Age | Commit message (Expand) | Author | Files | Lines |
2021-01-19 | UefiCpuPkg/CpuCacheInfoLib: Add new CpuCacheInfoLib. | Lou, Yun | 10 | -0/+1023 |
2021-01-12 | UefiCpuPkg/CpuDxe: Fix boot error | Guo Dong | 1 | -5/+3 |
2021-01-12 | UefiCpuPkg/MpInitLib: Fix a hang in above 4GB case | Guo Dong | 1 | -4/+4 |
2021-01-11 | UefiCpuPkg PiSmmCpuDxeSmm: Reduce SMRAM consumption in CpuS3.c | Zeng, Star | 1 | -17/+57 |
2020-12-18 | Revert "UefiCpuPkg/CpuDxe: Fix boot error" | Laszlo Ersek | 1 | -2/+2 |
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-08 | UefiCpuPkg/CpuDxe: Fix boot error | Guo Dong | 1 | -2/+2 |
2020-12-04 | UefiCpuPkg/Feature: Support different thread count per core | Ray Ni | 3 | -83/+119 |
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-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 | 4 | -17/+27 |
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 | 2 | -0/+79 |
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/UefiCpuPkg.ci.yaml: Add configuration for Ecc check | Shenglei Zhang | 1 | -0/+12 |
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 | 11 | -15/+738 |
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: Add a 16-bit protected mode code segment descriptor | Tom Lendacky | 3 | -6/+15 |
2020-08-17 | UefiCpuPkg: Create an SEV-ES workarea PCD | Tom Lendacky | 2 | -0/+16 |
2020-08-17 | UefiCpuPkg/CpuExceptionHandler: Add base support for the #VC exception | Tom Lendacky | 10 | -2/+86 |
2020-08-16 | UefiCpuPkg: Implement library support for VMGEXIT | Tom Lendacky | 6 | -0/+271 |
2020-08-16 | UefiCpuPkg: Create PCD to be used in support of SEV-ES | Tom Lendacky | 2 | -0/+9 |
2020-08-12 | UefiCpuPkg/MtrrLibUnitTest: Change to use static array for CI test | Ray Ni | 5 | -12/+5126 |
2020-08-12 | UefiCpuPkg/MtrrLib/UnitTest: Add host based unit test | Ray Ni | 6 | -1/+2325 |
2020-08-03 | UefiCpuPkg/CpuCommonFeaturesLib: Fix spelling mistake | Michael D Kinney | 1 | -1/+1 |
2020-07-31 | UefiCpuPkg/PiSmmCpuDxeSmm: pause in WaitForSemaphore() before re-fetch | Laszlo Ersek | 1 | -7/+11 |
2020-07-31 | UefiCpuPkg/UefiCpuPkg.ci.yaml: Add configuration for LicenseCheck | Shenglei Zhang | 1 | -0/+3 |
2020-07-28 | UefiCpuPkg: Correct some typos. | Guomin Jiang | 6 | -10/+10 |
2020-07-28 | UefiCpuPkg/CpuMpPei: Enable paging and set NP flag to avoid TOCTOU (CVE-2019-... | Guomin Jiang | 2 | -5/+30 |
2020-07-28 | UefiCpuPkg/SecMigrationPei: Add initial PEIM (CVE-2019-11098) | Michael Kubacki | 10 | -2/+709 |
2020-07-28 | UefiCpuPkg/CpuMpPei: Add GDT migration support (CVE-2019-11098) | Michael Kubacki | 4 | -2/+60 |
2020-07-15 | UefiCpuPkg: Add New Memory Attributes | Oleksiy Yakovlev | 4 | -24/+8 |
2020-07-15 | UefiCpuPkg: Update EFI_MEMORY_CACHETYPE_MASK definition | Oleksiy Yakovlev | 1 | -1/+2 |
2020-07-14 | UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrSetFixedMtrr() | Ray Ni | 2 | -44/+0 |
2020-07-14 | UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrSetVariableMtrr() | Ray Ni | 2 | -44/+0 |
2020-07-14 | UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrGetVariableMtrr() | Ray Ni | 2 | -42/+2 |
2020-07-07 | UefiCpuPkg: PiSmmCpuDxeSmm skip MSR_IA32_MISC_ENABLE manipulation on AMD | Kirkendall, Garrett | 4 | -5/+46 |
2020-07-07 | UefiCpuPkg: Move StandardSignatureIsAuthenticAMD to BaseUefiCpuLib | Kirkendall, Garrett | 8 | -69/+67 |
2020-06-23 | UefiCpuPkg/SecCore: Add pre-memory AP vector | Cole, Deric | 1 | -7/+24 |
2020-05-15 | UefiCpuPkg/MpService: GetProcessorInfo returns 6-level topology | Ray Ni | 1 | -0/+19 |
2020-05-11 | UefiCpuPkg/CpuExceptionHandler: Revert CpuExceptionHandler binary patching | Lendacky, Thomas | 1 | -19/+6 |
2020-05-11 | UefiCpuPkg/CpuExceptionHandler: Make XCODE5 changes toolchain specific | Lendacky, Thomas | 7 | -3/+479 |
2020-05-06 | UefiCpuPkg/MpInitLib: Remove Executable attribute from MpLib.h | Leo Duran | 1 | -0/+0 |
2020-04-30 | UefiCpuPkg/MpInitLib: Avoid ApInitReconfig in PEI. | Dong, Eric | 1 | -2/+11 |