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