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