summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-04IntelFsp2Pkg: LoadMicrocodeDefault() causing unnecessary delay.Chasel Chiu2-43/+48
2023-04-04IntelFsp2Pkg: TempRamInit API should preserve EBX/RBX register.Chasel Chiu2-1/+27
2023-04-04.azurepilelines/templates: Split CryptoPkg buildsMichael D Kinney1-2/+5
2023-04-04.github.workflows: Split MdeModulePkg and CryptoPkg analysisMichael D Kinney1-22/+42
2023-04-03.github/codeql/edk2.qls: Enable CWE 120, 787, and 805 queriesMichael Kubacki1-2/+5
2023-04-03.github/codeql/edk2.qls: Enable CWE 457, 676, and 758 queriesMichael Kubacki1-0/+7
2023-04-03UefiCpuPkg: Fix conditionally uninitialized variablesMichael Kubacki3-3/+22
2023-04-03ShellPkg: Fix conditionally uninitialized variablesMichael Kubacki8-89/+107
2023-04-03PcAtChipsetPkg: Fix conditionally uninitialized variablesMichael Kubacki1-3/+6
2023-04-03NetworkPkg: Fix conditionally uninitialized variablesMichael Kubacki2-1/+4
2023-04-03MdePkg: Fix conditionally uninitialized variablesMichael Kubacki1-8/+32
2023-04-03MdeModulePkg: Fix conditionally uninitialized variablesMichael Kubacki9-56/+80
2023-04-03CryptoPkg: Fix conditionally uninitialized variableMichael Kubacki1-9/+12
2023-04-03BaseTools/VfrCompile: Fix potential buffer overwritesMichael Kubacki2-7/+7
2023-04-03BaseTools/PatchCheck.py: Add PCCTS to tab exemption listMichael Kubacki1-1/+4
2023-04-03MdeModulePkg/SmbiosDxe: Fix pointer and buffer overflow CodeQL alertsErich McMillan1-6/+2
2023-04-02.github/dependabot.yml: Disable automatic rebasingMichael Kubacki1-0/+2
2023-04-02.github/workflows/codeql-analysis.yml: Add PIP cachingMichael Kubacki1-0/+2
2023-04-01UefiCpuPkg/MtrrLib: use new IS_POW2() macro.Gerd Hoffmann1-16/+1
2023-04-01OvmfPkg: Consume new alignment-related macrosGerd Hoffmann2-6/+3
2023-04-01MdeModulePkg: Consume new alignment-related macrosMarvin Häuser14-47/+36
2023-04-01MdePkg/Base.h: Introduce various alignment-related macrosMarvin Häuser1-1/+97
2023-04-01OvmfPkg: Rename IS_ALIGNED macros to avoid name collisionsGerd Hoffmann2-5/+5
2023-04-01MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisionsMarvin Häuser14-43/+43
2023-04-01UefiCpuPkg/MpInitLib: Ensure SEV-SNP VMSA allocations are not 2MB alignedLendacky, Thomas via groups.io1-3/+23
2023-04-01UefiCpuPkg/MpInitLib: Reuse VMSA allocation to avoid unreserved allocationLendacky, Thomas via groups.io1-77/+121
2023-04-01UefiCpuPkg/PiSmmCpuDxeSmm: fix format stringGerd Hoffmann1-1/+1
2023-04-01UefiCpuPkg/MtrrTest: Add test cases for TME-MK enable caseRay Ni3-33/+107
2023-04-01UefiCpuPkg/CpuDxe: Substract TME-MK KEY_ID_BITS from CPU max PARay Ni1-2/+22
2023-04-01UefiCpuPkg/CpuDxe: Refactor to use CPUID definitionsRay Ni2-11/+10
2023-04-01UefiCpuPkg/MtrrLib: Substract TME-MK KEY_ID_BITS from CPU max PARay Ni1-2/+22
2023-04-01UefiCpuPkg/MtrrTest: Only claim CPUID max leaf as 1Ray Ni1-1/+8
2023-04-01MdePkg: Add TME-MK related CPUID and MSR definitionsRay Ni2-3/+112
2023-03-31UefiCpuPkg/Test: Disable random test casesRay Ni1-10/+10
2023-03-31Maintainers.txt: BaseTools Bob Feng -> reviewer, Rebecca Cran -> maintainerRebecca Cran1-1/+2
2023-03-31MdeModulePkg/Ahci: Skip retry for non-transient errorsAlbecki, Mateusz2-5/+69
2023-03-31OvmfPkg/CI: Revert SMP modeMichael Kubacki1-1/+0
2023-03-30.azurepipelines/templates: Increase run to shell timeoutMichael D Kinney1-1/+1
2023-03-30PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe: PcdRtcDefaultYear boundsMichael D Kinney1-2/+4
2023-03-30RedfishPkg/RedfishPlatformCredentialIpmiLib: IPMI implementationNickle Wang6-0/+599
2023-03-30MdePkg: Update MemoryAttributesTable to v2.10Ard Biesheuvel2-3/+7
2023-03-30ArmVirtPkg/ArmPlatformLibQemu: Make IdMap.S BTI compatibleArd Biesheuvel1-0/+2
2023-03-30ArmPlatformPkg/PrePeiCore: Make vector table object BTI compatibleArd Biesheuvel1-0/+2
2023-03-30ArmPkg, BaseTools AARCH64: Add BTI ELF note to .hii objectsArd Biesheuvel2-2/+3
2023-03-30ArmPkg/GccLto AARCH64: Add BTI note to LTO helper libraryArd Biesheuvel1-0/+0
2023-03-30ArmPkg: Emit BTI opcodes when BTI codegen is enabledArd Biesheuvel3-6/+6
2023-03-30MdePkg/BaseRngLib AARCH64: Make asm files BTI compatibleArd Biesheuvel2-2/+2
2023-03-30MdePkg/BaseSynchronizationLib AARCH64: Make asm files BTI compatibleArd Biesheuvel1-0/+5
2023-03-30MdePkg/BaseMemoryLibOptDxe AARCH64: Make asm files BTI compatibleArd Biesheuvel5-0/+9
2023-03-30MdePkg/BaseLib AARCH64: Make asm files BTI compatibleArd Biesheuvel8-0/+10