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