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