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