r-o-bind-mounts-elevate-write-count-for-some-ioctls-vs-forbid-user-to-change-file...
[linux-2.6/linux-trees-mm.git] / MAINTAINERS
blob133bdf59b95cb669e569e8f26c4b7ead70e964da
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 EATA-DMA SCSI DRIVER
1374 P:      Michael Neuffer
1375 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1376 S:      Maintained
1378 EATA ISA/EISA/PCI SCSI DRIVER
1379 P:      Dario Ballabio
1380 M:      ballabio_dario@emc.com
1381 L:      linux-scsi@vger.kernel.org
1382 S:      Maintained
1384 EATA-PIO SCSI DRIVER
1385 P:      Michael Neuffer
1386 M:      mike@i-Connect.Net
1387 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1388 S:      Maintained
1390 EBTABLES
1391 P:      Bart De Schuymer
1392 M:      bart.de.schuymer@pandora.be
1393 L:      ebtables-user@lists.sourceforge.net
1394 L:      ebtables-devel@lists.sourceforge.net
1395 W:      http://ebtables.sourceforge.net/
1396 S:      Maintained
1398 ECRYPT FILE SYSTEM
1399 P:      Mike Halcrow, Phillip Hellewell
1400 M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1401 L:      ecryptfs-devel@lists.sourceforge.net
1402 W:      http://ecryptfs.sourceforge.net/
1403 S:      Supported
1405 EDAC-CORE
1406 P:      Doug Thompson
1407 M:      dougthompson@xmission.com
1408 L:      bluesmoke-devel@lists.sourceforge.net
1409 W:      bluesmoke.sourceforge.net
1410 S:      Supported
1412 EDAC-E752X
1413 P:      Mark Gross
1414 P:      Doug Thompson
1415 M:      mark.gross@intel.com
1416 M:      dougthompson@xmission.com
1417 L:      bluesmoke-devel@lists.sourceforge.net
1418 W:      bluesmoke.sourceforge.net
1419 S:      Maintained
1421 EDAC-E7XXX
1422 P:      Doug Thompson
1423 M:      dougthompson@xmission.com
1424 L:      bluesmoke-devel@lists.sourceforge.net
1425 W:      bluesmoke.sourceforge.net
1426 S:      Maintained
1428 EDAC-I82443BXGX
1429 P:      Tim Small
1430 M:      tim@buttersideup.com
1431 L:      bluesmoke-devel@lists.sourceforge.net
1432 W:      bluesmoke.sourceforge.net
1433 S:      Maintained
1435 EDAC-I3000
1436 P:      Jason Uhlenkott
1437 M:      juhlenko@akamai.com
1438 L:      bluesmoke-devel@lists.sourceforge.net
1439 W:      bluesmoke.sourceforge.net
1440 S:      Maintained
1442 EDAC-I5000
1443 P:      Doug Thompson
1444 M:      dougthompson@xmission.com
1445 L:      bluesmoke-devel@lists.sourceforge.net
1446 W:      bluesmoke.sourceforge.net
1447 S:      Maintained
1449 EDAC-I82975X
1450 P:      Ranganathan Desikan
1451 P:      Arvind R.
1452 M:      rdesikan@jetzbroadband.com
1453 M:      arvind@acarlab.com
1454 L:      bluesmoke-devel@lists.sourceforge.net
1455 W:      bluesmoke.sourceforge.net
1456 S:      Maintained
1458 EDAC-PASEMI
1459 P:      Egor Martovetsky
1460 M:      egor@pasemi.com
1461 L:      bluesmoke-devel@lists.sourceforge.net
1462 W:      bluesmoke.sourceforge.net
1463 S:      Maintained
1465 EDAC-R82600
1466 P:      Tim Small
1467 M:      tim@buttersideup.com
1468 L:      bluesmoke-devel@lists.sourceforge.net
1469 W:      bluesmoke.sourceforge.net
1470 S:      Maintained
1472 EEPRO100 NETWORK DRIVER
1473 P:      Andrey V. Savochkin
1474 M:      saw@saw.sw.com.sg
1475 S:      Maintained
1477 EFS FILESYSTEM
1478 W:      http://aeschi.ch.eu.org/efs/
1479 S:      Orphan
1481 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1482 P:      Hoang-Nam Nguyen
1483 M:      hnguyen@de.ibm.com
1484 P:      Christoph Raisch
1485 M:      raisch@de.ibm.com
1486 L:      general@lists.openfabrics.org
1487 S:      Supported
1489 EMULEX LPFC FC SCSI DRIVER
1490 P:      James Smart
1491 M:      james.smart@emulex.com
1492 L:      linux-scsi@vger.kernel.org
1493 W:      http://sourceforge.net/projects/lpfcxxxx
1494 S:      Supported
1496 EPSON 1355 FRAMEBUFFER DRIVER
1497 P:      Christopher Hoover
1498 M:      ch@murgatroid.com, ch@hpl.hp.com
1499 S:      Maintained
1501 ETHEREXPRESS-16 NETWORK DRIVER
1502 P:      Philip Blundell
1503 M:      philb@gnu.org
1504 L:      netdev@vger.kernel.org
1505 S:      Maintained
1507 ETHERNET BRIDGE
1508 P:      Stephen Hemminger
1509 M:      shemminger@linux-foundation.org
1510 L:      bridge@lists.linux-foundation.org
1511 W:      http://bridge.sourceforge.net/
1512 S:      Maintained
1514 ETHERTEAM 16I DRIVER
1515 P:      Mika Kuoppala
1516 M:      miku@iki.fi
1517 S:      Maintained
1519 EXT2 FILE SYSTEM
1520 L:      linux-ext4@vger.kernel.org
1521 S:      Maintained
1523 EXT3 FILE SYSTEM
1524 P:      Stephen Tweedie, Andrew Morton
1525 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1526 L:      linux-ext4@vger.kernel.org
1527 S:      Maintained
1529 EXT4 FILE SYSTEM
1530 P:      Stephen Tweedie, Andrew Morton
1531 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1532 L:      linux-ext4@vger.kernel.org
1533 S:      Maintained
1535 F71805F HARDWARE MONITORING DRIVER
1536 P:      Jean Delvare
1537 M:      khali@linux-fr.org
1538 L:      lm-sensors@lm-sensors.org
1539 S:      Maintained
1541 FARSYNC SYNCHRONOUS DRIVER
1542 P:      Kevin Curtis
1543 M:      kevin.curtis@farsite.co.uk
1544 W:      http://www.farsite.co.uk/
1545 S:      Supported
1547 FAULT INJECTION SUPPORT
1548 P:      Akinobu Mita
1549 M:      akinobu.mita@gmail.com
1550 S:      Supported
1552 FRAMEBUFFER LAYER
1553 P:      Antonino Daplas
1554 M:      adaplas@gmail.com
1555 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1556 W:      http://linux-fbdev.sourceforge.net/
1557 S:      Maintained
1559 FREESCALE SOC FS_ENET DRIVER
1560 P:      Pantelis Antoniou
1561 M:      pantelis.antoniou@gmail.com
1562 P:      Vitaly Bordug
1563 M:      vbordug@ru.mvista.com
1564 L:      linuxppc-dev@ozlabs.org
1565 L:      netdev@vger.kernel.org
1566 S:      Maintained
1568 FREESCALE HIGHSPEED USB DEVICE DRIVER
1569 P:      Li Yang
1570 M:      leoli@freescale.com
1571 L:      linux-usb-devel@lists.sourceforge.net
1572 L:      linuxppc-dev@ozlabs.org
1573 S:      Maintained
1575 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1576 P:      Li Yang
1577 M:      leoli@freescale.com
1578 L:      netdev@vger.kernel.org
1579 L:      linuxppc-dev@ozlabs.org
1580 S:      Maintained
1582 FILE LOCKING (flock() and fcntl()/lockf())
1583 P:      Matthew Wilcox
1584 M:      matthew@wil.cx
1585 L:      linux-fsdevel@vger.kernel.org
1586 S:      Maintained
1588 FILESYSTEMS (VFS and infrastructure)
1589 P:      Alexander Viro
1590 M:      viro@zeniv.linux.org.uk
1591 S:      Maintained
1593 FIREWIRE SUBSYSTEM
1594 P:      Kristian Hoegsberg, Stefan Richter
1595 M:      krh@redhat.com, stefanr@s5r6.in-berlin.de
1596 L:      linux1394-devel@lists.sourceforge.net
1597 W:      http://www.linux1394.org/
1598 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1599 S:      Maintained
1601 FIRMWARE LOADER (request_firmware)
1602 L:      linux-kernel@vger.kernel.org
1603 S:      Orphan
1605 FPU EMULATOR
1606 P:      Bill Metzenthen
1607 M:      billm@suburbia.net
1608 W:      http://suburbia.net/~billm/floating-point/emulator/
1609 S:      Maintained
1611 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1612 P:      Mike McLagan
1613 M:      mike.mclagan@linux.org
1614 L:      netdev@vger.kernel.org
1615 S:      Maintained
1617 FREEVXFS FILESYSTEM
1618 P:      Christoph Hellwig
1619 M:      hch@infradead.org
1620 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1621 S:      Maintained
1623 FUJITSU FR-V (FRV) PORT
1624 P:      David Howells
1625 M:      dhowells@redhat.com
1626 S:      Maintained
1628 FUSE: FILESYSTEM IN USERSPACE
1629 P:      Miklos Szeredi
1630 M:      miklos@szeredi.hu
1631 L:      fuse-devel@lists.sourceforge.net
1632 W:      http://fuse.sourceforge.net/
1633 S:      Maintained
1635 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1636 P:      Rik Faith
1637 M:      faith@cs.unc.edu
1638 L:      linux-scsi@vger.kernel.org
1639 S:      Odd fixes (e.g., new signatures)
1641 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1642 P:      Achim Leubner
1643 M:      achim_leubner@adaptec.com
1644 L:      linux-scsi@vger.kernel.org
1645 W:      http://www.icp-vortex.com/
1646 S:      Supported
1648 GENERIC GPIO I2C DRIVER
1649 P:      Haavard Skinnemoen
1650 M:      hskinnemoen@atmel.com
1651 S:      Supported
1653 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1654 P:      Krzysztof Halasa
1655 M:      khc@pm.waw.pl
1656 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1657 S:      Maintained
1659 GFS2 FILE SYSTEM
1660 P:      Steven Whitehouse
1661 M:      swhiteho@redhat.com
1662 L:      cluster-devel@redhat.com
1663 W:      http://sources.redhat.com/cluster/
1664 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1665 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1666 S:      Supported
1668 GIGASET ISDN DRIVERS
1669 P:      Hansjoerg Lipp
1670 M:      hjlipp@web.de
1671 P:      Tilman Schmidt
1672 M:      tilman@imap.cc
1673 L:      gigaset307x-common@lists.sourceforge.net
1674 W:      http://gigaset307x.sourceforge.net/
1675 S:      Maintained
1677 HARDWARE MONITORING
1678 P:      Mark M. Hoffman
1679 M:      mhoffman@lightlink.com
1680 L:      lm-sensors@lm-sensors.org
1681 W:      http://www.lm-sensors.org/
1682 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1683 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
1684 S:      Maintained
1686 HARDWARE RANDOM NUMBER GENERATOR CORE
1687 P:      Michael Buesch
1688 M:      mb@bu3sch.de
1689 S:      Maintained
1691 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1692 P:      Robert Love
1693 M:      rlove@rlove.org
1694 M:      linux-kernel@vger.kernel.org
1695 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1696 S:      Maintained
1698 HARMONY SOUND DRIVER
1699 P:      Kyle McMartin
1700 M:      kyle@parisc-linux.org
1701 W:      http://www.parisc-linux.org/~kyle/harmony/
1702 L:      parisc-linux@lists.parisc-linux.org
1703 S:      Maintained
1705 HAYES ESP SERIAL DRIVER
1706 P:      Andrew J. Robinson
1707 M:      arobinso@nyx.net
1708 L:      linux-kernel@vger.kernel.org
1709 W:      http://www.nyx.net/~arobinso
1710 S:      Maintained
1712 HFS FILESYSTEM
1713 P:      Roman Zippel
1714 M:      zippel@linux-m68k.org
1715 L:      linux-kernel@vger.kernel.org
1716 S:      Maintained
1718 HGA FRAMEBUFFER DRIVER
1719 P:      Ferenc Bakonyi
1720 M:      fero@drama.obuda.kando.hu
1721 L:      linux-nvidia@lists.surfsouth.com
1722 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1723 S:      Maintained
1725 HID CORE LAYER
1726 P:      Jiri Kosina
1727 M:      jkosina@suse.cz
1728 L:      linux-input@vger.kernel.org
1729 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1730 S:      Maintained
1732 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1733 P:      Thomas Gleixner
1734 M:      tglx@linutronix.de
1735 L:      linux-kernel@vger.kernel.org
1736 S:      Maintained
1738 HIGH-SPEED SCC DRIVER FOR AX.25
1739 P:      Klaus Kudielka
1740 M:      klaus.kudielka@ieee.org
1741 L:      linux-hams@vger.kernel.org
1742 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1743 S:      Maintained
1745 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1746 P:      HighPoint Linux Team
1747 M:      linux@highpoint-tech.com
1748 W:      http://www.highpoint-tech.com
1749 S:      Supported
1751 HIPPI
1752 P:      Jes Sorensen
1753 M:      jes@trained-monkey.org
1754 L:      linux-hippi@sunsite.dk
1755 S:      Maintained
1757 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1758 P:      Chirag Kantharia
1759 M:      chirag.kantharia@hp.com
1760 L:      iss_storagedev@hp.com
1761 S:      Maintained
1763 HEWLETT-PACKARD SMART2 RAID DRIVER
1764 P:      Chirag Kantharia
1765 M:      chirag.kantharia@hp.com
1766 L:      iss_storagedev@hp.com
1767 S:      Maintained
1769 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1770 P:      Mike Miller
1771 M:      mike.miller@hp.com
1772 L:      iss_storagedev@hp.com
1773 S:      Supported
1775 HOST AP DRIVER
1776 P:      Jouni Malinen
1777 M:      j@w1.fi
1778 L:      hostap@shmoo.com (subscribers-only)
1779 L:      linux-wireless@vger.kernel.org
1780 W:      http://hostap.epitest.fi/
1781 S:      Maintained
1783 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1784 P:      Jaroslav Kysela
1785 M:      perex@perex.cz
1786 S:      Maintained
1788 HPET:   High Precision Event Timers driver (hpet.c)
1789 P:      Clemens Ladisch
1790 M:      clemens@ladisch.de
1791 S:      Maintained
1793 HPET:   i386
1794 P:      Venkatesh Pallipadi (Venki)
1795 M:      venkatesh.pallipadi@intel.com
1796 S:      Maintained
1798 HPET:   x86_64
1799 P:      Vojtech Pavlik
1800 M:      vojtech@suse.cz
1801 S:      Maintained
1803 HPET:   ACPI hpet.c
1804 P:      Bob Picco
1805 M:      bob.picco@hp.com
1806 S:      Maintained
1808 HPFS FILESYSTEM
1809 P:      Mikulas Patocka
1810 M:      mikulas@artax.karlin.mff.cuni.cz
1811 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1812 S:      Maintained
1814 HUGETLB FILESYSTEM
1815 P:      William Irwin
1816 M:      wli@holomorphy.com
1817 S:      Maintained
1819 I2C/SMBUS STUB DRIVER
1820 P:      Mark M. Hoffman
1821 M:      mhoffman@lightlink.com
1822 L:      lm-sensors@lm-sensors.org
1823 S:      Maintained
1825 I2C SUBSYSTEM
1826 P:      Jean Delvare
1827 M:      khali@linux-fr.org
1828 L:      i2c@lm-sensors.org
1829 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1830 S:      Maintained
1832 I2C-TINY-USB DRIVER
1833 P:      Till Harbaum
1834 M:      till@harbaum.org
1835 L:      i2c@lm-sensors.org
1836 T:      http://www.harbaum.org/till/i2c_tiny_usb
1837 S:      Maintained
1839 i386 BOOT CODE
1840 P:      H. Peter Anvin
1841 M:      hpa@zytor.com
1842 L:      Linux-Kernel@vger.kernel.org
1843 S:      Maintained
1845 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1846 P:      H. Peter Anvin
1847 M:      hpa@zytor.com
1848 T:      git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1849 S:      Maintained
1851 IA64 (Itanium) PLATFORM
1852 P:      Tony Luck
1853 M:      tony.luck@intel.com
1854 L:      linux-ia64@vger.kernel.org
1855 W:      http://www.ia64-linux.org/
1856 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1857 S:      Maintained
1859 SN-IA64 (Itanium) SUB-PLATFORM
1860 P:      Jes Sorensen
1861 M:      jes@sgi.com
1862 L:      linux-altix@sgi.com
1863 L:      linux-ia64@vger.kernel.org
1864 W:      http://www.sgi.com/altix
1865 S:      Maintained
1867 IBM MCA SCSI SUBSYSTEM DRIVER
1868 P:      Michael Lang
1869 M:      langa2@kph.uni-mainz.de
1870 W:      http://www.uni-mainz.de/~langm000/linux.html
1871 S:      Maintained
1873 IBM Power Linux RAID adapter
1874 P:      Brian King
1875 M:      brking@us.ibm.com
1876 S:      Supported
1878 IBM ServeRAID RAID DRIVER
1879 P:      Jack Hammer
1880 P:      Dave Jeffery
1881 M:      ipslinux@adaptec.com
1882 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1883 S:      Supported
1885 IDE SUBSYSTEM
1886 P:      Bartlomiej Zolnierkiewicz
1887 M:      bzolnier@gmail.com
1888 L:      linux-ide@vger.kernel.org
1889 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1890 S:      Maintained
1892 IDE/ATAPI CDROM DRIVER
1893 L:      linux-ide@vger.kernel.org
1894 S:      Unmaintained
1896 IDE/ATAPI FLOPPY DRIVERS
1897 P:      Paul Bristow
1898 M:      Paul Bristow <paul@paulbristow.net>
1899 W:      http://paulbristow.net/linux/idefloppy.html
1900 L:      linux-kernel@vger.kernel.org
1901 S:      Maintained
1903 IDE/ATAPI TAPE DRIVERS
1904 P:      Gadi Oxman
1905 M:      Gadi Oxman <gadio@netvision.net.il>
1906 L:      linux-kernel@vger.kernel.org
1907 S:      Maintained
1909 IDE-SCSI DRIVER
1910 L:      linux-ide@vger.kernel.org
1911 L:      linux-scsi@vger.kernel.org
1912 S:      Orphan
1914 IEEE 1394 SUBSYSTEM
1915 P:      Ben Collins
1916 M:      ben.collins@ubuntu.com
1917 P:      Stefan Richter
1918 M:      stefanr@s5r6.in-berlin.de
1919 L:      linux1394-devel@lists.sourceforge.net
1920 W:      http://www.linux1394.org/
1921 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1922 S:      Maintained
1924 IEEE 1394 RAW I/O DRIVER (raw1394)
1925 P:      Dan Dennedy
1926 M:      dan@dennedy.org
1927 P:      Stefan Richter
1928 M:      stefanr@s5r6.in-berlin.de
1929 L:      linux1394-devel@lists.sourceforge.net
1930 S:      Maintained
1932 IMS TWINTURBO FRAMEBUFFER DRIVER
1933 P:      Paul Mundt
1934 M:      lethal@chaoticdreams.org
1935 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1936 S:      Maintained
1938 INFINIBAND SUBSYSTEM
1939 P:      Roland Dreier
1940 M:      rolandd@cisco.com
1941 P:      Sean Hefty
1942 M:      mshefty@ichips.intel.com
1943 P:      Hal Rosenstock
1944 M:      hal.rosenstock@gmail.com 
1945 L:      general@lists.openfabrics.org
1946 W:      http://www.openib.org/
1947 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1948 S:      Supported
1950 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
1951 P:      Dmitry Torokhov
1952 M:      dmitry.torokhov@gmail.com
1953 M:      dtor@mail.ru
1954 L:      linux-input@vger.kernel.org
1955 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1956 S:      Maintained
1958 INOTIFY
1959 P:      John McCutchan
1960 M:      ttb@tentacle.dhs.org
1961 P:      Robert Love
1962 M:      rml@novell.com
1963 L:      linux-kernel@vger.kernel.org
1964 S:      Maintained
1966 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1967 P:      Sylvain Meyer
1968 M:      sylvain.meyer@worldonline.fr
1969 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1970 S:      Maintained
1972 INTEL 810/815 FRAMEBUFFER DRIVER
1973 P:      Antonino Daplas
1974 M:      adaplas@gmail.com
1975 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1976 S:      Maintained
1978 INTEL IA32 MICROCODE UPDATE SUPPORT
1979 P:      Tigran Aivazian
1980 M:      tigran@aivazian.fsnet.co.uk
1981 S:      Maintained
1983 INTEL I/OAT DMA DRIVER
1984 P:      Shannon Nelson
1985 M:      shannon.nelson@intel.com
1986 L:      linux-kernel@vger.kernel.org
1987 S:      Supported
1989 INTEL IOP-ADMA DMA DRIVER
1990 P:      Dan Williams
1991 M:      dan.j.williams@intel.com
1992 L:      linux-kernel@vger.kernel.org
1993 S:      Supported
1995 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1996 P:      Deepak Saxena
1997 M:      dsaxena@plexity.net
1998 S:      Maintained
2000 INTEL IXP2000 ETHERNET DRIVER
2001 P:      Lennert Buytenhek
2002 M:      kernel@wantstofly.org
2003 L:      netdev@vger.kernel.org
2004 S:      Maintained
2006 INTEL PRO/100 ETHERNET SUPPORT
2007 P:      John Ronciak
2008 M:      john.ronciak@intel.com
2009 P:      Jesse Brandeburg
2010 M:      jesse.brandeburg@intel.com
2011 P:      Jeff Kirsher
2012 M:      jeffrey.t.kirsher@intel.com
2013 P:      Auke Kok
2014 M:      auke-jan.h.kok@intel.com
2015 L:      e1000-devel@lists.sourceforge.net
2016 W:      http://sourceforge.net/projects/e1000/
2017 S:      Supported
2019 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2020 P:      Jeb Cramer
2021 M:      cramerj@intel.com
2022 P:      John Ronciak
2023 M:      john.ronciak@intel.com
2024 P:      Jesse Brandeburg
2025 M:      jesse.brandeburg@intel.com
2026 P:      Jeff Kirsher
2027 M:      jeffrey.t.kirsher@intel.com
2028 P:      Auke Kok
2029 M:      auke-jan.h.kok@intel.com
2030 L:      e1000-devel@lists.sourceforge.net
2031 W:      http://sourceforge.net/projects/e1000/
2032 S:      Supported
2034 INTEL PRO/10GbE SUPPORT
2035 P:      Ayyappan Veeraiyan
2036 M:      ayyappan.veeraiyan@intel.com
2037 P:      Auke Kok
2038 M:      auke-jan.h.kok@intel.com
2039 P:      Jesse Brandeburg
2040 M:      jesse.brandeburg@intel.com
2041 P:      John Ronciak
2042 M:      john.ronciak@intel.com
2043 L:      e1000-devel@lists.sourceforge.net
2044 W:      http://sourceforge.net/projects/e1000/
2045 S:      Supported
2047 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2048 P:      Yi Zhu
2049 M:      yi.zhu@intel.com
2050 P:      James Ketrenos
2051 M:      jketreno@linux.intel.com
2052 L:      linux-wireless@vger.kernel.org
2053 L:      ipw2100-devel@lists.sourceforge.net
2054 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2055 W:      http://ipw2100.sourceforge.net
2056 S:      Supported
2058 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2059 P:      Yi Zhu
2060 M:      yi.zhu@intel.com
2061 P:      James Ketrenos
2062 M:      jketreno@linux.intel.com
2063 L:      linux-wireless@vger.kernel.org
2064 L:      ipw2100-devel@lists.sourceforge.net
2065 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2066 W:      http://ipw2200.sourceforge.net
2067 S:      Supported
2069 INTEL WIRELESS WIFI LINK (iwlwifi)
2070 P:      Zhu Yi
2071 M:      yi.zhu@intel.com
2072 L:      linux-wireless@vger.kernel.org
2073 L:      ipw3945-devel@lists.sourceforge.net
2074 W:      http://intellinuxwireless.org
2075 T:      git git://intellinuxwireless.org/repos/iwlwifi
2076 S:      Supported
2078 IOC3 ETHERNET DRIVER
2079 P:      Ralf Baechle
2080 M:      ralf@linux-mips.org
2081 L:      linux-mips@linux-mips.org
2082 S:      Maintained
2084 IOC3 SERIAL DRIVER
2085 P:      Pat Gefre
2086 M:      pfg@sgi.com
2087 L:      linux-kernel@linux-mips.org
2088 S:      Maintained
2090 IP MASQUERADING:
2091 P:      Juanjo Ciarlante
2092 M:      jjciarla@raiz.uncu.edu.ar
2093 S:      Maintained
2095 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2096 P:      Francois Romieu
2097 M:      romieu@fr.zoreil.com
2098 P:      Sorbica Shieh
2099 M:      sorbica@icplus.com.tw
2100 P:      Jesse Huang
2101 M:      jesse@icplus.com.tw
2102 L:      netdev@vger.kernel.org
2103 S:      Maintained
2105 IPATH DRIVER:
2106 P:      Arthur Jones
2107 M:      infinipath@qlogic.com
2108 L:      general@lists.openfabrics.org
2109 T:      git git://git.qlogic.com/ipath-linux-2.6
2110 S:      Supported
2112 IPMI SUBSYSTEM
2113 P:      Corey Minyard
2114 M:      minyard@acm.org
2115 L:      openipmi-developer@lists.sourceforge.net
2116 W:      http://openipmi.sourceforge.net/
2117 S:      Supported
2119 IPX NETWORK LAYER
2120 P:      Arnaldo Carvalho de Melo
2121 M:      acme@ghostprotocols.net
2122 L:      netdev@vger.kernel.org
2123 S:      Maintained
2125 IPWIRELESS_CS DRIVER
2126 P:      Jiri Kosina
2127 M:      jkosina@suse.cz
2128 P:      David Sterba
2129 M:      dsterba@suse.cz
2130 S:      Maintained
2131 T:      git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2133 IRDA SUBSYSTEM
2134 P:      Samuel Ortiz
2135 M:      samuel@sortiz.org
2136 L:      irda-users@lists.sourceforge.net (subscribers-only)
2137 W:      http://irda.sourceforge.net/
2138 S:      Maintained
2140 ISAPNP
2141 P:      Jaroslav Kysela
2142 M:      perex@perex.cz
2143 S:      Maintained
2145 ISDN SUBSYSTEM
2146 P:      Karsten Keil
2147 M:      kkeil@suse.de
2148 L:      isdn4linux@listserv.isdn4linux.de
2149 W:      http://www.isdn4linux.de
2150 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2151 S:      Maintained
2153 ISDN SUBSYSTEM (Eicon active card driver)
2154 P:      Armin Schindler
2155 M:      mac@melware.de
2156 L:      isdn4linux@listserv.isdn4linux.de
2157 W:      http://www.melware.de
2158 S:      Maintained
2160 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2161 P:      David Woodhouse
2162 M:      dwmw2@infradead.org
2163 L:      linux-mtd@lists.infradead.org
2164 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
2165 S:      Maintained
2167 JFS FILESYSTEM
2168 P:      Dave Kleikamp
2169 M:      shaggy@austin.ibm.com
2170 L:      jfs-discussion@lists.sourceforge.net
2171 W:      http://jfs.sourceforge.net/
2172 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2173 S:      Supported
2175 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2176 P:      Stephen Tweedie, Andrew Morton
2177 M:      sct@redhat.com, akpm@linux-foundation.org
2178 L:      linux-ext4@vger.kernel.org
2179 S:      Maintained
2181 K8TEMP HARDWARE MONITORING DRIVER
2182 P:      Rudolf Marek
2183 M:      r.marek@assembler.cz
2184 L:      lm-sensors@lm-sensors.org
2185 S:      Maintained
2187 KCONFIG
2188 P:      Roman Zippel
2189 M:      zippel@linux-m68k.org
2190 L:      linux-kbuild@vger.kernel.org
2191 S:      Maintained
2193 KDUMP
2194 P:      Vivek Goyal
2195 M:      vgoyal@in.ibm.com
2196 P:      Haren Myneni
2197 M:      hbabu@us.ibm.com
2198 L:      kexec@lists.infradead.org
2199 L:      linux-kernel@vger.kernel.org
2200 W:      http://lse.sourceforge.net/kdump/
2201 S:      Maintained
2203 KERNEL AUTOMOUNTER (AUTOFS)
2204 P:      H. Peter Anvin
2205 M:      hpa@zytor.com
2206 L:      autofs@linux.kernel.org
2207 S:      Odd Fixes
2209 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2210 P:      Ian Kent
2211 M:      raven@themaw.net
2212 L:      autofs@linux.kernel.org
2213 S:      Maintained
2215 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2216 P:      Sam Ravnborg
2217 M:      sam@ravnborg.org
2218 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
2219 L:      linux-kbuild@vger.kernel.org
2220 S:      Maintained
2222 KERNEL JANITORS
2223 P:      Several
2224 L:      kernel-janitors@vger.kernel.org
2225 W:      http://www.kerneljanitors.org/
2226 S:      Maintained
2228 KERNEL NFSD
2229 P:      J. Bruce Fields
2230 M:      bfields@fieldses.org
2231 P:      Neil Brown
2232 M:      neilb@suse.de
2233 L:      nfs@lists.sourceforge.net
2234 W:      http://nfs.sourceforge.net/
2235 S:      Supported
2237 KERNEL VIRTUAL MACHINE (KVM)
2238 P:      Avi Kivity
2239 M:      avi@qumranet.com
2240 L:      kvm-devel@lists.sourceforge.net
2241 W:      kvm.sourceforge.net
2242 S:      Supported
2244 KEXEC
2245 P:      Eric Biederman
2246 M:      ebiederm@xmission.com
2247 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2248 L:      linux-kernel@vger.kernel.org
2249 L:      kexec@lists.infradead.org
2250 S:      Maintained
2252 KPROBES
2253 P:      Prasanna S Panchamukhi
2254 M:      prasanna@in.ibm.com
2255 P:      Ananth N Mavinakayanahalli
2256 M:      ananth@in.ibm.com
2257 P:      Anil S Keshavamurthy
2258 M:      anil.s.keshavamurthy@intel.com
2259 P:      David S. Miller
2260 M:      davem@davemloft.net
2261 L:      linux-kernel@vger.kernel.org
2262 S:      Maintained
2264 KS0108 LCD CONTROLLER DRIVER
2265 P:      Miguel Ojeda Sandonis
2266 M:      maxextreme@gmail.com
2267 L:      linux-kernel@vger.kernel.org
2268 W:      http://auxdisplay.googlepages.com/
2269 S:      Maintained
2271 LAPB module
2272 L:      linux-x25@vger.kernel.org
2273 S:      Orphan
2275 LASI 53c700 driver for PARISC
2276 P:      James E.J. Bottomley
2277 M:      James.Bottomley@HansenPartnership.com
2278 L:      linux-scsi@vger.kernel.org
2279 S:      Maintained
2281 LED SUBSYSTEM
2282 P:      Richard Purdie
2283 M:      rpurdie@rpsys.net
2284 S:      Maintained
2286 LEGO USB Tower driver
2287 P:      Juergen Stuber
2288 M:      starblue@users.sourceforge.net
2289 L:      legousb-devel@lists.sourceforge.net
2290 W:      http://legousb.sourceforge.net/
2291 S:      Maintained
2293 LGUEST
2294 P:      Rusty Russell
2295 M:      rusty@rustcorp.com.au
2296 L:      lguest@ozlabs.org
2297 W:      http://lguest.ozlabs.org/
2298 S:      Maintained
2300 LINUX FOR IBM pSERIES (RS/6000)
2301 P:      Paul Mackerras
2302 M:      paulus@au.ibm.com
2303 W:      http://www.ibm.com/linux/ltc/projects/ppc
2304 S:      Supported
2306 LINUX FOR NCR VOYAGER
2307 P:      James Bottomley
2308 M:      James.Bottomley@HansenPartnership.com
2309 W:      http://www.hansenpartnership.com/voyager
2310 S:      Maintained
2312 LINUX FOR POWERPC
2313 P:      Paul Mackerras
2314 M:      paulus@samba.org
2315 W:      http://www.penguinppc.org/
2316 L:      linuxppc-dev@ozlabs.org
2317 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2318 S:      Supported
2320 LINUX FOR POWER MACINTOSH
2321 P:      Benjamin Herrenschmidt
2322 M:      benh@kernel.crashing.org
2323 W:      http://www.penguinppc.org/
2324 L:      linuxppc-dev@ozlabs.org
2325 S:      Maintained
2327 LINUX FOR POWERPC EMBEDDED MPC52XX
2328 P:      Sylvain Munaut
2329 M:      tnt@246tNt.com
2330 P:      Grant Likely
2331 M:      grant.likely@secretlab.ca
2332 W:      http://www.246tNt.com/mpc52xx/
2333 W:      http://www.penguinppc.org/
2334 L:      linuxppc-dev@ozlabs.org
2335 S:      Maintained
2337 LINUX FOR POWERPC EMBEDDED PPC4XX
2338 P:      Josh Boyer
2339 M:      jwboyer@linux.vnet.ibm.com
2340 P:      Matt Porter
2341 M:      mporter@kernel.crashing.org
2342 W:      http://www.penguinppc.org/
2343 L:      linuxppc-dev@ozlabs.org
2344 T:      git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
2345 S:      Maintained
2347 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2348 P:      Grant Likely
2349 M:      grant.likely@secretlab.ca
2350 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
2351 L:      linuxppc-dev@ozlabs.org
2352 S:      Maintained
2354 LINUX FOR POWERPC BOOT CODE
2355 P:      Tom Rini
2356 M:      trini@kernel.crashing.org
2357 W:      http://www.penguinppc.org/
2358 L:      linuxppc-dev@ozlabs.org
2359 S:      Maintained
2361 LINUX FOR POWERPC EMBEDDED PPC8XX
2362 P:      Vitaly Bordug
2363 M:      vitb@kernel.crashing.org
2364 P:      Marcelo Tosatti
2365 M:      marcelo@kvack.org
2366 W:      http://www.penguinppc.org/
2367 L:      linuxppc-dev@ozlabs.org
2368 S:      Maintained
2370 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2371 P:      Kumar Gala
2372 M:      galak@kernel.crashing.org
2373 W:      http://www.penguinppc.org/
2374 L:      linuxppc-dev@ozlabs.org
2375 S:      Maintained
2377 LINUX FOR POWERPC PA SEMI PWRFICIENT
2378 P:      Olof Johansson
2379 M:      olof@lixom.net
2380 W:      http://www.pasemi.com/
2381 L:      linuxppc-dev@ozlabs.org
2382 S:      Supported
2384 LLC (802.2)
2385 P:      Arnaldo Carvalho de Melo
2386 M:      acme@ghostprotocols.net
2387 S:      Maintained
2389 LINUX FOR 64BIT POWERPC
2390 P:      Paul Mackerras
2391 M:      paulus@samba.org
2392 M:      paulus@au.ibm.com
2393 P:      Anton Blanchard
2394 M:      anton@samba.org
2395 M:      anton@au.ibm.com
2396 W:      http://www.penguinppc.org/ppc64/
2397 L:      linuxppc-dev@ozlabs.org
2398 S:      Supported
2400 LINUX SECURITY MODULE (LSM) FRAMEWORK
2401 P:      Chris Wright
2402 M:      chrisw@sous-sol.org
2403 L:      linux-security-module@vger.kernel.org
2404 W:      http://lsm.immunix.org
2405 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2406 S:      Supported
2408 LM83 HARDWARE MONITOR DRIVER
2409 P:      Jean Delvare
2410 M:      khali@linux-fr.org
2411 L:      lm-sensors@lm-sensors.org
2412 S:      Maintained
2414 LM90 HARDWARE MONITOR DRIVER
2415 P:      Jean Delvare
2416 M:      khali@linux-fr.org
2417 L:      lm-sensors@lm-sensors.org
2418 S:      Maintained
2420 LOCKDEP AND LOCKSTAT
2421 P:      Peter Zijlstra
2422 M:      peterz@infradead.org
2423 P:      Ingo Molnar
2424 M:      mingo@redhat.com
2425 L:      linux-kernel@vger.kernel.org
2426 T:      git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2427 S:      Maintained
2429 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2430 P:      Richard Russon (FlatCap)
2431 M:      ldm@flatcap.org
2432 L:      linux-ntfs-dev@lists.sourceforge.net
2433 W:      http://www.linux-ntfs.org/content/view/19/37/
2434 S:      Maintained
2436 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2437 P:      Eric Moore
2438 M:      Eric.Moore@lsi.com
2439 M:      support@lsi.com
2440 L:      DL-MPTFusionLinux@lsi.com
2441 L:      linux-scsi@vger.kernel.org
2442 W:      http://www.lsilogic.com/support
2443 S:      Supported
2445 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2446 P:      Matthew Wilcox
2447 M:      matthew@wil.cx
2448 L:      linux-scsi@vger.kernel.org
2449 S:      Maintained
2451 M32R ARCHITECTURE
2452 P:      Hirokazu Takata
2453 M:      takata@linux-m32r.org
2454 L:      linux-m32r@ml.linux-m32r.org
2455 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2456 W:      http://www.linux-m32r.org/
2457 S:      Maintained
2459 M68K ARCHITECTURE
2460 P:      Geert Uytterhoeven
2461 M:      geert@linux-m68k.org
2462 P:      Roman Zippel
2463 M:      zippel@linux-m68k.org
2464 L:      linux-m68k@lists.linux-m68k.org
2465 W:      http://www.linux-m68k.org/
2466 W:      http://linux-m68k-cvs.ubb.ca/
2467 S:      Maintained
2469 M68K ON APPLE MACINTOSH
2470 P:      Joshua Thompson
2471 M:      funaho@jurai.org
2472 W:      http://www.mac.linux-m68k.org/
2473 L:      linux-mac68k@mac.linux-m68k.org
2474 S:      Maintained
2476 M68K ON HP9000/300
2477 P:      Philip Blundell
2478 M:      philb@gnu.org
2479 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2480 S:      Maintained
2482 MAC80211
2483 P:      Michael Wu
2484 M:      flamingice@sourmilk.net
2485 P:      Johannes Berg
2486 M:      johannes@sipsolutions.net
2487 P:      Jiri Benc
2488 M:      jbenc@suse.cz
2489 L:      linux-wireless@vger.kernel.org
2490 W:      http://linuxwireless.org/
2491 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2492 S:      Maintained
2494 MACVLAN DRIVER
2495 P:      Patrick McHardy
2496 M:      kaber@trash.net
2497 L:      netdev@vger.kernel.org
2498 S:      Maintained
2500 MARVELL YUKON / SYSKONNECT DRIVER
2501 P:      Mirko Lindner
2502 M:      mlindner@syskonnect.de
2503 P:      Ralph Roesler
2504 M:      rroesler@syskonnect.de
2505 W:      http://www.syskonnect.com
2506 S:      Supported
2508 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2509 P:      Michael Kerrisk
2510 M:      mtk.manpages@gmail.com
2511 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2512 S:      Maintained
2514 MARVELL MV643XX ETHERNET DRIVER
2515 P:      Dale Farnsworth
2516 M:      dale@farnsworth.org
2517 P:      Manish Lachwani
2518 M:      mlachwani@mvista.com
2519 L:      netdev@vger.kernel.org
2520 S:      Odd Fixes for 2.4; Maintained for 2.6.
2522 MATROX FRAMEBUFFER DRIVER
2523 P:      Petr Vandrovec
2524 M:      vandrove@vc.cvut.cz
2525 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2526 S:      Maintained
2528 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2529 P:      Hans J. Koch
2530 M:      hjk@linutronix.de
2531 L:      lm-sensors@lm-sensors.org
2532 S:      Maintained
2534 MEGARAID SCSI DRIVERS
2535 P:      Neela Syam Kolli
2536 M:      megaraidlinux@lsi.com
2537 S:      linux-scsi@vger.kernel.org
2538 W:      http://megaraid.lsilogic.com
2539 S:      Maintained
2541 MEMORY MANAGEMENT
2542 L:      linux-mm@kvack.org
2543 L:      linux-kernel@vger.kernel.org
2544 W:      http://www.linux-mm.org
2545 S:      Maintained
2547 MEMORY TECHNOLOGY DEVICES (MTD)
2548 P:      David Woodhouse
2549 M:      dwmw2@infradead.org
2550 W:      http://www.linux-mtd.infradead.org/
2551 L:      linux-mtd@lists.infradead.org
2552 T:      git git://git.infradead.org/mtd-2.6.git
2553 S:      Maintained
2555 UNSORTED BLOCK IMAGES (UBI)
2556 P:      Artem Bityutskiy
2557 M:      dedekind@infradead.org
2558 W:      http://www.linux-mtd.infradead.org/
2559 L:      linux-mtd@lists.infradead.org
2560 T:      git git://git.infradead.org/~dedekind/ubi-2.6.git
2561 S:      Maintained
2563 MICROTEK X6 SCANNER
2564 P:      Oliver Neukum
2565 M:      oliver@neukum.name
2566 S:      Maintained
2568 MIPS
2569 P:      Ralf Baechle
2570 M:      ralf@linux-mips.org
2571 W:      http://www.linux-mips.org/
2572 L:      linux-mips@linux-mips.org
2573 T:      git www.linux-mips.org:/pub/scm/linux.git
2574 S:      Supported
2576 MISCELLANEOUS MCA-SUPPORT
2577 P:      James Bottomley
2578 M:      James.Bottomley@HansenPartnership.com
2579 L:      linux-kernel@vger.kernel.org
2580 S:      Maintained
2582 MODULE SUPPORT
2583 P:      Rusty Russell
2584 M:      rusty@rustcorp.com.au
2585 L:      linux-kernel@vger.kernel.org
2586 S:      Maintained
2588 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2589 P:      Stelian Pop
2590 M:      stelian@popies.net
2591 W:      http://popies.net/meye/
2592 S:      Maintained
2594 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2595 P:      Pavel Pisa
2596 M:      ppisa@pikron.com
2597 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2598 W:      http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2599 S:      Maintained
2601 MOUSE AND MISC DEVICES [GENERAL]
2602 P:      Alessandro Rubini
2603 M:      rubini@ipvvis.unipv.it
2604 L:      linux-kernel@vger.kernel.org
2605 S:      Maintained
2607 MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2608 P:      Jiri Slaby
2609 M:      jirislaby@gmail.com
2610 L:      linux-kernel@vger.kernel.org
2611 S:      Maintained
2613 MSI LAPTOP SUPPORT
2614 P:      Lennart Poettering
2615 M:      mzxreary@0pointer.de
2616 L:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2617 W:      http://0pointer.de/lennart/tchibo.html
2618 S:      Maintained
2620 MTRR AND SIMILAR SUPPORT [i386]
2621 P:      Richard Gooch
2622 M:      rgooch@atnf.csiro.au
2623 L:      linux-kernel@vger.kernel.org
2624 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2625 S:      Maintained
2627 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2628 P:      Pierre Ossman
2629 M:      drzeus-mmc@drzeus.cx
2630 L:      linux-kernel@vger.kernel.org
2631 S:      Maintained
2633 MULTIMEDIA CARD (MMC) ETC. OVER SPI
2634 P:      David Brownell
2635 M:      dbrownell@users.sourceforge.net
2636 L:      linux-kernel@vger.kernel.org
2637 S:      Odd fixes
2639 MULTISOUND SOUND DRIVER
2640 P:      Andrew Veliath
2641 M:      andrewtv@usa.net
2642 S:      Maintained
2644 MULTITECH MULTIPORT CARD (ISICOM)
2645 P:      Jiri Slaby
2646 M:      jirislaby@gmail.com
2647 L:      linux-kernel@vger.kernel.org
2648 S:      Maintained
2650 NATSEMI ETHERNET DRIVER (DP8381x)
2651 P:      Tim Hockin
2652 M:      thockin@hockin.org
2653 S:      Maintained
2655 NCP FILESYSTEM
2656 P:      Petr Vandrovec
2657 M:      vandrove@vc.cvut.cz
2658 L:      linware@sh.cvut.cz
2659 S:      Maintained
2661 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2662 P:      James E.J. Bottomley
2663 M:      James.Bottomley@HansenPartnership.com
2664 L:      linux-scsi@vger.kernel.org
2665 S:      Maintained
2667 NETEM NETWORK EMULATOR
2668 P:      Stephen Hemminger
2669 M:      shemminger@linux-foundation.org
2670 L:      netem@lists.linux-foundation.org
2671 S:      Maintained
2673 NETERION (S2IO) Xframe 10GbE DRIVER
2674 P:      Ramkrishna Vepa
2675 M:      ram.vepa@neterion.com
2676 P:      Rastapur Santosh
2677 M:      santosh.rastapur@neterion.com
2678 P:      Sivakumar Subramani
2679 M:      sivakumar.subramani@neterion.com
2680 P:      Sreenivasa Honnur
2681 M:      sreenivasa.honnur@neterion.com
2682 L:      netdev@vger.kernel.org
2683 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2684 S:      Supported
2686 NETFILTER/IPTABLES/IPCHAINS
2687 P:      Rusty Russell
2688 P:      Marc Boucher
2689 P:      James Morris
2690 P:      Harald Welte
2691 P:      Jozsef Kadlecsik
2692 P:      Patrick McHardy
2693 M:      kaber@trash.net
2694 L:      netfilter-devel@vger.kernel.org
2695 L:      netfilter@vger.kernel.org
2696 L:      coreteam@netfilter.org
2697 W:      http://www.netfilter.org/
2698 W:      http://www.iptables.org/
2699 S:      Supported
2701 NETLABEL
2702 P:      Paul Moore
2703 M:      paul.moore@hp.com
2704 W:      http://netlabel.sf.net
2705 L:      netdev@vger.kernel.org
2706 S:      Supported
2708 NETROM NETWORK LAYER
2709 P:      Ralf Baechle
2710 M:      ralf@linux-mips.org
2711 L:      linux-hams@vger.kernel.org
2712 W:      http://www.linux-ax25.org/
2713 S:      Maintained
2715 NETWORK BLOCK DEVICE (NBD)
2716 P:      Paul Clements
2717 M:      Paul.Clements@steeleye.com
2718 S:      Maintained
2720 NETWORK DEVICE DRIVERS
2721 P:      Jeff Garzik
2722 M:      jgarzik@pobox.com
2723 L:      netdev@vger.kernel.org
2724 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2725 S:      Maintained
2727 NETWORKING [GENERAL]
2728 P:      Networking Team
2729 M:      netdev@vger.kernel.org
2730 L:      netdev@vger.kernel.org
2731 W:      http://linux-net.osdl.org/
2732 S:      Maintained
2734 NETWORKING [IPv4/IPv6]
2735 P:      David S. Miller
2736 M:      davem@davemloft.net
2737 P:      Alexey Kuznetsov
2738 M:      kuznet@ms2.inr.ac.ru
2739 P:      Pekka Savola (ipv6)
2740 M:      pekkas@netcore.fi
2741 P:      James Morris
2742 M:      jmorris@namei.org
2743 P:      Hideaki YOSHIFUJI
2744 M:      yoshfuji@linux-ipv6.org
2745 P:      Patrick McHardy
2746 M:      kaber@trash.net
2747 L:      netdev@vger.kernel.org
2748 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2749 S:      Maintained
2751 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2752 P:      Paul Moore
2753 M:      paul.moore@hp.com
2754 L:      netdev@vger.kernel.org
2755 S:      Maintained
2757 NETWORKING [WIRELESS]
2758 P:      John W. Linville
2759 M:      linville@tuxdriver.com
2760 L:      linux-wireless@vger.kernel.org
2761 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2762 S:      Maintained
2764 NETXEN (1/10) GbE SUPPORT
2765 P:      Amit S. Kale
2766 M:      amitkale@netxen.com
2767 L:      netdev@vger.kernel.org
2768 W:      http://www.netxen.com
2769 S:      Supported
2771 IPVS
2772 P:      Wensong Zhang
2773 M:      wensong@linux-vs.org
2774 P:      Simon Horman
2775 M:      horms@verge.net.au
2776 P:      Julian Anastasov
2777 M:      ja@ssi.bg
2778 L:      netdev@vger.kernel.org
2779 S:      Maintained
2781 NFS CLIENT
2782 P:      Trond Myklebust
2783 M:      trond.myklebust@fys.uio.no
2784 L:      linux-kernel@vger.kernel.org
2785 S:      Maintained
2787 NI5010 NETWORK DRIVER
2788 P:      Jan-Pascal van Best
2789 M:      janpascal@vanbest.org
2790 P:      Andreas Mohr
2791 M:      andi@lisas.de
2792 L:      netdev@vger.kernel.org
2793 S:      Maintained
2795 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2796 P:      YOKOTA Hiroshi
2797 M:      yokota@netlab.is.tsukuba.ac.jp
2798 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2799 S:      Maintained
2801 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2802 P:      GOTO Masanori
2803 M:      gotom@debian.or.jp
2804 P:      YOKOTA Hiroshi
2805 M:      yokota@netlab.is.tsukuba.ac.jp
2806 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2807 S:      Maintained
2809 NTFS FILESYSTEM
2810 P:      Anton Altaparmakov
2811 M:      aia21@cantab.net
2812 L:      linux-ntfs-dev@lists.sourceforge.net
2813 L:      linux-kernel@vger.kernel.org
2814 W:      http://linux-ntfs.sf.net/
2815 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2816 S:      Maintained
2818 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2819 P:      Antonino Daplas
2820 M:      adaplas@gmail.com
2821 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2822 S:      Maintained
2824 OPENCORES I2C BUS DRIVER
2825 P:      Peter Korsgaard
2826 M:      jacmet@sunsite.dk
2827 L:      i2c@lm-sensors.org
2828 S:      Maintained
2830 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2831 P:      Mark Fasheh
2832 M:      mark.fasheh@oracle.com
2833 P:      Kurt Hackel
2834 M:      kurt.hackel@oracle.com
2835 L:      ocfs2-devel@oss.oracle.com
2836 W:      http://oss.oracle.com/projects/ocfs2/
2837 S:      Supported
2839 OLYMPIC NETWORK DRIVER
2840 P:      Peter De Shrijver
2841 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2842 P:      Mike Phillips
2843 M:      mikep@linuxtr.net
2844 L:      netdev@vger.kernel.org
2845 L:      linux-tr@linuxtr.net
2846 W:      http://www.linuxtr.net
2847 S:      Maintained
2849 OMNIKEY CARDMAN 4000 DRIVER
2850 P:      Harald Welte
2851 M:      laforge@gnumonks.org
2852 S:      Maintained
2854 OMNIKEY CARDMAN 4040 DRIVER
2855 P:      Harald Welte
2856 M:      laforge@gnumonks.org
2857 S:      Maintained
2859 OMNIVISION OV7670 SENSOR DRIVER
2860 P:      Jonathan Corbet
2861 M:      corbet@lwn.net
2862 L:      video4linux-list@redhat.com
2863 S:      Maintained
2865 ONENAND FLASH DRIVER
2866 P:      Kyungmin Park
2867 M:      kyungmin.park@samsung.com
2868 L:      linux-mtd@lists.infradead.org
2869 S:      Maintained
2871 ONSTREAM SCSI TAPE DRIVER
2872 P:      Willem Riede
2873 M:      osst@riede.org
2874 L:      osst-users@lists.sourceforge.net
2875 L:      linux-scsi@vger.kernel.org
2876 S:      Maintained
2878 OPROFILE
2879 P:      Philippe Elie
2880 M:      phil.el@wanadoo.fr
2881 L:      oprofile-list@lists.sf.net
2882 S:      Maintained
2884 ORINOCO DRIVER
2885 P:      Pavel Roskin
2886 M:      proski@gnu.org
2887 P:      David Gibson
2888 M:      hermes@gibson.dropbear.id.au
2889 L:      linux-wireless@vger.kernel.org
2890 L:      orinoco-users@lists.sourceforge.net
2891 L:      orinoco-devel@lists.sourceforge.net
2892 W:      http://www.nongnu.org/orinoco/
2893 S:      Maintained
2895 PA SEMI ETHERNET DRIVER
2896 P:      Olof Johansson
2897 M:      olof@lixom.net
2898 L:      netdev@vger.kernel.org
2899 S:      Maintained
2901 PA SEMI SMBUS DRIVER
2902 P:      Olof Johansson
2903 M:      olof@lixom.net
2904 L:      i2c@lm-sensors.org
2905 S:      Maintained
2907 PARALLEL PORT SUPPORT
2908 L:      linux-parport@lists.infradead.org (subscribers-only)
2909 S:      Orphan
2911 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2912 P:      Tim Waugh
2913 M:      tim@cyberelk.net
2914 L:      linux-parport@lists.infradead.org (subscribers-only)
2915 W:      http://www.torque.net/linux-pp.html
2916 S:      Maintained
2918 PARISC ARCHITECTURE
2919 P:      Matthew Wilcox
2920 M:      matthew@wil.cx
2921 P:      Grant Grundler
2922 M:      grundler@parisc-linux.org
2923 P:      Kyle McMartin
2924 M:      kyle@parisc-linux.org
2925 L:      parisc-linux@parisc-linux.org
2926 W:      http://www.parisc-linux.org/
2927 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2928 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2929 S:      Maintained
2931 PARAVIRT_OPS INTERFACE
2932 P:      Jeremy Fitzhardinge
2933 M:      jeremy@xensource.com
2934 P:      Chris Wright
2935 M:      chrisw@sous-sol.org
2936 P:      Zachary Amsden
2937 M:      zach@vmware.com
2938 P:      Rusty Russell
2939 M:      rusty@rustcorp.com.au
2940 L:      virtualization@lists.osdl.org
2941 L:      linux-kernel@vger.kernel.org
2942 S:      Supported
2944 PC87360 HARDWARE MONITORING DRIVER
2945 P:      Jim Cromie
2946 M:      jim.cromie@gmail.com
2947 L:      lm-sensors@lm-sensors.org
2948 S:      Maintained
2950 PC8736x GPIO DRIVER
2951 P:      Jim Cromie
2952 M:      jim.cromie@gmail.com
2953 S:      Maintained
2955 PCI ERROR RECOVERY
2956 P:      Linas Vepstas
2957 M:      linas@austin.ibm.com
2958 L:      linux-kernel@vger.kernel.org
2959 L:      linux-pci@atrey.karlin.mff.cuni.cz
2960 S:      Supported
2962 PCI SUBSYSTEM
2963 P:      Greg Kroah-Hartman
2964 M:      gregkh@suse.de
2965 L:      linux-kernel@vger.kernel.org
2966 L:      linux-pci@atrey.karlin.mff.cuni.cz
2967 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2968 S:      Supported
2970 PCI HOTPLUG CORE
2971 P:      Kristen Carlson Accardi
2972 M:      kristen.c.accardi@intel.com
2973 S:      Supported
2975 PCIE HOTPLUG DRIVER
2976 P:      Kristen Carlson Accardi
2977 M:      kristen.c.accardi@intel.com
2978 L:      pcihpd-discuss@lists.sourceforge.net
2979 S:      Supported
2981 PCMCIA SUBSYSTEM
2982 P:      Linux PCMCIA Team
2983 L:      linux-pcmcia@lists.infradead.org
2984 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2985 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2986 S:      Maintained
2988 PCNET32 NETWORK DRIVER
2989 P:      Don Fry
2990 M:      pcnet32@verizon.net
2991 L:      netdev@vger.kernel.org
2992 S:      Maintained
2994 PER-TASK DELAY ACCOUNTING
2995 P:      Shailabh Nagar
2996 M:      nagar@watson.ibm.com
2997 L:      linux-kernel@vger.kernel.org
2998 S:      Maintained
3000 PERSONALITY HANDLING
3001 P:      Christoph Hellwig
3002 M:      hch@infradead.org
3003 L:      linux-abi-devel@lists.sourceforge.net
3004 S:      Maintained
3006 PHRAM MTD DRIVER
3007 P:      Jörn Engel
3008 M:      joern@wh.fh-wedel.de
3009 L:      linux-mtd@lists.infradead.org
3010 S:      Maintained
3012 PKTCDVD DRIVER
3013 P:      Peter Osterlund
3014 M:      petero2@telia.com
3015 L:      linux-kernel@vger.kernel.org
3016 S:      Maintained
3018 POSIX CLOCKS and TIMERS
3019 P:      Thomas Gleixner
3020 M:      tglx@linutronix.de
3021 L:      linux-kernel@vger.kernel.org
3022 S:      Supported
3024 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3025 P:      Anton Vorontsov
3026 M:      cbou@mail.ru
3027 P:      David Woodhouse
3028 M:      dwmw2@infradead.org
3029 L:      linux-kernel@vger.kernel.org
3030 L:      kernel-discuss@handhelds.org
3031 T:      git git.infradead.org/battery-2.6.git
3032 S:      Maintained
3034 POWERPC 4xx EMAC DRIVER
3035 P:      Eugene Surovegin
3036 M:      ebs@ebshome.net
3037 W:      http://kernel.ebshome.net/emac/
3038 L:      linuxppc-dev@ozlabs.org
3039 L:      netdev@vger.kernel.org
3040 S:      Maintained
3042 PNP SUPPORT
3043 P:      Adam Belay
3044 M:      ambx1@neo.rr.com
3045 S:      Maintained
3047 PNXxxxx I2C DRIVER
3048 P:      Vitaly Wool
3049 M:      vitalywool@gmail.com
3050 L:      i2c@lm-sensors.org
3051 S:      Maintained
3053 PPP PROTOCOL DRIVERS AND COMPRESSORS
3054 P:      Paul Mackerras
3055 M:      paulus@samba.org
3056 L:      linux-ppp@vger.kernel.org
3057 S:      Maintained
3059 PPP OVER ATM (RFC 2364)
3060 P:      Mitchell Blank Jr
3061 M:      mitch@sfgoth.com
3062 S:      Maintained
3064 PPP OVER ETHERNET
3065 P:      Michal Ostrowski
3066 M:      mostrows@speakeasy.net
3067 S:      Maintained
3069 PPP OVER L2TP
3070 P:      James Chapman
3071 M:      jchapman@katalix.com
3072 S:      Maintained
3074 PREEMPTIBLE KERNEL
3075 P:      Robert Love
3076 M:      rml@tech9.net
3077 L:      linux-kernel@vger.kernel.org
3078 L:      kpreempt-tech@lists.sourceforge.net
3079 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3080 S:      Supported
3082 P54 WIRELESS DRIVER
3083 P:      Michael Wu
3084 M:      flamingice@sourmilk.net
3085 L:      linux-wireless@vger.kernel.org
3086 W:      http://prism54.org
3087 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3088 S:      Maintained
3090 PRISM54 WIRELESS DRIVER
3091 P:      Luis R. Rodriguez
3092 M:      mcgrof@gmail.com
3093 L:      linux-wireless@vger.kernel.org
3094 W:      http://prism54.org
3095 S:      Maintained
3097 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3098 P:      Peter Denison
3099 M:      promise@pnd-pc.demon.co.uk
3100 W:      http://www.pnd-pc.demon.co.uk/promise/
3101 S:      Maintained
3103 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3104 P:      Mikael Pettersson
3105 M:      mikpe@it.uu.se
3106 L:      linux-ide@vger.kernel.org
3107 S:      Maintained
3109 PS3 NETWORK SUPPORT
3110 P:      Masakazu Mokuno
3111 M:      mokuno@sm.sony.co.jp
3112 L:      netdev@vger.kernel.org
3113 L:      cbe-oss-dev@ozlabs.org
3114 S:      Supported
3116 PS3 PLATFORM SUPPORT
3117 P:      Geoff Levand
3118 M:      geoffrey.levand@am.sony.com
3119 L:      linuxppc-dev@ozlabs.org
3120 L:      cbe-oss-dev@ozlabs.org
3121 S:      Supported
3123 PVRUSB2 VIDEO4LINUX DRIVER
3124 P:      Mike Isely
3125 M:      isely@pobox.com
3126 L:      pvrusb2@isely.net       (subscribers-only)
3127 L:      video4linux-list@redhat.com
3128 W:      http://www.isely.net/pvrusb2/
3129 S:      Maintained
3131 PXA2xx SUPPORT
3132 P:      Nicolas Pitre
3133 M:      nico@cam.org
3134 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3135 S:      Maintained
3137 PXA MMCI DRIVER
3138 S:      Orphan
3140 QLOGIC QLA2XXX FC-SCSI DRIVER
3141 P:      Andrew Vasquez
3142 M:      linux-driver@qlogic.com
3143 L:      linux-scsi@vger.kernel.org
3144 S:      Supported
3146 QLOGIC QLA3XXX NETWORK DRIVER
3147 P:      Ron Mercer
3148 M:      linux-driver@qlogic.com
3149 L:      netdev@vger.kernel.org
3150 S:      Supported
3152 QNX4 FILESYSTEM
3153 P:      Anders Larsen
3154 M:      al@alarsen.net
3155 L:      linux-kernel@vger.kernel.org
3156 W:      http://www.alarsen.net/linux/qnx4fs/
3157 S:      Maintained
3159 RADEON FRAMEBUFFER DISPLAY DRIVER
3160 P:      Benjamin Herrenschmidt
3161 M:      benh@kernel.crashing.org
3162 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3163 S:      Maintained
3165 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3166 P:      Paul Mackerras
3167 M:      paulus@samba.org
3168 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3169 S:      Maintained
3171 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3172 P:      Corey Thomas
3173 M:      corey@world.std.com
3174 L:      linux-wireless@vger.kernel.org
3175 S:      Maintained
3177 RALINK RT2X00 WLAN DRIVER
3178 P:      rt2x00 project
3179 L:      linux-wireless@vger.kernel.org
3180 L:      rt2400-devel@lists.sourceforge.net
3181 W:      http://rt2x00.serialmonkey.com/
3182 S:      Maintained
3183 F:      drivers/net/wireless/rt2x00/
3185 RANDOM NUMBER DRIVER
3186 P:      Matt Mackall
3187 M:      mpm@selenic.com
3188 S:      Maintained
3190 RAPIDIO SUBSYSTEM
3191 P:      Matt Porter
3192 M:      mporter@kernel.crashing.org
3193 L:      linux-kernel@vger.kernel.org
3194 S:      Maintained
3196 READ-COPY UPDATE (RCU)
3197 P:      Dipankar Sarma
3198 M:      dipankar@in.ibm.com
3199 W:      http://www.rdrop.com/users/paulmck/rclock/
3200 L:      linux-kernel@vger.kernel.org
3201 S:      Supported
3203 RCUTORTURE MODULE
3204 P:      Josh Triplett
3205 M:      josh@freedesktop.org
3206 L:      linux-kernel@vger.kernel.org
3207 S:      Maintained
3209 REAL TIME CLOCK DRIVER
3210 P:      Paul Gortmaker
3211 M:      p_gortmaker@yahoo.com
3212 L:      linux-kernel@vger.kernel.org
3213 S:      Maintained
3215 REAL TIME CLOCK (RTC) SUBSYSTEM
3216 P:      Alessandro Zummo
3217 M:      a.zummo@towertech.it
3218 L:      rtc-linux@googlegroups.com
3219 S:      Maintained
3221 REISERFS FILE SYSTEM
3222 P:      Hans Reiser
3223 M:      reiserfs-dev@namesys.com
3224 L:      reiserfs-devel@vger.kernel.org
3225 W:      http://www.namesys.com
3226 S:      Supported
3228 ROCKETPORT DRIVER
3229 P:      Comtrol Corp.
3230 W:      http://www.comtrol.com
3231 S:      Maintained
3233 ROSE NETWORK LAYER
3234 P:      Ralf Baechle
3235 M:      ralf@linux-mips.org
3236 L:      linux-hams@vger.kernel.org
3237 W:      http://www.linux-ax25.org/
3238 S:      Maintained
3240 RISCOM8 DRIVER
3241 S:      Orphan
3243 RTL818X WIRELESS DRIVER
3244 P:      Michael Wu
3245 M:      flamingice@sourmilk.net
3246 P:      Andrea Merello
3247 M:      andreamrl@tiscali.it
3248 L:      linux-wireless@vger.kernel.org
3249 W:      http://linuxwireless.org/
3250 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3251 S:      Maintained
3253 S3 SAVAGE FRAMEBUFFER DRIVER
3254 P:      Antonino Daplas
3255 M:      adaplas@gmail.com
3256 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3257 S:      Maintained
3259 S390
3260 P:      Martin Schwidefsky
3261 M:      schwidefsky@de.ibm.com
3262 P:      Heiko Carstens
3263 M:      heiko.carstens@de.ibm.com
3264 M:      linux390@de.ibm.com
3265 L:      linux-s390@vger.kernel.org
3266 W:      http://www.ibm.com/developerworks/linux/linux390/
3267 S:      Supported
3269 S390 NETWORK DRIVERS
3270 P:      Ursula Braun
3271 M:      ubraun@linux.vnet.ibm.com
3272 P:      Frank Blaschka
3273 M:      blaschka@linux.vnet.ibm.com
3274 M:      linux390@de.ibm.com
3275 L:      linux-s390@vger.kernel.org
3276 W:      http://www.ibm.com/developerworks/linux/linux390/
3277 S:      Supported
3279 S390 ZFCP DRIVER
3280 P:      Swen Schillig
3281 M:      swen@vnet.ibm.com
3282 M:      linux390@de.ibm.com
3283 L:      linux-s390@vger.kernel.org
3284 W:      http://www.ibm.com/developerworks/linux/linux390/
3285 S:      Supported
3287 S390 IUCV NETWORK LAYER
3288 P:      Ursula Braun
3289 M:      ubraun@linux.vnet.ibm.com
3290 M:      linux390@de.ibm.com
3291 L:      linux-s390@vger.kernel.org
3292 W:      http://www.ibm.com/developerworks/linux/linux390/
3293 S:      Supported
3295 SAA7146 VIDEO4LINUX-2 DRIVER
3296 P:      Michael Hunold
3297 M:      michael@mihu.de
3298 W:      http://www.mihu.de/linux/saa7146
3299 S:      Maintained
3301 SC1200 WDT DRIVER
3302 P:      Zwane Mwaikambo
3303 M:      zwane@arm.linux.org.uk
3304 S:      Maintained
3306 SCHEDULER
3307 P:      Ingo Molnar
3308 M:      mingo@elte.hu
3309 P:      Robert Love    [the preemptible kernel bits]
3310 M:      rml@tech9.net
3311 L:      linux-kernel@vger.kernel.org
3312 S:      Maintained
3314 SCSI CDROM DRIVER
3315 P:      Jens Axboe
3316 M:      axboe@kernel.dk
3317 L:      linux-scsi@vger.kernel.org
3318 W:      http://www.kernel.dk
3319 S:      Maintained
3321 SCSI SG DRIVER
3322 P:      Doug Gilbert
3323 M:      dgilbert@interlog.com
3324 L:      linux-scsi@vger.kernel.org
3325 W:      http://www.torque.net/sg
3326 S:      Maintained
3328 SCSI SUBSYSTEM
3329 P:      James E.J. Bottomley
3330 M:      James.Bottomley@HansenPartnership.com
3331 L:      linux-scsi@vger.kernel.org
3332 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3333 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3334 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3335 S:      Maintained
3337 SCSI TAPE DRIVER
3338 P:      Kai Mäkisara
3339 M:      Kai.Makisara@kolumbus.fi
3340 L:      linux-scsi@vger.kernel.org
3341 S:      Maintained
3343 SCTP PROTOCOL
3344 P:      Vlad Yasevich
3345 M:      vladislav.yasevich@hp.com
3346 P:      Sridhar Samudrala
3347 M:      sri@us.ibm.com
3348 L:      lksctp-developers@lists.sourceforge.net
3349 W:      http://lksctp.sourceforge.net
3350 S:      Supported
3352 SCx200 CPU SUPPORT
3353 P:      Jim Cromie
3354 M:      jim.cromie@gmail.com
3355 S:      Odd Fixes
3357 SCx200 GPIO DRIVER
3358 P:      Jim Cromie
3359 M:      jim.cromie@gmail.com
3360 S:      Maintained
3362 SCx200 HRT CLOCKSOURCE DRIVER
3363 P:      Jim Cromie
3364 M:      jim.cromie@gmail.com
3365 S:      Maintained
3367 SECURITY CONTACT
3368 P:      Security Officers
3369 M:      security@kernel.org
3370 S:      Supported
3372 SELINUX SECURITY MODULE
3373 P:      Stephen Smalley
3374 M:      sds@tycho.nsa.gov
3375 P:      James Morris
3376 M:      jmorris@namei.org
3377 P:      Eric Paris
3378 M:      eparis@parisplace.org
3379 L:      linux-kernel@vger.kernel.org (kernel issues)
3380 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3381 W:      http://www.nsa.gov/selinux
3382 S:      Supported
3384 SENSABLE PHANTOM
3385 P:      Jiri Slaby
3386 M:      jirislaby@gmail.com
3387 S:      Maintained
3389 SERIAL ATA (SATA) SUBSYSTEM:
3390 P:      Jeff Garzik
3391 M:      jgarzik@pobox.com
3392 L:      linux-ide@vger.kernel.org
3393 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3394 S:      Supported
3396 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3397 P:      Pat Gefre
3398 M:      pfg@sgi.com
3399 L:      linux-ia64@vger.kernel.org
3400 S:      Supported
3402 SGI VISUAL WORKSTATION 320 AND 540
3403 P:      Andrey Panin
3404 M:      pazke@donpac.ru
3405 L:      linux-visws-devel@lists.sf.net
3406 W:      http://linux-visws.sf.net
3407 S:      Maintained for 2.6.
3409 SIMTEC EB110ATX (Chalice CATS)
3410 P:      Ben Dooks
3411 P:      Vincent Sanders
3412 M:      support@simtec.co.uk
3413 W:      http://www.simtec.co.uk/products/EB110ATX/
3414 S:      Supported
3416 SIMTEC EB2410ITX (BAST)
3417 P:      Ben Dooks
3418 P:      Vincent Sanders
3419 M:      support@simtec.co.uk
3420 W:      http://www.simtec.co.uk/products/EB2410ITX/
3421 S:      Supported
3423 SIS 190 ETHERNET DRIVER
3424 P:      Francois Romieu
3425 M:      romieu@fr.zoreil.com
3426 L:      netdev@vger.kernel.org
3427 S:      Maintained
3429 SIS 5513 IDE CONTROLLER DRIVER
3430 P:      Lionel Bouton
3431 M:      Lionel.Bouton@inet6.fr
3432 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3433 W:      http://gyver.homeip.net/sis5513/index.html
3434 S:      Maintained
3436 SIS 900/7016 FAST ETHERNET DRIVER
3437 P:      Daniele Venzano
3438 M:      venza@brownhat.org
3439 W:      http://www.brownhat.org/sis900.html
3440 L:      netdev@vger.kernel.org
3441 S:      Maintained
3443 SIS 96X I2C/SMBUS DRIVER
3444 P:      Mark M. Hoffman
3445 M:      mhoffman@lightlink.com
3446 L:      lm-sensors@lm-sensors.org
3447 S:      Maintained
3449 SIS FRAMEBUFFER DRIVER
3450 P:      Thomas Winischhofer
3451 M:      thomas@winischhofer.net
3452 W:      http://www.winischhofer.net/linuxsisvga.shtml
3453 S:      Maintained
3455 SIS USB2VGA DRIVER
3456 P:      Thomas Winischhofer
3457 M:      thomas@winischhofer.net
3458 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3459 S:      Maintained
3461 SLAB ALLOCATOR
3462 P:      Christoph Lameter
3463 M:      clameter@sgi.com
3464 P:      Pekka Enberg
3465 M:      penberg@cs.helsinki.fi
3466 L:      linux-mm@kvack.org
3467 S:      Maintained
3469 SMC91x ETHERNET DRIVER
3470 P:      Nicolas Pitre
3471 M:      nico@cam.org
3472 S:      Maintained
3474 SMSC47B397 HARDWARE MONITOR DRIVER
3475 P:      Mark M. Hoffman
3476 M:      mhoffman@lightlink.com
3477 L:      lm-sensors@lm-sensors.org
3478 S:      Maintained
3480 SOFTMAC LAYER (IEEE 802.11)
3481 P:      Daniel Drake
3482 M:      dsd@gentoo.org
3483 L:      linux-wireless@vger.kernel.org
3484 S:      Obsolete
3486 SOFTWARE RAID (Multiple Disks) SUPPORT
3487 P:      Ingo Molnar
3488 M:      mingo@redhat.com
3489 P:      Neil Brown
3490 M:      neilb@suse.de
3491 L:      linux-raid@vger.kernel.org
3492 S:      Supported
3494 HIBERNATION (aka Software Suspend, aka swsusp):
3495 P:      Pavel Machek
3496 M:      pavel@suse.cz
3497 P:      Rafael J. Wysocki
3498 M:      rjw@sisk.pl
3499 L:      linux-pm@lists.linux-foundation.org
3500 S:      Supported
3502 SUSPEND TO RAM:
3503 P:      Len Brown
3504 M:      len.brown@intel.com
3505 P:      Pavel Machek
3506 M:      pavel@suse.cz
3507 P:      Rafael J. Wysocki
3508 M:      rjw@sisk.pl
3509 L:      linux-pm@lists.linux-foundation.org
3510 S:      Supported
3512 SONIC NETWORK DRIVER
3513 P:      Thomas Bogendoerfer
3514 M:      tsbogend@alpha.franken.de
3515 L:      netdev@vger.kernel.org
3516 S:      Maintained
3518 SONICS SILICON BACKPLANE DRIVER (SSB)
3519 P:      Michael Buesch
3520 M:      mb@bu3sch.de
3521 L:      netdev@vger.kernel.org
3522 S:      Maintained
3524 SONY VAIO CONTROL DEVICE DRIVER
3525 P:      Mattia Dongili
3526 M:      malattia@linux.it
3527 L:      linux-acpi@vger.kernel.org
3528 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3529 S:      Maintained
3531 SOUND
3532 P:      Jaroslav Kysela
3533 M:      perex@perex.cz
3534 L:      alsa-devel@alsa-project.org (subscribers-only)
3535 S:      Maintained
3537 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3538 P:      Liam Girdwood
3539 M:      liam.girdwood@wolfsonmicro.com
3540 L:      alsa-devel@alsa-project.org (subscribers-only)
3541 S:      Supported
3543 SPI SUBSYSTEM
3544 P:      David Brownell
3545 M:      dbrownell@users.sourceforge.net
3546 L:      spi-devel-general@lists.sourceforge.net
3547 S:      Maintained
3549 STABLE BRANCH:
3550 P:      Greg Kroah-Hartman
3551 M:      greg@kroah.com
3552 P:      Chris Wright
3553 M:      chrisw@sous-sol.org
3554 L:      stable@kernel.org
3555 S:      Maintained
3557 TPM DEVICE DRIVER
3558 P:      Kylene Hall
3559 M:      tpmdd-devel@lists.sourceforge.net
3560 W:      http://tpmdd.sourceforge.net
3561 P:      Marcel Selhorst
3562 M:      tpm@selhorst.net
3563 W:      http://www.prosec.rub.de/tpm/
3564 L:      tpmdd-devel@lists.sourceforge.net
3565 S:      Maintained
3567 Telecom Clock Driver for MCPL0010
3568 P:      Mark Gross
3569 M:      mark.gross@intel.com
3570 S:      Supported
3572 TENSILICA XTENSA PORT (xtensa):
3573 P:      Chris Zankel
3574 M:      chris@zankel.net
3575 S:      Maintained
3577 THINKPAD ACPI EXTRAS DRIVER
3578 P:      Henrique de Moraes Holschuh
3579 M:      ibm-acpi@hmh.eng.br
3580 L:      ibm-acpi-devel@lists.sourceforge.net
3581 W:      http://ibm-acpi.sourceforge.net
3582 W:      http://thinkwiki.org/wiki/Ibm-acpi
3583 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3584 S:      Maintained
3586 UltraSPARC (sparc64):
3587 P:      David S. Miller
3588 M:      davem@davemloft.net
3589 L:      sparclinux@vger.kernel.org
3590 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3591 S:      Maintained
3593 SHARP LH SUPPORT (LH7952X & LH7A40X)
3594 P:      Marc Singer
3595 M:      elf@buici.com
3596 W:      http://projects.buici.com/arm
3597 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3598 S:      Maintained
3600 SHPC HOTPLUG DRIVER
3601 P:      Kristen Carlson Accardi
3602 M:      kristen.c.accardi@intel.com
3603 L:      pcihpd-discuss@lists.sourceforge.net
3604 S:      Supported
3606 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3607 P:      Pierre Ossman
3608 M:      drzeus-sdhci@drzeus.cx
3609 L:      sdhci-devel@list.drzeus.cx
3610 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3611 S:      Maintained
3613 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3614 P:      Stephen Hemminger
3615 M:      shemminger@linux-foundation.org
3616 L:      netdev@vger.kernel.org
3617 S:      Maintained
3619 SOEKRIS NET48XX LED SUPPORT
3620 P:      Chris Boot
3621 M:      bootc@bootc.net
3622 S:      Maintained
3624 SPARC (sparc32):
3625 P:      William L. Irwin
3626 M:      wli@holomorphy.com
3627 L:      sparclinux@vger.kernel.org
3628 S:      Maintained
3630 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3631 P:      Roger Wolff
3632 M:      R.E.Wolff@BitWizard.nl
3633 L:      linux-kernel@vger.kernel.org ?
3634 S:      Supported
3636 SPIDERNET NETWORK DRIVER for CELL
3637 P:      Linas Vepstas
3638 M:      linas@austin.ibm.com
3639 L:      netdev@vger.kernel.org
3640 S:      Supported
3642 SRM (Alpha) environment access
3643 P:      Jan-Benedict Glaw
3644 M:      jbglaw@lug-owl.de
3645 L:      linux-kernel@vger.kernel.org
3646 S:      Maintained
3648 STARFIRE/DURALAN NETWORK DRIVER
3649 P:      Ion Badulescu
3650 M:      ionut@cs.columbia.edu
3651 S:      Maintained
3653 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3654 W:      http://mosquitonet.Stanford.EDU/strip.html
3655 S:      Unsupported ?
3657 STRADIS MPEG-2 DECODER DRIVER
3658 P:      Nathan Laredo
3659 M:      laredo@gnu.org
3660 W:      http://www.stradis.com/
3661 S:      Maintained
3663 SUPERH (sh)
3664 P:      Paul Mundt
3665 M:      lethal@linux-sh.org
3666 L:      linuxsh-dev@lists.sourceforge.net (subscribers-only)
3667 W:      http://www.linux-sh.org
3668 S:      Maintained
3670 SUPERH64 (sh64)
3671 P:      Paul Mundt
3672 M:      lethal@linux-sh.org
3673 L:      linuxsh-shmedia-dev@lists.sourceforge.net
3674 W:      http://www.linux-sh.org
3675 S:      Maintained
3677 SUN3/3X
3678 P:      Sam Creasey
3679 M:      sammy@sammy.net
3680 W:      http://sammy.net/sun3/
3681 S:      Maintained
3683 SVGA HANDLING
3684 P:      Martin Mares
3685 M:      mj@ucw.cz
3686 L:      linux-video@atrey.karlin.mff.cuni.cz
3687 S:      Maintained
3689 SYSV FILESYSTEM
3690 P:      Christoph Hellwig
3691 M:      hch@infradead.org
3692 S:      Maintained
3694 TC CLASSIFIER
3695 P:      Jamal Hadi Salim
3696 M:      hadi@cyberus.ca
3697 L:      netdev@vger.kernel.org
3698 S:      Maintained
3700 TCP LOW PRIORITY MODULE
3701 P:      Wong Hoi Sing, Edison
3702 M:      hswong3i@gmail.com
3703 P:      Hung Hing Lun, Mike
3704 M:      hlhung3i@gmail.com
3705 W:      http://tcp-lp-mod.sourceforge.net/
3706 S:      Maintained
3708 TEHUTI ETHERNET DRIVER
3709 P:      Alexander Indenbaum
3710 M:      baum@tehutinetworks.net
3711 P:      Andy Gospodarek
3712 M:      andy@greyhouse.net
3713 L:      netdev@vger.kernel.org
3714 S:      Supported
3716 TI FLASH MEDIA INTERFACE DRIVER
3717 P:      Alex Dubov
3718 M:      oakad@yahoo.com
3719 S:      Maintained
3721 TI OMAP MMC INTERFACE DRIVER
3722 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
3723 M:      linux-omap-open-source@linux.omap.com (subscribers only)
3724 W:      http://linux.omap.com
3725 W:      http://www.muru.com/linux/omap/
3726 S:      Maintained
3728 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3729 P:      Deepak Saxena
3730 M:      dsaxena@plexity.net
3731 S:      Maintained
3733 TASKSTATS STATISTICS INTERFACE
3734 P:      Shailabh Nagar
3735 M:      nagar@watson.ibm.com
3736 L:      linux-kernel@vger.kernel.org
3737 S:      Maintained
3739 TI PARALLEL LINK CABLE DRIVER
3740 P:      Romain Lievin
3741 M:      roms@lpg.ticalc.org
3742 S:      Maintained
3744 TIPC NETWORK LAYER
3745 P:      Per Liden
3746 M:      per.liden@ericsson.com
3747 P:      Jon Maloy
3748 M:      jon.maloy@ericsson.com
3749 P:      Allan Stephens
3750 M:      allan.stephens@windriver.com
3751 L:      tipc-discussion@lists.sourceforge.net
3752 W:      http://tipc.sourceforge.net/
3753 W:      http://tipc.cslab.ericsson.net/
3754 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3755 S:      Maintained
3757 TLAN NETWORK DRIVER
3758 P:      Samuel Chessman
3759 M:      chessman@tux.org
3760 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
3761 W:      http://sourceforge.net/projects/tlan/
3762 S:      Maintained
3764 TOKEN-RING NETWORK DRIVER
3765 P:      Mike Phillips
3766 M:      mikep@linuxtr.net
3767 L:      netdev@vger.kernel.org
3768 L:      linux-tr@linuxtr.net
3769 W:      http://www.linuxtr.net
3770 S:      Maintained
3772 TOSHIBA ACPI EXTRAS DRIVER
3773 P:      John Belmonte
3774 M:      toshiba_acpi@memebeam.org
3775 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3776 S:      Maintained
3778 TOSHIBA SMM DRIVER
3779 P:      Jonathan Buzzard
3780 M:      jonathan@buzzard.org.uk
3781 L:      tlinux-users@tce.toshiba-dme.co.jp
3782 W:      http://www.buzzard.org.uk/toshiba/
3783 S:      Maintained
3785 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3786 P:      Muli Ben-Yehuda
3787 M:      mulix@mulix.org
3788 L:      linux-kernel@vger.kernel.org
3789 S:      Maintained
3791 TRIVIAL PATCHES
3792 P:      Adrian Bunk
3793 M:      trivial@kernel.org
3794 L:      linux-kernel@vger.kernel.org
3795 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3796 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3797 S:      Maintained
3799 TMS380 TOKEN-RING NETWORK DRIVER
3800 P:      Adam Fritzler
3801 M:      mid@auk.cx
3802 L:      linux-tr@linuxtr.net
3803 W:      http://www.auk.cx/tms380tr/
3804 S:      Maintained
3806 TULIP NETWORK DRIVER
3807 L:      tulip-users@lists.sourceforge.net
3808 W:      http://sourceforge.net/projects/tulip/
3809 S:      Orphan
3811 TUN/TAP driver
3812 P:      Maxim Krasnyansky
3813 M:      maxk@qualcomm.com
3814 L:      vtun@office.satix.net
3815 W:      http://vtun.sourceforge.net/tun
3816 S:      Maintained
3818 TURBOCHANNEL SUBSYSTEM
3819 P:      Maciej W. Rozycki
3820 M:      macro@linux-mips.org
3821 S:      Maintained
3823 U14-34F SCSI DRIVER
3824 P:      Dario Ballabio
3825 M:      ballabio_dario@emc.com
3826 L:      linux-scsi@vger.kernel.org
3827 S:      Maintained
3829 UDF FILESYSTEM
3830 P:      Ben Fennema
3831 M:      bfennema@falcon.csc.calpoly.edu
3832 W:      http://linux-udf.sourceforge.net
3833 S:      Maintained
3835 UNIFORM CDROM DRIVER
3836 P:      Jens Axboe
3837 M:      axboe@kernel.dk
3838 L:      linux-kernel@vger.kernel.org
3839 W:      http://www.kernel.dk
3840 S:      Maintained
3842 UNIONFS
3843 P:      Erez Zadok
3844 M:      ezk@cs.sunysb.edu
3845 P:      Josef "Jeff" Sipek
3846 M:      jsipek@cs.sunysb.edu
3847 L:      unionfs@filesystems.org
3848 W:      http://unionfs.filesystems.org
3849 S:      Maintained
3851 USB ACM DRIVER
3852 P:      Oliver Neukum
3853 M:      oliver@neukum.name
3854 L:      linux-usb-users@lists.sourceforge.net
3855 L:      linux-usb-devel@lists.sourceforge.net
3856 S:      Maintained
3858 USB BLOCK DRIVER (UB ub)
3859 P:      Pete Zaitcev
3860 M:      zaitcev@redhat.com
3861 L:      linux-kernel@vger.kernel.org
3862 L:      linux-usb-devel@lists.sourceforge.net
3863 S:      Supported
3865 USB CDC ETHERNET DRIVER
3866 P:      Greg Kroah-Hartman
3867 M:      greg@kroah.com
3868 L:      linux-usb-users@lists.sourceforge.net
3869 L:      linux-usb-devel@lists.sourceforge.net
3870 S:      Maintained
3871 W:      http://www.kroah.com/linux-usb/
3873 USB DAVICOM DM9601 DRIVER
3874 P:      Peter Korsgaard
3875 M:      jacmet@sunsite.dk
3876 L:      netdev@vger.kernel.org
3877 W:      http://www.linux-usb.org/usbnet
3878 S:      Maintained
3880 USB EHCI DRIVER
3881 P:      David Brownell
3882 M:      dbrownell@users.sourceforge.net
3883 L:      linux-usb-devel@lists.sourceforge.net
3884 S:      Odd Fixes
3886 USB ET61X[12]51 DRIVER
3887 P:      Luca Risolia
3888 M:      luca.risolia@studio.unibo.it
3889 L:      linux-usb-devel@lists.sourceforge.net
3890 L:      video4linux-list@redhat.com
3891 W:      http://www.linux-projects.org
3892 S:      Maintained
3894 USB GADGET/PERIPHERAL SUBSYSTEM
3895 P:      David Brownell
3896 M:      dbrownell@users.sourceforge.net
3897 L:      linux-usb-devel@lists.sourceforge.net
3898 W:      http://www.linux-usb.org/gadget
3899 S:      Maintained
3901 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
3902 P:      Jiri Kosina
3903 M:      jkosina@suse.cz
3904 L:      linux-usb-devel@lists.sourceforge.net
3905 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
3906 S:      Maintained
3908 USB HUB DRIVER
3909 P:      Johannes Erdfelt
3910 M:      johannes@erdfelt.com
3911 L:      linux-usb-users@lists.sourceforge.net
3912 L:      linux-usb-devel@lists.sourceforge.net
3913 S:      Maintained
3915 USB ISP116X DRIVER
3916 P:      Olav Kongas
3917 M:      ok@artecdesign.ee
3918 L:      linux-usb-devel@lists.sourceforge.net
3919 S:      Maintained
3921 USB KAWASAKI LSI DRIVER
3922 P:      Oliver Neukum
3923 M:      oliver@neukum.name
3924 L:      linux-usb-users@lists.sourceforge.net
3925 L:      linux-usb-devel@lists.sourceforge.net
3926 S:      Maintained
3928 USB MASS STORAGE DRIVER
3929 P:      Matthew Dharm
3930 M:      mdharm-usb@one-eyed-alien.net
3931 L:      linux-usb-users@lists.sourceforge.net
3932 L:      usb-storage@lists.one-eyed-alien.net
3933 S:      Maintained
3934 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3936 USB OHCI DRIVER
3937 P:      David Brownell
3938 M:      dbrownell@users.sourceforge.net
3939 L:      linux-usb-users@lists.sourceforge.net
3940 L:      linux-usb-devel@lists.sourceforge.net
3941 S:      Odd Fixes
3943 USB OPTION-CARD DRIVER
3944 P:      Matthias Urlichs
3945 M:      smurf@smurf.noris.de
3946 L:      linux-usb-devel@lists.sourceforge.net
3947 S:      Maintained
3949 USB OV511 DRIVER
3950 P:      Mark McClelland
3951 M:      mmcclell@bigfoot.com
3952 L:      linux-usb-users@lists.sourceforge.net
3953 L:      linux-usb-devel@lists.sourceforge.net
3954 W:      http://alpha.dyndns.org/ov511/
3955 S:      Maintained
3957 USB PEGASUS DRIVER
3958 P:      Petko Manolov
3959 M:      petkan@users.sourceforge.net
3960 L:      linux-usb-devel@lists.sourceforge.net
3961 L:      netdev@vger.kernel.org
3962 W:      http://pegasus2.sourceforge.net/
3963 S:      Maintained
3965 USB PRINTER DRIVER (usblp)
3966 P:      Pete Zaitcev
3967 M:      zaitcev@redhat.com
3968 L:      linux-usb-users@lists.sourceforge.net
3969 L:      linux-usb-devel@lists.sourceforge.net
3970 S:      Supported
3972 USB RTL8150 DRIVER
3973 P:      Petko Manolov
3974 M:      petkan@users.sourceforge.net
3975 L:      linux-usb-devel@lists.sourceforge.net
3976 L:      netdev@vger.kernel.org
3977 W:      http://pegasus2.sourceforge.net/
3978 S:      Maintained
3980 USB SE401 DRIVER
3981 P:      Jeroen Vreeken
3982 M:      pe1rxq@amsat.org
3983 L:      linux-usb-users@lists.sourceforge.net
3984 L:      linux-usb-devel@lists.sourceforge.net
3985 W:      http://www.chello.nl/~j.vreeken/se401/
3986 S:      Maintained
3988 USB SERIAL CYBERJACK DRIVER
3989 P:      Matthias Bruestle and Harald Welte
3990 M:      support@reiner-sct.com
3991 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3992 S:      Maintained
3994 USB SERIAL DIGI ACCELEPORT DRIVER
3995 P:      Peter Berger and Al Borchers
3996 M:      pberger@brimson.com
3997 M:      alborchers@steinerpoint.com
3998 L:      linux-usb-users@lists.sourceforge.net
3999 L:      linux-usb-devel@lists.sourceforge.net
4000 S:      Maintained
4002 USB SERIAL DRIVER
4003 P:      Greg Kroah-Hartman
4004 M:      gregkh@suse.de
4005 L:      linux-usb-users@lists.sourceforge.net
4006 L:      linux-usb-devel@lists.sourceforge.net
4007 S:      Supported
4009 USB SERIAL BELKIN F5U103 DRIVER
4010 P:      William Greathouse
4011 M:      wgreathouse@smva.com
4012 L:      linux-usb-users@lists.sourceforge.net
4013 L:      linux-usb-devel@lists.sourceforge.net
4014 S:      Maintained
4016 USB SERIAL CYPRESS M8 DRIVER
4017 P:      Lonnie Mendez
4018 M:      dignome@gmail.com
4019 L:      linux-usb-users@lists.sourceforge.net
4020 L:      linux-usb-devel@lists.sourceforge.net
4021 S:      Maintained
4022 W:      http://geocities.com/i0xox0i
4023 W:      http://firstlight.net/cvs
4025 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
4026 L:      linux-usb-users@lists.sourceforge.net
4027 L:      linux-usb-devel@lists.sourceforge.net
4028 S:      Maintained
4030 USB AUERSWALD DRIVER
4031 P:      Wolfgang Muees
4032 M:      wolfgang@iksw-muees.de
4033 L:      linux-usb-users@lists.sourceforge.net
4034 L:      linux-usb-devel@lists.sourceforge.net
4035 S:      Maintained
4037 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4038 P:      Gary Brubaker
4039 M:      xavyer@ix.netcom.com
4040 L:      linux-usb-users@lists.sourceforge.net
4041 L:      linux-usb-devel@lists.sourceforge.net
4042 S:      Maintained
4044 USB SERIAL KEYSPAN DRIVER
4045 P:      Greg Kroah-Hartman
4046 M:      greg@kroah.com
4047 L:      linux-usb-users@lists.sourceforge.net
4048 L:      linux-usb-devel@lists.sourceforge.net
4049 W:      http://www.kroah.com/linux/
4050 S:      Maintained
4052 USB SERIAL WHITEHEAT DRIVER
4053 P:      Support Department
4054 M:      support@connecttech.com
4055 L:      linux-usb-users@lists.sourceforge.net
4056 L:      linux-usb-devel@lists.sourceforge.net
4057 W:      http://www.connecttech.com
4058 S:      Supported
4060 USB SN9C1xx DRIVER
4061 P:      Luca Risolia
4062 M:      luca.risolia@studio.unibo.it
4063 L:      linux-usb-devel@lists.sourceforge.net
4064 L:      video4linux-list@redhat.com
4065 W:      http://www.linux-projects.org
4066 S:      Maintained
4068 USB SUBSYSTEM
4069 P:      Greg Kroah-Hartman
4070 M:      gregkh@suse.de
4071 L:      linux-usb-users@lists.sourceforge.net
4072 L:      linux-usb-devel@lists.sourceforge.net
4073 W:      http://www.linux-usb.org
4074 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4075 S:      Supported
4077 USB UHCI DRIVER
4078 P:      Alan Stern
4079 M:      stern@rowland.harvard.edu
4080 L:      linux-usb-users@lists.sourceforge.net
4081 L:      linux-usb-devel@lists.sourceforge.net
4082 S:      Maintained
4084 USB "USBNET" DRIVER FRAMEWORK
4085 P:      David Brownell
4086 M:      dbrownell@users.sourceforge.net
4087 L:      netdev@vger.kernel.org
4088 W:      http://www.linux-usb.org/usbnet
4089 S:      Maintained
4091 USB W996[87]CF DRIVER
4092 P:      Luca Risolia
4093 M:      luca.risolia@studio.unibo.it
4094 L:      linux-usb-devel@lists.sourceforge.net
4095 L:      video4linux-list@redhat.com
4096 W:      http://www.linux-projects.org
4097 S:      Maintained
4099 USB ZC0301 DRIVER
4100 P:      Luca Risolia
4101 M:      luca.risolia@studio.unibo.it
4102 L:      linux-usb-devel@lists.sourceforge.net
4103 L:      video4linux-list@redhat.com
4104 W:      http://www.linux-projects.org
4105 S:      Maintained
4107 USB ZD1201 DRIVER
4108 P:      Jeroen Vreeken
4109 M:      pe1rxq@amsat.org
4110 L:      linux-usb-users@lists.sourceforge.net
4111 L:      linux-usb-devel@lists.sourceforge.net
4112 W:      http://linux-lc100020.sourceforge.net
4113 S:      Maintained
4115 USB ZR364XX DRIVER
4116 P:      Antoine Jacquet
4117 M:      royale@zerezo.com
4118 L:      linux-usb-devel@lists.sourceforge.net
4119 L:      video4linux-list@redhat.com
4120 W:      http://royale.zerezo.com/zr364xx/
4121 S:      Maintained
4123 USER-MODE LINUX
4124 P:      Jeff Dike
4125 M:      jdike@karaya.com
4126 L:      user-mode-linux-devel@lists.sourceforge.net
4127 L:      user-mode-linux-user@lists.sourceforge.net
4128 W:      http://user-mode-linux.sourceforge.net
4129 S:      Maintained
4131 FAT/VFAT/MSDOS FILESYSTEM:
4132 P:      OGAWA Hirofumi
4133 M:      hirofumi@mail.parknet.co.jp
4134 L:      linux-kernel@vger.kernel.org
4135 S:      Maintained
4137 VIA RHINE NETWORK DRIVER
4138 P:      Roger Luethi
4139 M:      rl@hellgate.ch
4140 S:      Maintained
4142 VIAPRO SMBUS DRIVER
4143 P:      Jean Delvare
4144 M:      khali@linux-fr.org
4145 L:      i2c@lm-sensors.org
4146 S:      Maintained
4148 VIA VELOCITY NETWORK DRIVER
4149 P:      Francois Romieu
4150 M:      romieu@fr.zoreil.com
4151 L:      netdev@vger.kernel.org
4152 S:      Maintained
4154 UCLINUX (AND M68KNOMMU)
4155 P:      Greg Ungerer
4156 M:      gerg@uclinux.org
4157 W:      http://www.uclinux.org/
4158 L:      uclinux-dev@uclinux.org  (subscribers-only)
4159 S:      Maintained
4161 UCLINUX FOR NEC V850
4162 P:      Miles Bader
4164 UCLINUX FOR RENESAS H8/300
4165 P:      Yoshinori Sato
4166 M:      ysato@users.sourceforge.jp
4167 W:      http://uclinux-h8.sourceforge.jp/
4168 S:      Supported
4170 UFS FILESYSTEM
4171 P:      Evgeniy Dushistov
4172 M:      dushistov@mail.ru
4173 L:      linux-kernel@vger.kernel.org
4174 S:      Maintained
4176 USB DIAMOND RIO500 DRIVER
4177 P:      Cesar Miquel
4178 M:      miquel@df.uba.ar
4179 L:      rio500-users@lists.sourceforge.net
4180 W:      http://rio500.sourceforge.net
4181 S:      Maintained
4183 VIDEO FOR LINUX
4184 P:      Mauro Carvalho Chehab
4185 M:      mchehab@infradead.org
4186 M:      v4l-dvb-maintainer@linuxtv.org
4187 L:      video4linux-list@redhat.com
4188 W:      http://linuxtv.org
4189 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4190 S:      Maintained
4192 VLAN (802.1Q)
4193 P:      Patrick McHardy
4194 M:      kaber@trash.net
4195 L:      netdev@vger.kernel.org
4196 S:      Maintained
4198 VT1211 HARDWARE MONITOR DRIVER
4199 P:      Juerg Haefliger
4200 M:      juergh@gmail.com
4201 L:      lm-sensors@lm-sensors.org
4202 S:      Maintained
4204 VT8231 HARDWARE MONITOR DRIVER
4205 P:      Roger Lucas
4206 M:      roger@planbit.co.uk
4207 L:      lm-sensors@lm-sensors.org
4208 S:      Maintained
4210 W1 DALLAS'S 1-WIRE BUS
4211 P:      Evgeniy Polyakov
4212 M:      johnpol@2ka.mipt.ru
4213 S:      Maintained
4215 W83791D HARDWARE MONITORING DRIVER
4216 P:      Charles Spirakis
4217 M:      bezaur@gmail.com
4218 L:      lm-sensors@lm-sensors.org
4219 S:      Odd Fixes
4221 W83793 HARDWARE MONITORING DRIVER
4222 P:      Rudolf Marek
4223 M:      r.marek@assembler.cz
4224 L:      lm-sensors@lm-sensors.org
4225 S:      Maintained
4227 W83L51xD SD/MMC CARD INTERFACE DRIVER
4228 P:      Pierre Ossman
4229 M:      drzeus-wbsd@drzeus.cx
4230 L:      linux-kernel@vger.kernel.org
4231 W:      http://projects.drzeus.cx/wbsd
4232 S:      Maintained
4234 WATCHDOG DEVICE DRIVERS
4235 P:      Wim Van Sebroeck
4236 M:      wim@iguana.be
4237 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4238 S:      Maintained
4240 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4241 P:      Jean Tourrilhes
4242 M:      jt@hpl.hp.com
4243 L:      linux-wireless@vger.kernel.org
4244 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4245 S:      Maintained
4247 WD7000 SCSI DRIVER
4248 P:      Miroslav Zagorac
4249 M:      zaga@fly.cc.fer.hr
4250 L:      linux-scsi@vger.kernel.org
4251 S:      Maintained
4253 WISTRON LAPTOP BUTTON DRIVER
4254 P:      Miloslav Trmac
4255 M:      mitr@volny.cz
4256 S:      Maintained
4258 WL3501 WIRELESS PCMCIA CARD DRIVER
4259 P:      Arnaldo Carvalho de Melo
4260 M:      acme@ghostprotocols.net
4261 L:      linux-wireless@vger.kernel.org
4262 W:      http://oops.ghostprotocols.net:81/blog
4263 S:      Maintained
4265 X.25 NETWORK LAYER
4266 P:      Henner Eisen
4267 M:      eis@baty.hanse.de
4268 L:      linux-x25@vger.kernel.org
4269 S:      Maintained
4271 XEN HYPERVISOR INTERFACE
4272 P:      Jeremy Fitzhardinge
4273 M:      jeremy@xensource.com
4274 P:      Chris Wright
4275 M:      chrisw@sous-sol.org
4276 L:      virtualization@lists.osdl.org
4277 L:      xen-devel@lists.xensource.com
4278 S:      Supported
4280 XFS FILESYSTEM
4281 P:      Silicon Graphics Inc
4282 P:      Tim Shimmin
4283 M:      xfs-masters@oss.sgi.com
4284 L:      xfs@oss.sgi.com
4285 W:      http://oss.sgi.com/projects/xfs
4286 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4287 S:      Supported
4289 XILINX SYSTEMACE DRIVER
4290 P:      Grant Likely
4291 M:      grant.likely@secretlab.ca
4292 W:      http://www.secretlab.ca/
4293 L:      linux-kernel@vger.kernel.org
4294 S:      Maintained
4296 XILINX UARTLITE SERIAL DRIVER
4297 P:      Peter Korsgaard
4298 M:      jacmet@sunsite.dk
4299 L:      linux-serial@vger.kernel.org
4300 S:      Maintained
4302 X86 ARCHITECTURE (32-BIT AND 64-BIT)
4303 P:      Thomas Gleixner
4304 M:      tglx@linutronix.de
4305 P:      Ingo Molnar
4306 M:      mingo@redhat.com
4307 P:      H. Peter Anvin
4308 M:      hpa@zytor.com
4309 L:      linux-kernel@vger.kernel.org
4310 T:      git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4311 S:      Maintained
4313 YAM DRIVER FOR AX.25
4314 P:      Jean-Paul Roubelat
4315 M:      jpr@f6fbb.org
4316 L:      linux-hams@vger.kernel.org
4317 S:      Maintained
4319 YEALINK PHONE DRIVER
4320 P:      Henk Vergonet
4321 M:      Henk.Vergonet@gmail.com
4322 L:      usbb2k-api-dev@nongnu.org
4323 S:      Maintained
4325 Z8530 DRIVER FOR AX.25
4326 P:      Joerg Reuter
4327 M:      jreuter@yaina.de
4328 W:      http://yaina.de/jreuter/
4329 W:      http://www.qsl.net/dl1bke/
4330 L:      linux-hams@vger.kernel.org
4331 S:      Maintained
4333 ZD1211-MAC80211 WIRELESS DRIVER
4334 P:      Daniel Drake
4335 M:      dsd@gentoo.org
4336 P:      Ulrich Kunitz
4337 M:      kune@deine-taler.de
4338 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4339 L:      linux-wireless@vger.kernel.org
4340 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4341 S:      Maintained
4343 ZD1211RW WIRELESS DRIVER
4344 P:      Daniel Drake
4345 M:      dsd@gentoo.org
4346 P:      Ulrich Kunitz
4347 M:      kune@deine-taler.de
4348 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4349 L:      linux-wireless@vger.kernel.org
4350 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4351 S:      Maintained
4353 ZF MACHZ WATCHDOG
4354 P:      Fernando Fuganti
4355 M:      fuganti@netbank.com.br
4356 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4357 S:      Maintained
4359 ZR36067 VIDEO FOR LINUX DRIVER
4360 P:      Ronald Bultje
4361 M:      rbultje@ronald.bitfreak.net
4362 L:      mjpeg-users@lists.sourceforge.net
4363 W:      http://mjpeg.sourceforge.net/driver-zoran/
4364 S:      Maintained
4366 ZR36120 VIDEO FOR LINUX DRIVER
4367 P:      Pauline Middelink
4368 M:      middelin@polyware.nl
4369 W:      http://www.polyware.nl/~middelin/En/hobbies.html
4370 W:      http://www.polyware.nl/~middelin/hobbies.html
4371 S:      Maintained
4373 ZS DECSTATION Z85C30 SERIAL DRIVER
4374 P:      Maciej W. Rozycki
4375 M:      macro@linux-mips.org
4376 S:      Maintained
4378 THE REST
4379 P:      Linus Torvalds
4380 S:      Buried alive in reporters