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