diff options
author | David S. Miller <davem@davemloft.net> | 2009-11-19 01:19:03 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-19 01:19:03 -0500 |
commit | 3505d1a9fd65e2d3e00827857b6795d9d8983658 (patch) | |
tree | 941cfafdb57c427bb6b7ebf6354ee93b2a3693b5 /MAINTAINERS | |
parent | dfef948ed2ba69cf041840b5e860d6b4e16fa0b1 (diff) | |
parent | 66b00a7c93ec782d118d2c03bd599cfd041e80a1 (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts:
drivers/net/sfc/sfe4001.c
drivers/net/wireless/libertas/cmd.c
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/rtl8187se/Kconfig
drivers/staging/rtl8192e/Kconfig
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 204 |
1 files changed, 124 insertions, 80 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b2e3f3507ca3..808e4dfb34be 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/ |
@@ -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 |
@@ -893,7 +906,6 @@ M: Karol Kozimor <sziwan@users.sourceforge.net> | |||
893 | L: acpi4asus-user@lists.sourceforge.net | 906 | L: acpi4asus-user@lists.sourceforge.net |
894 | W: http://acpi4asus.sf.net | 907 | W: http://acpi4asus.sf.net |
895 | S: Maintained | 908 | S: Maintained |
896 | F: arch/x86/kernel/acpi/boot.c | ||
897 | F: drivers/platform/x86/asus_acpi.c | 909 | F: drivers/platform/x86/asus_acpi.c |
898 | 910 | ||
899 | ASUS ASB100 HARDWARE MONITOR DRIVER | 911 | ASUS ASB100 HARDWARE MONITOR DRIVER |
@@ -987,7 +999,7 @@ F: drivers/net/atlx/ | |||
987 | 999 | ||
988 | ATM | 1000 | ATM |
989 | M: Chas Williams <chas@cmf.nrl.navy.mil> | 1001 | M: Chas Williams <chas@cmf.nrl.navy.mil> |
990 | L: linux-atm-general@lists.sourceforge.net (subscribers-only) | 1002 | L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers) |
991 | L: netdev@vger.kernel.org | 1003 | L: netdev@vger.kernel.org |
992 | W: http://linux-atm.sourceforge.net | 1004 | W: http://linux-atm.sourceforge.net |
993 | S: Maintained | 1005 | S: Maintained |
@@ -1230,6 +1242,12 @@ L: netdev@vger.kernel.org | |||
1230 | S: Supported | 1242 | S: Supported |
1231 | F: drivers/net/tg3.* | 1243 | F: drivers/net/tg3.* |
1232 | 1244 | ||
1245 | BROCADE BFA FC SCSI DRIVER | ||
1246 | M: Jing Huang <huangj@brocade.com> | ||
1247 | L: linux-scsi@vger.kernel.org | ||
1248 | S: Supported | ||
1249 | F: drivers/scsi/bfa/ | ||
1250 | |||
1233 | BSG (block layer generic sg v4 driver) | 1251 | BSG (block layer generic sg v4 driver) |
1234 | M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 1252 | M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |
1235 | L: linux-scsi@vger.kernel.org | 1253 | L: linux-scsi@vger.kernel.org |
@@ -1467,6 +1485,7 @@ F: mm/*cgroup* | |||
1467 | 1485 | ||
1468 | CORETEMP HARDWARE MONITORING DRIVER | 1486 | CORETEMP HARDWARE MONITORING DRIVER |
1469 | M: Rudolf Marek <r.marek@assembler.cz> | 1487 | M: Rudolf Marek <r.marek@assembler.cz> |
1488 | M: Huaxu Wan <huaxu.wan@intel.com> | ||
1470 | L: lm-sensors@lm-sensors.org | 1489 | L: lm-sensors@lm-sensors.org |
1471 | S: Maintained | 1490 | S: Maintained |
1472 | F: Documentation/hwmon/coretemp | 1491 | F: Documentation/hwmon/coretemp |
@@ -2057,7 +2076,7 @@ S: Maintained | |||
2057 | F: fs/* | 2076 | F: fs/* |
2058 | 2077 | ||
2059 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER | 2078 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
2060 | M: Riku Voipio <riku.vipio@iki.fi> | 2079 | M: Riku Voipio <riku.voipio@iki.fi> |
2061 | L: lm-sensors@lm-sensors.org | 2080 | L: lm-sensors@lm-sensors.org |
2062 | S: Maintained | 2081 | S: Maintained |
2063 | F: drivers/hwmon/f75375s.c | 2082 | F: drivers/hwmon/f75375s.c |
@@ -2138,7 +2157,7 @@ S: Supported | |||
2138 | F: arch/powerpc/sysdev/qe_lib/ | 2157 | F: arch/powerpc/sysdev/qe_lib/ |
2139 | F: arch/powerpc/include/asm/*qe.h | 2158 | F: arch/powerpc/include/asm/*qe.h |
2140 | 2159 | ||
2141 | FREESCALE USB PERIPHERIAL DRIVERS | 2160 | FREESCALE USB PERIPHERAL DRIVERS |
2142 | M: Li Yang <leoli@freescale.com> | 2161 | M: Li Yang <leoli@freescale.com> |
2143 | L: linux-usb@vger.kernel.org | 2162 | L: linux-usb@vger.kernel.org |
2144 | L: linuxppc-dev@ozlabs.org | 2163 | L: linuxppc-dev@ozlabs.org |
@@ -2189,18 +2208,6 @@ F: Documentation/filesystems/caching/ | |||
2189 | F: fs/fscache/ | 2208 | F: fs/fscache/ |
2190 | F: include/linux/fscache*.h | 2209 | F: include/linux/fscache*.h |
2191 | 2210 | ||
2192 | TRACING | ||
2193 | M: Steven Rostedt <rostedt@goodmis.org> | ||
2194 | M: Frederic Weisbecker <fweisbec@gmail.com> | ||
2195 | M: Ingo Molnar <mingo@redhat.com> | ||
2196 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core | ||
2197 | S: Maintained | ||
2198 | F: Documentation/trace/ftrace.txt | ||
2199 | F: arch/*/*/*/ftrace.h | ||
2200 | F: arch/*/kernel/ftrace.c | ||
2201 | F: include/*/ftrace.h include/trace/ include/linux/trace*.h | ||
2202 | F: kernel/trace/ | ||
2203 | |||
2204 | FUJITSU FR-V (FRV) PORT | 2211 | FUJITSU FR-V (FRV) PORT |
2205 | M: David Howells <dhowells@redhat.com> | 2212 | M: David Howells <dhowells@redhat.com> |
2206 | S: Maintained | 2213 | S: Maintained |
@@ -2259,9 +2266,8 @@ S: Maintained | |||
2259 | F: include/asm-generic | 2266 | F: include/asm-generic |
2260 | 2267 | ||
2261 | GENERIC UIO DRIVER FOR PCI DEVICES | 2268 | GENERIC UIO DRIVER FOR PCI DEVICES |
2262 | M: Michael S. Tsirkin <mst@redhat.com> | 2269 | M: "Michael S. Tsirkin" <mst@redhat.com> |
2263 | L: kvm@vger.kernel.org | 2270 | L: kvm@vger.kernel.org |
2264 | L: linux-kernel@vger.kernel.org | ||
2265 | S: Supported | 2271 | S: Supported |
2266 | F: drivers/uio/uio_pci_generic.c | 2272 | F: drivers/uio/uio_pci_generic.c |
2267 | 2273 | ||
@@ -2602,6 +2608,7 @@ L: linux1394-devel@lists.sourceforge.net | |||
2602 | W: http://www.linux1394.org/ | 2608 | W: http://www.linux1394.org/ |
2603 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git | 2609 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
2604 | S: Maintained | 2610 | S: Maintained |
2611 | F: Documentation/debugging-via-ohci1394.txt | ||
2605 | F: drivers/ieee1394/ | 2612 | F: drivers/ieee1394/ |
2606 | 2613 | ||
2607 | IEEE 1394 RAW I/O DRIVER | 2614 | IEEE 1394 RAW I/O DRIVER |
@@ -2815,7 +2822,7 @@ F: drivers/infiniband/hw/ipath/ | |||
2815 | 2822 | ||
2816 | IPMI SUBSYSTEM | 2823 | IPMI SUBSYSTEM |
2817 | M: Corey Minyard <minyard@acm.org> | 2824 | M: Corey Minyard <minyard@acm.org> |
2818 | L: openipmi-developer@lists.sourceforge.net | 2825 | L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers) |
2819 | W: http://openipmi.sourceforge.net/ | 2826 | W: http://openipmi.sourceforge.net/ |
2820 | S: Supported | 2827 | S: Supported |
2821 | F: Documentation/IPMI.txt | 2828 | F: Documentation/IPMI.txt |
@@ -2990,8 +2997,8 @@ F: scripts/Makefile.* | |||
2990 | 2997 | ||
2991 | KERNEL JANITORS | 2998 | KERNEL JANITORS |
2992 | L: kernel-janitors@vger.kernel.org | 2999 | L: kernel-janitors@vger.kernel.org |
2993 | W: http://www.kerneljanitors.org/ | 3000 | W: http://janitor.kernelnewbies.org/ |
2994 | S: Maintained | 3001 | S: Odd Fixes |
2995 | 3002 | ||
2996 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS | 3003 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
2997 | M: "J. Bruce Fields" <bfields@fieldses.org> | 3004 | M: "J. Bruce Fields" <bfields@fieldses.org> |
@@ -3076,9 +3083,13 @@ F: kernel/kgdb.c | |||
3076 | 3083 | ||
3077 | KMEMCHECK | 3084 | KMEMCHECK |
3078 | M: Vegard Nossum <vegardno@ifi.uio.no> | 3085 | M: Vegard Nossum <vegardno@ifi.uio.no> |
3079 | P Pekka Enberg | 3086 | M: Pekka Enberg <penberg@cs.helsinki.fi> |
3080 | M: penberg@cs.helsinki.fi | ||
3081 | S: Maintained | 3087 | S: Maintained |
3088 | F: Documentation/kmemcheck.txt | ||
3089 | F: arch/x86/include/asm/kmemcheck.h | ||
3090 | F: arch/x86/mm/kmemcheck/ | ||
3091 | F: include/linux/kmemcheck.h | ||
3092 | F: mm/kmemcheck.c | ||
3082 | 3093 | ||
3083 | KMEMLEAK | 3094 | KMEMLEAK |
3084 | M: Catalin Marinas <catalin.marinas@arm.com> | 3095 | M: Catalin Marinas <catalin.marinas@arm.com> |
@@ -3608,7 +3619,7 @@ L: netfilter@vger.kernel.org | |||
3608 | L: coreteam@netfilter.org | 3619 | L: coreteam@netfilter.org |
3609 | W: http://www.netfilter.org/ | 3620 | W: http://www.netfilter.org/ |
3610 | W: http://www.iptables.org/ | 3621 | W: http://www.iptables.org/ |
3611 | T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git | 3622 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git |
3612 | S: Supported | 3623 | S: Supported |
3613 | F: include/linux/netfilter* | 3624 | F: include/linux/netfilter* |
3614 | F: include/linux/netfilter/ | 3625 | F: include/linux/netfilter/ |
@@ -3772,7 +3783,7 @@ F: drivers/video/riva/ | |||
3772 | F: drivers/video/nvidia/ | 3783 | F: drivers/video/nvidia/ |
3773 | 3784 | ||
3774 | OMAP SUPPORT | 3785 | OMAP SUPPORT |
3775 | M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com> | 3786 | M: Tony Lindgren <tony@atomide.com> |
3776 | L: linux-omap@vger.kernel.org | 3787 | L: linux-omap@vger.kernel.org |
3777 | W: http://www.muru.com/linux/omap/ | 3788 | W: http://www.muru.com/linux/omap/ |
3778 | W: http://linux.omap.com/ | 3789 | W: http://linux.omap.com/ |
@@ -3877,6 +3888,15 @@ S: Maintained | |||
3877 | F: Documentation/i2c/busses/i2c-ocores | 3888 | F: Documentation/i2c/busses/i2c-ocores |
3878 | F: drivers/i2c/busses/i2c-ocores.c | 3889 | F: drivers/i2c/busses/i2c-ocores.c |
3879 | 3890 | ||
3891 | OPEN FIRMWARE AND FLATTENED DEVICE TREE | ||
3892 | M: Grant Likely <grant.likely@secretlab.ca> | ||
3893 | L: devicetree-discuss@lists.ozlabs.org | ||
3894 | W: http://fdt.secretlab.ca | ||
3895 | S: Maintained | ||
3896 | F: drivers/of | ||
3897 | F: include/linux/of*.h | ||
3898 | K: of_get_property | ||
3899 | |||
3880 | OPROFILE | 3900 | OPROFILE |
3881 | M: Robert Richter <robert.richter@amd.com> | 3901 | M: Robert Richter <robert.richter@amd.com> |
3882 | L: oprofile-list@lists.sf.net | 3902 | L: oprofile-list@lists.sf.net |
@@ -3981,6 +4001,7 @@ F: drivers/block/paride/ | |||
3981 | PARISC ARCHITECTURE | 4001 | PARISC ARCHITECTURE |
3982 | M: Kyle McMartin <kyle@mcmartin.ca> | 4002 | M: Kyle McMartin <kyle@mcmartin.ca> |
3983 | M: Helge Deller <deller@gmx.de> | 4003 | M: Helge Deller <deller@gmx.de> |
4004 | M: "James E.J. Bottomley" <jejb@parisc-linux.org> | ||
3984 | L: linux-parisc@vger.kernel.org | 4005 | L: linux-parisc@vger.kernel.org |
3985 | W: http://www.parisc-linux.org/ | 4006 | W: http://www.parisc-linux.org/ |
3986 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git | 4007 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git |
@@ -4064,6 +4085,13 @@ M: Peter Zijlstra <a.p.zijlstra@chello.nl> | |||
4064 | M: Paul Mackerras <paulus@samba.org> | 4085 | M: Paul Mackerras <paulus@samba.org> |
4065 | M: Ingo Molnar <mingo@elte.hu> | 4086 | M: Ingo Molnar <mingo@elte.hu> |
4066 | S: Supported | 4087 | S: Supported |
4088 | F: kernel/perf_event.c | ||
4089 | F: include/linux/perf_event.h | ||
4090 | F: arch/*/*/kernel/perf_event.c | ||
4091 | F: arch/*/include/asm/perf_event.h | ||
4092 | F: arch/*/lib/perf_event.c | ||
4093 | F: arch/*/kernel/perf_callchain.c | ||
4094 | F: tools/perf/ | ||
4067 | 4095 | ||
4068 | PERSONALITY HANDLING | 4096 | PERSONALITY HANDLING |
4069 | M: Christoph Hellwig <hch@infradead.org> | 4097 | M: Christoph Hellwig <hch@infradead.org> |
@@ -4515,12 +4543,11 @@ F: kernel/sched* | |||
4515 | F: include/linux/sched.h | 4543 | F: include/linux/sched.h |
4516 | 4544 | ||
4517 | SCORE ARCHITECTURE | 4545 | SCORE ARCHITECTURE |
4518 | P: Chen Liqin | 4546 | M: Chen Liqin <liqin.chen@sunplusct.com> |
4519 | M: liqin.chen@sunplusct.com | 4547 | M: Lennox Wu <lennox.wu@gmail.com> |
4520 | P: Lennox Wu | ||
4521 | M: lennox.wu@gmail.com | ||
4522 | W: http://www.sunplusct.com | 4548 | W: http://www.sunplusct.com |
4523 | S: Supported | 4549 | S: Supported |
4550 | F: arch/score/ | ||
4524 | 4551 | ||
4525 | SCSI CDROM DRIVER | 4552 | SCSI CDROM DRIVER |
4526 | M: Jens Axboe <axboe@kernel.dk> | 4553 | M: Jens Axboe <axboe@kernel.dk> |
@@ -4593,27 +4620,27 @@ S: Maintained | |||
4593 | F: drivers/mmc/host/sdricoh_cs.c | 4620 | F: drivers/mmc/host/sdricoh_cs.c |
4594 | 4621 | ||
4595 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER | 4622 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
4596 | S: Orphan | 4623 | S: Orphan |
4597 | L: linux-mmc@vger.kernel.org | 4624 | L: linux-mmc@vger.kernel.org |
4598 | F: drivers/mmc/host/sdhci.* | 4625 | F: drivers/mmc/host/sdhci.* |
4599 | 4626 | ||
4600 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) | 4627 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) |
4601 | M: Anton Vorontsov <avorontsov@ru.mvista.com> | 4628 | M: Anton Vorontsov <avorontsov@ru.mvista.com> |
4602 | L: linuxppc-dev@ozlabs.org | 4629 | L: linuxppc-dev@ozlabs.org |
4603 | L: linux-mmc@vger.kernel.org | 4630 | L: linux-mmc@vger.kernel.org |
4604 | S: Maintained | 4631 | S: Maintained |
4605 | F: drivers/mmc/host/sdhci-of.* | 4632 | F: drivers/mmc/host/sdhci-of.* |
4606 | 4633 | ||
4607 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER | 4634 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER |
4608 | M: Ben Dooks <ben-linux@fluff.org> | 4635 | M: Ben Dooks <ben-linux@fluff.org> |
4609 | L: linux-mmc@vger.kernel.org | 4636 | L: linux-mmc@vger.kernel.org |
4610 | S: Maintained | 4637 | S: Maintained |
4611 | F: drivers/mmc/host/sdhci-s3c.c | 4638 | F: drivers/mmc/host/sdhci-s3c.c |
4612 | 4639 | ||
4613 | SECURITY SUBSYSTEM | 4640 | SECURITY SUBSYSTEM |
4614 | M: James Morris <jmorris@namei.org> | 4641 | M: James Morris <jmorris@namei.org> |
4615 | L: linux-security-module@vger.kernel.org (suggested Cc:) | 4642 | L: linux-security-module@vger.kernel.org (suggested Cc:) |
4616 | T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git | 4643 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git |
4617 | W: http://security.wiki.kernel.org/ | 4644 | W: http://security.wiki.kernel.org/ |
4618 | S: Supported | 4645 | S: Supported |
4619 | F: security/ | 4646 | F: security/ |
@@ -4648,6 +4675,13 @@ F: drivers/ata/ | |||
4648 | F: include/linux/ata.h | 4675 | F: include/linux/ata.h |
4649 | F: include/linux/libata.h | 4676 | F: include/linux/libata.h |
4650 | 4677 | ||
4678 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER | ||
4679 | M: Jayamohan Kallickal <jayamohank@serverengines.com> | ||
4680 | L: linux-scsi@vger.kernel.org | ||
4681 | W: http://www.serverengines.com | ||
4682 | S: Supported | ||
4683 | F: drivers/scsi/be2iscsi/ | ||
4684 | |||
4651 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER | 4685 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
4652 | M: Sathya Perla <sathyap@serverengines.com> | 4686 | M: Sathya Perla <sathyap@serverengines.com> |
4653 | M: Subbu Seetharaman <subbus@serverengines.com> | 4687 | M: Subbu Seetharaman <subbus@serverengines.com> |
@@ -4701,8 +4735,7 @@ F: drivers/usb/gadget/lh7a40* | |||
4701 | F: drivers/usb/host/ohci-lh7a40* | 4735 | F: drivers/usb/host/ohci-lh7a40* |
4702 | 4736 | ||
4703 | SIMPLE FIRMWARE INTERFACE (SFI) | 4737 | SIMPLE FIRMWARE INTERFACE (SFI) |
4704 | P: Len Brown | 4738 | M: Len Brown <lenb@kernel.org> |
4705 | M: lenb@kernel.org | ||
4706 | L: sfi-devel@simplefirmware.org | 4739 | L: sfi-devel@simplefirmware.org |
4707 | W: http://simplefirmware.org/ | 4740 | W: http://simplefirmware.org/ |
4708 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git | 4741 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git |
@@ -5150,6 +5183,20 @@ L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) | |||
5150 | S: Maintained | 5183 | S: Maintained |
5151 | F: drivers/char/tpm/ | 5184 | F: drivers/char/tpm/ |
5152 | 5185 | ||
5186 | TRACING | ||
5187 | M: Steven Rostedt <rostedt@goodmis.org> | ||
5188 | M: Frederic Weisbecker <fweisbec@gmail.com> | ||
5189 | M: Ingo Molnar <mingo@redhat.com> | ||
5190 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core | ||
5191 | S: Maintained | ||
5192 | F: Documentation/trace/ftrace.txt | ||
5193 | F: arch/*/*/*/ftrace.h | ||
5194 | F: arch/*/kernel/ftrace.c | ||
5195 | F: include/*/ftrace.h | ||
5196 | F: include/linux/trace*.h | ||
5197 | F: include/trace/ | ||
5198 | F: kernel/trace/ | ||
5199 | |||
5153 | TRIVIAL PATCHES | 5200 | TRIVIAL PATCHES |
5154 | M: Jiri Kosina <trivial@kernel.org> | 5201 | M: Jiri Kosina <trivial@kernel.org> |
5155 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git | 5202 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |
@@ -5639,11 +5686,11 @@ F: drivers/vlynq/vlynq.c | |||
5639 | F: include/linux/vlynq.h | 5686 | F: include/linux/vlynq.h |
5640 | 5687 | ||
5641 | VMWARE VMXNET3 ETHERNET DRIVER | 5688 | VMWARE VMXNET3 ETHERNET DRIVER |
5642 | M: Shreyas Bhatewara <sbhatewara@vmware.com> | 5689 | M: Shreyas Bhatewara <sbhatewara@vmware.com> |
5643 | M: VMware, Inc. <pv-drivers@vmware.com> | 5690 | M: "VMware, Inc." <pv-drivers@vmware.com> |
5644 | L: netdev@vger.kernel.org | 5691 | L: netdev@vger.kernel.org |
5645 | S: Maintained | 5692 | S: Maintained |
5646 | F: drivers/net/vmxnet3/ | 5693 | F: drivers/net/vmxnet3/ |
5647 | 5694 | ||
5648 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK | 5695 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
5649 | M: Liam Girdwood <lrg@slimlogic.co.uk> | 5696 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
@@ -5716,8 +5763,7 @@ S: Maintained | |||
5716 | F: drivers/scsi/wd7000.c | 5763 | F: drivers/scsi/wd7000.c |
5717 | 5764 | ||
5718 | WINBOND CIR DRIVER | 5765 | WINBOND CIR DRIVER |
5719 | P: David Härdeman | 5766 | M: David Härdeman <david@hardeman.nu> |
5720 | M: david@hardeman.nu | ||
5721 | S: Maintained | 5767 | S: Maintained |
5722 | F: drivers/input/misc/winbond-cir.c | 5768 | F: drivers/input/misc/winbond-cir.c |
5723 | 5769 | ||
@@ -5774,9 +5820,7 @@ F: drivers/input/touchscreen/*wm97* | |||
5774 | F: include/linux/wm97xx.h | 5820 | F: include/linux/wm97xx.h |
5775 | 5821 | ||
5776 | WOLFSON MICROELECTRONICS PMIC DRIVERS | 5822 | WOLFSON MICROELECTRONICS PMIC DRIVERS |
5777 | P: Mark Brown | 5823 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
5778 | M: broonie@opensource.wolfsonmicro.com | ||
5779 | L: linux-kernel@vger.kernel.org | ||
5780 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus | 5824 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus |
5781 | W: http://opensource.wolfsonmicro.com/node/8 | 5825 | W: http://opensource.wolfsonmicro.com/node/8 |
5782 | S: Supported | 5826 | S: Supported |