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