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