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