summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorFilesLines
2022-04-08pstore: Don't use semaphores in always-atomic-context codeJann Horn1-1/+1
2022-03-23efi: fix return value of __setup handlersRandy Dunlap2-2/+2
2022-03-08efivars: Respect "block" flag in efivar_entry_set_safe()Jann Horn1-1/+4
2022-03-08riscv/efi_stub: Fix get_boot_hartid_from_fdt() return valueSunil V L1-7/+10
2022-02-01efi/libstub: arm64: Fix image check alignment at entryMihai Carabas1-3/+3
2022-02-01efi: runtime: avoid EFIv2 runtime services on Apple x86 machinesArd Biesheuvel1-0/+7
2022-01-27efi: apply memblock cap after memblock_add()Pingfan Liu1-0/+5
2021-10-05efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock()Zhang Jianhua1-1/+1
2021-10-05efi/cper: use stack buffer for error record decodingArd Biesheuvel1-2/+2
2021-10-05efi/libstub: Simplify "Exiting bootservices" messageHeinrich Schuchardt1-1/+1
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+2
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-90/+360
2021-08-30Merge tag 'efi-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+6
2021-08-27efi: cper: check section header more appropriatelyShuai Xue1-1/+1
2021-08-27efi: cper: fix scnprintf() use in cper_mem_err_location()Rasmus Villemoes1-6/+5
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan2-2/+2
2021-08-15Merge tag 'efi_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-10/+63
2021-08-03efi/libstub: arm64: Double check image alignment at entryArd Biesheuvel1-0/+4
2021-08-03efi/libstub: arm64: Warn when efi_random_alloc() failsArd Biesheuvel1-0/+2
2021-08-03efi/libstub: arm64: Relax 2M alignment again for relocatable kernelsArd Biesheuvel1-15/+13
2021-08-03efi/libstub: arm64: Force Image reallocation if BSS was not reservedArd Biesheuvel1-1/+48
2021-07-27efi: sysfb_efi: fix build when EFI is not setRandy Dunlap1-0/+2
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie5-8/+23
2021-07-25Merge tag 'efi-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-7/+23
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-90/+358
2021-07-21drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas2-92/+74
2021-07-21drivers/firmware: move x86 Generic System Framebuffers supportJavier Martinez Canillas2-0/+286
2021-07-20arm64: efi: kaslr: Fix occasional random alloc (and boot) failureBenjamin Herrenschmidt1-0/+2
2021-07-20efi/mokvar: Reserve the table only if it is in boot services dataBorislav Petkov1-1/+4
2021-07-19ACPI: utils: Fix reference counting in for_each_acpi_dev_match()Andy Shevchenko1-1/+0
2021-07-16efi/libstub: Fix the efi_load_initrd function descriptionAtish Patra1-2/+2
2021-07-16firmware/efi: Tell memblock about EFI iomem reservationsMarc Zyngier1-1/+12
2021-07-16efi/tpm: Differentiate missing and invalid final event log table.Michal Suchanek1-3/+5
2021-05-22efi/dev-path-parser: Switch to use for_each_acpi_dev_match()Andy Shevchenko1-31/+18
2021-05-22efi/apple-properties: Handle device properties with software node APIHeikki Krogerus1-1/+1
2021-05-22efi: cper: fix snprintf() use in cper_dimm_err_location()Rasmus Villemoes1-3/+1
2021-05-22efi/libstub: prevent read overflow in find_file_option()Dan Carpenter1-1/+1
2021-05-22efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be clearedHeiner Kallweit1-5/+0
2021-05-22efi/fdt: fix panic when no valid fdt foundChangbin Du1-0/+3
2021-03-26efi/libstub: Add $(CLANG_FLAGS) to x86 flagsNathan Chancellor1-1/+2
2021-03-19Merge tag 'efi-urgent-for-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2-1/+6
2021-03-19firmware/efi: Fix a use after bug in efi_mem_reserve_persistentLv Yunlong1-1/+2
2021-03-17efivars: respect EFI_UNSUPPORTED return from firmwareShawn Guo1-0/+4
2021-03-14Merge tag 'efi-urgent-for-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+16
2021-03-10arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse1-1/+1
2021-03-07efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP tableArd Biesheuvel1-0/+16
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2021-02-21Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+12
2021-01-21efi/arm64: Update debug prints to reflect other entropy sourcesMark Brown1-2/+2
2021-01-19efi/libstub: move TPM related prototypes into efistub.hArd Biesheuvel1-0/+9