Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / MAINTAINERS
blob9a5537b4e4a0223343dbc22be4b5e219df471801
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 L:      linux-serial@vger.kernel.org
161 W:      http://serial.sourceforge.net
162 S:      Orphan
163 F:      drivers/serial/8250*
164 F:      include/linux/serial_8250.h
166 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
167 M:      Paul Gortmaker <p_gortmaker@yahoo.com>
168 L:      netdev@vger.kernel.org
169 S:      Maintained
170 F:      drivers/net/*8390*
171 F:      drivers/net/ax88796.c
173 9P FILE SYSTEM
174 M:      Eric Van Hensbergen <ericvh@gmail.com>
175 M:      Ron Minnich <rminnich@sandia.gov>
176 M:      Latchesar Ionkov <lucho@ionkov.net>
177 L:      v9fs-developer@lists.sourceforge.net
178 W:      http://swik.net/v9fs
179 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
181 S:      Maintained
182 F:      Documentation/filesystems/9p.txt
183 F:      fs/9p/
185 A2232 SERIAL BOARD DRIVER
186 M:      Enver Haase <A2232@gmx.net>
187 L:      linux-m68k@lists.linux-m68k.org
188 S:      Maintained
189 F:      drivers/char/ser_a2232*
191 AACRAID SCSI RAID DRIVER
192 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
193 L:      linux-scsi@vger.kernel.org
194 W:      http://www.adaptec.com/
195 S:      Supported
196 F:      Documentation/scsi/aacraid.txt
197 F:      drivers/scsi/aacraid/
199 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
200 M:      Hans de Goede <j.w.r.degoede@hhs.nl>
201 L:      lm-sensors@lm-sensors.org
202 S:      Maintained
203 F:      drivers/hwmon/abituguru.c
205 ABIT UGURU 3 HARDWARE MONITOR DRIVER
206 M:      Alistair John Strachan <alistair@devzero.co.uk>
207 L:      lm-sensors@lm-sensors.org
208 S:      Maintained
209 F:      drivers/hwmon/abituguru3.c
211 ACENIC DRIVER
212 M:      Jes Sorensen <jes@trained-monkey.org>
213 L:      linux-acenic@sunsite.dk
214 S:      Maintained
215 F:      drivers/net/acenic*
217 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
218 M:      Peter Feuerer <peter@piie.net>
219 L:      platform-driver-x86@vger.kernel.org
220 W:      http://piie.net/?section=acerhdf
221 S:      Maintained
222 F:      drivers/platform/x86/acerhdf.c
224 ACER WMI LAPTOP EXTRAS
225 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
226 L:      aceracpi@googlegroups.com (subscribers-only)
227 L:      platform-driver-x86@vger.kernel.org
228 W:      http://code.google.com/p/aceracpi
229 S:      Maintained
230 F:      drivers/platform/x86/acer-wmi.c
232 ACPI
233 M:      Len Brown <lenb@kernel.org>
234 L:      linux-acpi@vger.kernel.org
235 W:      http://www.lesswatts.org/projects/acpi/
236 Q:      http://patchwork.kernel.org/project/linux-acpi/list/
237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
238 S:      Supported
239 F:      drivers/acpi/
240 F:      drivers/pnp/pnpacpi/
241 F:      include/linux/acpi.h
242 F:      include/acpi/
244 ACPI BATTERY DRIVERS
245 M:      Alexey Starikovskiy <astarikovskiy@suse.de>
246 L:      linux-acpi@vger.kernel.org
247 W:      http://www.lesswatts.org/projects/acpi/
248 S:      Supported
249 F:      drivers/acpi/battery.c
250 F:      drivers/acpi/*sbs*
252 ACPI EC DRIVER
253 M:      Alexey Starikovskiy <astarikovskiy@suse.de>
254 L:      linux-acpi@vger.kernel.org
255 W:      http://www.lesswatts.org/projects/acpi/
256 S:      Supported
257 F:      drivers/acpi/ec.c
259 ACPI FAN DRIVER
260 M:      Zhang Rui <rui.zhang@intel.com>
261 L:      linux-acpi@vger.kernel.org
262 W:      http://www.lesswatts.org/projects/acpi/
263 S:      Supported
264 F:      drivers/acpi/fan.c
266 ACPI PROCESSOR AGGREGATOR DRIVER
267 M:      Shaohua Li <shaohua.li@intel.com>
268 L:      linux-acpi@vger.kernel.org
269 W:      http://www.lesswatts.org/projects/acpi/
270 S:      Supported
271 F:      drivers/acpi/acpi_pad.c
273 ACPI THERMAL DRIVER
274 M:      Zhang Rui <rui.zhang@intel.com>
275 L:      linux-acpi@vger.kernel.org
276 W:      http://www.lesswatts.org/projects/acpi/
277 S:      Supported
278 F:      drivers/acpi/*thermal*
280 ACPI VIDEO DRIVER
281 M:      Zhang Rui <rui.zhang@intel.com>
282 L:      linux-acpi@vger.kernel.org
283 W:      http://www.lesswatts.org/projects/acpi/
284 S:      Supported
285 F:      drivers/acpi/video.c
287 ACPI WMI DRIVER
288 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
289 L:      platform-driver-x86@vger.kernel.org
290 W:      http://www.lesswatts.org/projects/acpi/
291 S:      Maintained
292 F:      drivers/platform/x86/wmi.c
294 AD1889 ALSA SOUND DRIVER
295 M:      Kyle McMartin <kyle@mcmartin.ca>
296 M:      Thibaut Varene <T-Bone@parisc-linux.org>
297 W:      http://wiki.parisc-linux.org/AD1889
298 L:      linux-parisc@vger.kernel.org
299 S:      Maintained
300 F:      sound/pci/ad1889.*
302 ADM1025 HARDWARE MONITOR DRIVER
303 M:      Jean Delvare <khali@linux-fr.org>
304 L:      lm-sensors@lm-sensors.org
305 S:      Maintained
306 F:      Documentation/hwmon/adm1025
307 F:      drivers/hwmon/adm1025.c
309 ADM1029 HARDWARE MONITOR DRIVER
310 M:      Corentin Labbe <corentin.labbe@geomatys.fr>
311 L:      lm-sensors@lm-sensors.org
312 S:      Maintained
313 F:      drivers/hwmon/adm1029.c
315 ADM8211 WIRELESS DRIVER
316 M:      Michael Wu <flamingice@sourmilk.net>
317 L:      linux-wireless@vger.kernel.org
318 W:      http://linuxwireless.org/
319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
320 S:      Maintained
321 F:      drivers/net/wireless/adm8211.*
323 ADT746X FAN DRIVER
324 M:      Colin Leroy <colin@colino.net>
325 S:      Maintained
326 F:      drivers/macintosh/therm_adt746x.c
328 ADT7475 HARDWARE MONITOR DRIVER
329 M:      Jean Delvare <khali@linux-fr.org>
330 L:      lm-sensors@lm-sensors.org
331 S:      Maintained
332 F:      Documentation/hwmon/adt7475
333 F:      drivers/hwmon/adt7475.c
335 ADVANSYS SCSI DRIVER
336 M:      Matthew Wilcox <matthew@wil.cx>
337 L:      linux-scsi@vger.kernel.org
338 S:      Maintained
339 F:      Documentation/scsi/advansys.txt
340 F:      drivers/scsi/advansys.c
342 AEDSP16 DRIVER
343 M:      Riccardo Facchetti <fizban@tin.it>
344 S:      Maintained
345 F:      sound/oss/aedsp16.c
347 AFFS FILE SYSTEM
348 M:      Roman Zippel <zippel@linux-m68k.org>
349 S:      Maintained
350 F:      Documentation/filesystems/affs.txt
351 F:      fs/affs/
353 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
354 M:      David Howells <dhowells@redhat.com>
355 L:      linux-afs@lists.infradead.org
356 S:      Supported
357 F:      fs/afs/
358 F:      include/net/af_rxrpc.h
359 F:      net/rxrpc/af_rxrpc.c
361 AGPGART DRIVER
362 M:      David Airlie <airlied@linux.ie>
363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
364 S:      Maintained
365 F:      drivers/char/agp/
366 F:      include/linux/agp*
368 AHA152X SCSI DRIVER
369 M:      "Juergen E. Fischer" <fischer@norbit.de>
370 L:      linux-scsi@vger.kernel.org
371 S:      Maintained
372 F:      drivers/scsi/aha152x*
373 F:      drivers/scsi/pcmcia/aha152x*
375 AIC7XXX / AIC79XX SCSI DRIVER
376 M:      Hannes Reinecke <hare@suse.de>
377 L:      linux-scsi@vger.kernel.org
378 S:      Maintained
379 F:      drivers/scsi/aic7xxx/
380 F:      drivers/scsi/aic7xxx_old/
383 M:      Benjamin LaHaise <bcrl@kvack.org>
384 L:      linux-aio@kvack.org
385 S:      Supported
386 F:      fs/aio.c
387 F:      include/linux/*aio*.h
389 ALCATEL SPEEDTOUCH USB DRIVER
390 M:      Duncan Sands <duncan.sands@free.fr>
391 L:      linux-usb@vger.kernel.org
392 W:      http://www.linux-usb.org/SpeedTouch/
393 S:      Maintained
394 F:      drivers/usb/atm/speedtch.c
395 F:      drivers/usb/atm/usbatm.c
397 ALCHEMY AU1XX0 MMC DRIVER
398 M:      Manuel Lauss <manuel.lauss@gmail.com>
399 S:      Maintained
400 F:      drivers/mmc/host/au1xmmc.c
402 ALI1563 I2C DRIVER
403 M:      Rudolf Marek <r.marek@assembler.cz>
404 L:      linux-i2c@vger.kernel.org
405 S:      Maintained
406 F:      Documentation/i2c/busses/i2c-ali1563
407 F:      drivers/i2c/busses/i2c-ali1563.c
409 ALPHA PORT
410 M:      Richard Henderson <rth@twiddle.net>
411 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
412 M:      Matt Turner <mattst88@gmail.com>
413 L:      linux-alpha@vger.kernel.org
414 F:      arch/alpha/
416 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
417 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
418 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
419 S:      Supported
420 F:      drivers/usb/gadget/amd5536udc.*
422 AMD GEODE PROCESSOR/CHIPSET SUPPORT
423 P:      Jordan Crouse
424 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
425 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
426 S:      Supported
427 F:      drivers/char/hw_random/geode-rng.c
428 F:      drivers/crypto/geode*
429 F:      drivers/video/geode/
430 F:      arch/x86/include/asm/geode.h
432 AMD IOMMU (AMD-VI)
433 M:      Joerg Roedel <joerg.roedel@amd.com>
434 L:      iommu@lists.linux-foundation.org
435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
436 S:      Supported
437 F:      arch/x86/kernel/amd_iommu*.c
438 F:      arch/x86/include/asm/amd_iommu*.h
440 AMD MICROCODE UPDATE SUPPORT
441 M:      Andreas Herrmann <andreas.herrmann3@amd.com>
442 L:      amd64-microcode@amd64.org
443 S:      Supported
444 F:      arch/x86/kernel/microcode_amd.c
446 AMS (Apple Motion Sensor) DRIVER
447 M:      Stelian Pop <stelian@popies.net>
448 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
449 S:      Supported
450 F:      drivers/hwmon/ams/
452 AMSO1100 RNIC DRIVER
453 M:      Tom Tucker <tom@opengridcomputing.com>
454 M:      Steve Wise <swise@opengridcomputing.com>
455 L:      linux-rdma@vger.kernel.org
456 S:      Maintained
457 F:      drivers/infiniband/hw/amso1100/
459 AOA (Apple Onboard Audio) ALSA DRIVER
460 M:      Johannes Berg <johannes@sipsolutions.net>
461 L:      linuxppc-dev@ozlabs.org
462 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
463 S:      Maintained
464 F:      sound/aoa/
466 APM DRIVER
467 M:      Stephen Rothwell <sfr@canb.auug.org.au>
468 L:      linux-laptop@vger.kernel.org
469 W:      http://www.canb.auug.org.au/~sfr/
470 S:      Supported
471 F:      arch/x86/kernel/apm_32.c
472 F:      include/linux/apm_bios.h
474 APPLE BCM5974 MULTITOUCH DRIVER
475 M:      Henrik Rydberg <rydberg@euromail.se>
476 L:      linux-input@vger.kernel.org
477 S:      Maintained
478 F:      drivers/input/mouse/bcm5974.c
480 APPLE SMC DRIVER
481 M:      Henrik Rydberg <rydberg@euromail.se>
482 L:      lm-sensors@lm-sensors.org
483 S:      Maintained
484 F:      drivers/hwmon/applesmc.c
486 APPLETALK NETWORK LAYER
487 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
488 S:      Maintained
489 F:      drivers/net/appletalk/
490 F:      net/appletalk/
492 ARC FRAMEBUFFER DRIVER
493 M:      Jaya Kumar <jayalk@intworks.biz>
494 S:      Maintained
495 F:      drivers/video/arcfb.c
496 F:      drivers/video/fb_defio.c
498 ARM MFM AND FLOPPY DRIVERS
499 M:      Ian Molton <spyro@f2s.com>
500 S:      Maintained
501 F:      arch/arm/lib/floppydma.S
502 F:      arch/arm/include/asm/floppy.h
504 ARM PORT
505 M:      Russell King <linux@arm.linux.org.uk>
506 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
507 W:      http://www.arm.linux.org.uk/
508 S:      Maintained
509 F:      arch/arm/
511 ARM PRIMECELL AACI PL041 DRIVER
512 M:      Russell King <linux@arm.linux.org.uk>
513 S:      Maintained
514 F:      sound/arm/aaci.*
516 ARM PRIMECELL CLCD PL110 DRIVER
517 M:      Russell King <linux@arm.linux.org.uk>
518 S:      Maintained
519 F:      drivers/video/amba-clcd.*
521 ARM PRIMECELL KMI PL050 DRIVER
522 M:      Russell King <linux@arm.linux.org.uk>
523 S:      Maintained
524 F:      drivers/input/serio/ambakmi.*
525 F:      include/linux/amba/kmi.h
527 ARM PRIMECELL MMCI PL180/1 DRIVER
528 S:      Orphan
529 F:      drivers/mmc/host/mmci.*
531 ARM PRIMECELL BUS SUPPORT
532 M:      Russell King <linux@arm.linux.org.uk>
533 S:      Maintained
534 F:      drivers/amba/
535 F:      include/linux/amba/bus.h
537 ARM/ADI ROADRUNNER MACHINE SUPPORT
538 M:      Lennert Buytenhek <kernel@wantstofly.org>
539 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
540 S:      Maintained
541 F:      arch/arm/mach-ixp23xx/
542 F:      arch/arm/mach-ixp23xx/include/mach/
544 ARM/ADS SPHERE MACHINE SUPPORT
545 M:      Lennert Buytenhek <kernel@wantstofly.org>
546 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
547 S:      Maintained
549 ARM/AFEB9260 MACHINE SUPPORT
550 M:      Sergey Lapin <slapin@ossfans.org>
551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
552 S:      Maintained
554 ARM/AJECO 1ARM MACHINE SUPPORT
555 M:      Lennert Buytenhek <kernel@wantstofly.org>
556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
557 S:      Maintained
559 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
560 M:      Andrew Victor <linux@maxim.org.za>
561 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
562 W:      http://maxim.org.za/at91_26.html
563 S:      Maintained
565 ARM/BCMRING ARM ARCHITECTURE
566 M:      Leo Chen <leochen@broadcom.com>
567 M:      Scott Branden <sbranden@broadcom.com>
568 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
569 S:      Maintained
570 F:      arch/arm/mach-bcmring
572 ARM/BCMRING MTD NAND DRIVER
573 M:      Leo Chen <leochen@broadcom.com>
574 M:      Scott Branden <sbranden@broadcom.com>
575 L:      linux-mtd@lists.infradead.org
576 S:      Maintained
577 F:      drivers/mtd/nand/bcm_umi_nand.c
578 F:      drivers/mtd/nand/bcm_umi_bch.c
579 F:      drivers/mtd/nand/bcm_umi_hamming.c
580 F:      drivers/mtd/nand/nand_bcm_umi.h
582 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
583 M:      Anton Vorontsov <avorontsov@mvista.com>
584 S:      Maintained
585 F:      arch/arm/mach-cns3xxx/
586 T:      git git://git.infradead.org/users/cbou/linux-cns3xxx.git
588 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
589 M:      Hartley Sweeten <hsweeten@visionengravers.com>
590 M:      Ryan Mallon <ryan@bluewatersys.com>
591 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
592 S:      Maintained
593 F:      arch/arm/mach-ep93xx/
594 F:      arch/arm/mach-ep93xx/include/mach/
596 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
597 M:      Lennert Buytenhek <kernel@wantstofly.org>
598 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
599 S:      Maintained
601 ARM/CLKDEV SUPPORT
602 M:      Russell King <linux@arm.linux.org.uk>
603 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
604 F:      arch/arm/common/clkdev.c
605 F:      arch/arm/include/asm/clkdev.h
607 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
608 M:      Mike Rapoport <mike@compulab.co.il>
609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
610 S:      Maintained
612 ARM/CONTEC MICRO9 MACHINE SUPPORT
613 M:      Hubert Feurstein <hubert.feurstein@contec.at>
614 S:      Maintained
615 F:      arch/arm/mach-ep93xx/micro9.c
617 ARM/CORGI MACHINE SUPPORT
618 M:      Richard Purdie <rpurdie@rpsys.net>
619 S:      Maintained
621 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
622 M:      Paulius Zaleckas <paulius.zaleckas@gmail.com>
623 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
624 T:      git git://gitorious.org/linux-gemini/mainline.git
625 S:      Odd Fixes
626 F:      arch/arm/mach-gemini/
628 ARM/EBSA110 MACHINE SUPPORT
629 M:      Russell King <linux@arm.linux.org.uk>
630 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
631 W:      http://www.arm.linux.org.uk/
632 S:      Maintained
633 F:      arch/arm/mach-ebsa110/
634 F:      drivers/net/arm/am79c961a.*
636 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
637 M:      Daniel Ribeiro <drwyrm@gmail.com>
638 M:      Stefan Schmidt <stefan@openezx.org>
639 M:      Harald Welte <laforge@openezx.org>
640 L:      openezx-devel@lists.openezx.org (subscribers-only)
641 W:      http://www.openezx.org/
642 S:      Maintained
643 T:      topgit git://git.openezx.org/openezx.git
644 F:      arch/arm/mach-pxa/ezx.c
646 ARM/FARADAY FA526 PORT
647 M:      Paulius Zaleckas <paulius.zaleckas@gmail.com>
648 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
649 S:      Odd Fixes
650 F:      arch/arm/mm/*-fa*
652 ARM/FOOTBRIDGE ARCHITECTURE
653 M:      Russell King <linux@arm.linux.org.uk>
654 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
655 W:      http://www.arm.linux.org.uk/
656 S:      Maintained
657 F:      arch/arm/include/asm/hardware/dec21285.h
658 F:      arch/arm/mach-footbridge/
660 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
661 M:      Sascha Hauer <kernel@pengutronix.de>
662 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
663 S:      Maintained
664 T:      git://git.pengutronix.de/git/imx/linux-2.6.git
665 F:      arch/arm/mach-mx*/
666 F:      arch/arm/plat-mxc/
668 ARM/FREESCALE IMX51
669 M:      Amit Kucheria <amit.kucheria@canonical.com>
670 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
671 S:      Maintained
672 F:      arch/arm/mach-mx5/
674 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
675 M:      Lennert Buytenhek <kernel@wantstofly.org>
676 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
677 S:      Maintained
679 ARM/GUMSTIX MACHINE SUPPORT
680 M:      Steve Sakoman <sakoman@gmail.com>
681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
682 S:      Maintained
684 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
685 M:      Philipp Zabel <philipp.zabel@gmail.com>
686 S:      Maintained
687 F:      arch/arm/mach-pxa/hx4700.c
688 F:      arch/arm/mach-pxa/include/mach/hx4700.h
690 ARM/HP JORNADA 7XX MACHINE SUPPORT
691 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
692 W:      www.jlime.com
693 S:      Maintained
694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
695 F:      arch/arm/mach-sa1100/jornada720.c
696 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
698 ARM/INTEL IOP32X ARM ARCHITECTURE
699 M:      Lennert Buytenhek <kernel@wantstofly.org>
700 M:      Dan Williams <dan.j.williams@intel.com>
701 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
702 S:      Maintained
704 ARM/INTEL IOP33X ARM ARCHITECTURE
705 M:      Dan Williams <dan.j.williams@intel.com>
706 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
707 S:      Maintained
709 ARM/INTEL IOP13XX ARM ARCHITECTURE
710 M:      Lennert Buytenhek <kernel@wantstofly.org>
711 M:      Dan Williams <dan.j.williams@intel.com>
712 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
713 S:      Maintained
715 ARM/INTEL IQ81342EX MACHINE SUPPORT
716 M:      Lennert Buytenhek <kernel@wantstofly.org>
717 M:      Dan Williams <dan.j.williams@intel.com>
718 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
719 S:      Maintained
721 ARM/INTEL IXP2000 ARM ARCHITECTURE
722 M:      Lennert Buytenhek <kernel@wantstofly.org>
723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
724 S:      Maintained
726 ARM/INTEL IXDP2850 MACHINE SUPPORT
727 M:      Lennert Buytenhek <kernel@wantstofly.org>
728 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
729 S:      Maintained
731 ARM/INTEL IXP23XX ARM ARCHITECTURE
732 M:      Lennert Buytenhek <kernel@wantstofly.org>
733 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
734 S:      Maintained
736 ARM/INTEL IXP4XX ARM ARCHITECTURE
737 M:      Imre Kaloz <kaloz@openwrt.org>
738 M:      Krzysztof Halasa <khc@pm.waw.pl>
739 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
740 S:      Maintained
741 F:      arch/arm/mach-ixp4xx/
743 ARM/INTEL RESEARCH IMOTE 2 MACHINE SUPPORT
744 M:      Jonathan Cameron <jic23@cam.ac.uk>
745 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
746 S:      Maintained
747 F:      arch/arm/mach-pxa/imote2.c
749 ARM/INTEL RESEARCH STARGATE 2 MACHINE SUPPORT
750 M:      Jonathan Cameron <jic23@cam.ac.uk>
751 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
752 S:      Maintained
753 F:      arch/arm/mach-pxa/stargate2.c
754 F:      drivers/pcmcia/pxa2xx_stargate2.c
756 ARM/INTEL XSC3 (MANZANO) ARM CORE
757 M:      Lennert Buytenhek <kernel@wantstofly.org>
758 M:      Dan Williams <dan.j.williams@intel.com>
759 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
760 S:      Maintained
762 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
763 M:      Lennert Buytenhek <kernel@wantstofly.org>
764 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
765 S:      Maintained
767 ARM/LOGICPD PXA270 MACHINE SUPPORT
768 M:      Lennert Buytenhek <kernel@wantstofly.org>
769 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
770 S:      Maintained
772 ARM/MAGICIAN MACHINE SUPPORT
773 M:      Philipp Zabel <philipp.zabel@gmail.com>
774 S:      Maintained
776 ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
777 M:      Lennert Buytenhek <kernel@wantstofly.org>
778 M:      Nicolas Pitre <nico@fluxnic.net>
779 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
780 S:      Odd Fixes
781 F:      arch/arm/mach-loki/
782 F:      arch/arm/mach-kirkwood/
783 F:      arch/arm/mach-mv78xx0/
784 F:      arch/arm/mach-orion5x/
785 F:      arch/arm/plat-orion/
787 ARM/MIOA701 MACHINE SUPPORT
788 M:      Robert Jarzmik <robert.jarzmik@free.fr>
789 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
790 F:      arch/arm/mach-pxa/mioa701.c
791 S:      Maintained
793 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
794 M:      Michael Petchkovsky <mkpetch@internode.on.net>
795 S:      Maintained
797 ARM/NOMADIK ARCHITECTURE
798 M:      Alessandro Rubini <rubini@unipv.it>
799 M:      STEricsson <STEricsson_nomadik_linux@list.st.com>
800 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
801 S:      Maintained
802 F:      arch/arm/mach-nomadik/
803 F:      arch/arm/plat-nomadik/
805 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
806 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
807 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
808 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
809 S:      Supported
811 ARM/QUALCOMM MSM MACHINE SUPPORT
812 M:      David Brown <davidb@codeaurora.org>
813 M:      Daniel Walker <dwalker@codeaurora.org>
814 M:      Bryan Huntsman <bryanh@codeaurora.org>
815 L:      linux-arm-msm@vger.kernel.org
816 F:      arch/arm/mach-msm/
817 F:      drivers/video/msm/
818 F:      drivers/mmc/host/msm_sdcc.c
819 F:      drivers/mmc/host/msm_sdcc.h
820 F:      drivers/serial/msm_serial.h
821 F:      drivers/serial/msm_serial.c
822 T:      git git://codeaurora.org/quic/kernel/dwalker/linux-msm.git
823 S:      Maintained
825 ARM/TOSA MACHINE SUPPORT
826 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
827 M:      Dirk Opfer <dirk@opfer-online.de>
828 S:      Maintained
830 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
831 M:      Marek Vasut <marek.vasut@gmail.com>
832 L:      linux-arm-kernel@lists.infradead.org
833 W:      http://hackndev.com
834 S:      Maintained
835 F:      arch/arm/mach-pxa/include/mach/palmtx.h
836 F:      arch/arm/mach-pxa/palmtx.c
837 F:      arch/arm/mach-pxa/include/mach/palmt5.h
838 F:      arch/arm/mach-pxa/palmt5.c
839 F:      arch/arm/mach-pxa/include/mach/palmld.h
840 F:      arch/arm/mach-pxa/palmld.c
841 F:      arch/arm/mach-pxa/include/mach/palmte2.h
842 F:      arch/arm/mach-pxa/palmte2.c
843 F:      arch/arm/mach-pxa/include/mach/palmtc.h
844 F:      arch/arm/mach-pxa/palmtc.c
846 ARM/PALM TREO SUPPORT
847 M:      Tomas Cech <sleep_walker@suse.cz>
848 L:      linux-arm-kernel@lists.infradead.org
849 W:      http://hackndev.com
850 S:      Maintained
851 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
852 F:      arch/arm/mach-pxa/palmtreo.c
854 ARM/PALMZ72 SUPPORT
855 M:      Sergey Lapin <slapin@ossfans.org>
856 L:      linux-arm-kernel@lists.infradead.org
857 W:      http://hackndev.com
858 S:      Maintained
859 F:      arch/arm/mach-pxa/include/mach/palmz72.h
860 F:      arch/arm/mach-pxa/palmz72.c
862 ARM/PLEB SUPPORT
863 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
864 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
865 S:      Maintained
867 ARM/PT DIGITAL BOARD PORT
868 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
870 W:      http://www.arm.linux.org.uk/
871 S:      Maintained
873 ARM/RADISYS ENP2611 MACHINE SUPPORT
874 M:      Lennert Buytenhek <kernel@wantstofly.org>
875 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
876 S:      Maintained
878 ARM/RISCPC ARCHITECTURE
879 M:      Russell King <linux@arm.linux.org.uk>
880 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
881 W:      http://www.arm.linux.org.uk/
882 S:      Maintained
883 F:      arch/arm/common/time-acorn.c
884 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
885 F:      arch/arm/include/asm/hardware/ioc.h
886 F:      arch/arm/include/asm/hardware/iomd.h
887 F:      arch/arm/include/asm/hardware/memc.h
888 F:      arch/arm/mach-rpc/
889 F:      drivers/net/arm/ether*
890 F:      drivers/scsi/arm/
892 ARM/SHARK MACHINE SUPPORT
893 M:      Alexander Schulz <alex@shark-linux.de>
894 W:      http://www.shark-linux.de/shark.html
895 S:      Maintained
897 ARM/SAMSUNG ARM ARCHITECTURES
898 M:      Ben Dooks <ben-linux@fluff.org>
899 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
900 W:      http://www.fluff.org/ben/linux/
901 S:      Maintained
902 F:      arch/arm/plat-s3c/
903 F:      arch/arm/plat-s3c24xx/
905 ARM/S3C2410 ARM ARCHITECTURE
906 M:      Ben Dooks <ben-linux@fluff.org>
907 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
908 W:      http://www.fluff.org/ben/linux/
909 S:      Maintained
910 F:      arch/arm/mach-s3c2410/
912 ARM/S3C2440 ARM ARCHITECTURE
913 M:      Ben Dooks <ben-linux@fluff.org>
914 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
915 W:      http://www.fluff.org/ben/linux/
916 S:      Maintained
917 F:      arch/arm/mach-s3c2440/
919 ARM/S3C2442 ARM ARCHITECTURE
920 M:      Ben Dooks <ben-linux@fluff.org>
921 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
922 W:      http://www.fluff.org/ben/linux/
923 S:      Maintained
924 F:      arch/arm/mach-s3c2442/
926 ARM/S3C2443 ARM ARCHITECTURE
927 M:      Ben Dooks <ben-linux@fluff.org>
928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 W:      http://www.fluff.org/ben/linux/
930 S:      Maintained
931 F:      arch/arm/mach-s3c2443/
933 ARM/S3C6400 ARM ARCHITECTURE
934 M:      Ben Dooks <ben-linux@fluff.org>
935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 W:      http://www.fluff.org/ben/linux/
937 S:      Maintained
938 F:      arch/arm/mach-s3c6400/
940 ARM/S3C6410 ARM ARCHITECTURE
941 M:      Ben Dooks <ben-linux@fluff.org>
942 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
943 W:      http://www.fluff.org/ben/linux/
944 S:      Maintained
945 F:      arch/arm/mach-s3c6410/
947 ARM/SHMOBILE ARM ARCHITECTURE
948 M:      Paul Mundt <lethal@linux-sh.org>
949 M:      Magnus Damm <magnus.damm@gmail.com>
950 L:      linux-sh@vger.kernel.org
951 W:      http://oss.renesas.com
952 Q:      http://patchwork.kernel.org/project/linux-sh/list/
953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/genesis-2.6.git
954 S:      Supported
955 F:      arch/arm/mach-shmobile/
956 F:      drivers/sh/
958 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
959 M:      Lennert Buytenhek <kernel@wantstofly.org>
960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
961 S:      Maintained
963 ARM/THECUS N2100 MACHINE SUPPORT
964 M:      Lennert Buytenhek <kernel@wantstofly.org>
965 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
966 S:      Maintained
968 ARM/NUVOTON W90X900 ARM ARCHITECTURE
969 M:      Wan ZongShun <mcuos.com@gmail.com>
970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 W:      http://www.mcuos.com
972 S:      Maintained
974 ARM/U300 MACHINE SUPPORT
975 M:      Linus Walleij <linus.walleij@stericsson.com>
976 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 S:      Supported
978 F:      arch/arm/mach-u300/
979 F:      drivers/i2c/busses/i2c-stu300.c
980 F:      drivers/rtc/rtc-coh901331.c
981 F:      drivers/watchdog/coh901327_wdt.c
982 F:      drivers/dma/coh901318*
984 ARM/U8500 ARM ARCHITECTURE
985 M:      Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
986 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
987 S:      Maintained
988 F:      arch/arm/mach-ux500/
990 ARM/VFP SUPPORT
991 M:      Russell King <linux@arm.linux.org.uk>
992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 W:      http://www.arm.linux.org.uk/
994 S:      Maintained
995 F:      arch/arm/vfp/
997 ARM/VOIPAC PXA270 SUPPORT
998 M:      Marek Vasut <marek.vasut@gmail.com>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S:      Maintained
1001 F:      arch/arm/mach-pxa/vpac270.c
1002 F:      arch/arm/mach-pxa/include/mach-pxa/vpac270.h
1004 ARM/ZIPIT Z2 SUPPORT
1005 M:      Marek Vasut <marek.vasut@gmail.com>
1006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1007 S:      Maintained
1008 F:      arch/arm/mach-pxa/z2.c
1009 F:      arch/arm/mach-pxa/include/mach-pxa/z2.h
1011 ASC7621 HARDWARE MONITOR DRIVER
1012 M:      George Joseph <george.joseph@fairview5.com>
1013 L:      lm-sensors@lm-sensors.org
1014 S:      Maintained
1015 F:      Documentation/hwmon/asc7621
1016 F:      drivers/hwmon/asc7621.c
1018 ASUS ACPI EXTRAS DRIVER
1019 M:      Corentin Chary <corentincj@iksaif.net>
1020 M:      Karol Kozimor <sziwan@users.sourceforge.net>
1021 L:      acpi4asus-user@lists.sourceforge.net
1022 L:      platform-driver-x86@vger.kernel.org
1023 W:      http://acpi4asus.sf.net
1024 S:      Maintained
1025 F:      drivers/platform/x86/asus_acpi.c
1027 ASUS ASB100 HARDWARE MONITOR DRIVER
1028 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
1029 L:      lm-sensors@lm-sensors.org
1030 S:      Maintained
1031 F:      drivers/hwmon/asb100.c
1033 ASUS LAPTOP EXTRAS DRIVER
1034 M:      Corentin Chary <corentincj@iksaif.net>
1035 L:      acpi4asus-user@lists.sourceforge.net
1036 L:      platform-driver-x86@vger.kernel.org
1037 W:      http://acpi4asus.sf.net
1038 S:      Maintained
1039 F:      drivers/platform/x86/asus-laptop.c
1041 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1042 M:      Dan Williams <dan.j.williams@intel.com>
1043 W:      http://sourceforge.net/projects/xscaleiop
1044 S:      Supported
1045 F:      Documentation/crypto/async-tx-api.txt
1046 F:      crypto/async_tx/
1047 F:      drivers/dma/
1048 F:      include/linux/dmaengine.h
1049 F:      include/linux/async_tx.h
1051 AT24 EEPROM DRIVER
1052 M:      Wolfram Sang <w.sang@pengutronix.de>
1053 L:      linux-i2c@vger.kernel.org
1054 S:      Maintained
1055 F:      drivers/misc/eeprom/at24.c
1056 F:      include/linux/i2c/at24.h
1058 ATA OVER ETHERNET (AOE) DRIVER
1059 M:      "Ed L. Cashin" <ecashin@coraid.com>
1060 W:      http://www.coraid.com/support/linux
1061 S:      Supported
1062 F:      Documentation/aoe/
1063 F:      drivers/block/aoe/
1065 ATHEROS ATH5K WIRELESS DRIVER
1066 M:      Jiri Slaby <jirislaby@gmail.com>
1067 M:      Nick Kossifidis <mickflemm@gmail.com>
1068 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1069 M:      Bob Copeland <me@bobcopeland.com>
1070 L:      linux-wireless@vger.kernel.org
1071 L:      ath5k-devel@lists.ath5k.org
1072 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1073 S:      Maintained
1074 F:      drivers/net/wireless/ath/ath5k/
1076 ATHEROS ATH9K WIRELESS DRIVER
1077 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1078 M:      Jouni Malinen <jmalinen@atheros.com>
1079 M:      Sujith Manoharan <Sujith.Manoharan@atheros.com>
1080 M:      Vasanthakumar Thiagarajan <vasanth@atheros.com>
1081 M:      Senthil Balasubramanian <senthilkumar@atheros.com>
1082 L:      linux-wireless@vger.kernel.org
1083 L:      ath9k-devel@lists.ath9k.org
1084 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
1085 S:      Supported
1086 F:      drivers/net/wireless/ath/ath9k/
1088 ATHEROS AR9170 WIRELESS DRIVER
1089 M:      Christian Lamparter <chunkeey@web.de>
1090 L:      linux-wireless@vger.kernel.org
1091 W:      http://wireless.kernel.org/en/users/Drivers/ar9170
1092 S:      Maintained
1093 F:      drivers/net/wireless/ath/ar9170/
1095 ATK0110 HWMON DRIVER
1096 M:      Luca Tettamanti <kronos.it@gmail.com>
1097 L:      lm-sensors@lm-sensors.org
1098 S:      Maintained
1099 F:      drivers/hwmon/asus_atk0110.c
1101 ATI_REMOTE2 DRIVER
1102 M:      Ville Syrjala <syrjala@sci.fi>
1103 S:      Maintained
1104 F:      drivers/input/misc/ati_remote2.c
1106 ATLX ETHERNET DRIVERS
1107 M:      Jay Cliburn <jcliburn@gmail.com>
1108 M:      Chris Snook <chris.snook@gmail.com>
1109 M:      Jie Yang <jie.yang@atheros.com>
1110 L:      atl1-devel@lists.sourceforge.net
1111 W:      http://sourceforge.net/projects/atl1
1112 W:      http://atl1.sourceforge.net
1113 S:      Maintained
1114 F:      drivers/net/atlx/
1117 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1118 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1119 L:      netdev@vger.kernel.org
1120 W:      http://linux-atm.sourceforge.net
1121 S:      Maintained
1122 F:      drivers/atm/
1123 F:      include/linux/atm*
1125 ATMEL AT91 MCI DRIVER
1126 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1127 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1128 W:      http://www.atmel.com/products/AT91/
1129 W:      http://www.at91.com/
1130 S:      Maintained
1131 F:      drivers/mmc/host/at91_mci.c
1133 ATMEL AT91 / AT32 MCI DRIVER
1134 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1135 S:      Maintained
1136 F:      drivers/mmc/host/atmel-mci.c
1137 F:      drivers/mmc/host/atmel-mci-regs.h
1139 ATMEL AT91 / AT32 SERIAL DRIVER
1140 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
1141 S:      Supported
1142 F:      drivers/serial/atmel_serial.c
1144 ATMEL LCDFB DRIVER
1145 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1146 L:      linux-fbdev@vger.kernel.org
1147 S:      Maintained
1148 F:      drivers/video/atmel_lcdfb.c
1149 F:      include/video/atmel_lcdc.h
1151 ATMEL MACB ETHERNET DRIVER
1152 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
1153 S:      Supported
1154 F:      drivers/net/macb.*
1156 ATMEL SPI DRIVER
1157 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
1158 S:      Supported
1159 F:      drivers/spi/atmel_spi.*
1161 ATMEL USBA UDC DRIVER
1162 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
1163 L:      kernel@avr32linux.org
1164 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1165 S:      Supported
1166 F:      drivers/usb/gadget/atmel_usba_udc.*
1168 ATMEL WIRELESS DRIVER
1169 M:      Simon Kelley <simon@thekelleys.org.uk>
1170 L:      linux-wireless@vger.kernel.org
1171 W:      http://www.thekelleys.org.uk/atmel
1172 W:      http://atmelwlandriver.sourceforge.net/
1173 S:      Maintained
1174 F:      drivers/net/wireless/atmel*
1176 AUDIT SUBSYSTEM
1177 M:      Al Viro <viro@zeniv.linux.org.uk>
1178 M:      Eric Paris <eparis@redhat.com>
1179 L:      linux-audit@redhat.com (subscribers-only)
1180 W:      http://people.redhat.com/sgrubb/audit/
1181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1182 S:      Maintained
1183 F:      include/linux/audit.h
1184 F:      kernel/audit*
1186 AUXILIARY DISPLAY DRIVERS
1187 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1188 W:      http://miguelojeda.es/auxdisplay.htm
1189 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1190 S:      Maintained
1191 F:      drivers/auxdisplay/
1192 F:      include/linux/cfag12864b.h
1194 AVR32 ARCHITECTURE
1195 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
1196 W:      http://www.atmel.com/products/AVR32/
1197 W:      http://avr32linux.org/
1198 W:      http://avrfreaks.net/
1199 S:      Supported
1200 F:      arch/avr32/
1202 AVR32/AT32AP MACHINE SUPPORT
1203 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
1204 S:      Supported
1205 F:      arch/avr32/mach-at32ap/
1207 AX.25 NETWORK LAYER
1208 M:      Ralf Baechle <ralf@linux-mips.org>
1209 L:      linux-hams@vger.kernel.org
1210 W:      http://www.linux-ax25.org/
1211 S:      Maintained
1212 F:      include/linux/ax25.h
1213 F:      include/net/ax25.h
1214 F:      net/ax25/
1216 B43 WIRELESS DRIVER
1217 M:      Stefano Brivio <stefano.brivio@polimi.it>
1218 L:      linux-wireless@vger.kernel.org
1219 W:      http://linuxwireless.org/en/users/Drivers/b43
1220 S:      Maintained
1221 F:      drivers/net/wireless/b43/
1223 B43LEGACY WIRELESS DRIVER
1224 M:      Larry Finger <Larry.Finger@lwfinger.net>
1225 M:      Stefano Brivio <stefano.brivio@polimi.it>
1226 L:      linux-wireless@vger.kernel.org
1227 W:      http://linuxwireless.org/en/users/Drivers/b43
1228 S:      Maintained
1229 F:      drivers/net/wireless/b43legacy/
1231 BACKLIGHT CLASS/SUBSYSTEM
1232 M:      Richard Purdie <rpurdie@rpsys.net>
1233 S:      Maintained
1234 F:      drivers/video/backlight/
1235 F:      include/linux/backlight.h
1237 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1238 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1239 L:      linux-hams@vger.kernel.org
1240 W:      http://www.baycom.org/~tom/ham/ham.html
1241 S:      Maintained
1242 F:      drivers/net/hamradio/baycom*
1244 BEFS FILE SYSTEM
1245 M:      "Sergey S. Kostyliov" <rathamahata@php4.ru>
1246 S:      Maintained
1247 F:      Documentation/filesystems/befs.txt
1248 F:      fs/befs/
1250 BFS FILE SYSTEM
1251 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1252 S:      Maintained
1253 F:      Documentation/filesystems/bfs.txt
1254 F:      fs/bfs/
1255 F:      include/linux/bfs_fs.h
1257 BLACKFIN ARCHITECTURE
1258 M:      Mike Frysinger <vapier@gentoo.org>
1259 L:      uclinux-dist-devel@blackfin.uclinux.org
1260 W:      http://blackfin.uclinux.org
1261 S:      Supported
1262 F:      arch/blackfin/
1264 BLACKFIN EMAC DRIVER
1265 M:      Michael Hennerich <michael.hennerich@analog.com>
1266 L:      uclinux-dist-devel@blackfin.uclinux.org
1267 W:      http://blackfin.uclinux.org
1268 S:      Supported
1269 F:      drivers/net/bfin_mac.*
1271 BLACKFIN RTC DRIVER
1272 M:      Mike Frysinger <vapier.adi@gmail.com>
1273 L:      uclinux-dist-devel@blackfin.uclinux.org
1274 W:      http://blackfin.uclinux.org
1275 S:      Supported
1276 F:      drivers/rtc/rtc-bfin.c
1278 BLACKFIN SDH DRIVER
1279 M:      Cliff Cai <cliff.cai@analog.com>
1280 L:      uclinux-dist-devel@blackfin.uclinux.org
1281 W:      http://blackfin.uclinux.org
1282 S:      Supported
1283 F:      drivers/mmc/host/bfin_sdh.c
1285 BLACKFIN SERIAL DRIVER
1286 M:      Sonic Zhang <sonic.zhang@analog.com>
1287 L:      uclinux-dist-devel@blackfin.uclinux.org
1288 W:      http://blackfin.uclinux.org
1289 S:      Supported
1290 F:      drivers/serial/bfin_5xx.c
1292 BLACKFIN WATCHDOG DRIVER
1293 M:      Mike Frysinger <vapier.adi@gmail.com>
1294 L:      uclinux-dist-devel@blackfin.uclinux.org
1295 W:      http://blackfin.uclinux.org
1296 S:      Supported
1297 F:      drivers/watchdog/bfin_wdt.c
1299 BLACKFIN I2C TWI DRIVER
1300 M:      Sonic Zhang <sonic.zhang@analog.com>
1301 L:      uclinux-dist-devel@blackfin.uclinux.org
1302 W:      http://blackfin.uclinux.org/
1303 S:      Supported
1304 F:      drivers/i2c/busses/i2c-bfin-twi.c
1306 BLOCK LAYER
1307 M:      Jens Axboe <axboe@kernel.dk>
1308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1309 S:      Maintained
1310 F:      block/
1312 BLOCK2MTD DRIVER
1313 M:      Joern Engel <joern@lazybastard.org>
1314 L:      linux-mtd@lists.infradead.org
1315 S:      Maintained
1316 F:      drivers/mtd/devices/block2mtd.c
1318 BLUETOOTH DRIVERS
1319 M:      Marcel Holtmann <marcel@holtmann.org>
1320 L:      linux-bluetooth@vger.kernel.org
1321 W:      http://www.bluez.org/
1322 S:      Maintained
1323 F:      drivers/bluetooth/
1325 BLUETOOTH SUBSYSTEM
1326 M:      Marcel Holtmann <marcel@holtmann.org>
1327 L:      linux-bluetooth@vger.kernel.org
1328 W:      http://www.bluez.org/
1329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1330 S:      Maintained
1331 F:      net/bluetooth/
1332 F:      include/net/bluetooth/
1334 BONDING DRIVER
1335 M:      Jay Vosburgh <fubar@us.ibm.com>
1336 L:      bonding-devel@lists.sourceforge.net
1337 W:      http://sourceforge.net/projects/bonding/
1338 S:      Supported
1339 F:      drivers/net/bonding/
1340 F:      include/linux/if_bonding.h
1342 BROADCOM B44 10/100 ETHERNET DRIVER
1343 M:      Gary Zambrano <zambrano@broadcom.com>
1344 L:      netdev@vger.kernel.org
1345 S:      Supported
1346 F:      drivers/net/b44.*
1348 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1349 M:      Michael Chan <mchan@broadcom.com>
1350 L:      netdev@vger.kernel.org
1351 S:      Supported
1352 F:      drivers/net/bnx2.*
1353 F:      drivers/net/bnx2_*
1355 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1356 M:      Eilon Greenstein <eilong@broadcom.com>
1357 L:      netdev@vger.kernel.org
1358 S:      Supported
1359 F:      drivers/net/bnx2x*
1361 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1362 M:      Matt Carlson <mcarlson@broadcom.com>
1363 M:      Michael Chan <mchan@broadcom.com>
1364 L:      netdev@vger.kernel.org
1365 S:      Supported
1366 F:      drivers/net/tg3.*
1368 BROCADE BFA FC SCSI DRIVER
1369 M:      Jing Huang <huangj@brocade.com>
1370 L:      linux-scsi@vger.kernel.org
1371 S:      Supported
1372 F:      drivers/scsi/bfa/
1374 BSG (block layer generic sg v4 driver)
1375 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1376 L:      linux-scsi@vger.kernel.org
1377 S:      Supported
1378 F:      block/bsg.c
1379 F:      include/linux/bsg.h
1381 BT8XXGPIO DRIVER
1382 M:      Michael Buesch <mb@bu3sch.de>
1383 W:      http://bu3sch.de/btgpio.php
1384 S:      Maintained
1385 F:      drivers/gpio/bt8xxgpio.c
1387 BTRFS FILE SYSTEM
1388 M:      Chris Mason <chris.mason@oracle.com>
1389 L:      linux-btrfs@vger.kernel.org
1390 W:      http://btrfs.wiki.kernel.org/
1391 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
1392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1393 S:      Maintained
1394 F:      Documentation/filesystems/btrfs.txt
1395 F:      fs/btrfs/
1397 BTTV VIDEO4LINUX DRIVER
1398 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
1399 L:      linux-media@vger.kernel.org
1400 W:      http://linuxtv.org
1401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1402 S:      Maintained
1403 F:      Documentation/video4linux/bttv/
1404 F:      drivers/media/video/bt8xx/bttv*
1406 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1407 M:      David Howells <dhowells@redhat.com>
1408 L:      linux-cachefs@redhat.com
1409 S:      Supported
1410 F:      Documentation/filesystems/caching/cachefiles.txt
1411 F:      fs/cachefiles/
1413 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1414 M:      Jonathan Corbet <corbet@lwn.net>
1415 L:      linux-media@vger.kernel.org
1416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1417 S:      Maintained
1418 F:      Documentation/video4linux/cafe_ccic
1419 F:      drivers/media/video/cafe_ccic*
1421 CALGARY x86-64 IOMMU
1422 M:      Muli Ben-Yehuda <muli@il.ibm.com>
1423 M:      "Jon D. Mason" <jdmason@kudzu.us>
1424 L:      discuss@x86-64.org
1425 S:      Maintained
1426 F:      arch/x86/kernel/pci-calgary_64.c
1427 F:      arch/x86/kernel/tce_64.c
1428 F:      arch/x86/include/asm/calgary.h
1429 F:      arch/x86/include/asm/tce.h
1431 CAN NETWORK LAYER
1432 M:      Oliver Hartkopp <socketcan@hartkopp.net>
1433 M:      Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1434 M:      Urs Thuermann <urs.thuermann@volkswagen.de>
1435 L:      socketcan-core@lists.berlios.de
1436 L:      netdev@vger.kernel.org
1437 W:      http://developer.berlios.de/projects/socketcan/
1438 S:      Maintained
1439 F:      net/can/
1440 F:      include/linux/can.h
1441 F:      include/linux/can/core.h
1442 F:      include/linux/can/bcm.h
1443 F:      include/linux/can/raw.h
1445 CAN NETWORK DRIVERS
1446 M:      Wolfgang Grandegger <wg@grandegger.com>
1447 L:      socketcan-core@lists.berlios.de
1448 L:      netdev@vger.kernel.org
1449 W:      http://developer.berlios.de/projects/socketcan/
1450 S:      Maintained
1451 F:      drivers/net/can/
1452 F:      include/linux/can/dev.h
1453 F:      include/linux/can/error.h
1454 F:      include/linux/can/netlink.h
1455 F:      include/linux/can/platform/
1457 CELL BROADBAND ENGINE ARCHITECTURE
1458 M:      Arnd Bergmann <arnd@arndb.de>
1459 L:      linuxppc-dev@ozlabs.org
1460 L:      cbe-oss-dev@ozlabs.org
1461 W:      http://www.ibm.com/developerworks/power/cell/
1462 S:      Supported
1463 F:      arch/powerpc/include/asm/cell*.h
1464 F:      arch/powerpc/include/asm/spu*.h
1465 F:      arch/powerpc/oprofile/*cell*
1466 F:      arch/powerpc/platforms/cell/
1468 CEPH DISTRIBUTED FILE SYSTEM CLIENT
1469 M:      Sage Weil <sage@newdream.net>
1470 L:      ceph-devel@vger.kernel.org
1471 W:      http://ceph.newdream.net/
1472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1473 S:      Supported
1474 F:      Documentation/filesystems/ceph.txt
1475 F:      fs/ceph
1477 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1478 M:      David Vrabel <david.vrabel@csr.com>
1479 L:      linux-usb@vger.kernel.org
1480 S:      Supported
1481 F:      Documentation/usb/WUSB-Design-overview.txt
1482 F:      Documentation/usb/wusb-cbaf
1483 F:      drivers/usb/host/hwa-hc.c
1484 F:      drivers/usb/host/whci/
1485 F:      drivers/usb/wusbcore/
1486 F:      include/linux/usb/wusb*
1488 CFAG12864B LCD DRIVER
1489 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1490 W:      http://miguelojeda.es/auxdisplay.htm
1491 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1492 S:      Maintained
1493 F:      drivers/auxdisplay/cfag12864b.c
1494 F:      include/linux/cfag12864b.h
1496 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1497 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1498 W:      http://miguelojeda.es/auxdisplay.htm
1499 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1500 S:      Maintained
1501 F:      drivers/auxdisplay/cfag12864bfb.c
1502 F:      include/linux/cfag12864b.h
1504 CFG80211 and NL80211
1505 M:      Johannes Berg <johannes@sipsolutions.net>
1506 L:      linux-wireless@vger.kernel.org
1507 S:      Maintained
1508 F:      include/linux/nl80211.h
1509 F:      include/net/cfg80211.h
1510 F:      net/wireless/*
1511 X:      net/wireless/wext*
1513 CHECKPATCH
1514 M:      Andy Whitcroft <apw@canonical.com>
1515 S:      Supported
1516 F:      scripts/checkpatch.pl
1518 CISCO VIC ETHERNET NIC DRIVER
1519 M:      Scott Feldman <scofeldm@cisco.com>
1520 M:      Vasanthy Kolluri <vkolluri@cisco.com>
1521 M:      Roopa Prabhu <roprabhu@cisco.com>
1522 S:      Supported
1523 F:      drivers/net/enic/
1525 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1526 M:      Lennert Buytenhek <kernel@wantstofly.org>
1527 L:      netdev@vger.kernel.org
1528 S:      Maintained
1529 F:      drivers/net/arm/ep93xx_eth.c
1531 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1532 M:      Lennert Buytenhek <kernel@wantstofly.org>
1533 L:      linux-usb@vger.kernel.org
1534 S:      Maintained
1535 F:      drivers/usb/host/ohci-ep93xx.c
1537 CIRRUS LOGIC CS4270 SOUND DRIVER
1538 M:      Timur Tabi <timur@freescale.com>
1539 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1540 S:      Supported
1541 F:      sound/soc/codecs/cs4270*
1543 CLK API
1544 M:      Russell King <linux@arm.linux.org.uk>
1545 F:      include/linux/clk.h
1547 CISCO FCOE HBA DRIVER
1548 M:      Abhijeet Joglekar <abjoglek@cisco.com>
1549 M:      Joe Eykholt <jeykholt@cisco.com>
1550 L:      linux-scsi@vger.kernel.org
1551 S:      Supported
1552 F:      drivers/scsi/fnic/
1554 CMPC ACPI DRIVER
1555 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1556 M:      Daniel Oliveira Nascimento <don@syst.com.br>
1557 L:      platform-driver-x86@vger.kernel.org
1558 S:      Supported
1559 F:      drivers/platform/x86/classmate-laptop.c
1561 CODA FILE SYSTEM
1562 M:      Jan Harkes <jaharkes@cs.cmu.edu>
1563 M:      coda@cs.cmu.edu
1564 L:      codalist@coda.cs.cmu.edu
1565 W:      http://www.coda.cs.cmu.edu/
1566 S:      Maintained
1567 F:      Documentation/filesystems/coda.txt
1568 F:      fs/coda/
1569 F:      include/linux/coda*.h
1571 COMMON INTERNET FILE SYSTEM (CIFS)
1572 M:      Steve French <sfrench@samba.org>
1573 L:      linux-cifs-client@lists.samba.org (moderated for non-subscribers)
1574 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
1575 W:      http://linux-cifs.samba.org/
1576 Q:      http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1578 S:      Supported
1579 F:      Documentation/filesystems/cifs.txt
1580 F:      fs/cifs/
1582 COMPACTPCI HOTPLUG CORE
1583 M:      Scott Murray <scott@spiteful.org>
1584 L:      linux-pci@vger.kernel.org
1585 S:      Maintained
1586 F:      drivers/pci/hotplug/cpci_hotplug*
1588 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1589 M:      Scott Murray <scott@spiteful.org>
1590 L:      linux-pci@vger.kernel.org
1591 S:      Maintained
1592 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1594 COMPACTPCI HOTPLUG GENERIC DRIVER
1595 M:      Scott Murray <scott@spiteful.org>
1596 L:      linux-pci@vger.kernel.org
1597 S:      Maintained
1598 F:      drivers/pci/hotplug/cpcihp_generic.c
1600 COMPAL LAPTOP SUPPORT
1601 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1602 L:      platform-driver-x86@vger.kernel.org
1603 S:      Maintained
1604 F:      drivers/platform/x86/compal-laptop.c
1606 COMPUTONE INTELLIPORT MULTIPORT CARD
1607 M:      "Michael H. Warfield" <mhw@wittsend.com>
1608 W:      http://www.wittsend.com/computone.html
1609 S:      Maintained
1610 F:      Documentation/serial/computone.txt
1611 F:      drivers/char/ip2/
1613 CONEXANT ACCESSRUNNER USB DRIVER
1614 M:      Simon Arlott <cxacru@fire.lp0.eu>
1615 L:      accessrunner-general@lists.sourceforge.net
1616 W:      http://accessrunner.sourceforge.net/
1617 S:      Maintained
1618 F:      drivers/usb/atm/cxacru.c
1620 CONFIGFS
1621 M:      Joel Becker <joel.becker@oracle.com>
1622 S:      Supported
1623 F:      fs/configfs/
1624 F:      include/linux/configfs.h
1626 CONNECTOR
1627 M:      Evgeniy Polyakov <zbr@ioremap.net>
1628 L:      netdev@vger.kernel.org
1629 S:      Maintained
1630 F:      drivers/connector/
1632 CONTROL GROUPS (CGROUPS)
1633 M:      Paul Menage <menage@google.com>
1634 M:      Li Zefan <lizf@cn.fujitsu.com>
1635 L:      containers@lists.linux-foundation.org
1636 S:      Maintained
1637 F:      include/linux/cgroup*
1638 F:      kernel/cgroup*
1639 F:      mm/*cgroup*
1641 CORETEMP HARDWARE MONITORING DRIVER
1642 M:      Rudolf Marek <r.marek@assembler.cz>
1643 M:      Huaxu Wan <huaxu.wan@intel.com>
1644 L:      lm-sensors@lm-sensors.org
1645 S:      Maintained
1646 F:      Documentation/hwmon/coretemp
1647 F:      drivers/hwmon/coretemp.c
1649 COSA/SRP SYNC SERIAL DRIVER
1650 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1651 W:      http://www.fi.muni.cz/~kas/cosa/
1652 S:      Maintained
1653 F:      drivers/net/wan/cosa*
1655 CPMAC ETHERNET DRIVER
1656 M:      Florian Fainelli <florian@openwrt.org>
1657 L:      netdev@vger.kernel.org
1658 S:      Maintained
1659 F:      drivers/net/cpmac.c
1661 CPU FREQUENCY DRIVERS
1662 M:      Dave Jones <davej@redhat.com>
1663 L:      cpufreq@vger.kernel.org
1664 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1666 S:      Maintained
1667 F:      arch/x86/kernel/cpu/cpufreq/
1668 F:      drivers/cpufreq/
1669 F:      include/linux/cpufreq.h
1671 CPUID/MSR DRIVER
1672 M:      "H. Peter Anvin" <hpa@zytor.com>
1673 S:      Maintained
1674 F:      arch/x86/kernel/cpuid.c
1675 F:      arch/x86/kernel/msr.c
1677 CPUSETS
1678 M:      Paul Menage <menage@google.com>
1679 W:      http://www.bullopensource.org/cpuset/
1680 W:      http://oss.sgi.com/projects/cpusets/
1681 S:      Supported
1682 F:      Documentation/cgroups/cpusets.txt
1683 F:      include/linux/cpuset.h
1684 F:      kernel/cpuset.c
1686 CRAMFS FILESYSTEM
1687 W:      http://sourceforge.net/projects/cramfs/
1688 S:      Orphan
1689 F:      Documentation/filesystems/cramfs.txt
1690 F:      fs/cramfs/
1692 CRIS PORT
1693 M:      Mikael Starvik <starvik@axis.com>
1694 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1695 L:      linux-cris-kernel@axis.com
1696 W:      http://developer.axis.com
1697 S:      Maintained
1698 F:      arch/cris/
1700 CRYPTO API
1701 M:      Herbert Xu <herbert@gondor.apana.org.au>
1702 M:      "David S. Miller" <davem@davemloft.net>
1703 L:      linux-crypto@vger.kernel.org
1704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1705 S:      Maintained
1706 F:      Documentation/crypto/
1707 F:      arch/*/crypto/
1708 F:      crypto/
1709 F:      drivers/crypto/
1710 F:      include/crypto/
1712 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1713 M:      Neil Horman <nhorman@tuxdriver.com>
1714 L:      linux-crypto@vger.kernel.org
1715 S:      Maintained
1717 CS5535 Audio ALSA driver
1718 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
1719 S:      Maintained
1720 F:      sound/pci/cs5535audio/
1722 CX18 VIDEO4LINUX DRIVER
1723 M:      Andy Walls <awalls@radix.net>
1724 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
1725 L:      linux-media@vger.kernel.org
1726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1727 W:      http://linuxtv.org
1728 W:      http://www.ivtvdriver.org/index.php/Cx18
1729 S:      Maintained
1730 F:      Documentation/video4linux/cx18.txt
1731 F:      drivers/media/video/cx18/
1733 CXGB3 ETHERNET DRIVER (CXGB3)
1734 M:      Divy Le Ray <divy@chelsio.com>
1735 L:      netdev@vger.kernel.org
1736 W:      http://www.chelsio.com
1737 S:      Supported
1738 F:      drivers/net/cxgb3/
1740 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1741 M:      Steve Wise <swise@chelsio.com>
1742 L:      linux-rdma@vger.kernel.org
1743 W:      http://www.openfabrics.org
1744 S:      Supported
1745 F:      drivers/infiniband/hw/cxgb3/
1747 CXGB4 ETHERNET DRIVER (CXGB4)
1748 M:      Dimitris Michailidis <dm@chelsio.com>
1749 L:      netdev@vger.kernel.org
1750 W:      http://www.chelsio.com
1751 S:      Supported
1752 F:      drivers/net/cxgb4/
1754 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
1755 M:      Steve Wise <swise@chelsio.com>
1756 L:      linux-rdma@vger.kernel.org
1757 W:      http://www.openfabrics.org
1758 S:      Supported
1759 F:      drivers/infiniband/hw/cxgb4/
1761 CYBERPRO FB DRIVER
1762 M:      Russell King <linux@arm.linux.org.uk>
1763 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1764 W:      http://www.arm.linux.org.uk/
1765 S:      Maintained
1766 F:      drivers/video/cyber2000fb.*
1768 CYCLADES 2X SYNC CARD DRIVER
1769 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1770 W:      http://oops.ghostprotocols.net:81/blog
1771 S:      Maintained
1772 F:      drivers/net/wan/cycx*
1774 CYCLADES ASYNC MUX DRIVER
1775 W:      http://www.cyclades.com/
1776 S:      Orphan
1777 F:      drivers/char/cyclades.c
1778 F:      include/linux/cyclades.h
1780 CYCLADES PC300 DRIVER
1781 W:      http://www.cyclades.com/
1782 S:      Orphan
1783 F:      drivers/net/wan/pc300*
1785 DAMA SLAVE for AX.25
1786 M:      Joerg Reuter <jreuter@yaina.de>
1787 W:      http://yaina.de/jreuter/
1788 W:      http://www.qsl.net/dl1bke/
1789 L:      linux-hams@vger.kernel.org
1790 S:      Maintained
1791 F:      net/ax25/af_ax25.c
1792 F:      net/ax25/ax25_dev.c
1793 F:      net/ax25/ax25_ds_*
1794 F:      net/ax25/ax25_in.c
1795 F:      net/ax25/ax25_out.c
1796 F:      net/ax25/ax25_timer.c
1797 F:      net/ax25/sysctl_net_ax25.c
1799 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1800 M:      Tobias Ringstrom <tori@unhappy.mine.nu>
1801 L:      netdev@vger.kernel.org
1802 S:      Maintained
1803 F:      Documentation/networking/dmfe.txt
1804 F:      drivers/net/tulip/dmfe.c
1806 DC390/AM53C974 SCSI driver
1807 M:      Kurt Garloff <garloff@suse.de>
1808 W:      http://www.garloff.de/kurt/linux/dc390/
1809 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1810 S:      Maintained
1811 F:      drivers/scsi/tmscsim.*
1813 DC395x SCSI driver
1814 M:      Oliver Neukum <oliver@neukum.name>
1815 M:      Ali Akcaagac <aliakc@web.de>
1816 M:      Jamie Lenehan <lenehan@twibble.org>
1817 W:      http://twibble.org/dist/dc395x/
1818 L:      dc395x@twibble.org
1819 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1820 S:      Maintained
1821 F:      Documentation/scsi/dc395x.txt
1822 F:      drivers/scsi/dc395x.*
1824 DCCP PROTOCOL
1825 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1826 L:      dccp@vger.kernel.org
1827 W:      http://linux-net.osdl.org/index.php/DCCP
1828 S:      Maintained
1829 F:      include/linux/dccp.h
1830 F:      include/linux/tfrc.h
1831 F:      net/dccp/
1833 DECnet NETWORK LAYER
1834 W:      http://linux-decnet.sourceforge.net
1835 L:      linux-decnet-user@lists.sourceforge.net
1836 S:      Orphan
1837 F:      Documentation/networking/decnet.txt
1838 F:      net/decnet/
1840 DEFXX FDDI NETWORK DRIVER
1841 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
1842 S:      Maintained
1843 F:      drivers/net/defxx.*
1845 DELL LAPTOP DRIVER
1846 M:      Matthew Garrett <mjg59@srcf.ucam.org>
1847 L:      platform-driver-x86@vger.kernel.org
1848 S:      Maintained
1849 F:      drivers/platform/x86/dell-laptop.c
1851 DELL LAPTOP SMM DRIVER
1852 M:      Massimo Dal Zotto <dz@debian.org>
1853 W:      http://www.debian.org/~dz/i8k/
1854 S:      Maintained
1855 F:      drivers/char/i8k.c
1856 F:      include/linux/i8k.h
1858 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1859 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
1860 S:      Maintained
1861 F:      Documentation/dcdbas.txt
1862 F:      drivers/firmware/dcdbas.*
1864 DELL WMI EXTRAS DRIVER
1865 M:      Matthew Garrett <mjg59@srcf.ucam.org>
1866 S:      Maintained
1868 DEVICE NUMBER REGISTRY
1869 M:      Torben Mathiasen <device@lanana.org>
1870 W:      http://lanana.org/docs/device-list/index.html
1871 S:      Maintained
1873 DEVICE-MAPPER  (LVM)
1874 P:      Alasdair Kergon
1875 L:      dm-devel@redhat.com
1876 W:      http://sources.redhat.com/dm
1877 Q:      http://patchwork.kernel.org/project/dm-devel/list/
1878 S:      Maintained
1879 F:      Documentation/device-mapper/
1880 F:      drivers/md/dm*
1881 F:      include/linux/device-mapper.h
1882 F:      include/linux/dm-*.h
1884 DIGI INTL. EPCA DRIVER
1885 M:      "Digi International, Inc" <Eng.Linux@digi.com>
1886 L:      Eng.Linux@digi.com
1887 W:      http://www.digi.com
1888 S:      Orphan
1889 F:      Documentation/serial/digiepca.txt
1890 F:      drivers/char/epca*
1891 F:      drivers/char/digi*
1893 DIRECTORY NOTIFICATION (DNOTIFY)
1894 M:      Eric Paris <eparis@parisplace.org>
1895 S:      Maintained
1896 F:      Documentation/filesystems/dnotify.txt
1897 F:      fs/notify/dnotify/
1898 F:      include/linux/dnotify.h
1900 DISK GEOMETRY AND PARTITION HANDLING
1901 M:      Andries Brouwer <aeb@cwi.nl>
1902 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1903 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1904 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1905 S:      Maintained
1907 DISKQUOTA
1908 M:      Jan Kara <jack@suse.cz>
1909 S:      Maintained
1910 F:      Documentation/filesystems/quota.txt
1911 F:      fs/quota/
1912 F:      include/linux/quota*.h
1914 DISTRIBUTED LOCK MANAGER (DLM)
1915 M:      Christine Caulfield <ccaulfie@redhat.com>
1916 M:      David Teigland <teigland@redhat.com>
1917 L:      cluster-devel@redhat.com
1918 W:      http://sources.redhat.com/cluster/
1919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1920 S:      Supported
1921 F:      fs/dlm/
1923 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1924 M:      Dan Williams <dan.j.williams@intel.com>
1925 S:      Supported
1926 F:      drivers/dma/
1927 F:      include/linux/dma*
1929 DME1737 HARDWARE MONITOR DRIVER
1930 M:      Juerg Haefliger <juergh@gmail.com>
1931 L:      lm-sensors@lm-sensors.org
1932 S:      Maintained
1933 F:      Documentation/hwmon/dme1737
1934 F:      drivers/hwmon/dme1737.c
1936 DOCBOOK FOR DOCUMENTATION
1937 M:      Randy Dunlap <rdunlap@xenotime.net>
1938 S:      Maintained
1940 DOCKING STATION DRIVER
1941 M:      Shaohua Li <shaohua.li@intel.com>
1942 L:      linux-acpi@vger.kernel.org
1943 S:      Supported
1944 F:      drivers/acpi/dock.c
1946 DOCUMENTATION
1947 M:      Randy Dunlap <rdunlap@xenotime.net>
1948 L:      linux-doc@vger.kernel.org
1949 S:      Maintained
1950 F:      Documentation/
1952 DOUBLETALK DRIVER
1953 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
1954 L:      blinux-list@redhat.com
1955 S:      Maintained
1956 F:      drivers/char/dtlk.c
1957 F:      include/linux/dtlk.h
1959 DPT_I2O SCSI RAID DRIVER
1960 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
1961 L:      linux-scsi@vger.kernel.org
1962 W:      http://www.adaptec.com/
1963 S:      Maintained
1964 F:      drivers/scsi/dpt*
1965 F:      drivers/scsi/dpt/
1967 DRBD DRIVER
1968 P:      Philipp Reisner
1969 P:      Lars Ellenberg
1970 M:      drbd-dev@lists.linbit.com
1971 L:      drbd-user@lists.linbit.com
1972 W:      http://www.drbd.org
1973 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
1974 T:      git git://git.drbd.org/drbd-8.3.git
1975 S:      Supported
1976 F:      drivers/block/drbd/
1977 F:      lib/lru_cache.c
1978 F:      Documentation/blockdev/drbd/
1980 DRIVER CORE, KOBJECTS, AND SYSFS
1981 M:      Greg Kroah-Hartman <gregkh@suse.de>
1982 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1983 S:      Supported
1984 F:      Documentation/kobject.txt
1985 F:      drivers/base/
1986 F:      fs/sysfs/
1987 F:      include/linux/kobj*
1988 F:      lib/kobj*
1990 DRM DRIVERS
1991 M:      David Airlie <airlied@linux.ie>
1992 L:      dri-devel@lists.freedesktop.org
1993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1994 S:      Maintained
1995 F:      drivers/gpu/drm/
1997 DSCC4 DRIVER
1998 M:      Francois Romieu <romieu@fr.zoreil.com>
1999 L:      netdev@vger.kernel.org
2000 S:      Maintained
2001 F:      drivers/net/wan/dscc4.c
2003 DZ DECSTATION DZ11 SERIAL DRIVER
2004 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2005 S:      Maintained
2006 F:      drivers/serial/dz.*
2008 EATA-DMA SCSI DRIVER
2009 M:      Michael Neuffer <mike@i-Connect.Net>
2010 L:      linux-eata@i-connect.net
2011 L:      linux-scsi@vger.kernel.org
2012 S:      Maintained
2013 F:      drivers/scsi/eata*
2015 EATA ISA/EISA/PCI SCSI DRIVER
2016 M:      Dario Ballabio <ballabio_dario@emc.com>
2017 L:      linux-scsi@vger.kernel.org
2018 S:      Maintained
2019 F:      drivers/scsi/eata.c
2021 EATA-PIO SCSI DRIVER
2022 M:      Michael Neuffer <mike@i-Connect.Net>
2023 L:      linux-eata@i-connect.net
2024 L:      linux-scsi@vger.kernel.org
2025 S:      Maintained
2026 F:      drivers/scsi/eata_pio.*
2028 EBTABLES
2029 M:      Bart De Schuymer <bart.de.schuymer@pandora.be>
2030 L:      ebtables-user@lists.sourceforge.net
2031 L:      ebtables-devel@lists.sourceforge.net
2032 W:      http://ebtables.sourceforge.net/
2033 S:      Maintained
2034 F:      include/linux/netfilter_bridge/ebt_*.h
2035 F:      net/bridge/netfilter/ebt*.c
2037 ECRYPT FILE SYSTEM
2038 M:      Tyler Hicks <tyhicks@linux.vnet.ibm.com>
2039 M:      Dustin Kirkland <kirkland@canonical.com>
2040 L:      ecryptfs-devel@lists.launchpad.net
2041 W:      https://launchpad.net/ecryptfs
2042 S:      Supported
2043 F:      Documentation/filesystems/ecryptfs.txt
2044 F:      fs/ecryptfs/
2046 EDAC-CORE
2047 M:      Doug Thompson <dougthompson@xmission.com>
2048 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2049 W:      bluesmoke.sourceforge.net
2050 S:      Supported
2051 F:      Documentation/edac.txt
2052 F:      drivers/edac/edac_*
2053 F:      include/linux/edac.h
2055 EDAC-AMD64
2056 M:      Doug Thompson <dougthompson@xmission.com>
2057 M:      Borislav Petkov <borislav.petkov@amd.com>
2058 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2059 W:      bluesmoke.sourceforge.net
2060 S:      Supported
2061 F:      drivers/edac/amd64_edac*
2063 EDAC-E752X
2064 M:      Mark Gross <mark.gross@intel.com>
2065 M:      Doug Thompson <dougthompson@xmission.com>
2066 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2067 W:      bluesmoke.sourceforge.net
2068 S:      Maintained
2069 F:      drivers/edac/e752x_edac.c
2071 EDAC-E7XXX
2072 M:      Doug Thompson <dougthompson@xmission.com>
2073 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2074 W:      bluesmoke.sourceforge.net
2075 S:      Maintained
2076 F:      drivers/edac/e7xxx_edac.c
2078 EDAC-I82443BXGX
2079 M:      Tim Small <tim@buttersideup.com>
2080 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2081 W:      bluesmoke.sourceforge.net
2082 S:      Maintained
2083 F:      drivers/edac/i82443bxgx_edac.c
2085 EDAC-I3000
2086 M:      Jason Uhlenkott <juhlenko@akamai.com>
2087 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2088 W:      bluesmoke.sourceforge.net
2089 S:      Maintained
2090 F:      drivers/edac/i3000_edac.c
2092 EDAC-I5000
2093 M:      Doug Thompson <dougthompson@xmission.com>
2094 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2095 W:      bluesmoke.sourceforge.net
2096 S:      Maintained
2097 F:      drivers/edac/i5000_edac.c
2099 EDAC-I5400
2100 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2101 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2102 W:      bluesmoke.sourceforge.net
2103 S:      Maintained
2104 F:      drivers/edac/i5400_edac.c
2106 EDAC-I82975X
2107 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
2108 M:      "Arvind R." <arvind@jetztechnologies.com>
2109 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2110 W:      bluesmoke.sourceforge.net
2111 S:      Maintained
2112 F:      drivers/edac/i82975x_edac.c
2114 EDAC-PASEMI
2115 M:      Egor Martovetsky <egor@pasemi.com>
2116 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2117 W:      bluesmoke.sourceforge.net
2118 S:      Maintained
2119 F:      drivers/edac/pasemi_edac.c
2121 EDAC-R82600
2122 M:      Tim Small <tim@buttersideup.com>
2123 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2124 W:      bluesmoke.sourceforge.net
2125 S:      Maintained
2126 F:      drivers/edac/r82600_edac.c
2128 EEEPC LAPTOP EXTRAS DRIVER
2129 M:      Corentin Chary <corentincj@iksaif.net>
2130 L:      acpi4asus-user@lists.sourceforge.net
2131 L:      platform-driver-x86@vger.kernel.org
2132 W:      http://acpi4asus.sf.net
2133 S:      Maintained
2134 F:      drivers/platform/x86/eeepc-laptop.c
2136 EFS FILESYSTEM
2137 W:      http://aeschi.ch.eu.org/efs/
2138 S:      Orphan
2139 F:      fs/efs/
2141 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2142 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2143 M:      Christoph Raisch <raisch@de.ibm.com>
2144 L:      linux-rdma@vger.kernel.org
2145 S:      Supported
2146 F:      drivers/infiniband/hw/ehca/
2148 EMBEDDED LINUX
2149 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
2150 M:      Matt Mackall <mpm@selenic.com>
2151 M:      David Woodhouse <dwmw2@infradead.org>
2152 L:      linux-embedded@vger.kernel.org
2153 S:      Maintained
2155 EMULEX LPFC FC SCSI DRIVER
2156 M:      James Smart <james.smart@emulex.com>
2157 L:      linux-scsi@vger.kernel.org
2158 W:      http://sourceforge.net/projects/lpfcxxxx
2159 S:      Supported
2160 F:      drivers/scsi/lpfc/
2162 ENE CB710 FLASH CARD READER DRIVER
2163 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
2164 S:      Maintained
2165 F:      drivers/misc/cb710/
2166 F:      drivers/mmc/host/cb710-mmc.*
2167 F:      include/linux/cb710.h
2169 EPSON 1355 FRAMEBUFFER DRIVER
2170 M:      Christopher Hoover <ch@murgatroid.com>
2171 M:      Christopher Hoover <ch@hpl.hp.com>
2172 S:      Maintained
2173 F:      drivers/video/epson1355fb.c
2175 EPSON S1D13XXX FRAMEBUFFER DRIVER
2176 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
2177 S:      Maintained
2178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2179 F:      drivers/video/s1d13xxxfb.c
2180 F:      include/video/s1d13xxxfb.h
2182 ETHEREXPRESS-16 NETWORK DRIVER
2183 M:      Philip Blundell <philb@gnu.org>
2184 L:      netdev@vger.kernel.org
2185 S:      Maintained
2186 F:      drivers/net/eexpress.*
2188 ETHERNET BRIDGE
2189 M:      Stephen Hemminger <shemminger@linux-foundation.org>
2190 L:      bridge@lists.linux-foundation.org
2191 L:      netdev@vger.kernel.org
2192 W:      http://www.linux-foundation.org/en/Net:Bridge
2193 S:      Maintained
2194 F:      include/linux/netfilter_bridge/
2195 F:      net/bridge/
2197 ETHERTEAM 16I DRIVER
2198 M:      Mika Kuoppala <miku@iki.fi>
2199 S:      Maintained
2200 F:      drivers/net/eth16i.c
2202 EXT2 FILE SYSTEM
2203 L:      linux-ext4@vger.kernel.org
2204 S:      Maintained
2205 F:      Documentation/filesystems/ext2.txt
2206 F:      fs/ext2/
2207 F:      include/linux/ext2*
2209 EXT3 FILE SYSTEM
2210 M:      Andrew Morton <akpm@linux-foundation.org>
2211 M:      Andreas Dilger <adilger@sun.com>
2212 L:      linux-ext4@vger.kernel.org
2213 S:      Maintained
2214 F:      Documentation/filesystems/ext3.txt
2215 F:      fs/ext3/
2216 F:      include/linux/ext3*
2218 EXT4 FILE SYSTEM
2219 M:      "Theodore Ts'o" <tytso@mit.edu>
2220 M:      Andreas Dilger <adilger@sun.com>
2221 L:      linux-ext4@vger.kernel.org
2222 W:      http://ext4.wiki.kernel.org
2223 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
2224 S:      Maintained
2225 F:      Documentation/filesystems/ext4.txt
2226 F:      fs/ext4/
2228 F71805F HARDWARE MONITORING DRIVER
2229 M:      Jean Delvare <khali@linux-fr.org>
2230 L:      lm-sensors@lm-sensors.org
2231 S:      Maintained
2232 F:      Documentation/hwmon/f71805f
2233 F:      drivers/hwmon/f71805f.c
2235 FARSYNC SYNCHRONOUS DRIVER
2236 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
2237 W:      http://www.farsite.co.uk/
2238 S:      Supported
2239 F:      drivers/net/wan/farsync.*
2241 FAULT INJECTION SUPPORT
2242 M:      Akinobu Mita <akinobu.mita@gmail.com>
2243 S:      Supported
2244 F:      Documentation/fault-injection/
2245 F:      lib/fault-inject.c
2247 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2248 M:      Robert Love <robert.w.love@intel.com>
2249 L:      devel@open-fcoe.org
2250 W:      www.Open-FCoE.org
2251 S:      Supported
2252 F:      drivers/scsi/libfc/
2253 F:      drivers/scsi/fcoe/
2254 F:      include/scsi/fc/
2255 F:      include/scsi/libfc.h
2256 F:      include/scsi/libfcoe.h
2258 FILE LOCKING (flock() and fcntl()/lockf())
2259 M:      Matthew Wilcox <matthew@wil.cx>
2260 L:      linux-fsdevel@vger.kernel.org
2261 S:      Maintained
2262 F:      include/linux/fcntl.h
2263 F:      include/linux/fs.h
2264 F:      fs/fcntl.c
2265 F:      fs/locks.c
2267 FILESYSTEMS (VFS and infrastructure)
2268 M:      Alexander Viro <viro@zeniv.linux.org.uk>
2269 L:      linux-fsdevel@vger.kernel.org
2270 S:      Maintained
2271 F:      fs/*
2273 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2274 M:      Riku Voipio <riku.voipio@iki.fi>
2275 L:      lm-sensors@lm-sensors.org
2276 S:      Maintained
2277 F:      drivers/hwmon/f75375s.c
2278 F:      include/linux/f75375s.h
2280 FIREWIRE SUBSYSTEM
2281 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2282 L:      linux1394-devel@lists.sourceforge.net
2283 W:      http://ieee1394.wiki.kernel.org/
2284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2285 S:      Maintained
2286 F:      drivers/firewire/
2287 F:      include/linux/firewire*.h
2289 FIRMWARE LOADER (request_firmware)
2290 S:      Orphan
2291 F:      Documentation/firmware_class/
2292 F:      drivers/base/firmware*.c
2293 F:      include/linux/firmware.h
2295 FPU EMULATOR
2296 M:      Bill Metzenthen <billm@melbpc.org.au>
2297 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2298 S:      Maintained
2299 F:      arch/x86/math-emu/
2301 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2302 M:      Mike McLagan <mike.mclagan@linux.org>
2303 L:      netdev@vger.kernel.org
2304 S:      Maintained
2305 F:      drivers/net/wan/dlci.c
2306 F:      drivers/net/wan/sdla.c
2308 FRAMEBUFFER LAYER
2309 L:      linux-fbdev@vger.kernel.org
2310 W:      http://linux-fbdev.sourceforge.net/
2311 S:      Orphan
2312 F:      Documentation/fb/
2313 F:      drivers/video/fb*
2314 F:      include/linux/fb.h
2316 FREESCALE DMA DRIVER
2317 M:      Li Yang <leoli@freescale.com>
2318 M:      Zhang Wei <zw@zh-kernel.org>
2319 L:      linuxppc-dev@ozlabs.org
2320 S:      Maintained
2321 F:      drivers/dma/fsldma.*
2323 FREESCALE I2C CPM DRIVER
2324 M:      Jochen Friedrich <jochen@scram.de>
2325 L:      linuxppc-dev@ozlabs.org
2326 L:      linux-i2c@vger.kernel.org
2327 S:      Maintained
2328 F:      drivers/i2c/busses/i2c-cpm.c
2330 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2331 M:      Sascha Hauer <kernel@pengutronix.de>
2332 L:      linux-fbdev@vger.kernel.org
2333 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2334 S:      Maintained
2335 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2336 F:      drivers/video/imxfb.c
2338 FREESCALE SOC FS_ENET DRIVER
2339 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
2340 M:      Vitaly Bordug <vbordug@ru.mvista.com>
2341 L:      linuxppc-dev@ozlabs.org
2342 L:      netdev@vger.kernel.org
2343 S:      Maintained
2344 F:      drivers/net/fs_enet/
2345 F:      include/linux/fs_enet_pd.h
2347 FREESCALE QUICC ENGINE LIBRARY
2348 M:      Timur Tabi <timur@freescale.com>
2349 L:      linuxppc-dev@ozlabs.org
2350 S:      Supported
2351 F:      arch/powerpc/sysdev/qe_lib/
2352 F:      arch/powerpc/include/asm/*qe.h
2354 FREESCALE USB PERIPHERAL DRIVERS
2355 M:      Li Yang <leoli@freescale.com>
2356 L:      linux-usb@vger.kernel.org
2357 L:      linuxppc-dev@ozlabs.org
2358 S:      Maintained
2359 F:      drivers/usb/gadget/fsl*
2361 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2362 M:      Li Yang <leoli@freescale.com>
2363 L:      netdev@vger.kernel.org
2364 L:      linuxppc-dev@ozlabs.org
2365 S:      Maintained
2366 F:      drivers/net/ucc_geth*
2368 FREESCALE QUICC ENGINE UCC UART DRIVER
2369 M:      Timur Tabi <timur@freescale.com>
2370 L:      linuxppc-dev@ozlabs.org
2371 S:      Supported
2372 F:      drivers/serial/ucc_uart.c
2374 FREESCALE SOC SOUND DRIVERS
2375 M:      Timur Tabi <timur@freescale.com>
2376 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2377 L:      linuxppc-dev@ozlabs.org
2378 S:      Supported
2379 F:      sound/soc/fsl/fsl*
2380 F:      sound/soc/fsl/mpc8610_hpcd.c
2382 FREEVXFS FILESYSTEM
2383 M:      Christoph Hellwig <hch@infradead.org>
2384 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2385 S:      Maintained
2386 F:      fs/freevxfs/
2388 FREEZER
2389 M:      Pavel Machek <pavel@ucw.cz>
2390 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2391 L:      linux-pm@lists.linux-foundation.org
2392 S:      Supported
2393 F:      Documentation/power/freezing-of-tasks.txt
2394 F:      include/linux/freezer.h
2395 F:      kernel/freezer.c
2397 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2398 M:      David Howells <dhowells@redhat.com>
2399 L:      linux-cachefs@redhat.com
2400 S:      Supported
2401 F:      Documentation/filesystems/caching/
2402 F:      fs/fscache/
2403 F:      include/linux/fscache*.h
2405 FUJITSU FR-V (FRV) PORT
2406 M:      David Howells <dhowells@redhat.com>
2407 S:      Maintained
2408 F:      arch/frv/
2410 FUJITSU LAPTOP EXTRAS
2411 M:      Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2412 L:      platform-driver-x86@vger.kernel.org
2413 S:      Maintained
2414 F:      drivers/platform/x86/fujitsu-laptop.c
2416 FUSE: FILESYSTEM IN USERSPACE
2417 M:      Miklos Szeredi <miklos@szeredi.hu>
2418 L:      fuse-devel@lists.sourceforge.net
2419 W:      http://fuse.sourceforge.net/
2420 S:      Maintained
2421 F:      fs/fuse/
2422 F:      include/linux/fuse.h
2424 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2425 M:      Rik Faith <faith@cs.unc.edu>
2426 L:      linux-scsi@vger.kernel.org
2427 S:      Odd Fixes (e.g., new signatures)
2428 F:      drivers/scsi/fdomain.*
2430 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2431 M:      Achim Leubner <achim_leubner@adaptec.com>
2432 L:      linux-scsi@vger.kernel.org
2433 W:      http://www.icp-vortex.com/
2434 S:      Supported
2435 F:      drivers/scsi/gdt*
2437 GENERIC GPIO I2C DRIVER
2438 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
2439 S:      Supported
2440 F:      drivers/i2c/busses/i2c-gpio.c
2441 F:      include/linux/i2c-gpio.h
2443 GENERIC HDLC (WAN) DRIVERS
2444 M:      Krzysztof Halasa <khc@pm.waw.pl>
2445 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2446 S:      Maintained
2447 F:      drivers/net/wan/c101.c
2448 F:      drivers/net/wan/hd6457*
2449 F:      drivers/net/wan/hdlc*
2450 F:      drivers/net/wan/n2.c
2451 F:      drivers/net/wan/pc300too.c
2452 F:      drivers/net/wan/pci200syn.c
2453 F:      drivers/net/wan/wanxl*
2455 GENERIC INCLUDE/ASM HEADER FILES
2456 M:      Arnd Bergmann <arnd@arndb.de>
2457 L:      linux-arch@vger.kernel.org
2458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2459 S:      Maintained
2460 F:      include/asm-generic
2462 GENERIC UIO DRIVER FOR PCI DEVICES
2463 M:      "Michael S. Tsirkin" <mst@redhat.com>
2464 L:      kvm@vger.kernel.org
2465 S:      Supported
2466 F:      drivers/uio/uio_pci_generic.c
2468 GFS2 FILE SYSTEM
2469 M:      Steven Whitehouse <swhiteho@redhat.com>
2470 L:      cluster-devel@redhat.com
2471 W:      http://sources.redhat.com/cluster/
2472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2474 S:      Supported
2475 F:      Documentation/filesystems/gfs2*.txt
2476 F:      fs/gfs2/
2477 F:      include/linux/gfs2_ondisk.h
2479 GIGASET ISDN DRIVERS
2480 M:      Hansjoerg Lipp <hjlipp@web.de>
2481 M:      Tilman Schmidt <tilman@imap.cc>
2482 L:      gigaset307x-common@lists.sourceforge.net
2483 W:      http://gigaset307x.sourceforge.net/
2484 S:      Maintained
2485 F:      Documentation/isdn/README.gigaset
2486 F:      drivers/isdn/gigaset/
2487 F:      include/linux/gigaset_dev.h
2489 GRETH 10/100/1G Ethernet MAC device driver
2490 M:      Kristoffer Glembo <kristoffer@gaisler.com>
2491 L:      netdev@vger.kernel.org
2492 S:      Maintained
2493 F:      drivers/net/greth*
2495 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2496 M:      Frank Seidel <frank@f-seidel.de>
2497 L:      lm-sensors@lm-sensors.org
2498 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2499 S:      Maintained
2500 F:      drivers/hwmon/hdaps.c
2502 HWPOISON MEMORY FAILURE HANDLING
2503 M:      Andi Kleen <andi@firstfloor.org>
2504 L:      linux-mm@kvack.org
2505 L:      linux-kernel@vger.kernel.org
2506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2507 S:      Maintained
2508 F:      mm/memory-failure.c
2509 F:      mm/hwpoison-inject.c
2511 HYPERVISOR VIRTUAL CONSOLE DRIVER
2512 L:      linuxppc-dev@ozlabs.org
2513 S:      Odd Fixes
2514 F:      drivers/char/hvc_*
2516 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
2517 M:      Peter Jones <pjones@redhat.com>
2518 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
2519 S:      Maintained
2520 F:      drivers/firmware/iscsi_ibft*
2522 GSPCA FINEPIX SUBDRIVER
2523 M:      Frank Zago <frank@zago.net>
2524 L:      linux-media@vger.kernel.org
2525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2526 S:      Maintained
2527 F:      drivers/media/video/gspca/finepix.c
2529 GSPCA GL860 SUBDRIVER
2530 M:      Olivier Lorin <o.lorin@laposte.net>
2531 L:      linux-media@vger.kernel.org
2532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2533 S:      Maintained
2534 F:      drivers/media/video/gspca/gl860/
2536 GSPCA M5602 SUBDRIVER
2537 M:      Erik Andren <erik.andren@gmail.com>
2538 L:      linux-media@vger.kernel.org
2539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2540 S:      Maintained
2541 F:      drivers/media/video/gspca/m5602/
2543 GSPCA PAC207 SONIXB SUBDRIVER
2544 M:      Hans de Goede <hdegoede@redhat.com>
2545 L:      linux-media@vger.kernel.org
2546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2547 S:      Maintained
2548 F:      drivers/media/video/gspca/pac207.c
2550 GSPCA SN9C20X SUBDRIVER
2551 M:      Brian Johnson <brijohn@gmail.com>
2552 L:      linux-media@vger.kernel.org
2553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2554 S:      Maintained
2555 F:      drivers/media/video/gspca/sn9c20x.c
2557 GSPCA T613 SUBDRIVER
2558 M:      Leandro Costantino <lcostantino@gmail.com>
2559 L:      linux-media@vger.kernel.org
2560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2561 S:      Maintained
2562 F:      drivers/media/video/gspca/t613.c
2564 GSPCA USB WEBCAM DRIVER
2565 M:      Jean-Francois Moine <moinejf@free.fr>
2566 W:      http://moinejf.free.fr
2567 L:      linux-media@vger.kernel.org
2568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2569 S:      Maintained
2570 F:      drivers/media/video/gspca/
2572 HARDWARE MONITORING
2573 L:      lm-sensors@lm-sensors.org
2574 W:      http://www.lm-sensors.org/
2575 S:      Orphan
2576 F:      Documentation/hwmon/
2577 F:      drivers/hwmon/
2578 F:      include/linux/hwmon*.h
2580 HARDWARE RANDOM NUMBER GENERATOR CORE
2581 M:      Matt Mackall <mpm@selenic.com>
2582 M:      Herbert Xu <herbert@gondor.apana.org.au>
2583 S:      Odd fixes
2584 F:      Documentation/hw_random.txt
2585 F:      drivers/char/hw_random/
2586 F:      include/linux/hw_random.h
2588 HARMONY SOUND DRIVER
2589 M:      Kyle McMartin <kyle@mcmartin.ca>
2590 L:      linux-parisc@vger.kernel.org
2591 S:      Maintained
2592 F:      sound/parisc/harmony.*
2594 HEWLETT-PACKARD SMART2 RAID DRIVER
2595 M:      Chirag Kantharia <chirag.kantharia@hp.com>
2596 L:      iss_storagedev@hp.com
2597 S:      Maintained
2598 F:      Documentation/blockdev/cpqarray.txt
2599 F:      drivers/block/cpqarray.*
2601 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2602 M:      Mike Miller <mike.miller@hp.com>
2603 L:      iss_storagedev@hp.com
2604 S:      Supported
2605 F:      Documentation/blockdev/cciss.txt
2606 F:      drivers/block/cciss*
2607 F:      include/linux/cciss_ioctl.h
2609 HFS FILESYSTEM
2610 M:      Roman Zippel <zippel@linux-m68k.org>
2611 S:      Maintained
2612 F:      Documentation/filesystems/hfs.txt
2613 F:      fs/hfs/
2615 HGA FRAMEBUFFER DRIVER
2616 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2617 L:      linux-nvidia@lists.surfsouth.com
2618 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2619 S:      Maintained
2620 F:      drivers/video/hgafb.c
2622 HIBERNATION (aka Software Suspend, aka swsusp)
2623 M:      Pavel Machek <pavel@ucw.cz>
2624 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2625 L:      linux-pm@lists.linux-foundation.org
2626 S:      Supported
2627 F:      arch/x86/power/
2628 F:      drivers/base/power/
2629 F:      kernel/power/
2630 F:      include/linux/suspend.h
2631 F:      include/linux/freezer.h
2632 F:      include/linux/pm.h
2633 F:      arch/*/include/asm/suspend*.h
2635 HID CORE LAYER
2636 M:      Jiri Kosina <jkosina@suse.cz>
2637 L:      linux-input@vger.kernel.org
2638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2639 S:      Maintained
2640 F:      drivers/hid/
2641 F:      include/linux/hid*
2643 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2644 M:      Thomas Gleixner <tglx@linutronix.de>
2645 S:      Maintained
2646 F:      Documentation/timers/
2647 F:      kernel/hrtimer.c
2648 F:      include/linux/hrtimer.h
2650 HIGH-SPEED SCC DRIVER FOR AX.25
2651 M:      Klaus Kudielka <klaus.kudielka@ieee.org>
2652 L:      linux-hams@vger.kernel.org
2653 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2654 S:      Maintained
2655 F:      drivers/net/hamradio/dmascc.c
2656 F:      drivers/net/hamradio/scc.c
2658 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2659 M:      HighPoint Linux Team <linux@highpoint-tech.com>
2660 W:      http://www.highpoint-tech.com
2661 S:      Supported
2662 F:      Documentation/scsi/hptiop.txt
2663 F:      drivers/scsi/hptiop.c
2665 HIPPI
2666 M:      Jes Sorensen <jes@trained-monkey.org>
2667 L:      linux-hippi@sunsite.dk
2668 S:      Maintained
2669 F:      include/linux/hippidevice.h
2670 F:      include/linux/if_hippi.h
2671 F:      net/802/hippi.c
2673 HOST AP DRIVER
2674 M:      Jouni Malinen <j@w1.fi>
2675 L:      hostap@shmoo.com (subscribers-only)
2676 L:      linux-wireless@vger.kernel.org
2677 W:      http://hostap.epitest.fi/
2678 S:      Maintained
2679 F:      drivers/net/wireless/hostap/
2681 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2682 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
2683 L:      platform-driver-x86@vger.kernel.org
2684 S:      Odd Fixes
2685 F:      drivers/platform/x86/tc1100-wmi.c
2687 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2688 M:      Jaroslav Kysela <perex@perex.cz>
2689 S:      Maintained
2690 F:      drivers/net/hp100.*
2692 HPET:   High Precision Event Timers driver
2693 M:      Clemens Ladisch <clemens@ladisch.de>
2694 S:      Maintained
2695 F:      Documentation/timers/hpet.txt
2696 F:      drivers/char/hpet.c
2697 F:      include/linux/hpet.h
2699 HPET:   x86
2700 M:      "Venkatesh Pallipadi (Venki)" <venki@google.com>
2701 S:      Maintained
2702 F:      arch/x86/kernel/hpet.c
2703 F:      arch/x86/include/asm/hpet.h
2705 HPET:   ACPI
2706 M:      Bob Picco <bob.picco@hp.com>
2707 S:      Maintained
2708 F:      drivers/char/hpet.c
2710 HPFS FILESYSTEM
2711 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2712 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2713 S:      Maintained
2714 F:      fs/hpfs/
2716 HSO 3G MODEM DRIVER
2717 M:      Jan Dumon <j.dumon@option.com>
2718 W:      http://www.pharscape.org
2719 S:      Maintained
2720 F:      drivers/net/usb/hso.c
2722 HTCPEN TOUCHSCREEN DRIVER
2723 M:      Pau Oliva Fora <pof@eslack.org>
2724 L:      linux-input@vger.kernel.org
2725 S:      Maintained
2726 F:      drivers/input/touchscreen/htcpen.c
2728 HUGETLB FILESYSTEM
2729 M:      William Irwin <wli@holomorphy.com>
2730 S:      Maintained
2731 F:      fs/hugetlbfs/
2733 I2C/SMBUS STUB DRIVER
2734 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
2735 L:      linux-i2c@vger.kernel.org
2736 S:      Maintained
2737 F:      drivers/i2c/busses/i2c-stub.c
2739 I2C SUBSYSTEM
2740 M:      "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
2741 M:      "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
2742 L:      linux-i2c@vger.kernel.org
2743 W:      http://i2c.wiki.kernel.org/
2744 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2745 T:      git git://git.fluff.org/bjdooks/linux.git
2746 S:      Maintained
2747 F:      Documentation/i2c/
2748 F:      drivers/i2c/
2749 F:      include/linux/i2c.h
2750 F:      include/linux/i2c-*.h
2752 I2C-TINY-USB DRIVER
2753 M:      Till Harbaum <till@harbaum.org>
2754 L:      linux-i2c@vger.kernel.org
2755 W:      http://www.harbaum.org/till/i2c_tiny_usb
2756 S:      Maintained
2757 F:      drivers/i2c/busses/i2c-tiny-usb.c
2759 i386 BOOT CODE
2760 M:      "H. Peter Anvin" <hpa@zytor.com>
2761 S:      Maintained
2762 F:      arch/x86/boot/
2764 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2765 M:      "H. Peter Anvin" <hpa@zytor.com>
2766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2767 S:      Maintained
2769 IA64 (Itanium) PLATFORM
2770 M:      Tony Luck <tony.luck@intel.com>
2771 M:      Fenghua Yu <fenghua.yu@intel.com>
2772 L:      linux-ia64@vger.kernel.org
2773 W:      http://www.ia64-linux.org/
2774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2775 S:      Maintained
2776 F:      arch/ia64/
2778 IBM MCA SCSI SUBSYSTEM DRIVER
2779 M:      Michael Lang <langa2@kph.uni-mainz.de>
2780 W:      http://www.uni-mainz.de/~langm000/linux.html
2781 S:      Maintained
2782 F:      drivers/scsi/ibmmca.c
2784 IBM Power Linux RAID adapter
2785 M:      Brian King <brking@us.ibm.com>
2786 S:      Supported
2787 F:      drivers/scsi/ipr.*
2789 IBM ServeRAID RAID DRIVER
2790 P:      Jack Hammer
2791 M:      Dave Jeffery <ipslinux@adaptec.com>
2792 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2793 S:      Supported
2794 F:      drivers/scsi/ips.*
2796 IDE SUBSYSTEM
2797 M:      "David S. Miller" <davem@davemloft.net>
2798 L:      linux-ide@vger.kernel.org
2799 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
2800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2801 S:      Maintained
2802 F:      Documentation/ide/
2803 F:      drivers/ide/
2804 F:      include/linux/ide.h
2806 IDE/ATAPI DRIVERS
2807 M:      Borislav Petkov <petkovbb@gmail.com>
2808 L:      linux-ide@vger.kernel.org
2809 S:      Maintained
2810 F:      Documentation/cdrom/ide-cd
2811 F:      drivers/ide/ide-cd*
2813 IDLE-I7300
2814 M:      Andy Henroid <andrew.d.henroid@intel.com>
2815 L:      linux-pm@lists.linux-foundation.org
2816 S:      Supported
2817 F:      drivers/idle/i7300_idle.c
2819 IEEE 1394 SUBSYSTEM
2820 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2821 L:      linux1394-devel@lists.sourceforge.net
2822 W:      http://ieee1394.wiki.kernel.org/
2823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2824 S:      Obsolete
2825 F:      Documentation/debugging-via-ohci1394.txt
2826 F:      drivers/ieee1394/
2828 IEEE 802.15.4 SUBSYSTEM
2829 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2830 M:      Sergey Lapin <slapin@ossfans.org>
2831 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2832 W:      http://apps.sourceforge.net/trac/linux-zigbee
2833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2834 S:      Maintained
2835 F:      net/ieee802154/
2836 F:      drivers/ieee802154/
2838 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2839 M:      Mimi Zohar <zohar@us.ibm.com>
2840 S:      Supported
2841 F:      security/integrity/ima/
2843 IMS TWINTURBO FRAMEBUFFER DRIVER
2844 L:      linux-fbdev@vger.kernel.org
2845 S:      Orphan
2846 F:      drivers/video/imsttfb.c
2848 INFINIBAND SUBSYSTEM
2849 M:      Roland Dreier <rolandd@cisco.com>
2850 M:      Sean Hefty <sean.hefty@intel.com>
2851 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
2852 L:      linux-rdma@vger.kernel.org
2853 W:      http://www.openib.org/
2854 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
2855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2856 S:      Supported
2857 F:      Documentation/infiniband/
2858 F:      drivers/infiniband/
2859 F:      include/linux/if_infiniband.h
2861 INOTIFY
2862 M:      John McCutchan <john@johnmccutchan.com>
2863 M:      Robert Love <rlove@rlove.org>
2864 M:      Eric Paris <eparis@parisplace.org>
2865 S:      Maintained
2866 F:      Documentation/filesystems/inotify.txt
2867 F:      fs/notify/inotify/
2868 F:      include/linux/inotify.h
2870 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2871 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
2872 M:      Dmitry Torokhov <dtor@mail.ru>
2873 L:      linux-input@vger.kernel.org
2874 Q:      http://patchwork.kernel.org/project/linux-input/list/
2875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2876 S:      Maintained
2877 F:      drivers/input/
2879 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2880 M:      Maik Broemme <mbroemme@plusserver.de>
2881 L:      linux-fbdev@vger.kernel.org
2882 S:      Maintained
2883 F:      Documentation/fb/intelfb.txt
2884 F:      drivers/video/intelfb/
2886 INTEL 810/815 FRAMEBUFFER DRIVER
2887 M:      Antonino Daplas <adaplas@gmail.com>
2888 L:      linux-fbdev@vger.kernel.org
2889 S:      Maintained
2890 F:      drivers/video/i810/
2892 INTEL MENLOW THERMAL DRIVER
2893 M:      Sujith Thomas <sujith.thomas@intel.com>
2894 L:      platform-driver-x86@vger.kernel.org
2895 W:      http://www.lesswatts.org/projects/acpi/
2896 S:      Supported
2897 F:      drivers/platform/x86/intel_menlow.c
2899 INTEL IA32 MICROCODE UPDATE SUPPORT
2900 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
2901 S:      Maintained
2902 F:      arch/x86/kernel/microcode_core.c
2903 F:      arch/x86/kernel/microcode_intel.c
2905 INTEL I/OAT DMA DRIVER
2906 M:      Dan Williams <dan.j.williams@intel.com>
2907 S:      Supported
2908 F:      drivers/dma/ioat*
2910 INTEL IOMMU (VT-d)
2911 M:      David Woodhouse <dwmw2@infradead.org>
2912 L:      iommu@lists.linux-foundation.org
2913 T:      git git://git.infradead.org/iommu-2.6.git
2914 S:      Supported
2915 F:      drivers/pci/intel-iommu.c
2916 F:      include/linux/intel-iommu.h
2918 INTEL IOP-ADMA DMA DRIVER
2919 M:      Dan Williams <dan.j.williams@intel.com>
2920 S:      Maintained
2921 F:      drivers/dma/iop-adma.c
2923 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2924 M:      Krzysztof Halasa <khc@pm.waw.pl>
2925 S:      Maintained
2926 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
2927 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
2928 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2929 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
2930 F:      drivers/net/arm/ixp4xx_eth.c
2931 F:      drivers/net/wan/ixp4xx_hss.c
2933 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2934 M:      Deepak Saxena <dsaxena@plexity.net>
2935 S:      Maintained
2936 F:      drivers/char/hw_random/ixp4xx-rng.c
2938 INTEL IXP2000 ETHERNET DRIVER
2939 M:      Lennert Buytenhek <kernel@wantstofly.org>
2940 L:      netdev@vger.kernel.org
2941 S:      Maintained
2942 F:      drivers/net/ixp2000/
2944 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe)
2945 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2946 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
2947 M:      Bruce Allan <bruce.w.allan@intel.com>
2948 M:      Alex Duyck <alexander.h.duyck@intel.com>
2949 M:      PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
2950 M:      John Ronciak <john.ronciak@intel.com>
2951 L:      e1000-devel@lists.sourceforge.net
2952 W:      http://e1000.sourceforge.net/
2953 S:      Supported
2954 F:      drivers/net/e100.c
2955 F:      drivers/net/e1000/
2956 F:      drivers/net/e1000e/
2957 F:      drivers/net/igb/
2958 F:      drivers/net/igbvf/
2959 F:      drivers/net/ixgb/
2960 F:      drivers/net/ixgbe/
2962 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2963 M:      Zhu Yi <yi.zhu@intel.com>
2964 M:      Reinette Chatre <reinette.chatre@intel.com>
2965 M:      Intel Linux Wireless <ilw@linux.intel.com>
2966 L:      linux-wireless@vger.kernel.org
2967 W:      http://ipw2100.sourceforge.net
2968 S:      Odd Fixes
2969 F:      Documentation/networking/README.ipw2100
2970 F:      drivers/net/wireless/ipw2x00/ipw2100.*
2972 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2973 M:      Zhu Yi <yi.zhu@intel.com>
2974 M:      Reinette Chatre <reinette.chatre@intel.com>
2975 M:      Intel Linux Wireless <ilw@linux.intel.com>
2976 L:      linux-wireless@vger.kernel.org
2977 W:      http://ipw2200.sourceforge.net
2978 S:      Odd Fixes
2979 F:      Documentation/networking/README.ipw2200
2980 F:      drivers/net/wireless/ipw2x00/ipw2200.*
2982 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
2983 M:      Joseph Cihula <joseph.cihula@intel.com>
2984 M:      Shane Wang <shane.wang@intel.com>
2985 L:      tboot-devel@lists.sourceforge.net
2986 W:      http://tboot.sourceforge.net
2987 T:      Mercurial http://www.bughost.org/repos.hg/tboot.hg
2988 S:      Supported
2989 F:      Documentation/intel_txt.txt
2990 F:      include/linux/tboot.h
2991 F:      arch/x86/kernel/tboot.c
2993 INTEL WIRELESS WIMAX CONNECTION 2400
2994 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2995 M:      linux-wimax@intel.com
2996 L:      wimax@linuxwimax.org
2997 S:      Supported
2998 W:      http://linuxwimax.org
2999 F:      Documentation/wimax/README.i2400m
3000 F:      drivers/net/wimax/i2400m/
3001 F:      include/linux/wimax/i2400m.h
3003 INTEL WIRELESS WIFI LINK (iwlwifi)
3004 M:      Zhu Yi <yi.zhu@intel.com>
3005 M:      Reinette Chatre <reinette.chatre@intel.com>
3006 M:      Intel Linux Wireless <ilw@linux.intel.com>
3007 L:      linux-wireless@vger.kernel.org
3008 W:      http://intellinuxwireless.org
3009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3010 S:      Supported
3011 F:      drivers/net/wireless/iwlwifi/
3013 INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3014 M:      Samuel Ortiz <samuel.ortiz@intel.com>
3015 M:      Zhu Yi <yi.zhu@intel.com>
3016 M:      Intel Linux Wireless <ilw@linux.intel.com>
3017 L:      linux-wireless@vger.kernel.org
3018 S:      Supported
3019 W:      http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3020 F:      drivers/net/wireless/iwmc3200wifi/
3022 IOC3 ETHERNET DRIVER
3023 M:      Ralf Baechle <ralf@linux-mips.org>
3024 L:      linux-mips@linux-mips.org
3025 S:      Maintained
3026 F:      drivers/net/ioc3-eth.c
3028 IOC3 SERIAL DRIVER
3029 M:      Pat Gefre <pfg@sgi.com>
3030 L:      linux-mips@linux-mips.org
3031 S:      Maintained
3032 F:      drivers/serial/ioc3_serial.c
3034 IP MASQUERADING
3035 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3036 S:      Maintained
3037 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3039 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3040 M:      Francois Romieu <romieu@fr.zoreil.com>
3041 M:      Sorbica Shieh <sorbica@icplus.com.tw>
3042 L:      netdev@vger.kernel.org
3043 S:      Maintained
3044 F:      drivers/net/ipg.*
3046 IPATH DRIVER
3047 M:      Ralph Campbell <infinipath@qlogic.com>
3048 L:      linux-rdma@vger.kernel.org
3049 T:      git git://git.qlogic.com/ipath-linux-2.6
3050 S:      Supported
3051 F:      drivers/infiniband/hw/ipath/
3053 IPMI SUBSYSTEM
3054 M:      Corey Minyard <minyard@acm.org>
3055 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3056 W:      http://openipmi.sourceforge.net/
3057 S:      Supported
3058 F:      Documentation/IPMI.txt
3059 F:      drivers/char/ipmi/
3060 F:      include/linux/ipmi*
3062 IPS SCSI RAID DRIVER
3063 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3064 L:      linux-scsi@vger.kernel.org
3065 W:      http://www.adaptec.com/
3066 S:      Maintained
3067 F:      drivers/scsi/ips*
3069 IPVS
3070 M:      Wensong Zhang <wensong@linux-vs.org>
3071 M:      Simon Horman <horms@verge.net.au>
3072 M:      Julian Anastasov <ja@ssi.bg>
3073 L:      netdev@vger.kernel.org
3074 L:      lvs-devel@vger.kernel.org
3075 S:      Maintained
3076 F:      Documentation/networking/ipvs-sysctl.txt
3077 F:      include/net/ip_vs.h
3078 F:      include/linux/ip_vs.h
3079 F:      net/netfilter/ipvs/
3081 IPWIRELESS DRIVER
3082 M:      Jiri Kosina <jkosina@suse.cz>
3083 M:      David Sterba <dsterba@suse.cz>
3084 S:      Maintained
3085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3086 F:      drivers/char/pcmcia/ipwireless/
3088 IPX NETWORK LAYER
3089 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3090 L:      netdev@vger.kernel.org
3091 S:      Maintained
3092 F:      include/linux/ipx.h
3093 F:      include/net/ipx.h
3094 F:      net/ipx/
3096 IRDA SUBSYSTEM
3097 M:      Samuel Ortiz <samuel@sortiz.org>
3098 L:      irda-users@lists.sourceforge.net (subscribers-only)
3099 W:      http://irda.sourceforge.net/
3100 S:      Maintained
3101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3102 F:      Documentation/networking/irda.txt
3103 F:      drivers/net/irda/
3104 F:      include/net/irda/
3105 F:      net/irda/
3107 ISAPNP
3108 M:      Jaroslav Kysela <perex@perex.cz>
3109 S:      Maintained
3110 F:      Documentation/isapnp.txt
3111 F:      drivers/pnp/isapnp/
3112 F:      include/linux/isapnp.h
3114 ISCSI
3115 M:      Mike Christie <michaelc@cs.wisc.edu>
3116 L:      open-iscsi@googlegroups.com
3117 W:      www.open-iscsi.org
3118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3119 S:      Maintained
3120 F:      drivers/scsi/*iscsi*
3121 F:      include/scsi/*iscsi*
3123 ISDN SUBSYSTEM
3124 M:      Karsten Keil <isdn@linux-pingi.de>
3125 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3126 L:      netdev@vger.kernel.org
3127 W:      http://www.isdn4linux.de
3128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3129 S:      Maintained
3130 F:      Documentation/isdn/
3131 F:      drivers/isdn/
3132 F:      include/linux/isdn.h
3133 F:      include/linux/isdn/
3135 ISDN SUBSYSTEM (Eicon active card driver)
3136 M:      Armin Schindler <mac@melware.de>
3137 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3138 W:      http://www.melware.de
3139 S:      Maintained
3140 F:      drivers/isdn/hardware/eicon/
3142 IT87 HARDWARE MONITORING DRIVER
3143 M:      Jean Delvare <khali@linux-fr.org>
3144 L:      lm-sensors@lm-sensors.org
3145 S:      Maintained
3146 F:      Documentation/hwmon/it87
3147 F:      drivers/hwmon/it87.c
3149 IVTV VIDEO4LINUX DRIVER
3150 M:      Andy Walls <awalls@radix.net>
3151 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3152 L:      linux-media@vger.kernel.org
3153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3154 W:      http://www.ivtvdriver.org
3155 S:      Maintained
3156 F:      Documentation/video4linux/*.ivtv
3157 F:      drivers/media/video/ivtv/
3158 F:      include/linux/ivtv*
3160 JFS FILESYSTEM
3161 M:      Dave Kleikamp <shaggy@linux.vnet.ibm.com>
3162 L:      jfs-discussion@lists.sourceforge.net
3163 W:      http://jfs.sourceforge.net/
3164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3165 S:      Maintained
3166 F:      Documentation/filesystems/jfs.txt
3167 F:      fs/jfs/
3169 JME NETWORK DRIVER
3170 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
3171 L:      netdev@vger.kernel.org
3172 S:      Maintained
3173 F:      drivers/net/jme.*
3175 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3176 M:      David Woodhouse <dwmw2@infradead.org>
3177 L:      linux-mtd@lists.infradead.org
3178 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3179 S:      Maintained
3180 F:      fs/jffs2/
3181 F:      include/linux/jffs2.h
3183 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3184 M:      Andrew Morton <akpm@linux-foundation.org>
3185 M:      Jan Kara <jack@suse.cz>
3186 L:      linux-ext4@vger.kernel.org
3187 S:      Maintained
3188 F:      fs/jbd*/
3189 F:      include/linux/ext*jbd*.h
3190 F:      include/linux/jbd*.h
3192 K8TEMP HARDWARE MONITORING DRIVER
3193 M:      Rudolf Marek <r.marek@assembler.cz>
3194 L:      lm-sensors@lm-sensors.org
3195 S:      Maintained
3196 F:      Documentation/hwmon/k8temp
3197 F:      drivers/hwmon/k8temp.c
3199 KCONFIG
3200 M:      Roman Zippel <zippel@linux-m68k.org>
3201 L:      linux-kbuild@vger.kernel.org
3202 Q:      http://patchwork.kernel.org/project/linux-kbuild/list/
3203 S:      Maintained
3204 F:      Documentation/kbuild/kconfig-language.txt
3205 F:      scripts/kconfig/
3207 KDUMP
3208 M:      Vivek Goyal <vgoyal@redhat.com>
3209 M:      Haren Myneni <hbabu@us.ibm.com>
3210 L:      kexec@lists.infradead.org
3211 W:      http://lse.sourceforge.net/kdump/
3212 S:      Maintained
3213 F:      Documentation/kdump/
3215 KERNEL AUTOMOUNTER (AUTOFS)
3216 M:      "H. Peter Anvin" <hpa@zytor.com>
3217 L:      autofs@linux.kernel.org
3218 S:      Odd Fixes
3219 F:      fs/autofs/
3221 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3222 M:      Ian Kent <raven@themaw.net>
3223 L:      autofs@linux.kernel.org
3224 S:      Maintained
3225 F:      fs/autofs4/
3227 KERNEL BUILD
3228 M:      Michal Marek <mmarek@suse.cz>
3229 T:      git git://repo.or.cz/linux-kbuild.git for-next
3230 T:      git git://repo.or.cz/linux-kbuild.git for-linus
3231 L:      linux-kbuild@vger.kernel.org
3232 S:      Maintained
3233 F:      Documentation/kbuild/
3234 F:      Makefile
3235 F:      scripts/Makefile.*
3237 KERNEL JANITORS
3238 L:      kernel-janitors@vger.kernel.org
3239 W:      http://janitor.kernelnewbies.org/
3240 S:      Odd Fixes
3242 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3243 M:      "J. Bruce Fields" <bfields@fieldses.org>
3244 M:      Neil Brown <neilb@suse.de>
3245 L:      linux-nfs@vger.kernel.org
3246 W:      http://nfs.sourceforge.net/
3247 S:      Supported
3248 F:      fs/nfsd/
3249 F:      include/linux/nfsd/
3250 F:      fs/lockd/
3251 F:      fs/nfs_common/
3252 F:      net/sunrpc/
3253 F:      include/linux/lockd/
3254 F:      include/linux/sunrpc/
3256 KERNEL VIRTUAL MACHINE (KVM)
3257 M:      Avi Kivity <avi@redhat.com>
3258 M:      Marcelo Tosatti <mtosatti@redhat.com>
3259 L:      kvm@vger.kernel.org
3260 W:      http://kvm.qumranet.com
3261 S:      Supported
3262 F:      Documentation/*/kvm.txt
3263 F:      arch/*/kvm/
3264 F:      arch/*/include/asm/kvm*
3265 F:      include/linux/kvm*
3266 F:      virt/kvm/
3268 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3269 M:      Joerg Roedel <joerg.roedel@amd.com>
3270 L:      kvm@vger.kernel.org
3271 W:      http://kvm.qumranet.com
3272 S:      Supported
3273 F:      arch/x86/include/asm/svm.h
3274 F:      arch/x86/kvm/svm.c
3276 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3277 M:      Alexander Graf <agraf@suse.de>
3278 L:      kvm-ppc@vger.kernel.org
3279 W:      http://kvm.qumranet.com
3280 S:      Supported
3281 F:      arch/powerpc/include/asm/kvm*
3282 F:      arch/powerpc/kvm/
3284 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3285 M:      Xiantao Zhang <xiantao.zhang@intel.com>
3286 L:      kvm-ia64@vger.kernel.org
3287 W:      http://kvm.qumranet.com
3288 S:      Supported
3289 F:      Documentation/ia64/kvm.txt
3290 F:      arch/ia64/include/asm/kvm*
3291 F:      arch/ia64/kvm/
3293 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3294 M:      Carsten Otte <cotte@de.ibm.com>
3295 M:      Christian Borntraeger <borntraeger@de.ibm.com>
3296 M:      linux390@de.ibm.com
3297 L:      linux-s390@vger.kernel.org
3298 W:      http://www.ibm.com/developerworks/linux/linux390/
3299 S:      Supported
3300 F:      Documentation/s390/kvm.txt
3301 F:      arch/s390/include/asm/kvm*
3302 F:      arch/s390/kvm/
3303 F:      drivers/s390/kvm/
3305 KEXEC
3306 M:      Eric Biederman <ebiederm@xmission.com>
3307 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3308 L:      kexec@lists.infradead.org
3309 S:      Maintained
3310 F:      include/linux/kexec.h
3311 F:      kernel/kexec.c
3313 KEYS/KEYRINGS:
3314 M:      David Howells <dhowells@redhat.com>
3315 L:      keyrings@linux-nfs.org
3316 S:      Maintained
3317 F:      Documentation/keys.txt
3318 F:      include/linux/key.h
3319 F:      include/linux/key-type.h
3320 F:      include/keys/
3321 F:      security/keys/
3323 KGDB / KDB /debug_core
3324 M:      Jason Wessel <jason.wessel@windriver.com>
3325 W:      http://kgdb.wiki.kernel.org/
3326 L:      kgdb-bugreport@lists.sourceforge.net
3327 S:      Maintained
3328 F:      Documentation/DocBook/kgdb.tmpl
3329 F:      drivers/misc/kgdbts.c
3330 F:      drivers/serial/kgdboc.c
3331 F:      include/linux/kdb.h
3332 F:      include/linux/kgdb.h
3333 F:      kernel/debug/
3335 KMEMCHECK
3336 M:      Vegard Nossum <vegardno@ifi.uio.no>
3337 M:      Pekka Enberg <penberg@cs.helsinki.fi>
3338 S:      Maintained
3339 F:      Documentation/kmemcheck.txt
3340 F:      arch/x86/include/asm/kmemcheck.h
3341 F:      arch/x86/mm/kmemcheck/
3342 F:      include/linux/kmemcheck.h
3343 F:      mm/kmemcheck.c
3345 KMEMLEAK
3346 M:      Catalin Marinas <catalin.marinas@arm.com>
3347 S:      Maintained
3348 F:      Documentation/kmemleak.txt
3349 F:      include/linux/kmemleak.h
3350 F:      mm/kmemleak.c
3351 F:      mm/kmemleak-test.c
3353 KMEMTRACE
3354 M:      Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
3355 S:      Maintained
3356 F:      Documentation/trace/kmemtrace.txt
3357 F:      include/linux/kmemtrace.h
3358 F:      kernel/trace/kmemtrace.c
3360 KPROBES
3361 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3362 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3363 M:      "David S. Miller" <davem@davemloft.net>
3364 M:      Masami Hiramatsu <mhiramat@redhat.com>
3365 S:      Maintained
3366 F:      Documentation/kprobes.txt
3367 F:      include/linux/kprobes.h
3368 F:      kernel/kprobes.c
3370 KS0108 LCD CONTROLLER DRIVER
3371 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3372 W:      http://miguelojeda.es/auxdisplay.htm
3373 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3374 S:      Maintained
3375 F:      Documentation/auxdisplay/ks0108
3376 F:      drivers/auxdisplay/ks0108.c
3377 F:      include/linux/ks0108.h
3379 LAPB module
3380 L:      linux-x25@vger.kernel.org
3381 S:      Orphan
3382 F:      Documentation/networking/lapb-module.txt
3383 F:      include/*/lapb.h
3384 F:      net/lapb/
3386 LASI 53c700 driver for PARISC
3387 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3388 L:      linux-scsi@vger.kernel.org
3389 S:      Maintained
3390 F:      Documentation/scsi/53c700.txt
3391 F:      drivers/scsi/53c700*
3393 LED SUBSYSTEM
3394 M:      Richard Purdie <rpurdie@rpsys.net>
3395 S:      Maintained
3396 F:      drivers/leds/
3397 F:      include/linux/leds.h
3399 LEGO USB Tower driver
3400 M:      Juergen Stuber <starblue@users.sourceforge.net>
3401 L:      legousb-devel@lists.sourceforge.net
3402 W:      http://legousb.sourceforge.net/
3403 S:      Maintained
3404 F:      drivers/usb/misc/legousbtower.c
3406 LGUEST
3407 M:      Rusty Russell <rusty@rustcorp.com.au>
3408 L:      lguest@ozlabs.org
3409 W:      http://lguest.ozlabs.org/
3410 S:      Maintained
3411 F:      Documentation/lguest/
3412 F:      arch/x86/lguest/
3413 F:      drivers/lguest/
3414 F:      include/linux/lguest*.h
3415 F:      arch/x86/include/asm/lguest*.h
3417 LINUX FOR IBM pSERIES (RS/6000)
3418 M:      Paul Mackerras <paulus@au.ibm.com>
3419 W:      http://www.ibm.com/linux/ltc/projects/ppc
3420 S:      Supported
3421 F:      arch/powerpc/boot/rs6000.h
3423 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3424 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3425 M:      Paul Mackerras <paulus@samba.org>
3426 W:      http://www.penguinppc.org/
3427 L:      linuxppc-dev@ozlabs.org
3428 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3430 S:      Supported
3431 F:      Documentation/powerpc/
3432 F:      arch/powerpc/
3434 LINUX FOR POWER MACINTOSH
3435 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3436 W:      http://www.penguinppc.org/
3437 L:      linuxppc-dev@ozlabs.org
3438 S:      Maintained
3439 F:      arch/powerpc/platforms/powermac/
3440 F:      drivers/macintosh/
3442 LINUX FOR POWERPC EMBEDDED MPC5XXX
3443 M:      Grant Likely <grant.likely@secretlab.ca>
3444 L:      linuxppc-dev@ozlabs.org
3445 T:      git git://git.secretlab.ca/git/linux-2.6.git
3446 S:      Maintained
3447 F:      arch/powerpc/platforms/512x/
3448 F:      arch/powerpc/platforms/52xx/
3450 LINUX FOR POWERPC EMBEDDED PPC4XX
3451 M:      Josh Boyer <jwboyer@linux.vnet.ibm.com>
3452 M:      Matt Porter <mporter@kernel.crashing.org>
3453 W:      http://www.penguinppc.org/
3454 L:      linuxppc-dev@ozlabs.org
3455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3456 S:      Maintained
3457 F:      arch/powerpc/platforms/40x/
3458 F:      arch/powerpc/platforms/44x/
3460 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3461 M:      Grant Likely <grant.likely@secretlab.ca>
3462 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3463 L:      linuxppc-dev@ozlabs.org
3464 T:      git git://git.secretlab.ca/git/linux-2.6.git
3465 S:      Maintained
3466 F:      arch/powerpc/*/*virtex*
3467 F:      arch/powerpc/*/*/*virtex*
3469 LINUX FOR POWERPC EMBEDDED PPC8XX
3470 M:      Vitaly Bordug <vitb@kernel.crashing.org>
3471 M:      Marcelo Tosatti <marcelo@kvack.org>
3472 W:      http://www.penguinppc.org/
3473 L:      linuxppc-dev@ozlabs.org
3474 S:      Maintained
3476 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3477 M:      Kumar Gala <galak@kernel.crashing.org>
3478 W:      http://www.penguinppc.org/
3479 L:      linuxppc-dev@ozlabs.org
3480 S:      Maintained
3481 F:      arch/powerpc/platforms/83xx/
3483 LINUX FOR POWERPC PA SEMI PWRFICIENT
3484 M:      Olof Johansson <olof@lixom.net>
3485 W:      http://www.pasemi.com/
3486 L:      linuxppc-dev@ozlabs.org
3487 S:      Supported
3488 F:      arch/powerpc/platforms/pasemi/
3489 F:      drivers/*/*pasemi*
3490 F:      drivers/*/*/*pasemi*
3492 LINUX SECURITY MODULE (LSM) FRAMEWORK
3493 M:      Chris Wright <chrisw@sous-sol.org>
3494 L:      linux-security-module@vger.kernel.org
3495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3496 S:      Supported
3498 LLC (802.2)
3499 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3500 S:      Maintained
3501 F:      include/linux/llc.h
3502 F:      include/net/llc*
3503 F:      net/llc/
3505 LIS3LV02D ACCELEROMETER DRIVER
3506 M:      Eric Piel <eric.piel@tremplin-utc.net>
3507 S:      Maintained
3508 F:      Documentation/hwmon/lis3lv02d
3509 F:      drivers/hwmon/lis3lv02d.*
3511 LM73 HARDWARE MONITOR DRIVER
3512 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
3513 L:      lm-sensors@lm-sensors.org
3514 S:      Maintained
3515 F:      drivers/hwmon/lm73.c
3517 LM83 HARDWARE MONITOR DRIVER
3518 M:      Jean Delvare <khali@linux-fr.org>
3519 L:      lm-sensors@lm-sensors.org
3520 S:      Maintained
3521 F:      Documentation/hwmon/lm83
3522 F:      drivers/hwmon/lm83.c
3524 LM90 HARDWARE MONITOR DRIVER
3525 M:      Jean Delvare <khali@linux-fr.org>
3526 L:      lm-sensors@lm-sensors.org
3527 S:      Maintained
3528 F:      Documentation/hwmon/lm90
3529 F:      drivers/hwmon/lm90.c
3531 LOCKDEP AND LOCKSTAT
3532 M:      Peter Zijlstra <peterz@infradead.org>
3533 M:      Ingo Molnar <mingo@redhat.com>
3534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3535 S:      Maintained
3536 F:      Documentation/lockdep*.txt
3537 F:      Documentation/lockstat.txt
3538 F:      include/linux/lockdep.h
3539 F:      kernel/lockdep*
3541 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3542 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
3543 L:      linux-ntfs-dev@lists.sourceforge.net
3544 W:      http://www.linux-ntfs.org/content/view/19/37/
3545 S:      Maintained
3546 F:      Documentation/ldm.txt
3547 F:      fs/partitions/ldm.*
3549 LogFS
3550 M:      Joern Engel <joern@logfs.org>
3551 L:      logfs@logfs.org
3552 W:      logfs.org
3553 S:      Maintained
3554 F:      fs/logfs/
3556 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3557 M:      Eric Moore <Eric.Moore@lsi.com>
3558 M:      support@lsi.com
3559 L:      DL-MPTFusionLinux@lsi.com
3560 L:      linux-scsi@vger.kernel.org
3561 W:      http://www.lsilogic.com/support
3562 S:      Supported
3563 F:      drivers/message/fusion/
3565 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3566 M:      Matthew Wilcox <matthew@wil.cx>
3567 L:      linux-scsi@vger.kernel.org
3568 S:      Maintained
3569 F:      drivers/scsi/sym53c8xx_2/
3571 LTP (Linux Test Project)
3572 M:      Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
3573 M:      Garrett Cooper <yanegomi@gmail.com>
3574 M:      Mike Frysinger <vapier@gentoo.org>
3575 M:      Subrata Modak <subrata@linux.vnet.ibm.com>
3576 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3577 W:      http://ltp.sourceforge.net/
3578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3579 S:      Maintained
3581 M32R ARCHITECTURE
3582 M:      Hirokazu Takata <takata@linux-m32r.org>
3583 L:      linux-m32r@ml.linux-m32r.org
3584 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3585 W:      http://www.linux-m32r.org/
3586 S:      Maintained
3587 F:      arch/m32r/
3589 M68K ARCHITECTURE
3590 M:      Geert Uytterhoeven <geert@linux-m68k.org>
3591 M:      Roman Zippel <zippel@linux-m68k.org>
3592 L:      linux-m68k@lists.linux-m68k.org
3593 W:      http://www.linux-m68k.org/
3594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3595 S:      Maintained
3596 F:      arch/m68k/
3597 F:      drivers/zorro/
3599 M68K ON APPLE MACINTOSH
3600 M:      Joshua Thompson <funaho@jurai.org>
3601 W:      http://www.mac.linux-m68k.org/
3602 L:      linux-m68k@lists.linux-m68k.org
3603 S:      Maintained
3604 F:      arch/m68k/mac/
3606 M68K ON HP9000/300
3607 M:      Philip Blundell <philb@gnu.org>
3608 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3609 S:      Maintained
3610 F:      arch/m68k/hp300/
3612 MAC80211
3613 M:      Johannes Berg <johannes@sipsolutions.net>
3614 L:      linux-wireless@vger.kernel.org
3615 W:      http://linuxwireless.org/
3616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3617 S:      Maintained
3618 F:      Documentation/networking/mac80211-injection.txt
3619 F:      include/net/mac80211.h
3620 F:      net/mac80211/
3622 MAC80211 PID RATE CONTROL
3623 M:      Stefano Brivio <stefano.brivio@polimi.it>
3624 M:      Mattias Nissler <mattias.nissler@gmx.de>
3625 L:      linux-wireless@vger.kernel.org
3626 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3628 S:      Maintained
3629 F:      net/mac80211/rc80211_pid*
3631 MACVLAN DRIVER
3632 M:      Patrick McHardy <kaber@trash.net>
3633 L:      netdev@vger.kernel.org
3634 S:      Maintained
3635 F:      drivers/net/macvlan.c
3636 F:      include/linux/if_macvlan.h
3638 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3639 M:      Michael Kerrisk <mtk.manpages@gmail.com>
3640 W:      http://www.kernel.org/doc/man-pages
3641 L:      linux-man@vger.kernel.org
3642 S:      Maintained
3644 MARVELL LIBERTAS WIRELESS DRIVER
3645 M:      Dan Williams <dcbw@redhat.com>
3646 L:      libertas-dev@lists.infradead.org
3647 S:      Maintained
3648 F:      drivers/net/wireless/libertas/
3650 MARVELL MV643XX ETHERNET DRIVER
3651 M:      Lennert Buytenhek <buytenh@wantstofly.org>
3652 L:      netdev@vger.kernel.org
3653 S:      Maintained
3654 F:      drivers/net/mv643xx_eth.*
3655 F:      include/linux/mv643xx.h
3657 MARVELL MWL8K WIRELESS DRIVER
3658 M:      Lennert Buytenhek <buytenh@wantstofly.org>
3659 L:      linux-wireless@vger.kernel.org
3660 S:      Maintained
3661 F:      drivers/net/wireless/mwl8k.c
3663 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3664 M:      Nicolas Pitre <nico@fluxnic.net>
3665 S:      Odd Fixes
3666 F: drivers/mmc/host/mvsdio.*
3668 MARVELL YUKON / SYSKONNECT DRIVER
3669 M:      Mirko Lindner <mlindner@syskonnect.de>
3670 M:      Ralph Roesler <rroesler@syskonnect.de>
3671 W:      http://www.syskonnect.com
3672 S:      Supported
3674 MATROX FRAMEBUFFER DRIVER
3675 M:      Petr Vandrovec <vandrove@vc.cvut.cz>
3676 L:      linux-fbdev@vger.kernel.org
3677 S:      Maintained
3678 F:      drivers/video/matrox/matroxfb_*
3679 F:      include/linux/matroxfb.h
3681 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3682 M:      "Hans J. Koch" <hjk@linutronix.de>
3683 L:      lm-sensors@lm-sensors.org
3684 S:      Maintained
3685 F:      Documentation/hwmon/max6650
3686 F:      drivers/hwmon/max6650.c
3688 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3689 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
3690 P:      LinuxTV.org Project
3691 L:      linux-media@vger.kernel.org
3692 W:      http://linuxtv.org
3693 Q:      http://patchwork.kernel.org/project/linux-media/list/
3694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3695 S:      Maintained
3696 F:      Documentation/dvb/
3697 F:      Documentation/video4linux/
3698 F:      drivers/media/
3699 F:      include/media/
3700 F:      include/linux/dvb/
3701 F:      include/linux/videodev*.h
3703 MEGARAID SCSI DRIVERS
3704 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
3705 L:      linux-scsi@vger.kernel.org
3706 W:      http://megaraid.lsilogic.com
3707 S:      Maintained
3708 F:      Documentation/scsi/megaraid.txt
3709 F:      drivers/scsi/megaraid.*
3710 F:      drivers/scsi/megaraid/
3712 MEMORY MANAGEMENT
3713 L:      linux-mm@kvack.org
3714 W:      http://www.linux-mm.org
3715 S:      Maintained
3716 F:      include/linux/mm.h
3717 F:      mm/
3719 MEMORY RESOURCE CONTROLLER
3720 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
3721 M:      Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
3722 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3723 L:      linux-mm@kvack.org
3724 S:      Maintained
3725 F:      mm/memcontrol.c
3727 MEMORY TECHNOLOGY DEVICES (MTD)
3728 M:      David Woodhouse <dwmw2@infradead.org>
3729 L:      linux-mtd@lists.infradead.org
3730 W:      http://www.linux-mtd.infradead.org/
3731 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
3732 T:      git git://git.infradead.org/mtd-2.6.git
3733 S:      Maintained
3734 F:      drivers/mtd/
3735 F:      include/linux/mtd/
3736 F:      include/mtd/
3738 MICROBLAZE ARCHITECTURE
3739 M:      Michal Simek <monstr@monstr.eu>
3740 L:      microblaze-uclinux@itee.uq.edu.au
3741 W:      http://www.monstr.eu/fdt/
3742 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
3743 S:      Supported
3744 F:      arch/microblaze/
3746 MICROTEK X6 SCANNER
3747 M:      Oliver Neukum <oliver@neukum.name>
3748 S:      Maintained
3749 F:      drivers/usb/image/microtek.*
3751 MIPS
3752 M:      Ralf Baechle <ralf@linux-mips.org>
3753 W:      http://www.linux-mips.org/
3754 L:      linux-mips@linux-mips.org
3755 T:      git git://git.linux-mips.org/pub/scm/linux.git
3756 S:      Supported
3757 F:      Documentation/mips/
3758 F:      arch/mips/
3760 MISCELLANEOUS MCA-SUPPORT
3761 M:      James Bottomley <James.Bottomley@HansenPartnership.com>
3762 S:      Maintained
3763 F:      Documentation/ia64/mca.txt
3764 F:      Documentation/mca.txt
3765 F:      drivers/mca/
3766 F:      include/linux/mca*
3768 MODULE SUPPORT
3769 M:      Rusty Russell <rusty@rustcorp.com.au>
3770 S:      Maintained
3771 F:      include/linux/module.h
3772 F:      kernel/module.c
3774 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3775 M:      Stelian Pop <stelian@popies.net>
3776 W:      http://popies.net/meye/
3777 S:      Maintained
3778 F:      Documentation/video4linux/meye.txt
3779 F:      drivers/media/video/meye.*
3780 F:      include/linux/meye.h
3782 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3783 M:      Pavel Pisa <ppisa@pikron.com>
3784 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3785 S:      Maintained
3786 F:      drivers/mmc/host/imxmmc.*
3788 MOUSE AND MISC DEVICES [GENERAL]
3789 M:      Alessandro Rubini <rubini@ipvvis.unipv.it>
3790 S:      Maintained
3791 F:      drivers/input/mouse/
3792 F:      include/linux/gpio_mouse.h
3794 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3795 M:      Jiri Slaby <jirislaby@gmail.com>
3796 S:      Maintained
3797 F:      Documentation/serial/moxa-smartio
3798 F:      drivers/char/mxser.*
3800 MSI LAPTOP SUPPORT
3801 M:      Lennart Poettering <mzxreary@0pointer.de>
3802 L:      platform-driver-x86@vger.kernel.org
3803 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
3804 W:      http://0pointer.de/lennart/tchibo.html
3805 S:      Maintained
3806 F:      drivers/platform/x86/msi-laptop.c
3808 MSI WMI SUPPORT
3809 M:      Anisse Astier <anisse@astier.eu>
3810 L:      platform-driver-x86@vger.kernel.org
3811 S:      Supported
3812 F:      drivers/platform/x86/msi-wmi.c
3814 MULTIFUNCTION DEVICES (MFD)
3815 M:      Samuel Ortiz <sameo@linux.intel.com>
3816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3817 S:      Supported
3818 F:      drivers/mfd/
3820 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3821 S:      Orphan
3822 L:      linux-mmc@vger.kernel.org
3823 F:      drivers/mmc/
3824 F:      include/linux/mmc/
3826 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3827 M:      David Brownell <dbrownell@users.sourceforge.net>
3828 S:      Odd Fixes
3829 F:      drivers/mmc/host/mmc_spi.c
3830 F:      include/linux/spi/mmc_spi.h
3832 MULTISOUND SOUND DRIVER
3833 M:      Andrew Veliath <andrewtv@usa.net>
3834 S:      Maintained
3835 F:      Documentation/sound/oss/MultiSound
3836 F:      sound/oss/msnd*
3838 MULTITECH MULTIPORT CARD (ISICOM)
3839 M:      Jiri Slaby <jirislaby@gmail.com>
3840 S:      Maintained
3841 F:      drivers/char/isicom.c
3842 F:      include/linux/isicom.h
3844 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3845 M:      Felipe Balbi <felipe.balbi@nokia.com>
3846 L:      linux-usb@vger.kernel.org
3847 T:      git git://gitorious.org/usb/usb.git
3848 S:      Maintained
3849 F:      drivers/usb/musb/
3851 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3852 M:      Andrew Gallatin <gallatin@myri.com>
3853 M:      Brice Goglin <brice@myri.com>
3854 L:      netdev@vger.kernel.org
3855 W:      http://www.myri.com/scs/download-Myri10GE.html
3856 S:      Supported
3857 F:      drivers/net/myri10ge/
3859 NATSEMI ETHERNET DRIVER (DP8381x)
3860 M:      Tim Hockin <thockin@hockin.org>
3861 S:      Maintained
3862 F:      drivers/net/natsemi.c
3864 NCP FILESYSTEM
3865 M:      Petr Vandrovec <vandrove@vc.cvut.cz>
3866 S:      Maintained
3867 F:      fs/ncpfs/
3869 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3870 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3871 L:      linux-scsi@vger.kernel.org
3872 S:      Maintained
3873 F:      drivers/scsi/NCR_D700.*
3875 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3876 M:      Faisal Latif <faisal.latif@intel.com>
3877 M:      Chien Tung <chien.tin.tung@intel.com>
3878 L:      linux-rdma@vger.kernel.org
3879 W:      http://www.neteffect.com
3880 S:      Supported
3881 F:      drivers/infiniband/hw/nes/
3883 NETEM NETWORK EMULATOR
3884 M:      Stephen Hemminger <shemminger@linux-foundation.org>
3885 L:      netem@lists.linux-foundation.org
3886 S:      Maintained
3887 F:      net/sched/sch_netem.c
3889 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3890 M:      Ramkrishna Vepa <ram.vepa@neterion.com>
3891 M:      Rastapur Santosh <santosh.rastapur@neterion.com>
3892 M:      Sivakumar Subramani <sivakumar.subramani@neterion.com>
3893 M:      Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
3894 L:      netdev@vger.kernel.org
3895 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3896 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3897 S:      Supported
3898 F:      Documentation/networking/s2io.txt
3899 F:      drivers/net/s2io*
3901 NETFILTER/IPTABLES/IPCHAINS
3902 P:      Rusty Russell
3903 P:      Marc Boucher
3904 P:      James Morris
3905 P:      Harald Welte
3906 P:      Jozsef Kadlecsik
3907 M:      Patrick McHardy <kaber@trash.net>
3908 L:      netfilter-devel@vger.kernel.org
3909 L:      netfilter@vger.kernel.org
3910 L:      coreteam@netfilter.org
3911 W:      http://www.netfilter.org/
3912 W:      http://www.iptables.org/
3913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3914 S:      Supported
3915 F:      include/linux/netfilter*
3916 F:      include/linux/netfilter/
3917 F:      include/net/netfilter/
3918 F:      net/*/netfilter.c
3919 F:      net/*/netfilter/
3920 F:      net/netfilter/
3922 NETLABEL
3923 M:      Paul Moore <paul.moore@hp.com>
3924 W:      http://netlabel.sf.net
3925 L:      netdev@vger.kernel.org
3926 S:      Supported
3927 F:      Documentation/netlabel/
3928 F:      include/net/netlabel.h
3929 F:      net/netlabel/
3931 NETROM NETWORK LAYER
3932 M:      Ralf Baechle <ralf@linux-mips.org>
3933 L:      linux-hams@vger.kernel.org
3934 W:      http://www.linux-ax25.org/
3935 S:      Maintained
3936 F:      include/linux/netrom.h
3937 F:      include/net/netrom.h
3938 F:      net/netrom/
3940 NETWORK BLOCK DEVICE (NBD)
3941 M:      Paul Clements <Paul.Clements@steeleye.com>
3942 S:      Maintained
3943 F:      Documentation/blockdev/nbd.txt
3944 F:      drivers/block/nbd.c
3945 F:      include/linux/nbd.h
3947 NETWORK DROP MONITOR
3948 M:      Neil Horman <nhorman@tuxdriver.com>
3949 L:      netdev@vger.kernel.org
3950 S:      Maintained
3951 W:      https://fedorahosted.org/dropwatch/
3952 F:      net/core/drop_monitor.c
3954 NETWORKING [GENERAL]
3955 M:      "David S. Miller" <davem@davemloft.net>
3956 L:      netdev@vger.kernel.org
3957 W:      http://www.linuxfoundation.org/en/Net
3958 W:      http://patchwork.ozlabs.org/project/netdev/list/
3959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3961 S:      Maintained
3962 F:      net/
3963 F:      include/net/
3964 F:      include/linux/in.h
3965 F:      include/linux/net.h
3966 F:      include/linux/netdevice.h
3968 NETWORKING [IPv4/IPv6]
3969 M:      "David S. Miller" <davem@davemloft.net>
3970 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
3971 M:      "Pekka Savola (ipv6)" <pekkas@netcore.fi>
3972 M:      James Morris <jmorris@namei.org>
3973 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
3974 M:      Patrick McHardy <kaber@trash.net>
3975 L:      netdev@vger.kernel.org
3976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3977 S:      Maintained
3978 F:      net/ipv4/
3979 F:      net/ipv6/
3980 F:      include/net/ip*
3982 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3983 M:      Paul Moore <paul.moore@hp.com>
3984 L:      netdev@vger.kernel.org
3985 S:      Maintained
3987 NETWORKING [WIRELESS]
3988 M:      "John W. Linville" <linville@tuxdriver.com>
3989 L:      linux-wireless@vger.kernel.org
3990 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
3991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3992 S:      Maintained
3993 F:      net/mac80211/
3994 F:      net/rfkill/
3995 F:      net/wireless/
3996 F:      include/net/ieee80211*
3997 F:      include/linux/wireless.h
3998 F:      include/linux/iw_handler.h
3999 F:      drivers/net/wireless/
4001 NETWORKING DRIVERS
4002 L:      netdev@vger.kernel.org
4003 W:      http://www.linuxfoundation.org/en/Net
4004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4006 S:      Odd Fixes
4007 F:      drivers/net/
4008 F:      include/linux/if_*
4009 F:      include/linux/*device.h
4011 NETXEN (1/10) GbE SUPPORT
4012 M:      Amit Kumar Salecha <amit.salecha@qlogic.com>
4013 L:      netdev@vger.kernel.org
4014 W:      http://www.qlogic.com
4015 S:      Supported
4016 F:      drivers/net/netxen/
4018 NFS, SUNRPC, AND LOCKD CLIENTS
4019 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
4020 L:      linux-nfs@vger.kernel.org
4021 W:      http://client.linux-nfs.org
4022 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4023 S:      Maintained
4024 F:      fs/lockd/
4025 F:      fs/nfs/
4026 F:      fs/nfs_common/
4027 F:      net/sunrpc/
4028 F:      include/linux/lockd/
4029 F:      include/linux/nfs*
4030 F:      include/linux/sunrpc/
4032 NI5010 NETWORK DRIVER
4033 M:      Jan-Pascal van Best <janpascal@vanbest.org>
4034 M:      Andreas Mohr <andi@lisas.de>
4035 L:      netdev@vger.kernel.org
4036 S:      Maintained
4037 F:      drivers/net/ni5010.*
4039 NILFS2 FILESYSTEM
4040 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4041 L:      linux-nilfs@vger.kernel.org
4042 W:      http://www.nilfs.org/en/
4043 S:      Supported
4044 F:      Documentation/filesystems/nilfs2.txt
4045 F:      fs/nilfs2/
4046 F:      include/linux/nilfs2_fs.h
4048 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4049 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4050 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4051 S:      Maintained
4052 F:      Documentation/scsi/NinjaSCSI.txt
4053 F:      drivers/scsi/pcmcia/nsp_*
4055 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4056 M:      GOTO Masanori <gotom@debian.or.jp>
4057 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4058 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4059 S:      Maintained
4060 F:      Documentation/scsi/NinjaSCSI.txt
4061 F:      drivers/scsi/nsp32*
4063 NTFS FILESYSTEM
4064 M:      Anton Altaparmakov <aia21@cantab.net>
4065 L:      linux-ntfs-dev@lists.sourceforge.net
4066 W:      http://www.linux-ntfs.org/
4067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4068 S:      Maintained
4069 F:      Documentation/filesystems/ntfs.txt
4070 F:      fs/ntfs/
4072 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4073 M:      Antonino Daplas <adaplas@gmail.com>
4074 L:      linux-fbdev@vger.kernel.org
4075 S:      Maintained
4076 F:      drivers/video/riva/
4077 F:      drivers/video/nvidia/
4079 OMAP SUPPORT
4080 M:      Tony Lindgren <tony@atomide.com>
4081 L:      linux-omap@vger.kernel.org
4082 W:      http://www.muru.com/linux/omap/
4083 W:      http://linux.omap.com/
4084 Q:      http://patchwork.kernel.org/project/linux-omap/list/
4085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4086 S:      Maintained
4087 F:      arch/arm/*omap*/
4089 OMAP CLOCK FRAMEWORK SUPPORT
4090 M:      Paul Walmsley <paul@pwsan.com>
4091 L:      linux-omap@vger.kernel.org
4092 S:      Maintained
4093 F:      arch/arm/*omap*/*clock*
4095 OMAP POWER MANAGEMENT SUPPORT
4096 M:      Kevin Hilman <khilman@deeprootsystems.com>
4097 L:      linux-omap@vger.kernel.org
4098 S:      Maintained
4099 F:      arch/arm/*omap*/*pm*
4101 OMAP AUDIO SUPPORT
4102 M:      Jarkko Nikula <jhnikula@gmail.com>
4103 L:      alsa-devel@alsa-project.org (subscribers-only)
4104 L:      linux-omap@vger.kernel.org
4105 S:      Maintained
4106 F:      sound/soc/omap/
4108 OMAP FRAMEBUFFER SUPPORT
4109 M:      Tomi Valkeinen <tomi.valkeinen@nokia.com>
4110 L:      linux-fbdev@vger.kernel.org
4111 L:      linux-omap@vger.kernel.org
4112 S:      Maintained
4113 F:      drivers/video/omap/
4115 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4116 M:      Tomi Valkeinen <tomi.valkeinen@nokia.com>
4117 L:      linux-omap@vger.kernel.org
4118 L:      linux-fbdev@vger.kernel.org
4119 S:      Maintained
4120 F:      drivers/video/omap2/
4121 F:      Documentation/arm/OMAP/DSS
4123 OMAP MMC SUPPORT
4124 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
4125 L:      linux-omap@vger.kernel.org
4126 S:      Maintained
4127 F:      drivers/mmc/host/omap.c
4129 OMAP HS MMC SUPPORT
4130 M:      Madhusudhan Chikkature <madhu.cr@ti.com>
4131 L:      linux-omap@vger.kernel.org
4132 S:      Maintained
4133 F:      drivers/mmc/host/omap_hsmmc.c
4135 OMAP RANDOM NUMBER GENERATOR SUPPORT
4136 M:      Deepak Saxena <dsaxena@plexity.net>
4137 S:      Maintained
4138 F:      drivers/char/hw_random/omap-rng.c
4140 OMAP USB SUPPORT
4141 M:      Felipe Balbi <felipe.balbi@nokia.com>
4142 M:      David Brownell <dbrownell@users.sourceforge.net>
4143 L:      linux-usb@vger.kernel.org
4144 L:      linux-omap@vger.kernel.org
4145 S:      Maintained
4147 OMFS FILESYSTEM
4148 M:      Bob Copeland <me@bobcopeland.com>
4149 L:      linux-karma-devel@lists.sourceforge.net
4150 S:      Maintained
4151 F:      Documentation/filesystems/omfs.txt
4152 F:      fs/omfs/
4154 OMNIKEY CARDMAN 4000 DRIVER
4155 M:      Harald Welte <laforge@gnumonks.org>
4156 S:      Maintained
4157 F:      drivers/char/pcmcia/cm4000_cs.c
4158 F:      include/linux/cm4000_cs.h
4160 OMNIKEY CARDMAN 4040 DRIVER
4161 M:      Harald Welte <laforge@gnumonks.org>
4162 S:      Maintained
4163 F:      drivers/char/pcmcia/cm4040_cs.*
4165 OMNIVISION OV7670 SENSOR DRIVER
4166 M:      Jonathan Corbet <corbet@lwn.net>
4167 L:      linux-media@vger.kernel.org
4168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4169 S:      Maintained
4170 F:      drivers/media/video/ov7670.c
4172 ONENAND FLASH DRIVER
4173 M:      Kyungmin Park <kyungmin.park@samsung.com>
4174 L:      linux-mtd@lists.infradead.org
4175 S:      Maintained
4176 F:      drivers/mtd/onenand/
4177 F:      include/linux/mtd/onenand*.h
4179 ONSTREAM SCSI TAPE DRIVER
4180 M:      Willem Riede <osst@riede.org>
4181 L:      osst-users@lists.sourceforge.net
4182 L:      linux-scsi@vger.kernel.org
4183 S:      Maintained
4184 F:      drivers/scsi/osst*
4185 F:      drivers/scsi/st*
4187 OPENCORES I2C BUS DRIVER
4188 M:      Peter Korsgaard <jacmet@sunsite.dk>
4189 L:      linux-i2c@vger.kernel.org
4190 S:      Maintained
4191 F:      Documentation/i2c/busses/i2c-ocores
4192 F:      drivers/i2c/busses/i2c-ocores.c
4194 OPEN FIRMWARE AND FLATTENED DEVICE TREE
4195 M:      Grant Likely <grant.likely@secretlab.ca>
4196 L:      devicetree-discuss@lists.ozlabs.org
4197 W:      http://fdt.secretlab.ca
4198 S:      Maintained
4199 F:      drivers/of
4200 F:      include/linux/of*.h
4201 K:      of_get_property
4203 OPROFILE
4204 M:      Robert Richter <robert.richter@amd.com>
4205 L:      oprofile-list@lists.sf.net
4206 S:      Maintained
4207 F:      arch/*/include/asm/oprofile*.h
4208 F:      arch/*/oprofile/
4209 F:      drivers/oprofile/
4210 F:      include/linux/oprofile.h
4212 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4213 M:      Mark Fasheh <mfasheh@suse.com>
4214 M:      Joel Becker <joel.becker@oracle.com>
4215 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4216 W:      http://oss.oracle.com/projects/ocfs2/
4217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4218 S:      Supported
4219 F:      Documentation/filesystems/ocfs2.txt
4220 F:      Documentation/filesystems/dlmfs.txt
4221 F:      fs/ocfs2/
4223 ORINOCO DRIVER
4224 M:      Pavel Roskin <proski@gnu.org>
4225 M:      David Gibson <hermes@gibson.dropbear.id.au>
4226 L:      linux-wireless@vger.kernel.org
4227 L:      orinoco-users@lists.sourceforge.net
4228 L:      orinoco-devel@lists.sourceforge.net
4229 W:      http://www.nongnu.org/orinoco/
4230 S:      Maintained
4231 F:      drivers/net/wireless/orinoco/
4233 OSD LIBRARY and FILESYSTEM
4234 M:      Boaz Harrosh <bharrosh@panasas.com>
4235 M:      Benny Halevy <bhalevy@panasas.com>
4236 L:      osd-dev@open-osd.org
4237 W:      http://open-osd.org
4238 T:      git git://git.open-osd.org/open-osd.git
4239 S:      Maintained
4240 F:      drivers/scsi/osd/
4241 F:      include/scsi/osd_*
4242 F:      fs/exofs/
4244 P54 WIRELESS DRIVER
4245 M:      Michael Wu <flamingice@sourmilk.net>
4246 L:      linux-wireless@vger.kernel.org
4247 W:      http://prism54.org
4248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4249 S:      Maintained
4250 F:      drivers/net/wireless/p54/
4252 PA SEMI ETHERNET DRIVER
4253 M:      Olof Johansson <olof@lixom.net>
4254 L:      netdev@vger.kernel.org
4255 S:      Maintained
4256 F:      drivers/net/pasemi_mac.*
4258 PA SEMI SMBUS DRIVER
4259 M:      Olof Johansson <olof@lixom.net>
4260 L:      linux-i2c@vger.kernel.org
4261 S:      Maintained
4262 F:      drivers/i2c/busses/i2c-pasemi.c
4264 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4265 M:      Harald Welte <laforge@gnumonks.org>
4266 L:      platform-driver-x86@vger.kernel.org
4267 S:      Maintained
4268 F:      drivers/platform/x86/panasonic-laptop.c
4270 PANASONIC MN10300/AM33 PORT
4271 M:      David Howells <dhowells@redhat.com>
4272 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4273 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
4274 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4275 S:      Maintained
4276 F:      Documentation/mn10300/
4277 F:      arch/mn10300/
4279 PARALLEL PORT SUPPORT
4280 L:      linux-parport@lists.infradead.org (subscribers-only)
4281 S:      Orphan
4282 F:      drivers/parport/
4283 F:      include/linux/parport*.h
4284 F:      drivers/char/ppdev.c
4285 F:      include/linux/ppdev.h
4287 PARAVIRT_OPS INTERFACE
4288 M:      Jeremy Fitzhardinge <jeremy@xensource.com>
4289 M:      Chris Wright <chrisw@sous-sol.org>
4290 M:      Alok Kataria <akataria@vmware.com>
4291 M:      Rusty Russell <rusty@rustcorp.com.au>
4292 L:      virtualization@lists.osdl.org
4293 S:      Supported
4294 F:      Documentation/ia64/paravirt_ops.txt
4295 F:      arch/*/kernel/paravirt*
4296 F:      arch/*/include/asm/paravirt.h
4298 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4299 M:      Tim Waugh <tim@cyberelk.net>
4300 L:      linux-parport@lists.infradead.org (subscribers-only)
4301 W:      http://www.torque.net/linux-pp.html
4302 S:      Maintained
4303 F:      Documentation/blockdev/paride.txt
4304 F:      drivers/block/paride/
4306 PARISC ARCHITECTURE
4307 M:      Kyle McMartin <kyle@mcmartin.ca>
4308 M:      Helge Deller <deller@gmx.de>
4309 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
4310 L:      linux-parisc@vger.kernel.org
4311 W:      http://www.parisc-linux.org/
4312 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
4313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4314 S:      Maintained
4315 F:      arch/parisc/
4316 F:      drivers/parisc/
4318 PC87360 HARDWARE MONITORING DRIVER
4319 M:      Jim Cromie <jim.cromie@gmail.com>
4320 L:      lm-sensors@lm-sensors.org
4321 S:      Maintained
4322 F:      Documentation/hwmon/pc87360
4323 F:      drivers/hwmon/pc87360.c
4325 PC8736x GPIO DRIVER
4326 M:      Jim Cromie <jim.cromie@gmail.com>
4327 S:      Maintained
4328 F:      drivers/char/pc8736x_gpio.c
4330 PCA9532 LED DRIVER
4331 M:      Riku Voipio <riku.voipio@iki.fi>
4332 S:      Maintained
4333 F:      drivers/leds/leds-pca9532.c
4334 F:      include/linux/leds-pca9532.h
4336 PCA9564/PCA9665 I2C BUS DRIVER
4337 M:      Wolfram Sang <w.sang@pengutronix.de>
4338 L:      linux-i2c@vger.kernel.org
4339 S:      Maintained
4340 F:      drivers/i2c/algos/i2c-algo-pca.c
4341 F:      drivers/i2c/busses/i2c-pca-*
4342 F:      include/linux/i2c-algo-pca.h
4343 F:      include/linux/i2c-pca-platform.h
4345 PCI ERROR RECOVERY
4346 M:      Linas Vepstas <linas@austin.ibm.com>
4347 L:      linux-pci@vger.kernel.org
4348 S:      Supported
4349 F:      Documentation/PCI/pci-error-recovery.txt
4350 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4352 PCI SUBSYSTEM
4353 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4354 L:      linux-pci@vger.kernel.org
4355 Q:      http://patchwork.kernel.org/project/linux-pci/list/
4356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4357 S:      Supported
4358 F:      Documentation/PCI/
4359 F:      drivers/pci/
4360 F:      include/linux/pci*
4362 PCI HOTPLUG
4363 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4364 L:      linux-pci@vger.kernel.org
4365 S:      Supported
4366 F:      drivers/pci/hotplug
4368 PCMCIA SUBSYSTEM
4369 P:      Linux PCMCIA Team
4370 L:      linux-pcmcia@lists.infradead.org
4371 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4373 S:      Maintained
4374 F:      Documentation/pcmcia/
4375 F:      drivers/pcmcia/
4376 F:      include/pcmcia/
4378 PCNET32 NETWORK DRIVER
4379 M:      Don Fry <pcnet32@verizon.net>
4380 L:      netdev@vger.kernel.org
4381 S:      Maintained
4382 F:      drivers/net/pcnet32.c
4384 PER-TASK DELAY ACCOUNTING
4385 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
4386 S:      Maintained
4387 F:      include/linux/delayacct.h
4388 F:      kernel/delayacct.c
4390 PERFORMANCE EVENTS SUBSYSTEM
4391 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
4392 M:      Paul Mackerras <paulus@samba.org>
4393 M:      Ingo Molnar <mingo@elte.hu>
4394 M:      Arnaldo Carvalho de Melo <acme@redhat.com>
4395 S:      Supported
4396 F:      kernel/perf_event*.c
4397 F:      include/linux/perf_event.h
4398 F:      arch/*/kernel/perf_event*.c
4399 F:      arch/*/kernel/*/perf_event*.c
4400 F:      arch/*/kernel/*/*/perf_event*.c
4401 F:      arch/*/include/asm/perf_event.h
4402 F:      arch/*/lib/perf_event*.c
4403 F:      arch/*/kernel/perf_callchain.c
4404 F:      tools/perf/
4406 PERSONALITY HANDLING
4407 M:      Christoph Hellwig <hch@infradead.org>
4408 L:      linux-abi-devel@lists.sourceforge.net
4409 S:      Maintained
4410 F:      include/linux/personality.h
4412 PHRAM MTD DRIVER
4413 M:      Joern Engel <joern@lazybastard.org>
4414 L:      linux-mtd@lists.infradead.org
4415 S:      Maintained
4416 F:      drivers/mtd/devices/phram.c
4418 PKTCDVD DRIVER
4419 M:      Peter Osterlund <petero2@telia.com>
4420 S:      Maintained
4421 F:      drivers/block/pktcdvd.c
4422 F:      include/linux/pktcdvd.h
4424 PMC SIERRA MaxRAID DRIVER
4425 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4426 L:      linux-scsi@vger.kernel.org
4427 W:      http://www.pmc-sierra.com/
4428 S:      Supported
4429 F:      drivers/scsi/pmcraid.*
4431 PMC SIERRA PM8001 DRIVER
4432 M:      jack_wang@usish.com
4433 M:      lindar_liu@usish.com
4434 L:      linux-scsi@vger.kernel.org
4435 S:      Supported
4436 F:      drivers/scsi/pm8001/
4438 POSIX CLOCKS and TIMERS
4439 M:      Thomas Gleixner <tglx@linutronix.de>
4440 S:      Supported
4441 F:      fs/timerfd.c
4442 F:      include/linux/timer*
4443 F:      kernel/*timer*
4445 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4446 M:      Anton Vorontsov <cbou@mail.ru>
4447 M:      David Woodhouse <dwmw2@infradead.org>
4448 T:      git git://git.infradead.org/battery-2.6.git
4449 S:      Maintained
4450 F:      include/linux/power_supply.h
4451 F:      drivers/power/power_supply*
4453 PNP SUPPORT
4454 M:      Adam Belay <abelay@mit.edu>
4455 M:      Bjorn Helgaas <bjorn.helgaas@hp.com>
4456 S:      Maintained
4457 F:      drivers/pnp/
4459 PNXxxxx I2C DRIVER
4460 M:      Vitaly Wool <vitalywool@gmail.com>
4461 L:      linux-i2c@vger.kernel.org
4462 S:      Maintained
4463 F:      drivers/i2c/busses/i2c-pnx.c
4465 PPP PROTOCOL DRIVERS AND COMPRESSORS
4466 M:      Paul Mackerras <paulus@samba.org>
4467 L:      linux-ppp@vger.kernel.org
4468 S:      Maintained
4469 F:      drivers/net/ppp_*
4471 PPP OVER ATM (RFC 2364)
4472 M:      Mitchell Blank Jr <mitch@sfgoth.com>
4473 S:      Maintained
4474 F:      net/atm/pppoatm.c
4475 F:      include/linux/atmppp.h
4477 PPP OVER ETHERNET
4478 M:      Michal Ostrowski <mostrows@earthlink.net>
4479 S:      Maintained
4480 F:      drivers/net/pppoe.c
4481 F:      drivers/net/pppox.c
4483 PPP OVER L2TP
4484 M:      James Chapman <jchapman@katalix.com>
4485 S:      Maintained
4486 F:      drivers/net/pppol2tp.c
4487 F:      include/linux/if_pppol2tp.h
4489 PPS SUPPORT
4490 M:      Rodolfo Giometti <giometti@enneenne.com>
4491 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
4492 L:      linuxpps@ml.enneenne.com (subscribers-only)
4493 S:      Maintained
4494 F:      Documentation/pps/
4495 F:      drivers/pps/
4496 F:      include/linux/pps*.h
4498 PREEMPTIBLE KERNEL
4499 M:      Robert Love <rml@tech9.net>
4500 L:      kpreempt-tech@lists.sourceforge.net
4501 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4502 S:      Supported
4503 F:      Documentation/preempt-locking.txt
4504 F:      include/linux/preempt.h
4506 PRISM54 WIRELESS DRIVER
4507 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
4508 L:      linux-wireless@vger.kernel.org
4509 W:      http://prism54.org
4510 S:      Maintained
4511 F:      drivers/net/wireless/prism54/
4513 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4514 M:      Peter Denison <promise@pnd-pc.demon.co.uk>
4515 W:      http://www.pnd-pc.demon.co.uk/promise/
4516 S:      Maintained
4518 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4519 M:      Mikael Pettersson <mikpe@it.uu.se>
4520 L:      linux-ide@vger.kernel.org
4521 S:      Maintained
4522 F:      drivers/ata/sata_promise.*
4524 PS3 NETWORK SUPPORT
4525 M:      Geoff Levand <geoff@infradead.org>
4526 L:      netdev@vger.kernel.org
4527 L:      cbe-oss-dev@ozlabs.org
4528 S:      Maintained
4529 F:      drivers/net/ps3_gelic_net.*
4531 PS3 PLATFORM SUPPORT
4532 M:      Geoff Levand <geoff@infradead.org>
4533 L:      linuxppc-dev@ozlabs.org
4534 L:      cbe-oss-dev@ozlabs.org
4535 S:      Maintained
4536 F:      arch/powerpc/boot/ps3*
4537 F:      arch/powerpc/include/asm/lv1call.h
4538 F:      arch/powerpc/include/asm/ps3*.h
4539 F:      arch/powerpc/platforms/ps3/
4540 F:      drivers/*/ps3*
4541 F:      drivers/ps3/
4542 F:      drivers/rtc/rtc-ps3.c
4543 F:      drivers/usb/host/*ps3.c
4544 F:      sound/ppc/snd_ps3*
4546 PS3VRAM DRIVER
4547 M:      Jim Paris <jim@jtan.com>
4548 L:      cbe-oss-dev@ozlabs.org
4549 S:      Maintained
4551 PTRACE SUPPORT
4552 M:      Roland McGrath <roland@redhat.com>
4553 M:      Oleg Nesterov <oleg@redhat.com>
4554 S:      Maintained
4555 F:      include/asm-generic/syscall.h
4556 F:      include/linux/ptrace.h
4557 F:      include/linux/regset.h
4558 F:      include/linux/tracehook.h
4559 F:      kernel/ptrace.c
4561 PVRUSB2 VIDEO4LINUX DRIVER
4562 M:      Mike Isely <isely@pobox.com>
4563 L:      pvrusb2@isely.net       (subscribers-only)
4564 L:      linux-media@vger.kernel.org
4565 W:      http://www.isely.net/pvrusb2/
4566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4567 S:      Maintained
4568 F:      Documentation/video4linux/README.pvrusb2
4569 F:      drivers/media/video/pvrusb2/
4571 PXA2xx/PXA3xx SUPPORT
4572 M:      Eric Miao <eric.y.miao@gmail.com>
4573 M:      Russell King <linux@arm.linux.org.uk>
4574 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4575 S:      Maintained
4576 F:      arch/arm/mach-pxa/
4577 F:      drivers/pcmcia/pxa2xx*
4578 F:      drivers/spi/pxa2xx*
4579 F:      drivers/usb/gadget/pxa2*
4580 F:      include/sound/pxa2xx-lib.h
4581 F:      sound/arm/pxa*
4582 F:      sound/soc/pxa
4584 PXA168 SUPPORT
4585 M:      Eric Miao <eric.y.miao@gmail.com>
4586 M:      Jason Chagas <jason.chagas@marvell.com>
4587 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4589 S:      Maintained
4591 PXA910 SUPPORT
4592 M:      Eric Miao <eric.y.miao@gmail.com>
4593 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4595 S:      Maintained
4597 MMP2 SUPPORT (aka ARMADA610)
4598 M:      Haojian Zhuang <haojian.zhuang@marvell.com>
4599 M:      Eric Miao <eric.y.miao@gmail.com>
4600 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4602 S:      Maintained
4604 PXA MMCI DRIVER
4605 S:      Orphan
4607 PXA RTC DRIVER
4608 M:      Robert Jarzmik <robert.jarzmik@free.fr>
4609 L:      rtc-linux@googlegroups.com
4610 S:      Maintained
4612 QLOGIC QLA2XXX FC-SCSI DRIVER
4613 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
4614 M:      linux-driver@qlogic.com
4615 L:      linux-scsi@vger.kernel.org
4616 S:      Supported
4617 F:      Documentation/scsi/LICENSE.qla2xxx
4618 F:      drivers/scsi/qla2xxx/
4620 QLOGIC QLA4XXX iSCSI DRIVER
4621 M:      Ravi Anand <ravi.anand@qlogic.com>
4622 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
4623 M:      iscsi-driver@qlogic.com
4624 L:      linux-scsi@vger.kernel.org
4625 S:      Supported
4626 F:      drivers/scsi/qla4xxx/
4628 QLOGIC QLA3XXX NETWORK DRIVER
4629 M:      Ron Mercer <ron.mercer@qlogic.com>
4630 M:      linux-driver@qlogic.com
4631 L:      netdev@vger.kernel.org
4632 S:      Supported
4633 F:      Documentation/networking/LICENSE.qla3xxx
4634 F:      drivers/net/qla3xxx.*
4636 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
4637 M:      Amit Kumar Salecha <amit.salecha@qlogic.com>
4638 M:      Anirban Chakraborty <anirban.chakraborty@qlogic.com>
4639 M:      linux-driver@qlogic.com
4640 L:      netdev@vger.kernel.org
4641 S:      Supported
4642 F:      drivers/net/qlcnic/
4644 QLOGIC QLGE 10Gb ETHERNET DRIVER
4645 M:      Ron Mercer <ron.mercer@qlogic.com>
4646 M:      linux-driver@qlogic.com
4647 L:      netdev@vger.kernel.org
4648 S:      Supported
4649 F:      drivers/net/qlge/
4651 QNX4 FILESYSTEM
4652 M:      Anders Larsen <al@alarsen.net>
4653 W:      http://www.alarsen.net/linux/qnx4fs/
4654 S:      Maintained
4655 F:      fs/qnx4/
4656 F:      include/linux/qnx4_fs.h
4657 F:      include/linux/qnxtypes.h
4659 RADEON FRAMEBUFFER DISPLAY DRIVER
4660 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4661 L:      linux-fbdev@vger.kernel.org
4662 S:      Maintained
4663 F:      drivers/video/aty/radeon*
4664 F:      include/linux/radeonfb.h
4666 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4667 M:      Paul Mackerras <paulus@samba.org>
4668 L:      linux-fbdev@vger.kernel.org
4669 S:      Maintained
4670 F:      drivers/video/aty/aty128fb.c
4672 RALINK RT2X00 WIRELESS LAN DRIVER
4673 P:      rt2x00 project
4674 M:      Ivo van Doorn <IvDoorn@gmail.com>
4675 M:      Gertjan van Wingerde <gwingerde@gmail.com>
4676 L:      linux-wireless@vger.kernel.org
4677 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
4678 W:      http://rt2x00.serialmonkey.com/
4679 S:      Maintained
4680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4681 F:      drivers/net/wireless/rt2x00/
4683 RAMDISK RAM BLOCK DEVICE DRIVER
4684 M:      Nick Piggin <npiggin@suse.de>
4685 S:      Maintained
4686 F:      Documentation/blockdev/ramdisk.txt
4687 F:      drivers/block/brd.c
4689 RANDOM NUMBER DRIVER
4690 M:      Matt Mackall <mpm@selenic.com>
4691 S:      Maintained
4692 F:      drivers/char/random.c
4694 RAPIDIO SUBSYSTEM
4695 M:      Matt Porter <mporter@kernel.crashing.org>
4696 S:      Maintained
4697 F:      drivers/rapidio/
4699 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4700 M:      Corey Thomas <coreythomas@charter.net>
4701 L:      linux-wireless@vger.kernel.org
4702 S:      Maintained
4703 F:      drivers/net/wireless/ray*
4705 RCUTORTURE MODULE
4706 M:      Josh Triplett <josh@freedesktop.org>
4707 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4708 S:      Supported
4709 F:      Documentation/RCU/torture.txt
4710 F:      kernel/rcutorture.c
4712 RDC R-321X SoC
4713 M:      Florian Fainelli <florian@openwrt.org>
4714 S:      Maintained
4716 RDC R6040 FAST ETHERNET DRIVER
4717 M:      Florian Fainelli <florian@openwrt.org>
4718 L:      netdev@vger.kernel.org
4719 S:      Maintained
4720 F:      drivers/net/r6040.c
4722 RDS - RELIABLE DATAGRAM SOCKETS
4723 M:      Andy Grover <andy.grover@oracle.com>
4724 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
4725 S:      Supported
4726 F:      net/rds/
4728 READ-COPY UPDATE (RCU)
4729 M:      Dipankar Sarma <dipankar@in.ibm.com>
4730 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4731 W:      http://www.rdrop.com/users/paulmck/rclock/
4732 S:      Supported
4733 F:      Documentation/RCU/
4734 F:      include/linux/rcu*
4735 F:      include/linux/srcu*
4736 F:      kernel/rcu*
4737 F:      kernel/srcu*
4738 X:      kernel/rcutorture.c
4740 REAL TIME CLOCK DRIVER
4741 M:      Paul Gortmaker <p_gortmaker@yahoo.com>
4742 S:      Maintained
4743 F:      Documentation/rtc.txt
4744 F:      drivers/rtc/
4745 F:      include/linux/rtc.h
4747 REAL TIME CLOCK (RTC) SUBSYSTEM
4748 M:      Alessandro Zummo <a.zummo@towertech.it>
4749 L:      rtc-linux@googlegroups.com
4750 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
4751 S:      Maintained
4752 F:      Documentation/rtc.txt
4753 F:      drivers/rtc/
4754 F:      include/linux/rtc.h
4756 REISERFS FILE SYSTEM
4757 L:      reiserfs-devel@vger.kernel.org
4758 S:      Supported
4759 F:      fs/reiserfs/
4761 RFKILL
4762 M:      Johannes Berg <johannes@sipsolutions.net>
4763 L:      linux-wireless@vger.kernel.org
4764 S:      Maintained
4765 F:      Documentation/rfkill.txt
4766 F:      net/rfkill/
4768 RICOH SMARTMEDIA/XD DRIVER
4769 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4770 S:      Maintained
4771 F:      drivers/mtd/nand/r822.c
4772 F:      drivers/mtd/nand/r822.h
4774 RISCOM8 DRIVER
4775 S:      Orphan
4776 F:      Documentation/serial/riscom8.txt
4777 F:      drivers/char/riscom8*
4779 ROCKETPORT DRIVER
4780 P:      Comtrol Corp.
4781 W:      http://www.comtrol.com
4782 S:      Maintained
4783 F:      Documentation/serial/rocket.txt
4784 F:      drivers/char/rocket*
4786 ROSE NETWORK LAYER
4787 M:      Ralf Baechle <ralf@linux-mips.org>
4788 L:      linux-hams@vger.kernel.org
4789 W:      http://www.linux-ax25.org/
4790 S:      Maintained
4791 F:      include/linux/rose.h
4792 F:      include/net/rose.h
4793 F:      net/rose/
4795 RTL8180 WIRELESS DRIVER
4796 M:      "John W. Linville" <linville@tuxdriver.com>
4797 L:      linux-wireless@vger.kernel.org
4798 W:      http://linuxwireless.org/
4799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4800 S:      Maintained
4801 F:      drivers/net/wireless/rtl818x/rtl8180*
4803 RTL8187 WIRELESS DRIVER
4804 M:      Herton Ronaldo Krzesinski <herton@mandriva.com.br>
4805 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
4806 M:      Larry Finger <Larry.Finger@lwfinger.net>
4807 L:      linux-wireless@vger.kernel.org
4808 W:      http://linuxwireless.org/
4809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4810 S:      Maintained
4811 F:      drivers/net/wireless/rtl818x/rtl8187*
4813 S3 SAVAGE FRAMEBUFFER DRIVER
4814 M:      Antonino Daplas <adaplas@gmail.com>
4815 L:      linux-fbdev@vger.kernel.org
4816 S:      Maintained
4817 F:      drivers/video/savage/
4819 S390
4820 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
4821 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
4822 M:      linux390@de.ibm.com
4823 L:      linux-s390@vger.kernel.org
4824 W:      http://www.ibm.com/developerworks/linux/linux390/
4825 S:      Supported
4826 F:      arch/s390/
4827 F:      drivers/s390/
4829 S390 NETWORK DRIVERS
4830 M:      Ursula Braun <ursula.braun@de.ibm.com>
4831 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
4832 M:      linux390@de.ibm.com
4833 L:      linux-s390@vger.kernel.org
4834 W:      http://www.ibm.com/developerworks/linux/linux390/
4835 S:      Supported
4836 F:      drivers/s390/net/
4838 S390 ZCRYPT DRIVER
4839 M:      Felix Beck <felix.beck@de.ibm.com>
4840 M:      Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
4841 M:      linux390@de.ibm.com
4842 L:      linux-s390@vger.kernel.org
4843 W:      http://www.ibm.com/developerworks/linux/linux390/
4844 S:      Supported
4845 F:      drivers/s390/crypto/
4847 S390 ZFCP DRIVER
4848 M:      Christof Schmitt <christof.schmitt@de.ibm.com>
4849 M:      Swen Schillig <swen@vnet.ibm.com>
4850 M:      linux390@de.ibm.com
4851 L:      linux-s390@vger.kernel.org
4852 W:      http://www.ibm.com/developerworks/linux/linux390/
4853 S:      Supported
4854 F:      drivers/s390/scsi/zfcp_*
4856 S390 IUCV NETWORK LAYER
4857 M:      Ursula Braun <ursula.braun@de.ibm.com>
4858 M:      linux390@de.ibm.com
4859 L:      linux-s390@vger.kernel.org
4860 W:      http://www.ibm.com/developerworks/linux/linux390/
4861 S:      Supported
4862 F:      drivers/s390/net/*iucv*
4863 F:      include/net/iucv/
4864 F:      net/iucv/
4866 S3C24XX SD/MMC Driver
4867 M:      Ben Dooks <ben-linux@fluff.org>
4868 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4869 S:      Supported
4870 F:      drivers/mmc/host/s3cmci.*
4872 SAA7146 VIDEO4LINUX-2 DRIVER
4873 M:      Michael Hunold <michael@mihu.de>
4874 L:      linux-media@vger.kernel.org
4875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4876 W:      http://www.mihu.de/linux/saa7146
4877 S:      Maintained
4878 F:      drivers/media/common/saa7146*
4879 F:      drivers/media/video/*7146*
4880 F:      include/media/*7146*
4882 TLG2300 VIDEO4LINUX-2 DRIVER
4883 M:      Huang Shijie <shijie8@gmail.com>
4884 M:      Kang Yong <kangyong@telegent.com>
4885 M:      Zhang Xiaobing <xbzhang@telegent.com>
4886 S:      Supported
4887 F:      drivers/media/video/tlg2300
4889 SC1200 WDT DRIVER
4890 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
4891 S:      Maintained
4892 F:      drivers/watchdog/sc1200wdt.c
4894 SCHEDULER
4895 M:      Ingo Molnar <mingo@elte.hu>
4896 M:      Peter Zijlstra <peterz@infradead.org>
4897 S:      Maintained
4898 F:      kernel/sched*
4899 F:      include/linux/sched.h
4901 SCORE ARCHITECTURE
4902 M:      Chen Liqin <liqin.chen@sunplusct.com>
4903 M:      Lennox Wu <lennox.wu@gmail.com>
4904 W:      http://www.sunplusct.com
4905 S:      Supported
4906 F:      arch/score/
4908 SCSI CDROM DRIVER
4909 M:      Jens Axboe <axboe@kernel.dk>
4910 L:      linux-scsi@vger.kernel.org
4911 W:      http://www.kernel.dk
4912 S:      Maintained
4913 F:      drivers/scsi/sr*
4915 SCSI SG DRIVER
4916 M:      Doug Gilbert <dgilbert@interlog.com>
4917 L:      linux-scsi@vger.kernel.org
4918 W:      http://www.torque.net/sg
4919 S:      Maintained
4920 F:      drivers/scsi/sg.c
4921 F:      include/scsi/sg.h
4923 SCSI SUBSYSTEM
4924 M:      "James E.J. Bottomley" <James.Bottomley@suse.de>
4925 L:      linux-scsi@vger.kernel.org
4926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4929 S:      Maintained
4930 F:      drivers/scsi/
4931 F:      include/scsi/
4933 SCSI TAPE DRIVER
4934 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
4935 L:      linux-scsi@vger.kernel.org
4936 S:      Maintained
4937 F:      Documentation/scsi/st.txt
4938 F:      drivers/scsi/st*
4940 SCTP PROTOCOL
4941 M:      Vlad Yasevich <vladislav.yasevich@hp.com>
4942 M:      Sridhar Samudrala <sri@us.ibm.com>
4943 L:      linux-sctp@vger.kernel.org
4944 W:      http://lksctp.sourceforge.net
4945 S:      Supported
4946 F:      Documentation/networking/sctp.txt
4947 F:      include/linux/sctp.h
4948 F:      include/net/sctp/
4949 F:      net/sctp/
4951 SCx200 CPU SUPPORT
4952 M:      Jim Cromie <jim.cromie@gmail.com>
4953 S:      Odd Fixes
4954 F:      Documentation/i2c/busses/scx200_acb
4955 F:      arch/x86/kernel/scx200_32.c
4956 F:      drivers/watchdog/scx200_wdt.c
4957 F:      drivers/i2c/busses/scx200*
4958 F:      drivers/mtd/maps/scx200_docflash.c
4959 F:      include/linux/scx200.h
4961 SCx200 GPIO DRIVER
4962 M:      Jim Cromie <jim.cromie@gmail.com>
4963 S:      Maintained
4964 F:      drivers/char/scx200_gpio.c
4965 F:      include/linux/scx200_gpio.h
4967 SCx200 HRT CLOCKSOURCE DRIVER
4968 M:      Jim Cromie <jim.cromie@gmail.com>
4969 S:      Maintained
4970 F:      drivers/clocksource/scx200_hrt.c
4972 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4973 M:      Sascha Sommer <saschasommer@freenet.de>
4974 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4975 S:      Maintained
4976 F:      drivers/mmc/host/sdricoh_cs.c
4978 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4979 S:      Orphan
4980 L:      linux-mmc@vger.kernel.org
4981 F:      drivers/mmc/host/sdhci.*
4983 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4984 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
4985 L:      linuxppc-dev@ozlabs.org
4986 L:      linux-mmc@vger.kernel.org
4987 S:      Maintained
4988 F:      drivers/mmc/host/sdhci-of.*
4990 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4991 M:      Ben Dooks <ben-linux@fluff.org>
4992 L:      linux-mmc@vger.kernel.org
4993 S:      Maintained
4994 F:      drivers/mmc/host/sdhci-s3c.c
4996 SECURITY SUBSYSTEM
4997 M:      James Morris <jmorris@namei.org>
4998 L:      linux-security-module@vger.kernel.org (suggested Cc:)
4999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5000 W:      http://security.wiki.kernel.org/
5001 S:      Supported
5002 F:      security/
5004 SECURITY CONTACT
5005 M:      Security Officers <security@kernel.org>
5006 S:      Supported
5008 SELINUX SECURITY MODULE
5009 M:      Stephen Smalley <sds@tycho.nsa.gov>
5010 M:      James Morris <jmorris@namei.org>
5011 M:      Eric Paris <eparis@parisplace.org>
5012 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
5013 W:      http://selinuxproject.org
5014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5015 S:      Supported
5016 F:      include/linux/selinux*
5017 F:      security/selinux/
5019 SENSABLE PHANTOM
5020 M:      Jiri Slaby <jirislaby@gmail.com>
5021 S:      Maintained
5022 F:      drivers/misc/phantom.c
5023 F:      include/linux/phantom.h
5025 SERIAL ATA (SATA) SUBSYSTEM
5026 M:      Jeff Garzik <jgarzik@pobox.com>
5027 L:      linux-ide@vger.kernel.org
5028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5029 S:      Supported
5030 F:      drivers/ata/
5031 F:      include/linux/ata.h
5032 F:      include/linux/libata.h
5034 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5035 M:      Jayamohan Kallickal <jayamohank@serverengines.com>
5036 L:      linux-scsi@vger.kernel.org
5037 W:      http://www.serverengines.com
5038 S:      Supported
5039 F:      drivers/scsi/be2iscsi/
5041 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5042 M:      Sathya Perla <sathyap@serverengines.com>
5043 M:      Subbu Seetharaman <subbus@serverengines.com>
5044 M:      Sarveshwar Bandi <sarveshwarb@serverengines.com>
5045 M:      Ajit Khaparde <ajitk@serverengines.com>
5046 L:      netdev@vger.kernel.org
5047 W:      http://www.serverengines.com
5048 S:      Supported
5049 F:      drivers/net/benet/
5051 SFC NETWORK DRIVER
5052 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5053 M:      Steve Hodgson <shodgson@solarflare.com>
5054 M:      Ben Hutchings <bhutchings@solarflare.com>
5055 L:      netdev@vger.kernel.org
5056 S:      Supported
5057 F:      drivers/net/sfc/
5059 SGI GRU DRIVER
5060 M:      Jack Steiner <steiner@sgi.com>
5061 S:      Maintained
5062 F:      drivers/misc/sgi-gru/
5064 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5065 M:      Pat Gefre <pfg@sgi.com>
5066 L:      linux-ia64@vger.kernel.org
5067 S:      Supported
5068 F:      Documentation/ia64/serial.txt
5069 F:      drivers/serial/ioc?_serial.c
5070 F:      include/linux/ioc?.h
5072 SGI VISUAL WORKSTATION 320 AND 540
5073 M:      Andrey Panin <pazke@donpac.ru>
5074 L:      linux-visws-devel@lists.sf.net
5075 W:      http://linux-visws.sf.net
5076 S:      Maintained for 2.6.
5077 F:      Documentation/sgi-visws.txt
5079 SGI XP/XPC/XPNET DRIVER
5080 M:      Robin Holt <holt@sgi.com>
5081 S:      Maintained
5082 F:      drivers/misc/sgi-xp/
5084 SHARP LH SUPPORT (LH7952X & LH7A40X)
5085 M:      Marc Singer <elf@buici.com>
5086 W:      http://projects.buici.com/arm
5087 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5088 S:      Maintained
5089 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5090 F:      arch/arm/mach-lh7a40x/
5091 F:      drivers/serial/serial_lh7a40x.c
5092 F:      drivers/usb/gadget/lh7a40*
5093 F:      drivers/usb/host/ohci-lh7a40*
5095 SIMPLE FIRMWARE INTERFACE (SFI)
5096 M:      Len Brown <lenb@kernel.org>
5097 L:      sfi-devel@simplefirmware.org
5098 W:      http://simplefirmware.org/
5099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5100 S:      Supported
5101 F:      arch/x86/kernel/*sfi*
5102 F:      drivers/sfi/
5103 F:      include/linux/sfi*.h
5105 SIMTEC EB110ATX (Chalice CATS)
5106 P:      Ben Dooks
5107 M:      Vincent Sanders <support@simtec.co.uk>
5108 W:      http://www.simtec.co.uk/products/EB110ATX/
5109 S:      Supported
5111 SIMTEC EB2410ITX (BAST)
5112 P:      Ben Dooks
5113 M:      Vincent Sanders <support@simtec.co.uk>
5114 W:      http://www.simtec.co.uk/products/EB2410ITX/
5115 S:      Supported
5116 F:      arch/arm/mach-s3c2410/
5117 F:      drivers/*/*s3c2410*
5118 F:      drivers/*/*/*s3c2410*
5120 TI DAVINCI MACHINE SUPPORT
5121 P:      Kevin Hilman
5122 M:      davinci-linux-open-source@linux.davincidsp.com
5123 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
5124 S:      Supported
5125 F:      arch/arm/mach-davinci
5127 SIS 190 ETHERNET DRIVER
5128 M:      Francois Romieu <romieu@fr.zoreil.com>
5129 L:      netdev@vger.kernel.org
5130 S:      Maintained
5131 F:      drivers/net/sis190.c
5133 SIS 900/7016 FAST ETHERNET DRIVER
5134 M:      Daniele Venzano <venza@brownhat.org>
5135 W:      http://www.brownhat.org/sis900.html
5136 L:      netdev@vger.kernel.org
5137 S:      Maintained
5138 F:      drivers/net/sis900.*
5140 SIS 96X I2C/SMBUS DRIVER
5141 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
5142 L:      linux-i2c@vger.kernel.org
5143 S:      Maintained
5144 F:      Documentation/i2c/busses/i2c-sis96x
5145 F:      drivers/i2c/busses/i2c-sis96x.c
5147 SIS FRAMEBUFFER DRIVER
5148 M:      Thomas Winischhofer <thomas@winischhofer.net>
5149 W:      http://www.winischhofer.net/linuxsisvga.shtml
5150 S:      Maintained
5151 F:      Documentation/fb/sisfb.txt
5152 F:      drivers/video/sis/
5153 F:      include/video/sisfb.h
5155 SIS USB2VGA DRIVER
5156 M:      Thomas Winischhofer <thomas@winischhofer.net>
5157 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5158 S:      Maintained
5159 F:      drivers/usb/misc/sisusbvga/
5161 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5162 M:      Stephen Hemminger <shemminger@linux-foundation.org>
5163 L:      netdev@vger.kernel.org
5164 S:      Maintained
5165 F:      drivers/net/skge.*
5166 F:      drivers/net/sky2.*
5168 SLAB ALLOCATOR
5169 M:      Christoph Lameter <cl@linux-foundation.org>
5170 M:      Pekka Enberg <penberg@cs.helsinki.fi>
5171 M:      Matt Mackall <mpm@selenic.com>
5172 L:      linux-mm@kvack.org
5173 S:      Maintained
5174 F:      include/linux/sl?b*.h
5175 F:      mm/sl?b.c
5177 SMC91x ETHERNET DRIVER
5178 M:      Nicolas Pitre <nico@fluxnic.net>
5179 S:      Odd Fixes
5180 F:      drivers/net/smc91x.*
5182 SMSC47B397 HARDWARE MONITOR DRIVER
5183 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
5184 L:      lm-sensors@lm-sensors.org
5185 S:      Maintained
5186 F:      Documentation/hwmon/smsc47b397
5187 F:      drivers/hwmon/smsc47b397.c
5189 SMSC911x ETHERNET DRIVER
5190 M:      Steve Glendinning <steve.glendinning@smsc.com>
5191 L:      netdev@vger.kernel.org
5192 S:      Supported
5193 F:      include/linux/smsc911x.h
5194 F:      drivers/net/smsc911x.*
5196 SMSC9420 PCI ETHERNET DRIVER
5197 M:      Steve Glendinning <steve.glendinning@smsc.com>
5198 L:      netdev@vger.kernel.org
5199 S:      Supported
5200 F:      drivers/net/smsc9420.*
5202 SMX UIO Interface
5203 M:      Ben Nizette <bn@niasdigital.com>
5204 S:      Maintained
5205 F:      drivers/uio/uio_smx.c
5207 SN-IA64 (Itanium) SUB-PLATFORM
5208 M:      Jes Sorensen <jes@sgi.com>
5209 L:      linux-altix@sgi.com
5210 L:      linux-ia64@vger.kernel.org
5211 W:      http://www.sgi.com/altix
5212 S:      Maintained
5213 F:      arch/ia64/sn/
5215 SOC-CAMERA V4L2 SUBSYSTEM
5216 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5217 L:      linux-media@vger.kernel.org
5218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5219 S:      Maintained
5220 F:      include/media/v4l2*
5221 F:      drivers/media/video/v4l2*
5223 SOEKRIS NET48XX LED SUPPORT
5224 M:      Chris Boot <bootc@bootc.net>
5225 S:      Maintained
5226 F:      drivers/leds/leds-net48xx.c
5228 SOFTWARE RAID (Multiple Disks) SUPPORT
5229 M:      Neil Brown <neilb@suse.de>
5230 L:      linux-raid@vger.kernel.org
5231 S:      Supported
5232 F:      drivers/md/
5233 F:      include/linux/raid/
5235 SONIC NETWORK DRIVER
5236 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5237 L:      netdev@vger.kernel.org
5238 S:      Maintained
5239 F:      drivers/net/sonic.*
5241 SONICS SILICON BACKPLANE DRIVER (SSB)
5242 M:      Michael Buesch <mb@bu3sch.de>
5243 L:      netdev@vger.kernel.org
5244 S:      Maintained
5245 F:      drivers/ssb/
5246 F:      include/linux/ssb/
5248 SONY VAIO CONTROL DEVICE DRIVER
5249 M:      Mattia Dongili <malattia@linux.it>
5250 L:      platform-driver-x86@vger.kernel.org
5251 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5252 S:      Maintained
5253 F:      Documentation/laptops/sony-laptop.txt
5254 F:      drivers/char/sonypi.c
5255 F:      drivers/platform/x86/sony-laptop.c
5256 F:      include/linux/sony-laptop.h
5258 SONY MEMORYSTICK CARD SUPPORT
5259 M:      Alex Dubov <oakad@yahoo.com>
5260 W:      http://tifmxx.berlios.de/
5261 S:      Maintained
5262 F:      drivers/memstick/host/tifm_ms.c
5264 SOUND
5265 M:      Jaroslav Kysela <perex@perex.cz>
5266 M:      Takashi Iwai <tiwai@suse.de>
5267 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5268 W:      http://www.alsa-project.org/
5269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5270 T:      git git://git.alsa-project.org/alsa-kernel.git
5271 S:      Maintained
5272 F:      Documentation/sound/
5273 F:      include/sound/
5274 F:      sound/
5276 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5277 M:      Liam Girdwood <lrg@slimlogic.co.uk>
5278 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5280 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5281 W:      http://alsa-project.org/main/index.php/ASoC
5282 S:      Supported
5283 F:      sound/soc/
5284 F:      include/sound/soc*
5286 SPARC + UltraSPARC (sparc/sparc64)
5287 M:      "David S. Miller" <davem@davemloft.net>
5288 L:      sparclinux@vger.kernel.org
5289 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
5290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5292 S:      Maintained
5293 F:      arch/sparc/
5295 SPARC SERIAL DRIVERS
5296 M:      "David S. Miller" <davem@davemloft.net>
5297 L:      sparclinux@vger.kernel.org
5298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5300 S:      Maintained
5301 F:      drivers/serial/suncore.c
5302 F:      drivers/serial/suncore.h
5303 F:      drivers/serial/sunhv.c
5304 F:      drivers/serial/sunsab.c
5305 F:      drivers/serial/sunsab.h
5306 F:      drivers/serial/sunsu.c
5307 F:      drivers/serial/sunzilog.c
5308 F:      drivers/serial/sunzilog.h
5310 SPEAR PLATFORM SUPPORT
5311 M:      Viresh Kumar <viresh.kumar@st.com>
5312 W:      http://www.st.com/spear
5313 S:      Maintained
5314 F:      arch/arm/plat-spear/
5316 SPEAR3XX MACHINE SUPPORT
5317 M:      Viresh Kumar <viresh.kumar@st.com>
5318 W:      http://www.st.com/spear
5319 S:      Maintained
5320 F:      arch/arm/mach-spear3xx/
5322 SPEAR6XX MACHINE SUPPORT
5323 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
5324 W:      http://www.st.com/spear
5325 S:      Maintained
5326 F:      arch/arm/mach-spear6xx/
5328 SPEAR CLOCK FRAMEWORK SUPPORT
5329 M:      Viresh Kumar <viresh.kumar@st.com>
5330 W:      http://www.st.com/spear
5331 S:      Maintained
5332 F:      arch/arm/mach-spear*/clock.c
5333 F:      arch/arm/mach-spear*/include/mach/clkdev.h
5334 F:      arch/arm/plat-spear/clock.c
5335 F:      arch/arm/plat-spear/include/plat/clock.h and clkdev.h
5337 SPEAR PAD MULTIPLEXING SUPPORT
5338 M:      Viresh Kumar <viresh.kumar@st.com>
5339 W:      http://www.st.com/spear
5340 S:      Maintained
5341 F:      arch/arm/plat-spear/include/plat/padmux.h
5342 F:      arch/arm/plat-spear/padmux.c
5343 F:      arch/arm/mach-spear*/spear*xx.c
5344 F:      arch/arm/mach-spear*/include/mach/generic.h
5345 F:      arch/arm/mach-spear3xx/spear3*0.c
5346 F:      arch/arm/mach-spear3xx/spear3*0_evb.c
5347 F:      arch/arm/mach-spear6xx/spear600.c
5348 F:      arch/arm/mach-spear6xx/spear600_evb.c
5350 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5351 M:      Roger Wolff <R.E.Wolff@BitWizard.nl>
5352 S:      Supported
5353 F:      Documentation/serial/specialix.txt
5354 F:      drivers/char/specialix*
5356 SPI SUBSYSTEM
5357 M:      David Brownell <dbrownell@users.sourceforge.net>
5358 M:      Grant Likely <grant.likely@secretlab.ca>
5359 L:      spi-devel-general@lists.sourceforge.net
5360 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
5361 S:      Maintained
5362 F:      Documentation/spi/
5363 F:      drivers/spi/
5364 F:      include/linux/spi/
5366 SPIDERNET NETWORK DRIVER for CELL
5367 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5368 M:      Jens Osterkamp <jens@de.ibm.com>
5369 L:      netdev@vger.kernel.org
5370 S:      Supported
5371 F:      Documentation/networking/spider_net.txt
5372 F:      drivers/net/spider_net*
5374 SPU FILE SYSTEM
5375 M:      Jeremy Kerr <jk@ozlabs.org>
5376 L:      linuxppc-dev@ozlabs.org
5377 L:      cbe-oss-dev@ozlabs.org
5378 W:      http://www.ibm.com/developerworks/power/cell/
5379 S:      Supported
5380 F:      Documentation/filesystems/spufs.txt
5381 F:      arch/powerpc/platforms/cell/spufs/
5383 SQUASHFS FILE SYSTEM
5384 M:      Phillip Lougher <phillip@lougher.demon.co.uk>
5385 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
5386 W:      http://squashfs.org.uk
5387 S:      Maintained
5388 F:      Documentation/filesystems/squashfs.txt
5389 F:      fs/squashfs/
5391 SRM (Alpha) environment access
5392 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
5393 S:      Maintained
5394 F:      arch/alpha/kernel/srm_env.c
5396 STABLE BRANCH
5397 M:      Greg Kroah-Hartman <greg@kroah.com>
5398 M:      Chris Wright <chrisw@sous-sol.org>
5399 L:      stable@kernel.org
5400 S:      Maintained
5402 STAGING SUBSYSTEM
5403 M:      Greg Kroah-Hartman <gregkh@suse.de>
5404 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5405 L:      devel@driverdev.osuosl.org
5406 S:      Maintained
5407 F:      drivers/staging/
5409 STARFIRE/DURALAN NETWORK DRIVER
5410 M:      Ion Badulescu <ionut@badula.org>
5411 S:      Odd Fixes
5412 F:      drivers/net/starfire*
5414 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5415 S:      Orphan
5416 F:      drivers/staging/strip/strip.c
5417 F:      include/linux/if_strip.h
5419 STRADIS MPEG-2 DECODER DRIVER
5420 M:      Nathan Laredo <laredo@gnu.org>
5421 W:      http://www.stradis.com/
5422 S:      Maintained
5423 F:      drivers/media/video/stradis.c
5425 SUN3/3X
5426 M:      Sam Creasey <sammy@sammy.net>
5427 W:      http://sammy.net/sun3/
5428 S:      Maintained
5429 F:      arch/m68k/kernel/*sun3*
5430 F:      arch/m68k/sun3*/
5431 F:      arch/m68k/include/asm/sun3*
5433 SUPERH
5434 M:      Paul Mundt <lethal@linux-sh.org>
5435 L:      linux-sh@vger.kernel.org
5436 W:      http://www.linux-sh.org
5437 Q:      http://patchwork.kernel.org/project/linux-sh/list/
5438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5439 S:      Supported
5440 F:      Documentation/sh/
5441 F:      arch/sh/
5442 F:      drivers/sh/
5444 SUSPEND TO RAM
5445 M:      Len Brown <len.brown@intel.com>
5446 M:      Pavel Machek <pavel@ucw.cz>
5447 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
5448 L:      linux-pm@lists.linux-foundation.org
5449 S:      Supported
5450 F:      Documentation/power/
5451 F:      arch/x86/kernel/acpi/
5452 F:      drivers/base/power/
5453 F:      kernel/power/
5454 F:      include/linux/suspend.h
5455 F:      include/linux/freezer.h
5456 F:      include/linux/pm.h
5458 SVGA HANDLING
5459 M:      Martin Mares <mj@ucw.cz>
5460 L:      linux-video@atrey.karlin.mff.cuni.cz
5461 S:      Maintained
5462 F:      Documentation/svga.txt
5463 F:      arch/x86/boot/video*
5465 SYSV FILESYSTEM
5466 M:      Christoph Hellwig <hch@infradead.org>
5467 S:      Maintained
5468 F:      Documentation/filesystems/sysv-fs.txt
5469 F:      fs/sysv/
5470 F:      include/linux/sysv_fs.h
5472 TASKSTATS STATISTICS INTERFACE
5473 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
5474 S:      Maintained
5475 F:      Documentation/accounting/taskstats*
5476 F:      include/linux/taskstats*
5477 F:      kernel/taskstats.c
5479 TC CLASSIFIER
5480 M:      Jamal Hadi Salim <hadi@cyberus.ca>
5481 L:      netdev@vger.kernel.org
5482 S:      Maintained
5483 F:      include/linux/pkt_cls.h
5484 F:      include/net/pkt_cls.h
5485 F:      net/sched/
5487 TCP LOW PRIORITY MODULE
5488 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5489 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5490 W:      http://tcp-lp-mod.sourceforge.net/
5491 S:      Maintained
5492 F:      net/ipv4/tcp_lp.c
5494 TEHUTI ETHERNET DRIVER
5495 M:      Alexander Indenbaum <baum@tehutinetworks.net>
5496 M:      Andy Gospodarek <andy@greyhouse.net>
5497 L:      netdev@vger.kernel.org
5498 S:      Supported
5499 F:      drivers/net/tehuti*
5501 Telecom Clock Driver for MCPL0010
5502 M:      Mark Gross <mark.gross@intel.com>
5503 S:      Supported
5504 F:      drivers/char/tlclk.c
5506 TENSILICA XTENSA PORT (xtensa)
5507 M:      Chris Zankel <chris@zankel.net>
5508 S:      Maintained
5509 F:      arch/xtensa/
5511 THINKPAD ACPI EXTRAS DRIVER
5512 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5513 L:      ibm-acpi-devel@lists.sourceforge.net
5514 L:      platform-driver-x86@vger.kernel.org
5515 W:      http://ibm-acpi.sourceforge.net
5516 W:      http://thinkwiki.org/wiki/Ibm-acpi
5517 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5518 S:      Maintained
5519 F:      drivers/platform/x86/thinkpad_acpi.c
5521 TI FLASH MEDIA INTERFACE DRIVER
5522 M:      Alex Dubov <oakad@yahoo.com>
5523 S:      Maintained
5524 F:      drivers/misc/tifm*
5525 F:      drivers/mmc/host/tifm_sd.c
5526 F:      include/linux/tifm.h
5528 TI TWL4030 SERIES SOC CODEC DRIVER
5529 M:      Peter Ujfalusi <peter.ujfalusi@nokia.com>
5530 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5531 S:      Maintained
5532 F:      sound/soc/codecs/twl4030*
5534 TIPC NETWORK LAYER
5535 M:      Jon Maloy <jon.maloy@ericsson.com>
5536 M:      Allan Stephens <allan.stephens@windriver.com>
5537 L:      tipc-discussion@lists.sourceforge.net
5538 W:      http://tipc.sourceforge.net/
5539 W:      http://tipc.cslab.ericsson.net/
5540 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5541 S:      Maintained
5542 F:      include/linux/tipc*.h
5543 F:      include/net/tipc/
5544 F:      net/tipc/
5546 TLAN NETWORK DRIVER
5547 M:      Samuel Chessman <chessman@tux.org>
5548 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
5549 W:      http://sourceforge.net/projects/tlan/
5550 S:      Maintained
5551 F:      Documentation/networking/tlan.txt
5552 F:      drivers/net/tlan.*
5554 TOMOYO SECURITY MODULE
5555 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
5556 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
5557 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5558 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5559 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5560 W:      http://tomoyo.sourceforge.jp/
5561 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5562 S:      Maintained
5563 F:      security/tomoyo/
5565 TOPSTAR LAPTOP EXTRAS DRIVER
5566 M:      Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5567 L:      platform-driver-x86@vger.kernel.org
5568 S:      Maintained
5569 F:      drivers/platform/x86/topstar-laptop.c
5571 TOSHIBA ACPI EXTRAS DRIVER
5572 L:      platform-driver-x86@vger.kernel.org
5573 S:      Orphan
5574 F:      drivers/platform/x86/toshiba_acpi.c
5576 TOSHIBA SMM DRIVER
5577 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
5578 L:      tlinux-users@tce.toshiba-dme.co.jp
5579 W:      http://www.buzzard.org.uk/toshiba/
5580 S:      Maintained
5581 F:      drivers/char/toshiba.c
5582 F:      include/linux/toshiba.h
5584 TMIO MMC DRIVER
5585 M:      Ian Molton <ian@mnementh.co.uk>
5586 S:      Maintained
5587 F:      drivers/mmc/host/tmio_mmc.*
5589 TMPFS (SHMEM FILESYSTEM)
5590 M:      Hugh Dickins <hughd@google.com>
5591 L:      linux-mm@kvack.org
5592 S:      Maintained
5593 F:      include/linux/shmem_fs.h
5594 F:      mm/shmem.c
5596 TPM DEVICE DRIVER
5597 M:      Debora Velarde <debora@linux.vnet.ibm.com>
5598 M:      Rajiv Andrade <srajiv@linux.vnet.ibm.com>
5599 W:      http://tpmdd.sourceforge.net
5600 M:      Marcel Selhorst <m.selhorst@sirrix.com>
5601 W:      http://www.sirrix.com
5602 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5603 S:      Maintained
5604 F:      drivers/char/tpm/
5606 TRACING
5607 M:      Steven Rostedt <rostedt@goodmis.org>
5608 M:      Frederic Weisbecker <fweisbec@gmail.com>
5609 M:      Ingo Molnar <mingo@redhat.com>
5610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
5611 S:      Maintained
5612 F:      Documentation/trace/ftrace.txt
5613 F:      arch/*/*/*/ftrace.h
5614 F:      arch/*/kernel/ftrace.c
5615 F:      include/*/ftrace.h
5616 F:      include/linux/trace*.h
5617 F:      include/trace/
5618 F:      kernel/trace/
5620 TRIVIAL PATCHES
5621 M:      Jiri Kosina <trivial@kernel.org>
5622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5623 S:      Maintained
5625 TTY LAYER
5626 M:      Greg Kroah-Hartman <gregkh@suse.de>
5627 S:      Maintained
5628 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5629 F:      drivers/char/tty_*
5630 F:      drivers/serial/serial_core.c
5631 F:      include/linux/serial_core.h
5632 F:      include/linux/serial.h
5633 F:      include/linux/tty.h
5635 TULIP NETWORK DRIVERS
5636 M:      Grant Grundler <grundler@parisc-linux.org>
5637 M:      Kyle McMartin <kyle@mcmartin.ca>
5638 L:      netdev@vger.kernel.org
5639 S:      Maintained
5640 F:      drivers/net/tulip/
5642 TUN/TAP driver
5643 M:      Maxim Krasnyansky <maxk@qualcomm.com>
5644 L:      vtun@office.satix.net
5645 W:      http://vtun.sourceforge.net/tun
5646 S:      Maintained
5647 F:      Documentation/networking/tuntap.txt
5648 F:      arch/um/os-Linux/drivers/
5650 TURBOCHANNEL SUBSYSTEM
5651 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
5652 S:      Maintained
5653 F:      drivers/tc/
5654 F:      include/linux/tc.h
5656 U14-34F SCSI DRIVER
5657 M:      Dario Ballabio <ballabio_dario@emc.com>
5658 L:      linux-scsi@vger.kernel.org
5659 S:      Maintained
5660 F:      drivers/scsi/u14-34f.c
5662 UBI FILE SYSTEM (UBIFS)
5663 M:      Artem Bityutskiy <dedekind1@gmail.com>
5664 M:      Adrian Hunter <adrian.hunter@nokia.com>
5665 L:      linux-mtd@lists.infradead.org
5666 T:      git git://git.infradead.org/ubifs-2.6.git
5667 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
5668 S:      Maintained
5669 F:      Documentation/filesystems/ubifs.txt
5670 F:      fs/ubifs/
5672 UCLINUX (AND M68KNOMMU)
5673 M:      Greg Ungerer <gerg@uclinux.org>
5674 W:      http://www.uclinux.org/
5675 L:      uclinux-dev@uclinux.org  (subscribers-only)
5676 S:      Maintained
5677 F:      arch/m68knommu/
5679 UCLINUX FOR RENESAS H8/300 (H8300)
5680 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5681 W:      http://uclinux-h8.sourceforge.jp/
5682 S:      Supported
5684 UDF FILESYSTEM
5685 M:      Jan Kara <jack@suse.cz>
5686 W:      http://linux-udf.sourceforge.net
5687 S:      Maintained
5688 F:      Documentation/filesystems/udf.txt
5689 F:      fs/udf/
5691 UFS FILESYSTEM
5692 M:      Evgeniy Dushistov <dushistov@mail.ru>
5693 S:      Maintained
5694 F:      Documentation/filesystems/ufs.txt
5695 F:      fs/ufs/
5697 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5698 M:      David Vrabel <david.vrabel@csr.com>
5699 L:      linux-usb@vger.kernel.org
5700 S:      Supported
5701 F:      drivers/uwb/
5702 X:      drivers/uwb/wlp/
5703 X:      drivers/uwb/i1480/i1480u-wlp/
5704 X:      drivers/uwb/i1480/i1480-wlp.h
5705 F:      include/linux/uwb.h
5706 F:      include/linux/uwb/
5708 UNIFDEF
5709 M:      Tony Finch <dot@dotat.at>
5710 W:      http://dotat.at/prog/unifdef
5711 S:      Maintained
5712 F:      scripts/unifdef.c
5714 UNIFORM CDROM DRIVER
5715 M:      Jens Axboe <axboe@kernel.dk>
5716 W:      http://www.kernel.dk
5717 S:      Maintained
5718 F:      Documentation/cdrom/
5719 F:      drivers/cdrom/cdrom.c
5720 F:      include/linux/cdrom.h
5722 UNSORTED BLOCK IMAGES (UBI)
5723 M:      Artem Bityutskiy <dedekind1@gmail.com>
5724 W:      http://www.linux-mtd.infradead.org/
5725 L:      linux-mtd@lists.infradead.org
5726 T:      git git://git.infradead.org/ubi-2.6.git
5727 S:      Maintained
5728 F:      drivers/mtd/ubi/
5729 F:      include/linux/mtd/ubi.h
5730 F:      include/mtd/ubi-user.h
5732 USB ACM DRIVER
5733 M:      Oliver Neukum <oliver@neukum.name>
5734 L:      linux-usb@vger.kernel.org
5735 S:      Maintained
5736 F:      Documentation/usb/acm.txt
5737 F:      drivers/usb/class/cdc-acm.*
5739 USB BLOCK DRIVER (UB ub)
5740 M:      Pete Zaitcev <zaitcev@redhat.com>
5741 L:      linux-usb@vger.kernel.org
5742 S:      Supported
5743 F:      drivers/block/ub.c
5745 USB CDC ETHERNET DRIVER
5746 M:      Oliver Neukum <oliver@neukum.name>
5747 L:      linux-usb@vger.kernel.org
5748 S:      Maintained
5749 F:      drivers/net/usb/cdc_*.c
5750 F:      include/linux/usb/cdc.h
5752 USB CYPRESS C67X00 DRIVER
5753 M:      Peter Korsgaard <jacmet@sunsite.dk>
5754 L:      linux-usb@vger.kernel.org
5755 S:      Maintained
5756 F:      drivers/usb/c67x00/
5758 USB DAVICOM DM9601 DRIVER
5759 M:      Peter Korsgaard <jacmet@sunsite.dk>
5760 L:      netdev@vger.kernel.org
5761 W:      http://www.linux-usb.org/usbnet
5762 S:      Maintained
5763 F:      drivers/net/usb/dm9601.c
5765 USB DIAMOND RIO500 DRIVER
5766 M:      Cesar Miquel <miquel@df.uba.ar>
5767 L:      rio500-users@lists.sourceforge.net
5768 W:      http://rio500.sourceforge.net
5769 S:      Maintained
5770 F:      drivers/usb/misc/rio500*
5772 USB EHCI DRIVER
5773 M:      David Brownell <dbrownell@users.sourceforge.net>
5774 L:      linux-usb@vger.kernel.org
5775 S:      Odd Fixes
5776 F:      Documentation/usb/ehci.txt
5777 F:      drivers/usb/host/ehci*
5779 USB ET61X[12]51 DRIVER
5780 M:      Luca Risolia <luca.risolia@studio.unibo.it>
5781 L:      linux-usb@vger.kernel.org
5782 L:      linux-media@vger.kernel.org
5783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5784 W:      http://www.linux-projects.org
5785 S:      Maintained
5786 F:      drivers/media/video/et61x251/
5788 USB GADGET/PERIPHERAL SUBSYSTEM
5789 M:      David Brownell <dbrownell@users.sourceforge.net>
5790 L:      linux-usb@vger.kernel.org
5791 W:      http://www.linux-usb.org/gadget
5792 S:      Maintained
5793 F:      drivers/usb/gadget/
5794 F:      include/linux/usb/gadget*
5796 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5797 M:      Jiri Kosina <jkosina@suse.cz>
5798 L:      linux-usb@vger.kernel.org
5799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5800 S:      Maintained
5801 F:      Documentation/usb/hiddev.txt
5802 F:      drivers/hid/usbhid/
5804 USB ISP116X DRIVER
5805 M:      Olav Kongas <ok@artecdesign.ee>
5806 L:      linux-usb@vger.kernel.org
5807 S:      Maintained
5808 F:      drivers/usb/host/isp116x*
5809 F:      include/linux/usb/isp116x.h
5811 USB KAWASAKI LSI DRIVER
5812 M:      Oliver Neukum <oliver@neukum.name>
5813 L:      linux-usb@vger.kernel.org
5814 S:      Maintained
5815 F:      drivers/usb/serial/kl5kusb105.*
5817 USB MASS STORAGE DRIVER
5818 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
5819 L:      linux-usb@vger.kernel.org
5820 L:      usb-storage@lists.one-eyed-alien.net
5821 S:      Maintained
5822 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
5823 F:      drivers/usb/storage/
5825 USB OHCI DRIVER
5826 M:      David Brownell <dbrownell@users.sourceforge.net>
5827 L:      linux-usb@vger.kernel.org
5828 S:      Odd Fixes
5829 F:      Documentation/usb/ohci.txt
5830 F:      drivers/usb/host/ohci*
5832 USB OPTION-CARD DRIVER
5833 M:      Matthias Urlichs <smurf@smurf.noris.de>
5834 L:      linux-usb@vger.kernel.org
5835 S:      Maintained
5836 F:      drivers/usb/serial/option.c
5838 USB OV511 DRIVER
5839 M:      Mark McClelland <mmcclell@bigfoot.com>
5840 L:      linux-usb@vger.kernel.org
5841 W:      http://alpha.dyndns.org/ov511/
5842 S:      Maintained
5843 F:      drivers/media/video/ov511.*
5845 USB PEGASUS DRIVER
5846 M:      Petko Manolov <petkan@users.sourceforge.net>
5847 L:      linux-usb@vger.kernel.org
5848 L:      netdev@vger.kernel.org
5849 W:      http://pegasus2.sourceforge.net/
5850 S:      Maintained
5851 F:      drivers/net/usb/pegasus.*
5853 USB PRINTER DRIVER (usblp)
5854 M:      Pete Zaitcev <zaitcev@redhat.com>
5855 L:      linux-usb@vger.kernel.org
5856 S:      Supported
5857 F:      drivers/usb/class/usblp.c
5859 USB RTL8150 DRIVER
5860 M:      Petko Manolov <petkan@users.sourceforge.net>
5861 L:      linux-usb@vger.kernel.org
5862 L:      netdev@vger.kernel.org
5863 W:      http://pegasus2.sourceforge.net/
5864 S:      Maintained
5865 F:      drivers/net/usb/rtl8150.c
5867 USB SE401 DRIVER
5868 M:      Jeroen Vreeken <pe1rxq@amsat.org>
5869 L:      linux-usb@vger.kernel.org
5870 W:      http://www.chello.nl/~j.vreeken/se401/
5871 S:      Maintained
5872 F:      Documentation/video4linux/se401.txt
5873 F:      drivers/media/video/se401.*
5875 USB SERIAL BELKIN F5U103 DRIVER
5876 M:      William Greathouse <wgreathouse@smva.com>
5877 L:      linux-usb@vger.kernel.org
5878 S:      Maintained
5879 F:      drivers/usb/serial/belkin_sa.*
5881 USB SERIAL CYPRESS M8 DRIVER
5882 M:      Lonnie Mendez <dignome@gmail.com>
5883 L:      linux-usb@vger.kernel.org
5884 S:      Maintained
5885 W:      http://geocities.com/i0xox0i
5886 W:      http://firstlight.net/cvs
5887 F:      drivers/usb/serial/cypress_m8.*
5889 USB SERIAL CYBERJACK DRIVER
5890 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
5891 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
5892 S:      Maintained
5893 F:      drivers/usb/serial/cyberjack.c
5895 USB SERIAL DIGI ACCELEPORT DRIVER
5896 M:      Peter Berger <pberger@brimson.com>
5897 M:      Al Borchers <alborchers@steinerpoint.com>
5898 L:      linux-usb@vger.kernel.org
5899 S:      Maintained
5900 F:      drivers/usb/serial/digi_acceleport.c
5902 USB SERIAL DRIVER
5903 M:      Greg Kroah-Hartman <gregkh@suse.de>
5904 L:      linux-usb@vger.kernel.org
5905 S:      Supported
5906 F:      Documentation/usb/usb-serial.txt
5907 F:      drivers/usb/serial/generic.c
5908 F:      drivers/usb/serial/usb-serial.c
5909 F:      include/linux/usb/serial.h
5911 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5912 M:      Gary Brubaker <xavyer@ix.netcom.com>
5913 L:      linux-usb@vger.kernel.org
5914 S:      Maintained
5915 F:      drivers/usb/serial/empeg.c
5917 USB SERIAL KEYSPAN DRIVER
5918 M:      Greg Kroah-Hartman <greg@kroah.com>
5919 L:      linux-usb@vger.kernel.org
5920 W:      http://www.kroah.com/linux/
5921 S:      Maintained
5922 F:      drivers/usb/serial/*keyspan*
5924 USB SERIAL WHITEHEAT DRIVER
5925 M:      Support Department <support@connecttech.com>
5926 L:      linux-usb@vger.kernel.org
5927 W:      http://www.connecttech.com
5928 S:      Supported
5929 F:      drivers/usb/serial/whiteheat*
5931 USB SMSC95XX ETHERNET DRIVER
5932 M:      Steve Glendinning <steve.glendinning@smsc.com>
5933 L:      netdev@vger.kernel.org
5934 S:      Supported
5935 F:      drivers/net/usb/smsc95xx.*
5937 USB SN9C1xx DRIVER
5938 M:      Luca Risolia <luca.risolia@studio.unibo.it>
5939 L:      linux-usb@vger.kernel.org
5940 L:      linux-media@vger.kernel.org
5941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5942 W:      http://www.linux-projects.org
5943 S:      Maintained
5944 F:      Documentation/video4linux/sn9c102.txt
5945 F:      drivers/media/video/sn9c102/
5947 USB SUBSYSTEM
5948 M:      Greg Kroah-Hartman <gregkh@suse.de>
5949 L:      linux-usb@vger.kernel.org
5950 W:      http://www.linux-usb.org
5951 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5952 S:      Supported
5953 F:      Documentation/usb/
5954 F:      drivers/net/usb/
5955 F:      drivers/usb/
5956 F:      include/linux/usb.h
5957 F:      include/linux/usb/
5959 USB UHCI DRIVER
5960 M:      Alan Stern <stern@rowland.harvard.edu>
5961 L:      linux-usb@vger.kernel.org
5962 S:      Maintained
5963 F:      drivers/usb/host/uhci*
5965 USB "USBNET" DRIVER FRAMEWORK
5966 M:      David Brownell <dbrownell@users.sourceforge.net>
5967 L:      netdev@vger.kernel.org
5968 W:      http://www.linux-usb.org/usbnet
5969 S:      Maintained
5970 F:      drivers/net/usb/usbnet.c
5971 F:      include/linux/usb/usbnet.h
5973 USB VIDEO CLASS
5974 M:      Laurent Pinchart <laurent.pinchart@skynet.be>
5975 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
5976 L:      linux-media@vger.kernel.org
5977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5978 W:      http://www.ideasonboard.org/uvc/
5979 S:      Maintained
5980 F:      drivers/media/video/uvc/
5982 USB W996[87]CF DRIVER
5983 M:      Luca Risolia <luca.risolia@studio.unibo.it>
5984 L:      linux-usb@vger.kernel.org
5985 L:      linux-media@vger.kernel.org
5986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5987 W:      http://www.linux-projects.org
5988 S:      Maintained
5989 F:      Documentation/video4linux/w9968cf.txt
5990 F:      drivers/media/video/w996*
5992 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5993 M:      Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
5994 L:      linux-wireless@vger.kernel.org
5995 S:      Maintained
5996 F:      drivers/net/wireless/rndis_wlan.c
5998 USB XHCI DRIVER
5999 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
6000 L:      linux-usb@vger.kernel.org
6001 S:      Supported
6002 F:      drivers/usb/host/xhci*
6003 F:      drivers/usb/host/pci-quirks*
6005 USB ZC0301 DRIVER
6006 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6007 L:      linux-usb@vger.kernel.org
6008 L:      linux-media@vger.kernel.org
6009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6010 W:      http://www.linux-projects.org
6011 S:      Maintained
6012 F:      Documentation/video4linux/zc0301.txt
6013 F:      drivers/media/video/zc0301/
6015 USB ZD1201 DRIVER
6016 M:      Jeroen Vreeken <pe1rxq@amsat.org>
6017 L:      linux-usb@vger.kernel.org
6018 W:      http://linux-lc100020.sourceforge.net
6019 S:      Maintained
6020 F:      drivers/net/wireless/zd1201.*
6022 USB ZR364XX DRIVER
6023 M:      Antoine Jacquet <royale@zerezo.com>
6024 L:      linux-usb@vger.kernel.org
6025 L:      linux-media@vger.kernel.org
6026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6027 W:      http://royale.zerezo.com/zr364xx/
6028 S:      Maintained
6029 F:      Documentation/video4linux/zr364xx.txt
6030 F:      drivers/media/video/zr364xx.c
6032 USER-MODE LINUX (UML)
6033 M:      Jeff Dike <jdike@addtoit.com>
6034 L:      user-mode-linux-devel@lists.sourceforge.net
6035 L:      user-mode-linux-user@lists.sourceforge.net
6036 W:      http://user-mode-linux.sourceforge.net
6037 S:      Maintained
6038 F:      Documentation/uml/
6039 F:      arch/um/
6040 F:      fs/hostfs/
6041 F:      fs/hppfs/
6043 USERSPACE I/O (UIO)
6044 M:      "Hans J. Koch" <hjk@linutronix.de>
6045 M:      Greg Kroah-Hartman <gregkh@suse.de>
6046 S:      Maintained
6047 F:      Documentation/DocBook/uio-howto.tmpl
6048 F:      drivers/uio/
6049 F:      include/linux/uio*.h
6051 UTIL-LINUX-NG PACKAGE
6052 M:      Karel Zak <kzak@redhat.com>
6053 L:      util-linux-ng@vger.kernel.org
6054 W:      http://kernel.org/~kzak/util-linux-ng/
6055 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6056 S:      Maintained
6058 UVESAFB DRIVER
6059 M:      Michal Januszewski <spock@gentoo.org>
6060 L:      linux-fbdev@vger.kernel.org
6061 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6062 S:      Maintained
6063 F:      Documentation/fb/uvesafb.txt
6064 F:      drivers/video/uvesafb.*
6066 VFAT/FAT/MSDOS FILESYSTEM
6067 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6068 S:      Maintained
6069 F:      Documentation/filesystems/vfat.txt
6070 F:      fs/fat/
6072 VIRTIO CONSOLE DRIVER
6073 M:      Amit Shah <amit.shah@redhat.com>
6074 L:      virtualization@lists.linux-foundation.org
6075 S:      Maintained
6076 F:      drivers/char/virtio_console.c
6077 F:      include/linux/virtio_console.h
6079 VIRTIO HOST (VHOST)
6080 M:      "Michael S. Tsirkin" <mst@redhat.com>
6081 L:      kvm@vger.kernel.org
6082 L:      virtualization@lists.osdl.org
6083 L:      netdev@vger.kernel.org
6084 S:      Maintained
6085 F:      drivers/vhost/
6086 F:      include/linux/vhost.h
6088 VIA RHINE NETWORK DRIVER
6089 M:      Roger Luethi <rl@hellgate.ch>
6090 S:      Maintained
6091 F:      drivers/net/via-rhine.c
6093 VIAPRO SMBUS DRIVER
6094 M:      Jean Delvare <khali@linux-fr.org>
6095 L:      linux-i2c@vger.kernel.org
6096 S:      Maintained
6097 F:      Documentation/i2c/busses/i2c-viapro
6098 F:      drivers/i2c/busses/i2c-viapro.c
6100 VIA SD/MMC CARD CONTROLLER DRIVER
6101 M:      Joseph Chan <JosephChan@via.com.tw>
6102 M:      Harald Welte <HaraldWelte@viatech.com>
6103 S:      Maintained
6104 F:      drivers/mmc/host/via-sdmmc.c
6106 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6107 M:      Joseph Chan <JosephChan@via.com.tw>
6108 M:      Scott Fang <ScottFang@viatech.com.cn>
6109 L:      linux-fbdev@vger.kernel.org
6110 S:      Maintained
6111 F:      drivers/video/via/
6113 VIA VELOCITY NETWORK DRIVER
6114 M:      Francois Romieu <romieu@fr.zoreil.com>
6115 L:      netdev@vger.kernel.org
6116 S:      Maintained
6117 F:      drivers/net/via-velocity.*
6119 VLAN (802.1Q)
6120 M:      Patrick McHardy <kaber@trash.net>
6121 L:      netdev@vger.kernel.org
6122 S:      Maintained
6123 F:      drivers/net/macvlan.c
6124 F:      include/linux/if_*vlan.h
6125 F:      net/8021q/
6127 VLYNQ BUS
6128 M:      Florian Fainelli <florian@openwrt.org>
6129 L:      openwrt-devel@lists.openwrt.org
6130 S:      Maintained
6131 F:      drivers/vlynq/vlynq.c
6132 F:      include/linux/vlynq.h
6134 VMWARE VMXNET3 ETHERNET DRIVER
6135 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
6136 M:      "VMware, Inc." <pv-drivers@vmware.com>
6137 L:      netdev@vger.kernel.org
6138 S:      Maintained
6139 F:      drivers/net/vmxnet3/
6141 VMware PVSCSI driver
6142 M:      Alok Kataria <akataria@vmware.com>
6143 M:      VMware PV-Drivers <pv-drivers@vmware.com>
6144 L:      linux-scsi@vger.kernel.org
6145 S:      Maintained
6146 F:      drivers/scsi/vmw_pvscsi.c
6147 F:      drivers/scsi/vmw_pvscsi.h
6149 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6150 M:      Liam Girdwood <lrg@slimlogic.co.uk>
6151 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6152 W:      http://opensource.wolfsonmicro.com/node/15
6153 W:      http://www.slimlogic.co.uk/?p=48
6154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6155 S:      Supported
6156 F:      drivers/regulator/
6157 F:      include/linux/regulator/
6159 VT1211 HARDWARE MONITOR DRIVER
6160 M:      Juerg Haefliger <juergh@gmail.com>
6161 L:      lm-sensors@lm-sensors.org
6162 S:      Maintained
6163 F:      Documentation/hwmon/vt1211
6164 F:      drivers/hwmon/vt1211.c
6166 VT8231 HARDWARE MONITOR DRIVER
6167 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
6168 L:      lm-sensors@lm-sensors.org
6169 S:      Maintained
6170 F:      drivers/hwmon/vt8231.c
6172 W1 DALLAS'S 1-WIRE BUS
6173 M:      Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6174 S:      Maintained
6175 F:      Documentation/w1/
6176 F:      drivers/w1/
6178 W83791D HARDWARE MONITORING DRIVER
6179 M:      Marc Hulsman <m.hulsman@tudelft.nl>
6180 L:      lm-sensors@lm-sensors.org
6181 S:      Maintained
6182 F:      Documentation/hwmon/w83791d
6183 F:      drivers/hwmon/w83791d.c
6185 W83793 HARDWARE MONITORING DRIVER
6186 M:      Rudolf Marek <r.marek@assembler.cz>
6187 L:      lm-sensors@lm-sensors.org
6188 S:      Maintained
6189 F:      Documentation/hwmon/w83793
6190 F:      drivers/hwmon/w83793.c
6192 W83L51xD SD/MMC CARD INTERFACE DRIVER
6193 M:      Pierre Ossman <pierre@ossman.eu>
6194 S:      Maintained
6195 F:      drivers/mmc/host/wbsd.*
6197 WATCHDOG DEVICE DRIVERS
6198 M:      Wim Van Sebroeck <wim@iguana.be>
6199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6200 S:      Maintained
6201 F:      Documentation/watchdog/
6202 F:      drivers/watchdog/
6203 F:      include/linux/watchdog.h
6205 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6206 M:      Jean Tourrilhes <jt@hpl.hp.com>
6207 L:      linux-wireless@vger.kernel.org
6208 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6209 S:      Maintained
6210 F:      Documentation/networking/wavelan.txt
6211 F:      drivers/staging/wavelan/
6213 WD7000 SCSI DRIVER
6214 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
6215 L:      linux-scsi@vger.kernel.org
6216 S:      Maintained
6217 F:      drivers/scsi/wd7000.c
6219 WINBOND CIR DRIVER
6220 M:      David Härdeman <david@hardeman.nu>
6221 S:      Maintained
6222 F:      drivers/input/misc/winbond-cir.c
6224 WIMAX STACK
6225 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6226 M:      linux-wimax@intel.com
6227 L:      wimax@linuxwimax.org
6228 S:      Supported
6229 W:      http://linuxwimax.org
6231 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6232 M:      David Vrabel <david.vrabel@csr.com>
6233 L:      netdev@vger.kernel.org
6234 S:      Maintained
6235 F:      include/linux/wlp.h
6236 F:      drivers/uwb/wlp/
6237 F:      drivers/uwb/i1480/i1480u-wlp/
6238 F:      drivers/uwb/i1480/i1480-wlp.h
6240 WISTRON LAPTOP BUTTON DRIVER
6241 M:      Miloslav Trmac <mitr@volny.cz>
6242 S:      Maintained
6243 F:      drivers/input/misc/wistron_btns.c
6245 WL1251 WIRELESS DRIVER
6246 M:      Kalle Valo <kalle.valo@iki.fi>
6247 L:      linux-wireless@vger.kernel.org
6248 W:      http://wireless.kernel.org
6249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6250 S:      Maintained
6251 F:      drivers/net/wireless/wl12xx/*
6252 X:      drivers/net/wireless/wl12xx/wl1271*
6254 WL1271 WIRELESS DRIVER
6255 M:      Luciano Coelho <luciano.coelho@nokia.com>
6256 L:      linux-wireless@vger.kernel.org
6257 W:      http://wireless.kernel.org
6258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6259 S:      Maintained
6260 F:      drivers/net/wireless/wl12xx/wl1271*
6262 WL3501 WIRELESS PCMCIA CARD DRIVER
6263 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6264 L:      linux-wireless@vger.kernel.org
6265 W:      http://oops.ghostprotocols.net:81/blog
6266 S:      Maintained
6267 F:      drivers/net/wireless/wl3501*
6269 WM97XX TOUCHSCREEN DRIVERS
6270 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6271 M:      Liam Girdwood <lrg@slimlogic.co.uk>
6272 L:      linux-input@vger.kernel.org
6273 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
6274 W:      http://opensource.wolfsonmicro.com/node/7
6275 S:      Supported
6276 F:      drivers/input/touchscreen/*wm97*
6277 F:      include/linux/wm97xx.h
6279 WOLFSON MICROELECTRONICS PMIC DRIVERS
6280 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6281 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6282 W:      http://opensource.wolfsonmicro.com/node/8
6283 S:      Supported
6284 F:      Documentation/hwmon/wm83??
6285 F:      drivers/leds/leds-wm83*.c
6286 F:      drivers/mfd/wm8*.c
6287 F:      drivers/power/wm83*.c
6288 F:      drivers/rtc/rtc-wm83*.c
6289 F:      drivers/regulator/wm8*.c
6290 F:      drivers/video/backlight/wm83*_bl.c
6291 F:      drivers/watchdog/wm83*_wdt.c
6292 F:      include/linux/mfd/wm831x/
6293 F:      include/linux/mfd/wm8350/
6294 F:      include/linux/mfd/wm8400*
6295 F:      sound/soc/codecs/wm8350.*
6296 F:      sound/soc/codecs/wm8400.*
6298 X.25 NETWORK LAYER
6299 M:      Andrew Hendry <andrew.hendry@gmail.com>
6300 L:      linux-x25@vger.kernel.org
6301 S:      Odd Fixes
6302 F:      Documentation/networking/x25*
6303 F:      include/net/x25*
6304 F:      net/x25/
6306 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6307 M:      Thomas Gleixner <tglx@linutronix.de>
6308 M:      Ingo Molnar <mingo@redhat.com>
6309 M:      "H. Peter Anvin" <hpa@zytor.com>
6310 M:      x86@kernel.org
6311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6312 S:      Maintained
6313 F:      Documentation/x86/
6314 F:      arch/x86/
6316 X86 PLATFORM DRIVERS
6317 M:      Matthew Garrett <mjg@redhat.com>
6318 L:      platform-driver-x86@vger.kernel.org
6319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6320 S:      Maintained
6321 F:      drivers/platform/x86
6323 XEN HYPERVISOR INTERFACE
6324 M:      Jeremy Fitzhardinge <jeremy@xensource.com>
6325 M:      Chris Wright <chrisw@sous-sol.org>
6326 L:      virtualization@lists.osdl.org
6327 L:      xen-devel@lists.xensource.com
6328 S:      Supported
6329 F:      arch/x86/xen/
6330 F:      drivers/*/xen-*front.c
6331 F:      drivers/xen/
6332 F:      arch/x86/include/asm/xen/
6333 F:      include/xen/
6335 XFS FILESYSTEM
6336 P:      Silicon Graphics Inc
6337 M:      Alex Elder <aelder@sgi.com>
6338 M:      xfs-masters@oss.sgi.com
6339 L:      xfs@oss.sgi.com
6340 W:      http://oss.sgi.com/projects/xfs
6341 T:      git git://oss.sgi.com/xfs/xfs.git
6342 S:      Supported
6343 F:      Documentation/filesystems/xfs.txt
6344 F:      fs/xfs/
6346 XILINX SYSTEMACE DRIVER
6347 M:      Grant Likely <grant.likely@secretlab.ca>
6348 W:      http://www.secretlab.ca/
6349 S:      Maintained
6350 F:      drivers/block/xsysace.c
6352 XILINX UARTLITE SERIAL DRIVER
6353 M:      Peter Korsgaard <jacmet@sunsite.dk>
6354 L:      linux-serial@vger.kernel.org
6355 S:      Maintained
6356 F:      drivers/serial/uartlite.c
6358 YAM DRIVER FOR AX.25
6359 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
6360 L:      linux-hams@vger.kernel.org
6361 S:      Maintained
6362 F:      drivers/net/hamradio/yam*
6363 F:      include/linux/yam.h
6365 YEALINK PHONE DRIVER
6366 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
6367 L:      usbb2k-api-dev@nongnu.org
6368 S:      Maintained
6369 F:      Documentation/input/yealink.txt
6370 F:      drivers/input/misc/yealink.*
6372 Z8530 DRIVER FOR AX.25
6373 M:      Joerg Reuter <jreuter@yaina.de>
6374 W:      http://yaina.de/jreuter/
6375 W:      http://www.qsl.net/dl1bke/
6376 L:      linux-hams@vger.kernel.org
6377 S:      Maintained
6378 F:      Documentation/networking/z8530drv.txt
6379 F:      drivers/net/hamradio/*scc.c
6380 F:      drivers/net/hamradio/z8530.h
6382 ZD1211RW WIRELESS DRIVER
6383 M:      Daniel Drake <dsd@gentoo.org>
6384 M:      Ulrich Kunitz <kune@deine-taler.de>
6385 W:      http://zd1211.ath.cx/wiki/DriverRewrite
6386 L:      linux-wireless@vger.kernel.org
6387 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
6388 S:      Maintained
6389 F:      drivers/net/wireless/zd1211rw/
6391 ZR36067 VIDEO FOR LINUX DRIVER
6392 L:      mjpeg-users@lists.sourceforge.net
6393 L:      linux-media@vger.kernel.org
6394 W:      http://mjpeg.sourceforge.net/driver-zoran/
6395 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
6396 S:      Odd Fixes
6397 F:      drivers/media/video/zoran/
6399 ZS DECSTATION Z85C30 SERIAL DRIVER
6400 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
6401 S:      Maintained
6402 F:      drivers/serial/zs.*
6404 THE REST
6405 M:      Linus Torvalds <torvalds@linux-foundation.org>
6406 L:      linux-kernel@vger.kernel.org
6407 Q:      http://patchwork.kernel.org/project/LKML/list/
6408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6409 S:      Buried alive in reporters
6410 F:      *
6411 F:      */