summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
13 daysMdeModulePkg: Unify EfiFileName ParsingOliver Smith-Denny3-4/+4
13 daysMdeModulePkg: 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-26MdeModulePkg: 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
2025-01-29MdeModulePkg: fix warning about uninitialized variableMike Maslenkin1-0/+2
2025-01-29MdeModulePkg: PeiMain: fix warning about uninitialized variableMike Maslenkin1-5/+5
2025-01-26MdeModulePkg PeiMain: Remove return for PeiCoreBuildHobHandoffInfoTable()Star Zeng2-10/+4
2024-12-16MdeModulePkg DxeMain: Add late initialization for Debug Agent.Chris Fernald1-0/+5
2024-12-06MdeModulePkg/DxeIplPeim: Free scratch buffer after FV extractionPhil Noh1-0/+5
2024-12-06MdeModulePkg/DxeCore: Call BeforeExitBootServices event group only onceArd Biesheuvel1-1/+6
2024-11-17MedModulePkg/DxeIplPeim: Fix pagetable protection region in 5 level pagingNing Feng3-31/+37
2024-10-17MdeModulePkg: Replace right bit shift operator with RShiftU64Jeremy Compostella1-1/+1
2024-10-17MdeModulePkg: Fix PeiAllocatePages() corner caseJeremy Compostella1-15/+22
2024-10-17MdeModulePkg: PeiMain: Updated dispatcher for delayed dispatchKun Qin1-1/+4
2024-10-17MdeModulePkg: PeiMain: Introduce implementation of delayed dispatchKun Qin4-1/+482
2024-09-13MdeModulePkg: Fix buffer overflow in MergeMemoryMapKen Lautner1-2/+5
2024-09-06MdeModulePkg/Core/Pei: Add error handling for Section Lengthragavarshinib1-0/+12
2024-09-04MdeModulePkg: Fix redundant call to RestoreTpl()Ken Lautner1-1/+3
2024-08-30MdeModulePkg: CoreValidateHandle OptimizationXiaoqiang Zhang4-11/+97
2024-08-29MdeModulePkg: Gcd: Only Update gMemoryMap Attributes if Correct GCD TypeOliver Smith-Denny1-8/+15
2024-08-29MdeModulePkg: MAT Set RO/XP on Code/Data Sections Outside Image MemoryOliver Smith-Denny1-10/+17
2024-08-29MdeModulePkg: MAT: Do Not Set EfiMemoryMappedIo[PortSpace] AttrsOliver Smith-Denny1-3/+1
2024-07-30MdeModulePkg: Optimize PEI Core Migration AlgorithmAwiral Shrivastava2-8/+45
2024-07-26MdeModulePkg: Remove EFI_MEMORY_* DefinesDmitry Antipov1-16/+0
2024-07-18MdeModulePkg/SmiHandlerProfileInfo: Include profile SMI in profileBret Barkelew1-4/+13
2024-07-17MdeModulePkg: DxeCore: Fix Use-After-Free guard causing page faultKun Qin1-23/+28
2024-07-17MdeModulePkg/Core/DxeIplPeim: Enhance Code in DxeIplFindDxeCore FunctionJason1 Lin1-3/+10
2024-07-10MdeModulePkg: 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