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