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