1. 32bb1c7 rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS by Paul E. McKenney · 10 years ago
  2. b9a425c rcu: Pull out wait_event*() condition into helper function by Paul E. McKenney · 10 years ago
  3. 99a930b documentation: Describe new expedited stall warnings by Paul E. McKenney · 10 years ago
  4. cf3620a rcu: Add stall warnings to synchronize_sched_expedited() by Paul E. McKenney · 10 years ago
  5. 2cd6ffa rcu: Extend expedited funnel locking to rcu_data structure by Paul E. McKenney · 10 years ago
  6. 704dd43 rcu: Consolidate last open-coded expedited memory barrier by Paul E. McKenney · 10 years ago
  7. 4f525a5 rcu: Apply rcu_seq operations to _rcu_barrier() by Paul E. McKenney · 10 years ago
  8. 29fd930 rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loop by Paul E. McKenney · 10 years ago
  9. 7fd0ddc rcu: Fix synchronize_sched_expedited() type error for "s" by Paul E. McKenney · 10 years ago
  10. b09e5f8 rcu: Abstract funnel locking from synchronize_sched_expedited() by Paul E. McKenney · 10 years ago
  11. 543c615 rcu: Make synchronize_rcu_expedited() use sequence-counter scheme by Paul E. McKenney · 10 years ago
  12. 28f0076 rcu: Abstract sequence counting from synchronize_sched_expedited() by Paul E. McKenney · 10 years ago
  13. 3a6d7c6 rcu: Make expedited GP CPU stoppage asynchronous by Peter Zijlstra · 10 years ago
  14. 385b73c rcu: Get rid of synchronize_sched_expedited()'s polling loop by Paul E. McKenney · 10 years ago
  15. d6ada2c rcu: Rework synchronize_sched_expedited() counter handling by Paul E. McKenney · 10 years ago
  16. c190c3b rcu: Switch synchronize_sched_expedited() to stop_one_cpu() by Peter Zijlstra · 10 years ago
  17. 75c27f1 rcu: Remove CONFIG_RCU_CPU_STALL_INFO by Paul E. McKenney · 10 years ago
  18. 9b68387 rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited() by Paul E. McKenney · 10 years ago
  19. 13bd6494 rcu: Reset rcu_fanout_leaf if out of bounds by Paul E. McKenney · 10 years ago
  20. 032dfc8 rcu: Shut up bogus gcc array bounds warning by Alexander Gordeev · 10 years ago
  21. 4262169 rcu: Simplify arithmetic to calculate number of RCU nodes by Alexander Gordeev · 10 years ago
  22. cb00710 rcu: Limit count of static data to the number of RCU levels by Alexander Gordeev · 10 years ago
  23. 199977b rcu: Remove unnecessary fields from rcu_state structure by Alexander Gordeev · 10 years ago
  24. 05b84ae rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS items by Alexander Gordeev · 10 years ago
  25. a6d7708 rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS items by Alexander Gordeev · 10 years ago
  26. 9618138 rcu: Simplify rcu_init_geometry() capacity arithmetics by Alexander Gordeev · 10 years ago
  27. 679f985 rcu: Cleanup rcu_init_geometry() code and arithmetics by Alexander Gordeev · 10 years ago
  28. 372b0ec rcu: Remove superfluous local variable in rcu_init_geometry() by Alexander Gordeev · 10 years ago
  29. 75cf15a rcu: Panic if RCU tree can not accommodate all CPUs by Alexander Gordeev · 10 years ago
  30. 319362c rcu: Provide more diagnostics for stalled GP kthread by Paul E. McKenney · 10 years ago
  31. d770e55 Linux 4.2-rc1 by Linus Torvalds · 10 years ago
  32. a585d2b Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 10 years ago
  33. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  34. 9b284cb bluetooth: fix list handling by Linus Torvalds · 10 years ago
  35. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  36. 6d7c8e1 Merge tag 'ntb-4.2' of git://github.com/jonmason/ntb by Linus Torvalds · 10 years ago
  37. 0f1db7d 9p: cope with bogus responses from server in p9_client_{read,write} by Al Viro · 10 years ago
  38. 67e808f p9_client_write(): avoid double p9_free_req() by Al Viro · 10 years ago
  39. a84b69c 9p: forgetting to cancel request on interrupted zero-copy RPC by Al Viro · 10 years ago
  40. 43c3dd0 dax: bdev_direct_access() may sleep by Matthew Wilcox · 10 years ago
  41. bbab37d block: Add support for DAX reads/writes to block devices by Matthew Wilcox · 10 years ago
  42. 872eb12 dax: Use copy_from_iter_nocache by Matthew Wilcox · 10 years ago
  43. 44f4c05 dax: Add block size note to documentation by Matthew Wilcox · 10 years ago
  44. 1b3618b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  45. bf44fe4 NTB: Add split BAR output for debugfs stats by Dave Jiang · 10 years ago
  46. fd839bf NTB: Change WARN_ON_ONCE to pr_warn_once on unsafe by Dave Jiang · 10 years ago
  47. 7eb3878 NTB: Print driver name and version in module init by Dave Jiang · 10 years ago
  48. 9891417 NTB: Increase transport MTU to 64k from 16k by Dave Jiang · 10 years ago
  49. 2f887b9 NTB: Rename Intel code names to platform names by Dave Jiang · 10 years ago
  50. a41ef05 NTB: Default to CPU memcpy for performance by Dave Jiang · 10 years ago
  51. 06917f7 NTB: Improve performance with write combining by Dave Jiang · 10 years ago
  52. 0e041fb NTB: Use NUMA memory in Intel driver by Allen Hubbe · 10 years ago
  53. 1199aa6 NTB: Use NUMA memory and DMA chan in transport by Allen Hubbe · 10 years ago
  54. 2876228 NTB: Rate limit ntb_qp_link_work by Allen Hubbe · 10 years ago
  55. 578b881 NTB: Add tool test client by Allen Hubbe · 10 years ago
  56. 963de47 NTB: Add ping pong test client by Allen Hubbe · 10 years ago
  57. 42fefc8 NTB: Add parameters for Intel SNB B2B addresses by Allen Hubbe · 10 years ago
  58. 2849b5d7 NTB: Reset transport QP link stats on down by Allen Hubbe · 10 years ago
  59. c0900b3 NTB: Do not advance transport RX on link down by Allen Hubbe · 10 years ago
  60. e22e0b9 NTB: Differentiate transport link down messages by Allen Hubbe · 10 years ago
  61. dd5d4d8 NTB: Check the device ID to set errata flags by Dave Jiang · 10 years ago
  62. 5ae0beb NTB: Enable link for Intel root port mode in probe by Dave Jiang · 10 years ago
  63. 0f69a7d NTB: Read peer info from local SPAD in transport by Dave Jiang · 10 years ago
  64. e26a584 NTB: Split ntb_hw_intel and ntb_transport drivers by Allen Hubbe · 10 years ago
  65. a1bd3ba NTB: Add NTB hardware abstraction layer by Allen Hubbe · 10 years ago
  66. 14a6f19 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  67. b1be9ea Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  68. 22a093b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  69. c1776a1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  70. 91cca0f Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  71. ec0337e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  72. b96fecb x86/fpu: Fix boot crash in the early FPU code by Ingo Molnar · 10 years ago
  73. 397f237 sched/numa: Fix numa balancing stats in /proc/pid/sched by Srikar Dronamraju · 10 years ago
  74. e3d24d0 sched/numa: Show numa_group ID in /proc/sched_debug task listings by Srikar Dronamraju · 10 years ago
  75. 6b55c96 sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.h by Srikar Dronamraju · 10 years ago
  76. 5968cec sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=y by Naveen N. Rao · 10 years ago
  77. f6db834 sched/stat: Simplify the sched_info accounting dependency by Naveen N. Rao · 10 years ago
  78. a5cba18 Merge branch 'next' into for-linus by Dmitry Torokhov · 10 years ago
  79. 5c65e7b Merge tag 'topic/drm-fixes-2015-07-04' of git://anongit.freedesktop.org/drm-intel by Linus Torvalds · 10 years ago
  80. 5fc8352 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
  81. e24ff46 drm/crtc: Fix edid length computation by Shixin Zeng · 10 years ago
  82. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  83. 2fee94b7 Merge tag 'remoteproc-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 10 years ago
  84. d033ed9 Merge tag 'hwspinlock-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock by Linus Torvalds · 10 years ago
  85. 6361c84 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  86. 31351f7 Merge tag 'nios2-v4.2' of git://git.rocketboards.org/linux-socfpga-next by Linus Torvalds · 10 years ago
  87. 9a3c284 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 10 years ago
  88. 1e512b0 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  89. 1c65ae6 Merge tag 'fbdev-fixes-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 10 years ago
  90. b53343f Merge tag 'edac_urgent_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 10 years ago
  91. 5a8011c crypto: marvell/cesa - another fix up for of_get_named_gen_pool() rename by Stephen Rothwell · 10 years ago
  92. a88464a kvm: add hyper-v crash msrs values by Andrey Smetanin · 10 years ago
  93. b0996ae KVM: x86: remove data variable from kvm_get_msr_common by Nicolas Iooss · 10 years ago
  94. 431dae7 KVM: s390: virtio-ccw: don't overwrite config space values by Cornelia Huck · 10 years ago
  95. 59fd132 KVM: x86: keep track of LVT0 changes under APICv by Radim Krčmář · 10 years ago
  96. db13856 KVM: x86: properly restore LVT0 by Radim Krčmář · 10 years ago
  97. 4272013 KVM: x86: make vapics_in_nmi_mode atomic by Radim Krčmář · 10 years ago
  98. 2ecd9d2 sched, preempt_notifier: separate notifier registration from static_key inc/dec by Peter Zijlstra · 10 years ago
  99. f871d26 arm64: Fix show_unhandled_signal_ratelimited usage by Suzuki K. Poulose · 10 years ago
  100. ffe3df5 hwmon: (w83627ehf) Use swap() in w82627ehf_swap_tempreg() by Fabian Frederick · 10 years ago