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