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