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