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