iop-adma: fixup some kzalloc/memset confusions
[cascardo/linux.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.
34
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
38
39         PLEASE try to include any credit lines you want added with the
40         patch. It avoids people being missed off by mistake and makes
41         it easier to know who wants adding and who doesn't.
42
43         PLEASE document known bugs. If it doesn't work for everything
44         or does something very odd once a month document it.
45
46         PLEASE remember that submissions must be made under the terms
47         of the OSDL certificate of contribution and should include a
48         Signed-off-by: line.  The current version of this "Developer's
49         Certificate of Origin" (DCO) is listed in the file
50         Documentation/SubmittingPatches.
51
52 6.      Make sure you have the right to send any changes you make. If you
53         do changes at work you may find your employer owns the patch
54         not you.
55
56 7.      When sending security related changes or reports to a maintainer
57         please Cc: security@kernel.org, especially if the maintainer
58         does not respond.
59
60 8.      Happy hacking.
61
62                 -----------------------------------
63
64 Maintainers List (try to look for most precise areas first)
65
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
68 so much easier [Ed]
69
70 P: Person
71 M: Mail patches to
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location.  Type is one of: git, hg, quilt.
75 S: Status, one of the following:
76
77         Supported:      Someone is actually paid to look after this.
78         Maintained:     Someone actually looks after it.
79         Odd Fixes:      It has a maintainer but they don't have time to do
80                         much other than throw the odd patch in. See below..
81         Orphan:         No current maintainer [but maybe you could take the
82                         role as you write your new code].
83         Obsolete:       Old code. Something tagged obsolete generally means
84                         it has been replaced by a better system and you
85                         should be using that.
86
87 3C505 NETWORK DRIVER
88 P:      Philip Blundell
89 M:      philb@gnu.org
90 L:      netdev@vger.kernel.org
91 S:      Maintained
92
93 3C59X NETWORK DRIVER
94 P:      Steffen Klassert
95 M:      klassert@mathematik.tu-chemnitz.de
96 L:      netdev@vger.kernel.org
97 S:      Maintained
98
99 3CR990 NETWORK DRIVER
100 P:      David Dillow
101 M:      dave@thedillows.org
102 L:      netdev@vger.kernel.org
103 S:      Maintained
104
105 3W-XXXX ATA-RAID CONTROLLER DRIVER
106 P:      Adam Radford
107 M:      linuxraid@amcc.com
108 L:      linux-scsi@vger.kernel.org
109 W:      http://www.amcc.com
110 S:      Supported
111
112 3W-9XXX SATA-RAID CONTROLLER DRIVER
113 P:      Adam Radford
114 M:      linuxraid@amcc.com
115 L:      linux-scsi@vger.kernel.org
116 W:      http://www.amcc.com
117 S:      Supported
118
119 53C700 AND 53C700-66 SCSI DRIVER
120 P:      James E.J. Bottomley
121 M:      James.Bottomley@HansenPartnership.com
122 L:      linux-scsi@vger.kernel.org
123 S:      Maintained
124
125 6PACK NETWORK DRIVER FOR AX.25
126 P:      Andreas Koensgen
127 M:      ajk@iehk.rwth-aachen.de
128 L:      linux-hams@vger.kernel.org
129 S:      Maintained
130
131 8169 10/100/1000 GIGABIT ETHERNET DRIVER
132 P:      Francois Romieu
133 M:      romieu@fr.zoreil.com
134 L:      netdev@vger.kernel.org
135 S:      Maintained
136
137 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
138 L:      linux-serial@vger.kernel.org
139 W:      http://serial.sourceforge.net
140 S:      Orphan
141
142 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143 P:      Paul Gortmaker
144 M:      p_gortmaker@yahoo.com
145 L:      netdev@vger.kernel.org
146 S:      Maintained
147
148 9P FILE SYSTEM
149 P:      Eric Van Hensbergen
150 M:      ericvh@gmail.com
151 P:      Ron Minnich
152 M:      rminnich@sandia.gov
153 P:      Latchesar Ionkov
154 M:      lucho@ionkov.net
155 L:      v9fs-developer@lists.sourceforge.net
156 W:      http://swik.net/v9fs
157 T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158 S:      Maintained
159
160 A2232 SERIAL BOARD DRIVER
161 P:      Enver Haase
162 M:      A2232@gmx.net
163 L:      linux-m68k@lists.linux-m68k.org
164 S:      Maintained
165
166 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
167 P:      David Howells
168 M:      dhowells@redhat.com
169 L:      linux-afs@lists.infradead.org
170 S:      Supported
171
172 AIO
173 P:      Benjamin LaHaise
174 M:      bcrl@kvack.org
175 L:      linux-aio@kvack.org
176 S:      Supported
177
178 ABIT UGURU HARDWARE MONITOR DRIVER
179 P:      Hans de Goede
180 M:      j.w.r.degoede@hhs.nl
181 L:      lm-sensors@lm-sensors.org
182 S:      Maintained
183
184 ACENIC DRIVER
185 P:      Jes Sorensen
186 M:      jes@trained-monkey.org
187 L:      linux-acenic@sunsite.dk
188 S:      Maintained
189
190 IPS SCSI RAID DRIVER
191 P:      Adaptec OEM Raid Solutions
192 M:      aacraid@adaptec.com
193 L:      linux-scsi@vger.kernel.org
194 W:      http://www.adaptec.com/
195 S:      Maintained
196
197 DPT_I2O SCSI RAID DRIVER
198 P:      Adaptec OEM Raid Solutions
199 M:      aacraid@adaptec.com
200 L:      linux-scsi@vger.kernel.org
201 W:      http://www.adaptec.com/
202 S:      Maintained
203
204 AACRAID SCSI RAID DRIVER
205 P:      Adaptec OEM Raid Solutions
206 M:      aacraid@adaptec.com
207 L:      linux-scsi@vger.kernel.org
208 W:      http://www.adaptec.com/
209 S:      Supported
210
211 ACER WMI LAPTOP EXTRAS
212 P:      Carlos Corbacho
213 M:      carlos@strangeworlds.co.uk
214 L:      aceracpi@googlegroups.com (subscribers-only)
215 W:      http://code.google.com/p/aceracpi
216 S:      Maintained
217
218 ACPI
219 P:      Len Brown
220 M:      len.brown@intel.com
221 M:      lenb@kernel.org
222 L:      linux-acpi@vger.kernel.org
223 W:      http://www.lesswatts.org/projects/acpi/
224 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
225 S:      Supported
226
227 ACPI BATTERY DRIVERS
228 P:      Alexey Starikovskiy
229 M:      astarikovskiy@suse.de
230 L:      linux-acpi@vger.kernel.org
231 W:      http://acpi.sourceforge.net/
232 S:      Supported
233
234 ACPI EC DRIVER
235 P:      Alexey Starikovskiy
236 M:      astarikovskiy@suse.de
237 L:      linux-acpi@vger.kernel.org
238 W:      http://acpi.sourceforge.net/
239 S:      Supported
240
241 ACPI FAN DRIVER
242 P:      Len Brown
243 M:      len.brown@intel.com
244 L:      linux-acpi@vger.kernel.org
245 W:      http://acpi.sourceforge.net/
246 S:      Supported
247
248 ACPI PCI HOTPLUG DRIVER
249 P:      Kristen Carlson Accardi
250 M:      kristen.c.accardi@intel.com
251 L:      pcihpd-discuss@lists.sourceforge.net
252 S:      Supported
253
254 ACPI THERMAL DRIVER
255 P:      Len Brown
256 M:      len.brown@intel.com
257 L:      linux-acpi@vger.kernel.org
258 W:      http://acpi.sourceforge.net/
259 S:      Supported
260
261 ACPI VIDEO DRIVER
262 P:      Rui Zhang
263 M:      rui.zhang@intel.com
264 L:      linux-acpi@vger.kernel.org
265 W:      http://acpi.sourceforge.net/
266 S:      Supported
267
268 ACPI WMI DRIVER
269 P:      Carlos Corbacho
270 M:      carlos@strangeworlds.co.uk
271 L:      linux-acpi@vger.kernel.org
272 W:      http://www.lesswatts.org/projects/acpi/
273 S:      Maintained
274
275 AD1889 ALSA SOUND DRIVER
276 P:     Kyle McMartin
277 M:     kyle@parisc-linux.org
278 P:     Thibaut Varene
279 M:     T-Bone@parisc-linux.org
280 W:     http://wiki.parisc-linux.org/AD1889
281 L:     linux-parisc@vger.kernel.org
282 S:     Maintained
283
284 ADM1025 HARDWARE MONITOR DRIVER
285 P:      Jean Delvare
286 M:      khali@linux-fr.org
287 L:      lm-sensors@lm-sensors.org
288 S:      Maintained
289
290 ADM1029 HARDWARE MONITOR DRIVER
291 P:      Corentin Labbe
292 M:      corentin.labbe@geomatys.fr
293 L:      lm-sensors@lm-sensors.org
294 S:      Maintained
295
296 ADM8211 WIRELESS DRIVER
297 P:      Michael Wu
298 M:      flamingice@sourmilk.net
299 L:      linux-wireless@vger.kernel.org
300 W:      http://linuxwireless.org/
301 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
302 S:      Maintained
303
304 ADT746X FAN DRIVER
305 P:      Colin Leroy
306 M:      colin@colino.net
307 S:      Maintained
308
309 ADVANSYS SCSI DRIVER
310 P:      Matthew Wilcox
311 M:      matthew@wil.cx
312 L:      linux-scsi@vger.kernel.org
313 S:      Maintained
314
315 AEDSP16 DRIVER
316 P:      Riccardo Facchetti
317 M:      fizban@tin.it
318 S:      Maintained
319
320 AFFS FILE SYSTEM
321 P:      Roman Zippel
322 M:      zippel@linux-m68k.org
323 S:      Maintained
324
325 AGPGART DRIVER
326 P:      David Airlie
327 M:      airlied@linux.ie
328 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
329 S:      Maintained
330
331 AHA152X SCSI DRIVER
332 P:      Juergen E. Fischer
333 M:      Juergen Fischer <fischer@norbit.de>
334 L:      linux-scsi@vger.kernel.org
335 S:      Maintained
336
337 AIC7XXX / AIC79XX SCSI DRIVER
338 P:      Hannes Reinecke
339 M:      hare@suse.de
340 L:      linux-scsi@vger.kernel.org
341 S:      Maintained
342
343 ALCATEL SPEEDTOUCH USB DRIVER
344 P:      Duncan Sands
345 M:      duncan.sands@free.fr
346 L:      linux-usb@vger.kernel.org
347 W:      http://www.linux-usb.org/SpeedTouch/
348 S:      Maintained
349
350 ALCHEMY AU1XX0 MMC DRIVER
351 S:      Orphan
352
353 ALI1563 I2C DRIVER
354 P:      Rudolf Marek
355 M:      r.marek@assembler.cz
356 L:      i2c@lm-sensors.org
357 S:      Maintained
358
359 ALPHA PORT
360 P:      Richard Henderson
361 M:      rth@twiddle.net
362 S:      Odd Fixes for 2.4; Maintained for 2.6.
363 P:      Ivan Kokshaysky
364 M:      ink@jurassic.park.msu.ru
365 S:      Maintained for 2.4; PCI support for 2.6.
366
367 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
368 P:      Thomas Dahlmann
369 M:      thomas.dahlmann@amd.com
370 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
371 S:      Supported
372
373 AMD GEODE PROCESSOR/CHIPSET SUPPORT
374 P:      Jordan Crouse
375 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
376 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
377 S:      Supported
378
379 AMS (Apple Motion Sensor) DRIVER
380 P:      Stelian Pop
381 M:      stelian@popies.net
382 P:      Michael Hanselmann
383 M:      linux-kernel@hansmi.ch
384 S:      Supported
385
386 AMSO1100 RNIC DRIVER
387 P:      Tom Tucker
388 M:      tom@opengridcomputing.com
389 P:      Steve Wise
390 M:      swise@opengridcomputing.com
391 L:      general@lists.openfabrics.org
392 S:      Maintained
393
394 AOA (Apple Onboard Audio) ALSA DRIVER
395 P:      Johannes Berg
396 M:      johannes@sipsolutions.net
397 L:      linuxppc-dev@ozlabs.org
398 L:      alsa-devel@alsa-project.org (subscribers-only)
399 S:      Maintained
400
401 APM DRIVER
402 P:      Stephen Rothwell
403 M:      sfr@canb.auug.org.au
404 L:      linux-laptop@vger.kernel.org
405 W:      http://www.canb.auug.org.au/~sfr/
406 S:      Supported
407
408 APPLE SMC DRIVER
409 P:      Nicolas Boichat
410 M:      nicolas@boichat.ch
411 L:      mactel-linux-devel@lists.sourceforge.net
412 S:      Maintained
413
414 APPLETALK NETWORK LAYER
415 P:      Arnaldo Carvalho de Melo
416 M:      acme@ghostprotocols.net
417 S:      Maintained
418
419 APPLETOUCH TOUCHPAD DRIVER
420 P:      Johannes Berg
421 M:      johannes@sipsolutions.net
422 L:      linux-input@vger.kernel.org
423 S:      Maintained
424
425 ARC FRAMEBUFFER DRIVER
426 P:      Jaya Kumar
427 M:      jayalk@intworks.biz
428 S:      Maintained
429
430 ARM MFM AND FLOPPY DRIVERS
431 P:      Ian Molton
432 M:      spyro@f2s.com
433 S:      Maintained
434
435 ARM PRIMECELL MMCI PL180/1 DRIVER
436 P:      Russell King
437 M:      rmk@arm.linux.org.uk
438 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
439 S:      Maintained
440
441 ARM/ADI ROADRUNNER MACHINE SUPPORT
442 P:      Lennert Buytenhek
443 M:      kernel@wantstofly.org
444 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
445 S:      Maintained
446
447 ARM/ADS SPHERE MACHINE SUPPORT
448 P:      Lennert Buytenhek
449 M:      kernel@wantstofly.org
450 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
451 S:      Maintained
452
453 ARM/AJECO 1ARM MACHINE SUPPORT
454 P:      Lennert Buytenhek
455 M:      kernel@wantstofly.org
456 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
457 S:      Maintained
458
459 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
460 P:      Andrew Victor
461 M:      linux@maxim.org.za
462 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
463 W:      http://maxim.org.za/at91_26.html
464 S:      Maintained
465
466 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
467 P:      Lennert Buytenhek
468 M:      kernel@wantstofly.org
469 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
470 S:      Maintained
471
472 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
473 P:      Lennert Buytenhek
474 M:      kernel@wantstofly.org
475 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
476 S:      Maintained
477
478 ARM/CORGI MACHINE SUPPORT
479 P:      Richard Purdie
480 M:      rpurdie@rpsys.net
481 S:      Maintained
482
483 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
484 P:      Lennert Buytenhek
485 M:      kernel@wantstofly.org
486 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
487 S:      Maintained
488
489 ARM/GUMSTIX MACHINE SUPPORT
490 P:      Steve Sakoman
491 M:      sakoman@gmail.com
492 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
493 S:      Maintained
494
495 ARM/HP JORNADA 7XX MACHINE SUPPORT
496 P:      Kristoffer Ericson
497 M:      kristoffer.ericson@gmail.com
498 W:      www.jlime.com
499 S:      Maintained
500
501 ARM/INTEL IOP32X ARM ARCHITECTURE
502 P:      Lennert Buytenhek
503 M:      kernel@wantstofly.org
504 P:      Dan Williams
505 M:      dan.j.williams@intel.com
506 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
507 S:      Supported
508
509 ARM/INTEL IOP33X ARM ARCHITECTURE
510 P:      Dan Williams
511 M:      dan.j.williams@intel.com
512 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
513 S:      Supported
514
515 ARM/INTEL IOP13XX ARM ARCHITECTURE
516 P:      Lennert Buytenhek
517 M:      kernel@wantstofly.org
518 P:      Dan Williams
519 M:      dan.j.williams@intel.com
520 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
521 S:      Supported
522
523 ARM/INTEL IQ81342EX MACHINE SUPPORT
524 P:      Lennert Buytenhek
525 M:      kernel@wantstofly.org
526 P:      Dan Williams
527 M:      dan.j.williams@intel.com
528 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
529 S:      Supported
530
531 ARM/INTEL IXP2000 ARM ARCHITECTURE
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/INTEL IXDP2850 MACHINE SUPPORT
538 P:      Lennert Buytenhek
539 M:      kernel@wantstofly.org
540 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
541 S:      Maintained
542
543 ARM/INTEL IXP23XX ARM ARCHITECTURE
544 P:      Lennert Buytenhek
545 M:      kernel@wantstofly.org
546 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
547 S:      Maintained
548
549 ARM/INTEL XSC3 (MANZANO) ARM CORE
550 P:      Lennert Buytenhek
551 M:      kernel@wantstofly.org
552 P:      Dan Williams
553 M:      dan.j.williams@intel.com
554 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
555 S:      Supported
556
557 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
558 P:      Lennert Buytenhek
559 M:      kernel@wantstofly.org
560 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
561 S:      Maintained
562
563 ARM/LOGICPD PXA270 MACHINE SUPPORT
564 P:      Lennert Buytenhek
565 M:      kernel@wantstofly.org
566 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
567 S:      Maintained
568
569 ARM/TOSA MACHINE SUPPORT
570 P:      Dirk Opfer
571 M:      dirk@opfer-online.de
572 S:      Maintained
573
574 ARM/PLEB SUPPORT
575 P:      Peter Chubb
576 M:      pleb@gelato.unsw.edu.au
577 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
578 S:      Maintained
579
580 ARM/PT DIGITAL BOARD PORT
581 P:      Stefan Eletzhofer
582 M:      stefan.eletzhofer@eletztrick.de
583 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
584 W:      http://www.arm.linux.org.uk/
585 S:      Maintained
586
587 ARM/RADISYS ENP2611 MACHINE SUPPORT
588 P:      Lennert Buytenhek
589 M:      kernel@wantstofly.org
590 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
591 S:      Maintained
592
593 ARM/SHARK MACHINE SUPPORT
594 P:      Alexander Schulz
595 M:      alex@shark-linux.de
596 W:      http://www.shark-linux.de/shark.html
597 S:      Maintained
598
599 ARM/STRONGARM110 PORT
600 P:      Russell King
601 M:      rmk@arm.linux.org.uk
602 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
603 W:      http://www.arm.linux.org.uk/
604 S:      Maintained
605
606 ARM/S3C2410 ARM ARCHITECTURE
607 P:      Ben Dooks
608 M:      ben-linux@fluff.org
609 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
610 W:      http://www.fluff.org/ben/linux/
611 S:      Maintained
612
613 ARM/S3C2440 ARM ARCHITECTURE
614 P:      Ben Dooks
615 M:      ben-linux@fluff.org
616 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
617 W:      http://www.fluff.org/ben/linux/
618 S:      Maintained
619
620 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
621 P:      Lennert Buytenhek
622 M:      kernel@wantstofly.org
623 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
624 S:      Maintained
625
626 ARM/THECUS N2100 MACHINE SUPPORT
627 P:      Lennert Buytenhek
628 M:      kernel@wantstofly.org
629 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
630 S:      Maintained
631
632 ARPD SUPPORT
633 P:      Jonathan Layes
634 L:      netdev@vger.kernel.org
635 S:      Maintained
636
637 ASUS ACPI EXTRAS DRIVER
638 P:      Corentin Chary
639 M:      corentincj@iksaif.net
640 P:      Karol Kozimor
641 M:      sziwan@users.sourceforge.net
642 L:      acpi4asus-user@lists.sourceforge.net
643 W:      http://sourceforge.net/projects/acpi4asus
644 W:      http://xf.iksaif.net/acpi4asus
645 S:      Maintained
646
647 ASUS ASB100 HARDWARE MONITOR DRIVER
648 P:      Mark M. Hoffman
649 M:      mhoffman@lightlink.com
650 L:      lm-sensors@lm-sensors.org
651 S:      Maintained
652
653 ASUS LAPTOP EXTRAS DRIVER
654 P:      Corentin Chary
655 M:      corentincj@iksaif.net
656 L:      acpi4asus-user@lists.sourceforge.net
657 W:      http://sourceforge.net/projects/acpi4asus
658 W:      http://xf.iksaif.net/acpi4asus
659 S:      Maintained
660
661 ASYNCHRONOUS TRANSFERS/TRANSFORMS API
662 P:      Dan Williams
663 M:      dan.j.williams@intel.com
664 P:      Maciej Sosnowski
665 M:      maciej.sosnowski@intel.com
666 L:      linux-kernel@vger.kernel.org
667 W:      http://sourceforge.net/projects/xscaleiop
668 S:      Supported
669
670 ATA OVER ETHERNET DRIVER
671 P:      Ed L. Cashin
672 M:      ecashin@coraid.com
673 W:      http://www.coraid.com/support/linux
674 S:      Supported
675
676 ATHEROS ATH5K WIRELESS DRIVER
677 P:      Jiri Slaby
678 M:      jirislaby@gmail.com
679 P:      Nick Kossifidis
680 M:      mickflemm@gmail.com
681 P:      Luis R. Rodriguez
682 M:      mcgrof@gmail.com
683 L:      linux-wireless@vger.kernel.org
684 L:      ath5k-devel@lists.ath5k.org
685 S:      Maintained
686
687 ATI_REMOTE2 DRIVER
688 P:      Ville Syrjala
689 M:      syrjala@sci.fi
690 S:      Maintained
691
692 ATL1 ETHERNET DRIVER
693 P:      Jay Cliburn
694 M:      jcliburn@gmail.com
695 P:      Chris Snook
696 M:      csnook@redhat.com
697 L:      atl1-devel@lists.sourceforge.net
698 W:      http://sourceforge.net/projects/atl1
699 W:      http://atl1.sourceforge.net
700 S:      Maintained
701
702 ATM
703 P:      Chas Williams
704 M:      chas@cmf.nrl.navy.mil
705 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
706 W:      http://linux-atm.sourceforge.net
707 S:      Maintained
708
709 ATMEL AT91 MCI DRIVER
710 P:      Nicolas Ferre
711 M:      nicolas.ferre@atmel.com
712 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
713 W:      http://www.atmel.com/products/AT91/
714 W:      http://www.at91.com/
715 S:      Maintained
716
717 ATMEL AT91 / AT32 SERIAL DRIVER
718 P:      Haavard Skinnemoen
719 M:      hskinnemoen@atmel.com
720 L:      linux-kernel@vger.kernel.org
721 S:      Supported
722
723 ATMEL LCDFB DRIVER
724 P:      Nicolas Ferre
725 M:      nicolas.ferre@atmel.com
726 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
727 S:      Maintained
728
729 ATMEL MACB ETHERNET DRIVER
730 P:      Haavard Skinnemoen
731 M:      hskinnemoen@atmel.com
732 S:      Supported
733
734 ATMEL SPI DRIVER
735 P:      Haavard Skinnemoen
736 M:      hskinnemoen@atmel.com
737 S:      Supported
738
739 ATMEL USBA UDC DRIVER
740 P:      Haavard Skinnemoen
741 M:      hskinnemoen@atmel.com
742 L:      kernel@avr32linux.org
743 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
744 S:      Supported
745
746 ATMEL WIRELESS DRIVER
747 P:      Simon Kelley
748 M:      simon@thekelleys.org.uk
749 L:      linux-wireless@vger.kernel.org
750 W:      http://www.thekelleys.org.uk/atmel
751 W:      http://atmelwlandriver.sourceforge.net/
752 S:      Maintained
753
754 AUDIT SUBSYSTEM
755 P:      Al Viro
756 M:      viro@zeniv.linux.org.uk
757 P:      Eric Paris
758 M:      eparis@redhat.com
759 L:      linux-audit@redhat.com (subscribers-only)
760 W:      http://people.redhat.com/sgrubb/audit/
761 T:      git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
762 S:      Maintained
763
764 AUXILIARY DISPLAY DRIVERS
765 P:      Miguel Ojeda Sandonis
766 M:      maxextreme@gmail.com
767 L:      linux-kernel@vger.kernel.org
768 W:      http://auxdisplay.googlepages.com/
769 S:      Maintained
770
771 AVR32 ARCHITECTURE
772 P:      Haavard Skinnemoen
773 M:      hskinnemoen@atmel.com
774 W:      http://www.atmel.com/products/AVR32/
775 W:      http://avr32linux.org/
776 W:      http://avrfreaks.net/
777 S:      Supported
778
779 AVR32/AT32AP MACHINE SUPPORT
780 P:      Haavard Skinnemoen
781 M:      hskinnemoen@atmel.com
782 S:      Supported
783
784 AX.25 NETWORK LAYER
785 P:      Ralf Baechle
786 M:      ralf@linux-mips.org
787 L:      linux-hams@vger.kernel.org
788 W:      http://www.linux-ax25.org/
789 S:      Maintained
790
791 BACKLIGHT CLASS/SUBSYSTEM
792 P:      Richard Purdie
793 M:      rpurdie@rpsys.net
794 S:      Maintained
795
796 BLACKFIN ARCHITECTURE
797 P:      Bryan Wu
798 M:      cooloney@kernel.org
799 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
800 W:      http://blackfin.uclinux.org
801 S:      Supported
802
803 BLACKFIN EMAC DRIVER
804 P:      Bryan Wu
805 M:      cooloney@kernel.org
806 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
807 W:      http://blackfin.uclinux.org
808 S:      Supported
809
810 BLACKFIN RTC DRIVER
811 P:      Mike Frysinger
812 M:      vapier.adi@gmail.com
813 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
814 W:      http://blackfin.uclinux.org
815 S:      Supported
816
817 BLACKFIN SERIAL DRIVER
818 P:      Sonic Zhang
819 M:      sonic.zhang@analog.com
820 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
821 W:      http://blackfin.uclinux.org
822 S:      Supported
823
824 BLACKFIN WATCHDOG DRIVER
825 P:      Mike Frysinger
826 M:      vapier.adi@gmail.com
827 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
828 W:      http://blackfin.uclinux.org
829 S:      Supported
830
831 BAYCOM/HDLCDRV DRIVERS FOR AX.25
832 P:      Thomas Sailer
833 M:      t.sailer@alumni.ethz.ch
834 L:      linux-hams@vger.kernel.org
835 W:      http://www.baycom.org/~tom/ham/ham.html
836 S:      Maintained
837
838 B43 WIRELESS DRIVER
839 P:      Michael Buesch
840 M:      mb@bu3sch.de
841 P:      Stefano Brivio
842 M:      stefano.brivio@polimi.it
843 L:      linux-wireless@vger.kernel.org
844 W:      http://linuxwireless.org/en/users/Drivers/b43
845 S:      Maintained
846
847 B43LEGACY WIRELESS DRIVER
848 P:      Larry Finger
849 M:      Larry.Finger@lwfinger.net
850 P:      Stefano Brivio
851 M:      stefano.brivio@polimi.it
852 L:      linux-wireless@vger.kernel.org
853 W:      http://linuxwireless.org/en/users/Drivers/b43
854 S:      Maintained
855
856 BEFS FILE SYSTEM
857 P:      Sergey S. Kostyliov
858 M:      rathamahata@php4.ru
859 L:      linux-kernel@vger.kernel.org
860 S:      Maintained
861
862 BFS FILE SYSTEM
863 P:      Tigran A. Aivazian
864 M:      tigran@aivazian.fsnet.co.uk
865 L:      linux-kernel@vger.kernel.org
866 S:      Maintained
867
868 BLACKFIN I2C TWI DRIVER
869 P:      Sonic Zhang
870 M:      sonic.zhang@analog.com
871 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
872 W:      http://blackfin.uclinux.org/
873 S:      Supported
874
875 BLOCK LAYER
876 P:      Jens Axboe
877 M:      axboe@kernel.dk
878 L:      linux-kernel@vger.kernel.org
879 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
880 S:      Maintained
881
882 BLOCK2MTD DRIVER
883 P:      Joern Engel
884 M:      joern@lazybastard.org
885 L:      linux-mtd@lists.infradead.org
886 S:      Maintained
887
888 BLUETOOTH SUBSYSTEM
889 P:      Marcel Holtmann
890 M:      marcel@holtmann.org
891 P:      Maxim Krasnyansky
892 M:      maxk@qualcomm.com
893 L:      linux-bluetooth@vger.kernel.org
894 W:      http://bluez.sf.net
895 W:      http://www.bluez.org
896 W:      http://www.holtmann.org/linux/bluetooth/
897 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
898 S:      Maintained
899
900 BLUETOOTH RFCOMM LAYER
901 P:      Marcel Holtmann
902 M:      marcel@holtmann.org
903 P:      Maxim Krasnyansky
904 M:      maxk@qualcomm.com
905 S:      Maintained
906
907 BLUETOOTH BNEP LAYER
908 P:      Marcel Holtmann
909 M:      marcel@holtmann.org
910 P:      Maxim Krasnyansky
911 M:      maxk@qualcomm.com
912 S:      Maintained
913
914 BLUETOOTH CMTP LAYER
915 P:      Marcel Holtmann
916 M:      marcel@holtmann.org
917 S:      Maintained
918
919 BLUETOOTH HIDP LAYER
920 P:      Marcel Holtmann
921 M:      marcel@holtmann.org
922 S:      Maintained
923
924 BLUETOOTH HCI UART DRIVER
925 P:      Marcel Holtmann
926 M:      marcel@holtmann.org
927 P:      Maxim Krasnyansky
928 M:      maxk@qualcomm.com
929 S:      Maintained
930
931 BLUETOOTH HCI USB DRIVER
932 P:      Marcel Holtmann
933 M:      marcel@holtmann.org
934 P:      Maxim Krasnyansky
935 M:      maxk@qualcomm.com
936 S:      Maintained
937
938 BLUETOOTH HCI BCM203X DRIVER
939 P:      Marcel Holtmann
940 M:      marcel@holtmann.org
941 S:      Maintained
942
943 BLUETOOTH HCI BPA10X DRIVER
944 P:      Marcel Holtmann
945 M:      marcel@holtmann.org
946 S:      Maintained
947
948 BLUETOOTH HCI BFUSB DRIVER
949 P:      Marcel Holtmann
950 M:      marcel@holtmann.org
951 S:      Maintained
952
953 BLUETOOTH HCI DTL1 DRIVER
954 P:      Marcel Holtmann
955 M:      marcel@holtmann.org
956 S:      Maintained
957
958 BLUETOOTH HCI BLUECARD DRIVER
959 P:      Marcel Holtmann
960 M:      marcel@holtmann.org
961 S:      Maintained
962
963 BLUETOOTH HCI BT3C DRIVER
964 P:      Marcel Holtmann
965 M:      marcel@holtmann.org
966 S:      Maintained
967
968 BLUETOOTH HCI BTUART DRIVER
969 P:      Marcel Holtmann
970 M:      marcel@holtmann.org
971 S:      Maintained
972
973 BLUETOOTH HCI VHCI DRIVER
974 P:      Maxim Krasnyansky
975 M:      maxk@qualcomm.com
976 S:      Maintained
977
978 BONDING DRIVER
979 P:      Jay Vosburgh
980 M:      fubar@us.ibm.com
981 L:      bonding-devel@lists.sourceforge.net
982 W:      http://sourceforge.net/projects/bonding/
983 S:      Supported
984
985 BROADCOM B44 10/100 ETHERNET DRIVER
986 P:      Gary Zambrano
987 M:      zambrano@broadcom.com
988 L:      netdev@vger.kernel.org
989 S:      Supported
990
991 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
992 P:      Michael Chan
993 M:      mchan@broadcom.com
994 L:      netdev@vger.kernel.org
995 S:      Supported
996
997 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
998 P:      Eliezer Tamir
999 M:      eliezert@broadcom.com
1000 L:      netdev@vger.kernel.org
1001 S:      Supported
1002
1003 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1004 P:      Michael Chan
1005 M:      mchan@broadcom.com
1006 L:      netdev@vger.kernel.org
1007 S:      Supported
1008
1009 BSG (block layer generic sg v4 driver)
1010 P:      FUJITA Tomonori
1011 M:      fujita.tomonori@lab.ntt.co.jp
1012 L:      linux-scsi@vger.kernel.org
1013 S:      Supported
1014
1015 BTTV VIDEO4LINUX DRIVER
1016 P:      Mauro Carvalho Chehab
1017 M:      mchehab@infradead.org
1018 M:      v4l-dvb-maintainer@linuxtv.org
1019 L:      video4linux-list@redhat.com
1020 W:      http://linuxtv.org
1021 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1022 S:      Maintained
1023
1024 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1025 P:      Jonathan Corbet
1026 M:      corbet@lwn.net
1027 L:      video4linux-list@redhat.com
1028 S:      Maintained
1029
1030 CAN NETWORK LAYER
1031 P:      Urs Thuermann
1032 M:      urs.thuermann@volkswagen.de
1033 P:      Oliver Hartkopp
1034 M:      oliver.hartkopp@volkswagen.de
1035 L:      socketcan-core@lists.berlios.de (subscribers-only)
1036 W:      http://developer.berlios.de/projects/socketcan/
1037 S:      Maintained
1038
1039 CALGARY x86-64 IOMMU
1040 P:      Muli Ben-Yehuda
1041 M:      muli@il.ibm.com
1042 P:      Jon D. Mason
1043 M:      jdmason@kudzu.us
1044 L:      linux-kernel@vger.kernel.org
1045 L:      discuss@x86-64.org
1046 S:      Maintained
1047
1048 CELL BROADBAND ENGINE ARCHITECTURE
1049 P:      Arnd Bergmann
1050 M:      arnd@arndb.de
1051 L:      linuxppc-dev@ozlabs.org
1052 L:      cbe-oss-dev@ozlabs.org
1053 W:      http://www.ibm.com/developerworks/power/cell/
1054 S:      Supported
1055
1056 CFAG12864B LCD DRIVER
1057 P:      Miguel Ojeda Sandonis
1058 M:      maxextreme@gmail.com
1059 L:      linux-kernel@vger.kernel.org
1060 W:      http://auxdisplay.googlepages.com/
1061 S:      Maintained
1062
1063 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1064 P:      Miguel Ojeda Sandonis
1065 M:      maxextreme@gmail.com
1066 L:      linux-kernel@vger.kernel.org
1067 W:      http://auxdisplay.googlepages.com/
1068 S:      Maintained
1069
1070 CFG80211 and NL80211
1071 P:      Johannes Berg
1072 M:      johannes@sipsolutions.net
1073 L:      linux-wireless@vger.kernel.org
1074 S:      Maintained
1075
1076 CHECKPATCH
1077 P:      Andy Whitcroft
1078 M:      apw@shadowen.org
1079 P:      Randy Dunlap
1080 M:      rdunlap@xenotime.net
1081 P:      Joel Schopp
1082 M:      jschopp@austin.ibm.com
1083 S:      Supported
1084
1085 COMMON INTERNET FILE SYSTEM (CIFS)
1086 P:      Steve French
1087 M:      sfrench@samba.org
1088 L:      linux-cifs-client@lists.samba.org
1089 L:      samba-technical@lists.samba.org
1090 W:      http://linux-cifs.samba.org/
1091 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1092 S:      Supported
1093
1094 CONFIGFS
1095 P:      Joel Becker
1096 M:      joel.becker@oracle.com
1097 L:      linux-kernel@vger.kernel.org
1098 S:      Supported
1099
1100 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1101 P:      Lennert Buytenhek
1102 M:      kernel@wantstofly.org
1103 L:      netdev@vger.kernel.org
1104 S:      Maintained
1105
1106 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1107 P:      Lennert Buytenhek
1108 M:      kernel@wantstofly.org
1109 L:      linux-usb@vger.kernel.org
1110 S:      Maintained
1111
1112 CIRRUS LOGIC CS4270 SOUND DRIVER
1113 P:      Timur Tabi
1114 M:      timur@freescale.com
1115 L:      alsa-devel@alsa-project.org
1116 S:      Supported
1117
1118 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1119 P:      Cirrus Logic Corporation (kernel 2.2 driver)
1120 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1121 P:      Nils Faerber (port to kernel 2.4)
1122 M:      Nils Faerber <nils@kernelconcepts.de>
1123 S:      Maintained
1124
1125 CODA FILE SYSTEM
1126 P:      Jan Harkes
1127 M:      jaharkes@cs.cmu.edu
1128 M:      coda@cs.cmu.edu
1129 L:      codalist@coda.cs.cmu.edu
1130 W:      http://www.coda.cs.cmu.edu/
1131 S:      Maintained
1132
1133 COMPACTPCI HOTPLUG CORE
1134 P:      Scott Murray
1135 M:      scottm@somanetworks.com
1136 M:      scott@spiteful.org
1137 L:      pcihpd-discuss@lists.sourceforge.net
1138 S:      Supported
1139
1140 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1141 P:      Scott Murray
1142 M:      scottm@somanetworks.com
1143 M:      scott@spiteful.org
1144 L:      pcihpd-discuss@lists.sourceforge.net
1145 S:      Supported
1146
1147 COMPACTPCI HOTPLUG GENERIC DRIVER
1148 P:      Scott Murray
1149 M:      scottm@somanetworks.com
1150 M:      scott@spiteful.org
1151 L:      pcihpd-discuss@lists.sourceforge.net
1152 S:      Supported
1153
1154 COMPUTONE INTELLIPORT MULTIPORT CARD
1155 P:      Michael H. Warfield
1156 M:      mhw@wittsend.com
1157 W:      http://www.wittsend.com/computone.html
1158 S:      Maintained
1159
1160 CONEXANT ACCESSRUNNER USB DRIVER
1161 P:      Simon Arlott
1162 M:      cxacru@fire.lp0.eu
1163 L:      accessrunner-general@lists.sourceforge.net
1164 W:      http://accessrunner.sourceforge.net/
1165 S:      Maintained
1166
1167 CONTROL GROUPS (CGROUPS)
1168 P:      Paul Menage
1169 M:      menage@google.com
1170 L:      containers@lists.linux-foundation.org
1171 S:      Maintained
1172
1173 CORETEMP HARDWARE MONITORING DRIVER
1174 P:      Rudolf Marek
1175 M:      r.marek@assembler.cz
1176 L:      lm-sensors@lm-sensors.org
1177 S:      Maintained
1178
1179 COSA/SRP SYNC SERIAL DRIVER
1180 P:      Jan "Yenya" Kasprzak
1181 M:      kas@fi.muni.cz
1182 W:      http://www.fi.muni.cz/~kas/cosa/
1183 S:      Maintained
1184
1185 CPU FREQUENCY DRIVERS
1186 P:      Dave Jones
1187 M:      davej@codemonkey.org.uk
1188 L:      cpufreq@lists.linux.org.uk
1189 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1190 T:      git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1191 S:      Maintained
1192
1193 CPUID/MSR DRIVER
1194 P:      H. Peter Anvin
1195 M:      hpa@zytor.com
1196 S:      Maintained
1197
1198 CPUSETS
1199 P:      Paul Jackson
1200 P:      Paul Menage
1201 M:      pj@sgi.com
1202 M:      menage@google.com
1203 L:      linux-kernel@vger.kernel.org
1204 W:      http://www.bullopensource.org/cpuset/
1205 S:      Supported
1206
1207 CRAMFS FILESYSTEM
1208 W:      http://sourceforge.net/projects/cramfs/
1209 S:      Orphan
1210
1211 CRIS PORT
1212 P:      Mikael Starvik
1213 M:      starvik@axis.com
1214 P:      Jesper Nilsson
1215 M:      jesper.nilsson@axis.com
1216 L:      dev-etrax@axis.com
1217 W:      http://developer.axis.com
1218 S:      Maintained
1219
1220 CRYPTO API
1221 P:      Herbert Xu
1222 M:      herbert@gondor.apana.org.au
1223 P:      David S. Miller
1224 M:      davem@davemloft.net
1225 L:      linux-crypto@vger.kernel.org
1226 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1227 S:      Maintained
1228
1229 CS5535 Audio ALSA driver
1230 P:      Jaya Kumar
1231 M:      jayakumar.alsa@gmail.com
1232 S:      Maintained
1233
1234 CX18 VIDEO4LINUX DRIVER
1235 P:      Hans Verkuil, Andy Walls
1236 M:      hverkuil@xs4all.nl, awalls@radix.net
1237 L:      ivtv-devel@ivtvdriver.org
1238 L:      ivtv-users@ivtvdriver.org
1239 L:      video4linux-list@redhat.com
1240 W:      http://linuxtv.org
1241 S:      Maintained
1242
1243 CYBERPRO FB DRIVER
1244 P:      Russell King
1245 M:      rmk@arm.linux.org.uk
1246 W:      http://www.arm.linux.org.uk/
1247 S:      Maintained
1248
1249 CYBLAFB FRAMEBUFFER DRIVER
1250 P:      Knut Petersen
1251 M:      Knut_Petersen@t-online.de
1252 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1253 S:      Maintained
1254
1255 CYCLADES 2X SYNC CARD DRIVER
1256 P:      Arnaldo Carvalho de Melo
1257 M:      acme@ghostprotocols.net
1258 W:      http://oops.ghostprotocols.net:81/blog
1259 S:      Maintained
1260
1261 CYCLADES ASYNC MUX DRIVER
1262 W:      http://www.cyclades.com/
1263 S:      Orphan
1264
1265 CYCLADES PC300 DRIVER
1266 W:      http://www.cyclades.com/
1267 S:      Orphan
1268
1269 DAMA SLAVE for AX.25
1270 P:      Joerg Reuter
1271 M:      jreuter@yaina.de
1272 W:      http://yaina.de/jreuter/
1273 W:      http://www.qsl.net/dl1bke/
1274 L:      linux-hams@vger.kernel.org
1275 S:      Maintained
1276
1277 DC395x SCSI driver
1278 P:      Oliver Neukum
1279 M:      oliver@neukum.name
1280 P:      Ali Akcaagac
1281 M:      aliakc@web.de
1282 P:      Jamie Lenehan
1283 M:      lenehan@twibble.org
1284 W:      http://twibble.org/dist/dc395x/
1285 L:      dc395x@twibble.org
1286 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1287 S:      Maintained
1288
1289 DC390/AM53C974 SCSI driver
1290 P:      Kurt Garloff
1291 M:      garloff@suse.de
1292 W:      http://www.garloff.de/kurt/linux/dc390/
1293 P:      Guennadi Liakhovetski
1294 M:      g.liakhovetski@gmx.de
1295 S:      Maintained
1296
1297 DCCP PROTOCOL
1298 P:      Arnaldo Carvalho de Melo
1299 M:      acme@ghostprotocols.net
1300 L:      dccp@vger.kernel.org
1301 W:      http://linux-net.osdl.org/index.php/DCCP
1302 S:      Maintained
1303
1304 DECnet NETWORK LAYER
1305 P:      Christine Caulfield
1306 M:      christine.caulfield@googlemail.com
1307 W:      http://linux-decnet.sourceforge.net
1308 L:      linux-decnet-user@lists.sourceforge.net
1309 S:      Maintained
1310
1311 DEFXX FDDI NETWORK DRIVER
1312 P:      Maciej W. Rozycki
1313 M:      macro@linux-mips.org
1314 S:      Maintained
1315
1316 DELL LAPTOP SMM DRIVER
1317 P:      Massimo Dal Zotto
1318 M:      dz@debian.org
1319 W:      http://www.debian.org/~dz/i8k/
1320 S:      Maintained
1321
1322 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1323 P:      Doug Warzecha
1324 M:      Douglas_Warzecha@dell.com
1325 S:      Maintained
1326
1327 DEVICE-MAPPER  (LVM)
1328 P:      Alasdair Kergon
1329 L:      dm-devel@redhat.com
1330 W:      http://sources.redhat.com/dm
1331 S:      Maintained
1332
1333 DEVICE NUMBER REGISTRY
1334 P:      Torben Mathiasen
1335 M:      device@lanana.org
1336 W:      http://lanana.org/docs/device-list/index.html
1337 L:      linux-kernel@vger.kernel.org
1338 S:      Maintained
1339
1340 DIGI INTL. EPCA DRIVER
1341 P:      Digi International, Inc
1342 M:      Eng.Linux@digi.com
1343 L:      Eng.Linux@digi.com
1344 W:      http://www.digi.com
1345 S:      Orphaned
1346
1347 DIRECTORY NOTIFICATION
1348 P:      Stephen Rothwell
1349 M:      sfr@canb.auug.org.au
1350 L:      linux-kernel@vger.kernel.org
1351 S:      Supported
1352
1353 DISK GEOMETRY AND PARTITION HANDLING
1354 P:      Andries Brouwer
1355 M:      aeb@cwi.nl
1356 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1357 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1358 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1359 S:      Maintained
1360
1361 DISKQUOTA:
1362 P:      Jan Kara
1363 M:      jack@suse.cz
1364 L:      linux-kernel@vger.kernel.org
1365 S:      Maintained
1366
1367 DISTRIBUTED LOCK MANAGER
1368 P:      Christine Caulfield
1369 M:      ccaulfie@redhat.com
1370 P:      David Teigland
1371 M:      teigland@redhat.com
1372 L:      cluster-devel@redhat.com
1373 W:      http://sources.redhat.com/cluster/
1374 T:      git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
1375 S:      Supported
1376
1377 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1378 P:      Tobias Ringstrom
1379 M:      tori@unhappy.mine.nu
1380 L:      netdev@vger.kernel.org
1381 S:      Maintained
1382
1383 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1384 P:      Maciej Sosnowski
1385 M:      maciej.sosnowski@intel.com
1386 P:      Dan Williams
1387 M:      dan.j.williams@intel.com
1388 L:      linux-kernel@vger.kernel.org
1389 S:      Supported
1390
1391 DME1737 HARDWARE MONITOR DRIVER
1392 P:      Juerg Haefliger
1393 M:      juergh@gmail.com
1394 L:      lm-sensors@lm-sensors.org
1395 S:      Maintained
1396
1397 DOCBOOK FOR DOCUMENTATION
1398 P:      Randy Dunlap
1399 M:      rdunlap@xenotime.net
1400 S:      Maintained
1401
1402 DOCKING STATION DRIVER
1403 P:      Kristen Carlson Accardi
1404 M:      kristen.c.accardi@intel.com
1405 L:      linux-acpi@vger.kernel.org
1406 S:      Supported
1407
1408 DOUBLETALK DRIVER
1409 P:      James R. Van Zandt
1410 M:      jrv@vanzandt.mv.com
1411 L:      blinux-list@redhat.com
1412 S:      Maintained
1413
1414 DRIVER CORE, KOBJECTS, AND SYSFS
1415 P:      Greg Kroah-Hartman
1416 M:      gregkh@suse.de
1417 L:      linux-kernel@vger.kernel.org
1418 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1419 S:      Supported
1420
1421 DRM DRIVERS
1422 P:      David Airlie
1423 M:      airlied@linux.ie
1424 L:      dri-devel@lists.sourceforge.net
1425 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1426 S:      Maintained
1427
1428 DSCC4 DRIVER
1429 P:      Francois Romieu
1430 M:      romieu@fr.zoreil.com
1431 L:      netdev@vger.kernel.org
1432 S:      Maintained
1433
1434 DVB SUBSYSTEM AND DRIVERS
1435 P:      LinuxTV.org Project
1436 M:      v4l-dvb-maintainer@linuxtv.org
1437 L:      linux-dvb@linuxtv.org (subscription required)
1438 W:      http://linuxtv.org/
1439 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1440 S:      Maintained
1441
1442 DZ DECSTATION DZ11 SERIAL DRIVER
1443 P:      Maciej W. Rozycki
1444 M:      macro@linux-mips.org
1445 S:      Maintained
1446
1447 EATA-DMA SCSI DRIVER
1448 P:      Michael Neuffer
1449 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1450 S:      Maintained
1451
1452 EATA ISA/EISA/PCI SCSI DRIVER
1453 P:      Dario Ballabio
1454 M:      ballabio_dario@emc.com
1455 L:      linux-scsi@vger.kernel.org
1456 S:      Maintained
1457
1458 EATA-PIO SCSI DRIVER
1459 P:      Michael Neuffer
1460 M:      mike@i-Connect.Net
1461 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1462 S:      Maintained
1463
1464 EBTABLES
1465 P:      Bart De Schuymer
1466 M:      bart.de.schuymer@pandora.be
1467 L:      ebtables-user@lists.sourceforge.net
1468 L:      ebtables-devel@lists.sourceforge.net
1469 W:      http://ebtables.sourceforge.net/
1470 S:      Maintained
1471
1472 ECRYPT FILE SYSTEM
1473 P:      Mike Halcrow, Phillip Hellewell
1474 M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1475 L:      ecryptfs-devel@lists.sourceforge.net
1476 W:      http://ecryptfs.sourceforge.net/
1477 S:      Supported
1478
1479 EDAC-CORE
1480 P:      Doug Thompson
1481 M:      dougthompson@xmission.com
1482 L:      bluesmoke-devel@lists.sourceforge.net
1483 W:      bluesmoke.sourceforge.net
1484 S:      Supported
1485
1486 EDAC-E752X
1487 P:      Mark Gross
1488 P:      Doug Thompson
1489 M:      mark.gross@intel.com
1490 M:      dougthompson@xmission.com
1491 L:      bluesmoke-devel@lists.sourceforge.net
1492 W:      bluesmoke.sourceforge.net
1493 S:      Maintained
1494
1495 EDAC-E7XXX
1496 P:      Doug Thompson
1497 M:      dougthompson@xmission.com
1498 L:      bluesmoke-devel@lists.sourceforge.net
1499 W:      bluesmoke.sourceforge.net
1500 S:      Maintained
1501
1502 EDAC-I82443BXGX
1503 P:      Tim Small
1504 M:      tim@buttersideup.com
1505 L:      bluesmoke-devel@lists.sourceforge.net
1506 W:      bluesmoke.sourceforge.net
1507 S:      Maintained
1508
1509 EDAC-I3000
1510 P:      Jason Uhlenkott
1511 M:      juhlenko@akamai.com
1512 L:      bluesmoke-devel@lists.sourceforge.net
1513 W:      bluesmoke.sourceforge.net
1514 S:      Maintained
1515
1516 EDAC-I5000
1517 P:      Doug Thompson
1518 M:      dougthompson@xmission.com
1519 L:      bluesmoke-devel@lists.sourceforge.net
1520 W:      bluesmoke.sourceforge.net
1521 S:      Maintained
1522
1523 EDAC-I82975X
1524 P:      Ranganathan Desikan
1525 P:      Arvind R.
1526 M:      rdesikan@jetzbroadband.com
1527 M:      arvind@acarlab.com
1528 L:      bluesmoke-devel@lists.sourceforge.net
1529 W:      bluesmoke.sourceforge.net
1530 S:      Maintained
1531
1532 EDAC-PASEMI
1533 P:      Egor Martovetsky
1534 M:      egor@pasemi.com
1535 L:      bluesmoke-devel@lists.sourceforge.net
1536 W:      bluesmoke.sourceforge.net
1537 S:      Maintained
1538
1539 EDAC-R82600
1540 P:      Tim Small
1541 M:      tim@buttersideup.com
1542 L:      bluesmoke-devel@lists.sourceforge.net
1543 W:      bluesmoke.sourceforge.net
1544 S:      Maintained
1545
1546 EEEPC LAPTOP EXTRAS DRIVER
1547 P:      Corentin Chary
1548 M:      corentincj@iksaif.net
1549 L:      acpi4asus-user@lists.sourceforge.net
1550 W:      http://sourceforge.net/projects/acpi4asus
1551 S:      Maintained
1552
1553 EEPRO100 NETWORK DRIVER
1554 P:      Andrey V. Savochkin
1555 M:      saw@saw.sw.com.sg
1556 S:      Maintained
1557
1558 EFS FILESYSTEM
1559 W:      http://aeschi.ch.eu.org/efs/
1560 S:      Orphan
1561
1562 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1563 P:      Hoang-Nam Nguyen
1564 M:      hnguyen@de.ibm.com
1565 P:      Christoph Raisch
1566 M:      raisch@de.ibm.com
1567 L:      general@lists.openfabrics.org
1568 S:      Supported
1569
1570 EMBEDDED LINUX
1571 P:      Paul Gortmaker
1572 M:      paul.gortmaker@windriver.com
1573 P       David Woodhouse
1574 M:      dwmw2@infradead.org
1575 L:      linux-embedded@vger.kernel.org
1576 S:      Maintained
1577
1578 EMULEX LPFC FC SCSI DRIVER
1579 P:      James Smart
1580 M:      james.smart@emulex.com
1581 L:      linux-scsi@vger.kernel.org
1582 W:      http://sourceforge.net/projects/lpfcxxxx
1583 S:      Supported
1584
1585 EPSON 1355 FRAMEBUFFER DRIVER
1586 P:      Christopher Hoover
1587 M:      ch@murgatroid.com, ch@hpl.hp.com
1588 S:      Maintained
1589
1590 ETHEREXPRESS-16 NETWORK DRIVER
1591 P:      Philip Blundell
1592 M:      philb@gnu.org
1593 L:      netdev@vger.kernel.org
1594 S:      Maintained
1595
1596 ETHERNET BRIDGE
1597 P:      Stephen Hemminger
1598 M:      shemminger@linux-foundation.org
1599 L:      bridge@lists.linux-foundation.org
1600 W:      http://bridge.sourceforge.net/
1601 S:      Maintained
1602
1603 ETHERTEAM 16I DRIVER
1604 P:      Mika Kuoppala
1605 M:      miku@iki.fi
1606 S:      Maintained
1607
1608 EXT2 FILE SYSTEM
1609 L:      linux-ext4@vger.kernel.org
1610 S:      Maintained
1611
1612 EXT3 FILE SYSTEM
1613 P:      Stephen Tweedie, Andrew Morton
1614 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1615 L:      linux-ext4@vger.kernel.org
1616 S:      Maintained
1617
1618 EXT4 FILE SYSTEM
1619 P:      Stephen Tweedie, Andrew Morton
1620 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1621 L:      linux-ext4@vger.kernel.org
1622 S:      Maintained
1623
1624 F71805F HARDWARE MONITORING DRIVER
1625 P:      Jean Delvare
1626 M:      khali@linux-fr.org
1627 L:      lm-sensors@lm-sensors.org
1628 S:      Maintained
1629
1630 FARSYNC SYNCHRONOUS DRIVER
1631 P:      Kevin Curtis
1632 M:      kevin.curtis@farsite.co.uk
1633 W:      http://www.farsite.co.uk/
1634 S:      Supported
1635
1636 FAULT INJECTION SUPPORT
1637 P:      Akinobu Mita
1638 M:      akinobu.mita@gmail.com
1639 S:      Supported
1640
1641 FRAMEBUFFER LAYER
1642 P:      Antonino Daplas
1643 M:      adaplas@gmail.com
1644 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1645 W:      http://linux-fbdev.sourceforge.net/
1646 S:      Maintained
1647
1648 FREESCALE DMA DRIVER
1649 P:      Li Yang
1650 M:      leoli@freescale.com
1651 P:      Zhang Wei
1652 M:      zw@zh-kernel.org
1653 L:      linuxppc-embedded@ozlabs.org
1654 L:      linux-kernel@vger.kernel.org
1655 S:      Maintained
1656
1657 FREESCALE SOC FS_ENET DRIVER
1658 P:      Pantelis Antoniou
1659 M:      pantelis.antoniou@gmail.com
1660 P:      Vitaly Bordug
1661 M:      vbordug@ru.mvista.com
1662 L:      linuxppc-dev@ozlabs.org
1663 L:      netdev@vger.kernel.org
1664 S:      Maintained
1665
1666 FREESCALE QUICC ENGINE LIBRARY
1667 P:      Timur Tabi
1668 M:      timur@freescale.com
1669 L:      linuxppc-dev@ozlabs.org
1670 S:      Supported
1671
1672 FREESCALE HIGHSPEED USB DEVICE DRIVER
1673 P:      Li Yang
1674 M:      leoli@freescale.com
1675 L:      linux-usb@vger.kernel.org
1676 L:      linuxppc-dev@ozlabs.org
1677 S:      Maintained
1678
1679 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1680 P:      Li Yang
1681 M:      leoli@freescale.com
1682 L:      netdev@vger.kernel.org
1683 L:      linuxppc-dev@ozlabs.org
1684 S:      Maintained
1685
1686 FREESCALE QUICC ENGINE UCC UART DRIVER
1687 P:      Timur Tabi
1688 M:      timur@freescale.com
1689 L:      linuxppc-dev@ozlabs.org
1690 S:      Supported
1691
1692 FREESCALE SOC SOUND DRIVERS
1693 P:      Timur Tabi
1694 M:      timur@freescale.com
1695 L:      alsa-devel@alsa-project.org
1696 L:      linuxppc-dev@ozlabs.org
1697 S:      Supported
1698
1699 FILE LOCKING (flock() and fcntl()/lockf())
1700 P:      Matthew Wilcox
1701 M:      matthew@wil.cx
1702 L:      linux-fsdevel@vger.kernel.org
1703 S:      Maintained
1704
1705 FILESYSTEMS (VFS and infrastructure)
1706 P:      Alexander Viro
1707 M:      viro@zeniv.linux.org.uk
1708 L:      linux-fsdevel@vger.kernel.org
1709 S:      Maintained
1710
1711 FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1712 P:      Kristian Hoegsberg, Stefan Richter
1713 M:      krh@redhat.com, stefanr@s5r6.in-berlin.de
1714 L:      linux1394-devel@lists.sourceforge.net
1715 W:      http://www.linux1394.org/
1716 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1717 S:      Maintained
1718
1719 FIRMWARE LOADER (request_firmware)
1720 L:      linux-kernel@vger.kernel.org
1721 S:      Orphan
1722
1723 FPU EMULATOR
1724 P:      Bill Metzenthen
1725 M:      billm@suburbia.net
1726 W:      http://suburbia.net/~billm/floating-point/emulator/
1727 S:      Maintained
1728
1729 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1730 P:      Mike McLagan
1731 M:      mike.mclagan@linux.org
1732 L:      netdev@vger.kernel.org
1733 S:      Maintained
1734
1735 FREEVXFS FILESYSTEM
1736 P:      Christoph Hellwig
1737 M:      hch@infradead.org
1738 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1739 S:      Maintained
1740
1741 FUJITSU FR-V (FRV) PORT
1742 P:      David Howells
1743 M:      dhowells@redhat.com
1744 S:      Maintained
1745
1746 FUSE: FILESYSTEM IN USERSPACE
1747 P:      Miklos Szeredi
1748 M:      miklos@szeredi.hu
1749 L:      fuse-devel@lists.sourceforge.net
1750 W:      http://fuse.sourceforge.net/
1751 S:      Maintained
1752
1753 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1754 P:      Rik Faith
1755 M:      faith@cs.unc.edu
1756 L:      linux-scsi@vger.kernel.org
1757 S:      Odd fixes (e.g., new signatures)
1758
1759 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1760 P:      Achim Leubner
1761 M:      achim_leubner@adaptec.com
1762 L:      linux-scsi@vger.kernel.org
1763 W:      http://www.icp-vortex.com/
1764 S:      Supported
1765
1766 GENERIC GPIO I2C DRIVER
1767 P:      Haavard Skinnemoen
1768 M:      hskinnemoen@atmel.com
1769 S:      Supported
1770
1771 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1772 P:      Krzysztof Halasa
1773 M:      khc@pm.waw.pl
1774 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1775 S:      Maintained
1776
1777 GFS2 FILE SYSTEM
1778 P:      Steven Whitehouse
1779 M:      swhiteho@redhat.com
1780 L:      cluster-devel@redhat.com
1781 W:      http://sources.redhat.com/cluster/
1782 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1783 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1784 S:      Supported
1785
1786 GIGASET ISDN DRIVERS
1787 P:      Hansjoerg Lipp
1788 M:      hjlipp@web.de
1789 P:      Tilman Schmidt
1790 M:      tilman@imap.cc
1791 L:      gigaset307x-common@lists.sourceforge.net
1792 W:      http://gigaset307x.sourceforge.net/
1793 S:      Maintained
1794
1795 HARDWARE MONITORING
1796 P:      Mark M. Hoffman
1797 M:      mhoffman@lightlink.com
1798 L:      lm-sensors@lm-sensors.org
1799 W:      http://www.lm-sensors.org/
1800 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1801 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
1802 S:      Maintained
1803
1804 HARDWARE RANDOM NUMBER GENERATOR CORE
1805 S:      Orphaned
1806
1807 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1808 P:      Robert Love
1809 M:      rlove@rlove.org
1810 M:      linux-kernel@vger.kernel.org
1811 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1812 S:      Maintained
1813
1814 HARMONY SOUND DRIVER
1815 P:      Kyle McMartin
1816 M:      kyle@parisc-linux.org
1817 L:      linux-parisc@vger.kernel.org
1818 S:      Maintained
1819
1820 HAYES ESP SERIAL DRIVER
1821 P:      Andrew J. Robinson
1822 M:      arobinso@nyx.net
1823 L:      linux-kernel@vger.kernel.org
1824 W:      http://www.nyx.net/~arobinso
1825 S:      Maintained
1826
1827 HFS FILESYSTEM
1828 P:      Roman Zippel
1829 M:      zippel@linux-m68k.org
1830 L:      linux-kernel@vger.kernel.org
1831 S:      Maintained
1832
1833 HGA FRAMEBUFFER DRIVER
1834 P:      Ferenc Bakonyi
1835 M:      fero@drama.obuda.kando.hu
1836 L:      linux-nvidia@lists.surfsouth.com
1837 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1838 S:      Maintained
1839
1840 HID CORE LAYER
1841 P:      Jiri Kosina
1842 M:      jkosina@suse.cz
1843 L:      linux-input@vger.kernel.org
1844 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1845 S:      Maintained
1846
1847 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1848 P:      Thomas Gleixner
1849 M:      tglx@linutronix.de
1850 L:      linux-kernel@vger.kernel.org
1851 S:      Maintained
1852
1853 HIGH-SPEED SCC DRIVER FOR AX.25
1854 P:      Klaus Kudielka
1855 M:      klaus.kudielka@ieee.org
1856 L:      linux-hams@vger.kernel.org
1857 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1858 S:      Maintained
1859
1860 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1861 P:      HighPoint Linux Team
1862 M:      linux@highpoint-tech.com
1863 W:      http://www.highpoint-tech.com
1864 S:      Supported
1865
1866 HIPPI
1867 P:      Jes Sorensen
1868 M:      jes@trained-monkey.org
1869 L:      linux-hippi@sunsite.dk
1870 S:      Maintained
1871
1872 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1873 P:      Chirag Kantharia
1874 M:      chirag.kantharia@hp.com
1875 L:      iss_storagedev@hp.com
1876 S:      Maintained
1877
1878 HEWLETT-PACKARD SMART2 RAID DRIVER
1879 P:      Chirag Kantharia
1880 M:      chirag.kantharia@hp.com
1881 L:      iss_storagedev@hp.com
1882 S:      Maintained
1883
1884 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1885 P:      Mike Miller
1886 M:      mike.miller@hp.com
1887 L:      iss_storagedev@hp.com
1888 S:      Supported
1889
1890 HOST AP DRIVER
1891 P:      Jouni Malinen
1892 M:      j@w1.fi
1893 L:      hostap@shmoo.com (subscribers-only)
1894 L:      linux-wireless@vger.kernel.org
1895 W:      http://hostap.epitest.fi/
1896 S:      Maintained
1897
1898 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1899 P:      Jaroslav Kysela
1900 M:      perex@perex.cz
1901 S:      Maintained
1902
1903 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1904 P:      Carlos Corbacho
1905 M:      carlos@strangeworlds.co.uk
1906 S:      Odd Fixes
1907
1908 HPET:   High Precision Event Timers driver (hpet.c)
1909 P:      Clemens Ladisch
1910 M:      clemens@ladisch.de
1911 S:      Maintained
1912
1913 HPET:   i386
1914 P:      Venkatesh Pallipadi (Venki)
1915 M:      venkatesh.pallipadi@intel.com
1916 S:      Maintained
1917
1918 HPET:   x86_64
1919 P:      Vojtech Pavlik
1920 M:      vojtech@suse.cz
1921 S:      Maintained
1922
1923 HPET:   ACPI hpet.c
1924 P:      Bob Picco
1925 M:      bob.picco@hp.com
1926 S:      Maintained
1927
1928 HPFS FILESYSTEM
1929 P:      Mikulas Patocka
1930 M:      mikulas@artax.karlin.mff.cuni.cz
1931 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1932 S:      Maintained
1933
1934 HUGETLB FILESYSTEM
1935 P:      William Irwin
1936 M:      wli@holomorphy.com
1937 S:      Maintained
1938
1939 I2C/SMBUS STUB DRIVER
1940 P:      Mark M. Hoffman
1941 M:      mhoffman@lightlink.com
1942 L:      lm-sensors@lm-sensors.org
1943 S:      Maintained
1944
1945 I2C SUBSYSTEM
1946 P:      Jean Delvare (PC drivers, core)
1947 M:      khali@linux-fr.org
1948 P:      Ben Dooks (embedded platforms)
1949 M:      ben-linux@fluff.org
1950 L:      i2c@lm-sensors.org
1951 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1952 S:      Maintained
1953
1954 I2C-TINY-USB DRIVER
1955 P:      Till Harbaum
1956 M:      till@harbaum.org
1957 L:      i2c@lm-sensors.org
1958 T:      http://www.harbaum.org/till/i2c_tiny_usb
1959 S:      Maintained
1960
1961 i386 BOOT CODE
1962 P:      H. Peter Anvin
1963 M:      hpa@zytor.com
1964 L:      Linux-Kernel@vger.kernel.org
1965 S:      Maintained
1966
1967 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1968 P:      H. Peter Anvin
1969 M:      hpa@zytor.com
1970 T:      git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1971 S:      Maintained
1972
1973 IA64 (Itanium) PLATFORM
1974 P:      Tony Luck
1975 M:      tony.luck@intel.com
1976 L:      linux-ia64@vger.kernel.org
1977 W:      http://www.ia64-linux.org/
1978 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1979 S:      Maintained
1980
1981 SN-IA64 (Itanium) SUB-PLATFORM
1982 P:      Jes Sorensen
1983 M:      jes@sgi.com
1984 L:      linux-altix@sgi.com
1985 L:      linux-ia64@vger.kernel.org
1986 W:      http://www.sgi.com/altix
1987 S:      Maintained
1988
1989 IBM MCA SCSI SUBSYSTEM DRIVER
1990 P:      Michael Lang
1991 M:      langa2@kph.uni-mainz.de
1992 W:      http://www.uni-mainz.de/~langm000/linux.html
1993 S:      Maintained
1994
1995 IBM Power Linux RAID adapter
1996 P:      Brian King
1997 M:      brking@us.ibm.com
1998 S:      Supported
1999
2000 IBM ServeRAID RAID DRIVER
2001 P:      Jack Hammer
2002 P:      Dave Jeffery
2003 M:      ipslinux@adaptec.com
2004 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2005 S:      Supported
2006
2007 IDE SUBSYSTEM
2008 P:      Bartlomiej Zolnierkiewicz
2009 M:      bzolnier@gmail.com
2010 L:      linux-ide@vger.kernel.org
2011 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
2012 S:      Maintained
2013
2014 IDE/ATAPI CDROM DRIVER
2015 P:      Borislav Petkov
2016 M:      petkovbb@gmail.com
2017 L:      linux-ide@vger.kernel.org
2018 S:      Maintained
2019
2020 IDE/ATAPI FLOPPY DRIVERS
2021 P:      Paul Bristow
2022 M:      Paul Bristow <paul@paulbristow.net>
2023 W:      http://paulbristow.net/linux/idefloppy.html
2024 L:      linux-kernel@vger.kernel.org
2025 S:      Maintained
2026
2027 IDE/ATAPI TAPE DRIVERS
2028 P:      Gadi Oxman
2029 M:      Gadi Oxman <gadio@netvision.net.il>
2030 L:      linux-kernel@vger.kernel.org
2031 S:      Maintained
2032
2033 IDE-SCSI DRIVER
2034 L:      linux-ide@vger.kernel.org
2035 L:      linux-scsi@vger.kernel.org
2036 S:      Orphan
2037
2038 IEEE 1394 SUBSYSTEM (drivers/ieee1394)
2039 P:      Ben Collins
2040 M:      ben.collins@ubuntu.com
2041 P:      Stefan Richter
2042 M:      stefanr@s5r6.in-berlin.de
2043 L:      linux1394-devel@lists.sourceforge.net
2044 W:      http://www.linux1394.org/
2045 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2046 S:      Maintained
2047
2048 IEEE 1394 RAW I/O DRIVER (raw1394)
2049 P:      Dan Dennedy
2050 M:      dan@dennedy.org
2051 P:      Stefan Richter
2052 M:      stefanr@s5r6.in-berlin.de
2053 L:      linux1394-devel@lists.sourceforge.net
2054 S:      Maintained
2055
2056 IMS TWINTURBO FRAMEBUFFER DRIVER
2057 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2058 S:      Orphan
2059
2060 INFINIBAND SUBSYSTEM
2061 P:      Roland Dreier
2062 M:      rolandd@cisco.com
2063 P:      Sean Hefty
2064 M:      sean.hefty@intel.com
2065 P:      Hal Rosenstock
2066 M:      hal.rosenstock@gmail.com 
2067 L:      general@lists.openfabrics.org
2068 W:      http://www.openib.org/
2069 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
2070 S:      Supported
2071
2072 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2073 P:      Dmitry Torokhov
2074 M:      dmitry.torokhov@gmail.com
2075 M:      dtor@mail.ru
2076 L:      linux-input@vger.kernel.org
2077 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2078 S:      Maintained
2079
2080 INOTIFY
2081 P:      John McCutchan
2082 M:      ttb@tentacle.dhs.org
2083 P:      Robert Love
2084 M:      rml@novell.com
2085 L:      linux-kernel@vger.kernel.org
2086 S:      Maintained
2087
2088 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2089 P:      Sylvain Meyer
2090 M:      sylvain.meyer@worldonline.fr
2091 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2092 S:      Maintained
2093
2094 INTEL 810/815 FRAMEBUFFER DRIVER
2095 P:      Antonino Daplas
2096 M:      adaplas@gmail.com
2097 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2098 S:      Maintained
2099
2100 INTEL IA32 MICROCODE UPDATE SUPPORT
2101 P:      Tigran Aivazian
2102 M:      tigran@aivazian.fsnet.co.uk
2103 S:      Maintained
2104
2105 INTEL I/OAT DMA DRIVER
2106 P:      Maciej Sosnowski
2107 M:      maciej.sosnowski@intel.com
2108 L:      linux-kernel@vger.kernel.org
2109 S:      Supported
2110
2111 INTEL IOP-ADMA DMA DRIVER
2112 P:      Dan Williams
2113 M:      dan.j.williams@intel.com
2114 L:      linux-kernel@vger.kernel.org
2115 S:      Supported
2116
2117 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2118 P:      Deepak Saxena
2119 M:      dsaxena@plexity.net
2120 S:      Maintained
2121
2122 INTEL IXP2000 ETHERNET DRIVER
2123 P:      Lennert Buytenhek
2124 M:      kernel@wantstofly.org
2125 L:      netdev@vger.kernel.org
2126 S:      Maintained
2127
2128 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2129 P:      Jeff Kirsher
2130 M:      jeffrey.t.kirsher@intel.com
2131 P:      Jesse Brandeburg
2132 M:      jesse.brandeburg@intel.com
2133 P:      Bruce Allan
2134 M:      bruce.w.allan@intel.com
2135 P:      John Ronciak
2136 M:      john.ronciak@intel.com
2137 L:      e1000-devel@lists.sourceforge.net
2138 W:      http://e1000.sourceforge.net/
2139 S:      Supported
2140
2141 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2142 P:      Zhu Yi
2143 M:      yi.zhu@intel.com
2144 P:      James Ketrenos
2145 M:      jketreno@linux.intel.com
2146 P:      Reinette Chatre
2147 M:      reinette.chatre@intel.com
2148 L:      linux-wireless@vger.kernel.org
2149 L:      ipw2100-devel@lists.sourceforge.net
2150 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2151 W:      http://ipw2100.sourceforge.net
2152 S:      Supported
2153
2154 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2155 P:      Zhu Yi
2156 M:      yi.zhu@intel.com
2157 P:      James Ketrenos
2158 M:      jketreno@linux.intel.com
2159 P:      Reinette Chatre
2160 M:      reinette.chatre@intel.com
2161 L:      linux-wireless@vger.kernel.org
2162 L:      ipw2100-devel@lists.sourceforge.net
2163 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2164 W:      http://ipw2200.sourceforge.net
2165 S:      Supported
2166
2167 INTEL WIRELESS WIFI LINK (iwlwifi)
2168 P:      Zhu Yi
2169 M:      yi.zhu@intel.com
2170 P:      Reinette Chatre
2171 M:      reinette.chatre@intel.com
2172 L:      linux-wireless@vger.kernel.org
2173 L:      ipw3945-devel@lists.sourceforge.net
2174 W:      http://intellinuxwireless.org
2175 T:      git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2176 S:      Supported
2177
2178 IOC3 ETHERNET DRIVER
2179 P:      Ralf Baechle
2180 M:      ralf@linux-mips.org
2181 L:      linux-mips@linux-mips.org
2182 S:      Maintained
2183
2184 IOC3 SERIAL DRIVER
2185 P:      Pat Gefre
2186 M:      pfg@sgi.com
2187 L:      linux-mips@linux-mips.org
2188 S:      Maintained
2189
2190 IP MASQUERADING:
2191 P:      Juanjo Ciarlante
2192 M:      jjciarla@raiz.uncu.edu.ar
2193 S:      Maintained
2194
2195 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2196 P:      Francois Romieu
2197 M:      romieu@fr.zoreil.com
2198 P:      Sorbica Shieh
2199 M:      sorbica@icplus.com.tw
2200 P:      Jesse Huang
2201 M:      jesse@icplus.com.tw
2202 L:      netdev@vger.kernel.org
2203 S:      Maintained
2204
2205 IPATH DRIVER:
2206 P:      Ralph Campbell
2207 M:      infinipath@qlogic.com
2208 L:      general@lists.openfabrics.org
2209 T:      git git://git.qlogic.com/ipath-linux-2.6
2210 S:      Supported
2211
2212 IPMI SUBSYSTEM
2213 P:      Corey Minyard
2214 M:      minyard@acm.org
2215 L:      openipmi-developer@lists.sourceforge.net
2216 W:      http://openipmi.sourceforge.net/
2217 S:      Supported
2218
2219 IPX NETWORK LAYER
2220 P:      Arnaldo Carvalho de Melo
2221 M:      acme@ghostprotocols.net
2222 L:      netdev@vger.kernel.org
2223 S:      Maintained
2224
2225 IPWIRELES DRIVER
2226 P:      Jiri Kosina
2227 M:      jkosina@suse.cz
2228 P:      David Sterba
2229 M:      dsterba@suse.cz
2230 S:      Maintained
2231 T:      git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2232
2233 IRDA SUBSYSTEM
2234 P:      Samuel Ortiz
2235 M:      samuel@sortiz.org
2236 L:      irda-users@lists.sourceforge.net (subscribers-only)
2237 W:      http://irda.sourceforge.net/
2238 S:      Maintained
2239
2240 ISCSI
2241 P:      Mike Christie
2242 M:      michaelc@cs.wisc.edu
2243 L:      open-iscsi@googlegroups.com
2244 W:      www.open-iscsi.org
2245 T:      git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2246 S:      Maintained
2247
2248 ISAPNP
2249 P:      Jaroslav Kysela
2250 M:      perex@perex.cz
2251 S:      Maintained
2252
2253 ISDN SUBSYSTEM
2254 P:      Karsten Keil
2255 M:      kkeil@suse.de
2256 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
2257 W:      http://www.isdn4linux.de
2258 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2259 S:      Maintained
2260
2261 ISDN SUBSYSTEM (Eicon active card driver)
2262 P:      Armin Schindler
2263 M:      mac@melware.de
2264 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
2265 W:      http://www.melware.de
2266 S:      Maintained
2267
2268 IVTV VIDEO4LINUX DRIVER
2269 P:      Hans Verkuil
2270 M:      hverkuil@xs4all.nl
2271 L:      ivtv-devel@ivtvdriver.org
2272 L:      ivtv-users@ivtvdriver.org
2273 L:      video4linux-list@redhat.com
2274 W:      http://www.ivtvdriver.org
2275 S:      Maintained
2276
2277 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2278 P:      David Woodhouse
2279 M:      dwmw2@infradead.org
2280 L:      linux-mtd@lists.infradead.org
2281 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
2282 S:      Maintained
2283
2284 JFS FILESYSTEM
2285 P:      Dave Kleikamp
2286 M:      shaggy@austin.ibm.com
2287 L:      jfs-discussion@lists.sourceforge.net
2288 W:      http://jfs.sourceforge.net/
2289 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2290 S:      Supported
2291
2292 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2293 P:      Stephen Tweedie, Andrew Morton
2294 M:      sct@redhat.com, akpm@linux-foundation.org
2295 L:      linux-ext4@vger.kernel.org
2296 S:      Maintained
2297
2298 K8TEMP HARDWARE MONITORING DRIVER
2299 P:      Rudolf Marek
2300 M:      r.marek@assembler.cz
2301 L:      lm-sensors@lm-sensors.org
2302 S:      Maintained
2303
2304 KCONFIG
2305 P:      Roman Zippel
2306 M:      zippel@linux-m68k.org
2307 L:      linux-kbuild@vger.kernel.org
2308 S:      Maintained
2309
2310 KDUMP
2311 P:      Vivek Goyal
2312 M:      vgoyal@redhat.com
2313 P:      Haren Myneni
2314 M:      hbabu@us.ibm.com
2315 L:      kexec@lists.infradead.org
2316 L:      linux-kernel@vger.kernel.org
2317 W:      http://lse.sourceforge.net/kdump/
2318 S:      Maintained
2319
2320 KERNEL AUTOMOUNTER (AUTOFS)
2321 P:      H. Peter Anvin
2322 M:      hpa@zytor.com
2323 L:      autofs@linux.kernel.org
2324 S:      Odd Fixes
2325
2326 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2327 P:      Ian Kent
2328 M:      raven@themaw.net
2329 L:      autofs@linux.kernel.org
2330 S:      Maintained
2331
2332 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2333 P:      Sam Ravnborg
2334 M:      sam@ravnborg.org
2335 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2336 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
2337 L:      linux-kbuild@vger.kernel.org
2338 S:      Maintained
2339
2340 KERNEL JANITORS
2341 P:      Several
2342 L:      kernel-janitors@vger.kernel.org
2343 W:      http://www.kerneljanitors.org/
2344 S:      Maintained
2345
2346 KERNEL NFSD
2347 P:      J. Bruce Fields
2348 M:      bfields@fieldses.org
2349 P:      Neil Brown
2350 M:      neilb@suse.de
2351 L:      linux-nfs@vger.kernel.org
2352 W:      http://nfs.sourceforge.net/
2353 S:      Supported
2354
2355 KERNEL VIRTUAL MACHINE (KVM)
2356 P:      Avi Kivity
2357 M:      avi@qumranet.com
2358 L:      kvm@vger.kernel.org
2359 W:      http://kvm.qumranet.com
2360 S:      Supported
2361
2362 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2363 P:      Hollis Blanchard
2364 M:      hollisb@us.ibm.com
2365 L:      kvm-ppc@vger.kernel.org
2366 W:      http://kvm.qumranet.com
2367 S:      Supported
2368
2369 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
2370 P:      Anthony Xu
2371 M:      anthony.xu@intel.com
2372 P:      Xiantao Zhang
2373 M:      xiantao.zhang@intel.com
2374 L:      kvm-ia64@vger.kernel.org
2375 W:      http://kvm.qumranet.com
2376 S:      Supported
2377
2378 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2379 P:      Carsten Otte
2380 M:      cotte@de.ibm.com
2381 P:      Christian Borntraeger
2382 M:      borntraeger@de.ibm.com
2383 M:      linux390@de.ibm.com
2384 L:      linux-s390@vger.kernel.org
2385 W:      http://www.ibm.com/developerworks/linux/linux390/
2386 S:      Supported
2387
2388 KEXEC
2389 P:      Eric Biederman
2390 M:      ebiederm@xmission.com
2391 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2392 L:      linux-kernel@vger.kernel.org
2393 L:      kexec@lists.infradead.org
2394 S:      Maintained
2395
2396 KGDB
2397 P:      Jason Wessel
2398 M:      jason.wessel@windriver.com
2399 L:      kgdb-bugreport@lists.sourceforge.net
2400 S:      Maintained
2401
2402 KPROBES
2403 P:      Ananth N Mavinakayanahalli
2404 M:      ananth@in.ibm.com
2405 P:      Anil S Keshavamurthy
2406 M:      anil.s.keshavamurthy@intel.com
2407 P:      David S. Miller
2408 M:      davem@davemloft.net
2409 P:      Masami Hiramatsu
2410 M:      mhiramat@redhat.com
2411 L:      linux-kernel@vger.kernel.org
2412 S:      Maintained
2413
2414 KS0108 LCD CONTROLLER DRIVER
2415 P:      Miguel Ojeda Sandonis
2416 M:      maxextreme@gmail.com
2417 L:      linux-kernel@vger.kernel.org
2418 W:      http://auxdisplay.googlepages.com/
2419 S:      Maintained
2420
2421 LAPB module
2422 L:      linux-x25@vger.kernel.org
2423 S:      Orphan
2424
2425 LASI 53c700 driver for PARISC
2426 P:      James E.J. Bottomley
2427 M:      James.Bottomley@HansenPartnership.com
2428 L:      linux-scsi@vger.kernel.org
2429 S:      Maintained
2430
2431 LED SUBSYSTEM
2432 P:      Richard Purdie
2433 M:      rpurdie@rpsys.net
2434 S:      Maintained
2435
2436 LEGO USB Tower driver
2437 P:      Juergen Stuber
2438 M:      starblue@users.sourceforge.net
2439 L:      legousb-devel@lists.sourceforge.net
2440 W:      http://legousb.sourceforge.net/
2441 S:      Maintained
2442
2443 LGUEST
2444 P:      Rusty Russell
2445 M:      rusty@rustcorp.com.au
2446 L:      lguest@ozlabs.org
2447 W:      http://lguest.ozlabs.org/
2448 S:      Maintained
2449
2450 LINUX FOR IBM pSERIES (RS/6000)
2451 P:      Paul Mackerras
2452 M:      paulus@au.ibm.com
2453 W:      http://www.ibm.com/linux/ltc/projects/ppc
2454 S:      Supported
2455
2456 LINUX FOR NCR VOYAGER
2457 P:      James Bottomley
2458 M:      James.Bottomley@HansenPartnership.com
2459 W:      http://www.hansenpartnership.com/voyager
2460 S:      Maintained
2461
2462 LINUX FOR POWERPC
2463 P:      Paul Mackerras
2464 M:      paulus@samba.org
2465 W:      http://www.penguinppc.org/
2466 L:      linuxppc-dev@ozlabs.org
2467 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2468 S:      Supported
2469
2470 LINUX FOR POWER MACINTOSH
2471 P:      Benjamin Herrenschmidt
2472 M:      benh@kernel.crashing.org
2473 W:      http://www.penguinppc.org/
2474 L:      linuxppc-dev@ozlabs.org
2475 S:      Maintained
2476
2477 LINUX FOR POWERPC EMBEDDED MPC52XX
2478 P:      Sylvain Munaut
2479 M:      tnt@246tNt.com
2480 P:      Grant Likely
2481 M:      grant.likely@secretlab.ca
2482 W:      http://www.246tNt.com/mpc52xx/
2483 W:      http://www.penguinppc.org/
2484 L:      linuxppc-dev@ozlabs.org
2485 S:      Maintained
2486
2487 LINUX FOR POWERPC EMBEDDED PPC4XX
2488 P:      Josh Boyer
2489 M:      jwboyer@linux.vnet.ibm.com
2490 P:      Matt Porter
2491 M:      mporter@kernel.crashing.org
2492 W:      http://www.penguinppc.org/
2493 L:      linuxppc-dev@ozlabs.org
2494 T:      git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
2495 S:      Maintained
2496
2497 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2498 P:      Grant Likely
2499 M:      grant.likely@secretlab.ca
2500 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
2501 L:      linuxppc-dev@ozlabs.org
2502 S:      Maintained
2503
2504 LINUX FOR POWERPC BOOT CODE
2505 P:      Tom Rini
2506 M:      trini@kernel.crashing.org
2507 W:      http://www.penguinppc.org/
2508 L:      linuxppc-dev@ozlabs.org
2509 S:      Maintained
2510
2511 LINUX FOR POWERPC EMBEDDED PPC8XX
2512 P:      Vitaly Bordug
2513 M:      vitb@kernel.crashing.org
2514 P:      Marcelo Tosatti
2515 M:      marcelo@kvack.org
2516 W:      http://www.penguinppc.org/
2517 L:      linuxppc-dev@ozlabs.org
2518 S:      Maintained
2519
2520 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2521 P:      Kumar Gala
2522 M:      galak@kernel.crashing.org
2523 W:      http://www.penguinppc.org/
2524 L:      linuxppc-dev@ozlabs.org
2525 S:      Maintained
2526
2527 LINUX FOR POWERPC PA SEMI PWRFICIENT
2528 P:      Olof Johansson
2529 M:      olof@lixom.net
2530 W:      http://www.pasemi.com/
2531 L:      linuxppc-dev@ozlabs.org
2532 S:      Supported
2533
2534 LLC (802.2)
2535 P:      Arnaldo Carvalho de Melo
2536 M:      acme@ghostprotocols.net
2537 S:      Maintained
2538
2539 LINUX FOR 64BIT POWERPC
2540 P:      Paul Mackerras
2541 M:      paulus@samba.org
2542 M:      paulus@au.ibm.com
2543 P:      Anton Blanchard
2544 M:      anton@samba.org
2545 M:      anton@au.ibm.com
2546 W:      http://www.penguinppc.org/ppc64/
2547 L:      linuxppc-dev@ozlabs.org
2548 S:      Supported
2549
2550 LINUX SECURITY MODULE (LSM) FRAMEWORK
2551 P:      Chris Wright
2552 M:      chrisw@sous-sol.org
2553 L:      linux-security-module@vger.kernel.org
2554 W:      http://lsm.immunix.org
2555 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2556 S:      Supported
2557
2558 LM83 HARDWARE MONITOR DRIVER
2559 P:      Jean Delvare
2560 M:      khali@linux-fr.org
2561 L:      lm-sensors@lm-sensors.org
2562 S:      Maintained
2563
2564 LM90 HARDWARE MONITOR DRIVER
2565 P:      Jean Delvare
2566 M:      khali@linux-fr.org
2567 L:      lm-sensors@lm-sensors.org
2568 S:      Maintained
2569
2570 LOCKDEP AND LOCKSTAT
2571 P:      Peter Zijlstra
2572 M:      peterz@infradead.org
2573 P:      Ingo Molnar
2574 M:      mingo@redhat.com
2575 L:      linux-kernel@vger.kernel.org
2576 T:      git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2577 S:      Maintained
2578
2579 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2580 P:      Richard Russon (FlatCap)
2581 M:      ldm@flatcap.org
2582 L:      linux-ntfs-dev@lists.sourceforge.net
2583 W:      http://www.linux-ntfs.org/content/view/19/37/
2584 S:      Maintained
2585
2586 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2587 P:      Eric Moore
2588 M:      Eric.Moore@lsi.com
2589 M:      support@lsi.com
2590 L:      DL-MPTFusionLinux@lsi.com
2591 L:      linux-scsi@vger.kernel.org
2592 W:      http://www.lsilogic.com/support
2593 S:      Supported
2594
2595 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2596 P:      Matthew Wilcox
2597 M:      matthew@wil.cx
2598 L:      linux-scsi@vger.kernel.org
2599 S:      Maintained
2600
2601 M32R ARCHITECTURE
2602 P:      Hirokazu Takata
2603 M:      takata@linux-m32r.org
2604 L:      linux-m32r@ml.linux-m32r.org
2605 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2606 W:      http://www.linux-m32r.org/
2607 S:      Maintained
2608
2609 M68K ARCHITECTURE
2610 P:      Geert Uytterhoeven
2611 M:      geert@linux-m68k.org
2612 P:      Roman Zippel
2613 M:      zippel@linux-m68k.org
2614 L:      linux-m68k@lists.linux-m68k.org
2615 W:      http://www.linux-m68k.org/
2616 W:      http://linux-m68k-cvs.ubb.ca/
2617 S:      Maintained
2618
2619 M68K ON APPLE MACINTOSH
2620 P:      Joshua Thompson
2621 M:      funaho@jurai.org
2622 W:      http://www.mac.linux-m68k.org/
2623 L:      linux-m68k@lists.linux-m68k.org
2624 S:      Maintained
2625
2626 M68K ON HP9000/300
2627 P:      Philip Blundell
2628 M:      philb@gnu.org
2629 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2630 S:      Maintained
2631
2632 MAC80211
2633 P:      Johannes Berg
2634 M:      johannes@sipsolutions.net
2635 P:      Michael Wu
2636 M:      flamingice@sourmilk.net
2637 L:      linux-wireless@vger.kernel.org
2638 W:      http://linuxwireless.org/
2639 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2640 S:      Maintained
2641
2642 MAC80211 PID RATE CONTROL
2643 P:      Stefano Brivio
2644 M:      stefano.brivio@polimi.it
2645 P:      Mattias Nissler
2646 M:      mattias.nissler@gmx.de
2647 L:      linux-wireless@vger.kernel.org
2648 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2649 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2650 S:      Maintained
2651
2652 MACVLAN DRIVER
2653 P:      Patrick McHardy
2654 M:      kaber@trash.net
2655 L:      netdev@vger.kernel.org
2656 S:      Maintained
2657
2658 MARVELL YUKON / SYSKONNECT DRIVER
2659 P:      Mirko Lindner
2660 M:      mlindner@syskonnect.de
2661 P:      Ralph Roesler
2662 M:      rroesler@syskonnect.de
2663 W:      http://www.syskonnect.com
2664 S:      Supported
2665
2666 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2667 P:      Michael Kerrisk
2668 M:      mtk.manpages@gmail.com
2669 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2670 S:      Maintained
2671
2672 MARVELL LIBERTAS WIRELESS DRIVER
2673 P:      Dan Williams
2674 M:      dcbw@redhat.com
2675 L:      libertas-dev@lists.infradead.org
2676 S:      Maintained
2677
2678 MARVELL MV643XX ETHERNET DRIVER
2679 P:      Dale Farnsworth
2680 M:      dale@farnsworth.org
2681 P:      Manish Lachwani
2682 M:      mlachwani@mvista.com
2683 L:      netdev@vger.kernel.org
2684 S:      Odd Fixes for 2.4; Maintained for 2.6.
2685
2686 MATROX FRAMEBUFFER DRIVER
2687 P:      Petr Vandrovec
2688 M:      vandrove@vc.cvut.cz
2689 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2690 S:      Maintained
2691
2692 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2693 P:      Hans J. Koch
2694 M:      hjk@linutronix.de
2695 L:      lm-sensors@lm-sensors.org
2696 S:      Maintained
2697
2698 MEGARAID SCSI DRIVERS
2699 P:      Neela Syam Kolli
2700 M:      megaraidlinux@lsi.com
2701 S:      linux-scsi@vger.kernel.org
2702 W:      http://megaraid.lsilogic.com
2703 S:      Maintained
2704
2705 MEMORY MANAGEMENT
2706 L:      linux-mm@kvack.org
2707 L:      linux-kernel@vger.kernel.org
2708 W:      http://www.linux-mm.org
2709 S:      Maintained
2710
2711 MEMORY RESOURCE CONTROLLER
2712 P:      Balbir Singh
2713 M:      balbir@linux.vnet.ibm.com
2714 P:      Pavel Emelyanov
2715 M:      xemul@openvz.org
2716 P:      KAMEZAWA Hiroyuki
2717 M:      kamezawa.hiroyu@jp.fujitsu.com
2718 L:      linux-mm@kvack.org
2719 L:      linux-kernel@vger.kernel.org
2720 S:      Maintained
2721
2722 MEI MN10300/AM33 PORT
2723 P:      David Howells
2724 M:      dhowells@redhat.com
2725 P:      Koichi Yasutake
2726 M:      yasutake.koichi@jp.panasonic.com
2727 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
2728 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2729 S:      Maintained
2730
2731 MEMORY TECHNOLOGY DEVICES (MTD)
2732 P:      David Woodhouse
2733 M:      dwmw2@infradead.org
2734 W:      http://www.linux-mtd.infradead.org/
2735 L:      linux-mtd@lists.infradead.org
2736 T:      git git://git.infradead.org/mtd-2.6.git
2737 S:      Maintained
2738
2739 UNSORTED BLOCK IMAGES (UBI)
2740 P:      Artem Bityutskiy
2741 M:      dedekind@infradead.org
2742 W:      http://www.linux-mtd.infradead.org/
2743 L:      linux-mtd@lists.infradead.org
2744 T:      git git://git.infradead.org/~dedekind/ubi-2.6.git
2745 S:      Maintained
2746
2747 MICROTEK X6 SCANNER
2748 P:      Oliver Neukum
2749 M:      oliver@neukum.name
2750 S:      Maintained
2751
2752 MIPS
2753 P:      Ralf Baechle
2754 M:      ralf@linux-mips.org
2755 W:      http://www.linux-mips.org/
2756 L:      linux-mips@linux-mips.org
2757 T:      git www.linux-mips.org:/pub/scm/linux.git
2758 S:      Supported
2759
2760 MISCELLANEOUS MCA-SUPPORT
2761 P:      James Bottomley
2762 M:      James.Bottomley@HansenPartnership.com
2763 L:      linux-kernel@vger.kernel.org
2764 S:      Maintained
2765
2766 MODULE SUPPORT
2767 P:      Rusty Russell
2768 M:      rusty@rustcorp.com.au
2769 L:      linux-kernel@vger.kernel.org
2770 S:      Maintained
2771
2772 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2773 P:      Stelian Pop
2774 M:      stelian@popies.net
2775 W:      http://popies.net/meye/
2776 S:      Maintained
2777
2778 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2779 P:      Pavel Pisa
2780 M:      ppisa@pikron.com
2781 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2782 S:      Maintained
2783
2784 MOUSE AND MISC DEVICES [GENERAL]
2785 P:      Alessandro Rubini
2786 M:      rubini@ipvvis.unipv.it
2787 L:      linux-kernel@vger.kernel.org
2788 S:      Maintained
2789
2790 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
2791 P:      Jiri Slaby
2792 M:      jirislaby@gmail.com
2793 L:      linux-kernel@vger.kernel.org
2794 S:      Maintained
2795
2796 MSI LAPTOP SUPPORT
2797 P:      Lennart Poettering
2798 M:      mzxreary@0pointer.de
2799 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2800 W:      http://0pointer.de/lennart/tchibo.html
2801 S:      Maintained
2802
2803 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2804 P:      Pierre Ossman
2805 M:      drzeus-mmc@drzeus.cx
2806 L:      linux-kernel@vger.kernel.org
2807 S:      Maintained
2808
2809 MULTIMEDIA CARD (MMC) ETC. OVER SPI
2810 P:      David Brownell
2811 M:      dbrownell@users.sourceforge.net
2812 L:      linux-kernel@vger.kernel.org
2813 S:      Odd fixes
2814
2815 MULTISOUND SOUND DRIVER
2816 P:      Andrew Veliath
2817 M:      andrewtv@usa.net
2818 S:      Maintained
2819
2820 MULTITECH MULTIPORT CARD (ISICOM)
2821 P:      Jiri Slaby
2822 M:      jirislaby@gmail.com
2823 L:      linux-kernel@vger.kernel.org
2824 S:      Maintained
2825
2826 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2827 P:      Andrew Gallatin
2828 M:      gallatin@myri.com
2829 P:      Brice Goglin
2830 M:      brice@myri.com
2831 L:      netdev@vger.kernel.org
2832 W:      http://www.myri.com/scs/download-Myri10GE.html
2833 S:      Supported
2834
2835 NATSEMI ETHERNET DRIVER (DP8381x)
2836 P:      Tim Hockin
2837 M:      thockin@hockin.org
2838 S:      Maintained
2839
2840 NCP FILESYSTEM
2841 P:      Petr Vandrovec
2842 M:      vandrove@vc.cvut.cz
2843 L:      linware@sh.cvut.cz
2844 S:      Maintained
2845
2846 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2847 P:      James E.J. Bottomley
2848 M:      James.Bottomley@HansenPartnership.com
2849 L:      linux-scsi@vger.kernel.org
2850 S:      Maintained
2851
2852 NETEFFECT IWARP RNIC DRIVER (IW_NES)
2853 P:      Faisal Latif
2854 M:      flatif@neteffect.com
2855 P:      Nishi Gupta
2856 M:      ngupta@neteffect.com
2857 P:      Glenn Streiff
2858 M:      gstreiff@neteffect.com
2859 L:      general@lists.openfabrics.org
2860 W:      http://www.neteffect.com
2861 S:      Supported
2862 F:      drivers/infiniband/hw/nes/
2863
2864 NETEM NETWORK EMULATOR
2865 P:      Stephen Hemminger
2866 M:      shemminger@linux-foundation.org
2867 L:      netem@lists.linux-foundation.org
2868 S:      Maintained
2869
2870 NETERION (S2IO) Xframe 10GbE DRIVER
2871 P:      Ramkrishna Vepa
2872 M:      ram.vepa@neterion.com
2873 P:      Rastapur Santosh
2874 M:      santosh.rastapur@neterion.com
2875 P:      Sivakumar Subramani
2876 M:      sivakumar.subramani@neterion.com
2877 P:      Sreenivasa Honnur
2878 M:      sreenivasa.honnur@neterion.com
2879 L:      netdev@vger.kernel.org
2880 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2881 S:      Supported
2882
2883 NETFILTER/IPTABLES/IPCHAINS
2884 P:      Rusty Russell
2885 P:      Marc Boucher
2886 P:      James Morris
2887 P:      Harald Welte
2888 P:      Jozsef Kadlecsik
2889 P:      Patrick McHardy
2890 M:      kaber@trash.net
2891 L:      netfilter-devel@vger.kernel.org
2892 L:      netfilter@vger.kernel.org
2893 L:      coreteam@netfilter.org
2894 W:      http://www.netfilter.org/
2895 W:      http://www.iptables.org/
2896 S:      Supported
2897
2898 NETLABEL
2899 P:      Paul Moore
2900 M:      paul.moore@hp.com
2901 W:      http://netlabel.sf.net
2902 L:      netdev@vger.kernel.org
2903 S:      Supported
2904
2905 NETROM NETWORK LAYER
2906 P:      Ralf Baechle
2907 M:      ralf@linux-mips.org
2908 L:      linux-hams@vger.kernel.org
2909 W:      http://www.linux-ax25.org/
2910 S:      Maintained
2911
2912 NETWORK BLOCK DEVICE (NBD)
2913 P:      Paul Clements
2914 M:      Paul.Clements@steeleye.com
2915 S:      Maintained
2916
2917 NETWORK DEVICE DRIVERS
2918 P:      Jeff Garzik
2919 M:      jgarzik@pobox.com
2920 L:      netdev@vger.kernel.org
2921 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2922 S:      Maintained
2923
2924 NETWORKING [GENERAL]
2925 P:      Networking Team
2926 M:      netdev@vger.kernel.org
2927 L:      netdev@vger.kernel.org
2928 W:      http://linux-net.osdl.org/
2929 S:      Maintained
2930
2931 NETWORKING [IPv4/IPv6]
2932 P:      David S. Miller
2933 M:      davem@davemloft.net
2934 P:      Alexey Kuznetsov
2935 M:      kuznet@ms2.inr.ac.ru
2936 P:      Pekka Savola (ipv6)
2937 M:      pekkas@netcore.fi
2938 P:      James Morris
2939 M:      jmorris@namei.org
2940 P:      Hideaki YOSHIFUJI
2941 M:      yoshfuji@linux-ipv6.org
2942 P:      Patrick McHardy
2943 M:      kaber@trash.net
2944 L:      netdev@vger.kernel.org
2945 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2946 S:      Maintained
2947
2948 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2949 P:      Paul Moore
2950 M:      paul.moore@hp.com
2951 L:      netdev@vger.kernel.org
2952 S:      Maintained
2953
2954 NETWORKING [WIRELESS]
2955 P:      John W. Linville
2956 M:      linville@tuxdriver.com
2957 L:      linux-wireless@vger.kernel.org
2958 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2959 S:      Maintained
2960
2961 NETXEN (1/10) GbE SUPPORT
2962 P:      Dhananjay Phadke
2963 M:      dhananjay@netxen.com
2964 L:      netdev@vger.kernel.org
2965 W:      http://www.netxen.com
2966 S:      Supported
2967
2968 IPVS
2969 P:      Wensong Zhang
2970 M:      wensong@linux-vs.org
2971 P:      Simon Horman
2972 M:      horms@verge.net.au
2973 P:      Julian Anastasov
2974 M:      ja@ssi.bg
2975 L:      netdev@vger.kernel.org
2976 S:      Maintained
2977
2978 NFS CLIENT
2979 P:      Trond Myklebust
2980 M:      Trond.Myklebust@netapp.com
2981 L:      linux-nfs@vger.kernel.org
2982 W:      http://client.linux-nfs.org
2983 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
2984 S:      Maintained
2985
2986 NI5010 NETWORK DRIVER
2987 P:      Jan-Pascal van Best
2988 M:      janpascal@vanbest.org
2989 P:      Andreas Mohr
2990 M:      andi@lisas.de
2991 L:      netdev@vger.kernel.org
2992 S:      Maintained
2993
2994 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2995 P:      YOKOTA Hiroshi
2996 M:      yokota@netlab.is.tsukuba.ac.jp
2997 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2998 S:      Maintained
2999
3000 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3001 P:      GOTO Masanori
3002 M:      gotom@debian.or.jp
3003 P:      YOKOTA Hiroshi
3004 M:      yokota@netlab.is.tsukuba.ac.jp
3005 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3006 S:      Maintained
3007
3008 NTFS FILESYSTEM
3009 P:      Anton Altaparmakov
3010 M:      aia21@cantab.net
3011 L:      linux-ntfs-dev@lists.sourceforge.net
3012 L:      linux-kernel@vger.kernel.org
3013 W:      http://linux-ntfs.sf.net/
3014 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
3015 S:      Maintained
3016
3017 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3018 P:      Antonino Daplas
3019 M:      adaplas@gmail.com
3020 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3021 S:      Maintained
3022
3023 OPENCORES I2C BUS DRIVER
3024 P:      Peter Korsgaard
3025 M:      jacmet@sunsite.dk
3026 L:      i2c@lm-sensors.org
3027 S:      Maintained
3028
3029 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3030 P:      Mark Fasheh
3031 M:      mfasheh@suse.com
3032 P:      Joel Becker
3033 M:      joel.becker@oracle.com
3034 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3035 W:      http://oss.oracle.com/projects/ocfs2/
3036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3037 S:      Supported
3038
3039 OMNIKEY CARDMAN 4000 DRIVER
3040 P:      Harald Welte
3041 M:      laforge@gnumonks.org
3042 S:      Maintained
3043
3044 OMNIKEY CARDMAN 4040 DRIVER
3045 P:      Harald Welte
3046 M:      laforge@gnumonks.org
3047 S:      Maintained
3048
3049 OMNIVISION OV7670 SENSOR DRIVER
3050 P:      Jonathan Corbet
3051 M:      corbet@lwn.net
3052 L:      video4linux-list@redhat.com
3053 S:      Maintained
3054
3055 ONENAND FLASH DRIVER
3056 P:      Kyungmin Park
3057 M:      kyungmin.park@samsung.com
3058 L:      linux-mtd@lists.infradead.org
3059 S:      Maintained
3060
3061 ONSTREAM SCSI TAPE DRIVER
3062 P:      Willem Riede
3063 M:      osst@riede.org
3064 L:      osst-users@lists.sourceforge.net
3065 L:      linux-scsi@vger.kernel.org
3066 S:      Maintained
3067
3068 OPROFILE
3069 P:      Philippe Elie
3070 M:      phil.el@wanadoo.fr
3071 L:      oprofile-list@lists.sf.net
3072 S:      Maintained
3073
3074 ORINOCO DRIVER
3075 P:      Pavel Roskin
3076 M:      proski@gnu.org
3077 P:      David Gibson
3078 M:      hermes@gibson.dropbear.id.au
3079 L:      linux-wireless@vger.kernel.org
3080 L:      orinoco-users@lists.sourceforge.net
3081 L:      orinoco-devel@lists.sourceforge.net
3082 W:      http://www.nongnu.org/orinoco/
3083 S:      Maintained
3084
3085 PA SEMI ETHERNET DRIVER
3086 P:      Olof Johansson
3087 M:      olof@lixom.net
3088 L:      netdev@vger.kernel.org
3089 S:      Maintained
3090
3091 PA SEMI SMBUS DRIVER
3092 P:      Olof Johansson
3093 M:      olof@lixom.net
3094 L:      i2c@lm-sensors.org
3095 S:      Maintained
3096
3097 PARALLEL PORT SUPPORT
3098 L:      linux-parport@lists.infradead.org (subscribers-only)
3099 S:      Orphan
3100
3101 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3102 P:      Tim Waugh
3103 M:      tim@cyberelk.net
3104 L:      linux-parport@lists.infradead.org (subscribers-only)
3105 W:      http://www.torque.net/linux-pp.html
3106 S:      Maintained
3107
3108 PARISC ARCHITECTURE
3109 P:      Kyle McMartin
3110 M:      kyle@parisc-linux.org
3111 P:      Matthew Wilcox
3112 M:      matthew@wil.cx
3113 P:      Grant Grundler
3114 M:      grundler@parisc-linux.org
3115 L:      linux-parisc@vger.kernel.org
3116 W:      http://www.parisc-linux.org/
3117 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3118 S:      Maintained
3119
3120 PARAVIRT_OPS INTERFACE
3121 P:      Jeremy Fitzhardinge
3122 M:      jeremy@xensource.com
3123 P:      Chris Wright
3124 M:      chrisw@sous-sol.org
3125 P:      Zachary Amsden
3126 M:      zach@vmware.com
3127 P:      Rusty Russell
3128 M:      rusty@rustcorp.com.au
3129 L:      virtualization@lists.osdl.org
3130 L:      linux-kernel@vger.kernel.org
3131 S:      Supported
3132
3133 PC87360 HARDWARE MONITORING DRIVER
3134 P:      Jim Cromie
3135 M:      jim.cromie@gmail.com
3136 L:      lm-sensors@lm-sensors.org
3137 S:      Maintained
3138
3139 PC8736x GPIO DRIVER
3140 P:      Jim Cromie
3141 M:      jim.cromie@gmail.com
3142 S:      Maintained
3143
3144 PCI ERROR RECOVERY
3145 P:      Linas Vepstas
3146 M:      linas@austin.ibm.com
3147 L:      linux-kernel@vger.kernel.org
3148 L:      linux-pci@atrey.karlin.mff.cuni.cz
3149 S:      Supported
3150
3151 PCI SUBSYSTEM
3152 P:      Jesse Barnes
3153 M:      jbarnes@virtuousgeek.org
3154 L:      linux-kernel@vger.kernel.org
3155 L:      linux-pci@vger.kernel.org
3156 T:      git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
3157 S:      Supported
3158
3159 PCI HOTPLUG CORE
3160 P:      Kristen Carlson Accardi
3161 M:      kristen.c.accardi@intel.com
3162 S:      Supported
3163
3164 PCIE HOTPLUG DRIVER
3165 P:      Kristen Carlson Accardi
3166 M:      kristen.c.accardi@intel.com
3167 L:      pcihpd-discuss@lists.sourceforge.net
3168 S:      Supported
3169
3170 PCMCIA SUBSYSTEM
3171 P:      Linux PCMCIA Team
3172 L:      linux-pcmcia@lists.infradead.org
3173 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3174 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3175 S:      Maintained
3176
3177 PCNET32 NETWORK DRIVER
3178 P:      Don Fry
3179 M:      pcnet32@verizon.net
3180 L:      netdev@vger.kernel.org
3181 S:      Maintained
3182
3183 PER-TASK DELAY ACCOUNTING
3184 P:      Shailabh Nagar
3185 M:      nagar@watson.ibm.com
3186 L:      linux-kernel@vger.kernel.org
3187 S:      Maintained
3188
3189 PERSONALITY HANDLING
3190 P:      Christoph Hellwig
3191 M:      hch@infradead.org
3192 L:      linux-abi-devel@lists.sourceforge.net
3193 S:      Maintained
3194
3195 PHRAM MTD DRIVER
3196 P:      Joern Engel
3197 M:      joern@lazybastard.org
3198 L:      linux-mtd@lists.infradead.org
3199 S:      Maintained
3200
3201 PKTCDVD DRIVER
3202 P:      Peter Osterlund
3203 M:      petero2@telia.com
3204 L:      linux-kernel@vger.kernel.org
3205 S:      Maintained
3206
3207 POSIX CLOCKS and TIMERS
3208 P:      Thomas Gleixner
3209 M:      tglx@linutronix.de
3210 L:      linux-kernel@vger.kernel.org
3211 S:      Supported
3212
3213 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3214 P:      Anton Vorontsov
3215 M:      cbou@mail.ru
3216 P:      David Woodhouse
3217 M:      dwmw2@infradead.org
3218 L:      linux-kernel@vger.kernel.org
3219 T:      git git.infradead.org/battery-2.6.git
3220 S:      Maintained
3221
3222 POWERPC 4xx EMAC DRIVER
3223 P:      Eugene Surovegin
3224 M:      ebs@ebshome.net
3225 W:      http://kernel.ebshome.net/emac/
3226 L:      linuxppc-dev@ozlabs.org
3227 L:      netdev@vger.kernel.org
3228 S:      Maintained
3229
3230 PNP SUPPORT
3231 P:      Adam Belay
3232 M:      ambx1@neo.rr.com
3233 S:      Maintained
3234
3235 PNXxxxx I2C DRIVER
3236 P:      Vitaly Wool
3237 M:      vitalywool@gmail.com
3238 L:      i2c@lm-sensors.org
3239 S:      Maintained
3240
3241 PPP PROTOCOL DRIVERS AND COMPRESSORS
3242 P:      Paul Mackerras
3243 M:      paulus@samba.org
3244 L:      linux-ppp@vger.kernel.org
3245 S:      Maintained
3246
3247 PPP OVER ATM (RFC 2364)
3248 P:      Mitchell Blank Jr
3249 M:      mitch@sfgoth.com
3250 S:      Maintained
3251
3252 PPP OVER ETHERNET
3253 P:      Michal Ostrowski
3254 M:      mostrows@speakeasy.net
3255 S:      Maintained
3256
3257 PPP OVER L2TP
3258 P:      James Chapman
3259 M:      jchapman@katalix.com
3260 S:      Maintained
3261
3262 PREEMPTIBLE KERNEL
3263 P:      Robert Love
3264 M:      rml@tech9.net
3265 L:      linux-kernel@vger.kernel.org
3266 L:      kpreempt-tech@lists.sourceforge.net
3267 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3268 S:      Supported
3269
3270 P54 WIRELESS DRIVER
3271 P:      Michael Wu
3272 M:      flamingice@sourmilk.net
3273 L:      linux-wireless@vger.kernel.org
3274 W:      http://prism54.org
3275 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3276 S:      Maintained
3277
3278 PRISM54 WIRELESS DRIVER
3279 P:      Luis R. Rodriguez
3280 M:      mcgrof@gmail.com
3281 L:      linux-wireless@vger.kernel.org
3282 W:      http://prism54.org
3283 S:      Maintained
3284
3285 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3286 P:      Peter Denison
3287 M:      promise@pnd-pc.demon.co.uk
3288 W:      http://www.pnd-pc.demon.co.uk/promise/
3289 S:      Maintained
3290
3291 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3292 P:      Mikael Pettersson
3293 M:      mikpe@it.uu.se
3294 L:      linux-ide@vger.kernel.org
3295 S:      Maintained
3296
3297 PS3 NETWORK SUPPORT
3298 P:      Masakazu Mokuno
3299 M:      mokuno@sm.sony.co.jp
3300 L:      netdev@vger.kernel.org
3301 L:      cbe-oss-dev@ozlabs.org
3302 S:      Supported
3303
3304 PS3 PLATFORM SUPPORT
3305 P:      Geoff Levand
3306 M:      geoffrey.levand@am.sony.com
3307 L:      linuxppc-dev@ozlabs.org
3308 L:      cbe-oss-dev@ozlabs.org
3309 S:      Supported
3310
3311 PVRUSB2 VIDEO4LINUX DRIVER
3312 P:      Mike Isely
3313 M:      isely@pobox.com
3314 L:      pvrusb2@isely.net       (subscribers-only)
3315 L:      video4linux-list@redhat.com
3316 W:      http://www.isely.net/pvrusb2/
3317 S:      Maintained
3318
3319 PXA2xx SUPPORT
3320 P:      Nicolas Pitre
3321 M:      nico@cam.org
3322 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3323 S:      Maintained
3324
3325 PXA MMCI DRIVER
3326 S:      Orphan
3327
3328 QLOGIC QLA2XXX FC-SCSI DRIVER
3329 P:      Andrew Vasquez
3330 M:      linux-driver@qlogic.com
3331 L:      linux-scsi@vger.kernel.org
3332 S:      Supported
3333
3334 QLOGIC QLA3XXX NETWORK DRIVER
3335 P:      Ron Mercer
3336 M:      linux-driver@qlogic.com
3337 L:      netdev@vger.kernel.org
3338 S:      Supported
3339
3340 QNX4 FILESYSTEM
3341 P:      Anders Larsen
3342 M:      al@alarsen.net
3343 L:      linux-kernel@vger.kernel.org
3344 W:      http://www.alarsen.net/linux/qnx4fs/
3345 S:      Maintained
3346
3347 RADEON FRAMEBUFFER DISPLAY DRIVER
3348 P:      Benjamin Herrenschmidt
3349 M:      benh@kernel.crashing.org
3350 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3351 S:      Maintained
3352
3353 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3354 P:      Paul Mackerras
3355 M:      paulus@samba.org
3356 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3357 S:      Maintained
3358
3359 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3360 P:      Corey Thomas
3361 M:      coreythomas@charter.net
3362 L:      linux-wireless@vger.kernel.org
3363 S:      Maintained
3364
3365 RALINK RT2X00 WLAN DRIVER
3366 P:      rt2x00 project
3367 L:      linux-wireless@vger.kernel.org
3368 L:      rt2400-devel@lists.sourceforge.net
3369 W:      http://rt2x00.serialmonkey.com/
3370 S:      Maintained
3371 T:      git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
3372 F:      drivers/net/wireless/rt2x00/
3373
3374 RAMDISK RAM BLOCK DEVICE DRIVER
3375 P:      Nick Piggin
3376 M:      npiggin@suse.de
3377 S:      Maintained
3378
3379 RANDOM NUMBER DRIVER
3380 P:      Matt Mackall
3381 M:      mpm@selenic.com
3382 S:      Maintained
3383
3384 RAPIDIO SUBSYSTEM
3385 P:      Matt Porter
3386 M:      mporter@kernel.crashing.org
3387 L:      linux-kernel@vger.kernel.org
3388 S:      Maintained
3389
3390 RDC R-321X SoC
3391 P:      Florian Fainelli
3392 M:      florian.fainelli@telecomint.eu
3393 L:      linux-kernel@vger.kernel.org
3394 S:      Maintained
3395
3396 RDC R6040 FAST ETHERNET DRIVER
3397 P:      Florian Fainelli
3398 M:      florian.fainelli@telecomint.eu
3399 L:      netdev@vger.kernel.org
3400 S:      Maintained
3401
3402 READ-COPY UPDATE (RCU)
3403 P:      Dipankar Sarma
3404 M:      dipankar@in.ibm.com
3405 W:      http://www.rdrop.com/users/paulmck/rclock/
3406 L:      linux-kernel@vger.kernel.org
3407 S:      Supported
3408
3409 RCUTORTURE MODULE
3410 P:      Josh Triplett
3411 M:      josh@freedesktop.org
3412 L:      linux-kernel@vger.kernel.org
3413 S:      Maintained
3414
3415 REAL TIME CLOCK DRIVER
3416 P:      Paul Gortmaker
3417 M:      p_gortmaker@yahoo.com
3418 L:      linux-kernel@vger.kernel.org
3419 S:      Maintained
3420
3421 REAL TIME CLOCK (RTC) SUBSYSTEM
3422 P:      Alessandro Zummo
3423 M:      a.zummo@towertech.it
3424 L:      rtc-linux@googlegroups.com
3425 S:      Maintained
3426
3427 REISERFS FILE SYSTEM
3428 P:      Hans Reiser
3429 M:      reiserfs-dev@namesys.com
3430 L:      reiserfs-devel@vger.kernel.org
3431 W:      http://www.namesys.com
3432 S:      Supported
3433
3434 RFKILL
3435 P:      Ivo van Doorn
3436 M:      IvDoorn@gmail.com
3437 L:      netdev@vger.kernel.org
3438 S:      Maintained
3439 F:      net/rfkill
3440
3441 ROCKETPORT DRIVER
3442 P:      Comtrol Corp.
3443 W:      http://www.comtrol.com
3444 S:      Maintained
3445
3446 ROSE NETWORK LAYER
3447 P:      Ralf Baechle
3448 M:      ralf@linux-mips.org
3449 L:      linux-hams@vger.kernel.org
3450 W:      http://www.linux-ax25.org/
3451 S:      Maintained
3452
3453 RISCOM8 DRIVER
3454 S:      Orphan
3455
3456 RTL818X WIRELESS DRIVER
3457 P:      Michael Wu
3458 M:      flamingice@sourmilk.net
3459 P:      Andrea Merello
3460 M:      andreamrl@tiscali.it
3461 L:      linux-wireless@vger.kernel.org
3462 W:      http://linuxwireless.org/
3463 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3464 S:      Maintained
3465
3466 S3 SAVAGE FRAMEBUFFER DRIVER
3467 P:      Antonino Daplas
3468 M:      adaplas@gmail.com
3469 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3470 S:      Maintained
3471
3472 S390
3473 P:      Martin Schwidefsky
3474 M:      schwidefsky@de.ibm.com
3475 P:      Heiko Carstens
3476 M:      heiko.carstens@de.ibm.com
3477 M:      linux390@de.ibm.com
3478 L:      linux-s390@vger.kernel.org
3479 W:      http://www.ibm.com/developerworks/linux/linux390/
3480 S:      Supported
3481
3482 S390 NETWORK DRIVERS
3483 P:      Ursula Braun
3484 M:      ubraun@linux.vnet.ibm.com
3485 P:      Frank Blaschka
3486 M:      blaschka@linux.vnet.ibm.com
3487 M:      linux390@de.ibm.com
3488 L:      linux-s390@vger.kernel.org
3489 W:      http://www.ibm.com/developerworks/linux/linux390/
3490 S:      Supported
3491
3492 S390 ZFCP DRIVER
3493 P:      Christof Schmitt
3494 M:      christof.schmitt@de.ibm.com
3495 P:      Martin Peschke
3496 M:      mp3@de.ibm.com
3497 M:      linux390@de.ibm.com
3498 L:      linux-s390@vger.kernel.org
3499 W:      http://www.ibm.com/developerworks/linux/linux390/
3500 S:      Supported
3501
3502 S390 IUCV NETWORK LAYER
3503 P:      Ursula Braun
3504 M:      ubraun@linux.vnet.ibm.com
3505 M:      linux390@de.ibm.com
3506 L:      linux-s390@vger.kernel.org
3507 W:      http://www.ibm.com/developerworks/linux/linux390/
3508 S:      Supported
3509
3510 SAA7146 VIDEO4LINUX-2 DRIVER
3511 P:      Michael Hunold
3512 M:      michael@mihu.de
3513 W:      http://www.mihu.de/linux/saa7146
3514 S:      Maintained
3515
3516 SC1200 WDT DRIVER
3517 P:      Zwane Mwaikambo
3518 M:      zwane@arm.linux.org.uk
3519 S:      Maintained
3520
3521 SCHEDULER
3522 P:      Ingo Molnar
3523 M:      mingo@elte.hu
3524 P:      Robert Love    [the preemptible kernel bits]
3525 M:      rml@tech9.net
3526 L:      linux-kernel@vger.kernel.org
3527 S:      Maintained
3528
3529 SCSI CDROM DRIVER
3530 P:      Jens Axboe
3531 M:      axboe@kernel.dk
3532 L:      linux-scsi@vger.kernel.org
3533 W:      http://www.kernel.dk
3534 S:      Maintained
3535
3536 SCSI SG DRIVER
3537 P:      Doug Gilbert
3538 M:      dgilbert@interlog.com
3539 L:      linux-scsi@vger.kernel.org
3540 W:      http://www.torque.net/sg
3541 S:      Maintained
3542
3543 SCSI SUBSYSTEM
3544 P:      James E.J. Bottomley
3545 M:      James.Bottomley@HansenPartnership.com
3546 L:      linux-scsi@vger.kernel.org
3547 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3548 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3549 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3550 S:      Maintained
3551
3552 SCSI TAPE DRIVER
3553 P:      Kai Mäkisara
3554 M:      Kai.Makisara@kolumbus.fi
3555 L:      linux-scsi@vger.kernel.org
3556 S:      Maintained
3557
3558 SCTP PROTOCOL
3559 P:      Vlad Yasevich
3560 M:      vladislav.yasevich@hp.com
3561 P:      Sridhar Samudrala
3562 M:      sri@us.ibm.com
3563 L:      linux-sctp@vger.kernel.org
3564 W:      http://lksctp.sourceforge.net
3565 S:      Supported
3566
3567 SCx200 CPU SUPPORT
3568 P:      Jim Cromie
3569 M:      jim.cromie@gmail.com
3570 S:      Odd Fixes
3571
3572 SCx200 GPIO DRIVER
3573 P:      Jim Cromie
3574 M:      jim.cromie@gmail.com
3575 S:      Maintained
3576
3577 SCx200 HRT CLOCKSOURCE DRIVER
3578 P:      Jim Cromie
3579 M:      jim.cromie@gmail.com
3580 S:      Maintained
3581
3582 SECURITY CONTACT
3583 P:      Security Officers
3584 M:      security@kernel.org
3585 S:      Supported
3586
3587 SELINUX SECURITY MODULE
3588 P:      Stephen Smalley
3589 M:      sds@tycho.nsa.gov
3590 P:      James Morris
3591 M:      jmorris@namei.org
3592 P:      Eric Paris
3593 M:      eparis@parisplace.org
3594 L:      linux-kernel@vger.kernel.org (kernel issues)
3595 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3596 W:      http://www.nsa.gov/selinux
3597 S:      Supported
3598
3599 SENSABLE PHANTOM
3600 P:      Jiri Slaby
3601 M:      jirislaby@gmail.com
3602 S:      Maintained
3603
3604 SERIAL ATA (SATA) SUBSYSTEM:
3605 P:      Jeff Garzik
3606 M:      jgarzik@pobox.com
3607 L:      linux-ide@vger.kernel.org
3608 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3609 S:      Supported
3610
3611 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3612 P:      Pat Gefre
3613 M:      pfg@sgi.com
3614 L:      linux-ia64@vger.kernel.org
3615 S:      Supported
3616
3617 SFC NETWORK DRIVER
3618 P:      Steve Hodgson
3619 P:      Ben Hutchings
3620 P:      Robert Stonehouse
3621 M:      linux-net-drivers@solarflare.com
3622 S:      Supported
3623
3624 SGI VISUAL WORKSTATION 320 AND 540
3625 P:      Andrey Panin
3626 M:      pazke@donpac.ru
3627 L:      linux-visws-devel@lists.sf.net
3628 W:      http://linux-visws.sf.net
3629 S:      Maintained for 2.6.
3630
3631 SIMTEC EB110ATX (Chalice CATS)
3632 P:      Ben Dooks
3633 P:      Vincent Sanders
3634 M:      support@simtec.co.uk
3635 W:      http://www.simtec.co.uk/products/EB110ATX/
3636 S:      Supported
3637
3638 SIMTEC EB2410ITX (BAST)
3639 P:      Ben Dooks
3640 P:      Vincent Sanders
3641 M:      support@simtec.co.uk
3642 W:      http://www.simtec.co.uk/products/EB2410ITX/
3643 S:      Supported
3644
3645 SIS 190 ETHERNET DRIVER
3646 P:      Francois Romieu
3647 M:      romieu@fr.zoreil.com
3648 L:      netdev@vger.kernel.org
3649 S:      Maintained
3650
3651 SIS 5513 IDE CONTROLLER DRIVER
3652 P:      Lionel Bouton
3653 M:      Lionel.Bouton@inet6.fr
3654 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3655 W:      http://gyver.homeip.net/sis5513/index.html
3656 S:      Maintained
3657
3658 SIS 900/7016 FAST ETHERNET DRIVER
3659 P:      Daniele Venzano
3660 M:      venza@brownhat.org
3661 W:      http://www.brownhat.org/sis900.html
3662 L:      netdev@vger.kernel.org
3663 S:      Maintained
3664
3665 SIS 96X I2C/SMBUS DRIVER
3666 P:      Mark M. Hoffman
3667 M:      mhoffman@lightlink.com
3668 L:      lm-sensors@lm-sensors.org
3669 S:      Maintained
3670
3671 SIS FRAMEBUFFER DRIVER
3672 P:      Thomas Winischhofer
3673 M:      thomas@winischhofer.net
3674 W:      http://www.winischhofer.net/linuxsisvga.shtml
3675 S:      Maintained
3676
3677 SIS USB2VGA DRIVER
3678 P:      Thomas Winischhofer
3679 M:      thomas@winischhofer.net
3680 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3681 S:      Maintained
3682
3683 SLAB ALLOCATOR
3684 P:      Christoph Lameter
3685 M:      clameter@sgi.com
3686 P:      Pekka Enberg
3687 M:      penberg@cs.helsinki.fi
3688 P:      Matt Mackall
3689 M:      mpm@selenic.com
3690 L:      linux-mm@kvack.org
3691 S:      Maintained
3692
3693 SMC91x ETHERNET DRIVER
3694 P:      Nicolas Pitre
3695 M:      nico@cam.org
3696 S:      Maintained
3697
3698 SMSC47B397 HARDWARE MONITOR DRIVER
3699 P:      Mark M. Hoffman
3700 M:      mhoffman@lightlink.com
3701 L:      lm-sensors@lm-sensors.org
3702 S:      Maintained
3703
3704 SMX UIO Interface
3705 P:      Ben Nizette
3706 M:      bn@niasdigital.com
3707 S:      Maintained
3708
3709 SOFTWARE RAID (Multiple Disks) SUPPORT
3710 P:      Ingo Molnar
3711 M:      mingo@redhat.com
3712 P:      Neil Brown
3713 M:      neilb@suse.de
3714 L:      linux-raid@vger.kernel.org
3715 S:      Supported
3716
3717 HIBERNATION (aka Software Suspend, aka swsusp):
3718 P:      Pavel Machek
3719 M:      pavel@suse.cz
3720 P:      Rafael J. Wysocki
3721 M:      rjw@sisk.pl
3722 L:      linux-pm@lists.linux-foundation.org
3723 S:      Supported
3724
3725 SUSPEND TO RAM:
3726 P:      Len Brown
3727 M:      len.brown@intel.com
3728 P:      Pavel Machek
3729 M:      pavel@suse.cz
3730 P:      Rafael J. Wysocki
3731 M:      rjw@sisk.pl
3732 L:      linux-pm@lists.linux-foundation.org
3733 S:      Supported
3734
3735 SONIC NETWORK DRIVER
3736 P:      Thomas Bogendoerfer
3737 M:      tsbogend@alpha.franken.de
3738 L:      netdev@vger.kernel.org
3739 S:      Maintained
3740
3741 SONICS SILICON BACKPLANE DRIVER (SSB)
3742 P:      Michael Buesch
3743 M:      mb@bu3sch.de
3744 L:      netdev@vger.kernel.org
3745 S:      Maintained
3746
3747 SONY VAIO CONTROL DEVICE DRIVER
3748 P:      Mattia Dongili
3749 M:      malattia@linux.it
3750 L:      linux-acpi@vger.kernel.org
3751 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3752 S:      Maintained
3753
3754 SONY MEMORYSTICK CARD SUPPORT
3755 P:      Alex Dubov
3756 M:      oakad@yahoo.com
3757 L:      linux-kernel@vger.kernel.org
3758 W:      http://tifmxx.berlios.de/
3759 S:      Maintained
3760
3761 SOUND
3762 P:      Jaroslav Kysela
3763 M:      perex@perex.cz
3764 L:      alsa-devel@alsa-project.org (subscribers-only)
3765 S:      Maintained
3766
3767 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3768 P:      Liam Girdwood
3769 M:      liam.girdwood@wolfsonmicro.com
3770 P:      Mark Brown
3771 M:      broonie@opensource.wolfsonmicro.com
3772 T:      git opensource.wolfsonmicro.com/linux-2.6-asoc
3773 L:      alsa-devel@alsa-project.org (subscribers-only)
3774 S:      Supported
3775
3776 SPI SUBSYSTEM
3777 P:      David Brownell
3778 M:      dbrownell@users.sourceforge.net
3779 L:      spi-devel-general@lists.sourceforge.net
3780 S:      Maintained
3781
3782 SPU FILE SYSTEM
3783 P:      Jeremy Kerr
3784 M:      jk@ozlabs.org
3785 L:      linuxppc-dev@ozlabs.org
3786 L:      cbe-oss-dev@ozlabs.org
3787 W:      http://www.ibm.com/developerworks/power/cell/
3788 S:      Supported
3789
3790 STABLE BRANCH:
3791 P:      Greg Kroah-Hartman
3792 M:      greg@kroah.com
3793 P:      Chris Wright
3794 M:      chrisw@sous-sol.org
3795 L:      stable@kernel.org
3796 S:      Maintained
3797
3798 SHARP LH SUPPORT (LH7952X & LH7A40X)
3799 P:      Marc Singer
3800 M:      elf@buici.com
3801 W:      http://projects.buici.com/arm
3802 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3803 S:      Maintained
3804
3805 SHPC HOTPLUG DRIVER
3806 P:      Kristen Carlson Accardi
3807 M:      kristen.c.accardi@intel.com
3808 L:      pcihpd-discuss@lists.sourceforge.net
3809 S:      Supported
3810
3811 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3812 P:      Pierre Ossman
3813 M:      drzeus-sdhci@drzeus.cx
3814 L:      sdhci-devel@list.drzeus.cx
3815 S:      Maintained
3816
3817 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3818 P:      Stephen Hemminger
3819 M:      shemminger@linux-foundation.org
3820 L:      netdev@vger.kernel.org
3821 S:      Maintained
3822
3823 SOEKRIS NET48XX LED SUPPORT
3824 P:      Chris Boot
3825 M:      bootc@bootc.net
3826 S:      Maintained
3827
3828 SPARC (sparc32):
3829 P:      William L. Irwin
3830 M:      wli@holomorphy.com
3831 L:      sparclinux@vger.kernel.org
3832 S:      Maintained
3833
3834 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3835 P:      Roger Wolff
3836 M:      R.E.Wolff@BitWizard.nl
3837 L:      linux-kernel@vger.kernel.org ?
3838 S:      Supported
3839
3840 SPIDERNET NETWORK DRIVER for CELL
3841 P:      Ishizaki Kou
3842 M:      kou.ishizaki@toshiba.co.jp
3843 P:      Jens Osterkamp
3844 M:      jens@de.ibm.com
3845 L:      netdev@vger.kernel.org
3846 S:      Supported
3847
3848 SRM (Alpha) environment access
3849 P:      Jan-Benedict Glaw
3850 M:      jbglaw@lug-owl.de
3851 L:      linux-kernel@vger.kernel.org
3852 S:      Maintained
3853
3854 STARFIRE/DURALAN NETWORK DRIVER
3855 P:      Ion Badulescu
3856 M:      ionut@cs.columbia.edu
3857 S:      Maintained
3858
3859 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3860 W:      http://mosquitonet.Stanford.EDU/strip.html
3861 S:      Unsupported ?
3862
3863 STRADIS MPEG-2 DECODER DRIVER
3864 P:      Nathan Laredo
3865 M:      laredo@gnu.org
3866 W:      http://www.stradis.com/
3867 S:      Maintained
3868
3869 SUPERH
3870 P:      Paul Mundt
3871 M:      lethal@linux-sh.org
3872 L:      linux-sh@vger.kernel.org
3873 W:      http://www.linux-sh.org
3874 T:      git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
3875 S:      Maintained
3876
3877 SUN3/3X
3878 P:      Sam Creasey
3879 M:      sammy@sammy.net
3880 W:      http://sammy.net/sun3/
3881 S:      Maintained
3882
3883 SVGA HANDLING
3884 P:      Martin Mares
3885 M:      mj@ucw.cz
3886 L:      linux-video@atrey.karlin.mff.cuni.cz
3887 S:      Maintained
3888
3889 SYSV FILESYSTEM
3890 P:      Christoph Hellwig
3891 M:      hch@infradead.org
3892 S:      Maintained
3893
3894 TASKSTATS STATISTICS INTERFACE
3895 P:      Shailabh Nagar
3896 M:      nagar@watson.ibm.com
3897 L:      linux-kernel@vger.kernel.org
3898 S:      Maintained
3899
3900 TC CLASSIFIER
3901 P:      Jamal Hadi Salim
3902 M:      hadi@cyberus.ca
3903 L:      netdev@vger.kernel.org
3904 S:      Maintained
3905
3906 TCP LOW PRIORITY MODULE
3907 P:      Wong Hoi Sing, Edison
3908 M:      hswong3i@gmail.com
3909 P:      Hung Hing Lun, Mike
3910 M:      hlhung3i@gmail.com
3911 W:      http://tcp-lp-mod.sourceforge.net/
3912 S:      Maintained
3913
3914 TEHUTI ETHERNET DRIVER
3915 P:      Alexander Indenbaum
3916 M:      baum@tehutinetworks.net
3917 P:      Andy Gospodarek
3918 M:      andy@greyhouse.net
3919 L:      netdev@vger.kernel.org
3920 S:      Supported
3921
3922 Telecom Clock Driver for MCPL0010
3923 P:      Mark Gross
3924 M:      mark.gross@intel.com
3925 S:      Supported
3926
3927 TENSILICA XTENSA PORT (xtensa):
3928 P:      Chris Zankel
3929 M:      chris@zankel.net
3930 S:      Maintained
3931
3932 THINKPAD ACPI EXTRAS DRIVER
3933 P:      Henrique de Moraes Holschuh
3934 M:      ibm-acpi@hmh.eng.br
3935 L:      ibm-acpi-devel@lists.sourceforge.net
3936 W:      http://ibm-acpi.sourceforge.net
3937 W:      http://thinkwiki.org/wiki/Ibm-acpi
3938 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3939 S:      Maintained
3940
3941 TI FLASH MEDIA INTERFACE DRIVER
3942 P:      Alex Dubov
3943 M:      oakad@yahoo.com
3944 S:      Maintained
3945
3946 TI OMAP MMC INTERFACE DRIVER
3947 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
3948 M:      linux-omap-open-source@linux.omap.com (subscribers only)
3949 W:      http://linux.omap.com
3950 W:      http://www.muru.com/linux/omap/
3951 S:      Maintained
3952
3953 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3954 P:      Deepak Saxena
3955 M:      dsaxena@plexity.net
3956 S:      Maintained
3957
3958 TIPC NETWORK LAYER
3959 P:      Per Liden
3960 M:      per.liden@ericsson.com
3961 P:      Jon Maloy
3962 M:      jon.maloy@ericsson.com
3963 P:      Allan Stephens
3964 M:      allan.stephens@windriver.com
3965 L:      tipc-discussion@lists.sourceforge.net
3966 W:      http://tipc.sourceforge.net/
3967 W:      http://tipc.cslab.ericsson.net/
3968 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3969 S:      Maintained
3970
3971 TLAN NETWORK DRIVER
3972 P:      Samuel Chessman
3973 M:      chessman@tux.org
3974 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
3975 W:      http://sourceforge.net/projects/tlan/
3976 S:      Maintained
3977
3978 TOSHIBA ACPI EXTRAS DRIVER
3979 P:      John Belmonte
3980 M:      toshiba_acpi@memebeam.org
3981 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3982 S:      Maintained
3983
3984 TOSHIBA SMM DRIVER
3985 P:      Jonathan Buzzard
3986 M:      jonathan@buzzard.org.uk
3987 L:      tlinux-users@tce.toshiba-dme.co.jp
3988 W:      http://www.buzzard.org.uk/toshiba/
3989 S:      Maintained
3990
3991 TPM DEVICE DRIVER
3992 P:      Kylene Hall
3993 M:      tpmdd-devel@lists.sourceforge.net
3994 W:      http://tpmdd.sourceforge.net
3995 P:      Marcel Selhorst
3996 M:      tpm@selhorst.net
3997 W:      http://www.prosec.rub.de/tpm/
3998 L:      tpmdd-devel@lists.sourceforge.net
3999 S:      Maintained
4000
4001 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
4002 P:      Muli Ben-Yehuda
4003 M:      mulix@mulix.org
4004 L:      linux-kernel@vger.kernel.org
4005 S:      Maintained
4006
4007 TRIVIAL PATCHES
4008 P:      Jesper Juhl
4009 M:      trivial@kernel.org
4010 L:      linux-kernel@vger.kernel.org
4011 S:      Maintained
4012
4013 TTY LAYER
4014 P:      Alan Cox
4015 M:      alan@lxorguk.ukuu.org.uk
4016 L:      linux-kernel@vger.kernel.org
4017 S:      Maintained
4018
4019 TULIP NETWORK DRIVERS
4020 P:      Grant Grundler
4021 M:      grundler@parisc-linux.org
4022 P:      Kyle McMartin
4023 M:      kyle@parisc-linux.org
4024 L:      netdev@vger.kernel.org
4025 S:      Maintained
4026
4027 TUN/TAP driver
4028 P:      Maxim Krasnyansky
4029 M:      maxk@qualcomm.com
4030 L:      vtun@office.satix.net
4031 W:      http://vtun.sourceforge.net/tun
4032 S:      Maintained
4033
4034 TURBOCHANNEL SUBSYSTEM
4035 P:      Maciej W. Rozycki
4036 M:      macro@linux-mips.org
4037 S:      Maintained
4038
4039 U14-34F SCSI DRIVER
4040 P:      Dario Ballabio
4041 M:      ballabio_dario@emc.com
4042 L:      linux-scsi@vger.kernel.org
4043 S:      Maintained
4044
4045 UCLINUX (AND M68KNOMMU)
4046 P:      Greg Ungerer
4047 M:      gerg@uclinux.org
4048 W:      http://www.uclinux.org/
4049 L:      uclinux-dev@uclinux.org  (subscribers-only)
4050 S:      Maintained
4051
4052 UCLINUX FOR NEC V850
4053 P:      Miles Bader
4054
4055 UCLINUX FOR RENESAS H8/300
4056 P:      Yoshinori Sato
4057 M:      ysato@users.sourceforge.jp
4058 W:      http://uclinux-h8.sourceforge.jp/
4059 S:      Supported
4060
4061 UDF FILESYSTEM
4062 P:      Jan Kara
4063 M:      jack@suse.cz
4064 W:      http://linux-udf.sourceforge.net
4065 S:      Maintained
4066
4067 UFS FILESYSTEM
4068 P:      Evgeniy Dushistov
4069 M:      dushistov@mail.ru
4070 L:      linux-kernel@vger.kernel.org
4071 S:      Maintained
4072
4073 UltraSPARC (sparc64):
4074 P:      David S. Miller
4075 M:      davem@davemloft.net
4076 L:      sparclinux@vger.kernel.org
4077 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4078 S:      Maintained
4079
4080 UNIFORM CDROM DRIVER
4081 P:      Jens Axboe
4082 M:      axboe@kernel.dk
4083 L:      linux-kernel@vger.kernel.org
4084 W:      http://www.kernel.dk
4085 S:      Maintained
4086
4087 USB ACM DRIVER
4088 P:      Oliver Neukum
4089 M:      oliver@neukum.name
4090 L:      linux-usb@vger.kernel.org
4091 S:      Maintained
4092
4093 USB AUERSWALD DRIVER
4094 P:      Wolfgang Muees
4095 M:      wolfgang@iksw-muees.de
4096 L:      linux-usb@vger.kernel.org
4097 S:      Maintained
4098
4099 USB BLOCK DRIVER (UB ub)
4100 P:      Pete Zaitcev
4101 M:      zaitcev@redhat.com
4102 L:      linux-kernel@vger.kernel.org
4103 L:      linux-usb@vger.kernel.org
4104 S:      Supported
4105
4106 USB CDC ETHERNET DRIVER
4107 P:      Greg Kroah-Hartman
4108 M:      greg@kroah.com
4109 L:      linux-usb@vger.kernel.org
4110 S:      Maintained
4111 W:      http://www.kroah.com/linux-usb/
4112
4113 USB CYPRESS C67X00 DRIVER
4114 P:      Peter Korsgaard
4115 M:      jacmet@sunsite.dk
4116 L:      linux-usb@vger.kernel.org
4117 S:      Maintained
4118
4119 USB DAVICOM DM9601 DRIVER
4120 P:      Peter Korsgaard
4121 M:      jacmet@sunsite.dk
4122 L:      netdev@vger.kernel.org
4123 W:      http://www.linux-usb.org/usbnet
4124 S:      Maintained
4125
4126 USB DIAMOND RIO500 DRIVER
4127 P:      Cesar Miquel
4128 M:      miquel@df.uba.ar
4129 L:      rio500-users@lists.sourceforge.net
4130 W:      http://rio500.sourceforge.net
4131 S:      Maintained
4132
4133 USB EHCI DRIVER
4134 P:      David Brownell
4135 M:      dbrownell@users.sourceforge.net
4136 L:      linux-usb@vger.kernel.org
4137 S:      Odd Fixes
4138
4139 USB ET61X[12]51 DRIVER
4140 P:      Luca Risolia
4141 M:      luca.risolia@studio.unibo.it
4142 L:      linux-usb@vger.kernel.org
4143 L:      video4linux-list@redhat.com
4144 W:      http://www.linux-projects.org
4145 S:      Maintained
4146
4147 USB GADGET/PERIPHERAL SUBSYSTEM
4148 P:      David Brownell
4149 M:      dbrownell@users.sourceforge.net
4150 L:      linux-usb@vger.kernel.org
4151 W:      http://www.linux-usb.org/gadget
4152 S:      Maintained
4153
4154 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
4155 P:      Jiri Kosina
4156 M:      jkosina@suse.cz
4157 L:      linux-usb@vger.kernel.org
4158 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4159 S:      Maintained
4160
4161 USB ISP116X DRIVER
4162 P:      Olav Kongas
4163 M:      ok@artecdesign.ee
4164 L:      linux-usb@vger.kernel.org
4165 S:      Maintained
4166
4167 USB KAWASAKI LSI DRIVER
4168 P:      Oliver Neukum
4169 M:      oliver@neukum.name
4170 L:      linux-usb@vger.kernel.org
4171 S:      Maintained
4172
4173 USB MASS STORAGE DRIVER
4174 P:      Matthew Dharm
4175 M:      mdharm-usb@one-eyed-alien.net
4176 L:      linux-usb@vger.kernel.org
4177 L:      usb-storage@lists.one-eyed-alien.net
4178 S:      Maintained
4179 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
4180
4181 USB OHCI DRIVER
4182 P:      David Brownell
4183 M:      dbrownell@users.sourceforge.net
4184 L:      linux-usb@vger.kernel.org
4185 S:      Odd Fixes
4186
4187 USB OPTION-CARD DRIVER
4188 P:      Matthias Urlichs
4189 M:      smurf@smurf.noris.de
4190 L:      linux-usb@vger.kernel.org
4191 S:      Maintained
4192
4193 USB OV511 DRIVER
4194 P:      Mark McClelland
4195 M:      mmcclell@bigfoot.com
4196 L:      linux-usb@vger.kernel.org
4197 W:      http://alpha.dyndns.org/ov511/
4198 S:      Maintained
4199
4200 USB PEGASUS DRIVER
4201 P:      Petko Manolov
4202 M:      petkan@users.sourceforge.net
4203 L:      linux-usb@vger.kernel.org
4204 L:      netdev@vger.kernel.org
4205 W:      http://pegasus2.sourceforge.net/
4206 S:      Maintained
4207
4208 USB PRINTER DRIVER (usblp)
4209 P:      Pete Zaitcev
4210 M:      zaitcev@redhat.com
4211 L:      linux-usb@vger.kernel.org
4212 S:      Supported
4213
4214 USB RTL8150 DRIVER
4215 P:      Petko Manolov
4216 M:      petkan@users.sourceforge.net
4217 L:      linux-usb@vger.kernel.org
4218 L:      netdev@vger.kernel.org
4219 W:      http://pegasus2.sourceforge.net/
4220 S:      Maintained
4221
4222 USB SE401 DRIVER
4223 P:      Jeroen Vreeken
4224 M:      pe1rxq@amsat.org
4225 L:      linux-usb@vger.kernel.org
4226 W:      http://www.chello.nl/~j.vreeken/se401/
4227 S:      Maintained
4228
4229 USB SERIAL BELKIN F5U103 DRIVER
4230 P:      William Greathouse
4231 M:      wgreathouse@smva.com
4232 L:      linux-usb@vger.kernel.org
4233 S:      Maintained
4234
4235 USB SERIAL CYPRESS M8 DRIVER
4236 P:      Lonnie Mendez
4237 M:      dignome@gmail.com
4238 L:      linux-usb@vger.kernel.org
4239 S:      Maintained
4240 W:      http://geocities.com/i0xox0i
4241 W:      http://firstlight.net/cvs
4242
4243 USB SERIAL CYBERJACK DRIVER
4244 P:      Matthias Bruestle and Harald Welte
4245 M:      support@reiner-sct.com
4246 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
4247 S:      Maintained
4248
4249 USB SERIAL DIGI ACCELEPORT DRIVER
4250 P:      Peter Berger and Al Borchers
4251 M:      pberger@brimson.com
4252 M:      alborchers@steinerpoint.com
4253 L:      linux-usb@vger.kernel.org
4254 S:      Maintained
4255
4256 USB SERIAL DRIVER
4257 P:      Greg Kroah-Hartman
4258 M:      gregkh@suse.de
4259 L:      linux-usb@vger.kernel.org
4260 S:      Supported
4261
4262 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4263 P:      Gary Brubaker
4264 M:      xavyer@ix.netcom.com
4265 L:      linux-usb@vger.kernel.org
4266 S:      Maintained
4267
4268 USB SERIAL KEYSPAN DRIVER
4269 P:      Greg Kroah-Hartman
4270 M:      greg@kroah.com
4271 L:      linux-usb@vger.kernel.org
4272 W:      http://www.kroah.com/linux/
4273 S:      Maintained
4274
4275 USB SERIAL WHITEHEAT DRIVER
4276 P:      Support Department
4277 M:      support@connecttech.com
4278 L:      linux-usb@vger.kernel.org
4279 W:      http://www.connecttech.com
4280 S:      Supported
4281
4282 USB SN9C1xx DRIVER
4283 P:      Luca Risolia
4284 M:      luca.risolia@studio.unibo.it
4285 L:      linux-usb@vger.kernel.org
4286 L:      video4linux-list@redhat.com
4287 W:      http://www.linux-projects.org
4288 S:      Maintained
4289
4290 USB SUBSYSTEM
4291 P:      Greg Kroah-Hartman
4292 M:      gregkh@suse.de
4293 L:      linux-usb@vger.kernel.org
4294 W:      http://www.linux-usb.org
4295 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4296 S:      Supported
4297
4298 USB UHCI DRIVER
4299 P:      Alan Stern
4300 M:      stern@rowland.harvard.edu
4301 L:      linux-usb@vger.kernel.org
4302 S:      Maintained
4303
4304 USB "USBNET" DRIVER FRAMEWORK
4305 P:      David Brownell
4306 M:      dbrownell@users.sourceforge.net
4307 L:      netdev@vger.kernel.org
4308 W:      http://www.linux-usb.org/usbnet
4309 S:      Maintained
4310
4311 USB W996[87]CF DRIVER
4312 P:      Luca Risolia
4313 M:      luca.risolia@studio.unibo.it
4314 L:      linux-usb@vger.kernel.org
4315 L:      video4linux-list@redhat.com
4316 W:      http://www.linux-projects.org
4317 S:      Maintained
4318
4319 USB WIRELESS RNDIS DRIVER (rndis_wlan)
4320 P:      Jussi Kivilinna
4321 M:      jussi.kivilinna@mbnet.fi
4322 L:      linux-wireless@vger.kernel.org
4323 S:      Maintained
4324
4325 USB ZC0301 DRIVER
4326 P:      Luca Risolia
4327 M:      luca.risolia@studio.unibo.it
4328 L:      linux-usb@vger.kernel.org
4329 L:      video4linux-list@redhat.com
4330 W:      http://www.linux-projects.org
4331 S:      Maintained
4332
4333 USB ZD1201 DRIVER
4334 P:      Jeroen Vreeken
4335 M:      pe1rxq@amsat.org
4336 L:      linux-usb@vger.kernel.org
4337 W:      http://linux-lc100020.sourceforge.net
4338 S:      Maintained
4339
4340 USB ZR364XX DRIVER
4341 P:      Antoine Jacquet
4342 M:      royale@zerezo.com
4343 L:      linux-usb@vger.kernel.org
4344 L:      video4linux-list@redhat.com
4345 W:      http://royale.zerezo.com/zr364xx/
4346 S:      Maintained
4347
4348 USER-MODE LINUX
4349 P:      Jeff Dike
4350 M:      jdike@addtoit.com
4351 L:      user-mode-linux-devel@lists.sourceforge.net
4352 L:      user-mode-linux-user@lists.sourceforge.net
4353 W:      http://user-mode-linux.sourceforge.net
4354 S:      Maintained
4355
4356 USERSPACE I/O (UIO)
4357 P:      Hans J. Koch
4358 M:      hjk@linutronix.de
4359 P:      Greg Kroah-Hartman
4360 M:      gregkh@suse.de
4361 L:      linux-kernel@vger.kernel.org
4362 S:      Maintained
4363
4364 VFAT/FAT/MSDOS FILESYSTEM:
4365 P:      OGAWA Hirofumi
4366 M:      hirofumi@mail.parknet.co.jp
4367 L:      linux-kernel@vger.kernel.org
4368 S:      Maintained
4369
4370 VIA RHINE NETWORK DRIVER
4371 P:      Roger Luethi
4372 M:      rl@hellgate.ch
4373 S:      Maintained
4374
4375 VIAPRO SMBUS DRIVER
4376 P:      Jean Delvare
4377 M:      khali@linux-fr.org
4378 L:      i2c@lm-sensors.org
4379 S:      Maintained
4380
4381 VIA VELOCITY NETWORK DRIVER
4382 P:      Francois Romieu
4383 M:      romieu@fr.zoreil.com
4384 L:      netdev@vger.kernel.org
4385 S:      Maintained
4386
4387 VIDEO FOR LINUX
4388 P:      Mauro Carvalho Chehab
4389 M:      mchehab@infradead.org
4390 M:      v4l-dvb-maintainer@linuxtv.org
4391 L:      video4linux-list@redhat.com
4392 W:      http://linuxtv.org
4393 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4394 S:      Maintained
4395
4396 VLAN (802.1Q)
4397 P:      Patrick McHardy
4398 M:      kaber@trash.net
4399 L:      netdev@vger.kernel.org
4400 S:      Maintained
4401
4402 VT1211 HARDWARE MONITOR DRIVER
4403 P:      Juerg Haefliger
4404 M:      juergh@gmail.com
4405 L:      lm-sensors@lm-sensors.org
4406 S:      Maintained
4407
4408 VT8231 HARDWARE MONITOR DRIVER
4409 P:      Roger Lucas
4410 M:      vt8231@hiddenengine.co.uk
4411 L:      lm-sensors@lm-sensors.org
4412 S:      Maintained
4413
4414 W1 DALLAS'S 1-WIRE BUS
4415 P:      Evgeniy Polyakov
4416 M:      johnpol@2ka.mipt.ru
4417 S:      Maintained
4418
4419 W83791D HARDWARE MONITORING DRIVER
4420 P:      Charles Spirakis
4421 M:      bezaur@gmail.com
4422 L:      lm-sensors@lm-sensors.org
4423 S:      Odd Fixes
4424
4425 W83793 HARDWARE MONITORING DRIVER
4426 P:      Rudolf Marek
4427 M:      r.marek@assembler.cz
4428 L:      lm-sensors@lm-sensors.org
4429 S:      Maintained
4430
4431 W83L51xD SD/MMC CARD INTERFACE DRIVER
4432 P:      Pierre Ossman
4433 M:      drzeus-wbsd@drzeus.cx
4434 L:      linux-kernel@vger.kernel.org
4435 S:      Maintained
4436
4437 WATCHDOG DEVICE DRIVERS
4438 P:      Wim Van Sebroeck
4439 M:      wim@iguana.be
4440 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4441 S:      Maintained
4442
4443 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4444 P:      Jean Tourrilhes
4445 M:      jt@hpl.hp.com
4446 L:      linux-wireless@vger.kernel.org
4447 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4448 S:      Maintained
4449
4450 WD7000 SCSI DRIVER
4451 P:      Miroslav Zagorac
4452 M:      zaga@fly.cc.fer.hr
4453 L:      linux-scsi@vger.kernel.org
4454 S:      Maintained
4455
4456 WISTRON LAPTOP BUTTON DRIVER
4457 P:      Miloslav Trmac
4458 M:      mitr@volny.cz
4459 S:      Maintained
4460
4461 WL3501 WIRELESS PCMCIA CARD DRIVER
4462 P:      Arnaldo Carvalho de Melo
4463 M:      acme@ghostprotocols.net
4464 L:      linux-wireless@vger.kernel.org
4465 W:      http://oops.ghostprotocols.net:81/blog
4466 S:      Maintained
4467
4468 WM97XX TOUCHSCREEN DRIVERS
4469 P:      Mark Brown
4470 M:      broonie@opensource.wolfsonmicro.com
4471 P:      Liam Girdwood
4472 M:      liam.girdwood@wolfsonmicro.com
4473 L:      linux-input@vger.kernel.org
4474 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
4475 W:      http://opensource.wolfsonmicro.com/node/7
4476 S:      Supported
4477
4478 X.25 NETWORK LAYER
4479 P:      Henner Eisen
4480 M:      eis@baty.hanse.de
4481 L:      linux-x25@vger.kernel.org
4482 S:      Maintained
4483
4484 XEN HYPERVISOR INTERFACE
4485 P:      Jeremy Fitzhardinge
4486 M:      jeremy@xensource.com
4487 P:      Chris Wright
4488 M:      chrisw@sous-sol.org
4489 L:      virtualization@lists.osdl.org
4490 L:      xen-devel@lists.xensource.com
4491 S:      Supported
4492
4493 XFS FILESYSTEM
4494 P:      Silicon Graphics Inc
4495 P:      Tim Shimmin
4496 M:      xfs-masters@oss.sgi.com
4497 L:      xfs@oss.sgi.com
4498 W:      http://oss.sgi.com/projects/xfs
4499 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4500 S:      Supported
4501
4502 XILINX SYSTEMACE DRIVER
4503 P:      Grant Likely
4504 M:      grant.likely@secretlab.ca
4505 W:      http://www.secretlab.ca/
4506 L:      linux-kernel@vger.kernel.org
4507 S:      Maintained
4508
4509 XILINX UARTLITE SERIAL DRIVER
4510 P:      Peter Korsgaard
4511 M:      jacmet@sunsite.dk
4512 L:      linux-serial@vger.kernel.org
4513 S:      Maintained
4514
4515 X86 ARCHITECTURE (32-BIT AND 64-BIT)
4516 P:      Thomas Gleixner
4517 M:      tglx@linutronix.de
4518 P:      Ingo Molnar
4519 M:      mingo@redhat.com
4520 P:      H. Peter Anvin
4521 M:      hpa@zytor.com
4522 L:      linux-kernel@vger.kernel.org
4523 T:      git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4524 S:      Maintained
4525
4526 YAM DRIVER FOR AX.25
4527 P:      Jean-Paul Roubelat
4528 M:      jpr@f6fbb.org
4529 L:      linux-hams@vger.kernel.org
4530 S:      Maintained
4531
4532 YEALINK PHONE DRIVER
4533 P:      Henk Vergonet
4534 M:      Henk.Vergonet@gmail.com
4535 L:      usbb2k-api-dev@nongnu.org
4536 S:      Maintained
4537
4538 Z8530 DRIVER FOR AX.25
4539 P:      Joerg Reuter
4540 M:      jreuter@yaina.de
4541 W:      http://yaina.de/jreuter/
4542 W:      http://www.qsl.net/dl1bke/
4543 L:      linux-hams@vger.kernel.org
4544 S:      Maintained
4545
4546 ZD1211RW WIRELESS DRIVER
4547 P:      Daniel Drake
4548 M:      dsd@gentoo.org
4549 P:      Ulrich Kunitz
4550 M:      kune@deine-taler.de
4551 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4552 L:      linux-wireless@vger.kernel.org
4553 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4554 S:      Maintained
4555
4556 ZF MACHZ WATCHDOG
4557 P:      Fernando Fuganti
4558 M:      fuganti@netbank.com.br
4559 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4560 S:      Maintained
4561
4562 ZR36067 VIDEO FOR LINUX DRIVER
4563 P:      Ronald Bultje
4564 M:      rbultje@ronald.bitfreak.net
4565 L:      mjpeg-users@lists.sourceforge.net
4566 W:      http://mjpeg.sourceforge.net/driver-zoran/
4567 S:      Maintained
4568
4569 ZS DECSTATION Z85C30 SERIAL DRIVER
4570 P:      Maciej W. Rozycki
4571 M:      macro@linux-mips.org
4572 S:      Maintained
4573
4574 THE REST
4575 P:      Linus Torvalds
4576 S:      Buried alive in reporters