diff options
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 202 |
1 files changed, 110 insertions, 92 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 88241154f4ce..c824b4d62754 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -65,43 +65,51 @@ trivial patch so apply some common sense. | |||
65 | 65 | ||
66 | 8. Happy hacking. | 66 | 8. Happy hacking. |
67 | 67 | ||
68 | ----------------------------------- | 68 | Descriptions of section entries: |
69 | 69 | ||
70 | Maintainers 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 | ||
72 | Note: For the hard of thinking, this list is meant to remain in alphabetical | 106 | Note: For the hard of thinking, this list is meant to remain in alphabetical |
73 | order. If you could add yourselves to it in alphabetical order that would be | 107 | order. If you could add yourselves to it in alphabetical order that would be |
74 | so much easier [Ed] | 108 | so much easier [Ed] |
75 | 109 | ||
76 | P: Person (obsolete) | 110 | Maintainers List (try to look for most precise areas first) |
77 | M: Mail patches to: FullName <address@domain> | ||
78 | L: Mailing list that is relevant to this area | ||
79 | W: Web-page with status/info | ||
80 | T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. | ||
81 | S: 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 | ||
93 | F: 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. | ||
99 | X: 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 | ||
106 | 3C505 NETWORK DRIVER | 114 | 3C505 NETWORK DRIVER |
107 | M: Philip Blundell <philb@gnu.org> | 115 | M: Philip Blundell <philb@gnu.org> |
@@ -174,7 +182,7 @@ M: Ron Minnich <rminnich@sandia.gov> | |||
174 | M: Latchesar Ionkov <lucho@ionkov.net> | 182 | M: Latchesar Ionkov <lucho@ionkov.net> |
175 | L: v9fs-developer@lists.sourceforge.net | 183 | L: v9fs-developer@lists.sourceforge.net |
176 | W: http://swik.net/v9fs | 184 | W: http://swik.net/v9fs |
177 | T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git | 185 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git |
178 | S: Maintained | 186 | S: Maintained |
179 | F: Documentation/filesystems/9p.txt | 187 | F: Documentation/filesystems/9p.txt |
180 | F: fs/9p/ | 188 | F: fs/9p/ |
@@ -898,7 +906,6 @@ M: Karol Kozimor <sziwan@users.sourceforge.net> | |||
898 | L: acpi4asus-user@lists.sourceforge.net | 906 | L: acpi4asus-user@lists.sourceforge.net |
899 | W: http://acpi4asus.sf.net | 907 | W: http://acpi4asus.sf.net |
900 | S: Maintained | 908 | S: Maintained |
901 | F: arch/x86/kernel/acpi/boot.c | ||
902 | F: drivers/platform/x86/asus_acpi.c | 909 | F: drivers/platform/x86/asus_acpi.c |
903 | 910 | ||
904 | ASUS ASB100 HARDWARE MONITOR DRIVER | 911 | ASUS ASB100 HARDWARE MONITOR DRIVER |
@@ -992,7 +999,7 @@ F: drivers/net/atlx/ | |||
992 | 999 | ||
993 | ATM | 1000 | ATM |
994 | M: Chas Williams <chas@cmf.nrl.navy.mil> | 1001 | M: Chas Williams <chas@cmf.nrl.navy.mil> |
995 | L: linux-atm-general@lists.sourceforge.net (subscribers-only) | 1002 | L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers) |
996 | L: netdev@vger.kernel.org | 1003 | L: netdev@vger.kernel.org |
997 | W: http://linux-atm.sourceforge.net | 1004 | W: http://linux-atm.sourceforge.net |
998 | S: Maintained | 1005 | S: Maintained |
@@ -1237,11 +1244,10 @@ S: Supported | |||
1237 | F: drivers/net/tg3.* | 1244 | F: drivers/net/tg3.* |
1238 | 1245 | ||
1239 | BROCADE BFA FC SCSI DRIVER | 1246 | BROCADE BFA FC SCSI DRIVER |
1240 | P: Jing Huang | 1247 | M: Jing Huang <huangj@brocade.com> |
1241 | M: huangj@brocade.com | 1248 | L: linux-scsi@vger.kernel.org |
1242 | L: linux-scsi@vger.kernel.org | 1249 | S: Supported |
1243 | S: Supported | 1250 | F: drivers/scsi/bfa/ |
1244 | F: drivers/scsi/bfa/ | ||
1245 | 1251 | ||
1246 | BSG (block layer generic sg v4 driver) | 1252 | BSG (block layer generic sg v4 driver) |
1247 | M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 1253 | M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |
@@ -1480,6 +1486,7 @@ F: mm/*cgroup* | |||
1480 | 1486 | ||
1481 | CORETEMP HARDWARE MONITORING DRIVER | 1487 | CORETEMP HARDWARE MONITORING DRIVER |
1482 | M: Rudolf Marek <r.marek@assembler.cz> | 1488 | M: Rudolf Marek <r.marek@assembler.cz> |
1489 | M: Huaxu Wan <huaxu.wan@intel.com> | ||
1483 | L: lm-sensors@lm-sensors.org | 1490 | L: lm-sensors@lm-sensors.org |
1484 | S: Maintained | 1491 | S: Maintained |
1485 | F: Documentation/hwmon/coretemp | 1492 | F: Documentation/hwmon/coretemp |
@@ -2151,7 +2158,7 @@ S: Supported | |||
2151 | F: arch/powerpc/sysdev/qe_lib/ | 2158 | F: arch/powerpc/sysdev/qe_lib/ |
2152 | F: arch/powerpc/include/asm/*qe.h | 2159 | F: arch/powerpc/include/asm/*qe.h |
2153 | 2160 | ||
2154 | FREESCALE USB PERIPHERIAL DRIVERS | 2161 | FREESCALE USB PERIPHERAL DRIVERS |
2155 | M: Li Yang <leoli@freescale.com> | 2162 | M: Li Yang <leoli@freescale.com> |
2156 | L: linux-usb@vger.kernel.org | 2163 | L: linux-usb@vger.kernel.org |
2157 | L: linuxppc-dev@ozlabs.org | 2164 | L: linuxppc-dev@ozlabs.org |
@@ -2202,18 +2209,6 @@ F: Documentation/filesystems/caching/ | |||
2202 | F: fs/fscache/ | 2209 | F: fs/fscache/ |
2203 | F: include/linux/fscache*.h | 2210 | F: include/linux/fscache*.h |
2204 | 2211 | ||
2205 | TRACING | ||
2206 | M: Steven Rostedt <rostedt@goodmis.org> | ||
2207 | M: Frederic Weisbecker <fweisbec@gmail.com> | ||
2208 | M: Ingo Molnar <mingo@redhat.com> | ||
2209 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core | ||
2210 | S: Maintained | ||
2211 | F: Documentation/trace/ftrace.txt | ||
2212 | F: arch/*/*/*/ftrace.h | ||
2213 | F: arch/*/kernel/ftrace.c | ||
2214 | F: include/*/ftrace.h include/trace/ include/linux/trace*.h | ||
2215 | F: kernel/trace/ | ||
2216 | |||
2217 | FUJITSU FR-V (FRV) PORT | 2212 | FUJITSU FR-V (FRV) PORT |
2218 | M: David Howells <dhowells@redhat.com> | 2213 | M: David Howells <dhowells@redhat.com> |
2219 | S: Maintained | 2214 | S: Maintained |
@@ -2272,9 +2267,8 @@ S: Maintained | |||
2272 | F: include/asm-generic | 2267 | F: include/asm-generic |
2273 | 2268 | ||
2274 | GENERIC UIO DRIVER FOR PCI DEVICES | 2269 | GENERIC UIO DRIVER FOR PCI DEVICES |
2275 | M: Michael S. Tsirkin <mst@redhat.com> | 2270 | M: "Michael S. Tsirkin" <mst@redhat.com> |
2276 | L: kvm@vger.kernel.org | 2271 | L: kvm@vger.kernel.org |
2277 | L: linux-kernel@vger.kernel.org | ||
2278 | S: Supported | 2272 | S: Supported |
2279 | F: drivers/uio/uio_pci_generic.c | 2273 | F: drivers/uio/uio_pci_generic.c |
2280 | 2274 | ||
@@ -2829,7 +2823,7 @@ F: drivers/infiniband/hw/ipath/ | |||
2829 | 2823 | ||
2830 | IPMI SUBSYSTEM | 2824 | IPMI SUBSYSTEM |
2831 | M: Corey Minyard <minyard@acm.org> | 2825 | M: Corey Minyard <minyard@acm.org> |
2832 | L: openipmi-developer@lists.sourceforge.net | 2826 | L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers) |
2833 | W: http://openipmi.sourceforge.net/ | 2827 | W: http://openipmi.sourceforge.net/ |
2834 | S: Supported | 2828 | S: Supported |
2835 | F: Documentation/IPMI.txt | 2829 | F: Documentation/IPMI.txt |
@@ -3004,8 +2998,8 @@ F: scripts/Makefile.* | |||
3004 | 2998 | ||
3005 | KERNEL JANITORS | 2999 | KERNEL JANITORS |
3006 | L: kernel-janitors@vger.kernel.org | 3000 | L: kernel-janitors@vger.kernel.org |
3007 | W: http://www.kerneljanitors.org/ | 3001 | W: http://janitor.kernelnewbies.org/ |
3008 | S: Maintained | 3002 | S: Odd Fixes |
3009 | 3003 | ||
3010 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS | 3004 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
3011 | M: "J. Bruce Fields" <bfields@fieldses.org> | 3005 | M: "J. Bruce Fields" <bfields@fieldses.org> |
@@ -3090,9 +3084,13 @@ F: kernel/kgdb.c | |||
3090 | 3084 | ||
3091 | KMEMCHECK | 3085 | KMEMCHECK |
3092 | M: Vegard Nossum <vegardno@ifi.uio.no> | 3086 | M: Vegard Nossum <vegardno@ifi.uio.no> |
3093 | P Pekka Enberg | 3087 | M: Pekka Enberg <penberg@cs.helsinki.fi> |
3094 | M: penberg@cs.helsinki.fi | ||
3095 | S: Maintained | 3088 | S: Maintained |
3089 | F: Documentation/kmemcheck.txt | ||
3090 | F: arch/x86/include/asm/kmemcheck.h | ||
3091 | F: arch/x86/mm/kmemcheck/ | ||
3092 | F: include/linux/kmemcheck.h | ||
3093 | F: mm/kmemcheck.c | ||
3096 | 3094 | ||
3097 | KMEMLEAK | 3095 | KMEMLEAK |
3098 | M: Catalin Marinas <catalin.marinas@arm.com> | 3096 | M: Catalin Marinas <catalin.marinas@arm.com> |
@@ -3622,7 +3620,7 @@ L: netfilter@vger.kernel.org | |||
3622 | L: coreteam@netfilter.org | 3620 | L: coreteam@netfilter.org |
3623 | W: http://www.netfilter.org/ | 3621 | W: http://www.netfilter.org/ |
3624 | W: http://www.iptables.org/ | 3622 | W: http://www.iptables.org/ |
3625 | T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git | 3623 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git |
3626 | S: Supported | 3624 | S: Supported |
3627 | F: include/linux/netfilter* | 3625 | F: include/linux/netfilter* |
3628 | F: include/linux/netfilter/ | 3626 | F: include/linux/netfilter/ |
@@ -3669,6 +3667,7 @@ L: netdev@vger.kernel.org | |||
3669 | W: http://www.linuxfoundation.org/en/Net | 3667 | W: http://www.linuxfoundation.org/en/Net |
3670 | W: http://patchwork.ozlabs.org/project/netdev/list/ | 3668 | W: http://patchwork.ozlabs.org/project/netdev/list/ |
3671 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | 3669 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
3670 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git | ||
3672 | S: Maintained | 3671 | S: Maintained |
3673 | F: net/ | 3672 | F: net/ |
3674 | F: include/net/ | 3673 | F: include/net/ |
@@ -3785,7 +3784,7 @@ F: drivers/video/riva/ | |||
3785 | F: drivers/video/nvidia/ | 3784 | F: drivers/video/nvidia/ |
3786 | 3785 | ||
3787 | OMAP SUPPORT | 3786 | OMAP SUPPORT |
3788 | M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com> | 3787 | M: Tony Lindgren <tony@atomide.com> |
3789 | L: linux-omap@vger.kernel.org | 3788 | L: linux-omap@vger.kernel.org |
3790 | W: http://www.muru.com/linux/omap/ | 3789 | W: http://www.muru.com/linux/omap/ |
3791 | W: http://linux.omap.com/ | 3790 | W: http://linux.omap.com/ |
@@ -3890,6 +3889,15 @@ S: Maintained | |||
3890 | F: Documentation/i2c/busses/i2c-ocores | 3889 | F: Documentation/i2c/busses/i2c-ocores |
3891 | F: drivers/i2c/busses/i2c-ocores.c | 3890 | F: drivers/i2c/busses/i2c-ocores.c |
3892 | 3891 | ||
3892 | OPEN FIRMWARE AND FLATTENED DEVICE TREE | ||
3893 | M: Grant Likely <grant.likely@secretlab.ca> | ||
3894 | L: devicetree-discuss@lists.ozlabs.org | ||
3895 | W: http://fdt.secretlab.ca | ||
3896 | S: Maintained | ||
3897 | F: drivers/of | ||
3898 | F: include/linux/of*.h | ||
3899 | K: of_get_property | ||
3900 | |||
3893 | OPROFILE | 3901 | OPROFILE |
3894 | M: Robert Richter <robert.richter@amd.com> | 3902 | M: Robert Richter <robert.richter@amd.com> |
3895 | L: oprofile-list@lists.sf.net | 3903 | L: oprofile-list@lists.sf.net |
@@ -4324,8 +4332,10 @@ F: drivers/video/aty/aty128fb.c | |||
4324 | 4332 | ||
4325 | RALINK RT2X00 WIRELESS LAN DRIVER | 4333 | RALINK RT2X00 WIRELESS LAN DRIVER |
4326 | P: rt2x00 project | 4334 | P: rt2x00 project |
4335 | M: Ivo van Doorn <IvDoorn@gmail.com> | ||
4336 | M: Gertjan van Wingerde <gwingerde@gmail.com> | ||
4327 | L: linux-wireless@vger.kernel.org | 4337 | L: linux-wireless@vger.kernel.org |
4328 | L: users@rt2x00.serialmonkey.com | 4338 | L: users@rt2x00.serialmonkey.com (moderated for non-subscribers) |
4329 | W: http://rt2x00.serialmonkey.com/ | 4339 | W: http://rt2x00.serialmonkey.com/ |
4330 | S: Maintained | 4340 | S: Maintained |
4331 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git | 4341 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git |
@@ -4411,7 +4421,7 @@ RFKILL | |||
4411 | M: Johannes Berg <johannes@sipsolutions.net> | 4421 | M: Johannes Berg <johannes@sipsolutions.net> |
4412 | L: linux-wireless@vger.kernel.org | 4422 | L: linux-wireless@vger.kernel.org |
4413 | S: Maintained | 4423 | S: Maintained |
4414 | F Documentation/rfkill.txt | 4424 | F: Documentation/rfkill.txt |
4415 | F: net/rfkill/ | 4425 | F: net/rfkill/ |
4416 | 4426 | ||
4417 | RISCOM8 DRIVER | 4427 | RISCOM8 DRIVER |
@@ -4534,12 +4544,11 @@ F: kernel/sched* | |||
4534 | F: include/linux/sched.h | 4544 | F: include/linux/sched.h |
4535 | 4545 | ||
4536 | SCORE ARCHITECTURE | 4546 | SCORE ARCHITECTURE |
4537 | P: Chen Liqin | 4547 | M: Chen Liqin <liqin.chen@sunplusct.com> |
4538 | M: liqin.chen@sunplusct.com | 4548 | M: Lennox Wu <lennox.wu@gmail.com> |
4539 | P: Lennox Wu | ||
4540 | M: lennox.wu@gmail.com | ||
4541 | W: http://www.sunplusct.com | 4549 | W: http://www.sunplusct.com |
4542 | S: Supported | 4550 | S: Supported |
4551 | F: arch/score/ | ||
4543 | 4552 | ||
4544 | SCSI CDROM DRIVER | 4553 | SCSI CDROM DRIVER |
4545 | M: Jens Axboe <axboe@kernel.dk> | 4554 | M: Jens Axboe <axboe@kernel.dk> |
@@ -4612,27 +4621,27 @@ S: Maintained | |||
4612 | F: drivers/mmc/host/sdricoh_cs.c | 4621 | F: drivers/mmc/host/sdricoh_cs.c |
4613 | 4622 | ||
4614 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER | 4623 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
4615 | S: Orphan | 4624 | S: Orphan |
4616 | L: linux-mmc@vger.kernel.org | 4625 | L: linux-mmc@vger.kernel.org |
4617 | F: drivers/mmc/host/sdhci.* | 4626 | F: drivers/mmc/host/sdhci.* |
4618 | 4627 | ||
4619 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) | 4628 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) |
4620 | M: Anton Vorontsov <avorontsov@ru.mvista.com> | 4629 | M: Anton Vorontsov <avorontsov@ru.mvista.com> |
4621 | L: linuxppc-dev@ozlabs.org | 4630 | L: linuxppc-dev@ozlabs.org |
4622 | L: linux-mmc@vger.kernel.org | 4631 | L: linux-mmc@vger.kernel.org |
4623 | S: Maintained | 4632 | S: Maintained |
4624 | F: drivers/mmc/host/sdhci-of.* | 4633 | F: drivers/mmc/host/sdhci-of.* |
4625 | 4634 | ||
4626 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER | 4635 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER |
4627 | M: Ben Dooks <ben-linux@fluff.org> | 4636 | M: Ben Dooks <ben-linux@fluff.org> |
4628 | L: linux-mmc@vger.kernel.org | 4637 | L: linux-mmc@vger.kernel.org |
4629 | S: Maintained | 4638 | S: Maintained |
4630 | F: drivers/mmc/host/sdhci-s3c.c | 4639 | F: drivers/mmc/host/sdhci-s3c.c |
4631 | 4640 | ||
4632 | SECURITY SUBSYSTEM | 4641 | SECURITY SUBSYSTEM |
4633 | M: James Morris <jmorris@namei.org> | 4642 | M: James Morris <jmorris@namei.org> |
4634 | L: linux-security-module@vger.kernel.org (suggested Cc:) | 4643 | L: linux-security-module@vger.kernel.org (suggested Cc:) |
4635 | T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git | 4644 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git |
4636 | W: http://security.wiki.kernel.org/ | 4645 | W: http://security.wiki.kernel.org/ |
4637 | S: Supported | 4646 | S: Supported |
4638 | F: security/ | 4647 | F: security/ |
@@ -4668,12 +4677,11 @@ F: include/linux/ata.h | |||
4668 | F: include/linux/libata.h | 4677 | F: include/linux/libata.h |
4669 | 4678 | ||
4670 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER | 4679 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER |
4671 | P: Jayamohan Kallickal | 4680 | M: Jayamohan Kallickal <jayamohank@serverengines.com> |
4672 | M: jayamohank@serverengines.com | 4681 | L: linux-scsi@vger.kernel.org |
4673 | L: linux-scsi@vger.kernel.org | 4682 | W: http://www.serverengines.com |
4674 | W: http://www.serverengines.com | 4683 | S: Supported |
4675 | S: Supported | 4684 | F: drivers/scsi/be2iscsi/ |
4676 | F: drivers/scsi/be2iscsi/ | ||
4677 | 4685 | ||
4678 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER | 4686 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
4679 | M: Sathya Perla <sathyap@serverengines.com> | 4687 | M: Sathya Perla <sathyap@serverengines.com> |
@@ -4728,8 +4736,7 @@ F: drivers/usb/gadget/lh7a40* | |||
4728 | F: drivers/usb/host/ohci-lh7a40* | 4736 | F: drivers/usb/host/ohci-lh7a40* |
4729 | 4737 | ||
4730 | SIMPLE FIRMWARE INTERFACE (SFI) | 4738 | SIMPLE FIRMWARE INTERFACE (SFI) |
4731 | P: Len Brown | 4739 | M: Len Brown <lenb@kernel.org> |
4732 | M: lenb@kernel.org | ||
4733 | L: sfi-devel@simplefirmware.org | 4740 | L: sfi-devel@simplefirmware.org |
4734 | W: http://simplefirmware.org/ | 4741 | W: http://simplefirmware.org/ |
4735 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git | 4742 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git |
@@ -5177,6 +5184,20 @@ L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) | |||
5177 | S: Maintained | 5184 | S: Maintained |
5178 | F: drivers/char/tpm/ | 5185 | F: drivers/char/tpm/ |
5179 | 5186 | ||
5187 | TRACING | ||
5188 | M: Steven Rostedt <rostedt@goodmis.org> | ||
5189 | M: Frederic Weisbecker <fweisbec@gmail.com> | ||
5190 | M: Ingo Molnar <mingo@redhat.com> | ||
5191 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core | ||
5192 | S: Maintained | ||
5193 | F: Documentation/trace/ftrace.txt | ||
5194 | F: arch/*/*/*/ftrace.h | ||
5195 | F: arch/*/kernel/ftrace.c | ||
5196 | F: include/*/ftrace.h | ||
5197 | F: include/linux/trace*.h | ||
5198 | F: include/trace/ | ||
5199 | F: kernel/trace/ | ||
5200 | |||
5180 | TRIVIAL PATCHES | 5201 | TRIVIAL PATCHES |
5181 | M: Jiri Kosina <trivial@kernel.org> | 5202 | M: Jiri Kosina <trivial@kernel.org> |
5182 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git | 5203 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |
@@ -5666,11 +5687,11 @@ F: drivers/vlynq/vlynq.c | |||
5666 | F: include/linux/vlynq.h | 5687 | F: include/linux/vlynq.h |
5667 | 5688 | ||
5668 | VMWARE VMXNET3 ETHERNET DRIVER | 5689 | VMWARE VMXNET3 ETHERNET DRIVER |
5669 | M: Shreyas Bhatewara <sbhatewara@vmware.com> | 5690 | M: Shreyas Bhatewara <sbhatewara@vmware.com> |
5670 | M: VMware, Inc. <pv-drivers@vmware.com> | 5691 | M: "VMware, Inc." <pv-drivers@vmware.com> |
5671 | L: netdev@vger.kernel.org | 5692 | L: netdev@vger.kernel.org |
5672 | S: Maintained | 5693 | S: Maintained |
5673 | F: drivers/net/vmxnet3/ | 5694 | F: drivers/net/vmxnet3/ |
5674 | 5695 | ||
5675 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK | 5696 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
5676 | M: Liam Girdwood <lrg@slimlogic.co.uk> | 5697 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
@@ -5743,8 +5764,7 @@ S: Maintained | |||
5743 | F: drivers/scsi/wd7000.c | 5764 | F: drivers/scsi/wd7000.c |
5744 | 5765 | ||
5745 | WINBOND CIR DRIVER | 5766 | WINBOND CIR DRIVER |
5746 | P: David Härdeman | 5767 | M: David Härdeman <david@hardeman.nu> |
5747 | M: david@hardeman.nu | ||
5748 | S: Maintained | 5768 | S: Maintained |
5749 | F: drivers/input/misc/winbond-cir.c | 5769 | F: drivers/input/misc/winbond-cir.c |
5750 | 5770 | ||
@@ -5801,9 +5821,7 @@ F: drivers/input/touchscreen/*wm97* | |||
5801 | F: include/linux/wm97xx.h | 5821 | F: include/linux/wm97xx.h |
5802 | 5822 | ||
5803 | WOLFSON MICROELECTRONICS PMIC DRIVERS | 5823 | WOLFSON MICROELECTRONICS PMIC DRIVERS |
5804 | P: Mark Brown | 5824 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
5805 | M: broonie@opensource.wolfsonmicro.com | ||
5806 | L: linux-kernel@vger.kernel.org | ||
5807 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus | 5825 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus |
5808 | W: http://opensource.wolfsonmicro.com/node/8 | 5826 | W: http://opensource.wolfsonmicro.com/node/8 |
5809 | S: Supported | 5827 | S: Supported |