Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[cascardo/linux.git] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
34
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
38
39         PLEASE CC: the maintainers and mailing lists that are generated
40         by scripts/get_maintainer.pl.  The results returned by the
41         script will be best if you have git installed and are making
42         your changes in a branch derived from Linus' latest git tree.
43         See Documentation/SubmittingPatches for details.
44
45         PLEASE try to include any credit lines you want added with the
46         patch. It avoids people being missed off by mistake and makes
47         it easier to know who wants adding and who doesn't.
48
49         PLEASE document known bugs. If it doesn't work for everything
50         or does something very odd once a month document it.
51
52         PLEASE remember that submissions must be made under the terms
53         of the OSDL certificate of contribution and should include a
54         Signed-off-by: line.  The current version of this "Developer's
55         Certificate of Origin" (DCO) is listed in the file
56         Documentation/SubmittingPatches.
57
58 6.      Make sure you have the right to send any changes you make. If you
59         do changes at work you may find your employer owns the patch
60         not you.
61
62 7.      When sending security related changes or reports to a maintainer
63         please Cc: security@kernel.org, especially if the maintainer
64         does not respond.
65
66 8.      Happy hacking.
67
68 Descriptions of section entries:
69
70         P: Person (obsolete)
71         M: Mail patches to: FullName <address@domain>
72         L: Mailing list that is relevant to this area
73         W: Web-page with status/info
74         Q: Patchwork web based patch tracking system site
75         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
76         S: Status, one of the following:
77            Supported:   Someone is actually paid to look after this.
78            Maintained:  Someone actually looks after it.
79            Odd Fixes:   It has a maintainer but they don't have time to do
80                         much other than throw the odd patch in. See below..
81            Orphan:      No current maintainer [but maybe you could take the
82                         role as you write your new code].
83            Obsolete:    Old code. Something tagged obsolete generally means
84                         it has been replaced by a better system and you
85                         should be using that.
86         F: Files and directories with wildcard patterns.
87            A trailing slash includes all files and subdirectory files.
88            F:   drivers/net/    all files in and below drivers/net
89            F:   drivers/net/*   all files in drivers/net, but not below
90            F:   */net/*         all files in "any top level directory"/net
91            One pattern per line.  Multiple F: lines acceptable.
92         X: Files and directories that are NOT maintained, same rules as F:
93            Files exclusions are tested before file matches.
94            Can be useful for excluding a specific subdirectory, for instance:
95            F:   net/
96            X:   net/ipv6/
97            matches all files in and below net excluding net/ipv6/
98         K: Keyword perl extended regex pattern to match content in a
99            patch or file.  For instance:
100            K: of_get_profile
101               matches patches or files that contain "of_get_profile"
102            K: \b(printk|pr_(info|err))\b
103               matches patches or files that contain one or more of the words
104               printk, pr_info or pr_err
105            One regex pattern per line.  Multiple K: lines acceptable.
106
107 Note: For the hard of thinking, this list is meant to remain in alphabetical
108 order. If you could add yourselves to it in alphabetical order that would be
109 so much easier [Ed]
110
111 Maintainers List (try to look for most precise areas first)
112
113                 -----------------------------------
114
115 3C505 NETWORK DRIVER
116 M:      Philip Blundell <philb@gnu.org>
117 L:      netdev@vger.kernel.org
118 S:      Maintained
119 F:      drivers/net/3c505*
120
121 3C59X NETWORK DRIVER
122 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
123 L:      netdev@vger.kernel.org
124 S:      Maintained
125 F:      Documentation/networking/vortex.txt
126 F:      drivers/net/3c59x.c
127
128 3CR990 NETWORK DRIVER
129 M:      David Dillow <dave@thedillows.org>
130 L:      netdev@vger.kernel.org
131 S:      Maintained
132 F:      drivers/net/typhoon*
133
134 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
135 M:      Adam Radford <linuxraid@lsi.com>
136 L:      linux-scsi@vger.kernel.org
137 W:      http://www.lsi.com
138 S:      Supported
139 F:      drivers/scsi/3w-*
140
141 53C700 AND 53C700-66 SCSI DRIVER
142 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
143 L:      linux-scsi@vger.kernel.org
144 S:      Maintained
145 F:      drivers/scsi/53c700*
146
147 6PACK NETWORK DRIVER FOR AX.25
148 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
149 L:      linux-hams@vger.kernel.org
150 S:      Maintained
151 F:      drivers/net/hamradio/6pack.c
152
153 8169 10/100/1000 GIGABIT ETHERNET DRIVER
154 M:      Francois Romieu <romieu@fr.zoreil.com>
155 L:      netdev@vger.kernel.org
156 S:      Maintained
157 F:      drivers/net/r8169.c
158
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160 L:      linux-serial@vger.kernel.org
161 W:      http://serial.sourceforge.net
162 S:      Orphan
163 F:      drivers/serial/8250*
164 F:      include/linux/serial_8250.h
165
166 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
167 M:      Paul Gortmaker <p_gortmaker@yahoo.com>
168 L:      netdev@vger.kernel.org
169 S:      Maintained
170 F:      drivers/net/*8390*
171 F:      drivers/net/ax88796.c
172
173 9P FILE SYSTEM
174 M:      Eric Van Hensbergen <ericvh@gmail.com>
175 M:      Ron Minnich <rminnich@sandia.gov>
176 M:      Latchesar Ionkov <lucho@ionkov.net>
177 L:      v9fs-developer@lists.sourceforge.net
178 W:      http://swik.net/v9fs
179 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
181 S:      Maintained
182 F:      Documentation/filesystems/9p.txt
183 F:      fs/9p/
184
185 A2232 SERIAL BOARD DRIVER
186 M:      Enver Haase <A2232@gmx.net>
187 L:      linux-m68k@lists.linux-m68k.org
188 S:      Maintained
189 F:      drivers/char/ser_a2232*
190
191 AACRAID SCSI RAID DRIVER
192 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
193 L:      linux-scsi@vger.kernel.org
194 W:      http://www.adaptec.com/
195 S:      Supported
196 F:      Documentation/scsi/aacraid.txt
197 F:      drivers/scsi/aacraid/
198
199 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
200 M:      Hans de Goede <j.w.r.degoede@hhs.nl>
201 L:      lm-sensors@lm-sensors.org
202 S:      Maintained
203 F:      drivers/hwmon/abituguru.c
204
205 ABIT UGURU 3 HARDWARE MONITOR DRIVER
206 M:      Alistair John Strachan <alistair@devzero.co.uk>
207 L:      lm-sensors@lm-sensors.org
208 S:      Maintained
209 F:      drivers/hwmon/abituguru3.c
210
211 ACENIC DRIVER
212 M:      Jes Sorensen <jes@trained-monkey.org>
213 L:      linux-acenic@sunsite.dk
214 S:      Maintained
215 F:      drivers/net/acenic*
216
217 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
218 M:      Peter Feuerer <peter@piie.net>
219 L:      platform-driver-x86@vger.kernel.org
220 W:      http://piie.net/?section=acerhdf
221 S:      Maintained
222 F:      drivers/platform/x86/acerhdf.c
223
224 ACER WMI LAPTOP EXTRAS
225 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
226 L:      aceracpi@googlegroups.com (subscribers-only)
227 L:      platform-driver-x86@vger.kernel.org
228 W:      http://code.google.com/p/aceracpi
229 S:      Maintained
230 F:      drivers/platform/x86/acer-wmi.c
231
232 ACPI
233 M:      Len Brown <lenb@kernel.org>
234 L:      linux-acpi@vger.kernel.org
235 W:      http://www.lesswatts.org/projects/acpi/
236 Q:      http://patchwork.kernel.org/project/linux-acpi/list/
237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
238 S:      Supported
239 F:      drivers/acpi/
240 F:      drivers/pnp/pnpacpi/
241 F:      include/linux/acpi.h
242 F:      include/acpi/
243
244 ACPI BATTERY DRIVERS
245 M:      Alexey Starikovskiy <astarikovskiy@suse.de>
246 L:      linux-acpi@vger.kernel.org
247 W:      http://www.lesswatts.org/projects/acpi/
248 S:      Supported
249 F:      drivers/acpi/battery.c
250 F:      drivers/acpi/*sbs*
251
252 ACPI EC DRIVER
253 M:      Alexey Starikovskiy <astarikovskiy@suse.de>
254 L:      linux-acpi@vger.kernel.org
255 W:      http://www.lesswatts.org/projects/acpi/
256 S:      Supported
257 F:      drivers/acpi/ec.c
258
259 ACPI FAN DRIVER
260 M:      Zhang Rui <rui.zhang@intel.com>
261 L:      linux-acpi@vger.kernel.org
262 W:      http://www.lesswatts.org/projects/acpi/
263 S:      Supported
264 F:      drivers/acpi/fan.c
265
266 ACPI PROCESSOR AGGREGATOR DRIVER
267 M:      Shaohua Li <shaohua.li@intel.com>
268 L:      linux-acpi@vger.kernel.org
269 W:      http://www.lesswatts.org/projects/acpi/
270 S:      Supported
271 F:      drivers/acpi/acpi_pad.c
272
273 ACPI THERMAL DRIVER
274 M:      Zhang Rui <rui.zhang@intel.com>
275 L:      linux-acpi@vger.kernel.org
276 W:      http://www.lesswatts.org/projects/acpi/
277 S:      Supported
278 F:      drivers/acpi/*thermal*
279
280 ACPI VIDEO DRIVER
281 M:      Zhang Rui <rui.zhang@intel.com>
282 L:      linux-acpi@vger.kernel.org
283 W:      http://www.lesswatts.org/projects/acpi/
284 S:      Supported
285 F:      drivers/acpi/video.c
286
287 ACPI WMI DRIVER
288 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
289 L:      platform-driver-x86@vger.kernel.org
290 W:      http://www.lesswatts.org/projects/acpi/
291 S:      Maintained
292 F:      drivers/platform/x86/wmi.c
293
294 AD1889 ALSA SOUND DRIVER
295 M:      Kyle McMartin <kyle@mcmartin.ca>
296 M:      Thibaut Varene <T-Bone@parisc-linux.org>
297 W:      http://wiki.parisc-linux.org/AD1889
298 L:      linux-parisc@vger.kernel.org
299 S:      Maintained
300 F:      sound/pci/ad1889.*
301
302 ADM1025 HARDWARE MONITOR DRIVER
303 M:      Jean Delvare <khali@linux-fr.org>
304 L:      lm-sensors@lm-sensors.org
305 S:      Maintained
306 F:      Documentation/hwmon/adm1025
307 F:      drivers/hwmon/adm1025.c
308
309 ADM1029 HARDWARE MONITOR DRIVER
310 M:      Corentin Labbe <corentin.labbe@geomatys.fr>
311 L:      lm-sensors@lm-sensors.org
312 S:      Maintained
313 F:      drivers/hwmon/adm1029.c
314
315 ADM8211 WIRELESS DRIVER
316 M:      Michael Wu <flamingice@sourmilk.net>
317 L:      linux-wireless@vger.kernel.org
318 W:      http://linuxwireless.org/
319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
320 S:      Maintained
321 F:      drivers/net/wireless/adm8211.*
322
323 ADT746X FAN DRIVER
324 M:      Colin Leroy <colin@colino.net>
325 S:      Maintained
326 F:      drivers/macintosh/therm_adt746x.c
327
328 ADT7475 HARDWARE MONITOR DRIVER
329 M:      Jean Delvare <khali@linux-fr.org>
330 L:      lm-sensors@lm-sensors.org
331 S:      Maintained
332 F:      Documentation/hwmon/adt7475
333 F:      drivers/hwmon/adt7475.c
334
335 ADVANSYS SCSI DRIVER
336 M:      Matthew Wilcox <matthew@wil.cx>
337 L:      linux-scsi@vger.kernel.org
338 S:      Maintained
339 F:      Documentation/scsi/advansys.txt
340 F:      drivers/scsi/advansys.c
341
342 AEDSP16 DRIVER
343 M:      Riccardo Facchetti <fizban@tin.it>
344 S:      Maintained
345 F:      sound/oss/aedsp16.c
346
347 AFFS FILE SYSTEM
348 M:      Roman Zippel <zippel@linux-m68k.org>
349 S:      Maintained
350 F:      Documentation/filesystems/affs.txt
351 F:      fs/affs/
352
353 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
354 M:      David Howells <dhowells@redhat.com>
355 L:      linux-afs@lists.infradead.org
356 S:      Supported
357 F:      fs/afs/
358 F:      include/net/af_rxrpc.h
359 F:      net/rxrpc/af_rxrpc.c
360
361 AGPGART DRIVER
362 M:      David Airlie <airlied@linux.ie>
363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
364 S:      Maintained
365 F:      drivers/char/agp/
366 F:      include/linux/agp*
367
368 AHA152X SCSI DRIVER
369 M:      "Juergen E. Fischer" <fischer@norbit.de>
370 L:      linux-scsi@vger.kernel.org
371 S:      Maintained
372 F:      drivers/scsi/aha152x*
373 F:      drivers/scsi/pcmcia/aha152x*
374
375 AIC7XXX / AIC79XX SCSI DRIVER
376 M:      Hannes Reinecke <hare@suse.de>
377 L:      linux-scsi@vger.kernel.org
378 S:      Maintained
379 F:      drivers/scsi/aic7xxx/
380 F:      drivers/scsi/aic7xxx_old/
381
382 AIO
383 M:      Benjamin LaHaise <bcrl@kvack.org>
384 L:      linux-aio@kvack.org
385 S:      Supported
386 F:      fs/aio.c
387 F:      include/linux/*aio*.h
388
389 ALCATEL SPEEDTOUCH USB DRIVER
390 M:      Duncan Sands <duncan.sands@free.fr>
391 L:      linux-usb@vger.kernel.org
392 W:      http://www.linux-usb.org/SpeedTouch/
393 S:      Maintained
394 F:      drivers/usb/atm/speedtch.c
395 F:      drivers/usb/atm/usbatm.c
396
397 ALCHEMY AU1XX0 MMC DRIVER
398 M:      Manuel Lauss <manuel.lauss@gmail.com>
399 S:      Maintained
400 F:      drivers/mmc/host/au1xmmc.c
401
402 ALI1563 I2C DRIVER
403 M:      Rudolf Marek <r.marek@assembler.cz>
404 L:      linux-i2c@vger.kernel.org
405 S:      Maintained
406 F:      Documentation/i2c/busses/i2c-ali1563
407 F:      drivers/i2c/busses/i2c-ali1563.c
408
409 ALPHA PORT
410 M:      Richard Henderson <rth@twiddle.net>
411 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
412 M:      Matt Turner <mattst88@gmail.com>
413 L:      linux-alpha@vger.kernel.org
414 F:      arch/alpha/
415
416 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
417 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
418 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
419 S:      Supported
420 F:      drivers/usb/gadget/amd5536udc.*
421
422 AMD GEODE PROCESSOR/CHIPSET SUPPORT
423 P:      Jordan Crouse
424 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
425 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
426 S:      Supported
427 F:      drivers/char/hw_random/geode-rng.c
428 F:      drivers/crypto/geode*
429 F:      drivers/video/geode/
430 F:      arch/x86/include/asm/geode.h
431
432 AMD IOMMU (AMD-VI)
433 M:      Joerg Roedel <joerg.roedel@amd.com>
434 L:      iommu@lists.linux-foundation.org
435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
436 S:      Supported
437 F:      arch/x86/kernel/amd_iommu*.c
438 F:      arch/x86/include/asm/amd_iommu*.h
439
440 AMD MICROCODE UPDATE SUPPORT
441 M:      Andreas Herrmann <andreas.herrmann3@amd.com>
442 L:      amd64-microcode@amd64.org
443 S:      Supported
444 F:      arch/x86/kernel/microcode_amd.c
445
446 AMS (Apple Motion Sensor) DRIVER
447 M:      Stelian Pop <stelian@popies.net>
448 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
449 S:      Supported
450 F:      drivers/hwmon/ams/
451
452 AMSO1100 RNIC DRIVER
453 M:      Tom Tucker <tom@opengridcomputing.com>
454 M:      Steve Wise <swise@opengridcomputing.com>
455 L:      linux-rdma@vger.kernel.org
456 S:      Maintained
457 F:      drivers/infiniband/hw/amso1100/
458
459 AOA (Apple Onboard Audio) ALSA DRIVER
460 M:      Johannes Berg <johannes@sipsolutions.net>
461 L:      linuxppc-dev@ozlabs.org
462 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
463 S:      Maintained
464 F:      sound/aoa/
465
466 APM DRIVER
467 M:      Stephen Rothwell <sfr@canb.auug.org.au>
468 L:      linux-laptop@vger.kernel.org
469 W:      http://www.canb.auug.org.au/~sfr/
470 S:      Supported
471 F:      arch/x86/kernel/apm_32.c
472 F:      include/linux/apm_bios.h
473
474 APPLE BCM5974 MULTITOUCH DRIVER
475 M:      Henrik Rydberg <rydberg@euromail.se>
476 L:      linux-input@vger.kernel.org
477 S:      Maintained
478 F:      drivers/input/mouse/bcm5974.c
479
480 APPLE SMC DRIVER
481 M:      Henrik Rydberg <rydberg@euromail.se>
482 L:      lm-sensors@lm-sensors.org
483 S:      Maintained
484 F:      drivers/hwmon/applesmc.c
485
486 APPLETALK NETWORK LAYER
487 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
488 S:      Maintained
489 F:      drivers/net/appletalk/
490 F:      net/appletalk/
491
492 ARC FRAMEBUFFER DRIVER
493 M:      Jaya Kumar <jayalk@intworks.biz>
494 S:      Maintained
495 F:      drivers/video/arcfb.c
496 F:      drivers/video/fb_defio.c
497
498 ARM MFM AND FLOPPY DRIVERS
499 M:      Ian Molton <spyro@f2s.com>
500 S:      Maintained
501 F:      arch/arm/lib/floppydma.S
502 F:      arch/arm/include/asm/floppy.h
503
504 ARM PORT
505 M:      Russell King <linux@arm.linux.org.uk>
506 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
507 W:      http://www.arm.linux.org.uk/
508 S:      Maintained
509 F:      arch/arm/
510
511 ARM PRIMECELL AACI PL041 DRIVER
512 M:      Russell King <linux@arm.linux.org.uk>
513 S:      Maintained
514 F:      sound/arm/aaci.*
515
516 ARM PRIMECELL CLCD PL110 DRIVER
517 M:      Russell King <linux@arm.linux.org.uk>
518 S:      Maintained
519 F:      drivers/video/amba-clcd.*
520
521 ARM PRIMECELL KMI PL050 DRIVER
522 M:      Russell King <linux@arm.linux.org.uk>
523 S:      Maintained
524 F:      drivers/input/serio/ambakmi.*
525 F:      include/linux/amba/kmi.h
526
527 ARM PRIMECELL MMCI PL180/1 DRIVER
528 S:      Orphan
529 F:      drivers/mmc/host/mmci.*
530
531 ARM PRIMECELL BUS SUPPORT
532 M:      Russell King <linux@arm.linux.org.uk>
533 S:      Maintained
534 F:      drivers/amba/
535 F:      include/linux/amba/bus.h
536
537 ARM/ADI ROADRUNNER MACHINE SUPPORT
538 M:      Lennert Buytenhek <kernel@wantstofly.org>
539 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
540 S:      Maintained
541 F:      arch/arm/mach-ixp23xx/
542 F:      arch/arm/mach-ixp23xx/include/mach/
543
544 ARM/ADS SPHERE MACHINE SUPPORT
545 M:      Lennert Buytenhek <kernel@wantstofly.org>
546 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
547 S:      Maintained
548
549 ARM/AFEB9260 MACHINE SUPPORT
550 M:      Sergey Lapin <slapin@ossfans.org>
551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
552 S:      Maintained
553
554 ARM/AJECO 1ARM MACHINE SUPPORT
555 M:      Lennert Buytenhek <kernel@wantstofly.org>
556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
557 S:      Maintained
558
559 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
560 M:      Andrew Victor <linux@maxim.org.za>
561 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
562 W:      http://maxim.org.za/at91_26.html
563 S:      Maintained
564
565 ARM/BCMRING ARM ARCHITECTURE
566 M:      Leo Chen <leochen@broadcom.com>
567 M:      Scott Branden <sbranden@broadcom.com>
568 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
569 S:      Maintained
570 F:      arch/arm/mach-bcmring
571
572 ARM/BCMRING MTD NAND DRIVER
573 M:      Leo Chen <leochen@broadcom.com>
574 M:      Scott Branden <sbranden@broadcom.com>
575 L:      linux-mtd@lists.infradead.org
576 S:      Maintained
577 F:      drivers/mtd/nand/bcm_umi_nand.c
578 F:      drivers/mtd/nand/bcm_umi_bch.c
579 F:      drivers/mtd/nand/bcm_umi_hamming.c
580 F:      drivers/mtd/nand/nand_bcm_umi.h
581
582 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
583 M:      Anton Vorontsov <avorontsov@mvista.com>
584 S:      Maintained
585 F:      arch/arm/mach-cns3xxx/
586 T:      git git://git.infradead.org/users/cbou/linux-cns3xxx.git
587
588 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
589 M:      Hartley Sweeten <hsweeten@visionengravers.com>
590 M:      Ryan Mallon <ryan@bluewatersys.com>
591 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
592 S:      Maintained
593 F:      arch/arm/mach-ep93xx/
594 F:      arch/arm/mach-ep93xx/include/mach/
595
596 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
597 M:      Lennert Buytenhek <kernel@wantstofly.org>
598 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
599 S:      Maintained
600
601 ARM/CLKDEV SUPPORT
602 M:      Russell King <linux@arm.linux.org.uk>
603 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
604 F:      arch/arm/common/clkdev.c
605 F:      arch/arm/include/asm/clkdev.h
606
607 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
608 M:      Mike Rapoport <mike@compulab.co.il>
609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
610 S:      Maintained
611
612 ARM/CONTEC MICRO9 MACHINE SUPPORT
613 M:      Hubert Feurstein <hubert.feurstein@contec.at>
614 S:      Maintained
615 F:      arch/arm/mach-ep93xx/micro9.c
616
617 ARM/CORGI MACHINE SUPPORT
618 M:      Richard Purdie <rpurdie@rpsys.net>
619 S:      Maintained
620
621 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
622 M:      Paulius Zaleckas <paulius.zaleckas@gmail.com>
623 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
624 T:      git git://gitorious.org/linux-gemini/mainline.git
625 S:      Odd Fixes
626 F:      arch/arm/mach-gemini/
627
628 ARM/EBSA110 MACHINE SUPPORT
629 M:      Russell King <linux@arm.linux.org.uk>
630 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
631 W:      http://www.arm.linux.org.uk/
632 S:      Maintained
633 F:      arch/arm/mach-ebsa110/
634 F:      drivers/net/arm/am79c961a.*
635
636 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
637 M:      Daniel Ribeiro <drwyrm@gmail.com>
638 M:      Stefan Schmidt <stefan@openezx.org>
639 M:      Harald Welte <laforge@openezx.org>
640 L:      openezx-devel@lists.openezx.org (subscribers-only)
641 W:      http://www.openezx.org/
642 S:      Maintained
643 T:      topgit git://git.openezx.org/openezx.git
644 F:      arch/arm/mach-pxa/ezx.c
645
646 ARM/FARADAY FA526 PORT
647 M:      Paulius Zaleckas <paulius.zaleckas@gmail.com>
648 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
649 S:      Odd Fixes
650 F:      arch/arm/mm/*-fa*
651
652 ARM/FOOTBRIDGE ARCHITECTURE
653 M:      Russell King <linux@arm.linux.org.uk>
654 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
655 W:      http://www.arm.linux.org.uk/
656 S:      Maintained
657 F:      arch/arm/include/asm/hardware/dec21285.h
658 F:      arch/arm/mach-footbridge/
659
660 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
661 M:      Sascha Hauer <kernel@pengutronix.de>
662 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
663 S:      Maintained
664 T:      git://git.pengutronix.de/git/imx/linux-2.6.git
665 F:      arch/arm/mach-mx*/
666 F:      arch/arm/plat-mxc/
667
668 ARM/FREESCALE IMX51
669 M:      Amit Kucheria <amit.kucheria@canonical.com>
670 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
671 S:      Maintained
672 F:      arch/arm/mach-mx5/
673
674 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
675 M:      Lennert Buytenhek <kernel@wantstofly.org>
676 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
677 S:      Maintained
678
679 ARM/GUMSTIX MACHINE SUPPORT
680 M:      Steve Sakoman <sakoman@gmail.com>
681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
682 S:      Maintained
683
684 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
685 M:      Philipp Zabel <philipp.zabel@gmail.com>
686 S:      Maintained
687 F:      arch/arm/mach-pxa/hx4700.c
688 F:      arch/arm/mach-pxa/include/mach/hx4700.h
689
690 ARM/HP JORNADA 7XX MACHINE SUPPORT
691 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
692 W:      www.jlime.com
693 S:      Maintained
694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
695 F:      arch/arm/mach-sa1100/jornada720.c
696 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
697
698 ARM/INTEL IOP32X ARM ARCHITECTURE
699 M:      Lennert Buytenhek <kernel@wantstofly.org>
700 M:      Dan Williams <dan.j.williams@intel.com>
701 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
702 S:      Maintained
703
704 ARM/INTEL IOP33X ARM ARCHITECTURE
705 M:      Dan Williams <dan.j.williams@intel.com>
706 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
707 S:      Maintained
708
709 ARM/INTEL IOP13XX ARM ARCHITECTURE
710 M:      Lennert Buytenhek <kernel@wantstofly.org>
711 M:      Dan Williams <dan.j.williams@intel.com>
712 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
713 S:      Maintained
714
715 ARM/INTEL IQ81342EX MACHINE SUPPORT
716 M:      Lennert Buytenhek <kernel@wantstofly.org>
717 M:      Dan Williams <dan.j.williams@intel.com>
718 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
719 S:      Maintained
720
721 ARM/INTEL IXP2000 ARM ARCHITECTURE
722 M:      Lennert Buytenhek <kernel@wantstofly.org>
723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
724 S:      Maintained
725
726 ARM/INTEL IXDP2850 MACHINE SUPPORT
727 M:      Lennert Buytenhek <kernel@wantstofly.org>
728 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
729 S:      Maintained
730
731 ARM/INTEL IXP23XX ARM ARCHITECTURE
732 M:      Lennert Buytenhek <kernel@wantstofly.org>
733 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
734 S:      Maintained
735
736 ARM/INTEL IXP4XX ARM ARCHITECTURE
737 M:      Imre Kaloz <kaloz@openwrt.org>
738 M:      Krzysztof Halasa <khc@pm.waw.pl>
739 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
740 S:      Maintained
741 F:      arch/arm/mach-ixp4xx/
742
743 ARM/INTEL RESEARCH IMOTE 2 MACHINE SUPPORT
744 M:      Jonathan Cameron <jic23@cam.ac.uk>
745 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
746 S:      Maintained
747 F:      arch/arm/mach-pxa/imote2.c
748
749 ARM/INTEL RESEARCH STARGATE 2 MACHINE SUPPORT
750 M:      Jonathan Cameron <jic23@cam.ac.uk>
751 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
752 S:      Maintained
753 F:      arch/arm/mach-pxa/stargate2.c
754 F:      drivers/pcmcia/pxa2xx_stargate2.c
755
756 ARM/INTEL XSC3 (MANZANO) ARM CORE
757 M:      Lennert Buytenhek <kernel@wantstofly.org>
758 M:      Dan Williams <dan.j.williams@intel.com>
759 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
760 S:      Maintained
761
762 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
763 M:      Lennert Buytenhek <kernel@wantstofly.org>
764 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
765 S:      Maintained
766
767 ARM/LOGICPD PXA270 MACHINE SUPPORT
768 M:      Lennert Buytenhek <kernel@wantstofly.org>
769 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
770 S:      Maintained
771
772 ARM/MAGICIAN MACHINE SUPPORT
773 M:      Philipp Zabel <philipp.zabel@gmail.com>
774 S:      Maintained
775
776 ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
777 M:      Lennert Buytenhek <kernel@wantstofly.org>
778 M:      Nicolas Pitre <nico@fluxnic.net>
779 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
780 S:      Odd Fixes
781 F:      arch/arm/mach-loki/
782 F:      arch/arm/mach-kirkwood/
783 F:      arch/arm/mach-mv78xx0/
784 F:      arch/arm/mach-orion5x/
785 F:      arch/arm/plat-orion/
786
787 ARM/MIOA701 MACHINE SUPPORT
788 M:      Robert Jarzmik <robert.jarzmik@free.fr>
789 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
790 F:      arch/arm/mach-pxa/mioa701.c
791 S:      Maintained
792
793 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
794 M:      Michael Petchkovsky <mkpetch@internode.on.net>
795 S:      Maintained
796
797 ARM/NOMADIK ARCHITECTURE
798 M:      Alessandro Rubini <rubini@unipv.it>
799 M:      STEricsson <STEricsson_nomadik_linux@list.st.com>
800 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
801 S:      Maintained
802 F:      arch/arm/mach-nomadik/
803 F:      arch/arm/plat-nomadik/
804
805 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
806 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
807 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
808 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
809 S:      Supported
810
811 ARM/QUALCOMM MSM MACHINE SUPPORT
812 M:      David Brown <davidb@codeaurora.org>
813 M:      Daniel Walker <dwalker@codeaurora.org>
814 M:      Bryan Huntsman <bryanh@codeaurora.org>
815 L:      linux-arm-msm@vger.kernel.org
816 F:      arch/arm/mach-msm/
817 F:      drivers/video/msm/
818 F:      drivers/mmc/host/msm_sdcc.c
819 F:      drivers/mmc/host/msm_sdcc.h
820 F:      drivers/serial/msm_serial.h
821 F:      drivers/serial/msm_serial.c
822 T:      git git://codeaurora.org/quic/kernel/dwalker/linux-msm.git
823 S:      Maintained
824
825 ARM/TOSA MACHINE SUPPORT
826 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
827 M:      Dirk Opfer <dirk@opfer-online.de>
828 S:      Maintained
829
830 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
831 M:      Marek Vasut <marek.vasut@gmail.com>
832 L:      linux-arm-kernel@lists.infradead.org
833 W:      http://hackndev.com
834 S:      Maintained
835 F:      arch/arm/mach-pxa/include/mach/palmtx.h
836 F:      arch/arm/mach-pxa/palmtx.c
837 F:      arch/arm/mach-pxa/include/mach/palmt5.h
838 F:      arch/arm/mach-pxa/palmt5.c
839 F:      arch/arm/mach-pxa/include/mach/palmld.h
840 F:      arch/arm/mach-pxa/palmld.c
841 F:      arch/arm/mach-pxa/include/mach/palmte2.h
842 F:      arch/arm/mach-pxa/palmte2.c
843 F:      arch/arm/mach-pxa/include/mach/palmtc.h
844 F:      arch/arm/mach-pxa/palmtc.c
845
846 ARM/PALM TREO SUPPORT
847 M:      Tomas Cech <sleep_walker@suse.cz>
848 L:      linux-arm-kernel@lists.infradead.org
849 W:      http://hackndev.com
850 S:      Maintained
851 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
852 F:      arch/arm/mach-pxa/palmtreo.c
853
854 ARM/PALMZ72 SUPPORT
855 M:      Sergey Lapin <slapin@ossfans.org>
856 L:      linux-arm-kernel@lists.infradead.org
857 W:      http://hackndev.com
858 S:      Maintained
859 F:      arch/arm/mach-pxa/include/mach/palmz72.h
860 F:      arch/arm/mach-pxa/palmz72.c
861
862 ARM/PLEB SUPPORT
863 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
864 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
865 S:      Maintained
866
867 ARM/PT DIGITAL BOARD PORT
868 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
870 W:      http://www.arm.linux.org.uk/
871 S:      Maintained
872
873 ARM/RADISYS ENP2611 MACHINE SUPPORT
874 M:      Lennert Buytenhek <kernel@wantstofly.org>
875 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
876 S:      Maintained
877
878 ARM/RISCPC ARCHITECTURE
879 M:      Russell King <linux@arm.linux.org.uk>
880 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
881 W:      http://www.arm.linux.org.uk/
882 S:      Maintained
883 F:      arch/arm/common/time-acorn.c
884 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
885 F:      arch/arm/include/asm/hardware/ioc.h
886 F:      arch/arm/include/asm/hardware/iomd.h
887 F:      arch/arm/include/asm/hardware/memc.h
888 F:      arch/arm/mach-rpc/
889 F:      drivers/net/arm/ether*
890 F:      drivers/scsi/arm/
891
892 ARM/SHARK MACHINE SUPPORT
893 M:      Alexander Schulz <alex@shark-linux.de>
894 W:      http://www.shark-linux.de/shark.html
895 S:      Maintained
896
897 ARM/SAMSUNG ARM ARCHITECTURES
898 M:      Ben Dooks <ben-linux@fluff.org>
899 M:      Kukjin Kim <kgene.kim@samsung.com>
900 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
901 W:      http://www.fluff.org/ben/linux/
902 S:      Maintained
903 F:      arch/arm/plat-samsung/
904 F:      arch/arm/plat-s3c24xx/
905 F:      arch/arm/plat-s5p/
906
907 ARM/S3C2410 ARM ARCHITECTURE
908 M:      Ben Dooks <ben-linux@fluff.org>
909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
910 W:      http://www.fluff.org/ben/linux/
911 S:      Maintained
912 F:      arch/arm/mach-s3c2410/
913
914 ARM/S3C2440 ARM ARCHITECTURE
915 M:      Ben Dooks <ben-linux@fluff.org>
916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
917 W:      http://www.fluff.org/ben/linux/
918 S:      Maintained
919 F:      arch/arm/mach-s3c2440/
920
921 ARM/S3C2442 ARM ARCHITECTURE
922 M:      Ben Dooks <ben-linux@fluff.org>
923 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
924 W:      http://www.fluff.org/ben/linux/
925 S:      Maintained
926 F:      arch/arm/mach-s3c2442/
927
928 ARM/S3C2443 ARM ARCHITECTURE
929 M:      Ben Dooks <ben-linux@fluff.org>
930 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
931 W:      http://www.fluff.org/ben/linux/
932 S:      Maintained
933 F:      arch/arm/mach-s3c2443/
934
935 ARM/S3C6400 ARM ARCHITECTURE
936 M:      Ben Dooks <ben-linux@fluff.org>
937 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
938 W:      http://www.fluff.org/ben/linux/
939 S:      Maintained
940 F:      arch/arm/mach-s3c6400/
941
942 ARM/S3C6410 ARM ARCHITECTURE
943 M:      Ben Dooks <ben-linux@fluff.org>
944 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
945 W:      http://www.fluff.org/ben/linux/
946 S:      Maintained
947 F:      arch/arm/mach-s3c6410/
948
949 ARM/SHMOBILE ARM ARCHITECTURE
950 M:      Paul Mundt <lethal@linux-sh.org>
951 M:      Magnus Damm <magnus.damm@gmail.com>
952 L:      linux-sh@vger.kernel.org
953 W:      http://oss.renesas.com
954 Q:      http://patchwork.kernel.org/project/linux-sh/list/
955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/genesis-2.6.git
956 S:      Supported
957 F:      arch/arm/mach-shmobile/
958 F:      drivers/sh/
959
960 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
961 M:      Lennert Buytenhek <kernel@wantstofly.org>
962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
963 S:      Maintained
964
965 ARM/THECUS N2100 MACHINE SUPPORT
966 M:      Lennert Buytenhek <kernel@wantstofly.org>
967 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
968 S:      Maintained
969
970 ARM/NUVOTON W90X900 ARM ARCHITECTURE
971 M:      Wan ZongShun <mcuos.com@gmail.com>
972 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
973 W:      http://www.mcuos.com
974 S:      Maintained
975 F:      arch/arm/mach-w90x900/
976 F:      arch/arm/mach-nuc93x/
977 F:      drivers/input/keyboard/w90p910_keypad.c
978 F:      drivers/input/touchscreen/w90p910_ts.c
979 F:      drivers/watchdog/nuc900_wdt.c
980 F:      drivers/net/arm/w90p910_ether.c
981 F:      drivers/mtd/nand/w90p910_nand.c
982 F:      drivers/rtc/rtc-nuc900.c
983 F:      drivers/spi/spi_nuc900.c
984 F:      drivers/usb/host/ehci-w90x900.c
985 F:      drivers/video/nuc900fb.c
986 F:      drivers/sound/soc/nuc900/
987
988 ARM/U300 MACHINE SUPPORT
989 M:      Linus Walleij <linus.walleij@stericsson.com>
990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S:      Supported
992 F:      arch/arm/mach-u300/
993 F:      drivers/i2c/busses/i2c-stu300.c
994 F:      drivers/rtc/rtc-coh901331.c
995 F:      drivers/watchdog/coh901327_wdt.c
996 F:      drivers/dma/coh901318*
997
998 ARM/U8500 ARM ARCHITECTURE
999 M:      Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
1000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 S:      Maintained
1002 F:      arch/arm/mach-ux500/
1003
1004 ARM/VFP SUPPORT
1005 M:      Russell King <linux@arm.linux.org.uk>
1006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1007 W:      http://www.arm.linux.org.uk/
1008 S:      Maintained
1009 F:      arch/arm/vfp/
1010
1011 ARM/VOIPAC PXA270 SUPPORT
1012 M:      Marek Vasut <marek.vasut@gmail.com>
1013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1014 S:      Maintained
1015 F:      arch/arm/mach-pxa/vpac270.c
1016 F:      arch/arm/mach-pxa/include/mach-pxa/vpac270.h
1017
1018 ARM/ZIPIT Z2 SUPPORT
1019 M:      Marek Vasut <marek.vasut@gmail.com>
1020 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1021 S:      Maintained
1022 F:      arch/arm/mach-pxa/z2.c
1023 F:      arch/arm/mach-pxa/include/mach-pxa/z2.h
1024
1025 ASC7621 HARDWARE MONITOR DRIVER
1026 M:      George Joseph <george.joseph@fairview5.com>
1027 L:      lm-sensors@lm-sensors.org
1028 S:      Maintained
1029 F:      Documentation/hwmon/asc7621
1030 F:      drivers/hwmon/asc7621.c
1031
1032 ASUS ACPI EXTRAS DRIVER
1033 M:      Corentin Chary <corentincj@iksaif.net>
1034 M:      Karol Kozimor <sziwan@users.sourceforge.net>
1035 L:      acpi4asus-user@lists.sourceforge.net
1036 L:      platform-driver-x86@vger.kernel.org
1037 W:      http://acpi4asus.sf.net
1038 S:      Maintained
1039 F:      drivers/platform/x86/asus_acpi.c
1040
1041 ASUS ASB100 HARDWARE MONITOR DRIVER
1042 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
1043 L:      lm-sensors@lm-sensors.org
1044 S:      Maintained
1045 F:      drivers/hwmon/asb100.c
1046
1047 ASUS LAPTOP EXTRAS DRIVER
1048 M:      Corentin Chary <corentincj@iksaif.net>
1049 L:      acpi4asus-user@lists.sourceforge.net
1050 L:      platform-driver-x86@vger.kernel.org
1051 W:      http://acpi4asus.sf.net
1052 S:      Maintained
1053 F:      drivers/platform/x86/asus-laptop.c
1054
1055 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1056 M:      Dan Williams <dan.j.williams@intel.com>
1057 W:      http://sourceforge.net/projects/xscaleiop
1058 S:      Supported
1059 F:      Documentation/crypto/async-tx-api.txt
1060 F:      crypto/async_tx/
1061 F:      drivers/dma/
1062 F:      include/linux/dmaengine.h
1063 F:      include/linux/async_tx.h
1064
1065 AT24 EEPROM DRIVER
1066 M:      Wolfram Sang <w.sang@pengutronix.de>
1067 L:      linux-i2c@vger.kernel.org
1068 S:      Maintained
1069 F:      drivers/misc/eeprom/at24.c
1070 F:      include/linux/i2c/at24.h
1071
1072 ATA OVER ETHERNET (AOE) DRIVER
1073 M:      "Ed L. Cashin" <ecashin@coraid.com>
1074 W:      http://www.coraid.com/support/linux
1075 S:      Supported
1076 F:      Documentation/aoe/
1077 F:      drivers/block/aoe/
1078
1079 ATHEROS ATH5K WIRELESS DRIVER
1080 M:      Jiri Slaby <jirislaby@gmail.com>
1081 M:      Nick Kossifidis <mickflemm@gmail.com>
1082 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1083 M:      Bob Copeland <me@bobcopeland.com>
1084 L:      linux-wireless@vger.kernel.org
1085 L:      ath5k-devel@lists.ath5k.org
1086 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1087 S:      Maintained
1088 F:      drivers/net/wireless/ath/ath5k/
1089
1090 ATHEROS ATH9K WIRELESS DRIVER
1091 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1092 M:      Jouni Malinen <jmalinen@atheros.com>
1093 M:      Sujith Manoharan <Sujith.Manoharan@atheros.com>
1094 M:      Vasanthakumar Thiagarajan <vasanth@atheros.com>
1095 M:      Senthil Balasubramanian <senthilkumar@atheros.com>
1096 L:      linux-wireless@vger.kernel.org
1097 L:      ath9k-devel@lists.ath9k.org
1098 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
1099 S:      Supported
1100 F:      drivers/net/wireless/ath/ath9k/
1101
1102 ATHEROS AR9170 WIRELESS DRIVER
1103 M:      Christian Lamparter <chunkeey@web.de>
1104 L:      linux-wireless@vger.kernel.org
1105 W:      http://wireless.kernel.org/en/users/Drivers/ar9170
1106 S:      Maintained
1107 F:      drivers/net/wireless/ath/ar9170/
1108
1109 ATK0110 HWMON DRIVER
1110 M:      Luca Tettamanti <kronos.it@gmail.com>
1111 L:      lm-sensors@lm-sensors.org
1112 S:      Maintained
1113 F:      drivers/hwmon/asus_atk0110.c
1114
1115 ATI_REMOTE2 DRIVER
1116 M:      Ville Syrjala <syrjala@sci.fi>
1117 S:      Maintained
1118 F:      drivers/input/misc/ati_remote2.c
1119
1120 ATLX ETHERNET DRIVERS
1121 M:      Jay Cliburn <jcliburn@gmail.com>
1122 M:      Chris Snook <chris.snook@gmail.com>
1123 M:      Jie Yang <jie.yang@atheros.com>
1124 L:      atl1-devel@lists.sourceforge.net
1125 W:      http://sourceforge.net/projects/atl1
1126 W:      http://atl1.sourceforge.net
1127 S:      Maintained
1128 F:      drivers/net/atlx/
1129
1130 ATM
1131 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1132 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1133 L:      netdev@vger.kernel.org
1134 W:      http://linux-atm.sourceforge.net
1135 S:      Maintained
1136 F:      drivers/atm/
1137 F:      include/linux/atm*
1138
1139 ATMEL AT91 MCI DRIVER
1140 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1141 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 W:      http://www.atmel.com/products/AT91/
1143 W:      http://www.at91.com/
1144 S:      Maintained
1145 F:      drivers/mmc/host/at91_mci.c
1146
1147 ATMEL AT91 / AT32 MCI DRIVER
1148 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1149 S:      Maintained
1150 F:      drivers/mmc/host/atmel-mci.c
1151 F:      drivers/mmc/host/atmel-mci-regs.h
1152
1153 ATMEL AT91 / AT32 SERIAL DRIVER
1154 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1155 S:      Supported
1156 F:      drivers/serial/atmel_serial.c
1157
1158 ATMEL LCDFB DRIVER
1159 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1160 L:      linux-fbdev@vger.kernel.org
1161 S:      Maintained
1162 F:      drivers/video/atmel_lcdfb.c
1163 F:      include/video/atmel_lcdc.h
1164
1165 ATMEL MACB ETHERNET DRIVER
1166 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1167 S:      Supported
1168 F:      drivers/net/macb.*
1169
1170 ATMEL SPI DRIVER
1171 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1172 S:      Supported
1173 F:      drivers/spi/atmel_spi.*
1174
1175 ATMEL USBA UDC DRIVER
1176 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1179 S:      Supported
1180 F:      drivers/usb/gadget/atmel_usba_udc.*
1181
1182 ATMEL WIRELESS DRIVER
1183 M:      Simon Kelley <simon@thekelleys.org.uk>
1184 L:      linux-wireless@vger.kernel.org
1185 W:      http://www.thekelleys.org.uk/atmel
1186 W:      http://atmelwlandriver.sourceforge.net/
1187 S:      Maintained
1188 F:      drivers/net/wireless/atmel*
1189
1190 AUDIT SUBSYSTEM
1191 M:      Al Viro <viro@zeniv.linux.org.uk>
1192 M:      Eric Paris <eparis@redhat.com>
1193 L:      linux-audit@redhat.com (subscribers-only)
1194 W:      http://people.redhat.com/sgrubb/audit/
1195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1196 S:      Maintained
1197 F:      include/linux/audit.h
1198 F:      kernel/audit*
1199
1200 AUXILIARY DISPLAY DRIVERS
1201 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1202 W:      http://miguelojeda.es/auxdisplay.htm
1203 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1204 S:      Maintained
1205 F:      drivers/auxdisplay/
1206 F:      include/linux/cfag12864b.h
1207
1208 AVR32 ARCHITECTURE
1209 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
1210 W:      http://www.atmel.com/products/AVR32/
1211 W:      http://avr32linux.org/
1212 W:      http://avrfreaks.net/
1213 S:      Supported
1214 F:      arch/avr32/
1215
1216 AVR32/AT32AP MACHINE SUPPORT
1217 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
1218 S:      Supported
1219 F:      arch/avr32/mach-at32ap/
1220
1221 AX.25 NETWORK LAYER
1222 M:      Ralf Baechle <ralf@linux-mips.org>
1223 L:      linux-hams@vger.kernel.org
1224 W:      http://www.linux-ax25.org/
1225 S:      Maintained
1226 F:      include/linux/ax25.h
1227 F:      include/net/ax25.h
1228 F:      net/ax25/
1229
1230 B43 WIRELESS DRIVER
1231 M:      Stefano Brivio <stefano.brivio@polimi.it>
1232 L:      linux-wireless@vger.kernel.org
1233 W:      http://linuxwireless.org/en/users/Drivers/b43
1234 S:      Maintained
1235 F:      drivers/net/wireless/b43/
1236
1237 B43LEGACY WIRELESS DRIVER
1238 M:      Larry Finger <Larry.Finger@lwfinger.net>
1239 M:      Stefano Brivio <stefano.brivio@polimi.it>
1240 L:      linux-wireless@vger.kernel.org
1241 W:      http://linuxwireless.org/en/users/Drivers/b43
1242 S:      Maintained
1243 F:      drivers/net/wireless/b43legacy/
1244
1245 BACKLIGHT CLASS/SUBSYSTEM
1246 M:      Richard Purdie <rpurdie@rpsys.net>
1247 S:      Maintained
1248 F:      drivers/video/backlight/
1249 F:      include/linux/backlight.h
1250
1251 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1252 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1253 L:      linux-hams@vger.kernel.org
1254 W:      http://www.baycom.org/~tom/ham/ham.html
1255 S:      Maintained
1256 F:      drivers/net/hamradio/baycom*
1257
1258 BEFS FILE SYSTEM
1259 M:      "Sergey S. Kostyliov" <rathamahata@php4.ru>
1260 S:      Maintained
1261 F:      Documentation/filesystems/befs.txt
1262 F:      fs/befs/
1263
1264 BFS FILE SYSTEM
1265 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1266 S:      Maintained
1267 F:      Documentation/filesystems/bfs.txt
1268 F:      fs/bfs/
1269 F:      include/linux/bfs_fs.h
1270
1271 BLACKFIN ARCHITECTURE
1272 M:      Mike Frysinger <vapier@gentoo.org>
1273 L:      uclinux-dist-devel@blackfin.uclinux.org
1274 W:      http://blackfin.uclinux.org
1275 S:      Supported
1276 F:      arch/blackfin/
1277
1278 BLACKFIN EMAC DRIVER
1279 M:      Michael Hennerich <michael.hennerich@analog.com>
1280 L:      uclinux-dist-devel@blackfin.uclinux.org
1281 W:      http://blackfin.uclinux.org
1282 S:      Supported
1283 F:      drivers/net/bfin_mac.*
1284
1285 BLACKFIN RTC DRIVER
1286 M:      Mike Frysinger <vapier.adi@gmail.com>
1287 L:      uclinux-dist-devel@blackfin.uclinux.org
1288 W:      http://blackfin.uclinux.org
1289 S:      Supported
1290 F:      drivers/rtc/rtc-bfin.c
1291
1292 BLACKFIN SDH DRIVER
1293 M:      Cliff Cai <cliff.cai@analog.com>
1294 L:      uclinux-dist-devel@blackfin.uclinux.org
1295 W:      http://blackfin.uclinux.org
1296 S:      Supported
1297 F:      drivers/mmc/host/bfin_sdh.c
1298
1299 BLACKFIN SERIAL DRIVER
1300 M:      Sonic Zhang <sonic.zhang@analog.com>
1301 L:      uclinux-dist-devel@blackfin.uclinux.org
1302 W:      http://blackfin.uclinux.org
1303 S:      Supported
1304 F:      drivers/serial/bfin_5xx.c
1305
1306 BLACKFIN WATCHDOG DRIVER
1307 M:      Mike Frysinger <vapier.adi@gmail.com>
1308 L:      uclinux-dist-devel@blackfin.uclinux.org
1309 W:      http://blackfin.uclinux.org
1310 S:      Supported
1311 F:      drivers/watchdog/bfin_wdt.c
1312
1313 BLACKFIN I2C TWI DRIVER
1314 M:      Sonic Zhang <sonic.zhang@analog.com>
1315 L:      uclinux-dist-devel@blackfin.uclinux.org
1316 W:      http://blackfin.uclinux.org/
1317 S:      Supported
1318 F:      drivers/i2c/busses/i2c-bfin-twi.c
1319
1320 BLOCK LAYER
1321 M:      Jens Axboe <axboe@kernel.dk>
1322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1323 S:      Maintained
1324 F:      block/
1325
1326 BLOCK2MTD DRIVER
1327 M:      Joern Engel <joern@lazybastard.org>
1328 L:      linux-mtd@lists.infradead.org
1329 S:      Maintained
1330 F:      drivers/mtd/devices/block2mtd.c
1331
1332 BLUETOOTH DRIVERS
1333 M:      Marcel Holtmann <marcel@holtmann.org>
1334 L:      linux-bluetooth@vger.kernel.org
1335 W:      http://www.bluez.org/
1336 S:      Maintained
1337 F:      drivers/bluetooth/
1338
1339 BLUETOOTH SUBSYSTEM
1340 M:      Marcel Holtmann <marcel@holtmann.org>
1341 L:      linux-bluetooth@vger.kernel.org
1342 W:      http://www.bluez.org/
1343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1344 S:      Maintained
1345 F:      net/bluetooth/
1346 F:      include/net/bluetooth/
1347
1348 BONDING DRIVER
1349 M:      Jay Vosburgh <fubar@us.ibm.com>
1350 L:      bonding-devel@lists.sourceforge.net
1351 W:      http://sourceforge.net/projects/bonding/
1352 S:      Supported
1353 F:      drivers/net/bonding/
1354 F:      include/linux/if_bonding.h
1355
1356 BROADCOM B44 10/100 ETHERNET DRIVER
1357 M:      Gary Zambrano <zambrano@broadcom.com>
1358 L:      netdev@vger.kernel.org
1359 S:      Supported
1360 F:      drivers/net/b44.*
1361
1362 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1363 M:      Michael Chan <mchan@broadcom.com>
1364 L:      netdev@vger.kernel.org
1365 S:      Supported
1366 F:      drivers/net/bnx2.*
1367 F:      drivers/net/bnx2_*
1368
1369 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1370 M:      Eilon Greenstein <eilong@broadcom.com>
1371 L:      netdev@vger.kernel.org
1372 S:      Supported
1373 F:      drivers/net/bnx2x*
1374
1375 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1376 M:      Matt Carlson <mcarlson@broadcom.com>
1377 M:      Michael Chan <mchan@broadcom.com>
1378 L:      netdev@vger.kernel.org
1379 S:      Supported
1380 F:      drivers/net/tg3.*
1381
1382 BROCADE BFA FC SCSI DRIVER
1383 M:      Jing Huang <huangj@brocade.com>
1384 L:      linux-scsi@vger.kernel.org
1385 S:      Supported
1386 F:      drivers/scsi/bfa/
1387
1388 BSG (block layer generic sg v4 driver)
1389 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1390 L:      linux-scsi@vger.kernel.org
1391 S:      Supported
1392 F:      block/bsg.c
1393 F:      include/linux/bsg.h
1394
1395 BT8XXGPIO DRIVER
1396 M:      Michael Buesch <mb@bu3sch.de>
1397 W:      http://bu3sch.de/btgpio.php
1398 S:      Maintained
1399 F:      drivers/gpio/bt8xxgpio.c
1400
1401 BTRFS FILE SYSTEM
1402 M:      Chris Mason <chris.mason@oracle.com>
1403 L:      linux-btrfs@vger.kernel.org
1404 W:      http://btrfs.wiki.kernel.org/
1405 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
1406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1407 S:      Maintained
1408 F:      Documentation/filesystems/btrfs.txt
1409 F:      fs/btrfs/
1410
1411 BTTV VIDEO4LINUX DRIVER
1412 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
1413 L:      linux-media@vger.kernel.org
1414 W:      http://linuxtv.org
1415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1416 S:      Maintained
1417 F:      Documentation/video4linux/bttv/
1418 F:      drivers/media/video/bt8xx/bttv*
1419
1420 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1421 M:      David Howells <dhowells@redhat.com>
1422 L:      linux-cachefs@redhat.com
1423 S:      Supported
1424 F:      Documentation/filesystems/caching/cachefiles.txt
1425 F:      fs/cachefiles/
1426
1427 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1428 M:      Jonathan Corbet <corbet@lwn.net>
1429 L:      linux-media@vger.kernel.org
1430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1431 S:      Maintained
1432 F:      Documentation/video4linux/cafe_ccic
1433 F:      drivers/media/video/cafe_ccic*
1434
1435 CALGARY x86-64 IOMMU
1436 M:      Muli Ben-Yehuda <muli@il.ibm.com>
1437 M:      "Jon D. Mason" <jdmason@kudzu.us>
1438 L:      discuss@x86-64.org
1439 S:      Maintained
1440 F:      arch/x86/kernel/pci-calgary_64.c
1441 F:      arch/x86/kernel/tce_64.c
1442 F:      arch/x86/include/asm/calgary.h
1443 F:      arch/x86/include/asm/tce.h
1444
1445 CAN NETWORK LAYER
1446 M:      Oliver Hartkopp <socketcan@hartkopp.net>
1447 M:      Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1448 M:      Urs Thuermann <urs.thuermann@volkswagen.de>
1449 L:      socketcan-core@lists.berlios.de
1450 L:      netdev@vger.kernel.org
1451 W:      http://developer.berlios.de/projects/socketcan/
1452 S:      Maintained
1453 F:      net/can/
1454 F:      include/linux/can.h
1455 F:      include/linux/can/core.h
1456 F:      include/linux/can/bcm.h
1457 F:      include/linux/can/raw.h
1458
1459 CAN NETWORK DRIVERS
1460 M:      Wolfgang Grandegger <wg@grandegger.com>
1461 L:      socketcan-core@lists.berlios.de
1462 L:      netdev@vger.kernel.org
1463 W:      http://developer.berlios.de/projects/socketcan/
1464 S:      Maintained
1465 F:      drivers/net/can/
1466 F:      include/linux/can/dev.h
1467 F:      include/linux/can/error.h
1468 F:      include/linux/can/netlink.h
1469 F:      include/linux/can/platform/
1470
1471 CELL BROADBAND ENGINE ARCHITECTURE
1472 M:      Arnd Bergmann <arnd@arndb.de>
1473 L:      linuxppc-dev@ozlabs.org
1474 L:      cbe-oss-dev@ozlabs.org
1475 W:      http://www.ibm.com/developerworks/power/cell/
1476 S:      Supported
1477 F:      arch/powerpc/include/asm/cell*.h
1478 F:      arch/powerpc/include/asm/spu*.h
1479 F:      arch/powerpc/oprofile/*cell*
1480 F:      arch/powerpc/platforms/cell/
1481
1482 CEPH DISTRIBUTED FILE SYSTEM CLIENT
1483 M:      Sage Weil <sage@newdream.net>
1484 L:      ceph-devel@vger.kernel.org
1485 W:      http://ceph.newdream.net/
1486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1487 S:      Supported
1488 F:      Documentation/filesystems/ceph.txt
1489 F:      fs/ceph
1490
1491 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1492 M:      David Vrabel <david.vrabel@csr.com>
1493 L:      linux-usb@vger.kernel.org
1494 S:      Supported
1495 F:      Documentation/usb/WUSB-Design-overview.txt
1496 F:      Documentation/usb/wusb-cbaf
1497 F:      drivers/usb/host/hwa-hc.c
1498 F:      drivers/usb/host/whci/
1499 F:      drivers/usb/wusbcore/
1500 F:      include/linux/usb/wusb*
1501
1502 CFAG12864B LCD DRIVER
1503 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1504 W:      http://miguelojeda.es/auxdisplay.htm
1505 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1506 S:      Maintained
1507 F:      drivers/auxdisplay/cfag12864b.c
1508 F:      include/linux/cfag12864b.h
1509
1510 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1511 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1512 W:      http://miguelojeda.es/auxdisplay.htm
1513 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1514 S:      Maintained
1515 F:      drivers/auxdisplay/cfag12864bfb.c
1516 F:      include/linux/cfag12864b.h
1517
1518 CFG80211 and NL80211
1519 M:      Johannes Berg <johannes@sipsolutions.net>
1520 L:      linux-wireless@vger.kernel.org
1521 S:      Maintained
1522 F:      include/linux/nl80211.h
1523 F:      include/net/cfg80211.h
1524 F:      net/wireless/*
1525 X:      net/wireless/wext*
1526
1527 CHECKPATCH
1528 M:      Andy Whitcroft <apw@canonical.com>
1529 S:      Supported
1530 F:      scripts/checkpatch.pl
1531
1532 CISCO VIC ETHERNET NIC DRIVER
1533 M:      Scott Feldman <scofeldm@cisco.com>
1534 M:      Vasanthy Kolluri <vkolluri@cisco.com>
1535 M:      Roopa Prabhu <roprabhu@cisco.com>
1536 S:      Supported
1537 F:      drivers/net/enic/
1538
1539 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1540 M:      Lennert Buytenhek <kernel@wantstofly.org>
1541 L:      netdev@vger.kernel.org
1542 S:      Maintained
1543 F:      drivers/net/arm/ep93xx_eth.c
1544
1545 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1546 M:      Lennert Buytenhek <kernel@wantstofly.org>
1547 L:      linux-usb@vger.kernel.org
1548 S:      Maintained
1549 F:      drivers/usb/host/ohci-ep93xx.c
1550
1551 CIRRUS LOGIC CS4270 SOUND DRIVER
1552 M:      Timur Tabi <timur@freescale.com>
1553 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1554 S:      Supported
1555 F:      sound/soc/codecs/cs4270*
1556
1557 CLK API
1558 M:      Russell King <linux@arm.linux.org.uk>
1559 F:      include/linux/clk.h
1560
1561 CISCO FCOE HBA DRIVER
1562 M:      Abhijeet Joglekar <abjoglek@cisco.com>
1563 M:      Joe Eykholt <jeykholt@cisco.com>
1564 L:      linux-scsi@vger.kernel.org
1565 S:      Supported
1566 F:      drivers/scsi/fnic/
1567
1568 CMPC ACPI DRIVER
1569 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1570 M:      Daniel Oliveira Nascimento <don@syst.com.br>
1571 L:      platform-driver-x86@vger.kernel.org
1572 S:      Supported
1573 F:      drivers/platform/x86/classmate-laptop.c
1574
1575 CODA FILE SYSTEM
1576 M:      Jan Harkes <jaharkes@cs.cmu.edu>
1577 M:      coda@cs.cmu.edu
1578 L:      codalist@coda.cs.cmu.edu
1579 W:      http://www.coda.cs.cmu.edu/
1580 S:      Maintained
1581 F:      Documentation/filesystems/coda.txt
1582 F:      fs/coda/
1583 F:      include/linux/coda*.h
1584
1585 COMMON INTERNET FILE SYSTEM (CIFS)
1586 M:      Steve French <sfrench@samba.org>
1587 L:      linux-cifs@vger.kernel.org
1588 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
1589 W:      http://linux-cifs.samba.org/
1590 Q:      http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1592 S:      Supported
1593 F:      Documentation/filesystems/cifs.txt
1594 F:      fs/cifs/
1595
1596 COMPACTPCI HOTPLUG CORE
1597 M:      Scott Murray <scott@spiteful.org>
1598 L:      linux-pci@vger.kernel.org
1599 S:      Maintained
1600 F:      drivers/pci/hotplug/cpci_hotplug*
1601
1602 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1603 M:      Scott Murray <scott@spiteful.org>
1604 L:      linux-pci@vger.kernel.org
1605 S:      Maintained
1606 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1607
1608 COMPACTPCI HOTPLUG GENERIC DRIVER
1609 M:      Scott Murray <scott@spiteful.org>
1610 L:      linux-pci@vger.kernel.org
1611 S:      Maintained
1612 F:      drivers/pci/hotplug/cpcihp_generic.c
1613
1614 COMPAL LAPTOP SUPPORT
1615 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1616 L:      platform-driver-x86@vger.kernel.org
1617 S:      Maintained
1618 F:      drivers/platform/x86/compal-laptop.c
1619
1620 COMPUTONE INTELLIPORT MULTIPORT CARD
1621 M:      "Michael H. Warfield" <mhw@wittsend.com>
1622 W:      http://www.wittsend.com/computone.html
1623 S:      Maintained
1624 F:      Documentation/serial/computone.txt
1625 F:      drivers/char/ip2/
1626
1627 CONEXANT ACCESSRUNNER USB DRIVER
1628 M:      Simon Arlott <cxacru@fire.lp0.eu>
1629 L:      accessrunner-general@lists.sourceforge.net
1630 W:      http://accessrunner.sourceforge.net/
1631 S:      Maintained
1632 F:      drivers/usb/atm/cxacru.c
1633
1634 CONFIGFS
1635 M:      Joel Becker <joel.becker@oracle.com>
1636 S:      Supported
1637 F:      fs/configfs/
1638 F:      include/linux/configfs.h
1639
1640 CONNECTOR
1641 M:      Evgeniy Polyakov <zbr@ioremap.net>
1642 L:      netdev@vger.kernel.org
1643 S:      Maintained
1644 F:      drivers/connector/
1645
1646 CONTROL GROUPS (CGROUPS)
1647 M:      Paul Menage <menage@google.com>
1648 M:      Li Zefan <lizf@cn.fujitsu.com>
1649 L:      containers@lists.linux-foundation.org
1650 S:      Maintained
1651 F:      include/linux/cgroup*
1652 F:      kernel/cgroup*
1653 F:      mm/*cgroup*
1654
1655 CORETEMP HARDWARE MONITORING DRIVER
1656 M:      Rudolf Marek <r.marek@assembler.cz>
1657 M:      Huaxu Wan <huaxu.wan@intel.com>
1658 L:      lm-sensors@lm-sensors.org
1659 S:      Maintained
1660 F:      Documentation/hwmon/coretemp
1661 F:      drivers/hwmon/coretemp.c
1662
1663 COSA/SRP SYNC SERIAL DRIVER
1664 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1665 W:      http://www.fi.muni.cz/~kas/cosa/
1666 S:      Maintained
1667 F:      drivers/net/wan/cosa*
1668
1669 CPMAC ETHERNET DRIVER
1670 M:      Florian Fainelli <florian@openwrt.org>
1671 L:      netdev@vger.kernel.org
1672 S:      Maintained
1673 F:      drivers/net/cpmac.c
1674
1675 CPU FREQUENCY DRIVERS
1676 M:      Dave Jones <davej@redhat.com>
1677 L:      cpufreq@vger.kernel.org
1678 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1680 S:      Maintained
1681 F:      arch/x86/kernel/cpu/cpufreq/
1682 F:      drivers/cpufreq/
1683 F:      include/linux/cpufreq.h
1684
1685 CPUID/MSR DRIVER
1686 M:      "H. Peter Anvin" <hpa@zytor.com>
1687 S:      Maintained
1688 F:      arch/x86/kernel/cpuid.c
1689 F:      arch/x86/kernel/msr.c
1690
1691 CPUSETS
1692 M:      Paul Menage <menage@google.com>
1693 W:      http://www.bullopensource.org/cpuset/
1694 W:      http://oss.sgi.com/projects/cpusets/
1695 S:      Supported
1696 F:      Documentation/cgroups/cpusets.txt
1697 F:      include/linux/cpuset.h
1698 F:      kernel/cpuset.c
1699
1700 CRAMFS FILESYSTEM
1701 W:      http://sourceforge.net/projects/cramfs/
1702 S:      Orphan
1703 F:      Documentation/filesystems/cramfs.txt
1704 F:      fs/cramfs/
1705
1706 CRIS PORT
1707 M:      Mikael Starvik <starvik@axis.com>
1708 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1709 L:      linux-cris-kernel@axis.com
1710 W:      http://developer.axis.com
1711 S:      Maintained
1712 F:      arch/cris/
1713
1714 CRYPTO API
1715 M:      Herbert Xu <herbert@gondor.apana.org.au>
1716 M:      "David S. Miller" <davem@davemloft.net>
1717 L:      linux-crypto@vger.kernel.org
1718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1719 S:      Maintained
1720 F:      Documentation/crypto/
1721 F:      arch/*/crypto/
1722 F:      crypto/
1723 F:      drivers/crypto/
1724 F:      include/crypto/
1725
1726 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1727 M:      Neil Horman <nhorman@tuxdriver.com>
1728 L:      linux-crypto@vger.kernel.org
1729 S:      Maintained
1730
1731 CS5535 Audio ALSA driver
1732 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
1733 S:      Maintained
1734 F:      sound/pci/cs5535audio/
1735
1736 CX18 VIDEO4LINUX DRIVER
1737 M:      Andy Walls <awalls@md.metrocast.net>
1738 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
1739 L:      linux-media@vger.kernel.org
1740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1741 W:      http://linuxtv.org
1742 W:      http://www.ivtvdriver.org/index.php/Cx18
1743 S:      Maintained
1744 F:      Documentation/video4linux/cx18.txt
1745 F:      drivers/media/video/cx18/
1746
1747 CXGB3 ETHERNET DRIVER (CXGB3)
1748 M:      Divy Le Ray <divy@chelsio.com>
1749 L:      netdev@vger.kernel.org
1750 W:      http://www.chelsio.com
1751 S:      Supported
1752 F:      drivers/net/cxgb3/
1753
1754 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1755 M:      Steve Wise <swise@chelsio.com>
1756 L:      linux-rdma@vger.kernel.org
1757 W:      http://www.openfabrics.org
1758 S:      Supported
1759 F:      drivers/infiniband/hw/cxgb3/
1760
1761 CXGB4 ETHERNET DRIVER (CXGB4)
1762 M:      Dimitris Michailidis <dm@chelsio.com>
1763 L:      netdev@vger.kernel.org
1764 W:      http://www.chelsio.com
1765 S:      Supported
1766 F:      drivers/net/cxgb4/
1767
1768 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
1769 M:      Steve Wise <swise@chelsio.com>
1770 L:      linux-rdma@vger.kernel.org
1771 W:      http://www.openfabrics.org
1772 S:      Supported
1773 F:      drivers/infiniband/hw/cxgb4/
1774
1775 CYBERPRO FB DRIVER
1776 M:      Russell King <linux@arm.linux.org.uk>
1777 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1778 W:      http://www.arm.linux.org.uk/
1779 S:      Maintained
1780 F:      drivers/video/cyber2000fb.*
1781
1782 CYCLADES 2X SYNC CARD DRIVER
1783 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1784 W:      http://oops.ghostprotocols.net:81/blog
1785 S:      Maintained
1786 F:      drivers/net/wan/cycx*
1787
1788 CYCLADES ASYNC MUX DRIVER
1789 W:      http://www.cyclades.com/
1790 S:      Orphan
1791 F:      drivers/char/cyclades.c
1792 F:      include/linux/cyclades.h
1793
1794 CYCLADES PC300 DRIVER
1795 W:      http://www.cyclades.com/
1796 S:      Orphan
1797 F:      drivers/net/wan/pc300*
1798
1799 DAMA SLAVE for AX.25
1800 M:      Joerg Reuter <jreuter@yaina.de>
1801 W:      http://yaina.de/jreuter/
1802 W:      http://www.qsl.net/dl1bke/
1803 L:      linux-hams@vger.kernel.org
1804 S:      Maintained
1805 F:      net/ax25/af_ax25.c
1806 F:      net/ax25/ax25_dev.c
1807 F:      net/ax25/ax25_ds_*
1808 F:      net/ax25/ax25_in.c
1809 F:      net/ax25/ax25_out.c
1810 F:      net/ax25/ax25_timer.c
1811 F:      net/ax25/sysctl_net_ax25.c
1812
1813 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1814 M:      Tobias Ringstrom <tori@unhappy.mine.nu>
1815 L:      netdev@vger.kernel.org
1816 S:      Maintained
1817 F:      Documentation/networking/dmfe.txt
1818 F:      drivers/net/tulip/dmfe.c
1819
1820 DC390/AM53C974 SCSI driver
1821 M:      Kurt Garloff <garloff@suse.de>
1822 W:      http://www.garloff.de/kurt/linux/dc390/
1823 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1824 S:      Maintained
1825 F:      drivers/scsi/tmscsim.*
1826
1827 DC395x SCSI driver
1828 M:      Oliver Neukum <oliver@neukum.name>
1829 M:      Ali Akcaagac <aliakc@web.de>
1830 M:      Jamie Lenehan <lenehan@twibble.org>
1831 W:      http://twibble.org/dist/dc395x/
1832 L:      dc395x@twibble.org
1833 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1834 S:      Maintained
1835 F:      Documentation/scsi/dc395x.txt
1836 F:      drivers/scsi/dc395x.*
1837
1838 DCCP PROTOCOL
1839 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1840 L:      dccp@vger.kernel.org
1841 W:      http://linux-net.osdl.org/index.php/DCCP
1842 S:      Maintained
1843 F:      include/linux/dccp.h
1844 F:      include/linux/tfrc.h
1845 F:      net/dccp/
1846
1847 DECnet NETWORK LAYER
1848 W:      http://linux-decnet.sourceforge.net
1849 L:      linux-decnet-user@lists.sourceforge.net
1850 S:      Orphan
1851 F:      Documentation/networking/decnet.txt
1852 F:      net/decnet/
1853
1854 DEFXX FDDI NETWORK DRIVER
1855 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
1856 S:      Maintained
1857 F:      drivers/net/defxx.*
1858
1859 DELL LAPTOP DRIVER
1860 M:      Matthew Garrett <mjg59@srcf.ucam.org>
1861 L:      platform-driver-x86@vger.kernel.org
1862 S:      Maintained
1863 F:      drivers/platform/x86/dell-laptop.c
1864
1865 DELL LAPTOP SMM DRIVER
1866 M:      Massimo Dal Zotto <dz@debian.org>
1867 W:      http://www.debian.org/~dz/i8k/
1868 S:      Maintained
1869 F:      drivers/char/i8k.c
1870 F:      include/linux/i8k.h
1871
1872 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1873 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
1874 S:      Maintained
1875 F:      Documentation/dcdbas.txt
1876 F:      drivers/firmware/dcdbas.*
1877
1878 DELL WMI EXTRAS DRIVER
1879 M:      Matthew Garrett <mjg59@srcf.ucam.org>
1880 S:      Maintained
1881
1882 DEVICE NUMBER REGISTRY
1883 M:      Torben Mathiasen <device@lanana.org>
1884 W:      http://lanana.org/docs/device-list/index.html
1885 S:      Maintained
1886
1887 DEVICE-MAPPER  (LVM)
1888 P:      Alasdair Kergon
1889 L:      dm-devel@redhat.com
1890 W:      http://sources.redhat.com/dm
1891 Q:      http://patchwork.kernel.org/project/dm-devel/list/
1892 S:      Maintained
1893 F:      Documentation/device-mapper/
1894 F:      drivers/md/dm*
1895 F:      include/linux/device-mapper.h
1896 F:      include/linux/dm-*.h
1897
1898 DIGI INTL. EPCA DRIVER
1899 M:      "Digi International, Inc" <Eng.Linux@digi.com>
1900 L:      Eng.Linux@digi.com
1901 W:      http://www.digi.com
1902 S:      Orphan
1903 F:      Documentation/serial/digiepca.txt
1904 F:      drivers/char/epca*
1905 F:      drivers/char/digi*
1906
1907 DIRECTORY NOTIFICATION (DNOTIFY)
1908 M:      Eric Paris <eparis@parisplace.org>
1909 S:      Maintained
1910 F:      Documentation/filesystems/dnotify.txt
1911 F:      fs/notify/dnotify/
1912 F:      include/linux/dnotify.h
1913
1914 DISK GEOMETRY AND PARTITION HANDLING
1915 M:      Andries Brouwer <aeb@cwi.nl>
1916 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1917 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1918 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1919 S:      Maintained
1920
1921 DISKQUOTA
1922 M:      Jan Kara <jack@suse.cz>
1923 S:      Maintained
1924 F:      Documentation/filesystems/quota.txt
1925 F:      fs/quota/
1926 F:      include/linux/quota*.h
1927
1928 DISTRIBUTED LOCK MANAGER (DLM)
1929 M:      Christine Caulfield <ccaulfie@redhat.com>
1930 M:      David Teigland <teigland@redhat.com>
1931 L:      cluster-devel@redhat.com
1932 W:      http://sources.redhat.com/cluster/
1933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1934 S:      Supported
1935 F:      fs/dlm/
1936
1937 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1938 M:      Dan Williams <dan.j.williams@intel.com>
1939 S:      Supported
1940 F:      drivers/dma/
1941 F:      include/linux/dma*
1942
1943 DME1737 HARDWARE MONITOR DRIVER
1944 M:      Juerg Haefliger <juergh@gmail.com>
1945 L:      lm-sensors@lm-sensors.org
1946 S:      Maintained
1947 F:      Documentation/hwmon/dme1737
1948 F:      drivers/hwmon/dme1737.c
1949
1950 DOCBOOK FOR DOCUMENTATION
1951 M:      Randy Dunlap <rdunlap@xenotime.net>
1952 S:      Maintained
1953
1954 DOCKING STATION DRIVER
1955 M:      Shaohua Li <shaohua.li@intel.com>
1956 L:      linux-acpi@vger.kernel.org
1957 S:      Supported
1958 F:      drivers/acpi/dock.c
1959
1960 DOCUMENTATION
1961 M:      Randy Dunlap <rdunlap@xenotime.net>
1962 L:      linux-doc@vger.kernel.org
1963 S:      Maintained
1964 F:      Documentation/
1965
1966 DOUBLETALK DRIVER
1967 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
1968 L:      blinux-list@redhat.com
1969 S:      Maintained
1970 F:      drivers/char/dtlk.c
1971 F:      include/linux/dtlk.h
1972
1973 DPT_I2O SCSI RAID DRIVER
1974 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
1975 L:      linux-scsi@vger.kernel.org
1976 W:      http://www.adaptec.com/
1977 S:      Maintained
1978 F:      drivers/scsi/dpt*
1979 F:      drivers/scsi/dpt/
1980
1981 DRBD DRIVER
1982 P:      Philipp Reisner
1983 P:      Lars Ellenberg
1984 M:      drbd-dev@lists.linbit.com
1985 L:      drbd-user@lists.linbit.com
1986 W:      http://www.drbd.org
1987 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
1988 T:      git git://git.drbd.org/drbd-8.3.git
1989 S:      Supported
1990 F:      drivers/block/drbd/
1991 F:      lib/lru_cache.c
1992 F:      Documentation/blockdev/drbd/
1993
1994 DRIVER CORE, KOBJECTS, AND SYSFS
1995 M:      Greg Kroah-Hartman <gregkh@suse.de>
1996 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1997 S:      Supported
1998 F:      Documentation/kobject.txt
1999 F:      drivers/base/
2000 F:      fs/sysfs/
2001 F:      include/linux/kobj*
2002 F:      lib/kobj*
2003
2004 DRM DRIVERS
2005 M:      David Airlie <airlied@linux.ie>
2006 L:      dri-devel@lists.freedesktop.org
2007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2008 S:      Maintained
2009 F:      drivers/gpu/drm/
2010
2011 DSCC4 DRIVER
2012 M:      Francois Romieu <romieu@fr.zoreil.com>
2013 L:      netdev@vger.kernel.org
2014 S:      Maintained
2015 F:      drivers/net/wan/dscc4.c
2016
2017 DZ DECSTATION DZ11 SERIAL DRIVER
2018 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2019 S:      Maintained
2020 F:      drivers/serial/dz.*
2021
2022 EATA-DMA SCSI DRIVER
2023 M:      Michael Neuffer <mike@i-Connect.Net>
2024 L:      linux-eata@i-connect.net
2025 L:      linux-scsi@vger.kernel.org
2026 S:      Maintained
2027 F:      drivers/scsi/eata*
2028
2029 EATA ISA/EISA/PCI SCSI DRIVER
2030 M:      Dario Ballabio <ballabio_dario@emc.com>
2031 L:      linux-scsi@vger.kernel.org
2032 S:      Maintained
2033 F:      drivers/scsi/eata.c
2034
2035 EATA-PIO SCSI DRIVER
2036 M:      Michael Neuffer <mike@i-Connect.Net>
2037 L:      linux-eata@i-connect.net
2038 L:      linux-scsi@vger.kernel.org
2039 S:      Maintained
2040 F:      drivers/scsi/eata_pio.*
2041
2042 EBTABLES
2043 M:      Bart De Schuymer <bart.de.schuymer@pandora.be>
2044 L:      ebtables-user@lists.sourceforge.net
2045 L:      ebtables-devel@lists.sourceforge.net
2046 W:      http://ebtables.sourceforge.net/
2047 S:      Maintained
2048 F:      include/linux/netfilter_bridge/ebt_*.h
2049 F:      net/bridge/netfilter/ebt*.c
2050
2051 ECRYPT FILE SYSTEM
2052 M:      Tyler Hicks <tyhicks@linux.vnet.ibm.com>
2053 M:      Dustin Kirkland <kirkland@canonical.com>
2054 L:      ecryptfs-devel@lists.launchpad.net
2055 W:      https://launchpad.net/ecryptfs
2056 S:      Supported
2057 F:      Documentation/filesystems/ecryptfs.txt
2058 F:      fs/ecryptfs/
2059
2060 EDAC-CORE
2061 M:      Doug Thompson <dougthompson@xmission.com>
2062 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2063 W:      bluesmoke.sourceforge.net
2064 S:      Supported
2065 F:      Documentation/edac.txt
2066 F:      drivers/edac/edac_*
2067 F:      include/linux/edac.h
2068
2069 EDAC-AMD64
2070 M:      Doug Thompson <dougthompson@xmission.com>
2071 M:      Borislav Petkov <borislav.petkov@amd.com>
2072 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2073 W:      bluesmoke.sourceforge.net
2074 S:      Supported
2075 F:      drivers/edac/amd64_edac*
2076
2077 EDAC-E752X
2078 M:      Mark Gross <mark.gross@intel.com>
2079 M:      Doug Thompson <dougthompson@xmission.com>
2080 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2081 W:      bluesmoke.sourceforge.net
2082 S:      Maintained
2083 F:      drivers/edac/e752x_edac.c
2084
2085 EDAC-E7XXX
2086 M:      Doug Thompson <dougthompson@xmission.com>
2087 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2088 W:      bluesmoke.sourceforge.net
2089 S:      Maintained
2090 F:      drivers/edac/e7xxx_edac.c
2091
2092 EDAC-I82443BXGX
2093 M:      Tim Small <tim@buttersideup.com>
2094 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2095 W:      bluesmoke.sourceforge.net
2096 S:      Maintained
2097 F:      drivers/edac/i82443bxgx_edac.c
2098
2099 EDAC-I3000
2100 M:      Jason Uhlenkott <juhlenko@akamai.com>
2101 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2102 W:      bluesmoke.sourceforge.net
2103 S:      Maintained
2104 F:      drivers/edac/i3000_edac.c
2105
2106 EDAC-I5000
2107 M:      Doug Thompson <dougthompson@xmission.com>
2108 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2109 W:      bluesmoke.sourceforge.net
2110 S:      Maintained
2111 F:      drivers/edac/i5000_edac.c
2112
2113 EDAC-I5400
2114 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2115 L:      linux-edac@vger.kernel.org
2116 W:      bluesmoke.sourceforge.net
2117 S:      Maintained
2118 F:      drivers/edac/i5400_edac.c
2119
2120 EDAC-I7CORE
2121 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2122 L:      linux-edac@vger.kernel.org
2123 W:      bluesmoke.sourceforge.net
2124 S:      Maintained
2125 F:      drivers/edac/i7core_edac.c linux/edac_mce.h drivers/edac/edac_mce.c
2126
2127 EDAC-I82975X
2128 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
2129 M:      "Arvind R." <arvind@jetztechnologies.com>
2130 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2131 W:      bluesmoke.sourceforge.net
2132 S:      Maintained
2133 F:      drivers/edac/i82975x_edac.c
2134
2135 EDAC-PASEMI
2136 M:      Egor Martovetsky <egor@pasemi.com>
2137 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2138 W:      bluesmoke.sourceforge.net
2139 S:      Maintained
2140 F:      drivers/edac/pasemi_edac.c
2141
2142 EDAC-R82600
2143 M:      Tim Small <tim@buttersideup.com>
2144 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2145 W:      bluesmoke.sourceforge.net
2146 S:      Maintained
2147 F:      drivers/edac/r82600_edac.c
2148
2149 EEEPC LAPTOP EXTRAS DRIVER
2150 M:      Corentin Chary <corentincj@iksaif.net>
2151 L:      acpi4asus-user@lists.sourceforge.net
2152 L:      platform-driver-x86@vger.kernel.org
2153 W:      http://acpi4asus.sf.net
2154 S:      Maintained
2155 F:      drivers/platform/x86/eeepc-laptop.c
2156
2157 EFS FILESYSTEM
2158 W:      http://aeschi.ch.eu.org/efs/
2159 S:      Orphan
2160 F:      fs/efs/
2161
2162 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2163 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2164 M:      Christoph Raisch <raisch@de.ibm.com>
2165 L:      linux-rdma@vger.kernel.org
2166 S:      Supported
2167 F:      drivers/infiniband/hw/ehca/
2168
2169 EMBEDDED LINUX
2170 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
2171 M:      Matt Mackall <mpm@selenic.com>
2172 M:      David Woodhouse <dwmw2@infradead.org>
2173 L:      linux-embedded@vger.kernel.org
2174 S:      Maintained
2175
2176 EMULEX LPFC FC SCSI DRIVER
2177 M:      James Smart <james.smart@emulex.com>
2178 L:      linux-scsi@vger.kernel.org
2179 W:      http://sourceforge.net/projects/lpfcxxxx
2180 S:      Supported
2181 F:      drivers/scsi/lpfc/
2182
2183 ENE CB710 FLASH CARD READER DRIVER
2184 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
2185 S:      Maintained
2186 F:      drivers/misc/cb710/
2187 F:      drivers/mmc/host/cb710-mmc.*
2188 F:      include/linux/cb710.h
2189
2190 EPSON 1355 FRAMEBUFFER DRIVER
2191 M:      Christopher Hoover <ch@murgatroid.com>
2192 M:      Christopher Hoover <ch@hpl.hp.com>
2193 S:      Maintained
2194 F:      drivers/video/epson1355fb.c
2195
2196 EPSON S1D13XXX FRAMEBUFFER DRIVER
2197 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
2198 S:      Maintained
2199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2200 F:      drivers/video/s1d13xxxfb.c
2201 F:      include/video/s1d13xxxfb.h
2202
2203 ETHEREXPRESS-16 NETWORK DRIVER
2204 M:      Philip Blundell <philb@gnu.org>
2205 L:      netdev@vger.kernel.org
2206 S:      Maintained
2207 F:      drivers/net/eexpress.*
2208
2209 ETHERNET BRIDGE
2210 M:      Stephen Hemminger <shemminger@linux-foundation.org>
2211 L:      bridge@lists.linux-foundation.org
2212 L:      netdev@vger.kernel.org
2213 W:      http://www.linux-foundation.org/en/Net:Bridge
2214 S:      Maintained
2215 F:      include/linux/netfilter_bridge/
2216 F:      net/bridge/
2217
2218 ETHERTEAM 16I DRIVER
2219 M:      Mika Kuoppala <miku@iki.fi>
2220 S:      Maintained
2221 F:      drivers/net/eth16i.c
2222
2223 EXT2 FILE SYSTEM
2224 L:      linux-ext4@vger.kernel.org
2225 S:      Maintained
2226 F:      Documentation/filesystems/ext2.txt
2227 F:      fs/ext2/
2228 F:      include/linux/ext2*
2229
2230 EXT3 FILE SYSTEM
2231 M:      Andrew Morton <akpm@linux-foundation.org>
2232 M:      Andreas Dilger <adilger@sun.com>
2233 L:      linux-ext4@vger.kernel.org
2234 S:      Maintained
2235 F:      Documentation/filesystems/ext3.txt
2236 F:      fs/ext3/
2237 F:      include/linux/ext3*
2238
2239 EXT4 FILE SYSTEM
2240 M:      "Theodore Ts'o" <tytso@mit.edu>
2241 M:      Andreas Dilger <adilger@sun.com>
2242 L:      linux-ext4@vger.kernel.org
2243 W:      http://ext4.wiki.kernel.org
2244 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
2245 S:      Maintained
2246 F:      Documentation/filesystems/ext4.txt
2247 F:      fs/ext4/
2248
2249 F71805F HARDWARE MONITORING DRIVER
2250 M:      Jean Delvare <khali@linux-fr.org>
2251 L:      lm-sensors@lm-sensors.org
2252 S:      Maintained
2253 F:      Documentation/hwmon/f71805f
2254 F:      drivers/hwmon/f71805f.c
2255
2256 FARSYNC SYNCHRONOUS DRIVER
2257 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
2258 W:      http://www.farsite.co.uk/
2259 S:      Supported
2260 F:      drivers/net/wan/farsync.*
2261
2262 FAULT INJECTION SUPPORT
2263 M:      Akinobu Mita <akinobu.mita@gmail.com>
2264 S:      Supported
2265 F:      Documentation/fault-injection/
2266 F:      lib/fault-inject.c
2267
2268 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2269 M:      Robert Love <robert.w.love@intel.com>
2270 L:      devel@open-fcoe.org
2271 W:      www.Open-FCoE.org
2272 S:      Supported
2273 F:      drivers/scsi/libfc/
2274 F:      drivers/scsi/fcoe/
2275 F:      include/scsi/fc/
2276 F:      include/scsi/libfc.h
2277 F:      include/scsi/libfcoe.h
2278
2279 FILE LOCKING (flock() and fcntl()/lockf())
2280 M:      Matthew Wilcox <matthew@wil.cx>
2281 L:      linux-fsdevel@vger.kernel.org
2282 S:      Maintained
2283 F:      include/linux/fcntl.h
2284 F:      include/linux/fs.h
2285 F:      fs/fcntl.c
2286 F:      fs/locks.c
2287
2288 FILESYSTEMS (VFS and infrastructure)
2289 M:      Alexander Viro <viro@zeniv.linux.org.uk>
2290 L:      linux-fsdevel@vger.kernel.org
2291 S:      Maintained
2292 F:      fs/*
2293
2294 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2295 M:      Riku Voipio <riku.voipio@iki.fi>
2296 L:      lm-sensors@lm-sensors.org
2297 S:      Maintained
2298 F:      drivers/hwmon/f75375s.c
2299 F:      include/linux/f75375s.h
2300
2301 FIREWIRE SUBSYSTEM
2302 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2303 L:      linux1394-devel@lists.sourceforge.net
2304 W:      http://ieee1394.wiki.kernel.org/
2305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2306 S:      Maintained
2307 F:      drivers/firewire/
2308 F:      include/linux/firewire*.h
2309
2310 FIRMWARE LOADER (request_firmware)
2311 S:      Orphan
2312 F:      Documentation/firmware_class/
2313 F:      drivers/base/firmware*.c
2314 F:      include/linux/firmware.h
2315
2316 FPU EMULATOR
2317 M:      Bill Metzenthen <billm@melbpc.org.au>
2318 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2319 S:      Maintained
2320 F:      arch/x86/math-emu/
2321
2322 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2323 M:      Mike McLagan <mike.mclagan@linux.org>
2324 L:      netdev@vger.kernel.org
2325 S:      Maintained
2326 F:      drivers/net/wan/dlci.c
2327 F:      drivers/net/wan/sdla.c
2328
2329 FRAMEBUFFER LAYER
2330 L:      linux-fbdev@vger.kernel.org
2331 W:      http://linux-fbdev.sourceforge.net/
2332 S:      Orphan
2333 F:      Documentation/fb/
2334 F:      drivers/video/fb*
2335 F:      include/linux/fb.h
2336
2337 FREESCALE DMA DRIVER
2338 M:      Li Yang <leoli@freescale.com>
2339 M:      Zhang Wei <zw@zh-kernel.org>
2340 L:      linuxppc-dev@ozlabs.org
2341 S:      Maintained
2342 F:      drivers/dma/fsldma.*
2343
2344 FREESCALE I2C CPM DRIVER
2345 M:      Jochen Friedrich <jochen@scram.de>
2346 L:      linuxppc-dev@ozlabs.org
2347 L:      linux-i2c@vger.kernel.org
2348 S:      Maintained
2349 F:      drivers/i2c/busses/i2c-cpm.c
2350
2351 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2352 M:      Sascha Hauer <kernel@pengutronix.de>
2353 L:      linux-fbdev@vger.kernel.org
2354 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2355 S:      Maintained
2356 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2357 F:      drivers/video/imxfb.c
2358
2359 FREESCALE SOC FS_ENET DRIVER
2360 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
2361 M:      Vitaly Bordug <vbordug@ru.mvista.com>
2362 L:      linuxppc-dev@ozlabs.org
2363 L:      netdev@vger.kernel.org
2364 S:      Maintained
2365 F:      drivers/net/fs_enet/
2366 F:      include/linux/fs_enet_pd.h
2367
2368 FREESCALE QUICC ENGINE LIBRARY
2369 M:      Timur Tabi <timur@freescale.com>
2370 L:      linuxppc-dev@ozlabs.org
2371 S:      Supported
2372 F:      arch/powerpc/sysdev/qe_lib/
2373 F:      arch/powerpc/include/asm/*qe.h
2374
2375 FREESCALE USB PERIPHERAL DRIVERS
2376 M:      Li Yang <leoli@freescale.com>
2377 L:      linux-usb@vger.kernel.org
2378 L:      linuxppc-dev@ozlabs.org
2379 S:      Maintained
2380 F:      drivers/usb/gadget/fsl*
2381
2382 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2383 M:      Li Yang <leoli@freescale.com>
2384 L:      netdev@vger.kernel.org
2385 L:      linuxppc-dev@ozlabs.org
2386 S:      Maintained
2387 F:      drivers/net/ucc_geth*
2388
2389 FREESCALE QUICC ENGINE UCC UART DRIVER
2390 M:      Timur Tabi <timur@freescale.com>
2391 L:      linuxppc-dev@ozlabs.org
2392 S:      Supported
2393 F:      drivers/serial/ucc_uart.c
2394
2395 FREESCALE SOC SOUND DRIVERS
2396 M:      Timur Tabi <timur@freescale.com>
2397 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2398 L:      linuxppc-dev@ozlabs.org
2399 S:      Supported
2400 F:      sound/soc/fsl/fsl*
2401 F:      sound/soc/fsl/mpc8610_hpcd.c
2402
2403 FREEVXFS FILESYSTEM
2404 M:      Christoph Hellwig <hch@infradead.org>
2405 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2406 S:      Maintained
2407 F:      fs/freevxfs/
2408
2409 FREEZER
2410 M:      Pavel Machek <pavel@ucw.cz>
2411 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2412 L:      linux-pm@lists.linux-foundation.org
2413 S:      Supported
2414 F:      Documentation/power/freezing-of-tasks.txt
2415 F:      include/linux/freezer.h
2416 F:      kernel/freezer.c
2417
2418 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2419 M:      David Howells <dhowells@redhat.com>
2420 L:      linux-cachefs@redhat.com
2421 S:      Supported
2422 F:      Documentation/filesystems/caching/
2423 F:      fs/fscache/
2424 F:      include/linux/fscache*.h
2425
2426 FUJITSU FR-V (FRV) PORT
2427 M:      David Howells <dhowells@redhat.com>
2428 S:      Maintained
2429 F:      arch/frv/
2430
2431 FUJITSU LAPTOP EXTRAS
2432 M:      Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2433 L:      platform-driver-x86@vger.kernel.org
2434 S:      Maintained
2435 F:      drivers/platform/x86/fujitsu-laptop.c
2436
2437 FUSE: FILESYSTEM IN USERSPACE
2438 M:      Miklos Szeredi <miklos@szeredi.hu>
2439 L:      fuse-devel@lists.sourceforge.net
2440 W:      http://fuse.sourceforge.net/
2441 S:      Maintained
2442 F:      fs/fuse/
2443 F:      include/linux/fuse.h
2444
2445 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2446 M:      Rik Faith <faith@cs.unc.edu>
2447 L:      linux-scsi@vger.kernel.org
2448 S:      Odd Fixes (e.g., new signatures)
2449 F:      drivers/scsi/fdomain.*
2450
2451 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2452 M:      Achim Leubner <achim_leubner@adaptec.com>
2453 L:      linux-scsi@vger.kernel.org
2454 W:      http://www.icp-vortex.com/
2455 S:      Supported
2456 F:      drivers/scsi/gdt*
2457
2458 GENERIC GPIO I2C DRIVER
2459 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
2460 S:      Supported
2461 F:      drivers/i2c/busses/i2c-gpio.c
2462 F:      include/linux/i2c-gpio.h
2463
2464 GENERIC HDLC (WAN) DRIVERS
2465 M:      Krzysztof Halasa <khc@pm.waw.pl>
2466 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2467 S:      Maintained
2468 F:      drivers/net/wan/c101.c
2469 F:      drivers/net/wan/hd6457*
2470 F:      drivers/net/wan/hdlc*
2471 F:      drivers/net/wan/n2.c
2472 F:      drivers/net/wan/pc300too.c
2473 F:      drivers/net/wan/pci200syn.c
2474 F:      drivers/net/wan/wanxl*
2475
2476 GENERIC INCLUDE/ASM HEADER FILES
2477 M:      Arnd Bergmann <arnd@arndb.de>
2478 L:      linux-arch@vger.kernel.org
2479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2480 S:      Maintained
2481 F:      include/asm-generic
2482
2483 GENERIC UIO DRIVER FOR PCI DEVICES
2484 M:      "Michael S. Tsirkin" <mst@redhat.com>
2485 L:      kvm@vger.kernel.org
2486 S:      Supported
2487 F:      drivers/uio/uio_pci_generic.c
2488
2489 GFS2 FILE SYSTEM
2490 M:      Steven Whitehouse <swhiteho@redhat.com>
2491 L:      cluster-devel@redhat.com
2492 W:      http://sources.redhat.com/cluster/
2493 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2495 S:      Supported
2496 F:      Documentation/filesystems/gfs2*.txt
2497 F:      fs/gfs2/
2498 F:      include/linux/gfs2_ondisk.h
2499
2500 GIGASET ISDN DRIVERS
2501 M:      Hansjoerg Lipp <hjlipp@web.de>
2502 M:      Tilman Schmidt <tilman@imap.cc>
2503 L:      gigaset307x-common@lists.sourceforge.net
2504 W:      http://gigaset307x.sourceforge.net/
2505 S:      Maintained
2506 F:      Documentation/isdn/README.gigaset
2507 F:      drivers/isdn/gigaset/
2508 F:      include/linux/gigaset_dev.h
2509
2510 GRETH 10/100/1G Ethernet MAC device driver
2511 M:      Kristoffer Glembo <kristoffer@gaisler.com>
2512 L:      netdev@vger.kernel.org
2513 S:      Maintained
2514 F:      drivers/net/greth*
2515
2516 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2517 M:      Frank Seidel <frank@f-seidel.de>
2518 L:      lm-sensors@lm-sensors.org
2519 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2520 S:      Maintained
2521 F:      drivers/hwmon/hdaps.c
2522
2523 HWPOISON MEMORY FAILURE HANDLING
2524 M:      Andi Kleen <andi@firstfloor.org>
2525 L:      linux-mm@kvack.org
2526 L:      linux-kernel@vger.kernel.org
2527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2528 S:      Maintained
2529 F:      mm/memory-failure.c
2530 F:      mm/hwpoison-inject.c
2531
2532 HYPERVISOR VIRTUAL CONSOLE DRIVER
2533 L:      linuxppc-dev@ozlabs.org
2534 S:      Odd Fixes
2535 F:      drivers/char/hvc_*
2536
2537 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
2538 M:      Peter Jones <pjones@redhat.com>
2539 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
2540 S:      Maintained
2541 F:      drivers/firmware/iscsi_ibft*
2542
2543 GSPCA FINEPIX SUBDRIVER
2544 M:      Frank Zago <frank@zago.net>
2545 L:      linux-media@vger.kernel.org
2546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2547 S:      Maintained
2548 F:      drivers/media/video/gspca/finepix.c
2549
2550 GSPCA GL860 SUBDRIVER
2551 M:      Olivier Lorin <o.lorin@laposte.net>
2552 L:      linux-media@vger.kernel.org
2553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2554 S:      Maintained
2555 F:      drivers/media/video/gspca/gl860/
2556
2557 GSPCA M5602 SUBDRIVER
2558 M:      Erik Andren <erik.andren@gmail.com>
2559 L:      linux-media@vger.kernel.org
2560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2561 S:      Maintained
2562 F:      drivers/media/video/gspca/m5602/
2563
2564 GSPCA PAC207 SONIXB SUBDRIVER
2565 M:      Hans de Goede <hdegoede@redhat.com>
2566 L:      linux-media@vger.kernel.org
2567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2568 S:      Maintained
2569 F:      drivers/media/video/gspca/pac207.c
2570
2571 GSPCA SN9C20X SUBDRIVER
2572 M:      Brian Johnson <brijohn@gmail.com>
2573 L:      linux-media@vger.kernel.org
2574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2575 S:      Maintained
2576 F:      drivers/media/video/gspca/sn9c20x.c
2577
2578 GSPCA T613 SUBDRIVER
2579 M:      Leandro Costantino <lcostantino@gmail.com>
2580 L:      linux-media@vger.kernel.org
2581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2582 S:      Maintained
2583 F:      drivers/media/video/gspca/t613.c
2584
2585 GSPCA USB WEBCAM DRIVER
2586 M:      Jean-Francois Moine <moinejf@free.fr>
2587 W:      http://moinejf.free.fr
2588 L:      linux-media@vger.kernel.org
2589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2590 S:      Maintained
2591 F:      drivers/media/video/gspca/
2592
2593 HARDWARE MONITORING
2594 L:      lm-sensors@lm-sensors.org
2595 W:      http://www.lm-sensors.org/
2596 S:      Orphan
2597 F:      Documentation/hwmon/
2598 F:      drivers/hwmon/
2599 F:      include/linux/hwmon*.h
2600
2601 HARDWARE RANDOM NUMBER GENERATOR CORE
2602 M:      Matt Mackall <mpm@selenic.com>
2603 M:      Herbert Xu <herbert@gondor.apana.org.au>
2604 S:      Odd fixes
2605 F:      Documentation/hw_random.txt
2606 F:      drivers/char/hw_random/
2607 F:      include/linux/hw_random.h
2608
2609 HARMONY SOUND DRIVER
2610 M:      Kyle McMartin <kyle@mcmartin.ca>
2611 L:      linux-parisc@vger.kernel.org
2612 S:      Maintained
2613 F:      sound/parisc/harmony.*
2614
2615 HEWLETT-PACKARD SMART2 RAID DRIVER
2616 M:      Chirag Kantharia <chirag.kantharia@hp.com>
2617 L:      iss_storagedev@hp.com
2618 S:      Maintained
2619 F:      Documentation/blockdev/cpqarray.txt
2620 F:      drivers/block/cpqarray.*
2621
2622 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2623 M:      Mike Miller <mike.miller@hp.com>
2624 L:      iss_storagedev@hp.com
2625 S:      Supported
2626 F:      Documentation/blockdev/cciss.txt
2627 F:      drivers/block/cciss*
2628 F:      include/linux/cciss_ioctl.h
2629
2630 HFS FILESYSTEM
2631 M:      Roman Zippel <zippel@linux-m68k.org>
2632 S:      Maintained
2633 F:      Documentation/filesystems/hfs.txt
2634 F:      fs/hfs/
2635
2636 HGA FRAMEBUFFER DRIVER
2637 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2638 L:      linux-nvidia@lists.surfsouth.com
2639 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2640 S:      Maintained
2641 F:      drivers/video/hgafb.c
2642
2643 HIBERNATION (aka Software Suspend, aka swsusp)
2644 M:      Pavel Machek <pavel@ucw.cz>
2645 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2646 L:      linux-pm@lists.linux-foundation.org
2647 S:      Supported
2648 F:      arch/x86/power/
2649 F:      drivers/base/power/
2650 F:      kernel/power/
2651 F:      include/linux/suspend.h
2652 F:      include/linux/freezer.h
2653 F:      include/linux/pm.h
2654 F:      arch/*/include/asm/suspend*.h
2655
2656 HID CORE LAYER
2657 M:      Jiri Kosina <jkosina@suse.cz>
2658 L:      linux-input@vger.kernel.org
2659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2660 S:      Maintained
2661 F:      drivers/hid/
2662 F:      include/linux/hid*
2663
2664 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2665 M:      Thomas Gleixner <tglx@linutronix.de>
2666 S:      Maintained
2667 F:      Documentation/timers/
2668 F:      kernel/hrtimer.c
2669 F:      include/linux/hrtimer.h
2670
2671 HIGH-SPEED SCC DRIVER FOR AX.25
2672 M:      Klaus Kudielka <klaus.kudielka@ieee.org>
2673 L:      linux-hams@vger.kernel.org
2674 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2675 S:      Maintained
2676 F:      drivers/net/hamradio/dmascc.c
2677 F:      drivers/net/hamradio/scc.c
2678
2679 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2680 M:      HighPoint Linux Team <linux@highpoint-tech.com>
2681 W:      http://www.highpoint-tech.com
2682 S:      Supported
2683 F:      Documentation/scsi/hptiop.txt
2684 F:      drivers/scsi/hptiop.c
2685
2686 HIPPI
2687 M:      Jes Sorensen <jes@trained-monkey.org>
2688 L:      linux-hippi@sunsite.dk
2689 S:      Maintained
2690 F:      include/linux/hippidevice.h
2691 F:      include/linux/if_hippi.h
2692 F:      net/802/hippi.c
2693
2694 HOST AP DRIVER
2695 M:      Jouni Malinen <j@w1.fi>
2696 L:      hostap@shmoo.com (subscribers-only)
2697 L:      linux-wireless@vger.kernel.org
2698 W:      http://hostap.epitest.fi/
2699 S:      Maintained
2700 F:      drivers/net/wireless/hostap/
2701
2702 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2703 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
2704 L:      platform-driver-x86@vger.kernel.org
2705 S:      Odd Fixes
2706 F:      drivers/platform/x86/tc1100-wmi.c
2707
2708 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2709 M:      Jaroslav Kysela <perex@perex.cz>
2710 S:      Maintained
2711 F:      drivers/net/hp100.*
2712
2713 HPET:   High Precision Event Timers driver
2714 M:      Clemens Ladisch <clemens@ladisch.de>
2715 S:      Maintained
2716 F:      Documentation/timers/hpet.txt
2717 F:      drivers/char/hpet.c
2718 F:      include/linux/hpet.h
2719
2720 HPET:   x86
2721 M:      "Venkatesh Pallipadi (Venki)" <venki@google.com>
2722 S:      Maintained
2723 F:      arch/x86/kernel/hpet.c
2724 F:      arch/x86/include/asm/hpet.h
2725
2726 HPET:   ACPI
2727 M:      Bob Picco <bob.picco@hp.com>
2728 S:      Maintained
2729 F:      drivers/char/hpet.c
2730
2731 HPFS FILESYSTEM
2732 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2733 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2734 S:      Maintained
2735 F:      fs/hpfs/
2736
2737 HSO 3G MODEM DRIVER
2738 M:      Jan Dumon <j.dumon@option.com>
2739 W:      http://www.pharscape.org
2740 S:      Maintained
2741 F:      drivers/net/usb/hso.c
2742
2743 HTCPEN TOUCHSCREEN DRIVER
2744 M:      Pau Oliva Fora <pof@eslack.org>
2745 L:      linux-input@vger.kernel.org
2746 S:      Maintained
2747 F:      drivers/input/touchscreen/htcpen.c
2748
2749 HUGETLB FILESYSTEM
2750 M:      William Irwin <wli@holomorphy.com>
2751 S:      Maintained
2752 F:      fs/hugetlbfs/
2753
2754 I2C/SMBUS STUB DRIVER
2755 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
2756 L:      linux-i2c@vger.kernel.org
2757 S:      Maintained
2758 F:      drivers/i2c/busses/i2c-stub.c
2759
2760 I2C SUBSYSTEM
2761 M:      "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
2762 M:      "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
2763 L:      linux-i2c@vger.kernel.org
2764 W:      http://i2c.wiki.kernel.org/
2765 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2766 T:      git git://git.fluff.org/bjdooks/linux.git
2767 S:      Maintained
2768 F:      Documentation/i2c/
2769 F:      drivers/i2c/
2770 F:      include/linux/i2c.h
2771 F:      include/linux/i2c-*.h
2772
2773 I2C-TINY-USB DRIVER
2774 M:      Till Harbaum <till@harbaum.org>
2775 L:      linux-i2c@vger.kernel.org
2776 W:      http://www.harbaum.org/till/i2c_tiny_usb
2777 S:      Maintained
2778 F:      drivers/i2c/busses/i2c-tiny-usb.c
2779
2780 i386 BOOT CODE
2781 M:      "H. Peter Anvin" <hpa@zytor.com>
2782 S:      Maintained
2783 F:      arch/x86/boot/
2784
2785 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2786 M:      "H. Peter Anvin" <hpa@zytor.com>
2787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2788 S:      Maintained
2789
2790 IA64 (Itanium) PLATFORM
2791 M:      Tony Luck <tony.luck@intel.com>
2792 M:      Fenghua Yu <fenghua.yu@intel.com>
2793 L:      linux-ia64@vger.kernel.org
2794 W:      http://www.ia64-linux.org/
2795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2796 S:      Maintained
2797 F:      arch/ia64/
2798
2799 IBM MCA SCSI SUBSYSTEM DRIVER
2800 M:      Michael Lang <langa2@kph.uni-mainz.de>
2801 W:      http://www.uni-mainz.de/~langm000/linux.html
2802 S:      Maintained
2803 F:      drivers/scsi/ibmmca.c
2804
2805 IBM Power Linux RAID adapter
2806 M:      Brian King <brking@us.ibm.com>
2807 S:      Supported
2808 F:      drivers/scsi/ipr.*
2809
2810 IBM ServeRAID RAID DRIVER
2811 P:      Jack Hammer
2812 M:      Dave Jeffery <ipslinux@adaptec.com>
2813 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2814 S:      Supported
2815 F:      drivers/scsi/ips.*
2816
2817 IDE SUBSYSTEM
2818 M:      "David S. Miller" <davem@davemloft.net>
2819 L:      linux-ide@vger.kernel.org
2820 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
2821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2822 S:      Maintained
2823 F:      Documentation/ide/
2824 F:      drivers/ide/
2825 F:      include/linux/ide.h
2826
2827 IDE/ATAPI DRIVERS
2828 M:      Borislav Petkov <petkovbb@gmail.com>
2829 L:      linux-ide@vger.kernel.org
2830 S:      Maintained
2831 F:      Documentation/cdrom/ide-cd
2832 F:      drivers/ide/ide-cd*
2833
2834 IDLE-I7300
2835 M:      Andy Henroid <andrew.d.henroid@intel.com>
2836 L:      linux-pm@lists.linux-foundation.org
2837 S:      Supported
2838 F:      drivers/idle/i7300_idle.c
2839
2840 IEEE 1394 SUBSYSTEM
2841 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2842 L:      linux1394-devel@lists.sourceforge.net
2843 W:      http://ieee1394.wiki.kernel.org/
2844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2845 S:      Obsolete
2846 F:      Documentation/debugging-via-ohci1394.txt
2847 F:      drivers/ieee1394/
2848
2849 IEEE 802.15.4 SUBSYSTEM
2850 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2851 M:      Sergey Lapin <slapin@ossfans.org>
2852 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2853 W:      http://apps.sourceforge.net/trac/linux-zigbee
2854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2855 S:      Maintained
2856 F:      net/ieee802154/
2857 F:      drivers/ieee802154/
2858
2859 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2860 M:      Mimi Zohar <zohar@us.ibm.com>
2861 S:      Supported
2862 F:      security/integrity/ima/
2863
2864 IMS TWINTURBO FRAMEBUFFER DRIVER
2865 L:      linux-fbdev@vger.kernel.org
2866 S:      Orphan
2867 F:      drivers/video/imsttfb.c
2868
2869 INFINIBAND SUBSYSTEM
2870 M:      Roland Dreier <rolandd@cisco.com>
2871 M:      Sean Hefty <sean.hefty@intel.com>
2872 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
2873 L:      linux-rdma@vger.kernel.org
2874 W:      http://www.openib.org/
2875 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
2876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2877 S:      Supported
2878 F:      Documentation/infiniband/
2879 F:      drivers/infiniband/
2880 F:      include/linux/if_infiniband.h
2881
2882 INOTIFY
2883 M:      John McCutchan <john@johnmccutchan.com>
2884 M:      Robert Love <rlove@rlove.org>
2885 M:      Eric Paris <eparis@parisplace.org>
2886 S:      Maintained
2887 F:      Documentation/filesystems/inotify.txt
2888 F:      fs/notify/inotify/
2889 F:      include/linux/inotify.h
2890
2891 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2892 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
2893 M:      Dmitry Torokhov <dtor@mail.ru>
2894 L:      linux-input@vger.kernel.org
2895 Q:      http://patchwork.kernel.org/project/linux-input/list/
2896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2897 S:      Maintained
2898 F:      drivers/input/
2899
2900 INPUT MULTITOUCH (MT) PROTOCOL
2901 M:      Henrik Rydberg <rydberg@euromail.se>
2902 L:      linux-input@vger.kernel.org
2903 S:      Maintained
2904 F:      Documentation/input/multi-touch-protocol.txt
2905 K:      \b(ABS|SYN)_MT_
2906
2907 INTEL IDLE DRIVER
2908 M:      Len Brown <lenb@kernel.org>
2909 L:      linux-pm@lists.linux-foundation.org
2910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git
2911 S:      Supported
2912 F:      drivers/idle/intel_idle.c
2913
2914 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2915 M:      Maik Broemme <mbroemme@plusserver.de>
2916 L:      linux-fbdev@vger.kernel.org
2917 S:      Maintained
2918 F:      Documentation/fb/intelfb.txt
2919 F:      drivers/video/intelfb/
2920
2921 INTEL 810/815 FRAMEBUFFER DRIVER
2922 M:      Antonino Daplas <adaplas@gmail.com>
2923 L:      linux-fbdev@vger.kernel.org
2924 S:      Maintained
2925 F:      drivers/video/i810/
2926
2927 INTEL MENLOW THERMAL DRIVER
2928 M:      Sujith Thomas <sujith.thomas@intel.com>
2929 L:      platform-driver-x86@vger.kernel.org
2930 W:      http://www.lesswatts.org/projects/acpi/
2931 S:      Supported
2932 F:      drivers/platform/x86/intel_menlow.c
2933
2934 INTEL IA32 MICROCODE UPDATE SUPPORT
2935 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
2936 S:      Maintained
2937 F:      arch/x86/kernel/microcode_core.c
2938 F:      arch/x86/kernel/microcode_intel.c
2939
2940 INTEL I/OAT DMA DRIVER
2941 M:      Dan Williams <dan.j.williams@intel.com>
2942 S:      Supported
2943 F:      drivers/dma/ioat*
2944
2945 INTEL IOMMU (VT-d)
2946 M:      David Woodhouse <dwmw2@infradead.org>
2947 L:      iommu@lists.linux-foundation.org
2948 T:      git git://git.infradead.org/iommu-2.6.git
2949 S:      Supported
2950 F:      drivers/pci/intel-iommu.c
2951 F:      include/linux/intel-iommu.h
2952
2953 INTEL IOP-ADMA DMA DRIVER
2954 M:      Dan Williams <dan.j.williams@intel.com>
2955 S:      Maintained
2956 F:      drivers/dma/iop-adma.c
2957
2958 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2959 M:      Krzysztof Halasa <khc@pm.waw.pl>
2960 S:      Maintained
2961 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
2962 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
2963 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2964 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
2965 F:      drivers/net/arm/ixp4xx_eth.c
2966 F:      drivers/net/wan/ixp4xx_hss.c
2967
2968 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2969 M:      Deepak Saxena <dsaxena@plexity.net>
2970 S:      Maintained
2971 F:      drivers/char/hw_random/ixp4xx-rng.c
2972
2973 INTEL IXP2000 ETHERNET DRIVER
2974 M:      Lennert Buytenhek <kernel@wantstofly.org>
2975 L:      netdev@vger.kernel.org
2976 S:      Maintained
2977 F:      drivers/net/ixp2000/
2978
2979 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe)
2980 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2981 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
2982 M:      Bruce Allan <bruce.w.allan@intel.com>
2983 M:      Alex Duyck <alexander.h.duyck@intel.com>
2984 M:      PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
2985 M:      John Ronciak <john.ronciak@intel.com>
2986 L:      e1000-devel@lists.sourceforge.net
2987 W:      http://e1000.sourceforge.net/
2988 S:      Supported
2989 F:      drivers/net/e100.c
2990 F:      drivers/net/e1000/
2991 F:      drivers/net/e1000e/
2992 F:      drivers/net/igb/
2993 F:      drivers/net/igbvf/
2994 F:      drivers/net/ixgb/
2995 F:      drivers/net/ixgbe/
2996
2997 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2998 L:      linux-wireless@vger.kernel.org
2999 S:      Orphan
3000 F:      Documentation/networking/README.ipw2100
3001 F:      drivers/net/wireless/ipw2x00/ipw2100.*
3002
3003 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3004 L:      linux-wireless@vger.kernel.org
3005 S:      Orphan
3006 F:      Documentation/networking/README.ipw2200
3007 F:      drivers/net/wireless/ipw2x00/ipw2200.*
3008
3009 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3010 M:      Joseph Cihula <joseph.cihula@intel.com>
3011 M:      Shane Wang <shane.wang@intel.com>
3012 L:      tboot-devel@lists.sourceforge.net
3013 W:      http://tboot.sourceforge.net
3014 T:      Mercurial http://www.bughost.org/repos.hg/tboot.hg
3015 S:      Supported
3016 F:      Documentation/intel_txt.txt
3017 F:      include/linux/tboot.h
3018 F:      arch/x86/kernel/tboot.c
3019
3020 INTEL WIRELESS WIMAX CONNECTION 2400
3021 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3022 M:      linux-wimax@intel.com
3023 L:      wimax@linuxwimax.org
3024 S:      Supported
3025 W:      http://linuxwimax.org
3026 F:      Documentation/wimax/README.i2400m
3027 F:      drivers/net/wimax/i2400m/
3028 F:      include/linux/wimax/i2400m.h
3029
3030 INTEL WIRELESS WIFI LINK (iwlwifi)
3031 M:      Reinette Chatre <reinette.chatre@intel.com>
3032 M:      Wey-Yi Guy <wey-yi.w.guy@intel.com>
3033 M:      Intel Linux Wireless <ilw@linux.intel.com>
3034 L:      linux-wireless@vger.kernel.org
3035 W:      http://intellinuxwireless.org
3036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3037 S:      Supported
3038 F:      drivers/net/wireless/iwlwifi/
3039
3040 INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3041 M:      Samuel Ortiz <samuel.ortiz@intel.com>
3042 M:      Intel Linux Wireless <ilw@linux.intel.com>
3043 L:      linux-wireless@vger.kernel.org
3044 S:      Supported
3045 W:      http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3046 F:      drivers/net/wireless/iwmc3200wifi/
3047
3048 IOC3 ETHERNET DRIVER
3049 M:      Ralf Baechle <ralf@linux-mips.org>
3050 L:      linux-mips@linux-mips.org
3051 S:      Maintained
3052 F:      drivers/net/ioc3-eth.c
3053
3054 IOC3 SERIAL DRIVER
3055 M:      Pat Gefre <pfg@sgi.com>
3056 L:      linux-mips@linux-mips.org
3057 S:      Maintained
3058 F:      drivers/serial/ioc3_serial.c
3059
3060 IP MASQUERADING
3061 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3062 S:      Maintained
3063 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3064
3065 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3066 M:      Francois Romieu <romieu@fr.zoreil.com>
3067 M:      Sorbica Shieh <sorbica@icplus.com.tw>
3068 L:      netdev@vger.kernel.org
3069 S:      Maintained
3070 F:      drivers/net/ipg.*
3071
3072 IPATH DRIVER
3073 M:      Ralph Campbell <infinipath@qlogic.com>
3074 L:      linux-rdma@vger.kernel.org
3075 T:      git git://git.qlogic.com/ipath-linux-2.6
3076 S:      Supported
3077 F:      drivers/infiniband/hw/ipath/
3078
3079 IPMI SUBSYSTEM
3080 M:      Corey Minyard <minyard@acm.org>
3081 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3082 W:      http://openipmi.sourceforge.net/
3083 S:      Supported
3084 F:      Documentation/IPMI.txt
3085 F:      drivers/char/ipmi/
3086 F:      include/linux/ipmi*
3087
3088 IPS SCSI RAID DRIVER
3089 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3090 L:      linux-scsi@vger.kernel.org
3091 W:      http://www.adaptec.com/
3092 S:      Maintained
3093 F:      drivers/scsi/ips*
3094
3095 IPVS
3096 M:      Wensong Zhang <wensong@linux-vs.org>
3097 M:      Simon Horman <horms@verge.net.au>
3098 M:      Julian Anastasov <ja@ssi.bg>
3099 L:      netdev@vger.kernel.org
3100 L:      lvs-devel@vger.kernel.org
3101 S:      Maintained
3102 F:      Documentation/networking/ipvs-sysctl.txt
3103 F:      include/net/ip_vs.h
3104 F:      include/linux/ip_vs.h
3105 F:      net/netfilter/ipvs/
3106
3107 IPWIRELESS DRIVER
3108 M:      Jiri Kosina <jkosina@suse.cz>
3109 M:      David Sterba <dsterba@suse.cz>
3110 S:      Maintained
3111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3112 F:      drivers/char/pcmcia/ipwireless/
3113
3114 IPX NETWORK LAYER
3115 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3116 L:      netdev@vger.kernel.org
3117 S:      Maintained
3118 F:      include/linux/ipx.h
3119 F:      include/net/ipx.h
3120 F:      net/ipx/
3121
3122 IRDA SUBSYSTEM
3123 M:      Samuel Ortiz <samuel@sortiz.org>
3124 L:      irda-users@lists.sourceforge.net (subscribers-only)
3125 W:      http://irda.sourceforge.net/
3126 S:      Maintained
3127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3128 F:      Documentation/networking/irda.txt
3129 F:      drivers/net/irda/
3130 F:      include/net/irda/
3131 F:      net/irda/
3132
3133 ISAPNP
3134 M:      Jaroslav Kysela <perex@perex.cz>
3135 S:      Maintained
3136 F:      Documentation/isapnp.txt
3137 F:      drivers/pnp/isapnp/
3138 F:      include/linux/isapnp.h
3139
3140 ISCSI
3141 M:      Mike Christie <michaelc@cs.wisc.edu>
3142 L:      open-iscsi@googlegroups.com
3143 W:      www.open-iscsi.org
3144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3145 S:      Maintained
3146 F:      drivers/scsi/*iscsi*
3147 F:      include/scsi/*iscsi*
3148
3149 ISDN SUBSYSTEM
3150 M:      Karsten Keil <isdn@linux-pingi.de>
3151 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3152 L:      netdev@vger.kernel.org
3153 W:      http://www.isdn4linux.de
3154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3155 S:      Maintained
3156 F:      Documentation/isdn/
3157 F:      drivers/isdn/
3158 F:      include/linux/isdn.h
3159 F:      include/linux/isdn/
3160
3161 ISDN SUBSYSTEM (Eicon active card driver)
3162 M:      Armin Schindler <mac@melware.de>
3163 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3164 W:      http://www.melware.de
3165 S:      Maintained
3166 F:      drivers/isdn/hardware/eicon/
3167
3168 IT87 HARDWARE MONITORING DRIVER
3169 M:      Jean Delvare <khali@linux-fr.org>
3170 L:      lm-sensors@lm-sensors.org
3171 S:      Maintained
3172 F:      Documentation/hwmon/it87
3173 F:      drivers/hwmon/it87.c
3174
3175 IVTV VIDEO4LINUX DRIVER
3176 M:      Andy Walls <awalls@md.metrocast.net>
3177 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3178 L:      linux-media@vger.kernel.org
3179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3180 W:      http://www.ivtvdriver.org
3181 S:      Maintained
3182 F:      Documentation/video4linux/*.ivtv
3183 F:      drivers/media/video/ivtv/
3184 F:      include/linux/ivtv*
3185
3186 JFS FILESYSTEM
3187 M:      Dave Kleikamp <shaggy@linux.vnet.ibm.com>
3188 L:      jfs-discussion@lists.sourceforge.net
3189 W:      http://jfs.sourceforge.net/
3190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3191 S:      Maintained
3192 F:      Documentation/filesystems/jfs.txt
3193 F:      fs/jfs/
3194
3195 JME NETWORK DRIVER
3196 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
3197 L:      netdev@vger.kernel.org
3198 S:      Maintained
3199 F:      drivers/net/jme.*
3200
3201 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3202 M:      David Woodhouse <dwmw2@infradead.org>
3203 L:      linux-mtd@lists.infradead.org
3204 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3205 S:      Maintained
3206 F:      fs/jffs2/
3207 F:      include/linux/jffs2.h
3208
3209 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3210 M:      Andrew Morton <akpm@linux-foundation.org>
3211 M:      Jan Kara <jack@suse.cz>
3212 L:      linux-ext4@vger.kernel.org
3213 S:      Maintained
3214 F:      fs/jbd*/
3215 F:      include/linux/ext*jbd*.h
3216 F:      include/linux/jbd*.h
3217
3218 K8TEMP HARDWARE MONITORING DRIVER
3219 M:      Rudolf Marek <r.marek@assembler.cz>
3220 L:      lm-sensors@lm-sensors.org
3221 S:      Maintained
3222 F:      Documentation/hwmon/k8temp
3223 F:      drivers/hwmon/k8temp.c
3224
3225 KCONFIG
3226 M:      Roman Zippel <zippel@linux-m68k.org>
3227 L:      linux-kbuild@vger.kernel.org
3228 Q:      http://patchwork.kernel.org/project/linux-kbuild/list/
3229 S:      Maintained
3230 F:      Documentation/kbuild/kconfig-language.txt
3231 F:      scripts/kconfig/
3232
3233 KDUMP
3234 M:      Vivek Goyal <vgoyal@redhat.com>
3235 M:      Haren Myneni <hbabu@us.ibm.com>
3236 L:      kexec@lists.infradead.org
3237 W:      http://lse.sourceforge.net/kdump/
3238 S:      Maintained
3239 F:      Documentation/kdump/
3240
3241 KERNEL AUTOMOUNTER (AUTOFS)
3242 M:      "H. Peter Anvin" <hpa@zytor.com>
3243 L:      autofs@linux.kernel.org
3244 S:      Odd Fixes
3245 F:      fs/autofs/
3246
3247 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3248 M:      Ian Kent <raven@themaw.net>
3249 L:      autofs@linux.kernel.org
3250 S:      Maintained
3251 F:      fs/autofs4/
3252
3253 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3254 M:      Michal Marek <mmarek@suse.cz>
3255 T:      git git://repo.or.cz/linux-kbuild.git for-next
3256 T:      git git://repo.or.cz/linux-kbuild.git for-linus
3257 L:      linux-kbuild@vger.kernel.org
3258 S:      Maintained
3259 F:      Documentation/kbuild/
3260 F:      Makefile
3261 F:      scripts/Makefile.*
3262 F:      scripts/basic/
3263 F:      scripts/mk*
3264 F:      scripts/package/
3265
3266 KERNEL JANITORS
3267 L:      kernel-janitors@vger.kernel.org
3268 W:      http://janitor.kernelnewbies.org/
3269 S:      Odd Fixes
3270
3271 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3272 M:      "J. Bruce Fields" <bfields@fieldses.org>
3273 M:      Neil Brown <neilb@suse.de>
3274 L:      linux-nfs@vger.kernel.org
3275 W:      http://nfs.sourceforge.net/
3276 S:      Supported
3277 F:      fs/nfsd/
3278 F:      include/linux/nfsd/
3279 F:      fs/lockd/
3280 F:      fs/nfs_common/
3281 F:      net/sunrpc/
3282 F:      include/linux/lockd/
3283 F:      include/linux/sunrpc/
3284
3285 KERNEL VIRTUAL MACHINE (KVM)
3286 M:      Avi Kivity <avi@redhat.com>
3287 M:      Marcelo Tosatti <mtosatti@redhat.com>
3288 L:      kvm@vger.kernel.org
3289 W:      http://kvm.qumranet.com
3290 S:      Supported
3291 F:      Documentation/*/kvm.txt
3292 F:      arch/*/kvm/
3293 F:      arch/*/include/asm/kvm*
3294 F:      include/linux/kvm*
3295 F:      virt/kvm/
3296
3297 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3298 M:      Joerg Roedel <joerg.roedel@amd.com>
3299 L:      kvm@vger.kernel.org
3300 W:      http://kvm.qumranet.com
3301 S:      Supported
3302 F:      arch/x86/include/asm/svm.h
3303 F:      arch/x86/kvm/svm.c
3304
3305 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3306 M:      Alexander Graf <agraf@suse.de>
3307 L:      kvm-ppc@vger.kernel.org
3308 W:      http://kvm.qumranet.com
3309 S:      Supported
3310 F:      arch/powerpc/include/asm/kvm*
3311 F:      arch/powerpc/kvm/
3312
3313 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3314 M:      Xiantao Zhang <xiantao.zhang@intel.com>
3315 L:      kvm-ia64@vger.kernel.org
3316 W:      http://kvm.qumranet.com
3317 S:      Supported
3318 F:      Documentation/ia64/kvm.txt
3319 F:      arch/ia64/include/asm/kvm*
3320 F:      arch/ia64/kvm/
3321
3322 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3323 M:      Carsten Otte <cotte@de.ibm.com>
3324 M:      Christian Borntraeger <borntraeger@de.ibm.com>
3325 M:      linux390@de.ibm.com
3326 L:      linux-s390@vger.kernel.org
3327 W:      http://www.ibm.com/developerworks/linux/linux390/
3328 S:      Supported
3329 F:      Documentation/s390/kvm.txt
3330 F:      arch/s390/include/asm/kvm*
3331 F:      arch/s390/kvm/
3332 F:      drivers/s390/kvm/
3333
3334 KEXEC
3335 M:      Eric Biederman <ebiederm@xmission.com>
3336 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3337 L:      kexec@lists.infradead.org
3338 S:      Maintained
3339 F:      include/linux/kexec.h
3340 F:      kernel/kexec.c
3341
3342 KEYS/KEYRINGS:
3343 M:      David Howells <dhowells@redhat.com>
3344 L:      keyrings@linux-nfs.org
3345 S:      Maintained
3346 F:      Documentation/keys.txt
3347 F:      include/linux/key.h
3348 F:      include/linux/key-type.h
3349 F:      include/keys/
3350 F:      security/keys/
3351
3352 KGDB / KDB /debug_core
3353 M:      Jason Wessel <jason.wessel@windriver.com>
3354 W:      http://kgdb.wiki.kernel.org/
3355 L:      kgdb-bugreport@lists.sourceforge.net
3356 S:      Maintained
3357 F:      Documentation/DocBook/kgdb.tmpl
3358 F:      drivers/misc/kgdbts.c
3359 F:      drivers/serial/kgdboc.c
3360 F:      include/linux/kdb.h
3361 F:      include/linux/kgdb.h
3362 F:      kernel/debug/
3363
3364 KMEMCHECK
3365 M:      Vegard Nossum <vegardno@ifi.uio.no>
3366 M:      Pekka Enberg <penberg@cs.helsinki.fi>
3367 S:      Maintained
3368 F:      Documentation/kmemcheck.txt
3369 F:      arch/x86/include/asm/kmemcheck.h
3370 F:      arch/x86/mm/kmemcheck/
3371 F:      include/linux/kmemcheck.h
3372 F:      mm/kmemcheck.c
3373
3374 KMEMLEAK
3375 M:      Catalin Marinas <catalin.marinas@arm.com>
3376 S:      Maintained
3377 F:      Documentation/kmemleak.txt
3378 F:      include/linux/kmemleak.h
3379 F:      mm/kmemleak.c
3380 F:      mm/kmemleak-test.c
3381
3382 KMEMTRACE
3383 M:      Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
3384 S:      Maintained
3385 F:      Documentation/trace/kmemtrace.txt
3386 F:      include/linux/kmemtrace.h
3387 F:      kernel/trace/kmemtrace.c
3388
3389 KPROBES
3390 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3391 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3392 M:      "David S. Miller" <davem@davemloft.net>
3393 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
3394 S:      Maintained
3395 F:      Documentation/kprobes.txt
3396 F:      include/linux/kprobes.h
3397 F:      kernel/kprobes.c
3398
3399 KS0108 LCD CONTROLLER DRIVER
3400 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3401 W:      http://miguelojeda.es/auxdisplay.htm
3402 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3403 S:      Maintained
3404 F:      Documentation/auxdisplay/ks0108
3405 F:      drivers/auxdisplay/ks0108.c
3406 F:      include/linux/ks0108.h
3407
3408 LAPB module
3409 L:      linux-x25@vger.kernel.org
3410 S:      Orphan
3411 F:      Documentation/networking/lapb-module.txt
3412 F:      include/*/lapb.h
3413 F:      net/lapb/
3414
3415 LASI 53c700 driver for PARISC
3416 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3417 L:      linux-scsi@vger.kernel.org
3418 S:      Maintained
3419 F:      Documentation/scsi/53c700.txt
3420 F:      drivers/scsi/53c700*
3421
3422 LED SUBSYSTEM
3423 M:      Richard Purdie <rpurdie@rpsys.net>
3424 S:      Maintained
3425 F:      drivers/leds/
3426 F:      include/linux/leds.h
3427
3428 LEGO USB Tower driver
3429 M:      Juergen Stuber <starblue@users.sourceforge.net>
3430 L:      legousb-devel@lists.sourceforge.net
3431 W:      http://legousb.sourceforge.net/
3432 S:      Maintained
3433 F:      drivers/usb/misc/legousbtower.c
3434
3435 LGUEST
3436 M:      Rusty Russell <rusty@rustcorp.com.au>
3437 L:      lguest@ozlabs.org
3438 W:      http://lguest.ozlabs.org/
3439 S:      Maintained
3440 F:      Documentation/lguest/
3441 F:      arch/x86/lguest/
3442 F:      drivers/lguest/
3443 F:      include/linux/lguest*.h
3444 F:      arch/x86/include/asm/lguest*.h
3445
3446 LINUX FOR IBM pSERIES (RS/6000)
3447 M:      Paul Mackerras <paulus@au.ibm.com>
3448 W:      http://www.ibm.com/linux/ltc/projects/ppc
3449 S:      Supported
3450 F:      arch/powerpc/boot/rs6000.h
3451
3452 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3453 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3454 M:      Paul Mackerras <paulus@samba.org>
3455 W:      http://www.penguinppc.org/
3456 L:      linuxppc-dev@ozlabs.org
3457 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3459 S:      Supported
3460 F:      Documentation/powerpc/
3461 F:      arch/powerpc/
3462
3463 LINUX FOR POWER MACINTOSH
3464 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3465 W:      http://www.penguinppc.org/
3466 L:      linuxppc-dev@ozlabs.org
3467 S:      Maintained
3468 F:      arch/powerpc/platforms/powermac/
3469 F:      drivers/macintosh/
3470
3471 LINUX FOR POWERPC EMBEDDED MPC5XXX
3472 M:      Grant Likely <grant.likely@secretlab.ca>
3473 L:      linuxppc-dev@ozlabs.org
3474 T:      git git://git.secretlab.ca/git/linux-2.6.git
3475 S:      Maintained
3476 F:      arch/powerpc/platforms/512x/
3477 F:      arch/powerpc/platforms/52xx/
3478
3479 LINUX FOR POWERPC EMBEDDED PPC4XX
3480 M:      Josh Boyer <jwboyer@linux.vnet.ibm.com>
3481 M:      Matt Porter <mporter@kernel.crashing.org>
3482 W:      http://www.penguinppc.org/
3483 L:      linuxppc-dev@ozlabs.org
3484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3485 S:      Maintained
3486 F:      arch/powerpc/platforms/40x/
3487 F:      arch/powerpc/platforms/44x/
3488
3489 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3490 M:      Grant Likely <grant.likely@secretlab.ca>
3491 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3492 L:      linuxppc-dev@ozlabs.org
3493 T:      git git://git.secretlab.ca/git/linux-2.6.git
3494 S:      Maintained
3495 F:      arch/powerpc/*/*virtex*
3496 F:      arch/powerpc/*/*/*virtex*
3497
3498 LINUX FOR POWERPC EMBEDDED PPC8XX
3499 M:      Vitaly Bordug <vitb@kernel.crashing.org>
3500 M:      Marcelo Tosatti <marcelo@kvack.org>
3501 W:      http://www.penguinppc.org/
3502 L:      linuxppc-dev@ozlabs.org
3503 S:      Maintained
3504
3505 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3506 M:      Kumar Gala <galak@kernel.crashing.org>
3507 W:      http://www.penguinppc.org/
3508 L:      linuxppc-dev@ozlabs.org
3509 S:      Maintained
3510 F:      arch/powerpc/platforms/83xx/
3511
3512 LINUX FOR POWERPC PA SEMI PWRFICIENT
3513 M:      Olof Johansson <olof@lixom.net>
3514 L:      linuxppc-dev@ozlabs.org
3515 S:      Maintained
3516 F:      arch/powerpc/platforms/pasemi/
3517 F:      drivers/*/*pasemi*
3518 F:      drivers/*/*/*pasemi*
3519
3520 LINUX SECURITY MODULE (LSM) FRAMEWORK
3521 M:      Chris Wright <chrisw@sous-sol.org>
3522 L:      linux-security-module@vger.kernel.org
3523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3524 S:      Supported
3525
3526 LLC (802.2)
3527 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3528 S:      Maintained
3529 F:      include/linux/llc.h
3530 F:      include/net/llc*
3531 F:      net/llc/
3532
3533 LIS3LV02D ACCELEROMETER DRIVER
3534 M:      Eric Piel <eric.piel@tremplin-utc.net>
3535 S:      Maintained
3536 F:      Documentation/hwmon/lis3lv02d
3537 F:      drivers/hwmon/lis3lv02d.*
3538
3539 LM73 HARDWARE MONITOR DRIVER
3540 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
3541 L:      lm-sensors@lm-sensors.org
3542 S:      Maintained
3543 F:      drivers/hwmon/lm73.c
3544
3545 LM83 HARDWARE MONITOR DRIVER
3546 M:      Jean Delvare <khali@linux-fr.org>
3547 L:      lm-sensors@lm-sensors.org
3548 S:      Maintained
3549 F:      Documentation/hwmon/lm83
3550 F:      drivers/hwmon/lm83.c
3551
3552 LM90 HARDWARE MONITOR DRIVER
3553 M:      Jean Delvare <khali@linux-fr.org>
3554 L:      lm-sensors@lm-sensors.org
3555 S:      Maintained
3556 F:      Documentation/hwmon/lm90
3557 F:      drivers/hwmon/lm90.c
3558
3559 LOCKDEP AND LOCKSTAT
3560 M:      Peter Zijlstra <peterz@infradead.org>
3561 M:      Ingo Molnar <mingo@redhat.com>
3562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3563 S:      Maintained
3564 F:      Documentation/lockdep*.txt
3565 F:      Documentation/lockstat.txt
3566 F:      include/linux/lockdep.h
3567 F:      kernel/lockdep*
3568
3569 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3570 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
3571 L:      linux-ntfs-dev@lists.sourceforge.net
3572 W:      http://www.linux-ntfs.org/content/view/19/37/
3573 S:      Maintained
3574 F:      Documentation/ldm.txt
3575 F:      fs/partitions/ldm.*
3576
3577 LogFS
3578 M:      Joern Engel <joern@logfs.org>
3579 L:      logfs@logfs.org
3580 W:      logfs.org
3581 S:      Maintained
3582 F:      fs/logfs/
3583
3584 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3585 M:      Eric Moore <Eric.Moore@lsi.com>
3586 M:      support@lsi.com
3587 L:      DL-MPTFusionLinux@lsi.com
3588 L:      linux-scsi@vger.kernel.org
3589 W:      http://www.lsilogic.com/support
3590 S:      Supported
3591 F:      drivers/message/fusion/
3592
3593 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3594 M:      Matthew Wilcox <matthew@wil.cx>
3595 L:      linux-scsi@vger.kernel.org
3596 S:      Maintained
3597 F:      drivers/scsi/sym53c8xx_2/
3598
3599 LTP (Linux Test Project)
3600 M:      Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
3601 M:      Garrett Cooper <yanegomi@gmail.com>
3602 M:      Mike Frysinger <vapier@gentoo.org>
3603 M:      Subrata Modak <subrata@linux.vnet.ibm.com>
3604 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3605 W:      http://ltp.sourceforge.net/
3606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3607 S:      Maintained
3608
3609 M32R ARCHITECTURE
3610 M:      Hirokazu Takata <takata@linux-m32r.org>
3611 L:      linux-m32r@ml.linux-m32r.org
3612 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3613 W:      http://www.linux-m32r.org/
3614 S:      Maintained
3615 F:      arch/m32r/
3616
3617 M68K ARCHITECTURE
3618 M:      Geert Uytterhoeven <geert@linux-m68k.org>
3619 M:      Roman Zippel <zippel@linux-m68k.org>
3620 L:      linux-m68k@lists.linux-m68k.org
3621 W:      http://www.linux-m68k.org/
3622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3623 S:      Maintained
3624 F:      arch/m68k/
3625 F:      drivers/zorro/
3626
3627 M68K ON APPLE MACINTOSH
3628 M:      Joshua Thompson <funaho@jurai.org>
3629 W:      http://www.mac.linux-m68k.org/
3630 L:      linux-m68k@lists.linux-m68k.org
3631 S:      Maintained
3632 F:      arch/m68k/mac/
3633
3634 M68K ON HP9000/300
3635 M:      Philip Blundell <philb@gnu.org>
3636 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3637 S:      Maintained
3638 F:      arch/m68k/hp300/
3639
3640 MAC80211
3641 M:      Johannes Berg <johannes@sipsolutions.net>
3642 L:      linux-wireless@vger.kernel.org
3643 W:      http://linuxwireless.org/
3644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3645 S:      Maintained
3646 F:      Documentation/networking/mac80211-injection.txt
3647 F:      include/net/mac80211.h
3648 F:      net/mac80211/
3649
3650 MAC80211 PID RATE CONTROL
3651 M:      Stefano Brivio <stefano.brivio@polimi.it>
3652 M:      Mattias Nissler <mattias.nissler@gmx.de>
3653 L:      linux-wireless@vger.kernel.org
3654 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3656 S:      Maintained
3657 F:      net/mac80211/rc80211_pid*
3658
3659 MACVLAN DRIVER
3660 M:      Patrick McHardy <kaber@trash.net>
3661 L:      netdev@vger.kernel.org
3662 S:      Maintained
3663 F:      drivers/net/macvlan.c
3664 F:      include/linux/if_macvlan.h
3665
3666 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3667 M:      Michael Kerrisk <mtk.manpages@gmail.com>
3668 W:      http://www.kernel.org/doc/man-pages
3669 L:      linux-man@vger.kernel.org
3670 S:      Maintained
3671
3672 MARVELL LIBERTAS WIRELESS DRIVER
3673 M:      Dan Williams <dcbw@redhat.com>
3674 L:      libertas-dev@lists.infradead.org
3675 S:      Maintained
3676 F:      drivers/net/wireless/libertas/
3677
3678 MARVELL MV643XX ETHERNET DRIVER
3679 M:      Lennert Buytenhek <buytenh@wantstofly.org>
3680 L:      netdev@vger.kernel.org
3681 S:      Maintained
3682 F:      drivers/net/mv643xx_eth.*
3683 F:      include/linux/mv643xx.h
3684
3685 MARVELL MWL8K WIRELESS DRIVER
3686 M:      Lennert Buytenhek <buytenh@wantstofly.org>
3687 L:      linux-wireless@vger.kernel.org
3688 S:      Maintained
3689 F:      drivers/net/wireless/mwl8k.c
3690
3691 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3692 M:      Nicolas Pitre <nico@fluxnic.net>
3693 S:      Odd Fixes
3694 F: drivers/mmc/host/mvsdio.*
3695
3696 MARVELL YUKON / SYSKONNECT DRIVER
3697 M:      Mirko Lindner <mlindner@syskonnect.de>
3698 M:      Ralph Roesler <rroesler@syskonnect.de>
3699 W:      http://www.syskonnect.com
3700 S:      Supported
3701
3702 MATROX FRAMEBUFFER DRIVER
3703 M:      Petr Vandrovec <vandrove@vc.cvut.cz>
3704 L:      linux-fbdev@vger.kernel.org
3705 S:      Maintained
3706 F:      drivers/video/matrox/matroxfb_*
3707 F:      include/linux/matroxfb.h
3708
3709 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3710 M:      "Hans J. Koch" <hjk@linutronix.de>
3711 L:      lm-sensors@lm-sensors.org
3712 S:      Maintained
3713 F:      Documentation/hwmon/max6650
3714 F:      drivers/hwmon/max6650.c
3715
3716 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3717 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
3718 P:      LinuxTV.org Project
3719 L:      linux-media@vger.kernel.org
3720 W:      http://linuxtv.org
3721 Q:      http://patchwork.kernel.org/project/linux-media/list/
3722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3723 S:      Maintained
3724 F:      Documentation/dvb/
3725 F:      Documentation/video4linux/
3726 F:      drivers/media/
3727 F:      include/media/
3728 F:      include/linux/dvb/
3729 F:      include/linux/videodev*.h
3730
3731 MEGARAID SCSI DRIVERS
3732 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
3733 L:      linux-scsi@vger.kernel.org
3734 W:      http://megaraid.lsilogic.com
3735 S:      Maintained
3736 F:      Documentation/scsi/megaraid.txt
3737 F:      drivers/scsi/megaraid.*
3738 F:      drivers/scsi/megaraid/
3739
3740 MEMORY MANAGEMENT
3741 L:      linux-mm@kvack.org
3742 W:      http://www.linux-mm.org
3743 S:      Maintained
3744 F:      include/linux/mm.h
3745 F:      mm/
3746
3747 MEMORY RESOURCE CONTROLLER
3748 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
3749 M:      Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
3750 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3751 L:      linux-mm@kvack.org
3752 S:      Maintained
3753 F:      mm/memcontrol.c
3754
3755 MEMORY TECHNOLOGY DEVICES (MTD)
3756 M:      David Woodhouse <dwmw2@infradead.org>
3757 L:      linux-mtd@lists.infradead.org
3758 W:      http://www.linux-mtd.infradead.org/
3759 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
3760 T:      git git://git.infradead.org/mtd-2.6.git
3761 S:      Maintained
3762 F:      drivers/mtd/
3763 F:      include/linux/mtd/
3764 F:      include/mtd/
3765
3766 MICROBLAZE ARCHITECTURE
3767 M:      Michal Simek <monstr@monstr.eu>
3768 L:      microblaze-uclinux@itee.uq.edu.au
3769 W:      http://www.monstr.eu/fdt/
3770 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
3771 S:      Supported
3772 F:      arch/microblaze/
3773
3774 MICROTEK X6 SCANNER
3775 M:      Oliver Neukum <oliver@neukum.name>
3776 S:      Maintained
3777 F:      drivers/usb/image/microtek.*
3778
3779 MIPS
3780 M:      Ralf Baechle <ralf@linux-mips.org>
3781 W:      http://www.linux-mips.org/
3782 L:      linux-mips@linux-mips.org
3783 T:      git git://git.linux-mips.org/pub/scm/linux.git
3784 S:      Supported
3785 F:      Documentation/mips/
3786 F:      arch/mips/
3787
3788 MISCELLANEOUS MCA-SUPPORT
3789 M:      James Bottomley <James.Bottomley@HansenPartnership.com>
3790 S:      Maintained
3791 F:      Documentation/ia64/mca.txt
3792 F:      Documentation/mca.txt
3793 F:      drivers/mca/
3794 F:      include/linux/mca*
3795
3796 MODULE SUPPORT
3797 M:      Rusty Russell <rusty@rustcorp.com.au>
3798 S:      Maintained
3799 F:      include/linux/module.h
3800 F:      kernel/module.c
3801
3802 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3803 M:      Stelian Pop <stelian@popies.net>
3804 W:      http://popies.net/meye/
3805 S:      Maintained
3806 F:      Documentation/video4linux/meye.txt
3807 F:      drivers/media/video/meye.*
3808 F:      include/linux/meye.h
3809
3810 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3811 M:      Pavel Pisa <ppisa@pikron.com>
3812 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3813 S:      Maintained
3814 F:      drivers/mmc/host/imxmmc.*
3815
3816 MOUSE AND MISC DEVICES [GENERAL]
3817 M:      Alessandro Rubini <rubini@ipvvis.unipv.it>
3818 S:      Maintained
3819 F:      drivers/input/mouse/
3820 F:      include/linux/gpio_mouse.h
3821
3822 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3823 M:      Jiri Slaby <jirislaby@gmail.com>
3824 S:      Maintained
3825 F:      Documentation/serial/moxa-smartio
3826 F:      drivers/char/mxser.*
3827
3828 MSI LAPTOP SUPPORT
3829 M:      Lennart Poettering <mzxreary@0pointer.de>
3830 L:      platform-driver-x86@vger.kernel.org
3831 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
3832 W:      http://0pointer.de/lennart/tchibo.html
3833 S:      Maintained
3834 F:      drivers/platform/x86/msi-laptop.c
3835
3836 MSI WMI SUPPORT
3837 M:      Anisse Astier <anisse@astier.eu>
3838 L:      platform-driver-x86@vger.kernel.org
3839 S:      Supported
3840 F:      drivers/platform/x86/msi-wmi.c
3841
3842 MULTIFUNCTION DEVICES (MFD)
3843 M:      Samuel Ortiz <sameo@linux.intel.com>
3844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3845 S:      Supported
3846 F:      drivers/mfd/
3847
3848 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3849 S:      Orphan
3850 L:      linux-mmc@vger.kernel.org
3851 F:      drivers/mmc/
3852 F:      include/linux/mmc/
3853
3854 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3855 M:      David Brownell <dbrownell@users.sourceforge.net>
3856 S:      Odd Fixes
3857 F:      drivers/mmc/host/mmc_spi.c
3858 F:      include/linux/spi/mmc_spi.h
3859
3860 MULTISOUND SOUND DRIVER
3861 M:      Andrew Veliath <andrewtv@usa.net>
3862 S:      Maintained
3863 F:      Documentation/sound/oss/MultiSound
3864 F:      sound/oss/msnd*
3865
3866 MULTITECH MULTIPORT CARD (ISICOM)
3867 M:      Jiri Slaby <jirislaby@gmail.com>
3868 S:      Maintained
3869 F:      drivers/char/isicom.c
3870 F:      include/linux/isicom.h
3871
3872 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3873 M:      Felipe Balbi <felipe.balbi@nokia.com>
3874 L:      linux-usb@vger.kernel.org
3875 T:      git git://gitorious.org/usb/usb.git
3876 S:      Maintained
3877 F:      drivers/usb/musb/
3878
3879 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3880 M:      Andrew Gallatin <gallatin@myri.com>
3881 M:      Brice Goglin <brice@myri.com>
3882 L:      netdev@vger.kernel.org
3883 W:      http://www.myri.com/scs/download-Myri10GE.html
3884 S:      Supported
3885 F:      drivers/net/myri10ge/
3886
3887 NATSEMI ETHERNET DRIVER (DP8381x)
3888 M:      Tim Hockin <thockin@hockin.org>
3889 S:      Maintained
3890 F:      drivers/net/natsemi.c
3891
3892 NCP FILESYSTEM
3893 M:      Petr Vandrovec <vandrove@vc.cvut.cz>
3894 S:      Maintained
3895 F:      fs/ncpfs/
3896
3897 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3898 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3899 L:      linux-scsi@vger.kernel.org
3900 S:      Maintained
3901 F:      drivers/scsi/NCR_D700.*
3902
3903 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3904 M:      Faisal Latif <faisal.latif@intel.com>
3905 M:      Chien Tung <chien.tin.tung@intel.com>
3906 L:      linux-rdma@vger.kernel.org
3907 W:      http://www.neteffect.com
3908 S:      Supported
3909 F:      drivers/infiniband/hw/nes/
3910
3911 NETEM NETWORK EMULATOR
3912 M:      Stephen Hemminger <shemminger@linux-foundation.org>
3913 L:      netem@lists.linux-foundation.org
3914 S:      Maintained
3915 F:      net/sched/sch_netem.c
3916
3917 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3918 M:      Ramkrishna Vepa <ram.vepa@neterion.com>
3919 M:      Rastapur Santosh <santosh.rastapur@neterion.com>
3920 M:      Sivakumar Subramani <sivakumar.subramani@neterion.com>
3921 M:      Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
3922 L:      netdev@vger.kernel.org
3923 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3924 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3925 S:      Supported
3926 F:      Documentation/networking/s2io.txt
3927 F:      drivers/net/s2io*
3928
3929 NETFILTER/IPTABLES/IPCHAINS
3930 P:      Rusty Russell
3931 P:      Marc Boucher
3932 P:      James Morris
3933 P:      Harald Welte
3934 P:      Jozsef Kadlecsik
3935 M:      Patrick McHardy <kaber@trash.net>
3936 L:      netfilter-devel@vger.kernel.org
3937 L:      netfilter@vger.kernel.org
3938 L:      coreteam@netfilter.org
3939 W:      http://www.netfilter.org/
3940 W:      http://www.iptables.org/
3941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3942 S:      Supported
3943 F:      include/linux/netfilter*
3944 F:      include/linux/netfilter/
3945 F:      include/net/netfilter/
3946 F:      net/*/netfilter.c
3947 F:      net/*/netfilter/
3948 F:      net/netfilter/
3949
3950 NETLABEL
3951 M:      Paul Moore <paul.moore@hp.com>
3952 W:      http://netlabel.sf.net
3953 L:      netdev@vger.kernel.org
3954 S:      Supported
3955 F:      Documentation/netlabel/
3956 F:      include/net/netlabel.h
3957 F:      net/netlabel/
3958
3959 NETROM NETWORK LAYER
3960 M:      Ralf Baechle <ralf@linux-mips.org>
3961 L:      linux-hams@vger.kernel.org
3962 W:      http://www.linux-ax25.org/
3963 S:      Maintained
3964 F:      include/linux/netrom.h
3965 F:      include/net/netrom.h
3966 F:      net/netrom/
3967
3968 NETWORK BLOCK DEVICE (NBD)
3969 M:      Paul Clements <Paul.Clements@steeleye.com>
3970 S:      Maintained
3971 F:      Documentation/blockdev/nbd.txt
3972 F:      drivers/block/nbd.c
3973 F:      include/linux/nbd.h
3974
3975 NETWORK DROP MONITOR
3976 M:      Neil Horman <nhorman@tuxdriver.com>
3977 L:      netdev@vger.kernel.org
3978 S:      Maintained
3979 W:      https://fedorahosted.org/dropwatch/
3980 F:      net/core/drop_monitor.c
3981
3982 NETWORKING [GENERAL]
3983 M:      "David S. Miller" <davem@davemloft.net>
3984 L:      netdev@vger.kernel.org
3985 W:      http://www.linuxfoundation.org/en/Net
3986 W:      http://patchwork.ozlabs.org/project/netdev/list/
3987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3989 S:      Maintained
3990 F:      net/
3991 F:      include/net/
3992 F:      include/linux/in.h
3993 F:      include/linux/net.h
3994 F:      include/linux/netdevice.h
3995
3996 NETWORKING [IPv4/IPv6]
3997 M:      "David S. Miller" <davem@davemloft.net>
3998 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
3999 M:      "Pekka Savola (ipv6)" <pekkas@netcore.fi>
4000 M:      James Morris <jmorris@namei.org>
4001 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4002 M:      Patrick McHardy <kaber@trash.net>
4003 L:      netdev@vger.kernel.org
4004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4005 S:      Maintained
4006 F:      net/ipv4/
4007 F:      net/ipv6/
4008 F:      include/net/ip*
4009
4010 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4011 M:      Paul Moore <paul.moore@hp.com>
4012 L:      netdev@vger.kernel.org
4013 S:      Maintained
4014
4015 NETWORKING [WIRELESS]
4016 M:      "John W. Linville" <linville@tuxdriver.com>
4017 L:      linux-wireless@vger.kernel.org
4018 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
4019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4020 S:      Maintained
4021 F:      net/mac80211/
4022 F:      net/rfkill/
4023 F:      net/wireless/
4024 F:      include/net/ieee80211*
4025 F:      include/linux/wireless.h
4026 F:      include/linux/iw_handler.h
4027 F:      drivers/net/wireless/
4028
4029 NETWORKING DRIVERS
4030 L:      netdev@vger.kernel.org
4031 W:      http://www.linuxfoundation.org/en/Net
4032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4034 S:      Odd Fixes
4035 F:      drivers/net/
4036 F:      include/linux/if_*
4037 F:      include/linux/*device.h
4038
4039 NETXEN (1/10) GbE SUPPORT
4040 M:      Amit Kumar Salecha <amit.salecha@qlogic.com>
4041 L:      netdev@vger.kernel.org
4042 W:      http://www.qlogic.com
4043 S:      Supported
4044 F:      drivers/net/netxen/
4045
4046 NFS, SUNRPC, AND LOCKD CLIENTS
4047 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
4048 L:      linux-nfs@vger.kernel.org
4049 W:      http://client.linux-nfs.org
4050 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4051 S:      Maintained
4052 F:      fs/lockd/
4053 F:      fs/nfs/
4054 F:      fs/nfs_common/
4055 F:      net/sunrpc/
4056 F:      include/linux/lockd/
4057 F:      include/linux/nfs*
4058 F:      include/linux/sunrpc/
4059
4060 NI5010 NETWORK DRIVER
4061 M:      Jan-Pascal van Best <janpascal@vanbest.org>
4062 M:      Andreas Mohr <andi@lisas.de>
4063 L:      netdev@vger.kernel.org
4064 S:      Maintained
4065 F:      drivers/net/ni5010.*
4066
4067 NILFS2 FILESYSTEM
4068 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4069 L:      linux-nilfs@vger.kernel.org
4070 W:      http://www.nilfs.org/en/
4071 S:      Supported
4072 F:      Documentation/filesystems/nilfs2.txt
4073 F:      fs/nilfs2/
4074 F:      include/linux/nilfs2_fs.h
4075
4076 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4077 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4078 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4079 S:      Maintained
4080 F:      Documentation/scsi/NinjaSCSI.txt
4081 F:      drivers/scsi/pcmcia/nsp_*
4082
4083 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4084 M:      GOTO Masanori <gotom@debian.or.jp>
4085 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4086 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4087 S:      Maintained
4088 F:      Documentation/scsi/NinjaSCSI.txt
4089 F:      drivers/scsi/nsp32*
4090
4091 NTFS FILESYSTEM
4092 M:      Anton Altaparmakov <aia21@cantab.net>
4093 L:      linux-ntfs-dev@lists.sourceforge.net
4094 W:      http://www.linux-ntfs.org/
4095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4096 S:      Maintained
4097 F:      Documentation/filesystems/ntfs.txt
4098 F:      fs/ntfs/
4099
4100 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4101 M:      Antonino Daplas <adaplas@gmail.com>
4102 L:      linux-fbdev@vger.kernel.org
4103 S:      Maintained
4104 F:      drivers/video/riva/
4105 F:      drivers/video/nvidia/
4106
4107 OMAP SUPPORT
4108 M:      Tony Lindgren <tony@atomide.com>
4109 L:      linux-omap@vger.kernel.org
4110 W:      http://www.muru.com/linux/omap/
4111 W:      http://linux.omap.com/
4112 Q:      http://patchwork.kernel.org/project/linux-omap/list/
4113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4114 S:      Maintained
4115 F:      arch/arm/*omap*/
4116
4117 OMAP CLOCK FRAMEWORK SUPPORT
4118 M:      Paul Walmsley <paul@pwsan.com>
4119 L:      linux-omap@vger.kernel.org
4120 S:      Maintained
4121 F:      arch/arm/*omap*/*clock*
4122
4123 OMAP POWER MANAGEMENT SUPPORT
4124 M:      Kevin Hilman <khilman@deeprootsystems.com>
4125 L:      linux-omap@vger.kernel.org
4126 S:      Maintained
4127 F:      arch/arm/*omap*/*pm*
4128
4129 OMAP AUDIO SUPPORT
4130 M:      Jarkko Nikula <jhnikula@gmail.com>
4131 L:      alsa-devel@alsa-project.org (subscribers-only)
4132 L:      linux-omap@vger.kernel.org
4133 S:      Maintained
4134 F:      sound/soc/omap/
4135
4136 OMAP FRAMEBUFFER SUPPORT
4137 M:      Tomi Valkeinen <tomi.valkeinen@nokia.com>
4138 L:      linux-fbdev@vger.kernel.org
4139 L:      linux-omap@vger.kernel.org
4140 S:      Maintained
4141 F:      drivers/video/omap/
4142
4143 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4144 M:      Tomi Valkeinen <tomi.valkeinen@nokia.com>
4145 L:      linux-omap@vger.kernel.org
4146 L:      linux-fbdev@vger.kernel.org
4147 S:      Maintained
4148 F:      drivers/video/omap2/
4149 F:      Documentation/arm/OMAP/DSS
4150
4151 OMAP MMC SUPPORT
4152 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
4153 L:      linux-omap@vger.kernel.org
4154 S:      Maintained
4155 F:      drivers/mmc/host/omap.c
4156
4157 OMAP HS MMC SUPPORT
4158 M:      Madhusudhan Chikkature <madhu.cr@ti.com>
4159 L:      linux-omap@vger.kernel.org
4160 S:      Maintained
4161 F:      drivers/mmc/host/omap_hsmmc.c
4162
4163 OMAP RANDOM NUMBER GENERATOR SUPPORT
4164 M:      Deepak Saxena <dsaxena@plexity.net>
4165 S:      Maintained
4166 F:      drivers/char/hw_random/omap-rng.c
4167
4168 OMAP USB SUPPORT
4169 M:      Felipe Balbi <felipe.balbi@nokia.com>
4170 M:      David Brownell <dbrownell@users.sourceforge.net>
4171 L:      linux-usb@vger.kernel.org
4172 L:      linux-omap@vger.kernel.org
4173 S:      Maintained
4174
4175 OMFS FILESYSTEM
4176 M:      Bob Copeland <me@bobcopeland.com>
4177 L:      linux-karma-devel@lists.sourceforge.net
4178 S:      Maintained
4179 F:      Documentation/filesystems/omfs.txt
4180 F:      fs/omfs/
4181
4182 OMNIKEY CARDMAN 4000 DRIVER
4183 M:      Harald Welte <laforge@gnumonks.org>
4184 S:      Maintained
4185 F:      drivers/char/pcmcia/cm4000_cs.c
4186 F:      include/linux/cm4000_cs.h
4187
4188 OMNIKEY CARDMAN 4040 DRIVER
4189 M:      Harald Welte <laforge@gnumonks.org>
4190 S:      Maintained
4191 F:      drivers/char/pcmcia/cm4040_cs.*
4192
4193 OMNIVISION OV7670 SENSOR DRIVER
4194 M:      Jonathan Corbet <corbet@lwn.net>
4195 L:      linux-media@vger.kernel.org
4196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4197 S:      Maintained
4198 F:      drivers/media/video/ov7670.c
4199
4200 ONENAND FLASH DRIVER
4201 M:      Kyungmin Park <kyungmin.park@samsung.com>
4202 L:      linux-mtd@lists.infradead.org
4203 S:      Maintained
4204 F:      drivers/mtd/onenand/
4205 F:      include/linux/mtd/onenand*.h
4206
4207 ONSTREAM SCSI TAPE DRIVER
4208 M:      Willem Riede <osst@riede.org>
4209 L:      osst-users@lists.sourceforge.net
4210 L:      linux-scsi@vger.kernel.org
4211 S:      Maintained
4212 F:      drivers/scsi/osst*
4213 F:      drivers/scsi/st*
4214
4215 OPENCORES I2C BUS DRIVER
4216 M:      Peter Korsgaard <jacmet@sunsite.dk>
4217 L:      linux-i2c@vger.kernel.org
4218 S:      Maintained
4219 F:      Documentation/i2c/busses/i2c-ocores
4220 F:      drivers/i2c/busses/i2c-ocores.c
4221
4222 OPEN FIRMWARE AND FLATTENED DEVICE TREE
4223 M:      Grant Likely <grant.likely@secretlab.ca>
4224 L:      devicetree-discuss@lists.ozlabs.org
4225 W:      http://fdt.secretlab.ca
4226 T:      git git://git.secretlab.ca/git/linux-2.6.git
4227 S:      Maintained
4228 F:      drivers/of
4229 F:      include/linux/of*.h
4230 K:      of_get_property
4231
4232 OPROFILE
4233 M:      Robert Richter <robert.richter@amd.com>
4234 L:      oprofile-list@lists.sf.net
4235 S:      Maintained
4236 F:      arch/*/include/asm/oprofile*.h
4237 F:      arch/*/oprofile/
4238 F:      drivers/oprofile/
4239 F:      include/linux/oprofile.h
4240
4241 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4242 M:      Mark Fasheh <mfasheh@suse.com>
4243 M:      Joel Becker <joel.becker@oracle.com>
4244 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4245 W:      http://oss.oracle.com/projects/ocfs2/
4246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4247 S:      Supported
4248 F:      Documentation/filesystems/ocfs2.txt
4249 F:      Documentation/filesystems/dlmfs.txt
4250 F:      fs/ocfs2/
4251
4252 ORINOCO DRIVER
4253 M:      Pavel Roskin <proski@gnu.org>
4254 M:      David Gibson <hermes@gibson.dropbear.id.au>
4255 L:      linux-wireless@vger.kernel.org
4256 L:      orinoco-users@lists.sourceforge.net
4257 L:      orinoco-devel@lists.sourceforge.net
4258 W:      http://www.nongnu.org/orinoco/
4259 S:      Maintained
4260 F:      drivers/net/wireless/orinoco/
4261
4262 OSD LIBRARY and FILESYSTEM
4263 M:      Boaz Harrosh <bharrosh@panasas.com>
4264 M:      Benny Halevy <bhalevy@panasas.com>
4265 L:      osd-dev@open-osd.org
4266 W:      http://open-osd.org
4267 T:      git git://git.open-osd.org/open-osd.git
4268 S:      Maintained
4269 F:      drivers/scsi/osd/
4270 F:      include/scsi/osd_*
4271 F:      fs/exofs/
4272
4273 P54 WIRELESS DRIVER
4274 M:      Michael Wu <flamingice@sourmilk.net>
4275 L:      linux-wireless@vger.kernel.org
4276 W:      http://prism54.org
4277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4278 S:      Maintained
4279 F:      drivers/net/wireless/p54/
4280
4281 PA SEMI ETHERNET DRIVER
4282 M:      Olof Johansson <olof@lixom.net>
4283 L:      netdev@vger.kernel.org
4284 S:      Maintained
4285 F:      drivers/net/pasemi_mac.*
4286
4287 PA SEMI SMBUS DRIVER
4288 M:      Olof Johansson <olof@lixom.net>
4289 L:      linux-i2c@vger.kernel.org
4290 S:      Maintained
4291 F:      drivers/i2c/busses/i2c-pasemi.c
4292
4293 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4294 M:      Harald Welte <laforge@gnumonks.org>
4295 L:      platform-driver-x86@vger.kernel.org
4296 S:      Maintained
4297 F:      drivers/platform/x86/panasonic-laptop.c
4298
4299 PANASONIC MN10300/AM33 PORT
4300 M:      David Howells <dhowells@redhat.com>
4301 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4302 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
4303 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4304 S:      Maintained
4305 F:      Documentation/mn10300/
4306 F:      arch/mn10300/
4307
4308 PARALLEL PORT SUPPORT
4309 L:      linux-parport@lists.infradead.org (subscribers-only)
4310 S:      Orphan
4311 F:      drivers/parport/
4312 F:      include/linux/parport*.h
4313 F:      drivers/char/ppdev.c
4314 F:      include/linux/ppdev.h
4315
4316 PARAVIRT_OPS INTERFACE
4317 M:      Jeremy Fitzhardinge <jeremy@xensource.com>
4318 M:      Chris Wright <chrisw@sous-sol.org>
4319 M:      Alok Kataria <akataria@vmware.com>
4320 M:      Rusty Russell <rusty@rustcorp.com.au>
4321 L:      virtualization@lists.osdl.org
4322 S:      Supported
4323 F:      Documentation/ia64/paravirt_ops.txt
4324 F:      arch/*/kernel/paravirt*
4325 F:      arch/*/include/asm/paravirt.h
4326
4327 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4328 M:      Tim Waugh <tim@cyberelk.net>
4329 L:      linux-parport@lists.infradead.org (subscribers-only)
4330 W:      http://www.torque.net/linux-pp.html
4331 S:      Maintained
4332 F:      Documentation/blockdev/paride.txt
4333 F:      drivers/block/paride/
4334
4335 PARISC ARCHITECTURE
4336 M:      Kyle McMartin <kyle@mcmartin.ca>
4337 M:      Helge Deller <deller@gmx.de>
4338 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
4339 L:      linux-parisc@vger.kernel.org
4340 W:      http://www.parisc-linux.org/
4341 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
4342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4343 S:      Maintained
4344 F:      arch/parisc/
4345 F:      drivers/parisc/
4346
4347 PC87360 HARDWARE MONITORING DRIVER
4348 M:      Jim Cromie <jim.cromie@gmail.com>
4349 L:      lm-sensors@lm-sensors.org
4350 S:      Maintained
4351 F:      Documentation/hwmon/pc87360
4352 F:      drivers/hwmon/pc87360.c
4353
4354 PC8736x GPIO DRIVER
4355 M:      Jim Cromie <jim.cromie@gmail.com>
4356 S:      Maintained
4357 F:      drivers/char/pc8736x_gpio.c
4358
4359 PCA9532 LED DRIVER
4360 M:      Riku Voipio <riku.voipio@iki.fi>
4361 S:      Maintained
4362 F:      drivers/leds/leds-pca9532.c
4363 F:      include/linux/leds-pca9532.h
4364
4365 PCA9564/PCA9665 I2C BUS DRIVER
4366 M:      Wolfram Sang <w.sang@pengutronix.de>
4367 L:      linux-i2c@vger.kernel.org
4368 S:      Maintained
4369 F:      drivers/i2c/algos/i2c-algo-pca.c
4370 F:      drivers/i2c/busses/i2c-pca-*
4371 F:      include/linux/i2c-algo-pca.h
4372 F:      include/linux/i2c-pca-platform.h
4373
4374 PCI ERROR RECOVERY
4375 M:      Linas Vepstas <linas@austin.ibm.com>
4376 L:      linux-pci@vger.kernel.org
4377 S:      Supported
4378 F:      Documentation/PCI/pci-error-recovery.txt
4379 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4380
4381 PCI SUBSYSTEM
4382 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4383 L:      linux-pci@vger.kernel.org
4384 Q:      http://patchwork.kernel.org/project/linux-pci/list/
4385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4386 S:      Supported
4387 F:      Documentation/PCI/
4388 F:      drivers/pci/
4389 F:      include/linux/pci*
4390
4391 PCI HOTPLUG
4392 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4393 L:      linux-pci@vger.kernel.org
4394 S:      Supported
4395 F:      drivers/pci/hotplug
4396
4397 PCMCIA SUBSYSTEM
4398 P:      Linux PCMCIA Team
4399 L:      linux-pcmcia@lists.infradead.org
4400 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4402 S:      Maintained
4403 F:      Documentation/pcmcia/
4404 F:      drivers/pcmcia/
4405 F:      include/pcmcia/
4406
4407 PCNET32 NETWORK DRIVER
4408 M:      Don Fry <pcnet32@verizon.net>
4409 L:      netdev@vger.kernel.org
4410 S:      Maintained
4411 F:      drivers/net/pcnet32.c
4412
4413 PER-TASK DELAY ACCOUNTING
4414 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
4415 S:      Maintained
4416 F:      include/linux/delayacct.h
4417 F:      kernel/delayacct.c
4418
4419 PERFORMANCE EVENTS SUBSYSTEM
4420 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
4421 M:      Paul Mackerras <paulus@samba.org>
4422 M:      Ingo Molnar <mingo@elte.hu>
4423 M:      Arnaldo Carvalho de Melo <acme@redhat.com>
4424 S:      Supported
4425 F:      kernel/perf_event*.c
4426 F:      include/linux/perf_event.h
4427 F:      arch/*/kernel/perf_event*.c
4428 F:      arch/*/kernel/*/perf_event*.c
4429 F:      arch/*/kernel/*/*/perf_event*.c
4430 F:      arch/*/include/asm/perf_event.h
4431 F:      arch/*/lib/perf_event*.c
4432 F:      arch/*/kernel/perf_callchain.c
4433 F:      tools/perf/
4434
4435 PERSONALITY HANDLING
4436 M:      Christoph Hellwig <hch@infradead.org>
4437 L:      linux-abi-devel@lists.sourceforge.net
4438 S:      Maintained
4439 F:      include/linux/personality.h
4440
4441 PHRAM MTD DRIVER
4442 M:      Joern Engel <joern@lazybastard.org>
4443 L:      linux-mtd@lists.infradead.org
4444 S:      Maintained
4445 F:      drivers/mtd/devices/phram.c
4446
4447 PKTCDVD DRIVER
4448 M:      Peter Osterlund <petero2@telia.com>
4449 S:      Maintained
4450 F:      drivers/block/pktcdvd.c
4451 F:      include/linux/pktcdvd.h
4452
4453 PMC SIERRA MaxRAID DRIVER
4454 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4455 L:      linux-scsi@vger.kernel.org
4456 W:      http://www.pmc-sierra.com/
4457 S:      Supported
4458 F:      drivers/scsi/pmcraid.*
4459
4460 PMC SIERRA PM8001 DRIVER
4461 M:      jack_wang@usish.com
4462 M:      lindar_liu@usish.com
4463 L:      linux-scsi@vger.kernel.org
4464 S:      Supported
4465 F:      drivers/scsi/pm8001/
4466
4467 POSIX CLOCKS and TIMERS
4468 M:      Thomas Gleixner <tglx@linutronix.de>
4469 S:      Supported
4470 F:      fs/timerfd.c
4471 F:      include/linux/timer*
4472 F:      kernel/*timer*
4473
4474 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4475 M:      Anton Vorontsov <cbou@mail.ru>
4476 M:      David Woodhouse <dwmw2@infradead.org>
4477 T:      git git://git.infradead.org/battery-2.6.git
4478 S:      Maintained
4479 F:      include/linux/power_supply.h
4480 F:      drivers/power/power_supply*
4481
4482 PNP SUPPORT
4483 M:      Adam Belay <abelay@mit.edu>
4484 M:      Bjorn Helgaas <bjorn.helgaas@hp.com>
4485 S:      Maintained
4486 F:      drivers/pnp/
4487
4488 PNXxxxx I2C DRIVER
4489 M:      Vitaly Wool <vitalywool@gmail.com>
4490 L:      linux-i2c@vger.kernel.org
4491 S:      Maintained
4492 F:      drivers/i2c/busses/i2c-pnx.c
4493
4494 PPP PROTOCOL DRIVERS AND COMPRESSORS
4495 M:      Paul Mackerras <paulus@samba.org>
4496 L:      linux-ppp@vger.kernel.org
4497 S:      Maintained
4498 F:      drivers/net/ppp_*
4499
4500 PPP OVER ATM (RFC 2364)
4501 M:      Mitchell Blank Jr <mitch@sfgoth.com>
4502 S:      Maintained
4503 F:      net/atm/pppoatm.c
4504 F:      include/linux/atmppp.h
4505
4506 PPP OVER ETHERNET
4507 M:      Michal Ostrowski <mostrows@earthlink.net>
4508 S:      Maintained
4509 F:      drivers/net/pppoe.c
4510 F:      drivers/net/pppox.c
4511
4512 PPP OVER L2TP
4513 M:      James Chapman <jchapman@katalix.com>
4514 S:      Maintained
4515 F:      drivers/net/pppol2tp.c
4516 F:      include/linux/if_pppol2tp.h
4517
4518 PPS SUPPORT
4519 M:      Rodolfo Giometti <giometti@enneenne.com>
4520 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
4521 L:      linuxpps@ml.enneenne.com (subscribers-only)
4522 S:      Maintained
4523 F:      Documentation/pps/
4524 F:      drivers/pps/
4525 F:      include/linux/pps*.h
4526
4527 PREEMPTIBLE KERNEL
4528 M:      Robert Love <rml@tech9.net>
4529 L:      kpreempt-tech@lists.sourceforge.net
4530 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4531 S:      Supported
4532 F:      Documentation/preempt-locking.txt
4533 F:      include/linux/preempt.h
4534
4535 PRISM54 WIRELESS DRIVER
4536 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
4537 L:      linux-wireless@vger.kernel.org
4538 W:      http://prism54.org
4539 S:      Maintained
4540 F:      drivers/net/wireless/prism54/
4541
4542 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4543 M:      Peter Denison <promise@pnd-pc.demon.co.uk>
4544 W:      http://www.pnd-pc.demon.co.uk/promise/
4545 S:      Maintained
4546
4547 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4548 M:      Mikael Pettersson <mikpe@it.uu.se>
4549 L:      linux-ide@vger.kernel.org
4550 S:      Maintained
4551 F:      drivers/ata/sata_promise.*
4552
4553 PS3 NETWORK SUPPORT
4554 M:      Geoff Levand <geoff@infradead.org>
4555 L:      netdev@vger.kernel.org
4556 L:      cbe-oss-dev@ozlabs.org
4557 S:      Maintained
4558 F:      drivers/net/ps3_gelic_net.*
4559
4560 PS3 PLATFORM SUPPORT
4561 M:      Geoff Levand <geoff@infradead.org>
4562 L:      linuxppc-dev@ozlabs.org
4563 L:      cbe-oss-dev@ozlabs.org
4564 S:      Maintained
4565 F:      arch/powerpc/boot/ps3*
4566 F:      arch/powerpc/include/asm/lv1call.h
4567 F:      arch/powerpc/include/asm/ps3*.h
4568 F:      arch/powerpc/platforms/ps3/
4569 F:      drivers/*/ps3*
4570 F:      drivers/ps3/
4571 F:      drivers/rtc/rtc-ps3.c
4572 F:      drivers/usb/host/*ps3.c
4573 F:      sound/ppc/snd_ps3*
4574
4575 PS3VRAM DRIVER
4576 M:      Jim Paris <jim@jtan.com>
4577 L:      cbe-oss-dev@ozlabs.org
4578 S:      Maintained
4579
4580 PTRACE SUPPORT
4581 M:      Roland McGrath <roland@redhat.com>
4582 M:      Oleg Nesterov <oleg@redhat.com>
4583 S:      Maintained
4584 F:      include/asm-generic/syscall.h
4585 F:      include/linux/ptrace.h
4586 F:      include/linux/regset.h
4587 F:      include/linux/tracehook.h
4588 F:      kernel/ptrace.c
4589
4590 PVRUSB2 VIDEO4LINUX DRIVER
4591 M:      Mike Isely <isely@pobox.com>
4592 L:      pvrusb2@isely.net       (subscribers-only)
4593 L:      linux-media@vger.kernel.org
4594 W:      http://www.isely.net/pvrusb2/
4595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4596 S:      Maintained
4597 F:      Documentation/video4linux/README.pvrusb2
4598 F:      drivers/media/video/pvrusb2/
4599
4600 PXA2xx/PXA3xx SUPPORT
4601 M:      Eric Miao <eric.y.miao@gmail.com>
4602 M:      Russell King <linux@arm.linux.org.uk>
4603 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4604 S:      Maintained
4605 F:      arch/arm/mach-pxa/
4606 F:      drivers/pcmcia/pxa2xx*
4607 F:      drivers/spi/pxa2xx*
4608 F:      drivers/usb/gadget/pxa2*
4609 F:      include/sound/pxa2xx-lib.h
4610 F:      sound/arm/pxa*
4611 F:      sound/soc/pxa
4612
4613 PXA168 SUPPORT
4614 M:      Eric Miao <eric.y.miao@gmail.com>
4615 M:      Jason Chagas <jason.chagas@marvell.com>
4616 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4618 S:      Maintained
4619
4620 PXA910 SUPPORT
4621 M:      Eric Miao <eric.y.miao@gmail.com>
4622 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4624 S:      Maintained
4625
4626 MMP2 SUPPORT (aka ARMADA610)
4627 M:      Haojian Zhuang <haojian.zhuang@marvell.com>
4628 M:      Eric Miao <eric.y.miao@gmail.com>
4629 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4631 S:      Maintained
4632
4633 PXA MMCI DRIVER
4634 S:      Orphan
4635
4636 PXA RTC DRIVER
4637 M:      Robert Jarzmik <robert.jarzmik@free.fr>
4638 L:      rtc-linux@googlegroups.com
4639 S:      Maintained
4640
4641 QLOGIC QLA1280 SCSI DRIVER
4642 M:      Michael Reed <mdr@sgi.com>
4643 L:      linux-scsi@vger.kernel.org
4644 S:      Maintained
4645 F:      drivers/scsi/qla1280.[ch]
4646
4647 QLOGIC QLA2XXX FC-SCSI DRIVER
4648 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
4649 M:      linux-driver@qlogic.com
4650 L:      linux-scsi@vger.kernel.org
4651 S:      Supported
4652 F:      Documentation/scsi/LICENSE.qla2xxx
4653 F:      drivers/scsi/qla2xxx/
4654
4655 QLOGIC QLA4XXX iSCSI DRIVER
4656 M:      Ravi Anand <ravi.anand@qlogic.com>
4657 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
4658 M:      iscsi-driver@qlogic.com
4659 L:      linux-scsi@vger.kernel.org
4660 S:      Supported
4661 F:      drivers/scsi/qla4xxx/
4662
4663 QLOGIC QLA3XXX NETWORK DRIVER
4664 M:      Ron Mercer <ron.mercer@qlogic.com>
4665 M:      linux-driver@qlogic.com
4666 L:      netdev@vger.kernel.org
4667 S:      Supported
4668 F:      Documentation/networking/LICENSE.qla3xxx
4669 F:      drivers/net/qla3xxx.*
4670
4671 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
4672 M:      Amit Kumar Salecha <amit.salecha@qlogic.com>
4673 M:      Anirban Chakraborty <anirban.chakraborty@qlogic.com>
4674 M:      linux-driver@qlogic.com
4675 L:      netdev@vger.kernel.org
4676 S:      Supported
4677 F:      drivers/net/qlcnic/
4678
4679 QLOGIC QLGE 10Gb ETHERNET DRIVER
4680 M:      Ron Mercer <ron.mercer@qlogic.com>
4681 M:      linux-driver@qlogic.com
4682 L:      netdev@vger.kernel.org
4683 S:      Supported
4684 F:      drivers/net/qlge/
4685
4686 QNX4 FILESYSTEM
4687 M:      Anders Larsen <al@alarsen.net>
4688 W:      http://www.alarsen.net/linux/qnx4fs/
4689 S:      Maintained
4690 F:      fs/qnx4/
4691 F:      include/linux/qnx4_fs.h
4692 F:      include/linux/qnxtypes.h
4693
4694 RADEON FRAMEBUFFER DISPLAY DRIVER
4695 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4696 L:      linux-fbdev@vger.kernel.org
4697 S:      Maintained
4698 F:      drivers/video/aty/radeon*
4699 F:      include/linux/radeonfb.h
4700
4701 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4702 M:      Paul Mackerras <paulus@samba.org>
4703 L:      linux-fbdev@vger.kernel.org
4704 S:      Maintained
4705 F:      drivers/video/aty/aty128fb.c
4706
4707 RALINK RT2X00 WIRELESS LAN DRIVER
4708 P:      rt2x00 project
4709 M:      Ivo van Doorn <IvDoorn@gmail.com>
4710 M:      Gertjan van Wingerde <gwingerde@gmail.com>
4711 L:      linux-wireless@vger.kernel.org
4712 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
4713 W:      http://rt2x00.serialmonkey.com/
4714 S:      Maintained
4715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4716 F:      drivers/net/wireless/rt2x00/
4717
4718 RAMDISK RAM BLOCK DEVICE DRIVER
4719 M:      Nick Piggin <npiggin@suse.de>
4720 S:      Maintained
4721 F:      Documentation/blockdev/ramdisk.txt
4722 F:      drivers/block/brd.c
4723
4724 RANDOM NUMBER DRIVER
4725 M:      Matt Mackall <mpm@selenic.com>
4726 S:      Maintained
4727 F:      drivers/char/random.c
4728
4729 RAPIDIO SUBSYSTEM
4730 M:      Matt Porter <mporter@kernel.crashing.org>
4731 S:      Maintained
4732 F:      drivers/rapidio/
4733
4734 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4735 M:      Corey Thomas <coreythomas@charter.net>
4736 L:      linux-wireless@vger.kernel.org
4737 S:      Maintained
4738 F:      drivers/net/wireless/ray*
4739
4740 RCUTORTURE MODULE
4741 M:      Josh Triplett <josh@freedesktop.org>
4742 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4743 S:      Supported
4744 F:      Documentation/RCU/torture.txt
4745 F:      kernel/rcutorture.c
4746
4747 RDC R-321X SoC
4748 M:      Florian Fainelli <florian@openwrt.org>
4749 S:      Maintained
4750
4751 RDC R6040 FAST ETHERNET DRIVER
4752 M:      Florian Fainelli <florian@openwrt.org>
4753 L:      netdev@vger.kernel.org
4754 S:      Maintained
4755 F:      drivers/net/r6040.c
4756
4757 RDS - RELIABLE DATAGRAM SOCKETS
4758 M:      Andy Grover <andy.grover@oracle.com>
4759 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
4760 S:      Supported
4761 F:      net/rds/
4762
4763 READ-COPY UPDATE (RCU)
4764 M:      Dipankar Sarma <dipankar@in.ibm.com>
4765 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4766 W:      http://www.rdrop.com/users/paulmck/rclock/
4767 S:      Supported
4768 F:      Documentation/RCU/
4769 F:      include/linux/rcu*
4770 F:      include/linux/srcu*
4771 F:      kernel/rcu*
4772 F:      kernel/srcu*
4773 X:      kernel/rcutorture.c
4774
4775 REAL TIME CLOCK DRIVER
4776 M:      Paul Gortmaker <p_gortmaker@yahoo.com>
4777 S:      Maintained
4778 F:      Documentation/rtc.txt
4779 F:      drivers/rtc/
4780 F:      include/linux/rtc.h
4781
4782 REAL TIME CLOCK (RTC) SUBSYSTEM
4783 M:      Alessandro Zummo <a.zummo@towertech.it>
4784 L:      rtc-linux@googlegroups.com
4785 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
4786 S:      Maintained
4787 F:      Documentation/rtc.txt
4788 F:      drivers/rtc/
4789 F:      include/linux/rtc.h
4790
4791 REISERFS FILE SYSTEM
4792 L:      reiserfs-devel@vger.kernel.org
4793 S:      Supported
4794 F:      fs/reiserfs/
4795
4796 RFKILL
4797 M:      Johannes Berg <johannes@sipsolutions.net>
4798 L:      linux-wireless@vger.kernel.org
4799 S:      Maintained
4800 F:      Documentation/rfkill.txt
4801 F:      net/rfkill/
4802
4803 RICOH SMARTMEDIA/XD DRIVER
4804 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4805 S:      Maintained
4806 F:      drivers/mtd/nand/r822.c
4807 F:      drivers/mtd/nand/r822.h
4808
4809 RISCOM8 DRIVER
4810 S:      Orphan
4811 F:      Documentation/serial/riscom8.txt
4812 F:      drivers/char/riscom8*
4813
4814 ROCKETPORT DRIVER
4815 P:      Comtrol Corp.
4816 W:      http://www.comtrol.com
4817 S:      Maintained
4818 F:      Documentation/serial/rocket.txt
4819 F:      drivers/char/rocket*
4820
4821 ROSE NETWORK LAYER
4822 M:      Ralf Baechle <ralf@linux-mips.org>
4823 L:      linux-hams@vger.kernel.org
4824 W:      http://www.linux-ax25.org/
4825 S:      Maintained
4826 F:      include/linux/rose.h
4827 F:      include/net/rose.h
4828 F:      net/rose/
4829
4830 RTL8180 WIRELESS DRIVER
4831 M:      "John W. Linville" <linville@tuxdriver.com>
4832 L:      linux-wireless@vger.kernel.org
4833 W:      http://linuxwireless.org/
4834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4835 S:      Maintained
4836 F:      drivers/net/wireless/rtl818x/rtl8180*
4837
4838 RTL8187 WIRELESS DRIVER
4839 M:      Herton Ronaldo Krzesinski <herton@mandriva.com.br>
4840 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
4841 M:      Larry Finger <Larry.Finger@lwfinger.net>
4842 L:      linux-wireless@vger.kernel.org
4843 W:      http://linuxwireless.org/
4844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4845 S:      Maintained
4846 F:      drivers/net/wireless/rtl818x/rtl8187*
4847
4848 S3 SAVAGE FRAMEBUFFER DRIVER
4849 M:      Antonino Daplas <adaplas@gmail.com>
4850 L:      linux-fbdev@vger.kernel.org
4851 S:      Maintained
4852 F:      drivers/video/savage/
4853
4854 S390
4855 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
4856 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
4857 M:      linux390@de.ibm.com
4858 L:      linux-s390@vger.kernel.org
4859 W:      http://www.ibm.com/developerworks/linux/linux390/
4860 S:      Supported
4861 F:      arch/s390/
4862 F:      drivers/s390/
4863 F:      fs/partitions/ibm.c
4864 F:      Documentation/s390/
4865 F:      Documentation/DocBook/s390*
4866
4867 S390 NETWORK DRIVERS
4868 M:      Ursula Braun <ursula.braun@de.ibm.com>
4869 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
4870 M:      linux390@de.ibm.com
4871 L:      linux-s390@vger.kernel.org
4872 W:      http://www.ibm.com/developerworks/linux/linux390/
4873 S:      Supported
4874 F:      drivers/s390/net/
4875
4876 S390 ZCRYPT DRIVER
4877 M:      Felix Beck <felix.beck@de.ibm.com>
4878 M:      Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
4879 M:      linux390@de.ibm.com
4880 L:      linux-s390@vger.kernel.org
4881 W:      http://www.ibm.com/developerworks/linux/linux390/
4882 S:      Supported
4883 F:      drivers/s390/crypto/
4884
4885 S390 ZFCP DRIVER
4886 M:      Christof Schmitt <christof.schmitt@de.ibm.com>
4887 M:      Swen Schillig <swen@vnet.ibm.com>
4888 M:      linux390@de.ibm.com
4889 L:      linux-s390@vger.kernel.org
4890 W:      http://www.ibm.com/developerworks/linux/linux390/
4891 S:      Supported
4892 F:      drivers/s390/scsi/zfcp_*
4893
4894 S390 IUCV NETWORK LAYER
4895 M:      Ursula Braun <ursula.braun@de.ibm.com>
4896 M:      linux390@de.ibm.com
4897 L:      linux-s390@vger.kernel.org
4898 W:      http://www.ibm.com/developerworks/linux/linux390/
4899 S:      Supported
4900 F:      drivers/s390/net/*iucv*
4901 F:      include/net/iucv/
4902 F:      net/iucv/
4903
4904 S3C24XX SD/MMC Driver
4905 M:      Ben Dooks <ben-linux@fluff.org>
4906 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4907 S:      Supported
4908 F:      drivers/mmc/host/s3cmci.*
4909
4910 SAA7146 VIDEO4LINUX-2 DRIVER
4911 M:      Michael Hunold <michael@mihu.de>
4912 L:      linux-media@vger.kernel.org
4913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4914 W:      http://www.mihu.de/linux/saa7146
4915 S:      Maintained
4916 F:      drivers/media/common/saa7146*
4917 F:      drivers/media/video/*7146*
4918 F:      include/media/*7146*
4919
4920 TLG2300 VIDEO4LINUX-2 DRIVER
4921 M:      Huang Shijie <shijie8@gmail.com>
4922 M:      Kang Yong <kangyong@telegent.com>
4923 M:      Zhang Xiaobing <xbzhang@telegent.com>
4924 S:      Supported
4925 F:      drivers/media/video/tlg2300
4926
4927 SC1200 WDT DRIVER
4928 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
4929 S:      Maintained
4930 F:      drivers/watchdog/sc1200wdt.c
4931
4932 SCHEDULER
4933 M:      Ingo Molnar <mingo@elte.hu>
4934 M:      Peter Zijlstra <peterz@infradead.org>
4935 S:      Maintained
4936 F:      kernel/sched*
4937 F:      include/linux/sched.h
4938
4939 SCORE ARCHITECTURE
4940 M:      Chen Liqin <liqin.chen@sunplusct.com>
4941 M:      Lennox Wu <lennox.wu@gmail.com>
4942 W:      http://www.sunplusct.com
4943 S:      Supported
4944 F:      arch/score/
4945
4946 SCSI CDROM DRIVER
4947 M:      Jens Axboe <axboe@kernel.dk>
4948 L:      linux-scsi@vger.kernel.org
4949 W:      http://www.kernel.dk
4950 S:      Maintained
4951 F:      drivers/scsi/sr*
4952
4953 SCSI SG DRIVER
4954 M:      Doug Gilbert <dgilbert@interlog.com>
4955 L:      linux-scsi@vger.kernel.org
4956 W:      http://www.torque.net/sg
4957 S:      Maintained
4958 F:      drivers/scsi/sg.c
4959 F:      include/scsi/sg.h
4960
4961 SCSI SUBSYSTEM
4962 M:      "James E.J. Bottomley" <James.Bottomley@suse.de>
4963 L:      linux-scsi@vger.kernel.org
4964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4967 S:      Maintained
4968 F:      drivers/scsi/
4969 F:      include/scsi/
4970
4971 SCSI TAPE DRIVER
4972 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
4973 L:      linux-scsi@vger.kernel.org
4974 S:      Maintained
4975 F:      Documentation/scsi/st.txt
4976 F:      drivers/scsi/st*
4977
4978 SCTP PROTOCOL
4979 M:      Vlad Yasevich <vladislav.yasevich@hp.com>
4980 M:      Sridhar Samudrala <sri@us.ibm.com>
4981 L:      linux-sctp@vger.kernel.org
4982 W:      http://lksctp.sourceforge.net
4983 S:      Supported
4984 F:      Documentation/networking/sctp.txt
4985 F:      include/linux/sctp.h
4986 F:      include/net/sctp/
4987 F:      net/sctp/
4988
4989 SCx200 CPU SUPPORT
4990 M:      Jim Cromie <jim.cromie@gmail.com>
4991 S:      Odd Fixes
4992 F:      Documentation/i2c/busses/scx200_acb
4993 F:      arch/x86/kernel/scx200_32.c
4994 F:      drivers/watchdog/scx200_wdt.c
4995 F:      drivers/i2c/busses/scx200*
4996 F:      drivers/mtd/maps/scx200_docflash.c
4997 F:      include/linux/scx200.h
4998
4999 SCx200 GPIO DRIVER
5000 M:      Jim Cromie <jim.cromie@gmail.com>
5001 S:      Maintained
5002 F:      drivers/char/scx200_gpio.c
5003 F:      include/linux/scx200_gpio.h
5004
5005 SCx200 HRT CLOCKSOURCE DRIVER
5006 M:      Jim Cromie <jim.cromie@gmail.com>
5007 S:      Maintained
5008 F:      drivers/clocksource/scx200_hrt.c
5009
5010 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5011 M:      Sascha Sommer <saschasommer@freenet.de>
5012 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5013 S:      Maintained
5014 F:      drivers/mmc/host/sdricoh_cs.c
5015
5016 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5017 S:      Orphan
5018 L:      linux-mmc@vger.kernel.org
5019 F:      drivers/mmc/host/sdhci.*
5020
5021 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5022 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
5023 L:      linuxppc-dev@ozlabs.org
5024 L:      linux-mmc@vger.kernel.org
5025 S:      Maintained
5026 F:      drivers/mmc/host/sdhci-of.*
5027
5028 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5029 M:      Ben Dooks <ben-linux@fluff.org>
5030 L:      linux-mmc@vger.kernel.org
5031 S:      Maintained
5032 F:      drivers/mmc/host/sdhci-s3c.c
5033
5034 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5035 M:      Viresh Kumar <viresh.kumar@st.com>
5036 L:      linux-mmc@vger.kernel.org
5037 S:      Maintained
5038 F:      drivers/mmc/host/sdhci-spear.c
5039
5040 SECURITY SUBSYSTEM
5041 M:      James Morris <jmorris@namei.org>
5042 L:      linux-security-module@vger.kernel.org (suggested Cc:)
5043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5044 W:      http://security.wiki.kernel.org/
5045 S:      Supported
5046 F:      security/
5047
5048 SECURITY CONTACT
5049 M:      Security Officers <security@kernel.org>
5050 S:      Supported
5051
5052 SELINUX SECURITY MODULE
5053 M:      Stephen Smalley <sds@tycho.nsa.gov>
5054 M:      James Morris <jmorris@namei.org>
5055 M:      Eric Paris <eparis@parisplace.org>
5056 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
5057 W:      http://selinuxproject.org
5058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5059 S:      Supported
5060 F:      include/linux/selinux*
5061 F:      security/selinux/
5062
5063 SENSABLE PHANTOM
5064 M:      Jiri Slaby <jirislaby@gmail.com>
5065 S:      Maintained
5066 F:      drivers/misc/phantom.c
5067 F:      include/linux/phantom.h
5068
5069 SERIAL ATA (SATA) SUBSYSTEM
5070 M:      Jeff Garzik <jgarzik@pobox.com>
5071 L:      linux-ide@vger.kernel.org
5072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5073 S:      Supported
5074 F:      drivers/ata/
5075 F:      include/linux/ata.h
5076 F:      include/linux/libata.h
5077
5078 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5079 M:      Jayamohan Kallickal <jayamohank@serverengines.com>
5080 L:      linux-scsi@vger.kernel.org
5081 W:      http://www.serverengines.com
5082 S:      Supported
5083 F:      drivers/scsi/be2iscsi/
5084
5085 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5086 M:      Sathya Perla <sathyap@serverengines.com>
5087 M:      Subbu Seetharaman <subbus@serverengines.com>
5088 M:      Sarveshwar Bandi <sarveshwarb@serverengines.com>
5089 M:      Ajit Khaparde <ajitk@serverengines.com>
5090 L:      netdev@vger.kernel.org
5091 W:      http://www.serverengines.com
5092 S:      Supported
5093 F:      drivers/net/benet/
5094
5095 SFC NETWORK DRIVER
5096 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5097 M:      Steve Hodgson <shodgson@solarflare.com>
5098 M:      Ben Hutchings <bhutchings@solarflare.com>
5099 L:      netdev@vger.kernel.org
5100 S:      Supported
5101 F:      drivers/net/sfc/
5102
5103 SGI GRU DRIVER
5104 M:      Jack Steiner <steiner@sgi.com>
5105 S:      Maintained
5106 F:      drivers/misc/sgi-gru/
5107
5108 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5109 M:      Pat Gefre <pfg@sgi.com>
5110 L:      linux-ia64@vger.kernel.org
5111 S:      Supported
5112 F:      Documentation/ia64/serial.txt
5113 F:      drivers/serial/ioc?_serial.c
5114 F:      include/linux/ioc?.h
5115
5116 SGI VISUAL WORKSTATION 320 AND 540
5117 M:      Andrey Panin <pazke@donpac.ru>
5118 L:      linux-visws-devel@lists.sf.net
5119 W:      http://linux-visws.sf.net
5120 S:      Maintained for 2.6.
5121 F:      Documentation/sgi-visws.txt
5122
5123 SGI XP/XPC/XPNET DRIVER
5124 M:      Robin Holt <holt@sgi.com>
5125 S:      Maintained
5126 F:      drivers/misc/sgi-xp/
5127
5128 SHARP LH SUPPORT (LH7952X & LH7A40X)
5129 M:      Marc Singer <elf@buici.com>
5130 W:      http://projects.buici.com/arm
5131 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5132 S:      Maintained
5133 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5134 F:      arch/arm/mach-lh7a40x/
5135 F:      drivers/serial/serial_lh7a40x.c
5136 F:      drivers/usb/gadget/lh7a40*
5137 F:      drivers/usb/host/ohci-lh7a40*
5138
5139 SIMPLE FIRMWARE INTERFACE (SFI)
5140 M:      Len Brown <lenb@kernel.org>
5141 L:      sfi-devel@simplefirmware.org
5142 W:      http://simplefirmware.org/
5143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5144 S:      Supported
5145 F:      arch/x86/kernel/*sfi*
5146 F:      drivers/sfi/
5147 F:      include/linux/sfi*.h
5148
5149 SIMTEC EB110ATX (Chalice CATS)
5150 P:      Ben Dooks
5151 M:      Vincent Sanders <support@simtec.co.uk>
5152 W:      http://www.simtec.co.uk/products/EB110ATX/
5153 S:      Supported
5154
5155 SIMTEC EB2410ITX (BAST)
5156 P:      Ben Dooks
5157 M:      Vincent Sanders <support@simtec.co.uk>
5158 W:      http://www.simtec.co.uk/products/EB2410ITX/
5159 S:      Supported
5160 F:      arch/arm/mach-s3c2410/
5161 F:      drivers/*/*s3c2410*
5162 F:      drivers/*/*/*s3c2410*
5163
5164 TI DAVINCI MACHINE SUPPORT
5165 P:      Kevin Hilman
5166 M:      davinci-linux-open-source@linux.davincidsp.com
5167 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
5168 S:      Supported
5169 F:      arch/arm/mach-davinci
5170
5171 SIS 190 ETHERNET DRIVER
5172 M:      Francois Romieu <romieu@fr.zoreil.com>
5173 L:      netdev@vger.kernel.org
5174 S:      Maintained
5175 F:      drivers/net/sis190.c
5176
5177 SIS 900/7016 FAST ETHERNET DRIVER
5178 M:      Daniele Venzano <venza@brownhat.org>
5179 W:      http://www.brownhat.org/sis900.html
5180 L:      netdev@vger.kernel.org
5181 S:      Maintained
5182 F:      drivers/net/sis900.*
5183
5184 SIS 96X I2C/SMBUS DRIVER
5185 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
5186 L:      linux-i2c@vger.kernel.org
5187 S:      Maintained
5188 F:      Documentation/i2c/busses/i2c-sis96x
5189 F:      drivers/i2c/busses/i2c-sis96x.c
5190
5191 SIS FRAMEBUFFER DRIVER
5192 M:      Thomas Winischhofer <thomas@winischhofer.net>
5193 W:      http://www.winischhofer.net/linuxsisvga.shtml
5194 S:      Maintained
5195 F:      Documentation/fb/sisfb.txt
5196 F:      drivers/video/sis/
5197 F:      include/video/sisfb.h
5198
5199 SIS USB2VGA DRIVER
5200 M:      Thomas Winischhofer <thomas@winischhofer.net>
5201 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5202 S:      Maintained
5203 F:      drivers/usb/misc/sisusbvga/
5204
5205 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5206 M:      Stephen Hemminger <shemminger@linux-foundation.org>
5207 L:      netdev@vger.kernel.org
5208 S:      Maintained
5209 F:      drivers/net/skge.*
5210 F:      drivers/net/sky2.*
5211
5212 SLAB ALLOCATOR
5213 M:      Christoph Lameter <cl@linux-foundation.org>
5214 M:      Pekka Enberg <penberg@cs.helsinki.fi>
5215 M:      Matt Mackall <mpm@selenic.com>
5216 L:      linux-mm@kvack.org
5217 S:      Maintained
5218 F:      include/linux/sl?b*.h
5219 F:      mm/sl?b.c
5220
5221 SMC91x ETHERNET DRIVER
5222 M:      Nicolas Pitre <nico@fluxnic.net>
5223 S:      Odd Fixes
5224 F:      drivers/net/smc91x.*
5225
5226 SMSC47B397 HARDWARE MONITOR DRIVER
5227 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
5228 L:      lm-sensors@lm-sensors.org
5229 S:      Maintained
5230 F:      Documentation/hwmon/smsc47b397
5231 F:      drivers/hwmon/smsc47b397.c
5232
5233 SMSC911x ETHERNET DRIVER
5234 M:      Steve Glendinning <steve.glendinning@smsc.com>
5235 L:      netdev@vger.kernel.org
5236 S:      Supported
5237 F:      include/linux/smsc911x.h
5238 F:      drivers/net/smsc911x.*
5239
5240 SMSC9420 PCI ETHERNET DRIVER
5241 M:      Steve Glendinning <steve.glendinning@smsc.com>
5242 L:      netdev@vger.kernel.org
5243 S:      Supported
5244 F:      drivers/net/smsc9420.*
5245
5246 SMX UIO Interface
5247 M:      Ben Nizette <bn@niasdigital.com>
5248 S:      Maintained
5249 F:      drivers/uio/uio_smx.c
5250
5251 SN-IA64 (Itanium) SUB-PLATFORM
5252 M:      Jes Sorensen <jes@sgi.com>
5253 L:      linux-altix@sgi.com
5254 L:      linux-ia64@vger.kernel.org
5255 W:      http://www.sgi.com/altix
5256 S:      Maintained
5257 F:      arch/ia64/sn/
5258
5259 SOC-CAMERA V4L2 SUBSYSTEM
5260 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5261 L:      linux-media@vger.kernel.org
5262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5263 S:      Maintained
5264 F:      include/media/v4l2*
5265 F:      drivers/media/video/v4l2*
5266
5267 SOEKRIS NET48XX LED SUPPORT
5268 M:      Chris Boot <bootc@bootc.net>
5269 S:      Maintained
5270 F:      drivers/leds/leds-net48xx.c
5271
5272 SOFTWARE RAID (Multiple Disks) SUPPORT
5273 M:      Neil Brown <neilb@suse.de>
5274 L:      linux-raid@vger.kernel.org
5275 S:      Supported
5276 F:      drivers/md/
5277 F:      include/linux/raid/
5278
5279 SONIC NETWORK DRIVER
5280 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5281 L:      netdev@vger.kernel.org
5282 S:      Maintained
5283 F:      drivers/net/sonic.*
5284
5285 SONICS SILICON BACKPLANE DRIVER (SSB)
5286 M:      Michael Buesch <mb@bu3sch.de>
5287 L:      netdev@vger.kernel.org
5288 S:      Maintained
5289 F:      drivers/ssb/
5290 F:      include/linux/ssb/
5291
5292 SONY VAIO CONTROL DEVICE DRIVER
5293 M:      Mattia Dongili <malattia@linux.it>
5294 L:      platform-driver-x86@vger.kernel.org
5295 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5296 S:      Maintained
5297 F:      Documentation/laptops/sony-laptop.txt
5298 F:      drivers/char/sonypi.c
5299 F:      drivers/platform/x86/sony-laptop.c
5300 F:      include/linux/sony-laptop.h
5301
5302 SONY MEMORYSTICK CARD SUPPORT
5303 M:      Alex Dubov <oakad@yahoo.com>
5304 W:      http://tifmxx.berlios.de/
5305 S:      Maintained
5306 F:      drivers/memstick/host/tifm_ms.c
5307
5308 SOUND
5309 M:      Jaroslav Kysela <perex@perex.cz>
5310 M:      Takashi Iwai <tiwai@suse.de>
5311 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5312 W:      http://www.alsa-project.org/
5313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5314 T:      git git://git.alsa-project.org/alsa-kernel.git
5315 S:      Maintained
5316 F:      Documentation/sound/
5317 F:      include/sound/
5318 F:      sound/
5319
5320 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5321 M:      Liam Girdwood <lrg@slimlogic.co.uk>
5322 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5324 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5325 W:      http://alsa-project.org/main/index.php/ASoC
5326 S:      Supported
5327 F:      sound/soc/
5328 F:      include/sound/soc*
5329
5330 SPARC + UltraSPARC (sparc/sparc64)
5331 M:      "David S. Miller" <davem@davemloft.net>
5332 L:      sparclinux@vger.kernel.org
5333 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
5334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5336 S:      Maintained
5337 F:      arch/sparc/
5338
5339 SPARC SERIAL DRIVERS
5340 M:      "David S. Miller" <davem@davemloft.net>
5341 L:      sparclinux@vger.kernel.org
5342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5344 S:      Maintained
5345 F:      drivers/serial/suncore.c
5346 F:      drivers/serial/suncore.h
5347 F:      drivers/serial/sunhv.c
5348 F:      drivers/serial/sunsab.c
5349 F:      drivers/serial/sunsab.h
5350 F:      drivers/serial/sunsu.c
5351 F:      drivers/serial/sunzilog.c
5352 F:      drivers/serial/sunzilog.h
5353
5354 SPEAR PLATFORM SUPPORT
5355 M:      Viresh Kumar <viresh.kumar@st.com>
5356 W:      http://www.st.com/spear
5357 S:      Maintained
5358 F:      arch/arm/plat-spear/
5359
5360 SPEAR3XX MACHINE SUPPORT
5361 M:      Viresh Kumar <viresh.kumar@st.com>
5362 W:      http://www.st.com/spear
5363 S:      Maintained
5364 F:      arch/arm/mach-spear3xx/
5365
5366 SPEAR6XX MACHINE SUPPORT
5367 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
5368 W:      http://www.st.com/spear
5369 S:      Maintained
5370 F:      arch/arm/mach-spear6xx/
5371
5372 SPEAR CLOCK FRAMEWORK SUPPORT
5373 M:      Viresh Kumar <viresh.kumar@st.com>
5374 W:      http://www.st.com/spear
5375 S:      Maintained
5376 F:      arch/arm/mach-spear*/clock.c
5377 F:      arch/arm/mach-spear*/include/mach/clkdev.h
5378 F:      arch/arm/plat-spear/clock.c
5379 F:      arch/arm/plat-spear/include/plat/clock.h and clkdev.h
5380
5381 SPEAR PAD MULTIPLEXING SUPPORT
5382 M:      Viresh Kumar <viresh.kumar@st.com>
5383 W:      http://www.st.com/spear
5384 S:      Maintained
5385 F:      arch/arm/plat-spear/include/plat/padmux.h
5386 F:      arch/arm/plat-spear/padmux.c
5387 F:      arch/arm/mach-spear*/spear*xx.c
5388 F:      arch/arm/mach-spear*/include/mach/generic.h
5389 F:      arch/arm/mach-spear3xx/spear3*0.c
5390 F:      arch/arm/mach-spear3xx/spear3*0_evb.c
5391 F:      arch/arm/mach-spear6xx/spear600.c
5392 F:      arch/arm/mach-spear6xx/spear600_evb.c
5393
5394 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5395 M:      Roger Wolff <R.E.Wolff@BitWizard.nl>
5396 S:      Supported
5397 F:      Documentation/serial/specialix.txt
5398 F:      drivers/char/specialix*
5399
5400 SPI SUBSYSTEM
5401 M:      David Brownell <dbrownell@users.sourceforge.net>
5402 M:      Grant Likely <grant.likely@secretlab.ca>
5403 L:      spi-devel-general@lists.sourceforge.net
5404 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
5405 T:      git git://git.secretlab.ca/git/linux-2.6.git
5406 S:      Maintained
5407 F:      Documentation/spi/
5408 F:      drivers/spi/
5409 F:      include/linux/spi/
5410
5411 SPIDERNET NETWORK DRIVER for CELL
5412 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5413 M:      Jens Osterkamp <jens@de.ibm.com>
5414 L:      netdev@vger.kernel.org
5415 S:      Supported
5416 F:      Documentation/networking/spider_net.txt
5417 F:      drivers/net/spider_net*
5418
5419 SPU FILE SYSTEM
5420 M:      Jeremy Kerr <jk@ozlabs.org>
5421 L:      linuxppc-dev@ozlabs.org
5422 L:      cbe-oss-dev@ozlabs.org
5423 W:      http://www.ibm.com/developerworks/power/cell/
5424 S:      Supported
5425 F:      Documentation/filesystems/spufs.txt
5426 F:      arch/powerpc/platforms/cell/spufs/
5427
5428 SQUASHFS FILE SYSTEM
5429 M:      Phillip Lougher <phillip@lougher.demon.co.uk>
5430 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
5431 W:      http://squashfs.org.uk
5432 S:      Maintained
5433 F:      Documentation/filesystems/squashfs.txt
5434 F:      fs/squashfs/
5435
5436 SRM (Alpha) environment access
5437 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
5438 S:      Maintained
5439 F:      arch/alpha/kernel/srm_env.c
5440
5441 STABLE BRANCH
5442 M:      Greg Kroah-Hartman <greg@kroah.com>
5443 M:      Chris Wright <chrisw@sous-sol.org>
5444 L:      stable@kernel.org
5445 S:      Maintained
5446
5447 STAGING SUBSYSTEM
5448 M:      Greg Kroah-Hartman <gregkh@suse.de>
5449 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5450 L:      devel@driverdev.osuosl.org
5451 S:      Maintained
5452 F:      drivers/staging/
5453
5454 STARFIRE/DURALAN NETWORK DRIVER
5455 M:      Ion Badulescu <ionut@badula.org>
5456 S:      Odd Fixes
5457 F:      drivers/net/starfire*
5458
5459 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5460 S:      Orphan
5461 F:      drivers/staging/strip/strip.c
5462 F:      include/linux/if_strip.h
5463
5464 STRADIS MPEG-2 DECODER DRIVER
5465 M:      Nathan Laredo <laredo@gnu.org>
5466 W:      http://www.stradis.com/
5467 S:      Maintained
5468 F:      drivers/media/video/stradis.c
5469
5470 SUN3/3X
5471 M:      Sam Creasey <sammy@sammy.net>
5472 W:      http://sammy.net/sun3/
5473 S:      Maintained
5474 F:      arch/m68k/kernel/*sun3*
5475 F:      arch/m68k/sun3*/
5476 F:      arch/m68k/include/asm/sun3*
5477
5478 SUPERH
5479 M:      Paul Mundt <lethal@linux-sh.org>
5480 L:      linux-sh@vger.kernel.org
5481 W:      http://www.linux-sh.org
5482 Q:      http://patchwork.kernel.org/project/linux-sh/list/
5483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5484 S:      Supported
5485 F:      Documentation/sh/
5486 F:      arch/sh/
5487 F:      drivers/sh/
5488
5489 SUSPEND TO RAM
5490 M:      Len Brown <len.brown@intel.com>
5491 M:      Pavel Machek <pavel@ucw.cz>
5492 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
5493 L:      linux-pm@lists.linux-foundation.org
5494 S:      Supported
5495 F:      Documentation/power/
5496 F:      arch/x86/kernel/acpi/
5497 F:      drivers/base/power/
5498 F:      kernel/power/
5499 F:      include/linux/suspend.h
5500 F:      include/linux/freezer.h
5501 F:      include/linux/pm.h
5502
5503 SVGA HANDLING
5504 M:      Martin Mares <mj@ucw.cz>
5505 L:      linux-video@atrey.karlin.mff.cuni.cz
5506 S:      Maintained
5507 F:      Documentation/svga.txt
5508 F:      arch/x86/boot/video*
5509
5510 SYSV FILESYSTEM
5511 M:      Christoph Hellwig <hch@infradead.org>
5512 S:      Maintained
5513 F:      Documentation/filesystems/sysv-fs.txt
5514 F:      fs/sysv/
5515 F:      include/linux/sysv_fs.h
5516
5517 TASKSTATS STATISTICS INTERFACE
5518 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
5519 S:      Maintained
5520 F:      Documentation/accounting/taskstats*
5521 F:      include/linux/taskstats*
5522 F:      kernel/taskstats.c
5523
5524 TC CLASSIFIER
5525 M:      Jamal Hadi Salim <hadi@cyberus.ca>
5526 L:      netdev@vger.kernel.org
5527 S:      Maintained
5528 F:      include/linux/pkt_cls.h
5529 F:      include/net/pkt_cls.h
5530 F:      net/sched/
5531
5532 TCP LOW PRIORITY MODULE
5533 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5534 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5535 W:      http://tcp-lp-mod.sourceforge.net/
5536 S:      Maintained
5537 F:      net/ipv4/tcp_lp.c
5538
5539 TEHUTI ETHERNET DRIVER
5540 M:      Alexander Indenbaum <baum@tehutinetworks.net>
5541 M:      Andy Gospodarek <andy@greyhouse.net>
5542 L:      netdev@vger.kernel.org
5543 S:      Supported
5544 F:      drivers/net/tehuti*
5545
5546 Telecom Clock Driver for MCPL0010
5547 M:      Mark Gross <mark.gross@intel.com>
5548 S:      Supported
5549 F:      drivers/char/tlclk.c
5550
5551 TENSILICA XTENSA PORT (xtensa)
5552 M:      Chris Zankel <chris@zankel.net>
5553 S:      Maintained
5554 F:      arch/xtensa/
5555
5556 THINKPAD ACPI EXTRAS DRIVER
5557 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5558 L:      ibm-acpi-devel@lists.sourceforge.net
5559 L:      platform-driver-x86@vger.kernel.org
5560 W:      http://ibm-acpi.sourceforge.net
5561 W:      http://thinkwiki.org/wiki/Ibm-acpi
5562 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5563 S:      Maintained
5564 F:      drivers/platform/x86/thinkpad_acpi.c
5565
5566 TI FLASH MEDIA INTERFACE DRIVER
5567 M:      Alex Dubov <oakad@yahoo.com>
5568 S:      Maintained
5569 F:      drivers/misc/tifm*
5570 F:      drivers/mmc/host/tifm_sd.c
5571 F:      include/linux/tifm.h
5572
5573 TI TWL4030 SERIES SOC CODEC DRIVER
5574 M:      Peter Ujfalusi <peter.ujfalusi@nokia.com>
5575 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5576 S:      Maintained
5577 F:      sound/soc/codecs/twl4030*
5578
5579 TIPC NETWORK LAYER
5580 M:      Jon Maloy <jon.maloy@ericsson.com>
5581 M:      Allan Stephens <allan.stephens@windriver.com>
5582 L:      tipc-discussion@lists.sourceforge.net
5583 W:      http://tipc.sourceforge.net/
5584 W:      http://tipc.cslab.ericsson.net/
5585 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5586 S:      Maintained
5587 F:      include/linux/tipc*.h
5588 F:      include/net/tipc/
5589 F:      net/tipc/
5590
5591 TLAN NETWORK DRIVER
5592 M:      Samuel Chessman <chessman@tux.org>
5593 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
5594 W:      http://sourceforge.net/projects/tlan/
5595 S:      Maintained
5596 F:      Documentation/networking/tlan.txt
5597 F:      drivers/net/tlan.*
5598
5599 TOMOYO SECURITY MODULE
5600 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
5601 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
5602 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5603 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5604 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5605 W:      http://tomoyo.sourceforge.jp/
5606 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5607 S:      Maintained
5608 F:      security/tomoyo/
5609
5610 TOPSTAR LAPTOP EXTRAS DRIVER
5611 M:      Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5612 L:      platform-driver-x86@vger.kernel.org
5613 S:      Maintained
5614 F:      drivers/platform/x86/topstar-laptop.c
5615
5616 TOSHIBA ACPI EXTRAS DRIVER
5617 L:      platform-driver-x86@vger.kernel.org
5618 S:      Orphan
5619 F:      drivers/platform/x86/toshiba_acpi.c
5620
5621 TOSHIBA SMM DRIVER
5622 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
5623 L:      tlinux-users@tce.toshiba-dme.co.jp
5624 W:      http://www.buzzard.org.uk/toshiba/
5625 S:      Maintained
5626 F:      drivers/char/toshiba.c
5627 F:      include/linux/toshiba.h
5628
5629 TMIO MMC DRIVER
5630 M:      Ian Molton <ian@mnementh.co.uk>
5631 S:      Maintained
5632 F:      drivers/mmc/host/tmio_mmc.*
5633
5634 TMPFS (SHMEM FILESYSTEM)
5635 M:      Hugh Dickins <hughd@google.com>
5636 L:      linux-mm@kvack.org
5637 S:      Maintained
5638 F:      include/linux/shmem_fs.h
5639 F:      mm/shmem.c
5640
5641 TPM DEVICE DRIVER
5642 M:      Debora Velarde <debora@linux.vnet.ibm.com>
5643 M:      Rajiv Andrade <srajiv@linux.vnet.ibm.com>
5644 W:      http://tpmdd.sourceforge.net
5645 M:      Marcel Selhorst <m.selhorst@sirrix.com>
5646 W:      http://www.sirrix.com
5647 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5648 S:      Maintained
5649 F:      drivers/char/tpm/
5650
5651 TRACING
5652 M:      Steven Rostedt <rostedt@goodmis.org>
5653 M:      Frederic Weisbecker <fweisbec@gmail.com>
5654 M:      Ingo Molnar <mingo@redhat.com>
5655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
5656 S:      Maintained
5657 F:      Documentation/trace/ftrace.txt
5658 F:      arch/*/*/*/ftrace.h
5659 F:      arch/*/kernel/ftrace.c
5660 F:      include/*/ftrace.h
5661 F:      include/linux/trace*.h
5662 F:      include/trace/
5663 F:      kernel/trace/
5664
5665 TRIVIAL PATCHES
5666 M:      Jiri Kosina <trivial@kernel.org>
5667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5668 S:      Maintained
5669
5670 TTY LAYER
5671 M:      Greg Kroah-Hartman <gregkh@suse.de>
5672 S:      Maintained
5673 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5674 F:      drivers/char/tty_*
5675 F:      drivers/serial/serial_core.c
5676 F:      include/linux/serial_core.h
5677 F:      include/linux/serial.h
5678 F:      include/linux/tty.h
5679
5680 TULIP NETWORK DRIVERS
5681 M:      Grant Grundler <grundler@parisc-linux.org>
5682 M:      Kyle McMartin <kyle@mcmartin.ca>
5683 L:      netdev@vger.kernel.org
5684 S:      Maintained
5685 F:      drivers/net/tulip/
5686
5687 TUN/TAP driver
5688 M:      Maxim Krasnyansky <maxk@qualcomm.com>
5689 L:      vtun@office.satix.net
5690 W:      http://vtun.sourceforge.net/tun
5691 S:      Maintained
5692 F:      Documentation/networking/tuntap.txt
5693 F:      arch/um/os-Linux/drivers/
5694
5695 TURBOCHANNEL SUBSYSTEM
5696 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
5697 S:      Maintained
5698 F:      drivers/tc/
5699 F:      include/linux/tc.h
5700
5701 U14-34F SCSI DRIVER
5702 M:      Dario Ballabio <ballabio_dario@emc.com>
5703 L:      linux-scsi@vger.kernel.org
5704 S:      Maintained
5705 F:      drivers/scsi/u14-34f.c
5706
5707 UBI FILE SYSTEM (UBIFS)
5708 M:      Artem Bityutskiy <dedekind1@gmail.com>
5709 M:      Adrian Hunter <adrian.hunter@nokia.com>
5710 L:      linux-mtd@lists.infradead.org
5711 T:      git git://git.infradead.org/ubifs-2.6.git
5712 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
5713 S:      Maintained
5714 F:      Documentation/filesystems/ubifs.txt
5715 F:      fs/ubifs/
5716
5717 UCLINUX (AND M68KNOMMU)
5718 M:      Greg Ungerer <gerg@uclinux.org>
5719 W:      http://www.uclinux.org/
5720 L:      uclinux-dev@uclinux.org  (subscribers-only)
5721 S:      Maintained
5722 F:      arch/m68knommu/
5723
5724 UCLINUX FOR RENESAS H8/300 (H8300)
5725 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5726 W:      http://uclinux-h8.sourceforge.jp/
5727 S:      Supported
5728
5729 UDF FILESYSTEM
5730 M:      Jan Kara <jack@suse.cz>
5731 W:      http://linux-udf.sourceforge.net
5732 S:      Maintained
5733 F:      Documentation/filesystems/udf.txt
5734 F:      fs/udf/
5735
5736 UFS FILESYSTEM
5737 M:      Evgeniy Dushistov <dushistov@mail.ru>
5738 S:      Maintained
5739 F:      Documentation/filesystems/ufs.txt
5740 F:      fs/ufs/
5741
5742 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5743 M:      David Vrabel <david.vrabel@csr.com>
5744 L:      linux-usb@vger.kernel.org
5745 S:      Supported
5746 F:      drivers/uwb/
5747 X:      drivers/uwb/wlp/
5748 X:      drivers/uwb/i1480/i1480u-wlp/
5749 X:      drivers/uwb/i1480/i1480-wlp.h
5750 F:      include/linux/uwb.h
5751 F:      include/linux/uwb/
5752
5753 UNIFDEF
5754 M:      Tony Finch <dot@dotat.at>
5755 W:      http://dotat.at/prog/unifdef
5756 S:      Maintained
5757 F:      scripts/unifdef.c
5758
5759 UNIFORM CDROM DRIVER
5760 M:      Jens Axboe <axboe@kernel.dk>
5761 W:      http://www.kernel.dk
5762 S:      Maintained
5763 F:      Documentation/cdrom/
5764 F:      drivers/cdrom/cdrom.c
5765 F:      include/linux/cdrom.h
5766
5767 UNSORTED BLOCK IMAGES (UBI)
5768 M:      Artem Bityutskiy <dedekind1@gmail.com>
5769 W:      http://www.linux-mtd.infradead.org/
5770 L:      linux-mtd@lists.infradead.org
5771 T:      git git://git.infradead.org/ubi-2.6.git
5772 S:      Maintained
5773 F:      drivers/mtd/ubi/
5774 F:      include/linux/mtd/ubi.h
5775 F:      include/mtd/ubi-user.h
5776
5777 USB ACM DRIVER
5778 M:      Oliver Neukum <oliver@neukum.name>
5779 L:      linux-usb@vger.kernel.org
5780 S:      Maintained
5781 F:      Documentation/usb/acm.txt
5782 F:      drivers/usb/class/cdc-acm.*
5783
5784 USB BLOCK DRIVER (UB ub)
5785 M:      Pete Zaitcev <zaitcev@redhat.com>
5786 L:      linux-usb@vger.kernel.org
5787 S:      Supported
5788 F:      drivers/block/ub.c
5789
5790 USB CDC ETHERNET DRIVER
5791 M:      Oliver Neukum <oliver@neukum.name>
5792 L:      linux-usb@vger.kernel.org
5793 S:      Maintained
5794 F:      drivers/net/usb/cdc_*.c
5795 F:      include/linux/usb/cdc.h
5796
5797 USB CYPRESS C67X00 DRIVER
5798 M:      Peter Korsgaard <jacmet@sunsite.dk>
5799 L:      linux-usb@vger.kernel.org
5800 S:      Maintained
5801 F:      drivers/usb/c67x00/
5802
5803 USB DAVICOM DM9601 DRIVER
5804 M:      Peter Korsgaard <jacmet@sunsite.dk>
5805 L:      netdev@vger.kernel.org
5806 W:      http://www.linux-usb.org/usbnet
5807 S:      Maintained
5808 F:      drivers/net/usb/dm9601.c
5809
5810 USB DIAMOND RIO500 DRIVER
5811 M:      Cesar Miquel <miquel@df.uba.ar>
5812 L:      rio500-users@lists.sourceforge.net
5813 W:      http://rio500.sourceforge.net
5814 S:      Maintained
5815 F:      drivers/usb/misc/rio500*
5816
5817 USB EHCI DRIVER
5818 M:      David Brownell <dbrownell@users.sourceforge.net>
5819 L:      linux-usb@vger.kernel.org
5820 S:      Odd Fixes
5821 F:      Documentation/usb/ehci.txt
5822 F:      drivers/usb/host/ehci*
5823
5824 USB ET61X[12]51 DRIVER
5825 M:      Luca Risolia <luca.risolia@studio.unibo.it>
5826 L:      linux-usb@vger.kernel.org
5827 L:      linux-media@vger.kernel.org
5828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5829 W:      http://www.linux-projects.org
5830 S:      Maintained
5831 F:      drivers/media/video/et61x251/
5832
5833 USB GADGET/PERIPHERAL SUBSYSTEM
5834 M:      David Brownell <dbrownell@users.sourceforge.net>
5835 L:      linux-usb@vger.kernel.org
5836 W:      http://www.linux-usb.org/gadget
5837 S:      Maintained
5838 F:      drivers/usb/gadget/
5839 F:      include/linux/usb/gadget*
5840
5841 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5842 M:      Jiri Kosina <jkosina@suse.cz>
5843 L:      linux-usb@vger.kernel.org
5844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5845 S:      Maintained
5846 F:      Documentation/usb/hiddev.txt
5847 F:      drivers/hid/usbhid/
5848
5849 USB ISP116X DRIVER
5850 M:      Olav Kongas <ok@artecdesign.ee>
5851 L:      linux-usb@vger.kernel.org
5852 S:      Maintained
5853 F:      drivers/usb/host/isp116x*
5854 F:      include/linux/usb/isp116x.h
5855
5856 USB KAWASAKI LSI DRIVER
5857 M:      Oliver Neukum <oliver@neukum.name>
5858 L:      linux-usb@vger.kernel.org
5859 S:      Maintained
5860 F:      drivers/usb/serial/kl5kusb105.*
5861
5862 USB MASS STORAGE DRIVER
5863 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
5864 L:      linux-usb@vger.kernel.org
5865 L:      usb-storage@lists.one-eyed-alien.net
5866 S:      Maintained
5867 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
5868 F:      drivers/usb/storage/
5869
5870 USB OHCI DRIVER
5871 M:      David Brownell <dbrownell@users.sourceforge.net>
5872 L:      linux-usb@vger.kernel.org
5873 S:      Odd Fixes
5874 F:      Documentation/usb/ohci.txt
5875 F:      drivers/usb/host/ohci*
5876
5877 USB OPTION-CARD DRIVER
5878 M:      Matthias Urlichs <smurf@smurf.noris.de>
5879 L:      linux-usb@vger.kernel.org
5880 S:      Maintained
5881 F:      drivers/usb/serial/option.c
5882
5883 USB OV511 DRIVER
5884 M:      Mark McClelland <mmcclell@bigfoot.com>
5885 L:      linux-usb@vger.kernel.org
5886 W:      http://alpha.dyndns.org/ov511/
5887 S:      Maintained
5888 F:      drivers/media/video/ov511.*
5889
5890 USB PEGASUS DRIVER
5891 M:      Petko Manolov <petkan@users.sourceforge.net>
5892 L:      linux-usb@vger.kernel.org
5893 L:      netdev@vger.kernel.org
5894 W:      http://pegasus2.sourceforge.net/
5895 S:      Maintained
5896 F:      drivers/net/usb/pegasus.*
5897
5898 USB PRINTER DRIVER (usblp)
5899 M:      Pete Zaitcev <zaitcev@redhat.com>
5900 L:      linux-usb@vger.kernel.org
5901 S:      Supported
5902 F:      drivers/usb/class/usblp.c
5903
5904 USB RTL8150 DRIVER
5905 M:      Petko Manolov <petkan@users.sourceforge.net>
5906 L:      linux-usb@vger.kernel.org
5907 L:      netdev@vger.kernel.org
5908 W:      http://pegasus2.sourceforge.net/
5909 S:      Maintained
5910 F:      drivers/net/usb/rtl8150.c
5911
5912 USB SE401 DRIVER
5913 M:      Jeroen Vreeken <pe1rxq@amsat.org>
5914 L:      linux-usb@vger.kernel.org
5915 W:      http://www.chello.nl/~j.vreeken/se401/
5916 S:      Maintained
5917 F:      Documentation/video4linux/se401.txt
5918 F:      drivers/media/video/se401.*
5919
5920 USB SERIAL BELKIN F5U103 DRIVER
5921 M:      William Greathouse <wgreathouse@smva.com>
5922 L:      linux-usb@vger.kernel.org
5923 S:      Maintained
5924 F:      drivers/usb/serial/belkin_sa.*
5925
5926 USB SERIAL CYPRESS M8 DRIVER
5927 M:      Lonnie Mendez <dignome@gmail.com>
5928 L:      linux-usb@vger.kernel.org
5929 S:      Maintained
5930 W:      http://geocities.com/i0xox0i
5931 W:      http://firstlight.net/cvs
5932 F:      drivers/usb/serial/cypress_m8.*
5933
5934 USB SERIAL CYBERJACK DRIVER
5935 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
5936 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
5937 S:      Maintained
5938 F:      drivers/usb/serial/cyberjack.c
5939
5940 USB SERIAL DIGI ACCELEPORT DRIVER
5941 M:      Peter Berger <pberger@brimson.com>
5942 M:      Al Borchers <alborchers@steinerpoint.com>
5943 L:      linux-usb@vger.kernel.org
5944 S:      Maintained
5945 F:      drivers/usb/serial/digi_acceleport.c
5946
5947 USB SERIAL DRIVER
5948 M:      Greg Kroah-Hartman <gregkh@suse.de>
5949 L:      linux-usb@vger.kernel.org
5950 S:      Supported
5951 F:      Documentation/usb/usb-serial.txt
5952 F:      drivers/usb/serial/generic.c
5953 F:      drivers/usb/serial/usb-serial.c
5954 F:      include/linux/usb/serial.h
5955
5956 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5957 M:      Gary Brubaker <xavyer@ix.netcom.com>
5958 L:      linux-usb@vger.kernel.org
5959 S:      Maintained
5960 F:      drivers/usb/serial/empeg.c
5961
5962 USB SERIAL KEYSPAN DRIVER
5963 M:      Greg Kroah-Hartman <greg@kroah.com>
5964 L:      linux-usb@vger.kernel.org
5965 W:      http://www.kroah.com/linux/
5966 S:      Maintained
5967 F:      drivers/usb/serial/*keyspan*
5968
5969 USB SERIAL WHITEHEAT DRIVER
5970 M:      Support Department <support@connecttech.com>
5971 L:      linux-usb@vger.kernel.org
5972 W:      http://www.connecttech.com
5973 S:      Supported
5974 F:      drivers/usb/serial/whiteheat*
5975
5976 USB SMSC95XX ETHERNET DRIVER
5977 M:      Steve Glendinning <steve.glendinning@smsc.com>
5978 L:      netdev@vger.kernel.org
5979 S:      Supported
5980 F:      drivers/net/usb/smsc95xx.*
5981
5982 USB SN9C1xx DRIVER
5983 M:      Luca Risolia <luca.risolia@studio.unibo.it>
5984 L:      linux-usb@vger.kernel.org
5985 L:      linux-media@vger.kernel.org
5986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5987 W:      http://www.linux-projects.org
5988 S:      Maintained
5989 F:      Documentation/video4linux/sn9c102.txt
5990 F:      drivers/media/video/sn9c102/
5991
5992 USB SUBSYSTEM
5993 M:      Greg Kroah-Hartman <gregkh@suse.de>
5994 L:      linux-usb@vger.kernel.org
5995 W:      http://www.linux-usb.org
5996 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5997 S:      Supported
5998 F:      Documentation/usb/
5999 F:      drivers/net/usb/
6000 F:      drivers/usb/
6001 F:      include/linux/usb.h
6002 F:      include/linux/usb/
6003
6004 USB UHCI DRIVER
6005 M:      Alan Stern <stern@rowland.harvard.edu>
6006 L:      linux-usb@vger.kernel.org
6007 S:      Maintained
6008 F:      drivers/usb/host/uhci*
6009
6010 USB "USBNET" DRIVER FRAMEWORK
6011 M:      David Brownell <dbrownell@users.sourceforge.net>
6012 L:      netdev@vger.kernel.org
6013 W:      http://www.linux-usb.org/usbnet
6014 S:      Maintained
6015 F:      drivers/net/usb/usbnet.c
6016 F:      include/linux/usb/usbnet.h
6017
6018 USB VIDEO CLASS
6019 M:      Laurent Pinchart <laurent.pinchart@skynet.be>
6020 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
6021 L:      linux-media@vger.kernel.org
6022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6023 W:      http://www.ideasonboard.org/uvc/
6024 S:      Maintained
6025 F:      drivers/media/video/uvc/
6026
6027 USB W996[87]CF DRIVER
6028 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6029 L:      linux-usb@vger.kernel.org
6030 L:      linux-media@vger.kernel.org
6031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6032 W:      http://www.linux-projects.org
6033 S:      Maintained
6034 F:      Documentation/video4linux/w9968cf.txt
6035 F:      drivers/media/video/w996*
6036
6037 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6038 M:      Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
6039 L:      linux-wireless@vger.kernel.org
6040 S:      Maintained
6041 F:      drivers/net/wireless/rndis_wlan.c
6042
6043 USB XHCI DRIVER
6044 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
6045 L:      linux-usb@vger.kernel.org
6046 S:      Supported
6047 F:      drivers/usb/host/xhci*
6048 F:      drivers/usb/host/pci-quirks*
6049
6050 USB ZC0301 DRIVER
6051 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6052 L:      linux-usb@vger.kernel.org
6053 L:      linux-media@vger.kernel.org
6054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6055 W:      http://www.linux-projects.org
6056 S:      Maintained
6057 F:      Documentation/video4linux/zc0301.txt
6058 F:      drivers/media/video/zc0301/
6059
6060 USB ZD1201 DRIVER
6061 M:      Jeroen Vreeken <pe1rxq@amsat.org>
6062 L:      linux-usb@vger.kernel.org
6063 W:      http://linux-lc100020.sourceforge.net
6064 S:      Maintained
6065 F:      drivers/net/wireless/zd1201.*
6066
6067 USB ZR364XX DRIVER
6068 M:      Antoine Jacquet <royale@zerezo.com>
6069 L:      linux-usb@vger.kernel.org
6070 L:      linux-media@vger.kernel.org
6071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6072 W:      http://royale.zerezo.com/zr364xx/
6073 S:      Maintained
6074 F:      Documentation/video4linux/zr364xx.txt
6075 F:      drivers/media/video/zr364xx.c
6076
6077 USER-MODE LINUX (UML)
6078 M:      Jeff Dike <jdike@addtoit.com>
6079 L:      user-mode-linux-devel@lists.sourceforge.net
6080 L:      user-mode-linux-user@lists.sourceforge.net
6081 W:      http://user-mode-linux.sourceforge.net
6082 S:      Maintained
6083 F:      Documentation/uml/
6084 F:      arch/um/
6085 F:      fs/hostfs/
6086 F:      fs/hppfs/
6087
6088 USERSPACE I/O (UIO)
6089 M:      "Hans J. Koch" <hjk@linutronix.de>
6090 M:      Greg Kroah-Hartman <gregkh@suse.de>
6091 S:      Maintained
6092 F:      Documentation/DocBook/uio-howto.tmpl
6093 F:      drivers/uio/
6094 F:      include/linux/uio*.h
6095
6096 UTIL-LINUX-NG PACKAGE
6097 M:      Karel Zak <kzak@redhat.com>
6098 L:      util-linux-ng@vger.kernel.org
6099 W:      http://kernel.org/~kzak/util-linux-ng/
6100 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6101 S:      Maintained
6102
6103 UVESAFB DRIVER
6104 M:      Michal Januszewski <spock@gentoo.org>
6105 L:      linux-fbdev@vger.kernel.org
6106 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6107 S:      Maintained
6108 F:      Documentation/fb/uvesafb.txt
6109 F:      drivers/video/uvesafb.*
6110
6111 VFAT/FAT/MSDOS FILESYSTEM
6112 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6113 S:      Maintained
6114 F:      Documentation/filesystems/vfat.txt
6115 F:      fs/fat/
6116
6117 VIRTIO CONSOLE DRIVER
6118 M:      Amit Shah <amit.shah@redhat.com>
6119 L:      virtualization@lists.linux-foundation.org
6120 S:      Maintained
6121 F:      drivers/char/virtio_console.c
6122 F:      include/linux/virtio_console.h
6123
6124 VIRTIO HOST (VHOST)
6125 M:      "Michael S. Tsirkin" <mst@redhat.com>
6126 L:      kvm@vger.kernel.org
6127 L:      virtualization@lists.osdl.org
6128 L:      netdev@vger.kernel.org
6129 S:      Maintained
6130 F:      drivers/vhost/
6131 F:      include/linux/vhost.h
6132
6133 VIA RHINE NETWORK DRIVER
6134 M:      Roger Luethi <rl@hellgate.ch>
6135 S:      Maintained
6136 F:      drivers/net/via-rhine.c
6137
6138 VIAPRO SMBUS DRIVER
6139 M:      Jean Delvare <khali@linux-fr.org>
6140 L:      linux-i2c@vger.kernel.org
6141 S:      Maintained
6142 F:      Documentation/i2c/busses/i2c-viapro
6143 F:      drivers/i2c/busses/i2c-viapro.c
6144
6145 VIA SD/MMC CARD CONTROLLER DRIVER
6146 M:      Joseph Chan <JosephChan@via.com.tw>
6147 M:      Harald Welte <HaraldWelte@viatech.com>
6148 S:      Maintained
6149 F:      drivers/mmc/host/via-sdmmc.c
6150
6151 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6152 M:      Joseph Chan <JosephChan@via.com.tw>
6153 M:      Scott Fang <ScottFang@viatech.com.cn>
6154 L:      linux-fbdev@vger.kernel.org
6155 S:      Maintained
6156 F:      drivers/video/via/
6157
6158 VIA VELOCITY NETWORK DRIVER
6159 M:      Francois Romieu <romieu@fr.zoreil.com>
6160 L:      netdev@vger.kernel.org
6161 S:      Maintained
6162 F:      drivers/net/via-velocity.*
6163
6164 VLAN (802.1Q)
6165 M:      Patrick McHardy <kaber@trash.net>
6166 L:      netdev@vger.kernel.org
6167 S:      Maintained
6168 F:      drivers/net/macvlan.c
6169 F:      include/linux/if_*vlan.h
6170 F:      net/8021q/
6171
6172 VLYNQ BUS
6173 M:      Florian Fainelli <florian@openwrt.org>
6174 L:      openwrt-devel@lists.openwrt.org
6175 S:      Maintained
6176 F:      drivers/vlynq/vlynq.c
6177 F:      include/linux/vlynq.h
6178
6179 VMWARE VMXNET3 ETHERNET DRIVER
6180 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
6181 M:      "VMware, Inc." <pv-drivers@vmware.com>
6182 L:      netdev@vger.kernel.org
6183 S:      Maintained
6184 F:      drivers/net/vmxnet3/
6185
6186 VMware PVSCSI driver
6187 M:      Alok Kataria <akataria@vmware.com>
6188 M:      VMware PV-Drivers <pv-drivers@vmware.com>
6189 L:      linux-scsi@vger.kernel.org
6190 S:      Maintained
6191 F:      drivers/scsi/vmw_pvscsi.c
6192 F:      drivers/scsi/vmw_pvscsi.h
6193
6194 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6195 M:      Liam Girdwood <lrg@slimlogic.co.uk>
6196 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6197 W:      http://opensource.wolfsonmicro.com/node/15
6198 W:      http://www.slimlogic.co.uk/?p=48
6199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6200 S:      Supported
6201 F:      drivers/regulator/
6202 F:      include/linux/regulator/
6203
6204 VT1211 HARDWARE MONITOR DRIVER
6205 M:      Juerg Haefliger <juergh@gmail.com>
6206 L:      lm-sensors@lm-sensors.org
6207 S:      Maintained
6208 F:      Documentation/hwmon/vt1211
6209 F:      drivers/hwmon/vt1211.c
6210
6211 VT8231 HARDWARE MONITOR DRIVER
6212 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
6213 L:      lm-sensors@lm-sensors.org
6214 S:      Maintained
6215 F:      drivers/hwmon/vt8231.c
6216
6217 W1 DALLAS'S 1-WIRE BUS
6218 M:      Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6219 S:      Maintained
6220 F:      Documentation/w1/
6221 F:      drivers/w1/
6222
6223 W83791D HARDWARE MONITORING DRIVER
6224 M:      Marc Hulsman <m.hulsman@tudelft.nl>
6225 L:      lm-sensors@lm-sensors.org
6226 S:      Maintained
6227 F:      Documentation/hwmon/w83791d
6228 F:      drivers/hwmon/w83791d.c
6229
6230 W83793 HARDWARE MONITORING DRIVER
6231 M:      Rudolf Marek <r.marek@assembler.cz>
6232 L:      lm-sensors@lm-sensors.org
6233 S:      Maintained
6234 F:      Documentation/hwmon/w83793
6235 F:      drivers/hwmon/w83793.c
6236
6237 W83L51xD SD/MMC CARD INTERFACE DRIVER
6238 M:      Pierre Ossman <pierre@ossman.eu>
6239 S:      Maintained
6240 F:      drivers/mmc/host/wbsd.*
6241
6242 WATCHDOG DEVICE DRIVERS
6243 M:      Wim Van Sebroeck <wim@iguana.be>
6244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6245 S:      Maintained
6246 F:      Documentation/watchdog/
6247 F:      drivers/watchdog/
6248 F:      include/linux/watchdog.h
6249
6250 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6251 M:      Jean Tourrilhes <jt@hpl.hp.com>
6252 L:      linux-wireless@vger.kernel.org
6253 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6254 S:      Maintained
6255 F:      Documentation/networking/wavelan.txt
6256 F:      drivers/staging/wavelan/
6257
6258 WD7000 SCSI DRIVER
6259 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
6260 L:      linux-scsi@vger.kernel.org
6261 S:      Maintained
6262 F:      drivers/scsi/wd7000.c
6263
6264 WINBOND CIR DRIVER
6265 M:      David Härdeman <david@hardeman.nu>
6266 S:      Maintained
6267 F:      drivers/input/misc/winbond-cir.c
6268
6269 WIMAX STACK
6270 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6271 M:      linux-wimax@intel.com
6272 L:      wimax@linuxwimax.org
6273 S:      Supported
6274 W:      http://linuxwimax.org
6275
6276 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6277 M:      David Vrabel <david.vrabel@csr.com>
6278 L:      netdev@vger.kernel.org
6279 S:      Maintained
6280 F:      include/linux/wlp.h
6281 F:      drivers/uwb/wlp/
6282 F:      drivers/uwb/i1480/i1480u-wlp/
6283 F:      drivers/uwb/i1480/i1480-wlp.h
6284
6285 WISTRON LAPTOP BUTTON DRIVER
6286 M:      Miloslav Trmac <mitr@volny.cz>
6287 S:      Maintained
6288 F:      drivers/input/misc/wistron_btns.c
6289
6290 WL1251 WIRELESS DRIVER
6291 M:      Kalle Valo <kalle.valo@iki.fi>
6292 L:      linux-wireless@vger.kernel.org
6293 W:      http://wireless.kernel.org
6294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6295 S:      Maintained
6296 F:      drivers/net/wireless/wl12xx/*
6297 X:      drivers/net/wireless/wl12xx/wl1271*
6298
6299 WL1271 WIRELESS DRIVER
6300 M:      Luciano Coelho <luciano.coelho@nokia.com>
6301 L:      linux-wireless@vger.kernel.org
6302 W:      http://wireless.kernel.org
6303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6304 S:      Maintained
6305 F:      drivers/net/wireless/wl12xx/wl1271*
6306
6307 WL3501 WIRELESS PCMCIA CARD DRIVER
6308 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6309 L:      linux-wireless@vger.kernel.org
6310 W:      http://oops.ghostprotocols.net:81/blog
6311 S:      Maintained
6312 F:      drivers/net/wireless/wl3501*
6313
6314 WM97XX TOUCHSCREEN DRIVERS
6315 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6316 M:      Liam Girdwood <lrg@slimlogic.co.uk>
6317 L:      linux-input@vger.kernel.org
6318 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
6319 W:      http://opensource.wolfsonmicro.com/node/7
6320 S:      Supported
6321 F:      drivers/input/touchscreen/*wm97*
6322 F:      include/linux/wm97xx.h
6323
6324 WOLFSON MICROELECTRONICS PMIC DRIVERS
6325 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6326 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6327 W:      http://opensource.wolfsonmicro.com/node/8
6328 S:      Supported
6329 F:      Documentation/hwmon/wm83??
6330 F:      drivers/leds/leds-wm83*.c
6331 F:      drivers/mfd/wm8*.c
6332 F:      drivers/power/wm83*.c
6333 F:      drivers/rtc/rtc-wm83*.c
6334 F:      drivers/regulator/wm8*.c
6335 F:      drivers/video/backlight/wm83*_bl.c
6336 F:      drivers/watchdog/wm83*_wdt.c
6337 F:      include/linux/mfd/wm831x/
6338 F:      include/linux/mfd/wm8350/
6339 F:      include/linux/mfd/wm8400*
6340 F:      sound/soc/codecs/wm8350.*
6341 F:      sound/soc/codecs/wm8400.*
6342
6343 X.25 NETWORK LAYER
6344 M:      Andrew Hendry <andrew.hendry@gmail.com>
6345 L:      linux-x25@vger.kernel.org
6346 S:      Odd Fixes
6347 F:      Documentation/networking/x25*
6348 F:      include/net/x25*
6349 F:      net/x25/
6350
6351 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6352 M:      Thomas Gleixner <tglx@linutronix.de>
6353 M:      Ingo Molnar <mingo@redhat.com>
6354 M:      "H. Peter Anvin" <hpa@zytor.com>
6355 M:      x86@kernel.org
6356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6357 S:      Maintained
6358 F:      Documentation/x86/
6359 F:      arch/x86/
6360
6361 X86 PLATFORM DRIVERS
6362 M:      Matthew Garrett <mjg@redhat.com>
6363 L:      platform-driver-x86@vger.kernel.org
6364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6365 S:      Maintained
6366 F:      drivers/platform/x86
6367
6368 XEN HYPERVISOR INTERFACE
6369 M:      Jeremy Fitzhardinge <jeremy@xensource.com>
6370 M:      Chris Wright <chrisw@sous-sol.org>
6371 L:      virtualization@lists.osdl.org
6372 L:      xen-devel@lists.xensource.com
6373 S:      Supported
6374 F:      arch/x86/xen/
6375 F:      drivers/*/xen-*front.c
6376 F:      drivers/xen/
6377 F:      arch/x86/include/asm/xen/
6378 F:      include/xen/
6379
6380 XFS FILESYSTEM
6381 P:      Silicon Graphics Inc
6382 M:      Alex Elder <aelder@sgi.com>
6383 M:      xfs-masters@oss.sgi.com
6384 L:      xfs@oss.sgi.com
6385 W:      http://oss.sgi.com/projects/xfs
6386 T:      git git://oss.sgi.com/xfs/xfs.git
6387 S:      Supported
6388 F:      Documentation/filesystems/xfs.txt
6389 F:      fs/xfs/
6390
6391 XILINX SYSTEMACE DRIVER
6392 M:      Grant Likely <grant.likely@secretlab.ca>
6393 W:      http://www.secretlab.ca/
6394 S:      Maintained
6395 F:      drivers/block/xsysace.c
6396
6397 XILINX UARTLITE SERIAL DRIVER
6398 M:      Peter Korsgaard <jacmet@sunsite.dk>
6399 L:      linux-serial@vger.kernel.org
6400 S:      Maintained
6401 F:      drivers/serial/uartlite.c
6402
6403 YAM DRIVER FOR AX.25
6404 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
6405 L:      linux-hams@vger.kernel.org
6406 S:      Maintained
6407 F:      drivers/net/hamradio/yam*
6408 F:      include/linux/yam.h
6409
6410 YEALINK PHONE DRIVER
6411 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
6412 L:      usbb2k-api-dev@nongnu.org
6413 S:      Maintained
6414 F:      Documentation/input/yealink.txt
6415 F:      drivers/input/misc/yealink.*
6416
6417 Z8530 DRIVER FOR AX.25
6418 M:      Joerg Reuter <jreuter@yaina.de>
6419 W:      http://yaina.de/jreuter/
6420 W:      http://www.qsl.net/dl1bke/
6421 L:      linux-hams@vger.kernel.org
6422 S:      Maintained
6423 F:      Documentation/networking/z8530drv.txt
6424 F:      drivers/net/hamradio/*scc.c
6425 F:      drivers/net/hamradio/z8530.h
6426
6427 ZD1211RW WIRELESS DRIVER
6428 M:      Daniel Drake <dsd@gentoo.org>
6429 M:      Ulrich Kunitz <kune@deine-taler.de>
6430 W:      http://zd1211.ath.cx/wiki/DriverRewrite
6431 L:      linux-wireless@vger.kernel.org
6432 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
6433 S:      Maintained
6434 F:      drivers/net/wireless/zd1211rw/
6435
6436 ZR36067 VIDEO FOR LINUX DRIVER
6437 L:      mjpeg-users@lists.sourceforge.net
6438 L:      linux-media@vger.kernel.org
6439 W:      http://mjpeg.sourceforge.net/driver-zoran/
6440 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
6441 S:      Odd Fixes
6442 F:      drivers/media/video/zoran/
6443
6444 ZS DECSTATION Z85C30 SERIAL DRIVER
6445 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
6446 S:      Maintained
6447 F:      drivers/serial/zs.*
6448
6449 THE REST
6450 M:      Linus Torvalds <torvalds@linux-foundation.org>
6451 L:      linux-kernel@vger.kernel.org
6452 Q:      http://patchwork.kernel.org/project/LKML/list/
6453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6454 S:      Buried alive in reporters
6455 F:      *
6456 F:      */