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