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