summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2026-07-21MdeModulePkg/PartitionDxe: Abort on primary GPT recovery failureRichard Lyu1-10/+21
2026-07-21MdeModulePkg/GptLib: Extract shareable GPT parser into a libraryRichard Lyu3-590/+8
2026-06-22MdeModulePkg/TerminalDxe: Change print level to eliminate interferenceQihang Gao1-1/+1
2026-06-17MdeModulePkg/ReportStatusCodeRouter: Prevent recursive entry in PEI phaseJared Pan3-3/+70
2026-06-09MdeModulePkg: Replace manual alignment checks with helper macrosMingjie Shen1-3/+3
2026-06-09MdeModulePkg: Remove Depex section in UEFI_DRIVER and UEFI_APPLICATIONQihang Gao1-3/+0
2026-06-01MdeModulePkg/Variable: Avoid double VA conversion of FVB protocolArd Biesheuvel1-7/+45
2026-05-27MdeModulePkg: Enhance the handling of registering hot keyQihang Gao1-4/+8
2026-05-27MdeModulePkg: Add missing FreePool to fix memory leak issueQihang Gao1-2/+9
2026-05-27MdeModulePkg: Add support for generation of HEST tableHimanshu Chauhan4-0/+467
2026-05-26MdeModulePkg/TerminalDxe: Fix a typoEvgenii Shatokhin2-10/+10
2026-05-26MdeModulePkg/TerminalDxe: Fix handling of shift state in notificationsEvgenii Shatokhin1-0/+37
2026-05-08MdePkg,MdeModulePkg: Fix Spelling Error in Udf DefinitionsOliver Smith-Denny1-1/+1
2026-05-06MdeModulePkg: Cleanup debug print readabilityBenjamin Doron1-1/+1
2026-03-25MdeModulePkg: VariableSmmRuntimeDxe: Fix MM communicate v3 buffer sizingLiqi Qi1-2/+7
2026-03-19MdeModulePkg: : revert EndofDxeEvent TPLs to TPL_NOTIFY for FPDTYeoreum Yun1-1/+1
2026-03-17MdeModulePkg: Change EndofDxeEvent TPLs to TPL_CALLBACKSherry Fan1-1/+1
2026-02-28MdeModulePkg/TerminalDxe: Fix Backspace key for VT-UTF8 terminal typeDamien-Chen1-1/+8
2026-02-28MdeModulePkg: Fix PreferMode selection for same-width text modesAshraf Ali S1-2/+2
2026-02-24MdeModulePkg: Replace include guards with #pragma onceMichael Kubacki81-323/+85
2026-02-10MdeModulePkg/HiiDatabaseDxe: Fix parser issue in GetNameElement()Yang Gang1-2/+0
2026-02-04MdeModulePkg: MmVariablePei: Populate correct v3 headerKun Qin3-143/+373
2026-02-02MdeModulePkg/SetupBrowserDxe: Check Form parameter in RuleIdToExpression()Yang Gang1-0/+4
2026-02-02MdeModulePkg/SetupBrowserDxe: Fix code issue in ParseOpCodes()Yang Gang1-1/+1
2026-02-02MdeModulePkg: BdsDxe: Introduce infinite boot retriesSherry Fan2-9/+17
2026-02-01MdeModulePkg/CapsuleOnDiskLoadPei: fix gcc 16 warningGerd Hoffmann1-3/+0
2026-02-01MdeModulePkg/DisplayEngineDxe: fix gcc 16 warningGerd Hoffmann1-3/+1
2026-02-01MdeModulePkg/SmbiosMeasurementDxe: fix gcc 16 warningGerd Hoffmann1-4/+0
2026-01-23MdeModulePkg/LoadFileOnFv2: Fix typo in Buffer parameter descriptionDongyan Qian1-1/+1
2026-01-21MdeModulePkg/Universal/RegularExpressionDxe: Fix VS2022 NOOPT IA32 __allmulMichael D Kinney2-0/+101
2026-01-19MdeModulePkg/AcpiTableDxe:Created EfiACPIReclaimMemory for ACPIHOB RSDPGeorge Liao1-6/+48
2026-01-15MdeModulePkg: StatusCodeHandler Stmm remove assertAaron Pop (from Dev Box)1-4/+5
2026-01-08MdeModulePkg: Optimize the process while cleaning dynamic stringQihang Gao1-29/+41
2026-01-08MdeModulePkg: Fix issue that French package is unexpectedly cleanedQihang Gao1-1/+1
2025-12-24MdeModulePkg/Universal/DebugServicePei: Correct function and entry pointJeremy Compostella2-2/+2
2025-12-19MdeModulePkg: Fix regressions from 11687, 11689.aaronpop2-22/+28
2025-12-06MdeModulePkg: Fix regressions from 11686, 11687, 11688, 11689.Aaron Pop10-26/+40
2025-12-02MdeModulePkg: Fix recently introduced uninitialized variable usage.Aaron Pop3-2/+7
2025-11-24MdeModulePkg/PCD: Replace VariableLock with VariablePolicySathya Ravichandran4-13/+24
2025-11-24MdeModulePkg/EsrtDxe: Replace VariableLock with VariablePolicySathya Ravichandran3-8/+29
2025-11-24MdeModulePkg/Capsule: Replace VariableLock with VariablePolicySathya Ravichandran2-10/+21
2025-11-24MdeModulePkg: Fix missing NULL tests.Michael Kubacki2-7/+34
2025-11-24MdeModulePkg: Fix comparison with wider widths.Michael Kubacki1-1/+1
2025-11-24MdeModulePkg: Acpi cumulative codeql issues.Michael Kubacki4-10/+49
2025-11-23MdeModulePkg: Bds Fix potential infinite loop.Aaron Pop1-1/+1
2025-11-23MdeModulePkg/AcpiTableDxe: Fixed exception when enable SpecialPoolGeorge Liao1-37/+58
2025-11-23MdeModulePkg: Fix useless tests.Aaron Pop3-13/+13
2025-11-23MdeModulePkg: Fix unchecked return status.Aaron Pop1-4/+14
2025-11-23MdeModulePkg: Fix missing NULL tests.Aaron Pop9-33/+93
2025-11-23MdeModulePkg: Correct documentation.Aaron Pop2-2/+8