Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux...
[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@kudzu.us
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 DISTRIBUTED LOCK MANAGER
902 P:      Patrick Caulfield
903 M:      pcaulfie@redhat.com
904 P:      David Teigland
905 M:      teigland@redhat.com
906 L:      cluster-devel@redhat.com
907 W:      http://sources.redhat.com/cluster/
908 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
909 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
910 S:      Supported
911
912 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
913 P:      Tobias Ringstrom
914 M:      tori@unhappy.mine.nu
915 L:      linux-kernel@vger.kernel.org
916 S:      Maintained
917
918 DOCBOOK FOR DOCUMENTATION
919 P:      Martin Waitz
920 M:      tali@admingilde.org
921 P:      Randy Dunlap
922 M:      rdunlap@xenotime.net
923 T:      git http://tali.admingilde.org/git/linux-docbook.git
924 S:      Maintained
925
926 DOCKING STATION DRIVER
927 P:      Kristen Carlson Accardi
928 M:      kristen.c.accardi@intel.com
929 L:      linux-acpi@vger.kernel.org
930 S:      Maintained
931
932 DOUBLETALK DRIVER
933 P:      James R. Van Zandt
934 M:      jrv@vanzandt.mv.com
935 L:      blinux-list@redhat.com
936 S:      Maintained
937
938 DRIVER CORE, KOBJECTS, AND SYSFS
939 P:      Greg Kroah-Hartman
940 M:      gregkh@suse.de
941 L:      linux-kernel@vger.kernel.org
942 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
943 S:      Supported
944
945 DRM DRIVERS
946 P:      David Airlie
947 M:      airlied@linux.ie
948 L:      dri-devel@lists.sourceforge.net
949 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
950 S:      Maintained
951
952 DSCC4 DRIVER
953 P:      François Romieu
954 M:      romieu@cogenit.fr
955 M:      romieu@ensta.fr
956 S:      Maintained
957
958 DVB SUBSYSTEM AND DRIVERS
959 P:      LinuxTV.org Project
960 M:      v4l-dvb-maintainer@linuxtv.org
961 L:      linux-dvb@linuxtv.org (subscription required)
962 W:      http://linuxtv.org/
963 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
964 S:      Maintained
965
966 EATA-DMA SCSI DRIVER
967 P:      Michael Neuffer
968 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
969 S:      Maintained
970
971 EATA ISA/EISA/PCI SCSI DRIVER
972 P:      Dario Ballabio
973 M:      ballabio_dario@emc.com
974 L:      linux-scsi@vger.kernel.org
975 S:      Maintained
976
977 EATA-PIO SCSI DRIVER
978 P:      Michael Neuffer
979 M:      mike@i-Connect.Net
980 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
981 S:      Maintained
982
983 EBTABLES
984 P:      Bart De Schuymer
985 M:      bart.de.schuymer@pandora.be
986 L:      ebtables-user@lists.sourceforge.net
987 L:      ebtables-devel@lists.sourceforge.net
988 W:      http://ebtables.sourceforge.net/
989 S:      Maintained
990
991 ECRYPT FILE SYSTEM
992 P:      Mike Halcrow, Phillip Hellewell
993 M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
994 L:      ecryptfs-devel@lists.sourceforge.net
995 W:      http://ecryptfs.sourceforge.net/
996 S:      Supported
997
998 EDAC-CORE
999 P:      Doug Thompson
1000 M:      norsk5@xmission.com
1001 L:      bluesmoke-devel@lists.sourceforge.net
1002 W:      bluesmoke.sourceforge.net
1003 S:      Supported
1004
1005 EDAC-E752X
1006 P:      Mark Gross
1007 M:      mark.gross@intel.com
1008 L:      bluesmoke-devel@lists.sourceforge.net
1009 W:      bluesmoke.sourceforge.net
1010 S:      Maintained
1011
1012 EDAC-E7XXX
1013 P:      Doug Thompson
1014 M:      norsk5@xmission.com
1015 L:      bluesmoke-devel@lists.sourceforge.net
1016 W:      bluesmoke.sourceforge.net
1017 S:      Maintained
1018
1019 EDAC-R82600
1020 P:      Tim Small
1021 M:      tim@buttersideup.com
1022 L:      bluesmoke-devel@lists.sourceforge.net
1023 W:      bluesmoke.sourceforge.net
1024 S:      Maintained
1025
1026 EEPRO100 NETWORK DRIVER
1027 P:      Andrey V. Savochkin
1028 M:      saw@saw.sw.com.sg
1029 S:      Maintained
1030
1031 EFS FILESYSTEM
1032 W:      http://aeschi.ch.eu.org/efs/
1033 S:      Orphan
1034
1035 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1036 P:      Hoang-Nam Nguyen
1037 M:      hnguyen@de.ibm.com
1038 P:      Christoph Raisch
1039 M:      raisch@de.ibm.com
1040 L:      openib-general@openib.org
1041 S:      Supported
1042
1043 EMU10K1 SOUND DRIVER
1044 P:      James Courtier-Dutton
1045 M:      James@superbug.demon.co.uk
1046 L:      emu10k1-devel@lists.sourceforge.net
1047 W:      http://sourceforge.net/projects/emu10k1/
1048 S:      Maintained
1049
1050 EMULEX LPFC FC SCSI DRIVER
1051 P:      James Smart
1052 M:      james.smart@emulex.com
1053 L:      linux-scsi@vger.kernel.org
1054 W:      http://sourceforge.net/projects/lpfcxxxx
1055 S:      Supported
1056
1057 EPSON 1355 FRAMEBUFFER DRIVER
1058 P:      Christopher Hoover
1059 M:      ch@murgatroid.com, ch@hpl.hp.com
1060 S:      Maintained
1061
1062 ETHEREXPRESS-16 NETWORK DRIVER
1063 P:      Philip Blundell
1064 M:      philb@gnu.org
1065 L:      netdev@vger.kernel.org
1066 S:      Maintained
1067
1068 ETHERNET BRIDGE
1069 P:      Stephen Hemminger
1070 M:      shemminger@osdl.org
1071 L:      bridge@osdl.org
1072 W:      http://bridge.sourceforge.net/
1073 S:      Maintained
1074
1075 ETHERTEAM 16I DRIVER
1076 P:      Mika Kuoppala
1077 M:      miku@iki.fi
1078 S:      Maintained
1079
1080 EXT2 FILE SYSTEM
1081 L:      ext2-devel@lists.sourceforge.net
1082 S:      Maintained
1083
1084 EXT3 FILE SYSTEM
1085 P:      Stephen Tweedie, Andrew Morton
1086 M:      sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1087 L:      ext2-devel@lists.sourceforge.net
1088 S:      Maintained
1089
1090 F71805F HARDWARE MONITORING DRIVER
1091 P:      Jean Delvare
1092 M:      khali@linux-fr.org
1093 L:      lm-sensors@lm-sensors.org
1094 S:      Maintained
1095
1096 FARSYNC SYNCHRONOUS DRIVER
1097 P:      Kevin Curtis
1098 M:      kevin.curtis@farsite.co.uk
1099 W:      http://www.farsite.co.uk/
1100 S:      Supported
1101
1102 FRAMEBUFFER LAYER
1103 P:      Antonino Daplas
1104 M:      adaplas@pol.net
1105 L:      linux-fbdev-devel@lists.sourceforge.net 
1106 W:      http://linux-fbdev.sourceforge.net/
1107 S:      Maintained
1108
1109 FREESCALE SOC FS_ENET DRIVER
1110 P:      Pantelis Antoniou
1111 M:      pantelis.antoniou@gmail.com
1112 P:      Vitaly Bordug
1113 M:      vbordug@ru.mvista.com
1114 L:      linuxppc-embedded@ozlabs.org
1115 L:      netdev@vger.kernel.org
1116 S:      Maintained
1117
1118 FILE LOCKING (flock() and fcntl()/lockf())
1119 P:      Matthew Wilcox
1120 M:      matthew@wil.cx
1121 L:      linux-fsdevel@vger.kernel.org
1122 S:      Maintained
1123
1124 FILESYSTEMS (VFS and infrastructure)
1125 P:      Alexander Viro
1126 M:      viro@zeniv.linux.org.uk
1127 S:      Maintained
1128
1129 FIRMWARE LOADER (request_firmware)
1130 L:      linux-kernel@vger.kernel.org
1131 S:      Orphan
1132
1133 FPU EMULATOR
1134 P:      Bill Metzenthen
1135 M:      billm@suburbia.net
1136 W:      http://suburbia.net/~billm/floating-point/emulator/
1137 S:      Maintained
1138
1139 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1140 P:      Mike McLagan
1141 M:      mike.mclagan@linux.org
1142 L:      netdev@vger.kernel.org
1143 S:      Maintained
1144
1145 FREEVXFS FILESYSTEM
1146 P:      Christoph Hellwig
1147 M:      hch@infradead.org
1148 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1149 S:      Maintained
1150
1151 FUJITSU FR-V PORT
1152 P:      David Howells
1153 M:      dhowells@redhat.com
1154 S:      Maintained
1155
1156 FTAPE/QIC-117
1157 L:      linux-tape@vger.kernel.org
1158 W:      http://sourceforge.net/projects/ftape
1159 S:      Orphan
1160
1161 FUSE: FILESYSTEM IN USERSPACE
1162 P:      Miklos Szeredi
1163 M:      miklos@szeredi.hu
1164 L:      fuse-devel@lists.sourceforge.net
1165 W:      http://fuse.sourceforge.net/
1166 S:      Maintained
1167
1168 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1169 P:      Rik Faith
1170 M:      faith@cs.unc.edu
1171 L:      linux-scsi@vger.kernel.org
1172 S:      Odd fixes (e.g., new signatures)
1173
1174 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1175 P:      Achim Leubner
1176 M:      achim_leubner@adaptec.com
1177 L:      linux-scsi@vger.kernel.org
1178 W:      http://www.icp-vortex.com/
1179 S:      Supported
1180
1181 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1182 P:      Krzysztof Halasa
1183 M:      khc@pm.waw.pl
1184 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1185 S:      Maintained
1186
1187 GFS2 FILE SYSTEM
1188 P:      Steven Whitehouse
1189 M:      swhiteho@redhat.com
1190 L:      cluster-devel@redhat.com
1191 W:      http://sources.redhat.com/cluster/
1192 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1193 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1194 S:      Supported
1195
1196 GIGASET ISDN DRIVERS
1197 P:      Hansjoerg Lipp
1198 M:      hjlipp@web.de
1199 P:      Tilman Schmidt
1200 M:      tilman@imap.cc
1201 L:      gigaset307x-common@lists.sourceforge.net
1202 W:      http://gigaset307x.sourceforge.net/
1203 S:      Maintained
1204
1205 HARDWARE MONITORING
1206 P:      Jean Delvare
1207 M:      khali@linux-fr.org
1208 L:      lm-sensors@lm-sensors.org
1209 W:      http://www.lm-sensors.nu/
1210 S:      Maintained
1211
1212 HARDWARE RANDOM NUMBER GENERATOR CORE
1213 P:      Michael Buesch
1214 M:      mb@bu3sch.de
1215 S:      Maintained
1216
1217 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1218 P:      Robert Love
1219 M:      rlove@rlove.org
1220 M:      linux-kernel@vger.kernel.org
1221 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1222 S:      Maintained
1223
1224 HARMONY SOUND DRIVER
1225 P:      Kyle McMartin
1226 M:      kyle@parisc-linux.org
1227 W:      http://www.parisc-linux.org/~kyle/harmony/
1228 L:      parisc-linux@lists.parisc-linux.org
1229 S:      Maintained
1230
1231 HAYES ESP SERIAL DRIVER
1232 P:      Andrew J. Robinson
1233 M:      arobinso@nyx.net
1234 L:      linux-kernel@vger.kernel.org
1235 W:      http://www.nyx.net/~arobinso
1236 S:      Maintained
1237
1238 HFS FILESYSTEM
1239 P:      Roman Zippel
1240 M:      zippel@linux-m68k.org
1241 L:      linux-kernel@vger.kernel.org
1242 S:      Maintained
1243
1244 HGA FRAMEBUFFER DRIVER
1245 P:      Ferenc Bakonyi
1246 M:      fero@drama.obuda.kando.hu
1247 L:      linux-nvidia@lists.surfsouth.com
1248 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1249 S:      Maintained
1250
1251 HIGH-SPEED SCC DRIVER FOR AX.25
1252 P:      Klaus Kudielka
1253 M:      klaus.kudielka@ieee.org
1254 L:      linux-hams@vger.kernel.org
1255 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1256 S:      Maintained
1257
1258 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1259 P:      HighPoint Linux Team
1260 M:      linux@highpoint-tech.com
1261 W:      http://www.highpoint-tech.com
1262 S:      Supported
1263
1264 HIPPI
1265 P:      Jes Sorensen
1266 M:      jes@trained-monkey.org
1267 L:      linux-hippi@sunsite.dk
1268 S:      Maintained
1269
1270 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1271 P:      Chirag Kantharia
1272 M:      chirag.kantharia@hp.com
1273 L:      iss_storagedev@hp.com
1274 S:      Maintained
1275  
1276 HEWLETT-PACKARD SMART2 RAID DRIVER
1277 P:      Chirag Kantharia
1278 M:      chirag.kantharia@hp.com
1279 L:      iss_storagedev@hp.com
1280 S:      Maintained
1281  
1282 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1283 P:      Mike Miller
1284 M:      mike.miller@hp.com
1285 L:      iss_storagedev@hp.com
1286 S:      Supported
1287  
1288 HOST AP DRIVER
1289 P:      Jouni Malinen
1290 M:      jkmaline@cc.hut.fi
1291 L:      hostap@shmoo.com
1292 W:      http://hostap.epitest.fi/
1293 S:      Maintained
1294
1295 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1296 P:      Jaroslav Kysela
1297 M:      perex@suse.cz
1298 S:      Maintained
1299
1300 HPET:   High Precision Event Timers driver (hpet.c)
1301 P:      Clemens Ladisch
1302 M:      clemens@ladisch.de
1303 S:      Maintained
1304
1305 HPET:   i386
1306 P:      Venkatesh Pallipadi (Venki)
1307 M:      venkatesh.pallipadi@intel.com
1308 S:      Maintained
1309
1310 HPET:   x86_64
1311 P:      Andi Kleen and Vojtech Pavlik
1312 M:      ak@muc.de and vojtech@suse.cz
1313 S:      Maintained
1314
1315 HPET:   ACPI hpet.c
1316 P:      Bob Picco
1317 M:      bob.picco@hp.com
1318 S:      Maintained
1319
1320 HPFS FILESYSTEM
1321 P:      Mikulas Patocka
1322 M:      mikulas@artax.karlin.mff.cuni.cz
1323 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1324 S:      Maintained
1325
1326 HUGETLB FILESYSTEM
1327 P:      William Irwin
1328 M:      wli@holomorphy.com
1329 S:      Maintained
1330
1331 I2C SUBSYSTEM
1332 P:      Jean Delvare
1333 M:      khali@linux-fr.org
1334 L:      i2c@lm-sensors.org
1335 W:      http://www.lm-sensors.nu/
1336 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1337 S:      Maintained
1338
1339 I2O
1340 P:      Markus Lidel
1341 M:      markus.lidel@shadowconnect.com
1342 W:      http://i2o.shadowconnect.com/
1343 S:      Maintained
1344
1345 i386 BOOT CODE
1346 P:      Riley H. Williams
1347 M:      Riley@Williams.Name
1348 L:      Linux-Kernel@vger.kernel.org
1349 S:      Maintained
1350
1351 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1352 P:      Dave Jones
1353 M:      davej@codemonkey.org.uk
1354 P:      H. Peter Anvin
1355 M:      hpa@zytor.com
1356 S:      Maintained
1357
1358 i810 TCO TIMER WATCHDOG
1359 P:      Nils Faerber
1360 M:      nils@kernelconcepts.de
1361 W:      http://www.kernelconcepts.de/
1362 S:      Maintained
1363
1364 IA64 (Itanium) PLATFORM
1365 P:      Tony Luck
1366 M:      tony.luck@intel.com
1367 L:      linux-ia64@vger.kernel.org
1368 W:      http://www.ia64-linux.org/
1369 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1370 S:      Maintained
1371
1372 SN-IA64 (Itanium) SUB-PLATFORM
1373 P:      Jes Sorensen
1374 M:      jes@sgi.com
1375 L:      linux-altix@sgi.com
1376 L:      linux-ia64@vger.kernel.org
1377 W:      http://www.sgi.com/altix
1378 S:      Maintained
1379
1380 IBM MCA SCSI SUBSYSTEM DRIVER
1381 P:      Michael Lang
1382 M:      langa2@kph.uni-mainz.de
1383 W:      http://www.uni-mainz.de/~langm000/linux.html
1384 S:      Maintained
1385
1386 IBM Power Linux RAID adapter
1387 P:      Brian King
1388 M:      brking@us.ibm.com
1389 S:      Supported
1390
1391 IBM ServeRAID RAID DRIVER
1392 P:      Jack Hammer
1393 P:      Dave Jeffery
1394 M:      ipslinux@adaptec.com
1395 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1396 S:      Supported 
1397
1398 IDE DRIVER [GENERAL]
1399 P:      Bartlomiej Zolnierkiewicz
1400 M:      B.Zolnierkiewicz@elka.pw.edu.pl
1401 L:      linux-kernel@vger.kernel.org
1402 L:      linux-ide@vger.kernel.org
1403 T:      git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
1404 S:      Maintained
1405
1406 IDE/ATAPI CDROM DRIVER
1407 P:      Jens Axboe
1408 M:      axboe@kernel.dk
1409 L:      linux-kernel@vger.kernel.org
1410 W:      http://www.kernel.dk
1411 S:      Maintained
1412
1413 IDE/ATAPI FLOPPY DRIVERS
1414 P:      Paul Bristow
1415 M:      Paul Bristow <paul@paulbristow.net>
1416 W:      http://paulbristow.net/linux/idefloppy.html
1417 L:      linux-kernel@vger.kernel.org
1418 S:      Maintained
1419
1420 IDE/ATAPI TAPE DRIVERS
1421 P:      Gadi Oxman
1422 M:      Gadi Oxman <gadio@netvision.net.il>
1423 L:      linux-kernel@vger.kernel.org
1424 S:      Maintained
1425
1426 IEEE 1394 SUBSYSTEM
1427 P:      Ben Collins
1428 M:      bcollins@debian.org
1429 P:      Stefan Richter
1430 M:      stefanr@s5r6.in-berlin.de
1431 L:      linux1394-devel@lists.sourceforge.net
1432 W:      http://www.linux1394.org/
1433 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1434 S:      Maintained
1435
1436 IEEE 1394 IPV4 DRIVER (eth1394)
1437 P:      Stefan Richter
1438 M:      stefanr@s5r6.in-berlin.de
1439 L:      linux1394-devel@lists.sourceforge.net
1440 S:      Odd Fixes
1441
1442 IEEE 1394 PCILYNX DRIVER
1443 P:      Jody McIntyre
1444 M:      scjody@modernduck.com
1445 P:      Stefan Richter
1446 M:      stefanr@s5r6.in-berlin.de
1447 L:      linux1394-devel@lists.sourceforge.net
1448 S:      Odd Fixes
1449
1450 IEEE 1394 RAW I/O DRIVER
1451 P:      Ben Collins
1452 M:      bcollins@debian.org
1453 P:      Dan Dennedy
1454 M:      dan@dennedy.org
1455 L:      linux1394-devel@lists.sourceforge.net
1456 S:      Maintained
1457
1458 IMS TWINTURBO FRAMEBUFFER DRIVER
1459 P:      Paul Mundt
1460 M:      lethal@chaoticdreams.org
1461 L:      linux-fbdev-devel@lists.sourceforge.net
1462 S:      Maintained
1463
1464 INFINIBAND SUBSYSTEM
1465 P:      Roland Dreier
1466 M:      rolandd@cisco.com
1467 P:      Sean Hefty
1468 M:      mshefty@ichips.intel.com
1469 P:      Hal Rosenstock
1470 M:      halr@voltaire.com
1471 L:      openib-general@openib.org
1472 W:      http://www.openib.org/
1473 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1474 S:      Supported
1475
1476 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1477 P:      Dmitry Torokhov
1478 M:      dmitry.torokhov@gmail.com
1479 M:      dtor@mail.ru
1480 L:      linux-input@atrey.karlin.mff.cuni.cz
1481 L:      linux-joystick@atrey.karlin.mff.cuni.cz
1482 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1483 S:      Maintained
1484
1485 INOTIFY
1486 P:      John McCutchan and Robert Love
1487 M:      ttb@tentacle.dhs.org and rml@novell.com
1488 L:      linux-kernel@vger.kernel.org
1489 S:      Maintained
1490
1491 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1492 P:      Sylvain Meyer
1493 M:      sylvain.meyer@worldonline.fr
1494 L:      linux-fbdev-devel@lists.sourceforge.net
1495 S:      Maintained
1496
1497 INTEL 810/815 FRAMEBUFFER DRIVER
1498 P:      Antonino Daplas
1499 M:      adaplas@pol.net
1500 L:      linux-fbdev-devel@lists.sourceforge.net
1501 S:      Maintained
1502
1503 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1504 P:      Ingo Molnar
1505 M:      mingo@redhat.com
1506 S:      Maintained
1507
1508 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1509 P:      Jeff Garzik
1510 M:      jgarzik@pobox.com
1511 W:      http://sourceforge.net/projects/gkernel/
1512 S:      Maintained
1513
1514 INTEL IA32 MICROCODE UPDATE SUPPORT
1515 P:      Tigran Aivazian
1516 M:      tigran@veritas.com
1517 S:      Maintained
1518
1519 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1520 P:      Deepak Saxena
1521 M:      dsaxena@plexity.net
1522 S:      Maintained
1523
1524 INTEL PRO/100 ETHERNET SUPPORT
1525 P:      John Ronciak
1526 M:      john.ronciak@intel.com
1527 P:      Jesse Brandeburg
1528 M:      jesse.brandeburg@intel.com
1529 P:      Jeff Kirsher
1530 M:      jeffrey.t.kirsher@intel.com
1531 P:      Auke Kok
1532 M:      auke-jan.h.kok@intel.com
1533 W:      http://sourceforge.net/projects/e1000/
1534 S:      Supported
1535
1536 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1537 P:      Jeb Cramer
1538 M:      cramerj@intel.com
1539 P:      John Ronciak
1540 M:      john.ronciak@intel.com
1541 P:      Jesse Brandeburg
1542 M:      jesse.brandeburg@intel.com
1543 P:      Jeff Kirsher
1544 M:      jeffrey.t.kirsher@intel.com
1545 P:      Auke Kok
1546 M:      auke-jan.h.kok@intel.com
1547 W:      http://sourceforge.net/projects/e1000/
1548 S:      Supported
1549
1550 INTEL PRO/10GbE SUPPORT
1551 P:      Jeff Kirsher
1552 M:      jeffrey.t.kirsher@intel.com
1553 P:      Ayyappan Veeraiyan
1554 M:      ayyappan.veeraiyan@intel.com
1555 P:      John Ronciak
1556 M:      john.ronciak@intel.com
1557 P:      Jesse Brandeburg
1558 M:      jesse.brandeburg@intel.com
1559 P:      Auke Kok
1560 M:      auke-jan.h.kok@intel.com
1561 W:      http://sourceforge.net/projects/e1000/
1562 S:      Supported
1563
1564 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1565 P:      Yi Zhu
1566 M:      yi.zhu@intel.com
1567 P:      James Ketrenos
1568 M:      jketreno@linux.intel.com
1569 L:      ipw2100-devel@lists.sourceforge.net
1570 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1571 W:      http://ipw2100.sourceforge.net
1572 S:      Supported
1573
1574 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1575 P:      Yi Zhu
1576 M:      yi.zhu@intel.com
1577 P:      James Ketrenos
1578 M:      jketreno@linux.intel.com
1579 L:      ipw2100-devel@lists.sourceforge.net
1580 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1581 W:      http://ipw2200.sourceforge.net
1582 S:      Supported
1583
1584 IOC3 DRIVER
1585 P:      Ralf Baechle
1586 M:      ralf@linux-mips.org
1587 L:      linux-mips@linux-mips.org
1588 S:      Maintained
1589
1590 IP MASQUERADING:
1591 P:      Juanjo Ciarlante
1592 M:      jjciarla@raiz.uncu.edu.ar
1593 S:      Maintained
1594
1595 IPATH DRIVER:
1596 P:      Bryan O'Sullivan
1597 M:      support@pathscale.com
1598 L:      openib-general@openib.org
1599 S:      Supported
1600
1601 IPMI SUBSYSTEM
1602 P:      Corey Minyard
1603 M:      minyard@acm.org
1604 L:      openipmi-developer@lists.sourceforge.net
1605 W:      http://openipmi.sourceforge.net/
1606 S:      Supported
1607
1608 IPX NETWORK LAYER
1609 P:      Arnaldo Carvalho de Melo
1610 M:      acme@conectiva.com.br
1611 L:      netdev@vger.kernel.org
1612 S:      Maintained
1613
1614 IRDA SUBSYSTEM
1615 P:      Samuel Ortiz
1616 M:      samuel@sortiz.org
1617 L:      irda-users@lists.sourceforge.net (subscribers-only)
1618 W:      http://irda.sourceforge.net/
1619 S:      Maintained
1620
1621 ISAPNP
1622 P:      Jaroslav Kysela
1623 M:      perex@suse.cz
1624 S:      Maintained
1625
1626 ISDN SUBSYSTEM
1627 P:      Karsten Keil
1628 M:      kkeil@suse.de
1629 P:      Kai Germaschewski
1630 M:      kai.germaschewski@gmx.de
1631 L:      isdn4linux@listserv.isdn4linux.de
1632 W:      http://www.isdn4linux.de
1633 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1634 S:      Maintained
1635
1636 ISDN SUBSYSTEM (Eicon active card driver)
1637 P:      Armin Schindler
1638 M:      mac@melware.de
1639 L:      isdn4linux@listserv.isdn4linux.de
1640 W:      http://www.melware.de
1641 S:      Maintained
1642
1643 JOURNALLING FLASH FILE SYSTEM (JFFS)
1644 P:      Axis Communications AB
1645 M:      jffs-dev@axis.com
1646 L:      jffs-dev@axis.com
1647 W:      http://www.developer.axis.com/software/jffs/
1648 S:      Maintained
1649
1650 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1651 P:      David Woodhouse
1652 M:      dwmw2@infradead.org
1653 L:      jffs-dev@axis.com
1654 W:      http://sources.redhat.com/jffs2/
1655 S:      Maintained
1656
1657 JFS FILESYSTEM
1658 P:      Dave Kleikamp
1659 M:      shaggy@austin.ibm.com
1660 L:      jfs-discussion@lists.sourceforge.net
1661 W:      http://jfs.sourceforge.net/
1662 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1663 S:      Supported
1664
1665 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
1666 P:      Stephen Tweedie, Andrew Morton
1667 M:      sct@redhat.com, akpm@osdl.org
1668 L:      ext2-devel@lists.sourceforge.net
1669 S:      Maintained
1670
1671 KCONFIG
1672 P:      Roman Zippel
1673 M:      zippel@linux-m68k.org
1674 L:      kbuild-devel@lists.sourceforge.net
1675 S:      Maintained
1676
1677 KDUMP
1678 P:      Vivek Goyal
1679 M:      vgoyal@in.ibm.com
1680 P:      Haren Myneni
1681 M:      hbabu@us.ibm.com
1682 L:      fastboot@lists.osdl.org
1683 L:      linux-kernel@vger.kernel.org
1684 W:      http://lse.sourceforge.net/kdump/
1685 S:      Maintained
1686
1687 KERNEL AUTOMOUNTER (AUTOFS)
1688 P:      H. Peter Anvin
1689 M:      hpa@zytor.com
1690 L:      autofs@linux.kernel.org
1691 S:      Odd Fixes
1692
1693 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1694 P:      Ian Kent
1695 M:      raven@themaw.net
1696 L:      autofs@linux.kernel.org
1697 S:      Maintained
1698
1699 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1700 P:      Kai Germaschewski
1701 M:      kai@germaschewski.name
1702 P:      Sam Ravnborg
1703 M:      sam@ravnborg.org
1704 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1705 S:      Maintained 
1706
1707 KERNEL JANITORS
1708 P:      Several
1709 L:      kernel-janitors@lists.osdl.org
1710 W:      http://www.kerneljanitors.org/
1711 S:      Maintained
1712
1713 KERNEL NFSD
1714 P:      Neil Brown
1715 M:      neilb@cse.unsw.edu.au
1716 L:      nfs@lists.sourceforge.net
1717 W:      http://nfs.sourceforge.net/
1718 W:      http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1719 S:      Maintained
1720
1721 KEXEC
1722 P:      Eric Biederman
1723 M:      ebiederm@xmission.com
1724 W:      http://www.xmission.com/~ebiederm/files/kexec/
1725 L:      linux-kernel@vger.kernel.org
1726 L:      fastboot@osdl.org
1727 S:      Maintained
1728
1729 KPROBES
1730 P:      Prasanna S Panchamukhi
1731 M:      prasanna@in.ibm.com
1732 P:      Ananth N Mavinakayanahalli
1733 M:      ananth@in.ibm.com
1734 P:      Anil S Keshavamurthy
1735 M:      anil.s.keshavamurthy@intel.com
1736 P:      David S. Miller
1737 M:      davem@davemloft.net
1738 L:      linux-kernel@vger.kernel.org
1739 S:      Maintained
1740
1741 LAPB module
1742 L:      linux-x25@vger.kernel.org
1743 S:      Orphan
1744
1745 LASI 53c700 driver for PARISC
1746 P:      James E.J. Bottomley
1747 M:      James.Bottomley@HansenPartnership.com
1748 L:      linux-scsi@vger.kernel.org
1749 S:      Maintained
1750
1751 LED SUBSYSTEM
1752 P:      Richard Purdie
1753 M:      rpurdie@rpsys.net
1754 S:      Maintained
1755
1756 LEGO USB Tower driver
1757 P:      Juergen Stuber
1758 M:      starblue@users.sourceforge.net
1759 L:      legousb-devel@lists.sourceforge.net
1760 W:      http://legousb.sourceforge.net/
1761 S:      Maintained
1762
1763 LINUX FOR IBM pSERIES (RS/6000)
1764 P:      Paul Mackerras
1765 M:      paulus@au.ibm.com
1766 W:      http://www.ibm.com/linux/ltc/projects/ppc
1767 S:      Supported
1768
1769 LINUX FOR NCR VOYAGER
1770 P:      James Bottomley
1771 M:      James.Bottomley@HansenPartnership.com
1772 W:      http://www.hansenpartnership.com/voyager
1773 S:      Maintained
1774
1775 LINUX FOR POWERPC
1776 P:      Paul Mackerras
1777 M:      paulus@samba.org
1778 W:      http://www.penguinppc.org/
1779 L:      linuxppc-dev@ozlabs.org
1780 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1781 S:      Supported
1782
1783 LINUX FOR POWER MACINTOSH
1784 P:      Benjamin Herrenschmidt
1785 M:      benh@kernel.crashing.org
1786 W:      http://www.penguinppc.org/
1787 L:      linuxppc-dev@ozlabs.org
1788 S:      Maintained
1789
1790 LINUX FOR POWERPC EMBEDDED MPC52XX
1791 P:      Sylvain Munaut
1792 M:      tnt@246tNt.com
1793 W:      http://www.246tNt.com/mpc52xx/
1794 W:      http://www.penguinppc.org/
1795 L:      linuxppc-dev@ozlabs.org
1796 L:      linuxppc-embedded@ozlabs.org
1797 S:      Maintained
1798
1799 LINUX FOR POWERPC EMBEDDED PPC4XX
1800 P:      Matt Porter
1801 M:      mporter@kernel.crashing.org
1802 W:      http://www.penguinppc.org/
1803 L:      linuxppc-embedded@ozlabs.org
1804 S:      Maintained
1805
1806 LINUX FOR POWERPC BOOT CODE
1807 P:      Tom Rini
1808 M:      trini@kernel.crashing.org
1809 W:      http://www.penguinppc.org/
1810 L:      linuxppc-embedded@ozlabs.org
1811 S:      Maintained
1812
1813 LINUX FOR POWERPC EMBEDDED PPC8XX
1814 P:      Marcelo Tosatti
1815 M:      marcelo@kvack.org
1816 W:      http://www.penguinppc.org/
1817 L:      linuxppc-embedded@ozlabs.org
1818 S:      Maintained
1819
1820 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1821 P:     Kumar Gala
1822 M:     galak@kernel.crashing.org
1823 W:     http://www.penguinppc.org/
1824 L:     linuxppc-embedded@ozlabs.org
1825 S:     Maintained
1826
1827 LINUX FOR POWERPC PA SEMI PWRFICIENT
1828 P:      Olof Johansson
1829 M:      olof@lixom.net
1830 W:      http://www.pasemi.com/
1831 L:      linuxppc-dev@ozlabs.org
1832 S:      Supported
1833
1834 LLC (802.2)
1835 P:      Arnaldo Carvalho de Melo
1836 M:      acme@conectiva.com.br
1837 S:      Maintained
1838
1839 LINUX FOR 64BIT POWERPC
1840 P:      Paul Mackerras
1841 M:      paulus@samba.org
1842 M:      paulus@au.ibm.com
1843 P:      Anton Blanchard
1844 M:      anton@samba.org
1845 M:      anton@au.ibm.com
1846 W:      http://www.penguinppc.org/ppc64/
1847 L:      linuxppc-dev@ozlabs.org
1848 S:      Supported
1849
1850 LINUX SECURITY MODULE (LSM) FRAMEWORK
1851 P:      Chris Wright
1852 M:      chrisw@sous-sol.org
1853 L:      linux-security-module@vger.kernel.org
1854 W:      http://lsm.immunix.org
1855 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1856 S:      Supported
1857
1858 LM83 HARDWARE MONITOR DRIVER
1859 P:      Jean Delvare
1860 M:      khali@linux-fr.org
1861 L:      lm-sensors@lm-sensors.org
1862 S:      Maintained
1863
1864 LM90 HARDWARE MONITOR DRIVER
1865 P:      Jean Delvare
1866 M:      khali@linux-fr.org
1867 L:      lm-sensors@lm-sensors.org
1868 S:      Maintained
1869
1870 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1871 P:      Richard Russon (FlatCap)
1872 M:      ldm@flatcap.org
1873 L:      ldm-devel@lists.sourceforge.net 
1874 W:      http://ldm.sourceforge.net
1875 S:      Maintained
1876
1877 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1878 P:      Eric Moore
1879 M:      Eric.Moore@lsil.com
1880 M:      support@lsil.com
1881 L:      mpt_linux_developer@lsil.com
1882 L:      linux-scsi@vger.kernel.org
1883 W:      http://www.lsilogic.com/support
1884 S:      Supported
1885
1886 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1887 P:      Matthew Wilcox
1888 M:      matthew@wil.cx
1889 L:      linux-scsi@vger.kernel.org
1890 S:      Maintained
1891
1892 M68K ARCHITECTURE
1893 P:      Geert Uytterhoeven
1894 M:      geert@linux-m68k.org
1895 P:      Roman Zippel
1896 M:      zippel@linux-m68k.org
1897 L:      linux-m68k@lists.linux-m68k.org
1898 W:      http://www.linux-m68k.org/
1899 W:      http://linux-m68k-cvs.ubb.ca/
1900 S:      Maintained
1901
1902 M68K ON APPLE MACINTOSH
1903 P:      Joshua Thompson
1904 M:      funaho@jurai.org
1905 W:      http://www.mac.linux-m68k.org/
1906 L:      linux-mac68k@mac.linux-m68k.org
1907 S:      Maintained
1908
1909 M68K ON HP9000/300
1910 P:      Philip Blundell
1911 M:      philb@gnu.org
1912 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
1913 S:      Maintained
1914
1915 MARVELL YUKON / SYSKONNECT DRIVER
1916 P:      Mirko Lindner
1917 M:      mlindner@syskonnect.de
1918 P:      Ralph Roesler
1919 M:      rroesler@syskonnect.de
1920 W:      http://www.syskonnect.com
1921 S:      Supported
1922
1923 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1924 P: Michael Kerrisk
1925 M: mtk-manpages@gmx.net
1926 W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1927 S: Maintained
1928
1929 MARVELL MV643XX ETHERNET DRIVER
1930 P:      Dale Farnsworth
1931 M:      dale@farnsworth.org
1932 P:      Manish Lachwani
1933 M:      mlachwani@mvista.com
1934 L:      netdev@vger.kernel.org
1935 S:      Odd Fixes for 2.4; Maintained for 2.6.
1936
1937 MATROX FRAMEBUFFER DRIVER
1938 P:      Petr Vandrovec
1939 M:      vandrove@vc.cvut.cz
1940 L:      linux-fbdev-devel@lists.sourceforge.net
1941 S:      Maintained
1942
1943 MEGARAID SCSI DRIVERS
1944 P:     Neela Syam Kolli
1945 M:     Neela.Kolli@engenio.com
1946 S:     linux-scsi@vger.kernel.org
1947 W:     http://megaraid.lsilogic.com
1948 S:     Maintained
1949
1950 MEMORY MANAGEMENT
1951 L:      linux-mm@kvack.org
1952 L:      linux-kernel@vger.kernel.org
1953 W:      http://www.linux-mm.org
1954 S:      Maintained
1955
1956 MEMORY TECHNOLOGY DEVICES (MTD)
1957 P:      David Woodhouse
1958 M:      dwmw2@infradead.org
1959 W:      http://www.linux-mtd.infradead.org/
1960 L:      linux-mtd@lists.infradead.org
1961 T:      git git://git.infradead.org/mtd-2.6.git
1962 S:      Maintained
1963
1964 MICROTEK X6 SCANNER
1965 P:      Oliver Neukum
1966 M:      oliver@neukum.name
1967 S:      Maintained
1968
1969 MIPS
1970 P:      Ralf Baechle
1971 M:      ralf@linux-mips.org
1972 W:      http://www.linux-mips.org/
1973 L:      linux-mips@linux-mips.org
1974 T:      git www.linux-mips.org:/pub/scm/linux.git
1975 S:      Supported
1976
1977 MISCELLANEOUS MCA-SUPPORT
1978 P:      James Bottomley
1979 M:      jejb@steeleye.com
1980 L:      linux-kernel@vger.kernel.org
1981 S:      Maintained
1982
1983 MODULE SUPPORT
1984 P:      Rusty Russell
1985 M:      rusty@rustcorp.com.au
1986 L:      linux-kernel@vger.kernel.org
1987 S:      Maintained
1988
1989 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1990 P:      Stelian Pop
1991 M:      stelian@popies.net
1992 W:      http://popies.net/meye/
1993 S:      Maintained
1994
1995 MOUSE AND MISC DEVICES [GENERAL]
1996 P:      Alessandro Rubini
1997 M:      rubini@ipvvis.unipv.it
1998 L:      linux-kernel@vger.kernel.org
1999 S:      Maintained
2000
2001 MSI LAPTOP SUPPORT
2002 P:      Lennart Poettering
2003 M:      mzxreary@0pointer.de
2004 L:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2005 W:      http://0pointer.de/lennart/tchibo.html
2006 S:      Maintained
2007
2008 MTRR AND SIMILAR SUPPORT [i386]
2009 P:      Richard Gooch
2010 M:      rgooch@atnf.csiro.au
2011 L:      linux-kernel@vger.kernel.org
2012 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2013 S:      Maintained
2014
2015 MULTIMEDIA CARD (MMC) SUBSYSTEM
2016 S:      Orphan
2017
2018 MULTISOUND SOUND DRIVER
2019 P:      Andrew Veliath
2020 M:      andrewtv@usa.net
2021 S:      Maintained
2022
2023 NATSEMI ETHERNET DRIVER (DP8381x)
2024 P:      Tim Hockin
2025 M:      thockin@hockin.org
2026 S:      Maintained
2027
2028 NCP FILESYSTEM
2029 P:      Petr Vandrovec
2030 M:      vandrove@vc.cvut.cz
2031 L:      linware@sh.cvut.cz
2032 S:      Maintained
2033
2034 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2035 P:      James E.J. Bottomley
2036 M:      James.Bottomley@HansenPartnership.com
2037 L:      linux-scsi@vger.kernel.org
2038 S:      Maintained
2039
2040 NETEM NETWORK EMULATOR
2041 P:      Stephen Hemminger
2042 M:      shemminger@osdl.org
2043 L:      netem@osdl.org
2044 S:      Maintained
2045
2046 NETFILTER/IPTABLES/IPCHAINS
2047 P:      Rusty Russell
2048 P:      Marc Boucher
2049 P:      James Morris
2050 P:      Harald Welte
2051 P:      Jozsef Kadlecsik
2052 M:      coreteam@netfilter.org
2053 W:      http://www.netfilter.org/
2054 W:      http://www.iptables.org/
2055 L:      netfilter@lists.netfilter.org
2056 L:      netfilter-devel@lists.netfilter.org
2057 S:      Supported
2058
2059 NETLABEL
2060 P:      Paul Moore
2061 M:      paul.moore@hp.com
2062 W:      http://netlabel.sf.net
2063 L:      netdev@vger.kernel.org
2064 S:      Supported
2065
2066 NETROM NETWORK LAYER
2067 P:      Ralf Baechle
2068 M:      ralf@linux-mips.org
2069 L:      linux-hams@vger.kernel.org
2070 W:      http://www.linux-ax25.org/
2071 S:      Maintained
2072
2073 NETWORK BLOCK DEVICE (NBD)
2074 P:      Paul Clements
2075 M:      Paul.Clements@steeleye.com
2076 S:      Maintained
2077
2078 NETWORK DEVICE DRIVERS
2079 P:      Andrew Morton
2080 M:      akpm@osdl.org
2081 P:      Jeff Garzik
2082 M:      jgarzik@pobox.com
2083 L:      netdev@vger.kernel.org
2084 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2085 S:      Maintained
2086
2087 NETWORKING [GENERAL]
2088 P:      Networking Team
2089 M:      netdev@vger.kernel.org
2090 L:      netdev@vger.kernel.org
2091 W:      http://linux-net.osdl.org/
2092 S:      Maintained
2093
2094 NETWORKING [IPv4/IPv6]
2095 P:      David S. Miller
2096 M:      davem@davemloft.net
2097 P:      Alexey Kuznetsov
2098 M:      kuznet@ms2.inr.ac.ru
2099 P:      Pekka Savola (ipv6)
2100 M:      pekkas@netcore.fi
2101 P:      James Morris
2102 M:      jmorris@namei.org
2103 P:      Hideaki YOSHIFUJI
2104 M:      yoshfuji@linux-ipv6.org
2105 P:      Patrick McHardy
2106 M:      kaber@coreworks.de
2107 L:      netdev@vger.kernel.org
2108 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2109 S:      Maintained
2110
2111 NETWORKING [WIRELESS]
2112 P:      John W. Linville
2113 M:      linville@tuxdriver.com
2114 L:      netdev@vger.kernel.org
2115 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2116 S:      Maintained
2117
2118 IPVS
2119 P:      Wensong Zhang
2120 M:      wensong@linux-vs.org
2121 P:      Simon Horman
2122 M:      horms@verge.net.au
2123 P:      Julian Anastasov
2124 M:      ja@ssi.bg
2125 L:      netdev@vger.kernel.org
2126 S:      Maintained
2127
2128 NFS CLIENT
2129 P:      Trond Myklebust
2130 M:      trond.myklebust@fys.uio.no
2131 L:      linux-kernel@vger.kernel.org
2132 S:      Maintained
2133
2134 NI5010 NETWORK DRIVER
2135 P:      Jan-Pascal van Best
2136 M:      janpascal@vanbest.org
2137 P:      Andreas Mohr
2138 M:      andi@lisas.de
2139 L:      netdev@vger.kernel.org
2140 S:      Maintained
2141
2142 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2143 P:      YOKOTA Hiroshi
2144 M:      yokota@netlab.is.tsukuba.ac.jp
2145 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2146 S:      Maintained
2147
2148 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2149 P:      GOTO Masanori
2150 M:      gotom@debian.or.jp
2151 P:      YOKOTA Hiroshi
2152 M:      yokota@netlab.is.tsukuba.ac.jp
2153 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2154 S:      Maintained
2155
2156 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2157 P:      Eberhard Moenkeberg
2158 M:      emoenke@gwdg.de
2159 L:      linux-kernel@vger.kernel.org
2160 S:      Maintained
2161
2162 NTFS FILESYSTEM
2163 P:      Anton Altaparmakov
2164 M:      aia21@cantab.net
2165 L:      linux-ntfs-dev@lists.sourceforge.net
2166 L:      linux-kernel@vger.kernel.org
2167 W:      http://linux-ntfs.sf.net/
2168 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2169 S:      Maintained
2170
2171 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2172 P:      Antonino Daplas
2173 M:      adaplas@pol.net
2174 L:      linux-fbdev-devel@lists.sourceforge.net
2175 S:      Maintained
2176
2177 OPENCORES I2C BUS DRIVER
2178 P:      Peter Korsgaard
2179 M:      jacmet@sunsite.dk
2180 L:      i2c@lm-sensors.org
2181 S:      Maintained
2182
2183 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2184 P:      Mark Fasheh
2185 M:      mark.fasheh@oracle.com
2186 P:      Kurt Hackel
2187 M:      kurt.hackel@oracle.com
2188 L:      ocfs2-devel@oss.oracle.com
2189 W:      http://oss.oracle.com/projects/ocfs2/
2190 S:      Supported       
2191
2192 OLYMPIC NETWORK DRIVER
2193 P:      Peter De Shrijver
2194 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2195 P:      Mike Phillips
2196 M:      mikep@linuxtr.net 
2197 L:      netdev@vger.kernel.org
2198 L:      linux-tr@linuxtr.net
2199 W:      http://www.linuxtr.net
2200 S:      Maintained
2201
2202 OMNIKEY CARDMAN 4000 DRIVER
2203 P:      Harald Welte
2204 M:      laforge@gnumonks.org
2205 S:      Maintained
2206
2207 OMNIKEY CARDMAN 4040 DRIVER
2208 P:      Harald Welte
2209 M:      laforge@gnumonks.org
2210 S:      Maintained
2211
2212 ONSTREAM SCSI TAPE DRIVER
2213 P:      Willem Riede
2214 M:      osst@riede.org
2215 L:      osst-users@lists.sourceforge.net
2216 L:      linux-scsi@vger.kernel.org
2217 S:      Maintained
2218
2219 OPL3-SA2, SA3, and SAx DRIVER
2220 P:      Zwane Mwaikambo
2221 M:      zwane@arm.linux.org.uk
2222 L:      linux-sound@vger.kernel.org
2223 S:      Maintained
2224
2225 OPROFILE
2226 P:      Philippe Elie
2227 M:      phil.el@wanadoo.fr
2228 L:      oprofile-list@lists.sf.net
2229 S:      Maintained
2230
2231 ORINOCO DRIVER
2232 P:      Pavel Roskin
2233 M:      proski@gnu.org
2234 P:      David Gibson
2235 M:      hermes@gibson.dropbear.id.au
2236 L:      orinoco-users@lists.sourceforge.net
2237 L:      orinoco-devel@lists.sourceforge.net
2238 W:      http://www.nongnu.org/orinoco/
2239 S:      Maintained
2240
2241 PARALLEL PORT SUPPORT
2242 P:      Phil Blundell
2243 M:      philb@gnu.org
2244 P:      Tim Waugh
2245 M:      tim@cyberelk.net
2246 P:      David Campbell
2247 P:      Andrea Arcangeli
2248 M:      andrea@suse.de
2249 L:      linux-parport@lists.infradead.org
2250 W:      http://people.redhat.com/twaugh/parport/
2251 S:      Maintained
2252
2253 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2254 P:      Tim Waugh
2255 M:      tim@cyberelk.net
2256 L:      linux-parport@lists.infradead.org
2257 W:      http://www.torque.net/linux-pp.html
2258 S:      Maintained
2259
2260 PARISC ARCHITECTURE
2261 P:      Matthew Wilcox
2262 M:      matthew@wil.cx
2263 P:      Grant Grundler
2264 M:      grundler@parisc-linux.org
2265 P:      Kyle McMartin
2266 M:      kyle@parisc-linux.org
2267 L:      parisc-linux@parisc-linux.org
2268 W:      http://www.parisc-linux.org/
2269 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2270 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2271 S:      Maintained
2272
2273 PC87360 HARDWARE MONITORING DRIVER
2274 P:      Jim Cromie
2275 M:      jim.cromie@gmail.com
2276 L:      lm-sensors@lm-sensors.org
2277 S:      Maintained
2278
2279 PC8736x GPIO DRIVER
2280 P:      Jim Cromie
2281 M:      jim.cromie@gmail.com
2282 S:      Maintained
2283
2284 PCI ERROR RECOVERY
2285 P:      Linas Vepstas
2286 M:      linas@austin.ibm.com
2287 L:      linux-kernel@vger.kernel.org
2288 L:      linux-pci@atrey.karlin.mff.cuni.cz
2289 S:      Supported
2290
2291 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2292 P:      Thomas Sailer
2293 M:      sailer@ife.ee.ethz.ch
2294 L:      linux-sound@vger.kernel.org
2295 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2296 S:      Maintained
2297
2298 PCI SUBSYSTEM
2299 P:      Greg Kroah-Hartman
2300 M:      gregkh@suse.de
2301 L:      linux-kernel@vger.kernel.org
2302 L:      linux-pci@atrey.karlin.mff.cuni.cz
2303 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2304 S:      Supported
2305
2306 PCI HOTPLUG CORE
2307 P:      Greg Kroah-Hartman
2308 M:      gregkh@suse.de
2309 S:      Supported
2310
2311 PCI HOTPLUG COMPAQ DRIVER
2312 P:      Greg Kroah-Hartman
2313 M:      greg@kroah.com
2314 S:      Maintained
2315
2316 PCIE HOTPLUG DRIVER
2317 P:      Kristen Carlson Accardi
2318 M:      kristen.c.accardi@intel.com
2319 L:      pcihpd-discuss@lists.sourceforge.net
2320 S:      Maintained
2321
2322 PCMCIA SUBSYSTEM
2323 P:      Linux PCMCIA Team
2324 L:      linux-pcmcia@lists.infradead.org
2325 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2326 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2327 S:      Maintained
2328
2329 PCNET32 NETWORK DRIVER
2330 P:      Thomas Bogendörfer
2331 M:      tsbogend@alpha.franken.de
2332 L:      netdev@vger.kernel.org
2333 S:      Maintained
2334
2335 PER-TASK DELAY ACCOUNTING
2336 P:      Shailabh Nagar
2337 M:      nagar@watson.ibm.com
2338 L:      linux-kernel@vger.kernel.org
2339 S:      Maintained
2340
2341 PERSONALITY HANDLING
2342 P:      Christoph Hellwig
2343 M:      hch@infradead.org
2344 L:      linux-abi-devel@lists.sourceforge.net
2345 S:      Maintained
2346
2347 PHRAM MTD DRIVER
2348 P:      Jörn Engel
2349 M:      joern@wh.fh-wedel.de
2350 L:      linux-mtd@lists.infradead.org
2351 S:      Maintained
2352
2353 PKTCDVD DRIVER
2354 P:      Peter Osterlund
2355 M:      petero2@telia.com
2356 L:      linux-kernel@vger.kernel.org
2357 S:      Maintained
2358
2359 POSIX CLOCKS and TIMERS
2360 P:      George Anzinger
2361 M:      george@mvista.com
2362 L:      linux-kernel@vger.kernel.org
2363 S:      Supported
2364
2365 POWERPC 4xx EMAC DRIVER
2366 P:      Eugene Surovegin
2367 M:      ebs@ebshome.net
2368 W:      http://kernel.ebshome.net/emac/
2369 L:      linuxppc-embedded@ozlabs.org
2370 L:      netdev@vger.kernel.org
2371 S:      Maintained
2372
2373 PNP SUPPORT
2374 P:      Adam Belay
2375 M:      ambx1@neo.rr.com
2376 S:      Maintained
2377
2378 PPP PROTOCOL DRIVERS AND COMPRESSORS
2379 P:      Paul Mackerras
2380 M:      paulus@samba.org
2381 L:      linux-ppp@vger.kernel.org
2382 S:      Maintained
2383
2384 PPP OVER ATM (RFC 2364)
2385 P:      Mitchell Blank Jr
2386 M:      mitch@sfgoth.com
2387 S:      Maintained
2388
2389 PPP OVER ETHERNET
2390 P:      Michal Ostrowski
2391 M:      mostrows@speakeasy.net
2392 S:      Maintained
2393
2394 PREEMPTIBLE KERNEL
2395 P:      Robert Love
2396 M:      rml@tech9.net
2397 L:      linux-kernel@vger.kernel.org
2398 L:      kpreempt-tech@lists.sourceforge.net
2399 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2400 S:      Supported
2401
2402 PRISM54 WIRELESS DRIVER
2403 P:      Prism54 Development Team
2404 M:      prism54-private@prism54.org
2405 L:      netdev@vger.kernel.org
2406 W:      http://prism54.org
2407 S:      Maintained
2408
2409 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2410 P:      Peter Denison
2411 M:      promise@pnd-pc.demon.co.uk
2412 W:      http://www.pnd-pc.demon.co.uk/promise/
2413 S:      Maintained
2414
2415 PVRUSB2 VIDEO4LINUX DRIVER
2416 P:      Mike Isely
2417 M:      isely@pobox.com
2418 L:      pvrusb2@isely.net
2419 L:      video4linux-list@redhat.com
2420 W:      http://www.isely.net/pvrusb2/
2421 S:      Maintained
2422
2423 PXA2xx SUPPORT
2424 P:      Nicolas Pitre
2425 M:      nico@cam.org
2426 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2427 S:      Maintained
2428
2429 QLOGIC QLA2XXX FC-SCSI DRIVER
2430 P:      Andrew Vasquez
2431 M:      linux-driver@qlogic.com
2432 L:      linux-scsi@vger.kernel.org
2433 S:      Supported
2434
2435 QLOGIC QLA3XXX NETWORK DRIVER
2436 P:      Ron Mercer
2437 M:      linux-driver@qlogic.com
2438 L:      netdev@vger.kernel.org
2439 S:      Supported
2440
2441 QNX4 FILESYSTEM
2442 P:      Anders Larsen
2443 M:      al@alarsen.net
2444 L:      linux-kernel@vger.kernel.org
2445 W:      http://www.alarsen.net/linux/qnx4fs/
2446 S:      Maintained
2447
2448 RADEON FRAMEBUFFER DISPLAY DRIVER
2449 P:      Benjamin Herrenschmidt
2450 M:      benh@kernel.crashing.org
2451 L:      linux-fbdev-devel@lists.sourceforge.net
2452 S:      Maintained
2453
2454 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2455 P:      Paul Mackerras
2456 M:      paulus@samba.org
2457 L:      linux-fbdev-devel@lists.sourceforge.net
2458 S:      Maintained
2459
2460 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2461 P:      Corey Thomas
2462 M:      corey@world.std.com
2463 L:      linux-kernel@vger.kernel.org
2464 S:      Maintained
2465
2466 RANDOM NUMBER DRIVER
2467 P:      Matt Mackall
2468 M:      mpm@selenic.com
2469 S:      Maintained
2470
2471 RAPIDIO SUBSYSTEM
2472 P:      Matt Porter
2473 M:      mporter@kernel.crashing.org
2474 L:      linux-kernel@vger.kernel.org
2475 S:      Maintained
2476
2477 READ-COPY UPDATE (RCU)
2478 P:      Dipankar Sarma
2479 M:      dipankar@in.ibm.com
2480 W:      http://www.rdrop.com/users/paulmck/rclock/
2481 L:      linux-kernel@vger.kernel.org
2482 S:      Supported
2483
2484 RCUTORTURE MODULE
2485 P:      Josh Triplett
2486 M:      josh@freedesktop.org
2487 L:      linux-kernel@vger.kernel.org
2488 S:      Maintained
2489
2490 REAL TIME CLOCK DRIVER
2491 P:      Paul Gortmaker
2492 M:      p_gortmaker@yahoo.com
2493 L:      linux-kernel@vger.kernel.org
2494 S:      Maintained
2495
2496 REAL TIME CLOCK (RTC) SUBSYSTEM
2497 P:      Alessandro Zummo
2498 M:      a.zummo@towertech.it
2499 L:      linux-kernel@vger.kernel.org
2500 S:      Maintained
2501
2502 REISERFS FILE SYSTEM
2503 P:      Hans Reiser
2504 M:      reiserfs-dev@namesys.com
2505 L:      reiserfs-list@namesys.com
2506 W:      http://www.namesys.com
2507 S:      Supported
2508
2509 ROCKETPORT DRIVER
2510 P:      Comtrol Corp.
2511 W:      http://www.comtrol.com
2512 S:      Maintained
2513
2514 ROSE NETWORK LAYER
2515 P:      Ralf Baechle
2516 M:      ralf@linux-mips.org
2517 L:      linux-hams@vger.kernel.org
2518 W:      http://www.linux-ax25.org/
2519 S:      Maintained
2520
2521 RISCOM8 DRIVER
2522 S:      Orphan
2523
2524 S3 SAVAGE FRAMEBUFFER DRIVER
2525 P:      Antonino Daplas
2526 M:      adaplas@pol.net
2527 L:      linux-fbdev-devel@lists.sourceforge.net
2528 S:      Maintained
2529
2530 S390
2531 P:      Martin Schwidefsky
2532 M:      schwidefsky@de.ibm.com
2533 P:      Heiko Carstens
2534 M:      heiko.carstens@de.ibm.com
2535 M:      linux390@de.ibm.com
2536 L:      linux-390@vm.marist.edu
2537 W:      http://www.ibm.com/developerworks/linux/linux390/
2538 S:      Supported
2539
2540 S390 NETWORK DRIVERS
2541 P:      Frank Pavlic
2542 M:      fpavlic@de.ibm.com
2543 M:      linux390@de.ibm.com
2544 L:      linux-390@vm.marist.edu
2545 W:      http://www.ibm.com/developerworks/linux/linux390/
2546 S:      Supported
2547
2548 S390 ZFCP DRIVER
2549 P:      Swen Schillig
2550 M:      swen@vnet.ibm.com
2551 M:      linux390@de.ibm.com
2552 L:      linux-390@vm.marist.edu
2553 W:      http://www.ibm.com/developerworks/linux/linux390/
2554 S:      Supported
2555
2556 SAA7146 VIDEO4LINUX-2 DRIVER
2557 P:      Michael Hunold
2558 M:      michael@mihu.de
2559 W:      http://www.mihu.de/linux/saa7146
2560 S:      Maintained
2561
2562 SBPCD CDROM DRIVER
2563 P:      Eberhard Moenkeberg
2564 M:      emoenke@gwdg.de
2565 L:      linux-kernel@vger.kernel.org
2566 S:      Maintained
2567
2568 SC1200 WDT DRIVER
2569 P:      Zwane Mwaikambo
2570 M:      zwane@arm.linux.org.uk
2571 S:      Maintained
2572
2573 SCHEDULER
2574 P:      Ingo Molnar
2575 M:      mingo@elte.hu
2576 P:      Robert Love    [the preemptible kernel bits]
2577 M:      rml@tech9.net
2578 L:      linux-kernel@vger.kernel.org
2579 S:      Maintained
2580
2581 SCSI CDROM DRIVER
2582 P:      Jens Axboe
2583 M:      axboe@kernel.dk
2584 L:      linux-scsi@vger.kernel.org
2585 W:      http://www.kernel.dk
2586 S:      Maintained
2587
2588 SCSI SG DRIVER
2589 P:      Doug Gilbert
2590 M:      dgilbert@interlog.com
2591 L:      linux-scsi@vger.kernel.org
2592 W:      http://www.torque.net/sg
2593 S:      Maintained
2594
2595 SCSI SUBSYSTEM
2596 P:      James E.J. Bottomley
2597 M:      James.Bottomley@SteelEye.com
2598 L:      linux-scsi@vger.kernel.org
2599 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2600 S:      Maintained
2601
2602 SCSI TAPE DRIVER
2603 P:      Kai Mäkisara
2604 M:      Kai.Makisara@kolumbus.fi
2605 L:      linux-scsi@vger.kernel.org
2606 S:      Maintained
2607
2608 SCTP PROTOCOL
2609 P: Sridhar Samudrala
2610 M: sri@us.ibm.com
2611 L: lksctp-developers@lists.sourceforge.net
2612 S: Supported
2613
2614 SCx200 CPU SUPPORT
2615 P:      Jim Cromie
2616 M:      jim.cromie@gmail.com
2617 S:      Odd Fixes
2618
2619 SCx200 GPIO DRIVER
2620 P:      Jim Cromie
2621 M:      jim.cromie@gmail.com
2622 S:      Maintained
2623
2624 SCx200 HRT CLOCKSOURCE DRIVER
2625 P:      Jim Cromie
2626 M:      jim.cromie@gmail.com
2627 S:      Maintained
2628
2629 SECURITY CONTACT
2630 P:      Security Officers
2631 M:      security@kernel.org
2632 S:      Supported
2633
2634 SELINUX SECURITY MODULE
2635 P:      Stephen Smalley
2636 M:      sds@tycho.nsa.gov
2637 P:      James Morris
2638 M:      jmorris@namei.org
2639 L:      linux-kernel@vger.kernel.org (kernel issues)
2640 L:      selinux@tycho.nsa.gov (general discussion)
2641 W:      http://www.nsa.gov/selinux
2642 S:      Supported
2643
2644 SERIAL ATA (SATA) SUBSYSTEM:
2645 P:      Jeff Garzik
2646 M:      jgarzik@pobox.com
2647 L:      linux-ide@vger.kernel.org
2648 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2649 S:      Supported
2650
2651 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2652 P:      Pat Gefre
2653 M:      pfg@sgi.com
2654 L:      linux-ia64@vger.kernel.org
2655 S:      Supported
2656
2657 SGI VISUAL WORKSTATION 320 AND 540
2658 P:      Andrey Panin
2659 M:      pazke@donpac.ru
2660 L:      linux-visws-devel@lists.sf.net
2661 W:      http://linux-visws.sf.net
2662 S:      Maintained for 2.6.
2663
2664 SIMTEC EB110ATX (Chalice CATS)
2665 P:      Ben Dooks
2666 P:      Vincent Sanders
2667 M:      support@simtec.co.uk
2668 W:      http://www.simtec.co.uk/products/EB110ATX/
2669 S:      Supported
2670
2671 SIMTEC EB2410ITX (BAST)
2672 P:      Ben Dooks
2673 P:      Vincent Sanders
2674 M:      support@simtec.co.uk
2675 W:      http://www.simtec.co.uk/products/EB2410ITX/
2676 S:      Supported
2677
2678 SIS 190 ETHERNET DRIVER
2679 P:      Francois Romieu
2680 M:      romieu@fr.zoreil.com
2681 L:      netdev@vger.kernel.org
2682 S:      Maintained
2683
2684 SIS 5513 IDE CONTROLLER DRIVER
2685 P:      Lionel Bouton
2686 M:      Lionel.Bouton@inet6.fr
2687 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2688 W:      http://gyver.homeip.net/sis5513/index.html
2689 S:      Maintained
2690
2691 SIS 900/7016 FAST ETHERNET DRIVER
2692 P:      Daniele Venzano
2693 M:      venza@brownhat.org
2694 W:      http://www.brownhat.org/sis900.html
2695 L:      netdev@vger.kernel.org
2696 S:      Maintained
2697
2698 SIS FRAMEBUFFER DRIVER
2699 P:      Thomas Winischhofer
2700 M:      thomas@winischhofer.net
2701 W:      http://www.winischhofer.net/linuxsisvga.shtml
2702 S:      Maintained      
2703
2704 SIS USB2VGA DRIVER
2705 P:      Thomas Winischhofer
2706 M:      thomas@winischhofer.net
2707 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2708 S:      Maintained
2709
2710 SMC91x ETHERNET DRIVER
2711 P:      Nicolas Pitre
2712 M:      nico@cam.org
2713 S:      Maintained
2714
2715 SOFTMAC LAYER (IEEE 802.11)
2716 P:      Johannes Berg
2717 M:      johannes@sipsolutions.net
2718 P:      Joe Jezak
2719 M:      josejx@gentoo.org
2720 P:      Daniel Drake
2721 M:      dsd@gentoo.org
2722 W:      http://softmac.sipsolutions.net/
2723 L:      netdev@vger.kernel.org
2724 S:      Maintained
2725
2726 SOFTWARE RAID (Multiple Disks) SUPPORT
2727 P:      Ingo Molnar
2728 M:      mingo@redhat.com
2729 P:      Neil Brown
2730 M:      neilb@cse.unsw.edu.au
2731 L:      linux-raid@vger.kernel.org
2732 S:      Maintained
2733
2734 SOFTWARE SUSPEND:
2735 P:      Pavel Machek
2736 M:      pavel@suse.cz
2737 L:      linux-pm@osdl.org
2738 S:      Maintained
2739
2740 SONIC NETWORK DRIVER
2741 P:      Thomas Bogendoerfer
2742 M:      tsbogend@alpha.franken.de
2743 L:      netdev@vger.kernel.org
2744 S:      Maintained
2745
2746 SONY VAIO CONTROL DEVICE DRIVER
2747 P:      Stelian Pop
2748 M:      stelian@popies.net
2749 W:      http://popies.net/sonypi/
2750 S:      Maintained
2751
2752 SOUND
2753 P:      Jaroslav Kysela
2754 M:      perex@suse.cz
2755 L:      alsa-devel@alsa-project.org
2756 S:      Maintained
2757
2758 SPI SUBSYSTEM
2759 P:      David Brownell
2760 M:      dbrownell@users.sourceforge.net
2761 L:      spi-devel-general@lists.sourceforge.net
2762 S:      Maintained
2763
2764 STABLE BRANCH:
2765 P:      Greg Kroah-Hartman
2766 M:      greg@kroah.com
2767 P:      Chris Wright
2768 M:      chrisw@sous-sol.org
2769 L:      stable@kernel.org
2770 S:      Maintained
2771
2772 TPM DEVICE DRIVER
2773 P:      Kylene Hall
2774 M:      kjhall@us.ibm.com
2775 W:      http://tpmdd.sourceforge.net
2776 L:      tpmdd-devel@lists.sourceforge.net
2777 S:      Maintained
2778
2779 Telecom Clock Driver for MCPL0010
2780 P: Mark Gross
2781 M: mark.gross@intel.com
2782 S: Supported
2783
2784 TENSILICA XTENSA PORT (xtensa):
2785 P:      Chris Zankel
2786 M:      chris@zankel.net
2787 S:      Maintained
2788
2789 UltraSPARC (sparc64):
2790 P:      David S. Miller
2791 M:      davem@davemloft.net
2792 L:      sparclinux@vger.kernel.org
2793 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2794 S:      Maintained
2795
2796 SHARP LH SUPPORT (LH7952X & LH7A40X)
2797 P:      Marc Singer
2798 M:      elf@buici.com
2799 W:      http://projects.buici.com/arm
2800 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2801 S:      Maintained
2802
2803 SHPC HOTPLUG DRIVER
2804 P:      Kristen Carlson Accardi
2805 M:      kristen.c.accardi@intel.com
2806 L:      pcihpd-discuss@lists.sourceforge.net
2807 S:      Maintained
2808
2809 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2810 P:      Pierre Ossman
2811 M:      drzeus-sdhci@drzeus.cx
2812 L:      sdhci-devel@list.drzeus.cx
2813 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2814 S:      Maintained
2815
2816 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2817 P:      Stephen Hemminger
2818 M:      shemminger@osdl.org
2819 L:      netdev@vger.kernel.org
2820 S:      Maintained
2821
2822 SOEKRIS NET48XX LED SUPPORT
2823 P:      Chris Boot
2824 M:      bootc@bootc.net
2825 S:      Maintained
2826
2827 SPARC (sparc32):
2828 P:      William L. Irwin
2829 M:      wli@holomorphy.com
2830 L:      sparclinux@vger.kernel.org
2831 S:      Maintained
2832
2833 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2834 P:      Roger Wolff
2835 M:      R.E.Wolff@BitWizard.nl
2836 L:      linux-kernel@vger.kernel.org ?
2837 S:      Supported
2838
2839 SPIDERNET NETWORK DRIVER for CELL
2840 P:      Jim Lewis
2841 M:      jim@jklewis.com
2842 L:      netdev@vger.kernel.org
2843 S:      Supported
2844
2845 SRM (Alpha) environment access
2846 P:      Jan-Benedict Glaw
2847 M:      jbglaw@lug-owl.de
2848 L:      linux-kernel@vger.kernel.org
2849 S:      Maintained
2850
2851 STARFIRE/DURALAN NETWORK DRIVER
2852 P:      Ion Badulescu
2853 M:      ionut@cs.columbia.edu
2854 S:      Maintained
2855
2856 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2857 W:      http://mosquitonet.Stanford.EDU/strip.html
2858 S:      Unsupported ?
2859
2860 STRADIS MPEG-2 DECODER DRIVER
2861 P:      Nathan Laredo
2862 M:      laredo@gnu.org
2863 W:      http://www.stradis.com/
2864 S:      Maintained
2865
2866 SUPERH (sh)
2867 P:      Paul Mundt
2868 M:      lethal@linux-sh.org
2869 L:      linuxsh-dev@lists.sourceforge.net (subscribers-only)
2870 W:      http://www.linux-sh.org
2871 S:      Maintained
2872
2873 SUPERH64 (sh64)
2874 P:      Paul Mundt
2875 M:      lethal@linux-sh.org
2876 L:      linuxsh-shmedia-dev@lists.sourceforge.net
2877 W:      http://www.linux-sh.org
2878 S:      Maintained
2879
2880 SUN3/3X
2881 P:      Sam Creasey
2882 M:      sammy@sammy.net
2883 L:      sun3-list@redhat.com
2884 W:      http://sammy.net/sun3/
2885 S:      Maintained
2886
2887 SVGA HANDLING
2888 P:      Martin Mares
2889 M:      mj@ucw.cz
2890 L:      linux-video@atrey.karlin.mff.cuni.cz
2891 S:      Maintained
2892
2893 SYSV FILESYSTEM
2894 P:      Christoph Hellwig
2895 M:      hch@infradead.org
2896 S:      Maintained
2897
2898 TC CLASSIFIER
2899 P:      Jamal Hadi Salim
2900 M:      hadi@cyberus.ca
2901 L:      netdev@vger.kernel.org
2902 S:      Maintained
2903
2904 TCP LOW PRIORITY MODULE
2905 P:      Wong Hoi Sing, Edison
2906 M:      hswong3i@gmail.com
2907 P:      Hung Hing Lun, Mike
2908 M:      hlhung3i@gmail.com
2909 W:      http://tcp-lp-mod.sourceforge.net/
2910 S:      Maintained
2911
2912 TI FLASH MEDIA INTERFACE DRIVER
2913 P:      Alex Dubov
2914 M:      oakad@yahoo.com
2915 S:      Maintained
2916
2917 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2918 P:      Deepak Saxena
2919 M:      dsaxena@plexity.net
2920 S:      Maintained
2921
2922 TASKSTATS STATISTICS INTERFACE
2923 P:      Shailabh Nagar
2924 M:      nagar@watson.ibm.com
2925 L:      linux-kernel@vger.kernel.org
2926 S:      Maintained
2927
2928 TI PARALLEL LINK CABLE DRIVER
2929 P:     Romain Lievin
2930 M:     roms@lpg.ticalc.org
2931 S:     Maintained
2932
2933 TIPC NETWORK LAYER
2934 P:      Per Liden
2935 M:      per.liden@ericsson.com
2936 P:      Jon Maloy
2937 M:      jon.maloy@ericsson.com
2938 P:      Allan Stephens
2939 M:      allan.stephens@windriver.com
2940 L:      tipc-discussion@lists.sourceforge.net
2941 W:      http://tipc.sourceforge.net/
2942 W:      http://tipc.cslab.ericsson.net/
2943 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2944 S:      Maintained
2945
2946 TLAN NETWORK DRIVER
2947 P:      Samuel Chessman
2948 M:      chessman@tux.org
2949 L:      tlan-devel@lists.sourceforge.net
2950 W:      http://sourceforge.net/projects/tlan/
2951 S:      Maintained
2952
2953 TOKEN-RING NETWORK DRIVER
2954 P:      Mike Phillips
2955 M:      mikep@linuxtr.net
2956 L:      netdev@vger.kernel.org
2957 L:      linux-tr@linuxtr.net
2958 W:      http://www.linuxtr.net
2959 S:      Maintained
2960
2961 TOSHIBA ACPI EXTRAS DRIVER
2962 P:      John Belmonte
2963 M:      toshiba_acpi@memebeam.org
2964 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2965 S:      Maintained
2966
2967 TOSHIBA SMM DRIVER
2968 P:      Jonathan Buzzard
2969 M:      jonathan@buzzard.org.uk
2970 L:      tlinux-users@tce.toshiba-dme.co.jp
2971 W:      http://www.buzzard.org.uk/toshiba/
2972 S:      Maintained
2973
2974 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2975 P:      Muli Ben-Yehuda
2976 M:      mulix@mulix.org
2977 L:      linux-kernel@vger.kernel.org
2978 S:      Maintained
2979
2980 TRIVIAL PATCHES
2981 P:      Adrian Bunk
2982 M:      trivial@kernel.org
2983 L:      linux-kernel@vger.kernel.org
2984 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2985 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2986 S:      Maintained
2987
2988 TMS380 TOKEN-RING NETWORK DRIVER
2989 P:      Adam Fritzler
2990 M:      mid@auk.cx
2991 L:      linux-tr@linuxtr.net
2992 W:      http://www.auk.cx/tms380tr/
2993 S:      Maintained
2994
2995 TULIP NETWORK DRIVER
2996 P:      Valerie Henson
2997 M:      val_henson@linux.intel.com
2998 L:      tulip-users@lists.sourceforge.net
2999 W:      http://sourceforge.net/projects/tulip/
3000 S:      Maintained
3001
3002 TUN/TAP driver
3003 P:      Maxim Krasnyansky
3004 M:      maxk@qualcomm.com
3005 L:      vtun@office.satix.net
3006 W:      http://vtun.sourceforge.net/tun
3007 S:      Maintained
3008
3009 U14-34F SCSI DRIVER
3010 P:      Dario Ballabio
3011 M:      ballabio_dario@emc.com
3012 L:      linux-scsi@vger.kernel.org
3013 S:      Maintained
3014
3015 UDF FILESYSTEM
3016 P:      Ben Fennema
3017 M:      bfennema@falcon.csc.calpoly.edu
3018 W:      http://linux-udf.sourceforge.net
3019 S:      Maintained
3020
3021 UNIFORM CDROM DRIVER
3022 P:      Jens Axboe
3023 M:      axboe@kernel.dk
3024 L:      linux-kernel@vger.kernel.org
3025 W:      http://www.kernel.dk
3026 S:      Maintained
3027
3028 USB ACM DRIVER
3029 P:      Oliver Neukum
3030 M:      oliver@neukum.name
3031 L:      linux-usb-users@lists.sourceforge.net
3032 L:      linux-usb-devel@lists.sourceforge.net
3033 S:      Maintained
3034
3035 USB BLOCK DRIVER (UB ub)
3036 P:      Pete Zaitcev
3037 M:      zaitcev@redhat.com
3038 L:      linux-kernel@vger.kernel.org
3039 L:      linux-usb-devel@lists.sourceforge.net
3040 S:      Supported
3041
3042 USB CDC ETHERNET DRIVER
3043 P:      Greg Kroah-Hartman
3044 M:      greg@kroah.com
3045 L:      linux-usb-users@lists.sourceforge.net
3046 L:      linux-usb-devel@lists.sourceforge.net
3047 S:      Maintained
3048 W:      http://www.kroah.com/linux-usb/
3049
3050 USB EHCI DRIVER
3051 P:      David Brownell
3052 M:      dbrownell@users.sourceforge.net
3053 L:      linux-usb-devel@lists.sourceforge.net
3054 S:      Maintained
3055
3056 USB ET61X[12]51 DRIVER
3057 P:      Luca Risolia
3058 M:      luca.risolia@studio.unibo.it
3059 L:      linux-usb-devel@lists.sourceforge.net
3060 L:      video4linux-list@redhat.com
3061 W:      http://www.linux-projects.org
3062 S:      Maintained
3063
3064 USB HID/HIDBP DRIVERS
3065 P:      Vojtech Pavlik
3066 M:      vojtech@suse.cz
3067 L:      linux-usb-users@lists.sourceforge.net
3068 L:      linux-usb-devel@lists.sourceforge.net
3069 S:      Maintained
3070
3071 USB HUB DRIVER
3072 P:      Johannes Erdfelt
3073 M:      johannes@erdfelt.com
3074 L:      linux-usb-users@lists.sourceforge.net
3075 L:      linux-usb-devel@lists.sourceforge.net
3076 S:      Maintained
3077
3078 USB ISP116X DRIVER
3079 P:      Olav Kongas
3080 M:      ok@artecdesign.ee
3081 L:      linux-usb-devel@lists.sourceforge.net
3082 S:      Maintained
3083
3084 USB KAWASAKI LSI DRIVER
3085 P:      Oliver Neukum
3086 M:      oliver@neukum.name
3087 L:      linux-usb-users@lists.sourceforge.net
3088 L:      linux-usb-devel@lists.sourceforge.net
3089 S:      Maintained
3090
3091 USB MASS STORAGE DRIVER
3092 P:      Matthew Dharm
3093 M:      mdharm-usb@one-eyed-alien.net
3094 L:      linux-usb-users@lists.sourceforge.net
3095 L:      usb-storage@lists.one-eyed-alien.net
3096 S:      Maintained
3097 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3098
3099 USB OHCI DRIVER
3100 P:      Roman Weissgaerber
3101 M:      weissg@vienna.at
3102 L:      linux-usb-users@lists.sourceforge.net
3103 L:      linux-usb-devel@lists.sourceforge.net
3104 S:      Maintained
3105
3106 USB OPTION-CARD DRIVER
3107 P:      Matthias Urlichs
3108 M:      smurf@smurf.noris.de
3109 L:      linux-usb-devel@lists.sourceforge.net
3110 S:      Maintained
3111
3112 USB OV511 DRIVER
3113 P:      Mark McClelland
3114 M:      mmcclell@bigfoot.com
3115 L:      linux-usb-users@lists.sourceforge.net
3116 L:      linux-usb-devel@lists.sourceforge.net
3117 W:      http://alpha.dyndns.org/ov511/
3118 S:      Maintained
3119
3120 USB PEGASUS DRIVER
3121 P:      Petko Manolov
3122 M:      petkan@users.sourceforge.net
3123 L:      linux-usb-users@lists.sourceforge.net
3124 L:      linux-usb-devel@lists.sourceforge.net
3125 W:      http://pegasus2.sourceforge.net/
3126 S:      Maintained
3127
3128 USB PRINTER DRIVER
3129 P:      Vojtech Pavlik
3130 M:      vojtech@suse.cz
3131 L:      linux-usb-users@lists.sourceforge.net
3132 L:      linux-usb-devel@lists.sourceforge.net
3133 S:      Maintained
3134
3135 USB RTL8150 DRIVER
3136 P:      Petko Manolov
3137 M:      petkan@users.sourceforge.net
3138 L:      linux-usb-users@lists.sourceforge.net
3139 L:      linux-usb-devel@lists.sourceforge.net
3140 W:      http://pegasus2.sourceforge.net/
3141 S:      Maintained
3142
3143 USB SE401 DRIVER
3144 P:      Jeroen Vreeken
3145 M:      pe1rxq@amsat.org
3146 L:      linux-usb-users@lists.sourceforge.net
3147 L:      linux-usb-devel@lists.sourceforge.net
3148 W:      http://www.chello.nl/~j.vreeken/se401/
3149 S:      Maintained
3150
3151 USB SERIAL CYBERJACK DRIVER
3152 P:      Matthias Bruestle and Harald Welte
3153 M:      support@reiner-sct.com
3154 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3155 S:      Maintained
3156
3157 USB SERIAL DIGI ACCELEPORT DRIVER
3158 P:      Peter Berger and Al Borchers
3159 M:      pberger@brimson.com
3160 M:      alborchers@steinerpoint.com
3161 L:      linux-usb-users@lists.sourceforge.net
3162 L:      linux-usb-devel@lists.sourceforge.net
3163 S:      Maintained
3164
3165 USB SERIAL DRIVER
3166 P:      Greg Kroah-Hartman
3167 M:      gregkh@suse.de
3168 L:      linux-usb-users@lists.sourceforge.net
3169 L:      linux-usb-devel@lists.sourceforge.net
3170 S:      Supported
3171
3172 USB SERIAL BELKIN F5U103 DRIVER
3173 P:      William Greathouse
3174 M:      wgreathouse@smva.com
3175 L:      linux-usb-users@lists.sourceforge.net
3176 L:      linux-usb-devel@lists.sourceforge.net
3177 S:      Maintained
3178
3179 USB SERIAL CYPRESS M8 DRIVER
3180 P:      Lonnie Mendez
3181 M:      dignome@gmail.com
3182 L:      linux-usb-users@lists.sourceforge.net
3183 L:      linux-usb-devel@lists.sourceforge.net
3184 S:      Maintained
3185 W:      http://geocities.com/i0xox0i
3186 W:      http://firstlight.net/cvs
3187
3188 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3189 L:      linux-usb-users@lists.sourceforge.net
3190 L:      linux-usb-devel@lists.sourceforge.net
3191 S:      Maintained
3192
3193 USB AUERSWALD DRIVER
3194 P:      Wolfgang Muees
3195 M:      wolfgang@iksw-muees.de
3196 L:      linux-usb-users@lists.sourceforge.net
3197 L:      linux-usb-devel@lists.sourceforge.net
3198 S:      Maintained
3199
3200 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3201 P:      Gary Brubaker
3202 M:      xavyer@ix.netcom.com
3203 L:      linux-usb-users@lists.sourceforge.net
3204 L:      linux-usb-devel@lists.sourceforge.net
3205 S:      Maintained
3206
3207 USB SERIAL KEYSPAN DRIVER
3208 P:      Greg Kroah-Hartman
3209 M:      greg@kroah.com
3210 L:      linux-usb-users@lists.sourceforge.net
3211 L:      linux-usb-devel@lists.sourceforge.net
3212 W:      http://www.kroah.com/linux/
3213 S:      Maintained
3214
3215 USB SERIAL WHITEHEAT DRIVER
3216 P:      Stuart MacDonald
3217 M:      stuartm@connecttech.com
3218 L:      linux-usb-users@lists.sourceforge.net
3219 L:      linux-usb-devel@lists.sourceforge.net
3220 W:      http://www.connecttech.com
3221 S:      Supported
3222
3223 USB SN9C10x DRIVER
3224 P:      Luca Risolia
3225 M:      luca.risolia@studio.unibo.it
3226 L:      linux-usb-devel@lists.sourceforge.net
3227 L:      video4linux-list@redhat.com
3228 W:      http://www.linux-projects.org
3229 S:      Maintained
3230
3231 USB SUBSYSTEM
3232 P:      Greg Kroah-Hartman
3233 M:      gregkh@suse.de
3234 L:      linux-usb-users@lists.sourceforge.net
3235 L:      linux-usb-devel@lists.sourceforge.net
3236 W:      http://www.linux-usb.org
3237 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3238 S:      Supported
3239
3240 USB UHCI DRIVER
3241 P:      Alan Stern
3242 M:      stern@rowland.harvard.edu
3243 L:      linux-usb-users@lists.sourceforge.net
3244 L:      linux-usb-devel@lists.sourceforge.net
3245 S:      Maintained
3246
3247 USB "USBNET" DRIVER
3248 P:      David Brownell
3249 M:      dbrownell@users.sourceforge.net
3250 L:      linux-usb-devel@lists.sourceforge.net
3251 S:      Maintained
3252
3253 USB W996[87]CF DRIVER
3254 P:      Luca Risolia
3255 M:      luca.risolia@studio.unibo.it
3256 L:      linux-usb-devel@lists.sourceforge.net
3257 L:      video4linux-list@redhat.com
3258 W:      http://www.linux-projects.org
3259 S:      Maintained
3260
3261 USB ZC0301 DRIVER
3262 P:      Luca Risolia
3263 M:      luca.risolia@studio.unibo.it
3264 L:      linux-usb-devel@lists.sourceforge.net
3265 L:      video4linux-list@redhat.com
3266 W:      http://www.linux-projects.org
3267 S:      Maintained
3268
3269 USB ZD1201 DRIVER
3270 P:      Jeroen Vreeken
3271 M:      pe1rxq@amsat.org
3272 L:      linux-usb-users@lists.sourceforge.net
3273 L:      linux-usb-devel@lists.sourceforge.net
3274 W:      http://linux-lc100020.sourceforge.net
3275 S:      Maintained
3276
3277 USER-MODE LINUX
3278 P:      Jeff Dike
3279 M:      jdike@karaya.com
3280 L:      user-mode-linux-devel@lists.sourceforge.net
3281 L:      user-mode-linux-user@lists.sourceforge.net
3282 W:      http://user-mode-linux.sourceforge.net
3283 S:      Maintained
3284         
3285 FAT/VFAT/MSDOS FILESYSTEM:
3286 P:      OGAWA Hirofumi
3287 M:      hirofumi@mail.parknet.co.jp
3288 L:      linux-kernel@vger.kernel.org
3289 S:      Maintained
3290
3291 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3292 P:      Jeff Garzik
3293 S:      Odd fixes
3294
3295 VIA RHINE NETWORK DRIVER
3296 P:      Roger Luethi
3297 M:      rl@hellgate.ch
3298 S:      Maintained
3299
3300 VIAPRO SMBUS DRIVER
3301 P:      Jean Delvare
3302 M:      khali@linux-fr.org
3303 L:      i2c@lm-sensors.org
3304 S:      Maintained
3305
3306 UCLINUX (AND M68KNOMMU)
3307 P:      Greg Ungerer
3308 M:      gerg@uclinux.org
3309 W:      http://www.uclinux.org/
3310 L:      uclinux-dev@uclinux.org  (subscribers-only)
3311 S:      Maintained
3312
3313 UCLINUX FOR NEC V850
3314 P:      Miles Bader
3315 M:      uclinux-v850@lsi.nec.co.jp
3316 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3317 W:      http://www.ee.nec.de/uclinux/
3318 S:      Supported
3319
3320 UCLINUX FOR RENESAS H8/300
3321 P:      Yoshinori Sato
3322 M:      ysato@users.sourceforge.jp
3323 W:      http://uclinux-h8.sourceforge.jp/
3324 S:      Supported
3325
3326 USB DIAMOND RIO500 DRIVER
3327 P:      Cesar Miquel
3328 M:      miquel@df.uba.ar
3329 L:      rio500-users@lists.sourceforge.net
3330 W:      http://rio500.sourceforge.net
3331 S:      Maintained
3332
3333 VIDEO FOR LINUX
3334 P:      Mauro Carvalho Chehab
3335 M:      mchehab@infradead.org
3336 M:      v4l-dvb-maintainer@linuxtv.org
3337 L:      video4linux-list@redhat.com
3338 W:      http://linuxtv.org
3339 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3340 S:      Maintained
3341
3342 VT1211 HARDWARE MONITOR DRIVER
3343 P:      Juerg Haefliger
3344 M:      juergh@gmail.com
3345 L:      lm-sensors@lm-sensors.org
3346 S:      Maintained
3347
3348 VT8231 HARDWARE MONITOR DRIVER
3349 P:      Roger Lucas
3350 M:      roger@planbit.co.uk
3351 L:      lm-sensors@lm-sensors.org
3352 S:      Maintained
3353
3354 W1 DALLAS'S 1-WIRE BUS
3355 P:      Evgeniy Polyakov
3356 M:      johnpol@2ka.mipt.ru
3357 S:      Maintained
3358
3359 W83791D HARDWARE MONITORING DRIVER
3360 P:      Charles Spirakis
3361 M:      bezaur@gmail.com
3362 L:      lm-sensors@lm-sensors.org
3363 S:      Maintained
3364
3365 W83L51xD SD/MMC CARD INTERFACE DRIVER
3366 P:      Pierre Ossman
3367 M:      drzeus-wbsd@drzeus.cx
3368 L:      wbsd-devel@list.drzeus.cx
3369 W:      http://projects.drzeus.cx/wbsd
3370 S:      Maintained
3371
3372 WATCHDOG DEVICE DRIVERS
3373 P:      Wim Van Sebroeck
3374 M:      wim@iguana.be
3375 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3376 S:      Maintained
3377
3378 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3379 P:      Jean Tourrilhes
3380 M:      jt@hpl.hp.com
3381 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3382 S:      Maintained
3383
3384 WD7000 SCSI DRIVER
3385 P:      Miroslav Zagorac
3386 M:      zaga@fly.cc.fer.hr
3387 L:      linux-scsi@vger.kernel.org
3388 S:      Maintained
3389
3390 WISTRON LAPTOP BUTTON DRIVER
3391 P:      Miloslav Trmac
3392 M:      mitr@volny.cz
3393 S:      Maintained
3394
3395 WL3501 WIRELESS PCMCIA CARD DRIVER
3396 P:      Arnaldo Carvalho de Melo
3397 M:      acme@conectiva.com.br
3398 W:      http://advogato.org/person/acme
3399 S:      Maintained
3400
3401 X.25 NETWORK LAYER
3402 P:      Henner Eisen
3403 M:      eis@baty.hanse.de
3404 L:      linux-x25@vger.kernel.org
3405 S:      Maintained
3406
3407 XFS FILESYSTEM
3408 P:      Silicon Graphics Inc
3409 P:      Tim Shimmin, David Chatterton
3410 M:      xfs-masters@oss.sgi.com
3411 L:      xfs@oss.sgi.com
3412 W:      http://oss.sgi.com/projects/xfs
3413 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6
3414 S:      Supported
3415
3416 X86 3-LEVEL PAGING (PAE) SUPPORT
3417 P:      Ingo Molnar
3418 M:      mingo@redhat.com
3419 S:      Maintained
3420
3421 X86-64 port
3422 P:      Andi Kleen
3423 M:      ak@suse.de
3424 L:      discuss@x86-64.org
3425 W:      http://www.x86-64.org
3426 S:      Maintained
3427
3428 YAM DRIVER FOR AX.25
3429 P:      Jean-Paul Roubelat
3430 M:      jpr@f6fbb.org
3431 L:      linux-hams@vger.kernel.org
3432 S:      Maintained
3433
3434 YEALINK PHONE DRIVER
3435 P:      Henk Vergonet
3436 M:      Henk.Vergonet@gmail.com
3437 L:      usbb2k-api-dev@nongnu.org
3438 S:      Maintained
3439
3440 Z8530 DRIVER FOR AX.25
3441 P:      Joerg Reuter
3442 M:      jreuter@yaina.de
3443 W:      http://yaina.de/jreuter/
3444 W:      http://www.qsl.net/dl1bke/
3445 L:      linux-hams@vger.kernel.org
3446 S:      Maintained
3447
3448 ZD1211RW WIRELESS DRIVER
3449 P:      Daniel Drake
3450 M:      dsd@gentoo.org
3451 P:      Ulrich Kunitz
3452 M:      kune@deine-taler.de
3453 W:      http://zd1211.ath.cx/wiki/DriverRewrite
3454 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
3455 S:      Maintained
3456
3457 ZF MACHZ WATCHDOG
3458 P:      Fernando Fuganti
3459 M:      fuganti@netbank.com.br
3460 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3461 S:      Maintained
3462
3463 ZR36067 VIDEO FOR LINUX DRIVER
3464 P:      Ronald Bultje
3465 M:      rbultje@ronald.bitfreak.net
3466 L:      mjpeg-users@lists.sourceforge.net
3467 W:      http://mjpeg.sourceforge.net/driver-zoran/
3468 S:      Maintained
3469
3470 ZR36120 VIDEO FOR LINUX DRIVER
3471 P:      Pauline Middelink
3472 M:      middelin@polyware.nl
3473 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3474 W:      http://www.polyware.nl/~middelin/hobbies.html
3475 S:      Maintained
3476
3477 THE REST
3478 P:      Linus Torvalds
3479 S:      Buried alive in reporters