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