aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2010-10-27 18:15:57 -0400
committerMichal Marek <mmarek@suse.cz>2010-10-27 18:15:57 -0400
commitb74b953b998bcc2db91b694446f3a2619ec32de6 (patch)
tree6ce24caabd730f6ae9287ed0676ec32e6ff31e9d /MAINTAINERS
parentabb438526201c6a79949ad45375c051b6681c253 (diff)
parentf6f94e2ab1b33f0082ac22d71f66385a60d8157f (diff)
Merge commit 'v2.6.36' into kbuild/misc
Update to be able to fix a recent change to scripts/basic/docproc.c (commit eda603f).
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS994
1 files changed, 741 insertions, 253 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 146090d93aab..67acab640338 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -71,6 +71,7 @@ Descriptions of section entries:
71 M: Mail patches to: FullName <address@domain> 71 M: Mail patches to: FullName <address@domain>
72 L: Mailing list that is relevant to this area 72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info 73 W: Web-page with status/info
74 Q: Patchwork web based patch tracking system site
74 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. 75 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
75 S: Status, one of the following: 76 S: Status, one of the following:
76 Supported: Someone is actually paid to look after this. 77 Supported: Someone is actually paid to look after this.
@@ -130,19 +131,12 @@ L: netdev@vger.kernel.org
130S: Maintained 131S: Maintained
131F: drivers/net/typhoon* 132F: drivers/net/typhoon*
132 133
1333W-9XXX SATA-RAID CONTROLLER DRIVER 1343WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
134M: Adam Radford <linuxraid@amcc.com> 135M: Adam Radford <linuxraid@lsi.com>
135L: linux-scsi@vger.kernel.org 136L: linux-scsi@vger.kernel.org
136W: http://www.amcc.com 137W: http://www.lsi.com
137S: Supported 138S: Supported
138F: drivers/scsi/3w-9xxx* 139F: drivers/scsi/3w-*
139
1403W-XXXX ATA-RAID CONTROLLER DRIVER
141M: Adam Radford <linuxraid@amcc.com>
142L: linux-scsi@vger.kernel.org
143W: http://www.amcc.com
144S: Supported
145F: drivers/scsi/3w-xxxx*
146 140
14753C700 AND 53C700-66 SCSI DRIVER 14153C700 AND 53C700-66 SCSI DRIVER
148M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> 142M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
@@ -182,6 +176,7 @@ M: Ron Minnich <rminnich@sandia.gov>
182M: Latchesar Ionkov <lucho@ionkov.net> 176M: Latchesar Ionkov <lucho@ionkov.net>
183L: v9fs-developer@lists.sourceforge.net 177L: v9fs-developer@lists.sourceforge.net
184W: http://swik.net/v9fs 178W: http://swik.net/v9fs
179Q: http://patchwork.kernel.org/project/v9fs-devel/list/
185T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git 180T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
186S: Maintained 181S: Maintained
187F: Documentation/filesystems/9p.txt 182F: Documentation/filesystems/9p.txt
@@ -221,6 +216,7 @@ F: drivers/net/acenic*
221 216
222ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER 217ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
223M: Peter Feuerer <peter@piie.net> 218M: Peter Feuerer <peter@piie.net>
219L: platform-driver-x86@vger.kernel.org
224W: http://piie.net/?section=acerhdf 220W: http://piie.net/?section=acerhdf
225S: Maintained 221S: Maintained
226F: drivers/platform/x86/acerhdf.c 222F: drivers/platform/x86/acerhdf.c
@@ -228,6 +224,7 @@ F: drivers/platform/x86/acerhdf.c
228ACER WMI LAPTOP EXTRAS 224ACER WMI LAPTOP EXTRAS
229M: Carlos Corbacho <carlos@strangeworlds.co.uk> 225M: Carlos Corbacho <carlos@strangeworlds.co.uk>
230L: aceracpi@googlegroups.com (subscribers-only) 226L: aceracpi@googlegroups.com (subscribers-only)
227L: platform-driver-x86@vger.kernel.org
231W: http://code.google.com/p/aceracpi 228W: http://code.google.com/p/aceracpi
232S: Maintained 229S: Maintained
233F: drivers/platform/x86/acer-wmi.c 230F: drivers/platform/x86/acer-wmi.c
@@ -236,6 +233,7 @@ ACPI
236M: Len Brown <lenb@kernel.org> 233M: Len Brown <lenb@kernel.org>
237L: linux-acpi@vger.kernel.org 234L: linux-acpi@vger.kernel.org
238W: http://www.lesswatts.org/projects/acpi/ 235W: http://www.lesswatts.org/projects/acpi/
236Q: http://patchwork.kernel.org/project/linux-acpi/list/
239T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git 237T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
240S: Supported 238S: Supported
241F: drivers/acpi/ 239F: drivers/acpi/
@@ -288,7 +286,7 @@ F: drivers/acpi/video.c
288 286
289ACPI WMI DRIVER 287ACPI WMI DRIVER
290M: Carlos Corbacho <carlos@strangeworlds.co.uk> 288M: Carlos Corbacho <carlos@strangeworlds.co.uk>
291L: linux-acpi@vger.kernel.org 289L: platform-driver-x86@vger.kernel.org
292W: http://www.lesswatts.org/projects/acpi/ 290W: http://www.lesswatts.org/projects/acpi/
293S: Maintained 291S: Maintained
294F: drivers/platform/x86/wmi.c 292F: drivers/platform/x86/wmi.c
@@ -315,11 +313,9 @@ S: Maintained
315F: drivers/hwmon/adm1029.c 313F: drivers/hwmon/adm1029.c
316 314
317ADM8211 WIRELESS DRIVER 315ADM8211 WIRELESS DRIVER
318M: Michael Wu <flamingice@sourmilk.net>
319L: linux-wireless@vger.kernel.org 316L: linux-wireless@vger.kernel.org
320W: http://linuxwireless.org/ 317W: http://linuxwireless.org/
321T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 318S: Orphan
322S: Maintained
323F: drivers/net/wireless/adm8211.* 319F: drivers/net/wireless/adm8211.*
324 320
325ADT746X FAN DRIVER 321ADT746X FAN DRIVER
@@ -426,7 +422,6 @@ P: Jordan Crouse
426L: linux-geode@lists.infradead.org (moderated for non-subscribers) 422L: linux-geode@lists.infradead.org (moderated for non-subscribers)
427W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html 423W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
428S: Supported 424S: Supported
429F: arch/x86/kernel/geode_32.c
430F: drivers/char/hw_random/geode-rng.c 425F: drivers/char/hw_random/geode-rng.c
431F: drivers/crypto/geode* 426F: drivers/crypto/geode*
432F: drivers/video/geode/ 427F: drivers/video/geode/
@@ -459,9 +454,20 @@ L: linux-rdma@vger.kernel.org
459S: Maintained 454S: Maintained
460F: drivers/infiniband/hw/amso1100/ 455F: drivers/infiniband/hw/amso1100/
461 456
457ANALOG DEVICES INC ASOC DRIVERS
458L: uclinux-dist-devel@blackfin.uclinux.org
459L: alsa-devel@alsa-project.org (moderated for non-subscribers)
460W: http://blackfin.uclinux.org/
461S: Supported
462F: sound/soc/blackfin/*
463F: sound/soc/codecs/ad1*
464F: sound/soc/codecs/adau*
465F: sound/soc/codecs/adav*
466F: sound/soc/codecs/ssm*
467
462AOA (Apple Onboard Audio) ALSA DRIVER 468AOA (Apple Onboard Audio) ALSA DRIVER
463M: Johannes Berg <johannes@sipsolutions.net> 469M: Johannes Berg <johannes@sipsolutions.net>
464L: linuxppc-dev@ozlabs.org 470L: linuxppc-dev@lists.ozlabs.org
465L: alsa-devel@alsa-project.org (moderated for non-subscribers) 471L: alsa-devel@alsa-project.org (moderated for non-subscribers)
466S: Maintained 472S: Maintained
467F: sound/aoa/ 473F: sound/aoa/
@@ -481,8 +487,8 @@ S: Maintained
481F: drivers/input/mouse/bcm5974.c 487F: drivers/input/mouse/bcm5974.c
482 488
483APPLE SMC DRIVER 489APPLE SMC DRIVER
484M: Nicolas Boichat <nicolas@boichat.ch> 490M: Henrik Rydberg <rydberg@euromail.se>
485L: mactel-linux-devel@lists.sourceforge.net 491L: lm-sensors@lm-sensors.org
486S: Maintained 492S: Maintained
487F: drivers/hwmon/applesmc.c 493F: drivers/hwmon/applesmc.c
488 494
@@ -579,9 +585,14 @@ L: linux-mtd@lists.infradead.org
579S: Maintained 585S: Maintained
580F: drivers/mtd/nand/bcm_umi_nand.c 586F: drivers/mtd/nand/bcm_umi_nand.c
581F: drivers/mtd/nand/bcm_umi_bch.c 587F: drivers/mtd/nand/bcm_umi_bch.c
582F: drivers/mtd/nand/bcm_umi_hamming.c
583F: drivers/mtd/nand/nand_bcm_umi.h 588F: drivers/mtd/nand/nand_bcm_umi.h
584 589
590ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
591M: Anton Vorontsov <avorontsov@mvista.com>
592S: Maintained
593F: arch/arm/mach-cns3xxx/
594T: git git://git.infradead.org/users/cbou/linux-cns3xxx.git
595
585ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE 596ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
586M: Hartley Sweeten <hsweeten@visionengravers.com> 597M: Hartley Sweeten <hsweeten@visionengravers.com>
587M: Ryan Mallon <ryan@bluewatersys.com> 598M: Ryan Mallon <ryan@bluewatersys.com>
@@ -616,9 +627,9 @@ M: Richard Purdie <rpurdie@rpsys.net>
616S: Maintained 627S: Maintained
617 628
618ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE 629ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
619M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> 630M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
620L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 631L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
621T: git git://gitorious.org/linux-gemini/mainline.git 632T: git git://git.berlios.de/gemini-board
622S: Maintained 633S: Maintained
623F: arch/arm/mach-gemini/ 634F: arch/arm/mach-gemini/
624 635
@@ -641,9 +652,10 @@ T: topgit git://git.openezx.org/openezx.git
641F: arch/arm/mach-pxa/ezx.c 652F: arch/arm/mach-pxa/ezx.c
642 653
643ARM/FARADAY FA526 PORT 654ARM/FARADAY FA526 PORT
644M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> 655M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
645L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 656L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
646S: Maintained 657S: Maintained
658T: git://git.berlios.de/gemini-board
647F: arch/arm/mm/*-fa* 659F: arch/arm/mm/*-fa*
648 660
649ARM/FOOTBRIDGE ARCHITECTURE 661ARM/FOOTBRIDGE ARCHITECTURE
@@ -662,6 +674,12 @@ T: git://git.pengutronix.de/git/imx/linux-2.6.git
662F: arch/arm/mach-mx*/ 674F: arch/arm/mach-mx*/
663F: arch/arm/plat-mxc/ 675F: arch/arm/plat-mxc/
664 676
677ARM/FREESCALE IMX51
678M: Amit Kucheria <amit.kucheria@canonical.com>
679L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
680S: Maintained
681F: arch/arm/mach-mx5/
682
665ARM/GLOMATION GESBC9312SX MACHINE SUPPORT 683ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
666M: Lennert Buytenhek <kernel@wantstofly.org> 684M: Lennert Buytenhek <kernel@wantstofly.org>
667L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 685L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
@@ -686,6 +704,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
686F: arch/arm/mach-sa1100/jornada720.c 704F: arch/arm/mach-sa1100/jornada720.c
687F: arch/arm/mach-sa1100/include/mach/jornada720.h 705F: arch/arm/mach-sa1100/include/mach/jornada720.h
688 706
707ARM/INCOME PXA270 SUPPORT
708M: Marek Vasut <marek.vasut@gmail.com>
709L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
710S: Maintained
711F: arch/arm/mach-pxa/income.c
712F: arch/arm/mach-pxa/include/mach-pxa/income.h
713
689ARM/INTEL IOP32X ARM ARCHITECTURE 714ARM/INTEL IOP32X ARM ARCHITECTURE
690M: Lennert Buytenhek <kernel@wantstofly.org> 715M: Lennert Buytenhek <kernel@wantstofly.org>
691M: Dan Williams <dan.j.williams@intel.com> 716M: Dan Williams <dan.j.williams@intel.com>
@@ -765,11 +790,10 @@ M: Philipp Zabel <philipp.zabel@gmail.com>
765S: Maintained 790S: Maintained
766 791
767ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support 792ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
768M: Lennert Buytenhek <buytenh@marvell.com> 793M: Lennert Buytenhek <kernel@wantstofly.org>
769M: Nicolas Pitre <nico@marvell.com> 794M: Nicolas Pitre <nico@fluxnic.net>
770L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 795L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
771T: git git://git.marvell.com/orion 796S: Odd Fixes
772S: Maintained
773F: arch/arm/mach-loki/ 797F: arch/arm/mach-loki/
774F: arch/arm/mach-kirkwood/ 798F: arch/arm/mach-kirkwood/
775F: arch/arm/mach-mv78xx0/ 799F: arch/arm/mach-mv78xx0/
@@ -787,12 +811,12 @@ M: Michael Petchkovsky <mkpetch@internode.on.net>
787S: Maintained 811S: Maintained
788 812
789ARM/NOMADIK ARCHITECTURE 813ARM/NOMADIK ARCHITECTURE
790M: Alessandro Rubini <rubini@unipv.it> 814M: Alessandro Rubini <rubini@unipv.it>
791M: STEricsson <STEricsson_nomadik_linux@list.st.com> 815M: STEricsson <STEricsson_nomadik_linux@list.st.com>
792L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 816L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
793S: Maintained 817S: Maintained
794F: arch/arm/mach-nomadik/ 818F: arch/arm/mach-nomadik/
795F: arch/arm/plat-nomadik/ 819F: arch/arm/plat-nomadik/
796 820
797ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT 821ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
798M: Nelson Castillo <arhuaco@freaks-unidos.net> 822M: Nelson Castillo <arhuaco@freaks-unidos.net>
@@ -804,6 +828,7 @@ ARM/QUALCOMM MSM MACHINE SUPPORT
804M: David Brown <davidb@codeaurora.org> 828M: David Brown <davidb@codeaurora.org>
805M: Daniel Walker <dwalker@codeaurora.org> 829M: Daniel Walker <dwalker@codeaurora.org>
806M: Bryan Huntsman <bryanh@codeaurora.org> 830M: Bryan Huntsman <bryanh@codeaurora.org>
831L: linux-arm-msm@vger.kernel.org
807F: arch/arm/mach-msm/ 832F: arch/arm/mach-msm/
808F: drivers/video/msm/ 833F: drivers/video/msm/
809F: drivers/mmc/host/msm_sdcc.c 834F: drivers/mmc/host/msm_sdcc.c
@@ -887,11 +912,13 @@ S: Maintained
887 912
888ARM/SAMSUNG ARM ARCHITECTURES 913ARM/SAMSUNG ARM ARCHITECTURES
889M: Ben Dooks <ben-linux@fluff.org> 914M: Ben Dooks <ben-linux@fluff.org>
915M: Kukjin Kim <kgene.kim@samsung.com>
890L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 916L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
891W: http://www.fluff.org/ben/linux/ 917W: http://www.fluff.org/ben/linux/
892S: Maintained 918S: Maintained
893F: arch/arm/plat-s3c/ 919F: arch/arm/plat-samsung/
894F: arch/arm/plat-s3c24xx/ 920F: arch/arm/plat-s3c24xx/
921F: arch/arm/plat-s5p/
895 922
896ARM/S3C2410 ARM ARCHITECTURE 923ARM/S3C2410 ARM ARCHITECTURE
897M: Ben Dooks <ben-linux@fluff.org> 924M: Ben Dooks <ben-linux@fluff.org>
@@ -935,6 +962,34 @@ W: http://www.fluff.org/ben/linux/
935S: Maintained 962S: Maintained
936F: arch/arm/mach-s3c6410/ 963F: arch/arm/mach-s3c6410/
937 964
965ARM/S5P ARM ARCHITECTURES
966M: Kukjin Kim <kgene.kim@samsung.com>
967L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
968L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
969S: Maintained
970F: arch/arm/mach-s5p*/
971
972ARM/SAMSUNG S5P SERIES FIMC SUPPORT
973M: Kyungmin Park <kyungmin.park@samsung.com>
974M: Sylwester Nawrocki <s.nawrocki@samsung.com>
975L: linux-arm-kernel@lists.infradead.org
976L: linux-media@vger.kernel.org
977S: Maintained
978F: arch/arm/plat-s5p/dev-fimc*
979F: arch/arm/plat-samsung/include/plat/*fimc*
980F: drivers/media/video/s5p-fimc/
981
982ARM/SHMOBILE ARM ARCHITECTURE
983M: Paul Mundt <lethal@linux-sh.org>
984M: Magnus Damm <magnus.damm@gmail.com>
985L: linux-sh@vger.kernel.org
986W: http://oss.renesas.com
987Q: http://patchwork.kernel.org/project/linux-sh/list/
988T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/genesis-2.6.git
989S: Supported
990F: arch/arm/mach-shmobile/
991F: drivers/sh/
992
938ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT 993ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
939M: Lennert Buytenhek <kernel@wantstofly.org> 994M: Lennert Buytenhek <kernel@wantstofly.org>
940L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 995L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
@@ -950,6 +1005,27 @@ M: Wan ZongShun <mcuos.com@gmail.com>
950L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1005L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951W: http://www.mcuos.com 1006W: http://www.mcuos.com
952S: Maintained 1007S: Maintained
1008F: arch/arm/mach-w90x900/
1009F: arch/arm/mach-nuc93x/
1010F: drivers/input/keyboard/w90p910_keypad.c
1011F: drivers/input/touchscreen/w90p910_ts.c
1012F: drivers/watchdog/nuc900_wdt.c
1013F: drivers/net/arm/w90p910_ether.c
1014F: drivers/mtd/nand/nuc900_nand.c
1015F: drivers/rtc/rtc-nuc900.c
1016F: drivers/spi/spi_nuc900.c
1017F: drivers/usb/host/ehci-w90x900.c
1018F: drivers/video/nuc900fb.c
1019
1020ARM/U300 MACHINE SUPPORT
1021M: Linus Walleij <linus.walleij@stericsson.com>
1022L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023S: Supported
1024F: arch/arm/mach-u300/
1025F: drivers/i2c/busses/i2c-stu300.c
1026F: drivers/rtc/rtc-coh901331.c
1027F: drivers/watchdog/coh901327_wdt.c
1028F: drivers/dma/coh901318*
953 1029
954ARM/U8500 ARM ARCHITECTURE 1030ARM/U8500 ARM ARCHITECTURE
955M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> 1031M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
@@ -964,10 +1040,32 @@ W: http://www.arm.linux.org.uk/
964S: Maintained 1040S: Maintained
965F: arch/arm/vfp/ 1041F: arch/arm/vfp/
966 1042
1043ARM/VOIPAC PXA270 SUPPORT
1044M: Marek Vasut <marek.vasut@gmail.com>
1045L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1046S: Maintained
1047F: arch/arm/mach-pxa/vpac270.c
1048F: arch/arm/mach-pxa/include/mach/vpac270.h
1049
1050ARM/ZIPIT Z2 SUPPORT
1051M: Marek Vasut <marek.vasut@gmail.com>
1052L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1053S: Maintained
1054F: arch/arm/mach-pxa/z2.c
1055F: arch/arm/mach-pxa/include/mach/z2.h
1056
1057ASC7621 HARDWARE MONITOR DRIVER
1058M: George Joseph <george.joseph@fairview5.com>
1059L: lm-sensors@lm-sensors.org
1060S: Maintained
1061F: Documentation/hwmon/asc7621
1062F: drivers/hwmon/asc7621.c
1063
967ASUS ACPI EXTRAS DRIVER 1064ASUS ACPI EXTRAS DRIVER
968M: Corentin Chary <corentincj@iksaif.net> 1065M: Corentin Chary <corentincj@iksaif.net>
969M: Karol Kozimor <sziwan@users.sourceforge.net> 1066M: Karol Kozimor <sziwan@users.sourceforge.net>
970L: acpi4asus-user@lists.sourceforge.net 1067L: acpi4asus-user@lists.sourceforge.net
1068L: platform-driver-x86@vger.kernel.org
971W: http://acpi4asus.sf.net 1069W: http://acpi4asus.sf.net
972S: Maintained 1070S: Maintained
973F: drivers/platform/x86/asus_acpi.c 1071F: drivers/platform/x86/asus_acpi.c
@@ -981,6 +1079,7 @@ F: drivers/hwmon/asb100.c
981ASUS LAPTOP EXTRAS DRIVER 1079ASUS LAPTOP EXTRAS DRIVER
982M: Corentin Chary <corentincj@iksaif.net> 1080M: Corentin Chary <corentincj@iksaif.net>
983L: acpi4asus-user@lists.sourceforge.net 1081L: acpi4asus-user@lists.sourceforge.net
1082L: platform-driver-x86@vger.kernel.org
984W: http://acpi4asus.sf.net 1083W: http://acpi4asus.sf.net
985S: Maintained 1084S: Maintained
986F: drivers/platform/x86/asus-laptop.c 1085F: drivers/platform/x86/asus-laptop.c
@@ -1023,7 +1122,6 @@ F: drivers/net/wireless/ath/ath5k/
1023ATHEROS ATH9K WIRELESS DRIVER 1122ATHEROS ATH9K WIRELESS DRIVER
1024M: "Luis R. Rodriguez" <lrodriguez@atheros.com> 1123M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
1025M: Jouni Malinen <jmalinen@atheros.com> 1124M: Jouni Malinen <jmalinen@atheros.com>
1026M: Sujith Manoharan <Sujith.Manoharan@atheros.com>
1027M: Vasanthakumar Thiagarajan <vasanth@atheros.com> 1125M: Vasanthakumar Thiagarajan <vasanth@atheros.com>
1028M: Senthil Balasubramanian <senthilkumar@atheros.com> 1126M: Senthil Balasubramanian <senthilkumar@atheros.com>
1029L: linux-wireless@vger.kernel.org 1127L: linux-wireless@vger.kernel.org
@@ -1054,7 +1152,7 @@ ATLX ETHERNET DRIVERS
1054M: Jay Cliburn <jcliburn@gmail.com> 1152M: Jay Cliburn <jcliburn@gmail.com>
1055M: Chris Snook <chris.snook@gmail.com> 1153M: Chris Snook <chris.snook@gmail.com>
1056M: Jie Yang <jie.yang@atheros.com> 1154M: Jie Yang <jie.yang@atheros.com>
1057L: atl1-devel@lists.sourceforge.net 1155L: netdev@vger.kernel.org
1058W: http://sourceforge.net/projects/atl1 1156W: http://sourceforge.net/projects/atl1
1059W: http://atl1.sourceforge.net 1157W: http://atl1.sourceforge.net
1060S: Maintained 1158S: Maintained
@@ -1084,7 +1182,7 @@ F: drivers/mmc/host/atmel-mci.c
1084F: drivers/mmc/host/atmel-mci-regs.h 1182F: drivers/mmc/host/atmel-mci-regs.h
1085 1183
1086ATMEL AT91 / AT32 SERIAL DRIVER 1184ATMEL AT91 / AT32 SERIAL DRIVER
1087M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1185M: Nicolas Ferre <nicolas.ferre@atmel.com>
1088S: Supported 1186S: Supported
1089F: drivers/serial/atmel_serial.c 1187F: drivers/serial/atmel_serial.c
1090 1188
@@ -1096,18 +1194,18 @@ F: drivers/video/atmel_lcdfb.c
1096F: include/video/atmel_lcdc.h 1194F: include/video/atmel_lcdc.h
1097 1195
1098ATMEL MACB ETHERNET DRIVER 1196ATMEL MACB ETHERNET DRIVER
1099M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1197M: Nicolas Ferre <nicolas.ferre@atmel.com>
1100S: Supported 1198S: Supported
1101F: drivers/net/macb.* 1199F: drivers/net/macb.*
1102 1200
1103ATMEL SPI DRIVER 1201ATMEL SPI DRIVER
1104M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1202M: Nicolas Ferre <nicolas.ferre@atmel.com>
1105S: Supported 1203S: Supported
1106F: drivers/spi/atmel_spi.* 1204F: drivers/spi/atmel_spi.*
1107 1205
1108ATMEL USBA UDC DRIVER 1206ATMEL USBA UDC DRIVER
1109M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1207M: Nicolas Ferre <nicolas.ferre@atmel.com>
1110L: kernel@avr32linux.org 1208L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver 1209W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1112S: Supported 1210S: Supported
1113F: drivers/usb/gadget/atmel_usba_udc.* 1211F: drivers/usb/gadget/atmel_usba_udc.*
@@ -1139,7 +1237,7 @@ F: drivers/auxdisplay/
1139F: include/linux/cfag12864b.h 1237F: include/linux/cfag12864b.h
1140 1238
1141AVR32 ARCHITECTURE 1239AVR32 ARCHITECTURE
1142M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1240M: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
1143W: http://www.atmel.com/products/AVR32/ 1241W: http://www.atmel.com/products/AVR32/
1144W: http://avr32linux.org/ 1242W: http://avr32linux.org/
1145W: http://avrfreaks.net/ 1243W: http://avrfreaks.net/
@@ -1147,7 +1245,7 @@ S: Supported
1147F: arch/avr32/ 1245F: arch/avr32/
1148 1246
1149AVR32/AT32AP MACHINE SUPPORT 1247AVR32/AT32AP MACHINE SUPPORT
1150M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1248M: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
1151S: Supported 1249S: Supported
1152F: arch/avr32/mach-at32ap/ 1250F: arch/avr32/mach-at32ap/
1153 1251
@@ -1189,8 +1287,7 @@ S: Maintained
1189F: drivers/net/hamradio/baycom* 1287F: drivers/net/hamradio/baycom*
1190 1288
1191BEFS FILE SYSTEM 1289BEFS FILE SYSTEM
1192M: "Sergey S. Kostyliov" <rathamahata@php4.ru> 1290S: Orphan
1193S: Maintained
1194F: Documentation/filesystems/befs.txt 1291F: Documentation/filesystems/befs.txt
1195F: fs/befs/ 1292F: fs/befs/
1196 1293
@@ -1222,6 +1319,13 @@ W: http://blackfin.uclinux.org
1222S: Supported 1319S: Supported
1223F: drivers/rtc/rtc-bfin.c 1320F: drivers/rtc/rtc-bfin.c
1224 1321
1322BLACKFIN SDH DRIVER
1323M: Cliff Cai <cliff.cai@analog.com>
1324L: uclinux-dist-devel@blackfin.uclinux.org
1325W: http://blackfin.uclinux.org
1326S: Supported
1327F: drivers/mmc/host/bfin_sdh.c
1328
1225BLACKFIN SERIAL DRIVER 1329BLACKFIN SERIAL DRIVER
1226M: Sonic Zhang <sonic.zhang@analog.com> 1330M: Sonic Zhang <sonic.zhang@analog.com>
1227L: uclinux-dist-devel@blackfin.uclinux.org 1331L: uclinux-dist-devel@blackfin.uclinux.org
@@ -1296,7 +1400,7 @@ BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1296M: Eilon Greenstein <eilong@broadcom.com> 1400M: Eilon Greenstein <eilong@broadcom.com>
1297L: netdev@vger.kernel.org 1401L: netdev@vger.kernel.org
1298S: Supported 1402S: Supported
1299F: drivers/net/bnx2x* 1403F: drivers/net/bnx2x/
1300 1404
1301BROADCOM TG3 GIGABIT ETHERNET DRIVER 1405BROADCOM TG3 GIGABIT ETHERNET DRIVER
1302M: Matt Carlson <mcarlson@broadcom.com> 1406M: Matt Carlson <mcarlson@broadcom.com>
@@ -1328,6 +1432,7 @@ BTRFS FILE SYSTEM
1328M: Chris Mason <chris.mason@oracle.com> 1432M: Chris Mason <chris.mason@oracle.com>
1329L: linux-btrfs@vger.kernel.org 1433L: linux-btrfs@vger.kernel.org
1330W: http://btrfs.wiki.kernel.org/ 1434W: http://btrfs.wiki.kernel.org/
1435Q: http://patchwork.kernel.org/project/linux-btrfs/list/
1331T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git 1436T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1332S: Maintained 1437S: Maintained
1333F: Documentation/filesystems/btrfs.txt 1438F: Documentation/filesystems/btrfs.txt
@@ -1357,6 +1462,16 @@ S: Maintained
1357F: Documentation/video4linux/cafe_ccic 1462F: Documentation/video4linux/cafe_ccic
1358F: drivers/media/video/cafe_ccic* 1463F: drivers/media/video/cafe_ccic*
1359 1464
1465CAIF NETWORK LAYER
1466M: Sjur Braendeland <sjur.brandeland@stericsson.com>
1467L: netdev@vger.kernel.org
1468S: Supported
1469F: Documentation/networking/caif/
1470F: drivers/net/caif/
1471F: include/linux/caif/
1472F: include/net/caif/
1473F: net/caif/
1474
1360CALGARY x86-64 IOMMU 1475CALGARY x86-64 IOMMU
1361M: Muli Ben-Yehuda <muli@il.ibm.com> 1476M: Muli Ben-Yehuda <muli@il.ibm.com>
1362M: "Jon D. Mason" <jdmason@kudzu.us> 1477M: "Jon D. Mason" <jdmason@kudzu.us>
@@ -1368,25 +1483,35 @@ F: arch/x86/include/asm/calgary.h
1368F: arch/x86/include/asm/tce.h 1483F: arch/x86/include/asm/tce.h
1369 1484
1370CAN NETWORK LAYER 1485CAN NETWORK LAYER
1371M: Urs Thuermann <urs.thuermann@volkswagen.de> 1486M: Oliver Hartkopp <socketcan@hartkopp.net>
1372M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> 1487M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1373L: socketcan-core@lists.berlios.de (subscribers-only) 1488M: Urs Thuermann <urs.thuermann@volkswagen.de>
1489L: socketcan-core@lists.berlios.de
1490L: netdev@vger.kernel.org
1374W: http://developer.berlios.de/projects/socketcan/ 1491W: http://developer.berlios.de/projects/socketcan/
1375S: Maintained 1492S: Maintained
1376F: drivers/net/can/ 1493F: net/can/
1377F: include/linux/can/
1378F: include/linux/can.h 1494F: include/linux/can.h
1495F: include/linux/can/core.h
1496F: include/linux/can/bcm.h
1497F: include/linux/can/raw.h
1379 1498
1380CAN NETWORK DRIVERS 1499CAN NETWORK DRIVERS
1381M: Wolfgang Grandegger <wg@grandegger.com> 1500M: Wolfgang Grandegger <wg@grandegger.com>
1382L: socketcan-core@lists.berlios.de (subscribers-only) 1501L: socketcan-core@lists.berlios.de
1502L: netdev@vger.kernel.org
1383W: http://developer.berlios.de/projects/socketcan/ 1503W: http://developer.berlios.de/projects/socketcan/
1384S: Maintained 1504S: Maintained
1505F: drivers/net/can/
1506F: include/linux/can/dev.h
1507F: include/linux/can/error.h
1508F: include/linux/can/netlink.h
1509F: include/linux/can/platform/
1385 1510
1386CELL BROADBAND ENGINE ARCHITECTURE 1511CELL BROADBAND ENGINE ARCHITECTURE
1387M: Arnd Bergmann <arnd@arndb.de> 1512M: Arnd Bergmann <arnd@arndb.de>
1388L: linuxppc-dev@ozlabs.org 1513L: linuxppc-dev@lists.ozlabs.org
1389L: cbe-oss-dev@ozlabs.org 1514L: cbe-oss-dev@lists.ozlabs.org
1390W: http://www.ibm.com/developerworks/power/cell/ 1515W: http://www.ibm.com/developerworks/power/cell/
1391S: Supported 1516S: Supported
1392F: arch/powerpc/include/asm/cell*.h 1517F: arch/powerpc/include/asm/cell*.h
@@ -1394,6 +1519,15 @@ F: arch/powerpc/include/asm/spu*.h
1394F: arch/powerpc/oprofile/*cell* 1519F: arch/powerpc/oprofile/*cell*
1395F: arch/powerpc/platforms/cell/ 1520F: arch/powerpc/platforms/cell/
1396 1521
1522CEPH DISTRIBUTED FILE SYSTEM CLIENT
1523M: Sage Weil <sage@newdream.net>
1524L: ceph-devel@vger.kernel.org
1525W: http://ceph.newdream.net/
1526T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1527S: Supported
1528F: Documentation/filesystems/ceph.txt
1529F: fs/ceph
1530
1397CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: 1531CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1398M: David Vrabel <david.vrabel@csr.com> 1532M: David Vrabel <david.vrabel@csr.com>
1399L: linux-usb@vger.kernel.org 1533L: linux-usb@vger.kernel.org
@@ -1435,9 +1569,10 @@ M: Andy Whitcroft <apw@canonical.com>
1435S: Supported 1569S: Supported
1436F: scripts/checkpatch.pl 1570F: scripts/checkpatch.pl
1437 1571
1438CISCO 10G ETHERNET DRIVER 1572CISCO VIC ETHERNET NIC DRIVER
1439M: Scott Feldman <scofeldm@cisco.com> 1573M: Scott Feldman <scofeldm@cisco.com>
1440M: Joe Eykholt <jeykholt@cisco.com> 1574M: Vasanthy Kolluri <vkolluri@cisco.com>
1575M: Roopa Prabhu <roprabhu@cisco.com>
1441S: Supported 1576S: Supported
1442F: drivers/net/enic/ 1577F: drivers/net/enic/
1443 1578
@@ -1473,6 +1608,7 @@ F: drivers/scsi/fnic/
1473CMPC ACPI DRIVER 1608CMPC ACPI DRIVER
1474M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> 1609M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1475M: Daniel Oliveira Nascimento <don@syst.com.br> 1610M: Daniel Oliveira Nascimento <don@syst.com.br>
1611L: platform-driver-x86@vger.kernel.org
1476S: Supported 1612S: Supported
1477F: drivers/platform/x86/classmate-laptop.c 1613F: drivers/platform/x86/classmate-laptop.c
1478 1614
@@ -1498,9 +1634,10 @@ F: include/linux/coda*.h
1498 1634
1499COMMON INTERNET FILE SYSTEM (CIFS) 1635COMMON INTERNET FILE SYSTEM (CIFS)
1500M: Steve French <sfrench@samba.org> 1636M: Steve French <sfrench@samba.org>
1501L: linux-cifs-client@lists.samba.org (moderated for non-subscribers) 1637L: linux-cifs@vger.kernel.org
1502L: samba-technical@lists.samba.org (moderated for non-subscribers) 1638L: samba-technical@lists.samba.org (moderated for non-subscribers)
1503W: http://linux-cifs.samba.org/ 1639W: http://linux-cifs.samba.org/
1640Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1504T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git 1641T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1505S: Supported 1642S: Supported
1506F: Documentation/filesystems/cifs.txt 1643F: Documentation/filesystems/cifs.txt
@@ -1526,6 +1663,7 @@ F: drivers/pci/hotplug/cpcihp_generic.c
1526 1663
1527COMPAL LAPTOP SUPPORT 1664COMPAL LAPTOP SUPPORT
1528M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> 1665M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1666L: platform-driver-x86@vger.kernel.org
1529S: Maintained 1667S: Maintained
1530F: drivers/platform/x86/compal-laptop.c 1668F: drivers/platform/x86/compal-laptop.c
1531 1669
@@ -1565,8 +1703,7 @@ F: kernel/cgroup*
1565F: mm/*cgroup* 1703F: mm/*cgroup*
1566 1704
1567CORETEMP HARDWARE MONITORING DRIVER 1705CORETEMP HARDWARE MONITORING DRIVER
1568M: Rudolf Marek <r.marek@assembler.cz> 1706M: Fenghua Yu <fenghua.yu@intel.com>
1569M: Huaxu Wan <huaxu.wan@intel.com>
1570L: lm-sensors@lm-sensors.org 1707L: lm-sensors@lm-sensors.org
1571S: Maintained 1708S: Maintained
1572F: Documentation/hwmon/coretemp 1709F: Documentation/hwmon/coretemp
@@ -1639,6 +1776,8 @@ CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1639M: Neil Horman <nhorman@tuxdriver.com> 1776M: Neil Horman <nhorman@tuxdriver.com>
1640L: linux-crypto@vger.kernel.org 1777L: linux-crypto@vger.kernel.org
1641S: Maintained 1778S: Maintained
1779F: crypto/ansi_cprng.c
1780F: crypto/rng.c
1642 1781
1643CS5535 Audio ALSA driver 1782CS5535 Audio ALSA driver
1644M: Jaya Kumar <jayakumar.alsa@gmail.com> 1783M: Jaya Kumar <jayakumar.alsa@gmail.com>
@@ -1646,7 +1785,7 @@ S: Maintained
1646F: sound/pci/cs5535audio/ 1785F: sound/pci/cs5535audio/
1647 1786
1648CX18 VIDEO4LINUX DRIVER 1787CX18 VIDEO4LINUX DRIVER
1649M: Andy Walls <awalls@radix.net> 1788M: Andy Walls <awalls@md.metrocast.net>
1650L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) 1789L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
1651L: linux-media@vger.kernel.org 1790L: linux-media@vger.kernel.org
1652T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 1791T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@ -1670,6 +1809,27 @@ W: http://www.openfabrics.org
1670S: Supported 1809S: Supported
1671F: drivers/infiniband/hw/cxgb3/ 1810F: drivers/infiniband/hw/cxgb3/
1672 1811
1812CXGB4 ETHERNET DRIVER (CXGB4)
1813M: Dimitris Michailidis <dm@chelsio.com>
1814L: netdev@vger.kernel.org
1815W: http://www.chelsio.com
1816S: Supported
1817F: drivers/net/cxgb4/
1818
1819CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
1820M: Steve Wise <swise@chelsio.com>
1821L: linux-rdma@vger.kernel.org
1822W: http://www.openfabrics.org
1823S: Supported
1824F: drivers/infiniband/hw/cxgb4/
1825
1826CXGB4VF ETHERNET DRIVER (CXGB4VF)
1827M: Casey Leedom <leedom@chelsio.com>
1828L: netdev@vger.kernel.org
1829W: http://www.chelsio.com
1830S: Supported
1831F: drivers/net/cxgb4vf/
1832
1673CYBERPRO FB DRIVER 1833CYBERPRO FB DRIVER
1674M: Russell King <linux@arm.linux.org.uk> 1834M: Russell King <linux@arm.linux.org.uk>
1675L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1835L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
@@ -1743,10 +1903,9 @@ F: include/linux/tfrc.h
1743F: net/dccp/ 1903F: net/dccp/
1744 1904
1745DECnet NETWORK LAYER 1905DECnet NETWORK LAYER
1746M: Christine Caulfield <christine.caulfield@googlemail.com>
1747W: http://linux-decnet.sourceforge.net 1906W: http://linux-decnet.sourceforge.net
1748L: linux-decnet-user@lists.sourceforge.net 1907L: linux-decnet-user@lists.sourceforge.net
1749S: Maintained 1908S: Orphan
1750F: Documentation/networking/decnet.txt 1909F: Documentation/networking/decnet.txt
1751F: net/decnet/ 1910F: net/decnet/
1752 1911
@@ -1757,6 +1916,7 @@ F: drivers/net/defxx.*
1757 1916
1758DELL LAPTOP DRIVER 1917DELL LAPTOP DRIVER
1759M: Matthew Garrett <mjg59@srcf.ucam.org> 1918M: Matthew Garrett <mjg59@srcf.ucam.org>
1919L: platform-driver-x86@vger.kernel.org
1760S: Maintained 1920S: Maintained
1761F: drivers/platform/x86/dell-laptop.c 1921F: drivers/platform/x86/dell-laptop.c
1762 1922
@@ -1776,6 +1936,7 @@ F: drivers/firmware/dcdbas.*
1776DELL WMI EXTRAS DRIVER 1936DELL WMI EXTRAS DRIVER
1777M: Matthew Garrett <mjg59@srcf.ucam.org> 1937M: Matthew Garrett <mjg59@srcf.ucam.org>
1778S: Maintained 1938S: Maintained
1939F: drivers/platform/x86/dell-wmi.c
1779 1940
1780DEVICE NUMBER REGISTRY 1941DEVICE NUMBER REGISTRY
1781M: Torben Mathiasen <device@lanana.org> 1942M: Torben Mathiasen <device@lanana.org>
@@ -1786,6 +1947,7 @@ DEVICE-MAPPER (LVM)
1786P: Alasdair Kergon 1947P: Alasdair Kergon
1787L: dm-devel@redhat.com 1948L: dm-devel@redhat.com
1788W: http://sources.redhat.com/dm 1949W: http://sources.redhat.com/dm
1950Q: http://patchwork.kernel.org/project/dm-devel/list/
1789S: Maintained 1951S: Maintained
1790F: Documentation/device-mapper/ 1952F: Documentation/device-mapper/
1791F: drivers/md/dm* 1953F: drivers/md/dm*
@@ -1876,17 +2038,17 @@ F: drivers/scsi/dpt*
1876F: drivers/scsi/dpt/ 2038F: drivers/scsi/dpt/
1877 2039
1878DRBD DRIVER 2040DRBD DRIVER
1879P: Philipp Reisner 2041P: Philipp Reisner
1880P: Lars Ellenberg 2042P: Lars Ellenberg
1881M: drbd-dev@lists.linbit.com 2043M: drbd-dev@lists.linbit.com
1882L: drbd-user@lists.linbit.com 2044L: drbd-user@lists.linbit.com
1883W: http://www.drbd.org 2045W: http://www.drbd.org
1884T: git git://git.drbd.org/linux-2.6-drbd.git drbd 2046T: git git://git.drbd.org/linux-2.6-drbd.git drbd
1885T: git git://git.drbd.org/drbd-8.3.git 2047T: git git://git.drbd.org/drbd-8.3.git
1886S: Supported 2048S: Supported
1887F: drivers/block/drbd/ 2049F: drivers/block/drbd/
1888F: lib/lru_cache.c 2050F: lib/lru_cache.c
1889F: Documentation/blockdev/drbd/ 2051F: Documentation/blockdev/drbd/
1890 2052
1891DRIVER CORE, KOBJECTS, AND SYSFS 2053DRIVER CORE, KOBJECTS, AND SYSFS
1892M: Greg Kroah-Hartman <gregkh@suse.de> 2054M: Greg Kroah-Hartman <gregkh@suse.de>
@@ -1900,10 +2062,11 @@ F: lib/kobj*
1900 2062
1901DRM DRIVERS 2063DRM DRIVERS
1902M: David Airlie <airlied@linux.ie> 2064M: David Airlie <airlied@linux.ie>
1903L: dri-devel@lists.sourceforge.net 2065L: dri-devel@lists.freedesktop.org
1904T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git 2066T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1905S: Maintained 2067S: Maintained
1906F: drivers/gpu/drm/ 2068F: drivers/gpu/drm/
2069F: include/drm/
1907 2070
1908DSCC4 DRIVER 2071DSCC4 DRIVER
1909M: Francois Romieu <romieu@fr.zoreil.com> 2072M: Francois Romieu <romieu@fr.zoreil.com>
@@ -2009,11 +2172,20 @@ F: drivers/edac/i5000_edac.c
2009 2172
2010EDAC-I5400 2173EDAC-I5400
2011M: Mauro Carvalho Chehab <mchehab@redhat.com> 2174M: Mauro Carvalho Chehab <mchehab@redhat.com>
2012L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 2175L: linux-edac@vger.kernel.org
2013W: bluesmoke.sourceforge.net 2176W: bluesmoke.sourceforge.net
2014S: Maintained 2177S: Maintained
2015F: drivers/edac/i5400_edac.c 2178F: drivers/edac/i5400_edac.c
2016 2179
2180EDAC-I7CORE
2181M: Mauro Carvalho Chehab <mchehab@redhat.com>
2182L: linux-edac@vger.kernel.org
2183W: bluesmoke.sourceforge.net
2184S: Maintained
2185F: drivers/edac/i7core_edac.c
2186F: drivers/edac/edac_mce.c
2187F: include/linux/edac_mce.h
2188
2017EDAC-I82975X 2189EDAC-I82975X
2018M: Ranganathan Desikan <ravi@jetztechnologies.com> 2190M: Ranganathan Desikan <ravi@jetztechnologies.com>
2019M: "Arvind R." <arvind@jetztechnologies.com> 2191M: "Arvind R." <arvind@jetztechnologies.com>
@@ -2039,10 +2211,17 @@ F: drivers/edac/r82600_edac.c
2039EEEPC LAPTOP EXTRAS DRIVER 2211EEEPC LAPTOP EXTRAS DRIVER
2040M: Corentin Chary <corentincj@iksaif.net> 2212M: Corentin Chary <corentincj@iksaif.net>
2041L: acpi4asus-user@lists.sourceforge.net 2213L: acpi4asus-user@lists.sourceforge.net
2214L: platform-driver-x86@vger.kernel.org
2042W: http://acpi4asus.sf.net 2215W: http://acpi4asus.sf.net
2043S: Maintained 2216S: Maintained
2044F: drivers/platform/x86/eeepc-laptop.c 2217F: drivers/platform/x86/eeepc-laptop.c
2045 2218
2219EFIFB FRAMEBUFFER DRIVER
2220L: linux-fbdev@vger.kernel.org
2221M: Peter Jones <pjones@redhat.com>
2222S: Maintained
2223F: drivers/video/efifb.c
2224
2046EFS FILESYSTEM 2225EFS FILESYSTEM
2047W: http://aeschi.ch.eu.org/efs/ 2226W: http://aeschi.ch.eu.org/efs/
2048S: Orphan 2227S: Orphan
@@ -2055,6 +2234,12 @@ L: linux-rdma@vger.kernel.org
2055S: Supported 2234S: Supported
2056F: drivers/infiniband/hw/ehca/ 2235F: drivers/infiniband/hw/ehca/
2057 2236
2237EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2238M: Breno Leitao <leitao@linux.vnet.ibm.com>
2239L: netdev@vger.kernel.org
2240S: Maintained
2241F: drivers/net/ehea/
2242
2058EMBEDDED LINUX 2243EMBEDDED LINUX
2059M: Paul Gortmaker <paul.gortmaker@windriver.com> 2244M: Paul Gortmaker <paul.gortmaker@windriver.com>
2060M: Matt Mackall <mpm@selenic.com> 2245M: Matt Mackall <mpm@selenic.com>
@@ -2076,6 +2261,12 @@ F: drivers/misc/cb710/
2076F: drivers/mmc/host/cb710-mmc.* 2261F: drivers/mmc/host/cb710-mmc.*
2077F: include/linux/cb710.h 2262F: include/linux/cb710.h
2078 2263
2264ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2265M: Maxim Levitsky <maximlevitsky@gmail.com>
2266S: Maintained
2267F: drivers/media/IR/ene_ir.c
2268F: drivers/media/IR/ene_ir.h
2269
2079EPSON 1355 FRAMEBUFFER DRIVER 2270EPSON 1355 FRAMEBUFFER DRIVER
2080M: Christopher Hoover <ch@murgatroid.com> 2271M: Christopher Hoover <ch@murgatroid.com>
2081M: Christopher Hoover <ch@hpl.hp.com> 2272M: Christopher Hoover <ch@hpl.hp.com>
@@ -2098,6 +2289,7 @@ F: drivers/net/eexpress.*
2098ETHERNET BRIDGE 2289ETHERNET BRIDGE
2099M: Stephen Hemminger <shemminger@linux-foundation.org> 2290M: Stephen Hemminger <shemminger@linux-foundation.org>
2100L: bridge@lists.linux-foundation.org 2291L: bridge@lists.linux-foundation.org
2292L: netdev@vger.kernel.org
2101W: http://www.linux-foundation.org/en/Net:Bridge 2293W: http://www.linux-foundation.org/en/Net:Bridge
2102S: Maintained 2294S: Maintained
2103F: include/linux/netfilter_bridge/ 2295F: include/linux/netfilter_bridge/
@@ -2109,6 +2301,7 @@ S: Maintained
2109F: drivers/net/eth16i.c 2301F: drivers/net/eth16i.c
2110 2302
2111EXT2 FILE SYSTEM 2303EXT2 FILE SYSTEM
2304M: Jan Kara <jack@suse.cz>
2112L: linux-ext4@vger.kernel.org 2305L: linux-ext4@vger.kernel.org
2113S: Maintained 2306S: Maintained
2114F: Documentation/filesystems/ext2.txt 2307F: Documentation/filesystems/ext2.txt
@@ -2116,8 +2309,9 @@ F: fs/ext2/
2116F: include/linux/ext2* 2309F: include/linux/ext2*
2117 2310
2118EXT3 FILE SYSTEM 2311EXT3 FILE SYSTEM
2312M: Jan Kara <jack@suse.cz>
2119M: Andrew Morton <akpm@linux-foundation.org> 2313M: Andrew Morton <akpm@linux-foundation.org>
2120M: Andreas Dilger <adilger@sun.com> 2314M: Andreas Dilger <adilger.kernel@dilger.ca>
2121L: linux-ext4@vger.kernel.org 2315L: linux-ext4@vger.kernel.org
2122S: Maintained 2316S: Maintained
2123F: Documentation/filesystems/ext3.txt 2317F: Documentation/filesystems/ext3.txt
@@ -2126,9 +2320,10 @@ F: include/linux/ext3*
2126 2320
2127EXT4 FILE SYSTEM 2321EXT4 FILE SYSTEM
2128M: "Theodore Ts'o" <tytso@mit.edu> 2322M: "Theodore Ts'o" <tytso@mit.edu>
2129M: Andreas Dilger <adilger@sun.com> 2323M: Andreas Dilger <adilger.kernel@dilger.ca>
2130L: linux-ext4@vger.kernel.org 2324L: linux-ext4@vger.kernel.org
2131W: http://ext4.wiki.kernel.org 2325W: http://ext4.wiki.kernel.org
2326Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
2132S: Maintained 2327S: Maintained
2133F: Documentation/filesystems/ext4.txt 2328F: Documentation/filesystems/ext4.txt
2134F: fs/ext4/ 2329F: fs/ext4/
@@ -2140,6 +2335,12 @@ S: Maintained
2140F: Documentation/hwmon/f71805f 2335F: Documentation/hwmon/f71805f
2141F: drivers/hwmon/f71805f.c 2336F: drivers/hwmon/f71805f.c
2142 2337
2338FANOTIFY
2339M: Eric Paris <eparis@redhat.com>
2340S: Maintained
2341F: fs/notify/fanotify/
2342F: include/linux/fanotify.h
2343
2143FARSYNC SYNCHRONOUS DRIVER 2344FARSYNC SYNCHRONOUS DRIVER
2144M: Kevin Curtis <kevin.curtis@farsite.co.uk> 2345M: Kevin Curtis <kevin.curtis@farsite.co.uk>
2145W: http://www.farsite.co.uk/ 2346W: http://www.farsite.co.uk/
@@ -2152,6 +2353,17 @@ S: Supported
2152F: Documentation/fault-injection/ 2353F: Documentation/fault-injection/
2153F: lib/fault-inject.c 2354F: lib/fault-inject.c
2154 2355
2356FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2357M: Robert Love <robert.w.love@intel.com>
2358L: devel@open-fcoe.org
2359W: www.Open-FCoE.org
2360S: Supported
2361F: drivers/scsi/libfc/
2362F: drivers/scsi/fcoe/
2363F: include/scsi/fc/
2364F: include/scsi/libfc.h
2365F: include/scsi/libfcoe.h
2366
2155FILE LOCKING (flock() and fcntl()/lockf()) 2367FILE LOCKING (flock() and fcntl()/lockf())
2156M: Matthew Wilcox <matthew@wil.cx> 2368M: Matthew Wilcox <matthew@wil.cx>
2157L: linux-fsdevel@vger.kernel.org 2369L: linux-fsdevel@vger.kernel.org
@@ -2182,6 +2394,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2182S: Maintained 2394S: Maintained
2183F: drivers/firewire/ 2395F: drivers/firewire/
2184F: include/linux/firewire*.h 2396F: include/linux/firewire*.h
2397F: tools/firewire/
2185 2398
2186FIRMWARE LOADER (request_firmware) 2399FIRMWARE LOADER (request_firmware)
2187S: Orphan 2400S: Orphan
@@ -2213,13 +2426,13 @@ F: include/linux/fb.h
2213FREESCALE DMA DRIVER 2426FREESCALE DMA DRIVER
2214M: Li Yang <leoli@freescale.com> 2427M: Li Yang <leoli@freescale.com>
2215M: Zhang Wei <zw@zh-kernel.org> 2428M: Zhang Wei <zw@zh-kernel.org>
2216L: linuxppc-dev@ozlabs.org 2429L: linuxppc-dev@lists.ozlabs.org
2217S: Maintained 2430S: Maintained
2218F: drivers/dma/fsldma.* 2431F: drivers/dma/fsldma.*
2219 2432
2220FREESCALE I2C CPM DRIVER 2433FREESCALE I2C CPM DRIVER
2221M: Jochen Friedrich <jochen@scram.de> 2434M: Jochen Friedrich <jochen@scram.de>
2222L: linuxppc-dev@ozlabs.org 2435L: linuxppc-dev@lists.ozlabs.org
2223L: linux-i2c@vger.kernel.org 2436L: linux-i2c@vger.kernel.org
2224S: Maintained 2437S: Maintained
2225F: drivers/i2c/busses/i2c-cpm.c 2438F: drivers/i2c/busses/i2c-cpm.c
@@ -2235,7 +2448,7 @@ F: drivers/video/imxfb.c
2235FREESCALE SOC FS_ENET DRIVER 2448FREESCALE SOC FS_ENET DRIVER
2236M: Pantelis Antoniou <pantelis.antoniou@gmail.com> 2449M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
2237M: Vitaly Bordug <vbordug@ru.mvista.com> 2450M: Vitaly Bordug <vbordug@ru.mvista.com>
2238L: linuxppc-dev@ozlabs.org 2451L: linuxppc-dev@lists.ozlabs.org
2239L: netdev@vger.kernel.org 2452L: netdev@vger.kernel.org
2240S: Maintained 2453S: Maintained
2241F: drivers/net/fs_enet/ 2454F: drivers/net/fs_enet/
@@ -2243,7 +2456,7 @@ F: include/linux/fs_enet_pd.h
2243 2456
2244FREESCALE QUICC ENGINE LIBRARY 2457FREESCALE QUICC ENGINE LIBRARY
2245M: Timur Tabi <timur@freescale.com> 2458M: Timur Tabi <timur@freescale.com>
2246L: linuxppc-dev@ozlabs.org 2459L: linuxppc-dev@lists.ozlabs.org
2247S: Supported 2460S: Supported
2248F: arch/powerpc/sysdev/qe_lib/ 2461F: arch/powerpc/sysdev/qe_lib/
2249F: arch/powerpc/include/asm/*qe.h 2462F: arch/powerpc/include/asm/*qe.h
@@ -2251,27 +2464,27 @@ F: arch/powerpc/include/asm/*qe.h
2251FREESCALE USB PERIPHERAL DRIVERS 2464FREESCALE USB PERIPHERAL DRIVERS
2252M: Li Yang <leoli@freescale.com> 2465M: Li Yang <leoli@freescale.com>
2253L: linux-usb@vger.kernel.org 2466L: linux-usb@vger.kernel.org
2254L: linuxppc-dev@ozlabs.org 2467L: linuxppc-dev@lists.ozlabs.org
2255S: Maintained 2468S: Maintained
2256F: drivers/usb/gadget/fsl* 2469F: drivers/usb/gadget/fsl*
2257 2470
2258FREESCALE QUICC ENGINE UCC ETHERNET DRIVER 2471FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2259M: Li Yang <leoli@freescale.com> 2472M: Li Yang <leoli@freescale.com>
2260L: netdev@vger.kernel.org 2473L: netdev@vger.kernel.org
2261L: linuxppc-dev@ozlabs.org 2474L: linuxppc-dev@lists.ozlabs.org
2262S: Maintained 2475S: Maintained
2263F: drivers/net/ucc_geth* 2476F: drivers/net/ucc_geth*
2264 2477
2265FREESCALE QUICC ENGINE UCC UART DRIVER 2478FREESCALE QUICC ENGINE UCC UART DRIVER
2266M: Timur Tabi <timur@freescale.com> 2479M: Timur Tabi <timur@freescale.com>
2267L: linuxppc-dev@ozlabs.org 2480L: linuxppc-dev@lists.ozlabs.org
2268S: Supported 2481S: Supported
2269F: drivers/serial/ucc_uart.c 2482F: drivers/serial/ucc_uart.c
2270 2483
2271FREESCALE SOC SOUND DRIVERS 2484FREESCALE SOC SOUND DRIVERS
2272M: Timur Tabi <timur@freescale.com> 2485M: Timur Tabi <timur@freescale.com>
2273L: alsa-devel@alsa-project.org (moderated for non-subscribers) 2486L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2274L: linuxppc-dev@ozlabs.org 2487L: linuxppc-dev@lists.ozlabs.org
2275S: Supported 2488S: Supported
2276F: sound/soc/fsl/fsl* 2489F: sound/soc/fsl/fsl*
2277F: sound/soc/fsl/mpc8610_hpcd.c 2490F: sound/soc/fsl/mpc8610_hpcd.c
@@ -2306,7 +2519,7 @@ F: arch/frv/
2306 2519
2307FUJITSU LAPTOP EXTRAS 2520FUJITSU LAPTOP EXTRAS
2308M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au> 2521M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2309L: linux-acpi@vger.kernel.org 2522L: platform-driver-x86@vger.kernel.org
2310S: Maintained 2523S: Maintained
2311F: drivers/platform/x86/fujitsu-laptop.c 2524F: drivers/platform/x86/fujitsu-laptop.c
2312 2525
@@ -2332,7 +2545,7 @@ S: Supported
2332F: drivers/scsi/gdt* 2545F: drivers/scsi/gdt*
2333 2546
2334GENERIC GPIO I2C DRIVER 2547GENERIC GPIO I2C DRIVER
2335M: Haavard Skinnemoen <hskinnemoen@atmel.com> 2548M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2336S: Supported 2549S: Supported
2337F: drivers/i2c/busses/i2c-gpio.c 2550F: drivers/i2c/busses/i2c-gpio.c
2338F: include/linux/i2c-gpio.h 2551F: include/linux/i2c-gpio.h
@@ -2383,6 +2596,12 @@ F: Documentation/isdn/README.gigaset
2383F: drivers/isdn/gigaset/ 2596F: drivers/isdn/gigaset/
2384F: include/linux/gigaset_dev.h 2597F: include/linux/gigaset_dev.h
2385 2598
2599GRETH 10/100/1G Ethernet MAC device driver
2600M: Kristoffer Glembo <kristoffer@gaisler.com>
2601L: netdev@vger.kernel.org
2602S: Maintained
2603F: drivers/net/greth*
2604
2386HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER 2605HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2387M: Frank Seidel <frank@f-seidel.de> 2606M: Frank Seidel <frank@f-seidel.de>
2388L: lm-sensors@lm-sensors.org 2607L: lm-sensors@lm-sensors.org
@@ -2400,10 +2619,16 @@ F: mm/memory-failure.c
2400F: mm/hwpoison-inject.c 2619F: mm/hwpoison-inject.c
2401 2620
2402HYPERVISOR VIRTUAL CONSOLE DRIVER 2621HYPERVISOR VIRTUAL CONSOLE DRIVER
2403L: linuxppc-dev@ozlabs.org 2622L: linuxppc-dev@lists.ozlabs.org
2404S: Odd Fixes 2623S: Odd Fixes
2405F: drivers/char/hvc_* 2624F: drivers/char/hvc_*
2406 2625
2626iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
2627M: Peter Jones <pjones@redhat.com>
2628M: Konrad Rzeszutek Wilk <konrad@kernel.org>
2629S: Maintained
2630F: drivers/firmware/iscsi_ibft*
2631
2407GSPCA FINEPIX SUBDRIVER 2632GSPCA FINEPIX SUBDRIVER
2408M: Frank Zago <frank@zago.net> 2633M: Frank Zago <frank@zago.net>
2409L: linux-media@vger.kernel.org 2634L: linux-media@vger.kernel.org
@@ -2455,9 +2680,14 @@ S: Maintained
2455F: drivers/media/video/gspca/ 2680F: drivers/media/video/gspca/
2456 2681
2457HARDWARE MONITORING 2682HARDWARE MONITORING
2683M: Jean Delvare <khali@linux-fr.org>
2684M: Guenter Roeck <guenter.roeck@ericsson.com>
2458L: lm-sensors@lm-sensors.org 2685L: lm-sensors@lm-sensors.org
2459W: http://www.lm-sensors.org/ 2686W: http://www.lm-sensors.org/
2460S: Orphan 2687T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
2688T: quilt kernel.org/pub/linux/kernel/people/groeck/linux-staging/
2689T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
2690S: Maintained
2461F: Documentation/hwmon/ 2691F: Documentation/hwmon/
2462F: drivers/hwmon/ 2692F: drivers/hwmon/
2463F: include/linux/hwmon*.h 2693F: include/linux/hwmon*.h
@@ -2476,13 +2706,6 @@ L: linux-parisc@vger.kernel.org
2476S: Maintained 2706S: Maintained
2477F: sound/parisc/harmony.* 2707F: sound/parisc/harmony.*
2478 2708
2479HAYES ESP SERIAL DRIVER
2480M: "Andrew J. Robinson" <arobinso@nyx.net>
2481W: http://www.nyx.net/~arobinso
2482S: Maintained
2483F: Documentation/serial/hayes-esp.txt
2484F: drivers/char/esp.c
2485
2486HEWLETT-PACKARD SMART2 RAID DRIVER 2709HEWLETT-PACKARD SMART2 RAID DRIVER
2487M: Chirag Kantharia <chirag.kantharia@hp.com> 2710M: Chirag Kantharia <chirag.kantharia@hp.com>
2488L: iss_storagedev@hp.com 2711L: iss_storagedev@hp.com
@@ -2490,6 +2713,14 @@ S: Maintained
2490F: Documentation/blockdev/cpqarray.txt 2713F: Documentation/blockdev/cpqarray.txt
2491F: drivers/block/cpqarray.* 2714F: drivers/block/cpqarray.*
2492 2715
2716HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
2717M: Stephen M. Cameron <scameron@beardog.cce.hp.com>
2718L: iss_storagedev@hp.com
2719S: Supported
2720F: Documentation/scsi/hpsa.txt
2721F: drivers/scsi/hpsa*.[ch]
2722F: include/linux/cciss*.h
2723
2493HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) 2724HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2494M: Mike Miller <mike.miller@hp.com> 2725M: Mike Miller <mike.miller@hp.com>
2495L: iss_storagedev@hp.com 2726L: iss_storagedev@hp.com
@@ -2572,6 +2803,7 @@ F: drivers/net/wireless/hostap/
2572 2803
2573HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER 2804HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2574M: Carlos Corbacho <carlos@strangeworlds.co.uk> 2805M: Carlos Corbacho <carlos@strangeworlds.co.uk>
2806L: platform-driver-x86@vger.kernel.org
2575S: Odd Fixes 2807S: Odd Fixes
2576F: drivers/platform/x86/tc1100-wmi.c 2808F: drivers/platform/x86/tc1100-wmi.c
2577 2809
@@ -2587,21 +2819,12 @@ F: Documentation/timers/hpet.txt
2587F: drivers/char/hpet.c 2819F: drivers/char/hpet.c
2588F: include/linux/hpet.h 2820F: include/linux/hpet.h
2589 2821
2590HPET: i386 2822HPET: x86
2591M: "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com> 2823M: "Venkatesh Pallipadi (Venki)" <venki@google.com>
2592S: Maintained 2824S: Maintained
2593F: arch/x86/kernel/hpet.c 2825F: arch/x86/kernel/hpet.c
2594F: arch/x86/include/asm/hpet.h 2826F: arch/x86/include/asm/hpet.h
2595 2827
2596HPET: x86_64
2597M: Vojtech Pavlik <vojtech@suse.cz>
2598S: Maintained
2599
2600HPET: ACPI
2601M: Bob Picco <bob.picco@hp.com>
2602S: Maintained
2603F: drivers/char/hpet.c
2604
2605HPFS FILESYSTEM 2828HPFS FILESYSTEM
2606M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> 2829M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2607W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi 2830W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
@@ -2637,6 +2860,7 @@ M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
2637L: linux-i2c@vger.kernel.org 2860L: linux-i2c@vger.kernel.org
2638W: http://i2c.wiki.kernel.org/ 2861W: http://i2c.wiki.kernel.org/
2639T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ 2862T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2863T: git git://git.fluff.org/bjdooks/linux.git
2640S: Maintained 2864S: Maintained
2641F: Documentation/i2c/ 2865F: Documentation/i2c/
2642F: drivers/i2c/ 2866F: drivers/i2c/
@@ -2690,6 +2914,7 @@ F: drivers/scsi/ips.*
2690IDE SUBSYSTEM 2914IDE SUBSYSTEM
2691M: "David S. Miller" <davem@davemloft.net> 2915M: "David S. Miller" <davem@davemloft.net>
2692L: linux-ide@vger.kernel.org 2916L: linux-ide@vger.kernel.org
2917Q: http://patchwork.ozlabs.org/project/linux-ide/list/
2693T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git 2918T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2694S: Maintained 2919S: Maintained
2695F: Documentation/ide/ 2920F: Documentation/ide/
@@ -2744,6 +2969,7 @@ M: Sean Hefty <sean.hefty@intel.com>
2744M: Hal Rosenstock <hal.rosenstock@gmail.com> 2969M: Hal Rosenstock <hal.rosenstock@gmail.com>
2745L: linux-rdma@vger.kernel.org 2970L: linux-rdma@vger.kernel.org
2746W: http://www.openib.org/ 2971W: http://www.openib.org/
2972Q: http://patchwork.kernel.org/project/linux-rdma/list/
2747T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git 2973T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2748S: Supported 2974S: Supported
2749F: Documentation/infiniband/ 2975F: Documentation/infiniband/
@@ -2763,12 +2989,27 @@ INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2763M: Dmitry Torokhov <dmitry.torokhov@gmail.com> 2989M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2764M: Dmitry Torokhov <dtor@mail.ru> 2990M: Dmitry Torokhov <dtor@mail.ru>
2765L: linux-input@vger.kernel.org 2991L: linux-input@vger.kernel.org
2992Q: http://patchwork.kernel.org/project/linux-input/list/
2766T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git 2993T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2767S: Maintained 2994S: Maintained
2768F: drivers/input/ 2995F: drivers/input/
2769 2996
2997INPUT MULTITOUCH (MT) PROTOCOL
2998M: Henrik Rydberg <rydberg@euromail.se>
2999L: linux-input@vger.kernel.org
3000S: Maintained
3001F: Documentation/input/multi-touch-protocol.txt
3002K: \b(ABS|SYN)_MT_
3003
3004INTEL IDLE DRIVER
3005M: Len Brown <lenb@kernel.org>
3006L: linux-pm@lists.linux-foundation.org
3007T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git
3008S: Supported
3009F: drivers/idle/intel_idle.c
3010
2770INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) 3011INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2771M: Sylvain Meyer <sylvain.meyer@worldonline.fr> 3012M: Maik Broemme <mbroemme@plusserver.de>
2772L: linux-fbdev@vger.kernel.org 3013L: linux-fbdev@vger.kernel.org
2773S: Maintained 3014S: Maintained
2774F: Documentation/fb/intelfb.txt 3015F: Documentation/fb/intelfb.txt
@@ -2782,7 +3023,7 @@ F: drivers/video/i810/
2782 3023
2783INTEL MENLOW THERMAL DRIVER 3024INTEL MENLOW THERMAL DRIVER
2784M: Sujith Thomas <sujith.thomas@intel.com> 3025M: Sujith Thomas <sujith.thomas@intel.com>
2785L: linux-acpi@vger.kernel.org 3026L: platform-driver-x86@vger.kernel.org
2786W: http://www.lesswatts.org/projects/acpi/ 3027W: http://www.lesswatts.org/projects/acpi/
2787S: Supported 3028S: Supported
2788F: drivers/platform/x86/intel_menlow.c 3029F: drivers/platform/x86/intel_menlow.c
@@ -2832,16 +3073,27 @@ L: netdev@vger.kernel.org
2832S: Maintained 3073S: Maintained
2833F: drivers/net/ixp2000/ 3074F: drivers/net/ixp2000/
2834 3075
2835INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe) 3076INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
2836M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> 3077M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2837M: Jesse Brandeburg <jesse.brandeburg@intel.com> 3078M: Jesse Brandeburg <jesse.brandeburg@intel.com>
2838M: Bruce Allan <bruce.w.allan@intel.com> 3079M: Bruce Allan <bruce.w.allan@intel.com>
2839M: Alex Duyck <alexander.h.duyck@intel.com> 3080M: Carolyn Wyborny <carolyn.wyborny@intel.com>
3081M: Don Skidmore <donald.c.skidmore@intel.com>
3082M: Greg Rose <gregory.v.rose@intel.com>
2840M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com> 3083M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
3084M: Alex Duyck <alexander.h.duyck@intel.com>
2841M: John Ronciak <john.ronciak@intel.com> 3085M: John Ronciak <john.ronciak@intel.com>
2842L: e1000-devel@lists.sourceforge.net 3086L: e1000-devel@lists.sourceforge.net
2843W: http://e1000.sourceforge.net/ 3087W: http://e1000.sourceforge.net/
2844S: Supported 3088S: Supported
3089F: Documentation/networking/e100.txt
3090F: Documentation/networking/e1000.txt
3091F: Documentation/networking/e1000e.txt
3092F: Documentation/networking/igb.txt
3093F: Documentation/networking/igbvf.txt
3094F: Documentation/networking/ixgb.txt
3095F: Documentation/networking/ixgbe.txt
3096F: Documentation/networking/ixgbevf.txt
2845F: drivers/net/e100.c 3097F: drivers/net/e100.c
2846F: drivers/net/e1000/ 3098F: drivers/net/e1000/
2847F: drivers/net/e1000e/ 3099F: drivers/net/e1000e/
@@ -2849,27 +3101,31 @@ F: drivers/net/igb/
2849F: drivers/net/igbvf/ 3101F: drivers/net/igbvf/
2850F: drivers/net/ixgb/ 3102F: drivers/net/ixgb/
2851F: drivers/net/ixgbe/ 3103F: drivers/net/ixgbe/
3104F: drivers/net/ixgbevf/
2852 3105
2853INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT 3106INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2854M: Zhu Yi <yi.zhu@intel.com>
2855M: Reinette Chatre <reinette.chatre@intel.com>
2856M: Intel Linux Wireless <ilw@linux.intel.com>
2857L: linux-wireless@vger.kernel.org 3107L: linux-wireless@vger.kernel.org
2858W: http://ipw2100.sourceforge.net 3108S: Orphan
2859S: Odd Fixes
2860F: Documentation/networking/README.ipw2100 3109F: Documentation/networking/README.ipw2100
2861F: drivers/net/wireless/ipw2x00/ipw2100.* 3110F: drivers/net/wireless/ipw2x00/ipw2100.*
2862 3111
2863INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT 3112INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2864M: Zhu Yi <yi.zhu@intel.com>
2865M: Reinette Chatre <reinette.chatre@intel.com>
2866M: Intel Linux Wireless <ilw@linux.intel.com>
2867L: linux-wireless@vger.kernel.org 3113L: linux-wireless@vger.kernel.org
2868W: http://ipw2200.sourceforge.net 3114S: Orphan
2869S: Odd Fixes
2870F: Documentation/networking/README.ipw2200 3115F: Documentation/networking/README.ipw2200
2871F: drivers/net/wireless/ipw2x00/ipw2200.* 3116F: drivers/net/wireless/ipw2x00/ipw2200.*
2872 3117
3118INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3119M: Joseph Cihula <joseph.cihula@intel.com>
3120M: Shane Wang <shane.wang@intel.com>
3121L: tboot-devel@lists.sourceforge.net
3122W: http://tboot.sourceforge.net
3123T: Mercurial http://www.bughost.org/repos.hg/tboot.hg
3124S: Supported
3125F: Documentation/intel_txt.txt
3126F: include/linux/tboot.h
3127F: arch/x86/kernel/tboot.c
3128
2873INTEL WIRELESS WIMAX CONNECTION 2400 3129INTEL WIRELESS WIMAX CONNECTION 2400
2874M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 3130M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2875M: linux-wimax@intel.com 3131M: linux-wimax@intel.com
@@ -2881,8 +3137,8 @@ F: drivers/net/wimax/i2400m/
2881F: include/linux/wimax/i2400m.h 3137F: include/linux/wimax/i2400m.h
2882 3138
2883INTEL WIRELESS WIFI LINK (iwlwifi) 3139INTEL WIRELESS WIFI LINK (iwlwifi)
2884M: Zhu Yi <yi.zhu@intel.com>
2885M: Reinette Chatre <reinette.chatre@intel.com> 3140M: Reinette Chatre <reinette.chatre@intel.com>
3141M: Wey-Yi Guy <wey-yi.w.guy@intel.com>
2886M: Intel Linux Wireless <ilw@linux.intel.com> 3142M: Intel Linux Wireless <ilw@linux.intel.com>
2887L: linux-wireless@vger.kernel.org 3143L: linux-wireless@vger.kernel.org
2888W: http://intellinuxwireless.org 3144W: http://intellinuxwireless.org
@@ -2892,7 +3148,6 @@ F: drivers/net/wireless/iwlwifi/
2892 3148
2893INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi) 3149INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
2894M: Samuel Ortiz <samuel.ortiz@intel.com> 3150M: Samuel Ortiz <samuel.ortiz@intel.com>
2895M: Zhu Yi <yi.zhu@intel.com>
2896M: Intel Linux Wireless <ilw@linux.intel.com> 3151M: Intel Linux Wireless <ilw@linux.intel.com>
2897L: linux-wireless@vger.kernel.org 3152L: linux-wireless@vger.kernel.org
2898S: Supported 3153S: Supported
@@ -2907,7 +3162,7 @@ F: drivers/net/ioc3-eth.c
2907 3162
2908IOC3 SERIAL DRIVER 3163IOC3 SERIAL DRIVER
2909M: Pat Gefre <pfg@sgi.com> 3164M: Pat Gefre <pfg@sgi.com>
2910L: linux-mips@linux-mips.org 3165L: linux-serial@vger.kernel.org
2911S: Maintained 3166S: Maintained
2912F: drivers/serial/ioc3_serial.c 3167F: drivers/serial/ioc3_serial.c
2913 3168
@@ -2919,10 +3174,9 @@ F: net/ipv4/netfilter/ipt_MASQUERADE.c
2919IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER 3174IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2920M: Francois Romieu <romieu@fr.zoreil.com> 3175M: Francois Romieu <romieu@fr.zoreil.com>
2921M: Sorbica Shieh <sorbica@icplus.com.tw> 3176M: Sorbica Shieh <sorbica@icplus.com.tw>
2922M: Jesse Huang <jesse@icplus.com.tw>
2923L: netdev@vger.kernel.org 3177L: netdev@vger.kernel.org
2924S: Maintained 3178S: Maintained
2925F: drivers/net/ipg.c 3179F: drivers/net/ipg.*
2926 3180
2927IPATH DRIVER 3181IPATH DRIVER
2928M: Ralph Campbell <infinipath@qlogic.com> 3182M: Ralph Campbell <infinipath@qlogic.com>
@@ -3004,6 +3258,7 @@ F: include/scsi/*iscsi*
3004ISDN SUBSYSTEM 3258ISDN SUBSYSTEM
3005M: Karsten Keil <isdn@linux-pingi.de> 3259M: Karsten Keil <isdn@linux-pingi.de>
3006L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 3260L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3261L: netdev@vger.kernel.org
3007W: http://www.isdn4linux.de 3262W: http://www.isdn4linux.de
3008T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git 3263T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3009S: Maintained 3264S: Maintained
@@ -3019,8 +3274,15 @@ W: http://www.melware.de
3019S: Maintained 3274S: Maintained
3020F: drivers/isdn/hardware/eicon/ 3275F: drivers/isdn/hardware/eicon/
3021 3276
3277IT87 HARDWARE MONITORING DRIVER
3278M: Jean Delvare <khali@linux-fr.org>
3279L: lm-sensors@lm-sensors.org
3280S: Maintained
3281F: Documentation/hwmon/it87
3282F: drivers/hwmon/it87.c
3283
3022IVTV VIDEO4LINUX DRIVER 3284IVTV VIDEO4LINUX DRIVER
3023M: Andy Walls <awalls@radix.net> 3285M: Andy Walls <awalls@md.metrocast.net>
3024L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) 3286L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3025L: linux-media@vger.kernel.org 3287L: linux-media@vger.kernel.org
3026T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 3288T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
@@ -3030,6 +3292,13 @@ F: Documentation/video4linux/*.ivtv
3030F: drivers/media/video/ivtv/ 3292F: drivers/media/video/ivtv/
3031F: include/linux/ivtv* 3293F: include/linux/ivtv*
3032 3294
3295JC42.4 TEMPERATURE SENSOR DRIVER
3296M: Guenter Roeck <linux@roeck-us.net>
3297L: lm-sensors@lm-sensors.org
3298S: Maintained
3299F: drivers/hwmon/jc42.c
3300F: Documentation/hwmon/jc42
3301
3033JFS FILESYSTEM 3302JFS FILESYSTEM
3034M: Dave Kleikamp <shaggy@linux.vnet.ibm.com> 3303M: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
3035L: jfs-discussion@lists.sourceforge.net 3304L: jfs-discussion@lists.sourceforge.net
@@ -3072,6 +3341,7 @@ F: drivers/hwmon/k8temp.c
3072KCONFIG 3341KCONFIG
3073M: Roman Zippel <zippel@linux-m68k.org> 3342M: Roman Zippel <zippel@linux-m68k.org>
3074L: linux-kbuild@vger.kernel.org 3343L: linux-kbuild@vger.kernel.org
3344Q: http://patchwork.kernel.org/project/linux-kbuild/list/
3075S: Maintained 3345S: Maintained
3076F: Documentation/kbuild/kconfig-language.txt 3346F: Documentation/kbuild/kconfig-language.txt
3077F: scripts/kconfig/ 3347F: scripts/kconfig/
@@ -3149,7 +3419,7 @@ F: arch/x86/include/asm/svm.h
3149F: arch/x86/kvm/svm.c 3419F: arch/x86/kvm/svm.c
3150 3420
3151KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC 3421KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3152M: Hollis Blanchard <hollisb@us.ibm.com> 3422M: Alexander Graf <agraf@suse.de>
3153L: kvm-ppc@vger.kernel.org 3423L: kvm-ppc@vger.kernel.org
3154W: http://kvm.qumranet.com 3424W: http://kvm.qumranet.com
3155S: Supported 3425S: Supported
@@ -3179,21 +3449,33 @@ F: drivers/s390/kvm/
3179 3449
3180KEXEC 3450KEXEC
3181M: Eric Biederman <ebiederm@xmission.com> 3451M: Eric Biederman <ebiederm@xmission.com>
3182W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ 3452W: http://kernel.org/pub/linux/utils/kernel/kexec/
3183L: kexec@lists.infradead.org 3453L: kexec@lists.infradead.org
3184S: Maintained 3454S: Maintained
3185F: include/linux/kexec.h 3455F: include/linux/kexec.h
3186F: kernel/kexec.c 3456F: kernel/kexec.c
3187 3457
3188KGDB 3458KEYS/KEYRINGS:
3459M: David Howells <dhowells@redhat.com>
3460L: keyrings@linux-nfs.org
3461S: Maintained
3462F: Documentation/keys.txt
3463F: include/linux/key.h
3464F: include/linux/key-type.h
3465F: include/keys/
3466F: security/keys/
3467
3468KGDB / KDB /debug_core
3189M: Jason Wessel <jason.wessel@windriver.com> 3469M: Jason Wessel <jason.wessel@windriver.com>
3470W: http://kgdb.wiki.kernel.org/
3190L: kgdb-bugreport@lists.sourceforge.net 3471L: kgdb-bugreport@lists.sourceforge.net
3191S: Maintained 3472S: Maintained
3192F: Documentation/DocBook/kgdb.tmpl 3473F: Documentation/DocBook/kgdb.tmpl
3193F: drivers/misc/kgdbts.c 3474F: drivers/misc/kgdbts.c
3194F: drivers/serial/kgdboc.c 3475F: drivers/serial/kgdboc.c
3476F: include/linux/kdb.h
3195F: include/linux/kgdb.h 3477F: include/linux/kgdb.h
3196F: kernel/kgdb.c 3478F: kernel/debug/
3197 3479
3198KMEMCHECK 3480KMEMCHECK
3199M: Vegard Nossum <vegardno@ifi.uio.no> 3481M: Vegard Nossum <vegardno@ifi.uio.no>
@@ -3213,18 +3495,11 @@ F: include/linux/kmemleak.h
3213F: mm/kmemleak.c 3495F: mm/kmemleak.c
3214F: mm/kmemleak-test.c 3496F: mm/kmemleak-test.c
3215 3497
3216KMEMTRACE
3217M: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
3218S: Maintained
3219F: Documentation/trace/kmemtrace.txt
3220F: include/linux/kmemtrace.h
3221F: kernel/trace/kmemtrace.c
3222
3223KPROBES 3498KPROBES
3224M: Ananth N Mavinakayanahalli <ananth@in.ibm.com> 3499M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3225M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> 3500M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3226M: "David S. Miller" <davem@davemloft.net> 3501M: "David S. Miller" <davem@davemloft.net>
3227M: Masami Hiramatsu <mhiramat@redhat.com> 3502M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
3228S: Maintained 3503S: Maintained
3229F: Documentation/kprobes.txt 3504F: Documentation/kprobes.txt
3230F: include/linux/kprobes.h 3505F: include/linux/kprobes.h
@@ -3268,9 +3543,9 @@ F: drivers/usb/misc/legousbtower.c
3268 3543
3269LGUEST 3544LGUEST
3270M: Rusty Russell <rusty@rustcorp.com.au> 3545M: Rusty Russell <rusty@rustcorp.com.au>
3271L: lguest@ozlabs.org 3546L: lguest@lists.ozlabs.org
3272W: http://lguest.ozlabs.org/ 3547W: http://lguest.ozlabs.org/
3273S: Maintained 3548S: Odd Fixes
3274F: Documentation/lguest/ 3549F: Documentation/lguest/
3275F: arch/x86/lguest/ 3550F: arch/x86/lguest/
3276F: drivers/lguest/ 3551F: drivers/lguest/
@@ -3287,7 +3562,8 @@ LINUX FOR POWERPC (32-BIT AND 64-BIT)
3287M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 3562M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3288M: Paul Mackerras <paulus@samba.org> 3563M: Paul Mackerras <paulus@samba.org>
3289W: http://www.penguinppc.org/ 3564W: http://www.penguinppc.org/
3290L: linuxppc-dev@ozlabs.org 3565L: linuxppc-dev@lists.ozlabs.org
3566Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3291T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git 3567T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3292S: Supported 3568S: Supported
3293F: Documentation/powerpc/ 3569F: Documentation/powerpc/
@@ -3296,14 +3572,14 @@ F: arch/powerpc/
3296LINUX FOR POWER MACINTOSH 3572LINUX FOR POWER MACINTOSH
3297M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 3573M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3298W: http://www.penguinppc.org/ 3574W: http://www.penguinppc.org/
3299L: linuxppc-dev@ozlabs.org 3575L: linuxppc-dev@lists.ozlabs.org
3300S: Maintained 3576S: Maintained
3301F: arch/powerpc/platforms/powermac/ 3577F: arch/powerpc/platforms/powermac/
3302F: drivers/macintosh/ 3578F: drivers/macintosh/
3303 3579
3304LINUX FOR POWERPC EMBEDDED MPC5XXX 3580LINUX FOR POWERPC EMBEDDED MPC5XXX
3305M: Grant Likely <grant.likely@secretlab.ca> 3581M: Grant Likely <grant.likely@secretlab.ca>
3306L: linuxppc-dev@ozlabs.org 3582L: linuxppc-dev@lists.ozlabs.org
3307T: git git://git.secretlab.ca/git/linux-2.6.git 3583T: git git://git.secretlab.ca/git/linux-2.6.git
3308S: Maintained 3584S: Maintained
3309F: arch/powerpc/platforms/512x/ 3585F: arch/powerpc/platforms/512x/
@@ -3313,7 +3589,7 @@ LINUX FOR POWERPC EMBEDDED PPC4XX
3313M: Josh Boyer <jwboyer@linux.vnet.ibm.com> 3589M: Josh Boyer <jwboyer@linux.vnet.ibm.com>
3314M: Matt Porter <mporter@kernel.crashing.org> 3590M: Matt Porter <mporter@kernel.crashing.org>
3315W: http://www.penguinppc.org/ 3591W: http://www.penguinppc.org/
3316L: linuxppc-dev@ozlabs.org 3592L: linuxppc-dev@lists.ozlabs.org
3317T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git 3593T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3318S: Maintained 3594S: Maintained
3319F: arch/powerpc/platforms/40x/ 3595F: arch/powerpc/platforms/40x/
@@ -3322,7 +3598,7 @@ F: arch/powerpc/platforms/44x/
3322LINUX FOR POWERPC EMBEDDED XILINX VIRTEX 3598LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3323M: Grant Likely <grant.likely@secretlab.ca> 3599M: Grant Likely <grant.likely@secretlab.ca>
3324W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex 3600W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3325L: linuxppc-dev@ozlabs.org 3601L: linuxppc-dev@lists.ozlabs.org
3326T: git git://git.secretlab.ca/git/linux-2.6.git 3602T: git git://git.secretlab.ca/git/linux-2.6.git
3327S: Maintained 3603S: Maintained
3328F: arch/powerpc/*/*virtex* 3604F: arch/powerpc/*/*virtex*
@@ -3332,21 +3608,21 @@ LINUX FOR POWERPC EMBEDDED PPC8XX
3332M: Vitaly Bordug <vitb@kernel.crashing.org> 3608M: Vitaly Bordug <vitb@kernel.crashing.org>
3333M: Marcelo Tosatti <marcelo@kvack.org> 3609M: Marcelo Tosatti <marcelo@kvack.org>
3334W: http://www.penguinppc.org/ 3610W: http://www.penguinppc.org/
3335L: linuxppc-dev@ozlabs.org 3611L: linuxppc-dev@lists.ozlabs.org
3336S: Maintained 3612S: Maintained
3613F: arch/powerpc/platforms/8xx/
3337 3614
3338LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX 3615LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3339M: Kumar Gala <galak@kernel.crashing.org> 3616M: Kumar Gala <galak@kernel.crashing.org>
3340W: http://www.penguinppc.org/ 3617W: http://www.penguinppc.org/
3341L: linuxppc-dev@ozlabs.org 3618L: linuxppc-dev@lists.ozlabs.org
3342S: Maintained 3619S: Maintained
3343F: arch/powerpc/platforms/83xx/ 3620F: arch/powerpc/platforms/83xx/
3344 3621
3345LINUX FOR POWERPC PA SEMI PWRFICIENT 3622LINUX FOR POWERPC PA SEMI PWRFICIENT
3346M: Olof Johansson <olof@lixom.net> 3623M: Olof Johansson <olof@lixom.net>
3347W: http://www.pasemi.com/ 3624L: linuxppc-dev@lists.ozlabs.org
3348L: linuxppc-dev@ozlabs.org 3625S: Maintained
3349S: Supported
3350F: arch/powerpc/platforms/pasemi/ 3626F: arch/powerpc/platforms/pasemi/
3351F: drivers/*/*pasemi* 3627F: drivers/*/*pasemi*
3352F: drivers/*/*/*pasemi* 3628F: drivers/*/*/*pasemi*
@@ -3408,6 +3684,13 @@ S: Maintained
3408F: Documentation/ldm.txt 3684F: Documentation/ldm.txt
3409F: fs/partitions/ldm.* 3685F: fs/partitions/ldm.*
3410 3686
3687LogFS
3688M: Joern Engel <joern@logfs.org>
3689L: logfs@logfs.org
3690W: logfs.org
3691S: Maintained
3692F: fs/logfs/
3693
3411LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) 3694LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3412M: Eric Moore <Eric.Moore@lsi.com> 3695M: Eric Moore <Eric.Moore@lsi.com>
3413M: support@lsi.com 3696M: support@lsi.com
@@ -3424,11 +3707,13 @@ S: Maintained
3424F: drivers/scsi/sym53c8xx_2/ 3707F: drivers/scsi/sym53c8xx_2/
3425 3708
3426LTP (Linux Test Project) 3709LTP (Linux Test Project)
3427M: Subrata Modak <subrata@linux.vnet.ibm.com> 3710M: Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
3711M: Garrett Cooper <yanegomi@gmail.com>
3428M: Mike Frysinger <vapier@gentoo.org> 3712M: Mike Frysinger <vapier@gentoo.org>
3713M: Subrata Modak <subrata@linux.vnet.ibm.com>
3429L: ltp-list@lists.sourceforge.net (subscribers-only) 3714L: ltp-list@lists.sourceforge.net (subscribers-only)
3430W: http://ltp.sourceforge.net/ 3715W: http://ltp.sourceforge.net/
3431T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git 3716T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
3432S: Maintained 3717S: Maintained
3433 3718
3434M32R ARCHITECTURE 3719M32R ARCHITECTURE
@@ -3501,21 +3786,22 @@ S: Maintained
3501F: drivers/net/wireless/libertas/ 3786F: drivers/net/wireless/libertas/
3502 3787
3503MARVELL MV643XX ETHERNET DRIVER 3788MARVELL MV643XX ETHERNET DRIVER
3504M: Lennert Buytenhek <buytenh@marvell.com> 3789M: Lennert Buytenhek <buytenh@wantstofly.org>
3505L: netdev@vger.kernel.org 3790L: netdev@vger.kernel.org
3506S: Supported 3791S: Maintained
3507F: drivers/net/mv643xx_eth.* 3792F: drivers/net/mv643xx_eth.*
3508F: include/linux/mv643xx.h 3793F: include/linux/mv643xx.h
3509 3794
3510MARVELL MWL8K WIRELESS DRIVER 3795MARVELL MWL8K WIRELESS DRIVER
3511M: Lennert Buytenhek <buytenh@marvell.com> 3796M: Lennert Buytenhek <buytenh@wantstofly.org>
3512L: linux-wireless@vger.kernel.org 3797L: linux-wireless@vger.kernel.org
3513S: Supported 3798S: Odd Fixes
3514F: drivers/net/wireless/mwl8k.c 3799F: drivers/net/wireless/mwl8k.c
3515 3800
3516MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER 3801MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3517M: Nicolas Pitre <nico@fluxnic.net> 3802M: Nicolas Pitre <nico@fluxnic.net>
3518S: Maintained 3803S: Odd Fixes
3804F: drivers/mmc/host/mvsdio.*
3519 3805
3520MARVELL YUKON / SYSKONNECT DRIVER 3806MARVELL YUKON / SYSKONNECT DRIVER
3521M: Mirko Lindner <mlindner@syskonnect.de> 3807M: Mirko Lindner <mlindner@syskonnect.de>
@@ -3524,9 +3810,8 @@ W: http://www.syskonnect.com
3524S: Supported 3810S: Supported
3525 3811
3526MATROX FRAMEBUFFER DRIVER 3812MATROX FRAMEBUFFER DRIVER
3527M: Petr Vandrovec <vandrove@vc.cvut.cz>
3528L: linux-fbdev@vger.kernel.org 3813L: linux-fbdev@vger.kernel.org
3529S: Maintained 3814S: Orphan
3530F: drivers/video/matrox/matroxfb_* 3815F: drivers/video/matrox/matroxfb_*
3531F: include/linux/matroxfb.h 3816F: include/linux/matroxfb.h
3532 3817
@@ -3542,6 +3827,7 @@ M: Mauro Carvalho Chehab <mchehab@infradead.org>
3542P: LinuxTV.org Project 3827P: LinuxTV.org Project
3543L: linux-media@vger.kernel.org 3828L: linux-media@vger.kernel.org
3544W: http://linuxtv.org 3829W: http://linuxtv.org
3830Q: http://patchwork.kernel.org/project/linux-media/list/
3545T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 3831T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3546S: Maintained 3832S: Maintained
3547F: Documentation/dvb/ 3833F: Documentation/dvb/
@@ -3569,7 +3855,7 @@ F: mm/
3569 3855
3570MEMORY RESOURCE CONTROLLER 3856MEMORY RESOURCE CONTROLLER
3571M: Balbir Singh <balbir@linux.vnet.ibm.com> 3857M: Balbir Singh <balbir@linux.vnet.ibm.com>
3572M: Pavel Emelyanov <xemul@openvz.org> 3858M: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
3573M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> 3859M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3574L: linux-mm@kvack.org 3860L: linux-mm@kvack.org
3575S: Maintained 3861S: Maintained
@@ -3577,8 +3863,9 @@ F: mm/memcontrol.c
3577 3863
3578MEMORY TECHNOLOGY DEVICES (MTD) 3864MEMORY TECHNOLOGY DEVICES (MTD)
3579M: David Woodhouse <dwmw2@infradead.org> 3865M: David Woodhouse <dwmw2@infradead.org>
3580W: http://www.linux-mtd.infradead.org/
3581L: linux-mtd@lists.infradead.org 3866L: linux-mtd@lists.infradead.org
3867W: http://www.linux-mtd.infradead.org/
3868Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
3582T: git git://git.infradead.org/mtd-2.6.git 3869T: git git://git.infradead.org/mtd-2.6.git
3583S: Maintained 3870S: Maintained
3584F: drivers/mtd/ 3871F: drivers/mtd/
@@ -3648,14 +3935,14 @@ F: Documentation/serial/moxa-smartio
3648F: drivers/char/mxser.* 3935F: drivers/char/mxser.*
3649 3936
3650MSI LAPTOP SUPPORT 3937MSI LAPTOP SUPPORT
3651M: Lennart Poettering <mzxreary@0pointer.de> 3938M: Lee, Chun-Yi <jlee@novell.com>
3652W: https://tango.0pointer.de/mailman/listinfo/s270-linux 3939L: platform-driver-x86@vger.kernel.org
3653W: http://0pointer.de/lennart/tchibo.html
3654S: Maintained 3940S: Maintained
3655F: drivers/platform/x86/msi-laptop.c 3941F: drivers/platform/x86/msi-laptop.c
3656 3942
3657MSI WMI SUPPORT 3943MSI WMI SUPPORT
3658M: Anisse Astier <anisse@astier.eu> 3944M: Anisse Astier <anisse@astier.eu>
3945L: platform-driver-x86@vger.kernel.org
3659S: Supported 3946S: Supported
3660F: drivers/platform/x86/msi-wmi.c 3947F: drivers/platform/x86/msi-wmi.c
3661 3948
@@ -3666,8 +3953,10 @@ S: Supported
3666F: drivers/mfd/ 3953F: drivers/mfd/
3667 3954
3668MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM 3955MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3669S: Orphan 3956M: Chris Ball <cjb@laptop.org>
3670L: linux-mmc@vger.kernel.org 3957L: linux-mmc@vger.kernel.org
3958T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
3959S: Maintained
3671F: drivers/mmc/ 3960F: drivers/mmc/
3672F: include/linux/mmc/ 3961F: include/linux/mmc/
3673 3962
@@ -3684,13 +3973,12 @@ F: Documentation/sound/oss/MultiSound
3684F: sound/oss/msnd* 3973F: sound/oss/msnd*
3685 3974
3686MULTITECH MULTIPORT CARD (ISICOM) 3975MULTITECH MULTIPORT CARD (ISICOM)
3687M: Jiri Slaby <jirislaby@gmail.com> 3976S: Orphan
3688S: Maintained
3689F: drivers/char/isicom.c 3977F: drivers/char/isicom.c
3690F: include/linux/isicom.h 3978F: include/linux/isicom.h
3691 3979
3692MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER 3980MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3693M: Felipe Balbi <felipe.balbi@nokia.com> 3981M: Felipe Balbi <balbi@ti.com>
3694L: linux-usb@vger.kernel.org 3982L: linux-usb@vger.kernel.org
3695T: git git://gitorious.org/usb/usb.git 3983T: git git://gitorious.org/usb/usb.git
3696S: Maintained 3984S: Maintained
@@ -3710,8 +3998,8 @@ S: Maintained
3710F: drivers/net/natsemi.c 3998F: drivers/net/natsemi.c
3711 3999
3712NCP FILESYSTEM 4000NCP FILESYSTEM
3713M: Petr Vandrovec <vandrove@vc.cvut.cz> 4001M: Petr Vandrovec <petr@vandrovec.name>
3714S: Maintained 4002S: Odd Fixes
3715F: fs/ncpfs/ 4003F: fs/ncpfs/
3716 4004
3717NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) 4005NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
@@ -3734,18 +4022,19 @@ L: netem@lists.linux-foundation.org
3734S: Maintained 4022S: Maintained
3735F: net/sched/sch_netem.c 4023F: net/sched/sch_netem.c
3736 4024
3737NETERION (S2IO) 10GbE DRIVER (xframe/vxge) 4025NETERION 10GbE DRIVERS (s2io/vxge)
3738M: Ramkrishna Vepa <ram.vepa@neterion.com> 4026M: Ramkrishna Vepa <ramkrishna.vepa@exar.com>
3739M: Rastapur Santosh <santosh.rastapur@neterion.com> 4027M: Sivakumar Subramani <sivakumar.subramani@exar.com>
3740M: Sivakumar Subramani <sivakumar.subramani@neterion.com> 4028M: Sreenivasa Honnur <sreenivasa.honnur@exar.com>
3741M: Sreenivasa Honnur <sreenivasa.honnur@neterion.com> 4029M: Jon Mason <jon.mason@exar.com>
3742M: Anil Murthy <anil.murthy@neterion.com>
3743L: netdev@vger.kernel.org 4030L: netdev@vger.kernel.org
3744W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous 4031W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3745W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous 4032W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3746S: Supported 4033S: Supported
3747F: Documentation/networking/s2io.txt 4034F: Documentation/networking/s2io.txt
3748F: drivers/net/s2io* 4035F: drivers/net/s2io*
4036F: Documentation/networking/vxge.txt
4037F: drivers/net/vxge/
3749 4038
3750NETFILTER/IPTABLES/IPCHAINS 4039NETFILTER/IPTABLES/IPCHAINS
3751P: Rusty Russell 4040P: Rusty Russell
@@ -3836,6 +4125,7 @@ S: Maintained
3836NETWORKING [WIRELESS] 4125NETWORKING [WIRELESS]
3837M: "John W. Linville" <linville@tuxdriver.com> 4126M: "John W. Linville" <linville@tuxdriver.com>
3838L: linux-wireless@vger.kernel.org 4127L: linux-wireless@vger.kernel.org
4128Q: http://patchwork.kernel.org/project/linux-wireless/list/
3839T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 4129T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3840S: Maintained 4130S: Maintained
3841F: net/mac80211/ 4131F: net/mac80211/
@@ -3843,12 +4133,14 @@ F: net/rfkill/
3843F: net/wireless/ 4133F: net/wireless/
3844F: include/net/ieee80211* 4134F: include/net/ieee80211*
3845F: include/linux/wireless.h 4135F: include/linux/wireless.h
4136F: include/net/iw_handler.h
3846F: drivers/net/wireless/ 4137F: drivers/net/wireless/
3847 4138
3848NETWORKING DRIVERS 4139NETWORKING DRIVERS
3849L: netdev@vger.kernel.org 4140L: netdev@vger.kernel.org
3850W: http://www.linuxfoundation.org/en/Net 4141W: http://www.linuxfoundation.org/en/Net
3851T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 4142T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4143T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3852S: Odd Fixes 4144S: Odd Fixes
3853F: drivers/net/ 4145F: drivers/net/
3854F: include/linux/if_* 4146F: include/linux/if_*
@@ -3927,6 +4219,7 @@ M: Tony Lindgren <tony@atomide.com>
3927L: linux-omap@vger.kernel.org 4219L: linux-omap@vger.kernel.org
3928W: http://www.muru.com/linux/omap/ 4220W: http://www.muru.com/linux/omap/
3929W: http://linux.omap.com/ 4221W: http://linux.omap.com/
4222Q: http://patchwork.kernel.org/project/linux-omap/list/
3930T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git 4223T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
3931S: Maintained 4224S: Maintained
3932F: arch/arm/*omap*/ 4225F: arch/arm/*omap*/
@@ -3983,11 +4276,13 @@ S: Maintained
3983F: drivers/char/hw_random/omap-rng.c 4276F: drivers/char/hw_random/omap-rng.c
3984 4277
3985OMAP USB SUPPORT 4278OMAP USB SUPPORT
3986M: Felipe Balbi <felipe.balbi@nokia.com> 4279M: Felipe Balbi <balbi@ti.com>
3987M: David Brownell <dbrownell@users.sourceforge.net> 4280M: David Brownell <dbrownell@users.sourceforge.net>
3988L: linux-usb@vger.kernel.org 4281L: linux-usb@vger.kernel.org
3989L: linux-omap@vger.kernel.org 4282L: linux-omap@vger.kernel.org
3990S: Maintained 4283S: Maintained
4284F: drivers/usb/*/*omap*
4285F: arch/arm/*omap*/usb*
3991 4286
3992OMFS FILESYSTEM 4287OMFS FILESYSTEM
3993M: Bob Copeland <me@bobcopeland.com> 4288M: Bob Copeland <me@bobcopeland.com>
@@ -4040,6 +4335,7 @@ OPEN FIRMWARE AND FLATTENED DEVICE TREE
4040M: Grant Likely <grant.likely@secretlab.ca> 4335M: Grant Likely <grant.likely@secretlab.ca>
4041L: devicetree-discuss@lists.ozlabs.org 4336L: devicetree-discuss@lists.ozlabs.org
4042W: http://fdt.secretlab.ca 4337W: http://fdt.secretlab.ca
4338T: git git://git.secretlab.ca/git/linux-2.6.git
4043S: Maintained 4339S: Maintained
4044F: drivers/of 4340F: drivers/of
4045F: include/linux/of*.h 4341F: include/linux/of*.h
@@ -4049,6 +4345,7 @@ OPROFILE
4049M: Robert Richter <robert.richter@amd.com> 4345M: Robert Richter <robert.richter@amd.com>
4050L: oprofile-list@lists.sf.net 4346L: oprofile-list@lists.sf.net
4051S: Maintained 4347S: Maintained
4348F: arch/*/include/asm/oprofile*.h
4052F: arch/*/oprofile/ 4349F: arch/*/oprofile/
4053F: drivers/oprofile/ 4350F: drivers/oprofile/
4054F: include/linux/oprofile.h 4351F: include/linux/oprofile.h
@@ -4086,10 +4383,9 @@ F: include/scsi/osd_*
4086F: fs/exofs/ 4383F: fs/exofs/
4087 4384
4088P54 WIRELESS DRIVER 4385P54 WIRELESS DRIVER
4089M: Michael Wu <flamingice@sourmilk.net> 4386M: Christian Lamparter <chunkeey@googlemail.com>
4090L: linux-wireless@vger.kernel.org 4387L: linux-wireless@vger.kernel.org
4091W: http://prism54.org 4388W: http://wireless.kernel.org/en/users/Drivers/p54
4092T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4093S: Maintained 4389S: Maintained
4094F: drivers/net/wireless/p54/ 4390F: drivers/net/wireless/p54/
4095 4391
@@ -4107,6 +4403,7 @@ F: drivers/i2c/busses/i2c-pasemi.c
4107 4403
4108PANASONIC LAPTOP ACPI EXTRAS DRIVER 4404PANASONIC LAPTOP ACPI EXTRAS DRIVER
4109M: Harald Welte <laforge@gnumonks.org> 4405M: Harald Welte <laforge@gnumonks.org>
4406L: platform-driver-x86@vger.kernel.org
4110S: Maintained 4407S: Maintained
4111F: drivers/platform/x86/panasonic-laptop.c 4408F: drivers/platform/x86/panasonic-laptop.c
4112 4409
@@ -4152,6 +4449,7 @@ M: Helge Deller <deller@gmx.de>
4152M: "James E.J. Bottomley" <jejb@parisc-linux.org> 4449M: "James E.J. Bottomley" <jejb@parisc-linux.org>
4153L: linux-parisc@vger.kernel.org 4450L: linux-parisc@vger.kernel.org
4154W: http://www.parisc-linux.org/ 4451W: http://www.parisc-linux.org/
4452Q: http://patchwork.kernel.org/project/linux-parisc/list/
4155T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git 4453T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4156S: Maintained 4454S: Maintained
4157F: arch/parisc/ 4455F: arch/parisc/
@@ -4169,6 +4467,13 @@ M: Jim Cromie <jim.cromie@gmail.com>
4169S: Maintained 4467S: Maintained
4170F: drivers/char/pc8736x_gpio.c 4468F: drivers/char/pc8736x_gpio.c
4171 4469
4470PC87427 HARDWARE MONITORING DRIVER
4471M: Jean Delvare <khali@linux-fr.org>
4472L: lm-sensors@lm-sensors.org
4473S: Maintained
4474F: Documentation/hwmon/pc87427
4475F: drivers/hwmon/pc87427.c
4476
4172PCA9532 LED DRIVER 4477PCA9532 LED DRIVER
4173M: Riku Voipio <riku.voipio@iki.fi> 4478M: Riku Voipio <riku.voipio@iki.fi>
4174S: Maintained 4479S: Maintained
@@ -4194,6 +4499,7 @@ F: Documentation/powerpc/eeh-pci-error-recovery.txt
4194PCI SUBSYSTEM 4499PCI SUBSYSTEM
4195M: Jesse Barnes <jbarnes@virtuousgeek.org> 4500M: Jesse Barnes <jbarnes@virtuousgeek.org>
4196L: linux-pci@vger.kernel.org 4501L: linux-pci@vger.kernel.org
4502Q: http://patchwork.kernel.org/project/linux-pci/list/
4197T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git 4503T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4198S: Supported 4504S: Supported
4199F: Documentation/PCI/ 4505F: Documentation/PCI/
@@ -4232,12 +4538,15 @@ PERFORMANCE EVENTS SUBSYSTEM
4232M: Peter Zijlstra <a.p.zijlstra@chello.nl> 4538M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4233M: Paul Mackerras <paulus@samba.org> 4539M: Paul Mackerras <paulus@samba.org>
4234M: Ingo Molnar <mingo@elte.hu> 4540M: Ingo Molnar <mingo@elte.hu>
4541M: Arnaldo Carvalho de Melo <acme@redhat.com>
4235S: Supported 4542S: Supported
4236F: kernel/perf_event.c 4543F: kernel/perf_event*.c
4237F: include/linux/perf_event.h 4544F: include/linux/perf_event.h
4238F: arch/*/*/kernel/perf_event.c 4545F: arch/*/kernel/perf_event*.c
4546F: arch/*/kernel/*/perf_event*.c
4547F: arch/*/kernel/*/*/perf_event*.c
4239F: arch/*/include/asm/perf_event.h 4548F: arch/*/include/asm/perf_event.h
4240F: arch/*/lib/perf_event.c 4549F: arch/*/lib/perf_event*.c
4241F: arch/*/kernel/perf_callchain.c 4550F: arch/*/kernel/perf_callchain.c
4242F: tools/perf/ 4551F: tools/perf/
4243 4552
@@ -4321,7 +4630,7 @@ F: drivers/net/pppox.c
4321PPP OVER L2TP 4630PPP OVER L2TP
4322M: James Chapman <jchapman@katalix.com> 4631M: James Chapman <jchapman@katalix.com>
4323S: Maintained 4632S: Maintained
4324F: drivers/net/pppol2tp.c 4633F: net/l2tp/l2tp_ppp.c
4325F: include/linux/if_pppol2tp.h 4634F: include/linux/if_pppol2tp.h
4326 4635
4327PPS SUPPORT 4636PPS SUPPORT
@@ -4344,15 +4653,10 @@ F: include/linux/preempt.h
4344PRISM54 WIRELESS DRIVER 4653PRISM54 WIRELESS DRIVER
4345M: "Luis R. Rodriguez" <mcgrof@gmail.com> 4654M: "Luis R. Rodriguez" <mcgrof@gmail.com>
4346L: linux-wireless@vger.kernel.org 4655L: linux-wireless@vger.kernel.org
4347W: http://prism54.org 4656W: http://wireless.kernel.org/en/users/Drivers/p54
4348S: Maintained 4657S: Obsolete
4349F: drivers/net/wireless/prism54/ 4658F: drivers/net/wireless/prism54/
4350 4659
4351PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4352M: Peter Denison <promise@pnd-pc.demon.co.uk>
4353W: http://www.pnd-pc.demon.co.uk/promise/
4354S: Maintained
4355
4356PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER 4660PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4357M: Mikael Pettersson <mikpe@it.uu.se> 4661M: Mikael Pettersson <mikpe@it.uu.se>
4358L: linux-ide@vger.kernel.org 4662L: linux-ide@vger.kernel.org
@@ -4360,17 +4664,17 @@ S: Maintained
4360F: drivers/ata/sata_promise.* 4664F: drivers/ata/sata_promise.*
4361 4665
4362PS3 NETWORK SUPPORT 4666PS3 NETWORK SUPPORT
4363M: Geoff Levand <geoffrey.levand@am.sony.com> 4667M: Geoff Levand <geoff@infradead.org>
4364L: netdev@vger.kernel.org 4668L: netdev@vger.kernel.org
4365L: cbe-oss-dev@ozlabs.org 4669L: cbe-oss-dev@lists.ozlabs.org
4366S: Supported 4670S: Maintained
4367F: drivers/net/ps3_gelic_net.* 4671F: drivers/net/ps3_gelic_net.*
4368 4672
4369PS3 PLATFORM SUPPORT 4673PS3 PLATFORM SUPPORT
4370M: Geoff Levand <geoffrey.levand@am.sony.com> 4674M: Geoff Levand <geoff@infradead.org>
4371L: linuxppc-dev@ozlabs.org 4675L: linuxppc-dev@lists.ozlabs.org
4372L: cbe-oss-dev@ozlabs.org 4676L: cbe-oss-dev@lists.ozlabs.org
4373S: Supported 4677S: Maintained
4374F: arch/powerpc/boot/ps3* 4678F: arch/powerpc/boot/ps3*
4375F: arch/powerpc/include/asm/lv1call.h 4679F: arch/powerpc/include/asm/lv1call.h
4376F: arch/powerpc/include/asm/ps3*.h 4680F: arch/powerpc/include/asm/ps3*.h
@@ -4383,8 +4687,9 @@ F: sound/ppc/snd_ps3*
4383 4687
4384PS3VRAM DRIVER 4688PS3VRAM DRIVER
4385M: Jim Paris <jim@jtan.com> 4689M: Jim Paris <jim@jtan.com>
4386L: cbe-oss-dev@ozlabs.org 4690L: cbe-oss-dev@lists.ozlabs.org
4387S: Maintained 4691S: Maintained
4692F: drivers/block/ps3vram.c
4388 4693
4389PTRACE SUPPORT 4694PTRACE SUPPORT
4390M: Roland McGrath <roland@redhat.com> 4695M: Roland McGrath <roland@redhat.com>
@@ -4432,6 +4737,13 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4432T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git 4737T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4433S: Maintained 4738S: Maintained
4434 4739
4740MMP2 SUPPORT (aka ARMADA610)
4741M: Haojian Zhuang <haojian.zhuang@marvell.com>
4742M: Eric Miao <eric.y.miao@gmail.com>
4743L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4744T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4745S: Maintained
4746
4435PXA MMCI DRIVER 4747PXA MMCI DRIVER
4436S: Orphan 4748S: Orphan
4437 4749
@@ -4440,6 +4752,12 @@ M: Robert Jarzmik <robert.jarzmik@free.fr>
4440L: rtc-linux@googlegroups.com 4752L: rtc-linux@googlegroups.com
4441S: Maintained 4753S: Maintained
4442 4754
4755QLOGIC QLA1280 SCSI DRIVER
4756M: Michael Reed <mdr@sgi.com>
4757L: linux-scsi@vger.kernel.org
4758S: Maintained
4759F: drivers/scsi/qla1280.[ch]
4760
4443QLOGIC QLA2XXX FC-SCSI DRIVER 4761QLOGIC QLA2XXX FC-SCSI DRIVER
4444M: Andrew Vasquez <andrew.vasquez@qlogic.com> 4762M: Andrew Vasquez <andrew.vasquez@qlogic.com>
4445M: linux-driver@qlogic.com 4763M: linux-driver@qlogic.com
@@ -4448,6 +4766,14 @@ S: Supported
4448F: Documentation/scsi/LICENSE.qla2xxx 4766F: Documentation/scsi/LICENSE.qla2xxx
4449F: drivers/scsi/qla2xxx/ 4767F: drivers/scsi/qla2xxx/
4450 4768
4769QLOGIC QLA4XXX iSCSI DRIVER
4770M: Ravi Anand <ravi.anand@qlogic.com>
4771M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
4772M: iscsi-driver@qlogic.com
4773L: linux-scsi@vger.kernel.org
4774S: Supported
4775F: drivers/scsi/qla4xxx/
4776
4451QLOGIC QLA3XXX NETWORK DRIVER 4777QLOGIC QLA3XXX NETWORK DRIVER
4452M: Ron Mercer <ron.mercer@qlogic.com> 4778M: Ron Mercer <ron.mercer@qlogic.com>
4453M: linux-driver@qlogic.com 4779M: linux-driver@qlogic.com
@@ -4456,6 +4782,14 @@ S: Supported
4456F: Documentation/networking/LICENSE.qla3xxx 4782F: Documentation/networking/LICENSE.qla3xxx
4457F: drivers/net/qla3xxx.* 4783F: drivers/net/qla3xxx.*
4458 4784
4785QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
4786M: Amit Kumar Salecha <amit.salecha@qlogic.com>
4787M: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
4788M: linux-driver@qlogic.com
4789L: netdev@vger.kernel.org
4790S: Supported
4791F: drivers/net/qlcnic/
4792
4459QLOGIC QLGE 10Gb ETHERNET DRIVER 4793QLOGIC QLGE 10Gb ETHERNET DRIVER
4460M: Ron Mercer <ron.mercer@qlogic.com> 4794M: Ron Mercer <ron.mercer@qlogic.com>
4461M: linux-driver@qlogic.com 4795M: linux-driver@qlogic.com
@@ -4496,7 +4830,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4496F: drivers/net/wireless/rt2x00/ 4830F: drivers/net/wireless/rt2x00/
4497 4831
4498RAMDISK RAM BLOCK DEVICE DRIVER 4832RAMDISK RAM BLOCK DEVICE DRIVER
4499M: Nick Piggin <npiggin@suse.de> 4833M: Nick Piggin <npiggin@kernel.dk>
4500S: Maintained 4834S: Maintained
4501F: Documentation/blockdev/ramdisk.txt 4835F: Documentation/blockdev/ramdisk.txt
4502F: drivers/block/brd.c 4836F: drivers/block/brd.c
@@ -4512,15 +4846,15 @@ S: Maintained
4512F: drivers/rapidio/ 4846F: drivers/rapidio/
4513 4847
4514RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER 4848RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4515M: Corey Thomas <coreythomas@charter.net>
4516L: linux-wireless@vger.kernel.org 4849L: linux-wireless@vger.kernel.org
4517S: Maintained 4850S: Orphan
4518F: drivers/net/wireless/ray* 4851F: drivers/net/wireless/ray*
4519 4852
4520RCUTORTURE MODULE 4853RCUTORTURE MODULE
4521M: Josh Triplett <josh@freedesktop.org> 4854M: Josh Triplett <josh@freedesktop.org>
4522M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 4855M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4523S: Maintained 4856S: Supported
4857T: git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
4524F: Documentation/RCU/torture.txt 4858F: Documentation/RCU/torture.txt
4525F: kernel/rcutorture.c 4859F: kernel/rcutorture.c
4526 4860
@@ -4545,22 +4879,23 @@ M: Dipankar Sarma <dipankar@in.ibm.com>
4545M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 4879M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4546W: http://www.rdrop.com/users/paulmck/rclock/ 4880W: http://www.rdrop.com/users/paulmck/rclock/
4547S: Supported 4881S: Supported
4548F: Documentation/RCU/rcu.txt 4882T: git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
4549F: Documentation/RCU/rcuref.txt 4883F: Documentation/RCU/
4550F: include/linux/rcupdate.h 4884F: include/linux/rcu*
4551F: include/linux/srcu.h 4885F: include/linux/srcu*
4552F: kernel/rcupdate.c 4886F: kernel/rcu*
4887F: kernel/srcu*
4888X: kernel/rcutorture.c
4553 4889
4554REAL TIME CLOCK DRIVER 4890REAL TIME CLOCK DRIVER (LEGACY)
4555M: Paul Gortmaker <p_gortmaker@yahoo.com> 4891M: Paul Gortmaker <p_gortmaker@yahoo.com>
4556S: Maintained 4892S: Maintained
4557F: Documentation/rtc.txt 4893F: drivers/char/rtc.c
4558F: drivers/rtc/
4559F: include/linux/rtc.h
4560 4894
4561REAL TIME CLOCK (RTC) SUBSYSTEM 4895REAL TIME CLOCK (RTC) SUBSYSTEM
4562M: Alessandro Zummo <a.zummo@towertech.it> 4896M: Alessandro Zummo <a.zummo@towertech.it>
4563L: rtc-linux@googlegroups.com 4897L: rtc-linux@googlegroups.com
4898Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
4564S: Maintained 4899S: Maintained
4565F: Documentation/rtc.txt 4900F: Documentation/rtc.txt
4566F: drivers/rtc/ 4901F: drivers/rtc/
@@ -4578,6 +4913,12 @@ S: Maintained
4578F: Documentation/rfkill.txt 4913F: Documentation/rfkill.txt
4579F: net/rfkill/ 4914F: net/rfkill/
4580 4915
4916RICOH SMARTMEDIA/XD DRIVER
4917M: Maxim Levitsky <maximlevitsky@gmail.com>
4918S: Maintained
4919F: drivers/mtd/nand/r852.c
4920F: drivers/mtd/nand/r852.h
4921
4581RISCOM8 DRIVER 4922RISCOM8 DRIVER
4582S: Orphan 4923S: Orphan
4583F: Documentation/serial/riscom8.txt 4924F: Documentation/serial/riscom8.txt
@@ -4632,6 +4973,9 @@ W: http://www.ibm.com/developerworks/linux/linux390/
4632S: Supported 4973S: Supported
4633F: arch/s390/ 4974F: arch/s390/
4634F: drivers/s390/ 4975F: drivers/s390/
4976F: fs/partitions/ibm.c
4977F: Documentation/s390/
4978F: Documentation/DocBook/s390*
4635 4979
4636S390 NETWORK DRIVERS 4980S390 NETWORK DRIVERS
4637M: Ursula Braun <ursula.braun@de.ibm.com> 4981M: Ursula Braun <ursula.braun@de.ibm.com>
@@ -4653,12 +4997,11 @@ F: drivers/s390/crypto/
4653 4997
4654S390 ZFCP DRIVER 4998S390 ZFCP DRIVER
4655M: Christof Schmitt <christof.schmitt@de.ibm.com> 4999M: Christof Schmitt <christof.schmitt@de.ibm.com>
4656M: Martin Peschke <mp3@de.ibm.com> 5000M: Swen Schillig <swen@vnet.ibm.com>
4657M: linux390@de.ibm.com 5001M: linux390@de.ibm.com
4658L: linux-s390@vger.kernel.org 5002L: linux-s390@vger.kernel.org
4659W: http://www.ibm.com/developerworks/linux/linux390/ 5003W: http://www.ibm.com/developerworks/linux/linux390/
4660S: Supported 5004S: Supported
4661F: Documentation/s390/zfcpdump.txt
4662F: drivers/s390/scsi/zfcp_* 5005F: drivers/s390/scsi/zfcp_*
4663 5006
4664S390 IUCV NETWORK LAYER 5007S390 IUCV NETWORK LAYER
@@ -4687,6 +5030,19 @@ F: drivers/media/common/saa7146*
4687F: drivers/media/video/*7146* 5030F: drivers/media/video/*7146*
4688F: include/media/*7146* 5031F: include/media/*7146*
4689 5032
5033SAMSUNG AUDIO (ASoC) DRIVERS
5034M: Jassi Brar <jassi.brar@samsung.com>
5035L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5036S: Supported
5037F: sound/soc/s3c24xx
5038
5039TLG2300 VIDEO4LINUX-2 DRIVER
5040M: Huang Shijie <shijie8@gmail.com>
5041M: Kang Yong <kangyong@telegent.com>
5042M: Zhang Xiaobing <xbzhang@telegent.com>
5043S: Supported
5044F: drivers/media/video/tlg2300
5045
4690SC1200 WDT DRIVER 5046SC1200 WDT DRIVER
4691M: Zwane Mwaikambo <zwane@arm.linux.org.uk> 5047M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
4692S: Maintained 5048S: Maintained
@@ -4777,13 +5133,15 @@ S: Maintained
4777F: drivers/mmc/host/sdricoh_cs.c 5133F: drivers/mmc/host/sdricoh_cs.c
4778 5134
4779SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER 5135SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4780S: Orphan 5136M: Chris Ball <cjb@laptop.org>
4781L: linux-mmc@vger.kernel.org 5137L: linux-mmc@vger.kernel.org
5138T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5139S: Maintained
4782F: drivers/mmc/host/sdhci.* 5140F: drivers/mmc/host/sdhci.*
4783 5141
4784SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) 5142SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4785M: Anton Vorontsov <avorontsov@ru.mvista.com> 5143M: Anton Vorontsov <avorontsov@ru.mvista.com>
4786L: linuxppc-dev@ozlabs.org 5144L: linuxppc-dev@lists.ozlabs.org
4787L: linux-mmc@vger.kernel.org 5145L: linux-mmc@vger.kernel.org
4788S: Maintained 5146S: Maintained
4789F: drivers/mmc/host/sdhci-of.* 5147F: drivers/mmc/host/sdhci-of.*
@@ -4794,6 +5152,12 @@ L: linux-mmc@vger.kernel.org
4794S: Maintained 5152S: Maintained
4795F: drivers/mmc/host/sdhci-s3c.c 5153F: drivers/mmc/host/sdhci-s3c.c
4796 5154
5155SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5156M: Viresh Kumar <viresh.kumar@st.com>
5157L: linux-mmc@vger.kernel.org
5158S: Maintained
5159F: drivers/mmc/host/sdhci-spear.c
5160
4797SECURITY SUBSYSTEM 5161SECURITY SUBSYSTEM
4798M: James Morris <jmorris@namei.org> 5162M: James Morris <jmorris@namei.org>
4799L: linux-security-module@vger.kernel.org (suggested Cc:) 5163L: linux-security-module@vger.kernel.org (suggested Cc:)
@@ -4817,6 +5181,14 @@ S: Supported
4817F: include/linux/selinux* 5181F: include/linux/selinux*
4818F: security/selinux/ 5182F: security/selinux/
4819 5183
5184APPARMOR SECURITY MODULE
5185M: John Johansen <john.johansen@canonical.com>
5186L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5187W: apparmor.wiki.kernel.org
5188T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5189S: Supported
5190F: security/apparmor/
5191
4820SENSABLE PHANTOM 5192SENSABLE PHANTOM
4821M: Jiri Slaby <jirislaby@gmail.com> 5193M: Jiri Slaby <jirislaby@gmail.com>
4822S: Maintained 5194S: Maintained
@@ -4842,6 +5214,8 @@ F: drivers/scsi/be2iscsi/
4842SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER 5214SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4843M: Sathya Perla <sathyap@serverengines.com> 5215M: Sathya Perla <sathyap@serverengines.com>
4844M: Subbu Seetharaman <subbus@serverengines.com> 5216M: Subbu Seetharaman <subbus@serverengines.com>
5217M: Sarveshwar Bandi <sarveshwarb@serverengines.com>
5218M: Ajit Khaparde <ajitk@serverengines.com>
4845L: netdev@vger.kernel.org 5219L: netdev@vger.kernel.org
4846W: http://www.serverengines.com 5220W: http://www.serverengines.com
4847S: Supported 5221S: Supported
@@ -4919,6 +5293,7 @@ F: drivers/*/*/*s3c2410*
4919TI DAVINCI MACHINE SUPPORT 5293TI DAVINCI MACHINE SUPPORT
4920P: Kevin Hilman 5294P: Kevin Hilman
4921M: davinci-linux-open-source@linux.davincidsp.com 5295M: davinci-linux-open-source@linux.davincidsp.com
5296Q: http://patchwork.kernel.org/project/linux-davinci/list/
4922S: Supported 5297S: Supported
4923F: arch/arm/mach-davinci 5298F: arch/arm/mach-davinci
4924 5299
@@ -4974,9 +5349,23 @@ F: mm/sl?b.c
4974 5349
4975SMC91x ETHERNET DRIVER 5350SMC91x ETHERNET DRIVER
4976M: Nicolas Pitre <nico@fluxnic.net> 5351M: Nicolas Pitre <nico@fluxnic.net>
4977S: Maintained 5352S: Odd Fixes
4978F: drivers/net/smc91x.* 5353F: drivers/net/smc91x.*
4979 5354
5355SMM665 HARDWARE MONITOR DRIVER
5356M: Guenter Roeck <linux@roeck-us.net>
5357L: lm-sensors@lm-sensors.org
5358S: Maintained
5359F: Documentation/hwmon/smm665
5360F: drivers/hwmon/smm665.c
5361
5362SMSC EMC2103 HARDWARE MONITOR DRIVER
5363M: Steve Glendinning <steve.glendinning@smsc.com>
5364L: lm-sensors@lm-sensors.org
5365S: Supported
5366F: Documentation/hwmon/emc2103
5367F: drivers/hwmon/emc2103.c
5368
4980SMSC47B397 HARDWARE MONITOR DRIVER 5369SMSC47B397 HARDWARE MONITOR DRIVER
4981M: "Mark M. Hoffman" <mhoffman@lightlink.com> 5370M: "Mark M. Hoffman" <mhoffman@lightlink.com>
4982L: lm-sensors@lm-sensors.org 5371L: lm-sensors@lm-sensors.org
@@ -4997,11 +5386,6 @@ L: netdev@vger.kernel.org
4997S: Supported 5386S: Supported
4998F: drivers/net/smsc9420.* 5387F: drivers/net/smsc9420.*
4999 5388
5000SMX UIO Interface
5001M: Ben Nizette <bn@niasdigital.com>
5002S: Maintained
5003F: drivers/uio/uio_smx.c
5004
5005SN-IA64 (Itanium) SUB-PLATFORM 5389SN-IA64 (Itanium) SUB-PLATFORM
5006M: Jes Sorensen <jes@sgi.com> 5390M: Jes Sorensen <jes@sgi.com>
5007L: linux-altix@sgi.com 5391L: linux-altix@sgi.com
@@ -5045,7 +5429,7 @@ F: include/linux/ssb/
5045 5429
5046SONY VAIO CONTROL DEVICE DRIVER 5430SONY VAIO CONTROL DEVICE DRIVER
5047M: Mattia Dongili <malattia@linux.it> 5431M: Mattia Dongili <malattia@linux.it>
5048L: linux-acpi@vger.kernel.org 5432L: platform-driver-x86@vger.kernel.org
5049W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers 5433W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5050S: Maintained 5434S: Maintained
5051F: Documentation/laptops/sony-laptop.txt 5435F: Documentation/laptops/sony-laptop.txt
@@ -5084,10 +5468,68 @@ F: include/sound/soc*
5084SPARC + UltraSPARC (sparc/sparc64) 5468SPARC + UltraSPARC (sparc/sparc64)
5085M: "David S. Miller" <davem@davemloft.net> 5469M: "David S. Miller" <davem@davemloft.net>
5086L: sparclinux@vger.kernel.org 5470L: sparclinux@vger.kernel.org
5471Q: http://patchwork.ozlabs.org/project/sparclinux/list/
5087T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git 5472T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5088T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git 5473T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5089S: Maintained 5474S: Maintained
5090F: arch/sparc/ 5475F: arch/sparc/
5476F: drivers/sbus/
5477
5478SPARC SERIAL DRIVERS
5479M: "David S. Miller" <davem@davemloft.net>
5480L: sparclinux@vger.kernel.org
5481T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5482T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5483S: Maintained
5484F: drivers/serial/suncore.c
5485F: drivers/serial/suncore.h
5486F: drivers/serial/sunhv.c
5487F: drivers/serial/sunsab.c
5488F: drivers/serial/sunsab.h
5489F: drivers/serial/sunsu.c
5490F: drivers/serial/sunzilog.c
5491F: drivers/serial/sunzilog.h
5492
5493SPEAR PLATFORM SUPPORT
5494M: Viresh Kumar <viresh.kumar@st.com>
5495W: http://www.st.com/spear
5496S: Maintained
5497F: arch/arm/plat-spear/
5498
5499SPEAR3XX MACHINE SUPPORT
5500M: Viresh Kumar <viresh.kumar@st.com>
5501W: http://www.st.com/spear
5502S: Maintained
5503F: arch/arm/mach-spear3xx/
5504
5505SPEAR6XX MACHINE SUPPORT
5506M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
5507W: http://www.st.com/spear
5508S: Maintained
5509F: arch/arm/mach-spear6xx/
5510
5511SPEAR CLOCK FRAMEWORK SUPPORT
5512M: Viresh Kumar <viresh.kumar@st.com>
5513W: http://www.st.com/spear
5514S: Maintained
5515F: arch/arm/mach-spear*/clock.c
5516F: arch/arm/mach-spear*/include/mach/clkdev.h
5517F: arch/arm/plat-spear/clock.c
5518F: arch/arm/plat-spear/include/plat/clkdev.h
5519F: arch/arm/plat-spear/include/plat/clock.h
5520
5521SPEAR PAD MULTIPLEXING SUPPORT
5522M: Viresh Kumar <viresh.kumar@st.com>
5523W: http://www.st.com/spear
5524S: Maintained
5525F: arch/arm/plat-spear/include/plat/padmux.h
5526F: arch/arm/plat-spear/padmux.c
5527F: arch/arm/mach-spear*/spear*xx.c
5528F: arch/arm/mach-spear*/include/mach/generic.h
5529F: arch/arm/mach-spear3xx/spear3*0.c
5530F: arch/arm/mach-spear3xx/spear3*0_evb.c
5531F: arch/arm/mach-spear6xx/spear600.c
5532F: arch/arm/mach-spear6xx/spear600_evb.c
5091 5533
5092SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER 5534SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5093M: Roger Wolff <R.E.Wolff@BitWizard.nl> 5535M: Roger Wolff <R.E.Wolff@BitWizard.nl>
@@ -5099,6 +5541,8 @@ SPI SUBSYSTEM
5099M: David Brownell <dbrownell@users.sourceforge.net> 5541M: David Brownell <dbrownell@users.sourceforge.net>
5100M: Grant Likely <grant.likely@secretlab.ca> 5542M: Grant Likely <grant.likely@secretlab.ca>
5101L: spi-devel-general@lists.sourceforge.net 5543L: spi-devel-general@lists.sourceforge.net
5544Q: http://patchwork.kernel.org/project/spi-devel-general/list/
5545T: git git://git.secretlab.ca/git/linux-2.6.git
5102S: Maintained 5546S: Maintained
5103F: Documentation/spi/ 5547F: Documentation/spi/
5104F: drivers/spi/ 5548F: drivers/spi/
@@ -5114,8 +5558,8 @@ F: drivers/net/spider_net*
5114 5558
5115SPU FILE SYSTEM 5559SPU FILE SYSTEM
5116M: Jeremy Kerr <jk@ozlabs.org> 5560M: Jeremy Kerr <jk@ozlabs.org>
5117L: linuxppc-dev@ozlabs.org 5561L: linuxppc-dev@lists.ozlabs.org
5118L: cbe-oss-dev@ozlabs.org 5562L: cbe-oss-dev@lists.ozlabs.org
5119W: http://www.ibm.com/developerworks/power/cell/ 5563W: http://www.ibm.com/developerworks/power/cell/
5120S: Supported 5564S: Supported
5121F: Documentation/filesystems/spufs.txt 5565F: Documentation/filesystems/spufs.txt
@@ -5152,11 +5596,6 @@ M: Ion Badulescu <ionut@badula.org>
5152S: Odd Fixes 5596S: Odd Fixes
5153F: drivers/net/starfire* 5597F: drivers/net/starfire*
5154 5598
5155STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5156S: Orphan
5157F: drivers/net/wireless/strip.c
5158F: include/linux/if_strip.h
5159
5160STRADIS MPEG-2 DECODER DRIVER 5599STRADIS MPEG-2 DECODER DRIVER
5161M: Nathan Laredo <laredo@gnu.org> 5600M: Nathan Laredo <laredo@gnu.org>
5162W: http://www.stradis.com/ 5601W: http://www.stradis.com/
@@ -5175,6 +5614,7 @@ SUPERH
5175M: Paul Mundt <lethal@linux-sh.org> 5614M: Paul Mundt <lethal@linux-sh.org>
5176L: linux-sh@vger.kernel.org 5615L: linux-sh@vger.kernel.org
5177W: http://www.linux-sh.org 5616W: http://www.linux-sh.org
5617Q: http://patchwork.kernel.org/project/linux-sh/list/
5178T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git 5618T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5179S: Supported 5619S: Supported
5180F: Documentation/sh/ 5620F: Documentation/sh/
@@ -5231,6 +5671,15 @@ W: http://tcp-lp-mod.sourceforge.net/
5231S: Maintained 5671S: Maintained
5232F: net/ipv4/tcp_lp.c 5672F: net/ipv4/tcp_lp.c
5233 5673
5674TEGRA SUPPORT
5675M: Colin Cross <ccross@android.com>
5676M: Erik Gilling <konkers@android.com>
5677M: Olof Johansson <olof@lixom.net>
5678L: linux-tegra@vger.kernel.org
5679T: git git://android.git.kernel.org/kernel/tegra.git
5680S: Supported
5681F: arch/arm/mach-tegra
5682
5234TEHUTI ETHERNET DRIVER 5683TEHUTI ETHERNET DRIVER
5235M: Alexander Indenbaum <baum@tehutinetworks.net> 5684M: Alexander Indenbaum <baum@tehutinetworks.net>
5236M: Andy Gospodarek <andy@greyhouse.net> 5685M: Andy Gospodarek <andy@greyhouse.net>
@@ -5251,6 +5700,7 @@ F: arch/xtensa/
5251THINKPAD ACPI EXTRAS DRIVER 5700THINKPAD ACPI EXTRAS DRIVER
5252M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> 5701M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5253L: ibm-acpi-devel@lists.sourceforge.net 5702L: ibm-acpi-devel@lists.sourceforge.net
5703L: platform-driver-x86@vger.kernel.org
5254W: http://ibm-acpi.sourceforge.net 5704W: http://ibm-acpi.sourceforge.net
5255W: http://thinkwiki.org/wiki/Ibm-acpi 5705W: http://thinkwiki.org/wiki/Ibm-acpi
5256T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git 5706T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
@@ -5271,7 +5721,6 @@ S: Maintained
5271F: sound/soc/codecs/twl4030* 5721F: sound/soc/codecs/twl4030*
5272 5722
5273TIPC NETWORK LAYER 5723TIPC NETWORK LAYER
5274M: Per Liden <per.liden@ericsson.com>
5275M: Jon Maloy <jon.maloy@ericsson.com> 5724M: Jon Maloy <jon.maloy@ericsson.com>
5276M: Allan Stephens <allan.stephens@windriver.com> 5725M: Allan Stephens <allan.stephens@windriver.com>
5277L: tipc-discussion@lists.sourceforge.net 5726L: tipc-discussion@lists.sourceforge.net
@@ -5283,6 +5732,12 @@ F: include/linux/tipc*.h
5283F: include/net/tipc/ 5732F: include/net/tipc/
5284F: net/tipc/ 5733F: net/tipc/
5285 5734
5735TILE ARCHITECTURE
5736M: Chris Metcalf <cmetcalf@tilera.com>
5737W: http://www.tilera.com/scm/
5738S: Supported
5739F: arch/tile/
5740
5286TLAN NETWORK DRIVER 5741TLAN NETWORK DRIVER
5287M: Samuel Chessman <chessman@tux.org> 5742M: Samuel Chessman <chessman@tux.org>
5288L: tlan-devel@lists.sourceforge.net (subscribers-only) 5743L: tlan-devel@lists.sourceforge.net (subscribers-only)
@@ -5298,16 +5753,18 @@ L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and us
5298L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) 5753L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5299L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) 5754L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5300W: http://tomoyo.sourceforge.jp/ 5755W: http://tomoyo.sourceforge.jp/
5301T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/ 5756T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.3.x/tomoyo-lsm/patches/
5302S: Maintained 5757S: Maintained
5303F: security/tomoyo/ 5758F: security/tomoyo/
5304 5759
5305TOPSTAR LAPTOP EXTRAS DRIVER 5760TOPSTAR LAPTOP EXTRAS DRIVER
5306M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> 5761M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5762L: platform-driver-x86@vger.kernel.org
5307S: Maintained 5763S: Maintained
5308F: drivers/platform/x86/topstar-laptop.c 5764F: drivers/platform/x86/topstar-laptop.c
5309 5765
5310TOSHIBA ACPI EXTRAS DRIVER 5766TOSHIBA ACPI EXTRAS DRIVER
5767L: platform-driver-x86@vger.kernel.org
5311S: Orphan 5768S: Orphan
5312F: drivers/platform/x86/toshiba_acpi.c 5769F: drivers/platform/x86/toshiba_acpi.c
5313 5770
@@ -5325,7 +5782,7 @@ S: Maintained
5325F: drivers/mmc/host/tmio_mmc.* 5782F: drivers/mmc/host/tmio_mmc.*
5326 5783
5327TMPFS (SHMEM FILESYSTEM) 5784TMPFS (SHMEM FILESYSTEM)
5328M: Hugh Dickins <hugh.dickins@tiscali.co.uk> 5785M: Hugh Dickins <hughd@google.com>
5329L: linux-mm@kvack.org 5786L: linux-mm@kvack.org
5330S: Maintained 5787S: Maintained
5331F: include/linux/shmem_fs.h 5788F: include/linux/shmem_fs.h
@@ -5345,7 +5802,7 @@ TRACING
5345M: Steven Rostedt <rostedt@goodmis.org> 5802M: Steven Rostedt <rostedt@goodmis.org>
5346M: Frederic Weisbecker <fweisbec@gmail.com> 5803M: Frederic Weisbecker <fweisbec@gmail.com>
5347M: Ingo Molnar <mingo@redhat.com> 5804M: Ingo Molnar <mingo@redhat.com>
5348T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core 5805T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core
5349S: Maintained 5806S: Maintained
5350F: Documentation/trace/ftrace.txt 5807F: Documentation/trace/ftrace.txt
5351F: arch/*/*/*/ftrace.h 5808F: arch/*/*/*/ftrace.h
@@ -5418,6 +5875,9 @@ UCLINUX FOR RENESAS H8/300 (H8300)
5418M: Yoshinori Sato <ysato@users.sourceforge.jp> 5875M: Yoshinori Sato <ysato@users.sourceforge.jp>
5419W: http://uclinux-h8.sourceforge.jp/ 5876W: http://uclinux-h8.sourceforge.jp/
5420S: Supported 5877S: Supported
5878F: arch/h8300/
5879F: drivers/ide/ide-h8300.c
5880F: drivers/net/ne-h8300.c
5421 5881
5422UDF FILESYSTEM 5882UDF FILESYSTEM
5423M: Jan Kara <jack@suse.cz> 5883M: Jan Kara <jack@suse.cz>
@@ -5709,11 +6169,11 @@ F: drivers/net/usb/usbnet.c
5709F: include/linux/usb/usbnet.h 6169F: include/linux/usb/usbnet.h
5710 6170
5711USB VIDEO CLASS 6171USB VIDEO CLASS
5712M: Laurent Pinchart <laurent.pinchart@skynet.be> 6172M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5713L: linux-uvc-devel@lists.berlios.de (subscribers-only) 6173L: linux-uvc-devel@lists.berlios.de (subscribers-only)
5714L: linux-media@vger.kernel.org 6174L: linux-media@vger.kernel.org
5715T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 6175T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5716W: http://linux-uvc.berlios.de 6176W: http://www.ideasonboard.org/uvc/
5717S: Maintained 6177S: Maintained
5718F: drivers/media/video/uvc/ 6178F: drivers/media/video/uvc/
5719 6179
@@ -5751,10 +6211,9 @@ F: Documentation/video4linux/zc0301.txt
5751F: drivers/media/video/zc0301/ 6211F: drivers/media/video/zc0301/
5752 6212
5753USB ZD1201 DRIVER 6213USB ZD1201 DRIVER
5754M: Jeroen Vreeken <pe1rxq@amsat.org> 6214L: linux-wireless@vger.kernel.org
5755L: linux-usb@vger.kernel.org
5756W: http://linux-lc100020.sourceforge.net 6215W: http://linux-lc100020.sourceforge.net
5757S: Maintained 6216S: Orphan
5758F: drivers/net/wireless/zd1201.* 6217F: drivers/net/wireless/zd1201.*
5759 6218
5760USB ZR364XX DRIVER 6219USB ZR364XX DRIVER
@@ -5807,6 +6266,22 @@ S: Maintained
5807F: Documentation/filesystems/vfat.txt 6266F: Documentation/filesystems/vfat.txt
5808F: fs/fat/ 6267F: fs/fat/
5809 6268
6269VIRTIO CONSOLE DRIVER
6270M: Amit Shah <amit.shah@redhat.com>
6271L: virtualization@lists.linux-foundation.org
6272S: Maintained
6273F: drivers/char/virtio_console.c
6274F: include/linux/virtio_console.h
6275
6276VIRTIO HOST (VHOST)
6277M: "Michael S. Tsirkin" <mst@redhat.com>
6278L: kvm@vger.kernel.org
6279L: virtualization@lists.osdl.org
6280L: netdev@vger.kernel.org
6281S: Maintained
6282F: drivers/vhost/
6283F: include/linux/vhost.h
6284
5810VIA RHINE NETWORK DRIVER 6285VIA RHINE NETWORK DRIVER
5811M: Roger Luethi <rl@hellgate.ch> 6286M: Roger Luethi <rl@hellgate.ch>
5812S: Maintained 6287S: Maintained
@@ -5827,9 +6302,12 @@ F: drivers/mmc/host/via-sdmmc.c
5827 6302
5828VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER 6303VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
5829M: Joseph Chan <JosephChan@via.com.tw> 6304M: Joseph Chan <JosephChan@via.com.tw>
5830M: Scott Fang <ScottFang@viatech.com.cn> 6305M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
5831L: linux-fbdev@vger.kernel.org 6306L: linux-fbdev@vger.kernel.org
5832S: Maintained 6307S: Maintained
6308F: include/linux/via-core.h
6309F: include/linux/via-gpio.h
6310F: include/linux/via_i2c.h
5833F: drivers/video/via/ 6311F: drivers/video/via/
5834 6312
5835VIA VELOCITY NETWORK DRIVER 6313VIA VELOCITY NETWORK DRIVER
@@ -5918,20 +6396,14 @@ F: drivers/mmc/host/wbsd.*
5918 6396
5919WATCHDOG DEVICE DRIVERS 6397WATCHDOG DEVICE DRIVERS
5920M: Wim Van Sebroeck <wim@iguana.be> 6398M: Wim Van Sebroeck <wim@iguana.be>
6399L: linux-watchdog@vger.kernel.org
6400W: http://www.linux-watchdog.org/
5921T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git 6401T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
5922S: Maintained 6402S: Maintained
5923F: Documentation/watchdog/ 6403F: Documentation/watchdog/
5924F: drivers/watchdog/ 6404F: drivers/watchdog/
5925F: include/linux/watchdog.h 6405F: include/linux/watchdog.h
5926 6406
5927WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
5928M: Jean Tourrilhes <jt@hpl.hp.com>
5929L: linux-wireless@vger.kernel.org
5930W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
5931S: Maintained
5932F: Documentation/networking/wavelan.txt
5933F: drivers/net/wireless/wavelan*
5934
5935WD7000 SCSI DRIVER 6407WD7000 SCSI DRIVER
5936M: Miroslav Zagorac <zaga@fly.cc.fer.hr> 6408M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
5937L: linux-scsi@vger.kernel.org 6409L: linux-scsi@vger.kernel.org
@@ -5949,6 +6421,11 @@ M: linux-wimax@intel.com
5949L: wimax@linuxwimax.org 6421L: wimax@linuxwimax.org
5950S: Supported 6422S: Supported
5951W: http://linuxwimax.org 6423W: http://linuxwimax.org
6424F: Documentation/wimax/README.wimax
6425F: include/linux/wimax.h
6426F: include/linux/wimax/debug.h
6427F: include/net/wimax.h
6428F: net/wimax/
5952 6429
5953WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM 6430WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
5954M: David Vrabel <david.vrabel@csr.com> 6431M: David Vrabel <david.vrabel@csr.com>
@@ -5965,7 +6442,7 @@ S: Maintained
5965F: drivers/input/misc/wistron_btns.c 6442F: drivers/input/misc/wistron_btns.c
5966 6443
5967WL1251 WIRELESS DRIVER 6444WL1251 WIRELESS DRIVER
5968M: Kalle Valo <kalle.valo@nokia.com> 6445M: Kalle Valo <kalle.valo@iki.fi>
5969L: linux-wireless@vger.kernel.org 6446L: linux-wireless@vger.kernel.org
5970W: http://wireless.kernel.org 6447W: http://wireless.kernel.org
5971T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 6448T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
@@ -5998,10 +6475,13 @@ S: Supported
5998F: drivers/input/touchscreen/*wm97* 6475F: drivers/input/touchscreen/*wm97*
5999F: include/linux/wm97xx.h 6476F: include/linux/wm97xx.h
6000 6477
6001WOLFSON MICROELECTRONICS PMIC DRIVERS 6478WOLFSON MICROELECTRONICS DRIVERS
6002M: Mark Brown <broonie@opensource.wolfsonmicro.com> 6479M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6480M: Ian Lartey <ian@opensource.wolfsonmicro.com>
6481M: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
6482T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
6003T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus 6483T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6004W: http://opensource.wolfsonmicro.com/node/8 6484W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
6005S: Supported 6485S: Supported
6006F: Documentation/hwmon/wm83?? 6486F: Documentation/hwmon/wm83??
6007F: drivers/leds/leds-wm83*.c 6487F: drivers/leds/leds-wm83*.c
@@ -6014,8 +6494,8 @@ F: drivers/watchdog/wm83*_wdt.c
6014F: include/linux/mfd/wm831x/ 6494F: include/linux/mfd/wm831x/
6015F: include/linux/mfd/wm8350/ 6495F: include/linux/mfd/wm8350/
6016F: include/linux/mfd/wm8400* 6496F: include/linux/mfd/wm8400*
6017F: sound/soc/codecs/wm8350.* 6497F: include/sound/wm????.h
6018F: sound/soc/codecs/wm8400.* 6498F: sound/soc/codecs/wm*
6019 6499
6020X.25 NETWORK LAYER 6500X.25 NETWORK LAYER
6021M: Andrew Hendry <andrew.hendry@gmail.com> 6501M: Andrew Hendry <andrew.hendry@gmail.com>
@@ -6035,6 +6515,13 @@ S: Maintained
6035F: Documentation/x86/ 6515F: Documentation/x86/
6036F: arch/x86/ 6516F: arch/x86/
6037 6517
6518X86 PLATFORM DRIVERS
6519M: Matthew Garrett <mjg@redhat.com>
6520L: platform-driver-x86@vger.kernel.org
6521T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6522S: Maintained
6523F: drivers/platform/x86
6524
6038XEN HYPERVISOR INTERFACE 6525XEN HYPERVISOR INTERFACE
6039M: Jeremy Fitzhardinge <jeremy@xensource.com> 6526M: Jeremy Fitzhardinge <jeremy@xensource.com>
6040M: Chris Wright <chrisw@sous-sol.org> 6527M: Chris Wright <chrisw@sous-sol.org>
@@ -6119,6 +6606,7 @@ F: drivers/serial/zs.*
6119THE REST 6606THE REST
6120M: Linus Torvalds <torvalds@linux-foundation.org> 6607M: Linus Torvalds <torvalds@linux-foundation.org>
6121L: linux-kernel@vger.kernel.org 6608L: linux-kernel@vger.kernel.org
6609Q: http://patchwork.kernel.org/project/LKML/list/
6122T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git 6610T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6123S: Buried alive in reporters 6611S: Buried alive in reporters
6124F: * 6612F: *