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