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