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