[PATCH] Fix typo causing bad mode of /initrd.image
[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 EEPRO100 NETWORK DRIVER
894 P:      Andrey V. Savochkin
895 M:      saw@saw.sw.com.sg
896 S:      Maintained
897
898 EMU10K1 SOUND DRIVER
899 P:      James Courtier-Dutton
900 M:      James@superbug.demon.co.uk
901 L:      emu10k1-devel@lists.sourceforge.net
902 W:      http://sourceforge.net/projects/emu10k1/
903 S:      Maintained
904
905 EMULEX LPFC FC SCSI DRIVER
906 P:      James Smart
907 M:      james.smart@emulex.com
908 L:      linux-scsi@vger.kernel.org
909 W:      http://sourceforge.net/projects/lpfcxxxx
910 S:      Supported
911
912 EPSON 1355 FRAMEBUFFER DRIVER
913 P:      Christopher Hoover
914 M:      ch@murgatroid.com, ch@hpl.hp.com
915 S:      Maintained
916
917 ETHEREXPRESS-16 NETWORK DRIVER
918 P:      Philip Blundell
919 M:      philb@gnu.org
920 L:      netdev@vger.kernel.org
921 S:      Maintained
922
923 ETHERNET BRIDGE
924 P:      Stephen Hemminger
925 M:      shemminger@osdl.org
926 L:      bridge@osdl.org
927 W:      http://bridge.sourceforge.net/
928 S:      Maintained
929
930 ETHERTEAM 16I DRIVER
931 P:      Mika Kuoppala
932 M:      miku@iki.fi
933 S:      Maintained
934
935 EXT2 FILE SYSTEM
936 L:      ext2-devel@lists.sourceforge.net
937 S:      Maintained
938
939 EXT3 FILE SYSTEM
940 P:      Stephen Tweedie, Andrew Morton
941 M:      sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
942 L:      ext3-users@redhat.com
943 S:      Maintained
944
945 F71805F HARDWARE MONITORING DRIVER
946 P:      Jean Delvare
947 M:      khali@linux-fr.org
948 L:      lm-sensors@lm-sensors.org
949 S:      Maintained
950
951 FARSYNC SYNCHRONOUS DRIVER
952 P:      Kevin Curtis
953 M:      kevin.curtis@farsite.co.uk
954 W:      http://www.farsite.co.uk/
955 S:      Supported
956
957 FRAMEBUFFER LAYER
958 P:      Antonino Daplas
959 M:      adaplas@pol.net
960 L:      linux-fbdev-devel@lists.sourceforge.net 
961 W:      http://linux-fbdev.sourceforge.net/
962 S:      Maintained
963
964 FREESCALE SOC FS_ENET DRIVER
965 P:      Pantelis Antoniou
966 M:      pantelis.antoniou@gmail.com
967 P:      Vitaly Bordug
968 M:      vbordug@ru.mvista.com
969 L:      linuxppc-embedded@ozlabs.org
970 L:      netdev@vger.kernel.org
971 S:      Maintained
972
973 FILE LOCKING (flock() and fcntl()/lockf())
974 P:      Matthew Wilcox
975 M:      matthew@wil.cx
976 L:      linux-fsdevel@vger.kernel.org
977 S:      Maintained
978
979 FILESYSTEMS (VFS and infrastructure)
980 P:      Alexander Viro
981 M:      viro@zeniv.linux.org.uk
982 S:      Maintained
983
984 FIRMWARE LOADER (request_firmware)
985 L:      linux-kernel@vger.kernel.org
986 S:      Orphan
987
988 FPU EMULATOR
989 P:      Bill Metzenthen
990 M:      billm@suburbia.net
991 W:      http://suburbia.net/~billm/floating-point/emulator/
992 S:      Maintained
993
994 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
995 P:      Mike McLagan
996 M:      mike.mclagan@linux.org
997 L:      netdev@vger.kernel.org
998 S:      Maintained
999
1000 FREEVXFS FILESYSTEM
1001 P:      Christoph Hellwig
1002 M:      hch@infradead.org
1003 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1004 S:      Maintained
1005
1006 FUJITSU FR-V PORT
1007 P:      David Howells
1008 M:      dhowells@redhat.com
1009 S:      Maintained
1010
1011 FTAPE/QIC-117
1012 L:      linux-tape@vger.kernel.org
1013 W:      http://sourceforge.net/projects/ftape
1014 S:      Orphan
1015
1016 FUSE: FILESYSTEM IN USERSPACE
1017 P:      Miklos Szeredi
1018 M:      miklos@szeredi.hu
1019 L:      fuse-devel@lists.sourceforge.net
1020 W:      http://fuse.sourceforge.net/
1021 S:      Maintained
1022
1023 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1024 P:      Rik Faith
1025 M:      faith@cs.unc.edu
1026 L:      linux-scsi@vger.kernel.org
1027 S:      Odd fixes (e.g., new signatures)
1028
1029 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1030 P:      Achim Leubner
1031 M:      achim_leubner@adaptec.com
1032 L:      linux-scsi@vger.kernel.org
1033 W:      http://www.icp-vortex.com/
1034 S:      Supported
1035
1036 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1037 P:      Krzysztof Halasa
1038 M:      khc@pm.waw.pl
1039 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1040 S:      Maintained
1041
1042 HARDWARE MONITORING
1043 P:      Jean Delvare
1044 M:      khali@linux-fr.org
1045 L:      lm-sensors@lm-sensors.org
1046 W:      http://www.lm-sensors.nu/
1047 S:      Maintained
1048
1049 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1050 P:      Robert Love
1051 M:      rlove@rlove.org
1052 M:      linux-kernel@vger.kernel.org
1053 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1054 S:      Maintained
1055
1056 HARMONY SOUND DRIVER
1057 P:      Kyle McMartin
1058 M:      kyle@parisc-linux.org
1059 W:      http://www.parisc-linux.org/~kyle/harmony/
1060 L:      parisc-linux@lists.parisc-linux.org
1061 S:      Maintained
1062
1063 HAYES ESP SERIAL DRIVER
1064 P:      Andrew J. Robinson
1065 M:      arobinso@nyx.net
1066 L:      linux-kernel@vger.kernel.org
1067 W:      http://www.nyx.net/~arobinso
1068 S:      Maintained
1069
1070 HFS FILESYSTEM
1071 P:      Roman Zippel
1072 M:      zippel@linux-m68k.org
1073 L:      linux-kernel@vger.kernel.org
1074 S:      Maintained
1075
1076 HGA FRAMEBUFFER DRIVER
1077 P:      Ferenc Bakonyi
1078 M:      fero@drama.obuda.kando.hu
1079 L:      linux-nvidia@lists.surfsouth.com
1080 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1081 S:      Maintained
1082
1083 HIGH-SPEED SCC DRIVER FOR AX.25
1084 P:      Klaus Kudielka
1085 M:      klaus.kudielka@ieee.org
1086 L:      linux-hams@vger.kernel.org
1087 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1088 S:      Maintained
1089
1090 HIPPI
1091 P:      Jes Sorensen
1092 M:      jes@trained-monkey.org
1093 L:      linux-hippi@sunsite.dk
1094 S:      Maintained
1095
1096 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1097 P:      Chirag Kantharia
1098 M:      chirag.kantharia@hp.com
1099 L:      iss_storagedev@hp.com
1100 S:      Maintained
1101  
1102 HEWLETT-PACKARD SMART2 RAID DRIVER
1103 P:      Chirag Kantharia
1104 M:      chirag.kantharia@hp.com
1105 L:      iss_storagedev@hp.com
1106 S:      Maintained
1107  
1108 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1109 P:      Mike Miller
1110 M:      mike.miller@hp.com
1111 L:      iss_storagedev@hp.com
1112 S:      Supported
1113  
1114 HOST AP DRIVER
1115 P:      Jouni Malinen
1116 M:      jkmaline@cc.hut.fi
1117 L:      hostap@shmoo.com
1118 W:      http://hostap.epitest.fi/
1119 S:      Maintained
1120
1121 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1122 P:      Jaroslav Kysela
1123 M:      perex@suse.cz
1124 S:      Maintained
1125
1126 HPET:   High Precision Event Timers driver (hpet.c)
1127 P:      Clemens Ladisch
1128 M:      clemens@ladisch.de
1129 S:      Maintained
1130
1131 HPET:   i386
1132 P:      Venkatesh Pallipadi (Venki)
1133 M:      venkatesh.pallipadi@intel.com
1134 S:      Maintained
1135
1136 HPET:   x86_64
1137 P:      Andi Kleen and Vojtech Pavlik
1138 M:      ak@muc.de and vojtech@suse.cz
1139 S:      Maintained
1140
1141 HPET:   ACPI hpet.c
1142 P:      Bob Picco
1143 M:      bob.picco@hp.com
1144 S:      Maintained
1145
1146 HPFS FILESYSTEM
1147 P:      Mikulas Patocka
1148 M:      mikulas@artax.karlin.mff.cuni.cz
1149 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1150 S:      Maintained
1151
1152 HUGETLB FILESYSTEM
1153 P:      William Irwin
1154 M:      wli@holomorphy.com
1155 S:      Maintained
1156
1157 I2C SUBSYSTEM
1158 P:      Jean Delvare
1159 M:      khali@linux-fr.org
1160 L:      lm-sensors@lm-sensors.org
1161 W:      http://www.lm-sensors.nu/
1162 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1163 S:      Maintained
1164
1165 I2O
1166 P:      Markus Lidel
1167 M:      markus.lidel@shadowconnect.com
1168 W:      http://i2o.shadowconnect.com/
1169 S:      Maintained
1170
1171 i386 BOOT CODE
1172 P:      Riley H. Williams
1173 M:      Riley@Williams.Name
1174 L:      Linux-Kernel@vger.kernel.org
1175 S:      Maintained
1176
1177 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1178 P:      Dave Jones
1179 M:      davej@codemonkey.org.uk
1180 P:      H. Peter Anvin
1181 M:      hpa@zytor.com
1182 S:      Maintained
1183
1184 i810 TCO TIMER WATCHDOG
1185 P:      Nils Faerber
1186 M:      nils@kernelconcepts.de
1187 W:      http://www.kernelconcepts.de/
1188 S:      Maintained
1189
1190 IA64 (Itanium) PLATFORM
1191 P:      Tony Luck
1192 M:      tony.luck@intel.com
1193 L:      linux-ia64@vger.kernel.org
1194 W:      http://www.ia64-linux.org/
1195 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1196 S:      Maintained
1197
1198 SN-IA64 (Itanium) SUB-PLATFORM
1199 P:      Jes Sorensen
1200 M:      jes@sgi.com
1201 L:      linux-altix@sgi.com
1202 L:      linux-ia64@vger.kernel.org
1203 W:      http://www.sgi.com/altix
1204 S:      Maintained
1205
1206 IBM MCA SCSI SUBSYSTEM DRIVER
1207 P:      Michael Lang
1208 M:      langa2@kph.uni-mainz.de
1209 W:      http://www.uni-mainz.de/~langm000/linux.html
1210 S:      Maintained
1211
1212 IBM Power Linux RAID adapter
1213 P:      Brian King
1214 M:      brking@us.ibm.com
1215 S:      Supported
1216
1217 IBM ServeRAID RAID DRIVER
1218 P:      Jack Hammer
1219 P:      Dave Jeffery
1220 M:      ipslinux@adaptec.com
1221 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1222 S:      Supported 
1223
1224 IDE DRIVER [GENERAL]
1225 P:      Bartlomiej Zolnierkiewicz
1226 M:      B.Zolnierkiewicz@elka.pw.edu.pl
1227 L:      linux-kernel@vger.kernel.org
1228 L:      linux-ide@vger.kernel.org
1229 T:      git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
1230 S:      Maintained
1231
1232 IDE/ATAPI CDROM DRIVER
1233 P:      Jens Axboe
1234 M:      axboe@suse.de
1235 L:      linux-kernel@vger.kernel.org
1236 W:      http://www.kernel.dk
1237 S:      Maintained
1238
1239 IDE/ATAPI FLOPPY DRIVERS
1240 P:      Paul Bristow
1241 M:      Paul Bristow <paul@paulbristow.net>
1242 W:      http://paulbristow.net/linux/idefloppy.html
1243 L:      linux-kernel@vger.kernel.org
1244 S:      Maintained
1245
1246 IDE/ATAPI TAPE DRIVERS
1247 P:      Gadi Oxman
1248 M:      Gadi Oxman <gadio@netvision.net.il>
1249 L:      linux-kernel@vger.kernel.org
1250 S:      Maintained
1251
1252 IEEE 1394 ETHERNET (eth1394)
1253 L:      linux1394-devel@lists.sourceforge.net
1254 W:      http://www.linux1394.org/
1255 S:      Orphan
1256
1257 IEEE 1394 SUBSYSTEM
1258 P:      Ben Collins
1259 M:      bcollins@debian.org
1260 P:      Jody McIntyre
1261 M:      scjody@modernduck.com
1262 L:      linux1394-devel@lists.sourceforge.net
1263 W:      http://www.linux1394.org/
1264 T:      git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
1265 S:      Maintained
1266
1267 IEEE 1394 OHCI DRIVER
1268 P:      Ben Collins
1269 M:      bcollins@debian.org
1270 P:      Jody McIntyre
1271 M:      scjody@modernduck.com
1272 L:      linux1394-devel@lists.sourceforge.net
1273 W:      http://www.linux1394.org/
1274 S:      Maintained
1275
1276 IEEE 1394 PCILYNX DRIVER
1277 P:      Jody McIntyre
1278 M:      scjody@modernduck.com
1279 L:      linux1394-devel@lists.sourceforge.net
1280 W:      http://www.linux1394.org/
1281 S:      Maintained
1282
1283 IEEE 1394 RAW I/O DRIVER
1284 P:      Ben Collins
1285 M:      bcollins@debian.org
1286 P:      Dan Dennedy
1287 M:      dan@dennedy.org
1288 L:      linux1394-devel@lists.sourceforge.net
1289 W:      http://www.linux1394.org/
1290 S:      Maintained
1291
1292 IEEE 1394 SBP2
1293 P:      Ben Collins
1294 M:      bcollins@debian.org
1295 P:      Stefan Richter
1296 M:      stefanr@s5r6.in-berlin.de
1297 L:      linux1394-devel@lists.sourceforge.net
1298 W:      http://www.linux1394.org/
1299 S:      Maintained
1300
1301 IMS TWINTURBO FRAMEBUFFER DRIVER
1302 P:      Paul Mundt
1303 M:      lethal@chaoticdreams.org
1304 L:      linux-fbdev-devel@lists.sourceforge.net
1305 S:      Maintained
1306
1307 INFINIBAND SUBSYSTEM
1308 P:      Roland Dreier
1309 M:      rolandd@cisco.com
1310 P:      Sean Hefty
1311 M:      mshefty@ichips.intel.com
1312 P:      Hal Rosenstock
1313 M:      halr@voltaire.com
1314 L:      openib-general@openib.org
1315 W:      http://www.openib.org/
1316 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1317 S:      Supported
1318
1319 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1320 P:      Dmitry Torokhov
1321 M:      dtor_core@ameritech.net
1322 L:      linux-input@atrey.karlin.mff.cuni.cz
1323 L:      linux-joystick@atrey.karlin.mff.cuni.cz
1324 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1325 S:      Maintained
1326
1327 INOTIFY
1328 P:      John McCutchan and Robert Love
1329 M:      ttb@tentacle.dhs.org and rml@novell.com
1330 L:      linux-kernel@vger.kernel.org
1331 S:      Maintained
1332
1333 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1334 P:      Sylvain Meyer
1335 M:      sylvain.meyer@worldonline.fr
1336 L:      linux-fbdev-devel@lists.sourceforge.net
1337 S:      Maintained
1338
1339 INTEL 810/815 FRAMEBUFFER DRIVER
1340 P:      Antonino Daplas
1341 M:      adaplas@pol.net
1342 L:      linux-fbdev-devel@lists.sourceforge.net
1343 S:      Maintained
1344
1345 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1346 P:      Ingo Molnar
1347 M:      mingo@redhat.com
1348 S:      Maintained
1349
1350 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1351 P:      Jeff Garzik
1352 M:      jgarzik@pobox.com
1353 W:      http://sourceforge.net/projects/gkernel/
1354 S:      Maintained
1355
1356 INTEL IA32 MICROCODE UPDATE SUPPORT
1357 P:      Tigran Aivazian
1358 M:      tigran@veritas.com
1359 S:      Maintained
1360
1361 INTEL PRO/100 ETHERNET SUPPORT
1362 P:      John Ronciak
1363 M:      john.ronciak@intel.com
1364 P:      Jesse Brandeburg
1365 M:      jesse.brandeburg@intel.com
1366 P:      Jeff Kirsher
1367 M:      jeffrey.t.kirsher@intel.com
1368 W:      http://sourceforge.net/projects/e1000/
1369 S:      Supported
1370
1371 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1372 P:      Jeb Cramer
1373 M:      cramerj@intel.com
1374 P:      John Ronciak
1375 M:      john.ronciak@intel.com
1376 P:      Jesse Brandeburg
1377 M:      jesse.brandeburg@intel.com
1378 P:      Jeff Kirsher
1379 M:      jeffrey.t.kirsher@intel.com
1380 W:      http://sourceforge.net/projects/e1000/
1381 S:      Supported
1382
1383 INTEL PRO/10GbE SUPPORT
1384 P:      Jeff Kirsher
1385 M:      jeffrey.t.kirsher@intel.com
1386 P:      Ayyappan Veeraiyan
1387 M:      ayyappan.veeraiyan@intel.com
1388 P:      John Ronciak
1389 M:      john.ronciak@intel.com
1390 P:      Jesse Brandeburg
1391 M:      jesse.brandeburg@intel.com
1392 W:      http://sourceforge.net/projects/e1000/
1393 S:      Supported
1394
1395 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1396 P:      Yi Zhu
1397 M:      yi.zhu@intel.com
1398 P:      James Ketrenos
1399 M:      jketreno@linux.intel.com
1400 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1401 W:      http://ipw2100.sourceforge.net
1402 S:      Supported
1403
1404 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1405 P:      Yi Zhu
1406 M:      yi.zhu@intel.com
1407 P:      James Ketrenos
1408 M:      jketreno@linux.intel.com
1409 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1410 W:      http://ipw2200.sourceforge.net
1411 S:      Supported
1412
1413 IOC3 DRIVER
1414 P:      Ralf Baechle
1415 M:      ralf@linux-mips.org
1416 L:      linux-mips@linux-mips.org
1417 S:      Maintained
1418
1419 IP MASQUERADING:
1420 P:      Juanjo Ciarlante
1421 M:      jjciarla@raiz.uncu.edu.ar
1422 S:      Maintained
1423
1424 IPX NETWORK LAYER
1425 P:      Arnaldo Carvalho de Melo
1426 M:      acme@conectiva.com.br
1427 L:      netdev@vger.kernel.org
1428 S:      Maintained
1429
1430 IRDA SUBSYSTEM
1431 P:      Jean Tourrilhes
1432 L:      irda-users@lists.sourceforge.net (subscribers-only)
1433 W:      http://irda.sourceforge.net/
1434 S:      Odd Fixes
1435
1436 ISAPNP
1437 P:      Jaroslav Kysela
1438 M:      perex@suse.cz
1439 S:      Maintained
1440
1441 ISDN SUBSYSTEM
1442 P:      Karsten Keil
1443 M:      kkeil@suse.de
1444 P:      Kai Germaschewski
1445 M:      kai.germaschewski@gmx.de
1446 L:      isdn4linux@listserv.isdn4linux.de
1447 W:      http://www.isdn4linux.de
1448 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1449 S:      Maintained
1450
1451 ISDN SUBSYSTEM (Eicon active card driver)
1452 P:      Armin Schindler
1453 M:      mac@melware.de
1454 L:      isdn4linux@listserv.isdn4linux.de
1455 W:      http://www.melware.de
1456 S:      Maintained
1457
1458 JOURNALLING FLASH FILE SYSTEM (JFFS)
1459 P:      Axis Communications AB
1460 M:      jffs-dev@axis.com
1461 L:      jffs-dev@axis.com
1462 W:      http://www.developer.axis.com/software/jffs/
1463 S:      Maintained
1464
1465 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1466 P:      David Woodhouse
1467 M:      dwmw2@infradead.org
1468 L:      jffs-dev@axis.com
1469 W:      http://sources.redhat.com/jffs2/
1470 S:      Maintained
1471
1472 JFS FILESYSTEM
1473 P:      Dave Kleikamp
1474 M:      shaggy@austin.ibm.com
1475 L:      jfs-discussion@lists.sourceforge.net
1476 W:      http://jfs.sourceforge.net/
1477 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1478 S:      Supported
1479
1480 KCONFIG
1481 P:      Roman Zippel
1482 M:      zippel@linux-m68k.org
1483 L:      kbuild-devel@lists.sourceforge.net
1484 S:      Maintained
1485
1486 KERNEL AUTOMOUNTER (AUTOFS)
1487 P:      H. Peter Anvin
1488 M:      hpa@zytor.com
1489 L:      autofs@linux.kernel.org
1490 S:      Odd Fixes
1491
1492 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1493 P:      Ian Kent
1494 M:      raven@themaw.net
1495 L:      autofs@linux.kernel.org
1496 S:      Maintained
1497
1498 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1499 P:      Kai Germaschewski
1500 M:      kai@germaschewski.name
1501 P:      Sam Ravnborg
1502 M:      sam@ravnborg.org
1503 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1504 S:      Maintained 
1505
1506 KERNEL JANITORS
1507 P:      Several
1508 L:      kernel-janitors@osdl.org
1509 W:      http://www.kerneljanitors.org/
1510 W:      http://sf.net/projects/kernel-janitor/
1511 S:      Maintained
1512
1513 KERNEL NFSD
1514 P:      Neil Brown
1515 M:      neilb@cse.unsw.edu.au
1516 L:      nfs@lists.sourceforge.net
1517 W:      http://nfs.sourceforge.net/
1518 W:      http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1519 S:      Maintained
1520
1521 KEXEC
1522 P:      Eric Biederman
1523 P:      Randy Dunlap
1524 M:      ebiederm@xmission.com
1525 M:      rdunlap@xenotime.net
1526 W:      http://www.xmission.com/~ebiederm/files/kexec/
1527 L:      linux-kernel@vger.kernel.org
1528 L:      fastboot@osdl.org
1529 S:      Maintained
1530
1531 KPROBES
1532 P:      Prasanna S Panchamukhi
1533 M:      prasanna@in.ibm.com
1534 P:      Ananth N Mavinakayanahalli
1535 M:      ananth@in.ibm.com
1536 P:      Anil S Keshavamurthy
1537 M:      anil.s.keshavamurthy@intel.com
1538 P:      David S. Miller
1539 M:      davem@davemloft.net
1540 L:      linux-kernel@vger.kernel.org
1541 S:      Maintained
1542
1543 LAPB module
1544 P:      Henner Eisen
1545 M:      eis@baty.hanse.de
1546 L:      linux-x25@vger.kernel.org
1547 S:      Maintained
1548
1549 LASI 53c700 driver for PARISC
1550 P:      James E.J. Bottomley
1551 M:      James.Bottomley@HansenPartnership.com
1552 L:      linux-scsi@vger.kernel.org
1553 S:      Maintained
1554
1555 LEGO USB Tower driver
1556 P:      Juergen Stuber
1557 M:      starblue@users.sourceforge.net
1558 L:      legousb-devel@lists.sourceforge.net
1559 W:      http://legousb.sourceforge.net/
1560 S:      Maintained
1561
1562 LINUX FOR IBM pSERIES (RS/6000)
1563 P:      Paul Mackerras
1564 M:      paulus@au.ibm.com
1565 W:      http://www.ibm.com/linux/ltc/projects/ppc
1566 S:      Supported
1567
1568 LINUX FOR NCR VOYAGER
1569 P:      James Bottomley
1570 M:      James.Bottomley@HansenPartnership.com
1571 W:      http://www.hansenpartnership.com/voyager
1572 S:      Maintained
1573
1574 LINUX FOR POWERPC
1575 P:      Paul Mackerras
1576 M:      paulus@samba.org
1577 W:      http://www.penguinppc.org/
1578 L:      linuxppc-dev@ozlabs.org
1579 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1580 S:      Supported
1581
1582 LINUX FOR POWER MACINTOSH
1583 P:      Benjamin Herrenschmidt
1584 M:      benh@kernel.crashing.org
1585 W:      http://www.penguinppc.org/
1586 L:      linuxppc-dev@ozlabs.org
1587 S:      Maintained
1588
1589 LINUX FOR POWERPC EMBEDDED MPC52XX
1590 P:      Sylvain Munaut
1591 M:      tnt@246tNt.com
1592 W:      http://www.246tNt.com/mpc52xx/
1593 W:      http://www.penguinppc.org/
1594 L:      linuxppc-dev@ozlabs.org
1595 L:      linuxppc-embedded@ozlabs.org
1596 S:      Maintained
1597
1598 LINUX FOR POWERPC EMBEDDED PPC4XX
1599 P:      Matt Porter
1600 M:      mporter@kernel.crashing.org
1601 W:      http://www.penguinppc.org/
1602 L:      linuxppc-embedded@ozlabs.org
1603 S:      Maintained
1604
1605 LINUX FOR POWERPC BOOT CODE
1606 P:      Tom Rini
1607 M:      trini@kernel.crashing.org
1608 W:      http://www.penguinppc.org/
1609 L:      linuxppc-embedded@ozlabs.org
1610 S:      Maintained
1611
1612 LINUX FOR POWERPC EMBEDDED PPC8XX
1613 P:      Marcelo Tosatti
1614 M:      marcelo.tosatti@cyclades.com
1615 W:      http://www.penguinppc.org/
1616 L:      linuxppc-embedded@ozlabs.org
1617 S:      Maintained
1618
1619 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1620 P:     Kumar Gala
1621 M:     galak@kernel.crashing.org
1622 W:     http://www.penguinppc.org/
1623 L:     linuxppc-embedded@ozlabs.org
1624 S:     Maintained
1625
1626 LLC (802.2)
1627 P:      Arnaldo Carvalho de Melo
1628 M:      acme@conectiva.com.br
1629 S:      Maintained
1630
1631 LINUX FOR 64BIT POWERPC
1632 P:      Paul Mackerras
1633 M:      paulus@samba.org
1634 M:      paulus@au.ibm.com
1635 P:      Anton Blanchard
1636 M:      anton@samba.org
1637 M:      anton@au.ibm.com
1638 W:      http://linuxppc64.org
1639 L:      linuxppc-dev@ozlabs.org
1640 S:      Supported
1641
1642 LINUX SECURITY MODULE (LSM) FRAMEWORK
1643 P:      Chris Wright
1644 M:      chrisw@sous-sol.org
1645 L:      linux-security-module@vger.kernel.org
1646 W:      http://lsm.immunix.org
1647 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1648 S:      Supported
1649
1650 LM83 HARDWARE MONITOR DRIVER
1651 P:      Jean Delvare
1652 M:      khali@linux-fr.org
1653 L:      lm-sensors@lm-sensors.org
1654 S:      Maintained
1655
1656 LM90 HARDWARE MONITOR DRIVER
1657 P:      Jean Delvare
1658 M:      khali@linux-fr.org
1659 L:      lm-sensors@lm-sensors.org
1660 S:      Maintained
1661
1662 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1663 P:      Richard Russon (FlatCap)
1664 M:      ldm@flatcap.org
1665 L:      ldm-devel@lists.sourceforge.net 
1666 W:      http://ldm.sourceforge.net
1667 S:      Maintained
1668
1669 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1670 P:      Eric Moore
1671 M:      Eric.Moore@lsil.com
1672 M:      support@lsil.com
1673 L:      mpt_linux_developer@lsil.com
1674 L:      linux-scsi@vger.kernel.org
1675 W:      http://www.lsilogic.com/support
1676 S:      Supported
1677
1678 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1679 P:      Matthew Wilcox
1680 M:      matthew@wil.cx
1681 L:      linux-scsi@vger.kernel.org
1682 S:      Maintained
1683
1684 M68K ARCHITECTURE
1685 P:      Geert Uytterhoeven
1686 M:      geert@linux-m68k.org
1687 P:      Roman Zippel
1688 M:      zippel@linux-m68k.org
1689 L:      linux-m68k@lists.linux-m68k.org
1690 W:      http://www.linux-m68k.org/
1691 W:      http://linux-m68k-cvs.ubb.ca/
1692 S:      Maintained
1693
1694 M68K ON APPLE MACINTOSH
1695 P:      Joshua Thompson
1696 M:      funaho@jurai.org
1697 W:      http://www.mac.linux-m68k.org/
1698 L:      linux-mac68k@mac.linux-m68k.org
1699 S:      Maintained
1700
1701 M68K ON HP9000/300
1702 P:      Philip Blundell
1703 M:      philb@gnu.org
1704 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
1705 S:      Maintained
1706
1707 MARVELL YUKON / SYSKONNECT DRIVER
1708 P:      Mirko Lindner
1709 M:      mlindner@syskonnect.de
1710 P:      Ralph Roesler
1711 M:      rroesler@syskonnect.de
1712 W:      http://www.syskonnect.com
1713 S:      Supported
1714
1715 MAESTRO PCI SOUND DRIVERS
1716 P:      Zach Brown
1717 M:      zab@zabbo.net
1718 S:      Odd Fixes
1719
1720 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1721 P: Michael Kerrisk
1722 M: mtk-manpages@gmx.net
1723 W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1724 S: Maintained
1725
1726 MARVELL MV643XX ETHERNET DRIVER
1727 P:      Dale Farnsworth
1728 M:      dale@farnsworth.org
1729 P:      Manish Lachwani
1730 M:      mlachwani@mvista.com
1731 L:      netdev@vger.kernel.org
1732 S:      Odd Fixes for 2.4; Maintained for 2.6.
1733
1734 MATROX FRAMEBUFFER DRIVER
1735 P:      Petr Vandrovec
1736 M:      vandrove@vc.cvut.cz
1737 L:      linux-fbdev-devel@lists.sourceforge.net
1738 S:      Maintained
1739
1740 MEGARAID SCSI DRIVERS
1741 P:     Neela Syam Kolli
1742 M:     Neela.Kolli@engenio.com
1743 S:     linux-scsi@vger.kernel.org
1744 W:     http://megaraid.lsilogic.com
1745 S:     Maintained
1746
1747 MEMORY TECHNOLOGY DEVICES
1748 P:      David Woodhouse
1749 M:      dwmw2@infradead.org
1750 W:      http://www.linux-mtd.infradead.org/
1751 L:      linux-mtd@lists.infradead.org
1752 T:      git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
1753 S:      Maintained
1754
1755 MICROTEK X6 SCANNER
1756 P:      Oliver Neukum
1757 M:      oliver@neukum.name
1758 S:      Maintained
1759
1760 MIPS
1761 P:      Ralf Baechle
1762 M:      ralf@linux-mips.org
1763 W:      http://www.linux-mips.org/
1764 L:      linux-mips@linux-mips.org
1765 T:      git www.linux-mips.org:/pub/scm/linux.git
1766 S:      Supported
1767
1768 MISCELLANEOUS MCA-SUPPORT
1769 P:      James Bottomley
1770 M:      jejb@steeleye.com
1771 L:      linux-kernel@vger.kernel.org
1772 S:      Maintained
1773
1774 MODULE SUPPORT
1775 P:      Rusty Russell
1776 M:      rusty@rustcorp.com.au
1777 L:      linux-kernel@vger.kernel.org
1778 S:      Maintained
1779
1780 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1781 P:      Stelian Pop
1782 M:      stelian@popies.net
1783 W:      http://popies.net/meye/
1784 S:      Maintained
1785
1786 MOUSE AND MISC DEVICES [GENERAL]
1787 P:      Alessandro Rubini
1788 M:      rubini@ipvvis.unipv.it
1789 L:      linux-kernel@vger.kernel.org
1790 S:      Maintained
1791
1792 MTRR AND SIMILAR SUPPORT [i386]
1793 P:      Richard Gooch
1794 M:      rgooch@atnf.csiro.au
1795 L:      linux-kernel@vger.kernel.org
1796 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1797 S:      Maintained
1798
1799 MULTISOUND SOUND DRIVER
1800 P:      Andrew Veliath
1801 M:      andrewtv@usa.net
1802 S:      Maintained
1803
1804 NATSEMI ETHERNET DRIVER (DP8381x)
1805 P:      Tim Hockin
1806 M:      thockin@hockin.org
1807 S:      Maintained
1808
1809 NCP FILESYSTEM
1810 P:      Petr Vandrovec
1811 M:      vandrove@vc.cvut.cz
1812 L:      linware@sh.cvut.cz
1813 S:      Maintained
1814
1815 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1816 P:      James E.J. Bottomley
1817 M:      James.Bottomley@HansenPartnership.com
1818 L:      linux-scsi@vger.kernel.org
1819 S:      Maintained
1820
1821 NETFILTER/IPTABLES/IPCHAINS
1822 P:      Rusty Russell
1823 P:      Marc Boucher
1824 P:      James Morris
1825 P:      Harald Welte
1826 P:      Jozsef Kadlecsik
1827 M:      coreteam@netfilter.org
1828 W:      http://www.netfilter.org/
1829 W:      http://www.iptables.org/
1830 L:      netfilter@lists.netfilter.org
1831 L:      netfilter-devel@lists.netfilter.org
1832 S:      Supported
1833
1834 NETROM NETWORK LAYER
1835 P:      Ralf Baechle
1836 M:      ralf@linux-mips.org
1837 L:      linux-hams@vger.kernel.org
1838 S:      Maintained
1839
1840 NETWORK BLOCK DEVICE
1841 P:      Paul Clements
1842 M:      Paul.Clements@steeleye.com
1843 S:      Maintained
1844
1845 NETWORK DEVICE DRIVERS
1846 P:      Andrew Morton
1847 M:      akpm@osdl.org
1848 P:      Jeff Garzik
1849 M:      jgarzik@pobox.com
1850 L:      netdev@vger.kernel.org
1851 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1852 S:      Maintained
1853
1854 NETWORKING [GENERAL]
1855 P:      Networking Team
1856 M:      netdev@vger.kernel.org
1857 L:      netdev@vger.kernel.org
1858 S:      Maintained
1859
1860 NETWORKING [IPv4/IPv6]
1861 P:      David S. Miller
1862 M:      davem@davemloft.net
1863 P:      Alexey Kuznetsov
1864 M:      kuznet@ms2.inr.ac.ru
1865 P:      Pekka Savola (ipv6)
1866 M:      pekkas@netcore.fi
1867 P:      James Morris
1868 M:      jmorris@namei.org
1869 P:      Hideaki YOSHIFUJI
1870 M:      yoshfuji@linux-ipv6.org
1871 P:      Patrick McHardy
1872 M:      kaber@coreworks.de
1873 L:      netdev@vger.kernel.org
1874 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
1875 S:      Maintained
1876
1877 NETWORKING [WIRELESS]
1878 P:      John W. Linville
1879 M:      linville@tuxdriver.com
1880 L:      netdev@vger.kernel.org
1881 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1882 S:      Maintained
1883
1884 IPVS
1885 P:      Wensong Zhang
1886 M:      wensong@linux-vs.org
1887 P:      Simon Horman
1888 M:      horms@verge.net.au
1889 P:      Julian Anastasov
1890 M:      ja@ssi.bg
1891 L:      netdev@vger.kernel.org
1892 S:      Maintained
1893
1894 NFS CLIENT
1895 P:      Trond Myklebust
1896 M:      trond.myklebust@fys.uio.no
1897 L:      linux-kernel@vger.kernel.org
1898 S:      Maintained
1899
1900 NI5010 NETWORK DRIVER
1901 P:      Jan-Pascal van Best and Andreas Mohr
1902 M:      Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1903 M:      Andreas Mohr <100.30936@germany.net>
1904 L:      netdev@vger.kernel.org
1905 S:      Maintained
1906
1907 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1908 P:      YOKOTA Hiroshi
1909 M:      yokota@netlab.is.tsukuba.ac.jp
1910 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1911 S:      Maintained
1912
1913 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1914 P:      GOTO Masanori
1915 M:      gotom@debian.or.jp
1916 P:      YOKOTA Hiroshi
1917 M:      yokota@netlab.is.tsukuba.ac.jp
1918 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1919 S:      Maintained
1920
1921 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1922 P:      Eberhard Moenkeberg
1923 M:      emoenke@gwdg.de
1924 L:      linux-kernel@vger.kernel.org
1925 S:      Maintained
1926
1927 NTFS FILESYSTEM
1928 P:      Anton Altaparmakov
1929 M:      aia21@cantab.net
1930 L:      linux-ntfs-dev@lists.sourceforge.net
1931 L:      linux-kernel@vger.kernel.org
1932 W:      http://linux-ntfs.sf.net/
1933 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
1934 S:      Maintained
1935
1936 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1937 P:      Antonino Daplas
1938 M:      adaplas@pol.net
1939 L:      linux-fbdev-devel@lists.sourceforge.net
1940 S:      Maintained
1941
1942 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1943 P:      Mark Fasheh
1944 M:      mark.fasheh@oracle.com
1945 P:      Kurt Hackel
1946 M:      kurt.hackel@oracle.com
1947 L:      ocfs2-devel@oss.oracle.com
1948 W:      http://oss.oracle.com/projects/ocfs2/
1949 S:      Supported       
1950
1951 OLYMPIC NETWORK DRIVER
1952 P:      Peter De Shrijver
1953 M:      p2@ace.ulyssis.student.kuleuven.ac.be
1954 P:      Mike Phillips
1955 M:      mikep@linuxtr.net 
1956 L:      netdev@vger.kernel.org
1957 L:      linux-tr@linuxtr.net
1958 W:      http://www.linuxtr.net
1959 S:      Maintained
1960
1961 OMNIKEY CARDMAN 4000 DRIVER
1962 P:      Harald Welte
1963 M:      laforge@gnumonks.org
1964 S:      Maintained
1965
1966 OMNIKEY CARDMAN 4040 DRIVER
1967 P:      Harald Welte
1968 M:      laforge@gnumonks.org
1969 S:      Maintained
1970
1971 ONSTREAM SCSI TAPE DRIVER
1972 P:      Willem Riede
1973 M:      osst@riede.org
1974 L:      osst-users@lists.sourceforge.net
1975 L:      linux-scsi@vger.kernel.org
1976 S:      Maintained
1977
1978 OPL3-SA2, SA3, and SAx DRIVER
1979 P:      Zwane Mwaikambo
1980 M:      zwane@arm.linux.org.uk
1981 L:      linux-sound@vger.kernel.org
1982 S:      Maintained
1983
1984 OPROFILE
1985 P:      Philippe Elie
1986 M:      phil.el@wanadoo.fr
1987 L:      oprofile-list@lists.sf.net
1988 S:      Maintained
1989
1990 ORINOCO DRIVER
1991 P:      Pavel Roskin
1992 M:      proski@gnu.org
1993 P:      David Gibson
1994 M:      hermes@gibson.dropbear.id.au
1995 L:      orinoco-users@lists.sourceforge.net
1996 L:      orinoco-devel@lists.sourceforge.net
1997 W:      http://www.nongnu.org/orinoco/
1998 S:      Maintained
1999
2000 PARALLEL PORT SUPPORT
2001 P:      Phil Blundell
2002 M:      philb@gnu.org
2003 P:      Tim Waugh
2004 M:      tim@cyberelk.net
2005 P:      David Campbell
2006 P:      Andrea Arcangeli
2007 M:      andrea@suse.de
2008 L:      linux-parport@lists.infradead.org
2009 W:      http://people.redhat.com/twaugh/parport/
2010 S:      Maintained
2011
2012 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2013 P:      Tim Waugh
2014 M:      tim@cyberelk.net
2015 L:      linux-parport@lists.infradead.org
2016 W:      http://www.torque.net/linux-pp.html
2017 S:      Maintained
2018
2019 PARISC ARCHITECTURE
2020 P:      Matthew Wilcox
2021 M:      matthew@wil.cx
2022 P:      Grant Grundler
2023 M:      grundler@parisc-linux.org
2024 L:      parisc-linux@parisc-linux.org
2025 W:      http://www.parisc-linux.org/
2026 S:      Maintained
2027
2028 PCI ERROR RECOVERY
2029 P:      Linas Vepstas
2030 M:      linas@austin.ibm.com
2031 L:      linux-kernel@vger.kernel.org
2032 L:      linux-pci@atrey.karlin.mff.cuni.cz
2033 S:      Supported
2034
2035 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2036 P:      Thomas Sailer
2037 M:      sailer@ife.ee.ethz.ch
2038 L:      linux-sound@vger.kernel.org
2039 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2040 S:      Maintained
2041
2042 PCI SUBSYSTEM
2043 P:      Greg Kroah-Hartman
2044 M:      gregkh@suse.de
2045 L:      linux-kernel@vger.kernel.org
2046 L:      linux-pci@atrey.karlin.mff.cuni.cz
2047 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2048 S:      Supported
2049
2050 PCI HOTPLUG CORE
2051 P:      Greg Kroah-Hartman
2052 M:      gregkh@suse.de
2053 S:      Supported
2054
2055 PCI HOTPLUG COMPAQ DRIVER
2056 P:      Greg Kroah-Hartman
2057 M:      greg@kroah.com
2058 S:      Maintained
2059
2060 PCIE HOTPLUG DRIVER
2061 P:      Kristen Carlson Accardi
2062 M:      kristen.c.accardi@intel.com
2063 L:      pcihpd-discuss@lists.sourceforge.net
2064 S:      Maintained
2065
2066 PCMCIA SUBSYSTEM
2067 P:      Linux PCMCIA Team
2068 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2069 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2070 S:      Maintained
2071
2072 PCNET32 NETWORK DRIVER
2073 P:      Thomas Bogendörfer
2074 M:      tsbogend@alpha.franken.de
2075 L:      netdev@vger.kernel.org
2076 S:      Maintained
2077
2078 PERSONALITY HANDLING
2079 P:      Christoph Hellwig
2080 M:      hch@infradead.org
2081 L:      linux-abi-devel@lists.sourceforge.net
2082 S:      Maintained
2083
2084 PHRAM MTD DRIVER
2085 P:      Jörn Engel
2086 M:      joern@wh.fh-wedel.de
2087 L:      linux-mtd@lists.infradead.org
2088 S:      Maintained
2089
2090 PKTCDVD DRIVER
2091 P:      Peter Osterlund
2092 M:      petero2@telia.com
2093 L:      linux-kernel@vger.kernel.org
2094 S:      Maintained
2095
2096 POSIX CLOCKS and TIMERS
2097 P:      George Anzinger
2098 M:      george@mvista.com
2099 L:      linux-kernel@vger.kernel.org
2100 S:      Supported
2101
2102 POWERPC 4xx EMAC DRIVER
2103 P:      Eugene Surovegin
2104 M:      ebs@ebshome.net
2105 W:      http://kernel.ebshome.net/emac/
2106 L:      linuxppc-embedded@ozlabs.org
2107 L:      netdev@vger.kernel.org
2108 S:      Maintained
2109
2110 PNP SUPPORT
2111 P:      Adam Belay
2112 M:      ambx1@neo.rr.com
2113 S:      Maintained
2114
2115 PPP PROTOCOL DRIVERS AND COMPRESSORS
2116 P:      Paul Mackerras
2117 M:      paulus@samba.org
2118 L:      linux-ppp@vger.kernel.org
2119 S:      Maintained
2120
2121 PPP OVER ATM (RFC 2364)
2122 P:      Mitchell Blank Jr
2123 M:      mitch@sfgoth.com
2124 S:      Maintained
2125
2126 PPP OVER ETHERNET
2127 P:      Michal Ostrowski
2128 M:      mostrows@speakeasy.net
2129 S:      Maintained
2130
2131 PREEMPTIBLE KERNEL
2132 P:      Robert Love
2133 M:      rml@tech9.net
2134 L:      linux-kernel@vger.kernel.org
2135 L:      kpreempt-tech@lists.sourceforge.net
2136 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2137 S:      Supported
2138
2139 PRISM54 WIRELESS DRIVER
2140 P:      Prism54 Development Team
2141 M:      prism54-private@prism54.org
2142 L:      netdev@vger.kernel.org
2143 W:      http://prism54.org
2144 S:      Maintained
2145
2146 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2147 P:      Peter Denison
2148 M:      promise@pnd-pc.demon.co.uk
2149 W:      http://www.pnd-pc.demon.co.uk/promise/
2150 S:      Maintained
2151
2152 PXA2xx SUPPORT
2153 P:      Nicolas Pitre
2154 M:      nico@cam.org
2155 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2156 S:      Maintained
2157
2158 QLOGIC QLA2XXX FC-SCSI DRIVER
2159 P:      Andrew Vasquez
2160 M:      linux-driver@qlogic.com
2161 L:      linux-scsi@vger.kernel.org
2162 S:      Supported
2163
2164 QNX4 FILESYSTEM
2165 P:      Anders Larsen
2166 M:      al@alarsen.net
2167 L:      linux-kernel@vger.kernel.org
2168 W:      http://www.alarsen.net/linux/qnx4fs/
2169 S:      Maintained
2170
2171 RADEON FRAMEBUFFER DISPLAY DRIVER
2172 P:      Benjamin Herrenschmidt
2173 M:      benh@kernel.crashing.org
2174 L:      linux-fbdev-devel@lists.sourceforge.net
2175 S:      Maintained
2176
2177 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2178 P:      Paul Mackerras
2179 M:      paulus@samba.org
2180 L:      linux-fbdev-devel@lists.sourceforge.net
2181 S:      Maintained
2182
2183 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2184 P:      Corey Thomas
2185 M:      corey@world.std.com
2186 L:      linux-kernel@vger.kernel.org
2187 S:      Maintained
2188
2189 RANDOM NUMBER DRIVER
2190 P:      Matt Mackall
2191 M:      mpm@selenic.com
2192 S:      Maintained
2193
2194 RAPIDIO SUBSYSTEM
2195 P:      Matt Porter
2196 M:      mporter@kernel.crashing.org
2197 L:      linux-kernel@vger.kernel.org
2198 S:      Maintained
2199
2200 REAL TIME CLOCK DRIVER
2201 P:      Paul Gortmaker
2202 M:      p_gortmaker@yahoo.com
2203 L:      linux-kernel@vger.kernel.org
2204 S:      Maintained
2205
2206 REISERFS FILE SYSTEM
2207 P:      Hans Reiser
2208 M:      reiserfs-dev@namesys.com
2209 L:      reiserfs-list@namesys.com
2210 W:      http://www.namesys.com
2211 S:      Supported
2212
2213 ROCKETPORT DRIVER
2214 P:      Comtrol Corp.
2215 W:      http://www.comtrol.com
2216 S:      Maintained
2217
2218 ROSE NETWORK LAYER
2219 P:      Ralf Baechle
2220 M:      ralf@linux-mips.org
2221 L:      linux-hams@vger.kernel.org
2222 S:      Maintained
2223
2224 RISCOM8 DRIVER
2225 S:      Orphan
2226
2227 S3 SAVAGE FRAMEBUFFER DRIVER
2228 P:      Antonino Daplas
2229 M:      adaplas@pol.net
2230 L:      linux-fbdev-devel@lists.sourceforge.net
2231 S:      Maintained
2232
2233 S390
2234 P:      Martin Schwidefsky
2235 M:      schwidefsky@de.ibm.com
2236 M:      linux390@de.ibm.com
2237 L:      linux-390@vm.marist.edu
2238 W:      http://www.ibm.com/developerworks/linux/linux390/
2239 S:      Supported
2240
2241 S390 NETWORK DRIVERS
2242 P:      Frank Pavlic
2243 M:      fpavlic@de.ibm.com
2244 M:      linux390@de.ibm.com
2245 L:      linux-390@vm.marist.edu
2246 W:      http://www.ibm.com/developerworks/linux/linux390/
2247 S:      Supported
2248
2249 S390 ZFCP DRIVER
2250 P:      Andreas Herrmann
2251 M:      aherrman@de.ibm.com
2252 M:      linux390@de.ibm.com
2253 L:      linux-390@vm.marist.edu
2254 W:      http://www.ibm.com/developerworks/linux/linux390/
2255 S:      Supported
2256
2257 SAA7146 VIDEO4LINUX-2 DRIVER
2258 P:      Michael Hunold
2259 M:      michael@mihu.de
2260 W:      http://www.mihu.de/linux/saa7146
2261 S:      Maintained
2262
2263 SBPCD CDROM DRIVER
2264 P:      Eberhard Moenkeberg
2265 M:      emoenke@gwdg.de
2266 L:      linux-kernel@vger.kernel.org
2267 S:      Maintained
2268
2269 SC1200 WDT DRIVER
2270 P:      Zwane Mwaikambo
2271 M:      zwane@arm.linux.org.uk
2272 S:      Maintained
2273
2274 SCHEDULER
2275 P:      Ingo Molnar
2276 M:      mingo@elte.hu
2277 P:      Robert Love    [the preemptible kernel bits]
2278 M:      rml@tech9.net
2279 L:      linux-kernel@vger.kernel.org
2280 S:      Maintained
2281
2282 SCSI CDROM DRIVER
2283 P:      Jens Axboe
2284 M:      axboe@suse.de
2285 L:      linux-scsi@vger.kernel.org
2286 W:      http://www.kernel.dk
2287 S:      Maintained
2288
2289 SCSI SG DRIVER
2290 P:      Doug Gilbert
2291 M:      dgilbert@interlog.com
2292 L:      linux-scsi@vger.kernel.org
2293 W:      http://www.torque.net/sg
2294 S:      Maintained
2295
2296 SCSI SUBSYSTEM
2297 P:      James E.J. Bottomley
2298 M:      James.Bottomley@SteelEye.com
2299 L:      linux-scsi@vger.kernel.org
2300 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2301 S:      Maintained
2302
2303 SCSI TAPE DRIVER
2304 P:      Kai Mäkisara
2305 M:      Kai.Makisara@kolumbus.fi
2306 L:      linux-scsi@vger.kernel.org
2307 S:      Maintained
2308
2309 SCTP PROTOCOL
2310 P: Sridhar Samudrala
2311 M: sri@us.ibm.com
2312 L: lksctp-developers@lists.sourceforge.net
2313 S: Supported
2314
2315 SCx200 CPU SUPPORT
2316 P:      Christer Weinigel
2317 M:      christer@weinigel.se
2318 W:      http://www.weinigel.se
2319 S:      Supported
2320
2321 SECURITY CONTACT
2322 P:      Security Officers
2323 M:      security@kernel.org
2324 S:      Supported
2325
2326 SELINUX SECURITY MODULE
2327 P:      Stephen Smalley
2328 M:      sds@tycho.nsa.gov
2329 P:      James Morris
2330 M:      jmorris@namei.org
2331 L:      linux-kernel@vger.kernel.org (kernel issues)
2332 L:      selinux@tycho.nsa.gov (general discussion)
2333 W:      http://www.nsa.gov/selinux
2334 S:      Supported
2335
2336 SERIAL ATA (SATA) SUBSYSTEM:
2337 P:      Jeff Garzik
2338 M:      jgarzik@pobox.com
2339 L:      linux-ide@vger.kernel.org
2340 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2341 S:      Supported
2342
2343 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2344 P:      Pat Gefre
2345 M:      pfg@sgi.com
2346 L:      linux-ia64@vger.kernel.org
2347 S:      Supported
2348
2349 SGI VISUAL WORKSTATION 320 AND 540
2350 P:      Andrey Panin
2351 M:      pazke@donpac.ru
2352 L:      linux-visws-devel@lists.sf.net
2353 W:      http://linux-visws.sf.net
2354 S:      Maintained for 2.6.
2355
2356 SIMTEC EB110ATX (Chalice CATS)
2357 P:      Ben Dooks
2358 P:      Vincent Sanders
2359 M:      support@simtec.co.uk
2360 W:      http://www.simtec.co.uk/products/EB110ATX/
2361 S:      Supported
2362
2363 SIMTEC EB2410ITX (BAST)
2364 P:      Ben Dooks
2365 P:      Vincent Sanders
2366 M:      support@simtec.co.uk
2367 W:      http://www.simtec.co.uk/products/EB2410ITX/
2368 S:      Supported
2369
2370 SIS 190 ETHERNET DRIVER
2371 P:      Francois Romieu
2372 M:      romieu@fr.zoreil.com
2373 L:      netdev@vger.kernel.org
2374 S:      Maintained
2375
2376 SIS 5513 IDE CONTROLLER DRIVER
2377 P:      Lionel Bouton
2378 M:      Lionel.Bouton@inet6.fr
2379 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2380 W:      http://gyver.homeip.net/sis5513/index.html
2381 S:      Maintained
2382
2383 SIS 900/7016 FAST ETHERNET DRIVER
2384 P:      Daniele Venzano
2385 M:      venza@brownhat.org
2386 W:      http://www.brownhat.org/sis900.html
2387 L:      netdev@vger.kernel.org
2388 S:      Maintained
2389
2390 SIS FRAMEBUFFER DRIVER
2391 P:      Thomas Winischhofer
2392 M:      thomas@winischhofer.net
2393 W:      http://www.winischhofer.net/linuxsisvga.shtml
2394 S:      Maintained      
2395
2396 SIS USB2VGA DRIVER
2397 P:      Thomas Winischhofer
2398 M:      thomas@winischhofer.net
2399 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2400 S:      Maintained
2401
2402 SMSC47M1 HARDWARE MONITOR DRIVER
2403 P:      Jean Delvare
2404 M:      khali@linux-fr.org
2405 L:      lm-sensors@lm-sensors.org
2406 S:      Odd Fixes
2407
2408 SMB FILESYSTEM
2409 P:      Urban Widmark
2410 M:      urban@teststation.com
2411 W:      http://samba.org/
2412 L:      samba@samba.org
2413 S:      Maintained
2414
2415 SMC91x ETHERNET DRIVER
2416 P:      Nicolas Pitre
2417 M:      nico@cam.org
2418 S:      Maintained
2419
2420 SOFTWARE RAID (Multiple Disks) SUPPORT
2421 P:      Ingo Molnar
2422 M:      mingo@redhat.com
2423 P:      Neil Brown
2424 M:      neilb@cse.unsw.edu.au
2425 L:      linux-raid@vger.kernel.org
2426 S:      Maintained
2427
2428 SOFTWARE SUSPEND:
2429 P:      Pavel Machek
2430 M:      pavel@suse.cz
2431 L:      linux-pm@osdl.org
2432 S:      Maintained
2433
2434 SONIC NETWORK DRIVER
2435 P:      Thomas Bogendoerfer
2436 M:      tsbogend@alpha.franken.de
2437 L:      netdev@vger.kernel.org
2438 S:      Maintained
2439
2440 SONY VAIO CONTROL DEVICE DRIVER
2441 P:      Stelian Pop
2442 M:      stelian@popies.net
2443 W:      http://popies.net/sonypi/
2444 S:      Maintained
2445
2446 SOUND
2447 P:      Jaroslav Kysela
2448 M:      perex@suse.cz
2449 L:      alsa-devel@alsa-project.org
2450 S:      Maintained
2451
2452 TPM DEVICE DRIVER
2453 P:      Kylene Hall
2454 M:      kjhall@us.ibm.com
2455 W:      http://tpmdd.sourceforge.net
2456 L:      tpmdd-devel@lists.sourceforge.net
2457 S:      Maintained
2458
2459 Telecom Clock Driver for MCPL0010
2460 P: Mark Gross
2461 M: mark.gross@intel.com
2462 S: Supported
2463
2464 TENSILICA XTENSA PORT (xtensa):
2465 P:      Chris Zankel
2466 M:      chris@zankel.net
2467 S:      Maintained
2468
2469 UltraSPARC (sparc64):
2470 P:      David S. Miller
2471 M:      davem@davemloft.net
2472 P:      Eddie C. Dost
2473 M:      ecd@brainaid.de
2474 P:      Jakub Jelinek
2475 M:      jj@sunsite.ms.mff.cuni.cz
2476 P:      Anton Blanchard
2477 M:      anton@samba.org
2478 L:      sparclinux@vger.kernel.org
2479 L:      ultralinux@vger.kernel.org
2480 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2481 S:      Maintained
2482
2483 SHARP LH SUPPORT (LH7952X & LH7A40X)
2484 P:      Marc Singer
2485 M:      elf@buici.com
2486 W:      http://projects.buici.com/arm
2487 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2488 S:      Maintained
2489
2490 SHPC HOTPLUG DRIVER
2491 P:      Kristen Carlson Accardi
2492 M:      kristen.c.accardi@intel.com
2493 L:      pcihpd-discuss@lists.sourceforge.net
2494 S:      Maintained
2495
2496 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2497 P:      Pierre Ossman
2498 M:      drzeus-sdhci@drzeus.cx
2499 L:      sdhci-devel@list.drzeus.cx
2500 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2501 S:      Maintained
2502
2503 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2504 P:      Stephen Hemminger
2505 M:      shemminger@osdl.org
2506 L:      netdev@vger.kernel.org
2507 S:      Maintained
2508
2509 SPARC (sparc32):
2510 P:      William L. Irwin
2511 M:      wli@holomorphy.com
2512 L:      sparclinux@vger.kernel.org
2513 S:      Maintained
2514
2515 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2516 P:      Roger Wolff
2517 M:      R.E.Wolff@BitWizard.nl
2518 L:      linux-kernel@vger.kernel.org ?
2519 S:      Supported
2520
2521 SRM (Alpha) environment access
2522 P:      Jan-Benedict Glaw
2523 M:      jbglaw@lug-owl.de
2524 L:      linux-kernel@vger.kernel.org
2525 S:      Maintained
2526
2527 STARFIRE/DURALAN NETWORK DRIVER
2528 P:      Ion Badulescu
2529 M:      ionut@cs.columbia.edu
2530 S:      Maintained
2531
2532 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2533 W:      http://mosquitonet.Stanford.EDU/strip.html
2534 S:      Unsupported ?
2535
2536 STRADIS MPEG-2 DECODER DRIVER
2537 P:      Nathan Laredo
2538 M:      laredo@gnu.org
2539 W:      http://www.stradis.com/
2540 S:      Maintained
2541
2542 SUPERH (sh)
2543 P:      Paul Mundt
2544 M:      lethal@linux-sh.org
2545 P:      Kazumoto Kojima
2546 M:      kkojima@rr.iij4u.or.jp
2547 L:      linuxsh-dev@lists.sourceforge.net
2548 W:      http://www.linux-sh.org
2549 W:      http://www.m17n.org/linux-sh/
2550 W:      http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2551 S:      Maintained
2552
2553 SUPERH64 (sh64)
2554 P:      Paul Mundt
2555 M:      lethal@linux-sh.org
2556 P:      Richard Curnow
2557 M:      rc@rc0.org.uk
2558 L:      linuxsh-shmedia-dev@lists.sourceforge.net
2559 W:      http://www.linux-sh.org
2560 W:      http://www.rc0.org.uk/sh64
2561 S:      Maintained
2562
2563 SUN3/3X
2564 P:      Sam Creasey
2565 M:      sammy@sammy.net
2566 L:      sun3-list@redhat.com
2567 W:      http://sammy.net/sun3/
2568 S:      Maintained
2569
2570 SVGA HANDLING
2571 P:      Martin Mares
2572 M:      mj@ucw.cz
2573 L:      linux-video@atrey.karlin.mff.cuni.cz
2574 S:      Maintained
2575
2576 SYSV FILESYSTEM
2577 P:      Christoph Hellwig
2578 M:      hch@infradead.org
2579 S:      Maintained
2580
2581 TI PARALLEL LINK CABLE DRIVER
2582 P:     Romain Lievin
2583 M:     roms@lpg.ticalc.org
2584 S:     Maintained
2585
2586 TIPC NETWORK LAYER
2587 P:      Per Liden
2588 M:      per.liden@ericsson.com
2589 P:      Jon Maloy
2590 M:      jon.maloy@ericsson.com
2591 P:      Allan Stephens
2592 M:      allan.stephens@windriver.com
2593 L:      tipc-discussion@lists.sourceforge.net
2594 W:      http://tipc.sourceforge.net/
2595 W:      http://tipc.cslab.ericsson.net/
2596 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2597 S:      Maintained
2598
2599 TLAN NETWORK DRIVER
2600 P:      Samuel Chessman
2601 M:      chessman@tux.org
2602 L:      tlan-devel@lists.sourceforge.net
2603 W:      http://sourceforge.net/projects/tlan/
2604 S:      Maintained
2605
2606 TOKEN-RING NETWORK DRIVER
2607 P:      Mike Phillips
2608 M:      mikep@linuxtr.net
2609 L:      netdev@vger.kernel.org
2610 L:      linux-tr@linuxtr.net
2611 W:      http://www.linuxtr.net
2612 S:      Maintained
2613
2614 TOSHIBA ACPI EXTRAS DRIVER
2615 P:      John Belmonte
2616 M:      toshiba_acpi@memebeam.org
2617 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2618 S:      Maintained
2619
2620 TOSHIBA SMM DRIVER
2621 P:      Jonathan Buzzard
2622 M:      jonathan@buzzard.org.uk
2623 L:      tlinux-users@tce.toshiba-dme.co.jp
2624 W:      http://www.buzzard.org.uk/toshiba/
2625 S:      Maintained
2626
2627 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2628 P:      Muli Ben-Yehuda
2629 M:      mulix@mulix.org
2630 L:      linux-kernel@vger.kernel.org
2631 S:      Maintained
2632
2633 TRIVIAL PATCHES
2634 P:      Adrian Bunk
2635 M:      trivial@kernel.org
2636 L:      linux-kernel@vger.kernel.org
2637 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2638 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2639 S:      Maintained
2640
2641 TMS380 TOKEN-RING NETWORK DRIVER
2642 P:      Adam Fritzler
2643 M:      mid@auk.cx
2644 L:      linux-tr@linuxtr.net
2645 W:      http://www.auk.cx/tms380tr/
2646 S:      Maintained
2647
2648 TULIP NETWORK DRIVER
2649 P:      Jeff Garzik
2650 M:      jgarzik@pobox.com
2651 L:      tulip-users@lists.sourceforge.net
2652 W:      http://sourceforge.net/projects/tulip/
2653 S:      Maintained
2654
2655 TUN/TAP driver
2656 P:      Maxim Krasnyansky
2657 M:      maxk@qualcomm.com
2658 L:      vtun@office.satix.net
2659 W:      http://vtun.sourceforge.net/tun
2660 S:      Maintained
2661
2662 U14-34F SCSI DRIVER
2663 P:      Dario Ballabio
2664 M:      ballabio_dario@emc.com
2665 L:      linux-scsi@vger.kernel.org
2666 S:      Maintained
2667
2668 UDF FILESYSTEM
2669 P:      Ben Fennema
2670 M:      bfennema@falcon.csc.calpoly.edu
2671 W:      http://linux-udf.sourceforge.net
2672 S:      Maintained
2673
2674 UNIFORM CDROM DRIVER
2675 P:      Jens Axboe
2676 M:      axboe@suse.de
2677 L:      linux-kernel@vger.kernel.org
2678 W:      http://www.kernel.dk
2679 S:      Maintained
2680
2681 USB ACM DRIVER
2682 P:      Oliver Neukum
2683 M:      oliver@neukum.name
2684 L:      linux-usb-users@lists.sourceforge.net
2685 L:      linux-usb-devel@lists.sourceforge.net
2686 S:      Maintained
2687
2688 USB BLOCK DRIVER (UB ub)
2689 P:      Pete Zaitcev
2690 M:      zaitcev@redhat.com
2691 L:      linux-kernel@vger.kernel.org
2692 L:      linux-usb-devel@lists.sourceforge.net
2693 S:      Supported
2694
2695 USB CDC ETHERNET DRIVER
2696 P:      Greg Kroah-Hartman
2697 M:      greg@kroah.com
2698 L:      linux-usb-users@lists.sourceforge.net
2699 L:      linux-usb-devel@lists.sourceforge.net
2700 S:      Maintained
2701 W:      http://www.kroah.com/linux-usb/
2702
2703 USB EHCI DRIVER
2704 P:      David Brownell
2705 M:      dbrownell@users.sourceforge.net
2706 L:      linux-usb-devel@lists.sourceforge.net
2707 S:      Maintained
2708
2709 USB ET61X[12]51 DRIVER
2710 P:      Luca Risolia
2711 M:      luca.risolia@studio.unibo.it
2712 L:      linux-usb-devel@lists.sourceforge.net
2713 L:      video4linux-list@redhat.com
2714 W:      http://www.linux-projects.org
2715 S:      Maintained
2716
2717 USB HID/HIDBP DRIVERS
2718 P:      Vojtech Pavlik
2719 M:      vojtech@suse.cz
2720 L:      linux-usb-users@lists.sourceforge.net
2721 L:      linux-usb-devel@lists.sourceforge.net
2722 S:      Maintained
2723
2724 USB HUB DRIVER
2725 P:      Johannes Erdfelt
2726 M:      johannes@erdfelt.com
2727 L:      linux-usb-users@lists.sourceforge.net
2728 L:      linux-usb-devel@lists.sourceforge.net
2729 S:      Maintained
2730
2731 USB ISP116X DRIVER
2732 P:      Olav Kongas
2733 M:      ok@artecdesign.ee
2734 L:      linux-usb-devel@lists.sourceforge.net
2735 S:      Maintained
2736
2737 USB KAWASAKI LSI DRIVER
2738 P:      Oliver Neukum
2739 M:      oliver@neukum.name
2740 L:      linux-usb-users@lists.sourceforge.net
2741 L:      linux-usb-devel@lists.sourceforge.net
2742 S:      Maintained
2743
2744 USB MASS STORAGE DRIVER
2745 P:      Matthew Dharm
2746 M:      mdharm-usb@one-eyed-alien.net
2747 L:      linux-usb-users@lists.sourceforge.net
2748 L:      usb-storage@lists.one-eyed-alien.net
2749 S:      Maintained
2750 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
2751
2752 USB OHCI DRIVER
2753 P:      Roman Weissgaerber
2754 M:      weissg@vienna.at
2755 L:      linux-usb-users@lists.sourceforge.net
2756 L:      linux-usb-devel@lists.sourceforge.net
2757 S:      Maintained
2758
2759 USB OPTION-CARD DRIVER
2760 P:      Matthias Urlichs
2761 M:      smurf@smurf.noris.de
2762 L:      linux-usb-devel@lists.sourceforge.net
2763 S:      Maintained
2764
2765 USB OV511 DRIVER
2766 P:      Mark McClelland
2767 M:      mmcclell@bigfoot.com
2768 L:      linux-usb-users@lists.sourceforge.net
2769 L:      linux-usb-devel@lists.sourceforge.net
2770 W:      http://alpha.dyndns.org/ov511/
2771 S:      Maintained
2772
2773 USB PEGASUS DRIVER
2774 P:      Petko Manolov
2775 M:      petkan@users.sourceforge.net
2776 L:      linux-usb-users@lists.sourceforge.net
2777 L:      linux-usb-devel@lists.sourceforge.net
2778 W:      http://pegasus2.sourceforge.net/
2779 S:      Maintained
2780
2781 USB PRINTER DRIVER
2782 P:      Vojtech Pavlik
2783 M:      vojtech@suse.cz
2784 L:      linux-usb-users@lists.sourceforge.net
2785 L:      linux-usb-devel@lists.sourceforge.net
2786 S:      Maintained
2787
2788 USB RTL8150 DRIVER
2789 P:      Petko Manolov
2790 M:      petkan@users.sourceforge.net
2791 L:      linux-usb-users@lists.sourceforge.net
2792 L:      linux-usb-devel@lists.sourceforge.net
2793 W:      http://pegasus2.sourceforge.net/
2794 S:      Maintained
2795
2796 USB SE401 DRIVER
2797 P:      Jeroen Vreeken
2798 M:      pe1rxq@amsat.org
2799 L:      linux-usb-users@lists.sourceforge.net
2800 L:      linux-usb-devel@lists.sourceforge.net
2801 W:      http://www.chello.nl/~j.vreeken/se401/
2802 S:      Maintained
2803
2804 USB SERIAL CYBERJACK DRIVER
2805 P:      Matthias Bruestle and Harald Welte
2806 M:      support@reiner-sct.com
2807 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
2808 S:      Maintained
2809
2810 USB SERIAL DIGI ACCELEPORT DRIVER
2811 P:      Peter Berger and Al Borchers
2812 M:      pberger@brimson.com
2813 M:      alborchers@steinerpoint.com
2814 L:      linux-usb-users@lists.sourceforge.net
2815 L:      linux-usb-devel@lists.sourceforge.net
2816 S:      Maintained
2817
2818 USB SERIAL DRIVER
2819 P:      Greg Kroah-Hartman
2820 M:      gregkh@suse.de
2821 L:      linux-usb-users@lists.sourceforge.net
2822 L:      linux-usb-devel@lists.sourceforge.net
2823 S:      Supported
2824
2825 USB SERIAL BELKIN F5U103 DRIVER
2826 P:      William Greathouse
2827 M:      wgreathouse@smva.com
2828 L:      linux-usb-users@lists.sourceforge.net
2829 L:      linux-usb-devel@lists.sourceforge.net
2830 S:      Maintained
2831
2832 USB SERIAL CYPRESS M8 DRIVER
2833 P:      Lonnie Mendez
2834 M:      dignome@gmail.com
2835 L:      linux-usb-users@lists.sourceforge.net
2836 L:      linux-usb-devel@lists.sourceforge.net
2837 S:      Maintained
2838 W:      http://geocities.com/i0xox0i
2839 W:      http://firstlight.net/cvs
2840
2841 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2842 L:      linux-usb-users@lists.sourceforge.net
2843 L:      linux-usb-devel@lists.sourceforge.net
2844 S:      Maintained
2845
2846 USB AUERSWALD DRIVER
2847 P:      Wolfgang Muees
2848 M:      wolfgang@iksw-muees.de
2849 L:      linux-usb-users@lists.sourceforge.net
2850 L:      linux-usb-devel@lists.sourceforge.net
2851 S:      Maintained
2852
2853 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2854 P:      Gary Brubaker
2855 M:      xavyer@ix.netcom.com
2856 L:      linux-usb-users@lists.sourceforge.net
2857 L:      linux-usb-devel@lists.sourceforge.net
2858 S:      Maintained
2859
2860 USB SERIAL KEYSPAN DRIVER
2861 P:      Greg Kroah-Hartman
2862 M:      greg@kroah.com
2863 L:      linux-usb-users@lists.sourceforge.net
2864 L:      linux-usb-devel@lists.sourceforge.net
2865 W:      http://www.kroah.com/linux/
2866 S:      Maintained
2867
2868 USB SERIAL WHITEHEAT DRIVER
2869 P:      Stuart MacDonald
2870 M:      stuartm@connecttech.com
2871 L:      linux-usb-users@lists.sourceforge.net
2872 L:      linux-usb-devel@lists.sourceforge.net
2873 W:      http://www.connecttech.com
2874 S:      Supported
2875
2876 USB SN9C10x DRIVER
2877 P:      Luca Risolia
2878 M:      luca.risolia@studio.unibo.it
2879 L:      linux-usb-devel@lists.sourceforge.net
2880 L:      video4linux-list@redhat.com
2881 W:      http://www.linux-projects.org
2882 S:      Maintained
2883
2884 USB SUBSYSTEM
2885 P:      Greg Kroah-Hartman
2886 M:      gregkh@suse.de
2887 L:      linux-usb-users@lists.sourceforge.net
2888 L:      linux-usb-devel@lists.sourceforge.net
2889 W:      http://www.linux-usb.org
2890 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2891 S:      Supported
2892
2893 USB UHCI DRIVER
2894 P:      Alan Stern
2895 M:      stern@rowland.harvard.edu
2896 L:      linux-usb-users@lists.sourceforge.net
2897 L:      linux-usb-devel@lists.sourceforge.net
2898 S:      Maintained
2899
2900 USB "USBNET" DRIVER
2901 P:      David Brownell
2902 M:      dbrownell@users.sourceforge.net
2903 L:      linux-usb-devel@lists.sourceforge.net
2904 S:      Maintained
2905
2906 USB W996[87]CF 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 ZC0301 DRIVER
2915 P:      Luca Risolia
2916 M:      luca.risolia@studio.unibo.it
2917 L:      linux-usb-devel@lists.sourceforge.net
2918 L:      video4linux-list@redhat.com
2919 W:      http://www.linux-projects.org
2920 S:      Maintained
2921
2922 USB ZD1201 DRIVER
2923 P:      Jeroen Vreeken
2924 M:      pe1rxq@amsat.org
2925 L:      linux-usb-users@lists.sourceforge.net
2926 L:      linux-usb-devel@lists.sourceforge.net
2927 W:      http://linux-lc100020.sourceforge.net
2928 S:      Maintained
2929
2930 USER-MODE LINUX
2931 P:      Jeff Dike
2932 M:      jdike@karaya.com
2933 L:      user-mode-linux-devel@lists.sourceforge.net
2934 L:      user-mode-linux-user@lists.sourceforge.net
2935 W:      http://user-mode-linux.sourceforge.net
2936 S:      Maintained
2937         
2938 FAT/VFAT/MSDOS FILESYSTEM:
2939 P:      OGAWA Hirofumi
2940 M:      hirofumi@mail.parknet.co.jp
2941 L:      linux-kernel@vger.kernel.org
2942 S:      Maintained
2943
2944 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2945 P:      Jeff Garzik
2946 S:      Odd fixes
2947
2948 VIA RHINE NETWORK DRIVER
2949 P:      Roger Luethi
2950 M:      rl@hellgate.ch
2951 S:      Maintained
2952
2953 VIAPRO SMBUS DRIVER
2954 P:      Jean Delvare
2955 M:      khali@linux-fr.org
2956 L:      lm-sensors@lm-sensors.org
2957 S:      Maintained
2958
2959 UCLINUX (AND M68KNOMMU)
2960 P:      Greg Ungerer
2961 M:      gerg@uclinux.org
2962 W:      http://www.uclinux.org/
2963 L:      uclinux-dev@uclinux.org  (subscribers-only)
2964 S:      Maintained
2965
2966 UCLINUX FOR NEC V850
2967 P:      Miles Bader
2968 M:      uclinux-v850@lsi.nec.co.jp
2969 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
2970 W:      http://www.ee.nec.de/uclinux/
2971 S:      Supported
2972
2973 UCLINUX FOR RENESAS H8/300
2974 P:      Yoshinori Sato
2975 M:      ysato@users.sourceforge.jp
2976 W:      http://uclinux-h8.sourceforge.jp/
2977 S:      Supported
2978
2979 USB DIAMOND RIO500 DRIVER
2980 P:      Cesar Miquel
2981 M:      miquel@df.uba.ar
2982 L:      rio500-users@lists.sourceforge.net
2983 W:      http://rio500.sourceforge.net
2984 S:      Maintained
2985
2986 VIDEO FOR LINUX
2987 P:      Mauro Carvalho Chehab
2988 M:      mchehab@infradead.org
2989 M:      v4l-dvb-maintainer@linuxtv.org
2990 L:      video4linux-list@redhat.com
2991 W:      http://linuxtv.org
2992 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
2993 S:      Maintained
2994
2995 VT8231 HARDWARE MONITOR DRIVER
2996 P:      Roger Lucas
2997 M:      roger@planbit.co.uk
2998 L:      lm-sensors@lm-sensors.org
2999 S:      Maintained
3000
3001 W1 DALLAS'S 1-WIRE BUS
3002 P:      Evgeniy Polyakov
3003 M:      johnpol@2ka.mipt.ru
3004 L:      lm-sensors@lm-sensors.org
3005 S:      Maintained
3006
3007 W83L51xD SD/MMC CARD INTERFACE DRIVER
3008 P:      Pierre Ossman
3009 M:      drzeus-wbsd@drzeus.cx
3010 L:      wbsd-devel@list.drzeus.cx
3011 W:      http://projects.drzeus.cx/wbsd
3012 S:      Maintained
3013
3014 W83L785TS HARDWARE MONITOR DRIVER
3015 P:      Jean Delvare
3016 M:      khali@linux-fr.org
3017 L:      lm-sensors@lm-sensors.org
3018 S:      Odd Fixes
3019
3020 WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
3021 P:      Nenad Corbic
3022 M:      ncorbic@sangoma.com
3023 M:      dm@sangoma.com
3024 W:      http://www.sangoma.com
3025 S:      Supported
3026
3027 WATCHDOG DEVICE DRIVERS
3028 P:      Wim Van Sebroeck
3029 M:      wim@iguana.be
3030 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3031 S:      Maintained
3032
3033 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3034 P:      Jean Tourrilhes
3035 M:      jt@hpl.hp.com
3036 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3037 S:      Maintained
3038
3039 WD7000 SCSI DRIVER
3040 P:      Miroslav Zagorac
3041 M:      zaga@fly.cc.fer.hr
3042 L:      linux-scsi@vger.kernel.org
3043 S:      Maintained
3044
3045 WISTRON LAPTOP BUTTON DRIVER
3046 P:      Miloslav Trmac
3047 M:      mitr@volny.cz
3048 S:      Maintained
3049
3050 WL3501 WIRELESS PCMCIA CARD DRIVER
3051 P:      Arnaldo Carvalho de Melo
3052 M:      acme@conectiva.com.br
3053 W:      http://advogato.org/person/acme
3054 S:      Maintained
3055
3056 X.25 NETWORK LAYER
3057 P:      Henner Eisen
3058 M:      eis@baty.hanse.de
3059 L:      linux-x25@vger.kernel.org
3060 S:      Maintained
3061
3062 XFS FILESYSTEM
3063 P:      Silicon Graphics Inc
3064 M:      xfs-masters@oss.sgi.com
3065 M:      nathans@sgi.com
3066 L:      linux-xfs@oss.sgi.com
3067 W:      http://oss.sgi.com/projects/xfs
3068 S:      Supported
3069
3070 X86 3-LEVEL PAGING (PAE) SUPPORT
3071 P:      Ingo Molnar
3072 M:      mingo@redhat.com
3073 S:      Maintained
3074
3075 X86-64 port
3076 P:      Andi Kleen
3077 M:      ak@suse.de
3078 L:      discuss@x86-64.org
3079 W:      http://www.x86-64.org
3080 S:      Maintained
3081
3082 YAM DRIVER FOR AX.25
3083 P:      Jean-Paul Roubelat
3084 M:      jpr@f6fbb.org
3085 L:      linux-hams@vger.kernel.org
3086 S:      Maintained
3087
3088 YEALINK PHONE DRIVER
3089 P:      Henk Vergonet
3090 M:      Henk.Vergonet@gmail.com
3091 L:      usbb2k-api-dev@nongnu.org
3092 S:      Maintained
3093
3094 YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3095 P:      Pete Zaitcev
3096 M:      zaitcev@yahoo.com
3097 L:      linux-kernel@vger.kernel.org
3098 S:      Obsolete
3099
3100 Z8530 DRIVER FOR AX.25
3101 P:      Joerg Reuter
3102 M:      jreuter@yaina.de
3103 W:      http://yaina.de/jreuter/
3104 W:      http://www.qsl.net/dl1bke/
3105 L:      linux-hams@vger.kernel.org
3106 S:      Maintained
3107
3108 ZF MACHZ WATCHDOG
3109 P:      Fernando Fuganti
3110 M:      fuganti@netbank.com.br
3111 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3112 S:      Maintained
3113
3114 ZR36067 VIDEO FOR LINUX DRIVER
3115 P:      Ronald Bultje
3116 M:      rbultje@ronald.bitfreak.net
3117 L:      mjpeg-users@lists.sourceforge.net
3118 W:      http://mjpeg.sourceforge.net/driver-zoran/
3119 S:      Maintained
3120
3121 ZR36120 VIDEO FOR LINUX DRIVER
3122 P:      Pauline Middelink
3123 M:      middelin@polyware.nl
3124 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3125 W:      http://www.polyware.nl/~middelin/hobbies.html
3126 S:      Maintained
3127
3128 THE REST
3129 P:      Linus Torvalds
3130 S:      Buried alive in reporters