| Commit message (Expand) | Author | Age | Files | Lines |
* | UefiCpuPkg/MpInitLib: Allocate a separate SEV-ES AP reset stack area | Lendacky, Thomas | 2021-05-29 | 3 | -18/+69 |
* | 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/CpuTimerLib: Update LIBRARY_CLASS of Base instance. | Lou, Yun | 2021-04-12 | 1 | -2/+2 |
* | 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 | 2 | -0/+354 |
* | UefiCpuPkg: Remove PEI/DXE instances of CpuTimerLib. | Jason Lou | 2021-04-09 | 6 | -250/+0 |
* | 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 | 2 | -24/+40 |
* | UefiCpuPkg/SmmCpuFeaturesLib: Add Standalone MM support | Michael Kubacki | 2021-03-08 | 8 | -6/+94 |
* | 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/CpuExceptionHandlerLib: Clear CET shadow stack token busy bit | Sheng Wei | 2021-03-02 | 6 | -2/+61 |
* | UefiCpuPkg/MpInitLib: Use XADD to avoid lock acquire/release | Ray Ni | 2021-02-26 | 2 | -26/+12 |
* | UefiCpuPkg/CpuCacheInfoLib: Support no enabled AP case in DxeLib | Lou, Yun | 2021-02-03 | 1 | -0/+7 |
* | UefiCpuPkg/CpuCacheInfoLib: Add MpService dependency | Lou, Yun | 2021-02-03 | 3 | -8/+3 |
* | UefiCpuPkg: SmmCpuExceptionHandlerLib: Added StandaloneMm module support | Kun Qin | 2021-02-01 | 1 | -1/+1 |
* | UefiCpuPkg/MpInitLib: Don't increase CpuCount in ApWakeupFunction | Ray Ni | 2021-01-29 | 1 | -11/+5 |
* | MdePkg/Cpuid.h: Change and add some macro definitions. | Lou, Yun | 2021-01-26 | 1 | -1/+1 |
* | UefiCpuPkg/Library/MpInitLib: Fix AP VolatileRegisters race condition | Michael D Kinney | 2021-01-26 | 1 | -13/+18 |
* | UefiCpuPkg RegisterCpuFeaturesLib: NumberOfCpus may be uninitialized | Zeng, Star | 2021-01-21 | 1 | -0/+1 |
* | UefiCpuPkg/CpuFeature: Don't assume CpuS3DataDxe alloc RegisterTable | Ray Ni | 2021-01-20 | 1 | -33/+39 |
* | UefiCpuPkg/CpuCacheInfoLib: Add new CpuCacheInfoLib. | Lou, Yun | 2021-01-19 | 7 | -0/+940 |
* | UefiCpuPkg/MpInitLib: Fix a hang in above 4GB case | Guo Dong | 2021-01-12 | 1 | -4/+4 |
* | UefiCpuPkg/CpuFeature: reduce time complexty to calc CpuInfo.First | Ray Ni | 2020-12-14 | 1 | -49/+47 |
* | UefiCpuPkg RegisterCpuFeaturesLib: Use AllocatePages() for InitOrder | Star Zeng | 2020-12-14 | 1 | -1/+2 |
* | UefiCpuPkg/SmmCpuFeaturesLib: Add Tiger Lake support | Guo Dong | 2020-12-08 | 1 | -1/+2 |
* | UefiCpuPkg/Feature: Support different thread count per core | Ray Ni | 2020-12-04 | 1 | -53/+60 |
* | UefiCpuPkg/MpInitLib: For SEV-ES guest, set stack based on processor number | Tom Lendacky | 2020-11-10 | 1 | -1/+6 |
* | UefiCpuPkg, OvmfPkg: Disable interrupts when using the GHCB | Tom Lendacky | 2020-11-10 | 3 | -13/+17 |
* | UefiCpuPkg/MpInitLib: Set the SW exit fields when performing VMGEXIT | Tom Lendacky | 2020-11-10 | 1 | -0/+6 |
* | UefiCpuPkg/VmgExitLib: Add interfaces to set/read GHCB ValidBitmap bits | Tom Lendacky | 2020-11-10 | 1 | -0/+42 |
* | UefiCpuPkg/MpInitLib: Reduce reset vector memory pressure | Tom Lendacky | 2020-10-19 | 1 | -19/+17 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Support MpServices2 only case. | Chasel Chiu | 2020-09-14 | 3 | -44/+28 |
* | UefiCpuPkg/MpInitLib: Always initialize the DoDecrement variable | Tom Lendacky | 2020-08-24 | 1 | -3/+1 |
* | UefiCpuPkg/MpInitLib: Prepare SEV-ES guest APs for OS use | Tom Lendacky | 2020-08-17 | 4 | -18/+179 |
* | UefiCpuPkg: Allow AP booting under SEV-ES | Tom Lendacky | 2020-08-17 | 10 | -14/+737 |
* | UefiCpuPkg/MpInitLib: Add CPU MP data flag to indicate if SEV-ES is enabled | Tom Lendacky | 2020-08-17 | 4 | -0/+5 |
* | UefiCpuPkg/CpuExceptionHandler: Add base support for the #VC exception | Tom Lendacky | 2020-08-17 | 10 | -2/+86 |
* | UefiCpuPkg: Implement library support for VMGEXIT | Tom Lendacky | 2020-08-16 | 3 | -0/+163 |
* | UefiCpuPkg/MtrrLibUnitTest: Change to use static array for CI test | Ray Ni | 2020-08-12 | 5 | -12/+5126 |
* | UefiCpuPkg/MtrrLib/UnitTest: Add host based unit test | Ray Ni | 2020-08-12 | 4 | -0/+2283 |
* | UefiCpuPkg/CpuCommonFeaturesLib: Fix spelling mistake | Michael D Kinney | 2020-08-03 | 1 | -1/+1 |
* | UefiCpuPkg: Correct some typos. | Guomin Jiang | 2020-07-28 | 4 | -7/+7 |
* | UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrSetFixedMtrr() | Ray Ni | 2020-07-14 | 1 | -29/+0 |
* | UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrSetVariableMtrr() | Ray Ni | 2020-07-14 | 1 | -29/+0 |