sync hh.org
[hh.org.git] / MAINTAINERS
blob996a0dcf9298f137e71b9ff5f6ec84e59f06d737
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 MACB ETHERNET DRIVER
436 P:      Atmel AVR32 Support Team
437 M:      avr32@atmel.com
438 P:      Haavard Skinnemoen
439 M:      hskinnemoen@atmel.com
440 S:      Supported
442 ATMEL WIRELESS DRIVER
443 P:      Simon Kelley
444 M:      simon@thekelleys.org.uk
445 W:      http://www.thekelleys.org.uk/atmel
446 W:      http://atmelwlandriver.sourceforge.net/
447 S:      Maintained
449 AUDIT SUBSYSTEM
450 P:      David Woodhouse
451 M:      dwmw2@infradead.org
452 L:      linux-audit@redhat.com
453 W:      http://people.redhat.com/sgrubb/audit/
454 T:      git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
455 S:      Maintained
457 AVR32 ARCHITECTURE
458 P:      Atmel AVR32 Support Team
459 M:      avr32@atmel.com
460 P:      Haavard Skinnemoen
461 M:      hskinnemoen@atmel.com
462 W:      http://www.atmel.com/products/AVR32/
463 W:      http://avr32linux.org/
464 W:      http://avrfreaks.net/
465 S:      Supported
467 AVR32/AT32AP MACHINE SUPPORT
468 P:      Atmel AVR32 Support Team
469 M:      avr32@atmel.com
470 P:      Haavard Skinnemoen
471 M:      hskinnemoen@atmel.com
472 S:      Supported
474 AX.25 NETWORK LAYER
475 P:      Ralf Baechle
476 M:      ralf@linux-mips.org
477 L:      linux-hams@vger.kernel.org
478 W:      http://www.linux-ax25.org/
479 S:      Maintained
481 BAYCOM/HDLCDRV DRIVERS FOR AX.25
482 P:      Thomas Sailer
483 M:      t.sailer@alumni.ethz.ch
484 L:      linux-hams@vger.kernel.org
485 W:      http://www.baycom.org/~tom/ham/ham.html
486 S:      Maintained
488 BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
489 P:      Larry Finger
490 M:      Larry.Finger@lwfinger.net
491 P:      Stefano Brivio
492 M:      st3@riseup.net
493 W:      http://bcm43xx.berlios.de/
494 S:      Maintained
496 BEFS FILE SYSTEM
497 P:      Sergey S. Kostyliov
498 M:      rathamahata@php4.ru
499 L:      linux-kernel@vger.kernel.org
500 S:      Maintained
502 BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
503 P:      Kenji Hollis
504 W:      http://ftp.bitgate.com/pcwd/
505 S:      Maintained
507 BFS FILE SYSTEM
508 P:      Tigran A. Aivazian
509 M:      tigran@aivazian.fsnet.co.uk
510 L:      linux-kernel@vger.kernel.org
511 S:      Maintained
513 BLOCK LAYER
514 P:      Jens Axboe
515 M:      axboe@kernel.dk
516 L:      linux-kernel@vger.kernel.org
517 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
518 S:      Maintained
520 BLUETOOTH SUBSYSTEM
521 P:      Marcel Holtmann
522 M:      marcel@holtmann.org
523 P:      Maxim Krasnyansky
524 M:      maxk@qualcomm.com
525 L:      bluez-devel@lists.sf.net
526 W:      http://bluez.sf.net
527 W:      http://www.bluez.org
528 W:      http://www.holtmann.org/linux/bluetooth/
529 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
530 S:      Maintained
532 BLUETOOTH RFCOMM LAYER
533 P:      Marcel Holtmann
534 M:      marcel@holtmann.org
535 P:      Maxim Krasnyansky
536 M:      maxk@qualcomm.com
537 S:      Maintained
539 BLUETOOTH BNEP LAYER
540 P:      Marcel Holtmann
541 M:      marcel@holtmann.org
542 P:      Maxim Krasnyansky
543 M:      maxk@qualcomm.com
544 S:      Maintained
546 BLUETOOTH CMTP LAYER
547 P:      Marcel Holtmann
548 M:      marcel@holtmann.org
549 S:      Maintained
551 BLUETOOTH HIDP LAYER
552 P:      Marcel Holtmann
553 M:      marcel@holtmann.org
554 S:      Maintained
556 BLUETOOTH HCI UART 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 USB DRIVER
564 P:      Marcel Holtmann
565 M:      marcel@holtmann.org
566 P:      Maxim Krasnyansky
567 M:      maxk@qualcomm.com
568 S:      Maintained
570 BLUETOOTH HCI BCM203X DRIVER
571 P:      Marcel Holtmann
572 M:      marcel@holtmann.org
573 S:      Maintained
575 BLUETOOTH HCI BPA10X DRIVER
576 P:      Marcel Holtmann
577 M:      marcel@holtmann.org
578 S:      Maintained
580 BLUETOOTH HCI BFUSB DRIVER
581 P:      Marcel Holtmann
582 M:      marcel@holtmann.org
583 S:      Maintained
585 BLUETOOTH HCI DTL1 DRIVER
586 P:      Marcel Holtmann
587 M:      marcel@holtmann.org
588 S:      Maintained
590 BLUETOOTH HCI BLUECARD DRIVER
591 P:      Marcel Holtmann
592 M:      marcel@holtmann.org
593 S:      Maintained
595 BLUETOOTH HCI BT3C DRIVER
596 P:      Marcel Holtmann
597 M:      marcel@holtmann.org
598 S:      Maintained
600 BLUETOOTH HCI BTUART DRIVER
601 P:      Marcel Holtmann
602 M:      marcel@holtmann.org
603 S:      Maintained
605 BLUETOOTH HCI VHCI DRIVER
606 P:      Maxim Krasnyansky
607 M:      maxk@qualcomm.com
608 S:      Maintained
610 BONDING DRIVER
611 P:      Chad Tindel
612 M:      ctindel@users.sourceforge.net
613 P:      Jay Vosburgh
614 M:      fubar@us.ibm.com
615 L:      bonding-devel@lists.sourceforge.net
616 W:      http://sourceforge.net/projects/bonding/
617 S:      Supported
619 BROADBAND PROCESSOR ARCHITECTURE
620 P:      Arnd Bergmann
621 M:      arnd@arndb.de
622 L:      linuxppc-dev@ozlabs.org
623 W:      http://www.penguinppc.org/ppc64/
624 S:      Supported
626 BROADCOM B44 10/100 ETHERNET DRIVER
627 P:      Gary Zambrano
628 M:      zambrano@broadcom.com
629 L:      netdev@vger.kernel.org
630 S:      Supported
632 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
633 P:      Michael Chan
634 M:      mchan@broadcom.com
635 L:      netdev@vger.kernel.org
636 S:      Supported
638 BROADCOM TG3 GIGABIT ETHERNET DRIVER
639 P:      Michael Chan
640 M:      mchan@broadcom.com
641 L:      netdev@vger.kernel.org
642 S:      Supported
644 BTTV VIDEO4LINUX DRIVER
645 P:      Mauro Carvalho Chehab
646 M:      mchehab@infradead.org
647 M:      v4l-dvb-maintainer@linuxtv.org
648 L:      video4linux-list@redhat.com
649 W:      http://linuxtv.org
650 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
651 S:      Maintained
653 CALGARY x86-64 IOMMU
654 P:      Muli Ben-Yehuda
655 M:      muli@il.ibm.com
656 P:      Jon D. Mason
657 M:      jdmason@kudzu.us
658 L:      linux-kernel@vger.kernel.org
659 L:      discuss@x86-64.org
660 S:      Maintained
662 COMMON INTERNET FILE SYSTEM (CIFS)
663 P:      Steve French
664 M:      sfrench@samba.org
665 L:      linux-cifs-client@lists.samba.org
666 L:      samba-technical@lists.samba.org
667 W:      http://us1.samba.org/samba/Linux_CIFS_client.html
668 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
669 S:      Supported       
671 CONFIGFS
672 P:      Joel Becker
673 M:      joel.becker@oracle.com
674 L:      linux-kernel@vger.kernel.org
675 S:      Supported
677 CIRRUS LOGIC GENERIC FBDEV DRIVER
678 P:      Jeff Garzik
679 M:      jgarzik@pobox.com
680 L:      linux-fbdev-devel@lists.sourceforge.net
681 S:      Odd Fixes
683 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
684 P:      Cirrus Logic Corporation (kernel 2.2 driver)
685 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
686 P:      Nils Faerber (port to kernel 2.4)
687 M:      Nils Faerber <nils@kernelconcepts.de>
688 S:      Maintained
690 CODA FILE SYSTEM
691 P:      Jan Harkes
692 M:      jaharkes@cs.cmu.edu
693 M:      coda@cs.cmu.edu
694 L:      codalist@coda.cs.cmu.edu
695 W:      http://www.coda.cs.cmu.edu/
696 S:      Maintained
698 COMPACTPCI HOTPLUG CORE
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 ZIATECH ZT5550 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 COMPACTPCI HOTPLUG GENERIC DRIVER
713 P:      Scott Murray
714 M:      scottm@somanetworks.com
715 M:      scott@spiteful.org
716 L:      pcihpd-discuss@lists.sourceforge.net
717 S:      Supported
719 COMPUTONE INTELLIPORT MULTIPORT CARD
720 P:      Michael H. Warfield
721 M:      mhw@wittsend.com
722 W:      http://www.wittsend.com/computone.html
723 S:      Maintained
725 COSA/SRP SYNC SERIAL DRIVER
726 P:      Jan "Yenya" Kasprzak
727 M:      kas@fi.muni.cz
728 W:      http://www.fi.muni.cz/~kas/cosa/
729 S:      Maintained
731 CPU FREQUENCY DRIVERS
732 P:      Dave Jones
733 M:      davej@codemonkey.org.uk
734 L:      cpufreq@lists.linux.org.uk
735 W:      http://www.codemonkey.org.uk/projects/cpufreq/
736 T:      git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
737 S:      Maintained
739 CPUID/MSR DRIVER
740 P:      H. Peter Anvin
741 M:      hpa@zytor.com
742 S:      Maintained
744 CPUSETS
745 P:      Paul Jackson
746 P:      Simon Derr
747 M:      pj@sgi.com
748 M:      simon.derr@bull.net
749 L:      linux-kernel@vger.kernel.org
750 W:      http://www.bullopensource.org/cpuset/
751 S:      Supported
753 CRAMFS FILESYSTEM
754 W:      http://sourceforge.net/projects/cramfs/
755 S:      Orphan
757 CRIS PORT
758 P:      Mikael Starvik
759 M:      starvik@axis.com
760 L:      dev-etrax@axis.com
761 W:      http://developer.axis.com
762 S:      Maintained
764 CRYPTO API
765 P:      Herbert Xu
766 M:      herbert@gondor.apana.org.au
767 P:      David S. Miller
768 M:      davem@davemloft.net
769 L:      linux-crypto@vger.kernel.org
770 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
771 S:      Maintained
773 CS5535 Audio ALSA driver
774 P:      Jaya Kumar
775 M:      jayakumar.alsa@gmail.com
776 S:      Maintained
778 CYBERPRO FB DRIVER
779 P:      Russell King
780 M:      rmk@arm.linux.org.uk
781 W:      http://www.arm.linux.org.uk/
782 S:      Maintained
784 CYBLAFB FRAMEBUFFER DRIVER
785 P:      Knut Petersen
786 M:      Knut_Petersen@t-online.de
787 L:      linux-fbdev-devel@lists.sourceforge.net
788 S:      Maintained
790 CYCLADES 2X SYNC CARD DRIVER
791 P:      Arnaldo Carvalho de Melo
792 M:      acme@conectiva.com.br
793 W:      http://advogato.org/person/acme
794 L:      cycsyn-devel@bazar.conectiva.com.br
795 S:      Maintained
797 CYCLADES ASYNC MUX DRIVER
798 M:      async@cyclades.com
799 W:      http://www.cyclades.com/
800 S:      Supported
802 CYCLADES PC300 DRIVER
803 M:      pc300@cyclades.com
804 W:      http://www.cyclades.com/
805 S:      Supported
807 DAMA SLAVE for AX.25
808 P:      Joerg Reuter
809 M:      jreuter@yaina.de
810 W:      http://yaina.de/jreuter/
811 W:      http://www.qsl.net/dl1bke/
812 L:      linux-hams@vger.kernel.org
813 S:      Maintained
815 DC395x SCSI driver
816 P:      Oliver Neukum
817 M:      oliver@neukum.name
818 P:      Ali Akcaagac
819 M:      aliakc@web.de
820 P:      Jamie Lenehan
821 M:      lenehan@twibble.org
822 W:      http://twibble.org/dist/dc395x/
823 L:      dc395x@twibble.org
824 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
825 S:      Maintained
827 DC390/AM53C974 SCSI driver
828 P:      Kurt Garloff
829 M:      garloff@suse.de
830 W:      http://www.garloff.de/kurt/linux/dc390/
831 P:      Guennadi Liakhovetski
832 M:      g.liakhovetski@gmx.de
833 S:      Maintained
835 DCCP PROTOCOL
836 P:      Arnaldo Carvalho de Melo
837 M:      acme@mandriva.com
838 L:      dccp@vger.kernel.org
839 W:      http://linux-net.osdl.org/index.php/DCCP
840 S:      Maintained
842 DECnet NETWORK LAYER
843 P:      Patrick Caulfield
844 M:      patrick@tykepenguin.com
845 W:      http://linux-decnet.sourceforge.net
846 L:      linux-decnet-user@lists.sourceforge.net
847 S:      Maintained
849 DEFXX FDDI NETWORK DRIVER
850 P:      Maciej W. Rozycki
851 M:      macro@linux-mips.org
852 S:      Maintained
854 DELL LAPTOP SMM DRIVER
855 P:      Massimo Dal Zotto
856 M:      dz@debian.org
857 W:      http://www.debian.org/~dz/i8k/
858 S:      Maintained
860 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
861 P:      Doug Warzecha
862 M:      Douglas_Warzecha@dell.com
863 S:      Maintained
865 DEVICE-MAPPER  (LVM)
866 P:      Alasdair Kergon
867 L:      dm-devel@redhat.com
868 W:      http://sources.redhat.com/dm
869 S:      Maintained
871 DEVICE NUMBER REGISTRY
872 P:      Torben Mathiasen
873 M:      device@lanana.org
874 W:      http://lanana.org/docs/device-list/index.html
875 L:      linux-kernel@vger.kernel.org
876 S:      Maintained
878 DEVICE FILESYSTEM
879 S:      Obsolete
881 DIGI INTL. EPCA DRIVER
882 P:      Digi International, Inc
883 M:      Eng.Linux@digi.com
884 L:      Eng.Linux@digi.com
885 W:      http://www.digi.com
886 S:      Orphaned
888 DIGI RIGHTSWITCH NETWORK DRIVER
889 P:      Rick Richardson
890 L:      netdev@vger.kernel.org
891 W:      http://www.digi.com
892 S:      Orphaned
894 DIRECTORY NOTIFICATION
895 P:      Stephen Rothwell
896 M:      sfr@canb.auug.org.au
897 L:      linux-kernel@vger.kernel.org
898 S:      Supported
900 DISK GEOMETRY AND PARTITION HANDLING
901 P:      Andries Brouwer
902 M:      aeb@cwi.nl
903 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
904 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
905 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
906 S:      Maintained
908 DISKQUOTA:
909 P:      Jan Kara
910 M:      jack@suse.cz
911 L:      linux-kernel@vger.kernel.org
912 S:      Maintained
914 DISTRIBUTED LOCK MANAGER
915 P:      Patrick Caulfield
916 M:      pcaulfie@redhat.com
917 P:      David Teigland
918 M:      teigland@redhat.com
919 L:      cluster-devel@redhat.com
920 W:      http://sources.redhat.com/cluster/
921 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
922 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
923 S:      Supported
925 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
926 P:      Tobias Ringstrom
927 M:      tori@unhappy.mine.nu
928 L:      linux-kernel@vger.kernel.org
929 S:      Maintained
931 DOCBOOK FOR DOCUMENTATION
932 P:      Martin Waitz
933 M:      tali@admingilde.org
934 P:      Randy Dunlap
935 M:      rdunlap@xenotime.net
936 T:      git http://tali.admingilde.org/git/linux-docbook.git
937 S:      Maintained
939 DOCKING STATION DRIVER
940 P:      Kristen Carlson Accardi
941 M:      kristen.c.accardi@intel.com
942 L:      linux-acpi@vger.kernel.org
943 S:      Maintained
945 DOUBLETALK DRIVER
946 P:      James R. Van Zandt
947 M:      jrv@vanzandt.mv.com
948 L:      blinux-list@redhat.com
949 S:      Maintained
951 DRIVER CORE, KOBJECTS, AND SYSFS
952 P:      Greg Kroah-Hartman
953 M:      gregkh@suse.de
954 L:      linux-kernel@vger.kernel.org
955 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
956 S:      Supported
958 DRM DRIVERS
959 P:      David Airlie
960 M:      airlied@linux.ie
961 L:      dri-devel@lists.sourceforge.net
962 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
963 S:      Maintained
965 DSCC4 DRIVER
966 P:      François Romieu
967 M:      romieu@cogenit.fr
968 M:      romieu@ensta.fr
969 S:      Maintained
971 DVB SUBSYSTEM AND DRIVERS
972 P:      LinuxTV.org Project
973 M:      v4l-dvb-maintainer@linuxtv.org
974 L:      linux-dvb@linuxtv.org (subscription required)
975 W:      http://linuxtv.org/
976 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
977 S:      Maintained
979 EATA-DMA SCSI DRIVER
980 P:      Michael Neuffer
981 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
982 S:      Maintained
984 EATA ISA/EISA/PCI SCSI DRIVER
985 P:      Dario Ballabio
986 M:      ballabio_dario@emc.com
987 L:      linux-scsi@vger.kernel.org
988 S:      Maintained
990 EATA-PIO SCSI DRIVER
991 P:      Michael Neuffer
992 M:      mike@i-Connect.Net
993 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
994 S:      Maintained
996 EBTABLES
997 P:      Bart De Schuymer
998 M:      bart.de.schuymer@pandora.be
999 L:      ebtables-user@lists.sourceforge.net
1000 L:      ebtables-devel@lists.sourceforge.net
1001 W:      http://ebtables.sourceforge.net/
1002 S:      Maintained
1004 ECRYPT FILE SYSTEM
1005 P:      Mike Halcrow, Phillip Hellewell
1006 M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1007 L:      ecryptfs-devel@lists.sourceforge.net
1008 W:      http://ecryptfs.sourceforge.net/
1009 S:      Supported
1011 EDAC-CORE
1012 P:      Doug Thompson
1013 M:      norsk5@xmission.com
1014 L:      bluesmoke-devel@lists.sourceforge.net
1015 W:      bluesmoke.sourceforge.net
1016 S:      Supported
1018 EDAC-E752X
1019 P:      Mark Gross
1020 M:      mark.gross@intel.com
1021 L:      bluesmoke-devel@lists.sourceforge.net
1022 W:      bluesmoke.sourceforge.net
1023 S:      Maintained
1025 EDAC-E7XXX
1026 P:      Doug Thompson
1027 M:      norsk5@xmission.com
1028 L:      bluesmoke-devel@lists.sourceforge.net
1029 W:      bluesmoke.sourceforge.net
1030 S:      Maintained
1032 EDAC-R82600
1033 P:      Tim Small
1034 M:      tim@buttersideup.com
1035 L:      bluesmoke-devel@lists.sourceforge.net
1036 W:      bluesmoke.sourceforge.net
1037 S:      Maintained
1039 EEPRO100 NETWORK DRIVER
1040 P:      Andrey V. Savochkin
1041 M:      saw@saw.sw.com.sg
1042 S:      Maintained
1044 EFS FILESYSTEM
1045 W:      http://aeschi.ch.eu.org/efs/
1046 S:      Orphan
1048 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1049 P:      Hoang-Nam Nguyen
1050 M:      hnguyen@de.ibm.com
1051 P:      Christoph Raisch
1052 M:      raisch@de.ibm.com
1053 L:      openib-general@openib.org
1054 S:      Supported
1056 EMU10K1 SOUND DRIVER
1057 P:      James Courtier-Dutton
1058 M:      James@superbug.demon.co.uk
1059 L:      emu10k1-devel@lists.sourceforge.net
1060 W:      http://sourceforge.net/projects/emu10k1/
1061 S:      Maintained
1063 EMULEX LPFC FC SCSI DRIVER
1064 P:      James Smart
1065 M:      james.smart@emulex.com
1066 L:      linux-scsi@vger.kernel.org
1067 W:      http://sourceforge.net/projects/lpfcxxxx
1068 S:      Supported
1070 EPSON 1355 FRAMEBUFFER DRIVER
1071 P:      Christopher Hoover
1072 M:      ch@murgatroid.com, ch@hpl.hp.com
1073 S:      Maintained
1075 ETHEREXPRESS-16 NETWORK DRIVER
1076 P:      Philip Blundell
1077 M:      philb@gnu.org
1078 L:      netdev@vger.kernel.org
1079 S:      Maintained
1081 ETHERNET BRIDGE
1082 P:      Stephen Hemminger
1083 M:      shemminger@osdl.org
1084 L:      bridge@osdl.org
1085 W:      http://bridge.sourceforge.net/
1086 S:      Maintained
1088 ETHERTEAM 16I DRIVER
1089 P:      Mika Kuoppala
1090 M:      miku@iki.fi
1091 S:      Maintained
1093 EXT2 FILE SYSTEM
1094 L:      ext2-devel@lists.sourceforge.net
1095 S:      Maintained
1097 EXT3 FILE SYSTEM
1098 P:      Stephen Tweedie, Andrew Morton
1099 M:      sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1100 L:      ext2-devel@lists.sourceforge.net
1101 S:      Maintained
1103 F71805F HARDWARE MONITORING DRIVER
1104 P:      Jean Delvare
1105 M:      khali@linux-fr.org
1106 L:      lm-sensors@lm-sensors.org
1107 S:      Maintained
1109 FARSYNC SYNCHRONOUS DRIVER
1110 P:      Kevin Curtis
1111 M:      kevin.curtis@farsite.co.uk
1112 W:      http://www.farsite.co.uk/
1113 S:      Supported
1115 FRAMEBUFFER LAYER
1116 P:      Antonino Daplas
1117 M:      adaplas@pol.net
1118 L:      linux-fbdev-devel@lists.sourceforge.net 
1119 W:      http://linux-fbdev.sourceforge.net/
1120 S:      Maintained
1122 FREESCALE SOC FS_ENET DRIVER
1123 P:      Pantelis Antoniou
1124 M:      pantelis.antoniou@gmail.com
1125 P:      Vitaly Bordug
1126 M:      vbordug@ru.mvista.com
1127 L:      linuxppc-embedded@ozlabs.org
1128 L:      netdev@vger.kernel.org
1129 S:      Maintained
1131 FILE LOCKING (flock() and fcntl()/lockf())
1132 P:      Matthew Wilcox
1133 M:      matthew@wil.cx
1134 L:      linux-fsdevel@vger.kernel.org
1135 S:      Maintained
1137 FILESYSTEMS (VFS and infrastructure)
1138 P:      Alexander Viro
1139 M:      viro@zeniv.linux.org.uk
1140 S:      Maintained
1142 FIRMWARE LOADER (request_firmware)
1143 L:      linux-kernel@vger.kernel.org
1144 S:      Orphan
1146 FPU EMULATOR
1147 P:      Bill Metzenthen
1148 M:      billm@suburbia.net
1149 W:      http://suburbia.net/~billm/floating-point/emulator/
1150 S:      Maintained
1152 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1153 P:      Mike McLagan
1154 M:      mike.mclagan@linux.org
1155 L:      netdev@vger.kernel.org
1156 S:      Maintained
1158 FREEVXFS FILESYSTEM
1159 P:      Christoph Hellwig
1160 M:      hch@infradead.org
1161 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1162 S:      Maintained
1164 FUJITSU FR-V PORT
1165 P:      David Howells
1166 M:      dhowells@redhat.com
1167 S:      Maintained
1169 FTAPE/QIC-117
1170 L:      linux-tape@vger.kernel.org
1171 W:      http://sourceforge.net/projects/ftape
1172 S:      Orphan
1174 FUSE: FILESYSTEM IN USERSPACE
1175 P:      Miklos Szeredi
1176 M:      miklos@szeredi.hu
1177 L:      fuse-devel@lists.sourceforge.net
1178 W:      http://fuse.sourceforge.net/
1179 S:      Maintained
1181 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1182 P:      Rik Faith
1183 M:      faith@cs.unc.edu
1184 L:      linux-scsi@vger.kernel.org
1185 S:      Odd fixes (e.g., new signatures)
1187 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1188 P:      Achim Leubner
1189 M:      achim_leubner@adaptec.com
1190 L:      linux-scsi@vger.kernel.org
1191 W:      http://www.icp-vortex.com/
1192 S:      Supported
1194 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1195 P:      Krzysztof Halasa
1196 M:      khc@pm.waw.pl
1197 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1198 S:      Maintained
1200 GFS2 FILE SYSTEM
1201 P:      Steven Whitehouse
1202 M:      swhiteho@redhat.com
1203 L:      cluster-devel@redhat.com
1204 W:      http://sources.redhat.com/cluster/
1205 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1206 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1207 S:      Supported
1209 GIGASET ISDN DRIVERS
1210 P:      Hansjoerg Lipp
1211 M:      hjlipp@web.de
1212 P:      Tilman Schmidt
1213 M:      tilman@imap.cc
1214 L:      gigaset307x-common@lists.sourceforge.net
1215 W:      http://gigaset307x.sourceforge.net/
1216 S:      Maintained
1218 HARDWARE MONITORING
1219 P:      Jean Delvare
1220 M:      khali@linux-fr.org
1221 L:      lm-sensors@lm-sensors.org
1222 W:      http://www.lm-sensors.nu/
1223 S:      Maintained
1225 HARDWARE RANDOM NUMBER GENERATOR CORE
1226 P:      Michael Buesch
1227 M:      mb@bu3sch.de
1228 S:      Maintained
1230 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1231 P:      Robert Love
1232 M:      rlove@rlove.org
1233 M:      linux-kernel@vger.kernel.org
1234 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1235 S:      Maintained
1237 HARMONY SOUND DRIVER
1238 P:      Kyle McMartin
1239 M:      kyle@parisc-linux.org
1240 W:      http://www.parisc-linux.org/~kyle/harmony/
1241 L:      parisc-linux@lists.parisc-linux.org
1242 S:      Maintained
1244 HAYES ESP SERIAL DRIVER
1245 P:      Andrew J. Robinson
1246 M:      arobinso@nyx.net
1247 L:      linux-kernel@vger.kernel.org
1248 W:      http://www.nyx.net/~arobinso
1249 S:      Maintained
1251 HFS FILESYSTEM
1252 P:      Roman Zippel
1253 M:      zippel@linux-m68k.org
1254 L:      linux-kernel@vger.kernel.org
1255 S:      Maintained
1257 HGA FRAMEBUFFER DRIVER
1258 P:      Ferenc Bakonyi
1259 M:      fero@drama.obuda.kando.hu
1260 L:      linux-nvidia@lists.surfsouth.com
1261 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1262 S:      Maintained
1264 HIGH-SPEED SCC DRIVER FOR AX.25
1265 P:      Klaus Kudielka
1266 M:      klaus.kudielka@ieee.org
1267 L:      linux-hams@vger.kernel.org
1268 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1269 S:      Maintained
1271 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1272 P:      HighPoint Linux Team
1273 M:      linux@highpoint-tech.com
1274 W:      http://www.highpoint-tech.com
1275 S:      Supported
1277 HIPPI
1278 P:      Jes Sorensen
1279 M:      jes@trained-monkey.org
1280 L:      linux-hippi@sunsite.dk
1281 S:      Maintained
1283 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1284 P:      Chirag Kantharia
1285 M:      chirag.kantharia@hp.com
1286 L:      iss_storagedev@hp.com
1287 S:      Maintained
1289 HEWLETT-PACKARD SMART2 RAID DRIVER
1290 P:      Chirag Kantharia
1291 M:      chirag.kantharia@hp.com
1292 L:      iss_storagedev@hp.com
1293 S:      Maintained
1295 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1296 P:      Mike Miller
1297 M:      mike.miller@hp.com
1298 L:      iss_storagedev@hp.com
1299 S:      Supported
1301 HOST AP DRIVER
1302 P:      Jouni Malinen
1303 M:      jkmaline@cc.hut.fi
1304 L:      hostap@shmoo.com
1305 W:      http://hostap.epitest.fi/
1306 S:      Maintained
1308 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1309 P:      Jaroslav Kysela
1310 M:      perex@suse.cz
1311 S:      Maintained
1313 HPET:   High Precision Event Timers driver (hpet.c)
1314 P:      Clemens Ladisch
1315 M:      clemens@ladisch.de
1316 S:      Maintained
1318 HPET:   i386
1319 P:      Venkatesh Pallipadi (Venki)
1320 M:      venkatesh.pallipadi@intel.com
1321 S:      Maintained
1323 HPET:   x86_64
1324 P:      Andi Kleen and Vojtech Pavlik
1325 M:      ak@muc.de and vojtech@suse.cz
1326 S:      Maintained
1328 HPET:   ACPI hpet.c
1329 P:      Bob Picco
1330 M:      bob.picco@hp.com
1331 S:      Maintained
1333 HPFS FILESYSTEM
1334 P:      Mikulas Patocka
1335 M:      mikulas@artax.karlin.mff.cuni.cz
1336 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1337 S:      Maintained
1339 HUGETLB FILESYSTEM
1340 P:      William Irwin
1341 M:      wli@holomorphy.com
1342 S:      Maintained
1344 I2C SUBSYSTEM
1345 P:      Jean Delvare
1346 M:      khali@linux-fr.org
1347 L:      i2c@lm-sensors.org
1348 W:      http://www.lm-sensors.nu/
1349 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1350 S:      Maintained
1353 P:      Markus Lidel
1354 M:      markus.lidel@shadowconnect.com
1355 W:      http://i2o.shadowconnect.com/
1356 S:      Maintained
1358 i386 BOOT CODE
1359 P:      Riley H. Williams
1360 M:      Riley@Williams.Name
1361 L:      Linux-Kernel@vger.kernel.org
1362 S:      Maintained
1364 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1365 P:      Dave Jones
1366 M:      davej@codemonkey.org.uk
1367 P:      H. Peter Anvin
1368 M:      hpa@zytor.com
1369 S:      Maintained
1371 i810 TCO TIMER WATCHDOG
1372 P:      Nils Faerber
1373 M:      nils@kernelconcepts.de
1374 W:      http://www.kernelconcepts.de/
1375 S:      Maintained
1377 IA64 (Itanium) PLATFORM
1378 P:      Tony Luck
1379 M:      tony.luck@intel.com
1380 L:      linux-ia64@vger.kernel.org
1381 W:      http://www.ia64-linux.org/
1382 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1383 S:      Maintained
1385 SN-IA64 (Itanium) SUB-PLATFORM
1386 P:      Jes Sorensen
1387 M:      jes@sgi.com
1388 L:      linux-altix@sgi.com
1389 L:      linux-ia64@vger.kernel.org
1390 W:      http://www.sgi.com/altix
1391 S:      Maintained
1393 IBM MCA SCSI SUBSYSTEM DRIVER
1394 P:      Michael Lang
1395 M:      langa2@kph.uni-mainz.de
1396 W:      http://www.uni-mainz.de/~langm000/linux.html
1397 S:      Maintained
1399 IBM Power Linux RAID adapter
1400 P:      Brian King
1401 M:      brking@us.ibm.com
1402 S:      Supported
1404 IBM ServeRAID RAID DRIVER
1405 P:      Jack Hammer
1406 P:      Dave Jeffery
1407 M:      ipslinux@adaptec.com
1408 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1409 S:      Supported 
1411 IDE DRIVER [GENERAL]
1412 P:      Bartlomiej Zolnierkiewicz
1413 M:      B.Zolnierkiewicz@elka.pw.edu.pl
1414 L:      linux-kernel@vger.kernel.org
1415 L:      linux-ide@vger.kernel.org
1416 T:      git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
1417 S:      Maintained
1419 IDE/ATAPI CDROM DRIVER
1420 P:      Jens Axboe
1421 M:      axboe@kernel.dk
1422 L:      linux-kernel@vger.kernel.org
1423 W:      http://www.kernel.dk
1424 S:      Maintained
1426 IDE/ATAPI FLOPPY DRIVERS
1427 P:      Paul Bristow
1428 M:      Paul Bristow <paul@paulbristow.net>
1429 W:      http://paulbristow.net/linux/idefloppy.html
1430 L:      linux-kernel@vger.kernel.org
1431 S:      Maintained
1433 IDE/ATAPI TAPE DRIVERS
1434 P:      Gadi Oxman
1435 M:      Gadi Oxman <gadio@netvision.net.il>
1436 L:      linux-kernel@vger.kernel.org
1437 S:      Maintained
1439 IEEE 1394 SUBSYSTEM
1440 P:      Ben Collins
1441 M:      bcollins@debian.org
1442 P:      Stefan Richter
1443 M:      stefanr@s5r6.in-berlin.de
1444 L:      linux1394-devel@lists.sourceforge.net
1445 W:      http://www.linux1394.org/
1446 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1447 S:      Maintained
1449 IEEE 1394 IPV4 DRIVER (eth1394)
1450 P:      Stefan Richter
1451 M:      stefanr@s5r6.in-berlin.de
1452 L:      linux1394-devel@lists.sourceforge.net
1453 S:      Odd Fixes
1455 IEEE 1394 PCILYNX DRIVER
1456 P:      Jody McIntyre
1457 M:      scjody@modernduck.com
1458 P:      Stefan Richter
1459 M:      stefanr@s5r6.in-berlin.de
1460 L:      linux1394-devel@lists.sourceforge.net
1461 S:      Odd Fixes
1463 IEEE 1394 RAW I/O DRIVER
1464 P:      Ben Collins
1465 M:      bcollins@debian.org
1466 P:      Dan Dennedy
1467 M:      dan@dennedy.org
1468 L:      linux1394-devel@lists.sourceforge.net
1469 S:      Maintained
1471 IMS TWINTURBO FRAMEBUFFER DRIVER
1472 P:      Paul Mundt
1473 M:      lethal@chaoticdreams.org
1474 L:      linux-fbdev-devel@lists.sourceforge.net
1475 S:      Maintained
1477 INFINIBAND SUBSYSTEM
1478 P:      Roland Dreier
1479 M:      rolandd@cisco.com
1480 P:      Sean Hefty
1481 M:      mshefty@ichips.intel.com
1482 P:      Hal Rosenstock
1483 M:      halr@voltaire.com
1484 L:      openib-general@openib.org
1485 W:      http://www.openib.org/
1486 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1487 S:      Supported
1489 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1490 P:      Dmitry Torokhov
1491 M:      dmitry.torokhov@gmail.com
1492 M:      dtor@mail.ru
1493 L:      linux-input@atrey.karlin.mff.cuni.cz
1494 L:      linux-joystick@atrey.karlin.mff.cuni.cz
1495 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1496 S:      Maintained
1498 INOTIFY
1499 P:      John McCutchan and Robert Love
1500 M:      ttb@tentacle.dhs.org and rml@novell.com
1501 L:      linux-kernel@vger.kernel.org
1502 S:      Maintained
1504 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1505 P:      Sylvain Meyer
1506 M:      sylvain.meyer@worldonline.fr
1507 L:      linux-fbdev-devel@lists.sourceforge.net
1508 S:      Maintained
1510 INTEL 810/815 FRAMEBUFFER DRIVER
1511 P:      Antonino Daplas
1512 M:      adaplas@pol.net
1513 L:      linux-fbdev-devel@lists.sourceforge.net
1514 S:      Maintained
1516 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1517 P:      Ingo Molnar
1518 M:      mingo@redhat.com
1519 S:      Maintained
1521 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1522 P:      Jeff Garzik
1523 M:      jgarzik@pobox.com
1524 W:      http://sourceforge.net/projects/gkernel/
1525 S:      Maintained
1527 INTEL IA32 MICROCODE UPDATE SUPPORT
1528 P:      Tigran Aivazian
1529 M:      tigran@aivazian.fsnet.co.uk
1530 S:      Maintained
1532 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1533 P:      Deepak Saxena
1534 M:      dsaxena@plexity.net
1535 S:      Maintained
1537 INTEL PRO/100 ETHERNET SUPPORT
1538 P:      John Ronciak
1539 M:      john.ronciak@intel.com
1540 P:      Jesse Brandeburg
1541 M:      jesse.brandeburg@intel.com
1542 P:      Jeff Kirsher
1543 M:      jeffrey.t.kirsher@intel.com
1544 P:      Auke Kok
1545 M:      auke-jan.h.kok@intel.com
1546 W:      http://sourceforge.net/projects/e1000/
1547 S:      Supported
1549 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1550 P:      Jeb Cramer
1551 M:      cramerj@intel.com
1552 P:      John Ronciak
1553 M:      john.ronciak@intel.com
1554 P:      Jesse Brandeburg
1555 M:      jesse.brandeburg@intel.com
1556 P:      Jeff Kirsher
1557 M:      jeffrey.t.kirsher@intel.com
1558 P:      Auke Kok
1559 M:      auke-jan.h.kok@intel.com
1560 W:      http://sourceforge.net/projects/e1000/
1561 S:      Supported
1563 INTEL PRO/10GbE SUPPORT
1564 P:      Jeff Kirsher
1565 M:      jeffrey.t.kirsher@intel.com
1566 P:      Ayyappan Veeraiyan
1567 M:      ayyappan.veeraiyan@intel.com
1568 P:      John Ronciak
1569 M:      john.ronciak@intel.com
1570 P:      Jesse Brandeburg
1571 M:      jesse.brandeburg@intel.com
1572 P:      Auke Kok
1573 M:      auke-jan.h.kok@intel.com
1574 W:      http://sourceforge.net/projects/e1000/
1575 S:      Supported
1577 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1578 P:      Yi Zhu
1579 M:      yi.zhu@intel.com
1580 P:      James Ketrenos
1581 M:      jketreno@linux.intel.com
1582 L:      ipw2100-devel@lists.sourceforge.net
1583 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1584 W:      http://ipw2100.sourceforge.net
1585 S:      Supported
1587 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1588 P:      Yi Zhu
1589 M:      yi.zhu@intel.com
1590 P:      James Ketrenos
1591 M:      jketreno@linux.intel.com
1592 L:      ipw2100-devel@lists.sourceforge.net
1593 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1594 W:      http://ipw2200.sourceforge.net
1595 S:      Supported
1597 IOC3 DRIVER
1598 P:      Ralf Baechle
1599 M:      ralf@linux-mips.org
1600 L:      linux-mips@linux-mips.org
1601 S:      Maintained
1603 IPAQ HANDHELD LINUX SUPPORT:
1604 P:      Jamey Hicks
1605 M:      jamey@handhelds.org
1606 P:      Andrew Christian
1607 M:      andrew.christian@hp.com
1608 P:      Phil Blundell
1609 M:      pb@nexus.co.uk
1610 W:      http://www.handhelds.org/
1611 L:      kernel-discuss@handhelds.org
1612 S:      Maintained   
1614 IP MASQUERADING:
1615 P:      Juanjo Ciarlante
1616 M:      jjciarla@raiz.uncu.edu.ar
1617 S:      Maintained
1619 IPATH DRIVER:
1620 P:      Bryan O'Sullivan
1621 M:      support@pathscale.com
1622 L:      openib-general@openib.org
1623 S:      Supported
1625 IPMI SUBSYSTEM
1626 P:      Corey Minyard
1627 M:      minyard@acm.org
1628 L:      openipmi-developer@lists.sourceforge.net
1629 W:      http://openipmi.sourceforge.net/
1630 S:      Supported
1632 IPX NETWORK LAYER
1633 P:      Arnaldo Carvalho de Melo
1634 M:      acme@conectiva.com.br
1635 L:      netdev@vger.kernel.org
1636 S:      Maintained
1638 IRDA SUBSYSTEM
1639 P:      Samuel Ortiz
1640 M:      samuel@sortiz.org
1641 L:      irda-users@lists.sourceforge.net (subscribers-only)
1642 W:      http://irda.sourceforge.net/
1643 S:      Maintained
1645 ISAPNP
1646 P:      Jaroslav Kysela
1647 M:      perex@suse.cz
1648 S:      Maintained
1650 ISDN SUBSYSTEM
1651 P:      Karsten Keil
1652 M:      kkeil@suse.de
1653 P:      Kai Germaschewski
1654 M:      kai.germaschewski@gmx.de
1655 L:      isdn4linux@listserv.isdn4linux.de
1656 W:      http://www.isdn4linux.de
1657 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1658 S:      Maintained
1660 ISDN SUBSYSTEM (Eicon active card driver)
1661 P:      Armin Schindler
1662 M:      mac@melware.de
1663 L:      isdn4linux@listserv.isdn4linux.de
1664 W:      http://www.melware.de
1665 S:      Maintained
1667 JOURNALLING FLASH FILE SYSTEM (JFFS)
1668 P:      Axis Communications AB
1669 M:      jffs-dev@axis.com
1670 L:      jffs-dev@axis.com
1671 W:      http://www.developer.axis.com/software/jffs/
1672 S:      Maintained
1674 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1675 P:      David Woodhouse
1676 M:      dwmw2@infradead.org
1677 L:      jffs-dev@axis.com
1678 W:      http://sources.redhat.com/jffs2/
1679 S:      Maintained
1681 JFS FILESYSTEM
1682 P:      Dave Kleikamp
1683 M:      shaggy@austin.ibm.com
1684 L:      jfs-discussion@lists.sourceforge.net
1685 W:      http://jfs.sourceforge.net/
1686 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1687 S:      Supported
1689 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
1690 P:      Stephen Tweedie, Andrew Morton
1691 M:      sct@redhat.com, akpm@osdl.org
1692 L:      ext2-devel@lists.sourceforge.net
1693 S:      Maintained
1695 K8TEMP HARDWARE MONITORING DRIVER
1696 P:      Rudolf Marek
1697 M:      r.marek@assembler.cz
1698 L:      lm-sensors@lm-sensors.org
1699 S:      Maintained
1701 KCONFIG
1702 P:      Roman Zippel
1703 M:      zippel@linux-m68k.org
1704 L:      kbuild-devel@lists.sourceforge.net
1705 S:      Maintained
1707 KDUMP
1708 P:      Vivek Goyal
1709 M:      vgoyal@in.ibm.com
1710 P:      Haren Myneni
1711 M:      hbabu@us.ibm.com
1712 L:      fastboot@lists.osdl.org
1713 L:      linux-kernel@vger.kernel.org
1714 W:      http://lse.sourceforge.net/kdump/
1715 S:      Maintained
1717 KERNEL AUTOMOUNTER (AUTOFS)
1718 P:      H. Peter Anvin
1719 M:      hpa@zytor.com
1720 L:      autofs@linux.kernel.org
1721 S:      Odd Fixes
1723 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1724 P:      Ian Kent
1725 M:      raven@themaw.net
1726 L:      autofs@linux.kernel.org
1727 S:      Maintained
1729 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1730 P:      Kai Germaschewski
1731 M:      kai@germaschewski.name
1732 P:      Sam Ravnborg
1733 M:      sam@ravnborg.org
1734 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1735 S:      Maintained 
1737 KERNEL JANITORS
1738 P:      Several
1739 L:      kernel-janitors@lists.osdl.org
1740 W:      http://www.kerneljanitors.org/
1741 S:      Maintained
1743 KERNEL NFSD
1744 P:      Neil Brown
1745 M:      neilb@cse.unsw.edu.au
1746 L:      nfs@lists.sourceforge.net
1747 W:      http://nfs.sourceforge.net/
1748 W:      http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1749 S:      Maintained
1751 KEXEC
1752 P:      Eric Biederman
1753 M:      ebiederm@xmission.com
1754 W:      http://www.xmission.com/~ebiederm/files/kexec/
1755 L:      linux-kernel@vger.kernel.org
1756 L:      fastboot@osdl.org
1757 S:      Maintained
1759 KPROBES
1760 P:      Prasanna S Panchamukhi
1761 M:      prasanna@in.ibm.com
1762 P:      Ananth N Mavinakayanahalli
1763 M:      ananth@in.ibm.com
1764 P:      Anil S Keshavamurthy
1765 M:      anil.s.keshavamurthy@intel.com
1766 P:      David S. Miller
1767 M:      davem@davemloft.net
1768 L:      linux-kernel@vger.kernel.org
1769 S:      Maintained
1771 LAPB module
1772 L:      linux-x25@vger.kernel.org
1773 S:      Orphan
1775 LASI 53c700 driver for PARISC
1776 P:      James E.J. Bottomley
1777 M:      James.Bottomley@HansenPartnership.com
1778 L:      linux-scsi@vger.kernel.org
1779 S:      Maintained
1781 LED SUBSYSTEM
1782 P:      Richard Purdie
1783 M:      rpurdie@rpsys.net
1784 S:      Maintained
1786 LEGO USB Tower driver
1787 P:      Juergen Stuber
1788 M:      starblue@users.sourceforge.net
1789 L:      legousb-devel@lists.sourceforge.net
1790 W:      http://legousb.sourceforge.net/
1791 S:      Maintained
1793 LINUX FOR IBM pSERIES (RS/6000)
1794 P:      Paul Mackerras
1795 M:      paulus@au.ibm.com
1796 W:      http://www.ibm.com/linux/ltc/projects/ppc
1797 S:      Supported
1799 LINUX FOR NCR VOYAGER
1800 P:      James Bottomley
1801 M:      James.Bottomley@HansenPartnership.com
1802 W:      http://www.hansenpartnership.com/voyager
1803 S:      Maintained
1805 LINUX FOR POWERPC
1806 P:      Paul Mackerras
1807 M:      paulus@samba.org
1808 W:      http://www.penguinppc.org/
1809 L:      linuxppc-dev@ozlabs.org
1810 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1811 S:      Supported
1813 LINUX FOR POWER MACINTOSH
1814 P:      Benjamin Herrenschmidt
1815 M:      benh@kernel.crashing.org
1816 W:      http://www.penguinppc.org/
1817 L:      linuxppc-dev@ozlabs.org
1818 S:      Maintained
1820 LINUX FOR POWERPC EMBEDDED MPC52XX
1821 P:      Sylvain Munaut
1822 M:      tnt@246tNt.com
1823 W:      http://www.246tNt.com/mpc52xx/
1824 W:      http://www.penguinppc.org/
1825 L:      linuxppc-dev@ozlabs.org
1826 L:      linuxppc-embedded@ozlabs.org
1827 S:      Maintained
1829 LINUX FOR POWERPC EMBEDDED PPC4XX
1830 P:      Matt Porter
1831 M:      mporter@kernel.crashing.org
1832 W:      http://www.penguinppc.org/
1833 L:      linuxppc-embedded@ozlabs.org
1834 S:      Maintained
1836 LINUX FOR POWERPC BOOT CODE
1837 P:      Tom Rini
1838 M:      trini@kernel.crashing.org
1839 W:      http://www.penguinppc.org/
1840 L:      linuxppc-embedded@ozlabs.org
1841 S:      Maintained
1843 LINUX FOR POWERPC EMBEDDED PPC8XX
1844 P:      Marcelo Tosatti
1845 M:      marcelo@kvack.org
1846 W:      http://www.penguinppc.org/
1847 L:      linuxppc-embedded@ozlabs.org
1848 S:      Maintained
1850 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1851 P:      Kumar Gala
1852 M:      galak@kernel.crashing.org
1853 W:      http://www.penguinppc.org/
1854 L:      linuxppc-embedded@ozlabs.org
1855 S:      Maintained
1857 LINUX FOR POWERPC PA SEMI PWRFICIENT
1858 P:      Olof Johansson
1859 M:      olof@lixom.net
1860 W:      http://www.pasemi.com/
1861 L:      linuxppc-dev@ozlabs.org
1862 S:      Supported
1864 LLC (802.2)
1865 P:      Arnaldo Carvalho de Melo
1866 M:      acme@conectiva.com.br
1867 S:      Maintained
1869 LINUX FOR 64BIT POWERPC
1870 P:      Paul Mackerras
1871 M:      paulus@samba.org
1872 M:      paulus@au.ibm.com
1873 P:      Anton Blanchard
1874 M:      anton@samba.org
1875 M:      anton@au.ibm.com
1876 W:      http://www.penguinppc.org/ppc64/
1877 L:      linuxppc-dev@ozlabs.org
1878 S:      Supported
1880 LINUX SECURITY MODULE (LSM) FRAMEWORK
1881 P:      Chris Wright
1882 M:      chrisw@sous-sol.org
1883 L:      linux-security-module@vger.kernel.org
1884 W:      http://lsm.immunix.org
1885 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1886 S:      Supported
1888 LM83 HARDWARE MONITOR DRIVER
1889 P:      Jean Delvare
1890 M:      khali@linux-fr.org
1891 L:      lm-sensors@lm-sensors.org
1892 S:      Maintained
1894 LM90 HARDWARE MONITOR DRIVER
1895 P:      Jean Delvare
1896 M:      khali@linux-fr.org
1897 L:      lm-sensors@lm-sensors.org
1898 S:      Maintained
1900 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1901 P:      Richard Russon (FlatCap)
1902 M:      ldm@flatcap.org
1903 L:      ldm-devel@lists.sourceforge.net 
1904 W:      http://ldm.sourceforge.net
1905 S:      Maintained
1907 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1908 P:      Eric Moore
1909 M:      Eric.Moore@lsil.com
1910 M:      support@lsil.com
1911 L:      mpt_linux_developer@lsil.com
1912 L:      linux-scsi@vger.kernel.org
1913 W:      http://www.lsilogic.com/support
1914 S:      Supported
1916 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1917 P:      Matthew Wilcox
1918 M:      matthew@wil.cx
1919 L:      linux-scsi@vger.kernel.org
1920 S:      Maintained
1922 M68K ARCHITECTURE
1923 P:      Geert Uytterhoeven
1924 M:      geert@linux-m68k.org
1925 P:      Roman Zippel
1926 M:      zippel@linux-m68k.org
1927 L:      linux-m68k@lists.linux-m68k.org
1928 W:      http://www.linux-m68k.org/
1929 W:      http://linux-m68k-cvs.ubb.ca/
1930 S:      Maintained
1932 M68K ON APPLE MACINTOSH
1933 P:      Joshua Thompson
1934 M:      funaho@jurai.org
1935 W:      http://www.mac.linux-m68k.org/
1936 L:      linux-mac68k@mac.linux-m68k.org
1937 S:      Maintained
1939 M68K ON HP9000/300
1940 P:      Philip Blundell
1941 M:      philb@gnu.org
1942 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
1943 S:      Maintained
1945 MARVELL YUKON / SYSKONNECT DRIVER
1946 P:      Mirko Lindner
1947 M:      mlindner@syskonnect.de
1948 P:      Ralph Roesler
1949 M:      rroesler@syskonnect.de
1950 W:      http://www.syskonnect.com
1951 S:      Supported
1953 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1954 P:      Michael Kerrisk
1955 M:      mtk-manpages@gmx.net
1956 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
1957 S:      Maintained
1959 MARVELL MV643XX ETHERNET DRIVER
1960 P:      Dale Farnsworth
1961 M:      dale@farnsworth.org
1962 P:      Manish Lachwani
1963 M:      mlachwani@mvista.com
1964 L:      netdev@vger.kernel.org
1965 S:      Odd Fixes for 2.4; Maintained for 2.6.
1967 MATROX FRAMEBUFFER DRIVER
1968 P:      Petr Vandrovec
1969 M:      vandrove@vc.cvut.cz
1970 L:      linux-fbdev-devel@lists.sourceforge.net
1971 S:      Maintained
1973 MEGARAID SCSI DRIVERS
1974 P:      Neela Syam Kolli
1975 M:      Neela.Kolli@engenio.com
1976 S:      linux-scsi@vger.kernel.org
1977 W:      http://megaraid.lsilogic.com
1978 S:      Maintained
1980 MEMORY MANAGEMENT
1981 L:      linux-mm@kvack.org
1982 L:      linux-kernel@vger.kernel.org
1983 W:      http://www.linux-mm.org
1984 S:      Maintained
1986 MEMORY TECHNOLOGY DEVICES (MTD)
1987 P:      David Woodhouse
1988 M:      dwmw2@infradead.org
1989 W:      http://www.linux-mtd.infradead.org/
1990 L:      linux-mtd@lists.infradead.org
1991 T:      git git://git.infradead.org/mtd-2.6.git
1992 S:      Maintained
1994 MICROTEK X6 SCANNER
1995 P:      Oliver Neukum
1996 M:      oliver@neukum.name
1997 S:      Maintained
1999 MIPS
2000 P:      Ralf Baechle
2001 M:      ralf@linux-mips.org
2002 W:      http://www.linux-mips.org/
2003 L:      linux-mips@linux-mips.org
2004 T:      git www.linux-mips.org:/pub/scm/linux.git
2005 S:      Supported
2007 MISCELLANEOUS MCA-SUPPORT
2008 P:      James Bottomley
2009 M:      jejb@steeleye.com
2010 L:      linux-kernel@vger.kernel.org
2011 S:      Maintained
2013 MODULE SUPPORT
2014 P:      Rusty Russell
2015 M:      rusty@rustcorp.com.au
2016 L:      linux-kernel@vger.kernel.org
2017 S:      Maintained
2019 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2020 P:      Stelian Pop
2021 M:      stelian@popies.net
2022 W:      http://popies.net/meye/
2023 S:      Maintained
2025 MOUSE AND MISC DEVICES [GENERAL]
2026 P:      Alessandro Rubini
2027 M:      rubini@ipvvis.unipv.it
2028 L:      linux-kernel@vger.kernel.org
2029 S:      Maintained
2031 MSI LAPTOP SUPPORT
2032 P:      Lennart Poettering
2033 M:      mzxreary@0pointer.de
2034 L:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2035 W:      http://0pointer.de/lennart/tchibo.html
2036 S:      Maintained
2038 MTRR AND SIMILAR SUPPORT [i386]
2039 P:      Richard Gooch
2040 M:      rgooch@atnf.csiro.au
2041 L:      linux-kernel@vger.kernel.org
2042 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2043 S:      Maintained
2045 MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2046 P:      Pierre Ossman
2047 M:      drzeus-mmc@drzeus.cx
2048 L:      linux-kernel@vger.kernel.org
2049 S:      Maintained
2051 MULTISOUND SOUND DRIVER
2052 P:      Andrew Veliath
2053 M:      andrewtv@usa.net
2054 S:      Maintained
2056 NATSEMI ETHERNET DRIVER (DP8381x)
2057 P:      Tim Hockin
2058 M:      thockin@hockin.org
2059 S:      Maintained
2061 NCP FILESYSTEM
2062 P:      Petr Vandrovec
2063 M:      vandrove@vc.cvut.cz
2064 L:      linware@sh.cvut.cz
2065 S:      Maintained
2067 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2068 P:      James E.J. Bottomley
2069 M:      James.Bottomley@HansenPartnership.com
2070 L:      linux-scsi@vger.kernel.org
2071 S:      Maintained
2073 NETEM NETWORK EMULATOR
2074 P:      Stephen Hemminger
2075 M:      shemminger@osdl.org
2076 L:      netem@osdl.org
2077 S:      Maintained
2079 NETFILTER/IPTABLES/IPCHAINS
2080 P:      Rusty Russell
2081 P:      Marc Boucher
2082 P:      James Morris
2083 P:      Harald Welte
2084 P:      Jozsef Kadlecsik
2085 P:      Patrick McHardy
2086 M:      kaber@trash.net
2087 L:      netfilter-devel@lists.netfilter.org
2088 L:      netfilter@lists.netfilter.org
2089 L:      coreteam@netfilter.org
2090 W:      http://www.netfilter.org/
2091 W:      http://www.iptables.org/
2092 S:      Supported
2094 NETLABEL
2095 P:      Paul Moore
2096 M:      paul.moore@hp.com
2097 W:      http://netlabel.sf.net
2098 L:      netdev@vger.kernel.org
2099 S:      Supported
2101 NETROM NETWORK LAYER
2102 P:      Ralf Baechle
2103 M:      ralf@linux-mips.org
2104 L:      linux-hams@vger.kernel.org
2105 W:      http://www.linux-ax25.org/
2106 S:      Maintained
2108 NETWORK BLOCK DEVICE (NBD)
2109 P:      Paul Clements
2110 M:      Paul.Clements@steeleye.com
2111 S:      Maintained
2113 NETWORK DEVICE DRIVERS
2114 P:      Andrew Morton
2115 M:      akpm@osdl.org
2116 P:      Jeff Garzik
2117 M:      jgarzik@pobox.com
2118 L:      netdev@vger.kernel.org
2119 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2120 S:      Maintained
2122 NETWORKING [GENERAL]
2123 P:      Networking Team
2124 M:      netdev@vger.kernel.org
2125 L:      netdev@vger.kernel.org
2126 W:      http://linux-net.osdl.org/
2127 S:      Maintained
2129 NETWORKING [IPv4/IPv6]
2130 P:      David S. Miller
2131 M:      davem@davemloft.net
2132 P:      Alexey Kuznetsov
2133 M:      kuznet@ms2.inr.ac.ru
2134 P:      Pekka Savola (ipv6)
2135 M:      pekkas@netcore.fi
2136 P:      James Morris
2137 M:      jmorris@namei.org
2138 P:      Hideaki YOSHIFUJI
2139 M:      yoshfuji@linux-ipv6.org
2140 P:      Patrick McHardy
2141 M:      kaber@coreworks.de
2142 L:      netdev@vger.kernel.org
2143 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2144 S:      Maintained
2146 NETWORKING [WIRELESS]
2147 P:      John W. Linville
2148 M:      linville@tuxdriver.com
2149 L:      netdev@vger.kernel.org
2150 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2151 S:      Maintained
2153 NETXEN (1/10) GbE SUPPORT
2154 P:      Amit S. Kale
2155 M:      amitkale@netxen.com
2156 L:      netdev@vger.kernel.org
2157 W:      http://www.netxen.com
2158 S:      Supported
2160 IPVS
2161 P:      Wensong Zhang
2162 M:      wensong@linux-vs.org
2163 P:      Simon Horman
2164 M:      horms@verge.net.au
2165 P:      Julian Anastasov
2166 M:      ja@ssi.bg
2167 L:      netdev@vger.kernel.org
2168 S:      Maintained
2170 NFS CLIENT
2171 P:      Trond Myklebust
2172 M:      trond.myklebust@fys.uio.no
2173 L:      linux-kernel@vger.kernel.org
2174 S:      Maintained
2176 NI5010 NETWORK DRIVER
2177 P:      Jan-Pascal van Best
2178 M:      janpascal@vanbest.org
2179 P:      Andreas Mohr
2180 M:      andi@lisas.de
2181 L:      netdev@vger.kernel.org
2182 S:      Maintained
2184 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2185 P:      YOKOTA Hiroshi
2186 M:      yokota@netlab.is.tsukuba.ac.jp
2187 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2188 S:      Maintained
2190 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2191 P:      GOTO Masanori
2192 M:      gotom@debian.or.jp
2193 P:      YOKOTA Hiroshi
2194 M:      yokota@netlab.is.tsukuba.ac.jp
2195 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2196 S:      Maintained
2198 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2199 P:      Eberhard Moenkeberg
2200 M:      emoenke@gwdg.de
2201 L:      linux-kernel@vger.kernel.org
2202 S:      Maintained
2204 NTFS FILESYSTEM
2205 P:      Anton Altaparmakov
2206 M:      aia21@cantab.net
2207 L:      linux-ntfs-dev@lists.sourceforge.net
2208 L:      linux-kernel@vger.kernel.org
2209 W:      http://linux-ntfs.sf.net/
2210 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2211 S:      Maintained
2213 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2214 P:      Antonino Daplas
2215 M:      adaplas@pol.net
2216 L:      linux-fbdev-devel@lists.sourceforge.net
2217 S:      Maintained
2219 OPENCORES I2C BUS DRIVER
2220 P:      Peter Korsgaard
2221 M:      jacmet@sunsite.dk
2222 L:      i2c@lm-sensors.org
2223 S:      Maintained
2225 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2226 P:      Mark Fasheh
2227 M:      mark.fasheh@oracle.com
2228 P:      Kurt Hackel
2229 M:      kurt.hackel@oracle.com
2230 L:      ocfs2-devel@oss.oracle.com
2231 W:      http://oss.oracle.com/projects/ocfs2/
2232 S:      Supported       
2234 OLYMPIC NETWORK DRIVER
2235 P:      Peter De Shrijver
2236 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2237 P:      Mike Phillips
2238 M:      mikep@linuxtr.net 
2239 L:      netdev@vger.kernel.org
2240 L:      linux-tr@linuxtr.net
2241 W:      http://www.linuxtr.net
2242 S:      Maintained
2244 OMNIKEY CARDMAN 4000 DRIVER
2245 P:      Harald Welte
2246 M:      laforge@gnumonks.org
2247 S:      Maintained
2249 OMNIKEY CARDMAN 4040 DRIVER
2250 P:      Harald Welte
2251 M:      laforge@gnumonks.org
2252 S:      Maintained
2254 ONSTREAM SCSI TAPE DRIVER
2255 P:      Willem Riede
2256 M:      osst@riede.org
2257 L:      osst-users@lists.sourceforge.net
2258 L:      linux-scsi@vger.kernel.org
2259 S:      Maintained
2261 OPL3-SA2, SA3, and SAx DRIVER
2262 P:      Zwane Mwaikambo
2263 M:      zwane@arm.linux.org.uk
2264 L:      linux-sound@vger.kernel.org
2265 S:      Maintained
2267 OPROFILE
2268 P:      Philippe Elie
2269 M:      phil.el@wanadoo.fr
2270 L:      oprofile-list@lists.sf.net
2271 S:      Maintained
2273 ORINOCO DRIVER
2274 P:      Pavel Roskin
2275 M:      proski@gnu.org
2276 P:      David Gibson
2277 M:      hermes@gibson.dropbear.id.au
2278 L:      orinoco-users@lists.sourceforge.net
2279 L:      orinoco-devel@lists.sourceforge.net
2280 W:      http://www.nongnu.org/orinoco/
2281 S:      Maintained
2283 PARALLEL PORT SUPPORT
2284 P:      Phil Blundell
2285 M:      philb@gnu.org
2286 P:      Tim Waugh
2287 M:      tim@cyberelk.net
2288 P:      David Campbell
2289 P:      Andrea Arcangeli
2290 M:      andrea@suse.de
2291 L:      linux-parport@lists.infradead.org
2292 W:      http://people.redhat.com/twaugh/parport/
2293 S:      Maintained
2295 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2296 P:      Tim Waugh
2297 M:      tim@cyberelk.net
2298 L:      linux-parport@lists.infradead.org
2299 W:      http://www.torque.net/linux-pp.html
2300 S:      Maintained
2302 PARISC ARCHITECTURE
2303 P:      Matthew Wilcox
2304 M:      matthew@wil.cx
2305 P:      Grant Grundler
2306 M:      grundler@parisc-linux.org
2307 P:      Kyle McMartin
2308 M:      kyle@parisc-linux.org
2309 L:      parisc-linux@parisc-linux.org
2310 W:      http://www.parisc-linux.org/
2311 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2312 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2313 S:      Maintained
2315 PC87360 HARDWARE MONITORING DRIVER
2316 P:      Jim Cromie
2317 M:      jim.cromie@gmail.com
2318 L:      lm-sensors@lm-sensors.org
2319 S:      Maintained
2321 PC8736x GPIO DRIVER
2322 P:      Jim Cromie
2323 M:      jim.cromie@gmail.com
2324 S:      Maintained
2326 PCI ERROR RECOVERY
2327 P:      Linas Vepstas
2328 M:      linas@austin.ibm.com
2329 L:      linux-kernel@vger.kernel.org
2330 L:      linux-pci@atrey.karlin.mff.cuni.cz
2331 S:      Supported
2333 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2334 P:      Thomas Sailer
2335 M:      sailer@ife.ee.ethz.ch
2336 L:      linux-sound@vger.kernel.org
2337 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2338 S:      Maintained
2340 PCI SUBSYSTEM
2341 P:      Greg Kroah-Hartman
2342 M:      gregkh@suse.de
2343 L:      linux-kernel@vger.kernel.org
2344 L:      linux-pci@atrey.karlin.mff.cuni.cz
2345 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2346 S:      Supported
2348 PCI HOTPLUG CORE
2349 P:      Kristen Carlson Accardi
2350 M:      kristen.c.accardi@intel.com
2351 S:      Supported
2353 PCI HOTPLUG COMPAQ DRIVER
2354 P:      Greg Kroah-Hartman
2355 M:      greg@kroah.com
2356 S:      Maintained
2358 PCIE HOTPLUG DRIVER
2359 P:      Kristen Carlson Accardi
2360 M:      kristen.c.accardi@intel.com
2361 L:      pcihpd-discuss@lists.sourceforge.net
2362 S:      Maintained
2364 PCMCIA SUBSYSTEM
2365 P:      Linux PCMCIA Team
2366 L:      linux-pcmcia@lists.infradead.org
2367 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2368 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2369 S:      Maintained
2371 PCNET32 NETWORK DRIVER
2372 P:      Thomas Bogendörfer
2373 M:      tsbogend@alpha.franken.de
2374 L:      netdev@vger.kernel.org
2375 S:      Maintained
2377 PER-TASK DELAY ACCOUNTING
2378 P:      Shailabh Nagar
2379 M:      nagar@watson.ibm.com
2380 L:      linux-kernel@vger.kernel.org
2381 S:      Maintained
2383 PERSONALITY HANDLING
2384 P:      Christoph Hellwig
2385 M:      hch@infradead.org
2386 L:      linux-abi-devel@lists.sourceforge.net
2387 S:      Maintained
2389 PHRAM MTD DRIVER
2390 P:      Jörn Engel
2391 M:      joern@wh.fh-wedel.de
2392 L:      linux-mtd@lists.infradead.org
2393 S:      Maintained
2395 PKTCDVD DRIVER
2396 P:      Peter Osterlund
2397 M:      petero2@telia.com
2398 L:      linux-kernel@vger.kernel.org
2399 S:      Maintained
2401 POSIX CLOCKS and TIMERS
2402 P:      George Anzinger
2403 M:      george@mvista.com
2404 L:      linux-kernel@vger.kernel.org
2405 S:      Supported
2407 POWERPC 4xx EMAC DRIVER
2408 P:      Eugene Surovegin
2409 M:      ebs@ebshome.net
2410 W:      http://kernel.ebshome.net/emac/
2411 L:      linuxppc-embedded@ozlabs.org
2412 L:      netdev@vger.kernel.org
2413 S:      Maintained
2415 PNP SUPPORT
2416 P:      Adam Belay
2417 M:      ambx1@neo.rr.com
2418 S:      Maintained
2420 PPP PROTOCOL DRIVERS AND COMPRESSORS
2421 P:      Paul Mackerras
2422 M:      paulus@samba.org
2423 L:      linux-ppp@vger.kernel.org
2424 S:      Maintained
2426 PPP OVER ATM (RFC 2364)
2427 P:      Mitchell Blank Jr
2428 M:      mitch@sfgoth.com
2429 S:      Maintained
2431 PPP OVER ETHERNET
2432 P:      Michal Ostrowski
2433 M:      mostrows@speakeasy.net
2434 S:      Maintained
2436 PREEMPTIBLE KERNEL
2437 P:      Robert Love
2438 M:      rml@tech9.net
2439 L:      linux-kernel@vger.kernel.org
2440 L:      kpreempt-tech@lists.sourceforge.net
2441 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2442 S:      Supported
2444 PRISM54 WIRELESS DRIVER
2445 P:      Prism54 Development Team
2446 M:      prism54-private@prism54.org
2447 L:      netdev@vger.kernel.org
2448 W:      http://prism54.org
2449 S:      Maintained
2451 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2452 P:      Peter Denison
2453 M:      promise@pnd-pc.demon.co.uk
2454 W:      http://www.pnd-pc.demon.co.uk/promise/
2455 S:      Maintained
2457 PVRUSB2 VIDEO4LINUX DRIVER
2458 P:      Mike Isely
2459 M:      isely@pobox.com
2460 L:      pvrusb2@isely.net
2461 L:      video4linux-list@redhat.com
2462 W:      http://www.isely.net/pvrusb2/
2463 S:      Maintained
2465 PXA2xx SUPPORT
2466 P:      Nicolas Pitre
2467 M:      nico@cam.org
2468 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2469 S:      Maintained
2471 QLOGIC QLA2XXX FC-SCSI DRIVER
2472 P:      Andrew Vasquez
2473 M:      linux-driver@qlogic.com
2474 L:      linux-scsi@vger.kernel.org
2475 S:      Supported
2477 QLOGIC QLA3XXX NETWORK DRIVER
2478 P:      Ron Mercer
2479 M:      linux-driver@qlogic.com
2480 L:      netdev@vger.kernel.org
2481 S:      Supported
2483 QNX4 FILESYSTEM
2484 P:      Anders Larsen
2485 M:      al@alarsen.net
2486 L:      linux-kernel@vger.kernel.org
2487 W:      http://www.alarsen.net/linux/qnx4fs/
2488 S:      Maintained
2490 RADEON FRAMEBUFFER DISPLAY DRIVER
2491 P:      Benjamin Herrenschmidt
2492 M:      benh@kernel.crashing.org
2493 L:      linux-fbdev-devel@lists.sourceforge.net
2494 S:      Maintained
2496 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2497 P:      Paul Mackerras
2498 M:      paulus@samba.org
2499 L:      linux-fbdev-devel@lists.sourceforge.net
2500 S:      Maintained
2502 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2503 P:      Corey Thomas
2504 M:      corey@world.std.com
2505 L:      linux-kernel@vger.kernel.org
2506 S:      Maintained
2508 RANDOM NUMBER DRIVER
2509 P:      Matt Mackall
2510 M:      mpm@selenic.com
2511 S:      Maintained
2513 RAPIDIO SUBSYSTEM
2514 P:      Matt Porter
2515 M:      mporter@kernel.crashing.org
2516 L:      linux-kernel@vger.kernel.org
2517 S:      Maintained
2519 READ-COPY UPDATE (RCU)
2520 P:      Dipankar Sarma
2521 M:      dipankar@in.ibm.com
2522 W:      http://www.rdrop.com/users/paulmck/rclock/
2523 L:      linux-kernel@vger.kernel.org
2524 S:      Supported
2526 RCUTORTURE MODULE
2527 P:      Josh Triplett
2528 M:      josh@freedesktop.org
2529 L:      linux-kernel@vger.kernel.org
2530 S:      Maintained
2532 REAL TIME CLOCK DRIVER
2533 P:      Paul Gortmaker
2534 M:      p_gortmaker@yahoo.com
2535 L:      linux-kernel@vger.kernel.org
2536 S:      Maintained
2538 REAL TIME CLOCK (RTC) SUBSYSTEM
2539 P:      Alessandro Zummo
2540 M:      a.zummo@towertech.it
2541 L:      linux-kernel@vger.kernel.org
2542 S:      Maintained
2544 REISERFS FILE SYSTEM
2545 P:      Hans Reiser
2546 M:      reiserfs-dev@namesys.com
2547 L:      reiserfs-list@namesys.com
2548 W:      http://www.namesys.com
2549 S:      Supported
2551 ROCKETPORT DRIVER
2552 P:      Comtrol Corp.
2553 W:      http://www.comtrol.com
2554 S:      Maintained
2556 ROSE NETWORK LAYER
2557 P:      Ralf Baechle
2558 M:      ralf@linux-mips.org
2559 L:      linux-hams@vger.kernel.org
2560 W:      http://www.linux-ax25.org/
2561 S:      Maintained
2563 RISCOM8 DRIVER
2564 S:      Orphan
2566 S3 SAVAGE FRAMEBUFFER DRIVER
2567 P:      Antonino Daplas
2568 M:      adaplas@pol.net
2569 L:      linux-fbdev-devel@lists.sourceforge.net
2570 S:      Maintained
2572 S390
2573 P:      Martin Schwidefsky
2574 M:      schwidefsky@de.ibm.com
2575 P:      Heiko Carstens
2576 M:      heiko.carstens@de.ibm.com
2577 M:      linux390@de.ibm.com
2578 L:      linux-390@vm.marist.edu
2579 W:      http://www.ibm.com/developerworks/linux/linux390/
2580 S:      Supported
2582 S390 NETWORK DRIVERS
2583 P:      Frank Pavlic
2584 M:      fpavlic@de.ibm.com
2585 M:      linux390@de.ibm.com
2586 L:      linux-390@vm.marist.edu
2587 W:      http://www.ibm.com/developerworks/linux/linux390/
2588 S:      Supported
2590 S390 ZFCP DRIVER
2591 P:      Swen Schillig
2592 M:      swen@vnet.ibm.com
2593 M:      linux390@de.ibm.com
2594 L:      linux-390@vm.marist.edu
2595 W:      http://www.ibm.com/developerworks/linux/linux390/
2596 S:      Supported
2598 SAA7146 VIDEO4LINUX-2 DRIVER
2599 P:      Michael Hunold
2600 M:      michael@mihu.de
2601 W:      http://www.mihu.de/linux/saa7146
2602 S:      Maintained
2604 SBPCD CDROM DRIVER
2605 P:      Eberhard Moenkeberg
2606 M:      emoenke@gwdg.de
2607 L:      linux-kernel@vger.kernel.org
2608 S:      Maintained
2610 SC1200 WDT DRIVER
2611 P:      Zwane Mwaikambo
2612 M:      zwane@arm.linux.org.uk
2613 S:      Maintained
2615 SCHEDULER
2616 P:      Ingo Molnar
2617 M:      mingo@elte.hu
2618 P:      Robert Love    [the preemptible kernel bits]
2619 M:      rml@tech9.net
2620 L:      linux-kernel@vger.kernel.org
2621 S:      Maintained
2623 SCSI CDROM DRIVER
2624 P:      Jens Axboe
2625 M:      axboe@kernel.dk
2626 L:      linux-scsi@vger.kernel.org
2627 W:      http://www.kernel.dk
2628 S:      Maintained
2630 SCSI SG DRIVER
2631 P:      Doug Gilbert
2632 M:      dgilbert@interlog.com
2633 L:      linux-scsi@vger.kernel.org
2634 W:      http://www.torque.net/sg
2635 S:      Maintained
2637 SCSI SUBSYSTEM
2638 P:      James E.J. Bottomley
2639 M:      James.Bottomley@SteelEye.com
2640 L:      linux-scsi@vger.kernel.org
2641 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2642 S:      Maintained
2644 SCSI TAPE DRIVER
2645 P:      Kai Mäkisara
2646 M:      Kai.Makisara@kolumbus.fi
2647 L:      linux-scsi@vger.kernel.org
2648 S:      Maintained
2650 SCTP PROTOCOL
2651 P:      Sridhar Samudrala
2652 M:      sri@us.ibm.com
2653 L:      lksctp-developers@lists.sourceforge.net
2654 S:      Supported
2656 SCx200 CPU SUPPORT
2657 P:      Jim Cromie
2658 M:      jim.cromie@gmail.com
2659 S:      Odd Fixes
2661 SCx200 GPIO DRIVER
2662 P:      Jim Cromie
2663 M:      jim.cromie@gmail.com
2664 S:      Maintained
2666 SCx200 HRT CLOCKSOURCE DRIVER
2667 P:      Jim Cromie
2668 M:      jim.cromie@gmail.com
2669 S:      Maintained
2671 SECURITY CONTACT
2672 P:      Security Officers
2673 M:      security@kernel.org
2674 S:      Supported
2676 SELINUX SECURITY MODULE
2677 P:      Stephen Smalley
2678 M:      sds@tycho.nsa.gov
2679 P:      James Morris
2680 M:      jmorris@namei.org
2681 L:      linux-kernel@vger.kernel.org (kernel issues)
2682 L:      selinux@tycho.nsa.gov (general discussion)
2683 W:      http://www.nsa.gov/selinux
2684 S:      Supported
2686 SERIAL ATA (SATA) SUBSYSTEM:
2687 P:      Jeff Garzik
2688 M:      jgarzik@pobox.com
2689 L:      linux-ide@vger.kernel.org
2690 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2691 S:      Supported
2693 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2694 P:      Pat Gefre
2695 M:      pfg@sgi.com
2696 L:      linux-ia64@vger.kernel.org
2697 S:      Supported
2699 SGI VISUAL WORKSTATION 320 AND 540
2700 P:      Andrey Panin
2701 M:      pazke@donpac.ru
2702 L:      linux-visws-devel@lists.sf.net
2703 W:      http://linux-visws.sf.net
2704 S:      Maintained for 2.6.
2706 SIMTEC EB110ATX (Chalice CATS)
2707 P:      Ben Dooks
2708 P:      Vincent Sanders
2709 M:      support@simtec.co.uk
2710 W:      http://www.simtec.co.uk/products/EB110ATX/
2711 S:      Supported
2713 SIMTEC EB2410ITX (BAST)
2714 P:      Ben Dooks
2715 P:      Vincent Sanders
2716 M:      support@simtec.co.uk
2717 W:      http://www.simtec.co.uk/products/EB2410ITX/
2718 S:      Supported
2720 SIS 190 ETHERNET DRIVER
2721 P:      Francois Romieu
2722 M:      romieu@fr.zoreil.com
2723 L:      netdev@vger.kernel.org
2724 S:      Maintained
2726 SIS 5513 IDE CONTROLLER DRIVER
2727 P:      Lionel Bouton
2728 M:      Lionel.Bouton@inet6.fr
2729 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2730 W:      http://gyver.homeip.net/sis5513/index.html
2731 S:      Maintained
2733 SIS 900/7016 FAST ETHERNET DRIVER
2734 P:      Daniele Venzano
2735 M:      venza@brownhat.org
2736 W:      http://www.brownhat.org/sis900.html
2737 L:      netdev@vger.kernel.org
2738 S:      Maintained
2740 SIS FRAMEBUFFER DRIVER
2741 P:      Thomas Winischhofer
2742 M:      thomas@winischhofer.net
2743 W:      http://www.winischhofer.net/linuxsisvga.shtml
2744 S:      Maintained      
2746 SIS USB2VGA DRIVER
2747 P:      Thomas Winischhofer
2748 M:      thomas@winischhofer.net
2749 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2750 S:      Maintained
2752 SMC91x ETHERNET DRIVER
2753 P:      Nicolas Pitre
2754 M:      nico@cam.org
2755 S:      Maintained
2757 SOFTMAC LAYER (IEEE 802.11)
2758 P:      Johannes Berg
2759 M:      johannes@sipsolutions.net
2760 P:      Joe Jezak
2761 M:      josejx@gentoo.org
2762 P:      Daniel Drake
2763 M:      dsd@gentoo.org
2764 W:      http://softmac.sipsolutions.net/
2765 L:      netdev@vger.kernel.org
2766 S:      Maintained
2768 SOFTWARE RAID (Multiple Disks) SUPPORT
2769 P:      Ingo Molnar
2770 M:      mingo@redhat.com
2771 P:      Neil Brown
2772 M:      neilb@cse.unsw.edu.au
2773 L:      linux-raid@vger.kernel.org
2774 S:      Maintained
2776 SOFTWARE SUSPEND:
2777 P:      Pavel Machek
2778 M:      pavel@suse.cz
2779 L:      linux-pm@osdl.org
2780 S:      Maintained
2782 SONIC NETWORK DRIVER
2783 P:      Thomas Bogendoerfer
2784 M:      tsbogend@alpha.franken.de
2785 L:      netdev@vger.kernel.org
2786 S:      Maintained
2788 SONY VAIO CONTROL DEVICE DRIVER
2789 P:      Stelian Pop
2790 M:      stelian@popies.net
2791 W:      http://popies.net/sonypi/
2792 S:      Maintained
2794 SOUND
2795 P:      Jaroslav Kysela
2796 M:      perex@suse.cz
2797 L:      alsa-devel@alsa-project.org
2798 S:      Maintained
2800 SPI SUBSYSTEM
2801 P:      David Brownell
2802 M:      dbrownell@users.sourceforge.net
2803 L:      spi-devel-general@lists.sourceforge.net
2804 S:      Maintained
2806 STABLE BRANCH:
2807 P:      Greg Kroah-Hartman
2808 M:      greg@kroah.com
2809 P:      Chris Wright
2810 M:      chrisw@sous-sol.org
2811 L:      stable@kernel.org
2812 S:      Maintained
2814 TPM DEVICE DRIVER
2815 P:      Kylene Hall
2816 M:      kjhall@us.ibm.com
2817 W:      http://tpmdd.sourceforge.net
2818 L:      tpmdd-devel@lists.sourceforge.net
2819 S:      Maintained
2821 Telecom Clock Driver for MCPL0010
2822 P:      Mark Gross
2823 M:      mark.gross@intel.com
2824 S:      Supported
2826 TENSILICA XTENSA PORT (xtensa):
2827 P:      Chris Zankel
2828 M:      chris@zankel.net
2829 S:      Maintained
2831 UltraSPARC (sparc64):
2832 P:      David S. Miller
2833 M:      davem@davemloft.net
2834 L:      sparclinux@vger.kernel.org
2835 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2836 S:      Maintained
2838 SHARP LH SUPPORT (LH7952X & LH7A40X)
2839 P:      Marc Singer
2840 M:      elf@buici.com
2841 W:      http://projects.buici.com/arm
2842 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2843 S:      Maintained
2845 SHPC HOTPLUG DRIVER
2846 P:      Kristen Carlson Accardi
2847 M:      kristen.c.accardi@intel.com
2848 L:      pcihpd-discuss@lists.sourceforge.net
2849 S:      Maintained
2851 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2852 P:      Pierre Ossman
2853 M:      drzeus-sdhci@drzeus.cx
2854 L:      sdhci-devel@list.drzeus.cx
2855 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2856 S:      Maintained
2858 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2859 P:      Stephen Hemminger
2860 M:      shemminger@osdl.org
2861 L:      netdev@vger.kernel.org
2862 S:      Maintained
2864 SOEKRIS NET48XX LED SUPPORT
2865 P:      Chris Boot
2866 M:      bootc@bootc.net
2867 S:      Maintained
2869 SPARC (sparc32):
2870 P:      William L. Irwin
2871 M:      wli@holomorphy.com
2872 L:      sparclinux@vger.kernel.org
2873 S:      Maintained
2875 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2876 P:      Roger Wolff
2877 M:      R.E.Wolff@BitWizard.nl
2878 L:      linux-kernel@vger.kernel.org ?
2879 S:      Supported
2881 SPIDERNET NETWORK DRIVER for CELL
2882 P:      Jim Lewis
2883 M:      jim@jklewis.com
2884 L:      netdev@vger.kernel.org
2885 S:      Supported
2887 SRM (Alpha) environment access
2888 P:      Jan-Benedict Glaw
2889 M:      jbglaw@lug-owl.de
2890 L:      linux-kernel@vger.kernel.org
2891 S:      Maintained
2893 STARFIRE/DURALAN NETWORK DRIVER
2894 P:      Ion Badulescu
2895 M:      ionut@cs.columbia.edu
2896 S:      Maintained
2898 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2899 W:      http://mosquitonet.Stanford.EDU/strip.html
2900 S:      Unsupported ?
2902 STRADIS MPEG-2 DECODER DRIVER
2903 P:      Nathan Laredo
2904 M:      laredo@gnu.org
2905 W:      http://www.stradis.com/
2906 S:      Maintained
2908 SUPERH (sh)
2909 P:      Paul Mundt
2910 M:      lethal@linux-sh.org
2911 L:      linuxsh-dev@lists.sourceforge.net (subscribers-only)
2912 W:      http://www.linux-sh.org
2913 S:      Maintained
2915 SUPERH64 (sh64)
2916 P:      Paul Mundt
2917 M:      lethal@linux-sh.org
2918 L:      linuxsh-shmedia-dev@lists.sourceforge.net
2919 W:      http://www.linux-sh.org
2920 S:      Maintained
2922 SUN3/3X
2923 P:      Sam Creasey
2924 M:      sammy@sammy.net
2925 L:      sun3-list@redhat.com
2926 W:      http://sammy.net/sun3/
2927 S:      Maintained
2929 SVGA HANDLING
2930 P:      Martin Mares
2931 M:      mj@ucw.cz
2932 L:      linux-video@atrey.karlin.mff.cuni.cz
2933 S:      Maintained
2935 SYSV FILESYSTEM
2936 P:      Christoph Hellwig
2937 M:      hch@infradead.org
2938 S:      Maintained
2940 TC CLASSIFIER
2941 P:      Jamal Hadi Salim
2942 M:      hadi@cyberus.ca
2943 L:      netdev@vger.kernel.org
2944 S:      Maintained
2946 TCP LOW PRIORITY MODULE
2947 P:      Wong Hoi Sing, Edison
2948 M:      hswong3i@gmail.com
2949 P:      Hung Hing Lun, Mike
2950 M:      hlhung3i@gmail.com
2951 W:      http://tcp-lp-mod.sourceforge.net/
2952 S:      Maintained
2954 TI FLASH MEDIA INTERFACE DRIVER
2955 P:      Alex Dubov
2956 M:      oakad@yahoo.com
2957 S:      Maintained
2959 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2960 P:      Deepak Saxena
2961 M:      dsaxena@plexity.net
2962 S:      Maintained
2964 TASKSTATS STATISTICS INTERFACE
2965 P:      Shailabh Nagar
2966 M:      nagar@watson.ibm.com
2967 L:      linux-kernel@vger.kernel.org
2968 S:      Maintained
2970 TI PARALLEL LINK CABLE DRIVER
2971 P:      Romain Lievin
2972 M:      roms@lpg.ticalc.org
2973 S:      Maintained
2975 TIPC NETWORK LAYER
2976 P:      Per Liden
2977 M:      per.liden@ericsson.com
2978 P:      Jon Maloy
2979 M:      jon.maloy@ericsson.com
2980 P:      Allan Stephens
2981 M:      allan.stephens@windriver.com
2982 L:      tipc-discussion@lists.sourceforge.net
2983 W:      http://tipc.sourceforge.net/
2984 W:      http://tipc.cslab.ericsson.net/
2985 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2986 S:      Maintained
2988 TLAN NETWORK DRIVER
2989 P:      Samuel Chessman
2990 M:      chessman@tux.org
2991 L:      tlan-devel@lists.sourceforge.net
2992 W:      http://sourceforge.net/projects/tlan/
2993 S:      Maintained
2995 TOKEN-RING NETWORK DRIVER
2996 P:      Mike Phillips
2997 M:      mikep@linuxtr.net
2998 L:      netdev@vger.kernel.org
2999 L:      linux-tr@linuxtr.net
3000 W:      http://www.linuxtr.net
3001 S:      Maintained
3003 TOSHIBA ACPI EXTRAS DRIVER
3004 P:      John Belmonte
3005 M:      toshiba_acpi@memebeam.org
3006 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3007 S:      Maintained
3009 TOSHIBA SMM DRIVER
3010 P:      Jonathan Buzzard
3011 M:      jonathan@buzzard.org.uk
3012 L:      tlinux-users@tce.toshiba-dme.co.jp
3013 W:      http://www.buzzard.org.uk/toshiba/
3014 S:      Maintained
3016 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3017 P:      Muli Ben-Yehuda
3018 M:      mulix@mulix.org
3019 L:      linux-kernel@vger.kernel.org
3020 S:      Maintained
3022 TRIVIAL PATCHES
3023 P:      Adrian Bunk
3024 M:      trivial@kernel.org
3025 L:      linux-kernel@vger.kernel.org
3026 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3027 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3028 S:      Maintained
3030 TMS380 TOKEN-RING NETWORK DRIVER
3031 P:      Adam Fritzler
3032 M:      mid@auk.cx
3033 L:      linux-tr@linuxtr.net
3034 W:      http://www.auk.cx/tms380tr/
3035 S:      Maintained
3037 TULIP NETWORK DRIVER
3038 P:      Valerie Henson
3039 M:      val_henson@linux.intel.com
3040 L:      tulip-users@lists.sourceforge.net
3041 W:      http://sourceforge.net/projects/tulip/
3042 S:      Maintained
3044 TUN/TAP driver
3045 P:      Maxim Krasnyansky
3046 M:      maxk@qualcomm.com
3047 L:      vtun@office.satix.net
3048 W:      http://vtun.sourceforge.net/tun
3049 S:      Maintained
3051 U14-34F SCSI DRIVER
3052 P:      Dario Ballabio
3053 M:      ballabio_dario@emc.com
3054 L:      linux-scsi@vger.kernel.org
3055 S:      Maintained
3057 UDF FILESYSTEM
3058 P:      Ben Fennema
3059 M:      bfennema@falcon.csc.calpoly.edu
3060 W:      http://linux-udf.sourceforge.net
3061 S:      Maintained
3063 UNIFORM CDROM DRIVER
3064 P:      Jens Axboe
3065 M:      axboe@kernel.dk
3066 L:      linux-kernel@vger.kernel.org
3067 W:      http://www.kernel.dk
3068 S:      Maintained
3070 USB ACM DRIVER
3071 P:      Oliver Neukum
3072 M:      oliver@neukum.name
3073 L:      linux-usb-users@lists.sourceforge.net
3074 L:      linux-usb-devel@lists.sourceforge.net
3075 S:      Maintained
3077 USB BLOCK DRIVER (UB ub)
3078 P:      Pete Zaitcev
3079 M:      zaitcev@redhat.com
3080 L:      linux-kernel@vger.kernel.org
3081 L:      linux-usb-devel@lists.sourceforge.net
3082 S:      Supported
3084 USB CDC ETHERNET DRIVER
3085 P:      Greg Kroah-Hartman
3086 M:      greg@kroah.com
3087 L:      linux-usb-users@lists.sourceforge.net
3088 L:      linux-usb-devel@lists.sourceforge.net
3089 S:      Maintained
3090 W:      http://www.kroah.com/linux-usb/
3092 USB EHCI DRIVER
3093 P:      David Brownell
3094 M:      dbrownell@users.sourceforge.net
3095 L:      linux-usb-devel@lists.sourceforge.net
3096 S:      Maintained
3098 USB ET61X[12]51 DRIVER
3099 P:      Luca Risolia
3100 M:      luca.risolia@studio.unibo.it
3101 L:      linux-usb-devel@lists.sourceforge.net
3102 L:      video4linux-list@redhat.com
3103 W:      http://www.linux-projects.org
3104 S:      Maintained
3106 USB GADGET/PERIPHERAL SUBSYSTEM
3107 P:      David Brownell
3108 M:      dbrownell@users.sourceforge.net
3109 L:      linux-usb-devel@lists.sourceforge.net
3110 W:      http://www.linux-usb.org/gadget
3111 S:      Maintained
3113 USB HID/HIDBP DRIVERS
3114 P:      Vojtech Pavlik
3115 M:      vojtech@suse.cz
3116 L:      linux-usb-users@lists.sourceforge.net
3117 L:      linux-usb-devel@lists.sourceforge.net
3118 S:      Maintained
3120 USB HUB DRIVER
3121 P:      Johannes Erdfelt
3122 M:      johannes@erdfelt.com
3123 L:      linux-usb-users@lists.sourceforge.net
3124 L:      linux-usb-devel@lists.sourceforge.net
3125 S:      Maintained
3127 USB ISP116X DRIVER
3128 P:      Olav Kongas
3129 M:      ok@artecdesign.ee
3130 L:      linux-usb-devel@lists.sourceforge.net
3131 S:      Maintained
3133 USB KAWASAKI LSI DRIVER
3134 P:      Oliver Neukum
3135 M:      oliver@neukum.name
3136 L:      linux-usb-users@lists.sourceforge.net
3137 L:      linux-usb-devel@lists.sourceforge.net
3138 S:      Maintained
3140 USB MASS STORAGE DRIVER
3141 P:      Matthew Dharm
3142 M:      mdharm-usb@one-eyed-alien.net
3143 L:      linux-usb-users@lists.sourceforge.net
3144 L:      usb-storage@lists.one-eyed-alien.net
3145 S:      Maintained
3146 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3148 USB OHCI DRIVER
3149 P:      Roman Weissgaerber
3150 M:      weissg@vienna.at
3151 L:      linux-usb-users@lists.sourceforge.net
3152 L:      linux-usb-devel@lists.sourceforge.net
3153 S:      Maintained
3155 USB OPTION-CARD DRIVER
3156 P:      Matthias Urlichs
3157 M:      smurf@smurf.noris.de
3158 L:      linux-usb-devel@lists.sourceforge.net
3159 S:      Maintained
3161 USB OV511 DRIVER
3162 P:      Mark McClelland
3163 M:      mmcclell@bigfoot.com
3164 L:      linux-usb-users@lists.sourceforge.net
3165 L:      linux-usb-devel@lists.sourceforge.net
3166 W:      http://alpha.dyndns.org/ov511/
3167 S:      Maintained
3169 USB PEGASUS DRIVER
3170 P:      Petko Manolov
3171 M:      petkan@users.sourceforge.net
3172 L:      linux-usb-users@lists.sourceforge.net
3173 L:      linux-usb-devel@lists.sourceforge.net
3174 W:      http://pegasus2.sourceforge.net/
3175 S:      Maintained
3177 USB PRINTER DRIVER
3178 P:      Vojtech Pavlik
3179 M:      vojtech@suse.cz
3180 L:      linux-usb-users@lists.sourceforge.net
3181 L:      linux-usb-devel@lists.sourceforge.net
3182 S:      Maintained
3184 USB RTL8150 DRIVER
3185 P:      Petko Manolov
3186 M:      petkan@users.sourceforge.net
3187 L:      linux-usb-users@lists.sourceforge.net
3188 L:      linux-usb-devel@lists.sourceforge.net
3189 W:      http://pegasus2.sourceforge.net/
3190 S:      Maintained
3192 USB SE401 DRIVER
3193 P:      Jeroen Vreeken
3194 M:      pe1rxq@amsat.org
3195 L:      linux-usb-users@lists.sourceforge.net
3196 L:      linux-usb-devel@lists.sourceforge.net
3197 W:      http://www.chello.nl/~j.vreeken/se401/
3198 S:      Maintained
3200 USB SERIAL CYBERJACK DRIVER
3201 P:      Matthias Bruestle and Harald Welte
3202 M:      support@reiner-sct.com
3203 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3204 S:      Maintained
3206 USB SERIAL DIGI ACCELEPORT DRIVER
3207 P:      Peter Berger and Al Borchers
3208 M:      pberger@brimson.com
3209 M:      alborchers@steinerpoint.com
3210 L:      linux-usb-users@lists.sourceforge.net
3211 L:      linux-usb-devel@lists.sourceforge.net
3212 S:      Maintained
3214 USB SERIAL DRIVER
3215 P:      Greg Kroah-Hartman
3216 M:      gregkh@suse.de
3217 L:      linux-usb-users@lists.sourceforge.net
3218 L:      linux-usb-devel@lists.sourceforge.net
3219 S:      Supported
3221 USB SERIAL BELKIN F5U103 DRIVER
3222 P:      William Greathouse
3223 M:      wgreathouse@smva.com
3224 L:      linux-usb-users@lists.sourceforge.net
3225 L:      linux-usb-devel@lists.sourceforge.net
3226 S:      Maintained
3228 USB SERIAL CYPRESS M8 DRIVER
3229 P:      Lonnie Mendez
3230 M:      dignome@gmail.com
3231 L:      linux-usb-users@lists.sourceforge.net
3232 L:      linux-usb-devel@lists.sourceforge.net
3233 S:      Maintained
3234 W:      http://geocities.com/i0xox0i
3235 W:      http://firstlight.net/cvs
3237 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3238 L:      linux-usb-users@lists.sourceforge.net
3239 L:      linux-usb-devel@lists.sourceforge.net
3240 S:      Maintained
3242 USB AUERSWALD DRIVER
3243 P:      Wolfgang Muees
3244 M:      wolfgang@iksw-muees.de
3245 L:      linux-usb-users@lists.sourceforge.net
3246 L:      linux-usb-devel@lists.sourceforge.net
3247 S:      Maintained
3249 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3250 P:      Gary Brubaker
3251 M:      xavyer@ix.netcom.com
3252 L:      linux-usb-users@lists.sourceforge.net
3253 L:      linux-usb-devel@lists.sourceforge.net
3254 S:      Maintained
3256 USB SERIAL KEYSPAN DRIVER
3257 P:      Greg Kroah-Hartman
3258 M:      greg@kroah.com
3259 L:      linux-usb-users@lists.sourceforge.net
3260 L:      linux-usb-devel@lists.sourceforge.net
3261 W:      http://www.kroah.com/linux/
3262 S:      Maintained
3264 USB SERIAL WHITEHEAT DRIVER
3265 P:      Stuart MacDonald
3266 M:      stuartm@connecttech.com
3267 L:      linux-usb-users@lists.sourceforge.net
3268 L:      linux-usb-devel@lists.sourceforge.net
3269 W:      http://www.connecttech.com
3270 S:      Supported
3272 USB SN9C10x DRIVER
3273 P:      Luca Risolia
3274 M:      luca.risolia@studio.unibo.it
3275 L:      linux-usb-devel@lists.sourceforge.net
3276 L:      video4linux-list@redhat.com
3277 W:      http://www.linux-projects.org
3278 S:      Maintained
3280 USB SUBSYSTEM
3281 P:      Greg Kroah-Hartman
3282 M:      gregkh@suse.de
3283 L:      linux-usb-users@lists.sourceforge.net
3284 L:      linux-usb-devel@lists.sourceforge.net
3285 W:      http://www.linux-usb.org
3286 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3287 S:      Supported
3289 USB UHCI DRIVER
3290 P:      Alan Stern
3291 M:      stern@rowland.harvard.edu
3292 L:      linux-usb-users@lists.sourceforge.net
3293 L:      linux-usb-devel@lists.sourceforge.net
3294 S:      Maintained
3296 USB "USBNET" DRIVER FRAMEWORK
3297 P:      David Brownell
3298 M:      dbrownell@users.sourceforge.net
3299 L:      linux-usb-devel@lists.sourceforge.net
3300 W:      http://www.linux-usb.org/usbnet
3301 S:      Maintained
3303 USB W996[87]CF DRIVER
3304 P:      Luca Risolia
3305 M:      luca.risolia@studio.unibo.it
3306 L:      linux-usb-devel@lists.sourceforge.net
3307 L:      video4linux-list@redhat.com
3308 W:      http://www.linux-projects.org
3309 S:      Maintained
3311 USB ZC0301 DRIVER
3312 P:      Luca Risolia
3313 M:      luca.risolia@studio.unibo.it
3314 L:      linux-usb-devel@lists.sourceforge.net
3315 L:      video4linux-list@redhat.com
3316 W:      http://www.linux-projects.org
3317 S:      Maintained
3319 USB ZD1201 DRIVER
3320 P:      Jeroen Vreeken
3321 M:      pe1rxq@amsat.org
3322 L:      linux-usb-users@lists.sourceforge.net
3323 L:      linux-usb-devel@lists.sourceforge.net
3324 W:      http://linux-lc100020.sourceforge.net
3325 S:      Maintained
3327 USER-MODE LINUX
3328 P:      Jeff Dike
3329 M:      jdike@karaya.com
3330 L:      user-mode-linux-devel@lists.sourceforge.net
3331 L:      user-mode-linux-user@lists.sourceforge.net
3332 W:      http://user-mode-linux.sourceforge.net
3333 S:      Maintained
3334         
3335 FAT/VFAT/MSDOS FILESYSTEM:
3336 P:      OGAWA Hirofumi
3337 M:      hirofumi@mail.parknet.co.jp
3338 L:      linux-kernel@vger.kernel.org
3339 S:      Maintained
3341 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3342 P:      Jeff Garzik
3343 S:      Odd fixes
3345 VIA RHINE NETWORK DRIVER
3346 P:      Roger Luethi
3347 M:      rl@hellgate.ch
3348 S:      Maintained
3350 VIAPRO SMBUS DRIVER
3351 P:      Jean Delvare
3352 M:      khali@linux-fr.org
3353 L:      i2c@lm-sensors.org
3354 S:      Maintained
3356 UCLINUX (AND M68KNOMMU)
3357 P:      Greg Ungerer
3358 M:      gerg@uclinux.org
3359 W:      http://www.uclinux.org/
3360 L:      uclinux-dev@uclinux.org  (subscribers-only)
3361 S:      Maintained
3363 UCLINUX FOR NEC V850
3364 P:      Miles Bader
3365 M:      uclinux-v850@lsi.nec.co.jp
3366 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3367 W:      http://www.ee.nec.de/uclinux/
3368 S:      Supported
3370 UCLINUX FOR RENESAS H8/300
3371 P:      Yoshinori Sato
3372 M:      ysato@users.sourceforge.jp
3373 W:      http://uclinux-h8.sourceforge.jp/
3374 S:      Supported
3376 USB DIAMOND RIO500 DRIVER
3377 P:      Cesar Miquel
3378 M:      miquel@df.uba.ar
3379 L:      rio500-users@lists.sourceforge.net
3380 W:      http://rio500.sourceforge.net
3381 S:      Maintained
3383 VIDEO FOR LINUX
3384 P:      Mauro Carvalho Chehab
3385 M:      mchehab@infradead.org
3386 M:      v4l-dvb-maintainer@linuxtv.org
3387 L:      video4linux-list@redhat.com
3388 W:      http://linuxtv.org
3389 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3390 S:      Maintained
3392 VT1211 HARDWARE MONITOR DRIVER
3393 P:      Juerg Haefliger
3394 M:      juergh@gmail.com
3395 L:      lm-sensors@lm-sensors.org
3396 S:      Maintained
3398 VT8231 HARDWARE MONITOR DRIVER
3399 P:      Roger Lucas
3400 M:      roger@planbit.co.uk
3401 L:      lm-sensors@lm-sensors.org
3402 S:      Maintained
3404 W1 DALLAS'S 1-WIRE BUS
3405 P:      Evgeniy Polyakov
3406 M:      johnpol@2ka.mipt.ru
3407 S:      Maintained
3409 W83791D HARDWARE MONITORING DRIVER
3410 P:      Charles Spirakis
3411 M:      bezaur@gmail.com
3412 L:      lm-sensors@lm-sensors.org
3413 S:      Maintained
3415 W83L51xD SD/MMC CARD INTERFACE DRIVER
3416 P:      Pierre Ossman
3417 M:      drzeus-wbsd@drzeus.cx
3418 L:      wbsd-devel@list.drzeus.cx
3419 W:      http://projects.drzeus.cx/wbsd
3420 S:      Maintained
3422 WATCHDOG DEVICE DRIVERS
3423 P:      Wim Van Sebroeck
3424 M:      wim@iguana.be
3425 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3426 S:      Maintained
3428 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3429 P:      Jean Tourrilhes
3430 M:      jt@hpl.hp.com
3431 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3432 S:      Maintained
3434 WD7000 SCSI DRIVER
3435 P:      Miroslav Zagorac
3436 M:      zaga@fly.cc.fer.hr
3437 L:      linux-scsi@vger.kernel.org
3438 S:      Maintained
3440 WISTRON LAPTOP BUTTON DRIVER
3441 P:      Miloslav Trmac
3442 M:      mitr@volny.cz
3443 S:      Maintained
3445 WL3501 WIRELESS PCMCIA CARD DRIVER
3446 P:      Arnaldo Carvalho de Melo
3447 M:      acme@conectiva.com.br
3448 W:      http://advogato.org/person/acme
3449 S:      Maintained
3451 X.25 NETWORK LAYER
3452 P:      Henner Eisen
3453 M:      eis@baty.hanse.de
3454 L:      linux-x25@vger.kernel.org
3455 S:      Maintained
3457 XFS FILESYSTEM
3458 P:      Silicon Graphics Inc
3459 P:      Tim Shimmin, David Chatterton
3460 M:      xfs-masters@oss.sgi.com
3461 L:      xfs@oss.sgi.com
3462 W:      http://oss.sgi.com/projects/xfs
3463 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6
3464 S:      Supported
3466 X86 3-LEVEL PAGING (PAE) SUPPORT
3467 P:      Ingo Molnar
3468 M:      mingo@redhat.com
3469 S:      Maintained
3471 X86-64 port
3472 P:      Andi Kleen
3473 M:      ak@suse.de
3474 L:      discuss@x86-64.org
3475 W:      http://www.x86-64.org
3476 S:      Maintained
3478 YAM DRIVER FOR AX.25
3479 P:      Jean-Paul Roubelat
3480 M:      jpr@f6fbb.org
3481 L:      linux-hams@vger.kernel.org
3482 S:      Maintained
3484 YEALINK PHONE DRIVER
3485 P:      Henk Vergonet
3486 M:      Henk.Vergonet@gmail.com
3487 L:      usbb2k-api-dev@nongnu.org
3488 S:      Maintained
3490 Z8530 DRIVER FOR AX.25
3491 P:      Joerg Reuter
3492 M:      jreuter@yaina.de
3493 W:      http://yaina.de/jreuter/
3494 W:      http://www.qsl.net/dl1bke/
3495 L:      linux-hams@vger.kernel.org
3496 S:      Maintained
3498 ZD1211RW WIRELESS DRIVER
3499 P:      Daniel Drake
3500 M:      dsd@gentoo.org
3501 P:      Ulrich Kunitz
3502 M:      kune@deine-taler.de
3503 W:      http://zd1211.ath.cx/wiki/DriverRewrite
3504 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
3505 S:      Maintained
3507 ZF MACHZ WATCHDOG
3508 P:      Fernando Fuganti
3509 M:      fuganti@netbank.com.br
3510 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3511 S:      Maintained
3513 ZR36067 VIDEO FOR LINUX DRIVER
3514 P:      Ronald Bultje
3515 M:      rbultje@ronald.bitfreak.net
3516 L:      mjpeg-users@lists.sourceforge.net
3517 W:      http://mjpeg.sourceforge.net/driver-zoran/
3518 S:      Maintained
3520 ZR36120 VIDEO FOR LINUX DRIVER
3521 P:      Pauline Middelink
3522 M:      middelin@polyware.nl
3523 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3524 W:      http://www.polyware.nl/~middelin/hobbies.html
3525 S:      Maintained
3527 THE REST
3528 P:      Linus Torvalds
3529 S:      Buried alive in reporters