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