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