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