]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - MAINTAINERS
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6.git] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time. See
34         Documentation/CodingStyle for guidance here.
35
36         PLEASE try to include any credit lines you want added with the
37         patch. It avoids people being missed off by mistake and makes
38         it easier to know who wants adding and who doesn't.
39
40         PLEASE document known bugs. If it doesn't work for everything
41         or does something very odd once a month document it.
42
43 6.      Make sure you have the right to send any changes you make. If you
44         do changes at work you may find your employer owns the patch
45         not you.
46
47 7.      Happy hacking.
48
49                 -----------------------------------
50
51 Maintainers List (try to look for most precise areas first)
52
53 Note: For the hard of thinking, this list is meant to remain in alphabetical
54 order. If you could add yourselves to it in alphabetical order that would be
55 so much easier [Ed]
56
57 P: Person
58 M: Mail patches to
59 L: Mailing list that is relevant to this area
60 W: Web-page with status/info
61 T: SCM tree type and location.  Type is one of: git, hg, quilt.
62 S: Status, one of the following:
63
64         Supported:      Someone is actually paid to look after this.
65         Maintained:     Someone actually looks after it.
66         Odd Fixes:      It has a maintainer but they don't have time to do
67                         much other than throw the odd patch in. See below..
68         Orphan:         No current maintainer [but maybe you could take the
69                         role as you write your new code].
70         Obsolete:       Old code. Something tagged obsolete generally means
71                         it has been replaced by a better system and you
72                         should be using that.
73
74 3C359 NETWORK DRIVER
75 P:      Mike Phillips
76 M:      mikep@linuxtr.net
77 L:      netdev@vger.kernel.org
78 L:      linux-tr@linuxtr.net
79 W:      http://www.linuxtr.net
80 S:      Maintained
81
82 3C505 NETWORK DRIVER
83 P:      Philip Blundell
84 M:      philb@gnu.org
85 L:      netdev@vger.kernel.org
86 S:      Maintained
87
88 3CR990 NETWORK DRIVER
89 P:      David Dillow
90 M:      dave@thedillows.org
91 L:      netdev@vger.kernel.org
92 S:      Maintained
93
94 3W-XXXX ATA-RAID CONTROLLER DRIVER
95 P:      Adam Radford
96 M:      linuxraid@amcc.com
97 L:      linux-scsi@vger.kernel.org
98 W:      http://www.amcc.com
99 S:      Supported
100
101 3W-9XXX SATA-RAID CONTROLLER DRIVER
102 P:      Adam Radford
103 M:      linuxraid@amcc.com
104 L:      linux-scsi@vger.kernel.org
105 W:      http://www.amcc.com
106 S:      Supported
107
108 53C700 AND 53C700-66 SCSI DRIVER
109 P:      James E.J. Bottomley
110 M:      James.Bottomley@HansenPartnership.com
111 L:      linux-scsi@vger.kernel.org
112 S:      Maintained
113
114 6PACK NETWORK DRIVER FOR AX.25
115 P:      Andreas Koensgen
116 M:      ajk@iehk.rwth-aachen.de
117 L:      linux-hams@vger.kernel.org
118 S:      Maintained
119
120 8139CP 10/100 FAST ETHERNET DRIVER
121 P:      Jeff Garzik
122 M:      jgarzik@pobox.com
123 S:      Maintained
124
125 8139TOO 10/100 FAST ETHERNET DRIVER
126 P:      Jeff Garzik
127 M:      jgarzik@pobox.com
128 W:      http://sourceforge.net/projects/gkernel/
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 P:      Russell King
139 M:      rmk+serial@arm.linux.org.uk
140 L:      linux-serial@vger.kernel.org
141 W:      http://serial.sourceforge.net
142 S:      Maintained
143
144 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
145 P:      Paul Gortmaker
146 M:      p_gortmaker@yahoo.com
147 L:      netdev@vger.kernel.org
148 S:      Maintained
149
150 9P FILE SYSTEM
151 P:      Eric Van Hensbergen
152 M:      ericvh@gmail.com
153 P:      Ron Minnich
154 M:      rminnich@lanl.gov
155 P:      Latchesar Ionkov
156 M:      lucho@ionkov.net
157 L:      v9fs-developer@lists.sourceforge.net
158 W:      http://v9fs.sf.net
159 T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
160 S:      Maintained
161
162 A2232 SERIAL BOARD DRIVER
163 P:      Enver Haase
164 M:      ehaase@inf.fu-berlin.de
165 M:      A2232@gmx.net
166 L:      linux-m68k@lists.linux-m68k.org
167 S:      Maintained
168
169 AIO
170 P:      Benjamin LaHaise
171 M:      bcrl@kvack.org
172 L:      linux-aio@kvack.org
173 S:      Supported
174
175 ACENIC DRIVER
176 P:      Jes Sorensen
177 M:      jes@trained-monkey.org
178 L:      linux-acenic@sunsite.dk
179 S:      Maintained
180
181 ACI MIXER DRIVER
182 P:      Robert Siemer
183 M:      Robert.Siemer@gmx.de
184 L:      linux-sound@vger.kernel.org
185 W:      http://www.stud.uni-karlsruhe.de/~uh1b/
186 S:      Maintained
187
188 AACRAID SCSI RAID DRIVER
189 P:      Adaptec OEM Raid Solutions
190 L:      linux-scsi@vger.kernel.org
191 W:      http://linux.dell.com/storage.shtml
192 S:      Supported
193
194 ACPI
195 P:      Len Brown
196 M:      len.brown@intel.com
197 L:      linux-acpi@vger.kernel.org
198 W:      http://acpi.sourceforge.net/
199 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
200 S:      Maintained
201
202 AD1816 SOUND DRIVER
203 P:      Thorsten Knabe
204 M:      Thorsten Knabe <linux@thorsten-knabe.de>
205 W:      http://linux.thorsten-knabe.de
206 S:      Maintained
207
208 AD1889 SOUND DRIVER
209 P:      Kyle McMartin
210 M:      kyle@parisc-linux.org
211 P:      Thibaut Varene
212 M:      T-Bone@parisc-linux.org
213 W:      http://wiki.parisc-linux.org/AD1889
214 L:      parisc-linux@lists.parisc-linux.org
215 S:      Maintained
216
217 ADM1025 HARDWARE MONITOR DRIVER
218 P:      Jean Delvare
219 M:      khali@linux-fr.org
220 L:      lm-sensors@lm-sensors.org
221 S:      Maintained
222
223 ADT746X FAN DRIVER
224 P:      Colin Leroy
225 M:      colin@colino.net
226 S:      Maintained
227
228 AEDSP16 DRIVER
229 P:      Riccardo Facchetti
230 M:      fizban@tin.it
231 S:      Maintained
232
233 AFFS FILE SYSTEM
234 P:      Roman Zippel
235 M:      zippel@linux-m68k.org
236 S:      Maintained
237
238 AGPGART DRIVER
239 P:      Dave Jones
240 M:      davej@codemonkey.org.uk
241 W:      http://www.codemonkey.org.uk/projects/agp/
242 T:      git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
243 S:      Maintained
244
245 AHA152X SCSI DRIVER
246 P:      Juergen E. Fischer
247 M:      Juergen Fischer <fischer@norbit.de>
248 L:      linux-scsi@vger.kernel.org
249 S:      Maintained
250
251 ALCATEL SPEEDTOUCH USB DRIVER
252 P:      Duncan Sands
253 M:      duncan.sands@free.fr
254 L:      linux-usb-users@lists.sourceforge.net
255 L:      linux-usb-devel@lists.sourceforge.net
256 W:      http://www.linux-usb.org/SpeedTouch/
257 S:      Maintained
258
259 ALI1563 I2C DRIVER
260 P:      Rudolf Marek
261 M:      r.marek@sh.cvut.cz
262 L:      lm-sensors@lm-sensors.org
263 S:      Maintained
264
265 ALPHA PORT
266 P:      Richard Henderson
267 M:      rth@twiddle.net
268 S:      Odd Fixes for 2.4; Maintained for 2.6.
269 P:      Ivan Kokshaysky
270 M:      ink@jurassic.park.msu.ru
271 S:      Maintained for 2.4; PCI support for 2.6.
272
273 AMD GEODE PROCESSOR/CHIPSET SUPPORT
274 P:      Jordan Crouse
275 M:      info-linux@geode.amd.com
276 L:      info-linux@geode.amd.com
277 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
278 S:      Supported
279
280 APM DRIVER
281 P:      Stephen Rothwell
282 M:      sfr@canb.auug.org.au
283 L:      linux-laptop@vger.kernel.org
284 W:      http://www.canb.auug.org.au/~sfr/
285 S:      Supported
286
287 APPLETALK NETWORK LAYER
288 P:      Arnaldo Carvalho de Melo
289 M:      acme@conectiva.com.br
290 S:      Maintained
291
292 ARC FRAMEBUFFER DRIVER
293 P:      Jaya Kumar
294 M:      jayalk@intworks.biz
295 S:      Maintained
296
297 ARM26 ARCHITECTURE
298 P:      Ian Molton
299 M:      spyro@f2s.com
300 S:      Maintained
301
302 ARM26/ARCHIMEDES
303 P:      Ian Molton
304 M:      spyro@f2s.com
305 S:      Maintained
306
307 ARM26/A5000
308 P:      John Appleby
309 M:      john@dnsworld.co.uk
310 S:      Maintained
311
312 ARM MFM AND FLOPPY DRIVERS
313 P:      Ian Molton
314 M:      spyro@f2s.com
315 S:      Maintained
316
317 ARM/CORGI MACHINE SUPPORT
318 P:      Richard Purdie
319 M:      rpurdie@rpsys.net
320 S:      Maintained
321
322 ARM/TOSA MACHINE SUPPORT
323 P:      Dirk Opfer
324 M:      dirk@opfer-online.de
325 S:      Maintained
326
327 ARM/PLEB SUPPORT
328 P:      Peter Chubb
329 M:      pleb@gelato.unsw.edu.au
330 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
331 S:      Maintained
332
333 ARM/PT DIGITAL BOARD PORT
334 P:      Stefan Eletzhofer
335 M:      stefan.eletzhofer@eletztrick.de
336 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
337 W:      http://www.arm.linux.org.uk/
338 S:      Maintained
339
340 ARM/SHARK MACHINE SUPPORT
341 P:      Alexander Schulz
342 M:      alex@shark-linux.de
343 W:      http://www.shark-linux.de/shark.html
344 S:      Maintained
345
346 ARM/STRONGARM110 PORT
347 P:      Russell King
348 M:      rmk@arm.linux.org.uk
349 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
350 W:      http://www.arm.linux.org.uk/
351 S:      Maintained
352
353 ARM/S3C2410 ARM ARCHITECTURE
354 P:      Ben Dooks
355 M:      ben-s3c2410@fluff.org
356 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
357 W:      http://www.fluff.org/ben/linux/
358 S:      Maintained
359
360 ARM/S3C2440 ARM ARCHITECTURE
361 P:      Ben Dooks
362 M:      ben-s3c2440@fluff.org
363 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
364 W:      http://www.fluff.org/ben/linux/
365 S:      Maintained
366
367 ARPD SUPPORT
368 P:      Jonathan Layes
369 L:      netdev@vger.kernel.org
370 S:      Maintained
371
372 ASUS ACPI EXTRAS DRIVER
373 P:      Karol Kozimor
374 M:      sziwan@users.sourceforge.net
375 P:      Julien Lerouge
376 M:      julien.lerouge@free.fr
377 L:      acpi4asus-user@lists.sourceforge.net
378 W:      http://sourceforge.net/projects/acpi4asus
379 W:      http://julien.lerouge.free.fr
380 S:      Maintained
381
382 ATA OVER ETHERNET DRIVER
383 P:      Ed L. Cashin
384 M:      ecashin@coraid.com
385 W:      http://www.coraid.com/support/linux
386 S:      Supported
387
388 ATM
389 P:      Chas Williams
390 M:      chas@cmf.nrl.navy.mil
391 L:      linux-atm-general@lists.sourceforge.net
392 W:      http://linux-atm.sourceforge.net
393 S:      Maintained
394
395 ATMEL WIRELESS DRIVER
396 P:      Simon Kelley
397 M:      simon@thekelleys.org.uk
398 W:      http://www.thekelleys.org.uk/atmel
399 W:      http://atmelwlandriver.sourceforge.net/
400 S:      Maintained
401
402 AUDIT SUBSYSTEM
403 P:      David Woodhouse
404 M:      dwmw2@infradead.org
405 L:      linux-audit@redhat.com
406 W:      http://people.redhat.com/sgrubb/audit/
407 T:      git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
408 S:      Maintained
409
410 AX.25 NETWORK LAYER
411 P:      Ralf Baechle
412 M:      ralf@linux-mips.org
413 L:      linux-hams@vger.kernel.org
414 W:      http://www.linux-ax25.org/
415 S:      Maintained
416
417 BAYCOM/HDLCDRV DRIVERS FOR AX.25
418 P:      Thomas Sailer
419 M:      t.sailer@alumni.ethz.ch
420 L:      linux-hams@vger.kernel.org
421 W:      http://www.baycom.org/~tom/ham/ham.html
422 S:      Maintained
423
424 BCM43XX WIRELESS DRIVER
425 P:      Michael Buesch
426 M:      mb@bu3sch.de
427 P:      Stefano Brivio
428 M:      st3@riseup.net
429 W:      http://bcm43xx.berlios.de/
430 S:      Maintained
431
432 BEFS FILE SYSTEM
433 P:      Sergey S. Kostyliov
434 M:      rathamahata@php4.ru
435 L:      linux-kernel@vger.kernel.org
436 S:      Maintained
437
438 BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
439 P:      Kenji Hollis
440 W:      http://ftp.bitgate.com/pcwd/
441 S:      Maintained
442
443 BFS FILE SYSTEM
444 P:      Tigran A. Aivazian
445 M:      tigran@veritas.com
446 L:      linux-kernel@vger.kernel.org
447 S:      Maintained
448
449 BLOCK LAYER
450 P:      Jens Axboe
451 M:      axboe@suse.de
452 L:      linux-kernel@vger.kernel.org
453 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
454 S:      Maintained
455
456 BLUETOOTH SUBSYSTEM
457 P:      Marcel Holtmann
458 M:      marcel@holtmann.org
459 P:      Maxim Krasnyansky
460 M:      maxk@qualcomm.com
461 L:      bluez-devel@lists.sf.net
462 W:      http://bluez.sf.net
463 W:      http://www.bluez.org
464 W:      http://www.holtmann.org/linux/bluetooth/
465 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
466 S:      Maintained
467
468 BLUETOOTH RFCOMM LAYER
469 P:      Marcel Holtmann
470 M:      marcel@holtmann.org
471 P:      Maxim Krasnyansky
472 M:      maxk@qualcomm.com
473 S:      Maintained
474
475 BLUETOOTH BNEP LAYER
476 P:      Marcel Holtmann
477 M:      marcel@holtmann.org
478 P:      Maxim Krasnyansky
479 M:      maxk@qualcomm.com
480 S:      Maintained
481
482 BLUETOOTH CMTP LAYER
483 P:      Marcel Holtmann
484 M:      marcel@holtmann.org
485 S:      Maintained
486
487 BLUETOOTH HIDP LAYER
488 P:      Marcel Holtmann
489 M:      marcel@holtmann.org
490 S:      Maintained
491
492 BLUETOOTH HCI UART DRIVER
493 P:      Marcel Holtmann
494 M:      marcel@holtmann.org
495 P:      Maxim Krasnyansky
496 M:      maxk@qualcomm.com
497 S:      Maintained
498
499 BLUETOOTH HCI USB DRIVER
500 P:      Marcel Holtmann
501 M:      marcel@holtmann.org
502 P:      Maxim Krasnyansky
503 M:      maxk@qualcomm.com
504 S:      Maintained
505
506 BLUETOOTH HCI BCM203X DRIVER
507 P:      Marcel Holtmann
508 M:      marcel@holtmann.org
509 S:      Maintained
510
511 BLUETOOTH HCI BPA10X DRIVER
512 P:      Marcel Holtmann
513 M:      marcel@holtmann.org
514 S:      Maintained
515
516 BLUETOOTH HCI BFUSB DRIVER
517 P:      Marcel Holtmann
518 M:      marcel@holtmann.org
519 S:      Maintained
520
521 BLUETOOTH HCI DTL1 DRIVER
522 P:      Marcel Holtmann
523 M:      marcel@holtmann.org
524 S:      Maintained
525
526 BLUETOOTH HCI BLUECARD DRIVER
527 P:      Marcel Holtmann
528 M:      marcel@holtmann.org
529 S:      Maintained
530
531 BLUETOOTH HCI BT3C DRIVER
532 P:      Marcel Holtmann
533 M:      marcel@holtmann.org
534 S:      Maintained
535
536 BLUETOOTH HCI BTUART DRIVER
537 P:      Marcel Holtmann
538 M:      marcel@holtmann.org
539 S:      Maintained
540
541 BLUETOOTH HCI VHCI DRIVER
542 P:      Maxim Krasnyansky
543 M:      maxk@qualcomm.com
544 S:      Maintained
545
546 BONDING DRIVER
547 P:   Chad Tindel
548 M:   ctindel@users.sourceforge.net
549 P:   Jay Vosburgh
550 M:   fubar@us.ibm.com
551 L:   bonding-devel@lists.sourceforge.net
552 W:   http://sourceforge.net/projects/bonding/
553 S:   Supported
554
555 BROADBAND PROCESSOR ARCHITECTURE
556 P:      Arnd Bergmann
557 M:      arnd@arndb.de
558 L:      linuxppc-dev@ozlabs.org
559 W:      http://linuxppc64.org
560 S:      Supported
561
562 BTTV VIDEO4LINUX DRIVER
563 P:      Mauro Carvalho Chehab
564 M:      mchehab@infradead.org
565 M:      v4l-dvb-maintainer@linuxtv.org
566 L:      video4linux-list@redhat.com
567 W:      http://linuxtv.org
568 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
569 S:      Maintained
570
571 COMMON INTERNET FILE SYSTEM (CIFS)
572 P:      Steve French
573 M:      sfrench@samba.org
574 L:      linux-cifs-client@lists.samba.org
575 L:      samba-technical@lists.samba.org
576 W:      http://us1.samba.org/samba/Linux_CIFS_client.html
577 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
578 S:      Supported       
579
580 CONFIGFS
581 P:      Joel Becker
582 M:      joel.becker@oracle.com
583 L:      linux-kernel@vger.kernel.org
584 S:      Supported
585
586 CIRRUS LOGIC GENERIC FBDEV DRIVER
587 P:      Jeff Garzik
588 M:      jgarzik@pobox.com
589 L:      linux-fbdev-devel@lists.sourceforge.net
590 S:      Odd Fixes
591
592 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
593 P:      Cirrus Logic Corporation (kernel 2.2 driver)
594 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
595 P:      Nils Faerber (port to kernel 2.4)
596 M:      Nils Faerber <nils@kernelconcepts.de>
597 S:      Maintained
598
599 CODA FILE SYSTEM
600 P:      Jan Harkes
601 M:      jaharkes@cs.cmu.edu
602 M:      coda@cs.cmu.edu
603 L:      codalist@coda.cs.cmu.edu
604 W:      http://www.coda.cs.cmu.edu/
605 S:      Maintained
606
607 COMPACTPCI HOTPLUG CORE
608 P:      Scott Murray
609 M:      scottm@somanetworks.com
610 M:      scott@spiteful.org
611 L:      pcihpd-discuss@lists.sourceforge.net
612 S:      Supported
613
614 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
615 P:      Scott Murray
616 M:      scottm@somanetworks.com
617 M:      scott@spiteful.org
618 L:      pcihpd-discuss@lists.sourceforge.net
619 S:      Supported
620
621 COMPACTPCI HOTPLUG GENERIC DRIVER
622 P:      Scott Murray
623 M:      scottm@somanetworks.com
624 M:      scott@spiteful.org
625 L:      pcihpd-discuss@lists.sourceforge.net
626 S:      Supported
627
628 COMPUTONE INTELLIPORT MULTIPORT CARD
629 P:      Michael H. Warfield
630 M:      mhw@wittsend.com
631 W:      http://www.wittsend.com/computone.html
632 S:      Maintained
633
634 COSA/SRP SYNC SERIAL DRIVER
635 P:      Jan "Yenya" Kasprzak
636 M:      kas@fi.muni.cz
637 W:      http://www.fi.muni.cz/~kas/cosa/
638 S:      Maintained
639
640 CPU FREQUENCY DRIVERS
641 P:      Dave Jones
642 M:      davej@codemonkey.org.uk
643 L:      cpufreq@lists.linux.org.uk
644 W:      http://www.codemonkey.org.uk/projects/cpufreq/
645 T:      git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
646 S:      Maintained
647
648 CPUID/MSR DRIVER
649 P:      H. Peter Anvin
650 M:      hpa@zytor.com
651 S:      Maintained
652
653 CPUSETS
654 P:      Paul Jackson
655 P:      Simon Derr
656 M:      pj@sgi.com
657 M:      simon.derr@bull.net
658 L:      linux-kernel@vger.kernel.org
659 W:      http://www.bullopensource.org/cpuset/
660 S:      Supported
661
662 CRAMFS FILESYSTEM
663 W:     http://sourceforge.net/projects/cramfs/
664 S:     Orphan
665
666 CRIS PORT
667 P:      Mikael Starvik
668 M:      starvik@axis.com
669 L:      dev-etrax@axis.com
670 W:      http://developer.axis.com
671 S:      Maintained
672
673 CRYPTO API
674 P:      Herbert Xu
675 M:      herbert@gondor.apana.org.au
676 P:      David S. Miller
677 M:      davem@davemloft.net
678 L:      linux-crypto@vger.kernel.org
679 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
680 S:      Maintained
681
682 CS5535 Audio ALSA driver
683 P:      Jaya Kumar
684 M:      jayakumar.alsa@gmail.com
685 S:      Maintained
686
687 CYBERPRO FB DRIVER
688 P:      Russell King
689 M:      rmk@arm.linux.org.uk
690 W:      http://www.arm.linux.org.uk/
691 S:      Maintained
692
693 CYBLAFB FRAMEBUFFER DRIVER
694 P:      Knut Petersen
695 M:      Knut_Petersen@t-online.de
696 L:      linux-fbdev-devel@lists.sourceforge.net
697 S:      Maintained
698
699 CYCLADES 2X SYNC CARD DRIVER
700 P:      Arnaldo Carvalho de Melo
701 M:      acme@conectiva.com.br
702 W:      http://advogato.org/person/acme
703 L:      cycsyn-devel@bazar.conectiva.com.br
704 S:      Maintained
705
706 CYCLADES ASYNC MUX DRIVER
707 M:      async@cyclades.com
708 W:      http://www.cyclades.com/
709 S:      Supported
710
711 CYCLADES PC300 DRIVER
712 M:      pc300@cyclades.com
713 W:      http://www.cyclades.com/
714 S:      Supported
715
716 DAMA SLAVE for AX.25
717 P:      Joerg Reuter
718 M:      jreuter@yaina.de
719 W:      http://yaina.de/jreuter/
720 W:      http://www.qsl.net/dl1bke/
721 L:      linux-hams@vger.kernel.org
722 S:      Maintained
723
724 DC395x SCSI driver
725 P:      Oliver Neukum
726 M:      oliver@neukum.name
727 P:      Ali Akcaagac
728 M:      aliakc@web.de
729 P:      Jamie Lenehan
730 M:      lenehan@twibble.org
731 W:      http://twibble.org/dist/dc395x/
732 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
733 S:      Maintained
734
735 DC390/AM53C974 SCSI driver
736 P:      Kurt Garloff
737 M:      garloff@suse.de
738 W:      http://www.garloff.de/kurt/linux/dc390/
739 P:      Guennadi Liakhovetski
740 M:      g.liakhovetski@gmx.de
741 S:      Maintained
742
743 DCCP PROTOCOL
744 P:      Arnaldo Carvalho de Melo
745 M:      acme@mandriva.com
746 L:      dccp@vger.kernel.org
747 W:      http://linux-net.osdl.org/index.php/DCCP
748 S:      Maintained
749
750 DECnet NETWORK LAYER
751 P:      Patrick Caulfield
752 M:      patrick@tykepenguin.com
753 W:      http://linux-decnet.sourceforge.net
754 L:      linux-decnet-user@lists.sourceforge.net
755 S:      Maintained
756
757 DEFXX FDDI NETWORK DRIVER
758 P:      Maciej W. Rozycki
759 M:      macro@linux-mips.org
760 S:      Maintained
761
762 DELL LAPTOP SMM DRIVER
763 P:      Massimo Dal Zotto
764 M:      dz@debian.org
765 W:      http://www.debian.org/~dz/i8k/
766 S:      Maintained
767
768 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
769 P:      Doug Warzecha
770 M:      Douglas_Warzecha@dell.com
771 S:      Maintained
772
773 DEVICE-MAPPER
774 P:      Alasdair Kergon
775 L:      dm-devel@redhat.com
776 W:      http://sources.redhat.com/dm
777 S:      Maintained
778
779 DEVICE NUMBER REGISTRY
780 P:      Torben Mathiasen
781 M:      device@lanana.org
782 W:      http://lanana.org/docs/device-list/index.html
783 L:      linux-kernel@vger.kernel.org
784 S:      Maintained
785
786 DEVICE FILESYSTEM
787 S:      Obsolete
788
789 DIGI INTL. EPCA DRIVER
790 P:      Digi International, Inc
791 M:      Eng.Linux@digi.com
792 L:      Eng.Linux@digi.com
793 W:      http://www.digi.com
794 S:      Orphaned
795
796 DIGI RIGHTSWITCH NETWORK DRIVER
797 P:      Rick Richardson
798 L:      netdev@vger.kernel.org
799 W:      http://www.digi.com
800 S:      Orphaned
801
802 DIRECTORY NOTIFICATION
803 P:      Stephen Rothwell
804 M:      sfr@canb.auug.org.au
805 L:      linux-kernel@vger.kernel.org
806 S:      Supported
807
808 DISK GEOMETRY AND PARTITION HANDLING
809 P:      Andries Brouwer
810 M:      aeb@cwi.nl
811 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
812 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
813 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
814 S:      Maintained
815
816 DISKQUOTA:
817 P:      Jan Kara
818 M:      jack@suse.cz
819 L:      linux-kernel@vger.kernel.org
820 S:      Maintained
821
822 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
823 P:      Tobias Ringstrom
824 M:      tori@unhappy.mine.nu
825 L:      linux-kernel@vger.kernel.org
826 S:      Maintained
827
828 DOCBOOK FOR DOCUMENTATION
829 P:      Martin Waitz
830 M:      tali@admingilde.org
831 T:      git http://tali.admingilde.org/git/linux-docbook.git
832 S:      Maintained
833
834 DOUBLETALK DRIVER
835 P:      James R. Van Zandt
836 M:      jrv@vanzandt.mv.com
837 L:      blinux-list@redhat.com
838 S:      Maintained
839
840 DRIVER CORE, KOBJECTS, AND SYSFS
841 P:      Greg Kroah-Hartman
842 M:      gregkh@suse.de
843 L:      linux-kernel@vger.kernel.org
844 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
845 S:      Supported
846
847 DRM DRIVERS
848 P:      David Airlie
849 M:      airlied@linux.ie
850 L:      dri-devel@lists.sourceforge.net
851 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
852 S:      Maintained
853
854 DSCC4 DRIVER
855 P:      François Romieu
856 M:      romieu@cogenit.fr
857 M:      romieu@ensta.fr
858 S:      Maintained
859
860 DVB SUBSYSTEM AND DRIVERS
861 P:      LinuxTV.org Project
862 M:      v4l-dvb-maintainer@linuxtv.org
863 L:      linux-dvb@linuxtv.org (subscription required)
864 W:      http://linuxtv.org/
865 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
866 S:      Maintained
867
868 EATA-DMA SCSI DRIVER
869 P:      Michael Neuffer
870 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
871 S:      Maintained
872
873 EATA ISA/EISA/PCI SCSI DRIVER
874 P:      Dario Ballabio
875 M:      ballabio_dario@emc.com
876 L:      linux-scsi@vger.kernel.org
877 S:      Maintained
878
879 EATA-PIO SCSI DRIVER
880 P:      Michael Neuffer
881 M:      mike@i-Connect.Net
882 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
883 S:      Maintained
884
885 EBTABLES
886 P:      Bart De Schuymer
887 M:      bart.de.schuymer@pandora.be
888 L:      ebtables-user@lists.sourceforge.net
889 L:      ebtables-devel@lists.sourceforge.net
890 W:      http://ebtables.sourceforge.net/
891 S:      Maintained
892
893 EDAC-CORE
894 P:      Doug Thompson
895 M:      norsk5@xmission.com, dthompson@linuxnetworx.com
896 P:      Dave Peterson
897 M:      dsp@llnl.gov, dave_peterson@pobox.com
898 L:      bluesmoke-devel@lists.sourceforge.net
899 W:      bluesmoke.sourceforge.net
900 S:      Maintained
901
902 EDAC-E752X
903 P:      Dave Peterson
904 M:      dsp@llnl.gov, dave_peterson@pobox.com
905 L:      bluesmoke-devel@lists.sourceforge.net
906 W:      bluesmoke.sourceforge.net
907 S:      Maintained
908
909 EDAC-E7XXX
910 P:      Dave Peterson
911 M:      dsp@llnl.gov, dave_peterson@pobox.com
912 L:      bluesmoke-devel@lists.sourceforge.net
913 W:      bluesmoke.sourceforge.net
914 S:      Maintained
915
916 EDAC-R82600
917 P:      Tim Small
918 M:      tim@buttersideup.com
919 L:      bluesmoke-devel@lists.sourceforge.net
920 W:      bluesmoke.sourceforge.net
921 S:      Maintained
922
923 EEPRO100 NETWORK DRIVER
924 P:      Andrey V. Savochkin
925 M:      saw@saw.sw.com.sg
926 S:      Maintained
927
928 EMU10K1 SOUND DRIVER
929 P:      James Courtier-Dutton
930 M:      James@superbug.demon.co.uk
931 L:      emu10k1-devel@lists.sourceforge.net
932 W:      http://sourceforge.net/projects/emu10k1/
933 S:      Maintained
934
935 EMULEX LPFC FC SCSI DRIVER
936 P:      James Smart
937 M:      james.smart@emulex.com
938 L:      linux-scsi@vger.kernel.org
939 W:      http://sourceforge.net/projects/lpfcxxxx
940 S:      Supported
941
942 EPSON 1355 FRAMEBUFFER DRIVER
943 P:      Christopher Hoover
944 M:      ch@murgatroid.com, ch@hpl.hp.com
945 S:      Maintained
946
947 ETHEREXPRESS-16 NETWORK DRIVER
948 P:      Philip Blundell
949 M:      philb@gnu.org
950 L:      netdev@vger.kernel.org
951 S:      Maintained
952
953 ETHERNET BRIDGE
954 P:      Stephen Hemminger
955 M:      shemminger@osdl.org
956 L:      bridge@osdl.org
957 W:      http://bridge.sourceforge.net/
958 S:      Maintained
959
960 ETHERTEAM 16I DRIVER
961 P:      Mika Kuoppala
962 M:      miku@iki.fi
963 S:      Maintained
964
965 EXT2 FILE SYSTEM
966 L:      ext2-devel@lists.sourceforge.net
967 S:      Maintained
968
969 EXT3 FILE SYSTEM
970 P:      Stephen Tweedie, Andrew Morton
971 M:      sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
972 L:      ext3-users@redhat.com
973 S:      Maintained
974
975 F71805F HARDWARE MONITORING DRIVER
976 P:      Jean Delvare
977 M:      khali@linux-fr.org
978 L:      lm-sensors@lm-sensors.org
979 S:      Maintained
980
981 FARSYNC SYNCHRONOUS DRIVER
982 P:      Kevin Curtis
983 M:      kevin.curtis@farsite.co.uk
984 W:      http://www.farsite.co.uk/
985 S:      Supported
986
987 FRAMEBUFFER LAYER
988 P:      Antonino Daplas
989 M:      adaplas@pol.net
990 L:      linux-fbdev-devel@lists.sourceforge.net 
991 W:      http://linux-fbdev.sourceforge.net/
992 S:      Maintained
993
994 FREESCALE SOC FS_ENET DRIVER
995 P:      Pantelis Antoniou
996 M:      pantelis.antoniou@gmail.com
997 P:      Vitaly Bordug
998 M:      vbordug@ru.mvista.com
999 L:      linuxppc-embedded@ozlabs.org
1000 L:      netdev@vger.kernel.org
1001 S:      Maintained
1002
1003 FILE LOCKING (flock() and fcntl()/lockf())
1004 P:      Matthew Wilcox
1005 M:      matthew@wil.cx
1006 L:      linux-fsdevel@vger.kernel.org
1007 S:      Maintained
1008
1009 FILESYSTEMS (VFS and infrastructure)
1010 P:      Alexander Viro
1011 M:      viro@zeniv.linux.org.uk
1012 S:      Maintained
1013
1014 FIRMWARE LOADER (request_firmware)
1015 L:      linux-kernel@vger.kernel.org
1016 S:      Orphan
1017
1018 FPU EMULATOR
1019 P:      Bill Metzenthen
1020 M:      billm@suburbia.net
1021 W:      http://suburbia.net/~billm/floating-point/emulator/
1022 S:      Maintained
1023
1024 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1025 P:      Mike McLagan
1026 M:      mike.mclagan@linux.org
1027 L:      netdev@vger.kernel.org
1028 S:      Maintained
1029
1030 FREEVXFS FILESYSTEM
1031 P:      Christoph Hellwig
1032 M:      hch@infradead.org
1033 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1034 S:      Maintained
1035
1036 FUJITSU FR-V PORT
1037 P:      David Howells
1038 M:      dhowells@redhat.com
1039 S:      Maintained
1040
1041 FTAPE/QIC-117
1042 L:      linux-tape@vger.kernel.org
1043 W:      http://sourceforge.net/projects/ftape
1044 S:      Orphan
1045
1046 FUSE: FILESYSTEM IN USERSPACE
1047 P:      Miklos Szeredi
1048 M:      miklos@szeredi.hu
1049 L:      fuse-devel@lists.sourceforge.net
1050 W:      http://fuse.sourceforge.net/
1051 S:      Maintained
1052
1053 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1054 P:      Rik Faith
1055 M:      faith@cs.unc.edu
1056 L:      linux-scsi@vger.kernel.org
1057 S:      Odd fixes (e.g., new signatures)
1058
1059 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1060 P:      Achim Leubner
1061 M:      achim_leubner@adaptec.com
1062 L:      linux-scsi@vger.kernel.org
1063 W:      http://www.icp-vortex.com/
1064 S:      Supported
1065
1066 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1067 P:      Krzysztof Halasa
1068 M:      khc@pm.waw.pl
1069 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1070 S:      Maintained
1071
1072 GIGASET ISDN DRIVERS
1073 P:      Hansjoerg Lipp
1074 M:      hjlipp@web.de
1075 P:      Tilman Schmidt
1076 M:      tilman@imap.cc
1077 L:      gigaset307x-common@lists.sourceforge.net
1078 W:      http://gigaset307x.sourceforge.net/
1079 S:      Maintained
1080
1081 HARDWARE MONITORING
1082 P:      Jean Delvare
1083 M:      khali@linux-fr.org
1084 L:      lm-sensors@lm-sensors.org
1085 W:      http://www.lm-sensors.nu/
1086 S:      Maintained
1087
1088 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1089 P:      Robert Love
1090 M:      rlove@rlove.org
1091 M:      linux-kernel@vger.kernel.org
1092 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1093 S:      Maintained
1094
1095 HARMONY SOUND DRIVER
1096 P:      Kyle McMartin
1097 M:      kyle@parisc-linux.org
1098 W:      http://www.parisc-linux.org/~kyle/harmony/
1099 L:      parisc-linux@lists.parisc-linux.org
1100 S:      Maintained
1101
1102 HAYES ESP SERIAL DRIVER
1103 P:      Andrew J. Robinson
1104 M:      arobinso@nyx.net
1105 L:      linux-kernel@vger.kernel.org
1106 W:      http://www.nyx.net/~arobinso
1107 S:      Maintained
1108
1109 HFS FILESYSTEM
1110 P:      Roman Zippel
1111 M:      zippel@linux-m68k.org
1112 L:      linux-kernel@vger.kernel.org
1113 S:      Maintained
1114
1115 HGA FRAMEBUFFER DRIVER
1116 P:      Ferenc Bakonyi
1117 M:      fero@drama.obuda.kando.hu
1118 L:      linux-nvidia@lists.surfsouth.com
1119 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1120 S:      Maintained
1121
1122 HIGH-SPEED SCC DRIVER FOR AX.25
1123 P:      Klaus Kudielka
1124 M:      klaus.kudielka@ieee.org
1125 L:      linux-hams@vger.kernel.org
1126 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1127 S:      Maintained
1128
1129 HIPPI
1130 P:      Jes Sorensen
1131 M:      jes@trained-monkey.org
1132 L:      linux-hippi@sunsite.dk
1133 S:      Maintained
1134
1135 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1136 P:      Chirag Kantharia
1137 M:      chirag.kantharia@hp.com
1138 L:      iss_storagedev@hp.com
1139 S:      Maintained
1140  
1141 HEWLETT-PACKARD SMART2 RAID DRIVER
1142 P:      Chirag Kantharia
1143 M:      chirag.kantharia@hp.com
1144 L:      iss_storagedev@hp.com
1145 S:      Maintained
1146  
1147 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1148 P:      Mike Miller
1149 M:      mike.miller@hp.com
1150 L:      iss_storagedev@hp.com
1151 S:      Supported
1152  
1153 HOST AP DRIVER
1154 P:      Jouni Malinen
1155 M:      jkmaline@cc.hut.fi
1156 L:      hostap@shmoo.com
1157 W:      http://hostap.epitest.fi/
1158 S:      Maintained
1159
1160 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1161 P:      Jaroslav Kysela
1162 M:      perex@suse.cz
1163 S:      Maintained
1164
1165 HPET:   High Precision Event Timers driver (hpet.c)
1166 P:      Clemens Ladisch
1167 M:      clemens@ladisch.de
1168 S:      Maintained
1169
1170 HPET:   i386
1171 P:      Venkatesh Pallipadi (Venki)
1172 M:      venkatesh.pallipadi@intel.com
1173 S:      Maintained
1174
1175 HPET:   x86_64
1176 P:      Andi Kleen and Vojtech Pavlik
1177 M:      ak@muc.de and vojtech@suse.cz
1178 S:      Maintained
1179
1180 HPET:   ACPI hpet.c
1181 P:      Bob Picco
1182 M:      bob.picco@hp.com
1183 S:      Maintained
1184
1185 HPFS FILESYSTEM
1186 P:      Mikulas Patocka
1187 M:      mikulas@artax.karlin.mff.cuni.cz
1188 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1189 S:      Maintained
1190
1191 HUGETLB FILESYSTEM
1192 P:      William Irwin
1193 M:      wli@holomorphy.com
1194 S:      Maintained
1195
1196 I2C SUBSYSTEM
1197 P:      Jean Delvare
1198 M:      khali@linux-fr.org
1199 L:      lm-sensors@lm-sensors.org
1200 W:      http://www.lm-sensors.nu/
1201 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1202 S:      Maintained
1203
1204 I2O
1205 P:      Markus Lidel
1206 M:      markus.lidel@shadowconnect.com
1207 W:      http://i2o.shadowconnect.com/
1208 S:      Maintained
1209
1210 i386 BOOT CODE
1211 P:      Riley H. Williams
1212 M:      Riley@Williams.Name
1213 L:      Linux-Kernel@vger.kernel.org
1214 S:      Maintained
1215
1216 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1217 P:      Dave Jones
1218 M:      davej@codemonkey.org.uk
1219 P:      H. Peter Anvin
1220 M:      hpa@zytor.com
1221 S:      Maintained
1222
1223 i810 TCO TIMER WATCHDOG
1224 P:      Nils Faerber
1225 M:      nils@kernelconcepts.de
1226 W:      http://www.kernelconcepts.de/
1227 S:      Maintained
1228
1229 IA64 (Itanium) PLATFORM
1230 P:      Tony Luck
1231 M:      tony.luck@intel.com
1232 L:      linux-ia64@vger.kernel.org
1233 W:      http://www.ia64-linux.org/
1234 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1235 S:      Maintained
1236
1237 SN-IA64 (Itanium) SUB-PLATFORM
1238 P:      Jes Sorensen
1239 M:      jes@sgi.com
1240 L:      linux-altix@sgi.com
1241 L:      linux-ia64@vger.kernel.org
1242 W:      http://www.sgi.com/altix
1243 S:      Maintained
1244
1245 IBM MCA SCSI SUBSYSTEM DRIVER
1246 P:      Michael Lang
1247 M:      langa2@kph.uni-mainz.de
1248 W:      http://www.uni-mainz.de/~langm000/linux.html
1249 S:      Maintained
1250
1251 IBM Power Linux RAID adapter
1252 P:      Brian King
1253 M:      brking@us.ibm.com
1254 S:      Supported
1255
1256 IBM ServeRAID RAID DRIVER
1257 P:      Jack Hammer
1258 P:      Dave Jeffery
1259 M:      ipslinux@adaptec.com
1260 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1261 S:      Supported 
1262
1263 IDE DRIVER [GENERAL]
1264 P:      Bartlomiej Zolnierkiewicz
1265 M:      B.Zolnierkiewicz@elka.pw.edu.pl
1266 L:      linux-kernel@vger.kernel.org
1267 L:      linux-ide@vger.kernel.org
1268 T:      git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
1269 S:      Maintained
1270
1271 IDE/ATAPI CDROM DRIVER
1272 P:      Jens Axboe
1273 M:      axboe@suse.de
1274 L:      linux-kernel@vger.kernel.org
1275 W:      http://www.kernel.dk
1276 S:      Maintained
1277
1278 IDE/ATAPI FLOPPY DRIVERS
1279 P:      Paul Bristow
1280 M:      Paul Bristow <paul@paulbristow.net>
1281 W:      http://paulbristow.net/linux/idefloppy.html
1282 L:      linux-kernel@vger.kernel.org
1283 S:      Maintained
1284
1285 IDE/ATAPI TAPE DRIVERS
1286 P:      Gadi Oxman
1287 M:      Gadi Oxman <gadio@netvision.net.il>
1288 L:      linux-kernel@vger.kernel.org
1289 S:      Maintained
1290
1291 IEEE 1394 ETHERNET (eth1394)
1292 L:      linux1394-devel@lists.sourceforge.net
1293 W:      http://www.linux1394.org/
1294 S:      Orphan
1295
1296 IEEE 1394 SUBSYSTEM
1297 P:      Ben Collins
1298 M:      bcollins@debian.org
1299 P:      Jody McIntyre
1300 M:      scjody@modernduck.com
1301 L:      linux1394-devel@lists.sourceforge.net
1302 W:      http://www.linux1394.org/
1303 T:      git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
1304 S:      Maintained
1305
1306 IEEE 1394 OHCI DRIVER
1307 P:      Ben Collins
1308 M:      bcollins@debian.org
1309 P:      Jody McIntyre
1310 M:      scjody@modernduck.com
1311 L:      linux1394-devel@lists.sourceforge.net
1312 W:      http://www.linux1394.org/
1313 S:      Maintained
1314
1315 IEEE 1394 PCILYNX DRIVER
1316 P:      Jody McIntyre
1317 M:      scjody@modernduck.com
1318 L:      linux1394-devel@lists.sourceforge.net
1319 W:      http://www.linux1394.org/
1320 S:      Maintained
1321
1322 IEEE 1394 RAW I/O DRIVER
1323 P:      Ben Collins
1324 M:      bcollins@debian.org
1325 P:      Dan Dennedy
1326 M:      dan@dennedy.org
1327 L:      linux1394-devel@lists.sourceforge.net
1328 W:      http://www.linux1394.org/
1329 S:      Maintained
1330
1331 IEEE 1394 SBP2
1332 P:      Ben Collins
1333 M:      bcollins@debian.org
1334 P:      Stefan Richter
1335 M:      stefanr@s5r6.in-berlin.de
1336 L:      linux1394-devel@lists.sourceforge.net
1337 W:      http://www.linux1394.org/
1338 S:      Maintained
1339
1340 IMS TWINTURBO FRAMEBUFFER DRIVER
1341 P:      Paul Mundt
1342 M:      lethal@chaoticdreams.org
1343 L:      linux-fbdev-devel@lists.sourceforge.net
1344 S:      Maintained
1345
1346 INFINIBAND SUBSYSTEM
1347 P:      Roland Dreier
1348 M:      rolandd@cisco.com
1349 P:      Sean Hefty
1350 M:      mshefty@ichips.intel.com
1351 P:      Hal Rosenstock
1352 M:      halr@voltaire.com
1353 L:      openib-general@openib.org
1354 W:      http://www.openib.org/
1355 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1356 S:      Supported
1357
1358 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1359 P:      Dmitry Torokhov
1360 M:      dtor_core@ameritech.net
1361 L:      linux-input@atrey.karlin.mff.cuni.cz
1362 L:      linux-joystick@atrey.karlin.mff.cuni.cz
1363 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1364 S:      Maintained
1365
1366 INOTIFY
1367 P:      John McCutchan and Robert Love
1368 M:      ttb@tentacle.dhs.org and rml@novell.com
1369 L:      linux-kernel@vger.kernel.org
1370 S:      Maintained
1371
1372 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1373 P:      Sylvain Meyer
1374 M:      sylvain.meyer@worldonline.fr
1375 L:      linux-fbdev-devel@lists.sourceforge.net
1376 S:      Maintained
1377
1378 INTEL 810/815 FRAMEBUFFER DRIVER
1379 P:      Antonino Daplas
1380 M:      adaplas@pol.net
1381 L:      linux-fbdev-devel@lists.sourceforge.net
1382 S:      Maintained
1383
1384 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1385 P:      Ingo Molnar
1386 M:      mingo@redhat.com
1387 S:      Maintained
1388
1389 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1390 P:      Jeff Garzik
1391 M:      jgarzik@pobox.com
1392 W:      http://sourceforge.net/projects/gkernel/
1393 S:      Maintained
1394
1395 INTEL IA32 MICROCODE UPDATE SUPPORT
1396 P:      Tigran Aivazian
1397 M:      tigran@veritas.com
1398 S:      Maintained
1399
1400 INTEL PRO/100 ETHERNET SUPPORT
1401 P:      John Ronciak
1402 M:      john.ronciak@intel.com
1403 P:      Jesse Brandeburg
1404 M:      jesse.brandeburg@intel.com
1405 P:      Jeff Kirsher
1406 M:      jeffrey.t.kirsher@intel.com
1407 W:      http://sourceforge.net/projects/e1000/
1408 S:      Supported
1409
1410 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1411 P:      Jeb Cramer
1412 M:      cramerj@intel.com
1413 P:      John Ronciak
1414 M:      john.ronciak@intel.com
1415 P:      Jesse Brandeburg
1416 M:      jesse.brandeburg@intel.com
1417 P:      Jeff Kirsher
1418 M:      jeffrey.t.kirsher@intel.com
1419 W:      http://sourceforge.net/projects/e1000/
1420 S:      Supported
1421
1422 INTEL PRO/10GbE SUPPORT
1423 P:      Jeff Kirsher
1424 M:      jeffrey.t.kirsher@intel.com
1425 P:      Ayyappan Veeraiyan
1426 M:      ayyappan.veeraiyan@intel.com
1427 P:      John Ronciak
1428 M:      john.ronciak@intel.com
1429 P:      Jesse Brandeburg
1430 M:      jesse.brandeburg@intel.com
1431 W:      http://sourceforge.net/projects/e1000/
1432 S:      Supported
1433
1434 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1435 P:      Yi Zhu
1436 M:      yi.zhu@intel.com
1437 P:      James Ketrenos
1438 M:      jketreno@linux.intel.com
1439 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1440 W:      http://ipw2100.sourceforge.net
1441 S:      Supported
1442
1443 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1444 P:      Yi Zhu
1445 M:      yi.zhu@intel.com
1446 P:      James Ketrenos
1447 M:      jketreno@linux.intel.com
1448 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1449 W:      http://ipw2200.sourceforge.net
1450 S:      Supported
1451
1452 IOC3 DRIVER
1453 P:      Ralf Baechle
1454 M:      ralf@linux-mips.org
1455 L:      linux-mips@linux-mips.org
1456 S:      Maintained
1457
1458 IP MASQUERADING:
1459 P:      Juanjo Ciarlante
1460 M:      jjciarla@raiz.uncu.edu.ar
1461 S:      Maintained
1462
1463 IPATH DRIVER:
1464 P:      Bryan O'Sullivan
1465 M:      support@pathscale.com
1466 L:      openib-general@openib.org
1467 S:      Supported
1468
1469 IPMI SUBSYSTEM
1470 P:      Corey Minyard
1471 M:      minyard@acm.org
1472 L:      openipmi-developer@lists.sourceforge.net
1473 W:      http://openipmi.sourceforge.net/
1474 S:      Supported
1475
1476 IPX NETWORK LAYER
1477 P:      Arnaldo Carvalho de Melo
1478 M:      acme@conectiva.com.br
1479 L:      netdev@vger.kernel.org
1480 S:      Maintained
1481
1482 IRDA SUBSYSTEM
1483 P:      Jean Tourrilhes
1484 L:      irda-users@lists.sourceforge.net (subscribers-only)
1485 W:      http://irda.sourceforge.net/
1486 S:      Odd Fixes
1487
1488 ISAPNP
1489 P:      Jaroslav Kysela
1490 M:      perex@suse.cz
1491 S:      Maintained
1492
1493 ISDN SUBSYSTEM
1494 P:      Karsten Keil
1495 M:      kkeil@suse.de
1496 P:      Kai Germaschewski
1497 M:      kai.germaschewski@gmx.de
1498 L:      isdn4linux@listserv.isdn4linux.de
1499 W:      http://www.isdn4linux.de
1500 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1501 S:      Maintained
1502
1503 ISDN SUBSYSTEM (Eicon active card driver)
1504 P:      Armin Schindler
1505 M:      mac@melware.de
1506 L:      isdn4linux@listserv.isdn4linux.de
1507 W:      http://www.melware.de
1508 S:      Maintained
1509
1510 JOURNALLING FLASH FILE SYSTEM (JFFS)
1511 P:      Axis Communications AB
1512 M:      jffs-dev@axis.com
1513 L:      jffs-dev@axis.com
1514 W:      http://www.developer.axis.com/software/jffs/
1515 S:      Maintained
1516
1517 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1518 P:      David Woodhouse
1519 M:      dwmw2@infradead.org
1520 L:      jffs-dev@axis.com
1521 W:      http://sources.redhat.com/jffs2/
1522 S:      Maintained
1523
1524 JFS FILESYSTEM
1525 P:      Dave Kleikamp
1526 M:      shaggy@austin.ibm.com
1527 L:      jfs-discussion@lists.sourceforge.net
1528 W:      http://jfs.sourceforge.net/
1529 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1530 S:      Supported
1531
1532 KCONFIG
1533 P:      Roman Zippel
1534 M:      zippel@linux-m68k.org
1535 L:      kbuild-devel@lists.sourceforge.net
1536 S:      Maintained
1537
1538 KERNEL AUTOMOUNTER (AUTOFS)
1539 P:      H. Peter Anvin
1540 M:      hpa@zytor.com
1541 L:      autofs@linux.kernel.org
1542 S:      Odd Fixes
1543
1544 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1545 P:      Ian Kent
1546 M:      raven@themaw.net
1547 L:      autofs@linux.kernel.org
1548 S:      Maintained
1549
1550 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1551 P:      Kai Germaschewski
1552 M:      kai@germaschewski.name
1553 P:      Sam Ravnborg
1554 M:      sam@ravnborg.org
1555 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1556 S:      Maintained 
1557
1558 KERNEL JANITORS
1559 P:      Several
1560 L:      kernel-janitors@osdl.org
1561 W:      http://www.kerneljanitors.org/
1562 W:      http://sf.net/projects/kernel-janitor/
1563 S:      Maintained
1564
1565 KERNEL NFSD
1566 P:      Neil Brown
1567 M:      neilb@cse.unsw.edu.au
1568 L:      nfs@lists.sourceforge.net
1569 W:      http://nfs.sourceforge.net/
1570 W:      http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1571 S:      Maintained
1572
1573 KEXEC
1574 P:      Eric Biederman
1575 M:      ebiederm@xmission.com
1576 W:      http://www.xmission.com/~ebiederm/files/kexec/
1577 L:      linux-kernel@vger.kernel.org
1578 L:      fastboot@osdl.org
1579 S:      Maintained
1580
1581 KPROBES
1582 P:      Prasanna S Panchamukhi
1583 M:      prasanna@in.ibm.com
1584 P:      Ananth N Mavinakayanahalli
1585 M:      ananth@in.ibm.com
1586 P:      Anil S Keshavamurthy
1587 M:      anil.s.keshavamurthy@intel.com
1588 P:      David S. Miller
1589 M:      davem@davemloft.net
1590 L:      linux-kernel@vger.kernel.org
1591 S:      Maintained
1592
1593 LAPB module
1594 P:      Henner Eisen
1595 M:      eis@baty.hanse.de
1596 L:      linux-x25@vger.kernel.org
1597 S:      Maintained
1598
1599 LASI 53c700 driver for PARISC
1600 P:      James E.J. Bottomley
1601 M:      James.Bottomley@HansenPartnership.com
1602 L:      linux-scsi@vger.kernel.org
1603 S:      Maintained
1604
1605 LEGO USB Tower driver
1606 P:      Juergen Stuber
1607 M:      starblue@users.sourceforge.net
1608 L:      legousb-devel@lists.sourceforge.net
1609 W:      http://legousb.sourceforge.net/
1610 S:      Maintained
1611
1612 LINUX FOR IBM pSERIES (RS/6000)
1613 P:      Paul Mackerras
1614 M:      paulus@au.ibm.com
1615 W:      http://www.ibm.com/linux/ltc/projects/ppc
1616 S:      Supported
1617
1618 LINUX FOR NCR VOYAGER
1619 P:      James Bottomley
1620 M:      James.Bottomley@HansenPartnership.com
1621 W:      http://www.hansenpartnership.com/voyager
1622 S:      Maintained
1623
1624 LINUX FOR POWERPC
1625 P:      Paul Mackerras
1626 M:      paulus@samba.org
1627 W:      http://www.penguinppc.org/
1628 L:      linuxppc-dev@ozlabs.org
1629 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1630 S:      Supported
1631
1632 LINUX FOR POWER MACINTOSH
1633 P:      Benjamin Herrenschmidt
1634 M:      benh@kernel.crashing.org
1635 W:      http://www.penguinppc.org/
1636 L:      linuxppc-dev@ozlabs.org
1637 S:      Maintained
1638
1639 LINUX FOR POWERPC EMBEDDED MPC52XX
1640 P:      Sylvain Munaut
1641 M:      tnt@246tNt.com
1642 W:      http://www.246tNt.com/mpc52xx/
1643 W:      http://www.penguinppc.org/
1644 L:      linuxppc-dev@ozlabs.org
1645 L:      linuxppc-embedded@ozlabs.org
1646 S:      Maintained
1647
1648 LINUX FOR POWERPC EMBEDDED PPC4XX
1649 P:      Matt Porter
1650 M:      mporter@kernel.crashing.org
1651 W:      http://www.penguinppc.org/
1652 L:      linuxppc-embedded@ozlabs.org
1653 S:      Maintained
1654
1655 LINUX FOR POWERPC BOOT CODE
1656 P:      Tom Rini
1657 M:      trini@kernel.crashing.org
1658 W:      http://www.penguinppc.org/
1659 L:      linuxppc-embedded@ozlabs.org
1660 S:      Maintained
1661
1662 LINUX FOR POWERPC EMBEDDED PPC8XX
1663 P:      Marcelo Tosatti
1664 M:      marcelo.tosatti@cyclades.com
1665 W:      http://www.penguinppc.org/
1666 L:      linuxppc-embedded@ozlabs.org
1667 S:      Maintained
1668
1669 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1670 P:     Kumar Gala
1671 M:     galak@kernel.crashing.org
1672 W:     http://www.penguinppc.org/
1673 L:     linuxppc-embedded@ozlabs.org
1674 S:     Maintained
1675
1676 LLC (802.2)
1677 P:      Arnaldo Carvalho de Melo
1678 M:      acme@conectiva.com.br
1679 S:      Maintained
1680
1681 LINUX FOR 64BIT POWERPC
1682 P:      Paul Mackerras
1683 M:      paulus@samba.org
1684 M:      paulus@au.ibm.com
1685 P:      Anton Blanchard
1686 M:      anton@samba.org
1687 M:      anton@au.ibm.com
1688 W:      http://linuxppc64.org
1689 L:      linuxppc-dev@ozlabs.org
1690 S:      Supported
1691
1692 LINUX SECURITY MODULE (LSM) FRAMEWORK
1693 P:      Chris Wright
1694 M:      chrisw@sous-sol.org
1695 L:      linux-security-module@vger.kernel.org
1696 W:      http://lsm.immunix.org
1697 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1698 S:      Supported
1699
1700 LM83 HARDWARE MONITOR DRIVER
1701 P:      Jean Delvare
1702 M:      khali@linux-fr.org
1703 L:      lm-sensors@lm-sensors.org
1704 S:      Maintained
1705
1706 LM90 HARDWARE MONITOR DRIVER
1707 P:      Jean Delvare
1708 M:      khali@linux-fr.org
1709 L:      lm-sensors@lm-sensors.org
1710 S:      Maintained
1711
1712 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1713 P:      Richard Russon (FlatCap)
1714 M:      ldm@flatcap.org
1715 L:      ldm-devel@lists.sourceforge.net 
1716 W:      http://ldm.sourceforge.net
1717 S:      Maintained
1718
1719 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1720 P:      Eric Moore
1721 M:      Eric.Moore@lsil.com
1722 M:      support@lsil.com
1723 L:      mpt_linux_developer@lsil.com
1724 L:      linux-scsi@vger.kernel.org
1725 W:      http://www.lsilogic.com/support
1726 S:      Supported
1727
1728 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1729 P:      Matthew Wilcox
1730 M:      matthew@wil.cx
1731 L:      linux-scsi@vger.kernel.org
1732 S:      Maintained
1733
1734 M68K ARCHITECTURE
1735 P:      Geert Uytterhoeven
1736 M:      geert@linux-m68k.org
1737 P:      Roman Zippel
1738 M:      zippel@linux-m68k.org
1739 L:      linux-m68k@lists.linux-m68k.org
1740 W:      http://www.linux-m68k.org/
1741 W:      http://linux-m68k-cvs.ubb.ca/
1742 S:      Maintained
1743
1744 M68K ON APPLE MACINTOSH
1745 P:      Joshua Thompson
1746 M:      funaho@jurai.org
1747 W:      http://www.mac.linux-m68k.org/
1748 L:      linux-mac68k@mac.linux-m68k.org
1749 S:      Maintained
1750
1751 M68K ON HP9000/300
1752 P:      Philip Blundell
1753 M:      philb@gnu.org
1754 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
1755 S:      Maintained
1756
1757 MARVELL YUKON / SYSKONNECT DRIVER
1758 P:      Mirko Lindner
1759 M:      mlindner@syskonnect.de
1760 P:      Ralph Roesler
1761 M:      rroesler@syskonnect.de
1762 W:      http://www.syskonnect.com
1763 S:      Supported
1764
1765 MAESTRO PCI SOUND DRIVERS
1766 P:      Zach Brown
1767 M:      zab@zabbo.net
1768 S:      Odd Fixes
1769
1770 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1771 P: Michael Kerrisk
1772 M: mtk-manpages@gmx.net
1773 W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1774 S: Maintained
1775
1776 MARVELL MV643XX ETHERNET DRIVER
1777 P:      Dale Farnsworth
1778 M:      dale@farnsworth.org
1779 P:      Manish Lachwani
1780 M:      mlachwani@mvista.com
1781 L:      netdev@vger.kernel.org
1782 S:      Odd Fixes for 2.4; Maintained for 2.6.
1783
1784 MATROX FRAMEBUFFER DRIVER
1785 P:      Petr Vandrovec
1786 M:      vandrove@vc.cvut.cz
1787 L:      linux-fbdev-devel@lists.sourceforge.net
1788 S:      Maintained
1789
1790 MEGARAID SCSI DRIVERS
1791 P:     Neela Syam Kolli
1792 M:     Neela.Kolli@engenio.com
1793 S:     linux-scsi@vger.kernel.org
1794 W:     http://megaraid.lsilogic.com
1795 S:     Maintained
1796
1797 MEMORY TECHNOLOGY DEVICES
1798 P:      David Woodhouse
1799 M:      dwmw2@infradead.org
1800 W:      http://www.linux-mtd.infradead.org/
1801 L:      linux-mtd@lists.infradead.org
1802 T:      git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
1803 S:      Maintained
1804
1805 MICROTEK X6 SCANNER
1806 P:      Oliver Neukum
1807 M:      oliver@neukum.name
1808 S:      Maintained
1809
1810 MIPS
1811 P:      Ralf Baechle
1812 M:      ralf@linux-mips.org
1813 W:      http://www.linux-mips.org/
1814 L:      linux-mips@linux-mips.org
1815 T:      git www.linux-mips.org:/pub/scm/linux.git
1816 S:      Supported
1817
1818 MISCELLANEOUS MCA-SUPPORT
1819 P:      James Bottomley
1820 M:      jejb@steeleye.com
1821 L:      linux-kernel@vger.kernel.org
1822 S:      Maintained
1823
1824 MODULE SUPPORT
1825 P:      Rusty Russell
1826 M:      rusty@rustcorp.com.au
1827 L:      linux-kernel@vger.kernel.org
1828 S:      Maintained
1829
1830 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1831 P:      Stelian Pop
1832 M:      stelian@popies.net
1833 W:      http://popies.net/meye/
1834 S:      Maintained
1835
1836 MOUSE AND MISC DEVICES [GENERAL]
1837 P:      Alessandro Rubini
1838 M:      rubini@ipvvis.unipv.it
1839 L:      linux-kernel@vger.kernel.org
1840 S:      Maintained
1841
1842 MTRR AND SIMILAR SUPPORT [i386]
1843 P:      Richard Gooch
1844 M:      rgooch@atnf.csiro.au
1845 L:      linux-kernel@vger.kernel.org
1846 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1847 S:      Maintained
1848
1849 MULTISOUND SOUND DRIVER
1850 P:      Andrew Veliath
1851 M:      andrewtv@usa.net
1852 S:      Maintained
1853
1854 NATSEMI ETHERNET DRIVER (DP8381x)
1855 P:      Tim Hockin
1856 M:      thockin@hockin.org
1857 S:      Maintained
1858
1859 NCP FILESYSTEM
1860 P:      Petr Vandrovec
1861 M:      vandrove@vc.cvut.cz
1862 L:      linware@sh.cvut.cz
1863 S:      Maintained
1864
1865 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1866 P:      James E.J. Bottomley
1867 M:      James.Bottomley@HansenPartnership.com
1868 L:      linux-scsi@vger.kernel.org
1869 S:      Maintained
1870
1871 NETFILTER/IPTABLES/IPCHAINS
1872 P:      Rusty Russell
1873 P:      Marc Boucher
1874 P:      James Morris
1875 P:      Harald Welte
1876 P:      Jozsef Kadlecsik
1877 M:      coreteam@netfilter.org
1878 W:      http://www.netfilter.org/
1879 W:      http://www.iptables.org/
1880 L:      netfilter@lists.netfilter.org
1881 L:      netfilter-devel@lists.netfilter.org
1882 S:      Supported
1883
1884 NETROM NETWORK LAYER
1885 P:      Ralf Baechle
1886 M:      ralf@linux-mips.org
1887 L:      linux-hams@vger.kernel.org
1888 W:      http://www.linux-ax25.org/
1889 S:      Maintained
1890
1891 NETWORK BLOCK DEVICE
1892 P:      Paul Clements
1893 M:      Paul.Clements@steeleye.com
1894 S:      Maintained
1895
1896 NETWORK DEVICE DRIVERS
1897 P:      Andrew Morton
1898 M:      akpm@osdl.org
1899 P:      Jeff Garzik
1900 M:      jgarzik@pobox.com
1901 L:      netdev@vger.kernel.org
1902 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1903 S:      Maintained
1904
1905 NETWORKING [GENERAL]
1906 P:      Networking Team
1907 M:      netdev@vger.kernel.org
1908 L:      netdev@vger.kernel.org
1909 W:      http://linux-net.osdl.org/
1910 S:      Maintained
1911
1912 NETWORKING [IPv4/IPv6]
1913 P:      David S. Miller
1914 M:      davem@davemloft.net
1915 P:      Alexey Kuznetsov
1916 M:      kuznet@ms2.inr.ac.ru
1917 P:      Pekka Savola (ipv6)
1918 M:      pekkas@netcore.fi
1919 P:      James Morris
1920 M:      jmorris@namei.org
1921 P:      Hideaki YOSHIFUJI
1922 M:      yoshfuji@linux-ipv6.org
1923 P:      Patrick McHardy
1924 M:      kaber@coreworks.de
1925 L:      netdev@vger.kernel.org
1926 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
1927 S:      Maintained
1928
1929 NETWORKING [WIRELESS]
1930 P:      John W. Linville
1931 M:      linville@tuxdriver.com
1932 L:      netdev@vger.kernel.org
1933 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1934 S:      Maintained
1935
1936 IPVS
1937 P:      Wensong Zhang
1938 M:      wensong@linux-vs.org
1939 P:      Simon Horman
1940 M:      horms@verge.net.au
1941 P:      Julian Anastasov
1942 M:      ja@ssi.bg
1943 L:      netdev@vger.kernel.org
1944 S:      Maintained
1945
1946 NFS CLIENT
1947 P:      Trond Myklebust
1948 M:      trond.myklebust@fys.uio.no
1949 L:      linux-kernel@vger.kernel.org
1950 S:      Maintained
1951
1952 NI5010 NETWORK DRIVER
1953 P:      Jan-Pascal van Best and Andreas Mohr
1954 M:      Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1955 M:      Andreas Mohr <100.30936@germany.net>
1956 L:      netdev@vger.kernel.org
1957 S:      Maintained
1958
1959 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1960 P:      YOKOTA Hiroshi
1961 M:      yokota@netlab.is.tsukuba.ac.jp
1962 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1963 S:      Maintained
1964
1965 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1966 P:      GOTO Masanori
1967 M:      gotom@debian.or.jp
1968 P:      YOKOTA Hiroshi
1969 M:      yokota@netlab.is.tsukuba.ac.jp
1970 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1971 S:      Maintained
1972
1973 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1974 P:      Eberhard Moenkeberg
1975 M:      emoenke@gwdg.de
1976 L:      linux-kernel@vger.kernel.org
1977 S:      Maintained
1978
1979 NTFS FILESYSTEM
1980 P:      Anton Altaparmakov
1981 M:      aia21@cantab.net
1982 L:      linux-ntfs-dev@lists.sourceforge.net
1983 L:      linux-kernel@vger.kernel.org
1984 W:      http://linux-ntfs.sf.net/
1985 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
1986 S:      Maintained
1987
1988 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1989 P:      Antonino Daplas
1990 M:      adaplas@pol.net
1991 L:      linux-fbdev-devel@lists.sourceforge.net
1992 S:      Maintained
1993
1994 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1995 P:      Mark Fasheh
1996 M:      mark.fasheh@oracle.com
1997 P:      Kurt Hackel
1998 M:      kurt.hackel@oracle.com
1999 L:      ocfs2-devel@oss.oracle.com
2000 W:      http://oss.oracle.com/projects/ocfs2/
2001 S:      Supported       
2002
2003 OLYMPIC NETWORK DRIVER
2004 P:      Peter De Shrijver
2005 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2006 P:      Mike Phillips
2007 M:      mikep@linuxtr.net 
2008 L:      netdev@vger.kernel.org
2009 L:      linux-tr@linuxtr.net
2010 W:      http://www.linuxtr.net
2011 S:      Maintained
2012
2013 OMNIKEY CARDMAN 4000 DRIVER
2014 P:      Harald Welte
2015 M:      laforge@gnumonks.org
2016 S:      Maintained
2017
2018 OMNIKEY CARDMAN 4040 DRIVER
2019 P:      Harald Welte
2020 M:      laforge@gnumonks.org
2021 S:      Maintained
2022
2023 ONSTREAM SCSI TAPE DRIVER
2024 P:      Willem Riede
2025 M:      osst@riede.org
2026 L:      osst-users@lists.sourceforge.net
2027 L:      linux-scsi@vger.kernel.org
2028 S:      Maintained
2029
2030 OPL3-SA2, SA3, and SAx DRIVER
2031 P:      Zwane Mwaikambo
2032 M:      zwane@arm.linux.org.uk
2033 L:      linux-sound@vger.kernel.org
2034 S:      Maintained
2035
2036 OPROFILE
2037 P:      Philippe Elie
2038 M:      phil.el@wanadoo.fr
2039 L:      oprofile-list@lists.sf.net
2040 S:      Maintained
2041
2042 ORINOCO DRIVER
2043 P:      Pavel Roskin
2044 M:      proski@gnu.org
2045 P:      David Gibson
2046 M:      hermes@gibson.dropbear.id.au
2047 L:      orinoco-users@lists.sourceforge.net
2048 L:      orinoco-devel@lists.sourceforge.net
2049 W:      http://www.nongnu.org/orinoco/
2050 S:      Maintained
2051
2052 PARALLEL PORT SUPPORT
2053 P:      Phil Blundell
2054 M:      philb@gnu.org
2055 P:      Tim Waugh
2056 M:      tim@cyberelk.net
2057 P:      David Campbell
2058 P:      Andrea Arcangeli
2059 M:      andrea@suse.de
2060 L:      linux-parport@lists.infradead.org
2061 W:      http://people.redhat.com/twaugh/parport/
2062 S:      Maintained
2063
2064 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2065 P:      Tim Waugh
2066 M:      tim@cyberelk.net
2067 L:      linux-parport@lists.infradead.org
2068 W:      http://www.torque.net/linux-pp.html
2069 S:      Maintained
2070
2071 PARISC ARCHITECTURE
2072 P:      Matthew Wilcox
2073 M:      matthew@wil.cx
2074 P:      Grant Grundler
2075 M:      grundler@parisc-linux.org
2076 P:      Kyle McMartin
2077 M:      kyle@parisc-linux.org
2078 L:      parisc-linux@parisc-linux.org
2079 W:      http://www.parisc-linux.org/
2080 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2081 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2082 S:      Maintained
2083
2084 PCI ERROR RECOVERY
2085 P:      Linas Vepstas
2086 M:      linas@austin.ibm.com
2087 L:      linux-kernel@vger.kernel.org
2088 L:      linux-pci@atrey.karlin.mff.cuni.cz
2089 S:      Supported
2090
2091 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2092 P:      Thomas Sailer
2093 M:      sailer@ife.ee.ethz.ch
2094 L:      linux-sound@vger.kernel.org
2095 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2096 S:      Maintained
2097
2098 PCI SUBSYSTEM
2099 P:      Greg Kroah-Hartman
2100 M:      gregkh@suse.de
2101 L:      linux-kernel@vger.kernel.org
2102 L:      linux-pci@atrey.karlin.mff.cuni.cz
2103 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2104 S:      Supported
2105
2106 PCI HOTPLUG CORE
2107 P:      Greg Kroah-Hartman
2108 M:      gregkh@suse.de
2109 S:      Supported
2110
2111 PCI HOTPLUG COMPAQ DRIVER
2112 P:      Greg Kroah-Hartman
2113 M:      greg@kroah.com
2114 S:      Maintained
2115
2116 PCIE HOTPLUG DRIVER
2117 P:      Kristen Carlson Accardi
2118 M:      kristen.c.accardi@intel.com
2119 L:      pcihpd-discuss@lists.sourceforge.net
2120 S:      Maintained
2121
2122 PCMCIA SUBSYSTEM
2123 P:      Linux PCMCIA Team
2124 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2125 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2126 S:      Maintained
2127
2128 PCNET32 NETWORK DRIVER
2129 P:      Thomas Bogendörfer
2130 M:      tsbogend@alpha.franken.de
2131 L:      netdev@vger.kernel.org
2132 S:      Maintained
2133
2134 PERSONALITY HANDLING
2135 P:      Christoph Hellwig
2136 M:      hch@infradead.org
2137 L:      linux-abi-devel@lists.sourceforge.net
2138 S:      Maintained
2139
2140 PHRAM MTD DRIVER
2141 P:      Jörn Engel
2142 M:      joern@wh.fh-wedel.de
2143 L:      linux-mtd@lists.infradead.org
2144 S:      Maintained
2145
2146 PKTCDVD DRIVER
2147 P:      Peter Osterlund
2148 M:      petero2@telia.com
2149 L:      linux-kernel@vger.kernel.org
2150 S:      Maintained
2151
2152 POSIX CLOCKS and TIMERS
2153 P:      George Anzinger
2154 M:      george@mvista.com
2155 L:      linux-kernel@vger.kernel.org
2156 S:      Supported
2157
2158 POWERPC 4xx EMAC DRIVER
2159 P:      Eugene Surovegin
2160 M:      ebs@ebshome.net
2161 W:      http://kernel.ebshome.net/emac/
2162 L:      linuxppc-embedded@ozlabs.org
2163 L:      netdev@vger.kernel.org
2164 S:      Maintained
2165
2166 PNP SUPPORT
2167 P:      Adam Belay
2168 M:      ambx1@neo.rr.com
2169 S:      Maintained
2170
2171 PPP PROTOCOL DRIVERS AND COMPRESSORS
2172 P:      Paul Mackerras
2173 M:      paulus@samba.org
2174 L:      linux-ppp@vger.kernel.org
2175 S:      Maintained
2176
2177 PPP OVER ATM (RFC 2364)
2178 P:      Mitchell Blank Jr
2179 M:      mitch@sfgoth.com
2180 S:      Maintained
2181
2182 PPP OVER ETHERNET
2183 P:      Michal Ostrowski
2184 M:      mostrows@speakeasy.net
2185 S:      Maintained
2186
2187 PREEMPTIBLE KERNEL
2188 P:      Robert Love
2189 M:      rml@tech9.net
2190 L:      linux-kernel@vger.kernel.org
2191 L:      kpreempt-tech@lists.sourceforge.net
2192 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2193 S:      Supported
2194
2195 PRISM54 WIRELESS DRIVER
2196 P:      Prism54 Development Team
2197 M:      prism54-private@prism54.org
2198 L:      netdev@vger.kernel.org
2199 W:      http://prism54.org
2200 S:      Maintained
2201
2202 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2203 P:      Peter Denison
2204 M:      promise@pnd-pc.demon.co.uk
2205 W:      http://www.pnd-pc.demon.co.uk/promise/
2206 S:      Maintained
2207
2208 PXA2xx SUPPORT
2209 P:      Nicolas Pitre
2210 M:      nico@cam.org
2211 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2212 S:      Maintained
2213
2214 QLOGIC QLA2XXX FC-SCSI DRIVER
2215 P:      Andrew Vasquez
2216 M:      linux-driver@qlogic.com
2217 L:      linux-scsi@vger.kernel.org
2218 S:      Supported
2219
2220 QNX4 FILESYSTEM
2221 P:      Anders Larsen
2222 M:      al@alarsen.net
2223 L:      linux-kernel@vger.kernel.org
2224 W:      http://www.alarsen.net/linux/qnx4fs/
2225 S:      Maintained
2226
2227 RADEON FRAMEBUFFER DISPLAY DRIVER
2228 P:      Benjamin Herrenschmidt
2229 M:      benh@kernel.crashing.org
2230 L:      linux-fbdev-devel@lists.sourceforge.net
2231 S:      Maintained
2232
2233 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2234 P:      Paul Mackerras
2235 M:      paulus@samba.org
2236 L:      linux-fbdev-devel@lists.sourceforge.net
2237 S:      Maintained
2238
2239 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2240 P:      Corey Thomas
2241 M:      corey@world.std.com
2242 L:      linux-kernel@vger.kernel.org
2243 S:      Maintained
2244
2245 RANDOM NUMBER DRIVER
2246 P:      Matt Mackall
2247 M:      mpm@selenic.com
2248 S:      Maintained
2249
2250 RAPIDIO SUBSYSTEM
2251 P:      Matt Porter
2252 M:      mporter@kernel.crashing.org
2253 L:      linux-kernel@vger.kernel.org
2254 S:      Maintained
2255
2256 REAL TIME CLOCK DRIVER
2257 P:      Paul Gortmaker
2258 M:      p_gortmaker@yahoo.com
2259 L:      linux-kernel@vger.kernel.org
2260 S:      Maintained
2261
2262 REAL TIME CLOCK (RTC) SUBSYSTEM
2263 P:      Alessandro Zummo
2264 M:      a.zummo@towertech.it
2265 L:      linux-kernel@vger.kernel.org
2266 S:      Maintained
2267
2268 REISERFS FILE SYSTEM
2269 P:      Hans Reiser
2270 M:      reiserfs-dev@namesys.com
2271 L:      reiserfs-list@namesys.com
2272 W:      http://www.namesys.com
2273 S:      Supported
2274
2275 ROCKETPORT DRIVER
2276 P:      Comtrol Corp.
2277 W:      http://www.comtrol.com
2278 S:      Maintained
2279
2280 ROSE NETWORK LAYER
2281 P:      Ralf Baechle
2282 M:      ralf@linux-mips.org
2283 L:      linux-hams@vger.kernel.org
2284 W:      http://www.linux-ax25.org/
2285 S:      Maintained
2286
2287 RISCOM8 DRIVER
2288 S:      Orphan
2289
2290 S3 SAVAGE FRAMEBUFFER DRIVER
2291 P:      Antonino Daplas
2292 M:      adaplas@pol.net
2293 L:      linux-fbdev-devel@lists.sourceforge.net
2294 S:      Maintained
2295
2296 S390
2297 P:      Martin Schwidefsky
2298 M:      schwidefsky@de.ibm.com
2299 M:      linux390@de.ibm.com
2300 L:      linux-390@vm.marist.edu
2301 W:      http://www.ibm.com/developerworks/linux/linux390/
2302 S:      Supported
2303
2304 S390 NETWORK DRIVERS
2305 P:      Frank Pavlic
2306 M:      fpavlic@de.ibm.com
2307 M:      linux390@de.ibm.com
2308 L:      linux-390@vm.marist.edu
2309 W:      http://www.ibm.com/developerworks/linux/linux390/
2310 S:      Supported
2311
2312 S390 ZFCP DRIVER
2313 P:      Andreas Herrmann
2314 M:      aherrman@de.ibm.com
2315 M:      linux390@de.ibm.com
2316 L:      linux-390@vm.marist.edu
2317 W:      http://www.ibm.com/developerworks/linux/linux390/
2318 S:      Supported
2319
2320 SAA7146 VIDEO4LINUX-2 DRIVER
2321 P:      Michael Hunold
2322 M:      michael@mihu.de
2323 W:      http://www.mihu.de/linux/saa7146
2324 S:      Maintained
2325
2326 SBPCD CDROM DRIVER
2327 P:      Eberhard Moenkeberg
2328 M:      emoenke@gwdg.de
2329 L:      linux-kernel@vger.kernel.org
2330 S:      Maintained
2331
2332 SC1200 WDT DRIVER
2333 P:      Zwane Mwaikambo
2334 M:      zwane@arm.linux.org.uk
2335 S:      Maintained
2336
2337 SCHEDULER
2338 P:      Ingo Molnar
2339 M:      mingo@elte.hu
2340 P:      Robert Love    [the preemptible kernel bits]
2341 M:      rml@tech9.net
2342 L:      linux-kernel@vger.kernel.org
2343 S:      Maintained
2344
2345 SCSI CDROM DRIVER
2346 P:      Jens Axboe
2347 M:      axboe@suse.de
2348 L:      linux-scsi@vger.kernel.org
2349 W:      http://www.kernel.dk
2350 S:      Maintained
2351
2352 SCSI SG DRIVER
2353 P:      Doug Gilbert
2354 M:      dgilbert@interlog.com
2355 L:      linux-scsi@vger.kernel.org
2356 W:      http://www.torque.net/sg
2357 S:      Maintained
2358
2359 SCSI SUBSYSTEM
2360 P:      James E.J. Bottomley
2361 M:      James.Bottomley@SteelEye.com
2362 L:      linux-scsi@vger.kernel.org
2363 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2364 S:      Maintained
2365
2366 SCSI TAPE DRIVER
2367 P:      Kai Mäkisara
2368 M:      Kai.Makisara@kolumbus.fi
2369 L:      linux-scsi@vger.kernel.org
2370 S:      Maintained
2371
2372 SCTP PROTOCOL
2373 P: Sridhar Samudrala
2374 M: sri@us.ibm.com
2375 L: lksctp-developers@lists.sourceforge.net
2376 S: Supported
2377
2378 SCx200 CPU SUPPORT
2379 P:      Christer Weinigel
2380 M:      christer@weinigel.se
2381 W:      http://www.weinigel.se
2382 S:      Supported
2383
2384 SECURITY CONTACT
2385 P:      Security Officers
2386 M:      security@kernel.org
2387 S:      Supported
2388
2389 SELINUX SECURITY MODULE
2390 P:      Stephen Smalley
2391 M:      sds@tycho.nsa.gov
2392 P:      James Morris
2393 M:      jmorris@namei.org
2394 L:      linux-kernel@vger.kernel.org (kernel issues)
2395 L:      selinux@tycho.nsa.gov (general discussion)
2396 W:      http://www.nsa.gov/selinux
2397 S:      Supported
2398
2399 SERIAL ATA (SATA) SUBSYSTEM:
2400 P:      Jeff Garzik
2401 M:      jgarzik@pobox.com
2402 L:      linux-ide@vger.kernel.org
2403 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2404 S:      Supported
2405
2406 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2407 P:      Pat Gefre
2408 M:      pfg@sgi.com
2409 L:      linux-ia64@vger.kernel.org
2410 S:      Supported
2411
2412 SGI VISUAL WORKSTATION 320 AND 540
2413 P:      Andrey Panin
2414 M:      pazke@donpac.ru
2415 L:      linux-visws-devel@lists.sf.net
2416 W:      http://linux-visws.sf.net
2417 S:      Maintained for 2.6.
2418
2419 SIMTEC EB110ATX (Chalice CATS)
2420 P:      Ben Dooks
2421 P:      Vincent Sanders
2422 M:      support@simtec.co.uk
2423 W:      http://www.simtec.co.uk/products/EB110ATX/
2424 S:      Supported
2425
2426 SIMTEC EB2410ITX (BAST)
2427 P:      Ben Dooks
2428 P:      Vincent Sanders
2429 M:      support@simtec.co.uk
2430 W:      http://www.simtec.co.uk/products/EB2410ITX/
2431 S:      Supported
2432
2433 SIS 190 ETHERNET DRIVER
2434 P:      Francois Romieu
2435 M:      romieu@fr.zoreil.com
2436 L:      netdev@vger.kernel.org
2437 S:      Maintained
2438
2439 SIS 5513 IDE CONTROLLER DRIVER
2440 P:      Lionel Bouton
2441 M:      Lionel.Bouton@inet6.fr
2442 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2443 W:      http://gyver.homeip.net/sis5513/index.html
2444 S:      Maintained
2445
2446 SIS 900/7016 FAST ETHERNET DRIVER
2447 P:      Daniele Venzano
2448 M:      venza@brownhat.org
2449 W:      http://www.brownhat.org/sis900.html
2450 L:      netdev@vger.kernel.org
2451 S:      Maintained
2452
2453 SIS FRAMEBUFFER DRIVER
2454 P:      Thomas Winischhofer
2455 M:      thomas@winischhofer.net
2456 W:      http://www.winischhofer.net/linuxsisvga.shtml
2457 S:      Maintained      
2458
2459 SIS USB2VGA DRIVER
2460 P:      Thomas Winischhofer
2461 M:      thomas@winischhofer.net
2462 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2463 S:      Maintained
2464
2465 SMSC47M1 HARDWARE MONITOR DRIVER
2466 P:      Jean Delvare
2467 M:      khali@linux-fr.org
2468 L:      lm-sensors@lm-sensors.org
2469 S:      Odd Fixes
2470
2471 SMB FILESYSTEM
2472 P:      Urban Widmark
2473 M:      urban@teststation.com
2474 W:      http://samba.org/
2475 L:      samba@samba.org
2476 S:      Maintained
2477
2478 SMC91x ETHERNET DRIVER
2479 P:      Nicolas Pitre
2480 M:      nico@cam.org
2481 S:      Maintained
2482
2483 SOFTWARE RAID (Multiple Disks) SUPPORT
2484 P:      Ingo Molnar
2485 M:      mingo@redhat.com
2486 P:      Neil Brown
2487 M:      neilb@cse.unsw.edu.au
2488 L:      linux-raid@vger.kernel.org
2489 S:      Maintained
2490
2491 SOFTWARE SUSPEND:
2492 P:      Pavel Machek
2493 M:      pavel@suse.cz
2494 L:      linux-pm@osdl.org
2495 S:      Maintained
2496
2497 SONIC NETWORK DRIVER
2498 P:      Thomas Bogendoerfer
2499 M:      tsbogend@alpha.franken.de
2500 L:      netdev@vger.kernel.org
2501 S:      Maintained
2502
2503 SONY VAIO CONTROL DEVICE DRIVER
2504 P:      Stelian Pop
2505 M:      stelian@popies.net
2506 W:      http://popies.net/sonypi/
2507 S:      Maintained
2508
2509 SOUND
2510 P:      Jaroslav Kysela
2511 M:      perex@suse.cz
2512 L:      alsa-devel@alsa-project.org
2513 S:      Maintained
2514
2515 TPM DEVICE DRIVER
2516 P:      Kylene Hall
2517 M:      kjhall@us.ibm.com
2518 W:      http://tpmdd.sourceforge.net
2519 L:      tpmdd-devel@lists.sourceforge.net
2520 S:      Maintained
2521
2522 Telecom Clock Driver for MCPL0010
2523 P: Mark Gross
2524 M: mark.gross@intel.com
2525 S: Supported
2526
2527 TENSILICA XTENSA PORT (xtensa):
2528 P:      Chris Zankel
2529 M:      chris@zankel.net
2530 S:      Maintained
2531
2532 UltraSPARC (sparc64):
2533 P:      David S. Miller
2534 M:      davem@davemloft.net
2535 P:      Eddie C. Dost
2536 M:      ecd@brainaid.de
2537 P:      Jakub Jelinek
2538 M:      jj@sunsite.ms.mff.cuni.cz
2539 P:      Anton Blanchard
2540 M:      anton@samba.org
2541 L:      sparclinux@vger.kernel.org
2542 L:      ultralinux@vger.kernel.org
2543 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2544 S:      Maintained
2545
2546 SHARP LH SUPPORT (LH7952X & LH7A40X)
2547 P:      Marc Singer
2548 M:      elf@buici.com
2549 W:      http://projects.buici.com/arm
2550 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2551 S:      Maintained
2552
2553 SHPC HOTPLUG DRIVER
2554 P:      Kristen Carlson Accardi
2555 M:      kristen.c.accardi@intel.com
2556 L:      pcihpd-discuss@lists.sourceforge.net
2557 S:      Maintained
2558
2559 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2560 P:      Pierre Ossman
2561 M:      drzeus-sdhci@drzeus.cx
2562 L:      sdhci-devel@list.drzeus.cx
2563 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2564 S:      Maintained
2565
2566 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2567 P:      Stephen Hemminger
2568 M:      shemminger@osdl.org
2569 L:      netdev@vger.kernel.org
2570 S:      Maintained
2571
2572 SPARC (sparc32):
2573 P:      William L. Irwin
2574 M:      wli@holomorphy.com
2575 L:      sparclinux@vger.kernel.org
2576 S:      Maintained
2577
2578 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2579 P:      Roger Wolff
2580 M:      R.E.Wolff@BitWizard.nl
2581 L:      linux-kernel@vger.kernel.org ?
2582 S:      Supported
2583
2584 SRM (Alpha) environment access
2585 P:      Jan-Benedict Glaw
2586 M:      jbglaw@lug-owl.de
2587 L:      linux-kernel@vger.kernel.org
2588 S:      Maintained
2589
2590 STARFIRE/DURALAN NETWORK DRIVER
2591 P:      Ion Badulescu
2592 M:      ionut@cs.columbia.edu
2593 S:      Maintained
2594
2595 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2596 W:      http://mosquitonet.Stanford.EDU/strip.html
2597 S:      Unsupported ?
2598
2599 STRADIS MPEG-2 DECODER DRIVER
2600 P:      Nathan Laredo
2601 M:      laredo@gnu.org
2602 W:      http://www.stradis.com/
2603 S:      Maintained
2604
2605 SUPERH (sh)
2606 P:      Paul Mundt
2607 M:      lethal@linux-sh.org
2608 P:      Kazumoto Kojima
2609 M:      kkojima@rr.iij4u.or.jp
2610 L:      linuxsh-dev@lists.sourceforge.net
2611 W:      http://www.linux-sh.org
2612 W:      http://www.m17n.org/linux-sh/
2613 W:      http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2614 S:      Maintained
2615
2616 SUPERH64 (sh64)
2617 P:      Paul Mundt
2618 M:      lethal@linux-sh.org
2619 P:      Richard Curnow
2620 M:      rc@rc0.org.uk
2621 L:      linuxsh-shmedia-dev@lists.sourceforge.net
2622 W:      http://www.linux-sh.org
2623 W:      http://www.rc0.org.uk/sh64
2624 S:      Maintained
2625
2626 SUN3/3X
2627 P:      Sam Creasey
2628 M:      sammy@sammy.net
2629 L:      sun3-list@redhat.com
2630 W:      http://sammy.net/sun3/
2631 S:      Maintained
2632
2633 SVGA HANDLING
2634 P:      Martin Mares
2635 M:      mj@ucw.cz
2636 L:      linux-video@atrey.karlin.mff.cuni.cz
2637 S:      Maintained
2638
2639 SYSV FILESYSTEM
2640 P:      Christoph Hellwig
2641 M:      hch@infradead.org
2642 S:      Maintained
2643
2644 TI PARALLEL LINK CABLE DRIVER
2645 P:     Romain Lievin
2646 M:     roms@lpg.ticalc.org
2647 S:     Maintained
2648
2649 TIPC NETWORK LAYER
2650 P:      Per Liden
2651 M:      per.liden@ericsson.com
2652 P:      Jon Maloy
2653 M:      jon.maloy@ericsson.com
2654 P:      Allan Stephens
2655 M:      allan.stephens@windriver.com
2656 L:      tipc-discussion@lists.sourceforge.net
2657 W:      http://tipc.sourceforge.net/
2658 W:      http://tipc.cslab.ericsson.net/
2659 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2660 S:      Maintained
2661
2662 TLAN NETWORK DRIVER
2663 P:      Samuel Chessman
2664 M:      chessman@tux.org
2665 L:      tlan-devel@lists.sourceforge.net
2666 W:      http://sourceforge.net/projects/tlan/
2667 S:      Maintained
2668
2669 TOKEN-RING NETWORK DRIVER
2670 P:      Mike Phillips
2671 M:      mikep@linuxtr.net
2672 L:      netdev@vger.kernel.org
2673 L:      linux-tr@linuxtr.net
2674 W:      http://www.linuxtr.net
2675 S:      Maintained
2676
2677 TOSHIBA ACPI EXTRAS DRIVER
2678 P:      John Belmonte
2679 M:      toshiba_acpi@memebeam.org
2680 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2681 S:      Maintained
2682
2683 TOSHIBA SMM DRIVER
2684 P:      Jonathan Buzzard
2685 M:      jonathan@buzzard.org.uk
2686 L:      tlinux-users@tce.toshiba-dme.co.jp
2687 W:      http://www.buzzard.org.uk/toshiba/
2688 S:      Maintained
2689
2690 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2691 P:      Muli Ben-Yehuda
2692 M:      mulix@mulix.org
2693 L:      linux-kernel@vger.kernel.org
2694 S:      Maintained
2695
2696 TRIVIAL PATCHES
2697 P:      Adrian Bunk
2698 M:      trivial@kernel.org
2699 L:      linux-kernel@vger.kernel.org
2700 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2701 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2702 S:      Maintained
2703
2704 TMS380 TOKEN-RING NETWORK DRIVER
2705 P:      Adam Fritzler
2706 M:      mid@auk.cx
2707 L:      linux-tr@linuxtr.net
2708 W:      http://www.auk.cx/tms380tr/
2709 S:      Maintained
2710
2711 TULIP NETWORK DRIVER
2712 P:      Jeff Garzik
2713 M:      jgarzik@pobox.com
2714 L:      tulip-users@lists.sourceforge.net
2715 W:      http://sourceforge.net/projects/tulip/
2716 S:      Maintained
2717
2718 TUN/TAP driver
2719 P:      Maxim Krasnyansky
2720 M:      maxk@qualcomm.com
2721 L:      vtun@office.satix.net
2722 W:      http://vtun.sourceforge.net/tun
2723 S:      Maintained
2724
2725 U14-34F SCSI DRIVER
2726 P:      Dario Ballabio
2727 M:      ballabio_dario@emc.com
2728 L:      linux-scsi@vger.kernel.org
2729 S:      Maintained
2730
2731 UDF FILESYSTEM
2732 P:      Ben Fennema
2733 M:      bfennema@falcon.csc.calpoly.edu
2734 W:      http://linux-udf.sourceforge.net
2735 S:      Maintained
2736
2737 UNIFORM CDROM DRIVER
2738 P:      Jens Axboe
2739 M:      axboe@suse.de
2740 L:      linux-kernel@vger.kernel.org
2741 W:      http://www.kernel.dk
2742 S:      Maintained
2743
2744 USB ACM DRIVER
2745 P:      Oliver Neukum
2746 M:      oliver@neukum.name
2747 L:      linux-usb-users@lists.sourceforge.net
2748 L:      linux-usb-devel@lists.sourceforge.net
2749 S:      Maintained
2750
2751 USB BLOCK DRIVER (UB ub)
2752 P:      Pete Zaitcev
2753 M:      zaitcev@redhat.com
2754 L:      linux-kernel@vger.kernel.org
2755 L:      linux-usb-devel@lists.sourceforge.net
2756 S:      Supported
2757
2758 USB CDC ETHERNET DRIVER
2759 P:      Greg Kroah-Hartman
2760 M:      greg@kroah.com
2761 L:      linux-usb-users@lists.sourceforge.net
2762 L:      linux-usb-devel@lists.sourceforge.net
2763 S:      Maintained
2764 W:      http://www.kroah.com/linux-usb/
2765
2766 USB EHCI DRIVER
2767 P:      David Brownell
2768 M:      dbrownell@users.sourceforge.net
2769 L:      linux-usb-devel@lists.sourceforge.net
2770 S:      Maintained
2771
2772 USB ET61X[12]51 DRIVER
2773 P:      Luca Risolia
2774 M:      luca.risolia@studio.unibo.it
2775 L:      linux-usb-devel@lists.sourceforge.net
2776 L:      video4linux-list@redhat.com
2777 W:      http://www.linux-projects.org
2778 S:      Maintained
2779
2780 USB HID/HIDBP DRIVERS
2781 P:      Vojtech Pavlik
2782 M:      vojtech@suse.cz
2783 L:      linux-usb-users@lists.sourceforge.net
2784 L:      linux-usb-devel@lists.sourceforge.net
2785 S:      Maintained
2786
2787 USB HUB DRIVER
2788 P:      Johannes Erdfelt
2789 M:      johannes@erdfelt.com
2790 L:      linux-usb-users@lists.sourceforge.net
2791 L:      linux-usb-devel@lists.sourceforge.net
2792 S:      Maintained
2793
2794 USB ISP116X DRIVER
2795 P:      Olav Kongas
2796 M:      ok@artecdesign.ee
2797 L:      linux-usb-devel@lists.sourceforge.net
2798 S:      Maintained
2799
2800 USB KAWASAKI LSI DRIVER
2801 P:      Oliver Neukum
2802 M:      oliver@neukum.name
2803 L:      linux-usb-users@lists.sourceforge.net
2804 L:      linux-usb-devel@lists.sourceforge.net
2805 S:      Maintained
2806
2807 USB MASS STORAGE DRIVER
2808 P:      Matthew Dharm
2809 M:      mdharm-usb@one-eyed-alien.net
2810 L:      linux-usb-users@lists.sourceforge.net
2811 L:      usb-storage@lists.one-eyed-alien.net
2812 S:      Maintained
2813 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
2814
2815 USB OHCI DRIVER
2816 P:      Roman Weissgaerber
2817 M:      weissg@vienna.at
2818 L:      linux-usb-users@lists.sourceforge.net
2819 L:      linux-usb-devel@lists.sourceforge.net
2820 S:      Maintained
2821
2822 USB OPTION-CARD DRIVER
2823 P:      Matthias Urlichs
2824 M:      smurf@smurf.noris.de
2825 L:      linux-usb-devel@lists.sourceforge.net
2826 S:      Maintained
2827
2828 USB OV511 DRIVER
2829 P:      Mark McClelland
2830 M:      mmcclell@bigfoot.com
2831 L:      linux-usb-users@lists.sourceforge.net
2832 L:      linux-usb-devel@lists.sourceforge.net
2833 W:      http://alpha.dyndns.org/ov511/
2834 S:      Maintained
2835
2836 USB PEGASUS DRIVER
2837 P:      Petko Manolov
2838 M:      petkan@users.sourceforge.net
2839 L:      linux-usb-users@lists.sourceforge.net
2840 L:      linux-usb-devel@lists.sourceforge.net
2841 W:      http://pegasus2.sourceforge.net/
2842 S:      Maintained
2843
2844 USB PRINTER DRIVER
2845 P:      Vojtech Pavlik
2846 M:      vojtech@suse.cz
2847 L:      linux-usb-users@lists.sourceforge.net
2848 L:      linux-usb-devel@lists.sourceforge.net
2849 S:      Maintained
2850
2851 USB RTL8150 DRIVER
2852 P:      Petko Manolov
2853 M:      petkan@users.sourceforge.net
2854 L:      linux-usb-users@lists.sourceforge.net
2855 L:      linux-usb-devel@lists.sourceforge.net
2856 W:      http://pegasus2.sourceforge.net/
2857 S:      Maintained
2858
2859 USB SE401 DRIVER
2860 P:      Jeroen Vreeken
2861 M:      pe1rxq@amsat.org
2862 L:      linux-usb-users@lists.sourceforge.net
2863 L:      linux-usb-devel@lists.sourceforge.net
2864 W:      http://www.chello.nl/~j.vreeken/se401/
2865 S:      Maintained
2866
2867 USB SERIAL CYBERJACK DRIVER
2868 P:      Matthias Bruestle and Harald Welte
2869 M:      support@reiner-sct.com
2870 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
2871 S:      Maintained
2872
2873 USB SERIAL DIGI ACCELEPORT DRIVER
2874 P:      Peter Berger and Al Borchers
2875 M:      pberger@brimson.com
2876 M:      alborchers@steinerpoint.com
2877 L:      linux-usb-users@lists.sourceforge.net
2878 L:      linux-usb-devel@lists.sourceforge.net
2879 S:      Maintained
2880
2881 USB SERIAL DRIVER
2882 P:      Greg Kroah-Hartman
2883 M:      gregkh@suse.de
2884 L:      linux-usb-users@lists.sourceforge.net
2885 L:      linux-usb-devel@lists.sourceforge.net
2886 S:      Supported
2887
2888 USB SERIAL BELKIN F5U103 DRIVER
2889 P:      William Greathouse
2890 M:      wgreathouse@smva.com
2891 L:      linux-usb-users@lists.sourceforge.net
2892 L:      linux-usb-devel@lists.sourceforge.net
2893 S:      Maintained
2894
2895 USB SERIAL CYPRESS M8 DRIVER
2896 P:      Lonnie Mendez
2897 M:      dignome@gmail.com
2898 L:      linux-usb-users@lists.sourceforge.net
2899 L:      linux-usb-devel@lists.sourceforge.net
2900 S:      Maintained
2901 W:      http://geocities.com/i0xox0i
2902 W:      http://firstlight.net/cvs
2903
2904 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2905 L:      linux-usb-users@lists.sourceforge.net
2906 L:      linux-usb-devel@lists.sourceforge.net
2907 S:      Maintained
2908
2909 USB AUERSWALD DRIVER
2910 P:      Wolfgang Muees
2911 M:      wolfgang@iksw-muees.de
2912 L:      linux-usb-users@lists.sourceforge.net
2913 L:      linux-usb-devel@lists.sourceforge.net
2914 S:      Maintained
2915
2916 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2917 P:      Gary Brubaker
2918 M:      xavyer@ix.netcom.com
2919 L:      linux-usb-users@lists.sourceforge.net
2920 L:      linux-usb-devel@lists.sourceforge.net
2921 S:      Maintained
2922
2923 USB SERIAL KEYSPAN DRIVER
2924 P:      Greg Kroah-Hartman
2925 M:      greg@kroah.com
2926 L:      linux-usb-users@lists.sourceforge.net
2927 L:      linux-usb-devel@lists.sourceforge.net
2928 W:      http://www.kroah.com/linux/
2929 S:      Maintained
2930
2931 USB SERIAL WHITEHEAT DRIVER
2932 P:      Stuart MacDonald
2933 M:      stuartm@connecttech.com
2934 L:      linux-usb-users@lists.sourceforge.net
2935 L:      linux-usb-devel@lists.sourceforge.net
2936 W:      http://www.connecttech.com
2937 S:      Supported
2938
2939 USB SN9C10x DRIVER
2940 P:      Luca Risolia
2941 M:      luca.risolia@studio.unibo.it
2942 L:      linux-usb-devel@lists.sourceforge.net
2943 L:      video4linux-list@redhat.com
2944 W:      http://www.linux-projects.org
2945 S:      Maintained
2946
2947 USB SUBSYSTEM
2948 P:      Greg Kroah-Hartman
2949 M:      gregkh@suse.de
2950 L:      linux-usb-users@lists.sourceforge.net
2951 L:      linux-usb-devel@lists.sourceforge.net
2952 W:      http://www.linux-usb.org
2953 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2954 S:      Supported
2955
2956 USB UHCI DRIVER
2957 P:      Alan Stern
2958 M:      stern@rowland.harvard.edu
2959 L:      linux-usb-users@lists.sourceforge.net
2960 L:      linux-usb-devel@lists.sourceforge.net
2961 S:      Maintained
2962
2963 USB "USBNET" DRIVER
2964 P:      David Brownell
2965 M:      dbrownell@users.sourceforge.net
2966 L:      linux-usb-devel@lists.sourceforge.net
2967 S:      Maintained
2968
2969 USB W996[87]CF DRIVER
2970 P:      Luca Risolia
2971 M:      luca.risolia@studio.unibo.it
2972 L:      linux-usb-devel@lists.sourceforge.net
2973 L:      video4linux-list@redhat.com
2974 W:      http://www.linux-projects.org
2975 S:      Maintained
2976
2977 USB ZC0301 DRIVER
2978 P:      Luca Risolia
2979 M:      luca.risolia@studio.unibo.it
2980 L:      linux-usb-devel@lists.sourceforge.net
2981 L:      video4linux-list@redhat.com
2982 W:      http://www.linux-projects.org
2983 S:      Maintained
2984
2985 USB ZD1201 DRIVER
2986 P:      Jeroen Vreeken
2987 M:      pe1rxq@amsat.org
2988 L:      linux-usb-users@lists.sourceforge.net
2989 L:      linux-usb-devel@lists.sourceforge.net
2990 W:      http://linux-lc100020.sourceforge.net
2991 S:      Maintained
2992
2993 USER-MODE LINUX
2994 P:      Jeff Dike
2995 M:      jdike@karaya.com
2996 L:      user-mode-linux-devel@lists.sourceforge.net
2997 L:      user-mode-linux-user@lists.sourceforge.net
2998 W:      http://user-mode-linux.sourceforge.net
2999 S:      Maintained
3000         
3001 FAT/VFAT/MSDOS FILESYSTEM:
3002 P:      OGAWA Hirofumi
3003 M:      hirofumi@mail.parknet.co.jp
3004 L:      linux-kernel@vger.kernel.org
3005 S:      Maintained
3006
3007 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3008 P:      Jeff Garzik
3009 S:      Odd fixes
3010
3011 VIA RHINE NETWORK DRIVER
3012 P:      Roger Luethi
3013 M:      rl@hellgate.ch
3014 S:      Maintained
3015
3016 VIAPRO SMBUS DRIVER
3017 P:      Jean Delvare
3018 M:      khali@linux-fr.org
3019 L:      lm-sensors@lm-sensors.org
3020 S:      Maintained
3021
3022 UCLINUX (AND M68KNOMMU)
3023 P:      Greg Ungerer
3024 M:      gerg@uclinux.org
3025 W:      http://www.uclinux.org/
3026 L:      uclinux-dev@uclinux.org  (subscribers-only)
3027 S:      Maintained
3028
3029 UCLINUX FOR NEC V850
3030 P:      Miles Bader
3031 M:      uclinux-v850@lsi.nec.co.jp
3032 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3033 W:      http://www.ee.nec.de/uclinux/
3034 S:      Supported
3035
3036 UCLINUX FOR RENESAS H8/300
3037 P:      Yoshinori Sato
3038 M:      ysato@users.sourceforge.jp
3039 W:      http://uclinux-h8.sourceforge.jp/
3040 S:      Supported
3041
3042 USB DIAMOND RIO500 DRIVER
3043 P:      Cesar Miquel
3044 M:      miquel@df.uba.ar
3045 L:      rio500-users@lists.sourceforge.net
3046 W:      http://rio500.sourceforge.net
3047 S:      Maintained
3048
3049 VIDEO FOR LINUX
3050 P:      Mauro Carvalho Chehab
3051 M:      mchehab@infradead.org
3052 M:      v4l-dvb-maintainer@linuxtv.org
3053 L:      video4linux-list@redhat.com
3054 W:      http://linuxtv.org
3055 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3056 S:      Maintained
3057
3058 VT8231 HARDWARE MONITOR DRIVER
3059 P:      Roger Lucas
3060 M:      roger@planbit.co.uk
3061 L:      lm-sensors@lm-sensors.org
3062 S:      Maintained
3063
3064 W1 DALLAS'S 1-WIRE BUS
3065 P:      Evgeniy Polyakov
3066 M:      johnpol@2ka.mipt.ru
3067 L:      lm-sensors@lm-sensors.org
3068 S:      Maintained
3069
3070 W83L51xD SD/MMC CARD INTERFACE DRIVER
3071 P:      Pierre Ossman
3072 M:      drzeus-wbsd@drzeus.cx
3073 L:      wbsd-devel@list.drzeus.cx
3074 W:      http://projects.drzeus.cx/wbsd
3075 S:      Maintained
3076
3077 W83L785TS HARDWARE MONITOR DRIVER
3078 P:      Jean Delvare
3079 M:      khali@linux-fr.org
3080 L:      lm-sensors@lm-sensors.org
3081 S:      Odd Fixes
3082
3083 WATCHDOG DEVICE DRIVERS
3084 P:      Wim Van Sebroeck
3085 M:      wim@iguana.be
3086 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3087 S:      Maintained
3088
3089 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3090 P:      Jean Tourrilhes
3091 M:      jt@hpl.hp.com
3092 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3093 S:      Maintained
3094
3095 WD7000 SCSI DRIVER
3096 P:      Miroslav Zagorac
3097 M:      zaga@fly.cc.fer.hr
3098 L:      linux-scsi@vger.kernel.org
3099 S:      Maintained
3100
3101 WISTRON LAPTOP BUTTON DRIVER
3102 P:      Miloslav Trmac
3103 M:      mitr@volny.cz
3104 S:      Maintained
3105
3106 WL3501 WIRELESS PCMCIA CARD DRIVER
3107 P:      Arnaldo Carvalho de Melo
3108 M:      acme@conectiva.com.br
3109 W:      http://advogato.org/person/acme
3110 S:      Maintained
3111
3112 X.25 NETWORK LAYER
3113 P:      Henner Eisen
3114 M:      eis@baty.hanse.de
3115 L:      linux-x25@vger.kernel.org
3116 S:      Maintained
3117
3118 XFS FILESYSTEM
3119 P:      Silicon Graphics Inc
3120 M:      xfs-masters@oss.sgi.com
3121 M:      nathans@sgi.com
3122 L:      linux-xfs@oss.sgi.com
3123 W:      http://oss.sgi.com/projects/xfs
3124 S:      Supported
3125
3126 X86 3-LEVEL PAGING (PAE) SUPPORT
3127 P:      Ingo Molnar
3128 M:      mingo@redhat.com
3129 S:      Maintained
3130
3131 X86-64 port
3132 P:      Andi Kleen
3133 M:      ak@suse.de
3134 L:      discuss@x86-64.org
3135 W:      http://www.x86-64.org
3136 S:      Maintained
3137
3138 YAM DRIVER FOR AX.25
3139 P:      Jean-Paul Roubelat
3140 M:      jpr@f6fbb.org
3141 L:      linux-hams@vger.kernel.org
3142 S:      Maintained
3143
3144 YEALINK PHONE DRIVER
3145 P:      Henk Vergonet
3146 M:      Henk.Vergonet@gmail.com
3147 L:      usbb2k-api-dev@nongnu.org
3148 S:      Maintained
3149
3150 YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3151 P:      Pete Zaitcev
3152 M:      zaitcev@yahoo.com
3153 L:      linux-kernel@vger.kernel.org
3154 S:      Obsolete
3155
3156 Z8530 DRIVER FOR AX.25
3157 P:      Joerg Reuter
3158 M:      jreuter@yaina.de
3159 W:      http://yaina.de/jreuter/
3160 W:      http://www.qsl.net/dl1bke/
3161 L:      linux-hams@vger.kernel.org
3162 S:      Maintained
3163
3164 ZF MACHZ WATCHDOG
3165 P:      Fernando Fuganti
3166 M:      fuganti@netbank.com.br
3167 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3168 S:      Maintained
3169
3170 ZR36067 VIDEO FOR LINUX DRIVER
3171 P:      Ronald Bultje
3172 M:      rbultje@ronald.bitfreak.net
3173 L:      mjpeg-users@lists.sourceforge.net
3174 W:      http://mjpeg.sourceforge.net/driver-zoran/
3175 S:      Maintained
3176
3177 ZR36120 VIDEO FOR LINUX DRIVER
3178 P:      Pauline Middelink
3179 M:      middelin@polyware.nl
3180 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3181 W:      http://www.polyware.nl/~middelin/hobbies.html
3182 S:      Maintained
3183
3184 THE REST
3185 P:      Linus Torvalds
3186 S:      Buried alive in reporters