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