diff options
author | Ingo Molnar <mingo@kernel.org> | 2016-06-09 06:20:25 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-06-09 06:22:25 -0400 |
commit | d4c3be70ca0e7a1ae308bedd3462900c61e97b11 (patch) | |
tree | 1113c6f6c615a955983476958588b4b9484d1d5d | |
parent | ca50e426f96c905e7d14a9c7a6bd4e0330516047 (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-- | MAINTAINERS | 16 |
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/ | |||
7006 | S: Maintained | 7006 | S: Maintained |
7007 | F: drivers/media/usb/dvb-usb-v2/lmedm04* | 7007 | F: drivers/media/usb/dvb-usb-v2/lmedm04* |
7008 | 7008 | ||
7009 | LOCKDEP AND LOCKSTAT | 7009 | LOCKING PRIMITIVES |
7010 | M: Peter Zijlstra <peterz@infradead.org> | 7010 | M: Peter Zijlstra <peterz@infradead.org> |
7011 | M: Ingo Molnar <mingo@redhat.com> | 7011 | M: Ingo Molnar <mingo@redhat.com> |
7012 | L: linux-kernel@vger.kernel.org | 7012 | L: linux-kernel@vger.kernel.org |
7013 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking | 7013 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core |
7014 | S: Maintained | 7014 | S: Maintained |
7015 | F: Documentation/locking/lockdep*.txt | 7015 | F: Documentation/locking/ |
7016 | F: Documentation/locking/lockstat.txt | ||
7017 | F: include/linux/lockdep.h | 7016 | F: include/linux/lockdep.h |
7017 | F: include/linux/spinlock*.h | ||
7018 | F: arch/*/include/asm/spinlock*.h | ||
7019 | F: include/linux/rwlock*.h | ||
7020 | F: include/linux/mutex*.h | ||
7021 | F: arch/*/include/asm/mutex*.h | ||
7022 | F: include/linux/rwsem*.h | ||
7023 | F: arch/*/include/asm/rwsem.h | ||
7024 | F: include/linux/seqlock.h | ||
7025 | F: lib/locking*.[ch] | ||
7018 | F: kernel/locking/ | 7026 | F: kernel/locking/ |
7019 | 7027 | ||
7020 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) | 7028 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) |