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