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