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