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