1. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
  2. acf5937 locking/lockdep: Only ask for /proc/lock_stat output when available by Andreas Gruenbacher · 10 years ago
  3. 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
  4. 5db6c6f locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNER by Davidlohr Bueso · 10 years ago
  5. 13b9a96 locking/rwsem: Rename 'activity' to 'count' by Peter Zijlstra · 10 years ago
  6. 33ecd20 locking/spinlocks/mcs: Micro-optimize osq_unlock() by Jason Low · 10 years ago
  7. 4d9d951 locking/spinlocks/mcs: Introduce and use init macro and function for osq locks by Jason Low · 10 years ago
  8. 9063182 locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overhead by Jason Low · 10 years ago
  9. 046a619 locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node() by Jason Low · 10 years ago
  10. 37e9562 locking/rwsem: Allow conservative optimistic spinning when readers have lock by Jason Low · 10 years ago
  11. 72d5305 locking/mutexes: Optimize mutex trylock slowpath by Jason Low · 10 years ago
  12. 0d968dd locking/mutexes: Try to acquire mutex only if it is unlocked by Jason Low · 10 years ago
  13. 1e820c9 locking/mutexes: Delete the MUTEX_SHOW_NO_WAITER macro by Jason Low · 10 years ago
  14. 0c3c0f0 locking/mutexes: Correct documentation on mutex optimistic spinning by Jason Low · 10 years ago
  15. 67792e2 rtmutex: Avoid pointless requeueing in the deadlock detection chain walk by Thomas Gleixner · 10 years ago
  16. 8930ed8 rtmutex: Cleanup deadlock detector debug logic by Thomas Gleixner · 10 years ago
  17. c051b21 rtmutex: Confine deadlock logic to futex by Thomas Gleixner · 10 years ago
  18. 1ca7b86 rtmutex: Simplify remove_waiter() by Thomas Gleixner · 10 years ago
  19. 3eb65ae rtmutex: Document pi chain walk by Thomas Gleixner · 10 years ago
  20. a57594a rtmutex: Clarify the boost/deboost part by Thomas Gleixner · 10 years ago
  21. 2ffa5a5 rtmutex: No need to keep task ref for lock owner check by Thomas Gleixner · 10 years ago
  22. 358c331 rtmutex: Simplify and document try_to_take_rtmutex() by Thomas Gleixner · 10 years ago
  23. 88f2b4c rtmutex: Simplify rtmutex_slowtrylock() by Thomas Gleixner · 10 years ago
  24. fddeca6 Merge branch 'locking/urgent' into locking/core by Thomas Gleixner · 10 years ago
  25. 7b08d61 Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  26. 27e3571 rtmutex: Plug slow unlock race by Thomas Gleixner · 10 years ago
  27. c29deef Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  28. 8208498 rtmutex: Detect changes in the pi lock chain by Thomas Gleixner · 10 years ago
  29. 3d5c934 rtmutex: Handle deadlock detection smarter by Thomas Gleixner · 10 years ago
  30. 70af2f8 locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocks by Waiman Long · 10 years ago
  31. 0cc3d01 locking/rwsem: Fix checkpatch.pl warnings by Andrew Morton · 10 years ago
  32. 4fc828e locking/rwsem: Support optimistic spinning by Davidlohr Bueso · 10 years ago
  33. c84a1e3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  34. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  35. 59a3d4c Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  36. 397335f rtmutex: Fix deadlock detector for real by Thomas Gleixner · 10 years ago
  37. e14505a Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 10 years ago
  38. 65c2ce7 Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes by Ingo Molnar · 10 years ago
  39. 5228084 torture: Check for multiple concurrent torture tests by Paul E. McKenney · 10 years ago
  40. d065eac locktorture: Remove reference to nonexistent Kconfig parameter by Paul E. McKenney · 10 years ago
  41. da601c6 torture: Intensify locking test by Paul E. McKenney · 10 years ago
  42. 2fe5de9 Merge branch 'sched/urgent' into sched/core, to avoid conflicts by Ingo Molnar · 10 years ago
  43. 722a9f9 asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/* by Andi Kleen · 10 years ago
  44. 3cf2f34 rwsem: Add comments to explain the meaning of the rwsem's count field by Tim Chen · 10 years ago
  45. 1413c03 lockdep: Increase static allocations by Sasha Levin · 10 years ago
  46. 8698a74 sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE by Dongsheng Yang · 10 years ago
  47. d99d591 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  48. a227960 locking/mutex: Fix debug_mutexes by Peter Zijlstra · 10 years ago
  49. 64b47e8 lglock: map to spinlock when !CONFIG_SMP by Josh Triplett · 10 years ago
  50. 176ab02 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  51. 971eae7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  52. b3fd4ea Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  53. 6f008e7 locking/mutex: Fix debug checks by Peter Zijlstra · 10 years ago
  54. 34c6bc2 locking/mutexes: Add extra reschedule point by Peter Zijlstra · 10 years ago
  55. fb0527b locking/mutexes: Introduce cancelable MCS lock for adaptive spinning by Peter Zijlstra · 10 years ago
  56. 1d8fe7d locking/mutexes: Unlock the mutex without the wait_lock by Jason Low · 10 years ago
  57. 47667fa locking/mutexes: Modify the way optimistic spinners are queued by Jason Low · 10 years ago
  58. 46af29e locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_owner() by Jason Low · 10 years ago
  59. c9122da locking: Move mcs_spinlock.h into kernel/locking/ by Peter Zijlstra · 10 years ago
  60. e086481 rcutorture: Add a lock_busted to test the test by Paul E. McKenney · 10 years ago
  61. 0af3fe1 locktorture: Add a lock-torture kernel module by Paul E. McKenney · 10 years ago
  62. c365c29 sched: Consider pi boosting in setscheduler() by Thomas Gleixner · 10 years ago
  63. 3ebae4f asmlinkage: Mark rwsem functions that can be called from assembler asmlinkage by Andi Kleen · 10 years ago
  64. 22d9fd3 asmlinkage, mutex: Mark __visible by Andi Kleen · 10 years ago
  65. b35f830 asmlinkage: Make trace_hardirq visible by Andi Kleen · 10 years ago
  66. 63f9a7f asmlinkage: Make lockdep_sys_exit asmlinkage by Andi Kleen · 10 years ago
  67. 34d0ed5 lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no_validate by Oleg Nesterov · 10 years ago
  68. 1b5ff81 lockdep: Don't create the wrong dependency on hlock->check == 0 by Oleg Nesterov · 10 years ago
  69. fb9edbe lockdep: Make held_lock->check and "int check" argument bool by Oleg Nesterov · 10 years ago
  70. e722467 locking/mutexes/mcs: Restructure the MCS lock defines and locking code into its own file by Tim Chen · 10 years ago
  71. aff7385 locking/mutexes/mcs: Correct barrier usage by Waiman Long · 10 years ago
  72. a0fa1dd Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  73. 2d3d891 sched/deadline: Add SCHED_DEADLINE inheritance logic by Dario Faggioli · 11 years ago
  74. fb00aca rtmutex: Turn the plist into an rb-tree by Peter Zijlstra · 11 years ago
  75. 91f30a1 mutexes: Give more informative mutex warning in the !lock->owner case by Chuansheng Liu · 11 years ago
  76. 8dce7a9 lockdep: Be nice about building from userspace by Sasha Levin · 11 years ago
  77. 5216d53 locking/lockdep: Mark __lockdep_count_forward_deps() as static by Fengguang Wu · 11 years ago
  78. 838cc7b lockdep/proc: Fix lock-time avg computation by Peter Zijlstra · 11 years ago
  79. 67a6de4 locking/doc: Update references to kernel/mutex.c by Peter Zijlstra · 11 years ago
  80. 32cf7c3 locking: Move the percpu-rwsem code to kernel/locking/ by Peter Zijlstra · 11 years ago
  81. cd4d241 locking: Move the lglocks code to kernel/locking/ by Peter Zijlstra · 11 years ago
  82. ed428bf locking: Move the rwsem code to kernel/locking/ by Peter Zijlstra · 11 years ago
  83. 1696a8b locking: Move the rtmutex code to kernel/locking/ by Peter Zijlstra · 11 years ago
  84. e25a64c locking: Move the semaphore core to kernel/locking/ by Peter Zijlstra · 11 years ago
  85. 60fc287 locking: Move the spinlock code to kernel/locking/ by Peter Zijlstra · 11 years ago
  86. 8eddac3 locking: Move the lockdep code to kernel/locking/ by Peter Zijlstra · 11 years ago
  87. 01768b4 locking: Move the mutex code to kernel/locking/ by Peter Zijlstra · 11 years ago