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