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