summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuMpPei/CpuPaging.c
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg/CpuMpPei: Use CpuPageTableLib to set memory attribute.Zhiguang Liu2023-12-061-248/+69
* UefiCpuPkg/CpuMpPei: Conditionally enable PAE paging in 32bit modeJiaxin Wu2023-05-311-129/+73
* UefiCpuPkg: Fix conditionally uninitialized variablesMichael Kubacki2023-04-031-1/+8
* UefiCpuPkg: Apply uncrustify changesMichael Kubacki2021-12-071-123/+133
* UefiCpuPkg: Move MigrateGdt from DiscoverMemory to TempRamDone. (CVE-2019-11098)Guomin Jiang2021-02-041-8/+0
* UefiCpuPkg: Correct some typos.Guomin Jiang2020-07-281-2/+2
* UefiCpuPkg/CpuMpPei: Enable paging and set NP flag to avoid TOCTOU (CVE-2019-...Guomin Jiang2020-07-281-5/+27
* UefiCpuPkg/CpuMpPei: Add GDT migration support (CVE-2019-11098)Michael Kubacki2020-07-281-2/+10
* UefiCpuPkg: Update code to include register definitions from MdePkgNi, Ray2019-08-091-3/+3
* UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* UefiCpuPkg/CpuMpPei: fix vs2012 build errorJian J Wang2018-09-261-0/+3
* UefiCpuPkg/CpuMpPei: support stack guard featureJian J Wang2018-09-101-0/+631