summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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/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
* MdeModulePkg: enforce arch-specific alignment for split regionsArd Biesheuvel2015-07-021-3/+4
* MdeModulePkg: rename PropertiesTableEnable to PcdPropertiesTableEnableArd Biesheuvel2015-07-021-1/+1
* MdeModulePkg: make internal functions STATIC in Core/Dxe/Misc/PropertiesTable.cArd Biesheuvel2015-07-021-0/+21
* MdeModulePkg: remove unused functions from Core/Dxe/Misc/PropertiesTable.cArd Biesheuvel2015-07-021-82/+0
* Fix logic error on SectionAlignment calculation.Yao, Jiewen2015-06-101-4/+9
* MdeModulePkg: Refine the comments format for PropertiesTable.Qiu Shumin2015-06-091-2/+3
* Fix GCC build error.Yao, Jiewen2015-06-051-6/+0
* Add UEFI 2.5 properties table support in DXE core.Yao, Jiewen2015-06-051-0/+1418
* MdeModulePkg: Fix XCODE Link Issue in DxeCoreGao, Liming2014-09-091-1/+1
* MdeModulePkg DXE Core: Refine code to avoid UNIXGCC build break.rsun32011-12-091-1/+1
* MdeModulePkg DXE Core: Fix overflow and truncation issues in the implementati...rsun32011-12-061-19/+64
* Update the comments of InstallConfigurationTable to follow UEFI Spec.niruiyu2011-05-311-2/+2
* Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres...lgao42010-11-091-8/+86