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