1. e0aad5b rtmutex: Fix PI chain order integrity by Peter Zijlstra · 8 years ago
  2. acd5862 sched/rtmutex: Refactor rt_mutex_setprio() by Peter Zijlstra · 8 years ago
  3. aa2bfe5 rtmutex: Clean up by Peter Zijlstra · 8 years ago
  4. 85e2d4f sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period update by Xunlei Pang · 8 years ago
  5. e96a7705 sched/rtmutex/deadline: Fix a PI crash for deadline tasks by Xunlei Pang · 8 years ago
  6. 2a1c602 rtmutex: Deboost before waking up the top waiter by Xunlei Pang · 8 years ago
  7. 57dd924 locking/ww-mutex: Limit stress test to 2 seconds by Chris Wilson · 8 years ago
  8. 56222b2 futex: Drop hb->lock before enqueueing on the rtmutex by Peter Zijlstra · 8 years ago
  9. cfafcd1 futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock() by Peter Zijlstra · 8 years ago
  10. 38d589f futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock() by Peter Zijlstra · 8 years ago
  11. 5080935 futex,rt_mutex: Introduce rt_mutex_init_waiter() by Peter Zijlstra · 8 years ago
  12. 5293c2e futex,rt_mutex: Provide futex specific rt_mutex API by Peter Zijlstra · 8 years ago
  13. fffa954 futex: Remove rt_mutex_deadlock_account_*() by Peter Zijlstra · 8 years ago
  14. bf7b3ac locking/ww_mutex: Improve test to cover acquire context changes by Peter Zijlstra · 8 years ago
  15. 383776f locking/lockdep: Handle statically initialized PER_CPU locks properly by Thomas Gleixner · 8 years ago
  16. 6419c4a locking/lockdep: Add new check to lock_downgrade() by J. R. Okajima · 8 years ago
  17. e969970 locking/lockdep: Factor out the validate_held_lock() helper function by J. R. Okajima · 8 years ago
  18. 41c2c5b locking/lockdep: Factor out the find_held_lock() helper function by J. R. Okajima · 8 years ago
  19. 17fcbd5 locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=y by Niklas Cassel · 8 years ago
  20. 500e1af Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  21. 857811a locking/ww_mutex: Adjust the lock number for stress test by Boqun Feng · 8 years ago
  22. 7fb4a2c locking/lockdep: Add nest_lock integrity test by Peter Zijlstra · 8 years ago
  23. 2b232e0 locking/ww_mutex: Replace cpu_relax() with cond_resched() for tests by Chris Wilson · 8 years ago
  24. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  25. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  26. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  27. 037741a sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h> by Ingo Molnar · 8 years ago
  28. ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
  29. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  30. 84f001e sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h> by Ingo Molnar · 8 years ago
  31. 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  32. 828cad8 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  33. bc88c10 locking/spinlock/debug: Remove spinlock lockup detection code by Waiman Long · 8 years ago
  34. f9af456 lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKS by Byungchul Park · 8 years ago
  35. b9c16a0 locking/mutex: Fix lockdep_assert_held() fail by Peter Zijlstra · 8 years ago
  36. 4009f4b locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock() by Steven Rostedt (VMware) · 8 years ago
  37. 31945aa Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a', 'srcu.2017.01.25a' and 'torture.2017.01.15b' into HEAD by Paul E. McKenney · 8 years ago
  38. 4d4f88f lockdep: Make RCU suspicious-access splats use pr_err by Paul E. McKenney · 8 years ago
  39. bcc9a76 locking/rwsem: Reinit wake_q after use by Waiman Long · 8 years ago
  40. f4dbba5 locktorture: Fix potential memory leak with rw lock test by Yang Shi · 8 years ago
  41. 2a0c112 locking/ww_mutex: Add kselftests for ww_mutex stress by Chris Wilson · 8 years ago
  42. d1b42b8 locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocks by Chris Wilson · 8 years ago
  43. 7020768 locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detection by Chris Wilson · 8 years ago
  44. c22fb38 locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detection by Chris Wilson · 8 years ago
  45. f2a5fec locking/ww_mutex: Begin kselftests for ww_mutex by Chris Wilson · 8 years ago
  46. 0186a6c locking/ww_mutex: Add ww_mutex to locktorture test by Chris Wilson · 8 years ago
  47. 1460cb6 locking/mutex, sched/wait: Add mutex_lock_io() by Tejun Heo · 8 years ago
  48. 977625a locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debugging by Nicolai Hähnle · 8 years ago
  49. c516df9 locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optimistic spin by Nicolai Hähnle · 8 years ago
  50. 25f13b4 locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loop by Nicolai Hähnle · 8 years ago
  51. 427b182 locking/mutex: Improve inlining by Peter Zijlstra · 8 years ago
  52. 659cf9f locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backoff when acquiring the lock by Nicolai Hähnle · 8 years ago
  53. 200b187 locking/ww_mutex: Notify waiters that have to back off while adding tasks to wait list by Nicolai Hähnle · 8 years ago
  54. 6baa5c6 locking/ww_mutex: Add waiters in stamp order by Nicolai Hähnle · 8 years ago
  55. c5470b2 locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappers by Nicolai Hähnle · 8 years ago
  56. ea9e0fb locking/ww_mutex: Set use_ww_ctx even when locking without a context by Nicolai Hähnle · 8 years ago
  57. 3822da3 locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after() by Nicolai Hähnle · 8 years ago
  58. e274795 locking/mutex: Fix mutex handoff by Peter Zijlstra · 8 years ago
  59. 52b9412 locking/percpu-rwsem: Replace waitqueue with rcuwait by Davidlohr Bueso · 8 years ago
  60. 642fa44 sched/core: Remove set_task_state() by Davidlohr Bueso · 8 years ago
  61. d269a8b kernel/locking: Compute 'current' directly by Davidlohr Bueso · 8 years ago
  62. 75437bb locking/pvqspinlock: Don't wait if vCPU is preempted by Pan Xinhui · 8 years ago
  63. 607904c locking/spinlocks: Remove the unused spin_lock_bh_nested() API by Waiman Long · 8 years ago
  64. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  65. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  66. 5cc60ae Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  67. 6f38751 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  68. f943fe0 lockdep: Fix report formatting by Dmitry Vyukov · 8 years ago
  69. 4506309 don't open-code file_inode() by Al Viro · 8 years ago
  70. 84d82ec locking/rtmutex: Explain locking rules for rt_mutex_proxy_unlock()/init_proxy_locked() by Thomas Gleixner · 8 years ago
  71. b5016e8 locking/rtmutex: Get rid of RT_MUTEX_OWNER_MASKALL by Thomas Gleixner · 8 years ago
  72. 1b95b1a Merge branch 'locking/urgent' into locking/core, to pick up dependent fixes by Ingo Molnar · 8 years ago
  73. 1be5d4f locking/rtmutex: Use READ_ONCE() in rt_mutex_owner() by Thomas Gleixner · 8 years ago
  74. dbb2605 locking/rtmutex: Prevent dequeue vs. unlock race by Thomas Gleixner · 8 years ago
  75. f831948 locking/lockdep: Provide a type check for lock_is_held by Peter Zijlstra · 8 years ago
  76. 05ffc95 locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owner() when owner vCPU is preempted by Pan Xinhui · 8 years ago
  77. 5aff60a locking/osq: Break out of spin-wait busy waiting loop for a preempted vCPU in osq_lock() by Pan Xinhui · 8 years ago
  78. 02cb689 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  79. 194a6b5 sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q by Waiman Long · 8 years ago
  80. e245d99 lockdep: Limit static allocations if PROVE_LOCKING_SMALL is defined by Babu Moger · 8 years ago
  81. f2f09a4 locking/core: Remove cpu_relax_lowlatency() users by Christian Borntraeger · 8 years ago
  82. 83f0616 locking/lockdep: Remove unused parameter from the add_lock_to_list() function by Tahsin Erdogan · 8 years ago
  83. b341afb locking/mutex: Enable optimistic spinning of woken waiter by Waiman Long · 8 years ago
  84. a40ca56 locking/mutex: Simplify some ww_mutex code in __mutex_lock_common() by Waiman Long · 8 years ago
  85. 5bbd7e6 locking/mutex: Restructure wait loop by Peter Zijlstra · 8 years ago
  86. 9d659ae locking/mutex: Add lock handoff to avoid starvation by Peter Zijlstra · 8 years ago
  87. 3ca0ff5 locking/mutex: Rework mutex::owner by Peter Zijlstra · 8 years ago
  88. d32cdbf locking/lglock: Remove lglock implementation by Peter Zijlstra · 9 years ago
  89. e625397 stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock() by Oleg Nesterov · 9 years ago
  90. b193049 locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock() by Pan Xinhui · 8 years ago
  91. 70800c3 locking/rwsem: Scan the wait_list for readers only once by Davidlohr Bueso · 8 years ago
  92. c2867bb locking/rwsem: Remove a few useless comments by Davidlohr Bueso · 8 years ago
  93. 84b23f9 locking/rwsem: Return void in __rwsem_mark_wake() by Davidlohr Bueso · 8 years ago
  94. 80127a3 locking/percpu-rwsem: Optimize readers and reduce global impact by Peter Zijlstra · 8 years ago
  95. 08be8f6 locking/pvstat: Separate wait_again and spurious wakeup stats by Waiman Long · 9 years ago
  96. 64a5e3c locking/qspinlock: Improve readability by Peter Zijlstra · 8 years ago
  97. c2ace36 locking/pvqspinlock: Fix a bug in qstat_read() by Pan Xinhui · 8 years ago
  98. 229ce63 locking/pvqspinlock: Fix double hash race by Wanpeng Li · 8 years ago
  99. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  100. 36e91aa Merge branch 'locking/arch-atomic' into locking/core, because the topic is ready by Ingo Molnar · 8 years ago