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