diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-15 13:40:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-15 13:40:41 -0400 |
commit | 419217cb1d0266f62cbea6cdc6b1d1324350bc34 (patch) | |
tree | 01f80c026cc94dfc13b3a16d2fce3ba41c69d54f /MAINTAINERS | |
parent | 4937ce87959629d31e9b09cf5bdf1e12a305c805 (diff) | |
parent | 14358e6ddaed27499d7d366b3e65c3e46b39e1c4 (diff) |
Merge branch 'v2.6.24-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep
* 'v2.6.24-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep:
lockdep: annotate dir vs file i_mutex
lockdep: per filesystem inode lock class
lockdep: annotate kprobes irq fiddling
lockdep: annotate rcu_read_{,un}lock{,_bh}
lockdep: annotate journal_start()
lockdep: s390: connect the sysexit hook
lockdep: x86_64: connect the sysexit hook
lockdep: i386: connect the sysexit hook
lockdep: syscall exit check
lockdep: fixup mutex annotations
lockdep: fix mismatched lockdep_depth/curr_chain_hash
lockdep: Avoid /proc/lockdep & lock_stat infinite output
lockdep: maintainers
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 12cee3da2625..c7355e7f09ff 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2404,6 +2404,15 @@ M: khali@linux-fr.org | |||
2404 | L: lm-sensors@lm-sensors.org | 2404 | L: lm-sensors@lm-sensors.org |
2405 | S: Maintained | 2405 | S: Maintained |
2406 | 2406 | ||
2407 | LOCKDEP AND LOCKSTAT | ||
2408 | P: Peter Zijlstra | ||
2409 | M: peterz@infradead.org | ||
2410 | P: Ingo Molnar | ||
2411 | M: mingo@redhat.com | ||
2412 | L: linux-kernel@vger.kernel.org | ||
2413 | T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git | ||
2414 | S: Maintained | ||
2415 | |||
2407 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) | 2416 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) |
2408 | P: Richard Russon (FlatCap) | 2417 | P: Richard Russon (FlatCap) |
2409 | M: ldm@flatcap.org | 2418 | M: ldm@flatcap.org |