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