]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Dxe/Misc
MdeModulePkg/Core: fix feature conflict between NX and heap guard
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Misc /
2018-02-02 Jian J WangMdeModulePkg/Core: fix feature conflict between NX...
2018-02-02 Jian J WangMdeModulePkg/Core: fix feature conflict between NX...
2017-12-26 Jian J WangMdeModulePkg/Core: Fix heap guard issues
2017-12-19 Jian J WangMdeModulePkg/Core: Fix incorrect memory map generated...
2017-12-05 Laszlo ErsekMdeModulePkg/Core/Dxe: log informative memprotect msgs...
2017-11-28 Jian J WangMdeModulePkg/Core: Merge memory map after filtering...
2017-11-21 Jian J WangMdeModulePkg: Fix unix style of EOL
2017-11-17 Jian J WangMdeModulePkg/DxeCore: Implement heap guard feature...
2017-10-11 Jian J WangMdeModulePkg/Core/Dxe: Add EndOfDxe workaround for...
2017-06-20 Shi, StevenMdeModulePkg: Fix use-after-free error in InstallConfig...
2017-04-14 Hao WuMdeModulePkg/DxeCore: Add ASSERT to ensure no subtract...
2017-03-28 Dandan BiMdeModulePkg/MemoryProtection: Fix coding style issue
2017-03-21 Ard BiesheuvelMdeModulePkg/MemoryProtection: split protect and unprot...
2017-03-20 Laszlo ErsekMdeModulePkg/Core/Dxe: downgrade "CodeSegmentCount...
2017-03-07 Bi, DandanMdeModulePkg/DxeCore: Fix coding style issues
2017-03-06 Ard BiesheuvelMdeModulePkg/DxeCore: switch to MdePkg allocation granu...
2017-03-06 Hao WuMdeModulePkg: Refine casting expression result to bigge...
2017-03-01 Fu SiyuanMdeModulePkg: use LShiftU64() instead of "<<" to avoid...
2017-02-28 Ard BiesheuvelMdeModulePkg/DxeCore: implement memory protection policy
2017-02-26 Ard BiesheuvelMdeModulePkg/DxeCore: base code protection on permissio...
2017-02-22 Jiewen YaoMdeModulePkg/DxeCore: Add UEFI image protection.
2017-01-12 Hao WuMdeModulePkg/Stall: Refine to compare 2 values with...
2016-05-16 Jiewen YaoMdeModulePkg-DxeCore: rename CoreGetMemoryMapProperties...
2016-04-22 Star ZengMdeModulePkg DxeCore: Enhance MemoryAttributesTable...
2016-04-22 Star ZengMdeModulePkg DxeCore: Fix a memory leak in InstallMemor...
2016-02-26 Qiu ShuminMdeModulePkg: Add ASSERT to make sure pointer 'MemoryMa...
2016-02-25 Jiewen YaoMdeModulePkg: Fix Memory Attributes table type issue
2016-02-17 jiewen yaoMerge branch 'master' of https://github.com/tianocore...
2016-02-16 jiewen yaoMdeModulePkg: Update PropertiesTable for MemoryAttribut...
2016-02-16 jiewen yaoMdeModulePkg: Add MemoryAttributesTable generation.
2016-01-06 Hao WuMdeModulePkg Core/Dxe/Misc: Fix typos in function descr...
2015-12-17 Liming GaoMdeModulePkg: Update print error level for RuntimeDrive...
2015-07-03 Qiu ShuminMdeModulePkg: Refine code to make it more readable.
2015-07-02 Ard BiesheuvelMdeModulePkg: enforce arch-specific alignment for split...
2015-07-02 Ard BiesheuvelMdeModulePkg: rename PropertiesTableEnable to PcdProper...
2015-07-02 Ard BiesheuvelMdeModulePkg: make internal functions STATIC in Core...
2015-07-02 Ard BiesheuvelMdeModulePkg: remove unused functions from Core/Dxe...
2015-06-10 Yao, JiewenFix logic error on SectionAlignment calculation.
2015-06-09 Qiu ShuminMdeModulePkg: Refine the comments format for Properties...
2015-06-05 Yao, JiewenFix GCC build error.
2015-06-05 Yao, JiewenAdd UEFI 2.5 properties table support in DXE core.
2014-09-09 Gao, LimingMdeModulePkg: Fix XCODE Link Issue in DxeCore
2011-12-09 rsun3MdeModulePkg DXE Core: Refine code to avoid UNIXGCC...
2011-12-06 rsun3MdeModulePkg DXE Core: Fix overflow and truncation...
2011-05-31 niruiyuUpdate the comments of InstallConfigurationTable to...
2010-11-09 lgao4Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSy...
2010-04-24 hhtianUpdate the copyright notice format
2009-01-15 qhuang8Apply code to avoid security warnings.
2008-12-12 gikidyFix some typo.
2008-09-27 qhuang81. Set the EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED bit...
2008-09-23 eric_tianmove header files in MdeModulePkg\Core\Dxe except DxeMa...
2008-09-02 qhuang81. Use AllocateAlignedPages() to remove tricky logic...
2008-08-27 qhuang8Clean up DxeCore to remove duplicate memory allocation...
2008-08-20 qhuang8Remove the global variable of gDxeCoreBS and uses the...
2008-07-24 qhuang8Code Scrub for Dxe Core.
2008-07-18 qhuang8Code scrub for DxeCore
2008-05-21 qhuang8Update to fix minor coding style issues.
2008-05-13 qhuang8Minor coding style adjustment for DxeCore.
2008-05-09 qhuang8Add doxygen style comments for functions in DxeMain.
2008-04-09 lgao4Add comments and DoxyGen format for these files.
2007-07-04 yshang1Check in DxeCore for Nt32 platform. Currently, it does...