summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)Author
2025-05-30Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-21include: pe.h: Fix PE definitionsPali Rohár
2025-05-21efi/efi_test: Fix missing pending status update in getwakeuptimeIvan Hu
2025-05-21Merge branch 'efi-sbat' into efi/nextArd Biesheuvel
2025-05-21efi: zboot specific mechanism for embedding SBAT sectionVitaly Kuznetsov
2025-05-17x86/mm/64: Make 5-level paging support unconditionalKirill A. Shutemov
2025-05-09efi/libstub: Describe missing 'out' parameter in efi_load_initrdHans Zhang
2025-05-09efi: Improve logging around memmap initBartosz Szczepanek
2025-04-09efi: Export symbol efi_mem_desc_lookupThomas Zimmermann
2025-04-06x86/boot: Move the EFI mixed mode startup code back under arch/x86, into star...Ard Biesheuvel
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-03-29Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-14efi/libstub: Avoid legacy decompressor zlib/zstd wrappersArd Biesheuvel
2025-03-14efi/libstub: Avoid physical address 0x0 when doing random allocationArd Biesheuvel
2025-03-13efi/libstub: Avoid CopyMem/SetMem EFI services after ExitBootServicesArd Biesheuvel
2025-03-10efi: efibc: change kmalloc(size * count, ...) to kmalloc_array()Ethan Carter Edwards
2025-03-10Merge 6.14-rc6 into driver-core-nextGreg Kroah-Hartman
2025-03-07Merge branch 'x86-mixed-mode' into efi/nextArd Biesheuvel
2025-02-27efi/mokvar-table: Avoid repeated map/unmap of the same pageArd Biesheuvel
2025-02-27efi: Don't map the entire mokvar table to determine its sizePeter Jones
2025-02-23efi/cper: Fix cper_arm_ctx_info alignmentPatrick Rudolph
2025-02-23efi/cper: Fix cper_ia_proc_ctx alignmentPatrick Rudolph
2025-02-21x86/efi/mixed: Move mixed mode startup code into libstubArd Biesheuvel
2025-02-21x86/efistub: Merge PE and handover entrypointsArd Biesheuvel
2025-02-21efi: rci2: mark bin_attribute as __ro_after_initThomas Weißschuh
2025-02-21efi/mokvar: Use const 'struct bin_attribute' callbackThomas Weißschuh
2025-02-06efi/cper, cxl: Remove cper_cxl.hSmita Koralahalli
2025-02-06efi/cper, cxl: Make definitions and structures globalSmita Koralahalli
2025-02-06efi/cper, cxl: Prefix protocol error struct and function names with cxl_Smita Koralahalli
2025-02-04efi: Avoid cold plugged memory for placing the kernelArd Biesheuvel
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-22efi: libstub: Use '-std=gnu11' to fix build with GCC 15Nathan Chancellor
2025-01-14efi: sysfb_efi: fix W=1 warnings when EFI is not setRandy Dunlap
2025-01-14efi/libstub: Use __free() helper for pool deallocationsArd Biesheuvel
2025-01-14efi/libstub: Use cleanup helpers for freeing copies of the memory mapArd Biesheuvel
2025-01-14efi/libstub: Simplify PCI I/O handle buffer traversalArd Biesheuvel
2025-01-14efi/libstub: Refactor and clean up GOP resolution picker codeArd Biesheuvel
2025-01-14efi/libstub: Simplify GOP handling codeArd Biesheuvel
2025-01-14efi/libstub: Use C99-style for loop to traverse handle bufferArd Biesheuvel
2025-01-14x86/efistub: Drop long obsolete UGA supportArd Biesheuvel
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu
2024-12-19efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32Hamza Mahfooz
2024-12-15Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-12-13efi/esrt: remove esre_attribute::store()Jiri Slaby (SUSE)
2024-12-06efi/zboot: Limit compression options to GZIP and ZSTDArd Biesheuvel
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-17efi: Fix memory leak in efivar_ssdt_loadCyrill Gorcunov
2024-11-17efi/libstub: Take command line overrides into account for loaded filesArd Biesheuvel