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