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