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