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