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