| Commit message (Expand) | Author | Age | Files | Lines |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Consume SMM Base Hob for SmBase info | Wu, Jiaxin | 2023-03-06 | 5 | -37/+214 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Replace mIsBsp by mBspApicId check | Wu, Jiaxin | 2023-03-06 | 1 | -11/+12 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Fix invalid InitializeMpSyncData call | Wu, Jiaxin | 2023-03-06 | 1 | -4/+2 |
* | UefiCpuPkg: Fix SMM code hangs when InitPaging | Zhiguang Liu | 2023-02-03 | 1 | -4/+9 |
* | UefiCpuPkg/PiSmmCpuDxeSmm:Fix PF issue caused by smm page table code | Tan, Dun | 2023-01-03 | 1 | -14/+27 |
* | UefiCpuPkg: Simplify the code to set smm page table as RO | Tan, Dun | 2022-12-21 | 4 | -259/+136 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Introduce page table pool mechanism | duntan | 2022-12-21 | 5 | -66/+172 |
* | UefiCpuPkg: Supporting S3 in 64bit PEI | Kuo, Ted | 2022-12-19 | 2 | -4/+10 |
* | UefiCpuPkg: Bug fix in 5LPage handling | Robert Guenzel | 2022-12-08 | 1 | -3/+4 |
* | UefiCpuPkg: Check SMM Delayed/Blocked AP Count | Wu, Jiaxin | 2022-12-08 | 3 | -32/+184 |
* | UefiCpuPkg: Reset a parameter when BSP Exit in CPU relaxed mode. | Zhihao Li | 2022-10-08 | 1 | -2/+3 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Remove mInternalCr3 in PiSmmCpuDxeSmm | Dun Tan | 2022-08-15 | 4 | -147/+96 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Add a new mIsShadowStack flag | Dun Tan | 2022-08-15 | 1 | -4/+6 |
* | UefiCpuPkg: Add CpuLib to module INFs that depend on UefiCpuLib. | Yu Pu | 2022-05-06 | 1 | -0/+1 |
* | UefiCpuPkg: Extend SMM CPU Service with rendezvous support. | Li, Zhihao | 2022-03-04 | 4 | -9/+114 |
* | UefiCpuPkg: Replace Opcode with the corresponding instructions. | Jason | 2022-03-01 | 4 | -8/+8 |
* | UefiCpuPkg: Apply uncrustify changes | Michael Kubacki | 2021-12-07 | 24 | -2175/+2415 |
* | UefiCpuPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END() | Michael D Kinney | 2021-12-07 | 1 | -2/+2 |
* | UefiCpuPkg: Change OPTIONAL keyword usage style | Michael D Kinney | 2021-12-07 | 1 | -2/+1 |
* | UefiCpuPkg: Change use of EFI_D_* to DEBUG_* | Michael D Kinney | 2021-12-07 | 4 | -29/+29 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Use SMM Interrupt Shadow Stack | Sheng, W | 2021-11-12 | 4 | -57/+111 |
* | UefiCpuPkg: Prevent from re-initializing CPU features during S3 resume | Lou, Yun | 2021-09-16 | 2 | -14/+23 |
* | UefiCpuPkg: Refactor initialization of CPU features during S3 resume | Lou, Yun | 2021-09-16 | 1 | -68/+92 |
* | UefiCpuPkg: Clean up save state boundary checks and comments. | Mark Wilson | 2021-09-01 | 1 | -6/+6 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Update mPatchCetSupported set condition | Wenxing Hou | 2021-09-01 | 2 | -9/+13 |
* | UefiCpuPkg/ExceptionLib: Conditionally clear shadow stack token busy bit | Sheng Wei | 2021-07-06 | 1 | -1/+1 |
* | UefiCpuPkg/PiSmmCpu: Remove hardcode 48 address size limitation | Ray Ni | 2021-05-18 | 1 | -8/+18 |
* | UefiCpuPkg: PiSmmCpuDxeSmm: Not to Change Bitwidth During Static Paging | Kun Qin | 2021-04-20 | 1 | -14/+16 |
* | UefiCpuPkg: PiSmmCpuDxeSmm: Check buffer size before accessing | Kun Qin | 2021-04-12 | 2 | -2/+9 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Support detect SMM shadow stack overflow | Sheng, W | 2021-04-09 | 1 | -1/+8 |
* | UefiCpuPkg/PiSmmCpu: Don't allocate Token for SmmStartupThisAp | Ray Ni | 2021-03-11 | 1 | -7/+23 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Fix SMM stack offset is not correctedk2-stable202102 | Sheng Wei | 2021-03-02 | 3 | -4/+8 |
* | UefiCpuPkg/CpuExceptionHandlerLib: Clear CET shadow stack token busy bit | Sheng Wei | 2021-03-02 | 1 | -1/+14 |
* | UefiCpuPkg PiSmmCpuDxeSmm: Reduce SMRAM consumption in CpuS3.c | Zeng, Star | 2021-01-11 | 1 | -17/+57 |
* | UefiCpuPkg/Feature: Support different thread count per core | Ray Ni | 2020-12-04 | 1 | -27/+46 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Reflect page table depth with page table address | Sheng Wei | 2020-11-18 | 4 | -37/+74 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Correct the Cr3 typo | Sheng Wei | 2020-11-18 | 1 | -5/+5 |
* | UefiCpuPkg: Allow AP booting under SEV-ES | Tom Lendacky | 2020-08-17 | 1 | -1/+1 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: pause in WaitForSemaphore() before re-fetch | Laszlo Ersek | 2020-07-31 | 1 | -7/+11 |
* | UefiCpuPkg: Add New Memory Attributes | Oleksiy Yakovlev | 2020-07-15 | 1 | -1/+1 |
* | UefiCpuPkg: PiSmmCpuDxeSmm skip MSR_IA32_MISC_ENABLE manipulation on AMD | Kirkendall, Garrett | 2020-07-07 | 4 | -5/+46 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Remove useless code in ResetTokens. | Dong, Eric | 2020-04-13 | 1 | -20/+0 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Remove Used parameter. | Dong, Eric | 2020-04-13 | 2 | -6/+5 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Improve the performance of GetFreeToken() | Ray Ni | 2020-04-13 | 2 | -47/+27 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: fix S3 Resume for CPU hotplug | Laszlo Ersek | 2020-03-04 | 1 | -2/+12 |
* | UefiCpuPkg/PiSmm: Fix various typos | Antoine Coeur | 2020-02-10 | 7 | -16/+16 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: fix 2M->4K page splitting regression for PDEs | Laszlo Ersek | 2020-01-17 | 1 | -4/+2 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Add missed comments for parameter. | Eric Dong | 2020-01-10 | 1 | -0/+2 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: improve the coding style | Eric Dong | 2020-01-08 | 1 | -9/+9 |
* | Revert "UefiCpuPkg/PiSmmCpuDxeSmm: Fix buffer overflow issue." | Eric Dong | 2020-01-08 | 1 | -8/+8 |