summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/PiSmmCore/Pool.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-8/+8
* MdeModulePkg: Fix unix style of EOLJian J Wang2017-11-211-63/+63
* MdeModulePkg/PiSmmCore: Fix an assert issue in pool freeJian J Wang2017-11-201-1/+1
* MdeModulePkg/PiSmmCore: Implement heap guard feature for SMM modeJian J Wang2017-11-171-17/+64
* MdeModulePkg/PiSmmCore: Remove redundant PoolTail pointer assignmentHao Wu2017-04-241-4/+4
* MdeModulePkg PiSmmCore: Enhance SMM FreePool to catch buffer overflowStar Zeng2017-04-201-2/+42
* MdeModulePkg/PiSmmCore: Fix potentially uninitialized local variableHao Wu2017-04-141-1/+4
* MdeModulePkg PiSmmCore: Retrieve Smram base address from system tableLiming Gao2016-12-121-41/+10
* MdeModulePkg/PiSmmCore: AllocatePool should use MemoryType.Jiewen Yao2016-12-071-14/+52
* MdeModulePkg PiSmmCore: Update comments in InitializeMemoryServicesLiming Gao2016-12-051-1/+4
* MdeModulePkg/PiSmmCore: Add MemoryAttributes support.Jiewen Yao2016-11-171-0/+16
* MdeModulePkg/Core/PiSmmCore: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-111-1/+1
* MdeModulePkg PiSmmCore: Enhance memory profile for memory leak detectionStar Zeng2016-07-011-3/+17
* MdeModulePkg/PiSmmCore: Replace BASE_4GB with MAX_ADDRESS check.Jiewen Yao2016-07-011-1/+1
* Check InternalAllocPoolByIndex status before refer buffer.Zeng, Star2015-11-251-2/+5
* MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng2014-11-121-36/+65
* Add more checks to skip allocated SMRAM regions when searching for a largest ...rsun32011-04-081-1/+8
* Refine code to make code run more safely.ydong102010-10-181-2/+2
* Update the copyright notice formathhtian2010-04-241-1/+1
* Remove Size==0 branch in SmmAllocatePool()hhuan132010-03-041-5/+0
* Enable "Load Module At fixed Address" feature in SMM Corejchen202010-03-031-2/+42
* Fix K8 scan issueshhuan132010-03-021-0/+1
* Clean up PiSmmCore to pass K8 scanhhuan132010-02-261-1/+2
* Add PI SMM IPL and PI SMM Coremdkinney2010-02-251-0/+249