Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / 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-embedded@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-embedded@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-embedded@ozlabs.org
1554 S:      Maintained
1555
1556 FILE LOCKING (flock() and fcntl()/lockf())
1557 P:      Matthew Wilcox
1558 M:      matthew@wil.cx
1559 L:      linux-fsdevel@vger.kernel.org
1560 S:      Maintained
1561
1562 FILESYSTEMS (VFS and infrastructure)
1563 P:      Alexander Viro
1564 M:      viro@zeniv.linux.org.uk
1565 S:      Maintained
1566
1567 FIREWIRE SUBSYSTEM
1568 P:      Kristian Hoegsberg, Stefan Richter
1569 M:      krh@redhat.com, stefanr@s5r6.in-berlin.de
1570 L:      linux1394-devel@lists.sourceforge.net
1571 W:      http://www.linux1394.org/
1572 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1573 S:      Maintained
1574
1575 FIRMWARE LOADER (request_firmware)
1576 L:      linux-kernel@vger.kernel.org
1577 S:      Orphan
1578
1579 FPU EMULATOR
1580 P:      Bill Metzenthen
1581 M:      billm@suburbia.net
1582 W:      http://suburbia.net/~billm/floating-point/emulator/
1583 S:      Maintained
1584
1585 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1586 P:      Mike McLagan
1587 M:      mike.mclagan@linux.org
1588 L:      netdev@vger.kernel.org
1589 S:      Maintained
1590
1591 FREEVXFS FILESYSTEM
1592 P:      Christoph Hellwig
1593 M:      hch@infradead.org
1594 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1595 S:      Maintained
1596
1597 FUJITSU FR-V (FRV) PORT
1598 P:      David Howells
1599 M:      dhowells@redhat.com
1600 S:      Maintained
1601
1602 FUSE: FILESYSTEM IN USERSPACE
1603 P:      Miklos Szeredi
1604 M:      miklos@szeredi.hu
1605 L:      fuse-devel@lists.sourceforge.net
1606 W:      http://fuse.sourceforge.net/
1607 S:      Maintained
1608
1609 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1610 P:      Rik Faith
1611 M:      faith@cs.unc.edu
1612 L:      linux-scsi@vger.kernel.org
1613 S:      Odd fixes (e.g., new signatures)
1614
1615 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1616 P:      Achim Leubner
1617 M:      achim_leubner@adaptec.com
1618 L:      linux-scsi@vger.kernel.org
1619 W:      http://www.icp-vortex.com/
1620 S:      Supported
1621
1622 GENERIC GPIO I2C DRIVER
1623 P:      Haavard Skinnemoen
1624 M:      hskinnemoen@atmel.com
1625 S:      Supported
1626
1627 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1628 P:      Krzysztof Halasa
1629 M:      khc@pm.waw.pl
1630 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1631 S:      Maintained
1632
1633 GFS2 FILE SYSTEM
1634 P:      Steven Whitehouse
1635 M:      swhiteho@redhat.com
1636 L:      cluster-devel@redhat.com
1637 W:      http://sources.redhat.com/cluster/
1638 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1639 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1640 S:      Supported
1641
1642 GIGASET ISDN DRIVERS
1643 P:      Hansjoerg Lipp
1644 M:      hjlipp@web.de
1645 P:      Tilman Schmidt
1646 M:      tilman@imap.cc
1647 L:      gigaset307x-common@lists.sourceforge.net
1648 W:      http://gigaset307x.sourceforge.net/
1649 S:      Maintained
1650
1651 HARDWARE MONITORING
1652 P:      Mark M. Hoffman
1653 M:      mhoffman@lightlink.com
1654 L:      lm-sensors@lm-sensors.org
1655 W:      http://www.lm-sensors.org/
1656 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git
1657 S:      Maintained
1658
1659 HARDWARE RANDOM NUMBER GENERATOR CORE
1660 P:      Michael Buesch
1661 M:      mb@bu3sch.de
1662 S:      Maintained
1663
1664 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1665 P:      Robert Love
1666 M:      rlove@rlove.org
1667 M:      linux-kernel@vger.kernel.org
1668 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1669 S:      Maintained
1670
1671 HARMONY SOUND DRIVER
1672 P:      Kyle McMartin
1673 M:      kyle@parisc-linux.org
1674 W:      http://www.parisc-linux.org/~kyle/harmony/
1675 L:      parisc-linux@lists.parisc-linux.org
1676 S:      Maintained
1677
1678 HAYES ESP SERIAL DRIVER
1679 P:      Andrew J. Robinson
1680 M:      arobinso@nyx.net
1681 L:      linux-kernel@vger.kernel.org
1682 W:      http://www.nyx.net/~arobinso
1683 S:      Maintained
1684
1685 HFS FILESYSTEM
1686 P:      Roman Zippel
1687 M:      zippel@linux-m68k.org
1688 L:      linux-kernel@vger.kernel.org
1689 S:      Maintained
1690
1691 HGA FRAMEBUFFER DRIVER
1692 P:      Ferenc Bakonyi
1693 M:      fero@drama.obuda.kando.hu
1694 L:      linux-nvidia@lists.surfsouth.com
1695 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1696 S:      Maintained
1697
1698 HID CORE LAYER
1699 P:      Jiri Kosina
1700 M:      jkosina@suse.cz
1701 L:      linux-input@atrey.karlin.mff.cuni.cz
1702 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1703 S:      Maintained
1704
1705 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1706 P:      Thomas Gleixner
1707 M:      tglx@linutronix.de
1708 L:      linux-kernel@vger.kernel.org
1709 S:      Maintained
1710
1711 HIGH-SPEED SCC DRIVER FOR AX.25
1712 P:      Klaus Kudielka
1713 M:      klaus.kudielka@ieee.org
1714 L:      linux-hams@vger.kernel.org
1715 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1716 S:      Maintained
1717
1718 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1719 P:      HighPoint Linux Team
1720 M:      linux@highpoint-tech.com
1721 W:      http://www.highpoint-tech.com
1722 S:      Supported
1723
1724 HIPPI
1725 P:      Jes Sorensen
1726 M:      jes@trained-monkey.org
1727 L:      linux-hippi@sunsite.dk
1728 S:      Maintained
1729
1730 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1731 P:      Chirag Kantharia
1732 M:      chirag.kantharia@hp.com
1733 L:      iss_storagedev@hp.com
1734 S:      Maintained
1735
1736 HEWLETT-PACKARD SMART2 RAID DRIVER
1737 P:      Chirag Kantharia
1738 M:      chirag.kantharia@hp.com
1739 L:      iss_storagedev@hp.com
1740 S:      Maintained
1741
1742 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1743 P:      Mike Miller
1744 M:      mike.miller@hp.com
1745 L:      iss_storagedev@hp.com
1746 S:      Supported
1747
1748 HOST AP DRIVER
1749 P:      Jouni Malinen
1750 M:      j@w1.fi
1751 L:      hostap@shmoo.com (subscribers-only)
1752 L:      linux-wireless@vger.kernel.org
1753 W:      http://hostap.epitest.fi/
1754 S:      Maintained
1755
1756 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1757 P:      Jaroslav Kysela
1758 M:      perex@suse.cz
1759 S:      Maintained
1760
1761 HPET:   High Precision Event Timers driver (hpet.c)
1762 P:      Clemens Ladisch
1763 M:      clemens@ladisch.de
1764 S:      Maintained
1765
1766 HPET:   i386
1767 P:      Venkatesh Pallipadi (Venki)
1768 M:      venkatesh.pallipadi@intel.com
1769 S:      Maintained
1770
1771 HPET:   x86_64
1772 P:      Andi Kleen and Vojtech Pavlik
1773 M:      andi@firstfloor.org and vojtech@suse.cz
1774 S:      Maintained
1775
1776 HPET:   ACPI hpet.c
1777 P:      Bob Picco
1778 M:      bob.picco@hp.com
1779 S:      Maintained
1780
1781 HPFS FILESYSTEM
1782 P:      Mikulas Patocka
1783 M:      mikulas@artax.karlin.mff.cuni.cz
1784 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1785 S:      Maintained
1786
1787 HUGETLB FILESYSTEM
1788 P:      William Irwin
1789 M:      wli@holomorphy.com
1790 S:      Maintained
1791
1792 I2C/SMBUS STUB DRIVER
1793 P:      Mark M. Hoffman
1794 M:      mhoffman@lightlink.com
1795 L:      lm-sensors@lm-sensors.org
1796 S:      Maintained
1797
1798 I2C SUBSYSTEM
1799 P:      Jean Delvare
1800 M:      khali@linux-fr.org
1801 L:      i2c@lm-sensors.org
1802 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1803 S:      Maintained
1804
1805 I2C-TINY-USB DRIVER
1806 P:      Till Harbaum
1807 M:      till@harbaum.org
1808 L:      i2c@lm-sensors.org
1809 T:      http://www.harbaum.org/till/i2c_tiny_usb
1810 S:      Maintained
1811
1812 i386 BOOT CODE
1813 P:      H. Peter Anvin
1814 M:      hpa@zytor.com
1815 L:      Linux-Kernel@vger.kernel.org
1816 S:      Maintained
1817
1818 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1819 P:      H. Peter Anvin
1820 M:      hpa@zytor.com
1821 T:      git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1822 S:      Maintained
1823
1824 IA64 (Itanium) PLATFORM
1825 P:      Tony Luck
1826 M:      tony.luck@intel.com
1827 L:      linux-ia64@vger.kernel.org
1828 W:      http://www.ia64-linux.org/
1829 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1830 S:      Maintained
1831
1832 SN-IA64 (Itanium) SUB-PLATFORM
1833 P:      Jes Sorensen
1834 M:      jes@sgi.com
1835 L:      linux-altix@sgi.com
1836 L:      linux-ia64@vger.kernel.org
1837 W:      http://www.sgi.com/altix
1838 S:      Maintained
1839
1840 IBM MCA SCSI SUBSYSTEM DRIVER
1841 P:      Michael Lang
1842 M:      langa2@kph.uni-mainz.de
1843 W:      http://www.uni-mainz.de/~langm000/linux.html
1844 S:      Maintained
1845
1846 IBM Power Linux RAID adapter
1847 P:      Brian King
1848 M:      brking@us.ibm.com
1849 S:      Supported
1850
1851 IBM ServeRAID RAID DRIVER
1852 P:      Jack Hammer
1853 P:      Dave Jeffery
1854 M:      ipslinux@adaptec.com
1855 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1856 S:      Supported
1857
1858 IDE SUBSYSTEM
1859 P:      Bartlomiej Zolnierkiewicz
1860 M:      bzolnier@gmail.com
1861 L:      linux-ide@vger.kernel.org
1862 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1863 S:      Maintained
1864
1865 IDE/ATAPI CDROM DRIVER
1866 P:      Alan Cox
1867 M:      alan@lxorguk.ukuu.org.uk
1868 L:      linux-ide@vger.kernel.org
1869 S:      Maintained
1870
1871 IDE/ATAPI FLOPPY DRIVERS
1872 P:      Paul Bristow
1873 M:      Paul Bristow <paul@paulbristow.net>
1874 W:      http://paulbristow.net/linux/idefloppy.html
1875 L:      linux-kernel@vger.kernel.org
1876 S:      Maintained
1877
1878 IDE/ATAPI TAPE DRIVERS
1879 P:      Gadi Oxman
1880 M:      Gadi Oxman <gadio@netvision.net.il>
1881 L:      linux-kernel@vger.kernel.org
1882 S:      Maintained
1883
1884 IEEE 1394 SUBSYSTEM
1885 P:      Ben Collins
1886 M:      ben.collins@ubuntu.com
1887 P:      Stefan Richter
1888 M:      stefanr@s5r6.in-berlin.de
1889 L:      linux1394-devel@lists.sourceforge.net
1890 W:      http://www.linux1394.org/
1891 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1892 S:      Maintained
1893
1894 IEEE 1394 RAW I/O DRIVER (raw1394)
1895 P:      Dan Dennedy
1896 M:      dan@dennedy.org
1897 P:      Stefan Richter
1898 M:      stefanr@s5r6.in-berlin.de
1899 L:      linux1394-devel@lists.sourceforge.net
1900 S:      Maintained
1901
1902 IMS TWINTURBO FRAMEBUFFER DRIVER
1903 P:      Paul Mundt
1904 M:      lethal@chaoticdreams.org
1905 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1906 S:      Maintained
1907
1908 INFINIBAND SUBSYSTEM
1909 P:      Roland Dreier
1910 M:      rolandd@cisco.com
1911 P:      Sean Hefty
1912 M:      mshefty@ichips.intel.com
1913 P:      Hal Rosenstock
1914 M:      hal.rosenstock@gmail.com 
1915 L:      general@lists.openfabrics.org
1916 W:      http://www.openib.org/
1917 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1918 S:      Supported
1919
1920 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
1921 P:      Dmitry Torokhov
1922 M:      dmitry.torokhov@gmail.com
1923 M:      dtor@mail.ru
1924 L:      linux-input@atrey.karlin.mff.cuni.cz
1925 L:      linux-joystick@atrey.karlin.mff.cuni.cz
1926 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1927 S:      Maintained
1928
1929 INOTIFY
1930 P:      John McCutchan
1931 M:      ttb@tentacle.dhs.org
1932 P:      Robert Love
1933 M:      rml@novell.com
1934 L:      linux-kernel@vger.kernel.org
1935 S:      Maintained
1936
1937 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1938 P:      Sylvain Meyer
1939 M:      sylvain.meyer@worldonline.fr
1940 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1941 S:      Maintained
1942
1943 INTEL 810/815 FRAMEBUFFER DRIVER
1944 P:      Antonino Daplas
1945 M:      adaplas@gmail.com
1946 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1947 S:      Maintained
1948
1949 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1950 P:      Ingo Molnar
1951 M:      mingo@redhat.com
1952 S:      Maintained
1953
1954 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1955 P:      Jeff Garzik
1956 M:      jgarzik@pobox.com
1957 W:      http://sourceforge.net/projects/gkernel/
1958 S:      Maintained
1959
1960 INTEL IA32 MICROCODE UPDATE SUPPORT
1961 P:      Tigran Aivazian
1962 M:      tigran@aivazian.fsnet.co.uk
1963 S:      Maintained
1964
1965 INTEL I/OAT DMA DRIVER
1966 P:      Shannon Nelson
1967 M:      shannon.nelson@intel.com
1968 L:      linux-kernel@vger.kernel.org
1969 S:      Supported
1970
1971 INTEL IOP-ADMA DMA DRIVER
1972 P:      Dan Williams
1973 M:      dan.j.williams@intel.com
1974 L:      linux-kernel@vger.kernel.org
1975 S:      Supported
1976
1977 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1978 P:      Deepak Saxena
1979 M:      dsaxena@plexity.net
1980 S:      Maintained
1981
1982 INTEL IXP2000 ETHERNET DRIVER
1983 P:      Lennert Buytenhek
1984 M:      kernel@wantstofly.org
1985 L:      netdev@vger.kernel.org
1986 S:      Maintained
1987
1988 INTEL PRO/100 ETHERNET SUPPORT
1989 P:      John Ronciak
1990 M:      john.ronciak@intel.com
1991 P:      Jesse Brandeburg
1992 M:      jesse.brandeburg@intel.com
1993 P:      Jeff Kirsher
1994 M:      jeffrey.t.kirsher@intel.com
1995 P:      Auke Kok
1996 M:      auke-jan.h.kok@intel.com
1997 L:      e1000-devel@lists.sourceforge.net
1998 W:      http://sourceforge.net/projects/e1000/
1999 S:      Supported
2000
2001 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2002 P:      Jeb Cramer
2003 M:      cramerj@intel.com
2004 P:      John Ronciak
2005 M:      john.ronciak@intel.com
2006 P:      Jesse Brandeburg
2007 M:      jesse.brandeburg@intel.com
2008 P:      Jeff Kirsher
2009 M:      jeffrey.t.kirsher@intel.com
2010 P:      Auke Kok
2011 M:      auke-jan.h.kok@intel.com
2012 L:      e1000-devel@lists.sourceforge.net
2013 W:      http://sourceforge.net/projects/e1000/
2014 S:      Supported
2015
2016 INTEL PRO/10GbE SUPPORT
2017 P:      Ayyappan Veeraiyan
2018 M:      ayyappan.veeraiyan@intel.com
2019 P:      Auke Kok
2020 M:      auke-jan.h.kok@intel.com
2021 P:      Jesse Brandeburg
2022 M:      jesse.brandeburg@intel.com
2023 P:      John Ronciak
2024 M:      john.ronciak@intel.com
2025 L:      e1000-devel@lists.sourceforge.net
2026 W:      http://sourceforge.net/projects/e1000/
2027 S:      Supported
2028
2029 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2030 P:      Yi Zhu
2031 M:      yi.zhu@intel.com
2032 P:      James Ketrenos
2033 M:      jketreno@linux.intel.com
2034 L:      linux-wireless@vger.kernel.org
2035 L:      ipw2100-devel@lists.sourceforge.net
2036 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2037 W:      http://ipw2100.sourceforge.net
2038 S:      Supported
2039
2040 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2041 P:      Yi Zhu
2042 M:      yi.zhu@intel.com
2043 P:      James Ketrenos
2044 M:      jketreno@linux.intel.com
2045 L:      linux-wireless@vger.kernel.org
2046 L:      ipw2100-devel@lists.sourceforge.net
2047 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2048 W:      http://ipw2200.sourceforge.net
2049 S:      Supported
2050
2051 INTEL WIRELESS WIFI LINK (iwlwifi)
2052 P:      Zhu Yi
2053 M:      yi.zhu@intel.com
2054 L:      linux-wireless@vger.kernel.org
2055 L:      ipw3945-devel@lists.sourceforge.net
2056 W:      http://intellinuxwireless.org
2057 T:      git git://intellinuxwireless.org/repos/iwlwifi
2058 S:      Supported
2059
2060 IOC3 ETHERNET DRIVER
2061 P:      Ralf Baechle
2062 M:      ralf@linux-mips.org
2063 L:      linux-mips@linux-mips.org
2064 S:      Maintained
2065
2066 IOC3 SERIAL DRIVER
2067 P:      Pat Gefre
2068 M:      pfg@sgi.com
2069 L:      linux-kernel@linux-mips.org
2070 S:      Maintained
2071
2072 IP MASQUERADING:
2073 P:      Juanjo Ciarlante
2074 M:      jjciarla@raiz.uncu.edu.ar
2075 S:      Maintained
2076
2077 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2078 P:      Francois Romieu
2079 M:      romieu@fr.zoreil.com
2080 P:      Sorbica Shieh
2081 M:      sorbica@icplus.com.tw
2082 P:      Jesse Huang
2083 M:      jesse@icplus.com.tw
2084 L:      netdev@vger.kernel.org
2085 S:      Maintained
2086
2087 IPATH DRIVER:
2088 P:      Arthur Jones
2089 M:      infinipath@qlogic.com
2090 L:      general@lists.openfabrics.org
2091 T:      git git://git.qlogic.com/ipath-linux-2.6
2092 S:      Supported
2093
2094 IPMI SUBSYSTEM
2095 P:      Corey Minyard
2096 M:      minyard@acm.org
2097 L:      openipmi-developer@lists.sourceforge.net
2098 W:      http://openipmi.sourceforge.net/
2099 S:      Supported
2100
2101 IPX NETWORK LAYER
2102 P:      Arnaldo Carvalho de Melo
2103 M:      acme@ghostprotocols.net
2104 L:      netdev@vger.kernel.org
2105 S:      Maintained
2106
2107 IRDA SUBSYSTEM
2108 P:      Samuel Ortiz
2109 M:      samuel@sortiz.org
2110 L:      irda-users@lists.sourceforge.net (subscribers-only)
2111 W:      http://irda.sourceforge.net/
2112 S:      Maintained
2113
2114 ISAPNP
2115 P:      Jaroslav Kysela
2116 M:      perex@suse.cz
2117 S:      Maintained
2118
2119 ISDN SUBSYSTEM
2120 P:      Karsten Keil
2121 M:      kkeil@suse.de
2122 P:      Kai Germaschewski
2123 M:      kai.germaschewski@gmx.de
2124 L:      isdn4linux@listserv.isdn4linux.de
2125 W:      http://www.isdn4linux.de
2126 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2127 S:      Maintained
2128
2129 ISDN SUBSYSTEM (Eicon active card driver)
2130 P:      Armin Schindler
2131 M:      mac@melware.de
2132 L:      isdn4linux@listserv.isdn4linux.de
2133 W:      http://www.melware.de
2134 S:      Maintained
2135
2136 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2137 P:      David Woodhouse
2138 M:      dwmw2@infradead.org
2139 L:      jffs-dev@axis.com
2140 W:      http://sources.redhat.com/jffs2/
2141 S:      Maintained
2142
2143 JFS FILESYSTEM
2144 P:      Dave Kleikamp
2145 M:      shaggy@austin.ibm.com
2146 L:      jfs-discussion@lists.sourceforge.net
2147 W:      http://jfs.sourceforge.net/
2148 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2149 S:      Supported
2150
2151 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2152 P:      Stephen Tweedie, Andrew Morton
2153 M:      sct@redhat.com, akpm@linux-foundation.org
2154 L:      linux-ext4@vger.kernel.org
2155 S:      Maintained
2156
2157 K8TEMP HARDWARE MONITORING DRIVER
2158 P:      Rudolf Marek
2159 M:      r.marek@assembler.cz
2160 L:      lm-sensors@lm-sensors.org
2161 S:      Maintained
2162
2163 KCONFIG
2164 P:      Roman Zippel
2165 M:      zippel@linux-m68k.org
2166 L:      kbuild-devel@lists.sourceforge.net
2167 S:      Maintained
2168
2169 KDUMP
2170 P:      Vivek Goyal
2171 M:      vgoyal@in.ibm.com
2172 P:      Haren Myneni
2173 M:      hbabu@us.ibm.com
2174 L:      kexec@lists.infradead.org
2175 L:      linux-kernel@vger.kernel.org
2176 W:      http://lse.sourceforge.net/kdump/
2177 S:      Maintained
2178
2179 KERNEL AUTOMOUNTER (AUTOFS)
2180 P:      H. Peter Anvin
2181 M:      hpa@zytor.com
2182 L:      autofs@linux.kernel.org
2183 S:      Odd Fixes
2184
2185 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2186 P:      Ian Kent
2187 M:      raven@themaw.net
2188 L:      autofs@linux.kernel.org
2189 S:      Maintained
2190
2191 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2192 P:      Kai Germaschewski
2193 M:      kai@germaschewski.name
2194 P:      Sam Ravnborg
2195 M:      sam@ravnborg.org
2196 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
2197 S:      Maintained
2198
2199 KERNEL JANITORS
2200 P:      Several
2201 L:      kernel-janitors@vger.kernel.org
2202 W:      http://www.kerneljanitors.org/
2203 S:      Maintained
2204
2205 KERNEL NFSD
2206 P:      J. Bruce Fields
2207 M:      bfields@fieldses.org
2208 P:      Neil Brown
2209 M:      neilb@suse.de
2210 L:      nfs@lists.sourceforge.net
2211 W:      http://nfs.sourceforge.net/
2212 S:      Supported
2213
2214 KERNEL VIRTUAL MACHINE (KVM)
2215 P:      Avi Kivity
2216 M:      avi@qumranet.com
2217 L:      kvm-devel@lists.sourceforge.net
2218 W:      kvm.sourceforge.net
2219 S:      Supported
2220
2221 KEXEC
2222 P:      Eric Biederman
2223 M:      ebiederm@xmission.com
2224 W:      http://www.xmission.com/~ebiederm/files/kexec/
2225 L:      linux-kernel@vger.kernel.org
2226 L:      kexec@lists.infradead.org
2227 S:      Maintained
2228
2229 KPROBES
2230 P:      Prasanna S Panchamukhi
2231 M:      prasanna@in.ibm.com
2232 P:      Ananth N Mavinakayanahalli
2233 M:      ananth@in.ibm.com
2234 P:      Anil S Keshavamurthy
2235 M:      anil.s.keshavamurthy@intel.com
2236 P:      David S. Miller
2237 M:      davem@davemloft.net
2238 L:      linux-kernel@vger.kernel.org
2239 S:      Maintained
2240
2241 KS0108 LCD CONTROLLER DRIVER
2242 P:      Miguel Ojeda Sandonis
2243 M:      maxextreme@gmail.com
2244 L:      linux-kernel@vger.kernel.org
2245 W:      http://auxdisplay.googlepages.com/
2246 S:      Maintained
2247
2248 LAPB module
2249 L:      linux-x25@vger.kernel.org
2250 S:      Orphan
2251
2252 LASI 53c700 driver for PARISC
2253 P:      James E.J. Bottomley
2254 M:      James.Bottomley@HansenPartnership.com
2255 L:      linux-scsi@vger.kernel.org
2256 S:      Maintained
2257
2258 LED SUBSYSTEM
2259 P:      Richard Purdie
2260 M:      rpurdie@rpsys.net
2261 S:      Maintained
2262
2263 LEGO USB Tower driver
2264 P:      Juergen Stuber
2265 M:      starblue@users.sourceforge.net
2266 L:      legousb-devel@lists.sourceforge.net
2267 W:      http://legousb.sourceforge.net/
2268 S:      Maintained
2269
2270 LINUX FOR IBM pSERIES (RS/6000)
2271 P:      Paul Mackerras
2272 M:      paulus@au.ibm.com
2273 W:      http://www.ibm.com/linux/ltc/projects/ppc
2274 S:      Supported
2275
2276 LINUX FOR NCR VOYAGER
2277 P:      James Bottomley
2278 M:      James.Bottomley@HansenPartnership.com
2279 W:      http://www.hansenpartnership.com/voyager
2280 S:      Maintained
2281
2282 LINUX FOR POWERPC
2283 P:      Paul Mackerras
2284 M:      paulus@samba.org
2285 W:      http://www.penguinppc.org/
2286 L:      linuxppc-dev@ozlabs.org
2287 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2288 S:      Supported
2289
2290 LINUX FOR POWER MACINTOSH
2291 P:      Benjamin Herrenschmidt
2292 M:      benh@kernel.crashing.org
2293 W:      http://www.penguinppc.org/
2294 L:      linuxppc-dev@ozlabs.org
2295 S:      Maintained
2296
2297 LINUX FOR POWERPC EMBEDDED MPC52XX
2298 P:      Sylvain Munaut
2299 M:      tnt@246tNt.com
2300 W:      http://www.246tNt.com/mpc52xx/
2301 W:      http://www.penguinppc.org/
2302 L:      linuxppc-dev@ozlabs.org
2303 L:      linuxppc-embedded@ozlabs.org
2304 S:      Maintained
2305
2306 LINUX FOR POWERPC EMBEDDED PPC4XX
2307 P:      Matt Porter
2308 M:      mporter@kernel.crashing.org
2309 W:      http://www.penguinppc.org/
2310 L:      linuxppc-embedded@ozlabs.org
2311 S:      Maintained
2312
2313 LINUX FOR POWERPC BOOT CODE
2314 P:      Tom Rini
2315 M:      trini@kernel.crashing.org
2316 W:      http://www.penguinppc.org/
2317 L:      linuxppc-embedded@ozlabs.org
2318 S:      Maintained
2319
2320 LINUX FOR POWERPC EMBEDDED PPC8XX
2321 P:      Marcelo Tosatti
2322 M:      marcelo@kvack.org
2323 W:      http://www.penguinppc.org/
2324 L:      linuxppc-embedded@ozlabs.org
2325 S:      Maintained
2326
2327 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2328 P:      Kumar Gala
2329 M:      galak@kernel.crashing.org
2330 W:      http://www.penguinppc.org/
2331 L:      linuxppc-embedded@ozlabs.org
2332 S:      Maintained
2333
2334 LINUX FOR POWERPC PA SEMI PWRFICIENT
2335 P:      Olof Johansson
2336 M:      olof@lixom.net
2337 W:      http://www.pasemi.com/
2338 L:      linuxppc-dev@ozlabs.org
2339 S:      Supported
2340
2341 LLC (802.2)
2342 P:      Arnaldo Carvalho de Melo
2343 M:      acme@ghostprotocols.net
2344 S:      Maintained
2345
2346 LINUX FOR 64BIT POWERPC
2347 P:      Paul Mackerras
2348 M:      paulus@samba.org
2349 M:      paulus@au.ibm.com
2350 P:      Anton Blanchard
2351 M:      anton@samba.org
2352 M:      anton@au.ibm.com
2353 W:      http://www.penguinppc.org/ppc64/
2354 L:      linuxppc-dev@ozlabs.org
2355 S:      Supported
2356
2357 LINUX SECURITY MODULE (LSM) FRAMEWORK
2358 P:      Chris Wright
2359 M:      chrisw@sous-sol.org
2360 L:      linux-security-module@vger.kernel.org
2361 W:      http://lsm.immunix.org
2362 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2363 S:      Supported
2364
2365 LM83 HARDWARE MONITOR DRIVER
2366 P:      Jean Delvare
2367 M:      khali@linux-fr.org
2368 L:      lm-sensors@lm-sensors.org
2369 S:      Maintained
2370
2371 LM90 HARDWARE MONITOR DRIVER
2372 P:      Jean Delvare
2373 M:      khali@linux-fr.org
2374 L:      lm-sensors@lm-sensors.org
2375 S:      Maintained
2376
2377 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2378 P:      Richard Russon (FlatCap)
2379 M:      ldm@flatcap.org
2380 L:      linux-ntfs-dev@lists.sourceforge.net
2381 W:      http://www.linux-ntfs.org/content/view/19/37/
2382 S:      Maintained
2383
2384 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2385 P:      Eric Moore
2386 M:      Eric.Moore@lsi.com
2387 M:      support@lsi.com
2388 L:      mpt_linux_developer@lsi.com
2389 L:      linux-scsi@vger.kernel.org
2390 W:      http://www.lsilogic.com/support
2391 S:      Supported
2392
2393 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2394 P:      Matthew Wilcox
2395 M:      matthew@wil.cx
2396 L:      linux-scsi@vger.kernel.org
2397 S:      Maintained
2398
2399 M32R ARCHITECTURE
2400 P:      Hirokazu Takata
2401 M:      takata@linux-m32r.org
2402 L:      linux-m32r@ml.linux-m32r.org
2403 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2404 W:      http://www.linux-m32r.org/
2405 S:      Maintained
2406
2407 M68K ARCHITECTURE
2408 P:      Geert Uytterhoeven
2409 M:      geert@linux-m68k.org
2410 P:      Roman Zippel
2411 M:      zippel@linux-m68k.org
2412 L:      linux-m68k@lists.linux-m68k.org
2413 W:      http://www.linux-m68k.org/
2414 W:      http://linux-m68k-cvs.ubb.ca/
2415 S:      Maintained
2416
2417 M68K ON APPLE MACINTOSH
2418 P:      Joshua Thompson
2419 M:      funaho@jurai.org
2420 W:      http://www.mac.linux-m68k.org/
2421 L:      linux-mac68k@mac.linux-m68k.org
2422 S:      Maintained
2423
2424 M68K ON HP9000/300
2425 P:      Philip Blundell
2426 M:      philb@gnu.org
2427 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2428 S:      Maintained
2429
2430 MAC80211
2431 P:      Jiri Benc
2432 M:      jbenc@suse.cz
2433 P:      Michael Wu
2434 M:      flamingice@sourmilk.net
2435 L:      linux-wireless@vger.kernel.org
2436 W:      http://linuxwireless.org/
2437 T:      git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2438 S:      Maintained
2439
2440 MACVLAN DRIVER
2441 P:      Patrick McHardy
2442 M:      kaber@trash.net
2443 L:      netdev@vger.kernel.org
2444 S:      Maintained
2445
2446 MARVELL YUKON / SYSKONNECT DRIVER
2447 P:      Mirko Lindner
2448 M:      mlindner@syskonnect.de
2449 P:      Ralph Roesler
2450 M:      rroesler@syskonnect.de
2451 W:      http://www.syskonnect.com
2452 S:      Supported
2453
2454 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2455 P:      Michael Kerrisk
2456 M:      mtk-manpages@gmx.net
2457 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2458 S:      Maintained
2459
2460 MARVELL MV643XX ETHERNET DRIVER
2461 P:      Dale Farnsworth
2462 M:      dale@farnsworth.org
2463 P:      Manish Lachwani
2464 M:      mlachwani@mvista.com
2465 L:      netdev@vger.kernel.org
2466 S:      Odd Fixes for 2.4; Maintained for 2.6.
2467
2468 MATROX FRAMEBUFFER DRIVER
2469 P:      Petr Vandrovec
2470 M:      vandrove@vc.cvut.cz
2471 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2472 S:      Maintained
2473
2474 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2475 P:      Hans J. Koch
2476 M:      hjk@linutronix.de
2477 L:      lm-sensors@lm-sensors.org
2478 S:      Maintained
2479
2480 MEGARAID SCSI DRIVERS
2481 P:      Neela Syam Kolli
2482 M:      megaraidlinux@lsi.com
2483 S:      linux-scsi@vger.kernel.org
2484 W:      http://megaraid.lsilogic.com
2485 S:      Maintained
2486
2487 MEMORY MANAGEMENT
2488 L:      linux-mm@kvack.org
2489 L:      linux-kernel@vger.kernel.org
2490 W:      http://www.linux-mm.org
2491 S:      Maintained
2492
2493 MEMORY TECHNOLOGY DEVICES (MTD)
2494 P:      David Woodhouse
2495 M:      dwmw2@infradead.org
2496 W:      http://www.linux-mtd.infradead.org/
2497 L:      linux-mtd@lists.infradead.org
2498 T:      git git://git.infradead.org/mtd-2.6.git
2499 S:      Maintained
2500
2501 UNSORTED BLOCK IMAGES (UBI)
2502 P:      Artem Bityutskiy
2503 M:      dedekind@infradead.org
2504 W:      http://www.linux-mtd.infradead.org/
2505 L:      linux-mtd@lists.infradead.org
2506 T:      git git://git.infradead.org/~dedekind/ubi-2.6.git
2507 S:      Maintained
2508
2509 MICROTEK X6 SCANNER
2510 P:      Oliver Neukum
2511 M:      oliver@neukum.name
2512 S:      Maintained
2513
2514 MIPS
2515 P:      Ralf Baechle
2516 M:      ralf@linux-mips.org
2517 W:      http://www.linux-mips.org/
2518 L:      linux-mips@linux-mips.org
2519 T:      git www.linux-mips.org:/pub/scm/linux.git
2520 S:      Supported
2521
2522 MISCELLANEOUS MCA-SUPPORT
2523 P:      James Bottomley
2524 M:      jejb@steeleye.com
2525 L:      linux-kernel@vger.kernel.org
2526 S:      Maintained
2527
2528 MODULE SUPPORT
2529 P:      Rusty Russell
2530 M:      rusty@rustcorp.com.au
2531 L:      linux-kernel@vger.kernel.org
2532 S:      Maintained
2533
2534 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2535 P:      Stelian Pop
2536 M:      stelian@popies.net
2537 W:      http://popies.net/meye/
2538 S:      Maintained
2539
2540 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2541 P:      Pavel Pisa
2542 M:      ppisa@pikron.com
2543 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2544 W:      http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2545 S:      Maintained
2546
2547 MOUSE AND MISC DEVICES [GENERAL]
2548 P:      Alessandro Rubini
2549 M:      rubini@ipvvis.unipv.it
2550 L:      linux-kernel@vger.kernel.org
2551 S:      Maintained
2552
2553 MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2554 P:      Jiri Slaby
2555 M:      jirislaby@gmail.com
2556 L:      linux-kernel@vger.kernel.org
2557 S:      Maintained
2558
2559 MSI LAPTOP SUPPORT
2560 P:      Lennart Poettering
2561 M:      mzxreary@0pointer.de
2562 L:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2563 W:      http://0pointer.de/lennart/tchibo.html
2564 S:      Maintained
2565
2566 MTRR AND SIMILAR SUPPORT [i386]
2567 P:      Richard Gooch
2568 M:      rgooch@atnf.csiro.au
2569 L:      linux-kernel@vger.kernel.org
2570 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2571 S:      Maintained
2572
2573 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2574 P:      Pierre Ossman
2575 M:      drzeus-mmc@drzeus.cx
2576 L:      linux-kernel@vger.kernel.org
2577 S:      Maintained
2578
2579 MULTIMEDIA CARD (MMC) ETC. OVER SPI
2580 P:      David Brownell
2581 M:      dbrownell@users.sourceforge.net
2582 L:      linux-kernel@vger.kernel.org
2583 S:      Odd fixes
2584
2585 MULTISOUND SOUND DRIVER
2586 P:      Andrew Veliath
2587 M:      andrewtv@usa.net
2588 S:      Maintained
2589
2590 MULTITECH MULTIPORT CARD (ISICOM)
2591 P:      Jiri Slaby
2592 M:      jirislaby@gmail.com
2593 L:      linux-kernel@vger.kernel.org
2594 S:      Maintained
2595
2596 NATSEMI ETHERNET DRIVER (DP8381x)
2597 P:      Tim Hockin
2598 M:      thockin@hockin.org
2599 S:      Maintained
2600
2601 NCP FILESYSTEM
2602 P:      Petr Vandrovec
2603 M:      vandrove@vc.cvut.cz
2604 L:      linware@sh.cvut.cz
2605 S:      Maintained
2606
2607 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2608 P:      James E.J. Bottomley
2609 M:      James.Bottomley@HansenPartnership.com
2610 L:      linux-scsi@vger.kernel.org
2611 S:      Maintained
2612
2613 NETEM NETWORK EMULATOR
2614 P:      Stephen Hemminger
2615 M:      shemminger@linux-foundation.org
2616 L:      netem@lists.linux-foundation.org
2617 S:      Maintained
2618
2619 NETERION (S2IO) Xframe 10GbE DRIVER
2620 P:      Ramkrishna Vepa
2621 M:      ram.vepa@neterion.com
2622 P:      Rastapur Santosh
2623 M:      santosh.rastapur@neterion.com
2624 P:      Sivakumar Subramani
2625 M:      sivakumar.subramani@neterion.com
2626 P:      Sreenivasa Honnur
2627 M:      sreenivasa.honnur@neterion.com
2628 L:      netdev@vger.kernel.org
2629 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2630 S:      Supported
2631
2632 NETFILTER/IPTABLES/IPCHAINS
2633 P:      Rusty Russell
2634 P:      Marc Boucher
2635 P:      James Morris
2636 P:      Harald Welte
2637 P:      Jozsef Kadlecsik
2638 P:      Patrick McHardy
2639 M:      kaber@trash.net
2640 L:      netfilter-devel@vger.kernel.org
2641 L:      netfilter@vger.kernel.org
2642 L:      coreteam@netfilter.org
2643 W:      http://www.netfilter.org/
2644 W:      http://www.iptables.org/
2645 S:      Supported
2646
2647 NETLABEL
2648 P:      Paul Moore
2649 M:      paul.moore@hp.com
2650 W:      http://netlabel.sf.net
2651 L:      netdev@vger.kernel.org
2652 S:      Supported
2653
2654 NETROM NETWORK LAYER
2655 P:      Ralf Baechle
2656 M:      ralf@linux-mips.org
2657 L:      linux-hams@vger.kernel.org
2658 W:      http://www.linux-ax25.org/
2659 S:      Maintained
2660
2661 NETWORK BLOCK DEVICE (NBD)
2662 P:      Paul Clements
2663 M:      Paul.Clements@steeleye.com
2664 S:      Maintained
2665
2666 NETWORK DEVICE DRIVERS
2667 P:      Andrew Morton
2668 M:      akpm@linux-foundation.org
2669 P:      Jeff Garzik
2670 M:      jgarzik@pobox.com
2671 L:      netdev@vger.kernel.org
2672 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2673 S:      Maintained
2674
2675 NETWORKING [GENERAL]
2676 P:      Networking Team
2677 M:      netdev@vger.kernel.org
2678 L:      netdev@vger.kernel.org
2679 W:      http://linux-net.osdl.org/
2680 S:      Maintained
2681
2682 NETWORKING [IPv4/IPv6]
2683 P:      David S. Miller
2684 M:      davem@davemloft.net
2685 P:      Alexey Kuznetsov
2686 M:      kuznet@ms2.inr.ac.ru
2687 P:      Pekka Savola (ipv6)
2688 M:      pekkas@netcore.fi
2689 P:      James Morris
2690 M:      jmorris@namei.org
2691 P:      Hideaki YOSHIFUJI
2692 M:      yoshfuji@linux-ipv6.org
2693 P:      Patrick McHardy
2694 M:      kaber@trash.net
2695 L:      netdev@vger.kernel.org
2696 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2697 S:      Maintained
2698
2699 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2700 P:      Paul Moore
2701 M:      paul.moore@hp.com
2702 L:      netdev@vger.kernel.org
2703 S:      Maintained
2704
2705 NETWORKING [WIRELESS]
2706 P:      John W. Linville
2707 M:      linville@tuxdriver.com
2708 L:      linux-wireless@vger.kernel.org
2709 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2710 S:      Maintained
2711
2712 NETXEN (1/10) GbE SUPPORT
2713 P:      Amit S. Kale
2714 M:      amitkale@netxen.com
2715 L:      netdev@vger.kernel.org
2716 W:      http://www.netxen.com
2717 S:      Supported
2718
2719 IPVS
2720 P:      Wensong Zhang
2721 M:      wensong@linux-vs.org
2722 P:      Simon Horman
2723 M:      horms@verge.net.au
2724 P:      Julian Anastasov
2725 M:      ja@ssi.bg
2726 L:      netdev@vger.kernel.org
2727 S:      Maintained
2728
2729 NFS CLIENT
2730 P:      Trond Myklebust
2731 M:      trond.myklebust@fys.uio.no
2732 L:      linux-kernel@vger.kernel.org
2733 S:      Maintained
2734
2735 NI5010 NETWORK DRIVER
2736 P:      Jan-Pascal van Best
2737 M:      janpascal@vanbest.org
2738 P:      Andreas Mohr
2739 M:      andi@lisas.de
2740 L:      netdev@vger.kernel.org
2741 S:      Maintained
2742
2743 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2744 P:      YOKOTA Hiroshi
2745 M:      yokota@netlab.is.tsukuba.ac.jp
2746 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2747 S:      Maintained
2748
2749 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2750 P:      GOTO Masanori
2751 M:      gotom@debian.or.jp
2752 P:      YOKOTA Hiroshi
2753 M:      yokota@netlab.is.tsukuba.ac.jp
2754 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2755 S:      Maintained
2756
2757 NTFS FILESYSTEM
2758 P:      Anton Altaparmakov
2759 M:      aia21@cantab.net
2760 L:      linux-ntfs-dev@lists.sourceforge.net
2761 L:      linux-kernel@vger.kernel.org
2762 W:      http://linux-ntfs.sf.net/
2763 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2764 S:      Maintained
2765
2766 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2767 P:      Antonino Daplas
2768 M:      adaplas@gmail.com
2769 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2770 S:      Maintained
2771
2772 OPENCORES I2C BUS DRIVER
2773 P:      Peter Korsgaard
2774 M:      jacmet@sunsite.dk
2775 L:      i2c@lm-sensors.org
2776 S:      Maintained
2777
2778 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2779 P:      Mark Fasheh
2780 M:      mark.fasheh@oracle.com
2781 P:      Kurt Hackel
2782 M:      kurt.hackel@oracle.com
2783 L:      ocfs2-devel@oss.oracle.com
2784 W:      http://oss.oracle.com/projects/ocfs2/
2785 S:      Supported
2786
2787 OLYMPIC NETWORK DRIVER
2788 P:      Peter De Shrijver
2789 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2790 P:      Mike Phillips
2791 M:      mikep@linuxtr.net
2792 L:      netdev@vger.kernel.org
2793 L:      linux-tr@linuxtr.net
2794 W:      http://www.linuxtr.net
2795 S:      Maintained
2796
2797 OMNIKEY CARDMAN 4000 DRIVER
2798 P:      Harald Welte
2799 M:      laforge@gnumonks.org
2800 S:      Maintained
2801
2802 OMNIKEY CARDMAN 4040 DRIVER
2803 P:      Harald Welte
2804 M:      laforge@gnumonks.org
2805 S:      Maintained
2806
2807 OMNIVISION OV7670 SENSOR DRIVER
2808 P:      Jonathan Corbet
2809 M:      corbet@lwn.net
2810 L:      video4linux-list@redhat.com
2811 S:      Maintained
2812
2813 ONENAND FLASH DRIVER
2814 P:      Kyungmin Park
2815 M:      kyungmin.park@samsung.com
2816 L:      linux-mtd@lists.infradead.org
2817 S:      Maintained
2818
2819 ONSTREAM SCSI TAPE DRIVER
2820 P:      Willem Riede
2821 M:      osst@riede.org
2822 L:      osst-users@lists.sourceforge.net
2823 L:      linux-scsi@vger.kernel.org
2824 S:      Maintained
2825
2826 OPROFILE
2827 P:      Philippe Elie
2828 M:      phil.el@wanadoo.fr
2829 L:      oprofile-list@lists.sf.net
2830 S:      Maintained
2831
2832 ORINOCO DRIVER
2833 P:      Pavel Roskin
2834 M:      proski@gnu.org
2835 P:      David Gibson
2836 M:      hermes@gibson.dropbear.id.au
2837 L:      linux-wireless@vger.kernel.org
2838 L:      orinoco-users@lists.sourceforge.net
2839 L:      orinoco-devel@lists.sourceforge.net
2840 W:      http://www.nongnu.org/orinoco/
2841 S:      Maintained
2842
2843 PA SEMI ETHERNET DRIVER
2844 P:      Olof Johansson
2845 M:      olof@lixom.net
2846 L:      netdev@vger.kernel.org
2847 S:      Maintained
2848
2849 PA SEMI SMBUS DRIVER
2850 P:      Olof Johansson
2851 M:      olof@lixom.net
2852 L:      i2c@lm-sensors.org
2853 S:      Maintained
2854
2855 PARALLEL PORT SUPPORT
2856 L:      linux-parport@lists.infradead.org (subscribers-only)
2857 S:      Orphan
2858
2859 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2860 P:      Tim Waugh
2861 M:      tim@cyberelk.net
2862 L:      linux-parport@lists.infradead.org (subscribers-only)
2863 W:      http://www.torque.net/linux-pp.html
2864 S:      Maintained
2865
2866 PARISC ARCHITECTURE
2867 P:      Matthew Wilcox
2868 M:      matthew@wil.cx
2869 P:      Grant Grundler
2870 M:      grundler@parisc-linux.org
2871 P:      Kyle McMartin
2872 M:      kyle@parisc-linux.org
2873 L:      parisc-linux@parisc-linux.org
2874 W:      http://www.parisc-linux.org/
2875 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2876 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2877 S:      Maintained
2878
2879 PARAVIRT_OPS INTERFACE
2880 P:      Jeremy Fitzhardinge
2881 M:      jeremy@xensource.com
2882 P:      Chris Wright
2883 M:      chrisw@sous-sol.org
2884 P:      Zachary Amsden
2885 M:      zach@vmware.com
2886 P:      Rusty Russell
2887 M:      rusty@rustcorp.com.au
2888 L:      virtualization@lists.osdl.org
2889 L:      linux-kernel@vger.kernel.org
2890 S:      Supported
2891
2892 PC87360 HARDWARE MONITORING DRIVER
2893 P:      Jim Cromie
2894 M:      jim.cromie@gmail.com
2895 L:      lm-sensors@lm-sensors.org
2896 S:      Maintained
2897
2898 PC8736x GPIO DRIVER
2899 P:      Jim Cromie
2900 M:      jim.cromie@gmail.com
2901 S:      Maintained
2902
2903 PCI ERROR RECOVERY
2904 P:      Linas Vepstas
2905 M:      linas@austin.ibm.com
2906 L:      linux-kernel@vger.kernel.org
2907 L:      linux-pci@atrey.karlin.mff.cuni.cz
2908 S:      Supported
2909
2910 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2911 P:      Thomas Sailer
2912 M:      sailer@ife.ee.ethz.ch
2913 L:      linux-sound@vger.kernel.org
2914 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2915 S:      Maintained
2916
2917 PCI SUBSYSTEM
2918 P:      Greg Kroah-Hartman
2919 M:      gregkh@suse.de
2920 L:      linux-kernel@vger.kernel.org
2921 L:      linux-pci@atrey.karlin.mff.cuni.cz
2922 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2923 S:      Supported
2924
2925 PCI HOTPLUG CORE
2926 P:      Kristen Carlson Accardi
2927 M:      kristen.c.accardi@intel.com
2928 S:      Supported
2929
2930 PCIE HOTPLUG DRIVER
2931 P:      Kristen Carlson Accardi
2932 M:      kristen.c.accardi@intel.com
2933 L:      pcihpd-discuss@lists.sourceforge.net
2934 S:      Supported
2935
2936 PCMCIA SUBSYSTEM
2937 P:      Linux PCMCIA Team
2938 L:      linux-pcmcia@lists.infradead.org
2939 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2940 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2941 S:      Maintained
2942
2943 PCNET32 NETWORK DRIVER
2944 P:      Don Fry
2945 M:      pcnet32@verizon.net
2946 L:      netdev@vger.kernel.org
2947 S:      Maintained
2948
2949 PER-TASK DELAY ACCOUNTING
2950 P:      Shailabh Nagar
2951 M:      nagar@watson.ibm.com
2952 L:      linux-kernel@vger.kernel.org
2953 S:      Maintained
2954
2955 PERSONALITY HANDLING
2956 P:      Christoph Hellwig
2957 M:      hch@infradead.org
2958 L:      linux-abi-devel@lists.sourceforge.net
2959 S:      Maintained
2960
2961 PHRAM MTD DRIVER
2962 P:      Jörn Engel
2963 M:      joern@wh.fh-wedel.de
2964 L:      linux-mtd@lists.infradead.org
2965 S:      Maintained
2966
2967 PKTCDVD DRIVER
2968 P:      Peter Osterlund
2969 M:      petero2@telia.com
2970 L:      linux-kernel@vger.kernel.org
2971 S:      Maintained
2972
2973 POSIX CLOCKS and TIMERS
2974 P:      Thomas Gleixner
2975 M:      tglx@linutronix.de
2976 L:      linux-kernel@vger.kernel.org
2977 S:      Supported
2978
2979 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2980 P:      Anton Vorontsov
2981 M:      cbou@mail.ru
2982 P:      David Woodhouse
2983 M:      dwmw2@infradead.org
2984 L:      linux-kernel@vger.kernel.org
2985 L:      kernel-discuss@handhelds.org
2986 T:      git git.infradead.org/battery-2.6.git
2987 S:      Maintained
2988
2989 POWERPC 4xx EMAC DRIVER
2990 P:      Eugene Surovegin
2991 M:      ebs@ebshome.net
2992 W:      http://kernel.ebshome.net/emac/
2993 L:      linuxppc-embedded@ozlabs.org
2994 L:      netdev@vger.kernel.org
2995 S:      Maintained
2996
2997 PNP SUPPORT
2998 P:      Adam Belay
2999 M:      ambx1@neo.rr.com
3000 S:      Maintained
3001
3002 PNXxxxx I2C DRIVER
3003 P:      Vitaly Wool
3004 M:      vitalywool@gmail.com
3005 L:      i2c@lm-sensors.org
3006 S:      Maintained
3007
3008 PPP PROTOCOL DRIVERS AND COMPRESSORS
3009 P:      Paul Mackerras
3010 M:      paulus@samba.org
3011 L:      linux-ppp@vger.kernel.org
3012 S:      Maintained
3013
3014 PPP OVER ATM (RFC 2364)
3015 P:      Mitchell Blank Jr
3016 M:      mitch@sfgoth.com
3017 S:      Maintained
3018
3019 PPP OVER ETHERNET
3020 P:      Michal Ostrowski
3021 M:      mostrows@speakeasy.net
3022 S:      Maintained
3023
3024 PPP OVER L2TP
3025 P:      James Chapman
3026 M:      jchapman@katalix.com
3027 S:      Maintained
3028
3029 PREEMPTIBLE KERNEL
3030 P:      Robert Love
3031 M:      rml@tech9.net
3032 L:      linux-kernel@vger.kernel.org
3033 L:      kpreempt-tech@lists.sourceforge.net
3034 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3035 S:      Supported
3036
3037 P54 WIRELESS DRIVER
3038 P:      Michael Wu
3039 M:      flamingice@sourmilk.net
3040 L:      linux-wireless@vger.kernel.org
3041 W:      http://prism54.org
3042 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3043 S:      Maintained
3044
3045 PRISM54 WIRELESS DRIVER
3046 P:      Luis R. Rodriguez
3047 M:      mcgrof@gmail.com
3048 L:      linux-wireless@vger.kernel.org
3049 W:      http://prism54.org
3050 S:      Maintained
3051
3052 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3053 P:      Peter Denison
3054 M:      promise@pnd-pc.demon.co.uk
3055 W:      http://www.pnd-pc.demon.co.uk/promise/
3056 S:      Maintained
3057
3058 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3059 P:      Mikael Pettersson
3060 M:      mikpe@it.uu.se
3061 L:      linux-ide@vger.kernel.org
3062 S:      Maintained
3063
3064 PS3 NETWORK SUPPORT
3065 P:      Masakazu Mokuno
3066 M:      mokuno@sm.sony.co.jp
3067 L:      netdev@vger.kernel.org
3068 L:      cbe-oss-dev@ozlabs.org
3069 S:      Supported
3070
3071 PS3 PLATFORM SUPPORT
3072 P:      Geoff Levand
3073 M:      geoffrey.levand@am.sony.com
3074 L:      linuxppc-dev@ozlabs.org
3075 L:      cbe-oss-dev@ozlabs.org
3076 S:      Supported
3077
3078 PVRUSB2 VIDEO4LINUX DRIVER
3079 P:      Mike Isely
3080 M:      isely@pobox.com
3081 L:      pvrusb2@isely.net       (subscribers-only)
3082 L:      video4linux-list@redhat.com
3083 W:      http://www.isely.net/pvrusb2/
3084 S:      Maintained
3085
3086 PXA2xx SUPPORT
3087 P:      Nicolas Pitre
3088 M:      nico@cam.org
3089 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3090 S:      Maintained
3091
3092 PXA MMCI DRIVER
3093 S:      Orphan
3094
3095 QLOGIC QLA2XXX FC-SCSI DRIVER
3096 P:      Andrew Vasquez
3097 M:      linux-driver@qlogic.com
3098 L:      linux-scsi@vger.kernel.org
3099 S:      Supported
3100
3101 QLOGIC QLA3XXX NETWORK DRIVER
3102 P:      Ron Mercer
3103 M:      linux-driver@qlogic.com
3104 L:      netdev@vger.kernel.org
3105 S:      Supported
3106
3107 QNX4 FILESYSTEM
3108 P:      Anders Larsen
3109 M:      al@alarsen.net
3110 L:      linux-kernel@vger.kernel.org
3111 W:      http://www.alarsen.net/linux/qnx4fs/
3112 S:      Maintained
3113
3114 RADEON FRAMEBUFFER DISPLAY DRIVER
3115 P:      Benjamin Herrenschmidt
3116 M:      benh@kernel.crashing.org
3117 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3118 S:      Maintained
3119
3120 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3121 P:      Paul Mackerras
3122 M:      paulus@samba.org
3123 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3124 S:      Maintained
3125
3126 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3127 P:      Corey Thomas
3128 M:      corey@world.std.com
3129 L:      linux-wireless@vger.kernel.org
3130 S:      Maintained
3131
3132 RALINK RT2X00 WLAN DRIVER
3133 P:      rt2x00 project
3134 L:      linux-wireless@vger.kernel.org
3135 L:      rt2400-devel@lists.sourceforge.net
3136 W:      http://rt2x00.serialmonkey.com/
3137 S:      Maintained
3138 F:      drivers/net/wireless/rt2x00/
3139
3140 RANDOM NUMBER DRIVER
3141 P:      Matt Mackall
3142 M:      mpm@selenic.com
3143 S:      Maintained
3144
3145 RAPIDIO SUBSYSTEM
3146 P:      Matt Porter
3147 M:      mporter@kernel.crashing.org
3148 L:      linux-kernel@vger.kernel.org
3149 S:      Maintained
3150
3151 READ-COPY UPDATE (RCU)
3152 P:      Dipankar Sarma
3153 M:      dipankar@in.ibm.com
3154 W:      http://www.rdrop.com/users/paulmck/rclock/
3155 L:      linux-kernel@vger.kernel.org
3156 S:      Supported
3157
3158 RCUTORTURE MODULE
3159 P:      Josh Triplett
3160 M:      josh@freedesktop.org
3161 L:      linux-kernel@vger.kernel.org
3162 S:      Maintained
3163
3164 REAL TIME CLOCK DRIVER
3165 P:      Paul Gortmaker
3166 M:      p_gortmaker@yahoo.com
3167 L:      linux-kernel@vger.kernel.org
3168 S:      Maintained
3169
3170 REAL TIME CLOCK (RTC) SUBSYSTEM
3171 P:      Alessandro Zummo
3172 M:      a.zummo@towertech.it
3173 L:      rtc-linux@googlegroups.com
3174 S:      Maintained
3175
3176 REISERFS FILE SYSTEM
3177 P:      Hans Reiser
3178 M:      reiserfs-dev@namesys.com
3179 L:      reiserfs-devel@vger.kernel.org
3180 W:      http://www.namesys.com
3181 S:      Supported
3182
3183 ROCKETPORT DRIVER
3184 P:      Comtrol Corp.
3185 W:      http://www.comtrol.com
3186 S:      Maintained
3187
3188 ROSE NETWORK LAYER
3189 P:      Ralf Baechle
3190 M:      ralf@linux-mips.org
3191 L:      linux-hams@vger.kernel.org
3192 W:      http://www.linux-ax25.org/
3193 S:      Maintained
3194
3195 RISCOM8 DRIVER
3196 S:      Orphan
3197
3198 RTL818X WIRELESS DRIVER
3199 P:      Michael Wu
3200 M:      flamingice@sourmilk.net
3201 P:      Andrea Merello
3202 M:      andreamrl@tiscali.it
3203 L:      linux-wireless@vger.kernel.org
3204 W:      http://linuxwireless.org/
3205 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3206 S:      Maintained
3207
3208 S3 SAVAGE FRAMEBUFFER DRIVER
3209 P:      Antonino Daplas
3210 M:      adaplas@gmail.com
3211 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3212 S:      Maintained
3213
3214 S390
3215 P:      Martin Schwidefsky
3216 M:      schwidefsky@de.ibm.com
3217 P:      Heiko Carstens
3218 M:      heiko.carstens@de.ibm.com
3219 M:      linux390@de.ibm.com
3220 L:      linux-s390@vger.kernel.org
3221 W:      http://www.ibm.com/developerworks/linux/linux390/
3222 S:      Supported
3223
3224 S390 NETWORK DRIVERS
3225 P:      Ursula Braun
3226 M:      ubraun@linux.vnet.ibm.com
3227 M:      linux390@de.ibm.com
3228 L:      linux-s390@vger.kernel.org
3229 W:      http://www.ibm.com/developerworks/linux/linux390/
3230 S:      Supported
3231
3232 S390 ZFCP DRIVER
3233 P:      Swen Schillig
3234 M:      swen@vnet.ibm.com
3235 M:      linux390@de.ibm.com
3236 L:      linux-s390@vger.kernel.org
3237 W:      http://www.ibm.com/developerworks/linux/linux390/
3238 S:      Supported
3239
3240 S390 IUCV NETWORK LAYER
3241 P:      Ursula Braun
3242 M:      ubraun@linux.vnet.ibm.com
3243 M:      linux390@de.ibm.com
3244 L:      linux-s390@vger.kernel.org
3245 W:      http://www.ibm.com/developerworks/linux/linux390/
3246 S:      Supported
3247
3248 SAA7146 VIDEO4LINUX-2 DRIVER
3249 P:      Michael Hunold
3250 M:      michael@mihu.de
3251 W:      http://www.mihu.de/linux/saa7146
3252 S:      Maintained
3253
3254 SC1200 WDT DRIVER
3255 P:      Zwane Mwaikambo
3256 M:      zwane@arm.linux.org.uk
3257 S:      Maintained
3258
3259 SCHEDULER
3260 P:      Ingo Molnar
3261 M:      mingo@elte.hu
3262 P:      Robert Love    [the preemptible kernel bits]
3263 M:      rml@tech9.net
3264 L:      linux-kernel@vger.kernel.org
3265 S:      Maintained
3266
3267 SCSI CDROM DRIVER
3268 P:      Jens Axboe
3269 M:      axboe@kernel.dk
3270 L:      linux-scsi@vger.kernel.org
3271 W:      http://www.kernel.dk
3272 S:      Maintained
3273
3274 SCSI SG DRIVER
3275 P:      Doug Gilbert
3276 M:      dgilbert@interlog.com
3277 L:      linux-scsi@vger.kernel.org
3278 W:      http://www.torque.net/sg
3279 S:      Maintained
3280
3281 SCSI SUBSYSTEM
3282 P:      James E.J. Bottomley
3283 M:      James.Bottomley@SteelEye.com
3284 L:      linux-scsi@vger.kernel.org
3285 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3286 S:      Maintained
3287
3288 SCSI TAPE DRIVER
3289 P:      Kai Mäkisara
3290 M:      Kai.Makisara@kolumbus.fi
3291 L:      linux-scsi@vger.kernel.org
3292 S:      Maintained
3293
3294 SCTP PROTOCOL
3295 P:      Vlad Yasevich
3296 M:      vladislav.yasevich@hp.com
3297 P:      Sridhar Samudrala
3298 M:      sri@us.ibm.com
3299 L:      lksctp-developers@lists.sourceforge.net
3300 W:      http://lksctp.sourceforge.net
3301 S:      Supported
3302
3303 SCx200 CPU SUPPORT
3304 P:      Jim Cromie
3305 M:      jim.cromie@gmail.com
3306 S:      Odd Fixes
3307
3308 SCx200 GPIO DRIVER
3309 P:      Jim Cromie
3310 M:      jim.cromie@gmail.com
3311 S:      Maintained
3312
3313 SCx200 HRT CLOCKSOURCE DRIVER
3314 P:      Jim Cromie
3315 M:      jim.cromie@gmail.com
3316 S:      Maintained
3317
3318 SECURITY CONTACT
3319 P:      Security Officers
3320 M:      security@kernel.org
3321 S:      Supported
3322
3323 SELINUX SECURITY MODULE
3324 P:      Stephen Smalley
3325 M:      sds@tycho.nsa.gov
3326 P:      James Morris
3327 M:      jmorris@namei.org
3328 P:      Eric Paris
3329 M:      eparis@parisplace.org
3330 L:      linux-kernel@vger.kernel.org (kernel issues)
3331 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3332 W:      http://www.nsa.gov/selinux
3333 S:      Supported
3334
3335 SENSABLE PHANTOM
3336 P:      Jiri Slaby
3337 M:      jirislaby@gmail.com
3338 S:      Maintained
3339
3340 SERIAL ATA (SATA) SUBSYSTEM:
3341 P:      Jeff Garzik
3342 M:      jgarzik@pobox.com
3343 L:      linux-ide@vger.kernel.org
3344 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3345 S:      Supported
3346
3347 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3348 P:      Pat Gefre
3349 M:      pfg@sgi.com
3350 L:      linux-ia64@vger.kernel.org
3351 S:      Supported
3352
3353 SGI VISUAL WORKSTATION 320 AND 540
3354 P:      Andrey Panin
3355 M:      pazke@donpac.ru
3356 L:      linux-visws-devel@lists.sf.net
3357 W:      http://linux-visws.sf.net
3358 S:      Maintained for 2.6.
3359
3360 SIMTEC EB110ATX (Chalice CATS)
3361 P:      Ben Dooks
3362 P:      Vincent Sanders
3363 M:      support@simtec.co.uk
3364 W:      http://www.simtec.co.uk/products/EB110ATX/
3365 S:      Supported
3366
3367 SIMTEC EB2410ITX (BAST)
3368 P:      Ben Dooks
3369 P:      Vincent Sanders
3370 M:      support@simtec.co.uk
3371 W:      http://www.simtec.co.uk/products/EB2410ITX/
3372 S:      Supported
3373
3374 SIS 190 ETHERNET DRIVER
3375 P:      Francois Romieu
3376 M:      romieu@fr.zoreil.com
3377 L:      netdev@vger.kernel.org
3378 S:      Maintained
3379
3380 SIS 5513 IDE CONTROLLER DRIVER
3381 P:      Lionel Bouton
3382 M:      Lionel.Bouton@inet6.fr
3383 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3384 W:      http://gyver.homeip.net/sis5513/index.html
3385 S:      Maintained
3386
3387 SIS 900/7016 FAST ETHERNET DRIVER
3388 P:      Daniele Venzano
3389 M:      venza@brownhat.org
3390 W:      http://www.brownhat.org/sis900.html
3391 L:      netdev@vger.kernel.org
3392 S:      Maintained
3393
3394 SIS 96X I2C/SMBUS DRIVER
3395 P:      Mark M. Hoffman
3396 M:      mhoffman@lightlink.com
3397 L:      lm-sensors@lm-sensors.org
3398 S:      Maintained
3399
3400 SIS FRAMEBUFFER DRIVER
3401 P:      Thomas Winischhofer
3402 M:      thomas@winischhofer.net
3403 W:      http://www.winischhofer.net/linuxsisvga.shtml
3404 S:      Maintained
3405
3406 SIS USB2VGA DRIVER
3407 P:      Thomas Winischhofer
3408 M:      thomas@winischhofer.net
3409 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3410 S:      Maintained
3411
3412 SLAB ALLOCATOR
3413 P:      Christoph Lameter
3414 M:      clameter@sgi.com
3415 P:      Pekka Enberg
3416 M:      penberg@cs.helsinki.fi
3417 L:      linux-mm@kvack.org
3418 S:      Maintained
3419
3420 SMC91x ETHERNET DRIVER
3421 P:      Nicolas Pitre
3422 M:      nico@cam.org
3423 S:      Maintained
3424
3425 SMSC47B397 HARDWARE MONITOR DRIVER
3426 P:      Mark M. Hoffman
3427 M:      mhoffman@lightlink.com
3428 L:      lm-sensors@lm-sensors.org
3429 S:      Maintained
3430
3431 SOFTMAC LAYER (IEEE 802.11)
3432 P:      Johannes Berg
3433 M:      johannes@sipsolutions.net
3434 P:      Joe Jezak
3435 M:      josejx@gentoo.org
3436 P:      Daniel Drake
3437 M:      dsd@gentoo.org
3438 W:      http://softmac.sipsolutions.net/
3439 L:      linux-wireless@vger.kernel.org
3440 S:      Maintained
3441
3442 SOFTWARE RAID (Multiple Disks) SUPPORT
3443 P:      Ingo Molnar
3444 M:      mingo@redhat.com
3445 P:      Neil Brown
3446 M:      neilb@suse.de
3447 L:      linux-raid@vger.kernel.org
3448 S:      Supported
3449
3450 HIBERNATION (aka Software Suspend, aka swsusp):
3451 P:      Pavel Machek
3452 M:      pavel@suse.cz
3453 P:      Rafael J. Wysocki
3454 M:      rjw@sisk.pl
3455 L:      linux-pm@lists.linux-foundation.org
3456 S:      Supported
3457
3458 SUSPEND TO RAM:
3459 P:      Pavel Machek
3460 M:      pavel@suse.cz
3461 P:      Rafael J. Wysocki
3462 M:      rjw@sisk.pl
3463 L:      linux-pm@lists.linux-foundation.org
3464 S:      Maintained
3465
3466 SONIC NETWORK DRIVER
3467 P:      Thomas Bogendoerfer
3468 M:      tsbogend@alpha.franken.de
3469 L:      netdev@vger.kernel.org
3470 S:      Maintained
3471
3472 SONICS SILICON BACKPLANE DRIVER (SSB)
3473 P:      Michael Buesch
3474 M:      mb@bu3sch.de
3475 L:      netdev@vger.kernel.org
3476 S:      Maintained
3477
3478 SONY VAIO CONTROL DEVICE DRIVER
3479 P:      Mattia Dongili
3480 M:      malattia@linux.it
3481 L:      linux-acpi@vger.kernel.org
3482 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3483 S:      Maintained
3484
3485 SOUND
3486 P:      Jaroslav Kysela
3487 M:      perex@suse.cz
3488 L:      alsa-devel@alsa-project.org (subscribers-only)
3489 S:      Maintained
3490
3491 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3492 P:      Liam Girdwood
3493 M:      liam.girdwood@wolfsonmicro.com
3494 L:      alsa-devel@alsa-project.org (subscribers-only)
3495 S:      Supported
3496
3497 SPI SUBSYSTEM
3498 P:      David Brownell
3499 M:      dbrownell@users.sourceforge.net
3500 L:      spi-devel-general@lists.sourceforge.net
3501 S:      Maintained
3502
3503 STABLE BRANCH:
3504 P:      Greg Kroah-Hartman
3505 M:      greg@kroah.com
3506 P:      Chris Wright
3507 M:      chrisw@sous-sol.org
3508 L:      stable@kernel.org
3509 S:      Maintained
3510
3511 TPM DEVICE DRIVER
3512 P:      Kylene Hall
3513 M:      tpmdd-devel@lists.sourceforge.net
3514 W:      http://tpmdd.sourceforge.net
3515 P:      Marcel Selhorst
3516 M:      tpm@selhorst.net
3517 W:      http://www.prosec.rub.de/tpm/
3518 L:      tpmdd-devel@lists.sourceforge.net
3519 S:      Maintained
3520
3521 Telecom Clock Driver for MCPL0010
3522 P:      Mark Gross
3523 M:      mark.gross@intel.com
3524 S:      Supported
3525
3526 TENSILICA XTENSA PORT (xtensa):
3527 P:      Chris Zankel
3528 M:      chris@zankel.net
3529 S:      Maintained
3530
3531 THINKPAD ACPI EXTRAS DRIVER
3532 P:      Henrique de Moraes Holschuh
3533 M:      ibm-acpi@hmh.eng.br
3534 L:      ibm-acpi-devel@lists.sourceforge.net
3535 W:      http://ibm-acpi.sourceforge.net
3536 W:      http://thinkwiki.org/wiki/Ibm-acpi
3537 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3538 S:      Maintained
3539
3540 UltraSPARC (sparc64):
3541 P:      David S. Miller
3542 M:      davem@davemloft.net
3543 L:      sparclinux@vger.kernel.org
3544 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3545 S:      Maintained
3546
3547 SHARP LH SUPPORT (LH7952X & LH7A40X)
3548 P:      Marc Singer
3549 M:      elf@buici.com
3550 W:      http://projects.buici.com/arm
3551 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3552 S:      Maintained
3553
3554 SHPC HOTPLUG DRIVER
3555 P:      Kristen Carlson Accardi
3556 M:      kristen.c.accardi@intel.com
3557 L:      pcihpd-discuss@lists.sourceforge.net
3558 S:      Supported
3559
3560 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3561 P:      Pierre Ossman
3562 M:      drzeus-sdhci@drzeus.cx
3563 L:      sdhci-devel@list.drzeus.cx
3564 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3565 S:      Maintained
3566
3567 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3568 P:      Stephen Hemminger
3569 M:      shemminger@linux-foundation.org
3570 L:      netdev@vger.kernel.org
3571 S:      Maintained
3572
3573 SOEKRIS NET48XX LED SUPPORT
3574 P:      Chris Boot
3575 M:      bootc@bootc.net
3576 S:      Maintained
3577
3578 SPARC (sparc32):
3579 P:      William L. Irwin
3580 M:      wli@holomorphy.com
3581 L:      sparclinux@vger.kernel.org
3582 S:      Maintained
3583
3584 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3585 P:      Roger Wolff
3586 M:      R.E.Wolff@BitWizard.nl
3587 L:      linux-kernel@vger.kernel.org ?
3588 S:      Supported
3589
3590 SPIDERNET NETWORK DRIVER for CELL
3591 P:      Linas Vepstas
3592 M:      linas@austin.ibm.com
3593 L:      netdev@vger.kernel.org
3594 S:      Supported
3595
3596 SRM (Alpha) environment access
3597 P:      Jan-Benedict Glaw
3598 M:      jbglaw@lug-owl.de
3599 L:      linux-kernel@vger.kernel.org
3600 S:      Maintained
3601
3602 STARFIRE/DURALAN NETWORK DRIVER
3603 P:      Ion Badulescu
3604 M:      ionut@cs.columbia.edu
3605 S:      Maintained
3606
3607 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3608 W:      http://mosquitonet.Stanford.EDU/strip.html
3609 S:      Unsupported ?
3610
3611 STRADIS MPEG-2 DECODER DRIVER
3612 P:      Nathan Laredo
3613 M:      laredo@gnu.org
3614 W:      http://www.stradis.com/
3615 S:      Maintained
3616
3617 SUPERH (sh)
3618 P:      Paul Mundt
3619 M:      lethal@linux-sh.org
3620 L:      linuxsh-dev@lists.sourceforge.net (subscribers-only)
3621 W:      http://www.linux-sh.org
3622 S:      Maintained
3623
3624 SUPERH64 (sh64)
3625 P:      Paul Mundt
3626 M:      lethal@linux-sh.org
3627 L:      linuxsh-shmedia-dev@lists.sourceforge.net
3628 W:      http://www.linux-sh.org
3629 S:      Maintained
3630
3631 SUN3/3X
3632 P:      Sam Creasey
3633 M:      sammy@sammy.net
3634 W:      http://sammy.net/sun3/
3635 S:      Maintained
3636
3637 SVGA HANDLING
3638 P:      Martin Mares
3639 M:      mj@ucw.cz
3640 L:      linux-video@atrey.karlin.mff.cuni.cz
3641 S:      Maintained
3642
3643 SYSV FILESYSTEM
3644 P:      Christoph Hellwig
3645 M:      hch@infradead.org
3646 S:      Maintained
3647
3648 TC CLASSIFIER
3649 P:      Jamal Hadi Salim
3650 M:      hadi@cyberus.ca
3651 L:      netdev@vger.kernel.org
3652 S:      Maintained
3653
3654 TCP LOW PRIORITY MODULE
3655 P:      Wong Hoi Sing, Edison
3656 M:      hswong3i@gmail.com
3657 P:      Hung Hing Lun, Mike
3658 M:      hlhung3i@gmail.com
3659 W:      http://tcp-lp-mod.sourceforge.net/
3660 S:      Maintained
3661
3662 TEHUTI ETHERNET DRIVER
3663 P:      Alexander Indenbaum
3664 M:      baum@tehutinetworks.net
3665 P:      Andy Gospodarek
3666 M:      andy@greyhouse.net
3667 L:      netdev@vger.kernel.org
3668 S:      Supported
3669
3670 TI FLASH MEDIA INTERFACE DRIVER
3671 P:      Alex Dubov
3672 M:      oakad@yahoo.com
3673 S:      Maintained
3674
3675 TI OMAP MMC INTERFACE DRIVER
3676 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
3677 M:      linux-omap-open-source@linux.omap.com 
3678 W:      http://linux.omap.com
3679 W:      http://www.muru.com/linux/omap/
3680 S:      Maintained
3681
3682 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3683 P:      Deepak Saxena
3684 M:      dsaxena@plexity.net
3685 S:      Maintained
3686
3687 TASKSTATS STATISTICS INTERFACE
3688 P:      Shailabh Nagar
3689 M:      nagar@watson.ibm.com
3690 L:      linux-kernel@vger.kernel.org
3691 S:      Maintained
3692
3693 TI PARALLEL LINK CABLE DRIVER
3694 P:      Romain Lievin
3695 M:      roms@lpg.ticalc.org
3696 S:      Maintained
3697
3698 TIPC NETWORK LAYER
3699 P:      Per Liden
3700 M:      per.liden@ericsson.com
3701 P:      Jon Maloy
3702 M:      jon.maloy@ericsson.com
3703 P:      Allan Stephens
3704 M:      allan.stephens@windriver.com
3705 L:      tipc-discussion@lists.sourceforge.net
3706 W:      http://tipc.sourceforge.net/
3707 W:      http://tipc.cslab.ericsson.net/
3708 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3709 S:      Maintained
3710
3711 TLAN NETWORK DRIVER
3712 P:      Samuel Chessman
3713 M:      chessman@tux.org
3714 L:      tlan-devel@lists.sourceforge.net
3715 W:      http://sourceforge.net/projects/tlan/
3716 S:      Maintained
3717
3718 TOKEN-RING NETWORK DRIVER
3719 P:      Mike Phillips
3720 M:      mikep@linuxtr.net
3721 L:      netdev@vger.kernel.org
3722 L:      linux-tr@linuxtr.net
3723 W:      http://www.linuxtr.net
3724 S:      Maintained
3725
3726 TOSHIBA ACPI EXTRAS DRIVER
3727 P:      John Belmonte
3728 M:      toshiba_acpi@memebeam.org
3729 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3730 S:      Maintained
3731
3732 TOSHIBA SMM DRIVER
3733 P:      Jonathan Buzzard
3734 M:      jonathan@buzzard.org.uk
3735 L:      tlinux-users@tce.toshiba-dme.co.jp
3736 W:      http://www.buzzard.org.uk/toshiba/
3737 S:      Maintained
3738
3739 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3740 P:      Muli Ben-Yehuda
3741 M:      mulix@mulix.org
3742 L:      linux-kernel@vger.kernel.org
3743 S:      Maintained
3744
3745 TRIVIAL PATCHES
3746 P:      Adrian Bunk
3747 M:      trivial@kernel.org
3748 L:      linux-kernel@vger.kernel.org
3749 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3750 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3751 S:      Maintained
3752
3753 TMS380 TOKEN-RING NETWORK DRIVER
3754 P:      Adam Fritzler
3755 M:      mid@auk.cx
3756 L:      linux-tr@linuxtr.net
3757 W:      http://www.auk.cx/tms380tr/
3758 S:      Maintained
3759
3760 TULIP NETWORK DRIVER
3761 L:      tulip-users@lists.sourceforge.net
3762 W:      http://sourceforge.net/projects/tulip/
3763 S:      Orphan
3764
3765 TUN/TAP driver
3766 P:      Maxim Krasnyansky
3767 M:      maxk@qualcomm.com
3768 L:      vtun@office.satix.net
3769 W:      http://vtun.sourceforge.net/tun
3770 S:      Maintained
3771
3772 TURBOCHANNEL SUBSYSTEM
3773 P:      Maciej W. Rozycki
3774 M:      macro@linux-mips.org
3775 S:      Maintained
3776
3777 U14-34F SCSI DRIVER
3778 P:      Dario Ballabio
3779 M:      ballabio_dario@emc.com
3780 L:      linux-scsi@vger.kernel.org
3781 S:      Maintained
3782
3783 UDF FILESYSTEM
3784 P:      Ben Fennema
3785 M:      bfennema@falcon.csc.calpoly.edu
3786 W:      http://linux-udf.sourceforge.net
3787 S:      Maintained
3788
3789 UNIFORM CDROM DRIVER
3790 P:      Jens Axboe
3791 M:      axboe@kernel.dk
3792 L:      linux-kernel@vger.kernel.org
3793 W:      http://www.kernel.dk
3794 S:      Maintained
3795
3796 USB ACM DRIVER
3797 P:      Oliver Neukum
3798 M:      oliver@neukum.name
3799 L:      linux-usb-users@lists.sourceforge.net
3800 L:      linux-usb-devel@lists.sourceforge.net
3801 S:      Maintained
3802
3803 USB BLOCK DRIVER (UB ub)
3804 P:      Pete Zaitcev
3805 M:      zaitcev@redhat.com
3806 L:      linux-kernel@vger.kernel.org
3807 L:      linux-usb-devel@lists.sourceforge.net
3808 S:      Supported
3809
3810 USB CDC ETHERNET DRIVER
3811 P:      Greg Kroah-Hartman
3812 M:      greg@kroah.com
3813 L:      linux-usb-users@lists.sourceforge.net
3814 L:      linux-usb-devel@lists.sourceforge.net
3815 S:      Maintained
3816 W:      http://www.kroah.com/linux-usb/
3817
3818 USB DAVICOM DM9601 DRIVER
3819 P:      Peter Korsgaard
3820 M:      jacmet@sunsite.dk
3821 L:      netdev@vger.kernel.org
3822 W:      http://www.linux-usb.org/usbnet
3823 S:      Maintained
3824
3825 USB EHCI DRIVER
3826 P:      David Brownell
3827 M:      dbrownell@users.sourceforge.net
3828 L:      linux-usb-devel@lists.sourceforge.net
3829 S:      Odd Fixes
3830
3831 USB ET61X[12]51 DRIVER
3832 P:      Luca Risolia
3833 M:      luca.risolia@studio.unibo.it
3834 L:      linux-usb-devel@lists.sourceforge.net
3835 L:      video4linux-list@redhat.com
3836 W:      http://www.linux-projects.org
3837 S:      Maintained
3838
3839 USB GADGET/PERIPHERAL SUBSYSTEM
3840 P:      David Brownell
3841 M:      dbrownell@users.sourceforge.net
3842 L:      linux-usb-devel@lists.sourceforge.net
3843 W:      http://www.linux-usb.org/gadget
3844 S:      Maintained
3845
3846 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
3847 P:      Jiri Kosina
3848 M:      jkosina@suse.cz
3849 L:      linux-usb-devel@lists.sourceforge.net
3850 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
3851 S:      Maintained
3852
3853 USB HUB DRIVER
3854 P:      Johannes Erdfelt
3855 M:      johannes@erdfelt.com
3856 L:      linux-usb-users@lists.sourceforge.net
3857 L:      linux-usb-devel@lists.sourceforge.net
3858 S:      Maintained
3859
3860 USB ISP116X DRIVER
3861 P:      Olav Kongas
3862 M:      ok@artecdesign.ee
3863 L:      linux-usb-devel@lists.sourceforge.net
3864 S:      Maintained
3865
3866 USB KAWASAKI LSI DRIVER
3867 P:      Oliver Neukum
3868 M:      oliver@neukum.name
3869 L:      linux-usb-users@lists.sourceforge.net
3870 L:      linux-usb-devel@lists.sourceforge.net
3871 S:      Maintained
3872
3873 USB MASS STORAGE DRIVER
3874 P:      Matthew Dharm
3875 M:      mdharm-usb@one-eyed-alien.net
3876 L:      linux-usb-users@lists.sourceforge.net
3877 L:      usb-storage@lists.one-eyed-alien.net
3878 S:      Maintained
3879 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3880
3881 USB OHCI DRIVER
3882 P:      David Brownell
3883 M:      dbrownell@users.sourceforge.net
3884 L:      linux-usb-users@lists.sourceforge.net
3885 L:      linux-usb-devel@lists.sourceforge.net
3886 S:      Odd Fixes
3887
3888 USB OPTION-CARD DRIVER
3889 P:      Matthias Urlichs
3890 M:      smurf@smurf.noris.de
3891 L:      linux-usb-devel@lists.sourceforge.net
3892 S:      Maintained
3893
3894 USB OV511 DRIVER
3895 P:      Mark McClelland
3896 M:      mmcclell@bigfoot.com
3897 L:      linux-usb-users@lists.sourceforge.net
3898 L:      linux-usb-devel@lists.sourceforge.net
3899 W:      http://alpha.dyndns.org/ov511/
3900 S:      Maintained
3901
3902 USB PEGASUS DRIVER
3903 P:      Petko Manolov
3904 M:      petkan@users.sourceforge.net
3905 L:      linux-usb-devel@lists.sourceforge.net
3906 L:      netdev@vger.kernel.org
3907 W:      http://pegasus2.sourceforge.net/
3908 S:      Maintained
3909
3910 USB PRINTER DRIVER (usblp)
3911 P:      Pete Zaitcev
3912 M:      zaitcev@redhat.com
3913 L:      linux-usb-users@lists.sourceforge.net
3914 L:      linux-usb-devel@lists.sourceforge.net
3915 S:      Supported
3916
3917 USB RTL8150 DRIVER
3918 P:      Petko Manolov
3919 M:      petkan@users.sourceforge.net
3920 L:      linux-usb-devel@lists.sourceforge.net
3921 L:      netdev@vger.kernel.org
3922 W:      http://pegasus2.sourceforge.net/
3923 S:      Maintained
3924
3925 USB SE401 DRIVER
3926 P:      Jeroen Vreeken
3927 M:      pe1rxq@amsat.org
3928 L:      linux-usb-users@lists.sourceforge.net
3929 L:      linux-usb-devel@lists.sourceforge.net
3930 W:      http://www.chello.nl/~j.vreeken/se401/
3931 S:      Maintained
3932
3933 USB SERIAL CYBERJACK DRIVER
3934 P:      Matthias Bruestle and Harald Welte
3935 M:      support@reiner-sct.com
3936 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3937 S:      Maintained
3938
3939 USB SERIAL DIGI ACCELEPORT DRIVER
3940 P:      Peter Berger and Al Borchers
3941 M:      pberger@brimson.com
3942 M:      alborchers@steinerpoint.com
3943 L:      linux-usb-users@lists.sourceforge.net
3944 L:      linux-usb-devel@lists.sourceforge.net
3945 S:      Maintained
3946
3947 USB SERIAL DRIVER
3948 P:      Greg Kroah-Hartman
3949 M:      gregkh@suse.de
3950 L:      linux-usb-users@lists.sourceforge.net
3951 L:      linux-usb-devel@lists.sourceforge.net
3952 S:      Supported
3953
3954 USB SERIAL BELKIN F5U103 DRIVER
3955 P:      William Greathouse
3956 M:      wgreathouse@smva.com
3957 L:      linux-usb-users@lists.sourceforge.net
3958 L:      linux-usb-devel@lists.sourceforge.net
3959 S:      Maintained
3960
3961 USB SERIAL CYPRESS M8 DRIVER
3962 P:      Lonnie Mendez
3963 M:      dignome@gmail.com
3964 L:      linux-usb-users@lists.sourceforge.net
3965 L:      linux-usb-devel@lists.sourceforge.net
3966 S:      Maintained
3967 W:      http://geocities.com/i0xox0i
3968 W:      http://firstlight.net/cvs
3969
3970 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3971 L:      linux-usb-users@lists.sourceforge.net
3972 L:      linux-usb-devel@lists.sourceforge.net
3973 S:      Maintained
3974
3975 USB AUERSWALD DRIVER
3976 P:      Wolfgang Muees
3977 M:      wolfgang@iksw-muees.de
3978 L:      linux-usb-users@lists.sourceforge.net
3979 L:      linux-usb-devel@lists.sourceforge.net
3980 S:      Maintained
3981
3982 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3983 P:      Gary Brubaker
3984 M:      xavyer@ix.netcom.com
3985 L:      linux-usb-users@lists.sourceforge.net
3986 L:      linux-usb-devel@lists.sourceforge.net
3987 S:      Maintained
3988
3989 USB SERIAL KEYSPAN DRIVER
3990 P:      Greg Kroah-Hartman
3991 M:      greg@kroah.com
3992 L:      linux-usb-users@lists.sourceforge.net
3993 L:      linux-usb-devel@lists.sourceforge.net
3994 W:      http://www.kroah.com/linux/
3995 S:      Maintained
3996
3997 USB SERIAL WHITEHEAT DRIVER
3998 P:      Support Department
3999 M:      support@connecttech.com
4000 L:      linux-usb-users@lists.sourceforge.net
4001 L:      linux-usb-devel@lists.sourceforge.net
4002 W:      http://www.connecttech.com
4003 S:      Supported
4004
4005 USB SN9C1xx DRIVER
4006 P:      Luca Risolia
4007 M:      luca.risolia@studio.unibo.it
4008 L:      linux-usb-devel@lists.sourceforge.net
4009 L:      video4linux-list@redhat.com
4010 W:      http://www.linux-projects.org
4011 S:      Maintained
4012
4013 USB SUBSYSTEM
4014 P:      Greg Kroah-Hartman
4015 M:      gregkh@suse.de
4016 L:      linux-usb-users@lists.sourceforge.net
4017 L:      linux-usb-devel@lists.sourceforge.net
4018 W:      http://www.linux-usb.org
4019 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4020 S:      Supported
4021
4022 USB UHCI DRIVER
4023 P:      Alan Stern
4024 M:      stern@rowland.harvard.edu
4025 L:      linux-usb-users@lists.sourceforge.net
4026 L:      linux-usb-devel@lists.sourceforge.net
4027 S:      Maintained
4028
4029 USB "USBNET" DRIVER FRAMEWORK
4030 P:      David Brownell
4031 M:      dbrownell@users.sourceforge.net
4032 L:      netdev@vger.kernel.org
4033 W:      http://www.linux-usb.org/usbnet
4034 S:      Maintained
4035
4036 USB W996[87]CF DRIVER
4037 P:      Luca Risolia
4038 M:      luca.risolia@studio.unibo.it
4039 L:      linux-usb-devel@lists.sourceforge.net
4040 L:      video4linux-list@redhat.com
4041 W:      http://www.linux-projects.org
4042 S:      Maintained
4043
4044 USB ZC0301 DRIVER
4045 P:      Luca Risolia
4046 M:      luca.risolia@studio.unibo.it
4047 L:      linux-usb-devel@lists.sourceforge.net
4048 L:      video4linux-list@redhat.com
4049 W:      http://www.linux-projects.org
4050 S:      Maintained
4051
4052 USB ZD1201 DRIVER
4053 P:      Jeroen Vreeken
4054 M:      pe1rxq@amsat.org
4055 L:      linux-usb-users@lists.sourceforge.net
4056 L:      linux-usb-devel@lists.sourceforge.net
4057 W:      http://linux-lc100020.sourceforge.net
4058 S:      Maintained
4059
4060 USB ZR364XX DRIVER
4061 P:      Antoine Jacquet
4062 M:      royale@zerezo.com
4063 L:      linux-usb-devel@lists.sourceforge.net
4064 L:      video4linux-list@redhat.com
4065 W:      http://royale.zerezo.com/zr364xx/
4066 S:      Maintained
4067
4068 USER-MODE LINUX
4069 P:      Jeff Dike
4070 M:      jdike@karaya.com
4071 L:      user-mode-linux-devel@lists.sourceforge.net
4072 L:      user-mode-linux-user@lists.sourceforge.net
4073 W:      http://user-mode-linux.sourceforge.net
4074 S:      Maintained
4075
4076 FAT/VFAT/MSDOS FILESYSTEM:
4077 P:      OGAWA Hirofumi
4078 M:      hirofumi@mail.parknet.co.jp
4079 L:      linux-kernel@vger.kernel.org
4080 S:      Maintained
4081
4082 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
4083 P:      Jeff Garzik
4084 S:      Odd fixes
4085
4086 VIA RHINE NETWORK DRIVER
4087 P:      Roger Luethi
4088 M:      rl@hellgate.ch
4089 S:      Maintained
4090
4091 VIAPRO SMBUS DRIVER
4092 P:      Jean Delvare
4093 M:      khali@linux-fr.org
4094 L:      i2c@lm-sensors.org
4095 S:      Maintained
4096
4097 VIA VELOCITY NETWORK DRIVER
4098 P:      Francois Romieu
4099 M:      romieu@fr.zoreil.com
4100 L:      netdev@vger.kernel.org
4101 S:      Maintained
4102
4103 UCLINUX (AND M68KNOMMU)
4104 P:      Greg Ungerer
4105 M:      gerg@uclinux.org
4106 W:      http://www.uclinux.org/
4107 L:      uclinux-dev@uclinux.org  (subscribers-only)
4108 S:      Maintained
4109
4110 UCLINUX FOR NEC V850
4111 P:      Miles Bader
4112
4113 UCLINUX FOR RENESAS H8/300
4114 P:      Yoshinori Sato
4115 M:      ysato@users.sourceforge.jp
4116 W:      http://uclinux-h8.sourceforge.jp/
4117 S:      Supported
4118
4119 UFS FILESYSTEM
4120 P:      Evgeniy Dushistov
4121 M:      dushistov@mail.ru
4122 L:      linux-kernel@vger.kernel.org
4123 S:      Maintained
4124
4125 USB DIAMOND RIO500 DRIVER
4126 P:      Cesar Miquel
4127 M:      miquel@df.uba.ar
4128 L:      rio500-users@lists.sourceforge.net
4129 W:      http://rio500.sourceforge.net
4130 S:      Maintained
4131
4132 VIDEO FOR LINUX
4133 P:      Mauro Carvalho Chehab
4134 M:      mchehab@infradead.org
4135 M:      v4l-dvb-maintainer@linuxtv.org
4136 L:      video4linux-list@redhat.com
4137 W:      http://linuxtv.org
4138 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4139 S:      Maintained
4140
4141 VT1211 HARDWARE MONITOR DRIVER
4142 P:      Juerg Haefliger
4143 M:      juergh@gmail.com
4144 L:      lm-sensors@lm-sensors.org
4145 S:      Maintained
4146
4147 VT8231 HARDWARE MONITOR DRIVER
4148 P:      Roger Lucas
4149 M:      roger@planbit.co.uk
4150 L:      lm-sensors@lm-sensors.org
4151 S:      Maintained
4152
4153 W1 DALLAS'S 1-WIRE BUS
4154 P:      Evgeniy Polyakov
4155 M:      johnpol@2ka.mipt.ru
4156 S:      Maintained
4157
4158 W83791D HARDWARE MONITORING DRIVER
4159 P:      Charles Spirakis
4160 M:      bezaur@gmail.com
4161 L:      lm-sensors@lm-sensors.org
4162 S:      Maintained
4163
4164 W83793 HARDWARE MONITORING DRIVER
4165 P:      Rudolf Marek
4166 M:      r.marek@assembler.cz
4167 L:      lm-sensors@lm-sensors.org
4168 S:      Maintained
4169
4170 W83L51xD SD/MMC CARD INTERFACE DRIVER
4171 P:      Pierre Ossman
4172 M:      drzeus-wbsd@drzeus.cx
4173 L:      linux-kernel@vger.kernel.org
4174 W:      http://projects.drzeus.cx/wbsd
4175 S:      Maintained
4176
4177 WATCHDOG DEVICE DRIVERS
4178 P:      Wim Van Sebroeck
4179 M:      wim@iguana.be
4180 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4181 S:      Maintained
4182
4183 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4184 P:      Jean Tourrilhes
4185 M:      jt@hpl.hp.com
4186 L:      linux-wireless@vger.kernel.org
4187 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4188 S:      Maintained
4189
4190 WD7000 SCSI DRIVER
4191 P:      Miroslav Zagorac
4192 M:      zaga@fly.cc.fer.hr
4193 L:      linux-scsi@vger.kernel.org
4194 S:      Maintained
4195
4196 WISTRON LAPTOP BUTTON DRIVER
4197 P:      Miloslav Trmac
4198 M:      mitr@volny.cz
4199 S:      Maintained
4200
4201 WL3501 WIRELESS PCMCIA CARD DRIVER
4202 P:      Arnaldo Carvalho de Melo
4203 M:      acme@ghostprotocols.net
4204 L:      linux-wireless@vger.kernel.org
4205 W:      http://oops.ghostprotocols.net:81/blog
4206 S:      Maintained
4207
4208 X.25 NETWORK LAYER
4209 P:      Henner Eisen
4210 M:      eis@baty.hanse.de
4211 L:      linux-x25@vger.kernel.org
4212 S:      Maintained
4213
4214 XEN HYPERVISOR INTERFACE
4215 P:      Jeremy Fitzhardinge
4216 M:      jeremy@xensource.com
4217 P:      Chris Wright
4218 M:      chrisw@sous-sol.org
4219 L:      virtualization@lists.osdl.org
4220 L:      xen-devel@lists.xensource.com
4221 S:      Supported
4222
4223 XFS FILESYSTEM
4224 P:      Silicon Graphics Inc
4225 P:      Tim Shimmin
4226 M:      xfs-masters@oss.sgi.com
4227 L:      xfs@oss.sgi.com
4228 W:      http://oss.sgi.com/projects/xfs
4229 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4230 S:      Supported
4231
4232 XILINX SYSTEMACE DRIVER
4233 P:      Grant Likely
4234 M:      grant.likely@secretlab.ca
4235 W:      http://www.secretlab.ca/
4236 L:      linux-kernel@vger.kernel.org
4237 S:      Maintained
4238
4239 XILINX UARTLITE SERIAL DRIVER
4240 P:      Peter Korsgaard
4241 M:      jacmet@sunsite.dk
4242 L:      linux-serial@vger.kernel.org
4243 S:      Maintained
4244
4245 X86 3-LEVEL PAGING (PAE) SUPPORT
4246 P:      Ingo Molnar
4247 M:      mingo@redhat.com
4248 S:      Maintained
4249
4250 X86-64 port
4251 P:      Andi Kleen
4252 M:      ak@suse.de
4253 L:      discuss@x86-64.org
4254 W:      http://www.x86-64.org
4255 T:      quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
4256 S:      Maintained
4257
4258 YAM DRIVER FOR AX.25
4259 P:      Jean-Paul Roubelat
4260 M:      jpr@f6fbb.org
4261 L:      linux-hams@vger.kernel.org
4262 S:      Maintained
4263
4264 YEALINK PHONE DRIVER
4265 P:      Henk Vergonet
4266 M:      Henk.Vergonet@gmail.com
4267 L:      usbb2k-api-dev@nongnu.org
4268 S:      Maintained
4269
4270 Z8530 DRIVER FOR AX.25
4271 P:      Joerg Reuter
4272 M:      jreuter@yaina.de
4273 W:      http://yaina.de/jreuter/
4274 W:      http://www.qsl.net/dl1bke/
4275 L:      linux-hams@vger.kernel.org
4276 S:      Maintained
4277
4278 ZD1211RW WIRELESS DRIVER
4279 P:      Daniel Drake
4280 M:      dsd@gentoo.org
4281 P:      Ulrich Kunitz
4282 M:      kune@deine-taler.de
4283 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4284 L:      linux-wireless@vger.kernel.org
4285 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4286 S:      Maintained
4287
4288 ZF MACHZ WATCHDOG
4289 P:      Fernando Fuganti
4290 M:      fuganti@netbank.com.br
4291 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4292 S:      Maintained
4293
4294 ZR36067 VIDEO FOR LINUX DRIVER
4295 P:      Ronald Bultje
4296 M:      rbultje@ronald.bitfreak.net
4297 L:      mjpeg-users@lists.sourceforge.net
4298 W:      http://mjpeg.sourceforge.net/driver-zoran/
4299 S:      Maintained
4300
4301 ZR36120 VIDEO FOR LINUX DRIVER
4302 P:      Pauline Middelink
4303 M:      middelin@polyware.nl
4304 W:      http://www.polyware.nl/~middelin/En/hobbies.html
4305 W:      http://www.polyware.nl/~middelin/hobbies.html
4306 S:      Maintained
4307
4308 ZS DECSTATION Z85C30 SERIAL DRIVER
4309 P:      Maciej W. Rozycki
4310 M:      macro@linux-mips.org
4311 S:      Maintained
4312
4313 THE REST
4314 P:      Linus Torvalds
4315 S:      Buried alive in reporters