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