diff options
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 819 |
1 files changed, 621 insertions, 198 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6fc10aaf7ca2..449d44402083 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -65,43 +65,52 @@ 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 | Q: Patchwork web based patch tracking system site | ||
75 | T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. | ||
76 | S: Status, one of the following: | ||
77 | Supported: Someone is actually paid to look after this. | ||
78 | Maintained: Someone actually looks after it. | ||
79 | Odd Fixes: It has a maintainer but they don't have time to do | ||
80 | much other than throw the odd patch in. See below.. | ||
81 | Orphan: No current maintainer [but maybe you could take the | ||
82 | role as you write your new code]. | ||
83 | Obsolete: Old code. Something tagged obsolete generally means | ||
84 | it has been replaced by a better system and you | ||
85 | should be using that. | ||
86 | F: Files and directories with wildcard patterns. | ||
87 | A trailing slash includes all files and subdirectory files. | ||
88 | F: drivers/net/ all files in and below drivers/net | ||
89 | F: drivers/net/* all files in drivers/net, but not below | ||
90 | F: */net/* all files in "any top level directory"/net | ||
91 | One pattern per line. Multiple F: lines acceptable. | ||
92 | X: Files and directories that are NOT maintained, same rules as F: | ||
93 | Files exclusions are tested before file matches. | ||
94 | Can be useful for excluding a specific subdirectory, for instance: | ||
95 | F: net/ | ||
96 | X: net/ipv6/ | ||
97 | matches all files in and below net excluding net/ipv6/ | ||
98 | K: Keyword perl extended regex pattern to match content in a | ||
99 | patch or file. For instance: | ||
100 | K: of_get_profile | ||
101 | matches patches or files that contain "of_get_profile" | ||
102 | K: \b(printk|pr_(info|err))\b | ||
103 | matches patches or files that contain one or more of the words | ||
104 | printk, pr_info or pr_err | ||
105 | One regex pattern per line. Multiple K: lines acceptable. | ||
71 | 106 | ||
72 | Note: For the hard of thinking, this list is meant to remain in alphabetical | 107 | 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 | 108 | order. If you could add yourselves to it in alphabetical order that would be |
74 | so much easier [Ed] | 109 | so much easier [Ed] |
75 | 110 | ||
76 | P: Person (obsolete) | 111 | 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 | 112 | ||
93 | F: Files and directories with wildcard patterns. | 113 | ----------------------------------- |
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 | 114 | ||
106 | 3C505 NETWORK DRIVER | 115 | 3C505 NETWORK DRIVER |
107 | M: Philip Blundell <philb@gnu.org> | 116 | M: Philip Blundell <philb@gnu.org> |
@@ -174,7 +183,8 @@ M: Ron Minnich <rminnich@sandia.gov> | |||
174 | M: Latchesar Ionkov <lucho@ionkov.net> | 183 | M: Latchesar Ionkov <lucho@ionkov.net> |
175 | L: v9fs-developer@lists.sourceforge.net | 184 | L: v9fs-developer@lists.sourceforge.net |
176 | W: http://swik.net/v9fs | 185 | W: http://swik.net/v9fs |
177 | T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git | 186 | Q: http://patchwork.kernel.org/project/v9fs-devel/list/ |
187 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git | ||
178 | S: Maintained | 188 | S: Maintained |
179 | F: Documentation/filesystems/9p.txt | 189 | F: Documentation/filesystems/9p.txt |
180 | F: fs/9p/ | 190 | F: fs/9p/ |
@@ -213,6 +223,7 @@ F: drivers/net/acenic* | |||
213 | 223 | ||
214 | ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER | 224 | ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER |
215 | M: Peter Feuerer <peter@piie.net> | 225 | M: Peter Feuerer <peter@piie.net> |
226 | L: platform-driver-x86@vger.kernel.org | ||
216 | W: http://piie.net/?section=acerhdf | 227 | W: http://piie.net/?section=acerhdf |
217 | S: Maintained | 228 | S: Maintained |
218 | F: drivers/platform/x86/acerhdf.c | 229 | F: drivers/platform/x86/acerhdf.c |
@@ -220,6 +231,7 @@ F: drivers/platform/x86/acerhdf.c | |||
220 | ACER WMI LAPTOP EXTRAS | 231 | ACER WMI LAPTOP EXTRAS |
221 | M: Carlos Corbacho <carlos@strangeworlds.co.uk> | 232 | M: Carlos Corbacho <carlos@strangeworlds.co.uk> |
222 | L: aceracpi@googlegroups.com (subscribers-only) | 233 | L: aceracpi@googlegroups.com (subscribers-only) |
234 | L: platform-driver-x86@vger.kernel.org | ||
223 | W: http://code.google.com/p/aceracpi | 235 | W: http://code.google.com/p/aceracpi |
224 | S: Maintained | 236 | S: Maintained |
225 | F: drivers/platform/x86/acer-wmi.c | 237 | F: drivers/platform/x86/acer-wmi.c |
@@ -228,6 +240,7 @@ ACPI | |||
228 | M: Len Brown <lenb@kernel.org> | 240 | M: Len Brown <lenb@kernel.org> |
229 | L: linux-acpi@vger.kernel.org | 241 | L: linux-acpi@vger.kernel.org |
230 | W: http://www.lesswatts.org/projects/acpi/ | 242 | W: http://www.lesswatts.org/projects/acpi/ |
243 | Q: http://patchwork.kernel.org/project/linux-acpi/list/ | ||
231 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git | 244 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git |
232 | S: Supported | 245 | S: Supported |
233 | F: drivers/acpi/ | 246 | F: drivers/acpi/ |
@@ -257,6 +270,13 @@ W: http://www.lesswatts.org/projects/acpi/ | |||
257 | S: Supported | 270 | S: Supported |
258 | F: drivers/acpi/fan.c | 271 | F: drivers/acpi/fan.c |
259 | 272 | ||
273 | ACPI PROCESSOR AGGREGATOR DRIVER | ||
274 | M: Shaohua Li <shaohua.li@intel.com> | ||
275 | L: linux-acpi@vger.kernel.org | ||
276 | W: http://www.lesswatts.org/projects/acpi/ | ||
277 | S: Supported | ||
278 | F: drivers/acpi/acpi_pad.c | ||
279 | |||
260 | ACPI THERMAL DRIVER | 280 | ACPI THERMAL DRIVER |
261 | M: Zhang Rui <rui.zhang@intel.com> | 281 | M: Zhang Rui <rui.zhang@intel.com> |
262 | L: linux-acpi@vger.kernel.org | 282 | L: linux-acpi@vger.kernel.org |
@@ -273,7 +293,7 @@ F: drivers/acpi/video.c | |||
273 | 293 | ||
274 | ACPI WMI DRIVER | 294 | ACPI WMI DRIVER |
275 | M: Carlos Corbacho <carlos@strangeworlds.co.uk> | 295 | M: Carlos Corbacho <carlos@strangeworlds.co.uk> |
276 | L: linux-acpi@vger.kernel.org | 296 | L: platform-driver-x86@vger.kernel.org |
277 | W: http://www.lesswatts.org/projects/acpi/ | 297 | W: http://www.lesswatts.org/projects/acpi/ |
278 | S: Maintained | 298 | S: Maintained |
279 | F: drivers/platform/x86/wmi.c | 299 | F: drivers/platform/x86/wmi.c |
@@ -312,6 +332,13 @@ M: Colin Leroy <colin@colino.net> | |||
312 | S: Maintained | 332 | S: Maintained |
313 | F: drivers/macintosh/therm_adt746x.c | 333 | F: drivers/macintosh/therm_adt746x.c |
314 | 334 | ||
335 | ADT7475 HARDWARE MONITOR DRIVER | ||
336 | M: Jean Delvare <khali@linux-fr.org> | ||
337 | L: lm-sensors@lm-sensors.org | ||
338 | S: Maintained | ||
339 | F: Documentation/hwmon/adt7475 | ||
340 | F: drivers/hwmon/adt7475.c | ||
341 | |||
315 | ADVANSYS SCSI DRIVER | 342 | ADVANSYS SCSI DRIVER |
316 | M: Matthew Wilcox <matthew@wil.cx> | 343 | M: Matthew Wilcox <matthew@wil.cx> |
317 | L: linux-scsi@vger.kernel.org | 344 | L: linux-scsi@vger.kernel.org |
@@ -388,9 +415,8 @@ F: drivers/i2c/busses/i2c-ali1563.c | |||
388 | 415 | ||
389 | ALPHA PORT | 416 | ALPHA PORT |
390 | M: Richard Henderson <rth@twiddle.net> | 417 | M: Richard Henderson <rth@twiddle.net> |
391 | S: Odd Fixes for 2.4; Maintained for 2.6. | ||
392 | M: Ivan Kokshaysky <ink@jurassic.park.msu.ru> | 418 | M: Ivan Kokshaysky <ink@jurassic.park.msu.ru> |
393 | S: Maintained for 2.4; PCI support for 2.6. | 419 | M: Matt Turner <mattst88@gmail.com> |
394 | L: linux-alpha@vger.kernel.org | 420 | L: linux-alpha@vger.kernel.org |
395 | F: arch/alpha/ | 421 | F: arch/alpha/ |
396 | 422 | ||
@@ -405,7 +431,6 @@ P: Jordan Crouse | |||
405 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) | 431 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) |
406 | W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html | 432 | W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html |
407 | S: Supported | 433 | S: Supported |
408 | F: arch/x86/kernel/geode_32.c | ||
409 | F: drivers/char/hw_random/geode-rng.c | 434 | F: drivers/char/hw_random/geode-rng.c |
410 | F: drivers/crypto/geode* | 435 | F: drivers/crypto/geode* |
411 | F: drivers/video/geode/ | 436 | F: drivers/video/geode/ |
@@ -471,13 +496,6 @@ S: Maintained | |||
471 | F: drivers/net/appletalk/ | 496 | F: drivers/net/appletalk/ |
472 | F: net/appletalk/ | 497 | F: net/appletalk/ |
473 | 498 | ||
474 | APPLETOUCH TOUCHPAD DRIVER | ||
475 | M: Johannes Berg <johannes@sipsolutions.net> | ||
476 | L: linux-input@vger.kernel.org | ||
477 | S: Maintained | ||
478 | F: Documentation/input/appletouch.txt | ||
479 | F: drivers/input/mouse/appletouch.c | ||
480 | |||
481 | ARC FRAMEBUFFER DRIVER | 499 | ARC FRAMEBUFFER DRIVER |
482 | M: Jaya Kumar <jayalk@intworks.biz> | 500 | M: Jaya Kumar <jayalk@intworks.biz> |
483 | S: Maintained | 501 | S: Maintained |
@@ -497,10 +515,32 @@ W: http://www.arm.linux.org.uk/ | |||
497 | S: Maintained | 515 | S: Maintained |
498 | F: arch/arm/ | 516 | F: arch/arm/ |
499 | 517 | ||
518 | ARM PRIMECELL AACI PL041 DRIVER | ||
519 | M: Russell King <linux@arm.linux.org.uk> | ||
520 | S: Maintained | ||
521 | F: sound/arm/aaci.* | ||
522 | |||
523 | ARM PRIMECELL CLCD PL110 DRIVER | ||
524 | M: Russell King <linux@arm.linux.org.uk> | ||
525 | S: Maintained | ||
526 | F: drivers/video/amba-clcd.* | ||
527 | |||
528 | ARM PRIMECELL KMI PL050 DRIVER | ||
529 | M: Russell King <linux@arm.linux.org.uk> | ||
530 | S: Maintained | ||
531 | F: drivers/input/serio/ambakmi.* | ||
532 | F: include/linux/amba/kmi.h | ||
533 | |||
500 | ARM PRIMECELL MMCI PL180/1 DRIVER | 534 | ARM PRIMECELL MMCI PL180/1 DRIVER |
501 | S: Orphan | 535 | S: Orphan |
502 | F: drivers/mmc/host/mmci.* | 536 | F: drivers/mmc/host/mmci.* |
503 | 537 | ||
538 | ARM PRIMECELL BUS SUPPORT | ||
539 | M: Russell King <linux@arm.linux.org.uk> | ||
540 | S: Maintained | ||
541 | F: drivers/amba/ | ||
542 | F: include/linux/amba/bus.h | ||
543 | |||
504 | ARM/ADI ROADRUNNER MACHINE SUPPORT | 544 | ARM/ADI ROADRUNNER MACHINE SUPPORT |
505 | M: Lennert Buytenhek <kernel@wantstofly.org> | 545 | M: Lennert Buytenhek <kernel@wantstofly.org> |
506 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 546 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
@@ -570,15 +610,20 @@ M: Mike Rapoport <mike@compulab.co.il> | |||
570 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 610 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
571 | S: Maintained | 611 | S: Maintained |
572 | 612 | ||
613 | ARM/CONTEC MICRO9 MACHINE SUPPORT | ||
614 | M: Hubert Feurstein <hubert.feurstein@contec.at> | ||
615 | S: Maintained | ||
616 | F: arch/arm/mach-ep93xx/micro9.c | ||
617 | |||
573 | ARM/CORGI MACHINE SUPPORT | 618 | ARM/CORGI MACHINE SUPPORT |
574 | M: Richard Purdie <rpurdie@rpsys.net> | 619 | M: Richard Purdie <rpurdie@rpsys.net> |
575 | S: Maintained | 620 | S: Maintained |
576 | 621 | ||
577 | ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE | 622 | ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE |
578 | M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> | 623 | M: Paulius Zaleckas <paulius.zaleckas@gmail.com> |
579 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 624 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
580 | T: git git://gitorious.org/linux-gemini/mainline.git | 625 | T: git git://gitorious.org/linux-gemini/mainline.git |
581 | S: Maintained | 626 | S: Odd Fixes |
582 | F: arch/arm/mach-gemini/ | 627 | F: arch/arm/mach-gemini/ |
583 | 628 | ||
584 | ARM/EBSA110 MACHINE SUPPORT | 629 | ARM/EBSA110 MACHINE SUPPORT |
@@ -600,9 +645,9 @@ T: topgit git://git.openezx.org/openezx.git | |||
600 | F: arch/arm/mach-pxa/ezx.c | 645 | F: arch/arm/mach-pxa/ezx.c |
601 | 646 | ||
602 | ARM/FARADAY FA526 PORT | 647 | ARM/FARADAY FA526 PORT |
603 | M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> | 648 | M: Paulius Zaleckas <paulius.zaleckas@gmail.com> |
604 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 649 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
605 | S: Maintained | 650 | S: Odd Fixes |
606 | F: arch/arm/mm/*-fa* | 651 | F: arch/arm/mm/*-fa* |
607 | 652 | ||
608 | ARM/FOOTBRIDGE ARCHITECTURE | 653 | ARM/FOOTBRIDGE ARCHITECTURE |
@@ -617,6 +662,15 @@ ARM/FREESCALE IMX / MXC ARM ARCHITECTURE | |||
617 | M: Sascha Hauer <kernel@pengutronix.de> | 662 | M: Sascha Hauer <kernel@pengutronix.de> |
618 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 663 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
619 | S: Maintained | 664 | S: Maintained |
665 | T: git://git.pengutronix.de/git/imx/linux-2.6.git | ||
666 | F: arch/arm/mach-mx*/ | ||
667 | F: arch/arm/plat-mxc/ | ||
668 | |||
669 | ARM/FREESCALE IMX51 | ||
670 | M: Amit Kucheria <amit.kucheria@canonical.com> | ||
671 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
672 | S: Maintained | ||
673 | F: arch/arm/mach-mx5/ | ||
620 | 674 | ||
621 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT | 675 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT |
622 | M: Lennert Buytenhek <kernel@wantstofly.org> | 676 | M: Lennert Buytenhek <kernel@wantstofly.org> |
@@ -646,24 +700,24 @@ ARM/INTEL IOP32X ARM ARCHITECTURE | |||
646 | M: Lennert Buytenhek <kernel@wantstofly.org> | 700 | M: Lennert Buytenhek <kernel@wantstofly.org> |
647 | M: Dan Williams <dan.j.williams@intel.com> | 701 | M: Dan Williams <dan.j.williams@intel.com> |
648 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 702 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
649 | S: Supported | 703 | S: Maintained |
650 | 704 | ||
651 | ARM/INTEL IOP33X ARM ARCHITECTURE | 705 | ARM/INTEL IOP33X ARM ARCHITECTURE |
652 | M: Dan Williams <dan.j.williams@intel.com> | 706 | M: Dan Williams <dan.j.williams@intel.com> |
653 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 707 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
654 | S: Supported | 708 | S: Maintained |
655 | 709 | ||
656 | ARM/INTEL IOP13XX ARM ARCHITECTURE | 710 | ARM/INTEL IOP13XX ARM ARCHITECTURE |
657 | M: Lennert Buytenhek <kernel@wantstofly.org> | 711 | M: Lennert Buytenhek <kernel@wantstofly.org> |
658 | M: Dan Williams <dan.j.williams@intel.com> | 712 | M: Dan Williams <dan.j.williams@intel.com> |
659 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 713 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
660 | S: Supported | 714 | S: Maintained |
661 | 715 | ||
662 | ARM/INTEL IQ81342EX MACHINE SUPPORT | 716 | ARM/INTEL IQ81342EX MACHINE SUPPORT |
663 | M: Lennert Buytenhek <kernel@wantstofly.org> | 717 | M: Lennert Buytenhek <kernel@wantstofly.org> |
664 | M: Dan Williams <dan.j.williams@intel.com> | 718 | M: Dan Williams <dan.j.williams@intel.com> |
665 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 719 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
666 | S: Supported | 720 | S: Maintained |
667 | 721 | ||
668 | ARM/INTEL IXP2000 ARM ARCHITECTURE | 722 | ARM/INTEL IXP2000 ARM ARCHITECTURE |
669 | M: Lennert Buytenhek <kernel@wantstofly.org> | 723 | M: Lennert Buytenhek <kernel@wantstofly.org> |
@@ -687,11 +741,24 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | |||
687 | S: Maintained | 741 | S: Maintained |
688 | F: arch/arm/mach-ixp4xx/ | 742 | F: arch/arm/mach-ixp4xx/ |
689 | 743 | ||
744 | ARM/INTEL RESEARCH IMOTE 2 MACHINE SUPPORT | ||
745 | M: Jonathan Cameron <jic23@cam.ac.uk> | ||
746 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
747 | S: Maintained | ||
748 | F: arch/arm/mach-pxa/imote2.c | ||
749 | |||
750 | ARM/INTEL RESEARCH STARGATE 2 MACHINE SUPPORT | ||
751 | M: Jonathan Cameron <jic23@cam.ac.uk> | ||
752 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
753 | S: Maintained | ||
754 | F: arch/arm/mach-pxa/stargate2.c | ||
755 | F: drivers/pcmcia/pxa2xx_stargate2.c | ||
756 | |||
690 | ARM/INTEL XSC3 (MANZANO) ARM CORE | 757 | ARM/INTEL XSC3 (MANZANO) ARM CORE |
691 | M: Lennert Buytenhek <kernel@wantstofly.org> | 758 | M: Lennert Buytenhek <kernel@wantstofly.org> |
692 | M: Dan Williams <dan.j.williams@intel.com> | 759 | M: Dan Williams <dan.j.williams@intel.com> |
693 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 760 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
694 | S: Supported | 761 | S: Maintained |
695 | 762 | ||
696 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT | 763 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT |
697 | M: Lennert Buytenhek <kernel@wantstofly.org> | 764 | M: Lennert Buytenhek <kernel@wantstofly.org> |
@@ -729,35 +796,69 @@ ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT | |||
729 | M: Michael Petchkovsky <mkpetch@internode.on.net> | 796 | M: Michael Petchkovsky <mkpetch@internode.on.net> |
730 | S: Maintained | 797 | S: Maintained |
731 | 798 | ||
799 | ARM/NOMADIK ARCHITECTURE | ||
800 | M: Alessandro Rubini <rubini@unipv.it> | ||
801 | M: STEricsson <STEricsson_nomadik_linux@list.st.com> | ||
802 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
803 | S: Maintained | ||
804 | F: arch/arm/mach-nomadik/ | ||
805 | F: arch/arm/plat-nomadik/ | ||
806 | |||
732 | ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT | 807 | ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT |
733 | M: Nelson Castillo <arhuaco@freaks-unidos.net> | 808 | M: Nelson Castillo <arhuaco@freaks-unidos.net> |
734 | L: openmoko-kernel@lists.openmoko.org (subscribers-only) | 809 | L: openmoko-kernel@lists.openmoko.org (subscribers-only) |
735 | W: http://wiki.openmoko.org/wiki/Neo_FreeRunner | 810 | W: http://wiki.openmoko.org/wiki/Neo_FreeRunner |
736 | S: Supported | 811 | S: Supported |
737 | 812 | ||
813 | ARM/QUALCOMM MSM MACHINE SUPPORT | ||
814 | M: David Brown <davidb@codeaurora.org> | ||
815 | M: Daniel Walker <dwalker@codeaurora.org> | ||
816 | M: Bryan Huntsman <bryanh@codeaurora.org> | ||
817 | F: arch/arm/mach-msm/ | ||
818 | F: drivers/video/msm/ | ||
819 | F: drivers/mmc/host/msm_sdcc.c | ||
820 | F: drivers/mmc/host/msm_sdcc.h | ||
821 | F: drivers/serial/msm_serial.h | ||
822 | F: drivers/serial/msm_serial.c | ||
823 | T: git git://codeaurora.org/quic/kernel/dwalker/linux-msm.git | ||
824 | S: Maintained | ||
825 | |||
738 | ARM/TOSA MACHINE SUPPORT | 826 | ARM/TOSA MACHINE SUPPORT |
739 | M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 827 | M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
740 | M: Dirk Opfer <dirk@opfer-online.de> | 828 | M: Dirk Opfer <dirk@opfer-online.de> |
741 | S: Maintained | 829 | S: Maintained |
742 | 830 | ||
743 | ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT | 831 | ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT |
744 | P: Marek Vasut | 832 | M: Marek Vasut <marek.vasut@gmail.com> |
745 | M: marek.vasut@gmail.com | ||
746 | L: linux-arm-kernel@lists.infradead.org | 833 | L: linux-arm-kernel@lists.infradead.org |
747 | W: http://hackndev.com | 834 | W: http://hackndev.com |
748 | S: Maintained | 835 | S: Maintained |
749 | 836 | F: arch/arm/mach-pxa/include/mach/palmtx.h | |
750 | ARM/PALM TREO 680 SUPPORT | 837 | F: arch/arm/mach-pxa/palmtx.c |
838 | F: arch/arm/mach-pxa/include/mach/palmt5.h | ||
839 | F: arch/arm/mach-pxa/palmt5.c | ||
840 | F: arch/arm/mach-pxa/include/mach/palmld.h | ||
841 | F: arch/arm/mach-pxa/palmld.c | ||
842 | F: arch/arm/mach-pxa/include/mach/palmte2.h | ||
843 | F: arch/arm/mach-pxa/palmte2.c | ||
844 | F: arch/arm/mach-pxa/include/mach/palmtc.h | ||
845 | F: arch/arm/mach-pxa/palmtc.c | ||
846 | |||
847 | ARM/PALM TREO SUPPORT | ||
751 | M: Tomas Cech <sleep_walker@suse.cz> | 848 | M: Tomas Cech <sleep_walker@suse.cz> |
752 | L: linux-arm-kernel@lists.infradead.org | 849 | L: linux-arm-kernel@lists.infradead.org |
753 | W: http://hackndev.com | 850 | W: http://hackndev.com |
754 | S: Maintained | 851 | S: Maintained |
852 | F: arch/arm/mach-pxa/include/mach/palmtreo.h | ||
853 | F: arch/arm/mach-pxa/palmtreo.c | ||
755 | 854 | ||
756 | ARM/PALMZ72 SUPPORT | 855 | ARM/PALMZ72 SUPPORT |
757 | M: Sergey Lapin <slapin@ossfans.org> | 856 | M: Sergey Lapin <slapin@ossfans.org> |
758 | L: linux-arm-kernel@lists.infradead.org | 857 | L: linux-arm-kernel@lists.infradead.org |
759 | W: http://hackndev.com | 858 | W: http://hackndev.com |
760 | S: Maintained | 859 | S: Maintained |
860 | F: arch/arm/mach-pxa/include/mach/palmz72.h | ||
861 | F: arch/arm/mach-pxa/palmz72.c | ||
761 | 862 | ||
762 | ARM/PLEB SUPPORT | 863 | ARM/PLEB SUPPORT |
763 | M: Peter Chubb <pleb@gelato.unsw.edu.au> | 864 | M: Peter Chubb <pleb@gelato.unsw.edu.au> |
@@ -844,6 +945,16 @@ W: http://www.fluff.org/ben/linux/ | |||
844 | S: Maintained | 945 | S: Maintained |
845 | F: arch/arm/mach-s3c6410/ | 946 | F: arch/arm/mach-s3c6410/ |
846 | 947 | ||
948 | ARM/SHMOBILE ARM ARCHITECTURE | ||
949 | M: Paul Mundt <lethal@linux-sh.org> | ||
950 | M: Magnus Damm <magnus.damm@gmail.com> | ||
951 | L: linux-sh@vger.kernel.org | ||
952 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/genesis-2.6.git | ||
953 | W: http://oss.renesas.com | ||
954 | S: Supported | ||
955 | F: arch/arm/mach-shmobile/ | ||
956 | F: drivers/sh/ | ||
957 | |||
847 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT | 958 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT |
848 | M: Lennert Buytenhek <kernel@wantstofly.org> | 959 | M: Lennert Buytenhek <kernel@wantstofly.org> |
849 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 960 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
@@ -860,6 +971,12 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | |||
860 | W: http://www.mcuos.com | 971 | W: http://www.mcuos.com |
861 | S: Maintained | 972 | S: Maintained |
862 | 973 | ||
974 | ARM/U8500 ARM ARCHITECTURE | ||
975 | M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> | ||
976 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
977 | S: Maintained | ||
978 | F: arch/arm/mach-ux500/ | ||
979 | |||
863 | ARM/VFP SUPPORT | 980 | ARM/VFP SUPPORT |
864 | M: Russell King <linux@arm.linux.org.uk> | 981 | M: Russell King <linux@arm.linux.org.uk> |
865 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 982 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
@@ -867,13 +984,20 @@ W: http://www.arm.linux.org.uk/ | |||
867 | S: Maintained | 984 | S: Maintained |
868 | F: arch/arm/vfp/ | 985 | F: arch/arm/vfp/ |
869 | 986 | ||
987 | ASC7621 HARDWARE MONITOR DRIVER | ||
988 | M: George Joseph <george.joseph@fairview5.com> | ||
989 | L: lm-sensors@lm-sensors.org | ||
990 | S: Maintained | ||
991 | F: Documentation/hwmon/asc7621 | ||
992 | F: drivers/hwmon/asc7621.c | ||
993 | |||
870 | ASUS ACPI EXTRAS DRIVER | 994 | ASUS ACPI EXTRAS DRIVER |
871 | M: Corentin Chary <corentincj@iksaif.net> | 995 | M: Corentin Chary <corentincj@iksaif.net> |
872 | M: Karol Kozimor <sziwan@users.sourceforge.net> | 996 | M: Karol Kozimor <sziwan@users.sourceforge.net> |
873 | L: acpi4asus-user@lists.sourceforge.net | 997 | L: acpi4asus-user@lists.sourceforge.net |
998 | L: platform-driver-x86@vger.kernel.org | ||
874 | W: http://acpi4asus.sf.net | 999 | W: http://acpi4asus.sf.net |
875 | S: Maintained | 1000 | S: Maintained |
876 | F: arch/x86/kernel/acpi/boot.c | ||
877 | F: drivers/platform/x86/asus_acpi.c | 1001 | F: drivers/platform/x86/asus_acpi.c |
878 | 1002 | ||
879 | ASUS ASB100 HARDWARE MONITOR DRIVER | 1003 | ASUS ASB100 HARDWARE MONITOR DRIVER |
@@ -885,13 +1009,13 @@ F: drivers/hwmon/asb100.c | |||
885 | ASUS LAPTOP EXTRAS DRIVER | 1009 | ASUS LAPTOP EXTRAS DRIVER |
886 | M: Corentin Chary <corentincj@iksaif.net> | 1010 | M: Corentin Chary <corentincj@iksaif.net> |
887 | L: acpi4asus-user@lists.sourceforge.net | 1011 | L: acpi4asus-user@lists.sourceforge.net |
1012 | L: platform-driver-x86@vger.kernel.org | ||
888 | W: http://acpi4asus.sf.net | 1013 | W: http://acpi4asus.sf.net |
889 | S: Maintained | 1014 | S: Maintained |
890 | F: drivers/platform/x86/asus-laptop.c | 1015 | F: drivers/platform/x86/asus-laptop.c |
891 | 1016 | ||
892 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API | 1017 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API |
893 | M: Dan Williams <dan.j.williams@intel.com> | 1018 | M: Dan Williams <dan.j.williams@intel.com> |
894 | M: Maciej Sosnowski <maciej.sosnowski@intel.com> | ||
895 | W: http://sourceforge.net/projects/xscaleiop | 1019 | W: http://sourceforge.net/projects/xscaleiop |
896 | S: Supported | 1020 | S: Supported |
897 | F: Documentation/crypto/async-tx-api.txt | 1021 | F: Documentation/crypto/async-tx-api.txt |
@@ -967,7 +1091,7 @@ F: drivers/net/atlx/ | |||
967 | 1091 | ||
968 | ATM | 1092 | ATM |
969 | M: Chas Williams <chas@cmf.nrl.navy.mil> | 1093 | M: Chas Williams <chas@cmf.nrl.navy.mil> |
970 | L: linux-atm-general@lists.sourceforge.net (subscribers-only) | 1094 | L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers) |
971 | L: netdev@vger.kernel.org | 1095 | L: netdev@vger.kernel.org |
972 | W: http://linux-atm.sourceforge.net | 1096 | W: http://linux-atm.sourceforge.net |
973 | S: Maintained | 1097 | S: Maintained |
@@ -995,7 +1119,7 @@ F: drivers/serial/atmel_serial.c | |||
995 | 1119 | ||
996 | ATMEL LCDFB DRIVER | 1120 | ATMEL LCDFB DRIVER |
997 | M: Nicolas Ferre <nicolas.ferre@atmel.com> | 1121 | M: Nicolas Ferre <nicolas.ferre@atmel.com> |
998 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 1122 | L: linux-fbdev@vger.kernel.org |
999 | S: Maintained | 1123 | S: Maintained |
1000 | F: drivers/video/atmel_lcdfb.c | 1124 | F: drivers/video/atmel_lcdfb.c |
1001 | F: include/video/atmel_lcdc.h | 1125 | F: include/video/atmel_lcdc.h |
@@ -1066,7 +1190,6 @@ F: include/net/ax25.h | |||
1066 | F: net/ax25/ | 1190 | F: net/ax25/ |
1067 | 1191 | ||
1068 | B43 WIRELESS DRIVER | 1192 | B43 WIRELESS DRIVER |
1069 | M: Michael Buesch <mb@bu3sch.de> | ||
1070 | M: Stefano Brivio <stefano.brivio@polimi.it> | 1193 | M: Stefano Brivio <stefano.brivio@polimi.it> |
1071 | L: linux-wireless@vger.kernel.org | 1194 | L: linux-wireless@vger.kernel.org |
1072 | W: http://linuxwireless.org/en/users/Drivers/b43 | 1195 | W: http://linuxwireless.org/en/users/Drivers/b43 |
@@ -1128,6 +1251,13 @@ W: http://blackfin.uclinux.org | |||
1128 | S: Supported | 1251 | S: Supported |
1129 | F: drivers/rtc/rtc-bfin.c | 1252 | F: drivers/rtc/rtc-bfin.c |
1130 | 1253 | ||
1254 | BLACKFIN SDH DRIVER | ||
1255 | M: Cliff Cai <cliff.cai@analog.com> | ||
1256 | L: uclinux-dist-devel@blackfin.uclinux.org | ||
1257 | W: http://blackfin.uclinux.org | ||
1258 | S: Supported | ||
1259 | F: drivers/mmc/host/bfin_sdh.c | ||
1260 | |||
1131 | BLACKFIN SERIAL DRIVER | 1261 | BLACKFIN SERIAL DRIVER |
1132 | M: Sonic Zhang <sonic.zhang@analog.com> | 1262 | M: Sonic Zhang <sonic.zhang@analog.com> |
1133 | L: uclinux-dist-devel@blackfin.uclinux.org | 1263 | L: uclinux-dist-devel@blackfin.uclinux.org |
@@ -1211,6 +1341,12 @@ L: netdev@vger.kernel.org | |||
1211 | S: Supported | 1341 | S: Supported |
1212 | F: drivers/net/tg3.* | 1342 | F: drivers/net/tg3.* |
1213 | 1343 | ||
1344 | BROCADE BFA FC SCSI DRIVER | ||
1345 | M: Jing Huang <huangj@brocade.com> | ||
1346 | L: linux-scsi@vger.kernel.org | ||
1347 | S: Supported | ||
1348 | F: drivers/scsi/bfa/ | ||
1349 | |||
1214 | BSG (block layer generic sg v4 driver) | 1350 | BSG (block layer generic sg v4 driver) |
1215 | M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 1351 | M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |
1216 | L: linux-scsi@vger.kernel.org | 1352 | L: linux-scsi@vger.kernel.org |
@@ -1228,6 +1364,7 @@ BTRFS FILE SYSTEM | |||
1228 | M: Chris Mason <chris.mason@oracle.com> | 1364 | M: Chris Mason <chris.mason@oracle.com> |
1229 | L: linux-btrfs@vger.kernel.org | 1365 | L: linux-btrfs@vger.kernel.org |
1230 | W: http://btrfs.wiki.kernel.org/ | 1366 | W: http://btrfs.wiki.kernel.org/ |
1367 | Q: http://patchwork.kernel.org/project/linux-btrfs/list/ | ||
1231 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git | 1368 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git |
1232 | S: Maintained | 1369 | S: Maintained |
1233 | F: Documentation/filesystems/btrfs.txt | 1370 | F: Documentation/filesystems/btrfs.txt |
@@ -1268,20 +1405,30 @@ F: arch/x86/include/asm/calgary.h | |||
1268 | F: arch/x86/include/asm/tce.h | 1405 | F: arch/x86/include/asm/tce.h |
1269 | 1406 | ||
1270 | CAN NETWORK LAYER | 1407 | CAN NETWORK LAYER |
1271 | M: Urs Thuermann <urs.thuermann@volkswagen.de> | 1408 | M: Oliver Hartkopp <socketcan@hartkopp.net> |
1272 | M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> | 1409 | M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> |
1273 | L: socketcan-core@lists.berlios.de (subscribers-only) | 1410 | M: Urs Thuermann <urs.thuermann@volkswagen.de> |
1411 | L: socketcan-core@lists.berlios.de | ||
1412 | L: netdev@vger.kernel.org | ||
1274 | W: http://developer.berlios.de/projects/socketcan/ | 1413 | W: http://developer.berlios.de/projects/socketcan/ |
1275 | S: Maintained | 1414 | S: Maintained |
1276 | F: drivers/net/can/ | 1415 | F: net/can/ |
1277 | F: include/linux/can/ | ||
1278 | F: include/linux/can.h | 1416 | F: include/linux/can.h |
1417 | F: include/linux/can/core.h | ||
1418 | F: include/linux/can/bcm.h | ||
1419 | F: include/linux/can/raw.h | ||
1279 | 1420 | ||
1280 | CAN NETWORK DRIVERS | 1421 | CAN NETWORK DRIVERS |
1281 | M: Wolfgang Grandegger <wg@grandegger.com> | 1422 | M: Wolfgang Grandegger <wg@grandegger.com> |
1282 | L: socketcan-core@lists.berlios.de (subscribers-only) | 1423 | L: socketcan-core@lists.berlios.de |
1424 | L: netdev@vger.kernel.org | ||
1283 | W: http://developer.berlios.de/projects/socketcan/ | 1425 | W: http://developer.berlios.de/projects/socketcan/ |
1284 | S: Maintained | 1426 | S: Maintained |
1427 | F: drivers/net/can/ | ||
1428 | F: include/linux/can/dev.h | ||
1429 | F: include/linux/can/error.h | ||
1430 | F: include/linux/can/netlink.h | ||
1431 | F: include/linux/can/platform/ | ||
1285 | 1432 | ||
1286 | CELL BROADBAND ENGINE ARCHITECTURE | 1433 | CELL BROADBAND ENGINE ARCHITECTURE |
1287 | M: Arnd Bergmann <arnd@arndb.de> | 1434 | M: Arnd Bergmann <arnd@arndb.de> |
@@ -1309,6 +1456,8 @@ L: linux-usb@vger.kernel.org | |||
1309 | S: Supported | 1456 | S: Supported |
1310 | F: Documentation/usb/WUSB-Design-overview.txt | 1457 | F: Documentation/usb/WUSB-Design-overview.txt |
1311 | F: Documentation/usb/wusb-cbaf | 1458 | F: Documentation/usb/wusb-cbaf |
1459 | F: drivers/usb/host/hwa-hc.c | ||
1460 | F: drivers/usb/host/whci/ | ||
1312 | F: drivers/usb/wusbcore/ | 1461 | F: drivers/usb/wusbcore/ |
1313 | F: include/linux/usb/wusb* | 1462 | F: include/linux/usb/wusb* |
1314 | 1463 | ||
@@ -1377,6 +1526,13 @@ L: linux-scsi@vger.kernel.org | |||
1377 | S: Supported | 1526 | S: Supported |
1378 | F: drivers/scsi/fnic/ | 1527 | F: drivers/scsi/fnic/ |
1379 | 1528 | ||
1529 | CMPC ACPI DRIVER | ||
1530 | M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | ||
1531 | M: Daniel Oliveira Nascimento <don@syst.com.br> | ||
1532 | L: platform-driver-x86@vger.kernel.org | ||
1533 | S: Supported | ||
1534 | F: drivers/platform/x86/classmate-laptop.c | ||
1535 | |||
1380 | CODA FILE SYSTEM | 1536 | CODA FILE SYSTEM |
1381 | M: Jan Harkes <jaharkes@cs.cmu.edu> | 1537 | M: Jan Harkes <jaharkes@cs.cmu.edu> |
1382 | M: coda@cs.cmu.edu | 1538 | M: coda@cs.cmu.edu |
@@ -1389,9 +1545,10 @@ F: include/linux/coda*.h | |||
1389 | 1545 | ||
1390 | COMMON INTERNET FILE SYSTEM (CIFS) | 1546 | COMMON INTERNET FILE SYSTEM (CIFS) |
1391 | M: Steve French <sfrench@samba.org> | 1547 | M: Steve French <sfrench@samba.org> |
1392 | L: linux-cifs-client@lists.samba.org | 1548 | L: linux-cifs-client@lists.samba.org (moderated for non-subscribers) |
1393 | L: samba-technical@lists.samba.org | 1549 | L: samba-technical@lists.samba.org (moderated for non-subscribers) |
1394 | W: http://linux-cifs.samba.org/ | 1550 | W: http://linux-cifs.samba.org/ |
1551 | Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/ | ||
1395 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git | 1552 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git |
1396 | S: Supported | 1553 | S: Supported |
1397 | F: Documentation/filesystems/cifs.txt | 1554 | F: Documentation/filesystems/cifs.txt |
@@ -1417,6 +1574,7 @@ F: drivers/pci/hotplug/cpcihp_generic.c | |||
1417 | 1574 | ||
1418 | COMPAL LAPTOP SUPPORT | 1575 | COMPAL LAPTOP SUPPORT |
1419 | M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> | 1576 | M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> |
1577 | L: platform-driver-x86@vger.kernel.org | ||
1420 | S: Maintained | 1578 | S: Maintained |
1421 | F: drivers/platform/x86/compal-laptop.c | 1579 | F: drivers/platform/x86/compal-laptop.c |
1422 | 1580 | ||
@@ -1457,6 +1615,7 @@ F: mm/*cgroup* | |||
1457 | 1615 | ||
1458 | CORETEMP HARDWARE MONITORING DRIVER | 1616 | CORETEMP HARDWARE MONITORING DRIVER |
1459 | M: Rudolf Marek <r.marek@assembler.cz> | 1617 | M: Rudolf Marek <r.marek@assembler.cz> |
1618 | M: Huaxu Wan <huaxu.wan@intel.com> | ||
1460 | L: lm-sensors@lm-sensors.org | 1619 | L: lm-sensors@lm-sensors.org |
1461 | S: Maintained | 1620 | S: Maintained |
1462 | F: Documentation/hwmon/coretemp | 1621 | F: Documentation/hwmon/coretemp |
@@ -1536,9 +1695,8 @@ S: Maintained | |||
1536 | F: sound/pci/cs5535audio/ | 1695 | F: sound/pci/cs5535audio/ |
1537 | 1696 | ||
1538 | CX18 VIDEO4LINUX DRIVER | 1697 | CX18 VIDEO4LINUX DRIVER |
1539 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
1540 | M: Andy Walls <awalls@radix.net> | 1698 | M: Andy Walls <awalls@radix.net> |
1541 | L: ivtv-devel@ivtvdriver.org | 1699 | L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) |
1542 | L: linux-media@vger.kernel.org | 1700 | L: linux-media@vger.kernel.org |
1543 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 1701 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
1544 | W: http://linuxtv.org | 1702 | W: http://linuxtv.org |
@@ -1634,10 +1792,9 @@ F: include/linux/tfrc.h | |||
1634 | F: net/dccp/ | 1792 | F: net/dccp/ |
1635 | 1793 | ||
1636 | DECnet NETWORK LAYER | 1794 | DECnet NETWORK LAYER |
1637 | M: Christine Caulfield <christine.caulfield@googlemail.com> | ||
1638 | W: http://linux-decnet.sourceforge.net | 1795 | W: http://linux-decnet.sourceforge.net |
1639 | L: linux-decnet-user@lists.sourceforge.net | 1796 | L: linux-decnet-user@lists.sourceforge.net |
1640 | S: Maintained | 1797 | S: Orphan |
1641 | F: Documentation/networking/decnet.txt | 1798 | F: Documentation/networking/decnet.txt |
1642 | F: net/decnet/ | 1799 | F: net/decnet/ |
1643 | 1800 | ||
@@ -1648,6 +1805,7 @@ F: drivers/net/defxx.* | |||
1648 | 1805 | ||
1649 | DELL LAPTOP DRIVER | 1806 | DELL LAPTOP DRIVER |
1650 | M: Matthew Garrett <mjg59@srcf.ucam.org> | 1807 | M: Matthew Garrett <mjg59@srcf.ucam.org> |
1808 | L: platform-driver-x86@vger.kernel.org | ||
1651 | S: Maintained | 1809 | S: Maintained |
1652 | F: drivers/platform/x86/dell-laptop.c | 1810 | F: drivers/platform/x86/dell-laptop.c |
1653 | 1811 | ||
@@ -1677,6 +1835,7 @@ DEVICE-MAPPER (LVM) | |||
1677 | P: Alasdair Kergon | 1835 | P: Alasdair Kergon |
1678 | L: dm-devel@redhat.com | 1836 | L: dm-devel@redhat.com |
1679 | W: http://sources.redhat.com/dm | 1837 | W: http://sources.redhat.com/dm |
1838 | Q: http://patchwork.kernel.org/project/dm-devel/list/ | ||
1680 | S: Maintained | 1839 | S: Maintained |
1681 | F: Documentation/device-mapper/ | 1840 | F: Documentation/device-mapper/ |
1682 | F: drivers/md/dm* | 1841 | F: drivers/md/dm* |
@@ -1723,7 +1882,6 @@ S: Supported | |||
1723 | F: fs/dlm/ | 1882 | F: fs/dlm/ |
1724 | 1883 | ||
1725 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM | 1884 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM |
1726 | M: Maciej Sosnowski <maciej.sosnowski@intel.com> | ||
1727 | M: Dan Williams <dan.j.williams@intel.com> | 1885 | M: Dan Williams <dan.j.williams@intel.com> |
1728 | S: Supported | 1886 | S: Supported |
1729 | F: drivers/dma/ | 1887 | F: drivers/dma/ |
@@ -1767,6 +1925,19 @@ S: Maintained | |||
1767 | F: drivers/scsi/dpt* | 1925 | F: drivers/scsi/dpt* |
1768 | F: drivers/scsi/dpt/ | 1926 | F: drivers/scsi/dpt/ |
1769 | 1927 | ||
1928 | DRBD DRIVER | ||
1929 | P: Philipp Reisner | ||
1930 | P: Lars Ellenberg | ||
1931 | M: drbd-dev@lists.linbit.com | ||
1932 | L: drbd-user@lists.linbit.com | ||
1933 | W: http://www.drbd.org | ||
1934 | T: git git://git.drbd.org/linux-2.6-drbd.git drbd | ||
1935 | T: git git://git.drbd.org/drbd-8.3.git | ||
1936 | S: Supported | ||
1937 | F: drivers/block/drbd/ | ||
1938 | F: lib/lru_cache.c | ||
1939 | F: Documentation/blockdev/drbd/ | ||
1940 | |||
1770 | DRIVER CORE, KOBJECTS, AND SYSFS | 1941 | DRIVER CORE, KOBJECTS, AND SYSFS |
1771 | M: Greg Kroah-Hartman <gregkh@suse.de> | 1942 | M: Greg Kroah-Hartman <gregkh@suse.de> |
1772 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | 1943 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
@@ -1918,6 +2089,7 @@ F: drivers/edac/r82600_edac.c | |||
1918 | EEEPC LAPTOP EXTRAS DRIVER | 2089 | EEEPC LAPTOP EXTRAS DRIVER |
1919 | M: Corentin Chary <corentincj@iksaif.net> | 2090 | M: Corentin Chary <corentincj@iksaif.net> |
1920 | L: acpi4asus-user@lists.sourceforge.net | 2091 | L: acpi4asus-user@lists.sourceforge.net |
2092 | L: platform-driver-x86@vger.kernel.org | ||
1921 | W: http://acpi4asus.sf.net | 2093 | W: http://acpi4asus.sf.net |
1922 | S: Maintained | 2094 | S: Maintained |
1923 | F: drivers/platform/x86/eeepc-laptop.c | 2095 | F: drivers/platform/x86/eeepc-laptop.c |
@@ -1977,6 +2149,7 @@ F: drivers/net/eexpress.* | |||
1977 | ETHERNET BRIDGE | 2149 | ETHERNET BRIDGE |
1978 | M: Stephen Hemminger <shemminger@linux-foundation.org> | 2150 | M: Stephen Hemminger <shemminger@linux-foundation.org> |
1979 | L: bridge@lists.linux-foundation.org | 2151 | L: bridge@lists.linux-foundation.org |
2152 | L: netdev@vger.kernel.org | ||
1980 | W: http://www.linux-foundation.org/en/Net:Bridge | 2153 | W: http://www.linux-foundation.org/en/Net:Bridge |
1981 | S: Maintained | 2154 | S: Maintained |
1982 | F: include/linux/netfilter_bridge/ | 2155 | F: include/linux/netfilter_bridge/ |
@@ -2008,6 +2181,7 @@ M: "Theodore Ts'o" <tytso@mit.edu> | |||
2008 | M: Andreas Dilger <adilger@sun.com> | 2181 | M: Andreas Dilger <adilger@sun.com> |
2009 | L: linux-ext4@vger.kernel.org | 2182 | L: linux-ext4@vger.kernel.org |
2010 | W: http://ext4.wiki.kernel.org | 2183 | W: http://ext4.wiki.kernel.org |
2184 | Q: http://patchwork.ozlabs.org/project/linux-ext4/list/ | ||
2011 | S: Maintained | 2185 | S: Maintained |
2012 | F: Documentation/filesystems/ext4.txt | 2186 | F: Documentation/filesystems/ext4.txt |
2013 | F: fs/ext4/ | 2187 | F: fs/ext4/ |
@@ -2031,6 +2205,17 @@ S: Supported | |||
2031 | F: Documentation/fault-injection/ | 2205 | F: Documentation/fault-injection/ |
2032 | F: lib/fault-inject.c | 2206 | F: lib/fault-inject.c |
2033 | 2207 | ||
2208 | FCOE SUBSYSTEM (libfc, libfcoe, fcoe) | ||
2209 | M: Robert Love <robert.w.love@intel.com> | ||
2210 | L: devel@open-fcoe.org | ||
2211 | W: www.Open-FCoE.org | ||
2212 | S: Supported | ||
2213 | F: drivers/scsi/libfc/ | ||
2214 | F: drivers/scsi/fcoe/ | ||
2215 | F: include/scsi/fc/ | ||
2216 | F: include/scsi/libfc.h | ||
2217 | F: include/scsi/libfcoe.h | ||
2218 | |||
2034 | FILE LOCKING (flock() and fcntl()/lockf()) | 2219 | FILE LOCKING (flock() and fcntl()/lockf()) |
2035 | M: Matthew Wilcox <matthew@wil.cx> | 2220 | M: Matthew Wilcox <matthew@wil.cx> |
2036 | L: linux-fsdevel@vger.kernel.org | 2221 | L: linux-fsdevel@vger.kernel.org |
@@ -2047,17 +2232,16 @@ S: Maintained | |||
2047 | F: fs/* | 2232 | F: fs/* |
2048 | 2233 | ||
2049 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER | 2234 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
2050 | M: Riku Voipio <riku.vipio@iki.fi> | 2235 | M: Riku Voipio <riku.voipio@iki.fi> |
2051 | L: lm-sensors@lm-sensors.org | 2236 | L: lm-sensors@lm-sensors.org |
2052 | S: Maintained | 2237 | S: Maintained |
2053 | F: drivers/hwmon/f75375s.c | 2238 | F: drivers/hwmon/f75375s.c |
2054 | F: include/linux/f75375s.h | 2239 | F: include/linux/f75375s.h |
2055 | 2240 | ||
2056 | FIREWIRE SUBSYSTEM | 2241 | FIREWIRE SUBSYSTEM |
2057 | M: Kristian Hoegsberg <krh@redhat.com> | ||
2058 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> | 2242 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> |
2059 | L: linux1394-devel@lists.sourceforge.net | 2243 | L: linux1394-devel@lists.sourceforge.net |
2060 | W: http://www.linux1394.org/ | 2244 | W: http://ieee1394.wiki.kernel.org/ |
2061 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git | 2245 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
2062 | S: Maintained | 2246 | S: Maintained |
2063 | F: drivers/firewire/ | 2247 | F: drivers/firewire/ |
@@ -2083,7 +2267,7 @@ F: drivers/net/wan/dlci.c | |||
2083 | F: drivers/net/wan/sdla.c | 2267 | F: drivers/net/wan/sdla.c |
2084 | 2268 | ||
2085 | FRAMEBUFFER LAYER | 2269 | FRAMEBUFFER LAYER |
2086 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 2270 | L: linux-fbdev@vger.kernel.org |
2087 | W: http://linux-fbdev.sourceforge.net/ | 2271 | W: http://linux-fbdev.sourceforge.net/ |
2088 | S: Orphan | 2272 | S: Orphan |
2089 | F: Documentation/fb/ | 2273 | F: Documentation/fb/ |
@@ -2106,7 +2290,7 @@ F: drivers/i2c/busses/i2c-cpm.c | |||
2106 | 2290 | ||
2107 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER | 2291 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER |
2108 | M: Sascha Hauer <kernel@pengutronix.de> | 2292 | M: Sascha Hauer <kernel@pengutronix.de> |
2109 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 2293 | L: linux-fbdev@vger.kernel.org |
2110 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 2294 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
2111 | S: Maintained | 2295 | S: Maintained |
2112 | F: arch/arm/plat-mxc/include/mach/imxfb.h | 2296 | F: arch/arm/plat-mxc/include/mach/imxfb.h |
@@ -2128,7 +2312,7 @@ S: Supported | |||
2128 | F: arch/powerpc/sysdev/qe_lib/ | 2312 | F: arch/powerpc/sysdev/qe_lib/ |
2129 | F: arch/powerpc/include/asm/*qe.h | 2313 | F: arch/powerpc/include/asm/*qe.h |
2130 | 2314 | ||
2131 | FREESCALE USB PERIPHERIAL DRIVERS | 2315 | FREESCALE USB PERIPHERAL DRIVERS |
2132 | M: Li Yang <leoli@freescale.com> | 2316 | M: Li Yang <leoli@freescale.com> |
2133 | L: linux-usb@vger.kernel.org | 2317 | L: linux-usb@vger.kernel.org |
2134 | L: linuxppc-dev@ozlabs.org | 2318 | L: linuxppc-dev@ozlabs.org |
@@ -2179,18 +2363,6 @@ F: Documentation/filesystems/caching/ | |||
2179 | F: fs/fscache/ | 2363 | F: fs/fscache/ |
2180 | F: include/linux/fscache*.h | 2364 | F: include/linux/fscache*.h |
2181 | 2365 | ||
2182 | TRACING | ||
2183 | M: Steven Rostedt <rostedt@goodmis.org> | ||
2184 | M: Frederic Weisbecker <fweisbec@gmail.com> | ||
2185 | M: Ingo Molnar <mingo@redhat.com> | ||
2186 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core | ||
2187 | S: Maintained | ||
2188 | F: Documentation/trace/ftrace.txt | ||
2189 | F: arch/*/*/*/ftrace.h | ||
2190 | F: arch/*/kernel/ftrace.c | ||
2191 | F: include/*/ftrace.h include/trace/ include/linux/trace*.h | ||
2192 | F: kernel/trace/ | ||
2193 | |||
2194 | FUJITSU FR-V (FRV) PORT | 2366 | FUJITSU FR-V (FRV) PORT |
2195 | M: David Howells <dhowells@redhat.com> | 2367 | M: David Howells <dhowells@redhat.com> |
2196 | S: Maintained | 2368 | S: Maintained |
@@ -2198,7 +2370,7 @@ F: arch/frv/ | |||
2198 | 2370 | ||
2199 | FUJITSU LAPTOP EXTRAS | 2371 | FUJITSU LAPTOP EXTRAS |
2200 | M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au> | 2372 | M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au> |
2201 | L: linux-acpi@vger.kernel.org | 2373 | L: platform-driver-x86@vger.kernel.org |
2202 | S: Maintained | 2374 | S: Maintained |
2203 | F: drivers/platform/x86/fujitsu-laptop.c | 2375 | F: drivers/platform/x86/fujitsu-laptop.c |
2204 | 2376 | ||
@@ -2249,9 +2421,8 @@ S: Maintained | |||
2249 | F: include/asm-generic | 2421 | F: include/asm-generic |
2250 | 2422 | ||
2251 | GENERIC UIO DRIVER FOR PCI DEVICES | 2423 | GENERIC UIO DRIVER FOR PCI DEVICES |
2252 | M: Michael S. Tsirkin <mst@redhat.com> | 2424 | M: "Michael S. Tsirkin" <mst@redhat.com> |
2253 | L: kvm@vger.kernel.org | 2425 | L: kvm@vger.kernel.org |
2254 | L: linux-kernel@vger.kernel.org | ||
2255 | S: Supported | 2426 | S: Supported |
2256 | F: drivers/uio/uio_pci_generic.c | 2427 | F: drivers/uio/uio_pci_generic.c |
2257 | 2428 | ||
@@ -2276,6 +2447,12 @@ F: Documentation/isdn/README.gigaset | |||
2276 | F: drivers/isdn/gigaset/ | 2447 | F: drivers/isdn/gigaset/ |
2277 | F: include/linux/gigaset_dev.h | 2448 | F: include/linux/gigaset_dev.h |
2278 | 2449 | ||
2450 | GRETH 10/100/1G Ethernet MAC device driver | ||
2451 | M: Kristoffer Glembo <kristoffer@gaisler.com> | ||
2452 | L: netdev@vger.kernel.org | ||
2453 | S: Maintained | ||
2454 | F: drivers/net/greth* | ||
2455 | |||
2279 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER | 2456 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER |
2280 | M: Frank Seidel <frank@f-seidel.de> | 2457 | M: Frank Seidel <frank@f-seidel.de> |
2281 | L: lm-sensors@lm-sensors.org | 2458 | L: lm-sensors@lm-sensors.org |
@@ -2283,11 +2460,32 @@ W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ | |||
2283 | S: Maintained | 2460 | S: Maintained |
2284 | F: drivers/hwmon/hdaps.c | 2461 | F: drivers/hwmon/hdaps.c |
2285 | 2462 | ||
2463 | HWPOISON MEMORY FAILURE HANDLING | ||
2464 | M: Andi Kleen <andi@firstfloor.org> | ||
2465 | L: linux-mm@kvack.org | ||
2466 | L: linux-kernel@vger.kernel.org | ||
2467 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison | ||
2468 | S: Maintained | ||
2469 | F: mm/memory-failure.c | ||
2470 | F: mm/hwpoison-inject.c | ||
2471 | |||
2286 | HYPERVISOR VIRTUAL CONSOLE DRIVER | 2472 | HYPERVISOR VIRTUAL CONSOLE DRIVER |
2287 | L: linuxppc-dev@ozlabs.org | 2473 | L: linuxppc-dev@ozlabs.org |
2288 | S: Odd Fixes | 2474 | S: Odd Fixes |
2289 | F: drivers/char/hvc_* | 2475 | F: drivers/char/hvc_* |
2290 | 2476 | ||
2477 | VIRTIO CONSOLE DRIVER | ||
2478 | M: Amit Shah <amit.shah@redhat.com> | ||
2479 | L: virtualization@lists.linux-foundation.org | ||
2480 | S: Maintained | ||
2481 | F: drivers/char/virtio_console.c | ||
2482 | |||
2483 | iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER | ||
2484 | M: Peter Jones <pjones@redhat.com> | ||
2485 | M: Konrad Rzeszutek Wilk <konrad@kernel.org> | ||
2486 | S: Maintained | ||
2487 | F: drivers/firmware/iscsi_ibft* | ||
2488 | |||
2291 | GSPCA FINEPIX SUBDRIVER | 2489 | GSPCA FINEPIX SUBDRIVER |
2292 | M: Frank Zago <frank@zago.net> | 2490 | M: Frank Zago <frank@zago.net> |
2293 | L: linux-media@vger.kernel.org | 2491 | L: linux-media@vger.kernel.org |
@@ -2295,6 +2493,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |||
2295 | S: Maintained | 2493 | S: Maintained |
2296 | F: drivers/media/video/gspca/finepix.c | 2494 | F: drivers/media/video/gspca/finepix.c |
2297 | 2495 | ||
2496 | GSPCA GL860 SUBDRIVER | ||
2497 | M: Olivier Lorin <o.lorin@laposte.net> | ||
2498 | L: linux-media@vger.kernel.org | ||
2499 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | ||
2500 | S: Maintained | ||
2501 | F: drivers/media/video/gspca/gl860/ | ||
2502 | |||
2298 | GSPCA M5602 SUBDRIVER | 2503 | GSPCA M5602 SUBDRIVER |
2299 | M: Erik Andren <erik.andren@gmail.com> | 2504 | M: Erik Andren <erik.andren@gmail.com> |
2300 | L: linux-media@vger.kernel.org | 2505 | L: linux-media@vger.kernel.org |
@@ -2335,7 +2540,9 @@ HARDWARE MONITORING | |||
2335 | L: lm-sensors@lm-sensors.org | 2540 | L: lm-sensors@lm-sensors.org |
2336 | W: http://www.lm-sensors.org/ | 2541 | W: http://www.lm-sensors.org/ |
2337 | S: Orphan | 2542 | S: Orphan |
2543 | F: Documentation/hwmon/ | ||
2338 | F: drivers/hwmon/ | 2544 | F: drivers/hwmon/ |
2545 | F: include/linux/hwmon*.h | ||
2339 | 2546 | ||
2340 | HARDWARE RANDOM NUMBER GENERATOR CORE | 2547 | HARDWARE RANDOM NUMBER GENERATOR CORE |
2341 | M: Matt Mackall <mpm@selenic.com> | 2548 | M: Matt Mackall <mpm@selenic.com> |
@@ -2351,13 +2558,6 @@ L: linux-parisc@vger.kernel.org | |||
2351 | S: Maintained | 2558 | S: Maintained |
2352 | F: sound/parisc/harmony.* | 2559 | F: sound/parisc/harmony.* |
2353 | 2560 | ||
2354 | HAYES ESP SERIAL DRIVER | ||
2355 | M: "Andrew J. Robinson" <arobinso@nyx.net> | ||
2356 | W: http://www.nyx.net/~arobinso | ||
2357 | S: Maintained | ||
2358 | F: Documentation/serial/hayes-esp.txt | ||
2359 | F: drivers/char/esp.c | ||
2360 | |||
2361 | HEWLETT-PACKARD SMART2 RAID DRIVER | 2561 | HEWLETT-PACKARD SMART2 RAID DRIVER |
2362 | M: Chirag Kantharia <chirag.kantharia@hp.com> | 2562 | M: Chirag Kantharia <chirag.kantharia@hp.com> |
2363 | L: iss_storagedev@hp.com | 2563 | L: iss_storagedev@hp.com |
@@ -2447,6 +2647,7 @@ F: drivers/net/wireless/hostap/ | |||
2447 | 2647 | ||
2448 | HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER | 2648 | HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER |
2449 | M: Carlos Corbacho <carlos@strangeworlds.co.uk> | 2649 | M: Carlos Corbacho <carlos@strangeworlds.co.uk> |
2650 | L: platform-driver-x86@vger.kernel.org | ||
2450 | S: Odd Fixes | 2651 | S: Odd Fixes |
2451 | F: drivers/platform/x86/tc1100-wmi.c | 2652 | F: drivers/platform/x86/tc1100-wmi.c |
2452 | 2653 | ||
@@ -2516,8 +2717,7 @@ S: Maintained | |||
2516 | F: Documentation/i2c/ | 2717 | F: Documentation/i2c/ |
2517 | F: drivers/i2c/ | 2718 | F: drivers/i2c/ |
2518 | F: include/linux/i2c.h | 2719 | F: include/linux/i2c.h |
2519 | F: include/linux/i2c-dev.h | 2720 | F: include/linux/i2c-*.h |
2520 | F: include/linux/i2c-id.h | ||
2521 | 2721 | ||
2522 | I2C-TINY-USB DRIVER | 2722 | I2C-TINY-USB DRIVER |
2523 | M: Till Harbaum <till@harbaum.org> | 2723 | M: Till Harbaum <till@harbaum.org> |
@@ -2566,6 +2766,7 @@ F: drivers/scsi/ips.* | |||
2566 | IDE SUBSYSTEM | 2766 | IDE SUBSYSTEM |
2567 | M: "David S. Miller" <davem@davemloft.net> | 2767 | M: "David S. Miller" <davem@davemloft.net> |
2568 | L: linux-ide@vger.kernel.org | 2768 | L: linux-ide@vger.kernel.org |
2769 | Q: http://patchwork.ozlabs.org/project/linux-ide/list/ | ||
2569 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git | 2770 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git |
2570 | S: Maintained | 2771 | S: Maintained |
2571 | F: Documentation/ide/ | 2772 | F: Documentation/ide/ |
@@ -2586,21 +2787,14 @@ S: Supported | |||
2586 | F: drivers/idle/i7300_idle.c | 2787 | F: drivers/idle/i7300_idle.c |
2587 | 2788 | ||
2588 | IEEE 1394 SUBSYSTEM | 2789 | IEEE 1394 SUBSYSTEM |
2589 | M: Ben Collins <ben.collins@ubuntu.com> | ||
2590 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> | 2790 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> |
2591 | L: linux1394-devel@lists.sourceforge.net | 2791 | L: linux1394-devel@lists.sourceforge.net |
2592 | W: http://www.linux1394.org/ | 2792 | W: http://ieee1394.wiki.kernel.org/ |
2593 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git | 2793 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
2594 | S: Maintained | 2794 | S: Obsolete |
2795 | F: Documentation/debugging-via-ohci1394.txt | ||
2595 | F: drivers/ieee1394/ | 2796 | F: drivers/ieee1394/ |
2596 | 2797 | ||
2597 | IEEE 1394 RAW I/O DRIVER | ||
2598 | M: Dan Dennedy <dan@dennedy.org> | ||
2599 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> | ||
2600 | L: linux1394-devel@lists.sourceforge.net | ||
2601 | S: Maintained | ||
2602 | F: drivers/ieee1394/raw1394* | ||
2603 | |||
2604 | IEEE 802.15.4 SUBSYSTEM | 2798 | IEEE 802.15.4 SUBSYSTEM |
2605 | M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2799 | M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
2606 | M: Sergey Lapin <slapin@ossfans.org> | 2800 | M: Sergey Lapin <slapin@ossfans.org> |
@@ -2617,7 +2811,7 @@ S: Supported | |||
2617 | F: security/integrity/ima/ | 2811 | F: security/integrity/ima/ |
2618 | 2812 | ||
2619 | IMS TWINTURBO FRAMEBUFFER DRIVER | 2813 | IMS TWINTURBO FRAMEBUFFER DRIVER |
2620 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 2814 | L: linux-fbdev@vger.kernel.org |
2621 | S: Orphan | 2815 | S: Orphan |
2622 | F: drivers/video/imsttfb.c | 2816 | F: drivers/video/imsttfb.c |
2623 | 2817 | ||
@@ -2627,6 +2821,7 @@ M: Sean Hefty <sean.hefty@intel.com> | |||
2627 | M: Hal Rosenstock <hal.rosenstock@gmail.com> | 2821 | M: Hal Rosenstock <hal.rosenstock@gmail.com> |
2628 | L: linux-rdma@vger.kernel.org | 2822 | L: linux-rdma@vger.kernel.org |
2629 | W: http://www.openib.org/ | 2823 | W: http://www.openib.org/ |
2824 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | ||
2630 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git | 2825 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git |
2631 | S: Supported | 2826 | S: Supported |
2632 | F: Documentation/infiniband/ | 2827 | F: Documentation/infiniband/ |
@@ -2646,26 +2841,27 @@ INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS | |||
2646 | M: Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2841 | M: Dmitry Torokhov <dmitry.torokhov@gmail.com> |
2647 | M: Dmitry Torokhov <dtor@mail.ru> | 2842 | M: Dmitry Torokhov <dtor@mail.ru> |
2648 | L: linux-input@vger.kernel.org | 2843 | L: linux-input@vger.kernel.org |
2844 | Q: http://patchwork.kernel.org/project/linux-input/list/ | ||
2649 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git | 2845 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git |
2650 | S: Maintained | 2846 | S: Maintained |
2651 | F: drivers/input/ | 2847 | F: drivers/input/ |
2652 | 2848 | ||
2653 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) | 2849 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
2654 | M: Sylvain Meyer <sylvain.meyer@worldonline.fr> | 2850 | M: Maik Broemme <mbroemme@plusserver.de> |
2655 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 2851 | L: linux-fbdev@vger.kernel.org |
2656 | S: Maintained | 2852 | S: Maintained |
2657 | F: Documentation/fb/intelfb.txt | 2853 | F: Documentation/fb/intelfb.txt |
2658 | F: drivers/video/intelfb/ | 2854 | F: drivers/video/intelfb/ |
2659 | 2855 | ||
2660 | INTEL 810/815 FRAMEBUFFER DRIVER | 2856 | INTEL 810/815 FRAMEBUFFER DRIVER |
2661 | M: Antonino Daplas <adaplas@gmail.com> | 2857 | M: Antonino Daplas <adaplas@gmail.com> |
2662 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 2858 | L: linux-fbdev@vger.kernel.org |
2663 | S: Maintained | 2859 | S: Maintained |
2664 | F: drivers/video/i810/ | 2860 | F: drivers/video/i810/ |
2665 | 2861 | ||
2666 | INTEL MENLOW THERMAL DRIVER | 2862 | INTEL MENLOW THERMAL DRIVER |
2667 | M: Sujith Thomas <sujith.thomas@intel.com> | 2863 | M: Sujith Thomas <sujith.thomas@intel.com> |
2668 | L: linux-acpi@vger.kernel.org | 2864 | L: platform-driver-x86@vger.kernel.org |
2669 | W: http://www.lesswatts.org/projects/acpi/ | 2865 | W: http://www.lesswatts.org/projects/acpi/ |
2670 | S: Supported | 2866 | S: Supported |
2671 | F: drivers/platform/x86/intel_menlow.c | 2867 | F: drivers/platform/x86/intel_menlow.c |
@@ -2677,7 +2873,7 @@ F: arch/x86/kernel/microcode_core.c | |||
2677 | F: arch/x86/kernel/microcode_intel.c | 2873 | F: arch/x86/kernel/microcode_intel.c |
2678 | 2874 | ||
2679 | INTEL I/OAT DMA DRIVER | 2875 | INTEL I/OAT DMA DRIVER |
2680 | M: Maciej Sosnowski <maciej.sosnowski@intel.com> | 2876 | M: Dan Williams <dan.j.williams@intel.com> |
2681 | S: Supported | 2877 | S: Supported |
2682 | F: drivers/dma/ioat* | 2878 | F: drivers/dma/ioat* |
2683 | 2879 | ||
@@ -2691,7 +2887,7 @@ F: include/linux/intel-iommu.h | |||
2691 | 2887 | ||
2692 | INTEL IOP-ADMA DMA DRIVER | 2888 | INTEL IOP-ADMA DMA DRIVER |
2693 | M: Dan Williams <dan.j.williams@intel.com> | 2889 | M: Dan Williams <dan.j.williams@intel.com> |
2694 | S: Supported | 2890 | S: Maintained |
2695 | F: drivers/dma/iop-adma.c | 2891 | F: drivers/dma/iop-adma.c |
2696 | 2892 | ||
2697 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT | 2893 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT |
@@ -2715,10 +2911,11 @@ L: netdev@vger.kernel.org | |||
2715 | S: Maintained | 2911 | S: Maintained |
2716 | F: drivers/net/ixp2000/ | 2912 | F: drivers/net/ixp2000/ |
2717 | 2913 | ||
2718 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) | 2914 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe) |
2719 | M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2915 | M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> |
2720 | M: Jesse Brandeburg <jesse.brandeburg@intel.com> | 2916 | M: Jesse Brandeburg <jesse.brandeburg@intel.com> |
2721 | M: Bruce Allan <bruce.w.allan@intel.com> | 2917 | M: Bruce Allan <bruce.w.allan@intel.com> |
2918 | M: Alex Duyck <alexander.h.duyck@intel.com> | ||
2722 | M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com> | 2919 | M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com> |
2723 | M: John Ronciak <john.ronciak@intel.com> | 2920 | M: John Ronciak <john.ronciak@intel.com> |
2724 | L: e1000-devel@lists.sourceforge.net | 2921 | L: e1000-devel@lists.sourceforge.net |
@@ -2728,6 +2925,7 @@ F: drivers/net/e100.c | |||
2728 | F: drivers/net/e1000/ | 2925 | F: drivers/net/e1000/ |
2729 | F: drivers/net/e1000e/ | 2926 | F: drivers/net/e1000e/ |
2730 | F: drivers/net/igb/ | 2927 | F: drivers/net/igb/ |
2928 | F: drivers/net/igbvf/ | ||
2731 | F: drivers/net/ixgb/ | 2929 | F: drivers/net/ixgb/ |
2732 | F: drivers/net/ixgbe/ | 2930 | F: drivers/net/ixgbe/ |
2733 | 2931 | ||
@@ -2771,6 +2969,15 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git | |||
2771 | S: Supported | 2969 | S: Supported |
2772 | F: drivers/net/wireless/iwlwifi/ | 2970 | F: drivers/net/wireless/iwlwifi/ |
2773 | 2971 | ||
2972 | INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi) | ||
2973 | M: Samuel Ortiz <samuel.ortiz@intel.com> | ||
2974 | M: Zhu Yi <yi.zhu@intel.com> | ||
2975 | M: Intel Linux Wireless <ilw@linux.intel.com> | ||
2976 | L: linux-wireless@vger.kernel.org | ||
2977 | S: Supported | ||
2978 | W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi | ||
2979 | F: drivers/net/wireless/iwmc3200wifi/ | ||
2980 | |||
2774 | IOC3 ETHERNET DRIVER | 2981 | IOC3 ETHERNET DRIVER |
2775 | M: Ralf Baechle <ralf@linux-mips.org> | 2982 | M: Ralf Baechle <ralf@linux-mips.org> |
2776 | L: linux-mips@linux-mips.org | 2983 | L: linux-mips@linux-mips.org |
@@ -2805,7 +3012,7 @@ F: drivers/infiniband/hw/ipath/ | |||
2805 | 3012 | ||
2806 | IPMI SUBSYSTEM | 3013 | IPMI SUBSYSTEM |
2807 | M: Corey Minyard <minyard@acm.org> | 3014 | M: Corey Minyard <minyard@acm.org> |
2808 | L: openipmi-developer@lists.sourceforge.net | 3015 | L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers) |
2809 | W: http://openipmi.sourceforge.net/ | 3016 | W: http://openipmi.sourceforge.net/ |
2810 | S: Supported | 3017 | S: Supported |
2811 | F: Documentation/IPMI.txt | 3018 | F: Documentation/IPMI.txt |
@@ -2891,9 +3098,16 @@ W: http://www.melware.de | |||
2891 | S: Maintained | 3098 | S: Maintained |
2892 | F: drivers/isdn/hardware/eicon/ | 3099 | F: drivers/isdn/hardware/eicon/ |
2893 | 3100 | ||
3101 | IT87 HARDWARE MONITORING DRIVER | ||
3102 | M: Jean Delvare <khali@linux-fr.org> | ||
3103 | L: lm-sensors@lm-sensors.org | ||
3104 | S: Maintained | ||
3105 | F: Documentation/hwmon/it87 | ||
3106 | F: drivers/hwmon/it87.c | ||
3107 | |||
2894 | IVTV VIDEO4LINUX DRIVER | 3108 | IVTV VIDEO4LINUX DRIVER |
2895 | M: Hans Verkuil <hverkuil@xs4all.nl> | 3109 | M: Andy Walls <awalls@radix.net> |
2896 | L: ivtv-devel@ivtvdriver.org | 3110 | L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) |
2897 | L: linux-media@vger.kernel.org | 3111 | L: linux-media@vger.kernel.org |
2898 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 3112 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
2899 | W: http://www.ivtvdriver.org | 3113 | W: http://www.ivtvdriver.org |
@@ -2944,6 +3158,7 @@ F: drivers/hwmon/k8temp.c | |||
2944 | KCONFIG | 3158 | KCONFIG |
2945 | M: Roman Zippel <zippel@linux-m68k.org> | 3159 | M: Roman Zippel <zippel@linux-m68k.org> |
2946 | L: linux-kbuild@vger.kernel.org | 3160 | L: linux-kbuild@vger.kernel.org |
3161 | Q: http://patchwork.kernel.org/project/linux-kbuild/list/ | ||
2947 | S: Maintained | 3162 | S: Maintained |
2948 | F: Documentation/kbuild/kconfig-language.txt | 3163 | F: Documentation/kbuild/kconfig-language.txt |
2949 | F: scripts/kconfig/ | 3164 | F: scripts/kconfig/ |
@@ -2969,9 +3184,9 @@ S: Maintained | |||
2969 | F: fs/autofs4/ | 3184 | F: fs/autofs4/ |
2970 | 3185 | ||
2971 | KERNEL BUILD | 3186 | KERNEL BUILD |
2972 | M: Sam Ravnborg <sam@ravnborg.org> | 3187 | M: Michal Marek <mmarek@suse.cz> |
2973 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git | 3188 | T: git git://repo.or.cz/linux-kbuild.git for-next |
2974 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git | 3189 | T: git git://repo.or.cz/linux-kbuild.git for-linus |
2975 | L: linux-kbuild@vger.kernel.org | 3190 | L: linux-kbuild@vger.kernel.org |
2976 | S: Maintained | 3191 | S: Maintained |
2977 | F: Documentation/kbuild/ | 3192 | F: Documentation/kbuild/ |
@@ -2980,8 +3195,8 @@ F: scripts/Makefile.* | |||
2980 | 3195 | ||
2981 | KERNEL JANITORS | 3196 | KERNEL JANITORS |
2982 | L: kernel-janitors@vger.kernel.org | 3197 | L: kernel-janitors@vger.kernel.org |
2983 | W: http://www.kerneljanitors.org/ | 3198 | W: http://janitor.kernelnewbies.org/ |
2984 | S: Maintained | 3199 | S: Odd Fixes |
2985 | 3200 | ||
2986 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS | 3201 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
2987 | M: "J. Bruce Fields" <bfields@fieldses.org> | 3202 | M: "J. Bruce Fields" <bfields@fieldses.org> |
@@ -3015,11 +3230,10 @@ L: kvm@vger.kernel.org | |||
3015 | W: http://kvm.qumranet.com | 3230 | W: http://kvm.qumranet.com |
3016 | S: Supported | 3231 | S: Supported |
3017 | F: arch/x86/include/asm/svm.h | 3232 | F: arch/x86/include/asm/svm.h |
3018 | F: arch/x86/kvm/kvm_svm.h | ||
3019 | F: arch/x86/kvm/svm.c | 3233 | F: arch/x86/kvm/svm.c |
3020 | 3234 | ||
3021 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC | 3235 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC |
3022 | M: Hollis Blanchard <hollisb@us.ibm.com> | 3236 | M: Alexander Graf <agraf@suse.de> |
3023 | L: kvm-ppc@vger.kernel.org | 3237 | L: kvm-ppc@vger.kernel.org |
3024 | W: http://kvm.qumranet.com | 3238 | W: http://kvm.qumranet.com |
3025 | S: Supported | 3239 | S: Supported |
@@ -3045,6 +3259,7 @@ S: Supported | |||
3045 | F: Documentation/s390/kvm.txt | 3259 | F: Documentation/s390/kvm.txt |
3046 | F: arch/s390/include/asm/kvm* | 3260 | F: arch/s390/include/asm/kvm* |
3047 | F: arch/s390/kvm/ | 3261 | F: arch/s390/kvm/ |
3262 | F: drivers/s390/kvm/ | ||
3048 | 3263 | ||
3049 | KEXEC | 3264 | KEXEC |
3050 | M: Eric Biederman <ebiederm@xmission.com> | 3265 | M: Eric Biederman <ebiederm@xmission.com> |
@@ -3066,9 +3281,13 @@ F: kernel/kgdb.c | |||
3066 | 3281 | ||
3067 | KMEMCHECK | 3282 | KMEMCHECK |
3068 | M: Vegard Nossum <vegardno@ifi.uio.no> | 3283 | M: Vegard Nossum <vegardno@ifi.uio.no> |
3069 | P Pekka Enberg | 3284 | M: Pekka Enberg <penberg@cs.helsinki.fi> |
3070 | M: penberg@cs.helsinki.fi | ||
3071 | S: Maintained | 3285 | S: Maintained |
3286 | F: Documentation/kmemcheck.txt | ||
3287 | F: arch/x86/include/asm/kmemcheck.h | ||
3288 | F: arch/x86/mm/kmemcheck/ | ||
3289 | F: include/linux/kmemcheck.h | ||
3290 | F: mm/kmemcheck.c | ||
3072 | 3291 | ||
3073 | KMEMLEAK | 3292 | KMEMLEAK |
3074 | M: Catalin Marinas <catalin.marinas@arm.com> | 3293 | M: Catalin Marinas <catalin.marinas@arm.com> |
@@ -3146,26 +3365,34 @@ LINUX FOR IBM pSERIES (RS/6000) | |||
3146 | M: Paul Mackerras <paulus@au.ibm.com> | 3365 | M: Paul Mackerras <paulus@au.ibm.com> |
3147 | W: http://www.ibm.com/linux/ltc/projects/ppc | 3366 | W: http://www.ibm.com/linux/ltc/projects/ppc |
3148 | S: Supported | 3367 | S: Supported |
3368 | F: arch/powerpc/boot/rs6000.h | ||
3149 | 3369 | ||
3150 | LINUX FOR POWERPC (32-BIT AND 64-BIT) | 3370 | LINUX FOR POWERPC (32-BIT AND 64-BIT) |
3151 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> | 3371 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
3152 | M: Paul Mackerras <paulus@samba.org> | 3372 | M: Paul Mackerras <paulus@samba.org> |
3153 | W: http://www.penguinppc.org/ | 3373 | W: http://www.penguinppc.org/ |
3154 | L: linuxppc-dev@ozlabs.org | 3374 | L: linuxppc-dev@ozlabs.org |
3375 | Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/ | ||
3155 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git | 3376 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git |
3156 | S: Supported | 3377 | S: Supported |
3378 | F: Documentation/powerpc/ | ||
3379 | F: arch/powerpc/ | ||
3157 | 3380 | ||
3158 | LINUX FOR POWER MACINTOSH | 3381 | LINUX FOR POWER MACINTOSH |
3159 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> | 3382 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
3160 | W: http://www.penguinppc.org/ | 3383 | W: http://www.penguinppc.org/ |
3161 | L: linuxppc-dev@ozlabs.org | 3384 | L: linuxppc-dev@ozlabs.org |
3162 | S: Maintained | 3385 | S: Maintained |
3386 | F: arch/powerpc/platforms/powermac/ | ||
3387 | F: drivers/macintosh/ | ||
3163 | 3388 | ||
3164 | LINUX FOR POWERPC EMBEDDED MPC5XXX | 3389 | LINUX FOR POWERPC EMBEDDED MPC5XXX |
3165 | M: Grant Likely <grant.likely@secretlab.ca> | 3390 | M: Grant Likely <grant.likely@secretlab.ca> |
3166 | L: linuxppc-dev@ozlabs.org | 3391 | L: linuxppc-dev@ozlabs.org |
3167 | T: git git://git.secretlab.ca/git/linux-2.6.git | 3392 | T: git git://git.secretlab.ca/git/linux-2.6.git |
3168 | S: Maintained | 3393 | S: Maintained |
3394 | F: arch/powerpc/platforms/512x/ | ||
3395 | F: arch/powerpc/platforms/52xx/ | ||
3169 | 3396 | ||
3170 | LINUX FOR POWERPC EMBEDDED PPC4XX | 3397 | LINUX FOR POWERPC EMBEDDED PPC4XX |
3171 | M: Josh Boyer <jwboyer@linux.vnet.ibm.com> | 3398 | M: Josh Boyer <jwboyer@linux.vnet.ibm.com> |
@@ -3174,6 +3401,8 @@ W: http://www.penguinppc.org/ | |||
3174 | L: linuxppc-dev@ozlabs.org | 3401 | L: linuxppc-dev@ozlabs.org |
3175 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git | 3402 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git |
3176 | S: Maintained | 3403 | S: Maintained |
3404 | F: arch/powerpc/platforms/40x/ | ||
3405 | F: arch/powerpc/platforms/44x/ | ||
3177 | 3406 | ||
3178 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX | 3407 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
3179 | M: Grant Likely <grant.likely@secretlab.ca> | 3408 | M: Grant Likely <grant.likely@secretlab.ca> |
@@ -3181,6 +3410,8 @@ W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex | |||
3181 | L: linuxppc-dev@ozlabs.org | 3410 | L: linuxppc-dev@ozlabs.org |
3182 | T: git git://git.secretlab.ca/git/linux-2.6.git | 3411 | T: git git://git.secretlab.ca/git/linux-2.6.git |
3183 | S: Maintained | 3412 | S: Maintained |
3413 | F: arch/powerpc/*/*virtex* | ||
3414 | F: arch/powerpc/*/*/*virtex* | ||
3184 | 3415 | ||
3185 | LINUX FOR POWERPC EMBEDDED PPC8XX | 3416 | LINUX FOR POWERPC EMBEDDED PPC8XX |
3186 | M: Vitaly Bordug <vitb@kernel.crashing.org> | 3417 | M: Vitaly Bordug <vitb@kernel.crashing.org> |
@@ -3194,12 +3425,16 @@ M: Kumar Gala <galak@kernel.crashing.org> | |||
3194 | W: http://www.penguinppc.org/ | 3425 | W: http://www.penguinppc.org/ |
3195 | L: linuxppc-dev@ozlabs.org | 3426 | L: linuxppc-dev@ozlabs.org |
3196 | S: Maintained | 3427 | S: Maintained |
3428 | F: arch/powerpc/platforms/83xx/ | ||
3197 | 3429 | ||
3198 | LINUX FOR POWERPC PA SEMI PWRFICIENT | 3430 | LINUX FOR POWERPC PA SEMI PWRFICIENT |
3199 | M: Olof Johansson <olof@lixom.net> | 3431 | M: Olof Johansson <olof@lixom.net> |
3200 | W: http://www.pasemi.com/ | 3432 | W: http://www.pasemi.com/ |
3201 | L: linuxppc-dev@ozlabs.org | 3433 | L: linuxppc-dev@ozlabs.org |
3202 | S: Supported | 3434 | S: Supported |
3435 | F: arch/powerpc/platforms/pasemi/ | ||
3436 | F: drivers/*/*pasemi* | ||
3437 | F: drivers/*/*/*pasemi* | ||
3203 | 3438 | ||
3204 | LINUX SECURITY MODULE (LSM) FRAMEWORK | 3439 | LINUX SECURITY MODULE (LSM) FRAMEWORK |
3205 | M: Chris Wright <chrisw@sous-sol.org> | 3440 | M: Chris Wright <chrisw@sous-sol.org> |
@@ -3220,6 +3455,12 @@ S: Maintained | |||
3220 | F: Documentation/hwmon/lis3lv02d | 3455 | F: Documentation/hwmon/lis3lv02d |
3221 | F: drivers/hwmon/lis3lv02d.* | 3456 | F: drivers/hwmon/lis3lv02d.* |
3222 | 3457 | ||
3458 | LM73 HARDWARE MONITOR DRIVER | ||
3459 | M: Guillaume Ligneul <guillaume.ligneul@gmail.com> | ||
3460 | L: lm-sensors@lm-sensors.org | ||
3461 | S: Maintained | ||
3462 | F: drivers/hwmon/lm73.c | ||
3463 | |||
3223 | LM83 HARDWARE MONITOR DRIVER | 3464 | LM83 HARDWARE MONITOR DRIVER |
3224 | M: Jean Delvare <khali@linux-fr.org> | 3465 | M: Jean Delvare <khali@linux-fr.org> |
3225 | L: lm-sensors@lm-sensors.org | 3466 | L: lm-sensors@lm-sensors.org |
@@ -3252,6 +3493,13 @@ S: Maintained | |||
3252 | F: Documentation/ldm.txt | 3493 | F: Documentation/ldm.txt |
3253 | F: fs/partitions/ldm.* | 3494 | F: fs/partitions/ldm.* |
3254 | 3495 | ||
3496 | LogFS | ||
3497 | M: Joern Engel <joern@logfs.org> | ||
3498 | L: logfs@logfs.org | ||
3499 | W: logfs.org | ||
3500 | S: Maintained | ||
3501 | F: fs/logfs/ | ||
3502 | |||
3255 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) | 3503 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
3256 | M: Eric Moore <Eric.Moore@lsi.com> | 3504 | M: Eric Moore <Eric.Moore@lsi.com> |
3257 | M: support@lsi.com | 3505 | M: support@lsi.com |
@@ -3268,8 +3516,10 @@ S: Maintained | |||
3268 | F: drivers/scsi/sym53c8xx_2/ | 3516 | F: drivers/scsi/sym53c8xx_2/ |
3269 | 3517 | ||
3270 | LTP (Linux Test Project) | 3518 | LTP (Linux Test Project) |
3271 | M: Subrata Modak <subrata@linux.vnet.ibm.com> | 3519 | M: Rishikesh K Rajak <risrajak@linux.vnet.ibm.com> |
3272 | M: Mike Frysinger <vapier@gentoo.org> | 3520 | M: Garrett Cooper <yanegomi@gmail.com> |
3521 | M: Mike Frysinger <vapier@gentoo.org> | ||
3522 | M: Subrata Modak <subrata@linux.vnet.ibm.com> | ||
3273 | L: ltp-list@lists.sourceforge.net (subscribers-only) | 3523 | L: ltp-list@lists.sourceforge.net (subscribers-only) |
3274 | W: http://ltp.sourceforge.net/ | 3524 | W: http://ltp.sourceforge.net/ |
3275 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git | 3525 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git |
@@ -3345,16 +3595,16 @@ S: Maintained | |||
3345 | F: drivers/net/wireless/libertas/ | 3595 | F: drivers/net/wireless/libertas/ |
3346 | 3596 | ||
3347 | MARVELL MV643XX ETHERNET DRIVER | 3597 | MARVELL MV643XX ETHERNET DRIVER |
3348 | M: Lennert Buytenhek <buytenh@marvell.com> | 3598 | M: Lennert Buytenhek <buytenh@wantstofly.org> |
3349 | L: netdev@vger.kernel.org | 3599 | L: netdev@vger.kernel.org |
3350 | S: Supported | 3600 | S: Maintained |
3351 | F: drivers/net/mv643xx_eth.* | 3601 | F: drivers/net/mv643xx_eth.* |
3352 | F: include/linux/mv643xx.h | 3602 | F: include/linux/mv643xx.h |
3353 | 3603 | ||
3354 | MARVELL MWL8K WIRELESS DRIVER | 3604 | MARVELL MWL8K WIRELESS DRIVER |
3355 | M: Lennert Buytenhek <buytenh@marvell.com> | 3605 | M: Lennert Buytenhek <buytenh@wantstofly.org> |
3356 | L: linux-wireless@vger.kernel.org | 3606 | L: linux-wireless@vger.kernel.org |
3357 | S: Supported | 3607 | S: Maintained |
3358 | F: drivers/net/wireless/mwl8k.c | 3608 | F: drivers/net/wireless/mwl8k.c |
3359 | 3609 | ||
3360 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER | 3610 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER |
@@ -3369,7 +3619,7 @@ S: Supported | |||
3369 | 3619 | ||
3370 | MATROX FRAMEBUFFER DRIVER | 3620 | MATROX FRAMEBUFFER DRIVER |
3371 | M: Petr Vandrovec <vandrove@vc.cvut.cz> | 3621 | M: Petr Vandrovec <vandrove@vc.cvut.cz> |
3372 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 3622 | L: linux-fbdev@vger.kernel.org |
3373 | S: Maintained | 3623 | S: Maintained |
3374 | F: drivers/video/matrox/matroxfb_* | 3624 | F: drivers/video/matrox/matroxfb_* |
3375 | F: include/linux/matroxfb.h | 3625 | F: include/linux/matroxfb.h |
@@ -3386,6 +3636,7 @@ M: Mauro Carvalho Chehab <mchehab@infradead.org> | |||
3386 | P: LinuxTV.org Project | 3636 | P: LinuxTV.org Project |
3387 | L: linux-media@vger.kernel.org | 3637 | L: linux-media@vger.kernel.org |
3388 | W: http://linuxtv.org | 3638 | W: http://linuxtv.org |
3639 | Q: http://patchwork.kernel.org/project/linux-media/list/ | ||
3389 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 3640 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
3390 | S: Maintained | 3641 | S: Maintained |
3391 | F: Documentation/dvb/ | 3642 | F: Documentation/dvb/ |
@@ -3413,7 +3664,7 @@ F: mm/ | |||
3413 | 3664 | ||
3414 | MEMORY RESOURCE CONTROLLER | 3665 | MEMORY RESOURCE CONTROLLER |
3415 | M: Balbir Singh <balbir@linux.vnet.ibm.com> | 3666 | M: Balbir Singh <balbir@linux.vnet.ibm.com> |
3416 | M: Pavel Emelyanov <xemul@openvz.org> | 3667 | M: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp> |
3417 | M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> | 3668 | M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> |
3418 | L: linux-mm@kvack.org | 3669 | L: linux-mm@kvack.org |
3419 | S: Maintained | 3670 | S: Maintained |
@@ -3421,8 +3672,9 @@ F: mm/memcontrol.c | |||
3421 | 3672 | ||
3422 | MEMORY TECHNOLOGY DEVICES (MTD) | 3673 | MEMORY TECHNOLOGY DEVICES (MTD) |
3423 | M: David Woodhouse <dwmw2@infradead.org> | 3674 | M: David Woodhouse <dwmw2@infradead.org> |
3424 | W: http://www.linux-mtd.infradead.org/ | ||
3425 | L: linux-mtd@lists.infradead.org | 3675 | L: linux-mtd@lists.infradead.org |
3676 | W: http://www.linux-mtd.infradead.org/ | ||
3677 | Q: http://patchwork.ozlabs.org/project/linux-mtd/list/ | ||
3426 | T: git git://git.infradead.org/mtd-2.6.git | 3678 | T: git git://git.infradead.org/mtd-2.6.git |
3427 | S: Maintained | 3679 | S: Maintained |
3428 | F: drivers/mtd/ | 3680 | F: drivers/mtd/ |
@@ -3493,11 +3745,18 @@ F: drivers/char/mxser.* | |||
3493 | 3745 | ||
3494 | MSI LAPTOP SUPPORT | 3746 | MSI LAPTOP SUPPORT |
3495 | M: Lennart Poettering <mzxreary@0pointer.de> | 3747 | M: Lennart Poettering <mzxreary@0pointer.de> |
3748 | L: platform-driver-x86@vger.kernel.org | ||
3496 | W: https://tango.0pointer.de/mailman/listinfo/s270-linux | 3749 | W: https://tango.0pointer.de/mailman/listinfo/s270-linux |
3497 | W: http://0pointer.de/lennart/tchibo.html | 3750 | W: http://0pointer.de/lennart/tchibo.html |
3498 | S: Maintained | 3751 | S: Maintained |
3499 | F: drivers/platform/x86/msi-laptop.c | 3752 | F: drivers/platform/x86/msi-laptop.c |
3500 | 3753 | ||
3754 | MSI WMI SUPPORT | ||
3755 | M: Anisse Astier <anisse@astier.eu> | ||
3756 | L: platform-driver-x86@vger.kernel.org | ||
3757 | S: Supported | ||
3758 | F: drivers/platform/x86/msi-wmi.c | ||
3759 | |||
3501 | MULTIFUNCTION DEVICES (MFD) | 3760 | MULTIFUNCTION DEVICES (MFD) |
3502 | M: Samuel Ortiz <sameo@linux.intel.com> | 3761 | M: Samuel Ortiz <sameo@linux.intel.com> |
3503 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git | 3762 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git |
@@ -3531,7 +3790,7 @@ F: include/linux/isicom.h | |||
3531 | MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER | 3790 | MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER |
3532 | M: Felipe Balbi <felipe.balbi@nokia.com> | 3791 | M: Felipe Balbi <felipe.balbi@nokia.com> |
3533 | L: linux-usb@vger.kernel.org | 3792 | L: linux-usb@vger.kernel.org |
3534 | T: git git://gitorious.org/musb/mainline.git | 3793 | T: git git://gitorious.org/usb/usb.git |
3535 | S: Maintained | 3794 | S: Maintained |
3536 | F: drivers/usb/musb/ | 3795 | F: drivers/usb/musb/ |
3537 | 3796 | ||
@@ -3598,7 +3857,7 @@ L: netfilter@vger.kernel.org | |||
3598 | L: coreteam@netfilter.org | 3857 | L: coreteam@netfilter.org |
3599 | W: http://www.netfilter.org/ | 3858 | W: http://www.netfilter.org/ |
3600 | W: http://www.iptables.org/ | 3859 | W: http://www.iptables.org/ |
3601 | T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git | 3860 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git |
3602 | S: Supported | 3861 | S: Supported |
3603 | F: include/linux/netfilter* | 3862 | F: include/linux/netfilter* |
3604 | F: include/linux/netfilter/ | 3863 | F: include/linux/netfilter/ |
@@ -3632,11 +3891,20 @@ F: Documentation/blockdev/nbd.txt | |||
3632 | F: drivers/block/nbd.c | 3891 | F: drivers/block/nbd.c |
3633 | F: include/linux/nbd.h | 3892 | F: include/linux/nbd.h |
3634 | 3893 | ||
3894 | NETWORK DROP MONITOR | ||
3895 | M: Neil Horman <nhorman@tuxdriver.com> | ||
3896 | L: netdev@vger.kernel.org | ||
3897 | S: Maintained | ||
3898 | W: https://fedorahosted.org/dropwatch/ | ||
3899 | F: net/core/drop_monitor.c | ||
3900 | |||
3635 | NETWORKING [GENERAL] | 3901 | NETWORKING [GENERAL] |
3636 | M: "David S. Miller" <davem@davemloft.net> | 3902 | M: "David S. Miller" <davem@davemloft.net> |
3637 | L: netdev@vger.kernel.org | 3903 | L: netdev@vger.kernel.org |
3638 | W: http://www.linuxfoundation.org/en/Net | 3904 | W: http://www.linuxfoundation.org/en/Net |
3905 | W: http://patchwork.ozlabs.org/project/netdev/list/ | ||
3639 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | 3906 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
3907 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git | ||
3640 | S: Maintained | 3908 | S: Maintained |
3641 | F: net/ | 3909 | F: net/ |
3642 | F: include/net/ | 3910 | F: include/net/ |
@@ -3666,6 +3934,7 @@ S: Maintained | |||
3666 | NETWORKING [WIRELESS] | 3934 | NETWORKING [WIRELESS] |
3667 | M: "John W. Linville" <linville@tuxdriver.com> | 3935 | M: "John W. Linville" <linville@tuxdriver.com> |
3668 | L: linux-wireless@vger.kernel.org | 3936 | L: linux-wireless@vger.kernel.org |
3937 | Q: http://patchwork.kernel.org/project/linux-wireless/list/ | ||
3669 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git | 3938 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
3670 | S: Maintained | 3939 | S: Maintained |
3671 | F: net/mac80211/ | 3940 | F: net/mac80211/ |
@@ -3679,15 +3948,16 @@ NETWORKING DRIVERS | |||
3679 | L: netdev@vger.kernel.org | 3948 | L: netdev@vger.kernel.org |
3680 | W: http://www.linuxfoundation.org/en/Net | 3949 | W: http://www.linuxfoundation.org/en/Net |
3681 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | 3950 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
3951 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git | ||
3682 | S: Odd Fixes | 3952 | S: Odd Fixes |
3683 | F: drivers/net/ | 3953 | F: drivers/net/ |
3684 | F: include/linux/if_* | 3954 | F: include/linux/if_* |
3685 | F: include/linux/*device.h | 3955 | F: include/linux/*device.h |
3686 | 3956 | ||
3687 | NETXEN (1/10) GbE SUPPORT | 3957 | NETXEN (1/10) GbE SUPPORT |
3688 | M: Dhananjay Phadke <dhananjay@netxen.com> | 3958 | M: Amit Kumar Salecha <amit.salecha@qlogic.com> |
3689 | L: netdev@vger.kernel.org | 3959 | L: netdev@vger.kernel.org |
3690 | W: http://www.netxen.com | 3960 | W: http://www.qlogic.com |
3691 | S: Supported | 3961 | S: Supported |
3692 | F: drivers/net/netxen/ | 3962 | F: drivers/net/netxen/ |
3693 | 3963 | ||
@@ -3714,7 +3984,7 @@ F: drivers/net/ni5010.* | |||
3714 | 3984 | ||
3715 | NILFS2 FILESYSTEM | 3985 | NILFS2 FILESYSTEM |
3716 | M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp> | 3986 | M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp> |
3717 | L: users@nilfs.org | 3987 | L: linux-nilfs@vger.kernel.org |
3718 | W: http://www.nilfs.org/en/ | 3988 | W: http://www.nilfs.org/en/ |
3719 | S: Supported | 3989 | S: Supported |
3720 | F: Documentation/filesystems/nilfs2.txt | 3990 | F: Documentation/filesystems/nilfs2.txt |
@@ -3747,16 +4017,17 @@ F: fs/ntfs/ | |||
3747 | 4017 | ||
3748 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER | 4018 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER |
3749 | M: Antonino Daplas <adaplas@gmail.com> | 4019 | M: Antonino Daplas <adaplas@gmail.com> |
3750 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 4020 | L: linux-fbdev@vger.kernel.org |
3751 | S: Maintained | 4021 | S: Maintained |
3752 | F: drivers/video/riva/ | 4022 | F: drivers/video/riva/ |
3753 | F: drivers/video/nvidia/ | 4023 | F: drivers/video/nvidia/ |
3754 | 4024 | ||
3755 | OMAP SUPPORT | 4025 | OMAP SUPPORT |
3756 | M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com> | 4026 | M: Tony Lindgren <tony@atomide.com> |
3757 | L: linux-omap@vger.kernel.org | 4027 | L: linux-omap@vger.kernel.org |
3758 | W: http://www.muru.com/linux/omap/ | 4028 | W: http://www.muru.com/linux/omap/ |
3759 | W: http://linux.omap.com/ | 4029 | W: http://linux.omap.com/ |
4030 | Q: http://patchwork.kernel.org/project/linux-omap/list/ | ||
3760 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git | 4031 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git |
3761 | S: Maintained | 4032 | S: Maintained |
3762 | F: arch/arm/*omap*/ | 4033 | F: arch/arm/*omap*/ |
@@ -3781,12 +4052,20 @@ S: Maintained | |||
3781 | F: sound/soc/omap/ | 4052 | F: sound/soc/omap/ |
3782 | 4053 | ||
3783 | OMAP FRAMEBUFFER SUPPORT | 4054 | OMAP FRAMEBUFFER SUPPORT |
3784 | M: Imre Deak <imre.deak@nokia.com> | 4055 | M: Tomi Valkeinen <tomi.valkeinen@nokia.com> |
3785 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 4056 | L: linux-fbdev@vger.kernel.org |
3786 | L: linux-omap@vger.kernel.org | 4057 | L: linux-omap@vger.kernel.org |
3787 | S: Maintained | 4058 | S: Maintained |
3788 | F: drivers/video/omap/ | 4059 | F: drivers/video/omap/ |
3789 | 4060 | ||
4061 | OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2) | ||
4062 | M: Tomi Valkeinen <tomi.valkeinen@nokia.com> | ||
4063 | L: linux-omap@vger.kernel.org | ||
4064 | L: linux-fbdev@vger.kernel.org | ||
4065 | S: Maintained | ||
4066 | F: drivers/video/omap2/ | ||
4067 | F: Documentation/arm/OMAP/DSS | ||
4068 | |||
3790 | OMAP MMC SUPPORT | 4069 | OMAP MMC SUPPORT |
3791 | M: Jarkko Lavinen <jarkko.lavinen@nokia.com> | 4070 | M: Jarkko Lavinen <jarkko.lavinen@nokia.com> |
3792 | L: linux-omap@vger.kernel.org | 4071 | L: linux-omap@vger.kernel.org |
@@ -3858,6 +4137,15 @@ S: Maintained | |||
3858 | F: Documentation/i2c/busses/i2c-ocores | 4137 | F: Documentation/i2c/busses/i2c-ocores |
3859 | F: drivers/i2c/busses/i2c-ocores.c | 4138 | F: drivers/i2c/busses/i2c-ocores.c |
3860 | 4139 | ||
4140 | OPEN FIRMWARE AND FLATTENED DEVICE TREE | ||
4141 | M: Grant Likely <grant.likely@secretlab.ca> | ||
4142 | L: devicetree-discuss@lists.ozlabs.org | ||
4143 | W: http://fdt.secretlab.ca | ||
4144 | S: Maintained | ||
4145 | F: drivers/of | ||
4146 | F: include/linux/of*.h | ||
4147 | K: of_get_property | ||
4148 | |||
3861 | OPROFILE | 4149 | OPROFILE |
3862 | M: Robert Richter <robert.richter@amd.com> | 4150 | M: Robert Richter <robert.richter@amd.com> |
3863 | L: oprofile-list@lists.sf.net | 4151 | L: oprofile-list@lists.sf.net |
@@ -3920,6 +4208,7 @@ F: drivers/i2c/busses/i2c-pasemi.c | |||
3920 | 4208 | ||
3921 | PANASONIC LAPTOP ACPI EXTRAS DRIVER | 4209 | PANASONIC LAPTOP ACPI EXTRAS DRIVER |
3922 | M: Harald Welte <laforge@gnumonks.org> | 4210 | M: Harald Welte <laforge@gnumonks.org> |
4211 | L: platform-driver-x86@vger.kernel.org | ||
3923 | S: Maintained | 4212 | S: Maintained |
3924 | F: drivers/platform/x86/panasonic-laptop.c | 4213 | F: drivers/platform/x86/panasonic-laptop.c |
3925 | 4214 | ||
@@ -3962,8 +4251,10 @@ F: drivers/block/paride/ | |||
3962 | PARISC ARCHITECTURE | 4251 | PARISC ARCHITECTURE |
3963 | M: Kyle McMartin <kyle@mcmartin.ca> | 4252 | M: Kyle McMartin <kyle@mcmartin.ca> |
3964 | M: Helge Deller <deller@gmx.de> | 4253 | M: Helge Deller <deller@gmx.de> |
4254 | M: "James E.J. Bottomley" <jejb@parisc-linux.org> | ||
3965 | L: linux-parisc@vger.kernel.org | 4255 | L: linux-parisc@vger.kernel.org |
3966 | W: http://www.parisc-linux.org/ | 4256 | W: http://www.parisc-linux.org/ |
4257 | Q: http://patchwork.kernel.org/project/linux-parisc/list/ | ||
3967 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git | 4258 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git |
3968 | S: Maintained | 4259 | S: Maintained |
3969 | F: arch/parisc/ | 4260 | F: arch/parisc/ |
@@ -4006,6 +4297,7 @@ F: Documentation/powerpc/eeh-pci-error-recovery.txt | |||
4006 | PCI SUBSYSTEM | 4297 | PCI SUBSYSTEM |
4007 | M: Jesse Barnes <jbarnes@virtuousgeek.org> | 4298 | M: Jesse Barnes <jbarnes@virtuousgeek.org> |
4008 | L: linux-pci@vger.kernel.org | 4299 | L: linux-pci@vger.kernel.org |
4300 | Q: http://patchwork.kernel.org/project/linux-pci/list/ | ||
4009 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git | 4301 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git |
4010 | S: Supported | 4302 | S: Supported |
4011 | F: Documentation/PCI/ | 4303 | F: Documentation/PCI/ |
@@ -4044,7 +4336,17 @@ PERFORMANCE EVENTS SUBSYSTEM | |||
4044 | M: Peter Zijlstra <a.p.zijlstra@chello.nl> | 4336 | M: Peter Zijlstra <a.p.zijlstra@chello.nl> |
4045 | M: Paul Mackerras <paulus@samba.org> | 4337 | M: Paul Mackerras <paulus@samba.org> |
4046 | M: Ingo Molnar <mingo@elte.hu> | 4338 | M: Ingo Molnar <mingo@elte.hu> |
4047 | S: Supported | 4339 | M: Arnaldo Carvalho de Melo <acme@redhat.com> |
4340 | S: Supported | ||
4341 | F: kernel/perf_event.c | ||
4342 | F: include/linux/perf_event.h | ||
4343 | F: arch/*/kernel/perf_event.c | ||
4344 | F: arch/*/kernel/*/perf_event.c | ||
4345 | F: arch/*/kernel/*/*/perf_event.c | ||
4346 | F: arch/*/include/asm/perf_event.h | ||
4347 | F: arch/*/lib/perf_event.c | ||
4348 | F: arch/*/kernel/perf_callchain.c | ||
4349 | F: tools/perf/ | ||
4048 | 4350 | ||
4049 | PERSONALITY HANDLING | 4351 | PERSONALITY HANDLING |
4050 | M: Christoph Hellwig <hch@infradead.org> | 4352 | M: Christoph Hellwig <hch@infradead.org> |
@@ -4071,6 +4373,13 @@ W: http://www.pmc-sierra.com/ | |||
4071 | S: Supported | 4373 | S: Supported |
4072 | F: drivers/scsi/pmcraid.* | 4374 | F: drivers/scsi/pmcraid.* |
4073 | 4375 | ||
4376 | PMC SIERRA PM8001 DRIVER | ||
4377 | M: jack_wang@usish.com | ||
4378 | M: lindar_liu@usish.com | ||
4379 | L: linux-scsi@vger.kernel.org | ||
4380 | S: Supported | ||
4381 | F: drivers/scsi/pm8001/ | ||
4382 | |||
4074 | POSIX CLOCKS and TIMERS | 4383 | POSIX CLOCKS and TIMERS |
4075 | M: Thomas Gleixner <tglx@linutronix.de> | 4384 | M: Thomas Gleixner <tglx@linutronix.de> |
4076 | S: Supported | 4385 | S: Supported |
@@ -4230,6 +4539,13 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | |||
4230 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git | 4539 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git |
4231 | S: Maintained | 4540 | S: Maintained |
4232 | 4541 | ||
4542 | MMP2 SUPPORT (aka ARMADA610) | ||
4543 | M: Haojian Zhuang <haojian.zhuang@marvell.com> | ||
4544 | M: Eric Miao <eric.y.miao@gmail.com> | ||
4545 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
4546 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git | ||
4547 | S: Maintained | ||
4548 | |||
4233 | PXA MMCI DRIVER | 4549 | PXA MMCI DRIVER |
4234 | S: Orphan | 4550 | S: Orphan |
4235 | 4551 | ||
@@ -4254,6 +4570,13 @@ S: Supported | |||
4254 | F: Documentation/networking/LICENSE.qla3xxx | 4570 | F: Documentation/networking/LICENSE.qla3xxx |
4255 | F: drivers/net/qla3xxx.* | 4571 | F: drivers/net/qla3xxx.* |
4256 | 4572 | ||
4573 | QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER | ||
4574 | M: Amit Kumar Salecha <amit.salecha@qlogic.com> | ||
4575 | M: linux-driver@qlogic.com | ||
4576 | L: netdev@vger.kernel.org | ||
4577 | S: Supported | ||
4578 | F: drivers/net/qlcnic/ | ||
4579 | |||
4257 | QLOGIC QLGE 10Gb ETHERNET DRIVER | 4580 | QLOGIC QLGE 10Gb ETHERNET DRIVER |
4258 | M: Ron Mercer <ron.mercer@qlogic.com> | 4581 | M: Ron Mercer <ron.mercer@qlogic.com> |
4259 | M: linux-driver@qlogic.com | 4582 | M: linux-driver@qlogic.com |
@@ -4271,21 +4594,23 @@ F: include/linux/qnxtypes.h | |||
4271 | 4594 | ||
4272 | RADEON FRAMEBUFFER DISPLAY DRIVER | 4595 | RADEON FRAMEBUFFER DISPLAY DRIVER |
4273 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> | 4596 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
4274 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 4597 | L: linux-fbdev@vger.kernel.org |
4275 | S: Maintained | 4598 | S: Maintained |
4276 | F: drivers/video/aty/radeon* | 4599 | F: drivers/video/aty/radeon* |
4277 | F: include/linux/radeonfb.h | 4600 | F: include/linux/radeonfb.h |
4278 | 4601 | ||
4279 | RAGE128 FRAMEBUFFER DISPLAY DRIVER | 4602 | RAGE128 FRAMEBUFFER DISPLAY DRIVER |
4280 | M: Paul Mackerras <paulus@samba.org> | 4603 | M: Paul Mackerras <paulus@samba.org> |
4281 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 4604 | L: linux-fbdev@vger.kernel.org |
4282 | S: Maintained | 4605 | S: Maintained |
4283 | F: drivers/video/aty/aty128fb.c | 4606 | F: drivers/video/aty/aty128fb.c |
4284 | 4607 | ||
4285 | RALINK RT2X00 WIRELESS LAN DRIVER | 4608 | RALINK RT2X00 WIRELESS LAN DRIVER |
4286 | P: rt2x00 project | 4609 | P: rt2x00 project |
4610 | M: Ivo van Doorn <IvDoorn@gmail.com> | ||
4611 | M: Gertjan van Wingerde <gwingerde@gmail.com> | ||
4287 | L: linux-wireless@vger.kernel.org | 4612 | L: linux-wireless@vger.kernel.org |
4288 | L: users@rt2x00.serialmonkey.com | 4613 | L: users@rt2x00.serialmonkey.com (moderated for non-subscribers) |
4289 | W: http://rt2x00.serialmonkey.com/ | 4614 | W: http://rt2x00.serialmonkey.com/ |
4290 | S: Maintained | 4615 | S: Maintained |
4291 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git | 4616 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git |
@@ -4316,7 +4641,7 @@ F: drivers/net/wireless/ray* | |||
4316 | RCUTORTURE MODULE | 4641 | RCUTORTURE MODULE |
4317 | M: Josh Triplett <josh@freedesktop.org> | 4642 | M: Josh Triplett <josh@freedesktop.org> |
4318 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> | 4643 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
4319 | S: Maintained | 4644 | S: Supported |
4320 | F: Documentation/RCU/torture.txt | 4645 | F: Documentation/RCU/torture.txt |
4321 | F: kernel/rcutorture.c | 4646 | F: kernel/rcutorture.c |
4322 | 4647 | ||
@@ -4341,11 +4666,12 @@ M: Dipankar Sarma <dipankar@in.ibm.com> | |||
4341 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> | 4666 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
4342 | W: http://www.rdrop.com/users/paulmck/rclock/ | 4667 | W: http://www.rdrop.com/users/paulmck/rclock/ |
4343 | S: Supported | 4668 | S: Supported |
4344 | F: Documentation/RCU/rcu.txt | 4669 | F: Documentation/RCU/ |
4345 | F: Documentation/RCU/rcuref.txt | 4670 | F: include/linux/rcu* |
4346 | F: include/linux/rcupdate.h | 4671 | F: include/linux/srcu* |
4347 | F: include/linux/srcu.h | 4672 | F: kernel/rcu* |
4348 | F: kernel/rcupdate.c | 4673 | F: kernel/srcu* |
4674 | X: kernel/rcutorture.c | ||
4349 | 4675 | ||
4350 | REAL TIME CLOCK DRIVER | 4676 | REAL TIME CLOCK DRIVER |
4351 | M: Paul Gortmaker <p_gortmaker@yahoo.com> | 4677 | M: Paul Gortmaker <p_gortmaker@yahoo.com> |
@@ -4357,6 +4683,7 @@ F: include/linux/rtc.h | |||
4357 | REAL TIME CLOCK (RTC) SUBSYSTEM | 4683 | REAL TIME CLOCK (RTC) SUBSYSTEM |
4358 | M: Alessandro Zummo <a.zummo@towertech.it> | 4684 | M: Alessandro Zummo <a.zummo@towertech.it> |
4359 | L: rtc-linux@googlegroups.com | 4685 | L: rtc-linux@googlegroups.com |
4686 | Q: http://patchwork.ozlabs.org/project/rtc-linux/list/ | ||
4360 | S: Maintained | 4687 | S: Maintained |
4361 | F: Documentation/rtc.txt | 4688 | F: Documentation/rtc.txt |
4362 | F: drivers/rtc/ | 4689 | F: drivers/rtc/ |
@@ -4371,7 +4698,7 @@ RFKILL | |||
4371 | M: Johannes Berg <johannes@sipsolutions.net> | 4698 | M: Johannes Berg <johannes@sipsolutions.net> |
4372 | L: linux-wireless@vger.kernel.org | 4699 | L: linux-wireless@vger.kernel.org |
4373 | S: Maintained | 4700 | S: Maintained |
4374 | F Documentation/rfkill.txt | 4701 | F: Documentation/rfkill.txt |
4375 | F: net/rfkill/ | 4702 | F: net/rfkill/ |
4376 | 4703 | ||
4377 | RISCOM8 DRIVER | 4704 | RISCOM8 DRIVER |
@@ -4415,7 +4742,7 @@ F: drivers/net/wireless/rtl818x/rtl8187* | |||
4415 | 4742 | ||
4416 | S3 SAVAGE FRAMEBUFFER DRIVER | 4743 | S3 SAVAGE FRAMEBUFFER DRIVER |
4417 | M: Antonino Daplas <adaplas@gmail.com> | 4744 | M: Antonino Daplas <adaplas@gmail.com> |
4418 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 4745 | L: linux-fbdev@vger.kernel.org |
4419 | S: Maintained | 4746 | S: Maintained |
4420 | F: drivers/video/savage/ | 4747 | F: drivers/video/savage/ |
4421 | 4748 | ||
@@ -4427,6 +4754,7 @@ L: linux-s390@vger.kernel.org | |||
4427 | W: http://www.ibm.com/developerworks/linux/linux390/ | 4754 | W: http://www.ibm.com/developerworks/linux/linux390/ |
4428 | S: Supported | 4755 | S: Supported |
4429 | F: arch/s390/ | 4756 | F: arch/s390/ |
4757 | F: drivers/s390/ | ||
4430 | 4758 | ||
4431 | S390 NETWORK DRIVERS | 4759 | S390 NETWORK DRIVERS |
4432 | M: Ursula Braun <ursula.braun@de.ibm.com> | 4760 | M: Ursula Braun <ursula.braun@de.ibm.com> |
@@ -4442,6 +4770,7 @@ M: Felix Beck <felix.beck@de.ibm.com> | |||
4442 | M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com> | 4770 | M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com> |
4443 | M: linux390@de.ibm.com | 4771 | M: linux390@de.ibm.com |
4444 | L: linux-s390@vger.kernel.org | 4772 | L: linux-s390@vger.kernel.org |
4773 | W: http://www.ibm.com/developerworks/linux/linux390/ | ||
4445 | S: Supported | 4774 | S: Supported |
4446 | F: drivers/s390/crypto/ | 4775 | F: drivers/s390/crypto/ |
4447 | 4776 | ||
@@ -4481,6 +4810,13 @@ F: drivers/media/common/saa7146* | |||
4481 | F: drivers/media/video/*7146* | 4810 | F: drivers/media/video/*7146* |
4482 | F: include/media/*7146* | 4811 | F: include/media/*7146* |
4483 | 4812 | ||
4813 | TLG2300 VIDEO4LINUX-2 DRIVER | ||
4814 | M: Huang Shijie <shijie8@gmail.com> | ||
4815 | M: Kang Yong <kangyong@telegent.com> | ||
4816 | M: Zhang Xiaobing <xbzhang@telegent.com> | ||
4817 | S: Supported | ||
4818 | F: drivers/media/video/tlg2300 | ||
4819 | |||
4484 | SC1200 WDT DRIVER | 4820 | SC1200 WDT DRIVER |
4485 | M: Zwane Mwaikambo <zwane@arm.linux.org.uk> | 4821 | M: Zwane Mwaikambo <zwane@arm.linux.org.uk> |
4486 | S: Maintained | 4822 | S: Maintained |
@@ -4494,12 +4830,11 @@ F: kernel/sched* | |||
4494 | F: include/linux/sched.h | 4830 | F: include/linux/sched.h |
4495 | 4831 | ||
4496 | SCORE ARCHITECTURE | 4832 | SCORE ARCHITECTURE |
4497 | P: Chen Liqin | 4833 | M: Chen Liqin <liqin.chen@sunplusct.com> |
4498 | M: liqin.chen@sunplusct.com | 4834 | M: Lennox Wu <lennox.wu@gmail.com> |
4499 | P: Lennox Wu | ||
4500 | M: lennox.wu@gmail.com | ||
4501 | W: http://www.sunplusct.com | 4835 | W: http://www.sunplusct.com |
4502 | S: Supported | 4836 | S: Supported |
4837 | F: arch/score/ | ||
4503 | 4838 | ||
4504 | SCSI CDROM DRIVER | 4839 | SCSI CDROM DRIVER |
4505 | M: Jens Axboe <axboe@kernel.dk> | 4840 | M: Jens Axboe <axboe@kernel.dk> |
@@ -4572,27 +4907,27 @@ S: Maintained | |||
4572 | F: drivers/mmc/host/sdricoh_cs.c | 4907 | F: drivers/mmc/host/sdricoh_cs.c |
4573 | 4908 | ||
4574 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER | 4909 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
4575 | S: Orphan | 4910 | S: Orphan |
4576 | L: linux-mmc@vger.kernel.org | 4911 | L: linux-mmc@vger.kernel.org |
4577 | F: drivers/mmc/host/sdhci.* | 4912 | F: drivers/mmc/host/sdhci.* |
4578 | 4913 | ||
4579 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) | 4914 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) |
4580 | M: Anton Vorontsov <avorontsov@ru.mvista.com> | 4915 | M: Anton Vorontsov <avorontsov@ru.mvista.com> |
4581 | L: linuxppc-dev@ozlabs.org | 4916 | L: linuxppc-dev@ozlabs.org |
4582 | L: linux-mmc@vger.kernel.org | 4917 | L: linux-mmc@vger.kernel.org |
4583 | S: Maintained | 4918 | S: Maintained |
4584 | F: drivers/mmc/host/sdhci-of.* | 4919 | F: drivers/mmc/host/sdhci-of.* |
4585 | 4920 | ||
4586 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER | 4921 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER |
4587 | M: Ben Dooks <ben-linux@fluff.org> | 4922 | M: Ben Dooks <ben-linux@fluff.org> |
4588 | L: linux-mmc@vger.kernel.org | 4923 | L: linux-mmc@vger.kernel.org |
4589 | S: Maintained | 4924 | S: Maintained |
4590 | F: drivers/mmc/host/sdhci-s3c.c | 4925 | F: drivers/mmc/host/sdhci-s3c.c |
4591 | 4926 | ||
4592 | SECURITY SUBSYSTEM | 4927 | SECURITY SUBSYSTEM |
4593 | M: James Morris <jmorris@namei.org> | 4928 | M: James Morris <jmorris@namei.org> |
4594 | L: linux-security-module@vger.kernel.org (suggested Cc:) | 4929 | L: linux-security-module@vger.kernel.org (suggested Cc:) |
4595 | T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git | 4930 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git |
4596 | W: http://security.wiki.kernel.org/ | 4931 | W: http://security.wiki.kernel.org/ |
4597 | S: Supported | 4932 | S: Supported |
4598 | F: security/ | 4933 | F: security/ |
@@ -4627,9 +4962,18 @@ F: drivers/ata/ | |||
4627 | F: include/linux/ata.h | 4962 | F: include/linux/ata.h |
4628 | F: include/linux/libata.h | 4963 | F: include/linux/libata.h |
4629 | 4964 | ||
4965 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER | ||
4966 | M: Jayamohan Kallickal <jayamohank@serverengines.com> | ||
4967 | L: linux-scsi@vger.kernel.org | ||
4968 | W: http://www.serverengines.com | ||
4969 | S: Supported | ||
4970 | F: drivers/scsi/be2iscsi/ | ||
4971 | |||
4630 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER | 4972 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
4631 | M: Sathya Perla <sathyap@serverengines.com> | 4973 | M: Sathya Perla <sathyap@serverengines.com> |
4632 | M: Subbu Seetharaman <subbus@serverengines.com> | 4974 | M: Subbu Seetharaman <subbus@serverengines.com> |
4975 | M: Sarveshwar Bandi <sarveshwarb@serverengines.com> | ||
4976 | M: Ajit Khaparde <ajitk@serverengines.com> | ||
4633 | L: netdev@vger.kernel.org | 4977 | L: netdev@vger.kernel.org |
4634 | W: http://www.serverengines.com | 4978 | W: http://www.serverengines.com |
4635 | S: Supported | 4979 | S: Supported |
@@ -4680,8 +5024,7 @@ F: drivers/usb/gadget/lh7a40* | |||
4680 | F: drivers/usb/host/ohci-lh7a40* | 5024 | F: drivers/usb/host/ohci-lh7a40* |
4681 | 5025 | ||
4682 | SIMPLE FIRMWARE INTERFACE (SFI) | 5026 | SIMPLE FIRMWARE INTERFACE (SFI) |
4683 | P: Len Brown | 5027 | M: Len Brown <lenb@kernel.org> |
4684 | M: lenb@kernel.org | ||
4685 | L: sfi-devel@simplefirmware.org | 5028 | L: sfi-devel@simplefirmware.org |
4686 | W: http://simplefirmware.org/ | 5029 | W: http://simplefirmware.org/ |
4687 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git | 5030 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git |
@@ -4708,6 +5051,7 @@ F: drivers/*/*/*s3c2410* | |||
4708 | TI DAVINCI MACHINE SUPPORT | 5051 | TI DAVINCI MACHINE SUPPORT |
4709 | P: Kevin Hilman | 5052 | P: Kevin Hilman |
4710 | M: davinci-linux-open-source@linux.davincidsp.com | 5053 | M: davinci-linux-open-source@linux.davincidsp.com |
5054 | Q: http://patchwork.kernel.org/project/linux-davinci/list/ | ||
4711 | S: Supported | 5055 | S: Supported |
4712 | F: arch/arm/mach-davinci | 5056 | F: arch/arm/mach-davinci |
4713 | 5057 | ||
@@ -4834,7 +5178,7 @@ F: include/linux/ssb/ | |||
4834 | 5178 | ||
4835 | SONY VAIO CONTROL DEVICE DRIVER | 5179 | SONY VAIO CONTROL DEVICE DRIVER |
4836 | M: Mattia Dongili <malattia@linux.it> | 5180 | M: Mattia Dongili <malattia@linux.it> |
4837 | L: linux-acpi@vger.kernel.org | 5181 | L: platform-driver-x86@vger.kernel.org |
4838 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers | 5182 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers |
4839 | S: Maintained | 5183 | S: Maintained |
4840 | F: Documentation/laptops/sony-laptop.txt | 5184 | F: Documentation/laptops/sony-laptop.txt |
@@ -4873,11 +5217,27 @@ F: include/sound/soc* | |||
4873 | SPARC + UltraSPARC (sparc/sparc64) | 5217 | SPARC + UltraSPARC (sparc/sparc64) |
4874 | M: "David S. Miller" <davem@davemloft.net> | 5218 | M: "David S. Miller" <davem@davemloft.net> |
4875 | L: sparclinux@vger.kernel.org | 5219 | L: sparclinux@vger.kernel.org |
5220 | Q: http://patchwork.ozlabs.org/project/sparclinux/list/ | ||
4876 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git | 5221 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git |
4877 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git | 5222 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git |
4878 | S: Maintained | 5223 | S: Maintained |
4879 | F: arch/sparc/ | 5224 | F: arch/sparc/ |
4880 | 5225 | ||
5226 | SPARC SERIAL DRIVERS | ||
5227 | M: "David S. Miller" <davem@davemloft.net> | ||
5228 | L: sparclinux@vger.kernel.org | ||
5229 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git | ||
5230 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git | ||
5231 | S: Maintained | ||
5232 | F: drivers/serial/suncore.c | ||
5233 | F: drivers/serial/suncore.h | ||
5234 | F: drivers/serial/sunhv.c | ||
5235 | F: drivers/serial/sunsab.c | ||
5236 | F: drivers/serial/sunsab.h | ||
5237 | F: drivers/serial/sunsu.c | ||
5238 | F: drivers/serial/sunzilog.c | ||
5239 | F: drivers/serial/sunzilog.h | ||
5240 | |||
4881 | SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER | 5241 | SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER |
4882 | M: Roger Wolff <R.E.Wolff@BitWizard.nl> | 5242 | M: Roger Wolff <R.E.Wolff@BitWizard.nl> |
4883 | S: Supported | 5243 | S: Supported |
@@ -4886,7 +5246,9 @@ F: drivers/char/specialix* | |||
4886 | 5246 | ||
4887 | SPI SUBSYSTEM | 5247 | SPI SUBSYSTEM |
4888 | M: David Brownell <dbrownell@users.sourceforge.net> | 5248 | M: David Brownell <dbrownell@users.sourceforge.net> |
5249 | M: Grant Likely <grant.likely@secretlab.ca> | ||
4889 | L: spi-devel-general@lists.sourceforge.net | 5250 | L: spi-devel-general@lists.sourceforge.net |
5251 | Q: http://patchwork.kernel.org/project/spi-devel-general/list/ | ||
4890 | S: Maintained | 5252 | S: Maintained |
4891 | F: Documentation/spi/ | 5253 | F: Documentation/spi/ |
4892 | F: drivers/spi/ | 5254 | F: drivers/spi/ |
@@ -4942,7 +5304,7 @@ F: drivers/net/starfire* | |||
4942 | 5304 | ||
4943 | STARMODE RADIO IP (STRIP) PROTOCOL DRIVER | 5305 | STARMODE RADIO IP (STRIP) PROTOCOL DRIVER |
4944 | S: Orphan | 5306 | S: Orphan |
4945 | F: drivers/net/wireless/strip.c | 5307 | F: drivers/staging/strip/strip.c |
4946 | F: include/linux/if_strip.h | 5308 | F: include/linux/if_strip.h |
4947 | 5309 | ||
4948 | STRADIS MPEG-2 DECODER DRIVER | 5310 | STRADIS MPEG-2 DECODER DRIVER |
@@ -4963,6 +5325,7 @@ SUPERH | |||
4963 | M: Paul Mundt <lethal@linux-sh.org> | 5325 | M: Paul Mundt <lethal@linux-sh.org> |
4964 | L: linux-sh@vger.kernel.org | 5326 | L: linux-sh@vger.kernel.org |
4965 | W: http://www.linux-sh.org | 5327 | W: http://www.linux-sh.org |
5328 | Q: http://patchwork.kernel.org/project/linux-sh/list/ | ||
4966 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git | 5329 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git |
4967 | S: Supported | 5330 | S: Supported |
4968 | F: Documentation/sh/ | 5331 | F: Documentation/sh/ |
@@ -5039,6 +5402,7 @@ F: arch/xtensa/ | |||
5039 | THINKPAD ACPI EXTRAS DRIVER | 5402 | THINKPAD ACPI EXTRAS DRIVER |
5040 | M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> | 5403 | M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> |
5041 | L: ibm-acpi-devel@lists.sourceforge.net | 5404 | L: ibm-acpi-devel@lists.sourceforge.net |
5405 | L: platform-driver-x86@vger.kernel.org | ||
5042 | W: http://ibm-acpi.sourceforge.net | 5406 | W: http://ibm-acpi.sourceforge.net |
5043 | W: http://thinkwiki.org/wiki/Ibm-acpi | 5407 | W: http://thinkwiki.org/wiki/Ibm-acpi |
5044 | T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git | 5408 | T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git |
@@ -5092,10 +5456,12 @@ F: security/tomoyo/ | |||
5092 | 5456 | ||
5093 | TOPSTAR LAPTOP EXTRAS DRIVER | 5457 | TOPSTAR LAPTOP EXTRAS DRIVER |
5094 | M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 5458 | M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> |
5459 | L: platform-driver-x86@vger.kernel.org | ||
5095 | S: Maintained | 5460 | S: Maintained |
5096 | F: drivers/platform/x86/topstar-laptop.c | 5461 | F: drivers/platform/x86/topstar-laptop.c |
5097 | 5462 | ||
5098 | TOSHIBA ACPI EXTRAS DRIVER | 5463 | TOSHIBA ACPI EXTRAS DRIVER |
5464 | L: platform-driver-x86@vger.kernel.org | ||
5099 | S: Orphan | 5465 | S: Orphan |
5100 | F: drivers/platform/x86/toshiba_acpi.c | 5466 | F: drivers/platform/x86/toshiba_acpi.c |
5101 | 5467 | ||
@@ -5129,6 +5495,20 @@ L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) | |||
5129 | S: Maintained | 5495 | S: Maintained |
5130 | F: drivers/char/tpm/ | 5496 | F: drivers/char/tpm/ |
5131 | 5497 | ||
5498 | TRACING | ||
5499 | M: Steven Rostedt <rostedt@goodmis.org> | ||
5500 | M: Frederic Weisbecker <fweisbec@gmail.com> | ||
5501 | M: Ingo Molnar <mingo@redhat.com> | ||
5502 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core | ||
5503 | S: Maintained | ||
5504 | F: Documentation/trace/ftrace.txt | ||
5505 | F: arch/*/*/*/ftrace.h | ||
5506 | F: arch/*/kernel/ftrace.c | ||
5507 | F: include/*/ftrace.h | ||
5508 | F: include/linux/trace*.h | ||
5509 | F: include/trace/ | ||
5510 | F: kernel/trace/ | ||
5511 | |||
5132 | TRIVIAL PATCHES | 5512 | TRIVIAL PATCHES |
5133 | M: Jiri Kosina <trivial@kernel.org> | 5513 | M: Jiri Kosina <trivial@kernel.org> |
5134 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git | 5514 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |
@@ -5172,7 +5552,7 @@ S: Maintained | |||
5172 | F: drivers/scsi/u14-34f.c | 5552 | F: drivers/scsi/u14-34f.c |
5173 | 5553 | ||
5174 | UBI FILE SYSTEM (UBIFS) | 5554 | UBI FILE SYSTEM (UBIFS) |
5175 | M: Artem Bityutskiy <dedekind@infradead.org> | 5555 | M: Artem Bityutskiy <dedekind1@gmail.com> |
5176 | M: Adrian Hunter <adrian.hunter@nokia.com> | 5556 | M: Adrian Hunter <adrian.hunter@nokia.com> |
5177 | L: linux-mtd@lists.infradead.org | 5557 | L: linux-mtd@lists.infradead.org |
5178 | T: git git://git.infradead.org/ubifs-2.6.git | 5558 | T: git git://git.infradead.org/ubifs-2.6.git |
@@ -5210,10 +5590,19 @@ ULTRA-WIDEBAND (UWB) SUBSYSTEM: | |||
5210 | M: David Vrabel <david.vrabel@csr.com> | 5590 | M: David Vrabel <david.vrabel@csr.com> |
5211 | L: linux-usb@vger.kernel.org | 5591 | L: linux-usb@vger.kernel.org |
5212 | S: Supported | 5592 | S: Supported |
5213 | F: drivers/uwb/* | 5593 | F: drivers/uwb/ |
5594 | X: drivers/uwb/wlp/ | ||
5595 | X: drivers/uwb/i1480/i1480u-wlp/ | ||
5596 | X: drivers/uwb/i1480/i1480-wlp.h | ||
5214 | F: include/linux/uwb.h | 5597 | F: include/linux/uwb.h |
5215 | F: include/linux/uwb/ | 5598 | F: include/linux/uwb/ |
5216 | 5599 | ||
5600 | UNIFDEF | ||
5601 | M: Tony Finch <dot@dotat.at> | ||
5602 | W: http://dotat.at/prog/unifdef | ||
5603 | S: Maintained | ||
5604 | F: scripts/unifdef.c | ||
5605 | |||
5217 | UNIFORM CDROM DRIVER | 5606 | UNIFORM CDROM DRIVER |
5218 | M: Jens Axboe <axboe@kernel.dk> | 5607 | M: Jens Axboe <axboe@kernel.dk> |
5219 | W: http://www.kernel.dk | 5608 | W: http://www.kernel.dk |
@@ -5223,7 +5612,7 @@ F: drivers/cdrom/cdrom.c | |||
5223 | F: include/linux/cdrom.h | 5612 | F: include/linux/cdrom.h |
5224 | 5613 | ||
5225 | UNSORTED BLOCK IMAGES (UBI) | 5614 | UNSORTED BLOCK IMAGES (UBI) |
5226 | M: Artem Bityutskiy <dedekind@infradead.org> | 5615 | M: Artem Bityutskiy <dedekind1@gmail.com> |
5227 | W: http://www.linux-mtd.infradead.org/ | 5616 | W: http://www.linux-mtd.infradead.org/ |
5228 | L: linux-mtd@lists.infradead.org | 5617 | L: linux-mtd@lists.infradead.org |
5229 | T: git git://git.infradead.org/ubi-2.6.git | 5618 | T: git git://git.infradead.org/ubi-2.6.git |
@@ -5246,10 +5635,9 @@ S: Supported | |||
5246 | F: drivers/block/ub.c | 5635 | F: drivers/block/ub.c |
5247 | 5636 | ||
5248 | USB CDC ETHERNET DRIVER | 5637 | USB CDC ETHERNET DRIVER |
5249 | M: Greg Kroah-Hartman <greg@kroah.com> | 5638 | M: Oliver Neukum <oliver@neukum.name> |
5250 | L: linux-usb@vger.kernel.org | 5639 | L: linux-usb@vger.kernel.org |
5251 | S: Maintained | 5640 | S: Maintained |
5252 | W: http://www.kroah.com/linux-usb/ | ||
5253 | F: drivers/net/usb/cdc_*.c | 5641 | F: drivers/net/usb/cdc_*.c |
5254 | F: include/linux/usb/cdc.h | 5642 | F: include/linux/usb/cdc.h |
5255 | 5643 | ||
@@ -5500,9 +5888,11 @@ S: Maintained | |||
5500 | F: drivers/net/wireless/rndis_wlan.c | 5888 | F: drivers/net/wireless/rndis_wlan.c |
5501 | 5889 | ||
5502 | USB XHCI DRIVER | 5890 | USB XHCI DRIVER |
5503 | M: Sarah Sharp <sarah.a.sharp@intel.com> | 5891 | M: Sarah Sharp <sarah.a.sharp@linux.intel.com> |
5504 | L: linux-usb@vger.kernel.org | 5892 | L: linux-usb@vger.kernel.org |
5505 | S: Supported | 5893 | S: Supported |
5894 | F: drivers/usb/host/xhci* | ||
5895 | F: drivers/usb/host/pci-quirks* | ||
5506 | 5896 | ||
5507 | USB ZC0301 DRIVER | 5897 | USB ZC0301 DRIVER |
5508 | M: Luca Risolia <luca.risolia@studio.unibo.it> | 5898 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
@@ -5559,7 +5949,7 @@ S: Maintained | |||
5559 | 5949 | ||
5560 | UVESAFB DRIVER | 5950 | UVESAFB DRIVER |
5561 | M: Michal Januszewski <spock@gentoo.org> | 5951 | M: Michal Januszewski <spock@gentoo.org> |
5562 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 5952 | L: linux-fbdev@vger.kernel.org |
5563 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ | 5953 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ |
5564 | S: Maintained | 5954 | S: Maintained |
5565 | F: Documentation/fb/uvesafb.txt | 5955 | F: Documentation/fb/uvesafb.txt |
@@ -5571,6 +5961,15 @@ S: Maintained | |||
5571 | F: Documentation/filesystems/vfat.txt | 5961 | F: Documentation/filesystems/vfat.txt |
5572 | F: fs/fat/ | 5962 | F: fs/fat/ |
5573 | 5963 | ||
5964 | VIRTIO HOST (VHOST) | ||
5965 | M: "Michael S. Tsirkin" <mst@redhat.com> | ||
5966 | L: kvm@vger.kernel.org | ||
5967 | L: virtualization@lists.osdl.org | ||
5968 | L: netdev@vger.kernel.org | ||
5969 | S: Maintained | ||
5970 | F: drivers/vhost/ | ||
5971 | F: include/linux/vhost.h | ||
5972 | |||
5574 | VIA RHINE NETWORK DRIVER | 5973 | VIA RHINE NETWORK DRIVER |
5575 | M: Roger Luethi <rl@hellgate.ch> | 5974 | M: Roger Luethi <rl@hellgate.ch> |
5576 | S: Maintained | 5975 | S: Maintained |
@@ -5592,7 +5991,7 @@ F: drivers/mmc/host/via-sdmmc.c | |||
5592 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER | 5991 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER |
5593 | M: Joseph Chan <JosephChan@via.com.tw> | 5992 | M: Joseph Chan <JosephChan@via.com.tw> |
5594 | M: Scott Fang <ScottFang@viatech.com.cn> | 5993 | M: Scott Fang <ScottFang@viatech.com.cn> |
5595 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 5994 | L: linux-fbdev@vger.kernel.org |
5596 | S: Maintained | 5995 | S: Maintained |
5597 | F: drivers/video/via/ | 5996 | F: drivers/video/via/ |
5598 | 5997 | ||
@@ -5617,6 +6016,21 @@ S: Maintained | |||
5617 | F: drivers/vlynq/vlynq.c | 6016 | F: drivers/vlynq/vlynq.c |
5618 | F: include/linux/vlynq.h | 6017 | F: include/linux/vlynq.h |
5619 | 6018 | ||
6019 | VMWARE VMXNET3 ETHERNET DRIVER | ||
6020 | M: Shreyas Bhatewara <sbhatewara@vmware.com> | ||
6021 | M: "VMware, Inc." <pv-drivers@vmware.com> | ||
6022 | L: netdev@vger.kernel.org | ||
6023 | S: Maintained | ||
6024 | F: drivers/net/vmxnet3/ | ||
6025 | |||
6026 | VMware PVSCSI driver | ||
6027 | M: Alok Kataria <akataria@vmware.com> | ||
6028 | M: VMware PV-Drivers <pv-drivers@vmware.com> | ||
6029 | L: linux-scsi@vger.kernel.org | ||
6030 | S: Maintained | ||
6031 | F: drivers/scsi/vmw_pvscsi.c | ||
6032 | F: drivers/scsi/vmw_pvscsi.h | ||
6033 | |||
5620 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK | 6034 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
5621 | M: Liam Girdwood <lrg@slimlogic.co.uk> | 6035 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
5622 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | 6036 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
@@ -5679,7 +6093,7 @@ L: linux-wireless@vger.kernel.org | |||
5679 | W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ | 6093 | W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ |
5680 | S: Maintained | 6094 | S: Maintained |
5681 | F: Documentation/networking/wavelan.txt | 6095 | F: Documentation/networking/wavelan.txt |
5682 | F: drivers/net/wireless/wavelan* | 6096 | F: drivers/staging/wavelan/ |
5683 | 6097 | ||
5684 | WD7000 SCSI DRIVER | 6098 | WD7000 SCSI DRIVER |
5685 | M: Miroslav Zagorac <zaga@fly.cc.fer.hr> | 6099 | M: Miroslav Zagorac <zaga@fly.cc.fer.hr> |
@@ -5688,8 +6102,7 @@ S: Maintained | |||
5688 | F: drivers/scsi/wd7000.c | 6102 | F: drivers/scsi/wd7000.c |
5689 | 6103 | ||
5690 | WINBOND CIR DRIVER | 6104 | WINBOND CIR DRIVER |
5691 | P: David Härdeman | 6105 | M: David Härdeman <david@hardeman.nu> |
5692 | M: david@hardeman.nu | ||
5693 | S: Maintained | 6106 | S: Maintained |
5694 | F: drivers/input/misc/winbond-cir.c | 6107 | F: drivers/input/misc/winbond-cir.c |
5695 | 6108 | ||
@@ -5702,9 +6115,12 @@ W: http://linuxwimax.org | |||
5702 | 6115 | ||
5703 | WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM | 6116 | WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM |
5704 | M: David Vrabel <david.vrabel@csr.com> | 6117 | M: David Vrabel <david.vrabel@csr.com> |
6118 | L: netdev@vger.kernel.org | ||
5705 | S: Maintained | 6119 | S: Maintained |
5706 | F: include/linux/wlp.h | 6120 | F: include/linux/wlp.h |
5707 | F: drivers/uwb/wlp/ | 6121 | F: drivers/uwb/wlp/ |
6122 | F: drivers/uwb/i1480/i1480u-wlp/ | ||
6123 | F: drivers/uwb/i1480/i1480-wlp.h | ||
5708 | 6124 | ||
5709 | WISTRON LAPTOP BUTTON DRIVER | 6125 | WISTRON LAPTOP BUTTON DRIVER |
5710 | M: Miloslav Trmac <mitr@volny.cz> | 6126 | M: Miloslav Trmac <mitr@volny.cz> |
@@ -5712,7 +6128,7 @@ S: Maintained | |||
5712 | F: drivers/input/misc/wistron_btns.c | 6128 | F: drivers/input/misc/wistron_btns.c |
5713 | 6129 | ||
5714 | WL1251 WIRELESS DRIVER | 6130 | WL1251 WIRELESS DRIVER |
5715 | M: Kalle Valo <kalle.valo@nokia.com> | 6131 | M: Kalle Valo <kalle.valo@iki.fi> |
5716 | L: linux-wireless@vger.kernel.org | 6132 | L: linux-wireless@vger.kernel.org |
5717 | W: http://wireless.kernel.org | 6133 | W: http://wireless.kernel.org |
5718 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git | 6134 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
@@ -5746,12 +6162,11 @@ F: drivers/input/touchscreen/*wm97* | |||
5746 | F: include/linux/wm97xx.h | 6162 | F: include/linux/wm97xx.h |
5747 | 6163 | ||
5748 | WOLFSON MICROELECTRONICS PMIC DRIVERS | 6164 | WOLFSON MICROELECTRONICS PMIC DRIVERS |
5749 | P: Mark Brown | 6165 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
5750 | M: broonie@opensource.wolfsonmicro.com | ||
5751 | L: linux-kernel@vger.kernel.org | ||
5752 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus | 6166 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus |
5753 | W: http://opensource.wolfsonmicro.com/node/8 | 6167 | W: http://opensource.wolfsonmicro.com/node/8 |
5754 | S: Supported | 6168 | S: Supported |
6169 | F: Documentation/hwmon/wm83?? | ||
5755 | F: drivers/leds/leds-wm83*.c | 6170 | F: drivers/leds/leds-wm83*.c |
5756 | F: drivers/mfd/wm8*.c | 6171 | F: drivers/mfd/wm8*.c |
5757 | F: drivers/power/wm83*.c | 6172 | F: drivers/power/wm83*.c |
@@ -5761,14 +6176,14 @@ F: drivers/video/backlight/wm83*_bl.c | |||
5761 | F: drivers/watchdog/wm83*_wdt.c | 6176 | F: drivers/watchdog/wm83*_wdt.c |
5762 | F: include/linux/mfd/wm831x/ | 6177 | F: include/linux/mfd/wm831x/ |
5763 | F: include/linux/mfd/wm8350/ | 6178 | F: include/linux/mfd/wm8350/ |
5764 | F: include/linux/mfd/wm8400/ | 6179 | F: include/linux/mfd/wm8400* |
5765 | F: sound/soc/codecs/wm8350.c | 6180 | F: sound/soc/codecs/wm8350.* |
5766 | F: sound/soc/codecs/wm8400.c | 6181 | F: sound/soc/codecs/wm8400.* |
5767 | 6182 | ||
5768 | X.25 NETWORK LAYER | 6183 | X.25 NETWORK LAYER |
5769 | M: Henner Eisen <eis@baty.hanse.de> | 6184 | M: Andrew Hendry <andrew.hendry@gmail.com> |
5770 | L: linux-x25@vger.kernel.org | 6185 | L: linux-x25@vger.kernel.org |
5771 | S: Maintained | 6186 | S: Odd Fixes |
5772 | F: Documentation/networking/x25* | 6187 | F: Documentation/networking/x25* |
5773 | F: include/net/x25* | 6188 | F: include/net/x25* |
5774 | F: net/x25/ | 6189 | F: net/x25/ |
@@ -5783,6 +6198,13 @@ S: Maintained | |||
5783 | F: Documentation/x86/ | 6198 | F: Documentation/x86/ |
5784 | F: arch/x86/ | 6199 | F: arch/x86/ |
5785 | 6200 | ||
6201 | X86 PLATFORM DRIVERS | ||
6202 | M: Matthew Garrett <mjg@redhat.com> | ||
6203 | L: platform-driver-x86@vger.kernel.org | ||
6204 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git | ||
6205 | S: Maintained | ||
6206 | F: drivers/platform/x86 | ||
6207 | |||
5786 | XEN HYPERVISOR INTERFACE | 6208 | XEN HYPERVISOR INTERFACE |
5787 | M: Jeremy Fitzhardinge <jeremy@xensource.com> | 6209 | M: Jeremy Fitzhardinge <jeremy@xensource.com> |
5788 | M: Chris Wright <chrisw@sous-sol.org> | 6210 | M: Chris Wright <chrisw@sous-sol.org> |
@@ -5867,6 +6289,7 @@ F: drivers/serial/zs.* | |||
5867 | THE REST | 6289 | THE REST |
5868 | M: Linus Torvalds <torvalds@linux-foundation.org> | 6290 | M: Linus Torvalds <torvalds@linux-foundation.org> |
5869 | L: linux-kernel@vger.kernel.org | 6291 | L: linux-kernel@vger.kernel.org |
6292 | Q: http://patchwork.kernel.org/project/LKML/list/ | ||
5870 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | 6293 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git |
5871 | S: Buried alive in reporters | 6294 | S: Buried alive in reporters |
5872 | F: * | 6295 | F: * |