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