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