1. ed48239 efi/libstub: arm: support building with clang by Alistair Strachan · 6 years ago
  2. 011d0d8 efi/arm/libstub: Pack FDT after populating it by Ard Biesheuvel · 6 years ago
  3. 823e02e efi/libstub/arm64: Handle randomized TEXT_OFFSET by Mark Rutland · 7 years ago
  4. 2d63499 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  5. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  6. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  7. 29f9007 efi/libstub: arm: omit sorting of the UEFI memory map by Ard Biesheuvel · 7 years ago
  8. 38fb665 efi/libstub/arm: Don't randomize runtime regions when CONFIG_HIBERNATION=y by Ard Biesheuvel · 7 years ago
  9. f92e3da Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  10. 0475919 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  11. c2ceb5f efi/random: Increase size of firmware supplied randomness by Ard Biesheuvel · 8 years ago
  12. ccc829b efi/libstub: Enable reset attack mitigation by Matthew Garrett · 8 years ago
  13. 91ee5b2 efi/libstub/arm64: Set -fpie when building the EFI stub by Ard Biesheuvel · 8 years ago
  14. 0426a4e efi/libstub/arm64: Force 'hidden' visibility for section markers by Ard Biesheuvel · 8 years ago
  15. 02e43c2 efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptor by Baoquan He · 8 years ago
  16. 170976b efi/arm64: add EFI_KIMG_ALIGN by Mark Rutland · 8 years ago
  17. 3e2c044 efi: avoid fortify checks in EFI stub by Kees Cook · 8 years ago
  18. 684e3f9 efi: Remove duplicate 'const' specifiers by Arnd Bergmann · 8 years ago
  19. ab182e6 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  20. 197dece efi/libstub/arm: Don't use TASK_SIZE when randomizing the RT space by Ard Biesheuvel · 8 years ago
  21. ae8a442 efi/libstub/arm*: Set default address and size cells values for an empty dtb by Sameer Goel · 8 years ago
  22. e69176d ef/libstub/arm/arm64: Randomize the base of the UEFI rt services region by Ard Biesheuvel · 8 years ago
  23. eeff7d6 efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline arg by Ard Biesheuvel · 8 years ago
  24. 60f38de efi/libstub: Unify command line param parsing by Ard Biesheuvel · 8 years ago
  25. 4c3f14b efi/libstub: Fix harmless command line parsing bug by Ard Biesheuvel · 8 years ago
  26. 318532b efi/arm32-stub: Allow boot-time allocations in the vmlinux region by Ard Biesheuvel · 8 years ago
  27. 24d7c49 efi/arm-stub: Round up FDT allocation to mapping size by Ard Biesheuvel · 8 years ago
  28. 138728dd efi/arm-stub: Correct FDT and initrd allocation rules for arm64 by Ard Biesheuvel · 8 years ago
  29. 540f4c0 efi/libstub: Skip GOP with PIXEL_BLT_ONLY format by Cohen, Eugene · 8 years ago
  30. 52e51f16 efi/libstub: Treat missing SecureBoot variable as Secure Boot disabled by Ard Biesheuvel · 8 years ago
  31. b3879a4 efi/libstub: Make file I/O chunking x86-specific by Ard Biesheuvel · 8 years ago
  32. f3cf6f7 efi: Disable secure boot if shim is in insecure mode by Josh Boyer · 8 years ago
  33. de8cb45 efi: Get and store the secure boot status by David Howells · 8 years ago
  34. 87a8d03 Merge tag 'v4.10-rc7' into efi/core, to pick up fixes by Ingo Molnar · 8 years ago
  35. c8f325a efi/fdt: Avoid FDT manipulation after ExitBootServices() by Ard Biesheuvel · 8 years ago
  36. 696204f efi/libstub: Preserve .debug sections after absolute relocation check by Ard Biesheuvel · 8 years ago
  37. 2bd79f3 efi: Deduplicate efi_file_size() / _read() / _close() by Lukas Wunner · 8 years ago
  38. abfb7b6 efi/libstub/arm*: Pass latest memory map to the kernel by Ard Biesheuvel · 8 years ago
  39. a9042de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  40. 846221c Remove references to dead make variable LINUX_INCLUDE by Paul Bolle · 8 years ago
  41. 018edcf efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bit by Ard Biesheuvel · 8 years ago
  42. 568bc4e efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table by Ard Biesheuvel · 8 years ago
  43. a6a1446 efi/libstub: Add random.c to ARM build by Ard Biesheuvel · 8 years ago
  44. 5b88a31 efi/libstub: Fix allocation size calculations by Roy Franz · 8 years ago
  45. b0dddf6 efi/arm: Fix absolute relocation detection for older toolchains by Ard Biesheuvel · 8 years ago
  46. ed9cc15 efi/libstub: Use efi_exit_boot_services() in FDT by Jeffrey Hugo · 9 years ago
  47. fc07716 efi/libstub: Introduce ExitBootServices helper by Jeffrey Hugo · 9 years ago
  48. dadb57a efi/libstub: Allocate headspace in efi_get_memory_map() by Jeffrey Hugo · 9 years ago
  49. be09201 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  50. 6f26b36 arm64: kaslr: increase randomization granularity by Ard Biesheuvel · 9 years ago
  51. f0827e1 efi/arm*/libstub: Wire up GOP protocol to 'struct screen_info' by Ard Biesheuvel · 9 years ago
  52. 801820b efi/arm/libstub: Make screen_info accessible to the UEFI stub by Ard Biesheuvel · 9 years ago
  53. fc37206 efi/libstub: Move Graphics Output Protocol handling to generic code by Ard Biesheuvel · 9 years ago
  54. 78ce248 efi: Iterate over efi.memmap in for_each_efi_memory_desc() by Matt Fleming · 9 years ago
  55. 30d7bf0 efi/arm64: Check SetupMode when determining Secure Boot status by Linn Crosetto · 9 years ago
  56. 73a64925 efi/arm64: Report unexpected errors when determining Secure Boot status by Linn Crosetto · 9 years ago
  57. 500899c efi: ARM/arm64: ignore DT memory nodes instead of removing them by Ard Biesheuvel · 9 years ago
  58. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
  59. 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
  60. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  61. c0dd671686 objtool: Mark non-standard object files and directories by Josh Poimboeuf · 9 years ago
  62. 2b5fe07 arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomness by Ard Biesheuvel · 9 years ago
  63. 48fcb2d efi: stub: use high allocation for converted command line by Ard Biesheuvel · 9 years ago
  64. 2ddbfc8 efi: stub: add implementation of efi_random_alloc() by Ard Biesheuvel · 9 years ago
  65. e4fbf47 efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL by Ard Biesheuvel · 9 years ago
  66. b9d6769b efi/arm*: Perform hardware compatibility check by Ard Biesheuvel · 9 years ago
  67. 42b5573 efi/arm64: Check for h/w support before booting a >4 KB granular kernel by Ard Biesheuvel · 9 years ago
  68. 2ec0f0a efi/arm: Check for LPAE support before booting a LPAE kernel by Ard Biesheuvel · 9 years ago
  69. 07e83db efi/efistub: Prevent __init annotations from being used by Ard Biesheuvel · 9 years ago
  70. dae31fd efi/arm64: Drop __init annotation from handle_kernel_image() by Ard Biesheuvel · 9 years ago
  71. c6d3085 UBSAN: run-time undefined behavior sanity checker by Andrey Ryabinin · 9 years ago
  72. 7d1fc01 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  73. 01e9d22 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  74. b523e18 efi: stub: define DISABLE_BRANCH_PROFILING for all architectures by Ard Biesheuvel · 9 years ago
  75. 81a0bc3 ARM: add UEFI stub support by Roy Franz · 9 years ago
  76. e3d132d treewide: Fix typos in printk by Masanari Iida · 9 years ago
  77. 2dc10ad Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  78. f8f8bdc arm64/efi: fix libstub build under CONFIG_MODVERSIONS by Ard Biesheuvel · 9 years ago
  79. bf45778 arm64/efi: move arm64 specific stub C code to libstub by Ard Biesheuvel · 9 years ago
  80. e8f3010 arm64/efi: isolate EFI stub from the kernel proper by Ard Biesheuvel · 9 years ago
  81. d4dddfd arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT property by Ard Biesheuvel · 9 years ago
  82. 0ce3cc0 arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regions by Ard Biesheuvel · 9 years ago
  83. 769a808 x86, efi, kasan: #undef memset/memcpy/memmove per arch by Andrey Ryabinin · 9 years ago
  84. 63a4aea of: clean-up unnecessary libfdt include paths by Rob Herring · 10 years ago
  85. a643375 efi/libstub: Retrieve FDT size when loaded from UEFI config table by Ard Biesheuvel · 10 years ago
  86. be482d6 Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 10 years ago
  87. 7ed620b efi/libstub: Fix boundary checking in efi_high_alloc() by Yinghai Lu · 10 years ago
  88. 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  89. 43a9f69 Revert "efi/libstub: Call get_memory_map() to obtain map and desc sizes" by Matt Fleming · 10 years ago
  90. 393f203 x86_64: kasan: add interceptors for memset/memmove/memcpy functions by Andrey Ryabinin · 10 years ago
  91. 0b24bec kasan: add kernel address sanitizer infrastructure by Andrey Ryabinin · 10 years ago
  92. 6b00f7e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  93. 3c01b74 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi by Ingo Molnar · 10 years ago
  94. d1a8d66 efi/libstub: Call get_memory_map() to obtain map and desc sizes by Ard Biesheuvel · 10 years ago
  95. ddeeefe arm64/efi: efistub: Apply __init annotation by Ard Biesheuvel · 10 years ago
  96. f3cdfd2 arm64/efi: move SetVirtualAddressMap() to UEFI stub by Ard Biesheuvel · 10 years ago
  97. cf2b0f1 efi: efistub: allow allocation alignment larger than EFI_PAGE_SIZE by Ard Biesheuvel · 10 years ago
  98. 0bcaa90 efi: efi-stub: notify on DTB absence by Mark Rutland · 10 years ago
  99. 75b1285 Merge branch 'next' into efi-next-merge by Matt Fleming · 10 years ago
  100. 5a17dae efi: Add efi= parameter parsing to the EFI boot stub by Matt Fleming · 11 years ago