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