Age | Commit message (Expand) | Author | Files | Lines |
2022-10-08 | UefiCpuPkg: Reset a parameter when BSP Exit in CPU relaxed mode. | Zhihao Li | 1 | -2/+3 |
2022-08-15 | UefiCpuPkg/PiSmmCpuDxeSmm: Remove mInternalCr3 in PiSmmCpuDxeSmm | Dun Tan | 4 | -147/+96 |
2022-08-15 | UefiCpuPkg/PiSmmCpuDxeSmm: Add a new mIsShadowStack flag | Dun Tan | 1 | -4/+6 |
2022-05-06 | UefiCpuPkg: Add CpuLib to module INFs that depend on UefiCpuLib. | Yu Pu | 1 | -0/+1 |
2022-03-04 | UefiCpuPkg: Extend SMM CPU Service with rendezvous support. | Li, Zhihao | 4 | -9/+114 |
2022-03-01 | UefiCpuPkg: Replace Opcode with the corresponding instructions. | Jason | 4 | -8/+8 |
2021-12-07 | UefiCpuPkg: Apply uncrustify changes | Michael Kubacki | 24 | -2175/+2415 |
2021-12-07 | UefiCpuPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END() | Michael D Kinney | 1 | -2/+2 |
2021-12-07 | UefiCpuPkg: Change OPTIONAL keyword usage style | Michael D Kinney | 1 | -2/+1 |
2021-12-07 | UefiCpuPkg: Change use of EFI_D_* to DEBUG_* | Michael D Kinney | 4 | -29/+29 |
2021-11-12 | UefiCpuPkg/PiSmmCpuDxeSmm: Use SMM Interrupt Shadow Stack | Sheng, W | 4 | -57/+111 |
2021-09-16 | UefiCpuPkg: Prevent from re-initializing CPU features during S3 resume | Lou, Yun | 2 | -14/+23 |
2021-09-16 | UefiCpuPkg: Refactor initialization of CPU features during S3 resume | Lou, Yun | 1 | -68/+92 |
2021-09-01 | UefiCpuPkg: Clean up save state boundary checks and comments. | Mark Wilson | 1 | -6/+6 |
2021-09-01 | UefiCpuPkg/PiSmmCpuDxeSmm: Update mPatchCetSupported set condition | Wenxing Hou | 2 | -9/+13 |
2021-07-06 | UefiCpuPkg/ExceptionLib: Conditionally clear shadow stack token busy bit | Sheng Wei | 1 | -1/+1 |
2021-05-18 | UefiCpuPkg/PiSmmCpu: Remove hardcode 48 address size limitation | Ray Ni | 1 | -8/+18 |
2021-04-20 | UefiCpuPkg: PiSmmCpuDxeSmm: Not to Change Bitwidth During Static Paging | Kun Qin | 1 | -14/+16 |
2021-04-12 | UefiCpuPkg: PiSmmCpuDxeSmm: Check buffer size before accessing | Kun Qin | 2 | -2/+9 |
2021-04-09 | UefiCpuPkg/PiSmmCpuDxeSmm: Support detect SMM shadow stack overflow | Sheng, W | 1 | -1/+8 |
2021-03-11 | UefiCpuPkg/PiSmmCpu: Don't allocate Token for SmmStartupThisAp | Ray Ni | 1 | -7/+23 |
2021-03-02 | UefiCpuPkg/PiSmmCpuDxeSmm: Fix SMM stack offset is not correctedk2-stable202102 | Sheng Wei | 3 | -4/+8 |
2021-03-02 | UefiCpuPkg/CpuExceptionHandlerLib: Clear CET shadow stack token busy bit | Sheng Wei | 1 | -1/+14 |
2021-01-11 | UefiCpuPkg PiSmmCpuDxeSmm: Reduce SMRAM consumption in CpuS3.c | Zeng, Star | 1 | -17/+57 |
2020-12-04 | UefiCpuPkg/Feature: Support different thread count per core | Ray Ni | 1 | -27/+46 |
2020-11-18 | UefiCpuPkg/PiSmmCpuDxeSmm: Reflect page table depth with page table address | Sheng Wei | 4 | -37/+74 |
2020-11-18 | UefiCpuPkg/PiSmmCpuDxeSmm: Correct the Cr3 typo | Sheng Wei | 1 | -5/+5 |
2020-08-17 | UefiCpuPkg: Allow AP booting under SEV-ES | Tom Lendacky | 1 | -1/+1 |
2020-07-31 | UefiCpuPkg/PiSmmCpuDxeSmm: pause in WaitForSemaphore() before re-fetch | Laszlo Ersek | 1 | -7/+11 |
2020-07-15 | UefiCpuPkg: Add New Memory Attributes | Oleksiy Yakovlev | 1 | -1/+1 |
2020-07-07 | UefiCpuPkg: PiSmmCpuDxeSmm skip MSR_IA32_MISC_ENABLE manipulation on AMD | Kirkendall, Garrett | 4 | -5/+46 |
2020-04-13 | UefiCpuPkg/PiSmmCpuDxeSmm: Remove useless code in ResetTokens. | Dong, Eric | 1 | -20/+0 |
2020-04-13 | UefiCpuPkg/PiSmmCpuDxeSmm: Remove Used parameter. | Dong, Eric | 2 | -6/+5 |
2020-04-13 | UefiCpuPkg/PiSmmCpuDxeSmm: Improve the performance of GetFreeToken() | Ray Ni | 2 | -47/+27 |
2020-03-04 | UefiCpuPkg/PiSmmCpuDxeSmm: fix S3 Resume for CPU hotplug | Laszlo Ersek | 1 | -2/+12 |
2020-02-10 | UefiCpuPkg/PiSmm: Fix various typos | Antoine Coeur | 7 | -16/+16 |
2020-01-17 | UefiCpuPkg/PiSmmCpuDxeSmm: fix 2M->4K page splitting regression for PDEs | Laszlo Ersek | 1 | -4/+2 |
2020-01-10 | UefiCpuPkg/PiSmmCpuDxeSmm: Add missed comments for parameter. | Eric Dong | 1 | -0/+2 |
2020-01-08 | UefiCpuPkg/PiSmmCpuDxeSmm: improve the coding style | Eric Dong | 1 | -9/+9 |
2020-01-08 | Revert "UefiCpuPkg/PiSmmCpuDxeSmm: Fix buffer overflow issue." | Eric Dong | 1 | -8/+8 |
2020-01-02 | UefiCpuPkg/PiSmmCpuDxeSmm: Pre-allocate PROCEDURE_TOKEN buffer | Eric Dong | 2 | -87/+109 |
2019-12-24 | UefiCpuPkg/PiSmmCpuDxeSmm: Fix buffer overflow issue. | Eric Dong | 1 | -8/+8 |
2019-12-24 | UefiCpuPkg/PiSmmCpuDxeSmm: Remove dependence between APs | Eric Dong | 2 | -85/+45 |
2019-12-06 | UefiCpuPkg/PiSmmCpuDxeSmm: Avoid allocate Token every time | Eric Dong | 3 | -4/+81 |
2019-12-04 | UefiCpuPkg: Update the coding styles | Shenglei Zhang | 3 | -3/+3 |
2019-09-20 | UefiCpuPkg: Fix potential spinLock issue in SmmStartupThisAp | Damian Nikodem | 1 | -7/+2 |
2019-09-13 | UefiCpuPkg/PiSmmCpu: Enable 5L paging only when phy addr line > 48 | Ray Ni | 2 | -22/+39 |
2019-09-04 | UefiCpuPkg/PiSmmCpu: Restrict access per PcdCpuSmmRestrictedMemoryAccess | Ray Ni | 4 | -8/+49 |
2019-09-04 | UefiCpuPkg/PiSmmCpu: Use new PCD PcdCpuSmmRestrictedMemoryAccess | Ray Ni | 2 | -22/+34 |
2019-08-21 | UefiCpuPkg/PiSmmCpuDxeSmm: Supports test then write new value logic. | Dong, Eric | 1 | -0/+29 |