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