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