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