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