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