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