1. b9b8e5b Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  2. 4004392 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  3. 216a372 x86/boot: Use CC_SET()/CC_OUT() instead of open coding it by Uros Bizjak · 7 years ago
  4. 1b3a626 x86/boot/compressed/64: Validate trampoline placement against E820 by Kirill A. Shutemov · 6 years ago
  5. 5db1b1e x86/boot/KASLR: Make local variable mem_limit static by zhong jiang · 6 years ago
  6. 92a4728 x86/boot: Fix if_changed build flip/flop bug by Kees Cook · 6 years ago
  7. aab9593 efi/x86: Replace references to efi_early->is64 with efi_is_64bit() by Ard Biesheuvel · 7 years ago
  8. c4db9c1 efi: Deduplicate efi_open_volume() by Lukas Wunner · 7 years ago
  9. 093174f efi/x86: Add missing NULL initialization in UGA draw protocol discovery by Ard Biesheuvel · 7 years ago
  10. 290084c efi/x86: Merge 32-bit and 64-bit UGA draw protocol setup routines by Ard Biesheuvel · 7 years ago
  11. 0b767b1 efi/x86: Align efi_uga_draw_protocol typedef names to convention by Ard Biesheuvel · 7 years ago
  12. 75c5a71 efi/x86: Merge the setup_efi_pci32() and setup_efi_pci64() routines by Ard Biesheuvel · 7 years ago
  13. 90a2186 efi/x86: Clean up the eboot code by Ingo Molnar · 7 years ago
  14. e296701 efi/x86: Fix mixed mode reboot loop by removing pointless call to PciIo->Attributes() by Ard Biesheuvel · 7 years ago
  15. 747ff62 x86/boot/KASLR: Skip specified number of 1GB huge pages when doing physical randomization (KASLR) by Baoquan He · 7 years ago
  16. 9b91248 x86/boot/KASLR: Add two new functions for 1GB huge pages handling by Baoquan He · 7 years ago
  17. 2e6eb40 efi/x86: Fix incorrect invocation of PciIo->Attributes() by Ard Biesheuvel · 7 years ago
  18. f4e5b30 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  19. 94d49eb x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SME by Kirill A. Shutemov · 7 years ago
  20. 5cef8c2 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  21. 31a85cb Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  22. 8a6bd2f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  23. 372fddf x86/mm: Introduce the 'no5lvl' kernel parameter by Kirill A. Shutemov · 7 years ago
  24. ad3fe52 x86/mm: Unify pgtable_l5_enabled usage in early boot code by Kirill A. Shutemov · 7 years ago
  25. 30bbf72 x86/boot/compressed/64: Fix trampoline page table address calculation by Kirill A. Shutemov · 7 years ago
  26. 589bb62 x86/boot/compressed/64: Fix moving page table out of trampoline memory by Kirill A. Shutemov · 7 years ago
  27. 5c9b0b1 x86/boot/compressed/64: Set up GOT for paging_prepare() and cleanup_trampoline() by Kirill A. Shutemov · 7 years ago
  28. 1de3a1b efi/x86: Ignore unrealistically large option ROMs by Hans de Goede · 7 years ago
  29. 2c3625c efi/x86: Fold __setup_efi_pci32() and __setup_efi_pci64() into one function by Ard Biesheuvel · 7 years ago
  30. cb0ba79 efi: Align efi_pci_io_protocol typedefs to type naming convention by Ard Biesheuvel · 7 years ago
  31. 0b3225a efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definition for mixed mode by Ard Biesheuvel · 7 years ago
  32. fb43d6c x86/mm: Do not auto-massage page protections by Dave Hansen · 7 years ago
  33. bc16d40 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  34. d22fff8 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  35. e68b4ba Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  36. d6289f3 x86/build: Don't pass in -D__KERNEL__ multiple times by Cao jin · 7 years ago
  37. 07344b1 x86/boot: Fix SEV boot failure from change to __PHYSICAL_MASK_SHIFT by Tom Lendacky · 7 years ago
  38. 0bc91d4 Merge tag 'v4.16-rc7' into x86/mm, to fix up conflict by Ingo Molnar · 7 years ago
  39. d286236 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  40. c55b855 x86/boot/64: Verify alignment of the LOAD segment by H.J. Lu · 7 years ago
  41. 194a974 x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G by Kirill A. Shutemov · 7 years ago
  42. 0a1756b x86/boot/compressed/64: Use page table in trampoline memory by Kirill A. Shutemov · 7 years ago
  43. f7ff53e x86/boot/compressed/64: Use stack from trampoline memory by Kirill A. Shutemov · 7 years ago
  44. 7beebacc x86/boot/compressed/64: Make sure we have a 32-bit code segment by Kirill A. Shutemov · 7 years ago
  45. 36b6497 efi: Use string literals for efi_char16_t variable initializers by Ard Biesheuvel · 7 years ago
  46. e9d0e63 x86/boot/compressed/64: Prepare new top-level page table for trampoline by Kirill A. Shutemov · 7 years ago
  47. 32fcefa x86/boot/compressed/64: Set up trampoline memory by Kirill A. Shutemov · 7 years ago
  48. fb526835 x86/boot/compressed/64: Save and restore trampoline memory by Kirill A. Shutemov · 7 years ago
  49. 3548e13 x86/boot/compressed/64: Find a place for 32-bit trampoline by Kirill A. Shutemov · 7 years ago
  50. a403d79 x86/boot/compressed/64: Describe the logic behind the LA57 check by Kirill A. Shutemov · 7 years ago
  51. f779ca7 efi: Make const array 'apple' static by Colin Ian King · 7 years ago
  52. 1ea4fe8 Merge branch 'x86/boot' into x86/mm, to unify branches by Ingo Molnar · 7 years ago
  53. 3f7df3e Merge tag 'v4.16-rc3' into x86/mm, to pick up fixes by Ingo Molnar · 7 years ago
  54. ed7158b treewide/trivial: Remove ';;$' typo noise by Ingo Molnar · 7 years ago
  55. 39b9552 x86/mm: Optimize boot-time paging mode switching cost by Kirill A. Shutemov · 7 years ago
  56. 6657fca x86/mm: Allow to boot without LA57 if CONFIG_X86_5LEVEL=y by Kirill A. Shutemov · 7 years ago
  57. b16e770 x86/mm: Initialize 'pgdir_shift' and 'ptrs_per_p4d' at boot-time by Kirill A. Shutemov · 7 years ago
  58. 4c2b405 x86/mm: Initialize 'pgtable_l5_enabled' at boot-time by Kirill A. Shutemov · 7 years ago
  59. c65e774 x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable by Kirill A. Shutemov · 7 years ago
  60. e626e6b x86/mm: Introduce 'pgtable_l5_enabled' by Kirill A. Shutemov · 7 years ago
  61. 4440977 x86/boot/compressed/64: Introduce paging_prepare() by Kirill A. Shutemov · 7 years ago
  62. 7cc4eb1 x86/boot/compressed/64: Rename pagetable.c to kaslr_64.c by Kirill A. Shutemov · 7 years ago
  63. ae0cb7b Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  64. 33b6d03 efi: call get_event_log before ExitBootServices by Thiebaud Weksteen · 7 years ago
  65. f39d7d7 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  66. 5aa90a8 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  67. aa8c624 x86/mm/pti: Add infrastructure for page table isolation by Thomas Gleixner · 7 years ago
  68. 5f0e3fe x86/build: Make isoimage work on Debian by Matthew Wilcox · 7 years ago
  69. f79ce87 x86/build: Don't verify mtools configuration file for isoimage by Changbin Du · 7 years ago
  70. 6d7e0ba x86/boot/compressed/64: Print error if 5-level paging is not supported by Kirill A. Shutemov · 7 years ago
  71. 0852907 x86/boot/compressed/64: Detect and handle 5-level paging at boot-time by Kirill A. Shutemov · 7 years ago
  72. 69550d4 x86/boot/KASLR: Remove unused variable by Chao Fan · 7 years ago
  73. 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
  74. 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
  75. 7980f02 x86/build: Make the boot image generation less verbose by Changbin Du · 7 years ago
  76. 1958b5f x86/boot: Add early boot support when running with SEV active by Tom Lendacky · 7 years ago
  77. d786f051 x86/build: Add more generated files to the .gitignore file by Changbin Du · 7 years ago
  78. c306ba7 x86/build: Specify -input-charset=utf-8 for mkisofs by Changbin Du · 7 years ago
  79. 8a7546a x86/build: Add new paths for isolinux.bin and ldlinux.c32 by Changbin Du · 7 years ago
  80. 4366d57 x86/build: Factor out fdimage/isoimage generation commands to standalone script by Changbin Du · 7 years ago
  81. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  82. 6c3b56b x86/boot: Disable Clang warnings about GNU extensions by Matthias Kaehlcke · 7 years ago
  83. 0cfe5b5 x86: Use ARRAY_SIZE by Jérémy Lefaure · 7 years ago
  84. dc0fdf7 x86/boot: Remove unnecessary #include <generated/utsrelease.h> by Masahiro Yamada · 7 years ago
  85. 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
  86. 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
  87. 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
  88. 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
  89. 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
  90. 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
  91. fb1cc2f9 x86/boot: Prevent faulty bootparams.screeninfo from causing harm by Jan H. Schönherr · 7 years ago
  92. 5746f05 x86/boot: Provide more slack space during decompression by Jan H. Schönherr · 7 years ago
  93. 9e085ce x86/boot/64: Extract efi_pe_entry() from startup_64() by Jiri Slaby · 7 years ago
  94. f4dee0b x86/boot/32: Extract efi_pe_entry() from startup_32() by Jiri Slaby · 7 years ago
  95. 64b163f x86/idt: Unify gate_struct handling for 32/64-bit kernels by Thomas Gleixner · 7 years ago
  96. ccc829b efi/libstub: Enable reset attack mitigation by Matthew Garrett · 7 years ago
  97. 413d63d71b Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts by Ingo Molnar · 7 years ago
  98. c05cd79 x86/boot/KASLR: Prefer mirrored memory regions for the kernel physical address by Baoquan He · 7 years ago
  99. 02e43c2 efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptor by Baoquan He · 7 years ago
  100. 2257e26 Merge branch 'linus' into x86/boot, to pick up fixes by Ingo Molnar · 7 years ago