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