1. dbfe295 x86/speculation: Apply IBPB more strictly to avoid cross-process data leak by Jiri Kosina · 6 years ago
  2. bf904d2 x86/pti/64: Remove the SYSCALL64 entry trampoline by Andy Lutomirski · 6 years ago
  3. ff924c5 x86/pti: Fix section mismatch warning/error by Randy Dunlap · 6 years ago
  4. c748610 x86/mce: Fix set_mce_nospec() to avoid #GP fault by LuckTony · 6 years ago
  5. 4012e77 x86/nmi: Fix NMI uaccess race against CR3 switching by Andy Lutomirski · 6 years ago
  6. 342db04 x86/dumpstack: Don't dump kernel memory based on usermode RIP by Jann Horn · 6 years ago
  7. d207ea8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  8. 2a8a2b7 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  9. 2923b27 Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  10. b0a182f x86/speculation/l1tf: Fix off-by-one error when warning that system has too much RAM by Vlastimil Babka · 6 years ago
  11. 706a1ea Merge branch 'tlb-fixes' by Linus Torvalds · 6 years ago
  12. 48a8b97 x86/mm: Only use tlb_remove_table() for paravirt by Peter Zijlstra · 6 years ago
  13. 52a288c x86/mm/tlb: Revert the recent lazy TLB patches by Peter Zijlstra · 6 years ago
  14. 75f2d3a x86/xen: enable early use of set_fixmap in 32-bit Xen PV guest by Juergen Gross · 6 years ago
  15. 510ee09 x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses by Dan Williams · 6 years ago
  16. 9df9516 x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit by Vlastimil Babka · 6 years ago
  17. 5804b110 Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
  18. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  19. 6855dc4 x86: Add entry trampolines to kcore by Adrian Hunter · 7 years ago
  20. d83212d kallsyms, x86: Export addresses of PTI entry trampolines by Alexander Shishkin · 7 years ago
  21. 792adb9 x86/init: fix build with CONFIG_SWAP=n by Vlastimil Babka · 6 years ago
  22. 958f338 Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  23. eac3411 Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  24. 203b4fc Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  25. d878efc x86/mm/pti: Move user W+X check into pti_finalize() by Joerg Roedel · 6 years ago
  26. 1063711 x86/mm/kmmio: Make the tracer robust against L1TF by Andi Kleen · 6 years ago
  27. 958f79b x86/mm/pat: Make set_memory_np() L1TF safe by Andi Kleen · 6 years ago
  28. 16a3fe6 x86/mm/pti: Clone kernel-image on PTE level for 32 bit by Joerg Roedel · 6 years ago
  29. 30514ef x86/mm/pti: Don't clear permissions in pti_clone_pmd() by Joerg Roedel · 6 years ago
  30. 88c6f8a x86/mm/pti: Fix 32 bit PCID check by Joerg Roedel · 6 years ago
  31. 3157060 Merge branch 'x86/pti-urgent' into x86/pti by Thomas Gleixner · 6 years ago
  32. c40a56a x86/mm/init: Remove freed kernel image areas from alias mapping by Dave Hansen · 6 years ago
  33. 6ea2738 x86/mm/init: Add helper for freeing kernel image pages by Dave Hansen · 6 years ago
  34. 9f515cd x86/mm/init: Pass unconverted symbol addresses to free_init_pages() by Dave Hansen · 6 years ago
  35. eac7073 x86/mm/pti: Clear Global bit more aggressively by Dave Hansen · 6 years ago
  36. f2701b7 Merge 4.18-rc7 into master to pick up the KVM dependcy by Thomas Gleixner · 6 years ago
  37. 447ae31 x86: Don't include linux/irq.h from asm/hardirq.h by Nicolai Stange · 6 years ago
  38. 765d28f x86/mm: Remove redundant check for kmem_cache_create() by Chengguang Xu · 7 years ago
  39. 6863ea0 x86/mm: Remove in_nmi() warning from vmalloc_fault() by Joerg Roedel · 6 years ago
  40. 387048f x86/mm/tlb: Make clear_asid_other() static by zhong jiang · 6 years ago
  41. 8c934e0 x86/pti: Check the return value of pti_user_pagetable_walk_pmd() by Jiang Biao · 6 years ago
  42. b2b7d98 x86/pti: Check the return value of pti_user_pagetable_walk_p4d() by Jiang Biao · 6 years ago
  43. 5e81059 x86/mm/pti: Add Warning when booting on a PCID capable CPU by Joerg Roedel · 6 years ago
  44. f3e48e5 x86/ldt: Reserve address-space range on 32 bit for the LDT by Joerg Roedel · 6 years ago
  45. f59dbe9 x86/pgtable/pae: Use separate kernel PMDs for user page-table by Joerg Roedel · 6 years ago
  46. 4e8537e x86/mm/dump_pagetables: Define INIT_PGD by Joerg Roedel · 6 years ago
  47. ba0364e x86/mm/pti: Clone entry-text again in pti_finalize() by Joerg Roedel · 6 years ago
  48. b976690 x86/mm/pti: Introduce pti_finalize() by Joerg Roedel · 6 years ago
  49. 1ac228a x86/mm/pti: Keep permissions when cloning kernel text in pti_clone_kernel_text() by Joerg Roedel · 6 years ago
  50. 39d668e x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit by Joerg Roedel · 6 years ago
  51. f94560c x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32 by Joerg Roedel · 6 years ago
  52. 935232c x86/mm/pti: Add an overflow check to pti_clone_pmds() by Joerg Roedel · 6 years ago
  53. e3238fa x86/pgtable/32: Allocate 8k page-tables when PTI is enabled by Joerg Roedel · 6 years ago
  54. 23b7728 x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl() by Joerg Roedel · 6 years ago
  55. e9d8c61 x86/mm/tlb: Skip atomic operations for 'init_mm' in switch_mm_irqs_off() by Rik van Riel · 6 years ago
  56. 95b0e63 x86/mm/tlb: Always use lazy TLB mode by Rik van Riel · 6 years ago
  57. 64482aa x86/mm/tlb: Only send page table free TLB flush to lazy TLB CPUs by Rik van Riel · 6 years ago
  58. ac03158 x86/mm/tlb: Make lazy TLB mode lazier by Rik van Riel · 6 years ago
  59. 61d0beb x86/mm/tlb: Restructure switch_mm_irqs_off() by Rik van Riel · 6 years ago
  60. 2ff6ddf x86/mm/tlb: Leave lazy TLB mode at page table free time by Rik van Riel · 6 years ago
  61. 2127915 x86/pti: Make pti_set_kernel_image_nonglobal() static by Jiang Biao · 6 years ago
  62. cc9aec0 x86/numa_emulation: Introduce uniform split capability by Dan Williams · 7 years ago
  63. 3b6c62f x86/numa_emulation: Fix emulated-to-physical node mapping by Dan Williams · 7 years ago
  64. 5e0fb5d x86/mm: Add TLB purge to free pmd/pte page interfaces by Toshi Kani · 7 years ago
  65. 785a19f ioremap: Update pgtable free interfaces with addr by Chintan Pandya · 7 years ago
  66. f967db0 x86/mm: Disable ioremap free page handling on x86-PAE by Toshi Kani · 7 years ago
  67. d79d0d8 x86/mm: Clean up the printk()s in show_fault_oops() by Dmitry Vyukov · 7 years ago
  68. 0d0f624 x86/speculation/l1tf: Protect PAE swap entries against L1TF by Vlastimil Babka · 7 years ago
  69. 4188f06 x86/mm: Get rid of KERN_CONT in show_fault_oops() by Dmitry Vyukov · 7 years ago
  70. 7731b8b Merge branch 'linus' into x86/urgent by Thomas Gleixner · 7 years ago
  71. 1a7ed1b x86/speculation/l1tf: Extend 64bit swap file size limit by Vlastimil Babka · 7 years ago
  72. f642fb5 x86/platform/UV: Add adjustable set memory block size function by mike.travis@hpe.com · 7 years ago
  73. 377eeaa x86/speculation/l1tf: Limit swap file size to MAX_PA/2 by Andi Kleen · 7 years ago
  74. 42e4089 x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings by Andi Kleen · 7 years ago
  75. d7dc899 treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX by Stefan Agner · 7 years ago
  76. 2bdce74 mm: fix devmem_is_allowed() for sub-page System RAM intersections by Dan Williams · 7 years ago
  77. 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
  78. a052f0a mm: add pt_mm to struct page by Matthew Wilcox · 7 years ago
  79. 94d49eb x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SME by Kirill A. Shutemov · 7 years ago
  80. 8316385 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  81. 0afe832 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  82. 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
  83. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  84. ed7588d x86/mm: Stop pretending pgtable_l5_enabled is a variable by Kirill A. Shutemov · 7 years ago
  85. ad3fe52 x86/mm: Unify pgtable_l5_enabled usage in early boot code by Kirill A. Shutemov · 7 years ago
  86. 0a0b152 x86/pkeys: Override pkey when moving away from PROT_EXEC by Dave Hansen · 7 years ago
  87. 1de392f x86: Remove pr_fmt duplicate logging prefixes by Joe Perches · 7 years ago
  88. ba54d85 x86/fault: Dump user opcode bytes on fatal faults by Borislav Petkov · 7 years ago
  89. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  90. b7c21bc x86/pti: Disallow global kernel text with RANDSTRUCT by Dave Hansen · 7 years ago
  91. a44ca8f x86/pti: Reduce amount of kernel text allowed to be Global by Dave Hansen · 7 years ago
  92. 58e65b5 x86/pti: Fix boot warning from Global-bit setting by Dave Hansen · 7 years ago
  93. d2479a3 x86/pti: Fix boot problems from Global-bit setting by Dave Hansen · 7 years ago
  94. d6ef1f1 x86/mm: Prevent kernel Oops in PTDUMP code with HIGHPTE=y by Joerg Roedel · 7 years ago
  95. 6b0a02e Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  96. e3e2881 x86/pgtable: Don't set huge PUD/PMD on non-leaf entries by Joerg Roedel · 7 years ago
  97. 8c06c77 x86/pti: Leave kernel text global for !PCID by Dave Hansen · 7 years ago
  98. 39114b7 x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image by Dave Hansen · 7 years ago
  99. 0f561fc x86/pti: Enable global pages for shared areas by Dave Hansen · 7 years ago
  100. 639d6aa x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init by Dave Hansen · 7 years ago