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