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