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