summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuDxe
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg: Update return status to follow specCrystal Lee2025-01-131-1/+0
* UefiCpuPkg: Produce EFI memory attributes protocolCrystal Lee2025-01-134-0/+313
* UefiCpuPkg: x86 CpuDxe: Allocate AP Exception Stack Below 4GBOliver Smith-Denny2024-12-171-3/+25
* UefiCpuPkg: Remove macro MAX_LOONGARCH_EXCEPTIONChao Li2024-12-121-7/+0
* UefiCpuPkg: Fix unchecked returns and potential integer overflowskenlautner2024-11-151-20/+30
* UefiCpuPkg: remove last instances of EFI_D_Leif Lindholm2024-07-311-2/+2
* UefiCpuPkg: Add CpuDxe driver for LoongArch64Chao Li2024-04-165-4/+1527
* UefiCpuPkg/CpuDxe: Reorder the INF file alphabeticallyChao Li2024-04-161-8/+8
* UefiCpuPkg/CpuDxe: Eliminate the unused variable.YuanhaoXie2023-10-121-9/+7
* UefiCpuPkg/CpuDxe: Update RefreshMemoryAttributesFromMtrrRay Ni2023-10-091-273/+36
* UefiCpuPkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-4/+4
* UefiCpuPkg/CpuDxe: Substract TME-MK KEY_ID_BITS from CPU max PARay Ni2023-04-011-2/+22
* UefiCpuPkg/CpuDxe: Refactor to use CPUID definitionsRay Ni2023-04-012-11/+10
* UefiCpuPkg: Remove UefiCpuLib from module INFs.Yu Pu2023-03-102-2/+0
* UefiCpuPkg: Enhance logic in InitializeMpExceptionStackSwitchHandlersLiu, Zhiguang2022-08-311-39/+65
* UefiCpuPkg: Simplify InitializeSeparateExceptionStacksLiu, Zhiguang2022-08-091-129/+33
* UefiCpuPkg: CpuDxe: Set RW and P Attributes on Split PagesRay Ni2022-06-231-3/+5
* CpuException: Add InitializeSeparateExceptionStacksRay Ni2022-06-101-3/+3
* CpuException: Remove InitializeCpuInterruptHandlersRay Ni2022-06-101-5/+28
* UefiCpuPkg: Update AddressEncMask in CpuPageTableMin Xu2022-04-022-0/+4
* UefiCpuPkg: Replace Opcode with the corresponding instructions.Jason2022-03-011-2/+2
* UefiCpuPkg: Apply uncrustify changesMichael Kubacki2021-12-0710-586/+682
* UefiCpuPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney2021-12-071-3/+2
* UefiCpuPkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-071-2/+1
* UefiCpuPkg/CpuDxe: Guarantee GDT is below 4GBRay Ni2021-03-181-5/+16
* UefiCpuPkg/CpuDxe: Rename variables to follow EDKII coding standardRay Ni2021-03-181-12/+11
* UefiCpuPkg/CpuDxe: Fix boot errorGuo Dong2021-01-121-5/+3
* Revert "UefiCpuPkg/CpuDxe: Fix boot error"Laszlo Ersek2020-12-181-2/+2
* UefiCpuPkg/CpuDxe: Fix boot errorGuo Dong2020-12-081-2/+2
* UefiCpuPkg: Add a 16-bit protected mode code segment descriptorTom Lendacky2020-08-172-6/+6
* UefiCpuPkg: Add New Memory AttributesOleksiy Yakovlev2020-07-153-23/+7
* UefiCpuPkg: Update EFI_MEMORY_CACHETYPE_MASK definitionOleksiy Yakovlev2020-07-151-1/+2
* UefiCpuPkg/CpuDxe: Fix few typosAntoine Coeur2020-02-108-15/+15
* UefiCpuPkg/CpuDxe: clean up PAGE_TABLE_LIB_PAGING_CONTEXT usage.Dong, Eric2019-09-255-16/+112
* UefiCpuPkg: Update code to include register definitions from MdePkgNi, Ray2019-08-092-4/+4
* UefiCpuPkg/CpuDxe: Support parsing 5-level page tableNi, Ray2019-08-092-2/+19
* UefiCpuPkg/CpuDxe: Remove unnecessary macrosNi, Ray2019-08-091-19/+24
* UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0913-91/+13
* UefiCpuPkg: restore strict page attributes via #DB in nonstop mode onlyJian J Wang2019-03-011-1/+10
* UefiCpuPkg/CpuDxe: prevent recursive calling of InitializePageTablePoolJian J Wang2018-10-261-2/+21
* UefiCpuPkg/CpuDxe: consider freed-memory guard in non-stop modeJian J Wang2018-10-261-1/+1
* UefiCpuPkg: Remove redundant library classes, Ppis and GUIDsshenglei2018-09-211-7/+0
* UefiCpuPkg/CpuDxe: fix an incorrect bit-wise operationJian J Wang2018-09-101-1/+1
* UefiCpuPkg/CpuDxe: fix ECC reported issuesJian J Wang2018-09-101-2/+2
* UefiCpuPkg/CpuDxe: change level of DEBUG messageJian J Wang2018-08-302-3/+3
* UefiCpuPkg/CpuDxe: implement non-stop mode for uefiJian J Wang2018-08-304-6/+237
* UefiCpuPkg/CpuDxe: fix incorrect check of SMM modeJian J Wang2018-07-201-1/+8
* UefiCpuPkg: Clean up source filesLiming Gao2018-06-283-9/+9
* UefiCpuPkg/CpuDxe: make register access more readableJian J Wang2018-06-191-15/+29
* UefiCpuPkg/CpuDxe: allow accessing (DXE) page table in SMM modeJian J Wang2018-06-192-35/+106