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