sky2: 88E8057 chip support
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / MAINTAINERS
blob343f837f1dae6495582a66e6785dee6e3a1360bc
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
166 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
167 P:      David Howells
168 M:      dhowells@redhat.com
169 L:      linux-afs@lists.infradead.org
170 S:      Supported
173 P:      Benjamin LaHaise
174 M:      bcrl@kvack.org
175 L:      linux-aio@kvack.org
176 S:      Supported
178 ABIT UGURU HARDWARE MONITOR DRIVER
179 P:      Hans de Goede
180 M:      j.w.r.degoede@hhs.nl
181 L:      lm-sensors@lm-sensors.org
182 S:      Maintained
184 ACENIC DRIVER
185 P:      Jes Sorensen
186 M:      jes@trained-monkey.org
187 L:      linux-acenic@sunsite.dk
188 S:      Maintained
190 IPS SCSI RAID DRIVER
191 P:      Adaptec OEM Raid Solutions
192 M:      aacraid@adaptec.com
193 L:      linux-scsi@vger.kernel.org
194 W:      http://www.adaptec.com/
195 S:      Maintained
197 DPT_I2O SCSI RAID DRIVER
198 P:      Adaptec OEM Raid Solutions
199 M:      aacraid@adaptec.com
200 L:      linux-scsi@vger.kernel.org
201 W:      http://www.adaptec.com/
202 S:      Maintained
204 AACRAID SCSI RAID DRIVER
205 P:      Adaptec OEM Raid Solutions
206 M:      aacraid@adaptec.com
207 L:      linux-scsi@vger.kernel.org
208 W:      http://www.adaptec.com/
209 S:      Supported
211 ACER WMI LAPTOP EXTRAS
212 P:      Carlos Corbacho
213 M:      carlos@strangeworlds.co.uk
214 L:      aceracpi@googlegroups.com (subscribers-only)
215 W:      http://code.google.com/p/aceracpi
216 S:      Maintained
218 ACPI
219 P:      Len Brown
220 M:      len.brown@intel.com
221 M:      lenb@kernel.org
222 L:      linux-acpi@vger.kernel.org
223 W:      http://www.lesswatts.org/projects/acpi/
224 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
225 S:      Supported
227 ACPI BATTERY DRIVERS
228 P:      Alexey Starikovskiy
229 M:      astarikovskiy@suse.de
230 L:      linux-acpi@vger.kernel.org
231 W:      http://www.lesswatts.org/projects/acpi/
232 S:      Supported
234 ACPI EC DRIVER
235 P:      Alexey Starikovskiy
236 M:      astarikovskiy@suse.de
237 L:      linux-acpi@vger.kernel.org
238 W:      http://www.lesswatts.org/projects/acpi/
239 S:      Supported
241 ACPI FAN DRIVER
242 P:      Len Brown
243 M:      len.brown@intel.com
244 L:      linux-acpi@vger.kernel.org
245 W:      http://www.lesswatts.org/projects/acpi/
246 S:      Supported
248 ACPI PCI HOTPLUG DRIVER
249 P:      Kristen Carlson Accardi
250 M:      kristen.c.accardi@intel.com
251 L:      pcihpd-discuss@lists.sourceforge.net
252 S:      Supported
254 ACPI THERMAL DRIVER
255 P:      Len Brown
256 M:      len.brown@intel.com
257 L:      linux-acpi@vger.kernel.org
258 W:      http://www.lesswatts.org/projects/acpi/
259 S:      Supported
261 ACPI VIDEO DRIVER
262 P:      Rui Zhang
263 M:      rui.zhang@intel.com
264 L:      linux-acpi@vger.kernel.org
265 W:      http://www.lesswatts.org/projects/acpi/
266 S:      Supported
268 ACPI WMI DRIVER
269 P:      Carlos Corbacho
270 M:      carlos@strangeworlds.co.uk
271 L:      linux-acpi@vger.kernel.org
272 W:      http://www.lesswatts.org/projects/acpi/
273 S:      Maintained
275 AD1889 ALSA SOUND DRIVER
276 P:     Kyle McMartin
277 M:     kyle@mcmartin.ca
278 P:     Thibaut Varene
279 M:     T-Bone@parisc-linux.org
280 W:     http://wiki.parisc-linux.org/AD1889
281 L:     linux-parisc@vger.kernel.org
282 S:     Maintained
284 ADM1025 HARDWARE MONITOR DRIVER
285 P:      Jean Delvare
286 M:      khali@linux-fr.org
287 L:      lm-sensors@lm-sensors.org
288 S:      Maintained
290 ADM1029 HARDWARE MONITOR DRIVER
291 P:      Corentin Labbe
292 M:      corentin.labbe@geomatys.fr
293 L:      lm-sensors@lm-sensors.org
294 S:      Maintained
296 ADM8211 WIRELESS DRIVER
297 P:      Michael Wu
298 M:      flamingice@sourmilk.net
299 L:      linux-wireless@vger.kernel.org
300 W:      http://linuxwireless.org/
301 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
302 S:      Maintained
304 ADT746X FAN DRIVER
305 P:      Colin Leroy
306 M:      colin@colino.net
307 S:      Maintained
309 ADVANSYS SCSI DRIVER
310 P:      Matthew Wilcox
311 M:      matthew@wil.cx
312 L:      linux-scsi@vger.kernel.org
313 S:      Maintained
315 AEDSP16 DRIVER
316 P:      Riccardo Facchetti
317 M:      fizban@tin.it
318 S:      Maintained
320 AFFS FILE SYSTEM
321 P:      Roman Zippel
322 M:      zippel@linux-m68k.org
323 S:      Maintained
325 AGPGART DRIVER
326 P:      David Airlie
327 M:      airlied@linux.ie
328 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
329 S:      Maintained
331 AHA152X SCSI DRIVER
332 P:      Juergen E. Fischer
333 M:      Juergen Fischer <fischer@norbit.de>
334 L:      linux-scsi@vger.kernel.org
335 S:      Maintained
337 AIC7XXX / AIC79XX SCSI DRIVER
338 P:      Hannes Reinecke
339 M:      hare@suse.de
340 L:      linux-scsi@vger.kernel.org
341 S:      Maintained
343 ALCATEL SPEEDTOUCH USB DRIVER
344 P:      Duncan Sands
345 M:      duncan.sands@free.fr
346 L:      linux-usb@vger.kernel.org
347 W:      http://www.linux-usb.org/SpeedTouch/
348 S:      Maintained
350 ALCHEMY AU1XX0 MMC DRIVER
351 S:      Orphan
353 ALI1563 I2C DRIVER
354 P:      Rudolf Marek
355 M:      r.marek@assembler.cz
356 L:      i2c@lm-sensors.org
357 S:      Maintained
359 ALPHA PORT
360 P:      Richard Henderson
361 M:      rth@twiddle.net
362 S:      Odd Fixes for 2.4; Maintained for 2.6.
363 P:      Ivan Kokshaysky
364 M:      ink@jurassic.park.msu.ru
365 S:      Maintained for 2.4; PCI support for 2.6.
367 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
368 P:      Thomas Dahlmann
369 M:      thomas.dahlmann@amd.com
370 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
371 S:      Supported
373 AMD GEODE PROCESSOR/CHIPSET SUPPORT
374 P:      Jordan Crouse
375 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
376 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
377 S:      Supported
379 AMS (Apple Motion Sensor) DRIVER
380 P:      Stelian Pop
381 M:      stelian@popies.net
382 P:      Michael Hanselmann
383 M:      linux-kernel@hansmi.ch
384 S:      Supported
386 AMSO1100 RNIC DRIVER
387 P:      Tom Tucker
388 M:      tom@opengridcomputing.com
389 P:      Steve Wise
390 M:      swise@opengridcomputing.com
391 L:      general@lists.openfabrics.org
392 S:      Maintained
394 AOA (Apple Onboard Audio) ALSA DRIVER
395 P:      Johannes Berg
396 M:      johannes@sipsolutions.net
397 L:      linuxppc-dev@ozlabs.org
398 L:      alsa-devel@alsa-project.org (subscribers-only)
399 S:      Maintained
401 APM DRIVER
402 P:      Stephen Rothwell
403 M:      sfr@canb.auug.org.au
404 L:      linux-laptop@vger.kernel.org
405 W:      http://www.canb.auug.org.au/~sfr/
406 S:      Supported
408 APPLE SMC DRIVER
409 P:      Nicolas Boichat
410 M:      nicolas@boichat.ch
411 L:      mactel-linux-devel@lists.sourceforge.net
412 S:      Maintained
414 APPLETALK NETWORK LAYER
415 P:      Arnaldo Carvalho de Melo
416 M:      acme@ghostprotocols.net
417 S:      Maintained
419 APPLETOUCH TOUCHPAD DRIVER
420 P:      Johannes Berg
421 M:      johannes@sipsolutions.net
422 L:      linux-input@vger.kernel.org
423 S:      Maintained
425 ARC FRAMEBUFFER DRIVER
426 P:      Jaya Kumar
427 M:      jayalk@intworks.biz
428 S:      Maintained
430 ARM MFM AND FLOPPY DRIVERS
431 P:      Ian Molton
432 M:      spyro@f2s.com
433 S:      Maintained
435 ARM PRIMECELL MMCI PL180/1 DRIVER
436 P:      Russell King
437 M:      rmk@arm.linux.org.uk
438 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
439 S:      Maintained
441 ARM/ADI ROADRUNNER MACHINE SUPPORT
442 P:      Lennert Buytenhek
443 M:      kernel@wantstofly.org
444 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
445 S:      Maintained
447 ARM/ADS SPHERE MACHINE SUPPORT
448 P:      Lennert Buytenhek
449 M:      kernel@wantstofly.org
450 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
451 S:      Maintained
453 ARM/AJECO 1ARM MACHINE SUPPORT
454 P:      Lennert Buytenhek
455 M:      kernel@wantstofly.org
456 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
457 S:      Maintained
459 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
460 P:      Andrew Victor
461 M:      linux@maxim.org.za
462 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
463 W:      http://maxim.org.za/at91_26.html
464 S:      Maintained
466 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
467 P:      Lennert Buytenhek
468 M:      kernel@wantstofly.org
469 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
470 S:      Maintained
472 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
473 P:      Lennert Buytenhek
474 M:      kernel@wantstofly.org
475 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
476 S:      Maintained
478 ARM/CORGI MACHINE SUPPORT
479 P:      Richard Purdie
480 M:      rpurdie@rpsys.net
481 S:      Maintained
483 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
484 P:      Lennert Buytenhek
485 M:      kernel@wantstofly.org
486 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
487 S:      Maintained
489 ARM/GUMSTIX MACHINE SUPPORT
490 P:      Steve Sakoman
491 M:      sakoman@gmail.com
492 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
493 S:      Maintained
495 ARM/HP JORNADA 7XX MACHINE SUPPORT
496 P:      Kristoffer Ericson
497 M:      kristoffer.ericson@gmail.com
498 W:      www.jlime.com
499 S:      Maintained
501 ARM/INTEL IOP32X ARM ARCHITECTURE
502 P:      Lennert Buytenhek
503 M:      kernel@wantstofly.org
504 P:      Dan Williams
505 M:      dan.j.williams@intel.com
506 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
507 S:      Supported
509 ARM/INTEL IOP33X ARM ARCHITECTURE
510 P:      Dan Williams
511 M:      dan.j.williams@intel.com
512 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
513 S:      Supported
515 ARM/INTEL IOP13XX ARM ARCHITECTURE
516 P:      Lennert Buytenhek
517 M:      kernel@wantstofly.org
518 P:      Dan Williams
519 M:      dan.j.williams@intel.com
520 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
521 S:      Supported
523 ARM/INTEL IQ81342EX MACHINE SUPPORT
524 P:      Lennert Buytenhek
525 M:      kernel@wantstofly.org
526 P:      Dan Williams
527 M:      dan.j.williams@intel.com
528 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
529 S:      Supported
531 ARM/INTEL IXP2000 ARM ARCHITECTURE
532 P:      Lennert Buytenhek
533 M:      kernel@wantstofly.org
534 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
535 S:      Maintained
537 ARM/INTEL IXDP2850 MACHINE SUPPORT
538 P:      Lennert Buytenhek
539 M:      kernel@wantstofly.org
540 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
541 S:      Maintained
543 ARM/INTEL IXP23XX ARM ARCHITECTURE
544 P:      Lennert Buytenhek
545 M:      kernel@wantstofly.org
546 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
547 S:      Maintained
549 ARM/INTEL XSC3 (MANZANO) ARM CORE
550 P:      Lennert Buytenhek
551 M:      kernel@wantstofly.org
552 P:      Dan Williams
553 M:      dan.j.williams@intel.com
554 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
555 S:      Supported
557 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
558 P:      Lennert Buytenhek
559 M:      kernel@wantstofly.org
560 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
561 S:      Maintained
563 ARM/LOGICPD PXA270 MACHINE SUPPORT
564 P:      Lennert Buytenhek
565 M:      kernel@wantstofly.org
566 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
567 S:      Maintained
569 ARM/TOSA MACHINE SUPPORT
570 P:      Dirk Opfer
571 M:      dirk@opfer-online.de
572 S:      Maintained
574 ARM/PLEB SUPPORT
575 P:      Peter Chubb
576 M:      pleb@gelato.unsw.edu.au
577 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
578 S:      Maintained
580 ARM/PT DIGITAL BOARD PORT
581 P:      Stefan Eletzhofer
582 M:      stefan.eletzhofer@eletztrick.de
583 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
584 W:      http://www.arm.linux.org.uk/
585 S:      Maintained
587 ARM/RADISYS ENP2611 MACHINE SUPPORT
588 P:      Lennert Buytenhek
589 M:      kernel@wantstofly.org
590 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
591 S:      Maintained
593 ARM/SHARK MACHINE SUPPORT
594 P:      Alexander Schulz
595 M:      alex@shark-linux.de
596 W:      http://www.shark-linux.de/shark.html
597 S:      Maintained
599 ARM/STRONGARM110 PORT
600 P:      Russell King
601 M:      rmk@arm.linux.org.uk
602 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
603 W:      http://www.arm.linux.org.uk/
604 S:      Maintained
606 ARM/S3C2410 ARM ARCHITECTURE
607 P:      Ben Dooks
608 M:      ben-linux@fluff.org
609 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
610 W:      http://www.fluff.org/ben/linux/
611 S:      Maintained
613 ARM/S3C2440 ARM ARCHITECTURE
614 P:      Ben Dooks
615 M:      ben-linux@fluff.org
616 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
617 W:      http://www.fluff.org/ben/linux/
618 S:      Maintained
620 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
621 P:      Lennert Buytenhek
622 M:      kernel@wantstofly.org
623 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
624 S:      Maintained
626 ARM/THECUS N2100 MACHINE SUPPORT
627 P:      Lennert Buytenhek
628 M:      kernel@wantstofly.org
629 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
630 S:      Maintained
632 ARPD SUPPORT
633 P:      Jonathan Layes
634 L:      netdev@vger.kernel.org
635 S:      Maintained
637 ASUS ACPI EXTRAS DRIVER
638 P:      Corentin Chary
639 M:      corentincj@iksaif.net
640 P:      Karol Kozimor
641 M:      sziwan@users.sourceforge.net
642 L:      acpi4asus-user@lists.sourceforge.net
643 W:      http://sourceforge.net/projects/acpi4asus
644 W:      http://xf.iksaif.net/acpi4asus
645 S:      Maintained
647 ASUS ASB100 HARDWARE MONITOR DRIVER
648 P:      Mark M. Hoffman
649 M:      mhoffman@lightlink.com
650 L:      lm-sensors@lm-sensors.org
651 S:      Maintained
653 ASUS LAPTOP EXTRAS DRIVER
654 P:      Corentin Chary
655 M:      corentincj@iksaif.net
656 L:      acpi4asus-user@lists.sourceforge.net
657 W:      http://sourceforge.net/projects/acpi4asus
658 W:      http://xf.iksaif.net/acpi4asus
659 S:      Maintained
661 ASYNCHRONOUS TRANSFERS/TRANSFORMS API
662 P:      Dan Williams
663 M:      dan.j.williams@intel.com
664 P:      Maciej Sosnowski
665 M:      maciej.sosnowski@intel.com
666 L:      linux-kernel@vger.kernel.org
667 W:      http://sourceforge.net/projects/xscaleiop
668 S:      Supported
670 ATA OVER ETHERNET DRIVER
671 P:      Ed L. Cashin
672 M:      ecashin@coraid.com
673 W:      http://www.coraid.com/support/linux
674 S:      Supported
676 ATHEROS ATH5K WIRELESS DRIVER
677 P:      Jiri Slaby
678 M:      jirislaby@gmail.com
679 P:      Nick Kossifidis
680 M:      mickflemm@gmail.com
681 P:      Luis R. Rodriguez
682 M:      mcgrof@gmail.com
683 L:      linux-wireless@vger.kernel.org
684 L:      ath5k-devel@lists.ath5k.org
685 S:      Maintained
687 ATI_REMOTE2 DRIVER
688 P:      Ville Syrjala
689 M:      syrjala@sci.fi
690 S:      Maintained
692 ATL1 ETHERNET DRIVER
693 P:      Jay Cliburn
694 M:      jcliburn@gmail.com
695 P:      Chris Snook
696 M:      csnook@redhat.com
697 L:      atl1-devel@lists.sourceforge.net
698 W:      http://sourceforge.net/projects/atl1
699 W:      http://atl1.sourceforge.net
700 S:      Maintained
703 P:      Chas Williams
704 M:      chas@cmf.nrl.navy.mil
705 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
706 W:      http://linux-atm.sourceforge.net
707 S:      Maintained
709 ATMEL AT91 MCI DRIVER
710 P:      Nicolas Ferre
711 M:      nicolas.ferre@atmel.com
712 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
713 W:      http://www.atmel.com/products/AT91/
714 W:      http://www.at91.com/
715 S:      Maintained
717 ATMEL AT91 / AT32 SERIAL DRIVER
718 P:      Haavard Skinnemoen
719 M:      hskinnemoen@atmel.com
720 L:      linux-kernel@vger.kernel.org
721 S:      Supported
723 ATMEL LCDFB DRIVER
724 P:      Nicolas Ferre
725 M:      nicolas.ferre@atmel.com
726 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
727 S:      Maintained
729 ATMEL MACB ETHERNET DRIVER
730 P:      Haavard Skinnemoen
731 M:      hskinnemoen@atmel.com
732 S:      Supported
734 ATMEL SPI DRIVER
735 P:      Haavard Skinnemoen
736 M:      hskinnemoen@atmel.com
737 S:      Supported
739 ATMEL USBA UDC DRIVER
740 P:      Haavard Skinnemoen
741 M:      hskinnemoen@atmel.com
742 L:      kernel@avr32linux.org
743 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
744 S:      Supported
746 ATMEL WIRELESS DRIVER
747 P:      Simon Kelley
748 M:      simon@thekelleys.org.uk
749 L:      linux-wireless@vger.kernel.org
750 W:      http://www.thekelleys.org.uk/atmel
751 W:      http://atmelwlandriver.sourceforge.net/
752 S:      Maintained
754 AUDIT SUBSYSTEM
755 P:      Al Viro
756 M:      viro@zeniv.linux.org.uk
757 P:      Eric Paris
758 M:      eparis@redhat.com
759 L:      linux-audit@redhat.com (subscribers-only)
760 W:      http://people.redhat.com/sgrubb/audit/
761 T:      git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
762 S:      Maintained
764 AUXILIARY DISPLAY DRIVERS
765 P:      Miguel Ojeda Sandonis
766 M:      maxextreme@gmail.com
767 L:      linux-kernel@vger.kernel.org
768 W:      http://auxdisplay.googlepages.com/
769 S:      Maintained
771 AVR32 ARCHITECTURE
772 P:      Haavard Skinnemoen
773 M:      hskinnemoen@atmel.com
774 W:      http://www.atmel.com/products/AVR32/
775 W:      http://avr32linux.org/
776 W:      http://avrfreaks.net/
777 S:      Supported
779 AVR32/AT32AP MACHINE SUPPORT
780 P:      Haavard Skinnemoen
781 M:      hskinnemoen@atmel.com
782 S:      Supported
784 AX.25 NETWORK LAYER
785 P:      Ralf Baechle
786 M:      ralf@linux-mips.org
787 L:      linux-hams@vger.kernel.org
788 W:      http://www.linux-ax25.org/
789 S:      Maintained
791 BACKLIGHT CLASS/SUBSYSTEM
792 P:      Richard Purdie
793 M:      rpurdie@rpsys.net
794 S:      Maintained
796 BLACKFIN ARCHITECTURE
797 P:      Bryan Wu
798 M:      cooloney@kernel.org
799 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
800 W:      http://blackfin.uclinux.org
801 S:      Supported
803 BLACKFIN EMAC DRIVER
804 P:      Bryan Wu
805 M:      cooloney@kernel.org
806 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
807 W:      http://blackfin.uclinux.org
808 S:      Supported
810 BLACKFIN RTC DRIVER
811 P:      Mike Frysinger
812 M:      vapier.adi@gmail.com
813 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
814 W:      http://blackfin.uclinux.org
815 S:      Supported
817 BLACKFIN SERIAL DRIVER
818 P:      Sonic Zhang
819 M:      sonic.zhang@analog.com
820 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
821 W:      http://blackfin.uclinux.org
822 S:      Supported
824 BLACKFIN WATCHDOG DRIVER
825 P:      Mike Frysinger
826 M:      vapier.adi@gmail.com
827 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
828 W:      http://blackfin.uclinux.org
829 S:      Supported
831 BAYCOM/HDLCDRV DRIVERS FOR AX.25
832 P:      Thomas Sailer
833 M:      t.sailer@alumni.ethz.ch
834 L:      linux-hams@vger.kernel.org
835 W:      http://www.baycom.org/~tom/ham/ham.html
836 S:      Maintained
838 B43 WIRELESS DRIVER
839 P:      Michael Buesch
840 M:      mb@bu3sch.de
841 P:      Stefano Brivio
842 M:      stefano.brivio@polimi.it
843 L:      linux-wireless@vger.kernel.org
844 W:      http://linuxwireless.org/en/users/Drivers/b43
845 S:      Maintained
847 B43LEGACY WIRELESS DRIVER
848 P:      Larry Finger
849 M:      Larry.Finger@lwfinger.net
850 P:      Stefano Brivio
851 M:      stefano.brivio@polimi.it
852 L:      linux-wireless@vger.kernel.org
853 W:      http://linuxwireless.org/en/users/Drivers/b43
854 S:      Maintained
856 BEFS FILE SYSTEM
857 P:      Sergey S. Kostyliov
858 M:      rathamahata@php4.ru
859 L:      linux-kernel@vger.kernel.org
860 S:      Maintained
862 BFS FILE SYSTEM
863 P:      Tigran A. Aivazian
864 M:      tigran@aivazian.fsnet.co.uk
865 L:      linux-kernel@vger.kernel.org
866 S:      Maintained
868 BLACKFIN I2C TWI DRIVER
869 P:      Sonic Zhang
870 M:      sonic.zhang@analog.com
871 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
872 W:      http://blackfin.uclinux.org/
873 S:      Supported
875 BLOCK LAYER
876 P:      Jens Axboe
877 M:      axboe@kernel.dk
878 L:      linux-kernel@vger.kernel.org
879 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
880 S:      Maintained
882 BLOCK2MTD DRIVER
883 P:      Joern Engel
884 M:      joern@lazybastard.org
885 L:      linux-mtd@lists.infradead.org
886 S:      Maintained
888 BLUETOOTH SUBSYSTEM
889 P:      Marcel Holtmann
890 M:      marcel@holtmann.org
891 P:      Maxim Krasnyansky
892 M:      maxk@qualcomm.com
893 L:      linux-bluetooth@vger.kernel.org
894 W:      http://bluez.sf.net
895 W:      http://www.bluez.org
896 W:      http://www.holtmann.org/linux/bluetooth/
897 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
898 S:      Maintained
900 BLUETOOTH RFCOMM LAYER
901 P:      Marcel Holtmann
902 M:      marcel@holtmann.org
903 P:      Maxim Krasnyansky
904 M:      maxk@qualcomm.com
905 S:      Maintained
907 BLUETOOTH BNEP LAYER
908 P:      Marcel Holtmann
909 M:      marcel@holtmann.org
910 P:      Maxim Krasnyansky
911 M:      maxk@qualcomm.com
912 S:      Maintained
914 BLUETOOTH CMTP LAYER
915 P:      Marcel Holtmann
916 M:      marcel@holtmann.org
917 S:      Maintained
919 BLUETOOTH HIDP LAYER
920 P:      Marcel Holtmann
921 M:      marcel@holtmann.org
922 S:      Maintained
924 BLUETOOTH HCI UART DRIVER
925 P:      Marcel Holtmann
926 M:      marcel@holtmann.org
927 P:      Maxim Krasnyansky
928 M:      maxk@qualcomm.com
929 S:      Maintained
931 BLUETOOTH HCI USB DRIVER
932 P:      Marcel Holtmann
933 M:      marcel@holtmann.org
934 P:      Maxim Krasnyansky
935 M:      maxk@qualcomm.com
936 S:      Maintained
938 BLUETOOTH HCI BCM203X DRIVER
939 P:      Marcel Holtmann
940 M:      marcel@holtmann.org
941 S:      Maintained
943 BLUETOOTH HCI BPA10X DRIVER
944 P:      Marcel Holtmann
945 M:      marcel@holtmann.org
946 S:      Maintained
948 BLUETOOTH HCI BFUSB DRIVER
949 P:      Marcel Holtmann
950 M:      marcel@holtmann.org
951 S:      Maintained
953 BLUETOOTH HCI DTL1 DRIVER
954 P:      Marcel Holtmann
955 M:      marcel@holtmann.org
956 S:      Maintained
958 BLUETOOTH HCI BLUECARD DRIVER
959 P:      Marcel Holtmann
960 M:      marcel@holtmann.org
961 S:      Maintained
963 BLUETOOTH HCI BT3C DRIVER
964 P:      Marcel Holtmann
965 M:      marcel@holtmann.org
966 S:      Maintained
968 BLUETOOTH HCI BTUART DRIVER
969 P:      Marcel Holtmann
970 M:      marcel@holtmann.org
971 S:      Maintained
973 BLUETOOTH HCI VHCI DRIVER
974 P:      Maxim Krasnyansky
975 M:      maxk@qualcomm.com
976 S:      Maintained
978 BONDING DRIVER
979 P:      Jay Vosburgh
980 M:      fubar@us.ibm.com
981 L:      bonding-devel@lists.sourceforge.net
982 W:      http://sourceforge.net/projects/bonding/
983 S:      Supported
985 BROADCOM B44 10/100 ETHERNET DRIVER
986 P:      Gary Zambrano
987 M:      zambrano@broadcom.com
988 L:      netdev@vger.kernel.org
989 S:      Supported
991 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
992 P:      Michael Chan
993 M:      mchan@broadcom.com
994 L:      netdev@vger.kernel.org
995 S:      Supported
997 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
998 P:      Eilon Greenstein
999 M:      eilong@broadcom.com
1000 L:      netdev@vger.kernel.org
1001 S:      Supported
1003 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1004 P:      Michael Chan
1005 M:      mchan@broadcom.com
1006 L:      netdev@vger.kernel.org
1007 S:      Supported
1009 BSG (block layer generic sg v4 driver)
1010 P:      FUJITA Tomonori
1011 M:      fujita.tomonori@lab.ntt.co.jp
1012 L:      linux-scsi@vger.kernel.org
1013 S:      Supported
1015 BTTV VIDEO4LINUX DRIVER
1016 P:      Mauro Carvalho Chehab
1017 M:      mchehab@infradead.org
1018 M:      v4l-dvb-maintainer@linuxtv.org
1019 L:      video4linux-list@redhat.com
1020 W:      http://linuxtv.org
1021 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1022 S:      Maintained
1024 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1025 P:      Jonathan Corbet
1026 M:      corbet@lwn.net
1027 L:      video4linux-list@redhat.com
1028 S:      Maintained
1030 CAN NETWORK LAYER
1031 P:      Urs Thuermann
1032 M:      urs.thuermann@volkswagen.de
1033 P:      Oliver Hartkopp
1034 M:      oliver.hartkopp@volkswagen.de
1035 L:      socketcan-core@lists.berlios.de (subscribers-only)
1036 W:      http://developer.berlios.de/projects/socketcan/
1037 S:      Maintained
1039 CALGARY x86-64 IOMMU
1040 P:      Muli Ben-Yehuda
1041 M:      muli@il.ibm.com
1042 P:      Jon D. Mason
1043 M:      jdmason@kudzu.us
1044 L:      linux-kernel@vger.kernel.org
1045 L:      discuss@x86-64.org
1046 S:      Maintained
1048 CELL BROADBAND ENGINE ARCHITECTURE
1049 P:      Arnd Bergmann
1050 M:      arnd@arndb.de
1051 L:      linuxppc-dev@ozlabs.org
1052 L:      cbe-oss-dev@ozlabs.org
1053 W:      http://www.ibm.com/developerworks/power/cell/
1054 S:      Supported
1056 CFAG12864B LCD DRIVER
1057 P:      Miguel Ojeda Sandonis
1058 M:      maxextreme@gmail.com
1059 L:      linux-kernel@vger.kernel.org
1060 W:      http://auxdisplay.googlepages.com/
1061 S:      Maintained
1063 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1064 P:      Miguel Ojeda Sandonis
1065 M:      maxextreme@gmail.com
1066 L:      linux-kernel@vger.kernel.org
1067 W:      http://auxdisplay.googlepages.com/
1068 S:      Maintained
1070 CFG80211 and NL80211
1071 P:      Johannes Berg
1072 M:      johannes@sipsolutions.net
1073 L:      linux-wireless@vger.kernel.org
1074 S:      Maintained
1076 CHECKPATCH
1077 P:      Andy Whitcroft
1078 M:      apw@shadowen.org
1079 P:      Randy Dunlap
1080 M:      rdunlap@xenotime.net
1081 P:      Joel Schopp
1082 M:      jschopp@austin.ibm.com
1083 S:      Supported
1085 COMMON INTERNET FILE SYSTEM (CIFS)
1086 P:      Steve French
1087 M:      sfrench@samba.org
1088 L:      linux-cifs-client@lists.samba.org
1089 L:      samba-technical@lists.samba.org
1090 W:      http://linux-cifs.samba.org/
1091 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1092 S:      Supported
1094 CONFIGFS
1095 P:      Joel Becker
1096 M:      joel.becker@oracle.com
1097 L:      linux-kernel@vger.kernel.org
1098 S:      Supported
1100 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1101 P:      Lennert Buytenhek
1102 M:      kernel@wantstofly.org
1103 L:      netdev@vger.kernel.org
1104 S:      Maintained
1106 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1107 P:      Lennert Buytenhek
1108 M:      kernel@wantstofly.org
1109 L:      linux-usb@vger.kernel.org
1110 S:      Maintained
1112 CIRRUS LOGIC CS4270 SOUND DRIVER
1113 P:      Timur Tabi
1114 M:      timur@freescale.com
1115 L:      alsa-devel@alsa-project.org
1116 S:      Supported
1118 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1119 P:      Cirrus Logic Corporation (kernel 2.2 driver)
1120 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1121 P:      Nils Faerber (port to kernel 2.4)
1122 M:      Nils Faerber <nils@kernelconcepts.de>
1123 S:      Maintained
1125 CODA FILE SYSTEM
1126 P:      Jan Harkes
1127 M:      jaharkes@cs.cmu.edu
1128 M:      coda@cs.cmu.edu
1129 L:      codalist@coda.cs.cmu.edu
1130 W:      http://www.coda.cs.cmu.edu/
1131 S:      Maintained
1133 COMPACTPCI HOTPLUG CORE
1134 P:      Scott Murray
1135 M:      scottm@somanetworks.com
1136 M:      scott@spiteful.org
1137 L:      pcihpd-discuss@lists.sourceforge.net
1138 S:      Supported
1140 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1141 P:      Scott Murray
1142 M:      scottm@somanetworks.com
1143 M:      scott@spiteful.org
1144 L:      pcihpd-discuss@lists.sourceforge.net
1145 S:      Supported
1147 COMPACTPCI HOTPLUG GENERIC DRIVER
1148 P:      Scott Murray
1149 M:      scottm@somanetworks.com
1150 M:      scott@spiteful.org
1151 L:      pcihpd-discuss@lists.sourceforge.net
1152 S:      Supported
1154 COMPUTONE INTELLIPORT MULTIPORT CARD
1155 P:      Michael H. Warfield
1156 M:      mhw@wittsend.com
1157 W:      http://www.wittsend.com/computone.html
1158 S:      Maintained
1160 CONEXANT ACCESSRUNNER USB DRIVER
1161 P:      Simon Arlott
1162 M:      cxacru@fire.lp0.eu
1163 L:      accessrunner-general@lists.sourceforge.net
1164 W:      http://accessrunner.sourceforge.net/
1165 S:      Maintained
1167 CONTROL GROUPS (CGROUPS)
1168 P:      Paul Menage
1169 M:      menage@google.com
1170 L:      containers@lists.linux-foundation.org
1171 S:      Maintained
1173 CORETEMP HARDWARE MONITORING DRIVER
1174 P:      Rudolf Marek
1175 M:      r.marek@assembler.cz
1176 L:      lm-sensors@lm-sensors.org
1177 S:      Maintained
1179 COSA/SRP SYNC SERIAL DRIVER
1180 P:      Jan "Yenya" Kasprzak
1181 M:      kas@fi.muni.cz
1182 W:      http://www.fi.muni.cz/~kas/cosa/
1183 S:      Maintained
1185 CPU FREQUENCY DRIVERS
1186 P:      Dave Jones
1187 M:      davej@codemonkey.org.uk
1188 L:      cpufreq@lists.linux.org.uk
1189 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1190 T:      git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1191 S:      Maintained
1193 CPUID/MSR DRIVER
1194 P:      H. Peter Anvin
1195 M:      hpa@zytor.com
1196 S:      Maintained
1198 CPUSETS
1199 P:      Paul Jackson
1200 P:      Paul Menage
1201 M:      pj@sgi.com
1202 M:      menage@google.com
1203 L:      linux-kernel@vger.kernel.org
1204 W:      http://www.bullopensource.org/cpuset/
1205 W:      http://oss.sgi.com/projects/cpusets/
1206 S:      Supported
1208 CRAMFS FILESYSTEM
1209 W:      http://sourceforge.net/projects/cramfs/
1210 S:      Orphan
1212 CRIS PORT
1213 P:      Mikael Starvik
1214 M:      starvik@axis.com
1215 P:      Jesper Nilsson
1216 M:      jesper.nilsson@axis.com
1217 L:      dev-etrax@axis.com
1218 W:      http://developer.axis.com
1219 S:      Maintained
1221 CRYPTO API
1222 P:      Herbert Xu
1223 M:      herbert@gondor.apana.org.au
1224 P:      David S. Miller
1225 M:      davem@davemloft.net
1226 L:      linux-crypto@vger.kernel.org
1227 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1228 S:      Maintained
1230 CS5535 Audio ALSA driver
1231 P:      Jaya Kumar
1232 M:      jayakumar.alsa@gmail.com
1233 S:      Maintained
1235 CX18 VIDEO4LINUX DRIVER
1236 P:      Hans Verkuil, Andy Walls
1237 M:      hverkuil@xs4all.nl, awalls@radix.net
1238 L:      ivtv-devel@ivtvdriver.org
1239 L:      ivtv-users@ivtvdriver.org
1240 L:      video4linux-list@redhat.com
1241 W:      http://linuxtv.org
1242 S:      Maintained
1244 CXGB3 ETHERNET DRIVER (CXGB3)
1245 P:      Divy Le Ray
1246 M:      divy@chelsio.com
1247 L:      netdev@vger.kernel.org
1248 W:      http://www.chelsio.com
1249 S:      Supported
1251 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1252 P:      Steve Wise
1253 M:      swise@chelsio.com
1254 L:      general@lists.openfabrics.org
1255 W:      http://www.openfabrics.org
1256 S:      Supported
1258 CYBERPRO FB DRIVER
1259 P:      Russell King
1260 M:      rmk@arm.linux.org.uk
1261 W:      http://www.arm.linux.org.uk/
1262 S:      Maintained
1264 CYBLAFB FRAMEBUFFER DRIVER
1265 P:      Knut Petersen
1266 M:      Knut_Petersen@t-online.de
1267 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1268 S:      Maintained
1270 CYCLADES 2X SYNC CARD DRIVER
1271 P:      Arnaldo Carvalho de Melo
1272 M:      acme@ghostprotocols.net
1273 W:      http://oops.ghostprotocols.net:81/blog
1274 S:      Maintained
1276 CYCLADES ASYNC MUX DRIVER
1277 W:      http://www.cyclades.com/
1278 S:      Orphan
1280 CYCLADES PC300 DRIVER
1281 W:      http://www.cyclades.com/
1282 S:      Orphan
1284 DAMA SLAVE for AX.25
1285 P:      Joerg Reuter
1286 M:      jreuter@yaina.de
1287 W:      http://yaina.de/jreuter/
1288 W:      http://www.qsl.net/dl1bke/
1289 L:      linux-hams@vger.kernel.org
1290 S:      Maintained
1292 DC395x SCSI driver
1293 P:      Oliver Neukum
1294 M:      oliver@neukum.name
1295 P:      Ali Akcaagac
1296 M:      aliakc@web.de
1297 P:      Jamie Lenehan
1298 M:      lenehan@twibble.org
1299 W:      http://twibble.org/dist/dc395x/
1300 L:      dc395x@twibble.org
1301 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1302 S:      Maintained
1304 DC390/AM53C974 SCSI driver
1305 P:      Kurt Garloff
1306 M:      garloff@suse.de
1307 W:      http://www.garloff.de/kurt/linux/dc390/
1308 P:      Guennadi Liakhovetski
1309 M:      g.liakhovetski@gmx.de
1310 S:      Maintained
1312 DCCP PROTOCOL
1313 P:      Arnaldo Carvalho de Melo
1314 M:      acme@ghostprotocols.net
1315 L:      dccp@vger.kernel.org
1316 W:      http://linux-net.osdl.org/index.php/DCCP
1317 S:      Maintained
1319 DECnet NETWORK LAYER
1320 P:      Christine Caulfield
1321 M:      christine.caulfield@googlemail.com
1322 W:      http://linux-decnet.sourceforge.net
1323 L:      linux-decnet-user@lists.sourceforge.net
1324 S:      Maintained
1326 DEFXX FDDI NETWORK DRIVER
1327 P:      Maciej W. Rozycki
1328 M:      macro@linux-mips.org
1329 S:      Maintained
1331 DELL LAPTOP SMM DRIVER
1332 P:      Massimo Dal Zotto
1333 M:      dz@debian.org
1334 W:      http://www.debian.org/~dz/i8k/
1335 S:      Maintained
1337 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1338 P:      Doug Warzecha
1339 M:      Douglas_Warzecha@dell.com
1340 S:      Maintained
1342 DEVICE-MAPPER  (LVM)
1343 P:      Alasdair Kergon
1344 L:      dm-devel@redhat.com
1345 W:      http://sources.redhat.com/dm
1346 S:      Maintained
1348 DEVICE NUMBER REGISTRY
1349 P:      Torben Mathiasen
1350 M:      device@lanana.org
1351 W:      http://lanana.org/docs/device-list/index.html
1352 L:      linux-kernel@vger.kernel.org
1353 S:      Maintained
1355 DIGI INTL. EPCA DRIVER
1356 P:      Digi International, Inc
1357 M:      Eng.Linux@digi.com
1358 L:      Eng.Linux@digi.com
1359 W:      http://www.digi.com
1360 S:      Orphaned
1362 DIRECTORY NOTIFICATION
1363 P:      Stephen Rothwell
1364 M:      sfr@canb.auug.org.au
1365 L:      linux-kernel@vger.kernel.org
1366 S:      Supported
1368 DISK GEOMETRY AND PARTITION HANDLING
1369 P:      Andries Brouwer
1370 M:      aeb@cwi.nl
1371 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1372 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1373 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1374 S:      Maintained
1376 DISKQUOTA:
1377 P:      Jan Kara
1378 M:      jack@suse.cz
1379 L:      linux-kernel@vger.kernel.org
1380 S:      Maintained
1382 DISTRIBUTED LOCK MANAGER
1383 P:      Christine Caulfield
1384 M:      ccaulfie@redhat.com
1385 P:      David Teigland
1386 M:      teigland@redhat.com
1387 L:      cluster-devel@redhat.com
1388 W:      http://sources.redhat.com/cluster/
1389 T:      git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
1390 S:      Supported
1392 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1393 P:      Tobias Ringstrom
1394 M:      tori@unhappy.mine.nu
1395 L:      netdev@vger.kernel.org
1396 S:      Maintained
1398 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1399 P:      Maciej Sosnowski
1400 M:      maciej.sosnowski@intel.com
1401 P:      Dan Williams
1402 M:      dan.j.williams@intel.com
1403 L:      linux-kernel@vger.kernel.org
1404 S:      Supported
1406 DME1737 HARDWARE MONITOR DRIVER
1407 P:      Juerg Haefliger
1408 M:      juergh@gmail.com
1409 L:      lm-sensors@lm-sensors.org
1410 S:      Maintained
1412 DOCBOOK FOR DOCUMENTATION
1413 P:      Randy Dunlap
1414 M:      rdunlap@xenotime.net
1415 S:      Maintained
1417 DOCKING STATION DRIVER
1418 P:      Kristen Carlson Accardi
1419 M:      kristen.c.accardi@intel.com
1420 L:      linux-acpi@vger.kernel.org
1421 S:      Supported
1423 DOUBLETALK DRIVER
1424 P:      James R. Van Zandt
1425 M:      jrv@vanzandt.mv.com
1426 L:      blinux-list@redhat.com
1427 S:      Maintained
1429 DRIVER CORE, KOBJECTS, AND SYSFS
1430 P:      Greg Kroah-Hartman
1431 M:      gregkh@suse.de
1432 L:      linux-kernel@vger.kernel.org
1433 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1434 S:      Supported
1436 DRM DRIVERS
1437 P:      David Airlie
1438 M:      airlied@linux.ie
1439 L:      dri-devel@lists.sourceforge.net
1440 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1441 S:      Maintained
1443 DSCC4 DRIVER
1444 P:      Francois Romieu
1445 M:      romieu@fr.zoreil.com
1446 L:      netdev@vger.kernel.org
1447 S:      Maintained
1449 DVB SUBSYSTEM AND DRIVERS
1450 P:      LinuxTV.org Project
1451 M:      v4l-dvb-maintainer@linuxtv.org
1452 L:      linux-dvb@linuxtv.org (subscription required)
1453 W:      http://linuxtv.org/
1454 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1455 S:      Maintained
1457 DZ DECSTATION DZ11 SERIAL DRIVER
1458 P:      Maciej W. Rozycki
1459 M:      macro@linux-mips.org
1460 S:      Maintained
1462 EATA-DMA SCSI DRIVER
1463 P:      Michael Neuffer
1464 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1465 S:      Maintained
1467 EATA ISA/EISA/PCI SCSI DRIVER
1468 P:      Dario Ballabio
1469 M:      ballabio_dario@emc.com
1470 L:      linux-scsi@vger.kernel.org
1471 S:      Maintained
1473 EATA-PIO SCSI DRIVER
1474 P:      Michael Neuffer
1475 M:      mike@i-Connect.Net
1476 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1477 S:      Maintained
1479 EBTABLES
1480 P:      Bart De Schuymer
1481 M:      bart.de.schuymer@pandora.be
1482 L:      ebtables-user@lists.sourceforge.net
1483 L:      ebtables-devel@lists.sourceforge.net
1484 W:      http://ebtables.sourceforge.net/
1485 S:      Maintained
1487 ECRYPT FILE SYSTEM
1488 P:      Mike Halcrow, Phillip Hellewell
1489 M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1490 L:      ecryptfs-devel@lists.sourceforge.net
1491 W:      http://ecryptfs.sourceforge.net/
1492 S:      Supported
1494 EDAC-CORE
1495 P:      Doug Thompson
1496 M:      dougthompson@xmission.com
1497 L:      bluesmoke-devel@lists.sourceforge.net
1498 W:      bluesmoke.sourceforge.net
1499 S:      Supported
1501 EDAC-E752X
1502 P:      Mark Gross
1503 P:      Doug Thompson
1504 M:      mark.gross@intel.com
1505 M:      dougthompson@xmission.com
1506 L:      bluesmoke-devel@lists.sourceforge.net
1507 W:      bluesmoke.sourceforge.net
1508 S:      Maintained
1510 EDAC-E7XXX
1511 P:      Doug Thompson
1512 M:      dougthompson@xmission.com
1513 L:      bluesmoke-devel@lists.sourceforge.net
1514 W:      bluesmoke.sourceforge.net
1515 S:      Maintained
1517 EDAC-I82443BXGX
1518 P:      Tim Small
1519 M:      tim@buttersideup.com
1520 L:      bluesmoke-devel@lists.sourceforge.net
1521 W:      bluesmoke.sourceforge.net
1522 S:      Maintained
1524 EDAC-I3000
1525 P:      Jason Uhlenkott
1526 M:      juhlenko@akamai.com
1527 L:      bluesmoke-devel@lists.sourceforge.net
1528 W:      bluesmoke.sourceforge.net
1529 S:      Maintained
1531 EDAC-I5000
1532 P:      Doug Thompson
1533 M:      dougthompson@xmission.com
1534 L:      bluesmoke-devel@lists.sourceforge.net
1535 W:      bluesmoke.sourceforge.net
1536 S:      Maintained
1538 EDAC-I82975X
1539 P:      Ranganathan Desikan
1540 P:      Arvind R.
1541 M:      rdesikan@jetzbroadband.com
1542 M:      arvind@acarlab.com
1543 L:      bluesmoke-devel@lists.sourceforge.net
1544 W:      bluesmoke.sourceforge.net
1545 S:      Maintained
1547 EDAC-PASEMI
1548 P:      Egor Martovetsky
1549 M:      egor@pasemi.com
1550 L:      bluesmoke-devel@lists.sourceforge.net
1551 W:      bluesmoke.sourceforge.net
1552 S:      Maintained
1554 EDAC-R82600
1555 P:      Tim Small
1556 M:      tim@buttersideup.com
1557 L:      bluesmoke-devel@lists.sourceforge.net
1558 W:      bluesmoke.sourceforge.net
1559 S:      Maintained
1561 EEEPC LAPTOP EXTRAS DRIVER
1562 P:      Corentin Chary
1563 M:      corentincj@iksaif.net
1564 L:      acpi4asus-user@lists.sourceforge.net
1565 W:      http://sourceforge.net/projects/acpi4asus
1566 S:      Maintained
1568 EEPRO100 NETWORK DRIVER
1569 P:      Andrey V. Savochkin
1570 M:      saw@saw.sw.com.sg
1571 S:      Maintained
1573 EFS FILESYSTEM
1574 W:      http://aeschi.ch.eu.org/efs/
1575 S:      Orphan
1577 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1578 P:      Hoang-Nam Nguyen
1579 M:      hnguyen@de.ibm.com
1580 P:      Christoph Raisch
1581 M:      raisch@de.ibm.com
1582 L:      general@lists.openfabrics.org
1583 S:      Supported
1585 EMBEDDED LINUX
1586 P:      Paul Gortmaker
1587 M:      paul.gortmaker@windriver.com
1588 P       David Woodhouse
1589 M:      dwmw2@infradead.org
1590 L:      linux-embedded@vger.kernel.org
1591 S:      Maintained
1593 EMULEX LPFC FC SCSI DRIVER
1594 P:      James Smart
1595 M:      james.smart@emulex.com
1596 L:      linux-scsi@vger.kernel.org
1597 W:      http://sourceforge.net/projects/lpfcxxxx
1598 S:      Supported
1600 EPSON 1355 FRAMEBUFFER DRIVER
1601 P:      Christopher Hoover
1602 M:      ch@murgatroid.com, ch@hpl.hp.com
1603 S:      Maintained
1605 ETHEREXPRESS-16 NETWORK DRIVER
1606 P:      Philip Blundell
1607 M:      philb@gnu.org
1608 L:      netdev@vger.kernel.org
1609 S:      Maintained
1611 ETHERNET BRIDGE
1612 P:      Stephen Hemminger
1613 M:      shemminger@linux-foundation.org
1614 L:      bridge@lists.linux-foundation.org
1615 W:      http://www.linux-foundation.org/en/Net:Bridge
1616 S:      Maintained
1618 ETHERTEAM 16I DRIVER
1619 P:      Mika Kuoppala
1620 M:      miku@iki.fi
1621 S:      Maintained
1623 EXT2 FILE SYSTEM
1624 L:      linux-ext4@vger.kernel.org
1625 S:      Maintained
1627 EXT3 FILE SYSTEM
1628 P:      Stephen Tweedie, Andrew Morton
1629 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1630 L:      linux-ext4@vger.kernel.org
1631 S:      Maintained
1633 EXT4 FILE SYSTEM
1634 P:      Stephen Tweedie, Andrew Morton
1635 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1636 L:      linux-ext4@vger.kernel.org
1637 S:      Maintained
1639 F71805F HARDWARE MONITORING DRIVER
1640 P:      Jean Delvare
1641 M:      khali@linux-fr.org
1642 L:      lm-sensors@lm-sensors.org
1643 S:      Maintained
1645 FARSYNC SYNCHRONOUS DRIVER
1646 P:      Kevin Curtis
1647 M:      kevin.curtis@farsite.co.uk
1648 W:      http://www.farsite.co.uk/
1649 S:      Supported
1651 FAULT INJECTION SUPPORT
1652 P:      Akinobu Mita
1653 M:      akinobu.mita@gmail.com
1654 S:      Supported
1656 FRAMEBUFFER LAYER
1657 P:      Antonino Daplas
1658 M:      adaplas@gmail.com
1659 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1660 W:      http://linux-fbdev.sourceforge.net/
1661 S:      Maintained
1663 FREESCALE DMA DRIVER
1664 P:      Li Yang
1665 M:      leoli@freescale.com
1666 P:      Zhang Wei
1667 M:      zw@zh-kernel.org
1668 L:      linuxppc-embedded@ozlabs.org
1669 L:      linux-kernel@vger.kernel.org
1670 S:      Maintained
1672 FREESCALE SOC FS_ENET DRIVER
1673 P:      Pantelis Antoniou
1674 M:      pantelis.antoniou@gmail.com
1675 P:      Vitaly Bordug
1676 M:      vbordug@ru.mvista.com
1677 L:      linuxppc-dev@ozlabs.org
1678 L:      netdev@vger.kernel.org
1679 S:      Maintained
1681 FREESCALE QUICC ENGINE LIBRARY
1682 P:      Timur Tabi
1683 M:      timur@freescale.com
1684 L:      linuxppc-dev@ozlabs.org
1685 S:      Supported
1687 FREESCALE HIGHSPEED USB DEVICE DRIVER
1688 P:      Li Yang
1689 M:      leoli@freescale.com
1690 L:      linux-usb@vger.kernel.org
1691 L:      linuxppc-dev@ozlabs.org
1692 S:      Maintained
1694 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1695 P:      Li Yang
1696 M:      leoli@freescale.com
1697 L:      netdev@vger.kernel.org
1698 L:      linuxppc-dev@ozlabs.org
1699 S:      Maintained
1701 FREESCALE QUICC ENGINE UCC UART DRIVER
1702 P:      Timur Tabi
1703 M:      timur@freescale.com
1704 L:      linuxppc-dev@ozlabs.org
1705 S:      Supported
1707 FREESCALE SOC SOUND DRIVERS
1708 P:      Timur Tabi
1709 M:      timur@freescale.com
1710 L:      alsa-devel@alsa-project.org
1711 L:      linuxppc-dev@ozlabs.org
1712 S:      Supported
1714 FILE LOCKING (flock() and fcntl()/lockf())
1715 P:      Matthew Wilcox
1716 M:      matthew@wil.cx
1717 L:      linux-fsdevel@vger.kernel.org
1718 S:      Maintained
1720 FILESYSTEMS (VFS and infrastructure)
1721 P:      Alexander Viro
1722 M:      viro@zeniv.linux.org.uk
1723 L:      linux-fsdevel@vger.kernel.org
1724 S:      Maintained
1726 FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1727 P:      Kristian Hoegsberg, Stefan Richter
1728 M:      krh@redhat.com, stefanr@s5r6.in-berlin.de
1729 L:      linux1394-devel@lists.sourceforge.net
1730 W:      http://www.linux1394.org/
1731 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1732 S:      Maintained
1734 FIRMWARE LOADER (request_firmware)
1735 L:      linux-kernel@vger.kernel.org
1736 S:      Orphan
1738 FPU EMULATOR
1739 P:      Bill Metzenthen
1740 M:      billm@suburbia.net
1741 W:      http://suburbia.net/~billm/floating-point/emulator/
1742 S:      Maintained
1744 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1745 P:      Mike McLagan
1746 M:      mike.mclagan@linux.org
1747 L:      netdev@vger.kernel.org
1748 S:      Maintained
1750 FREEVXFS FILESYSTEM
1751 P:      Christoph Hellwig
1752 M:      hch@infradead.org
1753 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1754 S:      Maintained
1756 FUJITSU FR-V (FRV) PORT
1757 P:      David Howells
1758 M:      dhowells@redhat.com
1759 S:      Maintained
1761 FUSE: FILESYSTEM IN USERSPACE
1762 P:      Miklos Szeredi
1763 M:      miklos@szeredi.hu
1764 L:      fuse-devel@lists.sourceforge.net
1765 W:      http://fuse.sourceforge.net/
1766 S:      Maintained
1768 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1769 P:      Rik Faith
1770 M:      faith@cs.unc.edu
1771 L:      linux-scsi@vger.kernel.org
1772 S:      Odd fixes (e.g., new signatures)
1774 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1775 P:      Achim Leubner
1776 M:      achim_leubner@adaptec.com
1777 L:      linux-scsi@vger.kernel.org
1778 W:      http://www.icp-vortex.com/
1779 S:      Supported
1781 GENERIC GPIO I2C DRIVER
1782 P:      Haavard Skinnemoen
1783 M:      hskinnemoen@atmel.com
1784 S:      Supported
1786 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1787 P:      Krzysztof Halasa
1788 M:      khc@pm.waw.pl
1789 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1790 S:      Maintained
1792 GFS2 FILE SYSTEM
1793 P:      Steven Whitehouse
1794 M:      swhiteho@redhat.com
1795 L:      cluster-devel@redhat.com
1796 W:      http://sources.redhat.com/cluster/
1797 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1798 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1799 S:      Supported
1801 GIGASET ISDN DRIVERS
1802 P:      Hansjoerg Lipp
1803 M:      hjlipp@web.de
1804 P:      Tilman Schmidt
1805 M:      tilman@imap.cc
1806 L:      gigaset307x-common@lists.sourceforge.net
1807 W:      http://gigaset307x.sourceforge.net/
1808 S:      Maintained
1810 HARDWARE MONITORING
1811 P:      Mark M. Hoffman
1812 M:      mhoffman@lightlink.com
1813 L:      lm-sensors@lm-sensors.org
1814 W:      http://www.lm-sensors.org/
1815 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1816 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
1817 S:      Maintained
1819 HARDWARE RANDOM NUMBER GENERATOR CORE
1820 S:      Orphaned
1822 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1823 P:      Robert Love
1824 M:      rlove@rlove.org
1825 M:      linux-kernel@vger.kernel.org
1826 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1827 S:      Maintained
1829 HARMONY SOUND DRIVER
1830 P:      Kyle McMartin
1831 M:      kyle@mcmartin.ca
1832 L:      linux-parisc@vger.kernel.org
1833 S:      Maintained
1835 HAYES ESP SERIAL DRIVER
1836 P:      Andrew J. Robinson
1837 M:      arobinso@nyx.net
1838 L:      linux-kernel@vger.kernel.org
1839 W:      http://www.nyx.net/~arobinso
1840 S:      Maintained
1842 HFS FILESYSTEM
1843 P:      Roman Zippel
1844 M:      zippel@linux-m68k.org
1845 L:      linux-kernel@vger.kernel.org
1846 S:      Maintained
1848 HGA FRAMEBUFFER DRIVER
1849 P:      Ferenc Bakonyi
1850 M:      fero@drama.obuda.kando.hu
1851 L:      linux-nvidia@lists.surfsouth.com
1852 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1853 S:      Maintained
1855 HID CORE LAYER
1856 P:      Jiri Kosina
1857 M:      jkosina@suse.cz
1858 L:      linux-input@vger.kernel.org
1859 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1860 S:      Maintained
1862 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1863 P:      Thomas Gleixner
1864 M:      tglx@linutronix.de
1865 L:      linux-kernel@vger.kernel.org
1866 S:      Maintained
1868 HIGH-SPEED SCC DRIVER FOR AX.25
1869 P:      Klaus Kudielka
1870 M:      klaus.kudielka@ieee.org
1871 L:      linux-hams@vger.kernel.org
1872 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1873 S:      Maintained
1875 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1876 P:      HighPoint Linux Team
1877 M:      linux@highpoint-tech.com
1878 W:      http://www.highpoint-tech.com
1879 S:      Supported
1881 HIPPI
1882 P:      Jes Sorensen
1883 M:      jes@trained-monkey.org
1884 L:      linux-hippi@sunsite.dk
1885 S:      Maintained
1887 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1888 P:      Chirag Kantharia
1889 M:      chirag.kantharia@hp.com
1890 L:      iss_storagedev@hp.com
1891 S:      Maintained
1893 HEWLETT-PACKARD SMART2 RAID DRIVER
1894 P:      Chirag Kantharia
1895 M:      chirag.kantharia@hp.com
1896 L:      iss_storagedev@hp.com
1897 S:      Maintained
1899 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1900 P:      Mike Miller
1901 M:      mike.miller@hp.com
1902 L:      iss_storagedev@hp.com
1903 S:      Supported
1905 HOST AP DRIVER
1906 P:      Jouni Malinen
1907 M:      j@w1.fi
1908 L:      hostap@shmoo.com (subscribers-only)
1909 L:      linux-wireless@vger.kernel.org
1910 W:      http://hostap.epitest.fi/
1911 S:      Maintained
1913 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1914 P:      Jaroslav Kysela
1915 M:      perex@perex.cz
1916 S:      Maintained
1918 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1919 P:      Carlos Corbacho
1920 M:      carlos@strangeworlds.co.uk
1921 S:      Odd Fixes
1923 HPET:   High Precision Event Timers driver (hpet.c)
1924 P:      Clemens Ladisch
1925 M:      clemens@ladisch.de
1926 S:      Maintained
1928 HPET:   i386
1929 P:      Venkatesh Pallipadi (Venki)
1930 M:      venkatesh.pallipadi@intel.com
1931 S:      Maintained
1933 HPET:   x86_64
1934 P:      Vojtech Pavlik
1935 M:      vojtech@suse.cz
1936 S:      Maintained
1938 HPET:   ACPI hpet.c
1939 P:      Bob Picco
1940 M:      bob.picco@hp.com
1941 S:      Maintained
1943 HPFS FILESYSTEM
1944 P:      Mikulas Patocka
1945 M:      mikulas@artax.karlin.mff.cuni.cz
1946 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1947 S:      Maintained
1949 HUGETLB FILESYSTEM
1950 P:      William Irwin
1951 M:      wli@holomorphy.com
1952 S:      Maintained
1954 I2C/SMBUS STUB DRIVER
1955 P:      Mark M. Hoffman
1956 M:      mhoffman@lightlink.com
1957 L:      lm-sensors@lm-sensors.org
1958 S:      Maintained
1960 I2C SUBSYSTEM
1961 P:      Jean Delvare (PC drivers, core)
1962 M:      khali@linux-fr.org
1963 P:      Ben Dooks (embedded platforms)
1964 M:      ben-linux@fluff.org
1965 L:      i2c@lm-sensors.org
1966 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1967 S:      Maintained
1969 I2C-TINY-USB DRIVER
1970 P:      Till Harbaum
1971 M:      till@harbaum.org
1972 L:      i2c@lm-sensors.org
1973 T:      http://www.harbaum.org/till/i2c_tiny_usb
1974 S:      Maintained
1976 i386 BOOT CODE
1977 P:      H. Peter Anvin
1978 M:      hpa@zytor.com
1979 L:      Linux-Kernel@vger.kernel.org
1980 S:      Maintained
1982 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1983 P:      H. Peter Anvin
1984 M:      hpa@zytor.com
1985 T:      git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1986 S:      Maintained
1988 IA64 (Itanium) PLATFORM
1989 P:      Tony Luck
1990 M:      tony.luck@intel.com
1991 L:      linux-ia64@vger.kernel.org
1992 W:      http://www.ia64-linux.org/
1993 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1994 S:      Maintained
1996 SN-IA64 (Itanium) SUB-PLATFORM
1997 P:      Jes Sorensen
1998 M:      jes@sgi.com
1999 L:      linux-altix@sgi.com
2000 L:      linux-ia64@vger.kernel.org
2001 W:      http://www.sgi.com/altix
2002 S:      Maintained
2004 IBM MCA SCSI SUBSYSTEM DRIVER
2005 P:      Michael Lang
2006 M:      langa2@kph.uni-mainz.de
2007 W:      http://www.uni-mainz.de/~langm000/linux.html
2008 S:      Maintained
2010 IBM Power Linux RAID adapter
2011 P:      Brian King
2012 M:      brking@us.ibm.com
2013 S:      Supported
2015 IBM ServeRAID RAID DRIVER
2016 P:      Jack Hammer
2017 P:      Dave Jeffery
2018 M:      ipslinux@adaptec.com
2019 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2020 S:      Supported
2022 IDE SUBSYSTEM
2023 P:      Bartlomiej Zolnierkiewicz
2024 M:      bzolnier@gmail.com
2025 L:      linux-ide@vger.kernel.org
2026 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
2027 S:      Maintained
2029 IDE/ATAPI CDROM DRIVER
2030 P:      Borislav Petkov
2031 M:      petkovbb@gmail.com
2032 L:      linux-ide@vger.kernel.org
2033 S:      Maintained
2035 IDE/ATAPI FLOPPY DRIVERS
2036 P:      Paul Bristow
2037 M:      Paul Bristow <paul@paulbristow.net>
2038 W:      http://paulbristow.net/linux/idefloppy.html
2039 L:      linux-kernel@vger.kernel.org
2040 S:      Maintained
2042 IDE/ATAPI TAPE DRIVERS
2043 P:      Gadi Oxman
2044 M:      Gadi Oxman <gadio@netvision.net.il>
2045 L:      linux-kernel@vger.kernel.org
2046 S:      Maintained
2048 IDE-SCSI DRIVER
2049 L:      linux-ide@vger.kernel.org
2050 L:      linux-scsi@vger.kernel.org
2051 S:      Orphan
2053 IEEE 1394 SUBSYSTEM (drivers/ieee1394)
2054 P:      Ben Collins
2055 M:      ben.collins@ubuntu.com
2056 P:      Stefan Richter
2057 M:      stefanr@s5r6.in-berlin.de
2058 L:      linux1394-devel@lists.sourceforge.net
2059 W:      http://www.linux1394.org/
2060 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2061 S:      Maintained
2063 IEEE 1394 RAW I/O DRIVER (raw1394)
2064 P:      Dan Dennedy
2065 M:      dan@dennedy.org
2066 P:      Stefan Richter
2067 M:      stefanr@s5r6.in-berlin.de
2068 L:      linux1394-devel@lists.sourceforge.net
2069 S:      Maintained
2071 IMS TWINTURBO FRAMEBUFFER DRIVER
2072 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2073 S:      Orphan
2075 INFINIBAND SUBSYSTEM
2076 P:      Roland Dreier
2077 M:      rolandd@cisco.com
2078 P:      Sean Hefty
2079 M:      sean.hefty@intel.com
2080 P:      Hal Rosenstock
2081 M:      hal.rosenstock@gmail.com 
2082 L:      general@lists.openfabrics.org
2083 W:      http://www.openib.org/
2084 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
2085 S:      Supported
2087 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2088 P:      Dmitry Torokhov
2089 M:      dmitry.torokhov@gmail.com
2090 M:      dtor@mail.ru
2091 L:      linux-input@vger.kernel.org
2092 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2093 S:      Maintained
2095 INOTIFY
2096 P:      John McCutchan
2097 M:      ttb@tentacle.dhs.org
2098 P:      Robert Love
2099 M:      rml@novell.com
2100 L:      linux-kernel@vger.kernel.org
2101 S:      Maintained
2103 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2104 P:      Sylvain Meyer
2105 M:      sylvain.meyer@worldonline.fr
2106 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2107 S:      Maintained
2109 INTEL 810/815 FRAMEBUFFER DRIVER
2110 P:      Antonino Daplas
2111 M:      adaplas@gmail.com
2112 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2113 S:      Maintained
2115 INTEL IA32 MICROCODE UPDATE SUPPORT
2116 P:      Tigran Aivazian
2117 M:      tigran@aivazian.fsnet.co.uk
2118 S:      Maintained
2120 INTEL I/OAT DMA DRIVER
2121 P:      Maciej Sosnowski
2122 M:      maciej.sosnowski@intel.com
2123 L:      linux-kernel@vger.kernel.org
2124 S:      Supported
2126 INTEL IOP-ADMA DMA DRIVER
2127 P:      Dan Williams
2128 M:      dan.j.williams@intel.com
2129 L:      linux-kernel@vger.kernel.org
2130 S:      Supported
2132 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2133 P:      Deepak Saxena
2134 M:      dsaxena@plexity.net
2135 S:      Maintained
2137 INTEL IXP2000 ETHERNET DRIVER
2138 P:      Lennert Buytenhek
2139 M:      kernel@wantstofly.org
2140 L:      netdev@vger.kernel.org
2141 S:      Maintained
2143 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2144 P:      Jeff Kirsher
2145 M:      jeffrey.t.kirsher@intel.com
2146 P:      Jesse Brandeburg
2147 M:      jesse.brandeburg@intel.com
2148 P:      Bruce Allan
2149 M:      bruce.w.allan@intel.com
2150 P:      John Ronciak
2151 M:      john.ronciak@intel.com
2152 L:      e1000-devel@lists.sourceforge.net
2153 W:      http://e1000.sourceforge.net/
2154 S:      Supported
2156 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2157 P:      Zhu Yi
2158 M:      yi.zhu@intel.com
2159 P:      James Ketrenos
2160 M:      jketreno@linux.intel.com
2161 P:      Reinette Chatre
2162 M:      reinette.chatre@intel.com
2163 L:      linux-wireless@vger.kernel.org
2164 L:      ipw2100-devel@lists.sourceforge.net
2165 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2166 W:      http://ipw2100.sourceforge.net
2167 S:      Supported
2169 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2170 P:      Zhu Yi
2171 M:      yi.zhu@intel.com
2172 P:      James Ketrenos
2173 M:      jketreno@linux.intel.com
2174 P:      Reinette Chatre
2175 M:      reinette.chatre@intel.com
2176 L:      linux-wireless@vger.kernel.org
2177 L:      ipw2100-devel@lists.sourceforge.net
2178 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2179 W:      http://ipw2200.sourceforge.net
2180 S:      Supported
2182 INTEL WIRELESS WIFI LINK (iwlwifi)
2183 P:      Zhu Yi
2184 M:      yi.zhu@intel.com
2185 P:      Reinette Chatre
2186 M:      reinette.chatre@intel.com
2187 L:      linux-wireless@vger.kernel.org
2188 L:      ipw3945-devel@lists.sourceforge.net
2189 W:      http://intellinuxwireless.org
2190 T:      git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2191 S:      Supported
2193 IOC3 ETHERNET DRIVER
2194 P:      Ralf Baechle
2195 M:      ralf@linux-mips.org
2196 L:      linux-mips@linux-mips.org
2197 S:      Maintained
2199 IOC3 SERIAL DRIVER
2200 P:      Pat Gefre
2201 M:      pfg@sgi.com
2202 L:      linux-mips@linux-mips.org
2203 S:      Maintained
2205 IP MASQUERADING:
2206 P:      Juanjo Ciarlante
2207 M:      jjciarla@raiz.uncu.edu.ar
2208 S:      Maintained
2210 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2211 P:      Francois Romieu
2212 M:      romieu@fr.zoreil.com
2213 P:      Sorbica Shieh
2214 M:      sorbica@icplus.com.tw
2215 P:      Jesse Huang
2216 M:      jesse@icplus.com.tw
2217 L:      netdev@vger.kernel.org
2218 S:      Maintained
2220 IPATH DRIVER:
2221 P:      Ralph Campbell
2222 M:      infinipath@qlogic.com
2223 L:      general@lists.openfabrics.org
2224 T:      git git://git.qlogic.com/ipath-linux-2.6
2225 S:      Supported
2227 IPMI SUBSYSTEM
2228 P:      Corey Minyard
2229 M:      minyard@acm.org
2230 L:      openipmi-developer@lists.sourceforge.net
2231 W:      http://openipmi.sourceforge.net/
2232 S:      Supported
2234 IPX NETWORK LAYER
2235 P:      Arnaldo Carvalho de Melo
2236 M:      acme@ghostprotocols.net
2237 L:      netdev@vger.kernel.org
2238 S:      Maintained
2240 IPWIRELES DRIVER
2241 P:      Jiri Kosina
2242 M:      jkosina@suse.cz
2243 P:      David Sterba
2244 M:      dsterba@suse.cz
2245 S:      Maintained
2246 T:      git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2248 IRDA SUBSYSTEM
2249 P:      Samuel Ortiz
2250 M:      samuel@sortiz.org
2251 L:      irda-users@lists.sourceforge.net (subscribers-only)
2252 W:      http://irda.sourceforge.net/
2253 S:      Maintained
2255 ISCSI
2256 P:      Mike Christie
2257 M:      michaelc@cs.wisc.edu
2258 L:      open-iscsi@googlegroups.com
2259 W:      www.open-iscsi.org
2260 T:      git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2261 S:      Maintained
2263 ISAPNP
2264 P:      Jaroslav Kysela
2265 M:      perex@perex.cz
2266 S:      Maintained
2268 ISDN SUBSYSTEM
2269 P:      Karsten Keil
2270 M:      kkeil@suse.de
2271 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
2272 W:      http://www.isdn4linux.de
2273 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2274 S:      Maintained
2276 ISDN SUBSYSTEM (Eicon active card driver)
2277 P:      Armin Schindler
2278 M:      mac@melware.de
2279 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
2280 W:      http://www.melware.de
2281 S:      Maintained
2283 IVTV VIDEO4LINUX DRIVER
2284 P:      Hans Verkuil
2285 M:      hverkuil@xs4all.nl
2286 L:      ivtv-devel@ivtvdriver.org
2287 L:      ivtv-users@ivtvdriver.org
2288 L:      video4linux-list@redhat.com
2289 W:      http://www.ivtvdriver.org
2290 S:      Maintained
2292 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2293 P:      David Woodhouse
2294 M:      dwmw2@infradead.org
2295 L:      linux-mtd@lists.infradead.org
2296 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
2297 S:      Maintained
2299 JFS FILESYSTEM
2300 P:      Dave Kleikamp
2301 M:      shaggy@austin.ibm.com
2302 L:      jfs-discussion@lists.sourceforge.net
2303 W:      http://jfs.sourceforge.net/
2304 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2305 S:      Supported
2307 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2308 P:      Stephen Tweedie, Andrew Morton
2309 M:      sct@redhat.com, akpm@linux-foundation.org
2310 L:      linux-ext4@vger.kernel.org
2311 S:      Maintained
2313 K8TEMP HARDWARE MONITORING DRIVER
2314 P:      Rudolf Marek
2315 M:      r.marek@assembler.cz
2316 L:      lm-sensors@lm-sensors.org
2317 S:      Maintained
2319 KCONFIG
2320 P:      Roman Zippel
2321 M:      zippel@linux-m68k.org
2322 L:      linux-kbuild@vger.kernel.org
2323 S:      Maintained
2325 KDUMP
2326 P:      Vivek Goyal
2327 M:      vgoyal@redhat.com
2328 P:      Haren Myneni
2329 M:      hbabu@us.ibm.com
2330 L:      kexec@lists.infradead.org
2331 L:      linux-kernel@vger.kernel.org
2332 W:      http://lse.sourceforge.net/kdump/
2333 S:      Maintained
2335 KERNEL AUTOMOUNTER (AUTOFS)
2336 P:      H. Peter Anvin
2337 M:      hpa@zytor.com
2338 L:      autofs@linux.kernel.org
2339 S:      Odd Fixes
2341 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2342 P:      Ian Kent
2343 M:      raven@themaw.net
2344 L:      autofs@linux.kernel.org
2345 S:      Maintained
2347 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2348 P:      Sam Ravnborg
2349 M:      sam@ravnborg.org
2350 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2351 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
2352 L:      linux-kbuild@vger.kernel.org
2353 S:      Maintained
2355 KERNEL JANITORS
2356 P:      Several
2357 L:      kernel-janitors@vger.kernel.org
2358 W:      http://www.kerneljanitors.org/
2359 S:      Maintained
2361 KERNEL NFSD
2362 P:      J. Bruce Fields
2363 M:      bfields@fieldses.org
2364 P:      Neil Brown
2365 M:      neilb@suse.de
2366 L:      linux-nfs@vger.kernel.org
2367 W:      http://nfs.sourceforge.net/
2368 S:      Supported
2370 KERNEL VIRTUAL MACHINE (KVM)
2371 P:      Avi Kivity
2372 M:      avi@qumranet.com
2373 L:      kvm@vger.kernel.org
2374 W:      http://kvm.qumranet.com
2375 S:      Supported
2377 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2378 P:      Hollis Blanchard
2379 M:      hollisb@us.ibm.com
2380 L:      kvm-ppc@vger.kernel.org
2381 W:      http://kvm.qumranet.com
2382 S:      Supported
2384 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
2385 P:      Anthony Xu
2386 M:      anthony.xu@intel.com
2387 P:      Xiantao Zhang
2388 M:      xiantao.zhang@intel.com
2389 L:      kvm-ia64@vger.kernel.org
2390 W:      http://kvm.qumranet.com
2391 S:      Supported
2393 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2394 P:      Carsten Otte
2395 M:      cotte@de.ibm.com
2396 P:      Christian Borntraeger
2397 M:      borntraeger@de.ibm.com
2398 M:      linux390@de.ibm.com
2399 L:      linux-s390@vger.kernel.org
2400 W:      http://www.ibm.com/developerworks/linux/linux390/
2401 S:      Supported
2403 KEXEC
2404 P:      Eric Biederman
2405 M:      ebiederm@xmission.com
2406 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2407 L:      linux-kernel@vger.kernel.org
2408 L:      kexec@lists.infradead.org
2409 S:      Maintained
2411 KGDB
2412 P:      Jason Wessel
2413 M:      jason.wessel@windriver.com
2414 L:      kgdb-bugreport@lists.sourceforge.net
2415 S:      Maintained
2417 KPROBES
2418 P:      Ananth N Mavinakayanahalli
2419 M:      ananth@in.ibm.com
2420 P:      Anil S Keshavamurthy
2421 M:      anil.s.keshavamurthy@intel.com
2422 P:      David S. Miller
2423 M:      davem@davemloft.net
2424 P:      Masami Hiramatsu
2425 M:      mhiramat@redhat.com
2426 L:      linux-kernel@vger.kernel.org
2427 S:      Maintained
2429 KS0108 LCD CONTROLLER DRIVER
2430 P:      Miguel Ojeda Sandonis
2431 M:      maxextreme@gmail.com
2432 L:      linux-kernel@vger.kernel.org
2433 W:      http://auxdisplay.googlepages.com/
2434 S:      Maintained
2436 LAPB module
2437 L:      linux-x25@vger.kernel.org
2438 S:      Orphan
2440 LASI 53c700 driver for PARISC
2441 P:      James E.J. Bottomley
2442 M:      James.Bottomley@HansenPartnership.com
2443 L:      linux-scsi@vger.kernel.org
2444 S:      Maintained
2446 LED SUBSYSTEM
2447 P:      Richard Purdie
2448 M:      rpurdie@rpsys.net
2449 S:      Maintained
2451 LEGO USB Tower driver
2452 P:      Juergen Stuber
2453 M:      starblue@users.sourceforge.net
2454 L:      legousb-devel@lists.sourceforge.net
2455 W:      http://legousb.sourceforge.net/
2456 S:      Maintained
2458 LGUEST
2459 P:      Rusty Russell
2460 M:      rusty@rustcorp.com.au
2461 L:      lguest@ozlabs.org
2462 W:      http://lguest.ozlabs.org/
2463 S:      Maintained
2465 LINUX FOR IBM pSERIES (RS/6000)
2466 P:      Paul Mackerras
2467 M:      paulus@au.ibm.com
2468 W:      http://www.ibm.com/linux/ltc/projects/ppc
2469 S:      Supported
2471 LINUX FOR NCR VOYAGER
2472 P:      James Bottomley
2473 M:      James.Bottomley@HansenPartnership.com
2474 W:      http://www.hansenpartnership.com/voyager
2475 S:      Maintained
2477 LINUX FOR POWERPC
2478 P:      Paul Mackerras
2479 M:      paulus@samba.org
2480 W:      http://www.penguinppc.org/
2481 L:      linuxppc-dev@ozlabs.org
2482 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2483 S:      Supported
2485 LINUX FOR POWER MACINTOSH
2486 P:      Benjamin Herrenschmidt
2487 M:      benh@kernel.crashing.org
2488 W:      http://www.penguinppc.org/
2489 L:      linuxppc-dev@ozlabs.org
2490 S:      Maintained
2492 LINUX FOR POWERPC EMBEDDED MPC52XX
2493 P:      Sylvain Munaut
2494 M:      tnt@246tNt.com
2495 P:      Grant Likely
2496 M:      grant.likely@secretlab.ca
2497 W:      http://www.246tNt.com/mpc52xx/
2498 W:      http://www.penguinppc.org/
2499 L:      linuxppc-dev@ozlabs.org
2500 S:      Maintained
2502 LINUX FOR POWERPC EMBEDDED PPC4XX
2503 P:      Josh Boyer
2504 M:      jwboyer@linux.vnet.ibm.com
2505 P:      Matt Porter
2506 M:      mporter@kernel.crashing.org
2507 W:      http://www.penguinppc.org/
2508 L:      linuxppc-dev@ozlabs.org
2509 T:      git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
2510 S:      Maintained
2512 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2513 P:      Grant Likely
2514 M:      grant.likely@secretlab.ca
2515 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
2516 L:      linuxppc-dev@ozlabs.org
2517 S:      Maintained
2519 LINUX FOR POWERPC BOOT CODE
2520 P:      Tom Rini
2521 M:      trini@kernel.crashing.org
2522 W:      http://www.penguinppc.org/
2523 L:      linuxppc-dev@ozlabs.org
2524 S:      Maintained
2526 LINUX FOR POWERPC EMBEDDED PPC8XX
2527 P:      Vitaly Bordug
2528 M:      vitb@kernel.crashing.org
2529 P:      Marcelo Tosatti
2530 M:      marcelo@kvack.org
2531 W:      http://www.penguinppc.org/
2532 L:      linuxppc-dev@ozlabs.org
2533 S:      Maintained
2535 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2536 P:      Kumar Gala
2537 M:      galak@kernel.crashing.org
2538 W:      http://www.penguinppc.org/
2539 L:      linuxppc-dev@ozlabs.org
2540 S:      Maintained
2542 LINUX FOR POWERPC PA SEMI PWRFICIENT
2543 P:      Olof Johansson
2544 M:      olof@lixom.net
2545 W:      http://www.pasemi.com/
2546 L:      linuxppc-dev@ozlabs.org
2547 S:      Supported
2549 LLC (802.2)
2550 P:      Arnaldo Carvalho de Melo
2551 M:      acme@ghostprotocols.net
2552 S:      Maintained
2554 LINUX FOR 64BIT POWERPC
2555 P:      Paul Mackerras
2556 M:      paulus@samba.org
2557 M:      paulus@au.ibm.com
2558 P:      Anton Blanchard
2559 M:      anton@samba.org
2560 M:      anton@au.ibm.com
2561 W:      http://www.penguinppc.org/ppc64/
2562 L:      linuxppc-dev@ozlabs.org
2563 S:      Supported
2565 LINUX SECURITY MODULE (LSM) FRAMEWORK
2566 P:      Chris Wright
2567 M:      chrisw@sous-sol.org
2568 L:      linux-security-module@vger.kernel.org
2569 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2570 S:      Supported
2572 LM83 HARDWARE MONITOR DRIVER
2573 P:      Jean Delvare
2574 M:      khali@linux-fr.org
2575 L:      lm-sensors@lm-sensors.org
2576 S:      Maintained
2578 LM90 HARDWARE MONITOR DRIVER
2579 P:      Jean Delvare
2580 M:      khali@linux-fr.org
2581 L:      lm-sensors@lm-sensors.org
2582 S:      Maintained
2584 LOCKDEP AND LOCKSTAT
2585 P:      Peter Zijlstra
2586 M:      peterz@infradead.org
2587 P:      Ingo Molnar
2588 M:      mingo@redhat.com
2589 L:      linux-kernel@vger.kernel.org
2590 T:      git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2591 S:      Maintained
2593 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2594 P:      Richard Russon (FlatCap)
2595 M:      ldm@flatcap.org
2596 L:      linux-ntfs-dev@lists.sourceforge.net
2597 W:      http://www.linux-ntfs.org/content/view/19/37/
2598 S:      Maintained
2600 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2601 P:      Eric Moore
2602 M:      Eric.Moore@lsi.com
2603 M:      support@lsi.com
2604 L:      DL-MPTFusionLinux@lsi.com
2605 L:      linux-scsi@vger.kernel.org
2606 W:      http://www.lsilogic.com/support
2607 S:      Supported
2609 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2610 P:      Matthew Wilcox
2611 M:      matthew@wil.cx
2612 L:      linux-scsi@vger.kernel.org
2613 S:      Maintained
2615 M32R ARCHITECTURE
2616 P:      Hirokazu Takata
2617 M:      takata@linux-m32r.org
2618 L:      linux-m32r@ml.linux-m32r.org
2619 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2620 W:      http://www.linux-m32r.org/
2621 S:      Maintained
2623 M68K ARCHITECTURE
2624 P:      Geert Uytterhoeven
2625 M:      geert@linux-m68k.org
2626 P:      Roman Zippel
2627 M:      zippel@linux-m68k.org
2628 L:      linux-m68k@lists.linux-m68k.org
2629 W:      http://www.linux-m68k.org/
2630 W:      http://linux-m68k-cvs.ubb.ca/
2631 S:      Maintained
2633 M68K ON APPLE MACINTOSH
2634 P:      Joshua Thompson
2635 M:      funaho@jurai.org
2636 W:      http://www.mac.linux-m68k.org/
2637 L:      linux-m68k@lists.linux-m68k.org
2638 S:      Maintained
2640 M68K ON HP9000/300
2641 P:      Philip Blundell
2642 M:      philb@gnu.org
2643 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2644 S:      Maintained
2646 MAC80211
2647 P:      Johannes Berg
2648 M:      johannes@sipsolutions.net
2649 P:      Michael Wu
2650 M:      flamingice@sourmilk.net
2651 L:      linux-wireless@vger.kernel.org
2652 W:      http://linuxwireless.org/
2653 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2654 S:      Maintained
2656 MAC80211 PID RATE CONTROL
2657 P:      Stefano Brivio
2658 M:      stefano.brivio@polimi.it
2659 P:      Mattias Nissler
2660 M:      mattias.nissler@gmx.de
2661 L:      linux-wireless@vger.kernel.org
2662 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2663 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2664 S:      Maintained
2666 MACVLAN DRIVER
2667 P:      Patrick McHardy
2668 M:      kaber@trash.net
2669 L:      netdev@vger.kernel.org
2670 S:      Maintained
2672 MARVELL YUKON / SYSKONNECT DRIVER
2673 P:      Mirko Lindner
2674 M:      mlindner@syskonnect.de
2675 P:      Ralph Roesler
2676 M:      rroesler@syskonnect.de
2677 W:      http://www.syskonnect.com
2678 S:      Supported
2680 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2681 P:      Michael Kerrisk
2682 M:      mtk.manpages@gmail.com
2683 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2684 S:      Maintained
2686 MARVELL LIBERTAS WIRELESS DRIVER
2687 P:      Dan Williams
2688 M:      dcbw@redhat.com
2689 L:      libertas-dev@lists.infradead.org
2690 S:      Maintained
2692 MARVELL MV643XX ETHERNET DRIVER
2693 P:      Lennert Buytenhek
2694 M:      buytenh@marvell.com
2695 L:      netdev@vger.kernel.org
2696 S:      Supported
2698 MATROX FRAMEBUFFER DRIVER
2699 P:      Petr Vandrovec
2700 M:      vandrove@vc.cvut.cz
2701 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2702 S:      Maintained
2704 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2705 P:      Hans J. Koch
2706 M:      hjk@linutronix.de
2707 L:      lm-sensors@lm-sensors.org
2708 S:      Maintained
2710 MEGARAID SCSI DRIVERS
2711 P:      Neela Syam Kolli
2712 M:      megaraidlinux@lsi.com
2713 S:      linux-scsi@vger.kernel.org
2714 W:      http://megaraid.lsilogic.com
2715 S:      Maintained
2717 MEMORY MANAGEMENT
2718 L:      linux-mm@kvack.org
2719 L:      linux-kernel@vger.kernel.org
2720 W:      http://www.linux-mm.org
2721 S:      Maintained
2723 MEMORY RESOURCE CONTROLLER
2724 P:      Balbir Singh
2725 M:      balbir@linux.vnet.ibm.com
2726 P:      Pavel Emelyanov
2727 M:      xemul@openvz.org
2728 P:      KAMEZAWA Hiroyuki
2729 M:      kamezawa.hiroyu@jp.fujitsu.com
2730 L:      linux-mm@kvack.org
2731 L:      linux-kernel@vger.kernel.org
2732 S:      Maintained
2734 MEI MN10300/AM33 PORT
2735 P:      David Howells
2736 M:      dhowells@redhat.com
2737 P:      Koichi Yasutake
2738 M:      yasutake.koichi@jp.panasonic.com
2739 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
2740 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2741 S:      Maintained
2743 MEMORY TECHNOLOGY DEVICES (MTD)
2744 P:      David Woodhouse
2745 M:      dwmw2@infradead.org
2746 W:      http://www.linux-mtd.infradead.org/
2747 L:      linux-mtd@lists.infradead.org
2748 T:      git git://git.infradead.org/mtd-2.6.git
2749 S:      Maintained
2751 UNSORTED BLOCK IMAGES (UBI)
2752 P:      Artem Bityutskiy
2753 M:      dedekind@infradead.org
2754 W:      http://www.linux-mtd.infradead.org/
2755 L:      linux-mtd@lists.infradead.org
2756 T:      git git://git.infradead.org/~dedekind/ubi-2.6.git
2757 S:      Maintained
2759 MICROTEK X6 SCANNER
2760 P:      Oliver Neukum
2761 M:      oliver@neukum.name
2762 S:      Maintained
2764 MIPS
2765 P:      Ralf Baechle
2766 M:      ralf@linux-mips.org
2767 W:      http://www.linux-mips.org/
2768 L:      linux-mips@linux-mips.org
2769 T:      git www.linux-mips.org:/pub/scm/linux.git
2770 S:      Supported
2772 MISCELLANEOUS MCA-SUPPORT
2773 P:      James Bottomley
2774 M:      James.Bottomley@HansenPartnership.com
2775 L:      linux-kernel@vger.kernel.org
2776 S:      Maintained
2778 MODULE SUPPORT
2779 P:      Rusty Russell
2780 M:      rusty@rustcorp.com.au
2781 L:      linux-kernel@vger.kernel.org
2782 S:      Maintained
2784 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2785 P:      Stelian Pop
2786 M:      stelian@popies.net
2787 W:      http://popies.net/meye/
2788 S:      Maintained
2790 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2791 P:      Pavel Pisa
2792 M:      ppisa@pikron.com
2793 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2794 S:      Maintained
2796 MOUSE AND MISC DEVICES [GENERAL]
2797 P:      Alessandro Rubini
2798 M:      rubini@ipvvis.unipv.it
2799 L:      linux-kernel@vger.kernel.org
2800 S:      Maintained
2802 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
2803 P:      Jiri Slaby
2804 M:      jirislaby@gmail.com
2805 L:      linux-kernel@vger.kernel.org
2806 S:      Maintained
2808 MSI LAPTOP SUPPORT
2809 P:      Lennart Poettering
2810 M:      mzxreary@0pointer.de
2811 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2812 W:      http://0pointer.de/lennart/tchibo.html
2813 S:      Maintained
2815 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2816 P:      Pierre Ossman
2817 M:      drzeus-mmc@drzeus.cx
2818 L:      linux-kernel@vger.kernel.org
2819 S:      Maintained
2821 MULTIMEDIA CARD (MMC) ETC. OVER SPI
2822 P:      David Brownell
2823 M:      dbrownell@users.sourceforge.net
2824 L:      linux-kernel@vger.kernel.org
2825 S:      Odd fixes
2827 MULTISOUND SOUND DRIVER
2828 P:      Andrew Veliath
2829 M:      andrewtv@usa.net
2830 S:      Maintained
2832 MULTITECH MULTIPORT CARD (ISICOM)
2833 P:      Jiri Slaby
2834 M:      jirislaby@gmail.com
2835 L:      linux-kernel@vger.kernel.org
2836 S:      Maintained
2838 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2839 P:      Andrew Gallatin
2840 M:      gallatin@myri.com
2841 P:      Brice Goglin
2842 M:      brice@myri.com
2843 L:      netdev@vger.kernel.org
2844 W:      http://www.myri.com/scs/download-Myri10GE.html
2845 S:      Supported
2847 NATSEMI ETHERNET DRIVER (DP8381x)
2848 P:      Tim Hockin
2849 M:      thockin@hockin.org
2850 S:      Maintained
2852 NCP FILESYSTEM
2853 P:      Petr Vandrovec
2854 M:      vandrove@vc.cvut.cz
2855 L:      linware@sh.cvut.cz
2856 S:      Maintained
2858 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2859 P:      James E.J. Bottomley
2860 M:      James.Bottomley@HansenPartnership.com
2861 L:      linux-scsi@vger.kernel.org
2862 S:      Maintained
2864 NETEFFECT IWARP RNIC DRIVER (IW_NES)
2865 P:      Faisal Latif
2866 M:      flatif@neteffect.com
2867 P:      Chien Tung
2868 M:      ctung@neteffect.com
2869 P:      Glenn Streiff
2870 M:      gstreiff@neteffect.com
2871 L:      general@lists.openfabrics.org
2872 W:      http://www.neteffect.com
2873 S:      Supported
2874 F:      drivers/infiniband/hw/nes/
2876 NETEM NETWORK EMULATOR
2877 P:      Stephen Hemminger
2878 M:      shemminger@linux-foundation.org
2879 L:      netem@lists.linux-foundation.org
2880 S:      Maintained
2882 NETERION (S2IO) Xframe 10GbE DRIVER
2883 P:      Ramkrishna Vepa
2884 M:      ram.vepa@neterion.com
2885 P:      Rastapur Santosh
2886 M:      santosh.rastapur@neterion.com
2887 P:      Sivakumar Subramani
2888 M:      sivakumar.subramani@neterion.com
2889 P:      Sreenivasa Honnur
2890 M:      sreenivasa.honnur@neterion.com
2891 L:      netdev@vger.kernel.org
2892 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2893 S:      Supported
2895 NETFILTER/IPTABLES/IPCHAINS
2896 P:      Rusty Russell
2897 P:      Marc Boucher
2898 P:      James Morris
2899 P:      Harald Welte
2900 P:      Jozsef Kadlecsik
2901 P:      Patrick McHardy
2902 M:      kaber@trash.net
2903 L:      netfilter-devel@vger.kernel.org
2904 L:      netfilter@vger.kernel.org
2905 L:      coreteam@netfilter.org
2906 W:      http://www.netfilter.org/
2907 W:      http://www.iptables.org/
2908 S:      Supported
2910 NETLABEL
2911 P:      Paul Moore
2912 M:      paul.moore@hp.com
2913 W:      http://netlabel.sf.net
2914 L:      netdev@vger.kernel.org
2915 S:      Supported
2917 NETROM NETWORK LAYER
2918 P:      Ralf Baechle
2919 M:      ralf@linux-mips.org
2920 L:      linux-hams@vger.kernel.org
2921 W:      http://www.linux-ax25.org/
2922 S:      Maintained
2924 NETWORK BLOCK DEVICE (NBD)
2925 P:      Paul Clements
2926 M:      Paul.Clements@steeleye.com
2927 S:      Maintained
2929 NETWORK DEVICE DRIVERS
2930 P:      Jeff Garzik
2931 M:      jgarzik@pobox.com
2932 L:      netdev@vger.kernel.org
2933 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2934 S:      Maintained
2936 NETWORKING [GENERAL]
2937 P:      Networking Team
2938 M:      netdev@vger.kernel.org
2939 L:      netdev@vger.kernel.org
2940 W:      http://linux-net.osdl.org/
2941 S:      Maintained
2943 NETWORKING [IPv4/IPv6]
2944 P:      David S. Miller
2945 M:      davem@davemloft.net
2946 P:      Alexey Kuznetsov
2947 M:      kuznet@ms2.inr.ac.ru
2948 P:      Pekka Savola (ipv6)
2949 M:      pekkas@netcore.fi
2950 P:      James Morris
2951 M:      jmorris@namei.org
2952 P:      Hideaki YOSHIFUJI
2953 M:      yoshfuji@linux-ipv6.org
2954 P:      Patrick McHardy
2955 M:      kaber@trash.net
2956 L:      netdev@vger.kernel.org
2957 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2958 S:      Maintained
2960 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2961 P:      Paul Moore
2962 M:      paul.moore@hp.com
2963 L:      netdev@vger.kernel.org
2964 S:      Maintained
2966 NETWORKING [WIRELESS]
2967 P:      John W. Linville
2968 M:      linville@tuxdriver.com
2969 L:      linux-wireless@vger.kernel.org
2970 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2971 S:      Maintained
2973 NETXEN (1/10) GbE SUPPORT
2974 P:      Dhananjay Phadke
2975 M:      dhananjay@netxen.com
2976 L:      netdev@vger.kernel.org
2977 W:      http://www.netxen.com
2978 S:      Supported
2980 IPVS
2981 P:      Wensong Zhang
2982 M:      wensong@linux-vs.org
2983 P:      Simon Horman
2984 M:      horms@verge.net.au
2985 P:      Julian Anastasov
2986 M:      ja@ssi.bg
2987 L:      netdev@vger.kernel.org
2988 S:      Maintained
2990 NFS CLIENT
2991 P:      Trond Myklebust
2992 M:      Trond.Myklebust@netapp.com
2993 L:      linux-nfs@vger.kernel.org
2994 W:      http://client.linux-nfs.org
2995 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
2996 S:      Maintained
2998 NI5010 NETWORK DRIVER
2999 P:      Jan-Pascal van Best
3000 M:      janpascal@vanbest.org
3001 P:      Andreas Mohr
3002 M:      andi@lisas.de
3003 L:      netdev@vger.kernel.org
3004 S:      Maintained
3006 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3007 P:      YOKOTA Hiroshi
3008 M:      yokota@netlab.is.tsukuba.ac.jp
3009 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3010 S:      Maintained
3012 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3013 P:      GOTO Masanori
3014 M:      gotom@debian.or.jp
3015 P:      YOKOTA Hiroshi
3016 M:      yokota@netlab.is.tsukuba.ac.jp
3017 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3018 S:      Maintained
3020 NTFS FILESYSTEM
3021 P:      Anton Altaparmakov
3022 M:      aia21@cantab.net
3023 L:      linux-ntfs-dev@lists.sourceforge.net
3024 L:      linux-kernel@vger.kernel.org
3025 W:      http://linux-ntfs.sf.net/
3026 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
3027 S:      Maintained
3029 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3030 P:      Antonino Daplas
3031 M:      adaplas@gmail.com
3032 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3033 S:      Maintained
3035 OPENCORES I2C BUS DRIVER
3036 P:      Peter Korsgaard
3037 M:      jacmet@sunsite.dk
3038 L:      i2c@lm-sensors.org
3039 S:      Maintained
3041 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3042 P:      Mark Fasheh
3043 M:      mfasheh@suse.com
3044 P:      Joel Becker
3045 M:      joel.becker@oracle.com
3046 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3047 W:      http://oss.oracle.com/projects/ocfs2/
3048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3049 S:      Supported
3051 OMNIKEY CARDMAN 4000 DRIVER
3052 P:      Harald Welte
3053 M:      laforge@gnumonks.org
3054 S:      Maintained
3056 OMNIKEY CARDMAN 4040 DRIVER
3057 P:      Harald Welte
3058 M:      laforge@gnumonks.org
3059 S:      Maintained
3061 OMNIVISION OV7670 SENSOR DRIVER
3062 P:      Jonathan Corbet
3063 M:      corbet@lwn.net
3064 L:      video4linux-list@redhat.com
3065 S:      Maintained
3067 ONENAND FLASH DRIVER
3068 P:      Kyungmin Park
3069 M:      kyungmin.park@samsung.com
3070 L:      linux-mtd@lists.infradead.org
3071 S:      Maintained
3073 ONSTREAM SCSI TAPE DRIVER
3074 P:      Willem Riede
3075 M:      osst@riede.org
3076 L:      osst-users@lists.sourceforge.net
3077 L:      linux-scsi@vger.kernel.org
3078 S:      Maintained
3080 OPROFILE
3081 P:      Philippe Elie
3082 M:      phil.el@wanadoo.fr
3083 L:      oprofile-list@lists.sf.net
3084 S:      Maintained
3086 ORINOCO DRIVER
3087 P:      Pavel Roskin
3088 M:      proski@gnu.org
3089 P:      David Gibson
3090 M:      hermes@gibson.dropbear.id.au
3091 L:      linux-wireless@vger.kernel.org
3092 L:      orinoco-users@lists.sourceforge.net
3093 L:      orinoco-devel@lists.sourceforge.net
3094 W:      http://www.nongnu.org/orinoco/
3095 S:      Maintained
3097 PA SEMI ETHERNET DRIVER
3098 P:      Olof Johansson
3099 M:      olof@lixom.net
3100 L:      netdev@vger.kernel.org
3101 S:      Maintained
3103 PA SEMI SMBUS DRIVER
3104 P:      Olof Johansson
3105 M:      olof@lixom.net
3106 L:      i2c@lm-sensors.org
3107 S:      Maintained
3109 PARALLEL PORT SUPPORT
3110 L:      linux-parport@lists.infradead.org (subscribers-only)
3111 S:      Orphan
3113 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3114 P:      Tim Waugh
3115 M:      tim@cyberelk.net
3116 L:      linux-parport@lists.infradead.org (subscribers-only)
3117 W:      http://www.torque.net/linux-pp.html
3118 S:      Maintained
3120 PARISC ARCHITECTURE
3121 P:      Kyle McMartin
3122 M:      kyle@mcmartin.ca
3123 P:      Matthew Wilcox
3124 M:      matthew@wil.cx
3125 P:      Grant Grundler
3126 M:      grundler@parisc-linux.org
3127 L:      linux-parisc@vger.kernel.org
3128 W:      http://www.parisc-linux.org/
3129 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3130 S:      Maintained
3132 PARAVIRT_OPS INTERFACE
3133 P:      Jeremy Fitzhardinge
3134 M:      jeremy@xensource.com
3135 P:      Chris Wright
3136 M:      chrisw@sous-sol.org
3137 P:      Zachary Amsden
3138 M:      zach@vmware.com
3139 P:      Rusty Russell
3140 M:      rusty@rustcorp.com.au
3141 L:      virtualization@lists.osdl.org
3142 L:      linux-kernel@vger.kernel.org
3143 S:      Supported
3145 PC87360 HARDWARE MONITORING DRIVER
3146 P:      Jim Cromie
3147 M:      jim.cromie@gmail.com
3148 L:      lm-sensors@lm-sensors.org
3149 S:      Maintained
3151 PC8736x GPIO DRIVER
3152 P:      Jim Cromie
3153 M:      jim.cromie@gmail.com
3154 S:      Maintained
3156 PCI ERROR RECOVERY
3157 P:      Linas Vepstas
3158 M:      linas@austin.ibm.com
3159 L:      linux-kernel@vger.kernel.org
3160 L:      linux-pci@vger.kernel.org
3161 S:      Supported
3163 PCI SUBSYSTEM
3164 P:      Jesse Barnes
3165 M:      jbarnes@virtuousgeek.org
3166 L:      linux-kernel@vger.kernel.org
3167 L:      linux-pci@vger.kernel.org
3168 T:      git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
3169 S:      Supported
3171 PCI HOTPLUG CORE
3172 P:      Kristen Carlson Accardi
3173 M:      kristen.c.accardi@intel.com
3174 S:      Supported
3176 PCIE HOTPLUG DRIVER
3177 P:      Kristen Carlson Accardi
3178 M:      kristen.c.accardi@intel.com
3179 L:      pcihpd-discuss@lists.sourceforge.net
3180 S:      Supported
3182 PCMCIA SUBSYSTEM
3183 P:      Linux PCMCIA Team
3184 L:      linux-pcmcia@lists.infradead.org
3185 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3186 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3187 S:      Maintained
3189 PCNET32 NETWORK DRIVER
3190 P:      Don Fry
3191 M:      pcnet32@verizon.net
3192 L:      netdev@vger.kernel.org
3193 S:      Maintained
3195 PER-TASK DELAY ACCOUNTING
3196 P:      Shailabh Nagar
3197 M:      nagar@watson.ibm.com
3198 L:      linux-kernel@vger.kernel.org
3199 S:      Maintained
3201 PERSONALITY HANDLING
3202 P:      Christoph Hellwig
3203 M:      hch@infradead.org
3204 L:      linux-abi-devel@lists.sourceforge.net
3205 S:      Maintained
3207 PHRAM MTD DRIVER
3208 P:      Joern Engel
3209 M:      joern@lazybastard.org
3210 L:      linux-mtd@lists.infradead.org
3211 S:      Maintained
3213 PKTCDVD DRIVER
3214 P:      Peter Osterlund
3215 M:      petero2@telia.com
3216 L:      linux-kernel@vger.kernel.org
3217 S:      Maintained
3219 POSIX CLOCKS and TIMERS
3220 P:      Thomas Gleixner
3221 M:      tglx@linutronix.de
3222 L:      linux-kernel@vger.kernel.org
3223 S:      Supported
3225 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3226 P:      Anton Vorontsov
3227 M:      cbou@mail.ru
3228 P:      David Woodhouse
3229 M:      dwmw2@infradead.org
3230 L:      linux-kernel@vger.kernel.org
3231 T:      git git.infradead.org/battery-2.6.git
3232 S:      Maintained
3234 PNP SUPPORT
3235 P:      Adam Belay
3236 M:      ambx1@neo.rr.com
3237 S:      Maintained
3239 PNXxxxx I2C DRIVER
3240 P:      Vitaly Wool
3241 M:      vitalywool@gmail.com
3242 L:      i2c@lm-sensors.org
3243 S:      Maintained
3245 PPP PROTOCOL DRIVERS AND COMPRESSORS
3246 P:      Paul Mackerras
3247 M:      paulus@samba.org
3248 L:      linux-ppp@vger.kernel.org
3249 S:      Maintained
3251 PPP OVER ATM (RFC 2364)
3252 P:      Mitchell Blank Jr
3253 M:      mitch@sfgoth.com
3254 S:      Maintained
3256 PPP OVER ETHERNET
3257 P:      Michal Ostrowski
3258 M:      mostrows@earthlink.net
3259 S:      Maintained
3261 PPP OVER L2TP
3262 P:      James Chapman
3263 M:      jchapman@katalix.com
3264 S:      Maintained
3266 PREEMPTIBLE KERNEL
3267 P:      Robert Love
3268 M:      rml@tech9.net
3269 L:      linux-kernel@vger.kernel.org
3270 L:      kpreempt-tech@lists.sourceforge.net
3271 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3272 S:      Supported
3274 P54 WIRELESS DRIVER
3275 P:      Michael Wu
3276 M:      flamingice@sourmilk.net
3277 L:      linux-wireless@vger.kernel.org
3278 W:      http://prism54.org
3279 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3280 S:      Maintained
3282 PRISM54 WIRELESS DRIVER
3283 P:      Luis R. Rodriguez
3284 M:      mcgrof@gmail.com
3285 L:      linux-wireless@vger.kernel.org
3286 W:      http://prism54.org
3287 S:      Maintained
3289 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3290 P:      Peter Denison
3291 M:      promise@pnd-pc.demon.co.uk
3292 W:      http://www.pnd-pc.demon.co.uk/promise/
3293 S:      Maintained
3295 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3296 P:      Mikael Pettersson
3297 M:      mikpe@it.uu.se
3298 L:      linux-ide@vger.kernel.org
3299 S:      Maintained
3301 PS3 NETWORK SUPPORT
3302 P:      Masakazu Mokuno
3303 M:      mokuno@sm.sony.co.jp
3304 L:      netdev@vger.kernel.org
3305 L:      cbe-oss-dev@ozlabs.org
3306 S:      Supported
3308 PS3 PLATFORM SUPPORT
3309 P:      Geoff Levand
3310 M:      geoffrey.levand@am.sony.com
3311 L:      linuxppc-dev@ozlabs.org
3312 L:      cbe-oss-dev@ozlabs.org
3313 S:      Supported
3315 PVRUSB2 VIDEO4LINUX DRIVER
3316 P:      Mike Isely
3317 M:      isely@pobox.com
3318 L:      pvrusb2@isely.net       (subscribers-only)
3319 L:      video4linux-list@redhat.com
3320 W:      http://www.isely.net/pvrusb2/
3321 S:      Maintained
3323 PXA2xx/PXA3xx SUPPORT
3324 P:      Eric Miao
3325 M:      eric.miao@marvell.com
3326 P:      Russell King
3327 M:      linux@arm.linux.org.uk
3328 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3329 S:      Maintained
3331 PXA MMCI DRIVER
3332 S:      Orphan
3334 QLOGIC QLA2XXX FC-SCSI DRIVER
3335 P:      Andrew Vasquez
3336 M:      linux-driver@qlogic.com
3337 L:      linux-scsi@vger.kernel.org
3338 S:      Supported
3340 QLOGIC QLA3XXX NETWORK DRIVER
3341 P:      Ron Mercer
3342 M:      linux-driver@qlogic.com
3343 L:      netdev@vger.kernel.org
3344 S:      Supported
3346 QNX4 FILESYSTEM
3347 P:      Anders Larsen
3348 M:      al@alarsen.net
3349 L:      linux-kernel@vger.kernel.org
3350 W:      http://www.alarsen.net/linux/qnx4fs/
3351 S:      Maintained
3353 RADEON FRAMEBUFFER DISPLAY DRIVER
3354 P:      Benjamin Herrenschmidt
3355 M:      benh@kernel.crashing.org
3356 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3357 S:      Maintained
3359 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3360 P:      Paul Mackerras
3361 M:      paulus@samba.org
3362 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3363 S:      Maintained
3365 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3366 P:      Corey Thomas
3367 M:      coreythomas@charter.net
3368 L:      linux-wireless@vger.kernel.org
3369 S:      Maintained
3371 RALINK RT2X00 WLAN DRIVER
3372 P:      rt2x00 project
3373 L:      linux-wireless@vger.kernel.org
3374 L:      rt2400-devel@lists.sourceforge.net
3375 W:      http://rt2x00.serialmonkey.com/
3376 S:      Maintained
3377 T:      git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
3378 F:      drivers/net/wireless/rt2x00/
3380 RAMDISK RAM BLOCK DEVICE DRIVER
3381 P:      Nick Piggin
3382 M:      npiggin@suse.de
3383 S:      Maintained
3385 RANDOM NUMBER DRIVER
3386 P:      Matt Mackall
3387 M:      mpm@selenic.com
3388 S:      Maintained
3390 RAPIDIO SUBSYSTEM
3391 P:      Matt Porter
3392 M:      mporter@kernel.crashing.org
3393 L:      linux-kernel@vger.kernel.org
3394 S:      Maintained
3396 RDC R-321X SoC
3397 P:      Florian Fainelli
3398 M:      florian.fainelli@telecomint.eu
3399 L:      linux-kernel@vger.kernel.org
3400 S:      Maintained
3402 RDC R6040 FAST ETHERNET DRIVER
3403 P:      Florian Fainelli
3404 M:      florian.fainelli@telecomint.eu
3405 L:      netdev@vger.kernel.org
3406 S:      Maintained
3408 READ-COPY UPDATE (RCU)
3409 P:      Dipankar Sarma
3410 M:      dipankar@in.ibm.com
3411 W:      http://www.rdrop.com/users/paulmck/rclock/
3412 L:      linux-kernel@vger.kernel.org
3413 S:      Supported
3415 RCUTORTURE MODULE
3416 P:      Josh Triplett
3417 M:      josh@freedesktop.org
3418 L:      linux-kernel@vger.kernel.org
3419 S:      Maintained
3421 REAL TIME CLOCK DRIVER
3422 P:      Paul Gortmaker
3423 M:      p_gortmaker@yahoo.com
3424 L:      linux-kernel@vger.kernel.org
3425 S:      Maintained
3427 REAL TIME CLOCK (RTC) SUBSYSTEM
3428 P:      Alessandro Zummo
3429 M:      a.zummo@towertech.it
3430 L:      rtc-linux@googlegroups.com
3431 S:      Maintained
3433 REISERFS FILE SYSTEM
3434 L:      reiserfs-devel@vger.kernel.org
3435 S:      Supported
3437 RFKILL
3438 P:      Ivo van Doorn
3439 M:      IvDoorn@gmail.com
3440 L:      netdev@vger.kernel.org
3441 S:      Maintained
3442 F:      net/rfkill
3444 ROCKETPORT DRIVER
3445 P:      Comtrol Corp.
3446 W:      http://www.comtrol.com
3447 S:      Maintained
3449 ROSE NETWORK LAYER
3450 P:      Ralf Baechle
3451 M:      ralf@linux-mips.org
3452 L:      linux-hams@vger.kernel.org
3453 W:      http://www.linux-ax25.org/
3454 S:      Maintained
3456 RISCOM8 DRIVER
3457 S:      Orphan
3459 RTL818X WIRELESS DRIVER
3460 P:      Michael Wu
3461 M:      flamingice@sourmilk.net
3462 P:      Andrea Merello
3463 M:      andreamrl@tiscali.it
3464 L:      linux-wireless@vger.kernel.org
3465 W:      http://linuxwireless.org/
3466 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3467 S:      Maintained
3469 S3 SAVAGE FRAMEBUFFER DRIVER
3470 P:      Antonino Daplas
3471 M:      adaplas@gmail.com
3472 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3473 S:      Maintained
3475 S390
3476 P:      Martin Schwidefsky
3477 M:      schwidefsky@de.ibm.com
3478 P:      Heiko Carstens
3479 M:      heiko.carstens@de.ibm.com
3480 M:      linux390@de.ibm.com
3481 L:      linux-s390@vger.kernel.org
3482 W:      http://www.ibm.com/developerworks/linux/linux390/
3483 S:      Supported
3485 S390 NETWORK DRIVERS
3486 P:      Ursula Braun
3487 M:      ubraun@linux.vnet.ibm.com
3488 P:      Frank Blaschka
3489 M:      blaschka@linux.vnet.ibm.com
3490 M:      linux390@de.ibm.com
3491 L:      linux-s390@vger.kernel.org
3492 W:      http://www.ibm.com/developerworks/linux/linux390/
3493 S:      Supported
3495 S390 ZFCP DRIVER
3496 P:      Christof Schmitt
3497 M:      christof.schmitt@de.ibm.com
3498 P:      Martin Peschke
3499 M:      mp3@de.ibm.com
3500 M:      linux390@de.ibm.com
3501 L:      linux-s390@vger.kernel.org
3502 W:      http://www.ibm.com/developerworks/linux/linux390/
3503 S:      Supported
3505 S390 IUCV NETWORK LAYER
3506 P:      Ursula Braun
3507 M:      ubraun@linux.vnet.ibm.com
3508 M:      linux390@de.ibm.com
3509 L:      linux-s390@vger.kernel.org
3510 W:      http://www.ibm.com/developerworks/linux/linux390/
3511 S:      Supported
3513 SAA7146 VIDEO4LINUX-2 DRIVER
3514 P:      Michael Hunold
3515 M:      michael@mihu.de
3516 W:      http://www.mihu.de/linux/saa7146
3517 S:      Maintained
3519 SC1200 WDT DRIVER
3520 P:      Zwane Mwaikambo
3521 M:      zwane@arm.linux.org.uk
3522 S:      Maintained
3524 SCHEDULER
3525 P:      Ingo Molnar
3526 M:      mingo@elte.hu
3527 P:      Robert Love    [the preemptible kernel bits]
3528 M:      rml@tech9.net
3529 L:      linux-kernel@vger.kernel.org
3530 S:      Maintained
3532 SCSI CDROM DRIVER
3533 P:      Jens Axboe
3534 M:      axboe@kernel.dk
3535 L:      linux-scsi@vger.kernel.org
3536 W:      http://www.kernel.dk
3537 S:      Maintained
3539 SCSI SG DRIVER
3540 P:      Doug Gilbert
3541 M:      dgilbert@interlog.com
3542 L:      linux-scsi@vger.kernel.org
3543 W:      http://www.torque.net/sg
3544 S:      Maintained
3546 SCSI SUBSYSTEM
3547 P:      James E.J. Bottomley
3548 M:      James.Bottomley@HansenPartnership.com
3549 L:      linux-scsi@vger.kernel.org
3550 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3551 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3552 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3553 S:      Maintained
3555 SCSI TAPE DRIVER
3556 P:      Kai Mäkisara
3557 M:      Kai.Makisara@kolumbus.fi
3558 L:      linux-scsi@vger.kernel.org
3559 S:      Maintained
3561 SCTP PROTOCOL
3562 P:      Vlad Yasevich
3563 M:      vladislav.yasevich@hp.com
3564 P:      Sridhar Samudrala
3565 M:      sri@us.ibm.com
3566 L:      linux-sctp@vger.kernel.org
3567 W:      http://lksctp.sourceforge.net
3568 S:      Supported
3570 SCx200 CPU SUPPORT
3571 P:      Jim Cromie
3572 M:      jim.cromie@gmail.com
3573 S:      Odd Fixes
3575 SCx200 GPIO DRIVER
3576 P:      Jim Cromie
3577 M:      jim.cromie@gmail.com
3578 S:      Maintained
3580 SCx200 HRT CLOCKSOURCE DRIVER
3581 P:      Jim Cromie
3582 M:      jim.cromie@gmail.com
3583 S:      Maintained
3585 SECURITY CONTACT
3586 P:      Security Officers
3587 M:      security@kernel.org
3588 S:      Supported
3590 SELINUX SECURITY MODULE
3591 P:      Stephen Smalley
3592 M:      sds@tycho.nsa.gov
3593 P:      James Morris
3594 M:      jmorris@namei.org
3595 P:      Eric Paris
3596 M:      eparis@parisplace.org
3597 L:      linux-kernel@vger.kernel.org (kernel issues)
3598 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3599 W:      http://www.nsa.gov/selinux
3600 S:      Supported
3602 SENSABLE PHANTOM
3603 P:      Jiri Slaby
3604 M:      jirislaby@gmail.com
3605 S:      Maintained
3607 SERIAL ATA (SATA) SUBSYSTEM:
3608 P:      Jeff Garzik
3609 M:      jgarzik@pobox.com
3610 L:      linux-ide@vger.kernel.org
3611 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3612 S:      Supported
3614 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3615 P:      Pat Gefre
3616 M:      pfg@sgi.com
3617 L:      linux-ia64@vger.kernel.org
3618 S:      Supported
3620 SFC NETWORK DRIVER
3621 P:      Steve Hodgson
3622 P:      Ben Hutchings
3623 P:      Robert Stonehouse
3624 M:      linux-net-drivers@solarflare.com
3625 S:      Supported
3627 SGI VISUAL WORKSTATION 320 AND 540
3628 P:      Andrey Panin
3629 M:      pazke@donpac.ru
3630 L:      linux-visws-devel@lists.sf.net
3631 W:      http://linux-visws.sf.net
3632 S:      Maintained for 2.6.
3634 SIMTEC EB110ATX (Chalice CATS)
3635 P:      Ben Dooks
3636 P:      Vincent Sanders
3637 M:      support@simtec.co.uk
3638 W:      http://www.simtec.co.uk/products/EB110ATX/
3639 S:      Supported
3641 SIMTEC EB2410ITX (BAST)
3642 P:      Ben Dooks
3643 P:      Vincent Sanders
3644 M:      support@simtec.co.uk
3645 W:      http://www.simtec.co.uk/products/EB2410ITX/
3646 S:      Supported
3648 SIS 190 ETHERNET DRIVER
3649 P:      Francois Romieu
3650 M:      romieu@fr.zoreil.com
3651 L:      netdev@vger.kernel.org
3652 S:      Maintained
3654 SIS 900/7016 FAST ETHERNET DRIVER
3655 P:      Daniele Venzano
3656 M:      venza@brownhat.org
3657 W:      http://www.brownhat.org/sis900.html
3658 L:      netdev@vger.kernel.org
3659 S:      Maintained
3661 SIS 96X I2C/SMBUS DRIVER
3662 P:      Mark M. Hoffman
3663 M:      mhoffman@lightlink.com
3664 L:      lm-sensors@lm-sensors.org
3665 S:      Maintained
3667 SIS FRAMEBUFFER DRIVER
3668 P:      Thomas Winischhofer
3669 M:      thomas@winischhofer.net
3670 W:      http://www.winischhofer.net/linuxsisvga.shtml
3671 S:      Maintained
3673 SIS USB2VGA DRIVER
3674 P:      Thomas Winischhofer
3675 M:      thomas@winischhofer.net
3676 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3677 S:      Maintained
3679 SLAB ALLOCATOR
3680 P:      Christoph Lameter
3681 M:      clameter@sgi.com
3682 P:      Pekka Enberg
3683 M:      penberg@cs.helsinki.fi
3684 P:      Matt Mackall
3685 M:      mpm@selenic.com
3686 L:      linux-mm@kvack.org
3687 S:      Maintained
3689 SMC91x ETHERNET DRIVER
3690 P:      Nicolas Pitre
3691 M:      nico@cam.org
3692 S:      Maintained
3694 SMSC47B397 HARDWARE MONITOR DRIVER
3695 P:      Mark M. Hoffman
3696 M:      mhoffman@lightlink.com
3697 L:      lm-sensors@lm-sensors.org
3698 S:      Maintained
3700 SMX UIO Interface
3701 P:      Ben Nizette
3702 M:      bn@niasdigital.com
3703 S:      Maintained
3705 SOFTWARE RAID (Multiple Disks) SUPPORT
3706 P:      Ingo Molnar
3707 M:      mingo@redhat.com
3708 P:      Neil Brown
3709 M:      neilb@suse.de
3710 L:      linux-raid@vger.kernel.org
3711 S:      Supported
3713 HIBERNATION (aka Software Suspend, aka swsusp):
3714 P:      Pavel Machek
3715 M:      pavel@suse.cz
3716 P:      Rafael J. Wysocki
3717 M:      rjw@sisk.pl
3718 L:      linux-pm@lists.linux-foundation.org
3719 S:      Supported
3721 SUSPEND TO RAM:
3722 P:      Len Brown
3723 M:      len.brown@intel.com
3724 P:      Pavel Machek
3725 M:      pavel@suse.cz
3726 P:      Rafael J. Wysocki
3727 M:      rjw@sisk.pl
3728 L:      linux-pm@lists.linux-foundation.org
3729 S:      Supported
3731 SONIC NETWORK DRIVER
3732 P:      Thomas Bogendoerfer
3733 M:      tsbogend@alpha.franken.de
3734 L:      netdev@vger.kernel.org
3735 S:      Maintained
3737 SONICS SILICON BACKPLANE DRIVER (SSB)
3738 P:      Michael Buesch
3739 M:      mb@bu3sch.de
3740 L:      netdev@vger.kernel.org
3741 S:      Maintained
3743 SONY VAIO CONTROL DEVICE DRIVER
3744 P:      Mattia Dongili
3745 M:      malattia@linux.it
3746 L:      linux-acpi@vger.kernel.org
3747 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3748 S:      Maintained
3750 SONY MEMORYSTICK CARD SUPPORT
3751 P:      Alex Dubov
3752 M:      oakad@yahoo.com
3753 L:      linux-kernel@vger.kernel.org
3754 W:      http://tifmxx.berlios.de/
3755 S:      Maintained
3757 SOUND
3758 P:      Jaroslav Kysela
3759 M:      perex@perex.cz
3760 L:      alsa-devel@alsa-project.org (subscribers-only)
3761 S:      Maintained
3763 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3764 P:      Liam Girdwood
3765 M:      liam.girdwood@wolfsonmicro.com
3766 P:      Mark Brown
3767 M:      broonie@opensource.wolfsonmicro.com
3768 T:      git opensource.wolfsonmicro.com/linux-2.6-asoc
3769 L:      alsa-devel@alsa-project.org (subscribers-only)
3770 S:      Supported
3772 SPI SUBSYSTEM
3773 P:      David Brownell
3774 M:      dbrownell@users.sourceforge.net
3775 L:      spi-devel-general@lists.sourceforge.net
3776 S:      Maintained
3778 SPU FILE SYSTEM
3779 P:      Jeremy Kerr
3780 M:      jk@ozlabs.org
3781 L:      linuxppc-dev@ozlabs.org
3782 L:      cbe-oss-dev@ozlabs.org
3783 W:      http://www.ibm.com/developerworks/power/cell/
3784 S:      Supported
3786 STABLE BRANCH:
3787 P:      Greg Kroah-Hartman
3788 M:      greg@kroah.com
3789 P:      Chris Wright
3790 M:      chrisw@sous-sol.org
3791 L:      stable@kernel.org
3792 S:      Maintained
3794 SHARP LH SUPPORT (LH7952X & LH7A40X)
3795 P:      Marc Singer
3796 M:      elf@buici.com
3797 W:      http://projects.buici.com/arm
3798 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3799 S:      Maintained
3801 SHPC HOTPLUG DRIVER
3802 P:      Kristen Carlson Accardi
3803 M:      kristen.c.accardi@intel.com
3804 L:      pcihpd-discuss@lists.sourceforge.net
3805 S:      Supported
3807 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3808 P:      Pierre Ossman
3809 M:      drzeus-sdhci@drzeus.cx
3810 L:      sdhci-devel@list.drzeus.cx
3811 S:      Maintained
3813 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3814 P:      Stephen Hemminger
3815 M:      shemminger@linux-foundation.org
3816 L:      netdev@vger.kernel.org
3817 S:      Maintained
3819 SOEKRIS NET48XX LED SUPPORT
3820 P:      Chris Boot
3821 M:      bootc@bootc.net
3822 S:      Maintained
3824 SPARC (sparc32):
3825 P:      William L. Irwin
3826 M:      wli@holomorphy.com
3827 L:      sparclinux@vger.kernel.org
3828 S:      Maintained
3830 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3831 P:      Roger Wolff
3832 M:      R.E.Wolff@BitWizard.nl
3833 L:      linux-kernel@vger.kernel.org ?
3834 S:      Supported
3836 SPIDERNET NETWORK DRIVER for CELL
3837 P:      Ishizaki Kou
3838 M:      kou.ishizaki@toshiba.co.jp
3839 P:      Jens Osterkamp
3840 M:      jens@de.ibm.com
3841 L:      netdev@vger.kernel.org
3842 S:      Supported
3844 SRM (Alpha) environment access
3845 P:      Jan-Benedict Glaw
3846 M:      jbglaw@lug-owl.de
3847 L:      linux-kernel@vger.kernel.org
3848 S:      Maintained
3850 STARFIRE/DURALAN NETWORK DRIVER
3851 P:      Ion Badulescu
3852 M:      ionut@cs.columbia.edu
3853 S:      Maintained
3855 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3856 W:      http://mosquitonet.Stanford.EDU/strip.html
3857 S:      Unsupported ?
3859 STRADIS MPEG-2 DECODER DRIVER
3860 P:      Nathan Laredo
3861 M:      laredo@gnu.org
3862 W:      http://www.stradis.com/
3863 S:      Maintained
3865 SUPERH
3866 P:      Paul Mundt
3867 M:      lethal@linux-sh.org
3868 L:      linux-sh@vger.kernel.org
3869 W:      http://www.linux-sh.org
3870 T:      git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
3871 S:      Maintained
3873 SUN3/3X
3874 P:      Sam Creasey
3875 M:      sammy@sammy.net
3876 W:      http://sammy.net/sun3/
3877 S:      Maintained
3879 SVGA HANDLING
3880 P:      Martin Mares
3881 M:      mj@ucw.cz
3882 L:      linux-video@atrey.karlin.mff.cuni.cz
3883 S:      Maintained
3885 SYSV FILESYSTEM
3886 P:      Christoph Hellwig
3887 M:      hch@infradead.org
3888 S:      Maintained
3890 TASKSTATS STATISTICS INTERFACE
3891 P:      Shailabh Nagar
3892 M:      nagar@watson.ibm.com
3893 L:      linux-kernel@vger.kernel.org
3894 S:      Maintained
3896 TC CLASSIFIER
3897 P:      Jamal Hadi Salim
3898 M:      hadi@cyberus.ca
3899 L:      netdev@vger.kernel.org
3900 S:      Maintained
3902 TCP LOW PRIORITY MODULE
3903 P:      Wong Hoi Sing, Edison
3904 M:      hswong3i@gmail.com
3905 P:      Hung Hing Lun, Mike
3906 M:      hlhung3i@gmail.com
3907 W:      http://tcp-lp-mod.sourceforge.net/
3908 S:      Maintained
3910 TEHUTI ETHERNET DRIVER
3911 P:      Alexander Indenbaum
3912 M:      baum@tehutinetworks.net
3913 P:      Andy Gospodarek
3914 M:      andy@greyhouse.net
3915 L:      netdev@vger.kernel.org
3916 S:      Supported
3918 Telecom Clock Driver for MCPL0010
3919 P:      Mark Gross
3920 M:      mark.gross@intel.com
3921 S:      Supported
3923 TENSILICA XTENSA PORT (xtensa):
3924 P:      Chris Zankel
3925 M:      chris@zankel.net
3926 S:      Maintained
3928 THINKPAD ACPI EXTRAS DRIVER
3929 P:      Henrique de Moraes Holschuh
3930 M:      ibm-acpi@hmh.eng.br
3931 L:      ibm-acpi-devel@lists.sourceforge.net
3932 W:      http://ibm-acpi.sourceforge.net
3933 W:      http://thinkwiki.org/wiki/Ibm-acpi
3934 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3935 S:      Maintained
3937 TI FLASH MEDIA INTERFACE DRIVER
3938 P:      Alex Dubov
3939 M:      oakad@yahoo.com
3940 S:      Maintained
3942 TI OMAP MMC INTERFACE DRIVER
3943 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
3944 M:      linux-omap-open-source@linux.omap.com (subscribers only)
3945 W:      http://linux.omap.com
3946 W:      http://www.muru.com/linux/omap/
3947 S:      Maintained
3949 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3950 P:      Deepak Saxena
3951 M:      dsaxena@plexity.net
3952 S:      Maintained
3954 TIPC NETWORK LAYER
3955 P:      Per Liden
3956 M:      per.liden@ericsson.com
3957 P:      Jon Maloy
3958 M:      jon.maloy@ericsson.com
3959 P:      Allan Stephens
3960 M:      allan.stephens@windriver.com
3961 L:      tipc-discussion@lists.sourceforge.net
3962 W:      http://tipc.sourceforge.net/
3963 W:      http://tipc.cslab.ericsson.net/
3964 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3965 S:      Maintained
3967 TLAN NETWORK DRIVER
3968 P:      Samuel Chessman
3969 M:      chessman@tux.org
3970 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
3971 W:      http://sourceforge.net/projects/tlan/
3972 S:      Maintained
3974 TOSHIBA ACPI EXTRAS DRIVER
3975 P:      John Belmonte
3976 M:      toshiba_acpi@memebeam.org
3977 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3978 S:      Maintained
3980 TOSHIBA SMM DRIVER
3981 P:      Jonathan Buzzard
3982 M:      jonathan@buzzard.org.uk
3983 L:      tlinux-users@tce.toshiba-dme.co.jp
3984 W:      http://www.buzzard.org.uk/toshiba/
3985 S:      Maintained
3987 TPM DEVICE DRIVER
3988 P:      Kylene Hall
3989 M:      tpmdd-devel@lists.sourceforge.net
3990 W:      http://tpmdd.sourceforge.net
3991 P:      Marcel Selhorst
3992 M:      tpm@selhorst.net
3993 W:      http://www.prosec.rub.de/tpm/
3994 L:      tpmdd-devel@lists.sourceforge.net
3995 S:      Maintained
3997 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3998 P:      Muli Ben-Yehuda
3999 M:      mulix@mulix.org
4000 L:      linux-kernel@vger.kernel.org
4001 S:      Maintained
4003 TRIVIAL PATCHES
4004 P:      Jesper Juhl
4005 M:      trivial@kernel.org
4006 L:      linux-kernel@vger.kernel.org
4007 S:      Maintained
4009 TTY LAYER
4010 P:      Alan Cox
4011 M:      alan@lxorguk.ukuu.org.uk
4012 L:      linux-kernel@vger.kernel.org
4013 S:      Maintained
4015 TULIP NETWORK DRIVERS
4016 P:      Grant Grundler
4017 M:      grundler@parisc-linux.org
4018 P:      Kyle McMartin
4019 M:      kyle@mcmartin.ca
4020 L:      netdev@vger.kernel.org
4021 S:      Maintained
4023 TUN/TAP driver
4024 P:      Maxim Krasnyansky
4025 M:      maxk@qualcomm.com
4026 L:      vtun@office.satix.net
4027 W:      http://vtun.sourceforge.net/tun
4028 S:      Maintained
4030 TURBOCHANNEL SUBSYSTEM
4031 P:      Maciej W. Rozycki
4032 M:      macro@linux-mips.org
4033 S:      Maintained
4035 U14-34F SCSI DRIVER
4036 P:      Dario Ballabio
4037 M:      ballabio_dario@emc.com
4038 L:      linux-scsi@vger.kernel.org
4039 S:      Maintained
4041 UCLINUX (AND M68KNOMMU)
4042 P:      Greg Ungerer
4043 M:      gerg@uclinux.org
4044 W:      http://www.uclinux.org/
4045 L:      uclinux-dev@uclinux.org  (subscribers-only)
4046 S:      Maintained
4048 UCLINUX FOR NEC V850
4049 P:      Miles Bader
4051 UCLINUX FOR RENESAS H8/300
4052 P:      Yoshinori Sato
4053 M:      ysato@users.sourceforge.jp
4054 W:      http://uclinux-h8.sourceforge.jp/
4055 S:      Supported
4057 UDF FILESYSTEM
4058 P:      Jan Kara
4059 M:      jack@suse.cz
4060 W:      http://linux-udf.sourceforge.net
4061 S:      Maintained
4063 UFS FILESYSTEM
4064 P:      Evgeniy Dushistov
4065 M:      dushistov@mail.ru
4066 L:      linux-kernel@vger.kernel.org
4067 S:      Maintained
4069 UltraSPARC (sparc64):
4070 P:      David S. Miller
4071 M:      davem@davemloft.net
4072 L:      sparclinux@vger.kernel.org
4073 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4074 S:      Maintained
4076 UNIFORM CDROM DRIVER
4077 P:      Jens Axboe
4078 M:      axboe@kernel.dk
4079 L:      linux-kernel@vger.kernel.org
4080 W:      http://www.kernel.dk
4081 S:      Maintained
4083 USB ACM DRIVER
4084 P:      Oliver Neukum
4085 M:      oliver@neukum.name
4086 L:      linux-usb@vger.kernel.org
4087 S:      Maintained
4089 USB AUERSWALD DRIVER
4090 P:      Wolfgang Muees
4091 M:      wolfgang@iksw-muees.de
4092 L:      linux-usb@vger.kernel.org
4093 S:      Maintained
4095 USB BLOCK DRIVER (UB ub)
4096 P:      Pete Zaitcev
4097 M:      zaitcev@redhat.com
4098 L:      linux-kernel@vger.kernel.org
4099 L:      linux-usb@vger.kernel.org
4100 S:      Supported
4102 USB CDC ETHERNET DRIVER
4103 P:      Greg Kroah-Hartman
4104 M:      greg@kroah.com
4105 L:      linux-usb@vger.kernel.org
4106 S:      Maintained
4107 W:      http://www.kroah.com/linux-usb/
4109 USB CYPRESS C67X00 DRIVER
4110 P:      Peter Korsgaard
4111 M:      jacmet@sunsite.dk
4112 L:      linux-usb@vger.kernel.org
4113 S:      Maintained
4115 USB DAVICOM DM9601 DRIVER
4116 P:      Peter Korsgaard
4117 M:      jacmet@sunsite.dk
4118 L:      netdev@vger.kernel.org
4119 W:      http://www.linux-usb.org/usbnet
4120 S:      Maintained
4122 USB DIAMOND RIO500 DRIVER
4123 P:      Cesar Miquel
4124 M:      miquel@df.uba.ar
4125 L:      rio500-users@lists.sourceforge.net
4126 W:      http://rio500.sourceforge.net
4127 S:      Maintained
4129 USB EHCI DRIVER
4130 P:      David Brownell
4131 M:      dbrownell@users.sourceforge.net
4132 L:      linux-usb@vger.kernel.org
4133 S:      Odd Fixes
4135 USB ET61X[12]51 DRIVER
4136 P:      Luca Risolia
4137 M:      luca.risolia@studio.unibo.it
4138 L:      linux-usb@vger.kernel.org
4139 L:      video4linux-list@redhat.com
4140 W:      http://www.linux-projects.org
4141 S:      Maintained
4143 USB GADGET/PERIPHERAL SUBSYSTEM
4144 P:      David Brownell
4145 M:      dbrownell@users.sourceforge.net
4146 L:      linux-usb@vger.kernel.org
4147 W:      http://www.linux-usb.org/gadget
4148 S:      Maintained
4150 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
4151 P:      Jiri Kosina
4152 M:      jkosina@suse.cz
4153 L:      linux-usb@vger.kernel.org
4154 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4155 S:      Maintained
4157 USB ISP116X DRIVER
4158 P:      Olav Kongas
4159 M:      ok@artecdesign.ee
4160 L:      linux-usb@vger.kernel.org
4161 S:      Maintained
4163 USB KAWASAKI LSI DRIVER
4164 P:      Oliver Neukum
4165 M:      oliver@neukum.name
4166 L:      linux-usb@vger.kernel.org
4167 S:      Maintained
4169 USB MASS STORAGE DRIVER
4170 P:      Matthew Dharm
4171 M:      mdharm-usb@one-eyed-alien.net
4172 L:      linux-usb@vger.kernel.org
4173 L:      usb-storage@lists.one-eyed-alien.net
4174 S:      Maintained
4175 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
4177 USB OHCI DRIVER
4178 P:      David Brownell
4179 M:      dbrownell@users.sourceforge.net
4180 L:      linux-usb@vger.kernel.org
4181 S:      Odd Fixes
4183 USB OPTION-CARD DRIVER
4184 P:      Matthias Urlichs
4185 M:      smurf@smurf.noris.de
4186 L:      linux-usb@vger.kernel.org
4187 S:      Maintained
4189 USB OV511 DRIVER
4190 P:      Mark McClelland
4191 M:      mmcclell@bigfoot.com
4192 L:      linux-usb@vger.kernel.org
4193 W:      http://alpha.dyndns.org/ov511/
4194 S:      Maintained
4196 USB PEGASUS DRIVER
4197 P:      Petko Manolov
4198 M:      petkan@users.sourceforge.net
4199 L:      linux-usb@vger.kernel.org
4200 L:      netdev@vger.kernel.org
4201 W:      http://pegasus2.sourceforge.net/
4202 S:      Maintained
4204 USB PRINTER DRIVER (usblp)
4205 P:      Pete Zaitcev
4206 M:      zaitcev@redhat.com
4207 L:      linux-usb@vger.kernel.org
4208 S:      Supported
4210 USB RTL8150 DRIVER
4211 P:      Petko Manolov
4212 M:      petkan@users.sourceforge.net
4213 L:      linux-usb@vger.kernel.org
4214 L:      netdev@vger.kernel.org
4215 W:      http://pegasus2.sourceforge.net/
4216 S:      Maintained
4218 USB SE401 DRIVER
4219 P:      Jeroen Vreeken
4220 M:      pe1rxq@amsat.org
4221 L:      linux-usb@vger.kernel.org
4222 W:      http://www.chello.nl/~j.vreeken/se401/
4223 S:      Maintained
4225 USB SERIAL BELKIN F5U103 DRIVER
4226 P:      William Greathouse
4227 M:      wgreathouse@smva.com
4228 L:      linux-usb@vger.kernel.org
4229 S:      Maintained
4231 USB SERIAL CYPRESS M8 DRIVER
4232 P:      Lonnie Mendez
4233 M:      dignome@gmail.com
4234 L:      linux-usb@vger.kernel.org
4235 S:      Maintained
4236 W:      http://geocities.com/i0xox0i
4237 W:      http://firstlight.net/cvs
4239 USB SERIAL CYBERJACK DRIVER
4240 P:      Matthias Bruestle and Harald Welte
4241 M:      support@reiner-sct.com
4242 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
4243 S:      Maintained
4245 USB SERIAL DIGI ACCELEPORT DRIVER
4246 P:      Peter Berger and Al Borchers
4247 M:      pberger@brimson.com
4248 M:      alborchers@steinerpoint.com
4249 L:      linux-usb@vger.kernel.org
4250 S:      Maintained
4252 USB SERIAL DRIVER
4253 P:      Greg Kroah-Hartman
4254 M:      gregkh@suse.de
4255 L:      linux-usb@vger.kernel.org
4256 S:      Supported
4258 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4259 P:      Gary Brubaker
4260 M:      xavyer@ix.netcom.com
4261 L:      linux-usb@vger.kernel.org
4262 S:      Maintained
4264 USB SERIAL KEYSPAN DRIVER
4265 P:      Greg Kroah-Hartman
4266 M:      greg@kroah.com
4267 L:      linux-usb@vger.kernel.org
4268 W:      http://www.kroah.com/linux/
4269 S:      Maintained
4271 USB SERIAL WHITEHEAT DRIVER
4272 P:      Support Department
4273 M:      support@connecttech.com
4274 L:      linux-usb@vger.kernel.org
4275 W:      http://www.connecttech.com
4276 S:      Supported
4278 USB SN9C1xx DRIVER
4279 P:      Luca Risolia
4280 M:      luca.risolia@studio.unibo.it
4281 L:      linux-usb@vger.kernel.org
4282 L:      video4linux-list@redhat.com
4283 W:      http://www.linux-projects.org
4284 S:      Maintained
4286 USB SUBSYSTEM
4287 P:      Greg Kroah-Hartman
4288 M:      gregkh@suse.de
4289 L:      linux-usb@vger.kernel.org
4290 W:      http://www.linux-usb.org
4291 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4292 S:      Supported
4294 USB UHCI DRIVER
4295 P:      Alan Stern
4296 M:      stern@rowland.harvard.edu
4297 L:      linux-usb@vger.kernel.org
4298 S:      Maintained
4300 USB "USBNET" DRIVER FRAMEWORK
4301 P:      David Brownell
4302 M:      dbrownell@users.sourceforge.net
4303 L:      netdev@vger.kernel.org
4304 W:      http://www.linux-usb.org/usbnet
4305 S:      Maintained
4307 USB W996[87]CF DRIVER
4308 P:      Luca Risolia
4309 M:      luca.risolia@studio.unibo.it
4310 L:      linux-usb@vger.kernel.org
4311 L:      video4linux-list@redhat.com
4312 W:      http://www.linux-projects.org
4313 S:      Maintained
4315 USB WIRELESS RNDIS DRIVER (rndis_wlan)
4316 P:      Jussi Kivilinna
4317 M:      jussi.kivilinna@mbnet.fi
4318 L:      linux-wireless@vger.kernel.org
4319 S:      Maintained
4321 USB ZC0301 DRIVER
4322 P:      Luca Risolia
4323 M:      luca.risolia@studio.unibo.it
4324 L:      linux-usb@vger.kernel.org
4325 L:      video4linux-list@redhat.com
4326 W:      http://www.linux-projects.org
4327 S:      Maintained
4329 USB ZD1201 DRIVER
4330 P:      Jeroen Vreeken
4331 M:      pe1rxq@amsat.org
4332 L:      linux-usb@vger.kernel.org
4333 W:      http://linux-lc100020.sourceforge.net
4334 S:      Maintained
4336 USB ZR364XX DRIVER
4337 P:      Antoine Jacquet
4338 M:      royale@zerezo.com
4339 L:      linux-usb@vger.kernel.org
4340 L:      video4linux-list@redhat.com
4341 W:      http://royale.zerezo.com/zr364xx/
4342 S:      Maintained
4344 USER-MODE LINUX
4345 P:      Jeff Dike
4346 M:      jdike@addtoit.com
4347 L:      user-mode-linux-devel@lists.sourceforge.net
4348 L:      user-mode-linux-user@lists.sourceforge.net
4349 W:      http://user-mode-linux.sourceforge.net
4350 S:      Maintained
4352 USERSPACE I/O (UIO)
4353 P:      Hans J. Koch
4354 M:      hjk@linutronix.de
4355 P:      Greg Kroah-Hartman
4356 M:      gregkh@suse.de
4357 L:      linux-kernel@vger.kernel.org
4358 S:      Maintained
4360 UTIL-LINUX-NG PACKAGE
4361 P:      Karel Zak
4362 M:      kzak@redhat.com
4363 L:      util-linux-ng@vger.kernel.org
4364 W:      http://kernel.org/~kzak/util-linux-ng/
4365 T:      git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4366 S:      Maintained
4368 VFAT/FAT/MSDOS FILESYSTEM:
4369 P:      OGAWA Hirofumi
4370 M:      hirofumi@mail.parknet.co.jp
4371 L:      linux-kernel@vger.kernel.org
4372 S:      Maintained
4374 VIA RHINE NETWORK DRIVER
4375 P:      Roger Luethi
4376 M:      rl@hellgate.ch
4377 S:      Maintained
4379 VIAPRO SMBUS DRIVER
4380 P:      Jean Delvare
4381 M:      khali@linux-fr.org
4382 L:      i2c@lm-sensors.org
4383 S:      Maintained
4385 VIA VELOCITY NETWORK DRIVER
4386 P:      Francois Romieu
4387 M:      romieu@fr.zoreil.com
4388 L:      netdev@vger.kernel.org
4389 S:      Maintained
4391 VIDEO FOR LINUX
4392 P:      Mauro Carvalho Chehab
4393 M:      mchehab@infradead.org
4394 M:      v4l-dvb-maintainer@linuxtv.org
4395 L:      video4linux-list@redhat.com
4396 W:      http://linuxtv.org
4397 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4398 S:      Maintained
4400 VLAN (802.1Q)
4401 P:      Patrick McHardy
4402 M:      kaber@trash.net
4403 L:      netdev@vger.kernel.org
4404 S:      Maintained
4406 VT1211 HARDWARE MONITOR DRIVER
4407 P:      Juerg Haefliger
4408 M:      juergh@gmail.com
4409 L:      lm-sensors@lm-sensors.org
4410 S:      Maintained
4412 VT8231 HARDWARE MONITOR DRIVER
4413 P:      Roger Lucas
4414 M:      vt8231@hiddenengine.co.uk
4415 L:      lm-sensors@lm-sensors.org
4416 S:      Maintained
4418 W1 DALLAS'S 1-WIRE BUS
4419 P:      Evgeniy Polyakov
4420 M:      johnpol@2ka.mipt.ru
4421 S:      Maintained
4423 W83791D HARDWARE MONITORING DRIVER
4424 P:      Charles Spirakis
4425 M:      bezaur@gmail.com
4426 L:      lm-sensors@lm-sensors.org
4427 S:      Odd Fixes
4429 W83793 HARDWARE MONITORING DRIVER
4430 P:      Rudolf Marek
4431 M:      r.marek@assembler.cz
4432 L:      lm-sensors@lm-sensors.org
4433 S:      Maintained
4435 W83L51xD SD/MMC CARD INTERFACE DRIVER
4436 P:      Pierre Ossman
4437 M:      drzeus-wbsd@drzeus.cx
4438 L:      linux-kernel@vger.kernel.org
4439 S:      Maintained
4441 WATCHDOG DEVICE DRIVERS
4442 P:      Wim Van Sebroeck
4443 M:      wim@iguana.be
4444 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4445 S:      Maintained
4447 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4448 P:      Jean Tourrilhes
4449 M:      jt@hpl.hp.com
4450 L:      linux-wireless@vger.kernel.org
4451 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4452 S:      Maintained
4454 WD7000 SCSI DRIVER
4455 P:      Miroslav Zagorac
4456 M:      zaga@fly.cc.fer.hr
4457 L:      linux-scsi@vger.kernel.org
4458 S:      Maintained
4460 WISTRON LAPTOP BUTTON DRIVER
4461 P:      Miloslav Trmac
4462 M:      mitr@volny.cz
4463 S:      Maintained
4465 WL3501 WIRELESS PCMCIA CARD DRIVER
4466 P:      Arnaldo Carvalho de Melo
4467 M:      acme@ghostprotocols.net
4468 L:      linux-wireless@vger.kernel.org
4469 W:      http://oops.ghostprotocols.net:81/blog
4470 S:      Maintained
4472 WM97XX TOUCHSCREEN DRIVERS
4473 P:      Mark Brown
4474 M:      broonie@opensource.wolfsonmicro.com
4475 P:      Liam Girdwood
4476 M:      liam.girdwood@wolfsonmicro.com
4477 L:      linux-input@vger.kernel.org
4478 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
4479 W:      http://opensource.wolfsonmicro.com/node/7
4480 S:      Supported
4482 X.25 NETWORK LAYER
4483 P:      Henner Eisen
4484 M:      eis@baty.hanse.de
4485 L:      linux-x25@vger.kernel.org
4486 S:      Maintained
4488 XEN HYPERVISOR INTERFACE
4489 P:      Jeremy Fitzhardinge
4490 M:      jeremy@xensource.com
4491 P:      Chris Wright
4492 M:      chrisw@sous-sol.org
4493 L:      virtualization@lists.osdl.org
4494 L:      xen-devel@lists.xensource.com
4495 S:      Supported
4497 XFS FILESYSTEM
4498 P:      Silicon Graphics Inc
4499 P:      Tim Shimmin
4500 M:      xfs-masters@oss.sgi.com
4501 L:      xfs@oss.sgi.com
4502 W:      http://oss.sgi.com/projects/xfs
4503 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4504 S:      Supported
4506 XILINX SYSTEMACE DRIVER
4507 P:      Grant Likely
4508 M:      grant.likely@secretlab.ca
4509 W:      http://www.secretlab.ca/
4510 L:      linux-kernel@vger.kernel.org
4511 S:      Maintained
4513 XILINX UARTLITE SERIAL DRIVER
4514 P:      Peter Korsgaard
4515 M:      jacmet@sunsite.dk
4516 L:      linux-serial@vger.kernel.org
4517 S:      Maintained
4519 X86 ARCHITECTURE (32-BIT AND 64-BIT)
4520 P:      Thomas Gleixner
4521 M:      tglx@linutronix.de
4522 P:      Ingo Molnar
4523 M:      mingo@redhat.com
4524 P:      H. Peter Anvin
4525 M:      hpa@zytor.com
4526 L:      linux-kernel@vger.kernel.org
4527 T:      git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4528 S:      Maintained
4530 YAM DRIVER FOR AX.25
4531 P:      Jean-Paul Roubelat
4532 M:      jpr@f6fbb.org
4533 L:      linux-hams@vger.kernel.org
4534 S:      Maintained
4536 YEALINK PHONE DRIVER
4537 P:      Henk Vergonet
4538 M:      Henk.Vergonet@gmail.com
4539 L:      usbb2k-api-dev@nongnu.org
4540 S:      Maintained
4542 Z8530 DRIVER FOR AX.25
4543 P:      Joerg Reuter
4544 M:      jreuter@yaina.de
4545 W:      http://yaina.de/jreuter/
4546 W:      http://www.qsl.net/dl1bke/
4547 L:      linux-hams@vger.kernel.org
4548 S:      Maintained
4550 ZD1211RW WIRELESS DRIVER
4551 P:      Daniel Drake
4552 M:      dsd@gentoo.org
4553 P:      Ulrich Kunitz
4554 M:      kune@deine-taler.de
4555 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4556 L:      linux-wireless@vger.kernel.org
4557 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4558 S:      Maintained
4560 ZF MACHZ WATCHDOG
4561 P:      Fernando Fuganti
4562 M:      fuganti@netbank.com.br
4563 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4564 S:      Maintained
4566 ZR36067 VIDEO FOR LINUX DRIVER
4567 P:      Ronald Bultje
4568 M:      rbultje@ronald.bitfreak.net
4569 L:      mjpeg-users@lists.sourceforge.net
4570 W:      http://mjpeg.sourceforge.net/driver-zoran/
4571 S:      Maintained
4573 ZS DECSTATION Z85C30 SERIAL DRIVER
4574 P:      Maciej W. Rozycki
4575 M:      macro@linux-mips.org
4576 S:      Maintained
4578 THE REST
4579 P:      Linus Torvalds
4580 S:      Buried alive in reporters