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