Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[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 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1904 P: Michael Kerrisk
1905 M: mtk-manpages@gmx.net
1906 W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1907 S: Maintained
1908
1909 MARVELL MV643XX ETHERNET DRIVER
1910 P:      Dale Farnsworth
1911 M:      dale@farnsworth.org
1912 P:      Manish Lachwani
1913 M:      mlachwani@mvista.com
1914 L:      netdev@vger.kernel.org
1915 S:      Odd Fixes for 2.4; Maintained for 2.6.
1916
1917 MATROX FRAMEBUFFER DRIVER
1918 P:      Petr Vandrovec
1919 M:      vandrove@vc.cvut.cz
1920 L:      linux-fbdev-devel@lists.sourceforge.net
1921 S:      Maintained
1922
1923 MEGARAID SCSI DRIVERS
1924 P:     Neela Syam Kolli
1925 M:     Neela.Kolli@engenio.com
1926 S:     linux-scsi@vger.kernel.org
1927 W:     http://megaraid.lsilogic.com
1928 S:     Maintained
1929
1930 MEMORY MANAGEMENT
1931 L:      linux-mm@kvack.org
1932 L:      linux-kernel@vger.kernel.org
1933 W:      http://www.linux-mm.org
1934 S:      Maintained
1935
1936 MEMORY TECHNOLOGY DEVICES (MTD)
1937 P:      David Woodhouse
1938 M:      dwmw2@infradead.org
1939 W:      http://www.linux-mtd.infradead.org/
1940 L:      linux-mtd@lists.infradead.org
1941 T:      git git://git.infradead.org/mtd-2.6.git
1942 S:      Maintained
1943
1944 MICROTEK X6 SCANNER
1945 P:      Oliver Neukum
1946 M:      oliver@neukum.name
1947 S:      Maintained
1948
1949 MIPS
1950 P:      Ralf Baechle
1951 M:      ralf@linux-mips.org
1952 W:      http://www.linux-mips.org/
1953 L:      linux-mips@linux-mips.org
1954 T:      git www.linux-mips.org:/pub/scm/linux.git
1955 S:      Supported
1956
1957 MISCELLANEOUS MCA-SUPPORT
1958 P:      James Bottomley
1959 M:      jejb@steeleye.com
1960 L:      linux-kernel@vger.kernel.org
1961 S:      Maintained
1962
1963 MODULE SUPPORT
1964 P:      Rusty Russell
1965 M:      rusty@rustcorp.com.au
1966 L:      linux-kernel@vger.kernel.org
1967 S:      Maintained
1968
1969 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1970 P:      Stelian Pop
1971 M:      stelian@popies.net
1972 W:      http://popies.net/meye/
1973 S:      Maintained
1974
1975 MOUSE AND MISC DEVICES [GENERAL]
1976 P:      Alessandro Rubini
1977 M:      rubini@ipvvis.unipv.it
1978 L:      linux-kernel@vger.kernel.org
1979 S:      Maintained
1980
1981 MTRR AND SIMILAR SUPPORT [i386]
1982 P:      Richard Gooch
1983 M:      rgooch@atnf.csiro.au
1984 L:      linux-kernel@vger.kernel.org
1985 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1986 S:      Maintained
1987
1988 MULTIMEDIA CARD (MMC) SUBSYSTEM
1989 S:      Orphan
1990
1991 MULTISOUND SOUND DRIVER
1992 P:      Andrew Veliath
1993 M:      andrewtv@usa.net
1994 S:      Maintained
1995
1996 NATSEMI ETHERNET DRIVER (DP8381x)
1997 P:      Tim Hockin
1998 M:      thockin@hockin.org
1999 S:      Maintained
2000
2001 NCP FILESYSTEM
2002 P:      Petr Vandrovec
2003 M:      vandrove@vc.cvut.cz
2004 L:      linware@sh.cvut.cz
2005 S:      Maintained
2006
2007 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2008 P:      James E.J. Bottomley
2009 M:      James.Bottomley@HansenPartnership.com
2010 L:      linux-scsi@vger.kernel.org
2011 S:      Maintained
2012
2013 NETEM NETWORK EMULATOR
2014 P:      Stephen Hemminger
2015 M:      shemminger@osdl.org
2016 L:      netem@osdl.org
2017 S:      Maintained
2018
2019 NETFILTER/IPTABLES/IPCHAINS
2020 P:      Rusty Russell
2021 P:      Marc Boucher
2022 P:      James Morris
2023 P:      Harald Welte
2024 P:      Jozsef Kadlecsik
2025 M:      coreteam@netfilter.org
2026 W:      http://www.netfilter.org/
2027 W:      http://www.iptables.org/
2028 L:      netfilter@lists.netfilter.org
2029 L:      netfilter-devel@lists.netfilter.org
2030 S:      Supported
2031
2032 NETLABEL
2033 P:      Paul Moore
2034 M:      paul.moore@hp.com
2035 W:      http://netlabel.sf.net
2036 L:      netdev@vger.kernel.org
2037 S:      Supported
2038
2039 NETROM NETWORK LAYER
2040 P:      Ralf Baechle
2041 M:      ralf@linux-mips.org
2042 L:      linux-hams@vger.kernel.org
2043 W:      http://www.linux-ax25.org/
2044 S:      Maintained
2045
2046 NETWORK BLOCK DEVICE (NBD)
2047 P:      Paul Clements
2048 M:      Paul.Clements@steeleye.com
2049 S:      Maintained
2050
2051 NETWORK DEVICE DRIVERS
2052 P:      Andrew Morton
2053 M:      akpm@osdl.org
2054 P:      Jeff Garzik
2055 M:      jgarzik@pobox.com
2056 L:      netdev@vger.kernel.org
2057 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2058 S:      Maintained
2059
2060 NETWORKING [GENERAL]
2061 P:      Networking Team
2062 M:      netdev@vger.kernel.org
2063 L:      netdev@vger.kernel.org
2064 W:      http://linux-net.osdl.org/
2065 S:      Maintained
2066
2067 NETWORKING [IPv4/IPv6]
2068 P:      David S. Miller
2069 M:      davem@davemloft.net
2070 P:      Alexey Kuznetsov
2071 M:      kuznet@ms2.inr.ac.ru
2072 P:      Pekka Savola (ipv6)
2073 M:      pekkas@netcore.fi
2074 P:      James Morris
2075 M:      jmorris@namei.org
2076 P:      Hideaki YOSHIFUJI
2077 M:      yoshfuji@linux-ipv6.org
2078 P:      Patrick McHardy
2079 M:      kaber@coreworks.de
2080 L:      netdev@vger.kernel.org
2081 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2082 S:      Maintained
2083
2084 NETWORKING [WIRELESS]
2085 P:      John W. Linville
2086 M:      linville@tuxdriver.com
2087 L:      netdev@vger.kernel.org
2088 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2089 S:      Maintained
2090
2091 IPVS
2092 P:      Wensong Zhang
2093 M:      wensong@linux-vs.org
2094 P:      Simon Horman
2095 M:      horms@verge.net.au
2096 P:      Julian Anastasov
2097 M:      ja@ssi.bg
2098 L:      netdev@vger.kernel.org
2099 S:      Maintained
2100
2101 NFS CLIENT
2102 P:      Trond Myklebust
2103 M:      trond.myklebust@fys.uio.no
2104 L:      linux-kernel@vger.kernel.org
2105 S:      Maintained
2106
2107 NI5010 NETWORK DRIVER
2108 P:      Jan-Pascal van Best
2109 M:      janpascal@vanbest.org
2110 P:      Andreas Mohr
2111 M:      andi@lisas.de
2112 L:      netdev@vger.kernel.org
2113 S:      Maintained
2114
2115 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2116 P:      YOKOTA Hiroshi
2117 M:      yokota@netlab.is.tsukuba.ac.jp
2118 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2119 S:      Maintained
2120
2121 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2122 P:      GOTO Masanori
2123 M:      gotom@debian.or.jp
2124 P:      YOKOTA Hiroshi
2125 M:      yokota@netlab.is.tsukuba.ac.jp
2126 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2127 S:      Maintained
2128
2129 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2130 P:      Eberhard Moenkeberg
2131 M:      emoenke@gwdg.de
2132 L:      linux-kernel@vger.kernel.org
2133 S:      Maintained
2134
2135 NTFS FILESYSTEM
2136 P:      Anton Altaparmakov
2137 M:      aia21@cantab.net
2138 L:      linux-ntfs-dev@lists.sourceforge.net
2139 L:      linux-kernel@vger.kernel.org
2140 W:      http://linux-ntfs.sf.net/
2141 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2142 S:      Maintained
2143
2144 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2145 P:      Antonino Daplas
2146 M:      adaplas@pol.net
2147 L:      linux-fbdev-devel@lists.sourceforge.net
2148 S:      Maintained
2149
2150 OPENCORES I2C BUS DRIVER
2151 P:      Peter Korsgaard
2152 M:      jacmet@sunsite.dk
2153 L:      i2c@lm-sensors.org
2154 S:      Maintained
2155
2156 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2157 P:      Mark Fasheh
2158 M:      mark.fasheh@oracle.com
2159 P:      Kurt Hackel
2160 M:      kurt.hackel@oracle.com
2161 L:      ocfs2-devel@oss.oracle.com
2162 W:      http://oss.oracle.com/projects/ocfs2/
2163 S:      Supported       
2164
2165 OLYMPIC NETWORK DRIVER
2166 P:      Peter De Shrijver
2167 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2168 P:      Mike Phillips
2169 M:      mikep@linuxtr.net 
2170 L:      netdev@vger.kernel.org
2171 L:      linux-tr@linuxtr.net
2172 W:      http://www.linuxtr.net
2173 S:      Maintained
2174
2175 OMNIKEY CARDMAN 4000 DRIVER
2176 P:      Harald Welte
2177 M:      laforge@gnumonks.org
2178 S:      Maintained
2179
2180 OMNIKEY CARDMAN 4040 DRIVER
2181 P:      Harald Welte
2182 M:      laforge@gnumonks.org
2183 S:      Maintained
2184
2185 ONSTREAM SCSI TAPE DRIVER
2186 P:      Willem Riede
2187 M:      osst@riede.org
2188 L:      osst-users@lists.sourceforge.net
2189 L:      linux-scsi@vger.kernel.org
2190 S:      Maintained
2191
2192 OPL3-SA2, SA3, and SAx DRIVER
2193 P:      Zwane Mwaikambo
2194 M:      zwane@arm.linux.org.uk
2195 L:      linux-sound@vger.kernel.org
2196 S:      Maintained
2197
2198 OPROFILE
2199 P:      Philippe Elie
2200 M:      phil.el@wanadoo.fr
2201 L:      oprofile-list@lists.sf.net
2202 S:      Maintained
2203
2204 ORINOCO DRIVER
2205 P:      Pavel Roskin
2206 M:      proski@gnu.org
2207 P:      David Gibson
2208 M:      hermes@gibson.dropbear.id.au
2209 L:      orinoco-users@lists.sourceforge.net
2210 L:      orinoco-devel@lists.sourceforge.net
2211 W:      http://www.nongnu.org/orinoco/
2212 S:      Maintained
2213
2214 PARALLEL PORT SUPPORT
2215 P:      Phil Blundell
2216 M:      philb@gnu.org
2217 P:      Tim Waugh
2218 M:      tim@cyberelk.net
2219 P:      David Campbell
2220 P:      Andrea Arcangeli
2221 M:      andrea@suse.de
2222 L:      linux-parport@lists.infradead.org
2223 W:      http://people.redhat.com/twaugh/parport/
2224 S:      Maintained
2225
2226 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2227 P:      Tim Waugh
2228 M:      tim@cyberelk.net
2229 L:      linux-parport@lists.infradead.org
2230 W:      http://www.torque.net/linux-pp.html
2231 S:      Maintained
2232
2233 PARISC ARCHITECTURE
2234 P:      Matthew Wilcox
2235 M:      matthew@wil.cx
2236 P:      Grant Grundler
2237 M:      grundler@parisc-linux.org
2238 P:      Kyle McMartin
2239 M:      kyle@parisc-linux.org
2240 L:      parisc-linux@parisc-linux.org
2241 W:      http://www.parisc-linux.org/
2242 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2243 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2244 S:      Maintained
2245
2246 PCI ERROR RECOVERY
2247 P:      Linas Vepstas
2248 M:      linas@austin.ibm.com
2249 L:      linux-kernel@vger.kernel.org
2250 L:      linux-pci@atrey.karlin.mff.cuni.cz
2251 S:      Supported
2252
2253 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2254 P:      Thomas Sailer
2255 M:      sailer@ife.ee.ethz.ch
2256 L:      linux-sound@vger.kernel.org
2257 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2258 S:      Maintained
2259
2260 PCI SUBSYSTEM
2261 P:      Greg Kroah-Hartman
2262 M:      gregkh@suse.de
2263 L:      linux-kernel@vger.kernel.org
2264 L:      linux-pci@atrey.karlin.mff.cuni.cz
2265 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2266 S:      Supported
2267
2268 PCI HOTPLUG CORE
2269 P:      Greg Kroah-Hartman
2270 M:      gregkh@suse.de
2271 S:      Supported
2272
2273 PCI HOTPLUG COMPAQ DRIVER
2274 P:      Greg Kroah-Hartman
2275 M:      greg@kroah.com
2276 S:      Maintained
2277
2278 PCIE HOTPLUG DRIVER
2279 P:      Kristen Carlson Accardi
2280 M:      kristen.c.accardi@intel.com
2281 L:      pcihpd-discuss@lists.sourceforge.net
2282 S:      Maintained
2283
2284 PCMCIA SUBSYSTEM
2285 P:      Linux PCMCIA Team
2286 L:      linux-pcmcia@lists.infradead.org
2287 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2288 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2289 S:      Maintained
2290
2291 PCNET32 NETWORK DRIVER
2292 P:      Thomas Bogendörfer
2293 M:      tsbogend@alpha.franken.de
2294 L:      netdev@vger.kernel.org
2295 S:      Maintained
2296
2297 PER-TASK DELAY ACCOUNTING
2298 P:      Shailabh Nagar
2299 M:      nagar@watson.ibm.com
2300 L:      linux-kernel@vger.kernel.org
2301 S:      Maintained
2302
2303 PERSONALITY HANDLING
2304 P:      Christoph Hellwig
2305 M:      hch@infradead.org
2306 L:      linux-abi-devel@lists.sourceforge.net
2307 S:      Maintained
2308
2309 PHRAM MTD DRIVER
2310 P:      Jörn Engel
2311 M:      joern@wh.fh-wedel.de
2312 L:      linux-mtd@lists.infradead.org
2313 S:      Maintained
2314
2315 PKTCDVD DRIVER
2316 P:      Peter Osterlund
2317 M:      petero2@telia.com
2318 L:      linux-kernel@vger.kernel.org
2319 S:      Maintained
2320
2321 POSIX CLOCKS and TIMERS
2322 P:      George Anzinger
2323 M:      george@mvista.com
2324 L:      linux-kernel@vger.kernel.org
2325 S:      Supported
2326
2327 POWERPC 4xx EMAC DRIVER
2328 P:      Eugene Surovegin
2329 M:      ebs@ebshome.net
2330 W:      http://kernel.ebshome.net/emac/
2331 L:      linuxppc-embedded@ozlabs.org
2332 L:      netdev@vger.kernel.org
2333 S:      Maintained
2334
2335 PNP SUPPORT
2336 P:      Adam Belay
2337 M:      ambx1@neo.rr.com
2338 S:      Maintained
2339
2340 PPP PROTOCOL DRIVERS AND COMPRESSORS
2341 P:      Paul Mackerras
2342 M:      paulus@samba.org
2343 L:      linux-ppp@vger.kernel.org
2344 S:      Maintained
2345
2346 PPP OVER ATM (RFC 2364)
2347 P:      Mitchell Blank Jr
2348 M:      mitch@sfgoth.com
2349 S:      Maintained
2350
2351 PPP OVER ETHERNET
2352 P:      Michal Ostrowski
2353 M:      mostrows@speakeasy.net
2354 S:      Maintained
2355
2356 PREEMPTIBLE KERNEL
2357 P:      Robert Love
2358 M:      rml@tech9.net
2359 L:      linux-kernel@vger.kernel.org
2360 L:      kpreempt-tech@lists.sourceforge.net
2361 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2362 S:      Supported
2363
2364 PRISM54 WIRELESS DRIVER
2365 P:      Prism54 Development Team
2366 M:      prism54-private@prism54.org
2367 L:      netdev@vger.kernel.org
2368 W:      http://prism54.org
2369 S:      Maintained
2370
2371 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2372 P:      Peter Denison
2373 M:      promise@pnd-pc.demon.co.uk
2374 W:      http://www.pnd-pc.demon.co.uk/promise/
2375 S:      Maintained
2376
2377 PVRUSB2 VIDEO4LINUX DRIVER
2378 P:      Mike Isely
2379 M:      isely@pobox.com
2380 L:      pvrusb2@isely.net
2381 L:      video4linux-list@redhat.com
2382 W:      http://www.isely.net/pvrusb2/
2383 S:      Maintained
2384
2385 PXA2xx SUPPORT
2386 P:      Nicolas Pitre
2387 M:      nico@cam.org
2388 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2389 S:      Maintained
2390
2391 QLOGIC QLA2XXX FC-SCSI DRIVER
2392 P:      Andrew Vasquez
2393 M:      linux-driver@qlogic.com
2394 L:      linux-scsi@vger.kernel.org
2395 S:      Supported
2396
2397 QLOGIC QLA3XXX NETWORK DRIVER
2398 P:      Ron Mercer
2399 M:      linux-driver@qlogic.com
2400 L:      netdev@vger.kernel.org
2401 S:      Supported
2402
2403 QNX4 FILESYSTEM
2404 P:      Anders Larsen
2405 M:      al@alarsen.net
2406 L:      linux-kernel@vger.kernel.org
2407 W:      http://www.alarsen.net/linux/qnx4fs/
2408 S:      Maintained
2409
2410 RADEON FRAMEBUFFER DISPLAY DRIVER
2411 P:      Benjamin Herrenschmidt
2412 M:      benh@kernel.crashing.org
2413 L:      linux-fbdev-devel@lists.sourceforge.net
2414 S:      Maintained
2415
2416 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2417 P:      Paul Mackerras
2418 M:      paulus@samba.org
2419 L:      linux-fbdev-devel@lists.sourceforge.net
2420 S:      Maintained
2421
2422 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2423 P:      Corey Thomas
2424 M:      corey@world.std.com
2425 L:      linux-kernel@vger.kernel.org
2426 S:      Maintained
2427
2428 RANDOM NUMBER DRIVER
2429 P:      Matt Mackall
2430 M:      mpm@selenic.com
2431 S:      Maintained
2432
2433 RAPIDIO SUBSYSTEM
2434 P:      Matt Porter
2435 M:      mporter@kernel.crashing.org
2436 L:      linux-kernel@vger.kernel.org
2437 S:      Maintained
2438
2439 READ-COPY UPDATE (RCU)
2440 P:      Dipankar Sarma
2441 M:      dipankar@in.ibm.com
2442 W:      http://www.rdrop.com/users/paulmck/rclock/
2443 L:      linux-kernel@vger.kernel.org
2444 S:      Supported
2445
2446 RCUTORTURE MODULE
2447 P:      Josh Triplett
2448 M:      josh@freedesktop.org
2449 L:      linux-kernel@vger.kernel.org
2450 S:      Maintained
2451
2452 REAL TIME CLOCK DRIVER
2453 P:      Paul Gortmaker
2454 M:      p_gortmaker@yahoo.com
2455 L:      linux-kernel@vger.kernel.org
2456 S:      Maintained
2457
2458 REAL TIME CLOCK (RTC) SUBSYSTEM
2459 P:      Alessandro Zummo
2460 M:      a.zummo@towertech.it
2461 L:      linux-kernel@vger.kernel.org
2462 S:      Maintained
2463
2464 REISERFS FILE SYSTEM
2465 P:      Hans Reiser
2466 M:      reiserfs-dev@namesys.com
2467 L:      reiserfs-list@namesys.com
2468 W:      http://www.namesys.com
2469 S:      Supported
2470
2471 ROCKETPORT DRIVER
2472 P:      Comtrol Corp.
2473 W:      http://www.comtrol.com
2474 S:      Maintained
2475
2476 ROSE NETWORK LAYER
2477 P:      Ralf Baechle
2478 M:      ralf@linux-mips.org
2479 L:      linux-hams@vger.kernel.org
2480 W:      http://www.linux-ax25.org/
2481 S:      Maintained
2482
2483 RISCOM8 DRIVER
2484 S:      Orphan
2485
2486 S3 SAVAGE FRAMEBUFFER DRIVER
2487 P:      Antonino Daplas
2488 M:      adaplas@pol.net
2489 L:      linux-fbdev-devel@lists.sourceforge.net
2490 S:      Maintained
2491
2492 S390
2493 P:      Martin Schwidefsky
2494 M:      schwidefsky@de.ibm.com
2495 P:      Heiko Carstens
2496 M:      heiko.carstens@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 NETWORK DRIVERS
2503 P:      Frank Pavlic
2504 M:      fpavlic@de.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 S390 ZFCP DRIVER
2511 P:      Swen Schillig
2512 M:      swen@vnet.ibm.com
2513 M:      linux390@de.ibm.com
2514 L:      linux-390@vm.marist.edu
2515 W:      http://www.ibm.com/developerworks/linux/linux390/
2516 S:      Supported
2517
2518 SAA7146 VIDEO4LINUX-2 DRIVER
2519 P:      Michael Hunold
2520 M:      michael@mihu.de
2521 W:      http://www.mihu.de/linux/saa7146
2522 S:      Maintained
2523
2524 SBPCD CDROM DRIVER
2525 P:      Eberhard Moenkeberg
2526 M:      emoenke@gwdg.de
2527 L:      linux-kernel@vger.kernel.org
2528 S:      Maintained
2529
2530 SC1200 WDT DRIVER
2531 P:      Zwane Mwaikambo
2532 M:      zwane@arm.linux.org.uk
2533 S:      Maintained
2534
2535 SCHEDULER
2536 P:      Ingo Molnar
2537 M:      mingo@elte.hu
2538 P:      Robert Love    [the preemptible kernel bits]
2539 M:      rml@tech9.net
2540 L:      linux-kernel@vger.kernel.org
2541 S:      Maintained
2542
2543 SCSI CDROM DRIVER
2544 P:      Jens Axboe
2545 M:      axboe@kernel.dk
2546 L:      linux-scsi@vger.kernel.org
2547 W:      http://www.kernel.dk
2548 S:      Maintained
2549
2550 SCSI SG DRIVER
2551 P:      Doug Gilbert
2552 M:      dgilbert@interlog.com
2553 L:      linux-scsi@vger.kernel.org
2554 W:      http://www.torque.net/sg
2555 S:      Maintained
2556
2557 SCSI SUBSYSTEM
2558 P:      James E.J. Bottomley
2559 M:      James.Bottomley@SteelEye.com
2560 L:      linux-scsi@vger.kernel.org
2561 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2562 S:      Maintained
2563
2564 SCSI TAPE DRIVER
2565 P:      Kai Mäkisara
2566 M:      Kai.Makisara@kolumbus.fi
2567 L:      linux-scsi@vger.kernel.org
2568 S:      Maintained
2569
2570 SCTP PROTOCOL
2571 P: Sridhar Samudrala
2572 M: sri@us.ibm.com
2573 L: lksctp-developers@lists.sourceforge.net
2574 S: Supported
2575
2576 SCx200 CPU SUPPORT
2577 P:      Christer Weinigel
2578 M:      christer@weinigel.se
2579 W:      http://www.weinigel.se
2580 S:      Supported
2581
2582 SECURITY CONTACT
2583 P:      Security Officers
2584 M:      security@kernel.org
2585 S:      Supported
2586
2587 SELINUX SECURITY MODULE
2588 P:      Stephen Smalley
2589 M:      sds@tycho.nsa.gov
2590 P:      James Morris
2591 M:      jmorris@namei.org
2592 L:      linux-kernel@vger.kernel.org (kernel issues)
2593 L:      selinux@tycho.nsa.gov (general discussion)
2594 W:      http://www.nsa.gov/selinux
2595 S:      Supported
2596
2597 SERIAL ATA (SATA) SUBSYSTEM:
2598 P:      Jeff Garzik
2599 M:      jgarzik@pobox.com
2600 L:      linux-ide@vger.kernel.org
2601 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2602 S:      Supported
2603
2604 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2605 P:      Pat Gefre
2606 M:      pfg@sgi.com
2607 L:      linux-ia64@vger.kernel.org
2608 S:      Supported
2609
2610 SGI VISUAL WORKSTATION 320 AND 540
2611 P:      Andrey Panin
2612 M:      pazke@donpac.ru
2613 L:      linux-visws-devel@lists.sf.net
2614 W:      http://linux-visws.sf.net
2615 S:      Maintained for 2.6.
2616
2617 SIMTEC EB110ATX (Chalice CATS)
2618 P:      Ben Dooks
2619 P:      Vincent Sanders
2620 M:      support@simtec.co.uk
2621 W:      http://www.simtec.co.uk/products/EB110ATX/
2622 S:      Supported
2623
2624 SIMTEC EB2410ITX (BAST)
2625 P:      Ben Dooks
2626 P:      Vincent Sanders
2627 M:      support@simtec.co.uk
2628 W:      http://www.simtec.co.uk/products/EB2410ITX/
2629 S:      Supported
2630
2631 SIS 190 ETHERNET DRIVER
2632 P:      Francois Romieu
2633 M:      romieu@fr.zoreil.com
2634 L:      netdev@vger.kernel.org
2635 S:      Maintained
2636
2637 SIS 5513 IDE CONTROLLER DRIVER
2638 P:      Lionel Bouton
2639 M:      Lionel.Bouton@inet6.fr
2640 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2641 W:      http://gyver.homeip.net/sis5513/index.html
2642 S:      Maintained
2643
2644 SIS 900/7016 FAST ETHERNET DRIVER
2645 P:      Daniele Venzano
2646 M:      venza@brownhat.org
2647 W:      http://www.brownhat.org/sis900.html
2648 L:      netdev@vger.kernel.org
2649 S:      Maintained
2650
2651 SIS FRAMEBUFFER DRIVER
2652 P:      Thomas Winischhofer
2653 M:      thomas@winischhofer.net
2654 W:      http://www.winischhofer.net/linuxsisvga.shtml
2655 S:      Maintained      
2656
2657 SIS USB2VGA DRIVER
2658 P:      Thomas Winischhofer
2659 M:      thomas@winischhofer.net
2660 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2661 S:      Maintained
2662
2663 SMC91x ETHERNET DRIVER
2664 P:      Nicolas Pitre
2665 M:      nico@cam.org
2666 S:      Maintained
2667
2668 SOFTMAC LAYER (IEEE 802.11)
2669 P:      Johannes Berg
2670 M:      johannes@sipsolutions.net
2671 P:      Joe Jezak
2672 M:      josejx@gentoo.org
2673 P:      Daniel Drake
2674 M:      dsd@gentoo.org
2675 W:      http://softmac.sipsolutions.net/
2676 L:      netdev@vger.kernel.org
2677 S:      Maintained
2678
2679 SOFTWARE RAID (Multiple Disks) SUPPORT
2680 P:      Ingo Molnar
2681 M:      mingo@redhat.com
2682 P:      Neil Brown
2683 M:      neilb@cse.unsw.edu.au
2684 L:      linux-raid@vger.kernel.org
2685 S:      Maintained
2686
2687 SOFTWARE SUSPEND:
2688 P:      Pavel Machek
2689 M:      pavel@suse.cz
2690 L:      linux-pm@osdl.org
2691 S:      Maintained
2692
2693 SONIC NETWORK DRIVER
2694 P:      Thomas Bogendoerfer
2695 M:      tsbogend@alpha.franken.de
2696 L:      netdev@vger.kernel.org
2697 S:      Maintained
2698
2699 SONY VAIO CONTROL DEVICE DRIVER
2700 P:      Stelian Pop
2701 M:      stelian@popies.net
2702 W:      http://popies.net/sonypi/
2703 S:      Maintained
2704
2705 SOUND
2706 P:      Jaroslav Kysela
2707 M:      perex@suse.cz
2708 L:      alsa-devel@alsa-project.org
2709 S:      Maintained
2710
2711 SPI SUBSYSTEM
2712 P:      David Brownell
2713 M:      dbrownell@users.sourceforge.net
2714 L:      spi-devel-general@lists.sourceforge.net
2715 S:      Maintained
2716
2717 STABLE BRANCH:
2718 P:      Greg Kroah-Hartman
2719 M:      greg@kroah.com
2720 P:      Chris Wright
2721 M:      chrisw@sous-sol.org
2722 L:      stable@kernel.org
2723 S:      Maintained
2724
2725 TPM DEVICE DRIVER
2726 P:      Kylene Hall
2727 M:      kjhall@us.ibm.com
2728 W:      http://tpmdd.sourceforge.net
2729 L:      tpmdd-devel@lists.sourceforge.net
2730 S:      Maintained
2731
2732 Telecom Clock Driver for MCPL0010
2733 P: Mark Gross
2734 M: mark.gross@intel.com
2735 S: Supported
2736
2737 TENSILICA XTENSA PORT (xtensa):
2738 P:      Chris Zankel
2739 M:      chris@zankel.net
2740 S:      Maintained
2741
2742 UltraSPARC (sparc64):
2743 P:      David S. Miller
2744 M:      davem@davemloft.net
2745 P:      Eddie C. Dost
2746 M:      ecd@brainaid.de
2747 P:      Jakub Jelinek
2748 M:      jj@sunsite.ms.mff.cuni.cz
2749 P:      Anton Blanchard
2750 M:      anton@samba.org
2751 L:      sparclinux@vger.kernel.org
2752 L:      ultralinux@vger.kernel.org
2753 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2754 S:      Maintained
2755
2756 SHARP LH SUPPORT (LH7952X & LH7A40X)
2757 P:      Marc Singer
2758 M:      elf@buici.com
2759 W:      http://projects.buici.com/arm
2760 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2761 S:      Maintained
2762
2763 SHPC HOTPLUG DRIVER
2764 P:      Kristen Carlson Accardi
2765 M:      kristen.c.accardi@intel.com
2766 L:      pcihpd-discuss@lists.sourceforge.net
2767 S:      Maintained
2768
2769 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2770 P:      Pierre Ossman
2771 M:      drzeus-sdhci@drzeus.cx
2772 L:      sdhci-devel@list.drzeus.cx
2773 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2774 S:      Maintained
2775
2776 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2777 P:      Stephen Hemminger
2778 M:      shemminger@osdl.org
2779 L:      netdev@vger.kernel.org
2780 S:      Maintained
2781
2782 SOEKRIS NET48XX LED SUPPORT
2783 P:      Chris Boot
2784 M:      bootc@bootc.net
2785 S:      Maintained
2786
2787 SPARC (sparc32):
2788 P:      William L. Irwin
2789 M:      wli@holomorphy.com
2790 L:      sparclinux@vger.kernel.org
2791 S:      Maintained
2792
2793 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2794 P:      Roger Wolff
2795 M:      R.E.Wolff@BitWizard.nl
2796 L:      linux-kernel@vger.kernel.org ?
2797 S:      Supported
2798
2799 SPIDERNET NETWORK DRIVER for CELL
2800 P:      Jim Lewis
2801 M:      jim@jklewis.com
2802 L:      netdev@vger.kernel.org
2803 S:      Supported
2804
2805 SRM (Alpha) environment access
2806 P:      Jan-Benedict Glaw
2807 M:      jbglaw@lug-owl.de
2808 L:      linux-kernel@vger.kernel.org
2809 S:      Maintained
2810
2811 STARFIRE/DURALAN NETWORK DRIVER
2812 P:      Ion Badulescu
2813 M:      ionut@cs.columbia.edu
2814 S:      Maintained
2815
2816 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2817 W:      http://mosquitonet.Stanford.EDU/strip.html
2818 S:      Unsupported ?
2819
2820 STRADIS MPEG-2 DECODER DRIVER
2821 P:      Nathan Laredo
2822 M:      laredo@gnu.org
2823 W:      http://www.stradis.com/
2824 S:      Maintained
2825
2826 SUPERH (sh)
2827 P:      Paul Mundt
2828 M:      lethal@linux-sh.org
2829 L:      linuxsh-dev@lists.sourceforge.net (subscribers-only)
2830 W:      http://www.linux-sh.org
2831 S:      Maintained
2832
2833 SUPERH64 (sh64)
2834 P:      Paul Mundt
2835 M:      lethal@linux-sh.org
2836 L:      linuxsh-shmedia-dev@lists.sourceforge.net
2837 W:      http://www.linux-sh.org
2838 S:      Maintained
2839
2840 SUN3/3X
2841 P:      Sam Creasey
2842 M:      sammy@sammy.net
2843 L:      sun3-list@redhat.com
2844 W:      http://sammy.net/sun3/
2845 S:      Maintained
2846
2847 SVGA HANDLING
2848 P:      Martin Mares
2849 M:      mj@ucw.cz
2850 L:      linux-video@atrey.karlin.mff.cuni.cz
2851 S:      Maintained
2852
2853 SYSV FILESYSTEM
2854 P:      Christoph Hellwig
2855 M:      hch@infradead.org
2856 S:      Maintained
2857
2858 TC CLASSIFIER
2859 P:      Jamal Hadi Salim
2860 M:      hadi@cyberus.ca
2861 L:      netdev@vger.kernel.org
2862 S:      Maintained
2863
2864 TCP LOW PRIORITY MODULE
2865 P:      Wong Hoi Sing, Edison
2866 M:      hswong3i@gmail.com
2867 P:      Hung Hing Lun, Mike
2868 M:      hlhung3i@gmail.com
2869 W:      http://tcp-lp-mod.sourceforge.net/
2870 S:      Maintained
2871
2872 TI FLASH MEDIA INTERFACE DRIVER
2873 P:      Alex Dubov
2874 M:      oakad@yahoo.com
2875 S:      Maintained
2876
2877 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2878 P:      Deepak Saxena
2879 M:      dsaxena@plexity.net
2880 S:      Maintained
2881
2882 TASKSTATS STATISTICS INTERFACE
2883 P:      Shailabh Nagar
2884 M:      nagar@watson.ibm.com
2885 L:      linux-kernel@vger.kernel.org
2886 S:      Maintained
2887
2888 TI PARALLEL LINK CABLE DRIVER
2889 P:     Romain Lievin
2890 M:     roms@lpg.ticalc.org
2891 S:     Maintained
2892
2893 TIPC NETWORK LAYER
2894 P:      Per Liden
2895 M:      per.liden@ericsson.com
2896 P:      Jon Maloy
2897 M:      jon.maloy@ericsson.com
2898 P:      Allan Stephens
2899 M:      allan.stephens@windriver.com
2900 L:      tipc-discussion@lists.sourceforge.net
2901 W:      http://tipc.sourceforge.net/
2902 W:      http://tipc.cslab.ericsson.net/
2903 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2904 S:      Maintained
2905
2906 TLAN NETWORK DRIVER
2907 P:      Samuel Chessman
2908 M:      chessman@tux.org
2909 L:      tlan-devel@lists.sourceforge.net
2910 W:      http://sourceforge.net/projects/tlan/
2911 S:      Maintained
2912
2913 TOKEN-RING NETWORK DRIVER
2914 P:      Mike Phillips
2915 M:      mikep@linuxtr.net
2916 L:      netdev@vger.kernel.org
2917 L:      linux-tr@linuxtr.net
2918 W:      http://www.linuxtr.net
2919 S:      Maintained
2920
2921 TOSHIBA ACPI EXTRAS DRIVER
2922 P:      John Belmonte
2923 M:      toshiba_acpi@memebeam.org
2924 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2925 S:      Maintained
2926
2927 TOSHIBA SMM DRIVER
2928 P:      Jonathan Buzzard
2929 M:      jonathan@buzzard.org.uk
2930 L:      tlinux-users@tce.toshiba-dme.co.jp
2931 W:      http://www.buzzard.org.uk/toshiba/
2932 S:      Maintained
2933
2934 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2935 P:      Muli Ben-Yehuda
2936 M:      mulix@mulix.org
2937 L:      linux-kernel@vger.kernel.org
2938 S:      Maintained
2939
2940 TRIVIAL PATCHES
2941 P:      Adrian Bunk
2942 M:      trivial@kernel.org
2943 L:      linux-kernel@vger.kernel.org
2944 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2945 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2946 S:      Maintained
2947
2948 TMS380 TOKEN-RING NETWORK DRIVER
2949 P:      Adam Fritzler
2950 M:      mid@auk.cx
2951 L:      linux-tr@linuxtr.net
2952 W:      http://www.auk.cx/tms380tr/
2953 S:      Maintained
2954
2955 TULIP NETWORK DRIVER
2956 P:      Valerie Henson
2957 M:      val_henson@linux.intel.com
2958 L:      tulip-users@lists.sourceforge.net
2959 W:      http://sourceforge.net/projects/tulip/
2960 S:      Maintained
2961
2962 TUN/TAP driver
2963 P:      Maxim Krasnyansky
2964 M:      maxk@qualcomm.com
2965 L:      vtun@office.satix.net
2966 W:      http://vtun.sourceforge.net/tun
2967 S:      Maintained
2968
2969 U14-34F SCSI DRIVER
2970 P:      Dario Ballabio
2971 M:      ballabio_dario@emc.com
2972 L:      linux-scsi@vger.kernel.org
2973 S:      Maintained
2974
2975 UDF FILESYSTEM
2976 P:      Ben Fennema
2977 M:      bfennema@falcon.csc.calpoly.edu
2978 W:      http://linux-udf.sourceforge.net
2979 S:      Maintained
2980
2981 UNIFORM CDROM DRIVER
2982 P:      Jens Axboe
2983 M:      axboe@kernel.dk
2984 L:      linux-kernel@vger.kernel.org
2985 W:      http://www.kernel.dk
2986 S:      Maintained
2987
2988 USB ACM DRIVER
2989 P:      Oliver Neukum
2990 M:      oliver@neukum.name
2991 L:      linux-usb-users@lists.sourceforge.net
2992 L:      linux-usb-devel@lists.sourceforge.net
2993 S:      Maintained
2994
2995 USB BLOCK DRIVER (UB ub)
2996 P:      Pete Zaitcev
2997 M:      zaitcev@redhat.com
2998 L:      linux-kernel@vger.kernel.org
2999 L:      linux-usb-devel@lists.sourceforge.net
3000 S:      Supported
3001
3002 USB CDC ETHERNET DRIVER
3003 P:      Greg Kroah-Hartman
3004 M:      greg@kroah.com
3005 L:      linux-usb-users@lists.sourceforge.net
3006 L:      linux-usb-devel@lists.sourceforge.net
3007 S:      Maintained
3008 W:      http://www.kroah.com/linux-usb/
3009
3010 USB EHCI DRIVER
3011 P:      David Brownell
3012 M:      dbrownell@users.sourceforge.net
3013 L:      linux-usb-devel@lists.sourceforge.net
3014 S:      Maintained
3015
3016 USB ET61X[12]51 DRIVER
3017 P:      Luca Risolia
3018 M:      luca.risolia@studio.unibo.it
3019 L:      linux-usb-devel@lists.sourceforge.net
3020 L:      video4linux-list@redhat.com
3021 W:      http://www.linux-projects.org
3022 S:      Maintained
3023
3024 USB HID/HIDBP DRIVERS
3025 P:      Vojtech Pavlik
3026 M:      vojtech@suse.cz
3027 L:      linux-usb-users@lists.sourceforge.net
3028 L:      linux-usb-devel@lists.sourceforge.net
3029 S:      Maintained
3030
3031 USB HUB DRIVER
3032 P:      Johannes Erdfelt
3033 M:      johannes@erdfelt.com
3034 L:      linux-usb-users@lists.sourceforge.net
3035 L:      linux-usb-devel@lists.sourceforge.net
3036 S:      Maintained
3037
3038 USB ISP116X DRIVER
3039 P:      Olav Kongas
3040 M:      ok@artecdesign.ee
3041 L:      linux-usb-devel@lists.sourceforge.net
3042 S:      Maintained
3043
3044 USB KAWASAKI LSI DRIVER
3045 P:      Oliver Neukum
3046 M:      oliver@neukum.name
3047 L:      linux-usb-users@lists.sourceforge.net
3048 L:      linux-usb-devel@lists.sourceforge.net
3049 S:      Maintained
3050
3051 USB MASS STORAGE DRIVER
3052 P:      Matthew Dharm
3053 M:      mdharm-usb@one-eyed-alien.net
3054 L:      linux-usb-users@lists.sourceforge.net
3055 L:      usb-storage@lists.one-eyed-alien.net
3056 S:      Maintained
3057 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3058
3059 USB OHCI DRIVER
3060 P:      Roman Weissgaerber
3061 M:      weissg@vienna.at
3062 L:      linux-usb-users@lists.sourceforge.net
3063 L:      linux-usb-devel@lists.sourceforge.net
3064 S:      Maintained
3065
3066 USB OPTION-CARD DRIVER
3067 P:      Matthias Urlichs
3068 M:      smurf@smurf.noris.de
3069 L:      linux-usb-devel@lists.sourceforge.net
3070 S:      Maintained
3071
3072 USB OV511 DRIVER
3073 P:      Mark McClelland
3074 M:      mmcclell@bigfoot.com
3075 L:      linux-usb-users@lists.sourceforge.net
3076 L:      linux-usb-devel@lists.sourceforge.net
3077 W:      http://alpha.dyndns.org/ov511/
3078 S:      Maintained
3079
3080 USB PEGASUS DRIVER
3081 P:      Petko Manolov
3082 M:      petkan@users.sourceforge.net
3083 L:      linux-usb-users@lists.sourceforge.net
3084 L:      linux-usb-devel@lists.sourceforge.net
3085 W:      http://pegasus2.sourceforge.net/
3086 S:      Maintained
3087
3088 USB PRINTER DRIVER
3089 P:      Vojtech Pavlik
3090 M:      vojtech@suse.cz
3091 L:      linux-usb-users@lists.sourceforge.net
3092 L:      linux-usb-devel@lists.sourceforge.net
3093 S:      Maintained
3094
3095 USB RTL8150 DRIVER
3096 P:      Petko Manolov
3097 M:      petkan@users.sourceforge.net
3098 L:      linux-usb-users@lists.sourceforge.net
3099 L:      linux-usb-devel@lists.sourceforge.net
3100 W:      http://pegasus2.sourceforge.net/
3101 S:      Maintained
3102
3103 USB SE401 DRIVER
3104 P:      Jeroen Vreeken
3105 M:      pe1rxq@amsat.org
3106 L:      linux-usb-users@lists.sourceforge.net
3107 L:      linux-usb-devel@lists.sourceforge.net
3108 W:      http://www.chello.nl/~j.vreeken/se401/
3109 S:      Maintained
3110
3111 USB SERIAL CYBERJACK DRIVER
3112 P:      Matthias Bruestle and Harald Welte
3113 M:      support@reiner-sct.com
3114 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3115 S:      Maintained
3116
3117 USB SERIAL DIGI ACCELEPORT DRIVER
3118 P:      Peter Berger and Al Borchers
3119 M:      pberger@brimson.com
3120 M:      alborchers@steinerpoint.com
3121 L:      linux-usb-users@lists.sourceforge.net
3122 L:      linux-usb-devel@lists.sourceforge.net
3123 S:      Maintained
3124
3125 USB SERIAL DRIVER
3126 P:      Greg Kroah-Hartman
3127 M:      gregkh@suse.de
3128 L:      linux-usb-users@lists.sourceforge.net
3129 L:      linux-usb-devel@lists.sourceforge.net
3130 S:      Supported
3131
3132 USB SERIAL BELKIN F5U103 DRIVER
3133 P:      William Greathouse
3134 M:      wgreathouse@smva.com
3135 L:      linux-usb-users@lists.sourceforge.net
3136 L:      linux-usb-devel@lists.sourceforge.net
3137 S:      Maintained
3138
3139 USB SERIAL CYPRESS M8 DRIVER
3140 P:      Lonnie Mendez
3141 M:      dignome@gmail.com
3142 L:      linux-usb-users@lists.sourceforge.net
3143 L:      linux-usb-devel@lists.sourceforge.net
3144 S:      Maintained
3145 W:      http://geocities.com/i0xox0i
3146 W:      http://firstlight.net/cvs
3147
3148 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3149 L:      linux-usb-users@lists.sourceforge.net
3150 L:      linux-usb-devel@lists.sourceforge.net
3151 S:      Maintained
3152
3153 USB AUERSWALD DRIVER
3154 P:      Wolfgang Muees
3155 M:      wolfgang@iksw-muees.de
3156 L:      linux-usb-users@lists.sourceforge.net
3157 L:      linux-usb-devel@lists.sourceforge.net
3158 S:      Maintained
3159
3160 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3161 P:      Gary Brubaker
3162 M:      xavyer@ix.netcom.com
3163 L:      linux-usb-users@lists.sourceforge.net
3164 L:      linux-usb-devel@lists.sourceforge.net
3165 S:      Maintained
3166
3167 USB SERIAL KEYSPAN DRIVER
3168 P:      Greg Kroah-Hartman
3169 M:      greg@kroah.com
3170 L:      linux-usb-users@lists.sourceforge.net
3171 L:      linux-usb-devel@lists.sourceforge.net
3172 W:      http://www.kroah.com/linux/
3173 S:      Maintained
3174
3175 USB SERIAL WHITEHEAT DRIVER
3176 P:      Stuart MacDonald
3177 M:      stuartm@connecttech.com
3178 L:      linux-usb-users@lists.sourceforge.net
3179 L:      linux-usb-devel@lists.sourceforge.net
3180 W:      http://www.connecttech.com
3181 S:      Supported
3182
3183 USB SN9C10x DRIVER
3184 P:      Luca Risolia
3185 M:      luca.risolia@studio.unibo.it
3186 L:      linux-usb-devel@lists.sourceforge.net
3187 L:      video4linux-list@redhat.com
3188 W:      http://www.linux-projects.org
3189 S:      Maintained
3190
3191 USB SUBSYSTEM
3192 P:      Greg Kroah-Hartman
3193 M:      gregkh@suse.de
3194 L:      linux-usb-users@lists.sourceforge.net
3195 L:      linux-usb-devel@lists.sourceforge.net
3196 W:      http://www.linux-usb.org
3197 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3198 S:      Supported
3199
3200 USB UHCI DRIVER
3201 P:      Alan Stern
3202 M:      stern@rowland.harvard.edu
3203 L:      linux-usb-users@lists.sourceforge.net
3204 L:      linux-usb-devel@lists.sourceforge.net
3205 S:      Maintained
3206
3207 USB "USBNET" DRIVER
3208 P:      David Brownell
3209 M:      dbrownell@users.sourceforge.net
3210 L:      linux-usb-devel@lists.sourceforge.net
3211 S:      Maintained
3212
3213 USB W996[87]CF 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 ZC0301 DRIVER
3222 P:      Luca Risolia
3223 M:      luca.risolia@studio.unibo.it
3224 L:      linux-usb-devel@lists.sourceforge.net
3225 L:      video4linux-list@redhat.com
3226 W:      http://www.linux-projects.org
3227 S:      Maintained
3228
3229 USB ZD1201 DRIVER
3230 P:      Jeroen Vreeken
3231 M:      pe1rxq@amsat.org
3232 L:      linux-usb-users@lists.sourceforge.net
3233 L:      linux-usb-devel@lists.sourceforge.net
3234 W:      http://linux-lc100020.sourceforge.net
3235 S:      Maintained
3236
3237 USER-MODE LINUX
3238 P:      Jeff Dike
3239 M:      jdike@karaya.com
3240 L:      user-mode-linux-devel@lists.sourceforge.net
3241 L:      user-mode-linux-user@lists.sourceforge.net
3242 W:      http://user-mode-linux.sourceforge.net
3243 S:      Maintained
3244         
3245 FAT/VFAT/MSDOS FILESYSTEM:
3246 P:      OGAWA Hirofumi
3247 M:      hirofumi@mail.parknet.co.jp
3248 L:      linux-kernel@vger.kernel.org
3249 S:      Maintained
3250
3251 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3252 P:      Jeff Garzik
3253 S:      Odd fixes
3254
3255 VIA RHINE NETWORK DRIVER
3256 P:      Roger Luethi
3257 M:      rl@hellgate.ch
3258 S:      Maintained
3259
3260 VIAPRO SMBUS DRIVER
3261 P:      Jean Delvare
3262 M:      khali@linux-fr.org
3263 L:      i2c@lm-sensors.org
3264 S:      Maintained
3265
3266 UCLINUX (AND M68KNOMMU)
3267 P:      Greg Ungerer
3268 M:      gerg@uclinux.org
3269 W:      http://www.uclinux.org/
3270 L:      uclinux-dev@uclinux.org  (subscribers-only)
3271 S:      Maintained
3272
3273 UCLINUX FOR NEC V850
3274 P:      Miles Bader
3275 M:      uclinux-v850@lsi.nec.co.jp
3276 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3277 W:      http://www.ee.nec.de/uclinux/
3278 S:      Supported
3279
3280 UCLINUX FOR RENESAS H8/300
3281 P:      Yoshinori Sato
3282 M:      ysato@users.sourceforge.jp
3283 W:      http://uclinux-h8.sourceforge.jp/
3284 S:      Supported
3285
3286 USB DIAMOND RIO500 DRIVER
3287 P:      Cesar Miquel
3288 M:      miquel@df.uba.ar
3289 L:      rio500-users@lists.sourceforge.net
3290 W:      http://rio500.sourceforge.net
3291 S:      Maintained
3292
3293 VIDEO FOR LINUX
3294 P:      Mauro Carvalho Chehab
3295 M:      mchehab@infradead.org
3296 M:      v4l-dvb-maintainer@linuxtv.org
3297 L:      video4linux-list@redhat.com
3298 W:      http://linuxtv.org
3299 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3300 S:      Maintained
3301
3302 VT1211 HARDWARE MONITOR DRIVER
3303 P:      Juerg Haefliger
3304 M:      juergh@gmail.com
3305 L:      lm-sensors@lm-sensors.org
3306 S:      Maintained
3307
3308 VT8231 HARDWARE MONITOR DRIVER
3309 P:      Roger Lucas
3310 M:      roger@planbit.co.uk
3311 L:      lm-sensors@lm-sensors.org
3312 S:      Maintained
3313
3314 W1 DALLAS'S 1-WIRE BUS
3315 P:      Evgeniy Polyakov
3316 M:      johnpol@2ka.mipt.ru
3317 S:      Maintained
3318
3319 W83791D HARDWARE MONITORING DRIVER
3320 P:      Charles Spirakis
3321 M:      bezaur@gmail.com
3322 L:      lm-sensors@lm-sensors.org
3323 S:      Maintained
3324
3325 W83L51xD SD/MMC CARD INTERFACE DRIVER
3326 P:      Pierre Ossman
3327 M:      drzeus-wbsd@drzeus.cx
3328 L:      wbsd-devel@list.drzeus.cx
3329 W:      http://projects.drzeus.cx/wbsd
3330 S:      Maintained
3331
3332 WATCHDOG DEVICE DRIVERS
3333 P:      Wim Van Sebroeck
3334 M:      wim@iguana.be
3335 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3336 S:      Maintained
3337
3338 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3339 P:      Jean Tourrilhes
3340 M:      jt@hpl.hp.com
3341 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3342 S:      Maintained
3343
3344 WD7000 SCSI DRIVER
3345 P:      Miroslav Zagorac
3346 M:      zaga@fly.cc.fer.hr
3347 L:      linux-scsi@vger.kernel.org
3348 S:      Maintained
3349
3350 WISTRON LAPTOP BUTTON DRIVER
3351 P:      Miloslav Trmac
3352 M:      mitr@volny.cz
3353 S:      Maintained
3354
3355 WL3501 WIRELESS PCMCIA CARD DRIVER
3356 P:      Arnaldo Carvalho de Melo
3357 M:      acme@conectiva.com.br
3358 W:      http://advogato.org/person/acme
3359 S:      Maintained
3360
3361 X.25 NETWORK LAYER
3362 P:      Henner Eisen
3363 M:      eis@baty.hanse.de
3364 L:      linux-x25@vger.kernel.org
3365 S:      Maintained
3366
3367 XFS FILESYSTEM
3368 P:      Silicon Graphics Inc
3369 P:      Tim Shimmin, David Chatterton
3370 M:      xfs-masters@oss.sgi.com
3371 L:      xfs@oss.sgi.com
3372 W:      http://oss.sgi.com/projects/xfs
3373 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6
3374 S:      Supported
3375
3376 X86 3-LEVEL PAGING (PAE) SUPPORT
3377 P:      Ingo Molnar
3378 M:      mingo@redhat.com
3379 S:      Maintained
3380
3381 X86-64 port
3382 P:      Andi Kleen
3383 M:      ak@suse.de
3384 L:      discuss@x86-64.org
3385 W:      http://www.x86-64.org
3386 S:      Maintained
3387
3388 YAM DRIVER FOR AX.25
3389 P:      Jean-Paul Roubelat
3390 M:      jpr@f6fbb.org
3391 L:      linux-hams@vger.kernel.org
3392 S:      Maintained
3393
3394 YEALINK PHONE DRIVER
3395 P:      Henk Vergonet
3396 M:      Henk.Vergonet@gmail.com
3397 L:      usbb2k-api-dev@nongnu.org
3398 S:      Maintained
3399
3400 Z8530 DRIVER FOR AX.25
3401 P:      Joerg Reuter
3402 M:      jreuter@yaina.de
3403 W:      http://yaina.de/jreuter/
3404 W:      http://www.qsl.net/dl1bke/
3405 L:      linux-hams@vger.kernel.org
3406 S:      Maintained
3407
3408 ZD1211RW WIRELESS DRIVER
3409 P:      Daniel Drake
3410 M:      dsd@gentoo.org
3411 P:      Ulrich Kunitz
3412 M:      kune@deine-taler.de
3413 W:      http://zd1211.ath.cx/wiki/DriverRewrite
3414 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
3415 S:      Maintained
3416
3417 ZF MACHZ WATCHDOG
3418 P:      Fernando Fuganti
3419 M:      fuganti@netbank.com.br
3420 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3421 S:      Maintained
3422
3423 ZR36067 VIDEO FOR LINUX DRIVER
3424 P:      Ronald Bultje
3425 M:      rbultje@ronald.bitfreak.net
3426 L:      mjpeg-users@lists.sourceforge.net
3427 W:      http://mjpeg.sourceforge.net/driver-zoran/
3428 S:      Maintained
3429
3430 ZR36120 VIDEO FOR LINUX DRIVER
3431 P:      Pauline Middelink
3432 M:      middelin@polyware.nl
3433 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3434 W:      http://www.polyware.nl/~middelin/hobbies.html
3435 S:      Maintained
3436
3437 THE REST
3438 P:      Linus Torvalds
3439 S:      Buried alive in reporters