summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuDxe
AgeCommit message (Expand)AuthorFilesLines
2021-03-18UefiCpuPkg/CpuDxe: Guarantee GDT is below 4GBRay Ni1-5/+16
2021-03-18UefiCpuPkg/CpuDxe: Rename variables to follow EDKII coding standardRay Ni1-12/+11
2021-01-12UefiCpuPkg/CpuDxe: Fix boot errorGuo Dong1-5/+3
2020-12-18Revert "UefiCpuPkg/CpuDxe: Fix boot error"Laszlo Ersek1-2/+2
2020-12-08UefiCpuPkg/CpuDxe: Fix boot errorGuo Dong1-2/+2
2020-08-17UefiCpuPkg: Add a 16-bit protected mode code segment descriptorTom Lendacky2-6/+6
2020-07-15UefiCpuPkg: Add New Memory AttributesOleksiy Yakovlev3-23/+7
2020-07-15UefiCpuPkg: Update EFI_MEMORY_CACHETYPE_MASK definitionOleksiy Yakovlev1-1/+2
2020-02-10UefiCpuPkg/CpuDxe: Fix few typosAntoine Coeur8-15/+15
2019-09-25UefiCpuPkg/CpuDxe: clean up PAGE_TABLE_LIB_PAGING_CONTEXT usage.Dong, Eric5-16/+112
2019-08-09UefiCpuPkg: Update code to include register definitions from MdePkgNi, Ray2-4/+4
2019-08-09UefiCpuPkg/CpuDxe: Support parsing 5-level page tableNi, Ray2-2/+19
2019-08-09UefiCpuPkg/CpuDxe: Remove unnecessary macrosNi, Ray1-19/+24
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney13-91/+13
2019-03-01UefiCpuPkg: restore strict page attributes via #DB in nonstop mode onlyJian J Wang1-1/+10
2018-10-26UefiCpuPkg/CpuDxe: prevent recursive calling of InitializePageTablePoolJian J Wang1-2/+21
2018-10-26UefiCpuPkg/CpuDxe: consider freed-memory guard in non-stop modeJian J Wang1-1/+1
2018-09-21UefiCpuPkg: Remove redundant library classes, Ppis and GUIDsshenglei1-7/+0
2018-09-10UefiCpuPkg/CpuDxe: fix an incorrect bit-wise operationJian J Wang1-1/+1
2018-09-10UefiCpuPkg/CpuDxe: fix ECC reported issuesJian J Wang1-2/+2
2018-08-30UefiCpuPkg/CpuDxe: change level of DEBUG messageJian J Wang2-3/+3
2018-08-30UefiCpuPkg/CpuDxe: implement non-stop mode for uefiJian J Wang4-6/+237
2018-07-20UefiCpuPkg/CpuDxe: fix incorrect check of SMM modeJian J Wang1-1/+8
2018-06-28UefiCpuPkg: Clean up source filesLiming Gao3-9/+9
2018-06-19UefiCpuPkg/CpuDxe: make register access more readableJian J Wang1-15/+29
2018-06-19UefiCpuPkg/CpuDxe: allow accessing (DXE) page table in SMM modeJian J Wang2-35/+106
2018-06-07UefiCpuPkg: Remove X86 ASM and S filesLiming Gao5-234/+1
2018-01-29UefiCpuPkg/CpuDxe: remove all code to flush TLB for APsJian J Wang1-80/+5
2018-01-19UefiCpuPkg/CpuDxe: fix bad boot performanceJian J Wang1-2/+0
2018-01-18UefiCpuPkg/CpuDxe: clear NX attr for page directoryJian J Wang1-3/+3
2018-01-18UefiCpuPkg/CpuDxe: fix SetMemoryAttributes issue in 32-bit modeJian J Wang1-0/+4
2017-12-13UefiCpuPkg/CpuDxe: suppress invalid warning about uninitialized variableJian J Wang1-0/+5
2017-12-12UefiCpuPkg/CpuDxe: Enable protection for newly added page tableJian J Wang4-9/+267
2017-12-08UefiCpuPkg/CpuDxe: Initialize stack switch for MPJian J Wang2-0/+192
2017-11-24UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory mapJian J Wang1-21/+73
2017-11-21UefiCpuPkg: Fix unix style of EOLJian J Wang1-2/+2
2017-11-17UefiCpuPkg/CpuDxe: Reduce debug messageJian J Wang1-2/+2
2017-09-30UefiCpuPkg/CpuDxe: Fix assert issue on IA32 platformJian J Wang1-10/+40
2017-09-27UefiCpuPkg/CpuDxe: Add missing function description commentsDandan Bi1-0/+3
2017-09-22UefiCpuPkg/CpuDxe: Fix GCC build warningJian J Wang1-2/+6
2017-09-21UefiCpuPkg/CpuDxe: Fix out-of-sync issue in page attributesJian J Wang3-0/+113
2017-09-11UefiCpuPkg/CpuDxe: log informative message at DEBUG_INFO levelLaszlo Ersek1-1/+1
2017-08-07UefiCpuPkg CpuDxe: Remove reference deprecated macro.Eric Dong2-11/+12
2017-08-07UefiCpuPkg CpuDxe: Enhance get mtrr mask logic.Eric Dong1-7/+6
2017-07-07UefiCpuPkg CpuDxe: Update return status to follow spec.Eric Dong2-2/+2
2017-04-26UefiCpuPkg: Move ProgramVirtualWireMode() to MpInitLibJeff Fan1-5/+0
2017-04-12UefiCpuPkg: Error Level is not used correctlyJeff Fan1-1/+1
2017-03-17UefiCpuPkg/CpuDxe: Remove MSR_IA32_MISC_ENABLE checkJeff Fan1-6/+3
2017-03-06UefiCpuPkg/CpuDxe: Add support for PCD PcdPteMemoryEncryptionAddressOrMaskLeo Duran2-9/+26
2017-02-27UefiCpuPkg/CpuDxe: Do not ASSERT on AllocateMemorySpace() errorJeff Fan1-1/+9