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