]> Git Repo - linux.git/blob - MAINTAINERS
Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
[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. See
34         Documentation/CodingStyle for guidance here.
35
36         PLEASE try to include any credit lines you want added with the
37         patch. It avoids people being missed off by mistake and makes
38         it easier to know who wants adding and who doesn't.
39
40         PLEASE document known bugs. If it doesn't work for everything
41         or does something very odd once a month document it.
42
43         PLEASE remember that submissions must be made under the terms
44         of the OSDL certificate of contribution
45         (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46         and should include a Signed-off-by: line.
47
48 6.      Make sure you have the right to send any changes you make. If you
49         do changes at work you may find your employer owns the patch
50         not you.
51
52 7.      When sending security related changes or reports to a maintainer
53         please Cc: [email protected], especially if the maintainer
54         does not respond.
55
56 8.      Happy hacking.
57
58                 -----------------------------------
59
60 Maintainers List (try to look for most precise areas first)
61
62 Note: For the hard of thinking, this list is meant to remain in alphabetical
63 order. If you could add yourselves to it in alphabetical order that would be
64 so much easier [Ed]
65
66 P: Person
67 M: Mail patches to
68 L: Mailing list that is relevant to this area
69 W: Web-page with status/info
70 T: SCM tree type and location.  Type is one of: git, hg, quilt.
71 S: Status, one of the following:
72
73         Supported:      Someone is actually paid to look after this.
74         Maintained:     Someone actually looks after it.
75         Odd Fixes:      It has a maintainer but they don't have time to do
76                         much other than throw the odd patch in. See below..
77         Orphan:         No current maintainer [but maybe you could take the
78                         role as you write your new code].
79         Obsolete:       Old code. Something tagged obsolete generally means
80                         it has been replaced by a better system and you
81                         should be using that.
82
83 3C359 NETWORK DRIVER
84 P:      Mike Phillips
85 M:      [email protected]
86 L:      [email protected]
87 L:      [email protected]
88 W:      http://www.linuxtr.net
89 S:      Maintained
90
91 3C505 NETWORK DRIVER
92 P:      Philip Blundell
93 M:      [email protected]
94 L:      [email protected]
95 S:      Maintained
96
97 3CR990 NETWORK DRIVER
98 P:      David Dillow
99 M:      [email protected]
100 L:      [email protected]
101 S:      Maintained
102
103 3W-XXXX ATA-RAID CONTROLLER DRIVER
104 P:      Adam Radford
105 M:      [email protected]
106 L:      [email protected]
107 W:      http://www.amcc.com
108 S:      Supported
109
110 3W-9XXX SATA-RAID CONTROLLER DRIVER
111 P:      Adam Radford
112 M:      [email protected]
113 L:      [email protected]
114 W:      http://www.amcc.com
115 S:      Supported
116
117 53C700 AND 53C700-66 SCSI DRIVER
118 P:      James E.J. Bottomley
119 M:      [email protected]
120 L:      [email protected]
121 S:      Maintained
122
123 6PACK NETWORK DRIVER FOR AX.25
124 P:      Andreas Koensgen
125 M:      [email protected]
126 L:      [email protected]
127 S:      Maintained
128
129 8139CP 10/100 FAST ETHERNET DRIVER
130 P:      Jeff Garzik
131 M:      [email protected]
132 S:      Maintained
133
134 8139TOO 10/100 FAST ETHERNET DRIVER
135 P:      Jeff Garzik
136 M:      [email protected]
137 W:      http://sourceforge.net/projects/gkernel/
138 S:      Maintained
139
140 8169 10/100/1000 GIGABIT ETHERNET DRIVER
141 P:      Francois Romieu
142 M:      [email protected]
143 L:      [email protected]
144 S:      Maintained
145
146 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
147 P:      Russell King
148 M:      [email protected]
149 L:      [email protected]
150 W:      http://serial.sourceforge.net
151 S:      Maintained
152
153 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
154 P:      Paul Gortmaker
155 M:      [email protected]
156 L:      [email protected]
157 S:      Maintained
158
159 9P FILE SYSTEM
160 P:      Eric Van Hensbergen
161 M:      [email protected]
162 P:      Ron Minnich
163 M:      [email protected]
164 P:      Latchesar Ionkov
165 M:      [email protected]
166 L:      [email protected]
167 W:      http://v9fs.sf.net
168 T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
169 S:      Maintained
170
171 A2232 SERIAL BOARD DRIVER
172 P:      Enver Haase
173 M:      [email protected]
174 M:      [email protected]
175 L:      [email protected]
176 S:      Maintained
177
178 AIO
179 P:      Benjamin LaHaise
180 M:      [email protected]
181 L:      [email protected]
182 S:      Supported
183
184 ABIT UGURU HARDWARE MONITOR DRIVER
185 P:      Hans de Goede
186 M:      [email protected]
187 L:      [email protected]
188 S:      Maintained
189
190 ACENIC DRIVER
191 P:      Jes Sorensen
192 M:      [email protected]
193 L:      [email protected]
194 S:      Maintained
195
196 ACI MIXER DRIVER
197 P:      Robert Siemer
198 M:      [email protected]
199 L:      [email protected]
200 W:      http://www.stud.uni-karlsruhe.de/~uh1b/
201 S:      Maintained
202
203 AACRAID SCSI RAID DRIVER
204 P:      Adaptec OEM Raid Solutions
205 L:      [email protected]
206 W:      http://linux.dell.com/storage.shtml
207 S:      Supported
208
209 ACPI
210 P:      Len Brown
211 M:      [email protected]
212 L:      [email protected]
213 W:      http://acpi.sourceforge.net/
214 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
215 S:      Maintained
216
217 ACPI PCI HOTPLUG DRIVER
218 P:      Kristen Carlson Accardi
219 M:      [email protected]
220 L:      [email protected]
221 S:      Maintained
222
223 AD1816 SOUND DRIVER
224 P:      Thorsten Knabe
225 M:      Thorsten Knabe <[email protected]>
226 W:      http://linux.thorsten-knabe.de
227 S:      Maintained
228
229 AD1889 SOUND DRIVER
230 P:      Kyle McMartin
231 M:      [email protected]
232 P:      Thibaut Varene
233 M:      [email protected]
234 W:      http://wiki.parisc-linux.org/AD1889
235 L:      [email protected]
236 S:      Maintained
237
238 ADM1025 HARDWARE MONITOR DRIVER
239 P:      Jean Delvare
240 M:      [email protected]
241 L:      [email protected]
242 S:      Maintained
243
244 ADT746X FAN DRIVER
245 P:      Colin Leroy
246 M:      [email protected]
247 S:      Maintained
248
249 AEDSP16 DRIVER
250 P:      Riccardo Facchetti
251 M:      [email protected]
252 S:      Maintained
253
254 AFFS FILE SYSTEM
255 P:      Roman Zippel
256 M:      [email protected]
257 S:      Maintained
258
259 AGPGART DRIVER
260 P:      Dave Jones
261 M:      [email protected]
262 W:      http://www.codemonkey.org.uk/projects/agp/
263 T:      git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
264 S:      Maintained
265
266 AHA152X SCSI DRIVER
267 P:      Juergen E. Fischer
268 M:      Juergen Fischer <[email protected]>
269 L:      [email protected]
270 S:      Maintained
271
272 ALCATEL SPEEDTOUCH USB DRIVER
273 P:      Duncan Sands
274 M:      [email protected]
275 L:      [email protected]
276 L:      [email protected]
277 W:      http://www.linux-usb.org/SpeedTouch/
278 S:      Maintained
279
280 ALI1563 I2C DRIVER
281 P:      Rudolf Marek
282 M:      [email protected]
283 L:      [email protected]
284 S:      Maintained
285
286 ALPHA PORT
287 P:      Richard Henderson
288 M:      [email protected]
289 S:      Odd Fixes for 2.4; Maintained for 2.6.
290 P:      Ivan Kokshaysky
291 M:      [email protected]
292 S:      Maintained for 2.4; PCI support for 2.6.
293
294 AMD GEODE PROCESSOR/CHIPSET SUPPORT
295 P:      Jordan Crouse
296 M:      [email protected]
297 L:      [email protected]
298 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
299 S:      Supported
300
301 AOA (Apple Onboard Audio) ALSA DRIVER
302 P:      Johannes Berg
303 M:      [email protected]
304 L:      [email protected]
305 L:      [email protected]
306 S:      Maintained
307
308 APM DRIVER
309 P:      Stephen Rothwell
310 M:      [email protected]
311 L:      [email protected]
312 W:      http://www.canb.auug.org.au/~sfr/
313 S:      Supported
314
315 APPLETALK NETWORK LAYER
316 P:      Arnaldo Carvalho de Melo
317 M:      [email protected]
318 S:      Maintained
319
320 ARC FRAMEBUFFER DRIVER
321 P:      Jaya Kumar
322 M:      [email protected]
323 S:      Maintained
324
325 ARM26 ARCHITECTURE
326 P:      Ian Molton
327 M:      [email protected]
328 S:      Maintained
329
330 ARM26/ARCHIMEDES
331 P:      Ian Molton
332 M:      [email protected]
333 S:      Maintained
334
335 ARM26/A5000
336 P:      John Appleby
337 M:      [email protected]
338 S:      Maintained
339
340 ARM MFM AND FLOPPY DRIVERS
341 P:      Ian Molton
342 M:      [email protected]
343 S:      Maintained
344
345 ARM/CORGI MACHINE SUPPORT
346 P:      Richard Purdie
347 M:      [email protected]
348 S:      Maintained
349
350 ARM/TOSA MACHINE SUPPORT
351 P:      Dirk Opfer
352 M:      [email protected]
353 S:      Maintained
354
355 ARM/PLEB SUPPORT
356 P:      Peter Chubb
357 M:      [email protected]
358 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
359 S:      Maintained
360
361 ARM/PT DIGITAL BOARD PORT
362 P:      Stefan Eletzhofer
363 M:      [email protected]
364 L:      [email protected] (subscribers-only)
365 W:      http://www.arm.linux.org.uk/
366 S:      Maintained
367
368 ARM/SHARK MACHINE SUPPORT
369 P:      Alexander Schulz
370 M:      [email protected]
371 W:      http://www.shark-linux.de/shark.html
372 S:      Maintained
373
374 ARM/STRONGARM110 PORT
375 P:      Russell King
376 M:      [email protected]
377 L:      [email protected] (subscribers-only)
378 W:      http://www.arm.linux.org.uk/
379 S:      Maintained
380
381 ARM/S3C2410 ARM ARCHITECTURE
382 P:      Ben Dooks
383 M:      [email protected]
384 L:      [email protected] (subscribers-only)
385 W:      http://www.fluff.org/ben/linux/
386 S:      Maintained
387
388 ARM/S3C2440 ARM ARCHITECTURE
389 P:      Ben Dooks
390 M:      [email protected]
391 L:      [email protected] (subscribers-only)
392 W:      http://www.fluff.org/ben/linux/
393 S:      Maintained
394
395 ARPD SUPPORT
396 P:      Jonathan Layes
397 L:      [email protected]
398 S:      Maintained
399
400 ASUS ACPI EXTRAS DRIVER
401 P:      Karol Kozimor
402 M:      [email protected]
403 P:      Julien Lerouge
404 M:      [email protected]
405 L:      [email protected]
406 W:      http://sourceforge.net/projects/acpi4asus
407 W:      http://julien.lerouge.free.fr
408 S:      Maintained
409
410 ATA OVER ETHERNET DRIVER
411 P:      Ed L. Cashin
412 M:      [email protected]
413 W:      http://www.coraid.com/support/linux
414 S:      Supported
415
416 ATM
417 P:      Chas Williams
418 M:      [email protected]
419 L:      [email protected]
420 W:      http://linux-atm.sourceforge.net
421 S:      Maintained
422
423 ATMEL WIRELESS DRIVER
424 P:      Simon Kelley
425 M:      [email protected]
426 W:      http://www.thekelleys.org.uk/atmel
427 W:      http://atmelwlandriver.sourceforge.net/
428 S:      Maintained
429
430 AUDIT SUBSYSTEM
431 P:      David Woodhouse
432 M:      [email protected]
433 L:      [email protected]
434 W:      http://people.redhat.com/sgrubb/audit/
435 T:      git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
436 S:      Maintained
437
438 AX.25 NETWORK LAYER
439 P:      Ralf Baechle
440 M:      [email protected]
441 L:      [email protected]
442 W:      http://www.linux-ax25.org/
443 S:      Maintained
444
445 BAYCOM/HDLCDRV DRIVERS FOR AX.25
446 P:      Thomas Sailer
447 M:      [email protected]
448 L:      [email protected]
449 W:      http://www.baycom.org/~tom/ham/ham.html
450 S:      Maintained
451
452 BCM43XX WIRELESS DRIVER
453 P:      Michael Buesch
454 M:      [email protected]
455 P:      Stefano Brivio
456 M:      [email protected]
457 W:      http://bcm43xx.berlios.de/
458 S:      Maintained
459
460 BEFS FILE SYSTEM
461 P:      Sergey S. Kostyliov
462 M:      [email protected]
463 L:      [email protected]
464 S:      Maintained
465
466 BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
467 P:      Kenji Hollis
468 W:      http://ftp.bitgate.com/pcwd/
469 S:      Maintained
470
471 BFS FILE SYSTEM
472 P:      Tigran A. Aivazian
473 M:      [email protected]
474 L:      [email protected]
475 S:      Maintained
476
477 BLOCK LAYER
478 P:      Jens Axboe
479 M:      [email protected]
480 L:      [email protected]
481 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
482 S:      Maintained
483
484 BLUETOOTH SUBSYSTEM
485 P:      Marcel Holtmann
486 M:      [email protected]
487 P:      Maxim Krasnyansky
488 M:      [email protected]
489 L:      [email protected]
490 W:      http://bluez.sf.net
491 W:      http://www.bluez.org
492 W:      http://www.holtmann.org/linux/bluetooth/
493 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
494 S:      Maintained
495
496 BLUETOOTH RFCOMM LAYER
497 P:      Marcel Holtmann
498 M:      [email protected]
499 P:      Maxim Krasnyansky
500 M:      [email protected]
501 S:      Maintained
502
503 BLUETOOTH BNEP LAYER
504 P:      Marcel Holtmann
505 M:      [email protected]
506 P:      Maxim Krasnyansky
507 M:      [email protected]
508 S:      Maintained
509
510 BLUETOOTH CMTP LAYER
511 P:      Marcel Holtmann
512 M:      [email protected]
513 S:      Maintained
514
515 BLUETOOTH HIDP LAYER
516 P:      Marcel Holtmann
517 M:      [email protected]
518 S:      Maintained
519
520 BLUETOOTH HCI UART DRIVER
521 P:      Marcel Holtmann
522 M:      [email protected]
523 P:      Maxim Krasnyansky
524 M:      [email protected]
525 S:      Maintained
526
527 BLUETOOTH HCI USB DRIVER
528 P:      Marcel Holtmann
529 M:      [email protected]
530 P:      Maxim Krasnyansky
531 M:      [email protected]
532 S:      Maintained
533
534 BLUETOOTH HCI BCM203X DRIVER
535 P:      Marcel Holtmann
536 M:      [email protected]
537 S:      Maintained
538
539 BLUETOOTH HCI BPA10X DRIVER
540 P:      Marcel Holtmann
541 M:      [email protected]
542 S:      Maintained
543
544 BLUETOOTH HCI BFUSB DRIVER
545 P:      Marcel Holtmann
546 M:      [email protected]
547 S:      Maintained
548
549 BLUETOOTH HCI DTL1 DRIVER
550 P:      Marcel Holtmann
551 M:      [email protected]
552 S:      Maintained
553
554 BLUETOOTH HCI BLUECARD DRIVER
555 P:      Marcel Holtmann
556 M:      [email protected]
557 S:      Maintained
558
559 BLUETOOTH HCI BT3C DRIVER
560 P:      Marcel Holtmann
561 M:      [email protected]
562 S:      Maintained
563
564 BLUETOOTH HCI BTUART DRIVER
565 P:      Marcel Holtmann
566 M:      [email protected]
567 S:      Maintained
568
569 BLUETOOTH HCI VHCI DRIVER
570 P:      Maxim Krasnyansky
571 M:      [email protected]
572 S:      Maintained
573
574 BONDING DRIVER
575 P:   Chad Tindel
576 M:   [email protected]
577 P:   Jay Vosburgh
578 M:   [email protected]
579 L:   [email protected]
580 W:   http://sourceforge.net/projects/bonding/
581 S:   Supported
582
583 BROADBAND PROCESSOR ARCHITECTURE
584 P:      Arnd Bergmann
585 M:      [email protected]
586 L:      [email protected]
587 W:      http://www.penguinppc.org/ppc64/
588 S:      Supported
589
590 BROADCOM B44 10/100 ETHERNET DRIVER
591 P:      Gary Zambrano
592 M:      [email protected]
593 L:      [email protected]
594 S:      Supported
595
596 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
597 P:      Michael Chan
598 M:      [email protected]
599 L:      [email protected]
600 S:      Supported
601
602 BROADCOM TG3 GIGABIT ETHERNET DRIVER
603 P:      Michael Chan
604 M:      [email protected]
605 L:      [email protected]
606 S:      Supported
607
608 BTTV VIDEO4LINUX DRIVER
609 P:      Mauro Carvalho Chehab
610 M:      [email protected]
611 M:      [email protected]
612 L:      [email protected]
613 W:      http://linuxtv.org
614 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
615 S:      Maintained
616
617 CALGARY x86-64 IOMMU
618 P:      Muli Ben-Yehuda
619 M:      [email protected]
620 P:      Jon D. Mason
621 M:      [email protected]
622 L:      [email protected]
623 L:      [email protected]
624 S:      Maintained
625
626 COMMON INTERNET FILE SYSTEM (CIFS)
627 P:      Steve French
628 M:      [email protected]
629 L:      [email protected]
630 L:      [email protected]
631 W:      http://us1.samba.org/samba/Linux_CIFS_client.html
632 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
633 S:      Supported       
634
635 CONFIGFS
636 P:      Joel Becker
637 M:      [email protected]
638 L:      [email protected]
639 S:      Supported
640
641 CIRRUS LOGIC GENERIC FBDEV DRIVER
642 P:      Jeff Garzik
643 M:      [email protected]
644 L:      [email protected]
645 S:      Odd Fixes
646
647 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
648 P:      Cirrus Logic Corporation (kernel 2.2 driver)
649 M:      Cirrus Logic Corporation, Thomas Woller <[email protected]>
650 P:      Nils Faerber (port to kernel 2.4)
651 M:      Nils Faerber <[email protected]>
652 S:      Maintained
653
654 CODA FILE SYSTEM
655 P:      Jan Harkes
656 M:      [email protected]
657 M:      [email protected]
658 L:      [email protected]
659 W:      http://www.coda.cs.cmu.edu/
660 S:      Maintained
661
662 COMPACTPCI HOTPLUG CORE
663 P:      Scott Murray
664 M:      [email protected]
665 M:      [email protected]
666 L:      [email protected]
667 S:      Supported
668
669 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
670 P:      Scott Murray
671 M:      [email protected]
672 M:      [email protected]
673 L:      [email protected]
674 S:      Supported
675
676 COMPACTPCI HOTPLUG GENERIC DRIVER
677 P:      Scott Murray
678 M:      [email protected]
679 M:      [email protected]
680 L:      [email protected]
681 S:      Supported
682
683 COMPUTONE INTELLIPORT MULTIPORT CARD
684 P:      Michael H. Warfield
685 M:      [email protected]
686 W:      http://www.wittsend.com/computone.html
687 S:      Maintained
688
689 COSA/SRP SYNC SERIAL DRIVER
690 P:      Jan "Yenya" Kasprzak
691 M:      [email protected]
692 W:      http://www.fi.muni.cz/~kas/cosa/
693 S:      Maintained
694
695 CPU FREQUENCY DRIVERS
696 P:      Dave Jones
697 M:      [email protected]
698 L:      [email protected]
699 W:      http://www.codemonkey.org.uk/projects/cpufreq/
700 T:      git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
701 S:      Maintained
702
703 CPUID/MSR DRIVER
704 P:      H. Peter Anvin
705 M:      [email protected]
706 S:      Maintained
707
708 CPUSETS
709 P:      Paul Jackson
710 P:      Simon Derr
711 M:      [email protected]
712 M:      [email protected]
713 L:      [email protected]
714 W:      http://www.bullopensource.org/cpuset/
715 S:      Supported
716
717 CRAMFS FILESYSTEM
718 W:     http://sourceforge.net/projects/cramfs/
719 S:     Orphan
720
721 CRIS PORT
722 P:      Mikael Starvik
723 M:      [email protected]
724 L:      [email protected]
725 W:      http://developer.axis.com
726 S:      Maintained
727
728 CRYPTO API
729 P:      Herbert Xu
730 M:      [email protected]
731 P:      David S. Miller
732 M:      [email protected]
733 L:      [email protected]
734 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
735 S:      Maintained
736
737 CS5535 Audio ALSA driver
738 P:      Jaya Kumar
739 M:      [email protected]
740 S:      Maintained
741
742 CYBERPRO FB DRIVER
743 P:      Russell King
744 M:      [email protected]
745 W:      http://www.arm.linux.org.uk/
746 S:      Maintained
747
748 CYBLAFB FRAMEBUFFER DRIVER
749 P:      Knut Petersen
750 M:      [email protected]
751 L:      [email protected]
752 S:      Maintained
753
754 CYCLADES 2X SYNC CARD DRIVER
755 P:      Arnaldo Carvalho de Melo
756 M:      [email protected]
757 W:      http://advogato.org/person/acme
758 L:      [email protected]
759 S:      Maintained
760
761 CYCLADES ASYNC MUX DRIVER
762 M:      [email protected]
763 W:      http://www.cyclades.com/
764 S:      Supported
765
766 CYCLADES PC300 DRIVER
767 M:      [email protected]
768 W:      http://www.cyclades.com/
769 S:      Supported
770
771 DAMA SLAVE for AX.25
772 P:      Joerg Reuter
773 M:      [email protected]
774 W:      http://yaina.de/jreuter/
775 W:      http://www.qsl.net/dl1bke/
776 L:      [email protected]
777 S:      Maintained
778
779 DC395x SCSI driver
780 P:      Oliver Neukum
781 M:      [email protected]
782 P:      Ali Akcaagac
783 M:      [email protected]
784 P:      Jamie Lenehan
785 M:      [email protected]
786 W:      http://twibble.org/dist/dc395x/
787 L:      [email protected]
788 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
789 S:      Maintained
790
791 DC390/AM53C974 SCSI driver
792 P:      Kurt Garloff
793 M:      [email protected]
794 W:      http://www.garloff.de/kurt/linux/dc390/
795 P:      Guennadi Liakhovetski
796 M:      [email protected]
797 S:      Maintained
798
799 DCCP PROTOCOL
800 P:      Arnaldo Carvalho de Melo
801 M:      [email protected]
802 L:      [email protected]
803 W:      http://linux-net.osdl.org/index.php/DCCP
804 S:      Maintained
805
806 DECnet NETWORK LAYER
807 P:      Patrick Caulfield
808 M:      [email protected]
809 W:      http://linux-decnet.sourceforge.net
810 L:      [email protected]
811 S:      Maintained
812
813 DEFXX FDDI NETWORK DRIVER
814 P:      Maciej W. Rozycki
815 M:      [email protected]
816 S:      Maintained
817
818 DELL LAPTOP SMM DRIVER
819 P:      Massimo Dal Zotto
820 M:      [email protected]
821 W:      http://www.debian.org/~dz/i8k/
822 S:      Maintained
823
824 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
825 P:      Doug Warzecha
826 M:      [email protected]
827 S:      Maintained
828
829 DEVICE-MAPPER
830 P:      Alasdair Kergon
831 L:      [email protected]
832 W:      http://sources.redhat.com/dm
833 S:      Maintained
834
835 DEVICE NUMBER REGISTRY
836 P:      Torben Mathiasen
837 M:      [email protected]
838 W:      http://lanana.org/docs/device-list/index.html
839 L:      [email protected]
840 S:      Maintained
841
842 DEVICE FILESYSTEM
843 S:      Obsolete
844
845 DIGI INTL. EPCA DRIVER
846 P:      Digi International, Inc
847 M:      [email protected]
848 L:      [email protected]
849 W:      http://www.digi.com
850 S:      Orphaned
851
852 DIGI RIGHTSWITCH NETWORK DRIVER
853 P:      Rick Richardson
854 L:      [email protected]
855 W:      http://www.digi.com
856 S:      Orphaned
857
858 DIRECTORY NOTIFICATION
859 P:      Stephen Rothwell
860 M:      [email protected]
861 L:      [email protected]
862 S:      Supported
863
864 DISK GEOMETRY AND PARTITION HANDLING
865 P:      Andries Brouwer
866 M:      [email protected]
867 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
868 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
869 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
870 S:      Maintained
871
872 DISKQUOTA:
873 P:      Jan Kara
874 M:      [email protected]
875 L:      [email protected]
876 S:      Maintained
877
878 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
879 P:      Tobias Ringstrom
880 M:      [email protected]
881 L:      [email protected]
882 S:      Maintained
883
884 DOCBOOK FOR DOCUMENTATION
885 P:      Martin Waitz
886 M:      [email protected]
887 P:      Randy Dunlap
888 M:      [email protected]
889 T:      git http://tali.admingilde.org/git/linux-docbook.git
890 S:      Maintained
891
892 DOUBLETALK DRIVER
893 P:      James R. Van Zandt
894 M:      [email protected]
895 L:      [email protected]
896 S:      Maintained
897
898 DRIVER CORE, KOBJECTS, AND SYSFS
899 P:      Greg Kroah-Hartman
900 M:      [email protected]
901 L:      [email protected]
902 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
903 S:      Supported
904
905 DRM DRIVERS
906 P:      David Airlie
907 M:      [email protected]
908 L:      [email protected]
909 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
910 S:      Maintained
911
912 DSCC4 DRIVER
913 P:      François Romieu
914 M:      [email protected]
915 M:      [email protected]
916 S:      Maintained
917
918 DVB SUBSYSTEM AND DRIVERS
919 P:      LinuxTV.org Project
920 M:      [email protected]
921 L:      [email protected] (subscription required)
922 W:      http://linuxtv.org/
923 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
924 S:      Maintained
925
926 EATA-DMA SCSI DRIVER
927 P:      Michael Neuffer
928 L:      [email protected][email protected]
929 S:      Maintained
930
931 EATA ISA/EISA/PCI SCSI DRIVER
932 P:      Dario Ballabio
933 M:      [email protected]
934 L:      [email protected]
935 S:      Maintained
936
937 EATA-PIO SCSI DRIVER
938 P:      Michael Neuffer
939 M:      [email protected]
940 L:      [email protected][email protected]
941 S:      Maintained
942
943 EBTABLES
944 P:      Bart De Schuymer
945 M:      [email protected]
946 L:      [email protected]
947 L:      [email protected]
948 W:      http://ebtables.sourceforge.net/
949 S:      Maintained
950
951 EDAC-CORE
952 P:      Doug Thompson
953 M:      [email protected]
954 L:      [email protected]
955 W:      bluesmoke.sourceforge.net
956 S:      Supported
957
958 EDAC-E752X
959 P:      Mark Gross
960 M:      [email protected]
961 L:      [email protected]
962 W:      bluesmoke.sourceforge.net
963 S:      Maintained
964
965 EDAC-E7XXX
966 P:      Doug Thompson
967 M:      [email protected]
968 L:      [email protected]
969 W:      bluesmoke.sourceforge.net
970 S:      Maintained
971
972 EDAC-R82600
973 P:      Tim Small
974 M:      [email protected]
975 L:      [email protected]
976 W:      bluesmoke.sourceforge.net
977 S:      Maintained
978
979 EEPRO100 NETWORK DRIVER
980 P:      Andrey V. Savochkin
981 M:      [email protected]
982 S:      Maintained
983
984 EFS FILESYSTEM
985 W:      http://aeschi.ch.eu.org/efs/
986 S:      Orphan
987
988 EMU10K1 SOUND DRIVER
989 P:      James Courtier-Dutton
990 M:      [email protected]
991 L:      [email protected]
992 W:      http://sourceforge.net/projects/emu10k1/
993 S:      Maintained
994
995 EMULEX LPFC FC SCSI DRIVER
996 P:      James Smart
997 M:      [email protected]
998 L:      [email protected]
999 W:      http://sourceforge.net/projects/lpfcxxxx
1000 S:      Supported
1001
1002 EPSON 1355 FRAMEBUFFER DRIVER
1003 P:      Christopher Hoover
1004 M:      [email protected][email protected]
1005 S:      Maintained
1006
1007 ETHEREXPRESS-16 NETWORK DRIVER
1008 P:      Philip Blundell
1009 M:      [email protected]
1010 L:      [email protected]
1011 S:      Maintained
1012
1013 ETHERNET BRIDGE
1014 P:      Stephen Hemminger
1015 M:      [email protected]
1016 L:      [email protected]
1017 W:      http://bridge.sourceforge.net/
1018 S:      Maintained
1019
1020 ETHERTEAM 16I DRIVER
1021 P:      Mika Kuoppala
1022 M:      [email protected]
1023 S:      Maintained
1024
1025 EXT2 FILE SYSTEM
1026 L:      [email protected]
1027 S:      Maintained
1028
1029 EXT3 FILE SYSTEM
1030 P:      Stephen Tweedie, Andrew Morton
1031 M:      [email protected][email protected][email protected]
1032 L:      [email protected]
1033 S:      Maintained
1034
1035 F71805F HARDWARE MONITORING DRIVER
1036 P:      Jean Delvare
1037 M:      [email protected]
1038 L:      [email protected]
1039 S:      Maintained
1040
1041 FARSYNC SYNCHRONOUS DRIVER
1042 P:      Kevin Curtis
1043 M:      [email protected]
1044 W:      http://www.farsite.co.uk/
1045 S:      Supported
1046
1047 FRAMEBUFFER LAYER
1048 P:      Antonino Daplas
1049 M:      [email protected]
1050 L:      [email protected] 
1051 W:      http://linux-fbdev.sourceforge.net/
1052 S:      Maintained
1053
1054 FREESCALE SOC FS_ENET DRIVER
1055 P:      Pantelis Antoniou
1056 M:      [email protected]
1057 P:      Vitaly Bordug
1058 M:      [email protected]
1059 L:      [email protected]
1060 L:      [email protected]
1061 S:      Maintained
1062
1063 FILE LOCKING (flock() and fcntl()/lockf())
1064 P:      Matthew Wilcox
1065 M:      [email protected]
1066 L:      [email protected]
1067 S:      Maintained
1068
1069 FILESYSTEMS (VFS and infrastructure)
1070 P:      Alexander Viro
1071 M:      [email protected]
1072 S:      Maintained
1073
1074 FIRMWARE LOADER (request_firmware)
1075 L:      [email protected]
1076 S:      Orphan
1077
1078 FPU EMULATOR
1079 P:      Bill Metzenthen
1080 M:      [email protected]
1081 W:      http://suburbia.net/~billm/floating-point/emulator/
1082 S:      Maintained
1083
1084 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1085 P:      Mike McLagan
1086 M:      [email protected]
1087 L:      [email protected]
1088 S:      Maintained
1089
1090 FREEVXFS FILESYSTEM
1091 P:      Christoph Hellwig
1092 M:      [email protected]
1093 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1094 S:      Maintained
1095
1096 FUJITSU FR-V PORT
1097 P:      David Howells
1098 M:      [email protected]
1099 S:      Maintained
1100
1101 FTAPE/QIC-117
1102 L:      [email protected]
1103 W:      http://sourceforge.net/projects/ftape
1104 S:      Orphan
1105
1106 FUSE: FILESYSTEM IN USERSPACE
1107 P:      Miklos Szeredi
1108 M:      [email protected]
1109 L:      [email protected]
1110 W:      http://fuse.sourceforge.net/
1111 S:      Maintained
1112
1113 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1114 P:      Rik Faith
1115 M:      [email protected]
1116 L:      [email protected]
1117 S:      Odd fixes (e.g., new signatures)
1118
1119 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1120 P:      Achim Leubner
1121 M:      [email protected]
1122 L:      [email protected]
1123 W:      http://www.icp-vortex.com/
1124 S:      Supported
1125
1126 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1127 P:      Krzysztof Halasa
1128 M:      [email protected]
1129 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1130 S:      Maintained
1131
1132 GIGASET ISDN DRIVERS
1133 P:      Hansjoerg Lipp
1134 M:      [email protected]
1135 P:      Tilman Schmidt
1136 M:      [email protected]
1137 L:      [email protected]
1138 W:      http://gigaset307x.sourceforge.net/
1139 S:      Maintained
1140
1141 HARDWARE MONITORING
1142 P:      Jean Delvare
1143 M:      [email protected]
1144 L:      [email protected]
1145 W:      http://www.lm-sensors.nu/
1146 S:      Maintained
1147
1148 HARDWARE RANDOM NUMBER GENERATOR CORE
1149 P:      Michael Buesch
1150 M:      [email protected]
1151 S:      Maintained
1152
1153 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1154 P:      Robert Love
1155 M:      [email protected]
1156 M:      [email protected]
1157 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1158 S:      Maintained
1159
1160 HARMONY SOUND DRIVER
1161 P:      Kyle McMartin
1162 M:      [email protected]
1163 W:      http://www.parisc-linux.org/~kyle/harmony/
1164 L:      [email protected]
1165 S:      Maintained
1166
1167 HAYES ESP SERIAL DRIVER
1168 P:      Andrew J. Robinson
1169 M:      [email protected]
1170 L:      [email protected]
1171 W:      http://www.nyx.net/~arobinso
1172 S:      Maintained
1173
1174 HFS FILESYSTEM
1175 P:      Roman Zippel
1176 M:      [email protected]
1177 L:      [email protected]
1178 S:      Maintained
1179
1180 HGA FRAMEBUFFER DRIVER
1181 P:      Ferenc Bakonyi
1182 M:      [email protected]
1183 L:      [email protected]
1184 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1185 S:      Maintained
1186
1187 HIGH-SPEED SCC DRIVER FOR AX.25
1188 P:      Klaus Kudielka
1189 M:      [email protected]
1190 L:      [email protected]
1191 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1192 S:      Maintained
1193
1194 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1195 P:      HighPoint Linux Team
1196 M:      [email protected]
1197 W:      http://www.highpoint-tech.com
1198 S:      Supported
1199
1200 HIPPI
1201 P:      Jes Sorensen
1202 M:      [email protected]
1203 L:      [email protected]
1204 S:      Maintained
1205
1206 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1207 P:      Chirag Kantharia
1208 M:      [email protected]
1209 L:      [email protected]
1210 S:      Maintained
1211  
1212 HEWLETT-PACKARD SMART2 RAID DRIVER
1213 P:      Chirag Kantharia
1214 M:      [email protected]
1215 L:      [email protected]
1216 S:      Maintained
1217  
1218 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1219 P:      Mike Miller
1220 M:      [email protected]
1221 L:      [email protected]
1222 S:      Supported
1223  
1224 HOST AP DRIVER
1225 P:      Jouni Malinen
1226 M:      [email protected]
1227 L:      [email protected]
1228 W:      http://hostap.epitest.fi/
1229 S:      Maintained
1230
1231 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1232 P:      Jaroslav Kysela
1233 M:      [email protected]
1234 S:      Maintained
1235
1236 HPET:   High Precision Event Timers driver (hpet.c)
1237 P:      Clemens Ladisch
1238 M:      [email protected]
1239 S:      Maintained
1240
1241 HPET:   i386
1242 P:      Venkatesh Pallipadi (Venki)
1243 M:      [email protected]
1244 S:      Maintained
1245
1246 HPET:   x86_64
1247 P:      Andi Kleen and Vojtech Pavlik
1248 M:      [email protected] and [email protected]
1249 S:      Maintained
1250
1251 HPET:   ACPI hpet.c
1252 P:      Bob Picco
1253 M:      [email protected]
1254 S:      Maintained
1255
1256 HPFS FILESYSTEM
1257 P:      Mikulas Patocka
1258 M:      [email protected]
1259 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1260 S:      Maintained
1261
1262 HUGETLB FILESYSTEM
1263 P:      William Irwin
1264 M:      [email protected]
1265 S:      Maintained
1266
1267 I2C SUBSYSTEM
1268 P:      Jean Delvare
1269 M:      [email protected]
1270 L:      [email protected]
1271 W:      http://www.lm-sensors.nu/
1272 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1273 S:      Maintained
1274
1275 I2O
1276 P:      Markus Lidel
1277 M:      [email protected]
1278 W:      http://i2o.shadowconnect.com/
1279 S:      Maintained
1280
1281 i386 BOOT CODE
1282 P:      Riley H. Williams
1283 M:      [email protected]
1284 L:      [email protected]
1285 S:      Maintained
1286
1287 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1288 P:      Dave Jones
1289 M:      [email protected]
1290 P:      H. Peter Anvin
1291 M:      [email protected]
1292 S:      Maintained
1293
1294 i810 TCO TIMER WATCHDOG
1295 P:      Nils Faerber
1296 M:      [email protected]
1297 W:      http://www.kernelconcepts.de/
1298 S:      Maintained
1299
1300 IA64 (Itanium) PLATFORM
1301 P:      Tony Luck
1302 M:      [email protected]
1303 L:      [email protected]
1304 W:      http://www.ia64-linux.org/
1305 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1306 S:      Maintained
1307
1308 SN-IA64 (Itanium) SUB-PLATFORM
1309 P:      Jes Sorensen
1310 M:      [email protected]
1311 L:      [email protected]
1312 L:      [email protected]
1313 W:      http://www.sgi.com/altix
1314 S:      Maintained
1315
1316 IBM MCA SCSI SUBSYSTEM DRIVER
1317 P:      Michael Lang
1318 M:      [email protected]
1319 W:      http://www.uni-mainz.de/~langm000/linux.html
1320 S:      Maintained
1321
1322 IBM Power Linux RAID adapter
1323 P:      Brian King
1324 M:      [email protected]
1325 S:      Supported
1326
1327 IBM ServeRAID RAID DRIVER
1328 P:      Jack Hammer
1329 P:      Dave Jeffery
1330 M:      [email protected]
1331 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1332 S:      Supported 
1333
1334 IDE DRIVER [GENERAL]
1335 P:      Bartlomiej Zolnierkiewicz
1336 M:      [email protected]
1337 L:      [email protected]
1338 L:      [email protected]
1339 T:      git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
1340 S:      Maintained
1341
1342 IDE/ATAPI CDROM DRIVER
1343 P:      Jens Axboe
1344 M:      [email protected]
1345 L:      [email protected]
1346 W:      http://www.kernel.dk
1347 S:      Maintained
1348
1349 IDE/ATAPI FLOPPY DRIVERS
1350 P:      Paul Bristow
1351 M:      Paul Bristow <[email protected]>
1352 W:      http://paulbristow.net/linux/idefloppy.html
1353 L:      [email protected]
1354 S:      Maintained
1355
1356 IDE/ATAPI TAPE DRIVERS
1357 P:      Gadi Oxman
1358 M:      Gadi Oxman <[email protected]>
1359 L:      [email protected]
1360 S:      Maintained
1361
1362 IEEE 1394 ETHERNET (eth1394)
1363 L:      [email protected]
1364 W:      http://www.linux1394.org/
1365 S:      Orphan
1366
1367 IEEE 1394 SUBSYSTEM
1368 P:      Ben Collins
1369 M:      [email protected]
1370 P:      Jody McIntyre
1371 M:      [email protected]
1372 L:      [email protected]
1373 W:      http://www.linux1394.org/
1374 T:      git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
1375 S:      Maintained
1376
1377 IEEE 1394 OHCI DRIVER
1378 P:      Ben Collins
1379 M:      [email protected]
1380 P:      Jody McIntyre
1381 M:      [email protected]
1382 L:      [email protected]
1383 W:      http://www.linux1394.org/
1384 S:      Maintained
1385
1386 IEEE 1394 PCILYNX DRIVER
1387 P:      Jody McIntyre
1388 M:      [email protected]
1389 L:      [email protected]
1390 W:      http://www.linux1394.org/
1391 S:      Maintained
1392
1393 IEEE 1394 RAW I/O DRIVER
1394 P:      Ben Collins
1395 M:      [email protected]
1396 P:      Dan Dennedy
1397 M:      [email protected]
1398 L:      [email protected]
1399 W:      http://www.linux1394.org/
1400 S:      Maintained
1401
1402 IEEE 1394 SBP2
1403 P:      Ben Collins
1404 M:      [email protected]
1405 P:      Stefan Richter
1406 M:      [email protected]
1407 L:      [email protected]
1408 W:      http://www.linux1394.org/
1409 S:      Maintained
1410
1411 IMS TWINTURBO FRAMEBUFFER DRIVER
1412 P:      Paul Mundt
1413 M:      [email protected]
1414 L:      [email protected]
1415 S:      Maintained
1416
1417 INFINIBAND SUBSYSTEM
1418 P:      Roland Dreier
1419 M:      [email protected]
1420 P:      Sean Hefty
1421 M:      [email protected]
1422 P:      Hal Rosenstock
1423 M:      [email protected]
1424 L:      [email protected]
1425 W:      http://www.openib.org/
1426 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1427 S:      Supported
1428
1429 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1430 P:      Dmitry Torokhov
1431 M:      [email protected]
1432 M:      [email protected]
1433 L:      [email protected]
1434 L:      [email protected]
1435 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1436 S:      Maintained
1437
1438 INOTIFY
1439 P:      John McCutchan and Robert Love
1440 M:      [email protected] and [email protected]
1441 L:      [email protected]
1442 S:      Maintained
1443
1444 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1445 P:      Sylvain Meyer
1446 M:      [email protected]
1447 L:      [email protected]
1448 S:      Maintained
1449
1450 INTEL 810/815 FRAMEBUFFER DRIVER
1451 P:      Antonino Daplas
1452 M:      [email protected]
1453 L:      [email protected]
1454 S:      Maintained
1455
1456 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1457 P:      Ingo Molnar
1458 M:      [email protected]
1459 S:      Maintained
1460
1461 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1462 P:      Jeff Garzik
1463 M:      [email protected]
1464 W:      http://sourceforge.net/projects/gkernel/
1465 S:      Maintained
1466
1467 INTEL IA32 MICROCODE UPDATE SUPPORT
1468 P:      Tigran Aivazian
1469 M:      [email protected]
1470 S:      Maintained
1471
1472 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1473 P:      Deepak Saxena
1474 M:      [email protected]
1475 S:      Maintained
1476
1477 INTEL PRO/100 ETHERNET SUPPORT
1478 P:      John Ronciak
1479 M:      [email protected]
1480 P:      Jesse Brandeburg
1481 M:      [email protected]
1482 P:      Jeff Kirsher
1483 M:      [email protected]
1484 P:      Auke Kok
1485 M:      [email protected]
1486 W:      http://sourceforge.net/projects/e1000/
1487 S:      Supported
1488
1489 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1490 P:      Jeb Cramer
1491 M:      [email protected]
1492 P:      John Ronciak
1493 M:      [email protected]
1494 P:      Jesse Brandeburg
1495 M:      [email protected]
1496 P:      Jeff Kirsher
1497 M:      [email protected]
1498 P:      Auke Kok
1499 M:      [email protected]
1500 W:      http://sourceforge.net/projects/e1000/
1501 S:      Supported
1502
1503 INTEL PRO/10GbE SUPPORT
1504 P:      Jeff Kirsher
1505 M:      [email protected]
1506 P:      Ayyappan Veeraiyan
1507 M:      [email protected]
1508 P:      John Ronciak
1509 M:      [email protected]
1510 P:      Jesse Brandeburg
1511 M:      [email protected]
1512 P:      Auke Kok
1513 M:      [email protected]
1514 W:      http://sourceforge.net/projects/e1000/
1515 S:      Supported
1516
1517 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1518 P:      Yi Zhu
1519 M:      [email protected]
1520 P:      James Ketrenos
1521 M:      [email protected]
1522 L:      [email protected]
1523 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1524 W:      http://ipw2100.sourceforge.net
1525 S:      Supported
1526
1527 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1528 P:      Yi Zhu
1529 M:      [email protected]
1530 P:      James Ketrenos
1531 M:      [email protected]
1532 L:      [email protected]
1533 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1534 W:      http://ipw2200.sourceforge.net
1535 S:      Supported
1536
1537 IOC3 DRIVER
1538 P:      Ralf Baechle
1539 M:      [email protected]
1540 L:      [email protected]
1541 S:      Maintained
1542
1543 IP MASQUERADING:
1544 P:      Juanjo Ciarlante
1545 M:      [email protected]
1546 S:      Maintained
1547
1548 IPATH DRIVER:
1549 P:      Bryan O'Sullivan
1550 M:      [email protected]
1551 L:      [email protected]
1552 S:      Supported
1553
1554 IPMI SUBSYSTEM
1555 P:      Corey Minyard
1556 M:      [email protected]
1557 L:      [email protected]
1558 W:      http://openipmi.sourceforge.net/
1559 S:      Supported
1560
1561 IPX NETWORK LAYER
1562 P:      Arnaldo Carvalho de Melo
1563 M:      [email protected]
1564 L:      [email protected]
1565 S:      Maintained
1566
1567 IRDA SUBSYSTEM
1568 P:      Samuel Ortiz
1569 M:      [email protected]
1570 L:      [email protected] (subscribers-only)
1571 W:      http://irda.sourceforge.net/
1572 S:      Maintained
1573
1574 ISAPNP
1575 P:      Jaroslav Kysela
1576 M:      [email protected]
1577 S:      Maintained
1578
1579 ISDN SUBSYSTEM
1580 P:      Karsten Keil
1581 M:      [email protected]
1582 P:      Kai Germaschewski
1583 M:      [email protected]
1584 L:      [email protected]
1585 W:      http://www.isdn4linux.de
1586 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1587 S:      Maintained
1588
1589 ISDN SUBSYSTEM (Eicon active card driver)
1590 P:      Armin Schindler
1591 M:      [email protected]
1592 L:      [email protected]
1593 W:      http://www.melware.de
1594 S:      Maintained
1595
1596 JOURNALLING FLASH FILE SYSTEM (JFFS)
1597 P:      Axis Communications AB
1598 M:      [email protected]
1599 L:      [email protected]
1600 W:      http://www.developer.axis.com/software/jffs/
1601 S:      Maintained
1602
1603 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1604 P:      David Woodhouse
1605 M:      [email protected]
1606 L:      [email protected]
1607 W:      http://sources.redhat.com/jffs2/
1608 S:      Maintained
1609
1610 JFS FILESYSTEM
1611 P:      Dave Kleikamp
1612 M:      [email protected]
1613 L:      [email protected]
1614 W:      http://jfs.sourceforge.net/
1615 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1616 S:      Supported
1617
1618 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
1619 P:      Stephen Tweedie, Andrew Morton
1620 M:      [email protected][email protected]
1621 L:      [email protected]
1622 S:      Maintained
1623
1624 KCONFIG
1625 P:      Roman Zippel
1626 M:      [email protected]
1627 L:      [email protected]
1628 S:      Maintained
1629
1630 KDUMP
1631 P:      Vivek Goyal
1632 M:      [email protected]
1633 P:      Haren Myneni
1634 M:      [email protected]
1635 L:      [email protected]
1636 L:      [email protected]
1637 W:      http://lse.sourceforge.net/kdump/
1638 S:      Maintained
1639
1640 KERNEL AUTOMOUNTER (AUTOFS)
1641 P:      H. Peter Anvin
1642 M:      [email protected]
1643 L:      [email protected]
1644 S:      Odd Fixes
1645
1646 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1647 P:      Ian Kent
1648 M:      [email protected]
1649 L:      [email protected]
1650 S:      Maintained
1651
1652 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1653 P:      Kai Germaschewski
1654 M:      [email protected]
1655 P:      Sam Ravnborg
1656 M:      [email protected]
1657 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1658 S:      Maintained 
1659
1660 KERNEL JANITORS
1661 P:      Several
1662 L:      [email protected]
1663 W:      http://www.kerneljanitors.org/
1664 S:      Maintained
1665
1666 KERNEL NFSD
1667 P:      Neil Brown
1668 M:      [email protected]
1669 L:      [email protected]
1670 W:      http://nfs.sourceforge.net/
1671 W:      http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1672 S:      Maintained
1673
1674 KEXEC
1675 P:      Eric Biederman
1676 M:      [email protected]
1677 W:      http://www.xmission.com/~ebiederm/files/kexec/
1678 L:      [email protected]
1679 L:      [email protected]
1680 S:      Maintained
1681
1682 KPROBES
1683 P:      Prasanna S Panchamukhi
1684 M:      [email protected]
1685 P:      Ananth N Mavinakayanahalli
1686 M:      [email protected]
1687 P:      Anil S Keshavamurthy
1688 M:      [email protected]
1689 P:      David S. Miller
1690 M:      [email protected]
1691 L:      [email protected]
1692 S:      Maintained
1693
1694 LAPB module
1695 L:      [email protected]
1696 S:      Orphan
1697
1698 LASI 53c700 driver for PARISC
1699 P:      James E.J. Bottomley
1700 M:      [email protected]
1701 L:      [email protected]
1702 S:      Maintained
1703
1704 LED SUBSYSTEM
1705 P:      Richard Purdie
1706 M:      [email protected]
1707 S:      Maintained
1708
1709 LEGO USB Tower driver
1710 P:      Juergen Stuber
1711 M:      [email protected]
1712 L:      [email protected]
1713 W:      http://legousb.sourceforge.net/
1714 S:      Maintained
1715
1716 LINUX FOR IBM pSERIES (RS/6000)
1717 P:      Paul Mackerras
1718 M:      [email protected]
1719 W:      http://www.ibm.com/linux/ltc/projects/ppc
1720 S:      Supported
1721
1722 LINUX FOR NCR VOYAGER
1723 P:      James Bottomley
1724 M:      [email protected]
1725 W:      http://www.hansenpartnership.com/voyager
1726 S:      Maintained
1727
1728 LINUX FOR POWERPC
1729 P:      Paul Mackerras
1730 M:      [email protected]
1731 W:      http://www.penguinppc.org/
1732 L:      [email protected]
1733 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1734 S:      Supported
1735
1736 LINUX FOR POWER MACINTOSH
1737 P:      Benjamin Herrenschmidt
1738 M:      [email protected]
1739 W:      http://www.penguinppc.org/
1740 L:      [email protected]
1741 S:      Maintained
1742
1743 LINUX FOR POWERPC EMBEDDED MPC52XX
1744 P:      Sylvain Munaut
1745 M:      [email protected]
1746 W:      http://www.246tNt.com/mpc52xx/
1747 W:      http://www.penguinppc.org/
1748 L:      [email protected]
1749 L:      [email protected]
1750 S:      Maintained
1751
1752 LINUX FOR POWERPC EMBEDDED PPC4XX
1753 P:      Matt Porter
1754 M:      [email protected]
1755 W:      http://www.penguinppc.org/
1756 L:      [email protected]
1757 S:      Maintained
1758
1759 LINUX FOR POWERPC BOOT CODE
1760 P:      Tom Rini
1761 M:      [email protected]
1762 W:      http://www.penguinppc.org/
1763 L:      [email protected]
1764 S:      Maintained
1765
1766 LINUX FOR POWERPC EMBEDDED PPC8XX
1767 P:      Marcelo Tosatti
1768 M:      [email protected]
1769 W:      http://www.penguinppc.org/
1770 L:      [email protected]
1771 S:      Maintained
1772
1773 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1774 P:     Kumar Gala
1775 M:     [email protected]
1776 W:     http://www.penguinppc.org/
1777 L:     [email protected]
1778 S:     Maintained
1779
1780 LLC (802.2)
1781 P:      Arnaldo Carvalho de Melo
1782 M:      [email protected]
1783 S:      Maintained
1784
1785 LINUX FOR 64BIT POWERPC
1786 P:      Paul Mackerras
1787 M:      [email protected]
1788 M:      [email protected]
1789 P:      Anton Blanchard
1790 M:      [email protected]
1791 M:      [email protected]
1792 W:      http://www.penguinppc.org/ppc64/
1793 L:      [email protected]
1794 S:      Supported
1795
1796 LINUX SECURITY MODULE (LSM) FRAMEWORK
1797 P:      Chris Wright
1798 M:      [email protected]
1799 L:      [email protected]
1800 W:      http://lsm.immunix.org
1801 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1802 S:      Supported
1803
1804 LM83 HARDWARE MONITOR DRIVER
1805 P:      Jean Delvare
1806 M:      [email protected]
1807 L:      [email protected]
1808 S:      Maintained
1809
1810 LM90 HARDWARE MONITOR DRIVER
1811 P:      Jean Delvare
1812 M:      [email protected]
1813 L:      [email protected]
1814 S:      Maintained
1815
1816 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1817 P:      Richard Russon (FlatCap)
1818 M:      [email protected]
1819 L:      [email protected] 
1820 W:      http://ldm.sourceforge.net
1821 S:      Maintained
1822
1823 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1824 P:      Eric Moore
1825 M:      [email protected]
1826 M:      [email protected]
1827 L:      [email protected]
1828 L:      [email protected]
1829 W:      http://www.lsilogic.com/support
1830 S:      Supported
1831
1832 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1833 P:      Matthew Wilcox
1834 M:      [email protected]
1835 L:      [email protected]
1836 S:      Maintained
1837
1838 M68K ARCHITECTURE
1839 P:      Geert Uytterhoeven
1840 M:      [email protected]
1841 P:      Roman Zippel
1842 M:      [email protected]
1843 L:      [email protected]
1844 W:      http://www.linux-m68k.org/
1845 W:      http://linux-m68k-cvs.ubb.ca/
1846 S:      Maintained
1847
1848 M68K ON APPLE MACINTOSH
1849 P:      Joshua Thompson
1850 M:      [email protected]
1851 W:      http://www.mac.linux-m68k.org/
1852 L:      [email protected]
1853 S:      Maintained
1854
1855 M68K ON HP9000/300
1856 P:      Philip Blundell
1857 M:      [email protected]
1858 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
1859 S:      Maintained
1860
1861 MARVELL YUKON / SYSKONNECT DRIVER
1862 P:      Mirko Lindner
1863 M:      [email protected]
1864 P:      Ralph Roesler
1865 M:      [email protected]
1866 W:      http://www.syskonnect.com
1867 S:      Supported
1868
1869 MAESTRO PCI SOUND DRIVERS
1870 P:      Zach Brown
1871 M:      [email protected]
1872 S:      Odd Fixes
1873
1874 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1875 P: Michael Kerrisk
1876 M: [email protected]
1877 W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1878 S: Maintained
1879
1880 MARVELL MV643XX ETHERNET DRIVER
1881 P:      Dale Farnsworth
1882 M:      [email protected]
1883 P:      Manish Lachwani
1884 M:      [email protected]
1885 L:      [email protected]
1886 S:      Odd Fixes for 2.4; Maintained for 2.6.
1887
1888 MATROX FRAMEBUFFER DRIVER
1889 P:      Petr Vandrovec
1890 M:      [email protected]
1891 L:      [email protected]
1892 S:      Maintained
1893
1894 MEGARAID SCSI DRIVERS
1895 P:     Neela Syam Kolli
1896 M:     [email protected]
1897 S:     [email protected]
1898 W:     http://megaraid.lsilogic.com
1899 S:     Maintained
1900
1901 MEMORY MANAGEMENT
1902 L:      [email protected]
1903 L:      [email protected]
1904 W:      http://www.linux-mm.org
1905 S:      Maintained
1906
1907 MEMORY TECHNOLOGY DEVICES (MTD)
1908 P:      David Woodhouse
1909 M:      [email protected]
1910 W:      http://www.linux-mtd.infradead.org/
1911 L:      [email protected]
1912 T:      git git://git.infradead.org/mtd-2.6.git
1913 S:      Maintained
1914
1915 MICROTEK X6 SCANNER
1916 P:      Oliver Neukum
1917 M:      [email protected]
1918 S:      Maintained
1919
1920 MIPS
1921 P:      Ralf Baechle
1922 M:      [email protected]
1923 W:      http://www.linux-mips.org/
1924 L:      [email protected]
1925 T:      git www.linux-mips.org:/pub/scm/linux.git
1926 S:      Supported
1927
1928 MISCELLANEOUS MCA-SUPPORT
1929 P:      James Bottomley
1930 M:      [email protected]
1931 L:      [email protected]
1932 S:      Maintained
1933
1934 MODULE SUPPORT
1935 P:      Rusty Russell
1936 M:      [email protected]
1937 L:      [email protected]
1938 S:      Maintained
1939
1940 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1941 P:      Stelian Pop
1942 M:      [email protected]
1943 W:      http://popies.net/meye/
1944 S:      Maintained
1945
1946 MOUSE AND MISC DEVICES [GENERAL]
1947 P:      Alessandro Rubini
1948 M:      [email protected]
1949 L:      [email protected]
1950 S:      Maintained
1951
1952 MTRR AND SIMILAR SUPPORT [i386]
1953 P:      Richard Gooch
1954 M:      [email protected]
1955 L:      [email protected]
1956 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1957 S:      Maintained
1958
1959 MULTIMEDIA CARD (MMC) SUBSYSTEM
1960 P:      Russell King
1961 M:      [email protected]
1962 S:      Maintained
1963
1964 MULTISOUND SOUND DRIVER
1965 P:      Andrew Veliath
1966 M:      [email protected]
1967 S:      Maintained
1968
1969 NATSEMI ETHERNET DRIVER (DP8381x)
1970 P:      Tim Hockin
1971 M:      [email protected]
1972 S:      Maintained
1973
1974 NCP FILESYSTEM
1975 P:      Petr Vandrovec
1976 M:      [email protected]
1977 L:      [email protected]
1978 S:      Maintained
1979
1980 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1981 P:      James E.J. Bottomley
1982 M:      [email protected]
1983 L:      [email protected]
1984 S:      Maintained
1985
1986 NETEM NETWORK EMULATOR
1987 P:      Stephen Hemminger
1988 M:      [email protected]
1989 L:      [email protected]
1990 S:      Maintained
1991
1992 NETFILTER/IPTABLES/IPCHAINS
1993 P:      Rusty Russell
1994 P:      Marc Boucher
1995 P:      James Morris
1996 P:      Harald Welte
1997 P:      Jozsef Kadlecsik
1998 M:      [email protected]
1999 W:      http://www.netfilter.org/
2000 W:      http://www.iptables.org/
2001 L:      [email protected]
2002 L:      [email protected]
2003 S:      Supported
2004
2005 NETROM NETWORK LAYER
2006 P:      Ralf Baechle
2007 M:      [email protected]
2008 L:      [email protected]
2009 W:      http://www.linux-ax25.org/
2010 S:      Maintained
2011
2012 NETWORK BLOCK DEVICE
2013 P:      Paul Clements
2014 M:      [email protected]
2015 S:      Maintained
2016
2017 NETWORK DEVICE DRIVERS
2018 P:      Andrew Morton
2019 M:      [email protected]
2020 P:      Jeff Garzik
2021 M:      [email protected]
2022 L:      [email protected]
2023 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2024 S:      Maintained
2025
2026 NETWORKING [GENERAL]
2027 P:      Networking Team
2028 M:      [email protected]
2029 L:      [email protected]
2030 W:      http://linux-net.osdl.org/
2031 S:      Maintained
2032
2033 NETWORKING [IPv4/IPv6]
2034 P:      David S. Miller
2035 M:      [email protected]
2036 P:      Alexey Kuznetsov
2037 M:      [email protected]
2038 P:      Pekka Savola (ipv6)
2039 M:      [email protected]
2040 P:      James Morris
2041 M:      [email protected]
2042 P:      Hideaki YOSHIFUJI
2043 M:      [email protected]
2044 P:      Patrick McHardy
2045 M:      [email protected]
2046 L:      [email protected]
2047 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2048 S:      Maintained
2049
2050 NETWORKING [WIRELESS]
2051 P:      John W. Linville
2052 M:      [email protected]
2053 L:      [email protected]
2054 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2055 S:      Maintained
2056
2057 IPVS
2058 P:      Wensong Zhang
2059 M:      [email protected]
2060 P:      Simon Horman
2061 M:      [email protected]
2062 P:      Julian Anastasov
2063 M:      [email protected]
2064 L:      [email protected]
2065 S:      Maintained
2066
2067 NFS CLIENT
2068 P:      Trond Myklebust
2069 M:      [email protected]
2070 L:      [email protected]
2071 S:      Maintained
2072
2073 NI5010 NETWORK DRIVER
2074 P:      Jan-Pascal van Best
2075 M:      [email protected]
2076 P:      Andreas Mohr
2077 M:      [email protected]
2078 L:      [email protected]
2079 S:      Maintained
2080
2081 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2082 P:      YOKOTA Hiroshi
2083 M:      [email protected]
2084 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2085 S:      Maintained
2086
2087 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2088 P:      GOTO Masanori
2089 M:      [email protected]
2090 P:      YOKOTA Hiroshi
2091 M:      [email protected]
2092 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2093 S:      Maintained
2094
2095 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2096 P:      Eberhard Moenkeberg
2097 M:      [email protected]
2098 L:      [email protected]
2099 S:      Maintained
2100
2101 NTFS FILESYSTEM
2102 P:      Anton Altaparmakov
2103 M:      [email protected]
2104 L:      [email protected]
2105 L:      [email protected]
2106 W:      http://linux-ntfs.sf.net/
2107 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2108 S:      Maintained
2109
2110 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2111 P:      Antonino Daplas
2112 M:      [email protected]
2113 L:      [email protected]
2114 S:      Maintained
2115
2116 OPENCORES I2C BUS DRIVER
2117 P:      Peter Korsgaard
2118 M:      [email protected]
2119 L:      [email protected]
2120 S:      Maintained
2121
2122 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2123 P:      Mark Fasheh
2124 M:      [email protected]
2125 P:      Kurt Hackel
2126 M:      [email protected]
2127 L:      [email protected]
2128 W:      http://oss.oracle.com/projects/ocfs2/
2129 S:      Supported       
2130
2131 OLYMPIC NETWORK DRIVER
2132 P:      Peter De Shrijver
2133 M:      [email protected]
2134 P:      Mike Phillips
2135 M:      [email protected] 
2136 L:      [email protected]
2137 L:      [email protected]
2138 W:      http://www.linuxtr.net
2139 S:      Maintained
2140
2141 OMNIKEY CARDMAN 4000 DRIVER
2142 P:      Harald Welte
2143 M:      [email protected]
2144 S:      Maintained
2145
2146 OMNIKEY CARDMAN 4040 DRIVER
2147 P:      Harald Welte
2148 M:      [email protected]
2149 S:      Maintained
2150
2151 ONSTREAM SCSI TAPE DRIVER
2152 P:      Willem Riede
2153 M:      [email protected]
2154 L:      [email protected]
2155 L:      [email protected]
2156 S:      Maintained
2157
2158 OPL3-SA2, SA3, and SAx DRIVER
2159 P:      Zwane Mwaikambo
2160 M:      [email protected]
2161 L:      [email protected]
2162 S:      Maintained
2163
2164 OPROFILE
2165 P:      Philippe Elie
2166 M:      [email protected]
2167 L:      [email protected]
2168 S:      Maintained
2169
2170 ORINOCO DRIVER
2171 P:      Pavel Roskin
2172 M:      [email protected]
2173 P:      David Gibson
2174 M:      [email protected]
2175 L:      [email protected]
2176 L:      [email protected]
2177 W:      http://www.nongnu.org/orinoco/
2178 S:      Maintained
2179
2180 PARALLEL PORT SUPPORT
2181 P:      Phil Blundell
2182 M:      [email protected]
2183 P:      Tim Waugh
2184 M:      [email protected]
2185 P:      David Campbell
2186 P:      Andrea Arcangeli
2187 M:      [email protected]
2188 L:      [email protected]
2189 W:      http://people.redhat.com/twaugh/parport/
2190 S:      Maintained
2191
2192 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2193 P:      Tim Waugh
2194 M:      [email protected]
2195 L:      [email protected]
2196 W:      http://www.torque.net/linux-pp.html
2197 S:      Maintained
2198
2199 PARISC ARCHITECTURE
2200 P:      Matthew Wilcox
2201 M:      [email protected]
2202 P:      Grant Grundler
2203 M:      [email protected]
2204 P:      Kyle McMartin
2205 M:      [email protected]
2206 L:      [email protected]
2207 W:      http://www.parisc-linux.org/
2208 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2209 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2210 S:      Maintained
2211
2212 PCI ERROR RECOVERY
2213 P:      Linas Vepstas
2214 M:      [email protected]
2215 L:      [email protected]
2216 L:      [email protected]
2217 S:      Supported
2218
2219 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2220 P:      Thomas Sailer
2221 M:      [email protected]
2222 L:      [email protected]
2223 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2224 S:      Maintained
2225
2226 PCI SUBSYSTEM
2227 P:      Greg Kroah-Hartman
2228 M:      [email protected]
2229 L:      [email protected]
2230 L:      [email protected]
2231 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2232 S:      Supported
2233
2234 PCI HOTPLUG CORE
2235 P:      Greg Kroah-Hartman
2236 M:      [email protected]
2237 S:      Supported
2238
2239 PCI HOTPLUG COMPAQ DRIVER
2240 P:      Greg Kroah-Hartman
2241 M:      [email protected]
2242 S:      Maintained
2243
2244 PCIE HOTPLUG DRIVER
2245 P:      Kristen Carlson Accardi
2246 M:      [email protected]
2247 L:      [email protected]
2248 S:      Maintained
2249
2250 PCMCIA SUBSYSTEM
2251 P:      Linux PCMCIA Team
2252 L:      [email protected]
2253 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2254 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2255 S:      Maintained
2256
2257 PCNET32 NETWORK DRIVER
2258 P:      Thomas Bogendörfer
2259 M:      [email protected]
2260 L:      [email protected]
2261 S:      Maintained
2262
2263 PER-TASK DELAY ACCOUNTING
2264 P:      Shailabh Nagar
2265 M:      [email protected]
2266 L:      [email protected]
2267 S:      Maintained
2268
2269 PERSONALITY HANDLING
2270 P:      Christoph Hellwig
2271 M:      [email protected]
2272 L:      [email protected]
2273 S:      Maintained
2274
2275 PHRAM MTD DRIVER
2276 P:      Jörn Engel
2277 M:      [email protected]
2278 L:      [email protected]
2279 S:      Maintained
2280
2281 PKTCDVD DRIVER
2282 P:      Peter Osterlund
2283 M:      [email protected]
2284 L:      [email protected]
2285 S:      Maintained
2286
2287 POSIX CLOCKS and TIMERS
2288 P:      George Anzinger
2289 M:      [email protected]
2290 L:      [email protected]
2291 S:      Supported
2292
2293 POWERPC 4xx EMAC DRIVER
2294 P:      Eugene Surovegin
2295 M:      [email protected]
2296 W:      http://kernel.ebshome.net/emac/
2297 L:      [email protected]
2298 L:      [email protected]
2299 S:      Maintained
2300
2301 PNP SUPPORT
2302 P:      Adam Belay
2303 M:      [email protected]
2304 S:      Maintained
2305
2306 PPP PROTOCOL DRIVERS AND COMPRESSORS
2307 P:      Paul Mackerras
2308 M:      [email protected]
2309 L:      [email protected]
2310 S:      Maintained
2311
2312 PPP OVER ATM (RFC 2364)
2313 P:      Mitchell Blank Jr
2314 M:      [email protected]
2315 S:      Maintained
2316
2317 PPP OVER ETHERNET
2318 P:      Michal Ostrowski
2319 M:      [email protected]
2320 S:      Maintained
2321
2322 PREEMPTIBLE KERNEL
2323 P:      Robert Love
2324 M:      [email protected]
2325 L:      [email protected]
2326 L:      [email protected]
2327 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2328 S:      Supported
2329
2330 PRISM54 WIRELESS DRIVER
2331 P:      Prism54 Development Team
2332 M:      [email protected]
2333 L:      [email protected]
2334 W:      http://prism54.org
2335 S:      Maintained
2336
2337 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2338 P:      Peter Denison
2339 M:      [email protected]
2340 W:      http://www.pnd-pc.demon.co.uk/promise/
2341 S:      Maintained
2342
2343 PVRUSB2 VIDEO4LINUX DRIVER
2344 P:      Mike Isely
2345 M:      [email protected]
2346 L:      [email protected]
2347 L:      [email protected]
2348 W:      http://www.isely.net/pvrusb2/
2349 S:      Maintained
2350
2351 PXA2xx SUPPORT
2352 P:      Nicolas Pitre
2353 M:      [email protected]
2354 L:      [email protected] (subscribers-only)
2355 S:      Maintained
2356
2357 QLOGIC QLA2XXX FC-SCSI DRIVER
2358 P:      Andrew Vasquez
2359 M:      [email protected]
2360 L:      [email protected]
2361 S:      Supported
2362
2363 QNX4 FILESYSTEM
2364 P:      Anders Larsen
2365 M:      [email protected]
2366 L:      [email protected]
2367 W:      http://www.alarsen.net/linux/qnx4fs/
2368 S:      Maintained
2369
2370 RADEON FRAMEBUFFER DISPLAY DRIVER
2371 P:      Benjamin Herrenschmidt
2372 M:      [email protected]
2373 L:      [email protected]
2374 S:      Maintained
2375
2376 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2377 P:      Paul Mackerras
2378 M:      [email protected]
2379 L:      [email protected]
2380 S:      Maintained
2381
2382 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2383 P:      Corey Thomas
2384 M:      [email protected]
2385 L:      [email protected]
2386 S:      Maintained
2387
2388 RANDOM NUMBER DRIVER
2389 P:      Matt Mackall
2390 M:      [email protected]
2391 S:      Maintained
2392
2393 RAPIDIO SUBSYSTEM
2394 P:      Matt Porter
2395 M:      [email protected]
2396 L:      [email protected]
2397 S:      Maintained
2398
2399 REAL TIME CLOCK DRIVER
2400 P:      Paul Gortmaker
2401 M:      [email protected]
2402 L:      [email protected]
2403 S:      Maintained
2404
2405 REAL TIME CLOCK (RTC) SUBSYSTEM
2406 P:      Alessandro Zummo
2407 M:      [email protected]
2408 L:      [email protected]
2409 S:      Maintained
2410
2411 REISERFS FILE SYSTEM
2412 P:      Hans Reiser
2413 M:      [email protected]
2414 L:      [email protected]
2415 W:      http://www.namesys.com
2416 S:      Supported
2417
2418 ROCKETPORT DRIVER
2419 P:      Comtrol Corp.
2420 W:      http://www.comtrol.com
2421 S:      Maintained
2422
2423 ROSE NETWORK LAYER
2424 P:      Ralf Baechle
2425 M:      [email protected]
2426 L:      [email protected]
2427 W:      http://www.linux-ax25.org/
2428 S:      Maintained
2429
2430 RISCOM8 DRIVER
2431 S:      Orphan
2432
2433 S3 SAVAGE FRAMEBUFFER DRIVER
2434 P:      Antonino Daplas
2435 M:      [email protected]
2436 L:      [email protected]
2437 S:      Maintained
2438
2439 S390
2440 P:      Martin Schwidefsky
2441 M:      [email protected]
2442 M:      [email protected]
2443 L:      [email protected]
2444 W:      http://www.ibm.com/developerworks/linux/linux390/
2445 S:      Supported
2446
2447 S390 NETWORK DRIVERS
2448 P:      Frank Pavlic
2449 M:      [email protected]
2450 M:      [email protected]
2451 L:      [email protected]
2452 W:      http://www.ibm.com/developerworks/linux/linux390/
2453 S:      Supported
2454
2455 S390 ZFCP DRIVER
2456 P:      Andreas Herrmann
2457 M:      [email protected]
2458 M:      [email protected]
2459 L:      [email protected]
2460 W:      http://www.ibm.com/developerworks/linux/linux390/
2461 S:      Supported
2462
2463 SAA7146 VIDEO4LINUX-2 DRIVER
2464 P:      Michael Hunold
2465 M:      [email protected]
2466 W:      http://www.mihu.de/linux/saa7146
2467 S:      Maintained
2468
2469 SBPCD CDROM DRIVER
2470 P:      Eberhard Moenkeberg
2471 M:      [email protected]
2472 L:      [email protected]
2473 S:      Maintained
2474
2475 SC1200 WDT DRIVER
2476 P:      Zwane Mwaikambo
2477 M:      [email protected]
2478 S:      Maintained
2479
2480 SCHEDULER
2481 P:      Ingo Molnar
2482 M:      [email protected]
2483 P:      Robert Love    [the preemptible kernel bits]
2484 M:      [email protected]
2485 L:      [email protected]
2486 S:      Maintained
2487
2488 SCSI CDROM DRIVER
2489 P:      Jens Axboe
2490 M:      [email protected]
2491 L:      [email protected]
2492 W:      http://www.kernel.dk
2493 S:      Maintained
2494
2495 SCSI SG DRIVER
2496 P:      Doug Gilbert
2497 M:      [email protected]
2498 L:      [email protected]
2499 W:      http://www.torque.net/sg
2500 S:      Maintained
2501
2502 SCSI SUBSYSTEM
2503 P:      James E.J. Bottomley
2504 M:      [email protected]
2505 L:      [email protected]
2506 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2507 S:      Maintained
2508
2509 SCSI TAPE DRIVER
2510 P:      Kai Mäkisara
2511 M:      [email protected]
2512 L:      [email protected]
2513 S:      Maintained
2514
2515 SCTP PROTOCOL
2516 P: Sridhar Samudrala
2517 M: [email protected]
2518 L: [email protected]
2519 S: Supported
2520
2521 SCx200 CPU SUPPORT
2522 P:      Christer Weinigel
2523 M:      [email protected]
2524 W:      http://www.weinigel.se
2525 S:      Supported
2526
2527 SECURITY CONTACT
2528 P:      Security Officers
2529 M:      [email protected]
2530 S:      Supported
2531
2532 SELINUX SECURITY MODULE
2533 P:      Stephen Smalley
2534 M:      [email protected]
2535 P:      James Morris
2536 M:      [email protected]
2537 L:      [email protected] (kernel issues)
2538 L:      [email protected] (general discussion)
2539 W:      http://www.nsa.gov/selinux
2540 S:      Supported
2541
2542 SERIAL ATA (SATA) SUBSYSTEM:
2543 P:      Jeff Garzik
2544 M:      [email protected]
2545 L:      [email protected]
2546 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2547 S:      Supported
2548
2549 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2550 P:      Pat Gefre
2551 M:      [email protected]
2552 L:      [email protected]
2553 S:      Supported
2554
2555 SGI VISUAL WORKSTATION 320 AND 540
2556 P:      Andrey Panin
2557 M:      [email protected]
2558 L:      [email protected]
2559 W:      http://linux-visws.sf.net
2560 S:      Maintained for 2.6.
2561
2562 SIMTEC EB110ATX (Chalice CATS)
2563 P:      Ben Dooks
2564 P:      Vincent Sanders
2565 M:      [email protected]
2566 W:      http://www.simtec.co.uk/products/EB110ATX/
2567 S:      Supported
2568
2569 SIMTEC EB2410ITX (BAST)
2570 P:      Ben Dooks
2571 P:      Vincent Sanders
2572 M:      [email protected]
2573 W:      http://www.simtec.co.uk/products/EB2410ITX/
2574 S:      Supported
2575
2576 SIS 190 ETHERNET DRIVER
2577 P:      Francois Romieu
2578 M:      [email protected]
2579 L:      [email protected]
2580 S:      Maintained
2581
2582 SIS 5513 IDE CONTROLLER DRIVER
2583 P:      Lionel Bouton
2584 M:      [email protected]
2585 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2586 W:      http://gyver.homeip.net/sis5513/index.html
2587 S:      Maintained
2588
2589 SIS 900/7016 FAST ETHERNET DRIVER
2590 P:      Daniele Venzano
2591 M:      [email protected]
2592 W:      http://www.brownhat.org/sis900.html
2593 L:      [email protected]
2594 S:      Maintained
2595
2596 SIS FRAMEBUFFER DRIVER
2597 P:      Thomas Winischhofer
2598 M:      [email protected]
2599 W:      http://www.winischhofer.net/linuxsisvga.shtml
2600 S:      Maintained      
2601
2602 SIS USB2VGA DRIVER
2603 P:      Thomas Winischhofer
2604 M:      [email protected]
2605 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2606 S:      Maintained
2607
2608 SMC91x ETHERNET DRIVER
2609 P:      Nicolas Pitre
2610 M:      [email protected]
2611 S:      Maintained
2612
2613 SOFTWARE RAID (Multiple Disks) SUPPORT
2614 P:      Ingo Molnar
2615 M:      [email protected]
2616 P:      Neil Brown
2617 M:      [email protected]
2618 L:      [email protected]
2619 S:      Maintained
2620
2621 SOFTWARE SUSPEND:
2622 P:      Pavel Machek
2623 M:      [email protected]
2624 L:      [email protected]
2625 S:      Maintained
2626
2627 SONIC NETWORK DRIVER
2628 P:      Thomas Bogendoerfer
2629 M:      [email protected]
2630 L:      [email protected]
2631 S:      Maintained
2632
2633 SONY VAIO CONTROL DEVICE DRIVER
2634 P:      Stelian Pop
2635 M:      [email protected]
2636 W:      http://popies.net/sonypi/
2637 S:      Maintained
2638
2639 SOUND
2640 P:      Jaroslav Kysela
2641 M:      [email protected]
2642 L:      [email protected]
2643 S:      Maintained
2644
2645 SPI SUBSYSTEM
2646 P:      David Brownell
2647 M:      [email protected]
2648 L:      [email protected]
2649 S:      Maintained
2650
2651 STABLE BRANCH:
2652 P:      Greg Kroah-Hartman
2653 M:      [email protected]
2654 P:      Chris Wright
2655 M:      [email protected]
2656 L:      [email protected]
2657 S:      Maintained
2658
2659 TPM DEVICE DRIVER
2660 P:      Kylene Hall
2661 M:      [email protected]
2662 W:      http://tpmdd.sourceforge.net
2663 L:      [email protected]
2664 S:      Maintained
2665
2666 Telecom Clock Driver for MCPL0010
2667 P: Mark Gross
2668 M: [email protected]
2669 S: Supported
2670
2671 TENSILICA XTENSA PORT (xtensa):
2672 P:      Chris Zankel
2673 M:      [email protected]
2674 S:      Maintained
2675
2676 UltraSPARC (sparc64):
2677 P:      David S. Miller
2678 M:      [email protected]
2679 P:      Eddie C. Dost
2680 M:      [email protected]
2681 P:      Jakub Jelinek
2682 M:      [email protected]
2683 P:      Anton Blanchard
2684 M:      [email protected]
2685 L:      [email protected]
2686 L:      [email protected]
2687 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2688 S:      Maintained
2689
2690 SHARP LH SUPPORT (LH7952X & LH7A40X)
2691 P:      Marc Singer
2692 M:      [email protected]
2693 W:      http://projects.buici.com/arm
2694 L:      [email protected] (subscribers-only)
2695 S:      Maintained
2696
2697 SHPC HOTPLUG DRIVER
2698 P:      Kristen Carlson Accardi
2699 M:      [email protected]
2700 L:      [email protected]
2701 S:      Maintained
2702
2703 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2704 P:      Pierre Ossman
2705 M:      [email protected]
2706 L:      [email protected]
2707 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2708 S:      Maintained
2709
2710 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2711 P:      Stephen Hemminger
2712 M:      [email protected]
2713 L:      [email protected]
2714 S:      Maintained
2715
2716 SOEKRIS NET48XX LED SUPPORT
2717 P:      Chris Boot
2718 M:      [email protected]
2719 S:      Maintained
2720
2721 SPARC (sparc32):
2722 P:      William L. Irwin
2723 M:      [email protected]
2724 L:      [email protected]
2725 S:      Maintained
2726
2727 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2728 P:      Roger Wolff
2729 M:      [email protected]
2730 L:      [email protected] ?
2731 S:      Supported
2732
2733 SRM (Alpha) environment access
2734 P:      Jan-Benedict Glaw
2735 M:      [email protected]
2736 L:      [email protected]
2737 S:      Maintained
2738
2739 STARFIRE/DURALAN NETWORK DRIVER
2740 P:      Ion Badulescu
2741 M:      [email protected]
2742 S:      Maintained
2743
2744 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2745 W:      http://mosquitonet.Stanford.EDU/strip.html
2746 S:      Unsupported ?
2747
2748 STRADIS MPEG-2 DECODER DRIVER
2749 P:      Nathan Laredo
2750 M:      [email protected]
2751 W:      http://www.stradis.com/
2752 S:      Maintained
2753
2754 SUPERH (sh)
2755 P:      Paul Mundt
2756 M:      [email protected]
2757 P:      Kazumoto Kojima
2758 M:      [email protected]
2759 L:      [email protected]
2760 W:      http://www.linux-sh.org
2761 W:      http://www.m17n.org/linux-sh/
2762 W:      http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2763 S:      Maintained
2764
2765 SUPERH64 (sh64)
2766 P:      Paul Mundt
2767 M:      [email protected]
2768 P:      Richard Curnow
2769 M:      [email protected]
2770 L:      [email protected]
2771 W:      http://www.linux-sh.org
2772 W:      http://www.rc0.org.uk/sh64
2773 S:      Maintained
2774
2775 SUN3/3X
2776 P:      Sam Creasey
2777 M:      [email protected]
2778 L:      [email protected]
2779 W:      http://sammy.net/sun3/
2780 S:      Maintained
2781
2782 SVGA HANDLING
2783 P:      Martin Mares
2784 M:      [email protected]
2785 L:      [email protected]
2786 S:      Maintained
2787
2788 SYSV FILESYSTEM
2789 P:      Christoph Hellwig
2790 M:      [email protected]
2791 S:      Maintained
2792
2793 TC CLASSIFIER
2794 P:      Jamal Hadi Salim
2795 M:      [email protected]
2796 L:      [email protected]
2797 S:      Maintained
2798
2799 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2800 P:      Deepak Saxena
2801 M:      [email protected]
2802 S:      Maintained
2803
2804 TASKSTATS STATISTICS INTERFACE
2805 P:      Shailabh Nagar
2806 M:      [email protected]
2807 L:      [email protected]
2808 S:      Maintained
2809
2810 TI PARALLEL LINK CABLE DRIVER
2811 P:     Romain Lievin
2812 M:     [email protected]
2813 S:     Maintained
2814
2815 TIPC NETWORK LAYER
2816 P:      Per Liden
2817 M:      [email protected]
2818 P:      Jon Maloy
2819 M:      [email protected]
2820 P:      Allan Stephens
2821 M:      [email protected]
2822 L:      [email protected]
2823 W:      http://tipc.sourceforge.net/
2824 W:      http://tipc.cslab.ericsson.net/
2825 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2826 S:      Maintained
2827
2828 TLAN NETWORK DRIVER
2829 P:      Samuel Chessman
2830 M:      [email protected]
2831 L:      [email protected]
2832 W:      http://sourceforge.net/projects/tlan/
2833 S:      Maintained
2834
2835 TOKEN-RING NETWORK DRIVER
2836 P:      Mike Phillips
2837 M:      [email protected]
2838 L:      [email protected]
2839 L:      [email protected]
2840 W:      http://www.linuxtr.net
2841 S:      Maintained
2842
2843 TOSHIBA ACPI EXTRAS DRIVER
2844 P:      John Belmonte
2845 M:      [email protected]
2846 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2847 S:      Maintained
2848
2849 TOSHIBA SMM DRIVER
2850 P:      Jonathan Buzzard
2851 M:      [email protected]
2852 L:      [email protected]
2853 W:      http://www.buzzard.org.uk/toshiba/
2854 S:      Maintained
2855
2856 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2857 P:      Muli Ben-Yehuda
2858 M:      [email protected]
2859 L:      [email protected]
2860 S:      Maintained
2861
2862 TRIVIAL PATCHES
2863 P:      Adrian Bunk
2864 M:      [email protected]
2865 L:      [email protected]
2866 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2867 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2868 S:      Maintained
2869
2870 TMS380 TOKEN-RING NETWORK DRIVER
2871 P:      Adam Fritzler
2872 M:      [email protected]
2873 L:      [email protected]
2874 W:      http://www.auk.cx/tms380tr/
2875 S:      Maintained
2876
2877 TULIP NETWORK DRIVER
2878 P:      Jeff Garzik
2879 M:      [email protected]
2880 L:      [email protected]
2881 W:      http://sourceforge.net/projects/tulip/
2882 S:      Maintained
2883
2884 TUN/TAP driver
2885 P:      Maxim Krasnyansky
2886 M:      [email protected]
2887 L:      [email protected]
2888 W:      http://vtun.sourceforge.net/tun
2889 S:      Maintained
2890
2891 U14-34F SCSI DRIVER
2892 P:      Dario Ballabio
2893 M:      [email protected]
2894 L:      [email protected]
2895 S:      Maintained
2896
2897 UDF FILESYSTEM
2898 P:      Ben Fennema
2899 M:      [email protected]
2900 W:      http://linux-udf.sourceforge.net
2901 S:      Maintained
2902
2903 UNIFORM CDROM DRIVER
2904 P:      Jens Axboe
2905 M:      [email protected]
2906 L:      [email protected]
2907 W:      http://www.kernel.dk
2908 S:      Maintained
2909
2910 USB ACM DRIVER
2911 P:      Oliver Neukum
2912 M:      [email protected]
2913 L:      [email protected]
2914 L:      [email protected]
2915 S:      Maintained
2916
2917 USB BLOCK DRIVER (UB ub)
2918 P:      Pete Zaitcev
2919 M:      [email protected]
2920 L:      [email protected]
2921 L:      [email protected]
2922 S:      Supported
2923
2924 USB CDC ETHERNET DRIVER
2925 P:      Greg Kroah-Hartman
2926 M:      [email protected]
2927 L:      [email protected]
2928 L:      [email protected]
2929 S:      Maintained
2930 W:      http://www.kroah.com/linux-usb/
2931
2932 USB EHCI DRIVER
2933 P:      David Brownell
2934 M:      [email protected]
2935 L:      [email protected]
2936 S:      Maintained
2937
2938 USB ET61X[12]51 DRIVER
2939 P:      Luca Risolia
2940 M:      [email protected]
2941 L:      [email protected]
2942 L:      [email protected]
2943 W:      http://www.linux-projects.org
2944 S:      Maintained
2945
2946 USB HID/HIDBP DRIVERS
2947 P:      Vojtech Pavlik
2948 M:      [email protected]
2949 L:      [email protected]
2950 L:      [email protected]
2951 S:      Maintained
2952
2953 USB HUB DRIVER
2954 P:      Johannes Erdfelt
2955 M:      [email protected]
2956 L:      [email protected]
2957 L:      [email protected]
2958 S:      Maintained
2959
2960 USB ISP116X DRIVER
2961 P:      Olav Kongas
2962 M:      [email protected]
2963 L:      [email protected]
2964 S:      Maintained
2965
2966 USB KAWASAKI LSI DRIVER
2967 P:      Oliver Neukum
2968 M:      [email protected]
2969 L:      [email protected]
2970 L:      [email protected]
2971 S:      Maintained
2972
2973 USB MASS STORAGE DRIVER
2974 P:      Matthew Dharm
2975 M:      [email protected]
2976 L:      [email protected]
2977 L:      [email protected]
2978 S:      Maintained
2979 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
2980
2981 USB OHCI DRIVER
2982 P:      Roman Weissgaerber
2983 M:      [email protected]
2984 L:      [email protected]
2985 L:      [email protected]
2986 S:      Maintained
2987
2988 USB OPTION-CARD DRIVER
2989 P:      Matthias Urlichs
2990 M:      [email protected]
2991 L:      [email protected]
2992 S:      Maintained
2993
2994 USB OV511 DRIVER
2995 P:      Mark McClelland
2996 M:      [email protected]
2997 L:      [email protected]
2998 L:      [email protected]
2999 W:      http://alpha.dyndns.org/ov511/
3000 S:      Maintained
3001
3002 USB PEGASUS DRIVER
3003 P:      Petko Manolov
3004 M:      [email protected]
3005 L:      [email protected]
3006 L:      [email protected]
3007 W:      http://pegasus2.sourceforge.net/
3008 S:      Maintained
3009
3010 USB PRINTER DRIVER
3011 P:      Vojtech Pavlik
3012 M:      [email protected]
3013 L:      [email protected]
3014 L:      [email protected]
3015 S:      Maintained
3016
3017 USB RTL8150 DRIVER
3018 P:      Petko Manolov
3019 M:      [email protected]
3020 L:      [email protected]
3021 L:      [email protected]
3022 W:      http://pegasus2.sourceforge.net/
3023 S:      Maintained
3024
3025 USB SE401 DRIVER
3026 P:      Jeroen Vreeken
3027 M:      [email protected]
3028 L:      [email protected]
3029 L:      [email protected]
3030 W:      http://www.chello.nl/~j.vreeken/se401/
3031 S:      Maintained
3032
3033 USB SERIAL CYBERJACK DRIVER
3034 P:      Matthias Bruestle and Harald Welte
3035 M:      [email protected]
3036 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3037 S:      Maintained
3038
3039 USB SERIAL DIGI ACCELEPORT DRIVER
3040 P:      Peter Berger and Al Borchers
3041 M:      [email protected]
3042 M:      [email protected]
3043 L:      [email protected]
3044 L:      [email protected]
3045 S:      Maintained
3046
3047 USB SERIAL DRIVER
3048 P:      Greg Kroah-Hartman
3049 M:      [email protected]
3050 L:      [email protected]
3051 L:      [email protected]
3052 S:      Supported
3053
3054 USB SERIAL BELKIN F5U103 DRIVER
3055 P:      William Greathouse
3056 M:      [email protected]
3057 L:      [email protected]
3058 L:      [email protected]
3059 S:      Maintained
3060
3061 USB SERIAL CYPRESS M8 DRIVER
3062 P:      Lonnie Mendez
3063 M:      [email protected]
3064 L:      [email protected]
3065 L:      [email protected]
3066 S:      Maintained
3067 W:      http://geocities.com/i0xox0i
3068 W:      http://firstlight.net/cvs
3069
3070 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3071 L:      [email protected]
3072 L:      [email protected]
3073 S:      Maintained
3074
3075 USB AUERSWALD DRIVER
3076 P:      Wolfgang Muees
3077 M:      [email protected]
3078 L:      [email protected]
3079 L:      [email protected]
3080 S:      Maintained
3081
3082 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3083 P:      Gary Brubaker
3084 M:      [email protected]
3085 L:      [email protected]
3086 L:      [email protected]
3087 S:      Maintained
3088
3089 USB SERIAL KEYSPAN DRIVER
3090 P:      Greg Kroah-Hartman
3091 M:      [email protected]
3092 L:      [email protected]
3093 L:      [email protected]
3094 W:      http://www.kroah.com/linux/
3095 S:      Maintained
3096
3097 USB SERIAL WHITEHEAT DRIVER
3098 P:      Stuart MacDonald
3099 M:      [email protected]
3100 L:      [email protected]
3101 L:      [email protected]
3102 W:      http://www.connecttech.com
3103 S:      Supported
3104
3105 USB SN9C10x DRIVER
3106 P:      Luca Risolia
3107 M:      [email protected]
3108 L:      [email protected]
3109 L:      [email protected]
3110 W:      http://www.linux-projects.org
3111 S:      Maintained
3112
3113 USB SUBSYSTEM
3114 P:      Greg Kroah-Hartman
3115 M:      [email protected]
3116 L:      [email protected]
3117 L:      [email protected]
3118 W:      http://www.linux-usb.org
3119 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3120 S:      Supported
3121
3122 USB UHCI DRIVER
3123 P:      Alan Stern
3124 M:      [email protected]
3125 L:      [email protected]
3126 L:      [email protected]
3127 S:      Maintained
3128
3129 USB "USBNET" DRIVER
3130 P:      David Brownell
3131 M:      [email protected]
3132 L:      [email protected]
3133 S:      Maintained
3134
3135 USB W996[87]CF DRIVER
3136 P:      Luca Risolia
3137 M:      [email protected]
3138 L:      [email protected]
3139 L:      [email protected]
3140 W:      http://www.linux-projects.org
3141 S:      Maintained
3142
3143 USB ZC0301 DRIVER
3144 P:      Luca Risolia
3145 M:      [email protected]
3146 L:      [email protected]
3147 L:      [email protected]
3148 W:      http://www.linux-projects.org
3149 S:      Maintained
3150
3151 USB ZD1201 DRIVER
3152 P:      Jeroen Vreeken
3153 M:      [email protected]
3154 L:      [email protected]
3155 L:      [email protected]
3156 W:      http://linux-lc100020.sourceforge.net
3157 S:      Maintained
3158
3159 USER-MODE LINUX
3160 P:      Jeff Dike
3161 M:      [email protected]
3162 L:      [email protected]
3163 L:      [email protected]
3164 W:      http://user-mode-linux.sourceforge.net
3165 S:      Maintained
3166         
3167 FAT/VFAT/MSDOS FILESYSTEM:
3168 P:      OGAWA Hirofumi
3169 M:      [email protected]
3170 L:      [email protected]
3171 S:      Maintained
3172
3173 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3174 P:      Jeff Garzik
3175 S:      Odd fixes
3176
3177 VIA RHINE NETWORK DRIVER
3178 P:      Roger Luethi
3179 M:      [email protected]
3180 S:      Maintained
3181
3182 VIAPRO SMBUS DRIVER
3183 P:      Jean Delvare
3184 M:      [email protected]
3185 L:      [email protected]
3186 S:      Maintained
3187
3188 UCLINUX (AND M68KNOMMU)
3189 P:      Greg Ungerer
3190 M:      [email protected]
3191 W:      http://www.uclinux.org/
3192 L:      [email protected]  (subscribers-only)
3193 S:      Maintained
3194
3195 UCLINUX FOR NEC V850
3196 P:      Miles Bader
3197 M:      [email protected]
3198 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3199 W:      http://www.ee.nec.de/uclinux/
3200 S:      Supported
3201
3202 UCLINUX FOR RENESAS H8/300
3203 P:      Yoshinori Sato
3204 M:      [email protected]
3205 W:      http://uclinux-h8.sourceforge.jp/
3206 S:      Supported
3207
3208 USB DIAMOND RIO500 DRIVER
3209 P:      Cesar Miquel
3210 M:      [email protected]
3211 L:      [email protected]
3212 W:      http://rio500.sourceforge.net
3213 S:      Maintained
3214
3215 VIDEO FOR LINUX
3216 P:      Mauro Carvalho Chehab
3217 M:      [email protected]
3218 M:      [email protected]
3219 L:      [email protected]
3220 W:      http://linuxtv.org
3221 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3222 S:      Maintained
3223
3224 VT8231 HARDWARE MONITOR DRIVER
3225 P:      Roger Lucas
3226 M:      [email protected]
3227 L:      [email protected]
3228 S:      Maintained
3229
3230 W1 DALLAS'S 1-WIRE BUS
3231 P:      Evgeniy Polyakov
3232 M:      [email protected]
3233 S:      Maintained
3234
3235 W83791D HARDWARE MONITORING DRIVER
3236 P:      Charles Spirakis
3237 M:      [email protected]
3238 L:      [email protected]
3239 S:      Maintained
3240
3241 W83L51xD SD/MMC CARD INTERFACE DRIVER
3242 P:      Pierre Ossman
3243 M:      [email protected]
3244 L:      [email protected]
3245 W:      http://projects.drzeus.cx/wbsd
3246 S:      Maintained
3247
3248 WATCHDOG DEVICE DRIVERS
3249 P:      Wim Van Sebroeck
3250 M:      [email protected]
3251 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3252 S:      Maintained
3253
3254 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3255 P:      Jean Tourrilhes
3256 M:      [email protected]
3257 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3258 S:      Maintained
3259
3260 WD7000 SCSI DRIVER
3261 P:      Miroslav Zagorac
3262 M:      [email protected]
3263 L:      [email protected]
3264 S:      Maintained
3265
3266 WISTRON LAPTOP BUTTON DRIVER
3267 P:      Miloslav Trmac
3268 M:      [email protected]
3269 S:      Maintained
3270
3271 WL3501 WIRELESS PCMCIA CARD DRIVER
3272 P:      Arnaldo Carvalho de Melo
3273 M:      [email protected]
3274 W:      http://advogato.org/person/acme
3275 S:      Maintained
3276
3277 X.25 NETWORK LAYER
3278 P:      Henner Eisen
3279 M:      [email protected]
3280 L:      [email protected]
3281 S:      Maintained
3282
3283 XFS FILESYSTEM
3284 P:      Silicon Graphics Inc
3285 M:      [email protected]
3286 M:      [email protected]
3287 L:      [email protected]
3288 W:      http://oss.sgi.com/projects/xfs
3289 S:      Supported
3290
3291 X86 3-LEVEL PAGING (PAE) SUPPORT
3292 P:      Ingo Molnar
3293 M:      [email protected]
3294 S:      Maintained
3295
3296 X86-64 port
3297 P:      Andi Kleen
3298 M:      [email protected]
3299 L:      [email protected]
3300 W:      http://www.x86-64.org
3301 S:      Maintained
3302
3303 YAM DRIVER FOR AX.25
3304 P:      Jean-Paul Roubelat
3305 M:      [email protected]
3306 L:      [email protected]
3307 S:      Maintained
3308
3309 YEALINK PHONE DRIVER
3310 P:      Henk Vergonet
3311 M:      [email protected]
3312 L:      [email protected]
3313 S:      Maintained
3314
3315 YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3316 P:      Pete Zaitcev
3317 M:      [email protected]
3318 L:      [email protected]
3319 S:      Obsolete
3320
3321 Z8530 DRIVER FOR AX.25
3322 P:      Joerg Reuter
3323 M:      [email protected]
3324 W:      http://yaina.de/jreuter/
3325 W:      http://www.qsl.net/dl1bke/
3326 L:      [email protected]
3327 S:      Maintained
3328
3329 ZF MACHZ WATCHDOG
3330 P:      Fernando Fuganti
3331 M:      [email protected]
3332 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3333 S:      Maintained
3334
3335 ZR36067 VIDEO FOR LINUX DRIVER
3336 P:      Ronald Bultje
3337 M:      [email protected]
3338 L:      [email protected]
3339 W:      http://mjpeg.sourceforge.net/driver-zoran/
3340 S:      Maintained
3341
3342 ZR36120 VIDEO FOR LINUX DRIVER
3343 P:      Pauline Middelink
3344 M:      [email protected]
3345 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3346 W:      http://www.polyware.nl/~middelin/hobbies.html
3347 S:      Maintained
3348
3349 THE REST
3350 P:      Linus Torvalds
3351 S:      Buried alive in reporters
This page took 0.207907 seconds and 4 git commands to generate.