summaryrefslogtreecommitdiff
path: root/include/linux/efi.h
Commit message (Expand)AuthorAgeFilesLines
* efi: earlycon: Reprobe after parsing config tablesArd Biesheuvel2023-03-131-0/+1
* Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-231-9/+27
|\
| * efi: Discover BTI support in runtime services regionsArd Biesheuvel2023-02-041-2/+6
| * efi: Drop minimum EFI version check at bootArd Biesheuvel2023-02-031-2/+1
| * efi/libstub: Add memory attribute protocol definitionsEvgeniy Baskov2023-01-301-0/+1
| * efi: Apply allowlist to EFI configuration tables when running under XenDemi Marie Obenour2023-01-231-0/+10
| * efi: xen: Implement memory descriptor lookup based on hypercallDemi Marie Obenour2023-01-221-0/+1
| * efi: efivars: make efivar_supports_writes() return boolJohan Hovold2023-01-171-1/+1
| * efi: efivars: drop kobject from efivars_register()Johan Hovold2023-01-171-4/+7
* | rtc: efi: Enable SET/GET WAKEUP services as optionalShanker Donthineni2023-01-091-1/+2
|/
* efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel2022-11-181-2/+0
* efi: x86: Move EFI runtime map sysfs code to arch/x86Ard Biesheuvel2022-11-181-28/+0
* efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel2022-11-181-9/+1
* efi: memmap: Move EFI fake memmap support into x86 arch treeArd Biesheuvel2022-11-181-6/+0
* efi: libstub: Implement devicepath support for initrd commandline loaderArd Biesheuvel2022-11-181-0/+6
* Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel2022-11-181-2/+1
|\
| * efi: libstub: Merge zboot decompressor with the ordinary stubArd Biesheuvel2022-11-091-1/+0
| * efi: libstub: Move screen_info handling to common codeArd Biesheuvel2022-11-091-1/+1
* | arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel2022-11-101-0/+1
|/
* efi: random: reduce seed size to 32 bytesArd Biesheuvel2022-10-241-1/+1
* efi: efivars: Fix variable writes without query_variable_store()Ard Biesheuvel2022-10-211-3/+0
* efi: zboot: create MemoryMapped() device path for the parent if neededArd Biesheuvel2022-09-271-0/+7
* Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel2022-09-271-0/+15
|\
| * efi: libstub: install boot-time memory map as config tableArd Biesheuvel2022-09-271-0/+1
| * efi: libstub: unify initrd loading between architecturesArd Biesheuvel2022-09-271-0/+5
| * efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel2022-09-261-0/+9
* | efi/libstub: implement generic EFI zbootArd Biesheuvel2022-09-201-0/+1
* | efi/libstub: add some missing EFI prototypesArd Biesheuvel2022-09-171-0/+12
|/
* Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-031-56/+0
|\
| * efi: vars: Move efivar caching layer into efivarfsArd Biesheuvel2022-06-241-38/+0
| * efi: vars: Remove deprecated 'efivars' sysfs interfaceArd Biesheuvel2022-06-241-18/+0
* | efi: Simplify arch_efi_call_virt() macroSudeep Holla2022-06-281-0/+2
|/
* efi: vars: Drop __efivar_entry_iter() helper which is no longer usedArd Biesheuvel2022-06-241-3/+0
* efi: vars: Use locking version to iterate over efivars linked listsArd Biesheuvel2022-06-241-1/+1
* efi: pstore: Omit efivars caching EFI varstore access layerArd Biesheuvel2022-06-241-2/+0
* efi: vars: Add thin wrapper around EFI get/set variable interfaceArd Biesheuvel2022-06-241-0/+20
* efi: vars: Don't drop lock in the middle of efivar_init()Ard Biesheuvel2022-06-241-0/+1
* efi: Make code to find mirrored memory ranges genericMa Wupeng2022-06-151-0/+3
* Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-251-4/+0
|\
| * efifb: Remove redundant efifb_setup_from_dmi stubMichal Suchanek2022-03-041-4/+0
* | Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-0/+1
|\ \
| * | x86/boot: Add Confidential Computing type to setup_dataBrijesh Singh2022-04-071-0/+1
| |/
* | riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOLSunil V L2022-05-191-0/+2
* | efi/arm64: libstub: run image in place if randomized by the loaderArd Biesheuvel2022-05-031-0/+11
* | efi: libstub: declare DXE services tableBaskov Evgeniy2022-05-031-0/+2
* | efi: Add missing prototype for efi_capsule_setup_infoJan Kiszka2022-04-131-0/+2
* | efi: Save location of EFI confidential computing areaDov Murik2022-04-131-0/+10
|/
* Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-181-0/+46
|\
| * Merge branch 'acpi-pfrut'Rafael J. Wysocki2022-01-171-0/+46
| |\
| | * efi: Introduce EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER and corresponding struc...Chen Yu2021-12-271-0/+46