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