summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuDxe/CpuPageTable.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-23UefiCpuPkg: CpuDxe: Set RW and P Attributes on Split PagesRay Ni1-3/+5
2022-04-02UefiCpuPkg: Update AddressEncMask in CpuPageTableMin Xu1-0/+3
2021-12-07UefiCpuPkg: Apply uncrustify changesMichael Kubacki1-250/+303
2021-12-07UefiCpuPkg: Change OPTIONAL keyword usage styleMichael D Kinney1-2/+1
2020-07-15UefiCpuPkg: Add New Memory AttributesOleksiy Yakovlev1-3/+3
2020-02-10UefiCpuPkg/CpuDxe: Fix few typosAntoine Coeur1-3/+3
2019-09-25UefiCpuPkg/CpuDxe: clean up PAGE_TABLE_LIB_PAGING_CONTEXT usage.Dong, Eric1-15/+26
2019-08-09UefiCpuPkg: Update code to include register definitions from MdePkgNi, Ray1-2/+2
2019-08-09UefiCpuPkg/CpuDxe: Support parsing 5-level page tableNi, Ray1-1/+17
2019-08-09UefiCpuPkg/CpuDxe: Remove unnecessary macrosNi, Ray1-19/+24
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
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-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-08-30UefiCpuPkg/CpuDxe: change level of DEBUG messageJian J Wang1-2/+2
2018-08-30UefiCpuPkg/CpuDxe: implement non-stop mode for uefiJian J Wang1-0/+167
2018-07-20UefiCpuPkg/CpuDxe: fix incorrect check of SMM modeJian J Wang1-1/+8
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 Wang1-35/+105
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-12UefiCpuPkg/CpuDxe: Enable protection for newly added page tableJian J Wang1-8/+215
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-22UefiCpuPkg/CpuDxe: Fix GCC build warningJian J Wang1-2/+6
2017-09-21UefiCpuPkg/CpuDxe: Fix out-of-sync issue in page attributesJian J Wang1-0/+99
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 Duran1-9/+21
2017-02-22UefiCpuPkg/CpuDxe: Add memory attribute setting.Jiewen Yao1-0/+779