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