summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/Mem/Pool.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: HeapGuard: Don't Assume Pool Head Allocated In First PageOliver Smith-Denny2023-08-191-1/+1
* MdeModulePkg: EfiUnacceptedMemoryType is not allowed in AllocatePoolMin M Xu2023-02-071-1/+1
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-177/+191
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/Core: add freed-memory guard featureJian J Wang2018-10-261-7/+16
* MdeModulePkg/Core: fix guard page missing issueJian J Wang2018-02-021-8/+8
* MdeModulePkg/Core: fix a logic hole in page freeJian J Wang2018-01-191-2/+8
* MdeModulePkg/DxeCore: Fix issues in Heap GuardJian J Wang2017-12-131-1/+3
* MdeModulePkg: Fix unix style of EOLJian J Wang2017-11-211-121/+121
* MdeModulePkg/DxeCore: Implement heap guard feature for UEFIJian J Wang2017-11-171-39/+121
* MdeModulePkg/DxeCore: Fix coding style issuesBi, Dandan2017-03-071-0/+19
* MdeModulePkg/DxeCore: switch to MdePkg allocation granularity macrosArd Biesheuvel2017-03-061-4/+4
* MdeModulePkg/DxeCore: implement memory protection policyArd Biesheuvel2017-02-281-0/+7
* MdeModulePkg/DxeCore: use separate lock for pool allocationsArd Biesheuvel2017-02-281-10/+48
* MdeModulePkg/Core/Dxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* MdeModulePkg DxeCore: Enhance memory profile for memory leak detectionStar Zeng2016-07-011-2/+16
* MdeModulePkg: DxeCore MemoryPool Algorithm UpdateLiming Gao2016-04-281-1/+1
* MdeModulePkg DxeCore: Check free memory type by CoreUpdateProfile()Star Zeng2016-04-261-1/+1
* MdeModulePkg DxeCore: Enhance MemoryAttributesTable installationStar Zeng2016-04-221-0/+2
* MdeModulePkg DxeCore: Return memory type from internal free pool/pagesStar Zeng2016-04-221-6/+15
* MdeModulePkg DxeCore: Minor comments update to AllocatePool()Star Zeng2016-02-151-3/+6
* MdeModulePkg DxeCore: Missing change for OEM reserved memory type at R17460Star Zeng2016-02-151-3/+3
* MdeModulePkg DxeCore: Add OEM reserved memory type support.Star Zeng2015-05-181-4/+5
* MdeModulePkg: Add support for UEFI2.5 and PI1.4 PersistentMemory featureLiming Gao2015-04-291-2/+3
* MdeModulePkg: Add function comment for 'GetPoolIndexFromSize'.Shumin Qiu2015-03-101-0/+8
* MdeModulePkg: serve allocations from higher-up bins if current bin is emptyArd Biesheuvel2015-03-061-7/+22
* MdeModulePkg: carve pool pages into the largest chunks possibleArd Biesheuvel2015-03-061-3/+9
* MdeModulePkg: use index to traverse free pool pagesArd Biesheuvel2015-03-061-21/+9
* MdeModulePkg: improve scalability of memory poolsArd Biesheuvel2015-03-061-8/+28
* MdeModulePkg: use correct granularity when allocating pool pagesArd Biesheuvel2015-03-061-15/+37
* MdeModulePkg: fix mixed dos and linux EOL format issueHot Tian2014-12-231-7/+7
* MdeModulePkg/DxeCore: Fixed compiler error 'enumerated type mixed with anothe...Olivier Martin2014-12-121-7/+7
* MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng2014-11-121-2/+53
* 1) Add type cast for better coding style.Feng Tian2014-08-071-3/+3
* MdeModulePkg Pool: Update the type of Size to UINTN for the potential more th...Star Zeng2013-10-301-7/+8
* Fix comparisons of enumerated types which may cause warnings for some compilers.rsun32012-08-281-2/+2
* MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in ...oliviermartin2012-07-261-1/+1
* Enhance the error handling for AllocatePool and AllocatePages function.ydong102012-04-271-2/+6
* Update the copyright notice formathhtian2010-04-241-2/+2
* Fix the issue that GCC treat enum type as unsigned int which incompatible wit...klu22010-04-071-2/+2
* Clean up to update the reference of the these macros:qhuang82008-12-161-5/+5
* add detail comments on the complicated code segment.eric_tian2008-09-231-0/+4
* move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian2008-09-231-0/+1
* Fix several code review minor comments:qhuang82008-09-171-14/+13
* Update the usage of ALIGN_VARIABLE for the interface change.qhuang82008-09-101-2/+1
* Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82008-08-271-1/+1
* Code Scrub for Dxe Core.qhuang82008-07-241-30/+30
* Code scrub for DxeCoreqhuang82008-07-181-24/+23
* Update to fix minor coding style issues.qhuang82008-05-211-11/+9
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+555