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