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