[PATCH] powerpc: enable PPC_PTRACE_[GS]ETREGS on ppc32
[sfrench/cifs-2.6.git] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time. See
34         Documentation/CodingStyle for guidance here.
35
36         PLEASE try to include any credit lines you want added with the
37         patch. It avoids people being missed off by mistake and makes
38         it easier to know who wants adding and who doesn't.
39
40         PLEASE document known bugs. If it doesn't work for everything
41         or does something very odd once a month document it.
42
43         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://www.penguinppc.org/ppc64/
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://www.penguinppc.org/ppc64/
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 NETEM NETWORK EMULATOR
1903 P:      Stephen Hemminger
1904 M:      shemminger@osdl.org
1905 L:      netem@osdl.org
1906 S:      Maintained
1907
1908 NETFILTER/IPTABLES/IPCHAINS
1909 P:      Rusty Russell
1910 P:      Marc Boucher
1911 P:      James Morris
1912 P:      Harald Welte
1913 P:      Jozsef Kadlecsik
1914 M:      coreteam@netfilter.org
1915 W:      http://www.netfilter.org/
1916 W:      http://www.iptables.org/
1917 L:      netfilter@lists.netfilter.org
1918 L:      netfilter-devel@lists.netfilter.org
1919 S:      Supported
1920
1921 NETROM NETWORK LAYER
1922 P:      Ralf Baechle
1923 M:      ralf@linux-mips.org
1924 L:      linux-hams@vger.kernel.org
1925 W:      http://www.linux-ax25.org/
1926 S:      Maintained
1927
1928 NETWORK BLOCK DEVICE
1929 P:      Paul Clements
1930 M:      Paul.Clements@steeleye.com
1931 S:      Maintained
1932
1933 NETWORK DEVICE DRIVERS
1934 P:      Andrew Morton
1935 M:      akpm@osdl.org
1936 P:      Jeff Garzik
1937 M:      jgarzik@pobox.com
1938 L:      netdev@vger.kernel.org
1939 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1940 S:      Maintained
1941
1942 NETWORKING [GENERAL]
1943 P:      Networking Team
1944 M:      netdev@vger.kernel.org
1945 L:      netdev@vger.kernel.org
1946 W:      http://linux-net.osdl.org/
1947 S:      Maintained
1948
1949 NETWORKING [IPv4/IPv6]
1950 P:      David S. Miller
1951 M:      davem@davemloft.net
1952 P:      Alexey Kuznetsov
1953 M:      kuznet@ms2.inr.ac.ru
1954 P:      Pekka Savola (ipv6)
1955 M:      pekkas@netcore.fi
1956 P:      James Morris
1957 M:      jmorris@namei.org
1958 P:      Hideaki YOSHIFUJI
1959 M:      yoshfuji@linux-ipv6.org
1960 P:      Patrick McHardy
1961 M:      kaber@coreworks.de
1962 L:      netdev@vger.kernel.org
1963 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
1964 S:      Maintained
1965
1966 NETWORKING [WIRELESS]
1967 P:      John W. Linville
1968 M:      linville@tuxdriver.com
1969 L:      netdev@vger.kernel.org
1970 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1971 S:      Maintained
1972
1973 IPVS
1974 P:      Wensong Zhang
1975 M:      wensong@linux-vs.org
1976 P:      Simon Horman
1977 M:      horms@verge.net.au
1978 P:      Julian Anastasov
1979 M:      ja@ssi.bg
1980 L:      netdev@vger.kernel.org
1981 S:      Maintained
1982
1983 NFS CLIENT
1984 P:      Trond Myklebust
1985 M:      trond.myklebust@fys.uio.no
1986 L:      linux-kernel@vger.kernel.org
1987 S:      Maintained
1988
1989 NI5010 NETWORK DRIVER
1990 P:      Jan-Pascal van Best and Andreas Mohr
1991 M:      Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1992 M:      Andreas Mohr <100.30936@germany.net>
1993 L:      netdev@vger.kernel.org
1994 S:      Maintained
1995
1996 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1997 P:      YOKOTA Hiroshi
1998 M:      yokota@netlab.is.tsukuba.ac.jp
1999 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2000 S:      Maintained
2001
2002 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2003 P:      GOTO Masanori
2004 M:      gotom@debian.or.jp
2005 P:      YOKOTA Hiroshi
2006 M:      yokota@netlab.is.tsukuba.ac.jp
2007 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2008 S:      Maintained
2009
2010 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2011 P:      Eberhard Moenkeberg
2012 M:      emoenke@gwdg.de
2013 L:      linux-kernel@vger.kernel.org
2014 S:      Maintained
2015
2016 NTFS FILESYSTEM
2017 P:      Anton Altaparmakov
2018 M:      aia21@cantab.net
2019 L:      linux-ntfs-dev@lists.sourceforge.net
2020 L:      linux-kernel@vger.kernel.org
2021 W:      http://linux-ntfs.sf.net/
2022 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2023 S:      Maintained
2024
2025 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2026 P:      Antonino Daplas
2027 M:      adaplas@pol.net
2028 L:      linux-fbdev-devel@lists.sourceforge.net
2029 S:      Maintained
2030
2031 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2032 P:      Mark Fasheh
2033 M:      mark.fasheh@oracle.com
2034 P:      Kurt Hackel
2035 M:      kurt.hackel@oracle.com
2036 L:      ocfs2-devel@oss.oracle.com
2037 W:      http://oss.oracle.com/projects/ocfs2/
2038 S:      Supported       
2039
2040 OLYMPIC NETWORK DRIVER
2041 P:      Peter De Shrijver
2042 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2043 P:      Mike Phillips
2044 M:      mikep@linuxtr.net 
2045 L:      netdev@vger.kernel.org
2046 L:      linux-tr@linuxtr.net
2047 W:      http://www.linuxtr.net
2048 S:      Maintained
2049
2050 OMNIKEY CARDMAN 4000 DRIVER
2051 P:      Harald Welte
2052 M:      laforge@gnumonks.org
2053 S:      Maintained
2054
2055 OMNIKEY CARDMAN 4040 DRIVER
2056 P:      Harald Welte
2057 M:      laforge@gnumonks.org
2058 S:      Maintained
2059
2060 ONSTREAM SCSI TAPE DRIVER
2061 P:      Willem Riede
2062 M:      osst@riede.org
2063 L:      osst-users@lists.sourceforge.net
2064 L:      linux-scsi@vger.kernel.org
2065 S:      Maintained
2066
2067 OPL3-SA2, SA3, and SAx DRIVER
2068 P:      Zwane Mwaikambo
2069 M:      zwane@arm.linux.org.uk
2070 L:      linux-sound@vger.kernel.org
2071 S:      Maintained
2072
2073 OPROFILE
2074 P:      Philippe Elie
2075 M:      phil.el@wanadoo.fr
2076 L:      oprofile-list@lists.sf.net
2077 S:      Maintained
2078
2079 ORINOCO DRIVER
2080 P:      Pavel Roskin
2081 M:      proski@gnu.org
2082 P:      David Gibson
2083 M:      hermes@gibson.dropbear.id.au
2084 L:      orinoco-users@lists.sourceforge.net
2085 L:      orinoco-devel@lists.sourceforge.net
2086 W:      http://www.nongnu.org/orinoco/
2087 S:      Maintained
2088
2089 PARALLEL PORT SUPPORT
2090 P:      Phil Blundell
2091 M:      philb@gnu.org
2092 P:      Tim Waugh
2093 M:      tim@cyberelk.net
2094 P:      David Campbell
2095 P:      Andrea Arcangeli
2096 M:      andrea@suse.de
2097 L:      linux-parport@lists.infradead.org
2098 W:      http://people.redhat.com/twaugh/parport/
2099 S:      Maintained
2100
2101 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2102 P:      Tim Waugh
2103 M:      tim@cyberelk.net
2104 L:      linux-parport@lists.infradead.org
2105 W:      http://www.torque.net/linux-pp.html
2106 S:      Maintained
2107
2108 PARISC ARCHITECTURE
2109 P:      Matthew Wilcox
2110 M:      matthew@wil.cx
2111 P:      Grant Grundler
2112 M:      grundler@parisc-linux.org
2113 P:      Kyle McMartin
2114 M:      kyle@parisc-linux.org
2115 L:      parisc-linux@parisc-linux.org
2116 W:      http://www.parisc-linux.org/
2117 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2118 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2119 S:      Maintained
2120
2121 PCI ERROR RECOVERY
2122 P:      Linas Vepstas
2123 M:      linas@austin.ibm.com
2124 L:      linux-kernel@vger.kernel.org
2125 L:      linux-pci@atrey.karlin.mff.cuni.cz
2126 S:      Supported
2127
2128 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2129 P:      Thomas Sailer
2130 M:      sailer@ife.ee.ethz.ch
2131 L:      linux-sound@vger.kernel.org
2132 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2133 S:      Maintained
2134
2135 PCI SUBSYSTEM
2136 P:      Greg Kroah-Hartman
2137 M:      gregkh@suse.de
2138 L:      linux-kernel@vger.kernel.org
2139 L:      linux-pci@atrey.karlin.mff.cuni.cz
2140 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2141 S:      Supported
2142
2143 PCI HOTPLUG CORE
2144 P:      Greg Kroah-Hartman
2145 M:      gregkh@suse.de
2146 S:      Supported
2147
2148 PCI HOTPLUG COMPAQ DRIVER
2149 P:      Greg Kroah-Hartman
2150 M:      greg@kroah.com
2151 S:      Maintained
2152
2153 PCIE HOTPLUG DRIVER
2154 P:      Kristen Carlson Accardi
2155 M:      kristen.c.accardi@intel.com
2156 L:      pcihpd-discuss@lists.sourceforge.net
2157 S:      Maintained
2158
2159 PCMCIA SUBSYSTEM
2160 P:      Linux PCMCIA Team
2161 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2162 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2163 S:      Maintained
2164
2165 PCNET32 NETWORK DRIVER
2166 P:      Thomas Bogendörfer
2167 M:      tsbogend@alpha.franken.de
2168 L:      netdev@vger.kernel.org
2169 S:      Maintained
2170
2171 PERSONALITY HANDLING
2172 P:      Christoph Hellwig
2173 M:      hch@infradead.org
2174 L:      linux-abi-devel@lists.sourceforge.net
2175 S:      Maintained
2176
2177 PHRAM MTD DRIVER
2178 P:      Jörn Engel
2179 M:      joern@wh.fh-wedel.de
2180 L:      linux-mtd@lists.infradead.org
2181 S:      Maintained
2182
2183 PKTCDVD DRIVER
2184 P:      Peter Osterlund
2185 M:      petero2@telia.com
2186 L:      linux-kernel@vger.kernel.org
2187 S:      Maintained
2188
2189 POSIX CLOCKS and TIMERS
2190 P:      George Anzinger
2191 M:      george@mvista.com
2192 L:      linux-kernel@vger.kernel.org
2193 S:      Supported
2194
2195 POWERPC 4xx EMAC DRIVER
2196 P:      Eugene Surovegin
2197 M:      ebs@ebshome.net
2198 W:      http://kernel.ebshome.net/emac/
2199 L:      linuxppc-embedded@ozlabs.org
2200 L:      netdev@vger.kernel.org
2201 S:      Maintained
2202
2203 PNP SUPPORT
2204 P:      Adam Belay
2205 M:      ambx1@neo.rr.com
2206 S:      Maintained
2207
2208 PPP PROTOCOL DRIVERS AND COMPRESSORS
2209 P:      Paul Mackerras
2210 M:      paulus@samba.org
2211 L:      linux-ppp@vger.kernel.org
2212 S:      Maintained
2213
2214 PPP OVER ATM (RFC 2364)
2215 P:      Mitchell Blank Jr
2216 M:      mitch@sfgoth.com
2217 S:      Maintained
2218
2219 PPP OVER ETHERNET
2220 P:      Michal Ostrowski
2221 M:      mostrows@speakeasy.net
2222 S:      Maintained
2223
2224 PREEMPTIBLE KERNEL
2225 P:      Robert Love
2226 M:      rml@tech9.net
2227 L:      linux-kernel@vger.kernel.org
2228 L:      kpreempt-tech@lists.sourceforge.net
2229 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2230 S:      Supported
2231
2232 PRISM54 WIRELESS DRIVER
2233 P:      Prism54 Development Team
2234 M:      prism54-private@prism54.org
2235 L:      netdev@vger.kernel.org
2236 W:      http://prism54.org
2237 S:      Maintained
2238
2239 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2240 P:      Peter Denison
2241 M:      promise@pnd-pc.demon.co.uk
2242 W:      http://www.pnd-pc.demon.co.uk/promise/
2243 S:      Maintained
2244
2245 PXA2xx SUPPORT
2246 P:      Nicolas Pitre
2247 M:      nico@cam.org
2248 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2249 S:      Maintained
2250
2251 QLOGIC QLA2XXX FC-SCSI DRIVER
2252 P:      Andrew Vasquez
2253 M:      linux-driver@qlogic.com
2254 L:      linux-scsi@vger.kernel.org
2255 S:      Supported
2256
2257 QNX4 FILESYSTEM
2258 P:      Anders Larsen
2259 M:      al@alarsen.net
2260 L:      linux-kernel@vger.kernel.org
2261 W:      http://www.alarsen.net/linux/qnx4fs/
2262 S:      Maintained
2263
2264 RADEON FRAMEBUFFER DISPLAY DRIVER
2265 P:      Benjamin Herrenschmidt
2266 M:      benh@kernel.crashing.org
2267 L:      linux-fbdev-devel@lists.sourceforge.net
2268 S:      Maintained
2269
2270 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2271 P:      Paul Mackerras
2272 M:      paulus@samba.org
2273 L:      linux-fbdev-devel@lists.sourceforge.net
2274 S:      Maintained
2275
2276 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2277 P:      Corey Thomas
2278 M:      corey@world.std.com
2279 L:      linux-kernel@vger.kernel.org
2280 S:      Maintained
2281
2282 RANDOM NUMBER DRIVER
2283 P:      Matt Mackall
2284 M:      mpm@selenic.com
2285 S:      Maintained
2286
2287 RAPIDIO SUBSYSTEM
2288 P:      Matt Porter
2289 M:      mporter@kernel.crashing.org
2290 L:      linux-kernel@vger.kernel.org
2291 S:      Maintained
2292
2293 REAL TIME CLOCK DRIVER
2294 P:      Paul Gortmaker
2295 M:      p_gortmaker@yahoo.com
2296 L:      linux-kernel@vger.kernel.org
2297 S:      Maintained
2298
2299 REAL TIME CLOCK (RTC) SUBSYSTEM
2300 P:      Alessandro Zummo
2301 M:      a.zummo@towertech.it
2302 L:      linux-kernel@vger.kernel.org
2303 S:      Maintained
2304
2305 REISERFS FILE SYSTEM
2306 P:      Hans Reiser
2307 M:      reiserfs-dev@namesys.com
2308 L:      reiserfs-list@namesys.com
2309 W:      http://www.namesys.com
2310 S:      Supported
2311
2312 ROCKETPORT DRIVER
2313 P:      Comtrol Corp.
2314 W:      http://www.comtrol.com
2315 S:      Maintained
2316
2317 ROSE NETWORK LAYER
2318 P:      Ralf Baechle
2319 M:      ralf@linux-mips.org
2320 L:      linux-hams@vger.kernel.org
2321 W:      http://www.linux-ax25.org/
2322 S:      Maintained
2323
2324 RISCOM8 DRIVER
2325 S:      Orphan
2326
2327 S3 SAVAGE FRAMEBUFFER DRIVER
2328 P:      Antonino Daplas
2329 M:      adaplas@pol.net
2330 L:      linux-fbdev-devel@lists.sourceforge.net
2331 S:      Maintained
2332
2333 S390
2334 P:      Martin Schwidefsky
2335 M:      schwidefsky@de.ibm.com
2336 M:      linux390@de.ibm.com
2337 L:      linux-390@vm.marist.edu
2338 W:      http://www.ibm.com/developerworks/linux/linux390/
2339 S:      Supported
2340
2341 S390 NETWORK DRIVERS
2342 P:      Frank Pavlic
2343 M:      fpavlic@de.ibm.com
2344 M:      linux390@de.ibm.com
2345 L:      linux-390@vm.marist.edu
2346 W:      http://www.ibm.com/developerworks/linux/linux390/
2347 S:      Supported
2348
2349 S390 ZFCP DRIVER
2350 P:      Andreas Herrmann
2351 M:      aherrman@de.ibm.com
2352 M:      linux390@de.ibm.com
2353 L:      linux-390@vm.marist.edu
2354 W:      http://www.ibm.com/developerworks/linux/linux390/
2355 S:      Supported
2356
2357 SAA7146 VIDEO4LINUX-2 DRIVER
2358 P:      Michael Hunold
2359 M:      michael@mihu.de
2360 W:      http://www.mihu.de/linux/saa7146
2361 S:      Maintained
2362
2363 SBPCD CDROM DRIVER
2364 P:      Eberhard Moenkeberg
2365 M:      emoenke@gwdg.de
2366 L:      linux-kernel@vger.kernel.org
2367 S:      Maintained
2368
2369 SC1200 WDT DRIVER
2370 P:      Zwane Mwaikambo
2371 M:      zwane@arm.linux.org.uk
2372 S:      Maintained
2373
2374 SCHEDULER
2375 P:      Ingo Molnar
2376 M:      mingo@elte.hu
2377 P:      Robert Love    [the preemptible kernel bits]
2378 M:      rml@tech9.net
2379 L:      linux-kernel@vger.kernel.org
2380 S:      Maintained
2381
2382 SCSI CDROM DRIVER
2383 P:      Jens Axboe
2384 M:      axboe@suse.de
2385 L:      linux-scsi@vger.kernel.org
2386 W:      http://www.kernel.dk
2387 S:      Maintained
2388
2389 SCSI SG DRIVER
2390 P:      Doug Gilbert
2391 M:      dgilbert@interlog.com
2392 L:      linux-scsi@vger.kernel.org
2393 W:      http://www.torque.net/sg
2394 S:      Maintained
2395
2396 SCSI SUBSYSTEM
2397 P:      James E.J. Bottomley
2398 M:      James.Bottomley@SteelEye.com
2399 L:      linux-scsi@vger.kernel.org
2400 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2401 S:      Maintained
2402
2403 SCSI TAPE DRIVER
2404 P:      Kai Mäkisara
2405 M:      Kai.Makisara@kolumbus.fi
2406 L:      linux-scsi@vger.kernel.org
2407 S:      Maintained
2408
2409 SCTP PROTOCOL
2410 P: Sridhar Samudrala
2411 M: sri@us.ibm.com
2412 L: lksctp-developers@lists.sourceforge.net
2413 S: Supported
2414
2415 SCx200 CPU SUPPORT
2416 P:      Christer Weinigel
2417 M:      christer@weinigel.se
2418 W:      http://www.weinigel.se
2419 S:      Supported
2420
2421 SECURITY CONTACT
2422 P:      Security Officers
2423 M:      security@kernel.org
2424 S:      Supported
2425
2426 SELINUX SECURITY MODULE
2427 P:      Stephen Smalley
2428 M:      sds@tycho.nsa.gov
2429 P:      James Morris
2430 M:      jmorris@namei.org
2431 L:      linux-kernel@vger.kernel.org (kernel issues)
2432 L:      selinux@tycho.nsa.gov (general discussion)
2433 W:      http://www.nsa.gov/selinux
2434 S:      Supported
2435
2436 SERIAL ATA (SATA) SUBSYSTEM:
2437 P:      Jeff Garzik
2438 M:      jgarzik@pobox.com
2439 L:      linux-ide@vger.kernel.org
2440 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2441 S:      Supported
2442
2443 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2444 P:      Pat Gefre
2445 M:      pfg@sgi.com
2446 L:      linux-ia64@vger.kernel.org
2447 S:      Supported
2448
2449 SGI VISUAL WORKSTATION 320 AND 540
2450 P:      Andrey Panin
2451 M:      pazke@donpac.ru
2452 L:      linux-visws-devel@lists.sf.net
2453 W:      http://linux-visws.sf.net
2454 S:      Maintained for 2.6.
2455
2456 SIMTEC EB110ATX (Chalice CATS)
2457 P:      Ben Dooks
2458 P:      Vincent Sanders
2459 M:      support@simtec.co.uk
2460 W:      http://www.simtec.co.uk/products/EB110ATX/
2461 S:      Supported
2462
2463 SIMTEC EB2410ITX (BAST)
2464 P:      Ben Dooks
2465 P:      Vincent Sanders
2466 M:      support@simtec.co.uk
2467 W:      http://www.simtec.co.uk/products/EB2410ITX/
2468 S:      Supported
2469
2470 SIS 190 ETHERNET DRIVER
2471 P:      Francois Romieu
2472 M:      romieu@fr.zoreil.com
2473 L:      netdev@vger.kernel.org
2474 S:      Maintained
2475
2476 SIS 5513 IDE CONTROLLER DRIVER
2477 P:      Lionel Bouton
2478 M:      Lionel.Bouton@inet6.fr
2479 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2480 W:      http://gyver.homeip.net/sis5513/index.html
2481 S:      Maintained
2482
2483 SIS 900/7016 FAST ETHERNET DRIVER
2484 P:      Daniele Venzano
2485 M:      venza@brownhat.org
2486 W:      http://www.brownhat.org/sis900.html
2487 L:      netdev@vger.kernel.org
2488 S:      Maintained
2489
2490 SIS FRAMEBUFFER DRIVER
2491 P:      Thomas Winischhofer
2492 M:      thomas@winischhofer.net
2493 W:      http://www.winischhofer.net/linuxsisvga.shtml
2494 S:      Maintained      
2495
2496 SIS USB2VGA DRIVER
2497 P:      Thomas Winischhofer
2498 M:      thomas@winischhofer.net
2499 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2500 S:      Maintained
2501
2502 SMSC47M1 HARDWARE MONITOR DRIVER
2503 P:      Jean Delvare
2504 M:      khali@linux-fr.org
2505 L:      lm-sensors@lm-sensors.org
2506 S:      Odd Fixes
2507
2508 SMB FILESYSTEM
2509 P:      Urban Widmark
2510 M:      urban@teststation.com
2511 W:      http://samba.org/
2512 L:      samba@samba.org
2513 S:      Maintained
2514
2515 SMC91x ETHERNET DRIVER
2516 P:      Nicolas Pitre
2517 M:      nico@cam.org
2518 S:      Maintained
2519
2520 SOFTWARE RAID (Multiple Disks) SUPPORT
2521 P:      Ingo Molnar
2522 M:      mingo@redhat.com
2523 P:      Neil Brown
2524 M:      neilb@cse.unsw.edu.au
2525 L:      linux-raid@vger.kernel.org
2526 S:      Maintained
2527
2528 SOFTWARE SUSPEND:
2529 P:      Pavel Machek
2530 M:      pavel@suse.cz
2531 L:      linux-pm@osdl.org
2532 S:      Maintained
2533
2534 SONIC NETWORK DRIVER
2535 P:      Thomas Bogendoerfer
2536 M:      tsbogend@alpha.franken.de
2537 L:      netdev@vger.kernel.org
2538 S:      Maintained
2539
2540 SONY VAIO CONTROL DEVICE DRIVER
2541 P:      Stelian Pop
2542 M:      stelian@popies.net
2543 W:      http://popies.net/sonypi/
2544 S:      Maintained
2545
2546 SOUND
2547 P:      Jaroslav Kysela
2548 M:      perex@suse.cz
2549 L:      alsa-devel@alsa-project.org
2550 S:      Maintained
2551
2552 SPI SUBSYSTEM
2553 P:      David Brownell
2554 M:      dbrownell@users.sourceforge.net
2555 L:      spi-devel-general@lists.sourceforge.net
2556 S:      Maintained
2557
2558 TPM DEVICE DRIVER
2559 P:      Kylene Hall
2560 M:      kjhall@us.ibm.com
2561 W:      http://tpmdd.sourceforge.net
2562 L:      tpmdd-devel@lists.sourceforge.net
2563 S:      Maintained
2564
2565 Telecom Clock Driver for MCPL0010
2566 P: Mark Gross
2567 M: mark.gross@intel.com
2568 S: Supported
2569
2570 TENSILICA XTENSA PORT (xtensa):
2571 P:      Chris Zankel
2572 M:      chris@zankel.net
2573 S:      Maintained
2574
2575 UltraSPARC (sparc64):
2576 P:      David S. Miller
2577 M:      davem@davemloft.net
2578 P:      Eddie C. Dost
2579 M:      ecd@brainaid.de
2580 P:      Jakub Jelinek
2581 M:      jj@sunsite.ms.mff.cuni.cz
2582 P:      Anton Blanchard
2583 M:      anton@samba.org
2584 L:      sparclinux@vger.kernel.org
2585 L:      ultralinux@vger.kernel.org
2586 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2587 S:      Maintained
2588
2589 SHARP LH SUPPORT (LH7952X & LH7A40X)
2590 P:      Marc Singer
2591 M:      elf@buici.com
2592 W:      http://projects.buici.com/arm
2593 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2594 S:      Maintained
2595
2596 SHPC HOTPLUG DRIVER
2597 P:      Kristen Carlson Accardi
2598 M:      kristen.c.accardi@intel.com
2599 L:      pcihpd-discuss@lists.sourceforge.net
2600 S:      Maintained
2601
2602 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2603 P:      Pierre Ossman
2604 M:      drzeus-sdhci@drzeus.cx
2605 L:      sdhci-devel@list.drzeus.cx
2606 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2607 S:      Maintained
2608
2609 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2610 P:      Stephen Hemminger
2611 M:      shemminger@osdl.org
2612 L:      netdev@vger.kernel.org
2613 S:      Maintained
2614
2615 SPARC (sparc32):
2616 P:      William L. Irwin
2617 M:      wli@holomorphy.com
2618 L:      sparclinux@vger.kernel.org
2619 S:      Maintained
2620
2621 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2622 P:      Roger Wolff
2623 M:      R.E.Wolff@BitWizard.nl
2624 L:      linux-kernel@vger.kernel.org ?
2625 S:      Supported
2626
2627 SRM (Alpha) environment access
2628 P:      Jan-Benedict Glaw
2629 M:      jbglaw@lug-owl.de
2630 L:      linux-kernel@vger.kernel.org
2631 S:      Maintained
2632
2633 STARFIRE/DURALAN NETWORK DRIVER
2634 P:      Ion Badulescu
2635 M:      ionut@cs.columbia.edu
2636 S:      Maintained
2637
2638 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2639 W:      http://mosquitonet.Stanford.EDU/strip.html
2640 S:      Unsupported ?
2641
2642 STRADIS MPEG-2 DECODER DRIVER
2643 P:      Nathan Laredo
2644 M:      laredo@gnu.org
2645 W:      http://www.stradis.com/
2646 S:      Maintained
2647
2648 SUPERH (sh)
2649 P:      Paul Mundt
2650 M:      lethal@linux-sh.org
2651 P:      Kazumoto Kojima
2652 M:      kkojima@rr.iij4u.or.jp
2653 L:      linuxsh-dev@lists.sourceforge.net
2654 W:      http://www.linux-sh.org
2655 W:      http://www.m17n.org/linux-sh/
2656 W:      http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2657 S:      Maintained
2658
2659 SUPERH64 (sh64)
2660 P:      Paul Mundt
2661 M:      lethal@linux-sh.org
2662 P:      Richard Curnow
2663 M:      rc@rc0.org.uk
2664 L:      linuxsh-shmedia-dev@lists.sourceforge.net
2665 W:      http://www.linux-sh.org
2666 W:      http://www.rc0.org.uk/sh64
2667 S:      Maintained
2668
2669 SUN3/3X
2670 P:      Sam Creasey
2671 M:      sammy@sammy.net
2672 L:      sun3-list@redhat.com
2673 W:      http://sammy.net/sun3/
2674 S:      Maintained
2675
2676 SVGA HANDLING
2677 P:      Martin Mares
2678 M:      mj@ucw.cz
2679 L:      linux-video@atrey.karlin.mff.cuni.cz
2680 S:      Maintained
2681
2682 SYSV FILESYSTEM
2683 P:      Christoph Hellwig
2684 M:      hch@infradead.org
2685 S:      Maintained
2686
2687 TI PARALLEL LINK CABLE DRIVER
2688 P:     Romain Lievin
2689 M:     roms@lpg.ticalc.org
2690 S:     Maintained
2691
2692 TIPC NETWORK LAYER
2693 P:      Per Liden
2694 M:      per.liden@ericsson.com
2695 P:      Jon Maloy
2696 M:      jon.maloy@ericsson.com
2697 P:      Allan Stephens
2698 M:      allan.stephens@windriver.com
2699 L:      tipc-discussion@lists.sourceforge.net
2700 W:      http://tipc.sourceforge.net/
2701 W:      http://tipc.cslab.ericsson.net/
2702 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2703 S:      Maintained
2704
2705 TLAN NETWORK DRIVER
2706 P:      Samuel Chessman
2707 M:      chessman@tux.org
2708 L:      tlan-devel@lists.sourceforge.net
2709 W:      http://sourceforge.net/projects/tlan/
2710 S:      Maintained
2711
2712 TOKEN-RING NETWORK DRIVER
2713 P:      Mike Phillips
2714 M:      mikep@linuxtr.net
2715 L:      netdev@vger.kernel.org
2716 L:      linux-tr@linuxtr.net
2717 W:      http://www.linuxtr.net
2718 S:      Maintained
2719
2720 TOSHIBA ACPI EXTRAS DRIVER
2721 P:      John Belmonte
2722 M:      toshiba_acpi@memebeam.org
2723 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2724 S:      Maintained
2725
2726 TOSHIBA SMM DRIVER
2727 P:      Jonathan Buzzard
2728 M:      jonathan@buzzard.org.uk
2729 L:      tlinux-users@tce.toshiba-dme.co.jp
2730 W:      http://www.buzzard.org.uk/toshiba/
2731 S:      Maintained
2732
2733 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2734 P:      Muli Ben-Yehuda
2735 M:      mulix@mulix.org
2736 L:      linux-kernel@vger.kernel.org
2737 S:      Maintained
2738
2739 TRIVIAL PATCHES
2740 P:      Adrian Bunk
2741 M:      trivial@kernel.org
2742 L:      linux-kernel@vger.kernel.org
2743 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2744 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2745 S:      Maintained
2746
2747 TMS380 TOKEN-RING NETWORK DRIVER
2748 P:      Adam Fritzler
2749 M:      mid@auk.cx
2750 L:      linux-tr@linuxtr.net
2751 W:      http://www.auk.cx/tms380tr/
2752 S:      Maintained
2753
2754 TULIP NETWORK DRIVER
2755 P:      Jeff Garzik
2756 M:      jgarzik@pobox.com
2757 L:      tulip-users@lists.sourceforge.net
2758 W:      http://sourceforge.net/projects/tulip/
2759 S:      Maintained
2760
2761 TUN/TAP driver
2762 P:      Maxim Krasnyansky
2763 M:      maxk@qualcomm.com
2764 L:      vtun@office.satix.net
2765 W:      http://vtun.sourceforge.net/tun
2766 S:      Maintained
2767
2768 U14-34F SCSI DRIVER
2769 P:      Dario Ballabio
2770 M:      ballabio_dario@emc.com
2771 L:      linux-scsi@vger.kernel.org
2772 S:      Maintained
2773
2774 UDF FILESYSTEM
2775 P:      Ben Fennema
2776 M:      bfennema@falcon.csc.calpoly.edu
2777 W:      http://linux-udf.sourceforge.net
2778 S:      Maintained
2779
2780 UNIFORM CDROM DRIVER
2781 P:      Jens Axboe
2782 M:      axboe@suse.de
2783 L:      linux-kernel@vger.kernel.org
2784 W:      http://www.kernel.dk
2785 S:      Maintained
2786
2787 USB ACM DRIVER
2788 P:      Oliver Neukum
2789 M:      oliver@neukum.name
2790 L:      linux-usb-users@lists.sourceforge.net
2791 L:      linux-usb-devel@lists.sourceforge.net
2792 S:      Maintained
2793
2794 USB BLOCK DRIVER (UB ub)
2795 P:      Pete Zaitcev
2796 M:      zaitcev@redhat.com
2797 L:      linux-kernel@vger.kernel.org
2798 L:      linux-usb-devel@lists.sourceforge.net
2799 S:      Supported
2800
2801 USB CDC ETHERNET DRIVER
2802 P:      Greg Kroah-Hartman
2803 M:      greg@kroah.com
2804 L:      linux-usb-users@lists.sourceforge.net
2805 L:      linux-usb-devel@lists.sourceforge.net
2806 S:      Maintained
2807 W:      http://www.kroah.com/linux-usb/
2808
2809 USB EHCI DRIVER
2810 P:      David Brownell
2811 M:      dbrownell@users.sourceforge.net
2812 L:      linux-usb-devel@lists.sourceforge.net
2813 S:      Maintained
2814
2815 USB ET61X[12]51 DRIVER
2816 P:      Luca Risolia
2817 M:      luca.risolia@studio.unibo.it
2818 L:      linux-usb-devel@lists.sourceforge.net
2819 L:      video4linux-list@redhat.com
2820 W:      http://www.linux-projects.org
2821 S:      Maintained
2822
2823 USB HID/HIDBP DRIVERS
2824 P:      Vojtech Pavlik
2825 M:      vojtech@suse.cz
2826 L:      linux-usb-users@lists.sourceforge.net
2827 L:      linux-usb-devel@lists.sourceforge.net
2828 S:      Maintained
2829
2830 USB HUB DRIVER
2831 P:      Johannes Erdfelt
2832 M:      johannes@erdfelt.com
2833 L:      linux-usb-users@lists.sourceforge.net
2834 L:      linux-usb-devel@lists.sourceforge.net
2835 S:      Maintained
2836
2837 USB ISP116X DRIVER
2838 P:      Olav Kongas
2839 M:      ok@artecdesign.ee
2840 L:      linux-usb-devel@lists.sourceforge.net
2841 S:      Maintained
2842
2843 USB KAWASAKI LSI DRIVER
2844 P:      Oliver Neukum
2845 M:      oliver@neukum.name
2846 L:      linux-usb-users@lists.sourceforge.net
2847 L:      linux-usb-devel@lists.sourceforge.net
2848 S:      Maintained
2849
2850 USB MASS STORAGE DRIVER
2851 P:      Matthew Dharm
2852 M:      mdharm-usb@one-eyed-alien.net
2853 L:      linux-usb-users@lists.sourceforge.net
2854 L:      usb-storage@lists.one-eyed-alien.net
2855 S:      Maintained
2856 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
2857
2858 USB OHCI DRIVER
2859 P:      Roman Weissgaerber
2860 M:      weissg@vienna.at
2861 L:      linux-usb-users@lists.sourceforge.net
2862 L:      linux-usb-devel@lists.sourceforge.net
2863 S:      Maintained
2864
2865 USB OPTION-CARD DRIVER
2866 P:      Matthias Urlichs
2867 M:      smurf@smurf.noris.de
2868 L:      linux-usb-devel@lists.sourceforge.net
2869 S:      Maintained
2870
2871 USB OV511 DRIVER
2872 P:      Mark McClelland
2873 M:      mmcclell@bigfoot.com
2874 L:      linux-usb-users@lists.sourceforge.net
2875 L:      linux-usb-devel@lists.sourceforge.net
2876 W:      http://alpha.dyndns.org/ov511/
2877 S:      Maintained
2878
2879 USB PEGASUS DRIVER
2880 P:      Petko Manolov
2881 M:      petkan@users.sourceforge.net
2882 L:      linux-usb-users@lists.sourceforge.net
2883 L:      linux-usb-devel@lists.sourceforge.net
2884 W:      http://pegasus2.sourceforge.net/
2885 S:      Maintained
2886
2887 USB PRINTER DRIVER
2888 P:      Vojtech Pavlik
2889 M:      vojtech@suse.cz
2890 L:      linux-usb-users@lists.sourceforge.net
2891 L:      linux-usb-devel@lists.sourceforge.net
2892 S:      Maintained
2893
2894 USB RTL8150 DRIVER
2895 P:      Petko Manolov
2896 M:      petkan@users.sourceforge.net
2897 L:      linux-usb-users@lists.sourceforge.net
2898 L:      linux-usb-devel@lists.sourceforge.net
2899 W:      http://pegasus2.sourceforge.net/
2900 S:      Maintained
2901
2902 USB SE401 DRIVER
2903 P:      Jeroen Vreeken
2904 M:      pe1rxq@amsat.org
2905 L:      linux-usb-users@lists.sourceforge.net
2906 L:      linux-usb-devel@lists.sourceforge.net
2907 W:      http://www.chello.nl/~j.vreeken/se401/
2908 S:      Maintained
2909
2910 USB SERIAL CYBERJACK DRIVER
2911 P:      Matthias Bruestle and Harald Welte
2912 M:      support@reiner-sct.com
2913 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
2914 S:      Maintained
2915
2916 USB SERIAL DIGI ACCELEPORT DRIVER
2917 P:      Peter Berger and Al Borchers
2918 M:      pberger@brimson.com
2919 M:      alborchers@steinerpoint.com
2920 L:      linux-usb-users@lists.sourceforge.net
2921 L:      linux-usb-devel@lists.sourceforge.net
2922 S:      Maintained
2923
2924 USB SERIAL DRIVER
2925 P:      Greg Kroah-Hartman
2926 M:      gregkh@suse.de
2927 L:      linux-usb-users@lists.sourceforge.net
2928 L:      linux-usb-devel@lists.sourceforge.net
2929 S:      Supported
2930
2931 USB SERIAL BELKIN F5U103 DRIVER
2932 P:      William Greathouse
2933 M:      wgreathouse@smva.com
2934 L:      linux-usb-users@lists.sourceforge.net
2935 L:      linux-usb-devel@lists.sourceforge.net
2936 S:      Maintained
2937
2938 USB SERIAL CYPRESS M8 DRIVER
2939 P:      Lonnie Mendez
2940 M:      dignome@gmail.com
2941 L:      linux-usb-users@lists.sourceforge.net
2942 L:      linux-usb-devel@lists.sourceforge.net
2943 S:      Maintained
2944 W:      http://geocities.com/i0xox0i
2945 W:      http://firstlight.net/cvs
2946
2947 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2948 L:      linux-usb-users@lists.sourceforge.net
2949 L:      linux-usb-devel@lists.sourceforge.net
2950 S:      Maintained
2951
2952 USB AUERSWALD DRIVER
2953 P:      Wolfgang Muees
2954 M:      wolfgang@iksw-muees.de
2955 L:      linux-usb-users@lists.sourceforge.net
2956 L:      linux-usb-devel@lists.sourceforge.net
2957 S:      Maintained
2958
2959 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2960 P:      Gary Brubaker
2961 M:      xavyer@ix.netcom.com
2962 L:      linux-usb-users@lists.sourceforge.net
2963 L:      linux-usb-devel@lists.sourceforge.net
2964 S:      Maintained
2965
2966 USB SERIAL KEYSPAN DRIVER
2967 P:      Greg Kroah-Hartman
2968 M:      greg@kroah.com
2969 L:      linux-usb-users@lists.sourceforge.net
2970 L:      linux-usb-devel@lists.sourceforge.net
2971 W:      http://www.kroah.com/linux/
2972 S:      Maintained
2973
2974 USB SERIAL WHITEHEAT DRIVER
2975 P:      Stuart MacDonald
2976 M:      stuartm@connecttech.com
2977 L:      linux-usb-users@lists.sourceforge.net
2978 L:      linux-usb-devel@lists.sourceforge.net
2979 W:      http://www.connecttech.com
2980 S:      Supported
2981
2982 USB SN9C10x DRIVER
2983 P:      Luca Risolia
2984 M:      luca.risolia@studio.unibo.it
2985 L:      linux-usb-devel@lists.sourceforge.net
2986 L:      video4linux-list@redhat.com
2987 W:      http://www.linux-projects.org
2988 S:      Maintained
2989
2990 USB SUBSYSTEM
2991 P:      Greg Kroah-Hartman
2992 M:      gregkh@suse.de
2993 L:      linux-usb-users@lists.sourceforge.net
2994 L:      linux-usb-devel@lists.sourceforge.net
2995 W:      http://www.linux-usb.org
2996 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2997 S:      Supported
2998
2999 USB UHCI DRIVER
3000 P:      Alan Stern
3001 M:      stern@rowland.harvard.edu
3002 L:      linux-usb-users@lists.sourceforge.net
3003 L:      linux-usb-devel@lists.sourceforge.net
3004 S:      Maintained
3005
3006 USB "USBNET" DRIVER
3007 P:      David Brownell
3008 M:      dbrownell@users.sourceforge.net
3009 L:      linux-usb-devel@lists.sourceforge.net
3010 S:      Maintained
3011
3012 USB W996[87]CF DRIVER
3013 P:      Luca Risolia
3014 M:      luca.risolia@studio.unibo.it
3015 L:      linux-usb-devel@lists.sourceforge.net
3016 L:      video4linux-list@redhat.com
3017 W:      http://www.linux-projects.org
3018 S:      Maintained
3019
3020 USB ZC0301 DRIVER
3021 P:      Luca Risolia
3022 M:      luca.risolia@studio.unibo.it
3023 L:      linux-usb-devel@lists.sourceforge.net
3024 L:      video4linux-list@redhat.com
3025 W:      http://www.linux-projects.org
3026 S:      Maintained
3027
3028 USB ZD1201 DRIVER
3029 P:      Jeroen Vreeken
3030 M:      pe1rxq@amsat.org
3031 L:      linux-usb-users@lists.sourceforge.net
3032 L:      linux-usb-devel@lists.sourceforge.net
3033 W:      http://linux-lc100020.sourceforge.net
3034 S:      Maintained
3035
3036 USER-MODE LINUX
3037 P:      Jeff Dike
3038 M:      jdike@karaya.com
3039 L:      user-mode-linux-devel@lists.sourceforge.net
3040 L:      user-mode-linux-user@lists.sourceforge.net
3041 W:      http://user-mode-linux.sourceforge.net
3042 S:      Maintained
3043         
3044 FAT/VFAT/MSDOS FILESYSTEM:
3045 P:      OGAWA Hirofumi
3046 M:      hirofumi@mail.parknet.co.jp
3047 L:      linux-kernel@vger.kernel.org
3048 S:      Maintained
3049
3050 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3051 P:      Jeff Garzik
3052 S:      Odd fixes
3053
3054 VIA RHINE NETWORK DRIVER
3055 P:      Roger Luethi
3056 M:      rl@hellgate.ch
3057 S:      Maintained
3058
3059 VIAPRO SMBUS DRIVER
3060 P:      Jean Delvare
3061 M:      khali@linux-fr.org
3062 L:      lm-sensors@lm-sensors.org
3063 S:      Maintained
3064
3065 UCLINUX (AND M68KNOMMU)
3066 P:      Greg Ungerer
3067 M:      gerg@uclinux.org
3068 W:      http://www.uclinux.org/
3069 L:      uclinux-dev@uclinux.org  (subscribers-only)
3070 S:      Maintained
3071
3072 UCLINUX FOR NEC V850
3073 P:      Miles Bader
3074 M:      uclinux-v850@lsi.nec.co.jp
3075 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3076 W:      http://www.ee.nec.de/uclinux/
3077 S:      Supported
3078
3079 UCLINUX FOR RENESAS H8/300
3080 P:      Yoshinori Sato
3081 M:      ysato@users.sourceforge.jp
3082 W:      http://uclinux-h8.sourceforge.jp/
3083 S:      Supported
3084
3085 USB DIAMOND RIO500 DRIVER
3086 P:      Cesar Miquel
3087 M:      miquel@df.uba.ar
3088 L:      rio500-users@lists.sourceforge.net
3089 W:      http://rio500.sourceforge.net
3090 S:      Maintained
3091
3092 VIDEO FOR LINUX
3093 P:      Mauro Carvalho Chehab
3094 M:      mchehab@infradead.org
3095 M:      v4l-dvb-maintainer@linuxtv.org
3096 L:      video4linux-list@redhat.com
3097 W:      http://linuxtv.org
3098 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3099 S:      Maintained
3100
3101 VT8231 HARDWARE MONITOR DRIVER
3102 P:      Roger Lucas
3103 M:      roger@planbit.co.uk
3104 L:      lm-sensors@lm-sensors.org
3105 S:      Maintained
3106
3107 W1 DALLAS'S 1-WIRE BUS
3108 P:      Evgeniy Polyakov
3109 M:      johnpol@2ka.mipt.ru
3110 L:      lm-sensors@lm-sensors.org
3111 S:      Maintained
3112
3113 W83L51xD SD/MMC CARD INTERFACE DRIVER
3114 P:      Pierre Ossman
3115 M:      drzeus-wbsd@drzeus.cx
3116 L:      wbsd-devel@list.drzeus.cx
3117 W:      http://projects.drzeus.cx/wbsd
3118 S:      Maintained
3119
3120 W83L785TS HARDWARE MONITOR DRIVER
3121 P:      Jean Delvare
3122 M:      khali@linux-fr.org
3123 L:      lm-sensors@lm-sensors.org
3124 S:      Odd Fixes
3125
3126 WATCHDOG DEVICE DRIVERS
3127 P:      Wim Van Sebroeck
3128 M:      wim@iguana.be
3129 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3130 S:      Maintained
3131
3132 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3133 P:      Jean Tourrilhes
3134 M:      jt@hpl.hp.com
3135 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3136 S:      Maintained
3137
3138 WD7000 SCSI DRIVER
3139 P:      Miroslav Zagorac
3140 M:      zaga@fly.cc.fer.hr
3141 L:      linux-scsi@vger.kernel.org
3142 S:      Maintained
3143
3144 WISTRON LAPTOP BUTTON DRIVER
3145 P:      Miloslav Trmac
3146 M:      mitr@volny.cz
3147 S:      Maintained
3148
3149 WL3501 WIRELESS PCMCIA CARD DRIVER
3150 P:      Arnaldo Carvalho de Melo
3151 M:      acme@conectiva.com.br
3152 W:      http://advogato.org/person/acme
3153 S:      Maintained
3154
3155 X.25 NETWORK LAYER
3156 P:      Henner Eisen
3157 M:      eis@baty.hanse.de
3158 L:      linux-x25@vger.kernel.org
3159 S:      Maintained
3160
3161 XFS FILESYSTEM
3162 P:      Silicon Graphics Inc
3163 M:      xfs-masters@oss.sgi.com
3164 M:      nathans@sgi.com
3165 L:      linux-xfs@oss.sgi.com
3166 W:      http://oss.sgi.com/projects/xfs
3167 S:      Supported
3168
3169 X86 3-LEVEL PAGING (PAE) SUPPORT
3170 P:      Ingo Molnar
3171 M:      mingo@redhat.com
3172 S:      Maintained
3173
3174 X86-64 port
3175 P:      Andi Kleen
3176 M:      ak@suse.de
3177 L:      discuss@x86-64.org
3178 W:      http://www.x86-64.org
3179 S:      Maintained
3180
3181 YAM DRIVER FOR AX.25
3182 P:      Jean-Paul Roubelat
3183 M:      jpr@f6fbb.org
3184 L:      linux-hams@vger.kernel.org
3185 S:      Maintained
3186
3187 YEALINK PHONE DRIVER
3188 P:      Henk Vergonet
3189 M:      Henk.Vergonet@gmail.com
3190 L:      usbb2k-api-dev@nongnu.org
3191 S:      Maintained
3192
3193 YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3194 P:      Pete Zaitcev
3195 M:      zaitcev@yahoo.com
3196 L:      linux-kernel@vger.kernel.org
3197 S:      Obsolete
3198
3199 Z8530 DRIVER FOR AX.25
3200 P:      Joerg Reuter
3201 M:      jreuter@yaina.de
3202 W:      http://yaina.de/jreuter/
3203 W:      http://www.qsl.net/dl1bke/
3204 L:      linux-hams@vger.kernel.org
3205 S:      Maintained
3206
3207 ZF MACHZ WATCHDOG
3208 P:      Fernando Fuganti
3209 M:      fuganti@netbank.com.br
3210 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3211 S:      Maintained
3212
3213 ZR36067 VIDEO FOR LINUX DRIVER
3214 P:      Ronald Bultje
3215 M:      rbultje@ronald.bitfreak.net
3216 L:      mjpeg-users@lists.sourceforge.net
3217 W:      http://mjpeg.sourceforge.net/driver-zoran/
3218 S:      Maintained
3219
3220 ZR36120 VIDEO FOR LINUX DRIVER
3221 P:      Pauline Middelink
3222 M:      middelin@polyware.nl
3223 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3224 W:      http://www.polyware.nl/~middelin/hobbies.html
3225 S:      Maintained
3226
3227 THE REST
3228 P:      Linus Torvalds
3229 S:      Buried alive in reporters