aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS77
1 files changed, 62 insertions, 15 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 1dcedaa2f956..44620aebb369 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -894,11 +894,13 @@ S: Maintained
894 894
895ARM/SAMSUNG ARM ARCHITECTURES 895ARM/SAMSUNG ARM ARCHITECTURES
896M: Ben Dooks <ben-linux@fluff.org> 896M: Ben Dooks <ben-linux@fluff.org>
897M: Kukjin Kim <kgene.kim@samsung.com>
897L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 898L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898W: http://www.fluff.org/ben/linux/ 899W: http://www.fluff.org/ben/linux/
899S: Maintained 900S: Maintained
900F: arch/arm/plat-s3c/ 901F: arch/arm/plat-samsung/
901F: arch/arm/plat-s3c24xx/ 902F: arch/arm/plat-s3c24xx/
903F: arch/arm/plat-s5p/
902 904
903ARM/S3C2410 ARM ARCHITECTURE 905ARM/S3C2410 ARM ARCHITECTURE
904M: Ben Dooks <ben-linux@fluff.org> 906M: Ben Dooks <ben-linux@fluff.org>
@@ -1145,7 +1147,7 @@ F: drivers/mmc/host/atmel-mci.c
1145F: drivers/mmc/host/atmel-mci-regs.h 1147F: drivers/mmc/host/atmel-mci-regs.h
1146 1148
1147ATMEL AT91 / AT32 SERIAL DRIVER 1149ATMEL AT91 / AT32 SERIAL DRIVER
1148M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1150M: Nicolas Ferre <nicolas.ferre@atmel.com>
1149S: Supported 1151S: Supported
1150F: drivers/serial/atmel_serial.c 1152F: drivers/serial/atmel_serial.c
1151 1153
@@ -1157,18 +1159,18 @@ F: drivers/video/atmel_lcdfb.c
1157F: include/video/atmel_lcdc.h 1159F: include/video/atmel_lcdc.h
1158 1160
1159ATMEL MACB ETHERNET DRIVER 1161ATMEL MACB ETHERNET DRIVER
1160M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1162M: Nicolas Ferre <nicolas.ferre@atmel.com>
1161S: Supported 1163S: Supported
1162F: drivers/net/macb.* 1164F: drivers/net/macb.*
1163 1165
1164ATMEL SPI DRIVER 1166ATMEL SPI DRIVER
1165M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1167M: Nicolas Ferre <nicolas.ferre@atmel.com>
1166S: Supported 1168S: Supported
1167F: drivers/spi/atmel_spi.* 1169F: drivers/spi/atmel_spi.*
1168 1170
1169ATMEL USBA UDC DRIVER 1171ATMEL USBA UDC DRIVER
1170M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1172M: Nicolas Ferre <nicolas.ferre@atmel.com>
1171L: kernel@avr32linux.org 1173L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver 1174W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1173S: Supported 1175S: Supported
1174F: drivers/usb/gadget/atmel_usba_udc.* 1176F: drivers/usb/gadget/atmel_usba_udc.*
@@ -1578,7 +1580,7 @@ F: include/linux/coda*.h
1578 1580
1579COMMON INTERNET FILE SYSTEM (CIFS) 1581COMMON INTERNET FILE SYSTEM (CIFS)
1580M: Steve French <sfrench@samba.org> 1582M: Steve French <sfrench@samba.org>
1581L: linux-cifs-client@lists.samba.org (moderated for non-subscribers) 1583L: linux-cifs@vger.kernel.org
1582L: samba-technical@lists.samba.org (moderated for non-subscribers) 1584L: samba-technical@lists.samba.org (moderated for non-subscribers)
1583W: http://linux-cifs.samba.org/ 1585W: http://linux-cifs.samba.org/
1584Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/ 1586Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
@@ -1728,7 +1730,7 @@ S: Maintained
1728F: sound/pci/cs5535audio/ 1730F: sound/pci/cs5535audio/
1729 1731
1730CX18 VIDEO4LINUX DRIVER 1732CX18 VIDEO4LINUX DRIVER
1731M: Andy Walls <awalls@radix.net> 1733M: Andy Walls <awalls@md.metrocast.net>
1732L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) 1734L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
1733L: linux-media@vger.kernel.org 1735L: linux-media@vger.kernel.org
1734T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 1736T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@ -2113,11 +2115,20 @@ F: drivers/edac/i5000_edac.c
2113 2115
2114EDAC-I5400 2116EDAC-I5400
2115M: Mauro Carvalho Chehab <mchehab@redhat.com> 2117M: Mauro Carvalho Chehab <mchehab@redhat.com>
2116L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 2118L: linux-edac@vger.kernel.org
2117W: bluesmoke.sourceforge.net 2119W: bluesmoke.sourceforge.net
2118S: Maintained 2120S: Maintained
2119F: drivers/edac/i5400_edac.c 2121F: drivers/edac/i5400_edac.c
2120 2122
2123EDAC-I7CORE
2124M: Mauro Carvalho Chehab <mchehab@redhat.com>
2125L: linux-edac@vger.kernel.org
2126W: bluesmoke.sourceforge.net
2127S: Maintained
2128F: drivers/edac/i7core_edac.c
2129F: drivers/edac/edac_mce.c
2130F: include/linux/edac_mce.h
2131
2121EDAC-I82975X 2132EDAC-I82975X
2122M: Ranganathan Desikan <ravi@jetztechnologies.com> 2133M: Ranganathan Desikan <ravi@jetztechnologies.com>
2123M: "Arvind R." <arvind@jetztechnologies.com> 2134M: "Arvind R." <arvind@jetztechnologies.com>
@@ -2613,6 +2624,14 @@ S: Maintained
2613F: Documentation/blockdev/cpqarray.txt 2624F: Documentation/blockdev/cpqarray.txt
2614F: drivers/block/cpqarray.* 2625F: drivers/block/cpqarray.*
2615 2626
2627HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
2628M: Stephen M. Cameron <scameron@beardog.cce.hp.com>
2629L: iss_storagedev@hp.com
2630S: Supported
2631F: Documentation/scsi/hpsa.txt
2632F: drivers/scsi/hpsa*.[ch]
2633F: include/linux/cciss*.h
2634
2616HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) 2635HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2617M: Mike Miller <mike.miller@hp.com> 2636M: Mike Miller <mike.miller@hp.com>
2618L: iss_storagedev@hp.com 2637L: iss_storagedev@hp.com
@@ -2891,6 +2910,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2891S: Maintained 2910S: Maintained
2892F: drivers/input/ 2911F: drivers/input/
2893 2912
2913INPUT MULTITOUCH (MT) PROTOCOL
2914M: Henrik Rydberg <rydberg@euromail.se>
2915L: linux-input@vger.kernel.org
2916S: Maintained
2917F: Documentation/input/multi-touch-protocol.txt
2918K: \b(ABS|SYN)_MT_
2919
2894INTEL IDLE DRIVER 2920INTEL IDLE DRIVER
2895M: Len Brown <lenb@kernel.org> 2921M: Len Brown <lenb@kernel.org>
2896L: linux-pm@lists.linux-foundation.org 2922L: linux-pm@lists.linux-foundation.org
@@ -3160,7 +3186,7 @@ F: Documentation/hwmon/it87
3160F: drivers/hwmon/it87.c 3186F: drivers/hwmon/it87.c
3161 3187
3162IVTV VIDEO4LINUX DRIVER 3188IVTV VIDEO4LINUX DRIVER
3163M: Andy Walls <awalls@radix.net> 3189M: Andy Walls <awalls@md.metrocast.net>
3164L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) 3190L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3165L: linux-media@vger.kernel.org 3191L: linux-media@vger.kernel.org
3166T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 3192T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@ -3237,7 +3263,7 @@ L: autofs@linux.kernel.org
3237S: Maintained 3263S: Maintained
3238F: fs/autofs4/ 3264F: fs/autofs4/
3239 3265
3240KERNEL BUILD 3266KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3241M: Michal Marek <mmarek@suse.cz> 3267M: Michal Marek <mmarek@suse.cz>
3242T: git git://repo.or.cz/linux-kbuild.git for-next 3268T: git git://repo.or.cz/linux-kbuild.git for-next
3243T: git git://repo.or.cz/linux-kbuild.git for-linus 3269T: git git://repo.or.cz/linux-kbuild.git for-linus
@@ -3246,6 +3272,9 @@ S: Maintained
3246F: Documentation/kbuild/ 3272F: Documentation/kbuild/
3247F: Makefile 3273F: Makefile
3248F: scripts/Makefile.* 3274F: scripts/Makefile.*
3275F: scripts/basic/
3276F: scripts/mk*
3277F: scripts/package/
3249 3278
3250KERNEL JANITORS 3279KERNEL JANITORS
3251L: kernel-janitors@vger.kernel.org 3280L: kernel-janitors@vger.kernel.org
@@ -3374,7 +3403,7 @@ KPROBES
3374M: Ananth N Mavinakayanahalli <ananth@in.ibm.com> 3403M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3375M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> 3404M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3376M: "David S. Miller" <davem@davemloft.net> 3405M: "David S. Miller" <davem@davemloft.net>
3377M: Masami Hiramatsu <mhiramat@redhat.com> 3406M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
3378S: Maintained 3407S: Maintained
3379F: Documentation/kprobes.txt 3408F: Documentation/kprobes.txt
3380F: include/linux/kprobes.h 3409F: include/linux/kprobes.h
@@ -3495,9 +3524,8 @@ F: arch/powerpc/platforms/83xx/
3495 3524
3496LINUX FOR POWERPC PA SEMI PWRFICIENT 3525LINUX FOR POWERPC PA SEMI PWRFICIENT
3497M: Olof Johansson <olof@lixom.net> 3526M: Olof Johansson <olof@lixom.net>
3498W: http://www.pasemi.com/
3499L: linuxppc-dev@ozlabs.org 3527L: linuxppc-dev@ozlabs.org
3500S: Supported 3528S: Maintained
3501F: arch/powerpc/platforms/pasemi/ 3529F: arch/powerpc/platforms/pasemi/
3502F: drivers/*/*pasemi* 3530F: drivers/*/*pasemi*
3503F: drivers/*/*/*pasemi* 3531F: drivers/*/*/*pasemi*
@@ -4210,6 +4238,7 @@ OPEN FIRMWARE AND FLATTENED DEVICE TREE
4210M: Grant Likely <grant.likely@secretlab.ca> 4238M: Grant Likely <grant.likely@secretlab.ca>
4211L: devicetree-discuss@lists.ozlabs.org 4239L: devicetree-discuss@lists.ozlabs.org
4212W: http://fdt.secretlab.ca 4240W: http://fdt.secretlab.ca
4241T: git git://git.secretlab.ca/git/linux-2.6.git
4213S: Maintained 4242S: Maintained
4214F: drivers/of 4243F: drivers/of
4215F: include/linux/of*.h 4244F: include/linux/of*.h
@@ -4623,6 +4652,12 @@ M: Robert Jarzmik <robert.jarzmik@free.fr>
4623L: rtc-linux@googlegroups.com 4652L: rtc-linux@googlegroups.com
4624S: Maintained 4653S: Maintained
4625 4654
4655QLOGIC QLA1280 SCSI DRIVER
4656M: Michael Reed <mdr@sgi.com>
4657L: linux-scsi@vger.kernel.org
4658S: Maintained
4659F: drivers/scsi/qla1280.[ch]
4660
4626QLOGIC QLA2XXX FC-SCSI DRIVER 4661QLOGIC QLA2XXX FC-SCSI DRIVER
4627M: Andrew Vasquez <andrew.vasquez@qlogic.com> 4662M: Andrew Vasquez <andrew.vasquez@qlogic.com>
4628M: linux-driver@qlogic.com 4663M: linux-driver@qlogic.com
@@ -5038,6 +5073,14 @@ S: Supported
5038F: include/linux/selinux* 5073F: include/linux/selinux*
5039F: security/selinux/ 5074F: security/selinux/
5040 5075
5076APPARMOR SECURITY MODULE
5077M: John Johansen <john.johansen@canonical.com>
5078L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5079W: apparmor.wiki.kernel.org
5080T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5081S: Supported
5082F: security/apparmor/
5083
5041SENSABLE PHANTOM 5084SENSABLE PHANTOM
5042M: Jiri Slaby <jirislaby@gmail.com> 5085M: Jiri Slaby <jirislaby@gmail.com>
5043S: Maintained 5086S: Maintained
@@ -5313,6 +5356,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5313T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git 5356T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5314S: Maintained 5357S: Maintained
5315F: arch/sparc/ 5358F: arch/sparc/
5359F: drivers/sbus
5316 5360
5317SPARC SERIAL DRIVERS 5361SPARC SERIAL DRIVERS
5318M: "David S. Miller" <davem@davemloft.net> 5362M: "David S. Miller" <davem@davemloft.net>
@@ -5380,6 +5424,7 @@ M: David Brownell <dbrownell@users.sourceforge.net>
5380M: Grant Likely <grant.likely@secretlab.ca> 5424M: Grant Likely <grant.likely@secretlab.ca>
5381L: spi-devel-general@lists.sourceforge.net 5425L: spi-devel-general@lists.sourceforge.net
5382Q: http://patchwork.kernel.org/project/spi-devel-general/list/ 5426Q: http://patchwork.kernel.org/project/spi-devel-general/list/
5427T: git git://git.secretlab.ca/git/linux-2.6.git
5383S: Maintained 5428S: Maintained
5384F: Documentation/spi/ 5429F: Documentation/spi/
5385F: drivers/spi/ 5430F: drivers/spi/
@@ -5580,7 +5625,7 @@ L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and us
5580L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) 5625L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5581L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) 5626L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5582W: http://tomoyo.sourceforge.jp/ 5627W: http://tomoyo.sourceforge.jp/
5583T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/ 5628T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.3.x/tomoyo-lsm/patches/
5584S: Maintained 5629S: Maintained
5585F: security/tomoyo/ 5630F: security/tomoyo/
5586 5631
@@ -6217,6 +6262,8 @@ F: drivers/mmc/host/wbsd.*
6217 6262
6218WATCHDOG DEVICE DRIVERS 6263WATCHDOG DEVICE DRIVERS
6219M: Wim Van Sebroeck <wim@iguana.be> 6264M: Wim Van Sebroeck <wim@iguana.be>
6265L: linux-watchdog@vger.kernel.org
6266W: http://www.linux-watchdog.org/
6220T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git 6267T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6221S: Maintained 6268S: Maintained
6222F: Documentation/watchdog/ 6269F: Documentation/watchdog/