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