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