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