]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - MAINTAINERS
[MIPS] Alchemy: Fix use of __init code bug exposed by modpost warning
[linux-2.6-omap-h63xx.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 W:      http://www.linuxtr.net
92 S:      Maintained
93
94 3C505 NETWORK DRIVER
95 P:      Philip Blundell
96 M:      philb@gnu.org
97 L:      netdev@vger.kernel.org
98 S:      Maintained
99
100 3C59X NETWORK DRIVER
101 P:      Steffen Klassert
102 M:      klassert@mathematik.tu-chemnitz.de
103 L:      netdev@vger.kernel.org
104 S:      Maintained
105
106 3CR990 NETWORK DRIVER
107 P:      David Dillow
108 M:      dave@thedillows.org
109 L:      netdev@vger.kernel.org
110 S:      Maintained
111
112 3W-XXXX ATA-RAID CONTROLLER DRIVER
113 P:      Adam Radford
114 M:      linuxraid@amcc.com
115 L:      linux-scsi@vger.kernel.org
116 W:      http://www.amcc.com
117 S:      Supported
118
119 3W-9XXX SATA-RAID CONTROLLER DRIVER
120 P:      Adam Radford
121 M:      linuxraid@amcc.com
122 L:      linux-scsi@vger.kernel.org
123 W:      http://www.amcc.com
124 S:      Supported
125
126 53C700 AND 53C700-66 SCSI DRIVER
127 P:      James E.J. Bottomley
128 M:      James.Bottomley@HansenPartnership.com
129 L:      linux-scsi@vger.kernel.org
130 S:      Maintained
131
132 6PACK NETWORK DRIVER FOR AX.25
133 P:      Andreas Koensgen
134 M:      ajk@iehk.rwth-aachen.de
135 L:      linux-hams@vger.kernel.org
136 S:      Maintained
137
138 8169 10/100/1000 GIGABIT ETHERNET DRIVER
139 P:      Francois Romieu
140 M:      romieu@fr.zoreil.com
141 L:      netdev@vger.kernel.org
142 S:      Maintained
143
144 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
145 L:      linux-serial@vger.kernel.org
146 W:      http://serial.sourceforge.net
147 S:      Orphan
148
149 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
150 P:      Paul Gortmaker
151 M:      p_gortmaker@yahoo.com
152 L:      netdev@vger.kernel.org
153 S:      Maintained
154
155 9P FILE SYSTEM
156 P:      Eric Van Hensbergen
157 M:      ericvh@gmail.com
158 P:      Ron Minnich
159 M:      rminnich@sandia.gov
160 P:      Latchesar Ionkov
161 M:      lucho@ionkov.net
162 L:      v9fs-developer@lists.sourceforge.net
163 W:      http://swik.net/v9fs
164 T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
165 S:      Maintained
166
167 A2232 SERIAL BOARD DRIVER
168 P:      Enver Haase
169 M:      A2232@gmx.net
170 L:      linux-m68k@lists.linux-m68k.org
171 S:      Maintained
172
173 AIO
174 P:      Benjamin LaHaise
175 M:      bcrl@kvack.org
176 L:      linux-aio@kvack.org
177 S:      Supported
178
179 ABIT UGURU HARDWARE MONITOR DRIVER
180 P:      Hans de Goede
181 M:      j.w.r.degoede@hhs.nl
182 L:      lm-sensors@lm-sensors.org
183 S:      Maintained
184
185 ACENIC DRIVER
186 P:      Jes Sorensen
187 M:      jes@trained-monkey.org
188 L:      linux-acenic@sunsite.dk
189 S:      Maintained
190
191 IPS SCSI RAID DRIVER
192 P:      Adaptec OEM Raid Solutions
193 M:      aacraid@adaptec.com
194 L:      linux-scsi@vger.kernel.org
195 W:      http://www.adaptec.com/
196 S:      Maintained
197
198 DPT_I2O SCSI RAID DRIVER
199 P:      Adaptec OEM Raid Solutions
200 M:      aacraid@adaptec.com
201 L:      linux-scsi@vger.kernel.org
202 W:      http://www.adaptec.com/
203 S:      Maintained
204
205 AACRAID SCSI RAID DRIVER
206 P:      Adaptec OEM Raid Solutions
207 M:      aacraid@adaptec.com
208 L:      linux-scsi@vger.kernel.org
209 W:      http://www.adaptec.com/
210 S:      Supported
211
212 ACPI
213 P:      Len Brown
214 M:      len.brown@intel.com
215 M:      lenb@kernel.org
216 L:      linux-acpi@vger.kernel.org
217 W:      http://www.lesswatts.org/projects/acpi/
218 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
219 S:      Supported
220
221 ACPI BATTERY DRIVERS
222 P:      Alexey Starikovskiy
223 M:      astarikovskiy@suse.de
224 L:      linux-acpi@vger.kernel.org
225 W:      http://acpi.sourceforge.net/
226 S:      Supported
227
228 ACPI EC DRIVER
229 P:      Alexey Starikovskiy
230 M:      astarikovskiy@suse.de
231 L:      linux-acpi@vger.kernel.org
232 W:      http://acpi.sourceforge.net/
233 S:      Supported
234
235 ACPI FAN DRIVER
236 P:      Len Brown
237 M:      len.brown@intel.com
238 L:      linux-acpi@vger.kernel.org
239 W:      http://acpi.sourceforge.net/
240 S:      Supported
241
242 ACPI PCI HOTPLUG DRIVER
243 P:      Kristen Carlson Accardi
244 M:      kristen.c.accardi@intel.com
245 L:      pcihpd-discuss@lists.sourceforge.net
246 S:      Supported
247
248 ACPI THERMAL DRIVER
249 P:      Len Brown
250 M:      len.brown@intel.com
251 L:      linux-acpi@vger.kernel.org
252 W:      http://acpi.sourceforge.net/
253 S:      Supported
254
255 ACPI VIDEO DRIVER
256 P:      Rui Zhang
257 M:      rui.zhang@intel.com
258 L:      linux-acpi@vger.kernel.org
259 W:      http://acpi.sourceforge.net/
260 S:      Supported
261
262 ADM1025 HARDWARE MONITOR DRIVER
263 P:      Jean Delvare
264 M:      khali@linux-fr.org
265 L:      lm-sensors@lm-sensors.org
266 S:      Maintained
267
268 ADM1029 HARDWARE MONITOR DRIVER
269 P:      Corentin Labbe
270 M:      corentin.labbe@geomatys.fr
271 L:      lm-sensors@lm-sensors.org
272 S:      Maintained
273
274 ADM8211 WIRELESS DRIVER
275 P:      Michael Wu
276 M:      flamingice@sourmilk.net
277 L:      linux-wireless@vger.kernel.org
278 W:      http://linuxwireless.org/
279 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
280 S:      Maintained
281
282 ADT746X FAN DRIVER
283 P:      Colin Leroy
284 M:      colin@colino.net
285 S:      Maintained
286
287 ADVANSYS SCSI DRIVER
288 P:      Matthew Wilcox
289 M:      matthew@wil.cx
290 L:      linux-scsi@vger.kernel.org
291 S:      Maintained
292
293 AEDSP16 DRIVER
294 P:      Riccardo Facchetti
295 M:      fizban@tin.it
296 S:      Maintained
297
298 AFFS FILE SYSTEM
299 P:      Roman Zippel
300 M:      zippel@linux-m68k.org
301 S:      Maintained
302
303 AGPGART DRIVER
304 P:      David Airlie
305 M:      airlied@linux.ie
306 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
307 S:      Maintained
308
309 AHA152X SCSI DRIVER
310 P:      Juergen E. Fischer
311 M:      Juergen Fischer <fischer@norbit.de>
312 L:      linux-scsi@vger.kernel.org
313 S:      Maintained
314
315 AIC7XXX / AIC79XX SCSI DRIVER
316 P:      Hannes Reinecke
317 M:      hare@suse.de
318 L:      linux-scsi@vger.kernel.org
319 S:      Maintained
320
321 ALCATEL SPEEDTOUCH USB DRIVER
322 P:      Duncan Sands
323 M:      duncan.sands@free.fr
324 L:      linux-usb@vger.kernel.org
325 W:      http://www.linux-usb.org/SpeedTouch/
326 S:      Maintained
327
328 ALCHEMY AU1XX0 MMC DRIVER
329 S:      Orphan
330
331 ALI1563 I2C DRIVER
332 P:      Rudolf Marek
333 M:      r.marek@assembler.cz
334 L:      i2c@lm-sensors.org
335 S:      Maintained
336
337 ALPHA PORT
338 P:      Richard Henderson
339 M:      rth@twiddle.net
340 S:      Odd Fixes for 2.4; Maintained for 2.6.
341 P:      Ivan Kokshaysky
342 M:      ink@jurassic.park.msu.ru
343 S:      Maintained for 2.4; PCI support for 2.6.
344
345 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
346 P:      Thomas Dahlmann
347 M:      thomas.dahlmann@amd.com
348 L:      info-linux@geode.amd.com
349 S:      Supported
350
351 AMD GEODE PROCESSOR/CHIPSET SUPPORT
352 P:      Jordan Crouse
353 M:      info-linux@geode.amd.com
354 L:      info-linux@geode.amd.com
355 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
356 S:      Supported
357
358 AMS (Apple Motion Sensor) DRIVER
359 P:      Stelian Pop
360 M:      stelian@popies.net
361 P:      Michael Hanselmann
362 M:      linux-kernel@hansmi.ch
363 S:      Supported
364
365 AMSO1100 RNIC DRIVER
366 P:      Tom Tucker
367 M:      tom@opengridcomputing.com
368 P:      Steve Wise
369 M:      swise@opengridcomputing.com
370 L:      general@lists.openfabrics.org
371 S:      Maintained
372
373 AOA (Apple Onboard Audio) ALSA DRIVER
374 P:      Johannes Berg
375 M:      johannes@sipsolutions.net
376 L:      linuxppc-dev@ozlabs.org
377 L:      alsa-devel@alsa-project.org (subscribers-only)
378 S:      Maintained
379
380 APM DRIVER
381 P:      Stephen Rothwell
382 M:      sfr@canb.auug.org.au
383 L:      linux-laptop@vger.kernel.org
384 W:      http://www.canb.auug.org.au/~sfr/
385 S:      Supported
386
387 APPLE SMC DRIVER
388 P:      Nicolas Boichat
389 M:      nicolas@boichat.ch
390 L:      mactel-linux-devel@lists.sourceforge.net
391 S:      Maintained
392
393 APPLETALK NETWORK LAYER
394 P:      Arnaldo Carvalho de Melo
395 M:      acme@ghostprotocols.net
396 S:      Maintained
397
398 APPLETOUCH TOUCHPAD DRIVER
399 P:      Johannes Berg
400 M:      johannes@sipsolutions.net
401 L:      linux-input@vger.kernel.org
402 S:      Maintained
403
404 ARC FRAMEBUFFER DRIVER
405 P:      Jaya Kumar
406 M:      jayalk@intworks.biz
407 S:      Maintained
408
409 ARM MFM AND FLOPPY DRIVERS
410 P:      Ian Molton
411 M:      spyro@f2s.com
412 S:      Maintained
413
414 ARM PRIMECELL MMCI PL180/1 DRIVER
415 P:      Russell King
416 M:      rmk@arm.linux.org.uk
417 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
418 S:      Maintained
419
420 ARM/ADI ROADRUNNER MACHINE SUPPORT
421 P:      Lennert Buytenhek
422 M:      kernel@wantstofly.org
423 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
424 S:      Maintained
425
426 ARM/ADS SPHERE MACHINE SUPPORT
427 P:      Lennert Buytenhek
428 M:      kernel@wantstofly.org
429 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
430 S:      Maintained
431
432 ARM/AJECO 1ARM MACHINE SUPPORT
433 P:      Lennert Buytenhek
434 M:      kernel@wantstofly.org
435 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
436 S:      Maintained
437
438 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
439 P:      Andrew Victor
440 M:      andrew@sanpeople.com
441 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
442 W:      http://maxim.org.za/at91_26.html
443 S:      Maintained
444
445 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
446 P:      Lennert Buytenhek
447 M:      kernel@wantstofly.org
448 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
449 S:      Maintained
450
451 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
452 P:      Lennert Buytenhek
453 M:      kernel@wantstofly.org
454 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455 S:      Maintained
456
457 ARM/CORGI MACHINE SUPPORT
458 P:      Richard Purdie
459 M:      rpurdie@rpsys.net
460 S:      Maintained
461
462 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
463 P:      Lennert Buytenhek
464 M:      kernel@wantstofly.org
465 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
466 S:      Maintained
467
468 ARM/HP JORNADA 7XX MACHINE SUPPORT
469 P:      Kristoffer Ericson
470 M:      kristoffer.ericson@gmail.com
471 W:      www.jlime.com
472 S:      Maintained
473
474 ARM/INTEL IOP32X ARM ARCHITECTURE
475 P:      Lennert Buytenhek
476 M:      kernel@wantstofly.org
477 P:      Dan Williams
478 M:      dan.j.williams@intel.com
479 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
480 S:      Supported
481
482 ARM/INTEL IOP33X ARM ARCHITECTURE
483 P:      Dan Williams
484 M:      dan.j.williams@intel.com
485 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486 S:      Supported
487
488 ARM/INTEL IOP13XX ARM ARCHITECTURE
489 P:      Lennert Buytenhek
490 M:      kernel@wantstofly.org
491 P:      Dan Williams
492 M:      dan.j.williams@intel.com
493 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
494 S:      Supported
495
496 ARM/INTEL IQ81342EX MACHINE SUPPORT
497 P:      Lennert Buytenhek
498 M:      kernel@wantstofly.org
499 P:      Dan Williams
500 M:      dan.j.williams@intel.com
501 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
502 S:      Supported
503
504 ARM/INTEL IXP2000 ARM ARCHITECTURE
505 P:      Lennert Buytenhek
506 M:      kernel@wantstofly.org
507 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
508 S:      Maintained
509
510 ARM/INTEL IXDP2850 MACHINE SUPPORT
511 P:      Lennert Buytenhek
512 M:      kernel@wantstofly.org
513 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
514 S:      Maintained
515
516 ARM/INTEL IXP23XX ARM ARCHITECTURE
517 P:      Lennert Buytenhek
518 M:      kernel@wantstofly.org
519 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520 S:      Maintained
521
522 ARM/INTEL XSC3 (MANZANO) ARM CORE
523 P:      Lennert Buytenhek
524 M:      kernel@wantstofly.org
525 P:      Dan Williams
526 M:      dan.j.williams@intel.com
527 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
528 S:      Supported
529
530 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
531 P:      Lennert Buytenhek
532 M:      kernel@wantstofly.org
533 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
534 S:      Maintained
535
536 ARM/LOGICPD PXA270 MACHINE SUPPORT
537 P:      Lennert Buytenhek
538 M:      kernel@wantstofly.org
539 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
540 S:      Maintained
541
542 ARM/TOSA MACHINE SUPPORT
543 P:      Dirk Opfer
544 M:      dirk@opfer-online.de
545 S:      Maintained
546
547 ARM/PLEB SUPPORT
548 P:      Peter Chubb
549 M:      pleb@gelato.unsw.edu.au
550 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
551 S:      Maintained
552
553 ARM/PT DIGITAL BOARD PORT
554 P:      Stefan Eletzhofer
555 M:      stefan.eletzhofer@eletztrick.de
556 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
557 W:      http://www.arm.linux.org.uk/
558 S:      Maintained
559
560 ARM/RADISYS ENP2611 MACHINE SUPPORT
561 P:      Lennert Buytenhek
562 M:      kernel@wantstofly.org
563 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
564 S:      Maintained
565
566 ARM/SHARK MACHINE SUPPORT
567 P:      Alexander Schulz
568 M:      alex@shark-linux.de
569 W:      http://www.shark-linux.de/shark.html
570 S:      Maintained
571
572 ARM/STRONGARM110 PORT
573 P:      Russell King
574 M:      rmk@arm.linux.org.uk
575 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
576 W:      http://www.arm.linux.org.uk/
577 S:      Maintained
578
579 ARM/S3C2410 ARM ARCHITECTURE
580 P:      Ben Dooks
581 M:      ben-linux@fluff.org
582 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
583 W:      http://www.fluff.org/ben/linux/
584 S:      Maintained
585
586 ARM/S3C2440 ARM ARCHITECTURE
587 P:      Ben Dooks
588 M:      ben-linux@fluff.org
589 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
590 W:      http://www.fluff.org/ben/linux/
591 S:      Maintained
592
593 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
594 P:      Lennert Buytenhek
595 M:      kernel@wantstofly.org
596 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
597 S:      Maintained
598
599 ARM/THECUS N2100 MACHINE SUPPORT
600 P:      Lennert Buytenhek
601 M:      kernel@wantstofly.org
602 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
603 S:      Maintained
604
605 ARPD SUPPORT
606 P:      Jonathan Layes
607 L:      netdev@vger.kernel.org
608 S:      Maintained
609
610 ASUS ACPI EXTRAS DRIVER
611 P:      Corentin Chary
612 M:      corentincj@iksaif.net
613 P:      Karol Kozimor
614 M:      sziwan@users.sourceforge.net
615 L:      acpi4asus-user@lists.sourceforge.net
616 W:      http://sourceforge.net/projects/acpi4asus
617 W:      http://xf.iksaif.net/acpi4asus
618 S:      Maintained
619
620 ASUS ASB100 HARDWARE MONITOR DRIVER
621 P:      Mark M. Hoffman
622 M:      mhoffman@lightlink.com
623 L:      lm-sensors@lm-sensors.org
624 S:      Maintained
625
626 ASUS LAPTOP EXTRAS DRIVER
627 P:      Corentin Chary
628 M:      corentincj@iksaif.net
629 L:      acpi4asus-user@lists.sourceforge.net
630 W:      http://sourceforge.net/projects/acpi4asus
631 W:      http://xf.iksaif.net/acpi4asus
632 S:      Maintained
633
634 ASYNCHRONOUS TRANSFERS/TRANSFORMS API
635 P:      Dan Williams
636 M:      dan.j.williams@intel.com
637 P:      Shannon Nelson
638 M:      shannon.nelson@intel.com
639 L:      linux-kernel@vger.kernel.org
640 W:      http://sourceforge.net/projects/xscaleiop
641 S:      Supported
642
643 ATA OVER ETHERNET DRIVER
644 P:      Ed L. Cashin
645 M:      ecashin@coraid.com
646 W:      http://www.coraid.com/support/linux
647 S:      Supported
648
649 ATL1 ETHERNET DRIVER
650 P:      Jay Cliburn
651 M:      jcliburn@gmail.com
652 P:      Chris Snook
653 M:      csnook@redhat.com
654 L:      atl1-devel@lists.sourceforge.net
655 W:      http://sourceforge.net/projects/atl1
656 W:      http://atl1.sourceforge.net
657 S:      Maintained
658
659 ATM
660 P:      Chas Williams
661 M:      chas@cmf.nrl.navy.mil
662 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
663 W:      http://linux-atm.sourceforge.net
664 S:      Maintained
665
666 ATMEL AT91 MCI DRIVER
667 P:      Nicolas Ferre
668 M:      nicolas.ferre@rfo.atmel.com
669 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
670 W:      http://www.atmel.com/products/AT91/
671 W:      http://www.at91.com/
672 S:      Maintained
673
674 ATMEL MACB ETHERNET DRIVER
675 P:      Haavard Skinnemoen
676 M:      hskinnemoen@atmel.com
677 S:      Supported
678
679 ATMEL SPI DRIVER
680 P:      Haavard Skinnemoen
681 M:      hskinnemoen@atmel.com
682 S:      Supported
683
684 ATMEL USBA UDC DRIVER
685 P:      Haavard Skinnemoen
686 M:      hskinnemoen@atmel.com
687 L:      kernel@avr32linux.org
688 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
689 S:      Supported
690
691 ATMEL WIRELESS DRIVER
692 P:      Simon Kelley
693 M:      simon@thekelleys.org.uk
694 L:      linux-wireless@vger.kernel.org
695 W:      http://www.thekelleys.org.uk/atmel
696 W:      http://atmelwlandriver.sourceforge.net/
697 S:      Maintained
698
699 AUDIT SUBSYSTEM
700 P:      David Woodhouse
701 M:      dwmw2@infradead.org
702 L:      linux-audit@redhat.com (subscribers-only)
703 W:      http://people.redhat.com/sgrubb/audit/
704 T:      git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
705 S:      Maintained
706
707 AUXILIARY DISPLAY DRIVERS
708 P:      Miguel Ojeda Sandonis
709 M:      maxextreme@gmail.com
710 L:      linux-kernel@vger.kernel.org
711 W:      http://auxdisplay.googlepages.com/
712 S:      Maintained
713
714 AVR32 ARCHITECTURE
715 P:      Haavard Skinnemoen
716 M:      hskinnemoen@atmel.com
717 W:      http://www.atmel.com/products/AVR32/
718 W:      http://avr32linux.org/
719 W:      http://avrfreaks.net/
720 S:      Supported
721
722 AVR32/AT32AP MACHINE SUPPORT
723 P:      Haavard Skinnemoen
724 M:      hskinnemoen@atmel.com
725 S:      Supported
726
727 AX.25 NETWORK LAYER
728 P:      Ralf Baechle
729 M:      ralf@linux-mips.org
730 L:      linux-hams@vger.kernel.org
731 W:      http://www.linux-ax25.org/
732 S:      Maintained
733
734 BACKLIGHT CLASS/SUBSYSTEM
735 P:      Richard Purdie
736 M:      rpurdie@rpsys.net
737 S:      Maintained
738
739 BLACKFIN ARCHITECTURE
740 P:      Bryan Wu
741 M:      bryan.wu@analog.com
742 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
743 W:      http://blackfin.uclinux.org
744 S:      Supported
745
746 BLACKFIN EMAC DRIVER
747 P:      Bryan Wu
748 M:      bryan.wu@analog.com
749 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
750 W:      http://blackfin.uclinux.org
751 S:      Supported
752
753 BLACKFIN RTC DRIVER
754 P:      Mike Frysinger
755 M:      michael.frysinger@analog.com
756 M:      vapier.adi@gmail.com
757 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
758 W:      http://blackfin.uclinux.org
759 S:      Supported
760
761 BLACKFIN SERIAL DRIVER
762 P:      Aubrey Li
763 M:      aubrey.li@analog.com
764 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
765 W:      http://blackfin.uclinux.org
766 S:      Supported
767
768 BLACKFIN WATCHDOG DRIVER
769 P:      Mike Frysinger
770 M:      michael.frysinger@analog.com
771 M:      vapier.adi@gmail.com
772 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
773 W:      http://blackfin.uclinux.org
774 S:      Supported
775
776 BAYCOM/HDLCDRV DRIVERS FOR AX.25
777 P:      Thomas Sailer
778 M:      t.sailer@alumni.ethz.ch
779 L:      linux-hams@vger.kernel.org
780 W:      http://www.baycom.org/~tom/ham/ham.html
781 S:      Maintained
782
783 B43 WIRELESS DRIVER
784 P:      Michael Buesch
785 M:      mb@bu3sch.de
786 P:      Stefano Brivio
787 M:      stefano.brivio@polimi.it
788 L:      linux-wireless@vger.kernel.org
789 W:      http://linuxwireless.org/en/users/Drivers/b43
790 S:      Maintained
791
792 B43LEGACY WIRELESS DRIVER
793 P:      Larry Finger
794 M:      Larry.Finger@lwfinger.net
795 P:      Stefano Brivio
796 M:      stefano.brivio@polimi.it
797 L:      linux-wireless@vger.kernel.org
798 W:      http://linuxwireless.org/en/users/Drivers/b43
799 S:      Maintained
800
801 BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
802 P:      Larry Finger
803 M:      Larry.Finger@lwfinger.net
804 P:      Stefano Brivio
805 M:      stefano.brivio@polimi.it
806 L:      linux-wireless@vger.kernel.org
807 W:      http://bcm43xx.berlios.de/
808 S:      Maintained
809
810 BEFS FILE SYSTEM
811 P:      Sergey S. Kostyliov
812 M:      rathamahata@php4.ru
813 L:      linux-kernel@vger.kernel.org
814 S:      Maintained
815
816 BFS FILE SYSTEM
817 P:      Tigran A. Aivazian
818 M:      tigran@aivazian.fsnet.co.uk
819 L:      linux-kernel@vger.kernel.org
820 S:      Maintained
821
822 BLACKFIN I2C TWI DRIVER
823 P:      Sonic Zhang
824 M:      sonic.zhang@analog.com
825 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
826 W:      http://blackfin.uclinux.org/
827 S:      Supported
828
829 BLOCK LAYER
830 P:      Jens Axboe
831 M:      axboe@kernel.dk
832 L:      linux-kernel@vger.kernel.org
833 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
834 S:      Maintained
835
836 BLUETOOTH SUBSYSTEM
837 P:      Marcel Holtmann
838 M:      marcel@holtmann.org
839 P:      Maxim Krasnyansky
840 M:      maxk@qualcomm.com
841 L:      bluez-devel@lists.sf.net
842 W:      http://bluez.sf.net
843 W:      http://www.bluez.org
844 W:      http://www.holtmann.org/linux/bluetooth/
845 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
846 S:      Maintained
847
848 BLUETOOTH RFCOMM LAYER
849 P:      Marcel Holtmann
850 M:      marcel@holtmann.org
851 P:      Maxim Krasnyansky
852 M:      maxk@qualcomm.com
853 S:      Maintained
854
855 BLUETOOTH BNEP LAYER
856 P:      Marcel Holtmann
857 M:      marcel@holtmann.org
858 P:      Maxim Krasnyansky
859 M:      maxk@qualcomm.com
860 S:      Maintained
861
862 BLUETOOTH CMTP LAYER
863 P:      Marcel Holtmann
864 M:      marcel@holtmann.org
865 S:      Maintained
866
867 BLUETOOTH HIDP LAYER
868 P:      Marcel Holtmann
869 M:      marcel@holtmann.org
870 S:      Maintained
871
872 BLUETOOTH HCI UART DRIVER
873 P:      Marcel Holtmann
874 M:      marcel@holtmann.org
875 P:      Maxim Krasnyansky
876 M:      maxk@qualcomm.com
877 S:      Maintained
878
879 BLUETOOTH HCI USB DRIVER
880 P:      Marcel Holtmann
881 M:      marcel@holtmann.org
882 P:      Maxim Krasnyansky
883 M:      maxk@qualcomm.com
884 S:      Maintained
885
886 BLUETOOTH HCI BCM203X DRIVER
887 P:      Marcel Holtmann
888 M:      marcel@holtmann.org
889 S:      Maintained
890
891 BLUETOOTH HCI BPA10X DRIVER
892 P:      Marcel Holtmann
893 M:      marcel@holtmann.org
894 S:      Maintained
895
896 BLUETOOTH HCI BFUSB DRIVER
897 P:      Marcel Holtmann
898 M:      marcel@holtmann.org
899 S:      Maintained
900
901 BLUETOOTH HCI DTL1 DRIVER
902 P:      Marcel Holtmann
903 M:      marcel@holtmann.org
904 S:      Maintained
905
906 BLUETOOTH HCI BLUECARD DRIVER
907 P:      Marcel Holtmann
908 M:      marcel@holtmann.org
909 S:      Maintained
910
911 BLUETOOTH HCI BT3C DRIVER
912 P:      Marcel Holtmann
913 M:      marcel@holtmann.org
914 S:      Maintained
915
916 BLUETOOTH HCI BTUART DRIVER
917 P:      Marcel Holtmann
918 M:      marcel@holtmann.org
919 S:      Maintained
920
921 BLUETOOTH HCI VHCI DRIVER
922 P:      Maxim Krasnyansky
923 M:      maxk@qualcomm.com
924 S:      Maintained
925
926 BONDING DRIVER
927 P:      Chad Tindel
928 M:      ctindel@users.sourceforge.net
929 P:      Jay Vosburgh
930 M:      fubar@us.ibm.com
931 L:      bonding-devel@lists.sourceforge.net
932 W:      http://sourceforge.net/projects/bonding/
933 S:      Supported
934
935 BROADBAND PROCESSOR ARCHITECTURE
936 P:      Arnd Bergmann
937 M:      arnd@arndb.de
938 L:      linuxppc-dev@ozlabs.org
939 W:      http://www.penguinppc.org/ppc64/
940 S:      Supported
941
942 BROADCOM B44 10/100 ETHERNET DRIVER
943 P:      Gary Zambrano
944 M:      zambrano@broadcom.com
945 L:      netdev@vger.kernel.org
946 S:      Supported
947
948 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
949 P:      Michael Chan
950 M:      mchan@broadcom.com
951 L:      netdev@vger.kernel.org
952 S:      Supported
953
954 BROADCOM TG3 GIGABIT ETHERNET DRIVER
955 P:      Michael Chan
956 M:      mchan@broadcom.com
957 L:      netdev@vger.kernel.org
958 S:      Supported
959
960 BSG (block layer generic sg v4 driver)
961 P:      FUJITA Tomonori
962 M:      fujita.tomonori@lab.ntt.co.jp
963 L:      linux-scsi@vger.kernel.org
964 S:      Supported
965
966 BTTV VIDEO4LINUX DRIVER
967 P:      Mauro Carvalho Chehab
968 M:      mchehab@infradead.org
969 M:      v4l-dvb-maintainer@linuxtv.org
970 L:      video4linux-list@redhat.com
971 W:      http://linuxtv.org
972 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
973 S:      Maintained
974
975 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
976 P:      Jonathan Corbet
977 M:      corbet@lwn.net
978 L:      video4linux-list@redhat.com
979 S:      Maintained
980
981 CALGARY x86-64 IOMMU
982 P:      Muli Ben-Yehuda
983 M:      muli@il.ibm.com
984 P:      Jon D. Mason
985 M:      jdmason@kudzu.us
986 L:      linux-kernel@vger.kernel.org
987 L:      discuss@x86-64.org
988 S:      Maintained
989
990 CFAG12864B LCD DRIVER
991 P:      Miguel Ojeda Sandonis
992 M:      maxextreme@gmail.com
993 L:      linux-kernel@vger.kernel.org
994 W:      http://auxdisplay.googlepages.com/
995 S:      Maintained
996
997 CFAG12864BFB LCD FRAMEBUFFER DRIVER
998 P:      Miguel Ojeda Sandonis
999 M:      maxextreme@gmail.com
1000 L:      linux-kernel@vger.kernel.org
1001 W:      http://auxdisplay.googlepages.com/
1002 S:      Maintained
1003
1004 CFG80211 and NL80211
1005 P:      Johannes Berg
1006 M:      johannes@sipsolutions.net
1007 L:      linux-wireless@vger.kernel.org
1008 S:      Maintained
1009
1010 CHECKPATCH
1011 P:      Andy Whitcroft
1012 M:      apw@shadowen.org
1013 P:      Randy Dunlap
1014 M:      rdunlap@xenotime.net
1015 P:      Joel Schopp
1016 M:      jschopp@austin.ibm.com
1017 S:      Supported
1018
1019 COMMON INTERNET FILE SYSTEM (CIFS)
1020 P:      Steve French
1021 M:      sfrench@samba.org
1022 L:      linux-cifs-client@lists.samba.org
1023 L:      samba-technical@lists.samba.org
1024 W:      http://linux-cifs.samba.org/
1025 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1026 S:      Supported
1027
1028 CONFIGFS
1029 P:      Joel Becker
1030 M:      joel.becker@oracle.com
1031 L:      linux-kernel@vger.kernel.org
1032 S:      Supported
1033
1034 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1035 P:      Lennert Buytenhek
1036 M:      kernel@wantstofly.org
1037 L:      netdev@vger.kernel.org
1038 S:      Maintained
1039
1040 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1041 P:      Lennert Buytenhek
1042 M:      kernel@wantstofly.org
1043 L:      linux-usb@vger.kernel.org
1044 S:      Maintained
1045
1046 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1047 P:      Cirrus Logic Corporation (kernel 2.2 driver)
1048 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1049 P:      Nils Faerber (port to kernel 2.4)
1050 M:      Nils Faerber <nils@kernelconcepts.de>
1051 S:      Maintained
1052
1053 CODA FILE SYSTEM
1054 P:      Jan Harkes
1055 M:      jaharkes@cs.cmu.edu
1056 M:      coda@cs.cmu.edu
1057 L:      codalist@coda.cs.cmu.edu
1058 W:      http://www.coda.cs.cmu.edu/
1059 S:      Maintained
1060
1061 COMPACTPCI HOTPLUG CORE
1062 P:      Scott Murray
1063 M:      scottm@somanetworks.com
1064 M:      scott@spiteful.org
1065 L:      pcihpd-discuss@lists.sourceforge.net
1066 S:      Supported
1067
1068 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1069 P:      Scott Murray
1070 M:      scottm@somanetworks.com
1071 M:      scott@spiteful.org
1072 L:      pcihpd-discuss@lists.sourceforge.net
1073 S:      Supported
1074
1075 COMPACTPCI HOTPLUG GENERIC DRIVER
1076 P:      Scott Murray
1077 M:      scottm@somanetworks.com
1078 M:      scott@spiteful.org
1079 L:      pcihpd-discuss@lists.sourceforge.net
1080 S:      Supported
1081
1082 COMPUTONE INTELLIPORT MULTIPORT CARD
1083 P:      Michael H. Warfield
1084 M:      mhw@wittsend.com
1085 W:      http://www.wittsend.com/computone.html
1086 S:      Maintained
1087
1088 CONEXANT ACCESSRUNNER USB DRIVER
1089 P:      Simon Arlott
1090 M:      cxacru@fire.lp0.eu
1091 L:      accessrunner-general@lists.sourceforge.net
1092 W:      http://accessrunner.sourceforge.net/
1093 S:      Maintained
1094
1095 CORETEMP HARDWARE MONITORING DRIVER
1096 P:      Rudolf Marek
1097 M:      r.marek@assembler.cz
1098 L:      lm-sensors@lm-sensors.org
1099 S:      Maintained
1100
1101 COSA/SRP SYNC SERIAL DRIVER
1102 P:      Jan "Yenya" Kasprzak
1103 M:      kas@fi.muni.cz
1104 W:      http://www.fi.muni.cz/~kas/cosa/
1105 S:      Maintained
1106
1107 CPU FREQUENCY DRIVERS
1108 P:      Dave Jones
1109 M:      davej@codemonkey.org.uk
1110 L:      cpufreq@lists.linux.org.uk
1111 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1112 T:      git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1113 S:      Maintained
1114
1115 CPUID/MSR DRIVER
1116 P:      H. Peter Anvin
1117 M:      hpa@zytor.com
1118 S:      Maintained
1119
1120 CPUSETS
1121 P:      Paul Jackson
1122 P:      Simon Derr
1123 M:      pj@sgi.com
1124 M:      simon.derr@bull.net
1125 L:      linux-kernel@vger.kernel.org
1126 W:      http://www.bullopensource.org/cpuset/
1127 S:      Supported
1128
1129 CRAMFS FILESYSTEM
1130 W:      http://sourceforge.net/projects/cramfs/
1131 S:      Orphan
1132
1133 CRIS PORT
1134 P:      Mikael Starvik
1135 M:      starvik@axis.com
1136 L:      dev-etrax@axis.com
1137 W:      http://developer.axis.com
1138 S:      Maintained
1139
1140 CRYPTO API
1141 P:      Herbert Xu
1142 M:      herbert@gondor.apana.org.au
1143 P:      David S. Miller
1144 M:      davem@davemloft.net
1145 L:      linux-crypto@vger.kernel.org
1146 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1147 S:      Maintained
1148
1149 CS5535 Audio ALSA driver
1150 P:      Jaya Kumar
1151 M:      jayakumar.alsa@gmail.com
1152 S:      Maintained
1153
1154 CYBERPRO FB DRIVER
1155 P:      Russell King
1156 M:      rmk@arm.linux.org.uk
1157 W:      http://www.arm.linux.org.uk/
1158 S:      Maintained
1159
1160 CYBLAFB FRAMEBUFFER DRIVER
1161 P:      Knut Petersen
1162 M:      Knut_Petersen@t-online.de
1163 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1164 S:      Maintained
1165
1166 CYCLADES 2X SYNC CARD DRIVER
1167 P:      Arnaldo Carvalho de Melo
1168 M:      acme@ghostprotocols.net
1169 W:      http://oops.ghostprotocols.net:81/blog
1170 S:      Maintained
1171
1172 CYCLADES ASYNC MUX DRIVER
1173 W:      http://www.cyclades.com/
1174 S:      Orphan
1175
1176 CYCLADES PC300 DRIVER
1177 W:      http://www.cyclades.com/
1178 S:      Orphan
1179
1180 DAMA SLAVE for AX.25
1181 P:      Joerg Reuter
1182 M:      jreuter@yaina.de
1183 W:      http://yaina.de/jreuter/
1184 W:      http://www.qsl.net/dl1bke/
1185 L:      linux-hams@vger.kernel.org
1186 S:      Maintained
1187
1188 DC395x SCSI driver
1189 P:      Oliver Neukum
1190 M:      oliver@neukum.name
1191 P:      Ali Akcaagac
1192 M:      aliakc@web.de
1193 P:      Jamie Lenehan
1194 M:      lenehan@twibble.org
1195 W:      http://twibble.org/dist/dc395x/
1196 L:      dc395x@twibble.org
1197 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1198 S:      Maintained
1199
1200 DC390/AM53C974 SCSI driver
1201 P:      Kurt Garloff
1202 M:      garloff@suse.de
1203 W:      http://www.garloff.de/kurt/linux/dc390/
1204 P:      Guennadi Liakhovetski
1205 M:      g.liakhovetski@gmx.de
1206 S:      Maintained
1207
1208 DCCP PROTOCOL
1209 P:      Arnaldo Carvalho de Melo
1210 M:      acme@ghostprotocols.net
1211 L:      dccp@vger.kernel.org
1212 W:      http://linux-net.osdl.org/index.php/DCCP
1213 S:      Maintained
1214
1215 DECnet NETWORK LAYER
1216 P:      Patrick Caulfield
1217 M:      patrick@tykepenguin.com
1218 W:      http://linux-decnet.sourceforge.net
1219 L:      linux-decnet-user@lists.sourceforge.net
1220 S:      Maintained
1221
1222 DEFXX FDDI NETWORK DRIVER
1223 P:      Maciej W. Rozycki
1224 M:      macro@linux-mips.org
1225 S:      Maintained
1226
1227 DELL LAPTOP SMM DRIVER
1228 P:      Massimo Dal Zotto
1229 M:      dz@debian.org
1230 W:      http://www.debian.org/~dz/i8k/
1231 S:      Maintained
1232
1233 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1234 P:      Doug Warzecha
1235 M:      Douglas_Warzecha@dell.com
1236 S:      Maintained
1237
1238 DEVICE-MAPPER  (LVM)
1239 P:      Alasdair Kergon
1240 L:      dm-devel@redhat.com
1241 W:      http://sources.redhat.com/dm
1242 S:      Maintained
1243
1244 DEVICE NUMBER REGISTRY
1245 P:      Torben Mathiasen
1246 M:      device@lanana.org
1247 W:      http://lanana.org/docs/device-list/index.html
1248 L:      linux-kernel@vger.kernel.org
1249 S:      Maintained
1250
1251 DIGI INTL. EPCA DRIVER
1252 P:      Digi International, Inc
1253 M:      Eng.Linux@digi.com
1254 L:      Eng.Linux@digi.com
1255 W:      http://www.digi.com
1256 S:      Orphaned
1257
1258 DIRECTORY NOTIFICATION
1259 P:      Stephen Rothwell
1260 M:      sfr@canb.auug.org.au
1261 L:      linux-kernel@vger.kernel.org
1262 S:      Supported
1263
1264 DISK GEOMETRY AND PARTITION HANDLING
1265 P:      Andries Brouwer
1266 M:      aeb@cwi.nl
1267 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1268 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1269 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1270 S:      Maintained
1271
1272 DISKQUOTA:
1273 P:      Jan Kara
1274 M:      jack@suse.cz
1275 L:      linux-kernel@vger.kernel.org
1276 S:      Maintained
1277
1278 DISTRIBUTED LOCK MANAGER
1279 P:      Patrick Caulfield
1280 M:      pcaulfie@redhat.com
1281 P:      David Teigland
1282 M:      teigland@redhat.com
1283 L:      cluster-devel@redhat.com
1284 W:      http://sources.redhat.com/cluster/
1285 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1286 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1287 S:      Supported
1288
1289 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1290 P:      Tobias Ringstrom
1291 M:      tori@unhappy.mine.nu
1292 L:      netdev@vger.kernel.org
1293 S:      Maintained
1294
1295 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1296 P:      Shannon Nelson
1297 M:      shannon.nelson@intel.com
1298 P:      Dan Williams
1299 M:      dan.j.williams@intel.com
1300 L:      linux-kernel@vger.kernel.org
1301 S:      Supported
1302
1303 DME1737 HARDWARE MONITOR DRIVER
1304 P:      Juerg Haefliger
1305 M:      juergh@gmail.com
1306 L:      lm-sensors@lm-sensors.org
1307 S:      Maintained
1308
1309 DOCBOOK FOR DOCUMENTATION
1310 P:      Randy Dunlap
1311 M:      rdunlap@xenotime.net
1312 S:      Maintained
1313
1314 DOCKING STATION DRIVER
1315 P:      Kristen Carlson Accardi
1316 M:      kristen.c.accardi@intel.com
1317 L:      linux-acpi@vger.kernel.org
1318 S:      Supported
1319
1320 DOUBLETALK DRIVER
1321 P:      James R. Van Zandt
1322 M:      jrv@vanzandt.mv.com
1323 L:      blinux-list@redhat.com
1324 S:      Maintained
1325
1326 DRIVER CORE, KOBJECTS, AND SYSFS
1327 P:      Greg Kroah-Hartman
1328 M:      gregkh@suse.de
1329 L:      linux-kernel@vger.kernel.org
1330 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1331 S:      Supported
1332
1333 DRM DRIVERS
1334 P:      David Airlie
1335 M:      airlied@linux.ie
1336 L:      dri-devel@lists.sourceforge.net
1337 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1338 S:      Maintained
1339
1340 DSCC4 DRIVER
1341 P:      Francois Romieu
1342 M:      romieu@fr.zoreil.com
1343 L:      netdev@vger.kernel.org
1344 S:      Maintained
1345
1346 DVB SUBSYSTEM AND DRIVERS
1347 P:      LinuxTV.org Project
1348 M:      v4l-dvb-maintainer@linuxtv.org
1349 L:      linux-dvb@linuxtv.org (subscription required)
1350 W:      http://linuxtv.org/
1351 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1352 S:      Maintained
1353
1354 EATA-DMA SCSI DRIVER
1355 P:      Michael Neuffer
1356 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1357 S:      Maintained
1358
1359 EATA ISA/EISA/PCI SCSI DRIVER
1360 P:      Dario Ballabio
1361 M:      ballabio_dario@emc.com
1362 L:      linux-scsi@vger.kernel.org
1363 S:      Maintained
1364
1365 EATA-PIO SCSI DRIVER
1366 P:      Michael Neuffer
1367 M:      mike@i-Connect.Net
1368 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1369 S:      Maintained
1370
1371 EBTABLES
1372 P:      Bart De Schuymer
1373 M:      bart.de.schuymer@pandora.be
1374 L:      ebtables-user@lists.sourceforge.net
1375 L:      ebtables-devel@lists.sourceforge.net
1376 W:      http://ebtables.sourceforge.net/
1377 S:      Maintained
1378
1379 ECRYPT FILE SYSTEM
1380 P:      Mike Halcrow, Phillip Hellewell
1381 M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1382 L:      ecryptfs-devel@lists.sourceforge.net
1383 W:      http://ecryptfs.sourceforge.net/
1384 S:      Supported
1385
1386 EDAC-CORE
1387 P:      Doug Thompson
1388 M:      dougthompson@xmission.com
1389 L:      bluesmoke-devel@lists.sourceforge.net
1390 W:      bluesmoke.sourceforge.net
1391 S:      Supported
1392
1393 EDAC-E752X
1394 P:      Mark Gross
1395 P:      Doug Thompson
1396 M:      mark.gross@intel.com
1397 M:      dougthompson@xmission.com
1398 L:      bluesmoke-devel@lists.sourceforge.net
1399 W:      bluesmoke.sourceforge.net
1400 S:      Maintained
1401
1402 EDAC-E7XXX
1403 P:      Doug Thompson
1404 M:      dougthompson@xmission.com
1405 L:      bluesmoke-devel@lists.sourceforge.net
1406 W:      bluesmoke.sourceforge.net
1407 S:      Maintained
1408
1409 EDAC-I82443BXGX
1410 P:      Tim Small
1411 M:      tim@buttersideup.com
1412 L:      bluesmoke-devel@lists.sourceforge.net
1413 W:      bluesmoke.sourceforge.net
1414 S:      Maintained
1415
1416 EDAC-I3000
1417 P:      Jason Uhlenkott
1418 M:      juhlenko@akamai.com
1419 L:      bluesmoke-devel@lists.sourceforge.net
1420 W:      bluesmoke.sourceforge.net
1421 S:      Maintained
1422
1423 EDAC-I5000
1424 P:      Doug Thompson
1425 M:      dougthompson@xmission.com
1426 L:      bluesmoke-devel@lists.sourceforge.net
1427 W:      bluesmoke.sourceforge.net
1428 S:      Maintained
1429
1430 EDAC-I82975X
1431 P:      Ranganathan Desikan
1432 P:      Arvind R.
1433 M:      rdesikan@jetzbroadband.com
1434 M:      arvind@acarlab.com
1435 L:      bluesmoke-devel@lists.sourceforge.net
1436 W:      bluesmoke.sourceforge.net
1437 S:      Maintained
1438
1439 EDAC-PASEMI
1440 P:      Egor Martovetsky
1441 M:      egor@pasemi.com
1442 L:      bluesmoke-devel@lists.sourceforge.net
1443 W:      bluesmoke.sourceforge.net
1444 S:      Maintained
1445
1446 EDAC-R82600
1447 P:      Tim Small
1448 M:      tim@buttersideup.com
1449 L:      bluesmoke-devel@lists.sourceforge.net
1450 W:      bluesmoke.sourceforge.net
1451 S:      Maintained
1452
1453 EEPRO100 NETWORK DRIVER
1454 P:      Andrey V. Savochkin
1455 M:      saw@saw.sw.com.sg
1456 S:      Maintained
1457
1458 EFS FILESYSTEM
1459 W:      http://aeschi.ch.eu.org/efs/
1460 S:      Orphan
1461
1462 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1463 P:      Hoang-Nam Nguyen
1464 M:      hnguyen@de.ibm.com
1465 P:      Christoph Raisch
1466 M:      raisch@de.ibm.com
1467 L:      general@lists.openfabrics.org
1468 S:      Supported
1469
1470 EMULEX LPFC FC SCSI DRIVER
1471 P:      James Smart
1472 M:      james.smart@emulex.com
1473 L:      linux-scsi@vger.kernel.org
1474 W:      http://sourceforge.net/projects/lpfcxxxx
1475 S:      Supported
1476
1477 EPSON 1355 FRAMEBUFFER DRIVER
1478 P:      Christopher Hoover
1479 M:      ch@murgatroid.com, ch@hpl.hp.com
1480 S:      Maintained
1481
1482 ETHEREXPRESS-16 NETWORK DRIVER
1483 P:      Philip Blundell
1484 M:      philb@gnu.org
1485 L:      netdev@vger.kernel.org
1486 S:      Maintained
1487
1488 ETHERNET BRIDGE
1489 P:      Stephen Hemminger
1490 M:      shemminger@linux-foundation.org
1491 L:      bridge@lists.linux-foundation.org
1492 W:      http://bridge.sourceforge.net/
1493 S:      Maintained
1494
1495 ETHERTEAM 16I DRIVER
1496 P:      Mika Kuoppala
1497 M:      miku@iki.fi
1498 S:      Maintained
1499
1500 EXT2 FILE SYSTEM
1501 L:      linux-ext4@vger.kernel.org
1502 S:      Maintained
1503
1504 EXT3 FILE SYSTEM
1505 P:      Stephen Tweedie, Andrew Morton
1506 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1507 L:      linux-ext4@vger.kernel.org
1508 S:      Maintained
1509
1510 EXT4 FILE SYSTEM
1511 P:      Stephen Tweedie, Andrew Morton
1512 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1513 L:      linux-ext4@vger.kernel.org
1514 S:      Maintained
1515
1516 F71805F HARDWARE MONITORING DRIVER
1517 P:      Jean Delvare
1518 M:      khali@linux-fr.org
1519 L:      lm-sensors@lm-sensors.org
1520 S:      Maintained
1521
1522 FARSYNC SYNCHRONOUS DRIVER
1523 P:      Kevin Curtis
1524 M:      kevin.curtis@farsite.co.uk
1525 W:      http://www.farsite.co.uk/
1526 S:      Supported
1527
1528 FAULT INJECTION SUPPORT
1529 P:      Akinobu Mita
1530 M:      akinobu.mita@gmail.com
1531 S:      Supported
1532
1533 FRAMEBUFFER LAYER
1534 P:      Antonino Daplas
1535 M:      adaplas@gmail.com
1536 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1537 W:      http://linux-fbdev.sourceforge.net/
1538 S:      Maintained
1539
1540 FREESCALE SOC FS_ENET DRIVER
1541 P:      Pantelis Antoniou
1542 M:      pantelis.antoniou@gmail.com
1543 P:      Vitaly Bordug
1544 M:      vbordug@ru.mvista.com
1545 L:      linuxppc-dev@ozlabs.org
1546 L:      netdev@vger.kernel.org
1547 S:      Maintained
1548
1549 FREESCALE HIGHSPEED USB DEVICE DRIVER
1550 P:      Li Yang
1551 M:      leoli@freescale.com
1552 L:      linux-usb@vger.kernel.org
1553 L:      linuxppc-dev@ozlabs.org
1554 S:      Maintained
1555
1556 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1557 P:      Li Yang
1558 M:      leoli@freescale.com
1559 L:      netdev@vger.kernel.org
1560 L:      linuxppc-dev@ozlabs.org
1561 S:      Maintained
1562
1563 FILE LOCKING (flock() and fcntl()/lockf())
1564 P:      Matthew Wilcox
1565 M:      matthew@wil.cx
1566 L:      linux-fsdevel@vger.kernel.org
1567 S:      Maintained
1568
1569 FILESYSTEMS (VFS and infrastructure)
1570 P:      Alexander Viro
1571 M:      viro@zeniv.linux.org.uk
1572 S:      Maintained
1573
1574 FIREWIRE SUBSYSTEM
1575 P:      Kristian Hoegsberg, Stefan Richter
1576 M:      krh@redhat.com, stefanr@s5r6.in-berlin.de
1577 L:      linux1394-devel@lists.sourceforge.net
1578 W:      http://www.linux1394.org/
1579 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1580 S:      Maintained
1581
1582 FIRMWARE LOADER (request_firmware)
1583 L:      linux-kernel@vger.kernel.org
1584 S:      Orphan
1585
1586 FPU EMULATOR
1587 P:      Bill Metzenthen
1588 M:      billm@suburbia.net
1589 W:      http://suburbia.net/~billm/floating-point/emulator/
1590 S:      Maintained
1591
1592 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1593 P:      Mike McLagan
1594 M:      mike.mclagan@linux.org
1595 L:      netdev@vger.kernel.org
1596 S:      Maintained
1597
1598 FREEVXFS FILESYSTEM
1599 P:      Christoph Hellwig
1600 M:      hch@infradead.org
1601 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1602 S:      Maintained
1603
1604 FUJITSU FR-V (FRV) PORT
1605 P:      David Howells
1606 M:      dhowells@redhat.com
1607 S:      Maintained
1608
1609 FUSE: FILESYSTEM IN USERSPACE
1610 P:      Miklos Szeredi
1611 M:      miklos@szeredi.hu
1612 L:      fuse-devel@lists.sourceforge.net
1613 W:      http://fuse.sourceforge.net/
1614 S:      Maintained
1615
1616 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1617 P:      Rik Faith
1618 M:      faith@cs.unc.edu
1619 L:      linux-scsi@vger.kernel.org
1620 S:      Odd fixes (e.g., new signatures)
1621
1622 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1623 P:      Achim Leubner
1624 M:      achim_leubner@adaptec.com
1625 L:      linux-scsi@vger.kernel.org
1626 W:      http://www.icp-vortex.com/
1627 S:      Supported
1628
1629 GENERIC GPIO I2C DRIVER
1630 P:      Haavard Skinnemoen
1631 M:      hskinnemoen@atmel.com
1632 S:      Supported
1633
1634 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1635 P:      Krzysztof Halasa
1636 M:      khc@pm.waw.pl
1637 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1638 S:      Maintained
1639
1640 GFS2 FILE SYSTEM
1641 P:      Steven Whitehouse
1642 M:      swhiteho@redhat.com
1643 L:      cluster-devel@redhat.com
1644 W:      http://sources.redhat.com/cluster/
1645 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1646 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1647 S:      Supported
1648
1649 GIGASET ISDN DRIVERS
1650 P:      Hansjoerg Lipp
1651 M:      hjlipp@web.de
1652 P:      Tilman Schmidt
1653 M:      tilman@imap.cc
1654 L:      gigaset307x-common@lists.sourceforge.net
1655 W:      http://gigaset307x.sourceforge.net/
1656 S:      Maintained
1657
1658 HARDWARE MONITORING
1659 P:      Mark M. Hoffman
1660 M:      mhoffman@lightlink.com
1661 L:      lm-sensors@lm-sensors.org
1662 W:      http://www.lm-sensors.org/
1663 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1664 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
1665 S:      Maintained
1666
1667 HARDWARE RANDOM NUMBER GENERATOR CORE
1668 P:      Michael Buesch
1669 M:      mb@bu3sch.de
1670 S:      Maintained
1671
1672 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1673 P:      Robert Love
1674 M:      rlove@rlove.org
1675 M:      linux-kernel@vger.kernel.org
1676 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1677 S:      Maintained
1678
1679 HARMONY SOUND DRIVER
1680 P:      Kyle McMartin
1681 M:      kyle@parisc-linux.org
1682 L:      linux-parisc@vger.kernel.org
1683 S:      Maintained
1684
1685 HAYES ESP SERIAL DRIVER
1686 P:      Andrew J. Robinson
1687 M:      arobinso@nyx.net
1688 L:      linux-kernel@vger.kernel.org
1689 W:      http://www.nyx.net/~arobinso
1690 S:      Maintained
1691
1692 HFS FILESYSTEM
1693 P:      Roman Zippel
1694 M:      zippel@linux-m68k.org
1695 L:      linux-kernel@vger.kernel.org
1696 S:      Maintained
1697
1698 HGA FRAMEBUFFER DRIVER
1699 P:      Ferenc Bakonyi
1700 M:      fero@drama.obuda.kando.hu
1701 L:      linux-nvidia@lists.surfsouth.com
1702 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1703 S:      Maintained
1704
1705 HID CORE LAYER
1706 P:      Jiri Kosina
1707 M:      jkosina@suse.cz
1708 L:      linux-input@vger.kernel.org
1709 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1710 S:      Maintained
1711
1712 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1713 P:      Thomas Gleixner
1714 M:      tglx@linutronix.de
1715 L:      linux-kernel@vger.kernel.org
1716 S:      Maintained
1717
1718 HIGH-SPEED SCC DRIVER FOR AX.25
1719 P:      Klaus Kudielka
1720 M:      klaus.kudielka@ieee.org
1721 L:      linux-hams@vger.kernel.org
1722 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1723 S:      Maintained
1724
1725 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1726 P:      HighPoint Linux Team
1727 M:      linux@highpoint-tech.com
1728 W:      http://www.highpoint-tech.com
1729 S:      Supported
1730
1731 HIPPI
1732 P:      Jes Sorensen
1733 M:      jes@trained-monkey.org
1734 L:      linux-hippi@sunsite.dk
1735 S:      Maintained
1736
1737 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1738 P:      Chirag Kantharia
1739 M:      chirag.kantharia@hp.com
1740 L:      iss_storagedev@hp.com
1741 S:      Maintained
1742
1743 HEWLETT-PACKARD SMART2 RAID DRIVER
1744 P:      Chirag Kantharia
1745 M:      chirag.kantharia@hp.com
1746 L:      iss_storagedev@hp.com
1747 S:      Maintained
1748
1749 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1750 P:      Mike Miller
1751 M:      mike.miller@hp.com
1752 L:      iss_storagedev@hp.com
1753 S:      Supported
1754
1755 HOST AP DRIVER
1756 P:      Jouni Malinen
1757 M:      j@w1.fi
1758 L:      hostap@shmoo.com (subscribers-only)
1759 L:      linux-wireless@vger.kernel.org
1760 W:      http://hostap.epitest.fi/
1761 S:      Maintained
1762
1763 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1764 P:      Jaroslav Kysela
1765 M:      perex@perex.cz
1766 S:      Maintained
1767
1768 HPET:   High Precision Event Timers driver (hpet.c)
1769 P:      Clemens Ladisch
1770 M:      clemens@ladisch.de
1771 S:      Maintained
1772
1773 HPET:   i386
1774 P:      Venkatesh Pallipadi (Venki)
1775 M:      venkatesh.pallipadi@intel.com
1776 S:      Maintained
1777
1778 HPET:   x86_64
1779 P:      Vojtech Pavlik
1780 M:      vojtech@suse.cz
1781 S:      Maintained
1782
1783 HPET:   ACPI hpet.c
1784 P:      Bob Picco
1785 M:      bob.picco@hp.com
1786 S:      Maintained
1787
1788 HPFS FILESYSTEM
1789 P:      Mikulas Patocka
1790 M:      mikulas@artax.karlin.mff.cuni.cz
1791 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1792 S:      Maintained
1793
1794 HUGETLB FILESYSTEM
1795 P:      William Irwin
1796 M:      wli@holomorphy.com
1797 S:      Maintained
1798
1799 I2C/SMBUS STUB DRIVER
1800 P:      Mark M. Hoffman
1801 M:      mhoffman@lightlink.com
1802 L:      lm-sensors@lm-sensors.org
1803 S:      Maintained
1804
1805 I2C SUBSYSTEM
1806 P:      Jean Delvare
1807 M:      khali@linux-fr.org
1808 L:      i2c@lm-sensors.org
1809 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1810 S:      Maintained
1811
1812 I2C-TINY-USB DRIVER
1813 P:      Till Harbaum
1814 M:      till@harbaum.org
1815 L:      i2c@lm-sensors.org
1816 T:      http://www.harbaum.org/till/i2c_tiny_usb
1817 S:      Maintained
1818
1819 i386 BOOT CODE
1820 P:      H. Peter Anvin
1821 M:      hpa@zytor.com
1822 L:      Linux-Kernel@vger.kernel.org
1823 S:      Maintained
1824
1825 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1826 P:      H. Peter Anvin
1827 M:      hpa@zytor.com
1828 T:      git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1829 S:      Maintained
1830
1831 IA64 (Itanium) PLATFORM
1832 P:      Tony Luck
1833 M:      tony.luck@intel.com
1834 L:      linux-ia64@vger.kernel.org
1835 W:      http://www.ia64-linux.org/
1836 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1837 S:      Maintained
1838
1839 SN-IA64 (Itanium) SUB-PLATFORM
1840 P:      Jes Sorensen
1841 M:      jes@sgi.com
1842 L:      linux-altix@sgi.com
1843 L:      linux-ia64@vger.kernel.org
1844 W:      http://www.sgi.com/altix
1845 S:      Maintained
1846
1847 IBM MCA SCSI SUBSYSTEM DRIVER
1848 P:      Michael Lang
1849 M:      langa2@kph.uni-mainz.de
1850 W:      http://www.uni-mainz.de/~langm000/linux.html
1851 S:      Maintained
1852
1853 IBM Power Linux RAID adapter
1854 P:      Brian King
1855 M:      brking@us.ibm.com
1856 S:      Supported
1857
1858 IBM ServeRAID RAID DRIVER
1859 P:      Jack Hammer
1860 P:      Dave Jeffery
1861 M:      ipslinux@adaptec.com
1862 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1863 S:      Supported
1864
1865 IDE SUBSYSTEM
1866 P:      Bartlomiej Zolnierkiewicz
1867 M:      bzolnier@gmail.com
1868 L:      linux-ide@vger.kernel.org
1869 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1870 S:      Maintained
1871
1872 IDE/ATAPI CDROM DRIVER
1873 P:      Borislav Petkov
1874 M:      bbpetkov@yahoo.de
1875 L:      linux-ide@vger.kernel.org
1876 S:      Maintained
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 W:      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 W:      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-mips@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 LIBERTAS WIRELESS DRIVER
2495 P:      Dan Williams
2496 M:      dcbw@redhat.com
2497 L:      libertas-dev@lists.infradead.org
2498 S:      Maintained
2499
2500 MARVELL MV643XX ETHERNET DRIVER
2501 P:      Dale Farnsworth
2502 M:      dale@farnsworth.org
2503 P:      Manish Lachwani
2504 M:      mlachwani@mvista.com
2505 L:      netdev@vger.kernel.org
2506 S:      Odd Fixes for 2.4; Maintained for 2.6.
2507
2508 MATROX FRAMEBUFFER DRIVER
2509 P:      Petr Vandrovec
2510 M:      vandrove@vc.cvut.cz
2511 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2512 S:      Maintained
2513
2514 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2515 P:      Hans J. Koch
2516 M:      hjk@linutronix.de
2517 L:      lm-sensors@lm-sensors.org
2518 S:      Maintained
2519
2520 MEGARAID SCSI DRIVERS
2521 P:      Neela Syam Kolli
2522 M:      megaraidlinux@lsi.com
2523 S:      linux-scsi@vger.kernel.org
2524 W:      http://megaraid.lsilogic.com
2525 S:      Maintained
2526
2527 MEMORY MANAGEMENT
2528 L:      linux-mm@kvack.org
2529 L:      linux-kernel@vger.kernel.org
2530 W:      http://www.linux-mm.org
2531 S:      Maintained
2532
2533 MEMORY TECHNOLOGY DEVICES (MTD)
2534 P:      David Woodhouse
2535 M:      dwmw2@infradead.org
2536 W:      http://www.linux-mtd.infradead.org/
2537 L:      linux-mtd@lists.infradead.org
2538 T:      git git://git.infradead.org/mtd-2.6.git
2539 S:      Maintained
2540
2541 UNSORTED BLOCK IMAGES (UBI)
2542 P:      Artem Bityutskiy
2543 M:      dedekind@infradead.org
2544 W:      http://www.linux-mtd.infradead.org/
2545 L:      linux-mtd@lists.infradead.org
2546 T:      git git://git.infradead.org/~dedekind/ubi-2.6.git
2547 S:      Maintained
2548
2549 MICROTEK X6 SCANNER
2550 P:      Oliver Neukum
2551 M:      oliver@neukum.name
2552 S:      Maintained
2553
2554 MIPS
2555 P:      Ralf Baechle
2556 M:      ralf@linux-mips.org
2557 W:      http://www.linux-mips.org/
2558 L:      linux-mips@linux-mips.org
2559 T:      git www.linux-mips.org:/pub/scm/linux.git
2560 S:      Supported
2561
2562 MISCELLANEOUS MCA-SUPPORT
2563 P:      James Bottomley
2564 M:      James.Bottomley@HansenPartnership.com
2565 L:      linux-kernel@vger.kernel.org
2566 S:      Maintained
2567
2568 MODULE SUPPORT
2569 P:      Rusty Russell
2570 M:      rusty@rustcorp.com.au
2571 L:      linux-kernel@vger.kernel.org
2572 S:      Maintained
2573
2574 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2575 P:      Stelian Pop
2576 M:      stelian@popies.net
2577 W:      http://popies.net/meye/
2578 S:      Maintained
2579
2580 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2581 P:      Pavel Pisa
2582 M:      ppisa@pikron.com
2583 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2584 W:      http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2585 S:      Maintained
2586
2587 MOUSE AND MISC DEVICES [GENERAL]
2588 P:      Alessandro Rubini
2589 M:      rubini@ipvvis.unipv.it
2590 L:      linux-kernel@vger.kernel.org
2591 S:      Maintained
2592
2593 MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2594 P:      Jiri Slaby
2595 M:      jirislaby@gmail.com
2596 L:      linux-kernel@vger.kernel.org
2597 S:      Maintained
2598
2599 MSI LAPTOP SUPPORT
2600 P:      Lennart Poettering
2601 M:      mzxreary@0pointer.de
2602 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2603 W:      http://0pointer.de/lennart/tchibo.html
2604 S:      Maintained
2605
2606 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2607 P:      Pierre Ossman
2608 M:      drzeus-mmc@drzeus.cx
2609 L:      linux-kernel@vger.kernel.org
2610 S:      Maintained
2611
2612 MULTIMEDIA CARD (MMC) ETC. OVER SPI
2613 P:      David Brownell
2614 M:      dbrownell@users.sourceforge.net
2615 L:      linux-kernel@vger.kernel.org
2616 S:      Odd fixes
2617
2618 MULTISOUND SOUND DRIVER
2619 P:      Andrew Veliath
2620 M:      andrewtv@usa.net
2621 S:      Maintained
2622
2623 MULTITECH MULTIPORT CARD (ISICOM)
2624 P:      Jiri Slaby
2625 M:      jirislaby@gmail.com
2626 L:      linux-kernel@vger.kernel.org
2627 S:      Maintained
2628
2629 NATSEMI ETHERNET DRIVER (DP8381x)
2630 P:      Tim Hockin
2631 M:      thockin@hockin.org
2632 S:      Maintained
2633
2634 NCP FILESYSTEM
2635 P:      Petr Vandrovec
2636 M:      vandrove@vc.cvut.cz
2637 L:      linware@sh.cvut.cz
2638 S:      Maintained
2639
2640 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2641 P:      James E.J. Bottomley
2642 M:      James.Bottomley@HansenPartnership.com
2643 L:      linux-scsi@vger.kernel.org
2644 S:      Maintained
2645
2646 NETEM NETWORK EMULATOR
2647 P:      Stephen Hemminger
2648 M:      shemminger@linux-foundation.org
2649 L:      netem@lists.linux-foundation.org
2650 S:      Maintained
2651
2652 NETERION (S2IO) Xframe 10GbE DRIVER
2653 P:      Ramkrishna Vepa
2654 M:      ram.vepa@neterion.com
2655 P:      Rastapur Santosh
2656 M:      santosh.rastapur@neterion.com
2657 P:      Sivakumar Subramani
2658 M:      sivakumar.subramani@neterion.com
2659 P:      Sreenivasa Honnur
2660 M:      sreenivasa.honnur@neterion.com
2661 L:      netdev@vger.kernel.org
2662 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2663 S:      Supported
2664
2665 NETFILTER/IPTABLES/IPCHAINS
2666 P:      Rusty Russell
2667 P:      Marc Boucher
2668 P:      James Morris
2669 P:      Harald Welte
2670 P:      Jozsef Kadlecsik
2671 P:      Patrick McHardy
2672 M:      kaber@trash.net
2673 L:      netfilter-devel@vger.kernel.org
2674 L:      netfilter@vger.kernel.org
2675 L:      coreteam@netfilter.org
2676 W:      http://www.netfilter.org/
2677 W:      http://www.iptables.org/
2678 S:      Supported
2679
2680 NETLABEL
2681 P:      Paul Moore
2682 M:      paul.moore@hp.com
2683 W:      http://netlabel.sf.net
2684 L:      netdev@vger.kernel.org
2685 S:      Supported
2686
2687 NETROM NETWORK LAYER
2688 P:      Ralf Baechle
2689 M:      ralf@linux-mips.org
2690 L:      linux-hams@vger.kernel.org
2691 W:      http://www.linux-ax25.org/
2692 S:      Maintained
2693
2694 NETWORK BLOCK DEVICE (NBD)
2695 P:      Paul Clements
2696 M:      Paul.Clements@steeleye.com
2697 S:      Maintained
2698
2699 NETWORK DEVICE DRIVERS
2700 P:      Jeff Garzik
2701 M:      jgarzik@pobox.com
2702 L:      netdev@vger.kernel.org
2703 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2704 S:      Maintained
2705
2706 NETWORKING [GENERAL]
2707 P:      Networking Team
2708 M:      netdev@vger.kernel.org
2709 L:      netdev@vger.kernel.org
2710 W:      http://linux-net.osdl.org/
2711 S:      Maintained
2712
2713 NETWORKING [IPv4/IPv6]
2714 P:      David S. Miller
2715 M:      davem@davemloft.net
2716 P:      Alexey Kuznetsov
2717 M:      kuznet@ms2.inr.ac.ru
2718 P:      Pekka Savola (ipv6)
2719 M:      pekkas@netcore.fi
2720 P:      James Morris
2721 M:      jmorris@namei.org
2722 P:      Hideaki YOSHIFUJI
2723 M:      yoshfuji@linux-ipv6.org
2724 P:      Patrick McHardy
2725 M:      kaber@trash.net
2726 L:      netdev@vger.kernel.org
2727 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2728 S:      Maintained
2729
2730 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2731 P:      Paul Moore
2732 M:      paul.moore@hp.com
2733 L:      netdev@vger.kernel.org
2734 S:      Maintained
2735
2736 NETWORKING [WIRELESS]
2737 P:      John W. Linville
2738 M:      linville@tuxdriver.com
2739 L:      linux-wireless@vger.kernel.org
2740 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2741 S:      Maintained
2742
2743 NETXEN (1/10) GbE SUPPORT
2744 P:      Amit S. Kale
2745 M:      amitkale@netxen.com
2746 L:      netdev@vger.kernel.org
2747 W:      http://www.netxen.com
2748 S:      Supported
2749
2750 IPVS
2751 P:      Wensong Zhang
2752 M:      wensong@linux-vs.org
2753 P:      Simon Horman
2754 M:      horms@verge.net.au
2755 P:      Julian Anastasov
2756 M:      ja@ssi.bg
2757 L:      netdev@vger.kernel.org
2758 S:      Maintained
2759
2760 NFS CLIENT
2761 P:      Trond Myklebust
2762 M:      Trond.Myklebust@netapp.com
2763 L:      linux-nfs@vger.kernel.org
2764 W:      http://client.linux-nfs.org
2765 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
2766 S:      Maintained
2767
2768 NI5010 NETWORK DRIVER
2769 P:      Jan-Pascal van Best
2770 M:      janpascal@vanbest.org
2771 P:      Andreas Mohr
2772 M:      andi@lisas.de
2773 L:      netdev@vger.kernel.org
2774 S:      Maintained
2775
2776 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2777 P:      YOKOTA Hiroshi
2778 M:      yokota@netlab.is.tsukuba.ac.jp
2779 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2780 S:      Maintained
2781
2782 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2783 P:      GOTO Masanori
2784 M:      gotom@debian.or.jp
2785 P:      YOKOTA Hiroshi
2786 M:      yokota@netlab.is.tsukuba.ac.jp
2787 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2788 S:      Maintained
2789
2790 NTFS FILESYSTEM
2791 P:      Anton Altaparmakov
2792 M:      aia21@cantab.net
2793 L:      linux-ntfs-dev@lists.sourceforge.net
2794 L:      linux-kernel@vger.kernel.org
2795 W:      http://linux-ntfs.sf.net/
2796 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2797 S:      Maintained
2798
2799 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2800 P:      Antonino Daplas
2801 M:      adaplas@gmail.com
2802 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2803 S:      Maintained
2804
2805 OPENCORES I2C BUS DRIVER
2806 P:      Peter Korsgaard
2807 M:      jacmet@sunsite.dk
2808 L:      i2c@lm-sensors.org
2809 S:      Maintained
2810
2811 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2812 P:      Mark Fasheh
2813 M:      mark.fasheh@oracle.com
2814 P:      Kurt Hackel
2815 M:      kurt.hackel@oracle.com
2816 L:      ocfs2-devel@oss.oracle.com
2817 W:      http://oss.oracle.com/projects/ocfs2/
2818 S:      Supported
2819
2820 OLYMPIC NETWORK DRIVER
2821 P:      Peter De Shrijver
2822 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2823 P:      Mike Phillips
2824 M:      mikep@linuxtr.net
2825 L:      netdev@vger.kernel.org
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 W:      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 TIPC NETWORK LAYER
3713 P:      Per Liden
3714 M:      per.liden@ericsson.com
3715 P:      Jon Maloy
3716 M:      jon.maloy@ericsson.com
3717 P:      Allan Stephens
3718 M:      allan.stephens@windriver.com
3719 L:      tipc-discussion@lists.sourceforge.net
3720 W:      http://tipc.sourceforge.net/
3721 W:      http://tipc.cslab.ericsson.net/
3722 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3723 S:      Maintained
3724
3725 TLAN NETWORK DRIVER
3726 P:      Samuel Chessman
3727 M:      chessman@tux.org
3728 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
3729 W:      http://sourceforge.net/projects/tlan/
3730 S:      Maintained
3731
3732 TOKEN-RING NETWORK DRIVER
3733 P:      Mike Phillips
3734 M:      mikep@linuxtr.net
3735 L:      netdev@vger.kernel.org
3736 W:      http://www.linuxtr.net
3737 S:      Maintained
3738
3739 TOSHIBA ACPI EXTRAS DRIVER
3740 P:      John Belmonte
3741 M:      toshiba_acpi@memebeam.org
3742 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3743 S:      Maintained
3744
3745 TOSHIBA SMM DRIVER
3746 P:      Jonathan Buzzard
3747 M:      jonathan@buzzard.org.uk
3748 L:      tlinux-users@tce.toshiba-dme.co.jp
3749 W:      http://www.buzzard.org.uk/toshiba/
3750 S:      Maintained
3751
3752 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3753 P:      Muli Ben-Yehuda
3754 M:      mulix@mulix.org
3755 L:      linux-kernel@vger.kernel.org
3756 S:      Maintained
3757
3758 TRIVIAL PATCHES
3759 P:      Adrian Bunk
3760 M:      trivial@kernel.org
3761 L:      linux-kernel@vger.kernel.org
3762 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3763 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3764 S:      Maintained
3765
3766 TMS380 TOKEN-RING NETWORK DRIVER
3767 P:      Adam Fritzler
3768 M:      mid@auk.cx
3769 L:      linux-tr@linuxtr.net
3770 W:      http://www.auk.cx/tms380tr/
3771 S:      Maintained
3772
3773 TULIP NETWORK DRIVER
3774 L:      tulip-users@lists.sourceforge.net
3775 W:      http://sourceforge.net/projects/tulip/
3776 S:      Orphan
3777
3778 TUN/TAP driver
3779 P:      Maxim Krasnyansky
3780 M:      maxk@qualcomm.com
3781 L:      vtun@office.satix.net
3782 W:      http://vtun.sourceforge.net/tun
3783 S:      Maintained
3784
3785 TURBOCHANNEL SUBSYSTEM
3786 P:      Maciej W. Rozycki
3787 M:      macro@linux-mips.org
3788 S:      Maintained
3789
3790 U14-34F SCSI DRIVER
3791 P:      Dario Ballabio
3792 M:      ballabio_dario@emc.com
3793 L:      linux-scsi@vger.kernel.org
3794 S:      Maintained
3795
3796 UDF FILESYSTEM
3797 P:      Ben Fennema
3798 M:      bfennema@falcon.csc.calpoly.edu
3799 W:      http://linux-udf.sourceforge.net
3800 S:      Maintained
3801
3802 UNIFORM CDROM DRIVER
3803 P:      Jens Axboe
3804 M:      axboe@kernel.dk
3805 L:      linux-kernel@vger.kernel.org
3806 W:      http://www.kernel.dk
3807 S:      Maintained
3808
3809 USB ACM DRIVER
3810 P:      Oliver Neukum
3811 M:      oliver@neukum.name
3812 L:      linux-usb@vger.kernel.org
3813 S:      Maintained
3814
3815 USB BLOCK DRIVER (UB ub)
3816 P:      Pete Zaitcev
3817 M:      zaitcev@redhat.com
3818 L:      linux-kernel@vger.kernel.org
3819 L:      linux-usb@vger.kernel.org
3820 S:      Supported
3821
3822 USB CDC ETHERNET DRIVER
3823 P:      Greg Kroah-Hartman
3824 M:      greg@kroah.com
3825 L:      linux-usb@vger.kernel.org
3826 S:      Maintained
3827 W:      http://www.kroah.com/linux-usb/
3828
3829 USB DAVICOM DM9601 DRIVER
3830 P:      Peter Korsgaard
3831 M:      jacmet@sunsite.dk
3832 L:      netdev@vger.kernel.org
3833 W:      http://www.linux-usb.org/usbnet
3834 S:      Maintained
3835
3836 USB EHCI DRIVER
3837 P:      David Brownell
3838 M:      dbrownell@users.sourceforge.net
3839 L:      linux-usb@vger.kernel.org
3840 S:      Odd Fixes
3841
3842 USB ET61X[12]51 DRIVER
3843 P:      Luca Risolia
3844 M:      luca.risolia@studio.unibo.it
3845 L:      linux-usb@vger.kernel.org
3846 L:      video4linux-list@redhat.com
3847 W:      http://www.linux-projects.org
3848 S:      Maintained
3849
3850 USB GADGET/PERIPHERAL SUBSYSTEM
3851 P:      David Brownell
3852 M:      dbrownell@users.sourceforge.net
3853 L:      linux-usb@vger.kernel.org
3854 W:      http://www.linux-usb.org/gadget
3855 S:      Maintained
3856
3857 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
3858 P:      Jiri Kosina
3859 M:      jkosina@suse.cz
3860 L:      linux-usb@vger.kernel.org
3861 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
3862 S:      Maintained
3863
3864 USB ISP116X DRIVER
3865 P:      Olav Kongas
3866 M:      ok@artecdesign.ee
3867 L:      linux-usb@vger.kernel.org
3868 S:      Maintained
3869
3870 USB KAWASAKI LSI DRIVER
3871 P:      Oliver Neukum
3872 M:      oliver@neukum.name
3873 L:      linux-usb@vger.kernel.org
3874 S:      Maintained
3875
3876 USB MASS STORAGE DRIVER
3877 P:      Matthew Dharm
3878 M:      mdharm-usb@one-eyed-alien.net
3879 L:      linux-usb@vger.kernel.org
3880 L:      usb-storage@lists.one-eyed-alien.net
3881 S:      Maintained
3882 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3883
3884 USB OHCI DRIVER
3885 P:      David Brownell
3886 M:      dbrownell@users.sourceforge.net
3887 L:      linux-usb@vger.kernel.org
3888 S:      Odd Fixes
3889
3890 USB OPTION-CARD DRIVER
3891 P:      Matthias Urlichs
3892 M:      smurf@smurf.noris.de
3893 L:      linux-usb@vger.kernel.org
3894 S:      Maintained
3895
3896 USB OV511 DRIVER
3897 P:      Mark McClelland
3898 M:      mmcclell@bigfoot.com
3899 L:      linux-usb@vger.kernel.org
3900 W:      http://alpha.dyndns.org/ov511/
3901 S:      Maintained
3902
3903 USB PEGASUS DRIVER
3904 P:      Petko Manolov
3905 M:      petkan@users.sourceforge.net
3906 L:      linux-usb@vger.kernel.org
3907 L:      netdev@vger.kernel.org
3908 W:      http://pegasus2.sourceforge.net/
3909 S:      Maintained
3910
3911 USB PRINTER DRIVER (usblp)
3912 P:      Pete Zaitcev
3913 M:      zaitcev@redhat.com
3914 L:      linux-usb@vger.kernel.org
3915 S:      Supported
3916
3917 USB RTL8150 DRIVER
3918 P:      Petko Manolov
3919 M:      petkan@users.sourceforge.net
3920 L:      linux-usb@vger.kernel.org
3921 L:      netdev@vger.kernel.org
3922 W:      http://pegasus2.sourceforge.net/
3923 S:      Maintained
3924
3925 USB SE401 DRIVER
3926 P:      Jeroen Vreeken
3927 M:      pe1rxq@amsat.org
3928 L:      linux-usb@vger.kernel.org
3929 W:      http://www.chello.nl/~j.vreeken/se401/
3930 S:      Maintained
3931
3932 USB SERIAL CYBERJACK DRIVER
3933 P:      Matthias Bruestle and Harald Welte
3934 M:      support@reiner-sct.com
3935 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3936 S:      Maintained
3937
3938 USB SERIAL DIGI ACCELEPORT DRIVER
3939 P:      Peter Berger and Al Borchers
3940 M:      pberger@brimson.com
3941 M:      alborchers@steinerpoint.com
3942 L:      linux-usb@vger.kernel.org
3943 S:      Maintained
3944
3945 USB SERIAL DRIVER
3946 P:      Greg Kroah-Hartman
3947 M:      gregkh@suse.de
3948 L:      linux-usb@vger.kernel.org
3949 S:      Supported
3950
3951 USB SERIAL BELKIN F5U103 DRIVER
3952 P:      William Greathouse
3953 M:      wgreathouse@smva.com
3954 L:      linux-usb@vger.kernel.org
3955 S:      Maintained
3956
3957 USB SERIAL CYPRESS M8 DRIVER
3958 P:      Lonnie Mendez
3959 M:      dignome@gmail.com
3960 L:      linux-usb@vger.kernel.org
3961 S:      Maintained
3962 W:      http://geocities.com/i0xox0i
3963 W:      http://firstlight.net/cvs
3964
3965 USB AUERSWALD DRIVER
3966 P:      Wolfgang Muees
3967 M:      wolfgang@iksw-muees.de
3968 L:      linux-usb@vger.kernel.org
3969 S:      Maintained
3970
3971 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3972 P:      Gary Brubaker
3973 M:      xavyer@ix.netcom.com
3974 L:      linux-usb@vger.kernel.org
3975 S:      Maintained
3976
3977 USB SERIAL KEYSPAN DRIVER
3978 P:      Greg Kroah-Hartman
3979 M:      greg@kroah.com
3980 L:      linux-usb@vger.kernel.org
3981 W:      http://www.kroah.com/linux/
3982 S:      Maintained
3983
3984 USB SERIAL WHITEHEAT DRIVER
3985 P:      Support Department
3986 M:      support@connecttech.com
3987 L:      linux-usb@vger.kernel.org
3988 W:      http://www.connecttech.com
3989 S:      Supported
3990
3991 USB SN9C1xx DRIVER
3992 P:      Luca Risolia
3993 M:      luca.risolia@studio.unibo.it
3994 L:      linux-usb@vger.kernel.org
3995 L:      video4linux-list@redhat.com
3996 W:      http://www.linux-projects.org
3997 S:      Maintained
3998
3999 USB SUBSYSTEM
4000 P:      Greg Kroah-Hartman
4001 M:      gregkh@suse.de
4002 L:      linux-usb@vger.kernel.org
4003 W:      http://www.linux-usb.org
4004 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4005 S:      Supported
4006
4007 USB UHCI DRIVER
4008 P:      Alan Stern
4009 M:      stern@rowland.harvard.edu
4010 L:      linux-usb@vger.kernel.org
4011 S:      Maintained
4012
4013 USB "USBNET" DRIVER FRAMEWORK
4014 P:      David Brownell
4015 M:      dbrownell@users.sourceforge.net
4016 L:      netdev@vger.kernel.org
4017 W:      http://www.linux-usb.org/usbnet
4018 S:      Maintained
4019
4020 USB W996[87]CF DRIVER
4021 P:      Luca Risolia
4022 M:      luca.risolia@studio.unibo.it
4023 L:      linux-usb@vger.kernel.org
4024 L:      video4linux-list@redhat.com
4025 W:      http://www.linux-projects.org
4026 S:      Maintained
4027
4028 USB ZC0301 DRIVER
4029 P:      Luca Risolia
4030 M:      luca.risolia@studio.unibo.it
4031 L:      linux-usb@vger.kernel.org
4032 L:      video4linux-list@redhat.com
4033 W:      http://www.linux-projects.org
4034 S:      Maintained
4035
4036 USB ZD1201 DRIVER
4037 P:      Jeroen Vreeken
4038 M:      pe1rxq@amsat.org
4039 L:      linux-usb@vger.kernel.org
4040 W:      http://linux-lc100020.sourceforge.net
4041 S:      Maintained
4042
4043 USB ZR364XX DRIVER
4044 P:      Antoine Jacquet
4045 M:      royale@zerezo.com
4046 L:      linux-usb@vger.kernel.org
4047 L:      video4linux-list@redhat.com
4048 W:      http://royale.zerezo.com/zr364xx/
4049 S:      Maintained
4050
4051 USER-MODE LINUX
4052 P:      Jeff Dike
4053 M:      jdike@addtoit.com
4054 L:      user-mode-linux-devel@lists.sourceforge.net
4055 L:      user-mode-linux-user@lists.sourceforge.net
4056 W:      http://user-mode-linux.sourceforge.net
4057 S:      Maintained
4058
4059 USERSPACE I/O (UIO)
4060 P:      Hans J. Koch
4061 M:      hjk@linutronix.de
4062 P:      Greg Kroah-Hartman
4063 M:      gregkh@suse.de
4064 L:      linux-kernel@vger.kernel.org
4065 S:      Maintained
4066
4067 FAT/VFAT/MSDOS FILESYSTEM:
4068 P:      OGAWA Hirofumi
4069 M:      hirofumi@mail.parknet.co.jp
4070 L:      linux-kernel@vger.kernel.org
4071 S:      Maintained
4072
4073 VIA RHINE NETWORK DRIVER
4074 P:      Roger Luethi
4075 M:      rl@hellgate.ch
4076 S:      Maintained
4077
4078 VIAPRO SMBUS DRIVER
4079 P:      Jean Delvare
4080 M:      khali@linux-fr.org
4081 L:      i2c@lm-sensors.org
4082 S:      Maintained
4083
4084 VIA VELOCITY NETWORK DRIVER
4085 P:      Francois Romieu
4086 M:      romieu@fr.zoreil.com
4087 L:      netdev@vger.kernel.org
4088 S:      Maintained
4089
4090 UCLINUX (AND M68KNOMMU)
4091 P:      Greg Ungerer
4092 M:      gerg@uclinux.org
4093 W:      http://www.uclinux.org/
4094 L:      uclinux-dev@uclinux.org  (subscribers-only)
4095 S:      Maintained
4096
4097 UCLINUX FOR NEC V850
4098 P:      Miles Bader
4099
4100 UCLINUX FOR RENESAS H8/300
4101 P:      Yoshinori Sato
4102 M:      ysato@users.sourceforge.jp
4103 W:      http://uclinux-h8.sourceforge.jp/
4104 S:      Supported
4105
4106 UFS FILESYSTEM
4107 P:      Evgeniy Dushistov
4108 M:      dushistov@mail.ru
4109 L:      linux-kernel@vger.kernel.org
4110 S:      Maintained
4111
4112 USB DIAMOND RIO500 DRIVER
4113 P:      Cesar Miquel
4114 M:      miquel@df.uba.ar
4115 L:      rio500-users@lists.sourceforge.net
4116 W:      http://rio500.sourceforge.net
4117 S:      Maintained
4118
4119 VIDEO FOR LINUX
4120 P:      Mauro Carvalho Chehab
4121 M:      mchehab@infradead.org
4122 M:      v4l-dvb-maintainer@linuxtv.org
4123 L:      video4linux-list@redhat.com
4124 W:      http://linuxtv.org
4125 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4126 S:      Maintained
4127
4128 VLAN (802.1Q)
4129 P:      Patrick McHardy
4130 M:      kaber@trash.net
4131 L:      netdev@vger.kernel.org
4132 S:      Maintained
4133
4134 VT1211 HARDWARE MONITOR DRIVER
4135 P:      Juerg Haefliger
4136 M:      juergh@gmail.com
4137 L:      lm-sensors@lm-sensors.org
4138 S:      Maintained
4139
4140 VT8231 HARDWARE MONITOR DRIVER
4141 P:      Roger Lucas
4142 M:      roger@planbit.co.uk
4143 L:      lm-sensors@lm-sensors.org
4144 S:      Maintained
4145
4146 W1 DALLAS'S 1-WIRE BUS
4147 P:      Evgeniy Polyakov
4148 M:      johnpol@2ka.mipt.ru
4149 S:      Maintained
4150
4151 W83791D HARDWARE MONITORING DRIVER
4152 P:      Charles Spirakis
4153 M:      bezaur@gmail.com
4154 L:      lm-sensors@lm-sensors.org
4155 S:      Odd Fixes
4156
4157 W83793 HARDWARE MONITORING DRIVER
4158 P:      Rudolf Marek
4159 M:      r.marek@assembler.cz
4160 L:      lm-sensors@lm-sensors.org
4161 S:      Maintained
4162
4163 W83L51xD SD/MMC CARD INTERFACE DRIVER
4164 P:      Pierre Ossman
4165 M:      drzeus-wbsd@drzeus.cx
4166 L:      linux-kernel@vger.kernel.org
4167 W:      http://projects.drzeus.cx/wbsd
4168 S:      Maintained
4169
4170 WATCHDOG DEVICE DRIVERS
4171 P:      Wim Van Sebroeck
4172 M:      wim@iguana.be
4173 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4174 S:      Maintained
4175
4176 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4177 P:      Jean Tourrilhes
4178 M:      jt@hpl.hp.com
4179 L:      linux-wireless@vger.kernel.org
4180 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4181 S:      Maintained
4182
4183 WD7000 SCSI DRIVER
4184 P:      Miroslav Zagorac
4185 M:      zaga@fly.cc.fer.hr
4186 L:      linux-scsi@vger.kernel.org
4187 S:      Maintained
4188
4189 WISTRON LAPTOP BUTTON DRIVER
4190 P:      Miloslav Trmac
4191 M:      mitr@volny.cz
4192 S:      Maintained
4193
4194 WL3501 WIRELESS PCMCIA CARD DRIVER
4195 P:      Arnaldo Carvalho de Melo
4196 M:      acme@ghostprotocols.net
4197 L:      linux-wireless@vger.kernel.org
4198 W:      http://oops.ghostprotocols.net:81/blog
4199 S:      Maintained
4200
4201 X.25 NETWORK LAYER
4202 P:      Henner Eisen
4203 M:      eis@baty.hanse.de
4204 L:      linux-x25@vger.kernel.org
4205 S:      Maintained
4206
4207 XEN HYPERVISOR INTERFACE
4208 P:      Jeremy Fitzhardinge
4209 M:      jeremy@xensource.com
4210 P:      Chris Wright
4211 M:      chrisw@sous-sol.org
4212 L:      virtualization@lists.osdl.org
4213 L:      xen-devel@lists.xensource.com
4214 S:      Supported
4215
4216 XFS FILESYSTEM
4217 P:      Silicon Graphics Inc
4218 P:      Tim Shimmin
4219 M:      xfs-masters@oss.sgi.com
4220 L:      xfs@oss.sgi.com
4221 W:      http://oss.sgi.com/projects/xfs
4222 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4223 S:      Supported
4224
4225 XILINX SYSTEMACE DRIVER
4226 P:      Grant Likely
4227 M:      grant.likely@secretlab.ca
4228 W:      http://www.secretlab.ca/
4229 L:      linux-kernel@vger.kernel.org
4230 S:      Maintained
4231
4232 XILINX UARTLITE SERIAL DRIVER
4233 P:      Peter Korsgaard
4234 M:      jacmet@sunsite.dk
4235 L:      linux-serial@vger.kernel.org
4236 S:      Maintained
4237
4238 X86 ARCHITECTURE (32-BIT AND 64-BIT)
4239 P:      Thomas Gleixner
4240 M:      tglx@linutronix.de
4241 P:      Ingo Molnar
4242 M:      mingo@redhat.com
4243 P:      H. Peter Anvin
4244 M:      hpa@zytor.com
4245 L:      linux-kernel@vger.kernel.org
4246 T:      git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4247 S:      Maintained
4248
4249 YAM DRIVER FOR AX.25
4250 P:      Jean-Paul Roubelat
4251 M:      jpr@f6fbb.org
4252 L:      linux-hams@vger.kernel.org
4253 S:      Maintained
4254
4255 YEALINK PHONE DRIVER
4256 P:      Henk Vergonet
4257 M:      Henk.Vergonet@gmail.com
4258 L:      usbb2k-api-dev@nongnu.org
4259 S:      Maintained
4260
4261 Z8530 DRIVER FOR AX.25
4262 P:      Joerg Reuter
4263 M:      jreuter@yaina.de
4264 W:      http://yaina.de/jreuter/
4265 W:      http://www.qsl.net/dl1bke/
4266 L:      linux-hams@vger.kernel.org
4267 S:      Maintained
4268
4269 ZD1211RW WIRELESS DRIVER
4270 P:      Daniel Drake
4271 M:      dsd@gentoo.org
4272 P:      Ulrich Kunitz
4273 M:      kune@deine-taler.de
4274 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4275 L:      linux-wireless@vger.kernel.org
4276 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4277 S:      Maintained
4278
4279 ZF MACHZ WATCHDOG
4280 P:      Fernando Fuganti
4281 M:      fuganti@netbank.com.br
4282 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4283 S:      Maintained
4284
4285 ZR36067 VIDEO FOR LINUX DRIVER
4286 P:      Ronald Bultje
4287 M:      rbultje@ronald.bitfreak.net
4288 L:      mjpeg-users@lists.sourceforge.net
4289 W:      http://mjpeg.sourceforge.net/driver-zoran/
4290 S:      Maintained
4291
4292 ZS DECSTATION Z85C30 SERIAL DRIVER
4293 P:      Maciej W. Rozycki
4294 M:      macro@linux-mips.org
4295 S:      Maintained
4296
4297 THE REST
4298 P:      Linus Torvalds
4299 S:      Buried alive in reporters