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