summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Core: Merge memory map after filtering paging capabilityJian J Wang2017-11-283-1/+20
* MdeModulePkg/DxeCore: Filter out all paging capabilitiesJian J Wang2017-11-241-0/+20
* MdeModulePkg/Core: Fix potential array overflowJian J Wang2017-11-242-3/+9
* MdeModulePkg/Core: Add missing header files into infJian J Wang2017-11-242-0/+2
* MdeModulePkg: Fix unix style of EOLJian J Wang2017-11-2116-3960/+3960
* MdeModulePkg/Core: Fix build error with old Visual StudioJian J Wang2017-11-202-8/+18
* MdeModulePkg/PiSmmCore: Fix an assert issue in pool freeJian J Wang2017-11-201-1/+1
* MdeModulePkg/PiSmmCore: Implement heap guard feature for SMM modeJian J Wang2017-11-177-28/+2064
* MdeModulePkg/DxeCore: Implement heap guard feature for UEFIJian J Wang2017-11-177-67/+1854
* MdeModulePkg/DxeIpl: Enable paging for heap guardJian J Wang2017-11-172-4/+33
* MdeModulePkg/Core/Dxe: Remove extra connects for UEFI ApplicationsMichael D Kinney2017-11-131-2/+10
* MdeModulePkg: Update PeiCore consumes PCD to get the init value in temp stackLiming Gao2017-11-032-6/+2
* MdeModulePkg/DxeIplPeim: Refine coding style in function commentsDandan Bi2017-10-242-11/+18
* MdeModulePkg: Update RuntimeDxe Crc32 to check the input parameterLiming Gao2017-10-161-0/+4
* MdeModulePkg/PiSmmCore: Install Protocol when S3 resume finished.Eric Dong2017-10-123-7/+87
* MdeModulePkg/Core/Dxe: Add EndOfDxe workaround for NULL pointer detectionJian J Wang2017-10-113-1/+69
* MdeModulePkg/DxeIpl: Implement NULL pointer detectionJian J Wang2017-10-116-10/+131
* MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXEStar Zeng2017-10-104-17/+72
* MdeModulePkg: Update Ppi/Protocol/Guid usage in INF filesLiming Gao2017-10-102-2/+2
* MdeModulePkg: Update modules to consume CalculateCrc32()Liming Gao2017-10-103-85/+3
* MdeModulePkg: Update DxeCore to consume PI EfiGcdMemoryTypePersistentLiming Gao2017-10-102-4/+4
* MdeModulePkg/DxeCore: Add comments for the ASSERT to check NULL ptrHao Wu2017-10-091-1/+9
* MdeModulePkg PeiCore: More debug messages for pre-memory allocationsStar Zeng2017-09-301-1/+13
* MdeModulePkg/Tpl: Fix negative value left shiftHao Wu2017-09-291-3/+9
* MdeModulePkg Core: Support FFS_ATTRIB_DATA_ALIGNMENT_2Star Zeng2017-09-262-23/+49
* MdeModulePkg/DxeCore: Add check to ensure no possible NULL ptr derefHao Wu2017-09-261-0/+1
* MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocolAmit Kumar2017-09-221-13/+23
* MdeModulePkg/Core: Fix out-of-sync issue in GCDJian J Wang2017-09-211-18/+27
* MdeModule PeiCore: Support pre memory page allocationStar Zeng2017-09-045-53/+646
* MdeModulePkg DxeCore: Enhance "ConvertPages: Incompatible memory types"Star Zeng2017-08-141-2/+7
* MdeModulePkg DxeCore: Fix double free pages on LoadImage failure pathStar Zeng2017-08-141-0/+2
* MdeModulePkg PeiCore: Install SEC HOB dataStar Zeng2017-08-044-3/+110
* MdeModulePkg PeiCore: Handle notification PPI from SECStar Zeng2017-08-013-19/+142
* MdeModulePkg/DxeCore: Avoid accessing non-owned memoryRuiyu Ni2017-07-181-27/+27
* MdeModulePkg PeiCore: Correct the comments of PeiResetSystem2Star Zeng2017-06-302-4/+4
* Revert "MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol"Star Zeng2017-06-271-14/+12
* MdeModulePkg DxeCore: Only free ScratchBuffer when it is not NULLStar Zeng2017-06-261-2/+4
* MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocolAmit Kumar2017-06-261-12/+14
* MdeModulePkg: Enhance the debug message for InstallProtocolInterfaceStar Zeng2017-06-232-12/+16
* MdeModulePkg: Return invalid param in LocateProtocol for Protocol==NULLStar Zeng2017-06-212-12/+4
* MdeModulePkg: Fix use-after-free error in InstallConfigurationTable()Shi, Steven2017-06-202-18/+50
* MdeModulePkg SmiHandlerProfile: Use fixed data type in data structureStar Zeng2017-05-241-40/+77
* MdeModulePkg SmiHandlerProfile: Fix no PDB case handling incorrectlyStar Zeng2017-05-241-2/+6
* MdeModulePkg SmiHandlerProfile: Fix memory leak in DumpSmiChildContextStar Zeng2017-05-121-1/+7
* MdeModulePkg: Update PiSmmCore to set correct ImageAddress into LoadedImageLiming Gao2017-04-251-2/+2
* MdeModulePkg PiSmmIpl: Fix the issue in LMFA featureLiming Gao2017-04-251-6/+6
* MdeModulePkg/PiSmmCore: Remove redundant PoolTail pointer assignmentHao Wu2017-04-241-4/+4
* MdeModulePkg PiSmmCore: Enhance SMM FreePool to catch buffer overflowStar Zeng2017-04-202-5/+61
* MdeModulePkg/DxeCore: Add ASSERT to ensure no subtract underflowHao Wu2017-04-141-0/+5
* MdeModulePkg/PiSmmCore: Fix potentially uninitialized local variableHao Wu2017-04-141-1/+4