summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/Mem/Page.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Fix conditionally uninitialized variablesMichael Kubacki2023-04-031-8/+9
* MdeModulePkg/DxeCore: Use correct type for alignment maskArd Biesheuvel2022-12-081-1/+1
* MdeModulePkg: Update Dxe to handle unaccepted memory typeMin M Xu2022-11-011-17/+46
* MdeModulePkg/CoreDxe: Allow DXE Drivers to use untested memoryStacy Howell2022-07-221-0/+14
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-323/+364
* MdeModulePkg/Core/Dxe: expose SP and CRYPTO capabilities in UEFI memmapMalgorzata Kukiello2020-10-101-6/+6
* MdeModulePkg: Add New Memory AttributesOleksiy Yakovlev2020-07-151-6/+3
* MdeModulePkg DxeCore: Fix for missing Memory Attributes Table (MAT) updateMike Turner2019-08-201-6/+35
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/Dxe/Page: take MAX_ALLOC_ADDRESS into accountArd Biesheuvel2018-12-201-26/+26
* MdeModulePkg/Core: add freed-memory guard featureJian J Wang2018-10-261-8/+34
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-53/+53
* MdeModulePkg/Core: fix a logic hole in page freeJian J Wang2018-01-191-34/+6
* MdeModulePkg/DxeCore: Fix issues in Heap GuardJian J Wang2017-12-131-7/+8
* MdeModulePkg/Core: Merge memory map after filtering paging capabilityJian J Wang2017-11-281-0/+2
* MdeModulePkg/DxeCore: Filter out all paging capabilitiesJian J Wang2017-11-241-0/+20
* MdeModulePkg: Fix unix style of EOLJian J Wang2017-11-211-105/+105
* MdeModulePkg/DxeCore: Implement heap guard feature for UEFIJian J Wang2017-11-171-25/+105
* MdeModulePkg/Core/Dxe: Add EndOfDxe workaround for NULL pointer detectionJian J Wang2017-10-111-1/+3
* MdeModulePkg: Update DxeCore to consume PI EfiGcdMemoryTypePersistentLiming Gao2017-10-101-2/+2
* MdeModulePkg DxeCore: Enhance "ConvertPages: Incompatible memory types"Star Zeng2017-08-141-2/+7
* MdeModulePkg/DxeCore: deal with allocations spanning several memmap entriesArd Biesheuvel2017-03-171-0/+11
* MdeModulePkg/DxeCore: switch to MdePkg allocation granularity macrosArd Biesheuvel2017-03-061-11/+11
* MdeModulePkg: use LShiftU64() instead of "<<" to avoid IA32 build error.Fu Siyuan2017-03-011-1/+1
* MdeModulePkg/DxeCore: implement memory protection policyArd Biesheuvel2017-02-281-0/+7
* MdeModulePkg/Core: Fix typos in commentsGary Lin2016-10-271-1/+1
* MdeModulePkg DxeCore: Enhance memory profile for memory leak detectionStar Zeng2016-07-011-2/+16
* 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-3/+10
* MdeModulePkg DxeCore: Address boundary check for Type AllocateAddressStar Zeng2016-03-221-0/+26
* MdeModulePkg DxeCore: Check Start consistently in CoreConvertPagesExStar Zeng2016-03-221-2/+2
* MdeModulePkg: Merge GCD range before convert it to EFI memoryLiming Gao2015-07-021-17/+61
* MdeModulePkg: Add Memory Capabilities for MMIO and Reserved RangeLiming Gao2015-06-251-2/+6
* MdeModulePkg: Fix bug of AllocatePages for large alignmentHeyi Guo2015-06-081-0/+5
* MdeModulePkg DxeCore: Add OEM reserved memory type support.Star Zeng2015-05-181-2/+2
* MdeModulePkg DxeCore: Add memory more reliable support.Star Zeng2015-05-111-1/+5
* MdeModulePkg: PI1.4 DxeCore GetMemoryMap() updateLiming Gao2015-04-291-38/+32
* MdeModulePkg: Add support for UEFI2.5 and PI1.4 PersistentMemory featureLiming Gao2015-04-291-5/+29
* MdeModulePkg/DxeMain: Fix wrong sanity check in CoreTerminateMemoryMap()Ard Biesheuvel2015-01-211-16/+15
* MdeModulePkg: fix mixed dos and linux EOL format issueHot Tian2014-12-231-7/+7
* MdeModulePkg DxeCore: Remove @retval function comments for CoreUpdateMemoryAt...Star Zeng2014-12-121-6/+0
* MdeModulePkg/DxeCore: Fixed compiler error 'enumerated type mixed with anothe...Olivier Martin2014-12-121-7/+7
* MdePkg/MdeModulePkg: Implement the missing SetMemorySpaceCapabilities function.Eugene Cohen2014-11-201-33/+114
* MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng2014-11-121-2/+64
* 1) Add type cast for better coding style.Feng Tian2014-08-071-2/+2
* Guarantee that free memory in the 4K page starting at address 0 is always cle...mdkinney2013-03-221-1/+14
* Fix a bug in the DXE Core that generates an ASSERT() when the page at address...mdkinney2013-03-221-2/+13
* Fix comparisons of enumerated types which may cause warnings for some compilers.rsun32012-08-281-7/+7
* Enhance the error handling for AllocatePool and AllocatePages function.ydong102012-04-271-1/+5