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