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