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