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