1. 2e6eb40 efi/x86: Fix incorrect invocation of PciIo->Attributes() by Ard Biesheuvel · 6 years ago
  2. f4e5b30 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  3. 94d49eb x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SME by Kirill A. Shutemov · 6 years ago
  4. 5cef8c2 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  5. 31a85cb Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  6. 8a6bd2f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  7. 372fddf x86/mm: Introduce the 'no5lvl' kernel parameter by Kirill A. Shutemov · 6 years ago
  8. ad3fe52 x86/mm: Unify pgtable_l5_enabled usage in early boot code by Kirill A. Shutemov · 6 years ago
  9. 30bbf72 x86/boot/compressed/64: Fix trampoline page table address calculation by Kirill A. Shutemov · 6 years ago
  10. 589bb62 x86/boot/compressed/64: Fix moving page table out of trampoline memory by Kirill A. Shutemov · 6 years ago
  11. 5c9b0b1 x86/boot/compressed/64: Set up GOT for paging_prepare() and cleanup_trampoline() by Kirill A. Shutemov · 6 years ago
  12. 1de3a1b efi/x86: Ignore unrealistically large option ROMs by Hans de Goede · 6 years ago
  13. 2c3625c efi/x86: Fold __setup_efi_pci32() and __setup_efi_pci64() into one function by Ard Biesheuvel · 6 years ago
  14. cb0ba79 efi: Align efi_pci_io_protocol typedefs to type naming convention by Ard Biesheuvel · 6 years ago
  15. 0b3225a efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definition for mixed mode by Ard Biesheuvel · 6 years ago
  16. fb43d6c x86/mm: Do not auto-massage page protections by Dave Hansen · 7 years ago
  17. 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
  18. 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
  19. 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
  20. d6289f3 x86/build: Don't pass in -D__KERNEL__ multiple times by Cao jin · 7 years ago
  21. 07344b1 x86/boot: Fix SEV boot failure from change to __PHYSICAL_MASK_SHIFT by Tom Lendacky · 7 years ago
  22. 0bc91d4 Merge tag 'v4.16-rc7' into x86/mm, to fix up conflict by Ingo Molnar · 7 years ago
  23. 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
  24. c55b855 x86/boot/64: Verify alignment of the LOAD segment by H.J. Lu · 7 years ago
  25. 194a974 x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G by Kirill A. Shutemov · 7 years ago
  26. 0a1756b x86/boot/compressed/64: Use page table in trampoline memory by Kirill A. Shutemov · 7 years ago
  27. f7ff53e x86/boot/compressed/64: Use stack from trampoline memory by Kirill A. Shutemov · 7 years ago
  28. 7beebacc x86/boot/compressed/64: Make sure we have a 32-bit code segment by Kirill A. Shutemov · 7 years ago
  29. 36b6497 efi: Use string literals for efi_char16_t variable initializers by Ard Biesheuvel · 7 years ago
  30. e9d0e63 x86/boot/compressed/64: Prepare new top-level page table for trampoline by Kirill A. Shutemov · 7 years ago
  31. 32fcefa x86/boot/compressed/64: Set up trampoline memory by Kirill A. Shutemov · 7 years ago
  32. fb526835 x86/boot/compressed/64: Save and restore trampoline memory by Kirill A. Shutemov · 7 years ago
  33. 3548e13 x86/boot/compressed/64: Find a place for 32-bit trampoline by Kirill A. Shutemov · 7 years ago
  34. a403d79 x86/boot/compressed/64: Describe the logic behind the LA57 check by Kirill A. Shutemov · 7 years ago
  35. f779ca7 efi: Make const array 'apple' static by Colin Ian King · 7 years ago
  36. 1ea4fe8 Merge branch 'x86/boot' into x86/mm, to unify branches by Ingo Molnar · 7 years ago
  37. 3f7df3e Merge tag 'v4.16-rc3' into x86/mm, to pick up fixes by Ingo Molnar · 7 years ago
  38. ed7158b treewide/trivial: Remove ';;$' typo noise by Ingo Molnar · 7 years ago
  39. 39b9552 x86/mm: Optimize boot-time paging mode switching cost by Kirill A. Shutemov · 7 years ago
  40. 6657fca x86/mm: Allow to boot without LA57 if CONFIG_X86_5LEVEL=y by Kirill A. Shutemov · 7 years ago
  41. b16e770 x86/mm: Initialize 'pgdir_shift' and 'ptrs_per_p4d' at boot-time by Kirill A. Shutemov · 7 years ago
  42. 4c2b405 x86/mm: Initialize 'pgtable_l5_enabled' at boot-time by Kirill A. Shutemov · 7 years ago
  43. c65e774 x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable by Kirill A. Shutemov · 7 years ago
  44. e626e6b x86/mm: Introduce 'pgtable_l5_enabled' by Kirill A. Shutemov · 7 years ago
  45. 4440977 x86/boot/compressed/64: Introduce paging_prepare() by Kirill A. Shutemov · 7 years ago
  46. 7cc4eb1 x86/boot/compressed/64: Rename pagetable.c to kaslr_64.c by Kirill A. Shutemov · 7 years ago
  47. ae0cb7b Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  48. 33b6d03 efi: call get_event_log before ExitBootServices by Thiebaud Weksteen · 7 years ago
  49. f39d7d7 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  50. 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
  51. aa8c624 x86/mm/pti: Add infrastructure for page table isolation by Thomas Gleixner · 7 years ago
  52. 5f0e3fe x86/build: Make isoimage work on Debian by Matthew Wilcox · 7 years ago
  53. f79ce87 x86/build: Don't verify mtools configuration file for isoimage by Changbin Du · 7 years ago
  54. 6d7e0ba x86/boot/compressed/64: Print error if 5-level paging is not supported by Kirill A. Shutemov · 7 years ago
  55. 0852907 x86/boot/compressed/64: Detect and handle 5-level paging at boot-time by Kirill A. Shutemov · 7 years ago
  56. 69550d4 x86/boot/KASLR: Remove unused variable by Chao Fan · 7 years ago
  57. 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
  58. 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
  59. 7980f02 x86/build: Make the boot image generation less verbose by Changbin Du · 7 years ago
  60. 1958b5f x86/boot: Add early boot support when running with SEV active by Tom Lendacky · 7 years ago
  61. d786f051 x86/build: Add more generated files to the .gitignore file by Changbin Du · 7 years ago
  62. c306ba7 x86/build: Specify -input-charset=utf-8 for mkisofs by Changbin Du · 7 years ago
  63. 8a7546a x86/build: Add new paths for isolinux.bin and ldlinux.c32 by Changbin Du · 7 years ago
  64. 4366d57 x86/build: Factor out fdimage/isoimage generation commands to standalone script by Changbin Du · 7 years ago
  65. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  66. 6c3b56b x86/boot: Disable Clang warnings about GNU extensions by Matthias Kaehlcke · 7 years ago
  67. 0cfe5b5 x86: Use ARRAY_SIZE by Jérémy Lefaure · 7 years ago
  68. dc0fdf7 x86/boot: Remove unnecessary #include <generated/utsrelease.h> by Masahiro Yamada · 7 years ago
  69. 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
  70. 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
  71. 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
  72. 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
  73. 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
  74. 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
  75. fb1cc2f x86/boot: Prevent faulty bootparams.screeninfo from causing harm by Jan H. Schönherr · 7 years ago
  76. 5746f05 x86/boot: Provide more slack space during decompression by Jan H. Schönherr · 7 years ago
  77. 9e085ce x86/boot/64: Extract efi_pe_entry() from startup_64() by Jiri Slaby · 7 years ago
  78. f4dee0b x86/boot/32: Extract efi_pe_entry() from startup_32() by Jiri Slaby · 7 years ago
  79. 64b163f x86/idt: Unify gate_struct handling for 32/64-bit kernels by Thomas Gleixner · 7 years ago
  80. ccc829b efi/libstub: Enable reset attack mitigation by Matthew Garrett · 7 years ago
  81. 413d63d71b Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts by Ingo Molnar · 7 years ago
  82. c05cd79 x86/boot/KASLR: Prefer mirrored memory regions for the kernel physical address by Baoquan He · 7 years ago
  83. 02e43c2 efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptor by Baoquan He · 7 years ago
  84. 2257e26 Merge branch 'linus' into x86/boot, to pick up fixes by Ingo Molnar · 7 years ago
  85. 20c6c18 x86/boot: Disable the address-of-packed-member compiler warning by Matthias Kaehlcke · 7 years ago
  86. 18d5e6c x86/boot: #undef memcpy() et al in string.c by Michael Davidson · 7 years ago
  87. d460131 x86/build: Silence the build with "make -s" by Arnd Bergmann · 7 years ago
  88. 21729f8 x86/mm: Provide general kernel support for memory encryption by Tom Lendacky · 7 years ago
  89. 27aac20 x86/boot/KASLR: Rename process_e820_entry() into process_mem_region() by Baoquan He · 7 years ago
  90. 87891b0 x86/boot/KASLR: Switch to pass struct mem_vector to process_e820_entry() by Baoquan He · 7 years ago
  91. f62995c x86/boot/KASLR: Wrap e820 entries walking code into new function process_e820_entries() by Baoquan He · 7 years ago
  92. 6974f0c include/linux/string.h: add the option of fortified string.h functions by Daniel Micay · 7 years ago
  93. 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
  94. 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
  95. 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
  96. a24261d x86/KASLR: Fix detection 32/64 bit bootloaders for 5-level paging by Kirill A. Shutemov · 7 years ago
  97. 8eabf42 x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bug by Baoquan He · 7 years ago
  98. b892cb8 x86/boot/KASLR: Add checking for the offset of kernel virtual address randomization by Baoquan He · 7 years ago
  99. 6ec829a x86/boot: Add missing strchr() declaration by Tommy Nguyen · 7 years ago
  100. 34bbb00 x86/boot/compressed: Enable 5-level paging during decompression stage by Kirill A. Shutemov · 7 years ago