| Commit message (Expand) | Author | Age | Files | Lines |
* | UefiCpuPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END() | Michael D Kinney | 2021-12-07 | 6 | -16/+14 |
* | UefiCpuPkg: Change OPTIONAL keyword usage style | Michael D Kinney | 2021-12-07 | 27 | -69/+64 |
* | UefiCpuPkg: Change use of EFI_D_* to DEBUG_* | Michael D Kinney | 2021-12-07 | 10 | -58/+56 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Use SMM Interrupt Shadow Stack | Sheng, W | 2021-11-12 | 5 | -77/+157 |
* | UefiCpuPkg/UefiCpuLib: Add GetCpuFamilyModel and GetCpuSteppingId | Ni, Ray | 2021-11-10 | 2 | -1/+65 |
* | UefiCpuPkg/MtrrLib/UnitTest: Fix 32-bit GCC build issues | Michael D Kinney | 2021-11-05 | 1 | -5/+5 |
* | UefiCpuPkg/CpuCacheInfoLib: Add QuickSort function on BaseLib | IanX Kuo | 2021-10-21 | 4 | -6/+2 |
* | UefiCpuPkg: Cpu feature data stored in memory may be migrated | Lou, Yun | 2021-10-20 | 1 | -3/+6 |
* | UefiCpuPkg: SecCoreNative without ResetVector | S, Ashraf Ali | 2021-09-18 | 2 | -0/+81 |
* | UefiCpuPkg: VTF0 Linear-Address Translation to a 1-GByte Page till 512GB | Ashraf Ali S | 2021-09-16 | 21 | -49/+187 |
* | 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 | 5 | -123/+163 |
* | UefiCpuPkg: ResetVector Tool additional debug prints | Ashraf Ali S | 2021-09-09 | 1 | -1/+4 |
* | UefiCpuPkg: ResetVector Tool Support for Python 3 | Ashraf Ali S | 2021-09-09 | 2 | -5/+5 |
* | 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/CpuCacheInfoLib: Correct logical for identifying cache type | Jason | 2021-08-23 | 1 | -1/+1 |
* | UefiCpuPkg/CpuCacheInfoLib: Sort CpuCacheInfo array | Lou, Yun | 2021-08-09 | 5 | -4/+80 |
* | UefiCpuPkg/ExceptionLib: Conditionally clear shadow stack token busy bit | Sheng Wei | 2021-07-06 | 2 | -42/+43 |
* | UefiCpuPkg/CpuCommonFeaturesLib: Correct the CPU location check | Daoxiang Li | 2021-06-21 | 3 | -7/+7 |
* | UefiCpuPkg/MpInitLib: Allocate a separate SEV-ES AP reset stack area | Lendacky, Thomas | 2021-05-29 | 3 | -18/+69 |
* | UefiCpuPkg/PiSmmCpu: Remove hardcode 48 address size limitation | Ray Ni | 2021-05-18 | 1 | -8/+18 |
* | UefiCpuPkg/CpuExceptionHandler: Add missing comma to exception name array | Lendacky, Thomas | 2021-05-14 | 1 | -1/+1 |
* | UefiCpuPkg/MpInitLib: Properly cast from PCD to SEV-ES jump table pointer | Lendacky, Thomas | 2021-05-11 | 1 | -1/+1 |
* | 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/CpuTimerLib: Update LIBRARY_CLASS of Base instance. | Lou, Yun | 2021-04-12 | 1 | -2/+2 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Support detect SMM shadow stack overflow | Sheng, W | 2021-04-09 | 1 | -1/+8 |
* | UefiCpuPkg/MpInitLib: Consume MicrocodeLib to remove duplicated code | Ray Ni | 2021-04-09 | 4 | -391/+96 |
* | UefiCpuPkg: Add MicrocodeLib for loading microcode | Ray Ni | 2021-04-09 | 5 | -1/+480 |
* | UefiCpuPkg: Remove PEI/DXE instances of CpuTimerLib. | Jason Lou | 2021-04-09 | 7 | -252/+0 |
* | UefiCpuPkg: Consume MdeLibs.dsc.inc for RegisterFilterLib | Dandan Bi | 2021-03-31 | 1 | -1/+3 |
* | UefiCpuPkg/SmmCommunication: Remove out-dated comments | Ni, Ray | 2021-03-25 | 1 | -11/+5 |
* | UefiCpuPkg/CpuDxe: Guarantee GDT is below 4GB | Ray Ni | 2021-03-18 | 1 | -5/+16 |
* | UefiCpuPkg/CpuDxe: Rename variables to follow EDKII coding standard | Ray Ni | 2021-03-18 | 1 | -12/+11 |
* | UefiCpuPkg/MpInitLib: avoid printing debug messages in AP | Ray Ni | 2021-03-17 | 3 | -10/+27 |
* | UefiCpuPkg/CpuCacheInfoLib: Collect cache associative type | Lou, Yun | 2021-03-17 | 3 | -26/+53 |
* | UefiCpuPkg/PiSmmCpu: Don't allocate Token for SmmStartupThisAp | Ray Ni | 2021-03-11 | 1 | -7/+23 |
* | UefiCpuPkg/SmmCpuFeaturesLib: Add Standalone MM support | Michael Kubacki | 2021-03-08 | 9 | -6/+95 |
* | UefiCpuPkg/SmmCpuFeaturesLib: Abstract PcdCpuMaxLogicalProcessorNumber | Michael Kubacki | 2021-03-08 | 5 | -1/+45 |
* | UefiCpuPkg/SmmCpuFeaturesLib: Cleanup library constructors | Michael Kubacki | 2021-03-08 | 5 | -32/+54 |
* | UefiCpuPkg/SmmCpuFeaturesLib: Rename SmmCpuFeaturesLib.c | Michael Kubacki | 2021-03-08 | 3 | -3/+3 |
* | UefiCpuPkg/SmmCpuFeaturesLib: Move multi-instance function decl to header | Michael Kubacki | 2021-03-08 | 6 | -10/+27 |
* | UefiCpuPkg/MpInitLib: Remove unused Lock from MP_CPU_EXCHANGE_INFO | Ray Ni | 2021-03-08 | 5 | -15/+1 |
* | UefiCpuPkg/MpInitLib: Use NASM struc to avoid hardcode offset | Ray Ni | 2021-03-08 | 7 | -180/+193 |
* | 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 | 7 | -3/+75 |
* | UefiCpuPkg/MpInitLib: Use XADD to avoid lock acquire/release | Ray Ni | 2021-02-26 | 2 | -26/+12 |
* | UefiCpuPkg: Move MigrateGdt from DiscoverMemory to TempRamDone. (CVE-2019-11098) | Guomin Jiang | 2021-02-04 | 5 | -46/+46 |
* | UefiCpuPkg/CpuCacheInfoLib: Support no enabled AP case in DxeLib | Lou, Yun | 2021-02-03 | 1 | -0/+7 |