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