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