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 SELINUX SECURITY MODULE
1970 P:      Stephen Smalley
1971 M:      sds@epoch.ncsc.mil
1972 P:      James Morris
1973 M:      jmorris@redhat.com
1974 L:      linux-kernel@vger.kernel.org (kernel issues)
1975 L:      selinux@tycho.nsa.gov (general discussion)
1976 W:      http://www.nsa.gov/selinux
1977 S:      Supported
1978
1979 SERIAL ATA (SATA) SUBSYSTEM:
1980 P:      Jeff Garzik
1981 M:      jgarzik@pobox.com
1982 L:      linux-ide@vger.kernel.org
1983 S:      Supported
1984
1985 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
1986 P:      Pat Gefre
1987 M:      pfg@sgi.com
1988 L:      linux-ia64@vger.kernel.org
1989 S:      Supported
1990
1991 SGI VISUAL WORKSTATION 320 AND 540
1992 P:      Andrey Panin
1993 M:      pazke@donpac.ru
1994 L:      linux-visws-devel@lists.sf.net
1995 W:      http://linux-visws.sf.net
1996 S:      Maintained for 2.6.
1997
1998 SIMTEC EB110ATX (Chalice CATS)
1999 P:      Ben Dooks
2000 P:      Vincent Sanders
2001 M:      support@simtec.co.uk
2002 W:      http://www.simtec.co.uk/products/EB110ATX/
2003 S:      Supported
2004
2005 SIMTEC EB2410ITX (BAST)
2006 P:      Ben Dooks
2007 P:      Vincent Sanders
2008 M:      support@simtec.co.uk
2009 W:      http://www.simtec.co.uk/products/EB2410ITX/
2010 S:      Supported
2011
2012 SIS 5513 IDE CONTROLLER DRIVER
2013 P:      Lionel Bouton
2014 M:      Lionel.Bouton@inet6.fr
2015 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2016 W:      http://gyver.homeip.net/sis5513/index.html
2017 S:      Maintained
2018
2019 SIS 900/7016 FAST ETHERNET DRIVER
2020 P:      Ollie Lho
2021 M:      ollie@sis.com.tw
2022 L:      linux-net@vger.kernel.org
2023 S:      Supported
2024
2025 SIS FRAMEBUFFER DRIVER
2026 P:      Thomas Winischhofer
2027 M:      thomas@winischhofer.net
2028 W:      http://www.winischhofer.net/linuxsisvga.shtml
2029 S:      Maintained      
2030
2031 SMSC47M1 HARDWARE MONITOR DRIVER
2032 P:      Jean Delvare
2033 M:      khali@linux-fr.org
2034 L:      sensors@stimpy.netroedge.com
2035 S:      Odd Fixes
2036
2037 SMB FILESYSTEM
2038 P:      Urban Widmark
2039 M:      urban@teststation.com
2040 W:      http://samba.org/
2041 L:      samba@samba.org
2042 S:      Maintained
2043
2044 SMC91x ETHERNET DRIVER
2045 P:      Nicolas Pitre
2046 M:      nico@cam.org
2047 S:      Maintained
2048
2049 SNA NETWORK LAYER
2050 P:      Jay Schulist
2051 M:      jschlst@samba.org
2052 L:      linux-sna@turbolinux.com
2053 W:      http://www.linux-sna.org
2054 S:      Supported
2055
2056 SOFTWARE RAID (Multiple Disks) SUPPORT
2057 P:      Ingo Molnar
2058 M:      mingo@redhat.com
2059 P:      Neil Brown
2060 M:      neilb@cse.unsw.edu.au
2061 L:      linux-raid@vger.kernel.org
2062 S:      Maintained
2063
2064 SOFTWARE SUSPEND:
2065 P:      Pavel Machek
2066 M:      pavel@suse.cz
2067 M:      pavel@ucw.cz
2068 L:      http://lister.fornax.hu/mailman/listinfo/swsusp
2069 W:      http://swsusp.sf.net/
2070 S:      Maintained
2071
2072 SONIC NETWORK DRIVER
2073 P:      Thomas Bogendoerfer
2074 M:      tsbogend@alpha.franken.de
2075 L:      linux-net@vger.kernel.org
2076 S:      Maintained
2077
2078 SONY VAIO CONTROL DEVICE DRIVER
2079 P:      Stelian Pop
2080 M:      stelian@popies.net
2081 W:      http://popies.net/sonypi/
2082 S:      Maintained
2083
2084 SOUND
2085 P:      Jaroslav Kysela
2086 M:      perex@suse.cz
2087 L:      alsa-devel@alsa-project.org
2088 S:      Maintained
2089
2090 UltraSPARC (sparc64):
2091 P:      David S. Miller
2092 M:      davem@davemloft.net
2093 P:      Eddie C. Dost
2094 M:      ecd@skynet.be
2095 P:      Jakub Jelinek
2096 M:      jj@sunsite.ms.mff.cuni.cz
2097 P:      Anton Blanchard
2098 M:      anton@samba.org
2099 L:      sparclinux@vger.kernel.org
2100 L:      ultralinux@vger.kernel.org
2101 S:      Maintained
2102
2103 SHARP LH SUPPORT (LH7952X & LH7A40X)
2104 P:      Marc Singer
2105 M:      elf@buici.com
2106 W:      http://projects.buici.com/arm
2107 L:      linux-arm-kernel@lists.arm.linux.org.uk
2108 S:      Maintained
2109
2110 SPARC (sparc32):
2111 P:      William L. Irwin
2112 M:      wli@holomorphy.com
2113 L:      sparclinux@vger.kernel.org
2114 S:      Maintained
2115
2116 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2117 P:      Roger Wolff
2118 M:      R.E.Wolff@BitWizard.nl
2119 L:      linux-kernel@vger.kernel.org ?
2120 S:      Supported
2121
2122 SPX NETWORK LAYER
2123 P:      Jay Schulist
2124 M:      jschlst@samba.org
2125 L:      linux-net@vger.kernel.org
2126 S:      Supported
2127
2128 SRM (Alpha) environment access
2129 P:      Jan-Benedict Glaw
2130 M:      jbglaw@lug-owl.de
2131 L:      linux-kernel@vger.kernel.org
2132 S:      Maintained
2133
2134 STARFIRE/DURALAN NETWORK DRIVER
2135 P:      Ion Badulescu
2136 M:      ionut@cs.columbia.edu
2137 S:      Maintained
2138
2139 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2140 W:      http://mosquitonet.Stanford.EDU/strip.html
2141 S:      Unsupported ?
2142
2143 STRADIS MPEG-2 DECODER DRIVER
2144 P:      Nathan Laredo
2145 M:      laredo@gnu.org
2146 W:      http://mpeg.openprojects.net/
2147 W:      http://www.stradis.com/
2148 S:      Maintained
2149
2150 SUPERH (sh)
2151 P:      Paul Mundt
2152 M:      lethal@linux-sh.org
2153 P:      Kazumoto Kojima
2154 M:      kkojima@rr.iij4u.or.jp
2155 L:      linux-sh@m17n.org
2156 W:      http://www.linux-sh.org
2157 W:      http://www.m17n.org/linux-sh/
2158 W:      http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2159 S:      Maintained
2160
2161 SUPERH64 (sh64)
2162 P:      Paul Mundt
2163 M:      lethal@linux-sh.org
2164 P:      Richard Curnow
2165 M:      richard.curnow@superh.com
2166 L:      linuxsh-shmedia-dev@lists.sourceforge.net
2167 W:      http://www.linux-sh.org
2168 S:      Maintained
2169
2170 SUN3/3X
2171 P:      Sam Creasey
2172 M:      sammy@sammy.net
2173 L:      sun3-list@redhat.com
2174 W:      http://sammy.net/sun3/
2175 S:      Maintained
2176
2177 SVGA HANDLING
2178 P:      Martin Mares
2179 M:      mj@ucw.cz
2180 L:      linux-video@atrey.karlin.mff.cuni.cz
2181 S:      Maintained
2182
2183 SYSV FILESYSTEM
2184 P:      Christoph Hellwig
2185 M:      hch@infradead.org
2186 S:      Maintained
2187
2188 TI PARALLEL LINK CABLE DRIVER
2189 P:     Romain Lievin
2190 M:     roms@lpg.ticalc.org
2191 S:     Maintained
2192
2193 TLAN NETWORK DRIVER
2194 P:      Samuel Chessman
2195 M:      chessman@tux.org
2196 L:      tlan-devel@lists.sourceforge.net
2197 W:      http://sourceforge.net/projects/tlan/
2198 S:      Maintained
2199
2200 TOKEN-RING NETWORK DRIVER
2201 P:      Mike Phillips
2202 M:      mikep@linuxtr.net
2203 L:      linux-net@vger.kernel.org
2204 L:      linux-tr@linuxtr.net
2205 W:      http://www.linuxtr.net
2206 S:      Maintained
2207
2208 TOSHIBA ACPI EXTRAS DRIVER
2209 P:      John Belmonte
2210 M:      toshiba_acpi@memebeam.org
2211 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2212 S:      Maintained
2213
2214 TOSHIBA SMM DRIVER
2215 P:      Jonathan Buzzard
2216 M:      jonathan@buzzard.org.uk
2217 L:      tlinux-users@tce.toshiba-dme.co.jp
2218 W:      http://www.buzzard.org.uk/toshiba/
2219 S:      Maintained
2220
2221 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2222 P:      Muli Ben-Yehuda
2223 M:      mulix@mulix.org
2224 L:      linux-kernel@vger.kernel.org
2225 S:      Maintained
2226
2227 TRIVIAL PATCHES
2228 P:      Rusty Russell
2229 M:      trivial@rustcorp.com.au
2230 L:      linux-kernel@vger.kernel.org
2231 W:      http://www.kernel.org/pub/linux/kernel/people/rusty/trivial/
2232 S:      Maintained
2233
2234 TMS380 TOKEN-RING NETWORK DRIVER
2235 P:      Adam Fritzler
2236 M:      mid@auk.cx
2237 L:      linux-tr@linuxtr.net
2238 W:      http://www.auk.cx/tms380tr/
2239 S:      Maintained
2240
2241 TULIP NETWORK DRIVER
2242 P:      Jeff Garzik
2243 M:      jgarzik@pobox.com
2244 L:      tulip-users@lists.sourceforge.net
2245 W:      http://sourceforge.net/projects/tulip/
2246 S:      Maintained
2247
2248 TUN/TAP driver
2249 P:      Maxim Krasnyansky
2250 M:      maxk@qualcomm.com, max_mk@yahoo.com
2251 L:      vtun@office.satix.net
2252 W:      http://vtun.sourceforge.net/tun
2253 S:      Maintained
2254
2255 U14-34F SCSI DRIVER
2256 P:      Dario Ballabio
2257 M:      ballabio_dario@emc.com
2258 L:      linux-scsi@vger.kernel.org
2259 S:      Maintained
2260
2261 UDF FILESYSTEM
2262 P:      Ben Fennema
2263 M:      bfennema@falcon.csc.calpoly.edu
2264 L:      linux_udf@hpesjro.fc.hp.com
2265 W:      http://linux-udf.sourceforge.net
2266 S:      Maintained
2267
2268 UNIFORM CDROM DRIVER
2269 P:      Jens Axboe
2270 M:      axboe@suse.de
2271 L:      linux-kernel@vger.kernel.org
2272 W:      http://www.kernel.dk
2273 S:      Maintained
2274
2275 USB ACM DRIVER
2276 P:      Oliver Neukum
2277 M:      oliver@neukum.name
2278 L:      linux-usb-users@lists.sourceforge.net
2279 L:      linux-usb-devel@lists.sourceforge.net
2280 S:      Maintained
2281
2282 USB BLUETOOTH TTY CONVERTER DRIVER
2283 P:      Greg Kroah-Hartman
2284 M:      greg@kroah.com
2285 L:      linux-usb-users@lists.sourceforge.net
2286 L:      linux-usb-devel@lists.sourceforge.net
2287 S:      Maintained
2288 W:      http://www.kroah.com/linux-usb/
2289
2290 USB CDC ETHERNET DRIVER
2291 P:      Greg Kroah-Hartman
2292 M:      greg@kroah.com
2293 L:      linux-usb-users@lists.sourceforge.net
2294 L:      linux-usb-devel@lists.sourceforge.net
2295 S:      Maintained
2296 W:      http://www.kroah.com/linux-usb/
2297
2298 USB EHCI DRIVER
2299 P:      David Brownell
2300 M:      dbrownell@users.sourceforge.net
2301 L:      linux-usb-devel@lists.sourceforge.net
2302 S:      Maintained
2303
2304 USB HID/HIDBP DRIVERS
2305 P:      Vojtech Pavlik
2306 M:      vojtech@suse.cz
2307 L:      linux-usb-users@lists.sourceforge.net
2308 L:      linux-usb-devel@lists.sourceforge.net
2309 S:      Maintained
2310
2311 USB HUB DRIVER
2312 P:      Johannes Erdfelt
2313 M:      johannes@erdfelt.com
2314 L:      linux-usb-users@lists.sourceforge.net
2315 L:      linux-usb-devel@lists.sourceforge.net
2316 S:      Maintained
2317
2318 USB KAWASAKI LSI DRIVER
2319 P:      Oliver Neukum
2320 M:      oliver@neukum.name
2321 L:      linux-usb-users@lists.sourceforge.net
2322 L:      linux-usb-devel@lists.sourceforge.net
2323 S:      Maintained
2324
2325 USB MASS STORAGE DRIVER
2326 P:      Matthew Dharm
2327 M:      mdharm-usb@one-eyed-alien.net
2328 L:      linux-usb-users@lists.sourceforge.net
2329 L:      linux-usb-devel@lists.sourceforge.net
2330 S:      Maintained
2331 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
2332
2333 USB OHCI DRIVER
2334 P:      Roman Weissgaerber
2335 M:      weissg@vienna.at
2336 L:      linux-usb-users@lists.sourceforge.net
2337 L:      linux-usb-devel@lists.sourceforge.net
2338 S:      Maintained
2339
2340 USB OV511 DRIVER
2341 P:      Mark McClelland
2342 M:      mmcclell@bigfoot.com
2343 L:      linux-usb-users@lists.sourceforge.net
2344 L:      linux-usb-devel@lists.sourceforge.net
2345 W:      http://alpha.dyndns.org/ov511/
2346 S:      Maintained
2347
2348 USB PEGASUS DRIVER
2349 P:      Petko Manolov
2350 M:      petkan@users.sourceforge.net
2351 L:      linux-usb-users@lists.sourceforge.net
2352 L:      linux-usb-devel@lists.sourceforge.net
2353 W:      http://pegasus2.sourceforge.net/
2354 S:      Maintained
2355
2356 USB PRINTER DRIVER
2357 P:      Vojtech Pavlik
2358 M:      vojtech@suse.cz
2359 L:      linux-usb-users@lists.sourceforge.net
2360 L:      linux-usb-devel@lists.sourceforge.net
2361 S:      Maintained
2362
2363 USB RTL8150 DRIVER
2364 P:      Petko Manolov
2365 M:      petkan@users.sourceforge.net
2366 L:      linux-usb-users@lists.sourceforge.net
2367 L:      linux-usb-devel@lists.sourceforge.net
2368 W:      http://pegasus2.sourceforge.net/
2369 S:      Maintained
2370
2371 USB SE401 DRIVER
2372 P:      Jeroen Vreeken
2373 M:      pe1rxq@amsat.org
2374 L:      linux-usb-users@lists.sourceforge.net
2375 L:      linux-usb-devel@lists.sourceforge.net
2376 W:      http://www.chello.nl/~j.vreeken/se401/
2377 S:      Maintained
2378
2379 USB SERIAL DIGI ACCELEPORT DRIVER
2380 P:      Peter Berger and Al Borchers
2381 M:      pberger@brimson.com
2382 M:      alborchers@steinerpoint.com
2383 L:      linux-usb-users@lists.sourceforge.net
2384 L:      linux-usb-devel@lists.sourceforge.net
2385 S:      Maintained
2386
2387 USB SERIAL DRIVER
2388 P:      Greg Kroah-Hartman
2389 M:      gregkh@suse.de
2390 L:      linux-usb-users@lists.sourceforge.net
2391 L:      linux-usb-devel@lists.sourceforge.net
2392 S:      Supported
2393
2394 USB SERIAL BELKIN F5U103 DRIVER
2395 P:      William Greathouse
2396 M:      wgreathouse@smva.com
2397 L:      linux-usb-users@lists.sourceforge.net
2398 L:      linux-usb-devel@lists.sourceforge.net
2399 S:      Maintained
2400
2401 USB SERIAL CYPRESS M8 DRIVER
2402 P:      Lonnie Mendez
2403 M:      dignome@gmail.com
2404 L:      linux-usb-users@lists.sourceforge.net
2405 L:      linux-usb-devel@lists.sourceforge.net
2406 S:      Maintained
2407 W:      http://geocities.com/i0xox0i
2408 W:      http://firstlight.net/cvs
2409
2410 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2411 L:      linux-usb-users@lists.sourceforge.net
2412 L:      linux-usb-devel@lists.sourceforge.net
2413 S:      Maintained
2414
2415 USB AUERSWALD DRIVER
2416 P:      Wolfgang Muees
2417 M:      wolfgang@iksw-muees.de
2418 L:      linux-usb-users@lists.sourceforge.net
2419 L:      linux-usb-devel@lists.sourceforge.net
2420 S:      Maintained
2421
2422 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2423 P:      Gary Brubaker
2424 M:      xavyer@ix.netcom.com
2425 L:      linux-usb-users@lists.sourceforge.net
2426 L:      linux-usb-devel@lists.sourceforge.net
2427 S:      Maintained
2428
2429 USB SERIAL KEYSPAN DRIVER
2430 P:      Greg Kroah-Hartman
2431 M:      greg@kroah.com
2432 L:      linux-usb-users@lists.sourceforge.net
2433 L:      linux-usb-devel@lists.sourceforge.net
2434 W:      http://www.kroah.com/linux/
2435 S:      Maintained
2436
2437 USB SERIAL WHITEHEAT DRIVER
2438 P:      Stuart MacDonald
2439 M:      stuartm@connecttech.com
2440 L:      linux-usb-users@lists.sourceforge.net
2441 L:      linux-usb-devel@lists.sourceforge.net
2442 W:      http://www.connecttech.com
2443 S:      Supported
2444
2445 USB SN9C10x DRIVER
2446 P:      Luca Risolia
2447 M:      luca.risolia@studio.unibo.it
2448 L:      linux-usb-devel@lists.sourceforge.net
2449 W:      http://www.linux-projects.org
2450 S:      Maintained
2451
2452 USB SUBSYSTEM
2453 P:      Greg Kroah-Hartman
2454 M:      gregkh@suse.de
2455 L:      linux-usb-users@lists.sourceforge.net
2456 L:      linux-usb-devel@lists.sourceforge.net
2457 W:      http://www.linux-usb.org
2458 S:      Supported
2459
2460 USB UHCI DRIVER
2461 P:      Alan Stern
2462 M:      stern@rowland.harvard.edu
2463 L:      linux-usb-users@lists.sourceforge.net
2464 L:      linux-usb-devel@lists.sourceforge.net
2465 S:      Maintained
2466
2467 USB "USBNET" DRIVER
2468 P:      David Brownell
2469 M:      dbrownell@users.sourceforge.net
2470 L:      linux-usb-devel@lists.sourceforge.net
2471 S:      Maintained
2472
2473 USB W996[87]CF DRIVER
2474 P:      Luca Risolia
2475 M:      luca.risolia@studio.unibo.it
2476 L:      linux-usb-devel@lists.sourceforge.net
2477 W:      http://www.linux-projects.org
2478 S:      Maintained
2479
2480 USER-MODE LINUX
2481 P:      Jeff Dike
2482 M:      jdike@karaya.com
2483 L:      user-mode-linux-devel@lists.sourceforge.net
2484 L:      user-mode-linux-user@lists.sourceforge.net
2485 W:      http://user-mode-linux.sourceforge.net
2486 S:      Maintained
2487         
2488 FAT/VFAT/MSDOS FILESYSTEM:
2489 P:      OGAWA Hirofumi
2490 M:      hirofumi@mail.parknet.co.jp
2491 L:      linux-kernel@vger.kernel.org
2492 S:      Maintained
2493
2494 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2495 P:      Jeff Garzik
2496 S:      Odd fixes
2497
2498 VIA RHINE NETWORK DRIVER
2499 P:      Roger Luethi
2500 M:      rl@hellgate.ch
2501 S:      Maintained
2502
2503 UCLINUX
2504 P:      Greg Ungerer
2505 M:      gerg@snapgear.com
2506 P:      David McCullough
2507 M:      davidm@snapgear.com
2508 P:      D. Jeff Dionne (created first uClinux port)
2509 M:      jeff@uclinux.org
2510 W:      http://www.uclinux.org/
2511 L:      uclinux-dev@uclinux.org
2512 S:      Maintained
2513
2514 UCLINUX FOR NEC V850
2515 P:      Miles Bader
2516 M:      uclinux-v850@lsi.nec.co.jp
2517 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
2518 W:      http://www.ee.nec.de/uclinux/
2519 S:      Supported
2520
2521 UCLINUX FOR RENESAS H8/300
2522 P:      Yoshinori Sato
2523 M:      ysato@users.sourceforge.jp
2524 W:      http://uclinux-h8.sourceforge.jp/
2525 S:      Supported
2526
2527 USB DIAMOND RIO500 DRIVER
2528 P:      Cesar Miquel
2529 M:      miquel@df.uba.ar
2530 L:      rio500-users@lists.sourceforge.net
2531 W:      http://rio500.sourceforge.net
2532 S:      Maintained
2533
2534 VIDEO FOR LINUX
2535 P:      Gerd Knorr
2536 M:      kraxel@bytesex.org
2537 S:      Maintained
2538
2539 W1 DALLAS'S 1-WIRE BUS
2540 P:      Evgeniy Polyakov
2541 M:      johnpol@2ka.mipt.ru
2542 L:      sensors@stimpy.netroedge.com
2543 S:      Maintained
2544
2545 W83L51xD SD/MMC CARD INTERFACE DRIVER
2546 P:      Pierre Ossman
2547 M:      drzeus-wbsd@drzeus.cx
2548 L:      wbsd-devel@list.drzeus.cx
2549 W:      http://projects.drzeus.cx/wbsd
2550 S:      Maintained
2551
2552 W83L785TS HARDWARE MONITOR DRIVER
2553 P:      Jean Delvare
2554 M:      khali@linux-fr.org
2555 L:      sensors@stimpy.netroedge.com
2556 S:      Odd Fixes
2557
2558 WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2559 P:      Nenad Corbic
2560 M:      ncorbic@sangoma.com
2561 M:      dm@sangoma.com
2562 W:      http://www.sangoma.com
2563 S:      Supported
2564
2565 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2566 P:      Jean Tourrilhes
2567 M:      jt@hpl.hp.com
2568 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2569 S:      Maintained
2570
2571 WD7000 SCSI DRIVER
2572 P:      Miroslav Zagorac
2573 M:      zaga@fly.cc.fer.hr
2574 L:      linux-scsi@vger.kernel.org
2575 S:      Maintained
2576
2577 WL3501 WIRELESS PCMCIA CARD DRIVER
2578 P:      Arnaldo Carvalho de Melo
2579 M:      acme@conectiva.com.br
2580 W:      http://advogato.org/person/acme
2581 S:      Maintained
2582
2583 X.25 NETWORK LAYER
2584 P:      Henner Eisen
2585 M:      eis@baty.hanse.de
2586 L:      linux-x25@vger.kernel.org
2587 S:      Maintained
2588
2589 XFS FILESYSTEM
2590 P:      Silicon Graphics Inc
2591 M:      xfs-masters@oss.sgi.com
2592 M:      nathans@sgi.com
2593 L:      linux-xfs@oss.sgi.com
2594 W:      http://oss.sgi.com/projects/xfs
2595 S:      Supported
2596
2597 X86 3-LEVEL PAGING (PAE) SUPPORT
2598 P:      Ingo Molnar
2599 M:      mingo@redhat.com
2600 S:      Maintained
2601
2602 X86-64 port
2603 P:      Andi Kleen
2604 M:      ak@suse.de
2605 L:      discuss@x86-64.org
2606 W:      http://www.x86-64.org
2607 S:      Maintained
2608
2609 YAM DRIVER FOR AX.25
2610 P:      Jean-Paul Roubelat
2611 M:      jpr@f6fbb.org
2612 L:      linux-hams@vger.kernel.org
2613 S:      Maintained
2614
2615 YMFPCI YAMAHA PCI SOUND
2616 P:      Pete Zaitcev
2617 M:      zaitcev@yahoo.com
2618 L:      linux-kernel@vger.kernel.org
2619 S:      Maintained
2620
2621 Z8530 DRIVER FOR AX.25
2622 P:      Joerg Reuter
2623 M:      jreuter@yaina.de
2624 W:      http://yaina.de/jreuter/
2625 W:      http://www.qsl.net/dl1bke/
2626 L:      linux-hams@vger.kernel.org
2627 S:      Maintained
2628
2629 ZF MACHZ WATCHDOG
2630 P:      Fernando Fuganti
2631 M:      fuganti@netbank.com.br
2632 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
2633 S:      Maintained
2634
2635 ZR36067 VIDEO FOR LINUX DRIVER
2636 P:      Ronald Bultje
2637 M:      rbultje@ronald.bitfreak.net
2638 L:      mjpeg-users@lists.sourceforge.net
2639 W:      http://mjpeg.sourceforge.net/driver-zoran/
2640 S:      Maintained
2641
2642 ZR36120 VIDEO FOR LINUX DRIVER
2643 P:      Pauline Middelink
2644 M:      middelin@polyware.nl
2645 W:      http://www.polyware.nl/~middelin/En/hobbies.html
2646 W:      http://www.polyware.nl/~middelin/hobbies.html
2647 S:      Maintained
2648
2649 THE REST
2650 P:      Linus Torvalds
2651 S:      Buried alive in reporters