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