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