summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/efistub.h
AgeCommit message (Expand)Author
2024-03-13Merge tag 'efi-next-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-09efi/libstub: Add get_event_log() support for CC platformsKuppuswamy Sathyanarayanan
2024-03-09efi/libstub: Add Confidential Computing (CC) measurement typedefsKuppuswamy Sathyanarayanan
2024-03-09efi/libstub: Use TPM event typedefs from the TCG PC Client specArd Biesheuvel
2024-03-04efi/libstub: Add generic support for parsing mem_encrypt=Ard Biesheuvel
2024-01-30x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDRArd Biesheuvel
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt
2023-09-05arm64: libstub: Move KASLR handling functions to kaslr.cAlexandre Ghiti
2023-08-07efi/libstub: Add limit argument to efi_random_alloc()Ard Biesheuvel
2023-08-07x86/efistub: Perform 4/5 level paging switch from the stubArd Biesheuvel
2023-06-06efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov
2023-05-25efi: fix missing prototype warningsArnd Bergmann
2023-04-26efi/zboot: arm64: Grab code size from ELF symbol in payloadArd Biesheuvel
2023-03-23efi/libstub: Use relocated version of kernel's struct screen_infoArd Biesheuvel
2023-03-18efi/libstub: smbios: Drop unused 'recsize' parameterArd Biesheuvel
2023-03-18arm64: efi: Use SMBIOS processor version to key off Ampere quirkArd Biesheuvel
2023-02-03efi: zboot: Use EFI protocol to remap code/data with the right attributesArd Biesheuvel
2023-01-30efi/libstub: Add memory attribute protocol definitionsEvgeniy Baskov
2022-12-07arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel
2022-11-18efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel
2022-11-18efi: libstub: Add mixed mode support to command line initrd loaderArd Biesheuvel
2022-11-18efi: libstub: Permit mixed mode return types other than efi_status_tArd Biesheuvel
2022-11-18efi: libstub: Implement devicepath support for initrd commandline loaderArd Biesheuvel
2022-11-18efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memoryArd Biesheuvel
2022-11-18Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel
2022-11-10arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel
2022-11-09efi/arm64: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel
2022-11-09efi: libstub: Factor out EFI stub entrypoint into separate fileArd Biesheuvel
2022-11-09efi: libstub: Move screen_info handling to common codeArd Biesheuvel
2022-09-27efi/libstub: measure EFI LoadOptionsIlias Apalodimas
2022-09-27Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel
2022-09-27efi: libstub: install boot-time memory map as config tableArd Biesheuvel
2022-09-27efi: libstub: remove DT dependency from generic stubArd Biesheuvel
2022-09-27efi: libstub: unify initrd loading between architecturesArd Biesheuvel
2022-09-26efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel
2022-09-26efi: libstub: avoid efi_get_memory_map() for allocating the virt mapArd Biesheuvel
2022-09-20efi: libstub: fix type confusion for load_options_sizeArd Biesheuvel
2022-09-17efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel
2022-09-17efi/libstub: add some missing EFI prototypesArd Biesheuvel
2022-05-19riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOLSunil V L
2022-05-03efi: libstub: pass image handle to handle_kernel_image()Ard Biesheuvel
2022-05-03efi: libstub: declare DXE services tableBaskov Evgeniy
2021-11-21efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel
2021-11-21efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()Ard Biesheuvel
2021-01-19efi/libstub: move TPM related prototypes into efistub.hArd Biesheuvel
2021-01-19efi/libstub: fix prototype of efi_tcg2_protocol::get_event_log()Ard Biesheuvel
2020-12-09efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel
2020-11-04efi: generalize efi_get_securebootChester Lin
2020-09-17efi/x86: Add a quirk to support command line arguments on Dell EFI firmwareArvind Sankar
2020-09-16efi/libstub: Add efi_warn and *_once logging helpersArvind Sankar