Age | Commit message (Expand) | Author | Files | Lines |
2024-05-08 | UefiCpuPkg: Add SmmRelocationLib class | Jiaxin Wu | 1 | -0/+42 |
2024-04-17 | UefiCpuPkg/AmdSvsmLib: Create the AmdSvsmLib library to support an SVSM | Tom Lendacky | 1 | -0/+101 |
2024-04-17 | UefiCpuPkg/MpInitLib: Always use AP Create if GhcbApicIds HOB is present | Tom Lendacky | 1 | -0/+17 |
2024-04-16 | UefiCpuPkg: Add a new GUID to store the processors resource | Chao Li | 1 | -0/+29 |
2024-04-16 | UefiCpuPkg: Add CpuMmuLib.h to UefiCpuPkg | Chao Li | 1 | -0/+41 |
2024-02-22 | UefiCpuPkg: Fix issue that IsModified is wrongly set in PageTableMap | Zhiguang Liu | 1 | -1/+3 |
2024-02-22 | UefiCpuPkg/CpuPageTableLib: Enhance function header for PageTableMap() | Zhiguang Liu | 1 | -0/+1 |
2024-02-06 | UefiCpuPkg: Add more Paging mode enumeration | Dun Tan | 1 | -1/+7 |
2024-01-15 | UefiCpuPkg: change name of gMpInformationHobGuid2 | Dun Tan | 1 | -1/+1 |
2024-01-09 | UefiCpuPkg: set EXTENDED_PROCESSOR_INFORMATION to 0 | duntan | 1 | -0/+2 |
2023-12-20 | UefiCpuPkg: Adds SmmCpuSyncLib library class | Jiaxin Wu | 1 | -0/+290 |
2023-12-12 | UefiCpuPkg: Add a new field in MpInfo2 HOB | Dun Tan | 1 | -0/+2 |
2023-12-12 | UefiCpuPkg: Create gMpInformationHobGuid2 in UefiCpuPkg | Dun Tan | 1 | -0/+56 |
2023-10-09 | UefiCpuPkg/MtrrLib: Add API MtrrGetMemoryAttributesInMtrrSettings. | YuanhaoXie | 1 | -0/+23 |
2023-10-09 | UefiCpuPkg/MtrrLib: Fix MtrrSetAllMtrrs to handle absent fixed MTRRs. | Ray Ni | 1 | -3/+6 |
2023-08-14 | UefiCpuPkg: Add SendStartupIpiAllExcludingSelf | Yuanhao Xie | 1 | -1/+16 |
2023-07-15 | UefiCpuPkg: RISC-V: Support MMU with SV39/48/57 mode | Tuan Phan | 1 | -0/+68 |
2023-07-03 | UefiCpuPkg: Removes SmmCpuFeaturesReadSaveStateRegister | Abdul Lateef Attar | 1 | -52/+0 |
2023-07-03 | UefiCpuPkg: Adds MmSaveStateLib library class | Abdul Lateef Attar | 1 | -0/+74 |
2023-04-12 | UefiCpuLib: Remove UefiCpuLib. | Yu Pu | 1 | -16/+0 |
2023-03-27 | UefiCpuPkg: Fix IA32 build failure in CpuPageTableLib.inf | Zhiguang Liu | 1 | -16/+16 |
2023-03-27 | UefiCpuPkg/CpuPageTableLib: Add OUTPUT IsModified parameter. | Dun Tan | 1 | -1/+3 |
2023-03-27 | UefiCpuPkg/CpuPageTableLib:Add check for Mask and Attr | Dun Tan | 1 | -0/+4 |
2023-03-27 | UefiCpuPkg/CpuPageTableLib: Add check for input Length | Dun Tan | 1 | -2/+2 |
2023-03-10 | MdePkg: Move API and implementation from UefiCpuLib to CpuLib | Yu Pu | 1 | -49/+0 |
2023-03-06 | UefiCpuPkg/SmmBaseHob.h: Add SMM Base HOB Data | Wu, Jiaxin | 1 | -0/+75 |
2023-02-16 | UefiCpuPkg: Add RISCV_EFI_BOOT_PROTOCOL related definitions | Sunil V L | 1 | -0/+34 |
2022-12-21 | UefiCpuPkg: Remove unused API in SmmCpuFeaturesLib.h | Tan, Dun | 1 | -25/+0 |
2022-11-14 | OvmfPkg/UefiCpuPkg: Add CcExit prefix to the APIs of CcExitLib | Min M Xu | 1 | -8/+8 |
2022-11-14 | OvmfPkg/UefiCpuPkg/UefiPayloadPkg: Rename VmgExitLib to CcExitLib | Min M Xu | 1 | -5/+8 |
2022-08-09 | UefiCpuPkg: Create CpuPageTableLib for manipulating X86 paging structs | Ray Ni | 1 | -0/+129 |
2022-05-09 | MdePkg: add SmmCpuRendezvousLib.h and SmmCpuRendezvousLibNull implement. | Li, Zhihao | 1 | -27/+0 |
2022-04-02 | UefiCpuPkg: Extend VmgExitLibNull to handle #VE exception | Min Xu | 1 | -0/+28 |
2022-03-04 | UefiCpuPkg: Extend SMM CPU Service with rendezvous support. | Li, Zhihao | 2 | -1/+62 |
2021-12-07 | UefiCpuPkg: Apply uncrustify changes | Michael Kubacki | 23 | -303/+292 |
2021-12-07 | UefiCpuPkg: Change OPTIONAL keyword usage style | Michael D Kinney | 2 | -6/+6 |
2021-11-10 | UefiCpuPkg/UefiCpuLib: Add GetCpuFamilyModel and GetCpuSteppingId | Ni, Ray | 1 | -1/+22 |
2021-09-16 | UefiCpuPkg: Refactor initialization of CPU features during S3 resume | Lou, Yun | 1 | -35/+54 |
2021-08-09 | UefiCpuPkg/CpuCacheInfoLib: Sort CpuCacheInfo array | Lou, Yun | 1 | -1/+1 |
2021-04-09 | UefiCpuPkg: Add MicrocodeLib for loading microcode | Ray Ni | 1 | -0/+120 |
2021-03-17 | UefiCpuPkg/CpuCacheInfoLib: Collect cache associative type | Lou, Yun | 1 | -2/+13 |
2021-02-03 | UefiCpuPkg/CpuCacheInfoLib: Add MpService dependency | Lou, Yun | 1 | -2/+0 |
2021-01-20 | UefiCpuPkg/AcpiCpuData: update comments on register table fields | Laszlo Ersek | 1 | -0/+4 |
2021-01-19 | UefiCpuPkg/CpuCacheInfoLib: Add new CpuCacheInfoLib. | Lou, Yun | 1 | -0/+76 |
2020-12-04 | UefiCpuPkg/Feature: Support different thread count per core | Ray Ni | 1 | -3/+13 |
2020-11-10 | UefiCpuPkg, OvmfPkg: Disable interrupts when using the GHCB | Tom Lendacky | 1 | -4/+10 |
2020-11-10 | UefiCpuPkg/VmgExitLib: Add interfaces to set/read GHCB ValidBitmap bits | Tom Lendacky | 1 | -0/+37 |
2020-08-16 | UefiCpuPkg: Implement library support for VMGEXIT | Tom Lendacky | 1 | -0/+103 |
2020-07-28 | UefiCpuPkg/SecMigrationPei: Add initial PEIM (CVE-2019-11098) | Michael Kubacki | 1 | -0/+54 |
2020-07-14 | UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrSetFixedMtrr() | Ray Ni | 1 | -15/+0 |