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