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