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