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