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