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