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