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