[PATCH] msi: simplify msi sanity checks by adding with generic irq code
[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 REAL TIME CLOCK DRIVER
2445 P:      Paul Gortmaker
2446 M:      p_gortmaker@yahoo.com
2447 L:      linux-kernel@vger.kernel.org
2448 S:      Maintained
2449
2450 REAL TIME CLOCK (RTC) SUBSYSTEM
2451 P:      Alessandro Zummo
2452 M:      a.zummo@towertech.it
2453 L:      linux-kernel@vger.kernel.org
2454 S:      Maintained
2455
2456 REISERFS FILE SYSTEM
2457 P:      Hans Reiser
2458 M:      reiserfs-dev@namesys.com
2459 L:      reiserfs-list@namesys.com
2460 W:      http://www.namesys.com
2461 S:      Supported
2462
2463 ROCKETPORT DRIVER
2464 P:      Comtrol Corp.
2465 W:      http://www.comtrol.com
2466 S:      Maintained
2467
2468 ROSE NETWORK LAYER
2469 P:      Ralf Baechle
2470 M:      ralf@linux-mips.org
2471 L:      linux-hams@vger.kernel.org
2472 W:      http://www.linux-ax25.org/
2473 S:      Maintained
2474
2475 RISCOM8 DRIVER
2476 S:      Orphan
2477
2478 S3 SAVAGE FRAMEBUFFER DRIVER
2479 P:      Antonino Daplas
2480 M:      adaplas@pol.net
2481 L:      linux-fbdev-devel@lists.sourceforge.net
2482 S:      Maintained
2483
2484 S390
2485 P:      Martin Schwidefsky
2486 M:      schwidefsky@de.ibm.com
2487 P:      Heiko Carstens
2488 M:      heiko.carstens@de.ibm.com
2489 M:      linux390@de.ibm.com
2490 L:      linux-390@vm.marist.edu
2491 W:      http://www.ibm.com/developerworks/linux/linux390/
2492 S:      Supported
2493
2494 S390 NETWORK DRIVERS
2495 P:      Frank Pavlic
2496 M:      fpavlic@de.ibm.com
2497 M:      linux390@de.ibm.com
2498 L:      linux-390@vm.marist.edu
2499 W:      http://www.ibm.com/developerworks/linux/linux390/
2500 S:      Supported
2501
2502 S390 ZFCP DRIVER
2503 P:      Swen Schillig
2504 M:      swen@vnet.ibm.com
2505 M:      linux390@de.ibm.com
2506 L:      linux-390@vm.marist.edu
2507 W:      http://www.ibm.com/developerworks/linux/linux390/
2508 S:      Supported
2509
2510 SAA7146 VIDEO4LINUX-2 DRIVER
2511 P:      Michael Hunold
2512 M:      michael@mihu.de
2513 W:      http://www.mihu.de/linux/saa7146
2514 S:      Maintained
2515
2516 SBPCD CDROM DRIVER
2517 P:      Eberhard Moenkeberg
2518 M:      emoenke@gwdg.de
2519 L:      linux-kernel@vger.kernel.org
2520 S:      Maintained
2521
2522 SC1200 WDT DRIVER
2523 P:      Zwane Mwaikambo
2524 M:      zwane@arm.linux.org.uk
2525 S:      Maintained
2526
2527 SCHEDULER
2528 P:      Ingo Molnar
2529 M:      mingo@elte.hu
2530 P:      Robert Love    [the preemptible kernel bits]
2531 M:      rml@tech9.net
2532 L:      linux-kernel@vger.kernel.org
2533 S:      Maintained
2534
2535 SCSI CDROM DRIVER
2536 P:      Jens Axboe
2537 M:      axboe@kernel.dk
2538 L:      linux-scsi@vger.kernel.org
2539 W:      http://www.kernel.dk
2540 S:      Maintained
2541
2542 SCSI SG DRIVER
2543 P:      Doug Gilbert
2544 M:      dgilbert@interlog.com
2545 L:      linux-scsi@vger.kernel.org
2546 W:      http://www.torque.net/sg
2547 S:      Maintained
2548
2549 SCSI SUBSYSTEM
2550 P:      James E.J. Bottomley
2551 M:      James.Bottomley@SteelEye.com
2552 L:      linux-scsi@vger.kernel.org
2553 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2554 S:      Maintained
2555
2556 SCSI TAPE DRIVER
2557 P:      Kai Mäkisara
2558 M:      Kai.Makisara@kolumbus.fi
2559 L:      linux-scsi@vger.kernel.org
2560 S:      Maintained
2561
2562 SCTP PROTOCOL
2563 P: Sridhar Samudrala
2564 M: sri@us.ibm.com
2565 L: lksctp-developers@lists.sourceforge.net
2566 S: Supported
2567
2568 SCx200 CPU SUPPORT
2569 P:      Christer Weinigel
2570 M:      christer@weinigel.se
2571 W:      http://www.weinigel.se
2572 S:      Supported
2573
2574 SECURITY CONTACT
2575 P:      Security Officers
2576 M:      security@kernel.org
2577 S:      Supported
2578
2579 SELINUX SECURITY MODULE
2580 P:      Stephen Smalley
2581 M:      sds@tycho.nsa.gov
2582 P:      James Morris
2583 M:      jmorris@namei.org
2584 L:      linux-kernel@vger.kernel.org (kernel issues)
2585 L:      selinux@tycho.nsa.gov (general discussion)
2586 W:      http://www.nsa.gov/selinux
2587 S:      Supported
2588
2589 SERIAL ATA (SATA) SUBSYSTEM:
2590 P:      Jeff Garzik
2591 M:      jgarzik@pobox.com
2592 L:      linux-ide@vger.kernel.org
2593 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2594 S:      Supported
2595
2596 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2597 P:      Pat Gefre
2598 M:      pfg@sgi.com
2599 L:      linux-ia64@vger.kernel.org
2600 S:      Supported
2601
2602 SGI VISUAL WORKSTATION 320 AND 540
2603 P:      Andrey Panin
2604 M:      pazke@donpac.ru
2605 L:      linux-visws-devel@lists.sf.net
2606 W:      http://linux-visws.sf.net
2607 S:      Maintained for 2.6.
2608
2609 SIMTEC EB110ATX (Chalice CATS)
2610 P:      Ben Dooks
2611 P:      Vincent Sanders
2612 M:      support@simtec.co.uk
2613 W:      http://www.simtec.co.uk/products/EB110ATX/
2614 S:      Supported
2615
2616 SIMTEC EB2410ITX (BAST)
2617 P:      Ben Dooks
2618 P:      Vincent Sanders
2619 M:      support@simtec.co.uk
2620 W:      http://www.simtec.co.uk/products/EB2410ITX/
2621 S:      Supported
2622
2623 SIS 190 ETHERNET DRIVER
2624 P:      Francois Romieu
2625 M:      romieu@fr.zoreil.com
2626 L:      netdev@vger.kernel.org
2627 S:      Maintained
2628
2629 SIS 5513 IDE CONTROLLER DRIVER
2630 P:      Lionel Bouton
2631 M:      Lionel.Bouton@inet6.fr
2632 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2633 W:      http://gyver.homeip.net/sis5513/index.html
2634 S:      Maintained
2635
2636 SIS 900/7016 FAST ETHERNET DRIVER
2637 P:      Daniele Venzano
2638 M:      venza@brownhat.org
2639 W:      http://www.brownhat.org/sis900.html
2640 L:      netdev@vger.kernel.org
2641 S:      Maintained
2642
2643 SIS FRAMEBUFFER DRIVER
2644 P:      Thomas Winischhofer
2645 M:      thomas@winischhofer.net
2646 W:      http://www.winischhofer.net/linuxsisvga.shtml
2647 S:      Maintained      
2648
2649 SIS USB2VGA DRIVER
2650 P:      Thomas Winischhofer
2651 M:      thomas@winischhofer.net
2652 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2653 S:      Maintained
2654
2655 SMC91x ETHERNET DRIVER
2656 P:      Nicolas Pitre
2657 M:      nico@cam.org
2658 S:      Maintained
2659
2660 SOFTMAC LAYER (IEEE 802.11)
2661 P:      Johannes Berg
2662 M:      johannes@sipsolutions.net
2663 P:      Joe Jezak
2664 M:      josejx@gentoo.org
2665 P:      Daniel Drake
2666 M:      dsd@gentoo.org
2667 W:      http://softmac.sipsolutions.net/
2668 L:      netdev@vger.kernel.org
2669 S:      Maintained
2670
2671 SOFTWARE RAID (Multiple Disks) SUPPORT
2672 P:      Ingo Molnar
2673 M:      mingo@redhat.com
2674 P:      Neil Brown
2675 M:      neilb@cse.unsw.edu.au
2676 L:      linux-raid@vger.kernel.org
2677 S:      Maintained
2678
2679 SOFTWARE SUSPEND:
2680 P:      Pavel Machek
2681 M:      pavel@suse.cz
2682 L:      linux-pm@osdl.org
2683 S:      Maintained
2684
2685 SONIC NETWORK DRIVER
2686 P:      Thomas Bogendoerfer
2687 M:      tsbogend@alpha.franken.de
2688 L:      netdev@vger.kernel.org
2689 S:      Maintained
2690
2691 SONY VAIO CONTROL DEVICE DRIVER
2692 P:      Stelian Pop
2693 M:      stelian@popies.net
2694 W:      http://popies.net/sonypi/
2695 S:      Maintained
2696
2697 SOUND
2698 P:      Jaroslav Kysela
2699 M:      perex@suse.cz
2700 L:      alsa-devel@alsa-project.org
2701 S:      Maintained
2702
2703 SPI SUBSYSTEM
2704 P:      David Brownell
2705 M:      dbrownell@users.sourceforge.net
2706 L:      spi-devel-general@lists.sourceforge.net
2707 S:      Maintained
2708
2709 STABLE BRANCH:
2710 P:      Greg Kroah-Hartman
2711 M:      greg@kroah.com
2712 P:      Chris Wright
2713 M:      chrisw@sous-sol.org
2714 L:      stable@kernel.org
2715 S:      Maintained
2716
2717 TPM DEVICE DRIVER
2718 P:      Kylene Hall
2719 M:      kjhall@us.ibm.com
2720 W:      http://tpmdd.sourceforge.net
2721 L:      tpmdd-devel@lists.sourceforge.net
2722 S:      Maintained
2723
2724 Telecom Clock Driver for MCPL0010
2725 P: Mark Gross
2726 M: mark.gross@intel.com
2727 S: Supported
2728
2729 TENSILICA XTENSA PORT (xtensa):
2730 P:      Chris Zankel
2731 M:      chris@zankel.net
2732 S:      Maintained
2733
2734 UltraSPARC (sparc64):
2735 P:      David S. Miller
2736 M:      davem@davemloft.net
2737 P:      Eddie C. Dost
2738 M:      ecd@brainaid.de
2739 P:      Jakub Jelinek
2740 M:      jj@sunsite.ms.mff.cuni.cz
2741 P:      Anton Blanchard
2742 M:      anton@samba.org
2743 L:      sparclinux@vger.kernel.org
2744 L:      ultralinux@vger.kernel.org
2745 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2746 S:      Maintained
2747
2748 SHARP LH SUPPORT (LH7952X & LH7A40X)
2749 P:      Marc Singer
2750 M:      elf@buici.com
2751 W:      http://projects.buici.com/arm
2752 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2753 S:      Maintained
2754
2755 SHPC HOTPLUG DRIVER
2756 P:      Kristen Carlson Accardi
2757 M:      kristen.c.accardi@intel.com
2758 L:      pcihpd-discuss@lists.sourceforge.net
2759 S:      Maintained
2760
2761 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2762 P:      Pierre Ossman
2763 M:      drzeus-sdhci@drzeus.cx
2764 L:      sdhci-devel@list.drzeus.cx
2765 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2766 S:      Maintained
2767
2768 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2769 P:      Stephen Hemminger
2770 M:      shemminger@osdl.org
2771 L:      netdev@vger.kernel.org
2772 S:      Maintained
2773
2774 SOEKRIS NET48XX LED SUPPORT
2775 P:      Chris Boot
2776 M:      bootc@bootc.net
2777 S:      Maintained
2778
2779 SPARC (sparc32):
2780 P:      William L. Irwin
2781 M:      wli@holomorphy.com
2782 L:      sparclinux@vger.kernel.org
2783 S:      Maintained
2784
2785 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2786 P:      Roger Wolff
2787 M:      R.E.Wolff@BitWizard.nl
2788 L:      linux-kernel@vger.kernel.org ?
2789 S:      Supported
2790
2791 SPIDERNET NETWORK DRIVER for CELL
2792 P:      Jim Lewis
2793 M:      jim@jklewis.com
2794 L:      netdev@vger.kernel.org
2795 S:      Supported
2796
2797 SRM (Alpha) environment access
2798 P:      Jan-Benedict Glaw
2799 M:      jbglaw@lug-owl.de
2800 L:      linux-kernel@vger.kernel.org
2801 S:      Maintained
2802
2803 STARFIRE/DURALAN NETWORK DRIVER
2804 P:      Ion Badulescu
2805 M:      ionut@cs.columbia.edu
2806 S:      Maintained
2807
2808 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2809 W:      http://mosquitonet.Stanford.EDU/strip.html
2810 S:      Unsupported ?
2811
2812 STRADIS MPEG-2 DECODER DRIVER
2813 P:      Nathan Laredo
2814 M:      laredo@gnu.org
2815 W:      http://www.stradis.com/
2816 S:      Maintained
2817
2818 SUPERH (sh)
2819 P:      Paul Mundt
2820 M:      lethal@linux-sh.org
2821 L:      linuxsh-dev@lists.sourceforge.net (subscribers-only)
2822 W:      http://www.linux-sh.org
2823 S:      Maintained
2824
2825 SUPERH64 (sh64)
2826 P:      Paul Mundt
2827 M:      lethal@linux-sh.org
2828 L:      linuxsh-shmedia-dev@lists.sourceforge.net
2829 W:      http://www.linux-sh.org
2830 S:      Maintained
2831
2832 SUN3/3X
2833 P:      Sam Creasey
2834 M:      sammy@sammy.net
2835 L:      sun3-list@redhat.com
2836 W:      http://sammy.net/sun3/
2837 S:      Maintained
2838
2839 SVGA HANDLING
2840 P:      Martin Mares
2841 M:      mj@ucw.cz
2842 L:      linux-video@atrey.karlin.mff.cuni.cz
2843 S:      Maintained
2844
2845 SYSV FILESYSTEM
2846 P:      Christoph Hellwig
2847 M:      hch@infradead.org
2848 S:      Maintained
2849
2850 TC CLASSIFIER
2851 P:      Jamal Hadi Salim
2852 M:      hadi@cyberus.ca
2853 L:      netdev@vger.kernel.org
2854 S:      Maintained
2855
2856 TCP LOW PRIORITY MODULE
2857 P:      Wong Hoi Sing, Edison
2858 M:      hswong3i@gmail.com
2859 P:      Hung Hing Lun, Mike
2860 M:      hlhung3i@gmail.com
2861 W:      http://tcp-lp-mod.sourceforge.net/
2862 S:      Maintained
2863
2864 TI FLASH MEDIA INTERFACE DRIVER
2865 P:      Alex Dubov
2866 M:      oakad@yahoo.com
2867 S:      Maintained
2868
2869 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2870 P:      Deepak Saxena
2871 M:      dsaxena@plexity.net
2872 S:      Maintained
2873
2874 TASKSTATS STATISTICS INTERFACE
2875 P:      Shailabh Nagar
2876 M:      nagar@watson.ibm.com
2877 L:      linux-kernel@vger.kernel.org
2878 S:      Maintained
2879
2880 TI PARALLEL LINK CABLE DRIVER
2881 P:     Romain Lievin
2882 M:     roms@lpg.ticalc.org
2883 S:     Maintained
2884
2885 TIPC NETWORK LAYER
2886 P:      Per Liden
2887 M:      per.liden@ericsson.com
2888 P:      Jon Maloy
2889 M:      jon.maloy@ericsson.com
2890 P:      Allan Stephens
2891 M:      allan.stephens@windriver.com
2892 L:      tipc-discussion@lists.sourceforge.net
2893 W:      http://tipc.sourceforge.net/
2894 W:      http://tipc.cslab.ericsson.net/
2895 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2896 S:      Maintained
2897
2898 TLAN NETWORK DRIVER
2899 P:      Samuel Chessman
2900 M:      chessman@tux.org
2901 L:      tlan-devel@lists.sourceforge.net
2902 W:      http://sourceforge.net/projects/tlan/
2903 S:      Maintained
2904
2905 TOKEN-RING NETWORK DRIVER
2906 P:      Mike Phillips
2907 M:      mikep@linuxtr.net
2908 L:      netdev@vger.kernel.org
2909 L:      linux-tr@linuxtr.net
2910 W:      http://www.linuxtr.net
2911 S:      Maintained
2912
2913 TOSHIBA ACPI EXTRAS DRIVER
2914 P:      John Belmonte
2915 M:      toshiba_acpi@memebeam.org
2916 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2917 S:      Maintained
2918
2919 TOSHIBA SMM DRIVER
2920 P:      Jonathan Buzzard
2921 M:      jonathan@buzzard.org.uk
2922 L:      tlinux-users@tce.toshiba-dme.co.jp
2923 W:      http://www.buzzard.org.uk/toshiba/
2924 S:      Maintained
2925
2926 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2927 P:      Muli Ben-Yehuda
2928 M:      mulix@mulix.org
2929 L:      linux-kernel@vger.kernel.org
2930 S:      Maintained
2931
2932 TRIVIAL PATCHES
2933 P:      Adrian Bunk
2934 M:      trivial@kernel.org
2935 L:      linux-kernel@vger.kernel.org
2936 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2937 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2938 S:      Maintained
2939
2940 TMS380 TOKEN-RING NETWORK DRIVER
2941 P:      Adam Fritzler
2942 M:      mid@auk.cx
2943 L:      linux-tr@linuxtr.net
2944 W:      http://www.auk.cx/tms380tr/
2945 S:      Maintained
2946
2947 TULIP NETWORK DRIVER
2948 P:      Valerie Henson
2949 M:      val_henson@linux.intel.com
2950 L:      tulip-users@lists.sourceforge.net
2951 W:      http://sourceforge.net/projects/tulip/
2952 S:      Maintained
2953
2954 TUN/TAP driver
2955 P:      Maxim Krasnyansky
2956 M:      maxk@qualcomm.com
2957 L:      vtun@office.satix.net
2958 W:      http://vtun.sourceforge.net/tun
2959 S:      Maintained
2960
2961 U14-34F SCSI DRIVER
2962 P:      Dario Ballabio
2963 M:      ballabio_dario@emc.com
2964 L:      linux-scsi@vger.kernel.org
2965 S:      Maintained
2966
2967 UDF FILESYSTEM
2968 P:      Ben Fennema
2969 M:      bfennema@falcon.csc.calpoly.edu
2970 W:      http://linux-udf.sourceforge.net
2971 S:      Maintained
2972
2973 UNIFORM CDROM DRIVER
2974 P:      Jens Axboe
2975 M:      axboe@kernel.dk
2976 L:      linux-kernel@vger.kernel.org
2977 W:      http://www.kernel.dk
2978 S:      Maintained
2979
2980 USB ACM DRIVER
2981 P:      Oliver Neukum
2982 M:      oliver@neukum.name
2983 L:      linux-usb-users@lists.sourceforge.net
2984 L:      linux-usb-devel@lists.sourceforge.net
2985 S:      Maintained
2986
2987 USB BLOCK DRIVER (UB ub)
2988 P:      Pete Zaitcev
2989 M:      zaitcev@redhat.com
2990 L:      linux-kernel@vger.kernel.org
2991 L:      linux-usb-devel@lists.sourceforge.net
2992 S:      Supported
2993
2994 USB CDC ETHERNET DRIVER
2995 P:      Greg Kroah-Hartman
2996 M:      greg@kroah.com
2997 L:      linux-usb-users@lists.sourceforge.net
2998 L:      linux-usb-devel@lists.sourceforge.net
2999 S:      Maintained
3000 W:      http://www.kroah.com/linux-usb/
3001
3002 USB EHCI DRIVER
3003 P:      David Brownell
3004 M:      dbrownell@users.sourceforge.net
3005 L:      linux-usb-devel@lists.sourceforge.net
3006 S:      Maintained
3007
3008 USB ET61X[12]51 DRIVER
3009 P:      Luca Risolia
3010 M:      luca.risolia@studio.unibo.it
3011 L:      linux-usb-devel@lists.sourceforge.net
3012 L:      video4linux-list@redhat.com
3013 W:      http://www.linux-projects.org
3014 S:      Maintained
3015
3016 USB HID/HIDBP DRIVERS
3017 P:      Vojtech Pavlik
3018 M:      vojtech@suse.cz
3019 L:      linux-usb-users@lists.sourceforge.net
3020 L:      linux-usb-devel@lists.sourceforge.net
3021 S:      Maintained
3022
3023 USB HUB DRIVER
3024 P:      Johannes Erdfelt
3025 M:      johannes@erdfelt.com
3026 L:      linux-usb-users@lists.sourceforge.net
3027 L:      linux-usb-devel@lists.sourceforge.net
3028 S:      Maintained
3029
3030 USB ISP116X DRIVER
3031 P:      Olav Kongas
3032 M:      ok@artecdesign.ee
3033 L:      linux-usb-devel@lists.sourceforge.net
3034 S:      Maintained
3035
3036 USB KAWASAKI LSI DRIVER
3037 P:      Oliver Neukum
3038 M:      oliver@neukum.name
3039 L:      linux-usb-users@lists.sourceforge.net
3040 L:      linux-usb-devel@lists.sourceforge.net
3041 S:      Maintained
3042
3043 USB MASS STORAGE DRIVER
3044 P:      Matthew Dharm
3045 M:      mdharm-usb@one-eyed-alien.net
3046 L:      linux-usb-users@lists.sourceforge.net
3047 L:      usb-storage@lists.one-eyed-alien.net
3048 S:      Maintained
3049 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3050
3051 USB OHCI DRIVER
3052 P:      Roman Weissgaerber
3053 M:      weissg@vienna.at
3054 L:      linux-usb-users@lists.sourceforge.net
3055 L:      linux-usb-devel@lists.sourceforge.net
3056 S:      Maintained
3057
3058 USB OPTION-CARD DRIVER
3059 P:      Matthias Urlichs
3060 M:      smurf@smurf.noris.de
3061 L:      linux-usb-devel@lists.sourceforge.net
3062 S:      Maintained
3063
3064 USB OV511 DRIVER
3065 P:      Mark McClelland
3066 M:      mmcclell@bigfoot.com
3067 L:      linux-usb-users@lists.sourceforge.net
3068 L:      linux-usb-devel@lists.sourceforge.net
3069 W:      http://alpha.dyndns.org/ov511/
3070 S:      Maintained
3071
3072 USB PEGASUS DRIVER
3073 P:      Petko Manolov
3074 M:      petkan@users.sourceforge.net
3075 L:      linux-usb-users@lists.sourceforge.net
3076 L:      linux-usb-devel@lists.sourceforge.net
3077 W:      http://pegasus2.sourceforge.net/
3078 S:      Maintained
3079
3080 USB PRINTER DRIVER
3081 P:      Vojtech Pavlik
3082 M:      vojtech@suse.cz
3083 L:      linux-usb-users@lists.sourceforge.net
3084 L:      linux-usb-devel@lists.sourceforge.net
3085 S:      Maintained
3086
3087 USB RTL8150 DRIVER
3088 P:      Petko Manolov
3089 M:      petkan@users.sourceforge.net
3090 L:      linux-usb-users@lists.sourceforge.net
3091 L:      linux-usb-devel@lists.sourceforge.net
3092 W:      http://pegasus2.sourceforge.net/
3093 S:      Maintained
3094
3095 USB SE401 DRIVER
3096 P:      Jeroen Vreeken
3097 M:      pe1rxq@amsat.org
3098 L:      linux-usb-users@lists.sourceforge.net
3099 L:      linux-usb-devel@lists.sourceforge.net
3100 W:      http://www.chello.nl/~j.vreeken/se401/
3101 S:      Maintained
3102
3103 USB SERIAL CYBERJACK DRIVER
3104 P:      Matthias Bruestle and Harald Welte
3105 M:      support@reiner-sct.com
3106 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3107 S:      Maintained
3108
3109 USB SERIAL DIGI ACCELEPORT DRIVER
3110 P:      Peter Berger and Al Borchers
3111 M:      pberger@brimson.com
3112 M:      alborchers@steinerpoint.com
3113 L:      linux-usb-users@lists.sourceforge.net
3114 L:      linux-usb-devel@lists.sourceforge.net
3115 S:      Maintained
3116
3117 USB SERIAL DRIVER
3118 P:      Greg Kroah-Hartman
3119 M:      gregkh@suse.de
3120 L:      linux-usb-users@lists.sourceforge.net
3121 L:      linux-usb-devel@lists.sourceforge.net
3122 S:      Supported
3123
3124 USB SERIAL BELKIN F5U103 DRIVER
3125 P:      William Greathouse
3126 M:      wgreathouse@smva.com
3127 L:      linux-usb-users@lists.sourceforge.net
3128 L:      linux-usb-devel@lists.sourceforge.net
3129 S:      Maintained
3130
3131 USB SERIAL CYPRESS M8 DRIVER
3132 P:      Lonnie Mendez
3133 M:      dignome@gmail.com
3134 L:      linux-usb-users@lists.sourceforge.net
3135 L:      linux-usb-devel@lists.sourceforge.net
3136 S:      Maintained
3137 W:      http://geocities.com/i0xox0i
3138 W:      http://firstlight.net/cvs
3139
3140 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3141 L:      linux-usb-users@lists.sourceforge.net
3142 L:      linux-usb-devel@lists.sourceforge.net
3143 S:      Maintained
3144
3145 USB AUERSWALD DRIVER
3146 P:      Wolfgang Muees
3147 M:      wolfgang@iksw-muees.de
3148 L:      linux-usb-users@lists.sourceforge.net
3149 L:      linux-usb-devel@lists.sourceforge.net
3150 S:      Maintained
3151
3152 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3153 P:      Gary Brubaker
3154 M:      xavyer@ix.netcom.com
3155 L:      linux-usb-users@lists.sourceforge.net
3156 L:      linux-usb-devel@lists.sourceforge.net
3157 S:      Maintained
3158
3159 USB SERIAL KEYSPAN DRIVER
3160 P:      Greg Kroah-Hartman
3161 M:      greg@kroah.com
3162 L:      linux-usb-users@lists.sourceforge.net
3163 L:      linux-usb-devel@lists.sourceforge.net
3164 W:      http://www.kroah.com/linux/
3165 S:      Maintained
3166
3167 USB SERIAL WHITEHEAT DRIVER
3168 P:      Stuart MacDonald
3169 M:      stuartm@connecttech.com
3170 L:      linux-usb-users@lists.sourceforge.net
3171 L:      linux-usb-devel@lists.sourceforge.net
3172 W:      http://www.connecttech.com
3173 S:      Supported
3174
3175 USB SN9C10x DRIVER
3176 P:      Luca Risolia
3177 M:      luca.risolia@studio.unibo.it
3178 L:      linux-usb-devel@lists.sourceforge.net
3179 L:      video4linux-list@redhat.com
3180 W:      http://www.linux-projects.org
3181 S:      Maintained
3182
3183 USB SUBSYSTEM
3184 P:      Greg Kroah-Hartman
3185 M:      gregkh@suse.de
3186 L:      linux-usb-users@lists.sourceforge.net
3187 L:      linux-usb-devel@lists.sourceforge.net
3188 W:      http://www.linux-usb.org
3189 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3190 S:      Supported
3191
3192 USB UHCI DRIVER
3193 P:      Alan Stern
3194 M:      stern@rowland.harvard.edu
3195 L:      linux-usb-users@lists.sourceforge.net
3196 L:      linux-usb-devel@lists.sourceforge.net
3197 S:      Maintained
3198
3199 USB "USBNET" DRIVER
3200 P:      David Brownell
3201 M:      dbrownell@users.sourceforge.net
3202 L:      linux-usb-devel@lists.sourceforge.net
3203 S:      Maintained
3204
3205 USB W996[87]CF DRIVER
3206 P:      Luca Risolia
3207 M:      luca.risolia@studio.unibo.it
3208 L:      linux-usb-devel@lists.sourceforge.net
3209 L:      video4linux-list@redhat.com
3210 W:      http://www.linux-projects.org
3211 S:      Maintained
3212
3213 USB ZC0301 DRIVER
3214 P:      Luca Risolia
3215 M:      luca.risolia@studio.unibo.it
3216 L:      linux-usb-devel@lists.sourceforge.net
3217 L:      video4linux-list@redhat.com
3218 W:      http://www.linux-projects.org
3219 S:      Maintained
3220
3221 USB ZD1201 DRIVER
3222 P:      Jeroen Vreeken
3223 M:      pe1rxq@amsat.org
3224 L:      linux-usb-users@lists.sourceforge.net
3225 L:      linux-usb-devel@lists.sourceforge.net
3226 W:      http://linux-lc100020.sourceforge.net
3227 S:      Maintained
3228
3229 USER-MODE LINUX
3230 P:      Jeff Dike
3231 M:      jdike@karaya.com
3232 L:      user-mode-linux-devel@lists.sourceforge.net
3233 L:      user-mode-linux-user@lists.sourceforge.net
3234 W:      http://user-mode-linux.sourceforge.net
3235 S:      Maintained
3236         
3237 FAT/VFAT/MSDOS FILESYSTEM:
3238 P:      OGAWA Hirofumi
3239 M:      hirofumi@mail.parknet.co.jp
3240 L:      linux-kernel@vger.kernel.org
3241 S:      Maintained
3242
3243 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3244 P:      Jeff Garzik
3245 S:      Odd fixes
3246
3247 VIA RHINE NETWORK DRIVER
3248 P:      Roger Luethi
3249 M:      rl@hellgate.ch
3250 S:      Maintained
3251
3252 VIAPRO SMBUS DRIVER
3253 P:      Jean Delvare
3254 M:      khali@linux-fr.org
3255 L:      i2c@lm-sensors.org
3256 S:      Maintained
3257
3258 UCLINUX (AND M68KNOMMU)
3259 P:      Greg Ungerer
3260 M:      gerg@uclinux.org
3261 W:      http://www.uclinux.org/
3262 L:      uclinux-dev@uclinux.org  (subscribers-only)
3263 S:      Maintained
3264
3265 UCLINUX FOR NEC V850
3266 P:      Miles Bader
3267 M:      uclinux-v850@lsi.nec.co.jp
3268 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3269 W:      http://www.ee.nec.de/uclinux/
3270 S:      Supported
3271
3272 UCLINUX FOR RENESAS H8/300
3273 P:      Yoshinori Sato
3274 M:      ysato@users.sourceforge.jp
3275 W:      http://uclinux-h8.sourceforge.jp/
3276 S:      Supported
3277
3278 USB DIAMOND RIO500 DRIVER
3279 P:      Cesar Miquel
3280 M:      miquel@df.uba.ar
3281 L:      rio500-users@lists.sourceforge.net
3282 W:      http://rio500.sourceforge.net
3283 S:      Maintained
3284
3285 VIDEO FOR LINUX
3286 P:      Mauro Carvalho Chehab
3287 M:      mchehab@infradead.org
3288 M:      v4l-dvb-maintainer@linuxtv.org
3289 L:      video4linux-list@redhat.com
3290 W:      http://linuxtv.org
3291 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3292 S:      Maintained
3293
3294 VT1211 HARDWARE MONITOR DRIVER
3295 P:      Juerg Haefliger
3296 M:      juergh@gmail.com
3297 L:      lm-sensors@lm-sensors.org
3298 S:      Maintained
3299
3300 VT8231 HARDWARE MONITOR DRIVER
3301 P:      Roger Lucas
3302 M:      roger@planbit.co.uk
3303 L:      lm-sensors@lm-sensors.org
3304 S:      Maintained
3305
3306 W1 DALLAS'S 1-WIRE BUS
3307 P:      Evgeniy Polyakov
3308 M:      johnpol@2ka.mipt.ru
3309 S:      Maintained
3310
3311 W83791D HARDWARE MONITORING DRIVER
3312 P:      Charles Spirakis
3313 M:      bezaur@gmail.com
3314 L:      lm-sensors@lm-sensors.org
3315 S:      Maintained
3316
3317 W83L51xD SD/MMC CARD INTERFACE DRIVER
3318 P:      Pierre Ossman
3319 M:      drzeus-wbsd@drzeus.cx
3320 L:      wbsd-devel@list.drzeus.cx
3321 W:      http://projects.drzeus.cx/wbsd
3322 S:      Maintained
3323
3324 WATCHDOG DEVICE DRIVERS
3325 P:      Wim Van Sebroeck
3326 M:      wim@iguana.be
3327 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3328 S:      Maintained
3329
3330 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3331 P:      Jean Tourrilhes
3332 M:      jt@hpl.hp.com
3333 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3334 S:      Maintained
3335
3336 WD7000 SCSI DRIVER
3337 P:      Miroslav Zagorac
3338 M:      zaga@fly.cc.fer.hr
3339 L:      linux-scsi@vger.kernel.org
3340 S:      Maintained
3341
3342 WISTRON LAPTOP BUTTON DRIVER
3343 P:      Miloslav Trmac
3344 M:      mitr@volny.cz
3345 S:      Maintained
3346
3347 WL3501 WIRELESS PCMCIA CARD DRIVER
3348 P:      Arnaldo Carvalho de Melo
3349 M:      acme@conectiva.com.br
3350 W:      http://advogato.org/person/acme
3351 S:      Maintained
3352
3353 X.25 NETWORK LAYER
3354 P:      Henner Eisen
3355 M:      eis@baty.hanse.de
3356 L:      linux-x25@vger.kernel.org
3357 S:      Maintained
3358
3359 XFS FILESYSTEM
3360 P:      Silicon Graphics Inc
3361 P:      Tim Shimmin, David Chatterton
3362 M:      xfs-masters@oss.sgi.com
3363 L:      xfs@oss.sgi.com
3364 W:      http://oss.sgi.com/projects/xfs
3365 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6
3366 S:      Supported
3367
3368 X86 3-LEVEL PAGING (PAE) SUPPORT
3369 P:      Ingo Molnar
3370 M:      mingo@redhat.com
3371 S:      Maintained
3372
3373 X86-64 port
3374 P:      Andi Kleen
3375 M:      ak@suse.de
3376 L:      discuss@x86-64.org
3377 W:      http://www.x86-64.org
3378 S:      Maintained
3379
3380 YAM DRIVER FOR AX.25
3381 P:      Jean-Paul Roubelat
3382 M:      jpr@f6fbb.org
3383 L:      linux-hams@vger.kernel.org
3384 S:      Maintained
3385
3386 YEALINK PHONE DRIVER
3387 P:      Henk Vergonet
3388 M:      Henk.Vergonet@gmail.com
3389 L:      usbb2k-api-dev@nongnu.org
3390 S:      Maintained
3391
3392 YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3393 P:      Pete Zaitcev
3394 M:      zaitcev@yahoo.com
3395 L:      linux-kernel@vger.kernel.org
3396 S:      Obsolete
3397
3398 Z8530 DRIVER FOR AX.25
3399 P:      Joerg Reuter
3400 M:      jreuter@yaina.de
3401 W:      http://yaina.de/jreuter/
3402 W:      http://www.qsl.net/dl1bke/
3403 L:      linux-hams@vger.kernel.org
3404 S:      Maintained
3405
3406 ZD1211RW WIRELESS DRIVER
3407 P:      Daniel Drake
3408 M:      dsd@gentoo.org
3409 P:      Ulrich Kunitz
3410 M:      kune@deine-taler.de
3411 W:      http://zd1211.ath.cx/wiki/DriverRewrite
3412 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
3413 S:      Maintained
3414
3415 ZF MACHZ WATCHDOG
3416 P:      Fernando Fuganti
3417 M:      fuganti@netbank.com.br
3418 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3419 S:      Maintained
3420
3421 ZR36067 VIDEO FOR LINUX DRIVER
3422 P:      Ronald Bultje
3423 M:      rbultje@ronald.bitfreak.net
3424 L:      mjpeg-users@lists.sourceforge.net
3425 W:      http://mjpeg.sourceforge.net/driver-zoran/
3426 S:      Maintained
3427
3428 ZR36120 VIDEO FOR LINUX DRIVER
3429 P:      Pauline Middelink
3430 M:      middelin@polyware.nl
3431 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3432 W:      http://www.polyware.nl/~middelin/hobbies.html
3433 S:      Maintained
3434
3435 THE REST
3436 P:      Linus Torvalds
3437 S:      Buried alive in reporters