summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuDxe/CpuPageTable.c
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg: Add New Memory AttributesOleksiy Yakovlev2020-07-151-3/+3
* UefiCpuPkg/CpuDxe: Fix few typosAntoine Coeur2020-02-101-3/+3
* UefiCpuPkg/CpuDxe: clean up PAGE_TABLE_LIB_PAGING_CONTEXT usage.Dong, Eric2019-09-251-15/+26
* UefiCpuPkg: Update code to include register definitions from MdePkgNi, Ray2019-08-091-2/+2
* UefiCpuPkg/CpuDxe: Support parsing 5-level page tableNi, Ray2019-08-091-1/+17
* UefiCpuPkg/CpuDxe: Remove unnecessary macrosNi, Ray2019-08-091-19/+24
* UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* 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: 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: change level of DEBUG messageJian J Wang2018-08-301-2/+2
* UefiCpuPkg/CpuDxe: implement non-stop mode for uefiJian J Wang2018-08-301-0/+167
* UefiCpuPkg/CpuDxe: fix incorrect check of SMM modeJian J Wang2018-07-201-1/+8
* 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-191-35/+105
* UefiCpuPkg/CpuDxe: remove all code to flush TLB for APsJian J Wang2018-01-291-80/+5
* UefiCpuPkg/CpuDxe: fix bad boot performanceJian J Wang2018-01-191-2/+0
* UefiCpuPkg/CpuDxe: clear NX attr for page directoryJian J Wang2018-01-181-3/+3
* UefiCpuPkg/CpuDxe: fix SetMemoryAttributes issue in 32-bit modeJian J Wang2018-01-181-0/+4
* UefiCpuPkg/CpuDxe: Enable protection for newly added page tableJian J Wang2017-12-121-8/+215
* UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory mapJian J Wang2017-11-241-21/+73
* UefiCpuPkg: Fix unix style of EOLJian J Wang2017-11-211-2/+2
* UefiCpuPkg/CpuDxe: Reduce debug messageJian J Wang2017-11-171-2/+2
* UefiCpuPkg/CpuDxe: Fix GCC build warningJian J Wang2017-09-221-2/+6
* UefiCpuPkg/CpuDxe: Fix out-of-sync issue in page attributesJian J Wang2017-09-211-0/+99
* UefiCpuPkg: Error Level is not used correctlyJeff Fan2017-04-121-1/+1
* UefiCpuPkg/CpuDxe: Remove MSR_IA32_MISC_ENABLE checkJeff Fan2017-03-171-6/+3
* UefiCpuPkg/CpuDxe: Add support for PCD PcdPteMemoryEncryptionAddressOrMaskLeo Duran2017-03-061-9/+21
* UefiCpuPkg/CpuDxe: Add memory attribute setting.Jiewen Yao2017-02-221-0/+779