Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git] / MAINTAINERS
blobed896da7fd9f17424603049154f117b3075d73b8
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.
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
39         PLEASE try to include any credit lines you want added with the
40         patch. It avoids people being missed off by mistake and makes
41         it easier to know who wants adding and who doesn't.
43         PLEASE document known bugs. If it doesn't work for everything
44         or does something very odd once a month document it.
46         PLEASE remember that submissions must be made under the terms
47         of the OSDL certificate of contribution and should include a
48         Signed-off-by: line.  The current version of this "Developer's
49         Certificate of Origin" (DCO) is listed in the file
50         Documentation/SubmittingPatches.
52 6.      Make sure you have the right to send any changes you make. If you
53         do changes at work you may find your employer owns the patch
54         not you.
56 7.      When sending security related changes or reports to a maintainer
57         please Cc: security@kernel.org, especially if the maintainer
58         does not respond.
60 8.      Happy hacking.
62                 -----------------------------------
64 Maintainers List (try to look for most precise areas first)
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
68 so much easier [Ed]
70 P: Person
71 M: Mail patches to
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location.  Type is one of: git, hg, quilt.
75 S: Status, one of the following:
77         Supported:      Someone is actually paid to look after this.
78         Maintained:     Someone actually looks after it.
79         Odd Fixes:      It has a maintainer but they don't have time to do
80                         much other than throw the odd patch in. See below..
81         Orphan:         No current maintainer [but maybe you could take the
82                         role as you write your new code].
83         Obsolete:       Old code. Something tagged obsolete generally means
84                         it has been replaced by a better system and you
85                         should be using that.
87 3C505 NETWORK DRIVER
88 P:      Philip Blundell
89 M:      philb@gnu.org
90 L:      netdev@vger.kernel.org
91 S:      Maintained
93 3C59X NETWORK DRIVER
94 P:      Steffen Klassert
95 M:      klassert@mathematik.tu-chemnitz.de
96 L:      netdev@vger.kernel.org
97 S:      Maintained
99 3CR990 NETWORK DRIVER
100 P:      David Dillow
101 M:      dave@thedillows.org
102 L:      netdev@vger.kernel.org
103 S:      Maintained
105 3W-XXXX ATA-RAID CONTROLLER DRIVER
106 P:      Adam Radford
107 M:      linuxraid@amcc.com
108 L:      linux-scsi@vger.kernel.org
109 W:      http://www.amcc.com
110 S:      Supported
112 3W-9XXX SATA-RAID CONTROLLER DRIVER
113 P:      Adam Radford
114 M:      linuxraid@amcc.com
115 L:      linux-scsi@vger.kernel.org
116 W:      http://www.amcc.com
117 S:      Supported
119 53C700 AND 53C700-66 SCSI DRIVER
120 P:      James E.J. Bottomley
121 M:      James.Bottomley@HansenPartnership.com
122 L:      linux-scsi@vger.kernel.org
123 S:      Maintained
125 6PACK NETWORK DRIVER FOR AX.25
126 P:      Andreas Koensgen
127 M:      ajk@iehk.rwth-aachen.de
128 L:      linux-hams@vger.kernel.org
129 S:      Maintained
131 8169 10/100/1000 GIGABIT ETHERNET DRIVER
132 P:      Francois Romieu
133 M:      romieu@fr.zoreil.com
134 L:      netdev@vger.kernel.org
135 S:      Maintained
137 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
138 L:      linux-serial@vger.kernel.org
139 W:      http://serial.sourceforge.net
140 S:      Orphan
142 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143 P:      Paul Gortmaker
144 M:      p_gortmaker@yahoo.com
145 L:      netdev@vger.kernel.org
146 S:      Maintained
148 9P FILE SYSTEM
149 P:      Eric Van Hensbergen
150 M:      ericvh@gmail.com
151 P:      Ron Minnich
152 M:      rminnich@sandia.gov
153 P:      Latchesar Ionkov
154 M:      lucho@ionkov.net
155 L:      v9fs-developer@lists.sourceforge.net
156 W:      http://swik.net/v9fs
157 T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158 S:      Maintained
160 A2232 SERIAL BOARD DRIVER
161 P:      Enver Haase
162 M:      A2232@gmx.net
163 L:      linux-m68k@lists.linux-m68k.org
164 S:      Maintained
167 P:      Benjamin LaHaise
168 M:      bcrl@kvack.org
169 L:      linux-aio@kvack.org
170 S:      Supported
172 ABIT UGURU HARDWARE MONITOR DRIVER
173 P:      Hans de Goede
174 M:      j.w.r.degoede@hhs.nl
175 L:      lm-sensors@lm-sensors.org
176 S:      Maintained
178 ACENIC DRIVER
179 P:      Jes Sorensen
180 M:      jes@trained-monkey.org
181 L:      linux-acenic@sunsite.dk
182 S:      Maintained
184 IPS SCSI RAID DRIVER
185 P:      Adaptec OEM Raid Solutions
186 M:      aacraid@adaptec.com
187 L:      linux-scsi@vger.kernel.org
188 W:      http://www.adaptec.com/
189 S:      Maintained
191 DPT_I2O SCSI RAID DRIVER
192 P:      Adaptec OEM Raid Solutions
193 M:      aacraid@adaptec.com
194 L:      linux-scsi@vger.kernel.org
195 W:      http://www.adaptec.com/
196 S:      Maintained
198 AACRAID SCSI RAID DRIVER
199 P:      Adaptec OEM Raid Solutions
200 M:      aacraid@adaptec.com
201 L:      linux-scsi@vger.kernel.org
202 W:      http://www.adaptec.com/
203 S:      Supported
205 ACER WMI LAPTOP EXTRAS
206 P:      Carlos Corbacho
207 M:      carlos@strangeworlds.co.uk
208 L:      aceracpi@googlegroups.com (subscribers-only)
209 W:      http://code.google.com/p/aceracpi
210 S:      Maintained
212 ACPI
213 P:      Len Brown
214 M:      len.brown@intel.com
215 M:      lenb@kernel.org
216 L:      linux-acpi@vger.kernel.org
217 W:      http://www.lesswatts.org/projects/acpi/
218 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
219 S:      Supported
221 ACPI BATTERY DRIVERS
222 P:      Alexey Starikovskiy
223 M:      astarikovskiy@suse.de
224 L:      linux-acpi@vger.kernel.org
225 W:      http://acpi.sourceforge.net/
226 S:      Supported
228 ACPI EC DRIVER
229 P:      Alexey Starikovskiy
230 M:      astarikovskiy@suse.de
231 L:      linux-acpi@vger.kernel.org
232 W:      http://acpi.sourceforge.net/
233 S:      Supported
235 ACPI FAN DRIVER
236 P:      Len Brown
237 M:      len.brown@intel.com
238 L:      linux-acpi@vger.kernel.org
239 W:      http://acpi.sourceforge.net/
240 S:      Supported
242 ACPI PCI HOTPLUG DRIVER
243 P:      Kristen Carlson Accardi
244 M:      kristen.c.accardi@intel.com
245 L:      pcihpd-discuss@lists.sourceforge.net
246 S:      Supported
248 ACPI THERMAL DRIVER
249 P:      Len Brown
250 M:      len.brown@intel.com
251 L:      linux-acpi@vger.kernel.org
252 W:      http://acpi.sourceforge.net/
253 S:      Supported
255 ACPI VIDEO DRIVER
256 P:      Rui Zhang
257 M:      rui.zhang@intel.com
258 L:      linux-acpi@vger.kernel.org
259 W:      http://acpi.sourceforge.net/
260 S:      Supported
262 ACPI WMI DRIVER
263 P:      Carlos Corbacho
264 M:      carlos@strangeworlds.co.uk
265 L:      linux-acpi@vger.kernel.org
266 W:      http://www.lesswatts.org/projects/acpi/
267 S:      Maintained
269 <<<<<<< HEAD:MAINTAINERS
270 =======
271 AD1889 ALSA SOUND DRIVER
272 P:     Kyle McMartin
273 M:     kyle@parisc-linux.org
274 P:     Thibaut Varene
275 M:     T-Bone@parisc-linux.org
276 W:     http://wiki.parisc-linux.org/AD1889
277 L:     linux-parisc@vger.kernel.org
278 S:     Maintained
280 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:MAINTAINERS
281 ADM1025 HARDWARE MONITOR DRIVER
282 P:      Jean Delvare
283 M:      khali@linux-fr.org
284 L:      lm-sensors@lm-sensors.org
285 S:      Maintained
287 ADM1029 HARDWARE MONITOR DRIVER
288 P:      Corentin Labbe
289 M:      corentin.labbe@geomatys.fr
290 L:      lm-sensors@lm-sensors.org
291 S:      Maintained
293 ADM8211 WIRELESS DRIVER
294 P:      Michael Wu
295 M:      flamingice@sourmilk.net
296 L:      linux-wireless@vger.kernel.org
297 W:      http://linuxwireless.org/
298 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
299 S:      Maintained
301 ADT746X FAN DRIVER
302 P:      Colin Leroy
303 M:      colin@colino.net
304 S:      Maintained
306 ADVANSYS SCSI DRIVER
307 P:      Matthew Wilcox
308 M:      matthew@wil.cx
309 L:      linux-scsi@vger.kernel.org
310 S:      Maintained
312 AEDSP16 DRIVER
313 P:      Riccardo Facchetti
314 M:      fizban@tin.it
315 S:      Maintained
317 AFFS FILE SYSTEM
318 P:      Roman Zippel
319 M:      zippel@linux-m68k.org
320 S:      Maintained
322 AGPGART DRIVER
323 P:      David Airlie
324 M:      airlied@linux.ie
325 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
326 S:      Maintained
328 AHA152X SCSI DRIVER
329 P:      Juergen E. Fischer
330 M:      Juergen Fischer <fischer@norbit.de>
331 L:      linux-scsi@vger.kernel.org
332 S:      Maintained
334 AIC7XXX / AIC79XX SCSI DRIVER
335 P:      Hannes Reinecke
336 M:      hare@suse.de
337 L:      linux-scsi@vger.kernel.org
338 S:      Maintained
340 ALCATEL SPEEDTOUCH USB DRIVER
341 P:      Duncan Sands
342 M:      duncan.sands@free.fr
343 L:      linux-usb@vger.kernel.org
344 W:      http://www.linux-usb.org/SpeedTouch/
345 S:      Maintained
347 ALCHEMY AU1XX0 MMC DRIVER
348 S:      Orphan
350 ALI1563 I2C DRIVER
351 P:      Rudolf Marek
352 M:      r.marek@assembler.cz
353 L:      i2c@lm-sensors.org
354 S:      Maintained
356 ALPHA PORT
357 P:      Richard Henderson
358 M:      rth@twiddle.net
359 S:      Odd Fixes for 2.4; Maintained for 2.6.
360 P:      Ivan Kokshaysky
361 M:      ink@jurassic.park.msu.ru
362 S:      Maintained for 2.4; PCI support for 2.6.
364 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
365 P:      Thomas Dahlmann
366 M:      thomas.dahlmann@amd.com
367 L:      info-linux@geode.amd.com        (subscribers-only)
368 S:      Supported
370 AMD GEODE PROCESSOR/CHIPSET SUPPORT
371 P:      Jordan Crouse
372 L:      info-linux@geode.amd.com        (subscribers-only)
373 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
374 S:      Supported
376 AMS (Apple Motion Sensor) DRIVER
377 P:      Stelian Pop
378 M:      stelian@popies.net
379 P:      Michael Hanselmann
380 M:      linux-kernel@hansmi.ch
381 S:      Supported
383 AMSO1100 RNIC DRIVER
384 P:      Tom Tucker
385 M:      tom@opengridcomputing.com
386 P:      Steve Wise
387 M:      swise@opengridcomputing.com
388 L:      general@lists.openfabrics.org
389 S:      Maintained
391 AOA (Apple Onboard Audio) ALSA DRIVER
392 P:      Johannes Berg
393 M:      johannes@sipsolutions.net
394 L:      linuxppc-dev@ozlabs.org
395 L:      alsa-devel@alsa-project.org (subscribers-only)
396 S:      Maintained
398 APM DRIVER
399 P:      Stephen Rothwell
400 M:      sfr@canb.auug.org.au
401 L:      linux-laptop@vger.kernel.org
402 W:      http://www.canb.auug.org.au/~sfr/
403 S:      Supported
405 APPLE SMC DRIVER
406 P:      Nicolas Boichat
407 M:      nicolas@boichat.ch
408 L:      mactel-linux-devel@lists.sourceforge.net
409 S:      Maintained
411 APPLETALK NETWORK LAYER
412 P:      Arnaldo Carvalho de Melo
413 M:      acme@ghostprotocols.net
414 S:      Maintained
416 APPLETOUCH TOUCHPAD DRIVER
417 P:      Johannes Berg
418 M:      johannes@sipsolutions.net
419 L:      linux-input@vger.kernel.org
420 S:      Maintained
422 ARC FRAMEBUFFER DRIVER
423 P:      Jaya Kumar
424 M:      jayalk@intworks.biz
425 S:      Maintained
427 ARM MFM AND FLOPPY DRIVERS
428 P:      Ian Molton
429 M:      spyro@f2s.com
430 S:      Maintained
432 ARM PRIMECELL MMCI PL180/1 DRIVER
433 P:      Russell King
434 M:      rmk@arm.linux.org.uk
435 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
436 S:      Maintained
438 ARM/ADI ROADRUNNER MACHINE SUPPORT
439 P:      Lennert Buytenhek
440 M:      kernel@wantstofly.org
441 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
442 S:      Maintained
444 ARM/ADS SPHERE MACHINE SUPPORT
445 P:      Lennert Buytenhek
446 M:      kernel@wantstofly.org
447 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
448 S:      Maintained
450 ARM/AJECO 1ARM MACHINE SUPPORT
451 P:      Lennert Buytenhek
452 M:      kernel@wantstofly.org
453 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
454 S:      Maintained
456 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
457 P:      Andrew Victor
458 M:      andrew@sanpeople.com
459 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
460 W:      http://maxim.org.za/at91_26.html
461 S:      Maintained
463 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
464 P:      Lennert Buytenhek
465 M:      kernel@wantstofly.org
466 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
467 S:      Maintained
469 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
470 P:      Lennert Buytenhek
471 M:      kernel@wantstofly.org
472 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473 S:      Maintained
475 ARM/CORGI MACHINE SUPPORT
476 P:      Richard Purdie
477 M:      rpurdie@rpsys.net
478 S:      Maintained
480 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
481 P:      Lennert Buytenhek
482 M:      kernel@wantstofly.org
483 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
484 S:      Maintained
486 ARM/HP JORNADA 7XX MACHINE SUPPORT
487 P:      Kristoffer Ericson
488 M:      kristoffer.ericson@gmail.com
489 W:      www.jlime.com
490 S:      Maintained
492 ARM/INTEL IOP32X ARM ARCHITECTURE
493 P:      Lennert Buytenhek
494 M:      kernel@wantstofly.org
495 P:      Dan Williams
496 M:      dan.j.williams@intel.com
497 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
498 S:      Supported
500 ARM/INTEL IOP33X ARM ARCHITECTURE
501 P:      Dan Williams
502 M:      dan.j.williams@intel.com
503 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
504 S:      Supported
506 ARM/INTEL IOP13XX ARM ARCHITECTURE
507 P:      Lennert Buytenhek
508 M:      kernel@wantstofly.org
509 P:      Dan Williams
510 M:      dan.j.williams@intel.com
511 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
512 S:      Supported
514 ARM/INTEL IQ81342EX MACHINE SUPPORT
515 P:      Lennert Buytenhek
516 M:      kernel@wantstofly.org
517 P:      Dan Williams
518 M:      dan.j.williams@intel.com
519 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520 S:      Supported
522 ARM/INTEL IXP2000 ARM ARCHITECTURE
523 P:      Lennert Buytenhek
524 M:      kernel@wantstofly.org
525 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
526 S:      Maintained
528 ARM/INTEL IXDP2850 MACHINE SUPPORT
529 P:      Lennert Buytenhek
530 M:      kernel@wantstofly.org
531 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
532 S:      Maintained
534 ARM/INTEL IXP23XX ARM ARCHITECTURE
535 P:      Lennert Buytenhek
536 M:      kernel@wantstofly.org
537 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
538 S:      Maintained
540 ARM/INTEL XSC3 (MANZANO) ARM CORE
541 P:      Lennert Buytenhek
542 M:      kernel@wantstofly.org
543 P:      Dan Williams
544 M:      dan.j.williams@intel.com
545 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
546 S:      Supported
548 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
549 P:      Lennert Buytenhek
550 M:      kernel@wantstofly.org
551 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
552 S:      Maintained
554 ARM/LOGICPD PXA270 MACHINE SUPPORT
555 P:      Lennert Buytenhek
556 M:      kernel@wantstofly.org
557 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
558 S:      Maintained
560 ARM/TOSA MACHINE SUPPORT
561 P:      Dirk Opfer
562 M:      dirk@opfer-online.de
563 S:      Maintained
565 ARM/PLEB SUPPORT
566 P:      Peter Chubb
567 M:      pleb@gelato.unsw.edu.au
568 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
569 S:      Maintained
571 ARM/PT DIGITAL BOARD PORT
572 P:      Stefan Eletzhofer
573 M:      stefan.eletzhofer@eletztrick.de
574 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
575 W:      http://www.arm.linux.org.uk/
576 S:      Maintained
578 ARM/RADISYS ENP2611 MACHINE SUPPORT
579 P:      Lennert Buytenhek
580 M:      kernel@wantstofly.org
581 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
582 S:      Maintained
584 ARM/SHARK MACHINE SUPPORT
585 P:      Alexander Schulz
586 M:      alex@shark-linux.de
587 W:      http://www.shark-linux.de/shark.html
588 S:      Maintained
590 ARM/STRONGARM110 PORT
591 P:      Russell King
592 M:      rmk@arm.linux.org.uk
593 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
594 W:      http://www.arm.linux.org.uk/
595 S:      Maintained
597 ARM/S3C2410 ARM ARCHITECTURE
598 P:      Ben Dooks
599 M:      ben-linux@fluff.org
600 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
601 W:      http://www.fluff.org/ben/linux/
602 S:      Maintained
604 ARM/S3C2440 ARM ARCHITECTURE
605 P:      Ben Dooks
606 M:      ben-linux@fluff.org
607 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
608 W:      http://www.fluff.org/ben/linux/
609 S:      Maintained
611 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
612 P:      Lennert Buytenhek
613 M:      kernel@wantstofly.org
614 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
615 S:      Maintained
617 ARM/THECUS N2100 MACHINE SUPPORT
618 P:      Lennert Buytenhek
619 M:      kernel@wantstofly.org
620 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
621 S:      Maintained
623 ARPD SUPPORT
624 P:      Jonathan Layes
625 L:      netdev@vger.kernel.org
626 S:      Maintained
628 ASUS ACPI EXTRAS DRIVER
629 P:      Corentin Chary
630 M:      corentincj@iksaif.net
631 P:      Karol Kozimor
632 M:      sziwan@users.sourceforge.net
633 L:      acpi4asus-user@lists.sourceforge.net
634 W:      http://sourceforge.net/projects/acpi4asus
635 W:      http://xf.iksaif.net/acpi4asus
636 S:      Maintained
638 ASUS ASB100 HARDWARE MONITOR DRIVER
639 P:      Mark M. Hoffman
640 M:      mhoffman@lightlink.com
641 L:      lm-sensors@lm-sensors.org
642 S:      Maintained
644 ASUS LAPTOP EXTRAS DRIVER
645 P:      Corentin Chary
646 M:      corentincj@iksaif.net
647 L:      acpi4asus-user@lists.sourceforge.net
648 W:      http://sourceforge.net/projects/acpi4asus
649 W:      http://xf.iksaif.net/acpi4asus
650 S:      Maintained
652 ASYNCHRONOUS TRANSFERS/TRANSFORMS API
653 P:      Dan Williams
654 M:      dan.j.williams@intel.com
655 P:      Maciej Sosnowski
656 M:      maciej.sosnowski@intel.com
657 L:      linux-kernel@vger.kernel.org
658 W:      http://sourceforge.net/projects/xscaleiop
659 S:      Supported
661 ATA OVER ETHERNET DRIVER
662 P:      Ed L. Cashin
663 M:      ecashin@coraid.com
664 W:      http://www.coraid.com/support/linux
665 S:      Supported
667 ATHEROS ATH5K WIRELESS DRIVER
668 P:      Jiri Slaby
669 M:      jirislaby@gmail.com
670 P:      Nick Kossifidis
671 M:      mickflemm@gmail.com
672 P:      Luis R. Rodriguez
673 M:      mcgrof@gmail.com
674 L:      linux-wireless@vger.kernel.org
675 L:      ath5k-devel@lists.ath5k.org
676 S:      Maintained
678 ATL1 ETHERNET DRIVER
679 P:      Jay Cliburn
680 M:      jcliburn@gmail.com
681 P:      Chris Snook
682 M:      csnook@redhat.com
683 L:      atl1-devel@lists.sourceforge.net
684 W:      http://sourceforge.net/projects/atl1
685 W:      http://atl1.sourceforge.net
686 S:      Maintained
689 P:      Chas Williams
690 M:      chas@cmf.nrl.navy.mil
691 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
692 W:      http://linux-atm.sourceforge.net
693 S:      Maintained
695 ATMEL AT91 MCI DRIVER
696 P:      Nicolas Ferre
697 M:      nicolas.ferre@atmel.com
698 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
699 W:      http://www.atmel.com/products/AT91/
700 W:      http://www.at91.com/
701 S:      Maintained
703 ATMEL AT91 / AT32 SERIAL DRIVER
704 P:      Haavard Skinnemoen
705 M:      hskinnemoen@atmel.com
706 L:      linux-kernel@vger.kernel.org
707 S:      Supported
709 ATMEL LCDFB DRIVER
710 P:      Nicolas Ferre
711 M:      nicolas.ferre@atmel.com
712 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
713 S:      Maintained
715 ATMEL MACB ETHERNET DRIVER
716 P:      Haavard Skinnemoen
717 M:      hskinnemoen@atmel.com
718 S:      Supported
720 ATMEL SPI DRIVER
721 P:      Haavard Skinnemoen
722 M:      hskinnemoen@atmel.com
723 S:      Supported
725 ATMEL USBA UDC DRIVER
726 P:      Haavard Skinnemoen
727 M:      hskinnemoen@atmel.com
728 L:      kernel@avr32linux.org
729 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
730 S:      Supported
732 ATMEL WIRELESS DRIVER
733 P:      Simon Kelley
734 M:      simon@thekelleys.org.uk
735 L:      linux-wireless@vger.kernel.org
736 W:      http://www.thekelleys.org.uk/atmel
737 W:      http://atmelwlandriver.sourceforge.net/
738 S:      Maintained
740 AUDIT SUBSYSTEM
741 P:      David Woodhouse
742 M:      dwmw2@infradead.org
743 L:      linux-audit@redhat.com (subscribers-only)
744 W:      http://people.redhat.com/sgrubb/audit/
745 T:      git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
746 S:      Maintained
748 AUXILIARY DISPLAY DRIVERS
749 P:      Miguel Ojeda Sandonis
750 M:      maxextreme@gmail.com
751 L:      linux-kernel@vger.kernel.org
752 W:      http://auxdisplay.googlepages.com/
753 S:      Maintained
755 AVR32 ARCHITECTURE
756 P:      Haavard Skinnemoen
757 M:      hskinnemoen@atmel.com
758 W:      http://www.atmel.com/products/AVR32/
759 W:      http://avr32linux.org/
760 W:      http://avrfreaks.net/
761 S:      Supported
763 AVR32/AT32AP MACHINE SUPPORT
764 P:      Haavard Skinnemoen
765 M:      hskinnemoen@atmel.com
766 S:      Supported
768 AX.25 NETWORK LAYER
769 P:      Ralf Baechle
770 M:      ralf@linux-mips.org
771 L:      linux-hams@vger.kernel.org
772 W:      http://www.linux-ax25.org/
773 S:      Maintained
775 BACKLIGHT CLASS/SUBSYSTEM
776 P:      Richard Purdie
777 M:      rpurdie@rpsys.net
778 S:      Maintained
780 BLACKFIN ARCHITECTURE
781 P:      Bryan Wu
782 M:      cooloney@kernel.org
783 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
784 W:      http://blackfin.uclinux.org
785 S:      Supported
787 BLACKFIN EMAC DRIVER
788 P:      Bryan Wu
789 M:      cooloney@kernel.org
790 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
791 W:      http://blackfin.uclinux.org
792 S:      Supported
794 BLACKFIN RTC DRIVER
795 P:      Mike Frysinger
796 M:      vapier.adi@gmail.com
797 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
798 W:      http://blackfin.uclinux.org
799 S:      Supported
801 BLACKFIN SERIAL DRIVER
802 P:      Sonic Zhang
803 M:      sonic.zhang@analog.com
804 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
805 W:      http://blackfin.uclinux.org
806 S:      Supported
808 BLACKFIN WATCHDOG DRIVER
809 P:      Mike Frysinger
810 M:      vapier.adi@gmail.com
811 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
812 W:      http://blackfin.uclinux.org
813 S:      Supported
815 BAYCOM/HDLCDRV DRIVERS FOR AX.25
816 P:      Thomas Sailer
817 M:      t.sailer@alumni.ethz.ch
818 L:      linux-hams@vger.kernel.org
819 W:      http://www.baycom.org/~tom/ham/ham.html
820 S:      Maintained
822 B43 WIRELESS DRIVER
823 P:      Michael Buesch
824 M:      mb@bu3sch.de
825 P:      Stefano Brivio
826 M:      stefano.brivio@polimi.it
827 L:      linux-wireless@vger.kernel.org
828 W:      http://linuxwireless.org/en/users/Drivers/b43
829 S:      Maintained
831 B43LEGACY WIRELESS DRIVER
832 P:      Larry Finger
833 M:      Larry.Finger@lwfinger.net
834 P:      Stefano Brivio
835 M:      stefano.brivio@polimi.it
836 L:      linux-wireless@vger.kernel.org
837 W:      http://linuxwireless.org/en/users/Drivers/b43
838 S:      Maintained
840 BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
841 P:      Larry Finger
842 M:      Larry.Finger@lwfinger.net
843 P:      Stefano Brivio
844 M:      stefano.brivio@polimi.it
845 L:      linux-wireless@vger.kernel.org
846 W:      http://bcm43xx.berlios.de/
847 S:      Obsolete
849 BEFS FILE SYSTEM
850 P:      Sergey S. Kostyliov
851 M:      rathamahata@php4.ru
852 L:      linux-kernel@vger.kernel.org
853 S:      Maintained
855 BFS FILE SYSTEM
856 P:      Tigran A. Aivazian
857 M:      tigran@aivazian.fsnet.co.uk
858 L:      linux-kernel@vger.kernel.org
859 S:      Maintained
861 BLACKFIN I2C TWI DRIVER
862 P:      Sonic Zhang
863 M:      sonic.zhang@analog.com
864 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
865 W:      http://blackfin.uclinux.org/
866 S:      Supported
868 BLOCK LAYER
869 P:      Jens Axboe
870 M:      axboe@kernel.dk
871 L:      linux-kernel@vger.kernel.org
872 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
873 S:      Maintained
875 BLOCK2MTD DRIVER
876 P:      Joern Engel
877 M:      joern@lazybastard.org
878 L:      linux-mtd@lists.infradead.org
879 S:      Maintained
881 BLUETOOTH SUBSYSTEM
882 P:      Marcel Holtmann
883 M:      marcel@holtmann.org
884 P:      Maxim Krasnyansky
885 M:      maxk@qualcomm.com
886 L:      bluez-devel@lists.sf.net
887 W:      http://bluez.sf.net
888 W:      http://www.bluez.org
889 W:      http://www.holtmann.org/linux/bluetooth/
890 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
891 S:      Maintained
893 BLUETOOTH RFCOMM LAYER
894 P:      Marcel Holtmann
895 M:      marcel@holtmann.org
896 P:      Maxim Krasnyansky
897 M:      maxk@qualcomm.com
898 S:      Maintained
900 BLUETOOTH BNEP LAYER
901 P:      Marcel Holtmann
902 M:      marcel@holtmann.org
903 P:      Maxim Krasnyansky
904 M:      maxk@qualcomm.com
905 S:      Maintained
907 BLUETOOTH CMTP LAYER
908 P:      Marcel Holtmann
909 M:      marcel@holtmann.org
910 S:      Maintained
912 BLUETOOTH HIDP LAYER
913 P:      Marcel Holtmann
914 M:      marcel@holtmann.org
915 S:      Maintained
917 BLUETOOTH HCI UART DRIVER
918 P:      Marcel Holtmann
919 M:      marcel@holtmann.org
920 P:      Maxim Krasnyansky
921 M:      maxk@qualcomm.com
922 S:      Maintained
924 BLUETOOTH HCI USB DRIVER
925 P:      Marcel Holtmann
926 M:      marcel@holtmann.org
927 P:      Maxim Krasnyansky
928 M:      maxk@qualcomm.com
929 S:      Maintained
931 BLUETOOTH HCI BCM203X DRIVER
932 P:      Marcel Holtmann
933 M:      marcel@holtmann.org
934 S:      Maintained
936 BLUETOOTH HCI BPA10X DRIVER
937 P:      Marcel Holtmann
938 M:      marcel@holtmann.org
939 S:      Maintained
941 BLUETOOTH HCI BFUSB DRIVER
942 P:      Marcel Holtmann
943 M:      marcel@holtmann.org
944 S:      Maintained
946 BLUETOOTH HCI DTL1 DRIVER
947 P:      Marcel Holtmann
948 M:      marcel@holtmann.org
949 S:      Maintained
951 BLUETOOTH HCI BLUECARD DRIVER
952 P:      Marcel Holtmann
953 M:      marcel@holtmann.org
954 S:      Maintained
956 BLUETOOTH HCI BT3C DRIVER
957 P:      Marcel Holtmann
958 M:      marcel@holtmann.org
959 S:      Maintained
961 BLUETOOTH HCI BTUART DRIVER
962 P:      Marcel Holtmann
963 M:      marcel@holtmann.org
964 S:      Maintained
966 BLUETOOTH HCI VHCI DRIVER
967 P:      Maxim Krasnyansky
968 M:      maxk@qualcomm.com
969 S:      Maintained
971 BONDING DRIVER
972 P:      Jay Vosburgh
973 M:      fubar@us.ibm.com
974 L:      bonding-devel@lists.sourceforge.net
975 W:      http://sourceforge.net/projects/bonding/
976 S:      Supported
978 BROADBAND PROCESSOR ARCHITECTURE
979 P:      Arnd Bergmann
980 M:      arnd@arndb.de
981 L:      linuxppc-dev@ozlabs.org
982 W:      http://www.penguinppc.org/ppc64/
983 S:      Supported
985 BROADCOM B44 10/100 ETHERNET DRIVER
986 P:      Gary Zambrano
987 M:      zambrano@broadcom.com
988 L:      netdev@vger.kernel.org
989 S:      Supported
991 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
992 P:      Michael Chan
993 M:      mchan@broadcom.com
994 L:      netdev@vger.kernel.org
995 S:      Supported
997 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
998 P:      Eliezer Tamir
999 M:      eliezert@broadcom.com
1000 L:      netdev@vger.kernel.org
1001 S:      Supported
1003 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1004 P:      Michael Chan
1005 M:      mchan@broadcom.com
1006 L:      netdev@vger.kernel.org
1007 S:      Supported
1009 BSG (block layer generic sg v4 driver)
1010 P:      FUJITA Tomonori
1011 M:      fujita.tomonori@lab.ntt.co.jp
1012 L:      linux-scsi@vger.kernel.org
1013 S:      Supported
1015 BTTV VIDEO4LINUX DRIVER
1016 P:      Mauro Carvalho Chehab
1017 M:      mchehab@infradead.org
1018 M:      v4l-dvb-maintainer@linuxtv.org
1019 L:      video4linux-list@redhat.com
1020 W:      http://linuxtv.org
1021 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1022 S:      Maintained
1024 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1025 P:      Jonathan Corbet
1026 M:      corbet@lwn.net
1027 L:      video4linux-list@redhat.com
1028 S:      Maintained
1030 CAN NETWORK LAYER
1031 P:      Urs Thuermann
1032 M:      urs.thuermann@volkswagen.de
1033 P:      Oliver Hartkopp
1034 M:      oliver.hartkopp@volkswagen.de
1035 L:      socketcan-core@lists.berlios.de
1036 W:      http://developer.berlios.de/projects/socketcan/
1037 S:      Maintained
1039 CALGARY x86-64 IOMMU
1040 P:      Muli Ben-Yehuda
1041 M:      muli@il.ibm.com
1042 P:      Jon D. Mason
1043 M:      jdmason@kudzu.us
1044 L:      linux-kernel@vger.kernel.org
1045 L:      discuss@x86-64.org
1046 S:      Maintained
1048 CFAG12864B LCD DRIVER
1049 P:      Miguel Ojeda Sandonis
1050 M:      maxextreme@gmail.com
1051 L:      linux-kernel@vger.kernel.org
1052 W:      http://auxdisplay.googlepages.com/
1053 S:      Maintained
1055 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1056 P:      Miguel Ojeda Sandonis
1057 M:      maxextreme@gmail.com
1058 L:      linux-kernel@vger.kernel.org
1059 W:      http://auxdisplay.googlepages.com/
1060 S:      Maintained
1062 CFG80211 and NL80211
1063 P:      Johannes Berg
1064 M:      johannes@sipsolutions.net
1065 L:      linux-wireless@vger.kernel.org
1066 S:      Maintained
1068 CHECKPATCH
1069 P:      Andy Whitcroft
1070 M:      apw@shadowen.org
1071 P:      Randy Dunlap
1072 M:      rdunlap@xenotime.net
1073 P:      Joel Schopp
1074 M:      jschopp@austin.ibm.com
1075 S:      Supported
1077 COMMON INTERNET FILE SYSTEM (CIFS)
1078 P:      Steve French
1079 M:      sfrench@samba.org
1080 L:      linux-cifs-client@lists.samba.org
1081 L:      samba-technical@lists.samba.org
1082 W:      http://linux-cifs.samba.org/
1083 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1084 S:      Supported
1086 CONFIGFS
1087 P:      Joel Becker
1088 M:      joel.becker@oracle.com
1089 L:      linux-kernel@vger.kernel.org
1090 S:      Supported
1092 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1093 P:      Lennert Buytenhek
1094 M:      kernel@wantstofly.org
1095 L:      netdev@vger.kernel.org
1096 S:      Maintained
1098 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1099 P:      Lennert Buytenhek
1100 M:      kernel@wantstofly.org
1101 L:      linux-usb@vger.kernel.org
1102 S:      Maintained
1104 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1105 P:      Cirrus Logic Corporation (kernel 2.2 driver)
1106 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1107 P:      Nils Faerber (port to kernel 2.4)
1108 M:      Nils Faerber <nils@kernelconcepts.de>
1109 S:      Maintained
1111 CODA FILE SYSTEM
1112 P:      Jan Harkes
1113 M:      jaharkes@cs.cmu.edu
1114 M:      coda@cs.cmu.edu
1115 L:      codalist@coda.cs.cmu.edu
1116 W:      http://www.coda.cs.cmu.edu/
1117 S:      Maintained
1119 COMPACTPCI HOTPLUG CORE
1120 P:      Scott Murray
1121 M:      scottm@somanetworks.com
1122 M:      scott@spiteful.org
1123 L:      pcihpd-discuss@lists.sourceforge.net
1124 S:      Supported
1126 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1127 P:      Scott Murray
1128 M:      scottm@somanetworks.com
1129 M:      scott@spiteful.org
1130 L:      pcihpd-discuss@lists.sourceforge.net
1131 S:      Supported
1133 COMPACTPCI HOTPLUG GENERIC DRIVER
1134 P:      Scott Murray
1135 M:      scottm@somanetworks.com
1136 M:      scott@spiteful.org
1137 L:      pcihpd-discuss@lists.sourceforge.net
1138 S:      Supported
1140 COMPUTONE INTELLIPORT MULTIPORT CARD
1141 P:      Michael H. Warfield
1142 M:      mhw@wittsend.com
1143 W:      http://www.wittsend.com/computone.html
1144 S:      Maintained
1146 CONEXANT ACCESSRUNNER USB DRIVER
1147 P:      Simon Arlott
1148 M:      cxacru@fire.lp0.eu
1149 L:      accessrunner-general@lists.sourceforge.net
1150 W:      http://accessrunner.sourceforge.net/
1151 S:      Maintained
1153 CONTROL GROUPS (CGROUPS)
1154 P:      Paul Menage
1155 M:      menage@google.com
1156 L:      containers@lists.linux-foundation.org
1157 S:      Maintained
1159 CORETEMP HARDWARE MONITORING DRIVER
1160 P:      Rudolf Marek
1161 M:      r.marek@assembler.cz
1162 L:      lm-sensors@lm-sensors.org
1163 S:      Maintained
1165 COSA/SRP SYNC SERIAL DRIVER
1166 P:      Jan "Yenya" Kasprzak
1167 M:      kas@fi.muni.cz
1168 W:      http://www.fi.muni.cz/~kas/cosa/
1169 S:      Maintained
1171 CPU FREQUENCY DRIVERS
1172 P:      Dave Jones
1173 M:      davej@codemonkey.org.uk
1174 L:      cpufreq@lists.linux.org.uk
1175 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1176 T:      git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1177 S:      Maintained
1179 CPUID/MSR DRIVER
1180 P:      H. Peter Anvin
1181 M:      hpa@zytor.com
1182 S:      Maintained
1184 CPUSETS
1185 P:      Paul Jackson
1186 P:      Simon Derr
1187 M:      pj@sgi.com
1188 M:      simon.derr@bull.net
1189 L:      linux-kernel@vger.kernel.org
1190 W:      http://www.bullopensource.org/cpuset/
1191 S:      Supported
1193 CRAMFS FILESYSTEM
1194 W:      http://sourceforge.net/projects/cramfs/
1195 S:      Orphan
1197 CRIS PORT
1198 P:      Mikael Starvik
1199 M:      starvik@axis.com
1200 P:      Jesper Nilsson
1201 M:      jesper.nilsson@axis.com
1202 L:      dev-etrax@axis.com
1203 W:      http://developer.axis.com
1204 S:      Maintained
1206 CRYPTO API
1207 P:      Herbert Xu
1208 M:      herbert@gondor.apana.org.au
1209 P:      David S. Miller
1210 M:      davem@davemloft.net
1211 L:      linux-crypto@vger.kernel.org
1212 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1213 S:      Maintained
1215 CS5535 Audio ALSA driver
1216 P:      Jaya Kumar
1217 M:      jayakumar.alsa@gmail.com
1218 S:      Maintained
1220 CYBERPRO FB DRIVER
1221 P:      Russell King
1222 M:      rmk@arm.linux.org.uk
1223 W:      http://www.arm.linux.org.uk/
1224 S:      Maintained
1226 CYBLAFB FRAMEBUFFER DRIVER
1227 P:      Knut Petersen
1228 M:      Knut_Petersen@t-online.de
1229 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1230 S:      Maintained
1232 CYCLADES 2X SYNC CARD DRIVER
1233 P:      Arnaldo Carvalho de Melo
1234 M:      acme@ghostprotocols.net
1235 W:      http://oops.ghostprotocols.net:81/blog
1236 S:      Maintained
1238 CYCLADES ASYNC MUX DRIVER
1239 W:      http://www.cyclades.com/
1240 S:      Orphan
1242 CYCLADES PC300 DRIVER
1243 W:      http://www.cyclades.com/
1244 S:      Orphan
1246 DAMA SLAVE for AX.25
1247 P:      Joerg Reuter
1248 M:      jreuter@yaina.de
1249 W:      http://yaina.de/jreuter/
1250 W:      http://www.qsl.net/dl1bke/
1251 L:      linux-hams@vger.kernel.org
1252 S:      Maintained
1254 DC395x SCSI driver
1255 P:      Oliver Neukum
1256 M:      oliver@neukum.name
1257 P:      Ali Akcaagac
1258 M:      aliakc@web.de
1259 P:      Jamie Lenehan
1260 M:      lenehan@twibble.org
1261 W:      http://twibble.org/dist/dc395x/
1262 L:      dc395x@twibble.org
1263 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1264 S:      Maintained
1266 DC390/AM53C974 SCSI driver
1267 P:      Kurt Garloff
1268 M:      garloff@suse.de
1269 W:      http://www.garloff.de/kurt/linux/dc390/
1270 P:      Guennadi Liakhovetski
1271 M:      g.liakhovetski@gmx.de
1272 S:      Maintained
1274 DCCP PROTOCOL
1275 P:      Arnaldo Carvalho de Melo
1276 M:      acme@ghostprotocols.net
1277 L:      dccp@vger.kernel.org
1278 W:      http://linux-net.osdl.org/index.php/DCCP
1279 S:      Maintained
1281 DECnet NETWORK LAYER
1282 P:      Christine Caulfield
1283 M:      christine.caulfield@googlemail.com
1284 W:      http://linux-decnet.sourceforge.net
1285 L:      linux-decnet-user@lists.sourceforge.net
1286 S:      Maintained
1288 DEFXX FDDI NETWORK DRIVER
1289 P:      Maciej W. Rozycki
1290 M:      macro@linux-mips.org
1291 S:      Maintained
1293 DELL LAPTOP SMM DRIVER
1294 P:      Massimo Dal Zotto
1295 M:      dz@debian.org
1296 W:      http://www.debian.org/~dz/i8k/
1297 S:      Maintained
1299 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1300 P:      Doug Warzecha
1301 M:      Douglas_Warzecha@dell.com
1302 S:      Maintained
1304 DEVICE-MAPPER  (LVM)
1305 P:      Alasdair Kergon
1306 L:      dm-devel@redhat.com
1307 W:      http://sources.redhat.com/dm
1308 S:      Maintained
1310 DEVICE NUMBER REGISTRY
1311 P:      Torben Mathiasen
1312 M:      device@lanana.org
1313 W:      http://lanana.org/docs/device-list/index.html
1314 L:      linux-kernel@vger.kernel.org
1315 S:      Maintained
1317 DIGI INTL. EPCA DRIVER
1318 P:      Digi International, Inc
1319 M:      Eng.Linux@digi.com
1320 L:      Eng.Linux@digi.com
1321 W:      http://www.digi.com
1322 S:      Orphaned
1324 DIRECTORY NOTIFICATION
1325 P:      Stephen Rothwell
1326 M:      sfr@canb.auug.org.au
1327 L:      linux-kernel@vger.kernel.org
1328 S:      Supported
1330 DISK GEOMETRY AND PARTITION HANDLING
1331 P:      Andries Brouwer
1332 M:      aeb@cwi.nl
1333 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1334 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1335 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1336 S:      Maintained
1338 DISKQUOTA:
1339 P:      Jan Kara
1340 M:      jack@suse.cz
1341 L:      linux-kernel@vger.kernel.org
1342 S:      Maintained
1344 DISTRIBUTED LOCK MANAGER
1345 P:      Christine Caulfield
1346 M:      ccaulfie@redhat.com
1347 P:      David Teigland
1348 M:      teigland@redhat.com
1349 L:      cluster-devel@redhat.com
1350 W:      http://sources.redhat.com/cluster/
1351 T:      git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
1352 S:      Supported
1354 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1355 P:      Tobias Ringstrom
1356 M:      tori@unhappy.mine.nu
1357 L:      netdev@vger.kernel.org
1358 S:      Maintained
1360 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1361 P:      Maciej Sosnowski
1362 M:      maciej.sosnowski@intel.com
1363 P:      Dan Williams
1364 M:      dan.j.williams@intel.com
1365 L:      linux-kernel@vger.kernel.org
1366 S:      Supported
1368 DME1737 HARDWARE MONITOR DRIVER
1369 P:      Juerg Haefliger
1370 M:      juergh@gmail.com
1371 L:      lm-sensors@lm-sensors.org
1372 S:      Maintained
1374 DOCBOOK FOR DOCUMENTATION
1375 P:      Randy Dunlap
1376 M:      rdunlap@xenotime.net
1377 S:      Maintained
1379 DOCKING STATION DRIVER
1380 P:      Kristen Carlson Accardi
1381 M:      kristen.c.accardi@intel.com
1382 L:      linux-acpi@vger.kernel.org
1383 S:      Supported
1385 DOUBLETALK DRIVER
1386 P:      James R. Van Zandt
1387 M:      jrv@vanzandt.mv.com
1388 L:      blinux-list@redhat.com
1389 S:      Maintained
1391 DRIVER CORE, KOBJECTS, AND SYSFS
1392 P:      Greg Kroah-Hartman
1393 M:      gregkh@suse.de
1394 L:      linux-kernel@vger.kernel.org
1395 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1396 S:      Supported
1398 DRM DRIVERS
1399 P:      David Airlie
1400 M:      airlied@linux.ie
1401 L:      dri-devel@lists.sourceforge.net
1402 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1403 S:      Maintained
1405 DSCC4 DRIVER
1406 P:      Francois Romieu
1407 M:      romieu@fr.zoreil.com
1408 L:      netdev@vger.kernel.org
1409 S:      Maintained
1411 DVB SUBSYSTEM AND DRIVERS
1412 P:      LinuxTV.org Project
1413 M:      v4l-dvb-maintainer@linuxtv.org
1414 L:      linux-dvb@linuxtv.org (subscription required)
1415 W:      http://linuxtv.org/
1416 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1417 S:      Maintained
1419 DZ DECSTATION DZ11 SERIAL DRIVER
1420 P:      Maciej W. Rozycki
1421 M:      macro@linux-mips.org
1422 S:      Maintained
1424 EATA-DMA SCSI DRIVER
1425 P:      Michael Neuffer
1426 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1427 S:      Maintained
1429 EATA ISA/EISA/PCI SCSI DRIVER
1430 P:      Dario Ballabio
1431 M:      ballabio_dario@emc.com
1432 L:      linux-scsi@vger.kernel.org
1433 S:      Maintained
1435 EATA-PIO SCSI DRIVER
1436 P:      Michael Neuffer
1437 M:      mike@i-Connect.Net
1438 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1439 S:      Maintained
1441 EBTABLES
1442 P:      Bart De Schuymer
1443 M:      bart.de.schuymer@pandora.be
1444 L:      ebtables-user@lists.sourceforge.net
1445 L:      ebtables-devel@lists.sourceforge.net
1446 W:      http://ebtables.sourceforge.net/
1447 S:      Maintained
1449 ECRYPT FILE SYSTEM
1450 P:      Mike Halcrow, Phillip Hellewell
1451 M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1452 L:      ecryptfs-devel@lists.sourceforge.net
1453 W:      http://ecryptfs.sourceforge.net/
1454 S:      Supported
1456 EDAC-CORE
1457 P:      Doug Thompson
1458 M:      dougthompson@xmission.com
1459 L:      bluesmoke-devel@lists.sourceforge.net
1460 W:      bluesmoke.sourceforge.net
1461 S:      Supported
1463 EDAC-E752X
1464 P:      Mark Gross
1465 P:      Doug Thompson
1466 M:      mark.gross@intel.com
1467 M:      dougthompson@xmission.com
1468 L:      bluesmoke-devel@lists.sourceforge.net
1469 W:      bluesmoke.sourceforge.net
1470 S:      Maintained
1472 EDAC-E7XXX
1473 P:      Doug Thompson
1474 M:      dougthompson@xmission.com
1475 L:      bluesmoke-devel@lists.sourceforge.net
1476 W:      bluesmoke.sourceforge.net
1477 S:      Maintained
1479 EDAC-I82443BXGX
1480 P:      Tim Small
1481 M:      tim@buttersideup.com
1482 L:      bluesmoke-devel@lists.sourceforge.net
1483 W:      bluesmoke.sourceforge.net
1484 S:      Maintained
1486 EDAC-I3000
1487 P:      Jason Uhlenkott
1488 M:      juhlenko@akamai.com
1489 L:      bluesmoke-devel@lists.sourceforge.net
1490 W:      bluesmoke.sourceforge.net
1491 S:      Maintained
1493 EDAC-I5000
1494 P:      Doug Thompson
1495 M:      dougthompson@xmission.com
1496 L:      bluesmoke-devel@lists.sourceforge.net
1497 W:      bluesmoke.sourceforge.net
1498 S:      Maintained
1500 EDAC-I82975X
1501 P:      Ranganathan Desikan
1502 P:      Arvind R.
1503 M:      rdesikan@jetzbroadband.com
1504 M:      arvind@acarlab.com
1505 L:      bluesmoke-devel@lists.sourceforge.net
1506 W:      bluesmoke.sourceforge.net
1507 S:      Maintained
1509 EDAC-PASEMI
1510 P:      Egor Martovetsky
1511 M:      egor@pasemi.com
1512 L:      bluesmoke-devel@lists.sourceforge.net
1513 W:      bluesmoke.sourceforge.net
1514 S:      Maintained
1516 EDAC-R82600
1517 P:      Tim Small
1518 M:      tim@buttersideup.com
1519 L:      bluesmoke-devel@lists.sourceforge.net
1520 W:      bluesmoke.sourceforge.net
1521 S:      Maintained
1523 EEPRO100 NETWORK DRIVER
1524 P:      Andrey V. Savochkin
1525 M:      saw@saw.sw.com.sg
1526 S:      Maintained
1528 EFS FILESYSTEM
1529 W:      http://aeschi.ch.eu.org/efs/
1530 S:      Orphan
1532 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1533 P:      Hoang-Nam Nguyen
1534 M:      hnguyen@de.ibm.com
1535 P:      Christoph Raisch
1536 M:      raisch@de.ibm.com
1537 L:      general@lists.openfabrics.org
1538 S:      Supported
1540 EMULEX LPFC FC SCSI DRIVER
1541 P:      James Smart
1542 M:      james.smart@emulex.com
1543 L:      linux-scsi@vger.kernel.org
1544 W:      http://sourceforge.net/projects/lpfcxxxx
1545 S:      Supported
1547 EPSON 1355 FRAMEBUFFER DRIVER
1548 P:      Christopher Hoover
1549 M:      ch@murgatroid.com, ch@hpl.hp.com
1550 S:      Maintained
1552 ETHEREXPRESS-16 NETWORK DRIVER
1553 P:      Philip Blundell
1554 M:      philb@gnu.org
1555 L:      netdev@vger.kernel.org
1556 S:      Maintained
1558 ETHERNET BRIDGE
1559 P:      Stephen Hemminger
1560 M:      shemminger@linux-foundation.org
1561 L:      bridge@lists.linux-foundation.org
1562 W:      http://bridge.sourceforge.net/
1563 S:      Maintained
1565 ETHERTEAM 16I DRIVER
1566 P:      Mika Kuoppala
1567 M:      miku@iki.fi
1568 S:      Maintained
1570 EXT2 FILE SYSTEM
1571 L:      linux-ext4@vger.kernel.org
1572 S:      Maintained
1574 EXT3 FILE SYSTEM
1575 P:      Stephen Tweedie, Andrew Morton
1576 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1577 L:      linux-ext4@vger.kernel.org
1578 S:      Maintained
1580 EXT4 FILE SYSTEM
1581 P:      Stephen Tweedie, Andrew Morton
1582 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1583 L:      linux-ext4@vger.kernel.org
1584 S:      Maintained
1586 F71805F HARDWARE MONITORING DRIVER
1587 P:      Jean Delvare
1588 M:      khali@linux-fr.org
1589 L:      lm-sensors@lm-sensors.org
1590 S:      Maintained
1592 FARSYNC SYNCHRONOUS DRIVER
1593 P:      Kevin Curtis
1594 M:      kevin.curtis@farsite.co.uk
1595 W:      http://www.farsite.co.uk/
1596 S:      Supported
1598 FAULT INJECTION SUPPORT
1599 P:      Akinobu Mita
1600 M:      akinobu.mita@gmail.com
1601 S:      Supported
1603 FRAMEBUFFER LAYER
1604 P:      Antonino Daplas
1605 M:      adaplas@gmail.com
1606 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1607 W:      http://linux-fbdev.sourceforge.net/
1608 S:      Maintained
1610 FREESCALE DMA DRIVER
1611 P;      Zhang Wei
1612 M:      wei.zhang@freescale.com
1613 L:      linuxppc-embedded@ozlabs.org
1614 L:      linux-kernel@vger.kernel.org
1615 S:      Maintained
1617 FREESCALE SOC FS_ENET DRIVER
1618 P:      Pantelis Antoniou
1619 M:      pantelis.antoniou@gmail.com
1620 P:      Vitaly Bordug
1621 M:      vbordug@ru.mvista.com
1622 L:      linuxppc-dev@ozlabs.org
1623 L:      netdev@vger.kernel.org
1624 S:      Maintained
1626 FREESCALE HIGHSPEED USB DEVICE DRIVER
1627 P:      Li Yang
1628 M:      leoli@freescale.com
1629 L:      linux-usb@vger.kernel.org
1630 L:      linuxppc-dev@ozlabs.org
1631 S:      Maintained
1633 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1634 P:      Li Yang
1635 M:      leoli@freescale.com
1636 L:      netdev@vger.kernel.org
1637 L:      linuxppc-dev@ozlabs.org
1638 S:      Maintained
1640 FILE LOCKING (flock() and fcntl()/lockf())
1641 P:      Matthew Wilcox
1642 M:      matthew@wil.cx
1643 L:      linux-fsdevel@vger.kernel.org
1644 S:      Maintained
1646 FILESYSTEMS (VFS and infrastructure)
1647 P:      Alexander Viro
1648 M:      viro@zeniv.linux.org.uk
1649 L:      linux-fsdevel@vger.kernel.org
1650 S:      Maintained
1652 FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1653 P:      Kristian Hoegsberg, Stefan Richter
1654 M:      krh@redhat.com, stefanr@s5r6.in-berlin.de
1655 L:      linux1394-devel@lists.sourceforge.net
1656 W:      http://www.linux1394.org/
1657 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1658 S:      Maintained
1660 FIRMWARE LOADER (request_firmware)
1661 L:      linux-kernel@vger.kernel.org
1662 S:      Orphan
1664 FPU EMULATOR
1665 P:      Bill Metzenthen
1666 M:      billm@suburbia.net
1667 W:      http://suburbia.net/~billm/floating-point/emulator/
1668 S:      Maintained
1670 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1671 P:      Mike McLagan
1672 M:      mike.mclagan@linux.org
1673 L:      netdev@vger.kernel.org
1674 S:      Maintained
1676 FREEVXFS FILESYSTEM
1677 P:      Christoph Hellwig
1678 M:      hch@infradead.org
1679 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1680 S:      Maintained
1682 FUJITSU FR-V (FRV) PORT
1683 P:      David Howells
1684 M:      dhowells@redhat.com
1685 S:      Maintained
1687 FUSE: FILESYSTEM IN USERSPACE
1688 P:      Miklos Szeredi
1689 M:      miklos@szeredi.hu
1690 L:      fuse-devel@lists.sourceforge.net
1691 W:      http://fuse.sourceforge.net/
1692 S:      Maintained
1694 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1695 P:      Rik Faith
1696 M:      faith@cs.unc.edu
1697 L:      linux-scsi@vger.kernel.org
1698 S:      Odd fixes (e.g., new signatures)
1700 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1701 P:      Achim Leubner
1702 M:      achim_leubner@adaptec.com
1703 L:      linux-scsi@vger.kernel.org
1704 W:      http://www.icp-vortex.com/
1705 S:      Supported
1707 GENERIC GPIO I2C DRIVER
1708 P:      Haavard Skinnemoen
1709 M:      hskinnemoen@atmel.com
1710 S:      Supported
1712 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1713 P:      Krzysztof Halasa
1714 M:      khc@pm.waw.pl
1715 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1716 S:      Maintained
1718 GFS2 FILE SYSTEM
1719 P:      Steven Whitehouse
1720 M:      swhiteho@redhat.com
1721 L:      cluster-devel@redhat.com
1722 W:      http://sources.redhat.com/cluster/
1723 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1724 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1725 S:      Supported
1727 GIGASET ISDN DRIVERS
1728 P:      Hansjoerg Lipp
1729 M:      hjlipp@web.de
1730 P:      Tilman Schmidt
1731 M:      tilman@imap.cc
1732 L:      gigaset307x-common@lists.sourceforge.net
1733 W:      http://gigaset307x.sourceforge.net/
1734 S:      Maintained
1736 HARDWARE MONITORING
1737 P:      Mark M. Hoffman
1738 M:      mhoffman@lightlink.com
1739 L:      lm-sensors@lm-sensors.org
1740 W:      http://www.lm-sensors.org/
1741 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1742 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
1743 S:      Maintained
1745 HARDWARE RANDOM NUMBER GENERATOR CORE
1746 S:      Orphaned
1748 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1749 P:      Robert Love
1750 M:      rlove@rlove.org
1751 M:      linux-kernel@vger.kernel.org
1752 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1753 S:      Maintained
1755 HARMONY SOUND DRIVER
1756 P:      Kyle McMartin
1757 M:      kyle@parisc-linux.org
1758 L:      linux-parisc@vger.kernel.org
1759 S:      Maintained
1761 HAYES ESP SERIAL DRIVER
1762 P:      Andrew J. Robinson
1763 M:      arobinso@nyx.net
1764 L:      linux-kernel@vger.kernel.org
1765 W:      http://www.nyx.net/~arobinso
1766 S:      Maintained
1768 HFS FILESYSTEM
1769 P:      Roman Zippel
1770 M:      zippel@linux-m68k.org
1771 L:      linux-kernel@vger.kernel.org
1772 S:      Maintained
1774 HGA FRAMEBUFFER DRIVER
1775 P:      Ferenc Bakonyi
1776 M:      fero@drama.obuda.kando.hu
1777 L:      linux-nvidia@lists.surfsouth.com
1778 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1779 S:      Maintained
1781 HID CORE LAYER
1782 P:      Jiri Kosina
1783 M:      jkosina@suse.cz
1784 L:      linux-input@vger.kernel.org
1785 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1786 S:      Maintained
1788 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1789 P:      Thomas Gleixner
1790 M:      tglx@linutronix.de
1791 L:      linux-kernel@vger.kernel.org
1792 S:      Maintained
1794 HIGH-SPEED SCC DRIVER FOR AX.25
1795 P:      Klaus Kudielka
1796 M:      klaus.kudielka@ieee.org
1797 L:      linux-hams@vger.kernel.org
1798 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1799 S:      Maintained
1801 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1802 P:      HighPoint Linux Team
1803 M:      linux@highpoint-tech.com
1804 W:      http://www.highpoint-tech.com
1805 S:      Supported
1807 HIPPI
1808 P:      Jes Sorensen
1809 M:      jes@trained-monkey.org
1810 L:      linux-hippi@sunsite.dk
1811 S:      Maintained
1813 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1814 P:      Chirag Kantharia
1815 M:      chirag.kantharia@hp.com
1816 L:      iss_storagedev@hp.com
1817 S:      Maintained
1819 HEWLETT-PACKARD SMART2 RAID DRIVER
1820 P:      Chirag Kantharia
1821 M:      chirag.kantharia@hp.com
1822 L:      iss_storagedev@hp.com
1823 S:      Maintained
1825 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1826 P:      Mike Miller
1827 M:      mike.miller@hp.com
1828 L:      iss_storagedev@hp.com
1829 S:      Supported
1831 HOST AP DRIVER
1832 P:      Jouni Malinen
1833 M:      j@w1.fi
1834 L:      hostap@shmoo.com (subscribers-only)
1835 L:      linux-wireless@vger.kernel.org
1836 W:      http://hostap.epitest.fi/
1837 S:      Maintained
1839 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1840 P:      Jaroslav Kysela
1841 M:      perex@perex.cz
1842 S:      Maintained
1844 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1845 P:      Carlos Corbacho
1846 M:      carlos@strangeworlds.co.uk
1847 S:      Odd Fixes
1849 HPET:   High Precision Event Timers driver (hpet.c)
1850 P:      Clemens Ladisch
1851 M:      clemens@ladisch.de
1852 S:      Maintained
1854 HPET:   i386
1855 P:      Venkatesh Pallipadi (Venki)
1856 M:      venkatesh.pallipadi@intel.com
1857 S:      Maintained
1859 HPET:   x86_64
1860 P:      Vojtech Pavlik
1861 M:      vojtech@suse.cz
1862 S:      Maintained
1864 HPET:   ACPI hpet.c
1865 P:      Bob Picco
1866 M:      bob.picco@hp.com
1867 S:      Maintained
1869 HPFS FILESYSTEM
1870 P:      Mikulas Patocka
1871 M:      mikulas@artax.karlin.mff.cuni.cz
1872 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1873 S:      Maintained
1875 HUGETLB FILESYSTEM
1876 P:      William Irwin
1877 M:      wli@holomorphy.com
1878 S:      Maintained
1880 I2C/SMBUS STUB DRIVER
1881 P:      Mark M. Hoffman
1882 M:      mhoffman@lightlink.com
1883 L:      lm-sensors@lm-sensors.org
1884 S:      Maintained
1886 I2C SUBSYSTEM
1887 P:      Jean Delvare
1888 M:      khali@linux-fr.org
1889 L:      i2c@lm-sensors.org
1890 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1891 S:      Maintained
1893 I2C-TINY-USB DRIVER
1894 P:      Till Harbaum
1895 M:      till@harbaum.org
1896 L:      i2c@lm-sensors.org
1897 T:      http://www.harbaum.org/till/i2c_tiny_usb
1898 S:      Maintained
1900 i386 BOOT CODE
1901 P:      H. Peter Anvin
1902 M:      hpa@zytor.com
1903 L:      Linux-Kernel@vger.kernel.org
1904 S:      Maintained
1906 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1907 P:      H. Peter Anvin
1908 M:      hpa@zytor.com
1909 T:      git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1910 S:      Maintained
1912 IA64 (Itanium) PLATFORM
1913 P:      Tony Luck
1914 M:      tony.luck@intel.com
1915 L:      linux-ia64@vger.kernel.org
1916 W:      http://www.ia64-linux.org/
1917 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1918 S:      Maintained
1920 SN-IA64 (Itanium) SUB-PLATFORM
1921 P:      Jes Sorensen
1922 M:      jes@sgi.com
1923 L:      linux-altix@sgi.com
1924 L:      linux-ia64@vger.kernel.org
1925 W:      http://www.sgi.com/altix
1926 S:      Maintained
1928 IBM MCA SCSI SUBSYSTEM DRIVER
1929 P:      Michael Lang
1930 M:      langa2@kph.uni-mainz.de
1931 W:      http://www.uni-mainz.de/~langm000/linux.html
1932 S:      Maintained
1934 IBM Power Linux RAID adapter
1935 P:      Brian King
1936 M:      brking@us.ibm.com
1937 S:      Supported
1939 IBM ServeRAID RAID DRIVER
1940 P:      Jack Hammer
1941 P:      Dave Jeffery
1942 M:      ipslinux@adaptec.com
1943 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1944 S:      Supported
1946 IDE SUBSYSTEM
1947 P:      Bartlomiej Zolnierkiewicz
1948 M:      bzolnier@gmail.com
1949 L:      linux-ide@vger.kernel.org
1950 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1951 S:      Maintained
1953 IDE/ATAPI CDROM DRIVER
1954 P:      Borislav Petkov
1955 M:      petkovbb@gmail.com
1956 L:      linux-ide@vger.kernel.org
1957 S:      Maintained
1959 IDE/ATAPI FLOPPY DRIVERS
1960 P:      Paul Bristow
1961 M:      Paul Bristow <paul@paulbristow.net>
1962 W:      http://paulbristow.net/linux/idefloppy.html
1963 L:      linux-kernel@vger.kernel.org
1964 S:      Maintained
1966 IDE/ATAPI TAPE DRIVERS
1967 P:      Gadi Oxman
1968 M:      Gadi Oxman <gadio@netvision.net.il>
1969 L:      linux-kernel@vger.kernel.org
1970 S:      Maintained
1972 IDE-SCSI DRIVER
1973 L:      linux-ide@vger.kernel.org
1974 L:      linux-scsi@vger.kernel.org
1975 S:      Orphan
1977 IEEE 1394 SUBSYSTEM (drivers/ieee1394)
1978 P:      Ben Collins
1979 M:      ben.collins@ubuntu.com
1980 P:      Stefan Richter
1981 M:      stefanr@s5r6.in-berlin.de
1982 L:      linux1394-devel@lists.sourceforge.net
1983 W:      http://www.linux1394.org/
1984 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1985 S:      Maintained
1987 IEEE 1394 RAW I/O DRIVER (raw1394)
1988 P:      Dan Dennedy
1989 M:      dan@dennedy.org
1990 P:      Stefan Richter
1991 M:      stefanr@s5r6.in-berlin.de
1992 L:      linux1394-devel@lists.sourceforge.net
1993 S:      Maintained
1995 IMS TWINTURBO FRAMEBUFFER DRIVER
1996 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1997 S:      Orphan
1999 INFINIBAND SUBSYSTEM
2000 P:      Roland Dreier
2001 M:      rolandd@cisco.com
2002 P:      Sean Hefty
2003 M:      sean.hefty@intel.com
2004 P:      Hal Rosenstock
2005 M:      hal.rosenstock@gmail.com 
2006 L:      general@lists.openfabrics.org
2007 W:      http://www.openib.org/
2008 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
2009 S:      Supported
2011 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2012 P:      Dmitry Torokhov
2013 M:      dmitry.torokhov@gmail.com
2014 M:      dtor@mail.ru
2015 L:      linux-input@vger.kernel.org
2016 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2017 S:      Maintained
2019 INOTIFY
2020 P:      John McCutchan
2021 M:      ttb@tentacle.dhs.org
2022 P:      Robert Love
2023 M:      rml@novell.com
2024 L:      linux-kernel@vger.kernel.org
2025 S:      Maintained
2027 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2028 P:      Sylvain Meyer
2029 M:      sylvain.meyer@worldonline.fr
2030 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2031 S:      Maintained
2033 INTEL 810/815 FRAMEBUFFER DRIVER
2034 P:      Antonino Daplas
2035 M:      adaplas@gmail.com
2036 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2037 S:      Maintained
2039 INTEL IA32 MICROCODE UPDATE SUPPORT
2040 P:      Tigran Aivazian
2041 M:      tigran@aivazian.fsnet.co.uk
2042 S:      Maintained
2044 INTEL I/OAT DMA DRIVER
2045 P:      Maciej Sosnowski
2046 M:      maciej.sosnowski@intel.com
2047 L:      linux-kernel@vger.kernel.org
2048 S:      Supported
2050 INTEL IOP-ADMA DMA DRIVER
2051 P:      Dan Williams
2052 M:      dan.j.williams@intel.com
2053 L:      linux-kernel@vger.kernel.org
2054 S:      Supported
2056 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2057 P:      Deepak Saxena
2058 M:      dsaxena@plexity.net
2059 S:      Maintained
2061 INTEL IXP2000 ETHERNET DRIVER
2062 P:      Lennert Buytenhek
2063 M:      kernel@wantstofly.org
2064 L:      netdev@vger.kernel.org
2065 S:      Maintained
2067 <<<<<<< HEAD:MAINTAINERS
2068 INTEL PRO/100 ETHERNET SUPPORT
2069 =======
2070 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2071 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:MAINTAINERS
2072 P:      Auke Kok
2073 M:      auke-jan.h.kok@intel.com
2074 P:      Jesse Brandeburg
2075 M:      jesse.brandeburg@intel.com
2076 P:      Jeff Kirsher
2077 M:      jeffrey.t.kirsher@intel.com
2078 <<<<<<< HEAD:MAINTAINERS
2079 =======
2080 P:      Bruce Allan
2081 M:      bruce.w.allan@intel.com
2082 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:MAINTAINERS
2083 P:      John Ronciak
2084 M:      john.ronciak@intel.com
2085 L:      e1000-devel@lists.sourceforge.net
2086 <<<<<<< HEAD:MAINTAINERS
2087 W:      http://sourceforge.net/projects/e1000/
2088 S:      Supported
2090 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2091 P:      Auke Kok
2092 M:      auke-jan.h.kok@intel.com
2093 P:      Jesse Brandeburg
2094 M:      jesse.brandeburg@intel.com
2095 P:      Jeff Kirsher
2096 M:      jeffrey.t.kirsher@intel.com
2097 P:      John Ronciak
2098 M:      john.ronciak@intel.com
2099 L:      e1000-devel@lists.sourceforge.net
2100 W:      http://sourceforge.net/projects/e1000/
2101 S:      Supported
2103 INTEL PRO/10GbE SUPPORT
2104 P:      Ayyappan Veeraiyan
2105 M:      ayyappan.veeraiyan@intel.com
2106 P:      Auke Kok
2107 M:      auke-jan.h.kok@intel.com
2108 P:      Jesse Brandeburg
2109 M:      jesse.brandeburg@intel.com
2110 P:      John Ronciak
2111 M:      john.ronciak@intel.com
2112 L:      e1000-devel@lists.sourceforge.net
2113 W:      http://sourceforge.net/projects/e1000/
2114 =======
2115 W:      http://e1000.sourceforge.net/
2116 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:MAINTAINERS
2117 S:      Supported
2119 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2120 P:      Zhu Yi
2121 M:      yi.zhu@intel.com
2122 P:      James Ketrenos
2123 M:      jketreno@linux.intel.com
2124 P:      Reinette Chatre
2125 M:      reinette.chatre@intel.com
2126 L:      linux-wireless@vger.kernel.org
2127 L:      ipw2100-devel@lists.sourceforge.net
2128 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2129 W:      http://ipw2100.sourceforge.net
2130 S:      Supported
2132 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2133 P:      Zhu Yi
2134 M:      yi.zhu@intel.com
2135 P:      James Ketrenos
2136 M:      jketreno@linux.intel.com
2137 P:      Reinette Chatre
2138 M:      reinette.chatre@intel.com
2139 L:      linux-wireless@vger.kernel.org
2140 L:      ipw2100-devel@lists.sourceforge.net
2141 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2142 W:      http://ipw2200.sourceforge.net
2143 S:      Supported
2145 INTEL WIRELESS WIFI LINK (iwlwifi)
2146 P:      Zhu Yi
2147 M:      yi.zhu@intel.com
2148 P:      Reinette Chatre
2149 M:      reinette.chatre@intel.com
2150 L:      linux-wireless@vger.kernel.org
2151 L:      ipw3945-devel@lists.sourceforge.net
2152 W:      http://intellinuxwireless.org
2153 T:      git git://intellinuxwireless.org/repos/iwlwifi
2154 S:      Supported
2156 IOC3 ETHERNET DRIVER
2157 P:      Ralf Baechle
2158 M:      ralf@linux-mips.org
2159 L:      linux-mips@linux-mips.org
2160 S:      Maintained
2162 IOC3 SERIAL DRIVER
2163 P:      Pat Gefre
2164 M:      pfg@sgi.com
2165 L:      linux-mips@linux-mips.org
2166 S:      Maintained
2168 IP MASQUERADING:
2169 P:      Juanjo Ciarlante
2170 M:      jjciarla@raiz.uncu.edu.ar
2171 S:      Maintained
2173 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2174 P:      Francois Romieu
2175 M:      romieu@fr.zoreil.com
2176 P:      Sorbica Shieh
2177 M:      sorbica@icplus.com.tw
2178 P:      Jesse Huang
2179 M:      jesse@icplus.com.tw
2180 L:      netdev@vger.kernel.org
2181 S:      Maintained
2183 IPATH DRIVER:
2184 <<<<<<< HEAD:MAINTAINERS
2185 P:      Arthur Jones
2186 =======
2187 P:      Ralph Campbell
2188 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:MAINTAINERS
2189 M:      infinipath@qlogic.com
2190 L:      general@lists.openfabrics.org
2191 T:      git git://git.qlogic.com/ipath-linux-2.6
2192 S:      Supported
2194 IPMI SUBSYSTEM
2195 P:      Corey Minyard
2196 M:      minyard@acm.org
2197 L:      openipmi-developer@lists.sourceforge.net
2198 W:      http://openipmi.sourceforge.net/
2199 S:      Supported
2201 IPX NETWORK LAYER
2202 P:      Arnaldo Carvalho de Melo
2203 M:      acme@ghostprotocols.net
2204 L:      netdev@vger.kernel.org
2205 S:      Maintained
2207 IPWIRELES DRIVER
2208 P:      Jiri Kosina
2209 M:      jkosina@suse.cz
2210 P:      David Sterba
2211 M:      dsterba@suse.cz
2212 S:      Maintained
2213 T:      git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2215 IRDA SUBSYSTEM
2216 P:      Samuel Ortiz
2217 M:      samuel@sortiz.org
2218 L:      irda-users@lists.sourceforge.net (subscribers-only)
2219 W:      http://irda.sourceforge.net/
2220 S:      Maintained
2222 ISCSI
2223 P:      Mike Christie
2224 M:      michaelc@cs.wisc.edu
2225 L:      open-iscsi@googlegroups.com
2226 W:      www.open-iscsi.org
2227 T:      git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2228 S:      Maintained
2230 ISAPNP
2231 P:      Jaroslav Kysela
2232 M:      perex@perex.cz
2233 S:      Maintained
2235 ISDN SUBSYSTEM
2236 P:      Karsten Keil
2237 M:      kkeil@suse.de
2238 L:      isdn4linux@listserv.isdn4linux.de
2239 W:      http://www.isdn4linux.de
2240 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2241 S:      Maintained
2243 ISDN SUBSYSTEM (Eicon active card driver)
2244 P:      Armin Schindler
2245 M:      mac@melware.de
2246 L:      isdn4linux@listserv.isdn4linux.de
2247 W:      http://www.melware.de
2248 S:      Maintained
2250 IVTV VIDEO4LINUX DRIVER
2251 P:      Hans Verkuil
2252 M:      hverkuil@xs4all.nl
2253 L:      ivtv-devel@ivtvdriver.org
2254 L:      ivtv-users@ivtvdriver.org
2255 L:      video4linux-list@redhat.com
2256 W:      http://www.ivtvdriver.org
2257 S:      Maintained
2259 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2260 P:      David Woodhouse
2261 M:      dwmw2@infradead.org
2262 L:      linux-mtd@lists.infradead.org
2263 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
2264 S:      Maintained
2266 JFS FILESYSTEM
2267 P:      Dave Kleikamp
2268 M:      shaggy@austin.ibm.com
2269 L:      jfs-discussion@lists.sourceforge.net
2270 W:      http://jfs.sourceforge.net/
2271 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2272 S:      Supported
2274 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2275 P:      Stephen Tweedie, Andrew Morton
2276 M:      sct@redhat.com, akpm@linux-foundation.org
2277 L:      linux-ext4@vger.kernel.org
2278 S:      Maintained
2280 K8TEMP HARDWARE MONITORING DRIVER
2281 P:      Rudolf Marek
2282 M:      r.marek@assembler.cz
2283 L:      lm-sensors@lm-sensors.org
2284 S:      Maintained
2286 KCONFIG
2287 P:      Roman Zippel
2288 M:      zippel@linux-m68k.org
2289 L:      linux-kbuild@vger.kernel.org
2290 S:      Maintained
2292 KDUMP
2293 P:      Vivek Goyal
2294 M:      vgoyal@redhat.com
2295 P:      Haren Myneni
2296 M:      hbabu@us.ibm.com
2297 L:      kexec@lists.infradead.org
2298 L:      linux-kernel@vger.kernel.org
2299 W:      http://lse.sourceforge.net/kdump/
2300 S:      Maintained
2302 KERNEL AUTOMOUNTER (AUTOFS)
2303 P:      H. Peter Anvin
2304 M:      hpa@zytor.com
2305 L:      autofs@linux.kernel.org
2306 S:      Odd Fixes
2308 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2309 P:      Ian Kent
2310 M:      raven@themaw.net
2311 L:      autofs@linux.kernel.org
2312 S:      Maintained
2314 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2315 P:      Sam Ravnborg
2316 M:      sam@ravnborg.org
2317 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
2318 L:      linux-kbuild@vger.kernel.org
2319 S:      Maintained
2321 KERNEL JANITORS
2322 P:      Several
2323 L:      kernel-janitors@vger.kernel.org
2324 W:      http://www.kerneljanitors.org/
2325 S:      Maintained
2327 KERNEL NFSD
2328 P:      J. Bruce Fields
2329 M:      bfields@fieldses.org
2330 P:      Neil Brown
2331 M:      neilb@suse.de
2332 L:      linux-nfs@vger.kernel.org
2333 W:      http://nfs.sourceforge.net/
2334 S:      Supported
2336 KERNEL VIRTUAL MACHINE (KVM)
2337 P:      Avi Kivity
2338 M:      avi@qumranet.com
2339 L:      kvm-devel@lists.sourceforge.net
2340 W:      kvm.sourceforge.net
2341 S:      Supported
2343 KERNEL VIRTUAL MACHINE For Itanium(KVM/IA64)
2344 P:      Anthony Xu
2345 M:      anthony.xu@intel.com
2346 P:      Xiantao Zhang
2347 M:      xiantao.zhang@intel.com
2348 L:      kvm-ia64-devel@lists.sourceforge.net
2349 W:      kvm.sourceforge.net
2350 S:      Supported
2352 KEXEC
2353 P:      Eric Biederman
2354 M:      ebiederm@xmission.com
2355 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2356 L:      linux-kernel@vger.kernel.org
2357 L:      kexec@lists.infradead.org
2358 S:      Maintained
2360 KPROBES
2361 P:      Prasanna S Panchamukhi
2362 M:      prasanna@in.ibm.com
2363 P:      Ananth N Mavinakayanahalli
2364 M:      ananth@in.ibm.com
2365 P:      Anil S Keshavamurthy
2366 M:      anil.s.keshavamurthy@intel.com
2367 P:      David S. Miller
2368 M:      davem@davemloft.net
2369 L:      linux-kernel@vger.kernel.org
2370 S:      Maintained
2372 KS0108 LCD CONTROLLER DRIVER
2373 P:      Miguel Ojeda Sandonis
2374 M:      maxextreme@gmail.com
2375 L:      linux-kernel@vger.kernel.org
2376 W:      http://auxdisplay.googlepages.com/
2377 S:      Maintained
2379 LAPB module
2380 L:      linux-x25@vger.kernel.org
2381 S:      Orphan
2383 LASI 53c700 driver for PARISC
2384 P:      James E.J. Bottomley
2385 M:      James.Bottomley@HansenPartnership.com
2386 L:      linux-scsi@vger.kernel.org
2387 S:      Maintained
2389 LED SUBSYSTEM
2390 P:      Richard Purdie
2391 M:      rpurdie@rpsys.net
2392 S:      Maintained
2394 LEGO USB Tower driver
2395 P:      Juergen Stuber
2396 M:      starblue@users.sourceforge.net
2397 L:      legousb-devel@lists.sourceforge.net
2398 W:      http://legousb.sourceforge.net/
2399 S:      Maintained
2401 LGUEST
2402 P:      Rusty Russell
2403 M:      rusty@rustcorp.com.au
2404 L:      lguest@ozlabs.org
2405 W:      http://lguest.ozlabs.org/
2406 S:      Maintained
2408 LINUX FOR IBM pSERIES (RS/6000)
2409 P:      Paul Mackerras
2410 M:      paulus@au.ibm.com
2411 W:      http://www.ibm.com/linux/ltc/projects/ppc
2412 S:      Supported
2414 LINUX FOR NCR VOYAGER
2415 P:      James Bottomley
2416 M:      James.Bottomley@HansenPartnership.com
2417 W:      http://www.hansenpartnership.com/voyager
2418 S:      Maintained
2420 LINUX FOR POWERPC
2421 P:      Paul Mackerras
2422 M:      paulus@samba.org
2423 W:      http://www.penguinppc.org/
2424 L:      linuxppc-dev@ozlabs.org
2425 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2426 S:      Supported
2428 LINUX FOR POWER MACINTOSH
2429 P:      Benjamin Herrenschmidt
2430 M:      benh@kernel.crashing.org
2431 W:      http://www.penguinppc.org/
2432 L:      linuxppc-dev@ozlabs.org
2433 S:      Maintained
2435 LINUX FOR POWERPC EMBEDDED MPC52XX
2436 P:      Sylvain Munaut
2437 M:      tnt@246tNt.com
2438 P:      Grant Likely
2439 M:      grant.likely@secretlab.ca
2440 W:      http://www.246tNt.com/mpc52xx/
2441 W:      http://www.penguinppc.org/
2442 L:      linuxppc-dev@ozlabs.org
2443 S:      Maintained
2445 LINUX FOR POWERPC EMBEDDED PPC4XX
2446 P:      Josh Boyer
2447 M:      jwboyer@linux.vnet.ibm.com
2448 P:      Matt Porter
2449 M:      mporter@kernel.crashing.org
2450 W:      http://www.penguinppc.org/
2451 L:      linuxppc-dev@ozlabs.org
2452 T:      git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
2453 S:      Maintained
2455 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2456 P:      Grant Likely
2457 M:      grant.likely@secretlab.ca
2458 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
2459 L:      linuxppc-dev@ozlabs.org
2460 S:      Maintained
2462 LINUX FOR POWERPC BOOT CODE
2463 P:      Tom Rini
2464 M:      trini@kernel.crashing.org
2465 W:      http://www.penguinppc.org/
2466 L:      linuxppc-dev@ozlabs.org
2467 S:      Maintained
2469 LINUX FOR POWERPC EMBEDDED PPC8XX
2470 P:      Vitaly Bordug
2471 M:      vitb@kernel.crashing.org
2472 P:      Marcelo Tosatti
2473 M:      marcelo@kvack.org
2474 W:      http://www.penguinppc.org/
2475 L:      linuxppc-dev@ozlabs.org
2476 S:      Maintained
2478 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2479 P:      Kumar Gala
2480 M:      galak@kernel.crashing.org
2481 W:      http://www.penguinppc.org/
2482 L:      linuxppc-dev@ozlabs.org
2483 S:      Maintained
2485 LINUX FOR POWERPC PA SEMI PWRFICIENT
2486 P:      Olof Johansson
2487 M:      olof@lixom.net
2488 W:      http://www.pasemi.com/
2489 L:      linuxppc-dev@ozlabs.org
2490 S:      Supported
2492 LLC (802.2)
2493 P:      Arnaldo Carvalho de Melo
2494 M:      acme@ghostprotocols.net
2495 S:      Maintained
2497 LINUX FOR 64BIT POWERPC
2498 P:      Paul Mackerras
2499 M:      paulus@samba.org
2500 M:      paulus@au.ibm.com
2501 P:      Anton Blanchard
2502 M:      anton@samba.org
2503 M:      anton@au.ibm.com
2504 W:      http://www.penguinppc.org/ppc64/
2505 L:      linuxppc-dev@ozlabs.org
2506 S:      Supported
2508 LINUX SECURITY MODULE (LSM) FRAMEWORK
2509 P:      Chris Wright
2510 M:      chrisw@sous-sol.org
2511 L:      linux-security-module@vger.kernel.org
2512 W:      http://lsm.immunix.org
2513 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2514 S:      Supported
2516 LM83 HARDWARE MONITOR DRIVER
2517 P:      Jean Delvare
2518 M:      khali@linux-fr.org
2519 L:      lm-sensors@lm-sensors.org
2520 S:      Maintained
2522 LM90 HARDWARE MONITOR DRIVER
2523 P:      Jean Delvare
2524 M:      khali@linux-fr.org
2525 L:      lm-sensors@lm-sensors.org
2526 S:      Maintained
2528 LOCKDEP AND LOCKSTAT
2529 P:      Peter Zijlstra
2530 M:      peterz@infradead.org
2531 P:      Ingo Molnar
2532 M:      mingo@redhat.com
2533 L:      linux-kernel@vger.kernel.org
2534 T:      git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2535 S:      Maintained
2537 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2538 P:      Richard Russon (FlatCap)
2539 M:      ldm@flatcap.org
2540 L:      linux-ntfs-dev@lists.sourceforge.net
2541 W:      http://www.linux-ntfs.org/content/view/19/37/
2542 S:      Maintained
2544 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2545 P:      Eric Moore
2546 M:      Eric.Moore@lsi.com
2547 M:      support@lsi.com
2548 L:      DL-MPTFusionLinux@lsi.com
2549 L:      linux-scsi@vger.kernel.org
2550 W:      http://www.lsilogic.com/support
2551 S:      Supported
2553 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2554 P:      Matthew Wilcox
2555 M:      matthew@wil.cx
2556 L:      linux-scsi@vger.kernel.org
2557 S:      Maintained
2559 M32R ARCHITECTURE
2560 P:      Hirokazu Takata
2561 M:      takata@linux-m32r.org
2562 L:      linux-m32r@ml.linux-m32r.org
2563 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2564 W:      http://www.linux-m32r.org/
2565 S:      Maintained
2567 M68K ARCHITECTURE
2568 P:      Geert Uytterhoeven
2569 M:      geert@linux-m68k.org
2570 P:      Roman Zippel
2571 M:      zippel@linux-m68k.org
2572 L:      linux-m68k@lists.linux-m68k.org
2573 W:      http://www.linux-m68k.org/
2574 W:      http://linux-m68k-cvs.ubb.ca/
2575 S:      Maintained
2577 M68K ON APPLE MACINTOSH
2578 P:      Joshua Thompson
2579 M:      funaho@jurai.org
2580 W:      http://www.mac.linux-m68k.org/
2581 L:      linux-m68k@lists.linux-m68k.org
2582 S:      Maintained
2584 M68K ON HP9000/300
2585 P:      Philip Blundell
2586 M:      philb@gnu.org
2587 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2588 S:      Maintained
2590 MAC80211
2591 P:      Michael Wu
2592 M:      flamingice@sourmilk.net
2593 P:      Johannes Berg
2594 M:      johannes@sipsolutions.net
2595 P:      Jiri Benc
2596 M:      jbenc@suse.cz
2597 L:      linux-wireless@vger.kernel.org
2598 W:      http://linuxwireless.org/
2599 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2600 S:      Maintained
2602 MAC80211 PID RATE CONTROL
2603 P:      Stefano Brivio
2604 M:      stefano.brivio@polimi.it
2605 P:      Mattias Nissler
2606 M:      mattias.nissler@gmx.de
2607 L:      linux-wireless@vger.kernel.org
2608 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2609 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2610 S:      Maintained
2612 MACVLAN DRIVER
2613 P:      Patrick McHardy
2614 M:      kaber@trash.net
2615 L:      netdev@vger.kernel.org
2616 S:      Maintained
2618 MARVELL YUKON / SYSKONNECT DRIVER
2619 P:      Mirko Lindner
2620 M:      mlindner@syskonnect.de
2621 P:      Ralph Roesler
2622 M:      rroesler@syskonnect.de
2623 W:      http://www.syskonnect.com
2624 S:      Supported
2626 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2627 P:      Michael Kerrisk
2628 M:      mtk.manpages@gmail.com
2629 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2630 S:      Maintained
2632 MARVELL LIBERTAS WIRELESS DRIVER
2633 P:      Dan Williams
2634 M:      dcbw@redhat.com
2635 L:      libertas-dev@lists.infradead.org
2636 S:      Maintained
2638 MARVELL MV643XX ETHERNET DRIVER
2639 P:      Dale Farnsworth
2640 M:      dale@farnsworth.org
2641 P:      Manish Lachwani
2642 M:      mlachwani@mvista.com
2643 L:      netdev@vger.kernel.org
2644 S:      Odd Fixes for 2.4; Maintained for 2.6.
2646 MATROX FRAMEBUFFER DRIVER
2647 P:      Petr Vandrovec
2648 M:      vandrove@vc.cvut.cz
2649 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2650 S:      Maintained
2652 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2653 P:      Hans J. Koch
2654 M:      hjk@linutronix.de
2655 L:      lm-sensors@lm-sensors.org
2656 S:      Maintained
2658 MEGARAID SCSI DRIVERS
2659 P:      Neela Syam Kolli
2660 M:      megaraidlinux@lsi.com
2661 S:      linux-scsi@vger.kernel.org
2662 W:      http://megaraid.lsilogic.com
2663 S:      Maintained
2665 MEMORY MANAGEMENT
2666 L:      linux-mm@kvack.org
2667 L:      linux-kernel@vger.kernel.org
2668 W:      http://www.linux-mm.org
2669 S:      Maintained
2671 MEMORY RESOURCE CONTROLLER
2672 P:      Balbir Singh
2673 M:      balbir@linux.vnet.ibm.com
2674 P:      Pavel Emelyanov
2675 M:      xemul@openvz.org
2676 P:      KAMEZAWA Hiroyuki
2677 M:      kamezawa.hiroyu@jp.fujitsu.com
2678 L:      linux-mm@kvack.org
2679 L:      linux-kernel@vger.kernel.org
2680 S:      Maintained
2682 MEI MN10300/AM33 PORT
2683 P:      David Howells
2684 M:      dhowells@redhat.com
2685 P:      Koichi Yasutake
2686 M:      yasutake.koichi@jp.panasonic.com
2687 L:      linux-am33-list@redhat.com
2688 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2689 S:      Maintained
2691 MEMORY TECHNOLOGY DEVICES (MTD)
2692 P:      David Woodhouse
2693 M:      dwmw2@infradead.org
2694 W:      http://www.linux-mtd.infradead.org/
2695 L:      linux-mtd@lists.infradead.org
2696 T:      git git://git.infradead.org/mtd-2.6.git
2697 S:      Maintained
2699 UNSORTED BLOCK IMAGES (UBI)
2700 P:      Artem Bityutskiy
2701 M:      dedekind@infradead.org
2702 W:      http://www.linux-mtd.infradead.org/
2703 L:      linux-mtd@lists.infradead.org
2704 T:      git git://git.infradead.org/~dedekind/ubi-2.6.git
2705 S:      Maintained
2707 MICROTEK X6 SCANNER
2708 P:      Oliver Neukum
2709 M:      oliver@neukum.name
2710 S:      Maintained
2712 MIPS
2713 P:      Ralf Baechle
2714 M:      ralf@linux-mips.org
2715 W:      http://www.linux-mips.org/
2716 L:      linux-mips@linux-mips.org
2717 T:      git www.linux-mips.org:/pub/scm/linux.git
2718 S:      Supported
2720 MISCELLANEOUS MCA-SUPPORT
2721 P:      James Bottomley
2722 M:      James.Bottomley@HansenPartnership.com
2723 L:      linux-kernel@vger.kernel.org
2724 S:      Maintained
2726 MODULE SUPPORT
2727 P:      Rusty Russell
2728 M:      rusty@rustcorp.com.au
2729 L:      linux-kernel@vger.kernel.org
2730 S:      Maintained
2732 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2733 P:      Stelian Pop
2734 M:      stelian@popies.net
2735 W:      http://popies.net/meye/
2736 S:      Maintained
2738 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2739 P:      Pavel Pisa
2740 M:      ppisa@pikron.com
2741 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2742 S:      Maintained
2744 MOUSE AND MISC DEVICES [GENERAL]
2745 P:      Alessandro Rubini
2746 M:      rubini@ipvvis.unipv.it
2747 L:      linux-kernel@vger.kernel.org
2748 S:      Maintained
2750 MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2751 P:      Jiri Slaby
2752 M:      jirislaby@gmail.com
2753 L:      linux-kernel@vger.kernel.org
2754 S:      Maintained
2756 MSI LAPTOP SUPPORT
2757 P:      Lennart Poettering
2758 M:      mzxreary@0pointer.de
2759 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2760 W:      http://0pointer.de/lennart/tchibo.html
2761 S:      Maintained
2763 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2764 P:      Pierre Ossman
2765 M:      drzeus-mmc@drzeus.cx
2766 L:      linux-kernel@vger.kernel.org
2767 S:      Maintained
2769 MULTIMEDIA CARD (MMC) ETC. OVER SPI
2770 P:      David Brownell
2771 M:      dbrownell@users.sourceforge.net
2772 L:      linux-kernel@vger.kernel.org
2773 S:      Odd fixes
2775 MULTISOUND SOUND DRIVER
2776 P:      Andrew Veliath
2777 M:      andrewtv@usa.net
2778 S:      Maintained
2780 MULTITECH MULTIPORT CARD (ISICOM)
2781 P:      Jiri Slaby
2782 M:      jirislaby@gmail.com
2783 L:      linux-kernel@vger.kernel.org
2784 S:      Maintained
2786 NATSEMI ETHERNET DRIVER (DP8381x)
2787 P:      Tim Hockin
2788 M:      thockin@hockin.org
2789 S:      Maintained
2791 NCP FILESYSTEM
2792 P:      Petr Vandrovec
2793 M:      vandrove@vc.cvut.cz
2794 L:      linware@sh.cvut.cz
2795 S:      Maintained
2797 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2798 P:      James E.J. Bottomley
2799 M:      James.Bottomley@HansenPartnership.com
2800 L:      linux-scsi@vger.kernel.org
2801 S:      Maintained
2803 NETEFFECT IWARP RNIC DRIVER (IW_NES)
2804 P:      Faisal Latif
2805 M:      flatif@neteffect.com
2806 P:      Nishi Gupta
2807 M:      ngupta@neteffect.com
2808 P:      Glenn Streiff
2809 M:      gstreiff@neteffect.com
2810 L:      general@lists.openfabrics.org
2811 W:      http://www.neteffect.com
2812 S:      Supported
2813 F:      drivers/infiniband/hw/nes/
2815 NETEM NETWORK EMULATOR
2816 P:      Stephen Hemminger
2817 M:      shemminger@linux-foundation.org
2818 L:      netem@lists.linux-foundation.org
2819 S:      Maintained
2821 NETERION (S2IO) Xframe 10GbE DRIVER
2822 P:      Ramkrishna Vepa
2823 M:      ram.vepa@neterion.com
2824 P:      Rastapur Santosh
2825 M:      santosh.rastapur@neterion.com
2826 P:      Sivakumar Subramani
2827 M:      sivakumar.subramani@neterion.com
2828 P:      Sreenivasa Honnur
2829 M:      sreenivasa.honnur@neterion.com
2830 L:      netdev@vger.kernel.org
2831 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2832 S:      Supported
2834 NETFILTER/IPTABLES/IPCHAINS
2835 P:      Rusty Russell
2836 P:      Marc Boucher
2837 P:      James Morris
2838 P:      Harald Welte
2839 P:      Jozsef Kadlecsik
2840 P:      Patrick McHardy
2841 M:      kaber@trash.net
2842 L:      netfilter-devel@vger.kernel.org
2843 L:      netfilter@vger.kernel.org
2844 L:      coreteam@netfilter.org
2845 W:      http://www.netfilter.org/
2846 W:      http://www.iptables.org/
2847 S:      Supported
2849 NETLABEL
2850 P:      Paul Moore
2851 M:      paul.moore@hp.com
2852 W:      http://netlabel.sf.net
2853 L:      netdev@vger.kernel.org
2854 S:      Supported
2856 NETROM NETWORK LAYER
2857 P:      Ralf Baechle
2858 M:      ralf@linux-mips.org
2859 L:      linux-hams@vger.kernel.org
2860 W:      http://www.linux-ax25.org/
2861 S:      Maintained
2863 NETWORK BLOCK DEVICE (NBD)
2864 P:      Paul Clements
2865 M:      Paul.Clements@steeleye.com
2866 S:      Maintained
2868 NETWORK DEVICE DRIVERS
2869 P:      Jeff Garzik
2870 M:      jgarzik@pobox.com
2871 L:      netdev@vger.kernel.org
2872 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2873 S:      Maintained
2875 NETWORKING [GENERAL]
2876 P:      Networking Team
2877 M:      netdev@vger.kernel.org
2878 L:      netdev@vger.kernel.org
2879 W:      http://linux-net.osdl.org/
2880 S:      Maintained
2882 NETWORKING [IPv4/IPv6]
2883 P:      David S. Miller
2884 M:      davem@davemloft.net
2885 P:      Alexey Kuznetsov
2886 M:      kuznet@ms2.inr.ac.ru
2887 P:      Pekka Savola (ipv6)
2888 M:      pekkas@netcore.fi
2889 P:      James Morris
2890 M:      jmorris@namei.org
2891 P:      Hideaki YOSHIFUJI
2892 M:      yoshfuji@linux-ipv6.org
2893 P:      Patrick McHardy
2894 M:      kaber@trash.net
2895 L:      netdev@vger.kernel.org
2896 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2897 S:      Maintained
2899 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2900 P:      Paul Moore
2901 M:      paul.moore@hp.com
2902 L:      netdev@vger.kernel.org
2903 S:      Maintained
2905 NETWORKING [WIRELESS]
2906 P:      John W. Linville
2907 M:      linville@tuxdriver.com
2908 L:      linux-wireless@vger.kernel.org
2909 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2910 S:      Maintained
2912 NETXEN (1/10) GbE SUPPORT
2913 P:      Dhananjay Phadke
2914 M:      dhananjay@netxen.com
2915 L:      netdev@vger.kernel.org
2916 W:      http://www.netxen.com
2917 S:      Supported
2919 IPVS
2920 P:      Wensong Zhang
2921 M:      wensong@linux-vs.org
2922 P:      Simon Horman
2923 M:      horms@verge.net.au
2924 P:      Julian Anastasov
2925 M:      ja@ssi.bg
2926 L:      netdev@vger.kernel.org
2927 S:      Maintained
2929 NFS CLIENT
2930 P:      Trond Myklebust
2931 M:      Trond.Myklebust@netapp.com
2932 L:      linux-nfs@vger.kernel.org
2933 W:      http://client.linux-nfs.org
2934 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
2935 S:      Maintained
2937 NI5010 NETWORK DRIVER
2938 P:      Jan-Pascal van Best
2939 M:      janpascal@vanbest.org
2940 P:      Andreas Mohr
2941 M:      andi@lisas.de
2942 L:      netdev@vger.kernel.org
2943 S:      Maintained
2945 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2946 P:      YOKOTA Hiroshi
2947 M:      yokota@netlab.is.tsukuba.ac.jp
2948 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2949 S:      Maintained
2951 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2952 P:      GOTO Masanori
2953 M:      gotom@debian.or.jp
2954 P:      YOKOTA Hiroshi
2955 M:      yokota@netlab.is.tsukuba.ac.jp
2956 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2957 S:      Maintained
2959 NTFS FILESYSTEM
2960 P:      Anton Altaparmakov
2961 M:      aia21@cantab.net
2962 L:      linux-ntfs-dev@lists.sourceforge.net
2963 L:      linux-kernel@vger.kernel.org
2964 W:      http://linux-ntfs.sf.net/
2965 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2966 S:      Maintained
2968 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2969 P:      Antonino Daplas
2970 M:      adaplas@gmail.com
2971 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2972 S:      Maintained
2974 OPENCORES I2C BUS DRIVER
2975 P:      Peter Korsgaard
2976 M:      jacmet@sunsite.dk
2977 L:      i2c@lm-sensors.org
2978 S:      Maintained
2980 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2981 P:      Mark Fasheh
2982 M:      mark.fasheh@oracle.com
2983 P:      Kurt Hackel
2984 M:      kurt.hackel@oracle.com
2985 L:      ocfs2-devel@oss.oracle.com
2986 W:      http://oss.oracle.com/projects/ocfs2/
2987 S:      Supported
2989 OMNIKEY CARDMAN 4000 DRIVER
2990 P:      Harald Welte
2991 M:      laforge@gnumonks.org
2992 S:      Maintained
2994 OMNIKEY CARDMAN 4040 DRIVER
2995 P:      Harald Welte
2996 M:      laforge@gnumonks.org
2997 S:      Maintained
2999 OMNIVISION OV7670 SENSOR DRIVER
3000 P:      Jonathan Corbet
3001 M:      corbet@lwn.net
3002 L:      video4linux-list@redhat.com
3003 S:      Maintained
3005 ONENAND FLASH DRIVER
3006 P:      Kyungmin Park
3007 M:      kyungmin.park@samsung.com
3008 L:      linux-mtd@lists.infradead.org
3009 S:      Maintained
3011 ONSTREAM SCSI TAPE DRIVER
3012 P:      Willem Riede
3013 M:      osst@riede.org
3014 L:      osst-users@lists.sourceforge.net
3015 L:      linux-scsi@vger.kernel.org
3016 S:      Maintained
3018 OPROFILE
3019 P:      Philippe Elie
3020 M:      phil.el@wanadoo.fr
3021 L:      oprofile-list@lists.sf.net
3022 S:      Maintained
3024 ORINOCO DRIVER
3025 P:      Pavel Roskin
3026 M:      proski@gnu.org
3027 P:      David Gibson
3028 M:      hermes@gibson.dropbear.id.au
3029 L:      linux-wireless@vger.kernel.org
3030 L:      orinoco-users@lists.sourceforge.net
3031 L:      orinoco-devel@lists.sourceforge.net
3032 W:      http://www.nongnu.org/orinoco/
3033 S:      Maintained
3035 PA SEMI ETHERNET DRIVER
3036 P:      Olof Johansson
3037 M:      olof@lixom.net
3038 L:      netdev@vger.kernel.org
3039 S:      Maintained
3041 PA SEMI SMBUS DRIVER
3042 P:      Olof Johansson
3043 M:      olof@lixom.net
3044 L:      i2c@lm-sensors.org
3045 S:      Maintained
3047 PARALLEL PORT SUPPORT
3048 L:      linux-parport@lists.infradead.org (subscribers-only)
3049 S:      Orphan
3051 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3052 P:      Tim Waugh
3053 M:      tim@cyberelk.net
3054 L:      linux-parport@lists.infradead.org (subscribers-only)
3055 W:      http://www.torque.net/linux-pp.html
3056 S:      Maintained
3058 PARISC ARCHITECTURE
3059 P:      Kyle McMartin
3060 M:      kyle@parisc-linux.org
3061 P:      Matthew Wilcox
3062 M:      matthew@wil.cx
3063 P:      Grant Grundler
3064 M:      grundler@parisc-linux.org
3065 L:      linux-parisc@vger.kernel.org
3066 W:      http://www.parisc-linux.org/
3067 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3068 S:      Maintained
3070 PARAVIRT_OPS INTERFACE
3071 P:      Jeremy Fitzhardinge
3072 M:      jeremy@xensource.com
3073 P:      Chris Wright
3074 M:      chrisw@sous-sol.org
3075 P:      Zachary Amsden
3076 M:      zach@vmware.com
3077 P:      Rusty Russell
3078 M:      rusty@rustcorp.com.au
3079 L:      virtualization@lists.osdl.org
3080 L:      linux-kernel@vger.kernel.org
3081 S:      Supported
3083 PC87360 HARDWARE MONITORING DRIVER
3084 P:      Jim Cromie
3085 M:      jim.cromie@gmail.com
3086 L:      lm-sensors@lm-sensors.org
3087 S:      Maintained
3089 PC8736x GPIO DRIVER
3090 P:      Jim Cromie
3091 M:      jim.cromie@gmail.com
3092 S:      Maintained
3094 PCI ERROR RECOVERY
3095 P:      Linas Vepstas
3096 M:      linas@austin.ibm.com
3097 L:      linux-kernel@vger.kernel.org
3098 L:      linux-pci@atrey.karlin.mff.cuni.cz
3099 S:      Supported
3101 PCI SUBSYSTEM
3102 P:      Greg Kroah-Hartman
3103 M:      gregkh@suse.de
3104 L:      linux-kernel@vger.kernel.org
3105 L:      linux-pci@atrey.karlin.mff.cuni.cz
3106 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3107 S:      Supported
3109 PCI HOTPLUG CORE
3110 P:      Kristen Carlson Accardi
3111 M:      kristen.c.accardi@intel.com
3112 S:      Supported
3114 PCIE HOTPLUG DRIVER
3115 P:      Kristen Carlson Accardi
3116 M:      kristen.c.accardi@intel.com
3117 L:      pcihpd-discuss@lists.sourceforge.net
3118 S:      Supported
3120 PCMCIA SUBSYSTEM
3121 P:      Linux PCMCIA Team
3122 L:      linux-pcmcia@lists.infradead.org
3123 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3124 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3125 S:      Maintained
3127 PCNET32 NETWORK DRIVER
3128 P:      Don Fry
3129 M:      pcnet32@verizon.net
3130 L:      netdev@vger.kernel.org
3131 S:      Maintained
3133 PER-TASK DELAY ACCOUNTING
3134 P:      Shailabh Nagar
3135 M:      nagar@watson.ibm.com
3136 L:      linux-kernel@vger.kernel.org
3137 S:      Maintained
3139 PERSONALITY HANDLING
3140 P:      Christoph Hellwig
3141 M:      hch@infradead.org
3142 L:      linux-abi-devel@lists.sourceforge.net
3143 S:      Maintained
3145 PHRAM MTD DRIVER
3146 P:      Joern Engel
3147 M:      joern@lazybastard.org
3148 L:      linux-mtd@lists.infradead.org
3149 S:      Maintained
3151 PKTCDVD DRIVER
3152 P:      Peter Osterlund
3153 M:      petero2@telia.com
3154 L:      linux-kernel@vger.kernel.org
3155 S:      Maintained
3157 POSIX CLOCKS and TIMERS
3158 P:      Thomas Gleixner
3159 M:      tglx@linutronix.de
3160 L:      linux-kernel@vger.kernel.org
3161 S:      Supported
3163 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3164 P:      Anton Vorontsov
3165 M:      cbou@mail.ru
3166 P:      David Woodhouse
3167 M:      dwmw2@infradead.org
3168 L:      linux-kernel@vger.kernel.org
3169 T:      git git.infradead.org/battery-2.6.git
3170 S:      Maintained
3172 POWERPC 4xx EMAC DRIVER
3173 P:      Eugene Surovegin
3174 M:      ebs@ebshome.net
3175 W:      http://kernel.ebshome.net/emac/
3176 L:      linuxppc-dev@ozlabs.org
3177 L:      netdev@vger.kernel.org
3178 S:      Maintained
3180 PNP SUPPORT
3181 P:      Adam Belay
3182 M:      ambx1@neo.rr.com
3183 S:      Maintained
3185 PNXxxxx I2C DRIVER
3186 P:      Vitaly Wool
3187 M:      vitalywool@gmail.com
3188 L:      i2c@lm-sensors.org
3189 S:      Maintained
3191 PPP PROTOCOL DRIVERS AND COMPRESSORS
3192 P:      Paul Mackerras
3193 M:      paulus@samba.org
3194 L:      linux-ppp@vger.kernel.org
3195 S:      Maintained
3197 PPP OVER ATM (RFC 2364)
3198 P:      Mitchell Blank Jr
3199 M:      mitch@sfgoth.com
3200 S:      Maintained
3202 PPP OVER ETHERNET
3203 P:      Michal Ostrowski
3204 M:      mostrows@speakeasy.net
3205 S:      Maintained
3207 PPP OVER L2TP
3208 P:      James Chapman
3209 M:      jchapman@katalix.com
3210 S:      Maintained
3212 PREEMPTIBLE KERNEL
3213 P:      Robert Love
3214 M:      rml@tech9.net
3215 L:      linux-kernel@vger.kernel.org
3216 L:      kpreempt-tech@lists.sourceforge.net
3217 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3218 S:      Supported
3220 P54 WIRELESS DRIVER
3221 P:      Michael Wu
3222 M:      flamingice@sourmilk.net
3223 L:      linux-wireless@vger.kernel.org
3224 W:      http://prism54.org
3225 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3226 S:      Maintained
3228 PRISM54 WIRELESS DRIVER
3229 P:      Luis R. Rodriguez
3230 M:      mcgrof@gmail.com
3231 L:      linux-wireless@vger.kernel.org
3232 W:      http://prism54.org
3233 S:      Maintained
3235 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3236 P:      Peter Denison
3237 M:      promise@pnd-pc.demon.co.uk
3238 W:      http://www.pnd-pc.demon.co.uk/promise/
3239 S:      Maintained
3241 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3242 P:      Mikael Pettersson
3243 M:      mikpe@it.uu.se
3244 L:      linux-ide@vger.kernel.org
3245 S:      Maintained
3247 PS3 NETWORK SUPPORT
3248 P:      Masakazu Mokuno
3249 M:      mokuno@sm.sony.co.jp
3250 L:      netdev@vger.kernel.org
3251 L:      cbe-oss-dev@ozlabs.org
3252 S:      Supported
3254 PS3 PLATFORM SUPPORT
3255 P:      Geoff Levand
3256 M:      geoffrey.levand@am.sony.com
3257 L:      linuxppc-dev@ozlabs.org
3258 L:      cbe-oss-dev@ozlabs.org
3259 S:      Supported
3261 PVRUSB2 VIDEO4LINUX DRIVER
3262 P:      Mike Isely
3263 M:      isely@pobox.com
3264 L:      pvrusb2@isely.net       (subscribers-only)
3265 L:      video4linux-list@redhat.com
3266 W:      http://www.isely.net/pvrusb2/
3267 S:      Maintained
3269 PXA2xx SUPPORT
3270 P:      Nicolas Pitre
3271 M:      nico@cam.org
3272 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3273 S:      Maintained
3275 PXA MMCI DRIVER
3276 S:      Orphan
3278 QLOGIC QLA2XXX FC-SCSI DRIVER
3279 P:      Andrew Vasquez
3280 M:      linux-driver@qlogic.com
3281 L:      linux-scsi@vger.kernel.org
3282 S:      Supported
3284 QLOGIC QLA3XXX NETWORK DRIVER
3285 P:      Ron Mercer
3286 M:      linux-driver@qlogic.com
3287 L:      netdev@vger.kernel.org
3288 S:      Supported
3290 QNX4 FILESYSTEM
3291 P:      Anders Larsen
3292 M:      al@alarsen.net
3293 L:      linux-kernel@vger.kernel.org
3294 W:      http://www.alarsen.net/linux/qnx4fs/
3295 S:      Maintained
3297 RADEON FRAMEBUFFER DISPLAY DRIVER
3298 P:      Benjamin Herrenschmidt
3299 M:      benh@kernel.crashing.org
3300 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3301 S:      Maintained
3303 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3304 P:      Paul Mackerras
3305 M:      paulus@samba.org
3306 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3307 S:      Maintained
3309 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3310 P:      Corey Thomas
3311 M:      coreythomas@charter.net
3312 L:      linux-wireless@vger.kernel.org
3313 S:      Maintained
3315 RALINK RT2X00 WLAN DRIVER
3316 P:      rt2x00 project
3317 L:      linux-wireless@vger.kernel.org
3318 L:      rt2400-devel@lists.sourceforge.net
3319 W:      http://rt2x00.serialmonkey.com/
3320 S:      Maintained
3321 F:      drivers/net/wireless/rt2x00/
3323 RAMDISK RAM BLOCK DEVICE DRIVER
3324 P:      Nick Piggin
3325 M:      npiggin@suse.de
3326 S:      Maintained
3328 RANDOM NUMBER DRIVER
3329 P:      Matt Mackall
3330 M:      mpm@selenic.com
3331 S:      Maintained
3333 RAPIDIO SUBSYSTEM
3334 P:      Matt Porter
3335 M:      mporter@kernel.crashing.org
3336 L:      linux-kernel@vger.kernel.org
3337 S:      Maintained
3339 RDC R-321X SoC
3340 P:      Florian Fainelli
3341 M:      florian.fainelli@telecomint.eu
3342 L:      linux-kernel@vger.kernel.org
3343 S:      Maintained
3345 RDC R6040 FAST ETHERNET DRIVER
3346 P:      Florian Fainelli
3347 M:      florian.fainelli@telecomint.eu
3348 L:      netdev@vger.kernel.org
3349 S:      Maintained
3351 READ-COPY UPDATE (RCU)
3352 P:      Dipankar Sarma
3353 M:      dipankar@in.ibm.com
3354 W:      http://www.rdrop.com/users/paulmck/rclock/
3355 L:      linux-kernel@vger.kernel.org
3356 S:      Supported
3358 RCUTORTURE MODULE
3359 P:      Josh Triplett
3360 M:      josh@freedesktop.org
3361 L:      linux-kernel@vger.kernel.org
3362 S:      Maintained
3364 REAL TIME CLOCK DRIVER
3365 P:      Paul Gortmaker
3366 M:      p_gortmaker@yahoo.com
3367 L:      linux-kernel@vger.kernel.org
3368 S:      Maintained
3370 REAL TIME CLOCK (RTC) SUBSYSTEM
3371 P:      Alessandro Zummo
3372 M:      a.zummo@towertech.it
3373 L:      rtc-linux@googlegroups.com
3374 S:      Maintained
3376 REISERFS FILE SYSTEM
3377 P:      Hans Reiser
3378 M:      reiserfs-dev@namesys.com
3379 L:      reiserfs-devel@vger.kernel.org
3380 W:      http://www.namesys.com
3381 S:      Supported
3383 ROCKETPORT DRIVER
3384 P:      Comtrol Corp.
3385 W:      http://www.comtrol.com
3386 S:      Maintained
3388 ROSE NETWORK LAYER
3389 P:      Ralf Baechle
3390 M:      ralf@linux-mips.org
3391 L:      linux-hams@vger.kernel.org
3392 W:      http://www.linux-ax25.org/
3393 S:      Maintained
3395 RISCOM8 DRIVER
3396 S:      Orphan
3398 RTL818X WIRELESS DRIVER
3399 P:      Michael Wu
3400 M:      flamingice@sourmilk.net
3401 P:      Andrea Merello
3402 M:      andreamrl@tiscali.it
3403 L:      linux-wireless@vger.kernel.org
3404 W:      http://linuxwireless.org/
3405 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3406 S:      Maintained
3408 S3 SAVAGE FRAMEBUFFER DRIVER
3409 P:      Antonino Daplas
3410 M:      adaplas@gmail.com
3411 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3412 S:      Maintained
3414 S390
3415 P:      Martin Schwidefsky
3416 M:      schwidefsky@de.ibm.com
3417 P:      Heiko Carstens
3418 M:      heiko.carstens@de.ibm.com
3419 M:      linux390@de.ibm.com
3420 L:      linux-s390@vger.kernel.org
3421 W:      http://www.ibm.com/developerworks/linux/linux390/
3422 S:      Supported
3424 S390 NETWORK DRIVERS
3425 P:      Ursula Braun
3426 M:      ubraun@linux.vnet.ibm.com
3427 P:      Frank Blaschka
3428 M:      blaschka@linux.vnet.ibm.com
3429 M:      linux390@de.ibm.com
3430 L:      linux-s390@vger.kernel.org
3431 W:      http://www.ibm.com/developerworks/linux/linux390/
3432 S:      Supported
3434 S390 ZFCP DRIVER
3435 P:      Christof Schmitt
3436 M:      christof.schmitt@de.ibm.com
3437 P:      Martin Peschke
3438 M:      mp3@de.ibm.com
3439 M:      linux390@de.ibm.com
3440 L:      linux-s390@vger.kernel.org
3441 W:      http://www.ibm.com/developerworks/linux/linux390/
3442 S:      Supported
3444 S390 IUCV NETWORK LAYER
3445 P:      Ursula Braun
3446 M:      ubraun@linux.vnet.ibm.com
3447 M:      linux390@de.ibm.com
3448 L:      linux-s390@vger.kernel.org
3449 W:      http://www.ibm.com/developerworks/linux/linux390/
3450 S:      Supported
3452 SAA7146 VIDEO4LINUX-2 DRIVER
3453 P:      Michael Hunold
3454 M:      michael@mihu.de
3455 W:      http://www.mihu.de/linux/saa7146
3456 S:      Maintained
3458 SC1200 WDT DRIVER
3459 P:      Zwane Mwaikambo
3460 M:      zwane@arm.linux.org.uk
3461 S:      Maintained
3463 SCHEDULER
3464 P:      Ingo Molnar
3465 M:      mingo@elte.hu
3466 P:      Robert Love    [the preemptible kernel bits]
3467 M:      rml@tech9.net
3468 L:      linux-kernel@vger.kernel.org
3469 S:      Maintained
3471 SCSI CDROM DRIVER
3472 P:      Jens Axboe
3473 M:      axboe@kernel.dk
3474 L:      linux-scsi@vger.kernel.org
3475 W:      http://www.kernel.dk
3476 S:      Maintained
3478 SCSI SG DRIVER
3479 P:      Doug Gilbert
3480 M:      dgilbert@interlog.com
3481 L:      linux-scsi@vger.kernel.org
3482 W:      http://www.torque.net/sg
3483 S:      Maintained
3485 SCSI SUBSYSTEM
3486 P:      James E.J. Bottomley
3487 M:      James.Bottomley@HansenPartnership.com
3488 L:      linux-scsi@vger.kernel.org
3489 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3490 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3491 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3492 S:      Maintained
3494 SCSI TAPE DRIVER
3495 P:      Kai Mäkisara
3496 M:      Kai.Makisara@kolumbus.fi
3497 L:      linux-scsi@vger.kernel.org
3498 S:      Maintained
3500 SCTP PROTOCOL
3501 P:      Vlad Yasevich
3502 M:      vladislav.yasevich@hp.com
3503 P:      Sridhar Samudrala
3504 M:      sri@us.ibm.com
3505 L:      lksctp-developers@lists.sourceforge.net
3506 W:      http://lksctp.sourceforge.net
3507 S:      Supported
3509 SCx200 CPU SUPPORT
3510 P:      Jim Cromie
3511 M:      jim.cromie@gmail.com
3512 S:      Odd Fixes
3514 SCx200 GPIO DRIVER
3515 P:      Jim Cromie
3516 M:      jim.cromie@gmail.com
3517 S:      Maintained
3519 SCx200 HRT CLOCKSOURCE DRIVER
3520 P:      Jim Cromie
3521 M:      jim.cromie@gmail.com
3522 S:      Maintained
3524 SECURITY CONTACT
3525 P:      Security Officers
3526 M:      security@kernel.org
3527 S:      Supported
3529 SELINUX SECURITY MODULE
3530 P:      Stephen Smalley
3531 M:      sds@tycho.nsa.gov
3532 P:      James Morris
3533 M:      jmorris@namei.org
3534 P:      Eric Paris
3535 M:      eparis@parisplace.org
3536 L:      linux-kernel@vger.kernel.org (kernel issues)
3537 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3538 W:      http://www.nsa.gov/selinux
3539 S:      Supported
3541 SENSABLE PHANTOM
3542 P:      Jiri Slaby
3543 M:      jirislaby@gmail.com
3544 S:      Maintained
3546 SERIAL ATA (SATA) SUBSYSTEM:
3547 P:      Jeff Garzik
3548 M:      jgarzik@pobox.com
3549 L:      linux-ide@vger.kernel.org
3550 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3551 S:      Supported
3553 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3554 P:      Pat Gefre
3555 M:      pfg@sgi.com
3556 L:      linux-ia64@vger.kernel.org
3557 S:      Supported
3559 SGI VISUAL WORKSTATION 320 AND 540
3560 P:      Andrey Panin
3561 M:      pazke@donpac.ru
3562 L:      linux-visws-devel@lists.sf.net
3563 W:      http://linux-visws.sf.net
3564 S:      Maintained for 2.6.
3566 SIMTEC EB110ATX (Chalice CATS)
3567 P:      Ben Dooks
3568 P:      Vincent Sanders
3569 M:      support@simtec.co.uk
3570 W:      http://www.simtec.co.uk/products/EB110ATX/
3571 S:      Supported
3573 SIMTEC EB2410ITX (BAST)
3574 P:      Ben Dooks
3575 P:      Vincent Sanders
3576 M:      support@simtec.co.uk
3577 W:      http://www.simtec.co.uk/products/EB2410ITX/
3578 S:      Supported
3580 SIS 190 ETHERNET DRIVER
3581 P:      Francois Romieu
3582 M:      romieu@fr.zoreil.com
3583 L:      netdev@vger.kernel.org
3584 S:      Maintained
3586 SIS 5513 IDE CONTROLLER DRIVER
3587 P:      Lionel Bouton
3588 M:      Lionel.Bouton@inet6.fr
3589 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3590 W:      http://gyver.homeip.net/sis5513/index.html
3591 S:      Maintained
3593 SIS 900/7016 FAST ETHERNET DRIVER
3594 P:      Daniele Venzano
3595 M:      venza@brownhat.org
3596 W:      http://www.brownhat.org/sis900.html
3597 L:      netdev@vger.kernel.org
3598 S:      Maintained
3600 SIS 96X I2C/SMBUS DRIVER
3601 P:      Mark M. Hoffman
3602 M:      mhoffman@lightlink.com
3603 L:      lm-sensors@lm-sensors.org
3604 S:      Maintained
3606 SIS FRAMEBUFFER DRIVER
3607 P:      Thomas Winischhofer
3608 M:      thomas@winischhofer.net
3609 W:      http://www.winischhofer.net/linuxsisvga.shtml
3610 S:      Maintained
3612 SIS USB2VGA DRIVER
3613 P:      Thomas Winischhofer
3614 M:      thomas@winischhofer.net
3615 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3616 S:      Maintained
3618 SLAB ALLOCATOR
3619 P:      Christoph Lameter
3620 M:      clameter@sgi.com
3621 P:      Pekka Enberg
3622 M:      penberg@cs.helsinki.fi
3623 P:      Matt Mackall
3624 M:      mpm@selenic.com
3625 L:      linux-mm@kvack.org
3626 S:      Maintained
3628 SMC91x ETHERNET DRIVER
3629 P:      Nicolas Pitre
3630 M:      nico@cam.org
3631 S:      Maintained
3633 SMSC47B397 HARDWARE MONITOR DRIVER
3634 P:      Mark M. Hoffman
3635 M:      mhoffman@lightlink.com
3636 L:      lm-sensors@lm-sensors.org
3637 S:      Maintained
3639 SOFTMAC LAYER (IEEE 802.11)
3640 P:      Daniel Drake
3641 M:      dsd@gentoo.org
3642 L:      linux-wireless@vger.kernel.org
3643 S:      Obsolete
3645 SOFTWARE RAID (Multiple Disks) SUPPORT
3646 P:      Ingo Molnar
3647 M:      mingo@redhat.com
3648 P:      Neil Brown
3649 M:      neilb@suse.de
3650 L:      linux-raid@vger.kernel.org
3651 S:      Supported
3653 HIBERNATION (aka Software Suspend, aka swsusp):
3654 P:      Pavel Machek
3655 M:      pavel@suse.cz
3656 P:      Rafael J. Wysocki
3657 M:      rjw@sisk.pl
3658 L:      linux-pm@lists.linux-foundation.org
3659 S:      Supported
3661 SUSPEND TO RAM:
3662 P:      Len Brown
3663 M:      len.brown@intel.com
3664 P:      Pavel Machek
3665 M:      pavel@suse.cz
3666 P:      Rafael J. Wysocki
3667 M:      rjw@sisk.pl
3668 L:      linux-pm@lists.linux-foundation.org
3669 S:      Supported
3671 SONIC NETWORK DRIVER
3672 P:      Thomas Bogendoerfer
3673 M:      tsbogend@alpha.franken.de
3674 L:      netdev@vger.kernel.org
3675 S:      Maintained
3677 SONICS SILICON BACKPLANE DRIVER (SSB)
3678 P:      Michael Buesch
3679 M:      mb@bu3sch.de
3680 L:      netdev@vger.kernel.org
3681 S:      Maintained
3683 SONY VAIO CONTROL DEVICE DRIVER
3684 P:      Mattia Dongili
3685 M:      malattia@linux.it
3686 L:      linux-acpi@vger.kernel.org
3687 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3688 S:      Maintained
3690 SONY MEMORYSTICK CARD SUPPORT
3691 P:      Alex Dubov
3692 M:      oakad@yahoo.com
3693 L:      linux-kernel@vger.kernel.org
3694 W:      http://tifmxx.berlios.de/
3695 S:      Maintained
3697 SOUND
3698 P:      Jaroslav Kysela
3699 M:      perex@perex.cz
3700 L:      alsa-devel@alsa-project.org (subscribers-only)
3701 S:      Maintained
3703 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3704 P:      Liam Girdwood
3705 M:      liam.girdwood@wolfsonmicro.com
3706 P:      Mark Brown
3707 M:      broonie@opensource.wolfsonmicro.com
3708 T:      git opensource.wolfsonmicro.com/linux-2.6-asoc
3709 L:      alsa-devel@alsa-project.org (subscribers-only)
3710 S:      Supported
3712 SPI SUBSYSTEM
3713 P:      David Brownell
3714 M:      dbrownell@users.sourceforge.net
3715 L:      spi-devel-general@lists.sourceforge.net
3716 S:      Maintained
3718 STABLE BRANCH:
3719 P:      Greg Kroah-Hartman
3720 M:      greg@kroah.com
3721 P:      Chris Wright
3722 M:      chrisw@sous-sol.org
3723 L:      stable@kernel.org
3724 S:      Maintained
3726 TPM DEVICE DRIVER
3727 P:      Kylene Hall
3728 M:      tpmdd-devel@lists.sourceforge.net
3729 W:      http://tpmdd.sourceforge.net
3730 P:      Marcel Selhorst
3731 M:      tpm@selhorst.net
3732 W:      http://www.prosec.rub.de/tpm/
3733 L:      tpmdd-devel@lists.sourceforge.net
3734 S:      Maintained
3736 Telecom Clock Driver for MCPL0010
3737 P:      Mark Gross
3738 M:      mark.gross@intel.com
3739 S:      Supported
3741 TENSILICA XTENSA PORT (xtensa):
3742 P:      Chris Zankel
3743 M:      chris@zankel.net
3744 S:      Maintained
3746 THINKPAD ACPI EXTRAS DRIVER
3747 P:      Henrique de Moraes Holschuh
3748 M:      ibm-acpi@hmh.eng.br
3749 L:      ibm-acpi-devel@lists.sourceforge.net
3750 W:      http://ibm-acpi.sourceforge.net
3751 W:      http://thinkwiki.org/wiki/Ibm-acpi
3752 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3753 S:      Maintained
3755 UltraSPARC (sparc64):
3756 P:      David S. Miller
3757 M:      davem@davemloft.net
3758 L:      sparclinux@vger.kernel.org
3759 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3760 S:      Maintained
3762 SHARP LH SUPPORT (LH7952X & LH7A40X)
3763 P:      Marc Singer
3764 M:      elf@buici.com
3765 W:      http://projects.buici.com/arm
3766 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3767 S:      Maintained
3769 SHPC HOTPLUG DRIVER
3770 P:      Kristen Carlson Accardi
3771 M:      kristen.c.accardi@intel.com
3772 L:      pcihpd-discuss@lists.sourceforge.net
3773 S:      Supported
3775 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3776 P:      Pierre Ossman
3777 M:      drzeus-sdhci@drzeus.cx
3778 L:      sdhci-devel@list.drzeus.cx
3779 S:      Maintained
3781 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3782 P:      Stephen Hemminger
3783 M:      shemminger@linux-foundation.org
3784 L:      netdev@vger.kernel.org
3785 S:      Maintained
3787 SOEKRIS NET48XX LED SUPPORT
3788 P:      Chris Boot
3789 M:      bootc@bootc.net
3790 S:      Maintained
3792 SPARC (sparc32):
3793 P:      William L. Irwin
3794 M:      wli@holomorphy.com
3795 L:      sparclinux@vger.kernel.org
3796 S:      Maintained
3798 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3799 P:      Roger Wolff
3800 M:      R.E.Wolff@BitWizard.nl
3801 L:      linux-kernel@vger.kernel.org ?
3802 S:      Supported
3804 SPIDERNET NETWORK DRIVER for CELL
3805 P:      Ishizaki Kou
3806 M:      kou.ishizaki@toshiba.co.jp
3807 P:      Jens Osterkamp
3808 M:      jens@de.ibm.com
3809 L:      netdev@vger.kernel.org
3810 S:      Supported
3812 SRM (Alpha) environment access
3813 P:      Jan-Benedict Glaw
3814 M:      jbglaw@lug-owl.de
3815 L:      linux-kernel@vger.kernel.org
3816 S:      Maintained
3818 STARFIRE/DURALAN NETWORK DRIVER
3819 P:      Ion Badulescu
3820 M:      ionut@cs.columbia.edu
3821 S:      Maintained
3823 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3824 W:      http://mosquitonet.Stanford.EDU/strip.html
3825 S:      Unsupported ?
3827 STRADIS MPEG-2 DECODER DRIVER
3828 P:      Nathan Laredo
3829 M:      laredo@gnu.org
3830 W:      http://www.stradis.com/
3831 S:      Maintained
3833 SUPERH
3834 P:      Paul Mundt
3835 M:      lethal@linux-sh.org
3836 L:      linux-sh@vger.kernel.org
3837 W:      http://www.linux-sh.org
3838 T:      git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
3839 S:      Maintained
3841 SUN3/3X
3842 P:      Sam Creasey
3843 M:      sammy@sammy.net
3844 W:      http://sammy.net/sun3/
3845 S:      Maintained
3847 SVGA HANDLING
3848 P:      Martin Mares
3849 M:      mj@ucw.cz
3850 L:      linux-video@atrey.karlin.mff.cuni.cz
3851 S:      Maintained
3853 SYSV FILESYSTEM
3854 P:      Christoph Hellwig
3855 M:      hch@infradead.org
3856 S:      Maintained
3858 TC CLASSIFIER
3859 P:      Jamal Hadi Salim
3860 M:      hadi@cyberus.ca
3861 L:      netdev@vger.kernel.org
3862 S:      Maintained
3864 TCP LOW PRIORITY MODULE
3865 P:      Wong Hoi Sing, Edison
3866 M:      hswong3i@gmail.com
3867 P:      Hung Hing Lun, Mike
3868 M:      hlhung3i@gmail.com
3869 W:      http://tcp-lp-mod.sourceforge.net/
3870 S:      Maintained
3872 TEHUTI ETHERNET DRIVER
3873 P:      Alexander Indenbaum
3874 M:      baum@tehutinetworks.net
3875 P:      Andy Gospodarek
3876 M:      andy@greyhouse.net
3877 L:      netdev@vger.kernel.org
3878 S:      Supported
3880 TI FLASH MEDIA INTERFACE DRIVER
3881 P:      Alex Dubov
3882 M:      oakad@yahoo.com
3883 S:      Maintained
3885 TI OMAP MMC INTERFACE DRIVER
3886 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
3887 M:      linux-omap-open-source@linux.omap.com (subscribers only)
3888 W:      http://linux.omap.com
3889 W:      http://www.muru.com/linux/omap/
3890 S:      Maintained
3892 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3893 P:      Deepak Saxena
3894 M:      dsaxena@plexity.net
3895 S:      Maintained
3897 TASKSTATS STATISTICS INTERFACE
3898 P:      Shailabh Nagar
3899 M:      nagar@watson.ibm.com
3900 L:      linux-kernel@vger.kernel.org
3901 S:      Maintained
3903 TIPC NETWORK LAYER
3904 P:      Per Liden
3905 M:      per.liden@ericsson.com
3906 P:      Jon Maloy
3907 M:      jon.maloy@ericsson.com
3908 P:      Allan Stephens
3909 M:      allan.stephens@windriver.com
3910 L:      tipc-discussion@lists.sourceforge.net
3911 W:      http://tipc.sourceforge.net/
3912 W:      http://tipc.cslab.ericsson.net/
3913 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3914 S:      Maintained
3916 TLAN NETWORK DRIVER
3917 P:      Samuel Chessman
3918 M:      chessman@tux.org
3919 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
3920 W:      http://sourceforge.net/projects/tlan/
3921 S:      Maintained
3923 TOSHIBA ACPI EXTRAS DRIVER
3924 P:      John Belmonte
3925 M:      toshiba_acpi@memebeam.org
3926 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3927 S:      Maintained
3929 TOSHIBA SMM DRIVER
3930 P:      Jonathan Buzzard
3931 M:      jonathan@buzzard.org.uk
3932 L:      tlinux-users@tce.toshiba-dme.co.jp
3933 W:      http://www.buzzard.org.uk/toshiba/
3934 S:      Maintained
3936 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3937 P:      Muli Ben-Yehuda
3938 M:      mulix@mulix.org
3939 L:      linux-kernel@vger.kernel.org
3940 S:      Maintained
3942 TRIVIAL PATCHES
3943 P:      Jesper Juhl
3944 M:      trivial@kernel.org
3945 L:      linux-kernel@vger.kernel.org
3946 S:      Maintained
3948 TULIP NETWORK DRIVERS
3949 P:      Grant Grundler
3950 M:      grundler@parisc-linux.org
3951 P:      Kyle McMartin
3952 M:      kyle@parisc-linux.org
3953 L:      netdev@vger.kernel.org
3954 S:      Maintained
3956 TUN/TAP driver
3957 P:      Maxim Krasnyansky
3958 M:      maxk@qualcomm.com
3959 L:      vtun@office.satix.net
3960 W:      http://vtun.sourceforge.net/tun
3961 S:      Maintained
3963 TURBOCHANNEL SUBSYSTEM
3964 P:      Maciej W. Rozycki
3965 M:      macro@linux-mips.org
3966 S:      Maintained
3968 U14-34F SCSI DRIVER
3969 P:      Dario Ballabio
3970 M:      ballabio_dario@emc.com
3971 L:      linux-scsi@vger.kernel.org
3972 S:      Maintained
3974 UDF FILESYSTEM
3975 P:      Jan Kara
3976 M:      jack@suse.cz
3977 W:      http://linux-udf.sourceforge.net
3978 S:      Maintained
3980 UNIFORM CDROM DRIVER
3981 P:      Jens Axboe
3982 M:      axboe@kernel.dk
3983 L:      linux-kernel@vger.kernel.org
3984 W:      http://www.kernel.dk
3985 S:      Maintained
3987 USB ACM DRIVER
3988 P:      Oliver Neukum
3989 M:      oliver@neukum.name
3990 L:      linux-usb@vger.kernel.org
3991 S:      Maintained
3993 USB AUERSWALD DRIVER
3994 P:      Wolfgang Muees
3995 M:      wolfgang@iksw-muees.de
3996 L:      linux-usb@vger.kernel.org
3997 S:      Maintained
3999 USB BLOCK DRIVER (UB ub)
4000 P:      Pete Zaitcev
4001 M:      zaitcev@redhat.com
4002 L:      linux-kernel@vger.kernel.org
4003 L:      linux-usb@vger.kernel.org
4004 S:      Supported
4006 USB CDC ETHERNET DRIVER
4007 P:      Greg Kroah-Hartman
4008 M:      greg@kroah.com
4009 L:      linux-usb@vger.kernel.org
4010 S:      Maintained
4011 W:      http://www.kroah.com/linux-usb/
4013 USB DAVICOM DM9601 DRIVER
4014 P:      Peter Korsgaard
4015 M:      jacmet@sunsite.dk
4016 L:      netdev@vger.kernel.org
4017 W:      http://www.linux-usb.org/usbnet
4018 S:      Maintained
4020 USB EHCI DRIVER
4021 P:      David Brownell
4022 M:      dbrownell@users.sourceforge.net
4023 L:      linux-usb@vger.kernel.org
4024 S:      Odd Fixes
4026 USB ET61X[12]51 DRIVER
4027 P:      Luca Risolia
4028 M:      luca.risolia@studio.unibo.it
4029 L:      linux-usb@vger.kernel.org
4030 L:      video4linux-list@redhat.com
4031 W:      http://www.linux-projects.org
4032 S:      Maintained
4034 USB GADGET/PERIPHERAL SUBSYSTEM
4035 P:      David Brownell
4036 M:      dbrownell@users.sourceforge.net
4037 L:      linux-usb@vger.kernel.org
4038 W:      http://www.linux-usb.org/gadget
4039 S:      Maintained
4041 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
4042 P:      Jiri Kosina
4043 M:      jkosina@suse.cz
4044 L:      linux-usb@vger.kernel.org
4045 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4046 S:      Maintained
4048 USB ISP116X DRIVER
4049 P:      Olav Kongas
4050 M:      ok@artecdesign.ee
4051 L:      linux-usb@vger.kernel.org
4052 S:      Maintained
4054 USB KAWASAKI LSI DRIVER
4055 P:      Oliver Neukum
4056 M:      oliver@neukum.name
4057 L:      linux-usb@vger.kernel.org
4058 S:      Maintained
4060 USB MASS STORAGE DRIVER
4061 P:      Matthew Dharm
4062 M:      mdharm-usb@one-eyed-alien.net
4063 L:      linux-usb@vger.kernel.org
4064 L:      usb-storage@lists.one-eyed-alien.net
4065 S:      Maintained
4066 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
4068 USB OHCI DRIVER
4069 P:      David Brownell
4070 M:      dbrownell@users.sourceforge.net
4071 L:      linux-usb@vger.kernel.org
4072 S:      Odd Fixes
4074 USB OPTION-CARD DRIVER
4075 P:      Matthias Urlichs
4076 M:      smurf@smurf.noris.de
4077 L:      linux-usb@vger.kernel.org
4078 S:      Maintained
4080 USB OV511 DRIVER
4081 P:      Mark McClelland
4082 M:      mmcclell@bigfoot.com
4083 L:      linux-usb@vger.kernel.org
4084 W:      http://alpha.dyndns.org/ov511/
4085 S:      Maintained
4087 USB PEGASUS DRIVER
4088 P:      Petko Manolov
4089 M:      petkan@users.sourceforge.net
4090 L:      linux-usb@vger.kernel.org
4091 L:      netdev@vger.kernel.org
4092 W:      http://pegasus2.sourceforge.net/
4093 S:      Maintained
4095 USB PRINTER DRIVER (usblp)
4096 P:      Pete Zaitcev
4097 M:      zaitcev@redhat.com
4098 L:      linux-usb@vger.kernel.org
4099 S:      Supported
4101 USB RTL8150 DRIVER
4102 P:      Petko Manolov
4103 M:      petkan@users.sourceforge.net
4104 L:      linux-usb@vger.kernel.org
4105 L:      netdev@vger.kernel.org
4106 W:      http://pegasus2.sourceforge.net/
4107 S:      Maintained
4109 USB SE401 DRIVER
4110 P:      Jeroen Vreeken
4111 M:      pe1rxq@amsat.org
4112 L:      linux-usb@vger.kernel.org
4113 W:      http://www.chello.nl/~j.vreeken/se401/
4114 S:      Maintained
4116 USB SERIAL CYBERJACK DRIVER
4117 P:      Matthias Bruestle and Harald Welte
4118 M:      support@reiner-sct.com
4119 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
4120 S:      Maintained
4122 USB SERIAL DIGI ACCELEPORT DRIVER
4123 P:      Peter Berger and Al Borchers
4124 M:      pberger@brimson.com
4125 M:      alborchers@steinerpoint.com
4126 L:      linux-usb@vger.kernel.org
4127 S:      Maintained
4129 USB SERIAL DRIVER
4130 P:      Greg Kroah-Hartman
4131 M:      gregkh@suse.de
4132 L:      linux-usb@vger.kernel.org
4133 S:      Supported
4135 USB SERIAL BELKIN F5U103 DRIVER
4136 P:      William Greathouse
4137 M:      wgreathouse@smva.com
4138 L:      linux-usb@vger.kernel.org
4139 S:      Maintained
4141 USB SERIAL CYPRESS M8 DRIVER
4142 P:      Lonnie Mendez
4143 M:      dignome@gmail.com
4144 L:      linux-usb@vger.kernel.org
4145 S:      Maintained
4146 W:      http://geocities.com/i0xox0i
4147 W:      http://firstlight.net/cvs
4149 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4150 P:      Gary Brubaker
4151 M:      xavyer@ix.netcom.com
4152 L:      linux-usb@vger.kernel.org
4153 S:      Maintained
4155 USB SERIAL KEYSPAN DRIVER
4156 P:      Greg Kroah-Hartman
4157 M:      greg@kroah.com
4158 L:      linux-usb@vger.kernel.org
4159 W:      http://www.kroah.com/linux/
4160 S:      Maintained
4162 USB SERIAL WHITEHEAT DRIVER
4163 P:      Support Department
4164 M:      support@connecttech.com
4165 L:      linux-usb@vger.kernel.org
4166 W:      http://www.connecttech.com
4167 S:      Supported
4169 USB SN9C1xx DRIVER
4170 P:      Luca Risolia
4171 M:      luca.risolia@studio.unibo.it
4172 L:      linux-usb@vger.kernel.org
4173 L:      video4linux-list@redhat.com
4174 W:      http://www.linux-projects.org
4175 S:      Maintained
4177 USB SUBSYSTEM
4178 P:      Greg Kroah-Hartman
4179 M:      gregkh@suse.de
4180 L:      linux-usb@vger.kernel.org
4181 W:      http://www.linux-usb.org
4182 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4183 S:      Supported
4185 USB UHCI DRIVER
4186 P:      Alan Stern
4187 M:      stern@rowland.harvard.edu
4188 L:      linux-usb@vger.kernel.org
4189 S:      Maintained
4191 USB "USBNET" DRIVER FRAMEWORK
4192 P:      David Brownell
4193 M:      dbrownell@users.sourceforge.net
4194 L:      netdev@vger.kernel.org
4195 W:      http://www.linux-usb.org/usbnet
4196 S:      Maintained
4198 USB W996[87]CF DRIVER
4199 P:      Luca Risolia
4200 M:      luca.risolia@studio.unibo.it
4201 L:      linux-usb@vger.kernel.org
4202 L:      video4linux-list@redhat.com
4203 W:      http://www.linux-projects.org
4204 S:      Maintained
4206 USB WIRELESS RNDIS DRIVER (rndis_wlan)
4207 P:      Jussi Kivilinna
4208 M:      jussi.kivilinna@mbnet.fi
4209 L:      linux-wireless@vger.kernel.org
4210 S:      Maintained
4212 USB ZC0301 DRIVER
4213 P:      Luca Risolia
4214 M:      luca.risolia@studio.unibo.it
4215 L:      linux-usb@vger.kernel.org
4216 L:      video4linux-list@redhat.com
4217 W:      http://www.linux-projects.org
4218 S:      Maintained
4220 USB ZD1201 DRIVER
4221 P:      Jeroen Vreeken
4222 M:      pe1rxq@amsat.org
4223 L:      linux-usb@vger.kernel.org
4224 W:      http://linux-lc100020.sourceforge.net
4225 S:      Maintained
4227 USB ZR364XX DRIVER
4228 P:      Antoine Jacquet
4229 M:      royale@zerezo.com
4230 L:      linux-usb@vger.kernel.org
4231 L:      video4linux-list@redhat.com
4232 W:      http://royale.zerezo.com/zr364xx/
4233 S:      Maintained
4235 USER-MODE LINUX
4236 P:      Jeff Dike
4237 M:      jdike@addtoit.com
4238 L:      user-mode-linux-devel@lists.sourceforge.net
4239 L:      user-mode-linux-user@lists.sourceforge.net
4240 W:      http://user-mode-linux.sourceforge.net
4241 S:      Maintained
4243 USERSPACE I/O (UIO)
4244 P:      Hans J. Koch
4245 M:      hjk@linutronix.de
4246 P:      Greg Kroah-Hartman
4247 M:      gregkh@suse.de
4248 L:      linux-kernel@vger.kernel.org
4249 S:      Maintained
4251 FAT/VFAT/MSDOS FILESYSTEM:
4252 P:      OGAWA Hirofumi
4253 M:      hirofumi@mail.parknet.co.jp
4254 L:      linux-kernel@vger.kernel.org
4255 S:      Maintained
4257 VIA RHINE NETWORK DRIVER
4258 P:      Roger Luethi
4259 M:      rl@hellgate.ch
4260 S:      Maintained
4262 VIAPRO SMBUS DRIVER
4263 P:      Jean Delvare
4264 M:      khali@linux-fr.org
4265 L:      i2c@lm-sensors.org
4266 S:      Maintained
4268 VIA VELOCITY NETWORK DRIVER
4269 P:      Francois Romieu
4270 M:      romieu@fr.zoreil.com
4271 L:      netdev@vger.kernel.org
4272 S:      Maintained
4274 UCLINUX (AND M68KNOMMU)
4275 P:      Greg Ungerer
4276 M:      gerg@uclinux.org
4277 W:      http://www.uclinux.org/
4278 L:      uclinux-dev@uclinux.org  (subscribers-only)
4279 S:      Maintained
4281 UCLINUX FOR NEC V850
4282 P:      Miles Bader
4284 UCLINUX FOR RENESAS H8/300
4285 P:      Yoshinori Sato
4286 M:      ysato@users.sourceforge.jp
4287 W:      http://uclinux-h8.sourceforge.jp/
4288 S:      Supported
4290 UFS FILESYSTEM
4291 P:      Evgeniy Dushistov
4292 M:      dushistov@mail.ru
4293 L:      linux-kernel@vger.kernel.org
4294 S:      Maintained
4296 USB DIAMOND RIO500 DRIVER
4297 P:      Cesar Miquel
4298 M:      miquel@df.uba.ar
4299 L:      rio500-users@lists.sourceforge.net
4300 W:      http://rio500.sourceforge.net
4301 S:      Maintained
4303 VIDEO FOR LINUX
4304 P:      Mauro Carvalho Chehab
4305 M:      mchehab@infradead.org
4306 M:      v4l-dvb-maintainer@linuxtv.org
4307 L:      video4linux-list@redhat.com
4308 W:      http://linuxtv.org
4309 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4310 S:      Maintained
4312 VLAN (802.1Q)
4313 P:      Patrick McHardy
4314 M:      kaber@trash.net
4315 L:      netdev@vger.kernel.org
4316 S:      Maintained
4318 VT1211 HARDWARE MONITOR DRIVER
4319 P:      Juerg Haefliger
4320 M:      juergh@gmail.com
4321 L:      lm-sensors@lm-sensors.org
4322 S:      Maintained
4324 VT8231 HARDWARE MONITOR DRIVER
4325 P:      Roger Lucas
4326 M:      vt8231@hiddenengine.co.uk
4327 L:      lm-sensors@lm-sensors.org
4328 S:      Maintained
4330 W1 DALLAS'S 1-WIRE BUS
4331 P:      Evgeniy Polyakov
4332 M:      johnpol@2ka.mipt.ru
4333 S:      Maintained
4335 W83791D HARDWARE MONITORING DRIVER
4336 P:      Charles Spirakis
4337 M:      bezaur@gmail.com
4338 L:      lm-sensors@lm-sensors.org
4339 S:      Odd Fixes
4341 W83793 HARDWARE MONITORING DRIVER
4342 P:      Rudolf Marek
4343 M:      r.marek@assembler.cz
4344 L:      lm-sensors@lm-sensors.org
4345 S:      Maintained
4347 W83L51xD SD/MMC CARD INTERFACE DRIVER
4348 P:      Pierre Ossman
4349 M:      drzeus-wbsd@drzeus.cx
4350 L:      linux-kernel@vger.kernel.org
4351 S:      Maintained
4353 WATCHDOG DEVICE DRIVERS
4354 P:      Wim Van Sebroeck
4355 M:      wim@iguana.be
4356 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4357 S:      Maintained
4359 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4360 P:      Jean Tourrilhes
4361 M:      jt@hpl.hp.com
4362 L:      linux-wireless@vger.kernel.org
4363 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4364 S:      Maintained
4366 WD7000 SCSI DRIVER
4367 P:      Miroslav Zagorac
4368 M:      zaga@fly.cc.fer.hr
4369 L:      linux-scsi@vger.kernel.org
4370 S:      Maintained
4372 WISTRON LAPTOP BUTTON DRIVER
4373 P:      Miloslav Trmac
4374 M:      mitr@volny.cz
4375 S:      Maintained
4377 WL3501 WIRELESS PCMCIA CARD DRIVER
4378 P:      Arnaldo Carvalho de Melo
4379 M:      acme@ghostprotocols.net
4380 L:      linux-wireless@vger.kernel.org
4381 W:      http://oops.ghostprotocols.net:81/blog
4382 S:      Maintained
4384 X.25 NETWORK LAYER
4385 P:      Henner Eisen
4386 M:      eis@baty.hanse.de
4387 L:      linux-x25@vger.kernel.org
4388 S:      Maintained
4390 XEN HYPERVISOR INTERFACE
4391 P:      Jeremy Fitzhardinge
4392 M:      jeremy@xensource.com
4393 P:      Chris Wright
4394 M:      chrisw@sous-sol.org
4395 L:      virtualization@lists.osdl.org
4396 L:      xen-devel@lists.xensource.com
4397 S:      Supported
4399 XFS FILESYSTEM
4400 P:      Silicon Graphics Inc
4401 P:      Tim Shimmin
4402 M:      xfs-masters@oss.sgi.com
4403 L:      xfs@oss.sgi.com
4404 W:      http://oss.sgi.com/projects/xfs
4405 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4406 S:      Supported
4408 XILINX SYSTEMACE DRIVER
4409 P:      Grant Likely
4410 M:      grant.likely@secretlab.ca
4411 W:      http://www.secretlab.ca/
4412 L:      linux-kernel@vger.kernel.org
4413 S:      Maintained
4415 XILINX UARTLITE SERIAL DRIVER
4416 P:      Peter Korsgaard
4417 M:      jacmet@sunsite.dk
4418 L:      linux-serial@vger.kernel.org
4419 S:      Maintained
4421 X86 ARCHITECTURE (32-BIT AND 64-BIT)
4422 P:      Thomas Gleixner
4423 M:      tglx@linutronix.de
4424 P:      Ingo Molnar
4425 M:      mingo@redhat.com
4426 P:      H. Peter Anvin
4427 M:      hpa@zytor.com
4428 L:      linux-kernel@vger.kernel.org
4429 T:      git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4430 S:      Maintained
4432 YAM DRIVER FOR AX.25
4433 P:      Jean-Paul Roubelat
4434 M:      jpr@f6fbb.org
4435 L:      linux-hams@vger.kernel.org
4436 S:      Maintained
4438 YEALINK PHONE DRIVER
4439 P:      Henk Vergonet
4440 M:      Henk.Vergonet@gmail.com
4441 L:      usbb2k-api-dev@nongnu.org
4442 S:      Maintained
4444 Z8530 DRIVER FOR AX.25
4445 P:      Joerg Reuter
4446 M:      jreuter@yaina.de
4447 W:      http://yaina.de/jreuter/
4448 W:      http://www.qsl.net/dl1bke/
4449 L:      linux-hams@vger.kernel.org
4450 S:      Maintained
4452 ZD1211RW WIRELESS DRIVER
4453 P:      Daniel Drake
4454 M:      dsd@gentoo.org
4455 P:      Ulrich Kunitz
4456 M:      kune@deine-taler.de
4457 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4458 L:      linux-wireless@vger.kernel.org
4459 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4460 S:      Maintained
4462 ZF MACHZ WATCHDOG
4463 P:      Fernando Fuganti
4464 M:      fuganti@netbank.com.br
4465 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4466 S:      Maintained
4468 ZR36067 VIDEO FOR LINUX DRIVER
4469 P:      Ronald Bultje
4470 M:      rbultje@ronald.bitfreak.net
4471 L:      mjpeg-users@lists.sourceforge.net
4472 W:      http://mjpeg.sourceforge.net/driver-zoran/
4473 S:      Maintained
4475 ZS DECSTATION Z85C30 SERIAL DRIVER
4476 P:      Maciej W. Rozycki
4477 M:      macro@linux-mips.org
4478 S:      Maintained
4480 THE REST
4481 P:      Linus Torvalds
4482 S:      Buried alive in reporters