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