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