summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Mem/Page.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-20MdePkg/MdeModulePkg: Implement the missing SetMemorySpaceCapabilities function.Eugene Cohen1-33/+114
2014-11-12MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng1-2/+64
2014-08-071) Add type cast for better coding style.Feng Tian1-2/+2
2013-03-22Guarantee that free memory in the 4K page starting at address 0 is always cle...mdkinney1-1/+14
2013-03-22Fix a bug in the DXE Core that generates an ASSERT() when the page at address...mdkinney1-2/+13
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun31-7/+7
2012-04-27Enhance the error handling for AllocatePool and AllocatePages function.ydong101-1/+5
2011-06-09Fix crash in GetMemoryMap() when memory type 0x80000000-0xFFFFFFFF was alloca...niruiyu1-2/+4
2011-05-25Make sure the return value of MapKey is correct by moving the assignment into...erictian1-6/+5
2011-02-12Correct typo in word in DxeCore.lgao41-2/+2
2010-06-17Add a missing parameter description in the function header for CoreFindFreePa...rsun31-0/+1
2010-06-141) Improve how memory usage is tracked in DXE Coremdkinney1-37/+164
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-04-05MdeModulePkg: Fix warning with VS2005 toolchain on IA32jljusten1-1/+1
2010-04-03Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure.jgong51-8/+4
2010-03-19Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). jgong51-7/+7
2010-02-10revise the debug message to add 0x in front of the HEX number for consistencyjchen201-1/+1
2010-02-05Enable the Load Module At fixed Address feature jchen201-5/+78
2009-02-12add assert logic to avoid Klocwork fake reporteric_tian1-0/+3
2008-12-18check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji41-1/+1
2008-12-16Clean up to update the reference of the these macros:qhuang81-22/+22
2008-10-24ECC Clean up.vanjeff1-2/+2
2008-10-21Fix several coding style violationsqhuang81-3/+3
2008-09-23add detail comments on the complicated code segment.eric_tian1-9/+14
2008-09-23move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian1-0/+1
2008-09-17Adjust the function layout to remove the prototype of internal functions to r...qhuang81-306/+210
2008-09-17Fix several code review minor comments:qhuang81-12/+13
2008-08-27Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang81-1/+1
2008-07-24Code Scrub for Dxe Core.qhuang81-164/+162
2008-07-18Code scrub for DxeCoreqhuang81-12/+5
2008-05-21Update to fix minor coding style issues.qhuang81-24/+9
2008-05-09Fix the prediction warnings in DxeMain.qhuang81-5/+5
2008-05-09Add doxygen style comments for functions in DxeMain.qhuang81-361/+280
2008-04-09Add comments and DoxyGen format for these files.lgao41-14/+5
2008-03-04Fix two minor defects:qhuang81-1/+1
2007-11-271) Improve the EFI Memory Map stability to improve ACPI S4 supportmdkinney1-26/+43
2007-07-04Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang11-0/+1656