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