revert-mm-fix-blkdev-size-calculation-in-generic_write_checks
[linux-2.6/linux-trees-mm.git] / MAINTAINERS
blobcd1df289a00fcb15797c793f43558f8bdc1ebb4b
2         List of maintainers and how to submit kernel changes
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
39         PLEASE try to include any credit lines you want added with the
40         patch. It avoids people being missed off by mistake and makes
41         it easier to know who wants adding and who doesn't.
43         PLEASE document known bugs. If it doesn't work for everything
44         or does something very odd once a month document it.
46         PLEASE remember that submissions must be made under the terms
47         of the OSDL certificate of contribution and should include a
48         Signed-off-by: line.  The current version of this "Developer's
49         Certificate of Origin" (DCO) is listed in the file
50         Documentation/SubmittingPatches.
52 6.      Make sure you have the right to send any changes you make. If you
53         do changes at work you may find your employer owns the patch
54         not you.
56 7.      When sending security related changes or reports to a maintainer
57         please Cc: security@kernel.org, especially if the maintainer
58         does not respond.
60 8.      Happy hacking.
62                 -----------------------------------
64 Maintainers List (try to look for most precise areas first)
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
68 so much easier [Ed]
70 P: Person
71 M: Mail patches to
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location.  Type is one of: git, hg, quilt.
75 S: Status, one of the following:
77         Supported:      Someone is actually paid to look after this.
78         Maintained:     Someone actually looks after it.
79         Odd Fixes:      It has a maintainer but they don't have time to do
80                         much other than throw the odd patch in. See below..
81         Orphan:         No current maintainer [but maybe you could take the
82                         role as you write your new code].
83         Obsolete:       Old code. Something tagged obsolete generally means
84                         it has been replaced by a better system and you
85                         should be using that.
87 3C359 NETWORK DRIVER
88 P:      Mike Phillips
89 M:      mikep@linuxtr.net
90 L:      netdev@vger.kernel.org
91 L:      linux-tr@linuxtr.net
92 W:      http://www.linuxtr.net
93 S:      Maintained
95 3C505 NETWORK DRIVER
96 P:      Philip Blundell
97 M:      philb@gnu.org
98 L:      netdev@vger.kernel.org
99 S:      Maintained
101 3C59X NETWORK DRIVER
102 P:      Steffen Klassert
103 M:      klassert@mathematik.tu-chemnitz.de
104 L:      netdev@vger.kernel.org
105 S:      Maintained
107 3CR990 NETWORK DRIVER
108 P:      David Dillow
109 M:      dave@thedillows.org
110 L:      netdev@vger.kernel.org
111 S:      Maintained
113 3W-XXXX ATA-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 3W-9XXX SATA-RAID CONTROLLER DRIVER
121 P:      Adam Radford
122 M:      linuxraid@amcc.com
123 L:      linux-scsi@vger.kernel.org
124 W:      http://www.amcc.com
125 S:      Supported
127 53C700 AND 53C700-66 SCSI DRIVER
128 P:      James E.J. Bottomley
129 M:      James.Bottomley@HansenPartnership.com
130 L:      linux-scsi@vger.kernel.org
131 S:      Maintained
133 6PACK NETWORK DRIVER FOR AX.25
134 P:      Andreas Koensgen
135 M:      ajk@iehk.rwth-aachen.de
136 L:      linux-hams@vger.kernel.org
137 S:      Maintained
139 8169 10/100/1000 GIGABIT ETHERNET DRIVER
140 P:      Francois Romieu
141 M:      romieu@fr.zoreil.com
142 L:      netdev@vger.kernel.org
143 S:      Maintained
145 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
146 L:      linux-serial@vger.kernel.org
147 W:      http://serial.sourceforge.net
148 S:      Orphan
150 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
151 P:      Paul Gortmaker
152 M:      p_gortmaker@yahoo.com
153 L:      netdev@vger.kernel.org
154 S:      Maintained
156 9P FILE SYSTEM
157 P:      Eric Van Hensbergen
158 M:      ericvh@gmail.com
159 P:      Ron Minnich
160 M:      rminnich@sandia.gov
161 P:      Latchesar Ionkov
162 M:      lucho@ionkov.net
163 L:      v9fs-developer@lists.sourceforge.net
164 W:      http://swik.net/v9fs
165 T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
166 S:      Maintained
168 A2232 SERIAL BOARD DRIVER
169 P:      Enver Haase
170 M:      ehaase@inf.fu-berlin.de
171 M:      A2232@gmx.net
172 L:      linux-m68k@lists.linux-m68k.org
173 S:      Maintained
176 P:      Benjamin LaHaise
177 M:      bcrl@kvack.org
178 L:      linux-aio@kvack.org
179 S:      Supported
181 ABIT UGURU HARDWARE MONITOR DRIVER
182 P:      Hans de Goede
183 M:      j.w.r.degoede@hhs.nl
184 L:      lm-sensors@lm-sensors.org
185 S:      Maintained
187 ACENIC DRIVER
188 P:      Jes Sorensen
189 M:      jes@trained-monkey.org
190 L:      linux-acenic@sunsite.dk
191 S:      Maintained
193 IPS SCSI RAID DRIVER
194 P:      Adaptec OEM Raid Solutions
195 M:      aacraid@adaptec.com
196 L:      linux-scsi@vger.kernel.org
197 W:      http://www.adaptec.com/
198 S:      Maintained
200 DPT_I2O SCSI RAID DRIVER
201 P:      Adaptec OEM Raid Solutions
202 M:      aacraid@adaptec.com
203 L:      linux-scsi@vger.kernel.org
204 W:      http://www.adaptec.com/
205 S:      Maintained
207 AACRAID SCSI RAID DRIVER
208 P:      Adaptec OEM Raid Solutions
209 M:      aacraid@adaptec.com
210 L:      linux-scsi@vger.kernel.org
211 W:      http://www.adaptec.com/
212 S:      Supported
214 ACPI
215 P:      Len Brown
216 M:      len.brown@intel.com
217 M:      lenb@kernel.org
218 L:      linux-acpi@vger.kernel.org
219 W:      http://www.lesswatts.org/projects/acpi/
220 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
221 S:      Supported
223 ACPI BATTERY DRIVERS
224 P:      Alexey Starikovskiy
225 M:      astarikovskiy@suse.de
226 L:      linux-acpi@vger.kernel.org
227 W:      http://acpi.sourceforge.net/
228 S:      Supported
230 ACPI EC DRIVER
231 P:      Alexey Starikovskiy
232 M:      astarikovskiy@suse.de
233 L:      linux-acpi@vger.kernel.org
234 W:      http://acpi.sourceforge.net/
235 S:      Supported
237 ACPI FAN DRIVER
238 P:      Len Brown
239 M:      len.brown@intel.com
240 L:      linux-acpi@vger.kernel.org
241 W:      http://acpi.sourceforge.net/
242 S:      Supported
244 ACPI PCI HOTPLUG DRIVER
245 P:      Kristen Carlson Accardi
246 M:      kristen.c.accardi@intel.com
247 L:      pcihpd-discuss@lists.sourceforge.net
248 S:      Supported
250 ACPI THERMAL DRIVER
251 P:      Len Brown
252 M:      len.brown@intel.com
253 L:      linux-acpi@vger.kernel.org
254 W:      http://acpi.sourceforge.net/
255 S:      Supported
257 ACPI VIDEO DRIVER
258 P:      Rui Zhang
259 M:      rui.zhang@intel.com
260 L:      linux-acpi@vger.kernel.org
261 W:      http://acpi.sourceforge.net/
262 S:      Supported
264 ADM1025 HARDWARE MONITOR DRIVER
265 P:      Jean Delvare
266 M:      khali@linux-fr.org
267 L:      lm-sensors@lm-sensors.org
268 S:      Maintained
270 ADM1029 HARDWARE MONITOR DRIVER
271 P:      Corentin Labbe
272 M:      corentin.labbe@geomatys.fr
273 L:      lm-sensors@lm-sensors.org
274 S:      Maintained
276 ADM8211 WIRELESS DRIVER
277 P:      Michael Wu
278 M:      flamingice@sourmilk.net
279 L:      linux-wireless@vger.kernel.org
280 W:      http://linuxwireless.org/
281 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
282 S:      Maintained
284 ADT746X FAN DRIVER
285 P:      Colin Leroy
286 M:      colin@colino.net
287 S:      Maintained
289 ADVANSYS SCSI DRIVER
290 P:      Matthew Wilcox
291 M:      matthew@wil.cx
292 L:      linux-scsi@vger.kernel.org
293 S:      Maintained
295 AEDSP16 DRIVER
296 P:      Riccardo Facchetti
297 M:      fizban@tin.it
298 S:      Maintained
300 AFFS FILE SYSTEM
301 P:      Roman Zippel
302 M:      zippel@linux-m68k.org
303 S:      Maintained
305 AGPGART DRIVER
306 P:      David Airlie
307 M:      airlied@linux.ie
308 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
309 S:      Maintained
311 AHA152X SCSI DRIVER
312 P:      Juergen E. Fischer
313 M:      Juergen Fischer <fischer@norbit.de>
314 L:      linux-scsi@vger.kernel.org
315 S:      Maintained
317 AIC7XXX / AIC79XX SCSI DRIVER
318 P:      Hannes Reinecke
319 M:      hare@suse.de
320 L:      linux-scsi@vger.kernel.org
321 S:      Maintained
323 ALCATEL SPEEDTOUCH USB DRIVER
324 P:      Duncan Sands
325 M:      duncan.sands@free.fr
326 L:      linux-usb-users@lists.sourceforge.net
327 L:      linux-usb-devel@lists.sourceforge.net
328 W:      http://www.linux-usb.org/SpeedTouch/
329 S:      Maintained
331 ALCHEMY AU1XX0 MMC DRIVER
332 S:      Orphan
334 ALI1563 I2C DRIVER
335 P:      Rudolf Marek
336 M:      r.marek@assembler.cz
337 L:      i2c@lm-sensors.org
338 S:      Maintained
340 ALPHA PORT
341 P:      Richard Henderson
342 M:      rth@twiddle.net
343 S:      Odd Fixes for 2.4; Maintained for 2.6.
344 P:      Ivan Kokshaysky
345 M:      ink@jurassic.park.msu.ru
346 S:      Maintained for 2.4; PCI support for 2.6.
348 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
349 P:      Thomas Dahlmann
350 M:      thomas.dahlmann@amd.com
351 L:      info-linux@geode.amd.com        (subscribers-only)
352 S:      Supported
354 AMD GEODE PROCESSOR/CHIPSET SUPPORT
355 P:      Jordan Crouse
356 L:      info-linux@geode.amd.com        (subscribers-only)
357 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
358 S:      Supported
360 AMS (Apple Motion Sensor) DRIVER
361 P:      Stelian Pop
362 M:      stelian@popies.net
363 P:      Michael Hanselmann
364 M:      linux-kernel@hansmi.ch
365 S:      Supported
367 AMSO1100 RNIC DRIVER
368 P:      Tom Tucker
369 M:      tom@opengridcomputing.com
370 P:      Steve Wise
371 M:      swise@opengridcomputing.com
372 L:      general@lists.openfabrics.org
373 S:      Maintained
375 AOA (Apple Onboard Audio) ALSA DRIVER
376 P:      Johannes Berg
377 M:      johannes@sipsolutions.net
378 L:      linuxppc-dev@ozlabs.org
379 L:      alsa-devel@alsa-project.org (subscribers-only)
380 S:      Maintained
382 APM DRIVER
383 P:      Stephen Rothwell
384 M:      sfr@canb.auug.org.au
385 L:      linux-laptop@vger.kernel.org
386 W:      http://www.canb.auug.org.au/~sfr/
387 S:      Supported
389 APPLE SMC DRIVER
390 P:      Nicolas Boichat
391 M:      nicolas@boichat.ch
392 L:      mactel-linux-devel@lists.sourceforge.net
393 S:      Maintained
395 APPLETALK NETWORK LAYER
396 P:      Arnaldo Carvalho de Melo
397 M:      acme@ghostprotocols.net
398 S:      Maintained
400 APPLETOUCH TOUCHPAD DRIVER
401 P:      Johannes Berg
402 M:      johannes@sipsolutions.net
403 L:      linux-input@vger.kernel.org
404 S:      Maintained
406 ARC FRAMEBUFFER DRIVER
407 P:      Jaya Kumar
408 M:      jayalk@intworks.biz
409 S:      Maintained
411 ARM MFM AND FLOPPY DRIVERS
412 P:      Ian Molton
413 M:      spyro@f2s.com
414 S:      Maintained
416 ARM PRIMECELL MMCI PL180/1 DRIVER
417 P:      Russell King
418 M:      rmk@arm.linux.org.uk
419 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
420 S:      Maintained
422 ARM/ADI ROADRUNNER 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/ADS SPHERE 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/AJECO 1ARM MACHINE SUPPORT
435 P:      Lennert Buytenhek
436 M:      kernel@wantstofly.org
437 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
438 S:      Maintained
440 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
441 P:      Andrew Victor
442 M:      andrew@sanpeople.com
443 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
444 W:      http://maxim.org.za/at91_26.html
445 S:      Maintained
447 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
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/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
454 P:      Lennert Buytenhek
455 M:      kernel@wantstofly.org
456 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
457 S:      Maintained
459 ARM/CORGI MACHINE SUPPORT
460 P:      Richard Purdie
461 M:      rpurdie@rpsys.net
462 S:      Maintained
464 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
465 P:      Lennert Buytenhek
466 M:      kernel@wantstofly.org
467 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
468 S:      Maintained
470 ARM/HP JORNADA 7XX MACHINE SUPPORT
471 P:      Kristoffer Ericson
472 M:      kristoffer.ericson@gmail.com
473 W:      www.jlime.com
474 S:      Maintained
476 ARM/INTEL IOP32X ARM ARCHITECTURE
477 P:      Lennert Buytenhek
478 M:      kernel@wantstofly.org
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 IOP33X ARM ARCHITECTURE
485 P:      Dan Williams
486 M:      dan.j.williams@intel.com
487 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
488 S:      Supported
490 ARM/INTEL IOP13XX ARM ARCHITECTURE
491 P:      Lennert Buytenhek
492 M:      kernel@wantstofly.org
493 P:      Dan Williams
494 M:      dan.j.williams@intel.com
495 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
496 S:      Supported
498 ARM/INTEL IQ81342EX MACHINE SUPPORT
499 P:      Lennert Buytenhek
500 M:      kernel@wantstofly.org
501 P:      Dan Williams
502 M:      dan.j.williams@intel.com
503 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
504 S:      Supported
506 ARM/INTEL IXP2000 ARM ARCHITECTURE
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 IXDP2850 MACHINE SUPPORT
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 IXP23XX ARM ARCHITECTURE
519 P:      Lennert Buytenhek
520 M:      kernel@wantstofly.org
521 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
522 S:      Maintained
524 ARM/INTEL XSC3 (MANZANO) ARM CORE
525 P:      Lennert Buytenhek
526 M:      kernel@wantstofly.org
527 P:      Dan Williams
528 M:      dan.j.williams@intel.com
529 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
530 S:      Supported
532 ARM/IP FABRICS DOUBLE ESPRESSO 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/LOGICPD PXA270 MACHINE SUPPORT
539 P:      Lennert Buytenhek
540 M:      kernel@wantstofly.org
541 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
542 S:      Maintained
544 ARM/TOSA MACHINE SUPPORT
545 P:      Dirk Opfer
546 M:      dirk@opfer-online.de
547 S:      Maintained
549 ARM/PLEB SUPPORT
550 P:      Peter Chubb
551 M:      pleb@gelato.unsw.edu.au
552 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
553 S:      Maintained
555 ARM/PT DIGITAL BOARD PORT
556 P:      Stefan Eletzhofer
557 M:      stefan.eletzhofer@eletztrick.de
558 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
559 W:      http://www.arm.linux.org.uk/
560 S:      Maintained
562 ARM/RADISYS ENP2611 MACHINE SUPPORT
563 P:      Lennert Buytenhek
564 M:      kernel@wantstofly.org
565 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
566 S:      Maintained
568 ARM/SHARK MACHINE SUPPORT
569 P:      Alexander Schulz
570 M:      alex@shark-linux.de
571 W:      http://www.shark-linux.de/shark.html
572 S:      Maintained
574 ARM/STRONGARM110 PORT
575 P:      Russell King
576 M:      rmk@arm.linux.org.uk
577 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
578 W:      http://www.arm.linux.org.uk/
579 S:      Maintained
581 ARM/S3C2410 ARM ARCHITECTURE
582 P:      Ben Dooks
583 M:      ben-linux@fluff.org
584 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
585 W:      http://www.fluff.org/ben/linux/
586 S:      Maintained
588 ARM/S3C2440 ARM ARCHITECTURE
589 P:      Ben Dooks
590 M:      ben-linux@fluff.org
591 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
592 W:      http://www.fluff.org/ben/linux/
593 S:      Maintained
595 ARM/TECHNOLOGIC SYSTEMS TS7250 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 ARM/THECUS N2100 MACHINE SUPPORT
602 P:      Lennert Buytenhek
603 M:      kernel@wantstofly.org
604 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
605 S:      Maintained
607 ARPD SUPPORT
608 P:      Jonathan Layes
609 L:      netdev@vger.kernel.org
610 S:      Maintained
612 ASUS ACPI EXTRAS DRIVER
613 P:      Corentin Chary
614 M:      corentincj@iksaif.net
615 P:      Karol Kozimor
616 M:      sziwan@users.sourceforge.net
617 L:      acpi4asus-user@lists.sourceforge.net
618 W:      http://sourceforge.net/projects/acpi4asus
619 W:      http://xf.iksaif.net/acpi4asus
620 S:      Maintained
622 ASUS ASB100 HARDWARE MONITOR DRIVER
623 P:      Mark M. Hoffman
624 M:      mhoffman@lightlink.com
625 L:      lm-sensors@lm-sensors.org
626 S:      Maintained
628 ASUS LAPTOP EXTRAS DRIVER
629 P:      Corentin Chary
630 M:      corentincj@iksaif.net
631 L:      acpi4asus-user@lists.sourceforge.net
632 W:      http://sourceforge.net/projects/acpi4asus
633 W:      http://xf.iksaif.net/acpi4asus
634 S:      Maintained
636 ASYNCHRONOUS TRANSFERS/TRANSFORMS API
637 P:      Dan Williams
638 M:      dan.j.williams@intel.com
639 P:      Shannon Nelson
640 M:      shannon.nelson@intel.com
641 L:      linux-kernel@vger.kernel.org
642 W:      http://sourceforge.net/projects/xscaleiop
643 S:      Supported
645 ATA OVER ETHERNET DRIVER
646 P:      Ed L. Cashin
647 M:      ecashin@coraid.com
648 W:      http://www.coraid.com/support/linux
649 S:      Supported
651 ATHEROS ATH5K WIRELESS DRIVER
652 P:      Jiri Slaby
653 M:      jirislaby@gmail.com
654 P:      Luis R. Rodriguez
655 M:      mcgrof@gmail.com
656 L:      linux-wireless@vger.kernel.org
657 S:      Maintained
659 ATL1 ETHERNET DRIVER
660 P:      Jay Cliburn
661 M:      jcliburn@gmail.com
662 P:      Chris Snook
663 M:      csnook@redhat.com
664 L:      atl1-devel@lists.sourceforge.net
665 W:      http://sourceforge.net/projects/atl1
666 W:      http://atl1.sourceforge.net
667 S:      Maintained
670 P:      Chas Williams
671 M:      chas@cmf.nrl.navy.mil
672 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
673 W:      http://linux-atm.sourceforge.net
674 S:      Maintained
676 ATMEL AT91 MCI DRIVER
677 P:      Nicolas Ferre
678 M:      nicolas.ferre@rfo.atmel.com
679 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
680 W:      http://www.atmel.com/products/AT91/
681 W:      http://www.at91.com/
682 S:      Maintained
684 ATMEL MACB ETHERNET DRIVER
685 P:      Haavard Skinnemoen
686 M:      hskinnemoen@atmel.com
687 S:      Supported
689 ATMEL SPI DRIVER
690 P:      Haavard Skinnemoen
691 M:      hskinnemoen@atmel.com
692 S:      Supported
694 ATMEL USBA UDC DRIVER
695 P:      Haavard Skinnemoen
696 M:      hskinnemoen@atmel.com
697 L:      kernel@avr32linux.org
698 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
699 S:      Supported
701 ATMEL WIRELESS DRIVER
702 P:      Simon Kelley
703 M:      simon@thekelleys.org.uk
704 L:      linux-wireless@vger.kernel.org
705 W:      http://www.thekelleys.org.uk/atmel
706 W:      http://atmelwlandriver.sourceforge.net/
707 S:      Maintained
709 ATMEL USB WIRELESS DRIVER
710 P:      Pavel Roskin
711 M:      proski@gnu.org
712 L:      linux-wireless@vger.kernel.org
713 L:      at76c503a-user@lists.berlios.de
714 L:      at76c503a-develop@lists.berlios.de
715 W:      http://at76c503a.berlios.de/
716 S:      Maintained
718 AUDIT SUBSYSTEM
719 P:      David Woodhouse
720 M:      dwmw2@infradead.org
721 L:      linux-audit@redhat.com (subscribers-only)
722 W:      http://people.redhat.com/sgrubb/audit/
723 T:      git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
724 S:      Maintained
726 AUXILIARY DISPLAY DRIVERS
727 P:      Miguel Ojeda Sandonis
728 M:      maxextreme@gmail.com
729 L:      linux-kernel@vger.kernel.org
730 W:      http://auxdisplay.googlepages.com/
731 S:      Maintained
733 AVR32 ARCHITECTURE
734 P:      Haavard Skinnemoen
735 M:      hskinnemoen@atmel.com
736 W:      http://www.atmel.com/products/AVR32/
737 W:      http://avr32linux.org/
738 W:      http://avrfreaks.net/
739 S:      Supported
741 AVR32/AT32AP MACHINE SUPPORT
742 P:      Haavard Skinnemoen
743 M:      hskinnemoen@atmel.com
744 S:      Supported
746 AX.25 NETWORK LAYER
747 P:      Ralf Baechle
748 M:      ralf@linux-mips.org
749 L:      linux-hams@vger.kernel.org
750 W:      http://www.linux-ax25.org/
751 S:      Maintained
753 BACKLIGHT CLASS/SUBSYSTEM
754 P:      Richard Purdie
755 M:      rpurdie@rpsys.net
756 S:      Maintained
758 BLACKFIN ARCHITECTURE
759 P:      Bryan Wu
760 M:      bryan.wu@analog.com
761 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
762 W:      http://blackfin.uclinux.org
763 S:      Supported
765 BLACKFIN EMAC DRIVER
766 P:      Bryan Wu
767 M:      bryan.wu@analog.com
768 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
769 W:      http://blackfin.uclinux.org
770 S:      Supported
772 BLACKFIN RTC DRIVER
773 P:      Mike Frysinger
774 M:      michael.frysinger@analog.com
775 M:      vapier.adi@gmail.com
776 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
777 W:      http://blackfin.uclinux.org
778 S:      Supported
780 BLACKFIN SERIAL DRIVER
781 P:      Aubrey Li
782 M:      aubrey.li@analog.com
783 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
784 W:      http://blackfin.uclinux.org
785 S:      Supported
787 BLACKFIN WATCHDOG DRIVER
788 P:      Mike Frysinger
789 M:      michael.frysinger@analog.com
790 M:      vapier.adi@gmail.com
791 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
792 W:      http://blackfin.uclinux.org
793 S:      Supported
795 BAYCOM/HDLCDRV DRIVERS FOR AX.25
796 P:      Thomas Sailer
797 M:      t.sailer@alumni.ethz.ch
798 L:      linux-hams@vger.kernel.org
799 W:      http://www.baycom.org/~tom/ham/ham.html
800 S:      Maintained
802 B43 WIRELESS DRIVER
803 P:      Michael Buesch
804 M:      mb@bu3sch.de
805 P:      Stefano Brivio
806 M:      stefano.brivio@polimi.it
807 L:      linux-wireless@vger.kernel.org
808 W:      http://linuxwireless.org/en/users/Drivers/b43
809 S:      Maintained
811 B43LEGACY WIRELESS DRIVER
812 P:      Larry Finger
813 M:      Larry.Finger@lwfinger.net
814 P:      Stefano Brivio
815 M:      stefano.brivio@polimi.it
816 L:      linux-wireless@vger.kernel.org
817 W:      http://linuxwireless.org/en/users/Drivers/b43
818 S:      Maintained
820 BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
821 P:      Larry Finger
822 M:      Larry.Finger@lwfinger.net
823 P:      Stefano Brivio
824 M:      stefano.brivio@polimi.it
825 L:      linux-wireless@vger.kernel.org
826 W:      http://bcm43xx.berlios.de/
827 S:      Maintained
829 BEFS FILE SYSTEM
830 P:      Sergey S. Kostyliov
831 M:      rathamahata@php4.ru
832 L:      linux-kernel@vger.kernel.org
833 S:      Maintained
835 BFS FILE SYSTEM
836 P:      Tigran A. Aivazian
837 M:      tigran@aivazian.fsnet.co.uk
838 L:      linux-kernel@vger.kernel.org
839 S:      Maintained
841 BLACKFIN I2C TWI DRIVER
842 P:      Sonic Zhang
843 M:      sonic.zhang@analog.com
844 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
845 W:      http://blackfin.uclinux.org/
846 S:      Supported
848 BLOCK LAYER
849 P:      Jens Axboe
850 M:      axboe@kernel.dk
851 L:      linux-kernel@vger.kernel.org
852 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
853 S:      Maintained
855 BLUETOOTH SUBSYSTEM
856 P:      Marcel Holtmann
857 M:      marcel@holtmann.org
858 P:      Maxim Krasnyansky
859 M:      maxk@qualcomm.com
860 L:      bluez-devel@lists.sf.net
861 W:      http://bluez.sf.net
862 W:      http://www.bluez.org
863 W:      http://www.holtmann.org/linux/bluetooth/
864 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
865 S:      Maintained
867 BLUETOOTH RFCOMM LAYER
868 P:      Marcel Holtmann
869 M:      marcel@holtmann.org
870 P:      Maxim Krasnyansky
871 M:      maxk@qualcomm.com
872 S:      Maintained
874 BLUETOOTH BNEP LAYER
875 P:      Marcel Holtmann
876 M:      marcel@holtmann.org
877 P:      Maxim Krasnyansky
878 M:      maxk@qualcomm.com
879 S:      Maintained
881 BLUETOOTH CMTP LAYER
882 P:      Marcel Holtmann
883 M:      marcel@holtmann.org
884 S:      Maintained
886 BLUETOOTH HIDP LAYER
887 P:      Marcel Holtmann
888 M:      marcel@holtmann.org
889 S:      Maintained
891 BLUETOOTH HCI UART DRIVER
892 P:      Marcel Holtmann
893 M:      marcel@holtmann.org
894 P:      Maxim Krasnyansky
895 M:      maxk@qualcomm.com
896 S:      Maintained
898 BLUETOOTH HCI USB DRIVER
899 P:      Marcel Holtmann
900 M:      marcel@holtmann.org
901 P:      Maxim Krasnyansky
902 M:      maxk@qualcomm.com
903 S:      Maintained
905 BLUETOOTH HCI BCM203X DRIVER
906 P:      Marcel Holtmann
907 M:      marcel@holtmann.org
908 S:      Maintained
910 BLUETOOTH HCI BPA10X DRIVER
911 P:      Marcel Holtmann
912 M:      marcel@holtmann.org
913 S:      Maintained
915 BLUETOOTH HCI BFUSB DRIVER
916 P:      Marcel Holtmann
917 M:      marcel@holtmann.org
918 S:      Maintained
920 BLUETOOTH HCI DTL1 DRIVER
921 P:      Marcel Holtmann
922 M:      marcel@holtmann.org
923 S:      Maintained
925 BLUETOOTH HCI BLUECARD DRIVER
926 P:      Marcel Holtmann
927 M:      marcel@holtmann.org
928 S:      Maintained
930 BLUETOOTH HCI BT3C DRIVER
931 P:      Marcel Holtmann
932 M:      marcel@holtmann.org
933 S:      Maintained
935 BLUETOOTH HCI BTUART DRIVER
936 P:      Marcel Holtmann
937 M:      marcel@holtmann.org
938 S:      Maintained
940 BLUETOOTH HCI VHCI DRIVER
941 P:      Maxim Krasnyansky
942 M:      maxk@qualcomm.com
943 S:      Maintained
945 BONDING DRIVER
946 P:      Chad Tindel
947 M:      ctindel@users.sourceforge.net
948 P:      Jay Vosburgh
949 M:      fubar@us.ibm.com
950 L:      bonding-devel@lists.sourceforge.net
951 W:      http://sourceforge.net/projects/bonding/
952 S:      Supported
954 BROADBAND PROCESSOR ARCHITECTURE
955 P:      Arnd Bergmann
956 M:      arnd@arndb.de
957 L:      linuxppc-dev@ozlabs.org
958 W:      http://www.penguinppc.org/ppc64/
959 S:      Supported
961 BROADCOM B44 10/100 ETHERNET DRIVER
962 P:      Gary Zambrano
963 M:      zambrano@broadcom.com
964 L:      netdev@vger.kernel.org
965 S:      Supported
967 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
968 P:      Michael Chan
969 M:      mchan@broadcom.com
970 L:      netdev@vger.kernel.org
971 S:      Supported
973 BROADCOM TG3 GIGABIT ETHERNET DRIVER
974 P:      Michael Chan
975 M:      mchan@broadcom.com
976 L:      netdev@vger.kernel.org
977 S:      Supported
979 BSG (block layer generic sg v4 driver)
980 P:      FUJITA Tomonori
981 M:      fujita.tomonori@lab.ntt.co.jp
982 L:      linux-scsi@vger.kernel.org
983 S:      Supported
985 BTTV VIDEO4LINUX DRIVER
986 P:      Mauro Carvalho Chehab
987 M:      mchehab@infradead.org
988 M:      v4l-dvb-maintainer@linuxtv.org
989 L:      video4linux-list@redhat.com
990 W:      http://linuxtv.org
991 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
992 S:      Maintained
994 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
995 P:      Jonathan Corbet
996 M:      corbet@lwn.net
997 L:      video4linux-list@redhat.com
998 S:      Maintained
1000 CALGARY x86-64 IOMMU
1001 P:      Muli Ben-Yehuda
1002 M:      muli@il.ibm.com
1003 P:      Jon D. Mason
1004 M:      jdmason@kudzu.us
1005 L:      linux-kernel@vger.kernel.org
1006 L:      discuss@x86-64.org
1007 S:      Maintained
1009 CFAG12864B LCD DRIVER
1010 P:      Miguel Ojeda Sandonis
1011 M:      maxextreme@gmail.com
1012 L:      linux-kernel@vger.kernel.org
1013 W:      http://auxdisplay.googlepages.com/
1014 S:      Maintained
1016 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1017 P:      Miguel Ojeda Sandonis
1018 M:      maxextreme@gmail.com
1019 L:      linux-kernel@vger.kernel.org
1020 W:      http://auxdisplay.googlepages.com/
1021 S:      Maintained
1023 CFG80211 and NL80211
1024 P:      Johannes Berg
1025 M:      johannes@sipsolutions.net
1026 L:      linux-wireless@vger.kernel.org
1027 S:      Maintained
1029 CHECKPATCH
1030 P:      Andy Whitcroft
1031 M:      apw@shadowen.org
1032 P:      Randy Dunlap
1033 M:      rdunlap@xenotime.net
1034 P:      Joel Schopp
1035 M:      jschopp@austin.ibm.com
1036 S:      Supported
1038 COMMON INTERNET FILE SYSTEM (CIFS)
1039 P:      Steve French
1040 M:      sfrench@samba.org
1041 L:      linux-cifs-client@lists.samba.org
1042 L:      samba-technical@lists.samba.org
1043 W:      http://linux-cifs.samba.org/
1044 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1045 S:      Supported
1047 CONFIGFS
1048 P:      Joel Becker
1049 M:      joel.becker@oracle.com
1050 L:      linux-kernel@vger.kernel.org
1051 S:      Supported
1053 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1054 P:      Lennert Buytenhek
1055 M:      kernel@wantstofly.org
1056 L:      netdev@vger.kernel.org
1057 S:      Maintained
1059 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1060 P:      Lennert Buytenhek
1061 M:      kernel@wantstofly.org
1062 L:      linux-usb-devel@lists.sourceforge.net
1063 S:      Maintained
1065 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1066 P:      Cirrus Logic Corporation (kernel 2.2 driver)
1067 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1068 P:      Nils Faerber (port to kernel 2.4)
1069 M:      Nils Faerber <nils@kernelconcepts.de>
1070 S:      Maintained
1072 CODA FILE SYSTEM
1073 P:      Jan Harkes
1074 M:      jaharkes@cs.cmu.edu
1075 M:      coda@cs.cmu.edu
1076 L:      codalist@coda.cs.cmu.edu
1077 W:      http://www.coda.cs.cmu.edu/
1078 S:      Maintained
1080 COMPACTPCI HOTPLUG CORE
1081 P:      Scott Murray
1082 M:      scottm@somanetworks.com
1083 M:      scott@spiteful.org
1084 L:      pcihpd-discuss@lists.sourceforge.net
1085 S:      Supported
1087 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1088 P:      Scott Murray
1089 M:      scottm@somanetworks.com
1090 M:      scott@spiteful.org
1091 L:      pcihpd-discuss@lists.sourceforge.net
1092 S:      Supported
1094 COMPACTPCI HOTPLUG GENERIC DRIVER
1095 P:      Scott Murray
1096 M:      scottm@somanetworks.com
1097 M:      scott@spiteful.org
1098 L:      pcihpd-discuss@lists.sourceforge.net
1099 S:      Supported
1101 COMPUTONE INTELLIPORT MULTIPORT CARD
1102 P:      Michael H. Warfield
1103 M:      mhw@wittsend.com
1104 W:      http://www.wittsend.com/computone.html
1105 S:      Maintained
1107 CONEXANT ACCESSRUNNER USB DRIVER
1108 P:      Simon Arlott
1109 M:      cxacru@fire.lp0.eu
1110 L:      accessrunner-general@lists.sourceforge.net
1111 W:      http://accessrunner.sourceforge.net/
1112 S:      Maintained
1114 CORETEMP HARDWARE MONITORING DRIVER
1115 P:      Rudolf Marek
1116 M:      r.marek@assembler.cz
1117 L:      lm-sensors@lm-sensors.org
1118 S:      Maintained
1120 COSA/SRP SYNC SERIAL DRIVER
1121 P:      Jan "Yenya" Kasprzak
1122 M:      kas@fi.muni.cz
1123 W:      http://www.fi.muni.cz/~kas/cosa/
1124 S:      Maintained
1126 CPU FREQUENCY DRIVERS
1127 P:      Dave Jones
1128 M:      davej@codemonkey.org.uk
1129 L:      cpufreq@lists.linux.org.uk
1130 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1131 T:      git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1132 S:      Maintained
1134 CPUID/MSR DRIVER
1135 P:      H. Peter Anvin
1136 M:      hpa@zytor.com
1137 S:      Maintained
1139 CPUSETS
1140 P:      Paul Jackson
1141 P:      Simon Derr
1142 M:      pj@sgi.com
1143 M:      simon.derr@bull.net
1144 L:      linux-kernel@vger.kernel.org
1145 W:      http://www.bullopensource.org/cpuset/
1146 S:      Supported
1148 CRAMFS FILESYSTEM
1149 W:      http://sourceforge.net/projects/cramfs/
1150 S:      Orphan
1152 CRIS PORT
1153 P:      Mikael Starvik
1154 M:      starvik@axis.com
1155 L:      dev-etrax@axis.com
1156 W:      http://developer.axis.com
1157 S:      Maintained
1159 CRYPTO API
1160 P:      Herbert Xu
1161 M:      herbert@gondor.apana.org.au
1162 P:      David S. Miller
1163 M:      davem@davemloft.net
1164 L:      linux-crypto@vger.kernel.org
1165 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1166 S:      Maintained
1168 CS5535 Audio ALSA driver
1169 P:      Jaya Kumar
1170 M:      jayakumar.alsa@gmail.com
1171 S:      Maintained
1173 CYBERPRO FB DRIVER
1174 P:      Russell King
1175 M:      rmk@arm.linux.org.uk
1176 W:      http://www.arm.linux.org.uk/
1177 S:      Maintained
1179 CYBLAFB FRAMEBUFFER DRIVER
1180 P:      Knut Petersen
1181 M:      Knut_Petersen@t-online.de
1182 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1183 S:      Maintained
1185 CYCLADES 2X SYNC CARD DRIVER
1186 P:      Arnaldo Carvalho de Melo
1187 M:      acme@ghostprotocols.net
1188 W:      http://oops.ghostprotocols.net:81/blog
1189 S:      Maintained
1191 CYCLADES ASYNC MUX DRIVER
1192 W:      http://www.cyclades.com/
1193 S:      Orphan
1195 CYCLADES PC300 DRIVER
1196 W:      http://www.cyclades.com/
1197 S:      Orphan
1199 DAMA SLAVE for AX.25
1200 P:      Joerg Reuter
1201 M:      jreuter@yaina.de
1202 W:      http://yaina.de/jreuter/
1203 W:      http://www.qsl.net/dl1bke/
1204 L:      linux-hams@vger.kernel.org
1205 S:      Maintained
1207 DC395x SCSI driver
1208 P:      Oliver Neukum
1209 M:      oliver@neukum.name
1210 P:      Ali Akcaagac
1211 M:      aliakc@web.de
1212 P:      Jamie Lenehan
1213 M:      lenehan@twibble.org
1214 W:      http://twibble.org/dist/dc395x/
1215 L:      dc395x@twibble.org
1216 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1217 S:      Maintained
1219 DC390/AM53C974 SCSI driver
1220 P:      Kurt Garloff
1221 M:      garloff@suse.de
1222 W:      http://www.garloff.de/kurt/linux/dc390/
1223 P:      Guennadi Liakhovetski
1224 M:      g.liakhovetski@gmx.de
1225 S:      Maintained
1227 DCCP PROTOCOL
1228 P:      Arnaldo Carvalho de Melo
1229 M:      acme@ghostprotocols.net
1230 L:      dccp@vger.kernel.org
1231 W:      http://linux-net.osdl.org/index.php/DCCP
1232 S:      Maintained
1234 DECnet NETWORK LAYER
1235 P:      Patrick Caulfield
1236 M:      patrick@tykepenguin.com
1237 W:      http://linux-decnet.sourceforge.net
1238 L:      linux-decnet-user@lists.sourceforge.net
1239 S:      Maintained
1241 DEFXX FDDI NETWORK DRIVER
1242 P:      Maciej W. Rozycki
1243 M:      macro@linux-mips.org
1244 S:      Maintained
1246 DELL LAPTOP SMM DRIVER
1247 P:      Massimo Dal Zotto
1248 M:      dz@debian.org
1249 W:      http://www.debian.org/~dz/i8k/
1250 S:      Maintained
1252 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1253 P:      Doug Warzecha
1254 M:      Douglas_Warzecha@dell.com
1255 S:      Maintained
1257 DEVICE-MAPPER  (LVM)
1258 P:      Alasdair Kergon
1259 L:      dm-devel@redhat.com
1260 W:      http://sources.redhat.com/dm
1261 S:      Maintained
1263 DEVICE NUMBER REGISTRY
1264 P:      Torben Mathiasen
1265 M:      device@lanana.org
1266 W:      http://lanana.org/docs/device-list/index.html
1267 L:      linux-kernel@vger.kernel.org
1268 S:      Maintained
1270 DIGI INTL. EPCA DRIVER
1271 P:      Digi International, Inc
1272 M:      Eng.Linux@digi.com
1273 L:      Eng.Linux@digi.com
1274 W:      http://www.digi.com
1275 S:      Orphaned
1277 DIRECTORY NOTIFICATION
1278 P:      Stephen Rothwell
1279 M:      sfr@canb.auug.org.au
1280 L:      linux-kernel@vger.kernel.org
1281 S:      Supported
1283 DISK GEOMETRY AND PARTITION HANDLING
1284 P:      Andries Brouwer
1285 M:      aeb@cwi.nl
1286 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1287 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1288 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1289 S:      Maintained
1291 DISKQUOTA:
1292 P:      Jan Kara
1293 M:      jack@suse.cz
1294 L:      linux-kernel@vger.kernel.org
1295 S:      Maintained
1297 DISTRIBUTED LOCK MANAGER
1298 P:      Patrick Caulfield
1299 M:      pcaulfie@redhat.com
1300 P:      David Teigland
1301 M:      teigland@redhat.com
1302 L:      cluster-devel@redhat.com
1303 W:      http://sources.redhat.com/cluster/
1304 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1305 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1306 S:      Supported
1308 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1309 P:      Tobias Ringstrom
1310 M:      tori@unhappy.mine.nu
1311 L:      netdev@vger.kernel.org
1312 S:      Maintained
1314 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1315 P:      Shannon Nelson
1316 M:      shannon.nelson@intel.com
1317 P:      Dan Williams
1318 M:      dan.j.williams@intel.com
1319 L:      linux-kernel@vger.kernel.org
1320 S:      Supported
1322 DME1737 HARDWARE MONITOR DRIVER
1323 P:      Juerg Haefliger
1324 M:      juergh@gmail.com
1325 L:      lm-sensors@lm-sensors.org
1326 S:      Maintained
1328 DOCBOOK FOR DOCUMENTATION
1329 P:      Randy Dunlap
1330 M:      rdunlap@xenotime.net
1331 S:      Maintained
1333 DOCKING STATION DRIVER
1334 P:      Kristen Carlson Accardi
1335 M:      kristen.c.accardi@intel.com
1336 L:      linux-acpi@vger.kernel.org
1337 S:      Supported
1339 DOUBLETALK DRIVER
1340 P:      James R. Van Zandt
1341 M:      jrv@vanzandt.mv.com
1342 L:      blinux-list@redhat.com
1343 S:      Maintained
1345 DRIVER CORE, KOBJECTS, AND SYSFS
1346 P:      Greg Kroah-Hartman
1347 M:      gregkh@suse.de
1348 L:      linux-kernel@vger.kernel.org
1349 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1350 S:      Supported
1352 DRM DRIVERS
1353 P:      David Airlie
1354 M:      airlied@linux.ie
1355 L:      dri-devel@lists.sourceforge.net
1356 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1357 S:      Maintained
1359 DSCC4 DRIVER
1360 P:      Francois Romieu
1361 M:      romieu@fr.zoreil.com
1362 L:      netdev@vger.kernel.org
1363 S:      Maintained
1365 DVB SUBSYSTEM AND DRIVERS
1366 P:      LinuxTV.org Project
1367 M:      v4l-dvb-maintainer@linuxtv.org
1368 L:      linux-dvb@linuxtv.org (subscription required)
1369 W:      http://linuxtv.org/
1370 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1371 S:      Maintained
1373 DZ DECSTATION DZ11 SERIAL DRIVER
1374 P:      Maciej W. Rozycki
1375 M:      macro@linux-mips.org
1376 S:      Maintained
1378 EATA-DMA SCSI DRIVER
1379 P:      Michael Neuffer
1380 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1381 S:      Maintained
1383 EATA ISA/EISA/PCI SCSI DRIVER
1384 P:      Dario Ballabio
1385 M:      ballabio_dario@emc.com
1386 L:      linux-scsi@vger.kernel.org
1387 S:      Maintained
1389 EATA-PIO SCSI DRIVER
1390 P:      Michael Neuffer
1391 M:      mike@i-Connect.Net
1392 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1393 S:      Maintained
1395 EBTABLES
1396 P:      Bart De Schuymer
1397 M:      bart.de.schuymer@pandora.be
1398 L:      ebtables-user@lists.sourceforge.net
1399 L:      ebtables-devel@lists.sourceforge.net
1400 W:      http://ebtables.sourceforge.net/
1401 S:      Maintained
1403 ECRYPT FILE SYSTEM
1404 P:      Mike Halcrow, Phillip Hellewell
1405 M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1406 L:      ecryptfs-devel@lists.sourceforge.net
1407 W:      http://ecryptfs.sourceforge.net/
1408 S:      Supported
1410 EDAC-CORE
1411 P:      Doug Thompson
1412 M:      dougthompson@xmission.com
1413 L:      bluesmoke-devel@lists.sourceforge.net
1414 W:      bluesmoke.sourceforge.net
1415 S:      Supported
1417 EDAC-E752X
1418 P:      Mark Gross
1419 P:      Doug Thompson
1420 M:      mark.gross@intel.com
1421 M:      dougthompson@xmission.com
1422 L:      bluesmoke-devel@lists.sourceforge.net
1423 W:      bluesmoke.sourceforge.net
1424 S:      Maintained
1426 EDAC-E7XXX
1427 P:      Doug Thompson
1428 M:      dougthompson@xmission.com
1429 L:      bluesmoke-devel@lists.sourceforge.net
1430 W:      bluesmoke.sourceforge.net
1431 S:      Maintained
1433 EDAC-I82443BXGX
1434 P:      Tim Small
1435 M:      tim@buttersideup.com
1436 L:      bluesmoke-devel@lists.sourceforge.net
1437 W:      bluesmoke.sourceforge.net
1438 S:      Maintained
1440 EDAC-I3000
1441 P:      Jason Uhlenkott
1442 M:      juhlenko@akamai.com
1443 L:      bluesmoke-devel@lists.sourceforge.net
1444 W:      bluesmoke.sourceforge.net
1445 S:      Maintained
1447 EDAC-I5000
1448 P:      Doug Thompson
1449 M:      dougthompson@xmission.com
1450 L:      bluesmoke-devel@lists.sourceforge.net
1451 W:      bluesmoke.sourceforge.net
1452 S:      Maintained
1454 EDAC-I82975X
1455 P:      Ranganathan Desikan
1456 P:      Arvind R.
1457 M:      rdesikan@jetzbroadband.com
1458 M:      arvind@acarlab.com
1459 L:      bluesmoke-devel@lists.sourceforge.net
1460 W:      bluesmoke.sourceforge.net
1461 S:      Maintained
1463 EDAC-PASEMI
1464 P:      Egor Martovetsky
1465 M:      egor@pasemi.com
1466 L:      bluesmoke-devel@lists.sourceforge.net
1467 W:      bluesmoke.sourceforge.net
1468 S:      Maintained
1470 EDAC-R82600
1471 P:      Tim Small
1472 M:      tim@buttersideup.com
1473 L:      bluesmoke-devel@lists.sourceforge.net
1474 W:      bluesmoke.sourceforge.net
1475 S:      Maintained
1477 EEPRO100 NETWORK DRIVER
1478 P:      Andrey V. Savochkin
1479 M:      saw@saw.sw.com.sg
1480 S:      Maintained
1482 EFS FILESYSTEM
1483 W:      http://aeschi.ch.eu.org/efs/
1484 S:      Orphan
1486 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1487 P:      Hoang-Nam Nguyen
1488 M:      hnguyen@de.ibm.com
1489 P:      Christoph Raisch
1490 M:      raisch@de.ibm.com
1491 L:      general@lists.openfabrics.org
1492 S:      Supported
1494 EMULEX LPFC FC SCSI DRIVER
1495 P:      James Smart
1496 M:      james.smart@emulex.com
1497 L:      linux-scsi@vger.kernel.org
1498 W:      http://sourceforge.net/projects/lpfcxxxx
1499 S:      Supported
1501 EPSON 1355 FRAMEBUFFER DRIVER
1502 P:      Christopher Hoover
1503 M:      ch@murgatroid.com, ch@hpl.hp.com
1504 S:      Maintained
1506 ETHEREXPRESS-16 NETWORK DRIVER
1507 P:      Philip Blundell
1508 M:      philb@gnu.org
1509 L:      netdev@vger.kernel.org
1510 S:      Maintained
1512 ETHERNET BRIDGE
1513 P:      Stephen Hemminger
1514 M:      shemminger@linux-foundation.org
1515 L:      bridge@lists.linux-foundation.org
1516 W:      http://bridge.sourceforge.net/
1517 S:      Maintained
1519 ETHERTEAM 16I DRIVER
1520 P:      Mika Kuoppala
1521 M:      miku@iki.fi
1522 S:      Maintained
1524 EXT2 FILE SYSTEM
1525 L:      linux-ext4@vger.kernel.org
1526 S:      Maintained
1528 EXT3 FILE SYSTEM
1529 P:      Stephen Tweedie, Andrew Morton
1530 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1531 L:      linux-ext4@vger.kernel.org
1532 S:      Maintained
1534 EXT4 FILE SYSTEM
1535 P:      Stephen Tweedie, Andrew Morton
1536 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1537 L:      linux-ext4@vger.kernel.org
1538 S:      Maintained
1540 F71805F HARDWARE MONITORING DRIVER
1541 P:      Jean Delvare
1542 M:      khali@linux-fr.org
1543 L:      lm-sensors@lm-sensors.org
1544 S:      Maintained
1546 FARSYNC SYNCHRONOUS DRIVER
1547 P:      Kevin Curtis
1548 M:      kevin.curtis@farsite.co.uk
1549 W:      http://www.farsite.co.uk/
1550 S:      Supported
1552 FAULT INJECTION SUPPORT
1553 P:      Akinobu Mita
1554 M:      akinobu.mita@gmail.com
1555 S:      Supported
1557 FRAMEBUFFER LAYER
1558 P:      Antonino Daplas
1559 M:      adaplas@gmail.com
1560 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1561 W:      http://linux-fbdev.sourceforge.net/
1562 S:      Maintained
1564 FREESCALE DMA DRIVER
1565 P;      Zhang Wei
1566 M:      wei.zhang@freescale.com
1567 L:      linuxppc-embedded@ozlabs.org
1568 L:      linux-kernel@vger.kernel.org
1569 S:      Maintained
1571 FREESCALE SOC FS_ENET DRIVER
1572 P:      Pantelis Antoniou
1573 M:      pantelis.antoniou@gmail.com
1574 P:      Vitaly Bordug
1575 M:      vbordug@ru.mvista.com
1576 L:      linuxppc-dev@ozlabs.org
1577 L:      netdev@vger.kernel.org
1578 S:      Maintained
1580 FREESCALE HIGHSPEED USB DEVICE DRIVER
1581 P:      Li Yang
1582 M:      leoli@freescale.com
1583 L:      linux-usb-devel@lists.sourceforge.net
1584 L:      linuxppc-dev@ozlabs.org
1585 S:      Maintained
1587 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1588 P:      Li Yang
1589 M:      leoli@freescale.com
1590 L:      netdev@vger.kernel.org
1591 L:      linuxppc-dev@ozlabs.org
1592 S:      Maintained
1594 FILE LOCKING (flock() and fcntl()/lockf())
1595 P:      Matthew Wilcox
1596 M:      matthew@wil.cx
1597 L:      linux-fsdevel@vger.kernel.org
1598 S:      Maintained
1600 FILESYSTEMS (VFS and infrastructure)
1601 P:      Alexander Viro
1602 M:      viro@zeniv.linux.org.uk
1603 S:      Maintained
1605 FIREWIRE SUBSYSTEM
1606 P:      Kristian Hoegsberg, Stefan Richter
1607 M:      krh@redhat.com, stefanr@s5r6.in-berlin.de
1608 L:      linux1394-devel@lists.sourceforge.net
1609 W:      http://www.linux1394.org/
1610 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1611 S:      Maintained
1613 FIRMWARE LOADER (request_firmware)
1614 L:      linux-kernel@vger.kernel.org
1615 S:      Orphan
1617 FPU EMULATOR
1618 P:      Bill Metzenthen
1619 M:      billm@suburbia.net
1620 W:      http://suburbia.net/~billm/floating-point/emulator/
1621 S:      Maintained
1623 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1624 P:      Mike McLagan
1625 M:      mike.mclagan@linux.org
1626 L:      netdev@vger.kernel.org
1627 S:      Maintained
1629 FREEVXFS FILESYSTEM
1630 P:      Christoph Hellwig
1631 M:      hch@infradead.org
1632 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1633 S:      Maintained
1635 FUJITSU FR-V (FRV) PORT
1636 P:      David Howells
1637 M:      dhowells@redhat.com
1638 S:      Maintained
1640 FUSE: FILESYSTEM IN USERSPACE
1641 P:      Miklos Szeredi
1642 M:      miklos@szeredi.hu
1643 L:      fuse-devel@lists.sourceforge.net
1644 W:      http://fuse.sourceforge.net/
1645 S:      Maintained
1647 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1648 P:      Rik Faith
1649 M:      faith@cs.unc.edu
1650 L:      linux-scsi@vger.kernel.org
1651 S:      Odd fixes (e.g., new signatures)
1653 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1654 P:      Achim Leubner
1655 M:      achim_leubner@adaptec.com
1656 L:      linux-scsi@vger.kernel.org
1657 W:      http://www.icp-vortex.com/
1658 S:      Supported
1660 GENERIC GPIO I2C DRIVER
1661 P:      Haavard Skinnemoen
1662 M:      hskinnemoen@atmel.com
1663 S:      Supported
1665 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1666 P:      Krzysztof Halasa
1667 M:      khc@pm.waw.pl
1668 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1669 S:      Maintained
1671 GFS2 FILE SYSTEM
1672 P:      Steven Whitehouse
1673 M:      swhiteho@redhat.com
1674 L:      cluster-devel@redhat.com
1675 W:      http://sources.redhat.com/cluster/
1676 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1677 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1678 S:      Supported
1680 GIGASET ISDN DRIVERS
1681 P:      Hansjoerg Lipp
1682 M:      hjlipp@web.de
1683 P:      Tilman Schmidt
1684 M:      tilman@imap.cc
1685 L:      gigaset307x-common@lists.sourceforge.net
1686 W:      http://gigaset307x.sourceforge.net/
1687 S:      Maintained
1689 HARDWARE MONITORING
1690 P:      Mark M. Hoffman
1691 M:      mhoffman@lightlink.com
1692 L:      lm-sensors@lm-sensors.org
1693 W:      http://www.lm-sensors.org/
1694 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1695 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
1696 S:      Maintained
1698 HARDWARE RANDOM NUMBER GENERATOR CORE
1699 P:      Michael Buesch
1700 M:      mb@bu3sch.de
1701 S:      Maintained
1703 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1704 P:      Robert Love
1705 M:      rlove@rlove.org
1706 M:      linux-kernel@vger.kernel.org
1707 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1708 S:      Maintained
1710 HARMONY SOUND DRIVER
1711 P:      Kyle McMartin
1712 M:      kyle@parisc-linux.org
1713 W:      http://www.parisc-linux.org/~kyle/harmony/
1714 L:      parisc-linux@lists.parisc-linux.org
1715 S:      Maintained
1717 HAYES ESP SERIAL DRIVER
1718 P:      Andrew J. Robinson
1719 M:      arobinso@nyx.net
1720 L:      linux-kernel@vger.kernel.org
1721 W:      http://www.nyx.net/~arobinso
1722 S:      Maintained
1724 HFS FILESYSTEM
1725 P:      Roman Zippel
1726 M:      zippel@linux-m68k.org
1727 L:      linux-kernel@vger.kernel.org
1728 S:      Maintained
1730 HGA FRAMEBUFFER DRIVER
1731 P:      Ferenc Bakonyi
1732 M:      fero@drama.obuda.kando.hu
1733 L:      linux-nvidia@lists.surfsouth.com
1734 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1735 S:      Maintained
1737 HID CORE LAYER
1738 P:      Jiri Kosina
1739 M:      jkosina@suse.cz
1740 L:      linux-input@vger.kernel.org
1741 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1742 S:      Maintained
1744 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1745 P:      Thomas Gleixner
1746 M:      tglx@linutronix.de
1747 L:      linux-kernel@vger.kernel.org
1748 S:      Maintained
1750 HIGH-SPEED SCC DRIVER FOR AX.25
1751 P:      Klaus Kudielka
1752 M:      klaus.kudielka@ieee.org
1753 L:      linux-hams@vger.kernel.org
1754 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1755 S:      Maintained
1757 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1758 P:      HighPoint Linux Team
1759 M:      linux@highpoint-tech.com
1760 W:      http://www.highpoint-tech.com
1761 S:      Supported
1763 HIPPI
1764 P:      Jes Sorensen
1765 M:      jes@trained-monkey.org
1766 L:      linux-hippi@sunsite.dk
1767 S:      Maintained
1769 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1770 P:      Chirag Kantharia
1771 M:      chirag.kantharia@hp.com
1772 L:      iss_storagedev@hp.com
1773 S:      Maintained
1775 HEWLETT-PACKARD SMART2 RAID DRIVER
1776 P:      Chirag Kantharia
1777 M:      chirag.kantharia@hp.com
1778 L:      iss_storagedev@hp.com
1779 S:      Maintained
1781 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1782 P:      Mike Miller
1783 M:      mike.miller@hp.com
1784 L:      iss_storagedev@hp.com
1785 S:      Supported
1787 HOST AP DRIVER
1788 P:      Jouni Malinen
1789 M:      j@w1.fi
1790 L:      hostap@shmoo.com (subscribers-only)
1791 L:      linux-wireless@vger.kernel.org
1792 W:      http://hostap.epitest.fi/
1793 S:      Maintained
1795 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1796 P:      Jaroslav Kysela
1797 M:      perex@perex.cz
1798 S:      Maintained
1800 HPET:   High Precision Event Timers driver (hpet.c)
1801 P:      Clemens Ladisch
1802 M:      clemens@ladisch.de
1803 S:      Maintained
1805 HPET:   i386
1806 P:      Venkatesh Pallipadi (Venki)
1807 M:      venkatesh.pallipadi@intel.com
1808 S:      Maintained
1810 HPET:   x86_64
1811 P:      Vojtech Pavlik
1812 M:      vojtech@suse.cz
1813 S:      Maintained
1815 HPET:   ACPI hpet.c
1816 P:      Bob Picco
1817 M:      bob.picco@hp.com
1818 S:      Maintained
1820 HPFS FILESYSTEM
1821 P:      Mikulas Patocka
1822 M:      mikulas@artax.karlin.mff.cuni.cz
1823 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1824 S:      Maintained
1826 HUGETLB FILESYSTEM
1827 P:      William Irwin
1828 M:      wli@holomorphy.com
1829 S:      Maintained
1831 I2C/SMBUS STUB DRIVER
1832 P:      Mark M. Hoffman
1833 M:      mhoffman@lightlink.com
1834 L:      lm-sensors@lm-sensors.org
1835 S:      Maintained
1837 I2C SUBSYSTEM
1838 P:      Jean Delvare
1839 M:      khali@linux-fr.org
1840 L:      i2c@lm-sensors.org
1841 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1842 S:      Maintained
1844 I2C-TINY-USB DRIVER
1845 P:      Till Harbaum
1846 M:      till@harbaum.org
1847 L:      i2c@lm-sensors.org
1848 T:      http://www.harbaum.org/till/i2c_tiny_usb
1849 S:      Maintained
1851 i386 BOOT CODE
1852 P:      H. Peter Anvin
1853 M:      hpa@zytor.com
1854 L:      Linux-Kernel@vger.kernel.org
1855 S:      Maintained
1857 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1858 P:      H. Peter Anvin
1859 M:      hpa@zytor.com
1860 T:      git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1861 S:      Maintained
1863 IA64 (Itanium) PLATFORM
1864 P:      Tony Luck
1865 M:      tony.luck@intel.com
1866 L:      linux-ia64@vger.kernel.org
1867 W:      http://www.ia64-linux.org/
1868 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1869 S:      Maintained
1871 SN-IA64 (Itanium) SUB-PLATFORM
1872 P:      Jes Sorensen
1873 M:      jes@sgi.com
1874 L:      linux-altix@sgi.com
1875 L:      linux-ia64@vger.kernel.org
1876 W:      http://www.sgi.com/altix
1877 S:      Maintained
1879 IBM MCA SCSI SUBSYSTEM DRIVER
1880 P:      Michael Lang
1881 M:      langa2@kph.uni-mainz.de
1882 W:      http://www.uni-mainz.de/~langm000/linux.html
1883 S:      Maintained
1885 IBM Power Linux RAID adapter
1886 P:      Brian King
1887 M:      brking@us.ibm.com
1888 S:      Supported
1890 IBM ServeRAID RAID DRIVER
1891 P:      Jack Hammer
1892 P:      Dave Jeffery
1893 M:      ipslinux@adaptec.com
1894 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1895 S:      Supported
1897 IDE SUBSYSTEM
1898 P:      Bartlomiej Zolnierkiewicz
1899 M:      bzolnier@gmail.com
1900 L:      linux-ide@vger.kernel.org
1901 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1902 S:      Maintained
1904 IDE/ATAPI CDROM DRIVER
1905 L:      linux-ide@vger.kernel.org
1906 S:      Unmaintained
1908 IDE/ATAPI FLOPPY DRIVERS
1909 P:      Paul Bristow
1910 M:      Paul Bristow <paul@paulbristow.net>
1911 W:      http://paulbristow.net/linux/idefloppy.html
1912 L:      linux-kernel@vger.kernel.org
1913 S:      Maintained
1915 IDE/ATAPI TAPE DRIVERS
1916 P:      Gadi Oxman
1917 M:      Gadi Oxman <gadio@netvision.net.il>
1918 L:      linux-kernel@vger.kernel.org
1919 S:      Maintained
1921 IDE-SCSI DRIVER
1922 L:      linux-ide@vger.kernel.org
1923 L:      linux-scsi@vger.kernel.org
1924 S:      Orphan
1926 IEEE 1394 SUBSYSTEM
1927 P:      Ben Collins
1928 M:      ben.collins@ubuntu.com
1929 P:      Stefan Richter
1930 M:      stefanr@s5r6.in-berlin.de
1931 L:      linux1394-devel@lists.sourceforge.net
1932 W:      http://www.linux1394.org/
1933 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1934 S:      Maintained
1936 IEEE 1394 RAW I/O DRIVER (raw1394)
1937 P:      Dan Dennedy
1938 M:      dan@dennedy.org
1939 P:      Stefan Richter
1940 M:      stefanr@s5r6.in-berlin.de
1941 L:      linux1394-devel@lists.sourceforge.net
1942 S:      Maintained
1944 IMS TWINTURBO FRAMEBUFFER DRIVER
1945 P:      Paul Mundt
1946 M:      lethal@chaoticdreams.org
1947 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1948 S:      Maintained
1950 INFINIBAND SUBSYSTEM
1951 P:      Roland Dreier
1952 M:      rolandd@cisco.com
1953 P:      Sean Hefty
1954 M:      mshefty@ichips.intel.com
1955 P:      Hal Rosenstock
1956 M:      hal.rosenstock@gmail.com 
1957 L:      general@lists.openfabrics.org
1958 W:      http://www.openib.org/
1959 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1960 S:      Supported
1962 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
1963 P:      Dmitry Torokhov
1964 M:      dmitry.torokhov@gmail.com
1965 M:      dtor@mail.ru
1966 L:      linux-input@vger.kernel.org
1967 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1968 S:      Maintained
1970 INOTIFY
1971 P:      John McCutchan
1972 M:      ttb@tentacle.dhs.org
1973 P:      Robert Love
1974 M:      rml@novell.com
1975 L:      linux-kernel@vger.kernel.org
1976 S:      Maintained
1978 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1979 P:      Sylvain Meyer
1980 M:      sylvain.meyer@worldonline.fr
1981 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1982 S:      Maintained
1984 INTEL 810/815 FRAMEBUFFER DRIVER
1985 P:      Antonino Daplas
1986 M:      adaplas@gmail.com
1987 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1988 S:      Maintained
1990 INTEL IA32 MICROCODE UPDATE SUPPORT
1991 P:      Tigran Aivazian
1992 M:      tigran@aivazian.fsnet.co.uk
1993 S:      Maintained
1995 INTEL I/OAT DMA DRIVER
1996 P:      Shannon Nelson
1997 M:      shannon.nelson@intel.com
1998 L:      linux-kernel@vger.kernel.org
1999 S:      Supported
2001 INTEL IOP-ADMA DMA DRIVER
2002 P:      Dan Williams
2003 M:      dan.j.williams@intel.com
2004 L:      linux-kernel@vger.kernel.org
2005 S:      Supported
2007 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2008 P:      Deepak Saxena
2009 M:      dsaxena@plexity.net
2010 S:      Maintained
2012 INTEL IXP2000 ETHERNET DRIVER
2013 P:      Lennert Buytenhek
2014 M:      kernel@wantstofly.org
2015 L:      netdev@vger.kernel.org
2016 S:      Maintained
2018 INTEL PRO/100 ETHERNET SUPPORT
2019 P:      John Ronciak
2020 M:      john.ronciak@intel.com
2021 P:      Jesse Brandeburg
2022 M:      jesse.brandeburg@intel.com
2023 P:      Jeff Kirsher
2024 M:      jeffrey.t.kirsher@intel.com
2025 P:      Auke Kok
2026 M:      auke-jan.h.kok@intel.com
2027 L:      e1000-devel@lists.sourceforge.net
2028 W:      http://sourceforge.net/projects/e1000/
2029 S:      Supported
2031 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2032 P:      Jeb Cramer
2033 M:      cramerj@intel.com
2034 P:      John Ronciak
2035 M:      john.ronciak@intel.com
2036 P:      Jesse Brandeburg
2037 M:      jesse.brandeburg@intel.com
2038 P:      Jeff Kirsher
2039 M:      jeffrey.t.kirsher@intel.com
2040 P:      Auke Kok
2041 M:      auke-jan.h.kok@intel.com
2042 L:      e1000-devel@lists.sourceforge.net
2043 W:      http://sourceforge.net/projects/e1000/
2044 S:      Supported
2046 INTEL PRO/10GbE SUPPORT
2047 P:      Ayyappan Veeraiyan
2048 M:      ayyappan.veeraiyan@intel.com
2049 P:      Auke Kok
2050 M:      auke-jan.h.kok@intel.com
2051 P:      Jesse Brandeburg
2052 M:      jesse.brandeburg@intel.com
2053 P:      John Ronciak
2054 M:      john.ronciak@intel.com
2055 L:      e1000-devel@lists.sourceforge.net
2056 W:      http://sourceforge.net/projects/e1000/
2057 S:      Supported
2059 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2060 P:      Yi Zhu
2061 M:      yi.zhu@intel.com
2062 P:      James Ketrenos
2063 M:      jketreno@linux.intel.com
2064 L:      linux-wireless@vger.kernel.org
2065 L:      ipw2100-devel@lists.sourceforge.net
2066 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2067 W:      http://ipw2100.sourceforge.net
2068 S:      Supported
2070 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2071 P:      Yi Zhu
2072 M:      yi.zhu@intel.com
2073 P:      James Ketrenos
2074 M:      jketreno@linux.intel.com
2075 L:      linux-wireless@vger.kernel.org
2076 L:      ipw2100-devel@lists.sourceforge.net
2077 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2078 W:      http://ipw2200.sourceforge.net
2079 S:      Supported
2081 INTEL WIRELESS WIFI LINK (iwlwifi)
2082 P:      Zhu Yi
2083 M:      yi.zhu@intel.com
2084 L:      linux-wireless@vger.kernel.org
2085 L:      ipw3945-devel@lists.sourceforge.net
2086 W:      http://intellinuxwireless.org
2087 T:      git git://intellinuxwireless.org/repos/iwlwifi
2088 S:      Supported
2090 IOC3 ETHERNET DRIVER
2091 P:      Ralf Baechle
2092 M:      ralf@linux-mips.org
2093 L:      linux-mips@linux-mips.org
2094 S:      Maintained
2096 IOC3 SERIAL DRIVER
2097 P:      Pat Gefre
2098 M:      pfg@sgi.com
2099 L:      linux-kernel@linux-mips.org
2100 S:      Maintained
2102 IP MASQUERADING:
2103 P:      Juanjo Ciarlante
2104 M:      jjciarla@raiz.uncu.edu.ar
2105 S:      Maintained
2107 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2108 P:      Francois Romieu
2109 M:      romieu@fr.zoreil.com
2110 P:      Sorbica Shieh
2111 M:      sorbica@icplus.com.tw
2112 P:      Jesse Huang
2113 M:      jesse@icplus.com.tw
2114 L:      netdev@vger.kernel.org
2115 S:      Maintained
2117 IPATH DRIVER:
2118 P:      Arthur Jones
2119 M:      infinipath@qlogic.com
2120 L:      general@lists.openfabrics.org
2121 T:      git git://git.qlogic.com/ipath-linux-2.6
2122 S:      Supported
2124 IPMI SUBSYSTEM
2125 P:      Corey Minyard
2126 M:      minyard@acm.org
2127 L:      openipmi-developer@lists.sourceforge.net
2128 W:      http://openipmi.sourceforge.net/
2129 S:      Supported
2131 IPX NETWORK LAYER
2132 P:      Arnaldo Carvalho de Melo
2133 M:      acme@ghostprotocols.net
2134 L:      netdev@vger.kernel.org
2135 S:      Maintained
2137 IPWIRELESS_CS DRIVER
2138 P:      Jiri Kosina
2139 M:      jkosina@suse.cz
2140 P:      David Sterba
2141 M:      dsterba@suse.cz
2142 S:      Maintained
2143 T:      git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2145 IRDA SUBSYSTEM
2146 P:      Samuel Ortiz
2147 M:      samuel@sortiz.org
2148 L:      irda-users@lists.sourceforge.net (subscribers-only)
2149 W:      http://irda.sourceforge.net/
2150 S:      Maintained
2152 ISAPNP
2153 P:      Jaroslav Kysela
2154 M:      perex@perex.cz
2155 S:      Maintained
2157 ISDN SUBSYSTEM
2158 P:      Karsten Keil
2159 M:      kkeil@suse.de
2160 L:      isdn4linux@listserv.isdn4linux.de
2161 W:      http://www.isdn4linux.de
2162 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2163 S:      Maintained
2165 ISDN SUBSYSTEM (Eicon active card driver)
2166 P:      Armin Schindler
2167 M:      mac@melware.de
2168 L:      isdn4linux@listserv.isdn4linux.de
2169 W:      http://www.melware.de
2170 S:      Maintained
2172 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2173 P:      David Woodhouse
2174 M:      dwmw2@infradead.org
2175 L:      linux-mtd@lists.infradead.org
2176 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
2177 S:      Maintained
2179 JFS FILESYSTEM
2180 P:      Dave Kleikamp
2181 M:      shaggy@austin.ibm.com
2182 L:      jfs-discussion@lists.sourceforge.net
2183 W:      http://jfs.sourceforge.net/
2184 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2185 S:      Supported
2187 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2188 P:      Stephen Tweedie, Andrew Morton
2189 M:      sct@redhat.com, akpm@linux-foundation.org
2190 L:      linux-ext4@vger.kernel.org
2191 S:      Maintained
2193 K8TEMP HARDWARE MONITORING DRIVER
2194 P:      Rudolf Marek
2195 M:      r.marek@assembler.cz
2196 L:      lm-sensors@lm-sensors.org
2197 S:      Maintained
2199 KCONFIG
2200 P:      Roman Zippel
2201 M:      zippel@linux-m68k.org
2202 L:      linux-kbuild@vger.kernel.org
2203 S:      Maintained
2205 KDUMP
2206 P:      Vivek Goyal
2207 M:      vgoyal@in.ibm.com
2208 P:      Haren Myneni
2209 M:      hbabu@us.ibm.com
2210 L:      kexec@lists.infradead.org
2211 L:      linux-kernel@vger.kernel.org
2212 W:      http://lse.sourceforge.net/kdump/
2213 S:      Maintained
2215 KERNEL AUTOMOUNTER (AUTOFS)
2216 P:      H. Peter Anvin
2217 M:      hpa@zytor.com
2218 L:      autofs@linux.kernel.org
2219 S:      Odd Fixes
2221 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2222 P:      Ian Kent
2223 M:      raven@themaw.net
2224 L:      autofs@linux.kernel.org
2225 S:      Maintained
2227 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2228 P:      Sam Ravnborg
2229 M:      sam@ravnborg.org
2230 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
2231 L:      linux-kbuild@vger.kernel.org
2232 S:      Maintained
2234 KERNEL JANITORS
2235 P:      Several
2236 L:      kernel-janitors@vger.kernel.org
2237 W:      http://www.kerneljanitors.org/
2238 S:      Maintained
2240 KERNEL NFSD
2241 P:      J. Bruce Fields
2242 M:      bfields@fieldses.org
2243 P:      Neil Brown
2244 M:      neilb@suse.de
2245 L:      nfs@lists.sourceforge.net
2246 W:      http://nfs.sourceforge.net/
2247 S:      Supported
2249 KERNEL VIRTUAL MACHINE (KVM)
2250 P:      Avi Kivity
2251 M:      avi@qumranet.com
2252 L:      kvm-devel@lists.sourceforge.net
2253 W:      kvm.sourceforge.net
2254 S:      Supported
2256 KEXEC
2257 P:      Eric Biederman
2258 M:      ebiederm@xmission.com
2259 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2260 L:      linux-kernel@vger.kernel.org
2261 L:      kexec@lists.infradead.org
2262 S:      Maintained
2264 KPROBES
2265 P:      Prasanna S Panchamukhi
2266 M:      prasanna@in.ibm.com
2267 P:      Ananth N Mavinakayanahalli
2268 M:      ananth@in.ibm.com
2269 P:      Anil S Keshavamurthy
2270 M:      anil.s.keshavamurthy@intel.com
2271 P:      David S. Miller
2272 M:      davem@davemloft.net
2273 L:      linux-kernel@vger.kernel.org
2274 S:      Maintained
2276 KS0108 LCD CONTROLLER DRIVER
2277 P:      Miguel Ojeda Sandonis
2278 M:      maxextreme@gmail.com
2279 L:      linux-kernel@vger.kernel.org
2280 W:      http://auxdisplay.googlepages.com/
2281 S:      Maintained
2283 LAPB module
2284 L:      linux-x25@vger.kernel.org
2285 S:      Orphan
2287 LASI 53c700 driver for PARISC
2288 P:      James E.J. Bottomley
2289 M:      James.Bottomley@HansenPartnership.com
2290 L:      linux-scsi@vger.kernel.org
2291 S:      Maintained
2293 LED SUBSYSTEM
2294 P:      Richard Purdie
2295 M:      rpurdie@rpsys.net
2296 S:      Maintained
2298 LEGO USB Tower driver
2299 P:      Juergen Stuber
2300 M:      starblue@users.sourceforge.net
2301 L:      legousb-devel@lists.sourceforge.net
2302 W:      http://legousb.sourceforge.net/
2303 S:      Maintained
2305 LGUEST
2306 P:      Rusty Russell
2307 M:      rusty@rustcorp.com.au
2308 L:      lguest@ozlabs.org
2309 W:      http://lguest.ozlabs.org/
2310 S:      Maintained
2312 LINUX FOR IBM pSERIES (RS/6000)
2313 P:      Paul Mackerras
2314 M:      paulus@au.ibm.com
2315 W:      http://www.ibm.com/linux/ltc/projects/ppc
2316 S:      Supported
2318 LINUX FOR NCR VOYAGER
2319 P:      James Bottomley
2320 M:      James.Bottomley@HansenPartnership.com
2321 W:      http://www.hansenpartnership.com/voyager
2322 S:      Maintained
2324 LINUX FOR POWERPC
2325 P:      Paul Mackerras
2326 M:      paulus@samba.org
2327 W:      http://www.penguinppc.org/
2328 L:      linuxppc-dev@ozlabs.org
2329 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2330 S:      Supported
2332 LINUX FOR POWER MACINTOSH
2333 P:      Benjamin Herrenschmidt
2334 M:      benh@kernel.crashing.org
2335 W:      http://www.penguinppc.org/
2336 L:      linuxppc-dev@ozlabs.org
2337 S:      Maintained
2339 LINUX FOR POWERPC EMBEDDED MPC52XX
2340 P:      Sylvain Munaut
2341 M:      tnt@246tNt.com
2342 P:      Grant Likely
2343 M:      grant.likely@secretlab.ca
2344 W:      http://www.246tNt.com/mpc52xx/
2345 W:      http://www.penguinppc.org/
2346 L:      linuxppc-dev@ozlabs.org
2347 S:      Maintained
2349 LINUX FOR POWERPC EMBEDDED PPC4XX
2350 P:      Josh Boyer
2351 M:      jwboyer@linux.vnet.ibm.com
2352 P:      Matt Porter
2353 M:      mporter@kernel.crashing.org
2354 W:      http://www.penguinppc.org/
2355 L:      linuxppc-dev@ozlabs.org
2356 T:      git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
2357 S:      Maintained
2359 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2360 P:      Grant Likely
2361 M:      grant.likely@secretlab.ca
2362 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
2363 L:      linuxppc-dev@ozlabs.org
2364 S:      Maintained
2366 LINUX FOR POWERPC BOOT CODE
2367 P:      Tom Rini
2368 M:      trini@kernel.crashing.org
2369 W:      http://www.penguinppc.org/
2370 L:      linuxppc-dev@ozlabs.org
2371 S:      Maintained
2373 LINUX FOR POWERPC EMBEDDED PPC8XX
2374 P:      Vitaly Bordug
2375 M:      vitb@kernel.crashing.org
2376 P:      Marcelo Tosatti
2377 M:      marcelo@kvack.org
2378 W:      http://www.penguinppc.org/
2379 L:      linuxppc-dev@ozlabs.org
2380 S:      Maintained
2382 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2383 P:      Kumar Gala
2384 M:      galak@kernel.crashing.org
2385 W:      http://www.penguinppc.org/
2386 L:      linuxppc-dev@ozlabs.org
2387 S:      Maintained
2389 LINUX FOR POWERPC PA SEMI PWRFICIENT
2390 P:      Olof Johansson
2391 M:      olof@lixom.net
2392 W:      http://www.pasemi.com/
2393 L:      linuxppc-dev@ozlabs.org
2394 S:      Supported
2396 LLC (802.2)
2397 P:      Arnaldo Carvalho de Melo
2398 M:      acme@ghostprotocols.net
2399 S:      Maintained
2401 LINUX FOR 64BIT POWERPC
2402 P:      Paul Mackerras
2403 M:      paulus@samba.org
2404 M:      paulus@au.ibm.com
2405 P:      Anton Blanchard
2406 M:      anton@samba.org
2407 M:      anton@au.ibm.com
2408 W:      http://www.penguinppc.org/ppc64/
2409 L:      linuxppc-dev@ozlabs.org
2410 S:      Supported
2412 LINUX SECURITY MODULE (LSM) FRAMEWORK
2413 P:      Chris Wright
2414 M:      chrisw@sous-sol.org
2415 L:      linux-security-module@vger.kernel.org
2416 W:      http://lsm.immunix.org
2417 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2418 S:      Supported
2420 LM83 HARDWARE MONITOR DRIVER
2421 P:      Jean Delvare
2422 M:      khali@linux-fr.org
2423 L:      lm-sensors@lm-sensors.org
2424 S:      Maintained
2426 LM90 HARDWARE MONITOR DRIVER
2427 P:      Jean Delvare
2428 M:      khali@linux-fr.org
2429 L:      lm-sensors@lm-sensors.org
2430 S:      Maintained
2432 LOCKDEP AND LOCKSTAT
2433 P:      Peter Zijlstra
2434 M:      peterz@infradead.org
2435 P:      Ingo Molnar
2436 M:      mingo@redhat.com
2437 L:      linux-kernel@vger.kernel.org
2438 T:      git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2439 S:      Maintained
2441 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2442 P:      Richard Russon (FlatCap)
2443 M:      ldm@flatcap.org
2444 L:      linux-ntfs-dev@lists.sourceforge.net
2445 W:      http://www.linux-ntfs.org/content/view/19/37/
2446 S:      Maintained
2448 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2449 P:      Eric Moore
2450 M:      Eric.Moore@lsi.com
2451 M:      support@lsi.com
2452 L:      DL-MPTFusionLinux@lsi.com
2453 L:      linux-scsi@vger.kernel.org
2454 W:      http://www.lsilogic.com/support
2455 S:      Supported
2457 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2458 P:      Matthew Wilcox
2459 M:      matthew@wil.cx
2460 L:      linux-scsi@vger.kernel.org
2461 S:      Maintained
2463 M32R ARCHITECTURE
2464 P:      Hirokazu Takata
2465 M:      takata@linux-m32r.org
2466 L:      linux-m32r@ml.linux-m32r.org
2467 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2468 W:      http://www.linux-m32r.org/
2469 S:      Maintained
2471 M68K ARCHITECTURE
2472 P:      Geert Uytterhoeven
2473 M:      geert@linux-m68k.org
2474 P:      Roman Zippel
2475 M:      zippel@linux-m68k.org
2476 L:      linux-m68k@lists.linux-m68k.org
2477 W:      http://www.linux-m68k.org/
2478 W:      http://linux-m68k-cvs.ubb.ca/
2479 S:      Maintained
2481 M68K ON APPLE MACINTOSH
2482 P:      Joshua Thompson
2483 M:      funaho@jurai.org
2484 W:      http://www.mac.linux-m68k.org/
2485 L:      linux-mac68k@mac.linux-m68k.org
2486 S:      Maintained
2488 M68K ON HP9000/300
2489 P:      Philip Blundell
2490 M:      philb@gnu.org
2491 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2492 S:      Maintained
2494 MAC80211
2495 P:      Michael Wu
2496 M:      flamingice@sourmilk.net
2497 P:      Johannes Berg
2498 M:      johannes@sipsolutions.net
2499 P:      Jiri Benc
2500 M:      jbenc@suse.cz
2501 L:      linux-wireless@vger.kernel.org
2502 W:      http://linuxwireless.org/
2503 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2504 S:      Maintained
2506 MACVLAN DRIVER
2507 P:      Patrick McHardy
2508 M:      kaber@trash.net
2509 L:      netdev@vger.kernel.org
2510 S:      Maintained
2512 MARVELL YUKON / SYSKONNECT DRIVER
2513 P:      Mirko Lindner
2514 M:      mlindner@syskonnect.de
2515 P:      Ralph Roesler
2516 M:      rroesler@syskonnect.de
2517 W:      http://www.syskonnect.com
2518 S:      Supported
2520 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2521 P:      Michael Kerrisk
2522 M:      mtk.manpages@gmail.com
2523 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2524 S:      Maintained
2526 MARVELL MV643XX ETHERNET DRIVER
2527 P:      Dale Farnsworth
2528 M:      dale@farnsworth.org
2529 P:      Manish Lachwani
2530 M:      mlachwani@mvista.com
2531 L:      netdev@vger.kernel.org
2532 S:      Odd Fixes for 2.4; Maintained for 2.6.
2534 MATROX FRAMEBUFFER DRIVER
2535 P:      Petr Vandrovec
2536 M:      vandrove@vc.cvut.cz
2537 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2538 S:      Maintained
2540 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2541 P:      Hans J. Koch
2542 M:      hjk@linutronix.de
2543 L:      lm-sensors@lm-sensors.org
2544 S:      Maintained
2546 MEGARAID SCSI DRIVERS
2547 P:      Neela Syam Kolli
2548 M:      megaraidlinux@lsi.com
2549 S:      linux-scsi@vger.kernel.org
2550 W:      http://megaraid.lsilogic.com
2551 S:      Maintained
2553 MEMORY MANAGEMENT
2554 L:      linux-mm@kvack.org
2555 L:      linux-kernel@vger.kernel.org
2556 W:      http://www.linux-mm.org
2557 S:      Maintained
2559 MEI MN10300/AM33 PORT
2560 P:      David Howells
2561 M:      dhowells@redhat.com
2562 P:      Koichi Yasutake
2563 M:      yasutake.koichi@jp.panasonic.com
2564 L:      linux-am33-list@redhat.com
2565 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2566 S:      Maintained
2568 MEMORY TECHNOLOGY DEVICES (MTD)
2569 P:      David Woodhouse
2570 M:      dwmw2@infradead.org
2571 W:      http://www.linux-mtd.infradead.org/
2572 L:      linux-mtd@lists.infradead.org
2573 T:      git git://git.infradead.org/mtd-2.6.git
2574 S:      Maintained
2576 UNSORTED BLOCK IMAGES (UBI)
2577 P:      Artem Bityutskiy
2578 M:      dedekind@infradead.org
2579 W:      http://www.linux-mtd.infradead.org/
2580 L:      linux-mtd@lists.infradead.org
2581 T:      git git://git.infradead.org/~dedekind/ubi-2.6.git
2582 S:      Maintained
2584 MICROTEK X6 SCANNER
2585 P:      Oliver Neukum
2586 M:      oliver@neukum.name
2587 S:      Maintained
2589 MIPS
2590 P:      Ralf Baechle
2591 M:      ralf@linux-mips.org
2592 W:      http://www.linux-mips.org/
2593 L:      linux-mips@linux-mips.org
2594 T:      git www.linux-mips.org:/pub/scm/linux.git
2595 S:      Supported
2597 MISCELLANEOUS MCA-SUPPORT
2598 P:      James Bottomley
2599 M:      James.Bottomley@HansenPartnership.com
2600 L:      linux-kernel@vger.kernel.org
2601 S:      Maintained
2603 MODULE SUPPORT
2604 P:      Rusty Russell
2605 M:      rusty@rustcorp.com.au
2606 L:      linux-kernel@vger.kernel.org
2607 S:      Maintained
2609 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2610 P:      Stelian Pop
2611 M:      stelian@popies.net
2612 W:      http://popies.net/meye/
2613 S:      Maintained
2615 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2616 P:      Pavel Pisa
2617 M:      ppisa@pikron.com
2618 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2619 W:      http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2620 S:      Maintained
2622 MOUSE AND MISC DEVICES [GENERAL]
2623 P:      Alessandro Rubini
2624 M:      rubini@ipvvis.unipv.it
2625 L:      linux-kernel@vger.kernel.org
2626 S:      Maintained
2628 MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2629 P:      Jiri Slaby
2630 M:      jirislaby@gmail.com
2631 L:      linux-kernel@vger.kernel.org
2632 S:      Maintained
2634 MSI LAPTOP SUPPORT
2635 P:      Lennart Poettering
2636 M:      mzxreary@0pointer.de
2637 L:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2638 W:      http://0pointer.de/lennart/tchibo.html
2639 S:      Maintained
2641 MTRR AND SIMILAR SUPPORT [i386]
2642 P:      Richard Gooch
2643 M:      rgooch@atnf.csiro.au
2644 L:      linux-kernel@vger.kernel.org
2645 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2646 S:      Maintained
2648 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2649 P:      Pierre Ossman
2650 M:      drzeus-mmc@drzeus.cx
2651 L:      linux-kernel@vger.kernel.org
2652 S:      Maintained
2654 MULTIMEDIA CARD (MMC) ETC. OVER SPI
2655 P:      David Brownell
2656 M:      dbrownell@users.sourceforge.net
2657 L:      linux-kernel@vger.kernel.org
2658 S:      Odd fixes
2660 MULTISOUND SOUND DRIVER
2661 P:      Andrew Veliath
2662 M:      andrewtv@usa.net
2663 S:      Maintained
2665 MULTITECH MULTIPORT CARD (ISICOM)
2666 P:      Jiri Slaby
2667 M:      jirislaby@gmail.com
2668 L:      linux-kernel@vger.kernel.org
2669 S:      Maintained
2671 NATSEMI ETHERNET DRIVER (DP8381x)
2672 P:      Tim Hockin
2673 M:      thockin@hockin.org
2674 S:      Maintained
2676 NCP FILESYSTEM
2677 P:      Petr Vandrovec
2678 M:      vandrove@vc.cvut.cz
2679 L:      linware@sh.cvut.cz
2680 S:      Maintained
2682 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2683 P:      James E.J. Bottomley
2684 M:      James.Bottomley@HansenPartnership.com
2685 L:      linux-scsi@vger.kernel.org
2686 S:      Maintained
2688 NETEM NETWORK EMULATOR
2689 P:      Stephen Hemminger
2690 M:      shemminger@linux-foundation.org
2691 L:      netem@lists.linux-foundation.org
2692 S:      Maintained
2694 NETERION (S2IO) Xframe 10GbE DRIVER
2695 P:      Ramkrishna Vepa
2696 M:      ram.vepa@neterion.com
2697 P:      Rastapur Santosh
2698 M:      santosh.rastapur@neterion.com
2699 P:      Sivakumar Subramani
2700 M:      sivakumar.subramani@neterion.com
2701 P:      Sreenivasa Honnur
2702 M:      sreenivasa.honnur@neterion.com
2703 L:      netdev@vger.kernel.org
2704 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2705 S:      Supported
2707 NETFILTER/IPTABLES/IPCHAINS
2708 P:      Rusty Russell
2709 P:      Marc Boucher
2710 P:      James Morris
2711 P:      Harald Welte
2712 P:      Jozsef Kadlecsik
2713 P:      Patrick McHardy
2714 M:      kaber@trash.net
2715 L:      netfilter-devel@vger.kernel.org
2716 L:      netfilter@vger.kernel.org
2717 L:      coreteam@netfilter.org
2718 W:      http://www.netfilter.org/
2719 W:      http://www.iptables.org/
2720 S:      Supported
2722 NETLABEL
2723 P:      Paul Moore
2724 M:      paul.moore@hp.com
2725 W:      http://netlabel.sf.net
2726 L:      netdev@vger.kernel.org
2727 S:      Supported
2729 NETROM NETWORK LAYER
2730 P:      Ralf Baechle
2731 M:      ralf@linux-mips.org
2732 L:      linux-hams@vger.kernel.org
2733 W:      http://www.linux-ax25.org/
2734 S:      Maintained
2736 NETWORK BLOCK DEVICE (NBD)
2737 P:      Paul Clements
2738 M:      Paul.Clements@steeleye.com
2739 S:      Maintained
2741 NETWORK DEVICE DRIVERS
2742 P:      Jeff Garzik
2743 M:      jgarzik@pobox.com
2744 L:      netdev@vger.kernel.org
2745 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2746 S:      Maintained
2748 NETWORKING [GENERAL]
2749 P:      Networking Team
2750 M:      netdev@vger.kernel.org
2751 L:      netdev@vger.kernel.org
2752 W:      http://linux-net.osdl.org/
2753 S:      Maintained
2755 NETWORKING [IPv4/IPv6]
2756 P:      David S. Miller
2757 M:      davem@davemloft.net
2758 P:      Alexey Kuznetsov
2759 M:      kuznet@ms2.inr.ac.ru
2760 P:      Pekka Savola (ipv6)
2761 M:      pekkas@netcore.fi
2762 P:      James Morris
2763 M:      jmorris@namei.org
2764 P:      Hideaki YOSHIFUJI
2765 M:      yoshfuji@linux-ipv6.org
2766 P:      Patrick McHardy
2767 M:      kaber@trash.net
2768 L:      netdev@vger.kernel.org
2769 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2770 S:      Maintained
2772 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2773 P:      Paul Moore
2774 M:      paul.moore@hp.com
2775 L:      netdev@vger.kernel.org
2776 S:      Maintained
2778 NETWORKING [WIRELESS]
2779 P:      John W. Linville
2780 M:      linville@tuxdriver.com
2781 L:      linux-wireless@vger.kernel.org
2782 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2783 S:      Maintained
2785 NETXEN (1/10) GbE SUPPORT
2786 P:      Amit S. Kale
2787 M:      amitkale@netxen.com
2788 L:      netdev@vger.kernel.org
2789 W:      http://www.netxen.com
2790 S:      Supported
2792 IPVS
2793 P:      Wensong Zhang
2794 M:      wensong@linux-vs.org
2795 P:      Simon Horman
2796 M:      horms@verge.net.au
2797 P:      Julian Anastasov
2798 M:      ja@ssi.bg
2799 L:      netdev@vger.kernel.org
2800 S:      Maintained
2802 NFS CLIENT
2803 P:      Trond Myklebust
2804 M:      trond.myklebust@fys.uio.no
2805 L:      linux-kernel@vger.kernel.org
2806 S:      Maintained
2808 NI5010 NETWORK DRIVER
2809 P:      Jan-Pascal van Best
2810 M:      janpascal@vanbest.org
2811 P:      Andreas Mohr
2812 M:      andi@lisas.de
2813 L:      netdev@vger.kernel.org
2814 S:      Maintained
2816 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2817 P:      YOKOTA Hiroshi
2818 M:      yokota@netlab.is.tsukuba.ac.jp
2819 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2820 S:      Maintained
2822 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2823 P:      GOTO Masanori
2824 M:      gotom@debian.or.jp
2825 P:      YOKOTA Hiroshi
2826 M:      yokota@netlab.is.tsukuba.ac.jp
2827 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2828 S:      Maintained
2830 NTFS FILESYSTEM
2831 P:      Anton Altaparmakov
2832 M:      aia21@cantab.net
2833 L:      linux-ntfs-dev@lists.sourceforge.net
2834 L:      linux-kernel@vger.kernel.org
2835 W:      http://linux-ntfs.sf.net/
2836 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2837 S:      Maintained
2839 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2840 P:      Antonino Daplas
2841 M:      adaplas@gmail.com
2842 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2843 S:      Maintained
2845 OPENCORES I2C BUS DRIVER
2846 P:      Peter Korsgaard
2847 M:      jacmet@sunsite.dk
2848 L:      i2c@lm-sensors.org
2849 S:      Maintained
2851 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2852 P:      Mark Fasheh
2853 M:      mark.fasheh@oracle.com
2854 P:      Kurt Hackel
2855 M:      kurt.hackel@oracle.com
2856 L:      ocfs2-devel@oss.oracle.com
2857 W:      http://oss.oracle.com/projects/ocfs2/
2858 S:      Supported
2860 OLYMPIC NETWORK DRIVER
2861 P:      Peter De Shrijver
2862 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2863 P:      Mike Phillips
2864 M:      mikep@linuxtr.net
2865 L:      netdev@vger.kernel.org
2866 L:      linux-tr@linuxtr.net
2867 W:      http://www.linuxtr.net
2868 S:      Maintained
2870 OMNIKEY CARDMAN 4000 DRIVER
2871 P:      Harald Welte
2872 M:      laforge@gnumonks.org
2873 S:      Maintained
2875 OMNIKEY CARDMAN 4040 DRIVER
2876 P:      Harald Welte
2877 M:      laforge@gnumonks.org
2878 S:      Maintained
2880 OMNIVISION OV7670 SENSOR DRIVER
2881 P:      Jonathan Corbet
2882 M:      corbet@lwn.net
2883 L:      video4linux-list@redhat.com
2884 S:      Maintained
2886 ONENAND FLASH DRIVER
2887 P:      Kyungmin Park
2888 M:      kyungmin.park@samsung.com
2889 L:      linux-mtd@lists.infradead.org
2890 S:      Maintained
2892 ONSTREAM SCSI TAPE DRIVER
2893 P:      Willem Riede
2894 M:      osst@riede.org
2895 L:      osst-users@lists.sourceforge.net
2896 L:      linux-scsi@vger.kernel.org
2897 S:      Maintained
2899 OPROFILE
2900 P:      Philippe Elie
2901 M:      phil.el@wanadoo.fr
2902 L:      oprofile-list@lists.sf.net
2903 S:      Maintained
2905 ORINOCO DRIVER
2906 P:      Pavel Roskin
2907 M:      proski@gnu.org
2908 P:      David Gibson
2909 M:      hermes@gibson.dropbear.id.au
2910 L:      linux-wireless@vger.kernel.org
2911 L:      orinoco-users@lists.sourceforge.net
2912 L:      orinoco-devel@lists.sourceforge.net
2913 W:      http://www.nongnu.org/orinoco/
2914 S:      Maintained
2916 PA SEMI ETHERNET DRIVER
2917 P:      Olof Johansson
2918 M:      olof@lixom.net
2919 L:      netdev@vger.kernel.org
2920 S:      Maintained
2922 PA SEMI SMBUS DRIVER
2923 P:      Olof Johansson
2924 M:      olof@lixom.net
2925 L:      i2c@lm-sensors.org
2926 S:      Maintained
2928 PARALLEL PORT SUPPORT
2929 L:      linux-parport@lists.infradead.org (subscribers-only)
2930 S:      Orphan
2932 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2933 P:      Tim Waugh
2934 M:      tim@cyberelk.net
2935 L:      linux-parport@lists.infradead.org (subscribers-only)
2936 W:      http://www.torque.net/linux-pp.html
2937 S:      Maintained
2939 PARISC ARCHITECTURE
2940 P:      Matthew Wilcox
2941 M:      matthew@wil.cx
2942 P:      Grant Grundler
2943 M:      grundler@parisc-linux.org
2944 P:      Kyle McMartin
2945 M:      kyle@parisc-linux.org
2946 L:      parisc-linux@parisc-linux.org
2947 W:      http://www.parisc-linux.org/
2948 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2949 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2950 S:      Maintained
2952 PARAVIRT_OPS INTERFACE
2953 P:      Jeremy Fitzhardinge
2954 M:      jeremy@xensource.com
2955 P:      Chris Wright
2956 M:      chrisw@sous-sol.org
2957 P:      Zachary Amsden
2958 M:      zach@vmware.com
2959 P:      Rusty Russell
2960 M:      rusty@rustcorp.com.au
2961 L:      virtualization@lists.osdl.org
2962 L:      linux-kernel@vger.kernel.org
2963 S:      Supported
2965 PC87360 HARDWARE MONITORING DRIVER
2966 P:      Jim Cromie
2967 M:      jim.cromie@gmail.com
2968 L:      lm-sensors@lm-sensors.org
2969 S:      Maintained
2971 PC8736x GPIO DRIVER
2972 P:      Jim Cromie
2973 M:      jim.cromie@gmail.com
2974 S:      Maintained
2976 PCI ERROR RECOVERY
2977 P:      Linas Vepstas
2978 M:      linas@austin.ibm.com
2979 L:      linux-kernel@vger.kernel.org
2980 L:      linux-pci@atrey.karlin.mff.cuni.cz
2981 S:      Supported
2983 PCI SUBSYSTEM
2984 P:      Greg Kroah-Hartman
2985 M:      gregkh@suse.de
2986 L:      linux-kernel@vger.kernel.org
2987 L:      linux-pci@atrey.karlin.mff.cuni.cz
2988 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2989 S:      Supported
2991 PCI HOTPLUG CORE
2992 P:      Kristen Carlson Accardi
2993 M:      kristen.c.accardi@intel.com
2994 S:      Supported
2996 PCIE HOTPLUG DRIVER
2997 P:      Kristen Carlson Accardi
2998 M:      kristen.c.accardi@intel.com
2999 L:      pcihpd-discuss@lists.sourceforge.net
3000 S:      Supported
3002 PCMCIA SUBSYSTEM
3003 P:      Linux PCMCIA Team
3004 L:      linux-pcmcia@lists.infradead.org
3005 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3006 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3007 S:      Maintained
3009 PCNET32 NETWORK DRIVER
3010 P:      Don Fry
3011 M:      pcnet32@verizon.net
3012 L:      netdev@vger.kernel.org
3013 S:      Maintained
3015 PER-TASK DELAY ACCOUNTING
3016 P:      Shailabh Nagar
3017 M:      nagar@watson.ibm.com
3018 L:      linux-kernel@vger.kernel.org
3019 S:      Maintained
3021 PERSONALITY HANDLING
3022 P:      Christoph Hellwig
3023 M:      hch@infradead.org
3024 L:      linux-abi-devel@lists.sourceforge.net
3025 S:      Maintained
3027 PHRAM MTD DRIVER
3028 P:      Jörn Engel
3029 M:      joern@wh.fh-wedel.de
3030 L:      linux-mtd@lists.infradead.org
3031 S:      Maintained
3033 PKTCDVD DRIVER
3034 P:      Peter Osterlund
3035 M:      petero2@telia.com
3036 L:      linux-kernel@vger.kernel.org
3037 S:      Maintained
3039 POSIX CLOCKS and TIMERS
3040 P:      Thomas Gleixner
3041 M:      tglx@linutronix.de
3042 L:      linux-kernel@vger.kernel.org
3043 S:      Supported
3045 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3046 P:      Anton Vorontsov
3047 M:      cbou@mail.ru
3048 P:      David Woodhouse
3049 M:      dwmw2@infradead.org
3050 L:      linux-kernel@vger.kernel.org
3051 L:      kernel-discuss@handhelds.org
3052 T:      git git.infradead.org/battery-2.6.git
3053 S:      Maintained
3055 POWERPC 4xx EMAC DRIVER
3056 P:      Eugene Surovegin
3057 M:      ebs@ebshome.net
3058 W:      http://kernel.ebshome.net/emac/
3059 L:      linuxppc-dev@ozlabs.org
3060 L:      netdev@vger.kernel.org
3061 S:      Maintained
3063 PNP SUPPORT
3064 P:      Adam Belay
3065 M:      ambx1@neo.rr.com
3066 S:      Maintained
3068 PNXxxxx I2C DRIVER
3069 P:      Vitaly Wool
3070 M:      vitalywool@gmail.com
3071 L:      i2c@lm-sensors.org
3072 S:      Maintained
3074 PPP PROTOCOL DRIVERS AND COMPRESSORS
3075 P:      Paul Mackerras
3076 M:      paulus@samba.org
3077 L:      linux-ppp@vger.kernel.org
3078 S:      Maintained
3080 PPP OVER ATM (RFC 2364)
3081 P:      Mitchell Blank Jr
3082 M:      mitch@sfgoth.com
3083 S:      Maintained
3085 PPP OVER ETHERNET
3086 P:      Michal Ostrowski
3087 M:      mostrows@speakeasy.net
3088 S:      Maintained
3090 PPP OVER L2TP
3091 P:      James Chapman
3092 M:      jchapman@katalix.com
3093 S:      Maintained
3095 PREEMPTIBLE KERNEL
3096 P:      Robert Love
3097 M:      rml@tech9.net
3098 L:      linux-kernel@vger.kernel.org
3099 L:      kpreempt-tech@lists.sourceforge.net
3100 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3101 S:      Supported
3103 P54 WIRELESS DRIVER
3104 P:      Michael Wu
3105 M:      flamingice@sourmilk.net
3106 L:      linux-wireless@vger.kernel.org
3107 W:      http://prism54.org
3108 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3109 S:      Maintained
3111 PRISM54 WIRELESS DRIVER
3112 P:      Luis R. Rodriguez
3113 M:      mcgrof@gmail.com
3114 L:      linux-wireless@vger.kernel.org
3115 W:      http://prism54.org
3116 S:      Maintained
3118 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3119 P:      Peter Denison
3120 M:      promise@pnd-pc.demon.co.uk
3121 W:      http://www.pnd-pc.demon.co.uk/promise/
3122 S:      Maintained
3124 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3125 P:      Mikael Pettersson
3126 M:      mikpe@it.uu.se
3127 L:      linux-ide@vger.kernel.org
3128 S:      Maintained
3130 PS3 NETWORK SUPPORT
3131 P:      Masakazu Mokuno
3132 M:      mokuno@sm.sony.co.jp
3133 L:      netdev@vger.kernel.org
3134 L:      cbe-oss-dev@ozlabs.org
3135 S:      Supported
3137 PS3 PLATFORM SUPPORT
3138 P:      Geoff Levand
3139 M:      geoffrey.levand@am.sony.com
3140 L:      linuxppc-dev@ozlabs.org
3141 L:      cbe-oss-dev@ozlabs.org
3142 S:      Supported
3144 PVRUSB2 VIDEO4LINUX DRIVER
3145 P:      Mike Isely
3146 M:      isely@pobox.com
3147 L:      pvrusb2@isely.net       (subscribers-only)
3148 L:      video4linux-list@redhat.com
3149 W:      http://www.isely.net/pvrusb2/
3150 S:      Maintained
3152 PXA2xx SUPPORT
3153 P:      Nicolas Pitre
3154 M:      nico@cam.org
3155 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3156 S:      Maintained
3158 PXA MMCI DRIVER
3159 S:      Orphan
3161 QLOGIC QLA2XXX FC-SCSI DRIVER
3162 P:      Andrew Vasquez
3163 M:      linux-driver@qlogic.com
3164 L:      linux-scsi@vger.kernel.org
3165 S:      Supported
3167 QLOGIC QLA3XXX NETWORK DRIVER
3168 P:      Ron Mercer
3169 M:      linux-driver@qlogic.com
3170 L:      netdev@vger.kernel.org
3171 S:      Supported
3173 QNX4 FILESYSTEM
3174 P:      Anders Larsen
3175 M:      al@alarsen.net
3176 L:      linux-kernel@vger.kernel.org
3177 W:      http://www.alarsen.net/linux/qnx4fs/
3178 S:      Maintained
3180 RADEON FRAMEBUFFER DISPLAY DRIVER
3181 P:      Benjamin Herrenschmidt
3182 M:      benh@kernel.crashing.org
3183 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3184 S:      Maintained
3186 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3187 P:      Paul Mackerras
3188 M:      paulus@samba.org
3189 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3190 S:      Maintained
3192 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3193 P:      Corey Thomas
3194 M:      corey@world.std.com
3195 L:      linux-wireless@vger.kernel.org
3196 S:      Maintained
3198 RALINK RT2X00 WLAN DRIVER
3199 P:      rt2x00 project
3200 L:      linux-wireless@vger.kernel.org
3201 L:      rt2400-devel@lists.sourceforge.net
3202 W:      http://rt2x00.serialmonkey.com/
3203 S:      Maintained
3204 F:      drivers/net/wireless/rt2x00/
3206 RANDOM NUMBER DRIVER
3207 P:      Matt Mackall
3208 M:      mpm@selenic.com
3209 S:      Maintained
3211 RAPIDIO SUBSYSTEM
3212 P:      Matt Porter
3213 M:      mporter@kernel.crashing.org
3214 L:      linux-kernel@vger.kernel.org
3215 S:      Maintained
3217 READ-COPY UPDATE (RCU)
3218 P:      Dipankar Sarma
3219 M:      dipankar@in.ibm.com
3220 W:      http://www.rdrop.com/users/paulmck/rclock/
3221 L:      linux-kernel@vger.kernel.org
3222 S:      Supported
3224 RCUTORTURE MODULE
3225 P:      Josh Triplett
3226 M:      josh@freedesktop.org
3227 L:      linux-kernel@vger.kernel.org
3228 S:      Maintained
3230 REAL TIME CLOCK DRIVER
3231 P:      Paul Gortmaker
3232 M:      p_gortmaker@yahoo.com
3233 L:      linux-kernel@vger.kernel.org
3234 S:      Maintained
3236 REAL TIME CLOCK (RTC) SUBSYSTEM
3237 P:      Alessandro Zummo
3238 M:      a.zummo@towertech.it
3239 L:      rtc-linux@googlegroups.com
3240 S:      Maintained
3242 REISERFS FILE SYSTEM
3243 P:      Hans Reiser
3244 M:      reiserfs-dev@namesys.com
3245 L:      reiserfs-devel@vger.kernel.org
3246 W:      http://www.namesys.com
3247 S:      Supported
3249 ROCKETPORT DRIVER
3250 P:      Comtrol Corp.
3251 W:      http://www.comtrol.com
3252 S:      Maintained
3254 ROSE NETWORK LAYER
3255 P:      Ralf Baechle
3256 M:      ralf@linux-mips.org
3257 L:      linux-hams@vger.kernel.org
3258 W:      http://www.linux-ax25.org/
3259 S:      Maintained
3261 RISCOM8 DRIVER
3262 S:      Orphan
3264 RTL818X WIRELESS DRIVER
3265 P:      Michael Wu
3266 M:      flamingice@sourmilk.net
3267 P:      Andrea Merello
3268 M:      andreamrl@tiscali.it
3269 L:      linux-wireless@vger.kernel.org
3270 W:      http://linuxwireless.org/
3271 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3272 S:      Maintained
3274 S3 SAVAGE FRAMEBUFFER DRIVER
3275 P:      Antonino Daplas
3276 M:      adaplas@gmail.com
3277 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3278 S:      Maintained
3280 S390
3281 P:      Martin Schwidefsky
3282 M:      schwidefsky@de.ibm.com
3283 P:      Heiko Carstens
3284 M:      heiko.carstens@de.ibm.com
3285 M:      linux390@de.ibm.com
3286 L:      linux-s390@vger.kernel.org
3287 W:      http://www.ibm.com/developerworks/linux/linux390/
3288 S:      Supported
3290 S390 NETWORK DRIVERS
3291 P:      Ursula Braun
3292 M:      ubraun@linux.vnet.ibm.com
3293 P:      Frank Blaschka
3294 M:      blaschka@linux.vnet.ibm.com
3295 M:      linux390@de.ibm.com
3296 L:      linux-s390@vger.kernel.org
3297 W:      http://www.ibm.com/developerworks/linux/linux390/
3298 S:      Supported
3300 S390 ZFCP DRIVER
3301 P:      Swen Schillig
3302 M:      swen@vnet.ibm.com
3303 M:      linux390@de.ibm.com
3304 L:      linux-s390@vger.kernel.org
3305 W:      http://www.ibm.com/developerworks/linux/linux390/
3306 S:      Supported
3308 S390 IUCV NETWORK LAYER
3309 P:      Ursula Braun
3310 M:      ubraun@linux.vnet.ibm.com
3311 M:      linux390@de.ibm.com
3312 L:      linux-s390@vger.kernel.org
3313 W:      http://www.ibm.com/developerworks/linux/linux390/
3314 S:      Supported
3316 SAA7146 VIDEO4LINUX-2 DRIVER
3317 P:      Michael Hunold
3318 M:      michael@mihu.de
3319 W:      http://www.mihu.de/linux/saa7146
3320 S:      Maintained
3322 SC1200 WDT DRIVER
3323 P:      Zwane Mwaikambo
3324 M:      zwane@arm.linux.org.uk
3325 S:      Maintained
3327 SCHEDULER
3328 P:      Ingo Molnar
3329 M:      mingo@elte.hu
3330 P:      Robert Love    [the preemptible kernel bits]
3331 M:      rml@tech9.net
3332 L:      linux-kernel@vger.kernel.org
3333 S:      Maintained
3335 SCSI CDROM DRIVER
3336 P:      Jens Axboe
3337 M:      axboe@kernel.dk
3338 L:      linux-scsi@vger.kernel.org
3339 W:      http://www.kernel.dk
3340 S:      Maintained
3342 SCSI SG DRIVER
3343 P:      Doug Gilbert
3344 M:      dgilbert@interlog.com
3345 L:      linux-scsi@vger.kernel.org
3346 W:      http://www.torque.net/sg
3347 S:      Maintained
3349 SCSI SUBSYSTEM
3350 P:      James E.J. Bottomley
3351 M:      James.Bottomley@HansenPartnership.com
3352 L:      linux-scsi@vger.kernel.org
3353 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3354 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3355 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3356 S:      Maintained
3358 SCSI TAPE DRIVER
3359 P:      Kai Mäkisara
3360 M:      Kai.Makisara@kolumbus.fi
3361 L:      linux-scsi@vger.kernel.org
3362 S:      Maintained
3364 SCTP PROTOCOL
3365 P:      Vlad Yasevich
3366 M:      vladislav.yasevich@hp.com
3367 P:      Sridhar Samudrala
3368 M:      sri@us.ibm.com
3369 L:      lksctp-developers@lists.sourceforge.net
3370 W:      http://lksctp.sourceforge.net
3371 S:      Supported
3373 SCx200 CPU SUPPORT
3374 P:      Jim Cromie
3375 M:      jim.cromie@gmail.com
3376 S:      Odd Fixes
3378 SCx200 GPIO DRIVER
3379 P:      Jim Cromie
3380 M:      jim.cromie@gmail.com
3381 S:      Maintained
3383 SCx200 HRT CLOCKSOURCE DRIVER
3384 P:      Jim Cromie
3385 M:      jim.cromie@gmail.com
3386 S:      Maintained
3388 SECURITY CONTACT
3389 P:      Security Officers
3390 M:      security@kernel.org
3391 S:      Supported
3393 SELINUX SECURITY MODULE
3394 P:      Stephen Smalley
3395 M:      sds@tycho.nsa.gov
3396 P:      James Morris
3397 M:      jmorris@namei.org
3398 P:      Eric Paris
3399 M:      eparis@parisplace.org
3400 L:      linux-kernel@vger.kernel.org (kernel issues)
3401 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3402 W:      http://www.nsa.gov/selinux
3403 S:      Supported
3405 SENSABLE PHANTOM
3406 P:      Jiri Slaby
3407 M:      jirislaby@gmail.com
3408 S:      Maintained
3410 SERIAL ATA (SATA) SUBSYSTEM:
3411 P:      Jeff Garzik
3412 M:      jgarzik@pobox.com
3413 L:      linux-ide@vger.kernel.org
3414 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3415 S:      Supported
3417 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3418 P:      Pat Gefre
3419 M:      pfg@sgi.com
3420 L:      linux-ia64@vger.kernel.org
3421 S:      Supported
3423 SGI VISUAL WORKSTATION 320 AND 540
3424 P:      Andrey Panin
3425 M:      pazke@donpac.ru
3426 L:      linux-visws-devel@lists.sf.net
3427 W:      http://linux-visws.sf.net
3428 S:      Maintained for 2.6.
3430 SIMTEC EB110ATX (Chalice CATS)
3431 P:      Ben Dooks
3432 P:      Vincent Sanders
3433 M:      support@simtec.co.uk
3434 W:      http://www.simtec.co.uk/products/EB110ATX/
3435 S:      Supported
3437 SIMTEC EB2410ITX (BAST)
3438 P:      Ben Dooks
3439 P:      Vincent Sanders
3440 M:      support@simtec.co.uk
3441 W:      http://www.simtec.co.uk/products/EB2410ITX/
3442 S:      Supported
3444 SIS 190 ETHERNET DRIVER
3445 P:      Francois Romieu
3446 M:      romieu@fr.zoreil.com
3447 L:      netdev@vger.kernel.org
3448 S:      Maintained
3450 SIS 5513 IDE CONTROLLER DRIVER
3451 P:      Lionel Bouton
3452 M:      Lionel.Bouton@inet6.fr
3453 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3454 W:      http://gyver.homeip.net/sis5513/index.html
3455 S:      Maintained
3457 SIS 900/7016 FAST ETHERNET DRIVER
3458 P:      Daniele Venzano
3459 M:      venza@brownhat.org
3460 W:      http://www.brownhat.org/sis900.html
3461 L:      netdev@vger.kernel.org
3462 S:      Maintained
3464 SIS 96X I2C/SMBUS DRIVER
3465 P:      Mark M. Hoffman
3466 M:      mhoffman@lightlink.com
3467 L:      lm-sensors@lm-sensors.org
3468 S:      Maintained
3470 SIS FRAMEBUFFER DRIVER
3471 P:      Thomas Winischhofer
3472 M:      thomas@winischhofer.net
3473 W:      http://www.winischhofer.net/linuxsisvga.shtml
3474 S:      Maintained
3476 SIS USB2VGA DRIVER
3477 P:      Thomas Winischhofer
3478 M:      thomas@winischhofer.net
3479 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3480 S:      Maintained
3482 SLAB ALLOCATOR
3483 P:      Christoph Lameter
3484 M:      clameter@sgi.com
3485 P:      Pekka Enberg
3486 M:      penberg@cs.helsinki.fi
3487 L:      linux-mm@kvack.org
3488 S:      Maintained
3490 SMC91x ETHERNET DRIVER
3491 P:      Nicolas Pitre
3492 M:      nico@cam.org
3493 S:      Maintained
3495 SMSC47B397 HARDWARE MONITOR DRIVER
3496 P:      Mark M. Hoffman
3497 M:      mhoffman@lightlink.com
3498 L:      lm-sensors@lm-sensors.org
3499 S:      Maintained
3501 SOFTMAC LAYER (IEEE 802.11)
3502 P:      Daniel Drake
3503 M:      dsd@gentoo.org
3504 L:      linux-wireless@vger.kernel.org
3505 S:      Obsolete
3507 SOFTWARE RAID (Multiple Disks) SUPPORT
3508 P:      Ingo Molnar
3509 M:      mingo@redhat.com
3510 P:      Neil Brown
3511 M:      neilb@suse.de
3512 L:      linux-raid@vger.kernel.org
3513 S:      Supported
3515 HIBERNATION (aka Software Suspend, aka swsusp):
3516 P:      Pavel Machek
3517 M:      pavel@suse.cz
3518 P:      Rafael J. Wysocki
3519 M:      rjw@sisk.pl
3520 L:      linux-pm@lists.linux-foundation.org
3521 S:      Supported
3523 SUSPEND TO RAM:
3524 P:      Len Brown
3525 M:      len.brown@intel.com
3526 P:      Pavel Machek
3527 M:      pavel@suse.cz
3528 P:      Rafael J. Wysocki
3529 M:      rjw@sisk.pl
3530 L:      linux-pm@lists.linux-foundation.org
3531 S:      Supported
3533 SONIC NETWORK DRIVER
3534 P:      Thomas Bogendoerfer
3535 M:      tsbogend@alpha.franken.de
3536 L:      netdev@vger.kernel.org
3537 S:      Maintained
3539 SONICS SILICON BACKPLANE DRIVER (SSB)
3540 P:      Michael Buesch
3541 M:      mb@bu3sch.de
3542 L:      netdev@vger.kernel.org
3543 S:      Maintained
3545 SONY VAIO CONTROL DEVICE DRIVER
3546 P:      Mattia Dongili
3547 M:      malattia@linux.it
3548 L:      linux-acpi@vger.kernel.org
3549 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3550 S:      Maintained
3552 SOUND
3553 P:      Jaroslav Kysela
3554 M:      perex@perex.cz
3555 L:      alsa-devel@alsa-project.org (subscribers-only)
3556 S:      Maintained
3558 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3559 P:      Liam Girdwood
3560 M:      liam.girdwood@wolfsonmicro.com
3561 L:      alsa-devel@alsa-project.org (subscribers-only)
3562 S:      Supported
3564 SPI SUBSYSTEM
3565 P:      David Brownell
3566 M:      dbrownell@users.sourceforge.net
3567 L:      spi-devel-general@lists.sourceforge.net
3568 S:      Maintained
3570 STABLE BRANCH:
3571 P:      Greg Kroah-Hartman
3572 M:      greg@kroah.com
3573 P:      Chris Wright
3574 M:      chrisw@sous-sol.org
3575 L:      stable@kernel.org
3576 S:      Maintained
3578 TPM DEVICE DRIVER
3579 P:      Kylene Hall
3580 M:      tpmdd-devel@lists.sourceforge.net
3581 W:      http://tpmdd.sourceforge.net
3582 P:      Marcel Selhorst
3583 M:      tpm@selhorst.net
3584 W:      http://www.prosec.rub.de/tpm/
3585 L:      tpmdd-devel@lists.sourceforge.net
3586 S:      Maintained
3588 Telecom Clock Driver for MCPL0010
3589 P:      Mark Gross
3590 M:      mark.gross@intel.com
3591 S:      Supported
3593 TENSILICA XTENSA PORT (xtensa):
3594 P:      Chris Zankel
3595 M:      chris@zankel.net
3596 S:      Maintained
3598 THINKPAD ACPI EXTRAS DRIVER
3599 P:      Henrique de Moraes Holschuh
3600 M:      ibm-acpi@hmh.eng.br
3601 L:      ibm-acpi-devel@lists.sourceforge.net
3602 W:      http://ibm-acpi.sourceforge.net
3603 W:      http://thinkwiki.org/wiki/Ibm-acpi
3604 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3605 S:      Maintained
3607 UltraSPARC (sparc64):
3608 P:      David S. Miller
3609 M:      davem@davemloft.net
3610 L:      sparclinux@vger.kernel.org
3611 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3612 S:      Maintained
3614 SHARP LH SUPPORT (LH7952X & LH7A40X)
3615 P:      Marc Singer
3616 M:      elf@buici.com
3617 W:      http://projects.buici.com/arm
3618 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3619 S:      Maintained
3621 SHPC HOTPLUG DRIVER
3622 P:      Kristen Carlson Accardi
3623 M:      kristen.c.accardi@intel.com
3624 L:      pcihpd-discuss@lists.sourceforge.net
3625 S:      Supported
3627 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3628 P:      Pierre Ossman
3629 M:      drzeus-sdhci@drzeus.cx
3630 L:      sdhci-devel@list.drzeus.cx
3631 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3632 S:      Maintained
3634 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3635 P:      Stephen Hemminger
3636 M:      shemminger@linux-foundation.org
3637 L:      netdev@vger.kernel.org
3638 S:      Maintained
3640 SOEKRIS NET48XX LED SUPPORT
3641 P:      Chris Boot
3642 M:      bootc@bootc.net
3643 S:      Maintained
3645 SPARC (sparc32):
3646 P:      William L. Irwin
3647 M:      wli@holomorphy.com
3648 L:      sparclinux@vger.kernel.org
3649 S:      Maintained
3651 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3652 P:      Roger Wolff
3653 M:      R.E.Wolff@BitWizard.nl
3654 L:      linux-kernel@vger.kernel.org ?
3655 S:      Supported
3657 SPIDERNET NETWORK DRIVER for CELL
3658 P:      Linas Vepstas
3659 M:      linas@austin.ibm.com
3660 L:      netdev@vger.kernel.org
3661 S:      Supported
3663 SRM (Alpha) environment access
3664 P:      Jan-Benedict Glaw
3665 M:      jbglaw@lug-owl.de
3666 L:      linux-kernel@vger.kernel.org
3667 S:      Maintained
3669 STARFIRE/DURALAN NETWORK DRIVER
3670 P:      Ion Badulescu
3671 M:      ionut@cs.columbia.edu
3672 S:      Maintained
3674 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3675 W:      http://mosquitonet.Stanford.EDU/strip.html
3676 S:      Unsupported ?
3678 STRADIS MPEG-2 DECODER DRIVER
3679 P:      Nathan Laredo
3680 M:      laredo@gnu.org
3681 W:      http://www.stradis.com/
3682 S:      Maintained
3684 SUPERH (sh)
3685 P:      Paul Mundt
3686 M:      lethal@linux-sh.org
3687 L:      linuxsh-dev@lists.sourceforge.net (subscribers-only)
3688 W:      http://www.linux-sh.org
3689 S:      Maintained
3691 SUPERH64 (sh64)
3692 P:      Paul Mundt
3693 M:      lethal@linux-sh.org
3694 L:      linuxsh-shmedia-dev@lists.sourceforge.net
3695 W:      http://www.linux-sh.org
3696 S:      Maintained
3698 SUN3/3X
3699 P:      Sam Creasey
3700 M:      sammy@sammy.net
3701 W:      http://sammy.net/sun3/
3702 S:      Maintained
3704 SVGA HANDLING
3705 P:      Martin Mares
3706 M:      mj@ucw.cz
3707 L:      linux-video@atrey.karlin.mff.cuni.cz
3708 S:      Maintained
3710 SYSV FILESYSTEM
3711 P:      Christoph Hellwig
3712 M:      hch@infradead.org
3713 S:      Maintained
3715 TC CLASSIFIER
3716 P:      Jamal Hadi Salim
3717 M:      hadi@cyberus.ca
3718 L:      netdev@vger.kernel.org
3719 S:      Maintained
3721 TCP LOW PRIORITY MODULE
3722 P:      Wong Hoi Sing, Edison
3723 M:      hswong3i@gmail.com
3724 P:      Hung Hing Lun, Mike
3725 M:      hlhung3i@gmail.com
3726 W:      http://tcp-lp-mod.sourceforge.net/
3727 S:      Maintained
3729 TEHUTI ETHERNET DRIVER
3730 P:      Alexander Indenbaum
3731 M:      baum@tehutinetworks.net
3732 P:      Andy Gospodarek
3733 M:      andy@greyhouse.net
3734 L:      netdev@vger.kernel.org
3735 S:      Supported
3737 TI FLASH MEDIA INTERFACE DRIVER
3738 P:      Alex Dubov
3739 M:      oakad@yahoo.com
3740 S:      Maintained
3742 TI OMAP MMC INTERFACE DRIVER
3743 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
3744 M:      linux-omap-open-source@linux.omap.com (subscribers only)
3745 W:      http://linux.omap.com
3746 W:      http://www.muru.com/linux/omap/
3747 S:      Maintained
3749 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3750 P:      Deepak Saxena
3751 M:      dsaxena@plexity.net
3752 S:      Maintained
3754 TASKSTATS STATISTICS INTERFACE
3755 P:      Shailabh Nagar
3756 M:      nagar@watson.ibm.com
3757 L:      linux-kernel@vger.kernel.org
3758 S:      Maintained
3760 TI PARALLEL LINK CABLE DRIVER
3761 P:      Romain Lievin
3762 M:      roms@lpg.ticalc.org
3763 S:      Maintained
3765 TIPC NETWORK LAYER
3766 P:      Per Liden
3767 M:      per.liden@ericsson.com
3768 P:      Jon Maloy
3769 M:      jon.maloy@ericsson.com
3770 P:      Allan Stephens
3771 M:      allan.stephens@windriver.com
3772 L:      tipc-discussion@lists.sourceforge.net
3773 W:      http://tipc.sourceforge.net/
3774 W:      http://tipc.cslab.ericsson.net/
3775 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3776 S:      Maintained
3778 TLAN NETWORK DRIVER
3779 P:      Samuel Chessman
3780 M:      chessman@tux.org
3781 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
3782 W:      http://sourceforge.net/projects/tlan/
3783 S:      Maintained
3785 TOKEN-RING NETWORK DRIVER
3786 P:      Mike Phillips
3787 M:      mikep@linuxtr.net
3788 L:      netdev@vger.kernel.org
3789 L:      linux-tr@linuxtr.net
3790 W:      http://www.linuxtr.net
3791 S:      Maintained
3793 TOSHIBA ACPI EXTRAS DRIVER
3794 P:      John Belmonte
3795 M:      toshiba_acpi@memebeam.org
3796 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3797 S:      Maintained
3799 TOSHIBA SMM DRIVER
3800 P:      Jonathan Buzzard
3801 M:      jonathan@buzzard.org.uk
3802 L:      tlinux-users@tce.toshiba-dme.co.jp
3803 W:      http://www.buzzard.org.uk/toshiba/
3804 S:      Maintained
3806 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3807 P:      Muli Ben-Yehuda
3808 M:      mulix@mulix.org
3809 L:      linux-kernel@vger.kernel.org
3810 S:      Maintained
3812 TRIVIAL PATCHES
3813 P:      Adrian Bunk
3814 M:      trivial@kernel.org
3815 L:      linux-kernel@vger.kernel.org
3816 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3817 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3818 S:      Maintained
3820 TMS380 TOKEN-RING NETWORK DRIVER
3821 P:      Adam Fritzler
3822 M:      mid@auk.cx
3823 L:      linux-tr@linuxtr.net
3824 W:      http://www.auk.cx/tms380tr/
3825 S:      Maintained
3827 TULIP NETWORK DRIVER
3828 L:      tulip-users@lists.sourceforge.net
3829 W:      http://sourceforge.net/projects/tulip/
3830 S:      Orphan
3832 TUN/TAP driver
3833 P:      Maxim Krasnyansky
3834 M:      maxk@qualcomm.com
3835 L:      vtun@office.satix.net
3836 W:      http://vtun.sourceforge.net/tun
3837 S:      Maintained
3839 TURBOCHANNEL SUBSYSTEM
3840 P:      Maciej W. Rozycki
3841 M:      macro@linux-mips.org
3842 S:      Maintained
3844 U14-34F SCSI DRIVER
3845 P:      Dario Ballabio
3846 M:      ballabio_dario@emc.com
3847 L:      linux-scsi@vger.kernel.org
3848 S:      Maintained
3850 UDF FILESYSTEM
3851 P:      Ben Fennema
3852 M:      bfennema@falcon.csc.calpoly.edu
3853 W:      http://linux-udf.sourceforge.net
3854 S:      Maintained
3856 UNIFORM CDROM DRIVER
3857 P:      Jens Axboe
3858 M:      axboe@kernel.dk
3859 L:      linux-kernel@vger.kernel.org
3860 W:      http://www.kernel.dk
3861 S:      Maintained
3863 UNIONFS
3864 P:      Erez Zadok
3865 M:      ezk@cs.sunysb.edu
3866 P:      Josef "Jeff" Sipek
3867 M:      jsipek@cs.sunysb.edu
3868 L:      unionfs@filesystems.org
3869 W:      http://unionfs.filesystems.org
3870 S:      Maintained
3872 USB ACM DRIVER
3873 P:      Oliver Neukum
3874 M:      oliver@neukum.name
3875 L:      linux-usb-users@lists.sourceforge.net
3876 L:      linux-usb-devel@lists.sourceforge.net
3877 S:      Maintained
3879 USB BLOCK DRIVER (UB ub)
3880 P:      Pete Zaitcev
3881 M:      zaitcev@redhat.com
3882 L:      linux-kernel@vger.kernel.org
3883 L:      linux-usb-devel@lists.sourceforge.net
3884 S:      Supported
3886 USB CDC ETHERNET DRIVER
3887 P:      Greg Kroah-Hartman
3888 M:      greg@kroah.com
3889 L:      linux-usb-users@lists.sourceforge.net
3890 L:      linux-usb-devel@lists.sourceforge.net
3891 S:      Maintained
3892 W:      http://www.kroah.com/linux-usb/
3894 USB DAVICOM DM9601 DRIVER
3895 P:      Peter Korsgaard
3896 M:      jacmet@sunsite.dk
3897 L:      netdev@vger.kernel.org
3898 W:      http://www.linux-usb.org/usbnet
3899 S:      Maintained
3901 USB EHCI DRIVER
3902 P:      David Brownell
3903 M:      dbrownell@users.sourceforge.net
3904 L:      linux-usb-devel@lists.sourceforge.net
3905 S:      Odd Fixes
3907 USB ET61X[12]51 DRIVER
3908 P:      Luca Risolia
3909 M:      luca.risolia@studio.unibo.it
3910 L:      linux-usb-devel@lists.sourceforge.net
3911 L:      video4linux-list@redhat.com
3912 W:      http://www.linux-projects.org
3913 S:      Maintained
3915 USB GADGET/PERIPHERAL SUBSYSTEM
3916 P:      David Brownell
3917 M:      dbrownell@users.sourceforge.net
3918 L:      linux-usb-devel@lists.sourceforge.net
3919 W:      http://www.linux-usb.org/gadget
3920 S:      Maintained
3922 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
3923 P:      Jiri Kosina
3924 M:      jkosina@suse.cz
3925 L:      linux-usb-devel@lists.sourceforge.net
3926 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
3927 S:      Maintained
3929 USB HUB DRIVER
3930 P:      Johannes Erdfelt
3931 M:      johannes@erdfelt.com
3932 L:      linux-usb-users@lists.sourceforge.net
3933 L:      linux-usb-devel@lists.sourceforge.net
3934 S:      Maintained
3936 USB ISP116X DRIVER
3937 P:      Olav Kongas
3938 M:      ok@artecdesign.ee
3939 L:      linux-usb-devel@lists.sourceforge.net
3940 S:      Maintained
3942 USB KAWASAKI LSI DRIVER
3943 P:      Oliver Neukum
3944 M:      oliver@neukum.name
3945 L:      linux-usb-users@lists.sourceforge.net
3946 L:      linux-usb-devel@lists.sourceforge.net
3947 S:      Maintained
3949 USB MASS STORAGE DRIVER
3950 P:      Matthew Dharm
3951 M:      mdharm-usb@one-eyed-alien.net
3952 L:      linux-usb-users@lists.sourceforge.net
3953 L:      usb-storage@lists.one-eyed-alien.net
3954 S:      Maintained
3955 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3957 USB OHCI DRIVER
3958 P:      David Brownell
3959 M:      dbrownell@users.sourceforge.net
3960 L:      linux-usb-users@lists.sourceforge.net
3961 L:      linux-usb-devel@lists.sourceforge.net
3962 S:      Odd Fixes
3964 USB OPTION-CARD DRIVER
3965 P:      Matthias Urlichs
3966 M:      smurf@smurf.noris.de
3967 L:      linux-usb-devel@lists.sourceforge.net
3968 S:      Maintained
3970 USB OV511 DRIVER
3971 P:      Mark McClelland
3972 M:      mmcclell@bigfoot.com
3973 L:      linux-usb-users@lists.sourceforge.net
3974 L:      linux-usb-devel@lists.sourceforge.net
3975 W:      http://alpha.dyndns.org/ov511/
3976 S:      Maintained
3978 USB PEGASUS DRIVER
3979 P:      Petko Manolov
3980 M:      petkan@users.sourceforge.net
3981 L:      linux-usb-devel@lists.sourceforge.net
3982 L:      netdev@vger.kernel.org
3983 W:      http://pegasus2.sourceforge.net/
3984 S:      Maintained
3986 USB PRINTER DRIVER (usblp)
3987 P:      Pete Zaitcev
3988 M:      zaitcev@redhat.com
3989 L:      linux-usb-users@lists.sourceforge.net
3990 L:      linux-usb-devel@lists.sourceforge.net
3991 S:      Supported
3993 USB RTL8150 DRIVER
3994 P:      Petko Manolov
3995 M:      petkan@users.sourceforge.net
3996 L:      linux-usb-devel@lists.sourceforge.net
3997 L:      netdev@vger.kernel.org
3998 W:      http://pegasus2.sourceforge.net/
3999 S:      Maintained
4001 USB SE401 DRIVER
4002 P:      Jeroen Vreeken
4003 M:      pe1rxq@amsat.org
4004 L:      linux-usb-users@lists.sourceforge.net
4005 L:      linux-usb-devel@lists.sourceforge.net
4006 W:      http://www.chello.nl/~j.vreeken/se401/
4007 S:      Maintained
4009 USB SERIAL CYBERJACK DRIVER
4010 P:      Matthias Bruestle and Harald Welte
4011 M:      support@reiner-sct.com
4012 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
4013 S:      Maintained
4015 USB SERIAL DIGI ACCELEPORT DRIVER
4016 P:      Peter Berger and Al Borchers
4017 M:      pberger@brimson.com
4018 M:      alborchers@steinerpoint.com
4019 L:      linux-usb-users@lists.sourceforge.net
4020 L:      linux-usb-devel@lists.sourceforge.net
4021 S:      Maintained
4023 USB SERIAL DRIVER
4024 P:      Greg Kroah-Hartman
4025 M:      gregkh@suse.de
4026 L:      linux-usb-users@lists.sourceforge.net
4027 L:      linux-usb-devel@lists.sourceforge.net
4028 S:      Supported
4030 USB SERIAL BELKIN F5U103 DRIVER
4031 P:      William Greathouse
4032 M:      wgreathouse@smva.com
4033 L:      linux-usb-users@lists.sourceforge.net
4034 L:      linux-usb-devel@lists.sourceforge.net
4035 S:      Maintained
4037 USB SERIAL CYPRESS M8 DRIVER
4038 P:      Lonnie Mendez
4039 M:      dignome@gmail.com
4040 L:      linux-usb-users@lists.sourceforge.net
4041 L:      linux-usb-devel@lists.sourceforge.net
4042 S:      Maintained
4043 W:      http://geocities.com/i0xox0i
4044 W:      http://firstlight.net/cvs
4046 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
4047 L:      linux-usb-users@lists.sourceforge.net
4048 L:      linux-usb-devel@lists.sourceforge.net
4049 S:      Maintained
4051 USB AUERSWALD DRIVER
4052 P:      Wolfgang Muees
4053 M:      wolfgang@iksw-muees.de
4054 L:      linux-usb-users@lists.sourceforge.net
4055 L:      linux-usb-devel@lists.sourceforge.net
4056 S:      Maintained
4058 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4059 P:      Gary Brubaker
4060 M:      xavyer@ix.netcom.com
4061 L:      linux-usb-users@lists.sourceforge.net
4062 L:      linux-usb-devel@lists.sourceforge.net
4063 S:      Maintained
4065 USB SERIAL KEYSPAN DRIVER
4066 P:      Greg Kroah-Hartman
4067 M:      greg@kroah.com
4068 L:      linux-usb-users@lists.sourceforge.net
4069 L:      linux-usb-devel@lists.sourceforge.net
4070 W:      http://www.kroah.com/linux/
4071 S:      Maintained
4073 USB SERIAL WHITEHEAT DRIVER
4074 P:      Support Department
4075 M:      support@connecttech.com
4076 L:      linux-usb-users@lists.sourceforge.net
4077 L:      linux-usb-devel@lists.sourceforge.net
4078 W:      http://www.connecttech.com
4079 S:      Supported
4081 USB SN9C1xx DRIVER
4082 P:      Luca Risolia
4083 M:      luca.risolia@studio.unibo.it
4084 L:      linux-usb-devel@lists.sourceforge.net
4085 L:      video4linux-list@redhat.com
4086 W:      http://www.linux-projects.org
4087 S:      Maintained
4089 USB SUBSYSTEM
4090 P:      Greg Kroah-Hartman
4091 M:      gregkh@suse.de
4092 L:      linux-usb-users@lists.sourceforge.net
4093 L:      linux-usb-devel@lists.sourceforge.net
4094 W:      http://www.linux-usb.org
4095 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4096 S:      Supported
4098 USB UHCI DRIVER
4099 P:      Alan Stern
4100 M:      stern@rowland.harvard.edu
4101 L:      linux-usb-users@lists.sourceforge.net
4102 L:      linux-usb-devel@lists.sourceforge.net
4103 S:      Maintained
4105 USB "USBNET" DRIVER FRAMEWORK
4106 P:      David Brownell
4107 M:      dbrownell@users.sourceforge.net
4108 L:      netdev@vger.kernel.org
4109 W:      http://www.linux-usb.org/usbnet
4110 S:      Maintained
4112 USB W996[87]CF DRIVER
4113 P:      Luca Risolia
4114 M:      luca.risolia@studio.unibo.it
4115 L:      linux-usb-devel@lists.sourceforge.net
4116 L:      video4linux-list@redhat.com
4117 W:      http://www.linux-projects.org
4118 S:      Maintained
4120 USB ZC0301 DRIVER
4121 P:      Luca Risolia
4122 M:      luca.risolia@studio.unibo.it
4123 L:      linux-usb-devel@lists.sourceforge.net
4124 L:      video4linux-list@redhat.com
4125 W:      http://www.linux-projects.org
4126 S:      Maintained
4128 USB ZD1201 DRIVER
4129 P:      Jeroen Vreeken
4130 M:      pe1rxq@amsat.org
4131 L:      linux-usb-users@lists.sourceforge.net
4132 L:      linux-usb-devel@lists.sourceforge.net
4133 W:      http://linux-lc100020.sourceforge.net
4134 S:      Maintained
4136 USB ZR364XX DRIVER
4137 P:      Antoine Jacquet
4138 M:      royale@zerezo.com
4139 L:      linux-usb-devel@lists.sourceforge.net
4140 L:      video4linux-list@redhat.com
4141 W:      http://royale.zerezo.com/zr364xx/
4142 S:      Maintained
4144 USER-MODE LINUX
4145 P:      Jeff Dike
4146 M:      jdike@karaya.com
4147 L:      user-mode-linux-devel@lists.sourceforge.net
4148 L:      user-mode-linux-user@lists.sourceforge.net
4149 W:      http://user-mode-linux.sourceforge.net
4150 S:      Maintained
4152 FAT/VFAT/MSDOS FILESYSTEM:
4153 P:      OGAWA Hirofumi
4154 M:      hirofumi@mail.parknet.co.jp
4155 L:      linux-kernel@vger.kernel.org
4156 S:      Maintained
4158 VIA RHINE NETWORK DRIVER
4159 P:      Roger Luethi
4160 M:      rl@hellgate.ch
4161 S:      Maintained
4163 VIAPRO SMBUS DRIVER
4164 P:      Jean Delvare
4165 M:      khali@linux-fr.org
4166 L:      i2c@lm-sensors.org
4167 S:      Maintained
4169 VIA VELOCITY NETWORK DRIVER
4170 P:      Francois Romieu
4171 M:      romieu@fr.zoreil.com
4172 L:      netdev@vger.kernel.org
4173 S:      Maintained
4175 UCLINUX (AND M68KNOMMU)
4176 P:      Greg Ungerer
4177 M:      gerg@uclinux.org
4178 W:      http://www.uclinux.org/
4179 L:      uclinux-dev@uclinux.org  (subscribers-only)
4180 S:      Maintained
4182 UCLINUX FOR NEC V850
4183 P:      Miles Bader
4185 UCLINUX FOR RENESAS H8/300
4186 P:      Yoshinori Sato
4187 M:      ysato@users.sourceforge.jp
4188 W:      http://uclinux-h8.sourceforge.jp/
4189 S:      Supported
4191 UFS FILESYSTEM
4192 P:      Evgeniy Dushistov
4193 M:      dushistov@mail.ru
4194 L:      linux-kernel@vger.kernel.org
4195 S:      Maintained
4197 USB DIAMOND RIO500 DRIVER
4198 P:      Cesar Miquel
4199 M:      miquel@df.uba.ar
4200 L:      rio500-users@lists.sourceforge.net
4201 W:      http://rio500.sourceforge.net
4202 S:      Maintained
4204 VIDEO FOR LINUX
4205 P:      Mauro Carvalho Chehab
4206 M:      mchehab@infradead.org
4207 M:      v4l-dvb-maintainer@linuxtv.org
4208 L:      video4linux-list@redhat.com
4209 W:      http://linuxtv.org
4210 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4211 S:      Maintained
4213 VLAN (802.1Q)
4214 P:      Patrick McHardy
4215 M:      kaber@trash.net
4216 L:      netdev@vger.kernel.org
4217 S:      Maintained
4219 VT1211 HARDWARE MONITOR DRIVER
4220 P:      Juerg Haefliger
4221 M:      juergh@gmail.com
4222 L:      lm-sensors@lm-sensors.org
4223 S:      Maintained
4225 VT8231 HARDWARE MONITOR DRIVER
4226 P:      Roger Lucas
4227 M:      roger@planbit.co.uk
4228 L:      lm-sensors@lm-sensors.org
4229 S:      Maintained
4231 W1 DALLAS'S 1-WIRE BUS
4232 P:      Evgeniy Polyakov
4233 M:      johnpol@2ka.mipt.ru
4234 S:      Maintained
4236 W83791D HARDWARE MONITORING DRIVER
4237 P:      Charles Spirakis
4238 M:      bezaur@gmail.com
4239 L:      lm-sensors@lm-sensors.org
4240 S:      Odd Fixes
4242 W83793 HARDWARE MONITORING DRIVER
4243 P:      Rudolf Marek
4244 M:      r.marek@assembler.cz
4245 L:      lm-sensors@lm-sensors.org
4246 S:      Maintained
4248 W83L51xD SD/MMC CARD INTERFACE DRIVER
4249 P:      Pierre Ossman
4250 M:      drzeus-wbsd@drzeus.cx
4251 L:      linux-kernel@vger.kernel.org
4252 W:      http://projects.drzeus.cx/wbsd
4253 S:      Maintained
4255 WATCHDOG DEVICE DRIVERS
4256 P:      Wim Van Sebroeck
4257 M:      wim@iguana.be
4258 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4259 S:      Maintained
4261 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4262 P:      Jean Tourrilhes
4263 M:      jt@hpl.hp.com
4264 L:      linux-wireless@vger.kernel.org
4265 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4266 S:      Maintained
4268 WD7000 SCSI DRIVER
4269 P:      Miroslav Zagorac
4270 M:      zaga@fly.cc.fer.hr
4271 L:      linux-scsi@vger.kernel.org
4272 S:      Maintained
4274 WISTRON LAPTOP BUTTON DRIVER
4275 P:      Miloslav Trmac
4276 M:      mitr@volny.cz
4277 S:      Maintained
4279 WL3501 WIRELESS PCMCIA CARD DRIVER
4280 P:      Arnaldo Carvalho de Melo
4281 M:      acme@ghostprotocols.net
4282 L:      linux-wireless@vger.kernel.org
4283 W:      http://oops.ghostprotocols.net:81/blog
4284 S:      Maintained
4286 X.25 NETWORK LAYER
4287 P:      Henner Eisen
4288 M:      eis@baty.hanse.de
4289 L:      linux-x25@vger.kernel.org
4290 S:      Maintained
4292 XEN HYPERVISOR INTERFACE
4293 P:      Jeremy Fitzhardinge
4294 M:      jeremy@xensource.com
4295 P:      Chris Wright
4296 M:      chrisw@sous-sol.org
4297 L:      virtualization@lists.osdl.org
4298 L:      xen-devel@lists.xensource.com
4299 S:      Supported
4301 XFS FILESYSTEM
4302 P:      Silicon Graphics Inc
4303 P:      Tim Shimmin
4304 M:      xfs-masters@oss.sgi.com
4305 L:      xfs@oss.sgi.com
4306 W:      http://oss.sgi.com/projects/xfs
4307 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4308 S:      Supported
4310 XILINX SYSTEMACE DRIVER
4311 P:      Grant Likely
4312 M:      grant.likely@secretlab.ca
4313 W:      http://www.secretlab.ca/
4314 L:      linux-kernel@vger.kernel.org
4315 S:      Maintained
4317 XILINX UARTLITE SERIAL DRIVER
4318 P:      Peter Korsgaard
4319 M:      jacmet@sunsite.dk
4320 L:      linux-serial@vger.kernel.org
4321 S:      Maintained
4323 X86 ARCHITECTURE (32-BIT AND 64-BIT)
4324 P:      Thomas Gleixner
4325 M:      tglx@linutronix.de
4326 P:      Ingo Molnar
4327 M:      mingo@redhat.com
4328 P:      H. Peter Anvin
4329 M:      hpa@zytor.com
4330 L:      linux-kernel@vger.kernel.org
4331 T:      git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4332 S:      Maintained
4334 YAM DRIVER FOR AX.25
4335 P:      Jean-Paul Roubelat
4336 M:      jpr@f6fbb.org
4337 L:      linux-hams@vger.kernel.org
4338 S:      Maintained
4340 YEALINK PHONE DRIVER
4341 P:      Henk Vergonet
4342 M:      Henk.Vergonet@gmail.com
4343 L:      usbb2k-api-dev@nongnu.org
4344 S:      Maintained
4346 Z8530 DRIVER FOR AX.25
4347 P:      Joerg Reuter
4348 M:      jreuter@yaina.de
4349 W:      http://yaina.de/jreuter/
4350 W:      http://www.qsl.net/dl1bke/
4351 L:      linux-hams@vger.kernel.org
4352 S:      Maintained
4354 ZD1211-MAC80211 WIRELESS DRIVER
4355 P:      Daniel Drake
4356 M:      dsd@gentoo.org
4357 P:      Ulrich Kunitz
4358 M:      kune@deine-taler.de
4359 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4360 L:      linux-wireless@vger.kernel.org
4361 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4362 S:      Maintained
4364 ZD1211RW WIRELESS DRIVER
4365 P:      Daniel Drake
4366 M:      dsd@gentoo.org
4367 P:      Ulrich Kunitz
4368 M:      kune@deine-taler.de
4369 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4370 L:      linux-wireless@vger.kernel.org
4371 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4372 S:      Maintained
4374 ZF MACHZ WATCHDOG
4375 P:      Fernando Fuganti
4376 M:      fuganti@netbank.com.br
4377 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4378 S:      Maintained
4380 ZR36067 VIDEO FOR LINUX DRIVER
4381 P:      Ronald Bultje
4382 M:      rbultje@ronald.bitfreak.net
4383 L:      mjpeg-users@lists.sourceforge.net
4384 W:      http://mjpeg.sourceforge.net/driver-zoran/
4385 S:      Maintained
4387 ZR36120 VIDEO FOR LINUX DRIVER
4388 P:      Pauline Middelink
4389 M:      middelin@polyware.nl
4390 W:      http://www.polyware.nl/~middelin/En/hobbies.html
4391 W:      http://www.polyware.nl/~middelin/hobbies.html
4392 S:      Maintained
4394 ZS DECSTATION Z85C30 SERIAL DRIVER
4395 P:      Maciej W. Rozycki
4396 M:      macro@linux-mips.org
4397 S:      Maintained
4399 THE REST
4400 P:      Linus Torvalds
4401 S:      Buried alive in reporters