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