1. 214e0ae locking/Documentation: Move locking related docs into Documentation/locking/ by Davidlohr Bueso · 10 years ago
  2. 67792e2 rtmutex: Avoid pointless requeueing in the deadlock detection chain walk by Thomas Gleixner · 11 years ago
  3. 8930ed8 rtmutex: Cleanup deadlock detector debug logic by Thomas Gleixner · 11 years ago
  4. c051b21 rtmutex: Confine deadlock logic to futex by Thomas Gleixner · 11 years ago
  5. 1ca7b86 rtmutex: Simplify remove_waiter() by Thomas Gleixner · 11 years ago
  6. 3eb65ae rtmutex: Document pi chain walk by Thomas Gleixner · 11 years ago
  7. a57594a rtmutex: Clarify the boost/deboost part by Thomas Gleixner · 11 years ago
  8. 2ffa5a5 rtmutex: No need to keep task ref for lock owner check by Thomas Gleixner · 11 years ago
  9. 358c331 rtmutex: Simplify and document try_to_take_rtmutex() by Thomas Gleixner · 11 years ago
  10. 88f2b4c rtmutex: Simplify rtmutex_slowtrylock() by Thomas Gleixner · 11 years ago
  11. 27e3571 rtmutex: Plug slow unlock race by Thomas Gleixner · 11 years ago
  12. 8208498 rtmutex: Detect changes in the pi lock chain by Thomas Gleixner · 11 years ago
  13. 3d5c934 rtmutex: Handle deadlock detection smarter by Thomas Gleixner · 11 years ago
  14. 397335f rtmutex: Fix deadlock detector for real by Thomas Gleixner · 11 years ago
  15. c365c29 sched: Consider pi boosting in setscheduler() by Thomas Gleixner · 11 years ago
  16. 2d3d891 sched/deadline: Add SCHED_DEADLINE inheritance logic by Dario Faggioli · 11 years ago
  17. fb00aca rtmutex: Turn the plist into an rb-tree by Peter Zijlstra · 11 years ago
  18. 1696a8b locking: Move the rtmutex code to kernel/locking/ by Peter Zijlstra · 11 years ago[Renamed from kernel/rtmutex.c]
  19. 0c10617 rtmutex: Document rt_mutex_adjust_prio_chain() by Juri Lelli · 12 years ago
  20. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  21. 70321d4 Revert "rcu: Permit rt_mutex_unlock() with irqs disabled" by Paul E. McKenney · 13 years ago
  22. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  23. 5342e26 rcu: Permit rt_mutex_unlock() with irqs disabled by Paul E. McKenney · 13 years ago
  24. 732375c plist: Remove the need to supply locks to plist heads by Dima Zavin · 14 years ago
  25. 8161239 rtmutex: Simplify PI algorithm and make highest prio task get lock by Lai Jiangshan · 14 years ago
  26. d209d74 rtmutes: Convert rtmutex.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  27. 1d61548 sched: Convert pi_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  28. 1bbf208 rtmutex: Avoid deadlock in rt_mutex_start_proxy_lock() by Darren Hart · 15 years ago
  29. 3ac49a1 trivial: fix ETIMEOUT -> ETIMEDOUT typos by Jean Delvare · 16 years ago
  30. e7241d7 Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  31. 23b94b9 locking, rtmutex.c: Documentation cleanup by Luis Henriques · 16 years ago
  32. 8dac456 rt_mutex: add proxy lock routines by Darren Hart · 16 years ago
  33. cc584b2 hrtimer: convert kernel/* to the new hrtimer apis by Arjan van de Ven · 16 years ago
  34. 720a259 hrtimer: more hrtimer_init_sleeper() fallout. by Peter Zijlstra · 17 years ago
  35. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  36. 36cf3b5 FUTEX: Tidy up the code by Thomas Gleixner · 17 years ago
  37. bd19723 Revert "futex_requeue_pi optimization" by Thomas Gleixner · 18 years ago
  38. 1a539a8 rt-mutex: fix chain walk early wakeup bug by Thomas Gleixner · 18 years ago
  39. c0d1d2b rt-mutex: fix stale return value by Thomas Gleixner · 18 years ago
  40. d0aa7a7 futex_requeue_pi optimization by Pierre Peiffer · 18 years ago
  41. c9cb2e3 [PATCH] hrtimers: namespace and enum cleanup by Thomas Gleixner · 18 years ago
  42. db63063 [PATCH] clean up and remove some extra spinlocks from rtmutex by Steven Rostedt · 18 years ago
  43. d07fe82 [PATCH] reference rt-mutex-design in rtmutex.c by Steven Rostedt · 18 years ago
  44. 36c8b58 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct by Ingo Molnar · 19 years ago
  45. 9a11b49a [PATCH] lockdep: better lock debugging by Ingo Molnar · 19 years ago
  46. 95e02ca [PATCH] rtmutex: Propagate priority settings into PI lock chains by Thomas Gleixner · 19 years ago
  47. 0cdbee9 [PATCH] pi-futex: rt mutex futex api by Ingo Molnar · 19 years ago
  48. 61a8712 [PATCH] pi-futex: rt mutex tester by Thomas Gleixner · 19 years ago
  49. 23f78d4a [PATCH] pi-futex: rt mutex core by Ingo Molnar · 19 years ago