]> Git Repo - linux.git/blob - MAINTAINERS
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/spi-2.6
[linux.git] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time. See
34         Documentation/CodingStyle for guidance here.
35
36         PLEASE try to include any credit lines you want added with the
37         patch. It avoids people being missed off by mistake and makes
38         it easier to know who wants adding and who doesn't.
39
40         PLEASE document known bugs. If it doesn't work for everything
41         or does something very odd once a month document it.
42
43 6.      Make sure you have the right to send any changes you make. If you
44         do changes at work you may find your employer owns the patch
45         not you.
46
47 7.      Happy hacking.
48
49                 -----------------------------------
50
51 Maintainers List (try to look for most precise areas first)
52
53 Note: For the hard of thinking, this list is meant to remain in alphabetical
54 order. If you could add yourselves to it in alphabetical order that would be
55 so much easier [Ed]
56
57 P: Person
58 M: Mail patches to
59 L: Mailing list that is relevant to this area
60 W: Web-page with status/info
61 T: SCM tree type and location.  Type is one of: git, hg, quilt.
62 S: Status, one of the following:
63
64         Supported:      Someone is actually paid to look after this.
65         Maintained:     Someone actually looks after it.
66         Odd Fixes:      It has a maintainer but they don't have time to do
67                         much other than throw the odd patch in. See below..
68         Orphan:         No current maintainer [but maybe you could take the
69                         role as you write your new code].
70         Obsolete:       Old code. Something tagged obsolete generally means
71                         it has been replaced by a better system and you
72                         should be using that.
73
74 3C359 NETWORK DRIVER
75 P:      Mike Phillips
76 M:      [email protected]
77 L:      [email protected]
78 L:      [email protected]
79 W:      http://www.linuxtr.net
80 S:      Maintained
81
82 3C505 NETWORK DRIVER
83 P:      Philip Blundell
84 M:      [email protected]
85 L:      [email protected]
86 S:      Maintained
87
88 3CR990 NETWORK DRIVER
89 P:      David Dillow
90 M:      [email protected]
91 L:      [email protected]
92 S:      Maintained
93
94 3W-XXXX ATA-RAID CONTROLLER DRIVER
95 P:      Adam Radford
96 M:      [email protected]
97 L:      [email protected]
98 W:      http://www.amcc.com
99 S:      Supported
100
101 3W-9XXX SATA-RAID CONTROLLER DRIVER
102 P:      Adam Radford
103 M:      [email protected]
104 L:      [email protected]
105 W:      http://www.amcc.com
106 S:      Supported
107
108 53C700 AND 53C700-66 SCSI DRIVER
109 P:      James E.J. Bottomley
110 M:      [email protected]
111 L:      [email protected]
112 S:      Maintained
113
114 6PACK NETWORK DRIVER FOR AX.25
115 P:      Andreas Koensgen
116 M:      [email protected]
117 L:      [email protected]
118 S:      Maintained
119
120 8139CP 10/100 FAST ETHERNET DRIVER
121 P:      Jeff Garzik
122 M:      [email protected]
123 S:      Maintained
124
125 8139TOO 10/100 FAST ETHERNET DRIVER
126 P:      Jeff Garzik
127 M:      [email protected]
128 W:      http://sourceforge.net/projects/gkernel/
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 P:      Russell King
139 M:      [email protected]
140 L:      [email protected]
141 W:      http://serial.sourceforge.net
142 S:      Maintained
143
144 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
145 P:      Paul Gortmaker
146 M:      [email protected]
147 L:      [email protected]
148 S:      Maintained
149
150 A2232 SERIAL BOARD DRIVER
151 P:      Enver Haase
152 M:      [email protected]
153 M:      [email protected]
154 L:      [email protected]
155 S:      Maintained
156
157 AIO
158 P:      Benjamin LaHaise
159 M:      [email protected]
160 L:      [email protected]
161 S:      Supported
162
163 ACENIC DRIVER
164 P:      Jes Sorensen
165 M:      [email protected]
166 L:      [email protected]
167 S:      Maintained
168
169 ACI MIXER DRIVER
170 P:      Robert Siemer
171 M:      [email protected]
172 L:      [email protected]
173 W:      http://www.stud.uni-karlsruhe.de/~uh1b/
174 S:      Maintained
175
176 AACRAID SCSI RAID DRIVER
177 P:      Adaptec OEM Raid Solutions
178 L:      [email protected]
179 W:      http://linux.dell.com/storage.shtml
180 S:      Supported
181
182 ACPI
183 P:      Len Brown
184 M:      [email protected]
185 L:      [email protected]
186 W:      http://acpi.sourceforge.net/
187 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
188 S:      Maintained
189
190 AD1816 SOUND DRIVER
191 P:      Thorsten Knabe
192 M:      Thorsten Knabe <[email protected]>
193 W:      http://linux.thorsten-knabe.de
194 S:      Maintained
195
196 AD1889 SOUND DRIVER
197 P:      Kyle McMartin
198 M:      [email protected]
199 P:      Thibaut Varene
200 M:      [email protected]
201 W:      http://wiki.parisc-linux.org/AD1889
202 L:      [email protected]
203 S:      Maintained
204
205 ADM1025 HARDWARE MONITOR DRIVER
206 P:      Jean Delvare
207 M:      [email protected]
208 L:      [email protected]
209 S:      Maintained
210
211 ADT746X FAN DRIVER
212 P:      Colin Leroy
213 M:      [email protected]
214 S:      Maintained
215
216 AEDSP16 DRIVER
217 P:      Riccardo Facchetti
218 M:      [email protected]
219 S:      Maintained
220
221 AFFS FILE SYSTEM
222 P:      Roman Zippel
223 M:      [email protected]
224 S:      Maintained
225
226 AGPGART DRIVER
227 P:      Dave Jones
228 M:      [email protected]
229 W:      http://www.codemonkey.org.uk/projects/agp/
230 T:      git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
231 S:      Maintained
232
233 AHA152X SCSI DRIVER
234 P:      Juergen E. Fischer
235 M:      Juergen Fischer <[email protected]>
236 L:      [email protected]
237 S:      Maintained
238
239 ALCATEL SPEEDTOUCH USB DRIVER
240 P:      Duncan Sands
241 M:      [email protected]
242 L:      [email protected]
243 L:      [email protected]
244 W:      http://www.linux-usb.org/SpeedTouch/
245 S:      Maintained
246
247 ALI1563 I2C DRIVER
248 P:      Rudolf Marek
249 M:      [email protected]
250 L:      [email protected]
251 S:      Maintained
252
253 ALPHA PORT
254 P:      Richard Henderson
255 M:      [email protected]
256 S:      Odd Fixes for 2.4; Maintained for 2.6.
257 P:      Ivan Kokshaysky
258 M:      [email protected]
259 S:      Maintained for 2.4; PCI support for 2.6.
260
261 AMD GEODE PROCESSOR/CHIPSET SUPPORT
262 P:      Jordan Crouse
263 M:      [email protected]
264 L:      [email protected]
265 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
266 S:      Supported
267
268 APM DRIVER
269 P:      Stephen Rothwell
270 M:      [email protected]
271 L:      [email protected]
272 W:      http://www.canb.auug.org.au/~sfr/
273 S:      Supported
274
275 APPLETALK NETWORK LAYER
276 P:      Arnaldo Carvalho de Melo
277 M:      [email protected]
278 S:      Maintained
279
280 ARC FRAMEBUFFER DRIVER
281 P:      Jaya Kumar
282 M:      [email protected]
283 S:      Maintained
284
285 ARM26 ARCHITECTURE
286 P:      Ian Molton
287 M:      [email protected]
288 S:      Maintained
289
290 ARM26/ARCHIMEDES
291 P:      Ian Molton
292 M:      [email protected]
293 S:      Maintained
294
295 ARM26/A5000
296 P:      John Appleby
297 M:      [email protected]
298 S:      Maintained
299
300 ARM MFM AND FLOPPY DRIVERS
301 P:      Ian Molton
302 M:      [email protected]
303 S:      Maintained
304
305 ARM/CORGI MACHINE SUPPORT
306 P:      Richard Purdie
307 M:      [email protected]
308 S:      Maintained
309
310 ARM/TOSA MACHINE SUPPORT
311 P:      Dirk Opfer
312 M:      [email protected]
313 S:      Maintained
314
315 ARM/PLEB SUPPORT
316 P:      Peter Chubb
317 M:      [email protected]
318 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
319 S:      Maintained
320
321 ARM/PT DIGITAL BOARD PORT
322 P:      Stefan Eletzhofer
323 M:      [email protected]
324 L:      [email protected] (subscribers-only)
325 W:      http://www.arm.linux.org.uk/
326 S:      Maintained
327
328 ARM/SHARK MACHINE SUPPORT
329 P:      Alexander Schulz
330 M:      [email protected]
331 W:      http://www.shark-linux.de/shark.html
332 S:      Maintained
333
334 ARM/STRONGARM110 PORT
335 P:      Russell King
336 M:      [email protected]
337 L:      [email protected] (subscribers-only)
338 W:      http://www.arm.linux.org.uk/
339 S:      Maintained
340
341 ARM/S3C2410 ARM ARCHITECTURE
342 P:      Ben Dooks
343 M:      [email protected]
344 L:      [email protected] (subscribers-only)
345 W:      http://www.fluff.org/ben/linux/
346 S:      Maintained
347
348 ARM/S3C2440 ARM ARCHITECTURE
349 P:      Ben Dooks
350 M:      [email protected]
351 L:      [email protected] (subscribers-only)
352 W:      http://www.fluff.org/ben/linux/
353 S:      Maintained
354
355 ARPD SUPPORT
356 P:      Jonathan Layes
357 L:      [email protected]
358 S:      Maintained
359
360 ASUS ACPI EXTRAS DRIVER
361 P:      Karol Kozimor
362 M:      [email protected]
363 P:      Julien Lerouge
364 M:      [email protected]
365 L:      [email protected]
366 W:      http://sourceforge.net/projects/acpi4asus
367 W:      http://julien.lerouge.free.fr
368 S:      Maintained
369
370 ATA OVER ETHERNET DRIVER
371 P:      Ed L. Cashin
372 M:      [email protected]
373 W:      http://www.coraid.com/support/linux
374 S:      Supported
375
376 ATM
377 P:      Chas Williams
378 M:      [email protected]
379 L:      [email protected]
380 W:      http://linux-atm.sourceforge.net
381 S:      Maintained
382
383 ATMEL WIRELESS DRIVER
384 P:      Simon Kelley
385 M:      [email protected]
386 W:      http://www.thekelleys.org.uk/atmel
387 W:      http://atmelwlandriver.sourceforge.net/
388 S:      Maintained
389
390 AUDIT SUBSYSTEM
391 P:      David Woodhouse
392 M:      [email protected]
393 L:      [email protected]
394 W:      http://people.redhat.com/sgrubb/audit/
395 T:      git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
396 S:      Maintained
397
398 AX.25 NETWORK LAYER
399 P:      Ralf Baechle
400 M:      [email protected]
401 L:      [email protected]
402 S:      Maintained
403
404 BAYCOM/HDLCDRV DRIVERS FOR AX.25
405 P:      Thomas Sailer
406 M:      [email protected]
407 L:      [email protected]
408 W:      http://www.baycom.org/~tom/ham/ham.html
409 S:      Maintained
410
411 BEFS FILE SYSTEM
412 P:      Sergey S. Kostyliov
413 M:      [email protected]
414 L:      [email protected]
415 S:      Maintained
416
417 BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
418 P:      Kenji Hollis
419 W:      http://ftp.bitgate.com/pcwd/
420 S:      Maintained
421
422 BFS FILE SYSTEM
423 P:      Tigran A. Aivazian
424 M:      [email protected]
425 L:      [email protected]
426 S:      Maintained
427
428 BLOCK LAYER
429 P:      Jens Axboe
430 M:      [email protected]
431 L:      [email protected]
432 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
433 S:      Maintained
434
435 BLUETOOTH SUBSYSTEM
436 P:      Marcel Holtmann
437 M:      [email protected]
438 P:      Maxim Krasnyansky
439 M:      [email protected]
440 L:      [email protected]
441 W:      http://bluez.sf.net
442 W:      http://www.bluez.org
443 W:      http://www.holtmann.org/linux/bluetooth/
444 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
445 S:      Maintained
446
447 BLUETOOTH RFCOMM LAYER
448 P:      Marcel Holtmann
449 M:      [email protected]
450 P:      Maxim Krasnyansky
451 M:      [email protected]
452 S:      Maintained
453
454 BLUETOOTH BNEP LAYER
455 P:      Marcel Holtmann
456 M:      [email protected]
457 P:      Maxim Krasnyansky
458 M:      [email protected]
459 S:      Maintained
460
461 BLUETOOTH CMTP LAYER
462 P:      Marcel Holtmann
463 M:      [email protected]
464 S:      Maintained
465
466 BLUETOOTH HIDP LAYER
467 P:      Marcel Holtmann
468 M:      [email protected]
469 S:      Maintained
470
471 BLUETOOTH HCI UART DRIVER
472 P:      Marcel Holtmann
473 M:      [email protected]
474 P:      Maxim Krasnyansky
475 M:      [email protected]
476 S:      Maintained
477
478 BLUETOOTH HCI USB DRIVER
479 P:      Marcel Holtmann
480 M:      [email protected]
481 P:      Maxim Krasnyansky
482 M:      [email protected]
483 S:      Maintained
484
485 BLUETOOTH HCI BCM203X DRIVER
486 P:      Marcel Holtmann
487 M:      [email protected]
488 S:      Maintained
489
490 BLUETOOTH HCI BPA10X DRIVER
491 P:      Marcel Holtmann
492 M:      [email protected]
493 S:      Maintained
494
495 BLUETOOTH HCI BFUSB DRIVER
496 P:      Marcel Holtmann
497 M:      [email protected]
498 S:      Maintained
499
500 BLUETOOTH HCI DTL1 DRIVER
501 P:      Marcel Holtmann
502 M:      [email protected]
503 S:      Maintained
504
505 BLUETOOTH HCI BLUECARD DRIVER
506 P:      Marcel Holtmann
507 M:      [email protected]
508 S:      Maintained
509
510 BLUETOOTH HCI BT3C DRIVER
511 P:      Marcel Holtmann
512 M:      [email protected]
513 S:      Maintained
514
515 BLUETOOTH HCI BTUART DRIVER
516 P:      Marcel Holtmann
517 M:      [email protected]
518 S:      Maintained
519
520 BLUETOOTH HCI VHCI DRIVER
521 P:      Maxim Krasnyansky
522 M:      [email protected]
523 S:      Maintained
524
525 BONDING DRIVER
526 P:   Chad Tindel
527 M:   [email protected]
528 P:   Jay Vosburgh
529 M:   [email protected]
530 L:   [email protected]
531 W:   http://sourceforge.net/projects/bonding/
532 S:   Supported
533
534 BROADBAND PROCESSOR ARCHITECTURE
535 P:      Arnd Bergmann
536 M:      [email protected]
537 L:      [email protected]
538 W:      http://linuxppc64.org
539 S:      Supported
540
541 BTTV VIDEO4LINUX DRIVER
542 P:      Mauro Carvalho Chehab
543 M:      [email protected]
544 L:      [email protected]
545 W:      http://linuxtv.org
546 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
547 S:      Maintained
548
549 COMMON INTERNET FILE SYSTEM (CIFS)
550 P:      Steve French
551 M:      [email protected]
552 L:      [email protected]
553 W:      http://us1.samba.org/samba/Linux_CIFS_client.html
554 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
555 S:      Supported       
556
557 CONFIGFS
558 P:      Joel Becker
559 M:      Joel Becker <[email protected]>
560 S:      Supported
561
562 CIRRUS LOGIC GENERIC FBDEV DRIVER
563 P:      Jeff Garzik
564 M:      [email protected]
565 L:      [email protected]
566 S:      Odd Fixes
567
568 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
569 P:      Cirrus Logic Corporation (kernel 2.2 driver)
570 M:      Cirrus Logic Corporation, Thomas Woller <[email protected]>
571 P:      Nils Faerber (port to kernel 2.4)
572 M:      Nils Faerber <[email protected]>
573 S:      Maintained
574
575 CODA FILE SYSTEM
576 P:      Jan Harkes
577 M:      [email protected]
578 M:      [email protected]
579 L:      [email protected]
580 W:      http://www.coda.cs.cmu.edu/
581 S:      Maintained
582
583 COMPACTPCI HOTPLUG CORE
584 P:      Scott Murray
585 M:      [email protected]
586 M:      [email protected]
587 L:      [email protected]
588 S:      Supported
589
590 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
591 P:      Scott Murray
592 M:      [email protected]
593 M:      [email protected]
594 L:      [email protected]
595 S:      Supported
596
597 COMPACTPCI HOTPLUG GENERIC DRIVER
598 P:      Scott Murray
599 M:      [email protected]
600 M:      [email protected]
601 L:      [email protected]
602 S:      Supported
603
604 COMPUTONE INTELLIPORT MULTIPORT CARD
605 P:      Michael H. Warfield
606 M:      [email protected]
607 W:      http://www.wittsend.com/computone.html
608 S:      Maintained
609
610 COSA/SRP SYNC SERIAL DRIVER
611 P:      Jan "Yenya" Kasprzak
612 M:      [email protected]
613 W:      http://www.fi.muni.cz/~kas/cosa/
614 S:      Maintained
615
616 CPU FREQUENCY DRIVERS
617 P:      Dave Jones
618 M:      [email protected]
619 L:      [email protected]
620 W:      http://www.codemonkey.org.uk/projects/cpufreq/
621 T:      git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
622 S:      Maintained
623
624 CPUID/MSR DRIVER
625 P:      H. Peter Anvin
626 M:      [email protected]
627 S:      Maintained
628
629 CPUSETS
630 P:      Paul Jackson
631 P:      Simon Derr
632 M:      [email protected]
633 M:      [email protected]
634 L:      [email protected]
635 W:      http://www.bullopensource.org/cpuset/
636 S:      Supported
637
638 CRAMFS FILESYSTEM
639 W:     http://sourceforge.net/projects/cramfs/
640 S:     Orphan
641
642 CRIS PORT
643 P:      Mikael Starvik
644 M:      [email protected]
645 L:      [email protected]
646 W:      http://developer.axis.com
647 S:      Maintained
648
649 CRYPTO API
650 P:      Herbert Xu
651 M:      [email protected]
652 P:      David S. Miller
653 M:      [email protected]
654 L:      [email protected]
655 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
656 S:      Maintained
657
658 CS5535 Audio ALSA driver
659 P:      Jaya Kumar
660 M:      [email protected]
661 S:      Maintained
662
663 CYBERPRO FB DRIVER
664 P:      Russell King
665 M:      [email protected]
666 W:      http://www.arm.linux.org.uk/
667 S:      Maintained
668
669 CYBLAFB FRAMEBUFFER DRIVER
670 P:      Knut Petersen
671 M:      [email protected]
672 L:      [email protected]
673 S:      Maintained
674
675 CYCLADES 2X SYNC CARD DRIVER
676 P:      Arnaldo Carvalho de Melo
677 M:      [email protected]
678 W:      http://advogato.org/person/acme
679 L:      [email protected]
680 S:      Maintained
681
682 CYCLADES ASYNC MUX DRIVER
683 M:      [email protected]
684 W:      http://www.cyclades.com/
685 S:      Supported
686
687 CYCLADES PC300 DRIVER
688 M:      [email protected]
689 W:      http://www.cyclades.com/
690 S:      Supported
691
692 DAMA SLAVE for AX.25
693 P:      Joerg Reuter
694 M:      [email protected]
695 W:      http://yaina.de/jreuter/
696 W:      http://www.qsl.net/dl1bke/
697 L:      [email protected]
698 S:      Maintained
699
700 DC395x SCSI driver
701 P:      Oliver Neukum
702 M:      [email protected]
703 P:      Ali Akcaagac
704 M:      [email protected]
705 P:      Jamie Lenehan
706 M:      [email protected]
707 W:      http://twibble.org/dist/dc395x/
708 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
709 S:      Maintained
710
711 DC390/AM53C974 SCSI driver
712 P:      Kurt Garloff
713 M:      [email protected]
714 W:      http://www.garloff.de/kurt/linux/dc390/
715 P:      Guennadi Liakhovetski
716 M:      [email protected]
717 S:      Maintained
718
719 DCCP PROTOCOL
720 P:      Arnaldo Carvalho de Melo
721 M:      [email protected]
722 L:      [email protected]
723 W:      http://linux-net.osdl.org/index.php/DCCP
724 S:      Maintained
725
726 DECnet NETWORK LAYER
727 P:      Patrick Caulfield
728 M:      [email protected]
729 W:      http://linux-decnet.sourceforge.net
730 L:      [email protected]
731 S:      Maintained
732
733 DEFXX FDDI NETWORK DRIVER
734 P:      Maciej W. Rozycki
735 M:      [email protected]
736 S:      Maintained
737
738 DELL LAPTOP SMM DRIVER
739 P:      Massimo Dal Zotto
740 M:      [email protected]
741 W:      http://www.debian.org/~dz/i8k/
742 S:      Maintained
743
744 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
745 P:      Doug Warzecha
746 M:      [email protected]
747 S:      Maintained
748
749 DEVICE-MAPPER
750 P:      Alasdair Kergon
751 L:      [email protected]
752 W:      http://sources.redhat.com/dm
753 S:      Maintained
754
755 DEVICE NUMBER REGISTRY
756 P:      Torben Mathiasen
757 M:      [email protected]
758 W:      http://lanana.org/docs/device-list/index.html
759 L:      [email protected]
760 S:      Maintained
761
762 DEVICE FILESYSTEM
763 S:      Obsolete
764
765 DIGI INTL. EPCA DRIVER
766 P:      Digi International, Inc
767 M:      [email protected]
768 L:      [email protected]
769 W:      http://www.digi.com
770 S:      Orphaned
771
772 DIGI RIGHTSWITCH NETWORK DRIVER
773 P:      Rick Richardson
774 L:      [email protected]
775 W:      http://www.digi.com
776 S:      Orphaned
777
778 DIRECTORY NOTIFICATION
779 P:      Stephen Rothwell
780 M:      [email protected]
781 L:      [email protected]
782 S:      Supported
783
784 DISK GEOMETRY AND PARTITION HANDLING
785 P:      Andries Brouwer
786 M:      [email protected]
787 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
788 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
789 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
790 S:      Maintained
791
792 DISKQUOTA:
793 P:      Jan Kara
794 M:      [email protected]
795 L:      [email protected]
796 S:      Maintained
797
798 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
799 P:      Tobias Ringstrom
800 M:      [email protected]
801 L:      [email protected]
802 S:      Maintained
803
804 DOCBOOK FOR DOCUMENTATION
805 P:      Martin Waitz
806 M:      [email protected]
807 T:      git http://tali.admingilde.org/git/linux-docbook.git
808 S:      Maintained
809
810 DOUBLETALK DRIVER
811 P:      James R. Van Zandt
812 M:      [email protected]
813 L:      [email protected]
814 S:      Maintained
815
816 DRIVER CORE, KOBJECTS, AND SYSFS
817 P:      Greg Kroah-Hartman
818 M:      [email protected]
819 L:      [email protected]
820 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
821 S:      Supported
822
823 DRM DRIVERS
824 P:      David Airlie
825 M:      [email protected]
826 L:      [email protected]
827 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
828 S:      Maintained
829
830 DSCC4 DRIVER
831 P:      François Romieu
832 M:      [email protected]
833 M:      [email protected]
834 S:      Maintained
835
836 DVB SUBSYSTEM AND DRIVERS
837 P:      LinuxTV.org Project
838 M:      [email protected]
839 L:      [email protected] (subscription required)
840 W:      http://linuxtv.org/
841 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
842 S:      Supported
843
844 EATA-DMA SCSI DRIVER
845 P:      Michael Neuffer
846 L:      [email protected][email protected]
847 S:      Maintained
848
849 EATA ISA/EISA/PCI SCSI DRIVER
850 P:      Dario Ballabio
851 M:      [email protected]
852 L:      [email protected]
853 S:      Maintained
854
855 EATA-PIO SCSI DRIVER
856 P:      Michael Neuffer
857 M:      [email protected]
858 L:      [email protected][email protected]
859 S:      Maintained
860
861 EBTABLES
862 P:      Bart De Schuymer
863 M:      [email protected]
864 L:      [email protected]
865 L:      [email protected]
866 W:      http://ebtables.sourceforge.net/
867 S:      Maintained
868
869 EEPRO100 NETWORK DRIVER
870 P:      Andrey V. Savochkin
871 M:      [email protected]
872 S:      Maintained
873
874 EMU10K1 SOUND DRIVER
875 P:      James Courtier-Dutton
876 M:      [email protected]
877 L:      [email protected]
878 W:      http://sourceforge.net/projects/emu10k1/
879 S:      Maintained
880
881 EMULEX LPFC FC SCSI DRIVER
882 P:      James Smart
883 M:      [email protected]
884 L:      [email protected]
885 W:      http://sourceforge.net/projects/lpfcxxxx
886 S:      Supported
887
888 EPSON 1355 FRAMEBUFFER DRIVER
889 P:      Christopher Hoover
890 M:      [email protected][email protected]
891 S:      Maintained
892
893 ETHEREXPRESS-16 NETWORK DRIVER
894 P:      Philip Blundell
895 M:      [email protected]
896 L:      [email protected]
897 S:      Maintained
898
899 ETHERNET BRIDGE
900 P:      Stephen Hemminger
901 M:      [email protected]
902 L:      [email protected]
903 W:      http://bridge.sourceforge.net/
904 S:      Maintained
905
906 ETHERTEAM 16I DRIVER
907 P:      Mika Kuoppala
908 M:      [email protected]
909 S:      Maintained
910
911 EXT2 FILE SYSTEM
912 L:      [email protected]
913 S:      Maintained
914
915 EXT3 FILE SYSTEM
916 P:      Stephen Tweedie, Andrew Morton
917 M:      [email protected][email protected][email protected]
918 L:      [email protected]
919 S:      Maintained
920
921 FARSYNC SYNCHRONOUS DRIVER
922 P:      Kevin Curtis
923 M:      [email protected]
924 W:      http://www.farsite.co.uk/
925 S:      Supported
926
927 FRAMEBUFFER LAYER
928 P:      Antonino Daplas
929 M:      [email protected]
930 L:      [email protected] 
931 W:      http://linux-fbdev.sourceforge.net/
932 S:      Maintained
933
934 FREESCALE SOC FS_ENET DRIVER
935 P:      Pantelis Antoniou
936 M:      [email protected]
937 P:      Vitaly Bordug
938 M:      [email protected]
939 L:      [email protected]
940 L:      [email protected]
941 S:      Maintained
942
943 FILE LOCKING (flock() and fcntl()/lockf())
944 P:      Matthew Wilcox
945 M:      [email protected]
946 L:      [email protected]
947 S:      Maintained
948
949 FILESYSTEMS (VFS and infrastructure)
950 P:      Alexander Viro
951 M:      [email protected]
952 S:      Maintained
953
954 FIRMWARE LOADER (request_firmware)
955 L:      [email protected]
956 S:      Orphan
957
958 FPU EMULATOR
959 P:      Bill Metzenthen
960 M:      [email protected]
961 W:      http://suburbia.net/~billm/floating-point/emulator/
962 S:      Maintained
963
964 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
965 P:      Mike McLagan
966 M:      [email protected]
967 L:      [email protected]
968 S:      Maintained
969
970 FREEVXFS FILESYSTEM
971 P:      Christoph Hellwig
972 M:      [email protected]
973 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
974 S:      Maintained
975
976 FUJITSU FR-V PORT
977 P:      David Howells
978 M:      [email protected]
979 S:      Maintained
980
981 FTAPE/QIC-117
982 L:      [email protected]
983 W:      http://sourceforge.net/projects/ftape
984 S:      Orphan
985
986 FUSE: FILESYSTEM IN USERSPACE
987 P:      Miklos Szeredi
988 M:      [email protected]
989 L:      [email protected]
990 W:      http://fuse.sourceforge.net/
991 S:      Maintained
992
993 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
994 P:      Rik Faith
995 M:      [email protected]
996 L:      [email protected]
997 S:      Odd fixes (e.g., new signatures)
998
999 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1000 P:      Achim Leubner
1001 M:      [email protected]
1002 L:      [email protected]
1003 W:      http://www.icp-vortex.com/
1004 S:      Supported
1005
1006 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1007 P:      Krzysztof Halasa
1008 M:      [email protected]
1009 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1010 S:      Maintained
1011
1012 HARDWARE MONITORING
1013 P:      Jean Delvare
1014 M:      [email protected]
1015 L:      [email protected]
1016 W:      http://www.lm-sensors.nu/
1017 S:      Maintained
1018
1019 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1020 P:      Robert Love
1021 M:      [email protected]
1022 M:      [email protected]
1023 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1024 S:      Maintained
1025
1026 HARMONY SOUND DRIVER
1027 P:      Kyle McMartin
1028 M:      [email protected]
1029 W:      http://www.parisc-linux.org/~kyle/harmony/
1030 L:      [email protected]
1031 S:      Maintained
1032
1033 HAYES ESP SERIAL DRIVER
1034 P:      Andrew J. Robinson
1035 M:      [email protected]
1036 L:      [email protected]
1037 W:      http://www.nyx.net/~arobinso
1038 S:      Maintained
1039
1040 HFS FILESYSTEM
1041 P:      Roman Zippel
1042 M:      [email protected]
1043 L:      [email protected]
1044 S:      Maintained
1045
1046 HGA FRAMEBUFFER DRIVER
1047 P:      Ferenc Bakonyi
1048 M:      [email protected]
1049 L:      [email protected]
1050 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1051 S:      Maintained
1052
1053 HIGH-SPEED SCC DRIVER FOR AX.25
1054 P:      Klaus Kudielka
1055 M:      [email protected]
1056 L:      [email protected]
1057 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1058 S:      Maintained
1059
1060 HIPPI
1061 P:      Jes Sorensen
1062 M:      [email protected]
1063 L:      [email protected]
1064 S:      Maintained
1065
1066 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1067 P:      Chirag Kantharia
1068 M:      [email protected]
1069 L:      [email protected]
1070 S:      Maintained
1071  
1072 HEWLETT-PACKARD SMART2 RAID DRIVER
1073 P:      Chirag Kantharia
1074 M:      [email protected]
1075 L:      [email protected]
1076 S:      Maintained
1077  
1078 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1079 P:      Mike Miller
1080 M:      [email protected]
1081 L:      [email protected]
1082 S:      Supported
1083  
1084 HOST AP DRIVER
1085 P:      Jouni Malinen
1086 M:      [email protected]
1087 L:      [email protected]
1088 W:      http://hostap.epitest.fi/
1089 S:      Maintained
1090
1091 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1092 P:      Jaroslav Kysela
1093 M:      [email protected]
1094 S:      Maintained
1095
1096 HPET:   High Precision Event Timers driver (hpet.c)
1097 P:      Clemens Ladisch
1098 M:      [email protected]
1099 S:      Maintained
1100
1101 HPET:   i386
1102 P:      Venkatesh Pallipadi (Venki)
1103 M:      [email protected]
1104 S:      Maintained
1105
1106 HPET:   x86_64
1107 P:      Andi Kleen and Vojtech Pavlik
1108 M:      [email protected] and [email protected]
1109 S:      Maintained
1110
1111 HPET:   ACPI hpet.c
1112 P:      Bob Picco
1113 M:      [email protected]
1114 S:      Maintained
1115
1116 HPFS FILESYSTEM
1117 P:      Mikulas Patocka
1118 M:      [email protected]
1119 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1120 S:      Maintained
1121
1122 HUGETLB FILESYSTEM
1123 P:      William Irwin
1124 M:      [email protected]
1125 S:      Maintained
1126
1127 I2C SUBSYSTEM
1128 P:      Jean Delvare
1129 M:      [email protected]
1130 L:      [email protected]
1131 W:      http://www.lm-sensors.nu/
1132 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1133 S:      Maintained
1134
1135 I2O
1136 P:      Markus Lidel
1137 M:      [email protected]
1138 W:      http://i2o.shadowconnect.com/
1139 S:      Maintained
1140
1141 i386 BOOT CODE
1142 P:      Riley H. Williams
1143 M:      [email protected]
1144 L:      [email protected]
1145 S:      Maintained
1146
1147 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1148 P:      Dave Jones
1149 M:      [email protected]
1150 P:      H. Peter Anvin
1151 M:      [email protected]
1152 S:      Maintained
1153
1154 i810 TCO TIMER WATCHDOG
1155 P:      Nils Faerber
1156 M:      [email protected]
1157 W:      http://www.kernelconcepts.de/
1158 S:      Maintained
1159
1160 IA64 (Itanium) PLATFORM
1161 P:      Tony Luck
1162 M:      [email protected]
1163 L:      [email protected]
1164 W:      http://www.ia64-linux.org/
1165 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1166 S:      Maintained
1167
1168 SN-IA64 (Itanium) SUB-PLATFORM
1169 P:      Greg Edwards
1170 M:      [email protected]
1171 L:      [email protected]
1172 L:      [email protected]
1173 W:      http://www.sgi.com/altix
1174 S:      Maintained
1175
1176 IBM MCA SCSI SUBSYSTEM DRIVER
1177 P:      Michael Lang
1178 M:      [email protected]
1179 W:      http://www.uni-mainz.de/~langm000/linux.html
1180 S:      Maintained
1181
1182 IBM Power Linux RAID adapter
1183 P:      Brian King
1184 M:      [email protected]
1185 S:      Supported
1186
1187 IBM ServeRAID RAID DRIVER
1188 P:      Jack Hammer
1189 P:      Dave Jeffery
1190 M:      [email protected]
1191 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1192 S:      Supported 
1193
1194 IDE DRIVER [GENERAL]
1195 P:      Bartlomiej Zolnierkiewicz
1196 M:      [email protected]
1197 L:      [email protected]
1198 L:      [email protected]
1199 T:      git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
1200 S:      Maintained
1201
1202 IDE/ATAPI CDROM DRIVER
1203 P:      Jens Axboe
1204 M:      [email protected]
1205 L:      [email protected]
1206 W:      http://www.kernel.dk
1207 S:      Maintained
1208
1209 IDE/ATAPI FLOPPY DRIVERS
1210 P:      Paul Bristow
1211 M:      Paul Bristow <[email protected]>
1212 W:      http://paulbristow.net/linux/idefloppy.html
1213 L:      [email protected]
1214 S:      Maintained
1215
1216 IDE/ATAPI TAPE DRIVERS
1217 P:      Gadi Oxman
1218 M:      Gadi Oxman <[email protected]>
1219 L:      [email protected]
1220 S:      Maintained
1221
1222 IEEE 1394 ETHERNET (eth1394)
1223 L:      [email protected]
1224 W:      http://www.linux1394.org/
1225 S:      Orphan
1226
1227 IEEE 1394 SUBSYSTEM
1228 P:      Ben Collins
1229 M:      [email protected]
1230 P:      Jody McIntyre
1231 M:      [email protected]
1232 L:      [email protected]
1233 W:      http://www.linux1394.org/
1234 T:      git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
1235 S:      Maintained
1236
1237 IEEE 1394 OHCI DRIVER
1238 P:      Ben Collins
1239 M:      [email protected]
1240 P:      Jody McIntyre
1241 M:      [email protected]
1242 L:      [email protected]
1243 W:      http://www.linux1394.org/
1244 S:      Maintained
1245
1246 IEEE 1394 PCILYNX DRIVER
1247 P:      Jody McIntyre
1248 M:      [email protected]
1249 L:      [email protected]
1250 W:      http://www.linux1394.org/
1251 S:      Maintained
1252
1253 IEEE 1394 RAW I/O DRIVER
1254 P:      Ben Collins
1255 M:      [email protected]
1256 P:      Dan Dennedy
1257 M:      [email protected]
1258 L:      [email protected]
1259 W:      http://www.linux1394.org/
1260 S:      Maintained
1261
1262 IEEE 1394 SBP2
1263 P:      Ben Collins
1264 M:      [email protected]
1265 P:      Stefan Richter
1266 M:      [email protected]
1267 L:      [email protected]
1268 W:      http://www.linux1394.org/
1269 S:      Maintained
1270
1271 IMS TWINTURBO FRAMEBUFFER DRIVER
1272 P:      Paul Mundt
1273 M:      [email protected]
1274 L:      [email protected]
1275 S:      Maintained
1276
1277 INFINIBAND SUBSYSTEM
1278 P:      Roland Dreier
1279 M:      [email protected]
1280 P:      Sean Hefty
1281 M:      [email protected]
1282 P:      Hal Rosenstock
1283 M:      [email protected]
1284 L:      [email protected]
1285 W:      http://www.openib.org/
1286 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1287 S:      Supported
1288
1289 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1290 P:      Dmitry Torokhov
1291 M:      [email protected]
1292 L:      [email protected]
1293 L:      [email protected]
1294 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1295 S:      Maintained
1296
1297 INOTIFY
1298 P:      John McCutchan and Robert Love
1299 M:      [email protected] and [email protected]
1300 L:      [email protected]
1301 S:      Maintained
1302
1303 INTEL 810/815 FRAMEBUFFER DRIVER
1304 P:      Antonino Daplas
1305 M:      [email protected]
1306 L:      [email protected]
1307 S:      Maintained
1308
1309 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1310 P:      Ingo Molnar
1311 M:      [email protected]
1312 S:      Maintained
1313
1314 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1315 P:      Jeff Garzik
1316 M:      [email protected]
1317 W:      http://sourceforge.net/projects/gkernel/
1318 S:      Maintained
1319
1320 INTEL IA32 MICROCODE UPDATE SUPPORT
1321 P:      Tigran Aivazian
1322 M:      [email protected]
1323 S:      Maintained
1324
1325 INTEL PRO/100 ETHERNET SUPPORT
1326 P:      John Ronciak
1327 M:      [email protected]
1328 P:      Ganesh Venkatesan
1329 M:      [email protected]
1330 P:      Jesse Brandeburg
1331 M:      [email protected]
1332 W:      http://sourceforge.net/projects/e1000/
1333 S:      Supported
1334
1335 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1336 P:      Jeb Cramer
1337 M:      [email protected]
1338 P:      John Ronciak
1339 M:      [email protected]
1340 P:      Ganesh Venkatesan
1341 M:      [email protected]
1342 W:      http://sourceforge.net/projects/e1000/
1343 S:      Supported
1344
1345 INTEL PRO/10GbE SUPPORT
1346 P:      Ayyappan Veeraiyan
1347 M:      [email protected]
1348 P:      Ganesh Venkatesan
1349 M:      [email protected]
1350 P:      John Ronciak
1351 M:      [email protected]
1352 W:      http://sourceforge.net/projects/e1000/
1353 S:      Supported
1354
1355 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1356 P:      Yi Zhu
1357 M:      [email protected]
1358 P:      James Ketrenos
1359 M:      [email protected]
1360 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1361 W:      http://ipw2100.sourceforge.net
1362 S:      Supported
1363
1364 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1365 P:      Yi Zhu
1366 M:      [email protected]
1367 P:      James Ketrenos
1368 M:      [email protected]
1369 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1370 W:      http://ipw2200.sourceforge.net
1371 S:      Supported
1372
1373 IOC3 DRIVER
1374 P:      Ralf Baechle
1375 M:      [email protected]
1376 L:      [email protected]
1377 S:      Maintained
1378
1379 IP MASQUERADING:
1380 P:      Juanjo Ciarlante
1381 M:      [email protected]
1382 S:      Maintained
1383
1384 IPX NETWORK LAYER
1385 P:      Arnaldo Carvalho de Melo
1386 M:      [email protected]
1387 L:      [email protected]
1388 S:      Maintained
1389
1390 IRDA SUBSYSTEM
1391 P:      Jean Tourrilhes
1392 L:      [email protected] (subscribers-only)
1393 W:      http://irda.sourceforge.net/
1394 S:      Maintained
1395
1396 ISAPNP
1397 P:      Jaroslav Kysela
1398 M:      [email protected]
1399 S:      Maintained
1400
1401 ISDN SUBSYSTEM
1402 P:      Karsten Keil
1403 M:      [email protected]
1404 P:      Kai Germaschewski
1405 M:      [email protected]
1406 L:      [email protected]
1407 W:      http://www.isdn4linux.de
1408 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1409 S:      Maintained
1410
1411 ISDN SUBSYSTEM (Eicon active card driver)
1412 P:      Armin Schindler
1413 M:      [email protected]
1414 L:      [email protected]
1415 W:      http://www.melware.de
1416 S:      Maintained
1417
1418 JOURNALLING FLASH FILE SYSTEM (JFFS)
1419 P:      Axis Communications AB
1420 M:      [email protected]
1421 L:      [email protected]
1422 W:      http://www.developer.axis.com/software/jffs/
1423 S:      Maintained
1424
1425 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1426 P:      David Woodhouse
1427 M:      [email protected]
1428 L:      [email protected]
1429 W:      http://sources.redhat.com/jffs2/
1430 S:      Maintained
1431
1432 JFS FILESYSTEM
1433 P:      Dave Kleikamp
1434 M:      [email protected]
1435 L:      [email protected]
1436 W:      http://jfs.sourceforge.net/
1437 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1438 S:      Supported
1439
1440 KCONFIG
1441 P:      Roman Zippel
1442 M:      [email protected]
1443 L:      [email protected]
1444 S:      Maintained
1445
1446 KERNEL AUTOMOUNTER (AUTOFS)
1447 P:      H. Peter Anvin
1448 M:      [email protected]
1449 L:      [email protected]
1450 S:      Odd Fixes
1451
1452 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1453 P:      Ian Kent
1454 M:      [email protected]
1455 L:      [email protected]
1456 S:      Maintained
1457
1458 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1459 P:      Kai Germaschewski
1460 M:      [email protected]
1461 P:      Sam Ravnborg
1462 M:      [email protected]
1463 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1464 S:      Maintained 
1465
1466 KERNEL JANITORS
1467 P:      Several
1468 L:      [email protected]
1469 W:      http://www.kerneljanitors.org/
1470 W:      http://sf.net/projects/kernel-janitor/
1471 S:      Maintained
1472
1473 KERNEL NFSD
1474 P:      Neil Brown
1475 M:      [email protected]
1476 L:      [email protected]
1477 W:      http://nfs.sourceforge.net/
1478 W:      http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1479 S:      Maintained
1480
1481 KEXEC
1482 P:      Eric Biederman
1483 P:      Randy Dunlap
1484 M:      [email protected]
1485 M:      [email protected]
1486 W:      http://www.xmission.com/~ebiederm/files/kexec/
1487 L:      [email protected]
1488 L:      [email protected]
1489 S:      Maintained
1490
1491 KPROBES
1492 P:      Prasanna S Panchamukhi
1493 M:      [email protected]
1494 P:      Ananth N Mavinakayanahalli
1495 M:      [email protected]
1496 P:      Anil S Keshavamurthy
1497 M:      [email protected]
1498 P:      David S. Miller
1499 M:      [email protected]
1500 L:      [email protected]
1501 S:      Maintained
1502
1503 LANMEDIA WAN CARD DRIVER
1504 P:      Andrew Stanley-Jones
1505 M:      [email protected]
1506 W:      http://www.lanmedia.com/
1507 S:      Supported
1508  
1509 LAPB module
1510 P:      Henner Eisen
1511 M:      [email protected]
1512 L:      [email protected]
1513 S:      Maintained
1514
1515 LASI 53c700 driver for PARISC
1516 P:      James E.J. Bottomley
1517 M:      [email protected]
1518 L:      [email protected]
1519 S:      Maintained
1520
1521 LEGO USB Tower driver
1522 P:      Juergen Stuber
1523 M:      [email protected]
1524 L:      [email protected]
1525 W:      http://legousb.sourceforge.net/
1526 S:      Maintained
1527
1528 LINUX FOR IBM pSERIES (RS/6000)
1529 P:      Paul Mackerras
1530 M:      [email protected]
1531 W:      http://www.ibm.com/linux/ltc/projects/ppc
1532 S:      Supported
1533
1534 LINUX FOR NCR VOYAGER
1535 P:      James Bottomley
1536 M:      [email protected]
1537 W:      http://www.hansenpartnership.com/voyager
1538 S:      Maintained
1539
1540 LINUX FOR POWERPC
1541 P:      Paul Mackerras
1542 M:      [email protected]
1543 W:      http://www.penguinppc.org/
1544 L:      [email protected]
1545 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1546 S:      Supported
1547
1548 LINUX FOR POWER MACINTOSH
1549 P:      Benjamin Herrenschmidt
1550 M:      [email protected]
1551 W:      http://www.penguinppc.org/
1552 L:      [email protected]
1553 S:      Maintained
1554
1555 LINUX FOR POWERPC EMBEDDED MPC52XX
1556 P:      Sylvain Munaut
1557 M:      [email protected]
1558 W:      http://www.246tNt.com/mpc52xx/
1559 W:      http://www.penguinppc.org/
1560 L:      [email protected]
1561 L:      [email protected]
1562 S:      Maintained
1563
1564 LINUX FOR POWERPC EMBEDDED PPC4XX
1565 P:      Matt Porter
1566 M:      [email protected]
1567 W:      http://www.penguinppc.org/
1568 L:      [email protected]
1569 S:      Maintained
1570
1571 LINUX FOR POWERPC BOOT CODE
1572 P:      Tom Rini
1573 M:      [email protected]
1574 W:      http://www.penguinppc.org/
1575 L:      [email protected]
1576 S:      Maintained
1577
1578 LINUX FOR POWERPC EMBEDDED PPC8XX
1579 P:      Marcelo Tosatti
1580 M:      [email protected]
1581 W:      http://www.penguinppc.org/
1582 L:      [email protected]
1583 S:      Maintained
1584
1585 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1586 P:     Kumar Gala
1587 M:     [email protected]
1588 W:     http://www.penguinppc.org/
1589 L:     [email protected]
1590 S:     Maintained
1591
1592 LLC (802.2)
1593 P:      Arnaldo Carvalho de Melo
1594 M:      [email protected]
1595 S:      Maintained
1596
1597 LINUX FOR 64BIT POWERPC
1598 P:      Paul Mackerras
1599 M:      [email protected]
1600 M:      [email protected]
1601 P:      Anton Blanchard
1602 M:      [email protected]
1603 M:      [email protected]
1604 W:      http://linuxppc64.org
1605 L:      [email protected]
1606 S:      Supported
1607
1608 LINUX SECURITY MODULE (LSM) FRAMEWORK
1609 P:      Chris Wright
1610 M:      [email protected]
1611 L:      [email protected]
1612 W:      http://lsm.immunix.org
1613 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1614 S:      Supported
1615
1616 LM83 HARDWARE MONITOR DRIVER
1617 P:      Jean Delvare
1618 M:      [email protected]
1619 L:      [email protected]
1620 S:      Maintained
1621
1622 LM90 HARDWARE MONITOR DRIVER
1623 P:      Jean Delvare
1624 M:      [email protected]
1625 L:      [email protected]
1626 S:      Maintained
1627
1628 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1629 P:      Richard Russon (FlatCap)
1630 M:      [email protected]
1631 L:      [email protected] 
1632 W:      http://ldm.sourceforge.net
1633 S:      Maintained
1634
1635 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1636 P:      Eric Moore
1637 M:      [email protected]
1638 M:      [email protected]
1639 L:      [email protected]
1640 L:      [email protected]
1641 W:      http://www.lsilogic.com/support
1642 S:      Supported
1643
1644 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1645 P:      Matthew Wilcox
1646 M:      [email protected]
1647 L:      [email protected]
1648 S:      Maintained
1649
1650 M68K ARCHITECTURE
1651 P:      Geert Uytterhoeven
1652 M:      [email protected]
1653 P:      Roman Zippel
1654 M:      [email protected]
1655 L:      [email protected]
1656 W:      http://www.linux-m68k.org/
1657 W:      http://linux-m68k-cvs.ubb.ca/
1658 S:      Maintained
1659
1660 M68K ON APPLE MACINTOSH
1661 P:      Joshua Thompson
1662 M:      [email protected]
1663 W:      http://www.mac.linux-m68k.org/
1664 L:      [email protected]
1665 S:      Maintained
1666
1667 M68K ON HP9000/300
1668 P:      Philip Blundell
1669 M:      [email protected]
1670 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
1671 S:      Maintained
1672
1673 MARVELL YUKON / SYSKONNECT DRIVER
1674 P:      Mirko Lindner
1675 M:      [email protected]
1676 P:      Ralph Roesler
1677 M:      [email protected]
1678 W:      http://www.syskonnect.com
1679 S:      Supported
1680
1681 MAESTRO PCI SOUND DRIVERS
1682 P:      Zach Brown
1683 M:      [email protected]
1684 S:      Odd Fixes
1685
1686 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1687 P: Michael Kerrisk
1688 M: [email protected]
1689 W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1690 S: Maintained
1691
1692 MARVELL MV64340 ETHERNET DRIVER
1693 P:      Manish Lachwani
1694 L:      [email protected]
1695 L:      [email protected]
1696 S:      Supported
1697
1698 MATROX FRAMEBUFFER DRIVER
1699 P:      Petr Vandrovec
1700 M:      [email protected]
1701 L:      [email protected]
1702 S:      Maintained
1703
1704 MEGARAID SCSI DRIVERS
1705 P:     Neela Syam Kolli
1706 M:     [email protected]
1707 S:     [email protected]
1708 W:     http://megaraid.lsilogic.com
1709 S:     Maintained
1710
1711 MEMORY TECHNOLOGY DEVICES
1712 P:      David Woodhouse
1713 M:      [email protected]
1714 W:      http://www.linux-mtd.infradead.org/
1715 L:      [email protected]
1716 T:      git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
1717 S:      Maintained
1718
1719 MICROTEK X6 SCANNER
1720 P:      Oliver Neukum
1721 M:      [email protected]
1722 S:      Maintained
1723
1724 MIPS
1725 P:      Ralf Baechle
1726 M:      [email protected]
1727 W:      http://www.linux-mips.org/
1728 L:      [email protected]
1729 S:      Maintained
1730
1731 MISCELLANEOUS MCA-SUPPORT
1732 P:      James Bottomley
1733 M:      [email protected]
1734 L:      [email protected]
1735 S:      Maintained
1736
1737 MODULE SUPPORT
1738 P:      Rusty Russell
1739 M:      [email protected]
1740 L:      [email protected]
1741 S:      Maintained
1742
1743 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1744 P:      Stelian Pop
1745 M:      [email protected]
1746 W:      http://popies.net/meye/
1747 S:      Maintained
1748
1749 MOUSE AND MISC DEVICES [GENERAL]
1750 P:      Alessandro Rubini
1751 M:      [email protected]
1752 L:      [email protected]
1753 S:      Maintained
1754
1755 MTRR AND SIMILAR SUPPORT [i386]
1756 P:      Richard Gooch
1757 M:      [email protected]
1758 L:      [email protected]
1759 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1760 S:      Maintained
1761
1762 MULTISOUND SOUND DRIVER
1763 P:      Andrew Veliath
1764 M:      [email protected]
1765 S:      Maintained
1766
1767 NATSEMI ETHERNET DRIVER (DP8381x)
1768 P:      Tim Hockin
1769 M:      [email protected]
1770 S:      Maintained
1771
1772 NCP FILESYSTEM
1773 P:      Petr Vandrovec
1774 M:      [email protected]
1775 L:      [email protected]
1776 S:      Maintained
1777
1778 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1779 P:      James E.J. Bottomley
1780 M:      [email protected]
1781 L:      [email protected]
1782 S:      Maintained
1783
1784 NETFILTER/IPTABLES/IPCHAINS
1785 P:      Rusty Russell
1786 P:      Marc Boucher
1787 P:      James Morris
1788 P:      Harald Welte
1789 P:      Jozsef Kadlecsik
1790 M:      [email protected]
1791 W:      http://www.netfilter.org/
1792 W:      http://www.iptables.org/
1793 L:      [email protected]
1794 L:      [email protected]
1795 S:      Supported
1796
1797 NETROM NETWORK LAYER
1798 P:      Ralf Baechle
1799 M:      [email protected]
1800 L:      [email protected]
1801 S:      Maintained
1802
1803 NETWORK BLOCK DEVICE
1804 P:      Paul Clements
1805 M:      [email protected]
1806 S:      Maintained
1807
1808 NETWORK DEVICE DRIVERS
1809 P:      Andrew Morton
1810 M:      [email protected]
1811 P:      Jeff Garzik
1812 M:      [email protected]
1813 L:      [email protected]
1814 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1815 S:      Maintained
1816
1817 NETWORKING [GENERAL]
1818 P:      Networking Team
1819 M:      [email protected]
1820 L:      [email protected]
1821 S:      Maintained
1822
1823 NETWORKING [IPv4/IPv6]
1824 P:      David S. Miller
1825 M:      [email protected]
1826 P:      Alexey Kuznetsov
1827 M:      [email protected]
1828 P:      Pekka Savola (ipv6)
1829 M:      [email protected]
1830 P:      James Morris
1831 M:      [email protected]
1832 P:      Hideaki YOSHIFUJI
1833 M:      [email protected]
1834 P:      Patrick McHardy
1835 M:      [email protected]
1836 L:      [email protected]
1837 T:      git kernel.org:/pub/scm/linux/kernel/davem/net-2.6.git
1838 S:      Maintained
1839
1840 IPVS
1841 P:      Wensong Zhang
1842 M:      [email protected]
1843 P:      Simon Horman
1844 M:      [email protected]
1845 P:      Julian Anastasov
1846 M:      [email protected]
1847 L:      [email protected]
1848 S:      Maintained
1849
1850 NFS CLIENT
1851 P:      Trond Myklebust
1852 M:      [email protected]
1853 L:      [email protected]
1854 S:      Maintained
1855
1856 NI5010 NETWORK DRIVER
1857 P:      Jan-Pascal van Best and Andreas Mohr
1858 M:      Jan-Pascal van Best <[email protected]>
1859 M:      Andreas Mohr <[email protected]>
1860 L:      [email protected]
1861 S:      Maintained
1862
1863 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1864 P:      YOKOTA Hiroshi
1865 M:      [email protected]
1866 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1867 S:      Maintained
1868
1869 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1870 P:      GOTO Masanori
1871 M:      [email protected]
1872 P:      YOKOTA Hiroshi
1873 M:      [email protected]
1874 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1875 S:      Maintained
1876
1877 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1878 P:      Eberhard Moenkeberg
1879 M:      [email protected]
1880 L:      [email protected]
1881 S:      Maintained
1882
1883 NTFS FILESYSTEM
1884 P:      Anton Altaparmakov
1885 M:      [email protected]
1886 L:      [email protected]
1887 L:      [email protected]
1888 W:      http://linux-ntfs.sf.net/
1889 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
1890 S:      Maintained
1891
1892 NVIDIA (RIVA) FRAMEBUFFER DRIVER
1893 P:      Ani Joshi
1894 M:      [email protected]
1895 L:      [email protected]
1896 S:      Maintained
1897
1898 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1899 P:      Mark Fasheh
1900 M:      [email protected]
1901 P:      Kurt Hackel
1902 M:      [email protected]
1903 L:      [email protected]
1904 W:      http://oss.oracle.com/projects/ocfs2/
1905 S:      Supported       
1906
1907 OLYMPIC NETWORK DRIVER
1908 P:      Peter De Shrijver
1909 M:      [email protected]
1910 P:      Mike Phillips
1911 M:      [email protected] 
1912 L:      [email protected]
1913 L:      [email protected]
1914 W:      http://www.linuxtr.net
1915 S:      Maintained
1916
1917 OMNIKEY CARDMAN 4000 DRIVER
1918 P:      Harald Welte
1919 M:      [email protected]
1920 S:      Maintained
1921
1922 OMNIKEY CARDMAN 4040 DRIVER
1923 P:      Harald Welte
1924 M:      [email protected]
1925 S:      Maintained
1926
1927 ONSTREAM SCSI TAPE DRIVER
1928 P:      Willem Riede
1929 M:      [email protected]
1930 L:      [email protected]
1931 L:      [email protected]
1932 S:      Maintained
1933
1934 OPL3-SA2, SA3, and SAx DRIVER
1935 P:      Zwane Mwaikambo
1936 M:      [email protected]
1937 L:      [email protected]
1938 S:      Maintained
1939
1940 OPROFILE
1941 P:      Philippe Elie
1942 M:      [email protected]
1943 L:      [email protected]
1944 S:      Maintained
1945
1946 ORINOCO DRIVER
1947 P:      Pavel Roskin
1948 M:      [email protected]
1949 P:      David Gibson
1950 M:      [email protected]
1951 L:      [email protected]
1952 L:      [email protected]
1953 W:      http://www.nongnu.org/orinoco/
1954 S:      Maintained
1955
1956 PARALLEL PORT SUPPORT
1957 P:      Phil Blundell
1958 M:      [email protected]
1959 P:      Tim Waugh
1960 M:      [email protected]
1961 P:      David Campbell
1962 M:      [email protected]
1963 P:      Andrea Arcangeli
1964 M:      [email protected]
1965 L:      [email protected]
1966 W:      http://people.redhat.com/twaugh/parport/
1967 S:      Maintained
1968
1969 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1970 P:      Tim Waugh
1971 M:      [email protected]
1972 L:      [email protected]
1973 W:      http://www.torque.net/linux-pp.html
1974 S:      Maintained
1975
1976 PARISC ARCHITECTURE
1977 P:      Matthew Wilcox
1978 M:      [email protected]
1979 P:      Grant Grundler
1980 M:      [email protected]
1981 L:      [email protected]
1982 W:      http://www.parisc-linux.org/
1983 S:      Maintained
1984
1985 PERSONALITY HANDLING
1986 P:      Christoph Hellwig
1987 M:      [email protected]
1988 L:      [email protected]
1989 S:      Maintained
1990
1991 PCI ERROR RECOVERY
1992 P:      Linas Vepstas
1993 M:      [email protected]
1994 L:      [email protected]
1995 L:      [email protected]
1996 S:      Supported
1997
1998 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
1999 P:      Thomas Sailer
2000 M:      [email protected]
2001 L:      [email protected]
2002 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2003 S:      Maintained
2004
2005 PCI SUBSYSTEM
2006 P:      Greg Kroah-Hartman
2007 M:      [email protected]
2008 L:      [email protected]
2009 L:      [email protected]
2010 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2011 S:      Supported
2012
2013 PCI HOTPLUG CORE
2014 P:      Greg Kroah-Hartman
2015 M:      [email protected]
2016 S:      Supported
2017
2018 PCI HOTPLUG COMPAQ DRIVER
2019 P:      Greg Kroah-Hartman
2020 M:      [email protected]
2021 S:      Maintained
2022
2023 PCIE HOTPLUG DRIVER
2024 P:      Kristen Carlson Accardi
2025 M:      [email protected]
2026 L:      [email protected]
2027 S:      Maintained
2028
2029 PCMCIA SUBSYSTEM
2030 P:      Linux PCMCIA Team
2031 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2032 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2033 S:      Maintained
2034
2035 PCNET32 NETWORK DRIVER
2036 P:      Thomas Bogendörfer
2037 M:      [email protected]
2038 L:      [email protected]
2039 S:      Maintained
2040
2041 PHRAM MTD DRIVER
2042 P:      Jörn Engel
2043 M:      [email protected]
2044 L:      [email protected]
2045 S:      Maintained
2046
2047 PKTCDVD DRIVER
2048 P:      Peter Osterlund
2049 M:      [email protected]
2050 L:      [email protected]
2051 S:      Maintained
2052
2053 POSIX CLOCKS and TIMERS
2054 P:      George Anzinger
2055 M:      [email protected]
2056 L:      [email protected]
2057 S:      Supported
2058
2059 POWERPC 4xx EMAC DRIVER
2060 P:      Eugene Surovegin
2061 M:      [email protected]
2062 W:      http://kernel.ebshome.net/emac/
2063 L:      [email protected]
2064 L:      [email protected]
2065 S:      Maintained
2066
2067 PNP SUPPORT
2068 P:      Adam Belay
2069 M:      [email protected]
2070 S:      Maintained
2071
2072 PPP PROTOCOL DRIVERS AND COMPRESSORS
2073 P:      Paul Mackerras
2074 M:      [email protected]
2075 L:      [email protected]
2076 S:      Maintained
2077
2078 PPP OVER ATM (RFC 2364)
2079 P:      Mitchell Blank Jr
2080 M:      [email protected]
2081 S:      Maintained
2082
2083 PPP OVER ETHERNET
2084 P:      Michal Ostrowski
2085 M:      [email protected]
2086 S:      Maintained
2087
2088 PREEMPTIBLE KERNEL
2089 P:      Robert Love
2090 M:      [email protected]
2091 L:      [email protected]
2092 L:      [email protected]
2093 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2094 S:      Supported
2095
2096 PRISM54 WIRELESS DRIVER
2097 P:      Prism54 Development Team
2098 M:      [email protected]
2099 L:      [email protected]
2100 W:      http://prism54.org
2101 S:      Maintained
2102
2103 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2104 P:      Peter Denison
2105 M:      [email protected]
2106 W:      http://www.pnd-pc.demon.co.uk/promise/
2107 S:      Maintained
2108
2109 PXA2xx SUPPORT
2110 P:      Nicolas Pitre
2111 M:      [email protected]
2112 L:      [email protected] (subscribers-only)
2113 S:      Maintained
2114
2115 QLOGIC QLA2XXX FC-SCSI DRIVER
2116 P:      Andrew Vasquez
2117 M:      [email protected]
2118 L:      [email protected]
2119 S:      Supported
2120
2121 QNX4 FILESYSTEM
2122 P:      Anders Larsen
2123 M:      [email protected]
2124 L:      [email protected]
2125 W:      http://www.alarsen.net/linux/qnx4fs/
2126 S:      Maintained
2127
2128 RADEON FRAMEBUFFER DISPLAY DRIVER
2129 P:      Benjamin Herrenschmidt
2130 M:      [email protected]
2131 L:      [email protected]
2132 S:      Maintained
2133
2134 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2135 P:      Paul Mackerras
2136 M:      [email protected]
2137 L:      [email protected]
2138 S:      Maintained
2139
2140 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2141 P:      Corey Thomas
2142 M:      [email protected]
2143 L:      [email protected]
2144 S:      Maintained
2145
2146 RANDOM NUMBER DRIVER
2147 P:      Matt Mackall
2148 M:      [email protected]
2149 S:      Maintained
2150
2151 RAPIDIO SUBSYSTEM
2152 P:      Matt Porter
2153 M:      [email protected]
2154 L:      [email protected]
2155 S:      Maintained
2156
2157 REAL TIME CLOCK DRIVER
2158 P:      Paul Gortmaker
2159 M:      [email protected]
2160 L:      [email protected]
2161 S:      Maintained
2162
2163 REISERFS FILE SYSTEM
2164 P:      Hans Reiser
2165 M:      [email protected]
2166 L:      [email protected]
2167 W:      http://www.namesys.com
2168 S:      Supported
2169
2170 ROCKETPORT DRIVER
2171 P:      Comtrol Corp.
2172 W:      http://www.comtrol.com
2173 S:      Maintained
2174
2175 ROSE NETWORK LAYER
2176 P:      Ralf Baechle
2177 M:      [email protected]
2178 L:      [email protected]
2179 S:      Maintained
2180
2181 RISCOM8 DRIVER
2182 S:      Orphan
2183
2184 RTLINUX  REALTIME  LINUX
2185 P:      Victor Yodaiken
2186 M:      [email protected]
2187 L:      [email protected]
2188 W:      www.rtlinux.org
2189 S:      Maintained
2190
2191 S390
2192 P:      Martin Schwidefsky
2193 M:      [email protected]
2194 M:      [email protected]
2195 L:      [email protected]
2196 W:      http://oss.software.ibm.com/developerworks/opensource/linux390
2197 S:      Supported
2198
2199 SAA7146 VIDEO4LINUX-2 DRIVER
2200 P:      Michael Hunold
2201 M:      [email protected]
2202 W:      http://www.mihu.de/linux/saa7146
2203 S:      Maintained
2204
2205 SBPCD CDROM DRIVER
2206 P:      Eberhard Moenkeberg
2207 M:      [email protected]
2208 L:      [email protected]
2209 S:      Maintained
2210
2211 SC1200 WDT DRIVER
2212 P:      Zwane Mwaikambo
2213 M:      [email protected]
2214 S:      Maintained
2215
2216 SCHEDULER
2217 P:      Ingo Molnar
2218 M:      [email protected]
2219 P:      Robert Love    [the preemptible kernel bits]
2220 M:      [email protected]
2221 L:      [email protected]
2222 S:      Maintained
2223
2224 SCSI CDROM DRIVER
2225 P:      Jens Axboe
2226 M:      [email protected]
2227 L:      [email protected]
2228 W:      http://www.kernel.dk
2229 S:      Maintained
2230
2231 SCSI SG DRIVER
2232 P:      Doug Gilbert
2233 M:      [email protected]
2234 L:      [email protected]
2235 W:      http://www.torque.net/sg
2236 S:      Maintained
2237
2238 SCSI SUBSYSTEM
2239 P:      James E.J. Bottomley
2240 M:      [email protected]
2241 L:      [email protected]
2242 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2243 S:      Maintained
2244
2245 SCSI TAPE DRIVER
2246 P:      Kai Mäkisara
2247 M:      [email protected]
2248 L:      [email protected]
2249 S:      Maintained
2250
2251 SCTP PROTOCOL
2252 P: Sridhar Samudrala
2253 M: [email protected]
2254 L: [email protected]
2255 S: Supported
2256
2257 SCx200 CPU SUPPORT
2258 P:      Christer Weinigel
2259 M:      [email protected]
2260 W:      http://www.weinigel.se
2261 S:      Supported
2262
2263 SECURITY CONTACT
2264 P:      Security Officers
2265 M:      [email protected]
2266 S:      Supported
2267
2268 SELINUX SECURITY MODULE
2269 P:      Stephen Smalley
2270 M:      [email protected]
2271 P:      James Morris
2272 M:      [email protected]
2273 L:      [email protected] (kernel issues)
2274 L:      [email protected] (general discussion)
2275 W:      http://www.nsa.gov/selinux
2276 S:      Supported
2277
2278 SERIAL ATA (SATA) SUBSYSTEM:
2279 P:      Jeff Garzik
2280 M:      [email protected]
2281 L:      [email protected]
2282 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2283 S:      Supported
2284
2285 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2286 P:      Pat Gefre
2287 M:      [email protected]
2288 L:      [email protected]
2289 S:      Supported
2290
2291 SGI VISUAL WORKSTATION 320 AND 540
2292 P:      Andrey Panin
2293 M:      [email protected]
2294 L:      [email protected]
2295 W:      http://linux-visws.sf.net
2296 S:      Maintained for 2.6.
2297
2298 SIMTEC EB110ATX (Chalice CATS)
2299 P:      Ben Dooks
2300 P:      Vincent Sanders
2301 M:      [email protected]
2302 W:      http://www.simtec.co.uk/products/EB110ATX/
2303 S:      Supported
2304
2305 SIMTEC EB2410ITX (BAST)
2306 P:      Ben Dooks
2307 P:      Vincent Sanders
2308 M:      [email protected]
2309 W:      http://www.simtec.co.uk/products/EB2410ITX/
2310 S:      Supported
2311
2312 SIS 190 ETHERNET DRIVER
2313 P:      Francois Romieu
2314 M:      [email protected]
2315 L:      [email protected]
2316 S:      Maintained
2317
2318 SIS 5513 IDE CONTROLLER DRIVER
2319 P:      Lionel Bouton
2320 M:      [email protected]
2321 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2322 W:      http://gyver.homeip.net/sis5513/index.html
2323 S:      Maintained
2324
2325 SIS 900/7016 FAST ETHERNET DRIVER
2326 P:      Daniele Venzano
2327 M:      [email protected]
2328 W:      http://www.brownhat.org/sis900.html
2329 L:      [email protected]
2330 S:      Maintained
2331
2332 SIS FRAMEBUFFER DRIVER
2333 P:      Thomas Winischhofer
2334 M:      [email protected]
2335 W:      http://www.winischhofer.net/linuxsisvga.shtml
2336 S:      Maintained      
2337
2338 SIS USB2VGA DRIVER
2339 P:      Thomas Winischhofer
2340 M:      [email protected]
2341 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2342 S:      Maintained
2343
2344 SMSC47M1 HARDWARE MONITOR DRIVER
2345 P:      Jean Delvare
2346 M:      [email protected]
2347 L:      [email protected]
2348 S:      Odd Fixes
2349
2350 SMB FILESYSTEM
2351 P:      Urban Widmark
2352 M:      [email protected]
2353 W:      http://samba.org/
2354 L:      [email protected]
2355 S:      Maintained
2356
2357 SMC91x ETHERNET DRIVER
2358 P:      Nicolas Pitre
2359 M:      [email protected]
2360 S:      Maintained
2361
2362 SOFTWARE RAID (Multiple Disks) SUPPORT
2363 P:      Ingo Molnar
2364 M:      [email protected]
2365 P:      Neil Brown
2366 M:      [email protected]
2367 L:      [email protected]
2368 S:      Maintained
2369
2370 SOFTWARE SUSPEND:
2371 P:      Pavel Machek
2372 M:      [email protected]
2373 L:      [email protected]
2374 S:      Maintained
2375
2376 SONIC NETWORK DRIVER
2377 P:      Thomas Bogendoerfer
2378 M:      [email protected]
2379 L:      [email protected]
2380 S:      Maintained
2381
2382 SONY VAIO CONTROL DEVICE DRIVER
2383 P:      Stelian Pop
2384 M:      [email protected]
2385 W:      http://popies.net/sonypi/
2386 S:      Maintained
2387
2388 SOUND
2389 P:      Jaroslav Kysela
2390 M:      [email protected]
2391 L:      [email protected]
2392 S:      Maintained
2393
2394 TPM DEVICE DRIVER
2395 P:      Kylene Hall
2396 M:      [email protected]
2397 W:      http://tpmdd.sourceforge.net
2398 L:      [email protected]
2399 S:      Maintained
2400
2401 Telecom Clock Driver for MCPL0010
2402 P: Mark Gross
2403 M: [email protected]
2404 S: Supported
2405
2406 TENSILICA XTENSA PORT (xtensa):
2407 P:      Chris Zankel
2408 M:      [email protected]
2409 S:      Maintained
2410
2411 UltraSPARC (sparc64):
2412 P:      David S. Miller
2413 M:      [email protected]
2414 P:      Eddie C. Dost
2415 M:      [email protected]
2416 P:      Jakub Jelinek
2417 M:      [email protected]
2418 P:      Anton Blanchard
2419 M:      [email protected]
2420 L:      [email protected]
2421 L:      [email protected]
2422 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2423 S:      Maintained
2424
2425 SHARP LH SUPPORT (LH7952X & LH7A40X)
2426 P:      Marc Singer
2427 M:      [email protected]
2428 W:      http://projects.buici.com/arm
2429 L:      [email protected] (subscribers-only)
2430 S:      Maintained
2431
2432 SHPC HOTPLUG DRIVER
2433 P:      Kristen Carlson Accardi
2434 M:      [email protected]
2435 L:      [email protected]
2436 S:      Maintained
2437
2438 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2439 P:      Stephen Hemminger
2440 M:      [email protected]
2441 L:      [email protected]
2442 S:      Maintained
2443
2444 SPARC (sparc32):
2445 P:      William L. Irwin
2446 M:      [email protected]
2447 L:      [email protected]
2448 S:      Maintained
2449
2450 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2451 P:      Roger Wolff
2452 M:      [email protected]
2453 L:      [email protected] ?
2454 S:      Supported
2455
2456 SRM (Alpha) environment access
2457 P:      Jan-Benedict Glaw
2458 M:      [email protected]
2459 L:      [email protected]
2460 S:      Maintained
2461
2462 STARFIRE/DURALAN NETWORK DRIVER
2463 P:      Ion Badulescu
2464 M:      [email protected]
2465 S:      Maintained
2466
2467 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2468 W:      http://mosquitonet.Stanford.EDU/strip.html
2469 S:      Unsupported ?
2470
2471 STRADIS MPEG-2 DECODER DRIVER
2472 P:      Nathan Laredo
2473 M:      [email protected]
2474 W:      http://mpeg.openprojects.net/
2475 W:      http://www.stradis.com/
2476 S:      Maintained
2477
2478 SUPERH (sh)
2479 P:      Paul Mundt
2480 M:      [email protected]
2481 P:      Kazumoto Kojima
2482 M:      [email protected]
2483 L:      [email protected]
2484 W:      http://www.linux-sh.org
2485 W:      http://www.m17n.org/linux-sh/
2486 W:      http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2487 S:      Maintained
2488
2489 SUPERH64 (sh64)
2490 P:      Paul Mundt
2491 M:      [email protected]
2492 P:      Richard Curnow
2493 M:      [email protected]
2494 L:      [email protected]
2495 W:      http://www.linux-sh.org
2496 W:      http://www.rc0.org.uk/sh64
2497 S:      Maintained
2498
2499 SUN3/3X
2500 P:      Sam Creasey
2501 M:      [email protected]
2502 L:      [email protected]
2503 W:      http://sammy.net/sun3/
2504 S:      Maintained
2505
2506 SVGA HANDLING
2507 P:      Martin Mares
2508 M:      [email protected]
2509 L:      [email protected]
2510 S:      Maintained
2511
2512 SYSV FILESYSTEM
2513 P:      Christoph Hellwig
2514 M:      [email protected]
2515 S:      Maintained
2516
2517 TI PARALLEL LINK CABLE DRIVER
2518 P:     Romain Lievin
2519 M:     [email protected]
2520 S:     Maintained
2521
2522 TIPC NETWORK LAYER
2523 P:      Per Liden
2524 M:      [email protected]
2525 P:      Jon Maloy
2526 M:      [email protected]
2527 P:      Allan Stephens
2528 M:      [email protected]
2529 L:      [email protected]
2530 W:      http://tipc.sourceforge.net/
2531 W:      http://tipc.cslab.ericsson.net/
2532 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2533 S:      Maintained
2534
2535 TLAN NETWORK DRIVER
2536 P:      Samuel Chessman
2537 M:      [email protected]
2538 L:      [email protected]
2539 W:      http://sourceforge.net/projects/tlan/
2540 S:      Maintained
2541
2542 TOKEN-RING NETWORK DRIVER
2543 P:      Mike Phillips
2544 M:      [email protected]
2545 L:      [email protected]
2546 L:      [email protected]
2547 W:      http://www.linuxtr.net
2548 S:      Maintained
2549
2550 TOSHIBA ACPI EXTRAS DRIVER
2551 P:      John Belmonte
2552 M:      [email protected]
2553 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2554 S:      Maintained
2555
2556 TOSHIBA SMM DRIVER
2557 P:      Jonathan Buzzard
2558 M:      [email protected]
2559 L:      [email protected]
2560 W:      http://www.buzzard.org.uk/toshiba/
2561 S:      Maintained
2562
2563 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2564 P:      Muli Ben-Yehuda
2565 M:      [email protected]
2566 L:      [email protected]
2567 S:      Maintained
2568
2569 TRIVIAL PATCHES
2570 P:      Adrian Bunk
2571 M:      [email protected]
2572 L:      [email protected]
2573 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2574 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2575 S:      Maintained
2576
2577 TMS380 TOKEN-RING NETWORK DRIVER
2578 P:      Adam Fritzler
2579 M:      [email protected]
2580 L:      [email protected]
2581 W:      http://www.auk.cx/tms380tr/
2582 S:      Maintained
2583
2584 TULIP NETWORK DRIVER
2585 P:      Jeff Garzik
2586 M:      [email protected]
2587 L:      [email protected]
2588 W:      http://sourceforge.net/projects/tulip/
2589 S:      Maintained
2590
2591 TUN/TAP driver
2592 P:      Maxim Krasnyansky
2593 M:      [email protected][email protected]
2594 L:      [email protected]
2595 W:      http://vtun.sourceforge.net/tun
2596 S:      Maintained
2597
2598 U14-34F SCSI DRIVER
2599 P:      Dario Ballabio
2600 M:      [email protected]
2601 L:      [email protected]
2602 S:      Maintained
2603
2604 UDF FILESYSTEM
2605 P:      Ben Fennema
2606 M:      [email protected]
2607 W:      http://linux-udf.sourceforge.net
2608 S:      Maintained
2609
2610 UNIFORM CDROM DRIVER
2611 P:      Jens Axboe
2612 M:      [email protected]
2613 L:      [email protected]
2614 W:      http://www.kernel.dk
2615 S:      Maintained
2616
2617 USB ACM DRIVER
2618 P:      Oliver Neukum
2619 M:      [email protected]
2620 L:      [email protected]
2621 L:      [email protected]
2622 S:      Maintained
2623
2624 USB BLOCK DRIVER (UB ub)
2625 P:      Pete Zaitcev
2626 M:      [email protected]
2627 L:      [email protected]
2628 L:      [email protected]
2629 S:      Supported
2630
2631 USB CDC ETHERNET DRIVER
2632 P:      Greg Kroah-Hartman
2633 M:      [email protected]
2634 L:      [email protected]
2635 L:      [email protected]
2636 S:      Maintained
2637 W:      http://www.kroah.com/linux-usb/
2638
2639 USB EHCI DRIVER
2640 P:      David Brownell
2641 M:      [email protected]
2642 L:      [email protected]
2643 S:      Maintained
2644
2645 USB HID/HIDBP DRIVERS
2646 P:      Vojtech Pavlik
2647 M:      [email protected]
2648 L:      [email protected]
2649 L:      [email protected]
2650 S:      Maintained
2651
2652 USB HUB DRIVER
2653 P:      Johannes Erdfelt
2654 M:      [email protected]
2655 L:      [email protected]
2656 L:      [email protected]
2657 S:      Maintained
2658
2659 USB ISP116X DRIVER
2660 P:      Olav Kongas
2661 M:      [email protected]
2662 L:      [email protected]
2663 S:      Maintained
2664
2665 USB KAWASAKI LSI DRIVER
2666 P:      Oliver Neukum
2667 M:      [email protected]
2668 L:      [email protected]
2669 L:      [email protected]
2670 S:      Maintained
2671
2672 USB MASS STORAGE DRIVER
2673 P:      Matthew Dharm
2674 M:      [email protected]
2675 L:      [email protected]
2676 L:      [email protected]
2677 S:      Maintained
2678 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
2679
2680 USB OHCI DRIVER
2681 P:      Roman Weissgaerber
2682 M:      [email protected]
2683 L:      [email protected]
2684 L:      [email protected]
2685 S:      Maintained
2686
2687 USB OPTION-CARD DRIVER
2688 P:      Matthias Urlichs
2689 M:      [email protected]
2690 L:      [email protected]
2691 S:      Maintained
2692
2693 USB OV511 DRIVER
2694 P:      Mark McClelland
2695 M:      [email protected]
2696 L:      [email protected]
2697 L:      [email protected]
2698 W:      http://alpha.dyndns.org/ov511/
2699 S:      Maintained
2700
2701 USB PEGASUS DRIVER
2702 P:      Petko Manolov
2703 M:      [email protected]
2704 L:      [email protected]
2705 L:      [email protected]
2706 W:      http://pegasus2.sourceforge.net/
2707 S:      Maintained
2708
2709 USB PRINTER DRIVER
2710 P:      Vojtech Pavlik
2711 M:      [email protected]
2712 L:      [email protected]
2713 L:      [email protected]
2714 S:      Maintained
2715
2716 USB RTL8150 DRIVER
2717 P:      Petko Manolov
2718 M:      [email protected]
2719 L:      [email protected]
2720 L:      [email protected]
2721 W:      http://pegasus2.sourceforge.net/
2722 S:      Maintained
2723
2724 USB SE401 DRIVER
2725 P:      Jeroen Vreeken
2726 M:      [email protected]
2727 L:      [email protected]
2728 L:      [email protected]
2729 W:      http://www.chello.nl/~j.vreeken/se401/
2730 S:      Maintained
2731
2732 USB SERIAL CYBERJACK DRIVER
2733 P:      Matthias Bruestle and Harald Welte
2734 M:      [email protected]
2735 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
2736 S:      Maintained
2737
2738 USB SERIAL DIGI ACCELEPORT DRIVER
2739 P:      Peter Berger and Al Borchers
2740 M:      [email protected]
2741 M:      [email protected]
2742 L:      [email protected]
2743 L:      [email protected]
2744 S:      Maintained
2745
2746 USB SERIAL DRIVER
2747 P:      Greg Kroah-Hartman
2748 M:      [email protected]
2749 L:      [email protected]
2750 L:      [email protected]
2751 S:      Supported
2752
2753 USB SERIAL BELKIN F5U103 DRIVER
2754 P:      William Greathouse
2755 M:      [email protected]
2756 L:      [email protected]
2757 L:      [email protected]
2758 S:      Maintained
2759
2760 USB SERIAL CYPRESS M8 DRIVER
2761 P:      Lonnie Mendez
2762 M:      [email protected]
2763 L:      [email protected]
2764 L:      [email protected]
2765 S:      Maintained
2766 W:      http://geocities.com/i0xox0i
2767 W:      http://firstlight.net/cvs
2768
2769 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2770 L:      [email protected]
2771 L:      [email protected]
2772 S:      Maintained
2773
2774 USB AUERSWALD DRIVER
2775 P:      Wolfgang Muees
2776 M:      [email protected]
2777 L:      [email protected]
2778 L:      [email protected]
2779 S:      Maintained
2780
2781 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2782 P:      Gary Brubaker
2783 M:      [email protected]
2784 L:      [email protected]
2785 L:      [email protected]
2786 S:      Maintained
2787
2788 USB SERIAL KEYSPAN DRIVER
2789 P:      Greg Kroah-Hartman
2790 M:      [email protected]
2791 L:      [email protected]
2792 L:      [email protected]
2793 W:      http://www.kroah.com/linux/
2794 S:      Maintained
2795
2796 USB SERIAL WHITEHEAT DRIVER
2797 P:      Stuart MacDonald
2798 M:      [email protected]
2799 L:      [email protected]
2800 L:      [email protected]
2801 W:      http://www.connecttech.com
2802 S:      Supported
2803
2804 USB SN9C10x DRIVER
2805 P:      Luca Risolia
2806 M:      [email protected]
2807 L:      [email protected]
2808 W:      http://www.linux-projects.org
2809 S:      Maintained
2810
2811 USB SUBSYSTEM
2812 P:      Greg Kroah-Hartman
2813 M:      [email protected]
2814 L:      [email protected]
2815 L:      [email protected]
2816 W:      http://www.linux-usb.org
2817 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2818 S:      Supported
2819
2820 USB UHCI DRIVER
2821 P:      Alan Stern
2822 M:      [email protected]
2823 L:      [email protected]
2824 L:      [email protected]
2825 S:      Maintained
2826
2827 USB "USBNET" DRIVER
2828 P:      David Brownell
2829 M:      [email protected]
2830 L:      [email protected]
2831 S:      Maintained
2832
2833 USB W996[87]CF DRIVER
2834 P:      Luca Risolia
2835 M:      [email protected]
2836 L:      [email protected]
2837 W:      http://www.linux-projects.org
2838 S:      Maintained
2839
2840 USB ZD1201 DRIVER
2841 P:      Jeroen Vreeken
2842 M:      [email protected]
2843 L:      [email protected]
2844 L:      [email protected]
2845 W:      http://linux-lc100020.sourceforge.net
2846 S:      Maintained
2847
2848 USER-MODE LINUX
2849 P:      Jeff Dike
2850 M:      [email protected]
2851 L:      [email protected]
2852 L:      [email protected]
2853 W:      http://user-mode-linux.sourceforge.net
2854 S:      Maintained
2855         
2856 FAT/VFAT/MSDOS FILESYSTEM:
2857 P:      OGAWA Hirofumi
2858 M:      [email protected]
2859 L:      [email protected]
2860 S:      Maintained
2861
2862 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2863 P:      Jeff Garzik
2864 S:      Odd fixes
2865
2866 VIA RHINE NETWORK DRIVER
2867 P:      Roger Luethi
2868 M:      [email protected]
2869 S:      Maintained
2870
2871 VIAPRO SMBUS DRIVER
2872 P:      Jean Delvare
2873 M:      [email protected]
2874 L:      [email protected]
2875 S:      Maintained
2876
2877 UCLINUX (AND M68KNOMMU)
2878 P:      Greg Ungerer
2879 M:      [email protected]
2880 W:      http://www.uclinux.org/
2881 L:      [email protected]  (subscribers-only)
2882 S:      Maintained
2883
2884 UCLINUX FOR NEC V850
2885 P:      Miles Bader
2886 M:      [email protected]
2887 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
2888 W:      http://www.ee.nec.de/uclinux/
2889 S:      Supported
2890
2891 UCLINUX FOR RENESAS H8/300
2892 P:      Yoshinori Sato
2893 M:      [email protected]
2894 W:      http://uclinux-h8.sourceforge.jp/
2895 S:      Supported
2896
2897 USB DIAMOND RIO500 DRIVER
2898 P:      Cesar Miquel
2899 M:      [email protected]
2900 L:      [email protected]
2901 W:      http://rio500.sourceforge.net
2902 S:      Maintained
2903
2904 V9FS FILE SYSTEM
2905 P:      Eric Van Hensbergen
2906 M:      [email protected]
2907 P:      Ron Minnich
2908 M:      [email protected]
2909 P:      Latchesar Ionkov
2910 M:      [email protected]
2911 L:      [email protected]
2912 W:      http://v9fs.sf.net
2913 T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs-devel.git
2914 S:      Maintained
2915
2916 VIDEO FOR LINUX
2917 P:      Mauro Carvalho Chehab
2918 M:      [email protected]
2919 L:      [email protected]
2920 W:      http://linuxtv.org
2921 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
2922 S:      Maintained
2923
2924 VT8231 HARDWARE MONITOR DRIVER
2925 P:      Roger Lucas
2926 M:      [email protected]
2927 L:      [email protected]
2928 S:      Maintained
2929
2930 W1 DALLAS'S 1-WIRE BUS
2931 P:      Evgeniy Polyakov
2932 M:      [email protected]
2933 L:      [email protected]
2934 S:      Maintained
2935
2936 W83L51xD SD/MMC CARD INTERFACE DRIVER
2937 P:      Pierre Ossman
2938 M:      [email protected]
2939 L:      [email protected]
2940 W:      http://projects.drzeus.cx/wbsd
2941 S:      Maintained
2942
2943 W83L785TS HARDWARE MONITOR DRIVER
2944 P:      Jean Delvare
2945 M:      [email protected]
2946 L:      [email protected]
2947 S:      Odd Fixes
2948
2949 WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2950 P:      Nenad Corbic
2951 M:      [email protected]
2952 M:      [email protected]
2953 W:      http://www.sangoma.com
2954 S:      Supported
2955
2956 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2957 P:      Jean Tourrilhes
2958 M:      [email protected]
2959 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2960 S:      Maintained
2961
2962 WD7000 SCSI DRIVER
2963 P:      Miroslav Zagorac
2964 M:      [email protected]
2965 L:      [email protected]
2966 S:      Maintained
2967
2968 WISTRON LAPTOP BUTTON DRIVER
2969 P:      Miloslav Trmac
2970 M:      [email protected]
2971 S:      Maintained
2972
2973 WL3501 WIRELESS PCMCIA CARD DRIVER
2974 P:      Arnaldo Carvalho de Melo
2975 M:      [email protected]
2976 W:      http://advogato.org/person/acme
2977 S:      Maintained
2978
2979 X.25 NETWORK LAYER
2980 P:      Henner Eisen
2981 M:      [email protected]
2982 L:      [email protected]
2983 S:      Maintained
2984
2985 XFS FILESYSTEM
2986 P:      Silicon Graphics Inc
2987 M:      [email protected]
2988 M:      [email protected]
2989 L:      [email protected]
2990 W:      http://oss.sgi.com/projects/xfs
2991 S:      Supported
2992
2993 X86 3-LEVEL PAGING (PAE) SUPPORT
2994 P:      Ingo Molnar
2995 M:      [email protected]
2996 S:      Maintained
2997
2998 X86-64 port
2999 P:      Andi Kleen
3000 M:      [email protected]
3001 L:      [email protected]
3002 W:      http://www.x86-64.org
3003 S:      Maintained
3004
3005 YAM DRIVER FOR AX.25
3006 P:      Jean-Paul Roubelat
3007 M:      [email protected]
3008 L:      [email protected]
3009 S:      Maintained
3010
3011 YEALINK PHONE DRIVER
3012 P:      Henk Vergonet
3013 M:      [email protected]
3014 L:      [email protected]
3015 S:      Maintained
3016
3017 YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3018 P:      Pete Zaitcev
3019 M:      [email protected]
3020 L:      [email protected]
3021 S:      Obsolete
3022
3023 Z8530 DRIVER FOR AX.25
3024 P:      Joerg Reuter
3025 M:      [email protected]
3026 W:      http://yaina.de/jreuter/
3027 W:      http://www.qsl.net/dl1bke/
3028 L:      [email protected]
3029 S:      Maintained
3030
3031 ZF MACHZ WATCHDOG
3032 P:      Fernando Fuganti
3033 M:      [email protected]
3034 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3035 S:      Maintained
3036
3037 ZR36067 VIDEO FOR LINUX DRIVER
3038 P:      Ronald Bultje
3039 M:      [email protected]
3040 L:      [email protected]
3041 W:      http://mjpeg.sourceforge.net/driver-zoran/
3042 S:      Maintained
3043
3044 ZR36120 VIDEO FOR LINUX DRIVER
3045 P:      Pauline Middelink
3046 M:      [email protected]
3047 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3048 W:      http://www.polyware.nl/~middelin/hobbies.html
3049 S:      Maintained
3050
3051 THE REST
3052 P:      Linus Torvalds
3053 S:      Buried alive in reporters
This page took 0.235957 seconds and 4 git commands to generate.