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