Age | Commit message (Expand) | Author |
2016-10-27 | MdeModulePkg/Core: Fix typos in comments | Gary Lin |
2016-08-31 | MdeModulePkg: Use IsZeroGuid API for zero GUID checking | Hao Wu |
2016-07-12 | MdeModulePkg MemoryProfile: ASSERT to ensure 'DriverInfoData' is not NULL | Hao Wu |
2016-07-11 | MdeModulePkg: Fix typos in comments and variables | Giri P Mudusuru |
2016-07-05 | MdeModulePkg MemoryProfile: Add ASSERTs to make sure pointers are not NULL | Hao Wu |
2016-07-01 | MdeModulePkg PiSmmCore: Enhance memory profile for memory leak detection | Star Zeng |
2016-07-01 | MdeModulePkg/PiSmmCore: Replace BASE_4GB with MAX_ADDRESS check. | Jiewen Yao |
2016-05-30 | MdeModulePkg/PiSmmIpl: Check order of EndOfDxe and DxeSmmReadyToLock | Jeff Fan |
2016-04-29 | MdeModulePkg-MemoryProfile(2): Add SMRAM_PROFILE_COMMAND_GET_PROFILE_DATA_BY_... | Star Zeng |
2015-12-15 | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen |
2015-11-25 | Move CommunicationBuffer from stack to global variable. | Yao, Jiewen |
2015-11-25 | Install LoadedImage protocol for PiSmmCore. | Yao, Jiewen |
2015-11-25 | Uninstall LoadedImage protocol if SMM driver returns error and is unloaded. | Yao, Jiewen |
2015-11-25 | Check InternalAllocPoolByIndex status before refer buffer. | Zeng, Star |
2015-11-03 | MdeModulePkg: PiSmmCore: Remove confusing CopyMem() of SMM_ENTRY_CONTEXT | Michael Kinney |
2015-08-26 | MdeModulePkg PiSmmCore: Prevent overlap for gSmmCorePrivate and CommBuffer | Star Zeng |
2015-07-28 | MdeModulePkg PiSmmIpl: Use AllocateZeroPool() for FullSmramRanges | Star Zeng |
2015-07-26 | MdeModulePkg PiSmmCore: Remove a hidden assumption of SMRAM reservation | Star Zeng |
2015-06-18 | MdeModulePkg PiSmmCore: Unregister end of dxe notification in SmmReadyToLock. | Star Zeng |
2015-06-18 | MdeModulePkg PiSmmCore: Introduce SMM Exit Boot Services and Legacy Boot. | Star Zeng |
2015-06-09 | MdeModulePkg PiSmmCore: Free FullSmramRanges at error condition. | Star Zeng |
2015-06-06 | PiSmmCore dispatcher should not use one Index for three loops. | Zachary Bobroff |
2015-05-18 | MdeModulePkg PiSmmCore: Care runtime code/data only for SMRAM profile. | Star Zeng |
2015-05-12 | MdeModulePkg: SmmIplEntry(): don't suppress SMM core startup failure | Laszlo Ersek |
2015-05-07 | MdeModulePkg/SmmCore: SMM register protocol notify function clarify | Jeff Fan |
2015-04-29 | MdeModulePkg: Add support for UEFI2.5 and PI1.4 PersistentMemory feature | Liming Gao |
2015-02-02 | Use SmmMemLib to check communication buffer. | Yao, Jiewen |
2014-12-09 | Checking if gSmmCorePrivate->CommunicationBuffer is in supported physical add... | Jeff Fan |
2014-11-27 | MdeModulePkg: Misc comments and DEBUG messages | Samer El-Haj-Mahmoud |
2014-11-17 | MdeModulePkg DxeCore/PiSmmCore/MemoryProfileInfo: Fix EBC and VS2013 build fa... | Star Zeng |
2014-11-14 | MdeModulePkg/Core/PiSmmCore/PiSmmCore.c: Fix compiler warning about variable ... | Garrett Kirkendall |
2014-11-12 | MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support. | Star Zeng |
2014-09-03 | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-07 | 1) Add type cast for better coding style. | Feng Tian |
2014-06-27 | MdeModulePkg/PiSmmCore: Initialize missing LoadedImage protocol fields for SM... | Tapan Shah |
2013-11-05 | Support unhook notification function for Smst->SmmRegisterProtocolNotify() pe... | Jeff Fan |
2013-03-04 | Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLock event notify becaus... | lzeng14 |
2013-02-20 | Update SmiManager() comments and implementation to follow the new rule clarif... | vanjeff |
2013-01-29 | 1. Update DxeCore to get correct AuthenticationStatus and invoke gSecurity af... | lzeng14 |
2012-12-18 | Add PI1.2.1 EndOfDxe support. | jyao1 |
2012-11-01 | Fixed one bug: gSmmCorePrivate->InSmm is not set to FALSE correctly before ex... | vanjeff |
2012-11-01 | MdeModulePkg: eliminate all implicit library dependencies for all modules in ... | erictian |
2012-10-16 | Update SmiManager() to invoke all root SMI handlers to following PI Spec. | vanjeff |
2012-09-25 | 1. Update PiSmmCore to always invoke SmiManage (NULL, NULL, NULL, NULL) when ... | vanjeff |
2012-08-22 | Add PI1.2.1 SAP2 support and UEFI231B mantis 896 | lgao4 |
2012-06-25 | MdeModulePkg PI SMM Core: Unregister handler for SMM Ready To Lock event in S... | rsun3 |
2012-05-31 | Change returned status codes for SmiManage() per PI 1.2.1 spec. | rsun3 |
2012-05-16 | Add Perf log for SMM driver Load and Start Image. | lgao4 |