index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Core
/
Dxe
/
Mem
/
Pool.c
Age
Commit message (
Expand
)
Author
2016-07-01
MdeModulePkg DxeCore: Enhance memory profile for memory leak detection
Star Zeng
2016-04-28
MdeModulePkg: DxeCore MemoryPool Algorithm Update
Liming Gao
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-02-15
MdeModulePkg DxeCore: Minor comments update to AllocatePool()
Star Zeng
2016-02-15
MdeModulePkg DxeCore: Missing change for OEM reserved memory type at R17460
Star Zeng
2015-05-18
MdeModulePkg DxeCore: Add OEM reserved memory type support.
Star Zeng
2015-04-29
MdeModulePkg: Add support for UEFI2.5 and PI1.4 PersistentMemory feature
Liming Gao
2015-03-10
MdeModulePkg: Add function comment for 'GetPoolIndexFromSize'.
Shumin Qiu
2015-03-06
MdeModulePkg: serve allocations from higher-up bins if current bin is empty
Ard Biesheuvel
2015-03-06
MdeModulePkg: carve pool pages into the largest chunks possible
Ard Biesheuvel
2015-03-06
MdeModulePkg: use index to traverse free pool pages
Ard Biesheuvel
2015-03-06
MdeModulePkg: improve scalability of memory pools
Ard Biesheuvel
2015-03-06
MdeModulePkg: use correct granularity when allocating pool pages
Ard Biesheuvel
2014-12-23
MdeModulePkg: fix mixed dos and linux EOL format issue
Hot Tian
2014-12-12
MdeModulePkg/DxeCore: Fixed compiler error 'enumerated type mixed with anothe...
Olivier Martin
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-10-30
MdeModulePkg Pool: Update the type of Size to UINTN for the potential more th...
Star Zeng
2012-08-28
Fix comparisons of enumerated types which may cause warnings for some compilers.
rsun3
2012-07-26
MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in ...
oliviermartin
2012-04-27
Enhance the error handling for AllocatePool and AllocatePages function.
ydong10
2010-04-24
Update the copyright notice format
hhtian
2010-04-07
Fix the issue that GCC treat enum type as unsigned int which incompatible wit...
klu2
2008-12-16
Clean up to update the reference of the these macros:
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
Fix several code review minor comments:
qhuang8
2008-09-10
Update the usage of ALIGN_VARIABLE for the interface change.
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-21
Change the file name case to follow coding style: The first character should ...
qhuang8