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