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