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