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