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