aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2016-06-09 06:20:25 -0400
committerIngo Molnar <mingo@kernel.org>2016-06-09 06:22:25 -0400
commitd4c3be70ca0e7a1ae308bedd3462900c61e97b11 (patch)
tree1113c6f6c615a955983476958588b4b9484d1d5d
parentca50e426f96c905e7d14a9c7a6bd4e0330516047 (diff)
MAINTAINERS: Update locking tree description and file patterns
Update the file patterns, the Git tree URI and also widen the scope from 'LOCKDEP and LOCKSTAT' to 'LOCKING PRIMITIVES'. Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: linux-kernel@vger.kernel.org
-rw-r--r--MAINTAINERS16
1 files changed, 12 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index ed42cb65a19b..daa85ac5f435 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7006,15 +7006,23 @@ Q: http://patchwork.linuxtv.org/project/linux-media/list/
7006S: Maintained 7006S: Maintained
7007F: drivers/media/usb/dvb-usb-v2/lmedm04* 7007F: drivers/media/usb/dvb-usb-v2/lmedm04*
7008 7008
7009LOCKDEP AND LOCKSTAT 7009LOCKING PRIMITIVES
7010M: Peter Zijlstra <peterz@infradead.org> 7010M: Peter Zijlstra <peterz@infradead.org>
7011M: Ingo Molnar <mingo@redhat.com> 7011M: Ingo Molnar <mingo@redhat.com>
7012L: linux-kernel@vger.kernel.org 7012L: linux-kernel@vger.kernel.org
7013T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking 7013T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7014S: Maintained 7014S: Maintained
7015F: Documentation/locking/lockdep*.txt 7015F: Documentation/locking/
7016F: Documentation/locking/lockstat.txt
7017F: include/linux/lockdep.h 7016F: include/linux/lockdep.h
7017F: include/linux/spinlock*.h
7018F: arch/*/include/asm/spinlock*.h
7019F: include/linux/rwlock*.h
7020F: include/linux/mutex*.h
7021F: arch/*/include/asm/mutex*.h
7022F: include/linux/rwsem*.h
7023F: arch/*/include/asm/rwsem.h
7024F: include/linux/seqlock.h
7025F: lib/locking*.[ch]
7018F: kernel/locking/ 7026F: kernel/locking/
7019 7027
7020LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) 7028LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)