1. 69550d4 x86/boot/KASLR: Remove unused variable by Chao Fan · 7 years ago
  2. eb4d47c Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  3. 6a9f70b Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  4. 7980f02 x86/build: Make the boot image generation less verbose by Changbin Du · 7 years ago
  5. 1958b5f x86/boot: Add early boot support when running with SEV active by Tom Lendacky · 7 years ago
  6. d786f051 x86/build: Add more generated files to the .gitignore file by Changbin Du · 7 years ago
  7. c306ba7 x86/build: Specify -input-charset=utf-8 for mkisofs by Changbin Du · 7 years ago
  8. 8a7546a x86/build: Add new paths for isolinux.bin and ldlinux.c32 by Changbin Du · 7 years ago
  9. 4366d57 x86/build: Factor out fdimage/isoimage generation commands to standalone script by Changbin Du · 7 years ago
  10. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  11. 6c3b56b x86/boot: Disable Clang warnings about GNU extensions by Matthias Kaehlcke · 7 years ago
  12. 0cfe5b5 x86: Use ARRAY_SIZE by Jérémy Lefaure · 7 years ago
  13. dc0fdf7 x86/boot: Remove unnecessary #include <generated/utsrelease.h> by Masahiro Yamada · 7 years ago
  14. f92e3da Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  15. 24e700e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  16. b1b6f83 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  17. 4515392 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  18. b0c79f4 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  19. 0982adc x86/boot/KASLR: Work around firmware bugs by excluding EFI_BOOT_SERVICES_* and EFI_LOADER_* from KASLR's choice by Naoya Horiguchi · 7 years ago
  20. fb1cc2f x86/boot: Prevent faulty bootparams.screeninfo from causing harm by Jan H. Schönherr · 7 years ago
  21. 5746f05 x86/boot: Provide more slack space during decompression by Jan H. Schönherr · 7 years ago
  22. 9e085ce x86/boot/64: Extract efi_pe_entry() from startup_64() by Jiri Slaby · 7 years ago
  23. f4dee0b x86/boot/32: Extract efi_pe_entry() from startup_32() by Jiri Slaby · 7 years ago
  24. 64b163f x86/idt: Unify gate_struct handling for 32/64-bit kernels by Thomas Gleixner · 7 years ago
  25. ccc829b efi/libstub: Enable reset attack mitigation by Matthew Garrett · 7 years ago
  26. 413d63d71b Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts by Ingo Molnar · 7 years ago
  27. c05cd79 x86/boot/KASLR: Prefer mirrored memory regions for the kernel physical address by Baoquan He · 7 years ago
  28. 02e43c2 efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptor by Baoquan He · 7 years ago
  29. 2257e26 Merge branch 'linus' into x86/boot, to pick up fixes by Ingo Molnar · 7 years ago
  30. 20c6c18 x86/boot: Disable the address-of-packed-member compiler warning by Matthias Kaehlcke · 7 years ago
  31. 18d5e6c x86/boot: #undef memcpy() et al in string.c by Michael Davidson · 7 years ago
  32. d460131 x86/build: Silence the build with "make -s" by Arnd Bergmann · 7 years ago
  33. 21729f8 x86/mm: Provide general kernel support for memory encryption by Tom Lendacky · 7 years ago
  34. 27aac20 x86/boot/KASLR: Rename process_e820_entry() into process_mem_region() by Baoquan He · 7 years ago
  35. 87891b0 x86/boot/KASLR: Switch to pass struct mem_vector to process_e820_entry() by Baoquan He · 7 years ago
  36. f62995c x86/boot/KASLR: Wrap e820 entries walking code into new function process_e820_entries() by Baoquan He · 7 years ago
  37. 6974f0c include/linux/string.h: add the option of fortified string.h functions by Daniel Micay · 7 years ago
  38. 7a69f9c6 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  39. 6553698 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  40. 25e09ca Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  41. a24261d x86/KASLR: Fix detection 32/64 bit bootloaders for 5-level paging by Kirill A. Shutemov · 7 years ago
  42. 8eabf42 x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bug by Baoquan He · 7 years ago
  43. b892cb8 x86/boot/KASLR: Add checking for the offset of kernel virtual address randomization by Baoquan He · 7 years ago
  44. 6ec829a x86/boot: Add missing strchr() declaration by Tommy Nguyen · 7 years ago
  45. 34bbb00 x86/boot/compressed: Enable 5-level paging during decompression stage by Kirill A. Shutemov · 8 years ago
  46. 919a02d x86/boot/efi: Define __KERNEL32_CS GDT on 64-bit configurations by Kirill A. Shutemov · 8 years ago
  47. 4c94117 x86/boot/efi: Fix __KERNEL_CS definition of GDT entry on 64-bit configurations by Kirill A. Shutemov · 8 years ago
  48. f8fceac x86/boot/efi: Cleanup initialization of GDT entries by Kirill A. Shutemov · 8 years ago
  49. 6c690ee x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() by Andy Lutomirski · 8 years ago
  50. 28be1b4 x86/boot: Remove unused copy_*_gs() functions by Jiri Slaby · 8 years ago
  51. 5b8b9cf x86/KASLR: Use the right memcpy() implementation by Arnd Bergmann · 8 years ago
  52. 4cdba14 x86/KASLR: Handle the memory limit specified by the 'memmap=' and 'mem=' boot options by Baoquan He · 8 years ago
  53. d52e7d5 x86/KASLR: Parse all 'memmap=' boot option entries by Baoquan He · 8 years ago
  54. 3780578 x86/boot: Use CROSS_COMPILE prefix for readelf by Rob Landley · 8 years ago
  55. 66aad4f x86/mm: Add support for gbpages to kernel_ident_mapping_init() by Xunlei Pang · 8 years ago
  56. 60854a1 x86/boot: Declare error() as noreturn by Kees Cook · 8 years ago
  57. d3b5d35 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  58. da63b6b x86/KASLR: Fix kexec kernel boot crash when KASLR randomization fails by Baoquan He · 8 years ago
  59. d594aa0 x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup by Ashish Kalra · 8 years ago
  60. e5185a7 Merge branch 'x86/boot' into x86/mm, to avoid conflict by Ingo Molnar · 8 years ago
  61. 4729277 Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branch by Ingo Molnar · 8 years ago
  62. 3677d4c x86/boot: Detect 5-level paging support by Kirill A. Shutemov · 8 years ago
  63. 6b1cc94 x86/boot: Include missing header file by Zhengyi Shen · 8 years ago
  64. 5af2184 x86/boot: Fix Sparse warning by including required header file by Zhengyi Shen · 8 years ago
  65. 0871d5a Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updates by Ingo Molnar · 8 years ago
  66. 292d386 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  67. de8cb45 efi: Get and store the secure boot status by David Howells · 8 years ago
  68. a2cd2f3 x86/efi: Allow invocation of arbitrary runtime services by David Howells · 8 years ago
  69. db4545d x86/efi: Deduplicate efi_char16_printk() by Lukas Wunner · 8 years ago
  70. 2bd79f3 efi: Deduplicate efi_file_size() / _read() / _close() by Lukas Wunner · 8 years ago
  71. 7410aa1 x86/boot/e820: Separate the E820 ABI structures from the in-kernel structures by Ingo Molnar · 8 years ago
  72. 09821ff x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_" by Ingo Molnar · 8 years ago
  73. 61a5010 x86/boot/e820: Rename everything to e820_table by Ingo Molnar · 8 years ago
  74. acd4c04 x86/boot/e820: Rename 'e820_map' variables to 'e820_array' by Ingo Molnar · 8 years ago
  75. 8ec67d9 x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 'struct e820_array' by Ingo Molnar · 8 years ago
  76. b0bd00d x86/boot/e820: Remove assembly guard from asm/e820/types.h by Ingo Molnar · 8 years ago
  77. 5520b7e x86/boot/e820: Remove spurious asm/e820/api.h inclusions by Ingo Molnar · 8 years ago
  78. 66441bd x86/boot/e820: Move asm/e820.h to asm/e820/api.h by Ingo Molnar · 8 years ago
  79. 9a1f415 Merge branch 'linus' into x86/boot, to pick up fixes by Ingo Molnar · 8 years ago
  80. f284424 x86/boot: Fix KASLR and memmap= collision by Dave Jiang · 8 years ago
  81. fac69d0 x86/boot: Add missing declaration of string functions by Nicholas Mc Guire · 8 years ago
  82. 426d1af Revert "x86/boot: Fail the boot if !M486 and CPUID is missing" by Andy Lutomirski · 8 years ago
  83. a9042de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  84. 846221c Remove references to dead make variable LINUX_INCLUDE by Paul Bolle · 8 years ago
  85. 06cc6b9 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  86. 3940cf0 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  87. a980ce3 x86/build: Build compressed x86 kernels as PIE when !CONFIG_RELOCATABLE as well by H.J. Lu · 8 years ago
  88. ed68d7e x86/boot: Fail the boot if !M486 and CPUID is missing by Andy Lutomirski · 8 years ago
  89. 58c5475 x86/efi: Retrieve and assign Apple device properties by Lukas Wunner · 8 years ago
  90. 064025f x86/boot: Simplify the GDTR calculation assembly code a bit by Wei Yang · 8 years ago
  91. 0acba3f x86/boot/build: Remove always empty $(USERINCLUDE) by Paul Bolle · 8 years ago
  92. 5465fe0 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/core by Ingo Molnar · 8 years ago
  93. 0a637ee x86/efi: Allow invocation of arbitrary boot services by Lukas Wunner · 8 years ago
  94. 15cf7ca x86/efi: Remove unused find_bits() function by Lukas Wunner · 8 years ago
  95. ac0e94b x86/efi: Initialize status to ensure garbage is not returned on small size by Colin Ian King · 8 years ago
  96. d649340 x86/efi: Use efi_exit_boot_services() by Jeffrey Hugo · 8 years ago
  97. dadb57a efi/libstub: Allocate headspace in efi_get_memory_map() by Jeffrey Hugo · 8 years ago
  98. f716a85 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  99. 77cd3d0 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  100. 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago