]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Dxe/Mem/Pool.c
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Mem / Pool.c
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2018-10-26 Jian J WangMdeModulePkg/Core: add freed-memory guard feature
2018-02-02 Jian J WangMdeModulePkg/Core: fix guard page missing issue
2018-01-19 Jian J WangMdeModulePkg/Core: fix a logic hole in page free
2017-12-13 Jian J WangMdeModulePkg/DxeCore: Fix issues in Heap Guard
2017-11-21 Jian J WangMdeModulePkg: Fix unix style of EOL
2017-11-17 Jian J WangMdeModulePkg/DxeCore: Implement heap guard feature...
2017-03-07 Bi, DandanMdeModulePkg/DxeCore: Fix coding style issues
2017-03-06 Ard BiesheuvelMdeModulePkg/DxeCore: switch to MdePkg allocation granu...
2017-02-28 Ard BiesheuvelMdeModulePkg/DxeCore: implement memory protection policy
2017-02-28 Ard BiesheuvelMdeModulePkg/DxeCore: use separate lock for pool alloca...
2016-10-27 Laszlo ErsekMdeModulePkg/Core/Dxe: rebase to ARRAY_SIZE()
2016-07-01 david weiMerge branch 'master' of https://github.com/tianocore...
2016-07-01 Star ZengMdeModulePkg DxeCore: Enhance memory profile for memory...
2016-04-28 Liming GaoMdeModulePkg: DxeCore MemoryPool Algorithm Update
2016-04-26 Star ZengMdeModulePkg DxeCore: Check free memory type by CoreUpd...
2016-04-22 Star ZengMdeModulePkg DxeCore: Enhance MemoryAttributesTable...
2016-04-22 Star ZengMdeModulePkg DxeCore: Return memory type from internal...
2016-02-15 Star ZengMdeModulePkg DxeCore: Minor comments update to Allocate...
2016-02-15 Star ZengMdeModulePkg DxeCore: Missing change for OEM reserved...
2015-05-18 Star ZengMdeModulePkg DxeCore: Add OEM reserved memory type...
2015-04-29 Liming GaoMdeModulePkg: Add support for UEFI2.5 and PI1.4 Persist...
2015-03-10 Shumin QiuMdeModulePkg: Add function comment for 'GetPoolIndexFro...
2015-03-06 Ard BiesheuvelMdeModulePkg: serve allocations from higher-up bins...
2015-03-06 Ard BiesheuvelMdeModulePkg: carve pool pages into the largest chunks...
2015-03-06 Ard BiesheuvelMdeModulePkg: use index to traverse free pool pages
2015-03-06 Ard BiesheuvelMdeModulePkg: improve scalability of memory pools
2015-03-06 Ard BiesheuvelMdeModulePkg: use correct granularity when allocating...
2014-12-23 Hot TianMdeModulePkg: fix mixed dos and linux EOL format issue
2014-12-12 Olivier MartinMdeModulePkg/DxeCore: Fixed compiler error 'enumerated...
2014-11-12 Star ZengMdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and...
2014-08-07 Feng Tian1) Add type cast for better coding style.
2013-10-30 Star ZengMdeModulePkg Pool: Update the type of Size to UINTN...
2012-08-28 rsun3Fix comparisons of enumerated types which may cause...
2012-07-26 oliviermartinMdeModulePkg/CoreDxe: Fixed compiler warning 'integer...
2012-04-27 ydong10Enhance the error handling for AllocatePool and Allocat...
2010-04-24 hhtianUpdate the copyright notice format
2010-04-07 klu2Fix the issue that GCC treat enum type as unsigned...
2008-12-16 qhuang8Clean up to update the reference of the these macros:
2008-09-23 eric_tianadd detail comments on the complicated code segment.
2008-09-23 eric_tianmove header files in MdeModulePkg\Core\Dxe except DxeMa...
2008-09-17 qhuang8Fix several code review minor comments:
2008-09-10 qhuang8Update the usage of ALIGN_VARIABLE for the interface...
2008-08-27 qhuang8Clean up DxeCore to remove duplicate memory allocation...
2008-07-24 qhuang8Code Scrub for Dxe Core.
2008-07-18 qhuang8Code scrub for DxeCore
2008-05-21 qhuang8Update to fix minor coding style issues.
2008-05-21 qhuang8Change the file name case to follow coding style: The...