]> Git Repo - linux.git/blob - MAINTAINERS
Fix typos in Documentation/: 'B'-'C'
[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 AVR32 ARCHITECTURE
447 P:      Atmel AVR32 Support Team
448 M:      [email protected]
449 P:      Haavard Skinnemoen
450 M:      [email protected]
451 W:      http://www.atmel.com/products/AVR32/
452 W:      http://avr32linux.org/
453 W:      http://avrfreaks.net/
454 S:      Supported
455
456 AVR32/AT32AP MACHINE SUPPORT
457 P:      Atmel AVR32 Support Team
458 M:      [email protected]
459 P:      Haavard Skinnemoen
460 M:      [email protected]
461 S:      Supported
462
463 AX.25 NETWORK LAYER
464 P:      Ralf Baechle
465 M:      [email protected]
466 L:      [email protected]
467 W:      http://www.linux-ax25.org/
468 S:      Maintained
469
470 BAYCOM/HDLCDRV DRIVERS FOR AX.25
471 P:      Thomas Sailer
472 M:      [email protected]
473 L:      [email protected]
474 W:      http://www.baycom.org/~tom/ham/ham.html
475 S:      Maintained
476
477 BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
478 P:      Larry Finger
479 M:      [email protected]
480 P:      Stefano Brivio
481 M:      [email protected]
482 W:      http://bcm43xx.berlios.de/
483 S:      Maintained
484
485 BEFS FILE SYSTEM
486 P:      Sergey S. Kostyliov
487 M:      [email protected]
488 L:      [email protected]
489 S:      Maintained
490
491 BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
492 P:      Kenji Hollis
493 W:      http://ftp.bitgate.com/pcwd/
494 S:      Maintained
495
496 BFS FILE SYSTEM
497 P:      Tigran A. Aivazian
498 M:      [email protected]
499 L:      [email protected]
500 S:      Maintained
501
502 BLOCK LAYER
503 P:      Jens Axboe
504 M:      [email protected]
505 L:      [email protected]
506 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
507 S:      Maintained
508
509 BLUETOOTH SUBSYSTEM
510 P:      Marcel Holtmann
511 M:      [email protected]
512 P:      Maxim Krasnyansky
513 M:      [email protected]
514 L:      [email protected]
515 W:      http://bluez.sf.net
516 W:      http://www.bluez.org
517 W:      http://www.holtmann.org/linux/bluetooth/
518 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
519 S:      Maintained
520
521 BLUETOOTH RFCOMM LAYER
522 P:      Marcel Holtmann
523 M:      [email protected]
524 P:      Maxim Krasnyansky
525 M:      [email protected]
526 S:      Maintained
527
528 BLUETOOTH BNEP LAYER
529 P:      Marcel Holtmann
530 M:      [email protected]
531 P:      Maxim Krasnyansky
532 M:      [email protected]
533 S:      Maintained
534
535 BLUETOOTH CMTP LAYER
536 P:      Marcel Holtmann
537 M:      [email protected]
538 S:      Maintained
539
540 BLUETOOTH HIDP LAYER
541 P:      Marcel Holtmann
542 M:      [email protected]
543 S:      Maintained
544
545 BLUETOOTH HCI UART DRIVER
546 P:      Marcel Holtmann
547 M:      [email protected]
548 P:      Maxim Krasnyansky
549 M:      [email protected]
550 S:      Maintained
551
552 BLUETOOTH HCI USB DRIVER
553 P:      Marcel Holtmann
554 M:      [email protected]
555 P:      Maxim Krasnyansky
556 M:      [email protected]
557 S:      Maintained
558
559 BLUETOOTH HCI BCM203X DRIVER
560 P:      Marcel Holtmann
561 M:      [email protected]
562 S:      Maintained
563
564 BLUETOOTH HCI BPA10X DRIVER
565 P:      Marcel Holtmann
566 M:      [email protected]
567 S:      Maintained
568
569 BLUETOOTH HCI BFUSB DRIVER
570 P:      Marcel Holtmann
571 M:      [email protected]
572 S:      Maintained
573
574 BLUETOOTH HCI DTL1 DRIVER
575 P:      Marcel Holtmann
576 M:      [email protected]
577 S:      Maintained
578
579 BLUETOOTH HCI BLUECARD DRIVER
580 P:      Marcel Holtmann
581 M:      [email protected]
582 S:      Maintained
583
584 BLUETOOTH HCI BT3C DRIVER
585 P:      Marcel Holtmann
586 M:      [email protected]
587 S:      Maintained
588
589 BLUETOOTH HCI BTUART DRIVER
590 P:      Marcel Holtmann
591 M:      [email protected]
592 S:      Maintained
593
594 BLUETOOTH HCI VHCI DRIVER
595 P:      Maxim Krasnyansky
596 M:      [email protected]
597 S:      Maintained
598
599 BONDING DRIVER
600 P:   Chad Tindel
601 M:   [email protected]
602 P:   Jay Vosburgh
603 M:   [email protected]
604 L:   [email protected]
605 W:   http://sourceforge.net/projects/bonding/
606 S:   Supported
607
608 BROADBAND PROCESSOR ARCHITECTURE
609 P:      Arnd Bergmann
610 M:      [email protected]
611 L:      [email protected]
612 W:      http://www.penguinppc.org/ppc64/
613 S:      Supported
614
615 BROADCOM B44 10/100 ETHERNET DRIVER
616 P:      Gary Zambrano
617 M:      [email protected]
618 L:      [email protected]
619 S:      Supported
620
621 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
622 P:      Michael Chan
623 M:      [email protected]
624 L:      [email protected]
625 S:      Supported
626
627 BROADCOM TG3 GIGABIT ETHERNET DRIVER
628 P:      Michael Chan
629 M:      [email protected]
630 L:      [email protected]
631 S:      Supported
632
633 BTTV VIDEO4LINUX DRIVER
634 P:      Mauro Carvalho Chehab
635 M:      [email protected]
636 M:      [email protected]
637 L:      [email protected]
638 W:      http://linuxtv.org
639 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
640 S:      Maintained
641
642 CALGARY x86-64 IOMMU
643 P:      Muli Ben-Yehuda
644 M:      [email protected]
645 P:      Jon D. Mason
646 M:      [email protected]
647 L:      [email protected]
648 L:      [email protected]
649 S:      Maintained
650
651 COMMON INTERNET FILE SYSTEM (CIFS)
652 P:      Steve French
653 M:      [email protected]
654 L:      [email protected]
655 L:      [email protected]
656 W:      http://us1.samba.org/samba/Linux_CIFS_client.html
657 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
658 S:      Supported       
659
660 CONFIGFS
661 P:      Joel Becker
662 M:      [email protected]
663 L:      [email protected]
664 S:      Supported
665
666 CIRRUS LOGIC GENERIC FBDEV DRIVER
667 P:      Jeff Garzik
668 M:      [email protected]
669 L:      [email protected]
670 S:      Odd Fixes
671
672 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
673 P:      Cirrus Logic Corporation (kernel 2.2 driver)
674 M:      Cirrus Logic Corporation, Thomas Woller <[email protected]>
675 P:      Nils Faerber (port to kernel 2.4)
676 M:      Nils Faerber <[email protected]>
677 S:      Maintained
678
679 CODA FILE SYSTEM
680 P:      Jan Harkes
681 M:      [email protected]
682 M:      [email protected]
683 L:      [email protected]
684 W:      http://www.coda.cs.cmu.edu/
685 S:      Maintained
686
687 COMPACTPCI HOTPLUG CORE
688 P:      Scott Murray
689 M:      [email protected]
690 M:      [email protected]
691 L:      [email protected]
692 S:      Supported
693
694 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
695 P:      Scott Murray
696 M:      [email protected]
697 M:      [email protected]
698 L:      [email protected]
699 S:      Supported
700
701 COMPACTPCI HOTPLUG GENERIC DRIVER
702 P:      Scott Murray
703 M:      [email protected]
704 M:      [email protected]
705 L:      [email protected]
706 S:      Supported
707
708 COMPUTONE INTELLIPORT MULTIPORT CARD
709 P:      Michael H. Warfield
710 M:      [email protected]
711 W:      http://www.wittsend.com/computone.html
712 S:      Maintained
713
714 COSA/SRP SYNC SERIAL DRIVER
715 P:      Jan "Yenya" Kasprzak
716 M:      [email protected]
717 W:      http://www.fi.muni.cz/~kas/cosa/
718 S:      Maintained
719
720 CPU FREQUENCY DRIVERS
721 P:      Dave Jones
722 M:      [email protected]
723 L:      [email protected]
724 W:      http://www.codemonkey.org.uk/projects/cpufreq/
725 T:      git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
726 S:      Maintained
727
728 CPUID/MSR DRIVER
729 P:      H. Peter Anvin
730 M:      [email protected]
731 S:      Maintained
732
733 CPUSETS
734 P:      Paul Jackson
735 P:      Simon Derr
736 M:      [email protected]
737 M:      [email protected]
738 L:      [email protected]
739 W:      http://www.bullopensource.org/cpuset/
740 S:      Supported
741
742 CRAMFS FILESYSTEM
743 W:     http://sourceforge.net/projects/cramfs/
744 S:     Orphan
745
746 CRIS PORT
747 P:      Mikael Starvik
748 M:      [email protected]
749 L:      [email protected]
750 W:      http://developer.axis.com
751 S:      Maintained
752
753 CRYPTO API
754 P:      Herbert Xu
755 M:      [email protected]
756 P:      David S. Miller
757 M:      [email protected]
758 L:      [email protected]
759 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
760 S:      Maintained
761
762 CS5535 Audio ALSA driver
763 P:      Jaya Kumar
764 M:      [email protected]
765 S:      Maintained
766
767 CYBERPRO FB DRIVER
768 P:      Russell King
769 M:      [email protected]
770 W:      http://www.arm.linux.org.uk/
771 S:      Maintained
772
773 CYBLAFB FRAMEBUFFER DRIVER
774 P:      Knut Petersen
775 M:      [email protected]
776 L:      [email protected]
777 S:      Maintained
778
779 CYCLADES 2X SYNC CARD DRIVER
780 P:      Arnaldo Carvalho de Melo
781 M:      [email protected]
782 W:      http://advogato.org/person/acme
783 L:      [email protected]
784 S:      Maintained
785
786 CYCLADES ASYNC MUX DRIVER
787 M:      [email protected]
788 W:      http://www.cyclades.com/
789 S:      Supported
790
791 CYCLADES PC300 DRIVER
792 M:      [email protected]
793 W:      http://www.cyclades.com/
794 S:      Supported
795
796 DAMA SLAVE for AX.25
797 P:      Joerg Reuter
798 M:      [email protected]
799 W:      http://yaina.de/jreuter/
800 W:      http://www.qsl.net/dl1bke/
801 L:      [email protected]
802 S:      Maintained
803
804 DC395x SCSI driver
805 P:      Oliver Neukum
806 M:      [email protected]
807 P:      Ali Akcaagac
808 M:      [email protected]
809 P:      Jamie Lenehan
810 M:      [email protected]
811 W:      http://twibble.org/dist/dc395x/
812 L:      [email protected]
813 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
814 S:      Maintained
815
816 DC390/AM53C974 SCSI driver
817 P:      Kurt Garloff
818 M:      [email protected]
819 W:      http://www.garloff.de/kurt/linux/dc390/
820 P:      Guennadi Liakhovetski
821 M:      [email protected]
822 S:      Maintained
823
824 DCCP PROTOCOL
825 P:      Arnaldo Carvalho de Melo
826 M:      [email protected]
827 L:      [email protected]
828 W:      http://linux-net.osdl.org/index.php/DCCP
829 S:      Maintained
830
831 DECnet NETWORK LAYER
832 P:      Patrick Caulfield
833 M:      [email protected]
834 W:      http://linux-decnet.sourceforge.net
835 L:      [email protected]
836 S:      Maintained
837
838 DEFXX FDDI NETWORK DRIVER
839 P:      Maciej W. Rozycki
840 M:      [email protected]
841 S:      Maintained
842
843 DELL LAPTOP SMM DRIVER
844 P:      Massimo Dal Zotto
845 M:      [email protected]
846 W:      http://www.debian.org/~dz/i8k/
847 S:      Maintained
848
849 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
850 P:      Doug Warzecha
851 M:      [email protected]
852 S:      Maintained
853
854 DEVICE-MAPPER  (LVM)
855 P:      Alasdair Kergon
856 L:      [email protected]
857 W:      http://sources.redhat.com/dm
858 S:      Maintained
859
860 DEVICE NUMBER REGISTRY
861 P:      Torben Mathiasen
862 M:      [email protected]
863 W:      http://lanana.org/docs/device-list/index.html
864 L:      [email protected]
865 S:      Maintained
866
867 DEVICE FILESYSTEM
868 S:      Obsolete
869
870 DIGI INTL. EPCA DRIVER
871 P:      Digi International, Inc
872 M:      [email protected]
873 L:      [email protected]
874 W:      http://www.digi.com
875 S:      Orphaned
876
877 DIGI RIGHTSWITCH NETWORK DRIVER
878 P:      Rick Richardson
879 L:      [email protected]
880 W:      http://www.digi.com
881 S:      Orphaned
882
883 DIRECTORY NOTIFICATION
884 P:      Stephen Rothwell
885 M:      [email protected]
886 L:      [email protected]
887 S:      Supported
888
889 DISK GEOMETRY AND PARTITION HANDLING
890 P:      Andries Brouwer
891 M:      [email protected]
892 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
893 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
894 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
895 S:      Maintained
896
897 DISKQUOTA:
898 P:      Jan Kara
899 M:      [email protected]
900 L:      [email protected]
901 S:      Maintained
902
903 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
904 P:      Tobias Ringstrom
905 M:      [email protected]
906 L:      [email protected]
907 S:      Maintained
908
909 DOCBOOK FOR DOCUMENTATION
910 P:      Martin Waitz
911 M:      [email protected]
912 P:      Randy Dunlap
913 M:      [email protected]
914 T:      git http://tali.admingilde.org/git/linux-docbook.git
915 S:      Maintained
916
917 DOCKING STATION DRIVER
918 P:      Kristen Carlson Accardi
919 M:      [email protected]
920 L:      [email protected]
921 S:      Maintained
922
923 DOUBLETALK DRIVER
924 P:      James R. Van Zandt
925 M:      [email protected]
926 L:      [email protected]
927 S:      Maintained
928
929 DRIVER CORE, KOBJECTS, AND SYSFS
930 P:      Greg Kroah-Hartman
931 M:      [email protected]
932 L:      [email protected]
933 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
934 S:      Supported
935
936 DRM DRIVERS
937 P:      David Airlie
938 M:      [email protected]
939 L:      [email protected]
940 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
941 S:      Maintained
942
943 DSCC4 DRIVER
944 P:      François Romieu
945 M:      [email protected]
946 M:      [email protected]
947 S:      Maintained
948
949 DVB SUBSYSTEM AND DRIVERS
950 P:      LinuxTV.org Project
951 M:      [email protected]
952 L:      [email protected] (subscription required)
953 W:      http://linuxtv.org/
954 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
955 S:      Maintained
956
957 EATA-DMA SCSI DRIVER
958 P:      Michael Neuffer
959 L:      [email protected][email protected]
960 S:      Maintained
961
962 EATA ISA/EISA/PCI SCSI DRIVER
963 P:      Dario Ballabio
964 M:      [email protected]
965 L:      [email protected]
966 S:      Maintained
967
968 EATA-PIO SCSI DRIVER
969 P:      Michael Neuffer
970 M:      [email protected]
971 L:      [email protected][email protected]
972 S:      Maintained
973
974 EBTABLES
975 P:      Bart De Schuymer
976 M:      [email protected]
977 L:      [email protected]
978 L:      [email protected]
979 W:      http://ebtables.sourceforge.net/
980 S:      Maintained
981
982 EDAC-CORE
983 P:      Doug Thompson
984 M:      [email protected]
985 L:      [email protected]
986 W:      bluesmoke.sourceforge.net
987 S:      Supported
988
989 EDAC-E752X
990 P:      Mark Gross
991 M:      [email protected]
992 L:      [email protected]
993 W:      bluesmoke.sourceforge.net
994 S:      Maintained
995
996 EDAC-E7XXX
997 P:      Doug Thompson
998 M:      [email protected]
999 L:      [email protected]
1000 W:      bluesmoke.sourceforge.net
1001 S:      Maintained
1002
1003 EDAC-R82600
1004 P:      Tim Small
1005 M:      [email protected]
1006 L:      [email protected]
1007 W:      bluesmoke.sourceforge.net
1008 S:      Maintained
1009
1010 EEPRO100 NETWORK DRIVER
1011 P:      Andrey V. Savochkin
1012 M:      [email protected]
1013 S:      Maintained
1014
1015 EFS FILESYSTEM
1016 W:      http://aeschi.ch.eu.org/efs/
1017 S:      Orphan
1018
1019 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1020 P:      Hoang-Nam Nguyen
1021 M:      [email protected]
1022 P:      Christoph Raisch
1023 M:      [email protected]
1024 L:      [email protected]
1025 S:      Supported
1026
1027 EMU10K1 SOUND DRIVER
1028 P:      James Courtier-Dutton
1029 M:      [email protected]
1030 L:      [email protected]
1031 W:      http://sourceforge.net/projects/emu10k1/
1032 S:      Maintained
1033
1034 EMULEX LPFC FC SCSI DRIVER
1035 P:      James Smart
1036 M:      [email protected]
1037 L:      [email protected]
1038 W:      http://sourceforge.net/projects/lpfcxxxx
1039 S:      Supported
1040
1041 EPSON 1355 FRAMEBUFFER DRIVER
1042 P:      Christopher Hoover
1043 M:      [email protected][email protected]
1044 S:      Maintained
1045
1046 ETHEREXPRESS-16 NETWORK DRIVER
1047 P:      Philip Blundell
1048 M:      [email protected]
1049 L:      [email protected]
1050 S:      Maintained
1051
1052 ETHERNET BRIDGE
1053 P:      Stephen Hemminger
1054 M:      [email protected]
1055 L:      [email protected]
1056 W:      http://bridge.sourceforge.net/
1057 S:      Maintained
1058
1059 ETHERTEAM 16I DRIVER
1060 P:      Mika Kuoppala
1061 M:      [email protected]
1062 S:      Maintained
1063
1064 EXT2 FILE SYSTEM
1065 L:      [email protected]
1066 S:      Maintained
1067
1068 EXT3 FILE SYSTEM
1069 P:      Stephen Tweedie, Andrew Morton
1070 M:      [email protected][email protected][email protected]
1071 L:      [email protected]
1072 S:      Maintained
1073
1074 F71805F HARDWARE MONITORING DRIVER
1075 P:      Jean Delvare
1076 M:      [email protected]
1077 L:      [email protected]
1078 S:      Maintained
1079
1080 FARSYNC SYNCHRONOUS DRIVER
1081 P:      Kevin Curtis
1082 M:      [email protected]
1083 W:      http://www.farsite.co.uk/
1084 S:      Supported
1085
1086 FRAMEBUFFER LAYER
1087 P:      Antonino Daplas
1088 M:      [email protected]
1089 L:      [email protected] 
1090 W:      http://linux-fbdev.sourceforge.net/
1091 S:      Maintained
1092
1093 FREESCALE SOC FS_ENET DRIVER
1094 P:      Pantelis Antoniou
1095 M:      [email protected]
1096 P:      Vitaly Bordug
1097 M:      [email protected]
1098 L:      [email protected]
1099 L:      [email protected]
1100 S:      Maintained
1101
1102 FILE LOCKING (flock() and fcntl()/lockf())
1103 P:      Matthew Wilcox
1104 M:      [email protected]
1105 L:      [email protected]
1106 S:      Maintained
1107
1108 FILESYSTEMS (VFS and infrastructure)
1109 P:      Alexander Viro
1110 M:      [email protected]
1111 S:      Maintained
1112
1113 FIRMWARE LOADER (request_firmware)
1114 L:      [email protected]
1115 S:      Orphan
1116
1117 FPU EMULATOR
1118 P:      Bill Metzenthen
1119 M:      [email protected]
1120 W:      http://suburbia.net/~billm/floating-point/emulator/
1121 S:      Maintained
1122
1123 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1124 P:      Mike McLagan
1125 M:      [email protected]
1126 L:      [email protected]
1127 S:      Maintained
1128
1129 FREEVXFS FILESYSTEM
1130 P:      Christoph Hellwig
1131 M:      [email protected]
1132 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1133 S:      Maintained
1134
1135 FUJITSU FR-V PORT
1136 P:      David Howells
1137 M:      [email protected]
1138 S:      Maintained
1139
1140 FTAPE/QIC-117
1141 L:      [email protected]
1142 W:      http://sourceforge.net/projects/ftape
1143 S:      Orphan
1144
1145 FUSE: FILESYSTEM IN USERSPACE
1146 P:      Miklos Szeredi
1147 M:      [email protected]
1148 L:      [email protected]
1149 W:      http://fuse.sourceforge.net/
1150 S:      Maintained
1151
1152 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1153 P:      Rik Faith
1154 M:      [email protected]
1155 L:      [email protected]
1156 S:      Odd fixes (e.g., new signatures)
1157
1158 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1159 P:      Achim Leubner
1160 M:      [email protected]
1161 L:      [email protected]
1162 W:      http://www.icp-vortex.com/
1163 S:      Supported
1164
1165 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1166 P:      Krzysztof Halasa
1167 M:      [email protected]
1168 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1169 S:      Maintained
1170
1171 GIGASET ISDN DRIVERS
1172 P:      Hansjoerg Lipp
1173 M:      [email protected]
1174 P:      Tilman Schmidt
1175 M:      [email protected]
1176 L:      [email protected]
1177 W:      http://gigaset307x.sourceforge.net/
1178 S:      Maintained
1179
1180 HARDWARE MONITORING
1181 P:      Jean Delvare
1182 M:      [email protected]
1183 L:      [email protected]
1184 W:      http://www.lm-sensors.nu/
1185 S:      Maintained
1186
1187 HARDWARE RANDOM NUMBER GENERATOR CORE
1188 P:      Michael Buesch
1189 M:      [email protected]
1190 S:      Maintained
1191
1192 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1193 P:      Robert Love
1194 M:      [email protected]
1195 M:      [email protected]
1196 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1197 S:      Maintained
1198
1199 HARMONY SOUND DRIVER
1200 P:      Kyle McMartin
1201 M:      [email protected]
1202 W:      http://www.parisc-linux.org/~kyle/harmony/
1203 L:      [email protected]
1204 S:      Maintained
1205
1206 HAYES ESP SERIAL DRIVER
1207 P:      Andrew J. Robinson
1208 M:      [email protected]
1209 L:      [email protected]
1210 W:      http://www.nyx.net/~arobinso
1211 S:      Maintained
1212
1213 HFS FILESYSTEM
1214 P:      Roman Zippel
1215 M:      [email protected]
1216 L:      [email protected]
1217 S:      Maintained
1218
1219 HGA FRAMEBUFFER DRIVER
1220 P:      Ferenc Bakonyi
1221 M:      [email protected]
1222 L:      [email protected]
1223 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1224 S:      Maintained
1225
1226 HIGH-SPEED SCC DRIVER FOR AX.25
1227 P:      Klaus Kudielka
1228 M:      [email protected]
1229 L:      [email protected]
1230 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1231 S:      Maintained
1232
1233 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1234 P:      HighPoint Linux Team
1235 M:      [email protected]
1236 W:      http://www.highpoint-tech.com
1237 S:      Supported
1238
1239 HIPPI
1240 P:      Jes Sorensen
1241 M:      [email protected]
1242 L:      [email protected]
1243 S:      Maintained
1244
1245 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1246 P:      Chirag Kantharia
1247 M:      [email protected]
1248 L:      [email protected]
1249 S:      Maintained
1250  
1251 HEWLETT-PACKARD SMART2 RAID DRIVER
1252 P:      Chirag Kantharia
1253 M:      [email protected]
1254 L:      [email protected]
1255 S:      Maintained
1256  
1257 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1258 P:      Mike Miller
1259 M:      [email protected]
1260 L:      [email protected]
1261 S:      Supported
1262  
1263 HOST AP DRIVER
1264 P:      Jouni Malinen
1265 M:      [email protected]
1266 L:      [email protected]
1267 W:      http://hostap.epitest.fi/
1268 S:      Maintained
1269
1270 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1271 P:      Jaroslav Kysela
1272 M:      [email protected]
1273 S:      Maintained
1274
1275 HPET:   High Precision Event Timers driver (hpet.c)
1276 P:      Clemens Ladisch
1277 M:      [email protected]
1278 S:      Maintained
1279
1280 HPET:   i386
1281 P:      Venkatesh Pallipadi (Venki)
1282 M:      [email protected]
1283 S:      Maintained
1284
1285 HPET:   x86_64
1286 P:      Andi Kleen and Vojtech Pavlik
1287 M:      [email protected] and [email protected]
1288 S:      Maintained
1289
1290 HPET:   ACPI hpet.c
1291 P:      Bob Picco
1292 M:      [email protected]
1293 S:      Maintained
1294
1295 HPFS FILESYSTEM
1296 P:      Mikulas Patocka
1297 M:      [email protected]
1298 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1299 S:      Maintained
1300
1301 HUGETLB FILESYSTEM
1302 P:      William Irwin
1303 M:      [email protected]
1304 S:      Maintained
1305
1306 I2C SUBSYSTEM
1307 P:      Jean Delvare
1308 M:      [email protected]
1309 L:      [email protected]
1310 W:      http://www.lm-sensors.nu/
1311 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1312 S:      Maintained
1313
1314 I2O
1315 P:      Markus Lidel
1316 M:      [email protected]
1317 W:      http://i2o.shadowconnect.com/
1318 S:      Maintained
1319
1320 i386 BOOT CODE
1321 P:      Riley H. Williams
1322 M:      [email protected]
1323 L:      [email protected]
1324 S:      Maintained
1325
1326 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1327 P:      Dave Jones
1328 M:      [email protected]
1329 P:      H. Peter Anvin
1330 M:      [email protected]
1331 S:      Maintained
1332
1333 i810 TCO TIMER WATCHDOG
1334 P:      Nils Faerber
1335 M:      [email protected]
1336 W:      http://www.kernelconcepts.de/
1337 S:      Maintained
1338
1339 IA64 (Itanium) PLATFORM
1340 P:      Tony Luck
1341 M:      [email protected]
1342 L:      [email protected]
1343 W:      http://www.ia64-linux.org/
1344 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1345 S:      Maintained
1346
1347 SN-IA64 (Itanium) SUB-PLATFORM
1348 P:      Jes Sorensen
1349 M:      [email protected]
1350 L:      [email protected]
1351 L:      [email protected]
1352 W:      http://www.sgi.com/altix
1353 S:      Maintained
1354
1355 IBM MCA SCSI SUBSYSTEM DRIVER
1356 P:      Michael Lang
1357 M:      [email protected]
1358 W:      http://www.uni-mainz.de/~langm000/linux.html
1359 S:      Maintained
1360
1361 IBM Power Linux RAID adapter
1362 P:      Brian King
1363 M:      [email protected]
1364 S:      Supported
1365
1366 IBM ServeRAID RAID DRIVER
1367 P:      Jack Hammer
1368 P:      Dave Jeffery
1369 M:      [email protected]
1370 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1371 S:      Supported 
1372
1373 IDE DRIVER [GENERAL]
1374 P:      Bartlomiej Zolnierkiewicz
1375 M:      [email protected]
1376 L:      [email protected]
1377 L:      [email protected]
1378 T:      git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
1379 S:      Maintained
1380
1381 IDE/ATAPI CDROM DRIVER
1382 P:      Jens Axboe
1383 M:      [email protected]
1384 L:      [email protected]
1385 W:      http://www.kernel.dk
1386 S:      Maintained
1387
1388 IDE/ATAPI FLOPPY DRIVERS
1389 P:      Paul Bristow
1390 M:      Paul Bristow <[email protected]>
1391 W:      http://paulbristow.net/linux/idefloppy.html
1392 L:      [email protected]
1393 S:      Maintained
1394
1395 IDE/ATAPI TAPE DRIVERS
1396 P:      Gadi Oxman
1397 M:      Gadi Oxman <[email protected]>
1398 L:      [email protected]
1399 S:      Maintained
1400
1401 IEEE 1394 SUBSYSTEM
1402 P:      Ben Collins
1403 M:      [email protected]
1404 P:      Stefan Richter
1405 M:      [email protected]
1406 L:      [email protected]
1407 W:      http://www.linux1394.org/
1408 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1409 S:      Maintained
1410
1411 IEEE 1394 IPV4 DRIVER (eth1394)
1412 P:      Stefan Richter
1413 M:      [email protected]
1414 L:      [email protected]
1415 S:      Odd Fixes
1416
1417 IEEE 1394 PCILYNX DRIVER
1418 P:      Jody McIntyre
1419 M:      [email protected]
1420 P:      Stefan Richter
1421 M:      [email protected]
1422 L:      [email protected]
1423 S:      Odd Fixes
1424
1425 IEEE 1394 RAW I/O DRIVER
1426 P:      Ben Collins
1427 M:      [email protected]
1428 P:      Dan Dennedy
1429 M:      [email protected]
1430 L:      [email protected]
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 NETLABEL
2035 P:      Paul Moore
2036 M:      [email protected]
2037 W:      http://netlabel.sf.net
2038 L:      [email protected]
2039 S:      Supported
2040
2041 NETROM NETWORK LAYER
2042 P:      Ralf Baechle
2043 M:      [email protected]
2044 L:      [email protected]
2045 W:      http://www.linux-ax25.org/
2046 S:      Maintained
2047
2048 NETWORK BLOCK DEVICE (NBD)
2049 P:      Paul Clements
2050 M:      [email protected]
2051 S:      Maintained
2052
2053 NETWORK DEVICE DRIVERS
2054 P:      Andrew Morton
2055 M:      [email protected]
2056 P:      Jeff Garzik
2057 M:      [email protected]
2058 L:      [email protected]
2059 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2060 S:      Maintained
2061
2062 NETWORKING [GENERAL]
2063 P:      Networking Team
2064 M:      [email protected]
2065 L:      [email protected]
2066 W:      http://linux-net.osdl.org/
2067 S:      Maintained
2068
2069 NETWORKING [IPv4/IPv6]
2070 P:      David S. Miller
2071 M:      [email protected]
2072 P:      Alexey Kuznetsov
2073 M:      [email protected]
2074 P:      Pekka Savola (ipv6)
2075 M:      [email protected]
2076 P:      James Morris
2077 M:      [email protected]
2078 P:      Hideaki YOSHIFUJI
2079 M:      [email protected]
2080 P:      Patrick McHardy
2081 M:      [email protected]
2082 L:      [email protected]
2083 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2084 S:      Maintained
2085
2086 NETWORKING [WIRELESS]
2087 P:      John W. Linville
2088 M:      [email protected]
2089 L:      [email protected]
2090 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2091 S:      Maintained
2092
2093 IPVS
2094 P:      Wensong Zhang
2095 M:      [email protected]
2096 P:      Simon Horman
2097 M:      [email protected]
2098 P:      Julian Anastasov
2099 M:      [email protected]
2100 L:      [email protected]
2101 S:      Maintained
2102
2103 NFS CLIENT
2104 P:      Trond Myklebust
2105 M:      [email protected]
2106 L:      [email protected]
2107 S:      Maintained
2108
2109 NI5010 NETWORK DRIVER
2110 P:      Jan-Pascal van Best
2111 M:      [email protected]
2112 P:      Andreas Mohr
2113 M:      [email protected]
2114 L:      [email protected]
2115 S:      Maintained
2116
2117 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2118 P:      YOKOTA Hiroshi
2119 M:      [email protected]
2120 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2121 S:      Maintained
2122
2123 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2124 P:      GOTO Masanori
2125 M:      [email protected]
2126 P:      YOKOTA Hiroshi
2127 M:      [email protected]
2128 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2129 S:      Maintained
2130
2131 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2132 P:      Eberhard Moenkeberg
2133 M:      [email protected]
2134 L:      [email protected]
2135 S:      Maintained
2136
2137 NTFS FILESYSTEM
2138 P:      Anton Altaparmakov
2139 M:      [email protected]
2140 L:      [email protected]
2141 L:      [email protected]
2142 W:      http://linux-ntfs.sf.net/
2143 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2144 S:      Maintained
2145
2146 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2147 P:      Antonino Daplas
2148 M:      [email protected]
2149 L:      [email protected]
2150 S:      Maintained
2151
2152 OPENCORES I2C BUS DRIVER
2153 P:      Peter Korsgaard
2154 M:      [email protected]
2155 L:      [email protected]
2156 S:      Maintained
2157
2158 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2159 P:      Mark Fasheh
2160 M:      [email protected]
2161 P:      Kurt Hackel
2162 M:      [email protected]
2163 L:      [email protected]
2164 W:      http://oss.oracle.com/projects/ocfs2/
2165 S:      Supported       
2166
2167 OLYMPIC NETWORK DRIVER
2168 P:      Peter De Shrijver
2169 M:      [email protected]
2170 P:      Mike Phillips
2171 M:      [email protected] 
2172 L:      [email protected]
2173 L:      [email protected]
2174 W:      http://www.linuxtr.net
2175 S:      Maintained
2176
2177 OMNIKEY CARDMAN 4000 DRIVER
2178 P:      Harald Welte
2179 M:      [email protected]
2180 S:      Maintained
2181
2182 OMNIKEY CARDMAN 4040 DRIVER
2183 P:      Harald Welte
2184 M:      [email protected]
2185 S:      Maintained
2186
2187 ONSTREAM SCSI TAPE DRIVER
2188 P:      Willem Riede
2189 M:      [email protected]
2190 L:      [email protected]
2191 L:      [email protected]
2192 S:      Maintained
2193
2194 OPL3-SA2, SA3, and SAx DRIVER
2195 P:      Zwane Mwaikambo
2196 M:      [email protected]
2197 L:      [email protected]
2198 S:      Maintained
2199
2200 OPROFILE
2201 P:      Philippe Elie
2202 M:      [email protected]
2203 L:      [email protected]
2204 S:      Maintained
2205
2206 ORINOCO DRIVER
2207 P:      Pavel Roskin
2208 M:      [email protected]
2209 P:      David Gibson
2210 M:      [email protected]
2211 L:      [email protected]
2212 L:      [email protected]
2213 W:      http://www.nongnu.org/orinoco/
2214 S:      Maintained
2215
2216 PARALLEL PORT SUPPORT
2217 P:      Phil Blundell
2218 M:      [email protected]
2219 P:      Tim Waugh
2220 M:      [email protected]
2221 P:      David Campbell
2222 P:      Andrea Arcangeli
2223 M:      [email protected]
2224 L:      [email protected]
2225 W:      http://people.redhat.com/twaugh/parport/
2226 S:      Maintained
2227
2228 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2229 P:      Tim Waugh
2230 M:      [email protected]
2231 L:      [email protected]
2232 W:      http://www.torque.net/linux-pp.html
2233 S:      Maintained
2234
2235 PARISC ARCHITECTURE
2236 P:      Matthew Wilcox
2237 M:      [email protected]
2238 P:      Grant Grundler
2239 M:      [email protected]
2240 P:      Kyle McMartin
2241 M:      [email protected]
2242 L:      [email protected]
2243 W:      http://www.parisc-linux.org/
2244 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2245 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2246 S:      Maintained
2247
2248 PCI ERROR RECOVERY
2249 P:      Linas Vepstas
2250 M:      [email protected]
2251 L:      [email protected]
2252 L:      [email protected]
2253 S:      Supported
2254
2255 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2256 P:      Thomas Sailer
2257 M:      [email protected]
2258 L:      [email protected]
2259 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2260 S:      Maintained
2261
2262 PCI SUBSYSTEM
2263 P:      Greg Kroah-Hartman
2264 M:      [email protected]
2265 L:      [email protected]
2266 L:      [email protected]
2267 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2268 S:      Supported
2269
2270 PCI HOTPLUG CORE
2271 P:      Greg Kroah-Hartman
2272 M:      [email protected]
2273 S:      Supported
2274
2275 PCI HOTPLUG COMPAQ DRIVER
2276 P:      Greg Kroah-Hartman
2277 M:      [email protected]
2278 S:      Maintained
2279
2280 PCIE HOTPLUG DRIVER
2281 P:      Kristen Carlson Accardi
2282 M:      [email protected]
2283 L:      [email protected]
2284 S:      Maintained
2285
2286 PCMCIA SUBSYSTEM
2287 P:      Linux PCMCIA Team
2288 L:      [email protected]
2289 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2290 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2291 S:      Maintained
2292
2293 PCNET32 NETWORK DRIVER
2294 P:      Thomas Bogendörfer
2295 M:      [email protected]
2296 L:      [email protected]
2297 S:      Maintained
2298
2299 PER-TASK DELAY ACCOUNTING
2300 P:      Shailabh Nagar
2301 M:      [email protected]
2302 L:      [email protected]
2303 S:      Maintained
2304
2305 PERSONALITY HANDLING
2306 P:      Christoph Hellwig
2307 M:      [email protected]
2308 L:      [email protected]
2309 S:      Maintained
2310
2311 PHRAM MTD DRIVER
2312 P:      Jörn Engel
2313 M:      [email protected]
2314 L:      [email protected]
2315 S:      Maintained
2316
2317 PKTCDVD DRIVER
2318 P:      Peter Osterlund
2319 M:      [email protected]
2320 L:      [email protected]
2321 S:      Maintained
2322
2323 POSIX CLOCKS and TIMERS
2324 P:      George Anzinger
2325 M:      [email protected]
2326 L:      [email protected]
2327 S:      Supported
2328
2329 POWERPC 4xx EMAC DRIVER
2330 P:      Eugene Surovegin
2331 M:      [email protected]
2332 W:      http://kernel.ebshome.net/emac/
2333 L:      [email protected]
2334 L:      [email protected]
2335 S:      Maintained
2336
2337 PNP SUPPORT
2338 P:      Adam Belay
2339 M:      [email protected]
2340 S:      Maintained
2341
2342 PPP PROTOCOL DRIVERS AND COMPRESSORS
2343 P:      Paul Mackerras
2344 M:      [email protected]
2345 L:      [email protected]
2346 S:      Maintained
2347
2348 PPP OVER ATM (RFC 2364)
2349 P:      Mitchell Blank Jr
2350 M:      [email protected]
2351 S:      Maintained
2352
2353 PPP OVER ETHERNET
2354 P:      Michal Ostrowski
2355 M:      [email protected]
2356 S:      Maintained
2357
2358 PREEMPTIBLE KERNEL
2359 P:      Robert Love
2360 M:      [email protected]
2361 L:      [email protected]
2362 L:      [email protected]
2363 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2364 S:      Supported
2365
2366 PRISM54 WIRELESS DRIVER
2367 P:      Prism54 Development Team
2368 M:      [email protected]
2369 L:      [email protected]
2370 W:      http://prism54.org
2371 S:      Maintained
2372
2373 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2374 P:      Peter Denison
2375 M:      [email protected]
2376 W:      http://www.pnd-pc.demon.co.uk/promise/
2377 S:      Maintained
2378
2379 PVRUSB2 VIDEO4LINUX DRIVER
2380 P:      Mike Isely
2381 M:      [email protected]
2382 L:      [email protected]
2383 L:      [email protected]
2384 W:      http://www.isely.net/pvrusb2/
2385 S:      Maintained
2386
2387 PXA2xx SUPPORT
2388 P:      Nicolas Pitre
2389 M:      [email protected]
2390 L:      [email protected] (subscribers-only)
2391 S:      Maintained
2392
2393 QLOGIC QLA2XXX FC-SCSI DRIVER
2394 P:      Andrew Vasquez
2395 M:      [email protected]
2396 L:      [email protected]
2397 S:      Supported
2398
2399 QLOGIC QLA3XXX NETWORK DRIVER
2400 P:      Ron Mercer
2401 M:      [email protected]
2402 L:      [email protected]
2403 S:      Supported
2404
2405 QNX4 FILESYSTEM
2406 P:      Anders Larsen
2407 M:      [email protected]
2408 L:      [email protected]
2409 W:      http://www.alarsen.net/linux/qnx4fs/
2410 S:      Maintained
2411
2412 RADEON FRAMEBUFFER DISPLAY DRIVER
2413 P:      Benjamin Herrenschmidt
2414 M:      [email protected]
2415 L:      [email protected]
2416 S:      Maintained
2417
2418 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2419 P:      Paul Mackerras
2420 M:      [email protected]
2421 L:      [email protected]
2422 S:      Maintained
2423
2424 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2425 P:      Corey Thomas
2426 M:      [email protected]
2427 L:      [email protected]
2428 S:      Maintained
2429
2430 RANDOM NUMBER DRIVER
2431 P:      Matt Mackall
2432 M:      [email protected]
2433 S:      Maintained
2434
2435 RAPIDIO SUBSYSTEM
2436 P:      Matt Porter
2437 M:      [email protected]
2438 L:      [email protected]
2439 S:      Maintained
2440
2441 REAL TIME CLOCK DRIVER
2442 P:      Paul Gortmaker
2443 M:      [email protected]
2444 L:      [email protected]
2445 S:      Maintained
2446
2447 REAL TIME CLOCK (RTC) SUBSYSTEM
2448 P:      Alessandro Zummo
2449 M:      [email protected]
2450 L:      [email protected]
2451 S:      Maintained
2452
2453 REISERFS FILE SYSTEM
2454 P:      Hans Reiser
2455 M:      [email protected]
2456 L:      [email protected]
2457 W:      http://www.namesys.com
2458 S:      Supported
2459
2460 ROCKETPORT DRIVER
2461 P:      Comtrol Corp.
2462 W:      http://www.comtrol.com
2463 S:      Maintained
2464
2465 ROSE NETWORK LAYER
2466 P:      Ralf Baechle
2467 M:      [email protected]
2468 L:      [email protected]
2469 W:      http://www.linux-ax25.org/
2470 S:      Maintained
2471
2472 RISCOM8 DRIVER
2473 S:      Orphan
2474
2475 S3 SAVAGE FRAMEBUFFER DRIVER
2476 P:      Antonino Daplas
2477 M:      [email protected]
2478 L:      [email protected]
2479 S:      Maintained
2480
2481 S390
2482 P:      Martin Schwidefsky
2483 M:      [email protected]
2484 P:      Heiko Carstens
2485 M:      [email protected]
2486 M:      [email protected]
2487 L:      [email protected]
2488 W:      http://www.ibm.com/developerworks/linux/linux390/
2489 S:      Supported
2490
2491 S390 NETWORK DRIVERS
2492 P:      Frank Pavlic
2493 M:      [email protected]
2494 M:      [email protected]
2495 L:      [email protected]
2496 W:      http://www.ibm.com/developerworks/linux/linux390/
2497 S:      Supported
2498
2499 S390 ZFCP DRIVER
2500 P:      Swen Schillig
2501 M:      [email protected]
2502 M:      [email protected]
2503 L:      [email protected]
2504 W:      http://www.ibm.com/developerworks/linux/linux390/
2505 S:      Supported
2506
2507 SAA7146 VIDEO4LINUX-2 DRIVER
2508 P:      Michael Hunold
2509 M:      [email protected]
2510 W:      http://www.mihu.de/linux/saa7146
2511 S:      Maintained
2512
2513 SBPCD CDROM DRIVER
2514 P:      Eberhard Moenkeberg
2515 M:      [email protected]
2516 L:      [email protected]
2517 S:      Maintained
2518
2519 SC1200 WDT DRIVER
2520 P:      Zwane Mwaikambo
2521 M:      [email protected]
2522 S:      Maintained
2523
2524 SCHEDULER
2525 P:      Ingo Molnar
2526 M:      [email protected]
2527 P:      Robert Love    [the preemptible kernel bits]
2528 M:      [email protected]
2529 L:      [email protected]
2530 S:      Maintained
2531
2532 SCSI CDROM DRIVER
2533 P:      Jens Axboe
2534 M:      [email protected]
2535 L:      [email protected]
2536 W:      http://www.kernel.dk
2537 S:      Maintained
2538
2539 SCSI SG DRIVER
2540 P:      Doug Gilbert
2541 M:      [email protected]
2542 L:      [email protected]
2543 W:      http://www.torque.net/sg
2544 S:      Maintained
2545
2546 SCSI SUBSYSTEM
2547 P:      James E.J. Bottomley
2548 M:      [email protected]
2549 L:      [email protected]
2550 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2551 S:      Maintained
2552
2553 SCSI TAPE DRIVER
2554 P:      Kai Mäkisara
2555 M:      [email protected]
2556 L:      [email protected]
2557 S:      Maintained
2558
2559 SCTP PROTOCOL
2560 P: Sridhar Samudrala
2561 M: [email protected]
2562 L: [email protected]
2563 S: Supported
2564
2565 SCx200 CPU SUPPORT
2566 P:      Christer Weinigel
2567 M:      [email protected]
2568 W:      http://www.weinigel.se
2569 S:      Supported
2570
2571 SECURITY CONTACT
2572 P:      Security Officers
2573 M:      [email protected]
2574 S:      Supported
2575
2576 SELINUX SECURITY MODULE
2577 P:      Stephen Smalley
2578 M:      [email protected]
2579 P:      James Morris
2580 M:      [email protected]
2581 L:      [email protected] (kernel issues)
2582 L:      [email protected] (general discussion)
2583 W:      http://www.nsa.gov/selinux
2584 S:      Supported
2585
2586 SERIAL ATA (SATA) SUBSYSTEM:
2587 P:      Jeff Garzik
2588 M:      [email protected]
2589 L:      [email protected]
2590 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2591 S:      Supported
2592
2593 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2594 P:      Pat Gefre
2595 M:      [email protected]
2596 L:      [email protected]
2597 S:      Supported
2598
2599 SGI VISUAL WORKSTATION 320 AND 540
2600 P:      Andrey Panin
2601 M:      [email protected]
2602 L:      [email protected]
2603 W:      http://linux-visws.sf.net
2604 S:      Maintained for 2.6.
2605
2606 SIMTEC EB110ATX (Chalice CATS)
2607 P:      Ben Dooks
2608 P:      Vincent Sanders
2609 M:      [email protected]
2610 W:      http://www.simtec.co.uk/products/EB110ATX/
2611 S:      Supported
2612
2613 SIMTEC EB2410ITX (BAST)
2614 P:      Ben Dooks
2615 P:      Vincent Sanders
2616 M:      [email protected]
2617 W:      http://www.simtec.co.uk/products/EB2410ITX/
2618 S:      Supported
2619
2620 SIS 190 ETHERNET DRIVER
2621 P:      Francois Romieu
2622 M:      [email protected]
2623 L:      [email protected]
2624 S:      Maintained
2625
2626 SIS 5513 IDE CONTROLLER DRIVER
2627 P:      Lionel Bouton
2628 M:      [email protected]
2629 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2630 W:      http://gyver.homeip.net/sis5513/index.html
2631 S:      Maintained
2632
2633 SIS 900/7016 FAST ETHERNET DRIVER
2634 P:      Daniele Venzano
2635 M:      [email protected]
2636 W:      http://www.brownhat.org/sis900.html
2637 L:      [email protected]
2638 S:      Maintained
2639
2640 SIS FRAMEBUFFER DRIVER
2641 P:      Thomas Winischhofer
2642 M:      [email protected]
2643 W:      http://www.winischhofer.net/linuxsisvga.shtml
2644 S:      Maintained      
2645
2646 SIS USB2VGA DRIVER
2647 P:      Thomas Winischhofer
2648 M:      [email protected]
2649 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2650 S:      Maintained
2651
2652 SMC91x ETHERNET DRIVER
2653 P:      Nicolas Pitre
2654 M:      [email protected]
2655 S:      Maintained
2656
2657 SOFTMAC LAYER (IEEE 802.11)
2658 P:      Johannes Berg
2659 M:      [email protected]
2660 P:      Joe Jezak
2661 M:      [email protected]
2662 P:      Daniel Drake
2663 M:      [email protected]
2664 W:      http://softmac.sipsolutions.net/
2665 L:      [email protected]
2666 S:      Maintained
2667
2668 SOFTWARE RAID (Multiple Disks) SUPPORT
2669 P:      Ingo Molnar
2670 M:      [email protected]
2671 P:      Neil Brown
2672 M:      [email protected]
2673 L:      [email protected]
2674 S:      Maintained
2675
2676 SOFTWARE SUSPEND:
2677 P:      Pavel Machek
2678 M:      [email protected]
2679 L:      [email protected]
2680 S:      Maintained
2681
2682 SONIC NETWORK DRIVER
2683 P:      Thomas Bogendoerfer
2684 M:      [email protected]
2685 L:      [email protected]
2686 S:      Maintained
2687
2688 SONY VAIO CONTROL DEVICE DRIVER
2689 P:      Stelian Pop
2690 M:      [email protected]
2691 W:      http://popies.net/sonypi/
2692 S:      Maintained
2693
2694 SOUND
2695 P:      Jaroslav Kysela
2696 M:      [email protected]
2697 L:      [email protected]
2698 S:      Maintained
2699
2700 SPI SUBSYSTEM
2701 P:      David Brownell
2702 M:      [email protected]
2703 L:      [email protected]
2704 S:      Maintained
2705
2706 STABLE BRANCH:
2707 P:      Greg Kroah-Hartman
2708 M:      [email protected]
2709 P:      Chris Wright
2710 M:      [email protected]
2711 L:      [email protected]
2712 S:      Maintained
2713
2714 TPM DEVICE DRIVER
2715 P:      Kylene Hall
2716 M:      [email protected]
2717 W:      http://tpmdd.sourceforge.net
2718 L:      [email protected]
2719 S:      Maintained
2720
2721 Telecom Clock Driver for MCPL0010
2722 P: Mark Gross
2723 M: [email protected]
2724 S: Supported
2725
2726 TENSILICA XTENSA PORT (xtensa):
2727 P:      Chris Zankel
2728 M:      [email protected]
2729 S:      Maintained
2730
2731 UltraSPARC (sparc64):
2732 P:      David S. Miller
2733 M:      [email protected]
2734 P:      Eddie C. Dost
2735 M:      [email protected]
2736 P:      Jakub Jelinek
2737 M:      [email protected]
2738 P:      Anton Blanchard
2739 M:      [email protected]
2740 L:      [email protected]
2741 L:      [email protected]
2742 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2743 S:      Maintained
2744
2745 SHARP LH SUPPORT (LH7952X & LH7A40X)
2746 P:      Marc Singer
2747 M:      [email protected]
2748 W:      http://projects.buici.com/arm
2749 L:      [email protected] (subscribers-only)
2750 S:      Maintained
2751
2752 SHPC HOTPLUG DRIVER
2753 P:      Kristen Carlson Accardi
2754 M:      [email protected]
2755 L:      [email protected]
2756 S:      Maintained
2757
2758 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2759 P:      Pierre Ossman
2760 M:      [email protected]
2761 L:      [email protected]
2762 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2763 S:      Maintained
2764
2765 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2766 P:      Stephen Hemminger
2767 M:      [email protected]
2768 L:      [email protected]
2769 S:      Maintained
2770
2771 SOEKRIS NET48XX LED SUPPORT
2772 P:      Chris Boot
2773 M:      [email protected]
2774 S:      Maintained
2775
2776 SPARC (sparc32):
2777 P:      William L. Irwin
2778 M:      [email protected]
2779 L:      [email protected]
2780 S:      Maintained
2781
2782 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2783 P:      Roger Wolff
2784 M:      [email protected]
2785 L:      [email protected] ?
2786 S:      Supported
2787
2788 SPIDERNET NETWORK DRIVER for CELL
2789 P:      Jim Lewis
2790 M:      [email protected]
2791 L:      [email protected]
2792 S:      Supported
2793
2794 SRM (Alpha) environment access
2795 P:      Jan-Benedict Glaw
2796 M:      [email protected]
2797 L:      [email protected]
2798 S:      Maintained
2799
2800 STARFIRE/DURALAN NETWORK DRIVER
2801 P:      Ion Badulescu
2802 M:      [email protected]
2803 S:      Maintained
2804
2805 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2806 W:      http://mosquitonet.Stanford.EDU/strip.html
2807 S:      Unsupported ?
2808
2809 STRADIS MPEG-2 DECODER DRIVER
2810 P:      Nathan Laredo
2811 M:      [email protected]
2812 W:      http://www.stradis.com/
2813 S:      Maintained
2814
2815 SUPERH (sh)
2816 P:      Paul Mundt
2817 M:      [email protected]
2818 L:      [email protected] (subscribers-only)
2819 W:      http://www.linux-sh.org
2820 S:      Maintained
2821
2822 SUPERH64 (sh64)
2823 P:      Paul Mundt
2824 M:      [email protected]
2825 L:      [email protected]
2826 W:      http://www.linux-sh.org
2827 S:      Maintained
2828
2829 SUN3/3X
2830 P:      Sam Creasey
2831 M:      [email protected]
2832 L:      [email protected]
2833 W:      http://sammy.net/sun3/
2834 S:      Maintained
2835
2836 SVGA HANDLING
2837 P:      Martin Mares
2838 M:      [email protected]
2839 L:      [email protected]
2840 S:      Maintained
2841
2842 SYSV FILESYSTEM
2843 P:      Christoph Hellwig
2844 M:      [email protected]
2845 S:      Maintained
2846
2847 TC CLASSIFIER
2848 P:      Jamal Hadi Salim
2849 M:      [email protected]
2850 L:      [email protected]
2851 S:      Maintained
2852
2853 TCP LOW PRIORITY MODULE
2854 P:      Wong Hoi Sing, Edison
2855 M:      [email protected]
2856 P:      Hung Hing Lun, Mike
2857 M:      [email protected]
2858 W:      http://tcp-lp-mod.sourceforge.net/
2859 S:      Maintained
2860
2861 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2862 P:      Deepak Saxena
2863 M:      [email protected]
2864 S:      Maintained
2865
2866 TASKSTATS STATISTICS INTERFACE
2867 P:      Shailabh Nagar
2868 M:      [email protected]
2869 L:      [email protected]
2870 S:      Maintained
2871
2872 TI PARALLEL LINK CABLE DRIVER
2873 P:     Romain Lievin
2874 M:     [email protected]
2875 S:     Maintained
2876
2877 TIPC NETWORK LAYER
2878 P:      Per Liden
2879 M:      [email protected]
2880 P:      Jon Maloy
2881 M:      [email protected]
2882 P:      Allan Stephens
2883 M:      [email protected]
2884 L:      [email protected]
2885 W:      http://tipc.sourceforge.net/
2886 W:      http://tipc.cslab.ericsson.net/
2887 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2888 S:      Maintained
2889
2890 TLAN NETWORK DRIVER
2891 P:      Samuel Chessman
2892 M:      [email protected]
2893 L:      [email protected]
2894 W:      http://sourceforge.net/projects/tlan/
2895 S:      Maintained
2896
2897 TOKEN-RING NETWORK DRIVER
2898 P:      Mike Phillips
2899 M:      [email protected]
2900 L:      [email protected]
2901 L:      [email protected]
2902 W:      http://www.linuxtr.net
2903 S:      Maintained
2904
2905 TOSHIBA ACPI EXTRAS DRIVER
2906 P:      John Belmonte
2907 M:      [email protected]
2908 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2909 S:      Maintained
2910
2911 TOSHIBA SMM DRIVER
2912 P:      Jonathan Buzzard
2913 M:      [email protected]
2914 L:      [email protected]
2915 W:      http://www.buzzard.org.uk/toshiba/
2916 S:      Maintained
2917
2918 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2919 P:      Muli Ben-Yehuda
2920 M:      [email protected]
2921 L:      [email protected]
2922 S:      Maintained
2923
2924 TRIVIAL PATCHES
2925 P:      Adrian Bunk
2926 M:      [email protected]
2927 L:      [email protected]
2928 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2929 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2930 S:      Maintained
2931
2932 TMS380 TOKEN-RING NETWORK DRIVER
2933 P:      Adam Fritzler
2934 M:      [email protected]
2935 L:      [email protected]
2936 W:      http://www.auk.cx/tms380tr/
2937 S:      Maintained
2938
2939 TULIP NETWORK DRIVER
2940 P:      Valerie Henson
2941 M:      [email protected]
2942 L:      [email protected]
2943 W:      http://sourceforge.net/projects/tulip/
2944 S:      Maintained
2945
2946 TUN/TAP driver
2947 P:      Maxim Krasnyansky
2948 M:      [email protected]
2949 L:      [email protected]
2950 W:      http://vtun.sourceforge.net/tun
2951 S:      Maintained
2952
2953 U14-34F SCSI DRIVER
2954 P:      Dario Ballabio
2955 M:      [email protected]
2956 L:      [email protected]
2957 S:      Maintained
2958
2959 UDF FILESYSTEM
2960 P:      Ben Fennema
2961 M:      [email protected]
2962 W:      http://linux-udf.sourceforge.net
2963 S:      Maintained
2964
2965 UNIFORM CDROM DRIVER
2966 P:      Jens Axboe
2967 M:      [email protected]
2968 L:      [email protected]
2969 W:      http://www.kernel.dk
2970 S:      Maintained
2971
2972 USB ACM DRIVER
2973 P:      Oliver Neukum
2974 M:      [email protected]
2975 L:      [email protected]
2976 L:      [email protected]
2977 S:      Maintained
2978
2979 USB BLOCK DRIVER (UB ub)
2980 P:      Pete Zaitcev
2981 M:      [email protected]
2982 L:      [email protected]
2983 L:      [email protected]
2984 S:      Supported
2985
2986 USB CDC ETHERNET DRIVER
2987 P:      Greg Kroah-Hartman
2988 M:      [email protected]
2989 L:      [email protected]
2990 L:      [email protected]
2991 S:      Maintained
2992 W:      http://www.kroah.com/linux-usb/
2993
2994 USB EHCI DRIVER
2995 P:      David Brownell
2996 M:      [email protected]
2997 L:      [email protected]
2998 S:      Maintained
2999
3000 USB ET61X[12]51 DRIVER
3001 P:      Luca Risolia
3002 M:      [email protected]
3003 L:      [email protected]
3004 L:      [email protected]
3005 W:      http://www.linux-projects.org
3006 S:      Maintained
3007
3008 USB HID/HIDBP DRIVERS
3009 P:      Vojtech Pavlik
3010 M:      [email protected]
3011 L:      [email protected]
3012 L:      [email protected]
3013 S:      Maintained
3014
3015 USB HUB DRIVER
3016 P:      Johannes Erdfelt
3017 M:      [email protected]
3018 L:      [email protected]
3019 L:      [email protected]
3020 S:      Maintained
3021
3022 USB ISP116X DRIVER
3023 P:      Olav Kongas
3024 M:      [email protected]
3025 L:      [email protected]
3026 S:      Maintained
3027
3028 USB KAWASAKI LSI DRIVER
3029 P:      Oliver Neukum
3030 M:      [email protected]
3031 L:      [email protected]
3032 L:      [email protected]
3033 S:      Maintained
3034
3035 USB MASS STORAGE DRIVER
3036 P:      Matthew Dharm
3037 M:      [email protected]
3038 L:      [email protected]
3039 L:      [email protected]
3040 S:      Maintained
3041 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3042
3043 USB OHCI DRIVER
3044 P:      Roman Weissgaerber
3045 M:      [email protected]
3046 L:      [email protected]
3047 L:      [email protected]
3048 S:      Maintained
3049
3050 USB OPTION-CARD DRIVER
3051 P:      Matthias Urlichs
3052 M:      [email protected]
3053 L:      [email protected]
3054 S:      Maintained
3055
3056 USB OV511 DRIVER
3057 P:      Mark McClelland
3058 M:      [email protected]
3059 L:      [email protected]
3060 L:      [email protected]
3061 W:      http://alpha.dyndns.org/ov511/
3062 S:      Maintained
3063
3064 USB PEGASUS 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 PRINTER DRIVER
3073 P:      Vojtech Pavlik
3074 M:      [email protected]
3075 L:      [email protected]
3076 L:      [email protected]
3077 S:      Maintained
3078
3079 USB RTL8150 DRIVER
3080 P:      Petko Manolov
3081 M:      [email protected]
3082 L:      [email protected]
3083 L:      [email protected]
3084 W:      http://pegasus2.sourceforge.net/
3085 S:      Maintained
3086
3087 USB SE401 DRIVER
3088 P:      Jeroen Vreeken
3089 M:      [email protected]
3090 L:      [email protected]
3091 L:      [email protected]
3092 W:      http://www.chello.nl/~j.vreeken/se401/
3093 S:      Maintained
3094
3095 USB SERIAL CYBERJACK DRIVER
3096 P:      Matthias Bruestle and Harald Welte
3097 M:      [email protected]
3098 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3099 S:      Maintained
3100
3101 USB SERIAL DIGI ACCELEPORT DRIVER
3102 P:      Peter Berger and Al Borchers
3103 M:      [email protected]
3104 M:      [email protected]
3105 L:      [email protected]
3106 L:      [email protected]
3107 S:      Maintained
3108
3109 USB SERIAL DRIVER
3110 P:      Greg Kroah-Hartman
3111 M:      [email protected]
3112 L:      [email protected]
3113 L:      [email protected]
3114 S:      Supported
3115
3116 USB SERIAL BELKIN F5U103 DRIVER
3117 P:      William Greathouse
3118 M:      [email protected]
3119 L:      [email protected]
3120 L:      [email protected]
3121 S:      Maintained
3122
3123 USB SERIAL CYPRESS M8 DRIVER
3124 P:      Lonnie Mendez
3125 M:      [email protected]
3126 L:      [email protected]
3127 L:      [email protected]
3128 S:      Maintained
3129 W:      http://geocities.com/i0xox0i
3130 W:      http://firstlight.net/cvs
3131
3132 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3133 L:      [email protected]
3134 L:      [email protected]
3135 S:      Maintained
3136
3137 USB AUERSWALD DRIVER
3138 P:      Wolfgang Muees
3139 M:      [email protected]
3140 L:      [email protected]
3141 L:      [email protected]
3142 S:      Maintained
3143
3144 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3145 P:      Gary Brubaker
3146 M:      [email protected]
3147 L:      [email protected]
3148 L:      [email protected]
3149 S:      Maintained
3150
3151 USB SERIAL KEYSPAN DRIVER
3152 P:      Greg Kroah-Hartman
3153 M:      [email protected]
3154 L:      [email protected]
3155 L:      [email protected]
3156 W:      http://www.kroah.com/linux/
3157 S:      Maintained
3158
3159 USB SERIAL WHITEHEAT DRIVER
3160 P:      Stuart MacDonald
3161 M:      [email protected]
3162 L:      [email protected]
3163 L:      [email protected]
3164 W:      http://www.connecttech.com
3165 S:      Supported
3166
3167 USB SN9C10x DRIVER
3168 P:      Luca Risolia
3169 M:      [email protected]
3170 L:      [email protected]
3171 L:      [email protected]
3172 W:      http://www.linux-projects.org
3173 S:      Maintained
3174
3175 USB SUBSYSTEM
3176 P:      Greg Kroah-Hartman
3177 M:      [email protected]
3178 L:      [email protected]
3179 L:      [email protected]
3180 W:      http://www.linux-usb.org
3181 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3182 S:      Supported
3183
3184 USB UHCI DRIVER
3185 P:      Alan Stern
3186 M:      [email protected]
3187 L:      [email protected]
3188 L:      [email protected]
3189 S:      Maintained
3190
3191 USB "USBNET" DRIVER
3192 P:      David Brownell
3193 M:      [email protected]
3194 L:      [email protected]
3195 S:      Maintained
3196
3197 USB W996[87]CF DRIVER
3198 P:      Luca Risolia
3199 M:      [email protected]
3200 L:      [email protected]
3201 L:      [email protected]
3202 W:      http://www.linux-projects.org
3203 S:      Maintained
3204
3205 USB ZC0301 DRIVER
3206 P:      Luca Risolia
3207 M:      [email protected]
3208 L:      [email protected]
3209 L:      [email protected]
3210 W:      http://www.linux-projects.org
3211 S:      Maintained
3212
3213 USB ZD1201 DRIVER
3214 P:      Jeroen Vreeken
3215 M:      [email protected]
3216 L:      [email protected]
3217 L:      [email protected]
3218 W:      http://linux-lc100020.sourceforge.net
3219 S:      Maintained
3220
3221 USER-MODE LINUX
3222 P:      Jeff Dike
3223 M:      [email protected]
3224 L:      [email protected]
3225 L:      [email protected]
3226 W:      http://user-mode-linux.sourceforge.net
3227 S:      Maintained
3228         
3229 FAT/VFAT/MSDOS FILESYSTEM:
3230 P:      OGAWA Hirofumi
3231 M:      [email protected]
3232 L:      [email protected]
3233 S:      Maintained
3234
3235 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3236 P:      Jeff Garzik
3237 S:      Odd fixes
3238
3239 VIA RHINE NETWORK DRIVER
3240 P:      Roger Luethi
3241 M:      [email protected]
3242 S:      Maintained
3243
3244 VIAPRO SMBUS DRIVER
3245 P:      Jean Delvare
3246 M:      [email protected]
3247 L:      [email protected]
3248 S:      Maintained
3249
3250 UCLINUX (AND M68KNOMMU)
3251 P:      Greg Ungerer
3252 M:      [email protected]
3253 W:      http://www.uclinux.org/
3254 L:      [email protected]  (subscribers-only)
3255 S:      Maintained
3256
3257 UCLINUX FOR NEC V850
3258 P:      Miles Bader
3259 M:      [email protected]
3260 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3261 W:      http://www.ee.nec.de/uclinux/
3262 S:      Supported
3263
3264 UCLINUX FOR RENESAS H8/300
3265 P:      Yoshinori Sato
3266 M:      [email protected]
3267 W:      http://uclinux-h8.sourceforge.jp/
3268 S:      Supported
3269
3270 USB DIAMOND RIO500 DRIVER
3271 P:      Cesar Miquel
3272 M:      [email protected]
3273 L:      [email protected]
3274 W:      http://rio500.sourceforge.net
3275 S:      Maintained
3276
3277 VIDEO FOR LINUX
3278 P:      Mauro Carvalho Chehab
3279 M:      [email protected]
3280 M:      [email protected]
3281 L:      [email protected]
3282 W:      http://linuxtv.org
3283 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3284 S:      Maintained
3285
3286 VT1211 HARDWARE MONITOR DRIVER
3287 P:      Juerg Haefliger
3288 M:      [email protected]
3289 L:      [email protected]
3290 S:      Maintained
3291
3292 VT8231 HARDWARE MONITOR DRIVER
3293 P:      Roger Lucas
3294 M:      [email protected]
3295 L:      [email protected]
3296 S:      Maintained
3297
3298 W1 DALLAS'S 1-WIRE BUS
3299 P:      Evgeniy Polyakov
3300 M:      [email protected]
3301 S:      Maintained
3302
3303 W83791D HARDWARE MONITORING DRIVER
3304 P:      Charles Spirakis
3305 M:      [email protected]
3306 L:      [email protected]
3307 S:      Maintained
3308
3309 W83L51xD SD/MMC CARD INTERFACE DRIVER
3310 P:      Pierre Ossman
3311 M:      [email protected]
3312 L:      [email protected]
3313 W:      http://projects.drzeus.cx/wbsd
3314 S:      Maintained
3315
3316 WATCHDOG DEVICE DRIVERS
3317 P:      Wim Van Sebroeck
3318 M:      [email protected]
3319 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3320 S:      Maintained
3321
3322 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3323 P:      Jean Tourrilhes
3324 M:      [email protected]
3325 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3326 S:      Maintained
3327
3328 WD7000 SCSI DRIVER
3329 P:      Miroslav Zagorac
3330 M:      [email protected]
3331 L:      [email protected]
3332 S:      Maintained
3333
3334 WISTRON LAPTOP BUTTON DRIVER
3335 P:      Miloslav Trmac
3336 M:      [email protected]
3337 S:      Maintained
3338
3339 WL3501 WIRELESS PCMCIA CARD DRIVER
3340 P:      Arnaldo Carvalho de Melo
3341 M:      [email protected]
3342 W:      http://advogato.org/person/acme
3343 S:      Maintained
3344
3345 X.25 NETWORK LAYER
3346 P:      Henner Eisen
3347 M:      [email protected]
3348 L:      [email protected]
3349 S:      Maintained
3350
3351 XFS FILESYSTEM
3352 P:      Silicon Graphics Inc
3353 P:      Tim Shimmin, David Chatterton
3354 M:      [email protected]
3355 L:      [email protected]
3356 W:      http://oss.sgi.com/projects/xfs
3357 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6
3358 S:      Supported
3359
3360 X86 3-LEVEL PAGING (PAE) SUPPORT
3361 P:      Ingo Molnar
3362 M:      [email protected]
3363 S:      Maintained
3364
3365 X86-64 port
3366 P:      Andi Kleen
3367 M:      [email protected]
3368 L:      [email protected]
3369 W:      http://www.x86-64.org
3370 S:      Maintained
3371
3372 YAM DRIVER FOR AX.25
3373 P:      Jean-Paul Roubelat
3374 M:      [email protected]
3375 L:      [email protected]
3376 S:      Maintained
3377
3378 YEALINK PHONE DRIVER
3379 P:      Henk Vergonet
3380 M:      [email protected]
3381 L:      [email protected]
3382 S:      Maintained
3383
3384 YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3385 P:      Pete Zaitcev
3386 M:      [email protected]
3387 L:      [email protected]
3388 S:      Obsolete
3389
3390 Z8530 DRIVER FOR AX.25
3391 P:      Joerg Reuter
3392 M:      [email protected]
3393 W:      http://yaina.de/jreuter/
3394 W:      http://www.qsl.net/dl1bke/
3395 L:      [email protected]
3396 S:      Maintained
3397
3398 ZD1211RW WIRELESS DRIVER
3399 P:      Daniel Drake
3400 M:      [email protected]
3401 P:      Ulrich Kunitz
3402 M:      [email protected]
3403 W:      http://zd1211.ath.cx/wiki/DriverRewrite
3404 L:      [email protected] (subscribers-only)
3405 S:      Maintained
3406
3407 ZF MACHZ WATCHDOG
3408 P:      Fernando Fuganti
3409 M:      [email protected]
3410 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3411 S:      Maintained
3412
3413 ZR36067 VIDEO FOR LINUX DRIVER
3414 P:      Ronald Bultje
3415 M:      [email protected]
3416 L:      [email protected]
3417 W:      http://mjpeg.sourceforge.net/driver-zoran/
3418 S:      Maintained
3419
3420 ZR36120 VIDEO FOR LINUX DRIVER
3421 P:      Pauline Middelink
3422 M:      [email protected]
3423 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3424 W:      http://www.polyware.nl/~middelin/hobbies.html
3425 S:      Maintained
3426
3427 THE REST
3428 P:      Linus Torvalds
3429 S:      Buried alive in reporters
This page took 0.21557 seconds and 4 git commands to generate.