summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
* efi: runtime: avoid EFIv2 runtime services on Apple x86 machinesArd Biesheuvel2022-01-231-0/+7
* efi/libstub: arm64: Fix image check alignment at entryMihai Carabas2022-01-231-3/+3
* RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt2022-01-191-0/+2
|\
| * riscv: Implement sv48 supportAlexandre Ghiti2022-01-191-0/+2
* | Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-121-0/+5
|\ \
| * | efi: apply memblock cap after memblock_add()Pingfan Liu2021-12-221-0/+5
| |/
* | efi: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-063-3/+7
* | efi/libstub: measure loaded initrd info into the TPMIlias Apalodimas2022-01-061-14/+58
* | efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel2021-11-214-29/+21
* | efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()Ard Biesheuvel2021-11-211-1/+28
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\
| * memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* | Merge tag 'efi-next-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-1/+4
|\ \ | |/ |/|
| * efi: Allow efi=runtimeSebastian Andrzej Siewior2021-09-281-0/+3
| * efi: Disable runtime services on RTSebastian Andrzej Siewior2021-09-281-1/+1
* | efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock()Zhang Jianhua2021-10-051-1/+1
* | efi/cper: use stack buffer for error record decodingArd Biesheuvel2021-10-051-2/+2
* | efi/libstub: Simplify "Exiting bootservices" messageHeinrich Schuchardt2021-10-051-1/+1
|/
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-032-2/+2
|\
| * isystem: ship and use stdarg.hAlexey Dobriyan2021-08-192-2/+2
* | Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-09-013-90/+360
|\ \
| * | efi: sysfb_efi: fix build when EFI is not setRandy Dunlap2021-07-271-0/+2
| * | Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie2021-07-265-8/+23
| |\|
| * | Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-233-90/+358
| |\ \
| | * | drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas2021-07-212-92/+74
| | * | drivers/firmware: move x86 Generic System Framebuffers supportJavier Martinez Canillas2021-07-212-0/+286
* | | | Merge tag 'efi-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-301-7/+6
|\ \ \ \
| * | | | efi: cper: check section header more appropriatelyShuai Xue2021-08-271-1/+1
| * | | | efi: cper: fix scnprintf() use in cper_mem_err_location()Rasmus Villemoes2021-08-271-6/+5
| |/ / /
* | | | Merge tag 'efi_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-152-10/+63
|\ \ \ \ | |_|_|/ |/| | |
| * | | efi/libstub: arm64: Double check image alignment at entryArd Biesheuvel2021-08-031-0/+4
| * | | efi/libstub: arm64: Warn when efi_random_alloc() failsArd Biesheuvel2021-08-031-0/+2
| * | | efi/libstub: arm64: Relax 2M alignment again for relocatable kernelsArd Biesheuvel2021-08-031-15/+13
| * | | efi/libstub: arm64: Force Image reallocation if BSS was not reservedArd Biesheuvel2021-08-031-1/+48
| * | | arm64: efi: kaslr: Fix occasional random alloc (and boot) failureBenjamin Herrenschmidt2021-07-201-0/+2
* | | | Merge tag 'efi-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-07-254-7/+23
|\| | |
| * | | efi/mokvar: Reserve the table only if it is in boot services dataBorislav Petkov2021-07-201-1/+4
| * | | efi/libstub: Fix the efi_load_initrd function descriptionAtish Patra2021-07-161-2/+2
| * | | firmware/efi: Tell memblock about EFI iomem reservationsMarc Zyngier2021-07-161-1/+12
| * | | efi/tpm: Differentiate missing and invalid final event log table.Michal Suchanek2021-07-161-3/+5
| |/ /
* / / ACPI: utils: Fix reference counting in for_each_acpi_dev_match()Andy Shevchenko2021-07-191-1/+0
|/ /
* | efi/dev-path-parser: Switch to use for_each_acpi_dev_match()Andy Shevchenko2021-05-221-31/+18
* | efi/apple-properties: Handle device properties with software node APIHeikki Krogerus2021-05-221-1/+1
* | efi: cper: fix snprintf() use in cper_dimm_err_location()Rasmus Villemoes2021-05-221-3/+1
* | efi/libstub: prevent read overflow in find_file_option()Dan Carpenter2021-05-221-1/+1
* | efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be clearedHeiner Kallweit2021-05-221-5/+0
* | efi/fdt: fix panic when no valid fdt foundChangbin Du2021-05-221-0/+3
|/
* efi/libstub: Add $(CLANG_FLAGS) to x86 flagsNathan Chancellor2021-03-261-1/+2
* Merge tag 'efi-urgent-for-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2021-03-192-1/+6
|\
| * firmware/efi: Fix a use after bug in efi_mem_reserve_persistentLv Yunlong2021-03-191-1/+2