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