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