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