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