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