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