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