Age | Commit message (Expand) | Author | Files | Lines |
2021-10-21 | UefiCpuPkg/CpuCacheInfoLib: Add QuickSort function on BaseLib | IanX Kuo | 4 | -6/+2 |
2021-10-20 | UefiCpuPkg: Cpu feature data stored in memory may be migrated | Lou, Yun | 1 | -3/+6 |
2021-09-16 | UefiCpuPkg: Refactor initialization of CPU features during S3 resume | Lou, Yun | 2 | -15/+15 |
2021-08-23 | UefiCpuPkg/CpuCacheInfoLib: Correct logical for identifying cache type | Jason | 1 | -1/+1 |
2021-08-09 | UefiCpuPkg/CpuCacheInfoLib: Sort CpuCacheInfo array | Lou, Yun | 4 | -3/+79 |
2021-07-06 | UefiCpuPkg/ExceptionLib: Conditionally clear shadow stack token busy bit | Sheng Wei | 1 | -41/+42 |
2021-06-21 | UefiCpuPkg/CpuCommonFeaturesLib: Correct the CPU location check | Daoxiang Li | 3 | -7/+7 |
2021-05-29 | UefiCpuPkg/MpInitLib: Allocate a separate SEV-ES AP reset stack area | Lendacky, Thomas | 3 | -18/+69 |
2021-05-14 | UefiCpuPkg/CpuExceptionHandler: Add missing comma to exception name array | Lendacky, Thomas | 1 | -1/+1 |
2021-05-11 | UefiCpuPkg/MpInitLib: Properly cast from PCD to SEV-ES jump table pointer | Lendacky, Thomas | 1 | -1/+1 |
2021-04-12 | UefiCpuPkg/CpuTimerLib: Update LIBRARY_CLASS of Base instance. | Lou, Yun | 1 | -2/+2 |
2021-04-09 | UefiCpuPkg/MpInitLib: Consume MicrocodeLib to remove duplicated code | Ray Ni | 4 | -391/+96 |
2021-04-09 | UefiCpuPkg: Add MicrocodeLib for loading microcode | Ray Ni | 2 | -0/+354 |
2021-04-09 | UefiCpuPkg: Remove PEI/DXE instances of CpuTimerLib. | Jason Lou | 6 | -250/+0 |
2021-03-17 | UefiCpuPkg/MpInitLib: avoid printing debug messages in AP | Ray Ni | 3 | -10/+27 |
2021-03-17 | UefiCpuPkg/CpuCacheInfoLib: Collect cache associative type | Lou, Yun | 2 | -24/+40 |
2021-03-08 | UefiCpuPkg/SmmCpuFeaturesLib: Add Standalone MM support | Michael Kubacki | 8 | -6/+94 |
2021-03-08 | UefiCpuPkg/SmmCpuFeaturesLib: Abstract PcdCpuMaxLogicalProcessorNumber | Michael Kubacki | 5 | -1/+45 |
2021-03-08 | UefiCpuPkg/SmmCpuFeaturesLib: Cleanup library constructors | Michael Kubacki | 5 | -32/+54 |
2021-03-08 | UefiCpuPkg/SmmCpuFeaturesLib: Rename SmmCpuFeaturesLib.c | Michael Kubacki | 3 | -3/+3 |
2021-03-08 | UefiCpuPkg/SmmCpuFeaturesLib: Move multi-instance function decl to header | Michael Kubacki | 6 | -10/+27 |
2021-03-08 | UefiCpuPkg/MpInitLib: Remove unused Lock from MP_CPU_EXCHANGE_INFO | Ray Ni | 5 | -15/+1 |
2021-03-08 | UefiCpuPkg/MpInitLib: Use NASM struc to avoid hardcode offset | Ray Ni | 7 | -180/+193 |
2021-03-02 | UefiCpuPkg/CpuExceptionHandlerLib: Clear CET shadow stack token busy bit | Sheng Wei | 6 | -2/+61 |
2021-02-26 | UefiCpuPkg/MpInitLib: Use XADD to avoid lock acquire/release | Ray Ni | 2 | -26/+12 |
2021-02-03 | UefiCpuPkg/CpuCacheInfoLib: Support no enabled AP case in DxeLib | Lou, Yun | 1 | -0/+7 |
2021-02-03 | UefiCpuPkg/CpuCacheInfoLib: Add MpService dependency | Lou, Yun | 3 | -8/+3 |
2021-02-01 | UefiCpuPkg: SmmCpuExceptionHandlerLib: Added StandaloneMm module support | Kun Qin | 1 | -1/+1 |
2021-01-29 | UefiCpuPkg/MpInitLib: Don't increase CpuCount in ApWakeupFunction | Ray Ni | 1 | -11/+5 |
2021-01-26 | MdePkg/Cpuid.h: Change and add some macro definitions. | Lou, Yun | 1 | -1/+1 |
2021-01-26 | UefiCpuPkg/Library/MpInitLib: Fix AP VolatileRegisters race condition | Michael D Kinney | 1 | -13/+18 |
2021-01-21 | UefiCpuPkg RegisterCpuFeaturesLib: NumberOfCpus may be uninitialized | Zeng, Star | 1 | -0/+1 |
2021-01-20 | UefiCpuPkg/CpuFeature: Don't assume CpuS3DataDxe alloc RegisterTable | Ray Ni | 1 | -33/+39 |
2021-01-19 | UefiCpuPkg/CpuCacheInfoLib: Add new CpuCacheInfoLib. | Lou, Yun | 7 | -0/+940 |
2021-01-12 | UefiCpuPkg/MpInitLib: Fix a hang in above 4GB case | Guo Dong | 1 | -4/+4 |
2020-12-14 | UefiCpuPkg/CpuFeature: reduce time complexty to calc CpuInfo.First | Ray Ni | 1 | -49/+47 |
2020-12-14 | UefiCpuPkg RegisterCpuFeaturesLib: Use AllocatePages() for InitOrder | Star Zeng | 1 | -1/+2 |
2020-12-08 | UefiCpuPkg/SmmCpuFeaturesLib: Add Tiger Lake support | Guo Dong | 1 | -1/+2 |
2020-12-04 | UefiCpuPkg/Feature: Support different thread count per core | Ray Ni | 1 | -53/+60 |
2020-11-10 | UefiCpuPkg/MpInitLib: For SEV-ES guest, set stack based on processor number | Tom Lendacky | 1 | -1/+6 |
2020-11-10 | UefiCpuPkg, OvmfPkg: Disable interrupts when using the GHCB | Tom Lendacky | 3 | -13/+17 |
2020-11-10 | UefiCpuPkg/MpInitLib: Set the SW exit fields when performing VMGEXIT | Tom Lendacky | 1 | -0/+6 |
2020-11-10 | UefiCpuPkg/VmgExitLib: Add interfaces to set/read GHCB ValidBitmap bits | Tom Lendacky | 1 | -0/+42 |
2020-10-19 | UefiCpuPkg/MpInitLib: Reduce reset vector memory pressure | Tom Lendacky | 1 | -19/+17 |
2020-09-14 | UefiCpuPkg/RegisterCpuFeaturesLib: Support MpServices2 only case. | Chasel Chiu | 3 | -44/+28 |
2020-08-24 | UefiCpuPkg/MpInitLib: Always initialize the DoDecrement variable | Tom Lendacky | 1 | -3/+1 |
2020-08-17 | UefiCpuPkg/MpInitLib: Prepare SEV-ES guest APs for OS use | Tom Lendacky | 4 | -18/+179 |
2020-08-17 | UefiCpuPkg: Allow AP booting under SEV-ES | Tom Lendacky | 10 | -14/+737 |
2020-08-17 | UefiCpuPkg/MpInitLib: Add CPU MP data flag to indicate if SEV-ES is enabled | Tom Lendacky | 4 | -0/+5 |
2020-08-17 | UefiCpuPkg/CpuExceptionHandler: Add base support for the #VC exception | Tom Lendacky | 10 | -2/+86 |