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