summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Mem
AgeCommit message (Expand)Author
2015-07-02MdeModulePkg: Merge GCD range before convert it to EFI memoryLiming Gao
2015-07-02MdeModulePkg: move arch-specific allocation granularity defines to DxeMain.hArd Biesheuvel
2015-06-25MdeModulePkg: Add Memory Capabilities for MMIO and Reserved RangeLiming Gao
2015-06-08MdeModulePkg: Fix bug of AllocatePages for large alignmentHeyi Guo
2015-05-29MdeModulePkg/DxeCore: Fixed build error.Star Zeng
2015-05-18MdeModulePkg: Update memory profile for OEM reserved memory type.Star Zeng
2015-05-18MdeModulePkg DxeCore: Add OEM reserved memory type support.Star Zeng
2015-05-11MdeModulePkg DxeCore: Add memory more reliable support.Star Zeng
2015-04-29MdeModulePkg: PI1.4 DxeCore GetMemoryMap() updateLiming Gao
2015-04-29MdeModulePkg: Add support for UEFI2.5 and PI1.4 PersistentMemory featureLiming Gao
2015-03-10MdeModulePkg: Add function comment for 'GetPoolIndexFromSize'.Shumin Qiu
2015-03-06MdeModulePkg: use 64 KB granularity for runtime allocations on AArch64Ard Biesheuvel
2015-03-06MdeModulePkg: serve allocations from higher-up bins if current bin is emptyArd Biesheuvel
2015-03-06MdeModulePkg: carve pool pages into the largest chunks possibleArd Biesheuvel
2015-03-06MdeModulePkg: use index to traverse free pool pagesArd Biesheuvel
2015-03-06MdeModulePkg: improve scalability of memory poolsArd Biesheuvel
2015-03-06MdeModulePkg: use correct granularity when allocating pool pagesArd Biesheuvel
2015-01-21MdeModulePkg/DxeMain: Fix wrong sanity check in CoreTerminateMemoryMap()Ard Biesheuvel
2015-01-09MdeModulePkg DxeCore: Enhance memory profile code to handle possible NULL Fil...Star Zeng
2014-12-23MdeModulePkg: fix mixed dos and linux EOL format issueHot Tian
2014-12-12MdeModulePkg DxeCore: Remove @retval function comments for CoreUpdateMemoryAt...Star Zeng
2014-12-12MdeModulePkg/DxeCore: Fixed compiler error 'enumerated type mixed with anothe...Olivier Martin
2014-11-27MdeModulePkg DxeCore: Check pointer AllocInfoData before dereferencing.Star Zeng
2014-11-20MdePkg/MdeModulePkg: Implement the missing SetMemorySpaceCapabilities function.Eugene Cohen
2014-11-17MdeModulePkg DxeCore/PiSmmCore/MemoryProfileInfo: Fix EBC and VS2013 build fa...Star Zeng
2014-11-12MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng
2014-08-071) Add type cast for better coding style.Feng Tian
2013-10-30MdeModulePkg Pool: Update the type of Size to UINTN for the potential more th...Star Zeng
2013-03-22Guarantee that free memory in the 4K page starting at address 0 is always cle...mdkinney
2013-03-22Fix a bug in the DXE Core that generates an ASSERT() when the page at address...mdkinney
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun3
2012-07-26MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in ...oliviermartin
2012-04-27Enhance the error handling for AllocatePool and AllocatePages function.ydong10
2011-06-09Fix crash in GetMemoryMap() when memory type 0x80000000-0xFFFFFFFF was alloca...niruiyu
2011-05-25Make sure the return value of MapKey is correct by moving the assignment into...erictian
2011-02-12Correct typo in word in DxeCore.lgao4
2010-06-17Add a missing parameter description in the function header for CoreFindFreePa...rsun3
2010-06-141) Improve how memory usage is tracked in DXE Coremdkinney
2010-04-24Update the copyright notice formathhtian
2010-04-07Fix the issue that GCC treat enum type as unsigned int which incompatible wit...klu2
2010-04-05MdeModulePkg: Fix warning with VS2005 toolchain on IA32jljusten
2010-04-03Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure.jgong5
2010-03-19Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). jgong5
2010-02-10revise the debug message to add 0x in front of the HEX number for consistencyjchen20
2010-02-05Enable the Load Module At fixed Address feature jchen20
2009-02-12add assert logic to avoid Klocwork fake reporteric_tian
2008-12-18check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji4
2008-12-16Clean up to update the reference of the these macros:qhuang8
2008-10-24ECC Clean up.vanjeff
2008-10-21Fix several coding style violationsqhuang8