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