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