1. cc76ee7 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  2. 01ac33c locking/mutex: Further simplify mutex_spin_on_owner() by Jason Low · 10 years ago
  3. e6beaa36 locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() documentation as well by Tom(JeHyeon) Yeon · 10 years ago
  4. 35a9393 lockdep: Fix the module unload key range freeing logic by Peter Zijlstra · 10 years ago
  5. 9198f6e locking/rwsem: Fix lock optimistic spinning when owner is not running by Jason Low · 10 years ago
  6. 9d3e2d0 locking/rtmutex: Set state back to running on error by Sebastian Andrzej Siewior · 10 years ago
  7. 4d3199e locking: Remove ACCESS_ONCE() usage by Davidlohr Bueso · 10 years ago
  8. 2ae7902 Merge tag 'v4.0-rc1' into locking/core, to refresh the tree before merging new changes by Ingo Molnar · 10 years ago
  9. 10436cf Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  10. 1a99367 locking/rwsem: Check for active lock before bailing on spinning by Davidlohr Bueso · 10 years ago
  11. b3fd4f0 locking/rwsem: Avoid deceiving lock spinners by Davidlohr Bueso · 10 years ago
  12. 7a215f8 locking/rwsem: Set lock ownership ASAP by Davidlohr Bueso · 10 years ago
  13. 49e4b2b locking/rwsem: Document barrier need when waking tasks by Davidlohr Bueso · 10 years ago
  14. be1f7bf locking/mutex: Refactor mutex_spin_on_owner() by Jason Low · 10 years ago
  15. 07d2413 locking/mutex: In mutex_spin_on_owner(), return true when owner changes by Jason Low · 10 years ago
  16. 8d1e5a1 locking/rtmutex: Avoid a NULL pointer dereference on deadlock by Sebastian Andrzej Siewior · 10 years ago
  17. b3d6524 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  18. c5ce28d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  19. 5b9b28a Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  20. afffc6c locking/rtmutex: Optimize setting task running after being blocked by Davidlohr Bueso · 10 years ago
  21. 7310599 locking/rwsem: Use task->state helpers by Davidlohr Bueso · 10 years ago
  22. 51587bc locking/mutex: Explicitly mark task as running after wakeup by Davidlohr Bueso · 10 years ago
  23. 139b6fd sched/Documentation: Remove unneeded word by Sharon Dvir · 10 years ago
  24. c0a80c0 ftrace: allow architectures to specify ftrace compile options by Heiko Carstens · 10 years ago
  25. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  26. 036cc30 locking/osq: No need for load/acquire when acquire-polling by Davidlohr Bueso · 10 years ago
  27. d84b672 locking/mcs: Better differentiate between MCS variants by Davidlohr Bueso · 10 years ago
  28. 4bd1908 locking/mutex: Introduce ww_mutex_set_context_slowpath() by Davidlohr Bueso · 10 years ago
  29. e42f678 locking/mutex: Move MCS related comments to proper location by Davidlohr Bueso · 10 years ago
  30. 63dc47e locking/mutex: Checking the stamp is WW only by Davidlohr Bueso · 10 years ago
  31. a63b03e mutex: Always clear owner field upon mutex_unlock() by Chris Wilson · 10 years ago
  32. 113948d spinlock: Add spin_lock_bh_nested() by Thomas Graf · 10 years ago
  33. 6f942a1 locking/mutex: Don't assume TASK_RUNNING by Peter Zijlstra · 10 years ago
  34. 6d5f0eb Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  35. 8acd91e locking/lockdep: Revert qrwlock recusive stuff by Peter Zijlstra · 10 years ago
  36. debfab7 locking/rwsem: Avoid double checking before try acquiring write lock by Jason Low · 10 years ago
  37. c98fed9 locktorture: Cleanup header usage by Davidlohr Bueso · 10 years ago
  38. a122949 locktorture: Cannot hold read and write lock by Davidlohr Bueso · 10 years ago
  39. 219f800 locktorture: Fix __acquire annotation for spinlock irq by Davidlohr Bueso · 10 years ago
  40. e34191f locktorture: Support rwlocks by Davidlohr Bueso · 10 years ago
  41. 630952c locktorture: Introduce torture context by Davidlohr Bueso · 10 years ago
  42. 4a3b427 locktorture: Support rwsems by Davidlohr Bueso · 10 years ago
  43. 4f6332c locktorture: Add infrastructure for torturing read locks by Davidlohr Bueso · 10 years ago
  44. d36a7a0 torture: Address race in module cleanup by Davidlohr Bueso · 10 years ago
  45. 1e6757a locktorture: Make statistics generic by Davidlohr Bueso · 10 years ago
  46. f095bfc locktorture: Teach about lock debugging by Davidlohr Bueso · 10 years ago
  47. 42ddc75 locktorture: Support mutexes by Davidlohr Bueso · 10 years ago
  48. 23a8e5c locktorture: Rename locktorture_runnable parameter by Davidlohr Bueso · 10 years ago
  49. db0e716 locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definition by Davidlohr Bueso · 10 years ago
  50. 3154276 locking/semaphore: Resolve some shadow warnings by Mark Rustad · 10 years ago
  51. f0bab73 locking/lockdep: Restrict the use of recursive read_lock() with qrwlock by Waiman Long · 10 years ago
  52. 214e0ae locking/Documentation: Move locking related docs into Documentation/locking/ by Davidlohr Bueso · 10 years ago
  53. 7608a43 locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriate by Davidlohr Bueso · 10 years ago
  54. 7691651 locking/mutexes: Refactor optimistic spinning code by Davidlohr Bueso · 10 years ago
  55. aa9fc0c locking/mcs: Remove obsolete comment by Davidlohr Bueso · 10 years ago
  56. 42fa566 locking/mutexes: Document quick lock release when unlocking by Davidlohr Bueso · 10 years ago
  57. 242489c locking/mutexes: Standardize arguments in lock/unlock slowpaths by Davidlohr Bueso · 10 years ago
  58. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 11 years ago
  59. acf5937 locking/lockdep: Only ask for /proc/lock_stat output when available by Andreas Gruenbacher · 10 years ago
  60. b5e4111 Merge branch 'locking/urgent' into locking/core, before applying larger changes and to refresh the branch with fixes by Ingo Molnar · 10 years ago
  61. 5db6c6f locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNER by Davidlohr Bueso · 11 years ago
  62. 13b9a96 locking/rwsem: Rename 'activity' to 'count' by Peter Zijlstra · 10 years ago
  63. 33ecd20 locking/spinlocks/mcs: Micro-optimize osq_unlock() by Jason Low · 10 years ago
  64. 4d9d951 locking/spinlocks/mcs: Introduce and use init macro and function for osq locks by Jason Low · 10 years ago
  65. 9063182 locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overhead by Jason Low · 10 years ago
  66. 046a619 locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node() by Jason Low · 10 years ago
  67. 37e9562 locking/rwsem: Allow conservative optimistic spinning when readers have lock by Jason Low · 11 years ago
  68. 72d5305 locking/mutexes: Optimize mutex trylock slowpath by Jason Low · 11 years ago
  69. 0d968dd locking/mutexes: Try to acquire mutex only if it is unlocked by Jason Low · 11 years ago
  70. 1e820c9 locking/mutexes: Delete the MUTEX_SHOW_NO_WAITER macro by Jason Low · 11 years ago
  71. 0c3c0f0 locking/mutexes: Correct documentation on mutex optimistic spinning by Jason Low · 11 years ago
  72. 67792e2 rtmutex: Avoid pointless requeueing in the deadlock detection chain walk by Thomas Gleixner · 11 years ago
  73. 8930ed8 rtmutex: Cleanup deadlock detector debug logic by Thomas Gleixner · 11 years ago
  74. c051b21 rtmutex: Confine deadlock logic to futex by Thomas Gleixner · 11 years ago
  75. 1ca7b86 rtmutex: Simplify remove_waiter() by Thomas Gleixner · 11 years ago
  76. 3eb65ae rtmutex: Document pi chain walk by Thomas Gleixner · 11 years ago
  77. a57594a rtmutex: Clarify the boost/deboost part by Thomas Gleixner · 11 years ago
  78. 2ffa5a5 rtmutex: No need to keep task ref for lock owner check by Thomas Gleixner · 11 years ago
  79. 358c331 rtmutex: Simplify and document try_to_take_rtmutex() by Thomas Gleixner · 11 years ago
  80. 88f2b4c rtmutex: Simplify rtmutex_slowtrylock() by Thomas Gleixner · 11 years ago
  81. fddeca6 Merge branch 'locking/urgent' into locking/core by Thomas Gleixner · 11 years ago
  82. 7b08d61 Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  83. 27e3571 rtmutex: Plug slow unlock race by Thomas Gleixner · 11 years ago
  84. c29deef Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  85. 8208498 rtmutex: Detect changes in the pi lock chain by Thomas Gleixner · 11 years ago
  86. 3d5c934 rtmutex: Handle deadlock detection smarter by Thomas Gleixner · 11 years ago
  87. 70af2f8 locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocks by Waiman Long · 11 years ago
  88. 0cc3d01 locking/rwsem: Fix checkpatch.pl warnings by Andrew Morton · 11 years ago
  89. 4fc828e locking/rwsem: Support optimistic spinning by Davidlohr Bueso · 11 years ago
  90. c84a1e3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  91. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  92. 59a3d4c Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  93. 397335f rtmutex: Fix deadlock detector for real by Thomas Gleixner · 11 years ago
  94. e14505a Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 11 years ago
  95. 65c2ce7 Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes by Ingo Molnar · 11 years ago
  96. 5228084 torture: Check for multiple concurrent torture tests by Paul E. McKenney · 11 years ago
  97. d065eac locktorture: Remove reference to nonexistent Kconfig parameter by Paul E. McKenney · 11 years ago
  98. da601c6 torture: Intensify locking test by Paul E. McKenney · 11 years ago
  99. 2fe5de9 Merge branch 'sched/urgent' into sched/core, to avoid conflicts by Ingo Molnar · 11 years ago
  100. 722a9f9 asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/* by Andi Kleen · 11 years ago