summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2023-02-07MdeModulePkg: EfiUnacceptedMemoryType is not allowed in AllocatePoolMin M Xu1-1/+1
2023-01-12MdeModulePkg: Notify BeforeExitBootServices in CoreExitBootServicesDionna Glaze2-0/+7
2022-12-08MdeModulePkg/DxeCore: Use correct type for alignment maskArd Biesheuvel1-1/+1
2022-11-04MdeModulePkg/PiSmmCore: SmmEntryPoint underflow (CVE-2021-38578)Miki Demeter5-15/+60
2022-11-01MdeModulePkg: Update Dxe to handle unaccepted memory typeMin M Xu2-17/+52
2022-10-14MdeModulePkg/DxeIplPeim : LoongArch DxeIPL implementation.Chao Li2-1/+68
2022-09-09MdeModulePkg: Fix imbalanced debug macrosMichael Kubacki1-1/+1
2022-08-15MdeModulePkg/DxeIpl: Remove clearing CR0.WP when protecting pagetableDun Tan1-6/+1
2022-08-09UefiCpuPkg: Simplify InitializeSeparateExceptionStacksLiu, Zhiguang1-2/+2
2022-07-22MdeModulePkg/CoreDxe: Allow DXE Drivers to use untested memoryStacy Howell1-0/+14
2022-06-14DxeMain: Fix the bug that StackGuard is not enabledRay Ni1-0/+8
2022-06-10CpuException: Add InitializeSeparateExceptionStacksRay Ni1-1/+1
2022-05-13MdeModulePkg: PiSmmCore: Inspect memory guarded with pool headersKun Qin1-5/+5
2022-04-02MdeModulePkg: Skip setting IA32_ERER.NXE if it has already been setMin Xu1-3/+5
2022-03-14MdeModulePkg/DxeIpl: Create 5-level page table for long modeLou, Yun1-2/+2
2022-02-07MdeModulePkg/RuntimeDxe: clear mVirtualMapMaxIndexGerd Hoffmann1-1/+2
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki88-10791/+11279
2021-12-07MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney2-6/+6
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney10-62/+60
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney21-165/+151
2021-10-14MdeModulePkg/Core/Dxe: Acquire a lock when iterating gHandleListHua Ma4-41/+64
2021-10-08MdeModulePkg/Core/Dxe: Add lock protection in CoreLocateHandleBuffer()Hua Ma1-13/+51
2021-09-16MdeModulePkg/Core/Pei: Fix pointer size mismatch in EvacuateTempRam()Michael Kubacki1-2/+5
2021-09-16MdeModulePkg/Core/Pei: Make migrated PEIM message verboseMichael Kubacki1-1/+1
2021-09-16MdeModulePkg/Core/Pei: Fix typo in function descriptionsMichael Kubacki2-3/+3
2021-09-01MdeModulePkg/PiSmmCore: Drop deprecated image profiling commandsMarvin H?user1-80/+9
2021-08-27MdeModulePkg/PeiCore: Remove MigrateSecModulesInFv()Michael Kubacki1-96/+0
2021-07-22MdeModulePkg PiSmmCore: Change MemoryAttributes message to DEBUG_VERBOSEYang Gang1-13/+13
2021-06-16PeiCore: Remove assertion when failing to load PE imageRay Ni1-4/+1
2021-05-17MdeModulePkg: Fix various typosRebecca Cran1-1/+1
2020-12-04MdeModulePkg: Fix undefined reference to memcpy with XCODE5Vitaly Cheptsov3-8/+8
2020-11-21MdeModulePkg/Core/Dxe: limit FwVol encapsulation section recursionLaszlo Ersek2-2/+32
2020-11-21MdeModulePkg/Core/Dxe: assert SectionInstance invariant in FindChildNode()Laszlo Ersek1-6/+17
2020-11-06MdeModulePkg/Core/Dxe: log memory base and length, after lib ctors againLaszlo Ersek1-0/+8
2020-11-05MdeModulePkg/Gcd: Check memory allocation when initializing memoryJeff Brasen1-0/+58
2020-10-29MdeModulePkg/Core: Support standalone MM in FV2 protocol GetNextFile().Siyuan Fu1-3/+3
2020-10-10MdeModulePkg/Core/Dxe: expose SP and CRYPTO capabilities in UEFI memmapMalgorzata Kukiello1-6/+6
2020-08-19MdeModulePkg: Fix spelling mistake for occurredMichael D Kinney1-1/+1
2020-08-16MdeModulePkg/DxeIplPeim: Support GHCB pages when creating page tablesTom Lendacky5-16/+70
2020-07-28MdeModulePkg/Core: Create Migrated FV Info Hob for calculating hash (CVE-2019...Guomin Jiang3-0/+30
2020-07-28MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)Michael Kubacki7-9/+1099
2020-07-15MdeModulePkg: Add New Memory AttributesOleksiy Yakovlev4-28/+9
2020-05-12MdeModulePkg/SmmIpl: expose MM communicate 2 protocolArd Biesheuvel2-0/+81
2020-05-07MdeModulePkg/DxeIplPeim : RISC-V platform level DxeIPLAbner Chang2-1/+79
2020-04-07MdeModulePkg/DxeCore: merge properties table routines into MAT handlingArd Biesheuvel5-1299/+1219
2020-04-07MdeModulePkg: disable properties table generation but retain the codeArd Biesheuvel4-103/+14
2020-03-04MdeModulePkg/PiSmmCore: log SMM image start failureLaszlo Ersek1-0/+6
2020-03-04MdeModulePkg/DxeCore: defer PE/COFF emulator registration to StartImageArd Biesheuvel1-11/+13
2020-02-19MdeModulePkg: Make retval in UninstallMultipleProtocol follow SpecHeinrich Schuchardt1-6/+14
2020-02-10MdeModulePkg/Core/PiSmmCore: Fix various typosAntoine Coeur14-53/+53