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