aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS158
1 files changed, 90 insertions, 68 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index d5eb8c13ef05..a1a2aceca5bd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -65,43 +65,51 @@ trivial patch so apply some common sense.
65 65
668. Happy hacking. 668. Happy hacking.
67 67
68 ----------------------------------- 68Descriptions of section entries:
69 69
70Maintainers List (try to look for most precise areas first) 70 P: Person (obsolete)
71 M: Mail patches to: FullName <address@domain>
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
75 S: Status, one of the following:
76 Supported: Someone is actually paid to look after this.
77 Maintained: Someone actually looks after it.
78 Odd Fixes: It has a maintainer but they don't have time to do
79 much other than throw the odd patch in. See below..
80 Orphan: No current maintainer [but maybe you could take the
81 role as you write your new code].
82 Obsolete: Old code. Something tagged obsolete generally means
83 it has been replaced by a better system and you
84 should be using that.
85 F: Files and directories with wildcard patterns.
86 A trailing slash includes all files and subdirectory files.
87 F: drivers/net/ all files in and below drivers/net
88 F: drivers/net/* all files in drivers/net, but not below
89 F: */net/* all files in "any top level directory"/net
90 One pattern per line. Multiple F: lines acceptable.
91 X: Files and directories that are NOT maintained, same rules as F:
92 Files exclusions are tested before file matches.
93 Can be useful for excluding a specific subdirectory, for instance:
94 F: net/
95 X: net/ipv6/
96 matches all files in and below net excluding net/ipv6/
97 K: Keyword perl extended regex pattern to match content in a
98 patch or file. For instance:
99 K: of_get_profile
100 matches patches or files that contain "of_get_profile"
101 K: \b(printk|pr_(info|err))\b
102 matches patches or files that contain one or more of the words
103 printk, pr_info or pr_err
104 One regex pattern per line. Multiple K: lines acceptable.
71 105
72Note: For the hard of thinking, this list is meant to remain in alphabetical 106Note: For the hard of thinking, this list is meant to remain in alphabetical
73order. If you could add yourselves to it in alphabetical order that would be 107order. If you could add yourselves to it in alphabetical order that would be
74so much easier [Ed] 108so much easier [Ed]
75 109
76P: Person (obsolete) 110Maintainers List (try to look for most precise areas first)
77M: Mail patches to: FullName <address@domain>
78L: Mailing list that is relevant to this area
79W: Web-page with status/info
80T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
81S: Status, one of the following:
82
83 Supported: Someone is actually paid to look after this.
84 Maintained: Someone actually looks after it.
85 Odd Fixes: It has a maintainer but they don't have time to do
86 much other than throw the odd patch in. See below..
87 Orphan: No current maintainer [but maybe you could take the
88 role as you write your new code].
89 Obsolete: Old code. Something tagged obsolete generally means
90 it has been replaced by a better system and you
91 should be using that.
92 111
93F: Files and directories with wildcard patterns. 112 -----------------------------------
94 A trailing slash includes all files and subdirectory files.
95 F: drivers/net/ all files in and below drivers/net
96 F: drivers/net/* all files in drivers/net, but not below
97 F: */net/* all files in "any top level directory"/net
98 One pattern per line. Multiple F: lines acceptable.
99X: Files and directories that are NOT maintained, same rules as F:
100 Files exclusions are tested before file matches.
101 Can be useful for excluding a specific subdirectory, for instance:
102 F: net/
103 X: net/ipv6/
104 matches all files in and below net excluding net/ipv6/
105 113
1063C505 NETWORK DRIVER 1143C505 NETWORK DRIVER
107M: Philip Blundell <philb@gnu.org> 115M: Philip Blundell <philb@gnu.org>
@@ -992,7 +1000,7 @@ F: drivers/net/atlx/
992 1000
993ATM 1001ATM
994M: Chas Williams <chas@cmf.nrl.navy.mil> 1002M: Chas Williams <chas@cmf.nrl.navy.mil>
995L: linux-atm-general@lists.sourceforge.net (subscribers-only) 1003L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
996L: netdev@vger.kernel.org 1004L: netdev@vger.kernel.org
997W: http://linux-atm.sourceforge.net 1005W: http://linux-atm.sourceforge.net
998S: Maintained 1006S: Maintained
@@ -1480,6 +1488,7 @@ F: mm/*cgroup*
1480 1488
1481CORETEMP HARDWARE MONITORING DRIVER 1489CORETEMP HARDWARE MONITORING DRIVER
1482M: Rudolf Marek <r.marek@assembler.cz> 1490M: Rudolf Marek <r.marek@assembler.cz>
1491M: Huaxu Wan <huaxu.wan@intel.com>
1483L: lm-sensors@lm-sensors.org 1492L: lm-sensors@lm-sensors.org
1484S: Maintained 1493S: Maintained
1485F: Documentation/hwmon/coretemp 1494F: Documentation/hwmon/coretemp
@@ -2151,7 +2160,7 @@ S: Supported
2151F: arch/powerpc/sysdev/qe_lib/ 2160F: arch/powerpc/sysdev/qe_lib/
2152F: arch/powerpc/include/asm/*qe.h 2161F: arch/powerpc/include/asm/*qe.h
2153 2162
2154FREESCALE USB PERIPHERIAL DRIVERS 2163FREESCALE USB PERIPHERAL DRIVERS
2155M: Li Yang <leoli@freescale.com> 2164M: Li Yang <leoli@freescale.com>
2156L: linux-usb@vger.kernel.org 2165L: linux-usb@vger.kernel.org
2157L: linuxppc-dev@ozlabs.org 2166L: linuxppc-dev@ozlabs.org
@@ -2202,18 +2211,6 @@ F: Documentation/filesystems/caching/
2202F: fs/fscache/ 2211F: fs/fscache/
2203F: include/linux/fscache*.h 2212F: include/linux/fscache*.h
2204 2213
2205TRACING
2206M: Steven Rostedt <rostedt@goodmis.org>
2207M: Frederic Weisbecker <fweisbec@gmail.com>
2208M: Ingo Molnar <mingo@redhat.com>
2209T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
2210S: Maintained
2211F: Documentation/trace/ftrace.txt
2212F: arch/*/*/*/ftrace.h
2213F: arch/*/kernel/ftrace.c
2214F: include/*/ftrace.h include/trace/ include/linux/trace*.h
2215F: kernel/trace/
2216
2217FUJITSU FR-V (FRV) PORT 2214FUJITSU FR-V (FRV) PORT
2218M: David Howells <dhowells@redhat.com> 2215M: David Howells <dhowells@redhat.com>
2219S: Maintained 2216S: Maintained
@@ -2272,9 +2269,8 @@ S: Maintained
2272F: include/asm-generic 2269F: include/asm-generic
2273 2270
2274GENERIC UIO DRIVER FOR PCI DEVICES 2271GENERIC UIO DRIVER FOR PCI DEVICES
2275M: Michael S. Tsirkin <mst@redhat.com> 2272M: "Michael S. Tsirkin" <mst@redhat.com>
2276L: kvm@vger.kernel.org 2273L: kvm@vger.kernel.org
2277L: linux-kernel@vger.kernel.org
2278S: Supported 2274S: Supported
2279F: drivers/uio/uio_pci_generic.c 2275F: drivers/uio/uio_pci_generic.c
2280 2276
@@ -3004,8 +3000,8 @@ F: scripts/Makefile.*
3004 3000
3005KERNEL JANITORS 3001KERNEL JANITORS
3006L: kernel-janitors@vger.kernel.org 3002L: kernel-janitors@vger.kernel.org
3007W: http://www.kerneljanitors.org/ 3003W: http://janitor.kernelnewbies.org/
3008S: Maintained 3004S: Odd Fixes
3009 3005
3010KERNEL NFSD, SUNRPC, AND LOCKD SERVERS 3006KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3011M: "J. Bruce Fields" <bfields@fieldses.org> 3007M: "J. Bruce Fields" <bfields@fieldses.org>
@@ -3667,6 +3663,7 @@ NETWORKING [GENERAL]
3667M: "David S. Miller" <davem@davemloft.net> 3663M: "David S. Miller" <davem@davemloft.net>
3668L: netdev@vger.kernel.org 3664L: netdev@vger.kernel.org
3669W: http://www.linuxfoundation.org/en/Net 3665W: http://www.linuxfoundation.org/en/Net
3666W: http://patchwork.ozlabs.org/project/netdev/list/
3670T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 3667T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3671S: Maintained 3668S: Maintained
3672F: net/ 3669F: net/
@@ -3784,7 +3781,7 @@ F: drivers/video/riva/
3784F: drivers/video/nvidia/ 3781F: drivers/video/nvidia/
3785 3782
3786OMAP SUPPORT 3783OMAP SUPPORT
3787M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com> 3784M: Tony Lindgren <tony@atomide.com>
3788L: linux-omap@vger.kernel.org 3785L: linux-omap@vger.kernel.org
3789W: http://www.muru.com/linux/omap/ 3786W: http://www.muru.com/linux/omap/
3790W: http://linux.omap.com/ 3787W: http://linux.omap.com/
@@ -3889,6 +3886,15 @@ S: Maintained
3889F: Documentation/i2c/busses/i2c-ocores 3886F: Documentation/i2c/busses/i2c-ocores
3890F: drivers/i2c/busses/i2c-ocores.c 3887F: drivers/i2c/busses/i2c-ocores.c
3891 3888
3889OPEN FIRMWARE AND FLATTENED DEVICE TREE
3890M: Grant Likely <grant.likely@secretlab.ca>
3891L: devicetree-discuss@lists.ozlabs.org
3892W: http://fdt.secretlab.ca
3893S: Maintained
3894F: drivers/of
3895F: include/linux/of*.h
3896K: of_get_property
3897
3892OPROFILE 3898OPROFILE
3893M: Robert Richter <robert.richter@amd.com> 3899M: Robert Richter <robert.richter@amd.com>
3894L: oprofile-list@lists.sf.net 3900L: oprofile-list@lists.sf.net
@@ -4324,7 +4330,7 @@ F: drivers/video/aty/aty128fb.c
4324RALINK RT2X00 WIRELESS LAN DRIVER 4330RALINK RT2X00 WIRELESS LAN DRIVER
4325P: rt2x00 project 4331P: rt2x00 project
4326L: linux-wireless@vger.kernel.org 4332L: linux-wireless@vger.kernel.org
4327L: users@rt2x00.serialmonkey.com 4333L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
4328W: http://rt2x00.serialmonkey.com/ 4334W: http://rt2x00.serialmonkey.com/
4329S: Maintained 4335S: Maintained
4330T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git 4336T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
@@ -4533,12 +4539,11 @@ F: kernel/sched*
4533F: include/linux/sched.h 4539F: include/linux/sched.h
4534 4540
4535SCORE ARCHITECTURE 4541SCORE ARCHITECTURE
4536P: Chen Liqin 4542M: Chen Liqin <liqin.chen@sunplusct.com>
4537M: liqin.chen@sunplusct.com 4543M: Lennox Wu <lennox.wu@gmail.com>
4538P: Lennox Wu
4539M: lennox.wu@gmail.com
4540W: http://www.sunplusct.com 4544W: http://www.sunplusct.com
4541S: Supported 4545S: Supported
4546F: arch/score/
4542 4547
4543SCSI CDROM DRIVER 4548SCSI CDROM DRIVER
4544M: Jens Axboe <axboe@kernel.dk> 4549M: Jens Axboe <axboe@kernel.dk>
@@ -4611,20 +4616,20 @@ S: Maintained
4611F: drivers/mmc/host/sdricoh_cs.c 4616F: drivers/mmc/host/sdricoh_cs.c
4612 4617
4613SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER 4618SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4614S: Orphan 4619S: Orphan
4615L: linux-mmc@vger.kernel.org 4620L: linux-mmc@vger.kernel.org
4616F: drivers/mmc/host/sdhci.* 4621F: drivers/mmc/host/sdhci.*
4617 4622
4618SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) 4623SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4619M: Anton Vorontsov <avorontsov@ru.mvista.com> 4624M: Anton Vorontsov <avorontsov@ru.mvista.com>
4620L: linuxppc-dev@ozlabs.org 4625L: linuxppc-dev@ozlabs.org
4621L: linux-mmc@vger.kernel.org 4626L: linux-mmc@vger.kernel.org
4622S: Maintained 4627S: Maintained
4623F: drivers/mmc/host/sdhci-of.* 4628F: drivers/mmc/host/sdhci-of.*
4624 4629
4625SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER 4630SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4626M: Ben Dooks <ben-linux@fluff.org> 4631M: Ben Dooks <ben-linux@fluff.org>
4627L: linux-mmc@vger.kernel.org 4632L: linux-mmc@vger.kernel.org
4628S: Maintained 4633S: Maintained
4629F: drivers/mmc/host/sdhci-s3c.c 4634F: drivers/mmc/host/sdhci-s3c.c
4630 4635
@@ -4727,8 +4732,7 @@ F: drivers/usb/gadget/lh7a40*
4727F: drivers/usb/host/ohci-lh7a40* 4732F: drivers/usb/host/ohci-lh7a40*
4728 4733
4729SIMPLE FIRMWARE INTERFACE (SFI) 4734SIMPLE FIRMWARE INTERFACE (SFI)
4730P: Len Brown 4735M: Len Brown <lenb@kernel.org>
4731M: lenb@kernel.org
4732L: sfi-devel@simplefirmware.org 4736L: sfi-devel@simplefirmware.org
4733W: http://simplefirmware.org/ 4737W: http://simplefirmware.org/
4734T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git 4738T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
@@ -5176,6 +5180,20 @@ L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5176S: Maintained 5180S: Maintained
5177F: drivers/char/tpm/ 5181F: drivers/char/tpm/
5178 5182
5183TRACING
5184M: Steven Rostedt <rostedt@goodmis.org>
5185M: Frederic Weisbecker <fweisbec@gmail.com>
5186M: Ingo Molnar <mingo@redhat.com>
5187T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
5188S: Maintained
5189F: Documentation/trace/ftrace.txt
5190F: arch/*/*/*/ftrace.h
5191F: arch/*/kernel/ftrace.c
5192F: include/*/ftrace.h
5193F: include/linux/trace*.h
5194F: include/trace/
5195F: kernel/trace/
5196
5179TRIVIAL PATCHES 5197TRIVIAL PATCHES
5180M: Jiri Kosina <trivial@kernel.org> 5198M: Jiri Kosina <trivial@kernel.org>
5181T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git 5199T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
@@ -5664,6 +5682,13 @@ S: Maintained
5664F: drivers/vlynq/vlynq.c 5682F: drivers/vlynq/vlynq.c
5665F: include/linux/vlynq.h 5683F: include/linux/vlynq.h
5666 5684
5685VMWARE VMXNET3 ETHERNET DRIVER
5686M: Shreyas Bhatewara <sbhatewara@vmware.com>
5687M: VMware, Inc. <pv-drivers@vmware.com>
5688L: netdev@vger.kernel.org
5689S: Maintained
5690F: drivers/net/vmxnet3/
5691
5667VOLTAGE AND CURRENT REGULATOR FRAMEWORK 5692VOLTAGE AND CURRENT REGULATOR FRAMEWORK
5668M: Liam Girdwood <lrg@slimlogic.co.uk> 5693M: Liam Girdwood <lrg@slimlogic.co.uk>
5669M: Mark Brown <broonie@opensource.wolfsonmicro.com> 5694M: Mark Brown <broonie@opensource.wolfsonmicro.com>
@@ -5735,8 +5760,7 @@ S: Maintained
5735F: drivers/scsi/wd7000.c 5760F: drivers/scsi/wd7000.c
5736 5761
5737WINBOND CIR DRIVER 5762WINBOND CIR DRIVER
5738P: David Härdeman 5763M: David Härdeman <david@hardeman.nu>
5739M: david@hardeman.nu
5740S: Maintained 5764S: Maintained
5741F: drivers/input/misc/winbond-cir.c 5765F: drivers/input/misc/winbond-cir.c
5742 5766
@@ -5793,9 +5817,7 @@ F: drivers/input/touchscreen/*wm97*
5793F: include/linux/wm97xx.h 5817F: include/linux/wm97xx.h
5794 5818
5795WOLFSON MICROELECTRONICS PMIC DRIVERS 5819WOLFSON MICROELECTRONICS PMIC DRIVERS
5796P: Mark Brown 5820M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5797M: broonie@opensource.wolfsonmicro.com
5798L: linux-kernel@vger.kernel.org
5799T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus 5821T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
5800W: http://opensource.wolfsonmicro.com/node/8 5822W: http://opensource.wolfsonmicro.com/node/8
5801S: Supported 5823S: Supported