| Commit message (Expand) | Author | Age | Files | Lines |
* | UefiCpuPkg: RISC-V: TimerLib: Fix delay function to use 64-bit | Tuan Phan | 2023-06-15 | 1 | -30/+23 |
* | UefiCpuPkg: Update PT code to support enable collect performance | Dun Tan | 2023-04-26 | 2 | -13/+36 |
* | UefiCpuPkg: Update code to support enable ProcTrace only on BSP | Dun Tan | 2023-04-26 | 2 | -65/+112 |
* | UefiCpuLib: Remove UefiCpuLib. | Yu Pu | 2023-04-12 | 3 | -69/+0 |
* | UefiCpuPkg: Update code to be more C11 compliant by using __func__ | Rebecca Cran | 2023-04-10 | 6 | -9/+9 |
* | UefiCpuPkg/CpuExceptionHandlerLib: Drop special XCODE5 version | Ard Biesheuvel | 2023-04-06 | 2 | -85/+0 |
* | UefiCpuPkg/CpuExceptionHandlerLib: Make runtime fixups XCODE-only | Ard Biesheuvel | 2023-04-06 | 3 | -2/+17 |
* | UefiCpuPkg/PeiCpuExceptionHandlerLib: Use SEC/PEI specific asm component | Ard Biesheuvel | 2023-04-06 | 1 | -1/+3 |
* | UefiCpuPkg/CpuExceptionHandlerLib: Use single SEC/PEI version | Ard Biesheuvel | 2023-04-06 | 3 | -6/+14 |
* | UefiCpuPkg/MtrrLib: use new IS_POW2() macro. | Gerd Hoffmann | 2023-04-01 | 1 | -16/+1 |
* | UefiCpuPkg/MpInitLib: Ensure SEV-SNP VMSA allocations are not 2MB aligned | Lendacky, Thomas via groups.io | 2023-04-01 | 1 | -3/+23 |
* | UefiCpuPkg/MpInitLib: Reuse VMSA allocation to avoid unreserved allocation | Lendacky, Thomas via groups.io | 2023-04-01 | 1 | -77/+121 |
* | UefiCpuPkg/MtrrTest: Add test cases for TME-MK enable case | Ray Ni | 2023-04-01 | 3 | -33/+107 |
* | UefiCpuPkg/MtrrLib: Substract TME-MK KEY_ID_BITS from CPU max PA | Ray Ni | 2023-04-01 | 1 | -2/+22 |
* | UefiCpuPkg/MtrrTest: Only claim CPUID max leaf as 1 | Ray Ni | 2023-04-01 | 1 | -1/+8 |
* | UefiCpuPkg/Test: Disable random test cases | Ray Ni | 2023-03-31 | 1 | -10/+10 |
* | UefiCpuPkg/CpuPageTableLib: Reduce the number of random tests | Dun Tan | 2023-03-27 | 1 | -5/+5 |
* | UefiCpuPkg/CpuPageTableLib: Add RandomTest for PAE paging | Dun Tan | 2023-03-27 | 3 | -6/+11 |
* | UefiCpuPkg/CpuPageTableLib: Enable PAE paging | Dun Tan | 2023-03-27 | 3 | -11/+73 |
* | UefiCpuPkg: Combine branch for non-present and leaf ParentEntry | Dun Tan | 2023-03-27 | 1 | -53/+32 |
* | UefiCpuPkg/CpuPageTableLib: Add check for page table creation | Dun Tan | 2023-03-27 | 1 | -0/+10 |
* | UefiCpuPkg: Modify UnitTest code since tested API is changed | Zhiguang Liu | 2023-03-27 | 3 | -59/+67 |
* | UefiCpuPkg: Fix IA32 build failure in CpuPageTableLib.inf | Zhiguang Liu | 2023-03-27 | 2 | -73/+74 |
* | UefiCpuPkg/CpuPageTableLib: Modify RandomTest to check IsModified | Dun Tan | 2023-03-27 | 1 | -12/+33 |
* | UefiCpuPkg/CpuPageTableLib: Add OUTPUT IsModified parameter. | Dun Tan | 2023-03-27 | 4 | -45/+85 |
* | UefiCpuPkg/CpuPageTableLib: Enable non-1:1 mapping in random test | Dun Tan | 2023-03-27 | 1 | -4/+4 |
* | UefiCpuPkg/CpuPageTableLib:Modify RandomTest to check Mask/Attr | Dun Tan | 2023-03-27 | 2 | -26/+133 |
* | UefiCpuPkg/CpuPageTableLib: Add LastMapEntry pointer | Dun Tan | 2023-03-27 | 1 | -8/+10 |
* | UefiCpuPkg/CpuPageTableLib:Modify RandomBoolean() in RandomTest | Dun Tan | 2023-03-27 | 1 | -22/+21 |
* | UefiCpuPkg/CpuPageTableLib: Add manual test to check Mask and Attr | Dun Tan | 2023-03-27 | 1 | -2/+127 |
* | UefiCpuPkg/CpuPageTableLib:Add check for Mask and Attr | Dun Tan | 2023-03-27 | 1 | -1/+82 |
* | UefiCpuPkg/MpInitLib: Add code to initialize MapMask | Dun Tan | 2023-03-27 | 1 | -4/+1 |
* | UefiCpuPkg/CpuPageTableLib: Fix issue when splitting leaf entry | Dun Tan | 2023-03-27 | 1 | -8/+11 |
* | UefiCpuPkg/CpuPageTableLib:Clear PageSize bit(Bit7) for non-leaf | Dun Tan | 2023-03-27 | 1 | -1/+2 |
* | UefiCpuPkg/CpuPageTableLib: Fix the non-1:1 mapping issue | Dun Tan | 2023-03-27 | 1 | -1/+11 |
* | UefiCpuPkg/CpuPageTableLib:Initialize some LocalVariable at beginning | Dun Tan | 2023-03-27 | 1 | -9/+12 |
* | UefiCpuPkg/CpuPageTableLib: Add check for input Length | Dun Tan | 2023-03-27 | 1 | -1/+5 |
* | UefiCpuPkg/CpuPageTableLib: Remove unneeded 'if' condition | Dun Tan | 2023-03-27 | 1 | -10/+1 |
* | UefiCpuPkg: Solve that stack top address is not mapped in pagetable | Xie, Yuanhao | 2023-03-27 | 1 | -0/+1 |
* | UefiCpuPkg: Remove UefiCpuLib from module INFs. | Yu Pu | 2023-03-10 | 7 | -7/+0 |
* | MdePkg: Move API and implementation from UefiCpuLib to CpuLib | Yu Pu | 2023-03-10 | 5 | -207/+19 |
* | UefiCpuPkg: BaseRiscV64CpuExceptionHandlerLib: clean up | Andrei Warkentin | 2023-03-08 | 3 | -40/+226 |
* | UefiCpuPkg: Calculate DisplayFamily correctly | Liu, Zhiguang | 2023-03-07 | 1 | -3/+3 |
* | UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm | Xie, Yuanhao | 2023-03-07 | 2 | -169/+170 |
* | UefiCpuPkg: Rename AsmRelocateApLoopStart. | Yuanhao Xie | 2023-03-07 | 4 | -28/+28 |
* | UefiCpuPkg: Put APs in 64 bit mode before handoff to OS. | Xie, Yuanhao | 2023-03-07 | 8 | -49/+273 |
* | UefiCpuPkg: Allocate contiguous memory for stacks and APs loop. | Xie, Yuanhao | 2023-03-07 | 1 | -23/+17 |
* | UefiCpuPkg: Split the path in RelocateApLoop into two. | Xie, Yuanhao | 2023-03-07 | 2 | -28/+48 |
* | UefiCpuPkg: Check AP_SAFE_STACK_SIZE during build time. | Xie, Yuanhao | 2023-03-07 | 1 | -1/+2 |
* | UefiCpuPkg/SmmCpuFeaturesLib: Skip SMBASE configuration | Wu, Jiaxin | 2023-03-06 | 6 | -9/+36 |