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