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