]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - MAINTAINERS
locking/Documentation: Move locking related docs into Documentation/locking/
authorDavidlohr Bueso <davidlohr@hp.com>
Wed, 30 Jul 2014 20:41:55 +0000 (13:41 -0700)
committerIngo Molnar <mingo@kernel.org>
Wed, 13 Aug 2014 08:32:03 +0000 (10:32 +0200)
commit214e0aed639ef40987bf6159fad303171a6de31e
tree9f4c2eb1497a7377de93d619c05cf6c82fcfa0cb
parent7608a43d8f2e02f8b532f8e11481d7ecf8b5d3f9
locking/Documentation: Move locking related docs into Documentation/locking/

Specifically:
  Documentation/locking/lockdep-design.txt
  Documentation/locking/lockstat.txt
  Documentation/locking/mutex-design.txt
  Documentation/locking/rt-mutex-design.txt
  Documentation/locking/rt-mutex.txt
  Documentation/locking/spinlocks.txt
  Documentation/locking/ww-mutex-design.txt

Signed-off-by: Davidlohr Bueso <davidlohr@hp.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Cc: jason.low2@hp.com
Cc: aswin@hp.com
Cc: Alexei Starovoitov <ast@plumgrid.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Chris Mason <clm@fb.com>
Cc: Dan Streetman <ddstreet@ieee.org>
Cc: David Airlie <airlied@linux.ie>
Cc: Davidlohr Bueso <davidlohr@hp.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Jason Low <jason.low2@hp.com>
Cc: Josef Bacik <jbacik@fusionio.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Lubomir Rintel <lkundrak@v3.sk>
Cc: Masanari Iida <standby24x7@gmail.com>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Tim Chen <tim.c.chen@linux.intel.com>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: fengguang.wu@intel.com
Link: http://lkml.kernel.org/r/1406752916-3341-6-git-send-email-davidlohr@hp.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
24 files changed:
Documentation/00-INDEX
Documentation/DocBook/kernel-locking.tmpl
Documentation/lockdep-design.txt [deleted file]
Documentation/locking/lockdep-design.txt [new file with mode: 0644]
Documentation/locking/lockstat.txt [new file with mode: 0644]
Documentation/locking/mutex-design.txt [new file with mode: 0644]
Documentation/locking/rt-mutex-design.txt [new file with mode: 0644]
Documentation/locking/rt-mutex.txt [new file with mode: 0644]
Documentation/locking/spinlocks.txt [new file with mode: 0644]
Documentation/locking/ww-mutex-design.txt [new file with mode: 0644]
Documentation/lockstat.txt [deleted file]
Documentation/mutex-design.txt [deleted file]
Documentation/rt-mutex-design.txt [deleted file]
Documentation/rt-mutex.txt [deleted file]
Documentation/spinlocks.txt [deleted file]
Documentation/ww-mutex-design.txt [deleted file]
MAINTAINERS
drivers/gpu/drm/drm_modeset_lock.c
include/linux/lockdep.h
include/linux/mutex.h
include/linux/rwsem.h
kernel/locking/mutex.c
kernel/locking/rtmutex.c
lib/Kconfig.debug