Age | Commit message (Expand) | Author | Files | Lines |
2022-08-31 | UefiCpuPkg: Enhance logic in InitializeMpExceptionStackSwitchHandlers | Liu, Zhiguang | 2 | -80/+132 |
2022-08-31 | UefiCpuPkg: Use Top of each AP's stack to save CpuMpData | Yuanhao Xie | 5 | -13/+59 |
2022-08-31 | UefiCpuPkg: Simplify the implementation when separate exception stacks | Liu, Zhiguang | 8 | -383/+173 |
2022-08-31 | UefiCpuPkg/MpInitLib: Simplify logic in SwitchBsp | Liu, Zhiguang | 4 | -63/+56 |
2022-08-31 | UefiCpuPkg: Add PCD to control SMRR enable & SmmFeatureControl support | Wu, Jiaxin | 6 | -23/+48 |
2022-08-31 | UefiCpuPkg/MpInitLib: Fix potential issue when IDT table is at above 4G | Liu, Zhiguang | 1 | -3/+5 |
2022-08-31 | UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit test | Zhiguang Liu | 9 | -1/+7266 |
2022-08-28 | Revert "UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit test" | Liming Gao | 9 | -7266/+1 |
2022-08-16 | UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit test | Zhiguang Liu | 9 | -1/+7266 |
2022-08-15 | UefiCpuPkg/PiSmmCpuDxeSmm: Remove mInternalCr3 in PiSmmCpuDxeSmm | Dun Tan | 4 | -147/+96 |
2022-08-15 | UefiCpuPkg/PiSmmCpuDxeSmm: Add a new mIsShadowStack flag | Dun Tan | 1 | -4/+6 |
2022-08-09 | CpuPageTableLib: define IA32_PAGE_LEVEL enum type internally | Ray Ni | 2 | -6/+14 |
2022-08-09 | CpuPageTableLib: Fix bug that wrongly requires extra size for mapping | Ray Ni | 1 | -8/+5 |
2022-08-09 | CpuPageTableLib: Fix a bug to avoid unnecessary changing to page table | Ray Ni | 1 | -9/+32 |
2022-08-09 | CpuPageTableLib: Fix parent attributes are not inherited properly | Ray Ni | 2 | -17/+147 |
2022-08-09 | CpuPageTableLib: Avoid treating non-leaf entry as leaf one | Ray Ni | 1 | -4/+7 |
2022-08-09 | CpuPageTableLib: Split the page entry when LA is aligned but PA is not | Ray Ni | 1 | -1/+6 |
2022-08-09 | CpuPageTableLib: Refactor the logic | Ray Ni | 1 | -1/+1 |
2022-08-09 | CpuPageTableLib: Fix a bug when a bit is 1 in Attribute, 0 in Mask | Ray Ni | 1 | -1/+1 |
2022-08-09 | UefiCpuPkg/CpuPageTableLib: Return error on invalid parameters | Ray Ni | 1 | -0/+7 |
2022-08-09 | UefiCpuPkg: Create CpuPageTableLib for manipulating X86 paging structs | Ray Ni | 7 | -1/+1247 |
2022-08-09 | UefiCpuPkg: Simplify the struct definition of CPU_EXCEPTION_INIT_DATA | Liu, Zhiguang | 5 | -161/+145 |
2022-08-09 | MdeModulePkg: Move CPU_EXCEPTION_INIT_DATA to UefiCpuPkg | Liu, Zhiguang | 1 | -1/+68 |
2022-08-09 | UefiCpuPkg: Simplify InitializeSeparateExceptionStacks | Liu, Zhiguang | 7 | -320/+260 |
2022-07-25 | UefiCpuPkg: Fix nasm warning "signed byte value exceeds" | Zhiguang Liu | 3 | -11/+9 |
2022-07-14 | UefiCpuPkg: Update SEC_IDT_TABLE struct | Kuo, Ted | 2 | -2/+3 |
2022-07-08 | UefiCpuPkg/SecCore: Add debug messages to illuminate data flow | Oram, Isaac W | 1 | -0/+37 |
2022-06-23 | UefiCpuPkg: CpuDxe: Set RW and P Attributes on Split Pages | Ray Ni | 1 | -3/+5 |
2022-06-10 | MpInitLib: Move the Above1Mb vector allocation to MpInitLibInitialize | Ray Ni | 1 | -24/+29 |
2022-06-10 | MpInitLib: Only allocate below 1MB memory for 16bit code | Ray Ni | 3 | -56/+46 |
2022-06-10 | MpInitLib: Put SEV logic in separate file | Ray Ni | 6 | -172/+161 |
2022-06-10 | MpInitLib: remove unneeded global ASM_PFX | Ray Ni | 2 | -15/+3 |
2022-06-10 | MpInitLib: Allocate code buffer for PEI phase | Ray Ni | 4 | -8/+13 |
2022-06-10 | CpuException: Add InitializeSeparateExceptionStacks | Ray Ni | 6 | -146/+60 |
2022-06-10 | CpuException: Remove InitializeCpuInterruptHandlers | Ray Ni | 6 | -209/+50 |
2022-06-10 | CpuException: Avoid allocating page but using global variables | Ray Ni | 1 | -19/+5 |
2022-06-10 | CpuException: Init global variables in-place | Ray Ni | 2 | -13/+12 |
2022-06-10 | CpuException: Avoid allocating code pages for DXE instance | Ray Ni | 4 | -28/+9 |
2022-05-11 | UefiCpuPkg: Revert "UefiCpuPkg: Enable Tdx support in MpInitLib" | Min M Xu | 6 | -308/+5 |
2022-05-09 | MdePkg: add SmmCpuRendezvousLib.h and SmmCpuRendezvousLibNull implement. | Li, Zhihao | 2 | -30/+0 |
2022-05-06 | UefiCpuPkg: Add CpuLib to module INFs that depend on UefiCpuLib. | Yu Pu | 8 | -0/+8 |
2022-04-02 | UefiCpuPkg: Setting initial-count register as the last step | Min Xu | 1 | -5/+5 |
2022-04-02 | UefiCpuPkg: Update AddressEncMask in CpuPageTable | Min Xu | 2 | -0/+4 |
2022-04-02 | UefiCpuPkg: Enable Tdx support in MpInitLib | Min Xu | 6 | -5/+308 |
2022-04-02 | UefiCpuPkg: Support TDX in BaseXApicX2ApicLib | Min Xu | 1 | -8/+152 |
2022-04-02 | UefiCpuPkg/CpuExceptionHandler: Add base support for the #VE exception | Min Xu | 2 | -31/+79 |
2022-04-02 | UefiCpuPkg: Extend VmgExitLibNull to handle #VE exception | Min Xu | 3 | -0/+67 |
2022-03-28 | UefiCpuPkg: Update BFV searching algorithm in VTF0 | Kuo, Ted | 10 | -15/+6 |
2022-03-14 | UefiCpuPkg: Support FFS3 GUID in SearchForBfvBase.asm | Kuo, Ted | 10 | -10/+41 |
2022-03-14 | UefiCpuPkg/MpInitLib:remove optional in declaration | wenyi,xie via groups.io | 1 | -1/+1 |