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