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