1. 1362ae4 locking/spinlocks: Clean up comment and #ifndef for {,queued_}spin_is_locked() by Andrea Parri · 7 years ago
  2. d88f1f1 Merge branch 'linus' into locking/core, to pick up fixes and dependencies by Ingo Molnar · 7 years ago
  3. 6ce5ae7 mutex: Drop linkage.h from mutex.h by Randy Dunlap · 7 years ago
  4. 88e77dc locking/mutex: Add comment to __mutex_owner() to deter usage by Peter Zijlstra · 7 years ago
  5. db076bef kernel/mutex: mutex_is_locked can be boolean by Yaowei Bai · 7 years ago
  6. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  7. 7b4ff1a mutex, futex: adjust kernel-doc markups to generate ReST by Mauro Carvalho Chehab · 8 years ago
  8. 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
  9. f21860b locking/mutex, sched/wait: Fix the mutex_lock_io_nested() define by Ingo Molnar · 8 years ago
  10. 1460cb6 locking/mutex, sched/wait: Add mutex_lock_io() by Tejun Heo · 8 years ago
  11. 6baa5c6 locking/ww_mutex: Add waiters in stamp order by Nicolai Hähnle · 8 years ago
  12. e274795 locking/mutex: Fix mutex handoff by Peter Zijlstra · 8 years ago
  13. 43496d3 locking/mutex: Don't mark mutex_trylock_recursive() as deprecated, temporarily by Ingo Molnar · 8 years ago
  14. 0f5225b locking/mutex, drm: Introduce mutex_trylock_recursive() by Peter Zijlstra · 8 years ago
  15. 3ca0ff5 locking/mutex: Rework mutex::owner by Peter Zijlstra · 8 years ago
  16. d347efe mutex: remove unused field "name" in debug mode by Adrien Schildknecht · 10 years ago
  17. 214e0ae locking/Documentation: Move locking related docs into Documentation/locking/ by Davidlohr Bueso · 10 years ago
  18. 7608a43 locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriate by Davidlohr Bueso · 10 years ago
  19. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 11 years ago
  20. 9063182 locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overhead by Jason Low · 10 years ago
  21. 046a619 locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node() by Jason Low · 10 years ago
  22. fb0527b locking/mutexes: Introduce cancelable MCS lock for adaptive spinning by Peter Zijlstra · 11 years ago
  23. e722467 locking/mutexes/mcs: Restructure the MCS lock defines and locking code into its own file by Tim Chen · 11 years ago
  24. 67a6de4 locking/doc: Update references to kernel/mutex.c by Peter Zijlstra · 11 years ago
  25. 083986e mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdef by Heiko Carstens · 11 years ago
  26. 1b375dc mutex: Move ww_mutex definitions to ww_mutex.h by Maarten Lankhorst · 12 years ago
  27. 2301002 mutex: Add w/w mutex slowpath debugging by Daniel Vetter · 12 years ago
  28. 040a0a3 mutex: Add support for wound/wait style locks by Maarten Lankhorst · 12 years ago
  29. 2bd2c92 mutex: Queue mutex spinners with MCS lock to reduce cacheline contention by Waiman Long · 12 years ago
  30. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  31. 4582c0a mutex: Make mutex_destroy() an inline function by Jean Delvare · 13 years ago
  32. e4c70a6 lockdep, mutex: provide mutex_lock_nest_lock by Peter Zijlstra · 14 years ago
  33. c6eb3dd mutex: Use p->on_cpu for the adaptive spin by Peter Zijlstra · 14 years ago
  34. 335d7af mutexes, sched: Introduce arch_mutex_cpu_relax() by Gerald Schaefer · 14 years ago
  35. ef5dc12 mutex: Fix annotations to include it in kernel-locking docbook by Randy Dunlap · 14 years ago
  36. a511e3f mutex: add atomic_dec_and_mutex_lock(), fix by Andrew Morton · 16 years ago
  37. b1fca26 mutex: add atomic_dec_and_mutex_lock() by Eric Paris · 16 years ago
  38. 0d66bf6 mutex: implement adaptive spinning by Peter Zijlstra · 16 years ago
  39. d98d38f mutex: improve header comment to be actually informative about the API by Arjan van de Ven · 16 years ago
  40. ec70158 Remove fastcall from linux/include by Harvey Harrison · 17 years ago
  41. ad77653 Add mutex_lock_killable by Liam R. Howlett · 17 years ago
  42. f20fda4 Mutex documentation is unclear about software interrupts, tasklets and timers by Matti Linnanvuori · 17 years ago
  43. e4564f7 lockdep: fixup mutex annotations by Peter Zijlstra · 17 years ago
  44. 18d8362 mutex_lock_interruptible(): add __must_check by Andrew Morton · 18 years ago
  45. 45f8bde [PATCH] fix various kernel-doc in header files by Robert P. J. Day · 18 years ago
  46. d63a5a7 [PATCH] lockdep: avoid lockdep warning in md by NeilBrown · 18 years ago
  47. 6cfd76a [PATCH] lockdep: name some old style locks by Peter Zijlstra · 18 years ago
  48. ef5d470 [PATCH] lockdep: prove mutex locking correctness by Ingo Molnar · 19 years ago
  49. 9a11b49a [PATCH] lockdep: better lock debugging by Ingo Molnar · 19 years ago
  50. a4fc7ab [PATCH] fix/simplify mutex debugging code by David Woodhouse · 19 years ago
  51. a8b9ee7 [MUTEX]: linux/mutex.h needs linux/linkage.h too by David S. Miller · 19 years ago
  52. 6053ee3 [PATCH] mutex subsystem, core by Ingo Molnar · 19 years ago