summaryrefslogtreecommitdiffstats
path: root/include/linux/efi.h
Commit message (Expand)AuthorAgeFilesLines
* efi: Clear up misconceptions about a maximum variable name sizeTim Schumacher2024-04-131-5/+4
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-0/+5
|\
| * arm64/mm: wire up PTE_CONT for user mappingsRyan Roberts2024-02-221-0/+5
* | efi/libstub: Add get_event_log() support for CC platformsKuppuswamy Sathyanarayanan2024-03-091-0/+1
* | efi/libstub: Add Confidential Computing (CC) measurement typedefsKuppuswamy Sathyanarayanan2024-03-091-0/+1
* | efi/tpm: Use symbolic GUID name from spec for final events tableArd Biesheuvel2024-03-091-1/+1
|/
* efivarfs: automatically update super block flagMasahisa Kojima2023-12-111-0/+8
* efi: Add EFI_ACCESS_DENIED status codeMasahisa Kojima2023-12-111-0/+1
* efi: expose efivar generic ops register functionMasahisa Kojima2023-12-111-0/+3
* arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-7/+0
* Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-08-301-1/+2
|\
| * Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-07-171-1/+2
| |\
| | * efi: Do not include <linux/screen_info.h> from EFI headerThomas Zimmermann2023-07-081-1/+2
* | | acpi/prmt: Use EFI runtime sandbox to invoke PRM handlersArd Biesheuvel2023-08-221-0/+5
* | | efi/runtime-wrappers: Don't duplicate setup/teardown codeArd Biesheuvel2023-08-221-2/+4
* | | efi/runtime-wrappers: Remove duplicated macro for service returning voidArd Biesheuvel2023-08-221-19/+4
* | | efi/runtime-wrappers: Use type safe encapsulation of call argumentsArd Biesheuvel2023-08-211-10/+8
* | | efi: Remove unused extern declaration efi_lookup_mapped_addr()YueHaibing2023-08-031-1/+0
|/ /
* | Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-301-0/+11
|\ \
| * | efivarfs: expose used and total sizeAnisse Astier2023-05-171-0/+11
* | | x86/efi: Safely enable unaccepted memory in UEFIDionna Glaze2023-06-061-0/+3
* | | efi: Add unaccepted memory supportKirill A. Shutemov2023-06-061-0/+1
* | | efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov2023-06-061-1/+11
| |/ |/|
* | efi: fix missing prototype warningsArnd Bergmann2023-05-251-0/+2
|/
* 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