spidernet MAINTAINERship update
[sfrench/cifs-2.6.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:      sean.hefty@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:      Auke Kok
1988 M:      auke-jan.h.kok@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:      John Ronciak
1994 M:      john.ronciak@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:      Auke Kok
2001 M:      auke-jan.h.kok@intel.com
2002 P:      Jesse Brandeburg
2003 M:      jesse.brandeburg@intel.com
2004 P:      Jeff Kirsher
2005 M:      jeffrey.t.kirsher@intel.com
2006 P:      John Ronciak
2007 M:      john.ronciak@intel.com
2008 L:      e1000-devel@lists.sourceforge.net
2009 W:      http://sourceforge.net/projects/e1000/
2010 S:      Supported
2011
2012 INTEL PRO/10GbE SUPPORT
2013 P:      Ayyappan Veeraiyan
2014 M:      ayyappan.veeraiyan@intel.com
2015 P:      Auke Kok
2016 M:      auke-jan.h.kok@intel.com
2017 P:      Jesse Brandeburg
2018 M:      jesse.brandeburg@intel.com
2019 P:      John Ronciak
2020 M:      john.ronciak@intel.com
2021 L:      e1000-devel@lists.sourceforge.net
2022 W:      http://sourceforge.net/projects/e1000/
2023 S:      Supported
2024
2025 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2026 P:      Yi Zhu
2027 M:      yi.zhu@intel.com
2028 P:      James Ketrenos
2029 M:      jketreno@linux.intel.com
2030 L:      linux-wireless@vger.kernel.org
2031 L:      ipw2100-devel@lists.sourceforge.net
2032 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2033 W:      http://ipw2100.sourceforge.net
2034 S:      Supported
2035
2036 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2037 P:      Yi Zhu
2038 M:      yi.zhu@intel.com
2039 P:      James Ketrenos
2040 M:      jketreno@linux.intel.com
2041 L:      linux-wireless@vger.kernel.org
2042 L:      ipw2100-devel@lists.sourceforge.net
2043 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2044 W:      http://ipw2200.sourceforge.net
2045 S:      Supported
2046
2047 INTEL WIRELESS WIFI LINK (iwlwifi)
2048 P:      Zhu Yi
2049 M:      yi.zhu@intel.com
2050 L:      linux-wireless@vger.kernel.org
2051 L:      ipw3945-devel@lists.sourceforge.net
2052 W:      http://intellinuxwireless.org
2053 T:      git git://intellinuxwireless.org/repos/iwlwifi
2054 S:      Supported
2055
2056 IOC3 ETHERNET DRIVER
2057 P:      Ralf Baechle
2058 M:      ralf@linux-mips.org
2059 L:      linux-mips@linux-mips.org
2060 S:      Maintained
2061
2062 IOC3 SERIAL DRIVER
2063 P:      Pat Gefre
2064 M:      pfg@sgi.com
2065 L:      linux-mips@linux-mips.org
2066 S:      Maintained
2067
2068 IP MASQUERADING:
2069 P:      Juanjo Ciarlante
2070 M:      jjciarla@raiz.uncu.edu.ar
2071 S:      Maintained
2072
2073 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2074 P:      Francois Romieu
2075 M:      romieu@fr.zoreil.com
2076 P:      Sorbica Shieh
2077 M:      sorbica@icplus.com.tw
2078 P:      Jesse Huang
2079 M:      jesse@icplus.com.tw
2080 L:      netdev@vger.kernel.org
2081 S:      Maintained
2082
2083 IPATH DRIVER:
2084 P:      Arthur Jones
2085 M:      infinipath@qlogic.com
2086 L:      general@lists.openfabrics.org
2087 T:      git git://git.qlogic.com/ipath-linux-2.6
2088 S:      Supported
2089
2090 IPMI SUBSYSTEM
2091 P:      Corey Minyard
2092 M:      minyard@acm.org
2093 L:      openipmi-developer@lists.sourceforge.net
2094 W:      http://openipmi.sourceforge.net/
2095 S:      Supported
2096
2097 IPX NETWORK LAYER
2098 P:      Arnaldo Carvalho de Melo
2099 M:      acme@ghostprotocols.net
2100 L:      netdev@vger.kernel.org
2101 S:      Maintained
2102
2103 IRDA SUBSYSTEM
2104 P:      Samuel Ortiz
2105 M:      samuel@sortiz.org
2106 L:      irda-users@lists.sourceforge.net (subscribers-only)
2107 W:      http://irda.sourceforge.net/
2108 S:      Maintained
2109
2110 ISCSI
2111 P:      Mike Christie
2112 M:      michaelc@cs.wisc.edu
2113 L:      open-iscsi@googlegroups.com
2114 W:      www.open-iscsi.org
2115 T:      git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2116 S:      Maintained
2117
2118 ISAPNP
2119 P:      Jaroslav Kysela
2120 M:      perex@perex.cz
2121 S:      Maintained
2122
2123 ISDN SUBSYSTEM
2124 P:      Karsten Keil
2125 M:      kkeil@suse.de
2126 L:      isdn4linux@listserv.isdn4linux.de
2127 W:      http://www.isdn4linux.de
2128 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2129 S:      Maintained
2130
2131 ISDN SUBSYSTEM (Eicon active card driver)
2132 P:      Armin Schindler
2133 M:      mac@melware.de
2134 L:      isdn4linux@listserv.isdn4linux.de
2135 W:      http://www.melware.de
2136 S:      Maintained
2137
2138 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2139 P:      David Woodhouse
2140 M:      dwmw2@infradead.org
2141 L:      linux-mtd@lists.infradead.org
2142 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
2143 S:      Maintained
2144
2145 JFS FILESYSTEM
2146 P:      Dave Kleikamp
2147 M:      shaggy@austin.ibm.com
2148 L:      jfs-discussion@lists.sourceforge.net
2149 W:      http://jfs.sourceforge.net/
2150 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2151 S:      Supported
2152
2153 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2154 P:      Stephen Tweedie, Andrew Morton
2155 M:      sct@redhat.com, akpm@linux-foundation.org
2156 L:      linux-ext4@vger.kernel.org
2157 S:      Maintained
2158
2159 K8TEMP HARDWARE MONITORING DRIVER
2160 P:      Rudolf Marek
2161 M:      r.marek@assembler.cz
2162 L:      lm-sensors@lm-sensors.org
2163 S:      Maintained
2164
2165 KCONFIG
2166 P:      Roman Zippel
2167 M:      zippel@linux-m68k.org
2168 L:      linux-kbuild@vger.kernel.org
2169 S:      Maintained
2170
2171 KDUMP
2172 P:      Vivek Goyal
2173 M:      vgoyal@redhat.com
2174 P:      Haren Myneni
2175 M:      hbabu@us.ibm.com
2176 L:      kexec@lists.infradead.org
2177 L:      linux-kernel@vger.kernel.org
2178 W:      http://lse.sourceforge.net/kdump/
2179 S:      Maintained
2180
2181 KERNEL AUTOMOUNTER (AUTOFS)
2182 P:      H. Peter Anvin
2183 M:      hpa@zytor.com
2184 L:      autofs@linux.kernel.org
2185 S:      Odd Fixes
2186
2187 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2188 P:      Ian Kent
2189 M:      raven@themaw.net
2190 L:      autofs@linux.kernel.org
2191 S:      Maintained
2192
2193 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2194 P:      Sam Ravnborg
2195 M:      sam@ravnborg.org
2196 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
2197 L:      linux-kbuild@vger.kernel.org
2198 S:      Maintained
2199
2200 KERNEL JANITORS
2201 P:      Several
2202 L:      kernel-janitors@vger.kernel.org
2203 W:      http://www.kerneljanitors.org/
2204 S:      Maintained
2205
2206 KERNEL NFSD
2207 P:      J. Bruce Fields
2208 M:      bfields@fieldses.org
2209 P:      Neil Brown
2210 M:      neilb@suse.de
2211 L:      nfs@lists.sourceforge.net
2212 W:      http://nfs.sourceforge.net/
2213 S:      Supported
2214
2215 KERNEL VIRTUAL MACHINE (KVM)
2216 P:      Avi Kivity
2217 M:      avi@qumranet.com
2218 L:      kvm-devel@lists.sourceforge.net
2219 W:      kvm.sourceforge.net
2220 S:      Supported
2221
2222 KEXEC
2223 P:      Eric Biederman
2224 M:      ebiederm@xmission.com
2225 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2226 L:      linux-kernel@vger.kernel.org
2227 L:      kexec@lists.infradead.org
2228 S:      Maintained
2229
2230 KPROBES
2231 P:      Prasanna S Panchamukhi
2232 M:      prasanna@in.ibm.com
2233 P:      Ananth N Mavinakayanahalli
2234 M:      ananth@in.ibm.com
2235 P:      Anil S Keshavamurthy
2236 M:      anil.s.keshavamurthy@intel.com
2237 P:      David S. Miller
2238 M:      davem@davemloft.net
2239 L:      linux-kernel@vger.kernel.org
2240 S:      Maintained
2241
2242 KS0108 LCD CONTROLLER DRIVER
2243 P:      Miguel Ojeda Sandonis
2244 M:      maxextreme@gmail.com
2245 L:      linux-kernel@vger.kernel.org
2246 W:      http://auxdisplay.googlepages.com/
2247 S:      Maintained
2248
2249 LAPB module
2250 L:      linux-x25@vger.kernel.org
2251 S:      Orphan
2252
2253 LASI 53c700 driver for PARISC
2254 P:      James E.J. Bottomley
2255 M:      James.Bottomley@HansenPartnership.com
2256 L:      linux-scsi@vger.kernel.org
2257 S:      Maintained
2258
2259 LED SUBSYSTEM
2260 P:      Richard Purdie
2261 M:      rpurdie@rpsys.net
2262 S:      Maintained
2263
2264 LEGO USB Tower driver
2265 P:      Juergen Stuber
2266 M:      starblue@users.sourceforge.net
2267 L:      legousb-devel@lists.sourceforge.net
2268 W:      http://legousb.sourceforge.net/
2269 S:      Maintained
2270
2271 LGUEST
2272 P:      Rusty Russell
2273 M:      rusty@rustcorp.com.au
2274 L:      lguest@ozlabs.org
2275 W:      http://lguest.ozlabs.org/
2276 S:      Maintained
2277
2278 LINUX FOR IBM pSERIES (RS/6000)
2279 P:      Paul Mackerras
2280 M:      paulus@au.ibm.com
2281 W:      http://www.ibm.com/linux/ltc/projects/ppc
2282 S:      Supported
2283
2284 LINUX FOR NCR VOYAGER
2285 P:      James Bottomley
2286 M:      James.Bottomley@HansenPartnership.com
2287 W:      http://www.hansenpartnership.com/voyager
2288 S:      Maintained
2289
2290 LINUX FOR POWERPC
2291 P:      Paul Mackerras
2292 M:      paulus@samba.org
2293 W:      http://www.penguinppc.org/
2294 L:      linuxppc-dev@ozlabs.org
2295 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2296 S:      Supported
2297
2298 LINUX FOR POWER MACINTOSH
2299 P:      Benjamin Herrenschmidt
2300 M:      benh@kernel.crashing.org
2301 W:      http://www.penguinppc.org/
2302 L:      linuxppc-dev@ozlabs.org
2303 S:      Maintained
2304
2305 LINUX FOR POWERPC EMBEDDED MPC52XX
2306 P:      Sylvain Munaut
2307 M:      tnt@246tNt.com
2308 P:      Grant Likely
2309 M:      grant.likely@secretlab.ca
2310 W:      http://www.246tNt.com/mpc52xx/
2311 W:      http://www.penguinppc.org/
2312 L:      linuxppc-dev@ozlabs.org
2313 S:      Maintained
2314
2315 LINUX FOR POWERPC EMBEDDED PPC4XX
2316 P:      Josh Boyer
2317 M:      jwboyer@linux.vnet.ibm.com
2318 P:      Matt Porter
2319 M:      mporter@kernel.crashing.org
2320 W:      http://www.penguinppc.org/
2321 L:      linuxppc-dev@ozlabs.org
2322 T:      git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
2323 S:      Maintained
2324
2325 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2326 P:      Grant Likely
2327 M:      grant.likely@secretlab.ca
2328 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
2329 L:      linuxppc-dev@ozlabs.org
2330 S:      Maintained
2331
2332 LINUX FOR POWERPC BOOT CODE
2333 P:      Tom Rini
2334 M:      trini@kernel.crashing.org
2335 W:      http://www.penguinppc.org/
2336 L:      linuxppc-dev@ozlabs.org
2337 S:      Maintained
2338
2339 LINUX FOR POWERPC EMBEDDED PPC8XX
2340 P:      Vitaly Bordug
2341 M:      vitb@kernel.crashing.org
2342 P:      Marcelo Tosatti
2343 M:      marcelo@kvack.org
2344 W:      http://www.penguinppc.org/
2345 L:      linuxppc-dev@ozlabs.org
2346 S:      Maintained
2347
2348 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2349 P:      Kumar Gala
2350 M:      galak@kernel.crashing.org
2351 W:      http://www.penguinppc.org/
2352 L:      linuxppc-dev@ozlabs.org
2353 S:      Maintained
2354
2355 LINUX FOR POWERPC PA SEMI PWRFICIENT
2356 P:      Olof Johansson
2357 M:      olof@lixom.net
2358 W:      http://www.pasemi.com/
2359 L:      linuxppc-dev@ozlabs.org
2360 S:      Supported
2361
2362 LLC (802.2)
2363 P:      Arnaldo Carvalho de Melo
2364 M:      acme@ghostprotocols.net
2365 S:      Maintained
2366
2367 LINUX FOR 64BIT POWERPC
2368 P:      Paul Mackerras
2369 M:      paulus@samba.org
2370 M:      paulus@au.ibm.com
2371 P:      Anton Blanchard
2372 M:      anton@samba.org
2373 M:      anton@au.ibm.com
2374 W:      http://www.penguinppc.org/ppc64/
2375 L:      linuxppc-dev@ozlabs.org
2376 S:      Supported
2377
2378 LINUX SECURITY MODULE (LSM) FRAMEWORK
2379 P:      Chris Wright
2380 M:      chrisw@sous-sol.org
2381 L:      linux-security-module@vger.kernel.org
2382 W:      http://lsm.immunix.org
2383 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2384 S:      Supported
2385
2386 LM83 HARDWARE MONITOR DRIVER
2387 P:      Jean Delvare
2388 M:      khali@linux-fr.org
2389 L:      lm-sensors@lm-sensors.org
2390 S:      Maintained
2391
2392 LM90 HARDWARE MONITOR DRIVER
2393 P:      Jean Delvare
2394 M:      khali@linux-fr.org
2395 L:      lm-sensors@lm-sensors.org
2396 S:      Maintained
2397
2398 LOCKDEP AND LOCKSTAT
2399 P:      Peter Zijlstra
2400 M:      peterz@infradead.org
2401 P:      Ingo Molnar
2402 M:      mingo@redhat.com
2403 L:      linux-kernel@vger.kernel.org
2404 T:      git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2405 S:      Maintained
2406
2407 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2408 P:      Richard Russon (FlatCap)
2409 M:      ldm@flatcap.org
2410 L:      linux-ntfs-dev@lists.sourceforge.net
2411 W:      http://www.linux-ntfs.org/content/view/19/37/
2412 S:      Maintained
2413
2414 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2415 P:      Eric Moore
2416 M:      Eric.Moore@lsi.com
2417 M:      support@lsi.com
2418 L:      DL-MPTFusionLinux@lsi.com
2419 L:      linux-scsi@vger.kernel.org
2420 W:      http://www.lsilogic.com/support
2421 S:      Supported
2422
2423 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2424 P:      Matthew Wilcox
2425 M:      matthew@wil.cx
2426 L:      linux-scsi@vger.kernel.org
2427 S:      Maintained
2428
2429 M32R ARCHITECTURE
2430 P:      Hirokazu Takata
2431 M:      takata@linux-m32r.org
2432 L:      linux-m32r@ml.linux-m32r.org
2433 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2434 W:      http://www.linux-m32r.org/
2435 S:      Maintained
2436
2437 M68K ARCHITECTURE
2438 P:      Geert Uytterhoeven
2439 M:      geert@linux-m68k.org
2440 P:      Roman Zippel
2441 M:      zippel@linux-m68k.org
2442 L:      linux-m68k@lists.linux-m68k.org
2443 W:      http://www.linux-m68k.org/
2444 W:      http://linux-m68k-cvs.ubb.ca/
2445 S:      Maintained
2446
2447 M68K ON APPLE MACINTOSH
2448 P:      Joshua Thompson
2449 M:      funaho@jurai.org
2450 W:      http://www.mac.linux-m68k.org/
2451 L:      linux-m68k@lists.linux-m68k.org
2452 S:      Maintained
2453
2454 M68K ON HP9000/300
2455 P:      Philip Blundell
2456 M:      philb@gnu.org
2457 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2458 S:      Maintained
2459
2460 MAC80211
2461 P:      Michael Wu
2462 M:      flamingice@sourmilk.net
2463 P:      Johannes Berg
2464 M:      johannes@sipsolutions.net
2465 P:      Jiri Benc
2466 M:      jbenc@suse.cz
2467 L:      linux-wireless@vger.kernel.org
2468 W:      http://linuxwireless.org/
2469 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2470 S:      Maintained
2471
2472 MACVLAN DRIVER
2473 P:      Patrick McHardy
2474 M:      kaber@trash.net
2475 L:      netdev@vger.kernel.org
2476 S:      Maintained
2477
2478 MARVELL YUKON / SYSKONNECT DRIVER
2479 P:      Mirko Lindner
2480 M:      mlindner@syskonnect.de
2481 P:      Ralph Roesler
2482 M:      rroesler@syskonnect.de
2483 W:      http://www.syskonnect.com
2484 S:      Supported
2485
2486 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2487 P:      Michael Kerrisk
2488 M:      mtk.manpages@gmail.com
2489 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2490 S:      Maintained
2491
2492 MARVELL LIBERTAS WIRELESS DRIVER
2493 P:      Dan Williams
2494 M:      dcbw@redhat.com
2495 L:      libertas-dev@lists.infradead.org
2496 S:      Maintained
2497
2498 MARVELL MV643XX ETHERNET DRIVER
2499 P:      Dale Farnsworth
2500 M:      dale@farnsworth.org
2501 P:      Manish Lachwani
2502 M:      mlachwani@mvista.com
2503 L:      netdev@vger.kernel.org
2504 S:      Odd Fixes for 2.4; Maintained for 2.6.
2505
2506 MATROX FRAMEBUFFER DRIVER
2507 P:      Petr Vandrovec
2508 M:      vandrove@vc.cvut.cz
2509 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2510 S:      Maintained
2511
2512 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2513 P:      Hans J. Koch
2514 M:      hjk@linutronix.de
2515 L:      lm-sensors@lm-sensors.org
2516 S:      Maintained
2517
2518 MEGARAID SCSI DRIVERS
2519 P:      Neela Syam Kolli
2520 M:      megaraidlinux@lsi.com
2521 S:      linux-scsi@vger.kernel.org
2522 W:      http://megaraid.lsilogic.com
2523 S:      Maintained
2524
2525 MEMORY MANAGEMENT
2526 L:      linux-mm@kvack.org
2527 L:      linux-kernel@vger.kernel.org
2528 W:      http://www.linux-mm.org
2529 S:      Maintained
2530
2531 MEMORY TECHNOLOGY DEVICES (MTD)
2532 P:      David Woodhouse
2533 M:      dwmw2@infradead.org
2534 W:      http://www.linux-mtd.infradead.org/
2535 L:      linux-mtd@lists.infradead.org
2536 T:      git git://git.infradead.org/mtd-2.6.git
2537 S:      Maintained
2538
2539 UNSORTED BLOCK IMAGES (UBI)
2540 P:      Artem Bityutskiy
2541 M:      dedekind@infradead.org
2542 W:      http://www.linux-mtd.infradead.org/
2543 L:      linux-mtd@lists.infradead.org
2544 T:      git git://git.infradead.org/~dedekind/ubi-2.6.git
2545 S:      Maintained
2546
2547 MICROTEK X6 SCANNER
2548 P:      Oliver Neukum
2549 M:      oliver@neukum.name
2550 S:      Maintained
2551
2552 MIPS
2553 P:      Ralf Baechle
2554 M:      ralf@linux-mips.org
2555 W:      http://www.linux-mips.org/
2556 L:      linux-mips@linux-mips.org
2557 T:      git www.linux-mips.org:/pub/scm/linux.git
2558 S:      Supported
2559
2560 MISCELLANEOUS MCA-SUPPORT
2561 P:      James Bottomley
2562 M:      James.Bottomley@HansenPartnership.com
2563 L:      linux-kernel@vger.kernel.org
2564 S:      Maintained
2565
2566 MODULE SUPPORT
2567 P:      Rusty Russell
2568 M:      rusty@rustcorp.com.au
2569 L:      linux-kernel@vger.kernel.org
2570 S:      Maintained
2571
2572 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2573 P:      Stelian Pop
2574 M:      stelian@popies.net
2575 W:      http://popies.net/meye/
2576 S:      Maintained
2577
2578 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2579 P:      Pavel Pisa
2580 M:      ppisa@pikron.com
2581 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2582 W:      http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2583 S:      Maintained
2584
2585 MOUSE AND MISC DEVICES [GENERAL]
2586 P:      Alessandro Rubini
2587 M:      rubini@ipvvis.unipv.it
2588 L:      linux-kernel@vger.kernel.org
2589 S:      Maintained
2590
2591 MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2592 P:      Jiri Slaby
2593 M:      jirislaby@gmail.com
2594 L:      linux-kernel@vger.kernel.org
2595 S:      Maintained
2596
2597 MSI LAPTOP SUPPORT
2598 P:      Lennart Poettering
2599 M:      mzxreary@0pointer.de
2600 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2601 W:      http://0pointer.de/lennart/tchibo.html
2602 S:      Maintained
2603
2604 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2605 P:      Pierre Ossman
2606 M:      drzeus-mmc@drzeus.cx
2607 L:      linux-kernel@vger.kernel.org
2608 S:      Maintained
2609
2610 MULTIMEDIA CARD (MMC) ETC. OVER SPI
2611 P:      David Brownell
2612 M:      dbrownell@users.sourceforge.net
2613 L:      linux-kernel@vger.kernel.org
2614 S:      Odd fixes
2615
2616 MULTISOUND SOUND DRIVER
2617 P:      Andrew Veliath
2618 M:      andrewtv@usa.net
2619 S:      Maintained
2620
2621 MULTITECH MULTIPORT CARD (ISICOM)
2622 P:      Jiri Slaby
2623 M:      jirislaby@gmail.com
2624 L:      linux-kernel@vger.kernel.org
2625 S:      Maintained
2626
2627 NATSEMI ETHERNET DRIVER (DP8381x)
2628 P:      Tim Hockin
2629 M:      thockin@hockin.org
2630 S:      Maintained
2631
2632 NCP FILESYSTEM
2633 P:      Petr Vandrovec
2634 M:      vandrove@vc.cvut.cz
2635 L:      linware@sh.cvut.cz
2636 S:      Maintained
2637
2638 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2639 P:      James E.J. Bottomley
2640 M:      James.Bottomley@HansenPartnership.com
2641 L:      linux-scsi@vger.kernel.org
2642 S:      Maintained
2643
2644 NETEM NETWORK EMULATOR
2645 P:      Stephen Hemminger
2646 M:      shemminger@linux-foundation.org
2647 L:      netem@lists.linux-foundation.org
2648 S:      Maintained
2649
2650 NETERION (S2IO) Xframe 10GbE DRIVER
2651 P:      Ramkrishna Vepa
2652 M:      ram.vepa@neterion.com
2653 P:      Rastapur Santosh
2654 M:      santosh.rastapur@neterion.com
2655 P:      Sivakumar Subramani
2656 M:      sivakumar.subramani@neterion.com
2657 P:      Sreenivasa Honnur
2658 M:      sreenivasa.honnur@neterion.com
2659 L:      netdev@vger.kernel.org
2660 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2661 S:      Supported
2662
2663 NETFILTER/IPTABLES/IPCHAINS
2664 P:      Rusty Russell
2665 P:      Marc Boucher
2666 P:      James Morris
2667 P:      Harald Welte
2668 P:      Jozsef Kadlecsik
2669 P:      Patrick McHardy
2670 M:      kaber@trash.net
2671 L:      netfilter-devel@vger.kernel.org
2672 L:      netfilter@vger.kernel.org
2673 L:      coreteam@netfilter.org
2674 W:      http://www.netfilter.org/
2675 W:      http://www.iptables.org/
2676 S:      Supported
2677
2678 NETLABEL
2679 P:      Paul Moore
2680 M:      paul.moore@hp.com
2681 W:      http://netlabel.sf.net
2682 L:      netdev@vger.kernel.org
2683 S:      Supported
2684
2685 NETROM NETWORK LAYER
2686 P:      Ralf Baechle
2687 M:      ralf@linux-mips.org
2688 L:      linux-hams@vger.kernel.org
2689 W:      http://www.linux-ax25.org/
2690 S:      Maintained
2691
2692 NETWORK BLOCK DEVICE (NBD)
2693 P:      Paul Clements
2694 M:      Paul.Clements@steeleye.com
2695 S:      Maintained
2696
2697 NETWORK DEVICE DRIVERS
2698 P:      Jeff Garzik
2699 M:      jgarzik@pobox.com
2700 L:      netdev@vger.kernel.org
2701 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2702 S:      Maintained
2703
2704 NETWORKING [GENERAL]
2705 P:      Networking Team
2706 M:      netdev@vger.kernel.org
2707 L:      netdev@vger.kernel.org
2708 W:      http://linux-net.osdl.org/
2709 S:      Maintained
2710
2711 NETWORKING [IPv4/IPv6]
2712 P:      David S. Miller
2713 M:      davem@davemloft.net
2714 P:      Alexey Kuznetsov
2715 M:      kuznet@ms2.inr.ac.ru
2716 P:      Pekka Savola (ipv6)
2717 M:      pekkas@netcore.fi
2718 P:      James Morris
2719 M:      jmorris@namei.org
2720 P:      Hideaki YOSHIFUJI
2721 M:      yoshfuji@linux-ipv6.org
2722 P:      Patrick McHardy
2723 M:      kaber@trash.net
2724 L:      netdev@vger.kernel.org
2725 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2726 S:      Maintained
2727
2728 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2729 P:      Paul Moore
2730 M:      paul.moore@hp.com
2731 L:      netdev@vger.kernel.org
2732 S:      Maintained
2733
2734 NETWORKING [WIRELESS]
2735 P:      John W. Linville
2736 M:      linville@tuxdriver.com
2737 L:      linux-wireless@vger.kernel.org
2738 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2739 S:      Maintained
2740
2741 NETXEN (1/10) GbE SUPPORT
2742 P:      Dhananjay Phadke
2743 M:      dhananjay@netxen.com
2744 L:      netdev@vger.kernel.org
2745 W:      http://www.netxen.com
2746 S:      Supported
2747
2748 IPVS
2749 P:      Wensong Zhang
2750 M:      wensong@linux-vs.org
2751 P:      Simon Horman
2752 M:      horms@verge.net.au
2753 P:      Julian Anastasov
2754 M:      ja@ssi.bg
2755 L:      netdev@vger.kernel.org
2756 S:      Maintained
2757
2758 NFS CLIENT
2759 P:      Trond Myklebust
2760 M:      Trond.Myklebust@netapp.com
2761 L:      linux-nfs@vger.kernel.org
2762 W:      http://client.linux-nfs.org
2763 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
2764 S:      Maintained
2765
2766 NI5010 NETWORK DRIVER
2767 P:      Jan-Pascal van Best
2768 M:      janpascal@vanbest.org
2769 P:      Andreas Mohr
2770 M:      andi@lisas.de
2771 L:      netdev@vger.kernel.org
2772 S:      Maintained
2773
2774 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2775 P:      YOKOTA Hiroshi
2776 M:      yokota@netlab.is.tsukuba.ac.jp
2777 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2778 S:      Maintained
2779
2780 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2781 P:      GOTO Masanori
2782 M:      gotom@debian.or.jp
2783 P:      YOKOTA Hiroshi
2784 M:      yokota@netlab.is.tsukuba.ac.jp
2785 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2786 S:      Maintained
2787
2788 NTFS FILESYSTEM
2789 P:      Anton Altaparmakov
2790 M:      aia21@cantab.net
2791 L:      linux-ntfs-dev@lists.sourceforge.net
2792 L:      linux-kernel@vger.kernel.org
2793 W:      http://linux-ntfs.sf.net/
2794 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2795 S:      Maintained
2796
2797 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2798 P:      Antonino Daplas
2799 M:      adaplas@gmail.com
2800 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2801 S:      Maintained
2802
2803 OPENCORES I2C BUS DRIVER
2804 P:      Peter Korsgaard
2805 M:      jacmet@sunsite.dk
2806 L:      i2c@lm-sensors.org
2807 S:      Maintained
2808
2809 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2810 P:      Mark Fasheh
2811 M:      mark.fasheh@oracle.com
2812 P:      Kurt Hackel
2813 M:      kurt.hackel@oracle.com
2814 L:      ocfs2-devel@oss.oracle.com
2815 W:      http://oss.oracle.com/projects/ocfs2/
2816 S:      Supported
2817
2818 OLYMPIC NETWORK DRIVER
2819 P:      Peter De Shrijver
2820 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2821 P:      Mike Phillips
2822 M:      mikep@linuxtr.net
2823 L:      netdev@vger.kernel.org
2824 W:      http://www.linuxtr.net
2825 S:      Maintained
2826
2827 OMNIKEY CARDMAN 4000 DRIVER
2828 P:      Harald Welte
2829 M:      laforge@gnumonks.org
2830 S:      Maintained
2831
2832 OMNIKEY CARDMAN 4040 DRIVER
2833 P:      Harald Welte
2834 M:      laforge@gnumonks.org
2835 S:      Maintained
2836
2837 OMNIVISION OV7670 SENSOR DRIVER
2838 P:      Jonathan Corbet
2839 M:      corbet@lwn.net
2840 L:      video4linux-list@redhat.com
2841 S:      Maintained
2842
2843 ONENAND FLASH DRIVER
2844 P:      Kyungmin Park
2845 M:      kyungmin.park@samsung.com
2846 L:      linux-mtd@lists.infradead.org
2847 S:      Maintained
2848
2849 ONSTREAM SCSI TAPE DRIVER
2850 P:      Willem Riede
2851 M:      osst@riede.org
2852 L:      osst-users@lists.sourceforge.net
2853 L:      linux-scsi@vger.kernel.org
2854 S:      Maintained
2855
2856 OPROFILE
2857 P:      Philippe Elie
2858 M:      phil.el@wanadoo.fr
2859 L:      oprofile-list@lists.sf.net
2860 S:      Maintained
2861
2862 ORINOCO DRIVER
2863 P:      Pavel Roskin
2864 M:      proski@gnu.org
2865 P:      David Gibson
2866 M:      hermes@gibson.dropbear.id.au
2867 L:      linux-wireless@vger.kernel.org
2868 L:      orinoco-users@lists.sourceforge.net
2869 L:      orinoco-devel@lists.sourceforge.net
2870 W:      http://www.nongnu.org/orinoco/
2871 S:      Maintained
2872
2873 PA SEMI ETHERNET DRIVER
2874 P:      Olof Johansson
2875 M:      olof@lixom.net
2876 L:      netdev@vger.kernel.org
2877 S:      Maintained
2878
2879 PA SEMI SMBUS DRIVER
2880 P:      Olof Johansson
2881 M:      olof@lixom.net
2882 L:      i2c@lm-sensors.org
2883 S:      Maintained
2884
2885 PARALLEL PORT SUPPORT
2886 L:      linux-parport@lists.infradead.org (subscribers-only)
2887 S:      Orphan
2888
2889 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2890 P:      Tim Waugh
2891 M:      tim@cyberelk.net
2892 L:      linux-parport@lists.infradead.org (subscribers-only)
2893 W:      http://www.torque.net/linux-pp.html
2894 S:      Maintained
2895
2896 PARISC ARCHITECTURE
2897 P:      Kyle McMartin
2898 M:      kyle@parisc-linux.org
2899 P:      Matthew Wilcox
2900 M:      matthew@wil.cx
2901 P:      Grant Grundler
2902 M:      grundler@parisc-linux.org
2903 L:      linux-parisc@vger.kernel.org
2904 W:      http://www.parisc-linux.org/
2905 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2906 S:      Maintained
2907
2908 PARAVIRT_OPS INTERFACE
2909 P:      Jeremy Fitzhardinge
2910 M:      jeremy@xensource.com
2911 P:      Chris Wright
2912 M:      chrisw@sous-sol.org
2913 P:      Zachary Amsden
2914 M:      zach@vmware.com
2915 P:      Rusty Russell
2916 M:      rusty@rustcorp.com.au
2917 L:      virtualization@lists.osdl.org
2918 L:      linux-kernel@vger.kernel.org
2919 S:      Supported
2920
2921 PC87360 HARDWARE MONITORING DRIVER
2922 P:      Jim Cromie
2923 M:      jim.cromie@gmail.com
2924 L:      lm-sensors@lm-sensors.org
2925 S:      Maintained
2926
2927 PC8736x GPIO DRIVER
2928 P:      Jim Cromie
2929 M:      jim.cromie@gmail.com
2930 S:      Maintained
2931
2932 PCI ERROR RECOVERY
2933 P:      Linas Vepstas
2934 M:      linas@austin.ibm.com
2935 L:      linux-kernel@vger.kernel.org
2936 L:      linux-pci@atrey.karlin.mff.cuni.cz
2937 S:      Supported
2938
2939 PCI SUBSYSTEM
2940 P:      Greg Kroah-Hartman
2941 M:      gregkh@suse.de
2942 L:      linux-kernel@vger.kernel.org
2943 L:      linux-pci@atrey.karlin.mff.cuni.cz
2944 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2945 S:      Supported
2946
2947 PCI HOTPLUG CORE
2948 P:      Kristen Carlson Accardi
2949 M:      kristen.c.accardi@intel.com
2950 S:      Supported
2951
2952 PCIE HOTPLUG DRIVER
2953 P:      Kristen Carlson Accardi
2954 M:      kristen.c.accardi@intel.com
2955 L:      pcihpd-discuss@lists.sourceforge.net
2956 S:      Supported
2957
2958 PCMCIA SUBSYSTEM
2959 P:      Linux PCMCIA Team
2960 L:      linux-pcmcia@lists.infradead.org
2961 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2962 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2963 S:      Maintained
2964
2965 PCNET32 NETWORK DRIVER
2966 P:      Don Fry
2967 M:      pcnet32@verizon.net
2968 L:      netdev@vger.kernel.org
2969 S:      Maintained
2970
2971 PER-TASK DELAY ACCOUNTING
2972 P:      Shailabh Nagar
2973 M:      nagar@watson.ibm.com
2974 L:      linux-kernel@vger.kernel.org
2975 S:      Maintained
2976
2977 PERSONALITY HANDLING
2978 P:      Christoph Hellwig
2979 M:      hch@infradead.org
2980 L:      linux-abi-devel@lists.sourceforge.net
2981 S:      Maintained
2982
2983 PHRAM MTD DRIVER
2984 P:      Jörn Engel
2985 M:      joern@wh.fh-wedel.de
2986 L:      linux-mtd@lists.infradead.org
2987 S:      Maintained
2988
2989 PKTCDVD DRIVER
2990 P:      Peter Osterlund
2991 M:      petero2@telia.com
2992 L:      linux-kernel@vger.kernel.org
2993 S:      Maintained
2994
2995 POSIX CLOCKS and TIMERS
2996 P:      Thomas Gleixner
2997 M:      tglx@linutronix.de
2998 L:      linux-kernel@vger.kernel.org
2999 S:      Supported
3000
3001 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3002 P:      Anton Vorontsov
3003 M:      cbou@mail.ru
3004 P:      David Woodhouse
3005 M:      dwmw2@infradead.org
3006 L:      linux-kernel@vger.kernel.org
3007 L:      kernel-discuss@handhelds.org
3008 T:      git git.infradead.org/battery-2.6.git
3009 S:      Maintained
3010
3011 POWERPC 4xx EMAC DRIVER
3012 P:      Eugene Surovegin
3013 M:      ebs@ebshome.net
3014 W:      http://kernel.ebshome.net/emac/
3015 L:      linuxppc-dev@ozlabs.org
3016 L:      netdev@vger.kernel.org
3017 S:      Maintained
3018
3019 PNP SUPPORT
3020 P:      Adam Belay
3021 M:      ambx1@neo.rr.com
3022 S:      Maintained
3023
3024 PNXxxxx I2C DRIVER
3025 P:      Vitaly Wool
3026 M:      vitalywool@gmail.com
3027 L:      i2c@lm-sensors.org
3028 S:      Maintained
3029
3030 PPP PROTOCOL DRIVERS AND COMPRESSORS
3031 P:      Paul Mackerras
3032 M:      paulus@samba.org
3033 L:      linux-ppp@vger.kernel.org
3034 S:      Maintained
3035
3036 PPP OVER ATM (RFC 2364)
3037 P:      Mitchell Blank Jr
3038 M:      mitch@sfgoth.com
3039 S:      Maintained
3040
3041 PPP OVER ETHERNET
3042 P:      Michal Ostrowski
3043 M:      mostrows@speakeasy.net
3044 S:      Maintained
3045
3046 PPP OVER L2TP
3047 P:      James Chapman
3048 M:      jchapman@katalix.com
3049 S:      Maintained
3050
3051 PREEMPTIBLE KERNEL
3052 P:      Robert Love
3053 M:      rml@tech9.net
3054 L:      linux-kernel@vger.kernel.org
3055 L:      kpreempt-tech@lists.sourceforge.net
3056 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3057 S:      Supported
3058
3059 P54 WIRELESS DRIVER
3060 P:      Michael Wu
3061 M:      flamingice@sourmilk.net
3062 L:      linux-wireless@vger.kernel.org
3063 W:      http://prism54.org
3064 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3065 S:      Maintained
3066
3067 PRISM54 WIRELESS DRIVER
3068 P:      Luis R. Rodriguez
3069 M:      mcgrof@gmail.com
3070 L:      linux-wireless@vger.kernel.org
3071 W:      http://prism54.org
3072 S:      Maintained
3073
3074 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3075 P:      Peter Denison
3076 M:      promise@pnd-pc.demon.co.uk
3077 W:      http://www.pnd-pc.demon.co.uk/promise/
3078 S:      Maintained
3079
3080 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3081 P:      Mikael Pettersson
3082 M:      mikpe@it.uu.se
3083 L:      linux-ide@vger.kernel.org
3084 S:      Maintained
3085
3086 PS3 NETWORK SUPPORT
3087 P:      Masakazu Mokuno
3088 M:      mokuno@sm.sony.co.jp
3089 L:      netdev@vger.kernel.org
3090 L:      cbe-oss-dev@ozlabs.org
3091 S:      Supported
3092
3093 PS3 PLATFORM SUPPORT
3094 P:      Geoff Levand
3095 M:      geoffrey.levand@am.sony.com
3096 L:      linuxppc-dev@ozlabs.org
3097 L:      cbe-oss-dev@ozlabs.org
3098 S:      Supported
3099
3100 PVRUSB2 VIDEO4LINUX DRIVER
3101 P:      Mike Isely
3102 M:      isely@pobox.com
3103 L:      pvrusb2@isely.net       (subscribers-only)
3104 L:      video4linux-list@redhat.com
3105 W:      http://www.isely.net/pvrusb2/
3106 S:      Maintained
3107
3108 PXA2xx SUPPORT
3109 P:      Nicolas Pitre
3110 M:      nico@cam.org
3111 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3112 S:      Maintained
3113
3114 PXA MMCI DRIVER
3115 S:      Orphan
3116
3117 QLOGIC QLA2XXX FC-SCSI DRIVER
3118 P:      Andrew Vasquez
3119 M:      linux-driver@qlogic.com
3120 L:      linux-scsi@vger.kernel.org
3121 S:      Supported
3122
3123 QLOGIC QLA3XXX NETWORK DRIVER
3124 P:      Ron Mercer
3125 M:      linux-driver@qlogic.com
3126 L:      netdev@vger.kernel.org
3127 S:      Supported
3128
3129 QNX4 FILESYSTEM
3130 P:      Anders Larsen
3131 M:      al@alarsen.net
3132 L:      linux-kernel@vger.kernel.org
3133 W:      http://www.alarsen.net/linux/qnx4fs/
3134 S:      Maintained
3135
3136 RADEON FRAMEBUFFER DISPLAY DRIVER
3137 P:      Benjamin Herrenschmidt
3138 M:      benh@kernel.crashing.org
3139 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3140 S:      Maintained
3141
3142 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3143 P:      Paul Mackerras
3144 M:      paulus@samba.org
3145 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3146 S:      Maintained
3147
3148 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3149 P:      Corey Thomas
3150 M:      corey@world.std.com
3151 L:      linux-wireless@vger.kernel.org
3152 S:      Maintained
3153
3154 RALINK RT2X00 WLAN DRIVER
3155 P:      rt2x00 project
3156 L:      linux-wireless@vger.kernel.org
3157 L:      rt2400-devel@lists.sourceforge.net
3158 W:      http://rt2x00.serialmonkey.com/
3159 S:      Maintained
3160 F:      drivers/net/wireless/rt2x00/
3161
3162 RANDOM NUMBER DRIVER
3163 P:      Matt Mackall
3164 M:      mpm@selenic.com
3165 S:      Maintained
3166
3167 RAPIDIO SUBSYSTEM
3168 P:      Matt Porter
3169 M:      mporter@kernel.crashing.org
3170 L:      linux-kernel@vger.kernel.org
3171 S:      Maintained
3172
3173 READ-COPY UPDATE (RCU)
3174 P:      Dipankar Sarma
3175 M:      dipankar@in.ibm.com
3176 W:      http://www.rdrop.com/users/paulmck/rclock/
3177 L:      linux-kernel@vger.kernel.org
3178 S:      Supported
3179
3180 RCUTORTURE MODULE
3181 P:      Josh Triplett
3182 M:      josh@freedesktop.org
3183 L:      linux-kernel@vger.kernel.org
3184 S:      Maintained
3185
3186 REAL TIME CLOCK DRIVER
3187 P:      Paul Gortmaker
3188 M:      p_gortmaker@yahoo.com
3189 L:      linux-kernel@vger.kernel.org
3190 S:      Maintained
3191
3192 REAL TIME CLOCK (RTC) SUBSYSTEM
3193 P:      Alessandro Zummo
3194 M:      a.zummo@towertech.it
3195 L:      rtc-linux@googlegroups.com
3196 S:      Maintained
3197
3198 REISERFS FILE SYSTEM
3199 P:      Hans Reiser
3200 M:      reiserfs-dev@namesys.com
3201 L:      reiserfs-devel@vger.kernel.org
3202 W:      http://www.namesys.com
3203 S:      Supported
3204
3205 ROCKETPORT DRIVER
3206 P:      Comtrol Corp.
3207 W:      http://www.comtrol.com
3208 S:      Maintained
3209
3210 ROSE NETWORK LAYER
3211 P:      Ralf Baechle
3212 M:      ralf@linux-mips.org
3213 L:      linux-hams@vger.kernel.org
3214 W:      http://www.linux-ax25.org/
3215 S:      Maintained
3216
3217 RISCOM8 DRIVER
3218 S:      Orphan
3219
3220 RTL818X WIRELESS DRIVER
3221 P:      Michael Wu
3222 M:      flamingice@sourmilk.net
3223 P:      Andrea Merello
3224 M:      andreamrl@tiscali.it
3225 L:      linux-wireless@vger.kernel.org
3226 W:      http://linuxwireless.org/
3227 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3228 S:      Maintained
3229
3230 S3 SAVAGE FRAMEBUFFER DRIVER
3231 P:      Antonino Daplas
3232 M:      adaplas@gmail.com
3233 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3234 S:      Maintained
3235
3236 S390
3237 P:      Martin Schwidefsky
3238 M:      schwidefsky@de.ibm.com
3239 P:      Heiko Carstens
3240 M:      heiko.carstens@de.ibm.com
3241 M:      linux390@de.ibm.com
3242 L:      linux-s390@vger.kernel.org
3243 W:      http://www.ibm.com/developerworks/linux/linux390/
3244 S:      Supported
3245
3246 S390 NETWORK DRIVERS
3247 P:      Ursula Braun
3248 M:      ubraun@linux.vnet.ibm.com
3249 P:      Frank Blaschka
3250 M:      blaschka@linux.vnet.ibm.com
3251 M:      linux390@de.ibm.com
3252 L:      linux-s390@vger.kernel.org
3253 W:      http://www.ibm.com/developerworks/linux/linux390/
3254 S:      Supported
3255
3256 S390 ZFCP DRIVER
3257 P:      Swen Schillig
3258 M:      swen@vnet.ibm.com
3259 M:      linux390@de.ibm.com
3260 L:      linux-s390@vger.kernel.org
3261 W:      http://www.ibm.com/developerworks/linux/linux390/
3262 S:      Supported
3263
3264 S390 IUCV NETWORK LAYER
3265 P:      Ursula Braun
3266 M:      ubraun@linux.vnet.ibm.com
3267 M:      linux390@de.ibm.com
3268 L:      linux-s390@vger.kernel.org
3269 W:      http://www.ibm.com/developerworks/linux/linux390/
3270 S:      Supported
3271
3272 SAA7146 VIDEO4LINUX-2 DRIVER
3273 P:      Michael Hunold
3274 M:      michael@mihu.de
3275 W:      http://www.mihu.de/linux/saa7146
3276 S:      Maintained
3277
3278 SC1200 WDT DRIVER
3279 P:      Zwane Mwaikambo
3280 M:      zwane@arm.linux.org.uk
3281 S:      Maintained
3282
3283 SCHEDULER
3284 P:      Ingo Molnar
3285 M:      mingo@elte.hu
3286 P:      Robert Love    [the preemptible kernel bits]
3287 M:      rml@tech9.net
3288 L:      linux-kernel@vger.kernel.org
3289 S:      Maintained
3290
3291 SCSI CDROM DRIVER
3292 P:      Jens Axboe
3293 M:      axboe@kernel.dk
3294 L:      linux-scsi@vger.kernel.org
3295 W:      http://www.kernel.dk
3296 S:      Maintained
3297
3298 SCSI SG DRIVER
3299 P:      Doug Gilbert
3300 M:      dgilbert@interlog.com
3301 L:      linux-scsi@vger.kernel.org
3302 W:      http://www.torque.net/sg
3303 S:      Maintained
3304
3305 SCSI SUBSYSTEM
3306 P:      James E.J. Bottomley
3307 M:      James.Bottomley@HansenPartnership.com
3308 L:      linux-scsi@vger.kernel.org
3309 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3310 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3311 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3312 S:      Maintained
3313
3314 SCSI TAPE DRIVER
3315 P:      Kai Mäkisara
3316 M:      Kai.Makisara@kolumbus.fi
3317 L:      linux-scsi@vger.kernel.org
3318 S:      Maintained
3319
3320 SCTP PROTOCOL
3321 P:      Vlad Yasevich
3322 M:      vladislav.yasevich@hp.com
3323 P:      Sridhar Samudrala
3324 M:      sri@us.ibm.com
3325 L:      lksctp-developers@lists.sourceforge.net
3326 W:      http://lksctp.sourceforge.net
3327 S:      Supported
3328
3329 SCx200 CPU SUPPORT
3330 P:      Jim Cromie
3331 M:      jim.cromie@gmail.com
3332 S:      Odd Fixes
3333
3334 SCx200 GPIO DRIVER
3335 P:      Jim Cromie
3336 M:      jim.cromie@gmail.com
3337 S:      Maintained
3338
3339 SCx200 HRT CLOCKSOURCE DRIVER
3340 P:      Jim Cromie
3341 M:      jim.cromie@gmail.com
3342 S:      Maintained
3343
3344 SECURITY CONTACT
3345 P:      Security Officers
3346 M:      security@kernel.org
3347 S:      Supported
3348
3349 SELINUX SECURITY MODULE
3350 P:      Stephen Smalley
3351 M:      sds@tycho.nsa.gov
3352 P:      James Morris
3353 M:      jmorris@namei.org
3354 P:      Eric Paris
3355 M:      eparis@parisplace.org
3356 L:      linux-kernel@vger.kernel.org (kernel issues)
3357 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3358 W:      http://www.nsa.gov/selinux
3359 S:      Supported
3360
3361 SENSABLE PHANTOM
3362 P:      Jiri Slaby
3363 M:      jirislaby@gmail.com
3364 S:      Maintained
3365
3366 SERIAL ATA (SATA) SUBSYSTEM:
3367 P:      Jeff Garzik
3368 M:      jgarzik@pobox.com
3369 L:      linux-ide@vger.kernel.org
3370 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3371 S:      Supported
3372
3373 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3374 P:      Pat Gefre
3375 M:      pfg@sgi.com
3376 L:      linux-ia64@vger.kernel.org
3377 S:      Supported
3378
3379 SGI VISUAL WORKSTATION 320 AND 540
3380 P:      Andrey Panin
3381 M:      pazke@donpac.ru
3382 L:      linux-visws-devel@lists.sf.net
3383 W:      http://linux-visws.sf.net
3384 S:      Maintained for 2.6.
3385
3386 SIMTEC EB110ATX (Chalice CATS)
3387 P:      Ben Dooks
3388 P:      Vincent Sanders
3389 M:      support@simtec.co.uk
3390 W:      http://www.simtec.co.uk/products/EB110ATX/
3391 S:      Supported
3392
3393 SIMTEC EB2410ITX (BAST)
3394 P:      Ben Dooks
3395 P:      Vincent Sanders
3396 M:      support@simtec.co.uk
3397 W:      http://www.simtec.co.uk/products/EB2410ITX/
3398 S:      Supported
3399
3400 SIS 190 ETHERNET DRIVER
3401 P:      Francois Romieu
3402 M:      romieu@fr.zoreil.com
3403 L:      netdev@vger.kernel.org
3404 S:      Maintained
3405
3406 SIS 5513 IDE CONTROLLER DRIVER
3407 P:      Lionel Bouton
3408 M:      Lionel.Bouton@inet6.fr
3409 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3410 W:      http://gyver.homeip.net/sis5513/index.html
3411 S:      Maintained
3412
3413 SIS 900/7016 FAST ETHERNET DRIVER
3414 P:      Daniele Venzano
3415 M:      venza@brownhat.org
3416 W:      http://www.brownhat.org/sis900.html
3417 L:      netdev@vger.kernel.org
3418 S:      Maintained
3419
3420 SIS 96X I2C/SMBUS DRIVER
3421 P:      Mark M. Hoffman
3422 M:      mhoffman@lightlink.com
3423 L:      lm-sensors@lm-sensors.org
3424 S:      Maintained
3425
3426 SIS FRAMEBUFFER DRIVER
3427 P:      Thomas Winischhofer
3428 M:      thomas@winischhofer.net
3429 W:      http://www.winischhofer.net/linuxsisvga.shtml
3430 S:      Maintained
3431
3432 SIS USB2VGA DRIVER
3433 P:      Thomas Winischhofer
3434 M:      thomas@winischhofer.net
3435 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3436 S:      Maintained
3437
3438 SLAB ALLOCATOR
3439 P:      Christoph Lameter
3440 M:      clameter@sgi.com
3441 P:      Pekka Enberg
3442 M:      penberg@cs.helsinki.fi
3443 L:      linux-mm@kvack.org
3444 S:      Maintained
3445
3446 SMC91x ETHERNET DRIVER
3447 P:      Nicolas Pitre
3448 M:      nico@cam.org
3449 S:      Maintained
3450
3451 SMSC47B397 HARDWARE MONITOR DRIVER
3452 P:      Mark M. Hoffman
3453 M:      mhoffman@lightlink.com
3454 L:      lm-sensors@lm-sensors.org
3455 S:      Maintained
3456
3457 SOFTMAC LAYER (IEEE 802.11)
3458 P:      Daniel Drake
3459 M:      dsd@gentoo.org
3460 L:      linux-wireless@vger.kernel.org
3461 S:      Obsolete
3462
3463 SOFTWARE RAID (Multiple Disks) SUPPORT
3464 P:      Ingo Molnar
3465 M:      mingo@redhat.com
3466 P:      Neil Brown
3467 M:      neilb@suse.de
3468 L:      linux-raid@vger.kernel.org
3469 S:      Supported
3470
3471 HIBERNATION (aka Software Suspend, aka swsusp):
3472 P:      Pavel Machek
3473 M:      pavel@suse.cz
3474 P:      Rafael J. Wysocki
3475 M:      rjw@sisk.pl
3476 L:      linux-pm@lists.linux-foundation.org
3477 S:      Supported
3478
3479 SUSPEND TO RAM:
3480 P:      Len Brown
3481 M:      len.brown@intel.com
3482 P:      Pavel Machek
3483 M:      pavel@suse.cz
3484 P:      Rafael J. Wysocki
3485 M:      rjw@sisk.pl
3486 L:      linux-pm@lists.linux-foundation.org
3487 S:      Supported
3488
3489 SONIC NETWORK DRIVER
3490 P:      Thomas Bogendoerfer
3491 M:      tsbogend@alpha.franken.de
3492 L:      netdev@vger.kernel.org
3493 S:      Maintained
3494
3495 SONICS SILICON BACKPLANE DRIVER (SSB)
3496 P:      Michael Buesch
3497 M:      mb@bu3sch.de
3498 L:      netdev@vger.kernel.org
3499 S:      Maintained
3500
3501 SONY VAIO CONTROL DEVICE DRIVER
3502 P:      Mattia Dongili
3503 M:      malattia@linux.it
3504 L:      linux-acpi@vger.kernel.org
3505 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3506 S:      Maintained
3507
3508 SOUND
3509 P:      Jaroslav Kysela
3510 M:      perex@perex.cz
3511 L:      alsa-devel@alsa-project.org (subscribers-only)
3512 S:      Maintained
3513
3514 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3515 P:      Liam Girdwood
3516 M:      liam.girdwood@wolfsonmicro.com
3517 L:      alsa-devel@alsa-project.org (subscribers-only)
3518 S:      Supported
3519
3520 SPI SUBSYSTEM
3521 P:      David Brownell
3522 M:      dbrownell@users.sourceforge.net
3523 L:      spi-devel-general@lists.sourceforge.net
3524 S:      Maintained
3525
3526 STABLE BRANCH:
3527 P:      Greg Kroah-Hartman
3528 M:      greg@kroah.com
3529 P:      Chris Wright
3530 M:      chrisw@sous-sol.org
3531 L:      stable@kernel.org
3532 S:      Maintained
3533
3534 TPM DEVICE DRIVER
3535 P:      Kylene Hall
3536 M:      tpmdd-devel@lists.sourceforge.net
3537 W:      http://tpmdd.sourceforge.net
3538 P:      Marcel Selhorst
3539 M:      tpm@selhorst.net
3540 W:      http://www.prosec.rub.de/tpm/
3541 L:      tpmdd-devel@lists.sourceforge.net
3542 S:      Maintained
3543
3544 Telecom Clock Driver for MCPL0010
3545 P:      Mark Gross
3546 M:      mark.gross@intel.com
3547 S:      Supported
3548
3549 TENSILICA XTENSA PORT (xtensa):
3550 P:      Chris Zankel
3551 M:      chris@zankel.net
3552 S:      Maintained
3553
3554 THINKPAD ACPI EXTRAS DRIVER
3555 P:      Henrique de Moraes Holschuh
3556 M:      ibm-acpi@hmh.eng.br
3557 L:      ibm-acpi-devel@lists.sourceforge.net
3558 W:      http://ibm-acpi.sourceforge.net
3559 W:      http://thinkwiki.org/wiki/Ibm-acpi
3560 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3561 S:      Maintained
3562
3563 UltraSPARC (sparc64):
3564 P:      David S. Miller
3565 M:      davem@davemloft.net
3566 L:      sparclinux@vger.kernel.org
3567 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3568 S:      Maintained
3569
3570 SHARP LH SUPPORT (LH7952X & LH7A40X)
3571 P:      Marc Singer
3572 M:      elf@buici.com
3573 W:      http://projects.buici.com/arm
3574 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3575 S:      Maintained
3576
3577 SHPC HOTPLUG DRIVER
3578 P:      Kristen Carlson Accardi
3579 M:      kristen.c.accardi@intel.com
3580 L:      pcihpd-discuss@lists.sourceforge.net
3581 S:      Supported
3582
3583 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3584 P:      Pierre Ossman
3585 M:      drzeus-sdhci@drzeus.cx
3586 L:      sdhci-devel@list.drzeus.cx
3587 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3588 S:      Maintained
3589
3590 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3591 P:      Stephen Hemminger
3592 M:      shemminger@linux-foundation.org
3593 L:      netdev@vger.kernel.org
3594 S:      Maintained
3595
3596 SOEKRIS NET48XX LED SUPPORT
3597 P:      Chris Boot
3598 M:      bootc@bootc.net
3599 S:      Maintained
3600
3601 SPARC (sparc32):
3602 P:      William L. Irwin
3603 M:      wli@holomorphy.com
3604 L:      sparclinux@vger.kernel.org
3605 S:      Maintained
3606
3607 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3608 P:      Roger Wolff
3609 M:      R.E.Wolff@BitWizard.nl
3610 L:      linux-kernel@vger.kernel.org ?
3611 S:      Supported
3612
3613 SPIDERNET NETWORK DRIVER for CELL
3614 P:      Ishizaki Kou
3615 M:      kou.ishizaki@toshiba.co.jp
3616 P:      Jens Osterkamp
3617 M:      jens@de.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