1. a51a327 locking/rtmutex: Clean up signal handling in __rt_mutex_slowlock() by Thomas Gleixner · 3 years, 10 months ago
  2. c2c360e locking/rtmutex: Restrict the trylock WARN_ON() to debug by Thomas Gleixner · 3 years, 10 months ago
  3. 82cd5b1 locking/rtmutex: Fix misleading comment in rt_mutex_postunlock() by Thomas Gleixner · 3 years, 10 months ago
  4. 70c8010 locking/rtmutex: Consolidate the fast/slowpath invocation by Thomas Gleixner · 3 years, 10 months ago
  5. d7a2edb locking/rtmutex: Make text section and inlining consistent by Thomas Gleixner · 3 years, 10 months ago
  6. f5a9886 locking/rtmutex: Decrapify __rt_mutex_init() by Thomas Gleixner · 3 years, 10 months ago
  7. f7efc47 locking/rtmutex: Inline chainwalk depth check by Thomas Gleixner · 3 years, 10 months ago
  8. fae37fe locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.c by Thomas Gleixner · 3 years, 10 months ago
  9. 8188d74 locking/rtmutex: Remove empty and unused debug stubs by Thomas Gleixner · 3 years, 10 months ago
  10. 6d41c67 locking/rtmutex: Remove output from deadlock detector by Sebastian Andrzej Siewior · 3 years, 10 months ago
  11. 2d445c3 locking/rtmutex: Remove rtmutex deadlock tester leftovers by Sebastian Andrzej Siewior · 3 years, 10 months ago
  12. c15380b locking/rtmutex: Remove rt_mutex_timed_lock() by Sebastian Andrzej Siewior · 3 years, 10 months ago
  13. e2db759 locking: Fix typos in comments by Ingo Molnar · 3 years, 10 months ago
  14. 9a4b99f kernel/futex: Kill rt_mutex_next_owner() by Davidlohr Bueso · 3 years, 11 months ago
  15. c034f48 kernel: delete repeated words in comments by Randy Dunlap · 3 years, 11 months ago
  16. 657bd90 Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  17. 5a79872 rbtree, rtmutex: Use rb_add_cached() by Peter Zijlstra · 4 years, 9 months ago
  18. 6213736 Merge branch 'linus' into locking/core, to pick up upstream fixes by Ingo Molnar · 4 years ago
  19. bf594bf locking/rtmutex: Add missing kernel-doc markup by Alex Shi · 4 years, 2 months ago
  20. 2156ac1 rtmutex: Remove unused argument from rt_mutex_proxy_unlock() by Thomas Gleixner · 4 years ago
  21. 23b5ae2 locking/rtmutex: Remove unused rt_mutex_cmpxchg_relaxed() by Alex Shi · 4 years, 9 months ago
  22. 0050c7b locking/rtmutex: rcu: Add WRITE_ONCE() to rt_mutex ->owner by Paul E. McKenney · 5 years ago
  23. 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
  24. 7b3c92b sched/core: Convert get_task_struct() to return the task by Matthew Wilcox (Oracle) · 6 years ago
  25. 387b146 docs: locking: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  26. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  27. 1a1fb98 futex: Handle early deadlock return correctly by Thomas Gleixner · 6 years ago
  28. 84818af locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endif by Steven Rostedt (VMware) · 6 years ago
  29. 62cedf3 locking/rtmutex: Allow specifying a subclass for nested locking by Peter Rosin · 6 years ago
  30. c28d62c locking/rtmutex: Handle non enqueued waiters gracefully in remove_waiter() by Peter Zijlstra · 7 years ago
  31. 6b0ef92 rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsites by Boqun Feng · 7 years ago
  32. c1e2f0e futex: Avoid violating the 10th rule of futex by Peter Zijlstra · 7 years ago
  33. a23ba90 locking/rtmutex: replace top-waiter and pi_waiters leftmost caching by Davidlohr Bueso · 7 years ago
  34. 69f0d42 locking/rtmutex: Remove unnecessary priority adjustment by Alex Shi · 8 years ago
  35. cde50a6 locking/rtmutex: Don't initialize lockdep when not required by Levin, Alexander (Sasha Levin) · 8 years ago
  36. f569478 rt_mutex: Add lockdep annotations by Peter Zijlstra · 8 years ago
  37. 04dc1b2 futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock() by Peter Zijlstra · 8 years ago
  38. def34ea rtmutex: Plug preempt count leak in rt_mutex_futex_unlock() by Mike Galbraith · 8 years ago
  39. 19830e5 rtmutex: Fix more prio comparisons by Peter Zijlstra · 8 years ago
  40. e0aad5b rtmutex: Fix PI chain order integrity by Peter Zijlstra · 8 years ago
  41. acd5862 sched/rtmutex: Refactor rt_mutex_setprio() by Peter Zijlstra · 8 years ago
  42. aa2bfe5 rtmutex: Clean up by Peter Zijlstra · 8 years ago
  43. 85e2d4f sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period update by Xunlei Pang · 8 years ago
  44. e96a7705 sched/rtmutex/deadline: Fix a PI crash for deadline tasks by Xunlei Pang · 8 years ago
  45. 2a1c602 rtmutex: Deboost before waking up the top waiter by Xunlei Pang · 8 years ago
  46. 56222b2 futex: Drop hb->lock before enqueueing on the rtmutex by Peter Zijlstra · 8 years ago
  47. cfafcd1 futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock() by Peter Zijlstra · 8 years ago
  48. 38d589f futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock() by Peter Zijlstra · 8 years ago
  49. 5080935 futex,rt_mutex: Introduce rt_mutex_init_waiter() by Peter Zijlstra · 8 years ago
  50. 5293c2e futex,rt_mutex: Provide futex specific rt_mutex API by Peter Zijlstra · 8 years ago
  51. fffa954 futex: Remove rt_mutex_deadlock_account_*() by Peter Zijlstra · 8 years ago
  52. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  53. 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
  54. 84f001e sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h> by Ingo Molnar · 8 years ago
  55. 4009f4b locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock() by Steven Rostedt (VMware) · 8 years ago
  56. 84d82ec locking/rtmutex: Explain locking rules for rt_mutex_proxy_unlock()/init_proxy_locked() by Thomas Gleixner · 8 years ago
  57. 1b95b1a Merge branch 'locking/urgent' into locking/core, to pick up dependent fixes by Ingo Molnar · 8 years ago
  58. dbb2605 locking/rtmutex: Prevent dequeue vs. unlock race by Thomas Gleixner · 8 years ago
  59. 194a6b5 sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q by Waiman Long · 8 years ago
  60. a461d587 locking/rtmutex: Only warn once on a trylock from bad context by Sebastian Andrzej Siewior · 9 years ago
  61. b4abf91 rtmutex: Make wait_lock irq safe by Thomas Gleixner · 9 years ago
  62. 5352869 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  63. 700318d locking/rtmutex: Use acquire/release semantics by Davidlohr Bueso · 9 years ago
  64. f524057 sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less() by Juri Lelli · 9 years ago
  65. 1b0b7c1 rtmutex: Delete scriptable tester by Davidlohr Bueso · 10 years ago
  66. a262948 Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  67. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  68. 1bf7067 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  69. 9f40a51 locking/rtmutex: Update stale plist comments by Davidlohr Bueso · 10 years ago
  70. 802ab58 futex: Lower the lock contention on the HB lock during wake up by Sebastian Andrzej Siewior · 10 years ago
  71. 45ab4ef locking/rtmutex: Implement lockless top-waiter wakeup by Davidlohr Bueso · 10 years ago
  72. c3b5d3c Merge branch 'linus' into timers/core by Thomas Gleixner · 10 years ago
  73. 6ce47fd rtmutex: Warn if trylock is called from hard/softirq context by Thomas Gleixner · 10 years ago
  74. cede884 locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHG by Sebastian Andrzej Siewior · 10 years ago
  75. 0782e63 sched: Handle priority boosted tasks proper in setscheduler() by Thomas Gleixner · 10 years ago
  76. ccdd92c rtmutex: Remove bogus hrtimer_active() check by Thomas Gleixner · 10 years ago
  77. 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
  78. e6beaa36 locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() documentation as well by Tom(JeHyeon) Yeon · 10 years ago
  79. 9d3e2d0 locking/rtmutex: Set state back to running on error by Sebastian Andrzej Siewior · 10 years ago
  80. 8d1e5a1 locking/rtmutex: Avoid a NULL pointer dereference on deadlock by Sebastian Andrzej Siewior · 10 years ago
  81. afffc6c locking/rtmutex: Optimize setting task running after being blocked by Davidlohr Bueso · 10 years ago
  82. 214e0ae locking/Documentation: Move locking related docs into Documentation/locking/ by Davidlohr Bueso · 10 years ago
  83. 67792e2 rtmutex: Avoid pointless requeueing in the deadlock detection chain walk by Thomas Gleixner · 11 years ago
  84. 8930ed8 rtmutex: Cleanup deadlock detector debug logic by Thomas Gleixner · 11 years ago
  85. c051b21 rtmutex: Confine deadlock logic to futex by Thomas Gleixner · 11 years ago
  86. 1ca7b86 rtmutex: Simplify remove_waiter() by Thomas Gleixner · 11 years ago
  87. 3eb65ae rtmutex: Document pi chain walk by Thomas Gleixner · 11 years ago
  88. a57594a rtmutex: Clarify the boost/deboost part by Thomas Gleixner · 11 years ago
  89. 2ffa5a5 rtmutex: No need to keep task ref for lock owner check by Thomas Gleixner · 11 years ago
  90. 358c331 rtmutex: Simplify and document try_to_take_rtmutex() by Thomas Gleixner · 11 years ago
  91. 88f2b4c rtmutex: Simplify rtmutex_slowtrylock() by Thomas Gleixner · 11 years ago
  92. 27e3571 rtmutex: Plug slow unlock race by Thomas Gleixner · 11 years ago
  93. 8208498 rtmutex: Detect changes in the pi lock chain by Thomas Gleixner · 11 years ago
  94. 3d5c934 rtmutex: Handle deadlock detection smarter by Thomas Gleixner · 11 years ago
  95. 397335f rtmutex: Fix deadlock detector for real by Thomas Gleixner · 11 years ago
  96. c365c29 sched: Consider pi boosting in setscheduler() by Thomas Gleixner · 11 years ago
  97. 2d3d891 sched/deadline: Add SCHED_DEADLINE inheritance logic by Dario Faggioli · 11 years ago
  98. fb00aca rtmutex: Turn the plist into an rb-tree by Peter Zijlstra · 11 years ago
  99. 1696a8b locking: Move the rtmutex code to kernel/locking/ by Peter Zijlstra · 11 years ago[Renamed from kernel/rtmutex.c]
  100. 0c10617 rtmutex: Document rt_mutex_adjust_prio_chain() by Juri Lelli · 12 years ago