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