summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
7 daysMdeModulePkg: Remove PeiAllocatePool() AssertKun Qin1-2/+0
2024-06-19MdeModulePkg: Avoid efi memory allocation for SP memoryDhaval1-0/+7
2024-06-18MdeModulePkg/Core/Pei: Install MigrateTempRamPpiZhihao Li3-3/+13
2024-06-02MdeModulePkg: Update GCD attribute conversion to support SP attributeDu Lin1-0/+1
2024-05-30MdeModulePkg/SMM: Initialize 'WillReturn' variableZhiguang Liu1-0/+1
2024-05-08MdeModulePkg: Use newly defined Unaccepted Memory TypeSachin Ganesh2-24/+24
2024-04-16MdeModulePkg/SMM: Support to unregister SMI handler in SMI handlersZhiguang Liu2-26/+139
2024-04-16Revert ae1079b386a597108a8070652bf7cdaa4ec3dda3Zhiguang Liu1-7/+1
2024-04-16Revert 17b28722008eab745ce186b72cd325944cbe6bf0Zhiguang Liu1-21/+8
2024-03-29MdeModulePkg: MemoryProtection: Use ImageRecordPropertiesLibOliver Smith-Denny1-213/+28
2024-03-14MdeModulePkg: DxeCore: Do Not Apply Guards to Unsupported TypesOliver Smith-Denny3-0/+36
2024-03-14MdeModulePkg: DxeCore: Correct Runtime Granularity Memory TypeOliver Smith-Denny4-7/+7
2024-03-14MdeModulePkg: DxeCore: Fix CodeQL Error in FreePagesOliver Smith-Denny1-1/+6
2024-03-01MdeModulePkg/Core/Pei: Improve the copy performanceLi, Zhihao1-2/+2
2024-03-01MdeModulePkg/SMM: Disallow unregister SMI handler in other SMI handlerZhiguang Liu1-8/+21
2024-03-01MdeModulePkg/SMM: Support to unregister SMI handler inside SMI handlerZhiguang Liu1-1/+7
2024-02-29MdeModulePkg/DxeIplPeim: rename variableGerd Hoffmann1-11/+11
2024-02-29MdeModulePkg/DxeIplPeim: fix PcdUse5LevelPageTable assertGerd Hoffmann1-1/+3
2024-02-09MdeModulePkg: Align RuntimeDxe function headers with UEFI return valuesSuqiang Ren2-2/+18
2024-02-06MdeModulePkg: Optimize CoreConnectSingleControllerZhi Jin1-1/+6
2024-02-06MdeModulePkg: Remove handle validation check in CoreGetProtocolInterfaceZhi Jin1-6/+12
2024-02-02MdeModulePkg: Dxe: add LOONGARCH64 to mMachineTypeInfoDongyan Qian1-6/+7
2024-01-30MdeModulePkg/Core/Dxe: Set MemoryTypeInfo bin range from HOBMichael D Kinney3-3/+177
2024-01-30MdeModulePkg/Core/Dxe: Initialize GCD before RT memory allocationsMichael D Kinney2-16/+20
2023-12-25MdeModulePkg: Support customized FV Migration InformationCheng Sun4-73/+63
2023-12-01MdeModulePkg: Optimize CoreInstallMultipleProtocolInterfacesZhi Jin1-17/+72
2023-11-27MdeModulePkg: Update DumpImageRecord() in ImagePropertiesRecordLibTaylor Beebe2-3/+17
2023-11-27MdeModulePkg: Add Logic to Create/Delete Image Properties RecordsTaylor Beebe2-294/+54
2023-11-27MdeModulePkg: Transition SMM MAT Logic to Use ImagePropertiesRecordLibTaylor Beebe2-768/+18
2023-11-27MdeModulePkg: Fix MAT Descriptor Count CalculationTaylor Beebe1-1/+1
2023-11-27MdeModulePkg: Move Some DXE MAT Logic to ImagePropertiesRecordLibTaylor Beebe4-805/+14
2023-11-27MdeModulePkg: Update MemoryAttributesTable.c to Reduce Global Variable UseTaylor Beebe1-48/+54
2023-10-31MdeModulePkg/DxeCore: Allow relocation of images with large addressJeff Brasen2-1/+4
2023-09-26MdeModulePkg: Fix misspellingNate DeSimone1-2/+2
2023-09-18MdeModulePkg: Memory Bin Range Update Accounts for Guard PageTaylor Beebe1-1/+1
2023-09-11MdeModulePkg/Core/Dxe: Fix memory leak issue in FwVolBlock.cMike Maslenkin1-0/+2
2023-09-11MdeModulePkg/Core/Dxe: Fix memory leak issue in FwVol.cMike Maslenkin1-0/+1
2023-08-31MdeModulePkg: Fix memory leak in LocateHandleBuffer()Nate DeSimone1-1/+5
2023-08-19MdeModulePkg: HeapGuard: Don't Assume Pool Head Allocated In First PageOliver Smith-Denny3-5/+18
2023-06-30MdeModulePkg: Remove other attribute protection in UnsetGuardPageDun Tan1-1/+15
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