kbuild: move Kai Germaschewski to CREDITS
[sfrench/cifs-2.6.git] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
34
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
38
39         PLEASE try to include any credit lines you want added with the
40         patch. It avoids people being missed off by mistake and makes
41         it easier to know who wants adding and who doesn't.
42
43         PLEASE document known bugs. If it doesn't work for everything
44         or does something very odd once a month document it.
45
46         PLEASE remember that submissions must be made under the terms
47         of the OSDL certificate of contribution and should include a
48         Signed-off-by: line.  The current version of this "Developer's
49         Certificate of Origin" (DCO) is listed in the file
50         Documentation/SubmittingPatches.
51
52 6.      Make sure you have the right to send any changes you make. If you
53         do changes at work you may find your employer owns the patch
54         not you.
55
56 7.      When sending security related changes or reports to a maintainer
57         please Cc: security@kernel.org, especially if the maintainer
58         does not respond.
59
60 8.      Happy hacking.
61
62                 -----------------------------------
63
64 Maintainers List (try to look for most precise areas first)
65
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
68 so much easier [Ed]
69
70 P: Person
71 M: Mail patches to
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location.  Type is one of: git, hg, quilt.
75 S: Status, one of the following:
76
77         Supported:      Someone is actually paid to look after this.
78         Maintained:     Someone actually looks after it.
79         Odd Fixes:      It has a maintainer but they don't have time to do
80                         much other than throw the odd patch in. See below..
81         Orphan:         No current maintainer [but maybe you could take the
82                         role as you write your new code].
83         Obsolete:       Old code. Something tagged obsolete generally means
84                         it has been replaced by a better system and you
85                         should be using that.
86
87 3C359 NETWORK DRIVER
88 P:      Mike Phillips
89 M:      mikep@linuxtr.net
90 L:      netdev@vger.kernel.org
91 L:      linux-tr@linuxtr.net
92 W:      http://www.linuxtr.net
93 S:      Maintained
94
95 3C505 NETWORK DRIVER
96 P:      Philip Blundell
97 M:      philb@gnu.org
98 L:      netdev@vger.kernel.org
99 S:      Maintained
100
101 3C59X NETWORK DRIVER
102 P:      Steffen Klassert
103 M:      klassert@mathematik.tu-chemnitz.de
104 L:      netdev@vger.kernel.org
105 S:      Maintained
106
107 3CR990 NETWORK DRIVER
108 P:      David Dillow
109 M:      dave@thedillows.org
110 L:      netdev@vger.kernel.org
111 S:      Maintained
112
113 3W-XXXX ATA-RAID CONTROLLER DRIVER
114 P:      Adam Radford
115 M:      linuxraid@amcc.com
116 L:      linux-scsi@vger.kernel.org
117 W:      http://www.amcc.com
118 S:      Supported
119
120 3W-9XXX SATA-RAID CONTROLLER DRIVER
121 P:      Adam Radford
122 M:      linuxraid@amcc.com
123 L:      linux-scsi@vger.kernel.org
124 W:      http://www.amcc.com
125 S:      Supported
126
127 53C700 AND 53C700-66 SCSI DRIVER
128 P:      James E.J. Bottomley
129 M:      James.Bottomley@HansenPartnership.com
130 L:      linux-scsi@vger.kernel.org
131 S:      Maintained
132
133 6PACK NETWORK DRIVER FOR AX.25
134 P:      Andreas Koensgen
135 M:      ajk@iehk.rwth-aachen.de
136 L:      linux-hams@vger.kernel.org
137 S:      Maintained
138
139 8139CP 10/100 FAST ETHERNET DRIVER
140 P:      Jeff Garzik
141 M:      jgarzik@pobox.com
142 S:      Maintained
143
144 8139TOO 10/100 FAST ETHERNET DRIVER
145 P:      Jeff Garzik
146 M:      jgarzik@pobox.com
147 W:      http://sourceforge.net/projects/gkernel/
148 S:      Maintained
149
150 8169 10/100/1000 GIGABIT ETHERNET DRIVER
151 P:      Francois Romieu
152 M:      romieu@fr.zoreil.com
153 L:      netdev@vger.kernel.org
154 S:      Maintained
155
156 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
157 L:      linux-serial@vger.kernel.org
158 W:      http://serial.sourceforge.net
159 S:      Orphan
160
161 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
162 P:      Paul Gortmaker
163 M:      p_gortmaker@yahoo.com
164 L:      netdev@vger.kernel.org
165 S:      Maintained
166
167 9P FILE SYSTEM
168 P:      Eric Van Hensbergen
169 M:      ericvh@gmail.com
170 P:      Ron Minnich
171 M:      rminnich@sandia.gov
172 P:      Latchesar Ionkov
173 M:      lucho@ionkov.net
174 L:      v9fs-developer@lists.sourceforge.net
175 W:      http://swik.net/v9fs
176 T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
177 S:      Maintained
178
179 A2232 SERIAL BOARD DRIVER
180 P:      Enver Haase
181 M:      ehaase@inf.fu-berlin.de
182 M:      A2232@gmx.net
183 L:      linux-m68k@lists.linux-m68k.org
184 S:      Maintained
185
186 AIO
187 P:      Benjamin LaHaise
188 M:      bcrl@kvack.org
189 L:      linux-aio@kvack.org
190 S:      Supported
191
192 ABIT UGURU HARDWARE MONITOR DRIVER
193 P:      Hans de Goede
194 M:      j.w.r.degoede@hhs.nl
195 L:      lm-sensors@lm-sensors.org
196 S:      Maintained
197
198 ACENIC DRIVER
199 P:      Jes Sorensen
200 M:      jes@trained-monkey.org
201 L:      linux-acenic@sunsite.dk
202 S:      Maintained
203
204 IPS SCSI RAID DRIVER
205 P:      Adaptec OEM Raid Solutions
206 M:      aacraid@adaptec.com
207 L:      linux-scsi@vger.kernel.org
208 W:      http://www.adaptec.com/
209 S:      Maintained
210
211 DPT_I2O SCSI RAID DRIVER
212 P:      Adaptec OEM Raid Solutions
213 M:      aacraid@adaptec.com
214 L:      linux-scsi@vger.kernel.org
215 W:      http://www.adaptec.com/
216 S:      Maintained
217
218 AACRAID SCSI RAID DRIVER
219 P:      Adaptec OEM Raid Solutions
220 M:      aacraid@adaptec.com
221 L:      linux-scsi@vger.kernel.org
222 W:      http://www.adaptec.com/
223 S:      Supported
224
225 ACPI
226 P:      Len Brown
227 M:      len.brown@intel.com
228 M:      lenb@kernel.org
229 L:      linux-acpi@vger.kernel.org
230 W:      http://acpi.sourceforge.net/
231 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
232 S:      Supported
233
234 ACPI BATTERY DRIVERS
235 P:      Alexey Starikovskiy
236 M:      astarikovskiy@suse.de
237 L:      linux-acpi@vger.kernel.org
238 W:      http://acpi.sourceforge.net/
239 S:      Supported
240
241 ACPI EC DRIVER
242 P:      Alexey Starikovskiy
243 M:      astarikovskiy@suse.de
244 L:      linux-acpi@vger.kernel.org
245 W:      http://acpi.sourceforge.net/
246 S:      Supported
247
248 ACPI FAN DRIVER
249 P:      Konstantin A. Karasyov
250 M:      konstantin.a.karasyov@intel.com
251 L:      linux-acpi@vger.kernel.org
252 W:      http://acpi.sourceforge.net/
253 S:      Supported
254
255 ACPI PCI HOTPLUG DRIVER
256 P:      Kristen Carlson Accardi
257 M:      kristen.c.accardi@intel.com
258 L:      pcihpd-discuss@lists.sourceforge.net
259 S:      Supported
260
261 ACPI THERMAL DRIVER
262 P:      Konstantin A. Karasyov
263 M:      konstantin.a.karasyov@intel.com
264 L:      linux-acpi@vger.kernel.org
265 W:      http://acpi.sourceforge.net/
266 S:      Supported
267
268 ACPI VIDEO DRIVER
269 P:      Luming Yu
270 M:      luming.yu@intel.com
271 L:      linux-acpi@vger.kernel.org
272 W:      http://acpi.sourceforge.net/
273 S:      Supported
274
275 ADM1025 HARDWARE MONITOR DRIVER
276 P:      Jean Delvare
277 M:      khali@linux-fr.org
278 L:      lm-sensors@lm-sensors.org
279 S:      Maintained
280
281 ADM1029 HARDWARE MONITOR DRIVER
282 P:      Corentin Labbe
283 M:      corentin.labbe@geomatys.fr
284 L:      lm-sensors@lm-sensors.org
285 S:      Maintained
286
287 ADM8211 WIRELESS DRIVER
288 P:      Michael Wu
289 M:      flamingice@sourmilk.net
290 L:      linux-wireless@vger.kernel.org
291 W:      http://linuxwireless.org/
292 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
293 S:      Maintained
294
295 ADT746X FAN DRIVER
296 P:      Colin Leroy
297 M:      colin@colino.net
298 S:      Maintained
299
300 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 L:      isdn4linux@listserv.isdn4linux.de
2123 W:      http://www.isdn4linux.de
2124 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2125 S:      Maintained
2126
2127 ISDN SUBSYSTEM (Eicon active card driver)
2128 P:      Armin Schindler
2129 M:      mac@melware.de
2130 L:      isdn4linux@listserv.isdn4linux.de
2131 W:      http://www.melware.de
2132 S:      Maintained
2133
2134 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2135 P:      David Woodhouse
2136 M:      dwmw2@infradead.org
2137 L:      jffs-dev@axis.com
2138 W:      http://sources.redhat.com/jffs2/
2139 S:      Maintained
2140
2141 JFS FILESYSTEM
2142 P:      Dave Kleikamp
2143 M:      shaggy@austin.ibm.com
2144 L:      jfs-discussion@lists.sourceforge.net
2145 W:      http://jfs.sourceforge.net/
2146 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2147 S:      Supported
2148
2149 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2150 P:      Stephen Tweedie, Andrew Morton
2151 M:      sct@redhat.com, akpm@linux-foundation.org
2152 L:      linux-ext4@vger.kernel.org
2153 S:      Maintained
2154
2155 K8TEMP HARDWARE MONITORING DRIVER
2156 P:      Rudolf Marek
2157 M:      r.marek@assembler.cz
2158 L:      lm-sensors@lm-sensors.org
2159 S:      Maintained
2160
2161 KCONFIG
2162 P:      Roman Zippel
2163 M:      zippel@linux-m68k.org
2164 L:      kbuild-devel@lists.sourceforge.net
2165 S:      Maintained
2166
2167 KDUMP
2168 P:      Vivek Goyal
2169 M:      vgoyal@in.ibm.com
2170 P:      Haren Myneni
2171 M:      hbabu@us.ibm.com
2172 L:      kexec@lists.infradead.org
2173 L:      linux-kernel@vger.kernel.org
2174 W:      http://lse.sourceforge.net/kdump/
2175 S:      Maintained
2176
2177 KERNEL AUTOMOUNTER (AUTOFS)
2178 P:      H. Peter Anvin
2179 M:      hpa@zytor.com
2180 L:      autofs@linux.kernel.org
2181 S:      Odd Fixes
2182
2183 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2184 P:      Ian Kent
2185 M:      raven@themaw.net
2186 L:      autofs@linux.kernel.org
2187 S:      Maintained
2188
2189 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2190 P:      Sam Ravnborg
2191 M:      sam@ravnborg.org
2192 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
2193 S:      Maintained
2194
2195 KERNEL JANITORS
2196 P:      Several
2197 L:      kernel-janitors@vger.kernel.org
2198 W:      http://www.kerneljanitors.org/
2199 S:      Maintained
2200
2201 KERNEL NFSD
2202 P:      J. Bruce Fields
2203 M:      bfields@fieldses.org
2204 P:      Neil Brown
2205 M:      neilb@suse.de
2206 L:      nfs@lists.sourceforge.net
2207 W:      http://nfs.sourceforge.net/
2208 S:      Supported
2209
2210 KERNEL VIRTUAL MACHINE (KVM)
2211 P:      Avi Kivity
2212 M:      avi@qumranet.com
2213 L:      kvm-devel@lists.sourceforge.net
2214 W:      kvm.sourceforge.net
2215 S:      Supported
2216
2217 KEXEC
2218 P:      Eric Biederman
2219 M:      ebiederm@xmission.com
2220 W:      http://www.xmission.com/~ebiederm/files/kexec/
2221 L:      linux-kernel@vger.kernel.org
2222 L:      kexec@lists.infradead.org
2223 S:      Maintained
2224
2225 KPROBES
2226 P:      Prasanna S Panchamukhi
2227 M:      prasanna@in.ibm.com
2228 P:      Ananth N Mavinakayanahalli
2229 M:      ananth@in.ibm.com
2230 P:      Anil S Keshavamurthy
2231 M:      anil.s.keshavamurthy@intel.com
2232 P:      David S. Miller
2233 M:      davem@davemloft.net
2234 L:      linux-kernel@vger.kernel.org
2235 S:      Maintained
2236
2237 KS0108 LCD CONTROLLER DRIVER
2238 P:      Miguel Ojeda Sandonis
2239 M:      maxextreme@gmail.com
2240 L:      linux-kernel@vger.kernel.org
2241 W:      http://auxdisplay.googlepages.com/
2242 S:      Maintained
2243
2244 LAPB module
2245 L:      linux-x25@vger.kernel.org
2246 S:      Orphan
2247
2248 LASI 53c700 driver for PARISC
2249 P:      James E.J. Bottomley
2250 M:      James.Bottomley@HansenPartnership.com
2251 L:      linux-scsi@vger.kernel.org
2252 S:      Maintained
2253
2254 LED SUBSYSTEM
2255 P:      Richard Purdie
2256 M:      rpurdie@rpsys.net
2257 S:      Maintained
2258
2259 LEGO USB Tower driver
2260 P:      Juergen Stuber
2261 M:      starblue@users.sourceforge.net
2262 L:      legousb-devel@lists.sourceforge.net
2263 W:      http://legousb.sourceforge.net/
2264 S:      Maintained
2265
2266 LINUX FOR IBM pSERIES (RS/6000)
2267 P:      Paul Mackerras
2268 M:      paulus@au.ibm.com
2269 W:      http://www.ibm.com/linux/ltc/projects/ppc
2270 S:      Supported
2271
2272 LINUX FOR NCR VOYAGER
2273 P:      James Bottomley
2274 M:      James.Bottomley@HansenPartnership.com
2275 W:      http://www.hansenpartnership.com/voyager
2276 S:      Maintained
2277
2278 LINUX FOR POWERPC
2279 P:      Paul Mackerras
2280 M:      paulus@samba.org
2281 W:      http://www.penguinppc.org/
2282 L:      linuxppc-dev@ozlabs.org
2283 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2284 S:      Supported
2285
2286 LINUX FOR POWER MACINTOSH
2287 P:      Benjamin Herrenschmidt
2288 M:      benh@kernel.crashing.org
2289 W:      http://www.penguinppc.org/
2290 L:      linuxppc-dev@ozlabs.org
2291 S:      Maintained
2292
2293 LINUX FOR POWERPC EMBEDDED MPC52XX
2294 P:      Sylvain Munaut
2295 M:      tnt@246tNt.com
2296 P:      Grant Likely
2297 M:      grant.likely@secretlab.ca
2298 W:      http://www.246tNt.com/mpc52xx/
2299 W:      http://www.penguinppc.org/
2300 L:      linuxppc-dev@ozlabs.org
2301 S:      Maintained
2302
2303 LINUX FOR POWERPC EMBEDDED PPC4XX
2304 P:      Josh Boyer
2305 M:      jwboyer@linux.vnet.ibm.com
2306 P:      Matt Porter
2307 M:      mporter@kernel.crashing.org
2308 W:      http://www.penguinppc.org/
2309 L:      linuxppc-dev@ozlabs.org
2310 T:      git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
2311 S:      Maintained
2312
2313 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2314 P:      Grant Likely
2315 M:      grant.likely@secretlab.ca
2316 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
2317 L:      linuxppc-dev@ozlabs.org
2318 S:      Maintained
2319
2320 LINUX FOR POWERPC BOOT CODE
2321 P:      Tom Rini
2322 M:      trini@kernel.crashing.org
2323 W:      http://www.penguinppc.org/
2324 L:      linuxppc-dev@ozlabs.org
2325 S:      Maintained
2326
2327 LINUX FOR POWERPC EMBEDDED PPC8XX
2328 P:      Marcelo Tosatti
2329 M:      marcelo@kvack.org
2330 W:      http://www.penguinppc.org/
2331 L:      linuxppc-dev@ozlabs.org
2332 S:      Maintained
2333
2334 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2335 P:      Kumar Gala
2336 M:      galak@kernel.crashing.org
2337 W:      http://www.penguinppc.org/
2338 L:      linuxppc-dev@ozlabs.org
2339 S:      Maintained
2340
2341 LINUX FOR POWERPC PA SEMI PWRFICIENT
2342 P:      Olof Johansson
2343 M:      olof@lixom.net
2344 W:      http://www.pasemi.com/
2345 L:      linuxppc-dev@ozlabs.org
2346 S:      Supported
2347
2348 LLC (802.2)
2349 P:      Arnaldo Carvalho de Melo
2350 M:      acme@ghostprotocols.net
2351 S:      Maintained
2352
2353 LINUX FOR 64BIT POWERPC
2354 P:      Paul Mackerras
2355 M:      paulus@samba.org
2356 M:      paulus@au.ibm.com
2357 P:      Anton Blanchard
2358 M:      anton@samba.org
2359 M:      anton@au.ibm.com
2360 W:      http://www.penguinppc.org/ppc64/
2361 L:      linuxppc-dev@ozlabs.org
2362 S:      Supported
2363
2364 LINUX SECURITY MODULE (LSM) FRAMEWORK
2365 P:      Chris Wright
2366 M:      chrisw@sous-sol.org
2367 L:      linux-security-module@vger.kernel.org
2368 W:      http://lsm.immunix.org
2369 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2370 S:      Supported
2371
2372 LM83 HARDWARE MONITOR DRIVER
2373 P:      Jean Delvare
2374 M:      khali@linux-fr.org
2375 L:      lm-sensors@lm-sensors.org
2376 S:      Maintained
2377
2378 LM90 HARDWARE MONITOR DRIVER
2379 P:      Jean Delvare
2380 M:      khali@linux-fr.org
2381 L:      lm-sensors@lm-sensors.org
2382 S:      Maintained
2383
2384 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2385 P:      Richard Russon (FlatCap)
2386 M:      ldm@flatcap.org
2387 L:      linux-ntfs-dev@lists.sourceforge.net
2388 W:      http://www.linux-ntfs.org/content/view/19/37/
2389 S:      Maintained
2390
2391 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2392 P:      Eric Moore
2393 M:      Eric.Moore@lsi.com
2394 M:      support@lsi.com
2395 L:      mpt_linux_developer@lsi.com
2396 L:      linux-scsi@vger.kernel.org
2397 W:      http://www.lsilogic.com/support
2398 S:      Supported
2399
2400 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2401 P:      Matthew Wilcox
2402 M:      matthew@wil.cx
2403 L:      linux-scsi@vger.kernel.org
2404 S:      Maintained
2405
2406 M32R ARCHITECTURE
2407 P:      Hirokazu Takata
2408 M:      takata@linux-m32r.org
2409 L:      linux-m32r@ml.linux-m32r.org
2410 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2411 W:      http://www.linux-m32r.org/
2412 S:      Maintained
2413
2414 M68K ARCHITECTURE
2415 P:      Geert Uytterhoeven
2416 M:      geert@linux-m68k.org
2417 P:      Roman Zippel
2418 M:      zippel@linux-m68k.org
2419 L:      linux-m68k@lists.linux-m68k.org
2420 W:      http://www.linux-m68k.org/
2421 W:      http://linux-m68k-cvs.ubb.ca/
2422 S:      Maintained
2423
2424 M68K ON APPLE MACINTOSH
2425 P:      Joshua Thompson
2426 M:      funaho@jurai.org
2427 W:      http://www.mac.linux-m68k.org/
2428 L:      linux-mac68k@mac.linux-m68k.org
2429 S:      Maintained
2430
2431 M68K ON HP9000/300
2432 P:      Philip Blundell
2433 M:      philb@gnu.org
2434 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2435 S:      Maintained
2436
2437 MAC80211
2438 P:      Jiri Benc
2439 M:      jbenc@suse.cz
2440 P:      Michael Wu
2441 M:      flamingice@sourmilk.net
2442 L:      linux-wireless@vger.kernel.org
2443 W:      http://linuxwireless.org/
2444 T:      git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2445 S:      Maintained
2446
2447 MACVLAN DRIVER
2448 P:      Patrick McHardy
2449 M:      kaber@trash.net
2450 L:      netdev@vger.kernel.org
2451 S:      Maintained
2452
2453 MARVELL YUKON / SYSKONNECT DRIVER
2454 P:      Mirko Lindner
2455 M:      mlindner@syskonnect.de
2456 P:      Ralph Roesler
2457 M:      rroesler@syskonnect.de
2458 W:      http://www.syskonnect.com
2459 S:      Supported
2460
2461 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2462 P:      Michael Kerrisk
2463 M:      mtk-manpages@gmx.net
2464 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2465 S:      Maintained
2466
2467 MARVELL MV643XX ETHERNET DRIVER
2468 P:      Dale Farnsworth
2469 M:      dale@farnsworth.org
2470 P:      Manish Lachwani
2471 M:      mlachwani@mvista.com
2472 L:      netdev@vger.kernel.org
2473 S:      Odd Fixes for 2.4; Maintained for 2.6.
2474
2475 MATROX FRAMEBUFFER DRIVER
2476 P:      Petr Vandrovec
2477 M:      vandrove@vc.cvut.cz
2478 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2479 S:      Maintained
2480
2481 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2482 P:      Hans J. Koch
2483 M:      hjk@linutronix.de
2484 L:      lm-sensors@lm-sensors.org
2485 S:      Maintained
2486
2487 MEGARAID SCSI DRIVERS
2488 P:      Neela Syam Kolli
2489 M:      megaraidlinux@lsi.com
2490 S:      linux-scsi@vger.kernel.org
2491 W:      http://megaraid.lsilogic.com
2492 S:      Maintained
2493
2494 MEMORY MANAGEMENT
2495 L:      linux-mm@kvack.org
2496 L:      linux-kernel@vger.kernel.org
2497 W:      http://www.linux-mm.org
2498 S:      Maintained
2499
2500 MEMORY TECHNOLOGY DEVICES (MTD)
2501 P:      David Woodhouse
2502 M:      dwmw2@infradead.org
2503 W:      http://www.linux-mtd.infradead.org/
2504 L:      linux-mtd@lists.infradead.org
2505 T:      git git://git.infradead.org/mtd-2.6.git
2506 S:      Maintained
2507
2508 UNSORTED BLOCK IMAGES (UBI)
2509 P:      Artem Bityutskiy
2510 M:      dedekind@infradead.org
2511 W:      http://www.linux-mtd.infradead.org/
2512 L:      linux-mtd@lists.infradead.org
2513 T:      git git://git.infradead.org/~dedekind/ubi-2.6.git
2514 S:      Maintained
2515
2516 MICROTEK X6 SCANNER
2517 P:      Oliver Neukum
2518 M:      oliver@neukum.name
2519 S:      Maintained
2520
2521 MIPS
2522 P:      Ralf Baechle
2523 M:      ralf@linux-mips.org
2524 W:      http://www.linux-mips.org/
2525 L:      linux-mips@linux-mips.org
2526 T:      git www.linux-mips.org:/pub/scm/linux.git
2527 S:      Supported
2528
2529 MISCELLANEOUS MCA-SUPPORT
2530 P:      James Bottomley
2531 M:      jejb@steeleye.com
2532 L:      linux-kernel@vger.kernel.org
2533 S:      Maintained
2534
2535 MODULE SUPPORT
2536 P:      Rusty Russell
2537 M:      rusty@rustcorp.com.au
2538 L:      linux-kernel@vger.kernel.org
2539 S:      Maintained
2540
2541 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2542 P:      Stelian Pop
2543 M:      stelian@popies.net
2544 W:      http://popies.net/meye/
2545 S:      Maintained
2546
2547 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2548 P:      Pavel Pisa
2549 M:      ppisa@pikron.com
2550 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2551 W:      http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2552 S:      Maintained
2553
2554 MOUSE AND MISC DEVICES [GENERAL]
2555 P:      Alessandro Rubini
2556 M:      rubini@ipvvis.unipv.it
2557 L:      linux-kernel@vger.kernel.org
2558 S:      Maintained
2559
2560 MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2561 P:      Jiri Slaby
2562 M:      jirislaby@gmail.com
2563 L:      linux-kernel@vger.kernel.org
2564 S:      Maintained
2565
2566 MSI LAPTOP SUPPORT
2567 P:      Lennart Poettering
2568 M:      mzxreary@0pointer.de
2569 L:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2570 W:      http://0pointer.de/lennart/tchibo.html
2571 S:      Maintained
2572
2573 MTRR AND SIMILAR SUPPORT [i386]
2574 P:      Richard Gooch
2575 M:      rgooch@atnf.csiro.au
2576 L:      linux-kernel@vger.kernel.org
2577 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2578 S:      Maintained
2579
2580 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2581 P:      Pierre Ossman
2582 M:      drzeus-mmc@drzeus.cx
2583 L:      linux-kernel@vger.kernel.org
2584 S:      Maintained
2585
2586 MULTIMEDIA CARD (MMC) ETC. OVER SPI
2587 P:      David Brownell
2588 M:      dbrownell@users.sourceforge.net
2589 L:      linux-kernel@vger.kernel.org
2590 S:      Odd fixes
2591
2592 MULTISOUND SOUND DRIVER
2593 P:      Andrew Veliath
2594 M:      andrewtv@usa.net
2595 S:      Maintained
2596
2597 MULTITECH MULTIPORT CARD (ISICOM)
2598 P:      Jiri Slaby
2599 M:      jirislaby@gmail.com
2600 L:      linux-kernel@vger.kernel.org
2601 S:      Maintained
2602
2603 NATSEMI ETHERNET DRIVER (DP8381x)
2604 P:      Tim Hockin
2605 M:      thockin@hockin.org
2606 S:      Maintained
2607
2608 NCP FILESYSTEM
2609 P:      Petr Vandrovec
2610 M:      vandrove@vc.cvut.cz
2611 L:      linware@sh.cvut.cz
2612 S:      Maintained
2613
2614 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2615 P:      James E.J. Bottomley
2616 M:      James.Bottomley@HansenPartnership.com
2617 L:      linux-scsi@vger.kernel.org
2618 S:      Maintained
2619
2620 NETEM NETWORK EMULATOR
2621 P:      Stephen Hemminger
2622 M:      shemminger@linux-foundation.org
2623 L:      netem@lists.linux-foundation.org
2624 S:      Maintained
2625
2626 NETERION (S2IO) Xframe 10GbE DRIVER
2627 P:      Ramkrishna Vepa
2628 M:      ram.vepa@neterion.com
2629 P:      Rastapur Santosh
2630 M:      santosh.rastapur@neterion.com
2631 P:      Sivakumar Subramani
2632 M:      sivakumar.subramani@neterion.com
2633 P:      Sreenivasa Honnur
2634 M:      sreenivasa.honnur@neterion.com
2635 L:      netdev@vger.kernel.org
2636 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2637 S:      Supported
2638
2639 NETFILTER/IPTABLES/IPCHAINS
2640 P:      Rusty Russell
2641 P:      Marc Boucher
2642 P:      James Morris
2643 P:      Harald Welte
2644 P:      Jozsef Kadlecsik
2645 P:      Patrick McHardy
2646 M:      kaber@trash.net
2647 L:      netfilter-devel@vger.kernel.org
2648 L:      netfilter@vger.kernel.org
2649 L:      coreteam@netfilter.org
2650 W:      http://www.netfilter.org/
2651 W:      http://www.iptables.org/
2652 S:      Supported
2653
2654 NETLABEL
2655 P:      Paul Moore
2656 M:      paul.moore@hp.com
2657 W:      http://netlabel.sf.net
2658 L:      netdev@vger.kernel.org
2659 S:      Supported
2660
2661 NETROM NETWORK LAYER
2662 P:      Ralf Baechle
2663 M:      ralf@linux-mips.org
2664 L:      linux-hams@vger.kernel.org
2665 W:      http://www.linux-ax25.org/
2666 S:      Maintained
2667
2668 NETWORK BLOCK DEVICE (NBD)
2669 P:      Paul Clements
2670 M:      Paul.Clements@steeleye.com
2671 S:      Maintained
2672
2673 NETWORK DEVICE DRIVERS
2674 P:      Andrew Morton
2675 M:      akpm@linux-foundation.org
2676 P:      Jeff Garzik
2677 M:      jgarzik@pobox.com
2678 L:      netdev@vger.kernel.org
2679 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2680 S:      Maintained
2681
2682 NETWORKING [GENERAL]
2683 P:      Networking Team
2684 M:      netdev@vger.kernel.org
2685 L:      netdev@vger.kernel.org
2686 W:      http://linux-net.osdl.org/
2687 S:      Maintained
2688
2689 NETWORKING [IPv4/IPv6]
2690 P:      David S. Miller
2691 M:      davem@davemloft.net
2692 P:      Alexey Kuznetsov
2693 M:      kuznet@ms2.inr.ac.ru
2694 P:      Pekka Savola (ipv6)
2695 M:      pekkas@netcore.fi
2696 P:      James Morris
2697 M:      jmorris@namei.org
2698 P:      Hideaki YOSHIFUJI
2699 M:      yoshfuji@linux-ipv6.org
2700 P:      Patrick McHardy
2701 M:      kaber@trash.net
2702 L:      netdev@vger.kernel.org
2703 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2704 S:      Maintained
2705
2706 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2707 P:      Paul Moore
2708 M:      paul.moore@hp.com
2709 L:      netdev@vger.kernel.org
2710 S:      Maintained
2711
2712 NETWORKING [WIRELESS]
2713 P:      John W. Linville
2714 M:      linville@tuxdriver.com
2715 L:      linux-wireless@vger.kernel.org
2716 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2717 S:      Maintained
2718
2719 NETXEN (1/10) GbE SUPPORT
2720 P:      Amit S. Kale
2721 M:      amitkale@netxen.com
2722 L:      netdev@vger.kernel.org
2723 W:      http://www.netxen.com
2724 S:      Supported
2725
2726 IPVS
2727 P:      Wensong Zhang
2728 M:      wensong@linux-vs.org
2729 P:      Simon Horman
2730 M:      horms@verge.net.au
2731 P:      Julian Anastasov
2732 M:      ja@ssi.bg
2733 L:      netdev@vger.kernel.org
2734 S:      Maintained
2735
2736 NFS CLIENT
2737 P:      Trond Myklebust
2738 M:      trond.myklebust@fys.uio.no
2739 L:      linux-kernel@vger.kernel.org
2740 S:      Maintained
2741
2742 NI5010 NETWORK DRIVER
2743 P:      Jan-Pascal van Best
2744 M:      janpascal@vanbest.org
2745 P:      Andreas Mohr
2746 M:      andi@lisas.de
2747 L:      netdev@vger.kernel.org
2748 S:      Maintained
2749
2750 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2751 P:      YOKOTA Hiroshi
2752 M:      yokota@netlab.is.tsukuba.ac.jp
2753 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2754 S:      Maintained
2755
2756 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2757 P:      GOTO Masanori
2758 M:      gotom@debian.or.jp
2759 P:      YOKOTA Hiroshi
2760 M:      yokota@netlab.is.tsukuba.ac.jp
2761 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2762 S:      Maintained
2763
2764 NTFS FILESYSTEM
2765 P:      Anton Altaparmakov
2766 M:      aia21@cantab.net
2767 L:      linux-ntfs-dev@lists.sourceforge.net
2768 L:      linux-kernel@vger.kernel.org
2769 W:      http://linux-ntfs.sf.net/
2770 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2771 S:      Maintained
2772
2773 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2774 P:      Antonino Daplas
2775 M:      adaplas@gmail.com
2776 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2777 S:      Maintained
2778
2779 OPENCORES I2C BUS DRIVER
2780 P:      Peter Korsgaard
2781 M:      jacmet@sunsite.dk
2782 L:      i2c@lm-sensors.org
2783 S:      Maintained
2784
2785 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2786 P:      Mark Fasheh
2787 M:      mark.fasheh@oracle.com
2788 P:      Kurt Hackel
2789 M:      kurt.hackel@oracle.com
2790 L:      ocfs2-devel@oss.oracle.com
2791 W:      http://oss.oracle.com/projects/ocfs2/
2792 S:      Supported
2793
2794 OLYMPIC NETWORK DRIVER
2795 P:      Peter De Shrijver
2796 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2797 P:      Mike Phillips
2798 M:      mikep@linuxtr.net
2799 L:      netdev@vger.kernel.org
2800 L:      linux-tr@linuxtr.net
2801 W:      http://www.linuxtr.net
2802 S:      Maintained
2803
2804 OMNIKEY CARDMAN 4000 DRIVER
2805 P:      Harald Welte
2806 M:      laforge@gnumonks.org
2807 S:      Maintained
2808
2809 OMNIKEY CARDMAN 4040 DRIVER
2810 P:      Harald Welte
2811 M:      laforge@gnumonks.org
2812 S:      Maintained
2813
2814 OMNIVISION OV7670 SENSOR DRIVER
2815 P:      Jonathan Corbet
2816 M:      corbet@lwn.net
2817 L:      video4linux-list@redhat.com
2818 S:      Maintained
2819
2820 ONENAND FLASH DRIVER
2821 P:      Kyungmin Park
2822 M:      kyungmin.park@samsung.com
2823 L:      linux-mtd@lists.infradead.org
2824 S:      Maintained
2825
2826 ONSTREAM SCSI TAPE DRIVER
2827 P:      Willem Riede
2828 M:      osst@riede.org
2829 L:      osst-users@lists.sourceforge.net
2830 L:      linux-scsi@vger.kernel.org
2831 S:      Maintained
2832
2833 OPROFILE
2834 P:      Philippe Elie
2835 M:      phil.el@wanadoo.fr
2836 L:      oprofile-list@lists.sf.net
2837 S:      Maintained
2838
2839 ORINOCO DRIVER
2840 P:      Pavel Roskin
2841 M:      proski@gnu.org
2842 P:      David Gibson
2843 M:      hermes@gibson.dropbear.id.au
2844 L:      linux-wireless@vger.kernel.org
2845 L:      orinoco-users@lists.sourceforge.net
2846 L:      orinoco-devel@lists.sourceforge.net
2847 W:      http://www.nongnu.org/orinoco/
2848 S:      Maintained
2849
2850 PA SEMI ETHERNET DRIVER
2851 P:      Olof Johansson
2852 M:      olof@lixom.net
2853 L:      netdev@vger.kernel.org
2854 S:      Maintained
2855
2856 PA SEMI SMBUS DRIVER
2857 P:      Olof Johansson
2858 M:      olof@lixom.net
2859 L:      i2c@lm-sensors.org
2860 S:      Maintained
2861
2862 PARALLEL PORT SUPPORT
2863 L:      linux-parport@lists.infradead.org (subscribers-only)
2864 S:      Orphan
2865
2866 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2867 P:      Tim Waugh
2868 M:      tim@cyberelk.net
2869 L:      linux-parport@lists.infradead.org (subscribers-only)
2870 W:      http://www.torque.net/linux-pp.html
2871 S:      Maintained
2872
2873 PARISC ARCHITECTURE
2874 P:      Matthew Wilcox
2875 M:      matthew@wil.cx
2876 P:      Grant Grundler
2877 M:      grundler@parisc-linux.org
2878 P:      Kyle McMartin
2879 M:      kyle@parisc-linux.org
2880 L:      parisc-linux@parisc-linux.org
2881 W:      http://www.parisc-linux.org/
2882 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2883 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2884 S:      Maintained
2885
2886 PARAVIRT_OPS INTERFACE
2887 P:      Jeremy Fitzhardinge
2888 M:      jeremy@xensource.com
2889 P:      Chris Wright
2890 M:      chrisw@sous-sol.org
2891 P:      Zachary Amsden
2892 M:      zach@vmware.com
2893 P:      Rusty Russell
2894 M:      rusty@rustcorp.com.au
2895 L:      virtualization@lists.osdl.org
2896 L:      linux-kernel@vger.kernel.org
2897 S:      Supported
2898
2899 PC87360 HARDWARE MONITORING DRIVER
2900 P:      Jim Cromie
2901 M:      jim.cromie@gmail.com
2902 L:      lm-sensors@lm-sensors.org
2903 S:      Maintained
2904
2905 PC8736x GPIO DRIVER
2906 P:      Jim Cromie
2907 M:      jim.cromie@gmail.com
2908 S:      Maintained
2909
2910 PCI ERROR RECOVERY
2911 P:      Linas Vepstas
2912 M:      linas@austin.ibm.com
2913 L:      linux-kernel@vger.kernel.org
2914 L:      linux-pci@atrey.karlin.mff.cuni.cz
2915 S:      Supported
2916
2917 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2918 P:      Thomas Sailer
2919 M:      sailer@ife.ee.ethz.ch
2920 L:      linux-sound@vger.kernel.org
2921 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2922 S:      Maintained
2923
2924 PCI SUBSYSTEM
2925 P:      Greg Kroah-Hartman
2926 M:      gregkh@suse.de
2927 L:      linux-kernel@vger.kernel.org
2928 L:      linux-pci@atrey.karlin.mff.cuni.cz
2929 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2930 S:      Supported
2931
2932 PCI HOTPLUG CORE
2933 P:      Kristen Carlson Accardi
2934 M:      kristen.c.accardi@intel.com
2935 S:      Supported
2936
2937 PCIE HOTPLUG DRIVER
2938 P:      Kristen Carlson Accardi
2939 M:      kristen.c.accardi@intel.com
2940 L:      pcihpd-discuss@lists.sourceforge.net
2941 S:      Supported
2942
2943 PCMCIA SUBSYSTEM
2944 P:      Linux PCMCIA Team
2945 L:      linux-pcmcia@lists.infradead.org
2946 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2947 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2948 S:      Maintained
2949
2950 PCNET32 NETWORK DRIVER
2951 P:      Don Fry
2952 M:      pcnet32@verizon.net
2953 L:      netdev@vger.kernel.org
2954 S:      Maintained
2955
2956 PER-TASK DELAY ACCOUNTING
2957 P:      Shailabh Nagar
2958 M:      nagar@watson.ibm.com
2959 L:      linux-kernel@vger.kernel.org
2960 S:      Maintained
2961
2962 PERSONALITY HANDLING
2963 P:      Christoph Hellwig
2964 M:      hch@infradead.org
2965 L:      linux-abi-devel@lists.sourceforge.net
2966 S:      Maintained
2967
2968 PHRAM MTD DRIVER
2969 P:      Jörn Engel
2970 M:      joern@wh.fh-wedel.de
2971 L:      linux-mtd@lists.infradead.org
2972 S:      Maintained
2973
2974 PKTCDVD DRIVER
2975 P:      Peter Osterlund
2976 M:      petero2@telia.com
2977 L:      linux-kernel@vger.kernel.org
2978 S:      Maintained
2979
2980 POSIX CLOCKS and TIMERS
2981 P:      Thomas Gleixner
2982 M:      tglx@linutronix.de
2983 L:      linux-kernel@vger.kernel.org
2984 S:      Supported
2985
2986 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2987 P:      Anton Vorontsov
2988 M:      cbou@mail.ru
2989 P:      David Woodhouse
2990 M:      dwmw2@infradead.org
2991 L:      linux-kernel@vger.kernel.org
2992 L:      kernel-discuss@handhelds.org
2993 T:      git git.infradead.org/battery-2.6.git
2994 S:      Maintained
2995
2996 POWERPC 4xx EMAC DRIVER
2997 P:      Eugene Surovegin
2998 M:      ebs@ebshome.net
2999 W:      http://kernel.ebshome.net/emac/
3000 L:      linuxppc-dev@ozlabs.org
3001 L:      netdev@vger.kernel.org
3002 S:      Maintained
3003
3004 PNP SUPPORT
3005 P:      Adam Belay
3006 M:      ambx1@neo.rr.com
3007 S:      Maintained
3008
3009 PNXxxxx I2C DRIVER
3010 P:      Vitaly Wool
3011 M:      vitalywool@gmail.com
3012 L:      i2c@lm-sensors.org
3013 S:      Maintained
3014
3015 PPP PROTOCOL DRIVERS AND COMPRESSORS
3016 P:      Paul Mackerras
3017 M:      paulus@samba.org
3018 L:      linux-ppp@vger.kernel.org
3019 S:      Maintained
3020
3021 PPP OVER ATM (RFC 2364)
3022 P:      Mitchell Blank Jr
3023 M:      mitch@sfgoth.com
3024 S:      Maintained
3025
3026 PPP OVER ETHERNET
3027 P:      Michal Ostrowski
3028 M:      mostrows@speakeasy.net
3029 S:      Maintained
3030
3031 PPP OVER L2TP
3032 P:      James Chapman
3033 M:      jchapman@katalix.com
3034 S:      Maintained
3035
3036 PREEMPTIBLE KERNEL
3037 P:      Robert Love
3038 M:      rml@tech9.net
3039 L:      linux-kernel@vger.kernel.org
3040 L:      kpreempt-tech@lists.sourceforge.net
3041 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3042 S:      Supported
3043
3044 P54 WIRELESS DRIVER
3045 P:      Michael Wu
3046 M:      flamingice@sourmilk.net
3047 L:      linux-wireless@vger.kernel.org
3048 W:      http://prism54.org
3049 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3050 S:      Maintained
3051
3052 PRISM54 WIRELESS DRIVER
3053 P:      Luis R. Rodriguez
3054 M:      mcgrof@gmail.com
3055 L:      linux-wireless@vger.kernel.org
3056 W:      http://prism54.org
3057 S:      Maintained
3058
3059 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3060 P:      Peter Denison
3061 M:      promise@pnd-pc.demon.co.uk
3062 W:      http://www.pnd-pc.demon.co.uk/promise/
3063 S:      Maintained
3064
3065 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3066 P:      Mikael Pettersson
3067 M:      mikpe@it.uu.se
3068 L:      linux-ide@vger.kernel.org
3069 S:      Maintained
3070
3071 PS3 NETWORK SUPPORT
3072 P:      Masakazu Mokuno
3073 M:      mokuno@sm.sony.co.jp
3074 L:      netdev@vger.kernel.org
3075 L:      cbe-oss-dev@ozlabs.org
3076 S:      Supported
3077
3078 PS3 PLATFORM SUPPORT
3079 P:      Geoff Levand
3080 M:      geoffrey.levand@am.sony.com
3081 L:      linuxppc-dev@ozlabs.org
3082 L:      cbe-oss-dev@ozlabs.org
3083 S:      Supported
3084
3085 PVRUSB2 VIDEO4LINUX DRIVER
3086 P:      Mike Isely
3087 M:      isely@pobox.com
3088 L:      pvrusb2@isely.net       (subscribers-only)
3089 L:      video4linux-list@redhat.com
3090 W:      http://www.isely.net/pvrusb2/
3091 S:      Maintained
3092
3093 PXA2xx SUPPORT
3094 P:      Nicolas Pitre
3095 M:      nico@cam.org
3096 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3097 S:      Maintained
3098
3099 PXA MMCI DRIVER
3100 S:      Orphan
3101
3102 QLOGIC QLA2XXX FC-SCSI DRIVER
3103 P:      Andrew Vasquez
3104 M:      linux-driver@qlogic.com
3105 L:      linux-scsi@vger.kernel.org
3106 S:      Supported
3107
3108 QLOGIC QLA3XXX NETWORK DRIVER
3109 P:      Ron Mercer
3110 M:      linux-driver@qlogic.com
3111 L:      netdev@vger.kernel.org
3112 S:      Supported
3113
3114 QNX4 FILESYSTEM
3115 P:      Anders Larsen
3116 M:      al@alarsen.net
3117 L:      linux-kernel@vger.kernel.org
3118 W:      http://www.alarsen.net/linux/qnx4fs/
3119 S:      Maintained
3120
3121 RADEON FRAMEBUFFER DISPLAY DRIVER
3122 P:      Benjamin Herrenschmidt
3123 M:      benh@kernel.crashing.org
3124 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3125 S:      Maintained
3126
3127 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3128 P:      Paul Mackerras
3129 M:      paulus@samba.org
3130 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3131 S:      Maintained
3132
3133 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3134 P:      Corey Thomas
3135 M:      corey@world.std.com
3136 L:      linux-wireless@vger.kernel.org
3137 S:      Maintained
3138
3139 RALINK RT2X00 WLAN DRIVER
3140 P:      rt2x00 project
3141 L:      linux-wireless@vger.kernel.org
3142 L:      rt2400-devel@lists.sourceforge.net
3143 W:      http://rt2x00.serialmonkey.com/
3144 S:      Maintained
3145 F:      drivers/net/wireless/rt2x00/
3146
3147 RANDOM NUMBER DRIVER
3148 P:      Matt Mackall
3149 M:      mpm@selenic.com
3150 S:      Maintained
3151
3152 RAPIDIO SUBSYSTEM
3153 P:      Matt Porter
3154 M:      mporter@kernel.crashing.org
3155 L:      linux-kernel@vger.kernel.org
3156 S:      Maintained
3157
3158 READ-COPY UPDATE (RCU)
3159 P:      Dipankar Sarma
3160 M:      dipankar@in.ibm.com
3161 W:      http://www.rdrop.com/users/paulmck/rclock/
3162 L:      linux-kernel@vger.kernel.org
3163 S:      Supported
3164
3165 RCUTORTURE MODULE
3166 P:      Josh Triplett
3167 M:      josh@freedesktop.org
3168 L:      linux-kernel@vger.kernel.org
3169 S:      Maintained
3170
3171 REAL TIME CLOCK DRIVER
3172 P:      Paul Gortmaker
3173 M:      p_gortmaker@yahoo.com
3174 L:      linux-kernel@vger.kernel.org
3175 S:      Maintained
3176
3177 REAL TIME CLOCK (RTC) SUBSYSTEM
3178 P:      Alessandro Zummo
3179 M:      a.zummo@towertech.it
3180 L:      rtc-linux@googlegroups.com
3181 S:      Maintained
3182
3183 REISERFS FILE SYSTEM
3184 P:      Hans Reiser
3185 M:      reiserfs-dev@namesys.com
3186 L:      reiserfs-devel@vger.kernel.org
3187 W:      http://www.namesys.com
3188 S:      Supported
3189
3190 ROCKETPORT DRIVER
3191 P:      Comtrol Corp.
3192 W:      http://www.comtrol.com
3193 S:      Maintained
3194
3195 ROSE NETWORK LAYER
3196 P:      Ralf Baechle
3197 M:      ralf@linux-mips.org
3198 L:      linux-hams@vger.kernel.org
3199 W:      http://www.linux-ax25.org/
3200 S:      Maintained
3201
3202 RISCOM8 DRIVER
3203 S:      Orphan
3204
3205 RTL818X WIRELESS DRIVER
3206 P:      Michael Wu
3207 M:      flamingice@sourmilk.net
3208 P:      Andrea Merello
3209 M:      andreamrl@tiscali.it
3210 L:      linux-wireless@vger.kernel.org
3211 W:      http://linuxwireless.org/
3212 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3213 S:      Maintained
3214
3215 S3 SAVAGE FRAMEBUFFER DRIVER
3216 P:      Antonino Daplas
3217 M:      adaplas@gmail.com
3218 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3219 S:      Maintained
3220
3221 S390
3222 P:      Martin Schwidefsky
3223 M:      schwidefsky@de.ibm.com
3224 P:      Heiko Carstens
3225 M:      heiko.carstens@de.ibm.com
3226 M:      linux390@de.ibm.com
3227 L:      linux-s390@vger.kernel.org
3228 W:      http://www.ibm.com/developerworks/linux/linux390/
3229 S:      Supported
3230
3231 S390 NETWORK DRIVERS
3232 P:      Ursula Braun
3233 M:      ubraun@linux.vnet.ibm.com
3234 M:      linux390@de.ibm.com
3235 L:      linux-s390@vger.kernel.org
3236 W:      http://www.ibm.com/developerworks/linux/linux390/
3237 S:      Supported
3238
3239 S390 ZFCP DRIVER
3240 P:      Swen Schillig
3241 M:      swen@vnet.ibm.com
3242 M:      linux390@de.ibm.com
3243 L:      linux-s390@vger.kernel.org
3244 W:      http://www.ibm.com/developerworks/linux/linux390/
3245 S:      Supported
3246
3247 S390 IUCV NETWORK LAYER
3248 P:      Ursula Braun
3249 M:      ubraun@linux.vnet.ibm.com
3250 M:      linux390@de.ibm.com
3251 L:      linux-s390@vger.kernel.org
3252 W:      http://www.ibm.com/developerworks/linux/linux390/
3253 S:      Supported
3254
3255 SAA7146 VIDEO4LINUX-2 DRIVER
3256 P:      Michael Hunold
3257 M:      michael@mihu.de
3258 W:      http://www.mihu.de/linux/saa7146
3259 S:      Maintained
3260
3261 SC1200 WDT DRIVER
3262 P:      Zwane Mwaikambo
3263 M:      zwane@arm.linux.org.uk
3264 S:      Maintained
3265
3266 SCHEDULER
3267 P:      Ingo Molnar
3268 M:      mingo@elte.hu
3269 P:      Robert Love    [the preemptible kernel bits]
3270 M:      rml@tech9.net
3271 L:      linux-kernel@vger.kernel.org
3272 S:      Maintained
3273
3274 SCSI CDROM DRIVER
3275 P:      Jens Axboe
3276 M:      axboe@kernel.dk
3277 L:      linux-scsi@vger.kernel.org
3278 W:      http://www.kernel.dk
3279 S:      Maintained
3280
3281 SCSI SG DRIVER
3282 P:      Doug Gilbert
3283 M:      dgilbert@interlog.com
3284 L:      linux-scsi@vger.kernel.org
3285 W:      http://www.torque.net/sg
3286 S:      Maintained
3287
3288 SCSI SUBSYSTEM
3289 P:      James E.J. Bottomley
3290 M:      James.Bottomley@SteelEye.com
3291 L:      linux-scsi@vger.kernel.org
3292 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3293 S:      Maintained
3294
3295 SCSI TAPE DRIVER
3296 P:      Kai Mäkisara
3297 M:      Kai.Makisara@kolumbus.fi
3298 L:      linux-scsi@vger.kernel.org
3299 S:      Maintained
3300
3301 SCTP PROTOCOL
3302 P:      Vlad Yasevich
3303 M:      vladislav.yasevich@hp.com
3304 P:      Sridhar Samudrala
3305 M:      sri@us.ibm.com
3306 L:      lksctp-developers@lists.sourceforge.net
3307 W:      http://lksctp.sourceforge.net
3308 S:      Supported
3309
3310 SCx200 CPU SUPPORT
3311 P:      Jim Cromie
3312 M:      jim.cromie@gmail.com
3313 S:      Odd Fixes
3314
3315 SCx200 GPIO DRIVER
3316 P:      Jim Cromie
3317 M:      jim.cromie@gmail.com
3318 S:      Maintained
3319
3320 SCx200 HRT CLOCKSOURCE DRIVER
3321 P:      Jim Cromie
3322 M:      jim.cromie@gmail.com
3323 S:      Maintained
3324
3325 SECURITY CONTACT
3326 P:      Security Officers
3327 M:      security@kernel.org
3328 S:      Supported
3329
3330 SELINUX SECURITY MODULE
3331 P:      Stephen Smalley
3332 M:      sds@tycho.nsa.gov
3333 P:      James Morris
3334 M:      jmorris@namei.org
3335 P:      Eric Paris
3336 M:      eparis@parisplace.org
3337 L:      linux-kernel@vger.kernel.org (kernel issues)
3338 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3339 W:      http://www.nsa.gov/selinux
3340 S:      Supported
3341
3342 SENSABLE PHANTOM
3343 P:      Jiri Slaby
3344 M:      jirislaby@gmail.com
3345 S:      Maintained
3346
3347 SERIAL ATA (SATA) SUBSYSTEM:
3348 P:      Jeff Garzik
3349 M:      jgarzik@pobox.com
3350 L:      linux-ide@vger.kernel.org
3351 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3352 S:      Supported
3353
3354 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3355 P:      Pat Gefre
3356 M:      pfg@sgi.com
3357 L:      linux-ia64@vger.kernel.org
3358 S:      Supported
3359
3360 SGI VISUAL WORKSTATION 320 AND 540
3361 P:      Andrey Panin
3362 M:      pazke@donpac.ru
3363 L:      linux-visws-devel@lists.sf.net
3364 W:      http://linux-visws.sf.net
3365 S:      Maintained for 2.6.
3366
3367 SIMTEC EB110ATX (Chalice CATS)
3368 P:      Ben Dooks
3369 P:      Vincent Sanders
3370 M:      support@simtec.co.uk
3371 W:      http://www.simtec.co.uk/products/EB110ATX/
3372 S:      Supported
3373
3374 SIMTEC EB2410ITX (BAST)
3375 P:      Ben Dooks
3376 P:      Vincent Sanders
3377 M:      support@simtec.co.uk
3378 W:      http://www.simtec.co.uk/products/EB2410ITX/
3379 S:      Supported
3380
3381 SIS 190 ETHERNET DRIVER
3382 P:      Francois Romieu
3383 M:      romieu@fr.zoreil.com
3384 L:      netdev@vger.kernel.org
3385 S:      Maintained
3386
3387 SIS 5513 IDE CONTROLLER DRIVER
3388 P:      Lionel Bouton
3389 M:      Lionel.Bouton@inet6.fr
3390 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3391 W:      http://gyver.homeip.net/sis5513/index.html
3392 S:      Maintained
3393
3394 SIS 900/7016 FAST ETHERNET DRIVER
3395 P:      Daniele Venzano
3396 M:      venza@brownhat.org
3397 W:      http://www.brownhat.org/sis900.html
3398 L:      netdev@vger.kernel.org
3399 S:      Maintained
3400
3401 SIS 96X I2C/SMBUS DRIVER
3402 P:      Mark M. Hoffman
3403 M:      mhoffman@lightlink.com
3404 L:      lm-sensors@lm-sensors.org
3405 S:      Maintained
3406
3407 SIS FRAMEBUFFER DRIVER
3408 P:      Thomas Winischhofer
3409 M:      thomas@winischhofer.net
3410 W:      http://www.winischhofer.net/linuxsisvga.shtml
3411 S:      Maintained
3412
3413 SIS USB2VGA DRIVER
3414 P:      Thomas Winischhofer
3415 M:      thomas@winischhofer.net
3416 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3417 S:      Maintained
3418
3419 SLAB ALLOCATOR
3420 P:      Christoph Lameter
3421 M:      clameter@sgi.com
3422 P:      Pekka Enberg
3423 M:      penberg@cs.helsinki.fi
3424 L:      linux-mm@kvack.org
3425 S:      Maintained
3426
3427 SMC91x ETHERNET DRIVER
3428 P:      Nicolas Pitre
3429 M:      nico@cam.org
3430 S:      Maintained
3431
3432 SMSC47B397 HARDWARE MONITOR DRIVER
3433 P:      Mark M. Hoffman
3434 M:      mhoffman@lightlink.com
3435 L:      lm-sensors@lm-sensors.org
3436 S:      Maintained
3437
3438 SOFTMAC LAYER (IEEE 802.11)
3439 P:      Johannes Berg
3440 M:      johannes@sipsolutions.net
3441 P:      Joe Jezak
3442 M:      josejx@gentoo.org
3443 P:      Daniel Drake
3444 M:      dsd@gentoo.org
3445 W:      http://softmac.sipsolutions.net/
3446 L:      linux-wireless@vger.kernel.org
3447 S:      Maintained
3448
3449 SOFTWARE RAID (Multiple Disks) SUPPORT
3450 P:      Ingo Molnar
3451 M:      mingo@redhat.com
3452 P:      Neil Brown
3453 M:      neilb@suse.de
3454 L:      linux-raid@vger.kernel.org
3455 S:      Supported
3456
3457 HIBERNATION (aka Software Suspend, aka swsusp):
3458 P:      Pavel Machek
3459 M:      pavel@suse.cz
3460 P:      Rafael J. Wysocki
3461 M:      rjw@sisk.pl
3462 L:      linux-pm@lists.linux-foundation.org
3463 S:      Supported
3464
3465 SUSPEND TO RAM:
3466 P:      Pavel Machek
3467 M:      pavel@suse.cz
3468 P:      Rafael J. Wysocki
3469 M:      rjw@sisk.pl
3470 L:      linux-pm@lists.linux-foundation.org
3471 S:      Maintained
3472
3473 SONIC NETWORK DRIVER
3474 P:      Thomas Bogendoerfer
3475 M:      tsbogend@alpha.franken.de
3476 L:      netdev@vger.kernel.org
3477 S:      Maintained
3478
3479 SONICS SILICON BACKPLANE DRIVER (SSB)
3480 P:      Michael Buesch
3481 M:      mb@bu3sch.de
3482 L:      netdev@vger.kernel.org
3483 S:      Maintained
3484
3485 SONY VAIO CONTROL DEVICE DRIVER
3486 P:      Mattia Dongili
3487 M:      malattia@linux.it
3488 L:      linux-acpi@vger.kernel.org
3489 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3490 S:      Maintained
3491
3492 SOUND
3493 P:      Jaroslav Kysela
3494 M:      perex@suse.cz
3495 L:      alsa-devel@alsa-project.org (subscribers-only)
3496 S:      Maintained
3497
3498 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3499 P:      Liam Girdwood
3500 M:      liam.girdwood@wolfsonmicro.com
3501 L:      alsa-devel@alsa-project.org (subscribers-only)
3502 S:      Supported
3503
3504 SPI SUBSYSTEM
3505 P:      David Brownell
3506 M:      dbrownell@users.sourceforge.net
3507 L:      spi-devel-general@lists.sourceforge.net
3508 S:      Maintained
3509
3510 STABLE BRANCH:
3511 P:      Greg Kroah-Hartman
3512 M:      greg@kroah.com
3513 P:      Chris Wright
3514 M:      chrisw@sous-sol.org
3515 L:      stable@kernel.org
3516 S:      Maintained
3517
3518 TPM DEVICE DRIVER
3519 P:      Kylene Hall
3520 M:      tpmdd-devel@lists.sourceforge.net
3521 W:      http://tpmdd.sourceforge.net
3522 P:      Marcel Selhorst
3523 M:      tpm@selhorst.net
3524 W:      http://www.prosec.rub.de/tpm/
3525 L:      tpmdd-devel@lists.sourceforge.net
3526 S:      Maintained
3527
3528 Telecom Clock Driver for MCPL0010
3529 P:      Mark Gross
3530 M:      mark.gross@intel.com
3531 S:      Supported
3532
3533 TENSILICA XTENSA PORT (xtensa):
3534 P:      Chris Zankel
3535 M:      chris@zankel.net
3536 S:      Maintained
3537
3538 THINKPAD ACPI EXTRAS DRIVER
3539 P:      Henrique de Moraes Holschuh
3540 M:      ibm-acpi@hmh.eng.br
3541 L:      ibm-acpi-devel@lists.sourceforge.net
3542 W:      http://ibm-acpi.sourceforge.net
3543 W:      http://thinkwiki.org/wiki/Ibm-acpi
3544 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3545 S:      Maintained
3546
3547 UltraSPARC (sparc64):
3548 P:      David S. Miller
3549 M:      davem@davemloft.net
3550 L:      sparclinux@vger.kernel.org
3551 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3552 S:      Maintained
3553
3554 SHARP LH SUPPORT (LH7952X & LH7A40X)
3555 P:      Marc Singer
3556 M:      elf@buici.com
3557 W:      http://projects.buici.com/arm
3558 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3559 S:      Maintained
3560
3561 SHPC HOTPLUG DRIVER
3562 P:      Kristen Carlson Accardi
3563 M:      kristen.c.accardi@intel.com
3564 L:      pcihpd-discuss@lists.sourceforge.net
3565 S:      Supported
3566
3567 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3568 P:      Pierre Ossman
3569 M:      drzeus-sdhci@drzeus.cx
3570 L:      sdhci-devel@list.drzeus.cx
3571 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3572 S:      Maintained
3573
3574 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3575 P:      Stephen Hemminger
3576 M:      shemminger@linux-foundation.org
3577 L:      netdev@vger.kernel.org
3578 S:      Maintained
3579
3580 SOEKRIS NET48XX LED SUPPORT
3581 P:      Chris Boot
3582 M:      bootc@bootc.net
3583 S:      Maintained
3584
3585 SPARC (sparc32):
3586 P:      William L. Irwin
3587 M:      wli@holomorphy.com
3588 L:      sparclinux@vger.kernel.org
3589 S:      Maintained
3590
3591 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3592 P:      Roger Wolff
3593 M:      R.E.Wolff@BitWizard.nl
3594 L:      linux-kernel@vger.kernel.org ?
3595 S:      Supported
3596
3597 SPIDERNET NETWORK DRIVER for CELL
3598 P:      Linas Vepstas
3599 M:      linas@austin.ibm.com
3600 L:      netdev@vger.kernel.org
3601 S:      Supported
3602
3603 SRM (Alpha) environment access
3604 P:      Jan-Benedict Glaw
3605 M:      jbglaw@lug-owl.de
3606 L:      linux-kernel@vger.kernel.org
3607 S:      Maintained
3608
3609 STARFIRE/DURALAN NETWORK DRIVER
3610 P:      Ion Badulescu
3611 M:      ionut@cs.columbia.edu
3612 S:      Maintained
3613
3614 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3615 W:      http://mosquitonet.Stanford.EDU/strip.html
3616 S:      Unsupported ?
3617
3618 STRADIS MPEG-2 DECODER DRIVER
3619 P:      Nathan Laredo
3620 M:      laredo@gnu.org
3621 W:      http://www.stradis.com/
3622 S:      Maintained
3623
3624 SUPERH (sh)
3625 P:      Paul Mundt
3626 M:      lethal@linux-sh.org
3627 L:      linuxsh-dev@lists.sourceforge.net (subscribers-only)
3628 W:      http://www.linux-sh.org
3629 S:      Maintained
3630
3631 SUPERH64 (sh64)
3632 P:      Paul Mundt
3633 M:      lethal@linux-sh.org
3634 L:      linuxsh-shmedia-dev@lists.sourceforge.net
3635 W:      http://www.linux-sh.org
3636 S:      Maintained
3637
3638 SUN3/3X
3639 P:      Sam Creasey
3640 M:      sammy@sammy.net
3641 W:      http://sammy.net/sun3/
3642 S:      Maintained
3643
3644 SVGA HANDLING
3645 P:      Martin Mares
3646 M:      mj@ucw.cz
3647 L:      linux-video@atrey.karlin.mff.cuni.cz
3648 S:      Maintained
3649
3650 SYSV FILESYSTEM
3651 P:      Christoph Hellwig
3652 M:      hch@infradead.org
3653 S:      Maintained
3654
3655 TC CLASSIFIER
3656 P:      Jamal Hadi Salim
3657 M:      hadi@cyberus.ca
3658 L:      netdev@vger.kernel.org
3659 S:      Maintained
3660
3661 TCP LOW PRIORITY MODULE
3662 P:      Wong Hoi Sing, Edison
3663 M:      hswong3i@gmail.com
3664 P:      Hung Hing Lun, Mike
3665 M:      hlhung3i@gmail.com
3666 W:      http://tcp-lp-mod.sourceforge.net/
3667 S:      Maintained
3668
3669 TEHUTI ETHERNET DRIVER
3670 P:      Alexander Indenbaum
3671 M:      baum@tehutinetworks.net
3672 P:      Andy Gospodarek
3673 M:      andy@greyhouse.net
3674 L:      netdev@vger.kernel.org
3675 S:      Supported
3676
3677 TI FLASH MEDIA INTERFACE DRIVER
3678 P:      Alex Dubov
3679 M:      oakad@yahoo.com
3680 S:      Maintained
3681
3682 TI OMAP MMC INTERFACE DRIVER
3683 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
3684 M:      linux-omap-open-source@linux.omap.com 
3685 W:      http://linux.omap.com
3686 W:      http://www.muru.com/linux/omap/
3687 S:      Maintained
3688
3689 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3690 P:      Deepak Saxena
3691 M:      dsaxena@plexity.net
3692 S:      Maintained
3693
3694 TASKSTATS STATISTICS INTERFACE
3695 P:      Shailabh Nagar
3696 M:      nagar@watson.ibm.com
3697 L:      linux-kernel@vger.kernel.org
3698 S:      Maintained
3699
3700 TI PARALLEL LINK CABLE DRIVER
3701 P:      Romain Lievin
3702 M:      roms@lpg.ticalc.org
3703 S:      Maintained
3704
3705 TIPC NETWORK LAYER
3706 P:      Per Liden
3707 M:      per.liden@ericsson.com
3708 P:      Jon Maloy
3709 M:      jon.maloy@ericsson.com
3710 P:      Allan Stephens
3711 M:      allan.stephens@windriver.com
3712 L:      tipc-discussion@lists.sourceforge.net
3713 W:      http://tipc.sourceforge.net/
3714 W:      http://tipc.cslab.ericsson.net/
3715 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3716 S:      Maintained
3717
3718 TLAN NETWORK DRIVER
3719 P:      Samuel Chessman
3720 M:      chessman@tux.org
3721 L:      tlan-devel@lists.sourceforge.net
3722 W:      http://sourceforge.net/projects/tlan/
3723 S:      Maintained
3724
3725 TOKEN-RING NETWORK DRIVER
3726 P:      Mike Phillips
3727 M:      mikep@linuxtr.net
3728 L:      netdev@vger.kernel.org
3729 L:      linux-tr@linuxtr.net
3730 W:      http://www.linuxtr.net
3731 S:      Maintained
3732
3733 TOSHIBA ACPI EXTRAS DRIVER
3734 P:      John Belmonte
3735 M:      toshiba_acpi@memebeam.org
3736 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3737 S:      Maintained
3738
3739 TOSHIBA SMM DRIVER
3740 P:      Jonathan Buzzard
3741 M:      jonathan@buzzard.org.uk
3742 L:      tlinux-users@tce.toshiba-dme.co.jp
3743 W:      http://www.buzzard.org.uk/toshiba/
3744 S:      Maintained
3745
3746 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3747 P:      Muli Ben-Yehuda
3748 M:      mulix@mulix.org
3749 L:      linux-kernel@vger.kernel.org
3750 S:      Maintained
3751
3752 TRIVIAL PATCHES
3753 P:      Adrian Bunk
3754 M:      trivial@kernel.org
3755 L:      linux-kernel@vger.kernel.org
3756 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3757 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3758 S:      Maintained
3759
3760 TMS380 TOKEN-RING NETWORK DRIVER
3761 P:      Adam Fritzler
3762 M:      mid@auk.cx
3763 L:      linux-tr@linuxtr.net
3764 W:      http://www.auk.cx/tms380tr/
3765 S:      Maintained
3766
3767 TULIP NETWORK DRIVER
3768 L:      tulip-users@lists.sourceforge.net
3769 W:      http://sourceforge.net/projects/tulip/
3770 S:      Orphan
3771
3772 TUN/TAP driver
3773 P:      Maxim Krasnyansky
3774 M:      maxk@qualcomm.com
3775 L:      vtun@office.satix.net
3776 W:      http://vtun.sourceforge.net/tun
3777 S:      Maintained
3778
3779 TURBOCHANNEL SUBSYSTEM
3780 P:      Maciej W. Rozycki
3781 M:      macro@linux-mips.org
3782 S:      Maintained
3783
3784 U14-34F SCSI DRIVER
3785 P:      Dario Ballabio
3786 M:      ballabio_dario@emc.com
3787 L:      linux-scsi@vger.kernel.org
3788 S:      Maintained
3789
3790 UDF FILESYSTEM
3791 P:      Ben Fennema
3792 M:      bfennema@falcon.csc.calpoly.edu
3793 W:      http://linux-udf.sourceforge.net
3794 S:      Maintained
3795
3796 UNIFORM CDROM DRIVER
3797 P:      Jens Axboe
3798 M:      axboe@kernel.dk
3799 L:      linux-kernel@vger.kernel.org
3800 W:      http://www.kernel.dk
3801 S:      Maintained
3802
3803 USB ACM DRIVER
3804 P:      Oliver Neukum
3805 M:      oliver@neukum.name
3806 L:      linux-usb-users@lists.sourceforge.net
3807 L:      linux-usb-devel@lists.sourceforge.net
3808 S:      Maintained
3809
3810 USB BLOCK DRIVER (UB ub)
3811 P:      Pete Zaitcev
3812 M:      zaitcev@redhat.com
3813 L:      linux-kernel@vger.kernel.org
3814 L:      linux-usb-devel@lists.sourceforge.net
3815 S:      Supported
3816
3817 USB CDC ETHERNET DRIVER
3818 P:      Greg Kroah-Hartman
3819 M:      greg@kroah.com
3820 L:      linux-usb-users@lists.sourceforge.net
3821 L:      linux-usb-devel@lists.sourceforge.net
3822 S:      Maintained
3823 W:      http://www.kroah.com/linux-usb/
3824
3825 USB DAVICOM DM9601 DRIVER
3826 P:      Peter Korsgaard
3827 M:      jacmet@sunsite.dk
3828 L:      netdev@vger.kernel.org
3829 W:      http://www.linux-usb.org/usbnet
3830 S:      Maintained
3831
3832 USB EHCI DRIVER
3833 P:      David Brownell
3834 M:      dbrownell@users.sourceforge.net
3835 L:      linux-usb-devel@lists.sourceforge.net
3836 S:      Odd Fixes
3837
3838 USB ET61X[12]51 DRIVER
3839 P:      Luca Risolia
3840 M:      luca.risolia@studio.unibo.it
3841 L:      linux-usb-devel@lists.sourceforge.net
3842 L:      video4linux-list@redhat.com
3843 W:      http://www.linux-projects.org
3844 S:      Maintained
3845
3846 USB GADGET/PERIPHERAL SUBSYSTEM
3847 P:      David Brownell
3848 M:      dbrownell@users.sourceforge.net
3849 L:      linux-usb-devel@lists.sourceforge.net
3850 W:      http://www.linux-usb.org/gadget
3851 S:      Maintained
3852
3853 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
3854 P:      Jiri Kosina
3855 M:      jkosina@suse.cz
3856 L:      linux-usb-devel@lists.sourceforge.net
3857 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
3858 S:      Maintained
3859
3860 USB HUB DRIVER
3861 P:      Johannes Erdfelt
3862 M:      johannes@erdfelt.com
3863 L:      linux-usb-users@lists.sourceforge.net
3864 L:      linux-usb-devel@lists.sourceforge.net
3865 S:      Maintained
3866
3867 USB ISP116X DRIVER
3868 P:      Olav Kongas
3869 M:      ok@artecdesign.ee
3870 L:      linux-usb-devel@lists.sourceforge.net
3871 S:      Maintained
3872
3873 USB KAWASAKI LSI DRIVER
3874 P:      Oliver Neukum
3875 M:      oliver@neukum.name
3876 L:      linux-usb-users@lists.sourceforge.net
3877 L:      linux-usb-devel@lists.sourceforge.net
3878 S:      Maintained
3879
3880 USB MASS STORAGE DRIVER
3881 P:      Matthew Dharm
3882 M:      mdharm-usb@one-eyed-alien.net
3883 L:      linux-usb-users@lists.sourceforge.net
3884 L:      usb-storage@lists.one-eyed-alien.net
3885 S:      Maintained
3886 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3887
3888 USB OHCI DRIVER
3889 P:      David Brownell
3890 M:      dbrownell@users.sourceforge.net
3891 L:      linux-usb-users@lists.sourceforge.net
3892 L:      linux-usb-devel@lists.sourceforge.net
3893 S:      Odd Fixes
3894
3895 USB OPTION-CARD DRIVER
3896 P:      Matthias Urlichs
3897 M:      smurf@smurf.noris.de
3898 L:      linux-usb-devel@lists.sourceforge.net
3899 S:      Maintained
3900
3901 USB OV511 DRIVER
3902 P:      Mark McClelland
3903 M:      mmcclell@bigfoot.com
3904 L:      linux-usb-users@lists.sourceforge.net
3905 L:      linux-usb-devel@lists.sourceforge.net
3906 W:      http://alpha.dyndns.org/ov511/
3907 S:      Maintained
3908
3909 USB PEGASUS DRIVER
3910 P:      Petko Manolov
3911 M:      petkan@users.sourceforge.net
3912 L:      linux-usb-devel@lists.sourceforge.net
3913 L:      netdev@vger.kernel.org
3914 W:      http://pegasus2.sourceforge.net/
3915 S:      Maintained
3916
3917 USB PRINTER DRIVER (usblp)
3918 P:      Pete Zaitcev
3919 M:      zaitcev@redhat.com
3920 L:      linux-usb-users@lists.sourceforge.net
3921 L:      linux-usb-devel@lists.sourceforge.net
3922 S:      Supported
3923
3924 USB RTL8150 DRIVER
3925 P:      Petko Manolov
3926 M:      petkan@users.sourceforge.net
3927 L:      linux-usb-devel@lists.sourceforge.net
3928 L:      netdev@vger.kernel.org
3929 W:      http://pegasus2.sourceforge.net/
3930 S:      Maintained
3931
3932 USB SE401 DRIVER
3933 P:      Jeroen Vreeken
3934 M:      pe1rxq@amsat.org
3935 L:      linux-usb-users@lists.sourceforge.net
3936 L:      linux-usb-devel@lists.sourceforge.net
3937 W:      http://www.chello.nl/~j.vreeken/se401/
3938 S:      Maintained
3939
3940 USB SERIAL CYBERJACK DRIVER
3941 P:      Matthias Bruestle and Harald Welte
3942 M:      support@reiner-sct.com
3943 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3944 S:      Maintained
3945
3946 USB SERIAL DIGI ACCELEPORT DRIVER
3947 P:      Peter Berger and Al Borchers
3948 M:      pberger@brimson.com
3949 M:      alborchers@steinerpoint.com
3950 L:      linux-usb-users@lists.sourceforge.net
3951 L:      linux-usb-devel@lists.sourceforge.net
3952 S:      Maintained
3953
3954 USB SERIAL DRIVER
3955 P:      Greg Kroah-Hartman
3956 M:      gregkh@suse.de
3957 L:      linux-usb-users@lists.sourceforge.net
3958 L:      linux-usb-devel@lists.sourceforge.net
3959 S:      Supported
3960
3961 USB SERIAL BELKIN F5U103 DRIVER
3962 P:      William Greathouse
3963 M:      wgreathouse@smva.com
3964 L:      linux-usb-users@lists.sourceforge.net
3965 L:      linux-usb-devel@lists.sourceforge.net
3966 S:      Maintained
3967
3968 USB SERIAL CYPRESS M8 DRIVER
3969 P:      Lonnie Mendez
3970 M:      dignome@gmail.com
3971 L:      linux-usb-users@lists.sourceforge.net
3972 L:      linux-usb-devel@lists.sourceforge.net
3973 S:      Maintained
3974 W:      http://geocities.com/i0xox0i
3975 W:      http://firstlight.net/cvs
3976
3977 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3978 L:      linux-usb-users@lists.sourceforge.net
3979 L:      linux-usb-devel@lists.sourceforge.net
3980 S:      Maintained
3981
3982 USB AUERSWALD DRIVER
3983 P:      Wolfgang Muees
3984 M:      wolfgang@iksw-muees.de
3985 L:      linux-usb-users@lists.sourceforge.net
3986 L:      linux-usb-devel@lists.sourceforge.net
3987 S:      Maintained
3988
3989 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3990 P:      Gary Brubaker
3991 M:      xavyer@ix.netcom.com
3992 L:      linux-usb-users@lists.sourceforge.net
3993 L:      linux-usb-devel@lists.sourceforge.net
3994 S:      Maintained
3995
3996 USB SERIAL KEYSPAN DRIVER
3997 P:      Greg Kroah-Hartman
3998 M:      greg@kroah.com
3999 L:      linux-usb-users@lists.sourceforge.net
4000 L:      linux-usb-devel@lists.sourceforge.net
4001 W:      http://www.kroah.com/linux/
4002 S:      Maintained
4003
4004 USB SERIAL WHITEHEAT DRIVER
4005 P:      Support Department
4006 M:      support@connecttech.com
4007 L:      linux-usb-users@lists.sourceforge.net
4008 L:      linux-usb-devel@lists.sourceforge.net
4009 W:      http://www.connecttech.com
4010 S:      Supported
4011
4012 USB SN9C1xx DRIVER
4013 P:      Luca Risolia
4014 M:      luca.risolia@studio.unibo.it
4015 L:      linux-usb-devel@lists.sourceforge.net
4016 L:      video4linux-list@redhat.com
4017 W:      http://www.linux-projects.org
4018 S:      Maintained
4019
4020 USB SUBSYSTEM
4021 P:      Greg Kroah-Hartman
4022 M:      gregkh@suse.de
4023 L:      linux-usb-users@lists.sourceforge.net
4024 L:      linux-usb-devel@lists.sourceforge.net
4025 W:      http://www.linux-usb.org
4026 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4027 S:      Supported
4028
4029 USB UHCI DRIVER
4030 P:      Alan Stern
4031 M:      stern@rowland.harvard.edu
4032 L:      linux-usb-users@lists.sourceforge.net
4033 L:      linux-usb-devel@lists.sourceforge.net
4034 S:      Maintained
4035
4036 USB "USBNET" DRIVER FRAMEWORK
4037 P:      David Brownell
4038 M:      dbrownell@users.sourceforge.net
4039 L:      netdev@vger.kernel.org
4040 W:      http://www.linux-usb.org/usbnet
4041 S:      Maintained
4042
4043 USB W996[87]CF DRIVER
4044 P:      Luca Risolia
4045 M:      luca.risolia@studio.unibo.it
4046 L:      linux-usb-devel@lists.sourceforge.net
4047 L:      video4linux-list@redhat.com
4048 W:      http://www.linux-projects.org
4049 S:      Maintained
4050
4051 USB ZC0301 DRIVER
4052 P:      Luca Risolia
4053 M:      luca.risolia@studio.unibo.it
4054 L:      linux-usb-devel@lists.sourceforge.net
4055 L:      video4linux-list@redhat.com
4056 W:      http://www.linux-projects.org
4057 S:      Maintained
4058
4059 USB ZD1201 DRIVER
4060 P:      Jeroen Vreeken
4061 M:      pe1rxq@amsat.org
4062 L:      linux-usb-users@lists.sourceforge.net
4063 L:      linux-usb-devel@lists.sourceforge.net
4064 W:      http://linux-lc100020.sourceforge.net
4065 S:      Maintained
4066
4067 USB ZR364XX DRIVER
4068 P:      Antoine Jacquet
4069 M:      royale@zerezo.com
4070 L:      linux-usb-devel@lists.sourceforge.net
4071 L:      video4linux-list@redhat.com
4072 W:      http://royale.zerezo.com/zr364xx/
4073 S:      Maintained
4074
4075 USER-MODE LINUX
4076 P:      Jeff Dike
4077 M:      jdike@karaya.com
4078 L:      user-mode-linux-devel@lists.sourceforge.net
4079 L:      user-mode-linux-user@lists.sourceforge.net
4080 W:      http://user-mode-linux.sourceforge.net
4081 S:      Maintained
4082
4083 FAT/VFAT/MSDOS FILESYSTEM:
4084 P:      OGAWA Hirofumi
4085 M:      hirofumi@mail.parknet.co.jp
4086 L:      linux-kernel@vger.kernel.org
4087 S:      Maintained
4088
4089 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
4090 P:      Jeff Garzik
4091 S:      Odd fixes
4092
4093 VIA RHINE NETWORK DRIVER
4094 P:      Roger Luethi
4095 M:      rl@hellgate.ch
4096 S:      Maintained
4097
4098 VIAPRO SMBUS DRIVER
4099 P:      Jean Delvare
4100 M:      khali@linux-fr.org
4101 L:      i2c@lm-sensors.org
4102 S:      Maintained
4103
4104 VIA VELOCITY NETWORK DRIVER
4105 P:      Francois Romieu
4106 M:      romieu@fr.zoreil.com
4107 L:      netdev@vger.kernel.org
4108 S:      Maintained
4109
4110 UCLINUX (AND M68KNOMMU)
4111 P:      Greg Ungerer
4112 M:      gerg@uclinux.org
4113 W:      http://www.uclinux.org/
4114 L:      uclinux-dev@uclinux.org  (subscribers-only)
4115 S:      Maintained
4116
4117 UCLINUX FOR NEC V850
4118 P:      Miles Bader
4119
4120 UCLINUX FOR RENESAS H8/300
4121 P:      Yoshinori Sato
4122 M:      ysato@users.sourceforge.jp
4123 W:      http://uclinux-h8.sourceforge.jp/
4124 S:      Supported
4125
4126 UFS FILESYSTEM
4127 P:      Evgeniy Dushistov
4128 M:      dushistov@mail.ru
4129 L:      linux-kernel@vger.kernel.org
4130 S:      Maintained
4131
4132 USB DIAMOND RIO500 DRIVER
4133 P:      Cesar Miquel
4134 M:      miquel@df.uba.ar
4135 L:      rio500-users@lists.sourceforge.net
4136 W:      http://rio500.sourceforge.net
4137 S:      Maintained
4138
4139 VIDEO FOR LINUX
4140 P:      Mauro Carvalho Chehab
4141 M:      mchehab@infradead.org
4142 M:      v4l-dvb-maintainer@linuxtv.org
4143 L:      video4linux-list@redhat.com
4144 W:      http://linuxtv.org
4145 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4146 S:      Maintained
4147
4148 VT1211 HARDWARE MONITOR DRIVER
4149 P:      Juerg Haefliger
4150 M:      juergh@gmail.com
4151 L:      lm-sensors@lm-sensors.org
4152 S:      Maintained
4153
4154 VT8231 HARDWARE MONITOR DRIVER
4155 P:      Roger Lucas
4156 M:      roger@planbit.co.uk
4157 L:      lm-sensors@lm-sensors.org
4158 S:      Maintained
4159
4160 W1 DALLAS'S 1-WIRE BUS
4161 P:      Evgeniy Polyakov
4162 M:      johnpol@2ka.mipt.ru
4163 S:      Maintained
4164
4165 W83791D HARDWARE MONITORING DRIVER
4166 P:      Charles Spirakis
4167 M:      bezaur@gmail.com
4168 L:      lm-sensors@lm-sensors.org
4169 S:      Maintained
4170
4171 W83793 HARDWARE MONITORING DRIVER
4172 P:      Rudolf Marek
4173 M:      r.marek@assembler.cz
4174 L:      lm-sensors@lm-sensors.org
4175 S:      Maintained
4176
4177 W83L51xD SD/MMC CARD INTERFACE DRIVER
4178 P:      Pierre Ossman
4179 M:      drzeus-wbsd@drzeus.cx
4180 L:      linux-kernel@vger.kernel.org
4181 W:      http://projects.drzeus.cx/wbsd
4182 S:      Maintained
4183
4184 WATCHDOG DEVICE DRIVERS
4185 P:      Wim Van Sebroeck
4186 M:      wim@iguana.be
4187 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4188 S:      Maintained
4189
4190 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4191 P:      Jean Tourrilhes
4192 M:      jt@hpl.hp.com
4193 L:      linux-wireless@vger.kernel.org
4194 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4195 S:      Maintained
4196
4197 WD7000 SCSI DRIVER
4198 P:      Miroslav Zagorac
4199 M:      zaga@fly.cc.fer.hr
4200 L:      linux-scsi@vger.kernel.org
4201 S:      Maintained
4202
4203 WISTRON LAPTOP BUTTON DRIVER
4204 P:      Miloslav Trmac
4205 M:      mitr@volny.cz
4206 S:      Maintained
4207
4208 WL3501 WIRELESS PCMCIA CARD DRIVER
4209 P:      Arnaldo Carvalho de Melo
4210 M:      acme@ghostprotocols.net
4211 L:      linux-wireless@vger.kernel.org
4212 W:      http://oops.ghostprotocols.net:81/blog
4213 S:      Maintained
4214
4215 X.25 NETWORK LAYER
4216 P:      Henner Eisen
4217 M:      eis@baty.hanse.de
4218 L:      linux-x25@vger.kernel.org
4219 S:      Maintained
4220
4221 XEN HYPERVISOR INTERFACE
4222 P:      Jeremy Fitzhardinge
4223 M:      jeremy@xensource.com
4224 P:      Chris Wright
4225 M:      chrisw@sous-sol.org
4226 L:      virtualization@lists.osdl.org
4227 L:      xen-devel@lists.xensource.com
4228 S:      Supported
4229
4230 XFS FILESYSTEM
4231 P:      Silicon Graphics Inc
4232 P:      Tim Shimmin
4233 M:      xfs-masters@oss.sgi.com
4234 L:      xfs@oss.sgi.com
4235 W:      http://oss.sgi.com/projects/xfs
4236 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4237 S:      Supported
4238
4239 XILINX SYSTEMACE DRIVER
4240 P:      Grant Likely
4241 M:      grant.likely@secretlab.ca
4242 W:      http://www.secretlab.ca/
4243 L:      linux-kernel@vger.kernel.org
4244 S:      Maintained
4245
4246 XILINX UARTLITE SERIAL DRIVER
4247 P:      Peter Korsgaard
4248 M:      jacmet@sunsite.dk
4249 L:      linux-serial@vger.kernel.org
4250 S:      Maintained
4251
4252 X86 3-LEVEL PAGING (PAE) SUPPORT
4253 P:      Ingo Molnar
4254 M:      mingo@redhat.com
4255 S:      Maintained
4256
4257 X86-64 port
4258 P:      Andi Kleen
4259 M:      ak@suse.de
4260 L:      discuss@x86-64.org
4261 W:      http://www.x86-64.org
4262 T:      quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
4263 S:      Maintained
4264
4265 YAM DRIVER FOR AX.25
4266 P:      Jean-Paul Roubelat
4267 M:      jpr@f6fbb.org
4268 L:      linux-hams@vger.kernel.org
4269 S:      Maintained
4270
4271 YEALINK PHONE DRIVER
4272 P:      Henk Vergonet
4273 M:      Henk.Vergonet@gmail.com
4274 L:      usbb2k-api-dev@nongnu.org
4275 S:      Maintained
4276
4277 Z8530 DRIVER FOR AX.25
4278 P:      Joerg Reuter
4279 M:      jreuter@yaina.de
4280 W:      http://yaina.de/jreuter/
4281 W:      http://www.qsl.net/dl1bke/
4282 L:      linux-hams@vger.kernel.org
4283 S:      Maintained
4284
4285 ZD1211RW WIRELESS DRIVER
4286 P:      Daniel Drake
4287 M:      dsd@gentoo.org
4288 P:      Ulrich Kunitz
4289 M:      kune@deine-taler.de
4290 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4291 L:      linux-wireless@vger.kernel.org
4292 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4293 S:      Maintained
4294
4295 ZF MACHZ WATCHDOG
4296 P:      Fernando Fuganti
4297 M:      fuganti@netbank.com.br
4298 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4299 S:      Maintained
4300
4301 ZR36067 VIDEO FOR LINUX DRIVER
4302 P:      Ronald Bultje
4303 M:      rbultje@ronald.bitfreak.net
4304 L:      mjpeg-users@lists.sourceforge.net
4305 W:      http://mjpeg.sourceforge.net/driver-zoran/
4306 S:      Maintained
4307
4308 ZR36120 VIDEO FOR LINUX DRIVER
4309 P:      Pauline Middelink
4310 M:      middelin@polyware.nl
4311 W:      http://www.polyware.nl/~middelin/En/hobbies.html
4312 W:      http://www.polyware.nl/~middelin/hobbies.html
4313 S:      Maintained
4314
4315 ZS DECSTATION Z85C30 SERIAL DRIVER
4316 P:      Maciej W. Rozycki
4317 M:      macro@linux-mips.org
4318 S:      Maintained
4319
4320 THE REST
4321 P:      Linus Torvalds
4322 S:      Buried alive in reporters