1. 9589351 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  2. 594e576 efi/libstub/arm: Fix spurious message that an initrd was loaded by Ard Biesheuvel · 4 years, 9 months ago
  3. c2136dce efi/libstub/arm64: Avoid image_base value from efi_loaded_image by Ard Biesheuvel · 4 years, 9 months ago
  4. 0347d8c2 efi/x86: Fix cast of image argument by Arvind Sankar · 4 years, 10 months ago
  5. ac82d35 efi/libstub/x86: Use ULONG_MAX as upper bound for all allocations by Ard Biesheuvel · 4 years, 10 months ago
  6. d5cdf4c efi/x86: Don't relocate the kernel unless necessary by Arvind Sankar · 4 years, 10 months ago
  7. 1887c9b efi/x86: Decompress at start of PE image load address by Arvind Sankar · 4 years, 10 months ago
  8. f3fa0ef efi/libstub/x86: Deal with exit() boot service returning by Ard Biesheuvel · 4 years, 10 months ago
  9. 8acf63e efi/x86: Avoid using code32_start by Arvind Sankar · 4 years, 10 months ago
  10. 003602a x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sections by Arvind Sankar · 4 years, 11 months ago
  11. 17054f4 efi/x86: Implement mixed mode boot without the handover protocol by Ard Biesheuvel · 5 years ago
  12. 3b8f44f efi/libstub/x86: Use Exit() boot service to exit the stub on errors by Ard Biesheuvel · 5 years ago
  13. f7b85b3 efi/libstub/x86: Make loaded_image protocol handling mixed mode safe by Ard Biesheuvel · 5 years ago
  14. 79d3219 efi/libstub: Take noinitrd cmdline argument into account for devpath initrd by Ard Biesheuvel · 5 years ago
  15. ec93fc3 efi/libstub: Add support for loading the initrd from a device path by Ard Biesheuvel · 5 years ago
  16. f01dd5b efi/libstub: Fix error message in handle_cmdline_files() by Heinrich Schuchardt · 4 years, 11 months ago
  17. ba832f6 efi/libstub: Describe RNG functions by Heinrich Schuchardt · 4 years, 11 months ago
  18. 0255973 efi/libstub: Describe efi_relocate_kernel() by Heinrich Schuchardt · 4 years, 11 months ago
  19. 1d9b176 efi/libstub: Describe memory functions by Heinrich Schuchardt · 4 years, 11 months ago
  20. e7ea37b efi/libstub: Simplify efi_get_memory_map() by Heinrich Schuchardt · 5 years ago
  21. eaa6fc6 efi/libstub: Add function description of efi_allocate_pages() by Heinrich Schuchardt · 5 years ago
  22. 2931d52 efi/libstub: Make the LoadFile EFI protocol accessible by Ard Biesheuvel · 5 years ago
  23. abd2686 efi/libstub: Expose LocateDevicePath boot service by Ard Biesheuvel · 5 years ago
  24. 91d150c efi/libstub: Clean up command line parsing routine by Ard Biesheuvel · 5 years ago
  25. 31f5e54 efi/libstub: Take soft and hard memory limits into account for initrd loading by Ard Biesheuvel · 5 years ago
  26. 9302c1b efi/libstub: Rewrite file I/O routine by Ard Biesheuvel · 5 years ago
  27. 5193a33 efi/libstub: Move file I/O support code into separate file by Ard Biesheuvel · 5 years ago
  28. b871745 efi/libstub: Move get_dram_base() into arm-stub.c by Ard Biesheuvel · 5 years ago
  29. 0ed02bd efi/libstub: Move efi_random_alloc() into separate source file by Ard Biesheuvel · 5 years ago
  30. 1e45bf7 efi/libstub/x86: Permit cmdline data to be allocated above 4 GB by Ard Biesheuvel · 5 years ago
  31. 8166ec0 efi/libstub: Move stub specific declarations into efistub.h by Ard Biesheuvel · 5 years ago
  32. 6a4db9b efi/libstub/x86: Permit bootparams struct to be allocated above 4 GB by Ard Biesheuvel · 5 years ago
  33. a46a290 efi/libstub: Use consistent type names for file I/O protocols by Ard Biesheuvel · 5 years ago
  34. c2d0b47 efi/libstub/x86: Incorporate eboot.c into libstub by Ard Biesheuvel · 5 years ago
  35. a7495c2 efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages() by Ard Biesheuvel · 5 years ago
  36. f57db62 efi/libstub: Move memory map handling and allocation routines to mem.c by Ard Biesheuvel · 5 years ago
  37. 184d7e0 efi/libstub/arm: Relax FDT alignment requirement by Ard Biesheuvel · 5 years ago
  38. 6f05106e efi/libstub: Use hidden visibility for all source files by Ard Biesheuvel · 5 years ago
  39. b92165d efi/libstub/arm64: Use 1:1 mapping of RT services if property table exists by Ard Biesheuvel · 5 years ago
  40. 9f92237 efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypoint by Ard Biesheuvel · 4 years, 11 months ago
  41. 4444f85 efi: Allow disabling PCI busmastering on bridges during boot by Matthew Garrett · 5 years ago
  42. ea7d87f efi/x86: Allow translating 64-bit arguments for mixed mode calls by Arvind Sankar · 5 years ago
  43. 7d4e323 efi/libstub: Tidy up types and names of global cmdline variables by Ard Biesheuvel · 5 years ago
  44. 966291f efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive by Ard Biesheuvel · 5 years ago
  45. 99ea8b1 efi/libstub: Drop 'table' argument from efi_table_attr() macro by Ard Biesheuvel · 5 years ago
  46. 47c0fd3 efi/libstub: Drop protocol argument from efi_call_proto() macro by Ard Biesheuvel · 5 years ago
  47. 23e6039 efi/libstub/x86: Work around page freeing issue in mixed mode by Ard Biesheuvel · 5 years ago
  48. cd33a5c efi/libstub: Remove 'sys_table_arg' from all function prototypes by Ard Biesheuvel · 5 years ago
  49. 8173ec7 efi/libstub: Drop sys_table_arg from printk routines by Ard Biesheuvel · 5 years ago
  50. dc29da1 efi/libstub: Unify the efi_char16_printk implementations by Ard Biesheuvel · 5 years ago
  51. 2fcdad2 efi/libstub: Get rid of 'sys_table_arg' macro parameter by Ard Biesheuvel · 5 years ago
  52. 14e900c efi/libstub: Avoid protocol wrapper for file I/O routines by Ard Biesheuvel · 5 years ago
  53. 8f24f8c efi/libstub: Annotate firmware routines as __efiapi by Ard Biesheuvel · 5 years ago
  54. 960a8d0 efi/libstub: Use stricter typing for firmware function pointers by Ard Biesheuvel · 5 years ago
  55. e8bd5dd efi/libstub: Drop explicit 32/64-bit protocol definitions by Ard Biesheuvel · 5 years ago
  56. f958efe efi/libstub: Distinguish between native/mixed not 32/64 bit by Ard Biesheuvel · 5 years ago
  57. 1786e83 efi/libstub: Extend native protocol definitions with mixed_mode aliases by Ard Biesheuvel · 5 years ago
  58. 2732ea0 efi/libstub: Use a helper to iterate over a EFI handle array by Ard Biesheuvel · 5 years ago
  59. 8de8788 efi/gop: Unify 32/64-bit functions by Arvind Sankar · 5 years ago
  60. 44c84b4 efi/gop: Convert GOP structures to typedef and clean up some types by Arvind Sankar · 5 years ago
  61. 818c7ce efi/libstub/random: Initialize pointer variables to zero for mixed mode by Hans de Goede · 5 years ago
  62. ff397be efi/gop: Fix memory leak in __gop_query32/64() by Arvind Sankar · 5 years ago
  63. dbd89c3 efi/gop: Return EFI_SUCCESS if a usable GOP was found by Arvind Sankar · 5 years ago
  64. 6fc3cec efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs by Arvind Sankar · 5 years ago
  65. 6e9f879 Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  66. 16993c0 arm/efi: EFI soft reservation to memblock by Dan Williams · 5 years ago
  67. b617c52 efi: Common enable/disable infrastructure for EFI soft reservation by Dan Williams · 5 years ago
  68. d99c1ba6 efi: libstub/tpm: enable tpm eventlog function for ARM platforms by Xinwei Kong · 5 years ago
  69. 0d95981 x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table by Dominik Brodowski · 5 years ago
  70. 41e8a7c efi/random: use arch-independent efi_call_proto() by Dominik Brodowski · 5 years ago
  71. 220dd76 x86, efi: Never relocate kernel below lowest acceptable address by Kairui Song · 5 years ago
  72. 41cd96f efi: libstub/arm: Account for firmware reserved memory at the base of RAM by Ard Biesheuvel · 5 years ago
  73. b61fbc8 efi-stub: Fix get_efi_config_table on mixed-mode setups by Hans de Goede · 5 years ago
  74. 166a280 tpm: Don't duplicate events from the final event log in the TCG2 log by Matthew Garrett · 6 years ago
  75. 82d736a Abstract out support for locating an EFI config table by Matthew Garrett · 6 years ago
  76. 6b03261 efi: Attempt to get the TCG2 event log in the boot stub by Matthew Garrett · 6 years ago
  77. 97873a3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497 by Thomas Gleixner · 6 years ago
  78. c620f7b Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  79. e1a7eaf efi/arm/arm64: Makefile: Replace -pg with CC_FLAGS_FTRACE by Torsten Duwe · 6 years ago
  80. 02562d0 efi/libstub/arm: Omit unneeded stripping of ksymtab/kcrctab sections by Ard Biesheuvel · 6 years ago
  81. e8d368a efi/libstub: Refactor the cmd_stubcopy Makefile command by Masahiro Yamada · 6 years ago
  82. c8f5ed6 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  83. 582a32e efi/arm: Revert "Defer persistent reservations until after paging_init()" by Ard Biesheuvel · 6 years ago
  84. 4e46c2a efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted by Ard Biesheuvel · 6 years ago
  85. 4febfb8 efi: Replace GPL license boilerplate with SPDX headers by Ard Biesheuvel · 6 years ago
  86. ac9aff8 efi/fdt: Apply more cleanups by Ingo Molnar · 6 years ago
  87. 684019d Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  88. 363524d arm64: mm: Introduce DEFAULT_MAP_WINDOW by Steve Capper · 6 years ago
  89. 5f0b0ec efi: Permit multiple entries in persistent memreserve data structure by Ard Biesheuvel · 6 years ago
  90. 3db5e0b efi/libstub: Disable some warnings for x86{,_64} by Nathan Chancellor · 6 years ago
  91. 8c25db0 efi/fdt: Simplify the get_fdt() flow by Julien Thierry · 6 years ago
  92. 6935b3c4 efi/fdt: Indentation fix by Julien Thierry · 6 years ago
  93. eff8962 efi/arm: Defer persistent reservations until after paging_init() by Ard Biesheuvel · 6 years ago
  94. 72a58a6 efi/arm/libstub: Pack FDT after populating it by Ard Biesheuvel · 6 years ago
  95. 41f1c48 efi/libstub: arm: support building with clang by Alistair Strachan · 6 years ago
  96. b844470 efi/arm: libstub: add a root memreserve config table by Ard Biesheuvel · 6 years ago
  97. f922c4a module: allow symbol exports to be disabled by Ard Biesheuvel · 6 years ago
  98. 1202f4f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  99. ce279d3 efi/libstub: Only disable stackleak plugin for arm64 by Laura Abbott · 6 years ago
  100. 0b3e336 arm64: Add support for STACKLEAK gcc plugin by Laura Abbott · 6 years ago