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