summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/efistub.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt2023-09-081-0/+8
|\
| * arm64: libstub: Move KASLR handling functions to kaslr.cAlexandre Ghiti2023-09-061-0/+8
* | efi/libstub: Add limit argument to efi_random_alloc()Ard Biesheuvel2023-08-071-1/+1
* | x86/efistub: Perform 4/5 level paging switch from the stubArd Biesheuvel2023-08-071-0/+1
|/
* efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov2023-06-061-0/+6
* efi: fix missing prototype warningsArnd Bergmann2023-05-251-0/+3
* efi/zboot: arm64: Grab code size from ELF symbol in payloadArd Biesheuvel2023-04-261-2/+1
* efi/libstub: Use relocated version of kernel's struct screen_infoArd Biesheuvel2023-03-231-0/+1
* efi/libstub: smbios: Drop unused 'recsize' parameterArd Biesheuvel2023-03-181-3/+2
* arm64: efi: Use SMBIOS processor version to key off Ampere quirkArd Biesheuvel2023-03-181-3/+38
* efi: zboot: Use EFI protocol to remap code/data with the right attributesArd Biesheuvel2023-02-031-0/+3
* efi/libstub: Add memory attribute protocol definitionsEvgeniy Baskov2023-01-301-0/+20
* arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel2022-12-071-0/+4
* efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel2022-11-181-0/+2
* efi: libstub: Add mixed mode support to command line initrd loaderArd Biesheuvel2022-11-181-27/+54
* efi: libstub: Permit mixed mode return types other than efi_status_tArd Biesheuvel2022-11-181-6/+14
* efi: libstub: Implement devicepath support for initrd commandline loaderArd Biesheuvel2022-11-181-0/+15
* efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memoryArd Biesheuvel2022-11-181-2/+4
* Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel2022-11-181-0/+15
|\
| * efi/arm64: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel2022-11-091-0/+4
| * efi: libstub: Factor out EFI stub entrypoint into separate fileArd Biesheuvel2022-11-091-0/+8
| * efi: libstub: Move screen_info handling to common codeArd Biesheuvel2022-11-091-0/+3
* | arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel2022-11-101-0/+28
|/
* efi/libstub: measure EFI LoadOptionsIlias Apalodimas2022-09-271-0/+1
* Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel2022-09-271-22/+9
|\
| * efi: libstub: install boot-time memory map as config tableArd Biesheuvel2022-09-271-1/+2
| * efi: libstub: remove DT dependency from generic stubArd Biesheuvel2022-09-271-5/+2
| * efi: libstub: unify initrd loading between architecturesArd Biesheuvel2022-09-271-4/+2
| * efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel2022-09-261-13/+2
| * efi: libstub: avoid efi_get_memory_map() for allocating the virt mapArd Biesheuvel2022-09-261-0/+2
* | efi: libstub: fix type confusion for load_options_sizeArd Biesheuvel2022-09-201-2/+2
* | efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel2022-09-171-2/+2
* | efi/libstub: add some missing EFI prototypesArd Biesheuvel2022-09-171-5/+26
|/
* riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOLSunil V L2022-05-191-0/+7
* efi: libstub: pass image handle to handle_kernel_image()Ard Biesheuvel2022-05-031-1/+2
* efi: libstub: declare DXE services tableBaskov Evgeniy2022-05-031-0/+74
* efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel2021-11-211-1/+0
* efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()Ard Biesheuvel2021-11-211-1/+28
* efi/libstub: move TPM related prototypes into efistub.hArd Biesheuvel2021-01-191-0/+9
* efi/libstub: fix prototype of efi_tcg2_protocol::get_event_log()Ard Biesheuvel2021-01-191-1/+1
* efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel2020-12-091-1/+0
* efi: generalize efi_get_securebootChester Lin2020-11-041-0/+2
* efi/x86: Add a quirk to support command line arguments on Dell EFI firmwareArvind Sankar2020-09-171-0/+31
* efi/libstub: Add efi_warn and *_once logging helpersArvind Sankar2020-09-161-0/+23
* efi/libstub: arm32: Use low allocation for the uncompressed kernelArd Biesheuvel2020-09-161-4/+0
* efi/libstub: Export efi_low_alloc_above() to other unitsArd Biesheuvel2020-09-161-0/+3
* efi/libstub: Move the function prototypes to header fileAtish Patra2020-07-091-0/+16
* efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel2020-06-171-0/+2
* efi/libstub: Descriptions for stub helper functionsHeinrich Schuchardt2020-06-161-2/+8
* Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2020-05-251-42/+113
|\