linux/Documentation/locking
Juri Lelli 79e9023826 Documentation/locking/mutex-design: Update to reflect latest changes
Commit 3ca0ff571b ("locking/mutex: Rework mutex::owner") reworked the
basic mutex implementation to deal with several problems. Documentation
was however left unchanged and became stale.

Update mutex-design.txt to reflect changes introduced by the above commit.

Signed-off-by: Juri Lelli <juri.lelli@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Davidlohr Bueso <dave@stgolabs.net>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-doc@vger.kernel.org
Link: http://lkml.kernel.org/r/20180209160114.19980-1-juri.lelli@redhat.com
[ Small readability tweaks to the text. ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2018-02-11 12:28:58 +01:00
..
00-INDEX
lockdep-design.txt
lockstat.txt
locktorture.txt torture: Eliminate torture_runnable and perf_runnable 2017-12-11 09:18:29 -08:00
mutex-design.txt Documentation/locking/mutex-design: Update to reflect latest changes 2018-02-11 12:28:58 +01:00
rt-mutex-design.txt Documentation: fix locking rt-mutex doc refs 2017-10-19 12:56:44 -06:00
rt-mutex.txt rtmutex: update rt-mutex 2017-08-24 13:38:14 -06:00
spinlocks.txt
ww-mutex-design.txt