Staging: vme_ca91cx42: use DEFINE_PCI_DEVICE_TABLE
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / MAINTAINERS
blobfdb41370dbf5384f016c564116dfedc715c3f005
2         List of maintainers and how to submit kernel changes
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
39         PLEASE CC: the maintainers and mailing lists that are generated
40         by scripts/get_maintainer.pl.  The results returned by the
41         script will be best if you have git installed and are making
42         your changes in a branch derived from Linus' latest git tree.
43         See Documentation/SubmittingPatches for details.
45         PLEASE try to include any credit lines you want added with the
46         patch. It avoids people being missed off by mistake and makes
47         it easier to know who wants adding and who doesn't.
49         PLEASE document known bugs. If it doesn't work for everything
50         or does something very odd once a month document it.
52         PLEASE remember that submissions must be made under the terms
53         of the OSDL certificate of contribution and should include a
54         Signed-off-by: line.  The current version of this "Developer's
55         Certificate of Origin" (DCO) is listed in the file
56         Documentation/SubmittingPatches.
58 6.      Make sure you have the right to send any changes you make. If you
59         do changes at work you may find your employer owns the patch
60         not you.
62 7.      When sending security related changes or reports to a maintainer
63         please Cc: security@kernel.org, especially if the maintainer
64         does not respond.
66 8.      Happy hacking.
68 Descriptions of section entries:
70         P: Person (obsolete)
71         M: Mail patches to: FullName <address@domain>
72         L: Mailing list that is relevant to this area
73         W: Web-page with status/info
74         Q: Patchwork web based patch tracking system site
75         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
76         S: Status, one of the following:
77            Supported:   Someone is actually paid to look after this.
78            Maintained:  Someone actually looks after it.
79            Odd Fixes:   It has a maintainer but they don't have time to do
80                         much other than throw the odd patch in. See below..
81            Orphan:      No current maintainer [but maybe you could take the
82                         role as you write your new code].
83            Obsolete:    Old code. Something tagged obsolete generally means
84                         it has been replaced by a better system and you
85                         should be using that.
86         F: Files and directories with wildcard patterns.
87            A trailing slash includes all files and subdirectory files.
88            F:   drivers/net/    all files in and below drivers/net
89            F:   drivers/net/*   all files in drivers/net, but not below
90            F:   */net/*         all files in "any top level directory"/net
91            One pattern per line.  Multiple F: lines acceptable.
92         X: Files and directories that are NOT maintained, same rules as F:
93            Files exclusions are tested before file matches.
94            Can be useful for excluding a specific subdirectory, for instance:
95            F:   net/
96            X:   net/ipv6/
97            matches all files in and below net excluding net/ipv6/
98         K: Keyword perl extended regex pattern to match content in a
99            patch or file.  For instance:
100            K: of_get_profile
101               matches patches or files that contain "of_get_profile"
102            K: \b(printk|pr_(info|err))\b
103               matches patches or files that contain one or more of the words
104               printk, pr_info or pr_err
105            One regex pattern per line.  Multiple K: lines acceptable.
107 Note: For the hard of thinking, this list is meant to remain in alphabetical
108 order. If you could add yourselves to it in alphabetical order that would be
109 so much easier [Ed]
111 Maintainers List (try to look for most precise areas first)
113                 -----------------------------------
115 3C505 NETWORK DRIVER
116 M:      Philip Blundell <philb@gnu.org>
117 L:      netdev@vger.kernel.org
118 S:      Maintained
119 F:      drivers/net/3c505*
121 3C59X NETWORK DRIVER
122 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
123 L:      netdev@vger.kernel.org
124 S:      Maintained
125 F:      Documentation/networking/vortex.txt
126 F:      drivers/net/3c59x.c
128 3CR990 NETWORK DRIVER
129 M:      David Dillow <dave@thedillows.org>
130 L:      netdev@vger.kernel.org
131 S:      Maintained
132 F:      drivers/net/typhoon*
134 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
135 M:      Adam Radford <linuxraid@lsi.com>
136 L:      linux-scsi@vger.kernel.org
137 W:      http://www.lsi.com
138 S:      Supported
139 F:      drivers/scsi/3w-*
141 53C700 AND 53C700-66 SCSI DRIVER
142 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
143 L:      linux-scsi@vger.kernel.org
144 S:      Maintained
145 F:      drivers/scsi/53c700*
147 6PACK NETWORK DRIVER FOR AX.25
148 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
149 L:      linux-hams@vger.kernel.org
150 S:      Maintained
151 F:      drivers/net/hamradio/6pack.c
153 8169 10/100/1000 GIGABIT ETHERNET DRIVER
154 M:      Francois Romieu <romieu@fr.zoreil.com>
155 L:      netdev@vger.kernel.org
156 S:      Maintained
157 F:      drivers/net/r8169.c
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160 M:      Greg Kroah-Hartman <gregkh@suse.de>
161 L:      linux-serial@vger.kernel.org
162 W:      http://serial.sourceforge.net
163 S:      Maintained
164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
165 F:      drivers/serial/8250*
166 F:      include/linux/serial_8250.h
168 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
169 M:      Paul Gortmaker <p_gortmaker@yahoo.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/*8390*
173 F:      drivers/net/ax88796.c
175 9P FILE SYSTEM
176 M:      Eric Van Hensbergen <ericvh@gmail.com>
177 M:      Ron Minnich <rminnich@sandia.gov>
178 M:      Latchesar Ionkov <lucho@ionkov.net>
179 L:      v9fs-developer@lists.sourceforge.net
180 W:      http://swik.net/v9fs
181 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
183 S:      Maintained
184 F:      Documentation/filesystems/9p.txt
185 F:      fs/9p/
187 A2232 SERIAL BOARD DRIVER
188 M:      Enver Haase <A2232@gmx.net>
189 L:      linux-m68k@lists.linux-m68k.org
190 S:      Maintained
191 F:      drivers/char/ser_a2232*
193 AACRAID SCSI RAID DRIVER
194 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
195 L:      linux-scsi@vger.kernel.org
196 W:      http://www.adaptec.com/
197 S:      Supported
198 F:      Documentation/scsi/aacraid.txt
199 F:      drivers/scsi/aacraid/
201 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
202 M:      Hans de Goede <j.w.r.degoede@hhs.nl>
203 L:      lm-sensors@lm-sensors.org
204 S:      Maintained
205 F:      drivers/hwmon/abituguru.c
207 ABIT UGURU 3 HARDWARE MONITOR DRIVER
208 M:      Alistair John Strachan <alistair@devzero.co.uk>
209 L:      lm-sensors@lm-sensors.org
210 S:      Maintained
211 F:      drivers/hwmon/abituguru3.c
213 ACENIC DRIVER
214 M:      Jes Sorensen <jes@trained-monkey.org>
215 L:      linux-acenic@sunsite.dk
216 S:      Maintained
217 F:      drivers/net/acenic*
219 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
220 M:      Peter Feuerer <peter@piie.net>
221 L:      platform-driver-x86@vger.kernel.org
222 W:      http://piie.net/?section=acerhdf
223 S:      Maintained
224 F:      drivers/platform/x86/acerhdf.c
226 ACER WMI LAPTOP EXTRAS
227 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
228 L:      aceracpi@googlegroups.com (subscribers-only)
229 L:      platform-driver-x86@vger.kernel.org
230 W:      http://code.google.com/p/aceracpi
231 S:      Maintained
232 F:      drivers/platform/x86/acer-wmi.c
234 ACPI
235 M:      Len Brown <lenb@kernel.org>
236 L:      linux-acpi@vger.kernel.org
237 W:      http://www.lesswatts.org/projects/acpi/
238 Q:      http://patchwork.kernel.org/project/linux-acpi/list/
239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
240 S:      Supported
241 F:      drivers/acpi/
242 F:      drivers/pnp/pnpacpi/
243 F:      include/linux/acpi.h
244 F:      include/acpi/
246 ACPI FAN DRIVER
247 M:      Zhang Rui <rui.zhang@intel.com>
248 L:      linux-acpi@vger.kernel.org
249 W:      http://www.lesswatts.org/projects/acpi/
250 S:      Supported
251 F:      drivers/acpi/fan.c
253 ACPI PROCESSOR AGGREGATOR DRIVER
254 M:      Shaohua Li <shaohua.li@intel.com>
255 L:      linux-acpi@vger.kernel.org
256 W:      http://www.lesswatts.org/projects/acpi/
257 S:      Supported
258 F:      drivers/acpi/acpi_pad.c
260 ACPI THERMAL DRIVER
261 M:      Zhang Rui <rui.zhang@intel.com>
262 L:      linux-acpi@vger.kernel.org
263 W:      http://www.lesswatts.org/projects/acpi/
264 S:      Supported
265 F:      drivers/acpi/*thermal*
267 ACPI VIDEO DRIVER
268 M:      Zhang Rui <rui.zhang@intel.com>
269 L:      linux-acpi@vger.kernel.org
270 W:      http://www.lesswatts.org/projects/acpi/
271 S:      Supported
272 F:      drivers/acpi/video.c
274 ACPI WMI DRIVER
275 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
276 L:      platform-driver-x86@vger.kernel.org
277 W:      http://www.lesswatts.org/projects/acpi/
278 S:      Maintained
279 F:      drivers/platform/x86/wmi.c
281 AD1889 ALSA SOUND DRIVER
282 M:      Kyle McMartin <kyle@mcmartin.ca>
283 M:      Thibaut Varene <T-Bone@parisc-linux.org>
284 W:      http://wiki.parisc-linux.org/AD1889
285 L:      linux-parisc@vger.kernel.org
286 S:      Maintained
287 F:      sound/pci/ad1889.*
289 ADM1025 HARDWARE MONITOR DRIVER
290 M:      Jean Delvare <khali@linux-fr.org>
291 L:      lm-sensors@lm-sensors.org
292 S:      Maintained
293 F:      Documentation/hwmon/adm1025
294 F:      drivers/hwmon/adm1025.c
296 ADM1029 HARDWARE MONITOR DRIVER
297 M:      Corentin Labbe <corentin.labbe@geomatys.fr>
298 L:      lm-sensors@lm-sensors.org
299 S:      Maintained
300 F:      drivers/hwmon/adm1029.c
302 ADM8211 WIRELESS DRIVER
303 L:      linux-wireless@vger.kernel.org
304 W:      http://linuxwireless.org/
305 S:      Orphan
306 F:      drivers/net/wireless/adm8211.*
308 ADT746X FAN DRIVER
309 M:      Colin Leroy <colin@colino.net>
310 S:      Maintained
311 F:      drivers/macintosh/therm_adt746x.c
313 ADT7475 HARDWARE MONITOR DRIVER
314 M:      Jean Delvare <khali@linux-fr.org>
315 L:      lm-sensors@lm-sensors.org
316 S:      Maintained
317 F:      Documentation/hwmon/adt7475
318 F:      drivers/hwmon/adt7475.c
320 ADVANSYS SCSI DRIVER
321 M:      Matthew Wilcox <matthew@wil.cx>
322 L:      linux-scsi@vger.kernel.org
323 S:      Maintained
324 F:      Documentation/scsi/advansys.txt
325 F:      drivers/scsi/advansys.c
327 AEDSP16 DRIVER
328 M:      Riccardo Facchetti <fizban@tin.it>
329 S:      Maintained
330 F:      sound/oss/aedsp16.c
332 AFFS FILE SYSTEM
333 M:      Roman Zippel <zippel@linux-m68k.org>
334 S:      Maintained
335 F:      Documentation/filesystems/affs.txt
336 F:      fs/affs/
338 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
339 M:      David Howells <dhowells@redhat.com>
340 L:      linux-afs@lists.infradead.org
341 S:      Supported
342 F:      fs/afs/
343 F:      include/net/af_rxrpc.h
344 F:      net/rxrpc/af_rxrpc.c
346 AGPGART DRIVER
347 M:      David Airlie <airlied@linux.ie>
348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
349 S:      Maintained
350 F:      drivers/char/agp/
351 F:      include/linux/agp*
353 AHA152X SCSI DRIVER
354 M:      "Juergen E. Fischer" <fischer@norbit.de>
355 L:      linux-scsi@vger.kernel.org
356 S:      Maintained
357 F:      drivers/scsi/aha152x*
358 F:      drivers/scsi/pcmcia/aha152x*
360 AIC7XXX / AIC79XX SCSI DRIVER
361 M:      Hannes Reinecke <hare@suse.de>
362 L:      linux-scsi@vger.kernel.org
363 S:      Maintained
364 F:      drivers/scsi/aic7xxx/
365 F:      drivers/scsi/aic7xxx_old/
368 M:      Benjamin LaHaise <bcrl@kvack.org>
369 L:      linux-aio@kvack.org
370 S:      Supported
371 F:      fs/aio.c
372 F:      include/linux/*aio*.h
374 ALCATEL SPEEDTOUCH USB DRIVER
375 M:      Duncan Sands <duncan.sands@free.fr>
376 L:      linux-usb@vger.kernel.org
377 W:      http://www.linux-usb.org/SpeedTouch/
378 S:      Maintained
379 F:      drivers/usb/atm/speedtch.c
380 F:      drivers/usb/atm/usbatm.c
382 ALCHEMY AU1XX0 MMC DRIVER
383 M:      Manuel Lauss <manuel.lauss@gmail.com>
384 S:      Maintained
385 F:      drivers/mmc/host/au1xmmc.c
387 ALI1563 I2C DRIVER
388 M:      Rudolf Marek <r.marek@assembler.cz>
389 L:      linux-i2c@vger.kernel.org
390 S:      Maintained
391 F:      Documentation/i2c/busses/i2c-ali1563
392 F:      drivers/i2c/busses/i2c-ali1563.c
394 ALPHA PORT
395 M:      Richard Henderson <rth@twiddle.net>
396 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
397 M:      Matt Turner <mattst88@gmail.com>
398 L:      linux-alpha@vger.kernel.org
399 F:      arch/alpha/
401 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
402 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
403 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
404 S:      Supported
405 F:      drivers/usb/gadget/amd5536udc.*
407 AMD GEODE PROCESSOR/CHIPSET SUPPORT
408 P:      Jordan Crouse
409 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
410 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
411 S:      Supported
412 F:      drivers/char/hw_random/geode-rng.c
413 F:      drivers/crypto/geode*
414 F:      drivers/video/geode/
415 F:      arch/x86/include/asm/geode.h
417 AMD IOMMU (AMD-VI)
418 M:      Joerg Roedel <joerg.roedel@amd.com>
419 L:      iommu@lists.linux-foundation.org
420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
421 S:      Supported
422 F:      arch/x86/kernel/amd_iommu*.c
423 F:      arch/x86/include/asm/amd_iommu*.h
425 AMD MICROCODE UPDATE SUPPORT
426 M:      Andreas Herrmann <andreas.herrmann3@amd.com>
427 L:      amd64-microcode@amd64.org
428 S:      Supported
429 F:      arch/x86/kernel/microcode_amd.c
431 AMS (Apple Motion Sensor) DRIVER
432 M:      Stelian Pop <stelian@popies.net>
433 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
434 S:      Supported
435 F:      drivers/macintosh/ams/
437 AMSO1100 RNIC DRIVER
438 M:      Tom Tucker <tom@opengridcomputing.com>
439 M:      Steve Wise <swise@opengridcomputing.com>
440 L:      linux-rdma@vger.kernel.org
441 S:      Maintained
442 F:      drivers/infiniband/hw/amso1100/
444 ANALOG DEVICES INC ASOC DRIVERS
445 L:      uclinux-dist-devel@blackfin.uclinux.org
446 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
447 W:      http://blackfin.uclinux.org/
448 S:      Supported
449 F:      sound/soc/blackfin/*
450 F:      sound/soc/codecs/ad1*
451 F:      sound/soc/codecs/adau*
452 F:      sound/soc/codecs/adav*
453 F:      sound/soc/codecs/ssm*
455 AOA (Apple Onboard Audio) ALSA DRIVER
456 M:      Johannes Berg <johannes@sipsolutions.net>
457 L:      linuxppc-dev@lists.ozlabs.org
458 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
459 S:      Maintained
460 F:      sound/aoa/
462 APM DRIVER
463 M:      Stephen Rothwell <sfr@canb.auug.org.au>
464 L:      linux-laptop@vger.kernel.org
465 W:      http://www.canb.auug.org.au/~sfr/
466 S:      Supported
467 F:      arch/x86/kernel/apm_32.c
468 F:      include/linux/apm_bios.h
470 APPLE BCM5974 MULTITOUCH DRIVER
471 M:      Henrik Rydberg <rydberg@euromail.se>
472 L:      linux-input@vger.kernel.org
473 S:      Maintained
474 F:      drivers/input/mouse/bcm5974.c
476 APPLE SMC DRIVER
477 M:      Henrik Rydberg <rydberg@euromail.se>
478 L:      lm-sensors@lm-sensors.org
479 S:      Maintained
480 F:      drivers/hwmon/applesmc.c
482 APPLETALK NETWORK LAYER
483 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
484 S:      Maintained
485 F:      drivers/net/appletalk/
486 F:      net/appletalk/
488 ARC FRAMEBUFFER DRIVER
489 M:      Jaya Kumar <jayalk@intworks.biz>
490 S:      Maintained
491 F:      drivers/video/arcfb.c
492 F:      drivers/video/fb_defio.c
494 ARM MFM AND FLOPPY DRIVERS
495 M:      Ian Molton <spyro@f2s.com>
496 S:      Maintained
497 F:      arch/arm/lib/floppydma.S
498 F:      arch/arm/include/asm/floppy.h
500 ARM PORT
501 M:      Russell King <linux@arm.linux.org.uk>
502 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
503 W:      http://www.arm.linux.org.uk/
504 S:      Maintained
505 F:      arch/arm/
507 ARM PRIMECELL AACI PL041 DRIVER
508 M:      Russell King <linux@arm.linux.org.uk>
509 S:      Maintained
510 F:      sound/arm/aaci.*
512 ARM PRIMECELL CLCD PL110 DRIVER
513 M:      Russell King <linux@arm.linux.org.uk>
514 S:      Maintained
515 F:      drivers/video/amba-clcd.*
517 ARM PRIMECELL KMI PL050 DRIVER
518 M:      Russell King <linux@arm.linux.org.uk>
519 S:      Maintained
520 F:      drivers/input/serio/ambakmi.*
521 F:      include/linux/amba/kmi.h
523 ARM PRIMECELL MMCI PL180/1 DRIVER
524 S:      Orphan
525 F:      drivers/mmc/host/mmci.*
527 ARM PRIMECELL BUS SUPPORT
528 M:      Russell King <linux@arm.linux.org.uk>
529 S:      Maintained
530 F:      drivers/amba/
531 F:      include/linux/amba/bus.h
533 ARM/ADI ROADRUNNER MACHINE SUPPORT
534 M:      Lennert Buytenhek <kernel@wantstofly.org>
535 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
536 S:      Maintained
537 F:      arch/arm/mach-ixp23xx/
538 F:      arch/arm/mach-ixp23xx/include/mach/
540 ARM/ADS SPHERE MACHINE SUPPORT
541 M:      Lennert Buytenhek <kernel@wantstofly.org>
542 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
543 S:      Maintained
545 ARM/AFEB9260 MACHINE SUPPORT
546 M:      Sergey Lapin <slapin@ossfans.org>
547 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
548 S:      Maintained
550 ARM/AJECO 1ARM MACHINE SUPPORT
551 M:      Lennert Buytenhek <kernel@wantstofly.org>
552 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
553 S:      Maintained
555 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
556 M:      Andrew Victor <linux@maxim.org.za>
557 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
558 W:      http://maxim.org.za/at91_26.html
559 S:      Maintained
561 ARM/BCMRING ARM ARCHITECTURE
562 M:      Leo Chen <leochen@broadcom.com>
563 M:      Scott Branden <sbranden@broadcom.com>
564 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
565 S:      Maintained
566 F:      arch/arm/mach-bcmring
568 ARM/BCMRING MTD NAND DRIVER
569 M:      Leo Chen <leochen@broadcom.com>
570 M:      Scott Branden <sbranden@broadcom.com>
571 L:      linux-mtd@lists.infradead.org
572 S:      Maintained
573 F:      drivers/mtd/nand/bcm_umi_nand.c
574 F:      drivers/mtd/nand/bcm_umi_bch.c
575 F:      drivers/mtd/nand/nand_bcm_umi.h
577 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
578 M:      Anton Vorontsov <avorontsov@mvista.com>
579 S:      Maintained
580 F:      arch/arm/mach-cns3xxx/
581 T:      git git://git.infradead.org/users/cbou/linux-cns3xxx.git
583 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
584 M:      Hartley Sweeten <hsweeten@visionengravers.com>
585 M:      Ryan Mallon <ryan@bluewatersys.com>
586 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
587 S:      Maintained
588 F:      arch/arm/mach-ep93xx/
589 F:      arch/arm/mach-ep93xx/include/mach/
591 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
592 M:      Lennert Buytenhek <kernel@wantstofly.org>
593 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
594 S:      Maintained
596 ARM/CLKDEV SUPPORT
597 M:      Russell King <linux@arm.linux.org.uk>
598 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
599 F:      arch/arm/common/clkdev.c
600 F:      arch/arm/include/asm/clkdev.h
602 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
603 M:      Mike Rapoport <mike@compulab.co.il>
604 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
605 S:      Maintained
607 ARM/CONTEC MICRO9 MACHINE SUPPORT
608 M:      Hubert Feurstein <hubert.feurstein@contec.at>
609 S:      Maintained
610 F:      arch/arm/mach-ep93xx/micro9.c
612 ARM/CORGI MACHINE SUPPORT
613 M:      Richard Purdie <rpurdie@rpsys.net>
614 S:      Maintained
616 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
617 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
618 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
619 T:      git git://git.berlios.de/gemini-board
620 S:      Maintained
621 F:      arch/arm/mach-gemini/
623 ARM/EBSA110 MACHINE SUPPORT
624 M:      Russell King <linux@arm.linux.org.uk>
625 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
626 W:      http://www.arm.linux.org.uk/
627 S:      Maintained
628 F:      arch/arm/mach-ebsa110/
629 F:      drivers/net/arm/am79c961a.*
631 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
632 M:      Daniel Ribeiro <drwyrm@gmail.com>
633 M:      Stefan Schmidt <stefan@openezx.org>
634 M:      Harald Welte <laforge@openezx.org>
635 L:      openezx-devel@lists.openezx.org (subscribers-only)
636 W:      http://www.openezx.org/
637 S:      Maintained
638 T:      topgit git://git.openezx.org/openezx.git
639 F:      arch/arm/mach-pxa/ezx.c
641 ARM/FARADAY FA526 PORT
642 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
643 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
644 S:      Maintained
645 T:      git git://git.berlios.de/gemini-board
646 F:      arch/arm/mm/*-fa*
648 ARM/FOOTBRIDGE ARCHITECTURE
649 M:      Russell King <linux@arm.linux.org.uk>
650 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
651 W:      http://www.arm.linux.org.uk/
652 S:      Maintained
653 F:      arch/arm/include/asm/hardware/dec21285.h
654 F:      arch/arm/mach-footbridge/
656 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
657 M:      Sascha Hauer <kernel@pengutronix.de>
658 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
659 S:      Maintained
660 T:      git git://git.pengutronix.de/git/imx/linux-2.6.git
661 F:      arch/arm/mach-mx*/
662 F:      arch/arm/plat-mxc/
664 ARM/FREESCALE IMX51
665 M:      Amit Kucheria <amit.kucheria@canonical.com>
666 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
667 S:      Maintained
668 F:      arch/arm/mach-mx5/
670 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
671 M:      Lennert Buytenhek <kernel@wantstofly.org>
672 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
673 S:      Maintained
675 ARM/GUMSTIX MACHINE SUPPORT
676 M:      Steve Sakoman <sakoman@gmail.com>
677 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
678 S:      Maintained
680 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
681 M:      Philipp Zabel <philipp.zabel@gmail.com>
682 S:      Maintained
683 F:      arch/arm/mach-pxa/hx4700.c
684 F:      arch/arm/mach-pxa/include/mach/hx4700.h
686 ARM/HP JORNADA 7XX MACHINE SUPPORT
687 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
688 W:      www.jlime.com
689 S:      Maintained
690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
691 F:      arch/arm/mach-sa1100/jornada720.c
692 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
694 ARM/INCOME PXA270 SUPPORT
695 M:      Marek Vasut <marek.vasut@gmail.com>
696 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
697 S:      Maintained
698 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
700 ARM/INTEL IOP32X ARM ARCHITECTURE
701 M:      Lennert Buytenhek <kernel@wantstofly.org>
702 M:      Dan Williams <dan.j.williams@intel.com>
703 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
704 S:      Maintained
706 ARM/INTEL IOP33X ARM ARCHITECTURE
707 M:      Dan Williams <dan.j.williams@intel.com>
708 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
709 S:      Maintained
711 ARM/INTEL IOP13XX ARM ARCHITECTURE
712 M:      Lennert Buytenhek <kernel@wantstofly.org>
713 M:      Dan Williams <dan.j.williams@intel.com>
714 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
715 S:      Maintained
717 ARM/INTEL IQ81342EX MACHINE SUPPORT
718 M:      Lennert Buytenhek <kernel@wantstofly.org>
719 M:      Dan Williams <dan.j.williams@intel.com>
720 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
721 S:      Maintained
723 ARM/INTEL IXP2000 ARM ARCHITECTURE
724 M:      Lennert Buytenhek <kernel@wantstofly.org>
725 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
726 S:      Maintained
728 ARM/INTEL IXDP2850 MACHINE SUPPORT
729 M:      Lennert Buytenhek <kernel@wantstofly.org>
730 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
731 S:      Maintained
733 ARM/INTEL IXP23XX ARM ARCHITECTURE
734 M:      Lennert Buytenhek <kernel@wantstofly.org>
735 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
736 S:      Maintained
738 ARM/INTEL IXP4XX ARM ARCHITECTURE
739 M:      Imre Kaloz <kaloz@openwrt.org>
740 M:      Krzysztof Halasa <khc@pm.waw.pl>
741 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
742 S:      Maintained
743 F:      arch/arm/mach-ixp4xx/
745 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
746 M:      Jonathan Cameron <jic23@cam.ac.uk>
747 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
748 S:      Maintained
749 F:      arch/arm/mach-pxa/stargate2.c
750 F:      drivers/pcmcia/pxa2xx_stargate2.c
752 ARM/INTEL XSC3 (MANZANO) ARM CORE
753 M:      Lennert Buytenhek <kernel@wantstofly.org>
754 M:      Dan Williams <dan.j.williams@intel.com>
755 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
756 S:      Maintained
758 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
759 M:      Lennert Buytenhek <kernel@wantstofly.org>
760 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
761 S:      Maintained
763 ARM/LOGICPD PXA270 MACHINE SUPPORT
764 M:      Lennert Buytenhek <kernel@wantstofly.org>
765 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
766 S:      Maintained
768 ARM/MAGICIAN MACHINE SUPPORT
769 M:      Philipp Zabel <philipp.zabel@gmail.com>
770 S:      Maintained
772 ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
773 M:      Lennert Buytenhek <kernel@wantstofly.org>
774 M:      Nicolas Pitre <nico@fluxnic.net>
775 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
776 S:      Odd Fixes
777 F:      arch/arm/mach-loki/
778 F:      arch/arm/mach-kirkwood/
779 F:      arch/arm/mach-mv78xx0/
780 F:      arch/arm/mach-orion5x/
781 F:      arch/arm/plat-orion/
783 ARM/MIOA701 MACHINE SUPPORT
784 M:      Robert Jarzmik <robert.jarzmik@free.fr>
785 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
786 F:      arch/arm/mach-pxa/mioa701.c
787 S:      Maintained
789 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
790 M:      Michael Petchkovsky <mkpetch@internode.on.net>
791 S:      Maintained
793 ARM/NOMADIK ARCHITECTURE
794 M:      Alessandro Rubini <rubini@unipv.it>
795 M:      STEricsson <STEricsson_nomadik_linux@list.st.com>
796 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
797 S:      Maintained
798 F:      arch/arm/mach-nomadik/
799 F:      arch/arm/plat-nomadik/
801 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
802 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
803 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
804 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
805 S:      Supported
807 ARM/QUALCOMM MSM MACHINE SUPPORT
808 M:      David Brown <davidb@codeaurora.org>
809 M:      Daniel Walker <dwalker@codeaurora.org>
810 M:      Bryan Huntsman <bryanh@codeaurora.org>
811 L:      linux-arm-msm@vger.kernel.org
812 F:      arch/arm/mach-msm/
813 F:      drivers/video/msm/
814 F:      drivers/mmc/host/msm_sdcc.c
815 F:      drivers/mmc/host/msm_sdcc.h
816 F:      drivers/serial/msm_serial.h
817 F:      drivers/serial/msm_serial.c
818 T:      git git://codeaurora.org/quic/kernel/dwalker/linux-msm.git
819 S:      Maintained
821 ARM/TOSA MACHINE SUPPORT
822 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
823 M:      Dirk Opfer <dirk@opfer-online.de>
824 S:      Maintained
826 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
827 M:      Marek Vasut <marek.vasut@gmail.com>
828 L:      linux-arm-kernel@lists.infradead.org
829 W:      http://hackndev.com
830 S:      Maintained
831 F:      arch/arm/mach-pxa/include/mach/palmtx.h
832 F:      arch/arm/mach-pxa/palmtx.c
833 F:      arch/arm/mach-pxa/include/mach/palmt5.h
834 F:      arch/arm/mach-pxa/palmt5.c
835 F:      arch/arm/mach-pxa/include/mach/palmld.h
836 F:      arch/arm/mach-pxa/palmld.c
837 F:      arch/arm/mach-pxa/include/mach/palmte2.h
838 F:      arch/arm/mach-pxa/palmte2.c
839 F:      arch/arm/mach-pxa/include/mach/palmtc.h
840 F:      arch/arm/mach-pxa/palmtc.c
842 ARM/PALM TREO SUPPORT
843 M:      Tomas Cech <sleep_walker@suse.cz>
844 L:      linux-arm-kernel@lists.infradead.org
845 W:      http://hackndev.com
846 S:      Maintained
847 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
848 F:      arch/arm/mach-pxa/palmtreo.c
850 ARM/PALMZ72 SUPPORT
851 M:      Sergey Lapin <slapin@ossfans.org>
852 L:      linux-arm-kernel@lists.infradead.org
853 W:      http://hackndev.com
854 S:      Maintained
855 F:      arch/arm/mach-pxa/include/mach/palmz72.h
856 F:      arch/arm/mach-pxa/palmz72.c
858 ARM/PLEB SUPPORT
859 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
860 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
861 S:      Maintained
863 ARM/PT DIGITAL BOARD PORT
864 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
865 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
866 W:      http://www.arm.linux.org.uk/
867 S:      Maintained
869 ARM/RADISYS ENP2611 MACHINE SUPPORT
870 M:      Lennert Buytenhek <kernel@wantstofly.org>
871 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
872 S:      Maintained
874 ARM/RISCPC ARCHITECTURE
875 M:      Russell King <linux@arm.linux.org.uk>
876 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
877 W:      http://www.arm.linux.org.uk/
878 S:      Maintained
879 F:      arch/arm/common/time-acorn.c
880 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
881 F:      arch/arm/include/asm/hardware/ioc.h
882 F:      arch/arm/include/asm/hardware/iomd.h
883 F:      arch/arm/include/asm/hardware/memc.h
884 F:      arch/arm/mach-rpc/
885 F:      drivers/net/arm/ether*
886 F:      drivers/scsi/arm/
888 ARM/SHARK MACHINE SUPPORT
889 M:      Alexander Schulz <alex@shark-linux.de>
890 W:      http://www.shark-linux.de/shark.html
891 S:      Maintained
893 ARM/SAMSUNG ARM ARCHITECTURES
894 M:      Ben Dooks <ben-linux@fluff.org>
895 M:      Kukjin Kim <kgene.kim@samsung.com>
896 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
897 W:      http://www.fluff.org/ben/linux/
898 S:      Maintained
899 F:      arch/arm/plat-samsung/
900 F:      arch/arm/plat-s3c24xx/
901 F:      arch/arm/plat-s5p/
903 ARM/S3C2410 ARM ARCHITECTURE
904 M:      Ben Dooks <ben-linux@fluff.org>
905 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
906 W:      http://www.fluff.org/ben/linux/
907 S:      Maintained
908 F:      arch/arm/mach-s3c2410/
910 ARM/S3C244x ARM ARCHITECTURE
911 M:      Ben Dooks <ben-linux@fluff.org>
912 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
913 W:      http://www.fluff.org/ben/linux/
914 S:      Maintained
915 F:      arch/arm/mach-s3c2440/
916 F:      arch/arm/mach-s3c2443/
918 ARM/S3C64xx ARM ARCHITECTURE
919 M:      Ben Dooks <ben-linux@fluff.org>
920 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
921 W:      http://www.fluff.org/ben/linux/
922 S:      Maintained
923 F:      arch/arm/mach-s3c64xx/
925 ARM/S5P ARM ARCHITECTURES
926 M:      Kukjin Kim <kgene.kim@samsung.com>
927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
928 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
929 S:      Maintained
930 F:      arch/arm/mach-s5p*/
932 ARM/SAMSUNG S5P SERIES FIMC SUPPORT
933 M:      Kyungmin Park <kyungmin.park@samsung.com>
934 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
935 L:      linux-arm-kernel@lists.infradead.org
936 L:      linux-media@vger.kernel.org
937 S:      Maintained
938 F:      arch/arm/plat-s5p/dev-fimc*
939 F:      arch/arm/plat-samsung/include/plat/*fimc*
940 F:      drivers/media/video/s5p-fimc/
942 ARM/SHMOBILE ARM ARCHITECTURE
943 M:      Paul Mundt <lethal@linux-sh.org>
944 M:      Magnus Damm <magnus.damm@gmail.com>
945 L:      linux-sh@vger.kernel.org
946 W:      http://oss.renesas.com
947 Q:      http://patchwork.kernel.org/project/linux-sh/list/
948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
949 S:      Supported
950 F:      arch/arm/mach-shmobile/
951 F:      drivers/sh/
953 ARM/TELECHIPS ARM ARCHITECTURE
954 M:      "Hans J. Koch" <hjk@linutronix.de>
955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
956 S:      Maintained
957 F:      arch/arm/plat-tcc/
958 F:      arch/arm/mach-tcc8k/
960 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
961 M:      Lennert Buytenhek <kernel@wantstofly.org>
962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
963 S:      Maintained
965 ARM/TETON BGA MACHINE SUPPORT
966 M:      Mark F. Brown <mark.brown314@gmail.com>
967 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
968 S:      Maintained
970 ARM/THECUS N2100 MACHINE SUPPORT
971 M:      Lennert Buytenhek <kernel@wantstofly.org>
972 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
973 S:      Maintained
975 ARM/NUVOTON W90X900 ARM ARCHITECTURE
976 M:      Wan ZongShun <mcuos.com@gmail.com>
977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
978 W:      http://www.mcuos.com
979 S:      Maintained
980 F:      arch/arm/mach-w90x900/
981 F:      arch/arm/mach-nuc93x/
982 F:      drivers/input/keyboard/w90p910_keypad.c
983 F:      drivers/input/touchscreen/w90p910_ts.c
984 F:      drivers/watchdog/nuc900_wdt.c
985 F:      drivers/net/arm/w90p910_ether.c
986 F:      drivers/mtd/nand/nuc900_nand.c
987 F:      drivers/rtc/rtc-nuc900.c
988 F:      drivers/spi/spi_nuc900.c
989 F:      drivers/usb/host/ehci-w90x900.c
990 F:      drivers/video/nuc900fb.c
992 ARM/U300 MACHINE SUPPORT
993 M:      Linus Walleij <linus.walleij@stericsson.com>
994 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
995 S:      Supported
996 F:      arch/arm/mach-u300/
997 F:      drivers/i2c/busses/i2c-stu300.c
998 F:      drivers/rtc/rtc-coh901331.c
999 F:      drivers/watchdog/coh901327_wdt.c
1000 F:      drivers/dma/coh901318*
1002 ARM/U8500 ARM ARCHITECTURE
1003 M:      Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
1004 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1005 S:      Maintained
1006 F:      arch/arm/mach-ux500/
1008 ARM/VFP SUPPORT
1009 M:      Russell King <linux@arm.linux.org.uk>
1010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1011 W:      http://www.arm.linux.org.uk/
1012 S:      Maintained
1013 F:      arch/arm/vfp/
1015 ARM/VOIPAC PXA270 SUPPORT
1016 M:      Marek Vasut <marek.vasut@gmail.com>
1017 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1018 S:      Maintained
1019 F:      arch/arm/mach-pxa/vpac270.c
1020 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1022 ARM/ZIPIT Z2 SUPPORT
1023 M:      Marek Vasut <marek.vasut@gmail.com>
1024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1025 S:      Maintained
1026 F:      arch/arm/mach-pxa/z2.c
1027 F:      arch/arm/mach-pxa/include/mach/z2.h
1029 ASC7621 HARDWARE MONITOR DRIVER
1030 M:      George Joseph <george.joseph@fairview5.com>
1031 L:      lm-sensors@lm-sensors.org
1032 S:      Maintained
1033 F:      Documentation/hwmon/asc7621
1034 F:      drivers/hwmon/asc7621.c
1036 ASUS ACPI EXTRAS DRIVER
1037 M:      Corentin Chary <corentincj@iksaif.net>
1038 M:      Karol Kozimor <sziwan@users.sourceforge.net>
1039 L:      acpi4asus-user@lists.sourceforge.net
1040 L:      platform-driver-x86@vger.kernel.org
1041 W:      http://acpi4asus.sf.net
1042 S:      Maintained
1043 F:      drivers/platform/x86/asus_acpi.c
1045 ASUS ASB100 HARDWARE MONITOR DRIVER
1046 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
1047 L:      lm-sensors@lm-sensors.org
1048 S:      Maintained
1049 F:      drivers/hwmon/asb100.c
1051 ASUS LAPTOP EXTRAS DRIVER
1052 M:      Corentin Chary <corentincj@iksaif.net>
1053 L:      acpi4asus-user@lists.sourceforge.net
1054 L:      platform-driver-x86@vger.kernel.org
1055 W:      http://acpi4asus.sf.net
1056 S:      Maintained
1057 F:      drivers/platform/x86/asus-laptop.c
1059 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1060 M:      Dan Williams <dan.j.williams@intel.com>
1061 W:      http://sourceforge.net/projects/xscaleiop
1062 S:      Supported
1063 F:      Documentation/crypto/async-tx-api.txt
1064 F:      crypto/async_tx/
1065 F:      drivers/dma/
1066 F:      include/linux/dmaengine.h
1067 F:      include/linux/async_tx.h
1069 AT24 EEPROM DRIVER
1070 M:      Wolfram Sang <w.sang@pengutronix.de>
1071 L:      linux-i2c@vger.kernel.org
1072 S:      Maintained
1073 F:      drivers/misc/eeprom/at24.c
1074 F:      include/linux/i2c/at24.h
1076 ATA OVER ETHERNET (AOE) DRIVER
1077 M:      "Ed L. Cashin" <ecashin@coraid.com>
1078 W:      http://www.coraid.com/support/linux
1079 S:      Supported
1080 F:      Documentation/aoe/
1081 F:      drivers/block/aoe/
1083 ATHEROS ATH5K WIRELESS DRIVER
1084 M:      Jiri Slaby <jirislaby@gmail.com>
1085 M:      Nick Kossifidis <mickflemm@gmail.com>
1086 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1087 M:      Bob Copeland <me@bobcopeland.com>
1088 L:      linux-wireless@vger.kernel.org
1089 L:      ath5k-devel@lists.ath5k.org
1090 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1091 S:      Maintained
1092 F:      drivers/net/wireless/ath/ath5k/
1094 ATHEROS ATH9K WIRELESS DRIVER
1095 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1096 M:      Jouni Malinen <jmalinen@atheros.com>
1097 M:      Vasanthakumar Thiagarajan <vasanth@atheros.com>
1098 M:      Senthil Balasubramanian <senthilkumar@atheros.com>
1099 L:      linux-wireless@vger.kernel.org
1100 L:      ath9k-devel@lists.ath9k.org
1101 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
1102 S:      Supported
1103 F:      drivers/net/wireless/ath/ath9k/
1105 ATHEROS AR9170 WIRELESS DRIVER
1106 M:      Christian Lamparter <chunkeey@web.de>
1107 L:      linux-wireless@vger.kernel.org
1108 W:      http://wireless.kernel.org/en/users/Drivers/ar9170
1109 S:      Maintained
1110 F:      drivers/net/wireless/ath/ar9170/
1112 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1113 M:      Christian Lamparter <chunkeey@googlemail.com>
1114 L:      linux-wireless@vger.kernel.org
1115 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1116 S:      Maintained
1117 F:      drivers/net/wireless/ath/carl9170/
1119 ATK0110 HWMON DRIVER
1120 M:      Luca Tettamanti <kronos.it@gmail.com>
1121 L:      lm-sensors@lm-sensors.org
1122 S:      Maintained
1123 F:      drivers/hwmon/asus_atk0110.c
1125 ATI_REMOTE2 DRIVER
1126 M:      Ville Syrjala <syrjala@sci.fi>
1127 S:      Maintained
1128 F:      drivers/input/misc/ati_remote2.c
1130 ATLX ETHERNET DRIVERS
1131 M:      Jay Cliburn <jcliburn@gmail.com>
1132 M:      Chris Snook <chris.snook@gmail.com>
1133 M:      Jie Yang <jie.yang@atheros.com>
1134 L:      netdev@vger.kernel.org
1135 W:      http://sourceforge.net/projects/atl1
1136 W:      http://atl1.sourceforge.net
1137 S:      Maintained
1138 F:      drivers/net/atlx/
1141 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1142 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1143 L:      netdev@vger.kernel.org
1144 W:      http://linux-atm.sourceforge.net
1145 S:      Maintained
1146 F:      drivers/atm/
1147 F:      include/linux/atm*
1149 ATMEL AT91 MCI DRIVER
1150 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1151 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 W:      http://www.atmel.com/products/AT91/
1153 W:      http://www.at91.com/
1154 S:      Maintained
1155 F:      drivers/mmc/host/at91_mci.c
1157 ATMEL AT91 / AT32 MCI DRIVER
1158 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1159 S:      Maintained
1160 F:      drivers/mmc/host/atmel-mci.c
1161 F:      drivers/mmc/host/atmel-mci-regs.h
1163 ATMEL AT91 / AT32 SERIAL DRIVER
1164 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1165 S:      Supported
1166 F:      drivers/serial/atmel_serial.c
1168 ATMEL LCDFB DRIVER
1169 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1170 L:      linux-fbdev@vger.kernel.org
1171 S:      Maintained
1172 F:      drivers/video/atmel_lcdfb.c
1173 F:      include/video/atmel_lcdc.h
1175 ATMEL MACB ETHERNET DRIVER
1176 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1177 S:      Supported
1178 F:      drivers/net/macb.*
1180 ATMEL SPI DRIVER
1181 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1182 S:      Supported
1183 F:      drivers/spi/atmel_spi.*
1185 ATMEL USBA UDC DRIVER
1186 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1189 S:      Supported
1190 F:      drivers/usb/gadget/atmel_usba_udc.*
1192 ATMEL WIRELESS DRIVER
1193 M:      Simon Kelley <simon@thekelleys.org.uk>
1194 L:      linux-wireless@vger.kernel.org
1195 W:      http://www.thekelleys.org.uk/atmel
1196 W:      http://atmelwlandriver.sourceforge.net/
1197 S:      Maintained
1198 F:      drivers/net/wireless/atmel*
1200 AUDIT SUBSYSTEM
1201 M:      Al Viro <viro@zeniv.linux.org.uk>
1202 M:      Eric Paris <eparis@redhat.com>
1203 L:      linux-audit@redhat.com (subscribers-only)
1204 W:      http://people.redhat.com/sgrubb/audit/
1205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1206 S:      Maintained
1207 F:      include/linux/audit.h
1208 F:      kernel/audit*
1210 AUXILIARY DISPLAY DRIVERS
1211 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1212 W:      http://miguelojeda.es/auxdisplay.htm
1213 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1214 S:      Maintained
1215 F:      drivers/auxdisplay/
1216 F:      include/linux/cfag12864b.h
1218 AVR32 ARCHITECTURE
1219 M:      Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
1220 W:      http://www.atmel.com/products/AVR32/
1221 W:      http://avr32linux.org/
1222 W:      http://avrfreaks.net/
1223 S:      Supported
1224 F:      arch/avr32/
1226 AVR32/AT32AP MACHINE SUPPORT
1227 M:      Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
1228 S:      Supported
1229 F:      arch/avr32/mach-at32ap/
1231 AX.25 NETWORK LAYER
1232 M:      Ralf Baechle <ralf@linux-mips.org>
1233 L:      linux-hams@vger.kernel.org
1234 W:      http://www.linux-ax25.org/
1235 S:      Maintained
1236 F:      include/linux/ax25.h
1237 F:      include/net/ax25.h
1238 F:      net/ax25/
1240 B43 WIRELESS DRIVER
1241 M:      Stefano Brivio <stefano.brivio@polimi.it>
1242 L:      linux-wireless@vger.kernel.org
1243 W:      http://linuxwireless.org/en/users/Drivers/b43
1244 S:      Maintained
1245 F:      drivers/net/wireless/b43/
1247 B43LEGACY WIRELESS DRIVER
1248 M:      Larry Finger <Larry.Finger@lwfinger.net>
1249 M:      Stefano Brivio <stefano.brivio@polimi.it>
1250 L:      linux-wireless@vger.kernel.org
1251 W:      http://linuxwireless.org/en/users/Drivers/b43
1252 S:      Maintained
1253 F:      drivers/net/wireless/b43legacy/
1255 BACKLIGHT CLASS/SUBSYSTEM
1256 M:      Richard Purdie <rpurdie@rpsys.net>
1257 S:      Maintained
1258 F:      drivers/video/backlight/
1259 F:      include/linux/backlight.h
1261 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1262 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1263 L:      linux-hams@vger.kernel.org
1264 W:      http://www.baycom.org/~tom/ham/ham.html
1265 S:      Maintained
1266 F:      drivers/net/hamradio/baycom*
1268 BEFS FILE SYSTEM
1269 S:      Orphan
1270 F:      Documentation/filesystems/befs.txt
1271 F:      fs/befs/
1273 BFS FILE SYSTEM
1274 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1275 S:      Maintained
1276 F:      Documentation/filesystems/bfs.txt
1277 F:      fs/bfs/
1278 F:      include/linux/bfs_fs.h
1280 BLACKFIN ARCHITECTURE
1281 M:      Mike Frysinger <vapier@gentoo.org>
1282 L:      uclinux-dist-devel@blackfin.uclinux.org
1283 W:      http://blackfin.uclinux.org
1284 S:      Supported
1285 F:      arch/blackfin/
1287 BLACKFIN EMAC DRIVER
1288 M:      Michael Hennerich <michael.hennerich@analog.com>
1289 L:      uclinux-dist-devel@blackfin.uclinux.org
1290 W:      http://blackfin.uclinux.org
1291 S:      Supported
1292 F:      drivers/net/bfin_mac.*
1294 BLACKFIN RTC DRIVER
1295 M:      Mike Frysinger <vapier.adi@gmail.com>
1296 L:      uclinux-dist-devel@blackfin.uclinux.org
1297 W:      http://blackfin.uclinux.org
1298 S:      Supported
1299 F:      drivers/rtc/rtc-bfin.c
1301 BLACKFIN SDH DRIVER
1302 M:      Cliff Cai <cliff.cai@analog.com>
1303 L:      uclinux-dist-devel@blackfin.uclinux.org
1304 W:      http://blackfin.uclinux.org
1305 S:      Supported
1306 F:      drivers/mmc/host/bfin_sdh.c
1308 BLACKFIN SERIAL DRIVER
1309 M:      Sonic Zhang <sonic.zhang@analog.com>
1310 L:      uclinux-dist-devel@blackfin.uclinux.org
1311 W:      http://blackfin.uclinux.org
1312 S:      Supported
1313 F:      drivers/serial/bfin_5xx.c
1315 BLACKFIN WATCHDOG DRIVER
1316 M:      Mike Frysinger <vapier.adi@gmail.com>
1317 L:      uclinux-dist-devel@blackfin.uclinux.org
1318 W:      http://blackfin.uclinux.org
1319 S:      Supported
1320 F:      drivers/watchdog/bfin_wdt.c
1322 BLACKFIN I2C TWI DRIVER
1323 M:      Sonic Zhang <sonic.zhang@analog.com>
1324 L:      uclinux-dist-devel@blackfin.uclinux.org
1325 W:      http://blackfin.uclinux.org/
1326 S:      Supported
1327 F:      drivers/i2c/busses/i2c-bfin-twi.c
1329 BLOCK LAYER
1330 M:      Jens Axboe <axboe@kernel.dk>
1331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1332 S:      Maintained
1333 F:      block/
1335 BLOCK2MTD DRIVER
1336 M:      Joern Engel <joern@lazybastard.org>
1337 L:      linux-mtd@lists.infradead.org
1338 S:      Maintained
1339 F:      drivers/mtd/devices/block2mtd.c
1341 BLUETOOTH DRIVERS
1342 M:      Marcel Holtmann <marcel@holtmann.org>
1343 M:      Gustavo F. Padovan <padovan@profusion.mobi>
1344 L:      linux-bluetooth@vger.kernel.org
1345 W:      http://www.bluez.org/
1346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1347 S:      Maintained
1348 F:      drivers/bluetooth/
1350 BLUETOOTH SUBSYSTEM
1351 M:      Marcel Holtmann <marcel@holtmann.org>
1352 M:      Gustavo F. Padovan <padovan@profusion.mobi>
1353 L:      linux-bluetooth@vger.kernel.org
1354 W:      http://www.bluez.org/
1355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1356 S:      Maintained
1357 F:      net/bluetooth/
1358 F:      include/net/bluetooth/
1360 BONDING DRIVER
1361 M:      Jay Vosburgh <fubar@us.ibm.com>
1362 L:      netdev@vger.kernel.org
1363 W:      http://sourceforge.net/projects/bonding/
1364 S:      Supported
1365 F:      drivers/net/bonding/
1366 F:      include/linux/if_bonding.h
1368 BROADCOM B44 10/100 ETHERNET DRIVER
1369 M:      Gary Zambrano <zambrano@broadcom.com>
1370 L:      netdev@vger.kernel.org
1371 S:      Supported
1372 F:      drivers/net/b44.*
1374 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1375 M:      Michael Chan <mchan@broadcom.com>
1376 L:      netdev@vger.kernel.org
1377 S:      Supported
1378 F:      drivers/net/bnx2.*
1379 F:      drivers/net/bnx2_*
1381 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1382 M:      Eilon Greenstein <eilong@broadcom.com>
1383 L:      netdev@vger.kernel.org
1384 S:      Supported
1385 F:      drivers/net/bnx2x/
1387 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1388 M:      Matt Carlson <mcarlson@broadcom.com>
1389 M:      Michael Chan <mchan@broadcom.com>
1390 L:      netdev@vger.kernel.org
1391 S:      Supported
1392 F:      drivers/net/tg3.*
1394 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1395 M:      Brett Rudley <brudley@broadcom.com>
1396 M:      Henry Ptasinski <henryp@broadcom.com>
1397 M:      Dowan Kim <dowan@broadcom.com>
1398 M:      Roland Vossen <rvossen@broadcom.com>
1399 M:      Arend van Spriel <arend@broadcom.com>
1400 L:      linux-wireless@vger.kernel.org
1401 S:      Supported
1402 F:      drivers/staging/brcm80211/
1404 BROCADE BFA FC SCSI DRIVER
1405 M:      Jing Huang <huangj@brocade.com>
1406 L:      linux-scsi@vger.kernel.org
1407 S:      Supported
1408 F:      drivers/scsi/bfa/
1410 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1411 M:      Rasesh Mody <rmody@brocade.com>
1412 M:      Debashis Dutt <ddutt@brocade.com>
1413 L:      netdev@vger.kernel.org
1414 S:      Supported
1415 F:      drivers/net/bna/
1417 BSG (block layer generic sg v4 driver)
1418 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1419 L:      linux-scsi@vger.kernel.org
1420 S:      Supported
1421 F:      block/bsg.c
1422 F:      include/linux/bsg.h
1424 BT8XXGPIO DRIVER
1425 M:      Michael Buesch <mb@bu3sch.de>
1426 W:      http://bu3sch.de/btgpio.php
1427 S:      Maintained
1428 F:      drivers/gpio/bt8xxgpio.c
1430 BTRFS FILE SYSTEM
1431 M:      Chris Mason <chris.mason@oracle.com>
1432 L:      linux-btrfs@vger.kernel.org
1433 W:      http://btrfs.wiki.kernel.org/
1434 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
1435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1436 S:      Maintained
1437 F:      Documentation/filesystems/btrfs.txt
1438 F:      fs/btrfs/
1440 BTTV VIDEO4LINUX DRIVER
1441 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
1442 L:      linux-media@vger.kernel.org
1443 W:      http://linuxtv.org
1444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1445 S:      Maintained
1446 F:      Documentation/video4linux/bttv/
1447 F:      drivers/media/video/bt8xx/bttv*
1449 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1450 M:      David Howells <dhowells@redhat.com>
1451 L:      linux-cachefs@redhat.com
1452 S:      Supported
1453 F:      Documentation/filesystems/caching/cachefiles.txt
1454 F:      fs/cachefiles/
1456 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1457 M:      Jonathan Corbet <corbet@lwn.net>
1458 L:      linux-media@vger.kernel.org
1459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1460 S:      Maintained
1461 F:      Documentation/video4linux/cafe_ccic
1462 F:      drivers/media/video/cafe_ccic*
1464 CAIF NETWORK LAYER
1465 M:      Sjur Braendeland <sjur.brandeland@stericsson.com>
1466 L:      netdev@vger.kernel.org
1467 S:      Supported
1468 F:      Documentation/networking/caif/
1469 F:      drivers/net/caif/
1470 F:      include/linux/caif/
1471 F:      include/net/caif/
1472 F:      net/caif/
1474 CALGARY x86-64 IOMMU
1475 M:      Muli Ben-Yehuda <muli@il.ibm.com>
1476 M:      "Jon D. Mason" <jdmason@kudzu.us>
1477 L:      discuss@x86-64.org
1478 S:      Maintained
1479 F:      arch/x86/kernel/pci-calgary_64.c
1480 F:      arch/x86/kernel/tce_64.c
1481 F:      arch/x86/include/asm/calgary.h
1482 F:      arch/x86/include/asm/tce.h
1484 CAN NETWORK LAYER
1485 M:      Oliver Hartkopp <socketcan@hartkopp.net>
1486 M:      Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1487 M:      Urs Thuermann <urs.thuermann@volkswagen.de>
1488 L:      socketcan-core@lists.berlios.de
1489 L:      netdev@vger.kernel.org
1490 W:      http://developer.berlios.de/projects/socketcan/
1491 S:      Maintained
1492 F:      net/can/
1493 F:      include/linux/can.h
1494 F:      include/linux/can/core.h
1495 F:      include/linux/can/bcm.h
1496 F:      include/linux/can/raw.h
1498 CAN NETWORK DRIVERS
1499 M:      Wolfgang Grandegger <wg@grandegger.com>
1500 L:      socketcan-core@lists.berlios.de
1501 L:      netdev@vger.kernel.org
1502 W:      http://developer.berlios.de/projects/socketcan/
1503 S:      Maintained
1504 F:      drivers/net/can/
1505 F:      include/linux/can/dev.h
1506 F:      include/linux/can/error.h
1507 F:      include/linux/can/netlink.h
1508 F:      include/linux/can/platform/
1510 CELL BROADBAND ENGINE ARCHITECTURE
1511 M:      Arnd Bergmann <arnd@arndb.de>
1512 L:      linuxppc-dev@lists.ozlabs.org
1513 L:      cbe-oss-dev@lists.ozlabs.org
1514 W:      http://www.ibm.com/developerworks/power/cell/
1515 S:      Supported
1516 F:      arch/powerpc/include/asm/cell*.h
1517 F:      arch/powerpc/include/asm/spu*.h
1518 F:      arch/powerpc/oprofile/*cell*
1519 F:      arch/powerpc/platforms/cell/
1521 CEPH DISTRIBUTED FILE SYSTEM CLIENT
1522 M:      Sage Weil <sage@newdream.net>
1523 L:      ceph-devel@vger.kernel.org
1524 W:      http://ceph.newdream.net/
1525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1526 S:      Supported
1527 F:      Documentation/filesystems/ceph.txt
1528 F:      fs/ceph
1529 F:      net/ceph
1530 F:      include/linux/ceph
1532 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1533 L:      linux-usb@vger.kernel.org
1534 S:      Orphan
1535 F:      Documentation/usb/WUSB-Design-overview.txt
1536 F:      Documentation/usb/wusb-cbaf
1537 F:      drivers/usb/host/hwa-hc.c
1538 F:      drivers/usb/host/whci/
1539 F:      drivers/usb/wusbcore/
1540 F:      include/linux/usb/wusb*
1542 CFAG12864B LCD DRIVER
1543 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1544 W:      http://miguelojeda.es/auxdisplay.htm
1545 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1546 S:      Maintained
1547 F:      drivers/auxdisplay/cfag12864b.c
1548 F:      include/linux/cfag12864b.h
1550 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1551 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1552 W:      http://miguelojeda.es/auxdisplay.htm
1553 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1554 S:      Maintained
1555 F:      drivers/auxdisplay/cfag12864bfb.c
1556 F:      include/linux/cfag12864b.h
1558 CFG80211 and NL80211
1559 M:      Johannes Berg <johannes@sipsolutions.net>
1560 L:      linux-wireless@vger.kernel.org
1561 S:      Maintained
1562 F:      include/linux/nl80211.h
1563 F:      include/net/cfg80211.h
1564 F:      net/wireless/*
1565 X:      net/wireless/wext*
1567 CHECKPATCH
1568 M:      Andy Whitcroft <apw@canonical.com>
1569 S:      Supported
1570 F:      scripts/checkpatch.pl
1572 CISCO VIC ETHERNET NIC DRIVER
1573 M:      Vasanthy Kolluri <vkolluri@cisco.com>
1574 M:      Roopa Prabhu <roprabhu@cisco.com>
1575 M:      David Wang <dwang2@cisco.com>
1576 S:      Supported
1577 F:      drivers/net/enic/
1579 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1580 M:      Lennert Buytenhek <kernel@wantstofly.org>
1581 L:      netdev@vger.kernel.org
1582 S:      Maintained
1583 F:      drivers/net/arm/ep93xx_eth.c
1585 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1586 M:      Lennert Buytenhek <kernel@wantstofly.org>
1587 L:      linux-usb@vger.kernel.org
1588 S:      Maintained
1589 F:      drivers/usb/host/ohci-ep93xx.c
1591 CIRRUS LOGIC CS4270 SOUND DRIVER
1592 M:      Timur Tabi <timur@freescale.com>
1593 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1594 S:      Supported
1595 F:      sound/soc/codecs/cs4270*
1597 CLK API
1598 M:      Russell King <linux@arm.linux.org.uk>
1599 F:      include/linux/clk.h
1601 CISCO FCOE HBA DRIVER
1602 M:      Abhijeet Joglekar <abjoglek@cisco.com>
1603 M:      Joe Eykholt <jeykholt@cisco.com>
1604 L:      linux-scsi@vger.kernel.org
1605 S:      Supported
1606 F:      drivers/scsi/fnic/
1608 CMPC ACPI DRIVER
1609 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1610 M:      Daniel Oliveira Nascimento <don@syst.com.br>
1611 L:      platform-driver-x86@vger.kernel.org
1612 S:      Supported
1613 F:      drivers/platform/x86/classmate-laptop.c
1615 COCCINELLE/Semantic Patches (SmPL)
1616 M:      Julia Lawall <julia@diku.dk>
1617 M:      Gilles Muller <Gilles.Muller@lip6.fr>
1618 M:      Nicolas Palix <npalix.work@gmail.com>
1619 L:      cocci@diku.dk (moderated for non-subscribers)
1620 W:      http://coccinelle.lip6.fr/
1621 S:      Supported
1622 F:      scripts/coccinelle/
1623 F:      scripts/coccicheck
1625 CODA FILE SYSTEM
1626 M:      Jan Harkes <jaharkes@cs.cmu.edu>
1627 M:      coda@cs.cmu.edu
1628 L:      codalist@coda.cs.cmu.edu
1629 W:      http://www.coda.cs.cmu.edu/
1630 S:      Maintained
1631 F:      Documentation/filesystems/coda.txt
1632 F:      fs/coda/
1633 F:      include/linux/coda*.h
1635 COMMON INTERNET FILE SYSTEM (CIFS)
1636 M:      Steve French <sfrench@samba.org>
1637 L:      linux-cifs@vger.kernel.org
1638 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
1639 W:      http://linux-cifs.samba.org/
1640 Q:      http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1642 S:      Supported
1643 F:      Documentation/filesystems/cifs.txt
1644 F:      fs/cifs/
1646 COMPACTPCI HOTPLUG CORE
1647 M:      Scott Murray <scott@spiteful.org>
1648 L:      linux-pci@vger.kernel.org
1649 S:      Maintained
1650 F:      drivers/pci/hotplug/cpci_hotplug*
1652 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1653 M:      Scott Murray <scott@spiteful.org>
1654 L:      linux-pci@vger.kernel.org
1655 S:      Maintained
1656 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1658 COMPACTPCI HOTPLUG GENERIC DRIVER
1659 M:      Scott Murray <scott@spiteful.org>
1660 L:      linux-pci@vger.kernel.org
1661 S:      Maintained
1662 F:      drivers/pci/hotplug/cpcihp_generic.c
1664 COMPAL LAPTOP SUPPORT
1665 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1666 L:      platform-driver-x86@vger.kernel.org
1667 S:      Maintained
1668 F:      drivers/platform/x86/compal-laptop.c
1670 COMPUTONE INTELLIPORT MULTIPORT CARD
1671 M:      "Michael H. Warfield" <mhw@wittsend.com>
1672 W:      http://www.wittsend.com/computone.html
1673 S:      Maintained
1674 F:      Documentation/serial/computone.txt
1675 F:      drivers/char/ip2/
1677 CONEXANT ACCESSRUNNER USB DRIVER
1678 M:      Simon Arlott <cxacru@fire.lp0.eu>
1679 L:      accessrunner-general@lists.sourceforge.net
1680 W:      http://accessrunner.sourceforge.net/
1681 S:      Maintained
1682 F:      drivers/usb/atm/cxacru.c
1684 CONFIGFS
1685 M:      Joel Becker <joel.becker@oracle.com>
1686 S:      Supported
1687 F:      fs/configfs/
1688 F:      include/linux/configfs.h
1690 CONNECTOR
1691 M:      Evgeniy Polyakov <zbr@ioremap.net>
1692 L:      netdev@vger.kernel.org
1693 S:      Maintained
1694 F:      drivers/connector/
1696 CONTROL GROUPS (CGROUPS)
1697 M:      Paul Menage <menage@google.com>
1698 M:      Li Zefan <lizf@cn.fujitsu.com>
1699 L:      containers@lists.linux-foundation.org
1700 S:      Maintained
1701 F:      include/linux/cgroup*
1702 F:      kernel/cgroup*
1703 F:      mm/*cgroup*
1705 CORETEMP HARDWARE MONITORING DRIVER
1706 M:      Fenghua Yu <fenghua.yu@intel.com>
1707 L:      lm-sensors@lm-sensors.org
1708 S:      Maintained
1709 F:      Documentation/hwmon/coretemp
1710 F:      drivers/hwmon/coretemp.c
1712 COSA/SRP SYNC SERIAL DRIVER
1713 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1714 W:      http://www.fi.muni.cz/~kas/cosa/
1715 S:      Maintained
1716 F:      drivers/net/wan/cosa*
1718 CPMAC ETHERNET DRIVER
1719 M:      Florian Fainelli <florian@openwrt.org>
1720 L:      netdev@vger.kernel.org
1721 S:      Maintained
1722 F:      drivers/net/cpmac.c
1724 CPU FREQUENCY DRIVERS
1725 M:      Dave Jones <davej@redhat.com>
1726 L:      cpufreq@vger.kernel.org
1727 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1729 S:      Maintained
1730 F:      arch/x86/kernel/cpu/cpufreq/
1731 F:      drivers/cpufreq/
1732 F:      include/linux/cpufreq.h
1734 CPUID/MSR DRIVER
1735 M:      "H. Peter Anvin" <hpa@zytor.com>
1736 S:      Maintained
1737 F:      arch/x86/kernel/cpuid.c
1738 F:      arch/x86/kernel/msr.c
1740 CPUSETS
1741 M:      Paul Menage <menage@google.com>
1742 W:      http://www.bullopensource.org/cpuset/
1743 W:      http://oss.sgi.com/projects/cpusets/
1744 S:      Supported
1745 F:      Documentation/cgroups/cpusets.txt
1746 F:      include/linux/cpuset.h
1747 F:      kernel/cpuset.c
1749 CRAMFS FILESYSTEM
1750 W:      http://sourceforge.net/projects/cramfs/
1751 S:      Orphan
1752 F:      Documentation/filesystems/cramfs.txt
1753 F:      fs/cramfs/
1755 CRIS PORT
1756 M:      Mikael Starvik <starvik@axis.com>
1757 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1758 L:      linux-cris-kernel@axis.com
1759 W:      http://developer.axis.com
1760 S:      Maintained
1761 F:      arch/cris/
1762 F:      drivers/serial/crisv10.*
1764 CRYPTO API
1765 M:      Herbert Xu <herbert@gondor.apana.org.au>
1766 M:      "David S. Miller" <davem@davemloft.net>
1767 L:      linux-crypto@vger.kernel.org
1768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1769 S:      Maintained
1770 F:      Documentation/crypto/
1771 F:      arch/*/crypto/
1772 F:      crypto/
1773 F:      drivers/crypto/
1774 F:      include/crypto/
1776 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1777 M:      Neil Horman <nhorman@tuxdriver.com>
1778 L:      linux-crypto@vger.kernel.org
1779 S:      Maintained
1780 F:      crypto/ansi_cprng.c
1781 F:      crypto/rng.c
1783 CS5535 Audio ALSA driver
1784 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
1785 S:      Maintained
1786 F:      sound/pci/cs5535audio/
1788 CX18 VIDEO4LINUX DRIVER
1789 M:      Andy Walls <awalls@md.metrocast.net>
1790 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
1791 L:      linux-media@vger.kernel.org
1792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1793 W:      http://linuxtv.org
1794 W:      http://www.ivtvdriver.org/index.php/Cx18
1795 S:      Maintained
1796 F:      Documentation/video4linux/cx18.txt
1797 F:      drivers/media/video/cx18/
1799 CXGB3 ETHERNET DRIVER (CXGB3)
1800 M:      Divy Le Ray <divy@chelsio.com>
1801 L:      netdev@vger.kernel.org
1802 W:      http://www.chelsio.com
1803 S:      Supported
1804 F:      drivers/net/cxgb3/
1806 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1807 M:      Steve Wise <swise@chelsio.com>
1808 L:      linux-rdma@vger.kernel.org
1809 W:      http://www.openfabrics.org
1810 S:      Supported
1811 F:      drivers/infiniband/hw/cxgb3/
1813 CXGB4 ETHERNET DRIVER (CXGB4)
1814 M:      Dimitris Michailidis <dm@chelsio.com>
1815 L:      netdev@vger.kernel.org
1816 W:      http://www.chelsio.com
1817 S:      Supported
1818 F:      drivers/net/cxgb4/
1820 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
1821 M:      Steve Wise <swise@chelsio.com>
1822 L:      linux-rdma@vger.kernel.org
1823 W:      http://www.openfabrics.org
1824 S:      Supported
1825 F:      drivers/infiniband/hw/cxgb4/
1827 CXGB4VF ETHERNET DRIVER (CXGB4VF)
1828 M:      Casey Leedom <leedom@chelsio.com>
1829 L:      netdev@vger.kernel.org
1830 W:      http://www.chelsio.com
1831 S:      Supported
1832 F:      drivers/net/cxgb4vf/
1834 STMMAC ETHERNET DRIVER
1835 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
1836 L:      netdev@vger.kernel.org
1837 W:      http://www.stlinux.com
1838 S:      Supported
1839 F:      drivers/net/stmmac/
1841 CYBERPRO FB DRIVER
1842 M:      Russell King <linux@arm.linux.org.uk>
1843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1844 W:      http://www.arm.linux.org.uk/
1845 S:      Maintained
1846 F:      drivers/video/cyber2000fb.*
1848 CYCLADES 2X SYNC CARD DRIVER
1849 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1850 W:      http://oops.ghostprotocols.net:81/blog
1851 S:      Maintained
1852 F:      drivers/net/wan/cycx*
1854 CYCLADES ASYNC MUX DRIVER
1855 W:      http://www.cyclades.com/
1856 S:      Orphan
1857 F:      drivers/char/cyclades.c
1858 F:      include/linux/cyclades.h
1860 CYCLADES PC300 DRIVER
1861 W:      http://www.cyclades.com/
1862 S:      Orphan
1863 F:      drivers/net/wan/pc300*
1865 DAMA SLAVE for AX.25
1866 M:      Joerg Reuter <jreuter@yaina.de>
1867 W:      http://yaina.de/jreuter/
1868 W:      http://www.qsl.net/dl1bke/
1869 L:      linux-hams@vger.kernel.org
1870 S:      Maintained
1871 F:      net/ax25/af_ax25.c
1872 F:      net/ax25/ax25_dev.c
1873 F:      net/ax25/ax25_ds_*
1874 F:      net/ax25/ax25_in.c
1875 F:      net/ax25/ax25_out.c
1876 F:      net/ax25/ax25_timer.c
1877 F:      net/ax25/sysctl_net_ax25.c
1879 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1880 M:      Tobias Ringstrom <tori@unhappy.mine.nu>
1881 L:      netdev@vger.kernel.org
1882 S:      Maintained
1883 F:      Documentation/networking/dmfe.txt
1884 F:      drivers/net/tulip/dmfe.c
1886 DC390/AM53C974 SCSI driver
1887 M:      Kurt Garloff <garloff@suse.de>
1888 W:      http://www.garloff.de/kurt/linux/dc390/
1889 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1890 S:      Maintained
1891 F:      drivers/scsi/tmscsim.*
1893 DC395x SCSI driver
1894 M:      Oliver Neukum <oliver@neukum.name>
1895 M:      Ali Akcaagac <aliakc@web.de>
1896 M:      Jamie Lenehan <lenehan@twibble.org>
1897 W:      http://twibble.org/dist/dc395x/
1898 L:      dc395x@twibble.org
1899 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1900 S:      Maintained
1901 F:      Documentation/scsi/dc395x.txt
1902 F:      drivers/scsi/dc395x.*
1904 DCCP PROTOCOL
1905 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1906 L:      dccp@vger.kernel.org
1907 W:      http://linux-net.osdl.org/index.php/DCCP
1908 S:      Maintained
1909 F:      include/linux/dccp.h
1910 F:      include/linux/tfrc.h
1911 F:      net/dccp/
1913 DECnet NETWORK LAYER
1914 W:      http://linux-decnet.sourceforge.net
1915 L:      linux-decnet-user@lists.sourceforge.net
1916 S:      Orphan
1917 F:      Documentation/networking/decnet.txt
1918 F:      net/decnet/
1920 DEFXX FDDI NETWORK DRIVER
1921 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
1922 S:      Maintained
1923 F:      drivers/net/defxx.*
1925 DELL LAPTOP DRIVER
1926 M:      Matthew Garrett <mjg59@srcf.ucam.org>
1927 L:      platform-driver-x86@vger.kernel.org
1928 S:      Maintained
1929 F:      drivers/platform/x86/dell-laptop.c
1931 DELL LAPTOP SMM DRIVER
1932 M:      Massimo Dal Zotto <dz@debian.org>
1933 W:      http://www.debian.org/~dz/i8k/
1934 S:      Maintained
1935 F:      drivers/char/i8k.c
1936 F:      include/linux/i8k.h
1938 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1939 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
1940 S:      Maintained
1941 F:      Documentation/dcdbas.txt
1942 F:      drivers/firmware/dcdbas.*
1944 DELL WMI EXTRAS DRIVER
1945 M:      Matthew Garrett <mjg59@srcf.ucam.org>
1946 S:      Maintained
1947 F:      drivers/platform/x86/dell-wmi.c
1949 DEVICE NUMBER REGISTRY
1950 M:      Torben Mathiasen <device@lanana.org>
1951 W:      http://lanana.org/docs/device-list/index.html
1952 S:      Maintained
1954 DEVICE-MAPPER  (LVM)
1955 P:      Alasdair Kergon
1956 L:      dm-devel@redhat.com
1957 W:      http://sources.redhat.com/dm
1958 Q:      http://patchwork.kernel.org/project/dm-devel/list/
1959 S:      Maintained
1960 F:      Documentation/device-mapper/
1961 F:      drivers/md/dm*
1962 F:      include/linux/device-mapper.h
1963 F:      include/linux/dm-*.h
1965 DIGI INTL. EPCA DRIVER
1966 M:      "Digi International, Inc" <Eng.Linux@digi.com>
1967 L:      Eng.Linux@digi.com
1968 W:      http://www.digi.com
1969 S:      Orphan
1970 F:      Documentation/serial/digiepca.txt
1971 F:      drivers/char/epca*
1972 F:      drivers/char/digi*
1974 DIRECTORY NOTIFICATION (DNOTIFY)
1975 M:      Eric Paris <eparis@parisplace.org>
1976 S:      Maintained
1977 F:      Documentation/filesystems/dnotify.txt
1978 F:      fs/notify/dnotify/
1979 F:      include/linux/dnotify.h
1981 DISK GEOMETRY AND PARTITION HANDLING
1982 M:      Andries Brouwer <aeb@cwi.nl>
1983 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1984 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1985 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1986 S:      Maintained
1988 DISKQUOTA
1989 M:      Jan Kara <jack@suse.cz>
1990 S:      Maintained
1991 F:      Documentation/filesystems/quota.txt
1992 F:      fs/quota/
1993 F:      include/linux/quota*.h
1995 DISTRIBUTED LOCK MANAGER (DLM)
1996 M:      Christine Caulfield <ccaulfie@redhat.com>
1997 M:      David Teigland <teigland@redhat.com>
1998 L:      cluster-devel@redhat.com
1999 W:      http://sources.redhat.com/cluster/
2000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2001 S:      Supported
2002 F:      fs/dlm/
2004 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2005 M:      Dan Williams <dan.j.williams@intel.com>
2006 S:      Supported
2007 F:      drivers/dma/
2008 F:      include/linux/dma*
2010 DME1737 HARDWARE MONITOR DRIVER
2011 M:      Juerg Haefliger <juergh@gmail.com>
2012 L:      lm-sensors@lm-sensors.org
2013 S:      Maintained
2014 F:      Documentation/hwmon/dme1737
2015 F:      drivers/hwmon/dme1737.c
2017 DOCBOOK FOR DOCUMENTATION
2018 M:      Randy Dunlap <rdunlap@xenotime.net>
2019 S:      Maintained
2020 F:      scripts/kernel-doc
2022 DOCKING STATION DRIVER
2023 M:      Shaohua Li <shaohua.li@intel.com>
2024 L:      linux-acpi@vger.kernel.org
2025 S:      Supported
2026 F:      drivers/acpi/dock.c
2028 DOCUMENTATION
2029 M:      Randy Dunlap <rdunlap@xenotime.net>
2030 L:      linux-doc@vger.kernel.org
2031 T:      quilt oss.oracle.com/~rdunlap/kernel-doc-patches/current/
2032 S:      Maintained
2033 F:      Documentation/
2035 DOUBLETALK DRIVER
2036 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
2037 L:      blinux-list@redhat.com
2038 S:      Maintained
2039 F:      drivers/char/dtlk.c
2040 F:      include/linux/dtlk.h
2042 DPT_I2O SCSI RAID DRIVER
2043 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2044 L:      linux-scsi@vger.kernel.org
2045 W:      http://www.adaptec.com/
2046 S:      Maintained
2047 F:      drivers/scsi/dpt*
2048 F:      drivers/scsi/dpt/
2050 DRBD DRIVER
2051 P:      Philipp Reisner
2052 P:      Lars Ellenberg
2053 M:      drbd-dev@lists.linbit.com
2054 L:      drbd-user@lists.linbit.com
2055 W:      http://www.drbd.org
2056 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
2057 T:      git git://git.drbd.org/drbd-8.3.git
2058 S:      Supported
2059 F:      drivers/block/drbd/
2060 F:      lib/lru_cache.c
2061 F:      Documentation/blockdev/drbd/
2063 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2064 M:      Greg Kroah-Hartman <gregkh@suse.de>
2065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git
2066 S:      Supported
2067 F:      Documentation/kobject.txt
2068 F:      drivers/base/
2069 F:      fs/sysfs/
2070 F:      fs/debugfs/
2071 F:      include/linux/kobj*
2072 F:      include/linux/debugfs.h
2073 F:      lib/kobj*
2075 DRM DRIVERS
2076 M:      David Airlie <airlied@linux.ie>
2077 L:      dri-devel@lists.freedesktop.org
2078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2079 S:      Maintained
2080 F:      drivers/gpu/drm/
2081 F:      include/drm/
2083 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2084 M:      Chris Wilson <chris@chris-wilson.co.uk>
2085 L:      intel-gfx@lists.freedesktop.org (subscribers-only)
2086 L:      dri-devel@lists.freedesktop.org
2087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel.git
2088 S:      Supported
2089 F:      drivers/gpu/drm/i915
2090 F:      include/drm/i915*
2092 DSCC4 DRIVER
2093 M:      Francois Romieu <romieu@fr.zoreil.com>
2094 L:      netdev@vger.kernel.org
2095 S:      Maintained
2096 F:      drivers/net/wan/dscc4.c
2098 DZ DECSTATION DZ11 SERIAL DRIVER
2099 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2100 S:      Maintained
2101 F:      drivers/serial/dz.*
2103 EATA-DMA SCSI DRIVER
2104 M:      Michael Neuffer <mike@i-Connect.Net>
2105 L:      linux-eata@i-connect.net
2106 L:      linux-scsi@vger.kernel.org
2107 S:      Maintained
2108 F:      drivers/scsi/eata*
2110 EATA ISA/EISA/PCI SCSI DRIVER
2111 M:      Dario Ballabio <ballabio_dario@emc.com>
2112 L:      linux-scsi@vger.kernel.org
2113 S:      Maintained
2114 F:      drivers/scsi/eata.c
2116 EATA-PIO SCSI DRIVER
2117 M:      Michael Neuffer <mike@i-Connect.Net>
2118 L:      linux-eata@i-connect.net
2119 L:      linux-scsi@vger.kernel.org
2120 S:      Maintained
2121 F:      drivers/scsi/eata_pio.*
2123 EBTABLES
2124 M:      Bart De Schuymer <bart.de.schuymer@pandora.be>
2125 L:      ebtables-user@lists.sourceforge.net
2126 L:      ebtables-devel@lists.sourceforge.net
2127 W:      http://ebtables.sourceforge.net/
2128 S:      Maintained
2129 F:      include/linux/netfilter_bridge/ebt_*.h
2130 F:      net/bridge/netfilter/ebt*.c
2132 ECRYPT FILE SYSTEM
2133 M:      Tyler Hicks <tyhicks@linux.vnet.ibm.com>
2134 M:      Dustin Kirkland <kirkland@canonical.com>
2135 L:      ecryptfs-devel@lists.launchpad.net
2136 W:      https://launchpad.net/ecryptfs
2137 S:      Supported
2138 F:      Documentation/filesystems/ecryptfs.txt
2139 F:      fs/ecryptfs/
2141 EDAC-CORE
2142 M:      Doug Thompson <dougthompson@xmission.com>
2143 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2144 W:      bluesmoke.sourceforge.net
2145 S:      Supported
2146 F:      Documentation/edac.txt
2147 F:      drivers/edac/edac_*
2148 F:      include/linux/edac.h
2150 EDAC-AMD64
2151 M:      Doug Thompson <dougthompson@xmission.com>
2152 M:      Borislav Petkov <borislav.petkov@amd.com>
2153 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2154 W:      bluesmoke.sourceforge.net
2155 S:      Supported
2156 F:      drivers/edac/amd64_edac*
2158 EDAC-E752X
2159 M:      Mark Gross <mark.gross@intel.com>
2160 M:      Doug Thompson <dougthompson@xmission.com>
2161 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2162 W:      bluesmoke.sourceforge.net
2163 S:      Maintained
2164 F:      drivers/edac/e752x_edac.c
2166 EDAC-E7XXX
2167 M:      Doug Thompson <dougthompson@xmission.com>
2168 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2169 W:      bluesmoke.sourceforge.net
2170 S:      Maintained
2171 F:      drivers/edac/e7xxx_edac.c
2173 EDAC-I82443BXGX
2174 M:      Tim Small <tim@buttersideup.com>
2175 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2176 W:      bluesmoke.sourceforge.net
2177 S:      Maintained
2178 F:      drivers/edac/i82443bxgx_edac.c
2180 EDAC-I3000
2181 M:      Jason Uhlenkott <juhlenko@akamai.com>
2182 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2183 W:      bluesmoke.sourceforge.net
2184 S:      Maintained
2185 F:      drivers/edac/i3000_edac.c
2187 EDAC-I5000
2188 M:      Doug Thompson <dougthompson@xmission.com>
2189 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2190 W:      bluesmoke.sourceforge.net
2191 S:      Maintained
2192 F:      drivers/edac/i5000_edac.c
2194 EDAC-I5400
2195 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2196 L:      linux-edac@vger.kernel.org
2197 W:      bluesmoke.sourceforge.net
2198 S:      Maintained
2199 F:      drivers/edac/i5400_edac.c
2201 EDAC-I7300
2202 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2203 L:      linux-edac@vger.kernel.org
2204 W:      bluesmoke.sourceforge.net
2205 S:      Maintained
2206 F:      drivers/edac/i7300_edac.c
2208 EDAC-I7CORE
2209 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2210 L:      linux-edac@vger.kernel.org
2211 W:      bluesmoke.sourceforge.net
2212 S:      Maintained
2213 F:      drivers/edac/i7core_edac.c
2214 F:      drivers/edac/edac_mce.c
2215 F:      include/linux/edac_mce.h
2217 EDAC-I82975X
2218 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
2219 M:      "Arvind R." <arvind@jetztechnologies.com>
2220 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2221 W:      bluesmoke.sourceforge.net
2222 S:      Maintained
2223 F:      drivers/edac/i82975x_edac.c
2225 EDAC-PASEMI
2226 M:      Egor Martovetsky <egor@pasemi.com>
2227 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2228 W:      bluesmoke.sourceforge.net
2229 S:      Maintained
2230 F:      drivers/edac/pasemi_edac.c
2232 EDAC-R82600
2233 M:      Tim Small <tim@buttersideup.com>
2234 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2235 W:      bluesmoke.sourceforge.net
2236 S:      Maintained
2237 F:      drivers/edac/r82600_edac.c
2239 EEEPC LAPTOP EXTRAS DRIVER
2240 M:      Corentin Chary <corentincj@iksaif.net>
2241 L:      acpi4asus-user@lists.sourceforge.net
2242 L:      platform-driver-x86@vger.kernel.org
2243 W:      http://acpi4asus.sf.net
2244 S:      Maintained
2245 F:      drivers/platform/x86/eeepc-laptop.c
2247 EFIFB FRAMEBUFFER DRIVER
2248 L:      linux-fbdev@vger.kernel.org
2249 M:      Peter Jones <pjones@redhat.com>
2250 S:      Maintained
2251 F:      drivers/video/efifb.c
2253 EFS FILESYSTEM
2254 W:      http://aeschi.ch.eu.org/efs/
2255 S:      Orphan
2256 F:      fs/efs/
2258 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2259 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2260 M:      Christoph Raisch <raisch@de.ibm.com>
2261 L:      linux-rdma@vger.kernel.org
2262 S:      Supported
2263 F:      drivers/infiniband/hw/ehca/
2265 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2266 M:      Breno Leitao <leitao@linux.vnet.ibm.com>
2267 L:      netdev@vger.kernel.org
2268 S:      Maintained
2269 F:      drivers/net/ehea/
2271 EMBEDDED LINUX
2272 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
2273 M:      Matt Mackall <mpm@selenic.com>
2274 M:      David Woodhouse <dwmw2@infradead.org>
2275 L:      linux-embedded@vger.kernel.org
2276 S:      Maintained
2278 EMULEX LPFC FC SCSI DRIVER
2279 M:      James Smart <james.smart@emulex.com>
2280 L:      linux-scsi@vger.kernel.org
2281 W:      http://sourceforge.net/projects/lpfcxxxx
2282 S:      Supported
2283 F:      drivers/scsi/lpfc/
2285 ENE CB710 FLASH CARD READER DRIVER
2286 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
2287 S:      Maintained
2288 F:      drivers/misc/cb710/
2289 F:      drivers/mmc/host/cb710-mmc.*
2290 F:      include/linux/cb710.h
2292 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2293 M:      Maxim Levitsky <maximlevitsky@gmail.com>
2294 S:      Maintained
2295 F:      drivers/media/IR/ene_ir.c
2296 F:      drivers/media/IR/ene_ir.h
2298 EPSON 1355 FRAMEBUFFER DRIVER
2299 M:      Christopher Hoover <ch@murgatroid.com>
2300 M:      Christopher Hoover <ch@hpl.hp.com>
2301 S:      Maintained
2302 F:      drivers/video/epson1355fb.c
2304 EPSON S1D13XXX FRAMEBUFFER DRIVER
2305 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
2306 S:      Maintained
2307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2308 F:      drivers/video/s1d13xxxfb.c
2309 F:      include/video/s1d13xxxfb.h
2311 ETHEREXPRESS-16 NETWORK DRIVER
2312 M:      Philip Blundell <philb@gnu.org>
2313 L:      netdev@vger.kernel.org
2314 S:      Maintained
2315 F:      drivers/net/eexpress.*
2317 ETHERNET BRIDGE
2318 M:      Stephen Hemminger <shemminger@linux-foundation.org>
2319 L:      bridge@lists.linux-foundation.org
2320 L:      netdev@vger.kernel.org
2321 W:      http://www.linux-foundation.org/en/Net:Bridge
2322 S:      Maintained
2323 F:      include/linux/netfilter_bridge/
2324 F:      net/bridge/
2326 ETHERTEAM 16I DRIVER
2327 M:      Mika Kuoppala <miku@iki.fi>
2328 S:      Maintained
2329 F:      drivers/net/eth16i.c
2331 EXT2 FILE SYSTEM
2332 M:      Jan Kara <jack@suse.cz>
2333 L:      linux-ext4@vger.kernel.org
2334 S:      Maintained
2335 F:      Documentation/filesystems/ext2.txt
2336 F:      fs/ext2/
2337 F:      include/linux/ext2*
2339 EXT3 FILE SYSTEM
2340 M:      Jan Kara <jack@suse.cz>
2341 M:      Andrew Morton <akpm@linux-foundation.org>
2342 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2343 L:      linux-ext4@vger.kernel.org
2344 S:      Maintained
2345 F:      Documentation/filesystems/ext3.txt
2346 F:      fs/ext3/
2347 F:      include/linux/ext3*
2349 EXT4 FILE SYSTEM
2350 M:      "Theodore Ts'o" <tytso@mit.edu>
2351 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2352 L:      linux-ext4@vger.kernel.org
2353 W:      http://ext4.wiki.kernel.org
2354 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
2355 S:      Maintained
2356 F:      Documentation/filesystems/ext4.txt
2357 F:      fs/ext4/
2359 F71805F HARDWARE MONITORING DRIVER
2360 M:      Jean Delvare <khali@linux-fr.org>
2361 L:      lm-sensors@lm-sensors.org
2362 S:      Maintained
2363 F:      Documentation/hwmon/f71805f
2364 F:      drivers/hwmon/f71805f.c
2366 FANOTIFY
2367 M:      Eric Paris <eparis@redhat.com>
2368 S:      Maintained
2369 F:      fs/notify/fanotify/
2370 F:      include/linux/fanotify.h
2372 FARSYNC SYNCHRONOUS DRIVER
2373 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
2374 W:      http://www.farsite.co.uk/
2375 S:      Supported
2376 F:      drivers/net/wan/farsync.*
2378 FAULT INJECTION SUPPORT
2379 M:      Akinobu Mita <akinobu.mita@gmail.com>
2380 S:      Supported
2381 F:      Documentation/fault-injection/
2382 F:      lib/fault-inject.c
2384 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2385 M:      Robert Love <robert.w.love@intel.com>
2386 L:      devel@open-fcoe.org
2387 W:      www.Open-FCoE.org
2388 S:      Supported
2389 F:      drivers/scsi/libfc/
2390 F:      drivers/scsi/fcoe/
2391 F:      include/scsi/fc/
2392 F:      include/scsi/libfc.h
2393 F:      include/scsi/libfcoe.h
2395 FILE LOCKING (flock() and fcntl()/lockf())
2396 M:      Matthew Wilcox <matthew@wil.cx>
2397 L:      linux-fsdevel@vger.kernel.org
2398 S:      Maintained
2399 F:      include/linux/fcntl.h
2400 F:      include/linux/fs.h
2401 F:      fs/fcntl.c
2402 F:      fs/locks.c
2404 FILESYSTEMS (VFS and infrastructure)
2405 M:      Alexander Viro <viro@zeniv.linux.org.uk>
2406 L:      linux-fsdevel@vger.kernel.org
2407 S:      Maintained
2408 F:      fs/*
2410 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2411 M:      Riku Voipio <riku.voipio@iki.fi>
2412 L:      lm-sensors@lm-sensors.org
2413 S:      Maintained
2414 F:      drivers/hwmon/f75375s.c
2415 F:      include/linux/f75375s.h
2417 FIREWIRE SUBSYSTEM
2418 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2419 L:      linux1394-devel@lists.sourceforge.net
2420 W:      http://ieee1394.wiki.kernel.org/
2421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2422 S:      Maintained
2423 F:      drivers/firewire/
2424 F:      include/linux/firewire*.h
2425 F:      tools/firewire/
2427 FIRMWARE LOADER (request_firmware)
2428 S:      Orphan
2429 F:      Documentation/firmware_class/
2430 F:      drivers/base/firmware*.c
2431 F:      include/linux/firmware.h
2433 FPU EMULATOR
2434 M:      Bill Metzenthen <billm@melbpc.org.au>
2435 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2436 S:      Maintained
2437 F:      arch/x86/math-emu/
2439 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2440 M:      Mike McLagan <mike.mclagan@linux.org>
2441 L:      netdev@vger.kernel.org
2442 S:      Maintained
2443 F:      drivers/net/wan/dlci.c
2444 F:      drivers/net/wan/sdla.c
2446 FRAMEBUFFER LAYER
2447 L:      linux-fbdev@vger.kernel.org
2448 W:      http://linux-fbdev.sourceforge.net/
2449 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
2450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git
2451 S:      Orphan
2452 F:      Documentation/fb/
2453 F:      drivers/video/
2454 F:      include/video/
2455 F:      include/linux/fb.h
2457 FREESCALE DMA DRIVER
2458 M:      Li Yang <leoli@freescale.com>
2459 M:      Zhang Wei <zw@zh-kernel.org>
2460 L:      linuxppc-dev@lists.ozlabs.org
2461 S:      Maintained
2462 F:      drivers/dma/fsldma.*
2464 FREESCALE I2C CPM DRIVER
2465 M:      Jochen Friedrich <jochen@scram.de>
2466 L:      linuxppc-dev@lists.ozlabs.org
2467 L:      linux-i2c@vger.kernel.org
2468 S:      Maintained
2469 F:      drivers/i2c/busses/i2c-cpm.c
2471 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2472 M:      Sascha Hauer <kernel@pengutronix.de>
2473 L:      linux-fbdev@vger.kernel.org
2474 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2475 S:      Maintained
2476 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2477 F:      drivers/video/imxfb.c
2479 FREESCALE SOC FS_ENET DRIVER
2480 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
2481 M:      Vitaly Bordug <vbordug@ru.mvista.com>
2482 L:      linuxppc-dev@lists.ozlabs.org
2483 L:      netdev@vger.kernel.org
2484 S:      Maintained
2485 F:      drivers/net/fs_enet/
2486 F:      include/linux/fs_enet_pd.h
2488 FREESCALE QUICC ENGINE LIBRARY
2489 M:      Timur Tabi <timur@freescale.com>
2490 L:      linuxppc-dev@lists.ozlabs.org
2491 S:      Supported
2492 F:      arch/powerpc/sysdev/qe_lib/
2493 F:      arch/powerpc/include/asm/*qe.h
2495 FREESCALE USB PERIPHERAL DRIVERS
2496 M:      Li Yang <leoli@freescale.com>
2497 L:      linux-usb@vger.kernel.org
2498 L:      linuxppc-dev@lists.ozlabs.org
2499 S:      Maintained
2500 F:      drivers/usb/gadget/fsl*
2502 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2503 M:      Li Yang <leoli@freescale.com>
2504 L:      netdev@vger.kernel.org
2505 L:      linuxppc-dev@lists.ozlabs.org
2506 S:      Maintained
2507 F:      drivers/net/ucc_geth*
2509 FREESCALE QUICC ENGINE UCC UART DRIVER
2510 M:      Timur Tabi <timur@freescale.com>
2511 L:      linuxppc-dev@lists.ozlabs.org
2512 S:      Supported
2513 F:      drivers/serial/ucc_uart.c
2515 FREESCALE SOC SOUND DRIVERS
2516 M:      Timur Tabi <timur@freescale.com>
2517 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2518 L:      linuxppc-dev@lists.ozlabs.org
2519 S:      Supported
2520 F:      sound/soc/fsl/fsl*
2521 F:      sound/soc/fsl/mpc8610_hpcd.c
2523 FREEVXFS FILESYSTEM
2524 M:      Christoph Hellwig <hch@infradead.org>
2525 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2526 S:      Maintained
2527 F:      fs/freevxfs/
2529 FREEZER
2530 M:      Pavel Machek <pavel@ucw.cz>
2531 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2532 L:      linux-pm@lists.linux-foundation.org
2533 S:      Supported
2534 F:      Documentation/power/freezing-of-tasks.txt
2535 F:      include/linux/freezer.h
2536 F:      kernel/freezer.c
2538 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2539 M:      David Howells <dhowells@redhat.com>
2540 L:      linux-cachefs@redhat.com
2541 S:      Supported
2542 F:      Documentation/filesystems/caching/
2543 F:      fs/fscache/
2544 F:      include/linux/fscache*.h
2546 FUJITSU FR-V (FRV) PORT
2547 M:      David Howells <dhowells@redhat.com>
2548 S:      Maintained
2549 F:      arch/frv/
2551 FUJITSU LAPTOP EXTRAS
2552 M:      Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2553 L:      platform-driver-x86@vger.kernel.org
2554 S:      Maintained
2555 F:      drivers/platform/x86/fujitsu-laptop.c
2557 FUSE: FILESYSTEM IN USERSPACE
2558 M:      Miklos Szeredi <miklos@szeredi.hu>
2559 L:      fuse-devel@lists.sourceforge.net
2560 W:      http://fuse.sourceforge.net/
2561 S:      Maintained
2562 F:      fs/fuse/
2563 F:      include/linux/fuse.h
2565 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2566 M:      Rik Faith <faith@cs.unc.edu>
2567 L:      linux-scsi@vger.kernel.org
2568 S:      Odd Fixes (e.g., new signatures)
2569 F:      drivers/scsi/fdomain.*
2571 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2572 M:      Achim Leubner <achim_leubner@adaptec.com>
2573 L:      linux-scsi@vger.kernel.org
2574 W:      http://www.icp-vortex.com/
2575 S:      Supported
2576 F:      drivers/scsi/gdt*
2578 GENERIC GPIO I2C DRIVER
2579 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2580 S:      Supported
2581 F:      drivers/i2c/busses/i2c-gpio.c
2582 F:      include/linux/i2c-gpio.h
2584 GENERIC HDLC (WAN) DRIVERS
2585 M:      Krzysztof Halasa <khc@pm.waw.pl>
2586 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2587 S:      Maintained
2588 F:      drivers/net/wan/c101.c
2589 F:      drivers/net/wan/hd6457*
2590 F:      drivers/net/wan/hdlc*
2591 F:      drivers/net/wan/n2.c
2592 F:      drivers/net/wan/pc300too.c
2593 F:      drivers/net/wan/pci200syn.c
2594 F:      drivers/net/wan/wanxl*
2596 GENERIC INCLUDE/ASM HEADER FILES
2597 M:      Arnd Bergmann <arnd@arndb.de>
2598 L:      linux-arch@vger.kernel.org
2599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2600 S:      Maintained
2601 F:      include/asm-generic
2603 GENERIC UIO DRIVER FOR PCI DEVICES
2604 M:      "Michael S. Tsirkin" <mst@redhat.com>
2605 L:      kvm@vger.kernel.org
2606 S:      Supported
2607 F:      drivers/uio/uio_pci_generic.c
2609 GFS2 FILE SYSTEM
2610 M:      Steven Whitehouse <swhiteho@redhat.com>
2611 L:      cluster-devel@redhat.com
2612 W:      http://sources.redhat.com/cluster/
2613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2615 S:      Supported
2616 F:      Documentation/filesystems/gfs2*.txt
2617 F:      fs/gfs2/
2618 F:      include/linux/gfs2_ondisk.h
2620 GIGASET ISDN DRIVERS
2621 M:      Hansjoerg Lipp <hjlipp@web.de>
2622 M:      Tilman Schmidt <tilman@imap.cc>
2623 L:      gigaset307x-common@lists.sourceforge.net
2624 W:      http://gigaset307x.sourceforge.net/
2625 S:      Maintained
2626 F:      Documentation/isdn/README.gigaset
2627 F:      drivers/isdn/gigaset/
2628 F:      include/linux/gigaset_dev.h
2630 GRETH 10/100/1G Ethernet MAC device driver
2631 M:      Kristoffer Glembo <kristoffer@gaisler.com>
2632 L:      netdev@vger.kernel.org
2633 S:      Maintained
2634 F:      drivers/net/greth*
2636 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2637 M:      Frank Seidel <frank@f-seidel.de>
2638 L:      platform-driver-x86@vger.kernel.org
2639 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2640 S:      Maintained
2641 F:      drivers/platform/x86/hdaps.c
2643 HWPOISON MEMORY FAILURE HANDLING
2644 M:      Andi Kleen <andi@firstfloor.org>
2645 L:      linux-mm@kvack.org
2646 L:      linux-kernel@vger.kernel.org
2647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2648 S:      Maintained
2649 F:      mm/memory-failure.c
2650 F:      mm/hwpoison-inject.c
2652 HYPERVISOR VIRTUAL CONSOLE DRIVER
2653 L:      linuxppc-dev@lists.ozlabs.org
2654 S:      Odd Fixes
2655 F:      drivers/char/hvc_*
2657 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
2658 M:      Peter Jones <pjones@redhat.com>
2659 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
2660 S:      Maintained
2661 F:      drivers/firmware/iscsi_ibft*
2663 GSPCA FINEPIX SUBDRIVER
2664 M:      Frank Zago <frank@zago.net>
2665 L:      linux-media@vger.kernel.org
2666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2667 S:      Maintained
2668 F:      drivers/media/video/gspca/finepix.c
2670 GSPCA GL860 SUBDRIVER
2671 M:      Olivier Lorin <o.lorin@laposte.net>
2672 L:      linux-media@vger.kernel.org
2673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2674 S:      Maintained
2675 F:      drivers/media/video/gspca/gl860/
2677 GSPCA M5602 SUBDRIVER
2678 M:      Erik Andren <erik.andren@gmail.com>
2679 L:      linux-media@vger.kernel.org
2680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2681 S:      Maintained
2682 F:      drivers/media/video/gspca/m5602/
2684 GSPCA PAC207 SONIXB SUBDRIVER
2685 M:      Hans de Goede <hdegoede@redhat.com>
2686 L:      linux-media@vger.kernel.org
2687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2688 S:      Maintained
2689 F:      drivers/media/video/gspca/pac207.c
2691 GSPCA SN9C20X SUBDRIVER
2692 M:      Brian Johnson <brijohn@gmail.com>
2693 L:      linux-media@vger.kernel.org
2694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2695 S:      Maintained
2696 F:      drivers/media/video/gspca/sn9c20x.c
2698 GSPCA T613 SUBDRIVER
2699 M:      Leandro Costantino <lcostantino@gmail.com>
2700 L:      linux-media@vger.kernel.org
2701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2702 S:      Maintained
2703 F:      drivers/media/video/gspca/t613.c
2705 GSPCA USB WEBCAM DRIVER
2706 M:      Jean-Francois Moine <moinejf@free.fr>
2707 W:      http://moinejf.free.fr
2708 L:      linux-media@vger.kernel.org
2709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2710 S:      Maintained
2711 F:      drivers/media/video/gspca/
2713 HARDWARE MONITORING
2714 M:      Jean Delvare <khali@linux-fr.org>
2715 M:      Guenter Roeck <guenter.roeck@ericsson.com>
2716 L:      lm-sensors@lm-sensors.org
2717 W:      http://www.lm-sensors.org/
2718 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
2719 T:      quilt kernel.org/pub/linux/kernel/people/groeck/linux-staging/
2720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
2721 S:      Maintained
2722 F:      Documentation/hwmon/
2723 F:      drivers/hwmon/
2724 F:      include/linux/hwmon*.h
2726 HARDWARE RANDOM NUMBER GENERATOR CORE
2727 M:      Matt Mackall <mpm@selenic.com>
2728 M:      Herbert Xu <herbert@gondor.apana.org.au>
2729 S:      Odd fixes
2730 F:      Documentation/hw_random.txt
2731 F:      drivers/char/hw_random/
2732 F:      include/linux/hw_random.h
2734 HARMONY SOUND DRIVER
2735 M:      Kyle McMartin <kyle@mcmartin.ca>
2736 L:      linux-parisc@vger.kernel.org
2737 S:      Maintained
2738 F:      sound/parisc/harmony.*
2740 HEWLETT-PACKARD SMART2 RAID DRIVER
2741 M:      Chirag Kantharia <chirag.kantharia@hp.com>
2742 L:      iss_storagedev@hp.com
2743 S:      Maintained
2744 F:      Documentation/blockdev/cpqarray.txt
2745 F:      drivers/block/cpqarray.*
2747 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
2748 M:      Stephen M. Cameron <scameron@beardog.cce.hp.com>
2749 L:      iss_storagedev@hp.com
2750 S:      Supported
2751 F:      Documentation/scsi/hpsa.txt
2752 F:      drivers/scsi/hpsa*.[ch]
2753 F:      include/linux/cciss*.h
2755 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2756 M:      Mike Miller <mike.miller@hp.com>
2757 L:      iss_storagedev@hp.com
2758 S:      Supported
2759 F:      Documentation/blockdev/cciss.txt
2760 F:      drivers/block/cciss*
2761 F:      include/linux/cciss_ioctl.h
2763 HFS FILESYSTEM
2764 M:      Roman Zippel <zippel@linux-m68k.org>
2765 S:      Maintained
2766 F:      Documentation/filesystems/hfs.txt
2767 F:      fs/hfs/
2769 HGA FRAMEBUFFER DRIVER
2770 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2771 L:      linux-nvidia@lists.surfsouth.com
2772 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2773 S:      Maintained
2774 F:      drivers/video/hgafb.c
2776 HIBERNATION (aka Software Suspend, aka swsusp)
2777 M:      Pavel Machek <pavel@ucw.cz>
2778 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2779 L:      linux-pm@lists.linux-foundation.org
2780 S:      Supported
2781 F:      arch/x86/power/
2782 F:      drivers/base/power/
2783 F:      kernel/power/
2784 F:      include/linux/suspend.h
2785 F:      include/linux/freezer.h
2786 F:      include/linux/pm.h
2787 F:      arch/*/include/asm/suspend*.h
2789 HID CORE LAYER
2790 M:      Jiri Kosina <jkosina@suse.cz>
2791 L:      linux-input@vger.kernel.org
2792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2793 S:      Maintained
2794 F:      drivers/hid/
2795 F:      include/linux/hid*
2797 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2798 M:      Thomas Gleixner <tglx@linutronix.de>
2799 S:      Maintained
2800 F:      Documentation/timers/
2801 F:      kernel/hrtimer.c
2802 F:      include/linux/hrtimer.h
2804 HIGH-SPEED SCC DRIVER FOR AX.25
2805 M:      Klaus Kudielka <klaus.kudielka@ieee.org>
2806 L:      linux-hams@vger.kernel.org
2807 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2808 S:      Maintained
2809 F:      drivers/net/hamradio/dmascc.c
2810 F:      drivers/net/hamradio/scc.c
2812 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2813 M:      HighPoint Linux Team <linux@highpoint-tech.com>
2814 W:      http://www.highpoint-tech.com
2815 S:      Supported
2816 F:      Documentation/scsi/hptiop.txt
2817 F:      drivers/scsi/hptiop.c
2819 HIPPI
2820 M:      Jes Sorensen <jes@trained-monkey.org>
2821 L:      linux-hippi@sunsite.dk
2822 S:      Maintained
2823 F:      include/linux/hippidevice.h
2824 F:      include/linux/if_hippi.h
2825 F:      net/802/hippi.c
2827 HOST AP DRIVER
2828 M:      Jouni Malinen <j@w1.fi>
2829 L:      hostap@shmoo.com (subscribers-only)
2830 L:      linux-wireless@vger.kernel.org
2831 W:      http://hostap.epitest.fi/
2832 S:      Maintained
2833 F:      drivers/net/wireless/hostap/
2835 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2836 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
2837 L:      platform-driver-x86@vger.kernel.org
2838 S:      Odd Fixes
2839 F:      drivers/platform/x86/tc1100-wmi.c
2841 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2842 M:      Jaroslav Kysela <perex@perex.cz>
2843 S:      Maintained
2844 F:      drivers/net/hp100.*
2846 HPET:   High Precision Event Timers driver
2847 M:      Clemens Ladisch <clemens@ladisch.de>
2848 S:      Maintained
2849 F:      Documentation/timers/hpet.txt
2850 F:      drivers/char/hpet.c
2851 F:      include/linux/hpet.h
2853 HPET:   x86
2854 M:      "Venkatesh Pallipadi (Venki)" <venki@google.com>
2855 S:      Maintained
2856 F:      arch/x86/kernel/hpet.c
2857 F:      arch/x86/include/asm/hpet.h
2859 HPFS FILESYSTEM
2860 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2861 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2862 S:      Maintained
2863 F:      fs/hpfs/
2865 HSO 3G MODEM DRIVER
2866 M:      Jan Dumon <j.dumon@option.com>
2867 W:      http://www.pharscape.org
2868 S:      Maintained
2869 F:      drivers/net/usb/hso.c
2871 HTCPEN TOUCHSCREEN DRIVER
2872 M:      Pau Oliva Fora <pof@eslack.org>
2873 L:      linux-input@vger.kernel.org
2874 S:      Maintained
2875 F:      drivers/input/touchscreen/htcpen.c
2877 HUGETLB FILESYSTEM
2878 M:      William Irwin <wli@holomorphy.com>
2879 S:      Maintained
2880 F:      fs/hugetlbfs/
2882 I2C/SMBUS STUB DRIVER
2883 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
2884 L:      linux-i2c@vger.kernel.org
2885 S:      Maintained
2886 F:      drivers/i2c/busses/i2c-stub.c
2888 I2C SUBSYSTEM
2889 M:      "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
2890 M:      "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
2891 L:      linux-i2c@vger.kernel.org
2892 W:      http://i2c.wiki.kernel.org/
2893 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2894 T:      git git://git.fluff.org/bjdooks/linux.git
2895 S:      Maintained
2896 F:      Documentation/i2c/
2897 F:      drivers/i2c/
2898 F:      include/linux/i2c.h
2899 F:      include/linux/i2c-*.h
2901 I2C-TINY-USB DRIVER
2902 M:      Till Harbaum <till@harbaum.org>
2903 L:      linux-i2c@vger.kernel.org
2904 W:      http://www.harbaum.org/till/i2c_tiny_usb
2905 S:      Maintained
2906 F:      drivers/i2c/busses/i2c-tiny-usb.c
2908 i386 BOOT CODE
2909 M:      "H. Peter Anvin" <hpa@zytor.com>
2910 S:      Maintained
2911 F:      arch/x86/boot/
2913 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2914 M:      "H. Peter Anvin" <hpa@zytor.com>
2915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2916 S:      Maintained
2918 IA64 (Itanium) PLATFORM
2919 M:      Tony Luck <tony.luck@intel.com>
2920 M:      Fenghua Yu <fenghua.yu@intel.com>
2921 L:      linux-ia64@vger.kernel.org
2922 W:      http://www.ia64-linux.org/
2923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2924 S:      Maintained
2925 F:      arch/ia64/
2927 IBM MCA SCSI SUBSYSTEM DRIVER
2928 M:      Michael Lang <langa2@kph.uni-mainz.de>
2929 W:      http://www.uni-mainz.de/~langm000/linux.html
2930 S:      Maintained
2931 F:      drivers/scsi/ibmmca.c
2933 IBM Power Linux RAID adapter
2934 M:      Brian King <brking@us.ibm.com>
2935 S:      Supported
2936 F:      drivers/scsi/ipr.*
2938 IBM Power Virtual Ethernet Device Driver
2939 M:      Santiago Leon <santil@linux.vnet.ibm.com>
2940 L:      netdev@vger.kernel.org
2941 S:      Supported
2942 F:      drivers/net/ibmveth.*
2944 IBM ServeRAID RAID DRIVER
2945 P:      Jack Hammer
2946 M:      Dave Jeffery <ipslinux@adaptec.com>
2947 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2948 S:      Supported
2949 F:      drivers/scsi/ips.*
2951 IDE SUBSYSTEM
2952 M:      "David S. Miller" <davem@davemloft.net>
2953 L:      linux-ide@vger.kernel.org
2954 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
2955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2956 S:      Maintained
2957 F:      Documentation/ide/
2958 F:      drivers/ide/
2959 F:      include/linux/ide.h
2961 IDE/ATAPI DRIVERS
2962 M:      Borislav Petkov <petkovbb@gmail.com>
2963 L:      linux-ide@vger.kernel.org
2964 S:      Maintained
2965 F:      Documentation/cdrom/ide-cd
2966 F:      drivers/ide/ide-cd*
2968 IDLE-I7300
2969 M:      Andy Henroid <andrew.d.henroid@intel.com>
2970 L:      linux-pm@lists.linux-foundation.org
2971 S:      Supported
2972 F:      drivers/idle/i7300_idle.c
2974 IEEE 1394 SUBSYSTEM
2975 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2976 L:      linux1394-devel@lists.sourceforge.net
2977 W:      http://ieee1394.wiki.kernel.org/
2978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2979 S:      Obsolete
2980 F:      Documentation/debugging-via-ohci1394.txt
2981 F:      drivers/ieee1394/
2983 IEEE 802.15.4 SUBSYSTEM
2984 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2985 M:      Sergey Lapin <slapin@ossfans.org>
2986 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2987 W:      http://apps.sourceforge.net/trac/linux-zigbee
2988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2989 S:      Maintained
2990 F:      net/ieee802154/
2991 F:      drivers/ieee802154/
2993 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2994 M:      Mimi Zohar <zohar@us.ibm.com>
2995 S:      Supported
2996 F:      security/integrity/ima/
2998 IMS TWINTURBO FRAMEBUFFER DRIVER
2999 L:      linux-fbdev@vger.kernel.org
3000 S:      Orphan
3001 F:      drivers/video/imsttfb.c
3003 INFINIBAND SUBSYSTEM
3004 M:      Roland Dreier <rolandd@cisco.com>
3005 M:      Sean Hefty <sean.hefty@intel.com>
3006 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
3007 L:      linux-rdma@vger.kernel.org
3008 W:      http://www.openfabrics.org/
3009 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
3010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3011 S:      Supported
3012 F:      Documentation/infiniband/
3013 F:      drivers/infiniband/
3014 F:      include/linux/if_infiniband.h
3016 INOTIFY
3017 M:      John McCutchan <john@johnmccutchan.com>
3018 M:      Robert Love <rlove@rlove.org>
3019 M:      Eric Paris <eparis@parisplace.org>
3020 S:      Maintained
3021 F:      Documentation/filesystems/inotify.txt
3022 F:      fs/notify/inotify/
3023 F:      include/linux/inotify.h
3025 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3026 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
3027 M:      Dmitry Torokhov <dtor@mail.ru>
3028 L:      linux-input@vger.kernel.org
3029 Q:      http://patchwork.kernel.org/project/linux-input/list/
3030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3031 S:      Maintained
3032 F:      drivers/input/
3034 INPUT MULTITOUCH (MT) PROTOCOL
3035 M:      Henrik Rydberg <rydberg@euromail.se>
3036 L:      linux-input@vger.kernel.org
3037 S:      Maintained
3038 F:      Documentation/input/multi-touch-protocol.txt
3039 K:      \b(ABS|SYN)_MT_
3041 INTEL IDLE DRIVER
3042 M:      Len Brown <lenb@kernel.org>
3043 L:      linux-pm@lists.linux-foundation.org
3044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git
3045 S:      Supported
3046 F:      drivers/idle/intel_idle.c
3048 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3049 M:      Maik Broemme <mbroemme@plusserver.de>
3050 L:      linux-fbdev@vger.kernel.org
3051 S:      Maintained
3052 F:      Documentation/fb/intelfb.txt
3053 F:      drivers/video/intelfb/
3055 INTEL 810/815 FRAMEBUFFER DRIVER
3056 M:      Antonino Daplas <adaplas@gmail.com>
3057 L:      linux-fbdev@vger.kernel.org
3058 S:      Maintained
3059 F:      drivers/video/i810/
3061 INTEL MENLOW THERMAL DRIVER
3062 M:      Sujith Thomas <sujith.thomas@intel.com>
3063 L:      platform-driver-x86@vger.kernel.org
3064 W:      http://www.lesswatts.org/projects/acpi/
3065 S:      Supported
3066 F:      drivers/platform/x86/intel_menlow.c
3068 INTEL IA32 MICROCODE UPDATE SUPPORT
3069 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3070 S:      Maintained
3071 F:      arch/x86/kernel/microcode_core.c
3072 F:      arch/x86/kernel/microcode_intel.c
3074 INTEL I/OAT DMA DRIVER
3075 M:      Dan Williams <dan.j.williams@intel.com>
3076 S:      Supported
3077 F:      drivers/dma/ioat*
3079 INTEL IOMMU (VT-d)
3080 M:      David Woodhouse <dwmw2@infradead.org>
3081 L:      iommu@lists.linux-foundation.org
3082 T:      git git://git.infradead.org/iommu-2.6.git
3083 S:      Supported
3084 F:      drivers/pci/intel-iommu.c
3085 F:      include/linux/intel-iommu.h
3087 INTEL IOP-ADMA DMA DRIVER
3088 M:      Dan Williams <dan.j.williams@intel.com>
3089 S:      Maintained
3090 F:      drivers/dma/iop-adma.c
3092 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3093 M:      Krzysztof Halasa <khc@pm.waw.pl>
3094 S:      Maintained
3095 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
3096 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
3097 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3098 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
3099 F:      drivers/net/arm/ixp4xx_eth.c
3100 F:      drivers/net/wan/ixp4xx_hss.c
3102 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3103 M:      Deepak Saxena <dsaxena@plexity.net>
3104 S:      Maintained
3105 F:      drivers/char/hw_random/ixp4xx-rng.c
3107 INTEL IXP2000 ETHERNET DRIVER
3108 M:      Lennert Buytenhek <kernel@wantstofly.org>
3109 L:      netdev@vger.kernel.org
3110 S:      Maintained
3111 F:      drivers/net/ixp2000/
3113 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3114 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3115 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
3116 M:      Bruce Allan <bruce.w.allan@intel.com>
3117 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
3118 M:      Don Skidmore <donald.c.skidmore@intel.com>
3119 M:      Greg Rose <gregory.v.rose@intel.com>
3120 M:      PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
3121 M:      Alex Duyck <alexander.h.duyck@intel.com>
3122 M:      John Ronciak <john.ronciak@intel.com>
3123 L:      e1000-devel@lists.sourceforge.net
3124 W:      http://e1000.sourceforge.net/
3125 S:      Supported
3126 F:      Documentation/networking/e100.txt
3127 F:      Documentation/networking/e1000.txt
3128 F:      Documentation/networking/e1000e.txt
3129 F:      Documentation/networking/igb.txt
3130 F:      Documentation/networking/igbvf.txt
3131 F:      Documentation/networking/ixgb.txt
3132 F:      Documentation/networking/ixgbe.txt
3133 F:      Documentation/networking/ixgbevf.txt
3134 F:      drivers/net/e100.c
3135 F:      drivers/net/e1000/
3136 F:      drivers/net/e1000e/
3137 F:      drivers/net/igb/
3138 F:      drivers/net/igbvf/
3139 F:      drivers/net/ixgb/
3140 F:      drivers/net/ixgbe/
3141 F:      drivers/net/ixgbevf/
3143 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3144 L:      linux-wireless@vger.kernel.org
3145 S:      Orphan
3146 F:      Documentation/networking/README.ipw2100
3147 F:      drivers/net/wireless/ipw2x00/ipw2100.*
3149 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3150 L:      linux-wireless@vger.kernel.org
3151 S:      Orphan
3152 F:      Documentation/networking/README.ipw2200
3153 F:      drivers/net/wireless/ipw2x00/ipw2200.*
3155 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3156 M:      Joseph Cihula <joseph.cihula@intel.com>
3157 M:      Shane Wang <shane.wang@intel.com>
3158 L:      tboot-devel@lists.sourceforge.net
3159 W:      http://tboot.sourceforge.net
3160 T:      Mercurial http://www.bughost.org/repos.hg/tboot.hg
3161 S:      Supported
3162 F:      Documentation/intel_txt.txt
3163 F:      include/linux/tboot.h
3164 F:      arch/x86/kernel/tboot.c
3166 INTEL WIRELESS WIMAX CONNECTION 2400
3167 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3168 M:      linux-wimax@intel.com
3169 L:      wimax@linuxwimax.org
3170 S:      Supported
3171 W:      http://linuxwimax.org
3172 F:      Documentation/wimax/README.i2400m
3173 F:      drivers/net/wimax/i2400m/
3174 F:      include/linux/wimax/i2400m.h
3176 INTEL WIRELESS WIFI LINK (iwlwifi)
3177 M:      Reinette Chatre <reinette.chatre@intel.com>
3178 M:      Wey-Yi Guy <wey-yi.w.guy@intel.com>
3179 M:      Intel Linux Wireless <ilw@linux.intel.com>
3180 L:      linux-wireless@vger.kernel.org
3181 W:      http://intellinuxwireless.org
3182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3183 S:      Supported
3184 F:      drivers/net/wireless/iwlwifi/
3186 INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3187 M:      Samuel Ortiz <samuel.ortiz@intel.com>
3188 M:      Intel Linux Wireless <ilw@linux.intel.com>
3189 L:      linux-wireless@vger.kernel.org
3190 S:      Supported
3191 W:      http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3192 F:      drivers/net/wireless/iwmc3200wifi/
3194 IOC3 ETHERNET DRIVER
3195 M:      Ralf Baechle <ralf@linux-mips.org>
3196 L:      linux-mips@linux-mips.org
3197 S:      Maintained
3198 F:      drivers/net/ioc3-eth.c
3200 IOC3 SERIAL DRIVER
3201 M:      Pat Gefre <pfg@sgi.com>
3202 L:      linux-serial@vger.kernel.org
3203 S:      Maintained
3204 F:      drivers/serial/ioc3_serial.c
3206 IP MASQUERADING
3207 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3208 S:      Maintained
3209 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3211 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3212 M:      Francois Romieu <romieu@fr.zoreil.com>
3213 M:      Sorbica Shieh <sorbica@icplus.com.tw>
3214 L:      netdev@vger.kernel.org
3215 S:      Maintained
3216 F:      drivers/net/ipg.*
3218 IPATH DRIVER
3219 M:      Ralph Campbell <infinipath@qlogic.com>
3220 L:      linux-rdma@vger.kernel.org
3221 T:      git git://git.qlogic.com/ipath-linux-2.6
3222 S:      Supported
3223 F:      drivers/infiniband/hw/ipath/
3225 IPMI SUBSYSTEM
3226 M:      Corey Minyard <minyard@acm.org>
3227 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3228 W:      http://openipmi.sourceforge.net/
3229 S:      Supported
3230 F:      Documentation/IPMI.txt
3231 F:      drivers/char/ipmi/
3232 F:      include/linux/ipmi*
3234 IPS SCSI RAID DRIVER
3235 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3236 L:      linux-scsi@vger.kernel.org
3237 W:      http://www.adaptec.com/
3238 S:      Maintained
3239 F:      drivers/scsi/ips*
3241 IPVS
3242 M:      Wensong Zhang <wensong@linux-vs.org>
3243 M:      Simon Horman <horms@verge.net.au>
3244 M:      Julian Anastasov <ja@ssi.bg>
3245 L:      netdev@vger.kernel.org
3246 L:      lvs-devel@vger.kernel.org
3247 S:      Maintained
3248 F:      Documentation/networking/ipvs-sysctl.txt
3249 F:      include/net/ip_vs.h
3250 F:      include/linux/ip_vs.h
3251 F:      net/netfilter/ipvs/
3253 IPWIRELESS DRIVER
3254 M:      Jiri Kosina <jkosina@suse.cz>
3255 M:      David Sterba <dsterba@suse.cz>
3256 S:      Maintained
3257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3258 F:      drivers/char/pcmcia/ipwireless/
3260 IPX NETWORK LAYER
3261 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3262 L:      netdev@vger.kernel.org
3263 S:      Maintained
3264 F:      include/linux/ipx.h
3265 F:      include/net/ipx.h
3266 F:      net/ipx/
3268 IRDA SUBSYSTEM
3269 M:      Samuel Ortiz <samuel@sortiz.org>
3270 L:      irda-users@lists.sourceforge.net (subscribers-only)
3271 W:      http://irda.sourceforge.net/
3272 S:      Maintained
3273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3274 F:      Documentation/networking/irda.txt
3275 F:      drivers/net/irda/
3276 F:      include/net/irda/
3277 F:      net/irda/
3279 IRQ SUBSYSTEM
3280 M:      Thomas Gleixner <tglx@linutronix.de>
3281 S:      Maintained
3282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git irq/core
3283 F:      kernel/irq/
3285 ISAPNP
3286 M:      Jaroslav Kysela <perex@perex.cz>
3287 S:      Maintained
3288 F:      Documentation/isapnp.txt
3289 F:      drivers/pnp/isapnp/
3290 F:      include/linux/isapnp.h
3292 ISCSI
3293 M:      Mike Christie <michaelc@cs.wisc.edu>
3294 L:      open-iscsi@googlegroups.com
3295 W:      www.open-iscsi.org
3296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3297 S:      Maintained
3298 F:      drivers/scsi/*iscsi*
3299 F:      include/scsi/*iscsi*
3301 ISDN SUBSYSTEM
3302 M:      Karsten Keil <isdn@linux-pingi.de>
3303 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3304 L:      netdev@vger.kernel.org
3305 W:      http://www.isdn4linux.de
3306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3307 S:      Maintained
3308 F:      Documentation/isdn/
3309 F:      drivers/isdn/
3310 F:      include/linux/isdn.h
3311 F:      include/linux/isdn/
3313 ISDN SUBSYSTEM (Eicon active card driver)
3314 M:      Armin Schindler <mac@melware.de>
3315 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3316 W:      http://www.melware.de
3317 S:      Maintained
3318 F:      drivers/isdn/hardware/eicon/
3320 IT87 HARDWARE MONITORING DRIVER
3321 M:      Jean Delvare <khali@linux-fr.org>
3322 L:      lm-sensors@lm-sensors.org
3323 S:      Maintained
3324 F:      Documentation/hwmon/it87
3325 F:      drivers/hwmon/it87.c
3327 IVTV VIDEO4LINUX DRIVER
3328 M:      Andy Walls <awalls@md.metrocast.net>
3329 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3330 L:      linux-media@vger.kernel.org
3331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3332 W:      http://www.ivtvdriver.org
3333 S:      Maintained
3334 F:      Documentation/video4linux/*.ivtv
3335 F:      drivers/media/video/ivtv/
3336 F:      include/linux/ivtv*
3338 JC42.4 TEMPERATURE SENSOR DRIVER
3339 M:      Guenter Roeck <linux@roeck-us.net>
3340 L:      lm-sensors@lm-sensors.org
3341 S:      Maintained
3342 F:      drivers/hwmon/jc42.c
3343 F:      Documentation/hwmon/jc42
3345 JFS FILESYSTEM
3346 M:      Dave Kleikamp <shaggy@linux.vnet.ibm.com>
3347 L:      jfs-discussion@lists.sourceforge.net
3348 W:      http://jfs.sourceforge.net/
3349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3350 S:      Maintained
3351 F:      Documentation/filesystems/jfs.txt
3352 F:      fs/jfs/
3354 JME NETWORK DRIVER
3355 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
3356 L:      netdev@vger.kernel.org
3357 S:      Maintained
3358 F:      drivers/net/jme.*
3360 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3361 M:      David Woodhouse <dwmw2@infradead.org>
3362 L:      linux-mtd@lists.infradead.org
3363 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3364 S:      Maintained
3365 F:      fs/jffs2/
3366 F:      include/linux/jffs2.h
3368 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3369 M:      Andrew Morton <akpm@linux-foundation.org>
3370 M:      Jan Kara <jack@suse.cz>
3371 L:      linux-ext4@vger.kernel.org
3372 S:      Maintained
3373 F:      fs/jbd*/
3374 F:      include/linux/ext*jbd*.h
3375 F:      include/linux/jbd*.h
3377 JSM Neo PCI based serial card
3378 M:      Breno Leitao <leitao@linux.vnet.ibm.com>
3379 L:      linux-serial@vger.kernel.org
3380 S:      Maintained
3381 F:      drivers/serial/jsm/
3383 K8TEMP HARDWARE MONITORING DRIVER
3384 M:      Rudolf Marek <r.marek@assembler.cz>
3385 L:      lm-sensors@lm-sensors.org
3386 S:      Maintained
3387 F:      Documentation/hwmon/k8temp
3388 F:      drivers/hwmon/k8temp.c
3390 KCONFIG
3391 M:      Roman Zippel <zippel@linux-m68k.org>
3392 L:      linux-kbuild@vger.kernel.org
3393 Q:      http://patchwork.kernel.org/project/linux-kbuild/list/
3394 S:      Maintained
3395 F:      Documentation/kbuild/kconfig-language.txt
3396 F:      scripts/kconfig/
3398 KDUMP
3399 M:      Vivek Goyal <vgoyal@redhat.com>
3400 M:      Haren Myneni <hbabu@us.ibm.com>
3401 L:      kexec@lists.infradead.org
3402 W:      http://lse.sourceforge.net/kdump/
3403 S:      Maintained
3404 F:      Documentation/kdump/
3406 KERNEL AUTOMOUNTER (AUTOFS)
3407 M:      "H. Peter Anvin" <hpa@zytor.com>
3408 L:      autofs@linux.kernel.org
3409 S:      Obsolete
3410 F:      drivers/staging/autofs/
3412 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3413 M:      Ian Kent <raven@themaw.net>
3414 L:      autofs@linux.kernel.org
3415 S:      Maintained
3416 F:      fs/autofs4/
3418 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3419 M:      Michal Marek <mmarek@suse.cz>
3420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git for-next
3421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git rc-fixes
3422 L:      linux-kbuild@vger.kernel.org
3423 S:      Maintained
3424 F:      Documentation/kbuild/
3425 F:      Makefile
3426 F:      scripts/Makefile.*
3427 F:      scripts/basic/
3428 F:      scripts/mk*
3429 F:      scripts/package/
3431 KERNEL JANITORS
3432 L:      kernel-janitors@vger.kernel.org
3433 W:      http://kernelnewbies.org/KernelJanitors
3434 S:      Odd Fixes
3436 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3437 M:      "J. Bruce Fields" <bfields@fieldses.org>
3438 M:      Neil Brown <neilb@suse.de>
3439 L:      linux-nfs@vger.kernel.org
3440 W:      http://nfs.sourceforge.net/
3441 S:      Supported
3442 F:      fs/nfsd/
3443 F:      include/linux/nfsd/
3444 F:      fs/lockd/
3445 F:      fs/nfs_common/
3446 F:      net/sunrpc/
3447 F:      include/linux/lockd/
3448 F:      include/linux/sunrpc/
3450 KERNEL VIRTUAL MACHINE (KVM)
3451 M:      Avi Kivity <avi@redhat.com>
3452 M:      Marcelo Tosatti <mtosatti@redhat.com>
3453 L:      kvm@vger.kernel.org
3454 W:      http://kvm.qumranet.com
3455 S:      Supported
3456 F:      Documentation/*/kvm.txt
3457 F:      arch/*/kvm/
3458 F:      arch/*/include/asm/kvm*
3459 F:      include/linux/kvm*
3460 F:      virt/kvm/
3462 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3463 M:      Joerg Roedel <joerg.roedel@amd.com>
3464 L:      kvm@vger.kernel.org
3465 W:      http://kvm.qumranet.com
3466 S:      Supported
3467 F:      arch/x86/include/asm/svm.h
3468 F:      arch/x86/kvm/svm.c
3470 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3471 M:      Alexander Graf <agraf@suse.de>
3472 L:      kvm-ppc@vger.kernel.org
3473 W:      http://kvm.qumranet.com
3474 S:      Supported
3475 F:      arch/powerpc/include/asm/kvm*
3476 F:      arch/powerpc/kvm/
3478 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3479 M:      Xiantao Zhang <xiantao.zhang@intel.com>
3480 L:      kvm-ia64@vger.kernel.org
3481 W:      http://kvm.qumranet.com
3482 S:      Supported
3483 F:      Documentation/ia64/kvm.txt
3484 F:      arch/ia64/include/asm/kvm*
3485 F:      arch/ia64/kvm/
3487 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3488 M:      Carsten Otte <cotte@de.ibm.com>
3489 M:      Christian Borntraeger <borntraeger@de.ibm.com>
3490 M:      linux390@de.ibm.com
3491 L:      linux-s390@vger.kernel.org
3492 W:      http://www.ibm.com/developerworks/linux/linux390/
3493 S:      Supported
3494 F:      Documentation/s390/kvm.txt
3495 F:      arch/s390/include/asm/kvm*
3496 F:      arch/s390/kvm/
3497 F:      drivers/s390/kvm/
3499 KEXEC
3500 M:      Eric Biederman <ebiederm@xmission.com>
3501 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
3502 L:      kexec@lists.infradead.org
3503 S:      Maintained
3504 F:      include/linux/kexec.h
3505 F:      kernel/kexec.c
3507 KEYS/KEYRINGS:
3508 M:      David Howells <dhowells@redhat.com>
3509 L:      keyrings@linux-nfs.org
3510 S:      Maintained
3511 F:      Documentation/keys.txt
3512 F:      include/linux/key.h
3513 F:      include/linux/key-type.h
3514 F:      include/keys/
3515 F:      security/keys/
3517 KGDB / KDB /debug_core
3518 M:      Jason Wessel <jason.wessel@windriver.com>
3519 W:      http://kgdb.wiki.kernel.org/
3520 L:      kgdb-bugreport@lists.sourceforge.net
3521 S:      Maintained
3522 F:      Documentation/DocBook/kgdb.tmpl
3523 F:      drivers/misc/kgdbts.c
3524 F:      drivers/serial/kgdboc.c
3525 F:      include/linux/kdb.h
3526 F:      include/linux/kgdb.h
3527 F:      kernel/debug/
3529 KMEMCHECK
3530 M:      Vegard Nossum <vegardno@ifi.uio.no>
3531 M:      Pekka Enberg <penberg@cs.helsinki.fi>
3532 S:      Maintained
3533 F:      Documentation/kmemcheck.txt
3534 F:      arch/x86/include/asm/kmemcheck.h
3535 F:      arch/x86/mm/kmemcheck/
3536 F:      include/linux/kmemcheck.h
3537 F:      mm/kmemcheck.c
3539 KMEMLEAK
3540 M:      Catalin Marinas <catalin.marinas@arm.com>
3541 S:      Maintained
3542 F:      Documentation/kmemleak.txt
3543 F:      include/linux/kmemleak.h
3544 F:      mm/kmemleak.c
3545 F:      mm/kmemleak-test.c
3547 KPROBES
3548 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3549 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3550 M:      "David S. Miller" <davem@davemloft.net>
3551 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
3552 S:      Maintained
3553 F:      Documentation/kprobes.txt
3554 F:      include/linux/kprobes.h
3555 F:      kernel/kprobes.c
3557 KS0108 LCD CONTROLLER DRIVER
3558 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3559 W:      http://miguelojeda.es/auxdisplay.htm
3560 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3561 S:      Maintained
3562 F:      Documentation/auxdisplay/ks0108
3563 F:      drivers/auxdisplay/ks0108.c
3564 F:      include/linux/ks0108.h
3566 LAPB module
3567 L:      linux-x25@vger.kernel.org
3568 S:      Orphan
3569 F:      Documentation/networking/lapb-module.txt
3570 F:      include/*/lapb.h
3571 F:      net/lapb/
3573 LASI 53c700 driver for PARISC
3574 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3575 L:      linux-scsi@vger.kernel.org
3576 S:      Maintained
3577 F:      Documentation/scsi/53c700.txt
3578 F:      drivers/scsi/53c700*
3580 LED SUBSYSTEM
3581 M:      Richard Purdie <rpurdie@rpsys.net>
3582 S:      Maintained
3583 F:      drivers/leds/
3584 F:      include/linux/leds.h
3586 LEGO USB Tower driver
3587 M:      Juergen Stuber <starblue@users.sourceforge.net>
3588 L:      legousb-devel@lists.sourceforge.net
3589 W:      http://legousb.sourceforge.net/
3590 S:      Maintained
3591 F:      drivers/usb/misc/legousbtower.c
3593 LGUEST
3594 M:      Rusty Russell <rusty@rustcorp.com.au>
3595 L:      lguest@lists.ozlabs.org
3596 W:      http://lguest.ozlabs.org/
3597 S:      Odd Fixes
3598 F:      Documentation/lguest/
3599 F:      arch/x86/lguest/
3600 F:      drivers/lguest/
3601 F:      include/linux/lguest*.h
3602 F:      arch/x86/include/asm/lguest*.h
3604 LINUX FOR IBM pSERIES (RS/6000)
3605 M:      Paul Mackerras <paulus@au.ibm.com>
3606 W:      http://www.ibm.com/linux/ltc/projects/ppc
3607 S:      Supported
3608 F:      arch/powerpc/boot/rs6000.h
3610 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3611 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3612 M:      Paul Mackerras <paulus@samba.org>
3613 W:      http://www.penguinppc.org/
3614 L:      linuxppc-dev@lists.ozlabs.org
3615 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3617 S:      Supported
3618 F:      Documentation/powerpc/
3619 F:      arch/powerpc/
3621 LINUX FOR POWER MACINTOSH
3622 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3623 W:      http://www.penguinppc.org/
3624 L:      linuxppc-dev@lists.ozlabs.org
3625 S:      Maintained
3626 F:      arch/powerpc/platforms/powermac/
3627 F:      drivers/macintosh/
3629 LINUX FOR POWERPC EMBEDDED MPC5XXX
3630 M:      Grant Likely <grant.likely@secretlab.ca>
3631 L:      linuxppc-dev@lists.ozlabs.org
3632 T:      git git://git.secretlab.ca/git/linux-2.6.git
3633 S:      Maintained
3634 F:      arch/powerpc/platforms/512x/
3635 F:      arch/powerpc/platforms/52xx/
3637 LINUX FOR POWERPC EMBEDDED PPC4XX
3638 M:      Josh Boyer <jwboyer@linux.vnet.ibm.com>
3639 M:      Matt Porter <mporter@kernel.crashing.org>
3640 W:      http://www.penguinppc.org/
3641 L:      linuxppc-dev@lists.ozlabs.org
3642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3643 S:      Maintained
3644 F:      arch/powerpc/platforms/40x/
3645 F:      arch/powerpc/platforms/44x/
3647 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3648 M:      Grant Likely <grant.likely@secretlab.ca>
3649 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3650 L:      linuxppc-dev@lists.ozlabs.org
3651 T:      git git://git.secretlab.ca/git/linux-2.6.git
3652 S:      Maintained
3653 F:      arch/powerpc/*/*virtex*
3654 F:      arch/powerpc/*/*/*virtex*
3656 LINUX FOR POWERPC EMBEDDED PPC8XX
3657 M:      Vitaly Bordug <vitb@kernel.crashing.org>
3658 M:      Marcelo Tosatti <marcelo@kvack.org>
3659 W:      http://www.penguinppc.org/
3660 L:      linuxppc-dev@lists.ozlabs.org
3661 S:      Maintained
3662 F:      arch/powerpc/platforms/8xx/
3664 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3665 M:      Kumar Gala <galak@kernel.crashing.org>
3666 W:      http://www.penguinppc.org/
3667 L:      linuxppc-dev@lists.ozlabs.org
3668 S:      Maintained
3669 F:      arch/powerpc/platforms/83xx/
3671 LINUX FOR POWERPC PA SEMI PWRFICIENT
3672 M:      Olof Johansson <olof@lixom.net>
3673 L:      linuxppc-dev@lists.ozlabs.org
3674 S:      Maintained
3675 F:      arch/powerpc/platforms/pasemi/
3676 F:      drivers/*/*pasemi*
3677 F:      drivers/*/*/*pasemi*
3679 LINUX SECURITY MODULE (LSM) FRAMEWORK
3680 M:      Chris Wright <chrisw@sous-sol.org>
3681 L:      linux-security-module@vger.kernel.org
3682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3683 S:      Supported
3685 LLC (802.2)
3686 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3687 S:      Maintained
3688 F:      include/linux/llc.h
3689 F:      include/net/llc*
3690 F:      net/llc/
3692 LIS3LV02D ACCELEROMETER DRIVER
3693 M:      Eric Piel <eric.piel@tremplin-utc.net>
3694 S:      Maintained
3695 F:      Documentation/hwmon/lis3lv02d
3696 F:      drivers/hwmon/lis3lv02d.*
3698 LM73 HARDWARE MONITOR DRIVER
3699 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
3700 L:      lm-sensors@lm-sensors.org
3701 S:      Maintained
3702 F:      drivers/hwmon/lm73.c
3704 LM83 HARDWARE MONITOR DRIVER
3705 M:      Jean Delvare <khali@linux-fr.org>
3706 L:      lm-sensors@lm-sensors.org
3707 S:      Maintained
3708 F:      Documentation/hwmon/lm83
3709 F:      drivers/hwmon/lm83.c
3711 LM90 HARDWARE MONITOR DRIVER
3712 M:      Jean Delvare <khali@linux-fr.org>
3713 L:      lm-sensors@lm-sensors.org
3714 S:      Maintained
3715 F:      Documentation/hwmon/lm90
3716 F:      drivers/hwmon/lm90.c
3718 LOCKDEP AND LOCKSTAT
3719 M:      Peter Zijlstra <peterz@infradead.org>
3720 M:      Ingo Molnar <mingo@redhat.com>
3721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3722 S:      Maintained
3723 F:      Documentation/lockdep*.txt
3724 F:      Documentation/lockstat.txt
3725 F:      include/linux/lockdep.h
3726 F:      kernel/lockdep*
3728 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3729 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
3730 L:      linux-ntfs-dev@lists.sourceforge.net
3731 W:      http://www.linux-ntfs.org/content/view/19/37/
3732 S:      Maintained
3733 F:      Documentation/ldm.txt
3734 F:      fs/partitions/ldm.*
3736 LogFS
3737 M:      Joern Engel <joern@logfs.org>
3738 L:      logfs@logfs.org
3739 W:      logfs.org
3740 S:      Maintained
3741 F:      fs/logfs/
3743 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3744 M:      Eric Moore <Eric.Moore@lsi.com>
3745 M:      support@lsi.com
3746 L:      DL-MPTFusionLinux@lsi.com
3747 L:      linux-scsi@vger.kernel.org
3748 W:      http://www.lsilogic.com/support
3749 S:      Supported
3750 F:      drivers/message/fusion/
3752 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3753 M:      Matthew Wilcox <matthew@wil.cx>
3754 L:      linux-scsi@vger.kernel.org
3755 S:      Maintained
3756 F:      drivers/scsi/sym53c8xx_2/
3758 LTC4261 HARDWARE MONITOR DRIVER
3759 M:      Guenter Roeck <linux@roeck-us.net>
3760 L:      lm-sensors@lm-sensors.org
3761 S:      Maintained
3762 F:      Documentation/hwmon/ltc4261
3763 F:      drivers/hwmon/ltc4261.c
3765 LTP (Linux Test Project)
3766 M:      Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
3767 M:      Garrett Cooper <yanegomi@gmail.com>
3768 M:      Mike Frysinger <vapier@gentoo.org>
3769 M:      Subrata Modak <subrata@linux.vnet.ibm.com>
3770 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3771 W:      http://ltp.sourceforge.net/
3772 T:      git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
3773 S:      Maintained
3775 M32R ARCHITECTURE
3776 M:      Hirokazu Takata <takata@linux-m32r.org>
3777 L:      linux-m32r@ml.linux-m32r.org
3778 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3779 W:      http://www.linux-m32r.org/
3780 S:      Maintained
3781 F:      arch/m32r/
3783 M68K ARCHITECTURE
3784 M:      Geert Uytterhoeven <geert@linux-m68k.org>
3785 M:      Roman Zippel <zippel@linux-m68k.org>
3786 L:      linux-m68k@lists.linux-m68k.org
3787 W:      http://www.linux-m68k.org/
3788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3789 S:      Maintained
3790 F:      arch/m68k/
3791 F:      drivers/zorro/
3793 M68K ON APPLE MACINTOSH
3794 M:      Joshua Thompson <funaho@jurai.org>
3795 W:      http://www.mac.linux-m68k.org/
3796 L:      linux-m68k@lists.linux-m68k.org
3797 S:      Maintained
3798 F:      arch/m68k/mac/
3800 M68K ON HP9000/300
3801 M:      Philip Blundell <philb@gnu.org>
3802 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3803 S:      Maintained
3804 F:      arch/m68k/hp300/
3806 MAC80211
3807 M:      Johannes Berg <johannes@sipsolutions.net>
3808 L:      linux-wireless@vger.kernel.org
3809 W:      http://linuxwireless.org/
3810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3811 S:      Maintained
3812 F:      Documentation/networking/mac80211-injection.txt
3813 F:      include/net/mac80211.h
3814 F:      net/mac80211/
3816 MAC80211 PID RATE CONTROL
3817 M:      Stefano Brivio <stefano.brivio@polimi.it>
3818 M:      Mattias Nissler <mattias.nissler@gmx.de>
3819 L:      linux-wireless@vger.kernel.org
3820 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3822 S:      Maintained
3823 F:      net/mac80211/rc80211_pid*
3825 MACVLAN DRIVER
3826 M:      Patrick McHardy <kaber@trash.net>
3827 L:      netdev@vger.kernel.org
3828 S:      Maintained
3829 F:      drivers/net/macvlan.c
3830 F:      include/linux/if_macvlan.h
3832 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3833 M:      Michael Kerrisk <mtk.manpages@gmail.com>
3834 W:      http://www.kernel.org/doc/man-pages
3835 L:      linux-man@vger.kernel.org
3836 S:      Maintained
3838 MARVELL LIBERTAS WIRELESS DRIVER
3839 M:      Dan Williams <dcbw@redhat.com>
3840 L:      libertas-dev@lists.infradead.org
3841 S:      Maintained
3842 F:      drivers/net/wireless/libertas/
3844 MARVELL MV643XX ETHERNET DRIVER
3845 M:      Lennert Buytenhek <buytenh@wantstofly.org>
3846 L:      netdev@vger.kernel.org
3847 S:      Maintained
3848 F:      drivers/net/mv643xx_eth.*
3849 F:      include/linux/mv643xx.h
3851 MARVELL MWL8K WIRELESS DRIVER
3852 M:      Lennert Buytenhek <buytenh@wantstofly.org>
3853 L:      linux-wireless@vger.kernel.org
3854 S:      Odd Fixes
3855 F:      drivers/net/wireless/mwl8k.c
3857 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3858 M:      Nicolas Pitre <nico@fluxnic.net>
3859 S:      Odd Fixes
3860 F:      drivers/mmc/host/mvsdio.*
3862 MARVELL YUKON / SYSKONNECT DRIVER
3863 M:      Mirko Lindner <mlindner@syskonnect.de>
3864 M:      Ralph Roesler <rroesler@syskonnect.de>
3865 W:      http://www.syskonnect.com
3866 S:      Supported
3868 MATROX FRAMEBUFFER DRIVER
3869 L:      linux-fbdev@vger.kernel.org
3870 S:      Orphan
3871 F:      drivers/video/matrox/matroxfb_*
3872 F:      include/linux/matroxfb.h
3874 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3875 M:      "Hans J. Koch" <hjk@linutronix.de>
3876 L:      lm-sensors@lm-sensors.org
3877 S:      Maintained
3878 F:      Documentation/hwmon/max6650
3879 F:      drivers/hwmon/max6650.c
3881 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3882 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
3883 P:      LinuxTV.org Project
3884 L:      linux-media@vger.kernel.org
3885 W:      http://linuxtv.org
3886 Q:      http://patchwork.kernel.org/project/linux-media/list/
3887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3888 S:      Maintained
3889 F:      Documentation/dvb/
3890 F:      Documentation/video4linux/
3891 F:      drivers/media/
3892 F:      include/media/
3893 F:      include/linux/dvb/
3894 F:      include/linux/videodev*.h
3896 MEGARAID SCSI DRIVERS
3897 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
3898 L:      linux-scsi@vger.kernel.org
3899 W:      http://megaraid.lsilogic.com
3900 S:      Maintained
3901 F:      Documentation/scsi/megaraid.txt
3902 F:      drivers/scsi/megaraid.*
3903 F:      drivers/scsi/megaraid/
3905 MEMORY MANAGEMENT
3906 L:      linux-mm@kvack.org
3907 W:      http://www.linux-mm.org
3908 S:      Maintained
3909 F:      include/linux/mm.h
3910 F:      mm/
3912 MEMORY RESOURCE CONTROLLER
3913 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
3914 M:      Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
3915 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3916 L:      linux-mm@kvack.org
3917 S:      Maintained
3918 F:      mm/memcontrol.c
3920 MEMORY TECHNOLOGY DEVICES (MTD)
3921 M:      David Woodhouse <dwmw2@infradead.org>
3922 L:      linux-mtd@lists.infradead.org
3923 W:      http://www.linux-mtd.infradead.org/
3924 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
3925 T:      git git://git.infradead.org/mtd-2.6.git
3926 S:      Maintained
3927 F:      drivers/mtd/
3928 F:      include/linux/mtd/
3929 F:      include/mtd/
3931 MICROBLAZE ARCHITECTURE
3932 M:      Michal Simek <monstr@monstr.eu>
3933 L:      microblaze-uclinux@itee.uq.edu.au
3934 W:      http://www.monstr.eu/fdt/
3935 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
3936 S:      Supported
3937 F:      arch/microblaze/
3939 MICROTEK X6 SCANNER
3940 M:      Oliver Neukum <oliver@neukum.name>
3941 S:      Maintained
3942 F:      drivers/usb/image/microtek.*
3944 MIPS
3945 M:      Ralf Baechle <ralf@linux-mips.org>
3946 W:      http://www.linux-mips.org/
3947 L:      linux-mips@linux-mips.org
3948 T:      git git://git.linux-mips.org/pub/scm/linux.git
3949 S:      Supported
3950 F:      Documentation/mips/
3951 F:      arch/mips/
3953 MISCELLANEOUS MCA-SUPPORT
3954 M:      James Bottomley <James.Bottomley@HansenPartnership.com>
3955 S:      Maintained
3956 F:      Documentation/ia64/mca.txt
3957 F:      Documentation/mca.txt
3958 F:      drivers/mca/
3959 F:      include/linux/mca*
3961 MODULE SUPPORT
3962 M:      Rusty Russell <rusty@rustcorp.com.au>
3963 S:      Maintained
3964 F:      include/linux/module.h
3965 F:      kernel/module.c
3967 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3968 M:      Stelian Pop <stelian@popies.net>
3969 W:      http://popies.net/meye/
3970 S:      Maintained
3971 F:      Documentation/video4linux/meye.txt
3972 F:      drivers/media/video/meye.*
3973 F:      include/linux/meye.h
3975 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3976 M:      Pavel Pisa <ppisa@pikron.com>
3977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3978 S:      Maintained
3979 F:      drivers/mmc/host/imxmmc.*
3981 MOUSE AND MISC DEVICES [GENERAL]
3982 M:      Alessandro Rubini <rubini@ipvvis.unipv.it>
3983 S:      Maintained
3984 F:      drivers/input/mouse/
3985 F:      include/linux/gpio_mouse.h
3987 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3988 M:      Jiri Slaby <jirislaby@gmail.com>
3989 S:      Maintained
3990 F:      Documentation/serial/moxa-smartio
3991 F:      drivers/char/mxser.*
3993 MSI LAPTOP SUPPORT
3994 M:      Lee, Chun-Yi <jlee@novell.com>
3995 L:      platform-driver-x86@vger.kernel.org
3996 S:      Maintained
3997 F:      drivers/platform/x86/msi-laptop.c
3999 MSI WMI SUPPORT
4000 M:      Anisse Astier <anisse@astier.eu>
4001 L:      platform-driver-x86@vger.kernel.org
4002 S:      Supported
4003 F:      drivers/platform/x86/msi-wmi.c
4005 MULTIFUNCTION DEVICES (MFD)
4006 M:      Samuel Ortiz <sameo@linux.intel.com>
4007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4008 S:      Supported
4009 F:      drivers/mfd/
4011 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4012 M:      Chris Ball <cjb@laptop.org>
4013 L:      linux-mmc@vger.kernel.org
4014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4015 S:      Maintained
4016 F:      drivers/mmc/
4017 F:      include/linux/mmc/
4019 MULTIMEDIA CARD (MMC) ETC. OVER SPI
4020 M:      David Brownell <dbrownell@users.sourceforge.net>
4021 S:      Odd Fixes
4022 F:      drivers/mmc/host/mmc_spi.c
4023 F:      include/linux/spi/mmc_spi.h
4025 MULTISOUND SOUND DRIVER
4026 M:      Andrew Veliath <andrewtv@usa.net>
4027 S:      Maintained
4028 F:      Documentation/sound/oss/MultiSound
4029 F:      sound/oss/msnd*
4031 MULTITECH MULTIPORT CARD (ISICOM)
4032 S:      Orphan
4033 F:      drivers/char/isicom.c
4034 F:      include/linux/isicom.h
4036 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4037 M:      Felipe Balbi <balbi@ti.com>
4038 L:      linux-usb@vger.kernel.org
4039 T:      git git://gitorious.org/usb/usb.git
4040 S:      Maintained
4041 F:      drivers/usb/musb/
4043 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4044 M:      Andrew Gallatin <gallatin@myri.com>
4045 M:      Brice Goglin <brice@myri.com>
4046 L:      netdev@vger.kernel.org
4047 W:      http://www.myri.com/scs/download-Myri10GE.html
4048 S:      Supported
4049 F:      drivers/net/myri10ge/
4051 NATSEMI ETHERNET DRIVER (DP8381x)
4052 M:      Tim Hockin <thockin@hockin.org>
4053 S:      Maintained
4054 F:      drivers/net/natsemi.c
4056 NCP FILESYSTEM
4057 M:      Petr Vandrovec <petr@vandrovec.name>
4058 S:      Odd Fixes
4059 F:      fs/ncpfs/
4061 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4062 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4063 L:      linux-scsi@vger.kernel.org
4064 S:      Maintained
4065 F:      drivers/scsi/NCR_D700.*
4067 NETEFFECT IWARP RNIC DRIVER (IW_NES)
4068 M:      Faisal Latif <faisal.latif@intel.com>
4069 L:      linux-rdma@vger.kernel.org
4070 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
4071 S:      Supported
4072 F:      drivers/infiniband/hw/nes/
4074 NETEM NETWORK EMULATOR
4075 M:      Stephen Hemminger <shemminger@linux-foundation.org>
4076 L:      netem@lists.linux-foundation.org
4077 S:      Maintained
4078 F:      net/sched/sch_netem.c
4080 NETERION 10GbE DRIVERS (s2io/vxge)
4081 M:      Ramkrishna Vepa <ramkrishna.vepa@exar.com>
4082 M:      Sivakumar Subramani <sivakumar.subramani@exar.com>
4083 M:      Sreenivasa Honnur <sreenivasa.honnur@exar.com>
4084 M:      Jon Mason <jon.mason@exar.com>
4085 L:      netdev@vger.kernel.org
4086 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4087 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4088 S:      Supported
4089 F:      Documentation/networking/s2io.txt
4090 F:      drivers/net/s2io*
4091 F:      Documentation/networking/vxge.txt
4092 F:      drivers/net/vxge/
4094 NETFILTER/IPTABLES/IPCHAINS
4095 P:      Rusty Russell
4096 P:      Marc Boucher
4097 P:      James Morris
4098 P:      Harald Welte
4099 P:      Jozsef Kadlecsik
4100 M:      Patrick McHardy <kaber@trash.net>
4101 L:      netfilter-devel@vger.kernel.org
4102 L:      netfilter@vger.kernel.org
4103 L:      coreteam@netfilter.org
4104 W:      http://www.netfilter.org/
4105 W:      http://www.iptables.org/
4106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4107 S:      Supported
4108 F:      include/linux/netfilter*
4109 F:      include/linux/netfilter/
4110 F:      include/net/netfilter/
4111 F:      net/*/netfilter.c
4112 F:      net/*/netfilter/
4113 F:      net/netfilter/
4115 NETLABEL
4116 M:      Paul Moore <paul.moore@hp.com>
4117 W:      http://netlabel.sf.net
4118 L:      netdev@vger.kernel.org
4119 S:      Supported
4120 F:      Documentation/netlabel/
4121 F:      include/net/netlabel.h
4122 F:      net/netlabel/
4124 NETROM NETWORK LAYER
4125 M:      Ralf Baechle <ralf@linux-mips.org>
4126 L:      linux-hams@vger.kernel.org
4127 W:      http://www.linux-ax25.org/
4128 S:      Maintained
4129 F:      include/linux/netrom.h
4130 F:      include/net/netrom.h
4131 F:      net/netrom/
4133 NETWORK BLOCK DEVICE (NBD)
4134 M:      Paul Clements <Paul.Clements@steeleye.com>
4135 S:      Maintained
4136 F:      Documentation/blockdev/nbd.txt
4137 F:      drivers/block/nbd.c
4138 F:      include/linux/nbd.h
4140 NETWORK DROP MONITOR
4141 M:      Neil Horman <nhorman@tuxdriver.com>
4142 L:      netdev@vger.kernel.org
4143 S:      Maintained
4144 W:      https://fedorahosted.org/dropwatch/
4145 F:      net/core/drop_monitor.c
4147 NETWORKING [GENERAL]
4148 M:      "David S. Miller" <davem@davemloft.net>
4149 L:      netdev@vger.kernel.org
4150 W:      http://www.linuxfoundation.org/en/Net
4151 W:      http://patchwork.ozlabs.org/project/netdev/list/
4152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4154 S:      Maintained
4155 F:      net/
4156 F:      include/net/
4157 F:      include/linux/in.h
4158 F:      include/linux/net.h
4159 F:      include/linux/netdevice.h
4161 NETWORKING [IPv4/IPv6]
4162 M:      "David S. Miller" <davem@davemloft.net>
4163 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4164 M:      "Pekka Savola (ipv6)" <pekkas@netcore.fi>
4165 M:      James Morris <jmorris@namei.org>
4166 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4167 M:      Patrick McHardy <kaber@trash.net>
4168 L:      netdev@vger.kernel.org
4169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4170 S:      Maintained
4171 F:      net/ipv4/
4172 F:      net/ipv6/
4173 F:      include/net/ip*
4175 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4176 M:      Paul Moore <paul.moore@hp.com>
4177 L:      netdev@vger.kernel.org
4178 S:      Maintained
4180 NETWORKING [WIRELESS]
4181 M:      "John W. Linville" <linville@tuxdriver.com>
4182 L:      linux-wireless@vger.kernel.org
4183 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
4184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4185 S:      Maintained
4186 F:      net/mac80211/
4187 F:      net/rfkill/
4188 F:      net/wireless/
4189 F:      include/net/ieee80211*
4190 F:      include/linux/wireless.h
4191 F:      include/net/iw_handler.h
4192 F:      drivers/net/wireless/
4194 NETWORKING DRIVERS
4195 L:      netdev@vger.kernel.org
4196 W:      http://www.linuxfoundation.org/en/Net
4197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4199 S:      Odd Fixes
4200 F:      drivers/net/
4201 F:      include/linux/if_*
4202 F:      include/linux/*device.h
4204 NETXEN (1/10) GbE SUPPORT
4205 M:      Amit Kumar Salecha <amit.salecha@qlogic.com>
4206 L:      netdev@vger.kernel.org
4207 W:      http://www.qlogic.com
4208 S:      Supported
4209 F:      drivers/net/netxen/
4211 NFS, SUNRPC, AND LOCKD CLIENTS
4212 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
4213 L:      linux-nfs@vger.kernel.org
4214 W:      http://client.linux-nfs.org
4215 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4216 S:      Maintained
4217 F:      fs/lockd/
4218 F:      fs/nfs/
4219 F:      fs/nfs_common/
4220 F:      net/sunrpc/
4221 F:      include/linux/lockd/
4222 F:      include/linux/nfs*
4223 F:      include/linux/sunrpc/
4225 NI5010 NETWORK DRIVER
4226 M:      Jan-Pascal van Best <janpascal@vanbest.org>
4227 M:      Andreas Mohr <andi@lisas.de>
4228 L:      netdev@vger.kernel.org
4229 S:      Maintained
4230 F:      drivers/net/ni5010.*
4232 NILFS2 FILESYSTEM
4233 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4234 L:      linux-nilfs@vger.kernel.org
4235 W:      http://www.nilfs.org/en/
4236 S:      Supported
4237 F:      Documentation/filesystems/nilfs2.txt
4238 F:      fs/nilfs2/
4239 F:      include/linux/nilfs2_fs.h
4241 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4242 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4243 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4244 S:      Maintained
4245 F:      Documentation/scsi/NinjaSCSI.txt
4246 F:      drivers/scsi/pcmcia/nsp_*
4248 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4249 M:      GOTO Masanori <gotom@debian.or.jp>
4250 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4251 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4252 S:      Maintained
4253 F:      Documentation/scsi/NinjaSCSI.txt
4254 F:      drivers/scsi/nsp32*
4256 NTFS FILESYSTEM
4257 M:      Anton Altaparmakov <aia21@cantab.net>
4258 L:      linux-ntfs-dev@lists.sourceforge.net
4259 W:      http://www.linux-ntfs.org/
4260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4261 S:      Maintained
4262 F:      Documentation/filesystems/ntfs.txt
4263 F:      fs/ntfs/
4265 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4266 M:      Antonino Daplas <adaplas@gmail.com>
4267 L:      linux-fbdev@vger.kernel.org
4268 S:      Maintained
4269 F:      drivers/video/riva/
4270 F:      drivers/video/nvidia/
4272 OMAP SUPPORT
4273 M:      Tony Lindgren <tony@atomide.com>
4274 L:      linux-omap@vger.kernel.org
4275 W:      http://www.muru.com/linux/omap/
4276 W:      http://linux.omap.com/
4277 Q:      http://patchwork.kernel.org/project/linux-omap/list/
4278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4279 S:      Maintained
4280 F:      arch/arm/*omap*/
4282 OMAP CLOCK FRAMEWORK SUPPORT
4283 M:      Paul Walmsley <paul@pwsan.com>
4284 L:      linux-omap@vger.kernel.org
4285 S:      Maintained
4286 F:      arch/arm/*omap*/*clock*
4288 OMAP POWER MANAGEMENT SUPPORT
4289 M:      Kevin Hilman <khilman@deeprootsystems.com>
4290 L:      linux-omap@vger.kernel.org
4291 S:      Maintained
4292 F:      arch/arm/*omap*/*pm*
4294 OMAP AUDIO SUPPORT
4295 M:      Jarkko Nikula <jhnikula@gmail.com>
4296 L:      alsa-devel@alsa-project.org (subscribers-only)
4297 L:      linux-omap@vger.kernel.org
4298 S:      Maintained
4299 F:      sound/soc/omap/
4301 OMAP FRAMEBUFFER SUPPORT
4302 M:      Tomi Valkeinen <tomi.valkeinen@nokia.com>
4303 L:      linux-fbdev@vger.kernel.org
4304 L:      linux-omap@vger.kernel.org
4305 S:      Maintained
4306 F:      drivers/video/omap/
4308 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4309 M:      Tomi Valkeinen <tomi.valkeinen@nokia.com>
4310 L:      linux-omap@vger.kernel.org
4311 L:      linux-fbdev@vger.kernel.org
4312 S:      Maintained
4313 F:      drivers/video/omap2/
4314 F:      Documentation/arm/OMAP/DSS
4316 OMAP MMC SUPPORT
4317 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
4318 L:      linux-omap@vger.kernel.org
4319 S:      Maintained
4320 F:      drivers/mmc/host/omap.c
4322 OMAP HS MMC SUPPORT
4323 M:      Madhusudhan Chikkature <madhu.cr@ti.com>
4324 L:      linux-omap@vger.kernel.org
4325 S:      Maintained
4326 F:      drivers/mmc/host/omap_hsmmc.c
4328 OMAP RANDOM NUMBER GENERATOR SUPPORT
4329 M:      Deepak Saxena <dsaxena@plexity.net>
4330 S:      Maintained
4331 F:      drivers/char/hw_random/omap-rng.c
4333 OMAP USB SUPPORT
4334 M:      Felipe Balbi <balbi@ti.com>
4335 M:      David Brownell <dbrownell@users.sourceforge.net>
4336 L:      linux-usb@vger.kernel.org
4337 L:      linux-omap@vger.kernel.org
4338 S:      Maintained
4339 F:      drivers/usb/*/*omap*
4340 F:      arch/arm/*omap*/usb*
4342 OMFS FILESYSTEM
4343 M:      Bob Copeland <me@bobcopeland.com>
4344 L:      linux-karma-devel@lists.sourceforge.net
4345 S:      Maintained
4346 F:      Documentation/filesystems/omfs.txt
4347 F:      fs/omfs/
4349 OMNIKEY CARDMAN 4000 DRIVER
4350 M:      Harald Welte <laforge@gnumonks.org>
4351 S:      Maintained
4352 F:      drivers/char/pcmcia/cm4000_cs.c
4353 F:      include/linux/cm4000_cs.h
4355 OMNIKEY CARDMAN 4040 DRIVER
4356 M:      Harald Welte <laforge@gnumonks.org>
4357 S:      Maintained
4358 F:      drivers/char/pcmcia/cm4040_cs.*
4360 OMNIVISION OV7670 SENSOR DRIVER
4361 M:      Jonathan Corbet <corbet@lwn.net>
4362 L:      linux-media@vger.kernel.org
4363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4364 S:      Maintained
4365 F:      drivers/media/video/ov7670.c
4367 ONENAND FLASH DRIVER
4368 M:      Kyungmin Park <kyungmin.park@samsung.com>
4369 L:      linux-mtd@lists.infradead.org
4370 S:      Maintained
4371 F:      drivers/mtd/onenand/
4372 F:      include/linux/mtd/onenand*.h
4374 ONSTREAM SCSI TAPE DRIVER
4375 M:      Willem Riede <osst@riede.org>
4376 L:      osst-users@lists.sourceforge.net
4377 L:      linux-scsi@vger.kernel.org
4378 S:      Maintained
4379 F:      drivers/scsi/osst*
4380 F:      drivers/scsi/st*
4382 OPENCORES I2C BUS DRIVER
4383 M:      Peter Korsgaard <jacmet@sunsite.dk>
4384 L:      linux-i2c@vger.kernel.org
4385 S:      Maintained
4386 F:      Documentation/i2c/busses/i2c-ocores
4387 F:      drivers/i2c/busses/i2c-ocores.c
4389 OPEN FIRMWARE AND FLATTENED DEVICE TREE
4390 M:      Grant Likely <grant.likely@secretlab.ca>
4391 L:      devicetree-discuss@lists.ozlabs.org
4392 W:      http://fdt.secretlab.ca
4393 T:      git git://git.secretlab.ca/git/linux-2.6.git
4394 S:      Maintained
4395 F:      drivers/of
4396 F:      include/linux/of*.h
4397 K:      of_get_property
4399 OPROFILE
4400 M:      Robert Richter <robert.richter@amd.com>
4401 L:      oprofile-list@lists.sf.net
4402 S:      Maintained
4403 F:      arch/*/include/asm/oprofile*.h
4404 F:      arch/*/oprofile/
4405 F:      drivers/oprofile/
4406 F:      include/linux/oprofile.h
4408 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4409 M:      Mark Fasheh <mfasheh@suse.com>
4410 M:      Joel Becker <joel.becker@oracle.com>
4411 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4412 W:      http://oss.oracle.com/projects/ocfs2/
4413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4414 S:      Supported
4415 F:      Documentation/filesystems/ocfs2.txt
4416 F:      Documentation/filesystems/dlmfs.txt
4417 F:      fs/ocfs2/
4419 ORINOCO DRIVER
4420 L:      linux-wireless@vger.kernel.org
4421 L:      orinoco-users@lists.sourceforge.net
4422 L:      orinoco-devel@lists.sourceforge.net
4423 W:      http://linuxwireless.org/en/users/Drivers/orinoco
4424 W:      http://www.nongnu.org/orinoco/
4425 S:      Orphan
4426 F:      drivers/net/wireless/orinoco/
4428 OSD LIBRARY and FILESYSTEM
4429 M:      Boaz Harrosh <bharrosh@panasas.com>
4430 M:      Benny Halevy <bhalevy@panasas.com>
4431 L:      osd-dev@open-osd.org
4432 W:      http://open-osd.org
4433 T:      git git://git.open-osd.org/open-osd.git
4434 S:      Maintained
4435 F:      drivers/scsi/osd/
4436 F:      include/scsi/osd_*
4437 F:      fs/exofs/
4439 P54 WIRELESS DRIVER
4440 M:      Christian Lamparter <chunkeey@googlemail.com>
4441 L:      linux-wireless@vger.kernel.org
4442 W:      http://wireless.kernel.org/en/users/Drivers/p54
4443 S:      Maintained
4444 F:      drivers/net/wireless/p54/
4446 PA SEMI ETHERNET DRIVER
4447 M:      Olof Johansson <olof@lixom.net>
4448 L:      netdev@vger.kernel.org
4449 S:      Maintained
4450 F:      drivers/net/pasemi_mac.*
4452 PA SEMI SMBUS DRIVER
4453 M:      Olof Johansson <olof@lixom.net>
4454 L:      linux-i2c@vger.kernel.org
4455 S:      Maintained
4456 F:      drivers/i2c/busses/i2c-pasemi.c
4458 PADATA PARALLEL EXECUTION MECHANISM
4459 M:      Steffen Klassert <steffen.klassert@secunet.com>
4460 L:      linux-kernel@vger.kernel.org
4461 L:      linux-crypto@vger.kernel.org
4462 S:      Maintained
4463 F:      kernel/padata.c
4464 F:      include/linux/padata.h
4465 F:      Documentation/padata.txt
4467 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4468 M:      Harald Welte <laforge@gnumonks.org>
4469 L:      platform-driver-x86@vger.kernel.org
4470 S:      Maintained
4471 F:      drivers/platform/x86/panasonic-laptop.c
4473 PANASONIC MN10300/AM33/AM34 PORT
4474 M:      David Howells <dhowells@redhat.com>
4475 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4476 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
4477 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4478 S:      Maintained
4479 F:      Documentation/mn10300/
4480 F:      arch/mn10300/
4482 PARALLEL PORT SUPPORT
4483 L:      linux-parport@lists.infradead.org (subscribers-only)
4484 S:      Orphan
4485 F:      drivers/parport/
4486 F:      include/linux/parport*.h
4487 F:      drivers/char/ppdev.c
4488 F:      include/linux/ppdev.h
4490 PARAVIRT_OPS INTERFACE
4491 M:      Jeremy Fitzhardinge <jeremy@xensource.com>
4492 M:      Chris Wright <chrisw@sous-sol.org>
4493 M:      Alok Kataria <akataria@vmware.com>
4494 M:      Rusty Russell <rusty@rustcorp.com.au>
4495 L:      virtualization@lists.osdl.org
4496 S:      Supported
4497 F:      Documentation/ia64/paravirt_ops.txt
4498 F:      arch/*/kernel/paravirt*
4499 F:      arch/*/include/asm/paravirt.h
4501 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4502 M:      Tim Waugh <tim@cyberelk.net>
4503 L:      linux-parport@lists.infradead.org (subscribers-only)
4504 W:      http://www.torque.net/linux-pp.html
4505 S:      Maintained
4506 F:      Documentation/blockdev/paride.txt
4507 F:      drivers/block/paride/
4509 PARISC ARCHITECTURE
4510 M:      Kyle McMartin <kyle@mcmartin.ca>
4511 M:      Helge Deller <deller@gmx.de>
4512 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
4513 L:      linux-parisc@vger.kernel.org
4514 W:      http://www.parisc-linux.org/
4515 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
4516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4517 S:      Maintained
4518 F:      arch/parisc/
4519 F:      drivers/parisc/
4521 PC87360 HARDWARE MONITORING DRIVER
4522 M:      Jim Cromie <jim.cromie@gmail.com>
4523 L:      lm-sensors@lm-sensors.org
4524 S:      Maintained
4525 F:      Documentation/hwmon/pc87360
4526 F:      drivers/hwmon/pc87360.c
4528 PC8736x GPIO DRIVER
4529 M:      Jim Cromie <jim.cromie@gmail.com>
4530 S:      Maintained
4531 F:      drivers/char/pc8736x_gpio.c
4533 PC87427 HARDWARE MONITORING DRIVER
4534 M:      Jean Delvare <khali@linux-fr.org>
4535 L:      lm-sensors@lm-sensors.org
4536 S:      Maintained
4537 F:      Documentation/hwmon/pc87427
4538 F:      drivers/hwmon/pc87427.c
4540 PCA9532 LED DRIVER
4541 M:      Riku Voipio <riku.voipio@iki.fi>
4542 S:      Maintained
4543 F:      drivers/leds/leds-pca9532.c
4544 F:      include/linux/leds-pca9532.h
4546 PCA9541 I2C BUS MASTER SELECTOR DRIVER
4547 M:      Guenter Roeck <guenter.roeck@ericsson.com>
4548 L:      linux-i2c@vger.kernel.org
4549 S:      Maintained
4550 F:      drivers/i2c/muxes/pca9541.c
4552 PCA9564/PCA9665 I2C BUS DRIVER
4553 M:      Wolfram Sang <w.sang@pengutronix.de>
4554 L:      linux-i2c@vger.kernel.org
4555 S:      Maintained
4556 F:      drivers/i2c/algos/i2c-algo-pca.c
4557 F:      drivers/i2c/busses/i2c-pca-*
4558 F:      include/linux/i2c-algo-pca.h
4559 F:      include/linux/i2c-pca-platform.h
4561 PCI ERROR RECOVERY
4562 M:      Linas Vepstas <linas@austin.ibm.com>
4563 L:      linux-pci@vger.kernel.org
4564 S:      Supported
4565 F:      Documentation/PCI/pci-error-recovery.txt
4566 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4568 PCI SUBSYSTEM
4569 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4570 L:      linux-pci@vger.kernel.org
4571 Q:      http://patchwork.kernel.org/project/linux-pci/list/
4572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4573 S:      Supported
4574 F:      Documentation/PCI/
4575 F:      drivers/pci/
4576 F:      include/linux/pci*
4578 PCI HOTPLUG
4579 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4580 L:      linux-pci@vger.kernel.org
4581 S:      Supported
4582 F:      drivers/pci/hotplug
4584 PCMCIA SUBSYSTEM
4585 P:      Linux PCMCIA Team
4586 L:      linux-pcmcia@lists.infradead.org
4587 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4589 S:      Maintained
4590 F:      Documentation/pcmcia/
4591 F:      drivers/pcmcia/
4592 F:      include/pcmcia/
4594 PCNET32 NETWORK DRIVER
4595 M:      Don Fry <pcnet32@verizon.net>
4596 L:      netdev@vger.kernel.org
4597 S:      Maintained
4598 F:      drivers/net/pcnet32.c
4600 PCRYPT PARALLEL CRYPTO ENGINE
4601 M:      Steffen Klassert <steffen.klassert@secunet.com>
4602 L:      linux-crypto@vger.kernel.org
4603 S:      Maintained
4604 F:      crypto/pcrypt.c
4605 F:      include/crypto/pcrypt.h
4607 PER-TASK DELAY ACCOUNTING
4608 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
4609 S:      Maintained
4610 F:      include/linux/delayacct.h
4611 F:      kernel/delayacct.c
4613 PERFORMANCE EVENTS SUBSYSTEM
4614 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
4615 M:      Paul Mackerras <paulus@samba.org>
4616 M:      Ingo Molnar <mingo@elte.hu>
4617 M:      Arnaldo Carvalho de Melo <acme@redhat.com>
4618 S:      Supported
4619 F:      kernel/perf_event*.c
4620 F:      include/linux/perf_event.h
4621 F:      arch/*/kernel/perf_event*.c
4622 F:      arch/*/kernel/*/perf_event*.c
4623 F:      arch/*/kernel/*/*/perf_event*.c
4624 F:      arch/*/include/asm/perf_event.h
4625 F:      arch/*/lib/perf_event*.c
4626 F:      arch/*/kernel/perf_callchain.c
4627 F:      tools/perf/
4629 PERSONALITY HANDLING
4630 M:      Christoph Hellwig <hch@infradead.org>
4631 L:      linux-abi-devel@lists.sourceforge.net
4632 S:      Maintained
4633 F:      include/linux/personality.h
4635 PHONET PROTOCOL
4636 M:      Remi Denis-Courmont <remi.denis-courmont@nokia.com>
4637 S:      Supported
4638 F:      Documentation/networking/phonet.txt
4639 F:      include/linux/phonet.h
4640 F:      include/net/phonet/
4641 F:      net/phonet/
4643 PHRAM MTD DRIVER
4644 M:      Joern Engel <joern@lazybastard.org>
4645 L:      linux-mtd@lists.infradead.org
4646 S:      Maintained
4647 F:      drivers/mtd/devices/phram.c
4649 PKTCDVD DRIVER
4650 M:      Peter Osterlund <petero2@telia.com>
4651 S:      Maintained
4652 F:      drivers/block/pktcdvd.c
4653 F:      include/linux/pktcdvd.h
4655 PMC SIERRA MaxRAID DRIVER
4656 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4657 L:      linux-scsi@vger.kernel.org
4658 W:      http://www.pmc-sierra.com/
4659 S:      Supported
4660 F:      drivers/scsi/pmcraid.*
4662 PMC SIERRA PM8001 DRIVER
4663 M:      jack_wang@usish.com
4664 M:      lindar_liu@usish.com
4665 L:      linux-scsi@vger.kernel.org
4666 S:      Supported
4667 F:      drivers/scsi/pm8001/
4669 POSIX CLOCKS and TIMERS
4670 M:      Thomas Gleixner <tglx@linutronix.de>
4671 S:      Supported
4672 F:      fs/timerfd.c
4673 F:      include/linux/timer*
4674 F:      kernel/*timer*
4676 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4677 M:      Anton Vorontsov <cbou@mail.ru>
4678 M:      David Woodhouse <dwmw2@infradead.org>
4679 T:      git git://git.infradead.org/battery-2.6.git
4680 S:      Maintained
4681 F:      include/linux/power_supply.h
4682 F:      drivers/power/power_supply*
4684 PNP SUPPORT
4685 M:      Adam Belay <abelay@mit.edu>
4686 M:      Bjorn Helgaas <bjorn.helgaas@hp.com>
4687 S:      Maintained
4688 F:      drivers/pnp/
4690 PNXxxxx I2C DRIVER
4691 M:      Vitaly Wool <vitalywool@gmail.com>
4692 L:      linux-i2c@vger.kernel.org
4693 S:      Maintained
4694 F:      drivers/i2c/busses/i2c-pnx.c
4696 PPP PROTOCOL DRIVERS AND COMPRESSORS
4697 M:      Paul Mackerras <paulus@samba.org>
4698 L:      linux-ppp@vger.kernel.org
4699 S:      Maintained
4700 F:      drivers/net/ppp_*
4702 PPP OVER ATM (RFC 2364)
4703 M:      Mitchell Blank Jr <mitch@sfgoth.com>
4704 S:      Maintained
4705 F:      net/atm/pppoatm.c
4706 F:      include/linux/atmppp.h
4708 PPP OVER ETHERNET
4709 M:      Michal Ostrowski <mostrows@earthlink.net>
4710 S:      Maintained
4711 F:      drivers/net/pppoe.c
4712 F:      drivers/net/pppox.c
4714 PPP OVER L2TP
4715 M:      James Chapman <jchapman@katalix.com>
4716 S:      Maintained
4717 F:      net/l2tp/l2tp_ppp.c
4718 F:      include/linux/if_pppol2tp.h
4720 PPS SUPPORT
4721 M:      Rodolfo Giometti <giometti@enneenne.com>
4722 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
4723 L:      linuxpps@ml.enneenne.com (subscribers-only)
4724 S:      Maintained
4725 F:      Documentation/pps/
4726 F:      drivers/pps/
4727 F:      include/linux/pps*.h
4729 PREEMPTIBLE KERNEL
4730 M:      Robert Love <rml@tech9.net>
4731 L:      kpreempt-tech@lists.sourceforge.net
4732 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4733 S:      Supported
4734 F:      Documentation/preempt-locking.txt
4735 F:      include/linux/preempt.h
4737 PRISM54 WIRELESS DRIVER
4738 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
4739 L:      linux-wireless@vger.kernel.org
4740 W:      http://wireless.kernel.org/en/users/Drivers/p54
4741 S:      Obsolete
4742 F:      drivers/net/wireless/prism54/
4744 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4745 M:      Mikael Pettersson <mikpe@it.uu.se>
4746 L:      linux-ide@vger.kernel.org
4747 S:      Maintained
4748 F:      drivers/ata/sata_promise.*
4750 PS3 NETWORK SUPPORT
4751 M:      Geoff Levand <geoff@infradead.org>
4752 L:      netdev@vger.kernel.org
4753 L:      cbe-oss-dev@lists.ozlabs.org
4754 S:      Maintained
4755 F:      drivers/net/ps3_gelic_net.*
4757 PS3 PLATFORM SUPPORT
4758 M:      Geoff Levand <geoff@infradead.org>
4759 L:      linuxppc-dev@lists.ozlabs.org
4760 L:      cbe-oss-dev@lists.ozlabs.org
4761 S:      Maintained
4762 F:      arch/powerpc/boot/ps3*
4763 F:      arch/powerpc/include/asm/lv1call.h
4764 F:      arch/powerpc/include/asm/ps3*.h
4765 F:      arch/powerpc/platforms/ps3/
4766 F:      drivers/*/ps3*
4767 F:      drivers/ps3/
4768 F:      drivers/rtc/rtc-ps3.c
4769 F:      drivers/usb/host/*ps3.c
4770 F:      sound/ppc/snd_ps3*
4772 PS3VRAM DRIVER
4773 M:      Jim Paris <jim@jtan.com>
4774 L:      cbe-oss-dev@lists.ozlabs.org
4775 S:      Maintained
4776 F:      drivers/block/ps3vram.c
4778 PTRACE SUPPORT
4779 M:      Roland McGrath <roland@redhat.com>
4780 M:      Oleg Nesterov <oleg@redhat.com>
4781 S:      Maintained
4782 F:      include/asm-generic/syscall.h
4783 F:      include/linux/ptrace.h
4784 F:      include/linux/regset.h
4785 F:      include/linux/tracehook.h
4786 F:      kernel/ptrace.c
4788 PVRUSB2 VIDEO4LINUX DRIVER
4789 M:      Mike Isely <isely@pobox.com>
4790 L:      pvrusb2@isely.net       (subscribers-only)
4791 L:      linux-media@vger.kernel.org
4792 W:      http://www.isely.net/pvrusb2/
4793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4794 S:      Maintained
4795 F:      Documentation/video4linux/README.pvrusb2
4796 F:      drivers/media/video/pvrusb2/
4798 PXA2xx/PXA3xx SUPPORT
4799 M:      Eric Miao <eric.y.miao@gmail.com>
4800 M:      Russell King <linux@arm.linux.org.uk>
4801 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4802 S:      Maintained
4803 F:      arch/arm/mach-pxa/
4804 F:      drivers/pcmcia/pxa2xx*
4805 F:      drivers/spi/pxa2xx*
4806 F:      drivers/usb/gadget/pxa2*
4807 F:      include/sound/pxa2xx-lib.h
4808 F:      sound/arm/pxa*
4809 F:      sound/soc/pxa
4811 PXA168 SUPPORT
4812 M:      Eric Miao <eric.y.miao@gmail.com>
4813 M:      Jason Chagas <jason.chagas@marvell.com>
4814 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4816 S:      Maintained
4818 PXA910 SUPPORT
4819 M:      Eric Miao <eric.y.miao@gmail.com>
4820 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4822 S:      Maintained
4824 MMP2 SUPPORT (aka ARMADA610)
4825 M:      Haojian Zhuang <haojian.zhuang@marvell.com>
4826 M:      Eric Miao <eric.y.miao@gmail.com>
4827 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4829 S:      Maintained
4831 PXA MMCI DRIVER
4832 S:      Orphan
4834 PXA RTC DRIVER
4835 M:      Robert Jarzmik <robert.jarzmik@free.fr>
4836 L:      rtc-linux@googlegroups.com
4837 S:      Maintained
4839 QLOGIC QLA1280 SCSI DRIVER
4840 M:      Michael Reed <mdr@sgi.com>
4841 L:      linux-scsi@vger.kernel.org
4842 S:      Maintained
4843 F:      drivers/scsi/qla1280.[ch]
4845 QLOGIC QLA2XXX FC-SCSI DRIVER
4846 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
4847 M:      linux-driver@qlogic.com
4848 L:      linux-scsi@vger.kernel.org
4849 S:      Supported
4850 F:      Documentation/scsi/LICENSE.qla2xxx
4851 F:      drivers/scsi/qla2xxx/
4853 QLOGIC QLA4XXX iSCSI DRIVER
4854 M:      Ravi Anand <ravi.anand@qlogic.com>
4855 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
4856 M:      iscsi-driver@qlogic.com
4857 L:      linux-scsi@vger.kernel.org
4858 S:      Supported
4859 F:      drivers/scsi/qla4xxx/
4861 QLOGIC QLA3XXX NETWORK DRIVER
4862 M:      Ron Mercer <ron.mercer@qlogic.com>
4863 M:      linux-driver@qlogic.com
4864 L:      netdev@vger.kernel.org
4865 S:      Supported
4866 F:      Documentation/networking/LICENSE.qla3xxx
4867 F:      drivers/net/qla3xxx.*
4869 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
4870 M:      Amit Kumar Salecha <amit.salecha@qlogic.com>
4871 M:      Anirban Chakraborty <anirban.chakraborty@qlogic.com>
4872 M:      linux-driver@qlogic.com
4873 L:      netdev@vger.kernel.org
4874 S:      Supported
4875 F:      drivers/net/qlcnic/
4877 QLOGIC QLGE 10Gb ETHERNET DRIVER
4878 M:      Ron Mercer <ron.mercer@qlogic.com>
4879 M:      linux-driver@qlogic.com
4880 L:      netdev@vger.kernel.org
4881 S:      Supported
4882 F:      drivers/net/qlge/
4884 QNX4 FILESYSTEM
4885 M:      Anders Larsen <al@alarsen.net>
4886 W:      http://www.alarsen.net/linux/qnx4fs/
4887 S:      Maintained
4888 F:      fs/qnx4/
4889 F:      include/linux/qnx4_fs.h
4890 F:      include/linux/qnxtypes.h
4892 RADOS BLOCK DEVICE (RBD)
4893 F:      include/linux/qnxtypes.h
4894 M:      Yehuda Sadeh <yehuda@hq.newdream.net>
4895 M:      Sage Weil <sage@newdream.net>
4896 M:      ceph-devel@vger.kernel.org
4897 S:      Supported
4898 F:      drivers/block/rbd.c
4899 F:      drivers/block/rbd_types.h
4901 RADEON FRAMEBUFFER DISPLAY DRIVER
4902 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4903 L:      linux-fbdev@vger.kernel.org
4904 S:      Maintained
4905 F:      drivers/video/aty/radeon*
4906 F:      include/linux/radeonfb.h
4908 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4909 M:      Paul Mackerras <paulus@samba.org>
4910 L:      linux-fbdev@vger.kernel.org
4911 S:      Maintained
4912 F:      drivers/video/aty/aty128fb.c
4914 RALINK RT2X00 WIRELESS LAN DRIVER
4915 P:      rt2x00 project
4916 M:      Ivo van Doorn <IvDoorn@gmail.com>
4917 M:      Gertjan van Wingerde <gwingerde@gmail.com>
4918 L:      linux-wireless@vger.kernel.org
4919 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
4920 W:      http://rt2x00.serialmonkey.com/
4921 S:      Maintained
4922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4923 F:      drivers/net/wireless/rt2x00/
4925 RAMDISK RAM BLOCK DEVICE DRIVER
4926 M:      Nick Piggin <npiggin@kernel.dk>
4927 S:      Maintained
4928 F:      Documentation/blockdev/ramdisk.txt
4929 F:      drivers/block/brd.c
4931 RANDOM NUMBER DRIVER
4932 M:      Matt Mackall <mpm@selenic.com>
4933 S:      Maintained
4934 F:      drivers/char/random.c
4936 RAPIDIO SUBSYSTEM
4937 M:      Matt Porter <mporter@kernel.crashing.org>
4938 S:      Maintained
4939 F:      drivers/rapidio/
4941 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4942 L:      linux-wireless@vger.kernel.org
4943 S:      Orphan
4944 F:      drivers/net/wireless/ray*
4946 RCUTORTURE MODULE
4947 M:      Josh Triplett <josh@freedesktop.org>
4948 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4949 S:      Supported
4950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
4951 F:      Documentation/RCU/torture.txt
4952 F:      kernel/rcutorture.c
4954 RDC R-321X SoC
4955 M:      Florian Fainelli <florian@openwrt.org>
4956 S:      Maintained
4958 RDC R6040 FAST ETHERNET DRIVER
4959 M:      Florian Fainelli <florian@openwrt.org>
4960 L:      netdev@vger.kernel.org
4961 S:      Maintained
4962 F:      drivers/net/r6040.c
4964 RDS - RELIABLE DATAGRAM SOCKETS
4965 M:      Andy Grover <andy.grover@oracle.com>
4966 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
4967 S:      Supported
4968 F:      net/rds/
4970 READ-COPY UPDATE (RCU)
4971 M:      Dipankar Sarma <dipankar@in.ibm.com>
4972 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4973 W:      http://www.rdrop.com/users/paulmck/rclock/
4974 S:      Supported
4975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
4976 F:      Documentation/RCU/
4977 F:      include/linux/rcu*
4978 F:      include/linux/srcu*
4979 F:      kernel/rcu*
4980 F:      kernel/srcu*
4981 X:      kernel/rcutorture.c
4983 REAL TIME CLOCK DRIVER (LEGACY)
4984 M:      Paul Gortmaker <p_gortmaker@yahoo.com>
4985 S:      Maintained
4986 F:      drivers/char/rtc.c
4988 REAL TIME CLOCK (RTC) SUBSYSTEM
4989 M:      Alessandro Zummo <a.zummo@towertech.it>
4990 L:      rtc-linux@googlegroups.com
4991 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
4992 S:      Maintained
4993 F:      Documentation/rtc.txt
4994 F:      drivers/rtc/
4995 F:      include/linux/rtc.h
4997 REISERFS FILE SYSTEM
4998 L:      reiserfs-devel@vger.kernel.org
4999 S:      Supported
5000 F:      fs/reiserfs/
5002 RFKILL
5003 M:      Johannes Berg <johannes@sipsolutions.net>
5004 L:      linux-wireless@vger.kernel.org
5005 S:      Maintained
5006 F:      Documentation/rfkill.txt
5007 F:      net/rfkill/
5009 RICOH SMARTMEDIA/XD DRIVER
5010 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5011 S:      Maintained
5012 F:      drivers/mtd/nand/r852.c
5013 F:      drivers/mtd/nand/r852.h
5015 RISCOM8 DRIVER
5016 S:      Orphan
5017 F:      Documentation/serial/riscom8.txt
5018 F:      drivers/char/riscom8*
5020 ROCKETPORT DRIVER
5021 P:      Comtrol Corp.
5022 W:      http://www.comtrol.com
5023 S:      Maintained
5024 F:      Documentation/serial/rocket.txt
5025 F:      drivers/char/rocket*
5027 ROSE NETWORK LAYER
5028 M:      Ralf Baechle <ralf@linux-mips.org>
5029 L:      linux-hams@vger.kernel.org
5030 W:      http://www.linux-ax25.org/
5031 S:      Maintained
5032 F:      include/linux/rose.h
5033 F:      include/net/rose.h
5034 F:      net/rose/
5036 RTL8180 WIRELESS DRIVER
5037 M:      "John W. Linville" <linville@tuxdriver.com>
5038 L:      linux-wireless@vger.kernel.org
5039 W:      http://linuxwireless.org/
5040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5041 S:      Maintained
5042 F:      drivers/net/wireless/rtl818x/rtl8180*
5044 RTL8187 WIRELESS DRIVER
5045 M:      Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5046 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
5047 M:      Larry Finger <Larry.Finger@lwfinger.net>
5048 L:      linux-wireless@vger.kernel.org
5049 W:      http://linuxwireless.org/
5050 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5051 S:      Maintained
5052 F:      drivers/net/wireless/rtl818x/rtl8187*
5054 S3 SAVAGE FRAMEBUFFER DRIVER
5055 M:      Antonino Daplas <adaplas@gmail.com>
5056 L:      linux-fbdev@vger.kernel.org
5057 S:      Maintained
5058 F:      drivers/video/savage/
5060 S390
5061 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
5062 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
5063 M:      linux390@de.ibm.com
5064 L:      linux-s390@vger.kernel.org
5065 W:      http://www.ibm.com/developerworks/linux/linux390/
5066 S:      Supported
5067 F:      arch/s390/
5068 F:      drivers/s390/
5069 F:      fs/partitions/ibm.c
5070 F:      Documentation/s390/
5071 F:      Documentation/DocBook/s390*
5073 S390 NETWORK DRIVERS
5074 M:      Ursula Braun <ursula.braun@de.ibm.com>
5075 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
5076 M:      linux390@de.ibm.com
5077 L:      linux-s390@vger.kernel.org
5078 W:      http://www.ibm.com/developerworks/linux/linux390/
5079 S:      Supported
5080 F:      drivers/s390/net/
5082 S390 ZCRYPT DRIVER
5083 M:      Felix Beck <felix.beck@de.ibm.com>
5084 M:      Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
5085 M:      linux390@de.ibm.com
5086 L:      linux-s390@vger.kernel.org
5087 W:      http://www.ibm.com/developerworks/linux/linux390/
5088 S:      Supported
5089 F:      drivers/s390/crypto/
5091 S390 ZFCP DRIVER
5092 M:      Christof Schmitt <christof.schmitt@de.ibm.com>
5093 M:      Swen Schillig <swen@vnet.ibm.com>
5094 M:      linux390@de.ibm.com
5095 L:      linux-s390@vger.kernel.org
5096 W:      http://www.ibm.com/developerworks/linux/linux390/
5097 S:      Supported
5098 F:      drivers/s390/scsi/zfcp_*
5100 S390 IUCV NETWORK LAYER
5101 M:      Ursula Braun <ursula.braun@de.ibm.com>
5102 M:      linux390@de.ibm.com
5103 L:      linux-s390@vger.kernel.org
5104 W:      http://www.ibm.com/developerworks/linux/linux390/
5105 S:      Supported
5106 F:      drivers/s390/net/*iucv*
5107 F:      include/net/iucv/
5108 F:      net/iucv/
5110 S3C24XX SD/MMC Driver
5111 M:      Ben Dooks <ben-linux@fluff.org>
5112 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5113 S:      Supported
5114 F:      drivers/mmc/host/s3cmci.*
5116 SAA7146 VIDEO4LINUX-2 DRIVER
5117 M:      Michael Hunold <michael@mihu.de>
5118 L:      linux-media@vger.kernel.org
5119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5120 W:      http://www.mihu.de/linux/saa7146
5121 S:      Maintained
5122 F:      drivers/media/common/saa7146*
5123 F:      drivers/media/video/*7146*
5124 F:      include/media/*7146*
5126 SAMSUNG AUDIO (ASoC) DRIVERS
5127 M:      Jassi Brar <jassi.brar@samsung.com>
5128 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5129 S:      Supported
5130 F:      sound/soc/s3c24xx
5132 TLG2300 VIDEO4LINUX-2 DRIVER
5133 M:      Huang Shijie <shijie8@gmail.com>
5134 M:      Kang Yong <kangyong@telegent.com>
5135 M:      Zhang Xiaobing <xbzhang@telegent.com>
5136 S:      Supported
5137 F:      drivers/media/video/tlg2300
5139 SC1200 WDT DRIVER
5140 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
5141 S:      Maintained
5142 F:      drivers/watchdog/sc1200wdt.c
5144 SCHEDULER
5145 M:      Ingo Molnar <mingo@elte.hu>
5146 M:      Peter Zijlstra <peterz@infradead.org>
5147 S:      Maintained
5148 F:      kernel/sched*
5149 F:      include/linux/sched.h
5151 SCORE ARCHITECTURE
5152 M:      Chen Liqin <liqin.chen@sunplusct.com>
5153 M:      Lennox Wu <lennox.wu@gmail.com>
5154 W:      http://www.sunplusct.com
5155 S:      Supported
5156 F:      arch/score/
5158 SCSI CDROM DRIVER
5159 M:      Jens Axboe <axboe@kernel.dk>
5160 L:      linux-scsi@vger.kernel.org
5161 W:      http://www.kernel.dk
5162 S:      Maintained
5163 F:      drivers/scsi/sr*
5165 SCSI RDMA PROTOCOL (SRP) INITIATOR
5166 M:      David Dillow <dillowda@ornl.gov>
5167 L:      linux-rdma@vger.kernel.org
5168 S:      Supported
5169 W:      http://www.openfabrics.org
5170 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5172 F:      drivers/infiniband/ulp/srp/
5173 F:      include/scsi/srp.h
5175 SCSI SG DRIVER
5176 M:      Doug Gilbert <dgilbert@interlog.com>
5177 L:      linux-scsi@vger.kernel.org
5178 W:      http://www.torque.net/sg
5179 S:      Maintained
5180 F:      drivers/scsi/sg.c
5181 F:      include/scsi/sg.h
5183 SCSI SUBSYSTEM
5184 M:      "James E.J. Bottomley" <James.Bottomley@suse.de>
5185 L:      linux-scsi@vger.kernel.org
5186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5189 S:      Maintained
5190 F:      drivers/scsi/
5191 F:      include/scsi/
5193 SCSI TAPE DRIVER
5194 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5195 L:      linux-scsi@vger.kernel.org
5196 S:      Maintained
5197 F:      Documentation/scsi/st.txt
5198 F:      drivers/scsi/st*
5200 SCTP PROTOCOL
5201 M:      Vlad Yasevich <vladislav.yasevich@hp.com>
5202 M:      Sridhar Samudrala <sri@us.ibm.com>
5203 L:      linux-sctp@vger.kernel.org
5204 W:      http://lksctp.sourceforge.net
5205 S:      Supported
5206 F:      Documentation/networking/sctp.txt
5207 F:      include/linux/sctp.h
5208 F:      include/net/sctp/
5209 F:      net/sctp/
5211 SCx200 CPU SUPPORT
5212 M:      Jim Cromie <jim.cromie@gmail.com>
5213 S:      Odd Fixes
5214 F:      Documentation/i2c/busses/scx200_acb
5215 F:      arch/x86/kernel/scx200_32.c
5216 F:      drivers/watchdog/scx200_wdt.c
5217 F:      drivers/i2c/busses/scx200*
5218 F:      drivers/mtd/maps/scx200_docflash.c
5219 F:      include/linux/scx200.h
5221 SCx200 GPIO DRIVER
5222 M:      Jim Cromie <jim.cromie@gmail.com>
5223 S:      Maintained
5224 F:      drivers/char/scx200_gpio.c
5225 F:      include/linux/scx200_gpio.h
5227 SCx200 HRT CLOCKSOURCE DRIVER
5228 M:      Jim Cromie <jim.cromie@gmail.com>
5229 S:      Maintained
5230 F:      drivers/clocksource/scx200_hrt.c
5232 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5233 M:      Sascha Sommer <saschasommer@freenet.de>
5234 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5235 S:      Maintained
5236 F:      drivers/mmc/host/sdricoh_cs.c
5238 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5239 M:      Chris Ball <cjb@laptop.org>
5240 L:      linux-mmc@vger.kernel.org
5241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5242 S:      Maintained
5243 F:      drivers/mmc/host/sdhci.*
5245 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5246 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
5247 L:      linuxppc-dev@lists.ozlabs.org
5248 L:      linux-mmc@vger.kernel.org
5249 S:      Maintained
5250 F:      drivers/mmc/host/sdhci-of.*
5252 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5253 M:      Ben Dooks <ben-linux@fluff.org>
5254 L:      linux-mmc@vger.kernel.org
5255 S:      Maintained
5256 F:      drivers/mmc/host/sdhci-s3c.c
5258 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5259 M:      Viresh Kumar <viresh.kumar@st.com>
5260 L:      linux-mmc@vger.kernel.org
5261 S:      Maintained
5262 F:      drivers/mmc/host/sdhci-spear.c
5264 SECURITY SUBSYSTEM
5265 M:      James Morris <jmorris@namei.org>
5266 L:      linux-security-module@vger.kernel.org (suggested Cc:)
5267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5268 W:      http://security.wiki.kernel.org/
5269 S:      Supported
5270 F:      security/
5272 SECURITY CONTACT
5273 M:      Security Officers <security@kernel.org>
5274 S:      Supported
5276 SELINUX SECURITY MODULE
5277 M:      Stephen Smalley <sds@tycho.nsa.gov>
5278 M:      James Morris <jmorris@namei.org>
5279 M:      Eric Paris <eparis@parisplace.org>
5280 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
5281 W:      http://selinuxproject.org
5282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5283 S:      Supported
5284 F:      include/linux/selinux*
5285 F:      security/selinux/
5287 APPARMOR SECURITY MODULE
5288 M:      John Johansen <john.johansen@canonical.com>
5289 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5290 W:      apparmor.wiki.kernel.org
5291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5292 S:      Supported
5293 F:      security/apparmor/
5295 SENSABLE PHANTOM
5296 M:      Jiri Slaby <jirislaby@gmail.com>
5297 S:      Maintained
5298 F:      drivers/misc/phantom.c
5299 F:      include/linux/phantom.h
5301 SERIAL ATA (SATA) SUBSYSTEM
5302 M:      Jeff Garzik <jgarzik@pobox.com>
5303 L:      linux-ide@vger.kernel.org
5304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5305 S:      Supported
5306 F:      drivers/ata/
5307 F:      include/linux/ata.h
5308 F:      include/linux/libata.h
5310 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5311 M:      Jayamohan Kallickal <jayamohank@serverengines.com>
5312 L:      linux-scsi@vger.kernel.org
5313 W:      http://www.serverengines.com
5314 S:      Supported
5315 F:      drivers/scsi/be2iscsi/
5317 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5318 M:      Sathya Perla <sathyap@serverengines.com>
5319 M:      Subbu Seetharaman <subbus@serverengines.com>
5320 M:      Sarveshwar Bandi <sarveshwarb@serverengines.com>
5321 M:      Ajit Khaparde <ajitk@serverengines.com>
5322 L:      netdev@vger.kernel.org
5323 W:      http://www.serverengines.com
5324 S:      Supported
5325 F:      drivers/net/benet/
5327 SFC NETWORK DRIVER
5328 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5329 M:      Steve Hodgson <shodgson@solarflare.com>
5330 M:      Ben Hutchings <bhutchings@solarflare.com>
5331 L:      netdev@vger.kernel.org
5332 S:      Supported
5333 F:      drivers/net/sfc/
5335 SGI GRU DRIVER
5336 M:      Jack Steiner <steiner@sgi.com>
5337 S:      Maintained
5338 F:      drivers/misc/sgi-gru/
5340 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5341 M:      Pat Gefre <pfg@sgi.com>
5342 L:      linux-ia64@vger.kernel.org
5343 S:      Supported
5344 F:      Documentation/ia64/serial.txt
5345 F:      drivers/serial/ioc?_serial.c
5346 F:      include/linux/ioc?.h
5348 SGI VISUAL WORKSTATION 320 AND 540
5349 M:      Andrey Panin <pazke@donpac.ru>
5350 L:      linux-visws-devel@lists.sf.net
5351 W:      http://linux-visws.sf.net
5352 S:      Maintained for 2.6.
5353 F:      Documentation/sgi-visws.txt
5355 SGI XP/XPC/XPNET DRIVER
5356 M:      Robin Holt <holt@sgi.com>
5357 S:      Maintained
5358 F:      drivers/misc/sgi-xp/
5360 SHARP LH SUPPORT (LH7952X & LH7A40X)
5361 M:      Marc Singer <elf@buici.com>
5362 W:      http://projects.buici.com/arm
5363 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5364 S:      Maintained
5365 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5366 F:      arch/arm/mach-lh7a40x/
5367 F:      drivers/serial/serial_lh7a40x.c
5368 F:      drivers/usb/gadget/lh7a40*
5369 F:      drivers/usb/host/ohci-lh7a40*
5371 SIMPLE FIRMWARE INTERFACE (SFI)
5372 M:      Len Brown <lenb@kernel.org>
5373 L:      sfi-devel@simplefirmware.org
5374 W:      http://simplefirmware.org/
5375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5376 S:      Supported
5377 F:      arch/x86/kernel/*sfi*
5378 F:      drivers/sfi/
5379 F:      include/linux/sfi*.h
5381 SIMTEC EB110ATX (Chalice CATS)
5382 P:      Ben Dooks
5383 M:      Vincent Sanders <support@simtec.co.uk>
5384 W:      http://www.simtec.co.uk/products/EB110ATX/
5385 S:      Supported
5387 SIMTEC EB2410ITX (BAST)
5388 P:      Ben Dooks
5389 M:      Vincent Sanders <support@simtec.co.uk>
5390 W:      http://www.simtec.co.uk/products/EB2410ITX/
5391 S:      Supported
5392 F:      arch/arm/mach-s3c2410/
5393 F:      drivers/*/*s3c2410*
5394 F:      drivers/*/*/*s3c2410*
5396 TI DAVINCI MACHINE SUPPORT
5397 M:      Kevin Hilman <khilman@deeprootsystems.com>
5398 L:      davinci-linux-open-source@linux.davincidsp.com (subscribers-only)
5399 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
5400 S:      Supported
5401 F:      arch/arm/mach-davinci
5403 SIS 190 ETHERNET DRIVER
5404 M:      Francois Romieu <romieu@fr.zoreil.com>
5405 L:      netdev@vger.kernel.org
5406 S:      Maintained
5407 F:      drivers/net/sis190.c
5409 SIS 900/7016 FAST ETHERNET DRIVER
5410 M:      Daniele Venzano <venza@brownhat.org>
5411 W:      http://www.brownhat.org/sis900.html
5412 L:      netdev@vger.kernel.org
5413 S:      Maintained
5414 F:      drivers/net/sis900.*
5416 SIS 96X I2C/SMBUS DRIVER
5417 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
5418 L:      linux-i2c@vger.kernel.org
5419 S:      Maintained
5420 F:      Documentation/i2c/busses/i2c-sis96x
5421 F:      drivers/i2c/busses/i2c-sis96x.c
5423 SIS FRAMEBUFFER DRIVER
5424 M:      Thomas Winischhofer <thomas@winischhofer.net>
5425 W:      http://www.winischhofer.net/linuxsisvga.shtml
5426 S:      Maintained
5427 F:      Documentation/fb/sisfb.txt
5428 F:      drivers/video/sis/
5429 F:      include/video/sisfb.h
5431 SIS USB2VGA DRIVER
5432 M:      Thomas Winischhofer <thomas@winischhofer.net>
5433 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5434 S:      Maintained
5435 F:      drivers/usb/misc/sisusbvga/
5437 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5438 M:      Stephen Hemminger <shemminger@linux-foundation.org>
5439 L:      netdev@vger.kernel.org
5440 S:      Maintained
5441 F:      drivers/net/skge.*
5442 F:      drivers/net/sky2.*
5444 SLAB ALLOCATOR
5445 M:      Christoph Lameter <cl@linux-foundation.org>
5446 M:      Pekka Enberg <penberg@cs.helsinki.fi>
5447 M:      Matt Mackall <mpm@selenic.com>
5448 L:      linux-mm@kvack.org
5449 S:      Maintained
5450 F:      include/linux/sl?b*.h
5451 F:      mm/sl?b.c
5453 SMC91x ETHERNET DRIVER
5454 M:      Nicolas Pitre <nico@fluxnic.net>
5455 S:      Odd Fixes
5456 F:      drivers/net/smc91x.*
5458 SMM665 HARDWARE MONITOR DRIVER
5459 M:      Guenter Roeck <linux@roeck-us.net>
5460 L:      lm-sensors@lm-sensors.org
5461 S:      Maintained
5462 F:      Documentation/hwmon/smm665
5463 F:      drivers/hwmon/smm665.c
5465 SMSC EMC2103 HARDWARE MONITOR DRIVER
5466 M:      Steve Glendinning <steve.glendinning@smsc.com>
5467 L:      lm-sensors@lm-sensors.org
5468 S:      Supported
5469 F:      Documentation/hwmon/emc2103
5470 F:      drivers/hwmon/emc2103.c
5472 SMSC47B397 HARDWARE MONITOR DRIVER
5473 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
5474 L:      lm-sensors@lm-sensors.org
5475 S:      Maintained
5476 F:      Documentation/hwmon/smsc47b397
5477 F:      drivers/hwmon/smsc47b397.c
5479 SMSC911x ETHERNET DRIVER
5480 M:      Steve Glendinning <steve.glendinning@smsc.com>
5481 L:      netdev@vger.kernel.org
5482 S:      Supported
5483 F:      include/linux/smsc911x.h
5484 F:      drivers/net/smsc911x.*
5486 SMSC9420 PCI ETHERNET DRIVER
5487 M:      Steve Glendinning <steve.glendinning@smsc.com>
5488 L:      netdev@vger.kernel.org
5489 S:      Supported
5490 F:      drivers/net/smsc9420.*
5492 SN-IA64 (Itanium) SUB-PLATFORM
5493 M:      Jes Sorensen <jes@sgi.com>
5494 L:      linux-altix@sgi.com
5495 L:      linux-ia64@vger.kernel.org
5496 W:      http://www.sgi.com/altix
5497 S:      Maintained
5498 F:      arch/ia64/sn/
5500 SOC-CAMERA V4L2 SUBSYSTEM
5501 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5502 L:      linux-media@vger.kernel.org
5503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5504 S:      Maintained
5505 F:      include/media/v4l2*
5506 F:      drivers/media/video/v4l2*
5508 SOEKRIS NET48XX LED SUPPORT
5509 M:      Chris Boot <bootc@bootc.net>
5510 S:      Maintained
5511 F:      drivers/leds/leds-net48xx.c
5513 SOFTWARE RAID (Multiple Disks) SUPPORT
5514 M:      Neil Brown <neilb@suse.de>
5515 L:      linux-raid@vger.kernel.org
5516 S:      Supported
5517 F:      drivers/md/
5518 F:      include/linux/raid/
5520 SONIC NETWORK DRIVER
5521 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5522 L:      netdev@vger.kernel.org
5523 S:      Maintained
5524 F:      drivers/net/sonic.*
5526 SONICS SILICON BACKPLANE DRIVER (SSB)
5527 M:      Michael Buesch <mb@bu3sch.de>
5528 L:      netdev@vger.kernel.org
5529 S:      Maintained
5530 F:      drivers/ssb/
5531 F:      include/linux/ssb/
5533 SONY VAIO CONTROL DEVICE DRIVER
5534 M:      Mattia Dongili <malattia@linux.it>
5535 L:      platform-driver-x86@vger.kernel.org
5536 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5537 S:      Maintained
5538 F:      Documentation/laptops/sony-laptop.txt
5539 F:      drivers/char/sonypi.c
5540 F:      drivers/platform/x86/sony-laptop.c
5541 F:      include/linux/sony-laptop.h
5543 SONY MEMORYSTICK CARD SUPPORT
5544 M:      Alex Dubov <oakad@yahoo.com>
5545 W:      http://tifmxx.berlios.de/
5546 S:      Maintained
5547 F:      drivers/memstick/host/tifm_ms.c
5549 SOUND
5550 M:      Jaroslav Kysela <perex@perex.cz>
5551 M:      Takashi Iwai <tiwai@suse.de>
5552 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5553 W:      http://www.alsa-project.org/
5554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5555 T:      git git://git.alsa-project.org/alsa-kernel.git
5556 S:      Maintained
5557 F:      Documentation/sound/
5558 F:      include/sound/
5559 F:      sound/
5561 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5562 M:      Liam Girdwood <lrg@slimlogic.co.uk>
5563 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5565 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5566 W:      http://alsa-project.org/main/index.php/ASoC
5567 S:      Supported
5568 F:      sound/soc/
5569 F:      include/sound/soc*
5571 SPARC + UltraSPARC (sparc/sparc64)
5572 M:      "David S. Miller" <davem@davemloft.net>
5573 L:      sparclinux@vger.kernel.org
5574 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
5575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5577 S:      Maintained
5578 F:      arch/sparc/
5579 F:      drivers/sbus/
5581 SPARC SERIAL DRIVERS
5582 M:      "David S. Miller" <davem@davemloft.net>
5583 L:      sparclinux@vger.kernel.org
5584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5586 S:      Maintained
5587 F:      drivers/serial/suncore.c
5588 F:      drivers/serial/suncore.h
5589 F:      drivers/serial/sunhv.c
5590 F:      drivers/serial/sunsab.c
5591 F:      drivers/serial/sunsab.h
5592 F:      drivers/serial/sunsu.c
5593 F:      drivers/serial/sunzilog.c
5594 F:      drivers/serial/sunzilog.h
5596 SPEAR PLATFORM SUPPORT
5597 M:      Viresh Kumar <viresh.kumar@st.com>
5598 W:      http://www.st.com/spear
5599 S:      Maintained
5600 F:      arch/arm/plat-spear/
5602 SPEAR3XX MACHINE SUPPORT
5603 M:      Viresh Kumar <viresh.kumar@st.com>
5604 W:      http://www.st.com/spear
5605 S:      Maintained
5606 F:      arch/arm/mach-spear3xx/
5608 SPEAR6XX MACHINE SUPPORT
5609 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
5610 W:      http://www.st.com/spear
5611 S:      Maintained
5612 F:      arch/arm/mach-spear6xx/
5614 SPEAR CLOCK FRAMEWORK SUPPORT
5615 M:      Viresh Kumar <viresh.kumar@st.com>
5616 W:      http://www.st.com/spear
5617 S:      Maintained
5618 F:      arch/arm/mach-spear*/clock.c
5619 F:      arch/arm/mach-spear*/include/mach/clkdev.h
5620 F:      arch/arm/plat-spear/clock.c
5621 F:      arch/arm/plat-spear/include/plat/clkdev.h
5622 F:      arch/arm/plat-spear/include/plat/clock.h
5624 SPEAR PAD MULTIPLEXING SUPPORT
5625 M:      Viresh Kumar <viresh.kumar@st.com>
5626 W:      http://www.st.com/spear
5627 S:      Maintained
5628 F:      arch/arm/plat-spear/include/plat/padmux.h
5629 F:      arch/arm/plat-spear/padmux.c
5630 F:      arch/arm/mach-spear*/spear*xx.c
5631 F:      arch/arm/mach-spear*/include/mach/generic.h
5632 F:      arch/arm/mach-spear3xx/spear3*0.c
5633 F:      arch/arm/mach-spear3xx/spear3*0_evb.c
5634 F:      arch/arm/mach-spear6xx/spear600.c
5635 F:      arch/arm/mach-spear6xx/spear600_evb.c
5637 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5638 M:      Roger Wolff <R.E.Wolff@BitWizard.nl>
5639 S:      Supported
5640 F:      Documentation/serial/specialix.txt
5641 F:      drivers/char/specialix*
5643 SPI SUBSYSTEM
5644 M:      David Brownell <dbrownell@users.sourceforge.net>
5645 M:      Grant Likely <grant.likely@secretlab.ca>
5646 L:      spi-devel-general@lists.sourceforge.net
5647 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
5648 T:      git git://git.secretlab.ca/git/linux-2.6.git
5649 S:      Maintained
5650 F:      Documentation/spi/
5651 F:      drivers/spi/
5652 F:      include/linux/spi/
5654 SPIDERNET NETWORK DRIVER for CELL
5655 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5656 M:      Jens Osterkamp <jens@de.ibm.com>
5657 L:      netdev@vger.kernel.org
5658 S:      Supported
5659 F:      Documentation/networking/spider_net.txt
5660 F:      drivers/net/spider_net*
5662 SPU FILE SYSTEM
5663 M:      Jeremy Kerr <jk@ozlabs.org>
5664 L:      linuxppc-dev@lists.ozlabs.org
5665 L:      cbe-oss-dev@lists.ozlabs.org
5666 W:      http://www.ibm.com/developerworks/power/cell/
5667 S:      Supported
5668 F:      Documentation/filesystems/spufs.txt
5669 F:      arch/powerpc/platforms/cell/spufs/
5671 SQUASHFS FILE SYSTEM
5672 M:      Phillip Lougher <phillip@lougher.demon.co.uk>
5673 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
5674 W:      http://squashfs.org.uk
5675 S:      Maintained
5676 F:      Documentation/filesystems/squashfs.txt
5677 F:      fs/squashfs/
5679 SRM (Alpha) environment access
5680 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
5681 S:      Maintained
5682 F:      arch/alpha/kernel/srm_env.c
5684 STABLE BRANCH
5685 M:      Greg Kroah-Hartman <greg@kroah.com>
5686 M:      Chris Wright <chrisw@sous-sol.org>
5687 L:      stable@kernel.org
5688 S:      Maintained
5690 STAGING SUBSYSTEM
5691 M:      Greg Kroah-Hartman <gregkh@suse.de>
5692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git
5693 L:      devel@driverdev.osuosl.org
5694 S:      Maintained
5695 F:      drivers/staging/
5697 STARFIRE/DURALAN NETWORK DRIVER
5698 M:      Ion Badulescu <ionut@badula.org>
5699 S:      Odd Fixes
5700 F:      drivers/net/starfire*
5702 STRADIS MPEG-2 DECODER DRIVER
5703 M:      Nathan Laredo <laredo@gnu.org>
5704 W:      http://www.stradis.com/
5705 S:      Maintained
5706 F:      drivers/media/video/stradis.c
5708 SUN3/3X
5709 M:      Sam Creasey <sammy@sammy.net>
5710 W:      http://sammy.net/sun3/
5711 S:      Maintained
5712 F:      arch/m68k/kernel/*sun3*
5713 F:      arch/m68k/sun3*/
5714 F:      arch/m68k/include/asm/sun3*
5716 SUPERH
5717 M:      Paul Mundt <lethal@linux-sh.org>
5718 L:      linux-sh@vger.kernel.org
5719 W:      http://www.linux-sh.org
5720 Q:      http://patchwork.kernel.org/project/linux-sh/list/
5721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
5722 S:      Supported
5723 F:      Documentation/sh/
5724 F:      arch/sh/
5725 F:      drivers/sh/
5727 SUSPEND TO RAM
5728 M:      Len Brown <len.brown@intel.com>
5729 M:      Pavel Machek <pavel@ucw.cz>
5730 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
5731 L:      linux-pm@lists.linux-foundation.org
5732 S:      Supported
5733 F:      Documentation/power/
5734 F:      arch/x86/kernel/acpi/
5735 F:      drivers/base/power/
5736 F:      kernel/power/
5737 F:      include/linux/suspend.h
5738 F:      include/linux/freezer.h
5739 F:      include/linux/pm.h
5741 SVGA HANDLING
5742 M:      Martin Mares <mj@ucw.cz>
5743 L:      linux-video@atrey.karlin.mff.cuni.cz
5744 S:      Maintained
5745 F:      Documentation/svga.txt
5746 F:      arch/x86/boot/video*
5748 SYSV FILESYSTEM
5749 M:      Christoph Hellwig <hch@infradead.org>
5750 S:      Maintained
5751 F:      Documentation/filesystems/sysv-fs.txt
5752 F:      fs/sysv/
5753 F:      include/linux/sysv_fs.h
5755 TASKSTATS STATISTICS INTERFACE
5756 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
5757 S:      Maintained
5758 F:      Documentation/accounting/taskstats*
5759 F:      include/linux/taskstats*
5760 F:      kernel/taskstats.c
5762 TC CLASSIFIER
5763 M:      Jamal Hadi Salim <hadi@cyberus.ca>
5764 L:      netdev@vger.kernel.org
5765 S:      Maintained
5766 F:      include/linux/pkt_cls.h
5767 F:      include/net/pkt_cls.h
5768 F:      net/sched/
5770 TCP LOW PRIORITY MODULE
5771 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5772 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5773 W:      http://tcp-lp-mod.sourceforge.net/
5774 S:      Maintained
5775 F:      net/ipv4/tcp_lp.c
5777 TEGRA SUPPORT
5778 M:      Colin Cross <ccross@android.com>
5779 M:      Erik Gilling <konkers@android.com>
5780 M:      Olof Johansson <olof@lixom.net>
5781 L:      linux-tegra@vger.kernel.org
5782 T:      git git://android.git.kernel.org/kernel/tegra.git
5783 S:      Supported
5784 F:      arch/arm/mach-tegra
5786 TEHUTI ETHERNET DRIVER
5787 M:      Alexander Indenbaum <baum@tehutinetworks.net>
5788 M:      Andy Gospodarek <andy@greyhouse.net>
5789 L:      netdev@vger.kernel.org
5790 S:      Supported
5791 F:      drivers/net/tehuti*
5793 Telecom Clock Driver for MCPL0010
5794 M:      Mark Gross <mark.gross@intel.com>
5795 S:      Supported
5796 F:      drivers/char/tlclk.c
5798 TENSILICA XTENSA PORT (xtensa)
5799 M:      Chris Zankel <chris@zankel.net>
5800 S:      Maintained
5801 F:      arch/xtensa/
5803 THINKPAD ACPI EXTRAS DRIVER
5804 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5805 L:      ibm-acpi-devel@lists.sourceforge.net
5806 L:      platform-driver-x86@vger.kernel.org
5807 W:      http://ibm-acpi.sourceforge.net
5808 W:      http://thinkwiki.org/wiki/Ibm-acpi
5809 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5810 S:      Maintained
5811 F:      drivers/platform/x86/thinkpad_acpi.c
5813 TI FLASH MEDIA INTERFACE DRIVER
5814 M:      Alex Dubov <oakad@yahoo.com>
5815 S:      Maintained
5816 F:      drivers/misc/tifm*
5817 F:      drivers/mmc/host/tifm_sd.c
5818 F:      include/linux/tifm.h
5820 TI TWL4030 SERIES SOC CODEC DRIVER
5821 M:      Peter Ujfalusi <peter.ujfalusi@nokia.com>
5822 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5823 S:      Maintained
5824 F:      sound/soc/codecs/twl4030*
5826 TIPC NETWORK LAYER
5827 M:      Jon Maloy <jon.maloy@ericsson.com>
5828 M:      Allan Stephens <allan.stephens@windriver.com>
5829 L:      tipc-discussion@lists.sourceforge.net
5830 W:      http://tipc.sourceforge.net/
5831 W:      http://tipc.cslab.ericsson.net/
5832 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5833 S:      Maintained
5834 F:      include/linux/tipc*.h
5835 F:      include/net/tipc/
5836 F:      net/tipc/
5838 TILE ARCHITECTURE
5839 M:      Chris Metcalf <cmetcalf@tilera.com>
5840 W:      http://www.tilera.com/scm/
5841 S:      Supported
5842 F:      arch/tile/
5843 F:      drivers/char/hvc_tile.c
5844 F:      drivers/net/tile/
5846 TLAN NETWORK DRIVER
5847 M:      Samuel Chessman <chessman@tux.org>
5848 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
5849 W:      http://sourceforge.net/projects/tlan/
5850 S:      Maintained
5851 F:      Documentation/networking/tlan.txt
5852 F:      drivers/net/tlan.*
5854 TOMOYO SECURITY MODULE
5855 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
5856 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
5857 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5858 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5859 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5860 W:      http://tomoyo.sourceforge.jp/
5861 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.3.x/tomoyo-lsm/patches/
5862 S:      Maintained
5863 F:      security/tomoyo/
5865 TOPSTAR LAPTOP EXTRAS DRIVER
5866 M:      Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5867 L:      platform-driver-x86@vger.kernel.org
5868 S:      Maintained
5869 F:      drivers/platform/x86/topstar-laptop.c
5871 TOSHIBA ACPI EXTRAS DRIVER
5872 L:      platform-driver-x86@vger.kernel.org
5873 S:      Orphan
5874 F:      drivers/platform/x86/toshiba_acpi.c
5876 TOSHIBA SMM DRIVER
5877 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
5878 L:      tlinux-users@tce.toshiba-dme.co.jp
5879 W:      http://www.buzzard.org.uk/toshiba/
5880 S:      Maintained
5881 F:      drivers/char/toshiba.c
5882 F:      include/linux/toshiba.h
5884 TMIO MMC DRIVER
5885 M:      Ian Molton <ian@mnementh.co.uk>
5886 S:      Maintained
5887 F:      drivers/mmc/host/tmio_mmc.*
5889 TMPFS (SHMEM FILESYSTEM)
5890 M:      Hugh Dickins <hughd@google.com>
5891 L:      linux-mm@kvack.org
5892 S:      Maintained
5893 F:      include/linux/shmem_fs.h
5894 F:      mm/shmem.c
5896 TPM DEVICE DRIVER
5897 M:      Debora Velarde <debora@linux.vnet.ibm.com>
5898 M:      Rajiv Andrade <srajiv@linux.vnet.ibm.com>
5899 W:      http://tpmdd.sourceforge.net
5900 M:      Marcel Selhorst <m.selhorst@sirrix.com>
5901 W:      http://www.sirrix.com
5902 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5903 S:      Maintained
5904 F:      drivers/char/tpm/
5906 TRACING
5907 M:      Steven Rostedt <rostedt@goodmis.org>
5908 M:      Frederic Weisbecker <fweisbec@gmail.com>
5909 M:      Ingo Molnar <mingo@redhat.com>
5910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core
5911 S:      Maintained
5912 F:      Documentation/trace/ftrace.txt
5913 F:      arch/*/*/*/ftrace.h
5914 F:      arch/*/kernel/ftrace.c
5915 F:      include/*/ftrace.h
5916 F:      include/linux/trace*.h
5917 F:      include/trace/
5918 F:      kernel/trace/
5920 TRIVIAL PATCHES
5921 M:      Jiri Kosina <trivial@kernel.org>
5922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5923 S:      Maintained
5925 TTY LAYER
5926 M:      Greg Kroah-Hartman <gregkh@suse.de>
5927 S:      Maintained
5928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
5929 F:      drivers/char/tty_*
5930 F:      drivers/serial/serial_core.c
5931 F:      include/linux/serial_core.h
5932 F:      include/linux/serial.h
5933 F:      include/linux/tty.h
5935 TULIP NETWORK DRIVERS
5936 M:      Grant Grundler <grundler@parisc-linux.org>
5937 M:      Kyle McMartin <kyle@mcmartin.ca>
5938 L:      netdev@vger.kernel.org
5939 S:      Maintained
5940 F:      drivers/net/tulip/
5942 TUN/TAP driver
5943 M:      Maxim Krasnyansky <maxk@qualcomm.com>
5944 L:      vtun@office.satix.net
5945 W:      http://vtun.sourceforge.net/tun
5946 S:      Maintained
5947 F:      Documentation/networking/tuntap.txt
5948 F:      arch/um/os-Linux/drivers/
5950 TURBOCHANNEL SUBSYSTEM
5951 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
5952 S:      Maintained
5953 F:      drivers/tc/
5954 F:      include/linux/tc.h
5956 U14-34F SCSI DRIVER
5957 M:      Dario Ballabio <ballabio_dario@emc.com>
5958 L:      linux-scsi@vger.kernel.org
5959 S:      Maintained
5960 F:      drivers/scsi/u14-34f.c
5962 UBI FILE SYSTEM (UBIFS)
5963 M:      Artem Bityutskiy <dedekind1@gmail.com>
5964 M:      Adrian Hunter <adrian.hunter@nokia.com>
5965 L:      linux-mtd@lists.infradead.org
5966 T:      git git://git.infradead.org/ubifs-2.6.git
5967 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
5968 S:      Maintained
5969 F:      Documentation/filesystems/ubifs.txt
5970 F:      fs/ubifs/
5972 UCLINUX (AND M68KNOMMU)
5973 M:      Greg Ungerer <gerg@uclinux.org>
5974 W:      http://www.uclinux.org/
5975 L:      uclinux-dev@uclinux.org  (subscribers-only)
5976 S:      Maintained
5977 F:      arch/m68knommu/
5979 UCLINUX FOR RENESAS H8/300 (H8300)
5980 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5981 W:      http://uclinux-h8.sourceforge.jp/
5982 S:      Supported
5983 F:      arch/h8300/
5984 F:      drivers/ide/ide-h8300.c
5985 F:      drivers/net/ne-h8300.c
5987 UDF FILESYSTEM
5988 M:      Jan Kara <jack@suse.cz>
5989 W:      http://linux-udf.sourceforge.net
5990 S:      Maintained
5991 F:      Documentation/filesystems/udf.txt
5992 F:      fs/udf/
5994 UFS FILESYSTEM
5995 M:      Evgeniy Dushistov <dushistov@mail.ru>
5996 S:      Maintained
5997 F:      Documentation/filesystems/ufs.txt
5998 F:      fs/ufs/
6000 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
6001 L:      linux-usb@vger.kernel.org
6002 S:      Orphan
6003 F:      drivers/uwb/
6004 F:      include/linux/uwb.h
6005 F:      include/linux/uwb/
6007 UNIFDEF
6008 M:      Tony Finch <dot@dotat.at>
6009 W:      http://dotat.at/prog/unifdef
6010 S:      Maintained
6011 F:      scripts/unifdef.c
6013 UNIFORM CDROM DRIVER
6014 M:      Jens Axboe <axboe@kernel.dk>
6015 W:      http://www.kernel.dk
6016 S:      Maintained
6017 F:      Documentation/cdrom/
6018 F:      drivers/cdrom/cdrom.c
6019 F:      include/linux/cdrom.h
6021 UNSORTED BLOCK IMAGES (UBI)
6022 M:      Artem Bityutskiy <dedekind1@gmail.com>
6023 W:      http://www.linux-mtd.infradead.org/
6024 L:      linux-mtd@lists.infradead.org
6025 T:      git git://git.infradead.org/ubi-2.6.git
6026 S:      Maintained
6027 F:      drivers/mtd/ubi/
6028 F:      include/linux/mtd/ubi.h
6029 F:      include/mtd/ubi-user.h
6031 USB ACM DRIVER
6032 M:      Oliver Neukum <oliver@neukum.name>
6033 L:      linux-usb@vger.kernel.org
6034 S:      Maintained
6035 F:      Documentation/usb/acm.txt
6036 F:      drivers/usb/class/cdc-acm.*
6038 USB ATTACHED SCSI
6039 M:      Matthew Wilcox <willy@linux.intel.com>
6040 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
6041 L:      linux-usb@vger.kernel.org
6042 L:      linux-scsi@vger.kernel.org
6043 S:      Supported
6044 F:      drivers/usb/storage/uas.c
6046 USB BLOCK DRIVER (UB ub)
6047 M:      Pete Zaitcev <zaitcev@redhat.com>
6048 L:      linux-usb@vger.kernel.org
6049 S:      Supported
6050 F:      drivers/block/ub.c
6052 USB CDC ETHERNET DRIVER
6053 M:      Oliver Neukum <oliver@neukum.name>
6054 L:      linux-usb@vger.kernel.org
6055 S:      Maintained
6056 F:      drivers/net/usb/cdc_*.c
6057 F:      include/linux/usb/cdc.h
6059 USB CYPRESS C67X00 DRIVER
6060 M:      Peter Korsgaard <jacmet@sunsite.dk>
6061 L:      linux-usb@vger.kernel.org
6062 S:      Maintained
6063 F:      drivers/usb/c67x00/
6065 USB DAVICOM DM9601 DRIVER
6066 M:      Peter Korsgaard <jacmet@sunsite.dk>
6067 L:      netdev@vger.kernel.org
6068 W:      http://www.linux-usb.org/usbnet
6069 S:      Maintained
6070 F:      drivers/net/usb/dm9601.c
6072 USB DIAMOND RIO500 DRIVER
6073 M:      Cesar Miquel <miquel@df.uba.ar>
6074 L:      rio500-users@lists.sourceforge.net
6075 W:      http://rio500.sourceforge.net
6076 S:      Maintained
6077 F:      drivers/usb/misc/rio500*
6079 USB EHCI DRIVER
6080 M:      David Brownell <dbrownell@users.sourceforge.net>
6081 L:      linux-usb@vger.kernel.org
6082 S:      Odd Fixes
6083 F:      Documentation/usb/ehci.txt
6084 F:      drivers/usb/host/ehci*
6086 USB ET61X[12]51 DRIVER
6087 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6088 L:      linux-usb@vger.kernel.org
6089 L:      linux-media@vger.kernel.org
6090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6091 W:      http://www.linux-projects.org
6092 S:      Maintained
6093 F:      drivers/media/video/et61x251/
6095 USB GADGET/PERIPHERAL SUBSYSTEM
6096 M:      David Brownell <dbrownell@users.sourceforge.net>
6097 L:      linux-usb@vger.kernel.org
6098 W:      http://www.linux-usb.org/gadget
6099 S:      Maintained
6100 F:      drivers/usb/gadget/
6101 F:      include/linux/usb/gadget*
6103 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6104 M:      Jiri Kosina <jkosina@suse.cz>
6105 L:      linux-usb@vger.kernel.org
6106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6107 S:      Maintained
6108 F:      Documentation/usb/hiddev.txt
6109 F:      drivers/hid/usbhid/
6111 USB ISP116X DRIVER
6112 M:      Olav Kongas <ok@artecdesign.ee>
6113 L:      linux-usb@vger.kernel.org
6114 S:      Maintained
6115 F:      drivers/usb/host/isp116x*
6116 F:      include/linux/usb/isp116x.h
6118 USB KAWASAKI LSI DRIVER
6119 M:      Oliver Neukum <oliver@neukum.name>
6120 L:      linux-usb@vger.kernel.org
6121 S:      Maintained
6122 F:      drivers/usb/serial/kl5kusb105.*
6124 USB MASS STORAGE DRIVER
6125 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
6126 L:      linux-usb@vger.kernel.org
6127 L:      usb-storage@lists.one-eyed-alien.net
6128 S:      Maintained
6129 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
6130 F:      drivers/usb/storage/
6132 USB OHCI DRIVER
6133 M:      David Brownell <dbrownell@users.sourceforge.net>
6134 L:      linux-usb@vger.kernel.org
6135 S:      Odd Fixes
6136 F:      Documentation/usb/ohci.txt
6137 F:      drivers/usb/host/ohci*
6139 USB OPTION-CARD DRIVER
6140 M:      Matthias Urlichs <smurf@smurf.noris.de>
6141 L:      linux-usb@vger.kernel.org
6142 S:      Maintained
6143 F:      drivers/usb/serial/option.c
6145 USB PEGASUS DRIVER
6146 M:      Petko Manolov <petkan@users.sourceforge.net>
6147 L:      linux-usb@vger.kernel.org
6148 L:      netdev@vger.kernel.org
6149 W:      http://pegasus2.sourceforge.net/
6150 S:      Maintained
6151 F:      drivers/net/usb/pegasus.*
6153 USB PRINTER DRIVER (usblp)
6154 M:      Pete Zaitcev <zaitcev@redhat.com>
6155 L:      linux-usb@vger.kernel.org
6156 S:      Supported
6157 F:      drivers/usb/class/usblp.c
6159 USB RTL8150 DRIVER
6160 M:      Petko Manolov <petkan@users.sourceforge.net>
6161 L:      linux-usb@vger.kernel.org
6162 L:      netdev@vger.kernel.org
6163 W:      http://pegasus2.sourceforge.net/
6164 S:      Maintained
6165 F:      drivers/net/usb/rtl8150.c
6167 USB SE401 DRIVER
6168 M:      Jeroen Vreeken <pe1rxq@amsat.org>
6169 L:      linux-usb@vger.kernel.org
6170 W:      http://www.chello.nl/~j.vreeken/se401/
6171 S:      Maintained
6172 F:      Documentation/video4linux/se401.txt
6173 F:      drivers/media/video/se401.*
6175 USB SERIAL BELKIN F5U103 DRIVER
6176 M:      William Greathouse <wgreathouse@smva.com>
6177 L:      linux-usb@vger.kernel.org
6178 S:      Maintained
6179 F:      drivers/usb/serial/belkin_sa.*
6181 USB SERIAL CYPRESS M8 DRIVER
6182 M:      Lonnie Mendez <dignome@gmail.com>
6183 L:      linux-usb@vger.kernel.org
6184 S:      Maintained
6185 W:      http://geocities.com/i0xox0i
6186 W:      http://firstlight.net/cvs
6187 F:      drivers/usb/serial/cypress_m8.*
6189 USB SERIAL CYBERJACK DRIVER
6190 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
6191 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
6192 S:      Maintained
6193 F:      drivers/usb/serial/cyberjack.c
6195 USB SERIAL DIGI ACCELEPORT DRIVER
6196 M:      Peter Berger <pberger@brimson.com>
6197 M:      Al Borchers <alborchers@steinerpoint.com>
6198 L:      linux-usb@vger.kernel.org
6199 S:      Maintained
6200 F:      drivers/usb/serial/digi_acceleport.c
6202 USB SERIAL DRIVER
6203 M:      Greg Kroah-Hartman <gregkh@suse.de>
6204 L:      linux-usb@vger.kernel.org
6205 S:      Supported
6206 F:      Documentation/usb/usb-serial.txt
6207 F:      drivers/usb/serial/generic.c
6208 F:      drivers/usb/serial/usb-serial.c
6209 F:      include/linux/usb/serial.h
6211 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6212 M:      Gary Brubaker <xavyer@ix.netcom.com>
6213 L:      linux-usb@vger.kernel.org
6214 S:      Maintained
6215 F:      drivers/usb/serial/empeg.c
6217 USB SERIAL KEYSPAN DRIVER
6218 M:      Greg Kroah-Hartman <greg@kroah.com>
6219 L:      linux-usb@vger.kernel.org
6220 W:      http://www.kroah.com/linux/
6221 S:      Maintained
6222 F:      drivers/usb/serial/*keyspan*
6224 USB SERIAL WHITEHEAT DRIVER
6225 M:      Support Department <support@connecttech.com>
6226 L:      linux-usb@vger.kernel.org
6227 W:      http://www.connecttech.com
6228 S:      Supported
6229 F:      drivers/usb/serial/whiteheat*
6231 USB SMSC95XX ETHERNET DRIVER
6232 M:      Steve Glendinning <steve.glendinning@smsc.com>
6233 L:      netdev@vger.kernel.org
6234 S:      Supported
6235 F:      drivers/net/usb/smsc95xx.*
6237 USB SN9C1xx DRIVER
6238 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6239 L:      linux-usb@vger.kernel.org
6240 L:      linux-media@vger.kernel.org
6241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6242 W:      http://www.linux-projects.org
6243 S:      Maintained
6244 F:      Documentation/video4linux/sn9c102.txt
6245 F:      drivers/media/video/sn9c102/
6247 USB SUBSYSTEM
6248 M:      Greg Kroah-Hartman <gregkh@suse.de>
6249 L:      linux-usb@vger.kernel.org
6250 W:      http://www.linux-usb.org
6251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git
6252 S:      Supported
6253 F:      Documentation/usb/
6254 F:      drivers/net/usb/
6255 F:      drivers/usb/
6256 F:      include/linux/usb.h
6257 F:      include/linux/usb/
6259 USB UHCI DRIVER
6260 M:      Alan Stern <stern@rowland.harvard.edu>
6261 L:      linux-usb@vger.kernel.org
6262 S:      Maintained
6263 F:      drivers/usb/host/uhci*
6265 USB "USBNET" DRIVER FRAMEWORK
6266 M:      David Brownell <dbrownell@users.sourceforge.net>
6267 L:      netdev@vger.kernel.org
6268 W:      http://www.linux-usb.org/usbnet
6269 S:      Maintained
6270 F:      drivers/net/usb/usbnet.c
6271 F:      include/linux/usb/usbnet.h
6273 USB VIDEO CLASS
6274 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6275 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
6276 L:      linux-media@vger.kernel.org
6277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6278 W:      http://www.ideasonboard.org/uvc/
6279 S:      Maintained
6280 F:      drivers/media/video/uvc/
6282 USB W996[87]CF DRIVER
6283 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6284 L:      linux-usb@vger.kernel.org
6285 L:      linux-media@vger.kernel.org
6286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6287 W:      http://www.linux-projects.org
6288 S:      Maintained
6289 F:      Documentation/video4linux/w9968cf.txt
6290 F:      drivers/media/video/w996*
6292 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6293 M:      Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
6294 L:      linux-wireless@vger.kernel.org
6295 S:      Maintained
6296 F:      drivers/net/wireless/rndis_wlan.c
6298 USB XHCI DRIVER
6299 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
6300 L:      linux-usb@vger.kernel.org
6301 S:      Supported
6302 F:      drivers/usb/host/xhci*
6303 F:      drivers/usb/host/pci-quirks*
6305 USB ZD1201 DRIVER
6306 L:      linux-wireless@vger.kernel.org
6307 W:      http://linux-lc100020.sourceforge.net
6308 S:      Orphan
6309 F:      drivers/net/wireless/zd1201.*
6311 USB ZR364XX DRIVER
6312 M:      Antoine Jacquet <royale@zerezo.com>
6313 L:      linux-usb@vger.kernel.org
6314 L:      linux-media@vger.kernel.org
6315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6316 W:      http://royale.zerezo.com/zr364xx/
6317 S:      Maintained
6318 F:      Documentation/video4linux/zr364xx.txt
6319 F:      drivers/media/video/zr364xx.c
6321 USER-MODE LINUX (UML)
6322 M:      Jeff Dike <jdike@addtoit.com>
6323 L:      user-mode-linux-devel@lists.sourceforge.net
6324 L:      user-mode-linux-user@lists.sourceforge.net
6325 W:      http://user-mode-linux.sourceforge.net
6326 S:      Maintained
6327 F:      Documentation/uml/
6328 F:      arch/um/
6329 F:      fs/hostfs/
6330 F:      fs/hppfs/
6332 USERSPACE I/O (UIO)
6333 M:      "Hans J. Koch" <hjk@linutronix.de>
6334 M:      Greg Kroah-Hartman <gregkh@suse.de>
6335 S:      Maintained
6336 F:      Documentation/DocBook/uio-howto.tmpl
6337 F:      drivers/uio/
6338 F:      include/linux/uio*.h
6340 UTIL-LINUX-NG PACKAGE
6341 M:      Karel Zak <kzak@redhat.com>
6342 L:      util-linux-ng@vger.kernel.org
6343 W:      http://kernel.org/~kzak/util-linux-ng/
6344 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6345 S:      Maintained
6347 UVESAFB DRIVER
6348 M:      Michal Januszewski <spock@gentoo.org>
6349 L:      linux-fbdev@vger.kernel.org
6350 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6351 S:      Maintained
6352 F:      Documentation/fb/uvesafb.txt
6353 F:      drivers/video/uvesafb.*
6355 VFAT/FAT/MSDOS FILESYSTEM
6356 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6357 S:      Maintained
6358 F:      Documentation/filesystems/vfat.txt
6359 F:      fs/fat/
6361 VIRTIO CONSOLE DRIVER
6362 M:      Amit Shah <amit.shah@redhat.com>
6363 L:      virtualization@lists.linux-foundation.org
6364 S:      Maintained
6365 F:      drivers/char/virtio_console.c
6366 F:      include/linux/virtio_console.h
6368 VIRTIO HOST (VHOST)
6369 M:      "Michael S. Tsirkin" <mst@redhat.com>
6370 L:      kvm@vger.kernel.org
6371 L:      virtualization@lists.osdl.org
6372 L:      netdev@vger.kernel.org
6373 S:      Maintained
6374 F:      drivers/vhost/
6375 F:      include/linux/vhost.h
6377 VIA RHINE NETWORK DRIVER
6378 M:      Roger Luethi <rl@hellgate.ch>
6379 S:      Maintained
6380 F:      drivers/net/via-rhine.c
6382 VIAPRO SMBUS DRIVER
6383 M:      Jean Delvare <khali@linux-fr.org>
6384 L:      linux-i2c@vger.kernel.org
6385 S:      Maintained
6386 F:      Documentation/i2c/busses/i2c-viapro
6387 F:      drivers/i2c/busses/i2c-viapro.c
6389 VIA SD/MMC CARD CONTROLLER DRIVER
6390 M:      Joseph Chan <JosephChan@via.com.tw>
6391 M:      Harald Welte <HaraldWelte@viatech.com>
6392 S:      Maintained
6393 F:      drivers/mmc/host/via-sdmmc.c
6395 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6396 M:      Joseph Chan <JosephChan@via.com.tw>
6397 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
6398 L:      linux-fbdev@vger.kernel.org
6399 S:      Maintained
6400 F:      include/linux/via-core.h
6401 F:      include/linux/via-gpio.h
6402 F:      include/linux/via_i2c.h
6403 F:      drivers/video/via/
6405 VIA VELOCITY NETWORK DRIVER
6406 M:      Francois Romieu <romieu@fr.zoreil.com>
6407 L:      netdev@vger.kernel.org
6408 S:      Maintained
6409 F:      drivers/net/via-velocity.*
6411 VLAN (802.1Q)
6412 M:      Patrick McHardy <kaber@trash.net>
6413 L:      netdev@vger.kernel.org
6414 S:      Maintained
6415 F:      drivers/net/macvlan.c
6416 F:      include/linux/if_*vlan.h
6417 F:      net/8021q/
6419 VLYNQ BUS
6420 M:      Florian Fainelli <florian@openwrt.org>
6421 L:      openwrt-devel@lists.openwrt.org
6422 S:      Maintained
6423 F:      drivers/vlynq/vlynq.c
6424 F:      include/linux/vlynq.h
6426 VMWARE VMXNET3 ETHERNET DRIVER
6427 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
6428 M:      "VMware, Inc." <pv-drivers@vmware.com>
6429 L:      netdev@vger.kernel.org
6430 S:      Maintained
6431 F:      drivers/net/vmxnet3/
6433 VMware PVSCSI driver
6434 M:      Alok Kataria <akataria@vmware.com>
6435 M:      VMware PV-Drivers <pv-drivers@vmware.com>
6436 L:      linux-scsi@vger.kernel.org
6437 S:      Maintained
6438 F:      drivers/scsi/vmw_pvscsi.c
6439 F:      drivers/scsi/vmw_pvscsi.h
6441 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6442 M:      Liam Girdwood <lrg@slimlogic.co.uk>
6443 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6444 W:      http://opensource.wolfsonmicro.com/node/15
6445 W:      http://www.slimlogic.co.uk/?p=48
6446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6447 S:      Supported
6448 F:      drivers/regulator/
6449 F:      include/linux/regulator/
6451 VT1211 HARDWARE MONITOR DRIVER
6452 M:      Juerg Haefliger <juergh@gmail.com>
6453 L:      lm-sensors@lm-sensors.org
6454 S:      Maintained
6455 F:      Documentation/hwmon/vt1211
6456 F:      drivers/hwmon/vt1211.c
6458 VT8231 HARDWARE MONITOR DRIVER
6459 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
6460 L:      lm-sensors@lm-sensors.org
6461 S:      Maintained
6462 F:      drivers/hwmon/vt8231.c
6464 W1 DALLAS'S 1-WIRE BUS
6465 M:      Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6466 S:      Maintained
6467 F:      Documentation/w1/
6468 F:      drivers/w1/
6470 W83791D HARDWARE MONITORING DRIVER
6471 M:      Marc Hulsman <m.hulsman@tudelft.nl>
6472 L:      lm-sensors@lm-sensors.org
6473 S:      Maintained
6474 F:      Documentation/hwmon/w83791d
6475 F:      drivers/hwmon/w83791d.c
6477 W83793 HARDWARE MONITORING DRIVER
6478 M:      Rudolf Marek <r.marek@assembler.cz>
6479 L:      lm-sensors@lm-sensors.org
6480 S:      Maintained
6481 F:      Documentation/hwmon/w83793
6482 F:      drivers/hwmon/w83793.c
6484 W83795 HARDWARE MONITORING DRIVER
6485 M:      Jean Delvare <khali@linux-fr.org>
6486 L:      lm-sensors@lm-sensors.org
6487 S:      Maintained
6488 F:      drivers/hwmon/w83795.c
6490 W83L51xD SD/MMC CARD INTERFACE DRIVER
6491 M:      Pierre Ossman <pierre@ossman.eu>
6492 S:      Maintained
6493 F:      drivers/mmc/host/wbsd.*
6495 WATCHDOG DEVICE DRIVERS
6496 M:      Wim Van Sebroeck <wim@iguana.be>
6497 L:      linux-watchdog@vger.kernel.org
6498 W:      http://www.linux-watchdog.org/
6499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6500 S:      Maintained
6501 F:      Documentation/watchdog/
6502 F:      drivers/watchdog/
6503 F:      include/linux/watchdog.h
6505 WD7000 SCSI DRIVER
6506 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
6507 L:      linux-scsi@vger.kernel.org
6508 S:      Maintained
6509 F:      drivers/scsi/wd7000.c
6511 WINBOND CIR DRIVER
6512 M:      David Härdeman <david@hardeman.nu>
6513 S:      Maintained
6514 F:      drivers/input/misc/winbond-cir.c
6516 WIMAX STACK
6517 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6518 M:      linux-wimax@intel.com
6519 L:      wimax@linuxwimax.org
6520 S:      Supported
6521 W:      http://linuxwimax.org
6522 F:      Documentation/wimax/README.wimax
6523 F:      include/linux/wimax.h
6524 F:      include/linux/wimax/debug.h
6525 F:      include/net/wimax.h
6526 F:      net/wimax/
6528 WISTRON LAPTOP BUTTON DRIVER
6529 M:      Miloslav Trmac <mitr@volny.cz>
6530 S:      Maintained
6531 F:      drivers/input/misc/wistron_btns.c
6533 WL1251 WIRELESS DRIVER
6534 M:      Kalle Valo <kvalo@adurom.com>
6535 L:      linux-wireless@vger.kernel.org
6536 W:      http://wireless.kernel.org
6537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6538 S:      Maintained
6539 F:      drivers/net/wireless/wl1251/*
6541 WL1271 WIRELESS DRIVER
6542 M:      Luciano Coelho <luciano.coelho@nokia.com>
6543 L:      linux-wireless@vger.kernel.org
6544 W:      http://wireless.kernel.org
6545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
6546 S:      Maintained
6547 F:      drivers/net/wireless/wl12xx/wl1271*
6548 F:      include/linux/wl12xx.h
6550 WL3501 WIRELESS PCMCIA CARD DRIVER
6551 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6552 L:      linux-wireless@vger.kernel.org
6553 W:      http://oops.ghostprotocols.net:81/blog
6554 S:      Maintained
6555 F:      drivers/net/wireless/wl3501*
6557 WM97XX TOUCHSCREEN DRIVERS
6558 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6559 M:      Liam Girdwood <lrg@slimlogic.co.uk>
6560 L:      linux-input@vger.kernel.org
6561 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
6562 W:      http://opensource.wolfsonmicro.com/node/7
6563 S:      Supported
6564 F:      drivers/input/touchscreen/*wm97*
6565 F:      include/linux/wm97xx.h
6567 WOLFSON MICROELECTRONICS DRIVERS
6568 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6569 M:      Ian Lartey <ian@opensource.wolfsonmicro.com>
6570 M:      Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
6571 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
6572 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6573 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
6574 S:      Supported
6575 F:      Documentation/hwmon/wm83??
6576 F:      drivers/leds/leds-wm83*.c
6577 F:      drivers/mfd/wm8*.c
6578 F:      drivers/power/wm83*.c
6579 F:      drivers/rtc/rtc-wm83*.c
6580 F:      drivers/regulator/wm8*.c
6581 F:      drivers/video/backlight/wm83*_bl.c
6582 F:      drivers/watchdog/wm83*_wdt.c
6583 F:      include/linux/mfd/wm831x/
6584 F:      include/linux/mfd/wm8350/
6585 F:      include/linux/mfd/wm8400*
6586 F:      include/sound/wm????.h
6587 F:      sound/soc/codecs/wm*
6589 X.25 NETWORK LAYER
6590 M:      Andrew Hendry <andrew.hendry@gmail.com>
6591 L:      linux-x25@vger.kernel.org
6592 S:      Odd Fixes
6593 F:      Documentation/networking/x25*
6594 F:      include/net/x25*
6595 F:      net/x25/
6597 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6598 M:      Thomas Gleixner <tglx@linutronix.de>
6599 M:      Ingo Molnar <mingo@redhat.com>
6600 M:      "H. Peter Anvin" <hpa@zytor.com>
6601 M:      x86@kernel.org
6602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6603 S:      Maintained
6604 F:      Documentation/x86/
6605 F:      arch/x86/
6607 X86 PLATFORM DRIVERS
6608 M:      Matthew Garrett <mjg@redhat.com>
6609 L:      platform-driver-x86@vger.kernel.org
6610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6611 S:      Maintained
6612 F:      drivers/platform/x86
6614 XEN PCI SUBSYSTEM
6615 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6616 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
6617 S:      Supported
6618 F:      arch/x86/pci/*xen*
6619 F:      drivers/pci/*xen*
6621 XEN SWIOTLB SUBSYSTEM
6622 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6623 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
6624 S:      Supported
6625 F:      arch/x86/xen/*swiotlb*
6626 F:      drivers/xen/*swiotlb*
6628 XEN HYPERVISOR INTERFACE
6629 M:      Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
6630 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6631 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
6632 L:      virtualization@lists.osdl.org
6633 S:      Supported
6634 F:      arch/x86/xen/
6635 F:      drivers/*/xen-*front.c
6636 F:      drivers/xen/
6637 F:      arch/x86/include/asm/xen/
6638 F:      include/xen/
6640 XFS FILESYSTEM
6641 P:      Silicon Graphics Inc
6642 M:      Alex Elder <aelder@sgi.com>
6643 M:      xfs-masters@oss.sgi.com
6644 L:      xfs@oss.sgi.com
6645 W:      http://oss.sgi.com/projects/xfs
6646 T:      git git://oss.sgi.com/xfs/xfs.git
6647 S:      Supported
6648 F:      Documentation/filesystems/xfs.txt
6649 F:      fs/xfs/
6651 XILINX SYSTEMACE DRIVER
6652 M:      Grant Likely <grant.likely@secretlab.ca>
6653 W:      http://www.secretlab.ca/
6654 S:      Maintained
6655 F:      drivers/block/xsysace.c
6657 XILINX UARTLITE SERIAL DRIVER
6658 M:      Peter Korsgaard <jacmet@sunsite.dk>
6659 L:      linux-serial@vger.kernel.org
6660 S:      Maintained
6661 F:      drivers/serial/uartlite.c
6663 YAM DRIVER FOR AX.25
6664 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
6665 L:      linux-hams@vger.kernel.org
6666 S:      Maintained
6667 F:      drivers/net/hamradio/yam*
6668 F:      include/linux/yam.h
6670 YEALINK PHONE DRIVER
6671 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
6672 L:      usbb2k-api-dev@nongnu.org
6673 S:      Maintained
6674 F:      Documentation/input/yealink.txt
6675 F:      drivers/input/misc/yealink.*
6677 Z8530 DRIVER FOR AX.25
6678 M:      Joerg Reuter <jreuter@yaina.de>
6679 W:      http://yaina.de/jreuter/
6680 W:      http://www.qsl.net/dl1bke/
6681 L:      linux-hams@vger.kernel.org
6682 S:      Maintained
6683 F:      Documentation/networking/z8530drv.txt
6684 F:      drivers/net/hamradio/*scc.c
6685 F:      drivers/net/hamradio/z8530.h
6687 ZD1211RW WIRELESS DRIVER
6688 M:      Daniel Drake <dsd@gentoo.org>
6689 M:      Ulrich Kunitz <kune@deine-taler.de>
6690 W:      http://zd1211.ath.cx/wiki/DriverRewrite
6691 L:      linux-wireless@vger.kernel.org
6692 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
6693 S:      Maintained
6694 F:      drivers/net/wireless/zd1211rw/
6696 ZR36067 VIDEO FOR LINUX DRIVER
6697 L:      mjpeg-users@lists.sourceforge.net
6698 L:      linux-media@vger.kernel.org
6699 W:      http://mjpeg.sourceforge.net/driver-zoran/
6700 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
6701 S:      Odd Fixes
6702 F:      drivers/media/video/zoran/
6704 ZS DECSTATION Z85C30 SERIAL DRIVER
6705 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
6706 S:      Maintained
6707 F:      drivers/serial/zs.*
6709 GRE DEMULTIPLEXER DRIVER
6710 M:      Dmitry Kozlov <xeb@mail.ru>
6711 L:      netdev@vger.kernel.org
6712 S:      Maintained
6713 F:      net/ipv4/gre.c
6714 F:      include/net/gre.h
6716 PPTP DRIVER
6717 M:      Dmitry Kozlov <xeb@mail.ru>
6718 L:      netdev@vger.kernel.org
6719 S:      Maintained
6720 F:      drivers/net/pptp.c
6721 W:      http://sourceforge.net/projects/accel-pptp
6723 THE REST
6724 M:      Linus Torvalds <torvalds@linux-foundation.org>
6725 L:      linux-kernel@vger.kernel.org
6726 Q:      http://patchwork.kernel.org/project/LKML/list/
6727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6728 S:      Buried alive in reporters
6729 F:      *
6730 F:      */