summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Hand
AgeCommit message (Expand)AuthorFilesLines
2024-02-06MdeModulePkg: Optimize CoreConnectSingleControllerZhi Jin1-1/+6
2024-02-06MdeModulePkg: Remove handle validation check in CoreGetProtocolInterfaceZhi Jin1-6/+12
2023-12-01MdeModulePkg: Optimize CoreInstallMultipleProtocolInterfacesZhi Jin1-17/+72
2023-08-31MdeModulePkg: Fix memory leak in LocateHandleBuffer()Nate DeSimone1-1/+5
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki5-632/+605
2021-10-14MdeModulePkg/Core/Dxe: Acquire a lock when iterating gHandleListHua Ma4-41/+64
2021-10-08MdeModulePkg/Core/Dxe: Add lock protection in CoreLocateHandleBuffer()Hua Ma1-13/+51
2020-02-19MdeModulePkg: Make retval in UninstallMultipleProtocol follow SpecHeinrich Schuchardt1-6/+14
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney5-35/+5
2018-06-28MdeModulePkg: Clean up source filesLiming Gao4-26/+26
2018-06-26MdeModulePkg: Use new added Perf macrosBi, Dandan1-4/+4
2017-10-09MdeModulePkg/DxeCore: Add comments for the ASSERT to check NULL ptrHao Wu1-1/+9
2017-09-26MdeModulePkg/DxeCore: Add check to ensure no possible NULL ptr derefHao Wu1-0/+1
2017-09-22MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocolAmit Kumar1-13/+23
2017-07-18MdeModulePkg/DxeCore: Avoid accessing non-owned memoryRuiyu Ni1-27/+27
2017-06-27Revert "MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol"Star Zeng1-14/+12
2017-06-26MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocolAmit Kumar1-12/+14
2017-06-23MdeModulePkg: Enhance the debug message for InstallProtocolInterfaceStar Zeng1-6/+8
2017-06-21MdeModulePkg: Return invalid param in LocateProtocol for Protocol==NULLStar Zeng1-6/+2
2016-10-27MdeModulePkg/Core: Fix typos in commentsGary Lin1-1/+1
2016-04-25MdeModulePkg/DxeCore: Avoid assertion in CoreLocateProtocolRuiyu Ni1-2/+5
2015-09-21MdeModulePkg: Remove event from protocol database only if registeredSamer El-Haj-Mahmoud1-2/+3
2014-07-28Update code to support VS2013 tool chain.Eric Dong2-1/+4
2014-04-01Check the parameter before use it.Eric Dong1-1/+2
2013-08-20Add the missing status code in the returned table of InstallMultipleProtocolI...Shumin Qiu1-2/+6
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao41-14/+60
2012-07-25Fix the typo in InstallMultipleProtocolInterfaces commentsniruiyu1-3/+4
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2-4/+3
2011-05-24Add the DriverFamilyOverride support in DxeCore.niruiyu1-1/+38
2011-03-16Fix LocateDevicePath() to return proper error status code. It was returning ...mdkinney1-17/+20
2010-09-16Refine code to make code run safely.ydong101-1/+2
2010-04-24Update the copyright notice formathhtian5-10/+10
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun32-3/+5
2010-02-08Remove DEBUG_LOAD for InstallProtocolInterface() to align with PPI installati...qhuang81-5/+5
2009-09-21Remove the error checking for multi-instance device path since Dxecore has be...qhuang81-8/+0
2009-09-21Enhance DxeCore LocateDevicePath() boot service to handle muli-instance devic...qhuang81-3/+15
2009-05-11fix the typo in DxeCoreeric_tian1-2/+2
2009-02-23Update DxeCore for the performance infrastructure updates: Use Raw sting to r...qhuang81-4/+4
2009-01-21Fix Klocwork warning. We should directly return EFI_INVALID_PARAMETER when Bu...eric_tian1-1/+1
2008-12-16Clean up to update the reference of the these macros:qhuang81-5/+5
2008-10-30Measure time spent in Driver Binding Supported() callsmdkinney1-0/+2
2008-10-21Fix several coding style violationsqhuang81-6/+6
2008-09-23move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian5-0/+274
2008-09-17Add VA_END to end the VA_START.qwang121-0/+5
2008-09-16CoreHandleProtocol function description should be corrected.eric_tian1-4/+12
2008-09-10Fix a bug by adding CoreReleaseProtocolLock.qwang122-2/+3
2008-09-091) Update some comment.qwang122-14/+26
2008-09-08Change field Handle to type IHANDLE to remove the type casting.qwang121-2/+2
2008-09-08Remove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. ...qwang122-14/+14
2008-08-27Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang84-21/+21