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