1. dc3a04d security/device_cgroup: Fix RCU_LOCKDEP_WARN() condition by Paul E. McKenney · 9 years ago
  2. 12d560f rcu,locking: Privatize smp_mb__after_unlock_lock() by Paul E. McKenney · 9 years ago
  3. 3dbe43f Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEAD by Paul E. McKenney · 9 years ago
  4. 8ff4fbf Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEAD by Paul E. McKenney · 9 years ago
  5. af859be rcu: Silence lockdep false positive for expedited grace periods by Paul E. McKenney · 9 years ago
  6. 9a54f98 rcu: Don't disable CPU hotplug during OOM notifiers by Paul E. McKenney · 9 years ago
  7. 3ad8177 scripts: Make checkpatch.pl warn on expedited RCU grace periods by Paul E. McKenney · 9 years ago
  8. 96a39bc rcu: Update MAINTAINERS entry by Lai Jiangshan · 9 years ago
  9. eb6d5b0 rcu: Clarify CONFIG_RCU_EQS_DEBUG help text by Paul E. McKenney · 9 years ago
  10. a76a9a4 rcu: Fix backwards RCU_LOCKDEP_WARN() in synchronize_rcu_tasks() by Paul E. McKenney · 9 years ago
  11. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 9 years ago
  12. 46f00d1 rcu: Make rcu_is_watching() really notrace by Alexei Starovoitov · 9 years ago
  13. 779de6c cpu: Wait for RCU grace periods concurrently by Paul E. McKenney · 9 years ago
  14. ec90a19 rcu: Create a synchronize_rcu_mult() by Paul E. McKenney · 9 years ago
  15. bc17ea1 rcu: Fix obsolete priority-boosting comment by Paul E. McKenney · 9 years ago
  16. 155d1d1 rcu: Use WRITE_ONCE in RCU_INIT_POINTER by Peter Zijlstra · 9 years ago
  17. be55fa2 rcu: Hide RCU_NOCB_CPU behind RCU_EXPERT by Paul E. McKenney · 9 years ago
  18. 2456005 rcu: Add RCU-sched flavors of get-state and cond-sync by Paul E. McKenney · 9 years ago
  19. cdacbe1 rcu: Add fastpath bypassing funnel locking by Paul E. McKenney · 9 years ago
  20. 32bb1c7 rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS by Paul E. McKenney · 9 years ago
  21. b9a425c rcu: Pull out wait_event*() condition into helper function by Paul E. McKenney · 9 years ago
  22. 99a930b documentation: Describe new expedited stall warnings by Paul E. McKenney · 9 years ago
  23. cf3620a rcu: Add stall warnings to synchronize_sched_expedited() by Paul E. McKenney · 9 years ago
  24. 2cd6ffa rcu: Extend expedited funnel locking to rcu_data structure by Paul E. McKenney · 9 years ago
  25. 704dd43 rcu: Consolidate last open-coded expedited memory barrier by Paul E. McKenney · 9 years ago
  26. 4f525a5 rcu: Apply rcu_seq operations to _rcu_barrier() by Paul E. McKenney · 9 years ago
  27. 29fd930 rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loop by Paul E. McKenney · 9 years ago
  28. 7fd0ddc rcu: Fix synchronize_sched_expedited() type error for "s" by Paul E. McKenney · 9 years ago
  29. b09e5f8 rcu: Abstract funnel locking from synchronize_sched_expedited() by Paul E. McKenney · 9 years ago
  30. 543c615 rcu: Make synchronize_rcu_expedited() use sequence-counter scheme by Paul E. McKenney · 9 years ago
  31. 28f0076 rcu: Abstract sequence counting from synchronize_sched_expedited() by Paul E. McKenney · 9 years ago
  32. 3a6d7c6 rcu: Make expedited GP CPU stoppage asynchronous by Peter Zijlstra · 9 years ago
  33. 385b73c rcu: Get rid of synchronize_sched_expedited()'s polling loop by Paul E. McKenney · 9 years ago
  34. d6ada2c rcu: Rework synchronize_sched_expedited() counter handling by Paul E. McKenney · 9 years ago
  35. c190c3b rcu: Switch synchronize_sched_expedited() to stop_one_cpu() by Peter Zijlstra · 9 years ago
  36. 75c27f1 rcu: Remove CONFIG_RCU_CPU_STALL_INFO by Paul E. McKenney · 9 years ago
  37. 9b68387 rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited() by Paul E. McKenney · 9 years ago
  38. 13bd649 rcu: Reset rcu_fanout_leaf if out of bounds by Paul E. McKenney · 9 years ago
  39. 032dfc8 rcu: Shut up bogus gcc array bounds warning by Alexander Gordeev · 9 years ago
  40. d6a8c6d rcutorture: Enable lockdep-RCU on TASKS01 by Paul E. McKenney · 9 years ago
  41. 5be5d1a rcutorture: Add RCU-tasks qualifier to dereference by Paul E. McKenney · 9 years ago
  42. 3a0af33 rcutorture: Fix rcu_torture_cbflood() for callback-free RCU by Paul E. McKenney · 9 years ago
  43. e8e255f rcutorture: Bounds-check rcutorture.shuffle_interval by Paul E. McKenney · 9 years ago
  44. 4444d85 rcutorture: Check nfakewriters parameter by Paul E. McKenney · 9 years ago
  45. d9eba76 rcutorture: Better bounds checking for n_barrier_cbs by Paul E. McKenney · 9 years ago
  46. 4262169 rcu: Simplify arithmetic to calculate number of RCU nodes by Alexander Gordeev · 9 years ago
  47. cb00710 rcu: Limit count of static data to the number of RCU levels by Alexander Gordeev · 9 years ago
  48. 199977b rcu: Remove unnecessary fields from rcu_state structure by Alexander Gordeev · 9 years ago
  49. 05b84ae rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS items by Alexander Gordeev · 9 years ago
  50. a6d7708 rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS items by Alexander Gordeev · 9 years ago
  51. 9618138 rcu: Simplify rcu_init_geometry() capacity arithmetics by Alexander Gordeev · 9 years ago
  52. 679f985 rcu: Cleanup rcu_init_geometry() code and arithmetics by Alexander Gordeev · 9 years ago
  53. 372b0ec rcu: Remove superfluous local variable in rcu_init_geometry() by Alexander Gordeev · 9 years ago
  54. 75cf15a rcu: Panic if RCU tree can not accommodate all CPUs by Alexander Gordeev · 9 years ago
  55. 319362c rcu: Provide more diagnostics for stalled GP kthread by Paul E. McKenney · 9 years ago
  56. f765d11 rcu: Change return type to bool by Nicholas Mc Guire · 9 years ago
  57. d5671f6 rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOC by Denys Vlasenko · 9 years ago
  58. 96d7744 doc: Call out smp_mb__after_unlock_lock() transitivity by Paul E. McKenney · 9 years ago
  59. 9af194c documentation: Replace ACCESS_ONCE() by READ_ONCE() and WRITE_ONCE() by Paul E. McKenney · 9 years ago
  60. 57aecae documentation: Fix variable-name typo in memory-barriers.txt by Paul E. McKenney · 9 years ago
  61. 297f739 documentation: Fix spelling of "operators" by Paul E. McKenney · 9 years ago
  62. 21b05de documentation: Bring rcutorture parameters up to date by Paul E. McKenney · 9 years ago
  63. d1ec4c3 rcu: Drop RCU_USER_QS in favor of NO_HZ_FULL by Paul E. McKenney · 9 years ago
  64. d770e55 Linux 4.2-rc1 by Linus Torvalds · 9 years ago
  65. a585d2b Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  66. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  67. 9b284cb bluetooth: fix list handling by Linus Torvalds · 9 years ago
  68. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  69. 6d7c8e1 Merge tag 'ntb-4.2' of git://github.com/jonmason/ntb by Linus Torvalds · 9 years ago
  70. 0f1db7d 9p: cope with bogus responses from server in p9_client_{read,write} by Al Viro · 9 years ago
  71. 67e808f p9_client_write(): avoid double p9_free_req() by Al Viro · 9 years ago
  72. a84b69c 9p: forgetting to cancel request on interrupted zero-copy RPC by Al Viro · 9 years ago
  73. 43c3dd0 dax: bdev_direct_access() may sleep by Matthew Wilcox · 9 years ago
  74. bbab37d block: Add support for DAX reads/writes to block devices by Matthew Wilcox · 9 years ago
  75. 872eb12 dax: Use copy_from_iter_nocache by Matthew Wilcox · 9 years ago
  76. 44f4c05 dax: Add block size note to documentation by Matthew Wilcox · 9 years ago
  77. 1b3618b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  78. bf44fe4 NTB: Add split BAR output for debugfs stats by Dave Jiang · 9 years ago
  79. fd839bf NTB: Change WARN_ON_ONCE to pr_warn_once on unsafe by Dave Jiang · 9 years ago
  80. 7eb3878 NTB: Print driver name and version in module init by Dave Jiang · 9 years ago
  81. 9891417 NTB: Increase transport MTU to 64k from 16k by Dave Jiang · 9 years ago
  82. 2f887b9 NTB: Rename Intel code names to platform names by Dave Jiang · 9 years ago
  83. a41ef05 NTB: Default to CPU memcpy for performance by Dave Jiang · 9 years ago
  84. 06917f7 NTB: Improve performance with write combining by Dave Jiang · 9 years ago
  85. 0e041fb NTB: Use NUMA memory in Intel driver by Allen Hubbe · 9 years ago
  86. 1199aa6 NTB: Use NUMA memory and DMA chan in transport by Allen Hubbe · 9 years ago
  87. 2876228 NTB: Rate limit ntb_qp_link_work by Allen Hubbe · 9 years ago
  88. 578b881 NTB: Add tool test client by Allen Hubbe · 9 years ago
  89. 963de47 NTB: Add ping pong test client by Allen Hubbe · 9 years ago
  90. 42fefc8 NTB: Add parameters for Intel SNB B2B addresses by Allen Hubbe · 9 years ago
  91. 2849b5d7 NTB: Reset transport QP link stats on down by Allen Hubbe · 9 years ago
  92. c0900b3 NTB: Do not advance transport RX on link down by Allen Hubbe · 9 years ago
  93. e22e0b9 NTB: Differentiate transport link down messages by Allen Hubbe · 9 years ago
  94. dd5d4d8 NTB: Check the device ID to set errata flags by Dave Jiang · 9 years ago
  95. 5ae0beb NTB: Enable link for Intel root port mode in probe by Dave Jiang · 9 years ago
  96. 0f69a7d NTB: Read peer info from local SPAD in transport by Dave Jiang · 9 years ago
  97. e26a584 NTB: Split ntb_hw_intel and ntb_transport drivers by Allen Hubbe · 9 years ago
  98. a1bd3ba NTB: Add NTB hardware abstraction layer by Allen Hubbe · 9 years ago
  99. 14a6f19 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  100. b1be9ea Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago