diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2009-11-03 15:14:39 -0500 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-11-03 15:14:39 -0500 |
commit | 2058297d2d045cb57138c33b87cfabcc80e65186 (patch) | |
tree | 7ccffd0e162cbd7471f643561e79f23abb989a62 /MAINTAINERS | |
parent | 150e6c67f4bf6ab51e62defc41bd19a2eefe5709 (diff) | |
parent | 4b27e1bb442e964903f8a3fa6bdf33a602dc0941 (diff) |
Merge branch 'for-linus' into for-2.6.33
Conflicts:
block/cfq-iosched.c
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 196 |
1 files changed, 127 insertions, 69 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5a7ba81cf2ce..1371648c0aa8 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> |
@@ -577,6 +585,11 @@ M: Mike Rapoport <mike@compulab.co.il> | |||
577 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 585 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
578 | S: Maintained | 586 | S: Maintained |
579 | 587 | ||
588 | ARM/CONTEC MICRO9 MACHINE SUPPORT | ||
589 | M: Hubert Feurstein <hubert.feurstein@contec.at> | ||
590 | S: Maintained | ||
591 | F: arch/arm/mach-ep93xx/micro9.c | ||
592 | |||
580 | ARM/CORGI MACHINE SUPPORT | 593 | ARM/CORGI MACHINE SUPPORT |
581 | M: Richard Purdie <rpurdie@rpsys.net> | 594 | M: Richard Purdie <rpurdie@rpsys.net> |
582 | S: Maintained | 595 | S: Maintained |
@@ -987,7 +1000,7 @@ F: drivers/net/atlx/ | |||
987 | 1000 | ||
988 | ATM | 1001 | ATM |
989 | M: Chas Williams <chas@cmf.nrl.navy.mil> | 1002 | M: Chas Williams <chas@cmf.nrl.navy.mil> |
990 | L: linux-atm-general@lists.sourceforge.net (subscribers-only) | 1003 | L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers) |
991 | L: netdev@vger.kernel.org | 1004 | L: netdev@vger.kernel.org |
992 | W: http://linux-atm.sourceforge.net | 1005 | W: http://linux-atm.sourceforge.net |
993 | S: Maintained | 1006 | S: Maintained |
@@ -1231,6 +1244,13 @@ L: netdev@vger.kernel.org | |||
1231 | S: Supported | 1244 | S: Supported |
1232 | F: drivers/net/tg3.* | 1245 | F: drivers/net/tg3.* |
1233 | 1246 | ||
1247 | BROCADE BFA FC SCSI DRIVER | ||
1248 | P: Jing Huang | ||
1249 | M: huangj@brocade.com | ||
1250 | L: linux-scsi@vger.kernel.org | ||
1251 | S: Supported | ||
1252 | F: drivers/scsi/bfa/ | ||
1253 | |||
1234 | BSG (block layer generic sg v4 driver) | 1254 | BSG (block layer generic sg v4 driver) |
1235 | M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 1255 | M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |
1236 | L: linux-scsi@vger.kernel.org | 1256 | L: linux-scsi@vger.kernel.org |
@@ -1468,6 +1488,7 @@ F: mm/*cgroup* | |||
1468 | 1488 | ||
1469 | CORETEMP HARDWARE MONITORING DRIVER | 1489 | CORETEMP HARDWARE MONITORING DRIVER |
1470 | M: Rudolf Marek <r.marek@assembler.cz> | 1490 | M: Rudolf Marek <r.marek@assembler.cz> |
1491 | M: Huaxu Wan <huaxu.wan@intel.com> | ||
1471 | L: lm-sensors@lm-sensors.org | 1492 | L: lm-sensors@lm-sensors.org |
1472 | S: Maintained | 1493 | S: Maintained |
1473 | F: Documentation/hwmon/coretemp | 1494 | F: Documentation/hwmon/coretemp |
@@ -2071,7 +2092,7 @@ S: Maintained | |||
2071 | F: fs/* | 2092 | F: fs/* |
2072 | 2093 | ||
2073 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER | 2094 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
2074 | M: Riku Voipio <riku.vipio@iki.fi> | 2095 | M: Riku Voipio <riku.voipio@iki.fi> |
2075 | L: lm-sensors@lm-sensors.org | 2096 | L: lm-sensors@lm-sensors.org |
2076 | S: Maintained | 2097 | S: Maintained |
2077 | F: drivers/hwmon/f75375s.c | 2098 | F: drivers/hwmon/f75375s.c |
@@ -2152,7 +2173,7 @@ S: Supported | |||
2152 | F: arch/powerpc/sysdev/qe_lib/ | 2173 | F: arch/powerpc/sysdev/qe_lib/ |
2153 | F: arch/powerpc/include/asm/*qe.h | 2174 | F: arch/powerpc/include/asm/*qe.h |
2154 | 2175 | ||
2155 | FREESCALE USB PERIPHERIAL DRIVERS | 2176 | FREESCALE USB PERIPHERAL DRIVERS |
2156 | M: Li Yang <leoli@freescale.com> | 2177 | M: Li Yang <leoli@freescale.com> |
2157 | L: linux-usb@vger.kernel.org | 2178 | L: linux-usb@vger.kernel.org |
2158 | L: linuxppc-dev@ozlabs.org | 2179 | L: linuxppc-dev@ozlabs.org |
@@ -2203,18 +2224,6 @@ F: Documentation/filesystems/caching/ | |||
2203 | F: fs/fscache/ | 2224 | F: fs/fscache/ |
2204 | F: include/linux/fscache*.h | 2225 | F: include/linux/fscache*.h |
2205 | 2226 | ||
2206 | TRACING | ||
2207 | M: Steven Rostedt <rostedt@goodmis.org> | ||
2208 | M: Frederic Weisbecker <fweisbec@gmail.com> | ||
2209 | M: Ingo Molnar <mingo@redhat.com> | ||
2210 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core | ||
2211 | S: Maintained | ||
2212 | F: Documentation/trace/ftrace.txt | ||
2213 | F: arch/*/*/*/ftrace.h | ||
2214 | F: arch/*/kernel/ftrace.c | ||
2215 | F: include/*/ftrace.h include/trace/ include/linux/trace*.h | ||
2216 | F: kernel/trace/ | ||
2217 | |||
2218 | FUJITSU FR-V (FRV) PORT | 2227 | FUJITSU FR-V (FRV) PORT |
2219 | M: David Howells <dhowells@redhat.com> | 2228 | M: David Howells <dhowells@redhat.com> |
2220 | S: Maintained | 2229 | S: Maintained |
@@ -2273,9 +2282,8 @@ S: Maintained | |||
2273 | F: include/asm-generic | 2282 | F: include/asm-generic |
2274 | 2283 | ||
2275 | GENERIC UIO DRIVER FOR PCI DEVICES | 2284 | GENERIC UIO DRIVER FOR PCI DEVICES |
2276 | M: Michael S. Tsirkin <mst@redhat.com> | 2285 | M: "Michael S. Tsirkin" <mst@redhat.com> |
2277 | L: kvm@vger.kernel.org | 2286 | L: kvm@vger.kernel.org |
2278 | L: linux-kernel@vger.kernel.org | ||
2279 | S: Supported | 2287 | S: Supported |
2280 | F: drivers/uio/uio_pci_generic.c | 2288 | F: drivers/uio/uio_pci_generic.c |
2281 | 2289 | ||
@@ -2616,6 +2624,7 @@ L: linux1394-devel@lists.sourceforge.net | |||
2616 | W: http://www.linux1394.org/ | 2624 | W: http://www.linux1394.org/ |
2617 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git | 2625 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
2618 | S: Maintained | 2626 | S: Maintained |
2627 | F: Documentation/debugging-via-ohci1394.txt | ||
2619 | F: drivers/ieee1394/ | 2628 | F: drivers/ieee1394/ |
2620 | 2629 | ||
2621 | IEEE 1394 RAW I/O DRIVER | 2630 | IEEE 1394 RAW I/O DRIVER |
@@ -3004,8 +3013,8 @@ F: scripts/Makefile.* | |||
3004 | 3013 | ||
3005 | KERNEL JANITORS | 3014 | KERNEL JANITORS |
3006 | L: kernel-janitors@vger.kernel.org | 3015 | L: kernel-janitors@vger.kernel.org |
3007 | W: http://www.kerneljanitors.org/ | 3016 | W: http://janitor.kernelnewbies.org/ |
3008 | S: Maintained | 3017 | S: Odd Fixes |
3009 | 3018 | ||
3010 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS | 3019 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
3011 | M: "J. Bruce Fields" <bfields@fieldses.org> | 3020 | M: "J. Bruce Fields" <bfields@fieldses.org> |
@@ -3656,10 +3665,18 @@ F: Documentation/blockdev/nbd.txt | |||
3656 | F: drivers/block/nbd.c | 3665 | F: drivers/block/nbd.c |
3657 | F: include/linux/nbd.h | 3666 | F: include/linux/nbd.h |
3658 | 3667 | ||
3668 | NETWORK DROP MONITOR | ||
3669 | M: Neil Horman <nhorman@tuxdriver.com> | ||
3670 | L: netdev@vger.kernel.org | ||
3671 | S: Maintained | ||
3672 | W: https://fedorahosted.org/dropwatch/ | ||
3673 | F: net/core/drop_monitor.c | ||
3674 | |||
3659 | NETWORKING [GENERAL] | 3675 | NETWORKING [GENERAL] |
3660 | M: "David S. Miller" <davem@davemloft.net> | 3676 | M: "David S. Miller" <davem@davemloft.net> |
3661 | L: netdev@vger.kernel.org | 3677 | L: netdev@vger.kernel.org |
3662 | W: http://www.linuxfoundation.org/en/Net | 3678 | W: http://www.linuxfoundation.org/en/Net |
3679 | W: http://patchwork.ozlabs.org/project/netdev/list/ | ||
3663 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | 3680 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
3664 | S: Maintained | 3681 | S: Maintained |
3665 | F: net/ | 3682 | F: net/ |
@@ -3777,7 +3794,7 @@ F: drivers/video/riva/ | |||
3777 | F: drivers/video/nvidia/ | 3794 | F: drivers/video/nvidia/ |
3778 | 3795 | ||
3779 | OMAP SUPPORT | 3796 | OMAP SUPPORT |
3780 | M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com> | 3797 | M: Tony Lindgren <tony@atomide.com> |
3781 | L: linux-omap@vger.kernel.org | 3798 | L: linux-omap@vger.kernel.org |
3782 | W: http://www.muru.com/linux/omap/ | 3799 | W: http://www.muru.com/linux/omap/ |
3783 | W: http://linux.omap.com/ | 3800 | W: http://linux.omap.com/ |
@@ -3882,6 +3899,15 @@ S: Maintained | |||
3882 | F: Documentation/i2c/busses/i2c-ocores | 3899 | F: Documentation/i2c/busses/i2c-ocores |
3883 | F: drivers/i2c/busses/i2c-ocores.c | 3900 | F: drivers/i2c/busses/i2c-ocores.c |
3884 | 3901 | ||
3902 | OPEN FIRMWARE AND FLATTENED DEVICE TREE | ||
3903 | M: Grant Likely <grant.likely@secretlab.ca> | ||
3904 | L: devicetree-discuss@lists.ozlabs.org | ||
3905 | W: http://fdt.secretlab.ca | ||
3906 | S: Maintained | ||
3907 | F: drivers/of | ||
3908 | F: include/linux/of*.h | ||
3909 | K: of_get_property | ||
3910 | |||
3885 | OPROFILE | 3911 | OPROFILE |
3886 | M: Robert Richter <robert.richter@amd.com> | 3912 | M: Robert Richter <robert.richter@amd.com> |
3887 | L: oprofile-list@lists.sf.net | 3913 | L: oprofile-list@lists.sf.net |
@@ -3986,6 +4012,7 @@ F: drivers/block/paride/ | |||
3986 | PARISC ARCHITECTURE | 4012 | PARISC ARCHITECTURE |
3987 | M: Kyle McMartin <kyle@mcmartin.ca> | 4013 | M: Kyle McMartin <kyle@mcmartin.ca> |
3988 | M: Helge Deller <deller@gmx.de> | 4014 | M: Helge Deller <deller@gmx.de> |
4015 | M: "James E.J. Bottomley" <jejb@parisc-linux.org> | ||
3989 | L: linux-parisc@vger.kernel.org | 4016 | L: linux-parisc@vger.kernel.org |
3990 | W: http://www.parisc-linux.org/ | 4017 | W: http://www.parisc-linux.org/ |
3991 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git | 4018 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git |
@@ -4069,6 +4096,13 @@ M: Peter Zijlstra <a.p.zijlstra@chello.nl> | |||
4069 | M: Paul Mackerras <paulus@samba.org> | 4096 | M: Paul Mackerras <paulus@samba.org> |
4070 | M: Ingo Molnar <mingo@elte.hu> | 4097 | M: Ingo Molnar <mingo@elte.hu> |
4071 | S: Supported | 4098 | S: Supported |
4099 | F: kernel/perf_event.c | ||
4100 | F: include/linux/perf_event.h | ||
4101 | F: arch/*/*/kernel/perf_event.c | ||
4102 | F: arch/*/include/asm/perf_event.h | ||
4103 | F: arch/*/lib/perf_event.c | ||
4104 | F: arch/*/kernel/perf_callchain.c | ||
4105 | F: tools/perf/ | ||
4072 | 4106 | ||
4073 | PERSONALITY HANDLING | 4107 | PERSONALITY HANDLING |
4074 | M: Christoph Hellwig <hch@infradead.org> | 4108 | M: Christoph Hellwig <hch@infradead.org> |
@@ -4309,7 +4343,7 @@ F: drivers/video/aty/aty128fb.c | |||
4309 | RALINK RT2X00 WIRELESS LAN DRIVER | 4343 | RALINK RT2X00 WIRELESS LAN DRIVER |
4310 | P: rt2x00 project | 4344 | P: rt2x00 project |
4311 | L: linux-wireless@vger.kernel.org | 4345 | L: linux-wireless@vger.kernel.org |
4312 | L: users@rt2x00.serialmonkey.com | 4346 | L: users@rt2x00.serialmonkey.com (moderated for non-subscribers) |
4313 | W: http://rt2x00.serialmonkey.com/ | 4347 | W: http://rt2x00.serialmonkey.com/ |
4314 | S: Maintained | 4348 | S: Maintained |
4315 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git | 4349 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git |
@@ -4518,12 +4552,11 @@ F: kernel/sched* | |||
4518 | F: include/linux/sched.h | 4552 | F: include/linux/sched.h |
4519 | 4553 | ||
4520 | SCORE ARCHITECTURE | 4554 | SCORE ARCHITECTURE |
4521 | P: Chen Liqin | 4555 | M: Chen Liqin <liqin.chen@sunplusct.com> |
4522 | M: liqin.chen@sunplusct.com | 4556 | M: Lennox Wu <lennox.wu@gmail.com> |
4523 | P: Lennox Wu | ||
4524 | M: lennox.wu@gmail.com | ||
4525 | W: http://www.sunplusct.com | 4557 | W: http://www.sunplusct.com |
4526 | S: Supported | 4558 | S: Supported |
4559 | F: arch/score/ | ||
4527 | 4560 | ||
4528 | SCSI CDROM DRIVER | 4561 | SCSI CDROM DRIVER |
4529 | M: Jens Axboe <axboe@kernel.dk> | 4562 | M: Jens Axboe <axboe@kernel.dk> |
@@ -4596,20 +4629,20 @@ S: Maintained | |||
4596 | F: drivers/mmc/host/sdricoh_cs.c | 4629 | F: drivers/mmc/host/sdricoh_cs.c |
4597 | 4630 | ||
4598 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER | 4631 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
4599 | S: Orphan | 4632 | S: Orphan |
4600 | L: linux-mmc@vger.kernel.org | 4633 | L: linux-mmc@vger.kernel.org |
4601 | F: drivers/mmc/host/sdhci.* | 4634 | F: drivers/mmc/host/sdhci.* |
4602 | 4635 | ||
4603 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) | 4636 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) |
4604 | M: Anton Vorontsov <avorontsov@ru.mvista.com> | 4637 | M: Anton Vorontsov <avorontsov@ru.mvista.com> |
4605 | L: linuxppc-dev@ozlabs.org | 4638 | L: linuxppc-dev@ozlabs.org |
4606 | L: linux-mmc@vger.kernel.org | 4639 | L: linux-mmc@vger.kernel.org |
4607 | S: Maintained | 4640 | S: Maintained |
4608 | F: drivers/mmc/host/sdhci-of.* | 4641 | F: drivers/mmc/host/sdhci-of.* |
4609 | 4642 | ||
4610 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER | 4643 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER |
4611 | M: Ben Dooks <ben-linux@fluff.org> | 4644 | M: Ben Dooks <ben-linux@fluff.org> |
4612 | L: linux-mmc@vger.kernel.org | 4645 | L: linux-mmc@vger.kernel.org |
4613 | S: Maintained | 4646 | S: Maintained |
4614 | F: drivers/mmc/host/sdhci-s3c.c | 4647 | F: drivers/mmc/host/sdhci-s3c.c |
4615 | 4648 | ||
@@ -4651,6 +4684,14 @@ F: drivers/ata/ | |||
4651 | F: include/linux/ata.h | 4684 | F: include/linux/ata.h |
4652 | F: include/linux/libata.h | 4685 | F: include/linux/libata.h |
4653 | 4686 | ||
4687 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER | ||
4688 | P: Jayamohan Kallickal | ||
4689 | M: jayamohank@serverengines.com | ||
4690 | L: linux-scsi@vger.kernel.org | ||
4691 | W: http://www.serverengines.com | ||
4692 | S: Supported | ||
4693 | F: drivers/scsi/be2iscsi/ | ||
4694 | |||
4654 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER | 4695 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
4655 | M: Sathya Perla <sathyap@serverengines.com> | 4696 | M: Sathya Perla <sathyap@serverengines.com> |
4656 | M: Subbu Seetharaman <subbus@serverengines.com> | 4697 | M: Subbu Seetharaman <subbus@serverengines.com> |
@@ -4704,8 +4745,7 @@ F: drivers/usb/gadget/lh7a40* | |||
4704 | F: drivers/usb/host/ohci-lh7a40* | 4745 | F: drivers/usb/host/ohci-lh7a40* |
4705 | 4746 | ||
4706 | SIMPLE FIRMWARE INTERFACE (SFI) | 4747 | SIMPLE FIRMWARE INTERFACE (SFI) |
4707 | P: Len Brown | 4748 | M: Len Brown <lenb@kernel.org> |
4708 | M: lenb@kernel.org | ||
4709 | L: sfi-devel@simplefirmware.org | 4749 | L: sfi-devel@simplefirmware.org |
4710 | W: http://simplefirmware.org/ | 4750 | W: http://simplefirmware.org/ |
4711 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git | 4751 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git |
@@ -5153,6 +5193,20 @@ L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) | |||
5153 | S: Maintained | 5193 | S: Maintained |
5154 | F: drivers/char/tpm/ | 5194 | F: drivers/char/tpm/ |
5155 | 5195 | ||
5196 | TRACING | ||
5197 | M: Steven Rostedt <rostedt@goodmis.org> | ||
5198 | M: Frederic Weisbecker <fweisbec@gmail.com> | ||
5199 | M: Ingo Molnar <mingo@redhat.com> | ||
5200 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core | ||
5201 | S: Maintained | ||
5202 | F: Documentation/trace/ftrace.txt | ||
5203 | F: arch/*/*/*/ftrace.h | ||
5204 | F: arch/*/kernel/ftrace.c | ||
5205 | F: include/*/ftrace.h | ||
5206 | F: include/linux/trace*.h | ||
5207 | F: include/trace/ | ||
5208 | F: kernel/trace/ | ||
5209 | |||
5156 | TRIVIAL PATCHES | 5210 | TRIVIAL PATCHES |
5157 | M: Jiri Kosina <trivial@kernel.org> | 5211 | M: Jiri Kosina <trivial@kernel.org> |
5158 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git | 5212 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |
@@ -5641,6 +5695,13 @@ S: Maintained | |||
5641 | F: drivers/vlynq/vlynq.c | 5695 | F: drivers/vlynq/vlynq.c |
5642 | F: include/linux/vlynq.h | 5696 | F: include/linux/vlynq.h |
5643 | 5697 | ||
5698 | VMWARE VMXNET3 ETHERNET DRIVER | ||
5699 | M: Shreyas Bhatewara <sbhatewara@vmware.com> | ||
5700 | M: VMware, Inc. <pv-drivers@vmware.com> | ||
5701 | L: netdev@vger.kernel.org | ||
5702 | S: Maintained | ||
5703 | F: drivers/net/vmxnet3/ | ||
5704 | |||
5644 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK | 5705 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
5645 | M: Liam Girdwood <lrg@slimlogic.co.uk> | 5706 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
5646 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | 5707 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
@@ -5712,8 +5773,7 @@ S: Maintained | |||
5712 | F: drivers/scsi/wd7000.c | 5773 | F: drivers/scsi/wd7000.c |
5713 | 5774 | ||
5714 | WINBOND CIR DRIVER | 5775 | WINBOND CIR DRIVER |
5715 | P: David Härdeman | 5776 | M: David Härdeman <david@hardeman.nu> |
5716 | M: david@hardeman.nu | ||
5717 | S: Maintained | 5777 | S: Maintained |
5718 | F: drivers/input/misc/winbond-cir.c | 5778 | F: drivers/input/misc/winbond-cir.c |
5719 | 5779 | ||
@@ -5770,9 +5830,7 @@ F: drivers/input/touchscreen/*wm97* | |||
5770 | F: include/linux/wm97xx.h | 5830 | F: include/linux/wm97xx.h |
5771 | 5831 | ||
5772 | WOLFSON MICROELECTRONICS PMIC DRIVERS | 5832 | WOLFSON MICROELECTRONICS PMIC DRIVERS |
5773 | P: Mark Brown | 5833 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
5774 | M: broonie@opensource.wolfsonmicro.com | ||
5775 | L: linux-kernel@vger.kernel.org | ||
5776 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus | 5834 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus |
5777 | W: http://opensource.wolfsonmicro.com/node/8 | 5835 | W: http://opensource.wolfsonmicro.com/node/8 |
5778 | S: Supported | 5836 | S: Supported |