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. c90beea x86/boot/compressed: Fix debug_puthex() parameter type by Joerg Roedel · 4 years, 10 months ago
  3. d5cdf4c efi/x86: Don't relocate the kernel unless necessary by Arvind Sankar · 4 years, 10 months ago
  4. 964124a efi/x86: Remove extra headroom for setup block by Arvind Sankar · 4 years, 10 months ago
  5. 2672519 efi/x86: Add kernel preferred address to PE header by Arvind Sankar · 4 years, 10 months ago
  6. 1887c9b efi/x86: Decompress at start of PE image load address by Arvind Sankar · 4 years, 10 months ago
  7. 8ef44be x86/boot/compressed/32: Save the output address instead of recalculating it by Arvind Sankar · 4 years, 10 months ago
  8. 81a3489 x86/boot: Use unsigned comparison for addresses by Arvind Sankar · 4 years, 10 months ago
  9. 8acf63e efi/x86: Avoid using code32_start by Arvind Sankar · 4 years, 10 months ago
  10. 3fab433 efi/x86: Make efi32_pe_entry() more readable by Arvind Sankar · 4 years, 10 months ago
  11. 71ff44a efi/x86: Respect 32-bit ABI in efi32_pe_entry() by Arvind Sankar · 4 years, 10 months ago
  12. 3cdcd68 efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATA by Arvind Sankar · 4 years, 10 months ago
  13. c98a76e x86/boot/compressed: Fix reloading of GDTR post-relocation by Arvind Sankar · 4 years, 10 months ago
  14. e976568 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core by Ingo Molnar · 4 years, 10 months ago
  15. 6f8f0dc x86/vmlinux: Drop unneeded linker script discard of .eh_frame by Arvind Sankar · 4 years, 10 months ago
  16. 003602a x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sections by Arvind Sankar · 4 years, 10 months ago
  17. 0eea39a x86/boot/compressed: Remove .eh_frame section from bzImage by Arvind Sankar · 5 years ago
  18. 148d3f7 efi/libstub: Introduce symbolic constants for the stub major/minor version by Ard Biesheuvel · 4 years, 11 months ago
  19. a3326a0 efi/x86: Use symbolic constants in PE header instead of bare numbers by Ard Biesheuvel · 4 years, 11 months ago
  20. 97aa276 efi/x86: Add true mixed mode entry point into .compat section by Ard Biesheuvel · 4 years, 11 months ago
  21. 17054f4 efi/x86: Implement mixed mode boot without the handover protocol by Ard Biesheuvel · 4 years, 11 months ago
  22. 832187f efi/x86: Drop redundant .bss section by Ard Biesheuvel · 4 years, 11 months ago
  23. 223e3ee efi/x86: add headroom to decompressor BSS to account for setup block by Ard Biesheuvel · 4 years, 10 months ago
  24. c2d0b47 efi/libstub/x86: Incorporate eboot.c into libstub by Ard Biesheuvel · 5 years ago
  25. 04a7d0e efi/libstub/x86: Avoid overflowing code32_start on PE entry by Ard Biesheuvel · 5 years ago
  26. e6d832e efi/libstub/x86: Remove pointless zeroing of apm_bios_info by Ard Biesheuvel · 5 years ago
  27. f32ea1c efi/x86: Mark setup_graphics static by Arvind Sankar · 5 years ago
  28. 8a3abe3 x86/boot: Micro-optimize GDT loading instructions by Arvind Sankar · 5 years ago
  29. b75e2b0 x86/boot: GDT limit value should be size - 1 by Arvind Sankar · 5 years ago
  30. ef5a7b5 efi/x86: Remove GDT setup from efi_main by Arvind Sankar · 5 years ago
  31. cae0e43 x86/boot: Clear direction and interrupt flags in startup_64 by Arvind Sankar · 5 years ago
  32. 32d0091 x86/boot: Reload GDTR after copying to the end of the buffer by Arvind Sankar · 5 years ago
  33. 90ff226 efi/x86: Don't depend on firmware GDT layout by Arvind Sankar · 5 years ago
  34. 67a6af7 x86/boot: Remove KEEP_SEGMENTS support by Arvind Sankar · 5 years ago
  35. 3ee372cc x86/boot/compressed/64: Remove .bss/.pgtable from bzImage by Arvind Sankar · 5 years ago
  36. df6d4f9 x86/boot/compressed: Don't declare __force_order in kaslr_64.c by H.J. Lu · 5 years ago
  37. a86255f x86/boot/compressed/64: Use 32-bit (zero-extended) MOV for z_output_len by Arvind Sankar · 5 years ago
  38. 48bfdb9 x86/boot/compressed/64: Use LEA to initialize boot stack pointer by Arvind Sankar · 5 years ago
  39. 89a47dd Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  40. 1a2a76c Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  41. 5f2fb52 kbuild: rename hostprogs-y/always to hostprogs/always-y by Masahiro Yamada · 5 years ago
  42. 2b73ea3 x86/boot: Handle malformed SRAT tables during early ACPI parsing by Steven Clarkson · 5 years ago
  43. c0275ae Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  44. 6b90e71 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  45. bcc8aff Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  46. cada0b6 efi/libstub/x86: Fix EFI server boot failure by Qian Cai · 5 years ago
  47. 183ef7a x86/boot: Simplify calculation of output address by Arvind Sankar · 5 years ago
  48. bc310ba x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lld by Ard Biesheuvel · 5 years ago
  49. bd1d7093 efi/libstub/x86: Fix unused-variable warning by Arnd Bergmann · 5 years ago
  50. ac3c76c efi/libstub/x86: Use mandatory 16-byte stack alignment in mixed mode by Ard Biesheuvel · 5 years ago
  51. 796eb8d efi/libstub/x86: Use const attribute for efi_is_64bit() by Ard Biesheuvel · 5 years ago
  52. 14442a1 x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_* by Sean Christopherson · 5 years ago
  53. ea7d87f efi/x86: Allow translating 64-bit arguments for mixed mode calls by Arvind Sankar · 5 years ago
  54. 14b864f efi/x86: Check number of arguments to variadic functions by Arvind Sankar · 5 years ago
  55. bc7c9d6 efi/libstub/x86: Force 'hidden' visibility for extern declarations by Ard Biesheuvel · 5 years ago
  56. 12dc9e1 efi/libstub: Fix boot argument handling in mixed mode entry code by Ard Biesheuvel · 5 years ago
  57. 0679715 efi/libstub/x86: Avoid globals to store context during mixed mode calls by Ard Biesheuvel · 5 years ago
  58. 966291f efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive by Ard Biesheuvel · 5 years ago
  59. 99ea8b1 efi/libstub: Drop 'table' argument from efi_table_attr() macro by Ard Biesheuvel · 5 years ago
  60. 47c0fd3 efi/libstub: Drop protocol argument from efi_call_proto() macro by Ard Biesheuvel · 5 years ago
  61. 23e6039 efi/libstub/x86: Work around page freeing issue in mixed mode by Ard Biesheuvel · 5 years ago
  62. cd33a5c efi/libstub: Remove 'sys_table_arg' from all function prototypes by Ard Biesheuvel · 5 years ago
  63. 8173ec7 efi/libstub: Drop sys_table_arg from printk routines by Ard Biesheuvel · 5 years ago
  64. c3710de efi/libstub/x86: Drop __efi_early() export and efi_config struct by Ard Biesheuvel · 5 years ago
  65. dc29da1 efi/libstub: Unify the efi_char16_printk implementations by Ard Biesheuvel · 5 years ago
  66. 2fcdad2 efi/libstub: Get rid of 'sys_table_arg' macro parameter by Ard Biesheuvel · 5 years ago
  67. afc4cc7 efi/libstub/x86: Avoid thunking for native firmware calls by Ard Biesheuvel · 5 years ago
  68. 8f24f8c efi/libstub: Annotate firmware routines as __efiapi by Ard Biesheuvel · 5 years ago
  69. 960a8d0 efi/libstub: Use stricter typing for firmware function pointers by Ard Biesheuvel · 5 years ago
  70. e8bd5dd efi/libstub: Drop explicit 32/64-bit protocol definitions by Ard Biesheuvel · 5 years ago
  71. f958efe efi/libstub: Distinguish between native/mixed not 32/64 bit by Ard Biesheuvel · 5 years ago
  72. 1786e83 efi/libstub: Extend native protocol definitions with mixed_mode aliases by Ard Biesheuvel · 5 years ago
  73. 2732ea0 efi/libstub: Use a helper to iterate over a EFI handle array by Ard Biesheuvel · 5 years ago
  74. 4911ee4 x86/efistub: Disable paging at mixed mode entry by Ard Biesheuvel · 5 years ago
  75. eefb8c1 x86/boot: kbuild: allow readelf executable to be specified by Dmitry Golovin · 5 years ago
  76. 163159a x86/boot: Discard .eh_frame sections by Ilie Halip · 5 years ago
  77. 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
  78. df28204 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  79. 1d87200 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  80. 85fbf15 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  81. f01ec4f Merge branch 'x86/build' into x86/asm, to pick up completed topic branch by Ingo Molnar · 5 years ago
  82. b3c72fc x86/boot: Introduce setup_indirect by Daniel Kiper · 5 years ago
  83. 00cd1c1 x86/boot: Introduce kernel_info.setup_type_max by Daniel Kiper · 5 years ago
  84. 2c33c27 x86/boot: Introduce kernel_info by Daniel Kiper · 5 years ago
  85. 199c847 x86/efi: Add efi_fake_mem support for EFI_MEMORY_SP by Dan Williams · 5 years ago
  86. 262b45a x86/efi: EFI soft reservation to E820 enumeration by Dan Williams · 5 years ago
  87. 0d95981 x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table by Dominik Brodowski · 5 years ago
  88. 220dd76 x86, efi: Never relocate kernel below lowest acceptable address by Kairui Song · 5 years ago
  89. 228d120 x86/boot/acpi: Move get_cmdline_acpi_rsdp() under #ifdef guard by Zhenzhong Duan · 5 years ago
  90. 6d685e5 x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_* by Jiri Slaby · 5 years ago
  91. 6dcc562 x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_* by Jiri Slaby · 5 years ago
  92. 4aec216 x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_* by Jiri Slaby · 5 years ago
  93. ef1e031 x86/asm: Make some functions local by Jiri Slaby · 5 years ago
  94. 37818af x86/asm: Do not annotate functions with GLOBAL by Jiri Slaby · 5 years ago
  95. b8c3f9b x86/boot: Annotate data appropriately by Jiri Slaby · 5 years ago
  96. deff8a2 x86/boot: Annotate local functions by Jiri Slaby · 5 years ago
  97. 1869dbe x86/boot/64: Round memory hole size up to next PMD page by Steve Wahl · 5 years ago
  98. 30a2441 x86/asm: Make more symbols local by Jiri Slaby · 5 years ago
  99. 9e2276f arch/x86/boot: Use prefix map to avoid embedded paths by Bruce Ashfield · 5 years ago
  100. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago