Age | Commit message (Expand) | Author |
2022-12-01 | efi: libstub: Always enable initrd command line loader and bump version | Ard Biesheuvel |
2022-11-18 | efi: x86: Move EFI runtime map sysfs code to arch/x86 | Ard Biesheuvel |
2022-11-18 | efi: runtime-maps: Clarify purpose and enable by default for kexec | Ard Biesheuvel |
2022-11-18 | efi: memmap: Move EFI fake memmap support into x86 arch tree | Ard Biesheuvel |
2022-11-18 | efi: libstub: Undeprecate the command line initrd loader | Ard Biesheuvel |
2022-10-21 | efi: libstub: Remove zboot signing from build options | Ard Biesheuvel |
2022-09-20 | efi/libstub: implement generic EFI zboot | Ard Biesheuvel |
2022-09-06 | efi/loongarch: Add efistub booting support | Huacai Chen |
2022-06-24 | efi: vars: Remove deprecated 'efivars' sysfs interface | Ard Biesheuvel |
2022-06-24 | efi: pstore: Omit efivars caching EFI varstore access layer | Ard Biesheuvel |
2022-06-20 | efi: efibc: avoid efivar API for setting variables | Ard Biesheuvel |
2022-06-01 | efi: clean up Kconfig dependencies on CONFIG_EFI | Ard Biesheuvel |
2022-05-03 | efi: libstub: ensure allocated memory to be executable | Baskov Evgeniy |
2022-04-13 | efi: Save location of EFI confidential computing area | Dov Murik |
2022-04-13 | efi: Allow to enable EFI runtime services by default on RT | Javier Martinez Canillas |
2020-12-24 | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-12-14 | efi: ia64: disable the capsule loader | Ard Biesheuvel |
2020-11-25 | efi: EFI_EARLYCON should depend on EFI | Geert Uytterhoeven |
2020-10-29 | efi/libstub: EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER should not default to yes | Geert Uytterhoeven |
2020-10-19 | Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-10-02 | RISC-V: Add EFI stub support. | Atish Patra |
2020-09-29 | efi: efivars: limit availability to X86 builds | Ard Biesheuvel |
2020-09-29 | efi: remove some false dependencies on CONFIG_EFI_VARS | Ard Biesheuvel |
2020-09-29 | efi: pstore: disentangle from deprecated efivars module | Ard Biesheuvel |
2020-06-16 | efi: Make it possible to disable efivar_ssdt entirely | Peter Jones |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-04-25 | efi/libstub: Re-enable command line initrd loading for x86 | Ard Biesheuvel |
2020-04-23 | efi/libstub: Make initrd file loader configurable | Ard Biesheuvel |
2020-04-23 | efi/libstub: Move arm-stub to a common file | Atish Patra |
2020-03-03 | efi: Add embedded peripheral firmware support | Hans de Goede |
2020-01-10 | efi: Allow disabling PCI busmastering on bridges during boot | Matthew Garrett |
2019-11-07 | efi: Common enable/disable infrastructure for EFI soft reservation | Dan Williams |
2019-10-31 | efi: Make CONFIG_EFI_RCI2_TABLE selectable on x86 only | Narendra K |
2019-08-08 | efi: Export Runtime Configuration Interface table to sysfs | Narendra K |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-02-04 | efi/x86: Convert x86 EFI earlyprintk into generic earlycon implementation | Ard Biesheuvel |
2018-09-12 | efi/libstub/arm: default EFI_ARMSTUB_DTB_LOADER to y | Scott Branden |
2018-07-16 | efi/libstub/arm: Add opt-in Kconfig option for the DTB loader | Ard Biesheuvel |
2018-05-14 | efi: Decode IA32/X64 Processor Error Section | Yazen Ghannam |
2018-02-01 | Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |
2018-01-22 | kconfig: use bool instead of boolean for type definition attributes, again | Masahiro Yamada |
2018-01-19 | x86/efi: Clarify that reset attack mitigation needs appropriate userspace | Matthew Garrett |
2018-01-03 | efi: Move ARM CPER code to new file | Tyler Baicar |
2017-08-26 | efi/libstub: Enable reset attack mitigation | Matthew Garrett |
2017-06-05 | efi/capsule: Add support for Quark security header | Jan Kiszka |
2016-11-13 | x86/efi: Retrieve and assign Apple device properties | Lukas Wunner |
2016-11-13 | efi: Add device path parser | Lukas Wunner |
2016-09-09 | efi: Add efi_test driver for exporting UEFI runtime service interfaces | Ivan Hu |
2016-04-28 | efi: Add misc char driver interface to update EFI firmware | Kweh, Hock Leong |
2016-04-28 | efibc: Add EFI Bootloader Control module | Compostella, Jeremy |