Age | Commit message (Expand) | Author |
2016-07-01 | MdeModulePkg DxeCore: Enhance memory profile for memory leak detection | Star Zeng |
2016-04-26 | MdeModulePkg DxeCore: Check free memory type by CoreUpdateProfile() | Star Zeng |
2016-04-22 | MdeModulePkg DxeCore: Enhance MemoryAttributesTable installation | Star Zeng |
2016-04-22 | MdeModulePkg DxeCore: Return memory type from internal free pool/pages | Star Zeng |
2016-03-22 | MdeModulePkg DxeCore: Address boundary check for Type AllocateAddress | Star Zeng |
2016-03-22 | MdeModulePkg DxeCore: Check Start consistently in CoreConvertPagesEx | Star Zeng |
2015-07-02 | MdeModulePkg: Merge GCD range before convert it to EFI memory | Liming Gao |
2015-06-25 | MdeModulePkg: Add Memory Capabilities for MMIO and Reserved Range | Liming Gao |
2015-06-08 | MdeModulePkg: Fix bug of AllocatePages for large alignment | Heyi Guo |
2015-05-18 | MdeModulePkg DxeCore: Add OEM reserved memory type support. | Star Zeng |
2015-05-11 | MdeModulePkg DxeCore: Add memory more reliable support. | Star Zeng |
2015-04-29 | MdeModulePkg: PI1.4 DxeCore GetMemoryMap() update | Liming Gao |
2015-04-29 | MdeModulePkg: Add support for UEFI2.5 and PI1.4 PersistentMemory feature | Liming Gao |
2015-01-21 | MdeModulePkg/DxeMain: Fix wrong sanity check in CoreTerminateMemoryMap() | Ard Biesheuvel |
2014-12-23 | MdeModulePkg: fix mixed dos and linux EOL format issue | Hot Tian |
2014-12-12 | MdeModulePkg DxeCore: Remove @retval function comments for CoreUpdateMemoryAt... | Star Zeng |
2014-12-12 | MdeModulePkg/DxeCore: Fixed compiler error 'enumerated type mixed with anothe... | Olivier Martin |
2014-11-20 | MdePkg/MdeModulePkg: Implement the missing SetMemorySpaceCapabilities function. | Eugene Cohen |
2014-11-12 | MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support. | Star Zeng |
2014-08-07 | 1) Add type cast for better coding style. | Feng Tian |
2013-03-22 | Guarantee that free memory in the 4K page starting at address 0 is always cle... | mdkinney |
2013-03-22 | Fix a bug in the DXE Core that generates an ASSERT() when the page at address... | mdkinney |
2012-08-28 | Fix comparisons of enumerated types which may cause warnings for some compilers. | rsun3 |
2012-04-27 | Enhance the error handling for AllocatePool and AllocatePages function. | ydong10 |
2011-06-09 | Fix crash in GetMemoryMap() when memory type 0x80000000-0xFFFFFFFF was alloca... | niruiyu |
2011-05-25 | Make sure the return value of MapKey is correct by moving the assignment into... | erictian |
2011-02-12 | Correct typo in word in DxeCore. | lgao4 |
2010-06-17 | Add a missing parameter description in the function header for CoreFindFreePa... | rsun3 |
2010-06-14 | 1) Improve how memory usage is tracked in DXE Core | mdkinney |
2010-04-24 | Update the copyright notice format | hhtian |
2010-04-05 | MdeModulePkg: Fix warning with VS2005 toolchain on IA32 | jljusten |
2010-04-03 | Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure. | jgong5 |
2010-03-19 | Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). | jgong5 |
2010-02-10 | revise the debug message to add 0x in front of the HEX number for consistency | jchen20 |
2010-02-05 | Enable the Load Module At fixed Address feature | jchen20 |
2009-02-12 | add assert logic to avoid Klocwork fake report | eric_tian |
2008-12-18 | check the usage of %d,%x,%ld,%lx and so on in debug print statement. | jji4 |
2008-12-16 | Clean up to update the reference of the these macros: | qhuang8 |
2008-10-24 | ECC Clean up. | vanjeff |
2008-10-21 | Fix several coding style violations | qhuang8 |
2008-09-23 | add detail comments on the complicated code segment. | eric_tian |
2008-09-23 | move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres... | eric_tian |
2008-09-17 | Adjust the function layout to remove the prototype of internal functions to r... | qhuang8 |
2008-09-17 | Fix several code review minor comments: | qhuang8 |
2008-08-27 | Clean up DxeCore to remove duplicate memory allocation & device path utility ... | qhuang8 |
2008-07-24 | Code Scrub for Dxe Core. | qhuang8 |
2008-07-18 | Code scrub for DxeCore | qhuang8 |
2008-05-21 | Update to fix minor coding style issues. | qhuang8 |
2008-05-09 | Fix the prediction warnings in DxeMain. | qhuang8 |
2008-05-09 | Add doxygen style comments for functions in DxeMain. | qhuang8 |