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