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