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