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