1. beca4e2 Map the vsyscall page with _PAGE_USER by Borislav Petkov · 7 years ago
  2. 47f3cea x86/tlb: Drop the _GPL from the cpu_tlbstate export by Thomas Gleixner · 7 years ago
  3. 91dfc41 parisc: qemu idle sleep support by Helge Deller · 7 years ago
  4. 14c0620 parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel by Helge Deller · 7 years ago
  5. dd43c46 x86/microcode/AMD: Add support for fam17h microcode loading by Tom Lendacky · 7 years ago
  6. cc1349f ARC: uaccess: dont use "l" gcc inline asm constraint modifier by Vineet Gupta · 7 years ago
  7. 79258d9 kernel: make groups_sort calling a responsibility group_info allocators by Thiago Rafael Becker · 7 years ago
  8. 92fd81f kaiser: Set _PAGE_NX only if supported by Guenter Roeck · 7 years ago
  9. ea6cd39 KPTI: Report when enabled by Kees Cook · 7 years ago
  10. e71fac0 KPTI: Rename to PAGE_TABLE_ISOLATION by Kees Cook · 7 years ago
  11. 59094fa x86/kaiser: Move feature detection up by Borislav Petkov · 7 years ago
  12. 402e63d kaiser: disabled on Xen PV by Jiri Kosina · 7 years ago
  13. 1817d2c x86/paravirt: Dont patch flush_tlb_single by Thomas Gleixner · 7 years ago
  14. fe5cb75 kaiser: kaiser_flush_tlb_on_return_to_user() check PCID by Hugh Dickins · 7 years ago
  15. b72c26e kaiser: asm/tlbflush.h handle noPGE at lower level by Hugh Dickins · 7 years ago
  16. 8c2f8a5 kaiser: drop is_atomic arg to kaiser_pagetable_walk() by Hugh Dickins · 7 years ago
  17. 169b369 kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush by Hugh Dickins · 7 years ago
  18. 8018307 x86/kaiser: Check boottime cmdline params by Borislav Petkov · 7 years ago
  19. 50624dd x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling by Borislav Petkov · 7 years ago
  20. 23e0943 kaiser: add "nokaiser" boot option, using ALTERNATIVE by Hugh Dickins · 7 years ago
  21. cb7d8d7 kaiser: fix unlikely error in alloc_ldt_struct() by Hugh Dickins · 7 years ago
  22. 3df1461 kaiser: kaiser_remove_mapping() move along the pgd by Hugh Dickins · 7 years ago
  23. 05ddad1 kaiser: paranoid_entry pass cr3 need to paranoid_exit by Hugh Dickins · 7 years ago
  24. d0142ce kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user by Hugh Dickins · 7 years ago
  25. 6a2b4117 kaiser: PCID 0 for kernel and 128 for user by Hugh Dickins · 7 years ago
  26. 0b5ca9d kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user by Hugh Dickins · 7 years ago
  27. 2684b12 kaiser: enhanced by kernel and user PCIDs by Hugh Dickins · 7 years ago
  28. 1972bb9 kaiser: vmstat show NR_KAISERTABLE as nr_overhead by Hugh Dickins · 7 years ago
  29. 1ce27de kaiser: delete KAISER_REAL_SWITCH option by Hugh Dickins · 7 years ago
  30. c27cdea kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSET by Hugh Dickins · 7 years ago
  31. 61b7a40 kaiser: cleanups while trying for gold link by Hugh Dickins · 7 years ago
  32. 604db49 kaiser: align addition to x86/mm/Makefile by Hugh Dickins · 7 years ago
  33. be6bf01 kaiser: tidied up kaiser_add/remove_mapping slightly by Hugh Dickins · 7 years ago
  34. 67fab0d kaiser: tidied up asm/kaiser.h somewhat by Hugh Dickins · 7 years ago
  35. f43f386 kaiser: ENOMEM if kaiser_pagetable_walk() NULL by Hugh Dickins · 7 years ago
  36. f881e62 kaiser: fix perf crashes by Hugh Dickins · 7 years ago
  37. 1937794 kaiser: fix regs to do_nmi() ifndef CONFIG_KAISER by Hugh Dickins · 7 years ago
  38. 7a92e20 kaiser: fix build and FIXME in alloc_ldt_struct() by Hugh Dickins · 7 years ago
  39. ac2f101 kaiser: do not set _PAGE_NX on pgd_none by Hugh Dickins · 7 years ago
  40. 8f0baad kaiser: merged update by Dave Hansen · 7 years ago
  41. 13be448 KAISER: Kernel Address Isolation by Richard Fellner · 7 years ago
  42. b5fd58e x86/boot: Add early cmdline parsing for options with arguments by Tom Lendacky · 7 years ago
  43. 404ae54 x86/smpboot: Remove stale TLB flush invocations by Thomas Gleixner · 7 years ago
  44. 04bdf71 x86/mm/64: Fix reboot interaction with CR4.PCIDE by Andy Lutomirski · 7 years ago
  45. b52f937 x86/mm: Enable CR4.PCIDE on supported systems by Andy Lutomirski · 7 years ago
  46. e6a2932 x86/mm: Add the 'nopcid' boot option to turn off PCID by Andy Lutomirski · 7 years ago
  47. 1e7f3d8 x86/mm: Disable PCID on 32-bit kernels by Andy Lutomirski · 7 years ago
  48. 3e5daac x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code by Andy Lutomirski · 7 years ago
  49. a94af05 x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range() by Andy Lutomirski · 7 years ago
  50. 113980c x86/mm: Make flush_tlb_mm_range() more predictable by Andy Lutomirski · 7 years ago
  51. 219aced x86/mm: Remove flush_tlb() and flush_tlb_current_task() by Andy Lutomirski · 7 years ago
  52. 72b812d x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly() by Andy Lutomirski · 7 years ago
  53. 77b318a powerpc/perf: Dereference BHRB entries safely by Ravi Bangoria · 7 years ago
  54. 18276e9 kvm: x86: fix RSM when PCID is non-zero by Paolo Bonzini · 7 years ago
  55. e5c73b3 KVM: X86: Fix load RFLAGS w/o the fixed bit by Wanpeng Li · 7 years ago
  56. 6430e16 sparc32: Export vac_cache_size to fix build error by Guenter Roeck · 7 years ago
  57. 00ecb4b MIPS: math-emu: Fix final emulation phase for certain instructions by Aleksandar Markovic · 7 years ago
  58. 206e162 kvm, mm: account kvm related kmem slabs to kmemcg by Shakeel Butt · 7 years ago
  59. 5460e46 ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memory by Russell King · 7 years ago
  60. e0d1315 ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspend by Reizer, Eyal · 7 years ago
  61. 5700ffc ARM: dts: ti: fix PCI bus dtc warnings by Rob Herring · 7 years ago
  62. 2df1969 KVM: VMX: Fix enable VPID conditions by Wanpeng Li · 7 years ago
  63. e0249c0 KVM: x86: correct async page present tracepoint by Wanpeng Li · 7 years ago
  64. 8386ff5 kvm: vmx: Flush TLB when the APIC-access address changes by Jim Mattson · 7 years ago
  65. c9bbd27 arm: kprobes: Align stack to 8-bytes in test code by Jon Medhurst · 8 years ago
  66. d0ee8d5 arm: kprobes: Fix the return address of multiple kretprobes by Masami Hiramatsu · 8 years ago
  67. 2a7eee3 kvm: fix usage of uninit spinlock in avic_vm_destroy() by Dmitry Vyukov · 8 years ago
  68. bb95f1c arm64: Initialise high_memory global variable earlier by Steve Capper · 7 years ago
  69. 4fdb103 pinctrl: adi2: Fix Kconfig build problem by Linus Walleij · 7 years ago
  70. 7745382 powerpc/perf/hv-24x7: Fix incorrect comparison in memord by Michael Ellerman · 7 years ago
  71. b7ada2c arm64: prevent regressions in compressed kernel image size when upgrading to binutils 2.27 by Nick Desaulniers · 7 years ago
  72. 6e5a846 powerpc/ipic: Fix status get and status clear by Christophe Leroy · 7 years ago
  73. d7e7c43 powerpc/opal: Fix EBUSY bug in acquiring tokens by William A. Kennington III · 7 years ago
  74. 29a404b powerpc/powernv/cpufreq: Fix the frequency read by /proc/cpuinfo by Shriya · 7 years ago
  75. e15628b Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting" by Dou Liyang · 8 years ago
  76. fd2530a openrisc: fix issue handling 8 byte get_user calls by Stafford Horne · 7 years ago
  77. 215df1f KVM: nVMX: do not warn when MSR bitmap address is not backed by Radim Krčmář · 8 years ago
  78. c32e053 crypto: salsa20 - fix blkcipher_walk API usage by Eric Biggers · 7 years ago
  79. eae3f3a powerpc/64: Fix checksum folding in csum_tcpudp_nofold and ip_fast_csum_nofold by Paul Mackerras · 8 years ago
  80. 47273f0 s390: always save and restore all registers on context switch by Heiko Carstens · 7 years ago
  81. 7da67d1 sparc64/mm: set fields in deferred pages by Pavel Tatashin · 7 years ago
  82. d28faeb powerpc/powernv/ioda2: Gracefully fail if too many TCE levels requested by Alexey Kardashevskiy · 8 years ago
  83. e8d5b11 axonram: Fix gendisk handling by Jan Kara · 8 years ago
  84. aafb72d arm64: KVM: Survive unknown traps from guests by Mark Rutland · 8 years ago
  85. 5e366aa arm: KVM: Survive unknown traps from guests by Mark Rutland · 8 years ago
  86. c886f28 KVM: nVMX: reset nested_run_pending if the vCPU is going to be reset by Wanpeng Li · 8 years ago
  87. 29deec4 kvm: nVMX: VMCLEAR should not cause the vCPU to shut down by Jim Mattson · 8 years ago
  88. 202c739 ARM: OMAP2+: Release device node after it is no longer needed. by Guenter Roeck · 8 years ago
  89. d3954c5 ARM: OMAP2+: Fix device node reference counts by Guenter Roeck · 8 years ago
  90. 4aff028 powerpc/64: Fix checksum folding in csum_add() by Shile Zhang · 8 years ago
  91. 7ae7408 powerpc: Fix compiling a BE kernel with a powerpc64le toolchain by Nicholas Piggin · 8 years ago
  92. 0bf8f6e powerpc/64: Invalidate process table caching after setting process table by Paul Mackerras · 8 years ago
  93. 8c6ebeb x86/hpet: Prevent might sleep splat on resume by Thomas Gleixner · 8 years ago
  94. 29dc610 x86/platform/uv/BAU: Fix HUB errors by remove initial write to sw-ack register by Andrew Banman · 8 years ago
  95. 93247ff ARM: OMAP2+: gpmc-onenand: propagate error on initialization failure by Ladislav Michl · 8 years ago
  96. 5d4d0a9 ARM: 8657/1: uaccess: consistently check object sizes by Kees Cook · 8 years ago
  97. 5bcb9c8 ARM: avoid faulting on qemu by Russell King · 7 years ago
  98. 6192f87 ARM: BUG if jumping to usermode address in kernel mode by Russell King · 7 years ago
  99. a392241 arm64: fpsimd: Prevent registers leaking from dead tasks by Dave Martin · 7 years ago
  100. 6ead44d KVM: VMX: remove I/O port 0x80 bypass on Intel hosts by Andrew Honig · 7 years ago