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