This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.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 S: Status, one of the following:
62
63         Supported:      Someone is actually paid to look after this.
64         Maintained:     Someone actually looks after it.
65         Odd Fixes:      It has a maintainer but they don't have time to do
66                         much other than throw the odd patch in. See below..
67         Orphan:         No current maintainer [but maybe you could take the
68                         role as you write your new code].
69         Obsolete:       Old code. Something tagged obsolete generally means
70                         it has been replaced by a better system and you
71                         should be using that.
72
73 3C359 NETWORK DRIVER
74 P:      Mike Phillips
75 M:      mikep@linuxtr.net
76 L:      linux-net@vger.kernel.org
77 L:      linux-tr@linuxtr.net
78 W:      http://www.linuxtr.net
79 S:      Maintained
80
81 3C505 NETWORK DRIVER
82 P:      Philip Blundell
83 M:      Philip.Blundell@pobox.com
84 L:      linux-net@vger.kernel.org
85 S:      Maintained
86
87 3CR990 NETWORK DRIVER
88 P:      David Dillow
89 M:      dave@thedillows.org
90 L:      linux-net@vger.kernel.org
91 S:      Maintained
92
93 3W-XXXX ATA-RAID CONTROLLER DRIVER
94 P:      Adam Radford
95 M:      linuxraid@amcc.com
96 L:      linux-scsi@vger.kernel.org
97 W:      http://www.amcc.com
98 S:      Supported
99
100 3W-9XXX SATA-RAID CONTROLLER DRIVER
101 P:      Adam Radford
102 M:      linuxraid@amcc.com
103 L:      linux-scsi@vger.kernel.org
104 W:      http://www.amcc.com
105 S:      Supported
106
107 53C700 AND 53C700-66 SCSI DRIVER
108 P:      James E.J. Bottomley
109 M:      James.Bottomley@HansenPartnership.com
110 L:      linux-scsi@vger.kernel.org
111 S:      Maintained
112
113 6PACK NETWORK DRIVER FOR AX.25
114 P:      Andreas Koensgen
115 M:      ajk@iehk.rwth-aachen.de
116 L:      linux-hams@vger.kernel.org
117 S:      Maintained
118
119 8139CP 10/100 FAST ETHERNET DRIVER
120 P:      Jeff Garzik
121 M:      jgarzik@pobox.com
122 S:      Maintained
123
124 8139TOO 10/100 FAST ETHERNET DRIVER
125 P:      Jeff Garzik
126 M:      jgarzik@pobox.com
127 W:      http://sourceforge.net/projects/gkernel/
128 S:      Maintained
129
130 8169 10/100/1000 GIGABIT ETHERNET DRIVER
131 P:      Francois Romieu
132 M:      romieu@fr.zoreil.com
133 L:      netdev@oss.sgi.com
134 S:      Maintained
135
136 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
137 P:      Russell King
138 M:      rmk+serial@arm.linux.org.uk
139 L:      linux-serial@vger.kernel.org
140 W:      http://serial.sourceforge.net
141 S:      Maintained
142
143 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
144 P:      Paul Gortmaker
145 M:      p_gortmaker@yahoo.com
146 L:      linux-net@vger.kernel.org
147 S:      Maintained
148
149 A2232 SERIAL BOARD DRIVER
150 P:      Enver Haase
151 M:      ehaase@inf.fu-berlin.de
152 M:      A2232@gmx.net
153 L:      linux-m68k@lists.linux-m68k.org
154 S:      Maintained
155
156 AIO
157 P:      Benjamin LaHaise
158 M:      bcrl@redhat.com
159 L:      linux-aio@kvack.org
160 S:      Supported
161
162 ACENIC DRIVER
163 P:      Jes Sorensen
164 M:      jes@trained-monkey.org
165 L:      linux-acenic@sunsite.dk
166 S:      Maintained
167
168 ACI MIXER DRIVER
169 P:      Robert Siemer
170 M:      Robert.Siemer@gmx.de
171 L:      linux-sound@vger.kernel.org
172 W:      http://www.stud.uni-karlsruhe.de/~uh1b/
173 S:      Maintained
174
175 ACP/MWAVE MODEM
176 P:      Paul B Schroeder
177 M:      paulsch@us.ibm.com
178 P:      Mike Sullivan
179 M:      sullivam@us.ibm.com
180 W:      http://www.ibm.com/linux/ltc/
181 S:      Supported
182
183 AACRAID SCSI RAID DRIVER
184 P:      Adaptec OEM Raid Solutions
185 L:      linux-scsi@vger.kernel.org
186 W:      http://linux.dell.com/storage.shtml
187 S:      Supported
188
189 ACPI
190 P:      Len Brown
191 M:      len.brown@intel.com
192 L:      acpi-devel@lists.sourceforge.net
193 W:      http://acpi.sourceforge.net/
194 S:      Maintained
195
196 AD1816 SOUND DRIVER
197 P:      Thorsten Knabe
198 M:      Thorsten Knabe <linux@thorsten-knabe.de>
199 W:      http://linux.thorsten-knabe.de
200 S:      Maintained
201
202 ADM1025 HARDWARE MONITOR DRIVER
203 P:      Jean Delvare
204 M:      khali@linux-fr.org
205 L:      sensors@stimpy.netroedge.com
206 S:      Maintained
207
208 ADT746X FAN DRIVER
209 P:      Colin Leroy
210 M:      colin@colino.net
211 S:      Maintained
212
213 ADVANSYS SCSI DRIVER
214 P:      Bob Frey
215 M:      linux@advansys.com
216 W:      http://www.advansys.com/linux.html
217 L:      linux-scsi@vger.kernel.org
218 S:      Maintained
219
220 AEDSP16 DRIVER
221 P:      Riccardo Facchetti
222 M:      fizban@tin.it
223 S:      Maintained
224
225 AFFS FILE SYSTEM
226 P:      Roman Zippel
227 M:      zippel@linux-m68k.org
228 S:      Maintained
229
230 AGPGART DRIVER
231 P:      Dave Jones
232 M:      davej@codemonkey.org.uk
233 W:      http://www.codemonkey.org.uk/projects/agp/
234 S:      Maintained
235
236 AHA152X SCSI DRIVER
237 P:      Juergen E. Fischer
238 M:      Juergen Fischer <fischer@norbit.de>
239 L:      linux-scsi@vger.kernel.org
240 S:      Maintained
241
242 ALCATEL SPEEDTOUCH USB DRIVER
243 P:      Duncan Sands
244 M:      duncan.sands@free.fr
245 L:      linux-usb-users@lists.sourceforge.net
246 L:      linux-usb-devel@lists.sourceforge.net
247 W:      http://www.linux-usb.org/SpeedTouch/
248 S:      Maintained
249
250 ALPHA PORT
251 P:      Richard Henderson
252 M:      rth@twiddle.net
253 S:      Odd Fixes for 2.4; Maintained for 2.6.
254 P:      Ivan Kokshaysky
255 M:      ink@jurassic.park.msu.ru
256 S:      Maintained for 2.4; PCI support for 2.6.
257
258 APM DRIVER
259 P:      Stephen Rothwell
260 M:      sfr@canb.auug.org.au
261 L:      linux-laptop@vger.kernel.org
262 W:      http://www.canb.auug.org.au/~sfr/
263 S:      Supported
264
265 APPLETALK NETWORK LAYER
266 P:      Arnaldo Carvalho de Melo
267 M:      acme@conectiva.com.br
268 S:      Maintained
269
270 ARM26 ARCHITECTURE
271 P:      Ian Molton
272 M:      spyro@f2s.com
273 S:      Maintained
274
275 ARM26/ARCHIMEDES
276 P:      Ian Molton
277 M:      spyro@f2s.com
278 S:      Maintained
279
280 ARM26/A5000
281 P:      John Appleby
282 M:      john@dnsworld.co.uk
283 S:      Maintained
284
285 ARM MFM AND FLOPPY DRIVERS
286 P:      Ian Molton
287 M:      spyro@f2s.com
288 S:      Maintained
289
290 ARM/CORGI MACHINE SUPPORT
291 P:      Richard Purdie
292 M:      rpurdie@rpsys.net
293 S:      Maintained
294
295 ARM/PLEB SUPPORT
296 P:      Peter Chubb
297 M:      pleb@gelato.unsw.edu.au
298 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
299 S:      Maintained
300
301 ARM/PT DIGITAL BOARD PORT
302 P:      Stefan Eletzhofer
303 M:      stefan.eletzhofer@eletztrick.de
304 L:      linux-arm-kernel@lists.arm.linux.org.uk
305 W:      http://www.arm.linux.org.uk/
306 S:      Maintained
307
308 ARM/SHARK MACHINE SUPPORT
309 P:      Alexander Schulz
310 M:      alex@shark-linux.de
311 W:      http://www.shark-linux.de/shark.html
312 S:      Maintained
313
314 ARM/STRONGARM110 PORT
315 P:      Russell King
316 M:      rmk@arm.linux.org.uk
317 L:      linux-arm-kernel@lists.arm.linux.org.uk
318 W:      http://www.arm.linux.org.uk/
319 S:      Maintained
320
321 ARM/S3C2410 ARM ARCHITECTURE
322 P:      Ben Dooks
323 M:      ben-s3c2410@fluff.org
324 L:      linux-arm-kernel@lists.arm.linux.org.uk
325 W:      http://www.fluff.org/ben/linux/
326 S:      Maintained
327
328 ARM/S3C2440 ARM ARCHITECTURE
329 P:      Ben Dooks
330 M:      ben-s3c2440@fluff.org
331 L:      linux-arm-kernel@lists.arm.linux.org.uk
332 W:      http://www.fluff.org/ben/linux/
333 S:      Maintained
334
335 ARPD SUPPORT
336 P:      Jonathan Layes
337 L:      linux-net@vger.kernel.org
338 S:      Maintained
339
340 ASUS ACPI EXTRAS DRIVER
341 P:      Karol Kozimor
342 M:      sziwan@users.sourceforge.net
343 P:      Julien Lerouge
344 M:      julien.lerouge@free.fr
345 L:      acpi4asus-user@lists.sourceforge.net
346 W:      http://sourceforge.net/projects/acpi4asus
347 W:      http://julien.lerouge.free.fr
348 S:      Maintained
349
350 ATA OVER ETHERNET DRIVER
351 P:      Ed L. Cashin
352 M:      ecashin@coraid.com
353 W:      http://www.coraid.com/support/linux
354 S:      Supported
355
356 ATM
357 P:      Chas Williams
358 M:      chas@cmf.nrl.navy.mil
359 L:      linux-atm-general@lists.sourceforge.net
360 W:      http://linux-atm.sourceforge.net
361 S:      Maintained
362
363 ATMEL WIRELESS DRIVER
364 P:      Simon Kelley
365 M:      simon@thekelleys.org.uk
366 W:      http://www.thekelleys.org.uk/atmel
367 W:      http://atmelwlandriver.sourceforge.net/
368 S:      Maintained
369
370 AX.25 NETWORK LAYER
371 P:      Ralf Baechle
372 M:      ralf@linux-mips.org
373 L:      linux-hams@vger.kernel.org
374 S:      Maintained
375
376 BAYCOM/HDLCDRV DRIVERS FOR AX.25
377 P:      Thomas Sailer
378 M:      t.sailer@alumni.ethz.ch
379 L:      linux-hams@vger.kernel.org
380 W:      http://www.baycom.org/~tom/ham/ham.html
381 S:      Maintained
382
383 BEFS FILE SYSTEM
384 P:      Sergey S. Kostyliov
385 M:      rathamahata@php4.ru
386 L:      linux-kernel@vger.kernel.org
387 S:      Maintained
388
389 BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
390 P:      Kenji Hollis
391 W:      http://ftp.bitgate.com/pcwd/
392 S:      Maintained
393
394 BFS FILE SYSTEM
395 P:      Tigran A. Aivazian
396 M:      tigran@veritas.com
397 L:      linux-kernel@vger.kernel.org
398 S:      Maintained
399
400 BLOCK LAYER
401 P:      Jens Axboe
402 M:      axboe@suse.de
403 L:      linux-kernel@vger.kernel.org
404 S:      Maintained
405
406 BLUETOOTH SUBSYSTEM
407 P:      Marcel Holtmann
408 M:      marcel@holtmann.org
409 P:      Maxim Krasnyansky
410 M:      maxk@qualcomm.com
411 L:      bluez-devel@lists.sf.net
412 W:      http://bluez.sf.net
413 W:      http://www.bluez.org
414 W:      http://www.holtmann.org/linux/bluetooth/
415 S:      Maintained
416
417 BLUETOOTH RFCOMM LAYER
418 P:      Marcel Holtmann
419 M:      marcel@holtmann.org
420 P:      Maxim Krasnyansky
421 M:      maxk@qualcomm.com
422 S:      Maintained
423
424 BLUETOOTH BNEP LAYER
425 P:      Marcel Holtmann
426 M:      marcel@holtmann.org
427 P:      Maxim Krasnyansky
428 M:      maxk@qualcomm.com
429 S:      Maintained
430
431 BLUETOOTH CMTP LAYER
432 P:      Marcel Holtmann
433 M:      marcel@holtmann.org
434 S:      Maintained
435
436 BLUETOOTH HIDP LAYER
437 P:      Marcel Holtmann
438 M:      marcel@holtmann.org
439 S:      Maintained
440
441 BLUETOOTH HCI UART DRIVER
442 P:      Marcel Holtmann
443 M:      marcel@holtmann.org
444 P:      Maxim Krasnyansky
445 M:      maxk@qualcomm.com
446 S:      Maintained
447
448 BLUETOOTH HCI USB DRIVER
449 P:      Marcel Holtmann
450 M:      marcel@holtmann.org
451 P:      Maxim Krasnyansky
452 M:      maxk@qualcomm.com
453 S:      Maintained
454
455 BLUETOOTH HCI BCM203X DRIVER
456 P:      Marcel Holtmann
457 M:      marcel@holtmann.org
458 S:      Maintained
459
460 BLUETOOTH HCI BFUSB DRIVER
461 P:      Marcel Holtmann
462 M:      marcel@holtmann.org
463 S:      Maintained
464
465 BLUETOOTH HCI DTL1 DRIVER
466 P:      Marcel Holtmann
467 M:      marcel@holtmann.org
468 S:      Maintained
469
470 BLUETOOTH HCI BLUECARD DRIVER
471 P:      Marcel Holtmann
472 M:      marcel@holtmann.org
473 S:      Maintained
474
475 BLUETOOTH HCI BT3C DRIVER
476 P:      Marcel Holtmann
477 M:      marcel@holtmann.org
478 S:      Maintained
479
480 BLUETOOTH HCI BTUART DRIVER
481 P:      Marcel Holtmann
482 M:      marcel@holtmann.org
483 S:      Maintained
484
485 BLUETOOTH HCI VHCI DRIVER
486 P:      Maxim Krasnyansky
487 M:      maxk@qualcomm.com
488 S:      Maintained
489
490 BONDING DRIVER
491 P:   Chad Tindel
492 M:   ctindel@users.sourceforge.net
493 P:   Jay Vosburgh
494 M:   fubar@us.ibm.com
495 L:   bonding-devel@lists.sourceforge.net
496 W:   http://sourceforge.net/projects/bonding/
497 S:   Supported
498
499 BTTV VIDEO4LINUX DRIVER
500 P:      Gerd Knorr
501 M:      kraxel@bytesex.org
502 L:      video4linux-list@redhat.com
503 W:      http://bytesex.org/bttv/
504 S:      Maintained
505
506 BUSLOGIC SCSI DRIVER
507 P:      Leonard N. Zubkoff
508 M:      Leonard N. Zubkoff <lnz@dandelion.com>
509 L:      linux-scsi@vger.kernel.org
510 W:      http://www.dandelion.com/Linux/
511 S:      Maintained
512
513 COMMON INTERNET FILE SYSTEM (CIFS)
514 P:      Steve French
515 M:      sfrench@samba.org
516 L:      samba-technical@lists.samba.org
517 W:      http://us1.samba.org/samba/Linux_CIFS_client.html
518 S:      Supported       
519
520 CIRRUS LOGIC GENERIC FBDEV DRIVER
521 P:      Jeff Garzik
522 M:      jgarzik@pobox.com
523 L:      linux-fbdev-devel@lists.sourceforge.net
524 S:      Odd Fixes
525
526 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
527 P:      Cirrus Logic Corporation (kernel 2.2 driver)
528 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
529 P:      Nils Faerber (port to kernel 2.4)
530 M:      Nils Faerber <nils@kernelconcepts.de>
531 S:      Maintained
532
533 CODA FILE SYSTEM
534 P:      Jan Harkes
535 M:      jaharkes@cs.cmu.edu
536 M:      coda@cs.cmu.edu
537 L:      codalist@coda.cs.cmu.edu
538 W:      http://www.coda.cs.cmu.edu/
539 S:      Maintained
540
541 COMPACTPCI HOTPLUG CORE
542 P:      Scott Murray
543 M:      scottm@somanetworks.com
544 M:      scott@spiteful.org
545 L:      pcihpd-discuss@lists.sourceforge.net
546 S:      Supported
547
548 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
549 P:      Scott Murray
550 M:      scottm@somanetworks.com
551 M:      scott@spiteful.org
552 L:      pcihpd-discuss@lists.sourceforge.net
553 S:      Supported
554
555 COMPACTPCI HOTPLUG GENERIC DRIVER
556 P:      Scott Murray
557 M:      scottm@somanetworks.com
558 M:      scott@spiteful.org
559 L:      pcihpd-discuss@lists.sourceforge.net
560 S:      Supported
561
562 COMPUTONE INTELLIPORT MULTIPORT CARD
563 P:      Michael H. Warfield
564 M:      Michael H. Warfield <mhw@wittsend.com>
565 W:      http://www.wittsend.com/computone.html
566 L:      linux-computone@lazuli.wittsend.com
567 S:      Orphaned
568
569 COSA/SRP SYNC SERIAL DRIVER
570 P:      Jan "Yenya" Kasprzak
571 M:      kas@fi.muni.cz
572 W:      http://www.fi.muni.cz/~kas/cosa/
573 S:      Maintained
574
575 CPU FREQUENCY DRIVERS
576 P:      Dave Jones
577 M:      davej@codemonkey.org.uk
578 L:      cpufreq@lists.linux.org.uk
579 W:      http://www.codemonkey.org.uk/projects/cpufreq/
580 S:      Maintained
581
582 CPUID/MSR DRIVER
583 P:      H. Peter Anvin
584 M:      hpa@zytor.com
585 S:      Maintained
586
587 CRAMFS FILESYSTEM
588 W:     http://sourceforge.net/projects/cramfs/
589 S:     Orphan
590
591 CRIS PORT
592 P:      Mikael Starvik
593 M:      starvik@axis.com
594 L:      dev-etrax@axis.com
595 W:      http://developer.axis.com
596 S:      Maintained
597
598 CRYPTO API
599 P:      James Morris
600 M:      jmorris@redhat.com
601 P:      David S. Miller
602 M:      davem@davemloft.net
603 W       http://samba.org/~jamesm/crypto/
604 L:      linux-kernel@vger.kernel.org
605 S:      Maintained
606
607 CYBERPRO FB DRIVER
608 P:      Russell King
609 M:      rmk@arm.linux.org.uk
610 W:      http://www.arm.linux.org.uk/
611 S:      Maintained
612
613 CYCLADES 2X SYNC CARD DRIVER
614 P:      Arnaldo Carvalho de Melo
615 M:      acme@conectiva.com.br
616 W:      http://advogato.org/person/acme
617 L:      cycsyn-devel@bazar.conectiva.com.br
618 S:      Maintained
619
620 CYCLADES ASYNC MUX DRIVER
621 M:      async@cyclades.com
622 W:      http://www.cyclades.com/
623 S:      Supported
624
625 CYCLADES PC300 DRIVER
626 M:      pc300@cyclades.com
627 W:      http://www.cyclades.com/
628 S:      Supported
629
630 DAC960 RAID CONTROLLER DRIVER
631 P:      Dave Olien
632 M       dmo@osdl.org
633 W:      http://www.osdl.org/archive/dmo/DAC960
634 L:      linux-kernel@vger.kernel.org
635 S:      Maintained
636
637 DAMA SLAVE for AX.25
638 P:      Joerg Reuter
639 M:      jreuter@yaina.de
640 W:      http://yaina.de/jreuter/
641 W:      http://www.qsl.net/dl1bke/
642 L:      linux-hams@vger.kernel.org
643 S:      Maintained
644
645 DC395x SCSI driver
646 P:      Oliver Neukum
647 M:      oliver@neukum.name
648 P:      Ali Akcaagac
649 M:      aliakc@web.de
650 P:      Jamie Lenehan
651 M:      lenehan@twibble.org
652 W:      http://twibble.org/dist/dc395x/
653 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
654 S:      Maintained
655
656 DC390/AM53C974 SCSI driver
657 P:      Kurt Garloff
658 M:      garloff@suse.de
659 W:      http://www.garloff.de/kurt/linux/dc390/
660 P:      Guennadi Liakhovetski
661 M:      g.liakhovetski@gmx.de
662 S:      Maintained
663
664 DECnet NETWORK LAYER
665 P:      Patrick Caulfield
666 M:      patrick@tykepenguin.com
667 W:      http://linux-decnet.sourceforge.net
668 L:      linux-decnet-user@lists.sourceforge.net
669 S:      Maintained
670
671 DEFXX FDDI NETWORK DRIVER
672 P:      Maciej W. Rozycki
673 M:      macro@linux-mips.org
674 S:      Maintained
675
676 DELL LAPTOP SMM DRIVER
677 P:      Massimo Dal Zotto
678 M:      dz@debian.org
679 W:      http://www.debian.org/~dz/i8k/
680 S:      Maintained
681
682 DEVICE-MAPPER
683 P:      Alasdair Kergon
684 L:      dm-devel@redhat.com
685 W:      http://sources.redhat.com/dm
686 S:      Maintained
687
688 DEVICE NUMBER REGISTRY
689 P:      Torben Mathiasen
690 M:      device@lanana.org
691 W:      http://lanana.org/docs/device-list/index.html
692 L:      linux-kernel@vger.kernel.org
693 S:      Maintained
694
695 DEVICE FILESYSTEM
696 S:      Obsolete
697
698 DIGI INTL. EPCA DRIVER
699 P:      Digi International, Inc
700 M:      Eng.Linux@digi.com
701 L:      Eng.Linux@digi.com
702 W:      http://www.digi.com
703 S:      Orphaned
704
705 DIGI RIGHTSWITCH NETWORK DRIVER
706 P:      Rick Richardson
707 L:      linux-net@vger.kernel.org
708 W:      http://www.digi.com
709 S:      Orphaned
710
711 DIGIBOARD PC/XE AND PC/XI DRIVER
712 P:      Christoph Lameter
713 M:      christoph@lameter.com
714 W:      http://www.digi.com
715 L:      digilnux@digi.com
716 S:      Obsolete
717
718 DIRECTORY NOTIFICATION
719 P:      Stephen Rothwell
720 M:      sfr@canb.auug.org.au
721 L:      linux-kernel@vger.kernel.org
722 S:      Supported
723
724 DISK GEOMETRY AND PARTITION HANDLING
725 P:      Andries Brouwer
726 M:      aeb@cwi.nl
727 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
728 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
729 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
730 S:      Maintained
731
732 DISKQUOTA:
733 P:      Jan Kara
734 M:      jack@suse.cz
735 L:      linux-kernel@vger.kernel.org
736 S:      Maintained
737
738 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
739 P:      Tobias Ringstrom
740 M:      tori@unhappy.mine.nu
741 L:      linux-kernel@vger.kernel.org
742 S:      Maintained
743
744 DOUBLETALK DRIVER
745 P:      James R. Van Zandt
746 M:      jrv@vanzandt.mv.com
747 L:      blinux-list@redhat.com
748 S:      Maintained
749
750 DRIVER CORE, KOBJECTS, AND SYSFS
751 P:      Greg Kroah-Hartman
752 M:      gregkh@suse.de
753 L:      linux-kernel@vger.kernel.org
754 S:      Supported
755
756 DRM DRIVERS
757 L:      dri-devel@lists.sourceforge.net
758 S:      Supported
759
760 DSCC4 DRIVER
761 P:      François Romieu
762 M:      romieu@cogenit.fr
763 M:      romieu@ensta.fr
764 S:      Maintained
765
766 DVB SUBSYSTEM AND DRIVERS
767 P:      LinuxTV.org Project
768 M:      linux-dvb-maintainer@linuxtv.org
769 L:      linux-dvb@linuxtv.org (subscription required)
770 W:      http://linuxtv.org/developer/dvb.xml
771 S:      Supported
772
773 EATA-DMA SCSI DRIVER
774 P:      Michael Neuffer
775 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
776 S:      Maintained
777
778 EATA ISA/EISA/PCI SCSI DRIVER
779 P:      Dario Ballabio
780 M:      ballabio_dario@emc.com
781 L:      linux-scsi@vger.kernel.org
782 S:      Maintained
783
784 EATA-PIO SCSI DRIVER
785 P:      Michael Neuffer
786 M:      mike@i-Connect.Net
787 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
788 S:      Maintained
789
790 EBTABLES
791 P:      Bart De Schuymer
792 M:      bart.de.schuymer@pandora.be
793 L:      ebtables-user@lists.sourceforge.net
794 L:      ebtables-devel@lists.sourceforge.net
795 W:      http://ebtables.sourceforge.net/
796 S:      Maintained
797
798 EEPRO100 NETWORK DRIVER
799 P:      Andrey V. Savochkin
800 M:      saw@saw.sw.com.sg
801 S:      Maintained
802
803 EMU10K1 SOUND DRIVER
804 P:      James Courtier-Dutton
805 M:      James@superbug.demon.co.uk
806 L:      emu10k1-devel@lists.sourceforge.net
807 W:      http://sourceforge.net/projects/emu10k1/
808 S:      Maintained
809
810 EPSON 1355 FRAMEBUFFER DRIVER
811 P:      Christopher Hoover
812 M:      ch@murgatroid.com, ch@hpl.hp.com
813 S:      Maintained
814
815 ETHEREXPRESS-16 NETWORK DRIVER
816 P:      Philip Blundell
817 M:      Philip.Blundell@pobox.com
818 L:      linux-net@vger.kernel.org
819 S:      Maintained
820
821 ETHERNET BRIDGE
822 P:      Stephen Hemminger
823 M:      shemminger@osdl.org
824 L:      bridge@osdl.org
825 W:      http://bridge.sourceforge.net/
826 S:      Maintained
827
828 ETHERTEAM 16I DRIVER
829 P:      Mika Kuoppala
830 M:      miku@iki.fi
831 S:      Maintained
832
833 EXT2 FILE SYSTEM
834 L:      ext2-devel@lists.sourceforge.net
835 S:      Maintained
836
837 EXT3 FILE SYSTEM
838 P:      Stephen Tweedie, Andrew Morton
839 M:      sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
840 L:      ext3-users@redhat.com
841 S:      Maintained
842
843 FARSYNC SYNCHRONOUS DRIVER
844 P:      Kevin Curtis
845 M:      kevin.curtis@farsite.co.uk
846 M:      kevin.curtis@farsite.co.uk
847 W:      http://www.farsite.co.uk/
848 S:      Supported
849
850 FRAMEBUFFER LAYER
851 P:      Antonino Daplas
852 M:      adaplas@pol.net
853 L:      linux-fbdev-devel@lists.sourceforge.net 
854 W:      http://linux-fbdev.sourceforge.net/
855 S:      Maintained
856
857 FILE LOCKING (flock() and fcntl()/lockf())
858 P:      Matthew Wilcox
859 M:      matthew@wil.cx
860 L:      linux-fsdevel@vger.kernel.org
861 S:      Maintained
862
863 FILESYSTEMS (VFS and infrastructure)
864 P:      Alexander Viro
865 M:      viro@parcelfarce.linux.theplanet.co.uk
866 S:      Maintained
867
868 FIRMWARE LOADER (request_firmware)
869 L:      linux-kernel@vger.kernel.org
870 S:      Orphan
871
872 FPU EMULATOR
873 P:      Bill Metzenthen
874 M:      billm@suburbia.net
875 W:      http://suburbia.net/~billm/floating-point/emulator/
876 S:      Maintained
877
878 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
879 P:      Mike McLagan
880 M:      mike.mclagan@linux.org
881 L:      linux-net@vger.kernel.org
882 S:      Maintained
883
884 FREEVXFS FILESYSTEM
885 P:      Christoph Hellwig
886 M:      hch@infradead.org
887 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
888 S:      Maintained
889
890 FUJITSU FR-V PORT
891 P:      David Howells
892 M:      dhowells@redhat.com
893 S:      Maintained
894
895 FTAPE/QIC-117
896 L:      linux-tape@vger.kernel.org
897 W:      http://sourceforge.net/projects/ftape
898 S:      Orphan
899
900 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
901 P:      Rik Faith
902 M:      faith@cs.unc.edu
903 L:      linux-scsi@vger.kernel.org
904 S:      Odd fixes (e.g., new signatures)
905
906 GDT SCSI DISK ARRAY CONTROLLER DRIVER
907 P:      Achim Leubner
908 M:      achim_leubner@adaptec.com
909 L:      linux-scsi@vger.kernel.org
910 W:      http://www.icp-vortex.com/
911 S:      Supported
912
913 GENERIC HDLC DRIVER, N2 AND C101 DRIVERS
914 P:      Krzysztof Halasa
915 M:      khc@pm.waw.pl
916 W:      http://hq.pm.waw.pl/hdlc/
917 S:      Maintained
918
919 HAYES ESP SERIAL DRIVER
920 P:      Andrew J. Robinson
921 M:      arobinso@nyx.net
922 L:      linux-kernel@vger.kernel.org
923 W:      http://www.nyx.net/~arobinso
924 S:      Maintained
925
926 HFS FILESYSTEM
927 P:      Roman Zippel
928 M:      zippel@linux-m68k.org
929 L:      linux-kernel@vger.kernel.org
930 S:      Maintained
931
932 HGA FRAMEBUFFER DRIVER
933 P:      Ferenc Bakonyi
934 M:      fero@drama.obuda.kando.hu
935 L:      linux-nvidia@lists.surfsouth.com
936 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
937 S:      Maintained
938
939 HIGH-SPEED SCC DRIVER FOR AX.25
940 P:      Klaus Kudielka
941 M:      klaus.kudielka@ieee.org
942 L:      linux-hams@vger.kernel.org
943 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
944 S:      Maintained
945
946 HIPPI
947 P:      Jes Sorensen
948 M:      jes@trained-monkey.org
949 L:      linux-hippi@sunsite.dk
950 S:      Maintained
951
952 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
953 P:      Chirag Kantharia
954 M:      chirag.kantharia@hp.com
955 L:      iss_storagedev@hp.com
956 S:      Maintained
957  
958 HEWLETT-PACKARD SMART2 RAID DRIVER
959 P:      Chirag Kantharia
960 M:      chirag.kantharia@hp.com
961 L:      iss_storagedev@hp.com
962 S:      Maintained
963  
964 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
965 P:      Mike Miller
966 M:      mike.miller@hp.com
967 L:      iss_storagedev@hp.com
968 S:      Supported
969  
970 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
971 P:      Jaroslav Kysela
972 M:      perex@suse.cz
973 S:      Maintained
974
975 HPFS FILESYSTEM
976 P:      Mikulas Patocka
977 M:      mikulas@artax.karlin.mff.cuni.cz
978 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
979 S:      Maintained
980
981 HPUSBSCSI
982 P:      Oliver Neukum
983 M:      oliver@neukum.name
984 S:      Maintained
985
986 HUGETLB FILESYSTEM
987 P:      William Irwin
988 M:      wli@holomorphy.com
989 S:      Maintained
990
991 I2C AND SENSORS DRIVERS
992 P:      Greg Kroah-Hartman
993 M:      greg@kroah.com
994 P:      Philip Edelbrock
995 M:      phil@netroedge.com
996 L:      sensors@stimpy.netroedge.com
997 W:      http://www.lm-sensors.nu/
998 S:      Maintained
999
1000 I2O
1001 P:      Markus Lidel
1002 M:      markus.lidel@shadowconnect.com
1003 W:      http://i2o.shadowconnect.com/
1004 S:      Maintained
1005
1006 i386 BOOT CODE
1007 P:      Riley H. Williams
1008 M:      Riley@Williams.Name
1009 L:      Linux-Kernel@vger.kernel.org
1010 S:      Maintained
1011
1012 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1013 P:      Dave Jones
1014 M:      davej@codemonkey.org.uk
1015 P:      H. Peter Anvin
1016 M:      hpa@zytor.com
1017 S:      Maintained
1018
1019 i810 TCO TIMER WATCHDOG
1020 P:      Nils Faerber
1021 M:      nils@kernelconcepts.de
1022 W:      http://www.kernelconcepts.de/
1023 S:      Maintained
1024
1025 IA64 (Itanium) PLATFORM
1026 P:      Tony Luck
1027 M:      tony.luck@intel.com
1028 L:      linux-ia64@vger.kernel.org
1029 W:      http://www.ia64-linux.org/
1030 S:      Maintained
1031
1032 SN-IA64 (Itanium) SUB-PLATFORM
1033 P:      Jesse Barnes
1034 M:      jbarnes@sgi.com
1035 L:      linux-altix@sgi.com
1036 L:      linux-ia64@vger.kernel.org
1037 W:      http://www.sgi.com/altix
1038 S:      Maintained
1039
1040 IBM MCA SCSI SUBSYSTEM DRIVER
1041 P:      Michael Lang
1042 M:      langa2@kph.uni-mainz.de
1043 W:      http://www.uni-mainz.de/~langm000/linux.html
1044 S:      Maintained
1045
1046 IBM Power Linux RAID adapter
1047 P:      Brian King
1048 M:      brking@us.ibm.com
1049 S:      Supported
1050
1051 IBM ServeRAID RAID DRIVER
1052 P:      Jack Hammer
1053 P:      Dave Jeffery
1054 M:      ipslinux@adaptec.com
1055 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1056 S:      Supported 
1057
1058 IDE DRIVER [GENERAL]
1059 P:      Bartlomiej Zolnierkiewicz
1060 M:      B.Zolnierkiewicz@elka.pw.edu.pl
1061 L:      linux-kernel@vger.kernel.org
1062 L:      linux-ide@vger.kernel.org
1063 S:      Maintained
1064
1065 IDE/ATAPI CDROM DRIVER
1066 P:      Jens Axboe
1067 M:      axboe@suse.de
1068 L:      linux-kernel@vger.kernel.org
1069 W:      http://www.kernel.dk
1070 S:      Maintained
1071
1072 IDE/ATAPI FLOPPY DRIVERS
1073 P:      Paul Bristow
1074 M:      Paul Bristow <paul@paulbristow.net>
1075 W:      http://paulbristow.net/linux/idefloppy.html
1076 L:      linux-kernel@vger.kernel.org
1077 S:      Maintained
1078
1079 IDE/ATAPI TAPE DRIVERS
1080 P:      Gadi Oxman
1081 M:      Gadi Oxman <gadio@netvision.net.il>
1082 L:      linux-kernel@vger.kernel.org
1083 S:      Maintained
1084
1085 IEEE 1394 SUBSYSTEM
1086 P:      Ben Collins
1087 M:      bcollins@debian.org
1088 L:      linux1394-devel@lists.sourceforge.net
1089 W:      http://www.linux1394.org/
1090 S:      Maintained
1091
1092 IEEE 1394 OHCI DRIVER
1093 P:      Ben Collins
1094 M:      bcollins@debian.org
1095 L:      linux1394-devel@lists.sourceforge.net
1096 W:      http://www.linux1394.org/
1097 S:      Maintained
1098
1099 IEEE 1394 PCILYNX DRIVER
1100 P:      Andreas Bombe
1101 M:      andreas.bombe@munich.netsurf.de
1102 L:      linux1394-devel@lists.sourceforge.net
1103 W:      http://www.linux1394.org/
1104 S:      Maintained
1105
1106 IEEE 1394 RAW I/O DRIVER
1107 P:      Ben Collins
1108 M:      bcollins@debian.org
1109 L:      linux1394-devel@lists.sourceforge.net
1110 W:      http://www.linux1394.org/
1111 S:      Maintained
1112
1113 IMS TWINTURBO FRAMEBUFFER DRIVER
1114 P:      Paul Mundt
1115 M:      lethal@chaoticdreams.org
1116 L:      linux-fbdev-devel@lists.sourceforge.net
1117 S:      Maintained
1118
1119 INFINIBAND SUBSYSTEM
1120 P:      Roland Dreier
1121 M:      roland@topspin.com
1122 P:      Sean Hefty
1123 M:      mshefty@ichips.intel.com
1124 P:      Hal Rosenstock
1125 M:      halr@voltaire.com
1126 L:      openib-general@openib.org
1127 W:      http://www.openib.org/
1128 S:      Supported
1129
1130 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1131 P:      Vojtech Pavlik
1132 M:      vojtech@suse.cz
1133 L:      linux-input@atrey.karlin.mff.cuni.cz
1134 L:      linux-joystick@atrey.karlin.mff.cuni.cz
1135 S:      Maintained
1136
1137 INTEL 810/815 FRAMEBUFFER DRIVER
1138 P:      Antonino Daplas
1139 M:      adaplas@pol.net
1140 L:      linux-fbdev-devel@lists.sourceforge.net
1141 S:      Maintained
1142
1143 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1144 P:      Ingo Molnar
1145 M:      mingo@redhat.com
1146 S:      Maintained
1147
1148 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1149 P:      Jeff Garzik
1150 M:      jgarzik@pobox.com
1151 W:      http://sourceforge.net/projects/gkernel/
1152 S:      Maintained
1153
1154 INTEL IA32 MICROCODE UPDATE SUPPORT
1155 P:      Tigran Aivazian
1156 M:      tigran@veritas.com
1157 S:      Maintained
1158
1159 INTEL PRO/100 ETHERNET SUPPORT
1160 P:      John Ronciak
1161 M:      john.ronciak@intel.com
1162 P:      Ganesh Venkatesan
1163 M:      ganesh.venkatesan@intel.com
1164 P:      Jesse Brandeburg
1165 M:      jesse.brandeburg@intel.com
1166 W:      http://sourceforge.net/projects/e1000/
1167 S:      Supported
1168
1169 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1170 P:      Jeb Cramer
1171 M:      cramerj@intel.com
1172 P:      John Ronciak
1173 M:      john.ronciak@intel.com
1174 P:      Ganesh Venkatesan
1175 M:      ganesh.venkatesan@intel.com
1176 W:      http://sourceforge.net/projects/e1000/
1177 S:      Supported
1178
1179 INTEL PRO/10GbE SUPPORT
1180 P:      Ayyappan Veeraiyan
1181 M:      ayyappan.veeraiyan@intel.com
1182 P:      Ganesh Venkatesan
1183 M:      ganesh.venkatesan@intel.com
1184 P:      John Ronciak
1185 M:      john.ronciak@intel.com
1186 W:      http://sourceforge.net/projects/e1000/
1187 S:      Supported
1188
1189 IOC3 DRIVER
1190 P:      Ralf Baechle
1191 M:      ralf@linux-mips.org
1192 L:      linux-mips@linux-mips.org
1193 S:      Maintained
1194
1195 IP MASQUERADING:
1196 P:      Juanjo Ciarlante
1197 M:      jjciarla@raiz.uncu.edu.ar
1198 S:      Maintained
1199
1200 IPX NETWORK LAYER
1201 P:      Arnaldo Carvalho de Melo
1202 M:      acme@conectiva.com.br
1203 L:      linux-net@vger.kernel.org
1204 S:      Maintained
1205
1206 IRDA SUBSYSTEM
1207 P:      Jean Tourrilhes
1208 L:      irda-users@lists.sourceforge.net
1209 W:      http://irda.sourceforge.net/
1210 S:      Maintained
1211
1212 ISAPNP
1213 P:      Jaroslav Kysela
1214 M:      perex@suse.cz
1215 S:      Maintained
1216
1217 ISDN SUBSYSTEM
1218 P:      Karsten Keil
1219 M:      kkeil@suse.de
1220 P:      Kai Germaschewski
1221 M:      kai.germaschewski@gmx.de
1222 L:      isdn4linux@listserv.isdn4linux.de
1223 W:      http://www.isdn4linux.de
1224 S:      Maintained
1225
1226 ISDN SUBSYSTEM (Eicon active card driver)
1227 P:      Armin Schindler
1228 M:      mac@melware.de
1229 L:      isdn4linux@listserv.isdn4linux.de
1230 W:      http://www.melware.de
1231 S:      Maintained
1232
1233 JOURNALLING FLASH FILE SYSTEM (JFFS)
1234 P:      Axis Communications AB
1235 M:      jffs-dev@axis.com
1236 L:      jffs-dev@axis.com
1237 W:      http://www.developer.axis.com/software/jffs/
1238 S:      Maintained
1239
1240 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1241 P:      David Woodhouse
1242 M:      dwmw2@infradead.org
1243 L:      jffs-dev@axis.com
1244 W:      http://sources.redhat.com/jffs2/
1245 S:      Maintained
1246
1247 JFS FILESYSTEM
1248 P:      Dave Kleikamp
1249 M:      shaggy@austin.ibm.com
1250 L:      jfs-discussion@oss.software.ibm.com
1251 W:      http://oss.software.ibm.com/jfs/
1252 S:      Supported
1253
1254 KCONFIG
1255 P:      Roman Zippel
1256 M:      zippel@linux-m68k.org
1257 L:      kbuild-devel@lists.sourceforge.net
1258 S:      Maintained
1259
1260 KERNEL AUTOMOUNTER (AUTOFS)
1261 P:      H. Peter Anvin
1262 M:      hpa@zytor.com
1263 L:      autofs@linux.kernel.org
1264 S:      Odd Fixes
1265
1266 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1267 P:      Ian Kent
1268 M:      raven@themaw.net
1269 L:      autofs@linux.kernel.org
1270 S:      Maintained
1271
1272 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1273 P:      Kai Germaschewski
1274 M:      kai@germaschewski.name
1275 P:      Sam Ravnborg
1276 M:      sam@ravnborg.org
1277 S:      Maintained 
1278
1279 KERNEL JANITORS
1280 P:      Several
1281 L:      kernel-janitors@osdl.org
1282 W:      http://www.kerneljanitors.org/
1283 W:      http://sf.net/projects/kernel-janitor/
1284 W:      http://developer.osdl.org/rddunlap/kj-patches/
1285 S:      Maintained
1286
1287 KERNEL NFSD
1288 P:      Neil Brown
1289 M:      neilb@cse.unsw.edu.au
1290 L:      nfs@lists.sourceforge.net
1291 W:      http://nfs.sourceforge.net/
1292 W:      http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1293 S:      Maintained
1294
1295 KERNEL EVENT LAYER (KOBJECT_UEVENT)
1296 P:      Robert Love
1297 M:      rml@novell.com
1298 L:      linux-kernel@vger.kernel.org
1299 S:      Maintained
1300
1301 LANMEDIA WAN CARD DRIVER
1302 P:      Andrew Stanley-Jones
1303 M:      asj@lanmedia.com
1304 W:      http://www.lanmedia.com/
1305 S:      Supported
1306  
1307 LAPB module
1308 P:      Henner Eisen
1309 M:      eis@baty.hanse.de
1310 L:      linux-x25@vger.kernel.org
1311 S:      Maintained
1312
1313 LASI 53c700 driver for PARISC
1314 P:      James E.J. Bottomley
1315 M:      James.Bottomley@HansenPartnership.com
1316 L:      linux-scsi@vger.kernel.org
1317 S:      Maintained
1318
1319 LEGO USB Tower driver
1320 P:      Juergen Stuber
1321 M:      starblue@users.sourceforge.net
1322 L:      legousb-devel@lists.sourceforge.net
1323 W:      http://legousb.sourceforge.net/
1324 S:      Maintained
1325
1326 LINUX FOR IBM pSERIES (RS/6000)
1327 P:      Paul Mackerras
1328 M:      paulus@au.ibm.com
1329 W:      http://www.ibm.com/linux/ltc/projects/ppc
1330 S:      Supported
1331
1332 LINUX FOR NCR VOYAGER
1333 P:      James Bottomley
1334 M:      James.Bottomley@HansenPartnership.com
1335 W:      http://www.hansenpartnership.com/voyager
1336 S:      Maintained
1337
1338 LINUX FOR POWERPC
1339 P:      Paul Mackerras
1340 M:      paulus@samba.org
1341 W:      http://www.penguinppc.org/
1342 L:      linuxppc-dev@ozlabs.org
1343 S:      Supported
1344
1345 LINUX FOR POWER MACINTOSH
1346 P:      Benjamin Herrenschmidt
1347 M:      benh@kernel.crashing.org
1348 W:      http://www.penguinppc.org/
1349 L:      linuxppc-dev@ozlabs.org
1350 S:      Maintained
1351
1352 LINUX FOR POWERPC EMBEDDED MPC52XX
1353 P:      Sylvain Munaut
1354 M:      tnt@246tNt.com
1355 W:      http://www.246tNt.com/mpc52xx/
1356 W:      http://www.penguinppc.org/
1357 L:      linuxppc-dev@ozlabs.org
1358 L:      linuxppc-embedded@ozlabs.org
1359 S:      Maintained
1360
1361 LINUX FOR POWERPC EMBEDDED PPC4XX
1362 P:      Matt Porter
1363 M:      mporter@kernel.crashing.org
1364 W:      http://www.penguinppc.org/
1365 L:      linuxppc-embedded@ozlabs.org
1366 S:      Maintained
1367
1368 LINUX FOR POWERPC EMBEDDED PPC8XX AND BOOT CODE
1369 P:      Tom Rini
1370 M:      trini@kernel.crashing.org
1371 W:      http://www.penguinppc.org/
1372 L:      linuxppc-embedded@ozlabs.org
1373 S:      Maintained
1374
1375 LINUX FOR POWERPC EMBEDDED PPC85XX
1376 P:     Kumar Gala
1377 M:     kumar.gala@freescale.com
1378 W:     http://www.penguinppc.org/
1379 L:     linuxppc-embedded@ozlabs.org
1380 S:     Maintained
1381
1382 LLC (802.2)
1383 P:      Arnaldo Carvalho de Melo
1384 M:      acme@conectiva.com.br
1385 S:      Maintained
1386
1387 LINUX FOR 64BIT POWERPC
1388 P:      Paul Mackerras
1389 M:      paulus@samba.org
1390 M:      paulus@au.ibm.com
1391 P:      Anton Blanchard
1392 M:      anton@samba.org
1393 M:      anton@au.ibm.com
1394 W:      http://linuxppc64.org
1395 L:      linuxppc64-dev@ozlabs.org
1396 S:      Supported
1397
1398 LINUX SECURITY MODULE (LSM) FRAMEWORK
1399 P:      Chris Wright
1400 M:      chrisw@osdl.org
1401 L:      linux-security-module@wirex.com
1402 W:      http://lsm.immunix.org
1403 S:      Supported
1404
1405 LM83 HARDWARE MONITOR DRIVER
1406 P:      Jean Delvare
1407 M:      khali@linux-fr.org
1408 L:      sensors@stimpy.netroedge.com
1409 S:      Maintained
1410
1411 LM90 HARDWARE MONITOR DRIVER
1412 P:      Jean Delvare
1413 M:      khali@linux-fr.org
1414 L:      sensors@stimpy.netroedge.com
1415 S:      Maintained
1416
1417 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1418 P:      Richard Russon (FlatCap)
1419 M:      ldm@flatcap.org
1420 L:      ldm-devel@lists.sourceforge.net 
1421 W:      http://ldm.sourceforge.net
1422 S:      Maintained
1423
1424 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1425 P:      Matthew Wilcox
1426 M:      matthew@wil.cx
1427 L:      linux-scsi@vger.kernel.org
1428 S:      Maintained
1429
1430 M68K ARCHITECTURE
1431 P:      Geert Uytterhoeven
1432 M:      geert@linux-m68k.org
1433 P:      Roman Zippel
1434 M:      zippel@linux-m68k.org
1435 L:      linux-m68k@lists.linux-m68k.org
1436 W:      http://www.linux-m68k.org/
1437 W:      http://linux-m68k-cvs.ubb.ca/
1438 S:      Maintained
1439
1440 M68K ON APPLE MACINTOSH
1441 P:      Joshua Thompson
1442 M:      funaho@jurai.org
1443 W:      http://www.mac.linux-m68k.org/
1444 L:      linux-mac68k@mac.linux-m68k.org
1445 S:      Maintained
1446
1447 M68K ON HP9000/300
1448 P:      Philip Blundell
1449 M:      philb@gnu.org
1450 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
1451 S:      Maintained
1452
1453 MARVELL YUKON / SYSKONNECT DRIVER
1454 P:      Mirko Lindner
1455 M:      mlindner@syskonnect.de
1456 P:      Ralph Roesler
1457 M:      rroesler@syskonnect.de
1458 W:      http://www.syskonnect.com
1459 S:      Supported
1460
1461 MAESTRO PCI SOUND DRIVERS
1462 P:      Zach Brown
1463 M:      zab@zabbo.net
1464 S:      Odd Fixes
1465
1466 MARVELL MV64340 ETHERNET DRIVER
1467 P:      Manish Lachwani
1468 M:      Manish_Lachwani@pmc-sierra.com
1469 L:      linux-mips@linux-mips.org
1470 L:      netdev@oss.sgi.com
1471 S:      Supported
1472
1473 MATROX FRAMEBUFFER DRIVER
1474 P:      Petr Vandrovec
1475 M:      vandrove@vc.cvut.cz
1476 L:      linux-fbdev-devel@lists.sourceforge.net
1477 S:      Maintained
1478
1479 MEMORY TECHNOLOGY DEVICES
1480 P:      David Woodhouse
1481 M:      dwmw2@infradead.org
1482 W:      http://www.linux-mtd.infradead.org/
1483 L:      linux-mtd@lists.infradead.org
1484 S:      Maintained
1485
1486 MICROTEK X6 SCANNER
1487 P:      Oliver Neukum
1488 M:      oliver@neukum.name
1489 S:      Maintained
1490
1491 MIPS
1492 P:      Ralf Baechle
1493 M:      ralf@linux-mips.org
1494 W:      http://oss.sgi.com/mips/mips-howto.html
1495 L:      linux-mips@linux-mips.org
1496 S:      Maintained
1497
1498 MISCELLANEOUS MCA-SUPPORT
1499 P:      James Bottomley
1500 M:      jejb@steeleye.com
1501 L:      linux-kernel@vger.kernel.org
1502 S:      Maintained
1503
1504 MODULE SUPPORT
1505 P:      Rusty Russell
1506 M:      rusty@rustcorp.com.au
1507 L:      linux-kernel@vger.kernel.org
1508 S:      Maintained
1509
1510 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1511 P:      Stelian Pop
1512 M:      stelian@popies.net
1513 W:      http://popies.net/meye/
1514 S:      Maintained
1515
1516 MOUSE AND MISC DEVICES [GENERAL]
1517 P:      Alessandro Rubini
1518 M:      rubini@ipvvis.unipv.it
1519 L:      linux-kernel@vger.kernel.org
1520 S:      Maintained
1521
1522 MTRR AND SIMILAR SUPPORT [i386]
1523 P:      Richard Gooch
1524 M:      rgooch@atnf.csiro.au
1525 L:      linux-kernel@vger.kernel.org
1526 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1527 S:      Maintained
1528
1529 MULTISOUND SOUND DRIVER
1530 P:      Andrew Veliath
1531 M:      andrewtv@usa.net
1532 S:      Maintained
1533
1534 NATSEMI ETHERNET DRIVER (DP8381x)
1535 P:      Tim Hockin
1536 M:      thockin@hockin.org
1537 S:      Maintained
1538
1539 NCP FILESYSTEM
1540 P:      Petr Vandrovec
1541 M:      vandrove@vc.cvut.cz
1542 L:      linware@sh.cvut.cz
1543 S:      Maintained
1544
1545 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1546 P:      James E.J. Bottomley
1547 M:      James.Bottomley@HansenPartnership.com
1548 L:      linux-scsi@vger.kernel.org
1549 S:      Maintained
1550
1551 NETFILTER/IPTABLES/IPCHAINS
1552 P:      Rusty Russell
1553 P:      Marc Boucher
1554 P:      James Morris
1555 P:      Harald Welte
1556 P:      Jozsef Kadlecsik
1557 M:      coreteam@netfilter.org
1558 W:      http://www.netfilter.org/
1559 W:      http://www.iptables.org/
1560 L:      netfilter@lists.netfilter.org
1561 L:      netfilter-devel@lists.netfilter.org
1562 S:      Supported
1563
1564 NETROM NETWORK LAYER
1565 P:      Ralf Baechle
1566 M:      ralf@linux-mips.org
1567 L:      linux-hams@vger.kernel.org
1568 S:      Maintained
1569
1570 NETWORK BLOCK DEVICE
1571 P:      Paul Clements
1572 M:      Paul.Clements@steeleye.com
1573 S:      Maintained
1574
1575 NETWORK DEVICE DRIVERS
1576 P:      Andrew Morton
1577 M:      akpm@osdl.org
1578 P:      Jeff Garzik
1579 M:      jgarzik@pobox.com
1580 L:      linux-net@vger.kernel.org
1581 S:      Maintained
1582
1583 NETWORKING [GENERAL]
1584 P:      Networking Team
1585 M:      netdev@oss.sgi.com
1586 L:      linux-net@vger.kernel.org
1587 S:      Maintained
1588
1589 NETWORKING [IPv4/IPv6]
1590 P:      David S. Miller
1591 M:      davem@davemloft.net
1592 P:      Alexey Kuznetsov
1593 M:      kuznet@ms2.inr.ac.ru
1594 P:      Pekka Savola (ipv6)
1595 M:      pekkas@netcore.fi
1596 P:      James Morris
1597 M:      jmorris@redhat.com
1598 P:      Hideaki YOSHIFUJI
1599 M:      yoshfuji@linux-ipv6.org
1600 P:      Patrick McHardy
1601 M:      kaber@coreworks.de
1602 L:      netdev@oss.sgi.com
1603 S:      Maintained
1604
1605 IPVS
1606 P:      Wensong Zhang
1607 M:      wensong@linux-vs.org
1608 P:      Julian Anastasov
1609 M:      ja@ssi.bg
1610 S:      Maintained
1611
1612 NFS CLIENT
1613 P:      Trond Myklebust
1614 M:      trond.myklebust@fys.uio.no
1615 L:      linux-kernel@vger.kernel.org
1616 S:      Maintained
1617
1618 NI5010 NETWORK DRIVER
1619 P:      Jan-Pascal van Best and Andreas Mohr
1620 M:      Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1621 M:      Andreas Mohr <100.30936@germany.net>
1622 L:      linux-net@vger.kernel.org
1623 S:      Maintained
1624
1625 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1626 P:      YOKOTA Hiroshi
1627 M:      yokota@netlab.is.tsukuba.ac.jp
1628 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1629 S:      Maintained
1630
1631 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1632 P:      GOTO Masanori
1633 M:      gotom@debian.or.jp
1634 P:      YOKOTA Hiroshi
1635 M:      yokota@netlab.is.tsukuba.ac.jp
1636 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1637 S:      Maintained
1638
1639 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1640 P:      Eberhard Moenkeberg
1641 M:      emoenke@gwdg.de
1642 L:      linux-kernel@vger.kernel.org
1643 S:      Maintained
1644
1645 NTFS FILESYSTEM
1646 P:      Anton Altaparmakov
1647 M:      aia21@cantab.net
1648 L:      linux-ntfs-dev@lists.sourceforge.net
1649 L:      linux-kernel@vger.kernel.org
1650 W:      http://linux-ntfs.sf.net/
1651 S:      Maintained
1652
1653 NVIDIA (RIVA) FRAMEBUFFER DRIVER
1654 P:      Ani Joshi
1655 M:      ajoshi@shell.unixbox.com
1656 L:      linux-nvidia@lists.surfsouth.com
1657 S:      Maintained
1658
1659 OLYMPIC NETWORK DRIVER
1660 P:      Peter De Shrijver
1661 M:      p2@ace.ulyssis.student.kuleuven.ac.be
1662 P:      Mike Phillips
1663 M:      mikep@linuxtr.net 
1664 L:      linux-net@vger.kernel.org
1665 L:      linux-tr@linuxtr.net
1666 W:      http://www.linuxtr.net
1667 S:      Maintained
1668
1669 ONSTREAM SCSI TAPE DRIVER
1670 P:      Willem Riede
1671 M:      osst@riede.org
1672 L:      osst-users@lists.sourceforge.net
1673 L:      linux-scsi@vger.kernel.org
1674 S:      Maintained
1675
1676 OPL3-SA2, SA3, and SAx DRIVER
1677 P:      Zwane Mwaikambo
1678 M:      zwane@commfireservices.com
1679 L:      linux-sound@vger.kernel.org
1680 S:      Maintained
1681
1682 OPROFILE
1683 P:      Philippe Elie
1684 M:      phil.el@wanadoo.fr
1685 L:      oprofile-list@lists.sf.net
1686 S:      Maintained
1687
1688 ORINOCO DRIVER
1689 P:      Pavel Roskin
1690 M:      proski@gnu.org
1691 P:      David Gibson
1692 M:      hermes@gibson.dropbear.id.au
1693 W:      http://www.ozlabs.org/people/dgibson/dldwd
1694 S:      Maintained
1695
1696 PARALLEL PORT SUPPORT
1697 P:      Phil Blundell
1698 M:      Philip.Blundell@pobox.com
1699 P:      Tim Waugh
1700 M:      tim@cyberelk.net
1701 P:      David Campbell
1702 M:      campbell@torque.net
1703 P:      Andrea Arcangeli
1704 M:      andrea@e-mind.com
1705 L:      linux-parport@lists.infradead.org
1706 W:      http://people.redhat.com/twaugh/parport/
1707 S:      Maintained
1708
1709 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1710 P:      Tim Waugh
1711 M:      tim@cyberelk.net
1712 L:      linux-parport@lists.infradead.org
1713 W:      http://www.torque.net/linux-pp.html
1714 S:      Maintained
1715
1716 PARISC ARCHITECTURE
1717 P:      Matthew Wilcox
1718 M:      matthew@wil.cx
1719 P:      Grant Grundler
1720 M:      grundler@parisc-linux.org
1721 L:      parisc-linux@parisc-linux.org
1722 W:      http://www.parisc-linux.org/
1723 S:      Maintained
1724
1725 PERSONALITY HANDLING
1726 P:      Christoph Hellwig
1727 M:      hch@infradead.org
1728 L:      linux-abi-devel@lists.sourceforge.net
1729 S:      Maintained
1730
1731 PCI ID DATABASE
1732 P:      Martin Mares
1733 M:      mj@ucw.cz
1734 L:      pciids-devel@lists.sourceforge.net
1735 W:      http://pciids.sourceforge.net/
1736 S:      Maintained
1737
1738 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
1739 P:      Thomas Sailer
1740 M:      sailer@ife.ee.ethz.ch
1741 L:      linux-sound@vger.kernel.org
1742 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
1743 S:      Maintained
1744
1745 PCI SUBSYSTEM
1746 P:      Greg Kroah-Hartman
1747 M:      gregkh@suse.de
1748 L:      linux-kernel@vger.kernel.org
1749 L:      linux-pci@atrey.karlin.mff.cuni.cz
1750 S:      Supported
1751
1752 PCI HOTPLUG CORE
1753 P:      Greg Kroah-Hartman
1754 M:      gregkh@suse.de
1755 S:      Supported
1756
1757 PCI HOTPLUG COMPAQ DRIVER
1758 P:      Greg Kroah-Hartman
1759 M:      greg@kroah.com
1760 S:      Maintained
1761
1762 PCMCIA SUBSYSTEM
1763 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
1764 S:      Unmaintained
1765
1766 PCNET32 NETWORK DRIVER
1767 P:      Thomas Bogendörfer
1768 M:      tsbogend@alpha.franken.de
1769 L:      linux-net@vger.kernel.org
1770 S:      Maintained
1771
1772 PHRAM MTD DRIVER
1773 P:      Jörn Engel
1774 M:      joern@wh.fh-wedel.de
1775 L:      linux-mtd@lists.infradead.org
1776 S:      Maintained
1777
1778 POSIX CLOCKS and TIMERS
1779 P:      George Anzinger
1780 M:      george@mvista.com
1781 L:      linux-net@vger.kernel.org
1782 S:      Supported
1783
1784 PNP SUPPORT
1785 P:      Adam Belay
1786 M:      ambx1@neo.rr.com
1787 S:      Maintained
1788
1789 PPP PROTOCOL DRIVERS AND COMPRESSORS
1790 P:      Paul Mackerras
1791 M:      paulus@samba.org
1792 L:      linux-ppp@vger.kernel.org
1793 S:      Maintained
1794
1795 PPP OVER ATM (RFC 2364)
1796 P:      Mitchell Blank Jr
1797 M:      mitch@sfgoth.com
1798 S:      Maintained
1799
1800 PPP OVER ETHERNET
1801 P:      Michal Ostrowski
1802 M:      mostrows@speakeasy.net
1803 S:      Maintained
1804
1805 PREEMPTIBLE KERNEL
1806 P:      Robert Love
1807 M:      rml@tech9.net
1808 L:      linux-kernel@vger.kernel.org
1809 L:      kpreempt-tech@lists.sourceforge.net
1810 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
1811 S:      Supported
1812
1813 PRISM54 WIRELESS DRIVER
1814 P:      Prism54 Development Team
1815 M:      prism54-private@prism54.org
1816 L:      netdev@oss.sgi.com
1817 W:      http://prism54.org
1818 S:      Maintained
1819
1820 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
1821 P:      Peter Denison
1822 M:      promise@pnd-pc.demon.co.uk
1823 W:      http://www.pnd-pc.demon.co.uk/promise/
1824 S:      Maintained
1825
1826 PXA2xx SUPPORT
1827 P:      Nicolas Pitre
1828 M:      nico@cam.org
1829 L:      linux-arm-kernel@lists.arm.linux.org.uk
1830 S:      Maintained
1831
1832 QLOGIC QLA2XXX FC-SCSI DRIVER
1833 P:      Andrew Vasquez
1834 M:      andrew.vasquez@qlogic.com
1835 L:      linux-scsi@vger.kernel.org
1836 S:      Supported
1837
1838 QNX4 FILESYSTEM
1839 P:      Anders Larsen
1840 M:      al@alarsen.net
1841 L:      linux-kernel@vger.kernel.org
1842 W:      http://www.alarsen.net/linux/qnx4fs/
1843 S:      Maintained
1844
1845 RADEON FRAMEBUFFER DISPLAY DRIVER
1846 P:      Ani Joshi
1847 M:      ajoshi@shell.unixbox.com
1848 L:      linux-fbdev-devel@lists.sourceforge.net
1849 S:      Maintained
1850
1851 RAGE128 FRAMEBUFFER DISPLAY DRIVER
1852 P:      Ani Joshi
1853 M:      ajoshi@shell.unixbox.com
1854 L:      linux-fbdev-devel@lists.sourceforge.net
1855 S:      Maintained
1856
1857 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
1858 P:      Corey Thomas
1859 M:      corey@world.std.com
1860 L:      linux-kernel@vger.kernel.org
1861 S:      Maintained
1862
1863 REAL TIME CLOCK DRIVER
1864 P:      Paul Gortmaker
1865 M:      p_gortmaker@yahoo.com
1866 L:      linux-kernel@vger.kernel.org
1867 S:      Maintained
1868
1869 REISERFS FILE SYSTEM
1870 P:      Hans Reiser
1871 M:      reiserfs-dev@namesys.com
1872 L:      reiserfs-list@namesys.com
1873 W:      http://www.namesys.com
1874 S:      Supported
1875
1876 ROCKETPORT DRIVER
1877 P:      Comtrol Corp.
1878 M:      support@comtrol.com
1879 W:      http://www.comtrol.com
1880 S:      Maintained
1881
1882 ROSE NETWORK LAYER
1883 P:      Ralf Baechle
1884 M:      ralf@linux-mips.org
1885 L:      linux-hams@vger.kernel.org
1886 S:      Maintained
1887
1888 RISCOM8 DRIVER
1889 S:      Orphan
1890
1891 RTLINUX  REALTIME  LINUX
1892 P:      Victor Yodaiken
1893 M:      yodaiken@fsmlabs.com
1894 L:      rtl@rtlinux.org
1895 W:      www.rtlinux.org
1896 S:      Maintained
1897
1898 S390
1899 P:      Martin Schwidefsky
1900 M:      schwidefsky@de.ibm.com
1901 M:      linux390@de.ibm.com
1902 L:      linux-390@vm.marist.edu
1903 W:      http://oss.software.ibm.com/developerworks/opensource/linux390
1904 S:      Supported
1905
1906 SAA7146 VIDEO4LINUX-2 DRIVER
1907 P:      Michael Hunold
1908 M:      michael@mihu.de
1909 W:      http://www.mihu.de/linux/saa7146
1910 S:      Maintained
1911
1912 SBPCD CDROM DRIVER
1913 P:      Eberhard Moenkeberg
1914 M:      emoenke@gwdg.de
1915 L:      linux-kernel@vger.kernel.org
1916 S:      Maintained
1917
1918 SC1200 WDT DRIVER
1919 P:      Zwane Mwaikambo
1920 M:      zwane@commfireservices.com
1921 S:      Maintained
1922
1923 SCHEDULER
1924 P:      Ingo Molnar
1925 M:      mingo@elte.hu
1926 P:      Robert Love    [the preemptible kernel bits]
1927 M:      rml@tech9.net
1928 L:      linux-kernel@vger.kernel.org
1929 S:      Maintained
1930
1931 SCSI CDROM DRIVER
1932 P:      Jens Axboe
1933 M:      axboe@suse.de
1934 L:      linux-scsi@vger.kernel.org
1935 W:      http://www.kernel.dk
1936 S:      Maintained
1937
1938 SCSI SG DRIVER
1939 P:      Doug Gilbert
1940 M:      dgilbert@interlog.com
1941 L:      linux-scsi@vger.kernel.org
1942 W:      http://www.torque.net/sg
1943 S:      Maintained
1944
1945 SCSI SUBSYSTEM
1946 P:      James E.J. Bottomley
1947 M:      James.Bottomley@SteelEye.com
1948 L:      linux-scsi@vger.kernel.org
1949 S:      Maintained
1950
1951 SCSI TAPE DRIVER
1952 P:      Kai Mäkisara
1953 M:      Kai.Makisara@kolumbus.fi
1954 L:      linux-scsi@vger.kernel.org
1955 S:      Maintained
1956
1957 SCTP PROTOCOL
1958 P: Sridhar Samudrala
1959 M: sri@us.ibm.com
1960 L: lksctp-developers@lists.sourceforge.net
1961 S: Supported
1962
1963 SCx200 CPU SUPPORT
1964 P:      Christer Weinigel
1965 M:      christer@weinigel.se
1966 W:      http://www.weinigel.se
1967 S:      Supported
1968
1969 SECURITY CONTACT
1970 P:      Security Officers
1971 M:      security@kernel.org
1972 S:      Supported
1973
1974 SELINUX SECURITY MODULE
1975 P:      Stephen Smalley
1976 M:      sds@epoch.ncsc.mil
1977 P:      James Morris
1978 M:      jmorris@redhat.com
1979 L:      linux-kernel@vger.kernel.org (kernel issues)
1980 L:      selinux@tycho.nsa.gov (general discussion)
1981 W:      http://www.nsa.gov/selinux
1982 S:      Supported
1983
1984 SERIAL ATA (SATA) SUBSYSTEM:
1985 P:      Jeff Garzik
1986 M:      jgarzik@pobox.com
1987 L:      linux-ide@vger.kernel.org
1988 S:      Supported
1989
1990 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
1991 P:      Pat Gefre
1992 M:      pfg@sgi.com
1993 L:      linux-ia64@vger.kernel.org
1994 S:      Supported
1995
1996 SGI VISUAL WORKSTATION 320 AND 540
1997 P:      Andrey Panin
1998 M:      pazke@donpac.ru
1999 L:      linux-visws-devel@lists.sf.net
2000 W:      http://linux-visws.sf.net
2001 S:      Maintained for 2.6.
2002
2003 SIMTEC EB110ATX (Chalice CATS)
2004 P:      Ben Dooks
2005 P:      Vincent Sanders
2006 M:      support@simtec.co.uk
2007 W:      http://www.simtec.co.uk/products/EB110ATX/
2008 S:      Supported
2009
2010 SIMTEC EB2410ITX (BAST)
2011 P:      Ben Dooks
2012 P:      Vincent Sanders
2013 M:      support@simtec.co.uk
2014 W:      http://www.simtec.co.uk/products/EB2410ITX/
2015 S:      Supported
2016
2017 SIS 5513 IDE CONTROLLER DRIVER
2018 P:      Lionel Bouton
2019 M:      Lionel.Bouton@inet6.fr
2020 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2021 W:      http://gyver.homeip.net/sis5513/index.html
2022 S:      Maintained
2023
2024 SIS 900/7016 FAST ETHERNET DRIVER
2025 P:      Ollie Lho
2026 M:      ollie@sis.com.tw
2027 L:      linux-net@vger.kernel.org
2028 S:      Supported
2029
2030 SIS FRAMEBUFFER DRIVER
2031 P:      Thomas Winischhofer
2032 M:      thomas@winischhofer.net
2033 W:      http://www.winischhofer.net/linuxsisvga.shtml
2034 S:      Maintained      
2035
2036 SMSC47M1 HARDWARE MONITOR DRIVER
2037 P:      Jean Delvare
2038 M:      khali@linux-fr.org
2039 L:      sensors@stimpy.netroedge.com
2040 S:      Odd Fixes
2041
2042 SMB FILESYSTEM
2043 P:      Urban Widmark
2044 M:      urban@teststation.com
2045 W:      http://samba.org/
2046 L:      samba@samba.org
2047 S:      Maintained
2048
2049 SMC91x ETHERNET DRIVER
2050 P:      Nicolas Pitre
2051 M:      nico@cam.org
2052 S:      Maintained
2053
2054 SNA NETWORK LAYER
2055 P:      Jay Schulist
2056 M:      jschlst@samba.org
2057 L:      linux-sna@turbolinux.com
2058 W:      http://www.linux-sna.org
2059 S:      Supported
2060
2061 SOFTWARE RAID (Multiple Disks) SUPPORT
2062 P:      Ingo Molnar
2063 M:      mingo@redhat.com
2064 P:      Neil Brown
2065 M:      neilb@cse.unsw.edu.au
2066 L:      linux-raid@vger.kernel.org
2067 S:      Maintained
2068
2069 SOFTWARE SUSPEND:
2070 P:      Pavel Machek
2071 M:      pavel@suse.cz
2072 M:      pavel@ucw.cz
2073 L:      http://lister.fornax.hu/mailman/listinfo/swsusp
2074 W:      http://swsusp.sf.net/
2075 S:      Maintained
2076
2077 SONIC NETWORK DRIVER
2078 P:      Thomas Bogendoerfer
2079 M:      tsbogend@alpha.franken.de
2080 L:      linux-net@vger.kernel.org
2081 S:      Maintained
2082
2083 SONY VAIO CONTROL DEVICE DRIVER
2084 P:      Stelian Pop
2085 M:      stelian@popies.net
2086 W:      http://popies.net/sonypi/
2087 S:      Maintained
2088
2089 SOUND
2090 P:      Jaroslav Kysela
2091 M:      perex@suse.cz
2092 L:      alsa-devel@alsa-project.org
2093 S:      Maintained
2094
2095 UltraSPARC (sparc64):
2096 P:      David S. Miller
2097 M:      davem@davemloft.net
2098 P:      Eddie C. Dost
2099 M:      ecd@skynet.be
2100 P:      Jakub Jelinek
2101 M:      jj@sunsite.ms.mff.cuni.cz
2102 P:      Anton Blanchard
2103 M:      anton@samba.org
2104 L:      sparclinux@vger.kernel.org
2105 L:      ultralinux@vger.kernel.org
2106 S:      Maintained
2107
2108 SHARP LH SUPPORT (LH7952X & LH7A40X)
2109 P:      Marc Singer
2110 M:      elf@buici.com
2111 W:      http://projects.buici.com/arm
2112 L:      linux-arm-kernel@lists.arm.linux.org.uk
2113 S:      Maintained
2114
2115 SPARC (sparc32):
2116 P:      William L. Irwin
2117 M:      wli@holomorphy.com
2118 L:      sparclinux@vger.kernel.org
2119 S:      Maintained
2120
2121 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2122 P:      Roger Wolff
2123 M:      R.E.Wolff@BitWizard.nl
2124 L:      linux-kernel@vger.kernel.org ?
2125 S:      Supported
2126
2127 SPX NETWORK LAYER
2128 P:      Jay Schulist
2129 M:      jschlst@samba.org
2130 L:      linux-net@vger.kernel.org
2131 S:      Supported
2132
2133 SRM (Alpha) environment access
2134 P:      Jan-Benedict Glaw
2135 M:      jbglaw@lug-owl.de
2136 L:      linux-kernel@vger.kernel.org
2137 S:      Maintained
2138
2139 STARFIRE/DURALAN NETWORK DRIVER
2140 P:      Ion Badulescu
2141 M:      ionut@cs.columbia.edu
2142 S:      Maintained
2143
2144 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2145 W:      http://mosquitonet.Stanford.EDU/strip.html
2146 S:      Unsupported ?
2147
2148 STRADIS MPEG-2 DECODER DRIVER
2149 P:      Nathan Laredo
2150 M:      laredo@gnu.org
2151 W:      http://mpeg.openprojects.net/
2152 W:      http://www.stradis.com/
2153 S:      Maintained
2154
2155 SUPERH (sh)
2156 P:      Paul Mundt
2157 M:      lethal@linux-sh.org
2158 P:      Kazumoto Kojima
2159 M:      kkojima@rr.iij4u.or.jp
2160 L:      linux-sh@m17n.org
2161 W:      http://www.linux-sh.org
2162 W:      http://www.m17n.org/linux-sh/
2163 W:      http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2164 S:      Maintained
2165
2166 SUPERH64 (sh64)
2167 P:      Paul Mundt
2168 M:      lethal@linux-sh.org
2169 P:      Richard Curnow
2170 M:      richard.curnow@superh.com
2171 L:      linuxsh-shmedia-dev@lists.sourceforge.net
2172 W:      http://www.linux-sh.org
2173 S:      Maintained
2174
2175 SUN3/3X
2176 P:      Sam Creasey
2177 M:      sammy@sammy.net
2178 L:      sun3-list@redhat.com
2179 W:      http://sammy.net/sun3/
2180 S:      Maintained
2181
2182 SVGA HANDLING
2183 P:      Martin Mares
2184 M:      mj@ucw.cz
2185 L:      linux-video@atrey.karlin.mff.cuni.cz
2186 S:      Maintained
2187
2188 SYSV FILESYSTEM
2189 P:      Christoph Hellwig
2190 M:      hch@infradead.org
2191 S:      Maintained
2192
2193 TI PARALLEL LINK CABLE DRIVER
2194 P:     Romain Lievin
2195 M:     roms@lpg.ticalc.org
2196 S:     Maintained
2197
2198 TLAN NETWORK DRIVER
2199 P:      Samuel Chessman
2200 M:      chessman@tux.org
2201 L:      tlan-devel@lists.sourceforge.net
2202 W:      http://sourceforge.net/projects/tlan/
2203 S:      Maintained
2204
2205 TOKEN-RING NETWORK DRIVER
2206 P:      Mike Phillips
2207 M:      mikep@linuxtr.net
2208 L:      linux-net@vger.kernel.org
2209 L:      linux-tr@linuxtr.net
2210 W:      http://www.linuxtr.net
2211 S:      Maintained
2212
2213 TOSHIBA ACPI EXTRAS DRIVER
2214 P:      John Belmonte
2215 M:      toshiba_acpi@memebeam.org
2216 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2217 S:      Maintained
2218
2219 TOSHIBA SMM DRIVER
2220 P:      Jonathan Buzzard
2221 M:      jonathan@buzzard.org.uk
2222 L:      tlinux-users@tce.toshiba-dme.co.jp
2223 W:      http://www.buzzard.org.uk/toshiba/
2224 S:      Maintained
2225
2226 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2227 P:      Muli Ben-Yehuda
2228 M:      mulix@mulix.org
2229 L:      linux-kernel@vger.kernel.org
2230 S:      Maintained
2231
2232 TRIVIAL PATCHES
2233 P:      Rusty Russell
2234 M:      trivial@rustcorp.com.au
2235 L:      linux-kernel@vger.kernel.org
2236 W:      http://www.kernel.org/pub/linux/kernel/people/rusty/trivial/
2237 S:      Maintained
2238
2239 TMS380 TOKEN-RING NETWORK DRIVER
2240 P:      Adam Fritzler
2241 M:      mid@auk.cx
2242 L:      linux-tr@linuxtr.net
2243 W:      http://www.auk.cx/tms380tr/
2244 S:      Maintained
2245
2246 TULIP NETWORK DRIVER
2247 P:      Jeff Garzik
2248 M:      jgarzik@pobox.com
2249 L:      tulip-users@lists.sourceforge.net
2250 W:      http://sourceforge.net/projects/tulip/
2251 S:      Maintained
2252
2253 TUN/TAP driver
2254 P:      Maxim Krasnyansky
2255 M:      maxk@qualcomm.com, max_mk@yahoo.com
2256 L:      vtun@office.satix.net
2257 W:      http://vtun.sourceforge.net/tun
2258 S:      Maintained
2259
2260 U14-34F SCSI DRIVER
2261 P:      Dario Ballabio
2262 M:      ballabio_dario@emc.com
2263 L:      linux-scsi@vger.kernel.org
2264 S:      Maintained
2265
2266 UDF FILESYSTEM
2267 P:      Ben Fennema
2268 M:      bfennema@falcon.csc.calpoly.edu
2269 L:      linux_udf@hpesjro.fc.hp.com
2270 W:      http://linux-udf.sourceforge.net
2271 S:      Maintained
2272
2273 UNIFORM CDROM DRIVER
2274 P:      Jens Axboe
2275 M:      axboe@suse.de
2276 L:      linux-kernel@vger.kernel.org
2277 W:      http://www.kernel.dk
2278 S:      Maintained
2279
2280 USB ACM DRIVER
2281 P:      Oliver Neukum
2282 M:      oliver@neukum.name
2283 L:      linux-usb-users@lists.sourceforge.net
2284 L:      linux-usb-devel@lists.sourceforge.net
2285 S:      Maintained
2286
2287 USB BLUETOOTH TTY CONVERTER DRIVER
2288 P:      Greg Kroah-Hartman
2289 M:      greg@kroah.com
2290 L:      linux-usb-users@lists.sourceforge.net
2291 L:      linux-usb-devel@lists.sourceforge.net
2292 S:      Maintained
2293 W:      http://www.kroah.com/linux-usb/
2294
2295 USB CDC ETHERNET DRIVER
2296 P:      Greg Kroah-Hartman
2297 M:      greg@kroah.com
2298 L:      linux-usb-users@lists.sourceforge.net
2299 L:      linux-usb-devel@lists.sourceforge.net
2300 S:      Maintained
2301 W:      http://www.kroah.com/linux-usb/
2302
2303 USB EHCI DRIVER
2304 P:      David Brownell
2305 M:      dbrownell@users.sourceforge.net
2306 L:      linux-usb-devel@lists.sourceforge.net
2307 S:      Maintained
2308
2309 USB HID/HIDBP DRIVERS
2310 P:      Vojtech Pavlik
2311 M:      vojtech@suse.cz
2312 L:      linux-usb-users@lists.sourceforge.net
2313 L:      linux-usb-devel@lists.sourceforge.net
2314 S:      Maintained
2315
2316 USB HUB DRIVER
2317 P:      Johannes Erdfelt
2318 M:      johannes@erdfelt.com
2319 L:      linux-usb-users@lists.sourceforge.net
2320 L:      linux-usb-devel@lists.sourceforge.net
2321 S:      Maintained
2322
2323 USB KAWASAKI LSI DRIVER
2324 P:      Oliver Neukum
2325 M:      oliver@neukum.name
2326 L:      linux-usb-users@lists.sourceforge.net
2327 L:      linux-usb-devel@lists.sourceforge.net
2328 S:      Maintained
2329
2330 USB MASS STORAGE DRIVER
2331 P:      Matthew Dharm
2332 M:      mdharm-usb@one-eyed-alien.net
2333 L:      linux-usb-users@lists.sourceforge.net
2334 L:      linux-usb-devel@lists.sourceforge.net
2335 S:      Maintained
2336 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
2337
2338 USB OHCI DRIVER
2339 P:      Roman Weissgaerber
2340 M:      weissg@vienna.at
2341 L:      linux-usb-users@lists.sourceforge.net
2342 L:      linux-usb-devel@lists.sourceforge.net
2343 S:      Maintained
2344
2345 USB OV511 DRIVER
2346 P:      Mark McClelland
2347 M:      mmcclell@bigfoot.com
2348 L:      linux-usb-users@lists.sourceforge.net
2349 L:      linux-usb-devel@lists.sourceforge.net
2350 W:      http://alpha.dyndns.org/ov511/
2351 S:      Maintained
2352
2353 USB PEGASUS DRIVER
2354 P:      Petko Manolov
2355 M:      petkan@users.sourceforge.net
2356 L:      linux-usb-users@lists.sourceforge.net
2357 L:      linux-usb-devel@lists.sourceforge.net
2358 W:      http://pegasus2.sourceforge.net/
2359 S:      Maintained
2360
2361 USB PRINTER DRIVER
2362 P:      Vojtech Pavlik
2363 M:      vojtech@suse.cz
2364 L:      linux-usb-users@lists.sourceforge.net
2365 L:      linux-usb-devel@lists.sourceforge.net
2366 S:      Maintained
2367
2368 USB RTL8150 DRIVER
2369 P:      Petko Manolov
2370 M:      petkan@users.sourceforge.net
2371 L:      linux-usb-users@lists.sourceforge.net
2372 L:      linux-usb-devel@lists.sourceforge.net
2373 W:      http://pegasus2.sourceforge.net/
2374 S:      Maintained
2375
2376 USB SE401 DRIVER
2377 P:      Jeroen Vreeken
2378 M:      pe1rxq@amsat.org
2379 L:      linux-usb-users@lists.sourceforge.net
2380 L:      linux-usb-devel@lists.sourceforge.net
2381 W:      http://www.chello.nl/~j.vreeken/se401/
2382 S:      Maintained
2383
2384 USB SERIAL DIGI ACCELEPORT DRIVER
2385 P:      Peter Berger and Al Borchers
2386 M:      pberger@brimson.com
2387 M:      alborchers@steinerpoint.com
2388 L:      linux-usb-users@lists.sourceforge.net
2389 L:      linux-usb-devel@lists.sourceforge.net
2390 S:      Maintained
2391
2392 USB SERIAL DRIVER
2393 P:      Greg Kroah-Hartman
2394 M:      gregkh@suse.de
2395 L:      linux-usb-users@lists.sourceforge.net
2396 L:      linux-usb-devel@lists.sourceforge.net
2397 S:      Supported
2398
2399 USB SERIAL BELKIN F5U103 DRIVER
2400 P:      William Greathouse
2401 M:      wgreathouse@smva.com
2402 L:      linux-usb-users@lists.sourceforge.net
2403 L:      linux-usb-devel@lists.sourceforge.net
2404 S:      Maintained
2405
2406 USB SERIAL CYPRESS M8 DRIVER
2407 P:      Lonnie Mendez
2408 M:      dignome@gmail.com
2409 L:      linux-usb-users@lists.sourceforge.net
2410 L:      linux-usb-devel@lists.sourceforge.net
2411 S:      Maintained
2412 W:      http://geocities.com/i0xox0i
2413 W:      http://firstlight.net/cvs
2414
2415 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2416 L:      linux-usb-users@lists.sourceforge.net
2417 L:      linux-usb-devel@lists.sourceforge.net
2418 S:      Maintained
2419
2420 USB AUERSWALD DRIVER
2421 P:      Wolfgang Muees
2422 M:      wolfgang@iksw-muees.de
2423 L:      linux-usb-users@lists.sourceforge.net
2424 L:      linux-usb-devel@lists.sourceforge.net
2425 S:      Maintained
2426
2427 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2428 P:      Gary Brubaker
2429 M:      xavyer@ix.netcom.com
2430 L:      linux-usb-users@lists.sourceforge.net
2431 L:      linux-usb-devel@lists.sourceforge.net
2432 S:      Maintained
2433
2434 USB SERIAL KEYSPAN DRIVER
2435 P:      Greg Kroah-Hartman
2436 M:      greg@kroah.com
2437 L:      linux-usb-users@lists.sourceforge.net
2438 L:      linux-usb-devel@lists.sourceforge.net
2439 W:      http://www.kroah.com/linux/
2440 S:      Maintained
2441
2442 USB SERIAL WHITEHEAT DRIVER
2443 P:      Stuart MacDonald
2444 M:      stuartm@connecttech.com
2445 L:      linux-usb-users@lists.sourceforge.net
2446 L:      linux-usb-devel@lists.sourceforge.net
2447 W:      http://www.connecttech.com
2448 S:      Supported
2449
2450 USB SN9C10x DRIVER
2451 P:      Luca Risolia
2452 M:      luca.risolia@studio.unibo.it
2453 L:      linux-usb-devel@lists.sourceforge.net
2454 W:      http://www.linux-projects.org
2455 S:      Maintained
2456
2457 USB SUBSYSTEM
2458 P:      Greg Kroah-Hartman
2459 M:      gregkh@suse.de
2460 L:      linux-usb-users@lists.sourceforge.net
2461 L:      linux-usb-devel@lists.sourceforge.net
2462 W:      http://www.linux-usb.org
2463 S:      Supported
2464
2465 USB UHCI DRIVER
2466 P:      Alan Stern
2467 M:      stern@rowland.harvard.edu
2468 L:      linux-usb-users@lists.sourceforge.net
2469 L:      linux-usb-devel@lists.sourceforge.net
2470 S:      Maintained
2471
2472 USB "USBNET" DRIVER
2473 P:      David Brownell
2474 M:      dbrownell@users.sourceforge.net
2475 L:      linux-usb-devel@lists.sourceforge.net
2476 S:      Maintained
2477
2478 USB W996[87]CF DRIVER
2479 P:      Luca Risolia
2480 M:      luca.risolia@studio.unibo.it
2481 L:      linux-usb-devel@lists.sourceforge.net
2482 W:      http://www.linux-projects.org
2483 S:      Maintained
2484
2485 USER-MODE LINUX
2486 P:      Jeff Dike
2487 M:      jdike@karaya.com
2488 L:      user-mode-linux-devel@lists.sourceforge.net
2489 L:      user-mode-linux-user@lists.sourceforge.net
2490 W:      http://user-mode-linux.sourceforge.net
2491 S:      Maintained
2492         
2493 FAT/VFAT/MSDOS FILESYSTEM:
2494 P:      OGAWA Hirofumi
2495 M:      hirofumi@mail.parknet.co.jp
2496 L:      linux-kernel@vger.kernel.org
2497 S:      Maintained
2498
2499 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2500 P:      Jeff Garzik
2501 S:      Odd fixes
2502
2503 VIA RHINE NETWORK DRIVER
2504 P:      Roger Luethi
2505 M:      rl@hellgate.ch
2506 S:      Maintained
2507
2508 UCLINUX
2509 P:      Greg Ungerer
2510 M:      gerg@snapgear.com
2511 P:      David McCullough
2512 M:      davidm@snapgear.com
2513 P:      D. Jeff Dionne (created first uClinux port)
2514 M:      jeff@uclinux.org
2515 W:      http://www.uclinux.org/
2516 L:      uclinux-dev@uclinux.org
2517 S:      Maintained
2518
2519 UCLINUX FOR NEC V850
2520 P:      Miles Bader
2521 M:      uclinux-v850@lsi.nec.co.jp
2522 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
2523 W:      http://www.ee.nec.de/uclinux/
2524 S:      Supported
2525
2526 UCLINUX FOR RENESAS H8/300
2527 P:      Yoshinori Sato
2528 M:      ysato@users.sourceforge.jp
2529 W:      http://uclinux-h8.sourceforge.jp/
2530 S:      Supported
2531
2532 USB DIAMOND RIO500 DRIVER
2533 P:      Cesar Miquel
2534 M:      miquel@df.uba.ar
2535 L:      rio500-users@lists.sourceforge.net
2536 W:      http://rio500.sourceforge.net
2537 S:      Maintained
2538
2539 VIDEO FOR LINUX
2540 P:      Gerd Knorr
2541 M:      kraxel@bytesex.org
2542 S:      Maintained
2543
2544 W1 DALLAS'S 1-WIRE BUS
2545 P:      Evgeniy Polyakov
2546 M:      johnpol@2ka.mipt.ru
2547 L:      sensors@stimpy.netroedge.com
2548 S:      Maintained
2549
2550 W83L51xD SD/MMC CARD INTERFACE DRIVER
2551 P:      Pierre Ossman
2552 M:      drzeus-wbsd@drzeus.cx
2553 L:      wbsd-devel@list.drzeus.cx
2554 W:      http://projects.drzeus.cx/wbsd
2555 S:      Maintained
2556
2557 W83L785TS HARDWARE MONITOR DRIVER
2558 P:      Jean Delvare
2559 M:      khali@linux-fr.org
2560 L:      sensors@stimpy.netroedge.com
2561 S:      Odd Fixes
2562
2563 WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2564 P:      Nenad Corbic
2565 M:      ncorbic@sangoma.com
2566 M:      dm@sangoma.com
2567 W:      http://www.sangoma.com
2568 S:      Supported
2569
2570 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2571 P:      Jean Tourrilhes
2572 M:      jt@hpl.hp.com
2573 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2574 S:      Maintained
2575
2576 WD7000 SCSI DRIVER
2577 P:      Miroslav Zagorac
2578 M:      zaga@fly.cc.fer.hr
2579 L:      linux-scsi@vger.kernel.org
2580 S:      Maintained
2581
2582 WL3501 WIRELESS PCMCIA CARD DRIVER
2583 P:      Arnaldo Carvalho de Melo
2584 M:      acme@conectiva.com.br
2585 W:      http://advogato.org/person/acme
2586 S:      Maintained
2587
2588 X.25 NETWORK LAYER
2589 P:      Henner Eisen
2590 M:      eis@baty.hanse.de
2591 L:      linux-x25@vger.kernel.org
2592 S:      Maintained
2593
2594 XFS FILESYSTEM
2595 P:      Silicon Graphics Inc
2596 M:      xfs-masters@oss.sgi.com
2597 M:      nathans@sgi.com
2598 L:      linux-xfs@oss.sgi.com
2599 W:      http://oss.sgi.com/projects/xfs
2600 S:      Supported
2601
2602 X86 3-LEVEL PAGING (PAE) SUPPORT
2603 P:      Ingo Molnar
2604 M:      mingo@redhat.com
2605 S:      Maintained
2606
2607 X86-64 port
2608 P:      Andi Kleen
2609 M:      ak@suse.de
2610 L:      discuss@x86-64.org
2611 W:      http://www.x86-64.org
2612 S:      Maintained
2613
2614 YAM DRIVER FOR AX.25
2615 P:      Jean-Paul Roubelat
2616 M:      jpr@f6fbb.org
2617 L:      linux-hams@vger.kernel.org
2618 S:      Maintained
2619
2620 YMFPCI YAMAHA PCI SOUND
2621 P:      Pete Zaitcev
2622 M:      zaitcev@yahoo.com
2623 L:      linux-kernel@vger.kernel.org
2624 S:      Maintained
2625
2626 Z8530 DRIVER FOR AX.25
2627 P:      Joerg Reuter
2628 M:      jreuter@yaina.de
2629 W:      http://yaina.de/jreuter/
2630 W:      http://www.qsl.net/dl1bke/
2631 L:      linux-hams@vger.kernel.org
2632 S:      Maintained
2633
2634 ZF MACHZ WATCHDOG
2635 P:      Fernando Fuganti
2636 M:      fuganti@netbank.com.br
2637 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
2638 S:      Maintained
2639
2640 ZR36067 VIDEO FOR LINUX DRIVER
2641 P:      Ronald Bultje
2642 M:      rbultje@ronald.bitfreak.net
2643 L:      mjpeg-users@lists.sourceforge.net
2644 W:      http://mjpeg.sourceforge.net/driver-zoran/
2645 S:      Maintained
2646
2647 ZR36120 VIDEO FOR LINUX DRIVER
2648 P:      Pauline Middelink
2649 M:      middelin@polyware.nl
2650 W:      http://www.polyware.nl/~middelin/En/hobbies.html
2651 W:      http://www.polyware.nl/~middelin/hobbies.html
2652 S:      Maintained
2653
2654 THE REST
2655 P:      Linus Torvalds
2656 S:      Buried alive in reporters