summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/Misc
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-076-530/+595
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-072-14/+12
* MdeModulePkg: Add New Memory AttributesOleksiy Yakovlev2020-07-151-5/+2
* MdeModulePkg/DxeCore: merge properties table routines into MAT handlingArd Biesheuvel2020-04-072-1288/+1219
* MdeModulePkg: disable properties table generation but retain the codeArd Biesheuvel2020-04-073-101/+14
* MdeModulePkg/Core/Dxe: free page 0 after disabling NULL pointer detectionJian J Wang2019-11-091-0/+5
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-097-49/+7
* MdeModulePkg/Core: fix ineffective guard page issueJian J Wang2018-11-071-19/+17
* MdeModulePkg/Core: fill logic hole in MemoryProtectionCpuArchProtocolNotifyJian J Wang2018-11-071-4/+5
* MdeModulePkg/Core: add freed-memory guard featureJian J Wang2018-10-262-11/+9
* MdeModulePkg: remove PE/COFF header workaround for ELILO on IPFArd Biesheuvel2018-09-242-32/+2
* MdeModulePkg: Remove redundant library classes and GUIDsshenglei2018-08-201-1/+0
* MdeModulePkg/DxeCore: Not update RtCode in MemAttrTable after EndOfDxeJiewen Yao2018-07-261-0/+13
* MdeModulePkg/DxeCore: Install UEFI mem attrib table at EndOfDxe.Jiewen Yao2018-07-261-1/+35
* MdeModulePkg: Clean up source filesLiming Gao2018-06-283-19/+19
* MdeModulePkg/Core: allow HeapGuard even before CpuArchProtocol installedJian J Wang2018-03-161-0/+5
* MdeModulePkg/Core: Fix feature conflict between NX and Stack guardHao Wu2018-03-071-4/+58
* MdeModulePkg/Core: Refine handling NULL detection in NX settingHao Wu2018-03-071-11/+11
* MdeModulePkg/Core: fix feature conflict between NX and heap guardJian J Wang2018-02-021-0/+22
* MdeModulePkg/Core: fix feature conflict between NX and NULL detectionJian J Wang2018-02-021-4/+18
* MdeModulePkg/Core: Fix heap guard issuesJian J Wang2017-12-261-3/+0
* MdeModulePkg/Core: Fix incorrect memory map generated in a rare caseJian J Wang2017-12-191-2/+2
* MdeModulePkg/Core/Dxe: log informative memprotect msgs at DEBUG_INFO levelLaszlo Ersek2017-12-051-4/+9
* MdeModulePkg/Core: Merge memory map after filtering paging capabilityJian J Wang2017-11-281-1/+0
* MdeModulePkg: Fix unix style of EOLJian J Wang2017-11-211-3/+3
* MdeModulePkg/DxeCore: Implement heap guard feature for UEFIJian J Wang2017-11-171-0/+3
* MdeModulePkg/Core/Dxe: Add EndOfDxe workaround for NULL pointer detectionJian J Wang2017-10-111-0/+65
* MdeModulePkg: Fix use-after-free error in InstallConfigurationTable()Shi, Steven2017-06-201-9/+25
* MdeModulePkg/DxeCore: Add ASSERT to ensure no subtract underflowHao Wu2017-04-141-0/+5
* MdeModulePkg/MemoryProtection: Fix coding style issueDandan Bi2017-03-281-1/+1
* MdeModulePkg/MemoryProtection: split protect and unprotect pathsArd Biesheuvel2017-03-211-50/+35
* MdeModulePkg/Core/Dxe: downgrade "CodeSegmentCount is 0" msg to DEBUG_WARNLaszlo Ersek2017-03-201-2/+10
* MdeModulePkg/DxeCore: Fix coding style issuesBi, Dandan2017-03-071-2/+4
* MdeModulePkg/DxeCore: switch to MdePkg allocation granularity macrosArd Biesheuvel2017-03-063-7/+7
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-2/+2
* 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-1/+370
* MdeModulePkg/DxeCore: base code protection on permission attributesArd Biesheuvel2017-02-261-1/+9
* MdeModulePkg/DxeCore: Add UEFI image protection.Jiewen Yao2017-02-222-23/+770
* MdeModulePkg/Stall: Refine to compare 2 values with the same typeHao Wu2017-01-121-2/+2
* MdeModulePkg-DxeCore: rename CoreGetMemoryMapPropertiesTableJiewen Yao2016-05-162-5/+5
* MdeModulePkg DxeCore: Enhance MemoryAttributesTable installationStar Zeng2016-04-221-15/+73
* MdeModulePkg DxeCore: Fix a memory leak in InstallMemoryAttributesTable()Star Zeng2016-04-221-0/+2
* MdeModulePkg: Add ASSERT to make sure pointer 'MemoryMap' is not NULL.Qiu Shumin2016-02-261-0/+1
* MdeModulePkg: Fix Memory Attributes table type issueJiewen Yao2016-02-252-83/+37
* MdeModulePkg: Update PropertiesTable for MemoryAttributesTable.jiewen yao2016-02-171-10/+90
* MdeModulePkg: Add MemoryAttributesTable generation.jiewen yao2016-02-171-0/+214
* MdeModulePkg Core/Dxe/Misc: Fix typos in function descriptionsHao Wu2016-01-061-2/+2
* MdeModulePkg: Update print error level for RuntimeDriver alignment checkLiming Gao2015-12-171-2/+4
* MdeModulePkg: Refine code to make it more readable.Qiu Shumin2015-07-031-1/+1