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