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