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