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