Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[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 T:      git http://tali.admingilde.org/git/linux-docbook.git
875 S:      Maintained
876
877 DOUBLETALK DRIVER
878 P:      James R. Van Zandt
879 M:      jrv@vanzandt.mv.com
880 L:      blinux-list@redhat.com
881 S:      Maintained
882
883 DRIVER CORE, KOBJECTS, AND SYSFS
884 P:      Greg Kroah-Hartman
885 M:      gregkh@suse.de
886 L:      linux-kernel@vger.kernel.org
887 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
888 S:      Supported
889
890 DRM DRIVERS
891 P:      David Airlie
892 M:      airlied@linux.ie
893 L:      dri-devel@lists.sourceforge.net
894 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
895 S:      Maintained
896
897 DSCC4 DRIVER
898 P:      François Romieu
899 M:      romieu@cogenit.fr
900 M:      romieu@ensta.fr
901 S:      Maintained
902
903 DVB SUBSYSTEM AND DRIVERS
904 P:      LinuxTV.org Project
905 M:      v4l-dvb-maintainer@linuxtv.org
906 L:      linux-dvb@linuxtv.org (subscription required)
907 W:      http://linuxtv.org/
908 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
909 S:      Maintained
910
911 EATA-DMA SCSI DRIVER
912 P:      Michael Neuffer
913 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
914 S:      Maintained
915
916 EATA ISA/EISA/PCI SCSI DRIVER
917 P:      Dario Ballabio
918 M:      ballabio_dario@emc.com
919 L:      linux-scsi@vger.kernel.org
920 S:      Maintained
921
922 EATA-PIO SCSI DRIVER
923 P:      Michael Neuffer
924 M:      mike@i-Connect.Net
925 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
926 S:      Maintained
927
928 EBTABLES
929 P:      Bart De Schuymer
930 M:      bart.de.schuymer@pandora.be
931 L:      ebtables-user@lists.sourceforge.net
932 L:      ebtables-devel@lists.sourceforge.net
933 W:      http://ebtables.sourceforge.net/
934 S:      Maintained
935
936 EDAC-CORE
937 P:      Doug Thompson
938 M:      norsk5@xmission.com
939 L:      bluesmoke-devel@lists.sourceforge.net
940 W:      bluesmoke.sourceforge.net
941 S:      Supported
942
943 EDAC-E752X
944 P:      Mark Gross
945 M:      mark.gross@intel.com
946 L:      bluesmoke-devel@lists.sourceforge.net
947 W:      bluesmoke.sourceforge.net
948 S:      Maintained
949
950 EDAC-E7XXX
951 P:      Doug Thompson
952 M:      norsk5@xmission.com
953 L:      bluesmoke-devel@lists.sourceforge.net
954 W:      bluesmoke.sourceforge.net
955 S:      Maintained
956
957 EDAC-R82600
958 P:      Tim Small
959 M:      tim@buttersideup.com
960 L:      bluesmoke-devel@lists.sourceforge.net
961 W:      bluesmoke.sourceforge.net
962 S:      Maintained
963
964 EEPRO100 NETWORK DRIVER
965 P:      Andrey V. Savochkin
966 M:      saw@saw.sw.com.sg
967 S:      Maintained
968
969 EMU10K1 SOUND DRIVER
970 P:      James Courtier-Dutton
971 M:      James@superbug.demon.co.uk
972 L:      emu10k1-devel@lists.sourceforge.net
973 W:      http://sourceforge.net/projects/emu10k1/
974 S:      Maintained
975
976 EMULEX LPFC FC SCSI DRIVER
977 P:      James Smart
978 M:      james.smart@emulex.com
979 L:      linux-scsi@vger.kernel.org
980 W:      http://sourceforge.net/projects/lpfcxxxx
981 S:      Supported
982
983 EPSON 1355 FRAMEBUFFER DRIVER
984 P:      Christopher Hoover
985 M:      ch@murgatroid.com, ch@hpl.hp.com
986 S:      Maintained
987
988 ETHEREXPRESS-16 NETWORK DRIVER
989 P:      Philip Blundell
990 M:      philb@gnu.org
991 L:      netdev@vger.kernel.org
992 S:      Maintained
993
994 ETHERNET BRIDGE
995 P:      Stephen Hemminger
996 M:      shemminger@osdl.org
997 L:      bridge@osdl.org
998 W:      http://bridge.sourceforge.net/
999 S:      Maintained
1000
1001 ETHERTEAM 16I DRIVER
1002 P:      Mika Kuoppala
1003 M:      miku@iki.fi
1004 S:      Maintained
1005
1006 EXT2 FILE SYSTEM
1007 L:      ext2-devel@lists.sourceforge.net
1008 S:      Maintained
1009
1010 EXT3 FILE SYSTEM
1011 P:      Stephen Tweedie, Andrew Morton
1012 M:      sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1013 L:      ext2-devel@lists.sourceforge.net
1014 S:      Maintained
1015
1016 F71805F HARDWARE MONITORING DRIVER
1017 P:      Jean Delvare
1018 M:      khali@linux-fr.org
1019 L:      lm-sensors@lm-sensors.org
1020 S:      Maintained
1021
1022 FARSYNC SYNCHRONOUS DRIVER
1023 P:      Kevin Curtis
1024 M:      kevin.curtis@farsite.co.uk
1025 W:      http://www.farsite.co.uk/
1026 S:      Supported
1027
1028 FRAMEBUFFER LAYER
1029 P:      Antonino Daplas
1030 M:      adaplas@pol.net
1031 L:      linux-fbdev-devel@lists.sourceforge.net 
1032 W:      http://linux-fbdev.sourceforge.net/
1033 S:      Maintained
1034
1035 FREESCALE SOC FS_ENET DRIVER
1036 P:      Pantelis Antoniou
1037 M:      pantelis.antoniou@gmail.com
1038 P:      Vitaly Bordug
1039 M:      vbordug@ru.mvista.com
1040 L:      linuxppc-embedded@ozlabs.org
1041 L:      netdev@vger.kernel.org
1042 S:      Maintained
1043
1044 FILE LOCKING (flock() and fcntl()/lockf())
1045 P:      Matthew Wilcox
1046 M:      matthew@wil.cx
1047 L:      linux-fsdevel@vger.kernel.org
1048 S:      Maintained
1049
1050 FILESYSTEMS (VFS and infrastructure)
1051 P:      Alexander Viro
1052 M:      viro@zeniv.linux.org.uk
1053 S:      Maintained
1054
1055 FIRMWARE LOADER (request_firmware)
1056 L:      linux-kernel@vger.kernel.org
1057 S:      Orphan
1058
1059 FPU EMULATOR
1060 P:      Bill Metzenthen
1061 M:      billm@suburbia.net
1062 W:      http://suburbia.net/~billm/floating-point/emulator/
1063 S:      Maintained
1064
1065 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1066 P:      Mike McLagan
1067 M:      mike.mclagan@linux.org
1068 L:      netdev@vger.kernel.org
1069 S:      Maintained
1070
1071 FREEVXFS FILESYSTEM
1072 P:      Christoph Hellwig
1073 M:      hch@infradead.org
1074 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1075 S:      Maintained
1076
1077 FUJITSU FR-V PORT
1078 P:      David Howells
1079 M:      dhowells@redhat.com
1080 S:      Maintained
1081
1082 FTAPE/QIC-117
1083 L:      linux-tape@vger.kernel.org
1084 W:      http://sourceforge.net/projects/ftape
1085 S:      Orphan
1086
1087 FUSE: FILESYSTEM IN USERSPACE
1088 P:      Miklos Szeredi
1089 M:      miklos@szeredi.hu
1090 L:      fuse-devel@lists.sourceforge.net
1091 W:      http://fuse.sourceforge.net/
1092 S:      Maintained
1093
1094 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1095 P:      Rik Faith
1096 M:      faith@cs.unc.edu
1097 L:      linux-scsi@vger.kernel.org
1098 S:      Odd fixes (e.g., new signatures)
1099
1100 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1101 P:      Achim Leubner
1102 M:      achim_leubner@adaptec.com
1103 L:      linux-scsi@vger.kernel.org
1104 W:      http://www.icp-vortex.com/
1105 S:      Supported
1106
1107 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1108 P:      Krzysztof Halasa
1109 M:      khc@pm.waw.pl
1110 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1111 S:      Maintained
1112
1113 GFS2 FILE SYSTEM
1114 P:      Steven Whitehouse
1115 M:      swhiteho@redhat.com
1116 L:      cluster-devel@redhat.com
1117 W:      http://sources.redhat.com/cluster/
1118 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git
1119 S:      Supported
1120
1121 GIGASET ISDN DRIVERS
1122 P:      Hansjoerg Lipp
1123 M:      hjlipp@web.de
1124 P:      Tilman Schmidt
1125 M:      tilman@imap.cc
1126 L:      gigaset307x-common@lists.sourceforge.net
1127 W:      http://gigaset307x.sourceforge.net/
1128 S:      Maintained
1129
1130 HARDWARE MONITORING
1131 P:      Jean Delvare
1132 M:      khali@linux-fr.org
1133 L:      lm-sensors@lm-sensors.org
1134 W:      http://www.lm-sensors.nu/
1135 S:      Maintained
1136
1137 HARDWARE RANDOM NUMBER GENERATOR CORE
1138 P:      Michael Buesch
1139 M:      mb@bu3sch.de
1140 S:      Maintained
1141
1142 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1143 P:      Robert Love
1144 M:      rlove@rlove.org
1145 M:      linux-kernel@vger.kernel.org
1146 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1147 S:      Maintained
1148
1149 HARMONY SOUND DRIVER
1150 P:      Kyle McMartin
1151 M:      kyle@parisc-linux.org
1152 W:      http://www.parisc-linux.org/~kyle/harmony/
1153 L:      parisc-linux@lists.parisc-linux.org
1154 S:      Maintained
1155
1156 HAYES ESP SERIAL DRIVER
1157 P:      Andrew J. Robinson
1158 M:      arobinso@nyx.net
1159 L:      linux-kernel@vger.kernel.org
1160 W:      http://www.nyx.net/~arobinso
1161 S:      Maintained
1162
1163 HFS FILESYSTEM
1164 P:      Roman Zippel
1165 M:      zippel@linux-m68k.org
1166 L:      linux-kernel@vger.kernel.org
1167 S:      Maintained
1168
1169 HGA FRAMEBUFFER DRIVER
1170 P:      Ferenc Bakonyi
1171 M:      fero@drama.obuda.kando.hu
1172 L:      linux-nvidia@lists.surfsouth.com
1173 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1174 S:      Maintained
1175
1176 HIGH-SPEED SCC DRIVER FOR AX.25
1177 P:      Klaus Kudielka
1178 M:      klaus.kudielka@ieee.org
1179 L:      linux-hams@vger.kernel.org
1180 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1181 S:      Maintained
1182
1183 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1184 P:      HighPoint Linux Team
1185 M:      linux@highpoint-tech.com
1186 W:      http://www.highpoint-tech.com
1187 S:      Supported
1188
1189 HIPPI
1190 P:      Jes Sorensen
1191 M:      jes@trained-monkey.org
1192 L:      linux-hippi@sunsite.dk
1193 S:      Maintained
1194
1195 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1196 P:      Chirag Kantharia
1197 M:      chirag.kantharia@hp.com
1198 L:      iss_storagedev@hp.com
1199 S:      Maintained
1200  
1201 HEWLETT-PACKARD SMART2 RAID DRIVER
1202 P:      Chirag Kantharia
1203 M:      chirag.kantharia@hp.com
1204 L:      iss_storagedev@hp.com
1205 S:      Maintained
1206  
1207 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1208 P:      Mike Miller
1209 M:      mike.miller@hp.com
1210 L:      iss_storagedev@hp.com
1211 S:      Supported
1212  
1213 HOST AP DRIVER
1214 P:      Jouni Malinen
1215 M:      jkmaline@cc.hut.fi
1216 L:      hostap@shmoo.com
1217 W:      http://hostap.epitest.fi/
1218 S:      Maintained
1219
1220 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1221 P:      Jaroslav Kysela
1222 M:      perex@suse.cz
1223 S:      Maintained
1224
1225 HPET:   High Precision Event Timers driver (hpet.c)
1226 P:      Clemens Ladisch
1227 M:      clemens@ladisch.de
1228 S:      Maintained
1229
1230 HPET:   i386
1231 P:      Venkatesh Pallipadi (Venki)
1232 M:      venkatesh.pallipadi@intel.com
1233 S:      Maintained
1234
1235 HPET:   x86_64
1236 P:      Andi Kleen and Vojtech Pavlik
1237 M:      ak@muc.de and vojtech@suse.cz
1238 S:      Maintained
1239
1240 HPET:   ACPI hpet.c
1241 P:      Bob Picco
1242 M:      bob.picco@hp.com
1243 S:      Maintained
1244
1245 HPFS FILESYSTEM
1246 P:      Mikulas Patocka
1247 M:      mikulas@artax.karlin.mff.cuni.cz
1248 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1249 S:      Maintained
1250
1251 HUGETLB FILESYSTEM
1252 P:      William Irwin
1253 M:      wli@holomorphy.com
1254 S:      Maintained
1255
1256 I2C SUBSYSTEM
1257 P:      Jean Delvare
1258 M:      khali@linux-fr.org
1259 L:      lm-sensors@lm-sensors.org
1260 W:      http://www.lm-sensors.nu/
1261 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1262 S:      Maintained
1263
1264 I2O
1265 P:      Markus Lidel
1266 M:      markus.lidel@shadowconnect.com
1267 W:      http://i2o.shadowconnect.com/
1268 S:      Maintained
1269
1270 i386 BOOT CODE
1271 P:      Riley H. Williams
1272 M:      Riley@Williams.Name
1273 L:      Linux-Kernel@vger.kernel.org
1274 S:      Maintained
1275
1276 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1277 P:      Dave Jones
1278 M:      davej@codemonkey.org.uk
1279 P:      H. Peter Anvin
1280 M:      hpa@zytor.com
1281 S:      Maintained
1282
1283 i810 TCO TIMER WATCHDOG
1284 P:      Nils Faerber
1285 M:      nils@kernelconcepts.de
1286 W:      http://www.kernelconcepts.de/
1287 S:      Maintained
1288
1289 IA64 (Itanium) PLATFORM
1290 P:      Tony Luck
1291 M:      tony.luck@intel.com
1292 L:      linux-ia64@vger.kernel.org
1293 W:      http://www.ia64-linux.org/
1294 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1295 S:      Maintained
1296
1297 SN-IA64 (Itanium) SUB-PLATFORM
1298 P:      Jes Sorensen
1299 M:      jes@sgi.com
1300 L:      linux-altix@sgi.com
1301 L:      linux-ia64@vger.kernel.org
1302 W:      http://www.sgi.com/altix
1303 S:      Maintained
1304
1305 IBM MCA SCSI SUBSYSTEM DRIVER
1306 P:      Michael Lang
1307 M:      langa2@kph.uni-mainz.de
1308 W:      http://www.uni-mainz.de/~langm000/linux.html
1309 S:      Maintained
1310
1311 IBM Power Linux RAID adapter
1312 P:      Brian King
1313 M:      brking@us.ibm.com
1314 S:      Supported
1315
1316 IBM ServeRAID RAID DRIVER
1317 P:      Jack Hammer
1318 P:      Dave Jeffery
1319 M:      ipslinux@adaptec.com
1320 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1321 S:      Supported 
1322
1323 IDE DRIVER [GENERAL]
1324 P:      Bartlomiej Zolnierkiewicz
1325 M:      B.Zolnierkiewicz@elka.pw.edu.pl
1326 L:      linux-kernel@vger.kernel.org
1327 L:      linux-ide@vger.kernel.org
1328 T:      git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
1329 S:      Maintained
1330
1331 IDE/ATAPI CDROM DRIVER
1332 P:      Jens Axboe
1333 M:      axboe@suse.de
1334 L:      linux-kernel@vger.kernel.org
1335 W:      http://www.kernel.dk
1336 S:      Maintained
1337
1338 IDE/ATAPI FLOPPY DRIVERS
1339 P:      Paul Bristow
1340 M:      Paul Bristow <paul@paulbristow.net>
1341 W:      http://paulbristow.net/linux/idefloppy.html
1342 L:      linux-kernel@vger.kernel.org
1343 S:      Maintained
1344
1345 IDE/ATAPI TAPE DRIVERS
1346 P:      Gadi Oxman
1347 M:      Gadi Oxman <gadio@netvision.net.il>
1348 L:      linux-kernel@vger.kernel.org
1349 S:      Maintained
1350
1351 IEEE 1394 ETHERNET (eth1394)
1352 L:      linux1394-devel@lists.sourceforge.net
1353 W:      http://www.linux1394.org/
1354 S:      Orphan
1355
1356 IEEE 1394 SUBSYSTEM
1357 P:      Ben Collins
1358 M:      bcollins@debian.org
1359 P:      Jody McIntyre
1360 M:      scjody@modernduck.com
1361 L:      linux1394-devel@lists.sourceforge.net
1362 W:      http://www.linux1394.org/
1363 T:      git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
1364 S:      Maintained
1365
1366 IEEE 1394 OHCI DRIVER
1367 P:      Ben Collins
1368 M:      bcollins@debian.org
1369 P:      Jody McIntyre
1370 M:      scjody@modernduck.com
1371 L:      linux1394-devel@lists.sourceforge.net
1372 W:      http://www.linux1394.org/
1373 S:      Maintained
1374
1375 IEEE 1394 PCILYNX DRIVER
1376 P:      Jody McIntyre
1377 M:      scjody@modernduck.com
1378 L:      linux1394-devel@lists.sourceforge.net
1379 W:      http://www.linux1394.org/
1380 S:      Maintained
1381
1382 IEEE 1394 RAW I/O DRIVER
1383 P:      Ben Collins
1384 M:      bcollins@debian.org
1385 P:      Dan Dennedy
1386 M:      dan@dennedy.org
1387 L:      linux1394-devel@lists.sourceforge.net
1388 W:      http://www.linux1394.org/
1389 S:      Maintained
1390
1391 IEEE 1394 SBP2
1392 P:      Ben Collins
1393 M:      bcollins@debian.org
1394 P:      Stefan Richter
1395 M:      stefanr@s5r6.in-berlin.de
1396 L:      linux1394-devel@lists.sourceforge.net
1397 W:      http://www.linux1394.org/
1398 S:      Maintained
1399
1400 IMS TWINTURBO FRAMEBUFFER DRIVER
1401 P:      Paul Mundt
1402 M:      lethal@chaoticdreams.org
1403 L:      linux-fbdev-devel@lists.sourceforge.net
1404 S:      Maintained
1405
1406 INFINIBAND SUBSYSTEM
1407 P:      Roland Dreier
1408 M:      rolandd@cisco.com
1409 P:      Sean Hefty
1410 M:      mshefty@ichips.intel.com
1411 P:      Hal Rosenstock
1412 M:      halr@voltaire.com
1413 L:      openib-general@openib.org
1414 W:      http://www.openib.org/
1415 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1416 S:      Supported
1417
1418 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1419 P:      Dmitry Torokhov
1420 M:      dmitry.torokhov@gmail.com
1421 M:      dtor@mail.ru
1422 L:      linux-input@atrey.karlin.mff.cuni.cz
1423 L:      linux-joystick@atrey.karlin.mff.cuni.cz
1424 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1425 S:      Maintained
1426
1427 INOTIFY
1428 P:      John McCutchan and Robert Love
1429 M:      ttb@tentacle.dhs.org and rml@novell.com
1430 L:      linux-kernel@vger.kernel.org
1431 S:      Maintained
1432
1433 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1434 P:      Sylvain Meyer
1435 M:      sylvain.meyer@worldonline.fr
1436 L:      linux-fbdev-devel@lists.sourceforge.net
1437 S:      Maintained
1438
1439 INTEL 810/815 FRAMEBUFFER DRIVER
1440 P:      Antonino Daplas
1441 M:      adaplas@pol.net
1442 L:      linux-fbdev-devel@lists.sourceforge.net
1443 S:      Maintained
1444
1445 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1446 P:      Ingo Molnar
1447 M:      mingo@redhat.com
1448 S:      Maintained
1449
1450 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1451 P:      Jeff Garzik
1452 M:      jgarzik@pobox.com
1453 W:      http://sourceforge.net/projects/gkernel/
1454 S:      Maintained
1455
1456 INTEL IA32 MICROCODE UPDATE SUPPORT
1457 P:      Tigran Aivazian
1458 M:      tigran@veritas.com
1459 S:      Maintained
1460
1461 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1462 P:      Deepak Saxena
1463 M:      dsaxena@plexity.net
1464 S:      Maintained
1465
1466 INTEL PRO/100 ETHERNET SUPPORT
1467 P:      John Ronciak
1468 M:      john.ronciak@intel.com
1469 P:      Jesse Brandeburg
1470 M:      jesse.brandeburg@intel.com
1471 P:      Jeff Kirsher
1472 M:      jeffrey.t.kirsher@intel.com
1473 P:      Auke Kok
1474 M:      auke-jan.h.kok@intel.com
1475 W:      http://sourceforge.net/projects/e1000/
1476 S:      Supported
1477
1478 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1479 P:      Jeb Cramer
1480 M:      cramerj@intel.com
1481 P:      John Ronciak
1482 M:      john.ronciak@intel.com
1483 P:      Jesse Brandeburg
1484 M:      jesse.brandeburg@intel.com
1485 P:      Jeff Kirsher
1486 M:      jeffrey.t.kirsher@intel.com
1487 P:      Auke Kok
1488 M:      auke-jan.h.kok@intel.com
1489 W:      http://sourceforge.net/projects/e1000/
1490 S:      Supported
1491
1492 INTEL PRO/10GbE SUPPORT
1493 P:      Jeff Kirsher
1494 M:      jeffrey.t.kirsher@intel.com
1495 P:      Ayyappan Veeraiyan
1496 M:      ayyappan.veeraiyan@intel.com
1497 P:      John Ronciak
1498 M:      john.ronciak@intel.com
1499 P:      Jesse Brandeburg
1500 M:      jesse.brandeburg@intel.com
1501 P:      Auke Kok
1502 M:      auke-jan.h.kok@intel.com
1503 W:      http://sourceforge.net/projects/e1000/
1504 S:      Supported
1505
1506 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1507 P:      Yi Zhu
1508 M:      yi.zhu@intel.com
1509 P:      James Ketrenos
1510 M:      jketreno@linux.intel.com
1511 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1512 W:      http://ipw2100.sourceforge.net
1513 S:      Supported
1514
1515 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1516 P:      Yi Zhu
1517 M:      yi.zhu@intel.com
1518 P:      James Ketrenos
1519 M:      jketreno@linux.intel.com
1520 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1521 W:      http://ipw2200.sourceforge.net
1522 S:      Supported
1523
1524 IOC3 DRIVER
1525 P:      Ralf Baechle
1526 M:      ralf@linux-mips.org
1527 L:      linux-mips@linux-mips.org
1528 S:      Maintained
1529
1530 IP MASQUERADING:
1531 P:      Juanjo Ciarlante
1532 M:      jjciarla@raiz.uncu.edu.ar
1533 S:      Maintained
1534
1535 IPATH DRIVER:
1536 P:      Bryan O'Sullivan
1537 M:      support@pathscale.com
1538 L:      openib-general@openib.org
1539 S:      Supported
1540
1541 IPMI SUBSYSTEM
1542 P:      Corey Minyard
1543 M:      minyard@acm.org
1544 L:      openipmi-developer@lists.sourceforge.net
1545 W:      http://openipmi.sourceforge.net/
1546 S:      Supported
1547
1548 IPX NETWORK LAYER
1549 P:      Arnaldo Carvalho de Melo
1550 M:      acme@conectiva.com.br
1551 L:      netdev@vger.kernel.org
1552 S:      Maintained
1553
1554 IRDA SUBSYSTEM
1555 P:      Samuel Ortiz
1556 M:      samuel@sortiz.org
1557 L:      irda-users@lists.sourceforge.net (subscribers-only)
1558 W:      http://irda.sourceforge.net/
1559 S:      Maintained
1560
1561 ISAPNP
1562 P:      Jaroslav Kysela
1563 M:      perex@suse.cz
1564 S:      Maintained
1565
1566 ISDN SUBSYSTEM
1567 P:      Karsten Keil
1568 M:      kkeil@suse.de
1569 P:      Kai Germaschewski
1570 M:      kai.germaschewski@gmx.de
1571 L:      isdn4linux@listserv.isdn4linux.de
1572 W:      http://www.isdn4linux.de
1573 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1574 S:      Maintained
1575
1576 ISDN SUBSYSTEM (Eicon active card driver)
1577 P:      Armin Schindler
1578 M:      mac@melware.de
1579 L:      isdn4linux@listserv.isdn4linux.de
1580 W:      http://www.melware.de
1581 S:      Maintained
1582
1583 JOURNALLING FLASH FILE SYSTEM (JFFS)
1584 P:      Axis Communications AB
1585 M:      jffs-dev@axis.com
1586 L:      jffs-dev@axis.com
1587 W:      http://www.developer.axis.com/software/jffs/
1588 S:      Maintained
1589
1590 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1591 P:      David Woodhouse
1592 M:      dwmw2@infradead.org
1593 L:      jffs-dev@axis.com
1594 W:      http://sources.redhat.com/jffs2/
1595 S:      Maintained
1596
1597 JFS FILESYSTEM
1598 P:      Dave Kleikamp
1599 M:      shaggy@austin.ibm.com
1600 L:      jfs-discussion@lists.sourceforge.net
1601 W:      http://jfs.sourceforge.net/
1602 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1603 S:      Supported
1604
1605 JOURNALLING LAYER FOR BLOCK DEVICS (JBD)
1606 P:      Stephen Tweedie, Andrew Morton
1607 M:      sct@redhat.com, akpm@osdl.org
1608 L:      ext2-devel@lists.sourceforge.net
1609 S:      Maintained
1610
1611 KCONFIG
1612 P:      Roman Zippel
1613 M:      zippel@linux-m68k.org
1614 L:      kbuild-devel@lists.sourceforge.net
1615 S:      Maintained
1616
1617 KDUMP
1618 P:      Vivek Goyal
1619 M:      vgoyal@in.ibm.com
1620 P:      Haren Myneni
1621 M:      hbabu@us.ibm.com
1622 L:      fastboot@lists.osdl.org
1623 L:      linux-kernel@vger.kernel.org
1624 W:      http://lse.sourceforge.net/kdump/
1625 S:      Maintained
1626
1627 KERNEL AUTOMOUNTER (AUTOFS)
1628 P:      H. Peter Anvin
1629 M:      hpa@zytor.com
1630 L:      autofs@linux.kernel.org
1631 S:      Odd Fixes
1632
1633 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1634 P:      Ian Kent
1635 M:      raven@themaw.net
1636 L:      autofs@linux.kernel.org
1637 S:      Maintained
1638
1639 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1640 P:      Kai Germaschewski
1641 M:      kai@germaschewski.name
1642 P:      Sam Ravnborg
1643 M:      sam@ravnborg.org
1644 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1645 S:      Maintained 
1646
1647 KERNEL JANITORS
1648 P:      Several
1649 L:      kernel-janitors@osdl.org
1650 W:      http://www.kerneljanitors.org/
1651 W:      http://sf.net/projects/kernel-janitor/
1652 S:      Maintained
1653
1654 KERNEL NFSD
1655 P:      Neil Brown
1656 M:      neilb@cse.unsw.edu.au
1657 L:      nfs@lists.sourceforge.net
1658 W:      http://nfs.sourceforge.net/
1659 W:      http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1660 S:      Maintained
1661
1662 KEXEC
1663 P:      Eric Biederman
1664 M:      ebiederm@xmission.com
1665 W:      http://www.xmission.com/~ebiederm/files/kexec/
1666 L:      linux-kernel@vger.kernel.org
1667 L:      fastboot@osdl.org
1668 S:      Maintained
1669
1670 KPROBES
1671 P:      Prasanna S Panchamukhi
1672 M:      prasanna@in.ibm.com
1673 P:      Ananth N Mavinakayanahalli
1674 M:      ananth@in.ibm.com
1675 P:      Anil S Keshavamurthy
1676 M:      anil.s.keshavamurthy@intel.com
1677 P:      David S. Miller
1678 M:      davem@davemloft.net
1679 L:      linux-kernel@vger.kernel.org
1680 S:      Maintained
1681
1682 LAPB module
1683 P:      Henner Eisen
1684 M:      eis@baty.hanse.de
1685 L:      linux-x25@vger.kernel.org
1686 S:      Maintained
1687
1688 LASI 53c700 driver for PARISC
1689 P:      James E.J. Bottomley
1690 M:      James.Bottomley@HansenPartnership.com
1691 L:      linux-scsi@vger.kernel.org
1692 S:      Maintained
1693
1694 LED SUBSYSTEM
1695 P:      Richard Purdie
1696 M:      rpurdie@rpsys.net
1697 S:      Maintained
1698
1699 LEGO USB Tower driver
1700 P:      Juergen Stuber
1701 M:      starblue@users.sourceforge.net
1702 L:      legousb-devel@lists.sourceforge.net
1703 W:      http://legousb.sourceforge.net/
1704 S:      Maintained
1705
1706 LINUX FOR IBM pSERIES (RS/6000)
1707 P:      Paul Mackerras
1708 M:      paulus@au.ibm.com
1709 W:      http://www.ibm.com/linux/ltc/projects/ppc
1710 S:      Supported
1711
1712 LINUX FOR NCR VOYAGER
1713 P:      James Bottomley
1714 M:      James.Bottomley@HansenPartnership.com
1715 W:      http://www.hansenpartnership.com/voyager
1716 S:      Maintained
1717
1718 LINUX FOR POWERPC
1719 P:      Paul Mackerras
1720 M:      paulus@samba.org
1721 W:      http://www.penguinppc.org/
1722 L:      linuxppc-dev@ozlabs.org
1723 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1724 S:      Supported
1725
1726 LINUX FOR POWER MACINTOSH
1727 P:      Benjamin Herrenschmidt
1728 M:      benh@kernel.crashing.org
1729 W:      http://www.penguinppc.org/
1730 L:      linuxppc-dev@ozlabs.org
1731 S:      Maintained
1732
1733 LINUX FOR POWERPC EMBEDDED MPC52XX
1734 P:      Sylvain Munaut
1735 M:      tnt@246tNt.com
1736 W:      http://www.246tNt.com/mpc52xx/
1737 W:      http://www.penguinppc.org/
1738 L:      linuxppc-dev@ozlabs.org
1739 L:      linuxppc-embedded@ozlabs.org
1740 S:      Maintained
1741
1742 LINUX FOR POWERPC EMBEDDED PPC4XX
1743 P:      Matt Porter
1744 M:      mporter@kernel.crashing.org
1745 W:      http://www.penguinppc.org/
1746 L:      linuxppc-embedded@ozlabs.org
1747 S:      Maintained
1748
1749 LINUX FOR POWERPC BOOT CODE
1750 P:      Tom Rini
1751 M:      trini@kernel.crashing.org
1752 W:      http://www.penguinppc.org/
1753 L:      linuxppc-embedded@ozlabs.org
1754 S:      Maintained
1755
1756 LINUX FOR POWERPC EMBEDDED PPC8XX
1757 P:      Marcelo Tosatti
1758 M:      marcelo@kvack.org
1759 W:      http://www.penguinppc.org/
1760 L:      linuxppc-embedded@ozlabs.org
1761 S:      Maintained
1762
1763 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1764 P:     Kumar Gala
1765 M:     galak@kernel.crashing.org
1766 W:     http://www.penguinppc.org/
1767 L:     linuxppc-embedded@ozlabs.org
1768 S:     Maintained
1769
1770 LLC (802.2)
1771 P:      Arnaldo Carvalho de Melo
1772 M:      acme@conectiva.com.br
1773 S:      Maintained
1774
1775 LINUX FOR 64BIT POWERPC
1776 P:      Paul Mackerras
1777 M:      paulus@samba.org
1778 M:      paulus@au.ibm.com
1779 P:      Anton Blanchard
1780 M:      anton@samba.org
1781 M:      anton@au.ibm.com
1782 W:      http://www.penguinppc.org/ppc64/
1783 L:      linuxppc-dev@ozlabs.org
1784 S:      Supported
1785
1786 LINUX SECURITY MODULE (LSM) FRAMEWORK
1787 P:      Chris Wright
1788 M:      chrisw@sous-sol.org
1789 L:      linux-security-module@vger.kernel.org
1790 W:      http://lsm.immunix.org
1791 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1792 S:      Supported
1793
1794 LM83 HARDWARE MONITOR DRIVER
1795 P:      Jean Delvare
1796 M:      khali@linux-fr.org
1797 L:      lm-sensors@lm-sensors.org
1798 S:      Maintained
1799
1800 LM90 HARDWARE MONITOR DRIVER
1801 P:      Jean Delvare
1802 M:      khali@linux-fr.org
1803 L:      lm-sensors@lm-sensors.org
1804 S:      Maintained
1805
1806 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1807 P:      Richard Russon (FlatCap)
1808 M:      ldm@flatcap.org
1809 L:      ldm-devel@lists.sourceforge.net 
1810 W:      http://ldm.sourceforge.net
1811 S:      Maintained
1812
1813 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1814 P:      Eric Moore
1815 M:      Eric.Moore@lsil.com
1816 M:      support@lsil.com
1817 L:      mpt_linux_developer@lsil.com
1818 L:      linux-scsi@vger.kernel.org
1819 W:      http://www.lsilogic.com/support
1820 S:      Supported
1821
1822 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1823 P:      Matthew Wilcox
1824 M:      matthew@wil.cx
1825 L:      linux-scsi@vger.kernel.org
1826 S:      Maintained
1827
1828 M68K ARCHITECTURE
1829 P:      Geert Uytterhoeven
1830 M:      geert@linux-m68k.org
1831 P:      Roman Zippel
1832 M:      zippel@linux-m68k.org
1833 L:      linux-m68k@lists.linux-m68k.org
1834 W:      http://www.linux-m68k.org/
1835 W:      http://linux-m68k-cvs.ubb.ca/
1836 S:      Maintained
1837
1838 M68K ON APPLE MACINTOSH
1839 P:      Joshua Thompson
1840 M:      funaho@jurai.org
1841 W:      http://www.mac.linux-m68k.org/
1842 L:      linux-mac68k@mac.linux-m68k.org
1843 S:      Maintained
1844
1845 M68K ON HP9000/300
1846 P:      Philip Blundell
1847 M:      philb@gnu.org
1848 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
1849 S:      Maintained
1850
1851 MARVELL YUKON / SYSKONNECT DRIVER
1852 P:      Mirko Lindner
1853 M:      mlindner@syskonnect.de
1854 P:      Ralph Roesler
1855 M:      rroesler@syskonnect.de
1856 W:      http://www.syskonnect.com
1857 S:      Supported
1858
1859 MAESTRO PCI SOUND DRIVERS
1860 P:      Zach Brown
1861 M:      zab@zabbo.net
1862 S:      Odd Fixes
1863
1864 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1865 P: Michael Kerrisk
1866 M: mtk-manpages@gmx.net
1867 W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1868 S: Maintained
1869
1870 MARVELL MV643XX ETHERNET DRIVER
1871 P:      Dale Farnsworth
1872 M:      dale@farnsworth.org
1873 P:      Manish Lachwani
1874 M:      mlachwani@mvista.com
1875 L:      netdev@vger.kernel.org
1876 S:      Odd Fixes for 2.4; Maintained for 2.6.
1877
1878 MATROX FRAMEBUFFER DRIVER
1879 P:      Petr Vandrovec
1880 M:      vandrove@vc.cvut.cz
1881 L:      linux-fbdev-devel@lists.sourceforge.net
1882 S:      Maintained
1883
1884 MEGARAID SCSI DRIVERS
1885 P:     Neela Syam Kolli
1886 M:     Neela.Kolli@engenio.com
1887 S:     linux-scsi@vger.kernel.org
1888 W:     http://megaraid.lsilogic.com
1889 S:     Maintained
1890
1891 MEMORY TECHNOLOGY DEVICES (MTD)
1892 P:      David Woodhouse
1893 M:      dwmw2@infradead.org
1894 W:      http://www.linux-mtd.infradead.org/
1895 L:      linux-mtd@lists.infradead.org
1896 T:      git git://git.infradead.org/mtd-2.6.git
1897 S:      Maintained
1898
1899 MICROTEK X6 SCANNER
1900 P:      Oliver Neukum
1901 M:      oliver@neukum.name
1902 S:      Maintained
1903
1904 MIPS
1905 P:      Ralf Baechle
1906 M:      ralf@linux-mips.org
1907 W:      http://www.linux-mips.org/
1908 L:      linux-mips@linux-mips.org
1909 T:      git www.linux-mips.org:/pub/scm/linux.git
1910 S:      Supported
1911
1912 MISCELLANEOUS MCA-SUPPORT
1913 P:      James Bottomley
1914 M:      jejb@steeleye.com
1915 L:      linux-kernel@vger.kernel.org
1916 S:      Maintained
1917
1918 MODULE SUPPORT
1919 P:      Rusty Russell
1920 M:      rusty@rustcorp.com.au
1921 L:      linux-kernel@vger.kernel.org
1922 S:      Maintained
1923
1924 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1925 P:      Stelian Pop
1926 M:      stelian@popies.net
1927 W:      http://popies.net/meye/
1928 S:      Maintained
1929
1930 MOUSE AND MISC DEVICES [GENERAL]
1931 P:      Alessandro Rubini
1932 M:      rubini@ipvvis.unipv.it
1933 L:      linux-kernel@vger.kernel.org
1934 S:      Maintained
1935
1936 MTRR AND SIMILAR SUPPORT [i386]
1937 P:      Richard Gooch
1938 M:      rgooch@atnf.csiro.au
1939 L:      linux-kernel@vger.kernel.org
1940 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1941 S:      Maintained
1942
1943 MULTIMEDIA CARD (MMC) SUBSYSTEM
1944 P:      Russell King
1945 M:      rmk+mmc@arm.linux.org.uk
1946 S:      Maintained
1947
1948 MULTISOUND SOUND DRIVER
1949 P:      Andrew Veliath
1950 M:      andrewtv@usa.net
1951 S:      Maintained
1952
1953 NATSEMI ETHERNET DRIVER (DP8381x)
1954 P:      Tim Hockin
1955 M:      thockin@hockin.org
1956 S:      Maintained
1957
1958 NCP FILESYSTEM
1959 P:      Petr Vandrovec
1960 M:      vandrove@vc.cvut.cz
1961 L:      linware@sh.cvut.cz
1962 S:      Maintained
1963
1964 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1965 P:      James E.J. Bottomley
1966 M:      James.Bottomley@HansenPartnership.com
1967 L:      linux-scsi@vger.kernel.org
1968 S:      Maintained
1969
1970 NETEM NETWORK EMULATOR
1971 P:      Stephen Hemminger
1972 M:      shemminger@osdl.org
1973 L:      netem@osdl.org
1974 S:      Maintained
1975
1976 NETFILTER/IPTABLES/IPCHAINS
1977 P:      Rusty Russell
1978 P:      Marc Boucher
1979 P:      James Morris
1980 P:      Harald Welte
1981 P:      Jozsef Kadlecsik
1982 M:      coreteam@netfilter.org
1983 W:      http://www.netfilter.org/
1984 W:      http://www.iptables.org/
1985 L:      netfilter@lists.netfilter.org
1986 L:      netfilter-devel@lists.netfilter.org
1987 S:      Supported
1988
1989 NETROM NETWORK LAYER
1990 P:      Ralf Baechle
1991 M:      ralf@linux-mips.org
1992 L:      linux-hams@vger.kernel.org
1993 W:      http://www.linux-ax25.org/
1994 S:      Maintained
1995
1996 NETWORK BLOCK DEVICE
1997 P:      Paul Clements
1998 M:      Paul.Clements@steeleye.com
1999 S:      Maintained
2000
2001 NETWORK DEVICE DRIVERS
2002 P:      Andrew Morton
2003 M:      akpm@osdl.org
2004 P:      Jeff Garzik
2005 M:      jgarzik@pobox.com
2006 L:      netdev@vger.kernel.org
2007 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2008 S:      Maintained
2009
2010 NETWORKING [GENERAL]
2011 P:      Networking Team
2012 M:      netdev@vger.kernel.org
2013 L:      netdev@vger.kernel.org
2014 W:      http://linux-net.osdl.org/
2015 S:      Maintained
2016
2017 NETWORKING [IPv4/IPv6]
2018 P:      David S. Miller
2019 M:      davem@davemloft.net
2020 P:      Alexey Kuznetsov
2021 M:      kuznet@ms2.inr.ac.ru
2022 P:      Pekka Savola (ipv6)
2023 M:      pekkas@netcore.fi
2024 P:      James Morris
2025 M:      jmorris@namei.org
2026 P:      Hideaki YOSHIFUJI
2027 M:      yoshfuji@linux-ipv6.org
2028 P:      Patrick McHardy
2029 M:      kaber@coreworks.de
2030 L:      netdev@vger.kernel.org
2031 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2032 S:      Maintained
2033
2034 NETWORKING [WIRELESS]
2035 P:      John W. Linville
2036 M:      linville@tuxdriver.com
2037 L:      netdev@vger.kernel.org
2038 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2039 S:      Maintained
2040
2041 IPVS
2042 P:      Wensong Zhang
2043 M:      wensong@linux-vs.org
2044 P:      Simon Horman
2045 M:      horms@verge.net.au
2046 P:      Julian Anastasov
2047 M:      ja@ssi.bg
2048 L:      netdev@vger.kernel.org
2049 S:      Maintained
2050
2051 NFS CLIENT
2052 P:      Trond Myklebust
2053 M:      trond.myklebust@fys.uio.no
2054 L:      linux-kernel@vger.kernel.org
2055 S:      Maintained
2056
2057 NI5010 NETWORK DRIVER
2058 P:      Jan-Pascal van Best and Andreas Mohr
2059 M:      Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
2060 M:      Andreas Mohr <100.30936@germany.net>
2061 L:      netdev@vger.kernel.org
2062 S:      Maintained
2063
2064 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2065 P:      YOKOTA Hiroshi
2066 M:      yokota@netlab.is.tsukuba.ac.jp
2067 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2068 S:      Maintained
2069
2070 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2071 P:      GOTO Masanori
2072 M:      gotom@debian.or.jp
2073 P:      YOKOTA Hiroshi
2074 M:      yokota@netlab.is.tsukuba.ac.jp
2075 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2076 S:      Maintained
2077
2078 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2079 P:      Eberhard Moenkeberg
2080 M:      emoenke@gwdg.de
2081 L:      linux-kernel@vger.kernel.org
2082 S:      Maintained
2083
2084 NTFS FILESYSTEM
2085 P:      Anton Altaparmakov
2086 M:      aia21@cantab.net
2087 L:      linux-ntfs-dev@lists.sourceforge.net
2088 L:      linux-kernel@vger.kernel.org
2089 W:      http://linux-ntfs.sf.net/
2090 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2091 S:      Maintained
2092
2093 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2094 P:      Antonino Daplas
2095 M:      adaplas@pol.net
2096 L:      linux-fbdev-devel@lists.sourceforge.net
2097 S:      Maintained
2098
2099 OPENCORES I2C BUS DRIVER
2100 P:      Peter Korsgaard
2101 M:      jacmet@sunsite.dk
2102 L:      lm-sensors@lm-sensors.org
2103 S:      Maintained
2104
2105 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2106 P:      Mark Fasheh
2107 M:      mark.fasheh@oracle.com
2108 P:      Kurt Hackel
2109 M:      kurt.hackel@oracle.com
2110 L:      ocfs2-devel@oss.oracle.com
2111 W:      http://oss.oracle.com/projects/ocfs2/
2112 S:      Supported       
2113
2114 OLYMPIC NETWORK DRIVER
2115 P:      Peter De Shrijver
2116 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2117 P:      Mike Phillips
2118 M:      mikep@linuxtr.net 
2119 L:      netdev@vger.kernel.org
2120 L:      linux-tr@linuxtr.net
2121 W:      http://www.linuxtr.net
2122 S:      Maintained
2123
2124 OMNIKEY CARDMAN 4000 DRIVER
2125 P:      Harald Welte
2126 M:      laforge@gnumonks.org
2127 S:      Maintained
2128
2129 OMNIKEY CARDMAN 4040 DRIVER
2130 P:      Harald Welte
2131 M:      laforge@gnumonks.org
2132 S:      Maintained
2133
2134 ONSTREAM SCSI TAPE DRIVER
2135 P:      Willem Riede
2136 M:      osst@riede.org
2137 L:      osst-users@lists.sourceforge.net
2138 L:      linux-scsi@vger.kernel.org
2139 S:      Maintained
2140
2141 OPL3-SA2, SA3, and SAx DRIVER
2142 P:      Zwane Mwaikambo
2143 M:      zwane@arm.linux.org.uk
2144 L:      linux-sound@vger.kernel.org
2145 S:      Maintained
2146
2147 OPROFILE
2148 P:      Philippe Elie
2149 M:      phil.el@wanadoo.fr
2150 L:      oprofile-list@lists.sf.net
2151 S:      Maintained
2152
2153 ORINOCO DRIVER
2154 P:      Pavel Roskin
2155 M:      proski@gnu.org
2156 P:      David Gibson
2157 M:      hermes@gibson.dropbear.id.au
2158 L:      orinoco-users@lists.sourceforge.net
2159 L:      orinoco-devel@lists.sourceforge.net
2160 W:      http://www.nongnu.org/orinoco/
2161 S:      Maintained
2162
2163 PARALLEL PORT SUPPORT
2164 P:      Phil Blundell
2165 M:      philb@gnu.org
2166 P:      Tim Waugh
2167 M:      tim@cyberelk.net
2168 P:      David Campbell
2169 P:      Andrea Arcangeli
2170 M:      andrea@suse.de
2171 L:      linux-parport@lists.infradead.org
2172 W:      http://people.redhat.com/twaugh/parport/
2173 S:      Maintained
2174
2175 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2176 P:      Tim Waugh
2177 M:      tim@cyberelk.net
2178 L:      linux-parport@lists.infradead.org
2179 W:      http://www.torque.net/linux-pp.html
2180 S:      Maintained
2181
2182 PARISC ARCHITECTURE
2183 P:      Matthew Wilcox
2184 M:      matthew@wil.cx
2185 P:      Grant Grundler
2186 M:      grundler@parisc-linux.org
2187 P:      Kyle McMartin
2188 M:      kyle@parisc-linux.org
2189 L:      parisc-linux@parisc-linux.org
2190 W:      http://www.parisc-linux.org/
2191 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2192 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2193 S:      Maintained
2194
2195 PCI ERROR RECOVERY
2196 P:      Linas Vepstas
2197 M:      linas@austin.ibm.com
2198 L:      linux-kernel@vger.kernel.org
2199 L:      linux-pci@atrey.karlin.mff.cuni.cz
2200 S:      Supported
2201
2202 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2203 P:      Thomas Sailer
2204 M:      sailer@ife.ee.ethz.ch
2205 L:      linux-sound@vger.kernel.org
2206 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2207 S:      Maintained
2208
2209 PCI SUBSYSTEM
2210 P:      Greg Kroah-Hartman
2211 M:      gregkh@suse.de
2212 L:      linux-kernel@vger.kernel.org
2213 L:      linux-pci@atrey.karlin.mff.cuni.cz
2214 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2215 S:      Supported
2216
2217 PCI HOTPLUG CORE
2218 P:      Greg Kroah-Hartman
2219 M:      gregkh@suse.de
2220 S:      Supported
2221
2222 PCI HOTPLUG COMPAQ DRIVER
2223 P:      Greg Kroah-Hartman
2224 M:      greg@kroah.com
2225 S:      Maintained
2226
2227 PCIE HOTPLUG DRIVER
2228 P:      Kristen Carlson Accardi
2229 M:      kristen.c.accardi@intel.com
2230 L:      pcihpd-discuss@lists.sourceforge.net
2231 S:      Maintained
2232
2233 PCMCIA SUBSYSTEM
2234 P:      Linux PCMCIA Team
2235 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2236 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2237 S:      Maintained
2238
2239 PCNET32 NETWORK DRIVER
2240 P:      Thomas Bogendörfer
2241 M:      tsbogend@alpha.franken.de
2242 L:      netdev@vger.kernel.org
2243 S:      Maintained
2244
2245 PERSONALITY HANDLING
2246 P:      Christoph Hellwig
2247 M:      hch@infradead.org
2248 L:      linux-abi-devel@lists.sourceforge.net
2249 S:      Maintained
2250
2251 PHRAM MTD DRIVER
2252 P:      Jörn Engel
2253 M:      joern@wh.fh-wedel.de
2254 L:      linux-mtd@lists.infradead.org
2255 S:      Maintained
2256
2257 PKTCDVD DRIVER
2258 P:      Peter Osterlund
2259 M:      petero2@telia.com
2260 L:      linux-kernel@vger.kernel.org
2261 S:      Maintained
2262
2263 POSIX CLOCKS and TIMERS
2264 P:      George Anzinger
2265 M:      george@mvista.com
2266 L:      linux-kernel@vger.kernel.org
2267 S:      Supported
2268
2269 POWERPC 4xx EMAC DRIVER
2270 P:      Eugene Surovegin
2271 M:      ebs@ebshome.net
2272 W:      http://kernel.ebshome.net/emac/
2273 L:      linuxppc-embedded@ozlabs.org
2274 L:      netdev@vger.kernel.org
2275 S:      Maintained
2276
2277 PNP SUPPORT
2278 P:      Adam Belay
2279 M:      ambx1@neo.rr.com
2280 S:      Maintained
2281
2282 PPP PROTOCOL DRIVERS AND COMPRESSORS
2283 P:      Paul Mackerras
2284 M:      paulus@samba.org
2285 L:      linux-ppp@vger.kernel.org
2286 S:      Maintained
2287
2288 PPP OVER ATM (RFC 2364)
2289 P:      Mitchell Blank Jr
2290 M:      mitch@sfgoth.com
2291 S:      Maintained
2292
2293 PPP OVER ETHERNET
2294 P:      Michal Ostrowski
2295 M:      mostrows@speakeasy.net
2296 S:      Maintained
2297
2298 PREEMPTIBLE KERNEL
2299 P:      Robert Love
2300 M:      rml@tech9.net
2301 L:      linux-kernel@vger.kernel.org
2302 L:      kpreempt-tech@lists.sourceforge.net
2303 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2304 S:      Supported
2305
2306 PRISM54 WIRELESS DRIVER
2307 P:      Prism54 Development Team
2308 M:      prism54-private@prism54.org
2309 L:      netdev@vger.kernel.org
2310 W:      http://prism54.org
2311 S:      Maintained
2312
2313 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2314 P:      Peter Denison
2315 M:      promise@pnd-pc.demon.co.uk
2316 W:      http://www.pnd-pc.demon.co.uk/promise/
2317 S:      Maintained
2318
2319 PXA2xx SUPPORT
2320 P:      Nicolas Pitre
2321 M:      nico@cam.org
2322 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2323 S:      Maintained
2324
2325 QLOGIC QLA2XXX FC-SCSI DRIVER
2326 P:      Andrew Vasquez
2327 M:      linux-driver@qlogic.com
2328 L:      linux-scsi@vger.kernel.org
2329 S:      Supported
2330
2331 QNX4 FILESYSTEM
2332 P:      Anders Larsen
2333 M:      al@alarsen.net
2334 L:      linux-kernel@vger.kernel.org
2335 W:      http://www.alarsen.net/linux/qnx4fs/
2336 S:      Maintained
2337
2338 RADEON FRAMEBUFFER DISPLAY DRIVER
2339 P:      Benjamin Herrenschmidt
2340 M:      benh@kernel.crashing.org
2341 L:      linux-fbdev-devel@lists.sourceforge.net
2342 S:      Maintained
2343
2344 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2345 P:      Paul Mackerras
2346 M:      paulus@samba.org
2347 L:      linux-fbdev-devel@lists.sourceforge.net
2348 S:      Maintained
2349
2350 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2351 P:      Corey Thomas
2352 M:      corey@world.std.com
2353 L:      linux-kernel@vger.kernel.org
2354 S:      Maintained
2355
2356 RANDOM NUMBER DRIVER
2357 P:      Matt Mackall
2358 M:      mpm@selenic.com
2359 S:      Maintained
2360
2361 RAPIDIO SUBSYSTEM
2362 P:      Matt Porter
2363 M:      mporter@kernel.crashing.org
2364 L:      linux-kernel@vger.kernel.org
2365 S:      Maintained
2366
2367 REAL TIME CLOCK DRIVER
2368 P:      Paul Gortmaker
2369 M:      p_gortmaker@yahoo.com
2370 L:      linux-kernel@vger.kernel.org
2371 S:      Maintained
2372
2373 REAL TIME CLOCK (RTC) SUBSYSTEM
2374 P:      Alessandro Zummo
2375 M:      a.zummo@towertech.it
2376 L:      linux-kernel@vger.kernel.org
2377 S:      Maintained
2378
2379 REISERFS FILE SYSTEM
2380 P:      Hans Reiser
2381 M:      reiserfs-dev@namesys.com
2382 L:      reiserfs-list@namesys.com
2383 W:      http://www.namesys.com
2384 S:      Supported
2385
2386 ROCKETPORT DRIVER
2387 P:      Comtrol Corp.
2388 W:      http://www.comtrol.com
2389 S:      Maintained
2390
2391 ROSE NETWORK LAYER
2392 P:      Ralf Baechle
2393 M:      ralf@linux-mips.org
2394 L:      linux-hams@vger.kernel.org
2395 W:      http://www.linux-ax25.org/
2396 S:      Maintained
2397
2398 RISCOM8 DRIVER
2399 S:      Orphan
2400
2401 S3 SAVAGE FRAMEBUFFER DRIVER
2402 P:      Antonino Daplas
2403 M:      adaplas@pol.net
2404 L:      linux-fbdev-devel@lists.sourceforge.net
2405 S:      Maintained
2406
2407 S390
2408 P:      Martin Schwidefsky
2409 M:      schwidefsky@de.ibm.com
2410 M:      linux390@de.ibm.com
2411 L:      linux-390@vm.marist.edu
2412 W:      http://www.ibm.com/developerworks/linux/linux390/
2413 S:      Supported
2414
2415 S390 NETWORK DRIVERS
2416 P:      Frank Pavlic
2417 M:      fpavlic@de.ibm.com
2418 M:      linux390@de.ibm.com
2419 L:      linux-390@vm.marist.edu
2420 W:      http://www.ibm.com/developerworks/linux/linux390/
2421 S:      Supported
2422
2423 S390 ZFCP DRIVER
2424 P:      Andreas Herrmann
2425 M:      aherrman@de.ibm.com
2426 M:      linux390@de.ibm.com
2427 L:      linux-390@vm.marist.edu
2428 W:      http://www.ibm.com/developerworks/linux/linux390/
2429 S:      Supported
2430
2431 SAA7146 VIDEO4LINUX-2 DRIVER
2432 P:      Michael Hunold
2433 M:      michael@mihu.de
2434 W:      http://www.mihu.de/linux/saa7146
2435 S:      Maintained
2436
2437 SBPCD CDROM DRIVER
2438 P:      Eberhard Moenkeberg
2439 M:      emoenke@gwdg.de
2440 L:      linux-kernel@vger.kernel.org
2441 S:      Maintained
2442
2443 SC1200 WDT DRIVER
2444 P:      Zwane Mwaikambo
2445 M:      zwane@arm.linux.org.uk
2446 S:      Maintained
2447
2448 SCHEDULER
2449 P:      Ingo Molnar
2450 M:      mingo@elte.hu
2451 P:      Robert Love    [the preemptible kernel bits]
2452 M:      rml@tech9.net
2453 L:      linux-kernel@vger.kernel.org
2454 S:      Maintained
2455
2456 SCSI CDROM DRIVER
2457 P:      Jens Axboe
2458 M:      axboe@suse.de
2459 L:      linux-scsi@vger.kernel.org
2460 W:      http://www.kernel.dk
2461 S:      Maintained
2462
2463 SCSI SG DRIVER
2464 P:      Doug Gilbert
2465 M:      dgilbert@interlog.com
2466 L:      linux-scsi@vger.kernel.org
2467 W:      http://www.torque.net/sg
2468 S:      Maintained
2469
2470 SCSI SUBSYSTEM
2471 P:      James E.J. Bottomley
2472 M:      James.Bottomley@SteelEye.com
2473 L:      linux-scsi@vger.kernel.org
2474 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2475 S:      Maintained
2476
2477 SCSI TAPE DRIVER
2478 P:      Kai Mäkisara
2479 M:      Kai.Makisara@kolumbus.fi
2480 L:      linux-scsi@vger.kernel.org
2481 S:      Maintained
2482
2483 SCTP PROTOCOL
2484 P: Sridhar Samudrala
2485 M: sri@us.ibm.com
2486 L: lksctp-developers@lists.sourceforge.net
2487 S: Supported
2488
2489 SCx200 CPU SUPPORT
2490 P:      Christer Weinigel
2491 M:      christer@weinigel.se
2492 W:      http://www.weinigel.se
2493 S:      Supported
2494
2495 SECURITY CONTACT
2496 P:      Security Officers
2497 M:      security@kernel.org
2498 S:      Supported
2499
2500 SELINUX SECURITY MODULE
2501 P:      Stephen Smalley
2502 M:      sds@tycho.nsa.gov
2503 P:      James Morris
2504 M:      jmorris@namei.org
2505 L:      linux-kernel@vger.kernel.org (kernel issues)
2506 L:      selinux@tycho.nsa.gov (general discussion)
2507 W:      http://www.nsa.gov/selinux
2508 S:      Supported
2509
2510 SERIAL ATA (SATA) SUBSYSTEM:
2511 P:      Jeff Garzik
2512 M:      jgarzik@pobox.com
2513 L:      linux-ide@vger.kernel.org
2514 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2515 S:      Supported
2516
2517 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2518 P:      Pat Gefre
2519 M:      pfg@sgi.com
2520 L:      linux-ia64@vger.kernel.org
2521 S:      Supported
2522
2523 SGI VISUAL WORKSTATION 320 AND 540
2524 P:      Andrey Panin
2525 M:      pazke@donpac.ru
2526 L:      linux-visws-devel@lists.sf.net
2527 W:      http://linux-visws.sf.net
2528 S:      Maintained for 2.6.
2529
2530 SIMTEC EB110ATX (Chalice CATS)
2531 P:      Ben Dooks
2532 P:      Vincent Sanders
2533 M:      support@simtec.co.uk
2534 W:      http://www.simtec.co.uk/products/EB110ATX/
2535 S:      Supported
2536
2537 SIMTEC EB2410ITX (BAST)
2538 P:      Ben Dooks
2539 P:      Vincent Sanders
2540 M:      support@simtec.co.uk
2541 W:      http://www.simtec.co.uk/products/EB2410ITX/
2542 S:      Supported
2543
2544 SIS 190 ETHERNET DRIVER
2545 P:      Francois Romieu
2546 M:      romieu@fr.zoreil.com
2547 L:      netdev@vger.kernel.org
2548 S:      Maintained
2549
2550 SIS 5513 IDE CONTROLLER DRIVER
2551 P:      Lionel Bouton
2552 M:      Lionel.Bouton@inet6.fr
2553 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2554 W:      http://gyver.homeip.net/sis5513/index.html
2555 S:      Maintained
2556
2557 SIS 900/7016 FAST ETHERNET DRIVER
2558 P:      Daniele Venzano
2559 M:      venza@brownhat.org
2560 W:      http://www.brownhat.org/sis900.html
2561 L:      netdev@vger.kernel.org
2562 S:      Maintained
2563
2564 SIS FRAMEBUFFER DRIVER
2565 P:      Thomas Winischhofer
2566 M:      thomas@winischhofer.net
2567 W:      http://www.winischhofer.net/linuxsisvga.shtml
2568 S:      Maintained      
2569
2570 SIS USB2VGA DRIVER
2571 P:      Thomas Winischhofer
2572 M:      thomas@winischhofer.net
2573 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2574 S:      Maintained
2575
2576 SMC91x ETHERNET DRIVER
2577 P:      Nicolas Pitre
2578 M:      nico@cam.org
2579 S:      Maintained
2580
2581 SOFTWARE RAID (Multiple Disks) SUPPORT
2582 P:      Ingo Molnar
2583 M:      mingo@redhat.com
2584 P:      Neil Brown
2585 M:      neilb@cse.unsw.edu.au
2586 L:      linux-raid@vger.kernel.org
2587 S:      Maintained
2588
2589 SOFTWARE SUSPEND:
2590 P:      Pavel Machek
2591 M:      pavel@suse.cz
2592 L:      linux-pm@osdl.org
2593 S:      Maintained
2594
2595 SONIC NETWORK DRIVER
2596 P:      Thomas Bogendoerfer
2597 M:      tsbogend@alpha.franken.de
2598 L:      netdev@vger.kernel.org
2599 S:      Maintained
2600
2601 SONY VAIO CONTROL DEVICE DRIVER
2602 P:      Stelian Pop
2603 M:      stelian@popies.net
2604 W:      http://popies.net/sonypi/
2605 S:      Maintained
2606
2607 SOUND
2608 P:      Jaroslav Kysela
2609 M:      perex@suse.cz
2610 L:      alsa-devel@alsa-project.org
2611 S:      Maintained
2612
2613 SPI SUBSYSTEM
2614 P:      David Brownell
2615 M:      dbrownell@users.sourceforge.net
2616 L:      spi-devel-general@lists.sourceforge.net
2617 S:      Maintained
2618
2619 TPM DEVICE DRIVER
2620 P:      Kylene Hall
2621 M:      kjhall@us.ibm.com
2622 W:      http://tpmdd.sourceforge.net
2623 L:      tpmdd-devel@lists.sourceforge.net
2624 S:      Maintained
2625
2626 Telecom Clock Driver for MCPL0010
2627 P: Mark Gross
2628 M: mark.gross@intel.com
2629 S: Supported
2630
2631 TENSILICA XTENSA PORT (xtensa):
2632 P:      Chris Zankel
2633 M:      chris@zankel.net
2634 S:      Maintained
2635
2636 UltraSPARC (sparc64):
2637 P:      David S. Miller
2638 M:      davem@davemloft.net
2639 P:      Eddie C. Dost
2640 M:      ecd@brainaid.de
2641 P:      Jakub Jelinek
2642 M:      jj@sunsite.ms.mff.cuni.cz
2643 P:      Anton Blanchard
2644 M:      anton@samba.org
2645 L:      sparclinux@vger.kernel.org
2646 L:      ultralinux@vger.kernel.org
2647 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2648 S:      Maintained
2649
2650 SHARP LH SUPPORT (LH7952X & LH7A40X)
2651 P:      Marc Singer
2652 M:      elf@buici.com
2653 W:      http://projects.buici.com/arm
2654 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2655 S:      Maintained
2656
2657 SHPC HOTPLUG DRIVER
2658 P:      Kristen Carlson Accardi
2659 M:      kristen.c.accardi@intel.com
2660 L:      pcihpd-discuss@lists.sourceforge.net
2661 S:      Maintained
2662
2663 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2664 P:      Pierre Ossman
2665 M:      drzeus-sdhci@drzeus.cx
2666 L:      sdhci-devel@list.drzeus.cx
2667 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2668 S:      Maintained
2669
2670 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2671 P:      Stephen Hemminger
2672 M:      shemminger@osdl.org
2673 L:      netdev@vger.kernel.org
2674 S:      Maintained
2675
2676 SPARC (sparc32):
2677 P:      William L. Irwin
2678 M:      wli@holomorphy.com
2679 L:      sparclinux@vger.kernel.org
2680 S:      Maintained
2681
2682 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2683 P:      Roger Wolff
2684 M:      R.E.Wolff@BitWizard.nl
2685 L:      linux-kernel@vger.kernel.org ?
2686 S:      Supported
2687
2688 SRM (Alpha) environment access
2689 P:      Jan-Benedict Glaw
2690 M:      jbglaw@lug-owl.de
2691 L:      linux-kernel@vger.kernel.org
2692 S:      Maintained
2693
2694 STARFIRE/DURALAN NETWORK DRIVER
2695 P:      Ion Badulescu
2696 M:      ionut@cs.columbia.edu
2697 S:      Maintained
2698
2699 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2700 W:      http://mosquitonet.Stanford.EDU/strip.html
2701 S:      Unsupported ?
2702
2703 STRADIS MPEG-2 DECODER DRIVER
2704 P:      Nathan Laredo
2705 M:      laredo@gnu.org
2706 W:      http://www.stradis.com/
2707 S:      Maintained
2708
2709 SUPERH (sh)
2710 P:      Paul Mundt
2711 M:      lethal@linux-sh.org
2712 P:      Kazumoto Kojima
2713 M:      kkojima@rr.iij4u.or.jp
2714 L:      linuxsh-dev@lists.sourceforge.net
2715 W:      http://www.linux-sh.org
2716 W:      http://www.m17n.org/linux-sh/
2717 W:      http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2718 S:      Maintained
2719
2720 SUPERH64 (sh64)
2721 P:      Paul Mundt
2722 M:      lethal@linux-sh.org
2723 P:      Richard Curnow
2724 M:      rc@rc0.org.uk
2725 L:      linuxsh-shmedia-dev@lists.sourceforge.net
2726 W:      http://www.linux-sh.org
2727 W:      http://www.rc0.org.uk/sh64
2728 S:      Maintained
2729
2730 SUN3/3X
2731 P:      Sam Creasey
2732 M:      sammy@sammy.net
2733 L:      sun3-list@redhat.com
2734 W:      http://sammy.net/sun3/
2735 S:      Maintained
2736
2737 SVGA HANDLING
2738 P:      Martin Mares
2739 M:      mj@ucw.cz
2740 L:      linux-video@atrey.karlin.mff.cuni.cz
2741 S:      Maintained
2742
2743 SYSV FILESYSTEM
2744 P:      Christoph Hellwig
2745 M:      hch@infradead.org
2746 S:      Maintained
2747
2748 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2749 P:      Deepak Saxena
2750 M:      dsaxena@plexity.net
2751 S:      Maintained
2752
2753 TI PARALLEL LINK CABLE DRIVER
2754 P:     Romain Lievin
2755 M:     roms@lpg.ticalc.org
2756 S:     Maintained
2757
2758 TIPC NETWORK LAYER
2759 P:      Per Liden
2760 M:      per.liden@ericsson.com
2761 P:      Jon Maloy
2762 M:      jon.maloy@ericsson.com
2763 P:      Allan Stephens
2764 M:      allan.stephens@windriver.com
2765 L:      tipc-discussion@lists.sourceforge.net
2766 W:      http://tipc.sourceforge.net/
2767 W:      http://tipc.cslab.ericsson.net/
2768 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2769 S:      Maintained
2770
2771 TLAN NETWORK DRIVER
2772 P:      Samuel Chessman
2773 M:      chessman@tux.org
2774 L:      tlan-devel@lists.sourceforge.net
2775 W:      http://sourceforge.net/projects/tlan/
2776 S:      Maintained
2777
2778 TOKEN-RING NETWORK DRIVER
2779 P:      Mike Phillips
2780 M:      mikep@linuxtr.net
2781 L:      netdev@vger.kernel.org
2782 L:      linux-tr@linuxtr.net
2783 W:      http://www.linuxtr.net
2784 S:      Maintained
2785
2786 TOSHIBA ACPI EXTRAS DRIVER
2787 P:      John Belmonte
2788 M:      toshiba_acpi@memebeam.org
2789 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2790 S:      Maintained
2791
2792 TOSHIBA SMM DRIVER
2793 P:      Jonathan Buzzard
2794 M:      jonathan@buzzard.org.uk
2795 L:      tlinux-users@tce.toshiba-dme.co.jp
2796 W:      http://www.buzzard.org.uk/toshiba/
2797 S:      Maintained
2798
2799 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2800 P:      Muli Ben-Yehuda
2801 M:      mulix@mulix.org
2802 L:      linux-kernel@vger.kernel.org
2803 S:      Maintained
2804
2805 TRIVIAL PATCHES
2806 P:      Adrian Bunk
2807 M:      trivial@kernel.org
2808 L:      linux-kernel@vger.kernel.org
2809 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2810 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2811 S:      Maintained
2812
2813 TMS380 TOKEN-RING NETWORK DRIVER
2814 P:      Adam Fritzler
2815 M:      mid@auk.cx
2816 L:      linux-tr@linuxtr.net
2817 W:      http://www.auk.cx/tms380tr/
2818 S:      Maintained
2819
2820 TULIP NETWORK DRIVER
2821 P:      Jeff Garzik
2822 M:      jgarzik@pobox.com
2823 L:      tulip-users@lists.sourceforge.net
2824 W:      http://sourceforge.net/projects/tulip/
2825 S:      Maintained
2826
2827 TUN/TAP driver
2828 P:      Maxim Krasnyansky
2829 M:      maxk@qualcomm.com
2830 L:      vtun@office.satix.net
2831 W:      http://vtun.sourceforge.net/tun
2832 S:      Maintained
2833
2834 U14-34F SCSI DRIVER
2835 P:      Dario Ballabio
2836 M:      ballabio_dario@emc.com
2837 L:      linux-scsi@vger.kernel.org
2838 S:      Maintained
2839
2840 UDF FILESYSTEM
2841 P:      Ben Fennema
2842 M:      bfennema@falcon.csc.calpoly.edu
2843 W:      http://linux-udf.sourceforge.net
2844 S:      Maintained
2845
2846 UNIFORM CDROM DRIVER
2847 P:      Jens Axboe
2848 M:      axboe@suse.de
2849 L:      linux-kernel@vger.kernel.org
2850 W:      http://www.kernel.dk
2851 S:      Maintained
2852
2853 USB ACM DRIVER
2854 P:      Oliver Neukum
2855 M:      oliver@neukum.name
2856 L:      linux-usb-users@lists.sourceforge.net
2857 L:      linux-usb-devel@lists.sourceforge.net
2858 S:      Maintained
2859
2860 USB BLOCK DRIVER (UB ub)
2861 P:      Pete Zaitcev
2862 M:      zaitcev@redhat.com
2863 L:      linux-kernel@vger.kernel.org
2864 L:      linux-usb-devel@lists.sourceforge.net
2865 S:      Supported
2866
2867 USB CDC ETHERNET DRIVER
2868 P:      Greg Kroah-Hartman
2869 M:      greg@kroah.com
2870 L:      linux-usb-users@lists.sourceforge.net
2871 L:      linux-usb-devel@lists.sourceforge.net
2872 S:      Maintained
2873 W:      http://www.kroah.com/linux-usb/
2874
2875 USB EHCI DRIVER
2876 P:      David Brownell
2877 M:      dbrownell@users.sourceforge.net
2878 L:      linux-usb-devel@lists.sourceforge.net
2879 S:      Maintained
2880
2881 USB ET61X[12]51 DRIVER
2882 P:      Luca Risolia
2883 M:      luca.risolia@studio.unibo.it
2884 L:      linux-usb-devel@lists.sourceforge.net
2885 L:      video4linux-list@redhat.com
2886 W:      http://www.linux-projects.org
2887 S:      Maintained
2888
2889 USB HID/HIDBP DRIVERS
2890 P:      Vojtech Pavlik
2891 M:      vojtech@suse.cz
2892 L:      linux-usb-users@lists.sourceforge.net
2893 L:      linux-usb-devel@lists.sourceforge.net
2894 S:      Maintained
2895
2896 USB HUB DRIVER
2897 P:      Johannes Erdfelt
2898 M:      johannes@erdfelt.com
2899 L:      linux-usb-users@lists.sourceforge.net
2900 L:      linux-usb-devel@lists.sourceforge.net
2901 S:      Maintained
2902
2903 USB ISP116X DRIVER
2904 P:      Olav Kongas
2905 M:      ok@artecdesign.ee
2906 L:      linux-usb-devel@lists.sourceforge.net
2907 S:      Maintained
2908
2909 USB KAWASAKI LSI DRIVER
2910 P:      Oliver Neukum
2911 M:      oliver@neukum.name
2912 L:      linux-usb-users@lists.sourceforge.net
2913 L:      linux-usb-devel@lists.sourceforge.net
2914 S:      Maintained
2915
2916 USB MASS STORAGE DRIVER
2917 P:      Matthew Dharm
2918 M:      mdharm-usb@one-eyed-alien.net
2919 L:      linux-usb-users@lists.sourceforge.net
2920 L:      usb-storage@lists.one-eyed-alien.net
2921 S:      Maintained
2922 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
2923
2924 USB OHCI DRIVER
2925 P:      Roman Weissgaerber
2926 M:      weissg@vienna.at
2927 L:      linux-usb-users@lists.sourceforge.net
2928 L:      linux-usb-devel@lists.sourceforge.net
2929 S:      Maintained
2930
2931 USB OPTION-CARD DRIVER
2932 P:      Matthias Urlichs
2933 M:      smurf@smurf.noris.de
2934 L:      linux-usb-devel@lists.sourceforge.net
2935 S:      Maintained
2936
2937 USB OV511 DRIVER
2938 P:      Mark McClelland
2939 M:      mmcclell@bigfoot.com
2940 L:      linux-usb-users@lists.sourceforge.net
2941 L:      linux-usb-devel@lists.sourceforge.net
2942 W:      http://alpha.dyndns.org/ov511/
2943 S:      Maintained
2944
2945 USB PEGASUS DRIVER
2946 P:      Petko Manolov
2947 M:      petkan@users.sourceforge.net
2948 L:      linux-usb-users@lists.sourceforge.net
2949 L:      linux-usb-devel@lists.sourceforge.net
2950 W:      http://pegasus2.sourceforge.net/
2951 S:      Maintained
2952
2953 USB PRINTER DRIVER
2954 P:      Vojtech Pavlik
2955 M:      vojtech@suse.cz
2956 L:      linux-usb-users@lists.sourceforge.net
2957 L:      linux-usb-devel@lists.sourceforge.net
2958 S:      Maintained
2959
2960 USB RTL8150 DRIVER
2961 P:      Petko Manolov
2962 M:      petkan@users.sourceforge.net
2963 L:      linux-usb-users@lists.sourceforge.net
2964 L:      linux-usb-devel@lists.sourceforge.net
2965 W:      http://pegasus2.sourceforge.net/
2966 S:      Maintained
2967
2968 USB SE401 DRIVER
2969 P:      Jeroen Vreeken
2970 M:      pe1rxq@amsat.org
2971 L:      linux-usb-users@lists.sourceforge.net
2972 L:      linux-usb-devel@lists.sourceforge.net
2973 W:      http://www.chello.nl/~j.vreeken/se401/
2974 S:      Maintained
2975
2976 USB SERIAL CYBERJACK DRIVER
2977 P:      Matthias Bruestle and Harald Welte
2978 M:      support@reiner-sct.com
2979 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
2980 S:      Maintained
2981
2982 USB SERIAL DIGI ACCELEPORT DRIVER
2983 P:      Peter Berger and Al Borchers
2984 M:      pberger@brimson.com
2985 M:      alborchers@steinerpoint.com
2986 L:      linux-usb-users@lists.sourceforge.net
2987 L:      linux-usb-devel@lists.sourceforge.net
2988 S:      Maintained
2989
2990 USB SERIAL DRIVER
2991 P:      Greg Kroah-Hartman
2992 M:      gregkh@suse.de
2993 L:      linux-usb-users@lists.sourceforge.net
2994 L:      linux-usb-devel@lists.sourceforge.net
2995 S:      Supported
2996
2997 USB SERIAL BELKIN F5U103 DRIVER
2998 P:      William Greathouse
2999 M:      wgreathouse@smva.com
3000 L:      linux-usb-users@lists.sourceforge.net
3001 L:      linux-usb-devel@lists.sourceforge.net
3002 S:      Maintained
3003
3004 USB SERIAL CYPRESS M8 DRIVER
3005 P:      Lonnie Mendez
3006 M:      dignome@gmail.com
3007 L:      linux-usb-users@lists.sourceforge.net
3008 L:      linux-usb-devel@lists.sourceforge.net
3009 S:      Maintained
3010 W:      http://geocities.com/i0xox0i
3011 W:      http://firstlight.net/cvs
3012
3013 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3014 L:      linux-usb-users@lists.sourceforge.net
3015 L:      linux-usb-devel@lists.sourceforge.net
3016 S:      Maintained
3017
3018 USB AUERSWALD DRIVER
3019 P:      Wolfgang Muees
3020 M:      wolfgang@iksw-muees.de
3021 L:      linux-usb-users@lists.sourceforge.net
3022 L:      linux-usb-devel@lists.sourceforge.net
3023 S:      Maintained
3024
3025 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3026 P:      Gary Brubaker
3027 M:      xavyer@ix.netcom.com
3028 L:      linux-usb-users@lists.sourceforge.net
3029 L:      linux-usb-devel@lists.sourceforge.net
3030 S:      Maintained
3031
3032 USB SERIAL KEYSPAN DRIVER
3033 P:      Greg Kroah-Hartman
3034 M:      greg@kroah.com
3035 L:      linux-usb-users@lists.sourceforge.net
3036 L:      linux-usb-devel@lists.sourceforge.net
3037 W:      http://www.kroah.com/linux/
3038 S:      Maintained
3039
3040 USB SERIAL WHITEHEAT DRIVER
3041 P:      Stuart MacDonald
3042 M:      stuartm@connecttech.com
3043 L:      linux-usb-users@lists.sourceforge.net
3044 L:      linux-usb-devel@lists.sourceforge.net
3045 W:      http://www.connecttech.com
3046 S:      Supported
3047
3048 USB SN9C10x DRIVER
3049 P:      Luca Risolia
3050 M:      luca.risolia@studio.unibo.it
3051 L:      linux-usb-devel@lists.sourceforge.net
3052 L:      video4linux-list@redhat.com
3053 W:      http://www.linux-projects.org
3054 S:      Maintained
3055
3056 USB SUBSYSTEM
3057 P:      Greg Kroah-Hartman
3058 M:      gregkh@suse.de
3059 L:      linux-usb-users@lists.sourceforge.net
3060 L:      linux-usb-devel@lists.sourceforge.net
3061 W:      http://www.linux-usb.org
3062 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3063 S:      Supported
3064
3065 USB UHCI DRIVER
3066 P:      Alan Stern
3067 M:      stern@rowland.harvard.edu
3068 L:      linux-usb-users@lists.sourceforge.net
3069 L:      linux-usb-devel@lists.sourceforge.net
3070 S:      Maintained
3071
3072 USB "USBNET" DRIVER
3073 P:      David Brownell
3074 M:      dbrownell@users.sourceforge.net
3075 L:      linux-usb-devel@lists.sourceforge.net
3076 S:      Maintained
3077
3078 USB W996[87]CF DRIVER
3079 P:      Luca Risolia
3080 M:      luca.risolia@studio.unibo.it
3081 L:      linux-usb-devel@lists.sourceforge.net
3082 L:      video4linux-list@redhat.com
3083 W:      http://www.linux-projects.org
3084 S:      Maintained
3085
3086 USB ZC0301 DRIVER
3087 P:      Luca Risolia
3088 M:      luca.risolia@studio.unibo.it
3089 L:      linux-usb-devel@lists.sourceforge.net
3090 L:      video4linux-list@redhat.com
3091 W:      http://www.linux-projects.org
3092 S:      Maintained
3093
3094 USB ZD1201 DRIVER
3095 P:      Jeroen Vreeken
3096 M:      pe1rxq@amsat.org
3097 L:      linux-usb-users@lists.sourceforge.net
3098 L:      linux-usb-devel@lists.sourceforge.net
3099 W:      http://linux-lc100020.sourceforge.net
3100 S:      Maintained
3101
3102 USER-MODE LINUX
3103 P:      Jeff Dike
3104 M:      jdike@karaya.com
3105 L:      user-mode-linux-devel@lists.sourceforge.net
3106 L:      user-mode-linux-user@lists.sourceforge.net
3107 W:      http://user-mode-linux.sourceforge.net
3108 S:      Maintained
3109         
3110 FAT/VFAT/MSDOS FILESYSTEM:
3111 P:      OGAWA Hirofumi
3112 M:      hirofumi@mail.parknet.co.jp
3113 L:      linux-kernel@vger.kernel.org
3114 S:      Maintained
3115
3116 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3117 P:      Jeff Garzik
3118 S:      Odd fixes
3119
3120 VIA RHINE NETWORK DRIVER
3121 P:      Roger Luethi
3122 M:      rl@hellgate.ch
3123 S:      Maintained
3124
3125 VIAPRO SMBUS DRIVER
3126 P:      Jean Delvare
3127 M:      khali@linux-fr.org
3128 L:      lm-sensors@lm-sensors.org
3129 S:      Maintained
3130
3131 UCLINUX (AND M68KNOMMU)
3132 P:      Greg Ungerer
3133 M:      gerg@uclinux.org
3134 W:      http://www.uclinux.org/
3135 L:      uclinux-dev@uclinux.org  (subscribers-only)
3136 S:      Maintained
3137
3138 UCLINUX FOR NEC V850
3139 P:      Miles Bader
3140 M:      uclinux-v850@lsi.nec.co.jp
3141 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3142 W:      http://www.ee.nec.de/uclinux/
3143 S:      Supported
3144
3145 UCLINUX FOR RENESAS H8/300
3146 P:      Yoshinori Sato
3147 M:      ysato@users.sourceforge.jp
3148 W:      http://uclinux-h8.sourceforge.jp/
3149 S:      Supported
3150
3151 USB DIAMOND RIO500 DRIVER
3152 P:      Cesar Miquel
3153 M:      miquel@df.uba.ar
3154 L:      rio500-users@lists.sourceforge.net
3155 W:      http://rio500.sourceforge.net
3156 S:      Maintained
3157
3158 VIDEO FOR LINUX
3159 P:      Mauro Carvalho Chehab
3160 M:      mchehab@infradead.org
3161 M:      v4l-dvb-maintainer@linuxtv.org
3162 L:      video4linux-list@redhat.com
3163 W:      http://linuxtv.org
3164 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3165 S:      Maintained
3166
3167 VT8231 HARDWARE MONITOR DRIVER
3168 P:      Roger Lucas
3169 M:      roger@planbit.co.uk
3170 L:      lm-sensors@lm-sensors.org
3171 S:      Maintained
3172
3173 W1 DALLAS'S 1-WIRE BUS
3174 P:      Evgeniy Polyakov
3175 M:      johnpol@2ka.mipt.ru
3176 L:      lm-sensors@lm-sensors.org
3177 S:      Maintained
3178
3179 W83L51xD SD/MMC CARD INTERFACE DRIVER
3180 P:      Pierre Ossman
3181 M:      drzeus-wbsd@drzeus.cx
3182 L:      wbsd-devel@list.drzeus.cx
3183 W:      http://projects.drzeus.cx/wbsd
3184 S:      Maintained
3185
3186 WATCHDOG DEVICE DRIVERS
3187 P:      Wim Van Sebroeck
3188 M:      wim@iguana.be
3189 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3190 S:      Maintained
3191
3192 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3193 P:      Jean Tourrilhes
3194 M:      jt@hpl.hp.com
3195 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3196 S:      Maintained
3197
3198 WD7000 SCSI DRIVER
3199 P:      Miroslav Zagorac
3200 M:      zaga@fly.cc.fer.hr
3201 L:      linux-scsi@vger.kernel.org
3202 S:      Maintained
3203
3204 WISTRON LAPTOP BUTTON DRIVER
3205 P:      Miloslav Trmac
3206 M:      mitr@volny.cz
3207 S:      Maintained
3208
3209 WL3501 WIRELESS PCMCIA CARD DRIVER
3210 P:      Arnaldo Carvalho de Melo
3211 M:      acme@conectiva.com.br
3212 W:      http://advogato.org/person/acme
3213 S:      Maintained
3214
3215 X.25 NETWORK LAYER
3216 P:      Henner Eisen
3217 M:      eis@baty.hanse.de
3218 L:      linux-x25@vger.kernel.org
3219 S:      Maintained
3220
3221 XFS FILESYSTEM
3222 P:      Silicon Graphics Inc
3223 M:      xfs-masters@oss.sgi.com
3224 M:      nathans@sgi.com
3225 L:      xfs@oss.sgi.com
3226 W:      http://oss.sgi.com/projects/xfs
3227 S:      Supported
3228
3229 X86 3-LEVEL PAGING (PAE) SUPPORT
3230 P:      Ingo Molnar
3231 M:      mingo@redhat.com
3232 S:      Maintained
3233
3234 X86-64 port
3235 P:      Andi Kleen
3236 M:      ak@suse.de
3237 L:      discuss@x86-64.org
3238 W:      http://www.x86-64.org
3239 S:      Maintained
3240
3241 YAM DRIVER FOR AX.25
3242 P:      Jean-Paul Roubelat
3243 M:      jpr@f6fbb.org
3244 L:      linux-hams@vger.kernel.org
3245 S:      Maintained
3246
3247 YEALINK PHONE DRIVER
3248 P:      Henk Vergonet
3249 M:      Henk.Vergonet@gmail.com
3250 L:      usbb2k-api-dev@nongnu.org
3251 S:      Maintained
3252
3253 YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3254 P:      Pete Zaitcev
3255 M:      zaitcev@yahoo.com
3256 L:      linux-kernel@vger.kernel.org
3257 S:      Obsolete
3258
3259 Z8530 DRIVER FOR AX.25
3260 P:      Joerg Reuter
3261 M:      jreuter@yaina.de
3262 W:      http://yaina.de/jreuter/
3263 W:      http://www.qsl.net/dl1bke/
3264 L:      linux-hams@vger.kernel.org
3265 S:      Maintained
3266
3267 ZF MACHZ WATCHDOG
3268 P:      Fernando Fuganti
3269 M:      fuganti@netbank.com.br
3270 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3271 S:      Maintained
3272
3273 ZR36067 VIDEO FOR LINUX DRIVER
3274 P:      Ronald Bultje
3275 M:      rbultje@ronald.bitfreak.net
3276 L:      mjpeg-users@lists.sourceforge.net
3277 W:      http://mjpeg.sourceforge.net/driver-zoran/
3278 S:      Maintained
3279
3280 ZR36120 VIDEO FOR LINUX DRIVER
3281 P:      Pauline Middelink
3282 M:      middelin@polyware.nl
3283 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3284 W:      http://www.polyware.nl/~middelin/hobbies.html
3285 S:      Maintained
3286
3287 THE REST
3288 P:      Linus Torvalds
3289 S:      Buried alive in reporters