]> Git Repo - linux.git/blob - MAINTAINERS
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
[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 F: Applicable files and/or directories
76 S: Status, one of the following:
77
78         Supported:      Someone is actually paid to look after this.
79         Maintained:     Someone actually looks after it.
80         Odd Fixes:      It has a maintainer but they don't have time to do
81                         much other than throw the odd patch in. See below..
82         Orphan:         No current maintainer [but maybe you could take the
83                         role as you write your new code].
84         Obsolete:       Old code. Something tagged obsolete generally means
85                         it has been replaced by a better system and you
86                         should be using that.
87
88 3C505 NETWORK DRIVER
89 P:      Philip Blundell
90 M:      [email protected]
91 L:      [email protected]
92 S:      Maintained
93
94 3C59X NETWORK DRIVER
95 P:      Steffen Klassert
96 M:      [email protected]
97 L:      [email protected]
98 S:      Maintained
99
100 3CR990 NETWORK DRIVER
101 P:      David Dillow
102 M:      [email protected]
103 L:      [email protected]
104 S:      Maintained
105
106 3W-9XXX SATA-RAID CONTROLLER DRIVER
107 P:      Adam Radford
108 M:      [email protected]
109 L:      [email protected]
110 W:      http://www.amcc.com
111 S:      Supported
112
113 3W-XXXX ATA-RAID CONTROLLER DRIVER
114 P:      Adam Radford
115 M:      [email protected]
116 L:      [email protected]
117 W:      http://www.amcc.com
118 S:      Supported
119
120 53C700 AND 53C700-66 SCSI DRIVER
121 P:      James E.J. Bottomley
122 M:      [email protected]
123 L:      [email protected]
124 S:      Maintained
125
126 6PACK NETWORK DRIVER FOR AX.25
127 P:      Andreas Koensgen
128 M:      [email protected]
129 L:      [email protected]
130 S:      Maintained
131
132 8169 10/100/1000 GIGABIT ETHERNET DRIVER
133 P:      Francois Romieu
134 M:      [email protected]
135 L:      [email protected]
136 S:      Maintained
137
138 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
139 L:      [email protected]
140 W:      http://serial.sourceforge.net
141 S:      Orphan
142
143 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
144 P:      Paul Gortmaker
145 M:      [email protected]
146 L:      [email protected]
147 S:      Maintained
148
149 9P FILE SYSTEM
150 P:      Eric Van Hensbergen
151 M:      [email protected]
152 P:      Ron Minnich
153 M:      [email protected]
154 P:      Latchesar Ionkov
155 M:      [email protected]
156 L:      [email protected]
157 W:      http://swik.net/v9fs
158 T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
159 S:      Maintained
160
161 A2232 SERIAL BOARD DRIVER
162 P:      Enver Haase
163 M:      [email protected]
164 L:      [email protected]
165 S:      Maintained
166
167 AACRAID SCSI RAID DRIVER
168 P:      Adaptec OEM Raid Solutions
169 M:      [email protected]
170 L:      [email protected]
171 W:      http://www.adaptec.com/
172 S:      Supported
173
174 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
175 P:      Hans de Goede
176 M:      [email protected]
177 L:      [email protected]
178 S:      Maintained
179
180 ABIT UGURU 3 HARDWARE MONITOR DRIVER
181 P:      Alistair John Strachan
182 M:      [email protected]
183 L:      [email protected]
184 S:      Maintained
185
186 ACENIC DRIVER
187 P:      Jes Sorensen
188 M:      [email protected]
189 L:      [email protected]
190 S:      Maintained
191
192 ACER WMI LAPTOP EXTRAS
193 P:      Carlos Corbacho
194 M:      [email protected]
195 L:      [email protected] (subscribers-only)
196 W:      http://code.google.com/p/aceracpi
197 S:      Maintained
198
199 ACPI
200 P:      Len Brown
201 M:      [email protected]
202 L:      [email protected]
203 W:      http://www.lesswatts.org/projects/acpi/
204 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
205 S:      Supported
206
207 ACPI BATTERY DRIVERS
208 P:      Alexey Starikovskiy
209 M:      [email protected]
210 L:      [email protected]
211 W:      http://www.lesswatts.org/projects/acpi/
212 S:      Supported
213
214 ACPI EC DRIVER
215 P:      Alexey Starikovskiy
216 M:      [email protected]
217 L:      [email protected]
218 W:      http://www.lesswatts.org/projects/acpi/
219 S:      Supported
220
221 ACPI FAN DRIVER
222 P:      Zhang Rui
223 M:      [email protected]
224 L:      [email protected]
225 W:      http://www.lesswatts.org/projects/acpi/
226 S:      Supported
227
228 ACPI PCI HOTPLUG DRIVER
229 P:      Kristen Carlson Accardi
230 M:      [email protected]
231 L:      [email protected]
232 S:      Supported
233
234 ACPI THERMAL DRIVER
235 P:      Zhang Rui
236 M:      [email protected]
237 L:      [email protected]
238 W:      http://www.lesswatts.org/projects/acpi/
239 S:      Supported
240
241 ACPI VIDEO DRIVER
242 P:      Zhang Rui
243 M:      [email protected]
244 L:      [email protected]
245 W:      http://www.lesswatts.org/projects/acpi/
246 S:      Supported
247
248 ACPI WMI DRIVER
249 P:      Carlos Corbacho
250 M:      [email protected]
251 L:      [email protected]
252 W:      http://www.lesswatts.org/projects/acpi/
253 S:      Maintained
254
255 AD1889 ALSA SOUND DRIVER
256 P:      Kyle McMartin
257 M:      [email protected]
258 P:      Thibaut Varene
259 M:      [email protected]
260 W:      http://wiki.parisc-linux.org/AD1889
261 L:      [email protected]
262 S:      Maintained
263
264 ADM1025 HARDWARE MONITOR DRIVER
265 P:      Jean Delvare
266 M:      [email protected]
267 L:      [email protected]
268 S:      Maintained
269
270 ADM1029 HARDWARE MONITOR DRIVER
271 P:      Corentin Labbe
272 M:      [email protected]
273 L:      [email protected]
274 S:      Maintained
275
276 ADM8211 WIRELESS DRIVER
277 P:      Michael Wu
278 M:      [email protected]
279 L:      [email protected]
280 W:      http://linuxwireless.org/
281 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
282 S:      Maintained
283
284 ADT746X FAN DRIVER
285 P:      Colin Leroy
286 M:      [email protected]
287 S:      Maintained
288
289 ADVANSYS SCSI DRIVER
290 P:      Matthew Wilcox
291 M:      [email protected]
292 L:      [email protected]
293 S:      Maintained
294
295 AEDSP16 DRIVER
296 P:      Riccardo Facchetti
297 M:      [email protected]
298 S:      Maintained
299
300 AFFS FILE SYSTEM
301 P:      Roman Zippel
302 M:      [email protected]
303 S:      Maintained
304
305 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
306 P:      David Howells
307 M:      [email protected]
308 L:      [email protected]
309 S:      Supported
310
311 AGPGART DRIVER
312 P:      David Airlie
313 M:      [email protected]
314 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
315 S:      Maintained
316
317 AHA152X SCSI DRIVER
318 P:      Juergen E. Fischer
319 M:      Juergen Fischer <[email protected]>
320 L:      [email protected]
321 S:      Maintained
322
323 AIC7XXX / AIC79XX SCSI DRIVER
324 P:      Hannes Reinecke
325 M:      [email protected]
326 L:      [email protected]
327 S:      Maintained
328
329 AIO
330 P:      Benjamin LaHaise
331 M:      [email protected]
332 L:      [email protected]
333 S:      Supported
334
335 ALCATEL SPEEDTOUCH USB DRIVER
336 P:      Duncan Sands
337 M:      [email protected]
338 L:      [email protected]
339 W:      http://www.linux-usb.org/SpeedTouch/
340 S:      Maintained
341
342 ALCHEMY AU1XX0 MMC DRIVER
343 P:      Manuel Lauss
344 M:      [email protected]
345 S:      Maintained
346
347 ALI1563 I2C DRIVER
348 P:      Rudolf Marek
349 M:      [email protected]
350 L:      [email protected]
351 S:      Maintained
352
353 ALPHA PORT
354 P:      Richard Henderson
355 M:      [email protected]
356 S:      Odd Fixes for 2.4; Maintained for 2.6.
357 P:      Ivan Kokshaysky
358 M:      [email protected]
359 S:      Maintained for 2.4; PCI support for 2.6.
360
361 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
362 P:      Thomas Dahlmann
363 M:      [email protected]
364 L:      [email protected] (moderated for non-subscribers)
365 S:      Supported
366
367 AMD GEODE PROCESSOR/CHIPSET SUPPORT
368 P:      Jordan Crouse
369 L:      [email protected] (moderated for non-subscribers)
370 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
371 S:      Supported
372
373 AMD IOMMU (AMD-VI)
374 P:      Joerg Roedel
375 M:      [email protected]
376 L:      [email protected]
377 T:      git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
378 S:      Supported
379
380 AMD MICROCODE UPDATE SUPPORT
381 P:      Andreas Herrmann
382 M:      [email protected]
383 L:      [email protected]
384 S:      Supported
385
386 AMS (Apple Motion Sensor) DRIVER
387 P:      Stelian Pop
388 M:      [email protected]
389 P:      Michael Hanselmann
390 M:      [email protected]
391 S:      Supported
392
393 AMSO1100 RNIC DRIVER
394 P:      Tom Tucker
395 M:      [email protected]
396 P:      Steve Wise
397 M:      [email protected]
398 L:      [email protected]
399 S:      Maintained
400
401 AOA (Apple Onboard Audio) ALSA DRIVER
402 P:      Johannes Berg
403 M:      [email protected]
404 L:      [email protected]
405 L:      [email protected] (subscribers-only)
406 S:      Maintained
407
408 APM DRIVER
409 P:      Stephen Rothwell
410 M:      [email protected]
411 L:      [email protected]
412 W:      http://www.canb.auug.org.au/~sfr/
413 S:      Supported
414
415 APPLE BCM5974 MULTITOUCH DRIVER
416 P:      Henrik Rydberg
417 M:      [email protected]
418 L:      [email protected]
419 S:      Maintained
420
421 APPLE SMC DRIVER
422 P:      Nicolas Boichat
423 M:      [email protected]
424 L:      [email protected]
425 S:      Maintained
426
427 APPLETALK NETWORK LAYER
428 P:      Arnaldo Carvalho de Melo
429 M:      [email protected]
430 S:      Maintained
431
432 APPLETOUCH TOUCHPAD DRIVER
433 P:      Johannes Berg
434 M:      [email protected]
435 L:      [email protected]
436 S:      Maintained
437
438 ARC FRAMEBUFFER DRIVER
439 P:      Jaya Kumar
440 M:      [email protected]
441 S:      Maintained
442
443 ARM MFM AND FLOPPY DRIVERS
444 P:      Ian Molton
445 M:      [email protected]
446 S:      Maintained
447
448 ARM PRIMECELL MMCI PL180/1 DRIVER
449 S:      Orphan
450
451 ARM/ADI ROADRUNNER MACHINE SUPPORT
452 P:      Lennert Buytenhek
453 M:      [email protected]
454 L:      [email protected] (subscribers-only)
455 S:      Maintained
456
457 ARM/ADS SPHERE MACHINE SUPPORT
458 P:      Lennert Buytenhek
459 M:      [email protected]
460 L:      [email protected] (subscribers-only)
461 S:      Maintained
462
463 ARM/AFEB9260 MACHINE SUPPORT
464 P:      Sergey Lapin
465 M:      [email protected]
466 L:      [email protected] (subscribers-only)
467 S:      Maintained
468
469 ARM/AJECO 1ARM MACHINE SUPPORT
470 P:      Lennert Buytenhek
471 M:      [email protected]
472 L:      [email protected] (subscribers-only)
473 S:      Maintained
474
475 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
476 P:      Andrew Victor
477 M:      [email protected]
478 L:      [email protected] (subscribers-only)
479 W:      http://maxim.org.za/at91_26.html
480 S:      Maintained
481
482 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
483 P:      Lennert Buytenhek
484 M:      [email protected]
485 L:      [email protected] (subscribers-only)
486 S:      Maintained
487
488 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
489 P:      Lennert Buytenhek
490 M:      [email protected]
491 L:      [email protected] (subscribers-only)
492 S:      Maintained
493
494 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
495 P:      Mike Rapoport
496 M:      [email protected]
497 L:      [email protected] (subscribers-only)
498 S:      Maintained
499
500 ARM/CORGI MACHINE SUPPORT
501 P:      Richard Purdie
502 M:      [email protected]
503 S:      Maintained
504
505 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
506 P:      Daniel Ribeiro
507 M:      [email protected]
508 P:      Stefan Schmidt
509 M:      [email protected]
510 P:      Harald Welte
511 M:      [email protected]
512 L:      [email protected] (subscribers-only)
513 W:      http://www.openezx.org/
514 S:      Maintained
515
516 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
517 P:      Sascha Hauer
518 M:      [email protected]
519 L:      [email protected] (subscribers-only)
520 S:      Maintained
521
522 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
523 P:      Lennert Buytenhek
524 M:      [email protected]
525 L:      [email protected] (subscribers-only)
526 S:      Maintained
527
528 ARM/GUMSTIX MACHINE SUPPORT
529 P:      Steve Sakoman
530 M:      [email protected]
531 L:      [email protected] (subscribers-only)
532 S:      Maintained
533
534 ARM/HP JORNADA 7XX MACHINE SUPPORT
535 P:      Kristoffer Ericson
536 M:      [email protected]
537 W:      www.jlime.com
538 S:      Maintained
539
540 ARM/INTEL IOP32X ARM ARCHITECTURE
541 P:      Lennert Buytenhek
542 M:      [email protected]
543 P:      Dan Williams
544 M:      [email protected]
545 L:      [email protected] (subscribers-only)
546 S:      Supported
547
548 ARM/INTEL IOP33X ARM ARCHITECTURE
549 P:      Dan Williams
550 M:      [email protected]
551 L:      [email protected] (subscribers-only)
552 S:      Supported
553
554 ARM/INTEL IOP13XX ARM ARCHITECTURE
555 P:      Lennert Buytenhek
556 M:      [email protected]
557 P:      Dan Williams
558 M:      [email protected]
559 L:      [email protected] (subscribers-only)
560 S:      Supported
561
562 ARM/INTEL IQ81342EX MACHINE SUPPORT
563 P:      Lennert Buytenhek
564 M:      [email protected]
565 P:      Dan Williams
566 M:      [email protected]
567 L:      [email protected] (subscribers-only)
568 S:      Supported
569
570 ARM/INTEL IXP2000 ARM ARCHITECTURE
571 P:      Lennert Buytenhek
572 M:      [email protected]
573 L:      [email protected] (subscribers-only)
574 S:      Maintained
575
576 ARM/INTEL IXDP2850 MACHINE SUPPORT
577 P:      Lennert Buytenhek
578 M:      [email protected]
579 L:      [email protected] (subscribers-only)
580 S:      Maintained
581
582 ARM/INTEL IXP23XX ARM ARCHITECTURE
583 P:      Lennert Buytenhek
584 M:      [email protected]
585 L:      [email protected] (subscribers-only)
586 S:      Maintained
587
588 ARM/INTEL XSC3 (MANZANO) ARM CORE
589 P:      Lennert Buytenhek
590 M:      [email protected]
591 P:      Dan Williams
592 M:      [email protected]
593 L:      [email protected] (subscribers-only)
594 S:      Supported
595
596 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
597 P:      Lennert Buytenhek
598 M:      [email protected]
599 L:      [email protected] (subscribers-only)
600 S:      Maintained
601
602 ARM/LOGICPD PXA270 MACHINE SUPPORT
603 P:      Lennert Buytenhek
604 M:      [email protected]
605 L:      [email protected] (subscribers-only)
606 S:      Maintained
607
608 ARM/MAGICIAN MACHINE SUPPORT
609 P:      Philipp Zabel
610 M:      [email protected]
611 S:      Maintained
612
613 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
614 P:      Michael Petchkovsky
615 M:      [email protected]
616 S:      Maintained
617
618 ARM/TOSA MACHINE SUPPORT
619 P:      Dmitry Baryshkov
620 M:      [email protected]
621 P:      Dirk Opfer
622 M:      [email protected]
623 S:      Maintained
624
625 ARM/PALMTX SUPPORT
626 P:      Marek Vasut
627 M:      [email protected]
628 W:      http://hackndev.com
629 S:      Maintained
630
631 ARM/PALMZ72 SUPPORT
632 P:     Sergey Lapin
633 M:     [email protected]
634 W:     http://hackndev.com
635 S:     Maintained
636
637 ARM/PLEB SUPPORT
638 P:      Peter Chubb
639 M:      [email protected]
640 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
641 S:      Maintained
642
643 ARM/PT DIGITAL BOARD PORT
644 P:      Stefan Eletzhofer
645 M:      [email protected]
646 L:      [email protected] (subscribers-only)
647 W:      http://www.arm.linux.org.uk/
648 S:      Maintained
649
650 ARM/RADISYS ENP2611 MACHINE SUPPORT
651 P:      Lennert Buytenhek
652 M:      [email protected]
653 L:      [email protected] (subscribers-only)
654 S:      Maintained
655
656 ARM/SHARK MACHINE SUPPORT
657 P:      Alexander Schulz
658 M:      [email protected]
659 W:      http://www.shark-linux.de/shark.html
660 S:      Maintained
661
662 ARM/STRONGARM110 PORT
663 P:      Russell King
664 M:      [email protected]
665 L:      [email protected] (subscribers-only)
666 W:      http://www.arm.linux.org.uk/
667 S:      Maintained
668
669 ARM/S3C2410 ARM ARCHITECTURE
670 P:      Ben Dooks
671 M:      [email protected]
672 L:      [email protected] (subscribers-only)
673 W:      http://www.fluff.org/ben/linux/
674 S:      Maintained
675
676 ARM/S3C2440 ARM ARCHITECTURE
677 P:      Ben Dooks
678 M:      [email protected]
679 L:      [email protected] (subscribers-only)
680 W:      http://www.fluff.org/ben/linux/
681 S:      Maintained
682
683 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
684 P:      Lennert Buytenhek
685 M:      [email protected]
686 L:      [email protected] (subscribers-only)
687 S:      Maintained
688
689 ARM/THECUS N2100 MACHINE SUPPORT
690 P:      Lennert Buytenhek
691 M:      [email protected]
692 L:      [email protected] (subscribers-only)
693 S:      Maintained
694
695 ARPD SUPPORT
696 P:      Jonathan Layes
697 L:      [email protected]
698 S:      Maintained
699
700 ASUS ACPI EXTRAS DRIVER
701 P:      Corentin Chary
702 M:      [email protected]
703 P:      Karol Kozimor
704 M:      [email protected]
705 L:      [email protected]
706 W:      http://sourceforge.net/projects/acpi4asus
707 W:      http://xf.iksaif.net/acpi4asus
708 S:      Maintained
709
710 ASUS ASB100 HARDWARE MONITOR DRIVER
711 P:      Mark M. Hoffman
712 M:      [email protected]
713 L:      [email protected]
714 S:      Maintained
715
716 ASUS LAPTOP EXTRAS DRIVER
717 P:      Corentin Chary
718 M:      [email protected]
719 L:      [email protected]
720 W:      http://sourceforge.net/projects/acpi4asus
721 W:      http://xf.iksaif.net/acpi4asus
722 S:      Maintained
723
724 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
725 P:      Dan Williams
726 M:      [email protected]
727 P:      Maciej Sosnowski
728 M:      [email protected]
729 L:      [email protected]
730 W:      http://sourceforge.net/projects/xscaleiop
731 S:      Supported
732
733 ATA OVER ETHERNET (AOE) DRIVER
734 P:      Ed L. Cashin
735 M:      [email protected]
736 W:      http://www.coraid.com/support/linux
737 S:      Supported
738
739 ATHEROS ATH5K WIRELESS DRIVER
740 P:      Jiri Slaby
741 M:      [email protected]
742 P:      Nick Kossifidis
743 M:      [email protected]
744 P:      Luis R. Rodriguez
745 M:      [email protected]
746 P:      Bob Copeland
747 M:      [email protected]
748 L:      [email protected]
749 L:      [email protected]
750 S:      Maintained
751
752 ATHEROS ATH9K WIRELESS DRIVER
753 P:      Luis R. Rodriguez
754 M:      [email protected]
755 P:      Jouni Malinen
756 M:      [email protected]
757 L:      [email protected]
758 L:      [email protected]
759 S:      Supported
760
761 ATI_REMOTE2 DRIVER
762 P:      Ville Syrjala
763 M:      [email protected]
764 S:      Maintained
765
766 ATLX ETHERNET DRIVERS
767 P:      Jay Cliburn
768 M:      [email protected]
769 P:      Chris Snook
770 M:      [email protected]
771 P:      Jie Yang
772 M:      [email protected]
773 L:      [email protected]
774 W:      http://sourceforge.net/projects/atl1
775 W:      http://atl1.sourceforge.net
776 S:      Maintained
777
778 ATM
779 P:      Chas Williams
780 M:      [email protected]
781 L:      [email protected] (subscribers-only)
782 L:      [email protected]
783 W:      http://linux-atm.sourceforge.net
784 S:      Maintained
785
786 ATMEL AT91 MCI DRIVER
787 P:      Nicolas Ferre
788 M:      [email protected]
789 L:      [email protected] (subscribers-only)
790 W:      http://www.atmel.com/products/AT91/
791 W:      http://www.at91.com/
792 S:      Maintained
793
794 ATMEL AT91 / AT32 SERIAL DRIVER
795 P:      Haavard Skinnemoen
796 M:      [email protected]
797 L:      [email protected]
798 S:      Supported
799
800 ATMEL LCDFB DRIVER
801 P:      Nicolas Ferre
802 M:      [email protected]
803 L:      [email protected] (moderated for non-subscribers)
804 S:      Maintained
805
806 ATMEL MACB ETHERNET DRIVER
807 P:      Haavard Skinnemoen
808 M:      [email protected]
809 S:      Supported
810
811 ATMEL SPI DRIVER
812 P:      Haavard Skinnemoen
813 M:      [email protected]
814 S:      Supported
815
816 ATMEL USBA UDC DRIVER
817 P:      Haavard Skinnemoen
818 M:      [email protected]
819 L:      [email protected]
820 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
821 S:      Supported
822
823 ATMEL WIRELESS DRIVER
824 P:      Simon Kelley
825 M:      [email protected]
826 L:      [email protected]
827 W:      http://www.thekelleys.org.uk/atmel
828 W:      http://atmelwlandriver.sourceforge.net/
829 S:      Maintained
830
831 AUDIT SUBSYSTEM
832 P:      Al Viro
833 M:      [email protected]
834 P:      Eric Paris
835 M:      [email protected]
836 L:      [email protected] (subscribers-only)
837 W:      http://people.redhat.com/sgrubb/audit/
838 T:      git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
839 S:      Maintained
840
841 AUXILIARY DISPLAY DRIVERS
842 P:      Miguel Ojeda Sandonis
843 M:      [email protected]
844 L:      [email protected]
845 W:      http://miguelojeda.es/auxdisplay.htm
846 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
847 S:      Maintained
848
849 AVR32 ARCHITECTURE
850 P:      Haavard Skinnemoen
851 M:      [email protected]
852 W:      http://www.atmel.com/products/AVR32/
853 W:      http://avr32linux.org/
854 W:      http://avrfreaks.net/
855 S:      Supported
856
857 AVR32/AT32AP MACHINE SUPPORT
858 P:      Haavard Skinnemoen
859 M:      [email protected]
860 S:      Supported
861
862 AX.25 NETWORK LAYER
863 P:      Ralf Baechle
864 M:      [email protected]
865 L:      [email protected]
866 W:      http://www.linux-ax25.org/
867 S:      Maintained
868
869 B43 WIRELESS DRIVER
870 P:      Michael Buesch
871 M:      [email protected]
872 P:      Stefano Brivio
873 M:      [email protected]
874 L:      [email protected]
875 W:      http://linuxwireless.org/en/users/Drivers/b43
876 S:      Maintained
877
878 B43LEGACY WIRELESS DRIVER
879 P:      Larry Finger
880 M:      [email protected]
881 P:      Stefano Brivio
882 M:      [email protected]
883 L:      [email protected]
884 W:      http://linuxwireless.org/en/users/Drivers/b43
885 S:      Maintained
886
887 BACKLIGHT CLASS/SUBSYSTEM
888 P:      Richard Purdie
889 M:      [email protected]
890 S:      Maintained
891
892 BAYCOM/HDLCDRV DRIVERS FOR AX.25
893 P:      Thomas Sailer
894 M:      [email protected]
895 L:      [email protected]
896 W:      http://www.baycom.org/~tom/ham/ham.html
897 S:      Maintained
898
899 BEFS FILE SYSTEM
900 P:      Sergey S. Kostyliov
901 M:      [email protected]
902 L:      [email protected]
903 S:      Maintained
904
905 BFS FILE SYSTEM
906 P:      Tigran A. Aivazian
907 M:      [email protected]
908 L:      [email protected]
909 S:      Maintained
910
911 BLACKFIN ARCHITECTURE
912 P:      Bryan Wu
913 M:      [email protected]
914 L:      [email protected] (subscribers-only)
915 W:      http://blackfin.uclinux.org
916 S:      Supported
917
918 BLACKFIN EMAC DRIVER
919 P:      Bryan Wu
920 M:      [email protected]
921 L:      [email protected] (subscribers-only)
922 W:      http://blackfin.uclinux.org
923 S:      Supported
924
925 BLACKFIN RTC DRIVER
926 P:      Mike Frysinger
927 M:      [email protected]
928 L:      [email protected] (subscribers-only)
929 W:      http://blackfin.uclinux.org
930 S:      Supported
931
932 BLACKFIN SERIAL DRIVER
933 P:      Sonic Zhang
934 M:      [email protected]
935 L:      [email protected] (subscribers-only)
936 W:      http://blackfin.uclinux.org
937 S:      Supported
938
939 BLACKFIN WATCHDOG DRIVER
940 P:      Mike Frysinger
941 M:      [email protected]
942 L:      [email protected] (subscribers-only)
943 W:      http://blackfin.uclinux.org
944 S:      Supported
945
946 BLACKFIN I2C TWI DRIVER
947 P:      Sonic Zhang
948 M:      [email protected]
949 L:      [email protected] (subscribers-only)
950 W:      http://blackfin.uclinux.org/
951 S:      Supported
952
953 BLOCK LAYER
954 P:      Jens Axboe
955 M:      [email protected]
956 L:      [email protected]
957 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
958 S:      Maintained
959
960 BLOCK2MTD DRIVER
961 P:      Joern Engel
962 M:      [email protected]
963 L:      [email protected]
964 S:      Maintained
965
966 BLUETOOTH DRIVERS
967 P:      Marcel Holtmann
968 M:      [email protected]
969 L:      [email protected]
970 W:      http://www.bluez.org/
971 S:      Maintained
972
973 BLUETOOTH SUBSYSTEM
974 P:      Marcel Holtmann
975 M:      [email protected]
976 L:      [email protected]
977 W:      http://www.bluez.org/
978 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
979 S:      Maintained
980
981 BONDING DRIVER
982 P:      Jay Vosburgh
983 M:      [email protected]
984 L:      [email protected]
985 W:      http://sourceforge.net/projects/bonding/
986 S:      Supported
987
988 BROADCOM B44 10/100 ETHERNET DRIVER
989 P:      Gary Zambrano
990 M:      [email protected]
991 L:      [email protected]
992 S:      Supported
993
994 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
995 P:      Michael Chan
996 M:      [email protected]
997 L:      [email protected]
998 S:      Supported
999
1000 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1001 P:      Eilon Greenstein
1002 M:      [email protected]
1003 L:      [email protected]
1004 S:      Supported
1005
1006 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1007 P:      Michael Chan
1008 M:      [email protected]
1009 L:      [email protected]
1010 S:      Supported
1011
1012 BSG (block layer generic sg v4 driver)
1013 P:      FUJITA Tomonori
1014 M:      [email protected]
1015 L:      [email protected]
1016 S:      Supported
1017
1018 BT8XXGPIO DRIVER
1019 P:      Michael Buesch
1020 M:      [email protected]
1021 W:      http://bu3sch.de/btgpio.php
1022 S:      Maintained
1023
1024 BTTV VIDEO4LINUX DRIVER
1025 P:      Mauro Carvalho Chehab
1026 M:      [email protected]
1027 M:      [email protected]
1028 L:      [email protected]
1029 W:      http://linuxtv.org
1030 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1031 S:      Maintained
1032
1033 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1034 P:      Jonathan Corbet
1035 M:      [email protected]
1036 L:      [email protected]
1037 S:      Maintained
1038
1039 CALGARY x86-64 IOMMU
1040 P:      Muli Ben-Yehuda
1041 M:      [email protected]
1042 P:      Jon D. Mason
1043 M:      [email protected]
1044 L:      [email protected]
1045 L:      [email protected]
1046 S:      Maintained
1047
1048 CAN NETWORK LAYER
1049 P:      Urs Thuermann
1050 M:      [email protected]
1051 P:      Oliver Hartkopp
1052 M:      [email protected]
1053 L:      [email protected] (subscribers-only)
1054 W:      http://developer.berlios.de/projects/socketcan/
1055 S:      Maintained
1056
1057 CELL BROADBAND ENGINE ARCHITECTURE
1058 P:      Arnd Bergmann
1059 M:      [email protected]
1060 L:      [email protected]
1061 L:      [email protected]
1062 W:      http://www.ibm.com/developerworks/power/cell/
1063 S:      Supported
1064
1065 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1066 P:      David Vrabel
1067 M:      [email protected]
1068 L:      [email protected]
1069 S:      Supported
1070
1071 CFAG12864B LCD DRIVER
1072 P:      Miguel Ojeda Sandonis
1073 M:      [email protected]
1074 L:      [email protected]
1075 W:      http://miguelojeda.es/auxdisplay.htm
1076 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1077 S:      Maintained
1078
1079 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1080 P:      Miguel Ojeda Sandonis
1081 M:      [email protected]
1082 L:      [email protected]
1083 W:      http://miguelojeda.es/auxdisplay.htm
1084 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1085 S:      Maintained
1086
1087 CFG80211 and NL80211
1088 P:      Johannes Berg
1089 M:      [email protected]
1090 L:      [email protected]
1091 S:      Maintained
1092
1093 CHECKPATCH
1094 P:      Andy Whitcroft
1095 M:      [email protected]
1096 P:      Randy Dunlap
1097 M:      [email protected]
1098 P:      Joel Schopp
1099 M:      [email protected]
1100 S:      Supported
1101
1102 CISCO 10G ETHERNET DRIVER
1103 P:      Scott Feldman
1104 M:      [email protected]
1105 P:      Joe Eykholt
1106 M:      [email protected]
1107 S:      Supported
1108
1109 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1110 P:      Lennert Buytenhek
1111 M:      [email protected]
1112 L:      [email protected]
1113 S:      Maintained
1114
1115 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1116 P:      Lennert Buytenhek
1117 M:      [email protected]
1118 L:      [email protected]
1119 S:      Maintained
1120
1121 CIRRUS LOGIC CS4270 SOUND DRIVER
1122 P:      Timur Tabi
1123 M:      [email protected]
1124 L:      [email protected]
1125 S:      Supported
1126
1127 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1128 P:      Cirrus Logic Corporation (kernel 2.2 driver)
1129 M:      Cirrus Logic Corporation, Thomas Woller <[email protected]>
1130 P:      Nils Faerber (port to kernel 2.4)
1131 M:      Nils Faerber <[email protected]>
1132 S:      Maintained
1133
1134 CODA FILE SYSTEM
1135 P:      Jan Harkes
1136 M:      [email protected]
1137 M:      [email protected]
1138 L:      [email protected]
1139 W:      http://www.coda.cs.cmu.edu/
1140 S:      Maintained
1141
1142 COMMON INTERNET FILE SYSTEM (CIFS)
1143 P:      Steve French
1144 M:      [email protected]
1145 L:      [email protected]
1146 L:      [email protected]
1147 W:      http://linux-cifs.samba.org/
1148 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1149 S:      Supported
1150
1151 COMPACTPCI HOTPLUG CORE
1152 P:      Scott Murray
1153 M:      [email protected]
1154 M:      [email protected]
1155 L:      [email protected]
1156 S:      Supported
1157
1158 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1159 P:      Scott Murray
1160 M:      [email protected]
1161 M:      [email protected]
1162 L:      [email protected]
1163 S:      Supported
1164
1165 COMPACTPCI HOTPLUG GENERIC DRIVER
1166 P:      Scott Murray
1167 M:      [email protected]
1168 M:      [email protected]
1169 L:      [email protected]
1170 S:      Supported
1171
1172 COMPAL LAPTOP SUPPORT
1173 P:      Cezary Jackiewicz
1174 M:      [email protected]
1175 S:      Maintained
1176
1177 COMPUTONE INTELLIPORT MULTIPORT CARD
1178 P:      Michael H. Warfield
1179 M:      [email protected]
1180 W:      http://www.wittsend.com/computone.html
1181 S:      Maintained
1182
1183 CONEXANT ACCESSRUNNER USB DRIVER
1184 P:      Simon Arlott
1185 M:      [email protected]
1186 L:      [email protected]
1187 W:      http://accessrunner.sourceforge.net/
1188 S:      Maintained
1189
1190 CONFIGFS
1191 P:      Joel Becker
1192 M:      [email protected]
1193 L:      [email protected]
1194 S:      Supported
1195
1196 CONTROL GROUPS (CGROUPS)
1197 P:      Paul Menage
1198 M:      [email protected]
1199 L:      [email protected]
1200 S:      Maintained
1201
1202 CORETEMP HARDWARE MONITORING DRIVER
1203 P:      Rudolf Marek
1204 M:      [email protected]
1205 L:      [email protected]
1206 S:      Maintained
1207
1208 COSA/SRP SYNC SERIAL DRIVER
1209 P:      Jan "Yenya" Kasprzak
1210 M:      [email protected]
1211 W:      http://www.fi.muni.cz/~kas/cosa/
1212 S:      Maintained
1213
1214 CPU FREQUENCY DRIVERS
1215 P:      Dave Jones
1216 M:      [email protected]
1217 L:      [email protected]
1218 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1219 T:      git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1220 S:      Maintained
1221
1222 CPUID/MSR DRIVER
1223 P:      H. Peter Anvin
1224 M:      [email protected]
1225 S:      Maintained
1226
1227 CPUSETS
1228 P:      Paul Menage
1229 M:      [email protected]
1230 L:      [email protected]
1231 W:      http://www.bullopensource.org/cpuset/
1232 W:      http://oss.sgi.com/projects/cpusets/
1233 S:      Supported
1234
1235 CRAMFS FILESYSTEM
1236 W:      http://sourceforge.net/projects/cramfs/
1237 S:      Orphan
1238
1239 CRIS PORT
1240 P:      Mikael Starvik
1241 M:      [email protected]
1242 P:      Jesper Nilsson
1243 M:      [email protected]
1244 L:      [email protected]
1245 W:      http://developer.axis.com
1246 S:      Maintained
1247
1248 CRYPTO API
1249 P:      Herbert Xu
1250 M:      [email protected]
1251 P:      David S. Miller
1252 M:      [email protected]
1253 L:      [email protected]
1254 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1255 S:      Maintained
1256
1257 CS5535 Audio ALSA driver
1258 P:      Jaya Kumar
1259 M:      [email protected]
1260 S:      Maintained
1261
1262 CX18 VIDEO4LINUX DRIVER
1263 P:      Hans Verkuil, Andy Walls
1264 M:      [email protected][email protected]
1265 L:      [email protected]
1266 L:      [email protected]
1267 L:      [email protected]
1268 W:      http://linuxtv.org
1269 S:      Maintained
1270
1271 CXGB3 ETHERNET DRIVER (CXGB3)
1272 P:      Divy Le Ray
1273 M:      [email protected]
1274 L:      [email protected]
1275 W:      http://www.chelsio.com
1276 S:      Supported
1277
1278 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1279 P:      Steve Wise
1280 M:      [email protected]
1281 L:      [email protected]
1282 W:      http://www.openfabrics.org
1283 S:      Supported
1284
1285 CYBERPRO FB DRIVER
1286 P:      Russell King
1287 M:      [email protected]
1288 W:      http://www.arm.linux.org.uk/
1289 S:      Maintained
1290
1291 CYBLAFB FRAMEBUFFER DRIVER
1292 P:      Knut Petersen
1293 M:      [email protected]
1294 L:      [email protected] (moderated for non-subscribers)
1295 S:      Maintained
1296
1297 CYCLADES 2X SYNC CARD DRIVER
1298 P:      Arnaldo Carvalho de Melo
1299 M:      [email protected]
1300 W:      http://oops.ghostprotocols.net:81/blog
1301 S:      Maintained
1302
1303 CYCLADES ASYNC MUX DRIVER
1304 W:      http://www.cyclades.com/
1305 S:      Orphan
1306
1307 CYCLADES PC300 DRIVER
1308 W:      http://www.cyclades.com/
1309 S:      Orphan
1310
1311 DAMA SLAVE for AX.25
1312 P:      Joerg Reuter
1313 M:      [email protected]
1314 W:      http://yaina.de/jreuter/
1315 W:      http://www.qsl.net/dl1bke/
1316 L:      [email protected]
1317 S:      Maintained
1318
1319 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1320 P:      Tobias Ringstrom
1321 M:      [email protected]
1322 L:      [email protected]
1323 S:      Maintained
1324
1325 DC390/AM53C974 SCSI driver
1326 P:      Kurt Garloff
1327 M:      [email protected]
1328 W:      http://www.garloff.de/kurt/linux/dc390/
1329 P:      Guennadi Liakhovetski
1330 M:      [email protected]
1331 S:      Maintained
1332
1333 DC395x SCSI driver
1334 P:      Oliver Neukum
1335 M:      [email protected]
1336 P:      Ali Akcaagac
1337 M:      [email protected]
1338 P:      Jamie Lenehan
1339 M:      [email protected]
1340 W:      http://twibble.org/dist/dc395x/
1341 L:      [email protected]
1342 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1343 S:      Maintained
1344
1345 DCCP PROTOCOL
1346 P:      Arnaldo Carvalho de Melo
1347 M:      [email protected]
1348 L:      [email protected]
1349 W:      http://linux-net.osdl.org/index.php/DCCP
1350 S:      Maintained
1351
1352 DECnet NETWORK LAYER
1353 P:      Christine Caulfield
1354 M:      [email protected]
1355 W:      http://linux-decnet.sourceforge.net
1356 L:      [email protected]
1357 S:      Maintained
1358
1359 DEFXX FDDI NETWORK DRIVER
1360 P:      Maciej W. Rozycki
1361 M:      [email protected]
1362 S:      Maintained
1363
1364 DELL LAPTOP SMM DRIVER
1365 P:      Massimo Dal Zotto
1366 M:      [email protected]
1367 W:      http://www.debian.org/~dz/i8k/
1368 S:      Maintained
1369
1370 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1371 P:      Doug Warzecha
1372 M:      [email protected]
1373 S:      Maintained
1374
1375 DEVICE NUMBER REGISTRY
1376 P:      Torben Mathiasen
1377 M:      [email protected]
1378 W:      http://lanana.org/docs/device-list/index.html
1379 L:      [email protected]
1380 S:      Maintained
1381
1382 DEVICE-MAPPER  (LVM)
1383 P:      Alasdair Kergon
1384 L:      [email protected]
1385 W:      http://sources.redhat.com/dm
1386 S:      Maintained
1387
1388 DIGI INTL. EPCA DRIVER
1389 P:      Digi International, Inc
1390 M:      [email protected]
1391 L:      [email protected]
1392 W:      http://www.digi.com
1393 S:      Orphan
1394
1395 DIRECTORY NOTIFICATION (DNOTIFY)
1396 P:      Stephen Rothwell
1397 M:      [email protected]
1398 L:      [email protected]
1399 S:      Supported
1400
1401 DISK GEOMETRY AND PARTITION HANDLING
1402 P:      Andries Brouwer
1403 M:      [email protected]
1404 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1405 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1406 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1407 S:      Maintained
1408
1409 DISKQUOTA
1410 P:      Jan Kara
1411 M:      [email protected]
1412 L:      [email protected]
1413 S:      Maintained
1414
1415 DISTRIBUTED LOCK MANAGER (DLM)
1416 P:      Christine Caulfield
1417 M:      [email protected]
1418 P:      David Teigland
1419 M:      [email protected]
1420 L:      [email protected]
1421 W:      http://sources.redhat.com/cluster/
1422 T:      git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
1423 S:      Supported
1424
1425 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1426 P:      Maciej Sosnowski
1427 M:      [email protected]
1428 P:      Dan Williams
1429 M:      [email protected]
1430 L:      [email protected]
1431 S:      Supported
1432
1433 DME1737 HARDWARE MONITOR DRIVER
1434 P:      Juerg Haefliger
1435 M:      [email protected]
1436 L:      [email protected]
1437 S:      Maintained
1438
1439 DOCBOOK FOR DOCUMENTATION
1440 P:      Randy Dunlap
1441 M:      [email protected]
1442 S:      Maintained
1443
1444 DOCKING STATION DRIVER
1445 P:      Shaohua Li
1446 M:      [email protected]
1447 L:      [email protected]
1448 S:      Supported
1449
1450 DOCUMENTATION (/Documentation directory)
1451 P:      Michael Kerrisk
1452 M:      [email protected]
1453 P:      Randy Dunlap
1454 M:      [email protected]
1455 L:      [email protected]
1456 S:      Maintained
1457
1458 DOUBLETALK DRIVER
1459 P:      James R. Van Zandt
1460 M:      [email protected]
1461 L:      [email protected]
1462 S:      Maintained
1463
1464 DPT_I2O SCSI RAID DRIVER
1465 P:      Adaptec OEM Raid Solutions
1466 M:      [email protected]
1467 L:      [email protected]
1468 W:      http://www.adaptec.com/
1469 S:      Maintained
1470
1471 DRIVER CORE, KOBJECTS, AND SYSFS
1472 P:      Greg Kroah-Hartman
1473 M:      [email protected]
1474 L:      [email protected]
1475 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1476 S:      Supported
1477
1478 DRM DRIVERS
1479 P:      David Airlie
1480 M:      [email protected]
1481 L:      [email protected]
1482 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1483 S:      Maintained
1484
1485 DSCC4 DRIVER
1486 P:      Francois Romieu
1487 M:      [email protected]
1488 L:      [email protected]
1489 S:      Maintained
1490
1491 DVB SUBSYSTEM AND DRIVERS
1492 P:      LinuxTV.org Project
1493 M:      [email protected]
1494 L:      [email protected] (subscription required)
1495 W:      http://linuxtv.org/
1496 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1497 S:      Maintained
1498
1499 DZ DECSTATION DZ11 SERIAL DRIVER
1500 P:      Maciej W. Rozycki
1501 M:      [email protected]
1502 S:      Maintained
1503
1504 EATA-DMA SCSI DRIVER
1505 P:      Michael Neuffer
1506 L:      [email protected][email protected]
1507 S:      Maintained
1508
1509 EATA ISA/EISA/PCI SCSI DRIVER
1510 P:      Dario Ballabio
1511 M:      [email protected]
1512 L:      [email protected]
1513 S:      Maintained
1514
1515 EATA-PIO SCSI DRIVER
1516 P:      Michael Neuffer
1517 M:      [email protected]
1518 L:      [email protected][email protected]
1519 S:      Maintained
1520
1521 EBTABLES
1522 P:      Bart De Schuymer
1523 M:      [email protected]
1524 L:      [email protected]
1525 L:      [email protected]
1526 W:      http://ebtables.sourceforge.net/
1527 S:      Maintained
1528
1529 ECRYPT FILE SYSTEM
1530 P:      Tyler Hicks, Dustin Kirkland
1531 M:      [email protected][email protected]
1532 L:      [email protected]
1533 W:      https://launchpad.net/ecryptfs
1534 S:      Supported
1535
1536 EDAC-CORE
1537 P:      Doug Thompson
1538 M:      [email protected]
1539 L:      [email protected]
1540 W:      bluesmoke.sourceforge.net
1541 S:      Supported
1542
1543 EDAC-E752X
1544 P:      Mark Gross
1545 P:      Doug Thompson
1546 M:      [email protected]
1547 M:      [email protected]
1548 L:      [email protected]
1549 W:      bluesmoke.sourceforge.net
1550 S:      Maintained
1551
1552 EDAC-E7XXX
1553 P:      Doug Thompson
1554 M:      [email protected]
1555 L:      [email protected]
1556 W:      bluesmoke.sourceforge.net
1557 S:      Maintained
1558
1559 EDAC-I82443BXGX
1560 P:      Tim Small
1561 M:      [email protected]
1562 L:      [email protected]
1563 W:      bluesmoke.sourceforge.net
1564 S:      Maintained
1565
1566 EDAC-I3000
1567 P:      Jason Uhlenkott
1568 M:      [email protected]
1569 L:      [email protected]
1570 W:      bluesmoke.sourceforge.net
1571 S:      Maintained
1572
1573 EDAC-I5000
1574 P:      Doug Thompson
1575 M:      [email protected]
1576 L:      [email protected]
1577 W:      bluesmoke.sourceforge.net
1578 S:      Maintained
1579
1580 EDAC-I82975X
1581 P:      Ranganathan Desikan
1582 P:      Arvind R.
1583 M:      [email protected]
1584 M:      [email protected]
1585 L:      [email protected]
1586 W:      bluesmoke.sourceforge.net
1587 S:      Maintained
1588
1589 EDAC-PASEMI
1590 P:      Egor Martovetsky
1591 M:      [email protected]
1592 L:      [email protected]
1593 W:      bluesmoke.sourceforge.net
1594 S:      Maintained
1595
1596 EDAC-R82600
1597 P:      Tim Small
1598 M:      [email protected]
1599 L:      [email protected]
1600 W:      bluesmoke.sourceforge.net
1601 S:      Maintained
1602
1603 EEEPC LAPTOP EXTRAS DRIVER
1604 P:      Corentin Chary
1605 M:      [email protected]
1606 L:      [email protected]
1607 W:      http://sourceforge.net/projects/acpi4asus
1608 S:      Maintained
1609
1610 EFS FILESYSTEM
1611 W:      http://aeschi.ch.eu.org/efs/
1612 S:      Orphan
1613
1614 EHCA (IBM GX bus InfiniBand adapter) DRIVER
1615 P:      Hoang-Nam Nguyen
1616 M:      [email protected]
1617 P:      Christoph Raisch
1618 M:      [email protected]
1619 L:      [email protected]
1620 S:      Supported
1621
1622 EMBEDDED LINUX
1623 P:      Paul Gortmaker
1624 M:      [email protected]
1625 P:      David Woodhouse
1626 M:      [email protected]
1627 L:      [email protected]
1628 S:      Maintained
1629
1630 EMULEX LPFC FC SCSI DRIVER
1631 P:      James Smart
1632 M:      [email protected]
1633 L:      [email protected]
1634 W:      http://sourceforge.net/projects/lpfcxxxx
1635 S:      Supported
1636
1637 EPSON 1355 FRAMEBUFFER DRIVER
1638 P:      Christopher Hoover
1639 M:      [email protected][email protected]
1640 S:      Maintained
1641
1642 EPSON S1D13XXX FRAMEBUFFER DRIVER
1643 P:      Kristoffer Ericson
1644 M:      [email protected]
1645 S:      Maintained
1646
1647 ETHEREXPRESS-16 NETWORK DRIVER
1648 P:      Philip Blundell
1649 M:      [email protected]
1650 L:      [email protected]
1651 S:      Maintained
1652
1653 ETHERNET BRIDGE
1654 P:      Stephen Hemminger
1655 M:      [email protected]
1656 L:      [email protected]
1657 W:      http://www.linux-foundation.org/en/Net:Bridge
1658 S:      Maintained
1659
1660 ETHERTEAM 16I DRIVER
1661 P:      Mika Kuoppala
1662 M:      [email protected]
1663 S:      Maintained
1664
1665 EXT2 FILE SYSTEM
1666 L:      [email protected]
1667 S:      Maintained
1668
1669 EXT3 FILE SYSTEM
1670 P:      Stephen Tweedie, Andrew Morton
1671 M:      [email protected][email protected][email protected]
1672 L:      [email protected]
1673 S:      Maintained
1674
1675 EXT4 FILE SYSTEM
1676 P:      Theodore Ts'o
1677 M:      [email protected][email protected]
1678 L:      [email protected]
1679 W:      http://ext4.wiki.kernel.org
1680 S:      Maintained
1681
1682 F71805F HARDWARE MONITORING DRIVER
1683 P:      Jean Delvare
1684 M:      [email protected]
1685 L:      [email protected]
1686 S:      Maintained
1687
1688 FARSYNC SYNCHRONOUS DRIVER
1689 P:      Kevin Curtis
1690 M:      [email protected]
1691 W:      http://www.farsite.co.uk/
1692 S:      Supported
1693
1694 FAULT INJECTION SUPPORT
1695 P:      Akinobu Mita
1696 M:      [email protected]
1697 S:      Supported
1698
1699 FILE LOCKING (flock() and fcntl()/lockf())
1700 P:      Matthew Wilcox
1701 M:      [email protected]
1702 L:      [email protected]
1703 S:      Maintained
1704
1705 FILESYSTEMS (VFS and infrastructure)
1706 P:      Alexander Viro
1707 M:      [email protected]
1708 L:      [email protected]
1709 S:      Maintained
1710
1711 FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1712 P:      Kristian Hoegsberg, Stefan Richter
1713 M:      [email protected][email protected]
1714 L:      [email protected]
1715 W:      http://www.linux1394.org/
1716 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1717 S:      Maintained
1718
1719 FIRMWARE LOADER (request_firmware)
1720 L:      [email protected]
1721 S:      Orphan
1722
1723 FPU EMULATOR
1724 P:      Bill Metzenthen
1725 M:      [email protected]
1726 W:      http://suburbia.net/~billm/floating-point/emulator/
1727 S:      Maintained
1728
1729 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1730 P:      Mike McLagan
1731 M:      [email protected]
1732 L:      [email protected]
1733 S:      Maintained
1734
1735 FRAMEBUFFER LAYER
1736 P:      Antonino Daplas
1737 M:      [email protected]
1738 L:      [email protected] (moderated for non-subscribers)
1739 W:      http://linux-fbdev.sourceforge.net/
1740 S:      Maintained
1741
1742 FREESCALE DMA DRIVER
1743 P:      Li Yang
1744 M:      [email protected]
1745 P:      Zhang Wei
1746 M:      [email protected]
1747 L:      [email protected]
1748 L:      [email protected]
1749 S:      Maintained
1750
1751 FREESCALE I2C CPM DRIVER
1752 P:      Jochen Friedrich
1753 M:      [email protected]
1754 L:      [email protected]
1755 L:      [email protected]
1756 S:      Maintained
1757
1758 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1759 P:      Sascha Hauer
1760 M:      [email protected]
1761 L:      [email protected] (moderated for non-subscribers)
1762 L:      [email protected] (subscribers-only)
1763 S:      Maintained
1764
1765 FREESCALE SOC FS_ENET DRIVER
1766 P:      Pantelis Antoniou
1767 M:      [email protected]
1768 P:      Vitaly Bordug
1769 M:      [email protected]
1770 L:      [email protected]
1771 L:      [email protected]
1772 S:      Maintained
1773
1774 FREESCALE QUICC ENGINE LIBRARY
1775 P:      Timur Tabi
1776 M:      [email protected]
1777 L:      [email protected]
1778 S:      Supported
1779
1780 FREESCALE HIGHSPEED USB DEVICE DRIVER
1781 P:      Li Yang
1782 M:      [email protected]
1783 L:      [email protected]
1784 L:      [email protected]
1785 S:      Maintained
1786
1787 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1788 P:      Li Yang
1789 M:      [email protected]
1790 L:      [email protected]
1791 L:      [email protected]
1792 S:      Maintained
1793
1794 FREESCALE QUICC ENGINE UCC UART DRIVER
1795 P:      Timur Tabi
1796 M:      [email protected]
1797 L:      [email protected]
1798 S:      Supported
1799
1800 FREESCALE SOC SOUND DRIVERS
1801 P:      Timur Tabi
1802 M:      [email protected]
1803 L:      [email protected]
1804 L:      [email protected]
1805 S:      Supported
1806
1807 FREEVXFS FILESYSTEM
1808 P:      Christoph Hellwig
1809 M:      [email protected]
1810 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1811 S:      Maintained
1812
1813 FTRACE
1814 P:      Steven Rostedt
1815 M:      [email protected]
1816 S:      Maintained
1817
1818 FUJITSU FR-V (FRV) PORT
1819 P:      David Howells
1820 M:      [email protected]
1821 S:      Maintained
1822
1823 FUJITSU LAPTOP EXTRAS
1824 P:      Jonathan Woithe
1825 M:      [email protected]
1826 L:      [email protected]
1827 S:      Maintained
1828
1829 FUSE: FILESYSTEM IN USERSPACE
1830 P:      Miklos Szeredi
1831 M:      [email protected]
1832 L:      [email protected]
1833 W:      http://fuse.sourceforge.net/
1834 S:      Maintained
1835
1836 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1837 P:      Rik Faith
1838 M:      [email protected]
1839 L:      [email protected]
1840 S:      Odd Fixes (e.g., new signatures)
1841
1842 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1843 P:      Achim Leubner
1844 M:      [email protected]
1845 L:      [email protected]
1846 W:      http://www.icp-vortex.com/
1847 S:      Supported
1848
1849 GENERIC GPIO I2C DRIVER
1850 P:      Haavard Skinnemoen
1851 M:      [email protected]
1852 S:      Supported
1853
1854 GENERIC HDLC (WAN) DRIVERS
1855 P:      Krzysztof Halasa
1856 M:      [email protected]
1857 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1858 S:      Maintained
1859
1860 GFS2 FILE SYSTEM
1861 P:      Steven Whitehouse
1862 M:      [email protected]
1863 L:      [email protected]
1864 W:      http://sources.redhat.com/cluster/
1865 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1866 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1867 S:      Supported
1868
1869 GIGASET ISDN DRIVERS
1870 P:      Hansjoerg Lipp
1871 M:      [email protected]
1872 P:      Tilman Schmidt
1873 M:      [email protected]
1874 L:      [email protected]
1875 W:      http://gigaset307x.sourceforge.net/
1876 S:      Maintained
1877
1878 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1879 P:      Robert Love
1880 M:      [email protected]
1881 M:      [email protected]
1882 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1883 S:      Maintained
1884
1885 GSPCA FINEPIX SUBDRIVER
1886 P:      Frank Zago
1887 M:      [email protected]
1888 L:      [email protected]
1889 S:      Maintained
1890
1891 GSPCA M5602 SUBDRIVER
1892 P:      Erik Andren
1893 M:      [email protected]
1894 L:      [email protected]
1895 S:      Maintained
1896
1897 GSPCA PAC207 SONIXB SUBDRIVER
1898 P:      Hans de Goede
1899 M:      [email protected]
1900 L:      [email protected]
1901 S:      Maintained
1902
1903 GSPCA T613 SUBDRIVER
1904 P:      Leandro Costantino
1905 M:      [email protected]
1906 L:      [email protected]
1907 S:      Maintained
1908
1909 GSPCA USB WEBCAM DRIVER
1910 P:      Jean-Francois Moine
1911 M:      [email protected]
1912 W:      http://moinejf.free.fr
1913 L:      [email protected]
1914 S:      Maintained
1915
1916 HARDWARE MONITORING
1917 L:      [email protected]
1918 W:      http://www.lm-sensors.org/
1919 S:      Orphan
1920
1921 HARDWARE RANDOM NUMBER GENERATOR CORE
1922 S:      Orphan
1923
1924 HARMONY SOUND DRIVER
1925 P:      Kyle McMartin
1926 M:      [email protected]
1927 L:      [email protected]
1928 S:      Maintained
1929
1930 HAYES ESP SERIAL DRIVER
1931 P:      Andrew J. Robinson
1932 M:      [email protected]
1933 L:      [email protected]
1934 W:      http://www.nyx.net/~arobinso
1935 S:      Maintained
1936
1937 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1938 P:      Chirag Kantharia
1939 M:      [email protected]
1940 L:      [email protected]
1941 S:      Maintained
1942
1943 HEWLETT-PACKARD SMART2 RAID DRIVER
1944 P:      Chirag Kantharia
1945 M:      [email protected]
1946 L:      [email protected]
1947 S:      Maintained
1948
1949 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1950 P:      Mike Miller
1951 M:      [email protected]
1952 L:      [email protected]
1953 S:      Supported
1954
1955 HFS FILESYSTEM
1956 P:      Roman Zippel
1957 M:      [email protected]
1958 L:      [email protected]
1959 S:      Maintained
1960
1961 HGA FRAMEBUFFER DRIVER
1962 P:      Ferenc Bakonyi
1963 M:      [email protected]
1964 L:      [email protected]
1965 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1966 S:      Maintained
1967
1968 HIBERNATION (aka Software Suspend, aka swsusp)
1969 P:      Pavel Machek
1970 M:      [email protected]
1971 P:      Rafael J. Wysocki
1972 M:      [email protected]
1973 L:      [email protected]
1974 S:      Supported
1975
1976 HID CORE LAYER
1977 P:      Jiri Kosina
1978 M:      [email protected]
1979 L:      [email protected]
1980 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1981 S:      Maintained
1982
1983 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1984 P:      Thomas Gleixner
1985 M:      [email protected]
1986 L:      [email protected]
1987 S:      Maintained
1988
1989 HIGH-SPEED SCC DRIVER FOR AX.25
1990 P:      Klaus Kudielka
1991 M:      [email protected]
1992 L:      [email protected]
1993 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1994 S:      Maintained
1995
1996 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1997 P:      HighPoint Linux Team
1998 M:      [email protected]
1999 W:      http://www.highpoint-tech.com
2000 S:      Supported
2001
2002 HIPPI
2003 P:      Jes Sorensen
2004 M:      [email protected]
2005 L:      [email protected]
2006 S:      Maintained
2007
2008 HOST AP DRIVER
2009 P:      Jouni Malinen
2010 M:      [email protected]
2011 L:      [email protected] (subscribers-only)
2012 L:      [email protected]
2013 W:      http://hostap.epitest.fi/
2014 S:      Maintained
2015
2016 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2017 P:      Carlos Corbacho
2018 M:      [email protected]
2019 S:      Odd Fixes
2020
2021 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2022 P:      Jaroslav Kysela
2023 M:      [email protected]
2024 S:      Maintained
2025
2026 HPET:   High Precision Event Timers driver (drivers/char/hpet.c)
2027 P:      Clemens Ladisch
2028 M:      [email protected]
2029 S:      Maintained
2030
2031 HPET:   i386
2032 P:      Venkatesh Pallipadi (Venki)
2033 M:      [email protected]
2034 S:      Maintained
2035
2036 HPET:   x86_64
2037 P:      Vojtech Pavlik
2038 M:      [email protected]
2039 S:      Maintained
2040
2041 HPET:   ACPI hpet.c
2042 P:      Bob Picco
2043 M:      [email protected]
2044 S:      Maintained
2045
2046 HPFS FILESYSTEM
2047 P:      Mikulas Patocka
2048 M:      [email protected]
2049 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2050 S:      Maintained
2051
2052 HTCPEN TOUCHSCREEN DRIVER
2053 P:      Pau Oliva Fora
2054 M:      [email protected]
2055 L:      [email protected]
2056 S:      Maintained
2057
2058 HUGETLB FILESYSTEM
2059 P:      William Irwin
2060 M:      [email protected]
2061 S:      Maintained
2062
2063 I2C/SMBUS STUB DRIVER
2064 P:      Mark M. Hoffman
2065 M:      [email protected]
2066 L:      [email protected]
2067 S:      Maintained
2068
2069 I2C SUBSYSTEM
2070 P:      Jean Delvare (PC drivers, core)
2071 M:      [email protected]
2072 P:      Ben Dooks (embedded platforms)
2073 M:      [email protected]
2074 L:      [email protected]
2075 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
2076 S:      Maintained
2077
2078 I2C-TINY-USB DRIVER
2079 P:      Till Harbaum
2080 M:      [email protected]
2081 L:      [email protected]
2082 T:      http://www.harbaum.org/till/i2c_tiny_usb
2083 S:      Maintained
2084
2085 i386 BOOT CODE
2086 P:      H. Peter Anvin
2087 M:      [email protected]
2088 L:      [email protected]
2089 S:      Maintained
2090
2091 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2092 P:      H. Peter Anvin
2093 M:      [email protected]
2094 T:      git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2095 S:      Maintained
2096
2097 IA64 (Itanium) PLATFORM
2098 P:      Tony Luck
2099 M:      [email protected]
2100 L:      [email protected]
2101 W:      http://www.ia64-linux.org/
2102 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2103 S:      Maintained
2104
2105 IBM MCA SCSI SUBSYSTEM DRIVER
2106 P:      Michael Lang
2107 M:      [email protected]
2108 W:      http://www.uni-mainz.de/~langm000/linux.html
2109 S:      Maintained
2110
2111 IBM Power Linux RAID adapter
2112 P:      Brian King
2113 M:      [email protected]
2114 S:      Supported
2115
2116 IBM ServeRAID RAID DRIVER
2117 P:      Jack Hammer
2118 P:      Dave Jeffery
2119 M:      [email protected]
2120 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2121 S:      Supported
2122
2123 IDE SUBSYSTEM
2124 P:      Bartlomiej Zolnierkiewicz
2125 M:      [email protected]
2126 L:      [email protected]
2127 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
2128 S:      Maintained
2129
2130 IDE/ATAPI CDROM DRIVER
2131 P:      Borislav Petkov
2132 M:      [email protected]
2133 L:      [email protected]
2134 S:      Maintained
2135
2136 IDE/ATAPI FLOPPY DRIVERS
2137 P:      Paul Bristow
2138 M:      Paul Bristow <[email protected]>
2139 W:      http://paulbristow.net/linux/idefloppy.html
2140 L:      [email protected]
2141 S:      Maintained
2142
2143 IDE/ATAPI TAPE DRIVERS
2144 P:      Gadi Oxman
2145 M:      Gadi Oxman <[email protected]>
2146 L:      [email protected]
2147 S:      Maintained
2148
2149 IDE-SCSI DRIVER
2150 L:      [email protected]
2151 L:      [email protected]
2152 S:      Orphan
2153
2154 IDLE-I7300
2155 P:      Andy Henroid
2156 M:      [email protected]
2157 L:      [email protected]
2158 S:      Supported
2159
2160 IEEE 1394 SUBSYSTEM (drivers/ieee1394)
2161 P:      Ben Collins
2162 M:      [email protected]
2163 P:      Stefan Richter
2164 M:      [email protected]
2165 L:      [email protected]
2166 W:      http://www.linux1394.org/
2167 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2168 S:      Maintained
2169
2170 IEEE 1394 RAW I/O DRIVER (raw1394)
2171 P:      Dan Dennedy
2172 M:      [email protected]
2173 P:      Stefan Richter
2174 M:      [email protected]
2175 L:      [email protected]
2176 S:      Maintained
2177
2178 IMS TWINTURBO FRAMEBUFFER DRIVER
2179 L:      [email protected] (moderated for non-subscribers)
2180 S:      Orphan
2181
2182 INFINIBAND SUBSYSTEM
2183 P:      Roland Dreier
2184 M:      [email protected]
2185 P:      Sean Hefty
2186 M:      [email protected]
2187 P:      Hal Rosenstock
2188 M:      [email protected]
2189 L:      [email protected]
2190 W:      http://www.openib.org/
2191 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
2192 S:      Supported
2193
2194 INOTIFY
2195 P:      John McCutchan
2196 M:      [email protected]
2197 P:      Robert Love
2198 M:      [email protected]
2199 L:      [email protected]
2200 S:      Maintained
2201
2202 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2203 P:      Dmitry Torokhov
2204 M:      [email protected]
2205 M:      [email protected]
2206 L:      [email protected]
2207 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2208 S:      Maintained
2209
2210 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2211 P:      Sylvain Meyer
2212 M:      [email protected]
2213 L:      [email protected] (moderated for non-subscribers)
2214 S:      Maintained
2215
2216 INTEL 810/815 FRAMEBUFFER DRIVER
2217 P:      Antonino Daplas
2218 M:      [email protected]
2219 L:      [email protected] (moderated for non-subscribers)
2220 S:      Maintained
2221
2222 INTEL MENLOW THERMAL DRIVER
2223 P:      Sujith Thomas
2224 M:      [email protected]
2225 L:      [email protected]
2226 W:      http://www.lesswatts.org/projects/acpi/
2227 S:      Supported
2228
2229 INTEL IA32 MICROCODE UPDATE SUPPORT
2230 P:      Tigran Aivazian
2231 M:      [email protected]
2232 S:      Maintained
2233
2234 INTEL I/OAT DMA DRIVER
2235 P:      Maciej Sosnowski
2236 M:      [email protected]
2237 L:      [email protected]
2238 S:      Supported
2239
2240 INTEL IOMMU (VT-d)
2241 P:      David Woodhouse
2242 M:      [email protected]
2243 L:      [email protected]
2244 T:      git://git.infradead.org/iommu-2.6.git
2245 S:      Supported
2246
2247 INTEL IOP-ADMA DMA DRIVER
2248 P:      Dan Williams
2249 M:      [email protected]
2250 L:      [email protected]
2251 S:      Supported
2252
2253 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2254 P:      Krzysztof Halasa
2255 M:      [email protected]
2256 S:      Maintained
2257
2258 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2259 P:      Deepak Saxena
2260 M:      [email protected]
2261 S:      Maintained
2262
2263 INTEL IXP2000 ETHERNET DRIVER
2264 P:      Lennert Buytenhek
2265 M:      [email protected]
2266 L:      [email protected]
2267 S:      Maintained
2268
2269 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2270 P:      Jeff Kirsher
2271 M:      [email protected]
2272 P:      Jesse Brandeburg
2273 M:      [email protected]
2274 P:      Bruce Allan
2275 M:      [email protected]
2276 P:      PJ Waskiewicz
2277 M:      [email protected]
2278 P:      John Ronciak
2279 M:      [email protected]
2280 L:      [email protected]
2281 W:      http://e1000.sourceforge.net/
2282 S:      Supported
2283
2284 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2285 P:      Zhu Yi
2286 M:      [email protected]
2287 P:      James Ketrenos
2288 M:      [email protected]
2289 P:      Reinette Chatre
2290 M:      [email protected]
2291 L:      [email protected]
2292 L:      [email protected]
2293 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2294 W:      http://ipw2100.sourceforge.net
2295 S:      Supported
2296
2297 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2298 P:      Zhu Yi
2299 M:      [email protected]
2300 P:      James Ketrenos
2301 M:      [email protected]
2302 P:      Reinette Chatre
2303 M:      [email protected]
2304 L:      [email protected]
2305 L:      [email protected]
2306 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2307 W:      http://ipw2200.sourceforge.net
2308 S:      Supported
2309
2310 INTEL WIRELESS WIFI LINK (iwlwifi)
2311 P:      Zhu Yi
2312 M:      [email protected]
2313 P:      Reinette Chatre
2314 M:      [email protected]
2315 L:      [email protected]
2316 L:      [email protected]
2317 W:      http://intellinuxwireless.org
2318 T:      git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2319 S:      Supported
2320
2321 IOC3 ETHERNET DRIVER
2322 P:      Ralf Baechle
2323 M:      [email protected]
2324 L:      [email protected]
2325 S:      Maintained
2326
2327 IOC3 SERIAL DRIVER
2328 P:      Pat Gefre
2329 M:      [email protected]
2330 L:      [email protected]
2331 S:      Maintained
2332
2333 IP MASQUERADING
2334 P:      Juanjo Ciarlante
2335 M:      [email protected]
2336 S:      Maintained
2337
2338 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2339 P:      Francois Romieu
2340 M:      [email protected]
2341 P:      Sorbica Shieh
2342 M:      [email protected]
2343 P:      Jesse Huang
2344 M:      [email protected]
2345 L:      [email protected]
2346 S:      Maintained
2347
2348 IPATH DRIVER
2349 P:      Ralph Campbell
2350 M:      [email protected]
2351 L:      [email protected]
2352 T:      git git://git.qlogic.com/ipath-linux-2.6
2353 S:      Supported
2354
2355 IPMI SUBSYSTEM
2356 P:      Corey Minyard
2357 M:      [email protected]
2358 L:      [email protected]
2359 W:      http://openipmi.sourceforge.net/
2360 S:      Supported
2361
2362 IPS SCSI RAID DRIVER
2363 P:      Adaptec OEM Raid Solutions
2364 M:      [email protected]
2365 L:      [email protected]
2366 W:      http://www.adaptec.com/
2367 S:      Maintained
2368
2369 IPVS
2370 P:      Wensong Zhang
2371 M:      [email protected]
2372 P:      Simon Horman
2373 M:      [email protected]
2374 P:      Julian Anastasov
2375 M:      [email protected]
2376 L:      [email protected]
2377 L:      [email protected]
2378 S:      Maintained
2379
2380 IPWIRELESS DRIVER
2381 P:      Jiri Kosina
2382 M:      [email protected]
2383 P:      David Sterba
2384 M:      [email protected]
2385 S:      Maintained
2386 T:      git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2387
2388 IPX NETWORK LAYER
2389 P:      Arnaldo Carvalho de Melo
2390 M:      [email protected]
2391 L:      [email protected]
2392 S:      Maintained
2393
2394 IRDA SUBSYSTEM
2395 P:      Samuel Ortiz
2396 M:      [email protected]
2397 L:      [email protected] (subscribers-only)
2398 W:      http://irda.sourceforge.net/
2399 S:      Maintained
2400
2401 ISAPNP
2402 P:      Jaroslav Kysela
2403 M:      [email protected]
2404 S:      Maintained
2405
2406 ISCSI
2407 P:      Mike Christie
2408 M:      [email protected]
2409 L:      [email protected]
2410 W:      www.open-iscsi.org
2411 T:      git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2412 S:      Maintained
2413
2414 ISDN SUBSYSTEM
2415 P:      Karsten Keil
2416 M:      [email protected]
2417 L:      [email protected] (subscribers-only)
2418 W:      http://www.isdn4linux.de
2419 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2420 S:      Maintained
2421
2422 ISDN SUBSYSTEM (Eicon active card driver)
2423 P:      Armin Schindler
2424 M:      [email protected]
2425 L:      [email protected] (subscribers-only)
2426 W:      http://www.melware.de
2427 S:      Maintained
2428
2429 IVTV VIDEO4LINUX DRIVER
2430 P:      Hans Verkuil
2431 M:      [email protected]
2432 L:      [email protected]
2433 L:      [email protected]
2434 L:      [email protected]
2435 W:      http://www.ivtvdriver.org
2436 S:      Maintained
2437
2438 JFS FILESYSTEM
2439 P:      Dave Kleikamp
2440 M:      [email protected]
2441 L:      [email protected]
2442 W:      http://jfs.sourceforge.net/
2443 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2444 S:      Supported
2445
2446 JME NETWORK DRIVER
2447 P:      Guo-Fu Tseng
2448 M:      [email protected]
2449 L:      [email protected]
2450 S:      Maintained
2451
2452 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2453 P:      David Woodhouse
2454 M:      [email protected]
2455 L:      [email protected]
2456 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
2457 S:      Maintained
2458
2459 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2460 P:      Stephen Tweedie, Andrew Morton
2461 M:      [email protected][email protected]
2462 L:      [email protected]
2463 S:      Maintained
2464
2465 K8TEMP HARDWARE MONITORING DRIVER
2466 P:      Rudolf Marek
2467 M:      [email protected]
2468 L:      [email protected]
2469 S:      Maintained
2470
2471 KCONFIG
2472 P:      Roman Zippel
2473 M:      [email protected]
2474 L:      [email protected]
2475 S:      Maintained
2476
2477 KDUMP
2478 P:      Vivek Goyal
2479 M:      [email protected]
2480 P:      Haren Myneni
2481 M:      [email protected]
2482 L:      [email protected]
2483 L:      [email protected]
2484 W:      http://lse.sourceforge.net/kdump/
2485 S:      Maintained
2486
2487 KERNEL AUTOMOUNTER (AUTOFS)
2488 P:      H. Peter Anvin
2489 M:      [email protected]
2490 L:      [email protected]
2491 S:      Odd Fixes
2492
2493 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2494 P:      Ian Kent
2495 M:      [email protected]
2496 L:      [email protected]
2497 S:      Maintained
2498
2499 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2500 P:      Sam Ravnborg
2501 M:      [email protected]
2502 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2503 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
2504 L:      [email protected]
2505 S:      Maintained
2506
2507 KERNEL JANITORS
2508 P:      Several
2509 L:      [email protected]
2510 W:      http://www.kerneljanitors.org/
2511 S:      Maintained
2512
2513 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
2514 P:      J. Bruce Fields
2515 M:      [email protected]
2516 P:      Neil Brown
2517 M:      [email protected]
2518 L:      [email protected]
2519 W:      http://nfs.sourceforge.net/
2520 S:      Supported
2521
2522 KERNEL VIRTUAL MACHINE (KVM)
2523 P:      Avi Kivity
2524 M:      [email protected]
2525 L:      [email protected]
2526 W:      http://kvm.qumranet.com
2527 S:      Supported
2528
2529 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2530 P:      Joerg Roedel
2531 M:      [email protected]
2532 L:      [email protected]
2533 W:      http://kvm.qumranet.com
2534 S:      Supported
2535
2536 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2537 P:      Hollis Blanchard
2538 M:      [email protected]
2539 L:      [email protected]
2540 W:      http://kvm.qumranet.com
2541 S:      Supported
2542
2543 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
2544 P:      Anthony Xu
2545 M:      [email protected]
2546 P:      Xiantao Zhang
2547 M:      [email protected]
2548 L:      [email protected]
2549 W:      http://kvm.qumranet.com
2550 S:      Supported
2551
2552 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2553 P:      Carsten Otte
2554 M:      [email protected]
2555 P:      Christian Borntraeger
2556 M:      [email protected]
2557 M:      [email protected]
2558 L:      [email protected]
2559 W:      http://www.ibm.com/developerworks/linux/linux390/
2560 S:      Supported
2561
2562 KEXEC
2563 P:      Eric Biederman
2564 M:      [email protected]
2565 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2566 L:      [email protected]
2567 L:      [email protected]
2568 S:      Maintained
2569
2570 KGDB
2571 P:      Jason Wessel
2572 M:      [email protected]
2573 L:      [email protected]
2574 S:      Maintained
2575
2576 KPROBES
2577 P:      Ananth N Mavinakayanahalli
2578 M:      [email protected]
2579 P:      Anil S Keshavamurthy
2580 M:      [email protected]
2581 P:      David S. Miller
2582 M:      [email protected]
2583 P:      Masami Hiramatsu
2584 M:      [email protected]
2585 L:      [email protected]
2586 S:      Maintained
2587
2588 KS0108 LCD CONTROLLER DRIVER
2589 P:      Miguel Ojeda Sandonis
2590 M:      [email protected]
2591 L:      [email protected]
2592 W:      http://miguelojeda.es/auxdisplay.htm
2593 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2594 S:      Maintained
2595
2596 LAPB module
2597 L:      [email protected]
2598 S:      Orphan
2599
2600 LASI 53c700 driver for PARISC
2601 P:      James E.J. Bottomley
2602 M:      [email protected]
2603 L:      [email protected]
2604 S:      Maintained
2605
2606 LED SUBSYSTEM
2607 P:      Richard Purdie
2608 M:      [email protected]
2609 S:      Maintained
2610
2611 LEGO USB Tower driver
2612 P:      Juergen Stuber
2613 M:      [email protected]
2614 L:      [email protected]
2615 W:      http://legousb.sourceforge.net/
2616 S:      Maintained
2617
2618 LGUEST
2619 P:      Rusty Russell
2620 M:      [email protected]
2621 L:      [email protected]
2622 W:      http://lguest.ozlabs.org/
2623 S:      Maintained
2624
2625 LINUX FOR IBM pSERIES (RS/6000)
2626 P:      Paul Mackerras
2627 M:      [email protected]
2628 W:      http://www.ibm.com/linux/ltc/projects/ppc
2629 S:      Supported
2630
2631 LINUX FOR NCR VOYAGER
2632 P:      James Bottomley
2633 M:      [email protected]
2634 W:      http://www.hansenpartnership.com/voyager
2635 S:      Maintained
2636
2637 LINUX FOR POWERPC (32-BIT AND 64-BIT)
2638 P:      Paul Mackerras
2639 M:      [email protected]
2640 P:      Benjamin Herrenschmidt
2641 M:      [email protected]
2642 W:      http://www.penguinppc.org/
2643 L:      [email protected]
2644 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2645 S:      Supported
2646
2647 LINUX FOR POWER MACINTOSH
2648 P:      Benjamin Herrenschmidt
2649 M:      [email protected]
2650 W:      http://www.penguinppc.org/
2651 L:      [email protected]
2652 S:      Maintained
2653
2654 LINUX FOR POWERPC EMBEDDED MPC5XXX
2655 P:      Sylvain Munaut
2656 M:      [email protected]
2657 P:      Grant Likely
2658 M:      [email protected]
2659 L:      [email protected]
2660 S:      Maintained
2661
2662 LINUX FOR POWERPC EMBEDDED PPC4XX
2663 P:      Josh Boyer
2664 M:      [email protected]
2665 P:      Matt Porter
2666 M:      [email protected]
2667 W:      http://www.penguinppc.org/
2668 L:      [email protected]
2669 T:      git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
2670 S:      Maintained
2671
2672 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2673 P:      Grant Likely
2674 M:      [email protected]
2675 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
2676 L:      [email protected]
2677 S:      Maintained
2678
2679 LINUX FOR POWERPC EMBEDDED PPC8XX
2680 P:      Vitaly Bordug
2681 M:      [email protected]
2682 P:      Marcelo Tosatti
2683 M:      [email protected]
2684 W:      http://www.penguinppc.org/
2685 L:      [email protected]
2686 S:      Maintained
2687
2688 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2689 P:      Kumar Gala
2690 M:      [email protected]
2691 W:      http://www.penguinppc.org/
2692 L:      [email protected]
2693 S:      Maintained
2694
2695 LINUX FOR POWERPC PA SEMI PWRFICIENT
2696 P:      Olof Johansson
2697 M:      [email protected]
2698 W:      http://www.pasemi.com/
2699 L:      [email protected]
2700 S:      Supported
2701
2702 LINUX SECURITY MODULE (LSM) FRAMEWORK
2703 P:      Chris Wright
2704 M:      [email protected]
2705 L:      [email protected]
2706 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2707 S:      Supported
2708
2709 LLC (802.2)
2710 P:      Arnaldo Carvalho de Melo
2711 M:      [email protected]
2712 S:      Maintained
2713
2714 LIS3LV02D ACCELEROMETER DRIVER
2715 P:      Eric Piel
2716 M:      [email protected]
2717 S:      Maintained
2718
2719 LM83 HARDWARE MONITOR DRIVER
2720 P:      Jean Delvare
2721 M:      [email protected]
2722 L:      [email protected]
2723 S:      Maintained
2724
2725 LM90 HARDWARE MONITOR DRIVER
2726 P:      Jean Delvare
2727 M:      [email protected]
2728 L:      [email protected]
2729 S:      Maintained
2730
2731 LOCKDEP AND LOCKSTAT
2732 P:      Peter Zijlstra
2733 M:      [email protected]
2734 P:      Ingo Molnar
2735 M:      [email protected]
2736 L:      [email protected]
2737 T:      git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2738 S:      Maintained
2739
2740 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2741 P:      Richard Russon (FlatCap)
2742 M:      [email protected]
2743 L:      [email protected]
2744 W:      http://www.linux-ntfs.org/content/view/19/37/
2745 S:      Maintained
2746
2747 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2748 P:      Eric Moore
2749 M:      [email protected]
2750 M:      [email protected]
2751 L:      [email protected]
2752 L:      [email protected]
2753 W:      http://www.lsilogic.com/support
2754 S:      Supported
2755
2756 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2757 P:      Matthew Wilcox
2758 M:      [email protected]
2759 L:      [email protected]
2760 S:      Maintained
2761
2762 LTP (Linux Test Project)
2763 P:      Subrata Modak
2764 M:      [email protected]
2765 P:      Mike Frysinger
2766 M:      [email protected]
2767 L:      [email protected] (subscribers-only)
2768 W:      http://ltp.sourceforge.net/
2769 T:      git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2770 S:      Maintained
2771
2772 M32R ARCHITECTURE
2773 P:      Hirokazu Takata
2774 M:      [email protected]
2775 L:      [email protected]
2776 L:      [email protected] (in Japanese)
2777 W:      http://www.linux-m32r.org/
2778 S:      Maintained
2779
2780 M68K ARCHITECTURE
2781 P:      Geert Uytterhoeven
2782 M:      [email protected]
2783 P:      Roman Zippel
2784 M:      [email protected]
2785 L:      [email protected]
2786 W:      http://www.linux-m68k.org/
2787 W:      http://linux-m68k-cvs.ubb.ca/
2788 S:      Maintained
2789
2790 M68K ON APPLE MACINTOSH
2791 P:      Joshua Thompson
2792 M:      [email protected]
2793 W:      http://www.mac.linux-m68k.org/
2794 L:      [email protected]
2795 S:      Maintained
2796
2797 M68K ON HP9000/300
2798 P:      Philip Blundell
2799 M:      [email protected]
2800 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2801 S:      Maintained
2802
2803 MAC80211
2804 P:      Johannes Berg
2805 M:      [email protected]
2806 P:      Michael Wu
2807 M:      [email protected]
2808 L:      [email protected]
2809 W:      http://linuxwireless.org/
2810 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2811 S:      Maintained
2812
2813 MAC80211 PID RATE CONTROL
2814 P:      Stefano Brivio
2815 M:      [email protected]
2816 P:      Mattias Nissler
2817 M:      [email protected]
2818 L:      [email protected]
2819 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2820 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2821 S:      Maintained
2822
2823 MACVLAN DRIVER
2824 P:      Patrick McHardy
2825 M:      [email protected]
2826 L:      [email protected]
2827 S:      Maintained
2828
2829 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2830 P:      Michael Kerrisk
2831 M:      [email protected]
2832 W:      http://www.kernel.org/doc/man-pages
2833 L:      [email protected]
2834 S:      Supported
2835
2836 MARVELL LIBERTAS WIRELESS DRIVER
2837 P:      Dan Williams
2838 M:      [email protected]
2839 L:      [email protected]
2840 S:      Maintained
2841
2842 MARVELL MV643XX ETHERNET DRIVER
2843 P:      Lennert Buytenhek
2844 M:      [email protected]
2845 L:      [email protected]
2846 S:      Supported
2847
2848 MARVELL YUKON / SYSKONNECT DRIVER
2849 P:      Mirko Lindner
2850 M:      [email protected]
2851 P:      Ralph Roesler
2852 M:      [email protected]
2853 W:      http://www.syskonnect.com
2854 S:      Supported
2855
2856 MATROX FRAMEBUFFER DRIVER
2857 P:      Petr Vandrovec
2858 M:      [email protected]
2859 L:      [email protected] (moderated for non-subscribers)
2860 S:      Maintained
2861
2862 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2863 P:      Hans J. Koch
2864 M:      [email protected]
2865 L:      [email protected]
2866 S:      Maintained
2867
2868 MEGARAID SCSI DRIVERS
2869 P:      Neela Syam Kolli
2870 M:      [email protected]
2871 L:      [email protected]
2872 W:      http://megaraid.lsilogic.com
2873 S:      Maintained
2874
2875 MEMORY MANAGEMENT
2876 L:      [email protected]
2877 L:      [email protected]
2878 W:      http://www.linux-mm.org
2879 S:      Maintained
2880
2881 MEMORY RESOURCE CONTROLLER
2882 P:      Balbir Singh
2883 M:      [email protected]
2884 P:      Pavel Emelyanov
2885 M:      [email protected]
2886 P:      KAMEZAWA Hiroyuki
2887 M:      [email protected]
2888 L:      [email protected]
2889 L:      [email protected]
2890 S:      Maintained
2891
2892 MEMORY TECHNOLOGY DEVICES (MTD)
2893 P:      David Woodhouse
2894 M:      [email protected]
2895 W:      http://www.linux-mtd.infradead.org/
2896 L:      [email protected]
2897 T:      git git://git.infradead.org/mtd-2.6.git
2898 S:      Maintained
2899
2900 MICROTEK X6 SCANNER
2901 P:      Oliver Neukum
2902 M:      [email protected]
2903 S:      Maintained
2904
2905 MIPS
2906 P:      Ralf Baechle
2907 M:      [email protected]
2908 W:      http://www.linux-mips.org/
2909 L:      [email protected]
2910 T:      git www.linux-mips.org:/pub/scm/linux.git
2911 S:      Supported
2912
2913 MISCELLANEOUS MCA-SUPPORT
2914 P:      James Bottomley
2915 M:      [email protected]
2916 L:      [email protected]
2917 S:      Maintained
2918
2919 MODULE SUPPORT
2920 P:      Rusty Russell
2921 M:      [email protected]
2922 L:      [email protected]
2923 S:      Maintained
2924
2925 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2926 P:      Stelian Pop
2927 M:      [email protected]
2928 W:      http://popies.net/meye/
2929 S:      Maintained
2930
2931 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2932 P:      Pavel Pisa
2933 M:      [email protected]
2934 L:      [email protected] (subscribers-only)
2935 S:      Maintained
2936
2937 MOUSE AND MISC DEVICES [GENERAL]
2938 P:      Alessandro Rubini
2939 M:      [email protected]
2940 L:      [email protected]
2941 S:      Maintained
2942
2943 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
2944 P:      Jiri Slaby
2945 M:      [email protected]
2946 L:      [email protected]
2947 S:      Maintained
2948
2949 MSI LAPTOP SUPPORT
2950 P:      Lennart Poettering
2951 M:      [email protected]
2952 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2953 W:      http://0pointer.de/lennart/tchibo.html
2954 S:      Maintained
2955
2956 MULTIFUNCTION DEVICES (MFD)
2957 P:      Samuel Ortiz
2958 M:      [email protected]
2959 L:      [email protected]
2960 S:      Supported
2961
2962 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2963 P:      Pierre Ossman
2964 M:      [email protected]
2965 L:      [email protected]
2966 S:      Maintained
2967
2968 MULTIMEDIA CARD (MMC) ETC. OVER SPI
2969 P:      David Brownell
2970 M:      [email protected]
2971 L:      [email protected]
2972 S:      Odd Fixes
2973
2974 MULTISOUND SOUND DRIVER
2975 P:      Andrew Veliath
2976 M:      [email protected]
2977 S:      Maintained
2978
2979 MULTITECH MULTIPORT CARD (ISICOM)
2980 P:      Jiri Slaby
2981 M:      [email protected]
2982 L:      [email protected]
2983 S:      Maintained
2984
2985 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
2986 P:      Felipe Balbi
2987 M:      [email protected]
2988 L:      [email protected]
2989 S:      Maintained
2990
2991 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2992 P:      Andrew Gallatin
2993 M:      [email protected]
2994 P:      Brice Goglin
2995 M:      [email protected]
2996 L:      [email protected]
2997 W:      http://www.myri.com/scs/download-Myri10GE.html
2998 S:      Supported
2999
3000 NATSEMI ETHERNET DRIVER (DP8381x)
3001 P:      Tim Hockin
3002 M:      [email protected]
3003 S:      Maintained
3004
3005 NCP FILESYSTEM
3006 P:      Petr Vandrovec
3007 M:      [email protected]
3008 L:      [email protected]
3009 S:      Maintained
3010
3011 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3012 P:      James E.J. Bottomley
3013 M:      [email protected]
3014 L:      [email protected]
3015 S:      Maintained
3016
3017 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3018 P:      Faisal Latif
3019 M:      [email protected]
3020 P:      Chien Tung
3021 M:      [email protected]
3022 L:      [email protected]
3023 W:      http://www.neteffect.com
3024 S:      Supported
3025 F:      drivers/infiniband/hw/nes/
3026
3027 NETEM NETWORK EMULATOR
3028 P:      Stephen Hemminger
3029 M:      [email protected]
3030 L:      [email protected]
3031 S:      Maintained
3032
3033 NETERION (S2IO) Xframe 10GbE DRIVER
3034 P:      Ramkrishna Vepa
3035 M:      [email protected]
3036 P:      Rastapur Santosh
3037 M:      [email protected]
3038 P:      Sivakumar Subramani
3039 M:      [email protected]
3040 P:      Sreenivasa Honnur
3041 M:      [email protected]
3042 L:      [email protected]
3043 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3044 S:      Supported
3045
3046 NETFILTER/IPTABLES/IPCHAINS
3047 P:      Rusty Russell
3048 P:      Marc Boucher
3049 P:      James Morris
3050 P:      Harald Welte
3051 P:      Jozsef Kadlecsik
3052 P:      Patrick McHardy
3053 M:      [email protected]
3054 L:      [email protected]
3055 L:      [email protected]
3056 L:      [email protected]
3057 W:      http://www.netfilter.org/
3058 W:      http://www.iptables.org/
3059 S:      Supported
3060
3061 NETLABEL
3062 P:      Paul Moore
3063 M:      [email protected]
3064 W:      http://netlabel.sf.net
3065 L:      [email protected]
3066 S:      Supported
3067
3068 NETROM NETWORK LAYER
3069 P:      Ralf Baechle
3070 M:      [email protected]
3071 L:      [email protected]
3072 W:      http://www.linux-ax25.org/
3073 S:      Maintained
3074
3075 NETWORK BLOCK DEVICE (NBD)
3076 P:      Paul Clements
3077 M:      [email protected]
3078 S:      Maintained
3079
3080 NETWORK DEVICE DRIVERS
3081 P:      Jeff Garzik
3082 M:      [email protected]
3083 L:      [email protected]
3084 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
3085 S:      Maintained
3086
3087 NETWORKING [GENERAL]
3088 P:      Networking Team
3089 M:      [email protected]
3090 L:      [email protected]
3091 W:      http://linux-net.osdl.org/
3092 S:      Maintained
3093
3094 NETWORKING [IPv4/IPv6]
3095 P:      David S. Miller
3096 M:      [email protected]
3097 P:      Alexey Kuznetsov
3098 M:      [email protected]
3099 P:      Pekka Savola (ipv6)
3100 M:      [email protected]
3101 P:      James Morris
3102 M:      [email protected]
3103 P:      Hideaki YOSHIFUJI
3104 M:      [email protected]
3105 P:      Patrick McHardy
3106 M:      [email protected]
3107 L:      [email protected]
3108 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
3109 S:      Maintained
3110
3111 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3112 P:      Paul Moore
3113 M:      [email protected]
3114 L:      [email protected]
3115 S:      Maintained
3116
3117 NETWORKING [WIRELESS]
3118 P:      John W. Linville
3119 M:      [email protected]
3120 L:      [email protected]
3121 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3122 S:      Maintained
3123
3124 NETXEN (1/10) GbE SUPPORT
3125 P:      Dhananjay Phadke
3126 M:      [email protected]
3127 L:      [email protected]
3128 W:      http://www.netxen.com
3129 S:      Supported
3130
3131 NFS, SUNRPC, AND LOCKD CLIENTS
3132 P:      Trond Myklebust
3133 M:      [email protected]
3134 L:      [email protected]
3135 W:      http://client.linux-nfs.org
3136 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3137 S:      Maintained
3138
3139 NI5010 NETWORK DRIVER
3140 P:      Jan-Pascal van Best
3141 M:      [email protected]
3142 P:      Andreas Mohr
3143 M:      [email protected]
3144 L:      [email protected]
3145 S:      Maintained
3146
3147 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3148 P:      YOKOTA Hiroshi
3149 M:      [email protected]
3150 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3151 S:      Maintained
3152
3153 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3154 P:      GOTO Masanori
3155 M:      [email protected]
3156 P:      YOKOTA Hiroshi
3157 M:      [email protected]
3158 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3159 S:      Maintained
3160
3161 NTFS FILESYSTEM
3162 P:      Anton Altaparmakov
3163 M:      [email protected]
3164 L:      [email protected]
3165 L:      [email protected]
3166 W:      http://www.linux-ntfs.org/
3167 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
3168 S:      Maintained
3169
3170 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3171 P:      Antonino Daplas
3172 M:      [email protected]
3173 L:      [email protected] (moderated for non-subscribers)
3174 S:      Maintained
3175
3176 OMFS FILESYSTEM
3177 P:      Bob Copeland
3178 M:      [email protected]
3179 L:      [email protected]
3180 S:      Maintained
3181
3182 OMNIKEY CARDMAN 4000 DRIVER
3183 P:      Harald Welte
3184 M:      [email protected]
3185 S:      Maintained
3186
3187 OMNIKEY CARDMAN 4040 DRIVER
3188 P:      Harald Welte
3189 M:      [email protected]
3190 S:      Maintained
3191
3192 OMNIVISION OV7670 SENSOR DRIVER
3193 P:      Jonathan Corbet
3194 M:      [email protected]
3195 L:      [email protected]
3196 S:      Maintained
3197
3198 ONENAND FLASH DRIVER
3199 P:      Kyungmin Park
3200 M:      [email protected]
3201 L:      [email protected]
3202 S:      Maintained
3203
3204 ONSTREAM SCSI TAPE DRIVER
3205 P:      Willem Riede
3206 M:      [email protected]
3207 L:      [email protected]
3208 L:      [email protected]
3209 S:      Maintained
3210
3211 OPENCORES I2C BUS DRIVER
3212 P:      Peter Korsgaard
3213 M:      [email protected]
3214 L:      [email protected]
3215 S:      Maintained
3216
3217 OPROFILE
3218 P:      Robert Richter
3219 M:      [email protected]
3220 L:      [email protected]
3221 S:      Maintained
3222
3223 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3224 P:      Mark Fasheh
3225 M:      [email protected]
3226 P:      Joel Becker
3227 M:      [email protected]
3228 L:      [email protected] (moderated for non-subscribers)
3229 W:      http://oss.oracle.com/projects/ocfs2/
3230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3231 S:      Supported
3232
3233 ORINOCO DRIVER
3234 P:      Pavel Roskin
3235 M:      [email protected]
3236 P:      David Gibson
3237 M:      [email protected]
3238 L:      [email protected]
3239 L:      [email protected]
3240 L:      [email protected]
3241 W:      http://www.nongnu.org/orinoco/
3242 S:      Maintained
3243
3244 P54 WIRELESS DRIVER
3245 P:      Michael Wu
3246 M:      [email protected]
3247 L:      [email protected]
3248 W:      http://prism54.org
3249 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3250 S:      Maintained
3251
3252 PA SEMI ETHERNET DRIVER
3253 P:      Olof Johansson
3254 M:      [email protected]
3255 L:      [email protected]
3256 S:      Maintained
3257
3258 PA SEMI SMBUS DRIVER
3259 P:      Olof Johansson
3260 M:      [email protected]
3261 L:      [email protected]
3262 S:      Maintained
3263
3264 PANASONIC LAPTOP ACPI EXTRAS DRIVER
3265 P:      Harald Welte
3266 M:      [email protected]
3267 S:      Maintained
3268
3269 PANASONIC MN10300/AM33 PORT
3270 P:      David Howells
3271 M:      [email protected]
3272 P:      Koichi Yasutake
3273 M:      [email protected]
3274 L:      [email protected] (moderated for non-subscribers)
3275 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3276 S:      Maintained
3277
3278 PARALLEL PORT SUPPORT
3279 L:      [email protected] (subscribers-only)
3280 S:      Orphan
3281
3282 PARAVIRT_OPS INTERFACE
3283 P:      Jeremy Fitzhardinge
3284 M:      [email protected]
3285 P:      Chris Wright
3286 M:      [email protected]
3287 P:      Zachary Amsden
3288 M:      [email protected]
3289 P:      Rusty Russell
3290 M:      [email protected]
3291 L:      [email protected]
3292 L:      [email protected]
3293 S:      Supported
3294
3295 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3296 P:      Tim Waugh
3297 M:      [email protected]
3298 L:      [email protected] (subscribers-only)
3299 W:      http://www.torque.net/linux-pp.html
3300 S:      Maintained
3301
3302 PARISC ARCHITECTURE
3303 P:      Kyle McMartin
3304 M:      [email protected]
3305 P:      Matthew Wilcox
3306 M:      [email protected]
3307 P:      Grant Grundler
3308 M:      [email protected]
3309 L:      [email protected]
3310 W:      http://www.parisc-linux.org/
3311 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3312 S:      Maintained
3313
3314 PC87360 HARDWARE MONITORING DRIVER
3315 P:      Jim Cromie
3316 M:      [email protected]
3317 L:      [email protected]
3318 S:      Maintained
3319
3320 PC8736x GPIO DRIVER
3321 P:      Jim Cromie
3322 M:      [email protected]
3323 S:      Maintained
3324
3325 PCI ERROR RECOVERY
3326 P:      Linas Vepstas
3327 M:      [email protected]
3328 L:      [email protected]
3329 L:      [email protected]
3330 S:      Supported
3331
3332 PCI SUBSYSTEM
3333 P:      Jesse Barnes
3334 M:      [email protected]
3335 L:      [email protected]
3336 L:      [email protected]
3337 T:      git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
3338 S:      Supported
3339
3340 PCIE HOTPLUG DRIVER
3341 P:      Kristen Carlson Accardi
3342 M:      [email protected]
3343 L:      [email protected]
3344 S:      Supported
3345
3346 PCMCIA SUBSYSTEM
3347 P:      Linux PCMCIA Team
3348 L:      [email protected]
3349 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3350 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3351 S:      Maintained
3352
3353 PCNET32 NETWORK DRIVER
3354 P:      Don Fry
3355 M:      [email protected]
3356 L:      [email protected]
3357 S:      Maintained
3358
3359 PER-TASK DELAY ACCOUNTING
3360 P:      Balbir Singh
3361 M:      [email protected]
3362 L:      [email protected]
3363 S:      Maintained
3364
3365 PERSONALITY HANDLING
3366 P:      Christoph Hellwig
3367 M:      [email protected]
3368 L:      [email protected]
3369 S:      Maintained
3370
3371 PHRAM MTD DRIVER
3372 P:      Joern Engel
3373 M:      [email protected]
3374 L:      [email protected]
3375 S:      Maintained
3376
3377 PKTCDVD DRIVER
3378 P:      Peter Osterlund
3379 M:      [email protected]
3380 L:      [email protected]
3381 S:      Maintained
3382
3383 POSIX CLOCKS and TIMERS
3384 P:      Thomas Gleixner
3385 M:      [email protected]
3386 L:      [email protected]
3387 S:      Supported
3388
3389 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3390 P:      Anton Vorontsov
3391 M:      [email protected]
3392 P:      David Woodhouse
3393 M:      [email protected]
3394 L:      [email protected]
3395 T:      git git.infradead.org/battery-2.6.git
3396 S:      Maintained
3397
3398 PNP SUPPORT
3399 P:      Adam Belay
3400 M:      [email protected]
3401 P:      Bjorn Helgaas
3402 M:      [email protected]
3403 S:      Maintained
3404
3405 PNXxxxx I2C DRIVER
3406 P:      Vitaly Wool
3407 M:      [email protected]
3408 L:      [email protected]
3409 S:      Maintained
3410
3411 PPP PROTOCOL DRIVERS AND COMPRESSORS
3412 P:      Paul Mackerras
3413 M:      [email protected]
3414 L:      [email protected]
3415 S:      Maintained
3416
3417 PPP OVER ATM (RFC 2364)
3418 P:      Mitchell Blank Jr
3419 M:      [email protected]
3420 S:      Maintained
3421
3422 PPP OVER ETHERNET
3423 P:      Michal Ostrowski
3424 M:      [email protected]
3425 S:      Maintained
3426
3427 PPP OVER L2TP
3428 P:      James Chapman
3429 M:      [email protected]
3430 S:      Maintained
3431
3432 PREEMPTIBLE KERNEL
3433 P:      Robert Love
3434 M:      [email protected]
3435 L:      [email protected]
3436 L:      [email protected]
3437 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3438 S:      Supported
3439
3440 PRISM54 WIRELESS DRIVER
3441 P:      Luis R. Rodriguez
3442 M:      [email protected]
3443 L:      [email protected]
3444 W:      http://prism54.org
3445 S:      Maintained
3446
3447 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3448 P:      Peter Denison
3449 M:      [email protected]
3450 W:      http://www.pnd-pc.demon.co.uk/promise/
3451 S:      Maintained
3452
3453 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3454 P:      Mikael Pettersson
3455 M:      [email protected]
3456 L:      [email protected]
3457 S:      Maintained
3458
3459 PS3 NETWORK SUPPORT
3460 P:      Masakazu Mokuno
3461 M:      [email protected]
3462 L:      [email protected]
3463 L:      [email protected]
3464 S:      Supported
3465
3466 PS3 PLATFORM SUPPORT
3467 P:      Geoff Levand
3468 M:      [email protected]
3469 L:      [email protected]
3470 L:      [email protected]
3471 S:      Supported
3472
3473 PVRUSB2 VIDEO4LINUX DRIVER
3474 P:      Mike Isely
3475 M:      [email protected]
3476 L:      [email protected]       (subscribers-only)
3477 L:      [email protected]
3478 W:      http://www.isely.net/pvrusb2/
3479 S:      Maintained
3480
3481 PXA2xx/PXA3xx SUPPORT
3482 P:      Eric Miao
3483 M:      [email protected]
3484 P:      Russell King
3485 M:      [email protected]
3486 L:      [email protected] (subscribers-only)
3487 S:      Maintained
3488
3489 PXA MMCI DRIVER
3490 S:      Orphan
3491
3492 QLOGIC QLA2XXX FC-SCSI DRIVER
3493 P:      Andrew Vasquez
3494 M:      [email protected]
3495 L:      [email protected]
3496 S:      Supported
3497
3498 QLOGIC QLA3XXX NETWORK DRIVER
3499 P:      Ron Mercer
3500 M:      [email protected]
3501 L:      [email protected]
3502 S:      Supported
3503
3504 QLOGIC QLGE 10Gb ETHERNET DRIVER
3505 P:      Ron Mercer
3506 M:      [email protected]
3507 M:      [email protected]
3508 L:      [email protected]
3509 S:      Supported
3510
3511 QNX4 FILESYSTEM
3512 P:      Anders Larsen
3513 M:      [email protected]
3514 L:      [email protected]
3515 W:      http://www.alarsen.net/linux/qnx4fs/
3516 S:      Maintained
3517
3518 RADEON FRAMEBUFFER DISPLAY DRIVER
3519 P:      Benjamin Herrenschmidt
3520 M:      [email protected]
3521 L:      [email protected] (moderated for non-subscribers)
3522 S:      Maintained
3523
3524 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3525 P:      Paul Mackerras
3526 M:      [email protected]
3527 L:      [email protected] (moderated for non-subscribers)
3528 S:      Maintained
3529
3530 RALINK RT2X00 WIRELESS LAN DRIVER
3531 P:      rt2x00 project
3532 L:      [email protected]
3533 L:      [email protected]
3534 W:      http://rt2x00.serialmonkey.com/
3535 S:      Maintained
3536 T:      git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
3537 F:      drivers/net/wireless/rt2x00/
3538
3539 RAMDISK RAM BLOCK DEVICE DRIVER
3540 P:      Nick Piggin
3541 M:      [email protected]
3542 S:      Maintained
3543
3544 RANDOM NUMBER DRIVER
3545 P:      Matt Mackall
3546 M:      [email protected]
3547 S:      Maintained
3548
3549 RAPIDIO SUBSYSTEM
3550 P:      Matt Porter
3551 M:      [email protected]
3552 L:      [email protected]
3553 S:      Maintained
3554
3555 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3556 P:      Corey Thomas
3557 M:      [email protected]
3558 L:      [email protected]
3559 S:      Maintained
3560
3561 RCUTORTURE MODULE
3562 P:      Josh Triplett
3563 M:      [email protected]
3564 L:      [email protected]
3565 S:      Maintained
3566
3567 RDC R-321X SoC
3568 P:      Florian Fainelli
3569 M:      [email protected]
3570 L:      [email protected]
3571 S:      Maintained
3572
3573 RDC R6040 FAST ETHERNET DRIVER
3574 P:      Florian Fainelli
3575 M:      [email protected]
3576 L:      [email protected]
3577 S:      Maintained
3578
3579 READ-COPY UPDATE (RCU)
3580 P:      Dipankar Sarma
3581 M:      [email protected]
3582 W:      http://www.rdrop.com/users/paulmck/rclock/
3583 L:      [email protected]
3584 S:      Supported
3585
3586 REAL TIME CLOCK DRIVER
3587 P:      Paul Gortmaker
3588 M:      [email protected]
3589 L:      [email protected]
3590 S:      Maintained
3591
3592 REAL TIME CLOCK (RTC) SUBSYSTEM
3593 P:      Alessandro Zummo
3594 M:      [email protected]
3595 L:      [email protected]
3596 S:      Maintained
3597
3598 REISERFS FILE SYSTEM
3599 L:      [email protected]
3600 S:      Supported
3601
3602 RFKILL
3603 P:      Ivo van Doorn
3604 M:      [email protected]
3605 L:      [email protected]
3606 S:      Maintained
3607 F:      net/rfkill
3608
3609 RISCOM8 DRIVER
3610 S:      Orphan
3611
3612 ROCKETPORT DRIVER
3613 P:      Comtrol Corp.
3614 W:      http://www.comtrol.com
3615 S:      Maintained
3616
3617 ROSE NETWORK LAYER
3618 P:      Ralf Baechle
3619 M:      [email protected]
3620 L:      [email protected]
3621 W:      http://www.linux-ax25.org/
3622 S:      Maintained
3623
3624 RTL8180 WIRELESS DRIVER
3625 P:      John W. Linville
3626 M:      [email protected]
3627 L:      [email protected]
3628 W:      http://linuxwireless.org/
3629 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3630 S:      Maintained
3631
3632 RTL8187 WIRELESS DRIVER
3633 P:       Herton Ronaldo Krzesinski
3634 M:      [email protected]
3635 P:      Hin-Tak Leung
3636 M       [email protected]
3637 P:      Larry Finger
3638 M:      [email protected]
3639 L:      [email protected]
3640 W:      http://linuxwireless.org/
3641 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3642 S:      Maintained
3643
3644 S3 SAVAGE FRAMEBUFFER DRIVER
3645 P:      Antonino Daplas
3646 M:      [email protected]
3647 L:      [email protected] (moderated for non-subscribers)
3648 S:      Maintained
3649
3650 S390
3651 P:      Martin Schwidefsky
3652 M:      [email protected]
3653 P:      Heiko Carstens
3654 M:      [email protected]
3655 M:      [email protected]
3656 L:      [email protected]
3657 W:      http://www.ibm.com/developerworks/linux/linux390/
3658 S:      Supported
3659
3660 S390 NETWORK DRIVERS
3661 P:      Ursula Braun
3662 M:      [email protected]
3663 P:      Frank Blaschka
3664 M:      [email protected]
3665 M:      [email protected]
3666 L:      [email protected]
3667 W:      http://www.ibm.com/developerworks/linux/linux390/
3668 S:      Supported
3669
3670 S390 ZFCP DRIVER
3671 P:      Christof Schmitt
3672 M:      [email protected]
3673 P:      Martin Peschke
3674 M:      [email protected]
3675 M:      [email protected]
3676 L:      [email protected]
3677 W:      http://www.ibm.com/developerworks/linux/linux390/
3678 S:      Supported
3679
3680 S390 IUCV NETWORK LAYER
3681 P:      Ursula Braun
3682 M:      [email protected]
3683 M:      [email protected]
3684 L:      [email protected]
3685 W:      http://www.ibm.com/developerworks/linux/linux390/
3686 S:      Supported
3687
3688 S3C24XX SD/MMC Driver
3689 P:      Ben Dooks
3690 M:      [email protected]
3691 L:      [email protected] (subscribers-only)
3692 L:      [email protected]
3693 S:      Supported
3694
3695 SAA7146 VIDEO4LINUX-2 DRIVER
3696 P:      Michael Hunold
3697 M:      [email protected]
3698 W:      http://www.mihu.de/linux/saa7146
3699 S:      Maintained
3700
3701 SC1200 WDT DRIVER
3702 P:      Zwane Mwaikambo
3703 M:      [email protected]
3704 S:      Maintained
3705
3706 SCHEDULER
3707 P:      Ingo Molnar
3708 M:      [email protected]
3709 P:      Robert Love    [the preemptible kernel bits]
3710 M:      [email protected]
3711 L:      [email protected]
3712 S:      Maintained
3713
3714 SCSI CDROM DRIVER
3715 P:      Jens Axboe
3716 M:      [email protected]
3717 L:      [email protected]
3718 W:      http://www.kernel.dk
3719 S:      Maintained
3720
3721 SCSI SG DRIVER
3722 P:      Doug Gilbert
3723 M:      [email protected]
3724 L:      [email protected]
3725 W:      http://www.torque.net/sg
3726 S:      Maintained
3727
3728 SCSI SUBSYSTEM
3729 P:      James E.J. Bottomley
3730 M:      [email protected]
3731 L:      [email protected]
3732 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3733 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3734 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3735 S:      Maintained
3736
3737 SCSI TAPE DRIVER
3738 P:      Kai Mäkisara
3739 M:      [email protected]
3740 L:      [email protected]
3741 S:      Maintained
3742
3743 SCTP PROTOCOL
3744 P:      Vlad Yasevich
3745 M:      [email protected]
3746 P:      Sridhar Samudrala
3747 M:      [email protected]
3748 L:      [email protected]
3749 W:      http://lksctp.sourceforge.net
3750 S:      Supported
3751
3752 SCx200 CPU SUPPORT
3753 P:      Jim Cromie
3754 M:      [email protected]
3755 S:      Odd Fixes
3756
3757 SCx200 GPIO DRIVER
3758 P:      Jim Cromie
3759 M:      [email protected]
3760 S:      Maintained
3761
3762 SCx200 HRT CLOCKSOURCE DRIVER
3763 P:      Jim Cromie
3764 M:      [email protected]
3765 S:      Maintained
3766
3767 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3768 P:      Sascha Sommer
3769 M:      [email protected]
3770 L:      [email protected] (subscribers-only)
3771 S:      Maintained
3772
3773 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
3774 P:      Pierre Ossman
3775 M:      [email protected]
3776 L:      [email protected]
3777 S:      Maintained
3778
3779 SECURITY SUBSYSTEM
3780 F:      security/
3781 P:      James Morris
3782 M:      [email protected]
3783 L:      [email protected]
3784 L:      [email protected] (suggested Cc:)
3785 T:      git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3786 S:      Supported
3787
3788 SECURITY CONTACT
3789 P:      Security Officers
3790 M:      [email protected]
3791 S:      Supported
3792
3793 SELINUX SECURITY MODULE
3794 P:      Stephen Smalley
3795 M:      [email protected]
3796 P:      James Morris
3797 M:      [email protected]
3798 P:      Eric Paris
3799 M:      [email protected]
3800 L:      [email protected] (kernel issues)
3801 L:      [email protected] (subscribers-only, general discussion)
3802 W:      http://selinuxproject.org
3803 T:      git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3804 S:      Supported
3805
3806 SENSABLE PHANTOM
3807 P:      Jiri Slaby
3808 M:      [email protected]
3809 S:      Maintained
3810
3811 SERIAL ATA (SATA) SUBSYSTEM
3812 P:      Jeff Garzik
3813 M:      [email protected]
3814 L:      [email protected]
3815 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3816 S:      Supported
3817
3818 SFC NETWORK DRIVER
3819 P:      Steve Hodgson
3820 P:      Ben Hutchings
3821 P:      Robert Stonehouse
3822 M:      [email protected]
3823 S:      Supported
3824
3825 SGI GRU DRIVER
3826 P:      Jack Steiner
3827 M:      [email protected]
3828 S:      Maintained
3829
3830 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3831 P:      Pat Gefre
3832 M:      [email protected]
3833 L:      [email protected]
3834 S:      Supported
3835
3836 SGI VISUAL WORKSTATION 320 AND 540
3837 P:      Andrey Panin
3838 M:      [email protected]
3839 L:      [email protected]
3840 W:      http://linux-visws.sf.net
3841 S:      Maintained for 2.6.
3842
3843 SGI XP/XPC/XPNET DRIVER
3844 P:      Dean Nelson
3845 M:      [email protected]
3846 S:      Maintained
3847
3848 SHARP LH SUPPORT (LH7952X & LH7A40X)
3849 P:      Marc Singer
3850 M:      [email protected]
3851 W:      http://projects.buici.com/arm
3852 L:      [email protected] (subscribers-only)
3853 S:      Maintained
3854
3855 SHPC HOTPLUG DRIVER
3856 P:      Kristen Carlson Accardi
3857 M:      [email protected]
3858 L:      [email protected]
3859 S:      Supported
3860
3861 SIMTEC EB110ATX (Chalice CATS)
3862 P:      Ben Dooks
3863 P:      Vincent Sanders
3864 M:      [email protected]
3865 W:      http://www.simtec.co.uk/products/EB110ATX/
3866 S:      Supported
3867
3868 SIMTEC EB2410ITX (BAST)
3869 P:      Ben Dooks
3870 P:      Vincent Sanders
3871 M:      [email protected]
3872 W:      http://www.simtec.co.uk/products/EB2410ITX/
3873 S:      Supported
3874
3875 SIS 190 ETHERNET DRIVER
3876 P:      Francois Romieu
3877 M:      [email protected]
3878 L:      [email protected]
3879 S:      Maintained
3880
3881 SIS 900/7016 FAST ETHERNET DRIVER
3882 P:      Daniele Venzano
3883 M:      [email protected]
3884 W:      http://www.brownhat.org/sis900.html
3885 L:      [email protected]
3886 S:      Maintained
3887
3888 SIS 96X I2C/SMBUS DRIVER
3889 P:      Mark M. Hoffman
3890 M:      [email protected]
3891 L:      [email protected]
3892 S:      Maintained
3893
3894 SIS FRAMEBUFFER DRIVER
3895 P:      Thomas Winischhofer
3896 M:      [email protected]
3897 W:      http://www.winischhofer.net/linuxsisvga.shtml
3898 S:      Maintained
3899
3900 SIS USB2VGA DRIVER
3901 P:      Thomas Winischhofer
3902 M:      [email protected]
3903 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3904 S:      Maintained
3905
3906 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3907 P:      Stephen Hemminger
3908 M:      [email protected]
3909 L:      [email protected]
3910 S:      Maintained
3911
3912 SLAB ALLOCATOR
3913 P:      Christoph Lameter
3914 M:      [email protected]
3915 P:      Pekka Enberg
3916 M:      [email protected]
3917 P:      Matt Mackall
3918 M:      [email protected]
3919 L:      [email protected]
3920 S:      Maintained
3921
3922 SMC91x ETHERNET DRIVER
3923 P:      Nicolas Pitre
3924 M:      [email protected]
3925 S:      Maintained
3926
3927 SMSC47B397 HARDWARE MONITOR DRIVER
3928 P:      Mark M. Hoffman
3929 M:      [email protected]
3930 L:      [email protected]
3931 S:      Maintained
3932
3933 SMSC911x ETHERNET DRIVER
3934 P:      Steve Glendinning
3935 M:      [email protected]
3936 L:      [email protected]
3937 S:      Supported
3938
3939 SMSC9420 PCI ETHERNET DRIVER
3940 P:      Steve Glendinning
3941 M:      [email protected]
3942 L:      [email protected]
3943 S:      Supported
3944
3945 SMX UIO Interface
3946 P:      Ben Nizette
3947 M:      [email protected]
3948 S:      Maintained
3949
3950 SN-IA64 (Itanium) SUB-PLATFORM
3951 P:      Jes Sorensen
3952 M:      [email protected]
3953 L:      [email protected]
3954 L:      [email protected]
3955 W:      http://www.sgi.com/altix
3956 S:      Maintained
3957
3958 SOC-CAMERA V4L2 SUBSYSTEM
3959 P:      Guennadi Liakhovetski
3960 M:      [email protected]
3961 L:      [email protected]
3962 S:      Maintained
3963
3964 SOEKRIS NET48XX LED SUPPORT
3965 P:      Chris Boot
3966 M:      [email protected]
3967 S:      Maintained
3968
3969 SOFTWARE RAID (Multiple Disks) SUPPORT
3970 P:      Neil Brown
3971 M:      [email protected]
3972 L:      [email protected]
3973 S:      Supported
3974
3975 SONIC NETWORK DRIVER
3976 P:      Thomas Bogendoerfer
3977 M:      [email protected]
3978 L:      [email protected]
3979 S:      Maintained
3980
3981 SONICS SILICON BACKPLANE DRIVER (SSB)
3982 P:      Michael Buesch
3983 M:      [email protected]
3984 L:      [email protected]
3985 S:      Maintained
3986
3987 SONY VAIO CONTROL DEVICE DRIVER
3988 P:      Mattia Dongili
3989 M:      [email protected]
3990 L:      [email protected]
3991 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3992 S:      Maintained
3993
3994 SONY MEMORYSTICK CARD SUPPORT
3995 P:      Alex Dubov
3996 M:      [email protected]
3997 L:      [email protected]
3998 W:      http://tifmxx.berlios.de/
3999 S:      Maintained
4000
4001 SOUND
4002 P:      Jaroslav Kysela
4003 M:      [email protected]
4004 P:      Takashi Iwai
4005 M:      [email protected]
4006 L:      [email protected] (subscribers-only)
4007 S:      Maintained
4008
4009 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
4010 P:      Liam Girdwood
4011 M:      [email protected]
4012 P:      Mark Brown
4013 M:      [email protected]
4014 T:      git opensource.wolfsonmicro.com/linux-2.6-asoc
4015 L:      [email protected] (subscribers-only)
4016 W:      http://alsa-project.org/main/index.php/ASoC
4017 S:      Supported
4018
4019 SPARC (sparc32)
4020 P:      William L. Irwin
4021 M:      [email protected]
4022 L:      [email protected]
4023 S:      Maintained
4024
4025 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4026 P:      Roger Wolff
4027 M:      [email protected]
4028 L:      [email protected] ?
4029 S:      Supported
4030
4031 SPI SUBSYSTEM
4032 P:      David Brownell
4033 M:      [email protected]
4034 L:      [email protected]
4035 S:      Maintained
4036
4037 SPIDERNET NETWORK DRIVER for CELL
4038 P:      Ishizaki Kou
4039 M:      [email protected]
4040 P:      Jens Osterkamp
4041 M:      [email protected]
4042 L:      [email protected]
4043 S:      Supported
4044
4045 SPU FILE SYSTEM
4046 P:      Jeremy Kerr
4047 M:      [email protected]
4048 L:      [email protected]
4049 L:      [email protected]
4050 W:      http://www.ibm.com/developerworks/power/cell/
4051 S:      Supported
4052
4053 SRM (Alpha) environment access
4054 P:      Jan-Benedict Glaw
4055 M:      [email protected]
4056 L:      [email protected]
4057 S:      Maintained
4058
4059 STABLE BRANCH
4060 P:      Greg Kroah-Hartman
4061 M:      [email protected]
4062 P:      Chris Wright
4063 M:      [email protected]
4064 L:      [email protected]
4065 S:      Maintained
4066
4067 STAGING SUBSYSTEM
4068 P:      Greg Kroah-Hartman
4069 M:      [email protected]
4070 L:      [email protected]
4071 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4072 S:      Maintained
4073
4074 STARFIRE/DURALAN NETWORK DRIVER
4075 P:      Ion Badulescu
4076 M:      [email protected]
4077 S:      Maintained
4078
4079 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4080 W:      http://mosquitonet.Stanford.EDU/strip.html
4081 S:      Orphan
4082
4083 STRADIS MPEG-2 DECODER DRIVER
4084 P:      Nathan Laredo
4085 M:      [email protected]
4086 W:      http://www.stradis.com/
4087 S:      Maintained
4088
4089 SUN3/3X
4090 P:      Sam Creasey
4091 M:      [email protected]
4092 W:      http://sammy.net/sun3/
4093 S:      Maintained
4094
4095 SUPERH
4096 P:      Paul Mundt
4097 M:      [email protected]
4098 L:      [email protected]
4099 W:      http://www.linux-sh.org
4100 T:      git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
4101 S:      Supported
4102
4103 SUSPEND TO RAM
4104 P:      Len Brown
4105 M:      [email protected]
4106 P:      Pavel Machek
4107 M:      [email protected]
4108 P:      Rafael J. Wysocki
4109 M:      [email protected]
4110 L:      [email protected]
4111 S:      Supported
4112
4113 SVGA HANDLING
4114 P:      Martin Mares
4115 M:      [email protected]
4116 L:      [email protected]
4117 S:      Maintained
4118
4119 SYSV FILESYSTEM
4120 P:      Christoph Hellwig
4121 M:      [email protected]
4122 S:      Maintained
4123
4124 TASKSTATS STATISTICS INTERFACE
4125 P:      Balbir Singh
4126 M:      [email protected]
4127 L:      [email protected]
4128 S:      Maintained
4129
4130 TC CLASSIFIER
4131 P:      Jamal Hadi Salim
4132 M:      [email protected]
4133 L:      [email protected]
4134 S:      Maintained
4135
4136 TCP LOW PRIORITY MODULE
4137 P:      Wong Hoi Sing, Edison
4138 M:      [email protected]
4139 P:      Hung Hing Lun, Mike
4140 M:      [email protected]
4141 W:      http://tcp-lp-mod.sourceforge.net/
4142 S:      Maintained
4143
4144 TEHUTI ETHERNET DRIVER
4145 P:      Alexander Indenbaum
4146 M:      [email protected]
4147 P:      Andy Gospodarek
4148 M:      [email protected]
4149 L:      [email protected]
4150 S:      Supported
4151
4152 Telecom Clock Driver for MCPL0010
4153 P:      Mark Gross
4154 M:      [email protected]
4155 S:      Supported
4156
4157 TENSILICA XTENSA PORT (xtensa)
4158 P:      Chris Zankel
4159 M:      [email protected]
4160 S:      Maintained
4161
4162 THINKPAD ACPI EXTRAS DRIVER
4163 P:      Henrique de Moraes Holschuh
4164 M:      [email protected]
4165 L:      [email protected]
4166 W:      http://ibm-acpi.sourceforge.net
4167 W:      http://thinkwiki.org/wiki/Ibm-acpi
4168 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4169 S:      Maintained
4170
4171 TI FLASH MEDIA INTERFACE DRIVER
4172 P:      Alex Dubov
4173 M:      [email protected]
4174 S:      Maintained
4175
4176 TI OMAP MMC INTERFACE DRIVER
4177 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
4178 M:      [email protected]
4179 W:      http://linux.omap.com
4180 W:      http://www.muru.com/linux/omap/
4181 S:      Maintained
4182
4183 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4184 P:      Deepak Saxena
4185 M:      [email protected]
4186 S:      Maintained
4187
4188 TIPC NETWORK LAYER
4189 P:      Per Liden
4190 M:      [email protected]
4191 P:      Jon Maloy
4192 M:      [email protected]
4193 P:      Allan Stephens
4194 M:      [email protected]
4195 L:      [email protected]
4196 W:      http://tipc.sourceforge.net/
4197 W:      http://tipc.cslab.ericsson.net/
4198 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
4199 S:      Maintained
4200
4201 TLAN NETWORK DRIVER
4202 P:      Samuel Chessman
4203 M:      [email protected]
4204 L:      [email protected] (subscribers-only)
4205 W:      http://sourceforge.net/projects/tlan/
4206 S:      Maintained
4207
4208 TOSHIBA ACPI EXTRAS DRIVER
4209 P:      John Belmonte
4210 M:      [email protected]
4211 W:      http://memebeam.org/toys/ToshibaAcpiDriver
4212 S:      Maintained
4213
4214 TOSHIBA SMM DRIVER
4215 P:      Jonathan Buzzard
4216 M:      [email protected]
4217 L:      [email protected]
4218 W:      http://www.buzzard.org.uk/toshiba/
4219 S:      Maintained
4220
4221 TPM DEVICE DRIVER
4222 P:      Debora Velarde
4223 M:      [email protected]
4224 P:      Rajiv Andrade
4225 M:      [email protected]
4226 W:      http://tpmdd.sourceforge.net
4227 P:      Marcel Selhorst
4228 M:      [email protected]
4229 W:      http://www.prosec.rub.de/tpm/
4230 L:      [email protected] (moderated for non-subscribers)
4231 S:      Maintained
4232
4233 TRIVIAL PATCHES
4234 P:      Jesper Juhl
4235 M:      [email protected]
4236 L:      [email protected]
4237 S:      Maintained
4238
4239 TTY LAYER
4240 P:      Alan Cox
4241 M:      [email protected]
4242 L:      [email protected]
4243 S:      Maintained
4244
4245 TULIP NETWORK DRIVERS
4246 P:      Grant Grundler
4247 M:      [email protected]
4248 P:      Kyle McMartin
4249 M:      [email protected]
4250 L:      [email protected]
4251 S:      Maintained
4252
4253 TUN/TAP driver
4254 P:      Maxim Krasnyansky
4255 M:      [email protected]
4256 L:      [email protected]
4257 W:      http://vtun.sourceforge.net/tun
4258 S:      Maintained
4259
4260 TURBOCHANNEL SUBSYSTEM
4261 P:      Maciej W. Rozycki
4262 M:      [email protected]
4263 S:      Maintained
4264
4265 U14-34F SCSI DRIVER
4266 P:      Dario Ballabio
4267 M:      [email protected]
4268 L:      [email protected]
4269 S:      Maintained
4270
4271 UBI FILE SYSTEM (UBIFS)
4272 P:      Artem Bityutskiy
4273 M:      [email protected]
4274 P:      Adrian Hunter
4275 M:      [email protected]
4276 L:      [email protected]
4277 T:      git git://git.infradead.org/ubifs-2.6.git
4278 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
4279 S:      Maintained
4280
4281 UCLINUX (AND M68KNOMMU)
4282 P:      Greg Ungerer
4283 M:      [email protected]
4284 W:      http://www.uclinux.org/
4285 L:      [email protected]  (subscribers-only)
4286 S:      Maintained
4287
4288 UCLINUX FOR RENESAS H8/300
4289 P:      Yoshinori Sato
4290 M:      [email protected]
4291 W:      http://uclinux-h8.sourceforge.jp/
4292 S:      Supported
4293
4294 UDF FILESYSTEM
4295 P:      Jan Kara
4296 M:      [email protected]
4297 W:      http://linux-udf.sourceforge.net
4298 S:      Maintained
4299
4300 UFS FILESYSTEM
4301 P:      Evgeniy Dushistov
4302 M:      [email protected]
4303 L:      [email protected]
4304 S:      Maintained
4305
4306 UltraSPARC (sparc64)
4307 P:      David S. Miller
4308 M:      [email protected]
4309 L:      [email protected]
4310 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4311 S:      Maintained
4312
4313 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4314 P:      David Vrabel
4315 M:      [email protected]
4316 L:      [email protected]
4317 S:      Supported
4318
4319 UNIFORM CDROM DRIVER
4320 P:      Jens Axboe
4321 M:      [email protected]
4322 L:      [email protected]
4323 W:      http://www.kernel.dk
4324 S:      Maintained
4325
4326 UNSORTED BLOCK IMAGES (UBI)
4327 P:      Artem Bityutskiy
4328 M:      [email protected]
4329 W:      http://www.linux-mtd.infradead.org/
4330 L:      [email protected]
4331 T:      git git://git.infradead.org/ubi-2.6.git
4332 S:      Maintained
4333
4334 USB ACM DRIVER
4335 P:      Oliver Neukum
4336 M:      [email protected]
4337 L:      [email protected]
4338 S:      Maintained
4339
4340 USB BLOCK DRIVER (UB ub)
4341 P:      Pete Zaitcev
4342 M:      [email protected]
4343 L:      [email protected]
4344 L:      [email protected]
4345 S:      Supported
4346
4347 USB CDC ETHERNET DRIVER
4348 P:      Greg Kroah-Hartman
4349 M:      [email protected]
4350 L:      [email protected]
4351 S:      Maintained
4352 W:      http://www.kroah.com/linux-usb/
4353
4354 USB CYPRESS C67X00 DRIVER
4355 P:      Peter Korsgaard
4356 M:      [email protected]
4357 L:      [email protected]
4358 S:      Maintained
4359
4360 USB DAVICOM DM9601 DRIVER
4361 P:      Peter Korsgaard
4362 M:      [email protected]
4363 L:      [email protected]
4364 W:      http://www.linux-usb.org/usbnet
4365 S:      Maintained
4366
4367 USB DIAMOND RIO500 DRIVER
4368 P:      Cesar Miquel
4369 M:      [email protected]
4370 L:      [email protected]
4371 W:      http://rio500.sourceforge.net
4372 S:      Maintained
4373
4374 USB EHCI DRIVER
4375 P:      David Brownell
4376 M:      [email protected]
4377 L:      [email protected]
4378 S:      Odd Fixes
4379
4380 USB ET61X[12]51 DRIVER
4381 P:      Luca Risolia
4382 M:      [email protected]
4383 L:      [email protected]
4384 L:      [email protected]
4385 W:      http://www.linux-projects.org
4386 S:      Maintained
4387
4388 USB GADGET/PERIPHERAL SUBSYSTEM
4389 P:      David Brownell
4390 M:      [email protected]
4391 L:      [email protected]
4392 W:      http://www.linux-usb.org/gadget
4393 S:      Maintained
4394
4395 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
4396 P:      Jiri Kosina
4397 M:      [email protected]
4398 L:      [email protected]
4399 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4400 S:      Maintained
4401
4402 USB ISP116X DRIVER
4403 P:      Olav Kongas
4404 M:      [email protected]
4405 L:      [email protected]
4406 S:      Maintained
4407
4408 USB KAWASAKI LSI DRIVER
4409 P:      Oliver Neukum
4410 M:      [email protected]
4411 L:      [email protected]
4412 S:      Maintained
4413
4414 USB MASS STORAGE DRIVER
4415 P:      Matthew Dharm
4416 M:      [email protected]
4417 L:      [email protected]
4418 L:      [email protected]
4419 S:      Maintained
4420 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
4421
4422 USB OHCI DRIVER
4423 P:      David Brownell
4424 M:      [email protected]
4425 L:      [email protected]
4426 S:      Odd Fixes
4427
4428 USB OPTION-CARD DRIVER
4429 P:      Matthias Urlichs
4430 M:      [email protected]
4431 L:      [email protected]
4432 S:      Maintained
4433
4434 USB OV511 DRIVER
4435 P:      Mark McClelland
4436 M:      [email protected]
4437 L:      [email protected]
4438 W:      http://alpha.dyndns.org/ov511/
4439 S:      Maintained
4440
4441 USB PEGASUS DRIVER
4442 P:      Petko Manolov
4443 M:      [email protected]
4444 L:      [email protected]
4445 L:      [email protected]
4446 W:      http://pegasus2.sourceforge.net/
4447 S:      Maintained
4448
4449 USB PRINTER DRIVER (usblp)
4450 P:      Pete Zaitcev
4451 M:      [email protected]
4452 L:      [email protected]
4453 S:      Supported
4454
4455 USB RTL8150 DRIVER
4456 P:      Petko Manolov
4457 M:      [email protected]
4458 L:      [email protected]
4459 L:      [email protected]
4460 W:      http://pegasus2.sourceforge.net/
4461 S:      Maintained
4462
4463 USB SE401 DRIVER
4464 P:      Jeroen Vreeken
4465 M:      [email protected]
4466 L:      [email protected]
4467 W:      http://www.chello.nl/~j.vreeken/se401/
4468 S:      Maintained
4469
4470 USB SERIAL BELKIN F5U103 DRIVER
4471 P:      William Greathouse
4472 M:      [email protected]
4473 L:      [email protected]
4474 S:      Maintained
4475
4476 USB SERIAL CYPRESS M8 DRIVER
4477 P:      Lonnie Mendez
4478 M:      [email protected]
4479 L:      [email protected]
4480 S:      Maintained
4481 W:      http://geocities.com/i0xox0i
4482 W:      http://firstlight.net/cvs
4483
4484 USB SERIAL CYBERJACK DRIVER
4485 P:      Matthias Bruestle and Harald Welte
4486 M:      [email protected]
4487 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
4488 S:      Maintained
4489
4490 USB SERIAL DIGI ACCELEPORT DRIVER
4491 P:      Peter Berger and Al Borchers
4492 M:      [email protected]
4493 M:      [email protected]
4494 L:      [email protected]
4495 S:      Maintained
4496
4497 USB SERIAL DRIVER
4498 P:      Greg Kroah-Hartman
4499 M:      [email protected]
4500 L:      [email protected]
4501 S:      Supported
4502
4503 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4504 P:      Gary Brubaker
4505 M:      [email protected]
4506 L:      [email protected]
4507 S:      Maintained
4508
4509 USB SERIAL KEYSPAN DRIVER
4510 P:      Greg Kroah-Hartman
4511 M:      [email protected]
4512 L:      [email protected]
4513 W:      http://www.kroah.com/linux/
4514 S:      Maintained
4515
4516 USB SERIAL WHITEHEAT DRIVER
4517 P:      Support Department
4518 M:      [email protected]
4519 L:      [email protected]
4520 W:      http://www.connecttech.com
4521 S:      Supported
4522
4523 USB SMSC95XX ETHERNET DRIVER
4524 P:      Steve Glendinning
4525 M:      [email protected]
4526 L:      [email protected]
4527 S:      Supported
4528
4529 USB SN9C1xx DRIVER
4530 P:      Luca Risolia
4531 M:      [email protected]
4532 L:      [email protected]
4533 L:      [email protected]
4534 W:      http://www.linux-projects.org
4535 S:      Maintained
4536
4537 USB SUBSYSTEM
4538 P:      Greg Kroah-Hartman
4539 M:      [email protected]
4540 L:      [email protected]
4541 W:      http://www.linux-usb.org
4542 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4543 S:      Supported
4544
4545 USB UHCI DRIVER
4546 P:      Alan Stern
4547 M:      [email protected]
4548 L:      [email protected]
4549 S:      Maintained
4550
4551 USB "USBNET" DRIVER FRAMEWORK
4552 P:      David Brownell
4553 M:      [email protected]
4554 L:      [email protected]
4555 W:      http://www.linux-usb.org/usbnet
4556 S:      Maintained
4557
4558 USB VIDEO CLASS
4559 P:      Laurent Pinchart
4560 M:      [email protected]
4561 L:      [email protected] (subscribers-only)
4562 L:      [email protected]
4563 W:      http://linux-uvc.berlios.de
4564 S:      Maintained
4565
4566 USB W996[87]CF DRIVER
4567 P:      Luca Risolia
4568 M:      [email protected]
4569 L:      [email protected]
4570 L:      [email protected]
4571 W:      http://www.linux-projects.org
4572 S:      Maintained
4573
4574 USB WIRELESS RNDIS DRIVER (rndis_wlan)
4575 P:      Jussi Kivilinna
4576 M:      [email protected]
4577 L:      [email protected]
4578 S:      Maintained
4579
4580 USB ZC0301 DRIVER
4581 P:      Luca Risolia
4582 M:      [email protected]
4583 L:      [email protected]
4584 L:      [email protected]
4585 W:      http://www.linux-projects.org
4586 S:      Maintained
4587
4588 USB ZD1201 DRIVER
4589 P:      Jeroen Vreeken
4590 M:      [email protected]
4591 L:      [email protected]
4592 W:      http://linux-lc100020.sourceforge.net
4593 S:      Maintained
4594
4595 USB ZR364XX DRIVER
4596 P:      Antoine Jacquet
4597 M:      [email protected]
4598 L:      [email protected]
4599 L:      [email protected]
4600 W:      http://royale.zerezo.com/zr364xx/
4601 S:      Maintained
4602
4603 USER-MODE LINUX (UML)
4604 P:      Jeff Dike
4605 M:      [email protected]
4606 L:      [email protected]
4607 L:      [email protected]
4608 W:      http://user-mode-linux.sourceforge.net
4609 S:      Maintained
4610
4611 USERSPACE I/O (UIO)
4612 P:      Hans J. Koch
4613 M:      [email protected]
4614 P:      Greg Kroah-Hartman
4615 M:      [email protected]
4616 L:      [email protected]
4617 S:      Maintained
4618
4619 UTIL-LINUX-NG PACKAGE
4620 P:      Karel Zak
4621 M:      [email protected]
4622 L:      [email protected]
4623 W:      http://kernel.org/~kzak/util-linux-ng/
4624 T:      git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4625 S:      Maintained
4626
4627 UVESAFB DRIVER
4628 P:      Michal Januszewski
4629 M:      [email protected]
4630 L:      [email protected] (moderated for non-subscribers)
4631 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
4632 S:      Maintained
4633
4634 VFAT/FAT/MSDOS FILESYSTEM
4635 P:      OGAWA Hirofumi
4636 M:      [email protected]
4637 L:      [email protected]
4638 S:      Maintained
4639
4640 VIA RHINE NETWORK DRIVER
4641 P:      Roger Luethi
4642 M:      [email protected]
4643 S:      Maintained
4644
4645 VIAPRO SMBUS DRIVER
4646 P:      Jean Delvare
4647 M:      [email protected]
4648 L:      [email protected]
4649 S:      Maintained
4650
4651 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4652 P:      Joseph Chan
4653 M:      [email protected]
4654 P:      Scott Fang
4655 M:      [email protected]
4656 L:      [email protected] (moderated for non-subscribers)
4657 S:      Maintained
4658
4659 VIA VELOCITY NETWORK DRIVER
4660 P:      Francois Romieu
4661 M:      [email protected]
4662 L:      [email protected]
4663 S:      Maintained
4664
4665 VIDEO FOR LINUX (V4L)
4666 P:      Mauro Carvalho Chehab
4667 M:      [email protected]
4668 M:      [email protected]
4669 L:      [email protected]
4670 W:      http://linuxtv.org
4671 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4672 S:      Maintained
4673
4674 VLAN (802.1Q)
4675 P:      Patrick McHardy
4676 M:      [email protected]
4677 L:      [email protected]
4678 S:      Maintained
4679
4680 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4681 P:      Liam Girdwood
4682 M:      [email protected]
4683 P:      Mark Brown
4684 M:      [email protected]
4685 W:      http://opensource.wolfsonmicro.com/node/15
4686 W:      http://www.slimlogic.co.uk/?page_id=5
4687 T:      git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4688 S:      Supported
4689
4690 VT1211 HARDWARE MONITOR DRIVER
4691 P:      Juerg Haefliger
4692 M:      [email protected]
4693 L:      [email protected]
4694 S:      Maintained
4695
4696 VT8231 HARDWARE MONITOR DRIVER
4697 P:      Roger Lucas
4698 M:      [email protected]
4699 L:      [email protected]
4700 S:      Maintained
4701
4702 W1 DALLAS'S 1-WIRE BUS
4703 P:      Evgeniy Polyakov
4704 M:      [email protected]
4705 S:      Maintained
4706
4707 W83791D HARDWARE MONITORING DRIVER
4708 P:      Marc Hulsman
4709 M:      [email protected]
4710 L:      [email protected]
4711 S:      Maintained
4712
4713 W83793 HARDWARE MONITORING DRIVER
4714 P:      Rudolf Marek
4715 M:      [email protected]
4716 L:      [email protected]
4717 S:      Maintained
4718
4719 W83L51xD SD/MMC CARD INTERFACE DRIVER
4720 P:      Pierre Ossman
4721 M:      [email protected]
4722 L:      [email protected]
4723 S:      Maintained
4724
4725 WATCHDOG DEVICE DRIVERS
4726 P:      Wim Van Sebroeck
4727 M:      [email protected]
4728 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4729 S:      Maintained
4730
4731 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4732 P:      Jean Tourrilhes
4733 M:      [email protected]
4734 L:      [email protected]
4735 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4736 S:      Maintained
4737
4738 WD7000 SCSI DRIVER
4739 P:      Miroslav Zagorac
4740 M:      [email protected]
4741 L:      [email protected]
4742 S:      Maintained
4743
4744 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4745 P:      David Vrabel
4746 M:      [email protected]
4747 S:      Maintained
4748
4749 WISTRON LAPTOP BUTTON DRIVER
4750 P:      Miloslav Trmac
4751 M:      [email protected]
4752 S:      Maintained
4753
4754 WL3501 WIRELESS PCMCIA CARD DRIVER
4755 P:      Arnaldo Carvalho de Melo
4756 M:      [email protected]
4757 L:      [email protected]
4758 W:      http://oops.ghostprotocols.net:81/blog
4759 S:      Maintained
4760
4761 WM97XX TOUCHSCREEN DRIVERS
4762 P:      Mark Brown
4763 M:      [email protected]
4764 P:      Liam Girdwood
4765 M:      [email protected]
4766 L:      [email protected]
4767 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
4768 W:      http://opensource.wolfsonmicro.com/node/7
4769 S:      Supported
4770
4771 X.25 NETWORK LAYER
4772 P:      Henner Eisen
4773 M:      [email protected]
4774 L:      [email protected]
4775 S:      Maintained
4776
4777 X86 ARCHITECTURE (32-BIT AND 64-BIT)
4778 P:      Thomas Gleixner
4779 M:      [email protected]
4780 P:      Ingo Molnar
4781 M:      [email protected]
4782 P:      H. Peter Anvin
4783 M:      [email protected]
4784 L:      [email protected]
4785 T:      git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4786 S:      Maintained
4787
4788 XEN HYPERVISOR INTERFACE
4789 P:      Jeremy Fitzhardinge
4790 M:      [email protected]
4791 P:      Chris Wright
4792 M:      [email protected]
4793 L:      [email protected]
4794 L:      [email protected]
4795 S:      Supported
4796
4797 XFS FILESYSTEM
4798 P:      Silicon Graphics Inc
4799 P:      Tim Shimmin
4800 M:      [email protected]
4801 L:      [email protected]
4802 W:      http://oss.sgi.com/projects/xfs
4803 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4804 S:      Supported
4805
4806 XILINX SYSTEMACE DRIVER
4807 P:      Grant Likely
4808 M:      [email protected]
4809 W:      http://www.secretlab.ca/
4810 L:      [email protected]
4811 S:      Maintained
4812
4813 XILINX UARTLITE SERIAL DRIVER
4814 P:      Peter Korsgaard
4815 M:      [email protected]
4816 L:      [email protected]
4817 S:      Maintained
4818
4819 YAM DRIVER FOR AX.25
4820 P:      Jean-Paul Roubelat
4821 M:      [email protected]
4822 L:      [email protected]
4823 S:      Maintained
4824
4825 YEALINK PHONE DRIVER
4826 P:      Henk Vergonet
4827 M:      [email protected]
4828 L:      [email protected]
4829 S:      Maintained
4830
4831 Z8530 DRIVER FOR AX.25
4832 P:      Joerg Reuter
4833 M:      [email protected]
4834 W:      http://yaina.de/jreuter/
4835 W:      http://www.qsl.net/dl1bke/
4836 L:      [email protected]
4837 S:      Maintained
4838
4839 ZD1211RW WIRELESS DRIVER
4840 P:      Daniel Drake
4841 M:      [email protected]
4842 P:      Ulrich Kunitz
4843 M:      [email protected]
4844 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4845 L:      [email protected]
4846 L:      [email protected] (subscribers-only)
4847 S:      Maintained
4848
4849 ZR36067 VIDEO FOR LINUX DRIVER
4850 P:      Ronald Bultje
4851 M:      [email protected]
4852 L:      [email protected]
4853 W:      http://mjpeg.sourceforge.net/driver-zoran/
4854 S:      Maintained
4855
4856 ZS DECSTATION Z85C30 SERIAL DRIVER
4857 P:      Maciej W. Rozycki
4858 M:      [email protected]
4859 S:      Maintained
4860
4861 THE REST
4862 P:      Linus Torvalds
4863 S:      Buried alive in reporters
This page took 0.295581 seconds and 4 git commands to generate.