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