summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2026-05-06MdeModulePkg: Cleanup debug print readabilityBenjamin Doron1-1/+1
2026-04-29MdeModulePkg: Remove duplicate procotols guid in INF filesQihang Gao2-4/+0
2026-04-23MdeModulePkg: Don't Allow Guard Pages to Cross Bin BoundariesOliver Smith-Denny3-32/+79
2026-03-23MdeModulePkg/Core: Validate DXE event signature before usageKhalid Ali1-1/+5
2026-03-19MdeModulePkg/PeiCore: Accept MemoryDiscoveredPpi from SecCoreRay Ni1-0/+10
2026-03-17MdeModulePkg: Update performance measurements to use new perf macrosSherry Fan1-0/+2
2026-03-09MdeModulePkg/Core: Increment handle key outside if blockKhalid Ali1-6/+6
2026-03-07MdeModulePkg: DxeIpl IA32: Use 256 IDT EntriesOliver Smith-Denny2-6/+5
2026-02-28MdeModulePkg: DxeMain: Check memory type overlap inside CoreGetMemoryMapKun Qin1-0/+115
2026-02-27MdeModulePkg/Core: Move SMI depth tracker below SMI presence checkKhalid Ali1-1/+1
2026-02-24MdeModulePkg: Replace include guards with #pragma onceMichael Kubacki18-71/+18
2026-01-30MdeModulePkg/Core: Make PPI services spec complaintKhalid Ali1-3/+15
2026-01-28MdeModulePkg/Core/Dxe/Mem: Fix GetMemoryMap() Alignment IssuesMichael D Kinney1-32/+257
2026-01-28MdeModulePkg/Core/Dxe/Mem: Align initial memory map entriesMichael D Kinney1-5/+63
2026-01-28MdeModulePkg/Core/PiSmmCore/Page.c: Correct gMemoryMap typoDamien-Chen1-6/+6
2025-12-30MdeModulePkg: Fix FreePages not existent memoryPiotr Wejman1-1/+3
2025-12-03MdeModulePkg: Remove ambiguous negation of narrower typeArd Biesheuvel2-2/+2
2025-12-02MdeModulePkg: Fix recently introduced uninitialized variable usage.Aaron Pop1-2/+6
2025-11-22MdeModulePkg: Fix missing NULL tests.Aaron Pop20-54/+204
2025-11-22MdeModulePkg: Fix comparison with wider widths.Aaron Pop3-8/+9
2025-11-22MdeModulePkg: DxeCore: Adding check for underflow before subtractionKun Qin1-2/+8
2025-11-22MdeModulePkg: DxeCore: Check overflow before using resource hob memory topKun Qin1-4/+25
2025-11-06MdeModulePkg: CoreDxe: Handle multilple MemoryAllocationModulesKun Qin2-2/+6
2025-10-30MdeModulePkg: Remove DXE_SAL_DRIVERSathya Ravichandran1-1/+0
2025-10-30MdeModulePkg/Core/Dxe: Fix TPL inversion from DEBUG() messageMichael D Kinney1-4/+4
2025-10-23MdeModulePkg: Fix UEFI runtime driver loading after EndOfDxeVitaly Cheptsov1-12/+0
2025-10-23MdeModulePkg: Always Initialize Separate Exception StacksOliver Smith-Denny1-5/+3
2025-10-17MdeModulePkg: CoreGetMemoryMap: Account for Unaccepted EntriesOliver Smith-Denny1-0/+1
2025-10-16MdeModulePkg: DXE Core: Correct Usage of EFI_MEMORY_ATTRIBUTE_MASKOliver Smith-Denny2-3/+3
2025-09-26MdeModulePkg: Remove ARM32 SupportOliver Smith-Denny2-9/+8
2025-09-23MdeModulePkg: Add PcdDelayedDispatchMaxEntriesMichael Kubacki2-4/+11
2025-09-16MdeModulePkg/DxeMain: Add debug code for Event Group notify functionsPhil Noh1-1/+13
2025-08-25MdeModulePkg/PeiCore: Print GUID of FV and FvFile in debug logRay Ni1-6/+32
2025-07-23MdeModulePkg: Unify EfiFileName ParsingOliver Smith-Denny3-4/+4
2025-07-23MdeModulePkg: Always Print Driver Load MessagesOliver Smith-Denny3-24/+10
2025-07-09MdeModulePkg: Leak Memory if Not RW on FreePagesOliver Smith-Denny4-0/+98
2025-07-08MdeModulePkg: Don't Allocate Page 0Oliver Smith-Denny6-98/+8
2025-06-27MdeModulePkg: PiSmmIpl: Add check for MM communicate v3 headerKun Qin1-0/+7
2025-06-25MdeModulePkg/SmmCore: Modify check for Mm Communicate Buffer without dataINDIA\sachinganesh1-1/+1
2025-06-12MdeModulePkg: Fix EFI_SUCCESS typosGao Qihang1-2/+2
2025-05-07MdeModulePkg: DebugImageInfoTable: Fix Array MaintenanceOliver Smith-Denny1-18/+9
2025-05-07MdeModulePkg: Fix Image Memory Protection ApplyingOliver Smith-Denny1-8/+13
2025-05-05MdeModulePkg: Shortcircuit GCD Dumping Logic if Not PrintingOliver Smith-Denny1-0/+14
2025-04-27MdeModulePkg: DxeCore: Set Image Protections Through GCDOliver Smith-Denny2-7/+112
2025-04-27MdeModulePkg: DxeCore: Lower Image Protection Print to Verbose Log LevelOliver Smith-Denny1-1/+1
2025-04-21MdeModulePkg: PiSmmIpl: Fix physical address dereferencingKun Qin1-36/+106
2025-04-07MdeModulePkg: PiSmmIpl: Update MessageLength calculation for MmCommunicateKun Qin2-14/+114
2025-04-07MdeModulePkg: PiSmmCore: Added parser of new MM communicate headerKun Qin2-19/+46
2025-03-31MdeModulePkg/Core: Add Hot Pluggable type to Attribute Conversion TableINDIA\sachinganesh1-0/+1
2025-02-25MdeModulePkg: Add the EFI_RESOURCE_ATTRIBUTE_SPECIAL_PURPOSE attributePatrick Payne1-1/+8