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