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