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