summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/PiSmmCore/Pool.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305btrunkkx1-464/+464
2022-05-13MdeModulePkg: PiSmmCore: Inspect memory guarded with pool headersKun Qin1-5/+5
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-60/+75
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-8/+8
2017-11-21MdeModulePkg: Fix unix style of EOLJian J Wang1-63/+63
2017-11-20MdeModulePkg/PiSmmCore: Fix an assert issue in pool freeJian J Wang1-1/+1
2017-11-17MdeModulePkg/PiSmmCore: Implement heap guard feature for SMM modeJian J Wang1-17/+64
2017-04-24MdeModulePkg/PiSmmCore: Remove redundant PoolTail pointer assignmentHao Wu1-4/+4
2017-04-20MdeModulePkg PiSmmCore: Enhance SMM FreePool to catch buffer overflowStar Zeng1-2/+42
2017-04-14MdeModulePkg/PiSmmCore: Fix potentially uninitialized local variableHao Wu1-1/+4
2016-12-12MdeModulePkg PiSmmCore: Retrieve Smram base address from system tableLiming Gao1-41/+10
2016-12-07MdeModulePkg/PiSmmCore: AllocatePool should use MemoryType.Jiewen Yao1-14/+52
2016-12-05MdeModulePkg PiSmmCore: Update comments in InitializeMemoryServicesLiming Gao1-1/+4
2016-11-17MdeModulePkg/PiSmmCore: Add MemoryAttributes support.Jiewen Yao1-0/+16
2016-10-27MdeModulePkg/Core/PiSmmCore: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-07-11MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru1-1/+1
2016-07-01MdeModulePkg PiSmmCore: Enhance memory profile for memory leak detectionStar Zeng1-3/+17
2016-07-01MdeModulePkg/PiSmmCore: Replace BASE_4GB with MAX_ADDRESS check.Jiewen Yao1-1/+1
2015-11-25Check InternalAllocPoolByIndex status before refer buffer.Zeng, Star1-2/+5
2014-11-12MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng1-36/+65
2011-04-08Add more checks to skip allocated SMRAM regions when searching for a largest ...rsun31-1/+8
2010-10-18Refine code to make code run more safely.ydong101-2/+2
2010-04-24Update the copyright notice formathhtian1-1/+1
2010-03-04Remove Size==0 branch in SmmAllocatePool()hhuan131-5/+0
2010-03-03Enable "Load Module At fixed Address" feature in SMM Corejchen201-2/+42
2010-03-02Fix K8 scan issueshhuan131-0/+1
2010-02-26Clean up PiSmmCore to pass K8 scanhhuan131-1/+2
2010-02-26Add PI SMM IPL and PI SMM Coremdkinney1-0/+249