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