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