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