summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorFilesLines
2026-01-14EFI/CPER: don't dump the entire memory regionMauro Carvalho Chehab1-0/+5
2026-01-14EFI/CPER: don't go past the ARM processor CPER record bufferMauro Carvalho Chehab2-5/+10
2026-01-14efi/cper: Fix cper_bits_to_str buffer handling and return valueMorduan Zang1-1/+1
2026-01-08efi: Wipe INITRD config table from memory after consumptionArd Biesheuvel1-0/+1
2026-01-07efi: stmm: Make use of tee bus methodsUwe Kleine-König1-6/+5
2026-01-07efi: stmm: Make use of module_tee_client_driver()Uwe Kleine-König1-13/+1
2025-12-24arm64: efi: Fix NULL pointer dereference by initializing user_nsBreno Leitao1-0/+1
2025-12-24efi/libstub: gop: Fix EDID support in mixed-modeHans de Goede1-4/+4
2025-12-16efi: Support EDID informationThomas Zimmermann9-92/+104
2025-12-16sysfb: Replace screen_info with sysfb_primary_displayThomas Zimmermann4-24/+32
2025-12-16efi: sysfb_efi: Reduce number of references to global screen_infoThomas Zimmermann1-34/+39
2025-12-16efi: earlycon: Reduce number of references to global screen_infoThomas Zimmermann1-20/+20
2025-12-16efi: sysfb_efi: Fix efidrmfb and simpledrmfb on Valve Steam DeckTvrtko Ursulin1-0/+47
2025-12-16efi: sysfb_efi: Convert swap width and height quirk to a callbackTvrtko Ursulin1-8/+18
2025-12-16efi: sysfb_efi: Fix lfb_linelength calculation when applying quirksTvrtko Ursulin1-1/+4
2025-12-16efi: sysfb_efi: Replace open coded swap with the macroTvrtko Ursulin1-4/+1
2025-12-13Merge tag 'loongarch-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-4/+4
2025-12-06LoongArch: Add adaptive CSR accessors for 32BIT/64BITHuacai Chen1-4/+4
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+4
2025-12-04Merge tag 'efi-next-for-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-99/+308
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-1/+19
2025-12-02Merge tag 'x86_mm_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-11-21docs: efi: add CPER functions to driver-apiMauro Carvalho Chehab1-1/+1
2025-11-21efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specsMauro Carvalho Chehab1-26/+24
2025-11-21efi/cper: Add a new helper function to print bitmasksMauro Carvalho Chehab1-0/+60
2025-11-21efi/cper: Adjust infopfx size to accept an extra spaceMauro Carvalho Chehab1-1/+1
2025-11-18efi/libstub: x86: Store EDID in boot_paramsThomas Zimmermann1-1/+2
2025-11-18efi/libstub: gop: Add support for reading EDIDThomas Zimmermann4-4/+67
2025-11-18efi/libstub: gop: Initialize screen_info in helper functionThomas Zimmermann1-43/+33
2025-11-18efi/libstub: gop: Find GOP handle instead of GOP dataThomas Zimmermann1-10/+17
2025-11-16treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo2-4/+4
2025-11-11efi/runtime-wrappers: Keep track of the efi_runtime_lock ownerArd Biesheuvel1-1/+16
2025-11-11efi: Add missing static initializer for efi_mm::cpus_allowed_lockArd Biesheuvel1-0/+3
2025-11-11efi/memattr: Convert efi_memattr_init() return type to voidBreno Leitao1-4/+3
2025-11-11efi: stmm: fix kernel-doc "bad line" warningsRandy Dunlap1-3/+3
2025-11-11efi/riscv: Remove the useless failure return message printQiang Ma1-9/+1
2025-11-06efistub/x86: Add fallback for SMBIOS record lookupFrancesco Pompo1-1/+100
2025-11-05efi/libstub: Fix page table access in 5-level to 4-level paging transitionUsama Arif1-2/+2
2025-10-30kbuild: Add '-fms-extensions' to areas with dedicated CFLAGSNathan Chancellor1-2/+2
2025-10-05Merge tag 'efi-next-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+10
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+25
2025-09-29efi/x86: Memory protection on EfiGcdMemoryTypeMoreReliableLenny Szubowicz1-4/+6
2025-09-16Merge branch 'x86/urgent' into x86/apic, to resolve conflictIngo Molnar1-34/+27
2025-09-13efi: support booting with kexec handover (KHO)Evangelos Petrongonas1-4/+25
2025-09-03efistub/x86: Remap inittext read-execute when neededArd Biesheuvel1-1/+3
2025-08-29efi: Explain OVMF acronym in OVMF_DEBUG_LOG help textGeert Uytterhoeven1-3/+4
2025-08-26efi: stmm: Drop unneeded null pointer checkJan Kiszka1-2/+1
2025-08-26efi: stmm: Drop unused EFI error from setup_mm_hdr argumentsJan Kiszka1-17/+8
2025-08-26efi: stmm: Do not return EFI_OUT_OF_RESOURCES on internal errorsJan Kiszka1-6/+6
2025-08-26efi: stmm: Fix incorrect buffer allocation methodJan Kiszka1-9/+12