1. 40548c6 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  2. 8d56eff x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*() by Jike Song · 7 years ago
  3. abb7099 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  4. de79182 x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN by Thomas Gleixner · 7 years ago
  5. 1e54768 x86/tlb: Drop the _GPL from the cpu_tlbstate export by Thomas Gleixner · 7 years ago
  6. 1dddd25 x86/kaslr: Fix the vaddr_end mess by Thomas Gleixner · 7 years ago
  7. f207890 x86/mm: Map cpu_entry_area at the same place on 4/5 level by Thomas Gleixner · 7 years ago
  8. 00a5ae2 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  9. 52994c2 x86/pti: Make sure the user/kernel PTEs match by Thomas Gleixner · 7 years ago
  10. f39d7d7 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  11. 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
  12. a4b51ef x86/mm/dump_pagetables: Allow dumping current pagetables by Thomas Gleixner · 7 years ago
  13. b4bf4f9 x86/mm/dump_pagetables: Check user space page table for WX pages by Thomas Gleixner · 7 years ago
  14. 75298aa1 x86/mm/dump_pagetables: Add page table directory to the debugfs VFS hierarchy by Borislav Petkov · 7 years ago
  15. 6cff64b x86/mm: Use INVPCID for __native_flush_tlb_single() by Dave Hansen · 7 years ago
  16. 6fd166a x86/mm: Use/Fix PCID to optimize user/kernel switches by Peter Zijlstra · 7 years ago
  17. 48e1119 x86/mm: Abstract switching CR3 by Dave Hansen · 7 years ago
  18. 2ea907c x86/mm: Allow flushing for future ASID switches by Dave Hansen · 7 years ago
  19. 85900ea x86/pti: Map the vsyscall page if needed by Andy Lutomirski · 7 years ago
  20. f55f050 x86/pti: Put the LDT in its own PGD if PTI is on by Andy Lutomirski · 7 years ago
  21. 10043e0 x86/cpu_entry_area: Add debugstore entries to cpu_entry_area by Thomas Gleixner · 7 years ago
  22. 4b6bbe9 x86/mm/pti: Map ESPFIX into user space by Andy Lutomirski · 7 years ago
  23. 6dc72c3 x86/mm/pti: Share entry text PMD by Thomas Gleixner · 7 years ago
  24. f7cfbee x86/mm/pti: Share cpu_entry_area with user space page tables by Andy Lutomirski · 7 years ago
  25. 03f4424 x86/mm/pti: Add functions to clone kernel PMDs by Andy Lutomirski · 7 years ago
  26. d9e9a64 x86/mm/pti: Allocate a separate user PGD by Dave Hansen · 7 years ago
  27. 61e9b36 x86/mm/pti: Add mapping helper functions by Dave Hansen · 7 years ago
  28. 41f4c20 x86/pti: Add the pti= cmdline option and documentation by Borislav Petkov · 7 years ago
  29. aa8c624 x86/mm/pti: Add infrastructure for page table isolation by Thomas Gleixner · 7 years ago
  30. c313ec6 x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=y by Dave Hansen · 7 years ago
  31. caf9a82 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  32. f6c4fd5 x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bit by Thomas Gleixner · 7 years ago
  33. 92a0f81 x86/cpu_entry_area: Move it out of the fixmap by Thomas Gleixner · 7 years ago
  34. ed1bbc4 x86/cpu_entry_area: Move it to a separate unit by Thomas Gleixner · 7 years ago
  35. 50fb83a6 x86/mm: Move the CR3 construction functions to tlbflush.h by Dave Hansen · 7 years ago
  36. a501686 x86/mm: Use __flush_tlb_one() for kernel memory by Peter Zijlstra · 7 years ago
  37. 146122e x86/mm/dump_pagetables: Make the address hints correct and readable by Thomas Gleixner · 7 years ago
  38. c053449 x86/mm/dump_pagetables: Check PAGE_PRESENT for real by Thomas Gleixner · 7 years ago
  39. 10a7e9d Do not hash userspace addresses in fault handlers by Kees Cook · 7 years ago
  40. 64a4809 Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  41. 9d5f38b x86/mm: Unbreak modules that use the DMA API by Tom Lendacky · 7 years ago
  42. 2150652 x86/kasan/64: Teach KASAN about the cpu_entry_area by Andy Lutomirski · 7 years ago
  43. 2aeb073 x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow by Andrey Ryabinin · 7 years ago
  44. e5d77a7 Merge commit 'upstream-x86-virt' into WIP.x86/mm by Ingo Molnar · 7 years ago
  45. 650400b2 Merge branch 'upstream-x86-selftests' into WIP.x86/pti.base by Ingo Molnar · 7 years ago
  46. 0fd2e9c Merge commit 'upstream-x86-entry' into WIP.x86/mm by Ingo Molnar · 7 years ago
  47. e53000b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  48. 6d60ce3 x86/mm/kmmio: Fix mmiotrace for page unaligned addresses by Karol Herbst · 7 years ago
  49. f335195 kmemcheck: rip it out for real by Michal Hocko · 7 years ago
  50. dd53a42 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  51. 328b4ed x86: don't hash faulting address in oops printout by Linus Torvalds · 7 years ago
  52. b562c17 locking/refcounts: Do not force refcount_t usage as GPL-only export by Kees Cook · 7 years ago
  53. 42b3a4c x86/xen: Support early interrupts in xen pv guests by Juergen Gross · 7 years ago
  54. 02fc87b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  55. f68d62a x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow by Andrey Ryabinin · 7 years ago
  56. be62a32 x86/mm: Limit mmap() of /dev/mem to valid physical addresses by Craig Bergstrom · 7 years ago
  57. 1e0f25d x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW border by Kirill A. Shutemov · 7 years ago
  58. fcdaf842 mm, sparse: do not swamp log with huge vmemmap allocation failures by Michal Hocko · 7 years ago
  59. d17a1d9 x86/mm/kasan: don't use vmemmap_populate() to initialize shadow by Andrey Ryabinin · 7 years ago
  60. 353b1e7 x86/mm: set fields in deferred pages by Pavel Tatashin · 7 years ago
  61. 4675ff0 kmemcheck: rip it out by Levin, Alexander (Sasha Levin) · 7 years ago
  62. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  63. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  64. 43ff2f4 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  65. d6ec9d9 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  66. 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  67. f72e38e x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init' by Juergen Gross · 7 years ago
  68. 91a6a6c Merge branch 'linus' into x86/asm, to resolve conflict by Ingo Molnar · 7 years ago
  69. d04fdaf Merge branch 'x86/mm' into x86/asm, to merge branches by Ingo Molnar · 7 years ago
  70. 87df261 x86/mm: Unbreak modules that rely on external PAGE_KERNEL availability by Jiri Kosina · 7 years ago
  71. 93c0808 Merge branch 'x86/mpx' into x86/asm, to pick up dependent commits by Ingo Molnar · 7 years ago
  72. dfaaec9 x86: Add support for changing memory encryption attribute in early boot by Brijesh Singh · 7 years ago
  73. 606b21d x86/io: Unroll string I/O when SEV is active by Tom Lendacky · 7 years ago
  74. 1958b5f x86/boot: Add early boot support when running with SEV active by Tom Lendacky · 7 years ago
  75. d7b417f x86/mm: Add DMA support for SEV memory encryption by Tom Lendacky · 7 years ago
  76. 0e4c12b x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages by Tom Lendacky · 7 years ago
  77. a72ec5a x86/mm: Include SEV for encryption memory attribute changes by Tom Lendacky · 7 years ago
  78. 072f58c x86/mm: Use encrypted access of boot related data with SEV by Tom Lendacky · 7 years ago
  79. d8aa7ee x86/mm: Add Secure Encrypted Virtualization (SEV) support by Tom Lendacky · 7 years ago
  80. c5e2608 x86/mm: Remove unnecessary TLB flush for SME in-place encryption by Tom Lendacky · 7 years ago
  81. b3d9a13 Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts by Ingo Molnar · 7 years ago
  82. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  83. 75ec4eb Merge branch 'x86/mm' into x86/asm, to pick up pending changes by Ingo Molnar · 7 years ago
  84. 9b3499d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  85. 6753573 Revert "x86/mm: Stop calling leave_mm() in idle code" by Andy Lutomirski · 7 years ago
  86. 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
  87. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  88. 32542ee x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval file by Ricardo Neri · 7 years ago
  89. 4578f06 x86/mpx: Do not use SIB.base if its value is 101b and ModRM.mod = 0 by Ricardo Neri · 7 years ago
  90. ff9d780 x86/mpx: Do not use SIB.index if its value is 100b and ModRM.mod is not 11b by Ricardo Neri · 7 years ago
  91. b8d2eff x86/mpx: Use signed variables to compute effective addresses by Ricardo Neri · 7 years ago
  92. b15d70d x86/mpx: Simplify handling of errors when computing linear addresses by Ricardo Neri · 7 years ago
  93. 1067f03 x86/mm: Relocate page fault error codes to traps.h by Ricardo Neri · 7 years ago
  94. cb0631f x86/mm: fix use-after-free of vma during userfaultfd fault by Vlastimil Babka · 7 years ago
  95. 15670bf x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_pages' by Baoquan He · 7 years ago
  96. e17bae3 Merge tag 'v4.14-rc7' into x86/mm, to pick up fixes by Ingo Molnar · 7 years ago
  97. 90edaac Revert "x86/mm: Limit mmap() of /dev/mem to valid physical addresses" by Ingo Molnar · 7 years ago
  98. 9babb09 Merge tag 'v4.14-rc6' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  99. 12a8cc7 x86/kasan: Use the same shadow offset for 4- and 5-level paging by Andrey Ryabinin · 7 years ago
  100. ce56a86 x86/mm: Limit mmap() of /dev/mem to valid physical addresses by Craig Bergstrom · 7 years ago