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