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