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