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