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