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