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