aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-05-21 14:08:05 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-05-21 14:08:05 -0400
commit90b9a32d8f441369b2f97a765d2d957b531eb653 (patch)
tree3146d251a983ba12226e75c121613de6f051af8b /MAINTAINERS
parent8b108c609adefd98577c35f0a41497a610041a6c (diff)
parent4402c153cb9c549cd21d6007ef0dfac50c8d148d (diff)
Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb
* 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb: (25 commits) kdb,debug_core: Allow the debug core to receive a panic notification MAINTAINERS: update kgdb, kdb, and debug_core info debug_core,kdb: Allow the debug core to process a recursive debug entry printk,kdb: capture printk() when in kdb shell kgdboc,kdb: Allow kdb to work on a non open console port kgdb: Add the ability to schedule a breakpoint via a tasklet mips,kgdb: kdb low level trap catch and stack trace powerpc,kgdb: Introduce low level trap catching x86,kgdb: Add low level debug hook kgdb: remove post_primary_code references kgdb,docs: Update the kgdb docs to include kdb kgdboc,keyboard: Keyboard driver for kdb with kgdb kgdb: gdb "monitor" -> kdb passthrough sparc,sunzilog: Add console polling support for sunzilog serial driver sh,sh-sci: Use NO_POLL_CHAR in the SCIF polled console code kgdb,8250,pl011: Return immediately from console poll kgdb: core changes to support kdb kdb: core for kgdb back end (2 of 2) kdb: core for kgdb back end (1 of 2) kgdb,blackfin: Add in kgdb_arch_set_pc for blackfin ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 4 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index a31a717e6dcc..a8fe9b461e09 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3319,15 +3319,17 @@ F: include/linux/key-type.h
3319F: include/keys/ 3319F: include/keys/
3320F: security/keys/ 3320F: security/keys/
3321 3321
3322KGDB 3322KGDB / KDB /debug_core
3323M: Jason Wessel <jason.wessel@windriver.com> 3323M: Jason Wessel <jason.wessel@windriver.com>
3324W: http://kgdb.wiki.kernel.org/
3324L: kgdb-bugreport@lists.sourceforge.net 3325L: kgdb-bugreport@lists.sourceforge.net
3325S: Maintained 3326S: Maintained
3326F: Documentation/DocBook/kgdb.tmpl 3327F: Documentation/DocBook/kgdb.tmpl
3327F: drivers/misc/kgdbts.c 3328F: drivers/misc/kgdbts.c
3328F: drivers/serial/kgdboc.c 3329F: drivers/serial/kgdboc.c
3330F: include/linux/kdb.h
3329F: include/linux/kgdb.h 3331F: include/linux/kgdb.h
3330F: kernel/kgdb.c 3332F: kernel/debug/
3331 3333
3332KMEMCHECK 3334KMEMCHECK
3333M: Vegard Nossum <vegardno@ifi.uio.no> 3335M: Vegard Nossum <vegardno@ifi.uio.no>