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