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