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