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