atmel_lcdfb: Fix STN LCD support
[linux-2.6/mini2440.git] / MAINTAINERS
blob773c732b4177d85830e150fb9d4a52acc32dfd1f
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
48         (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
49         and should include a Signed-off-by: line.
51 6.      Make sure you have the right to send any changes you make. If you
52         do changes at work you may find your employer owns the patch
53         not you.
55 7.      When sending security related changes or reports to a maintainer
56         please Cc: security@kernel.org, especially if the maintainer
57         does not respond.
59 8.      Happy hacking.
61                 -----------------------------------
63 Maintainers List (try to look for most precise areas first)
65 Note: For the hard of thinking, this list is meant to remain in alphabetical
66 order. If you could add yourselves to it in alphabetical order that would be
67 so much easier [Ed]
69 P: Person
70 M: Mail patches to
71 L: Mailing list that is relevant to this area
72 W: Web-page with status/info
73 T: SCM tree type and location.  Type is one of: git, hg, quilt.
74 S: Status, one of the following:
76         Supported:      Someone is actually paid to look after this.
77         Maintained:     Someone actually looks after it.
78         Odd Fixes:      It has a maintainer but they don't have time to do
79                         much other than throw the odd patch in. See below..
80         Orphan:         No current maintainer [but maybe you could take the
81                         role as you write your new code].
82         Obsolete:       Old code. Something tagged obsolete generally means
83                         it has been replaced by a better system and you
84                         should be using that.
86 3C359 NETWORK DRIVER
87 P:      Mike Phillips
88 M:      mikep@linuxtr.net
89 L:      netdev@vger.kernel.org
90 L:      linux-tr@linuxtr.net
91 W:      http://www.linuxtr.net
92 S:      Maintained
94 3C505 NETWORK DRIVER
95 P:      Philip Blundell
96 M:      philb@gnu.org
97 L:      netdev@vger.kernel.org
98 S:      Maintained
100 3CR990 NETWORK DRIVER
101 P:      David Dillow
102 M:      dave@thedillows.org
103 L:      netdev@vger.kernel.org
104 S:      Maintained
106 3W-XXXX ATA-RAID CONTROLLER DRIVER
107 P:      Adam Radford
108 M:      linuxraid@amcc.com
109 L:      linux-scsi@vger.kernel.org
110 W:      http://www.amcc.com
111 S:      Supported
113 3W-9XXX SATA-RAID CONTROLLER DRIVER
114 P:      Adam Radford
115 M:      linuxraid@amcc.com
116 L:      linux-scsi@vger.kernel.org
117 W:      http://www.amcc.com
118 S:      Supported
120 53C700 AND 53C700-66 SCSI DRIVER
121 P:      James E.J. Bottomley
122 M:      James.Bottomley@HansenPartnership.com
123 L:      linux-scsi@vger.kernel.org
124 S:      Maintained
126 6PACK NETWORK DRIVER FOR AX.25
127 P:      Andreas Koensgen
128 M:      ajk@iehk.rwth-aachen.de
129 L:      linux-hams@vger.kernel.org
130 S:      Maintained
132 8139CP 10/100 FAST ETHERNET DRIVER
133 P:      Jeff Garzik
134 M:      jgarzik@pobox.com
135 S:      Maintained
137 8139TOO 10/100 FAST ETHERNET DRIVER
138 P:      Jeff Garzik
139 M:      jgarzik@pobox.com
140 W:      http://sourceforge.net/projects/gkernel/
141 S:      Maintained
143 8169 10/100/1000 GIGABIT ETHERNET DRIVER
144 P:      Francois Romieu
145 M:      romieu@fr.zoreil.com
146 L:      netdev@vger.kernel.org
147 S:      Maintained
149 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
150 L:      linux-serial@vger.kernel.org
151 W:      http://serial.sourceforge.net
152 S:      Orphan
154 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
155 P:      Paul Gortmaker
156 M:      p_gortmaker@yahoo.com
157 L:      netdev@vger.kernel.org
158 S:      Maintained
160 9P FILE SYSTEM
161 P:      Eric Van Hensbergen
162 M:      ericvh@gmail.com
163 P:      Ron Minnich
164 M:      rminnich@lanl.gov
165 P:      Latchesar Ionkov
166 M:      lucho@ionkov.net
167 L:      v9fs-developer@lists.sourceforge.net
168 W:      http://v9fs.sf.net
169 T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
170 S:      Maintained
172 A2232 SERIAL BOARD DRIVER
173 P:      Enver Haase
174 M:      ehaase@inf.fu-berlin.de
175 M:      A2232@gmx.net
176 L:      linux-m68k@lists.linux-m68k.org
177 S:      Maintained
180 P:      Benjamin LaHaise
181 M:      bcrl@kvack.org
182 L:      linux-aio@kvack.org
183 S:      Supported
185 ABIT UGURU HARDWARE MONITOR DRIVER
186 P:      Hans de Goede
187 M:      j.w.r.degoede@hhs.nl
188 L:      lm-sensors@lm-sensors.org
189 S:      Maintained
191 ACENIC DRIVER
192 P:      Jes Sorensen
193 M:      jes@trained-monkey.org
194 L:      linux-acenic@sunsite.dk
195 S:      Maintained
197 IPS SCSI RAID DRIVER
198 P:      Adaptec OEM Raid Solutions
199 M:      aacraid@adaptec.com
200 L:      linux-scsi@vger.kernel.org
201 W:      http://www.adaptec.com/
202 S:      Maintained
204 DPT_I2O SCSI RAID DRIVER
205 P:      Adaptec OEM Raid Solutions
206 M:      aacraid@adaptec.com
207 L:      linux-scsi@vger.kernel.org
208 W:      http://www.adaptec.com/
209 S:      Maintained
211 AACRAID SCSI RAID DRIVER
212 P:      Adaptec OEM Raid Solutions
213 M:      aacraid@adaptec.com
214 L:      linux-scsi@vger.kernel.org
215 W:      http://www.adaptec.com/
216 S:      Supported
218 ACPI
219 P:      Len Brown
220 M:      len.brown@intel.com
221 M:      lenb@kernel.org
222 L:      linux-acpi@vger.kernel.org
223 W:      http://acpi.sourceforge.net/
224 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
225 S:      Supported
227 ACPI BATTERY DRIVERS
228 P:      Vladimir P. Lebedev
229 M:      vladimir.p.lebedev@intel.com
230 L:      linux-acpi@vger.kernel.org
231 W:      http://acpi.sourceforge.net/
232 S:      Supported
234 ACPI EC DRIVER
235 P:      Alexey Starikovskiy
236 M:      alexey.y.starikovskiy@linux.intel.com
237 L:      linux-acpi@vger.kernel.org
238 W:      http://acpi.sourceforge.net/
239 S:      Supported
241 ACPI FAN DRIVER
242 P:      Konstantin A. Karasyov
243 M:      konstantin.a.karasyov@intel.com
244 L:      linux-acpi@vger.kernel.org
245 W:      http://acpi.sourceforge.net/
246 S:      Supported
248 ACPI PCI HOTPLUG DRIVER
249 P:      Kristen Carlson Accardi
250 M:      kristen.c.accardi@intel.com
251 L:      pcihpd-discuss@lists.sourceforge.net
252 S:      Supported
254 ACPI THERMAL DRIVER
255 P:      Konstantin A. Karasyov
256 M:      konstantin.a.karasyov@intel.com
257 L:      linux-acpi@vger.kernel.org
258 W:      http://acpi.sourceforge.net/
259 S:      Supported
261 ACPI VIDEO DRIVER
262 P:      Luming Yu
263 M:      luming.yu@intel.com
264 L:      linux-acpi@vger.kernel.org
265 W:      http://acpi.sourceforge.net/
266 S:      Supported
268 ADM1025 HARDWARE MONITOR DRIVER
269 P:      Jean Delvare
270 M:      khali@linux-fr.org
271 L:      lm-sensors@lm-sensors.org
272 S:      Maintained
274 ADM1029 HARDWARE MONITOR DRIVER
275 P:      Corentin Labbe
276 M:      corentin.labbe@geomatys.fr
277 L:      lm-sensors@lm-sensors.org
278 S:      Maintained
280 ADT746X FAN DRIVER
281 P:      Colin Leroy
282 M:      colin@colino.net
283 S:      Maintained
285 AEDSP16 DRIVER
286 P:      Riccardo Facchetti
287 M:      fizban@tin.it
288 S:      Maintained
290 AFFS FILE SYSTEM
291 P:      Roman Zippel
292 M:      zippel@linux-m68k.org
293 S:      Maintained
295 AGPGART DRIVER
296 P:      David Airlie
297 M:      airlied@linux.ie
298 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
299 S:      Maintained
301 AHA152X SCSI DRIVER
302 P:      Juergen E. Fischer
303 M:      Juergen Fischer <fischer@norbit.de>
304 L:      linux-scsi@vger.kernel.org
305 S:      Maintained
307 ALCATEL SPEEDTOUCH USB DRIVER
308 P:      Duncan Sands
309 M:      duncan.sands@free.fr
310 L:      linux-usb-users@lists.sourceforge.net
311 L:      linux-usb-devel@lists.sourceforge.net
312 W:      http://www.linux-usb.org/SpeedTouch/
313 S:      Maintained
315 ALCHEMY AU1XX0 MMC DRIVER
316 S:      Orphan
318 ALI1563 I2C DRIVER
319 P:      Rudolf Marek
320 M:      r.marek@assembler.cz
321 L:      i2c@lm-sensors.org
322 S:      Maintained
324 ALPHA PORT
325 P:      Richard Henderson
326 M:      rth@twiddle.net
327 S:      Odd Fixes for 2.4; Maintained for 2.6.
328 P:      Ivan Kokshaysky
329 M:      ink@jurassic.park.msu.ru
330 S:      Maintained for 2.4; PCI support for 2.6.
332 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
333 P:      Thomas Dahlmann
334 M:      thomas.dahlmann@amd.com
335 L:      info-linux@geode.amd.com
336 S:      Supported
338 AMD GEODE PROCESSOR/CHIPSET SUPPORT
339 P:      Jordan Crouse
340 M:      info-linux@geode.amd.com
341 L:      info-linux@geode.amd.com
342 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
343 S:      Supported
345 AMS (Apple Motion Sensor) DRIVER
346 P:      Stelian Pop
347 M:      stelian@popies.net
348 P:      Michael Hanselmann
349 M:      linux-kernel@hansmi.ch
350 S:      Supported
352 AMSO1100 RNIC DRIVER
353 P:      Tom Tucker
354 M:      tom@opengridcomputing.com
355 P:      Steve Wise
356 M:      swise@opengridcomputing.com
357 L:      general@lists.openfabrics.org
358 S:      Maintained
360 AOA (Apple Onboard Audio) ALSA DRIVER
361 P:      Johannes Berg
362 M:      johannes@sipsolutions.net
363 L:      linuxppc-dev@ozlabs.org
364 L:      alsa-devel@alsa-project.org (subscribers-only)
365 S:      Maintained
367 APM DRIVER
368 P:      Stephen Rothwell
369 M:      sfr@canb.auug.org.au
370 L:      linux-laptop@vger.kernel.org
371 W:      http://www.canb.auug.org.au/~sfr/
372 S:      Supported
374 APPLE SMC DRIVER
375 P:      Nicolas Boichat
376 M:      nicolas@boichat.ch
377 L:      mactel-linux-devel@lists.sourceforge.net
378 S:      Maintained
380 APPLETALK NETWORK LAYER
381 P:      Arnaldo Carvalho de Melo
382 M:      acme@ghostprotocols.net
383 S:      Maintained
385 ARC FRAMEBUFFER DRIVER
386 P:      Jaya Kumar
387 M:      jayalk@intworks.biz
388 S:      Maintained
390 ARM26 ARCHITECTURE
391 P:      Ian Molton
392 M:      spyro@f2s.com
393 S:      Maintained
395 ARM26/ARCHIMEDES
396 P:      Ian Molton
397 M:      spyro@f2s.com
398 S:      Maintained
400 ARM26/A5000
401 P:      John Appleby
402 M:      john@dnsworld.co.uk
403 S:      Maintained
405 ARM MFM AND FLOPPY DRIVERS
406 P:      Ian Molton
407 M:      spyro@f2s.com
408 S:      Maintained
410 ARM PRIMECELL MMCI PL180/1 DRIVER
411 P:      Russell King
412 M:      rmk@arm.linux.org.uk
413 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
414 S:      Maintained
416 ARM/ADI ROADRUNNER MACHINE SUPPORT
417 P:      Lennert Buytenhek
418 M:      kernel@wantstofly.org
419 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
420 S:      Maintained
422 ARM/ADS SPHERE MACHINE SUPPORT
423 P:      Lennert Buytenhek
424 M:      kernel@wantstofly.org
425 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
426 S:      Maintained
428 ARM/AJECO 1ARM MACHINE SUPPORT
429 P:      Lennert Buytenhek
430 M:      kernel@wantstofly.org
431 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
432 S:      Maintained
434 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
435 P:      Andrew Victor
436 M:      andrew@sanpeople.com
437 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
438 W:      http://maxim.org.za/at91_26.html
439 S:      Maintained
441 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
442 P:      Lennert Buytenhek
443 M:      kernel@wantstofly.org
444 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
445 S:      Maintained
447 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
448 P:      Lennert Buytenhek
449 M:      kernel@wantstofly.org
450 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
451 S:      Maintained
453 ARM/CORGI MACHINE SUPPORT
454 P:      Richard Purdie
455 M:      rpurdie@rpsys.net
456 S:      Maintained
458 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
459 P:      Lennert Buytenhek
460 M:      kernel@wantstofly.org
461 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
462 S:      Maintained
464 ARM/HP JORNADA 7XX MACHINE SUPPORT
465 P:      Kristoffer Ericson
466 M:      kristoffer_e1@hotmail.com
467 W:      www.jlime.com
468 S:      Maintained
470 ARM/INTEL IOP32X ARM ARCHITECTURE
471 P:      Lennert Buytenhek
472 M:      kernel@wantstofly.org
473 P:      Dan Williams
474 M:      dan.j.williams@intel.com
475 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
476 S:      Supported
478 ARM/INTEL IOP33X ARM ARCHITECTURE
479 P:      Dan Williams
480 M:      dan.j.williams@intel.com
481 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
482 S:      Supported
484 ARM/INTEL IOP13XX ARM ARCHITECTURE
485 P:      Lennert Buytenhek
486 M:      kernel@wantstofly.org
487 P:      Dan Williams
488 M:      dan.j.williams@intel.com
489 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
490 S:      Supported
492 ARM/INTEL IQ81342EX MACHINE SUPPORT
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 IXP2000 ARM ARCHITECTURE
501 P:      Lennert Buytenhek
502 M:      kernel@wantstofly.org
503 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
504 S:      Maintained
506 ARM/INTEL IXDP2850 MACHINE SUPPORT
507 P:      Lennert Buytenhek
508 M:      kernel@wantstofly.org
509 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
510 S:      Maintained
512 ARM/INTEL IXP23XX ARM ARCHITECTURE
513 P:      Lennert Buytenhek
514 M:      kernel@wantstofly.org
515 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
516 S:      Maintained
518 ARM/INTEL XSC3 (MANZANO) ARM CORE
519 P:      Lennert Buytenhek
520 M:      kernel@wantstofly.org
521 P:      Dan Williams
522 M:      dan.j.williams@intel.com
523 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
524 S:      Supported
526 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
527 P:      Lennert Buytenhek
528 M:      kernel@wantstofly.org
529 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
530 S:      Maintained
532 ARM/LOGICPD PXA270 MACHINE SUPPORT
533 P:      Lennert Buytenhek
534 M:      kernel@wantstofly.org
535 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
536 S:      Maintained
538 ARM/TOSA MACHINE SUPPORT
539 P:      Dirk Opfer
540 M:      dirk@opfer-online.de
541 S:      Maintained
543 ARM/PLEB SUPPORT
544 P:      Peter Chubb
545 M:      pleb@gelato.unsw.edu.au
546 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
547 S:      Maintained
549 ARM/PT DIGITAL BOARD PORT
550 P:      Stefan Eletzhofer
551 M:      stefan.eletzhofer@eletztrick.de
552 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
553 W:      http://www.arm.linux.org.uk/
554 S:      Maintained
556 ARM/RADISYS ENP2611 MACHINE SUPPORT
557 P:      Lennert Buytenhek
558 M:      kernel@wantstofly.org
559 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
560 S:      Maintained
562 ARM/SHARK MACHINE SUPPORT
563 P:      Alexander Schulz
564 M:      alex@shark-linux.de
565 W:      http://www.shark-linux.de/shark.html
566 S:      Maintained
568 ARM/STRONGARM110 PORT
569 P:      Russell King
570 M:      rmk@arm.linux.org.uk
571 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
572 W:      http://www.arm.linux.org.uk/
573 S:      Maintained
575 ARM/S3C2410 ARM ARCHITECTURE
576 P:      Ben Dooks
577 M:      ben-linux@fluff.org
578 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
579 W:      http://www.fluff.org/ben/linux/
580 S:      Maintained
582 ARM/S3C2440 ARM ARCHITECTURE
583 P:      Ben Dooks
584 M:      ben-linux@fluff.org
585 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586 W:      http://www.fluff.org/ben/linux/
587 S:      Maintained
589 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
590 P:      Lennert Buytenhek
591 M:      kernel@wantstofly.org
592 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
593 S:      Maintained
595 ARM/THECUS N2100 MACHINE SUPPORT
596 P:      Lennert Buytenhek
597 M:      kernel@wantstofly.org
598 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599 S:      Maintained
601 ARPD SUPPORT
602 P:      Jonathan Layes
603 L:      netdev@vger.kernel.org
604 S:      Maintained
606 ASUS ACPI EXTRAS DRIVER
607 P:      Corentin Chary
608 M:      corentincj@iksaif.net
609 P:      Karol Kozimor
610 M:      sziwan@users.sourceforge.net
611 L:      acpi4asus-user@lists.sourceforge.net
612 W:      http://sourceforge.net/projects/acpi4asus
613 W:      http://xf.iksaif.net/acpi4asus
614 S:      Maintained
616 ASUS ASB100 HARDWARE MONITOR DRIVER
617 P:      Mark M. Hoffman
618 M:      mhoffman@lightlink.com
619 L:      lm-sensors@lm-sensors.org
620 S:      Maintained
622 ASUS LAPTOP EXTRAS DRIVER
623 P:      Corentin Chary
624 M:      corentincj@iksaif.net
625 L:      acpi4asus-user@lists.sourceforge.net
626 W:      http://sourceforge.net/projects/acpi4asus
627 W:      http://xf.iksaif.net/acpi4asus
628 S:      Maintained
630 ATA OVER ETHERNET DRIVER
631 P:      Ed L. Cashin
632 M:      ecashin@coraid.com
633 W:      http://www.coraid.com/support/linux
634 S:      Supported
636 ATL1 ETHERNET DRIVER
637 P:      Jay Cliburn
638 M:      jcliburn@gmail.com
639 P:      Chris Snook
640 M:      csnook@redhat.com
641 L:      atl1-devel@lists.sourceforge.net
642 W:      http://sourceforge.net/projects/atl1
643 W:      http://atl1.sourceforge.net
644 S:      Maintained
647 P:      Chas Williams
648 M:      chas@cmf.nrl.navy.mil
649 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
650 W:      http://linux-atm.sourceforge.net
651 S:      Maintained
653 ATMEL AT91 MCI DRIVER
654 P:      Nicolas Ferre
655 M:      nicolas.ferre@rfo.atmel.com
656 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
657 W:      http://www.atmel.com/products/AT91/
658 W:      http://www.at91.com/
659 S:      Maintained
661 ATMEL MACB ETHERNET DRIVER
662 P:      Haavard Skinnemoen
663 M:      hskinnemoen@atmel.com
664 S:      Supported
666 ATMEL SPI DRIVER
667 P:      Haavard Skinnemoen
668 M:      hskinnemoen@atmel.com
669 S:      Supported
671 ATMEL WIRELESS DRIVER
672 P:      Simon Kelley
673 M:      simon@thekelleys.org.uk
674 L:      linux-wireless@vger.kernel.org
675 W:      http://www.thekelleys.org.uk/atmel
676 W:      http://atmelwlandriver.sourceforge.net/
677 S:      Maintained
679 AUDIT SUBSYSTEM
680 P:      David Woodhouse
681 M:      dwmw2@infradead.org
682 L:      linux-audit@redhat.com
683 W:      http://people.redhat.com/sgrubb/audit/
684 T:      git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
685 S:      Maintained
687 AUXILIARY DISPLAY DRIVERS
688 P:      Miguel Ojeda Sandonis
689 M:      maxextreme@gmail.com
690 L:      linux-kernel@vger.kernel.org
691 W:      http://auxdisplay.googlepages.com/
692 S:      Maintained
694 AVR32 ARCHITECTURE
695 P:      Haavard Skinnemoen
696 M:      hskinnemoen@atmel.com
697 W:      http://www.atmel.com/products/AVR32/
698 W:      http://avr32linux.org/
699 W:      http://avrfreaks.net/
700 S:      Supported
702 AVR32/AT32AP MACHINE SUPPORT
703 P:      Haavard Skinnemoen
704 M:      hskinnemoen@atmel.com
705 S:      Supported
707 AX.25 NETWORK LAYER
708 P:      Ralf Baechle
709 M:      ralf@linux-mips.org
710 L:      linux-hams@vger.kernel.org
711 W:      http://www.linux-ax25.org/
712 S:      Maintained
714 BACKLIGHT CLASS/SUBSYSTEM
715 P:      Richard Purdie
716 M:      rpurdie@rpsys.net
717 S:      Maintained
719 BLACKFIN ARCHITECTURE
720 P:      Aubrey Li
721 M:      aubrey.li@analog.com
722 P:      Bernd Schmidt
723 M:      bernd.schmidt@analog.com
724 P:      Bryan Wu
725 M:      bryan.wu@analog.com
726 P:      Grace Pan
727 M:      grace.pan@analog.com
728 P:      Marc Hoffman
729 M:      marc.hoffman@analog.com
730 P:      Michael Hennerich
731 M:      michael.hennerich@analog.com
732 P:      Mike Frysinger
733 M:      michael.frysinger@analog.com
734 P:      Jerry Zeng
735 M:      jerry.zeng@analog.com
736 P:      Jie Zhang
737 M:      jie.zhang@analog.com
738 P:      Robin Getz
739 M:      robin.getz@analog.com
740 P:      Roy Huang
741 M:      roy.huang@analog.com
742 P:      Sonic Zhang
743 M:      sonic.zhang@analog.com
744 P:      Vivi Li
745 M:      vivi.li@analog.com
746 P:      Yi Li
747 M:      yi.li@analog.com
748 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
749 W:      http://blackfin.uclinux.org
750 S:      Supported
752 BLACKFIN EMAC DRIVER
753 P:      Bryan Wu
754 M:      bryan.wu@analog.com
755 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
756 W:      http://blackfin.uclinux.org
757 S:      Supported
759 BLACKFIN RTC DRIVER
760 P:      Mike Frysinger
761 M:      michael.frysinger@analog.com
762 M:      vapier.adi@gmail.com
763 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
764 W:      http://blackfin.uclinux.org
765 S:      Supported
767 BLACKFIN SERIAL DRIVER
768 P:      Aubrey Li
769 M:      aubrey.li@analog.com
770 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
771 W:      http://blackfin.uclinux.org
772 S:      Supported
774 BAYCOM/HDLCDRV DRIVERS FOR AX.25
775 P:      Thomas Sailer
776 M:      t.sailer@alumni.ethz.ch
777 L:      linux-hams@vger.kernel.org
778 W:      http://www.baycom.org/~tom/ham/ham.html
779 S:      Maintained
781 BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
782 P:      Larry Finger
783 M:      Larry.Finger@lwfinger.net
784 P:      Stefano Brivio
785 M:      st3@riseup.net
786 L:      linux-wireless@vger.kernel.org
787 W:      http://bcm43xx.berlios.de/
788 S:      Maintained
790 BEFS FILE SYSTEM
791 P:      Sergey S. Kostyliov
792 M:      rathamahata@php4.ru
793 L:      linux-kernel@vger.kernel.org
794 S:      Maintained
796 BFS FILE SYSTEM
797 P:      Tigran A. Aivazian
798 M:      tigran@aivazian.fsnet.co.uk
799 L:      linux-kernel@vger.kernel.org
800 S:      Maintained
802 BLACKFIN I2C TWI DRIVER
803 P:      Sonic Zhang
804 M:      sonic.zhang@analog.com
805 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
806 W:      http://blackfin.uclinux.org/
807 S:      Supported
809 BLOCK LAYER
810 P:      Jens Axboe
811 M:      axboe@kernel.dk
812 L:      linux-kernel@vger.kernel.org
813 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
814 S:      Maintained
816 BLUETOOTH SUBSYSTEM
817 P:      Marcel Holtmann
818 M:      marcel@holtmann.org
819 P:      Maxim Krasnyansky
820 M:      maxk@qualcomm.com
821 L:      bluez-devel@lists.sf.net
822 W:      http://bluez.sf.net
823 W:      http://www.bluez.org
824 W:      http://www.holtmann.org/linux/bluetooth/
825 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
826 S:      Maintained
828 BLUETOOTH RFCOMM LAYER
829 P:      Marcel Holtmann
830 M:      marcel@holtmann.org
831 P:      Maxim Krasnyansky
832 M:      maxk@qualcomm.com
833 S:      Maintained
835 BLUETOOTH BNEP LAYER
836 P:      Marcel Holtmann
837 M:      marcel@holtmann.org
838 P:      Maxim Krasnyansky
839 M:      maxk@qualcomm.com
840 S:      Maintained
842 BLUETOOTH CMTP LAYER
843 P:      Marcel Holtmann
844 M:      marcel@holtmann.org
845 S:      Maintained
847 BLUETOOTH HIDP LAYER
848 P:      Marcel Holtmann
849 M:      marcel@holtmann.org
850 S:      Maintained
852 BLUETOOTH HCI UART DRIVER
853 P:      Marcel Holtmann
854 M:      marcel@holtmann.org
855 P:      Maxim Krasnyansky
856 M:      maxk@qualcomm.com
857 S:      Maintained
859 BLUETOOTH HCI USB DRIVER
860 P:      Marcel Holtmann
861 M:      marcel@holtmann.org
862 P:      Maxim Krasnyansky
863 M:      maxk@qualcomm.com
864 S:      Maintained
866 BLUETOOTH HCI BCM203X DRIVER
867 P:      Marcel Holtmann
868 M:      marcel@holtmann.org
869 S:      Maintained
871 BLUETOOTH HCI BPA10X DRIVER
872 P:      Marcel Holtmann
873 M:      marcel@holtmann.org
874 S:      Maintained
876 BLUETOOTH HCI BFUSB DRIVER
877 P:      Marcel Holtmann
878 M:      marcel@holtmann.org
879 S:      Maintained
881 BLUETOOTH HCI DTL1 DRIVER
882 P:      Marcel Holtmann
883 M:      marcel@holtmann.org
884 S:      Maintained
886 BLUETOOTH HCI BLUECARD DRIVER
887 P:      Marcel Holtmann
888 M:      marcel@holtmann.org
889 S:      Maintained
891 BLUETOOTH HCI BT3C DRIVER
892 P:      Marcel Holtmann
893 M:      marcel@holtmann.org
894 S:      Maintained
896 BLUETOOTH HCI BTUART DRIVER
897 P:      Marcel Holtmann
898 M:      marcel@holtmann.org
899 S:      Maintained
901 BLUETOOTH HCI VHCI DRIVER
902 P:      Maxim Krasnyansky
903 M:      maxk@qualcomm.com
904 S:      Maintained
906 BONDING DRIVER
907 P:      Chad Tindel
908 M:      ctindel@users.sourceforge.net
909 P:      Jay Vosburgh
910 M:      fubar@us.ibm.com
911 L:      bonding-devel@lists.sourceforge.net
912 W:      http://sourceforge.net/projects/bonding/
913 S:      Supported
915 BROADBAND PROCESSOR ARCHITECTURE
916 P:      Arnd Bergmann
917 M:      arnd@arndb.de
918 L:      linuxppc-dev@ozlabs.org
919 W:      http://www.penguinppc.org/ppc64/
920 S:      Supported
922 BROADCOM B44 10/100 ETHERNET DRIVER
923 P:      Gary Zambrano
924 M:      zambrano@broadcom.com
925 L:      netdev@vger.kernel.org
926 S:      Supported
928 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
929 P:      Michael Chan
930 M:      mchan@broadcom.com
931 L:      netdev@vger.kernel.org
932 S:      Supported
934 BROADCOM TG3 GIGABIT ETHERNET DRIVER
935 P:      Michael Chan
936 M:      mchan@broadcom.com
937 L:      netdev@vger.kernel.org
938 S:      Supported
940 BSG (block layer generic sg v4 driver)
941 P:      FUJITA Tomonori
942 M:      fujita.tomonori@lab.ntt.co.jp
943 L:      linux-scsi@vger.kernel.org
944 S:      Supported
946 BTTV VIDEO4LINUX DRIVER
947 P:      Mauro Carvalho Chehab
948 M:      mchehab@infradead.org
949 M:      v4l-dvb-maintainer@linuxtv.org
950 L:      video4linux-list@redhat.com
951 W:      http://linuxtv.org
952 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
953 S:      Maintained
955 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
956 P:      Jonathan Corbet
957 M:      corbet@lwn.net
958 L:      video4linux-list@redhat.com
959 S:      Maintained
961 CALGARY x86-64 IOMMU
962 P:      Muli Ben-Yehuda
963 M:      muli@il.ibm.com
964 P:      Jon D. Mason
965 M:      jdmason@kudzu.us
966 L:      linux-kernel@vger.kernel.org
967 L:      discuss@x86-64.org
968 S:      Maintained
970 CFAG12864B LCD DRIVER
971 P:      Miguel Ojeda Sandonis
972 M:      maxextreme@gmail.com
973 L:      linux-kernel@vger.kernel.org
974 W:      http://auxdisplay.googlepages.com/
975 S:      Maintained
977 CFAG12864BFB LCD FRAMEBUFFER DRIVER
978 P:      Miguel Ojeda Sandonis
979 M:      maxextreme@gmail.com
980 L:      linux-kernel@vger.kernel.org
981 W:      http://auxdisplay.googlepages.com/
982 S:      Maintained
984 CFG80211 and NL80211
985 P:      Johannes Berg
986 M:      johannes@sipsolutions.net
987 L:      linux-wireless@vger.kernel.org
988 S:      Maintained
990 CHECKPATCH
991 P:      Andy Whitcroft
992 M:      apw@shadowen.org
993 P:      Randy Dunlap
994 M:      rdunlap@xenotime.net
995 P:      Joel Schopp
996 M:      jschopp@austin.ibm.com
997 S:      Supported
999 COMMON INTERNET FILE SYSTEM (CIFS)
1000 P:      Steve French
1001 M:      sfrench@samba.org
1002 L:      linux-cifs-client@lists.samba.org
1003 L:      samba-technical@lists.samba.org
1004 W:      http://us1.samba.org/samba/Linux_CIFS_client.html
1005 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1006 S:      Supported
1008 CONFIGFS
1009 P:      Joel Becker
1010 M:      joel.becker@oracle.com
1011 L:      linux-kernel@vger.kernel.org
1012 S:      Supported
1014 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1015 P:      Lennert Buytenhek
1016 M:      kernel@wantstofly.org
1017 L:      netdev@vger.kernel.org
1018 S:      Maintained
1020 CIRRUS LOGIC GENERIC FBDEV DRIVER
1021 P:      Jeff Garzik
1022 M:      jgarzik@pobox.com
1023 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1024 S:      Odd Fixes
1026 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1027 P:      Lennert Buytenhek
1028 M:      kernel@wantstofly.org
1029 L:      linux-usb-devel@lists.sourceforge.net
1030 S:      Maintained
1032 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1033 P:      Cirrus Logic Corporation (kernel 2.2 driver)
1034 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1035 P:      Nils Faerber (port to kernel 2.4)
1036 M:      Nils Faerber <nils@kernelconcepts.de>
1037 S:      Maintained
1039 CODA FILE SYSTEM
1040 P:      Jan Harkes
1041 M:      jaharkes@cs.cmu.edu
1042 M:      coda@cs.cmu.edu
1043 L:      codalist@coda.cs.cmu.edu
1044 W:      http://www.coda.cs.cmu.edu/
1045 S:      Maintained
1047 COMPACTPCI HOTPLUG CORE
1048 P:      Scott Murray
1049 M:      scottm@somanetworks.com
1050 M:      scott@spiteful.org
1051 L:      pcihpd-discuss@lists.sourceforge.net
1052 S:      Supported
1054 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1055 P:      Scott Murray
1056 M:      scottm@somanetworks.com
1057 M:      scott@spiteful.org
1058 L:      pcihpd-discuss@lists.sourceforge.net
1059 S:      Supported
1061 COMPACTPCI HOTPLUG GENERIC DRIVER
1062 P:      Scott Murray
1063 M:      scottm@somanetworks.com
1064 M:      scott@spiteful.org
1065 L:      pcihpd-discuss@lists.sourceforge.net
1066 S:      Supported
1068 COMPUTONE INTELLIPORT MULTIPORT CARD
1069 P:      Michael H. Warfield
1070 M:      mhw@wittsend.com
1071 W:      http://www.wittsend.com/computone.html
1072 S:      Maintained
1074 CONEXANT ACCESSRUNNER USB DRIVER
1075 P:      Simon Arlott
1076 M:      cxacru@fire.lp0.eu
1077 L:      accessrunner-general@lists.sourceforge.net
1078 W:      http://accessrunner.sourceforge.net/
1079 S:      Maintained
1081 CORETEMP HARDWARE MONITORING DRIVER
1082 P:      Rudolf Marek
1083 M:      r.marek@assembler.cz
1084 L:      lm-sensors@lm-sensors.org
1085 S:      Maintained
1087 COSA/SRP SYNC SERIAL DRIVER
1088 P:      Jan "Yenya" Kasprzak
1089 M:      kas@fi.muni.cz
1090 W:      http://www.fi.muni.cz/~kas/cosa/
1091 S:      Maintained
1093 CPU FREQUENCY DRIVERS
1094 P:      Dave Jones
1095 M:      davej@codemonkey.org.uk
1096 L:      cpufreq@lists.linux.org.uk
1097 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1098 T:      git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1099 S:      Maintained
1101 CPUID/MSR DRIVER
1102 P:      H. Peter Anvin
1103 M:      hpa@zytor.com
1104 S:      Maintained
1106 CPUSETS
1107 P:      Paul Jackson
1108 P:      Simon Derr
1109 M:      pj@sgi.com
1110 M:      simon.derr@bull.net
1111 L:      linux-kernel@vger.kernel.org
1112 W:      http://www.bullopensource.org/cpuset/
1113 S:      Supported
1115 CRAMFS FILESYSTEM
1116 W:      http://sourceforge.net/projects/cramfs/
1117 S:      Orphan
1119 CRIS PORT
1120 P:      Mikael Starvik
1121 M:      starvik@axis.com
1122 L:      dev-etrax@axis.com
1123 W:      http://developer.axis.com
1124 S:      Maintained
1126 CRYPTO API
1127 P:      Herbert Xu
1128 M:      herbert@gondor.apana.org.au
1129 P:      David S. Miller
1130 M:      davem@davemloft.net
1131 L:      linux-crypto@vger.kernel.org
1132 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1133 S:      Maintained
1135 CS5535 Audio ALSA driver
1136 P:      Jaya Kumar
1137 M:      jayakumar.alsa@gmail.com
1138 S:      Maintained
1140 CYBERPRO FB DRIVER
1141 P:      Russell King
1142 M:      rmk@arm.linux.org.uk
1143 W:      http://www.arm.linux.org.uk/
1144 S:      Maintained
1146 CYBLAFB FRAMEBUFFER DRIVER
1147 P:      Knut Petersen
1148 M:      Knut_Petersen@t-online.de
1149 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1150 S:      Maintained
1152 CYCLADES 2X SYNC CARD DRIVER
1153 P:      Arnaldo Carvalho de Melo
1154 M:      acme@ghostprotocols.net
1155 W:      http://oops.ghostprotocols.net:81/blog
1156 S:      Maintained
1158 CYCLADES ASYNC MUX DRIVER
1159 W:      http://www.cyclades.com/
1160 S:      Orphan
1162 CYCLADES PC300 DRIVER
1163 W:      http://www.cyclades.com/
1164 S:      Orphan
1166 DAMA SLAVE for AX.25
1167 P:      Joerg Reuter
1168 M:      jreuter@yaina.de
1169 W:      http://yaina.de/jreuter/
1170 W:      http://www.qsl.net/dl1bke/
1171 L:      linux-hams@vger.kernel.org
1172 S:      Maintained
1174 DC395x SCSI driver
1175 P:      Oliver Neukum
1176 M:      oliver@neukum.name
1177 P:      Ali Akcaagac
1178 M:      aliakc@web.de
1179 P:      Jamie Lenehan
1180 M:      lenehan@twibble.org
1181 W:      http://twibble.org/dist/dc395x/
1182 L:      dc395x@twibble.org
1183 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1184 S:      Maintained
1186 DC390/AM53C974 SCSI driver
1187 P:      Kurt Garloff
1188 M:      garloff@suse.de
1189 W:      http://www.garloff.de/kurt/linux/dc390/
1190 P:      Guennadi Liakhovetski
1191 M:      g.liakhovetski@gmx.de
1192 S:      Maintained
1194 DCCP PROTOCOL
1195 P:      Arnaldo Carvalho de Melo
1196 M:      acme@ghostprotocols.net
1197 L:      dccp@vger.kernel.org
1198 W:      http://linux-net.osdl.org/index.php/DCCP
1199 S:      Maintained
1201 DECnet NETWORK LAYER
1202 P:      Patrick Caulfield
1203 M:      patrick@tykepenguin.com
1204 W:      http://linux-decnet.sourceforge.net
1205 L:      linux-decnet-user@lists.sourceforge.net
1206 S:      Maintained
1208 DEFXX FDDI NETWORK DRIVER
1209 P:      Maciej W. Rozycki
1210 M:      macro@linux-mips.org
1211 S:      Maintained
1213 DELL LAPTOP SMM DRIVER
1214 P:      Massimo Dal Zotto
1215 M:      dz@debian.org
1216 W:      http://www.debian.org/~dz/i8k/
1217 S:      Maintained
1219 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1220 P:      Doug Warzecha
1221 M:      Douglas_Warzecha@dell.com
1222 S:      Maintained
1224 DEVICE-MAPPER  (LVM)
1225 P:      Alasdair Kergon
1226 L:      dm-devel@redhat.com
1227 W:      http://sources.redhat.com/dm
1228 S:      Maintained
1230 DEVICE NUMBER REGISTRY
1231 P:      Torben Mathiasen
1232 M:      device@lanana.org
1233 W:      http://lanana.org/docs/device-list/index.html
1234 L:      linux-kernel@vger.kernel.org
1235 S:      Maintained
1237 DIGI INTL. EPCA DRIVER
1238 P:      Digi International, Inc
1239 M:      Eng.Linux@digi.com
1240 L:      Eng.Linux@digi.com
1241 W:      http://www.digi.com
1242 S:      Orphaned
1244 DIGI RIGHTSWITCH NETWORK DRIVER
1245 P:      Rick Richardson
1246 L:      netdev@vger.kernel.org
1247 W:      http://www.digi.com
1248 S:      Orphaned
1250 DIRECTORY NOTIFICATION
1251 P:      Stephen Rothwell
1252 M:      sfr@canb.auug.org.au
1253 L:      linux-kernel@vger.kernel.org
1254 S:      Supported
1256 DISK GEOMETRY AND PARTITION HANDLING
1257 P:      Andries Brouwer
1258 M:      aeb@cwi.nl
1259 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1260 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1261 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1262 S:      Maintained
1264 DISKQUOTA:
1265 P:      Jan Kara
1266 M:      jack@suse.cz
1267 L:      linux-kernel@vger.kernel.org
1268 S:      Maintained
1270 DISTRIBUTED LOCK MANAGER
1271 P:      Patrick Caulfield
1272 M:      pcaulfie@redhat.com
1273 P:      David Teigland
1274 M:      teigland@redhat.com
1275 L:      cluster-devel@redhat.com
1276 W:      http://sources.redhat.com/cluster/
1277 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1278 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1279 S:      Supported
1281 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1282 P:      Tobias Ringstrom
1283 M:      tori@unhappy.mine.nu
1284 L:      netdev@vger.kernel.org
1285 S:      Maintained
1287 DMA GENERIC MEMCPY SUBSYSTEM
1288 P:      Shannon Nelson
1289 M:      shannon.nelson@intel.com
1290 L:      linux-kernel@vger.kernel.org
1291 S:      Maintained
1293 DME1737 HARDWARE MONITOR DRIVER
1294 P:      Juerg Haefliger
1295 M:      juergh@gmail.com
1296 L:      lm-sensors@lm-sensors.org
1297 S:      Maintained
1299 DOCBOOK FOR DOCUMENTATION
1300 P:      Randy Dunlap
1301 M:      rdunlap@xenotime.net
1302 S:      Maintained
1304 DOCKING STATION DRIVER
1305 P:      Kristen Carlson Accardi
1306 M:      kristen.c.accardi@intel.com
1307 L:      linux-acpi@vger.kernel.org
1308 S:      Supported
1310 DOUBLETALK DRIVER
1311 P:      James R. Van Zandt
1312 M:      jrv@vanzandt.mv.com
1313 L:      blinux-list@redhat.com
1314 S:      Maintained
1316 DRIVER CORE, KOBJECTS, AND SYSFS
1317 P:      Greg Kroah-Hartman
1318 M:      gregkh@suse.de
1319 L:      linux-kernel@vger.kernel.org
1320 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1321 S:      Supported
1323 DRM DRIVERS
1324 P:      David Airlie
1325 M:      airlied@linux.ie
1326 L:      dri-devel@lists.sourceforge.net
1327 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1328 S:      Maintained
1330 DSCC4 DRIVER
1331 P:      Francois Romieu
1332 M:      romieu@fr.zoreil.com
1333 L:      netdev@vger.kernel.org
1334 S:      Maintained
1336 DVB SUBSYSTEM AND DRIVERS
1337 P:      LinuxTV.org Project
1338 M:      v4l-dvb-maintainer@linuxtv.org
1339 L:      linux-dvb@linuxtv.org (subscription required)
1340 W:      http://linuxtv.org/
1341 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1342 S:      Maintained
1344 EATA-DMA SCSI DRIVER
1345 P:      Michael Neuffer
1346 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1347 S:      Maintained
1349 EATA ISA/EISA/PCI SCSI DRIVER
1350 P:      Dario Ballabio
1351 M:      ballabio_dario@emc.com
1352 L:      linux-scsi@vger.kernel.org
1353 S:      Maintained
1355 EATA-PIO SCSI DRIVER
1356 P:      Michael Neuffer
1357 M:      mike@i-Connect.Net
1358 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1359 S:      Maintained
1361 EBTABLES
1362 P:      Bart De Schuymer
1363 M:      bart.de.schuymer@pandora.be
1364 L:      ebtables-user@lists.sourceforge.net
1365 L:      ebtables-devel@lists.sourceforge.net
1366 W:      http://ebtables.sourceforge.net/
1367 S:      Maintained
1369 ECRYPT FILE SYSTEM
1370 P:      Mike Halcrow, Phillip Hellewell
1371 M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1372 L:      ecryptfs-devel@lists.sourceforge.net
1373 W:      http://ecryptfs.sourceforge.net/
1374 S:      Supported
1376 EDAC-CORE
1377 P:      Doug Thompson
1378 M:      dougthompson@xmission.com
1379 L:      bluesmoke-devel@lists.sourceforge.net
1380 W:      bluesmoke.sourceforge.net
1381 S:      Supported
1383 EDAC-E752X
1384 P:      Mark Gross
1385 P:      Doug Thompson
1386 M:      mark.gross@intel.com
1387 M:      dougthompson@xmission.com
1388 L:      bluesmoke-devel@lists.sourceforge.net
1389 W:      bluesmoke.sourceforge.net
1390 S:      Maintained
1392 EDAC-E7XXX
1393 P:      Doug Thompson
1394 M:      dougthompson@xmission.com
1395 L:      bluesmoke-devel@lists.sourceforge.net
1396 W:      bluesmoke.sourceforge.net
1397 S:      Maintained
1399 EDAC-I82443BXGX
1400 P:      Tim Small
1401 M:      tim@buttersideup.com
1402 L:      bluesmoke-devel@lists.sourceforge.net
1403 W:      bluesmoke.sourceforge.net
1404 S:      Maintained
1406 EDAC-I3000
1407 P:      Jason Uhlenkott
1408 M:      juhlenko@akamai.com
1409 L:      bluesmoke-devel@lists.sourceforge.net
1410 W:      bluesmoke.sourceforge.net
1411 S:      Maintained
1413 EDAC-I5000
1414 P:      Doug Thompson
1415 M:      dougthompson@xmission.com
1416 L:      bluesmoke-devel@lists.sourceforge.net
1417 W:      bluesmoke.sourceforge.net
1418 S:      Maintained
1420 EDAC-I82975X
1421 P:      Ranganathan Desikan
1422 P:      Arvind R.
1423 M:      rdesikan@jetzbroadband.com
1424 M:      arvind@acarlab.com
1425 L:      bluesmoke-devel@lists.sourceforge.net
1426 W:      bluesmoke.sourceforge.net
1427 S:      Maintained
1429 EDAC-PASEMI
1430 P:      Egor Martovetsky
1431 M:      egor@pasemi.com
1432 L:      bluesmoke-devel@lists.sourceforge.net
1433 W:      bluesmoke.sourceforge.net
1434 S:      Maintained
1436 EDAC-R82600
1437 P:      Tim Small
1438 M:      tim@buttersideup.com
1439 L:      bluesmoke-devel@lists.sourceforge.net
1440 W:      bluesmoke.sourceforge.net
1441 S:      Maintained
1443 EEPRO100 NETWORK DRIVER
1444 P:      Andrey V. Savochkin
1445 M:      saw@saw.sw.com.sg
1446 S:      Maintained
1448 EFS FILESYSTEM
1449 W:      http://aeschi.ch.eu.org/efs/
1450 S:      Orphan
1452 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1453 P:      Hoang-Nam Nguyen
1454 M:      hnguyen@de.ibm.com
1455 P:      Christoph Raisch
1456 M:      raisch@de.ibm.com
1457 L:      general@lists.openfabrics.org
1458 S:      Supported
1460 EMULEX LPFC FC SCSI DRIVER
1461 P:      James Smart
1462 M:      james.smart@emulex.com
1463 L:      linux-scsi@vger.kernel.org
1464 W:      http://sourceforge.net/projects/lpfcxxxx
1465 S:      Supported
1467 EPSON 1355 FRAMEBUFFER DRIVER
1468 P:      Christopher Hoover
1469 M:      ch@murgatroid.com, ch@hpl.hp.com
1470 S:      Maintained
1472 ETHEREXPRESS-16 NETWORK DRIVER
1473 P:      Philip Blundell
1474 M:      philb@gnu.org
1475 L:      netdev@vger.kernel.org
1476 S:      Maintained
1478 ETHERNET BRIDGE
1479 P:      Stephen Hemminger
1480 M:      shemminger@linux-foundation.org
1481 L:      bridge@lists.linux-foundation.org
1482 W:      http://bridge.sourceforge.net/
1483 S:      Maintained
1485 ETHERTEAM 16I DRIVER
1486 P:      Mika Kuoppala
1487 M:      miku@iki.fi
1488 S:      Maintained
1490 EXT2 FILE SYSTEM
1491 L:      linux-ext4@vger.kernel.org
1492 S:      Maintained
1494 EXT3 FILE SYSTEM
1495 P:      Stephen Tweedie, Andrew Morton
1496 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1497 L:      linux-ext4@vger.kernel.org
1498 S:      Maintained
1500 EXT4 FILE SYSTEM
1501 P:      Stephen Tweedie, Andrew Morton
1502 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1503 L:      linux-ext4@vger.kernel.org
1504 S:      Maintained
1506 F71805F HARDWARE MONITORING DRIVER
1507 P:      Jean Delvare
1508 M:      khali@linux-fr.org
1509 L:      lm-sensors@lm-sensors.org
1510 S:      Maintained
1512 FARSYNC SYNCHRONOUS DRIVER
1513 P:      Kevin Curtis
1514 M:      kevin.curtis@farsite.co.uk
1515 W:      http://www.farsite.co.uk/
1516 S:      Supported
1518 FAULT INJECTION SUPPORT
1519 P:      Akinobu Mita
1520 M:      akinobu.mita@gmail.com
1521 S:      Supported
1523 FRAMEBUFFER LAYER
1524 P:      Antonino Daplas
1525 M:      adaplas@gmail.com
1526 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1527 W:      http://linux-fbdev.sourceforge.net/
1528 S:      Maintained
1530 FREESCALE SOC FS_ENET DRIVER
1531 P:      Pantelis Antoniou
1532 M:      pantelis.antoniou@gmail.com
1533 P:      Vitaly Bordug
1534 M:      vbordug@ru.mvista.com
1535 L:      linuxppc-embedded@ozlabs.org
1536 L:      netdev@vger.kernel.org
1537 S:      Maintained
1539 FREESCALE HIGHSPEED USB DEVICE DRIVER
1540 P:      Li Yang
1541 M:      leoli@freescale.com
1542 L:      linux-usb-devel@lists.sourceforge.net
1543 L:      linuxppc-embedded@ozlabs.org
1544 S:      Maintained
1546 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1547 P:      Li Yang
1548 M:      leoli@freescale.com
1549 L:      netdev@vger.kernel.org
1550 L:      linuxppc-embedded@ozlabs.org
1551 S:      Maintained
1553 FILE LOCKING (flock() and fcntl()/lockf())
1554 P:      Matthew Wilcox
1555 M:      matthew@wil.cx
1556 L:      linux-fsdevel@vger.kernel.org
1557 S:      Maintained
1559 FILESYSTEMS (VFS and infrastructure)
1560 P:      Alexander Viro
1561 M:      viro@zeniv.linux.org.uk
1562 S:      Maintained
1564 FIREWIRE SUBSYSTEM
1565 P:      Kristian Hoegsberg, Stefan Richter
1566 M:      krh@redhat.com, stefanr@s5r6.in-berlin.de
1567 L:      linux1394-devel@lists.sourceforge.net
1568 W:      http://www.linux1394.org/
1569 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1570 S:      Maintained
1572 FIRMWARE LOADER (request_firmware)
1573 L:      linux-kernel@vger.kernel.org
1574 S:      Orphan
1576 FPU EMULATOR
1577 P:      Bill Metzenthen
1578 M:      billm@suburbia.net
1579 W:      http://suburbia.net/~billm/floating-point/emulator/
1580 S:      Maintained
1582 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1583 P:      Mike McLagan
1584 M:      mike.mclagan@linux.org
1585 L:      netdev@vger.kernel.org
1586 S:      Maintained
1588 FREEVXFS FILESYSTEM
1589 P:      Christoph Hellwig
1590 M:      hch@infradead.org
1591 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1592 S:      Maintained
1594 FUJITSU FR-V (FRV) PORT
1595 P:      David Howells
1596 M:      dhowells@redhat.com
1597 S:      Maintained
1599 FUSE: FILESYSTEM IN USERSPACE
1600 P:      Miklos Szeredi
1601 M:      miklos@szeredi.hu
1602 L:      fuse-devel@lists.sourceforge.net
1603 W:      http://fuse.sourceforge.net/
1604 S:      Maintained
1606 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1607 P:      Rik Faith
1608 M:      faith@cs.unc.edu
1609 L:      linux-scsi@vger.kernel.org
1610 S:      Odd fixes (e.g., new signatures)
1612 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1613 P:      Achim Leubner
1614 M:      achim_leubner@adaptec.com
1615 L:      linux-scsi@vger.kernel.org
1616 W:      http://www.icp-vortex.com/
1617 S:      Supported
1619 GENERIC GPIO I2C DRIVER
1620 P:      Haavard Skinnemoen
1621 M:      hskinnemoen@atmel.com
1622 S:      Supported
1624 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1625 P:      Krzysztof Halasa
1626 M:      khc@pm.waw.pl
1627 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1628 S:      Maintained
1630 GFS2 FILE SYSTEM
1631 P:      Steven Whitehouse
1632 M:      swhiteho@redhat.com
1633 L:      cluster-devel@redhat.com
1634 W:      http://sources.redhat.com/cluster/
1635 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1636 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1637 S:      Supported
1639 GIGASET ISDN DRIVERS
1640 P:      Hansjoerg Lipp
1641 M:      hjlipp@web.de
1642 P:      Tilman Schmidt
1643 M:      tilman@imap.cc
1644 L:      gigaset307x-common@lists.sourceforge.net
1645 W:      http://gigaset307x.sourceforge.net/
1646 S:      Maintained
1648 HARDWARE MONITORING
1649 P:      Mark M. Hoffman
1650 M:      mhoffman@lightlink.com
1651 L:      lm-sensors@lm-sensors.org
1652 W:      http://www.lm-sensors.org/
1653 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git
1654 S:      Maintained
1656 HARDWARE RANDOM NUMBER GENERATOR CORE
1657 P:      Michael Buesch
1658 M:      mb@bu3sch.de
1659 S:      Maintained
1661 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1662 P:      Robert Love
1663 M:      rlove@rlove.org
1664 M:      linux-kernel@vger.kernel.org
1665 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1666 S:      Maintained
1668 HARMONY SOUND DRIVER
1669 P:      Kyle McMartin
1670 M:      kyle@parisc-linux.org
1671 W:      http://www.parisc-linux.org/~kyle/harmony/
1672 L:      parisc-linux@lists.parisc-linux.org
1673 S:      Maintained
1675 HAYES ESP SERIAL DRIVER
1676 P:      Andrew J. Robinson
1677 M:      arobinso@nyx.net
1678 L:      linux-kernel@vger.kernel.org
1679 W:      http://www.nyx.net/~arobinso
1680 S:      Maintained
1682 HFS FILESYSTEM
1683 P:      Roman Zippel
1684 M:      zippel@linux-m68k.org
1685 L:      linux-kernel@vger.kernel.org
1686 S:      Maintained
1688 HGA FRAMEBUFFER DRIVER
1689 P:      Ferenc Bakonyi
1690 M:      fero@drama.obuda.kando.hu
1691 L:      linux-nvidia@lists.surfsouth.com
1692 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1693 S:      Maintained
1695 HID CORE LAYER
1696 P:      Jiri Kosina
1697 M:      jkosina@suse.cz
1698 L:      linux-input@atrey.karlin.mff.cuni.cz
1699 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1700 S:      Maintained
1702 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1703 P:      Thomas Gleixner
1704 M:      tglx@linutronix.de
1705 L:      linux-kernel@vger.kernel.org
1706 S:      Maintained
1708 HIGH-SPEED SCC DRIVER FOR AX.25
1709 P:      Klaus Kudielka
1710 M:      klaus.kudielka@ieee.org
1711 L:      linux-hams@vger.kernel.org
1712 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1713 S:      Maintained
1715 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1716 P:      HighPoint Linux Team
1717 M:      linux@highpoint-tech.com
1718 W:      http://www.highpoint-tech.com
1719 S:      Supported
1721 HIPPI
1722 P:      Jes Sorensen
1723 M:      jes@trained-monkey.org
1724 L:      linux-hippi@sunsite.dk
1725 S:      Maintained
1727 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1728 P:      Chirag Kantharia
1729 M:      chirag.kantharia@hp.com
1730 L:      iss_storagedev@hp.com
1731 S:      Maintained
1733 HEWLETT-PACKARD SMART2 RAID DRIVER
1734 P:      Chirag Kantharia
1735 M:      chirag.kantharia@hp.com
1736 L:      iss_storagedev@hp.com
1737 S:      Maintained
1739 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1740 P:      Mike Miller
1741 M:      mike.miller@hp.com
1742 L:      iss_storagedev@hp.com
1743 S:      Supported
1745 HOST AP DRIVER
1746 P:      Jouni Malinen
1747 M:      j@w1.fi
1748 L:      hostap@shmoo.com (subscribers-only)
1749 L:      linux-wireless@vger.kernel.org
1750 W:      http://hostap.epitest.fi/
1751 S:      Maintained
1753 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1754 P:      Jaroslav Kysela
1755 M:      perex@suse.cz
1756 S:      Maintained
1758 HPET:   High Precision Event Timers driver (hpet.c)
1759 P:      Clemens Ladisch
1760 M:      clemens@ladisch.de
1761 S:      Maintained
1763 HPET:   i386
1764 P:      Venkatesh Pallipadi (Venki)
1765 M:      venkatesh.pallipadi@intel.com
1766 S:      Maintained
1768 HPET:   x86_64
1769 P:      Andi Kleen and Vojtech Pavlik
1770 M:      andi@firstfloor.org and vojtech@suse.cz
1771 S:      Maintained
1773 HPET:   ACPI hpet.c
1774 P:      Bob Picco
1775 M:      bob.picco@hp.com
1776 S:      Maintained
1778 HPFS FILESYSTEM
1779 P:      Mikulas Patocka
1780 M:      mikulas@artax.karlin.mff.cuni.cz
1781 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1782 S:      Maintained
1784 HUGETLB FILESYSTEM
1785 P:      William Irwin
1786 M:      wli@holomorphy.com
1787 S:      Maintained
1789 I2C/SMBUS STUB DRIVER
1790 P:      Mark M. Hoffman
1791 M:      mhoffman@lightlink.com
1792 L:      lm-sensors@lm-sensors.org
1793 S:      Maintained
1795 I2C SUBSYSTEM
1796 P:      Jean Delvare
1797 M:      khali@linux-fr.org
1798 L:      i2c@lm-sensors.org
1799 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1800 S:      Maintained
1802 I2C-TINY-USB DRIVER
1803 P:      Till Harbaum
1804 M:      till@harbaum.org
1805 L:      i2c@lm-sensors.org
1806 T:      http://www.harbaum.org/till/i2c_tiny_usb
1807 S:      Maintained
1809 i386 BOOT CODE
1810 P:      H. Peter Anvin
1811 M:      hpa@zytor.com
1812 L:      Linux-Kernel@vger.kernel.org
1813 S:      Maintained
1815 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1816 P:      H. Peter Anvin
1817 M:      hpa@zytor.com
1818 T:      git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1819 S:      Maintained
1821 IA64 (Itanium) PLATFORM
1822 P:      Tony Luck
1823 M:      tony.luck@intel.com
1824 L:      linux-ia64@vger.kernel.org
1825 W:      http://www.ia64-linux.org/
1826 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1827 S:      Maintained
1829 SN-IA64 (Itanium) SUB-PLATFORM
1830 P:      Jes Sorensen
1831 M:      jes@sgi.com
1832 L:      linux-altix@sgi.com
1833 L:      linux-ia64@vger.kernel.org
1834 W:      http://www.sgi.com/altix
1835 S:      Maintained
1837 IBM MCA SCSI SUBSYSTEM DRIVER
1838 P:      Michael Lang
1839 M:      langa2@kph.uni-mainz.de
1840 W:      http://www.uni-mainz.de/~langm000/linux.html
1841 S:      Maintained
1843 IBM Power Linux RAID adapter
1844 P:      Brian King
1845 M:      brking@us.ibm.com
1846 S:      Supported
1848 IBM ServeRAID RAID DRIVER
1849 P:      Jack Hammer
1850 P:      Dave Jeffery
1851 M:      ipslinux@adaptec.com
1852 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1853 S:      Supported
1855 IDE SUBSYSTEM
1856 P:      Bartlomiej Zolnierkiewicz
1857 M:      bzolnier@gmail.com
1858 L:      linux-ide@vger.kernel.org
1859 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1860 S:      Maintained
1862 IDE/ATAPI CDROM DRIVER
1863 P:      Alan Cox
1864 M:      alan@lxorguk.ukuu.org.uk
1865 L:      linux-ide@vger.kernel.org
1866 S:      Maintained
1868 IDE/ATAPI FLOPPY DRIVERS
1869 P:      Paul Bristow
1870 M:      Paul Bristow <paul@paulbristow.net>
1871 W:      http://paulbristow.net/linux/idefloppy.html
1872 L:      linux-kernel@vger.kernel.org
1873 S:      Maintained
1875 IDE/ATAPI TAPE DRIVERS
1876 P:      Gadi Oxman
1877 M:      Gadi Oxman <gadio@netvision.net.il>
1878 L:      linux-kernel@vger.kernel.org
1879 S:      Maintained
1881 IEEE 1394 SUBSYSTEM
1882 P:      Ben Collins
1883 M:      ben.collins@ubuntu.com
1884 P:      Stefan Richter
1885 M:      stefanr@s5r6.in-berlin.de
1886 L:      linux1394-devel@lists.sourceforge.net
1887 W:      http://www.linux1394.org/
1888 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1889 S:      Maintained
1891 IEEE 1394 RAW I/O DRIVER (raw1394)
1892 P:      Dan Dennedy
1893 M:      dan@dennedy.org
1894 P:      Stefan Richter
1895 M:      stefanr@s5r6.in-berlin.de
1896 L:      linux1394-devel@lists.sourceforge.net
1897 S:      Maintained
1899 IMS TWINTURBO FRAMEBUFFER DRIVER
1900 P:      Paul Mundt
1901 M:      lethal@chaoticdreams.org
1902 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1903 S:      Maintained
1905 INFINIBAND SUBSYSTEM
1906 P:      Roland Dreier
1907 M:      rolandd@cisco.com
1908 P:      Sean Hefty
1909 M:      mshefty@ichips.intel.com
1910 P:      Hal Rosenstock
1911 M:      hal.rosenstock@gmail.com 
1912 L:      general@lists.openfabrics.org
1913 W:      http://www.openib.org/
1914 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1915 S:      Supported
1917 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
1918 P:      Dmitry Torokhov
1919 M:      dmitry.torokhov@gmail.com
1920 M:      dtor@mail.ru
1921 L:      linux-input@atrey.karlin.mff.cuni.cz
1922 L:      linux-joystick@atrey.karlin.mff.cuni.cz
1923 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1924 S:      Maintained
1926 INOTIFY
1927 P:      John McCutchan
1928 M:      ttb@tentacle.dhs.org
1929 P:      Robert Love
1930 M:      rml@novell.com
1931 L:      linux-kernel@vger.kernel.org
1932 S:      Maintained
1934 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1935 P:      Sylvain Meyer
1936 M:      sylvain.meyer@worldonline.fr
1937 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1938 S:      Maintained
1940 INTEL 810/815 FRAMEBUFFER DRIVER
1941 P:      Antonino Daplas
1942 M:      adaplas@gmail.com
1943 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1944 S:      Maintained
1946 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1947 P:      Ingo Molnar
1948 M:      mingo@redhat.com
1949 S:      Maintained
1951 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1952 P:      Jeff Garzik
1953 M:      jgarzik@pobox.com
1954 W:      http://sourceforge.net/projects/gkernel/
1955 S:      Maintained
1957 INTEL IA32 MICROCODE UPDATE SUPPORT
1958 P:      Tigran Aivazian
1959 M:      tigran@aivazian.fsnet.co.uk
1960 S:      Maintained
1962 INTEL I/OAT DMA DRIVER
1963 P:      Shannon Nelson
1964 M:      shannon.nelson@intel.com
1965 L:      linux-kernel@vger.kernel.org
1966 S:      Supported
1968 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1969 P:      Deepak Saxena
1970 M:      dsaxena@plexity.net
1971 S:      Maintained
1973 INTEL IXP2000 ETHERNET DRIVER
1974 P:      Lennert Buytenhek
1975 M:      kernel@wantstofly.org
1976 L:      netdev@vger.kernel.org
1977 S:      Maintained
1979 INTEL PRO/100 ETHERNET SUPPORT
1980 P:      John Ronciak
1981 M:      john.ronciak@intel.com
1982 P:      Jesse Brandeburg
1983 M:      jesse.brandeburg@intel.com
1984 P:      Jeff Kirsher
1985 M:      jeffrey.t.kirsher@intel.com
1986 P:      Auke Kok
1987 M:      auke-jan.h.kok@intel.com
1988 L:      e1000-devel@lists.sourceforge.net
1989 W:      http://sourceforge.net/projects/e1000/
1990 S:      Supported
1992 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1993 P:      Jeb Cramer
1994 M:      cramerj@intel.com
1995 P:      John Ronciak
1996 M:      john.ronciak@intel.com
1997 P:      Jesse Brandeburg
1998 M:      jesse.brandeburg@intel.com
1999 P:      Jeff Kirsher
2000 M:      jeffrey.t.kirsher@intel.com
2001 P:      Auke Kok
2002 M:      auke-jan.h.kok@intel.com
2003 L:      e1000-devel@lists.sourceforge.net
2004 W:      http://sourceforge.net/projects/e1000/
2005 S:      Supported
2007 INTEL PRO/10GbE SUPPORT
2008 P:      Jeff Kirsher
2009 M:      jeffrey.t.kirsher@intel.com
2010 P:      Ayyappan Veeraiyan
2011 M:      ayyappan.veeraiyan@intel.com
2012 P:      John Ronciak
2013 M:      john.ronciak@intel.com
2014 P:      Jesse Brandeburg
2015 M:      jesse.brandeburg@intel.com
2016 P:      Auke Kok
2017 M:      auke-jan.h.kok@intel.com
2018 L:      e1000-devel@lists.sourceforge.net
2019 W:      http://sourceforge.net/projects/e1000/
2020 S:      Supported
2022 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2023 P:      Yi Zhu
2024 M:      yi.zhu@intel.com
2025 P:      James Ketrenos
2026 M:      jketreno@linux.intel.com
2027 L:      linux-wireless@vger.kernel.org
2028 L:      ipw2100-devel@lists.sourceforge.net
2029 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2030 W:      http://ipw2100.sourceforge.net
2031 S:      Supported
2033 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2034 P:      Yi Zhu
2035 M:      yi.zhu@intel.com
2036 P:      James Ketrenos
2037 M:      jketreno@linux.intel.com
2038 L:      linux-wireless@vger.kernel.org
2039 L:      ipw2100-devel@lists.sourceforge.net
2040 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2041 W:      http://ipw2200.sourceforge.net
2042 S:      Supported
2044 IOC3 DRIVER
2045 P:      Ralf Baechle
2046 M:      ralf@linux-mips.org
2047 L:      linux-mips@linux-mips.org
2048 S:      Maintained
2050 IP MASQUERADING:
2051 P:      Juanjo Ciarlante
2052 M:      jjciarla@raiz.uncu.edu.ar
2053 S:      Maintained
2055 IPATH DRIVER:
2056 P:      Arthur Jones
2057 M:      infinipath@qlogic.com
2058 L:      general@lists.openfabrics.org
2059 T:      git git://git.qlogic.com/ipath-linux-2.6
2060 S:      Supported
2062 IPMI SUBSYSTEM
2063 P:      Corey Minyard
2064 M:      minyard@acm.org
2065 L:      openipmi-developer@lists.sourceforge.net
2066 W:      http://openipmi.sourceforge.net/
2067 S:      Supported
2069 IPX NETWORK LAYER
2070 P:      Arnaldo Carvalho de Melo
2071 M:      acme@ghostprotocols.net
2072 L:      netdev@vger.kernel.org
2073 S:      Maintained
2075 IRDA SUBSYSTEM
2076 P:      Samuel Ortiz
2077 M:      samuel@sortiz.org
2078 L:      irda-users@lists.sourceforge.net (subscribers-only)
2079 W:      http://irda.sourceforge.net/
2080 S:      Maintained
2082 ISAPNP
2083 P:      Jaroslav Kysela
2084 M:      perex@suse.cz
2085 S:      Maintained
2087 ISDN SUBSYSTEM
2088 P:      Karsten Keil
2089 M:      kkeil@suse.de
2090 P:      Kai Germaschewski
2091 M:      kai.germaschewski@gmx.de
2092 L:      isdn4linux@listserv.isdn4linux.de
2093 W:      http://www.isdn4linux.de
2094 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2095 S:      Maintained
2097 ISDN SUBSYSTEM (Eicon active card driver)
2098 P:      Armin Schindler
2099 M:      mac@melware.de
2100 L:      isdn4linux@listserv.isdn4linux.de
2101 W:      http://www.melware.de
2102 S:      Maintained
2104 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2105 P:      David Woodhouse
2106 M:      dwmw2@infradead.org
2107 L:      jffs-dev@axis.com
2108 W:      http://sources.redhat.com/jffs2/
2109 S:      Maintained
2111 JFS FILESYSTEM
2112 P:      Dave Kleikamp
2113 M:      shaggy@austin.ibm.com
2114 L:      jfs-discussion@lists.sourceforge.net
2115 W:      http://jfs.sourceforge.net/
2116 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2117 S:      Supported
2119 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2120 P:      Stephen Tweedie, Andrew Morton
2121 M:      sct@redhat.com, akpm@linux-foundation.org
2122 L:      linux-ext4@vger.kernel.org
2123 S:      Maintained
2125 K8TEMP HARDWARE MONITORING DRIVER
2126 P:      Rudolf Marek
2127 M:      r.marek@assembler.cz
2128 L:      lm-sensors@lm-sensors.org
2129 S:      Maintained
2131 KCONFIG
2132 P:      Roman Zippel
2133 M:      zippel@linux-m68k.org
2134 L:      kbuild-devel@lists.sourceforge.net
2135 S:      Maintained
2137 KDUMP
2138 P:      Vivek Goyal
2139 M:      vgoyal@in.ibm.com
2140 P:      Haren Myneni
2141 M:      hbabu@us.ibm.com
2142 L:      kexec@lists.infradead.org
2143 L:      linux-kernel@vger.kernel.org
2144 W:      http://lse.sourceforge.net/kdump/
2145 S:      Maintained
2147 KERNEL AUTOMOUNTER (AUTOFS)
2148 P:      H. Peter Anvin
2149 M:      hpa@zytor.com
2150 L:      autofs@linux.kernel.org
2151 S:      Odd Fixes
2153 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2154 P:      Ian Kent
2155 M:      raven@themaw.net
2156 L:      autofs@linux.kernel.org
2157 S:      Maintained
2159 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2160 P:      Kai Germaschewski
2161 M:      kai@germaschewski.name
2162 P:      Sam Ravnborg
2163 M:      sam@ravnborg.org
2164 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
2165 S:      Maintained
2167 KERNEL JANITORS
2168 P:      Several
2169 L:      kernel-janitors@vger.kernel.org
2170 W:      http://www.kerneljanitors.org/
2171 S:      Maintained
2173 KERNEL NFSD
2174 P:      Neil Brown
2175 M:      neilb@suse.de
2176 L:      nfs@lists.sourceforge.net
2177 W:      http://nfs.sourceforge.net/
2178 S:      Supported
2180 KERNEL VIRTUAL MACHINE (KVM)
2181 P:      Avi Kivity
2182 M:      avi@qumranet.com
2183 L:      kvm-devel@lists.sourceforge.net
2184 W:      kvm.sourceforge.net
2185 S:      Supported
2187 KEXEC
2188 P:      Eric Biederman
2189 M:      ebiederm@xmission.com
2190 W:      http://www.xmission.com/~ebiederm/files/kexec/
2191 L:      linux-kernel@vger.kernel.org
2192 L:      kexec@lists.infradead.org
2193 S:      Maintained
2195 KPROBES
2196 P:      Prasanna S Panchamukhi
2197 M:      prasanna@in.ibm.com
2198 P:      Ananth N Mavinakayanahalli
2199 M:      ananth@in.ibm.com
2200 P:      Anil S Keshavamurthy
2201 M:      anil.s.keshavamurthy@intel.com
2202 P:      David S. Miller
2203 M:      davem@davemloft.net
2204 L:      linux-kernel@vger.kernel.org
2205 S:      Maintained
2207 KS0108 LCD CONTROLLER DRIVER
2208 P:      Miguel Ojeda Sandonis
2209 M:      maxextreme@gmail.com
2210 L:      linux-kernel@vger.kernel.org
2211 W:      http://auxdisplay.googlepages.com/
2212 S:      Maintained
2214 LAPB module
2215 L:      linux-x25@vger.kernel.org
2216 S:      Orphan
2218 LASI 53c700 driver for PARISC
2219 P:      James E.J. Bottomley
2220 M:      James.Bottomley@HansenPartnership.com
2221 L:      linux-scsi@vger.kernel.org
2222 S:      Maintained
2224 LED SUBSYSTEM
2225 P:      Richard Purdie
2226 M:      rpurdie@rpsys.net
2227 S:      Maintained
2229 LEGO USB Tower driver
2230 P:      Juergen Stuber
2231 M:      starblue@users.sourceforge.net
2232 L:      legousb-devel@lists.sourceforge.net
2233 W:      http://legousb.sourceforge.net/
2234 S:      Maintained
2236 LINUX FOR IBM pSERIES (RS/6000)
2237 P:      Paul Mackerras
2238 M:      paulus@au.ibm.com
2239 W:      http://www.ibm.com/linux/ltc/projects/ppc
2240 S:      Supported
2242 LINUX FOR NCR VOYAGER
2243 P:      James Bottomley
2244 M:      James.Bottomley@HansenPartnership.com
2245 W:      http://www.hansenpartnership.com/voyager
2246 S:      Maintained
2248 LINUX FOR POWERPC
2249 P:      Paul Mackerras
2250 M:      paulus@samba.org
2251 W:      http://www.penguinppc.org/
2252 L:      linuxppc-dev@ozlabs.org
2253 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2254 S:      Supported
2256 LINUX FOR POWER MACINTOSH
2257 P:      Benjamin Herrenschmidt
2258 M:      benh@kernel.crashing.org
2259 W:      http://www.penguinppc.org/
2260 L:      linuxppc-dev@ozlabs.org
2261 S:      Maintained
2263 LINUX FOR POWERPC EMBEDDED MPC52XX
2264 P:      Sylvain Munaut
2265 M:      tnt@246tNt.com
2266 W:      http://www.246tNt.com/mpc52xx/
2267 W:      http://www.penguinppc.org/
2268 L:      linuxppc-dev@ozlabs.org
2269 L:      linuxppc-embedded@ozlabs.org
2270 S:      Maintained
2272 LINUX FOR POWERPC EMBEDDED PPC4XX
2273 P:      Matt Porter
2274 M:      mporter@kernel.crashing.org
2275 W:      http://www.penguinppc.org/
2276 L:      linuxppc-embedded@ozlabs.org
2277 S:      Maintained
2279 LINUX FOR POWERPC BOOT CODE
2280 P:      Tom Rini
2281 M:      trini@kernel.crashing.org
2282 W:      http://www.penguinppc.org/
2283 L:      linuxppc-embedded@ozlabs.org
2284 S:      Maintained
2286 LINUX FOR POWERPC EMBEDDED PPC8XX
2287 P:      Marcelo Tosatti
2288 M:      marcelo@kvack.org
2289 W:      http://www.penguinppc.org/
2290 L:      linuxppc-embedded@ozlabs.org
2291 S:      Maintained
2293 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2294 P:      Kumar Gala
2295 M:      galak@kernel.crashing.org
2296 W:      http://www.penguinppc.org/
2297 L:      linuxppc-embedded@ozlabs.org
2298 S:      Maintained
2300 LINUX FOR POWERPC PA SEMI PWRFICIENT
2301 P:      Olof Johansson
2302 M:      olof@lixom.net
2303 W:      http://www.pasemi.com/
2304 L:      linuxppc-dev@ozlabs.org
2305 S:      Supported
2307 LLC (802.2)
2308 P:      Arnaldo Carvalho de Melo
2309 M:      acme@ghostprotocols.net
2310 S:      Maintained
2312 LINUX FOR 64BIT POWERPC
2313 P:      Paul Mackerras
2314 M:      paulus@samba.org
2315 M:      paulus@au.ibm.com
2316 P:      Anton Blanchard
2317 M:      anton@samba.org
2318 M:      anton@au.ibm.com
2319 W:      http://www.penguinppc.org/ppc64/
2320 L:      linuxppc-dev@ozlabs.org
2321 S:      Supported
2323 LINUX SECURITY MODULE (LSM) FRAMEWORK
2324 P:      Chris Wright
2325 M:      chrisw@sous-sol.org
2326 L:      linux-security-module@vger.kernel.org
2327 W:      http://lsm.immunix.org
2328 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2329 S:      Supported
2331 LM83 HARDWARE MONITOR DRIVER
2332 P:      Jean Delvare
2333 M:      khali@linux-fr.org
2334 L:      lm-sensors@lm-sensors.org
2335 S:      Maintained
2337 LM90 HARDWARE MONITOR DRIVER
2338 P:      Jean Delvare
2339 M:      khali@linux-fr.org
2340 L:      lm-sensors@lm-sensors.org
2341 S:      Maintained
2343 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2344 P:      Richard Russon (FlatCap)
2345 M:      ldm@flatcap.org
2346 L:      linux-ntfs-dev@lists.sourceforge.net
2347 W:      http://www.linux-ntfs.org/content/view/19/37/
2348 S:      Maintained
2350 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2351 P:      Eric Moore
2352 M:      Eric.Moore@lsi.com
2353 M:      support@lsi.com
2354 L:      mpt_linux_developer@lsi.com
2355 L:      linux-scsi@vger.kernel.org
2356 W:      http://www.lsilogic.com/support
2357 S:      Supported
2359 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2360 P:      Matthew Wilcox
2361 M:      matthew@wil.cx
2362 L:      linux-scsi@vger.kernel.org
2363 S:      Maintained
2365 M32R ARCHITECTURE
2366 P:      Hirokazu Takata
2367 M:      takata@linux-m32r.org
2368 L:      linux-m32r@ml.linux-m32r.org
2369 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2370 W:      http://www.linux-m32r.org/
2371 S:      Maintained
2373 M68K ARCHITECTURE
2374 P:      Geert Uytterhoeven
2375 M:      geert@linux-m68k.org
2376 P:      Roman Zippel
2377 M:      zippel@linux-m68k.org
2378 L:      linux-m68k@lists.linux-m68k.org
2379 W:      http://www.linux-m68k.org/
2380 W:      http://linux-m68k-cvs.ubb.ca/
2381 S:      Maintained
2383 M68K ON APPLE MACINTOSH
2384 P:      Joshua Thompson
2385 M:      funaho@jurai.org
2386 W:      http://www.mac.linux-m68k.org/
2387 L:      linux-mac68k@mac.linux-m68k.org
2388 S:      Maintained
2390 M68K ON HP9000/300
2391 P:      Philip Blundell
2392 M:      philb@gnu.org
2393 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2394 S:      Maintained
2396 MAC80211
2397 P:      Jiri Benc
2398 M:      jbenc@suse.cz
2399 P:      Michael Wu
2400 M:      flamingice@sourmilk.net
2401 L:      linux-wireless@vger.kernel.org
2402 W:      http://linuxwireless.org/
2403 T:      git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2404 S:      Maintained
2406 MACVLAN DRIVER
2407 P:      Patrick McHardy
2408 M:      kaber@trash.net
2409 L:      netdev@vger.kernel.org
2410 S:      Maintained
2412 MARVELL YUKON / SYSKONNECT DRIVER
2413 P:      Mirko Lindner
2414 M:      mlindner@syskonnect.de
2415 P:      Ralph Roesler
2416 M:      rroesler@syskonnect.de
2417 W:      http://www.syskonnect.com
2418 S:      Supported
2420 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2421 P:      Michael Kerrisk
2422 M:      mtk-manpages@gmx.net
2423 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2424 S:      Maintained
2426 MARVELL MV643XX ETHERNET DRIVER
2427 P:      Dale Farnsworth
2428 M:      dale@farnsworth.org
2429 P:      Manish Lachwani
2430 M:      mlachwani@mvista.com
2431 L:      netdev@vger.kernel.org
2432 S:      Odd Fixes for 2.4; Maintained for 2.6.
2434 MATROX FRAMEBUFFER DRIVER
2435 P:      Petr Vandrovec
2436 M:      vandrove@vc.cvut.cz
2437 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2438 S:      Maintained
2440 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2441 P:      Hans J. Koch
2442 M:      hjk@linutronix.de
2443 L:      lm-sensors@lm-sensors.org
2444 S:      Maintained
2446 MEGARAID SCSI DRIVERS
2447 P:      Neela Syam Kolli
2448 M:      megaraidlinux@lsi.com
2449 S:      linux-scsi@vger.kernel.org
2450 W:      http://megaraid.lsilogic.com
2451 S:      Maintained
2453 MEMORY MANAGEMENT
2454 L:      linux-mm@kvack.org
2455 L:      linux-kernel@vger.kernel.org
2456 W:      http://www.linux-mm.org
2457 S:      Maintained
2459 MEMORY TECHNOLOGY DEVICES (MTD)
2460 P:      David Woodhouse
2461 M:      dwmw2@infradead.org
2462 W:      http://www.linux-mtd.infradead.org/
2463 L:      linux-mtd@lists.infradead.org
2464 T:      git git://git.infradead.org/mtd-2.6.git
2465 S:      Maintained
2467 UNSORTED BLOCK IMAGES (UBI)
2468 P:      Artem Bityutskiy
2469 M:      dedekind@infradead.org
2470 W:      http://www.linux-mtd.infradead.org/
2471 L:      linux-mtd@lists.infradead.org
2472 T:      git git://git.infradead.org/~dedekind/ubi-2.6.git
2473 S:      Maintained
2475 MICROTEK X6 SCANNER
2476 P:      Oliver Neukum
2477 M:      oliver@neukum.name
2478 S:      Maintained
2480 MIPS
2481 P:      Ralf Baechle
2482 M:      ralf@linux-mips.org
2483 W:      http://www.linux-mips.org/
2484 L:      linux-mips@linux-mips.org
2485 T:      git www.linux-mips.org:/pub/scm/linux.git
2486 S:      Supported
2488 MISCELLANEOUS MCA-SUPPORT
2489 P:      James Bottomley
2490 M:      jejb@steeleye.com
2491 L:      linux-kernel@vger.kernel.org
2492 S:      Maintained
2494 MODULE SUPPORT
2495 P:      Rusty Russell
2496 M:      rusty@rustcorp.com.au
2497 L:      linux-kernel@vger.kernel.org
2498 S:      Maintained
2500 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2501 P:      Stelian Pop
2502 M:      stelian@popies.net
2503 W:      http://popies.net/meye/
2504 S:      Maintained
2506 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2507 P:      Pavel Pisa
2508 M:      ppisa@pikron.com
2509 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2510 W:      http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2511 S:      Maintained
2513 MOUSE AND MISC DEVICES [GENERAL]
2514 P:      Alessandro Rubini
2515 M:      rubini@ipvvis.unipv.it
2516 L:      linux-kernel@vger.kernel.org
2517 S:      Maintained
2519 MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2520 P:      Jiri Slaby
2521 M:      jirislaby@gmail.com
2522 L:      linux-kernel@vger.kernel.org
2523 S:      Maintained
2525 MSI LAPTOP SUPPORT
2526 P:      Lennart Poettering
2527 M:      mzxreary@0pointer.de
2528 L:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2529 W:      http://0pointer.de/lennart/tchibo.html
2530 S:      Maintained
2532 MTRR AND SIMILAR SUPPORT [i386]
2533 P:      Richard Gooch
2534 M:      rgooch@atnf.csiro.au
2535 L:      linux-kernel@vger.kernel.org
2536 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2537 S:      Maintained
2539 MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2540 P:      Pierre Ossman
2541 M:      drzeus-mmc@drzeus.cx
2542 L:      linux-kernel@vger.kernel.org
2543 S:      Maintained
2545 MULTISOUND SOUND DRIVER
2546 P:      Andrew Veliath
2547 M:      andrewtv@usa.net
2548 S:      Maintained
2550 MULTITECH MULTIPORT CARD (ISICOM)
2551 P:      Jiri Slaby
2552 M:      jirislaby@gmail.com
2553 L:      linux-kernel@vger.kernel.org
2554 S:      Maintained
2556 NATSEMI ETHERNET DRIVER (DP8381x)
2557 P:      Tim Hockin
2558 M:      thockin@hockin.org
2559 S:      Maintained
2561 NCP FILESYSTEM
2562 P:      Petr Vandrovec
2563 M:      vandrove@vc.cvut.cz
2564 L:      linware@sh.cvut.cz
2565 S:      Maintained
2567 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2568 P:      James E.J. Bottomley
2569 M:      James.Bottomley@HansenPartnership.com
2570 L:      linux-scsi@vger.kernel.org
2571 S:      Maintained
2573 NETEM NETWORK EMULATOR
2574 P:      Stephen Hemminger
2575 M:      shemminger@linux-foundation.org
2576 L:      netem@lists.linux-foundation.org
2577 S:      Maintained
2579 NETFILTER/IPTABLES/IPCHAINS
2580 P:      Rusty Russell
2581 P:      Marc Boucher
2582 P:      James Morris
2583 P:      Harald Welte
2584 P:      Jozsef Kadlecsik
2585 P:      Patrick McHardy
2586 M:      kaber@trash.net
2587 L:      netfilter-devel@lists.netfilter.org
2588 L:      netfilter@lists.netfilter.org (subscribers-only)
2589 L:      coreteam@netfilter.org
2590 W:      http://www.netfilter.org/
2591 W:      http://www.iptables.org/
2592 S:      Supported
2594 NETLABEL
2595 P:      Paul Moore
2596 M:      paul.moore@hp.com
2597 W:      http://netlabel.sf.net
2598 L:      netdev@vger.kernel.org
2599 S:      Supported
2601 NETROM NETWORK LAYER
2602 P:      Ralf Baechle
2603 M:      ralf@linux-mips.org
2604 L:      linux-hams@vger.kernel.org
2605 W:      http://www.linux-ax25.org/
2606 S:      Maintained
2608 NETWORK BLOCK DEVICE (NBD)
2609 P:      Paul Clements
2610 M:      Paul.Clements@steeleye.com
2611 S:      Maintained
2613 NETWORK DEVICE DRIVERS
2614 P:      Andrew Morton
2615 M:      akpm@linux-foundation.org
2616 P:      Jeff Garzik
2617 M:      jgarzik@pobox.com
2618 L:      netdev@vger.kernel.org
2619 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2620 S:      Maintained
2622 NETWORKING [GENERAL]
2623 P:      Networking Team
2624 M:      netdev@vger.kernel.org
2625 L:      netdev@vger.kernel.org
2626 W:      http://linux-net.osdl.org/
2627 S:      Maintained
2629 NETWORKING [IPv4/IPv6]
2630 P:      David S. Miller
2631 M:      davem@davemloft.net
2632 P:      Alexey Kuznetsov
2633 M:      kuznet@ms2.inr.ac.ru
2634 P:      Pekka Savola (ipv6)
2635 M:      pekkas@netcore.fi
2636 P:      James Morris
2637 M:      jmorris@namei.org
2638 P:      Hideaki YOSHIFUJI
2639 M:      yoshfuji@linux-ipv6.org
2640 P:      Patrick McHardy
2641 M:      kaber@coreworks.de
2642 L:      netdev@vger.kernel.org
2643 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2644 S:      Maintained
2646 NETWORKING [WIRELESS]
2647 P:      John W. Linville
2648 M:      linville@tuxdriver.com
2649 L:      linux-wireless@vger.kernel.org
2650 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2651 S:      Maintained
2653 NETXEN (1/10) GbE SUPPORT
2654 P:      Amit S. Kale
2655 M:      amitkale@netxen.com
2656 L:      netdev@vger.kernel.org
2657 W:      http://www.netxen.com
2658 S:      Supported
2660 IPVS
2661 P:      Wensong Zhang
2662 M:      wensong@linux-vs.org
2663 P:      Simon Horman
2664 M:      horms@verge.net.au
2665 P:      Julian Anastasov
2666 M:      ja@ssi.bg
2667 L:      netdev@vger.kernel.org
2668 S:      Maintained
2670 NFS CLIENT
2671 P:      Trond Myklebust
2672 M:      trond.myklebust@fys.uio.no
2673 L:      linux-kernel@vger.kernel.org
2674 S:      Maintained
2676 NI5010 NETWORK DRIVER
2677 P:      Jan-Pascal van Best
2678 M:      janpascal@vanbest.org
2679 P:      Andreas Mohr
2680 M:      andi@lisas.de
2681 L:      netdev@vger.kernel.org
2682 S:      Maintained
2684 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2685 P:      YOKOTA Hiroshi
2686 M:      yokota@netlab.is.tsukuba.ac.jp
2687 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2688 S:      Maintained
2690 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2691 P:      GOTO Masanori
2692 M:      gotom@debian.or.jp
2693 P:      YOKOTA Hiroshi
2694 M:      yokota@netlab.is.tsukuba.ac.jp
2695 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2696 S:      Maintained
2698 NTFS FILESYSTEM
2699 P:      Anton Altaparmakov
2700 M:      aia21@cantab.net
2701 L:      linux-ntfs-dev@lists.sourceforge.net
2702 L:      linux-kernel@vger.kernel.org
2703 W:      http://linux-ntfs.sf.net/
2704 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2705 S:      Maintained
2707 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2708 P:      Antonino Daplas
2709 M:      adaplas@gmail.com
2710 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2711 S:      Maintained
2713 NETERION (S2IO) Xframe 10GbE DRIVER
2714 P:      Ramkrishna Vepa
2715 M:      ram.vepa@neterion.com
2716 P:      Rastapur Santosh
2717 M:      santosh.rastapur@neterion.com
2718 P:      Sivakumar Subramani
2719 M:      sivakumar.subramani@neterion.com
2720 P:      Sreenivasa Honnur
2721 M:      sreenivasa.honnur@neterion.com
2722 L:      netdev@vger.kernel.org
2723 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2724 S:      Supported
2726 OPENCORES I2C BUS DRIVER
2727 P:      Peter Korsgaard
2728 M:      jacmet@sunsite.dk
2729 L:      i2c@lm-sensors.org
2730 S:      Maintained
2732 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2733 P:      Mark Fasheh
2734 M:      mark.fasheh@oracle.com
2735 P:      Kurt Hackel
2736 M:      kurt.hackel@oracle.com
2737 L:      ocfs2-devel@oss.oracle.com
2738 W:      http://oss.oracle.com/projects/ocfs2/
2739 S:      Supported
2741 OLYMPIC NETWORK DRIVER
2742 P:      Peter De Shrijver
2743 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2744 P:      Mike Phillips
2745 M:      mikep@linuxtr.net
2746 L:      netdev@vger.kernel.org
2747 L:      linux-tr@linuxtr.net
2748 W:      http://www.linuxtr.net
2749 S:      Maintained
2751 OMNIKEY CARDMAN 4000 DRIVER
2752 P:      Harald Welte
2753 M:      laforge@gnumonks.org
2754 S:      Maintained
2756 OMNIKEY CARDMAN 4040 DRIVER
2757 P:      Harald Welte
2758 M:      laforge@gnumonks.org
2759 S:      Maintained
2761 OMNIVISION OV7670 SENSOR DRIVER
2762 P:      Jonathan Corbet
2763 M:      corbet@lwn.net
2764 L:      video4linux-list@redhat.com
2765 S:      Maintained
2767 ONENAND FLASH DRIVER
2768 P:      Kyungmin Park
2769 M:      kyungmin.park@samsung.com
2770 L:      linux-mtd@lists.infradead.org
2771 S:      Maintained
2773 ONSTREAM SCSI TAPE DRIVER
2774 P:      Willem Riede
2775 M:      osst@riede.org
2776 L:      osst-users@lists.sourceforge.net
2777 L:      linux-scsi@vger.kernel.org
2778 S:      Maintained
2780 OPROFILE
2781 P:      Philippe Elie
2782 M:      phil.el@wanadoo.fr
2783 L:      oprofile-list@lists.sf.net
2784 S:      Maintained
2786 ORINOCO DRIVER
2787 P:      Pavel Roskin
2788 M:      proski@gnu.org
2789 P:      David Gibson
2790 M:      hermes@gibson.dropbear.id.au
2791 L:      linux-wireless@vger.kernel.org
2792 L:      orinoco-users@lists.sourceforge.net
2793 L:      orinoco-devel@lists.sourceforge.net
2794 W:      http://www.nongnu.org/orinoco/
2795 S:      Maintained
2797 PA SEMI ETHERNET DRIVER
2798 P:      Olof Johansson
2799 M:      olof@lixom.net
2800 L:      netdev@vger.kernel.org
2801 S:      Maintained
2803 PA SEMI SMBUS DRIVER
2804 P:      Olof Johansson
2805 M:      olof@lixom.net
2806 L:      i2c@lm-sensors.org
2807 S:      Maintained
2809 PARALLEL PORT SUPPORT
2810 L:      linux-parport@lists.infradead.org (subscribers-only)
2811 S:      Orphan
2813 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2814 P:      Tim Waugh
2815 M:      tim@cyberelk.net
2816 L:      linux-parport@lists.infradead.org (subscribers-only)
2817 W:      http://www.torque.net/linux-pp.html
2818 S:      Maintained
2820 PARISC ARCHITECTURE
2821 P:      Matthew Wilcox
2822 M:      matthew@wil.cx
2823 P:      Grant Grundler
2824 M:      grundler@parisc-linux.org
2825 P:      Kyle McMartin
2826 M:      kyle@parisc-linux.org
2827 L:      parisc-linux@parisc-linux.org
2828 W:      http://www.parisc-linux.org/
2829 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2830 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2831 S:      Maintained
2833 PARAVIRT_OPS INTERFACE
2834 P:      Jeremy Fitzhardinge
2835 M:      jeremy@xensource.com
2836 P:      Chris Wright
2837 M:      chrisw@sous-sol.org
2838 P:      Zachary Amsden
2839 M:      zach@vmware.com
2840 P:      Rusty Russell
2841 M:      rusty@rustcorp.com.au
2842 L:      virtualization@lists.osdl.org
2843 L:      linux-kernel@vger.kernel.org
2844 S:      Supported
2846 PC87360 HARDWARE MONITORING DRIVER
2847 P:      Jim Cromie
2848 M:      jim.cromie@gmail.com
2849 L:      lm-sensors@lm-sensors.org
2850 S:      Maintained
2852 PC8736x GPIO DRIVER
2853 P:      Jim Cromie
2854 M:      jim.cromie@gmail.com
2855 S:      Maintained
2857 PCI ERROR RECOVERY
2858 P:      Linas Vepstas
2859 M:      linas@austin.ibm.com
2860 L:      linux-kernel@vger.kernel.org
2861 L:      linux-pci@atrey.karlin.mff.cuni.cz
2862 S:      Supported
2864 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2865 P:      Thomas Sailer
2866 M:      sailer@ife.ee.ethz.ch
2867 L:      linux-sound@vger.kernel.org
2868 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2869 S:      Maintained
2871 PCI SUBSYSTEM
2872 P:      Greg Kroah-Hartman
2873 M:      gregkh@suse.de
2874 L:      linux-kernel@vger.kernel.org
2875 L:      linux-pci@atrey.karlin.mff.cuni.cz
2876 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2877 S:      Supported
2879 PCI HOTPLUG CORE
2880 P:      Kristen Carlson Accardi
2881 M:      kristen.c.accardi@intel.com
2882 S:      Supported
2884 PCIE HOTPLUG DRIVER
2885 P:      Kristen Carlson Accardi
2886 M:      kristen.c.accardi@intel.com
2887 L:      pcihpd-discuss@lists.sourceforge.net
2888 S:      Supported
2890 PCMCIA SUBSYSTEM
2891 P:      Linux PCMCIA Team
2892 L:      linux-pcmcia@lists.infradead.org
2893 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2894 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2895 S:      Maintained
2897 PCNET32 NETWORK DRIVER
2898 P:      Don Fry
2899 M:      pcnet32@verizon.net
2900 L:      netdev@vger.kernel.org
2901 S:      Maintained
2903 PER-TASK DELAY ACCOUNTING
2904 P:      Shailabh Nagar
2905 M:      nagar@watson.ibm.com
2906 L:      linux-kernel@vger.kernel.org
2907 S:      Maintained
2909 PERSONALITY HANDLING
2910 P:      Christoph Hellwig
2911 M:      hch@infradead.org
2912 L:      linux-abi-devel@lists.sourceforge.net
2913 S:      Maintained
2915 PHRAM MTD DRIVER
2916 P:      Jörn Engel
2917 M:      joern@wh.fh-wedel.de
2918 L:      linux-mtd@lists.infradead.org
2919 S:      Maintained
2921 PKTCDVD DRIVER
2922 P:      Peter Osterlund
2923 M:      petero2@telia.com
2924 L:      linux-kernel@vger.kernel.org
2925 S:      Maintained
2927 POSIX CLOCKS and TIMERS
2928 P:      Thomas Gleixner
2929 M:      tglx@linutronix.de
2930 L:      linux-kernel@vger.kernel.org
2931 S:      Supported
2933 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2934 P:      Anton Vorontsov
2935 M:      cbou@mail.ru
2936 P:      David Woodhouse
2937 M:      dwmw2@infradead.org
2938 L:      linux-kernel@vger.kernel.org
2939 L:      kernel-discuss@handhelds.org
2940 T:      git git.infradead.org/battery-2.6.git
2941 S:      Maintained
2943 POWERPC 4xx EMAC DRIVER
2944 P:      Eugene Surovegin
2945 M:      ebs@ebshome.net
2946 W:      http://kernel.ebshome.net/emac/
2947 L:      linuxppc-embedded@ozlabs.org
2948 L:      netdev@vger.kernel.org
2949 S:      Maintained
2951 PNP SUPPORT
2952 P:      Adam Belay
2953 M:      ambx1@neo.rr.com
2954 S:      Maintained
2956 PNXxxxx I2C DRIVER
2957 P:      Vitaly Wool
2958 M:      vitalywool@gmail.com
2959 L:      i2c@lm-sensors.org
2960 S:      Maintained
2962 PPP PROTOCOL DRIVERS AND COMPRESSORS
2963 P:      Paul Mackerras
2964 M:      paulus@samba.org
2965 L:      linux-ppp@vger.kernel.org
2966 S:      Maintained
2968 PPP OVER ATM (RFC 2364)
2969 P:      Mitchell Blank Jr
2970 M:      mitch@sfgoth.com
2971 S:      Maintained
2973 PPP OVER ETHERNET
2974 P:      Michal Ostrowski
2975 M:      mostrows@speakeasy.net
2976 S:      Maintained
2978 PPP OVER L2TP
2979 P:      James Chapman
2980 M:      jchapman@katalix.com
2981 S:      Maintained
2983 PREEMPTIBLE KERNEL
2984 P:      Robert Love
2985 M:      rml@tech9.net
2986 L:      linux-kernel@vger.kernel.org
2987 L:      kpreempt-tech@lists.sourceforge.net
2988 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2989 S:      Supported
2991 PRISM54 WIRELESS DRIVER
2992 P:      Luis R. Rodriguez
2993 M:      mcgrof@gmail.com
2994 L:      linux-wireless@vger.kernel.org
2995 W:      http://prism54.org
2996 S:      Maintained
2998 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2999 P:      Peter Denison
3000 M:      promise@pnd-pc.demon.co.uk
3001 W:      http://www.pnd-pc.demon.co.uk/promise/
3002 S:      Maintained
3004 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3005 P:      Mikael Pettersson
3006 M:      mikpe@it.uu.se
3007 L:      linux-ide@vger.kernel.org
3008 S:      Maintained
3010 PS3 NETWORK SUPPORT
3011 P:      Masakazu Mokuno
3012 M:      mokuno@sm.sony.co.jp
3013 L:      netdev@vger.kernel.org
3014 L:      cbe-oss-dev@ozlabs.org
3015 S:      Supported
3017 PS3 PLATFORM SUPPORT
3018 P:      Geoff Levand
3019 M:      geoffrey.levand@am.sony.com
3020 L:      linuxppc-dev@ozlabs.org
3021 L:      cbe-oss-dev@ozlabs.org
3022 S:      Supported
3024 PVRUSB2 VIDEO4LINUX DRIVER
3025 P:      Mike Isely
3026 M:      isely@pobox.com
3027 L:      pvrusb2@isely.net       (subscribers-only)
3028 L:      video4linux-list@redhat.com
3029 W:      http://www.isely.net/pvrusb2/
3030 S:      Maintained
3032 PXA2xx SUPPORT
3033 P:      Nicolas Pitre
3034 M:      nico@cam.org
3035 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3036 S:      Maintained
3038 PXA MMCI DRIVER
3039 S:      Orphan
3041 QLOGIC QLA2XXX FC-SCSI DRIVER
3042 P:      Andrew Vasquez
3043 M:      linux-driver@qlogic.com
3044 L:      linux-scsi@vger.kernel.org
3045 S:      Supported
3047 QLOGIC QLA3XXX NETWORK DRIVER
3048 P:      Ron Mercer
3049 M:      linux-driver@qlogic.com
3050 L:      netdev@vger.kernel.org
3051 S:      Supported
3053 QNX4 FILESYSTEM
3054 P:      Anders Larsen
3055 M:      al@alarsen.net
3056 L:      linux-kernel@vger.kernel.org
3057 W:      http://www.alarsen.net/linux/qnx4fs/
3058 S:      Maintained
3060 RADEON FRAMEBUFFER DISPLAY DRIVER
3061 P:      Benjamin Herrenschmidt
3062 M:      benh@kernel.crashing.org
3063 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3064 S:      Maintained
3066 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3067 P:      Paul Mackerras
3068 M:      paulus@samba.org
3069 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3070 S:      Maintained
3072 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3073 P:      Corey Thomas
3074 M:      corey@world.std.com
3075 L:      linux-wireless@vger.kernel.org
3076 S:      Maintained
3078 RANDOM NUMBER DRIVER
3079 P:      Matt Mackall
3080 M:      mpm@selenic.com
3081 S:      Maintained
3083 RAPIDIO SUBSYSTEM
3084 P:      Matt Porter
3085 M:      mporter@kernel.crashing.org
3086 L:      linux-kernel@vger.kernel.org
3087 S:      Maintained
3089 READ-COPY UPDATE (RCU)
3090 P:      Dipankar Sarma
3091 M:      dipankar@in.ibm.com
3092 W:      http://www.rdrop.com/users/paulmck/rclock/
3093 L:      linux-kernel@vger.kernel.org
3094 S:      Supported
3096 RCUTORTURE MODULE
3097 P:      Josh Triplett
3098 M:      josh@freedesktop.org
3099 L:      linux-kernel@vger.kernel.org
3100 S:      Maintained
3102 REAL TIME CLOCK DRIVER
3103 P:      Paul Gortmaker
3104 M:      p_gortmaker@yahoo.com
3105 L:      linux-kernel@vger.kernel.org
3106 S:      Maintained
3108 REAL TIME CLOCK (RTC) SUBSYSTEM
3109 P:      Alessandro Zummo
3110 M:      a.zummo@towertech.it
3111 L:      rtc-linux@googlegroups.com
3112 S:      Maintained
3114 REISERFS FILE SYSTEM
3115 P:      Hans Reiser
3116 M:      reiserfs-dev@namesys.com
3117 L:      reiserfs-devel@vger.kernel.org
3118 W:      http://www.namesys.com
3119 S:      Supported
3121 ROCKETPORT DRIVER
3122 P:      Comtrol Corp.
3123 W:      http://www.comtrol.com
3124 S:      Maintained
3126 ROSE NETWORK LAYER
3127 P:      Ralf Baechle
3128 M:      ralf@linux-mips.org
3129 L:      linux-hams@vger.kernel.org
3130 W:      http://www.linux-ax25.org/
3131 S:      Maintained
3133 RISCOM8 DRIVER
3134 S:      Orphan
3136 RTL818X WIRELESS DRIVER
3137 P:      Michael Wu
3138 M:      flamingice@sourmilk.net
3139 P:      Andrea Merello
3140 M:      andreamrl@tiscali.it
3141 L:      linux-wireless@vger.kernel.org
3142 W:      http://linuxwireless.org/
3143 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3144 S:      Maintained
3146 S3 SAVAGE FRAMEBUFFER DRIVER
3147 P:      Antonino Daplas
3148 M:      adaplas@gmail.com
3149 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3150 S:      Maintained
3152 S390
3153 P:      Martin Schwidefsky
3154 M:      schwidefsky@de.ibm.com
3155 P:      Heiko Carstens
3156 M:      heiko.carstens@de.ibm.com
3157 M:      linux390@de.ibm.com
3158 L:      linux-s390@vger.kernel.org
3159 W:      http://www.ibm.com/developerworks/linux/linux390/
3160 S:      Supported
3162 S390 NETWORK DRIVERS
3163 P:      Frank Pavlic
3164 M:      fpavlic@de.ibm.com
3165 M:      linux390@de.ibm.com
3166 L:      linux-s390@vger.kernel.org
3167 W:      http://www.ibm.com/developerworks/linux/linux390/
3168 S:      Supported
3170 S390 ZFCP DRIVER
3171 P:      Swen Schillig
3172 M:      swen@vnet.ibm.com
3173 M:      linux390@de.ibm.com
3174 L:      linux-s390@vger.kernel.org
3175 W:      http://www.ibm.com/developerworks/linux/linux390/
3176 S:      Supported
3178 SAA7146 VIDEO4LINUX-2 DRIVER
3179 P:      Michael Hunold
3180 M:      michael@mihu.de
3181 W:      http://www.mihu.de/linux/saa7146
3182 S:      Maintained
3184 SC1200 WDT DRIVER
3185 P:      Zwane Mwaikambo
3186 M:      zwane@arm.linux.org.uk
3187 S:      Maintained
3189 SCHEDULER
3190 P:      Ingo Molnar
3191 M:      mingo@elte.hu
3192 P:      Robert Love    [the preemptible kernel bits]
3193 M:      rml@tech9.net
3194 L:      linux-kernel@vger.kernel.org
3195 S:      Maintained
3197 SCSI CDROM DRIVER
3198 P:      Jens Axboe
3199 M:      axboe@kernel.dk
3200 L:      linux-scsi@vger.kernel.org
3201 W:      http://www.kernel.dk
3202 S:      Maintained
3204 SCSI SG DRIVER
3205 P:      Doug Gilbert
3206 M:      dgilbert@interlog.com
3207 L:      linux-scsi@vger.kernel.org
3208 W:      http://www.torque.net/sg
3209 S:      Maintained
3211 SCSI SUBSYSTEM
3212 P:      James E.J. Bottomley
3213 M:      James.Bottomley@SteelEye.com
3214 L:      linux-scsi@vger.kernel.org
3215 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3216 S:      Maintained
3218 SCSI TAPE DRIVER
3219 P:      Kai Mäkisara
3220 M:      Kai.Makisara@kolumbus.fi
3221 L:      linux-scsi@vger.kernel.org
3222 S:      Maintained
3224 SCTP PROTOCOL
3225 P:      Vlad Yasevich
3226 M:      vladislav.yasevich@hp.com
3227 P:      Sridhar Samudrala
3228 M:      sri@us.ibm.com
3229 L:      lksctp-developers@lists.sourceforge.net
3230 W:      http://lksctp.sourceforge.net
3231 S:      Supported
3233 SCx200 CPU SUPPORT
3234 P:      Jim Cromie
3235 M:      jim.cromie@gmail.com
3236 S:      Odd Fixes
3238 SCx200 GPIO DRIVER
3239 P:      Jim Cromie
3240 M:      jim.cromie@gmail.com
3241 S:      Maintained
3243 SCx200 HRT CLOCKSOURCE DRIVER
3244 P:      Jim Cromie
3245 M:      jim.cromie@gmail.com
3246 S:      Maintained
3248 SECURITY CONTACT
3249 P:      Security Officers
3250 M:      security@kernel.org
3251 S:      Supported
3253 SELINUX SECURITY MODULE
3254 P:      Stephen Smalley
3255 M:      sds@tycho.nsa.gov
3256 P:      James Morris
3257 M:      jmorris@namei.org
3258 P:      Eric Paris
3259 M:      eparis@parisplace.org
3260 L:      linux-kernel@vger.kernel.org (kernel issues)
3261 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3262 W:      http://www.nsa.gov/selinux
3263 S:      Supported
3265 SENSABLE PHANTOM
3266 P:      Jiri Slaby
3267 M:      jirislaby@gmail.com
3268 S:      Maintained
3270 SERIAL ATA (SATA) SUBSYSTEM:
3271 P:      Jeff Garzik
3272 M:      jgarzik@pobox.com
3273 L:      linux-ide@vger.kernel.org
3274 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3275 S:      Supported
3277 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3278 P:      Pat Gefre
3279 M:      pfg@sgi.com
3280 L:      linux-ia64@vger.kernel.org
3281 S:      Supported
3283 SGI VISUAL WORKSTATION 320 AND 540
3284 P:      Andrey Panin
3285 M:      pazke@donpac.ru
3286 L:      linux-visws-devel@lists.sf.net
3287 W:      http://linux-visws.sf.net
3288 S:      Maintained for 2.6.
3290 SIMTEC EB110ATX (Chalice CATS)
3291 P:      Ben Dooks
3292 P:      Vincent Sanders
3293 M:      support@simtec.co.uk
3294 W:      http://www.simtec.co.uk/products/EB110ATX/
3295 S:      Supported
3297 SIMTEC EB2410ITX (BAST)
3298 P:      Ben Dooks
3299 P:      Vincent Sanders
3300 M:      support@simtec.co.uk
3301 W:      http://www.simtec.co.uk/products/EB2410ITX/
3302 S:      Supported
3304 SIS 190 ETHERNET DRIVER
3305 P:      Francois Romieu
3306 M:      romieu@fr.zoreil.com
3307 L:      netdev@vger.kernel.org
3308 S:      Maintained
3310 SIS 5513 IDE CONTROLLER DRIVER
3311 P:      Lionel Bouton
3312 M:      Lionel.Bouton@inet6.fr
3313 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3314 W:      http://gyver.homeip.net/sis5513/index.html
3315 S:      Maintained
3317 SIS 900/7016 FAST ETHERNET DRIVER
3318 P:      Daniele Venzano
3319 M:      venza@brownhat.org
3320 W:      http://www.brownhat.org/sis900.html
3321 L:      netdev@vger.kernel.org
3322 S:      Maintained
3324 SIS 96X I2C/SMBUS DRIVER
3325 P:      Mark M. Hoffman
3326 M:      mhoffman@lightlink.com
3327 L:      lm-sensors@lm-sensors.org
3328 S:      Maintained
3330 SIS FRAMEBUFFER DRIVER
3331 P:      Thomas Winischhofer
3332 M:      thomas@winischhofer.net
3333 W:      http://www.winischhofer.net/linuxsisvga.shtml
3334 S:      Maintained
3336 SIS USB2VGA DRIVER
3337 P:      Thomas Winischhofer
3338 M:      thomas@winischhofer.net
3339 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3340 S:      Maintained
3342 SMC91x ETHERNET DRIVER
3343 P:      Nicolas Pitre
3344 M:      nico@cam.org
3345 S:      Maintained
3347 SMSC47B397 HARDWARE MONITOR DRIVER
3348 P:      Mark M. Hoffman
3349 M:      mhoffman@lightlink.com
3350 L:      lm-sensors@lm-sensors.org
3351 S:      Maintained
3353 SOFTMAC LAYER (IEEE 802.11)
3354 P:      Johannes Berg
3355 M:      johannes@sipsolutions.net
3356 P:      Joe Jezak
3357 M:      josejx@gentoo.org
3358 P:      Daniel Drake
3359 M:      dsd@gentoo.org
3360 W:      http://softmac.sipsolutions.net/
3361 L:      linux-wireless@vger.kernel.org
3362 S:      Maintained
3364 SOFTWARE RAID (Multiple Disks) SUPPORT
3365 P:      Ingo Molnar
3366 M:      mingo@redhat.com
3367 P:      Neil Brown
3368 M:      neilb@suse.de
3369 L:      linux-raid@vger.kernel.org
3370 S:      Supported
3372 HIBERNATION (aka Software Suspend, aka swsusp):
3373 P:      Pavel Machek
3374 M:      pavel@suse.cz
3375 P:      Rafael J. Wysocki
3376 M:      rjw@sisk.pl
3377 L:      linux-pm@lists.linux-foundation.org
3378 S:      Supported
3380 SUSPEND TO RAM:
3381 P:      Pavel Machek
3382 M:      pavel@suse.cz
3383 P:      Rafael J. Wysocki
3384 M:      rjw@sisk.pl
3385 L:      linux-pm@lists.linux-foundation.org
3386 S:      Maintained
3388 SONIC NETWORK DRIVER
3389 P:      Thomas Bogendoerfer
3390 M:      tsbogend@alpha.franken.de
3391 L:      netdev@vger.kernel.org
3392 S:      Maintained
3394 SONY VAIO CONTROL DEVICE DRIVER
3395 P:      Mattia Dongili
3396 M:      malattia@linux.it
3397 L:      linux-acpi@vger.kernel.org
3398 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3399 S:      Maintained
3401 SOUND
3402 P:      Jaroslav Kysela
3403 M:      perex@suse.cz
3404 L:      alsa-devel@alsa-project.org (subscribers-only)
3405 S:      Maintained
3407 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3408 P:      Liam Girdwood
3409 M:      liam.girdwood@wolfsonmicro.com
3410 L:      alsa-devel@alsa-project.org (subscribers-only)
3411 S:      Supported
3413 SPI SUBSYSTEM
3414 P:      David Brownell
3415 M:      dbrownell@users.sourceforge.net
3416 L:      spi-devel-general@lists.sourceforge.net
3417 S:      Maintained
3419 STABLE BRANCH:
3420 P:      Greg Kroah-Hartman
3421 M:      greg@kroah.com
3422 P:      Chris Wright
3423 M:      chrisw@sous-sol.org
3424 L:      stable@kernel.org
3425 S:      Maintained
3427 TPM DEVICE DRIVER
3428 P:      Kylene Hall
3429 M:      kjhall@us.ibm.com
3430 W:      http://tpmdd.sourceforge.net
3431 P:      Marcel Selhorst
3432 M:      tpm@selhorst.net
3433 W:      http://www.prosec.rub.de/tpm/
3434 L:      tpmdd-devel@lists.sourceforge.net
3435 S:      Maintained
3437 Telecom Clock Driver for MCPL0010
3438 P:      Mark Gross
3439 M:      mark.gross@intel.com
3440 S:      Supported
3442 TENSILICA XTENSA PORT (xtensa):
3443 P:      Chris Zankel
3444 M:      chris@zankel.net
3445 S:      Maintained
3447 THINKPAD ACPI EXTRAS DRIVER
3448 P:      Henrique de Moraes Holschuh
3449 M:      ibm-acpi@hmh.eng.br
3450 L:      ibm-acpi-devel@lists.sourceforge.net
3451 W:      http://ibm-acpi.sourceforge.net
3452 W:      http://thinkwiki.org/wiki/Ibm-acpi
3453 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3454 S:      Maintained
3456 UltraSPARC (sparc64):
3457 P:      David S. Miller
3458 M:      davem@davemloft.net
3459 L:      sparclinux@vger.kernel.org
3460 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3461 S:      Maintained
3463 SHARP LH SUPPORT (LH7952X & LH7A40X)
3464 P:      Marc Singer
3465 M:      elf@buici.com
3466 W:      http://projects.buici.com/arm
3467 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3468 S:      Maintained
3470 SHPC HOTPLUG DRIVER
3471 P:      Kristen Carlson Accardi
3472 M:      kristen.c.accardi@intel.com
3473 L:      pcihpd-discuss@lists.sourceforge.net
3474 S:      Supported
3476 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3477 P:      Pierre Ossman
3478 M:      drzeus-sdhci@drzeus.cx
3479 L:      sdhci-devel@list.drzeus.cx
3480 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3481 S:      Maintained
3483 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3484 P:      Stephen Hemminger
3485 M:      shemminger@linux-foundation.org
3486 L:      netdev@vger.kernel.org
3487 S:      Maintained
3489 SOEKRIS NET48XX LED SUPPORT
3490 P:      Chris Boot
3491 M:      bootc@bootc.net
3492 S:      Maintained
3494 SPARC (sparc32):
3495 P:      William L. Irwin
3496 M:      wli@holomorphy.com
3497 L:      sparclinux@vger.kernel.org
3498 S:      Maintained
3500 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3501 P:      Roger Wolff
3502 M:      R.E.Wolff@BitWizard.nl
3503 L:      linux-kernel@vger.kernel.org ?
3504 S:      Supported
3506 SPIDERNET NETWORK DRIVER for CELL
3507 P:      Linas Vepstas
3508 M:      linas@austin.ibm.com
3509 L:      netdev@vger.kernel.org
3510 S:      Supported
3512 SRM (Alpha) environment access
3513 P:      Jan-Benedict Glaw
3514 M:      jbglaw@lug-owl.de
3515 L:      linux-kernel@vger.kernel.org
3516 S:      Maintained
3518 STARFIRE/DURALAN NETWORK DRIVER
3519 P:      Ion Badulescu
3520 M:      ionut@cs.columbia.edu
3521 S:      Maintained
3523 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3524 W:      http://mosquitonet.Stanford.EDU/strip.html
3525 S:      Unsupported ?
3527 STRADIS MPEG-2 DECODER DRIVER
3528 P:      Nathan Laredo
3529 M:      laredo@gnu.org
3530 W:      http://www.stradis.com/
3531 S:      Maintained
3533 SUPERH (sh)
3534 P:      Paul Mundt
3535 M:      lethal@linux-sh.org
3536 L:      linuxsh-dev@lists.sourceforge.net (subscribers-only)
3537 W:      http://www.linux-sh.org
3538 S:      Maintained
3540 SUPERH64 (sh64)
3541 P:      Paul Mundt
3542 M:      lethal@linux-sh.org
3543 L:      linuxsh-shmedia-dev@lists.sourceforge.net
3544 W:      http://www.linux-sh.org
3545 S:      Maintained
3547 SUN3/3X
3548 P:      Sam Creasey
3549 M:      sammy@sammy.net
3550 W:      http://sammy.net/sun3/
3551 S:      Maintained
3553 SVGA HANDLING
3554 P:      Martin Mares
3555 M:      mj@ucw.cz
3556 L:      linux-video@atrey.karlin.mff.cuni.cz
3557 S:      Maintained
3559 SYSV FILESYSTEM
3560 P:      Christoph Hellwig
3561 M:      hch@infradead.org
3562 S:      Maintained
3564 TC CLASSIFIER
3565 P:      Jamal Hadi Salim
3566 M:      hadi@cyberus.ca
3567 L:      netdev@vger.kernel.org
3568 S:      Maintained
3570 TCP LOW PRIORITY MODULE
3571 P:      Wong Hoi Sing, Edison
3572 M:      hswong3i@gmail.com
3573 P:      Hung Hing Lun, Mike
3574 M:      hlhung3i@gmail.com
3575 W:      http://tcp-lp-mod.sourceforge.net/
3576 S:      Maintained
3578 TI FLASH MEDIA INTERFACE DRIVER
3579 P:      Alex Dubov
3580 M:      oakad@yahoo.com
3581 S:      Maintained
3583 TI OMAP MMC INTERFACE DRIVER
3584 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
3585 M:      linux-omap-open-source@linux.omap.com 
3586 W:      http://linux.omap.com
3587 W:      http://www.muru.com/linux/omap/
3588 S:      Maintained
3590 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3591 P:      Deepak Saxena
3592 M:      dsaxena@plexity.net
3593 S:      Maintained
3595 TASKSTATS STATISTICS INTERFACE
3596 P:      Shailabh Nagar
3597 M:      nagar@watson.ibm.com
3598 L:      linux-kernel@vger.kernel.org
3599 S:      Maintained
3601 TI PARALLEL LINK CABLE DRIVER
3602 P:      Romain Lievin
3603 M:      roms@lpg.ticalc.org
3604 S:      Maintained
3606 TIPC NETWORK LAYER
3607 P:      Per Liden
3608 M:      per.liden@ericsson.com
3609 P:      Jon Maloy
3610 M:      jon.maloy@ericsson.com
3611 P:      Allan Stephens
3612 M:      allan.stephens@windriver.com
3613 L:      tipc-discussion@lists.sourceforge.net
3614 W:      http://tipc.sourceforge.net/
3615 W:      http://tipc.cslab.ericsson.net/
3616 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3617 S:      Maintained
3619 TLAN NETWORK DRIVER
3620 P:      Samuel Chessman
3621 M:      chessman@tux.org
3622 L:      tlan-devel@lists.sourceforge.net
3623 W:      http://sourceforge.net/projects/tlan/
3624 S:      Maintained
3626 TOKEN-RING NETWORK DRIVER
3627 P:      Mike Phillips
3628 M:      mikep@linuxtr.net
3629 L:      netdev@vger.kernel.org
3630 L:      linux-tr@linuxtr.net
3631 W:      http://www.linuxtr.net
3632 S:      Maintained
3634 TOSHIBA ACPI EXTRAS DRIVER
3635 P:      John Belmonte
3636 M:      toshiba_acpi@memebeam.org
3637 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3638 S:      Maintained
3640 TOSHIBA SMM DRIVER
3641 P:      Jonathan Buzzard
3642 M:      jonathan@buzzard.org.uk
3643 L:      tlinux-users@tce.toshiba-dme.co.jp
3644 W:      http://www.buzzard.org.uk/toshiba/
3645 S:      Maintained
3647 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3648 P:      Muli Ben-Yehuda
3649 M:      mulix@mulix.org
3650 L:      linux-kernel@vger.kernel.org
3651 S:      Maintained
3653 TRIVIAL PATCHES
3654 P:      Adrian Bunk
3655 M:      trivial@kernel.org
3656 L:      linux-kernel@vger.kernel.org
3657 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3658 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3659 S:      Maintained
3661 TMS380 TOKEN-RING NETWORK DRIVER
3662 P:      Adam Fritzler
3663 M:      mid@auk.cx
3664 L:      linux-tr@linuxtr.net
3665 W:      http://www.auk.cx/tms380tr/
3666 S:      Maintained
3668 TULIP NETWORK DRIVER
3669 P:      Valerie Henson
3670 M:      val@nmt.edu
3671 L:      tulip-users@lists.sourceforge.net
3672 W:      http://sourceforge.net/projects/tulip/
3673 S:      Maintained
3675 TUN/TAP driver
3676 P:      Maxim Krasnyansky
3677 M:      maxk@qualcomm.com
3678 L:      vtun@office.satix.net
3679 W:      http://vtun.sourceforge.net/tun
3680 S:      Maintained
3682 TURBOCHANNEL SUBSYSTEM
3683 P:      Maciej W. Rozycki
3684 M:      macro@linux-mips.org
3685 S:      Maintained
3687 U14-34F SCSI DRIVER
3688 P:      Dario Ballabio
3689 M:      ballabio_dario@emc.com
3690 L:      linux-scsi@vger.kernel.org
3691 S:      Maintained
3693 UDF FILESYSTEM
3694 P:      Ben Fennema
3695 M:      bfennema@falcon.csc.calpoly.edu
3696 W:      http://linux-udf.sourceforge.net
3697 S:      Maintained
3699 UNIFORM CDROM DRIVER
3700 P:      Jens Axboe
3701 M:      axboe@kernel.dk
3702 L:      linux-kernel@vger.kernel.org
3703 W:      http://www.kernel.dk
3704 S:      Maintained
3706 USB ACM DRIVER
3707 P:      Oliver Neukum
3708 M:      oliver@neukum.name
3709 L:      linux-usb-users@lists.sourceforge.net
3710 L:      linux-usb-devel@lists.sourceforge.net
3711 S:      Maintained
3713 USB BLOCK DRIVER (UB ub)
3714 P:      Pete Zaitcev
3715 M:      zaitcev@redhat.com
3716 L:      linux-kernel@vger.kernel.org
3717 L:      linux-usb-devel@lists.sourceforge.net
3718 S:      Supported
3720 USB CDC ETHERNET DRIVER
3721 P:      Greg Kroah-Hartman
3722 M:      greg@kroah.com
3723 L:      linux-usb-users@lists.sourceforge.net
3724 L:      linux-usb-devel@lists.sourceforge.net
3725 S:      Maintained
3726 W:      http://www.kroah.com/linux-usb/
3728 USB DAVICOM DM9601 DRIVER
3729 P:      Peter Korsgaard
3730 M:      jacmet@sunsite.dk
3731 L:      netdev@vger.kernel.org
3732 W:      http://www.linux-usb.org/usbnet
3733 S:      Maintained
3735 USB EHCI DRIVER
3736 P:      David Brownell
3737 M:      dbrownell@users.sourceforge.net
3738 L:      linux-usb-devel@lists.sourceforge.net
3739 S:      Odd Fixes
3741 USB ET61X[12]51 DRIVER
3742 P:      Luca Risolia
3743 M:      luca.risolia@studio.unibo.it
3744 L:      linux-usb-devel@lists.sourceforge.net
3745 L:      video4linux-list@redhat.com
3746 W:      http://www.linux-projects.org
3747 S:      Maintained
3749 USB GADGET/PERIPHERAL SUBSYSTEM
3750 P:      David Brownell
3751 M:      dbrownell@users.sourceforge.net
3752 L:      linux-usb-devel@lists.sourceforge.net
3753 W:      http://www.linux-usb.org/gadget
3754 S:      Maintained
3756 USB HID/HIDBP DRIVERS
3757 P:      Jiri Kosina
3758 M:      jkosina@suse.cz
3759 L:      linux-usb-devel@lists.sourceforge.net
3760 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
3761 S:      Maintained
3763 USB HUB DRIVER
3764 P:      Johannes Erdfelt
3765 M:      johannes@erdfelt.com
3766 L:      linux-usb-users@lists.sourceforge.net
3767 L:      linux-usb-devel@lists.sourceforge.net
3768 S:      Maintained
3770 USB ISP116X DRIVER
3771 P:      Olav Kongas
3772 M:      ok@artecdesign.ee
3773 L:      linux-usb-devel@lists.sourceforge.net
3774 S:      Maintained
3776 USB KAWASAKI LSI DRIVER
3777 P:      Oliver Neukum
3778 M:      oliver@neukum.name
3779 L:      linux-usb-users@lists.sourceforge.net
3780 L:      linux-usb-devel@lists.sourceforge.net
3781 S:      Maintained
3783 USB MASS STORAGE DRIVER
3784 P:      Matthew Dharm
3785 M:      mdharm-usb@one-eyed-alien.net
3786 L:      linux-usb-users@lists.sourceforge.net
3787 L:      usb-storage@lists.one-eyed-alien.net
3788 S:      Maintained
3789 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3791 USB OHCI DRIVER
3792 P:      David Brownell
3793 M:      dbrownell@users.sourceforge.net
3794 L:      linux-usb-users@lists.sourceforge.net
3795 L:      linux-usb-devel@lists.sourceforge.net
3796 S:      Odd Fixes
3798 USB OPTION-CARD DRIVER
3799 P:      Matthias Urlichs
3800 M:      smurf@smurf.noris.de
3801 L:      linux-usb-devel@lists.sourceforge.net
3802 S:      Maintained
3804 USB OV511 DRIVER
3805 P:      Mark McClelland
3806 M:      mmcclell@bigfoot.com
3807 L:      linux-usb-users@lists.sourceforge.net
3808 L:      linux-usb-devel@lists.sourceforge.net
3809 W:      http://alpha.dyndns.org/ov511/
3810 S:      Maintained
3812 USB PEGASUS DRIVER
3813 P:      Petko Manolov
3814 M:      petkan@users.sourceforge.net
3815 L:      linux-usb-devel@lists.sourceforge.net
3816 L:      netdev@vger.kernel.org
3817 W:      http://pegasus2.sourceforge.net/
3818 S:      Maintained
3820 USB PRINTER DRIVER (usblp)
3821 P:      Pete Zaitcev
3822 M:      zaitcev@redhat.com
3823 L:      linux-usb-users@lists.sourceforge.net
3824 L:      linux-usb-devel@lists.sourceforge.net
3825 S:      Supported
3827 USB RTL8150 DRIVER
3828 P:      Petko Manolov
3829 M:      petkan@users.sourceforge.net
3830 L:      linux-usb-devel@lists.sourceforge.net
3831 L:      netdev@vger.kernel.org
3832 W:      http://pegasus2.sourceforge.net/
3833 S:      Maintained
3835 USB SE401 DRIVER
3836 P:      Jeroen Vreeken
3837 M:      pe1rxq@amsat.org
3838 L:      linux-usb-users@lists.sourceforge.net
3839 L:      linux-usb-devel@lists.sourceforge.net
3840 W:      http://www.chello.nl/~j.vreeken/se401/
3841 S:      Maintained
3843 USB SERIAL CYBERJACK DRIVER
3844 P:      Matthias Bruestle and Harald Welte
3845 M:      support@reiner-sct.com
3846 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3847 S:      Maintained
3849 USB SERIAL DIGI ACCELEPORT DRIVER
3850 P:      Peter Berger and Al Borchers
3851 M:      pberger@brimson.com
3852 M:      alborchers@steinerpoint.com
3853 L:      linux-usb-users@lists.sourceforge.net
3854 L:      linux-usb-devel@lists.sourceforge.net
3855 S:      Maintained
3857 USB SERIAL DRIVER
3858 P:      Greg Kroah-Hartman
3859 M:      gregkh@suse.de
3860 L:      linux-usb-users@lists.sourceforge.net
3861 L:      linux-usb-devel@lists.sourceforge.net
3862 S:      Supported
3864 USB SERIAL BELKIN F5U103 DRIVER
3865 P:      William Greathouse
3866 M:      wgreathouse@smva.com
3867 L:      linux-usb-users@lists.sourceforge.net
3868 L:      linux-usb-devel@lists.sourceforge.net
3869 S:      Maintained
3871 USB SERIAL CYPRESS M8 DRIVER
3872 P:      Lonnie Mendez
3873 M:      dignome@gmail.com
3874 L:      linux-usb-users@lists.sourceforge.net
3875 L:      linux-usb-devel@lists.sourceforge.net
3876 S:      Maintained
3877 W:      http://geocities.com/i0xox0i
3878 W:      http://firstlight.net/cvs
3880 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3881 L:      linux-usb-users@lists.sourceforge.net
3882 L:      linux-usb-devel@lists.sourceforge.net
3883 S:      Maintained
3885 USB AUERSWALD DRIVER
3886 P:      Wolfgang Muees
3887 M:      wolfgang@iksw-muees.de
3888 L:      linux-usb-users@lists.sourceforge.net
3889 L:      linux-usb-devel@lists.sourceforge.net
3890 S:      Maintained
3892 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3893 P:      Gary Brubaker
3894 M:      xavyer@ix.netcom.com
3895 L:      linux-usb-users@lists.sourceforge.net
3896 L:      linux-usb-devel@lists.sourceforge.net
3897 S:      Maintained
3899 USB SERIAL KEYSPAN DRIVER
3900 P:      Greg Kroah-Hartman
3901 M:      greg@kroah.com
3902 L:      linux-usb-users@lists.sourceforge.net
3903 L:      linux-usb-devel@lists.sourceforge.net
3904 W:      http://www.kroah.com/linux/
3905 S:      Maintained
3907 USB SERIAL WHITEHEAT DRIVER
3908 P:      Support Department
3909 M:      support@connecttech.com
3910 L:      linux-usb-users@lists.sourceforge.net
3911 L:      linux-usb-devel@lists.sourceforge.net
3912 W:      http://www.connecttech.com
3913 S:      Supported
3915 USB SN9C1xx DRIVER
3916 P:      Luca Risolia
3917 M:      luca.risolia@studio.unibo.it
3918 L:      linux-usb-devel@lists.sourceforge.net
3919 L:      video4linux-list@redhat.com
3920 W:      http://www.linux-projects.org
3921 S:      Maintained
3923 USB SUBSYSTEM
3924 P:      Greg Kroah-Hartman
3925 M:      gregkh@suse.de
3926 L:      linux-usb-users@lists.sourceforge.net
3927 L:      linux-usb-devel@lists.sourceforge.net
3928 W:      http://www.linux-usb.org
3929 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3930 S:      Supported
3932 USB UHCI DRIVER
3933 P:      Alan Stern
3934 M:      stern@rowland.harvard.edu
3935 L:      linux-usb-users@lists.sourceforge.net
3936 L:      linux-usb-devel@lists.sourceforge.net
3937 S:      Maintained
3939 USB "USBNET" DRIVER FRAMEWORK
3940 P:      David Brownell
3941 M:      dbrownell@users.sourceforge.net
3942 L:      netdev@vger.kernel.org
3943 W:      http://www.linux-usb.org/usbnet
3944 S:      Maintained
3946 USB W996[87]CF DRIVER
3947 P:      Luca Risolia
3948 M:      luca.risolia@studio.unibo.it
3949 L:      linux-usb-devel@lists.sourceforge.net
3950 L:      video4linux-list@redhat.com
3951 W:      http://www.linux-projects.org
3952 S:      Maintained
3954 USB ZC0301 DRIVER
3955 P:      Luca Risolia
3956 M:      luca.risolia@studio.unibo.it
3957 L:      linux-usb-devel@lists.sourceforge.net
3958 L:      video4linux-list@redhat.com
3959 W:      http://www.linux-projects.org
3960 S:      Maintained
3962 USB ZD1201 DRIVER
3963 P:      Jeroen Vreeken
3964 M:      pe1rxq@amsat.org
3965 L:      linux-usb-users@lists.sourceforge.net
3966 L:      linux-usb-devel@lists.sourceforge.net
3967 W:      http://linux-lc100020.sourceforge.net
3968 S:      Maintained
3970 USB ZR364XX DRIVER
3971 P:      Antoine Jacquet
3972 M:      royale@zerezo.com
3973 L:      linux-usb-devel@lists.sourceforge.net
3974 L:      video4linux-list@redhat.com
3975 W:      http://royale.zerezo.com/zr364xx/
3976 S:      Maintained
3978 USER-MODE LINUX
3979 P:      Jeff Dike
3980 M:      jdike@karaya.com
3981 L:      user-mode-linux-devel@lists.sourceforge.net
3982 L:      user-mode-linux-user@lists.sourceforge.net
3983 W:      http://user-mode-linux.sourceforge.net
3984 S:      Maintained
3986 FAT/VFAT/MSDOS FILESYSTEM:
3987 P:      OGAWA Hirofumi
3988 M:      hirofumi@mail.parknet.co.jp
3989 L:      linux-kernel@vger.kernel.org
3990 S:      Maintained
3992 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3993 P:      Jeff Garzik
3994 S:      Odd fixes
3996 VIA RHINE NETWORK DRIVER
3997 P:      Roger Luethi
3998 M:      rl@hellgate.ch
3999 S:      Maintained
4001 VIAPRO SMBUS DRIVER
4002 P:      Jean Delvare
4003 M:      khali@linux-fr.org
4004 L:      i2c@lm-sensors.org
4005 S:      Maintained
4007 VIA VELOCITY NETWORK DRIVER
4008 P:      Francois Romieu
4009 M:      romieu@fr.zoreil.com
4010 L:      netdev@vger.kernel.org
4011 S:      Maintained
4013 UCLINUX (AND M68KNOMMU)
4014 P:      Greg Ungerer
4015 M:      gerg@uclinux.org
4016 W:      http://www.uclinux.org/
4017 L:      uclinux-dev@uclinux.org  (subscribers-only)
4018 S:      Maintained
4020 UCLINUX FOR NEC V850
4021 P:      Miles Bader
4023 UCLINUX FOR RENESAS H8/300
4024 P:      Yoshinori Sato
4025 M:      ysato@users.sourceforge.jp
4026 W:      http://uclinux-h8.sourceforge.jp/
4027 S:      Supported
4029 UFS FILESYSTEM
4030 P:      Evgeniy Dushistov
4031 M:      dushistov@mail.ru
4032 L:      linux-kernel@vger.kernel.org
4033 S:      Maintained
4035 USB DIAMOND RIO500 DRIVER
4036 P:      Cesar Miquel
4037 M:      miquel@df.uba.ar
4038 L:      rio500-users@lists.sourceforge.net
4039 W:      http://rio500.sourceforge.net
4040 S:      Maintained
4042 VIDEO FOR LINUX
4043 P:      Mauro Carvalho Chehab
4044 M:      mchehab@infradead.org
4045 M:      v4l-dvb-maintainer@linuxtv.org
4046 L:      video4linux-list@redhat.com
4047 W:      http://linuxtv.org
4048 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4049 S:      Maintained
4051 VT1211 HARDWARE MONITOR DRIVER
4052 P:      Juerg Haefliger
4053 M:      juergh@gmail.com
4054 L:      lm-sensors@lm-sensors.org
4055 S:      Maintained
4057 VT8231 HARDWARE MONITOR DRIVER
4058 P:      Roger Lucas
4059 M:      roger@planbit.co.uk
4060 L:      lm-sensors@lm-sensors.org
4061 S:      Maintained
4063 W1 DALLAS'S 1-WIRE BUS
4064 P:      Evgeniy Polyakov
4065 M:      johnpol@2ka.mipt.ru
4066 S:      Maintained
4068 W83791D HARDWARE MONITORING DRIVER
4069 P:      Charles Spirakis
4070 M:      bezaur@gmail.com
4071 L:      lm-sensors@lm-sensors.org
4072 S:      Maintained
4074 W83793 HARDWARE MONITORING DRIVER
4075 P:      Rudolf Marek
4076 M:      r.marek@assembler.cz
4077 L:      lm-sensors@lm-sensors.org
4078 S:      Maintained
4080 W83L51xD SD/MMC CARD INTERFACE DRIVER
4081 P:      Pierre Ossman
4082 M:      drzeus-wbsd@drzeus.cx
4083 L:      linux-kernel@vger.kernel.org
4084 W:      http://projects.drzeus.cx/wbsd
4085 S:      Maintained
4087 WATCHDOG DEVICE DRIVERS
4088 P:      Wim Van Sebroeck
4089 M:      wim@iguana.be
4090 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4091 S:      Maintained
4093 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4094 P:      Jean Tourrilhes
4095 M:      jt@hpl.hp.com
4096 L:      linux-wireless@vger.kernel.org
4097 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4098 S:      Maintained
4100 WD7000 SCSI DRIVER
4101 P:      Miroslav Zagorac
4102 M:      zaga@fly.cc.fer.hr
4103 L:      linux-scsi@vger.kernel.org
4104 S:      Maintained
4106 WISTRON LAPTOP BUTTON DRIVER
4107 P:      Miloslav Trmac
4108 M:      mitr@volny.cz
4109 S:      Maintained
4111 WL3501 WIRELESS PCMCIA CARD DRIVER
4112 P:      Arnaldo Carvalho de Melo
4113 M:      acme@ghostprotocols.net
4114 L:      linux-wireless@vger.kernel.org
4115 W:      http://oops.ghostprotocols.net:81/blog
4116 S:      Maintained
4118 X.25 NETWORK LAYER
4119 P:      Henner Eisen
4120 M:      eis@baty.hanse.de
4121 L:      linux-x25@vger.kernel.org
4122 S:      Maintained
4124 XEN HYPERVISOR INTERFACE
4125 P:      Jeremy Fitzhardinge
4126 M:      jeremy@xensource.com
4127 P:      Chris Wright
4128 M:      chrisw@sous-sol.org
4129 L:      virtualization@lists.osdl.org
4130 L:      xen-devel@lists.xensource.com
4131 S:      Supported
4133 XFS FILESYSTEM
4134 P:      Silicon Graphics Inc
4135 P:      Tim Shimmin
4136 M:      xfs-masters@oss.sgi.com
4137 L:      xfs@oss.sgi.com
4138 W:      http://oss.sgi.com/projects/xfs
4139 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4140 S:      Supported
4142 XILINX UARTLITE SERIAL DRIVER
4143 P:      Peter Korsgaard
4144 M:      jacmet@sunsite.dk
4145 L:      linux-serial@vger.kernel.org
4146 S:      Maintained
4148 X86 3-LEVEL PAGING (PAE) SUPPORT
4149 P:      Ingo Molnar
4150 M:      mingo@redhat.com
4151 S:      Maintained
4153 X86-64 port
4154 P:      Andi Kleen
4155 M:      ak@suse.de
4156 L:      discuss@x86-64.org
4157 W:      http://www.x86-64.org
4158 T:      quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
4159 S:      Maintained
4161 YAM DRIVER FOR AX.25
4162 P:      Jean-Paul Roubelat
4163 M:      jpr@f6fbb.org
4164 L:      linux-hams@vger.kernel.org
4165 S:      Maintained
4167 YEALINK PHONE DRIVER
4168 P:      Henk Vergonet
4169 M:      Henk.Vergonet@gmail.com
4170 L:      usbb2k-api-dev@nongnu.org
4171 S:      Maintained
4173 Z8530 DRIVER FOR AX.25
4174 P:      Joerg Reuter
4175 M:      jreuter@yaina.de
4176 W:      http://yaina.de/jreuter/
4177 W:      http://www.qsl.net/dl1bke/
4178 L:      linux-hams@vger.kernel.org
4179 S:      Maintained
4181 ZD1211RW WIRELESS DRIVER
4182 P:      Daniel Drake
4183 M:      dsd@gentoo.org
4184 P:      Ulrich Kunitz
4185 M:      kune@deine-taler.de
4186 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4187 L:      linux-wireless@vger.kernel.org
4188 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4189 S:      Maintained
4191 ZF MACHZ WATCHDOG
4192 P:      Fernando Fuganti
4193 M:      fuganti@netbank.com.br
4194 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4195 S:      Maintained
4197 ZR36067 VIDEO FOR LINUX DRIVER
4198 P:      Ronald Bultje
4199 M:      rbultje@ronald.bitfreak.net
4200 L:      mjpeg-users@lists.sourceforge.net
4201 W:      http://mjpeg.sourceforge.net/driver-zoran/
4202 S:      Maintained
4204 ZR36120 VIDEO FOR LINUX DRIVER
4205 P:      Pauline Middelink
4206 M:      middelin@polyware.nl
4207 W:      http://www.polyware.nl/~middelin/En/hobbies.html
4208 W:      http://www.polyware.nl/~middelin/hobbies.html
4209 S:      Maintained
4211 ZS DECSTATION Z85C30 SERIAL DRIVER
4212 P:      Maciej W. Rozycki
4213 M:      macro@linux-mips.org
4214 S:      Maintained
4216 THE REST
4217 P:      Linus Torvalds
4218 S:      Buried alive in reporters