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