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