summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)Author
2022-03-01efi: fix return value of __setup handlersRandy Dunlap
2022-02-28efivars: Respect "block" flag in efivar_entry_set_safe()Jann Horn
2022-02-28riscv/efi_stub: Fix get_boot_hartid_from_fdt() return valueSunil V L
2022-01-23efi: runtime: avoid EFIv2 runtime services on Apple x86 machinesArd Biesheuvel
2022-01-23efi/libstub: arm64: Fix image check alignment at entryMihai Carabas
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti
2022-01-12Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-06efi: use default_groups in kobj_typeGreg Kroah-Hartman
2022-01-06efi/libstub: measure loaded initrd info into the TPMIlias Apalodimas
2021-12-22efi: apply memblock cap after memblock_add()Pingfan Liu
2021-11-21efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel
2021-11-21efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()Ard Biesheuvel
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-11-01Merge tag 'efi-next-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-05efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock()Zhang Jianhua
2021-10-05efi/cper: use stack buffer for error record decodingArd Biesheuvel
2021-10-05efi/libstub: Simplify "Exiting bootservices" messageHeinrich Schuchardt
2021-09-28efi: Allow efi=runtimeSebastian Andrzej Siewior
2021-09-28efi: Disable runtime services on RTSebastian Andrzej Siewior
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-08-30Merge tag 'efi-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-27efi: cper: check section header more appropriatelyShuai Xue
2021-08-27efi: cper: fix scnprintf() use in cper_mem_err_location()Rasmus Villemoes
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan
2021-08-15Merge tag 'efi_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-03efi/libstub: arm64: Double check image alignment at entryArd Biesheuvel
2021-08-03efi/libstub: arm64: Warn when efi_random_alloc() failsArd Biesheuvel
2021-08-03efi/libstub: arm64: Relax 2M alignment again for relocatable kernelsArd Biesheuvel
2021-08-03efi/libstub: arm64: Force Image reallocation if BSS was not reservedArd Biesheuvel
2021-07-27efi: sysfb_efi: fix build when EFI is not setRandy Dunlap
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie
2021-07-25Merge tag 'efi-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-07-21drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas
2021-07-21drivers/firmware: move x86 Generic System Framebuffers supportJavier Martinez Canillas
2021-07-20arm64: efi: kaslr: Fix occasional random alloc (and boot) failureBenjamin Herrenschmidt
2021-07-20efi/mokvar: Reserve the table only if it is in boot services dataBorislav Petkov
2021-07-19ACPI: utils: Fix reference counting in for_each_acpi_dev_match()Andy Shevchenko
2021-07-16efi/libstub: Fix the efi_load_initrd function descriptionAtish Patra
2021-07-16firmware/efi: Tell memblock about EFI iomem reservationsMarc Zyngier
2021-07-16efi/tpm: Differentiate missing and invalid final event log table.Michal Suchanek
2021-05-22efi/dev-path-parser: Switch to use for_each_acpi_dev_match()Andy Shevchenko
2021-05-22efi/apple-properties: Handle device properties with software node APIHeikki Krogerus
2021-05-22efi: cper: fix snprintf() use in cper_dimm_err_location()Rasmus Villemoes
2021-05-22efi/libstub: prevent read overflow in find_file_option()Dan Carpenter
2021-05-22efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be clearedHeiner Kallweit
2021-05-22efi/fdt: fix panic when no valid fdt foundChangbin Du