diff options
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 317 |
1 files changed, 212 insertions, 105 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c450f3abb8c9..4f96ac81089c 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/ |
@@ -257,6 +265,13 @@ W: http://www.lesswatts.org/projects/acpi/ | |||
257 | S: Supported | 265 | S: Supported |
258 | F: drivers/acpi/fan.c | 266 | F: drivers/acpi/fan.c |
259 | 267 | ||
268 | ACPI PROCESSOR AGGREGATOR DRIVER | ||
269 | M: Shaohua Li <shaohua.li@intel.com> | ||
270 | L: linux-acpi@vger.kernel.org | ||
271 | W: http://www.lesswatts.org/projects/acpi/ | ||
272 | S: Supported | ||
273 | F: drivers/acpi/acpi_pad.c | ||
274 | |||
260 | ACPI THERMAL DRIVER | 275 | ACPI THERMAL DRIVER |
261 | M: Zhang Rui <rui.zhang@intel.com> | 276 | M: Zhang Rui <rui.zhang@intel.com> |
262 | L: linux-acpi@vger.kernel.org | 277 | L: linux-acpi@vger.kernel.org |
@@ -497,10 +512,32 @@ W: http://www.arm.linux.org.uk/ | |||
497 | S: Maintained | 512 | S: Maintained |
498 | F: arch/arm/ | 513 | F: arch/arm/ |
499 | 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 | |||
500 | ARM PRIMECELL MMCI PL180/1 DRIVER | 531 | ARM PRIMECELL MMCI PL180/1 DRIVER |
501 | S: Orphan | 532 | S: Orphan |
502 | F: drivers/mmc/host/mmci.* | 533 | F: drivers/mmc/host/mmci.* |
503 | 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 | |||
504 | ARM/ADI ROADRUNNER MACHINE SUPPORT | 541 | ARM/ADI ROADRUNNER MACHINE SUPPORT |
505 | M: Lennert Buytenhek <kernel@wantstofly.org> | 542 | M: Lennert Buytenhek <kernel@wantstofly.org> |
506 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 543 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
@@ -570,6 +607,11 @@ M: Mike Rapoport <mike@compulab.co.il> | |||
570 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 607 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
571 | S: Maintained | 608 | S: Maintained |
572 | 609 | ||
610 | ARM/CONTEC MICRO9 MACHINE SUPPORT | ||
611 | M: Hubert Feurstein <hubert.feurstein@contec.at> | ||
612 | S: Maintained | ||
613 | F: arch/arm/mach-ep93xx/micro9.c | ||
614 | |||
573 | ARM/CORGI MACHINE SUPPORT | 615 | ARM/CORGI MACHINE SUPPORT |
574 | M: Richard Purdie <rpurdie@rpsys.net> | 616 | M: Richard Purdie <rpurdie@rpsys.net> |
575 | S: Maintained | 617 | S: Maintained |
@@ -646,24 +688,24 @@ ARM/INTEL IOP32X ARM ARCHITECTURE | |||
646 | M: Lennert Buytenhek <kernel@wantstofly.org> | 688 | M: Lennert Buytenhek <kernel@wantstofly.org> |
647 | M: Dan Williams <dan.j.williams@intel.com> | 689 | M: Dan Williams <dan.j.williams@intel.com> |
648 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 690 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
649 | S: Supported | 691 | S: Maintained |
650 | 692 | ||
651 | ARM/INTEL IOP33X ARM ARCHITECTURE | 693 | ARM/INTEL IOP33X ARM ARCHITECTURE |
652 | M: Dan Williams <dan.j.williams@intel.com> | 694 | M: Dan Williams <dan.j.williams@intel.com> |
653 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 695 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
654 | S: Supported | 696 | S: Maintained |
655 | 697 | ||
656 | ARM/INTEL IOP13XX ARM ARCHITECTURE | 698 | ARM/INTEL IOP13XX ARM ARCHITECTURE |
657 | M: Lennert Buytenhek <kernel@wantstofly.org> | 699 | M: Lennert Buytenhek <kernel@wantstofly.org> |
658 | M: Dan Williams <dan.j.williams@intel.com> | 700 | M: Dan Williams <dan.j.williams@intel.com> |
659 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 701 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
660 | S: Supported | 702 | S: Maintained |
661 | 703 | ||
662 | ARM/INTEL IQ81342EX MACHINE SUPPORT | 704 | ARM/INTEL IQ81342EX MACHINE SUPPORT |
663 | M: Lennert Buytenhek <kernel@wantstofly.org> | 705 | M: Lennert Buytenhek <kernel@wantstofly.org> |
664 | M: Dan Williams <dan.j.williams@intel.com> | 706 | M: Dan Williams <dan.j.williams@intel.com> |
665 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 707 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
666 | S: Supported | 708 | S: Maintained |
667 | 709 | ||
668 | ARM/INTEL IXP2000 ARM ARCHITECTURE | 710 | ARM/INTEL IXP2000 ARM ARCHITECTURE |
669 | M: Lennert Buytenhek <kernel@wantstofly.org> | 711 | M: Lennert Buytenhek <kernel@wantstofly.org> |
@@ -691,7 +733,7 @@ ARM/INTEL XSC3 (MANZANO) ARM CORE | |||
691 | M: Lennert Buytenhek <kernel@wantstofly.org> | 733 | M: Lennert Buytenhek <kernel@wantstofly.org> |
692 | M: Dan Williams <dan.j.williams@intel.com> | 734 | M: Dan Williams <dan.j.williams@intel.com> |
693 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 735 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
694 | S: Supported | 736 | S: Maintained |
695 | 737 | ||
696 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT | 738 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT |
697 | M: Lennert Buytenhek <kernel@wantstofly.org> | 739 | M: Lennert Buytenhek <kernel@wantstofly.org> |
@@ -741,23 +783,36 @@ M: Dirk Opfer <dirk@opfer-online.de> | |||
741 | S: Maintained | 783 | S: Maintained |
742 | 784 | ||
743 | ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT | 785 | ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT |
744 | P: Marek Vasut | 786 | M: Marek Vasut <marek.vasut@gmail.com> |
745 | M: marek.vasut@gmail.com | ||
746 | L: linux-arm-kernel@lists.infradead.org | 787 | L: linux-arm-kernel@lists.infradead.org |
747 | W: http://hackndev.com | 788 | W: http://hackndev.com |
748 | S: Maintained | 789 | S: Maintained |
790 | F: arch/arm/mach-pxa/include/mach/palmtx.h | ||
791 | F: arch/arm/mach-pxa/palmtx.c | ||
792 | F: arch/arm/mach-pxa/include/mach/palmt5.h | ||
793 | F: arch/arm/mach-pxa/palmt5.c | ||
794 | F: arch/arm/mach-pxa/include/mach/palmld.h | ||
795 | F: arch/arm/mach-pxa/palmld.c | ||
796 | F: arch/arm/mach-pxa/include/mach/palmte2.h | ||
797 | F: arch/arm/mach-pxa/palmte2.c | ||
798 | F: arch/arm/mach-pxa/include/mach/palmtc.h | ||
799 | F: arch/arm/mach-pxa/palmtc.c | ||
749 | 800 | ||
750 | ARM/PALM TREO 680 SUPPORT | 801 | ARM/PALM TREO 680 SUPPORT |
751 | M: Tomas Cech <sleep_walker@suse.cz> | 802 | M: Tomas Cech <sleep_walker@suse.cz> |
752 | L: linux-arm-kernel@lists.infradead.org | 803 | L: linux-arm-kernel@lists.infradead.org |
753 | W: http://hackndev.com | 804 | W: http://hackndev.com |
754 | S: Maintained | 805 | S: Maintained |
806 | F: arch/arm/mach-pxa/include/mach/treo680.h | ||
807 | F: arch/arm/mach-pxa/treo680.c | ||
755 | 808 | ||
756 | ARM/PALMZ72 SUPPORT | 809 | ARM/PALMZ72 SUPPORT |
757 | M: Sergey Lapin <slapin@ossfans.org> | 810 | M: Sergey Lapin <slapin@ossfans.org> |
758 | L: linux-arm-kernel@lists.infradead.org | 811 | L: linux-arm-kernel@lists.infradead.org |
759 | W: http://hackndev.com | 812 | W: http://hackndev.com |
760 | S: Maintained | 813 | S: Maintained |
814 | F: arch/arm/mach-pxa/include/mach/palmz72.h | ||
815 | F: arch/arm/mach-pxa/palmz72.c | ||
761 | 816 | ||
762 | ARM/PLEB SUPPORT | 817 | ARM/PLEB SUPPORT |
763 | M: Peter Chubb <pleb@gelato.unsw.edu.au> | 818 | M: Peter Chubb <pleb@gelato.unsw.edu.au> |
@@ -873,7 +928,6 @@ M: Karol Kozimor <sziwan@users.sourceforge.net> | |||
873 | L: acpi4asus-user@lists.sourceforge.net | 928 | L: acpi4asus-user@lists.sourceforge.net |
874 | W: http://acpi4asus.sf.net | 929 | W: http://acpi4asus.sf.net |
875 | S: Maintained | 930 | S: Maintained |
876 | F: arch/x86/kernel/acpi/boot.c | ||
877 | F: drivers/platform/x86/asus_acpi.c | 931 | F: drivers/platform/x86/asus_acpi.c |
878 | 932 | ||
879 | ASUS ASB100 HARDWARE MONITOR DRIVER | 933 | ASUS ASB100 HARDWARE MONITOR DRIVER |
@@ -967,7 +1021,7 @@ F: drivers/net/atlx/ | |||
967 | 1021 | ||
968 | ATM | 1022 | ATM |
969 | M: Chas Williams <chas@cmf.nrl.navy.mil> | 1023 | M: Chas Williams <chas@cmf.nrl.navy.mil> |
970 | L: linux-atm-general@lists.sourceforge.net (subscribers-only) | 1024 | L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers) |
971 | L: netdev@vger.kernel.org | 1025 | L: netdev@vger.kernel.org |
972 | W: http://linux-atm.sourceforge.net | 1026 | W: http://linux-atm.sourceforge.net |
973 | S: Maintained | 1027 | S: Maintained |
@@ -995,7 +1049,7 @@ F: drivers/serial/atmel_serial.c | |||
995 | 1049 | ||
996 | ATMEL LCDFB DRIVER | 1050 | ATMEL LCDFB DRIVER |
997 | M: Nicolas Ferre <nicolas.ferre@atmel.com> | 1051 | M: Nicolas Ferre <nicolas.ferre@atmel.com> |
998 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 1052 | L: linux-fbdev@vger.kernel.org |
999 | S: Maintained | 1053 | S: Maintained |
1000 | F: drivers/video/atmel_lcdfb.c | 1054 | F: drivers/video/atmel_lcdfb.c |
1001 | F: include/video/atmel_lcdc.h | 1055 | F: include/video/atmel_lcdc.h |
@@ -1211,6 +1265,12 @@ L: netdev@vger.kernel.org | |||
1211 | S: Supported | 1265 | S: Supported |
1212 | F: drivers/net/tg3.* | 1266 | F: drivers/net/tg3.* |
1213 | 1267 | ||
1268 | BROCADE BFA FC SCSI DRIVER | ||
1269 | M: Jing Huang <huangj@brocade.com> | ||
1270 | L: linux-scsi@vger.kernel.org | ||
1271 | S: Supported | ||
1272 | F: drivers/scsi/bfa/ | ||
1273 | |||
1214 | BSG (block layer generic sg v4 driver) | 1274 | BSG (block layer generic sg v4 driver) |
1215 | M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 1275 | M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |
1216 | L: linux-scsi@vger.kernel.org | 1276 | L: linux-scsi@vger.kernel.org |
@@ -1448,6 +1508,7 @@ F: mm/*cgroup* | |||
1448 | 1508 | ||
1449 | CORETEMP HARDWARE MONITORING DRIVER | 1509 | CORETEMP HARDWARE MONITORING DRIVER |
1450 | M: Rudolf Marek <r.marek@assembler.cz> | 1510 | M: Rudolf Marek <r.marek@assembler.cz> |
1511 | M: Huaxu Wan <huaxu.wan@intel.com> | ||
1451 | L: lm-sensors@lm-sensors.org | 1512 | L: lm-sensors@lm-sensors.org |
1452 | S: Maintained | 1513 | S: Maintained |
1453 | F: Documentation/hwmon/coretemp | 1514 | F: Documentation/hwmon/coretemp |
@@ -2038,7 +2099,7 @@ S: Maintained | |||
2038 | F: fs/* | 2099 | F: fs/* |
2039 | 2100 | ||
2040 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER | 2101 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
2041 | M: Riku Voipio <riku.vipio@iki.fi> | 2102 | M: Riku Voipio <riku.voipio@iki.fi> |
2042 | L: lm-sensors@lm-sensors.org | 2103 | L: lm-sensors@lm-sensors.org |
2043 | S: Maintained | 2104 | S: Maintained |
2044 | F: drivers/hwmon/f75375s.c | 2105 | F: drivers/hwmon/f75375s.c |
@@ -2074,7 +2135,7 @@ F: drivers/net/wan/dlci.c | |||
2074 | F: drivers/net/wan/sdla.c | 2135 | F: drivers/net/wan/sdla.c |
2075 | 2136 | ||
2076 | FRAMEBUFFER LAYER | 2137 | FRAMEBUFFER LAYER |
2077 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 2138 | L: linux-fbdev@vger.kernel.org |
2078 | W: http://linux-fbdev.sourceforge.net/ | 2139 | W: http://linux-fbdev.sourceforge.net/ |
2079 | S: Orphan | 2140 | S: Orphan |
2080 | F: Documentation/fb/ | 2141 | F: Documentation/fb/ |
@@ -2097,7 +2158,7 @@ F: drivers/i2c/busses/i2c-cpm.c | |||
2097 | 2158 | ||
2098 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER | 2159 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER |
2099 | M: Sascha Hauer <kernel@pengutronix.de> | 2160 | M: Sascha Hauer <kernel@pengutronix.de> |
2100 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 2161 | L: linux-fbdev@vger.kernel.org |
2101 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 2162 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
2102 | S: Maintained | 2163 | S: Maintained |
2103 | F: arch/arm/plat-mxc/include/mach/imxfb.h | 2164 | F: arch/arm/plat-mxc/include/mach/imxfb.h |
@@ -2119,7 +2180,7 @@ S: Supported | |||
2119 | F: arch/powerpc/sysdev/qe_lib/ | 2180 | F: arch/powerpc/sysdev/qe_lib/ |
2120 | F: arch/powerpc/include/asm/*qe.h | 2181 | F: arch/powerpc/include/asm/*qe.h |
2121 | 2182 | ||
2122 | FREESCALE USB PERIPHERIAL DRIVERS | 2183 | FREESCALE USB PERIPHERAL DRIVERS |
2123 | M: Li Yang <leoli@freescale.com> | 2184 | M: Li Yang <leoli@freescale.com> |
2124 | L: linux-usb@vger.kernel.org | 2185 | L: linux-usb@vger.kernel.org |
2125 | L: linuxppc-dev@ozlabs.org | 2186 | L: linuxppc-dev@ozlabs.org |
@@ -2170,18 +2231,6 @@ F: Documentation/filesystems/caching/ | |||
2170 | F: fs/fscache/ | 2231 | F: fs/fscache/ |
2171 | F: include/linux/fscache*.h | 2232 | F: include/linux/fscache*.h |
2172 | 2233 | ||
2173 | TRACING | ||
2174 | M: Steven Rostedt <rostedt@goodmis.org> | ||
2175 | M: Frederic Weisbecker <fweisbec@gmail.com> | ||
2176 | M: Ingo Molnar <mingo@redhat.com> | ||
2177 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core | ||
2178 | S: Maintained | ||
2179 | F: Documentation/trace/ftrace.txt | ||
2180 | F: arch/*/*/*/ftrace.h | ||
2181 | F: arch/*/kernel/ftrace.c | ||
2182 | F: include/*/ftrace.h include/trace/ include/linux/trace*.h | ||
2183 | F: kernel/trace/ | ||
2184 | |||
2185 | FUJITSU FR-V (FRV) PORT | 2234 | FUJITSU FR-V (FRV) PORT |
2186 | M: David Howells <dhowells@redhat.com> | 2235 | M: David Howells <dhowells@redhat.com> |
2187 | S: Maintained | 2236 | S: Maintained |
@@ -2240,9 +2289,8 @@ S: Maintained | |||
2240 | F: include/asm-generic | 2289 | F: include/asm-generic |
2241 | 2290 | ||
2242 | GENERIC UIO DRIVER FOR PCI DEVICES | 2291 | GENERIC UIO DRIVER FOR PCI DEVICES |
2243 | M: Michael S. Tsirkin <mst@redhat.com> | 2292 | M: "Michael S. Tsirkin" <mst@redhat.com> |
2244 | L: kvm@vger.kernel.org | 2293 | L: kvm@vger.kernel.org |
2245 | L: linux-kernel@vger.kernel.org | ||
2246 | S: Supported | 2294 | S: Supported |
2247 | F: drivers/uio/uio_pci_generic.c | 2295 | F: drivers/uio/uio_pci_generic.c |
2248 | 2296 | ||
@@ -2286,6 +2334,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |||
2286 | S: Maintained | 2334 | S: Maintained |
2287 | F: drivers/media/video/gspca/finepix.c | 2335 | F: drivers/media/video/gspca/finepix.c |
2288 | 2336 | ||
2337 | GSPCA GL860 SUBDRIVER | ||
2338 | M: Olivier Lorin <o.lorin@laposte.net> | ||
2339 | L: linux-media@vger.kernel.org | ||
2340 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | ||
2341 | S: Maintained | ||
2342 | F: drivers/media/video/gspca/gl860/ | ||
2343 | |||
2289 | GSPCA M5602 SUBDRIVER | 2344 | GSPCA M5602 SUBDRIVER |
2290 | M: Erik Andren <erik.andren@gmail.com> | 2345 | M: Erik Andren <erik.andren@gmail.com> |
2291 | L: linux-media@vger.kernel.org | 2346 | L: linux-media@vger.kernel.org |
@@ -2507,8 +2562,7 @@ S: Maintained | |||
2507 | F: Documentation/i2c/ | 2562 | F: Documentation/i2c/ |
2508 | F: drivers/i2c/ | 2563 | F: drivers/i2c/ |
2509 | F: include/linux/i2c.h | 2564 | F: include/linux/i2c.h |
2510 | F: include/linux/i2c-dev.h | 2565 | F: include/linux/i2c-*.h |
2511 | F: include/linux/i2c-id.h | ||
2512 | 2566 | ||
2513 | I2C-TINY-USB DRIVER | 2567 | I2C-TINY-USB DRIVER |
2514 | M: Till Harbaum <till@harbaum.org> | 2568 | M: Till Harbaum <till@harbaum.org> |
@@ -2583,6 +2637,7 @@ L: linux1394-devel@lists.sourceforge.net | |||
2583 | W: http://www.linux1394.org/ | 2637 | W: http://www.linux1394.org/ |
2584 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git | 2638 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
2585 | S: Maintained | 2639 | S: Maintained |
2640 | F: Documentation/debugging-via-ohci1394.txt | ||
2586 | F: drivers/ieee1394/ | 2641 | F: drivers/ieee1394/ |
2587 | 2642 | ||
2588 | IEEE 1394 RAW I/O DRIVER | 2643 | IEEE 1394 RAW I/O DRIVER |
@@ -2608,7 +2663,7 @@ S: Supported | |||
2608 | F: security/integrity/ima/ | 2663 | F: security/integrity/ima/ |
2609 | 2664 | ||
2610 | IMS TWINTURBO FRAMEBUFFER DRIVER | 2665 | IMS TWINTURBO FRAMEBUFFER DRIVER |
2611 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 2666 | L: linux-fbdev@vger.kernel.org |
2612 | S: Orphan | 2667 | S: Orphan |
2613 | F: drivers/video/imsttfb.c | 2668 | F: drivers/video/imsttfb.c |
2614 | 2669 | ||
@@ -2643,14 +2698,14 @@ F: drivers/input/ | |||
2643 | 2698 | ||
2644 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) | 2699 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
2645 | M: Sylvain Meyer <sylvain.meyer@worldonline.fr> | 2700 | M: Sylvain Meyer <sylvain.meyer@worldonline.fr> |
2646 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 2701 | L: linux-fbdev@vger.kernel.org |
2647 | S: Maintained | 2702 | S: Maintained |
2648 | F: Documentation/fb/intelfb.txt | 2703 | F: Documentation/fb/intelfb.txt |
2649 | F: drivers/video/intelfb/ | 2704 | F: drivers/video/intelfb/ |
2650 | 2705 | ||
2651 | INTEL 810/815 FRAMEBUFFER DRIVER | 2706 | INTEL 810/815 FRAMEBUFFER DRIVER |
2652 | M: Antonino Daplas <adaplas@gmail.com> | 2707 | M: Antonino Daplas <adaplas@gmail.com> |
2653 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 2708 | L: linux-fbdev@vger.kernel.org |
2654 | S: Maintained | 2709 | S: Maintained |
2655 | F: drivers/video/i810/ | 2710 | F: drivers/video/i810/ |
2656 | 2711 | ||
@@ -2682,7 +2737,7 @@ F: include/linux/intel-iommu.h | |||
2682 | 2737 | ||
2683 | INTEL IOP-ADMA DMA DRIVER | 2738 | INTEL IOP-ADMA DMA DRIVER |
2684 | M: Dan Williams <dan.j.williams@intel.com> | 2739 | M: Dan Williams <dan.j.williams@intel.com> |
2685 | S: Supported | 2740 | S: Maintained |
2686 | F: drivers/dma/iop-adma.c | 2741 | F: drivers/dma/iop-adma.c |
2687 | 2742 | ||
2688 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT | 2743 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT |
@@ -2796,7 +2851,7 @@ F: drivers/infiniband/hw/ipath/ | |||
2796 | 2851 | ||
2797 | IPMI SUBSYSTEM | 2852 | IPMI SUBSYSTEM |
2798 | M: Corey Minyard <minyard@acm.org> | 2853 | M: Corey Minyard <minyard@acm.org> |
2799 | L: openipmi-developer@lists.sourceforge.net | 2854 | L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers) |
2800 | W: http://openipmi.sourceforge.net/ | 2855 | W: http://openipmi.sourceforge.net/ |
2801 | S: Supported | 2856 | S: Supported |
2802 | F: Documentation/IPMI.txt | 2857 | F: Documentation/IPMI.txt |
@@ -2960,19 +3015,16 @@ S: Maintained | |||
2960 | F: fs/autofs4/ | 3015 | F: fs/autofs4/ |
2961 | 3016 | ||
2962 | KERNEL BUILD | 3017 | KERNEL BUILD |
2963 | M: Sam Ravnborg <sam@ravnborg.org> | ||
2964 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git | ||
2965 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git | ||
2966 | L: linux-kbuild@vger.kernel.org | 3018 | L: linux-kbuild@vger.kernel.org |
2967 | S: Maintained | 3019 | S: Orphan |
2968 | F: Documentation/kbuild/ | 3020 | F: Documentation/kbuild/ |
2969 | F: Makefile | 3021 | F: Makefile |
2970 | F: scripts/Makefile.* | 3022 | F: scripts/Makefile.* |
2971 | 3023 | ||
2972 | KERNEL JANITORS | 3024 | KERNEL JANITORS |
2973 | L: kernel-janitors@vger.kernel.org | 3025 | L: kernel-janitors@vger.kernel.org |
2974 | W: http://www.kerneljanitors.org/ | 3026 | W: http://janitor.kernelnewbies.org/ |
2975 | S: Maintained | 3027 | S: Odd Fixes |
2976 | 3028 | ||
2977 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS | 3029 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
2978 | M: "J. Bruce Fields" <bfields@fieldses.org> | 3030 | M: "J. Bruce Fields" <bfields@fieldses.org> |
@@ -3057,9 +3109,13 @@ F: kernel/kgdb.c | |||
3057 | 3109 | ||
3058 | KMEMCHECK | 3110 | KMEMCHECK |
3059 | M: Vegard Nossum <vegardno@ifi.uio.no> | 3111 | M: Vegard Nossum <vegardno@ifi.uio.no> |
3060 | P Pekka Enberg | 3112 | M: Pekka Enberg <penberg@cs.helsinki.fi> |
3061 | M: penberg@cs.helsinki.fi | ||
3062 | S: Maintained | 3113 | S: Maintained |
3114 | F: Documentation/kmemcheck.txt | ||
3115 | F: arch/x86/include/asm/kmemcheck.h | ||
3116 | F: arch/x86/mm/kmemcheck/ | ||
3117 | F: include/linux/kmemcheck.h | ||
3118 | F: mm/kmemcheck.c | ||
3063 | 3119 | ||
3064 | KMEMLEAK | 3120 | KMEMLEAK |
3065 | M: Catalin Marinas <catalin.marinas@arm.com> | 3121 | M: Catalin Marinas <catalin.marinas@arm.com> |
@@ -3360,7 +3416,7 @@ S: Supported | |||
3360 | 3416 | ||
3361 | MATROX FRAMEBUFFER DRIVER | 3417 | MATROX FRAMEBUFFER DRIVER |
3362 | M: Petr Vandrovec <vandrove@vc.cvut.cz> | 3418 | M: Petr Vandrovec <vandrove@vc.cvut.cz> |
3363 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 3419 | L: linux-fbdev@vger.kernel.org |
3364 | S: Maintained | 3420 | S: Maintained |
3365 | F: drivers/video/matrox/matroxfb_* | 3421 | F: drivers/video/matrox/matroxfb_* |
3366 | F: include/linux/matroxfb.h | 3422 | F: include/linux/matroxfb.h |
@@ -3589,7 +3645,7 @@ L: netfilter@vger.kernel.org | |||
3589 | L: coreteam@netfilter.org | 3645 | L: coreteam@netfilter.org |
3590 | W: http://www.netfilter.org/ | 3646 | W: http://www.netfilter.org/ |
3591 | W: http://www.iptables.org/ | 3647 | W: http://www.iptables.org/ |
3592 | T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git | 3648 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git |
3593 | S: Supported | 3649 | S: Supported |
3594 | F: include/linux/netfilter* | 3650 | F: include/linux/netfilter* |
3595 | F: include/linux/netfilter/ | 3651 | F: include/linux/netfilter/ |
@@ -3623,11 +3679,20 @@ F: Documentation/blockdev/nbd.txt | |||
3623 | F: drivers/block/nbd.c | 3679 | F: drivers/block/nbd.c |
3624 | F: include/linux/nbd.h | 3680 | F: include/linux/nbd.h |
3625 | 3681 | ||
3682 | NETWORK DROP MONITOR | ||
3683 | M: Neil Horman <nhorman@tuxdriver.com> | ||
3684 | L: netdev@vger.kernel.org | ||
3685 | S: Maintained | ||
3686 | W: https://fedorahosted.org/dropwatch/ | ||
3687 | F: net/core/drop_monitor.c | ||
3688 | |||
3626 | NETWORKING [GENERAL] | 3689 | NETWORKING [GENERAL] |
3627 | M: "David S. Miller" <davem@davemloft.net> | 3690 | M: "David S. Miller" <davem@davemloft.net> |
3628 | L: netdev@vger.kernel.org | 3691 | L: netdev@vger.kernel.org |
3629 | W: http://www.linuxfoundation.org/en/Net | 3692 | W: http://www.linuxfoundation.org/en/Net |
3693 | W: http://patchwork.ozlabs.org/project/netdev/list/ | ||
3630 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | 3694 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
3695 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git | ||
3631 | S: Maintained | 3696 | S: Maintained |
3632 | F: net/ | 3697 | F: net/ |
3633 | F: include/net/ | 3698 | F: include/net/ |
@@ -3738,13 +3803,13 @@ F: fs/ntfs/ | |||
3738 | 3803 | ||
3739 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER | 3804 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER |
3740 | M: Antonino Daplas <adaplas@gmail.com> | 3805 | M: Antonino Daplas <adaplas@gmail.com> |
3741 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 3806 | L: linux-fbdev@vger.kernel.org |
3742 | S: Maintained | 3807 | S: Maintained |
3743 | F: drivers/video/riva/ | 3808 | F: drivers/video/riva/ |
3744 | F: drivers/video/nvidia/ | 3809 | F: drivers/video/nvidia/ |
3745 | 3810 | ||
3746 | OMAP SUPPORT | 3811 | OMAP SUPPORT |
3747 | M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com> | 3812 | M: Tony Lindgren <tony@atomide.com> |
3748 | L: linux-omap@vger.kernel.org | 3813 | L: linux-omap@vger.kernel.org |
3749 | W: http://www.muru.com/linux/omap/ | 3814 | W: http://www.muru.com/linux/omap/ |
3750 | W: http://linux.omap.com/ | 3815 | W: http://linux.omap.com/ |
@@ -3773,7 +3838,7 @@ F: sound/soc/omap/ | |||
3773 | 3838 | ||
3774 | OMAP FRAMEBUFFER SUPPORT | 3839 | OMAP FRAMEBUFFER SUPPORT |
3775 | M: Imre Deak <imre.deak@nokia.com> | 3840 | M: Imre Deak <imre.deak@nokia.com> |
3776 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 3841 | L: linux-fbdev@vger.kernel.org |
3777 | L: linux-omap@vger.kernel.org | 3842 | L: linux-omap@vger.kernel.org |
3778 | S: Maintained | 3843 | S: Maintained |
3779 | F: drivers/video/omap/ | 3844 | F: drivers/video/omap/ |
@@ -3849,6 +3914,15 @@ S: Maintained | |||
3849 | F: Documentation/i2c/busses/i2c-ocores | 3914 | F: Documentation/i2c/busses/i2c-ocores |
3850 | F: drivers/i2c/busses/i2c-ocores.c | 3915 | F: drivers/i2c/busses/i2c-ocores.c |
3851 | 3916 | ||
3917 | OPEN FIRMWARE AND FLATTENED DEVICE TREE | ||
3918 | M: Grant Likely <grant.likely@secretlab.ca> | ||
3919 | L: devicetree-discuss@lists.ozlabs.org | ||
3920 | W: http://fdt.secretlab.ca | ||
3921 | S: Maintained | ||
3922 | F: drivers/of | ||
3923 | F: include/linux/of*.h | ||
3924 | K: of_get_property | ||
3925 | |||
3852 | OPROFILE | 3926 | OPROFILE |
3853 | M: Robert Richter <robert.richter@amd.com> | 3927 | M: Robert Richter <robert.richter@amd.com> |
3854 | L: oprofile-list@lists.sf.net | 3928 | L: oprofile-list@lists.sf.net |
@@ -3953,6 +4027,7 @@ F: drivers/block/paride/ | |||
3953 | PARISC ARCHITECTURE | 4027 | PARISC ARCHITECTURE |
3954 | M: Kyle McMartin <kyle@mcmartin.ca> | 4028 | M: Kyle McMartin <kyle@mcmartin.ca> |
3955 | M: Helge Deller <deller@gmx.de> | 4029 | M: Helge Deller <deller@gmx.de> |
4030 | M: "James E.J. Bottomley" <jejb@parisc-linux.org> | ||
3956 | L: linux-parisc@vger.kernel.org | 4031 | L: linux-parisc@vger.kernel.org |
3957 | W: http://www.parisc-linux.org/ | 4032 | W: http://www.parisc-linux.org/ |
3958 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git | 4033 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git |
@@ -4036,6 +4111,13 @@ M: Peter Zijlstra <a.p.zijlstra@chello.nl> | |||
4036 | M: Paul Mackerras <paulus@samba.org> | 4111 | M: Paul Mackerras <paulus@samba.org> |
4037 | M: Ingo Molnar <mingo@elte.hu> | 4112 | M: Ingo Molnar <mingo@elte.hu> |
4038 | S: Supported | 4113 | S: Supported |
4114 | F: kernel/perf_event.c | ||
4115 | F: include/linux/perf_event.h | ||
4116 | F: arch/*/*/kernel/perf_event.c | ||
4117 | F: arch/*/include/asm/perf_event.h | ||
4118 | F: arch/*/lib/perf_event.c | ||
4119 | F: arch/*/kernel/perf_callchain.c | ||
4120 | F: tools/perf/ | ||
4039 | 4121 | ||
4040 | PERSONALITY HANDLING | 4122 | PERSONALITY HANDLING |
4041 | M: Christoph Hellwig <hch@infradead.org> | 4123 | M: Christoph Hellwig <hch@infradead.org> |
@@ -4262,21 +4344,23 @@ F: include/linux/qnxtypes.h | |||
4262 | 4344 | ||
4263 | RADEON FRAMEBUFFER DISPLAY DRIVER | 4345 | RADEON FRAMEBUFFER DISPLAY DRIVER |
4264 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> | 4346 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
4265 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 4347 | L: linux-fbdev@vger.kernel.org |
4266 | S: Maintained | 4348 | S: Maintained |
4267 | F: drivers/video/aty/radeon* | 4349 | F: drivers/video/aty/radeon* |
4268 | F: include/linux/radeonfb.h | 4350 | F: include/linux/radeonfb.h |
4269 | 4351 | ||
4270 | RAGE128 FRAMEBUFFER DISPLAY DRIVER | 4352 | RAGE128 FRAMEBUFFER DISPLAY DRIVER |
4271 | M: Paul Mackerras <paulus@samba.org> | 4353 | M: Paul Mackerras <paulus@samba.org> |
4272 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 4354 | L: linux-fbdev@vger.kernel.org |
4273 | S: Maintained | 4355 | S: Maintained |
4274 | F: drivers/video/aty/aty128fb.c | 4356 | F: drivers/video/aty/aty128fb.c |
4275 | 4357 | ||
4276 | RALINK RT2X00 WIRELESS LAN DRIVER | 4358 | RALINK RT2X00 WIRELESS LAN DRIVER |
4277 | P: rt2x00 project | 4359 | P: rt2x00 project |
4360 | M: Ivo van Doorn <IvDoorn@gmail.com> | ||
4361 | M: Gertjan van Wingerde <gwingerde@gmail.com> | ||
4278 | L: linux-wireless@vger.kernel.org | 4362 | L: linux-wireless@vger.kernel.org |
4279 | L: users@rt2x00.serialmonkey.com | 4363 | L: users@rt2x00.serialmonkey.com (moderated for non-subscribers) |
4280 | W: http://rt2x00.serialmonkey.com/ | 4364 | W: http://rt2x00.serialmonkey.com/ |
4281 | S: Maintained | 4365 | S: Maintained |
4282 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git | 4366 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git |
@@ -4362,7 +4446,7 @@ RFKILL | |||
4362 | M: Johannes Berg <johannes@sipsolutions.net> | 4446 | M: Johannes Berg <johannes@sipsolutions.net> |
4363 | L: linux-wireless@vger.kernel.org | 4447 | L: linux-wireless@vger.kernel.org |
4364 | S: Maintained | 4448 | S: Maintained |
4365 | F Documentation/rfkill.txt | 4449 | F: Documentation/rfkill.txt |
4366 | F: net/rfkill/ | 4450 | F: net/rfkill/ |
4367 | 4451 | ||
4368 | RISCOM8 DRIVER | 4452 | RISCOM8 DRIVER |
@@ -4406,7 +4490,7 @@ F: drivers/net/wireless/rtl818x/rtl8187* | |||
4406 | 4490 | ||
4407 | S3 SAVAGE FRAMEBUFFER DRIVER | 4491 | S3 SAVAGE FRAMEBUFFER DRIVER |
4408 | M: Antonino Daplas <adaplas@gmail.com> | 4492 | M: Antonino Daplas <adaplas@gmail.com> |
4409 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 4493 | L: linux-fbdev@vger.kernel.org |
4410 | S: Maintained | 4494 | S: Maintained |
4411 | F: drivers/video/savage/ | 4495 | F: drivers/video/savage/ |
4412 | 4496 | ||
@@ -4485,12 +4569,11 @@ F: kernel/sched* | |||
4485 | F: include/linux/sched.h | 4569 | F: include/linux/sched.h |
4486 | 4570 | ||
4487 | SCORE ARCHITECTURE | 4571 | SCORE ARCHITECTURE |
4488 | P: Chen Liqin | 4572 | M: Chen Liqin <liqin.chen@sunplusct.com> |
4489 | M: liqin.chen@sunplusct.com | 4573 | M: Lennox Wu <lennox.wu@gmail.com> |
4490 | P: Lennox Wu | ||
4491 | M: lennox.wu@gmail.com | ||
4492 | W: http://www.sunplusct.com | 4574 | W: http://www.sunplusct.com |
4493 | S: Supported | 4575 | S: Supported |
4576 | F: arch/score/ | ||
4494 | 4577 | ||
4495 | SCSI CDROM DRIVER | 4578 | SCSI CDROM DRIVER |
4496 | M: Jens Axboe <axboe@kernel.dk> | 4579 | M: Jens Axboe <axboe@kernel.dk> |
@@ -4563,27 +4646,27 @@ S: Maintained | |||
4563 | F: drivers/mmc/host/sdricoh_cs.c | 4646 | F: drivers/mmc/host/sdricoh_cs.c |
4564 | 4647 | ||
4565 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER | 4648 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
4566 | S: Orphan | 4649 | S: Orphan |
4567 | L: linux-mmc@vger.kernel.org | 4650 | L: linux-mmc@vger.kernel.org |
4568 | F: drivers/mmc/host/sdhci.* | 4651 | F: drivers/mmc/host/sdhci.* |
4569 | 4652 | ||
4570 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) | 4653 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) |
4571 | M: Anton Vorontsov <avorontsov@ru.mvista.com> | 4654 | M: Anton Vorontsov <avorontsov@ru.mvista.com> |
4572 | L: linuxppc-dev@ozlabs.org | 4655 | L: linuxppc-dev@ozlabs.org |
4573 | L: linux-mmc@vger.kernel.org | 4656 | L: linux-mmc@vger.kernel.org |
4574 | S: Maintained | 4657 | S: Maintained |
4575 | F: drivers/mmc/host/sdhci-of.* | 4658 | F: drivers/mmc/host/sdhci-of.* |
4576 | 4659 | ||
4577 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER | 4660 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER |
4578 | M: Ben Dooks <ben-linux@fluff.org> | 4661 | M: Ben Dooks <ben-linux@fluff.org> |
4579 | L: linux-mmc@vger.kernel.org | 4662 | L: linux-mmc@vger.kernel.org |
4580 | S: Maintained | 4663 | S: Maintained |
4581 | F: drivers/mmc/host/sdhci-s3c.c | 4664 | F: drivers/mmc/host/sdhci-s3c.c |
4582 | 4665 | ||
4583 | SECURITY SUBSYSTEM | 4666 | SECURITY SUBSYSTEM |
4584 | M: James Morris <jmorris@namei.org> | 4667 | M: James Morris <jmorris@namei.org> |
4585 | L: linux-security-module@vger.kernel.org (suggested Cc:) | 4668 | L: linux-security-module@vger.kernel.org (suggested Cc:) |
4586 | T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git | 4669 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git |
4587 | W: http://security.wiki.kernel.org/ | 4670 | W: http://security.wiki.kernel.org/ |
4588 | S: Supported | 4671 | S: Supported |
4589 | F: security/ | 4672 | F: security/ |
@@ -4618,6 +4701,13 @@ F: drivers/ata/ | |||
4618 | F: include/linux/ata.h | 4701 | F: include/linux/ata.h |
4619 | F: include/linux/libata.h | 4702 | F: include/linux/libata.h |
4620 | 4703 | ||
4704 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER | ||
4705 | M: Jayamohan Kallickal <jayamohank@serverengines.com> | ||
4706 | L: linux-scsi@vger.kernel.org | ||
4707 | W: http://www.serverengines.com | ||
4708 | S: Supported | ||
4709 | F: drivers/scsi/be2iscsi/ | ||
4710 | |||
4621 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER | 4711 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
4622 | M: Sathya Perla <sathyap@serverengines.com> | 4712 | M: Sathya Perla <sathyap@serverengines.com> |
4623 | M: Subbu Seetharaman <subbus@serverengines.com> | 4713 | M: Subbu Seetharaman <subbus@serverengines.com> |
@@ -4671,8 +4761,7 @@ F: drivers/usb/gadget/lh7a40* | |||
4671 | F: drivers/usb/host/ohci-lh7a40* | 4761 | F: drivers/usb/host/ohci-lh7a40* |
4672 | 4762 | ||
4673 | SIMPLE FIRMWARE INTERFACE (SFI) | 4763 | SIMPLE FIRMWARE INTERFACE (SFI) |
4674 | P: Len Brown | 4764 | M: Len Brown <lenb@kernel.org> |
4675 | M: lenb@kernel.org | ||
4676 | L: sfi-devel@simplefirmware.org | 4765 | L: sfi-devel@simplefirmware.org |
4677 | W: http://simplefirmware.org/ | 4766 | W: http://simplefirmware.org/ |
4678 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git | 4767 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git |
@@ -5120,6 +5209,20 @@ L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) | |||
5120 | S: Maintained | 5209 | S: Maintained |
5121 | F: drivers/char/tpm/ | 5210 | F: drivers/char/tpm/ |
5122 | 5211 | ||
5212 | TRACING | ||
5213 | M: Steven Rostedt <rostedt@goodmis.org> | ||
5214 | M: Frederic Weisbecker <fweisbec@gmail.com> | ||
5215 | M: Ingo Molnar <mingo@redhat.com> | ||
5216 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core | ||
5217 | S: Maintained | ||
5218 | F: Documentation/trace/ftrace.txt | ||
5219 | F: arch/*/*/*/ftrace.h | ||
5220 | F: arch/*/kernel/ftrace.c | ||
5221 | F: include/*/ftrace.h | ||
5222 | F: include/linux/trace*.h | ||
5223 | F: include/trace/ | ||
5224 | F: kernel/trace/ | ||
5225 | |||
5123 | TRIVIAL PATCHES | 5226 | TRIVIAL PATCHES |
5124 | M: Jiri Kosina <trivial@kernel.org> | 5227 | M: Jiri Kosina <trivial@kernel.org> |
5125 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git | 5228 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |
@@ -5550,7 +5653,7 @@ S: Maintained | |||
5550 | 5653 | ||
5551 | UVESAFB DRIVER | 5654 | UVESAFB DRIVER |
5552 | M: Michal Januszewski <spock@gentoo.org> | 5655 | M: Michal Januszewski <spock@gentoo.org> |
5553 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 5656 | L: linux-fbdev@vger.kernel.org |
5554 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ | 5657 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ |
5555 | S: Maintained | 5658 | S: Maintained |
5556 | F: Documentation/fb/uvesafb.txt | 5659 | F: Documentation/fb/uvesafb.txt |
@@ -5583,7 +5686,7 @@ F: drivers/mmc/host/via-sdmmc.c | |||
5583 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER | 5686 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER |
5584 | M: Joseph Chan <JosephChan@via.com.tw> | 5687 | M: Joseph Chan <JosephChan@via.com.tw> |
5585 | M: Scott Fang <ScottFang@viatech.com.cn> | 5688 | M: Scott Fang <ScottFang@viatech.com.cn> |
5586 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 5689 | L: linux-fbdev@vger.kernel.org |
5587 | S: Maintained | 5690 | S: Maintained |
5588 | F: drivers/video/via/ | 5691 | F: drivers/video/via/ |
5589 | 5692 | ||
@@ -5608,6 +5711,13 @@ S: Maintained | |||
5608 | F: drivers/vlynq/vlynq.c | 5711 | F: drivers/vlynq/vlynq.c |
5609 | F: include/linux/vlynq.h | 5712 | F: include/linux/vlynq.h |
5610 | 5713 | ||
5714 | VMWARE VMXNET3 ETHERNET DRIVER | ||
5715 | M: Shreyas Bhatewara <sbhatewara@vmware.com> | ||
5716 | M: "VMware, Inc." <pv-drivers@vmware.com> | ||
5717 | L: netdev@vger.kernel.org | ||
5718 | S: Maintained | ||
5719 | F: drivers/net/vmxnet3/ | ||
5720 | |||
5611 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK | 5721 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
5612 | M: Liam Girdwood <lrg@slimlogic.co.uk> | 5722 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
5613 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | 5723 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
@@ -5679,8 +5789,7 @@ S: Maintained | |||
5679 | F: drivers/scsi/wd7000.c | 5789 | F: drivers/scsi/wd7000.c |
5680 | 5790 | ||
5681 | WINBOND CIR DRIVER | 5791 | WINBOND CIR DRIVER |
5682 | P: David Härdeman | 5792 | M: David Härdeman <david@hardeman.nu> |
5683 | M: david@hardeman.nu | ||
5684 | S: Maintained | 5793 | S: Maintained |
5685 | F: drivers/input/misc/winbond-cir.c | 5794 | F: drivers/input/misc/winbond-cir.c |
5686 | 5795 | ||
@@ -5737,9 +5846,7 @@ F: drivers/input/touchscreen/*wm97* | |||
5737 | F: include/linux/wm97xx.h | 5846 | F: include/linux/wm97xx.h |
5738 | 5847 | ||
5739 | WOLFSON MICROELECTRONICS PMIC DRIVERS | 5848 | WOLFSON MICROELECTRONICS PMIC DRIVERS |
5740 | P: Mark Brown | 5849 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
5741 | M: broonie@opensource.wolfsonmicro.com | ||
5742 | L: linux-kernel@vger.kernel.org | ||
5743 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus | 5850 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus |
5744 | W: http://opensource.wolfsonmicro.com/node/8 | 5851 | W: http://opensource.wolfsonmicro.com/node/8 |
5745 | S: Supported | 5852 | S: Supported |