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