summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2 daysMdeModulePkg/UefiHiiLib: Fix memory leaks in ValidateQuestionFromVfrQihang Gao1-0/+8
2 daysMdeModulePkg/SetupBrowserDxe: Fix memory leak in GetQuestionDefault()Qihang Gao1-0/+2
7 daysMdeModulePkg: Variable: Log Reclaim() completion statusAbdul Lateef Attar1-0/+2
7 daysMdeModulePkg/UsbBusDxe: Raise TPL to CALLBACK for wanted UsbIo connectMarlboro_Chuang1-0/+9
7 daysMdeModulePkg/UsbBusDxe: Handle a quirk in Interface descriptorMarlboro_Chuang2-2/+29
9 daysMdeModulePkg: Add EFIAPI to GptLib functionsMichael Kubacki2-0/+6
13 daysMdeModulePkg: Update UI strings to indicate case-insensitive key optionsQihang Gao2-6/+6
2026-09-07MdeModulePkg: Report EFI_SW_DXE_BS_PC_BOOT_OPTION_COMPLETESachin Ganesh1-0/+2
2026-09-03MdeModulePkg/MonotonicCounterRuntimeDxe: Add VarPolicy to the MTC variableMike Turner2-5/+100
2026-09-03MdeModulePkg: DxeIpl: Don't Duplicate Mem Alloc Hob for StackOliver Smith-Denny1-15/+10
2026-09-02MdeModulePkg: Print unknown error code instead of assertingChris Fernald1-3/+3
2026-08-31MdeModulePkg: Improved error handling in RuntimeDxe Variable driversPaddy Deng (AMI US Holdings Inc)7-67/+504
2026-08-28MdeModulePkg/ImagePropertiesRecordLib: Fix incorrect use of sizeofMingjie Shen1-1/+1
2026-08-28MdeModulePkg/BootMaintenanceManagerUiLib: Change numeric step to 1Qihang Gao1-1/+1
2026-08-27MdeModulePkg: Skip deleted vars in PeiVariable index table searchesAnsen Huang1-0/+9
2026-08-27MdeModulePkg/UefiBootManagerLib: Add constructor to INF fileMichael Kubacki1-0/+1
2026-08-26MdeModulePkg/Core/Dxe: Add interrupt-enable nesting guardMichael D Kinney1-0/+20
2026-08-26MdeModulePkg/Core/Dxe: Refactor CoreSetInterruptState enable pathMichael D Kinney1-7/+6
2026-08-11MdeModulePkg/UefiHiiLib: Fix regression from 12828Aaron Pop1-1/+0
2026-08-05MdeModulePkg: Fix unchecked return statusAaron Pop1-0/+3
2026-08-05MdeModulePkg: Fix missing NULL testsAaron Pop6-11/+55
2026-08-05MdeModulePkg: Fix comparison with wider widthsAaron Pop6-27/+27
2026-08-05MdeModulePkg: Fix conditionally uninitialized variablesAaron Pop4-4/+19
2026-08-05MdeModulePkg: Fix missing NULL testsAaron Pop7-69/+246
2026-08-05MdeModulePkg: Fix Comparison overflowAaron Pop2-7/+18
2026-08-05MdeModulePkg: Fix missing NULL testsAaron Pop1-15/+62
2026-08-05MdeModulePkg: Fix comparison with wider widthsAaron Pop1-1/+1
2026-08-05MdeModulePkg: Fix missing NULL testsAaron Pop3-6/+18
2026-08-05MdeModulePkg: Fix missing NULL testsAaron Pop5-10/+55
2026-08-05MdeModulePkg: Fix unchecked return statusAaron Pop2-1/+6
2026-08-05MdeModulePkg: Fix unchecked return statusAaron Pop2-4/+16
2026-08-05MdeModulePkg: Fix missing NULL testsAaron Pop12-131/+327
2026-08-05MdeModulePkg: Fix comparison with wider widthsAaron Pop9-14/+14
2026-08-01MdeModulePkg/SmbiosDxe: fix table length checkGerd Hoffmann1-2/+2
2026-08-01MdeModulePkg/NvmExpressHci.c: Save time when BIOS reset with NVMesTheo1-49/+87
2026-07-31MdeModulePkg: MemoryBins: make GoogleTest page-granularity awareJeff Brasen1-6/+36
2026-07-31MdeModulePkg: Host Test: Adding AArch64 targetKun Qin1-1/+1
2026-07-31MdeModulePkg/UsbBusDxe: Fix UsbPortReset might run into recursive loopJared Pan1-19/+24
2026-07-31MdeModulePkg/HiiDatabaseDxe: Fix potential intrinsic errorMichael Kubacki1-19/+14
2026-07-30MdeModulePkg: Fix missing NULL testsAaron Pop7-17/+61
2026-07-30MdeModulePkg: Fix comparison with wider widthsAaron Pop1-5/+5
2026-07-29Global: Set MarkdownLintCheck plugin to AuditOnlyMichael Kubacki1-0/+8
2026-07-22MdeModulePkg/UsbBusDxe: BOS Descriptor Check for SS DevicesJared Pan5-0/+145
2026-07-21MdeModulePkg/UsbBusPei: Use dynamic buffer for USB configuration dataDC-Damien2-12/+11
2026-07-21MdeModulePkg: Bump the default SMBIOS version to 3.8Rebecca Cran1-1/+1
2026-07-21MdeModulePkg/GptLib: Add host-based unit tests for malformed GPT inputRichard Lyu2-3/+571
2026-07-21MdeModulePkg/GptLib: Add host-based unit tests for valid GPT behaviorRichard Lyu6-0/+931
2026-07-21MdeModulePkg/PartitionDxe: Abort on primary GPT recovery failureRichard Lyu1-10/+21
2026-07-21MdeModulePkg/GptLib: Validate GPT header fields before useRichard Lyu1-3/+31
2026-07-21MdeModulePkg/GptLib: Extract shareable GPT parser into a libraryRichard Lyu8-590/+707