summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuMpPei/CpuPaging.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22UefiCpuPkg/CpuMpPei: Don't write CR3 in ConvertMemoryPageToNotPresentZhiguang Liu1-2/+2
2024-01-05UefiCpuPkg/CpuMpPei: Parallel get stack base for better performance.Zhiguang Liu1-27/+29
2023-12-06UefiCpuPkg/CpuMpPei: Use CpuPageTableLib to set memory attribute.Zhiguang Liu1-248/+69
2023-05-31UefiCpuPkg/CpuMpPei: Conditionally enable PAE paging in 32bit modeJiaxin Wu1-129/+73
2023-04-03UefiCpuPkg: Fix conditionally uninitialized variablesMichael Kubacki1-1/+8
2021-12-07UefiCpuPkg: Apply uncrustify changesMichael Kubacki1-123/+133
2021-02-04UefiCpuPkg: Move MigrateGdt from DiscoverMemory to TempRamDone. (CVE-2019-11098)Guomin Jiang1-8/+0
2020-07-28UefiCpuPkg: Correct some typos.Guomin Jiang1-2/+2
2020-07-28UefiCpuPkg/CpuMpPei: Enable paging and set NP flag to avoid TOCTOU (CVE-2019-...Guomin Jiang1-5/+27
2020-07-28UefiCpuPkg/CpuMpPei: Add GDT migration support (CVE-2019-11098)Michael Kubacki1-2/+10
2019-08-09UefiCpuPkg: Update code to include register definitions from MdePkgNi, Ray1-3/+3
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-09-26UefiCpuPkg/CpuMpPei: fix vs2012 build errorJian J Wang1-0/+3
2018-09-10UefiCpuPkg/CpuMpPei: support stack guard featureJian J Wang1-0/+631