Age | Commit message (Expand) | Author | Files | Lines |
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-18 | UefiCpuPkg/PiSmmCpu: Remove hardcode 48 address size limitation | Ray Ni | 1 | -8/+18 |
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-20 | UefiCpuPkg: PiSmmCpuDxeSmm: Not to Change Bitwidth During Static Paging | Kun Qin | 1 | -14/+16 |
2021-04-12 | UefiCpuPkg: PiSmmCpuDxeSmm: Check buffer size before accessing | Kun Qin | 2 | -2/+9 |
2021-04-12 | UefiCpuPkg/CpuTimerLib: Update LIBRARY_CLASS of Base instance. | Lou, Yun | 1 | -2/+2 |
2021-04-09 | UefiCpuPkg/PiSmmCpuDxeSmm: Support detect SMM shadow stack overflow | Sheng, W | 1 | -1/+8 |
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 | 5 | -1/+480 |
2021-04-09 | UefiCpuPkg: Remove PEI/DXE instances of CpuTimerLib. | Jason Lou | 7 | -252/+0 |
2021-03-31 | UefiCpuPkg: Consume MdeLibs.dsc.inc for RegisterFilterLib | Dandan Bi | 1 | -1/+3 |
2021-03-25 | UefiCpuPkg/SmmCommunication: Remove out-dated comments | Ni, Ray | 1 | -11/+5 |
2021-03-18 | UefiCpuPkg/CpuDxe: Guarantee GDT is below 4GB | Ray Ni | 1 | -5/+16 |
2021-03-18 | UefiCpuPkg/CpuDxe: Rename variables to follow EDKII coding standard | Ray Ni | 1 | -12/+11 |
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 | 3 | -26/+53 |
2021-03-11 | UefiCpuPkg/PiSmmCpu: Don't allocate Token for SmmStartupThisAp | Ray Ni | 1 | -7/+23 |
2021-03-08 | UefiCpuPkg/SmmCpuFeaturesLib: Add Standalone MM support | Michael Kubacki | 9 | -6/+95 |
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/PiSmmCpuDxeSmm: Fix SMM stack offset is not correctedk2-stable202102 | Sheng Wei | 3 | -4/+8 |
2021-03-02 | UefiCpuPkg/CpuExceptionHandlerLib: Clear CET shadow stack token busy bit | Sheng Wei | 7 | -3/+75 |
2021-02-26 | UefiCpuPkg/MpInitLib: Use XADD to avoid lock acquire/release | Ray Ni | 2 | -26/+12 |
2021-02-04 | UefiCpuPkg: Move MigrateGdt from DiscoverMemory to TempRamDone. (CVE-2019-11098) | Guomin Jiang | 5 | -46/+46 |
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 | 4 | -10/+3 |
2021-02-01 | UefiCpuPkg: SmmCpuExceptionHandlerLib: Added StandaloneMm module support | Kun Qin | 1 | -1/+1 |
2021-02-01 | UefiCpuPkg: CpuIo2Smm: Support of CpuIo driver under StandaloneMm | Kun Qin | 3 | -0/+82 |
2021-02-01 | UefiCpuPkg: CpuIo2Smm: Abstract SMM specific functions into separate file | Kun Qin | 4 | -381/+421 |
2021-02-01 | UefiCpuPkg: CpuIo2Smm: Move CpuIo2Smm driver to consume gMmst | Kun Qin | 4 | -5/+6 |
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-22 | UefiCpuPkg/CpuMp: Fix hang when StackGuard is enabled in 16-core cpu | Ray Ni | 3 | -9/+7 |
2021-01-21 | UefiCpuPkg RegisterCpuFeaturesLib: NumberOfCpus may be uninitialized | Zeng, Star | 1 | -0/+1 |
2021-01-20 | UefiCpuPkg/CpuS3DataDxe: do not allocate useless register tables | Laszlo Ersek | 1 | -32/+0 |
2021-01-20 | UefiCpuPkg/AcpiCpuData: update comments on register table fields | Laszlo Ersek | 1 | -0/+4 |
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 | 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 |