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