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