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