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