summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2023-06-26MdeModulePkg/DxeIpl ARM AARCH64: Switch to generic handoff codeArd Biesheuvel2-81/+1
2023-06-26MdeModulePkg/DxeIpl: Use memory attribute PPI to remap the stack NXArd Biesheuvel2-4/+30
2023-06-26MdeModulePkg/DxeIpl: Merge EBC, RISCV64 and LOONGARCH codeArd Biesheuvel4-147/+3
2023-06-21MdeModulePkg/SmmCore: Perf-log PlatformHookBefore/AfterSmmDispatchRay Ni1-0/+4
2023-06-21MdeModulePkg/SmmCore: Add perf-logging for SmmDriverDispatchHandlerRay Ni1-1/+4
2023-06-21MdeModulePkg/SmmCore: Add perf-logging for time-consuming proceduresRay Ni2-1/+20
2023-05-31MdeModulePkg/DxeIpl: Align Page table Level setting with previous level.Jiaxin Wu1-12/+24
2023-05-24MdeModulePkg/Core/Pei: set AprioriCount=0 before walking through next FVedk2-stable202305Wendy Liao1-0/+1
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran8-12/+12
2023-04-07MdeModulePkg: Enable forward edge CFI in mem attributes tableArd Biesheuvel3-1/+19
2023-04-03MdeModulePkg: Fix conditionally uninitialized variablesMichael Kubacki1-8/+9
2023-03-30MdePkg: Update MemoryAttributesTable to v2.10Ard Biesheuvel1-1/+1
2023-03-08MdeModulePkg: Dxe: add RISCV64 to mMachineTypeInfoAndrei Warkentin1-1/+2
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