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