- 3820749 efi/libstub: move TPM related prototypes into efistub.h by Ard Biesheuvel · 4 years, 2 months ago
- cdec91c efi/libstub: fix prototype of efi_tcg2_protocol::get_event_log() by Ard Biesheuvel · 4 years, 2 months ago
- 5464991 efi: stub: get rid of efi_get_max_fdt_addr() by Ard Biesheuvel · 4 years, 2 months ago
- e1ac4b2 efi: generalize efi_get_secureboot by Chester Lin · 4 years, 2 months ago
- 4a568ce efi/x86: Add a quirk to support command line arguments on Dell EFI firmware by Arvind Sankar · 4 years, 3 months ago
- c1df5e0 efi/libstub: Add efi_warn and *_once logging helpers by Arvind Sankar · 4 years, 3 months ago
- 762cd28 efi/libstub: arm32: Use low allocation for the uncompressed kernel by Ard Biesheuvel · 4 years, 4 months ago
- 1a895db efi/libstub: Export efi_low_alloc_above() to other units by Ard Biesheuvel · 4 years, 4 months ago
- 3230d95 efi/libstub: Move the function prototypes to header file by Atish Patra · 4 years, 6 months ago
- 2a55280 efi/libstub: arm: Print CPU boot mode and MMU state at boot by Ard Biesheuvel · 4 years, 7 months ago
- 8c0a839 efi/libstub: Descriptions for stub helper functions by Heinrich Schuchardt · 4 years, 6 months ago
- d1343da Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core by Ingo Molnar · 4 years, 7 months ago
- a5d8e55b Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixes by Ingo Molnar · 4 years, 7 months ago
- 6e99d32 efi/libstub: Add missing prototype for PE/COFF entry point by Ard Biesheuvel · 4 years, 7 months ago
- 27cd551 efi/libstub: Use pool allocation for the command line by Ard Biesheuvel · 4 years, 7 months ago
- 14c574f efi/gop: Add an option to list out the available GOP modes by Arvind Sankar · 4 years, 7 months ago
- 9b47c52 efi/libstub: Add definitions for console input and events by Arvind Sankar · 4 years, 7 months ago
- 23d5b73 efi/libstub: Implement printk-style logging by Arvind Sankar · 4 years, 7 months ago
- 2c7d1e3 efi/libstub: Add a basic printf implementation by Arvind Sankar · 4 years, 7 months ago
- cb8c90a efi/libstub: Rename efi_[char16_]printk to efi_[char16_]puts by Arvind Sankar · 4 years, 7 months ago
- 0b76735 efi/libstub: Include dependencies of efistub.h by Arvind Sankar · 4 years, 7 months ago
- fd62619 efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820() by Lenny Szubowicz · 4 years, 8 months ago
- 0b8d9fc9 efi/libstub: Make efi_printk() input argument const char* by Ard Biesheuvel · 4 years, 8 months ago
- de8c552 efi/libstub: Fix mixed mode boot issue after macro refactor by Arvind Sankar · 4 years, 8 months ago
- f61900f efi/libstub: Unify initrd loading across architectures by Arvind Sankar · 4 years, 8 months ago
- 793473c efi/libstub: Move pr_efi/pr_efi_err into efi namespace by Arvind Sankar · 4 years, 8 months ago
- eed4e01 efi/libstub: Add a helper function to split 64-bit values by Arvind Sankar · 4 years, 8 months ago
- 980771f efi/libstub: Drop __pure getters for EFI stub options by Ard Biesheuvel · 4 years, 9 months ago
- ccc27ae efi/libstub: Drop __pure getter for efi_system_table by Ard Biesheuvel · 4 years, 9 months ago
- 5443937 efi: Kill __efistub_global by Arvind Sankar · 4 years, 9 months ago
- 26a9242 efi/x86: Remove __efistub_global and add relocation check by Arvind Sankar · 4 years, 9 months ago
- 420b6d0 efi/arm: Remove __efistub_global annotation by Arvind Sankar · 4 years, 9 months ago
- 685d816 efi/libstub: Move efi_relocate_kernel() into separate source file by Ard Biesheuvel · 4 years, 9 months ago
- 43b1df0 efi/libstub: Add API function to allocate aligned memory by Ard Biesheuvel · 4 years, 9 months ago
- fffb680 efi/gop: Allow specifying mode number on command line by Arvind Sankar · 4 years, 9 months ago
- b4b89a0 efi/gop: Add prototypes for query_mode and set_mode by Arvind Sankar · 4 years, 9 months ago
- 22090f8 efi/libstub: unify EFI call wrappers for non-x86 by Ard Biesheuvel · 4 years, 8 months ago
- cf6b836 efi/libstub: Make initrd file loader configurable by Ard Biesheuvel · 4 years, 8 months ago
- 105cb95 efi/x86: Move efi stub globals from .bss to .data by Arvind Sankar · 4 years, 9 months ago
- 3b8f44f efi/libstub/x86: Use Exit() boot service to exit the stub on errors by Ard Biesheuvel · 4 years, 11 months ago
- f7b85b3 efi/libstub/x86: Make loaded_image protocol handling mixed mode safe by Ard Biesheuvel · 4 years, 11 months ago
- 79d3219 efi/libstub: Take noinitrd cmdline argument into account for devpath initrd by Ard Biesheuvel · 5 years ago
- ec93fc3 efi/libstub: Add support for loading the initrd from a device path by Ard Biesheuvel · 5 years ago
- 2931d52 efi/libstub: Make the LoadFile EFI protocol accessible by Ard Biesheuvel · 4 years, 11 months ago
- abd2686 efi/libstub: Expose LocateDevicePath boot service by Ard Biesheuvel · 4 years, 11 months ago
- 31f5e54 efi/libstub: Take soft and hard memory limits into account for initrd loading by Ard Biesheuvel · 4 years, 11 months ago
- 9302c1b efi/libstub: Rewrite file I/O routine by Ard Biesheuvel · 4 years, 11 months ago
- 5193a33 efi/libstub: Move file I/O support code into separate file by Ard Biesheuvel · 4 years, 11 months ago
- b871745 efi/libstub: Move get_dram_base() into arm-stub.c by Ard Biesheuvel · 4 years, 11 months ago
- 1e45bf7 efi/libstub/x86: Permit cmdline data to be allocated above 4 GB by Ard Biesheuvel · 4 years, 11 months ago
- 8166ec0 efi/libstub: Move stub specific declarations into efistub.h by Ard Biesheuvel · 4 years, 11 months ago
- a46a290 efi/libstub: Use consistent type names for file I/O protocols by Ard Biesheuvel · 4 years, 11 months ago
- c2d0b47 efi/libstub/x86: Incorporate eboot.c into libstub by Ard Biesheuvel · 4 years, 11 months ago
- 7d4e323 efi/libstub: Tidy up types and names of global cmdline variables by Ard Biesheuvel · 5 years ago
- 966291f efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive by Ard Biesheuvel · 5 years ago
- cd33a5c efi/libstub: Remove 'sys_table_arg' from all function prototypes by Ard Biesheuvel · 5 years ago
- 8173ec7 efi/libstub: Drop sys_table_arg from printk routines by Ard Biesheuvel · 5 years ago
- 2fcdad2 efi/libstub: Get rid of 'sys_table_arg' macro parameter by Ard Biesheuvel · 5 years ago
- 0d95981 x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table by Dominik Brodowski · 5 years ago
- 82d736a Abstract out support for locating an EFI config table by Matthew Garrett · 6 years ago
- 4e46c2a efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted by Ard Biesheuvel · 6 years ago
- ac9aff8 efi/fdt: Apply more cleanups by Ingo Molnar · 6 years ago
- c4db9c1 efi: Deduplicate efi_open_volume() by Lukas Wunner · 6 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- eeff7d6 efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline arg by Ard Biesheuvel · 8 years ago
- 60f38de efi/libstub: Unify command line param parsing by Ard Biesheuvel · 8 years ago
- 2bd79f3 efi: Deduplicate efi_file_size() / _read() / _close() by Lukas Wunner · 8 years ago
- abfb7b6 efi/libstub/arm*: Pass latest memory map to the kernel by Ard Biesheuvel · 8 years ago
- 568bc4e efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table by Ard Biesheuvel · 8 years ago
- a6a1446 efi/libstub: Add random.c to ARM build by Ard Biesheuvel · 8 years ago
- 24b5e20 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 2ddbfc8 efi: stub: add implementation of efi_random_alloc() by Ard Biesheuvel · 9 years ago
- e4fbf47 efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL by Ard Biesheuvel · 9 years ago
- b9d6769b efi/arm*: Perform hardware compatibility check by Ard Biesheuvel · 9 years ago
- 07e83db efi/efistub: Prevent __init annotations from being used by Ard Biesheuvel · 9 years ago
- 769a808 x86, efi, kasan: #undef memset/memcpy/memmove per arch by Andrey Ryabinin · 9 years ago
- a643375 efi/libstub: Retrieve FDT size when loaded from UEFI config table by Ard Biesheuvel · 10 years ago
- 393f203 x86_64: kasan: add interceptors for memset/memmove/memcpy functions by Andrey Ryabinin · 10 years ago
- f3cdfd2 arm64/efi: move SetVirtualAddressMap() to UEFI stub by Ard Biesheuvel · 10 years ago
- f4f75ad5 efi: efistub: Convert into static library by Ard Biesheuvel · 10 years ago[Renamed from drivers/firmware/efi/efistub.h]
- bd66947 efi: efistub: Refactor stub components by Ard Biesheuvel · 10 years ago