1. 259d8c1 nl80211: Sanitize array index in parse_txq_params by Dan Williams · 7 years ago
  2. 56c30ba vfs, fdtable: Prevent bounds-check bypass via speculative execution by Dan Williams · 7 years ago
  3. 2fbd7af x86/syscall: Sanitize syscall table de-references under speculation by Dan Williams · 7 years ago
  4. c7f631c x86/get_user: Use pointer masking to limit speculation by Dan Williams · 7 years ago
  5. 304ec1b x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec by Dan Williams · 7 years ago
  6. b5c4ae4 x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end} by Dan Williams · 7 years ago
  7. b3bbfb3 x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec by Dan Williams · 7 years ago
  8. b3d7ad8 x86: Introduce barrier_nospec by Dan Williams · 7 years ago
  9. babdde2 x86: Implement array_index_mask_nospec by Dan Williams · 7 years ago
  10. f380420 array_index_nospec: Sanitize speculative array de-references by Dan Williams · 7 years ago
  11. f84a56f Documentation: Document array_index_nospec by Mark Rutland · 7 years ago
  12. 37a8f7c x86/asm: Move 'status' from thread_struct to thread_info by Andy Lutomirski · 7 years ago
  13. d1f7732 x86/entry/64: Push extra regs right away by Andy Lutomirski · 7 years ago
  14. 21d375b x86/entry/64: Remove the SYSCALL64 fast path by Andy Lutomirski · 7 years ago
  15. 9471eee x86/spectre: Check CONFIG_RETPOLINE in command line parser by Dou Liyang · 7 years ago
  16. 55f49fc x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP by William Grant · 7 years ago
  17. 830c1e3 objtool: Warn on stripped section symbol by Josh Poimboeuf · 7 years ago
  18. 17bc339 objtool: Add support for alternatives at the end of a section by Josh Poimboeuf · 7 years ago
  19. a845c7c objtool: Improve retpoline alternative handling by Josh Poimboeuf · 7 years ago
  20. 7e86548 Merge tag 'v4.15' into x86/pti, to be able to merge dependent changes by Ingo Molnar · 7 years ago
  21. d8a5b80 Linux 4.15 by Linus Torvalds · 7 years ago
  22. 24b1ccc Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  23. 32c6cdf Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  24. 07b0137 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  25. 6244419 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  26. 39e3836 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  27. 8c76e31 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  28. dd08516 x86/ftrace: Add one more ENDPROC annotation by Josh Poimboeuf · 7 years ago
  29. 64e1672 x86/speculation: Simplify indirect_branch_prediction_barrier() by Borislav Petkov · 7 years ago
  30. 1dde741 x86/retpoline: Simplify vmexit_fill_RSB() by Borislav Petkov · 7 years ago
  31. 2961298 x86/cpufeatures: Clean up Spectre v2 related CPUID flags by David Woodhouse · 7 years ago
  32. e383095 x86/cpu/bugs: Make retpoline module warning conditional by Thomas Gleixner · 7 years ago
  33. d5421ea hrtimer: Reset hrtimer cpu base proper on CPU hotplug by Thomas Gleixner · 7 years ago
  34. 8a95b74 x86: Mark hpa as a "Designated Reviewer" for the time being by H. Peter Anvin · 7 years ago
  35. c4e0ca7 Merge tag 'riscv-for-linus-4.15-maintainers' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  36. ba804bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  37. db21854 Merge tag 'drm-fixes-for-v4.15-rc10-2' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  38. ba3169f VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSING by Stefan Hajnoczi · 7 years ago
  39. dd5684e dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state by Alexey Kodanev · 7 years ago
  40. 6572cc2 Update the RISC-V MAINTAINERS file by Palmer Dabbelt · 7 years ago
  41. 36b3a77 x86/mm/64: Tighten up vmalloc_fault() sanity checks on 5-level kernels by Andy Lutomirski · 7 years ago
  42. 5beda7d x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systems by Andy Lutomirski · 7 years ago
  43. 55fa19d x86/bugs: Drop one "mitigation" from dmesg by Borislav Petkov · 7 years ago
  44. 7a32fc5 x86/nospec: Fix header guards names by Borislav Petkov · 7 years ago
  45. 0e6c16c x86/alternative: Print unadorned pointers by Borislav Petkov · 7 years ago
  46. 20ffa1c x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support by David Woodhouse · 7 years ago
  47. a5b2966 x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes by David Woodhouse · 7 years ago
  48. fec9434 x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown by David Woodhouse · 7 years ago
  49. 1e340c6 x86/msr: Add definitions for new speculation control MSRs by David Woodhouse · 7 years ago
  50. 5d10cbc x86/cpufeatures: Add AMD feature bits for Speculation Control by David Woodhouse · 7 years ago
  51. fc67dd7 x86/cpufeatures: Add Intel feature bits for Speculation Control by David Woodhouse · 7 years ago
  52. 95ca0ee x86/cpufeatures: Add CPUID_7_EDX CPUID leaf by David Woodhouse · 7 years ago
  53. caf7501 module/retpoline: Warn about missing retpoline in module by Andi Kleen · 7 years ago
  54. baa35cc Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 7 years ago
  55. 1e19c4d net: vrf: Add support for sends to local broadcast address by David Ahern · 7 years ago
  56. a78e936 r8169: fix memory corruption on retrieval of hardware statistics. by Francois Romieu · 7 years ago
  57. 993ca206 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  58. 6793f1c orangefs: fix deadlock; do not write i_size in read_iter by Martin Brandenburg · 7 years ago
  59. 0fd189a drm/nouveau: Move irq setup/teardown to pci ctor/dtor by Lyude Paul · 7 years ago
  60. f15ca72 net: don't call update_pmtu unconditionally by Nicolas Dichtel · 7 years ago
  61. 6e20630 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  62. 525273f Merge tag 'for-4.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  63. 4ee806d net: tcp: close sock if net namespace is exiting by Dan Streetman · 7 years ago
  64. efe951d perf/x86: Fix perf,x86,cpuhp deadlock by Peter Zijlstra · 7 years ago
  65. 0c7296c perf/core: Fix ctx::mutex deadlock by Peter Zijlstra · 7 years ago
  66. 43fa87f perf/core: Fix another perf,trace,cpuhp lock inversion by Peter Zijlstra · 7 years ago
  67. 82d9485 perf/core: Fix lock inversion between perf,trace,cpuhp by Peter Zijlstra · 7 years ago
  68. c940a3f KVM: VMX: Make indirect call speculation safe by Peter Zijlstra · 7 years ago
  69. 1a29b5b KVM: x86: Make indirect calls in emulator speculation safe by Peter Zijlstra · 7 years ago
  70. 7e3f8e9 Merge tag 'drm-misc-fixes-2018-01-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 7 years ago
  71. 5b7d279 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  72. f165495 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 7 years ago
  73. 624ca9c net/ibm/emac: wrong bit is used for STA control register write by Ivan Mikhaylov · 7 years ago
  74. 45d6e54 net/ibm/emac: add 8192 rx/tx fifo size by Ivan Mikhaylov · 7 years ago
  75. 060403f Revert "Input: synaptics_rmi4 - use devm_device_add_group() for attributes in F01" by Nick Dyer · 7 years ago
  76. 6f3180a vhost: do not try to access device IOTLB when not initialized by Jason Wang · 7 years ago
  77. e9cb4239 vhost: use mutex_lock_nested() in vhost_dev_lock_vqs() by Jason Wang · 7 years ago
  78. b7051cb i40e: flower: check if TC offload is enabled on a netdev by Jakub Kicinski · 7 years ago
  79. aebb48f sparc64: fix typo in CONFIG_CRYPTO_DES_SPARC64 => CONFIG_CRYPTO_CAMELLIA_SPARC64 by Corentin Labbe · 7 years ago
  80. ee45bea Merge branch 'qed-rdma-bug-fixes' by David S. Miller · 7 years ago
  81. 1fe280a qed: Free reserved MR tid by Michal Kalderon · 7 years ago
  82. 4de4947 qed: Remove reserveration of dpi for kernel by Michal Kalderon · 7 years ago
  83. 88d1d76 Merge branch 'kcm-fix-two-syzcaller-issues' by David S. Miller · 7 years ago
  84. e557124 kcm: Check if sk_user_data already set in kcm_attach by Tom Herbert · 7 years ago
  85. 581e722 kcm: Only allow TCP sockets to be attached to a KCM mux by Tom Herbert · 7 years ago
  86. 3eab2ad MAINTAINERS: update email address for James Morris by James Morris · 7 years ago
  87. d3303a6 net: sched: fix TCF_LAYER_LINK case in tcf_get_base_ptr by Wolfgang Bumiller · 7 years ago
  88. 560a660 net: sched: em_nbyte: don't add the data offset twice by Wolfgang Bumiller · 7 years ago
  89. e4fd493 Btrfs: fix stale entries in readdir by Josef Bacik · 7 years ago
  90. 03fae44 Merge tag 'trace-v4.15-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  91. ce30f26 MAINTAINERS: clarify that only verified bugs should be submitted to security@ by Willy Tarreau · 7 years ago
  92. 5132ede Revert "module: Add retpoline tag to VERMAGIC" by Greg Kroah-Hartman · 7 years ago
  93. 1ecdaea mlxsw: spectrum_router: Don't log an error on missing neighbor by Yuval Mintz · 7 years ago
  94. 97edf7c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  95. bda646d Merge tag 'kvm-s390-master-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux by Radim Krčmář · 7 years ago
  96. 1de1ea7 KVM: s390: add proper locking for CMMA migration bitmap by Christian Borntraeger · 7 years ago
  97. 1d080f0 x86/microcode: Fix again accessing initrd after having been freed by Borislav Petkov · 7 years ago
  98. 7e702d1 x86/microcode/intel: Extend BDW late-loading further with LLC size check by Jia Zhang · 7 years ago
  99. 40d4071 perf/x86/amd/power: Do not load AMD power module on !AMD platforms by Xiao Liang · 7 years ago
  100. 1df3738 x86/retpoline: Remove the esp/rsp thunk by Waiman Long · 7 years ago