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