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