1. 20bb834 x86/entry/64: Stop initializing TSS.sp0 at boot by Andy Lutomirski · 7 years ago
  2. f16b3da x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context() by Andy Lutomirski · 7 years ago
  3. 3500130 x86/entry: Add task_top_of_stack() to find the top of a task's stack by Andy Lutomirski · 7 years ago
  4. da51da1 x86/entry/64: Pass SP0 directly to load_sp0() by Andy Lutomirski · 7 years ago
  5. bd7dc5a x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0() by Andy Lutomirski · 7 years ago
  6. 929bace x86/entry/64: De-Xen-ify our NMI code by Andy Lutomirski · 7 years ago
  7. 43e4111 xen, x86/entry/64: Add xen NMI trap entry by Juergen Gross · 7 years ago
  8. c39858d x86/entry/64: Remove the RESTORE_..._REGS infrastructure by Andy Lutomirski · 7 years ago
  9. 471ee48 x86/entry/64: Use POP instead of MOV to restore regs on NMI return by Andy Lutomirski · 7 years ago
  10. a512210 x86/entry/64: Merge the fast and slow SYSRET paths by Andy Lutomirski · 7 years ago
  11. 4fbb391 x86/entry/64: Use pop instead of movq in syscall_return_via_sysret by Andy Lutomirski · 7 years ago
  12. e5317832 x86/entry/64: Shrink paranoid_exit_restore and make labels local by Andy Lutomirski · 7 years ago
  13. e872045 x86/entry/64: Simplify reg restore code in the standard IRET paths by Andy Lutomirski · 7 years ago
  14. 8a055d7 x86/entry/64: Move SWAPGS into the common IRET-to-usermode path by Andy Lutomirski · 7 years ago
  15. 26c4ef9 x86/entry/64: Split the IRET-to-user and IRET-to-kernel paths by Andy Lutomirski · 7 years ago
  16. 9da78ba x86/entry/64: Remove the restore_c_regs_and_iret label by Andy Lutomirski · 7 years ago
  17. 50da9d4 Merge branch 'x86/fpu' into x86/asm by Ingo Molnar · 7 years ago
  18. 3357b0d Merge branch 'x86/mpx/prep' into x86/asm by Ingo Molnar · 7 years ago
  19. e27c310 ptrace,x86: Make user_64bit_mode() available to 32-bit builds by Ricardo Neri · 7 years ago
  20. b0ce5b8 x86/boot: Relocate definition of the initial state of CR0 by Ricardo Neri · 7 years ago
  21. 1067f03 x86/mm: Relocate page fault error codes to traps.h by Ricardo Neri · 7 years ago
  22. 287683d RDMA/nldev: Enforce device index check for port callback by Leon Romanovsky · 7 years ago
  23. c128dbf x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU features by Gayatri Kammela · 7 years ago
  24. 5f47944 Merge tag 'pm-urgent-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  25. b39ab98 Mark 'ioremap_page_range()' as possibly sleeping by Linus Torvalds · 7 years ago
  26. daea3da Merge tag 'mmc-v4.14-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  27. 1960e8e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  28. 2a9a86d PM / QoS: Fix default runtime_pm device resume latency by Tero Kristo · 7 years ago
  29. 0b07194 Linux 4.14-rc7 by Linus Torvalds · 7 years ago
  30. 19e1219 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  31. 6c325f4 Merge branch 'net_sched-fix-races-with-RCU-callbacks' by David S. Miller · 7 years ago
  32. 31c2611 selftests: Introduce a new test case to tc testsuite by Chris Mi · 7 years ago
  33. 7f07199 selftests: Introduce a new script to generate tc batch file by Chris Mi · 7 years ago
  34. 46e235c net_sched: fix call_rcu() race on act_sample module removal by Cong Wang · 7 years ago
  35. 2d132eb net_sched: add rtnl assertion to tcf_exts_destroy() by Cong Wang · 7 years ago
  36. 27ce4f0 net_sched: use tcf_queue_work() in tcindex filter by Cong Wang · 7 years ago
  37. d4f84a4 net_sched: use tcf_queue_work() in rsvp filter by Cong Wang · 7 years ago
  38. c2f3f31 net_sched: use tcf_queue_work() in route filter by Cong Wang · 7 years ago
  39. c0d378e net_sched: use tcf_queue_work() in u32 filter by Cong Wang · 7 years ago
  40. df2735e net_sched: use tcf_queue_work() in matchall filter by Cong Wang · 7 years ago
  41. e071dff net_sched: use tcf_queue_work() in fw filter by Cong Wang · 7 years ago
  42. 0552c8a net_sched: use tcf_queue_work() in flower filter by Cong Wang · 7 years ago
  43. 94cdb47 net_sched: use tcf_queue_work() in flow filter by Cong Wang · 7 years ago
  44. b1b5b04 net_sched: use tcf_queue_work() in cgroup filter by Cong Wang · 7 years ago
  45. e910af6 net_sched: use tcf_queue_work() in bpf filter by Cong Wang · 7 years ago
  46. c96a483 net_sched: use tcf_queue_work() in basic filter by Cong Wang · 7 years ago
  47. 7aa0045 net_sched: introduce a workqueue for RCU callbacks of tc filter by Cong Wang · 7 years ago
  48. 8c83c88 Merge branch 'sctp-endianness-fixes' by David S. Miller · 7 years ago
  49. 978aa04 sctp: fix some type cast warnings introduced since very beginning by Xin Long · 7 years ago
  50. f6fc6bc sctp: fix a type cast warnings that causes a_rwnd gets the wrong value by Xin Long · 7 years ago
  51. 8d32503 sctp: fix some type cast warnings introduced by transport rhashtable by Xin Long · 7 years ago
  52. 1da4fc9 sctp: fix some type cast warnings introduced by stream reconf by Xin Long · 7 years ago
  53. 50317fc net_sched: avoid matching qdisc with zero handle by Cong Wang · 7 years ago
  54. d04adf1 sctp: reset owner sk for data chunks on out queues when migrating a sock by Xin Long · 7 years ago
  55. 151516f Merge branch 'sockmap-fixes' by David S. Miller · 7 years ago
  56. bfa64075 bpf: rename sk_actions to align with bpf infrastructure by John Fastabend · 7 years ago
  57. 8108a77 bpf: bpf_compute_data uses incorrect cb structure by John Fastabend · 7 years ago
  58. 25a5d23 Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  59. a7d3e63 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  60. 22450e0 Merge tag 'pci-v4.14-fixes-6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  61. b35f0ca Merge tag 'drm-fixes-for-v4.14-rc7' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  62. 5345da8 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  63. ea67899 assoc_array: Fix a buggy node-splitting case by David Howells · 7 years ago
  64. 7814023 Merge tag '4.14-smb3-fixes-for-stable' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  65. c9f27f9 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  66. a9af983 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 7 years ago
  67. dea6e19 tap: reference to KVA of an unloaded module causes kernel panic by Girish Moodalbail · 7 years ago
  68. ee1836a tcp: refresh tp timestamp before tcp_mtu_probe() by Eric Dumazet · 7 years ago
  69. 63b9ab6 tuntap: properly align skb->head before building skb by Jason Wang · 7 years ago
  70. 11224e1 Merge tag 'for-linus-4.14c-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  71. 90e6872 Merge tag 'arc-4.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
  72. a0cb2b5 Fix tracing sample code warning. by Linus Torvalds · 7 years ago
  73. fe23429 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  74. d3eab75 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  75. 11dc76f Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  76. 02c7dfc Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  77. 5cefb4e Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  78. 3e64fcb Input: synaptics-rmi4 - limit the range of what GPIOs are buttons by Andrew Duggan · 7 years ago
  79. a508294 Input: gtco - fix potential out-of-bound access by Dmitry Torokhov · 7 years ago
  80. 8ab190f Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 7 years ago
  81. 8aec495 ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmit by Xin Long · 7 years ago
  82. f8d20b4 ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_err by Xin Long · 7 years ago
  83. f3594f0 ipip: only increase err_count for some certain type icmp in ipip_err by Xin Long · 7 years ago
  84. 6d9f079 net: stmmac: First Queue must always be in DCB mode by Jose Abreu · 7 years ago
  85. 4894ac6 net: stmmac: dwc-qos-eth: Fix typo in DT bindings parsing by Jose Abreu · 7 years ago
  86. 5be9541 Merge tag 'mlx5-fixes-2017-10-26' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  87. 90edaac Revert "x86/mm: Limit mmap() of /dev/mem to valid physical addresses" by Ingo Molnar · 7 years ago
  88. 8fc669e maintainers: drop Chris Wright from pvops by Juergen Gross · 7 years ago
  89. 9618aec Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  90. ce485df Merge tag 'drm-intel-fixes-2017-10-26' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 7 years ago
  91. 15f859a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
  92. a494ee6 arm/xen: don't inclide rwlock.h directly. by Sebastian Andrzej Siewior · 7 years ago
  93. 894e287 drm/i915/gvt: Adding ACTHD mmio read handler by Xiong Zhang · 7 years ago
  94. 20a2bcd drm/i915/gvt: Extract mmio_read_from_hw() common function by Xiong Zhang · 7 years ago
  95. edee7ec drm/i915/gvt: Refine MMIO_RING_F() by Zhi Wang · 7 years ago
  96. 8f63fc2 drm/i915/gvt: properly check per_ctx bb valid state by Zhenyu Wang · 7 years ago
  97. 80c094a Revert "apparmor: add base infastructure for socket mediation" by Linus Torvalds · 7 years ago
  98. 4587eee SMB3: Validate negotiate request must always be signed by Steve French · 7 years ago
  99. 5678255 Merge tag 'pm-4.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  100. 814eae5 alpha/PCI: Move pci_map_irq()/pci_swizzle() out of initdata by Lorenzo Pieralisi · 7 years ago