]> Git Repo - linux.git/blob - MAINTAINERS
Merge branch 'upstream-fixes' into upstream
[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 (SOFTMAC BASED VERSION)
453 P:      Larry Finger
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 DOCKING STATION DRIVER
893 P:      Kristen Carlson Accardi
894 M:      [email protected]
895 L:      [email protected]
896 S:      Maintained
897
898 DOUBLETALK DRIVER
899 P:      James R. Van Zandt
900 M:      [email protected]
901 L:      [email protected]
902 S:      Maintained
903
904 DRIVER CORE, KOBJECTS, AND SYSFS
905 P:      Greg Kroah-Hartman
906 M:      [email protected]
907 L:      [email protected]
908 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
909 S:      Supported
910
911 DRM DRIVERS
912 P:      David Airlie
913 M:      [email protected]
914 L:      [email protected]
915 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
916 S:      Maintained
917
918 DSCC4 DRIVER
919 P:      François Romieu
920 M:      [email protected]
921 M:      [email protected]
922 S:      Maintained
923
924 DVB SUBSYSTEM AND DRIVERS
925 P:      LinuxTV.org Project
926 M:      [email protected]
927 L:      [email protected] (subscription required)
928 W:      http://linuxtv.org/
929 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
930 S:      Maintained
931
932 EATA-DMA SCSI DRIVER
933 P:      Michael Neuffer
934 L:      [email protected][email protected]
935 S:      Maintained
936
937 EATA ISA/EISA/PCI SCSI DRIVER
938 P:      Dario Ballabio
939 M:      [email protected]
940 L:      [email protected]
941 S:      Maintained
942
943 EATA-PIO SCSI DRIVER
944 P:      Michael Neuffer
945 M:      [email protected]
946 L:      [email protected][email protected]
947 S:      Maintained
948
949 EBTABLES
950 P:      Bart De Schuymer
951 M:      [email protected]
952 L:      [email protected]
953 L:      [email protected]
954 W:      http://ebtables.sourceforge.net/
955 S:      Maintained
956
957 EDAC-CORE
958 P:      Doug Thompson
959 M:      [email protected]
960 L:      [email protected]
961 W:      bluesmoke.sourceforge.net
962 S:      Supported
963
964 EDAC-E752X
965 P:      Mark Gross
966 M:      [email protected]
967 L:      [email protected]
968 W:      bluesmoke.sourceforge.net
969 S:      Maintained
970
971 EDAC-E7XXX
972 P:      Doug Thompson
973 M:      [email protected]
974 L:      [email protected]
975 W:      bluesmoke.sourceforge.net
976 S:      Maintained
977
978 EDAC-R82600
979 P:      Tim Small
980 M:      [email protected]
981 L:      [email protected]
982 W:      bluesmoke.sourceforge.net
983 S:      Maintained
984
985 EEPRO100 NETWORK DRIVER
986 P:      Andrey V. Savochkin
987 M:      [email protected]
988 S:      Maintained
989
990 EFS FILESYSTEM
991 W:      http://aeschi.ch.eu.org/efs/
992 S:      Orphan
993
994 EMU10K1 SOUND DRIVER
995 P:      James Courtier-Dutton
996 M:      [email protected]
997 L:      [email protected]
998 W:      http://sourceforge.net/projects/emu10k1/
999 S:      Maintained
1000
1001 EMULEX LPFC FC SCSI DRIVER
1002 P:      James Smart
1003 M:      [email protected]
1004 L:      [email protected]
1005 W:      http://sourceforge.net/projects/lpfcxxxx
1006 S:      Supported
1007
1008 EPSON 1355 FRAMEBUFFER DRIVER
1009 P:      Christopher Hoover
1010 M:      [email protected][email protected]
1011 S:      Maintained
1012
1013 ETHEREXPRESS-16 NETWORK DRIVER
1014 P:      Philip Blundell
1015 M:      [email protected]
1016 L:      [email protected]
1017 S:      Maintained
1018
1019 ETHERNET BRIDGE
1020 P:      Stephen Hemminger
1021 M:      [email protected]
1022 L:      [email protected]
1023 W:      http://bridge.sourceforge.net/
1024 S:      Maintained
1025
1026 ETHERTEAM 16I DRIVER
1027 P:      Mika Kuoppala
1028 M:      [email protected]
1029 S:      Maintained
1030
1031 EXT2 FILE SYSTEM
1032 L:      [email protected]
1033 S:      Maintained
1034
1035 EXT3 FILE SYSTEM
1036 P:      Stephen Tweedie, Andrew Morton
1037 M:      [email protected][email protected][email protected]
1038 L:      [email protected]
1039 S:      Maintained
1040
1041 F71805F HARDWARE MONITORING DRIVER
1042 P:      Jean Delvare
1043 M:      [email protected]
1044 L:      [email protected]
1045 S:      Maintained
1046
1047 FARSYNC SYNCHRONOUS DRIVER
1048 P:      Kevin Curtis
1049 M:      [email protected]
1050 W:      http://www.farsite.co.uk/
1051 S:      Supported
1052
1053 FRAMEBUFFER LAYER
1054 P:      Antonino Daplas
1055 M:      [email protected]
1056 L:      [email protected] 
1057 W:      http://linux-fbdev.sourceforge.net/
1058 S:      Maintained
1059
1060 FREESCALE SOC FS_ENET DRIVER
1061 P:      Pantelis Antoniou
1062 M:      [email protected]
1063 P:      Vitaly Bordug
1064 M:      [email protected]
1065 L:      [email protected]
1066 L:      [email protected]
1067 S:      Maintained
1068
1069 FILE LOCKING (flock() and fcntl()/lockf())
1070 P:      Matthew Wilcox
1071 M:      [email protected]
1072 L:      [email protected]
1073 S:      Maintained
1074
1075 FILESYSTEMS (VFS and infrastructure)
1076 P:      Alexander Viro
1077 M:      [email protected]
1078 S:      Maintained
1079
1080 FIRMWARE LOADER (request_firmware)
1081 L:      [email protected]
1082 S:      Orphan
1083
1084 FPU EMULATOR
1085 P:      Bill Metzenthen
1086 M:      [email protected]
1087 W:      http://suburbia.net/~billm/floating-point/emulator/
1088 S:      Maintained
1089
1090 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1091 P:      Mike McLagan
1092 M:      [email protected]
1093 L:      [email protected]
1094 S:      Maintained
1095
1096 FREEVXFS FILESYSTEM
1097 P:      Christoph Hellwig
1098 M:      [email protected]
1099 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1100 S:      Maintained
1101
1102 FUJITSU FR-V PORT
1103 P:      David Howells
1104 M:      [email protected]
1105 S:      Maintained
1106
1107 FTAPE/QIC-117
1108 L:      [email protected]
1109 W:      http://sourceforge.net/projects/ftape
1110 S:      Orphan
1111
1112 FUSE: FILESYSTEM IN USERSPACE
1113 P:      Miklos Szeredi
1114 M:      [email protected]
1115 L:      [email protected]
1116 W:      http://fuse.sourceforge.net/
1117 S:      Maintained
1118
1119 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1120 P:      Rik Faith
1121 M:      [email protected]
1122 L:      [email protected]
1123 S:      Odd fixes (e.g., new signatures)
1124
1125 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1126 P:      Achim Leubner
1127 M:      [email protected]
1128 L:      [email protected]
1129 W:      http://www.icp-vortex.com/
1130 S:      Supported
1131
1132 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1133 P:      Krzysztof Halasa
1134 M:      [email protected]
1135 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1136 S:      Maintained
1137
1138 GIGASET ISDN DRIVERS
1139 P:      Hansjoerg Lipp
1140 M:      [email protected]
1141 P:      Tilman Schmidt
1142 M:      [email protected]
1143 L:      [email protected]
1144 W:      http://gigaset307x.sourceforge.net/
1145 S:      Maintained
1146
1147 HARDWARE MONITORING
1148 P:      Jean Delvare
1149 M:      [email protected]
1150 L:      [email protected]
1151 W:      http://www.lm-sensors.nu/
1152 S:      Maintained
1153
1154 HARDWARE RANDOM NUMBER GENERATOR CORE
1155 P:      Michael Buesch
1156 M:      [email protected]
1157 S:      Maintained
1158
1159 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1160 P:      Robert Love
1161 M:      [email protected]
1162 M:      [email protected]
1163 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1164 S:      Maintained
1165
1166 HARMONY SOUND DRIVER
1167 P:      Kyle McMartin
1168 M:      [email protected]
1169 W:      http://www.parisc-linux.org/~kyle/harmony/
1170 L:      [email protected]
1171 S:      Maintained
1172
1173 HAYES ESP SERIAL DRIVER
1174 P:      Andrew J. Robinson
1175 M:      [email protected]
1176 L:      [email protected]
1177 W:      http://www.nyx.net/~arobinso
1178 S:      Maintained
1179
1180 HFS FILESYSTEM
1181 P:      Roman Zippel
1182 M:      [email protected]
1183 L:      [email protected]
1184 S:      Maintained
1185
1186 HGA FRAMEBUFFER DRIVER
1187 P:      Ferenc Bakonyi
1188 M:      [email protected]
1189 L:      [email protected]
1190 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1191 S:      Maintained
1192
1193 HIGH-SPEED SCC DRIVER FOR AX.25
1194 P:      Klaus Kudielka
1195 M:      [email protected]
1196 L:      [email protected]
1197 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1198 S:      Maintained
1199
1200 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1201 P:      HighPoint Linux Team
1202 M:      [email protected]
1203 W:      http://www.highpoint-tech.com
1204 S:      Supported
1205
1206 HIPPI
1207 P:      Jes Sorensen
1208 M:      [email protected]
1209 L:      [email protected]
1210 S:      Maintained
1211
1212 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1213 P:      Chirag Kantharia
1214 M:      [email protected]
1215 L:      [email protected]
1216 S:      Maintained
1217  
1218 HEWLETT-PACKARD SMART2 RAID DRIVER
1219 P:      Chirag Kantharia
1220 M:      [email protected]
1221 L:      [email protected]
1222 S:      Maintained
1223  
1224 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1225 P:      Mike Miller
1226 M:      [email protected]
1227 L:      [email protected]
1228 S:      Supported
1229  
1230 HOST AP DRIVER
1231 P:      Jouni Malinen
1232 M:      [email protected]
1233 L:      [email protected]
1234 W:      http://hostap.epitest.fi/
1235 S:      Maintained
1236
1237 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1238 P:      Jaroslav Kysela
1239 M:      [email protected]
1240 S:      Maintained
1241
1242 HPET:   High Precision Event Timers driver (hpet.c)
1243 P:      Clemens Ladisch
1244 M:      [email protected]
1245 S:      Maintained
1246
1247 HPET:   i386
1248 P:      Venkatesh Pallipadi (Venki)
1249 M:      [email protected]
1250 S:      Maintained
1251
1252 HPET:   x86_64
1253 P:      Andi Kleen and Vojtech Pavlik
1254 M:      [email protected] and [email protected]
1255 S:      Maintained
1256
1257 HPET:   ACPI hpet.c
1258 P:      Bob Picco
1259 M:      [email protected]
1260 S:      Maintained
1261
1262 HPFS FILESYSTEM
1263 P:      Mikulas Patocka
1264 M:      [email protected]
1265 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1266 S:      Maintained
1267
1268 HUGETLB FILESYSTEM
1269 P:      William Irwin
1270 M:      [email protected]
1271 S:      Maintained
1272
1273 I2C SUBSYSTEM
1274 P:      Jean Delvare
1275 M:      [email protected]
1276 L:      [email protected]
1277 W:      http://www.lm-sensors.nu/
1278 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1279 S:      Maintained
1280
1281 I2O
1282 P:      Markus Lidel
1283 M:      [email protected]
1284 W:      http://i2o.shadowconnect.com/
1285 S:      Maintained
1286
1287 i386 BOOT CODE
1288 P:      Riley H. Williams
1289 M:      [email protected]
1290 L:      [email protected]
1291 S:      Maintained
1292
1293 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1294 P:      Dave Jones
1295 M:      [email protected]
1296 P:      H. Peter Anvin
1297 M:      [email protected]
1298 S:      Maintained
1299
1300 i810 TCO TIMER WATCHDOG
1301 P:      Nils Faerber
1302 M:      [email protected]
1303 W:      http://www.kernelconcepts.de/
1304 S:      Maintained
1305
1306 IA64 (Itanium) PLATFORM
1307 P:      Tony Luck
1308 M:      [email protected]
1309 L:      [email protected]
1310 W:      http://www.ia64-linux.org/
1311 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1312 S:      Maintained
1313
1314 SN-IA64 (Itanium) SUB-PLATFORM
1315 P:      Jes Sorensen
1316 M:      [email protected]
1317 L:      [email protected]
1318 L:      [email protected]
1319 W:      http://www.sgi.com/altix
1320 S:      Maintained
1321
1322 IBM MCA SCSI SUBSYSTEM DRIVER
1323 P:      Michael Lang
1324 M:      [email protected]
1325 W:      http://www.uni-mainz.de/~langm000/linux.html
1326 S:      Maintained
1327
1328 IBM Power Linux RAID adapter
1329 P:      Brian King
1330 M:      [email protected]
1331 S:      Supported
1332
1333 IBM ServeRAID RAID DRIVER
1334 P:      Jack Hammer
1335 P:      Dave Jeffery
1336 M:      [email protected]
1337 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1338 S:      Supported 
1339
1340 IDE DRIVER [GENERAL]
1341 P:      Bartlomiej Zolnierkiewicz
1342 M:      [email protected]
1343 L:      [email protected]
1344 L:      [email protected]
1345 T:      git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
1346 S:      Maintained
1347
1348 IDE/ATAPI CDROM DRIVER
1349 P:      Jens Axboe
1350 M:      [email protected]
1351 L:      [email protected]
1352 W:      http://www.kernel.dk
1353 S:      Maintained
1354
1355 IDE/ATAPI FLOPPY DRIVERS
1356 P:      Paul Bristow
1357 M:      Paul Bristow <[email protected]>
1358 W:      http://paulbristow.net/linux/idefloppy.html
1359 L:      [email protected]
1360 S:      Maintained
1361
1362 IDE/ATAPI TAPE DRIVERS
1363 P:      Gadi Oxman
1364 M:      Gadi Oxman <[email protected]>
1365 L:      [email protected]
1366 S:      Maintained
1367
1368 IEEE 1394 ETHERNET (eth1394)
1369 L:      [email protected]
1370 W:      http://www.linux1394.org/
1371 S:      Orphan
1372
1373 IEEE 1394 SUBSYSTEM
1374 P:      Ben Collins
1375 M:      [email protected]
1376 P:      Jody McIntyre
1377 M:      [email protected]
1378 L:      [email protected]
1379 W:      http://www.linux1394.org/
1380 T:      git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
1381 S:      Maintained
1382
1383 IEEE 1394 OHCI DRIVER
1384 P:      Ben Collins
1385 M:      [email protected]
1386 P:      Jody McIntyre
1387 M:      [email protected]
1388 L:      [email protected]
1389 W:      http://www.linux1394.org/
1390 S:      Maintained
1391
1392 IEEE 1394 PCILYNX DRIVER
1393 P:      Jody McIntyre
1394 M:      [email protected]
1395 L:      [email protected]
1396 W:      http://www.linux1394.org/
1397 S:      Maintained
1398
1399 IEEE 1394 RAW I/O DRIVER
1400 P:      Ben Collins
1401 M:      [email protected]
1402 P:      Dan Dennedy
1403 M:      [email protected]
1404 L:      [email protected]
1405 W:      http://www.linux1394.org/
1406 S:      Maintained
1407
1408 IEEE 1394 SBP2
1409 P:      Ben Collins
1410 M:      [email protected]
1411 P:      Stefan Richter
1412 M:      [email protected]
1413 L:      [email protected]
1414 W:      http://www.linux1394.org/
1415 S:      Maintained
1416
1417 IMS TWINTURBO FRAMEBUFFER DRIVER
1418 P:      Paul Mundt
1419 M:      [email protected]
1420 L:      [email protected]
1421 S:      Maintained
1422
1423 INFINIBAND SUBSYSTEM
1424 P:      Roland Dreier
1425 M:      [email protected]
1426 P:      Sean Hefty
1427 M:      [email protected]
1428 P:      Hal Rosenstock
1429 M:      [email protected]
1430 L:      [email protected]
1431 W:      http://www.openib.org/
1432 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1433 S:      Supported
1434
1435 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1436 P:      Dmitry Torokhov
1437 M:      [email protected]
1438 M:      [email protected]
1439 L:      [email protected]
1440 L:      [email protected]
1441 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1442 S:      Maintained
1443
1444 INOTIFY
1445 P:      John McCutchan and Robert Love
1446 M:      [email protected] and [email protected]
1447 L:      [email protected]
1448 S:      Maintained
1449
1450 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1451 P:      Sylvain Meyer
1452 M:      [email protected]
1453 L:      [email protected]
1454 S:      Maintained
1455
1456 INTEL 810/815 FRAMEBUFFER DRIVER
1457 P:      Antonino Daplas
1458 M:      [email protected]
1459 L:      [email protected]
1460 S:      Maintained
1461
1462 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1463 P:      Ingo Molnar
1464 M:      [email protected]
1465 S:      Maintained
1466
1467 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1468 P:      Jeff Garzik
1469 M:      [email protected]
1470 W:      http://sourceforge.net/projects/gkernel/
1471 S:      Maintained
1472
1473 INTEL IA32 MICROCODE UPDATE SUPPORT
1474 P:      Tigran Aivazian
1475 M:      [email protected]
1476 S:      Maintained
1477
1478 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1479 P:      Deepak Saxena
1480 M:      [email protected]
1481 S:      Maintained
1482
1483 INTEL PRO/100 ETHERNET SUPPORT
1484 P:      John Ronciak
1485 M:      [email protected]
1486 P:      Jesse Brandeburg
1487 M:      [email protected]
1488 P:      Jeff Kirsher
1489 M:      [email protected]
1490 P:      Auke Kok
1491 M:      [email protected]
1492 W:      http://sourceforge.net/projects/e1000/
1493 S:      Supported
1494
1495 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1496 P:      Jeb Cramer
1497 M:      [email protected]
1498 P:      John Ronciak
1499 M:      [email protected]
1500 P:      Jesse Brandeburg
1501 M:      [email protected]
1502 P:      Jeff Kirsher
1503 M:      [email protected]
1504 P:      Auke Kok
1505 M:      [email protected]
1506 W:      http://sourceforge.net/projects/e1000/
1507 S:      Supported
1508
1509 INTEL PRO/10GbE SUPPORT
1510 P:      Jeff Kirsher
1511 M:      [email protected]
1512 P:      Ayyappan Veeraiyan
1513 M:      [email protected]
1514 P:      John Ronciak
1515 M:      [email protected]
1516 P:      Jesse Brandeburg
1517 M:      [email protected]
1518 P:      Auke Kok
1519 M:      [email protected]
1520 W:      http://sourceforge.net/projects/e1000/
1521 S:      Supported
1522
1523 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1524 P:      Yi Zhu
1525 M:      [email protected]
1526 P:      James Ketrenos
1527 M:      [email protected]
1528 L:      [email protected]
1529 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1530 W:      http://ipw2100.sourceforge.net
1531 S:      Supported
1532
1533 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1534 P:      Yi Zhu
1535 M:      [email protected]
1536 P:      James Ketrenos
1537 M:      [email protected]
1538 L:      [email protected]
1539 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1540 W:      http://ipw2200.sourceforge.net
1541 S:      Supported
1542
1543 IOC3 DRIVER
1544 P:      Ralf Baechle
1545 M:      [email protected]
1546 L:      [email protected]
1547 S:      Maintained
1548
1549 IP MASQUERADING:
1550 P:      Juanjo Ciarlante
1551 M:      [email protected]
1552 S:      Maintained
1553
1554 IPATH DRIVER:
1555 P:      Bryan O'Sullivan
1556 M:      [email protected]
1557 L:      [email protected]
1558 S:      Supported
1559
1560 IPMI SUBSYSTEM
1561 P:      Corey Minyard
1562 M:      [email protected]
1563 L:      [email protected]
1564 W:      http://openipmi.sourceforge.net/
1565 S:      Supported
1566
1567 IPX NETWORK LAYER
1568 P:      Arnaldo Carvalho de Melo
1569 M:      [email protected]
1570 L:      [email protected]
1571 S:      Maintained
1572
1573 IRDA SUBSYSTEM
1574 P:      Samuel Ortiz
1575 M:      [email protected]
1576 L:      [email protected] (subscribers-only)
1577 W:      http://irda.sourceforge.net/
1578 S:      Maintained
1579
1580 ISAPNP
1581 P:      Jaroslav Kysela
1582 M:      [email protected]
1583 S:      Maintained
1584
1585 ISDN SUBSYSTEM
1586 P:      Karsten Keil
1587 M:      [email protected]
1588 P:      Kai Germaschewski
1589 M:      [email protected]
1590 L:      [email protected]
1591 W:      http://www.isdn4linux.de
1592 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1593 S:      Maintained
1594
1595 ISDN SUBSYSTEM (Eicon active card driver)
1596 P:      Armin Schindler
1597 M:      [email protected]
1598 L:      [email protected]
1599 W:      http://www.melware.de
1600 S:      Maintained
1601
1602 JOURNALLING FLASH FILE SYSTEM (JFFS)
1603 P:      Axis Communications AB
1604 M:      [email protected]
1605 L:      [email protected]
1606 W:      http://www.developer.axis.com/software/jffs/
1607 S:      Maintained
1608
1609 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1610 P:      David Woodhouse
1611 M:      [email protected]
1612 L:      [email protected]
1613 W:      http://sources.redhat.com/jffs2/
1614 S:      Maintained
1615
1616 JFS FILESYSTEM
1617 P:      Dave Kleikamp
1618 M:      [email protected]
1619 L:      [email protected]
1620 W:      http://jfs.sourceforge.net/
1621 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1622 S:      Supported
1623
1624 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
1625 P:      Stephen Tweedie, Andrew Morton
1626 M:      [email protected][email protected]
1627 L:      [email protected]
1628 S:      Maintained
1629
1630 KCONFIG
1631 P:      Roman Zippel
1632 M:      [email protected]
1633 L:      [email protected]
1634 S:      Maintained
1635
1636 KDUMP
1637 P:      Vivek Goyal
1638 M:      [email protected]
1639 P:      Haren Myneni
1640 M:      [email protected]
1641 L:      [email protected]
1642 L:      [email protected]
1643 W:      http://lse.sourceforge.net/kdump/
1644 S:      Maintained
1645
1646 KERNEL AUTOMOUNTER (AUTOFS)
1647 P:      H. Peter Anvin
1648 M:      [email protected]
1649 L:      [email protected]
1650 S:      Odd Fixes
1651
1652 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1653 P:      Ian Kent
1654 M:      [email protected]
1655 L:      [email protected]
1656 S:      Maintained
1657
1658 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1659 P:      Kai Germaschewski
1660 M:      [email protected]
1661 P:      Sam Ravnborg
1662 M:      [email protected]
1663 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1664 S:      Maintained 
1665
1666 KERNEL JANITORS
1667 P:      Several
1668 L:      [email protected]
1669 W:      http://www.kerneljanitors.org/
1670 S:      Maintained
1671
1672 KERNEL NFSD
1673 P:      Neil Brown
1674 M:      [email protected]
1675 L:      [email protected]
1676 W:      http://nfs.sourceforge.net/
1677 W:      http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1678 S:      Maintained
1679
1680 KEXEC
1681 P:      Eric Biederman
1682 M:      [email protected]
1683 W:      http://www.xmission.com/~ebiederm/files/kexec/
1684 L:      [email protected]
1685 L:      [email protected]
1686 S:      Maintained
1687
1688 KPROBES
1689 P:      Prasanna S Panchamukhi
1690 M:      [email protected]
1691 P:      Ananth N Mavinakayanahalli
1692 M:      [email protected]
1693 P:      Anil S Keshavamurthy
1694 M:      [email protected]
1695 P:      David S. Miller
1696 M:      [email protected]
1697 L:      [email protected]
1698 S:      Maintained
1699
1700 LAPB module
1701 L:      [email protected]
1702 S:      Orphan
1703
1704 LASI 53c700 driver for PARISC
1705 P:      James E.J. Bottomley
1706 M:      [email protected]
1707 L:      [email protected]
1708 S:      Maintained
1709
1710 LED SUBSYSTEM
1711 P:      Richard Purdie
1712 M:      [email protected]
1713 S:      Maintained
1714
1715 LEGO USB Tower driver
1716 P:      Juergen Stuber
1717 M:      [email protected]
1718 L:      [email protected]
1719 W:      http://legousb.sourceforge.net/
1720 S:      Maintained
1721
1722 LINUX FOR IBM pSERIES (RS/6000)
1723 P:      Paul Mackerras
1724 M:      [email protected]
1725 W:      http://www.ibm.com/linux/ltc/projects/ppc
1726 S:      Supported
1727
1728 LINUX FOR NCR VOYAGER
1729 P:      James Bottomley
1730 M:      [email protected]
1731 W:      http://www.hansenpartnership.com/voyager
1732 S:      Maintained
1733
1734 LINUX FOR POWERPC
1735 P:      Paul Mackerras
1736 M:      [email protected]
1737 W:      http://www.penguinppc.org/
1738 L:      [email protected]
1739 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1740 S:      Supported
1741
1742 LINUX FOR POWER MACINTOSH
1743 P:      Benjamin Herrenschmidt
1744 M:      [email protected]
1745 W:      http://www.penguinppc.org/
1746 L:      [email protected]
1747 S:      Maintained
1748
1749 LINUX FOR POWERPC EMBEDDED MPC52XX
1750 P:      Sylvain Munaut
1751 M:      [email protected]
1752 W:      http://www.246tNt.com/mpc52xx/
1753 W:      http://www.penguinppc.org/
1754 L:      [email protected]
1755 L:      [email protected]
1756 S:      Maintained
1757
1758 LINUX FOR POWERPC EMBEDDED PPC4XX
1759 P:      Matt Porter
1760 M:      [email protected]
1761 W:      http://www.penguinppc.org/
1762 L:      [email protected]
1763 S:      Maintained
1764
1765 LINUX FOR POWERPC BOOT CODE
1766 P:      Tom Rini
1767 M:      [email protected]
1768 W:      http://www.penguinppc.org/
1769 L:      [email protected]
1770 S:      Maintained
1771
1772 LINUX FOR POWERPC EMBEDDED PPC8XX
1773 P:      Marcelo Tosatti
1774 M:      [email protected]
1775 W:      http://www.penguinppc.org/
1776 L:      [email protected]
1777 S:      Maintained
1778
1779 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1780 P:     Kumar Gala
1781 M:     [email protected]
1782 W:     http://www.penguinppc.org/
1783 L:     [email protected]
1784 S:     Maintained
1785
1786 LLC (802.2)
1787 P:      Arnaldo Carvalho de Melo
1788 M:      [email protected]
1789 S:      Maintained
1790
1791 LINUX FOR 64BIT POWERPC
1792 P:      Paul Mackerras
1793 M:      [email protected]
1794 M:      [email protected]
1795 P:      Anton Blanchard
1796 M:      [email protected]
1797 M:      [email protected]
1798 W:      http://www.penguinppc.org/ppc64/
1799 L:      [email protected]
1800 S:      Supported
1801
1802 LINUX SECURITY MODULE (LSM) FRAMEWORK
1803 P:      Chris Wright
1804 M:      [email protected]
1805 L:      [email protected]
1806 W:      http://lsm.immunix.org
1807 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1808 S:      Supported
1809
1810 LM83 HARDWARE MONITOR DRIVER
1811 P:      Jean Delvare
1812 M:      [email protected]
1813 L:      [email protected]
1814 S:      Maintained
1815
1816 LM90 HARDWARE MONITOR DRIVER
1817 P:      Jean Delvare
1818 M:      [email protected]
1819 L:      [email protected]
1820 S:      Maintained
1821
1822 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1823 P:      Richard Russon (FlatCap)
1824 M:      [email protected]
1825 L:      [email protected] 
1826 W:      http://ldm.sourceforge.net
1827 S:      Maintained
1828
1829 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1830 P:      Eric Moore
1831 M:      [email protected]
1832 M:      [email protected]
1833 L:      [email protected]
1834 L:      [email protected]
1835 W:      http://www.lsilogic.com/support
1836 S:      Supported
1837
1838 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1839 P:      Matthew Wilcox
1840 M:      [email protected]
1841 L:      [email protected]
1842 S:      Maintained
1843
1844 M68K ARCHITECTURE
1845 P:      Geert Uytterhoeven
1846 M:      [email protected]
1847 P:      Roman Zippel
1848 M:      [email protected]
1849 L:      [email protected]
1850 W:      http://www.linux-m68k.org/
1851 W:      http://linux-m68k-cvs.ubb.ca/
1852 S:      Maintained
1853
1854 M68K ON APPLE MACINTOSH
1855 P:      Joshua Thompson
1856 M:      [email protected]
1857 W:      http://www.mac.linux-m68k.org/
1858 L:      [email protected]
1859 S:      Maintained
1860
1861 M68K ON HP9000/300
1862 P:      Philip Blundell
1863 M:      [email protected]
1864 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
1865 S:      Maintained
1866
1867 MARVELL YUKON / SYSKONNECT DRIVER
1868 P:      Mirko Lindner
1869 M:      [email protected]
1870 P:      Ralph Roesler
1871 M:      [email protected]
1872 W:      http://www.syskonnect.com
1873 S:      Supported
1874
1875 MAESTRO PCI SOUND DRIVERS
1876 P:      Zach Brown
1877 M:      [email protected]
1878 S:      Odd Fixes
1879
1880 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1881 P: Michael Kerrisk
1882 M: [email protected]
1883 W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1884 S: Maintained
1885
1886 MARVELL MV643XX ETHERNET DRIVER
1887 P:      Dale Farnsworth
1888 M:      [email protected]
1889 P:      Manish Lachwani
1890 M:      [email protected]
1891 L:      [email protected]
1892 S:      Odd Fixes for 2.4; Maintained for 2.6.
1893
1894 MATROX FRAMEBUFFER DRIVER
1895 P:      Petr Vandrovec
1896 M:      [email protected]
1897 L:      [email protected]
1898 S:      Maintained
1899
1900 MEGARAID SCSI DRIVERS
1901 P:     Neela Syam Kolli
1902 M:     [email protected]
1903 S:     [email protected]
1904 W:     http://megaraid.lsilogic.com
1905 S:     Maintained
1906
1907 MEMORY MANAGEMENT
1908 L:      [email protected]
1909 L:      [email protected]
1910 W:      http://www.linux-mm.org
1911 S:      Maintained
1912
1913 MEMORY TECHNOLOGY DEVICES (MTD)
1914 P:      David Woodhouse
1915 M:      [email protected]
1916 W:      http://www.linux-mtd.infradead.org/
1917 L:      [email protected]
1918 T:      git git://git.infradead.org/mtd-2.6.git
1919 S:      Maintained
1920
1921 MICROTEK X6 SCANNER
1922 P:      Oliver Neukum
1923 M:      [email protected]
1924 S:      Maintained
1925
1926 MIPS
1927 P:      Ralf Baechle
1928 M:      [email protected]
1929 W:      http://www.linux-mips.org/
1930 L:      [email protected]
1931 T:      git www.linux-mips.org:/pub/scm/linux.git
1932 S:      Supported
1933
1934 MISCELLANEOUS MCA-SUPPORT
1935 P:      James Bottomley
1936 M:      [email protected]
1937 L:      [email protected]
1938 S:      Maintained
1939
1940 MODULE SUPPORT
1941 P:      Rusty Russell
1942 M:      [email protected]
1943 L:      [email protected]
1944 S:      Maintained
1945
1946 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1947 P:      Stelian Pop
1948 M:      [email protected]
1949 W:      http://popies.net/meye/
1950 S:      Maintained
1951
1952 MOUSE AND MISC DEVICES [GENERAL]
1953 P:      Alessandro Rubini
1954 M:      [email protected]
1955 L:      [email protected]
1956 S:      Maintained
1957
1958 MTRR AND SIMILAR SUPPORT [i386]
1959 P:      Richard Gooch
1960 M:      [email protected]
1961 L:      [email protected]
1962 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1963 S:      Maintained
1964
1965 MULTIMEDIA CARD (MMC) SUBSYSTEM
1966 P:      Russell King
1967 M:      [email protected]
1968 S:      Maintained
1969
1970 MULTISOUND SOUND DRIVER
1971 P:      Andrew Veliath
1972 M:      [email protected]
1973 S:      Maintained
1974
1975 NATSEMI ETHERNET DRIVER (DP8381x)
1976 P:      Tim Hockin
1977 M:      [email protected]
1978 S:      Maintained
1979
1980 NCP FILESYSTEM
1981 P:      Petr Vandrovec
1982 M:      [email protected]
1983 L:      [email protected]
1984 S:      Maintained
1985
1986 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1987 P:      James E.J. Bottomley
1988 M:      [email protected]
1989 L:      [email protected]
1990 S:      Maintained
1991
1992 NETEM NETWORK EMULATOR
1993 P:      Stephen Hemminger
1994 M:      [email protected]
1995 L:      [email protected]
1996 S:      Maintained
1997
1998 NETFILTER/IPTABLES/IPCHAINS
1999 P:      Rusty Russell
2000 P:      Marc Boucher
2001 P:      James Morris
2002 P:      Harald Welte
2003 P:      Jozsef Kadlecsik
2004 M:      [email protected]
2005 W:      http://www.netfilter.org/
2006 W:      http://www.iptables.org/
2007 L:      [email protected]
2008 L:      [email protected]
2009 S:      Supported
2010
2011 NETROM NETWORK LAYER
2012 P:      Ralf Baechle
2013 M:      [email protected]
2014 L:      [email protected]
2015 W:      http://www.linux-ax25.org/
2016 S:      Maintained
2017
2018 NETWORK BLOCK DEVICE
2019 P:      Paul Clements
2020 M:      [email protected]
2021 S:      Maintained
2022
2023 NETWORK DEVICE DRIVERS
2024 P:      Andrew Morton
2025 M:      [email protected]
2026 P:      Jeff Garzik
2027 M:      [email protected]
2028 L:      [email protected]
2029 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2030 S:      Maintained
2031
2032 NETWORKING [GENERAL]
2033 P:      Networking Team
2034 M:      [email protected]
2035 L:      [email protected]
2036 W:      http://linux-net.osdl.org/
2037 S:      Maintained
2038
2039 NETWORKING [IPv4/IPv6]
2040 P:      David S. Miller
2041 M:      [email protected]
2042 P:      Alexey Kuznetsov
2043 M:      [email protected]
2044 P:      Pekka Savola (ipv6)
2045 M:      [email protected]
2046 P:      James Morris
2047 M:      [email protected]
2048 P:      Hideaki YOSHIFUJI
2049 M:      [email protected]
2050 P:      Patrick McHardy
2051 M:      [email protected]
2052 L:      [email protected]
2053 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2054 S:      Maintained
2055
2056 NETWORKING [WIRELESS]
2057 P:      John W. Linville
2058 M:      [email protected]
2059 L:      [email protected]
2060 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2061 S:      Maintained
2062
2063 IPVS
2064 P:      Wensong Zhang
2065 M:      [email protected]
2066 P:      Simon Horman
2067 M:      [email protected]
2068 P:      Julian Anastasov
2069 M:      [email protected]
2070 L:      [email protected]
2071 S:      Maintained
2072
2073 NFS CLIENT
2074 P:      Trond Myklebust
2075 M:      [email protected]
2076 L:      [email protected]
2077 S:      Maintained
2078
2079 NI5010 NETWORK DRIVER
2080 P:      Jan-Pascal van Best
2081 M:      [email protected]
2082 P:      Andreas Mohr
2083 M:      [email protected]
2084 L:      [email protected]
2085 S:      Maintained
2086
2087 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2088 P:      YOKOTA Hiroshi
2089 M:      [email protected]
2090 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2091 S:      Maintained
2092
2093 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2094 P:      GOTO Masanori
2095 M:      [email protected]
2096 P:      YOKOTA Hiroshi
2097 M:      [email protected]
2098 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2099 S:      Maintained
2100
2101 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2102 P:      Eberhard Moenkeberg
2103 M:      [email protected]
2104 L:      [email protected]
2105 S:      Maintained
2106
2107 NTFS FILESYSTEM
2108 P:      Anton Altaparmakov
2109 M:      [email protected]
2110 L:      [email protected]
2111 L:      [email protected]
2112 W:      http://linux-ntfs.sf.net/
2113 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2114 S:      Maintained
2115
2116 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2117 P:      Antonino Daplas
2118 M:      [email protected]
2119 L:      [email protected]
2120 S:      Maintained
2121
2122 OPENCORES I2C BUS DRIVER
2123 P:      Peter Korsgaard
2124 M:      [email protected]
2125 L:      [email protected]
2126 S:      Maintained
2127
2128 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2129 P:      Mark Fasheh
2130 M:      [email protected]
2131 P:      Kurt Hackel
2132 M:      [email protected]
2133 L:      [email protected]
2134 W:      http://oss.oracle.com/projects/ocfs2/
2135 S:      Supported       
2136
2137 OLYMPIC NETWORK DRIVER
2138 P:      Peter De Shrijver
2139 M:      [email protected]
2140 P:      Mike Phillips
2141 M:      [email protected] 
2142 L:      [email protected]
2143 L:      [email protected]
2144 W:      http://www.linuxtr.net
2145 S:      Maintained
2146
2147 OMNIKEY CARDMAN 4000 DRIVER
2148 P:      Harald Welte
2149 M:      [email protected]
2150 S:      Maintained
2151
2152 OMNIKEY CARDMAN 4040 DRIVER
2153 P:      Harald Welte
2154 M:      [email protected]
2155 S:      Maintained
2156
2157 ONSTREAM SCSI TAPE DRIVER
2158 P:      Willem Riede
2159 M:      [email protected]
2160 L:      [email protected]
2161 L:      [email protected]
2162 S:      Maintained
2163
2164 OPL3-SA2, SA3, and SAx DRIVER
2165 P:      Zwane Mwaikambo
2166 M:      [email protected]
2167 L:      [email protected]
2168 S:      Maintained
2169
2170 OPROFILE
2171 P:      Philippe Elie
2172 M:      [email protected]
2173 L:      [email protected]
2174 S:      Maintained
2175
2176 ORINOCO DRIVER
2177 P:      Pavel Roskin
2178 M:      [email protected]
2179 P:      David Gibson
2180 M:      [email protected]
2181 L:      [email protected]
2182 L:      [email protected]
2183 W:      http://www.nongnu.org/orinoco/
2184 S:      Maintained
2185
2186 PARALLEL PORT SUPPORT
2187 P:      Phil Blundell
2188 M:      [email protected]
2189 P:      Tim Waugh
2190 M:      [email protected]
2191 P:      David Campbell
2192 P:      Andrea Arcangeli
2193 M:      [email protected]
2194 L:      [email protected]
2195 W:      http://people.redhat.com/twaugh/parport/
2196 S:      Maintained
2197
2198 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2199 P:      Tim Waugh
2200 M:      [email protected]
2201 L:      [email protected]
2202 W:      http://www.torque.net/linux-pp.html
2203 S:      Maintained
2204
2205 PARISC ARCHITECTURE
2206 P:      Matthew Wilcox
2207 M:      [email protected]
2208 P:      Grant Grundler
2209 M:      [email protected]
2210 P:      Kyle McMartin
2211 M:      [email protected]
2212 L:      [email protected]
2213 W:      http://www.parisc-linux.org/
2214 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2215 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2216 S:      Maintained
2217
2218 PCI ERROR RECOVERY
2219 P:      Linas Vepstas
2220 M:      [email protected]
2221 L:      [email protected]
2222 L:      [email protected]
2223 S:      Supported
2224
2225 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2226 P:      Thomas Sailer
2227 M:      [email protected]
2228 L:      [email protected]
2229 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2230 S:      Maintained
2231
2232 PCI SUBSYSTEM
2233 P:      Greg Kroah-Hartman
2234 M:      [email protected]
2235 L:      [email protected]
2236 L:      [email protected]
2237 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2238 S:      Supported
2239
2240 PCI HOTPLUG CORE
2241 P:      Greg Kroah-Hartman
2242 M:      [email protected]
2243 S:      Supported
2244
2245 PCI HOTPLUG COMPAQ DRIVER
2246 P:      Greg Kroah-Hartman
2247 M:      [email protected]
2248 S:      Maintained
2249
2250 PCIE HOTPLUG DRIVER
2251 P:      Kristen Carlson Accardi
2252 M:      [email protected]
2253 L:      [email protected]
2254 S:      Maintained
2255
2256 PCMCIA SUBSYSTEM
2257 P:      Linux PCMCIA Team
2258 L:      [email protected]
2259 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2260 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2261 S:      Maintained
2262
2263 PCNET32 NETWORK DRIVER
2264 P:      Thomas Bogendörfer
2265 M:      [email protected]
2266 L:      [email protected]
2267 S:      Maintained
2268
2269 PER-TASK DELAY ACCOUNTING
2270 P:      Shailabh Nagar
2271 M:      [email protected]
2272 L:      [email protected]
2273 S:      Maintained
2274
2275 PERSONALITY HANDLING
2276 P:      Christoph Hellwig
2277 M:      [email protected]
2278 L:      [email protected]
2279 S:      Maintained
2280
2281 PHRAM MTD DRIVER
2282 P:      Jörn Engel
2283 M:      [email protected]
2284 L:      [email protected]
2285 S:      Maintained
2286
2287 PKTCDVD DRIVER
2288 P:      Peter Osterlund
2289 M:      [email protected]
2290 L:      [email protected]
2291 S:      Maintained
2292
2293 POSIX CLOCKS and TIMERS
2294 P:      George Anzinger
2295 M:      [email protected]
2296 L:      [email protected]
2297 S:      Supported
2298
2299 POWERPC 4xx EMAC DRIVER
2300 P:      Eugene Surovegin
2301 M:      [email protected]
2302 W:      http://kernel.ebshome.net/emac/
2303 L:      [email protected]
2304 L:      [email protected]
2305 S:      Maintained
2306
2307 PNP SUPPORT
2308 P:      Adam Belay
2309 M:      [email protected]
2310 S:      Maintained
2311
2312 PPP PROTOCOL DRIVERS AND COMPRESSORS
2313 P:      Paul Mackerras
2314 M:      [email protected]
2315 L:      [email protected]
2316 S:      Maintained
2317
2318 PPP OVER ATM (RFC 2364)
2319 P:      Mitchell Blank Jr
2320 M:      [email protected]
2321 S:      Maintained
2322
2323 PPP OVER ETHERNET
2324 P:      Michal Ostrowski
2325 M:      [email protected]
2326 S:      Maintained
2327
2328 PREEMPTIBLE KERNEL
2329 P:      Robert Love
2330 M:      [email protected]
2331 L:      [email protected]
2332 L:      [email protected]
2333 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2334 S:      Supported
2335
2336 PRISM54 WIRELESS DRIVER
2337 P:      Prism54 Development Team
2338 M:      [email protected]
2339 L:      [email protected]
2340 W:      http://prism54.org
2341 S:      Maintained
2342
2343 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2344 P:      Peter Denison
2345 M:      [email protected]
2346 W:      http://www.pnd-pc.demon.co.uk/promise/
2347 S:      Maintained
2348
2349 PVRUSB2 VIDEO4LINUX DRIVER
2350 P:      Mike Isely
2351 M:      [email protected]
2352 L:      [email protected]
2353 L:      [email protected]
2354 W:      http://www.isely.net/pvrusb2/
2355 S:      Maintained
2356
2357 PXA2xx SUPPORT
2358 P:      Nicolas Pitre
2359 M:      [email protected]
2360 L:      [email protected] (subscribers-only)
2361 S:      Maintained
2362
2363 QLOGIC QLA2XXX FC-SCSI DRIVER
2364 P:      Andrew Vasquez
2365 M:      [email protected]
2366 L:      [email protected]
2367 S:      Supported
2368
2369 QLOGIC QLA3XXX NETWORK DRIVER
2370 P:      Ron Mercer
2371 M:      [email protected]
2372 L:      [email protected]
2373 S:      Supported
2374
2375 QNX4 FILESYSTEM
2376 P:      Anders Larsen
2377 M:      [email protected]
2378 L:      [email protected]
2379 W:      http://www.alarsen.net/linux/qnx4fs/
2380 S:      Maintained
2381
2382 RADEON FRAMEBUFFER DISPLAY DRIVER
2383 P:      Benjamin Herrenschmidt
2384 M:      [email protected]
2385 L:      [email protected]
2386 S:      Maintained
2387
2388 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2389 P:      Paul Mackerras
2390 M:      [email protected]
2391 L:      [email protected]
2392 S:      Maintained
2393
2394 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2395 P:      Corey Thomas
2396 M:      [email protected]
2397 L:      [email protected]
2398 S:      Maintained
2399
2400 RANDOM NUMBER DRIVER
2401 P:      Matt Mackall
2402 M:      [email protected]
2403 S:      Maintained
2404
2405 RAPIDIO SUBSYSTEM
2406 P:      Matt Porter
2407 M:      [email protected]
2408 L:      [email protected]
2409 S:      Maintained
2410
2411 REAL TIME CLOCK DRIVER
2412 P:      Paul Gortmaker
2413 M:      [email protected]
2414 L:      [email protected]
2415 S:      Maintained
2416
2417 REAL TIME CLOCK (RTC) SUBSYSTEM
2418 P:      Alessandro Zummo
2419 M:      [email protected]
2420 L:      [email protected]
2421 S:      Maintained
2422
2423 REISERFS FILE SYSTEM
2424 P:      Hans Reiser
2425 M:      [email protected]
2426 L:      [email protected]
2427 W:      http://www.namesys.com
2428 S:      Supported
2429
2430 ROCKETPORT DRIVER
2431 P:      Comtrol Corp.
2432 W:      http://www.comtrol.com
2433 S:      Maintained
2434
2435 ROSE NETWORK LAYER
2436 P:      Ralf Baechle
2437 M:      [email protected]
2438 L:      [email protected]
2439 W:      http://www.linux-ax25.org/
2440 S:      Maintained
2441
2442 RISCOM8 DRIVER
2443 S:      Orphan
2444
2445 S3 SAVAGE FRAMEBUFFER DRIVER
2446 P:      Antonino Daplas
2447 M:      [email protected]
2448 L:      [email protected]
2449 S:      Maintained
2450
2451 S390
2452 P:      Martin Schwidefsky
2453 M:      [email protected]
2454 M:      [email protected]
2455 L:      [email protected]
2456 W:      http://www.ibm.com/developerworks/linux/linux390/
2457 S:      Supported
2458
2459 S390 NETWORK DRIVERS
2460 P:      Frank Pavlic
2461 M:      [email protected]
2462 M:      [email protected]
2463 L:      [email protected]
2464 W:      http://www.ibm.com/developerworks/linux/linux390/
2465 S:      Supported
2466
2467 S390 ZFCP DRIVER
2468 P:      Andreas Herrmann
2469 M:      [email protected]
2470 M:      [email protected]
2471 L:      [email protected]
2472 W:      http://www.ibm.com/developerworks/linux/linux390/
2473 S:      Supported
2474
2475 SAA7146 VIDEO4LINUX-2 DRIVER
2476 P:      Michael Hunold
2477 M:      [email protected]
2478 W:      http://www.mihu.de/linux/saa7146
2479 S:      Maintained
2480
2481 SBPCD CDROM DRIVER
2482 P:      Eberhard Moenkeberg
2483 M:      [email protected]
2484 L:      [email protected]
2485 S:      Maintained
2486
2487 SC1200 WDT DRIVER
2488 P:      Zwane Mwaikambo
2489 M:      [email protected]
2490 S:      Maintained
2491
2492 SCHEDULER
2493 P:      Ingo Molnar
2494 M:      [email protected]
2495 P:      Robert Love    [the preemptible kernel bits]
2496 M:      [email protected]
2497 L:      [email protected]
2498 S:      Maintained
2499
2500 SCSI CDROM DRIVER
2501 P:      Jens Axboe
2502 M:      [email protected]
2503 L:      [email protected]
2504 W:      http://www.kernel.dk
2505 S:      Maintained
2506
2507 SCSI SG DRIVER
2508 P:      Doug Gilbert
2509 M:      [email protected]
2510 L:      [email protected]
2511 W:      http://www.torque.net/sg
2512 S:      Maintained
2513
2514 SCSI SUBSYSTEM
2515 P:      James E.J. Bottomley
2516 M:      [email protected]
2517 L:      [email protected]
2518 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2519 S:      Maintained
2520
2521 SCSI TAPE DRIVER
2522 P:      Kai Mäkisara
2523 M:      [email protected]
2524 L:      [email protected]
2525 S:      Maintained
2526
2527 SCTP PROTOCOL
2528 P: Sridhar Samudrala
2529 M: [email protected]
2530 L: [email protected]
2531 S: Supported
2532
2533 SCx200 CPU SUPPORT
2534 P:      Christer Weinigel
2535 M:      [email protected]
2536 W:      http://www.weinigel.se
2537 S:      Supported
2538
2539 SECURITY CONTACT
2540 P:      Security Officers
2541 M:      [email protected]
2542 S:      Supported
2543
2544 SELINUX SECURITY MODULE
2545 P:      Stephen Smalley
2546 M:      [email protected]
2547 P:      James Morris
2548 M:      [email protected]
2549 L:      [email protected] (kernel issues)
2550 L:      [email protected] (general discussion)
2551 W:      http://www.nsa.gov/selinux
2552 S:      Supported
2553
2554 SERIAL ATA (SATA) SUBSYSTEM:
2555 P:      Jeff Garzik
2556 M:      [email protected]
2557 L:      [email protected]
2558 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2559 S:      Supported
2560
2561 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2562 P:      Pat Gefre
2563 M:      [email protected]
2564 L:      [email protected]
2565 S:      Supported
2566
2567 SGI VISUAL WORKSTATION 320 AND 540
2568 P:      Andrey Panin
2569 M:      [email protected]
2570 L:      [email protected]
2571 W:      http://linux-visws.sf.net
2572 S:      Maintained for 2.6.
2573
2574 SIMTEC EB110ATX (Chalice CATS)
2575 P:      Ben Dooks
2576 P:      Vincent Sanders
2577 M:      [email protected]
2578 W:      http://www.simtec.co.uk/products/EB110ATX/
2579 S:      Supported
2580
2581 SIMTEC EB2410ITX (BAST)
2582 P:      Ben Dooks
2583 P:      Vincent Sanders
2584 M:      [email protected]
2585 W:      http://www.simtec.co.uk/products/EB2410ITX/
2586 S:      Supported
2587
2588 SIS 190 ETHERNET DRIVER
2589 P:      Francois Romieu
2590 M:      [email protected]
2591 L:      [email protected]
2592 S:      Maintained
2593
2594 SIS 5513 IDE CONTROLLER DRIVER
2595 P:      Lionel Bouton
2596 M:      [email protected]
2597 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2598 W:      http://gyver.homeip.net/sis5513/index.html
2599 S:      Maintained
2600
2601 SIS 900/7016 FAST ETHERNET DRIVER
2602 P:      Daniele Venzano
2603 M:      [email protected]
2604 W:      http://www.brownhat.org/sis900.html
2605 L:      [email protected]
2606 S:      Maintained
2607
2608 SIS FRAMEBUFFER DRIVER
2609 P:      Thomas Winischhofer
2610 M:      [email protected]
2611 W:      http://www.winischhofer.net/linuxsisvga.shtml
2612 S:      Maintained      
2613
2614 SIS USB2VGA DRIVER
2615 P:      Thomas Winischhofer
2616 M:      [email protected]
2617 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2618 S:      Maintained
2619
2620 SMC91x ETHERNET DRIVER
2621 P:      Nicolas Pitre
2622 M:      [email protected]
2623 S:      Maintained
2624
2625 SOFTMAC LAYER (IEEE 802.11)
2626 P:      Johannes Berg
2627 M:      [email protected]
2628 P:      Joe Jezak
2629 M:      [email protected]
2630 P:      Daniel Drake
2631 M:      [email protected]
2632 W:      http://softmac.sipsolutions.net/
2633 L:      [email protected]
2634 L:      [email protected]
2635 S:      Maintained
2636
2637 SOFTWARE RAID (Multiple Disks) SUPPORT
2638 P:      Ingo Molnar
2639 M:      [email protected]
2640 P:      Neil Brown
2641 M:      [email protected]
2642 L:      [email protected]
2643 S:      Maintained
2644
2645 SOFTWARE SUSPEND:
2646 P:      Pavel Machek
2647 M:      [email protected]
2648 L:      [email protected]
2649 S:      Maintained
2650
2651 SONIC NETWORK DRIVER
2652 P:      Thomas Bogendoerfer
2653 M:      [email protected]
2654 L:      [email protected]
2655 S:      Maintained
2656
2657 SONY VAIO CONTROL DEVICE DRIVER
2658 P:      Stelian Pop
2659 M:      [email protected]
2660 W:      http://popies.net/sonypi/
2661 S:      Maintained
2662
2663 SOUND
2664 P:      Jaroslav Kysela
2665 M:      [email protected]
2666 L:      [email protected]
2667 S:      Maintained
2668
2669 SPI SUBSYSTEM
2670 P:      David Brownell
2671 M:      [email protected]
2672 L:      [email protected]
2673 S:      Maintained
2674
2675 STABLE BRANCH:
2676 P:      Greg Kroah-Hartman
2677 M:      [email protected]
2678 P:      Chris Wright
2679 M:      [email protected]
2680 L:      [email protected]
2681 S:      Maintained
2682
2683 STABLE BRANCH:
2684 P:      Greg Kroah-Hartman
2685 M:      [email protected]
2686 P:      Chris Wright
2687 M:      [email protected]
2688 L:      [email protected]
2689 S:      Maintained
2690
2691 TPM DEVICE DRIVER
2692 P:      Kylene Hall
2693 M:      [email protected]
2694 W:      http://tpmdd.sourceforge.net
2695 L:      [email protected]
2696 S:      Maintained
2697
2698 Telecom Clock Driver for MCPL0010
2699 P: Mark Gross
2700 M: [email protected]
2701 S: Supported
2702
2703 TENSILICA XTENSA PORT (xtensa):
2704 P:      Chris Zankel
2705 M:      [email protected]
2706 S:      Maintained
2707
2708 UltraSPARC (sparc64):
2709 P:      David S. Miller
2710 M:      [email protected]
2711 P:      Eddie C. Dost
2712 M:      [email protected]
2713 P:      Jakub Jelinek
2714 M:      [email protected]
2715 P:      Anton Blanchard
2716 M:      [email protected]
2717 L:      [email protected]
2718 L:      [email protected]
2719 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2720 S:      Maintained
2721
2722 SHARP LH SUPPORT (LH7952X & LH7A40X)
2723 P:      Marc Singer
2724 M:      [email protected]
2725 W:      http://projects.buici.com/arm
2726 L:      [email protected] (subscribers-only)
2727 S:      Maintained
2728
2729 SHPC HOTPLUG DRIVER
2730 P:      Kristen Carlson Accardi
2731 M:      [email protected]
2732 L:      [email protected]
2733 S:      Maintained
2734
2735 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2736 P:      Pierre Ossman
2737 M:      [email protected]
2738 L:      [email protected]
2739 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2740 S:      Maintained
2741
2742 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2743 P:      Stephen Hemminger
2744 M:      [email protected]
2745 L:      [email protected]
2746 S:      Maintained
2747
2748 SOEKRIS NET48XX LED SUPPORT
2749 P:      Chris Boot
2750 M:      [email protected]
2751 S:      Maintained
2752
2753 SPARC (sparc32):
2754 P:      William L. Irwin
2755 M:      [email protected]
2756 L:      [email protected]
2757 S:      Maintained
2758
2759 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2760 P:      Roger Wolff
2761 M:      [email protected]
2762 L:      [email protected] ?
2763 S:      Supported
2764
2765 SRM (Alpha) environment access
2766 P:      Jan-Benedict Glaw
2767 M:      [email protected]
2768 L:      [email protected]
2769 S:      Maintained
2770
2771 STARFIRE/DURALAN NETWORK DRIVER
2772 P:      Ion Badulescu
2773 M:      [email protected]
2774 S:      Maintained
2775
2776 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2777 W:      http://mosquitonet.Stanford.EDU/strip.html
2778 S:      Unsupported ?
2779
2780 STRADIS MPEG-2 DECODER DRIVER
2781 P:      Nathan Laredo
2782 M:      [email protected]
2783 W:      http://www.stradis.com/
2784 S:      Maintained
2785
2786 SUPERH (sh)
2787 P:      Paul Mundt
2788 M:      [email protected]
2789 P:      Kazumoto Kojima
2790 M:      [email protected]
2791 L:      [email protected]
2792 W:      http://www.linux-sh.org
2793 W:      http://www.m17n.org/linux-sh/
2794 W:      http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2795 S:      Maintained
2796
2797 SUPERH64 (sh64)
2798 P:      Paul Mundt
2799 M:      [email protected]
2800 P:      Richard Curnow
2801 M:      [email protected]
2802 L:      [email protected]
2803 W:      http://www.linux-sh.org
2804 W:      http://www.rc0.org.uk/sh64
2805 S:      Maintained
2806
2807 SUN3/3X
2808 P:      Sam Creasey
2809 M:      [email protected]
2810 L:      [email protected]
2811 W:      http://sammy.net/sun3/
2812 S:      Maintained
2813
2814 SVGA HANDLING
2815 P:      Martin Mares
2816 M:      [email protected]
2817 L:      [email protected]
2818 S:      Maintained
2819
2820 SYSV FILESYSTEM
2821 P:      Christoph Hellwig
2822 M:      [email protected]
2823 S:      Maintained
2824
2825 TC CLASSIFIER
2826 P:      Jamal Hadi Salim
2827 M:      [email protected]
2828 L:      [email protected]
2829 S:      Maintained
2830
2831 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2832 P:      Deepak Saxena
2833 M:      [email protected]
2834 S:      Maintained
2835
2836 TASKSTATS STATISTICS INTERFACE
2837 P:      Shailabh Nagar
2838 M:      [email protected]
2839 L:      [email protected]
2840 S:      Maintained
2841
2842 TI PARALLEL LINK CABLE DRIVER
2843 P:     Romain Lievin
2844 M:     [email protected]
2845 S:     Maintained
2846
2847 TIPC NETWORK LAYER
2848 P:      Per Liden
2849 M:      [email protected]
2850 P:      Jon Maloy
2851 M:      [email protected]
2852 P:      Allan Stephens
2853 M:      [email protected]
2854 L:      [email protected]
2855 W:      http://tipc.sourceforge.net/
2856 W:      http://tipc.cslab.ericsson.net/
2857 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2858 S:      Maintained
2859
2860 TLAN NETWORK DRIVER
2861 P:      Samuel Chessman
2862 M:      [email protected]
2863 L:      [email protected]
2864 W:      http://sourceforge.net/projects/tlan/
2865 S:      Maintained
2866
2867 TOKEN-RING NETWORK DRIVER
2868 P:      Mike Phillips
2869 M:      [email protected]
2870 L:      [email protected]
2871 L:      [email protected]
2872 W:      http://www.linuxtr.net
2873 S:      Maintained
2874
2875 TOSHIBA ACPI EXTRAS DRIVER
2876 P:      John Belmonte
2877 M:      [email protected]
2878 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2879 S:      Maintained
2880
2881 TOSHIBA SMM DRIVER
2882 P:      Jonathan Buzzard
2883 M:      [email protected]
2884 L:      [email protected]
2885 W:      http://www.buzzard.org.uk/toshiba/
2886 S:      Maintained
2887
2888 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2889 P:      Muli Ben-Yehuda
2890 M:      [email protected]
2891 L:      [email protected]
2892 S:      Maintained
2893
2894 TRIVIAL PATCHES
2895 P:      Adrian Bunk
2896 M:      [email protected]
2897 L:      [email protected]
2898 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2899 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2900 S:      Maintained
2901
2902 TMS380 TOKEN-RING NETWORK DRIVER
2903 P:      Adam Fritzler
2904 M:      [email protected]
2905 L:      [email protected]
2906 W:      http://www.auk.cx/tms380tr/
2907 S:      Maintained
2908
2909 TULIP NETWORK DRIVER
2910 P:      Jeff Garzik
2911 M:      [email protected]
2912 L:      [email protected]
2913 W:      http://sourceforge.net/projects/tulip/
2914 S:      Maintained
2915
2916 TUN/TAP driver
2917 P:      Maxim Krasnyansky
2918 M:      [email protected]
2919 L:      [email protected]
2920 W:      http://vtun.sourceforge.net/tun
2921 S:      Maintained
2922
2923 U14-34F SCSI DRIVER
2924 P:      Dario Ballabio
2925 M:      [email protected]
2926 L:      [email protected]
2927 S:      Maintained
2928
2929 UDF FILESYSTEM
2930 P:      Ben Fennema
2931 M:      [email protected]
2932 W:      http://linux-udf.sourceforge.net
2933 S:      Maintained
2934
2935 UNIFORM CDROM DRIVER
2936 P:      Jens Axboe
2937 M:      [email protected]
2938 L:      [email protected]
2939 W:      http://www.kernel.dk
2940 S:      Maintained
2941
2942 USB ACM DRIVER
2943 P:      Oliver Neukum
2944 M:      [email protected]
2945 L:      [email protected]
2946 L:      [email protected]
2947 S:      Maintained
2948
2949 USB BLOCK DRIVER (UB ub)
2950 P:      Pete Zaitcev
2951 M:      [email protected]
2952 L:      [email protected]
2953 L:      [email protected]
2954 S:      Supported
2955
2956 USB CDC ETHERNET DRIVER
2957 P:      Greg Kroah-Hartman
2958 M:      [email protected]
2959 L:      [email protected]
2960 L:      [email protected]
2961 S:      Maintained
2962 W:      http://www.kroah.com/linux-usb/
2963
2964 USB EHCI DRIVER
2965 P:      David Brownell
2966 M:      [email protected]
2967 L:      [email protected]
2968 S:      Maintained
2969
2970 USB ET61X[12]51 DRIVER
2971 P:      Luca Risolia
2972 M:      [email protected]
2973 L:      [email protected]
2974 L:      [email protected]
2975 W:      http://www.linux-projects.org
2976 S:      Maintained
2977
2978 USB HID/HIDBP DRIVERS
2979 P:      Vojtech Pavlik
2980 M:      [email protected]
2981 L:      [email protected]
2982 L:      [email protected]
2983 S:      Maintained
2984
2985 USB HUB DRIVER
2986 P:      Johannes Erdfelt
2987 M:      [email protected]
2988 L:      [email protected]
2989 L:      [email protected]
2990 S:      Maintained
2991
2992 USB ISP116X DRIVER
2993 P:      Olav Kongas
2994 M:      [email protected]
2995 L:      [email protected]
2996 S:      Maintained
2997
2998 USB KAWASAKI LSI DRIVER
2999 P:      Oliver Neukum
3000 M:      [email protected]
3001 L:      [email protected]
3002 L:      [email protected]
3003 S:      Maintained
3004
3005 USB MASS STORAGE DRIVER
3006 P:      Matthew Dharm
3007 M:      [email protected]
3008 L:      [email protected]
3009 L:      [email protected]
3010 S:      Maintained
3011 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3012
3013 USB OHCI DRIVER
3014 P:      Roman Weissgaerber
3015 M:      [email protected]
3016 L:      [email protected]
3017 L:      [email protected]
3018 S:      Maintained
3019
3020 USB OPTION-CARD DRIVER
3021 P:      Matthias Urlichs
3022 M:      [email protected]
3023 L:      [email protected]
3024 S:      Maintained
3025
3026 USB OV511 DRIVER
3027 P:      Mark McClelland
3028 M:      [email protected]
3029 L:      [email protected]
3030 L:      [email protected]
3031 W:      http://alpha.dyndns.org/ov511/
3032 S:      Maintained
3033
3034 USB PEGASUS DRIVER
3035 P:      Petko Manolov
3036 M:      [email protected]
3037 L:      [email protected]
3038 L:      [email protected]
3039 W:      http://pegasus2.sourceforge.net/
3040 S:      Maintained
3041
3042 USB PRINTER DRIVER
3043 P:      Vojtech Pavlik
3044 M:      [email protected]
3045 L:      [email protected]
3046 L:      [email protected]
3047 S:      Maintained
3048
3049 USB RTL8150 DRIVER
3050 P:      Petko Manolov
3051 M:      [email protected]
3052 L:      [email protected]
3053 L:      [email protected]
3054 W:      http://pegasus2.sourceforge.net/
3055 S:      Maintained
3056
3057 USB SE401 DRIVER
3058 P:      Jeroen Vreeken
3059 M:      [email protected]
3060 L:      [email protected]
3061 L:      [email protected]
3062 W:      http://www.chello.nl/~j.vreeken/se401/
3063 S:      Maintained
3064
3065 USB SERIAL CYBERJACK DRIVER
3066 P:      Matthias Bruestle and Harald Welte
3067 M:      [email protected]
3068 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3069 S:      Maintained
3070
3071 USB SERIAL DIGI ACCELEPORT DRIVER
3072 P:      Peter Berger and Al Borchers
3073 M:      [email protected]
3074 M:      [email protected]
3075 L:      [email protected]
3076 L:      [email protected]
3077 S:      Maintained
3078
3079 USB SERIAL DRIVER
3080 P:      Greg Kroah-Hartman
3081 M:      [email protected]
3082 L:      [email protected]
3083 L:      [email protected]
3084 S:      Supported
3085
3086 USB SERIAL BELKIN F5U103 DRIVER
3087 P:      William Greathouse
3088 M:      [email protected]
3089 L:      [email protected]
3090 L:      [email protected]
3091 S:      Maintained
3092
3093 USB SERIAL CYPRESS M8 DRIVER
3094 P:      Lonnie Mendez
3095 M:      [email protected]
3096 L:      [email protected]
3097 L:      [email protected]
3098 S:      Maintained
3099 W:      http://geocities.com/i0xox0i
3100 W:      http://firstlight.net/cvs
3101
3102 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3103 L:      [email protected]
3104 L:      [email protected]
3105 S:      Maintained
3106
3107 USB AUERSWALD DRIVER
3108 P:      Wolfgang Muees
3109 M:      [email protected]
3110 L:      [email protected]
3111 L:      [email protected]
3112 S:      Maintained
3113
3114 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3115 P:      Gary Brubaker
3116 M:      [email protected]
3117 L:      [email protected]
3118 L:      [email protected]
3119 S:      Maintained
3120
3121 USB SERIAL KEYSPAN DRIVER
3122 P:      Greg Kroah-Hartman
3123 M:      [email protected]
3124 L:      [email protected]
3125 L:      [email protected]
3126 W:      http://www.kroah.com/linux/
3127 S:      Maintained
3128
3129 USB SERIAL WHITEHEAT DRIVER
3130 P:      Stuart MacDonald
3131 M:      [email protected]
3132 L:      [email protected]
3133 L:      [email protected]
3134 W:      http://www.connecttech.com
3135 S:      Supported
3136
3137 USB SN9C10x DRIVER
3138 P:      Luca Risolia
3139 M:      [email protected]
3140 L:      [email protected]
3141 L:      [email protected]
3142 W:      http://www.linux-projects.org
3143 S:      Maintained
3144
3145 USB SUBSYSTEM
3146 P:      Greg Kroah-Hartman
3147 M:      [email protected]
3148 L:      [email protected]
3149 L:      [email protected]
3150 W:      http://www.linux-usb.org
3151 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3152 S:      Supported
3153
3154 USB UHCI DRIVER
3155 P:      Alan Stern
3156 M:      [email protected]
3157 L:      [email protected]
3158 L:      [email protected]
3159 S:      Maintained
3160
3161 USB "USBNET" DRIVER
3162 P:      David Brownell
3163 M:      [email protected]
3164 L:      [email protected]
3165 S:      Maintained
3166
3167 USB W996[87]CF DRIVER
3168 P:      Luca Risolia
3169 M:      [email protected]
3170 L:      [email protected]
3171 L:      [email protected]
3172 W:      http://www.linux-projects.org
3173 S:      Maintained
3174
3175 USB ZC0301 DRIVER
3176 P:      Luca Risolia
3177 M:      [email protected]
3178 L:      [email protected]
3179 L:      [email protected]
3180 W:      http://www.linux-projects.org
3181 S:      Maintained
3182
3183 USB ZD1201 DRIVER
3184 P:      Jeroen Vreeken
3185 M:      [email protected]
3186 L:      [email protected]
3187 L:      [email protected]
3188 W:      http://linux-lc100020.sourceforge.net
3189 S:      Maintained
3190
3191 USER-MODE LINUX
3192 P:      Jeff Dike
3193 M:      [email protected]
3194 L:      [email protected]
3195 L:      [email protected]
3196 W:      http://user-mode-linux.sourceforge.net
3197 S:      Maintained
3198         
3199 FAT/VFAT/MSDOS FILESYSTEM:
3200 P:      OGAWA Hirofumi
3201 M:      [email protected]
3202 L:      [email protected]
3203 S:      Maintained
3204
3205 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3206 P:      Jeff Garzik
3207 S:      Odd fixes
3208
3209 VIA RHINE NETWORK DRIVER
3210 P:      Roger Luethi
3211 M:      [email protected]
3212 S:      Maintained
3213
3214 VIAPRO SMBUS DRIVER
3215 P:      Jean Delvare
3216 M:      [email protected]
3217 L:      [email protected]
3218 S:      Maintained
3219
3220 UCLINUX (AND M68KNOMMU)
3221 P:      Greg Ungerer
3222 M:      [email protected]
3223 W:      http://www.uclinux.org/
3224 L:      [email protected]  (subscribers-only)
3225 S:      Maintained
3226
3227 UCLINUX FOR NEC V850
3228 P:      Miles Bader
3229 M:      [email protected]
3230 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3231 W:      http://www.ee.nec.de/uclinux/
3232 S:      Supported
3233
3234 UCLINUX FOR RENESAS H8/300
3235 P:      Yoshinori Sato
3236 M:      [email protected]
3237 W:      http://uclinux-h8.sourceforge.jp/
3238 S:      Supported
3239
3240 USB DIAMOND RIO500 DRIVER
3241 P:      Cesar Miquel
3242 M:      [email protected]
3243 L:      [email protected]
3244 W:      http://rio500.sourceforge.net
3245 S:      Maintained
3246
3247 VIDEO FOR LINUX
3248 P:      Mauro Carvalho Chehab
3249 M:      [email protected]
3250 M:      [email protected]
3251 L:      [email protected]
3252 W:      http://linuxtv.org
3253 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3254 S:      Maintained
3255
3256 VT8231 HARDWARE MONITOR DRIVER
3257 P:      Roger Lucas
3258 M:      [email protected]
3259 L:      [email protected]
3260 S:      Maintained
3261
3262 W1 DALLAS'S 1-WIRE BUS
3263 P:      Evgeniy Polyakov
3264 M:      [email protected]
3265 S:      Maintained
3266
3267 W83791D HARDWARE MONITORING DRIVER
3268 P:      Charles Spirakis
3269 M:      [email protected]
3270 L:      [email protected]
3271 S:      Maintained
3272
3273 W83L51xD SD/MMC CARD INTERFACE DRIVER
3274 P:      Pierre Ossman
3275 M:      [email protected]
3276 L:      [email protected]
3277 W:      http://projects.drzeus.cx/wbsd
3278 S:      Maintained
3279
3280 WATCHDOG DEVICE DRIVERS
3281 P:      Wim Van Sebroeck
3282 M:      [email protected]
3283 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3284 S:      Maintained
3285
3286 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3287 P:      Jean Tourrilhes
3288 M:      [email protected]
3289 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3290 S:      Maintained
3291
3292 WD7000 SCSI DRIVER
3293 P:      Miroslav Zagorac
3294 M:      [email protected]
3295 L:      [email protected]
3296 S:      Maintained
3297
3298 WISTRON LAPTOP BUTTON DRIVER
3299 P:      Miloslav Trmac
3300 M:      [email protected]
3301 S:      Maintained
3302
3303 WL3501 WIRELESS PCMCIA CARD DRIVER
3304 P:      Arnaldo Carvalho de Melo
3305 M:      [email protected]
3306 W:      http://advogato.org/person/acme
3307 S:      Maintained
3308
3309 X.25 NETWORK LAYER
3310 P:      Henner Eisen
3311 M:      [email protected]
3312 L:      [email protected]
3313 S:      Maintained
3314
3315 XFS FILESYSTEM
3316 P:      Silicon Graphics Inc
3317 P:      Tim Shimmin, David Chatterton
3318 M:      [email protected]
3319 L:      [email protected]
3320 W:      http://oss.sgi.com/projects/xfs
3321 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6
3322 S:      Supported
3323
3324 X86 3-LEVEL PAGING (PAE) SUPPORT
3325 P:      Ingo Molnar
3326 M:      [email protected]
3327 S:      Maintained
3328
3329 X86-64 port
3330 P:      Andi Kleen
3331 M:      [email protected]
3332 L:      [email protected]
3333 W:      http://www.x86-64.org
3334 S:      Maintained
3335
3336 YAM DRIVER FOR AX.25
3337 P:      Jean-Paul Roubelat
3338 M:      [email protected]
3339 L:      [email protected]
3340 S:      Maintained
3341
3342 YEALINK PHONE DRIVER
3343 P:      Henk Vergonet
3344 M:      [email protected]
3345 L:      [email protected]
3346 S:      Maintained
3347
3348 YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3349 P:      Pete Zaitcev
3350 M:      [email protected]
3351 L:      [email protected]
3352 S:      Obsolete
3353
3354 Z8530 DRIVER FOR AX.25
3355 P:      Joerg Reuter
3356 M:      [email protected]
3357 W:      http://yaina.de/jreuter/
3358 W:      http://www.qsl.net/dl1bke/
3359 L:      [email protected]
3360 S:      Maintained
3361
3362 ZD1211RW WIRELESS DRIVER
3363 P:      Daniel Drake
3364 M:      [email protected]
3365 P:      Ulrich Kunitz
3366 M:      [email protected]
3367 W:      http://zd1211.ath.cx/wiki/DriverRewrite
3368 L:      [email protected] (subscribers-only)
3369 S:      Maintained
3370
3371 ZF MACHZ WATCHDOG
3372 P:      Fernando Fuganti
3373 M:      [email protected]
3374 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3375 S:      Maintained
3376
3377 ZR36067 VIDEO FOR LINUX DRIVER
3378 P:      Ronald Bultje
3379 M:      [email protected]
3380 L:      [email protected]
3381 W:      http://mjpeg.sourceforge.net/driver-zoran/
3382 S:      Maintained
3383
3384 ZR36120 VIDEO FOR LINUX DRIVER
3385 P:      Pauline Middelink
3386 M:      [email protected]
3387 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3388 W:      http://www.polyware.nl/~middelin/hobbies.html
3389 S:      Maintained
3390
3391 THE REST
3392 P:      Linus Torvalds
3393 S:      Buried alive in reporters
This page took 0.218167 seconds and 4 git commands to generate.