aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2009-12-04 09:59:47 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-12-04 09:59:47 -0500
commit5cb2faa6ede7ada9cb2bffc832c4ce60f53d6834 (patch)
tree7b72b66081d042a41dc822575503133364857ce2 /MAINTAINERS
parente0ee98513d1a2e24d2ddbdecf4216bcca29d1158 (diff)
parent6060e8df517847bf445ebc61de7d4d9c7faae990 (diff)
Merge branch 'pending-misc' (early part) into devel
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS262
1 files changed, 154 insertions, 108 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 807aeadf0c4a..7d4b5cc07ad8 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/
@@ -504,10 +512,32 @@ W: http://www.arm.linux.org.uk/
504S: Maintained 512S: Maintained
505F: arch/arm/ 513F: arch/arm/
506 514
515ARM PRIMECELL AACI PL041 DRIVER
516M: Russell King <linux@arm.linux.org.uk>
517S: Maintained
518F: sound/arm/aaci.*
519
520ARM PRIMECELL CLCD PL110 DRIVER
521M: Russell King <linux@arm.linux.org.uk>
522S: Maintained
523F: drivers/video/amba-clcd.*
524
525ARM PRIMECELL KMI PL050 DRIVER
526M: Russell King <linux@arm.linux.org.uk>
527S: Maintained
528F: drivers/input/serio/ambakmi.*
529F: include/linux/amba/kmi.h
530
507ARM PRIMECELL MMCI PL180/1 DRIVER 531ARM PRIMECELL MMCI PL180/1 DRIVER
508S: Orphan 532S: Orphan
509F: drivers/mmc/host/mmci.* 533F: drivers/mmc/host/mmci.*
510 534
535ARM PRIMECELL BUS SUPPORT
536M: Russell King <linux@arm.linux.org.uk>
537S: Maintained
538F: drivers/amba/
539F: include/linux/amba/bus.h
540
511ARM/ADI ROADRUNNER MACHINE SUPPORT 541ARM/ADI ROADRUNNER MACHINE SUPPORT
512M: Lennert Buytenhek <kernel@wantstofly.org> 542M: Lennert Buytenhek <kernel@wantstofly.org>
513L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 543L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
@@ -906,7 +936,6 @@ M: Karol Kozimor <sziwan@users.sourceforge.net>
906L: acpi4asus-user@lists.sourceforge.net 936L: acpi4asus-user@lists.sourceforge.net
907W: http://acpi4asus.sf.net 937W: http://acpi4asus.sf.net
908S: Maintained 938S: Maintained
909F: arch/x86/kernel/acpi/boot.c
910F: drivers/platform/x86/asus_acpi.c 939F: drivers/platform/x86/asus_acpi.c
911 940
912ASUS ASB100 HARDWARE MONITOR DRIVER 941ASUS ASB100 HARDWARE MONITOR DRIVER
@@ -1000,7 +1029,7 @@ F: drivers/net/atlx/
1000 1029
1001ATM 1030ATM
1002M: Chas Williams <chas@cmf.nrl.navy.mil> 1031M: Chas Williams <chas@cmf.nrl.navy.mil>
1003L: linux-atm-general@lists.sourceforge.net (subscribers-only) 1032L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1004L: netdev@vger.kernel.org 1033L: netdev@vger.kernel.org
1005W: http://linux-atm.sourceforge.net 1034W: http://linux-atm.sourceforge.net
1006S: Maintained 1035S: Maintained
@@ -1028,7 +1057,7 @@ F: drivers/serial/atmel_serial.c
1028 1057
1029ATMEL LCDFB DRIVER 1058ATMEL LCDFB DRIVER
1030M: Nicolas Ferre <nicolas.ferre@atmel.com> 1059M: Nicolas Ferre <nicolas.ferre@atmel.com>
1031L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 1060L: linux-fbdev@vger.kernel.org
1032S: Maintained 1061S: Maintained
1033F: drivers/video/atmel_lcdfb.c 1062F: drivers/video/atmel_lcdfb.c
1034F: include/video/atmel_lcdc.h 1063F: include/video/atmel_lcdc.h
@@ -1245,11 +1274,10 @@ S: Supported
1245F: drivers/net/tg3.* 1274F: drivers/net/tg3.*
1246 1275
1247BROCADE BFA FC SCSI DRIVER 1276BROCADE BFA FC SCSI DRIVER
1248P: Jing Huang 1277M: Jing Huang <huangj@brocade.com>
1249M: huangj@brocade.com 1278L: linux-scsi@vger.kernel.org
1250L: linux-scsi@vger.kernel.org 1279S: Supported
1251S: Supported 1280F: drivers/scsi/bfa/
1252F: drivers/scsi/bfa/
1253 1281
1254BSG (block layer generic sg v4 driver) 1282BSG (block layer generic sg v4 driver)
1255M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> 1283M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
@@ -1488,6 +1516,7 @@ F: mm/*cgroup*
1488 1516
1489CORETEMP HARDWARE MONITORING DRIVER 1517CORETEMP HARDWARE MONITORING DRIVER
1490M: Rudolf Marek <r.marek@assembler.cz> 1518M: Rudolf Marek <r.marek@assembler.cz>
1519M: Huaxu Wan <huaxu.wan@intel.com>
1491L: lm-sensors@lm-sensors.org 1520L: lm-sensors@lm-sensors.org
1492S: Maintained 1521S: Maintained
1493F: Documentation/hwmon/coretemp 1522F: Documentation/hwmon/coretemp
@@ -2114,7 +2143,7 @@ F: drivers/net/wan/dlci.c
2114F: drivers/net/wan/sdla.c 2143F: drivers/net/wan/sdla.c
2115 2144
2116FRAMEBUFFER LAYER 2145FRAMEBUFFER LAYER
2117L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2146L: linux-fbdev@vger.kernel.org
2118W: http://linux-fbdev.sourceforge.net/ 2147W: http://linux-fbdev.sourceforge.net/
2119S: Orphan 2148S: Orphan
2120F: Documentation/fb/ 2149F: Documentation/fb/
@@ -2137,7 +2166,7 @@ F: drivers/i2c/busses/i2c-cpm.c
2137 2166
2138FREESCALE IMX / MXC FRAMEBUFFER DRIVER 2167FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2139M: Sascha Hauer <kernel@pengutronix.de> 2168M: Sascha Hauer <kernel@pengutronix.de>
2140L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2169L: linux-fbdev@vger.kernel.org
2141L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 2170L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2142S: Maintained 2171S: Maintained
2143F: arch/arm/plat-mxc/include/mach/imxfb.h 2172F: arch/arm/plat-mxc/include/mach/imxfb.h
@@ -2159,7 +2188,7 @@ S: Supported
2159F: arch/powerpc/sysdev/qe_lib/ 2188F: arch/powerpc/sysdev/qe_lib/
2160F: arch/powerpc/include/asm/*qe.h 2189F: arch/powerpc/include/asm/*qe.h
2161 2190
2162FREESCALE USB PERIPHERIAL DRIVERS 2191FREESCALE USB PERIPHERAL DRIVERS
2163M: Li Yang <leoli@freescale.com> 2192M: Li Yang <leoli@freescale.com>
2164L: linux-usb@vger.kernel.org 2193L: linux-usb@vger.kernel.org
2165L: linuxppc-dev@ozlabs.org 2194L: linuxppc-dev@ozlabs.org
@@ -2210,18 +2239,6 @@ F: Documentation/filesystems/caching/
2210F: fs/fscache/ 2239F: fs/fscache/
2211F: include/linux/fscache*.h 2240F: include/linux/fscache*.h
2212 2241
2213TRACING
2214M: Steven Rostedt <rostedt@goodmis.org>
2215M: Frederic Weisbecker <fweisbec@gmail.com>
2216M: Ingo Molnar <mingo@redhat.com>
2217T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
2218S: Maintained
2219F: Documentation/trace/ftrace.txt
2220F: arch/*/*/*/ftrace.h
2221F: arch/*/kernel/ftrace.c
2222F: include/*/ftrace.h include/trace/ include/linux/trace*.h
2223F: kernel/trace/
2224
2225FUJITSU FR-V (FRV) PORT 2242FUJITSU FR-V (FRV) PORT
2226M: David Howells <dhowells@redhat.com> 2243M: David Howells <dhowells@redhat.com>
2227S: Maintained 2244S: Maintained
@@ -2280,9 +2297,8 @@ S: Maintained
2280F: include/asm-generic 2297F: include/asm-generic
2281 2298
2282GENERIC UIO DRIVER FOR PCI DEVICES 2299GENERIC UIO DRIVER FOR PCI DEVICES
2283M: Michael S. Tsirkin <mst@redhat.com> 2300M: "Michael S. Tsirkin" <mst@redhat.com>
2284L: kvm@vger.kernel.org 2301L: kvm@vger.kernel.org
2285L: linux-kernel@vger.kernel.org
2286S: Supported 2302S: Supported
2287F: drivers/uio/uio_pci_generic.c 2303F: drivers/uio/uio_pci_generic.c
2288 2304
@@ -2326,6 +2342,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2326S: Maintained 2342S: Maintained
2327F: drivers/media/video/gspca/finepix.c 2343F: drivers/media/video/gspca/finepix.c
2328 2344
2345GSPCA GL860 SUBDRIVER
2346M: Olivier Lorin <o.lorin@laposte.net>
2347L: linux-media@vger.kernel.org
2348T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2349S: Maintained
2350F: drivers/media/video/gspca/gl860/
2351
2329GSPCA M5602 SUBDRIVER 2352GSPCA M5602 SUBDRIVER
2330M: Erik Andren <erik.andren@gmail.com> 2353M: Erik Andren <erik.andren@gmail.com>
2331L: linux-media@vger.kernel.org 2354L: linux-media@vger.kernel.org
@@ -2547,8 +2570,7 @@ S: Maintained
2547F: Documentation/i2c/ 2570F: Documentation/i2c/
2548F: drivers/i2c/ 2571F: drivers/i2c/
2549F: include/linux/i2c.h 2572F: include/linux/i2c.h
2550F: include/linux/i2c-dev.h 2573F: include/linux/i2c-*.h
2551F: include/linux/i2c-id.h
2552 2574
2553I2C-TINY-USB DRIVER 2575I2C-TINY-USB DRIVER
2554M: Till Harbaum <till@harbaum.org> 2576M: Till Harbaum <till@harbaum.org>
@@ -2649,7 +2671,7 @@ S: Supported
2649F: security/integrity/ima/ 2671F: security/integrity/ima/
2650 2672
2651IMS TWINTURBO FRAMEBUFFER DRIVER 2673IMS TWINTURBO FRAMEBUFFER DRIVER
2652L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2674L: linux-fbdev@vger.kernel.org
2653S: Orphan 2675S: Orphan
2654F: drivers/video/imsttfb.c 2676F: drivers/video/imsttfb.c
2655 2677
@@ -2684,14 +2706,14 @@ F: drivers/input/
2684 2706
2685INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) 2707INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2686M: Sylvain Meyer <sylvain.meyer@worldonline.fr> 2708M: Sylvain Meyer <sylvain.meyer@worldonline.fr>
2687L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2709L: linux-fbdev@vger.kernel.org
2688S: Maintained 2710S: Maintained
2689F: Documentation/fb/intelfb.txt 2711F: Documentation/fb/intelfb.txt
2690F: drivers/video/intelfb/ 2712F: drivers/video/intelfb/
2691 2713
2692INTEL 810/815 FRAMEBUFFER DRIVER 2714INTEL 810/815 FRAMEBUFFER DRIVER
2693M: Antonino Daplas <adaplas@gmail.com> 2715M: Antonino Daplas <adaplas@gmail.com>
2694L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2716L: linux-fbdev@vger.kernel.org
2695S: Maintained 2717S: Maintained
2696F: drivers/video/i810/ 2718F: drivers/video/i810/
2697 2719
@@ -2837,7 +2859,7 @@ F: drivers/infiniband/hw/ipath/
2837 2859
2838IPMI SUBSYSTEM 2860IPMI SUBSYSTEM
2839M: Corey Minyard <minyard@acm.org> 2861M: Corey Minyard <minyard@acm.org>
2840L: openipmi-developer@lists.sourceforge.net 2862L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
2841W: http://openipmi.sourceforge.net/ 2863W: http://openipmi.sourceforge.net/
2842S: Supported 2864S: Supported
2843F: Documentation/IPMI.txt 2865F: Documentation/IPMI.txt
@@ -3012,8 +3034,8 @@ F: scripts/Makefile.*
3012 3034
3013KERNEL JANITORS 3035KERNEL JANITORS
3014L: kernel-janitors@vger.kernel.org 3036L: kernel-janitors@vger.kernel.org
3015W: http://www.kerneljanitors.org/ 3037W: http://janitor.kernelnewbies.org/
3016S: Maintained 3038S: Odd Fixes
3017 3039
3018KERNEL NFSD, SUNRPC, AND LOCKD SERVERS 3040KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3019M: "J. Bruce Fields" <bfields@fieldses.org> 3041M: "J. Bruce Fields" <bfields@fieldses.org>
@@ -3098,9 +3120,13 @@ F: kernel/kgdb.c
3098 3120
3099KMEMCHECK 3121KMEMCHECK
3100M: Vegard Nossum <vegardno@ifi.uio.no> 3122M: Vegard Nossum <vegardno@ifi.uio.no>
3101P Pekka Enberg 3123M: Pekka Enberg <penberg@cs.helsinki.fi>
3102M: penberg@cs.helsinki.fi
3103S: Maintained 3124S: Maintained
3125F: Documentation/kmemcheck.txt
3126F: arch/x86/include/asm/kmemcheck.h
3127F: arch/x86/mm/kmemcheck/
3128F: include/linux/kmemcheck.h
3129F: mm/kmemcheck.c
3104 3130
3105KMEMLEAK 3131KMEMLEAK
3106M: Catalin Marinas <catalin.marinas@arm.com> 3132M: Catalin Marinas <catalin.marinas@arm.com>
@@ -3401,7 +3427,7 @@ S: Supported
3401 3427
3402MATROX FRAMEBUFFER DRIVER 3428MATROX FRAMEBUFFER DRIVER
3403M: Petr Vandrovec <vandrove@vc.cvut.cz> 3429M: Petr Vandrovec <vandrove@vc.cvut.cz>
3404L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3430L: linux-fbdev@vger.kernel.org
3405S: Maintained 3431S: Maintained
3406F: drivers/video/matrox/matroxfb_* 3432F: drivers/video/matrox/matroxfb_*
3407F: include/linux/matroxfb.h 3433F: include/linux/matroxfb.h
@@ -3630,7 +3656,7 @@ L: netfilter@vger.kernel.org
3630L: coreteam@netfilter.org 3656L: coreteam@netfilter.org
3631W: http://www.netfilter.org/ 3657W: http://www.netfilter.org/
3632W: http://www.iptables.org/ 3658W: http://www.iptables.org/
3633T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git 3659T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3634S: Supported 3660S: Supported
3635F: include/linux/netfilter* 3661F: include/linux/netfilter*
3636F: include/linux/netfilter/ 3662F: include/linux/netfilter/
@@ -3677,6 +3703,7 @@ L: netdev@vger.kernel.org
3677W: http://www.linuxfoundation.org/en/Net 3703W: http://www.linuxfoundation.org/en/Net
3678W: http://patchwork.ozlabs.org/project/netdev/list/ 3704W: http://patchwork.ozlabs.org/project/netdev/list/
3679T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 3705T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3706T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3680S: Maintained 3707S: Maintained
3681F: net/ 3708F: net/
3682F: include/net/ 3709F: include/net/
@@ -3787,13 +3814,13 @@ F: fs/ntfs/
3787 3814
3788NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER 3815NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3789M: Antonino Daplas <adaplas@gmail.com> 3816M: Antonino Daplas <adaplas@gmail.com>
3790L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3817L: linux-fbdev@vger.kernel.org
3791S: Maintained 3818S: Maintained
3792F: drivers/video/riva/ 3819F: drivers/video/riva/
3793F: drivers/video/nvidia/ 3820F: drivers/video/nvidia/
3794 3821
3795OMAP SUPPORT 3822OMAP SUPPORT
3796M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com> 3823M: Tony Lindgren <tony@atomide.com>
3797L: linux-omap@vger.kernel.org 3824L: linux-omap@vger.kernel.org
3798W: http://www.muru.com/linux/omap/ 3825W: http://www.muru.com/linux/omap/
3799W: http://linux.omap.com/ 3826W: http://linux.omap.com/
@@ -3822,7 +3849,7 @@ F: sound/soc/omap/
3822 3849
3823OMAP FRAMEBUFFER SUPPORT 3850OMAP FRAMEBUFFER SUPPORT
3824M: Imre Deak <imre.deak@nokia.com> 3851M: Imre Deak <imre.deak@nokia.com>
3825L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3852L: linux-fbdev@vger.kernel.org
3826L: linux-omap@vger.kernel.org 3853L: linux-omap@vger.kernel.org
3827S: Maintained 3854S: Maintained
3828F: drivers/video/omap/ 3855F: drivers/video/omap/
@@ -3898,6 +3925,15 @@ S: Maintained
3898F: Documentation/i2c/busses/i2c-ocores 3925F: Documentation/i2c/busses/i2c-ocores
3899F: drivers/i2c/busses/i2c-ocores.c 3926F: drivers/i2c/busses/i2c-ocores.c
3900 3927
3928OPEN FIRMWARE AND FLATTENED DEVICE TREE
3929M: Grant Likely <grant.likely@secretlab.ca>
3930L: devicetree-discuss@lists.ozlabs.org
3931W: http://fdt.secretlab.ca
3932S: Maintained
3933F: drivers/of
3934F: include/linux/of*.h
3935K: of_get_property
3936
3901OPROFILE 3937OPROFILE
3902M: Robert Richter <robert.richter@amd.com> 3938M: Robert Richter <robert.richter@amd.com>
3903L: oprofile-list@lists.sf.net 3939L: oprofile-list@lists.sf.net
@@ -4319,21 +4355,23 @@ F: include/linux/qnxtypes.h
4319 4355
4320RADEON FRAMEBUFFER DISPLAY DRIVER 4356RADEON FRAMEBUFFER DISPLAY DRIVER
4321M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 4357M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4322L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4358L: linux-fbdev@vger.kernel.org
4323S: Maintained 4359S: Maintained
4324F: drivers/video/aty/radeon* 4360F: drivers/video/aty/radeon*
4325F: include/linux/radeonfb.h 4361F: include/linux/radeonfb.h
4326 4362
4327RAGE128 FRAMEBUFFER DISPLAY DRIVER 4363RAGE128 FRAMEBUFFER DISPLAY DRIVER
4328M: Paul Mackerras <paulus@samba.org> 4364M: Paul Mackerras <paulus@samba.org>
4329L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4365L: linux-fbdev@vger.kernel.org
4330S: Maintained 4366S: Maintained
4331F: drivers/video/aty/aty128fb.c 4367F: drivers/video/aty/aty128fb.c
4332 4368
4333RALINK RT2X00 WIRELESS LAN DRIVER 4369RALINK RT2X00 WIRELESS LAN DRIVER
4334P: rt2x00 project 4370P: rt2x00 project
4371M: Ivo van Doorn <IvDoorn@gmail.com>
4372M: Gertjan van Wingerde <gwingerde@gmail.com>
4335L: linux-wireless@vger.kernel.org 4373L: linux-wireless@vger.kernel.org
4336L: users@rt2x00.serialmonkey.com 4374L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
4337W: http://rt2x00.serialmonkey.com/ 4375W: http://rt2x00.serialmonkey.com/
4338S: Maintained 4376S: Maintained
4339T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git 4377T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
@@ -4419,7 +4457,7 @@ RFKILL
4419M: Johannes Berg <johannes@sipsolutions.net> 4457M: Johannes Berg <johannes@sipsolutions.net>
4420L: linux-wireless@vger.kernel.org 4458L: linux-wireless@vger.kernel.org
4421S: Maintained 4459S: Maintained
4422F Documentation/rfkill.txt 4460F: Documentation/rfkill.txt
4423F: net/rfkill/ 4461F: net/rfkill/
4424 4462
4425RISCOM8 DRIVER 4463RISCOM8 DRIVER
@@ -4463,7 +4501,7 @@ F: drivers/net/wireless/rtl818x/rtl8187*
4463 4501
4464S3 SAVAGE FRAMEBUFFER DRIVER 4502S3 SAVAGE FRAMEBUFFER DRIVER
4465M: Antonino Daplas <adaplas@gmail.com> 4503M: Antonino Daplas <adaplas@gmail.com>
4466L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4504L: linux-fbdev@vger.kernel.org
4467S: Maintained 4505S: Maintained
4468F: drivers/video/savage/ 4506F: drivers/video/savage/
4469 4507
@@ -4542,12 +4580,11 @@ F: kernel/sched*
4542F: include/linux/sched.h 4580F: include/linux/sched.h
4543 4581
4544SCORE ARCHITECTURE 4582SCORE ARCHITECTURE
4545P: Chen Liqin 4583M: Chen Liqin <liqin.chen@sunplusct.com>
4546M: liqin.chen@sunplusct.com 4584M: Lennox Wu <lennox.wu@gmail.com>
4547P: Lennox Wu
4548M: lennox.wu@gmail.com
4549W: http://www.sunplusct.com 4585W: http://www.sunplusct.com
4550S: Supported 4586S: Supported
4587F: arch/score/
4551 4588
4552SCSI CDROM DRIVER 4589SCSI CDROM DRIVER
4553M: Jens Axboe <axboe@kernel.dk> 4590M: Jens Axboe <axboe@kernel.dk>
@@ -4620,27 +4657,27 @@ S: Maintained
4620F: drivers/mmc/host/sdricoh_cs.c 4657F: drivers/mmc/host/sdricoh_cs.c
4621 4658
4622SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER 4659SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4623S: Orphan 4660S: Orphan
4624L: linux-mmc@vger.kernel.org 4661L: linux-mmc@vger.kernel.org
4625F: drivers/mmc/host/sdhci.* 4662F: drivers/mmc/host/sdhci.*
4626 4663
4627SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) 4664SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4628M: Anton Vorontsov <avorontsov@ru.mvista.com> 4665M: Anton Vorontsov <avorontsov@ru.mvista.com>
4629L: linuxppc-dev@ozlabs.org 4666L: linuxppc-dev@ozlabs.org
4630L: linux-mmc@vger.kernel.org 4667L: linux-mmc@vger.kernel.org
4631S: Maintained 4668S: Maintained
4632F: drivers/mmc/host/sdhci-of.* 4669F: drivers/mmc/host/sdhci-of.*
4633 4670
4634SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER 4671SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4635M: Ben Dooks <ben-linux@fluff.org> 4672M: Ben Dooks <ben-linux@fluff.org>
4636L: linux-mmc@vger.kernel.org 4673L: linux-mmc@vger.kernel.org
4637S: Maintained 4674S: Maintained
4638F: drivers/mmc/host/sdhci-s3c.c 4675F: drivers/mmc/host/sdhci-s3c.c
4639 4676
4640SECURITY SUBSYSTEM 4677SECURITY SUBSYSTEM
4641M: James Morris <jmorris@namei.org> 4678M: James Morris <jmorris@namei.org>
4642L: linux-security-module@vger.kernel.org (suggested Cc:) 4679L: linux-security-module@vger.kernel.org (suggested Cc:)
4643T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git 4680T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4644W: http://security.wiki.kernel.org/ 4681W: http://security.wiki.kernel.org/
4645S: Supported 4682S: Supported
4646F: security/ 4683F: security/
@@ -4676,12 +4713,11 @@ F: include/linux/ata.h
4676F: include/linux/libata.h 4713F: include/linux/libata.h
4677 4714
4678SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER 4715SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
4679P: Jayamohan Kallickal 4716M: Jayamohan Kallickal <jayamohank@serverengines.com>
4680M: jayamohank@serverengines.com 4717L: linux-scsi@vger.kernel.org
4681L: linux-scsi@vger.kernel.org 4718W: http://www.serverengines.com
4682W: http://www.serverengines.com 4719S: Supported
4683S: Supported 4720F: drivers/scsi/be2iscsi/
4684F: drivers/scsi/be2iscsi/
4685 4721
4686SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER 4722SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4687M: Sathya Perla <sathyap@serverengines.com> 4723M: Sathya Perla <sathyap@serverengines.com>
@@ -4736,8 +4772,7 @@ F: drivers/usb/gadget/lh7a40*
4736F: drivers/usb/host/ohci-lh7a40* 4772F: drivers/usb/host/ohci-lh7a40*
4737 4773
4738SIMPLE FIRMWARE INTERFACE (SFI) 4774SIMPLE FIRMWARE INTERFACE (SFI)
4739P: Len Brown 4775M: Len Brown <lenb@kernel.org>
4740M: lenb@kernel.org
4741L: sfi-devel@simplefirmware.org 4776L: sfi-devel@simplefirmware.org
4742W: http://simplefirmware.org/ 4777W: http://simplefirmware.org/
4743T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git 4778T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
@@ -5185,6 +5220,20 @@ L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5185S: Maintained 5220S: Maintained
5186F: drivers/char/tpm/ 5221F: drivers/char/tpm/
5187 5222
5223TRACING
5224M: Steven Rostedt <rostedt@goodmis.org>
5225M: Frederic Weisbecker <fweisbec@gmail.com>
5226M: Ingo Molnar <mingo@redhat.com>
5227T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
5228S: Maintained
5229F: Documentation/trace/ftrace.txt
5230F: arch/*/*/*/ftrace.h
5231F: arch/*/kernel/ftrace.c
5232F: include/*/ftrace.h
5233F: include/linux/trace*.h
5234F: include/trace/
5235F: kernel/trace/
5236
5188TRIVIAL PATCHES 5237TRIVIAL PATCHES
5189M: Jiri Kosina <trivial@kernel.org> 5238M: Jiri Kosina <trivial@kernel.org>
5190T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git 5239T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
@@ -5615,7 +5664,7 @@ S: Maintained
5615 5664
5616UVESAFB DRIVER 5665UVESAFB DRIVER
5617M: Michal Januszewski <spock@gentoo.org> 5666M: Michal Januszewski <spock@gentoo.org>
5618L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 5667L: linux-fbdev@vger.kernel.org
5619W: http://dev.gentoo.org/~spock/projects/uvesafb/ 5668W: http://dev.gentoo.org/~spock/projects/uvesafb/
5620S: Maintained 5669S: Maintained
5621F: Documentation/fb/uvesafb.txt 5670F: Documentation/fb/uvesafb.txt
@@ -5648,7 +5697,7 @@ F: drivers/mmc/host/via-sdmmc.c
5648VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER 5697VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
5649M: Joseph Chan <JosephChan@via.com.tw> 5698M: Joseph Chan <JosephChan@via.com.tw>
5650M: Scott Fang <ScottFang@viatech.com.cn> 5699M: Scott Fang <ScottFang@viatech.com.cn>
5651L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 5700L: linux-fbdev@vger.kernel.org
5652S: Maintained 5701S: Maintained
5653F: drivers/video/via/ 5702F: drivers/video/via/
5654 5703
@@ -5674,11 +5723,11 @@ F: drivers/vlynq/vlynq.c
5674F: include/linux/vlynq.h 5723F: include/linux/vlynq.h
5675 5724
5676VMWARE VMXNET3 ETHERNET DRIVER 5725VMWARE VMXNET3 ETHERNET DRIVER
5677M: Shreyas Bhatewara <sbhatewara@vmware.com> 5726M: Shreyas Bhatewara <sbhatewara@vmware.com>
5678M: VMware, Inc. <pv-drivers@vmware.com> 5727M: "VMware, Inc." <pv-drivers@vmware.com>
5679L: netdev@vger.kernel.org 5728L: netdev@vger.kernel.org
5680S: Maintained 5729S: Maintained
5681F: drivers/net/vmxnet3/ 5730F: drivers/net/vmxnet3/
5682 5731
5683VOLTAGE AND CURRENT REGULATOR FRAMEWORK 5732VOLTAGE AND CURRENT REGULATOR FRAMEWORK
5684M: Liam Girdwood <lrg@slimlogic.co.uk> 5733M: Liam Girdwood <lrg@slimlogic.co.uk>
@@ -5751,8 +5800,7 @@ S: Maintained
5751F: drivers/scsi/wd7000.c 5800F: drivers/scsi/wd7000.c
5752 5801
5753WINBOND CIR DRIVER 5802WINBOND CIR DRIVER
5754P: David Härdeman 5803M: David Härdeman <david@hardeman.nu>
5755M: david@hardeman.nu
5756S: Maintained 5804S: Maintained
5757F: drivers/input/misc/winbond-cir.c 5805F: drivers/input/misc/winbond-cir.c
5758 5806
@@ -5809,9 +5857,7 @@ F: drivers/input/touchscreen/*wm97*
5809F: include/linux/wm97xx.h 5857F: include/linux/wm97xx.h
5810 5858
5811WOLFSON MICROELECTRONICS PMIC DRIVERS 5859WOLFSON MICROELECTRONICS PMIC DRIVERS
5812P: Mark Brown 5860M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5813M: broonie@opensource.wolfsonmicro.com
5814L: linux-kernel@vger.kernel.org
5815T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus 5861T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
5816W: http://opensource.wolfsonmicro.com/node/8 5862W: http://opensource.wolfsonmicro.com/node/8
5817S: Supported 5863S: Supported