Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[pandora-kernel.git] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time. 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:      Samuel Ortiz
1484 M:      samuel@sortiz.org
1485 L:      irda-users@lists.sourceforge.net (subscribers-only)
1486 W:      http://irda.sourceforge.net/
1487 S:      Maintained
1488
1489 ISAPNP
1490 P:      Jaroslav Kysela
1491 M:      perex@suse.cz
1492 S:      Maintained
1493
1494 ISDN SUBSYSTEM
1495 P:      Karsten Keil
1496 M:      kkeil@suse.de
1497 P:      Kai Germaschewski
1498 M:      kai.germaschewski@gmx.de
1499 L:      isdn4linux@listserv.isdn4linux.de
1500 W:      http://www.isdn4linux.de
1501 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1502 S:      Maintained
1503
1504 ISDN SUBSYSTEM (Eicon active card driver)
1505 P:      Armin Schindler
1506 M:      mac@melware.de
1507 L:      isdn4linux@listserv.isdn4linux.de
1508 W:      http://www.melware.de
1509 S:      Maintained
1510
1511 JOURNALLING FLASH FILE SYSTEM (JFFS)
1512 P:      Axis Communications AB
1513 M:      jffs-dev@axis.com
1514 L:      jffs-dev@axis.com
1515 W:      http://www.developer.axis.com/software/jffs/
1516 S:      Maintained
1517
1518 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1519 P:      David Woodhouse
1520 M:      dwmw2@infradead.org
1521 L:      jffs-dev@axis.com
1522 W:      http://sources.redhat.com/jffs2/
1523 S:      Maintained
1524
1525 JFS FILESYSTEM
1526 P:      Dave Kleikamp
1527 M:      shaggy@austin.ibm.com
1528 L:      jfs-discussion@lists.sourceforge.net
1529 W:      http://jfs.sourceforge.net/
1530 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1531 S:      Supported
1532
1533 KCONFIG
1534 P:      Roman Zippel
1535 M:      zippel@linux-m68k.org
1536 L:      kbuild-devel@lists.sourceforge.net
1537 S:      Maintained
1538
1539 KERNEL AUTOMOUNTER (AUTOFS)
1540 P:      H. Peter Anvin
1541 M:      hpa@zytor.com
1542 L:      autofs@linux.kernel.org
1543 S:      Odd Fixes
1544
1545 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1546 P:      Ian Kent
1547 M:      raven@themaw.net
1548 L:      autofs@linux.kernel.org
1549 S:      Maintained
1550
1551 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1552 P:      Kai Germaschewski
1553 M:      kai@germaschewski.name
1554 P:      Sam Ravnborg
1555 M:      sam@ravnborg.org
1556 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1557 S:      Maintained 
1558
1559 KERNEL JANITORS
1560 P:      Several
1561 L:      kernel-janitors@osdl.org
1562 W:      http://www.kerneljanitors.org/
1563 W:      http://sf.net/projects/kernel-janitor/
1564 S:      Maintained
1565
1566 KERNEL NFSD
1567 P:      Neil Brown
1568 M:      neilb@cse.unsw.edu.au
1569 L:      nfs@lists.sourceforge.net
1570 W:      http://nfs.sourceforge.net/
1571 W:      http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1572 S:      Maintained
1573
1574 KEXEC
1575 P:      Eric Biederman
1576 M:      ebiederm@xmission.com
1577 W:      http://www.xmission.com/~ebiederm/files/kexec/
1578 L:      linux-kernel@vger.kernel.org
1579 L:      fastboot@osdl.org
1580 S:      Maintained
1581
1582 KPROBES
1583 P:      Prasanna S Panchamukhi
1584 M:      prasanna@in.ibm.com
1585 P:      Ananth N Mavinakayanahalli
1586 M:      ananth@in.ibm.com
1587 P:      Anil S Keshavamurthy
1588 M:      anil.s.keshavamurthy@intel.com
1589 P:      David S. Miller
1590 M:      davem@davemloft.net
1591 L:      linux-kernel@vger.kernel.org
1592 S:      Maintained
1593
1594 LAPB module
1595 P:      Henner Eisen
1596 M:      eis@baty.hanse.de
1597 L:      linux-x25@vger.kernel.org
1598 S:      Maintained
1599
1600 LASI 53c700 driver for PARISC
1601 P:      James E.J. Bottomley
1602 M:      James.Bottomley@HansenPartnership.com
1603 L:      linux-scsi@vger.kernel.org
1604 S:      Maintained
1605
1606 LED SUBSYSTEM
1607 P:      Richard Purdie
1608 M:      rpurdie@rpsys.net
1609 S:      Maintained
1610
1611 LEGO USB Tower driver
1612 P:      Juergen Stuber
1613 M:      starblue@users.sourceforge.net
1614 L:      legousb-devel@lists.sourceforge.net
1615 W:      http://legousb.sourceforge.net/
1616 S:      Maintained
1617
1618 LINUX FOR IBM pSERIES (RS/6000)
1619 P:      Paul Mackerras
1620 M:      paulus@au.ibm.com
1621 W:      http://www.ibm.com/linux/ltc/projects/ppc
1622 S:      Supported
1623
1624 LINUX FOR NCR VOYAGER
1625 P:      James Bottomley
1626 M:      James.Bottomley@HansenPartnership.com
1627 W:      http://www.hansenpartnership.com/voyager
1628 S:      Maintained
1629
1630 LINUX FOR POWERPC
1631 P:      Paul Mackerras
1632 M:      paulus@samba.org
1633 W:      http://www.penguinppc.org/
1634 L:      linuxppc-dev@ozlabs.org
1635 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1636 S:      Supported
1637
1638 LINUX FOR POWER MACINTOSH
1639 P:      Benjamin Herrenschmidt
1640 M:      benh@kernel.crashing.org
1641 W:      http://www.penguinppc.org/
1642 L:      linuxppc-dev@ozlabs.org
1643 S:      Maintained
1644
1645 LINUX FOR POWERPC EMBEDDED MPC52XX
1646 P:      Sylvain Munaut
1647 M:      tnt@246tNt.com
1648 W:      http://www.246tNt.com/mpc52xx/
1649 W:      http://www.penguinppc.org/
1650 L:      linuxppc-dev@ozlabs.org
1651 L:      linuxppc-embedded@ozlabs.org
1652 S:      Maintained
1653
1654 LINUX FOR POWERPC EMBEDDED PPC4XX
1655 P:      Matt Porter
1656 M:      mporter@kernel.crashing.org
1657 W:      http://www.penguinppc.org/
1658 L:      linuxppc-embedded@ozlabs.org
1659 S:      Maintained
1660
1661 LINUX FOR POWERPC BOOT CODE
1662 P:      Tom Rini
1663 M:      trini@kernel.crashing.org
1664 W:      http://www.penguinppc.org/
1665 L:      linuxppc-embedded@ozlabs.org
1666 S:      Maintained
1667
1668 LINUX FOR POWERPC EMBEDDED PPC8XX
1669 P:      Marcelo Tosatti
1670 M:      marcelo@kvack.org
1671 W:      http://www.penguinppc.org/
1672 L:      linuxppc-embedded@ozlabs.org
1673 S:      Maintained
1674
1675 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1676 P:     Kumar Gala
1677 M:     galak@kernel.crashing.org
1678 W:     http://www.penguinppc.org/
1679 L:     linuxppc-embedded@ozlabs.org
1680 S:     Maintained
1681
1682 LLC (802.2)
1683 P:      Arnaldo Carvalho de Melo
1684 M:      acme@conectiva.com.br
1685 S:      Maintained
1686
1687 LINUX FOR 64BIT POWERPC
1688 P:      Paul Mackerras
1689 M:      paulus@samba.org
1690 M:      paulus@au.ibm.com
1691 P:      Anton Blanchard
1692 M:      anton@samba.org
1693 M:      anton@au.ibm.com
1694 W:      http://linuxppc64.org
1695 L:      linuxppc-dev@ozlabs.org
1696 S:      Supported
1697
1698 LINUX SECURITY MODULE (LSM) FRAMEWORK
1699 P:      Chris Wright
1700 M:      chrisw@sous-sol.org
1701 L:      linux-security-module@vger.kernel.org
1702 W:      http://lsm.immunix.org
1703 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1704 S:      Supported
1705
1706 LM83 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 LM90 HARDWARE MONITOR DRIVER
1713 P:      Jean Delvare
1714 M:      khali@linux-fr.org
1715 L:      lm-sensors@lm-sensors.org
1716 S:      Maintained
1717
1718 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1719 P:      Richard Russon (FlatCap)
1720 M:      ldm@flatcap.org
1721 L:      ldm-devel@lists.sourceforge.net 
1722 W:      http://ldm.sourceforge.net
1723 S:      Maintained
1724
1725 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1726 P:      Eric Moore
1727 M:      Eric.Moore@lsil.com
1728 M:      support@lsil.com
1729 L:      mpt_linux_developer@lsil.com
1730 L:      linux-scsi@vger.kernel.org
1731 W:      http://www.lsilogic.com/support
1732 S:      Supported
1733
1734 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1735 P:      Matthew Wilcox
1736 M:      matthew@wil.cx
1737 L:      linux-scsi@vger.kernel.org
1738 S:      Maintained
1739
1740 M68K ARCHITECTURE
1741 P:      Geert Uytterhoeven
1742 M:      geert@linux-m68k.org
1743 P:      Roman Zippel
1744 M:      zippel@linux-m68k.org
1745 L:      linux-m68k@lists.linux-m68k.org
1746 W:      http://www.linux-m68k.org/
1747 W:      http://linux-m68k-cvs.ubb.ca/
1748 S:      Maintained
1749
1750 M68K ON APPLE MACINTOSH
1751 P:      Joshua Thompson
1752 M:      funaho@jurai.org
1753 W:      http://www.mac.linux-m68k.org/
1754 L:      linux-mac68k@mac.linux-m68k.org
1755 S:      Maintained
1756
1757 M68K ON HP9000/300
1758 P:      Philip Blundell
1759 M:      philb@gnu.org
1760 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
1761 S:      Maintained
1762
1763 MARVELL YUKON / SYSKONNECT DRIVER
1764 P:      Mirko Lindner
1765 M:      mlindner@syskonnect.de
1766 P:      Ralph Roesler
1767 M:      rroesler@syskonnect.de
1768 W:      http://www.syskonnect.com
1769 S:      Supported
1770
1771 MAESTRO PCI SOUND DRIVERS
1772 P:      Zach Brown
1773 M:      zab@zabbo.net
1774 S:      Odd Fixes
1775
1776 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1777 P: Michael Kerrisk
1778 M: mtk-manpages@gmx.net
1779 W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1780 S: Maintained
1781
1782 MARVELL MV643XX ETHERNET DRIVER
1783 P:      Dale Farnsworth
1784 M:      dale@farnsworth.org
1785 P:      Manish Lachwani
1786 M:      mlachwani@mvista.com
1787 L:      netdev@vger.kernel.org
1788 S:      Odd Fixes for 2.4; Maintained for 2.6.
1789
1790 MATROX FRAMEBUFFER DRIVER
1791 P:      Petr Vandrovec
1792 M:      vandrove@vc.cvut.cz
1793 L:      linux-fbdev-devel@lists.sourceforge.net
1794 S:      Maintained
1795
1796 MEGARAID SCSI DRIVERS
1797 P:     Neela Syam Kolli
1798 M:     Neela.Kolli@engenio.com
1799 S:     linux-scsi@vger.kernel.org
1800 W:     http://megaraid.lsilogic.com
1801 S:     Maintained
1802
1803 MEMORY TECHNOLOGY DEVICES (MTD)
1804 P:      David Woodhouse
1805 M:      dwmw2@infradead.org
1806 W:      http://www.linux-mtd.infradead.org/
1807 L:      linux-mtd@lists.infradead.org
1808 T:      git git://git.infradead.org/mtd-2.6.git
1809 S:      Maintained
1810
1811 MICROTEK X6 SCANNER
1812 P:      Oliver Neukum
1813 M:      oliver@neukum.name
1814 S:      Maintained
1815
1816 MIPS
1817 P:      Ralf Baechle
1818 M:      ralf@linux-mips.org
1819 W:      http://www.linux-mips.org/
1820 L:      linux-mips@linux-mips.org
1821 T:      git www.linux-mips.org:/pub/scm/linux.git
1822 S:      Supported
1823
1824 MISCELLANEOUS MCA-SUPPORT
1825 P:      James Bottomley
1826 M:      jejb@steeleye.com
1827 L:      linux-kernel@vger.kernel.org
1828 S:      Maintained
1829
1830 MODULE SUPPORT
1831 P:      Rusty Russell
1832 M:      rusty@rustcorp.com.au
1833 L:      linux-kernel@vger.kernel.org
1834 S:      Maintained
1835
1836 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1837 P:      Stelian Pop
1838 M:      stelian@popies.net
1839 W:      http://popies.net/meye/
1840 S:      Maintained
1841
1842 MOUSE AND MISC DEVICES [GENERAL]
1843 P:      Alessandro Rubini
1844 M:      rubini@ipvvis.unipv.it
1845 L:      linux-kernel@vger.kernel.org
1846 S:      Maintained
1847
1848 MTRR AND SIMILAR SUPPORT [i386]
1849 P:      Richard Gooch
1850 M:      rgooch@atnf.csiro.au
1851 L:      linux-kernel@vger.kernel.org
1852 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1853 S:      Maintained
1854
1855 MULTISOUND SOUND DRIVER
1856 P:      Andrew Veliath
1857 M:      andrewtv@usa.net
1858 S:      Maintained
1859
1860 NATSEMI ETHERNET DRIVER (DP8381x)
1861 P:      Tim Hockin
1862 M:      thockin@hockin.org
1863 S:      Maintained
1864
1865 NCP FILESYSTEM
1866 P:      Petr Vandrovec
1867 M:      vandrove@vc.cvut.cz
1868 L:      linware@sh.cvut.cz
1869 S:      Maintained
1870
1871 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1872 P:      James E.J. Bottomley
1873 M:      James.Bottomley@HansenPartnership.com
1874 L:      linux-scsi@vger.kernel.org
1875 S:      Maintained
1876
1877 NETFILTER/IPTABLES/IPCHAINS
1878 P:      Rusty Russell
1879 P:      Marc Boucher
1880 P:      James Morris
1881 P:      Harald Welte
1882 P:      Jozsef Kadlecsik
1883 M:      coreteam@netfilter.org
1884 W:      http://www.netfilter.org/
1885 W:      http://www.iptables.org/
1886 L:      netfilter@lists.netfilter.org
1887 L:      netfilter-devel@lists.netfilter.org
1888 S:      Supported
1889
1890 NETROM NETWORK LAYER
1891 P:      Ralf Baechle
1892 M:      ralf@linux-mips.org
1893 L:      linux-hams@vger.kernel.org
1894 W:      http://www.linux-ax25.org/
1895 S:      Maintained
1896
1897 NETWORK BLOCK DEVICE
1898 P:      Paul Clements
1899 M:      Paul.Clements@steeleye.com
1900 S:      Maintained
1901
1902 NETWORK DEVICE DRIVERS
1903 P:      Andrew Morton
1904 M:      akpm@osdl.org
1905 P:      Jeff Garzik
1906 M:      jgarzik@pobox.com
1907 L:      netdev@vger.kernel.org
1908 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1909 S:      Maintained
1910
1911 NETWORKING [GENERAL]
1912 P:      Networking Team
1913 M:      netdev@vger.kernel.org
1914 L:      netdev@vger.kernel.org
1915 W:      http://linux-net.osdl.org/
1916 S:      Maintained
1917
1918 NETWORKING [IPv4/IPv6]
1919 P:      David S. Miller
1920 M:      davem@davemloft.net
1921 P:      Alexey Kuznetsov
1922 M:      kuznet@ms2.inr.ac.ru
1923 P:      Pekka Savola (ipv6)
1924 M:      pekkas@netcore.fi
1925 P:      James Morris
1926 M:      jmorris@namei.org
1927 P:      Hideaki YOSHIFUJI
1928 M:      yoshfuji@linux-ipv6.org
1929 P:      Patrick McHardy
1930 M:      kaber@coreworks.de
1931 L:      netdev@vger.kernel.org
1932 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
1933 S:      Maintained
1934
1935 NETWORKING [WIRELESS]
1936 P:      John W. Linville
1937 M:      linville@tuxdriver.com
1938 L:      netdev@vger.kernel.org
1939 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1940 S:      Maintained
1941
1942 IPVS
1943 P:      Wensong Zhang
1944 M:      wensong@linux-vs.org
1945 P:      Simon Horman
1946 M:      horms@verge.net.au
1947 P:      Julian Anastasov
1948 M:      ja@ssi.bg
1949 L:      netdev@vger.kernel.org
1950 S:      Maintained
1951
1952 NFS CLIENT
1953 P:      Trond Myklebust
1954 M:      trond.myklebust@fys.uio.no
1955 L:      linux-kernel@vger.kernel.org
1956 S:      Maintained
1957
1958 NI5010 NETWORK DRIVER
1959 P:      Jan-Pascal van Best and Andreas Mohr
1960 M:      Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1961 M:      Andreas Mohr <100.30936@germany.net>
1962 L:      netdev@vger.kernel.org
1963 S:      Maintained
1964
1965 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1966 P:      YOKOTA Hiroshi
1967 M:      yokota@netlab.is.tsukuba.ac.jp
1968 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1969 S:      Maintained
1970
1971 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1972 P:      GOTO Masanori
1973 M:      gotom@debian.or.jp
1974 P:      YOKOTA Hiroshi
1975 M:      yokota@netlab.is.tsukuba.ac.jp
1976 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1977 S:      Maintained
1978
1979 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1980 P:      Eberhard Moenkeberg
1981 M:      emoenke@gwdg.de
1982 L:      linux-kernel@vger.kernel.org
1983 S:      Maintained
1984
1985 NTFS FILESYSTEM
1986 P:      Anton Altaparmakov
1987 M:      aia21@cantab.net
1988 L:      linux-ntfs-dev@lists.sourceforge.net
1989 L:      linux-kernel@vger.kernel.org
1990 W:      http://linux-ntfs.sf.net/
1991 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
1992 S:      Maintained
1993
1994 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1995 P:      Antonino Daplas
1996 M:      adaplas@pol.net
1997 L:      linux-fbdev-devel@lists.sourceforge.net
1998 S:      Maintained
1999
2000 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2001 P:      Mark Fasheh
2002 M:      mark.fasheh@oracle.com
2003 P:      Kurt Hackel
2004 M:      kurt.hackel@oracle.com
2005 L:      ocfs2-devel@oss.oracle.com
2006 W:      http://oss.oracle.com/projects/ocfs2/
2007 S:      Supported       
2008
2009 OLYMPIC NETWORK DRIVER
2010 P:      Peter De Shrijver
2011 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2012 P:      Mike Phillips
2013 M:      mikep@linuxtr.net 
2014 L:      netdev@vger.kernel.org
2015 L:      linux-tr@linuxtr.net
2016 W:      http://www.linuxtr.net
2017 S:      Maintained
2018
2019 OMNIKEY CARDMAN 4000 DRIVER
2020 P:      Harald Welte
2021 M:      laforge@gnumonks.org
2022 S:      Maintained
2023
2024 OMNIKEY CARDMAN 4040 DRIVER
2025 P:      Harald Welte
2026 M:      laforge@gnumonks.org
2027 S:      Maintained
2028
2029 ONSTREAM SCSI TAPE DRIVER
2030 P:      Willem Riede
2031 M:      osst@riede.org
2032 L:      osst-users@lists.sourceforge.net
2033 L:      linux-scsi@vger.kernel.org
2034 S:      Maintained
2035
2036 OPL3-SA2, SA3, and SAx DRIVER
2037 P:      Zwane Mwaikambo
2038 M:      zwane@arm.linux.org.uk
2039 L:      linux-sound@vger.kernel.org
2040 S:      Maintained
2041
2042 OPROFILE
2043 P:      Philippe Elie
2044 M:      phil.el@wanadoo.fr
2045 L:      oprofile-list@lists.sf.net
2046 S:      Maintained
2047
2048 ORINOCO DRIVER
2049 P:      Pavel Roskin
2050 M:      proski@gnu.org
2051 P:      David Gibson
2052 M:      hermes@gibson.dropbear.id.au
2053 L:      orinoco-users@lists.sourceforge.net
2054 L:      orinoco-devel@lists.sourceforge.net
2055 W:      http://www.nongnu.org/orinoco/
2056 S:      Maintained
2057
2058 PARALLEL PORT SUPPORT
2059 P:      Phil Blundell
2060 M:      philb@gnu.org
2061 P:      Tim Waugh
2062 M:      tim@cyberelk.net
2063 P:      David Campbell
2064 P:      Andrea Arcangeli
2065 M:      andrea@suse.de
2066 L:      linux-parport@lists.infradead.org
2067 W:      http://people.redhat.com/twaugh/parport/
2068 S:      Maintained
2069
2070 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2071 P:      Tim Waugh
2072 M:      tim@cyberelk.net
2073 L:      linux-parport@lists.infradead.org
2074 W:      http://www.torque.net/linux-pp.html
2075 S:      Maintained
2076
2077 PARISC ARCHITECTURE
2078 P:      Matthew Wilcox
2079 M:      matthew@wil.cx
2080 P:      Grant Grundler
2081 M:      grundler@parisc-linux.org
2082 P:      Kyle McMartin
2083 M:      kyle@parisc-linux.org
2084 L:      parisc-linux@parisc-linux.org
2085 W:      http://www.parisc-linux.org/
2086 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2087 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2088 S:      Maintained
2089
2090 PCI ERROR RECOVERY
2091 P:      Linas Vepstas
2092 M:      linas@austin.ibm.com
2093 L:      linux-kernel@vger.kernel.org
2094 L:      linux-pci@atrey.karlin.mff.cuni.cz
2095 S:      Supported
2096
2097 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2098 P:      Thomas Sailer
2099 M:      sailer@ife.ee.ethz.ch
2100 L:      linux-sound@vger.kernel.org
2101 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2102 S:      Maintained
2103
2104 PCI SUBSYSTEM
2105 P:      Greg Kroah-Hartman
2106 M:      gregkh@suse.de
2107 L:      linux-kernel@vger.kernel.org
2108 L:      linux-pci@atrey.karlin.mff.cuni.cz
2109 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2110 S:      Supported
2111
2112 PCI HOTPLUG CORE
2113 P:      Greg Kroah-Hartman
2114 M:      gregkh@suse.de
2115 S:      Supported
2116
2117 PCI HOTPLUG COMPAQ DRIVER
2118 P:      Greg Kroah-Hartman
2119 M:      greg@kroah.com
2120 S:      Maintained
2121
2122 PCIE HOTPLUG DRIVER
2123 P:      Kristen Carlson Accardi
2124 M:      kristen.c.accardi@intel.com
2125 L:      pcihpd-discuss@lists.sourceforge.net
2126 S:      Maintained
2127
2128 PCMCIA SUBSYSTEM
2129 P:      Linux PCMCIA Team
2130 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2131 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2132 S:      Maintained
2133
2134 PCNET32 NETWORK DRIVER
2135 P:      Thomas Bogendörfer
2136 M:      tsbogend@alpha.franken.de
2137 L:      netdev@vger.kernel.org
2138 S:      Maintained
2139
2140 PERSONALITY HANDLING
2141 P:      Christoph Hellwig
2142 M:      hch@infradead.org
2143 L:      linux-abi-devel@lists.sourceforge.net
2144 S:      Maintained
2145
2146 PHRAM MTD DRIVER
2147 P:      Jörn Engel
2148 M:      joern@wh.fh-wedel.de
2149 L:      linux-mtd@lists.infradead.org
2150 S:      Maintained
2151
2152 PKTCDVD DRIVER
2153 P:      Peter Osterlund
2154 M:      petero2@telia.com
2155 L:      linux-kernel@vger.kernel.org
2156 S:      Maintained
2157
2158 POSIX CLOCKS and TIMERS
2159 P:      George Anzinger
2160 M:      george@mvista.com
2161 L:      linux-kernel@vger.kernel.org
2162 S:      Supported
2163
2164 POWERPC 4xx EMAC DRIVER
2165 P:      Eugene Surovegin
2166 M:      ebs@ebshome.net
2167 W:      http://kernel.ebshome.net/emac/
2168 L:      linuxppc-embedded@ozlabs.org
2169 L:      netdev@vger.kernel.org
2170 S:      Maintained
2171
2172 PNP SUPPORT
2173 P:      Adam Belay
2174 M:      ambx1@neo.rr.com
2175 S:      Maintained
2176
2177 PPP PROTOCOL DRIVERS AND COMPRESSORS
2178 P:      Paul Mackerras
2179 M:      paulus@samba.org
2180 L:      linux-ppp@vger.kernel.org
2181 S:      Maintained
2182
2183 PPP OVER ATM (RFC 2364)
2184 P:      Mitchell Blank Jr
2185 M:      mitch@sfgoth.com
2186 S:      Maintained
2187
2188 PPP OVER ETHERNET
2189 P:      Michal Ostrowski
2190 M:      mostrows@speakeasy.net
2191 S:      Maintained
2192
2193 PREEMPTIBLE KERNEL
2194 P:      Robert Love
2195 M:      rml@tech9.net
2196 L:      linux-kernel@vger.kernel.org
2197 L:      kpreempt-tech@lists.sourceforge.net
2198 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2199 S:      Supported
2200
2201 PRISM54 WIRELESS DRIVER
2202 P:      Prism54 Development Team
2203 M:      prism54-private@prism54.org
2204 L:      netdev@vger.kernel.org
2205 W:      http://prism54.org
2206 S:      Maintained
2207
2208 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2209 P:      Peter Denison
2210 M:      promise@pnd-pc.demon.co.uk
2211 W:      http://www.pnd-pc.demon.co.uk/promise/
2212 S:      Maintained
2213
2214 PXA2xx SUPPORT
2215 P:      Nicolas Pitre
2216 M:      nico@cam.org
2217 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2218 S:      Maintained
2219
2220 QLOGIC QLA2XXX FC-SCSI DRIVER
2221 P:      Andrew Vasquez
2222 M:      linux-driver@qlogic.com
2223 L:      linux-scsi@vger.kernel.org
2224 S:      Supported
2225
2226 QNX4 FILESYSTEM
2227 P:      Anders Larsen
2228 M:      al@alarsen.net
2229 L:      linux-kernel@vger.kernel.org
2230 W:      http://www.alarsen.net/linux/qnx4fs/
2231 S:      Maintained
2232
2233 RADEON FRAMEBUFFER DISPLAY DRIVER
2234 P:      Benjamin Herrenschmidt
2235 M:      benh@kernel.crashing.org
2236 L:      linux-fbdev-devel@lists.sourceforge.net
2237 S:      Maintained
2238
2239 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2240 P:      Paul Mackerras
2241 M:      paulus@samba.org
2242 L:      linux-fbdev-devel@lists.sourceforge.net
2243 S:      Maintained
2244
2245 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2246 P:      Corey Thomas
2247 M:      corey@world.std.com
2248 L:      linux-kernel@vger.kernel.org
2249 S:      Maintained
2250
2251 RANDOM NUMBER DRIVER
2252 P:      Matt Mackall
2253 M:      mpm@selenic.com
2254 S:      Maintained
2255
2256 RAPIDIO SUBSYSTEM
2257 P:      Matt Porter
2258 M:      mporter@kernel.crashing.org
2259 L:      linux-kernel@vger.kernel.org
2260 S:      Maintained
2261
2262 REAL TIME CLOCK DRIVER
2263 P:      Paul Gortmaker
2264 M:      p_gortmaker@yahoo.com
2265 L:      linux-kernel@vger.kernel.org
2266 S:      Maintained
2267
2268 REAL TIME CLOCK (RTC) SUBSYSTEM
2269 P:      Alessandro Zummo
2270 M:      a.zummo@towertech.it
2271 L:      linux-kernel@vger.kernel.org
2272 S:      Maintained
2273
2274 REISERFS FILE SYSTEM
2275 P:      Hans Reiser
2276 M:      reiserfs-dev@namesys.com
2277 L:      reiserfs-list@namesys.com
2278 W:      http://www.namesys.com
2279 S:      Supported
2280
2281 ROCKETPORT DRIVER
2282 P:      Comtrol Corp.
2283 W:      http://www.comtrol.com
2284 S:      Maintained
2285
2286 ROSE NETWORK LAYER
2287 P:      Ralf Baechle
2288 M:      ralf@linux-mips.org
2289 L:      linux-hams@vger.kernel.org
2290 W:      http://www.linux-ax25.org/
2291 S:      Maintained
2292
2293 RISCOM8 DRIVER
2294 S:      Orphan
2295
2296 S3 SAVAGE FRAMEBUFFER DRIVER
2297 P:      Antonino Daplas
2298 M:      adaplas@pol.net
2299 L:      linux-fbdev-devel@lists.sourceforge.net
2300 S:      Maintained
2301
2302 S390
2303 P:      Martin Schwidefsky
2304 M:      schwidefsky@de.ibm.com
2305 M:      linux390@de.ibm.com
2306 L:      linux-390@vm.marist.edu
2307 W:      http://www.ibm.com/developerworks/linux/linux390/
2308 S:      Supported
2309
2310 S390 NETWORK DRIVERS
2311 P:      Frank Pavlic
2312 M:      fpavlic@de.ibm.com
2313 M:      linux390@de.ibm.com
2314 L:      linux-390@vm.marist.edu
2315 W:      http://www.ibm.com/developerworks/linux/linux390/
2316 S:      Supported
2317
2318 S390 ZFCP DRIVER
2319 P:      Andreas Herrmann
2320 M:      aherrman@de.ibm.com
2321 M:      linux390@de.ibm.com
2322 L:      linux-390@vm.marist.edu
2323 W:      http://www.ibm.com/developerworks/linux/linux390/
2324 S:      Supported
2325
2326 SAA7146 VIDEO4LINUX-2 DRIVER
2327 P:      Michael Hunold
2328 M:      michael@mihu.de
2329 W:      http://www.mihu.de/linux/saa7146
2330 S:      Maintained
2331
2332 SBPCD CDROM DRIVER
2333 P:      Eberhard Moenkeberg
2334 M:      emoenke@gwdg.de
2335 L:      linux-kernel@vger.kernel.org
2336 S:      Maintained
2337
2338 SC1200 WDT DRIVER
2339 P:      Zwane Mwaikambo
2340 M:      zwane@arm.linux.org.uk
2341 S:      Maintained
2342
2343 SCHEDULER
2344 P:      Ingo Molnar
2345 M:      mingo@elte.hu
2346 P:      Robert Love    [the preemptible kernel bits]
2347 M:      rml@tech9.net
2348 L:      linux-kernel@vger.kernel.org
2349 S:      Maintained
2350
2351 SCSI CDROM DRIVER
2352 P:      Jens Axboe
2353 M:      axboe@suse.de
2354 L:      linux-scsi@vger.kernel.org
2355 W:      http://www.kernel.dk
2356 S:      Maintained
2357
2358 SCSI SG DRIVER
2359 P:      Doug Gilbert
2360 M:      dgilbert@interlog.com
2361 L:      linux-scsi@vger.kernel.org
2362 W:      http://www.torque.net/sg
2363 S:      Maintained
2364
2365 SCSI SUBSYSTEM
2366 P:      James E.J. Bottomley
2367 M:      James.Bottomley@SteelEye.com
2368 L:      linux-scsi@vger.kernel.org
2369 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2370 S:      Maintained
2371
2372 SCSI TAPE DRIVER
2373 P:      Kai Mäkisara
2374 M:      Kai.Makisara@kolumbus.fi
2375 L:      linux-scsi@vger.kernel.org
2376 S:      Maintained
2377
2378 SCTP PROTOCOL
2379 P: Sridhar Samudrala
2380 M: sri@us.ibm.com
2381 L: lksctp-developers@lists.sourceforge.net
2382 S: Supported
2383
2384 SCx200 CPU SUPPORT
2385 P:      Christer Weinigel
2386 M:      christer@weinigel.se
2387 W:      http://www.weinigel.se
2388 S:      Supported
2389
2390 SECURITY CONTACT
2391 P:      Security Officers
2392 M:      security@kernel.org
2393 S:      Supported
2394
2395 SELINUX SECURITY MODULE
2396 P:      Stephen Smalley
2397 M:      sds@tycho.nsa.gov
2398 P:      James Morris
2399 M:      jmorris@namei.org
2400 L:      linux-kernel@vger.kernel.org (kernel issues)
2401 L:      selinux@tycho.nsa.gov (general discussion)
2402 W:      http://www.nsa.gov/selinux
2403 S:      Supported
2404
2405 SERIAL ATA (SATA) SUBSYSTEM:
2406 P:      Jeff Garzik
2407 M:      jgarzik@pobox.com
2408 L:      linux-ide@vger.kernel.org
2409 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2410 S:      Supported
2411
2412 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2413 P:      Pat Gefre
2414 M:      pfg@sgi.com
2415 L:      linux-ia64@vger.kernel.org
2416 S:      Supported
2417
2418 SGI VISUAL WORKSTATION 320 AND 540
2419 P:      Andrey Panin
2420 M:      pazke@donpac.ru
2421 L:      linux-visws-devel@lists.sf.net
2422 W:      http://linux-visws.sf.net
2423 S:      Maintained for 2.6.
2424
2425 SIMTEC EB110ATX (Chalice CATS)
2426 P:      Ben Dooks
2427 P:      Vincent Sanders
2428 M:      support@simtec.co.uk
2429 W:      http://www.simtec.co.uk/products/EB110ATX/
2430 S:      Supported
2431
2432 SIMTEC EB2410ITX (BAST)
2433 P:      Ben Dooks
2434 P:      Vincent Sanders
2435 M:      support@simtec.co.uk
2436 W:      http://www.simtec.co.uk/products/EB2410ITX/
2437 S:      Supported
2438
2439 SIS 190 ETHERNET DRIVER
2440 P:      Francois Romieu
2441 M:      romieu@fr.zoreil.com
2442 L:      netdev@vger.kernel.org
2443 S:      Maintained
2444
2445 SIS 5513 IDE CONTROLLER DRIVER
2446 P:      Lionel Bouton
2447 M:      Lionel.Bouton@inet6.fr
2448 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2449 W:      http://gyver.homeip.net/sis5513/index.html
2450 S:      Maintained
2451
2452 SIS 900/7016 FAST ETHERNET DRIVER
2453 P:      Daniele Venzano
2454 M:      venza@brownhat.org
2455 W:      http://www.brownhat.org/sis900.html
2456 L:      netdev@vger.kernel.org
2457 S:      Maintained
2458
2459 SIS FRAMEBUFFER DRIVER
2460 P:      Thomas Winischhofer
2461 M:      thomas@winischhofer.net
2462 W:      http://www.winischhofer.net/linuxsisvga.shtml
2463 S:      Maintained      
2464
2465 SIS USB2VGA DRIVER
2466 P:      Thomas Winischhofer
2467 M:      thomas@winischhofer.net
2468 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2469 S:      Maintained
2470
2471 SMSC47M1 HARDWARE MONITOR DRIVER
2472 P:      Jean Delvare
2473 M:      khali@linux-fr.org
2474 L:      lm-sensors@lm-sensors.org
2475 S:      Odd Fixes
2476
2477 SMB FILESYSTEM
2478 P:      Urban Widmark
2479 M:      urban@teststation.com
2480 W:      http://samba.org/
2481 L:      samba@samba.org
2482 S:      Maintained
2483
2484 SMC91x ETHERNET DRIVER
2485 P:      Nicolas Pitre
2486 M:      nico@cam.org
2487 S:      Maintained
2488
2489 SOFTWARE RAID (Multiple Disks) SUPPORT
2490 P:      Ingo Molnar
2491 M:      mingo@redhat.com
2492 P:      Neil Brown
2493 M:      neilb@cse.unsw.edu.au
2494 L:      linux-raid@vger.kernel.org
2495 S:      Maintained
2496
2497 SOFTWARE SUSPEND:
2498 P:      Pavel Machek
2499 M:      pavel@suse.cz
2500 L:      linux-pm@osdl.org
2501 S:      Maintained
2502
2503 SONIC NETWORK DRIVER
2504 P:      Thomas Bogendoerfer
2505 M:      tsbogend@alpha.franken.de
2506 L:      netdev@vger.kernel.org
2507 S:      Maintained
2508
2509 SONY VAIO CONTROL DEVICE DRIVER
2510 P:      Stelian Pop
2511 M:      stelian@popies.net
2512 W:      http://popies.net/sonypi/
2513 S:      Maintained
2514
2515 SOUND
2516 P:      Jaroslav Kysela
2517 M:      perex@suse.cz
2518 L:      alsa-devel@alsa-project.org
2519 S:      Maintained
2520
2521 TPM DEVICE DRIVER
2522 P:      Kylene Hall
2523 M:      kjhall@us.ibm.com
2524 W:      http://tpmdd.sourceforge.net
2525 L:      tpmdd-devel@lists.sourceforge.net
2526 S:      Maintained
2527
2528 Telecom Clock Driver for MCPL0010
2529 P: Mark Gross
2530 M: mark.gross@intel.com
2531 S: Supported
2532
2533 TENSILICA XTENSA PORT (xtensa):
2534 P:      Chris Zankel
2535 M:      chris@zankel.net
2536 S:      Maintained
2537
2538 UltraSPARC (sparc64):
2539 P:      David S. Miller
2540 M:      davem@davemloft.net
2541 P:      Eddie C. Dost
2542 M:      ecd@brainaid.de
2543 P:      Jakub Jelinek
2544 M:      jj@sunsite.ms.mff.cuni.cz
2545 P:      Anton Blanchard
2546 M:      anton@samba.org
2547 L:      sparclinux@vger.kernel.org
2548 L:      ultralinux@vger.kernel.org
2549 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2550 S:      Maintained
2551
2552 SHARP LH SUPPORT (LH7952X & LH7A40X)
2553 P:      Marc Singer
2554 M:      elf@buici.com
2555 W:      http://projects.buici.com/arm
2556 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2557 S:      Maintained
2558
2559 SHPC HOTPLUG DRIVER
2560 P:      Kristen Carlson Accardi
2561 M:      kristen.c.accardi@intel.com
2562 L:      pcihpd-discuss@lists.sourceforge.net
2563 S:      Maintained
2564
2565 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2566 P:      Pierre Ossman
2567 M:      drzeus-sdhci@drzeus.cx
2568 L:      sdhci-devel@list.drzeus.cx
2569 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2570 S:      Maintained
2571
2572 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2573 P:      Stephen Hemminger
2574 M:      shemminger@osdl.org
2575 L:      netdev@vger.kernel.org
2576 S:      Maintained
2577
2578 SPARC (sparc32):
2579 P:      William L. Irwin
2580 M:      wli@holomorphy.com
2581 L:      sparclinux@vger.kernel.org
2582 S:      Maintained
2583
2584 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2585 P:      Roger Wolff
2586 M:      R.E.Wolff@BitWizard.nl
2587 L:      linux-kernel@vger.kernel.org ?
2588 S:      Supported
2589
2590 SRM (Alpha) environment access
2591 P:      Jan-Benedict Glaw
2592 M:      jbglaw@lug-owl.de
2593 L:      linux-kernel@vger.kernel.org
2594 S:      Maintained
2595
2596 STARFIRE/DURALAN NETWORK DRIVER
2597 P:      Ion Badulescu
2598 M:      ionut@cs.columbia.edu
2599 S:      Maintained
2600
2601 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2602 W:      http://mosquitonet.Stanford.EDU/strip.html
2603 S:      Unsupported ?
2604
2605 STRADIS MPEG-2 DECODER DRIVER
2606 P:      Nathan Laredo
2607 M:      laredo@gnu.org
2608 W:      http://www.stradis.com/
2609 S:      Maintained
2610
2611 SUPERH (sh)
2612 P:      Paul Mundt
2613 M:      lethal@linux-sh.org
2614 P:      Kazumoto Kojima
2615 M:      kkojima@rr.iij4u.or.jp
2616 L:      linuxsh-dev@lists.sourceforge.net
2617 W:      http://www.linux-sh.org
2618 W:      http://www.m17n.org/linux-sh/
2619 W:      http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2620 S:      Maintained
2621
2622 SUPERH64 (sh64)
2623 P:      Paul Mundt
2624 M:      lethal@linux-sh.org
2625 P:      Richard Curnow
2626 M:      rc@rc0.org.uk
2627 L:      linuxsh-shmedia-dev@lists.sourceforge.net
2628 W:      http://www.linux-sh.org
2629 W:      http://www.rc0.org.uk/sh64
2630 S:      Maintained
2631
2632 SUN3/3X
2633 P:      Sam Creasey
2634 M:      sammy@sammy.net
2635 L:      sun3-list@redhat.com
2636 W:      http://sammy.net/sun3/
2637 S:      Maintained
2638
2639 SVGA HANDLING
2640 P:      Martin Mares
2641 M:      mj@ucw.cz
2642 L:      linux-video@atrey.karlin.mff.cuni.cz
2643 S:      Maintained
2644
2645 SYSV FILESYSTEM
2646 P:      Christoph Hellwig
2647 M:      hch@infradead.org
2648 S:      Maintained
2649
2650 TI PARALLEL LINK CABLE DRIVER
2651 P:     Romain Lievin
2652 M:     roms@lpg.ticalc.org
2653 S:     Maintained
2654
2655 TIPC NETWORK LAYER
2656 P:      Per Liden
2657 M:      per.liden@ericsson.com
2658 P:      Jon Maloy
2659 M:      jon.maloy@ericsson.com
2660 P:      Allan Stephens
2661 M:      allan.stephens@windriver.com
2662 L:      tipc-discussion@lists.sourceforge.net
2663 W:      http://tipc.sourceforge.net/
2664 W:      http://tipc.cslab.ericsson.net/
2665 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2666 S:      Maintained
2667
2668 TLAN NETWORK DRIVER
2669 P:      Samuel Chessman
2670 M:      chessman@tux.org
2671 L:      tlan-devel@lists.sourceforge.net
2672 W:      http://sourceforge.net/projects/tlan/
2673 S:      Maintained
2674
2675 TOKEN-RING NETWORK DRIVER
2676 P:      Mike Phillips
2677 M:      mikep@linuxtr.net
2678 L:      netdev@vger.kernel.org
2679 L:      linux-tr@linuxtr.net
2680 W:      http://www.linuxtr.net
2681 S:      Maintained
2682
2683 TOSHIBA ACPI EXTRAS DRIVER
2684 P:      John Belmonte
2685 M:      toshiba_acpi@memebeam.org
2686 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2687 S:      Maintained
2688
2689 TOSHIBA SMM DRIVER
2690 P:      Jonathan Buzzard
2691 M:      jonathan@buzzard.org.uk
2692 L:      tlinux-users@tce.toshiba-dme.co.jp
2693 W:      http://www.buzzard.org.uk/toshiba/
2694 S:      Maintained
2695
2696 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2697 P:      Muli Ben-Yehuda
2698 M:      mulix@mulix.org
2699 L:      linux-kernel@vger.kernel.org
2700 S:      Maintained
2701
2702 TRIVIAL PATCHES
2703 P:      Adrian Bunk
2704 M:      trivial@kernel.org
2705 L:      linux-kernel@vger.kernel.org
2706 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2707 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2708 S:      Maintained
2709
2710 TMS380 TOKEN-RING NETWORK DRIVER
2711 P:      Adam Fritzler
2712 M:      mid@auk.cx
2713 L:      linux-tr@linuxtr.net
2714 W:      http://www.auk.cx/tms380tr/
2715 S:      Maintained
2716
2717 TULIP NETWORK DRIVER
2718 P:      Jeff Garzik
2719 M:      jgarzik@pobox.com
2720 L:      tulip-users@lists.sourceforge.net
2721 W:      http://sourceforge.net/projects/tulip/
2722 S:      Maintained
2723
2724 TUN/TAP driver
2725 P:      Maxim Krasnyansky
2726 M:      maxk@qualcomm.com
2727 L:      vtun@office.satix.net
2728 W:      http://vtun.sourceforge.net/tun
2729 S:      Maintained
2730
2731 U14-34F SCSI DRIVER
2732 P:      Dario Ballabio
2733 M:      ballabio_dario@emc.com
2734 L:      linux-scsi@vger.kernel.org
2735 S:      Maintained
2736
2737 UDF FILESYSTEM
2738 P:      Ben Fennema
2739 M:      bfennema@falcon.csc.calpoly.edu
2740 W:      http://linux-udf.sourceforge.net
2741 S:      Maintained
2742
2743 UNIFORM CDROM DRIVER
2744 P:      Jens Axboe
2745 M:      axboe@suse.de
2746 L:      linux-kernel@vger.kernel.org
2747 W:      http://www.kernel.dk
2748 S:      Maintained
2749
2750 USB ACM DRIVER
2751 P:      Oliver Neukum
2752 M:      oliver@neukum.name
2753 L:      linux-usb-users@lists.sourceforge.net
2754 L:      linux-usb-devel@lists.sourceforge.net
2755 S:      Maintained
2756
2757 USB BLOCK DRIVER (UB ub)
2758 P:      Pete Zaitcev
2759 M:      zaitcev@redhat.com
2760 L:      linux-kernel@vger.kernel.org
2761 L:      linux-usb-devel@lists.sourceforge.net
2762 S:      Supported
2763
2764 USB CDC ETHERNET DRIVER
2765 P:      Greg Kroah-Hartman
2766 M:      greg@kroah.com
2767 L:      linux-usb-users@lists.sourceforge.net
2768 L:      linux-usb-devel@lists.sourceforge.net
2769 S:      Maintained
2770 W:      http://www.kroah.com/linux-usb/
2771
2772 USB EHCI DRIVER
2773 P:      David Brownell
2774 M:      dbrownell@users.sourceforge.net
2775 L:      linux-usb-devel@lists.sourceforge.net
2776 S:      Maintained
2777
2778 USB ET61X[12]51 DRIVER
2779 P:      Luca Risolia
2780 M:      luca.risolia@studio.unibo.it
2781 L:      linux-usb-devel@lists.sourceforge.net
2782 L:      video4linux-list@redhat.com
2783 W:      http://www.linux-projects.org
2784 S:      Maintained
2785
2786 USB HID/HIDBP DRIVERS
2787 P:      Vojtech Pavlik
2788 M:      vojtech@suse.cz
2789 L:      linux-usb-users@lists.sourceforge.net
2790 L:      linux-usb-devel@lists.sourceforge.net
2791 S:      Maintained
2792
2793 USB HUB DRIVER
2794 P:      Johannes Erdfelt
2795 M:      johannes@erdfelt.com
2796 L:      linux-usb-users@lists.sourceforge.net
2797 L:      linux-usb-devel@lists.sourceforge.net
2798 S:      Maintained
2799
2800 USB ISP116X DRIVER
2801 P:      Olav Kongas
2802 M:      ok@artecdesign.ee
2803 L:      linux-usb-devel@lists.sourceforge.net
2804 S:      Maintained
2805
2806 USB KAWASAKI LSI DRIVER
2807 P:      Oliver Neukum
2808 M:      oliver@neukum.name
2809 L:      linux-usb-users@lists.sourceforge.net
2810 L:      linux-usb-devel@lists.sourceforge.net
2811 S:      Maintained
2812
2813 USB MASS STORAGE DRIVER
2814 P:      Matthew Dharm
2815 M:      mdharm-usb@one-eyed-alien.net
2816 L:      linux-usb-users@lists.sourceforge.net
2817 L:      usb-storage@lists.one-eyed-alien.net
2818 S:      Maintained
2819 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
2820
2821 USB OHCI DRIVER
2822 P:      Roman Weissgaerber
2823 M:      weissg@vienna.at
2824 L:      linux-usb-users@lists.sourceforge.net
2825 L:      linux-usb-devel@lists.sourceforge.net
2826 S:      Maintained
2827
2828 USB OPTION-CARD DRIVER
2829 P:      Matthias Urlichs
2830 M:      smurf@smurf.noris.de
2831 L:      linux-usb-devel@lists.sourceforge.net
2832 S:      Maintained
2833
2834 USB OV511 DRIVER
2835 P:      Mark McClelland
2836 M:      mmcclell@bigfoot.com
2837 L:      linux-usb-users@lists.sourceforge.net
2838 L:      linux-usb-devel@lists.sourceforge.net
2839 W:      http://alpha.dyndns.org/ov511/
2840 S:      Maintained
2841
2842 USB PEGASUS DRIVER
2843 P:      Petko Manolov
2844 M:      petkan@users.sourceforge.net
2845 L:      linux-usb-users@lists.sourceforge.net
2846 L:      linux-usb-devel@lists.sourceforge.net
2847 W:      http://pegasus2.sourceforge.net/
2848 S:      Maintained
2849
2850 USB PRINTER DRIVER
2851 P:      Vojtech Pavlik
2852 M:      vojtech@suse.cz
2853 L:      linux-usb-users@lists.sourceforge.net
2854 L:      linux-usb-devel@lists.sourceforge.net
2855 S:      Maintained
2856
2857 USB RTL8150 DRIVER
2858 P:      Petko Manolov
2859 M:      petkan@users.sourceforge.net
2860 L:      linux-usb-users@lists.sourceforge.net
2861 L:      linux-usb-devel@lists.sourceforge.net
2862 W:      http://pegasus2.sourceforge.net/
2863 S:      Maintained
2864
2865 USB SE401 DRIVER
2866 P:      Jeroen Vreeken
2867 M:      pe1rxq@amsat.org
2868 L:      linux-usb-users@lists.sourceforge.net
2869 L:      linux-usb-devel@lists.sourceforge.net
2870 W:      http://www.chello.nl/~j.vreeken/se401/
2871 S:      Maintained
2872
2873 USB SERIAL CYBERJACK DRIVER
2874 P:      Matthias Bruestle and Harald Welte
2875 M:      support@reiner-sct.com
2876 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
2877 S:      Maintained
2878
2879 USB SERIAL DIGI ACCELEPORT DRIVER
2880 P:      Peter Berger and Al Borchers
2881 M:      pberger@brimson.com
2882 M:      alborchers@steinerpoint.com
2883 L:      linux-usb-users@lists.sourceforge.net
2884 L:      linux-usb-devel@lists.sourceforge.net
2885 S:      Maintained
2886
2887 USB SERIAL DRIVER
2888 P:      Greg Kroah-Hartman
2889 M:      gregkh@suse.de
2890 L:      linux-usb-users@lists.sourceforge.net
2891 L:      linux-usb-devel@lists.sourceforge.net
2892 S:      Supported
2893
2894 USB SERIAL BELKIN F5U103 DRIVER
2895 P:      William Greathouse
2896 M:      wgreathouse@smva.com
2897 L:      linux-usb-users@lists.sourceforge.net
2898 L:      linux-usb-devel@lists.sourceforge.net
2899 S:      Maintained
2900
2901 USB SERIAL CYPRESS M8 DRIVER
2902 P:      Lonnie Mendez
2903 M:      dignome@gmail.com
2904 L:      linux-usb-users@lists.sourceforge.net
2905 L:      linux-usb-devel@lists.sourceforge.net
2906 S:      Maintained
2907 W:      http://geocities.com/i0xox0i
2908 W:      http://firstlight.net/cvs
2909
2910 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2911 L:      linux-usb-users@lists.sourceforge.net
2912 L:      linux-usb-devel@lists.sourceforge.net
2913 S:      Maintained
2914
2915 USB AUERSWALD DRIVER
2916 P:      Wolfgang Muees
2917 M:      wolfgang@iksw-muees.de
2918 L:      linux-usb-users@lists.sourceforge.net
2919 L:      linux-usb-devel@lists.sourceforge.net
2920 S:      Maintained
2921
2922 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2923 P:      Gary Brubaker
2924 M:      xavyer@ix.netcom.com
2925 L:      linux-usb-users@lists.sourceforge.net
2926 L:      linux-usb-devel@lists.sourceforge.net
2927 S:      Maintained
2928
2929 USB SERIAL KEYSPAN DRIVER
2930 P:      Greg Kroah-Hartman
2931 M:      greg@kroah.com
2932 L:      linux-usb-users@lists.sourceforge.net
2933 L:      linux-usb-devel@lists.sourceforge.net
2934 W:      http://www.kroah.com/linux/
2935 S:      Maintained
2936
2937 USB SERIAL WHITEHEAT DRIVER
2938 P:      Stuart MacDonald
2939 M:      stuartm@connecttech.com
2940 L:      linux-usb-users@lists.sourceforge.net
2941 L:      linux-usb-devel@lists.sourceforge.net
2942 W:      http://www.connecttech.com
2943 S:      Supported
2944
2945 USB SN9C10x DRIVER
2946 P:      Luca Risolia
2947 M:      luca.risolia@studio.unibo.it
2948 L:      linux-usb-devel@lists.sourceforge.net
2949 L:      video4linux-list@redhat.com
2950 W:      http://www.linux-projects.org
2951 S:      Maintained
2952
2953 USB SUBSYSTEM
2954 P:      Greg Kroah-Hartman
2955 M:      gregkh@suse.de
2956 L:      linux-usb-users@lists.sourceforge.net
2957 L:      linux-usb-devel@lists.sourceforge.net
2958 W:      http://www.linux-usb.org
2959 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2960 S:      Supported
2961
2962 USB UHCI DRIVER
2963 P:      Alan Stern
2964 M:      stern@rowland.harvard.edu
2965 L:      linux-usb-users@lists.sourceforge.net
2966 L:      linux-usb-devel@lists.sourceforge.net
2967 S:      Maintained
2968
2969 USB "USBNET" DRIVER
2970 P:      David Brownell
2971 M:      dbrownell@users.sourceforge.net
2972 L:      linux-usb-devel@lists.sourceforge.net
2973 S:      Maintained
2974
2975 USB W996[87]CF DRIVER
2976 P:      Luca Risolia
2977 M:      luca.risolia@studio.unibo.it
2978 L:      linux-usb-devel@lists.sourceforge.net
2979 L:      video4linux-list@redhat.com
2980 W:      http://www.linux-projects.org
2981 S:      Maintained
2982
2983 USB ZC0301 DRIVER
2984 P:      Luca Risolia
2985 M:      luca.risolia@studio.unibo.it
2986 L:      linux-usb-devel@lists.sourceforge.net
2987 L:      video4linux-list@redhat.com
2988 W:      http://www.linux-projects.org
2989 S:      Maintained
2990
2991 USB ZD1201 DRIVER
2992 P:      Jeroen Vreeken
2993 M:      pe1rxq@amsat.org
2994 L:      linux-usb-users@lists.sourceforge.net
2995 L:      linux-usb-devel@lists.sourceforge.net
2996 W:      http://linux-lc100020.sourceforge.net
2997 S:      Maintained
2998
2999 USER-MODE LINUX
3000 P:      Jeff Dike
3001 M:      jdike@karaya.com
3002 L:      user-mode-linux-devel@lists.sourceforge.net
3003 L:      user-mode-linux-user@lists.sourceforge.net
3004 W:      http://user-mode-linux.sourceforge.net
3005 S:      Maintained
3006         
3007 FAT/VFAT/MSDOS FILESYSTEM:
3008 P:      OGAWA Hirofumi
3009 M:      hirofumi@mail.parknet.co.jp
3010 L:      linux-kernel@vger.kernel.org
3011 S:      Maintained
3012
3013 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3014 P:      Jeff Garzik
3015 S:      Odd fixes
3016
3017 VIA RHINE NETWORK DRIVER
3018 P:      Roger Luethi
3019 M:      rl@hellgate.ch
3020 S:      Maintained
3021
3022 VIAPRO SMBUS DRIVER
3023 P:      Jean Delvare
3024 M:      khali@linux-fr.org
3025 L:      lm-sensors@lm-sensors.org
3026 S:      Maintained
3027
3028 UCLINUX (AND M68KNOMMU)
3029 P:      Greg Ungerer
3030 M:      gerg@uclinux.org
3031 W:      http://www.uclinux.org/
3032 L:      uclinux-dev@uclinux.org  (subscribers-only)
3033 S:      Maintained
3034
3035 UCLINUX FOR NEC V850
3036 P:      Miles Bader
3037 M:      uclinux-v850@lsi.nec.co.jp
3038 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3039 W:      http://www.ee.nec.de/uclinux/
3040 S:      Supported
3041
3042 UCLINUX FOR RENESAS H8/300
3043 P:      Yoshinori Sato
3044 M:      ysato@users.sourceforge.jp
3045 W:      http://uclinux-h8.sourceforge.jp/
3046 S:      Supported
3047
3048 USB DIAMOND RIO500 DRIVER
3049 P:      Cesar Miquel
3050 M:      miquel@df.uba.ar
3051 L:      rio500-users@lists.sourceforge.net
3052 W:      http://rio500.sourceforge.net
3053 S:      Maintained
3054
3055 VIDEO FOR LINUX
3056 P:      Mauro Carvalho Chehab
3057 M:      mchehab@infradead.org
3058 M:      v4l-dvb-maintainer@linuxtv.org
3059 L:      video4linux-list@redhat.com
3060 W:      http://linuxtv.org
3061 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3062 S:      Maintained
3063
3064 VT8231 HARDWARE MONITOR DRIVER
3065 P:      Roger Lucas
3066 M:      roger@planbit.co.uk
3067 L:      lm-sensors@lm-sensors.org
3068 S:      Maintained
3069
3070 W1 DALLAS'S 1-WIRE BUS
3071 P:      Evgeniy Polyakov
3072 M:      johnpol@2ka.mipt.ru
3073 L:      lm-sensors@lm-sensors.org
3074 S:      Maintained
3075
3076 W83L51xD SD/MMC CARD INTERFACE DRIVER
3077 P:      Pierre Ossman
3078 M:      drzeus-wbsd@drzeus.cx
3079 L:      wbsd-devel@list.drzeus.cx
3080 W:      http://projects.drzeus.cx/wbsd
3081 S:      Maintained
3082
3083 W83L785TS HARDWARE MONITOR DRIVER
3084 P:      Jean Delvare
3085 M:      khali@linux-fr.org
3086 L:      lm-sensors@lm-sensors.org
3087 S:      Odd Fixes
3088
3089 WATCHDOG DEVICE DRIVERS
3090 P:      Wim Van Sebroeck
3091 M:      wim@iguana.be
3092 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3093 S:      Maintained
3094
3095 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3096 P:      Jean Tourrilhes
3097 M:      jt@hpl.hp.com
3098 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3099 S:      Maintained
3100
3101 WD7000 SCSI DRIVER
3102 P:      Miroslav Zagorac
3103 M:      zaga@fly.cc.fer.hr
3104 L:      linux-scsi@vger.kernel.org
3105 S:      Maintained
3106
3107 WISTRON LAPTOP BUTTON DRIVER
3108 P:      Miloslav Trmac
3109 M:      mitr@volny.cz
3110 S:      Maintained
3111
3112 WL3501 WIRELESS PCMCIA CARD DRIVER
3113 P:      Arnaldo Carvalho de Melo
3114 M:      acme@conectiva.com.br
3115 W:      http://advogato.org/person/acme
3116 S:      Maintained
3117
3118 X.25 NETWORK LAYER
3119 P:      Henner Eisen
3120 M:      eis@baty.hanse.de
3121 L:      linux-x25@vger.kernel.org
3122 S:      Maintained
3123
3124 XFS FILESYSTEM
3125 P:      Silicon Graphics Inc
3126 M:      xfs-masters@oss.sgi.com
3127 M:      nathans@sgi.com
3128 L:      linux-xfs@oss.sgi.com
3129 W:      http://oss.sgi.com/projects/xfs
3130 S:      Supported
3131
3132 X86 3-LEVEL PAGING (PAE) SUPPORT
3133 P:      Ingo Molnar
3134 M:      mingo@redhat.com
3135 S:      Maintained
3136
3137 X86-64 port
3138 P:      Andi Kleen
3139 M:      ak@suse.de
3140 L:      discuss@x86-64.org
3141 W:      http://www.x86-64.org
3142 S:      Maintained
3143
3144 YAM DRIVER FOR AX.25
3145 P:      Jean-Paul Roubelat
3146 M:      jpr@f6fbb.org
3147 L:      linux-hams@vger.kernel.org
3148 S:      Maintained
3149
3150 YEALINK PHONE DRIVER
3151 P:      Henk Vergonet
3152 M:      Henk.Vergonet@gmail.com
3153 L:      usbb2k-api-dev@nongnu.org
3154 S:      Maintained
3155
3156 YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3157 P:      Pete Zaitcev
3158 M:      zaitcev@yahoo.com
3159 L:      linux-kernel@vger.kernel.org
3160 S:      Obsolete
3161
3162 Z8530 DRIVER FOR AX.25
3163 P:      Joerg Reuter
3164 M:      jreuter@yaina.de
3165 W:      http://yaina.de/jreuter/
3166 W:      http://www.qsl.net/dl1bke/
3167 L:      linux-hams@vger.kernel.org
3168 S:      Maintained
3169
3170 ZF MACHZ WATCHDOG
3171 P:      Fernando Fuganti
3172 M:      fuganti@netbank.com.br
3173 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3174 S:      Maintained
3175
3176 ZR36067 VIDEO FOR LINUX DRIVER
3177 P:      Ronald Bultje
3178 M:      rbultje@ronald.bitfreak.net
3179 L:      mjpeg-users@lists.sourceforge.net
3180 W:      http://mjpeg.sourceforge.net/driver-zoran/
3181 S:      Maintained
3182
3183 ZR36120 VIDEO FOR LINUX DRIVER
3184 P:      Pauline Middelink
3185 M:      middelin@polyware.nl
3186 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3187 W:      http://www.polyware.nl/~middelin/hobbies.html
3188 S:      Maintained
3189
3190 THE REST
3191 P:      Linus Torvalds
3192 S:      Buried alive in reporters