Pull ec into release branch
[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 SN-IA64 (Itanium) SUB-PLATFORM
1636 P:      Jes Sorensen
1637 M:      jes@sgi.com
1638 L:      linux-altix@sgi.com
1639 L:      linux-ia64@vger.kernel.org
1640 W:      http://www.sgi.com/altix
1641 S:      Maintained
1642
1643 IBM MCA SCSI SUBSYSTEM DRIVER
1644 P:      Michael Lang
1645 M:      langa2@kph.uni-mainz.de
1646 W:      http://www.uni-mainz.de/~langm000/linux.html
1647 S:      Maintained
1648
1649 IBM Power Linux RAID adapter
1650 P:      Brian King
1651 M:      brking@us.ibm.com
1652 S:      Supported
1653
1654 IBM ServeRAID RAID DRIVER
1655 P:      Jack Hammer
1656 P:      Dave Jeffery
1657 M:      ipslinux@adaptec.com
1658 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1659 S:      Supported 
1660
1661 IDE SUBSYSTEM
1662 P:      Bartlomiej Zolnierkiewicz
1663 M:      bzolnier@gmail.com
1664 L:      linux-ide@vger.kernel.org
1665 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1666 S:      Maintained
1667
1668 IDE/ATAPI CDROM DRIVER
1669 P:      Alan Cox
1670 M:      alan@lxorguk.ukuu.org.uk
1671 L:      linux-ide@vger.kernel.org
1672 S:      Maintained
1673
1674 IDE/ATAPI FLOPPY DRIVERS
1675 P:      Paul Bristow
1676 M:      Paul Bristow <paul@paulbristow.net>
1677 W:      http://paulbristow.net/linux/idefloppy.html
1678 L:      linux-kernel@vger.kernel.org
1679 S:      Maintained
1680
1681 IDE/ATAPI TAPE DRIVERS
1682 P:      Gadi Oxman
1683 M:      Gadi Oxman <gadio@netvision.net.il>
1684 L:      linux-kernel@vger.kernel.org
1685 S:      Maintained
1686
1687 IEEE 1394 SUBSYSTEM
1688 P:      Ben Collins
1689 M:      ben.collins@ubuntu.com
1690 P:      Stefan Richter
1691 M:      stefanr@s5r6.in-berlin.de
1692 L:      linux1394-devel@lists.sourceforge.net
1693 W:      http://www.linux1394.org/
1694 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1695 S:      Maintained
1696
1697 IEEE 1394 RAW I/O DRIVER (raw1394)
1698 P:      Dan Dennedy
1699 M:      dan@dennedy.org
1700 P:      Stefan Richter
1701 M:      stefanr@s5r6.in-berlin.de
1702 L:      linux1394-devel@lists.sourceforge.net
1703 S:      Maintained
1704
1705 IMS TWINTURBO FRAMEBUFFER DRIVER
1706 P:      Paul Mundt
1707 M:      lethal@chaoticdreams.org
1708 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1709 S:      Maintained
1710
1711 INFINIBAND SUBSYSTEM
1712 P:      Roland Dreier
1713 M:      rolandd@cisco.com
1714 P:      Sean Hefty
1715 M:      mshefty@ichips.intel.com
1716 P:      Hal Rosenstock
1717 M:      halr@voltaire.com
1718 L:      openib-general@openib.org
1719 W:      http://www.openib.org/
1720 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1721 S:      Supported
1722
1723 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1724 P:      Dmitry Torokhov
1725 M:      dmitry.torokhov@gmail.com
1726 M:      dtor@mail.ru
1727 L:      linux-input@atrey.karlin.mff.cuni.cz
1728 L:      linux-joystick@atrey.karlin.mff.cuni.cz
1729 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1730 S:      Maintained
1731
1732 INOTIFY
1733 P:      John McCutchan
1734 M:      ttb@tentacle.dhs.org
1735 P:      Robert Love
1736 M:      rml@novell.com
1737 L:      linux-kernel@vger.kernel.org
1738 S:      Maintained
1739
1740 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1741 P:      Sylvain Meyer
1742 M:      sylvain.meyer@worldonline.fr
1743 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1744 S:      Maintained
1745
1746 INTEL 810/815 FRAMEBUFFER DRIVER
1747 P:      Antonino Daplas
1748 M:      adaplas@gmail.com
1749 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1750 S:      Maintained
1751
1752 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1753 P:      Ingo Molnar
1754 M:      mingo@redhat.com
1755 S:      Maintained
1756
1757 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1758 P:      Jeff Garzik
1759 M:      jgarzik@pobox.com
1760 W:      http://sourceforge.net/projects/gkernel/
1761 S:      Maintained
1762
1763 INTEL IA32 MICROCODE UPDATE SUPPORT
1764 P:      Tigran Aivazian
1765 M:      tigran@aivazian.fsnet.co.uk
1766 S:      Maintained
1767
1768 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1769 P:      Deepak Saxena
1770 M:      dsaxena@plexity.net
1771 S:      Maintained
1772
1773 INTEL IXP2000 ETHERNET DRIVER
1774 P:      Lennert Buytenhek
1775 M:      kernel@wantstofly.org
1776 L:      netdev@vger.kernel.org
1777 S:      Maintained
1778
1779 INTEL PRO/100 ETHERNET SUPPORT
1780 P:      John Ronciak
1781 M:      john.ronciak@intel.com
1782 P:      Jesse Brandeburg
1783 M:      jesse.brandeburg@intel.com
1784 P:      Jeff Kirsher
1785 M:      jeffrey.t.kirsher@intel.com
1786 P:      Auke Kok
1787 M:      auke-jan.h.kok@intel.com
1788 W:      http://sourceforge.net/projects/e1000/
1789 S:      Supported
1790
1791 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1792 P:      Jeb Cramer
1793 M:      cramerj@intel.com
1794 P:      John Ronciak
1795 M:      john.ronciak@intel.com
1796 P:      Jesse Brandeburg
1797 M:      jesse.brandeburg@intel.com
1798 P:      Jeff Kirsher
1799 M:      jeffrey.t.kirsher@intel.com
1800 P:      Auke Kok
1801 M:      auke-jan.h.kok@intel.com
1802 W:      http://sourceforge.net/projects/e1000/
1803 S:      Supported
1804
1805 INTEL PRO/10GbE SUPPORT
1806 P:      Jeff Kirsher
1807 M:      jeffrey.t.kirsher@intel.com
1808 P:      Ayyappan Veeraiyan
1809 M:      ayyappan.veeraiyan@intel.com
1810 P:      John Ronciak
1811 M:      john.ronciak@intel.com
1812 P:      Jesse Brandeburg
1813 M:      jesse.brandeburg@intel.com
1814 P:      Auke Kok
1815 M:      auke-jan.h.kok@intel.com
1816 W:      http://sourceforge.net/projects/e1000/
1817 S:      Supported
1818
1819 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1820 P:      Yi Zhu
1821 M:      yi.zhu@intel.com
1822 P:      James Ketrenos
1823 M:      jketreno@linux.intel.com
1824 L:      ipw2100-devel@lists.sourceforge.net
1825 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1826 W:      http://ipw2100.sourceforge.net
1827 S:      Supported
1828
1829 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1830 P:      Yi Zhu
1831 M:      yi.zhu@intel.com
1832 P:      James Ketrenos
1833 M:      jketreno@linux.intel.com
1834 L:      ipw2100-devel@lists.sourceforge.net
1835 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1836 W:      http://ipw2200.sourceforge.net
1837 S:      Supported
1838
1839 IOC3 DRIVER
1840 P:      Ralf Baechle
1841 M:      ralf@linux-mips.org
1842 L:      linux-mips@linux-mips.org
1843 S:      Maintained
1844
1845 IP MASQUERADING:
1846 P:      Juanjo Ciarlante
1847 M:      jjciarla@raiz.uncu.edu.ar
1848 S:      Maintained
1849
1850 IPATH DRIVER:
1851 P:      Bryan O'Sullivan
1852 M:      support@pathscale.com
1853 L:      openib-general@openib.org
1854 S:      Supported
1855
1856 IPMI SUBSYSTEM
1857 P:      Corey Minyard
1858 M:      minyard@acm.org
1859 L:      openipmi-developer@lists.sourceforge.net
1860 W:      http://openipmi.sourceforge.net/
1861 S:      Supported
1862
1863 IPX NETWORK LAYER
1864 P:      Arnaldo Carvalho de Melo
1865 M:      acme@conectiva.com.br
1866 L:      netdev@vger.kernel.org
1867 S:      Maintained
1868
1869 IRDA SUBSYSTEM
1870 P:      Samuel Ortiz
1871 M:      samuel@sortiz.org
1872 L:      irda-users@lists.sourceforge.net (subscribers-only)
1873 W:      http://irda.sourceforge.net/
1874 S:      Maintained
1875
1876 ISAPNP
1877 P:      Jaroslav Kysela
1878 M:      perex@suse.cz
1879 S:      Maintained
1880
1881 ISDN SUBSYSTEM
1882 P:      Karsten Keil
1883 M:      kkeil@suse.de
1884 P:      Kai Germaschewski
1885 M:      kai.germaschewski@gmx.de
1886 L:      isdn4linux@listserv.isdn4linux.de
1887 W:      http://www.isdn4linux.de
1888 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1889 S:      Maintained
1890
1891 ISDN SUBSYSTEM (Eicon active card driver)
1892 P:      Armin Schindler
1893 M:      mac@melware.de
1894 L:      isdn4linux@listserv.isdn4linux.de
1895 W:      http://www.melware.de
1896 S:      Maintained
1897
1898 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1899 P:      David Woodhouse
1900 M:      dwmw2@infradead.org
1901 L:      jffs-dev@axis.com
1902 W:      http://sources.redhat.com/jffs2/
1903 S:      Maintained
1904
1905 JFS FILESYSTEM
1906 P:      Dave Kleikamp
1907 M:      shaggy@austin.ibm.com
1908 L:      jfs-discussion@lists.sourceforge.net
1909 W:      http://jfs.sourceforge.net/
1910 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1911 S:      Supported
1912
1913 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
1914 P:      Stephen Tweedie, Andrew Morton
1915 M:      sct@redhat.com, akpm@linux-foundation.org
1916 L:      linux-ext4@vger.kernel.org
1917 S:      Maintained
1918
1919 K8TEMP HARDWARE MONITORING DRIVER
1920 P:      Rudolf Marek
1921 M:      r.marek@assembler.cz
1922 L:      lm-sensors@lm-sensors.org
1923 S:      Maintained
1924
1925 KCONFIG
1926 P:      Roman Zippel
1927 M:      zippel@linux-m68k.org
1928 L:      kbuild-devel@lists.sourceforge.net
1929 S:      Maintained
1930
1931 KDUMP
1932 P:      Vivek Goyal
1933 M:      vgoyal@in.ibm.com
1934 P:      Haren Myneni
1935 M:      hbabu@us.ibm.com
1936 L:      fastboot@lists.linux-foundation.org
1937 L:      linux-kernel@vger.kernel.org
1938 W:      http://lse.sourceforge.net/kdump/
1939 S:      Maintained
1940
1941 KERNEL AUTOMOUNTER (AUTOFS)
1942 P:      H. Peter Anvin
1943 M:      hpa@zytor.com
1944 L:      autofs@linux.kernel.org
1945 S:      Odd Fixes
1946
1947 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1948 P:      Ian Kent
1949 M:      raven@themaw.net
1950 L:      autofs@linux.kernel.org
1951 S:      Maintained
1952
1953 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1954 P:      Kai Germaschewski
1955 M:      kai@germaschewski.name
1956 P:      Sam Ravnborg
1957 M:      sam@ravnborg.org
1958 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1959 S:      Maintained 
1960
1961 KERNEL JANITORS
1962 P:      Several
1963 L:      kernel-janitors@lists.linux-foundation.org
1964 W:      http://www.kerneljanitors.org/
1965 S:      Maintained
1966
1967 KERNEL NFSD
1968 P:      Neil Brown
1969 M:      neilb@suse.de
1970 L:      nfs@lists.sourceforge.net
1971 W:      http://nfs.sourceforge.net/
1972 S:      Supported
1973
1974 KERNEL VIRTUAL MACHINE (KVM)
1975 P:      Avi Kivity
1976 M:      avi@qumranet.com
1977 L:      kvm-devel@lists.sourceforge.net
1978 W:      kvm.sourceforge.net
1979 S:      Supported
1980
1981 KEXEC
1982 P:      Eric Biederman
1983 M:      ebiederm@xmission.com
1984 W:      http://www.xmission.com/~ebiederm/files/kexec/
1985 L:      linux-kernel@vger.kernel.org
1986 L:      fastboot@lists.linux-foundation.org
1987 S:      Maintained
1988
1989 KPROBES
1990 P:      Prasanna S Panchamukhi
1991 M:      prasanna@in.ibm.com
1992 P:      Ananth N Mavinakayanahalli
1993 M:      ananth@in.ibm.com
1994 P:      Anil S Keshavamurthy
1995 M:      anil.s.keshavamurthy@intel.com
1996 P:      David S. Miller
1997 M:      davem@davemloft.net
1998 L:      linux-kernel@vger.kernel.org
1999 S:      Maintained
2000
2001 KS0108 LCD CONTROLLER DRIVER
2002 P:      Miguel Ojeda Sandonis
2003 M:      maxextreme@gmail.com
2004 L:      linux-kernel@vger.kernel.org
2005 S:      Maintained
2006
2007 LAPB module
2008 L:      linux-x25@vger.kernel.org
2009 S:      Orphan
2010
2011 LASI 53c700 driver for PARISC
2012 P:      James E.J. Bottomley
2013 M:      James.Bottomley@HansenPartnership.com
2014 L:      linux-scsi@vger.kernel.org
2015 S:      Maintained
2016
2017 LED SUBSYSTEM
2018 P:      Richard Purdie
2019 M:      rpurdie@rpsys.net
2020 S:      Maintained
2021
2022 LEGO USB Tower driver
2023 P:      Juergen Stuber
2024 M:      starblue@users.sourceforge.net
2025 L:      legousb-devel@lists.sourceforge.net
2026 W:      http://legousb.sourceforge.net/
2027 S:      Maintained
2028
2029 LINUX FOR IBM pSERIES (RS/6000)
2030 P:      Paul Mackerras
2031 M:      paulus@au.ibm.com
2032 W:      http://www.ibm.com/linux/ltc/projects/ppc
2033 S:      Supported
2034
2035 LINUX FOR NCR VOYAGER
2036 P:      James Bottomley
2037 M:      James.Bottomley@HansenPartnership.com
2038 W:      http://www.hansenpartnership.com/voyager
2039 S:      Maintained
2040
2041 LINUX FOR POWERPC
2042 P:      Paul Mackerras
2043 M:      paulus@samba.org
2044 W:      http://www.penguinppc.org/
2045 L:      linuxppc-dev@ozlabs.org
2046 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2047 S:      Supported
2048
2049 LINUX FOR POWER MACINTOSH
2050 P:      Benjamin Herrenschmidt
2051 M:      benh@kernel.crashing.org
2052 W:      http://www.penguinppc.org/
2053 L:      linuxppc-dev@ozlabs.org
2054 S:      Maintained
2055
2056 LINUX FOR POWERPC EMBEDDED MPC52XX
2057 P:      Sylvain Munaut
2058 M:      tnt@246tNt.com
2059 W:      http://www.246tNt.com/mpc52xx/
2060 W:      http://www.penguinppc.org/
2061 L:      linuxppc-dev@ozlabs.org
2062 L:      linuxppc-embedded@ozlabs.org
2063 S:      Maintained
2064
2065 LINUX FOR POWERPC EMBEDDED PPC4XX
2066 P:      Matt Porter
2067 M:      mporter@kernel.crashing.org
2068 W:      http://www.penguinppc.org/
2069 L:      linuxppc-embedded@ozlabs.org
2070 S:      Maintained
2071
2072 LINUX FOR POWERPC BOOT CODE
2073 P:      Tom Rini
2074 M:      trini@kernel.crashing.org
2075 W:      http://www.penguinppc.org/
2076 L:      linuxppc-embedded@ozlabs.org
2077 S:      Maintained
2078
2079 LINUX FOR POWERPC EMBEDDED PPC8XX
2080 P:      Marcelo Tosatti
2081 M:      marcelo@kvack.org
2082 W:      http://www.penguinppc.org/
2083 L:      linuxppc-embedded@ozlabs.org
2084 S:      Maintained
2085
2086 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2087 P:      Kumar Gala
2088 M:      galak@kernel.crashing.org
2089 W:      http://www.penguinppc.org/
2090 L:      linuxppc-embedded@ozlabs.org
2091 S:      Maintained
2092
2093 LINUX FOR POWERPC PA SEMI PWRFICIENT
2094 P:      Olof Johansson
2095 M:      olof@lixom.net
2096 W:      http://www.pasemi.com/
2097 L:      linuxppc-dev@ozlabs.org
2098 S:      Supported
2099
2100 LLC (802.2)
2101 P:      Arnaldo Carvalho de Melo
2102 M:      acme@conectiva.com.br
2103 S:      Maintained
2104
2105 LINUX FOR 64BIT POWERPC
2106 P:      Paul Mackerras
2107 M:      paulus@samba.org
2108 M:      paulus@au.ibm.com
2109 P:      Anton Blanchard
2110 M:      anton@samba.org
2111 M:      anton@au.ibm.com
2112 W:      http://www.penguinppc.org/ppc64/
2113 L:      linuxppc-dev@ozlabs.org
2114 S:      Supported
2115
2116 LINUX SECURITY MODULE (LSM) FRAMEWORK
2117 P:      Chris Wright
2118 M:      chrisw@sous-sol.org
2119 L:      linux-security-module@vger.kernel.org
2120 W:      http://lsm.immunix.org
2121 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2122 S:      Supported
2123
2124 LM83 HARDWARE MONITOR DRIVER
2125 P:      Jean Delvare
2126 M:      khali@linux-fr.org
2127 L:      lm-sensors@lm-sensors.org
2128 S:      Maintained
2129
2130 LM90 HARDWARE MONITOR DRIVER
2131 P:      Jean Delvare
2132 M:      khali@linux-fr.org
2133 L:      lm-sensors@lm-sensors.org
2134 S:      Maintained
2135
2136 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2137 P:      Richard Russon (FlatCap)
2138 M:      ldm@flatcap.org
2139 L:      ldm-devel@lists.sourceforge.net 
2140 W:      http://ldm.sourceforge.net
2141 S:      Maintained
2142
2143 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2144 P:      Eric Moore
2145 M:      Eric.Moore@lsi.com
2146 M:      support@lsi.com
2147 L:      mpt_linux_developer@lsi.com
2148 L:      linux-scsi@vger.kernel.org
2149 W:      http://www.lsilogic.com/support
2150 S:      Supported
2151
2152 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2153 P:      Matthew Wilcox
2154 M:      matthew@wil.cx
2155 L:      linux-scsi@vger.kernel.org
2156 S:      Maintained
2157
2158 M68K ARCHITECTURE
2159 P:      Geert Uytterhoeven
2160 M:      geert@linux-m68k.org
2161 P:      Roman Zippel
2162 M:      zippel@linux-m68k.org
2163 L:      linux-m68k@lists.linux-m68k.org
2164 W:      http://www.linux-m68k.org/
2165 W:      http://linux-m68k-cvs.ubb.ca/
2166 S:      Maintained
2167
2168 M68K ON APPLE MACINTOSH
2169 P:      Joshua Thompson
2170 M:      funaho@jurai.org
2171 W:      http://www.mac.linux-m68k.org/
2172 L:      linux-mac68k@mac.linux-m68k.org
2173 S:      Maintained
2174
2175 M68K ON HP9000/300
2176 P:      Philip Blundell
2177 M:      philb@gnu.org
2178 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2179 S:      Maintained
2180
2181 MARVELL YUKON / SYSKONNECT DRIVER
2182 P:      Mirko Lindner
2183 M:      mlindner@syskonnect.de
2184 P:      Ralph Roesler
2185 M:      rroesler@syskonnect.de
2186 W:      http://www.syskonnect.com
2187 S:      Supported
2188
2189 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2190 P:      Michael Kerrisk
2191 M:      mtk-manpages@gmx.net
2192 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2193 S:      Maintained
2194
2195 MARVELL MV643XX ETHERNET DRIVER
2196 P:      Dale Farnsworth
2197 M:      dale@farnsworth.org
2198 P:      Manish Lachwani
2199 M:      mlachwani@mvista.com
2200 L:      netdev@vger.kernel.org
2201 S:      Odd Fixes for 2.4; Maintained for 2.6.
2202
2203 MATROX FRAMEBUFFER DRIVER
2204 P:      Petr Vandrovec
2205 M:      vandrove@vc.cvut.cz
2206 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2207 S:      Maintained
2208
2209 MEGARAID SCSI DRIVERS
2210 P:      Neela Syam Kolli
2211 M:      Neela.Kolli@engenio.com
2212 S:      linux-scsi@vger.kernel.org
2213 W:      http://megaraid.lsilogic.com
2214 S:      Maintained
2215
2216 MEMORY MANAGEMENT
2217 L:      linux-mm@kvack.org
2218 L:      linux-kernel@vger.kernel.org
2219 W:      http://www.linux-mm.org
2220 S:      Maintained
2221
2222 MEMORY TECHNOLOGY DEVICES (MTD)
2223 P:      David Woodhouse
2224 M:      dwmw2@infradead.org
2225 W:      http://www.linux-mtd.infradead.org/
2226 L:      linux-mtd@lists.infradead.org
2227 T:      git git://git.infradead.org/mtd-2.6.git
2228 S:      Maintained
2229
2230 MICROTEK X6 SCANNER
2231 P:      Oliver Neukum
2232 M:      oliver@neukum.name
2233 S:      Maintained
2234
2235 MIPS
2236 P:      Ralf Baechle
2237 M:      ralf@linux-mips.org
2238 W:      http://www.linux-mips.org/
2239 L:      linux-mips@linux-mips.org
2240 T:      git www.linux-mips.org:/pub/scm/linux.git
2241 S:      Supported
2242
2243 MISCELLANEOUS MCA-SUPPORT
2244 P:      James Bottomley
2245 M:      jejb@steeleye.com
2246 L:      linux-kernel@vger.kernel.org
2247 S:      Maintained
2248
2249 MODULE SUPPORT
2250 P:      Rusty Russell
2251 M:      rusty@rustcorp.com.au
2252 L:      linux-kernel@vger.kernel.org
2253 S:      Maintained
2254
2255 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2256 P:      Stelian Pop
2257 M:      stelian@popies.net
2258 W:      http://popies.net/meye/
2259 S:      Maintained
2260
2261 MOUSE AND MISC DEVICES [GENERAL]
2262 P:      Alessandro Rubini
2263 M:      rubini@ipvvis.unipv.it
2264 L:      linux-kernel@vger.kernel.org
2265 S:      Maintained
2266
2267 MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2268 P:      Jiri Slaby
2269 M:      jirislaby@gmail.com
2270 L:      linux-kernel@vger.kernel.org
2271 S:      Maintained
2272
2273 MSI LAPTOP SUPPORT
2274 P:      Lennart Poettering
2275 M:      mzxreary@0pointer.de
2276 L:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2277 W:      http://0pointer.de/lennart/tchibo.html
2278 S:      Maintained
2279
2280 MTRR AND SIMILAR SUPPORT [i386]
2281 P:      Richard Gooch
2282 M:      rgooch@atnf.csiro.au
2283 L:      linux-kernel@vger.kernel.org
2284 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2285 S:      Maintained
2286
2287 MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2288 P:      Pierre Ossman
2289 M:      drzeus-mmc@drzeus.cx
2290 L:      linux-kernel@vger.kernel.org
2291 S:      Maintained
2292
2293 MULTISOUND SOUND DRIVER
2294 P:      Andrew Veliath
2295 M:      andrewtv@usa.net
2296 S:      Maintained
2297
2298 MULTITECH MULTIPORT CARD (ISICOM)
2299 P:      Jiri Slaby
2300 M:      jirislaby@gmail.com
2301 L:      linux-kernel@vger.kernel.org
2302 S:      Maintained
2303
2304 NATSEMI ETHERNET DRIVER (DP8381x)
2305 P:      Tim Hockin
2306 M:      thockin@hockin.org
2307 S:      Maintained
2308
2309 NCP FILESYSTEM
2310 P:      Petr Vandrovec
2311 M:      vandrove@vc.cvut.cz
2312 L:      linware@sh.cvut.cz
2313 S:      Maintained
2314
2315 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2316 P:      James E.J. Bottomley
2317 M:      James.Bottomley@HansenPartnership.com
2318 L:      linux-scsi@vger.kernel.org
2319 S:      Maintained
2320
2321 NETEM NETWORK EMULATOR
2322 P:      Stephen Hemminger
2323 M:      shemminger@linux-foundation.org
2324 L:      netem@lists.linux-foundation.org
2325 S:      Maintained
2326
2327 NETFILTER/IPTABLES/IPCHAINS
2328 P:      Rusty Russell
2329 P:      Marc Boucher
2330 P:      James Morris
2331 P:      Harald Welte
2332 P:      Jozsef Kadlecsik
2333 P:      Patrick McHardy
2334 M:      kaber@trash.net
2335 L:      netfilter-devel@lists.netfilter.org
2336 L:      netfilter@lists.netfilter.org (subscribers-only)
2337 L:      coreteam@netfilter.org
2338 W:      http://www.netfilter.org/
2339 W:      http://www.iptables.org/
2340 S:      Supported
2341
2342 NETLABEL
2343 P:      Paul Moore
2344 M:      paul.moore@hp.com
2345 W:      http://netlabel.sf.net
2346 L:      netdev@vger.kernel.org
2347 S:      Supported
2348
2349 NETROM NETWORK LAYER
2350 P:      Ralf Baechle
2351 M:      ralf@linux-mips.org
2352 L:      linux-hams@vger.kernel.org
2353 W:      http://www.linux-ax25.org/
2354 S:      Maintained
2355
2356 NETWORK BLOCK DEVICE (NBD)
2357 P:      Paul Clements
2358 M:      Paul.Clements@steeleye.com
2359 S:      Maintained
2360
2361 NETWORK DEVICE DRIVERS
2362 P:      Andrew Morton
2363 M:      akpm@linux-foundation.org
2364 P:      Jeff Garzik
2365 M:      jgarzik@pobox.com
2366 L:      netdev@vger.kernel.org
2367 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2368 S:      Maintained
2369
2370 NETWORKING [GENERAL]
2371 P:      Networking Team
2372 M:      netdev@vger.kernel.org
2373 L:      netdev@vger.kernel.org
2374 W:      http://linux-net.osdl.org/
2375 S:      Maintained
2376
2377 NETWORKING [IPv4/IPv6]
2378 P:      David S. Miller
2379 M:      davem@davemloft.net
2380 P:      Alexey Kuznetsov
2381 M:      kuznet@ms2.inr.ac.ru
2382 P:      Pekka Savola (ipv6)
2383 M:      pekkas@netcore.fi
2384 P:      James Morris
2385 M:      jmorris@namei.org
2386 P:      Hideaki YOSHIFUJI
2387 M:      yoshfuji@linux-ipv6.org
2388 P:      Patrick McHardy
2389 M:      kaber@coreworks.de
2390 L:      netdev@vger.kernel.org
2391 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2392 S:      Maintained
2393
2394 NETWORKING [WIRELESS]
2395 P:      John W. Linville
2396 M:      linville@tuxdriver.com
2397 L:      linux-wireless@vger.kernel.org
2398 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2399 S:      Maintained
2400
2401 NETXEN (1/10) GbE SUPPORT
2402 P:      Amit S. Kale
2403 M:      amitkale@netxen.com
2404 L:      netdev@vger.kernel.org
2405 W:      http://www.netxen.com
2406 S:      Supported
2407
2408 IPVS
2409 P:      Wensong Zhang
2410 M:      wensong@linux-vs.org
2411 P:      Simon Horman
2412 M:      horms@verge.net.au
2413 P:      Julian Anastasov
2414 M:      ja@ssi.bg
2415 L:      netdev@vger.kernel.org
2416 S:      Maintained
2417
2418 NFS CLIENT
2419 P:      Trond Myklebust
2420 M:      trond.myklebust@fys.uio.no
2421 L:      linux-kernel@vger.kernel.org
2422 S:      Maintained
2423
2424 NI5010 NETWORK DRIVER
2425 P:      Jan-Pascal van Best
2426 M:      janpascal@vanbest.org
2427 P:      Andreas Mohr
2428 M:      andi@lisas.de
2429 L:      netdev@vger.kernel.org
2430 S:      Maintained
2431
2432 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2433 P:      YOKOTA Hiroshi
2434 M:      yokota@netlab.is.tsukuba.ac.jp
2435 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2436 S:      Maintained
2437
2438 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2439 P:      GOTO Masanori
2440 M:      gotom@debian.or.jp
2441 P:      YOKOTA Hiroshi
2442 M:      yokota@netlab.is.tsukuba.ac.jp
2443 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2444 S:      Maintained
2445
2446 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2447 P:      Eberhard Moenkeberg
2448 M:      emoenke@gwdg.de
2449 L:      linux-kernel@vger.kernel.org
2450 S:      Maintained
2451
2452 NTFS FILESYSTEM
2453 P:      Anton Altaparmakov
2454 M:      aia21@cantab.net
2455 L:      linux-ntfs-dev@lists.sourceforge.net
2456 L:      linux-kernel@vger.kernel.org
2457 W:      http://linux-ntfs.sf.net/
2458 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2459 S:      Maintained
2460
2461 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2462 P:      Antonino Daplas
2463 M:      adaplas@gmail.com
2464 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2465 S:      Maintained
2466
2467 OPENCORES I2C BUS DRIVER
2468 P:      Peter Korsgaard
2469 M:      jacmet@sunsite.dk
2470 L:      i2c@lm-sensors.org
2471 S:      Maintained
2472
2473 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2474 P:      Mark Fasheh
2475 M:      mark.fasheh@oracle.com
2476 P:      Kurt Hackel
2477 M:      kurt.hackel@oracle.com
2478 L:      ocfs2-devel@oss.oracle.com
2479 W:      http://oss.oracle.com/projects/ocfs2/
2480 S:      Supported       
2481
2482 OLYMPIC NETWORK DRIVER
2483 P:      Peter De Shrijver
2484 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2485 P:      Mike Phillips
2486 M:      mikep@linuxtr.net 
2487 L:      netdev@vger.kernel.org
2488 L:      linux-tr@linuxtr.net
2489 W:      http://www.linuxtr.net
2490 S:      Maintained
2491
2492 OMNIKEY CARDMAN 4000 DRIVER
2493 P:      Harald Welte
2494 M:      laforge@gnumonks.org
2495 S:      Maintained
2496
2497 OMNIKEY CARDMAN 4040 DRIVER
2498 P:      Harald Welte
2499 M:      laforge@gnumonks.org
2500 S:      Maintained
2501
2502 ONSTREAM SCSI TAPE DRIVER
2503 P:      Willem Riede
2504 M:      osst@riede.org
2505 L:      osst-users@lists.sourceforge.net
2506 L:      linux-scsi@vger.kernel.org
2507 S:      Maintained
2508
2509 OPL3-SA2, SA3, and SAx DRIVER
2510 P:      Zwane Mwaikambo
2511 M:      zwane@arm.linux.org.uk
2512 L:      linux-sound@vger.kernel.org
2513 S:      Maintained
2514
2515 OPROFILE
2516 P:      Philippe Elie
2517 M:      phil.el@wanadoo.fr
2518 L:      oprofile-list@lists.sf.net
2519 S:      Maintained
2520
2521 ORINOCO DRIVER
2522 P:      Pavel Roskin
2523 M:      proski@gnu.org
2524 P:      David Gibson
2525 M:      hermes@gibson.dropbear.id.au
2526 L:      orinoco-users@lists.sourceforge.net
2527 L:      orinoco-devel@lists.sourceforge.net
2528 W:      http://www.nongnu.org/orinoco/
2529 S:      Maintained
2530
2531 PA SEMI ETHERNET DRIVER
2532 P:      Olof Johansson
2533 M:      olof@lixom.net
2534 L:      netdev@vger.kernel.org
2535 S:      Maintained
2536
2537 PA SEMI SMBUS DRIVER
2538 P:      Olof Johansson
2539 M:      olof@lixom.net
2540 L:      i2c@lm-sensors.org
2541 S:      Maintained
2542
2543 PARALLEL PORT SUPPORT
2544 L:      linux-parport@lists.infradead.org
2545 S:      Orphan
2546
2547 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2548 P:      Tim Waugh
2549 M:      tim@cyberelk.net
2550 L:      linux-parport@lists.infradead.org
2551 W:      http://www.torque.net/linux-pp.html
2552 S:      Maintained
2553
2554 PARISC ARCHITECTURE
2555 P:      Matthew Wilcox
2556 M:      matthew@wil.cx
2557 P:      Grant Grundler
2558 M:      grundler@parisc-linux.org
2559 P:      Kyle McMartin
2560 M:      kyle@parisc-linux.org
2561 L:      parisc-linux@parisc-linux.org
2562 W:      http://www.parisc-linux.org/
2563 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2564 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2565 S:      Maintained
2566
2567 PC87360 HARDWARE MONITORING DRIVER
2568 P:      Jim Cromie
2569 M:      jim.cromie@gmail.com
2570 L:      lm-sensors@lm-sensors.org
2571 S:      Maintained
2572
2573 PC8736x GPIO DRIVER
2574 P:      Jim Cromie
2575 M:      jim.cromie@gmail.com
2576 S:      Maintained
2577
2578 PCI ERROR RECOVERY
2579 P:      Linas Vepstas
2580 M:      linas@austin.ibm.com
2581 L:      linux-kernel@vger.kernel.org
2582 L:      linux-pci@atrey.karlin.mff.cuni.cz
2583 S:      Supported
2584
2585 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2586 P:      Thomas Sailer
2587 M:      sailer@ife.ee.ethz.ch
2588 L:      linux-sound@vger.kernel.org
2589 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2590 S:      Maintained
2591
2592 PCI SUBSYSTEM
2593 P:      Greg Kroah-Hartman
2594 M:      gregkh@suse.de
2595 L:      linux-kernel@vger.kernel.org
2596 L:      linux-pci@atrey.karlin.mff.cuni.cz
2597 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2598 S:      Supported
2599
2600 PCI HOTPLUG CORE
2601 P:      Kristen Carlson Accardi
2602 M:      kristen.c.accardi@intel.com
2603 S:      Supported
2604
2605 PCI HOTPLUG COMPAQ DRIVER
2606 P:      Greg Kroah-Hartman
2607 M:      greg@kroah.com
2608 S:      Maintained
2609
2610 PCIE HOTPLUG DRIVER
2611 P:      Kristen Carlson Accardi
2612 M:      kristen.c.accardi@intel.com
2613 L:      pcihpd-discuss@lists.sourceforge.net
2614 S:      Supported
2615
2616 PCMCIA SUBSYSTEM
2617 P:      Linux PCMCIA Team
2618 L:      linux-pcmcia@lists.infradead.org
2619 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2620 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2621 S:      Maintained
2622
2623 PCNET32 NETWORK DRIVER
2624 P:      Don Fry
2625 M:      pcnet32@verizon.net
2626 L:      netdev@vger.kernel.org
2627 S:      Maintained
2628
2629 PER-TASK DELAY ACCOUNTING
2630 P:      Shailabh Nagar
2631 M:      nagar@watson.ibm.com
2632 L:      linux-kernel@vger.kernel.org
2633 S:      Maintained
2634
2635 PERSONALITY HANDLING
2636 P:      Christoph Hellwig
2637 M:      hch@infradead.org
2638 L:      linux-abi-devel@lists.sourceforge.net
2639 S:      Maintained
2640
2641 PHRAM MTD DRIVER
2642 P:      Jörn Engel
2643 M:      joern@wh.fh-wedel.de
2644 L:      linux-mtd@lists.infradead.org
2645 S:      Maintained
2646
2647 PKTCDVD DRIVER
2648 P:      Peter Osterlund
2649 M:      petero2@telia.com
2650 L:      linux-kernel@vger.kernel.org
2651 S:      Maintained
2652
2653 POSIX CLOCKS and TIMERS
2654 P:      George Anzinger
2655 M:      george@mvista.com
2656 L:      linux-kernel@vger.kernel.org
2657 S:      Supported
2658
2659 POWERPC 4xx EMAC DRIVER
2660 P:      Eugene Surovegin
2661 M:      ebs@ebshome.net
2662 W:      http://kernel.ebshome.net/emac/
2663 L:      linuxppc-embedded@ozlabs.org
2664 L:      netdev@vger.kernel.org
2665 S:      Maintained
2666
2667 PNP SUPPORT
2668 P:      Adam Belay
2669 M:      ambx1@neo.rr.com
2670 S:      Maintained
2671
2672 PNXxxxx I2C DRIVER
2673 P:      Vitaly Wool
2674 M:      vitalywool@gmail.com
2675 L:      i2c@lm-sensors.org
2676 S:      Maintained
2677
2678 PPP PROTOCOL DRIVERS AND COMPRESSORS
2679 P:      Paul Mackerras
2680 M:      paulus@samba.org
2681 L:      linux-ppp@vger.kernel.org
2682 S:      Maintained
2683
2684 PPP OVER ATM (RFC 2364)
2685 P:      Mitchell Blank Jr
2686 M:      mitch@sfgoth.com
2687 S:      Maintained
2688
2689 PPP OVER ETHERNET
2690 P:      Michal Ostrowski
2691 M:      mostrows@speakeasy.net
2692 S:      Maintained
2693
2694 PREEMPTIBLE KERNEL
2695 P:      Robert Love
2696 M:      rml@tech9.net
2697 L:      linux-kernel@vger.kernel.org
2698 L:      kpreempt-tech@lists.sourceforge.net
2699 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2700 S:      Supported
2701
2702 PRISM54 WIRELESS DRIVER
2703 P:      Prism54 Development Team
2704 M:      developers@islsm.org
2705 L:      netdev@vger.kernel.org
2706 W:      http://prism54.org
2707 S:      Maintained
2708
2709 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2710 P:      Peter Denison
2711 M:      promise@pnd-pc.demon.co.uk
2712 W:      http://www.pnd-pc.demon.co.uk/promise/
2713 S:      Maintained
2714
2715 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2716 P:      Mikael Pettersson
2717 M:      mikpe@it.uu.se
2718 L:      linux-ide@vger.kernel.org
2719 S:      Maintained
2720
2721 PS3 PLATFORM SUPPORT
2722 P:      Geoff Levand
2723 M:      geoffrey.levand@am.sony.com
2724 L:      linuxppc-dev@ozlabs.org
2725 L:      cbe-oss-dev@ozlabs.org
2726 S:      Supported
2727
2728 PVRUSB2 VIDEO4LINUX DRIVER
2729 P:      Mike Isely
2730 M:      isely@pobox.com
2731 L:      pvrusb2@isely.net       (subscribers-only)
2732 L:      video4linux-list@redhat.com
2733 W:      http://www.isely.net/pvrusb2/
2734 S:      Maintained
2735
2736 PXA2xx SUPPORT
2737 P:      Nicolas Pitre
2738 M:      nico@cam.org
2739 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2740 S:      Maintained
2741
2742 QLOGIC QLA2XXX FC-SCSI DRIVER
2743 P:      Andrew Vasquez
2744 M:      linux-driver@qlogic.com
2745 L:      linux-scsi@vger.kernel.org
2746 S:      Supported
2747
2748 QLOGIC QLA3XXX NETWORK DRIVER
2749 P:      Ron Mercer
2750 M:      linux-driver@qlogic.com
2751 L:      netdev@vger.kernel.org
2752 S:      Supported
2753
2754 QNX4 FILESYSTEM
2755 P:      Anders Larsen
2756 M:      al@alarsen.net
2757 L:      linux-kernel@vger.kernel.org
2758 W:      http://www.alarsen.net/linux/qnx4fs/
2759 S:      Maintained
2760
2761 RADEON FRAMEBUFFER DISPLAY DRIVER
2762 P:      Benjamin Herrenschmidt
2763 M:      benh@kernel.crashing.org
2764 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2765 S:      Maintained
2766
2767 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2768 P:      Paul Mackerras
2769 M:      paulus@samba.org
2770 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2771 S:      Maintained
2772
2773 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2774 P:      Corey Thomas
2775 M:      corey@world.std.com
2776 L:      linux-kernel@vger.kernel.org
2777 S:      Maintained
2778
2779 RANDOM NUMBER DRIVER
2780 P:      Matt Mackall
2781 M:      mpm@selenic.com
2782 S:      Maintained
2783
2784 RAPIDIO SUBSYSTEM
2785 P:      Matt Porter
2786 M:      mporter@kernel.crashing.org
2787 L:      linux-kernel@vger.kernel.org
2788 S:      Maintained
2789
2790 READ-COPY UPDATE (RCU)
2791 P:      Dipankar Sarma
2792 M:      dipankar@in.ibm.com
2793 W:      http://www.rdrop.com/users/paulmck/rclock/
2794 L:      linux-kernel@vger.kernel.org
2795 S:      Supported
2796
2797 RCUTORTURE MODULE
2798 P:      Josh Triplett
2799 M:      josh@freedesktop.org
2800 L:      linux-kernel@vger.kernel.org
2801 S:      Maintained
2802
2803 REAL TIME CLOCK DRIVER
2804 P:      Paul Gortmaker
2805 M:      p_gortmaker@yahoo.com
2806 L:      linux-kernel@vger.kernel.org
2807 S:      Maintained
2808
2809 REAL TIME CLOCK (RTC) SUBSYSTEM
2810 P:      Alessandro Zummo
2811 M:      a.zummo@towertech.it
2812 L:      rtc-linux@googlegroups.com
2813 S:      Maintained
2814
2815 REISERFS FILE SYSTEM
2816 P:      Hans Reiser
2817 M:      reiserfs-dev@namesys.com
2818 L:      reiserfs-list@namesys.com
2819 W:      http://www.namesys.com
2820 S:      Supported
2821
2822 ROCKETPORT DRIVER
2823 P:      Comtrol Corp.
2824 W:      http://www.comtrol.com
2825 S:      Maintained
2826
2827 ROSE NETWORK LAYER
2828 P:      Ralf Baechle
2829 M:      ralf@linux-mips.org
2830 L:      linux-hams@vger.kernel.org
2831 W:      http://www.linux-ax25.org/
2832 S:      Maintained
2833
2834 RISCOM8 DRIVER
2835 S:      Orphan
2836
2837 S3 SAVAGE FRAMEBUFFER DRIVER
2838 P:      Antonino Daplas
2839 M:      adaplas@gmail.com
2840 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2841 S:      Maintained
2842
2843 S390
2844 P:      Martin Schwidefsky
2845 M:      schwidefsky@de.ibm.com
2846 P:      Heiko Carstens
2847 M:      heiko.carstens@de.ibm.com
2848 M:      linux390@de.ibm.com
2849 L:      linux-s390@vger.kernel.org
2850 W:      http://www.ibm.com/developerworks/linux/linux390/
2851 S:      Supported
2852
2853 S390 NETWORK DRIVERS
2854 P:      Frank Pavlic
2855 M:      fpavlic@de.ibm.com
2856 M:      linux390@de.ibm.com
2857 L:      linux-s390@vger.kernel.org
2858 W:      http://www.ibm.com/developerworks/linux/linux390/
2859 S:      Supported
2860
2861 S390 ZFCP DRIVER
2862 P:      Swen Schillig
2863 M:      swen@vnet.ibm.com
2864 M:      linux390@de.ibm.com
2865 L:      linux-s390@vger.kernel.org
2866 W:      http://www.ibm.com/developerworks/linux/linux390/
2867 S:      Supported
2868
2869 SAA7146 VIDEO4LINUX-2 DRIVER
2870 P:      Michael Hunold
2871 M:      michael@mihu.de
2872 W:      http://www.mihu.de/linux/saa7146
2873 S:      Maintained
2874
2875 SBPCD CDROM DRIVER
2876 P:      Eberhard Moenkeberg
2877 M:      emoenke@gwdg.de
2878 L:      linux-kernel@vger.kernel.org
2879 S:      Maintained
2880
2881 SC1200 WDT DRIVER
2882 P:      Zwane Mwaikambo
2883 M:      zwane@arm.linux.org.uk
2884 S:      Maintained
2885
2886 SCHEDULER
2887 P:      Ingo Molnar
2888 M:      mingo@elte.hu
2889 P:      Robert Love    [the preemptible kernel bits]
2890 M:      rml@tech9.net
2891 L:      linux-kernel@vger.kernel.org
2892 S:      Maintained
2893
2894 SCSI CDROM DRIVER
2895 P:      Jens Axboe
2896 M:      axboe@kernel.dk
2897 L:      linux-scsi@vger.kernel.org
2898 W:      http://www.kernel.dk
2899 S:      Maintained
2900
2901 SCSI SG DRIVER
2902 P:      Doug Gilbert
2903 M:      dgilbert@interlog.com
2904 L:      linux-scsi@vger.kernel.org
2905 W:      http://www.torque.net/sg
2906 S:      Maintained
2907
2908 SCSI SUBSYSTEM
2909 P:      James E.J. Bottomley
2910 M:      James.Bottomley@SteelEye.com
2911 L:      linux-scsi@vger.kernel.org
2912 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2913 S:      Maintained
2914
2915 SCSI TAPE DRIVER
2916 P:      Kai Mäkisara
2917 M:      Kai.Makisara@kolumbus.fi
2918 L:      linux-scsi@vger.kernel.org
2919 S:      Maintained
2920
2921 SCTP PROTOCOL
2922 P:      Vlad Yasevich
2923 M:      vladislav.yasevich@hp.com
2924 P:      Sridhar Samudrala
2925 M:      sri@us.ibm.com
2926 L:      lksctp-developers@lists.sourceforge.net
2927 W:      http://lksctp.sourceforge.net
2928 S:      Supported
2929
2930 SCx200 CPU SUPPORT
2931 P:      Jim Cromie
2932 M:      jim.cromie@gmail.com
2933 S:      Odd Fixes
2934
2935 SCx200 GPIO DRIVER
2936 P:      Jim Cromie
2937 M:      jim.cromie@gmail.com
2938 S:      Maintained
2939
2940 SCx200 HRT CLOCKSOURCE DRIVER
2941 P:      Jim Cromie
2942 M:      jim.cromie@gmail.com
2943 S:      Maintained
2944
2945 SECURITY CONTACT
2946 P:      Security Officers
2947 M:      security@kernel.org
2948 S:      Supported
2949
2950 SELINUX SECURITY MODULE
2951 P:      Stephen Smalley
2952 M:      sds@tycho.nsa.gov
2953 P:      James Morris
2954 M:      jmorris@namei.org
2955 L:      linux-kernel@vger.kernel.org (kernel issues)
2956 L:      selinux@tycho.nsa.gov (general discussion)
2957 W:      http://www.nsa.gov/selinux
2958 S:      Supported
2959
2960 SERIAL ATA (SATA) SUBSYSTEM:
2961 P:      Jeff Garzik
2962 M:      jgarzik@pobox.com
2963 L:      linux-ide@vger.kernel.org
2964 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2965 S:      Supported
2966
2967 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2968 P:      Pat Gefre
2969 M:      pfg@sgi.com
2970 L:      linux-ia64@vger.kernel.org
2971 S:      Supported
2972
2973 SGI VISUAL WORKSTATION 320 AND 540
2974 P:      Andrey Panin
2975 M:      pazke@donpac.ru
2976 L:      linux-visws-devel@lists.sf.net
2977 W:      http://linux-visws.sf.net
2978 S:      Maintained for 2.6.
2979
2980 SIMTEC EB110ATX (Chalice CATS)
2981 P:      Ben Dooks
2982 P:      Vincent Sanders
2983 M:      support@simtec.co.uk
2984 W:      http://www.simtec.co.uk/products/EB110ATX/
2985 S:      Supported
2986
2987 SIMTEC EB2410ITX (BAST)
2988 P:      Ben Dooks
2989 P:      Vincent Sanders
2990 M:      support@simtec.co.uk
2991 W:      http://www.simtec.co.uk/products/EB2410ITX/
2992 S:      Supported
2993
2994 SIS 190 ETHERNET DRIVER
2995 P:      Francois Romieu
2996 M:      romieu@fr.zoreil.com
2997 L:      netdev@vger.kernel.org
2998 S:      Maintained
2999
3000 SIS 5513 IDE CONTROLLER DRIVER
3001 P:      Lionel Bouton
3002 M:      Lionel.Bouton@inet6.fr
3003 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3004 W:      http://gyver.homeip.net/sis5513/index.html
3005 S:      Maintained
3006
3007 SIS 900/7016 FAST ETHERNET DRIVER
3008 P:      Daniele Venzano
3009 M:      venza@brownhat.org
3010 W:      http://www.brownhat.org/sis900.html
3011 L:      netdev@vger.kernel.org
3012 S:      Maintained
3013
3014 SIS FRAMEBUFFER DRIVER
3015 P:      Thomas Winischhofer
3016 M:      thomas@winischhofer.net
3017 W:      http://www.winischhofer.net/linuxsisvga.shtml
3018 S:      Maintained      
3019
3020 SIS USB2VGA DRIVER
3021 P:      Thomas Winischhofer
3022 M:      thomas@winischhofer.net
3023 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3024 S:      Maintained
3025
3026 SMC91x ETHERNET DRIVER
3027 P:      Nicolas Pitre
3028 M:      nico@cam.org
3029 S:      Maintained
3030
3031 SOFTMAC LAYER (IEEE 802.11)
3032 P:      Johannes Berg
3033 M:      johannes@sipsolutions.net
3034 P:      Joe Jezak
3035 M:      josejx@gentoo.org
3036 P:      Daniel Drake
3037 M:      dsd@gentoo.org
3038 W:      http://softmac.sipsolutions.net/
3039 L:      netdev@vger.kernel.org
3040 S:      Maintained
3041
3042 SOFTWARE RAID (Multiple Disks) SUPPORT
3043 P:      Ingo Molnar
3044 M:      mingo@redhat.com
3045 P:      Neil Brown
3046 M:      neilb@suse.de
3047 L:      linux-raid@vger.kernel.org
3048 S:      Supported
3049
3050 SOFTWARE SUSPEND:
3051 P:      Pavel Machek
3052 M:      pavel@suse.cz
3053 L:      linux-pm@lists.linux-foundation.org
3054 S:      Maintained
3055
3056 SONIC NETWORK DRIVER
3057 P:      Thomas Bogendoerfer
3058 M:      tsbogend@alpha.franken.de
3059 L:      netdev@vger.kernel.org
3060 S:      Maintained
3061
3062 SONY VAIO CONTROL DEVICE DRIVER
3063 P:      Mattia Dongili
3064 M:      malattia@linux.it
3065 L:      linux-acpi@vger.kernel.org
3066 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3067 S:      Maintained
3068
3069 SOUND
3070 P:      Jaroslav Kysela
3071 M:      perex@suse.cz
3072 L:      alsa-devel@alsa-project.org
3073 S:      Maintained
3074
3075 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3076 P:      Liam Girdwood
3077 M:      liam.girdwood@wolfsonmicro.com
3078 L:      alsa-devel@alsa-project.org
3079 S:      Supported
3080
3081 SPI SUBSYSTEM
3082 P:      David Brownell
3083 M:      dbrownell@users.sourceforge.net
3084 L:      spi-devel-general@lists.sourceforge.net
3085 S:      Maintained
3086
3087 STABLE BRANCH:
3088 P:      Greg Kroah-Hartman
3089 M:      greg@kroah.com
3090 P:      Chris Wright
3091 M:      chrisw@sous-sol.org
3092 L:      stable@kernel.org
3093 S:      Maintained
3094
3095 TPM DEVICE DRIVER
3096 P:      Kylene Hall
3097 M:      kjhall@us.ibm.com
3098 W:      http://tpmdd.sourceforge.net
3099 P:      Marcel Selhorst
3100 M:      tpm@selhorst.net
3101 W:      http://www.prosec.rub.de/tpm/
3102 L:      tpmdd-devel@lists.sourceforge.net
3103 S:      Maintained
3104
3105 Telecom Clock Driver for MCPL0010
3106 P:      Mark Gross
3107 M:      mark.gross@intel.com
3108 S:      Supported
3109
3110 TENSILICA XTENSA PORT (xtensa):
3111 P:      Chris Zankel
3112 M:      chris@zankel.net
3113 S:      Maintained
3114
3115 THINKPAD ACPI EXTRAS DRIVER
3116 P:      Henrique de Moraes Holschuh
3117 M:      ibm-acpi@hmh.eng.br
3118 L:      ibm-acpi-devel@lists.sourceforge.net
3119 W:      http://ibm-acpi.sourceforge.net
3120 W:      http://thinkwiki.org/wiki/Ibm-acpi
3121 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3122 S:      Maintained
3123
3124 UltraSPARC (sparc64):
3125 P:      David S. Miller
3126 M:      davem@davemloft.net
3127 L:      sparclinux@vger.kernel.org
3128 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3129 S:      Maintained
3130
3131 SHARP LH SUPPORT (LH7952X & LH7A40X)
3132 P:      Marc Singer
3133 M:      elf@buici.com
3134 W:      http://projects.buici.com/arm
3135 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3136 S:      Maintained
3137
3138 SHPC HOTPLUG DRIVER
3139 P:      Kristen Carlson Accardi
3140 M:      kristen.c.accardi@intel.com
3141 L:      pcihpd-discuss@lists.sourceforge.net
3142 S:      Supported
3143
3144 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3145 P:      Pierre Ossman
3146 M:      drzeus-sdhci@drzeus.cx
3147 L:      sdhci-devel@list.drzeus.cx
3148 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3149 S:      Maintained
3150
3151 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3152 P:      Stephen Hemminger
3153 M:      shemminger@linux-foundation.org
3154 L:      netdev@vger.kernel.org
3155 S:      Maintained
3156
3157 SOEKRIS NET48XX LED SUPPORT
3158 P:      Chris Boot
3159 M:      bootc@bootc.net
3160 S:      Maintained
3161
3162 SPARC (sparc32):
3163 P:      William L. Irwin
3164 M:      wli@holomorphy.com
3165 L:      sparclinux@vger.kernel.org
3166 S:      Maintained
3167
3168 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3169 P:      Roger Wolff
3170 M:      R.E.Wolff@BitWizard.nl
3171 L:      linux-kernel@vger.kernel.org ?
3172 S:      Supported
3173
3174 SPIDERNET NETWORK DRIVER for CELL
3175 P:      Linas Vepstas
3176 M:      linas@austin.ibm.com
3177 L:      netdev@vger.kernel.org
3178 S:      Supported
3179
3180 SRM (Alpha) environment access
3181 P:      Jan-Benedict Glaw
3182 M:      jbglaw@lug-owl.de
3183 L:      linux-kernel@vger.kernel.org
3184 S:      Maintained
3185
3186 STARFIRE/DURALAN NETWORK DRIVER
3187 P:      Ion Badulescu
3188 M:      ionut@cs.columbia.edu
3189 S:      Maintained
3190
3191 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3192 W:      http://mosquitonet.Stanford.EDU/strip.html
3193 S:      Unsupported ?
3194
3195 STRADIS MPEG-2 DECODER DRIVER
3196 P:      Nathan Laredo
3197 M:      laredo@gnu.org
3198 W:      http://www.stradis.com/
3199 S:      Maintained
3200
3201 SUPERH (sh)
3202 P:      Paul Mundt
3203 M:      lethal@linux-sh.org
3204 L:      linuxsh-dev@lists.sourceforge.net (subscribers-only)
3205 W:      http://www.linux-sh.org
3206 S:      Maintained
3207
3208 SUPERH64 (sh64)
3209 P:      Paul Mundt
3210 M:      lethal@linux-sh.org
3211 L:      linuxsh-shmedia-dev@lists.sourceforge.net
3212 W:      http://www.linux-sh.org
3213 S:      Maintained
3214
3215 SUN3/3X
3216 P:      Sam Creasey
3217 M:      sammy@sammy.net
3218 W:      http://sammy.net/sun3/
3219 S:      Maintained
3220
3221 SVGA HANDLING
3222 P:      Martin Mares
3223 M:      mj@ucw.cz
3224 L:      linux-video@atrey.karlin.mff.cuni.cz
3225 S:      Maintained
3226
3227 SYSV FILESYSTEM
3228 P:      Christoph Hellwig
3229 M:      hch@infradead.org
3230 S:      Maintained
3231
3232 TC CLASSIFIER
3233 P:      Jamal Hadi Salim
3234 M:      hadi@cyberus.ca
3235 L:      netdev@vger.kernel.org
3236 S:      Maintained
3237
3238 TCP LOW PRIORITY MODULE
3239 P:      Wong Hoi Sing, Edison
3240 M:      hswong3i@gmail.com
3241 P:      Hung Hing Lun, Mike
3242 M:      hlhung3i@gmail.com
3243 W:      http://tcp-lp-mod.sourceforge.net/
3244 S:      Maintained
3245
3246 TI FLASH MEDIA INTERFACE DRIVER
3247 P:      Alex Dubov
3248 M:      oakad@yahoo.com
3249 S:      Maintained
3250
3251 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3252 P:      Deepak Saxena
3253 M:      dsaxena@plexity.net
3254 S:      Maintained
3255
3256 TASKSTATS STATISTICS INTERFACE
3257 P:      Shailabh Nagar
3258 M:      nagar@watson.ibm.com
3259 L:      linux-kernel@vger.kernel.org
3260 S:      Maintained
3261
3262 TI PARALLEL LINK CABLE DRIVER
3263 P:      Romain Lievin
3264 M:      roms@lpg.ticalc.org
3265 S:      Maintained
3266
3267 TIPC NETWORK LAYER
3268 P:      Per Liden
3269 M:      per.liden@ericsson.com
3270 P:      Jon Maloy
3271 M:      jon.maloy@ericsson.com
3272 P:      Allan Stephens
3273 M:      allan.stephens@windriver.com
3274 L:      tipc-discussion@lists.sourceforge.net
3275 W:      http://tipc.sourceforge.net/
3276 W:      http://tipc.cslab.ericsson.net/
3277 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3278 S:      Maintained
3279
3280 TLAN NETWORK DRIVER
3281 P:      Samuel Chessman
3282 M:      chessman@tux.org
3283 L:      tlan-devel@lists.sourceforge.net
3284 W:      http://sourceforge.net/projects/tlan/
3285 S:      Maintained
3286
3287 TOKEN-RING NETWORK DRIVER
3288 P:      Mike Phillips
3289 M:      mikep@linuxtr.net
3290 L:      netdev@vger.kernel.org
3291 L:      linux-tr@linuxtr.net
3292 W:      http://www.linuxtr.net
3293 S:      Maintained
3294
3295 TOSHIBA ACPI EXTRAS DRIVER
3296 P:      John Belmonte
3297 M:      toshiba_acpi@memebeam.org
3298 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3299 S:      Maintained
3300
3301 TOSHIBA SMM DRIVER
3302 P:      Jonathan Buzzard
3303 M:      jonathan@buzzard.org.uk
3304 L:      tlinux-users@tce.toshiba-dme.co.jp
3305 W:      http://www.buzzard.org.uk/toshiba/
3306 S:      Maintained
3307
3308 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3309 P:      Muli Ben-Yehuda
3310 M:      mulix@mulix.org
3311 L:      linux-kernel@vger.kernel.org
3312 S:      Maintained
3313
3314 TRIVIAL PATCHES
3315 P:      Adrian Bunk
3316 M:      trivial@kernel.org
3317 L:      linux-kernel@vger.kernel.org
3318 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3319 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3320 S:      Maintained
3321
3322 TMS380 TOKEN-RING NETWORK DRIVER
3323 P:      Adam Fritzler
3324 M:      mid@auk.cx
3325 L:      linux-tr@linuxtr.net
3326 W:      http://www.auk.cx/tms380tr/
3327 S:      Maintained
3328
3329 TULIP NETWORK DRIVER
3330 P:      Valerie Henson
3331 M:      val_henson@linux.intel.com
3332 L:      tulip-users@lists.sourceforge.net
3333 W:      http://sourceforge.net/projects/tulip/
3334 S:      Maintained
3335
3336 TUN/TAP driver
3337 P:      Maxim Krasnyansky
3338 M:      maxk@qualcomm.com
3339 L:      vtun@office.satix.net
3340 W:      http://vtun.sourceforge.net/tun
3341 S:      Maintained
3342
3343 TURBOCHANNEL SUBSYSTEM
3344 P:      Maciej W. Rozycki
3345 M:      macro@linux-mips.org
3346 S:      Maintained
3347
3348 U14-34F SCSI DRIVER
3349 P:      Dario Ballabio
3350 M:      ballabio_dario@emc.com
3351 L:      linux-scsi@vger.kernel.org
3352 S:      Maintained
3353
3354 UDF FILESYSTEM
3355 P:      Ben Fennema
3356 M:      bfennema@falcon.csc.calpoly.edu
3357 W:      http://linux-udf.sourceforge.net
3358 S:      Maintained
3359
3360 UNIFORM CDROM DRIVER
3361 P:      Jens Axboe
3362 M:      axboe@kernel.dk
3363 L:      linux-kernel@vger.kernel.org
3364 W:      http://www.kernel.dk
3365 S:      Maintained
3366
3367 USB ACM DRIVER
3368 P:      Oliver Neukum
3369 M:      oliver@neukum.name
3370 L:      linux-usb-users@lists.sourceforge.net
3371 L:      linux-usb-devel@lists.sourceforge.net
3372 S:      Maintained
3373
3374 USB BLOCK DRIVER (UB ub)
3375 P:      Pete Zaitcev
3376 M:      zaitcev@redhat.com
3377 L:      linux-kernel@vger.kernel.org
3378 L:      linux-usb-devel@lists.sourceforge.net
3379 S:      Supported
3380
3381 USB CDC ETHERNET DRIVER
3382 P:      Greg Kroah-Hartman
3383 M:      greg@kroah.com
3384 L:      linux-usb-users@lists.sourceforge.net
3385 L:      linux-usb-devel@lists.sourceforge.net
3386 S:      Maintained
3387 W:      http://www.kroah.com/linux-usb/
3388
3389 USB DAVICOM DM9601 DRIVER
3390 P:      Peter Korsgaard
3391 M:      jacmet@sunsite.dk
3392 L:      linux-usb-devel@lists.sourceforge.net
3393 W:      http://www.linux-usb.org/usbnet
3394 S:      Maintained
3395
3396 USB EHCI DRIVER
3397 P:      David Brownell
3398 M:      dbrownell@users.sourceforge.net
3399 L:      linux-usb-devel@lists.sourceforge.net
3400 S:      Odd Fixes
3401
3402 USB ET61X[12]51 DRIVER
3403 P:      Luca Risolia
3404 M:      luca.risolia@studio.unibo.it
3405 L:      linux-usb-devel@lists.sourceforge.net
3406 L:      video4linux-list@redhat.com
3407 W:      http://www.linux-projects.org
3408 S:      Maintained
3409
3410 USB GADGET/PERIPHERAL SUBSYSTEM
3411 P:      David Brownell
3412 M:      dbrownell@users.sourceforge.net
3413 L:      linux-usb-devel@lists.sourceforge.net
3414 W:      http://www.linux-usb.org/gadget
3415 S:      Maintained
3416
3417 USB HID/HIDBP DRIVERS
3418 P:      Jiri Kosina
3419 M:      jkosina@suse.cz
3420 L:      linux-usb-devel@lists.sourceforge.net
3421 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
3422 S:      Maintained
3423
3424 USB HUB DRIVER
3425 P:      Johannes Erdfelt
3426 M:      johannes@erdfelt.com
3427 L:      linux-usb-users@lists.sourceforge.net
3428 L:      linux-usb-devel@lists.sourceforge.net
3429 S:      Maintained
3430
3431 USB ISP116X DRIVER
3432 P:      Olav Kongas
3433 M:      ok@artecdesign.ee
3434 L:      linux-usb-devel@lists.sourceforge.net
3435 S:      Maintained
3436
3437 USB KAWASAKI LSI DRIVER
3438 P:      Oliver Neukum
3439 M:      oliver@neukum.name
3440 L:      linux-usb-users@lists.sourceforge.net
3441 L:      linux-usb-devel@lists.sourceforge.net
3442 S:      Maintained
3443
3444 USB MASS STORAGE DRIVER
3445 P:      Matthew Dharm
3446 M:      mdharm-usb@one-eyed-alien.net
3447 L:      linux-usb-users@lists.sourceforge.net
3448 L:      usb-storage@lists.one-eyed-alien.net
3449 S:      Maintained
3450 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3451
3452 USB OHCI DRIVER
3453 P:      David Brownell
3454 M:      dbrownell@users.sourceforge.net
3455 L:      linux-usb-users@lists.sourceforge.net
3456 L:      linux-usb-devel@lists.sourceforge.net
3457 S:      Odd Fixes
3458
3459 USB OPTION-CARD DRIVER
3460 P:      Matthias Urlichs
3461 M:      smurf@smurf.noris.de
3462 L:      linux-usb-devel@lists.sourceforge.net
3463 S:      Maintained
3464
3465 USB OV511 DRIVER
3466 P:      Mark McClelland
3467 M:      mmcclell@bigfoot.com
3468 L:      linux-usb-users@lists.sourceforge.net
3469 L:      linux-usb-devel@lists.sourceforge.net
3470 W:      http://alpha.dyndns.org/ov511/
3471 S:      Maintained
3472
3473 USB PEGASUS DRIVER
3474 P:      Petko Manolov
3475 M:      petkan@users.sourceforge.net
3476 L:      linux-usb-users@lists.sourceforge.net
3477 L:      linux-usb-devel@lists.sourceforge.net
3478 W:      http://pegasus2.sourceforge.net/
3479 S:      Maintained
3480
3481 USB PRINTER DRIVER
3482 P:      Vojtech Pavlik
3483 M:      vojtech@suse.cz
3484 L:      linux-usb-users@lists.sourceforge.net
3485 L:      linux-usb-devel@lists.sourceforge.net
3486 S:      Maintained
3487
3488 USB RTL8150 DRIVER
3489 P:      Petko Manolov
3490 M:      petkan@users.sourceforge.net
3491 L:      linux-usb-users@lists.sourceforge.net
3492 L:      linux-usb-devel@lists.sourceforge.net
3493 W:      http://pegasus2.sourceforge.net/
3494 S:      Maintained
3495
3496 USB SE401 DRIVER
3497 P:      Jeroen Vreeken
3498 M:      pe1rxq@amsat.org
3499 L:      linux-usb-users@lists.sourceforge.net
3500 L:      linux-usb-devel@lists.sourceforge.net
3501 W:      http://www.chello.nl/~j.vreeken/se401/
3502 S:      Maintained
3503
3504 USB SERIAL CYBERJACK DRIVER
3505 P:      Matthias Bruestle and Harald Welte
3506 M:      support@reiner-sct.com
3507 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3508 S:      Maintained
3509
3510 USB SERIAL DIGI ACCELEPORT DRIVER
3511 P:      Peter Berger and Al Borchers
3512 M:      pberger@brimson.com
3513 M:      alborchers@steinerpoint.com
3514 L:      linux-usb-users@lists.sourceforge.net
3515 L:      linux-usb-devel@lists.sourceforge.net
3516 S:      Maintained
3517
3518 USB SERIAL DRIVER
3519 P:      Greg Kroah-Hartman
3520 M:      gregkh@suse.de
3521 L:      linux-usb-users@lists.sourceforge.net
3522 L:      linux-usb-devel@lists.sourceforge.net
3523 S:      Supported
3524
3525 USB SERIAL BELKIN F5U103 DRIVER
3526 P:      William Greathouse
3527 M:      wgreathouse@smva.com
3528 L:      linux-usb-users@lists.sourceforge.net
3529 L:      linux-usb-devel@lists.sourceforge.net
3530 S:      Maintained
3531
3532 USB SERIAL CYPRESS M8 DRIVER
3533 P:      Lonnie Mendez
3534 M:      dignome@gmail.com
3535 L:      linux-usb-users@lists.sourceforge.net
3536 L:      linux-usb-devel@lists.sourceforge.net
3537 S:      Maintained
3538 W:      http://geocities.com/i0xox0i
3539 W:      http://firstlight.net/cvs
3540
3541 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3542 L:      linux-usb-users@lists.sourceforge.net
3543 L:      linux-usb-devel@lists.sourceforge.net
3544 S:      Maintained
3545
3546 USB AUERSWALD DRIVER
3547 P:      Wolfgang Muees
3548 M:      wolfgang@iksw-muees.de
3549 L:      linux-usb-users@lists.sourceforge.net
3550 L:      linux-usb-devel@lists.sourceforge.net
3551 S:      Maintained
3552
3553 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3554 P:      Gary Brubaker
3555 M:      xavyer@ix.netcom.com
3556 L:      linux-usb-users@lists.sourceforge.net
3557 L:      linux-usb-devel@lists.sourceforge.net
3558 S:      Maintained
3559
3560 USB SERIAL KEYSPAN DRIVER
3561 P:      Greg Kroah-Hartman
3562 M:      greg@kroah.com
3563 L:      linux-usb-users@lists.sourceforge.net
3564 L:      linux-usb-devel@lists.sourceforge.net
3565 W:      http://www.kroah.com/linux/
3566 S:      Maintained
3567
3568 USB SERIAL WHITEHEAT DRIVER
3569 P:      Stuart MacDonald
3570 M:      stuartm@connecttech.com
3571 L:      linux-usb-users@lists.sourceforge.net
3572 L:      linux-usb-devel@lists.sourceforge.net
3573 W:      http://www.connecttech.com
3574 S:      Supported
3575
3576 USB SN9C10x DRIVER
3577 P:      Luca Risolia
3578 M:      luca.risolia@studio.unibo.it
3579 L:      linux-usb-devel@lists.sourceforge.net
3580 L:      video4linux-list@redhat.com
3581 W:      http://www.linux-projects.org
3582 S:      Maintained
3583
3584 USB SUBSYSTEM
3585 P:      Greg Kroah-Hartman
3586 M:      gregkh@suse.de
3587 L:      linux-usb-users@lists.sourceforge.net
3588 L:      linux-usb-devel@lists.sourceforge.net
3589 W:      http://www.linux-usb.org
3590 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3591 S:      Supported
3592
3593 USB UHCI DRIVER
3594 P:      Alan Stern
3595 M:      stern@rowland.harvard.edu
3596 L:      linux-usb-users@lists.sourceforge.net
3597 L:      linux-usb-devel@lists.sourceforge.net
3598 S:      Maintained
3599
3600 USB "USBNET" DRIVER FRAMEWORK
3601 P:      David Brownell
3602 M:      dbrownell@users.sourceforge.net
3603 L:      linux-usb-devel@lists.sourceforge.net
3604 W:      http://www.linux-usb.org/usbnet
3605 S:      Maintained
3606
3607 USB W996[87]CF DRIVER
3608 P:      Luca Risolia
3609 M:      luca.risolia@studio.unibo.it
3610 L:      linux-usb-devel@lists.sourceforge.net
3611 L:      video4linux-list@redhat.com
3612 W:      http://www.linux-projects.org
3613 S:      Maintained
3614
3615 USB ZC0301 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 ZD1201 DRIVER
3624 P:      Jeroen Vreeken
3625 M:      pe1rxq@amsat.org
3626 L:      linux-usb-users@lists.sourceforge.net
3627 L:      linux-usb-devel@lists.sourceforge.net
3628 W:      http://linux-lc100020.sourceforge.net
3629 S:      Maintained
3630
3631 USER-MODE LINUX
3632 P:      Jeff Dike
3633 M:      jdike@karaya.com
3634 L:      user-mode-linux-devel@lists.sourceforge.net
3635 L:      user-mode-linux-user@lists.sourceforge.net
3636 W:      http://user-mode-linux.sourceforge.net
3637 S:      Maintained
3638         
3639 FAT/VFAT/MSDOS FILESYSTEM:
3640 P:      OGAWA Hirofumi
3641 M:      hirofumi@mail.parknet.co.jp
3642 L:      linux-kernel@vger.kernel.org
3643 S:      Maintained
3644
3645 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3646 P:      Jeff Garzik
3647 S:      Odd fixes
3648
3649 VIA RHINE NETWORK DRIVER
3650 P:      Roger Luethi
3651 M:      rl@hellgate.ch
3652 S:      Maintained
3653
3654 VIAPRO SMBUS DRIVER
3655 P:      Jean Delvare
3656 M:      khali@linux-fr.org
3657 L:      i2c@lm-sensors.org
3658 S:      Maintained
3659
3660 VIA VELOCITY NETWORK DRIVER
3661 P:      Francois Romieu
3662 M:      romieu@fr.zoreil.com
3663 L:      netdev@vger.kernel.org
3664 S:      Maintained
3665
3666 UCLINUX (AND M68KNOMMU)
3667 P:      Greg Ungerer
3668 M:      gerg@uclinux.org
3669 W:      http://www.uclinux.org/
3670 L:      uclinux-dev@uclinux.org  (subscribers-only)
3671 S:      Maintained
3672
3673 UCLINUX FOR NEC V850
3674 P:      Miles Bader
3675 M:      uclinux-v850@lsi.nec.co.jp
3676 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3677 W:      http://www.ee.nec.de/uclinux/
3678 S:      Supported
3679
3680 UCLINUX FOR RENESAS H8/300
3681 P:      Yoshinori Sato
3682 M:      ysato@users.sourceforge.jp
3683 W:      http://uclinux-h8.sourceforge.jp/
3684 S:      Supported
3685
3686 UFS FILESYSTEM
3687 P: Evgeniy Dushistov
3688 M: dushistov@mail.ru
3689 L: linux-kernel@vger.kernel.org
3690 S: Maintained
3691
3692 USB DIAMOND RIO500 DRIVER
3693 P:      Cesar Miquel
3694 M:      miquel@df.uba.ar
3695 L:      rio500-users@lists.sourceforge.net
3696 W:      http://rio500.sourceforge.net
3697 S:      Maintained
3698
3699 VIDEO FOR LINUX
3700 P:      Mauro Carvalho Chehab
3701 M:      mchehab@infradead.org
3702 M:      v4l-dvb-maintainer@linuxtv.org
3703 L:      video4linux-list@redhat.com
3704 W:      http://linuxtv.org
3705 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3706 S:      Maintained
3707
3708 VT1211 HARDWARE MONITOR DRIVER
3709 P:      Juerg Haefliger
3710 M:      juergh@gmail.com
3711 L:      lm-sensors@lm-sensors.org
3712 S:      Maintained
3713
3714 VT8231 HARDWARE MONITOR DRIVER
3715 P:      Roger Lucas
3716 M:      roger@planbit.co.uk
3717 L:      lm-sensors@lm-sensors.org
3718 S:      Maintained
3719
3720 W1 DALLAS'S 1-WIRE BUS
3721 P:      Evgeniy Polyakov
3722 M:      johnpol@2ka.mipt.ru
3723 S:      Maintained
3724
3725 W83791D HARDWARE MONITORING DRIVER
3726 P:      Charles Spirakis
3727 M:      bezaur@gmail.com
3728 L:      lm-sensors@lm-sensors.org
3729 S:      Maintained
3730
3731 W83793 HARDWARE MONITORING DRIVER
3732 P:      Rudolf Marek
3733 M:      r.marek@assembler.cz
3734 L:      lm-sensors@lm-sensors.org
3735 S:      Maintained
3736
3737 W83L51xD SD/MMC CARD INTERFACE DRIVER
3738 P:      Pierre Ossman
3739 M:      drzeus-wbsd@drzeus.cx
3740 L:      linux-kernel@vger.kernel.org
3741 W:      http://projects.drzeus.cx/wbsd
3742 S:      Maintained
3743
3744 WATCHDOG DEVICE DRIVERS
3745 P:      Wim Van Sebroeck
3746 M:      wim@iguana.be
3747 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3748 S:      Maintained
3749
3750 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3751 P:      Jean Tourrilhes
3752 M:      jt@hpl.hp.com
3753 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3754 S:      Maintained
3755
3756 WD7000 SCSI DRIVER
3757 P:      Miroslav Zagorac
3758 M:      zaga@fly.cc.fer.hr
3759 L:      linux-scsi@vger.kernel.org
3760 S:      Maintained
3761
3762 WISTRON LAPTOP BUTTON DRIVER
3763 P:      Miloslav Trmac
3764 M:      mitr@volny.cz
3765 S:      Maintained
3766
3767 WL3501 WIRELESS PCMCIA CARD DRIVER
3768 P:      Arnaldo Carvalho de Melo
3769 M:      acme@conectiva.com.br
3770 W:      http://advogato.org/person/acme
3771 S:      Maintained
3772
3773 X.25 NETWORK LAYER
3774 P:      Henner Eisen
3775 M:      eis@baty.hanse.de
3776 L:      linux-x25@vger.kernel.org
3777 S:      Maintained
3778
3779 XFS FILESYSTEM
3780 P:      Silicon Graphics Inc
3781 P:      Tim Shimmin, David Chatterton
3782 M:      xfs-masters@oss.sgi.com
3783 L:      xfs@oss.sgi.com
3784 W:      http://oss.sgi.com/projects/xfs
3785 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6
3786 S:      Supported
3787
3788 XILINX UARTLITE SERIAL DRIVER
3789 P:      Peter Korsgaard
3790 M:      jacmet@sunsite.dk
3791 L:      linux-serial@vger.kernel.org
3792 S:      Maintained
3793
3794 X86 3-LEVEL PAGING (PAE) SUPPORT
3795 P:      Ingo Molnar
3796 M:      mingo@redhat.com
3797 S:      Maintained
3798
3799 X86-64 port
3800 P:      Andi Kleen
3801 M:      ak@suse.de
3802 L:      discuss@x86-64.org
3803 W:      http://www.x86-64.org
3804 T:      quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
3805 S:      Maintained
3806
3807 YAM DRIVER FOR AX.25
3808 P:      Jean-Paul Roubelat
3809 M:      jpr@f6fbb.org
3810 L:      linux-hams@vger.kernel.org
3811 S:      Maintained
3812
3813 YEALINK PHONE DRIVER
3814 P:      Henk Vergonet
3815 M:      Henk.Vergonet@gmail.com
3816 L:      usbb2k-api-dev@nongnu.org
3817 S:      Maintained
3818
3819 Z8530 DRIVER FOR AX.25
3820 P:      Joerg Reuter
3821 M:      jreuter@yaina.de
3822 W:      http://yaina.de/jreuter/
3823 W:      http://www.qsl.net/dl1bke/
3824 L:      linux-hams@vger.kernel.org
3825 S:      Maintained
3826
3827 ZD1211RW WIRELESS DRIVER
3828 P:      Daniel Drake
3829 M:      dsd@gentoo.org
3830 P:      Ulrich Kunitz
3831 M:      kune@deine-taler.de
3832 W:      http://zd1211.ath.cx/wiki/DriverRewrite
3833 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
3834 S:      Maintained
3835
3836 ZF MACHZ WATCHDOG
3837 P:      Fernando Fuganti
3838 M:      fuganti@netbank.com.br
3839 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3840 S:      Maintained
3841
3842 ZR36067 VIDEO FOR LINUX DRIVER
3843 P:      Ronald Bultje
3844 M:      rbultje@ronald.bitfreak.net
3845 L:      mjpeg-users@lists.sourceforge.net
3846 W:      http://mjpeg.sourceforge.net/driver-zoran/
3847 S:      Maintained
3848
3849 ZR36120 VIDEO FOR LINUX DRIVER
3850 P:      Pauline Middelink
3851 M:      middelin@polyware.nl
3852 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3853 W:      http://www.polyware.nl/~middelin/hobbies.html
3854 S:      Maintained
3855
3856 THE REST
3857 P:      Linus Torvalds
3858 S:      Buried alive in reporters