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