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