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