m68k: CROSS_COMPILE = m68k-linux-gnu-
[linux-2.6/kvm.git] / MAINTAINERS
blob1e8c37054ea291db9311b56b7cc2253c46649b8e
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 BAYCOM/HDLCDRV DRIVERS FOR AX.25
704 P:      Thomas Sailer
705 M:      t.sailer@alumni.ethz.ch
706 L:      linux-hams@vger.kernel.org
707 W:      http://www.baycom.org/~tom/ham/ham.html
708 S:      Maintained
710 BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
711 P:      Larry Finger
712 M:      Larry.Finger@lwfinger.net
713 P:      Stefano Brivio
714 M:      st3@riseup.net
715 L:      linux-wireless@vger.kernel.org
716 W:      http://bcm43xx.berlios.de/
717 S:      Maintained
719 BEFS FILE SYSTEM
720 P:      Sergey S. Kostyliov
721 M:      rathamahata@php4.ru
722 L:      linux-kernel@vger.kernel.org
723 S:      Maintained
725 BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
726 P:      Kenji Hollis
727 W:      http://ftp.bitgate.com/pcwd/
728 S:      Maintained
730 BFS FILE SYSTEM
731 P:      Tigran A. Aivazian
732 M:      tigran@aivazian.fsnet.co.uk
733 L:      linux-kernel@vger.kernel.org
734 S:      Maintained
736 BLACKFIN I2C TWI DRIVER
737 P:      Sonic Zhang
738 M:      sonic.zhang@analog.com
739 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
740 W:      http://blackfin.uclinux.org/
741 S:      Supported
743 BLOCK LAYER
744 P:      Jens Axboe
745 M:      axboe@kernel.dk
746 L:      linux-kernel@vger.kernel.org
747 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
748 S:      Maintained
750 BLUETOOTH SUBSYSTEM
751 P:      Marcel Holtmann
752 M:      marcel@holtmann.org
753 P:      Maxim Krasnyansky
754 M:      maxk@qualcomm.com
755 L:      bluez-devel@lists.sf.net
756 W:      http://bluez.sf.net
757 W:      http://www.bluez.org
758 W:      http://www.holtmann.org/linux/bluetooth/
759 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
760 S:      Maintained
762 BLUETOOTH RFCOMM LAYER
763 P:      Marcel Holtmann
764 M:      marcel@holtmann.org
765 P:      Maxim Krasnyansky
766 M:      maxk@qualcomm.com
767 S:      Maintained
769 BLUETOOTH BNEP LAYER
770 P:      Marcel Holtmann
771 M:      marcel@holtmann.org
772 P:      Maxim Krasnyansky
773 M:      maxk@qualcomm.com
774 S:      Maintained
776 BLUETOOTH CMTP LAYER
777 P:      Marcel Holtmann
778 M:      marcel@holtmann.org
779 S:      Maintained
781 BLUETOOTH HIDP LAYER
782 P:      Marcel Holtmann
783 M:      marcel@holtmann.org
784 S:      Maintained
786 BLUETOOTH HCI UART DRIVER
787 P:      Marcel Holtmann
788 M:      marcel@holtmann.org
789 P:      Maxim Krasnyansky
790 M:      maxk@qualcomm.com
791 S:      Maintained
793 BLUETOOTH HCI USB DRIVER
794 P:      Marcel Holtmann
795 M:      marcel@holtmann.org
796 P:      Maxim Krasnyansky
797 M:      maxk@qualcomm.com
798 S:      Maintained
800 BLUETOOTH HCI BCM203X DRIVER
801 P:      Marcel Holtmann
802 M:      marcel@holtmann.org
803 S:      Maintained
805 BLUETOOTH HCI BPA10X DRIVER
806 P:      Marcel Holtmann
807 M:      marcel@holtmann.org
808 S:      Maintained
810 BLUETOOTH HCI BFUSB DRIVER
811 P:      Marcel Holtmann
812 M:      marcel@holtmann.org
813 S:      Maintained
815 BLUETOOTH HCI DTL1 DRIVER
816 P:      Marcel Holtmann
817 M:      marcel@holtmann.org
818 S:      Maintained
820 BLUETOOTH HCI BLUECARD DRIVER
821 P:      Marcel Holtmann
822 M:      marcel@holtmann.org
823 S:      Maintained
825 BLUETOOTH HCI BT3C DRIVER
826 P:      Marcel Holtmann
827 M:      marcel@holtmann.org
828 S:      Maintained
830 BLUETOOTH HCI BTUART DRIVER
831 P:      Marcel Holtmann
832 M:      marcel@holtmann.org
833 S:      Maintained
835 BLUETOOTH HCI VHCI DRIVER
836 P:      Maxim Krasnyansky
837 M:      maxk@qualcomm.com
838 S:      Maintained
840 BONDING DRIVER
841 P:      Chad Tindel
842 M:      ctindel@users.sourceforge.net
843 P:      Jay Vosburgh
844 M:      fubar@us.ibm.com
845 L:      bonding-devel@lists.sourceforge.net
846 W:      http://sourceforge.net/projects/bonding/
847 S:      Supported
849 BROADBAND PROCESSOR ARCHITECTURE
850 P:      Arnd Bergmann
851 M:      arnd@arndb.de
852 L:      linuxppc-dev@ozlabs.org
853 W:      http://www.penguinppc.org/ppc64/
854 S:      Supported
856 BROADCOM B44 10/100 ETHERNET DRIVER
857 P:      Gary Zambrano
858 M:      zambrano@broadcom.com
859 L:      netdev@vger.kernel.org
860 S:      Supported
862 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
863 P:      Michael Chan
864 M:      mchan@broadcom.com
865 L:      netdev@vger.kernel.org
866 S:      Supported
868 BROADCOM TG3 GIGABIT ETHERNET DRIVER
869 P:      Michael Chan
870 M:      mchan@broadcom.com
871 L:      netdev@vger.kernel.org
872 S:      Supported
874 BTTV VIDEO4LINUX DRIVER
875 P:      Mauro Carvalho Chehab
876 M:      mchehab@infradead.org
877 M:      v4l-dvb-maintainer@linuxtv.org
878 L:      video4linux-list@redhat.com
879 W:      http://linuxtv.org
880 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
881 S:      Maintained
883 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
884 P:      Jonathan Corbet
885 M:      corbet@lwn.net
886 L:      video4linux-list@redhat.com
887 S:      Maintained
889 CALGARY x86-64 IOMMU
890 P:      Muli Ben-Yehuda
891 M:      muli@il.ibm.com
892 P:      Jon D. Mason
893 M:      jdmason@kudzu.us
894 L:      linux-kernel@vger.kernel.org
895 L:      discuss@x86-64.org
896 S:      Maintained
898 CFAG12864B LCD DRIVER
899 P:      Miguel Ojeda Sandonis
900 M:      maxextreme@gmail.com
901 L:      linux-kernel@vger.kernel.org
902 S:      Maintained
904 CFAG12864BFB LCD FRAMEBUFFER DRIVER
905 P:      Miguel Ojeda Sandonis
906 M:      maxextreme@gmail.com
907 L:      linux-kernel@vger.kernel.org
908 S:      Maintained
910 CFG80211 and NL80211
911 P:      Johannes Berg
912 M:      johannes@sipsolutions.net
913 L:      linux-wireless@vger.kernel.org
914 S:      Maintained
916 COMMON INTERNET FILE SYSTEM (CIFS)
917 P:      Steve French
918 M:      sfrench@samba.org
919 L:      linux-cifs-client@lists.samba.org
920 L:      samba-technical@lists.samba.org
921 W:      http://us1.samba.org/samba/Linux_CIFS_client.html
922 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
923 S:      Supported
925 CONFIGFS
926 P:      Joel Becker
927 M:      joel.becker@oracle.com
928 L:      linux-kernel@vger.kernel.org
929 S:      Supported
931 CIRRUS LOGIC EP93XX ETHERNET DRIVER
932 P:      Lennert Buytenhek
933 M:      kernel@wantstofly.org
934 L:      netdev@vger.kernel.org
935 S:      Maintained
937 CIRRUS LOGIC GENERIC FBDEV DRIVER
938 P:      Jeff Garzik
939 M:      jgarzik@pobox.com
940 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
941 S:      Odd Fixes
943 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
944 P:      Lennert Buytenhek
945 M:      kernel@wantstofly.org
946 L:      linux-usb-devel@lists.sourceforge.net
947 S:      Maintained
949 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
950 P:      Cirrus Logic Corporation (kernel 2.2 driver)
951 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
952 P:      Nils Faerber (port to kernel 2.4)
953 M:      Nils Faerber <nils@kernelconcepts.de>
954 S:      Maintained
956 CODA FILE SYSTEM
957 P:      Jan Harkes
958 M:      jaharkes@cs.cmu.edu
959 M:      coda@cs.cmu.edu
960 L:      codalist@coda.cs.cmu.edu
961 W:      http://www.coda.cs.cmu.edu/
962 S:      Maintained
964 COMPACTPCI HOTPLUG CORE
965 P:      Scott Murray
966 M:      scottm@somanetworks.com
967 M:      scott@spiteful.org
968 L:      pcihpd-discuss@lists.sourceforge.net
969 S:      Supported
971 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
972 P:      Scott Murray
973 M:      scottm@somanetworks.com
974 M:      scott@spiteful.org
975 L:      pcihpd-discuss@lists.sourceforge.net
976 S:      Supported
978 COMPACTPCI HOTPLUG GENERIC DRIVER
979 P:      Scott Murray
980 M:      scottm@somanetworks.com
981 M:      scott@spiteful.org
982 L:      pcihpd-discuss@lists.sourceforge.net
983 S:      Supported
985 COMPUTONE INTELLIPORT MULTIPORT CARD
986 P:      Michael H. Warfield
987 M:      mhw@wittsend.com
988 W:      http://www.wittsend.com/computone.html
989 S:      Maintained
991 CONEXANT ACCESSRUNNER USB DRIVER
992 P:      Simon Arlott
993 M:      cxacru@fire.lp0.eu
994 S:      Maintained
996 COSA/SRP SYNC SERIAL DRIVER
997 P:      Jan "Yenya" Kasprzak
998 M:      kas@fi.muni.cz
999 W:      http://www.fi.muni.cz/~kas/cosa/
1000 S:      Maintained
1002 CPU FREQUENCY DRIVERS
1003 P:      Dave Jones
1004 M:      davej@codemonkey.org.uk
1005 L:      cpufreq@lists.linux.org.uk
1006 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1007 T:      git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1008 S:      Maintained
1010 CPUID/MSR DRIVER
1011 P:      H. Peter Anvin
1012 M:      hpa@zytor.com
1013 S:      Maintained
1015 CPUSETS
1016 P:      Paul Jackson
1017 P:      Simon Derr
1018 M:      pj@sgi.com
1019 M:      simon.derr@bull.net
1020 L:      linux-kernel@vger.kernel.org
1021 W:      http://www.bullopensource.org/cpuset/
1022 S:      Supported
1024 CRAMFS FILESYSTEM
1025 W:      http://sourceforge.net/projects/cramfs/
1026 S:      Orphan
1028 CRIS PORT
1029 P:      Mikael Starvik
1030 M:      starvik@axis.com
1031 L:      dev-etrax@axis.com
1032 W:      http://developer.axis.com
1033 S:      Maintained
1035 CRYPTO API
1036 P:      Herbert Xu
1037 M:      herbert@gondor.apana.org.au
1038 P:      David S. Miller
1039 M:      davem@davemloft.net
1040 L:      linux-crypto@vger.kernel.org
1041 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1042 S:      Maintained
1044 CS5535 Audio ALSA driver
1045 P:      Jaya Kumar
1046 M:      jayakumar.alsa@gmail.com
1047 S:      Maintained
1049 CYBERPRO FB DRIVER
1050 P:      Russell King
1051 M:      rmk@arm.linux.org.uk
1052 W:      http://www.arm.linux.org.uk/
1053 S:      Maintained
1055 CYBLAFB FRAMEBUFFER DRIVER
1056 P:      Knut Petersen
1057 M:      Knut_Petersen@t-online.de
1058 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1059 S:      Maintained
1061 CYCLADES 2X SYNC CARD DRIVER
1062 P:      Arnaldo Carvalho de Melo
1063 M:      acme@ghostprotocols.net
1064 W:      http://oops.ghostprotocols.net:81/blog
1065 S:      Maintained
1067 CYCLADES ASYNC MUX DRIVER
1068 W:      http://www.cyclades.com/
1069 S:      Orphan
1071 CYCLADES PC300 DRIVER
1072 W:      http://www.cyclades.com/
1073 S:      Orphan
1075 DAMA SLAVE for AX.25
1076 P:      Joerg Reuter
1077 M:      jreuter@yaina.de
1078 W:      http://yaina.de/jreuter/
1079 W:      http://www.qsl.net/dl1bke/
1080 L:      linux-hams@vger.kernel.org
1081 S:      Maintained
1083 DC395x SCSI driver
1084 P:      Oliver Neukum
1085 M:      oliver@neukum.name
1086 P:      Ali Akcaagac
1087 M:      aliakc@web.de
1088 P:      Jamie Lenehan
1089 M:      lenehan@twibble.org
1090 W:      http://twibble.org/dist/dc395x/
1091 L:      dc395x@twibble.org
1092 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1093 S:      Maintained
1095 DC390/AM53C974 SCSI driver
1096 P:      Kurt Garloff
1097 M:      garloff@suse.de
1098 W:      http://www.garloff.de/kurt/linux/dc390/
1099 P:      Guennadi Liakhovetski
1100 M:      g.liakhovetski@gmx.de
1101 S:      Maintained
1103 DCCP PROTOCOL
1104 P:      Arnaldo Carvalho de Melo
1105 M:      acme@ghostprotocols.net
1106 L:      dccp@vger.kernel.org
1107 W:      http://linux-net.osdl.org/index.php/DCCP
1108 S:      Maintained
1110 DECnet NETWORK LAYER
1111 P:      Patrick Caulfield
1112 M:      patrick@tykepenguin.com
1113 W:      http://linux-decnet.sourceforge.net
1114 L:      linux-decnet-user@lists.sourceforge.net
1115 S:      Maintained
1117 DEFXX FDDI NETWORK DRIVER
1118 P:      Maciej W. Rozycki
1119 M:      macro@linux-mips.org
1120 S:      Maintained
1122 DELL LAPTOP SMM DRIVER
1123 P:      Massimo Dal Zotto
1124 M:      dz@debian.org
1125 W:      http://www.debian.org/~dz/i8k/
1126 S:      Maintained
1128 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1129 P:      Doug Warzecha
1130 M:      Douglas_Warzecha@dell.com
1131 S:      Maintained
1133 DEVICE-MAPPER  (LVM)
1134 P:      Alasdair Kergon
1135 L:      dm-devel@redhat.com
1136 W:      http://sources.redhat.com/dm
1137 S:      Maintained
1139 DEVICE NUMBER REGISTRY
1140 P:      Torben Mathiasen
1141 M:      device@lanana.org
1142 W:      http://lanana.org/docs/device-list/index.html
1143 L:      linux-kernel@vger.kernel.org
1144 S:      Maintained
1146 DIGI INTL. EPCA DRIVER
1147 P:      Digi International, Inc
1148 M:      Eng.Linux@digi.com
1149 L:      Eng.Linux@digi.com
1150 W:      http://www.digi.com
1151 S:      Orphaned
1153 DIGI RIGHTSWITCH NETWORK DRIVER
1154 P:      Rick Richardson
1155 L:      netdev@vger.kernel.org
1156 W:      http://www.digi.com
1157 S:      Orphaned
1159 DIRECTORY NOTIFICATION
1160 P:      Stephen Rothwell
1161 M:      sfr@canb.auug.org.au
1162 L:      linux-kernel@vger.kernel.org
1163 S:      Supported
1165 DISK GEOMETRY AND PARTITION HANDLING
1166 P:      Andries Brouwer
1167 M:      aeb@cwi.nl
1168 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1169 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1170 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1171 S:      Maintained
1173 DISKQUOTA:
1174 P:      Jan Kara
1175 M:      jack@suse.cz
1176 L:      linux-kernel@vger.kernel.org
1177 S:      Maintained
1179 DISTRIBUTED LOCK MANAGER
1180 P:      Patrick Caulfield
1181 M:      pcaulfie@redhat.com
1182 P:      David Teigland
1183 M:      teigland@redhat.com
1184 L:      cluster-devel@redhat.com
1185 W:      http://sources.redhat.com/cluster/
1186 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1187 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1188 S:      Supported
1190 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1191 P:      Tobias Ringstrom
1192 M:      tori@unhappy.mine.nu
1193 L:      netdev@vger.kernel.org
1194 S:      Maintained
1196 DOCBOOK FOR DOCUMENTATION
1197 P:      Randy Dunlap
1198 M:      rdunlap@xenotime.net
1199 S:      Maintained
1201 DOCKING STATION DRIVER
1202 P:      Kristen Carlson Accardi
1203 M:      kristen.c.accardi@intel.com
1204 L:      linux-acpi@vger.kernel.org
1205 S:      Supported
1207 DOUBLETALK DRIVER
1208 P:      James R. Van Zandt
1209 M:      jrv@vanzandt.mv.com
1210 L:      blinux-list@redhat.com
1211 S:      Maintained
1213 DRIVER CORE, KOBJECTS, AND SYSFS
1214 P:      Greg Kroah-Hartman
1215 M:      gregkh@suse.de
1216 L:      linux-kernel@vger.kernel.org
1217 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1218 S:      Supported
1220 DRM DRIVERS
1221 P:      David Airlie
1222 M:      airlied@linux.ie
1223 L:      dri-devel@lists.sourceforge.net
1224 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1225 S:      Maintained
1227 DSCC4 DRIVER
1228 P:      Francois Romieu
1229 M:      romieu@fr.zoreil.com
1230 L:      netdev@vger.kernel.org
1231 S:      Maintained
1233 DVB SUBSYSTEM AND DRIVERS
1234 P:      LinuxTV.org Project
1235 M:      v4l-dvb-maintainer@linuxtv.org
1236 L:      linux-dvb@linuxtv.org (subscription required)
1237 W:      http://linuxtv.org/
1238 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1239 S:      Maintained
1241 EATA-DMA SCSI DRIVER
1242 P:      Michael Neuffer
1243 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1244 S:      Maintained
1246 EATA ISA/EISA/PCI SCSI DRIVER
1247 P:      Dario Ballabio
1248 M:      ballabio_dario@emc.com
1249 L:      linux-scsi@vger.kernel.org
1250 S:      Maintained
1252 EATA-PIO SCSI DRIVER
1253 P:      Michael Neuffer
1254 M:      mike@i-Connect.Net
1255 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1256 S:      Maintained
1258 EBTABLES
1259 P:      Bart De Schuymer
1260 M:      bart.de.schuymer@pandora.be
1261 L:      ebtables-user@lists.sourceforge.net
1262 L:      ebtables-devel@lists.sourceforge.net
1263 W:      http://ebtables.sourceforge.net/
1264 S:      Maintained
1266 ECRYPT FILE SYSTEM
1267 P:      Mike Halcrow, Phillip Hellewell
1268 M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1269 L:      ecryptfs-devel@lists.sourceforge.net
1270 W:      http://ecryptfs.sourceforge.net/
1271 S:      Supported
1273 EDAC-CORE
1274 P:      Doug Thompson
1275 M:      norsk5@xmission.com
1276 L:      bluesmoke-devel@lists.sourceforge.net
1277 W:      bluesmoke.sourceforge.net
1278 S:      Supported
1280 EDAC-E752X
1281 P:      Mark Gross
1282 M:      mark.gross@intel.com
1283 L:      bluesmoke-devel@lists.sourceforge.net
1284 W:      bluesmoke.sourceforge.net
1285 S:      Maintained
1287 EDAC-E7XXX
1288 P:      Doug Thompson
1289 M:      norsk5@xmission.com
1290 L:      bluesmoke-devel@lists.sourceforge.net
1291 W:      bluesmoke.sourceforge.net
1292 S:      Maintained
1294 EDAC-R82600
1295 P:      Tim Small
1296 M:      tim@buttersideup.com
1297 L:      bluesmoke-devel@lists.sourceforge.net
1298 W:      bluesmoke.sourceforge.net
1299 S:      Maintained
1301 EEPRO100 NETWORK DRIVER
1302 P:      Andrey V. Savochkin
1303 M:      saw@saw.sw.com.sg
1304 S:      Maintained
1306 EFS FILESYSTEM
1307 W:      http://aeschi.ch.eu.org/efs/
1308 S:      Orphan
1310 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1311 P:      Hoang-Nam Nguyen
1312 M:      hnguyen@de.ibm.com
1313 P:      Christoph Raisch
1314 M:      raisch@de.ibm.com
1315 L:      openib-general@openib.org
1316 S:      Supported
1318 EMU10K1 SOUND DRIVER
1319 P:      James Courtier-Dutton
1320 M:      James@superbug.demon.co.uk
1321 L:      emu10k1-devel@lists.sourceforge.net
1322 W:      http://sourceforge.net/projects/emu10k1/
1323 S:      Maintained
1325 EMULEX LPFC FC SCSI DRIVER
1326 P:      James Smart
1327 M:      james.smart@emulex.com
1328 L:      linux-scsi@vger.kernel.org
1329 W:      http://sourceforge.net/projects/lpfcxxxx
1330 S:      Supported
1332 EPSON 1355 FRAMEBUFFER DRIVER
1333 P:      Christopher Hoover
1334 M:      ch@murgatroid.com, ch@hpl.hp.com
1335 S:      Maintained
1337 ETHEREXPRESS-16 NETWORK DRIVER
1338 P:      Philip Blundell
1339 M:      philb@gnu.org
1340 L:      netdev@vger.kernel.org
1341 S:      Maintained
1343 ETHERNET BRIDGE
1344 P:      Stephen Hemminger
1345 M:      shemminger@linux-foundation.org
1346 L:      bridge@lists.linux-foundation.org
1347 W:      http://bridge.sourceforge.net/
1348 S:      Maintained
1350 ETHERTEAM 16I DRIVER
1351 P:      Mika Kuoppala
1352 M:      miku@iki.fi
1353 S:      Maintained
1355 EXT2 FILE SYSTEM
1356 L:      linux-ext4@vger.kernel.org
1357 S:      Maintained
1359 EXT3 FILE SYSTEM
1360 P:      Stephen Tweedie, Andrew Morton
1361 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1362 L:      linux-ext4@vger.kernel.org
1363 S:      Maintained
1365 EXT4 FILE SYSTEM
1366 P:      Stephen Tweedie, Andrew Morton
1367 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1368 L:      linux-ext4@vger.kernel.org
1369 S:      Maintained
1371 F71805F HARDWARE MONITORING DRIVER
1372 P:      Jean Delvare
1373 M:      khali@linux-fr.org
1374 L:      lm-sensors@lm-sensors.org
1375 S:      Maintained
1377 FARSYNC SYNCHRONOUS DRIVER
1378 P:      Kevin Curtis
1379 M:      kevin.curtis@farsite.co.uk
1380 W:      http://www.farsite.co.uk/
1381 S:      Supported
1383 FAULT INJECTION SUPPORT
1384 P:      Akinobu Mita
1385 M:      akinobu.mita@gmail.com
1386 S:      Supported
1388 FRAMEBUFFER LAYER
1389 P:      Antonino Daplas
1390 M:      adaplas@gmail.com
1391 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1392 W:      http://linux-fbdev.sourceforge.net/
1393 S:      Maintained
1395 FREESCALE SOC FS_ENET DRIVER
1396 P:      Pantelis Antoniou
1397 M:      pantelis.antoniou@gmail.com
1398 P:      Vitaly Bordug
1399 M:      vbordug@ru.mvista.com
1400 L:      linuxppc-embedded@ozlabs.org
1401 L:      netdev@vger.kernel.org
1402 S:      Maintained
1404 FREESCALE HIGHSPEED USB DEVICE DRIVER
1405 P:      Li Yang
1406 M:      leoli@freescale.com
1407 L:      linux-usb-devel@lists.sourceforge.net
1408 L:      linuxppc-embedded@ozlabs.org
1409 S:      Maintained
1411 FILE LOCKING (flock() and fcntl()/lockf())
1412 P:      Matthew Wilcox
1413 M:      matthew@wil.cx
1414 L:      linux-fsdevel@vger.kernel.org
1415 S:      Maintained
1417 FILESYSTEMS (VFS and infrastructure)
1418 P:      Alexander Viro
1419 M:      viro@zeniv.linux.org.uk
1420 S:      Maintained
1422 FIRMWARE LOADER (request_firmware)
1423 L:      linux-kernel@vger.kernel.org
1424 S:      Orphan
1426 FPU EMULATOR
1427 P:      Bill Metzenthen
1428 M:      billm@suburbia.net
1429 W:      http://suburbia.net/~billm/floating-point/emulator/
1430 S:      Maintained
1432 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1433 P:      Mike McLagan
1434 M:      mike.mclagan@linux.org
1435 L:      netdev@vger.kernel.org
1436 S:      Maintained
1438 FREEVXFS FILESYSTEM
1439 P:      Christoph Hellwig
1440 M:      hch@infradead.org
1441 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1442 S:      Maintained
1444 FUJITSU FR-V (FRV) PORT
1445 P:      David Howells
1446 M:      dhowells@redhat.com
1447 S:      Maintained
1449 FUSE: FILESYSTEM IN USERSPACE
1450 P:      Miklos Szeredi
1451 M:      miklos@szeredi.hu
1452 L:      fuse-devel@lists.sourceforge.net
1453 W:      http://fuse.sourceforge.net/
1454 S:      Maintained
1456 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1457 P:      Rik Faith
1458 M:      faith@cs.unc.edu
1459 L:      linux-scsi@vger.kernel.org
1460 S:      Odd fixes (e.g., new signatures)
1462 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1463 P:      Achim Leubner
1464 M:      achim_leubner@adaptec.com
1465 L:      linux-scsi@vger.kernel.org
1466 W:      http://www.icp-vortex.com/
1467 S:      Supported
1469 GENERIC GPIO I2C DRIVER
1470 P:      Haavard Skinnemoen
1471 M:      hskinnemoen@atmel.com
1472 S:      Supported
1474 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1475 P:      Krzysztof Halasa
1476 M:      khc@pm.waw.pl
1477 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1478 S:      Maintained
1480 GFS2 FILE SYSTEM
1481 P:      Steven Whitehouse
1482 M:      swhiteho@redhat.com
1483 L:      cluster-devel@redhat.com
1484 W:      http://sources.redhat.com/cluster/
1485 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1486 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1487 S:      Supported
1489 GIGASET ISDN DRIVERS
1490 P:      Hansjoerg Lipp
1491 M:      hjlipp@web.de
1492 P:      Tilman Schmidt
1493 M:      tilman@imap.cc
1494 L:      gigaset307x-common@lists.sourceforge.net
1495 W:      http://gigaset307x.sourceforge.net/
1496 S:      Maintained
1498 HARDWARE MONITORING
1499 P:      Jean Delvare
1500 M:      khali@linux-fr.org
1501 L:      lm-sensors@lm-sensors.org
1502 W:      http://www.lm-sensors.org/
1503 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
1504 S:      Maintained
1506 HARDWARE RANDOM NUMBER GENERATOR CORE
1507 P:      Michael Buesch
1508 M:      mb@bu3sch.de
1509 S:      Maintained
1511 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1512 P:      Robert Love
1513 M:      rlove@rlove.org
1514 M:      linux-kernel@vger.kernel.org
1515 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1516 S:      Maintained
1518 HARMONY SOUND DRIVER
1519 P:      Kyle McMartin
1520 M:      kyle@parisc-linux.org
1521 W:      http://www.parisc-linux.org/~kyle/harmony/
1522 L:      parisc-linux@lists.parisc-linux.org
1523 S:      Maintained
1525 HAYES ESP SERIAL DRIVER
1526 P:      Andrew J. Robinson
1527 M:      arobinso@nyx.net
1528 L:      linux-kernel@vger.kernel.org
1529 W:      http://www.nyx.net/~arobinso
1530 S:      Maintained
1532 HFS FILESYSTEM
1533 P:      Roman Zippel
1534 M:      zippel@linux-m68k.org
1535 L:      linux-kernel@vger.kernel.org
1536 S:      Maintained
1538 HGA FRAMEBUFFER DRIVER
1539 P:      Ferenc Bakonyi
1540 M:      fero@drama.obuda.kando.hu
1541 L:      linux-nvidia@lists.surfsouth.com
1542 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1543 S:      Maintained
1545 HID CORE LAYER
1546 P:      Jiri Kosina
1547 M:      jkosina@suse.cz
1548 L:      linux-input@atrey.karlin.mff.cuni.cz
1549 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1550 S:      Maintained
1552 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1553 P:      Thomas Gleixner
1554 M:      tglx@linutronix.de
1555 L:      linux-kernel@vger.kernel.org
1556 S:      Maintained
1558 HIGH-SPEED SCC DRIVER FOR AX.25
1559 P:      Klaus Kudielka
1560 M:      klaus.kudielka@ieee.org
1561 L:      linux-hams@vger.kernel.org
1562 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1563 S:      Maintained
1565 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1566 P:      HighPoint Linux Team
1567 M:      linux@highpoint-tech.com
1568 W:      http://www.highpoint-tech.com
1569 S:      Supported
1571 HIPPI
1572 P:      Jes Sorensen
1573 M:      jes@trained-monkey.org
1574 L:      linux-hippi@sunsite.dk
1575 S:      Maintained
1577 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1578 P:      Chirag Kantharia
1579 M:      chirag.kantharia@hp.com
1580 L:      iss_storagedev@hp.com
1581 S:      Maintained
1583 HEWLETT-PACKARD SMART2 RAID DRIVER
1584 P:      Chirag Kantharia
1585 M:      chirag.kantharia@hp.com
1586 L:      iss_storagedev@hp.com
1587 S:      Maintained
1589 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1590 P:      Mike Miller
1591 M:      mike.miller@hp.com
1592 L:      iss_storagedev@hp.com
1593 S:      Supported
1595 HOST AP DRIVER
1596 P:      Jouni Malinen
1597 M:      j@w1.fi
1598 L:      hostap@shmoo.com (subscribers-only)
1599 L:      linux-wireless@vger.kernel.org
1600 W:      http://hostap.epitest.fi/
1601 S:      Maintained
1603 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1604 P:      Jaroslav Kysela
1605 M:      perex@suse.cz
1606 S:      Maintained
1608 HPET:   High Precision Event Timers driver (hpet.c)
1609 P:      Clemens Ladisch
1610 M:      clemens@ladisch.de
1611 S:      Maintained
1613 HPET:   i386
1614 P:      Venkatesh Pallipadi (Venki)
1615 M:      venkatesh.pallipadi@intel.com
1616 S:      Maintained
1618 HPET:   x86_64
1619 P:      Andi Kleen and Vojtech Pavlik
1620 M:      ak@muc.de and vojtech@suse.cz
1621 S:      Maintained
1623 HPET:   ACPI hpet.c
1624 P:      Bob Picco
1625 M:      bob.picco@hp.com
1626 S:      Maintained
1628 HPFS FILESYSTEM
1629 P:      Mikulas Patocka
1630 M:      mikulas@artax.karlin.mff.cuni.cz
1631 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1632 S:      Maintained
1634 HUGETLB FILESYSTEM
1635 P:      William Irwin
1636 M:      wli@holomorphy.com
1637 S:      Maintained
1639 I2C SUBSYSTEM
1640 P:      Jean Delvare
1641 M:      khali@linux-fr.org
1642 L:      i2c@lm-sensors.org
1643 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1644 S:      Maintained
1646 I2C-TINY-USB DRIVER
1647 P:      Till Harbaum
1648 M:      till@harbaum.org
1649 L:      i2c@lm-sensors.org
1650 T:      http://www.harbaum.org/till/i2c_tiny_usb
1651 S:      Maintained
1653 i386 BOOT CODE
1654 P:      Riley H. Williams
1655 M:      Riley@Williams.Name
1656 L:      Linux-Kernel@vger.kernel.org
1657 S:      Maintained
1659 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1660 P:      Dave Jones
1661 M:      davej@codemonkey.org.uk
1662 P:      H. Peter Anvin
1663 M:      hpa@zytor.com
1664 S:      Maintained
1666 i810 TCO TIMER WATCHDOG
1667 P:      Nils Faerber
1668 M:      nils@kernelconcepts.de
1669 W:      http://www.kernelconcepts.de/
1670 S:      Maintained
1672 IA64 (Itanium) PLATFORM
1673 P:      Tony Luck
1674 M:      tony.luck@intel.com
1675 L:      linux-ia64@vger.kernel.org
1676 W:      http://www.ia64-linux.org/
1677 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1678 S:      Maintained
1680 SN-IA64 (Itanium) SUB-PLATFORM
1681 P:      Jes Sorensen
1682 M:      jes@sgi.com
1683 L:      linux-altix@sgi.com
1684 L:      linux-ia64@vger.kernel.org
1685 W:      http://www.sgi.com/altix
1686 S:      Maintained
1688 IBM MCA SCSI SUBSYSTEM DRIVER
1689 P:      Michael Lang
1690 M:      langa2@kph.uni-mainz.de
1691 W:      http://www.uni-mainz.de/~langm000/linux.html
1692 S:      Maintained
1694 IBM Power Linux RAID adapter
1695 P:      Brian King
1696 M:      brking@us.ibm.com
1697 S:      Supported
1699 IBM ServeRAID RAID DRIVER
1700 P:      Jack Hammer
1701 P:      Dave Jeffery
1702 M:      ipslinux@adaptec.com
1703 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1704 S:      Supported
1706 IDE SUBSYSTEM
1707 P:      Bartlomiej Zolnierkiewicz
1708 M:      bzolnier@gmail.com
1709 L:      linux-ide@vger.kernel.org
1710 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1711 S:      Maintained
1713 IDE/ATAPI CDROM DRIVER
1714 P:      Alan Cox
1715 M:      alan@lxorguk.ukuu.org.uk
1716 L:      linux-ide@vger.kernel.org
1717 S:      Maintained
1719 IDE/ATAPI FLOPPY DRIVERS
1720 P:      Paul Bristow
1721 M:      Paul Bristow <paul@paulbristow.net>
1722 W:      http://paulbristow.net/linux/idefloppy.html
1723 L:      linux-kernel@vger.kernel.org
1724 S:      Maintained
1726 IDE/ATAPI TAPE DRIVERS
1727 P:      Gadi Oxman
1728 M:      Gadi Oxman <gadio@netvision.net.il>
1729 L:      linux-kernel@vger.kernel.org
1730 S:      Maintained
1732 IEEE 1394 SUBSYSTEM
1733 P:      Ben Collins
1734 M:      ben.collins@ubuntu.com
1735 P:      Stefan Richter
1736 M:      stefanr@s5r6.in-berlin.de
1737 L:      linux1394-devel@lists.sourceforge.net
1738 W:      http://www.linux1394.org/
1739 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1740 S:      Maintained
1742 IEEE 1394 RAW I/O DRIVER (raw1394)
1743 P:      Dan Dennedy
1744 M:      dan@dennedy.org
1745 P:      Stefan Richter
1746 M:      stefanr@s5r6.in-berlin.de
1747 L:      linux1394-devel@lists.sourceforge.net
1748 S:      Maintained
1750 IMS TWINTURBO FRAMEBUFFER DRIVER
1751 P:      Paul Mundt
1752 M:      lethal@chaoticdreams.org
1753 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1754 S:      Maintained
1756 INFINIBAND SUBSYSTEM
1757 P:      Roland Dreier
1758 M:      rolandd@cisco.com
1759 P:      Sean Hefty
1760 M:      mshefty@ichips.intel.com
1761 P:      Hal Rosenstock
1762 M:      halr@voltaire.com
1763 L:      openib-general@openib.org
1764 W:      http://www.openib.org/
1765 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1766 S:      Supported
1768 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1769 P:      Dmitry Torokhov
1770 M:      dmitry.torokhov@gmail.com
1771 M:      dtor@mail.ru
1772 L:      linux-input@atrey.karlin.mff.cuni.cz
1773 L:      linux-joystick@atrey.karlin.mff.cuni.cz
1774 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1775 S:      Maintained
1777 INOTIFY
1778 P:      John McCutchan
1779 M:      ttb@tentacle.dhs.org
1780 P:      Robert Love
1781 M:      rml@novell.com
1782 L:      linux-kernel@vger.kernel.org
1783 S:      Maintained
1785 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1786 P:      Sylvain Meyer
1787 M:      sylvain.meyer@worldonline.fr
1788 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1789 S:      Maintained
1791 INTEL 810/815 FRAMEBUFFER DRIVER
1792 P:      Antonino Daplas
1793 M:      adaplas@gmail.com
1794 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1795 S:      Maintained
1797 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1798 P:      Ingo Molnar
1799 M:      mingo@redhat.com
1800 S:      Maintained
1802 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1803 P:      Jeff Garzik
1804 M:      jgarzik@pobox.com
1805 W:      http://sourceforge.net/projects/gkernel/
1806 S:      Maintained
1808 INTEL IA32 MICROCODE UPDATE SUPPORT
1809 P:      Tigran Aivazian
1810 M:      tigran@aivazian.fsnet.co.uk
1811 S:      Maintained
1813 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1814 P:      Deepak Saxena
1815 M:      dsaxena@plexity.net
1816 S:      Maintained
1818 INTEL IXP2000 ETHERNET DRIVER
1819 P:      Lennert Buytenhek
1820 M:      kernel@wantstofly.org
1821 L:      netdev@vger.kernel.org
1822 S:      Maintained
1824 INTEL PRO/100 ETHERNET SUPPORT
1825 P:      John Ronciak
1826 M:      john.ronciak@intel.com
1827 P:      Jesse Brandeburg
1828 M:      jesse.brandeburg@intel.com
1829 P:      Jeff Kirsher
1830 M:      jeffrey.t.kirsher@intel.com
1831 P:      Auke Kok
1832 M:      auke-jan.h.kok@intel.com
1833 L:      e1000-devel@lists.sourceforge.net
1834 W:      http://sourceforge.net/projects/e1000/
1835 S:      Supported
1837 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1838 P:      Jeb Cramer
1839 M:      cramerj@intel.com
1840 P:      John Ronciak
1841 M:      john.ronciak@intel.com
1842 P:      Jesse Brandeburg
1843 M:      jesse.brandeburg@intel.com
1844 P:      Jeff Kirsher
1845 M:      jeffrey.t.kirsher@intel.com
1846 P:      Auke Kok
1847 M:      auke-jan.h.kok@intel.com
1848 L:      e1000-devel@lists.sourceforge.net
1849 W:      http://sourceforge.net/projects/e1000/
1850 S:      Supported
1852 INTEL PRO/10GbE SUPPORT
1853 P:      Jeff Kirsher
1854 M:      jeffrey.t.kirsher@intel.com
1855 P:      Ayyappan Veeraiyan
1856 M:      ayyappan.veeraiyan@intel.com
1857 P:      John Ronciak
1858 M:      john.ronciak@intel.com
1859 P:      Jesse Brandeburg
1860 M:      jesse.brandeburg@intel.com
1861 P:      Auke Kok
1862 M:      auke-jan.h.kok@intel.com
1863 L:      e1000-devel@lists.sourceforge.net
1864 W:      http://sourceforge.net/projects/e1000/
1865 S:      Supported
1867 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1868 P:      Yi Zhu
1869 M:      yi.zhu@intel.com
1870 P:      James Ketrenos
1871 M:      jketreno@linux.intel.com
1872 L:      linux-wireless@vger.kernel.org
1873 L:      ipw2100-devel@lists.sourceforge.net
1874 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1875 W:      http://ipw2100.sourceforge.net
1876 S:      Supported
1878 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1879 P:      Yi Zhu
1880 M:      yi.zhu@intel.com
1881 P:      James Ketrenos
1882 M:      jketreno@linux.intel.com
1883 L:      linux-wireless@vger.kernel.org
1884 L:      ipw2100-devel@lists.sourceforge.net
1885 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1886 W:      http://ipw2200.sourceforge.net
1887 S:      Supported
1889 IOC3 DRIVER
1890 P:      Ralf Baechle
1891 M:      ralf@linux-mips.org
1892 L:      linux-mips@linux-mips.org
1893 S:      Maintained
1895 IP MASQUERADING:
1896 P:      Juanjo Ciarlante
1897 M:      jjciarla@raiz.uncu.edu.ar
1898 S:      Maintained
1900 IPATH DRIVER:
1901 P:      Bryan O'Sullivan
1902 M:      support@pathscale.com
1903 L:      openib-general@openib.org
1904 S:      Supported
1906 IPMI SUBSYSTEM
1907 P:      Corey Minyard
1908 M:      minyard@acm.org
1909 L:      openipmi-developer@lists.sourceforge.net
1910 W:      http://openipmi.sourceforge.net/
1911 S:      Supported
1913 IPX NETWORK LAYER
1914 P:      Arnaldo Carvalho de Melo
1915 M:      acme@ghostprotocols.net
1916 L:      netdev@vger.kernel.org
1917 S:      Maintained
1919 IRDA SUBSYSTEM
1920 P:      Samuel Ortiz
1921 M:      samuel@sortiz.org
1922 L:      irda-users@lists.sourceforge.net (subscribers-only)
1923 W:      http://irda.sourceforge.net/
1924 S:      Maintained
1926 ISAPNP
1927 P:      Jaroslav Kysela
1928 M:      perex@suse.cz
1929 S:      Maintained
1931 ISDN SUBSYSTEM
1932 P:      Karsten Keil
1933 M:      kkeil@suse.de
1934 P:      Kai Germaschewski
1935 M:      kai.germaschewski@gmx.de
1936 L:      isdn4linux@listserv.isdn4linux.de
1937 W:      http://www.isdn4linux.de
1938 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1939 S:      Maintained
1941 ISDN SUBSYSTEM (Eicon active card driver)
1942 P:      Armin Schindler
1943 M:      mac@melware.de
1944 L:      isdn4linux@listserv.isdn4linux.de
1945 W:      http://www.melware.de
1946 S:      Maintained
1948 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1949 P:      David Woodhouse
1950 M:      dwmw2@infradead.org
1951 L:      jffs-dev@axis.com
1952 W:      http://sources.redhat.com/jffs2/
1953 S:      Maintained
1955 JFS FILESYSTEM
1956 P:      Dave Kleikamp
1957 M:      shaggy@austin.ibm.com
1958 L:      jfs-discussion@lists.sourceforge.net
1959 W:      http://jfs.sourceforge.net/
1960 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1961 S:      Supported
1963 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
1964 P:      Stephen Tweedie, Andrew Morton
1965 M:      sct@redhat.com, akpm@linux-foundation.org
1966 L:      linux-ext4@vger.kernel.org
1967 S:      Maintained
1969 K8TEMP HARDWARE MONITORING DRIVER
1970 P:      Rudolf Marek
1971 M:      r.marek@assembler.cz
1972 L:      lm-sensors@lm-sensors.org
1973 S:      Maintained
1975 KCONFIG
1976 P:      Roman Zippel
1977 M:      zippel@linux-m68k.org
1978 L:      kbuild-devel@lists.sourceforge.net
1979 S:      Maintained
1981 KDUMP
1982 P:      Vivek Goyal
1983 M:      vgoyal@in.ibm.com
1984 P:      Haren Myneni
1985 M:      hbabu@us.ibm.com
1986 L:      fastboot@lists.linux-foundation.org
1987 L:      linux-kernel@vger.kernel.org
1988 W:      http://lse.sourceforge.net/kdump/
1989 S:      Maintained
1991 KERNEL AUTOMOUNTER (AUTOFS)
1992 P:      H. Peter Anvin
1993 M:      hpa@zytor.com
1994 L:      autofs@linux.kernel.org
1995 S:      Odd Fixes
1997 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1998 P:      Ian Kent
1999 M:      raven@themaw.net
2000 L:      autofs@linux.kernel.org
2001 S:      Maintained
2003 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2004 P:      Kai Germaschewski
2005 M:      kai@germaschewski.name
2006 P:      Sam Ravnborg
2007 M:      sam@ravnborg.org
2008 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
2009 S:      Maintained
2011 KERNEL JANITORS
2012 P:      Several
2013 L:      kernel-janitors@lists.linux-foundation.org
2014 W:      http://www.kerneljanitors.org/
2015 S:      Maintained
2017 KERNEL NFSD
2018 P:      Neil Brown
2019 M:      neilb@suse.de
2020 L:      nfs@lists.sourceforge.net
2021 W:      http://nfs.sourceforge.net/
2022 S:      Supported
2024 KERNEL VIRTUAL MACHINE (KVM)
2025 P:      Avi Kivity
2026 M:      avi@qumranet.com
2027 L:      kvm-devel@lists.sourceforge.net
2028 W:      kvm.sourceforge.net
2029 S:      Supported
2031 KEXEC
2032 P:      Eric Biederman
2033 M:      ebiederm@xmission.com
2034 W:      http://www.xmission.com/~ebiederm/files/kexec/
2035 L:      linux-kernel@vger.kernel.org
2036 L:      fastboot@lists.linux-foundation.org
2037 S:      Maintained
2039 KPROBES
2040 P:      Prasanna S Panchamukhi
2041 M:      prasanna@in.ibm.com
2042 P:      Ananth N Mavinakayanahalli
2043 M:      ananth@in.ibm.com
2044 P:      Anil S Keshavamurthy
2045 M:      anil.s.keshavamurthy@intel.com
2046 P:      David S. Miller
2047 M:      davem@davemloft.net
2048 L:      linux-kernel@vger.kernel.org
2049 S:      Maintained
2051 KS0108 LCD CONTROLLER DRIVER
2052 P:      Miguel Ojeda Sandonis
2053 M:      maxextreme@gmail.com
2054 L:      linux-kernel@vger.kernel.org
2055 S:      Maintained
2057 LAPB module
2058 L:      linux-x25@vger.kernel.org
2059 S:      Orphan
2061 LASI 53c700 driver for PARISC
2062 P:      James E.J. Bottomley
2063 M:      James.Bottomley@HansenPartnership.com
2064 L:      linux-scsi@vger.kernel.org
2065 S:      Maintained
2067 LED SUBSYSTEM
2068 P:      Richard Purdie
2069 M:      rpurdie@rpsys.net
2070 S:      Maintained
2072 LEGO USB Tower driver
2073 P:      Juergen Stuber
2074 M:      starblue@users.sourceforge.net
2075 L:      legousb-devel@lists.sourceforge.net
2076 W:      http://legousb.sourceforge.net/
2077 S:      Maintained
2079 LINUX FOR IBM pSERIES (RS/6000)
2080 P:      Paul Mackerras
2081 M:      paulus@au.ibm.com
2082 W:      http://www.ibm.com/linux/ltc/projects/ppc
2083 S:      Supported
2085 LINUX FOR NCR VOYAGER
2086 P:      James Bottomley
2087 M:      James.Bottomley@HansenPartnership.com
2088 W:      http://www.hansenpartnership.com/voyager
2089 S:      Maintained
2091 LINUX FOR POWERPC
2092 P:      Paul Mackerras
2093 M:      paulus@samba.org
2094 W:      http://www.penguinppc.org/
2095 L:      linuxppc-dev@ozlabs.org
2096 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2097 S:      Supported
2099 LINUX FOR POWER MACINTOSH
2100 P:      Benjamin Herrenschmidt
2101 M:      benh@kernel.crashing.org
2102 W:      http://www.penguinppc.org/
2103 L:      linuxppc-dev@ozlabs.org
2104 S:      Maintained
2106 LINUX FOR POWERPC EMBEDDED MPC52XX
2107 P:      Sylvain Munaut
2108 M:      tnt@246tNt.com
2109 W:      http://www.246tNt.com/mpc52xx/
2110 W:      http://www.penguinppc.org/
2111 L:      linuxppc-dev@ozlabs.org
2112 L:      linuxppc-embedded@ozlabs.org
2113 S:      Maintained
2115 LINUX FOR POWERPC EMBEDDED PPC4XX
2116 P:      Matt Porter
2117 M:      mporter@kernel.crashing.org
2118 W:      http://www.penguinppc.org/
2119 L:      linuxppc-embedded@ozlabs.org
2120 S:      Maintained
2122 LINUX FOR POWERPC BOOT CODE
2123 P:      Tom Rini
2124 M:      trini@kernel.crashing.org
2125 W:      http://www.penguinppc.org/
2126 L:      linuxppc-embedded@ozlabs.org
2127 S:      Maintained
2129 LINUX FOR POWERPC EMBEDDED PPC8XX
2130 P:      Marcelo Tosatti
2131 M:      marcelo@kvack.org
2132 W:      http://www.penguinppc.org/
2133 L:      linuxppc-embedded@ozlabs.org
2134 S:      Maintained
2136 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2137 P:      Kumar Gala
2138 M:      galak@kernel.crashing.org
2139 W:      http://www.penguinppc.org/
2140 L:      linuxppc-embedded@ozlabs.org
2141 S:      Maintained
2143 LINUX FOR POWERPC PA SEMI PWRFICIENT
2144 P:      Olof Johansson
2145 M:      olof@lixom.net
2146 W:      http://www.pasemi.com/
2147 L:      linuxppc-dev@ozlabs.org
2148 S:      Supported
2150 LLC (802.2)
2151 P:      Arnaldo Carvalho de Melo
2152 M:      acme@ghostprotocols.net
2153 S:      Maintained
2155 LINUX FOR 64BIT POWERPC
2156 P:      Paul Mackerras
2157 M:      paulus@samba.org
2158 M:      paulus@au.ibm.com
2159 P:      Anton Blanchard
2160 M:      anton@samba.org
2161 M:      anton@au.ibm.com
2162 W:      http://www.penguinppc.org/ppc64/
2163 L:      linuxppc-dev@ozlabs.org
2164 S:      Supported
2166 LINUX SECURITY MODULE (LSM) FRAMEWORK
2167 P:      Chris Wright
2168 M:      chrisw@sous-sol.org
2169 L:      linux-security-module@vger.kernel.org
2170 W:      http://lsm.immunix.org
2171 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2172 S:      Supported
2174 LM83 HARDWARE MONITOR DRIVER
2175 P:      Jean Delvare
2176 M:      khali@linux-fr.org
2177 L:      lm-sensors@lm-sensors.org
2178 S:      Maintained
2180 LM90 HARDWARE MONITOR DRIVER
2181 P:      Jean Delvare
2182 M:      khali@linux-fr.org
2183 L:      lm-sensors@lm-sensors.org
2184 S:      Maintained
2186 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2187 P:      Richard Russon (FlatCap)
2188 M:      ldm@flatcap.org
2189 L:      ldm-devel@lists.sourceforge.net
2190 W:      http://ldm.sourceforge.net
2191 S:      Maintained
2193 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2194 P:      Eric Moore
2195 M:      Eric.Moore@lsi.com
2196 M:      support@lsi.com
2197 L:      mpt_linux_developer@lsi.com
2198 L:      linux-scsi@vger.kernel.org
2199 W:      http://www.lsilogic.com/support
2200 S:      Supported
2202 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2203 P:      Matthew Wilcox
2204 M:      matthew@wil.cx
2205 L:      linux-scsi@vger.kernel.org
2206 S:      Maintained
2208 M68K ARCHITECTURE
2209 P:      Geert Uytterhoeven
2210 M:      geert@linux-m68k.org
2211 P:      Roman Zippel
2212 M:      zippel@linux-m68k.org
2213 L:      linux-m68k@lists.linux-m68k.org
2214 W:      http://www.linux-m68k.org/
2215 W:      http://linux-m68k-cvs.ubb.ca/
2216 S:      Maintained
2218 M68K ON APPLE MACINTOSH
2219 P:      Joshua Thompson
2220 M:      funaho@jurai.org
2221 W:      http://www.mac.linux-m68k.org/
2222 L:      linux-mac68k@mac.linux-m68k.org
2223 S:      Maintained
2225 M68K ON HP9000/300
2226 P:      Philip Blundell
2227 M:      philb@gnu.org
2228 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2229 S:      Maintained
2231 MARVELL YUKON / SYSKONNECT DRIVER
2232 P:      Mirko Lindner
2233 M:      mlindner@syskonnect.de
2234 P:      Ralph Roesler
2235 M:      rroesler@syskonnect.de
2236 W:      http://www.syskonnect.com
2237 S:      Supported
2239 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2240 P:      Michael Kerrisk
2241 M:      mtk-manpages@gmx.net
2242 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2243 S:      Maintained
2245 MARVELL MV643XX ETHERNET DRIVER
2246 P:      Dale Farnsworth
2247 M:      dale@farnsworth.org
2248 P:      Manish Lachwani
2249 M:      mlachwani@mvista.com
2250 L:      netdev@vger.kernel.org
2251 S:      Odd Fixes for 2.4; Maintained for 2.6.
2253 MATROX FRAMEBUFFER DRIVER
2254 P:      Petr Vandrovec
2255 M:      vandrove@vc.cvut.cz
2256 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2257 S:      Maintained
2259 MEGARAID SCSI DRIVERS
2260 P:      Neela Syam Kolli
2261 M:      Neela.Kolli@engenio.com
2262 S:      linux-scsi@vger.kernel.org
2263 W:      http://megaraid.lsilogic.com
2264 S:      Maintained
2266 MEMORY MANAGEMENT
2267 L:      linux-mm@kvack.org
2268 L:      linux-kernel@vger.kernel.org
2269 W:      http://www.linux-mm.org
2270 S:      Maintained
2272 MEMORY TECHNOLOGY DEVICES (MTD)
2273 P:      David Woodhouse
2274 M:      dwmw2@infradead.org
2275 W:      http://www.linux-mtd.infradead.org/
2276 L:      linux-mtd@lists.infradead.org
2277 T:      git git://git.infradead.org/mtd-2.6.git
2278 S:      Maintained
2280 UNSORTED BLOCK IMAGES (UBI)
2281 P:      Artem Bityutskiy
2282 M:      dedekind@infradead.org
2283 W:      http://www.linux-mtd.infradead.org/
2284 L:      linux-mtd@lists.infradead.org
2285 T:      git git://git.infradead.org/ubi-2.6.git
2286 S:      Maintained
2288 MICROTEK X6 SCANNER
2289 P:      Oliver Neukum
2290 M:      oliver@neukum.name
2291 S:      Maintained
2293 MIPS
2294 P:      Ralf Baechle
2295 M:      ralf@linux-mips.org
2296 W:      http://www.linux-mips.org/
2297 L:      linux-mips@linux-mips.org
2298 T:      git www.linux-mips.org:/pub/scm/linux.git
2299 S:      Supported
2301 MISCELLANEOUS MCA-SUPPORT
2302 P:      James Bottomley
2303 M:      jejb@steeleye.com
2304 L:      linux-kernel@vger.kernel.org
2305 S:      Maintained
2307 MODULE SUPPORT
2308 P:      Rusty Russell
2309 M:      rusty@rustcorp.com.au
2310 L:      linux-kernel@vger.kernel.org
2311 S:      Maintained
2313 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2314 P:      Stelian Pop
2315 M:      stelian@popies.net
2316 W:      http://popies.net/meye/
2317 S:      Maintained
2319 MOUSE AND MISC DEVICES [GENERAL]
2320 P:      Alessandro Rubini
2321 M:      rubini@ipvvis.unipv.it
2322 L:      linux-kernel@vger.kernel.org
2323 S:      Maintained
2325 MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2326 P:      Jiri Slaby
2327 M:      jirislaby@gmail.com
2328 L:      linux-kernel@vger.kernel.org
2329 S:      Maintained
2331 MSI LAPTOP SUPPORT
2332 P:      Lennart Poettering
2333 M:      mzxreary@0pointer.de
2334 L:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2335 W:      http://0pointer.de/lennart/tchibo.html
2336 S:      Maintained
2338 MTRR AND SIMILAR SUPPORT [i386]
2339 P:      Richard Gooch
2340 M:      rgooch@atnf.csiro.au
2341 L:      linux-kernel@vger.kernel.org
2342 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2343 S:      Maintained
2345 MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2346 P:      Pierre Ossman
2347 M:      drzeus-mmc@drzeus.cx
2348 L:      linux-kernel@vger.kernel.org
2349 S:      Maintained
2351 MULTISOUND SOUND DRIVER
2352 P:      Andrew Veliath
2353 M:      andrewtv@usa.net
2354 S:      Maintained
2356 MULTITECH MULTIPORT CARD (ISICOM)
2357 P:      Jiri Slaby
2358 M:      jirislaby@gmail.com
2359 L:      linux-kernel@vger.kernel.org
2360 S:      Maintained
2362 NATSEMI ETHERNET DRIVER (DP8381x)
2363 P:      Tim Hockin
2364 M:      thockin@hockin.org
2365 S:      Maintained
2367 NCP FILESYSTEM
2368 P:      Petr Vandrovec
2369 M:      vandrove@vc.cvut.cz
2370 L:      linware@sh.cvut.cz
2371 S:      Maintained
2373 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2374 P:      James E.J. Bottomley
2375 M:      James.Bottomley@HansenPartnership.com
2376 L:      linux-scsi@vger.kernel.org
2377 S:      Maintained
2379 NETEM NETWORK EMULATOR
2380 P:      Stephen Hemminger
2381 M:      shemminger@linux-foundation.org
2382 L:      netem@lists.linux-foundation.org
2383 S:      Maintained
2385 NETFILTER/IPTABLES/IPCHAINS
2386 P:      Rusty Russell
2387 P:      Marc Boucher
2388 P:      James Morris
2389 P:      Harald Welte
2390 P:      Jozsef Kadlecsik
2391 P:      Patrick McHardy
2392 M:      kaber@trash.net
2393 L:      netfilter-devel@lists.netfilter.org
2394 L:      netfilter@lists.netfilter.org (subscribers-only)
2395 L:      coreteam@netfilter.org
2396 W:      http://www.netfilter.org/
2397 W:      http://www.iptables.org/
2398 S:      Supported
2400 NETLABEL
2401 P:      Paul Moore
2402 M:      paul.moore@hp.com
2403 W:      http://netlabel.sf.net
2404 L:      netdev@vger.kernel.org
2405 S:      Supported
2407 NETROM NETWORK LAYER
2408 P:      Ralf Baechle
2409 M:      ralf@linux-mips.org
2410 L:      linux-hams@vger.kernel.org
2411 W:      http://www.linux-ax25.org/
2412 S:      Maintained
2414 NETWORK BLOCK DEVICE (NBD)
2415 P:      Paul Clements
2416 M:      Paul.Clements@steeleye.com
2417 S:      Maintained
2419 NETWORK DEVICE DRIVERS
2420 P:      Andrew Morton
2421 M:      akpm@linux-foundation.org
2422 P:      Jeff Garzik
2423 M:      jgarzik@pobox.com
2424 L:      netdev@vger.kernel.org
2425 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2426 S:      Maintained
2428 NETWORKING [GENERAL]
2429 P:      Networking Team
2430 M:      netdev@vger.kernel.org
2431 L:      netdev@vger.kernel.org
2432 W:      http://linux-net.osdl.org/
2433 S:      Maintained
2435 NETWORKING [IPv4/IPv6]
2436 P:      David S. Miller
2437 M:      davem@davemloft.net
2438 P:      Alexey Kuznetsov
2439 M:      kuznet@ms2.inr.ac.ru
2440 P:      Pekka Savola (ipv6)
2441 M:      pekkas@netcore.fi
2442 P:      James Morris
2443 M:      jmorris@namei.org
2444 P:      Hideaki YOSHIFUJI
2445 M:      yoshfuji@linux-ipv6.org
2446 P:      Patrick McHardy
2447 M:      kaber@coreworks.de
2448 L:      netdev@vger.kernel.org
2449 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2450 S:      Maintained
2452 NETWORKING [WIRELESS]
2453 P:      John W. Linville
2454 M:      linville@tuxdriver.com
2455 L:      linux-wireless@vger.kernel.org
2456 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2457 S:      Maintained
2459 NETXEN (1/10) GbE SUPPORT
2460 P:      Amit S. Kale
2461 M:      amitkale@netxen.com
2462 L:      netdev@vger.kernel.org
2463 W:      http://www.netxen.com
2464 S:      Supported
2466 IPVS
2467 P:      Wensong Zhang
2468 M:      wensong@linux-vs.org
2469 P:      Simon Horman
2470 M:      horms@verge.net.au
2471 P:      Julian Anastasov
2472 M:      ja@ssi.bg
2473 L:      netdev@vger.kernel.org
2474 S:      Maintained
2476 NFS CLIENT
2477 P:      Trond Myklebust
2478 M:      trond.myklebust@fys.uio.no
2479 L:      linux-kernel@vger.kernel.org
2480 S:      Maintained
2482 NI5010 NETWORK DRIVER
2483 P:      Jan-Pascal van Best
2484 M:      janpascal@vanbest.org
2485 P:      Andreas Mohr
2486 M:      andi@lisas.de
2487 L:      netdev@vger.kernel.org
2488 S:      Maintained
2490 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2491 P:      YOKOTA Hiroshi
2492 M:      yokota@netlab.is.tsukuba.ac.jp
2493 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2494 S:      Maintained
2496 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2497 P:      GOTO Masanori
2498 M:      gotom@debian.or.jp
2499 P:      YOKOTA Hiroshi
2500 M:      yokota@netlab.is.tsukuba.ac.jp
2501 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2502 S:      Maintained
2504 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2505 P:      Eberhard Moenkeberg
2506 M:      emoenke@gwdg.de
2507 L:      linux-kernel@vger.kernel.org
2508 S:      Maintained
2510 NTFS FILESYSTEM
2511 P:      Anton Altaparmakov
2512 M:      aia21@cantab.net
2513 L:      linux-ntfs-dev@lists.sourceforge.net
2514 L:      linux-kernel@vger.kernel.org
2515 W:      http://linux-ntfs.sf.net/
2516 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2517 S:      Maintained
2519 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2520 P:      Antonino Daplas
2521 M:      adaplas@gmail.com
2522 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2523 S:      Maintained
2525 NETERION (S2IO) Xframe 10GbE DRIVER
2526 P:      Ramkrishna Vepa
2527 M:      ram.vepa@neterion.com
2528 P:      Rastapur Santosh
2529 M:      santosh.rastapur@neterion.com
2530 P:      Sivakumar Subramani
2531 M:      sivakumar.subramani@neterion.com
2532 P:      Sreenivasa Honnur
2533 M:      sreenivasa.honnur@neterion.com
2534 L:      netdev@vger.kernel.org
2535 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2536 S:      Supported
2538 OPENCORES I2C BUS DRIVER
2539 P:      Peter Korsgaard
2540 M:      jacmet@sunsite.dk
2541 L:      i2c@lm-sensors.org
2542 S:      Maintained
2544 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2545 P:      Mark Fasheh
2546 M:      mark.fasheh@oracle.com
2547 P:      Kurt Hackel
2548 M:      kurt.hackel@oracle.com
2549 L:      ocfs2-devel@oss.oracle.com
2550 W:      http://oss.oracle.com/projects/ocfs2/
2551 S:      Supported
2553 OLYMPIC NETWORK DRIVER
2554 P:      Peter De Shrijver
2555 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2556 P:      Mike Phillips
2557 M:      mikep@linuxtr.net
2558 L:      netdev@vger.kernel.org
2559 L:      linux-tr@linuxtr.net
2560 W:      http://www.linuxtr.net
2561 S:      Maintained
2563 OMNIKEY CARDMAN 4000 DRIVER
2564 P:      Harald Welte
2565 M:      laforge@gnumonks.org
2566 S:      Maintained
2568 OMNIKEY CARDMAN 4040 DRIVER
2569 P:      Harald Welte
2570 M:      laforge@gnumonks.org
2571 S:      Maintained
2573 OMNIVISION OV7670 SENSOR DRIVER
2574 P:      Jonathan Corbet
2575 M:      corbet@lwn.net
2576 L:      video4linux-list@redhat.com
2577 S:      Maintained
2579 ONSTREAM SCSI TAPE DRIVER
2580 P:      Willem Riede
2581 M:      osst@riede.org
2582 L:      osst-users@lists.sourceforge.net
2583 L:      linux-scsi@vger.kernel.org
2584 S:      Maintained
2586 OPL3-SA2, SA3, and SAx DRIVER
2587 P:      Zwane Mwaikambo
2588 M:      zwane@arm.linux.org.uk
2589 L:      linux-sound@vger.kernel.org
2590 S:      Maintained
2592 OPROFILE
2593 P:      Philippe Elie
2594 M:      phil.el@wanadoo.fr
2595 L:      oprofile-list@lists.sf.net
2596 S:      Maintained
2598 ORINOCO DRIVER
2599 P:      Pavel Roskin
2600 M:      proski@gnu.org
2601 P:      David Gibson
2602 M:      hermes@gibson.dropbear.id.au
2603 L:      linux-wireless@vger.kernel.org
2604 L:      orinoco-users@lists.sourceforge.net
2605 L:      orinoco-devel@lists.sourceforge.net
2606 W:      http://www.nongnu.org/orinoco/
2607 S:      Maintained
2609 PA SEMI ETHERNET DRIVER
2610 P:      Olof Johansson
2611 M:      olof@lixom.net
2612 L:      netdev@vger.kernel.org
2613 S:      Maintained
2615 PA SEMI SMBUS DRIVER
2616 P:      Olof Johansson
2617 M:      olof@lixom.net
2618 L:      i2c@lm-sensors.org
2619 S:      Maintained
2621 PARALLEL PORT SUPPORT
2622 L:      linux-parport@lists.infradead.org
2623 S:      Orphan
2625 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2626 P:      Tim Waugh
2627 M:      tim@cyberelk.net
2628 L:      linux-parport@lists.infradead.org
2629 W:      http://www.torque.net/linux-pp.html
2630 S:      Maintained
2632 PARISC ARCHITECTURE
2633 P:      Matthew Wilcox
2634 M:      matthew@wil.cx
2635 P:      Grant Grundler
2636 M:      grundler@parisc-linux.org
2637 P:      Kyle McMartin
2638 M:      kyle@parisc-linux.org
2639 L:      parisc-linux@parisc-linux.org
2640 W:      http://www.parisc-linux.org/
2641 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2642 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2643 S:      Maintained
2645 PC87360 HARDWARE MONITORING DRIVER
2646 P:      Jim Cromie
2647 M:      jim.cromie@gmail.com
2648 L:      lm-sensors@lm-sensors.org
2649 S:      Maintained
2651 PC8736x GPIO DRIVER
2652 P:      Jim Cromie
2653 M:      jim.cromie@gmail.com
2654 S:      Maintained
2656 PCI ERROR RECOVERY
2657 P:      Linas Vepstas
2658 M:      linas@austin.ibm.com
2659 L:      linux-kernel@vger.kernel.org
2660 L:      linux-pci@atrey.karlin.mff.cuni.cz
2661 S:      Supported
2663 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2664 P:      Thomas Sailer
2665 M:      sailer@ife.ee.ethz.ch
2666 L:      linux-sound@vger.kernel.org
2667 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2668 S:      Maintained
2670 PCI SUBSYSTEM
2671 P:      Greg Kroah-Hartman
2672 M:      gregkh@suse.de
2673 L:      linux-kernel@vger.kernel.org
2674 L:      linux-pci@atrey.karlin.mff.cuni.cz
2675 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2676 S:      Supported
2678 PCI HOTPLUG CORE
2679 P:      Kristen Carlson Accardi
2680 M:      kristen.c.accardi@intel.com
2681 S:      Supported
2683 PCI HOTPLUG COMPAQ DRIVER
2684 P:      Greg Kroah-Hartman
2685 M:      greg@kroah.com
2686 S:      Maintained
2688 PCIE HOTPLUG DRIVER
2689 P:      Kristen Carlson Accardi
2690 M:      kristen.c.accardi@intel.com
2691 L:      pcihpd-discuss@lists.sourceforge.net
2692 S:      Supported
2694 PCMCIA SUBSYSTEM
2695 P:      Linux PCMCIA Team
2696 L:      linux-pcmcia@lists.infradead.org
2697 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2698 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2699 S:      Maintained
2701 PCNET32 NETWORK DRIVER
2702 P:      Don Fry
2703 M:      pcnet32@verizon.net
2704 L:      netdev@vger.kernel.org
2705 S:      Maintained
2707 PER-TASK DELAY ACCOUNTING
2708 P:      Shailabh Nagar
2709 M:      nagar@watson.ibm.com
2710 L:      linux-kernel@vger.kernel.org
2711 S:      Maintained
2713 PERSONALITY HANDLING
2714 P:      Christoph Hellwig
2715 M:      hch@infradead.org
2716 L:      linux-abi-devel@lists.sourceforge.net
2717 S:      Maintained
2719 PHRAM MTD DRIVER
2720 P:      Jörn Engel
2721 M:      joern@wh.fh-wedel.de
2722 L:      linux-mtd@lists.infradead.org
2723 S:      Maintained
2725 PKTCDVD DRIVER
2726 P:      Peter Osterlund
2727 M:      petero2@telia.com
2728 L:      linux-kernel@vger.kernel.org
2729 S:      Maintained
2731 POSIX CLOCKS and TIMERS
2732 P:      George Anzinger
2733 M:      george@mvista.com
2734 L:      linux-kernel@vger.kernel.org
2735 S:      Supported
2737 POWERPC 4xx EMAC DRIVER
2738 P:      Eugene Surovegin
2739 M:      ebs@ebshome.net
2740 W:      http://kernel.ebshome.net/emac/
2741 L:      linuxppc-embedded@ozlabs.org
2742 L:      netdev@vger.kernel.org
2743 S:      Maintained
2745 PNP SUPPORT
2746 P:      Adam Belay
2747 M:      ambx1@neo.rr.com
2748 S:      Maintained
2750 PNXxxxx I2C DRIVER
2751 P:      Vitaly Wool
2752 M:      vitalywool@gmail.com
2753 L:      i2c@lm-sensors.org
2754 S:      Maintained
2756 PPP PROTOCOL DRIVERS AND COMPRESSORS
2757 P:      Paul Mackerras
2758 M:      paulus@samba.org
2759 L:      linux-ppp@vger.kernel.org
2760 S:      Maintained
2762 PPP OVER ATM (RFC 2364)
2763 P:      Mitchell Blank Jr
2764 M:      mitch@sfgoth.com
2765 S:      Maintained
2767 PPP OVER ETHERNET
2768 P:      Michal Ostrowski
2769 M:      mostrows@speakeasy.net
2770 S:      Maintained
2772 PREEMPTIBLE KERNEL
2773 P:      Robert Love
2774 M:      rml@tech9.net
2775 L:      linux-kernel@vger.kernel.org
2776 L:      kpreempt-tech@lists.sourceforge.net
2777 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2778 S:      Supported
2780 PRISM54 WIRELESS DRIVER
2781 P:      Prism54 Development Team
2782 M:      developers@islsm.org
2783 L:      linux-wireless@vger.kernel.org
2784 W:      http://prism54.org
2785 S:      Maintained
2787 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2788 P:      Peter Denison
2789 M:      promise@pnd-pc.demon.co.uk
2790 W:      http://www.pnd-pc.demon.co.uk/promise/
2791 S:      Maintained
2793 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2794 P:      Mikael Pettersson
2795 M:      mikpe@it.uu.se
2796 L:      linux-ide@vger.kernel.org
2797 S:      Maintained
2799 PS3 PLATFORM SUPPORT
2800 P:      Geoff Levand
2801 M:      geoffrey.levand@am.sony.com
2802 L:      linuxppc-dev@ozlabs.org
2803 L:      cbe-oss-dev@ozlabs.org
2804 S:      Supported
2806 PVRUSB2 VIDEO4LINUX DRIVER
2807 P:      Mike Isely
2808 M:      isely@pobox.com
2809 L:      pvrusb2@isely.net       (subscribers-only)
2810 L:      video4linux-list@redhat.com
2811 W:      http://www.isely.net/pvrusb2/
2812 S:      Maintained
2814 PXA2xx SUPPORT
2815 P:      Nicolas Pitre
2816 M:      nico@cam.org
2817 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2818 S:      Maintained
2820 QLOGIC QLA2XXX FC-SCSI DRIVER
2821 P:      Andrew Vasquez
2822 M:      linux-driver@qlogic.com
2823 L:      linux-scsi@vger.kernel.org
2824 S:      Supported
2826 QLOGIC QLA3XXX NETWORK DRIVER
2827 P:      Ron Mercer
2828 M:      linux-driver@qlogic.com
2829 L:      netdev@vger.kernel.org
2830 S:      Supported
2832 QNX4 FILESYSTEM
2833 P:      Anders Larsen
2834 M:      al@alarsen.net
2835 L:      linux-kernel@vger.kernel.org
2836 W:      http://www.alarsen.net/linux/qnx4fs/
2837 S:      Maintained
2839 RADEON FRAMEBUFFER DISPLAY DRIVER
2840 P:      Benjamin Herrenschmidt
2841 M:      benh@kernel.crashing.org
2842 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2843 S:      Maintained
2845 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2846 P:      Paul Mackerras
2847 M:      paulus@samba.org
2848 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2849 S:      Maintained
2851 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2852 P:      Corey Thomas
2853 M:      corey@world.std.com
2854 L:      linux-wireless@vger.kernel.org
2855 S:      Maintained
2857 RANDOM NUMBER DRIVER
2858 P:      Matt Mackall
2859 M:      mpm@selenic.com
2860 S:      Maintained
2862 RAPIDIO SUBSYSTEM
2863 P:      Matt Porter
2864 M:      mporter@kernel.crashing.org
2865 L:      linux-kernel@vger.kernel.org
2866 S:      Maintained
2868 READ-COPY UPDATE (RCU)
2869 P:      Dipankar Sarma
2870 M:      dipankar@in.ibm.com
2871 W:      http://www.rdrop.com/users/paulmck/rclock/
2872 L:      linux-kernel@vger.kernel.org
2873 S:      Supported
2875 RCUTORTURE MODULE
2876 P:      Josh Triplett
2877 M:      josh@freedesktop.org
2878 L:      linux-kernel@vger.kernel.org
2879 S:      Maintained
2881 REAL TIME CLOCK DRIVER
2882 P:      Paul Gortmaker
2883 M:      p_gortmaker@yahoo.com
2884 L:      linux-kernel@vger.kernel.org
2885 S:      Maintained
2887 REAL TIME CLOCK (RTC) SUBSYSTEM
2888 P:      Alessandro Zummo
2889 M:      a.zummo@towertech.it
2890 L:      rtc-linux@googlegroups.com
2891 S:      Maintained
2893 REISERFS FILE SYSTEM
2894 P:      Hans Reiser
2895 M:      reiserfs-dev@namesys.com
2896 L:      reiserfs-list@namesys.com
2897 W:      http://www.namesys.com
2898 S:      Supported
2900 ROCKETPORT DRIVER
2901 P:      Comtrol Corp.
2902 W:      http://www.comtrol.com
2903 S:      Maintained
2905 ROSE NETWORK LAYER
2906 P:      Ralf Baechle
2907 M:      ralf@linux-mips.org
2908 L:      linux-hams@vger.kernel.org
2909 W:      http://www.linux-ax25.org/
2910 S:      Maintained
2912 RISCOM8 DRIVER
2913 S:      Orphan
2915 S3 SAVAGE FRAMEBUFFER DRIVER
2916 P:      Antonino Daplas
2917 M:      adaplas@gmail.com
2918 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2919 S:      Maintained
2921 S390
2922 P:      Martin Schwidefsky
2923 M:      schwidefsky@de.ibm.com
2924 P:      Heiko Carstens
2925 M:      heiko.carstens@de.ibm.com
2926 M:      linux390@de.ibm.com
2927 L:      linux-s390@vger.kernel.org
2928 W:      http://www.ibm.com/developerworks/linux/linux390/
2929 S:      Supported
2931 S390 NETWORK DRIVERS
2932 P:      Frank Pavlic
2933 M:      fpavlic@de.ibm.com
2934 M:      linux390@de.ibm.com
2935 L:      linux-s390@vger.kernel.org
2936 W:      http://www.ibm.com/developerworks/linux/linux390/
2937 S:      Supported
2939 S390 ZFCP DRIVER
2940 P:      Swen Schillig
2941 M:      swen@vnet.ibm.com
2942 M:      linux390@de.ibm.com
2943 L:      linux-s390@vger.kernel.org
2944 W:      http://www.ibm.com/developerworks/linux/linux390/
2945 S:      Supported
2947 SAA7146 VIDEO4LINUX-2 DRIVER
2948 P:      Michael Hunold
2949 M:      michael@mihu.de
2950 W:      http://www.mihu.de/linux/saa7146
2951 S:      Maintained
2953 SBPCD CDROM DRIVER
2954 P:      Eberhard Moenkeberg
2955 M:      emoenke@gwdg.de
2956 L:      linux-kernel@vger.kernel.org
2957 S:      Maintained
2959 SC1200 WDT DRIVER
2960 P:      Zwane Mwaikambo
2961 M:      zwane@arm.linux.org.uk
2962 S:      Maintained
2964 SCHEDULER
2965 P:      Ingo Molnar
2966 M:      mingo@elte.hu
2967 P:      Robert Love    [the preemptible kernel bits]
2968 M:      rml@tech9.net
2969 L:      linux-kernel@vger.kernel.org
2970 S:      Maintained
2972 SCSI CDROM DRIVER
2973 P:      Jens Axboe
2974 M:      axboe@kernel.dk
2975 L:      linux-scsi@vger.kernel.org
2976 W:      http://www.kernel.dk
2977 S:      Maintained
2979 SCSI SG DRIVER
2980 P:      Doug Gilbert
2981 M:      dgilbert@interlog.com
2982 L:      linux-scsi@vger.kernel.org
2983 W:      http://www.torque.net/sg
2984 S:      Maintained
2986 SCSI SUBSYSTEM
2987 P:      James E.J. Bottomley
2988 M:      James.Bottomley@SteelEye.com
2989 L:      linux-scsi@vger.kernel.org
2990 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2991 S:      Maintained
2993 SCSI TAPE DRIVER
2994 P:      Kai Mäkisara
2995 M:      Kai.Makisara@kolumbus.fi
2996 L:      linux-scsi@vger.kernel.org
2997 S:      Maintained
2999 SCTP PROTOCOL
3000 P:      Vlad Yasevich
3001 M:      vladislav.yasevich@hp.com
3002 P:      Sridhar Samudrala
3003 M:      sri@us.ibm.com
3004 L:      lksctp-developers@lists.sourceforge.net
3005 W:      http://lksctp.sourceforge.net
3006 S:      Supported
3008 SCx200 CPU SUPPORT
3009 P:      Jim Cromie
3010 M:      jim.cromie@gmail.com
3011 S:      Odd Fixes
3013 SCx200 GPIO DRIVER
3014 P:      Jim Cromie
3015 M:      jim.cromie@gmail.com
3016 S:      Maintained
3018 SCx200 HRT CLOCKSOURCE DRIVER
3019 P:      Jim Cromie
3020 M:      jim.cromie@gmail.com
3021 S:      Maintained
3023 SECURITY CONTACT
3024 P:      Security Officers
3025 M:      security@kernel.org
3026 S:      Supported
3028 SELINUX SECURITY MODULE
3029 P:      Stephen Smalley
3030 M:      sds@tycho.nsa.gov
3031 P:      James Morris
3032 M:      jmorris@namei.org
3033 P:      Eric Paris
3034 M:      eparis@parisplace.org
3035 L:      linux-kernel@vger.kernel.org (kernel issues)
3036 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3037 W:      http://www.nsa.gov/selinux
3038 S:      Supported
3040 SERIAL ATA (SATA) SUBSYSTEM:
3041 P:      Jeff Garzik
3042 M:      jgarzik@pobox.com
3043 L:      linux-ide@vger.kernel.org
3044 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3045 S:      Supported
3047 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3048 P:      Pat Gefre
3049 M:      pfg@sgi.com
3050 L:      linux-ia64@vger.kernel.org
3051 S:      Supported
3053 SGI VISUAL WORKSTATION 320 AND 540
3054 P:      Andrey Panin
3055 M:      pazke@donpac.ru
3056 L:      linux-visws-devel@lists.sf.net
3057 W:      http://linux-visws.sf.net
3058 S:      Maintained for 2.6.
3060 SIMTEC EB110ATX (Chalice CATS)
3061 P:      Ben Dooks
3062 P:      Vincent Sanders
3063 M:      support@simtec.co.uk
3064 W:      http://www.simtec.co.uk/products/EB110ATX/
3065 S:      Supported
3067 SIMTEC EB2410ITX (BAST)
3068 P:      Ben Dooks
3069 P:      Vincent Sanders
3070 M:      support@simtec.co.uk
3071 W:      http://www.simtec.co.uk/products/EB2410ITX/
3072 S:      Supported
3074 SIS 190 ETHERNET DRIVER
3075 P:      Francois Romieu
3076 M:      romieu@fr.zoreil.com
3077 L:      netdev@vger.kernel.org
3078 S:      Maintained
3080 SIS 5513 IDE CONTROLLER DRIVER
3081 P:      Lionel Bouton
3082 M:      Lionel.Bouton@inet6.fr
3083 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3084 W:      http://gyver.homeip.net/sis5513/index.html
3085 S:      Maintained
3087 SIS 900/7016 FAST ETHERNET DRIVER
3088 P:      Daniele Venzano
3089 M:      venza@brownhat.org
3090 W:      http://www.brownhat.org/sis900.html
3091 L:      netdev@vger.kernel.org
3092 S:      Maintained
3094 SIS FRAMEBUFFER DRIVER
3095 P:      Thomas Winischhofer
3096 M:      thomas@winischhofer.net
3097 W:      http://www.winischhofer.net/linuxsisvga.shtml
3098 S:      Maintained
3100 SIS USB2VGA DRIVER
3101 P:      Thomas Winischhofer
3102 M:      thomas@winischhofer.net
3103 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3104 S:      Maintained
3106 SMC91x ETHERNET DRIVER
3107 P:      Nicolas Pitre
3108 M:      nico@cam.org
3109 S:      Maintained
3111 SOFTMAC LAYER (IEEE 802.11)
3112 P:      Johannes Berg
3113 M:      johannes@sipsolutions.net
3114 P:      Joe Jezak
3115 M:      josejx@gentoo.org
3116 P:      Daniel Drake
3117 M:      dsd@gentoo.org
3118 W:      http://softmac.sipsolutions.net/
3119 L:      linux-wireless@vger.kernel.org
3120 S:      Maintained
3122 SOFTWARE RAID (Multiple Disks) SUPPORT
3123 P:      Ingo Molnar
3124 M:      mingo@redhat.com
3125 P:      Neil Brown
3126 M:      neilb@suse.de
3127 L:      linux-raid@vger.kernel.org
3128 S:      Supported
3130 SOFTWARE SUSPEND:
3131 P:      Pavel Machek
3132 M:      pavel@suse.cz
3133 L:      linux-pm@lists.linux-foundation.org
3134 S:      Maintained
3136 SONIC NETWORK DRIVER
3137 P:      Thomas Bogendoerfer
3138 M:      tsbogend@alpha.franken.de
3139 L:      netdev@vger.kernel.org
3140 S:      Maintained
3142 SONY VAIO CONTROL DEVICE DRIVER
3143 P:      Mattia Dongili
3144 M:      malattia@linux.it
3145 L:      linux-acpi@vger.kernel.org
3146 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3147 S:      Maintained
3149 SOUND
3150 P:      Jaroslav Kysela
3151 M:      perex@suse.cz
3152 L:      alsa-devel@alsa-project.org
3153 S:      Maintained
3155 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3156 P:      Liam Girdwood
3157 M:      liam.girdwood@wolfsonmicro.com
3158 L:      alsa-devel@alsa-project.org
3159 S:      Supported
3161 SPI SUBSYSTEM
3162 P:      David Brownell
3163 M:      dbrownell@users.sourceforge.net
3164 L:      spi-devel-general@lists.sourceforge.net
3165 S:      Maintained
3167 STABLE BRANCH:
3168 P:      Greg Kroah-Hartman
3169 M:      greg@kroah.com
3170 P:      Chris Wright
3171 M:      chrisw@sous-sol.org
3172 L:      stable@kernel.org
3173 S:      Maintained
3175 TPM DEVICE DRIVER
3176 P:      Kylene Hall
3177 M:      kjhall@us.ibm.com
3178 W:      http://tpmdd.sourceforge.net
3179 P:      Marcel Selhorst
3180 M:      tpm@selhorst.net
3181 W:      http://www.prosec.rub.de/tpm/
3182 L:      tpmdd-devel@lists.sourceforge.net
3183 S:      Maintained
3185 Telecom Clock Driver for MCPL0010
3186 P:      Mark Gross
3187 M:      mark.gross@intel.com
3188 S:      Supported
3190 TENSILICA XTENSA PORT (xtensa):
3191 P:      Chris Zankel
3192 M:      chris@zankel.net
3193 S:      Maintained
3195 THINKPAD ACPI EXTRAS DRIVER
3196 P:      Henrique de Moraes Holschuh
3197 M:      ibm-acpi@hmh.eng.br
3198 L:      ibm-acpi-devel@lists.sourceforge.net
3199 W:      http://ibm-acpi.sourceforge.net
3200 W:      http://thinkwiki.org/wiki/Ibm-acpi
3201 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3202 S:      Maintained
3204 UltraSPARC (sparc64):
3205 P:      David S. Miller
3206 M:      davem@davemloft.net
3207 L:      sparclinux@vger.kernel.org
3208 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3209 S:      Maintained
3211 SHARP LH SUPPORT (LH7952X & LH7A40X)
3212 P:      Marc Singer
3213 M:      elf@buici.com
3214 W:      http://projects.buici.com/arm
3215 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3216 S:      Maintained
3218 SHPC HOTPLUG DRIVER
3219 P:      Kristen Carlson Accardi
3220 M:      kristen.c.accardi@intel.com
3221 L:      pcihpd-discuss@lists.sourceforge.net
3222 S:      Supported
3224 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3225 P:      Pierre Ossman
3226 M:      drzeus-sdhci@drzeus.cx
3227 L:      sdhci-devel@list.drzeus.cx
3228 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3229 S:      Maintained
3231 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3232 P:      Stephen Hemminger
3233 M:      shemminger@linux-foundation.org
3234 L:      netdev@vger.kernel.org
3235 S:      Maintained
3237 SOEKRIS NET48XX LED SUPPORT
3238 P:      Chris Boot
3239 M:      bootc@bootc.net
3240 S:      Maintained
3242 SPARC (sparc32):
3243 P:      William L. Irwin
3244 M:      wli@holomorphy.com
3245 L:      sparclinux@vger.kernel.org
3246 S:      Maintained
3248 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3249 P:      Roger Wolff
3250 M:      R.E.Wolff@BitWizard.nl
3251 L:      linux-kernel@vger.kernel.org ?
3252 S:      Supported
3254 SPIDERNET NETWORK DRIVER for CELL
3255 P:      Linas Vepstas
3256 M:      linas@austin.ibm.com
3257 L:      netdev@vger.kernel.org
3258 S:      Supported
3260 SRM (Alpha) environment access
3261 P:      Jan-Benedict Glaw
3262 M:      jbglaw@lug-owl.de
3263 L:      linux-kernel@vger.kernel.org
3264 S:      Maintained
3266 STARFIRE/DURALAN NETWORK DRIVER
3267 P:      Ion Badulescu
3268 M:      ionut@cs.columbia.edu
3269 S:      Maintained
3271 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3272 W:      http://mosquitonet.Stanford.EDU/strip.html
3273 S:      Unsupported ?
3275 STRADIS MPEG-2 DECODER DRIVER
3276 P:      Nathan Laredo
3277 M:      laredo@gnu.org
3278 W:      http://www.stradis.com/
3279 S:      Maintained
3281 SUPERH (sh)
3282 P:      Paul Mundt
3283 M:      lethal@linux-sh.org
3284 L:      linuxsh-dev@lists.sourceforge.net (subscribers-only)
3285 W:      http://www.linux-sh.org
3286 S:      Maintained
3288 SUPERH64 (sh64)
3289 P:      Paul Mundt
3290 M:      lethal@linux-sh.org
3291 L:      linuxsh-shmedia-dev@lists.sourceforge.net
3292 W:      http://www.linux-sh.org
3293 S:      Maintained
3295 SUN3/3X
3296 P:      Sam Creasey
3297 M:      sammy@sammy.net
3298 W:      http://sammy.net/sun3/
3299 S:      Maintained
3301 SVGA HANDLING
3302 P:      Martin Mares
3303 M:      mj@ucw.cz
3304 L:      linux-video@atrey.karlin.mff.cuni.cz
3305 S:      Maintained
3307 SYSV FILESYSTEM
3308 P:      Christoph Hellwig
3309 M:      hch@infradead.org
3310 S:      Maintained
3312 TC CLASSIFIER
3313 P:      Jamal Hadi Salim
3314 M:      hadi@cyberus.ca
3315 L:      netdev@vger.kernel.org
3316 S:      Maintained
3318 TCP LOW PRIORITY MODULE
3319 P:      Wong Hoi Sing, Edison
3320 M:      hswong3i@gmail.com
3321 P:      Hung Hing Lun, Mike
3322 M:      hlhung3i@gmail.com
3323 W:      http://tcp-lp-mod.sourceforge.net/
3324 S:      Maintained
3326 TI FLASH MEDIA INTERFACE DRIVER
3327 P:      Alex Dubov
3328 M:      oakad@yahoo.com
3329 S:      Maintained
3331 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3332 P:      Deepak Saxena
3333 M:      dsaxena@plexity.net
3334 S:      Maintained
3336 TASKSTATS STATISTICS INTERFACE
3337 P:      Shailabh Nagar
3338 M:      nagar@watson.ibm.com
3339 L:      linux-kernel@vger.kernel.org
3340 S:      Maintained
3342 TI PARALLEL LINK CABLE DRIVER
3343 P:      Romain Lievin
3344 M:      roms@lpg.ticalc.org
3345 S:      Maintained
3347 TIPC NETWORK LAYER
3348 P:      Per Liden
3349 M:      per.liden@ericsson.com
3350 P:      Jon Maloy
3351 M:      jon.maloy@ericsson.com
3352 P:      Allan Stephens
3353 M:      allan.stephens@windriver.com
3354 L:      tipc-discussion@lists.sourceforge.net
3355 W:      http://tipc.sourceforge.net/
3356 W:      http://tipc.cslab.ericsson.net/
3357 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3358 S:      Maintained
3360 TLAN NETWORK DRIVER
3361 P:      Samuel Chessman
3362 M:      chessman@tux.org
3363 L:      tlan-devel@lists.sourceforge.net
3364 W:      http://sourceforge.net/projects/tlan/
3365 S:      Maintained
3367 TOKEN-RING NETWORK DRIVER
3368 P:      Mike Phillips
3369 M:      mikep@linuxtr.net
3370 L:      netdev@vger.kernel.org
3371 L:      linux-tr@linuxtr.net
3372 W:      http://www.linuxtr.net
3373 S:      Maintained
3375 TOSHIBA ACPI EXTRAS DRIVER
3376 P:      John Belmonte
3377 M:      toshiba_acpi@memebeam.org
3378 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3379 S:      Maintained
3381 TOSHIBA SMM DRIVER
3382 P:      Jonathan Buzzard
3383 M:      jonathan@buzzard.org.uk
3384 L:      tlinux-users@tce.toshiba-dme.co.jp
3385 W:      http://www.buzzard.org.uk/toshiba/
3386 S:      Maintained
3388 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3389 P:      Muli Ben-Yehuda
3390 M:      mulix@mulix.org
3391 L:      linux-kernel@vger.kernel.org
3392 S:      Maintained
3394 TRIVIAL PATCHES
3395 P:      Adrian Bunk
3396 M:      trivial@kernel.org
3397 L:      linux-kernel@vger.kernel.org
3398 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3399 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3400 S:      Maintained
3402 TMS380 TOKEN-RING NETWORK DRIVER
3403 P:      Adam Fritzler
3404 M:      mid@auk.cx
3405 L:      linux-tr@linuxtr.net
3406 W:      http://www.auk.cx/tms380tr/
3407 S:      Maintained
3409 TULIP NETWORK DRIVER
3410 P:      Valerie Henson
3411 M:      val_henson@linux.intel.com
3412 L:      tulip-users@lists.sourceforge.net
3413 W:      http://sourceforge.net/projects/tulip/
3414 S:      Maintained
3416 TUN/TAP driver
3417 P:      Maxim Krasnyansky
3418 M:      maxk@qualcomm.com
3419 L:      vtun@office.satix.net
3420 W:      http://vtun.sourceforge.net/tun
3421 S:      Maintained
3423 TURBOCHANNEL SUBSYSTEM
3424 P:      Maciej W. Rozycki
3425 M:      macro@linux-mips.org
3426 S:      Maintained
3428 U14-34F SCSI DRIVER
3429 P:      Dario Ballabio
3430 M:      ballabio_dario@emc.com
3431 L:      linux-scsi@vger.kernel.org
3432 S:      Maintained
3434 UDF FILESYSTEM
3435 P:      Ben Fennema
3436 M:      bfennema@falcon.csc.calpoly.edu
3437 W:      http://linux-udf.sourceforge.net
3438 S:      Maintained
3440 UNIFORM CDROM DRIVER
3441 P:      Jens Axboe
3442 M:      axboe@kernel.dk
3443 L:      linux-kernel@vger.kernel.org
3444 W:      http://www.kernel.dk
3445 S:      Maintained
3447 USB ACM DRIVER
3448 P:      Oliver Neukum
3449 M:      oliver@neukum.name
3450 L:      linux-usb-users@lists.sourceforge.net
3451 L:      linux-usb-devel@lists.sourceforge.net
3452 S:      Maintained
3454 USB BLOCK DRIVER (UB ub)
3455 P:      Pete Zaitcev
3456 M:      zaitcev@redhat.com
3457 L:      linux-kernel@vger.kernel.org
3458 L:      linux-usb-devel@lists.sourceforge.net
3459 S:      Supported
3461 USB CDC ETHERNET DRIVER
3462 P:      Greg Kroah-Hartman
3463 M:      greg@kroah.com
3464 L:      linux-usb-users@lists.sourceforge.net
3465 L:      linux-usb-devel@lists.sourceforge.net
3466 S:      Maintained
3467 W:      http://www.kroah.com/linux-usb/
3469 USB DAVICOM DM9601 DRIVER
3470 P:      Peter Korsgaard
3471 M:      jacmet@sunsite.dk
3472 L:      linux-usb-devel@lists.sourceforge.net
3473 W:      http://www.linux-usb.org/usbnet
3474 S:      Maintained
3476 USB EHCI DRIVER
3477 P:      David Brownell
3478 M:      dbrownell@users.sourceforge.net
3479 L:      linux-usb-devel@lists.sourceforge.net
3480 S:      Odd Fixes
3482 USB ET61X[12]51 DRIVER
3483 P:      Luca Risolia
3484 M:      luca.risolia@studio.unibo.it
3485 L:      linux-usb-devel@lists.sourceforge.net
3486 L:      video4linux-list@redhat.com
3487 W:      http://www.linux-projects.org
3488 S:      Maintained
3490 USB GADGET/PERIPHERAL SUBSYSTEM
3491 P:      David Brownell
3492 M:      dbrownell@users.sourceforge.net
3493 L:      linux-usb-devel@lists.sourceforge.net
3494 W:      http://www.linux-usb.org/gadget
3495 S:      Maintained
3497 USB HID/HIDBP DRIVERS
3498 P:      Jiri Kosina
3499 M:      jkosina@suse.cz
3500 L:      linux-usb-devel@lists.sourceforge.net
3501 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
3502 S:      Maintained
3504 USB HUB DRIVER
3505 P:      Johannes Erdfelt
3506 M:      johannes@erdfelt.com
3507 L:      linux-usb-users@lists.sourceforge.net
3508 L:      linux-usb-devel@lists.sourceforge.net
3509 S:      Maintained
3511 USB ISP116X DRIVER
3512 P:      Olav Kongas
3513 M:      ok@artecdesign.ee
3514 L:      linux-usb-devel@lists.sourceforge.net
3515 S:      Maintained
3517 USB KAWASAKI LSI DRIVER
3518 P:      Oliver Neukum
3519 M:      oliver@neukum.name
3520 L:      linux-usb-users@lists.sourceforge.net
3521 L:      linux-usb-devel@lists.sourceforge.net
3522 S:      Maintained
3524 USB MASS STORAGE DRIVER
3525 P:      Matthew Dharm
3526 M:      mdharm-usb@one-eyed-alien.net
3527 L:      linux-usb-users@lists.sourceforge.net
3528 L:      usb-storage@lists.one-eyed-alien.net
3529 S:      Maintained
3530 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3532 USB OHCI DRIVER
3533 P:      David Brownell
3534 M:      dbrownell@users.sourceforge.net
3535 L:      linux-usb-users@lists.sourceforge.net
3536 L:      linux-usb-devel@lists.sourceforge.net
3537 S:      Odd Fixes
3539 USB OPTION-CARD DRIVER
3540 P:      Matthias Urlichs
3541 M:      smurf@smurf.noris.de
3542 L:      linux-usb-devel@lists.sourceforge.net
3543 S:      Maintained
3545 USB OV511 DRIVER
3546 P:      Mark McClelland
3547 M:      mmcclell@bigfoot.com
3548 L:      linux-usb-users@lists.sourceforge.net
3549 L:      linux-usb-devel@lists.sourceforge.net
3550 W:      http://alpha.dyndns.org/ov511/
3551 S:      Maintained
3553 USB PEGASUS DRIVER
3554 P:      Petko Manolov
3555 M:      petkan@users.sourceforge.net
3556 L:      linux-usb-users@lists.sourceforge.net
3557 L:      linux-usb-devel@lists.sourceforge.net
3558 W:      http://pegasus2.sourceforge.net/
3559 S:      Maintained
3561 USB PRINTER DRIVER
3562 P:      Vojtech Pavlik
3563 M:      vojtech@suse.cz
3564 L:      linux-usb-users@lists.sourceforge.net
3565 L:      linux-usb-devel@lists.sourceforge.net
3566 S:      Maintained
3568 USB RTL8150 DRIVER
3569 P:      Petko Manolov
3570 M:      petkan@users.sourceforge.net
3571 L:      linux-usb-users@lists.sourceforge.net
3572 L:      linux-usb-devel@lists.sourceforge.net
3573 W:      http://pegasus2.sourceforge.net/
3574 S:      Maintained
3576 USB SE401 DRIVER
3577 P:      Jeroen Vreeken
3578 M:      pe1rxq@amsat.org
3579 L:      linux-usb-users@lists.sourceforge.net
3580 L:      linux-usb-devel@lists.sourceforge.net
3581 W:      http://www.chello.nl/~j.vreeken/se401/
3582 S:      Maintained
3584 USB SERIAL CYBERJACK DRIVER
3585 P:      Matthias Bruestle and Harald Welte
3586 M:      support@reiner-sct.com
3587 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3588 S:      Maintained
3590 USB SERIAL DIGI ACCELEPORT DRIVER
3591 P:      Peter Berger and Al Borchers
3592 M:      pberger@brimson.com
3593 M:      alborchers@steinerpoint.com
3594 L:      linux-usb-users@lists.sourceforge.net
3595 L:      linux-usb-devel@lists.sourceforge.net
3596 S:      Maintained
3598 USB SERIAL DRIVER
3599 P:      Greg Kroah-Hartman
3600 M:      gregkh@suse.de
3601 L:      linux-usb-users@lists.sourceforge.net
3602 L:      linux-usb-devel@lists.sourceforge.net
3603 S:      Supported
3605 USB SERIAL BELKIN F5U103 DRIVER
3606 P:      William Greathouse
3607 M:      wgreathouse@smva.com
3608 L:      linux-usb-users@lists.sourceforge.net
3609 L:      linux-usb-devel@lists.sourceforge.net
3610 S:      Maintained
3612 USB SERIAL CYPRESS M8 DRIVER
3613 P:      Lonnie Mendez
3614 M:      dignome@gmail.com
3615 L:      linux-usb-users@lists.sourceforge.net
3616 L:      linux-usb-devel@lists.sourceforge.net
3617 S:      Maintained
3618 W:      http://geocities.com/i0xox0i
3619 W:      http://firstlight.net/cvs
3621 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3622 L:      linux-usb-users@lists.sourceforge.net
3623 L:      linux-usb-devel@lists.sourceforge.net
3624 S:      Maintained
3626 USB AUERSWALD DRIVER
3627 P:      Wolfgang Muees
3628 M:      wolfgang@iksw-muees.de
3629 L:      linux-usb-users@lists.sourceforge.net
3630 L:      linux-usb-devel@lists.sourceforge.net
3631 S:      Maintained
3633 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3634 P:      Gary Brubaker
3635 M:      xavyer@ix.netcom.com
3636 L:      linux-usb-users@lists.sourceforge.net
3637 L:      linux-usb-devel@lists.sourceforge.net
3638 S:      Maintained
3640 USB SERIAL KEYSPAN DRIVER
3641 P:      Greg Kroah-Hartman
3642 M:      greg@kroah.com
3643 L:      linux-usb-users@lists.sourceforge.net
3644 L:      linux-usb-devel@lists.sourceforge.net
3645 W:      http://www.kroah.com/linux/
3646 S:      Maintained
3648 USB SERIAL WHITEHEAT DRIVER
3649 P:      Support Department
3650 M:      support@connecttech.com
3651 L:      linux-usb-users@lists.sourceforge.net
3652 L:      linux-usb-devel@lists.sourceforge.net
3653 W:      http://www.connecttech.com
3654 S:      Supported
3656 USB SN9C1xx DRIVER
3657 P:      Luca Risolia
3658 M:      luca.risolia@studio.unibo.it
3659 L:      linux-usb-devel@lists.sourceforge.net
3660 L:      video4linux-list@redhat.com
3661 W:      http://www.linux-projects.org
3662 S:      Maintained
3664 USB SUBSYSTEM
3665 P:      Greg Kroah-Hartman
3666 M:      gregkh@suse.de
3667 L:      linux-usb-users@lists.sourceforge.net
3668 L:      linux-usb-devel@lists.sourceforge.net
3669 W:      http://www.linux-usb.org
3670 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3671 S:      Supported
3673 USB UHCI DRIVER
3674 P:      Alan Stern
3675 M:      stern@rowland.harvard.edu
3676 L:      linux-usb-users@lists.sourceforge.net
3677 L:      linux-usb-devel@lists.sourceforge.net
3678 S:      Maintained
3680 USB "USBNET" DRIVER FRAMEWORK
3681 P:      David Brownell
3682 M:      dbrownell@users.sourceforge.net
3683 L:      linux-usb-devel@lists.sourceforge.net
3684 W:      http://www.linux-usb.org/usbnet
3685 S:      Maintained
3687 USB W996[87]CF DRIVER
3688 P:      Luca Risolia
3689 M:      luca.risolia@studio.unibo.it
3690 L:      linux-usb-devel@lists.sourceforge.net
3691 L:      video4linux-list@redhat.com
3692 W:      http://www.linux-projects.org
3693 S:      Maintained
3695 USB ZC0301 DRIVER
3696 P:      Luca Risolia
3697 M:      luca.risolia@studio.unibo.it
3698 L:      linux-usb-devel@lists.sourceforge.net
3699 L:      video4linux-list@redhat.com
3700 W:      http://www.linux-projects.org
3701 S:      Maintained
3703 USB ZD1201 DRIVER
3704 P:      Jeroen Vreeken
3705 M:      pe1rxq@amsat.org
3706 L:      linux-usb-users@lists.sourceforge.net
3707 L:      linux-usb-devel@lists.sourceforge.net
3708 W:      http://linux-lc100020.sourceforge.net
3709 S:      Maintained
3711 USB ZR364XX DRIVER
3712 P:      Antoine Jacquet
3713 M:      royale@zerezo.com
3714 L:      linux-usb-devel@lists.sourceforge.net
3715 L:      video4linux-list@redhat.com
3716 W:      http://royale.zerezo.com/zr364xx/
3717 S:      Maintained
3719 USER-MODE LINUX
3720 P:      Jeff Dike
3721 M:      jdike@karaya.com
3722 L:      user-mode-linux-devel@lists.sourceforge.net
3723 L:      user-mode-linux-user@lists.sourceforge.net
3724 W:      http://user-mode-linux.sourceforge.net
3725 S:      Maintained
3727 FAT/VFAT/MSDOS FILESYSTEM:
3728 P:      OGAWA Hirofumi
3729 M:      hirofumi@mail.parknet.co.jp
3730 L:      linux-kernel@vger.kernel.org
3731 S:      Maintained
3733 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3734 P:      Jeff Garzik
3735 S:      Odd fixes
3737 VIA RHINE NETWORK DRIVER
3738 P:      Roger Luethi
3739 M:      rl@hellgate.ch
3740 S:      Maintained
3742 VIAPRO SMBUS DRIVER
3743 P:      Jean Delvare
3744 M:      khali@linux-fr.org
3745 L:      i2c@lm-sensors.org
3746 S:      Maintained
3748 VIA VELOCITY NETWORK DRIVER
3749 P:      Francois Romieu
3750 M:      romieu@fr.zoreil.com
3751 L:      netdev@vger.kernel.org
3752 S:      Maintained
3754 UCLINUX (AND M68KNOMMU)
3755 P:      Greg Ungerer
3756 M:      gerg@uclinux.org
3757 W:      http://www.uclinux.org/
3758 L:      uclinux-dev@uclinux.org  (subscribers-only)
3759 S:      Maintained
3761 UCLINUX FOR NEC V850
3762 P:      Miles Bader
3763 M:      uclinux-v850@lsi.nec.co.jp
3764 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3765 W:      http://www.ee.nec.de/uclinux/
3766 S:      Supported
3768 UCLINUX FOR RENESAS H8/300
3769 P:      Yoshinori Sato
3770 M:      ysato@users.sourceforge.jp
3771 W:      http://uclinux-h8.sourceforge.jp/
3772 S:      Supported
3774 UFS FILESYSTEM
3775 P: Evgeniy Dushistov
3776 M: dushistov@mail.ru
3777 L: linux-kernel@vger.kernel.org
3778 S: Maintained
3780 USB DIAMOND RIO500 DRIVER
3781 P:      Cesar Miquel
3782 M:      miquel@df.uba.ar
3783 L:      rio500-users@lists.sourceforge.net
3784 W:      http://rio500.sourceforge.net
3785 S:      Maintained
3787 VIDEO FOR LINUX
3788 P:      Mauro Carvalho Chehab
3789 M:      mchehab@infradead.org
3790 M:      v4l-dvb-maintainer@linuxtv.org
3791 L:      video4linux-list@redhat.com
3792 W:      http://linuxtv.org
3793 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3794 S:      Maintained
3796 VT1211 HARDWARE MONITOR DRIVER
3797 P:      Juerg Haefliger
3798 M:      juergh@gmail.com
3799 L:      lm-sensors@lm-sensors.org
3800 S:      Maintained
3802 VT8231 HARDWARE MONITOR DRIVER
3803 P:      Roger Lucas
3804 M:      roger@planbit.co.uk
3805 L:      lm-sensors@lm-sensors.org
3806 S:      Maintained
3808 W1 DALLAS'S 1-WIRE BUS
3809 P:      Evgeniy Polyakov
3810 M:      johnpol@2ka.mipt.ru
3811 S:      Maintained
3813 W83791D HARDWARE MONITORING DRIVER
3814 P:      Charles Spirakis
3815 M:      bezaur@gmail.com
3816 L:      lm-sensors@lm-sensors.org
3817 S:      Maintained
3819 W83793 HARDWARE MONITORING DRIVER
3820 P:      Rudolf Marek
3821 M:      r.marek@assembler.cz
3822 L:      lm-sensors@lm-sensors.org
3823 S:      Maintained
3825 W83L51xD SD/MMC CARD INTERFACE DRIVER
3826 P:      Pierre Ossman
3827 M:      drzeus-wbsd@drzeus.cx
3828 L:      linux-kernel@vger.kernel.org
3829 W:      http://projects.drzeus.cx/wbsd
3830 S:      Maintained
3832 WATCHDOG DEVICE DRIVERS
3833 P:      Wim Van Sebroeck
3834 M:      wim@iguana.be
3835 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3836 S:      Maintained
3838 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3839 P:      Jean Tourrilhes
3840 M:      jt@hpl.hp.com
3841 L:      linux-wireless@vger.kernel.org
3842 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3843 S:      Maintained
3845 WD7000 SCSI DRIVER
3846 P:      Miroslav Zagorac
3847 M:      zaga@fly.cc.fer.hr
3848 L:      linux-scsi@vger.kernel.org
3849 S:      Maintained
3851 WISTRON LAPTOP BUTTON DRIVER
3852 P:      Miloslav Trmac
3853 M:      mitr@volny.cz
3854 S:      Maintained
3856 WL3501 WIRELESS PCMCIA CARD DRIVER
3857 P:      Arnaldo Carvalho de Melo
3858 M:      acme@ghostprotocols.net
3859 L:      linux-wireless@vger.kernel.org
3860 W:      http://oops.ghostprotocols.net:81/blog
3861 S:      Maintained
3863 X.25 NETWORK LAYER
3864 P:      Henner Eisen
3865 M:      eis@baty.hanse.de
3866 L:      linux-x25@vger.kernel.org
3867 S:      Maintained
3869 XFS FILESYSTEM
3870 P:      Silicon Graphics Inc
3871 P:      Tim Shimmin, David Chatterton
3872 M:      xfs-masters@oss.sgi.com
3873 L:      xfs@oss.sgi.com
3874 W:      http://oss.sgi.com/projects/xfs
3875 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6
3876 S:      Supported
3878 XILINX UARTLITE SERIAL DRIVER
3879 P:      Peter Korsgaard
3880 M:      jacmet@sunsite.dk
3881 L:      linux-serial@vger.kernel.org
3882 S:      Maintained
3884 X86 3-LEVEL PAGING (PAE) SUPPORT
3885 P:      Ingo Molnar
3886 M:      mingo@redhat.com
3887 S:      Maintained
3889 X86-64 port
3890 P:      Andi Kleen
3891 M:      ak@suse.de
3892 L:      discuss@x86-64.org
3893 W:      http://www.x86-64.org
3894 T:      quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
3895 S:      Maintained
3897 YAM DRIVER FOR AX.25
3898 P:      Jean-Paul Roubelat
3899 M:      jpr@f6fbb.org
3900 L:      linux-hams@vger.kernel.org
3901 S:      Maintained
3903 YEALINK PHONE DRIVER
3904 P:      Henk Vergonet
3905 M:      Henk.Vergonet@gmail.com
3906 L:      usbb2k-api-dev@nongnu.org
3907 S:      Maintained
3909 Z8530 DRIVER FOR AX.25
3910 P:      Joerg Reuter
3911 M:      jreuter@yaina.de
3912 W:      http://yaina.de/jreuter/
3913 W:      http://www.qsl.net/dl1bke/
3914 L:      linux-hams@vger.kernel.org
3915 S:      Maintained
3917 ZD1211RW WIRELESS DRIVER
3918 P:      Daniel Drake
3919 M:      dsd@gentoo.org
3920 P:      Ulrich Kunitz
3921 M:      kune@deine-taler.de
3922 W:      http://zd1211.ath.cx/wiki/DriverRewrite
3923 L:      linux-wireless@vger.kernel.org
3924 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
3925 S:      Maintained
3927 ZF MACHZ WATCHDOG
3928 P:      Fernando Fuganti
3929 M:      fuganti@netbank.com.br
3930 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3931 S:      Maintained
3933 ZR36067 VIDEO FOR LINUX DRIVER
3934 P:      Ronald Bultje
3935 M:      rbultje@ronald.bitfreak.net
3936 L:      mjpeg-users@lists.sourceforge.net
3937 W:      http://mjpeg.sourceforge.net/driver-zoran/
3938 S:      Maintained
3940 ZR36120 VIDEO FOR LINUX DRIVER
3941 P:      Pauline Middelink
3942 M:      middelin@polyware.nl
3943 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3944 W:      http://www.polyware.nl/~middelin/hobbies.html
3945 S:      Maintained
3947 THE REST
3948 P:      Linus Torvalds
3949 S:      Buried alive in reporters