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