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