appletalk: move to staging
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / MAINTAINERS
blob3118d67d68fb5365839bdf74b27319a21ff267cb
2         List of maintainers and how to submit kernel changes
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
39         PLEASE CC: the maintainers and mailing lists that are generated
40         by scripts/get_maintainer.pl.  The results returned by the
41         script will be best if you have git installed and are making
42         your changes in a branch derived from Linus' latest git tree.
43         See Documentation/SubmittingPatches for details.
45         PLEASE try to include any credit lines you want added with the
46         patch. It avoids people being missed off by mistake and makes
47         it easier to know who wants adding and who doesn't.
49         PLEASE document known bugs. If it doesn't work for everything
50         or does something very odd once a month document it.
52         PLEASE remember that submissions must be made under the terms
53         of the OSDL certificate of contribution and should include a
54         Signed-off-by: line.  The current version of this "Developer's
55         Certificate of Origin" (DCO) is listed in the file
56         Documentation/SubmittingPatches.
58 6.      Make sure you have the right to send any changes you make. If you
59         do changes at work you may find your employer owns the patch
60         not you.
62 7.      When sending security related changes or reports to a maintainer
63         please Cc: security@kernel.org, especially if the maintainer
64         does not respond.
66 8.      Happy hacking.
68 Descriptions of section entries:
70         P: Person (obsolete)
71         M: Mail patches to: FullName <address@domain>
72         L: Mailing list that is relevant to this area
73         W: Web-page with status/info
74         Q: Patchwork web based patch tracking system site
75         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
76         S: Status, one of the following:
77            Supported:   Someone is actually paid to look after this.
78            Maintained:  Someone actually looks after it.
79            Odd Fixes:   It has a maintainer but they don't have time to do
80                         much other than throw the odd patch in. See below..
81            Orphan:      No current maintainer [but maybe you could take the
82                         role as you write your new code].
83            Obsolete:    Old code. Something tagged obsolete generally means
84                         it has been replaced by a better system and you
85                         should be using that.
86         F: Files and directories with wildcard patterns.
87            A trailing slash includes all files and subdirectory files.
88            F:   drivers/net/    all files in and below drivers/net
89            F:   drivers/net/*   all files in drivers/net, but not below
90            F:   */net/*         all files in "any top level directory"/net
91            One pattern per line.  Multiple F: lines acceptable.
92         X: Files and directories that are NOT maintained, same rules as F:
93            Files exclusions are tested before file matches.
94            Can be useful for excluding a specific subdirectory, for instance:
95            F:   net/
96            X:   net/ipv6/
97            matches all files in and below net excluding net/ipv6/
98         K: Keyword perl extended regex pattern to match content in a
99            patch or file.  For instance:
100            K: of_get_profile
101               matches patches or files that contain "of_get_profile"
102            K: \b(printk|pr_(info|err))\b
103               matches patches or files that contain one or more of the words
104               printk, pr_info or pr_err
105            One regex pattern per line.  Multiple K: lines acceptable.
107 Note: For the hard of thinking, this list is meant to remain in alphabetical
108 order. If you could add yourselves to it in alphabetical order that would be
109 so much easier [Ed]
111 Maintainers List (try to look for most precise areas first)
113                 -----------------------------------
115 3C505 NETWORK DRIVER
116 M:      Philip Blundell <philb@gnu.org>
117 L:      netdev@vger.kernel.org
118 S:      Maintained
119 F:      drivers/net/3c505*
121 3C59X NETWORK DRIVER
122 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
123 L:      netdev@vger.kernel.org
124 S:      Maintained
125 F:      Documentation/networking/vortex.txt
126 F:      drivers/net/3c59x.c
128 3CR990 NETWORK DRIVER
129 M:      David Dillow <dave@thedillows.org>
130 L:      netdev@vger.kernel.org
131 S:      Maintained
132 F:      drivers/net/typhoon*
134 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
135 M:      Adam Radford <linuxraid@lsi.com>
136 L:      linux-scsi@vger.kernel.org
137 W:      http://www.lsi.com
138 S:      Supported
139 F:      drivers/scsi/3w-*
141 53C700 AND 53C700-66 SCSI DRIVER
142 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
143 L:      linux-scsi@vger.kernel.org
144 S:      Maintained
145 F:      drivers/scsi/53c700*
147 6PACK NETWORK DRIVER FOR AX.25
148 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
149 L:      linux-hams@vger.kernel.org
150 S:      Maintained
151 F:      drivers/net/hamradio/6pack.c
153 8169 10/100/1000 GIGABIT ETHERNET DRIVER
154 M:      Francois Romieu <romieu@fr.zoreil.com>
155 L:      netdev@vger.kernel.org
156 S:      Maintained
157 F:      drivers/net/r8169.c
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160 M:      Greg Kroah-Hartman <gregkh@suse.de>
161 L:      linux-serial@vger.kernel.org
162 W:      http://serial.sourceforge.net
163 S:      Maintained
164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
165 F:      drivers/serial/8250*
166 F:      include/linux/serial_8250.h
168 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
169 L:      netdev@vger.kernel.org
170 S:      Orphan / Obsolete
171 F:      drivers/net/*8390*
172 F:      drivers/net/ax88796.c
174 9P FILE SYSTEM
175 M:      Eric Van Hensbergen <ericvh@gmail.com>
176 M:      Ron Minnich <rminnich@sandia.gov>
177 M:      Latchesar Ionkov <lucho@ionkov.net>
178 L:      v9fs-developer@lists.sourceforge.net
179 W:      http://swik.net/v9fs
180 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
182 S:      Maintained
183 F:      Documentation/filesystems/9p.txt
184 F:      fs/9p/
186 A2232 SERIAL BOARD DRIVER
187 M:      Enver Haase <A2232@gmx.net>
188 L:      linux-m68k@lists.linux-m68k.org
189 S:      Maintained
190 F:      drivers/char/ser_a2232*
192 AACRAID SCSI RAID DRIVER
193 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
194 L:      linux-scsi@vger.kernel.org
195 W:      http://www.adaptec.com/
196 S:      Supported
197 F:      Documentation/scsi/aacraid.txt
198 F:      drivers/scsi/aacraid/
200 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
201 M:      Hans de Goede <j.w.r.degoede@hhs.nl>
202 L:      lm-sensors@lm-sensors.org
203 S:      Maintained
204 F:      drivers/hwmon/abituguru.c
206 ABIT UGURU 3 HARDWARE MONITOR DRIVER
207 M:      Alistair John Strachan <alistair@devzero.co.uk>
208 L:      lm-sensors@lm-sensors.org
209 S:      Maintained
210 F:      drivers/hwmon/abituguru3.c
212 ACENIC DRIVER
213 M:      Jes Sorensen <jes@trained-monkey.org>
214 L:      linux-acenic@sunsite.dk
215 S:      Maintained
216 F:      drivers/net/acenic*
218 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
219 M:      Peter Feuerer <peter@piie.net>
220 L:      platform-driver-x86@vger.kernel.org
221 W:      http://piie.net/?section=acerhdf
222 S:      Maintained
223 F:      drivers/platform/x86/acerhdf.c
225 ACER WMI LAPTOP EXTRAS
226 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
227 L:      aceracpi@googlegroups.com (subscribers-only)
228 L:      platform-driver-x86@vger.kernel.org
229 W:      http://code.google.com/p/aceracpi
230 S:      Maintained
231 F:      drivers/platform/x86/acer-wmi.c
233 ACPI
234 M:      Len Brown <lenb@kernel.org>
235 L:      linux-acpi@vger.kernel.org
236 W:      http://www.lesswatts.org/projects/acpi/
237 Q:      http://patchwork.kernel.org/project/linux-acpi/list/
238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
239 S:      Supported
240 F:      drivers/acpi/
241 F:      drivers/pnp/pnpacpi/
242 F:      include/linux/acpi.h
243 F:      include/acpi/
245 ACPI FAN DRIVER
246 M:      Zhang Rui <rui.zhang@intel.com>
247 L:      linux-acpi@vger.kernel.org
248 W:      http://www.lesswatts.org/projects/acpi/
249 S:      Supported
250 F:      drivers/acpi/fan.c
252 ACPI PROCESSOR AGGREGATOR DRIVER
253 M:      Shaohua Li <shaohua.li@intel.com>
254 L:      linux-acpi@vger.kernel.org
255 W:      http://www.lesswatts.org/projects/acpi/
256 S:      Supported
257 F:      drivers/acpi/acpi_pad.c
259 ACPI THERMAL DRIVER
260 M:      Zhang Rui <rui.zhang@intel.com>
261 L:      linux-acpi@vger.kernel.org
262 W:      http://www.lesswatts.org/projects/acpi/
263 S:      Supported
264 F:      drivers/acpi/*thermal*
266 ACPI VIDEO DRIVER
267 M:      Zhang Rui <rui.zhang@intel.com>
268 L:      linux-acpi@vger.kernel.org
269 W:      http://www.lesswatts.org/projects/acpi/
270 S:      Supported
271 F:      drivers/acpi/video.c
273 ACPI WMI DRIVER
274 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
275 L:      platform-driver-x86@vger.kernel.org
276 W:      http://www.lesswatts.org/projects/acpi/
277 S:      Maintained
278 F:      drivers/platform/x86/wmi.c
280 AD1889 ALSA SOUND DRIVER
281 M:      Kyle McMartin <kyle@mcmartin.ca>
282 M:      Thibaut Varene <T-Bone@parisc-linux.org>
283 W:      http://wiki.parisc-linux.org/AD1889
284 L:      linux-parisc@vger.kernel.org
285 S:      Maintained
286 F:      sound/pci/ad1889.*
288 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
289 M:      Michael Hennerich <michael.hennerich@analog.com>
290 L:      device-driver-devel@blackfin.uclinux.org
291 W:      http://wiki-analog.com/AD5254
292 S:      Supported
293 F:      drivers/misc/ad525x_dpot.c
295 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
296 M:      Michael Hennerich <michael.hennerich@analog.com>
297 L:      device-driver-devel@blackfin.uclinux.org
298 W:      http://wiki-analog.com/AD5398
299 S:      Supported
300 F:      drivers/regulator/ad5398.c
302 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
303 M:      Michael Hennerich <michael.hennerich@analog.com>
304 L:      device-driver-devel@blackfin.uclinux.org
305 W:      http://wiki-analog.com/AD7142
306 S:      Supported
307 F:      drivers/input/misc/ad714x.c
309 AD7877 TOUCHSCREEN DRIVER
310 M:      Michael Hennerich <michael.hennerich@analog.com>
311 L:      device-driver-devel@blackfin.uclinux.org
312 W:      http://wiki-analog.com/AD7877
313 S:      Supported
314 F:      drivers/input/touchscreen/ad7877.c
316 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
317 M:      Michael Hennerich <michael.hennerich@analog.com>
318 L:      device-driver-devel@blackfin.uclinux.org
319 W:      http://wiki-analog.com/AD7879
320 S:      Supported
321 F:      drivers/input/touchscreen/ad7879.c
323 ADM1025 HARDWARE MONITOR DRIVER
324 M:      Jean Delvare <khali@linux-fr.org>
325 L:      lm-sensors@lm-sensors.org
326 S:      Maintained
327 F:      Documentation/hwmon/adm1025
328 F:      drivers/hwmon/adm1025.c
330 ADM1029 HARDWARE MONITOR DRIVER
331 M:      Corentin Labbe <corentin.labbe@geomatys.fr>
332 L:      lm-sensors@lm-sensors.org
333 S:      Maintained
334 F:      drivers/hwmon/adm1029.c
336 ADM8211 WIRELESS DRIVER
337 L:      linux-wireless@vger.kernel.org
338 W:      http://linuxwireless.org/
339 S:      Orphan
340 F:      drivers/net/wireless/adm8211.*
342 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 L:      device-driver-devel@blackfin.uclinux.org
345 W:      http://wiki-analog.com/ADP5520
346 S:      Supported
347 F:      drivers/mfd/adp5520.c
348 F:      drivers/video/backlight/adp5520_bl.c
349 F:      drivers/led/leds-adp5520.c
350 F:      drivers/gpio/adp5520-gpio.c
351 F:      drivers/input/keyboard/adp5520-keys.c
353 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
354 M:      Michael Hennerich <michael.hennerich@analog.com>
355 L:      device-driver-devel@blackfin.uclinux.org
356 W:      http://wiki-analog.com/ADP5588
357 S:      Supported
358 F:      drivers/input/keyboard/adp5588-keys.c
359 F:      drivers/gpio/adp5588-gpio.c
361 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
362 M:      Michael Hennerich <michael.hennerich@analog.com>
363 L:      device-driver-devel@blackfin.uclinux.org
364 W:      http://wiki-analog.com/ADP8860
365 S:      Supported
366 F:      drivers/video/backlight/adp8860_bl.c
368 ADT746X FAN DRIVER
369 M:      Colin Leroy <colin@colino.net>
370 S:      Maintained
371 F:      drivers/macintosh/therm_adt746x.c
373 ADT7475 HARDWARE MONITOR DRIVER
374 M:      Jean Delvare <khali@linux-fr.org>
375 L:      lm-sensors@lm-sensors.org
376 S:      Maintained
377 F:      Documentation/hwmon/adt7475
378 F:      drivers/hwmon/adt7475.c
380 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
381 M:      Michael Hennerich <michael.hennerich@analog.com>
382 L:      device-driver-devel@blackfin.uclinux.org
383 W:      http://wiki-analog.com/ADXL345
384 S:      Supported
385 F:      drivers/input/misc/adxl34x.c
387 ADVANSYS SCSI DRIVER
388 M:      Matthew Wilcox <matthew@wil.cx>
389 L:      linux-scsi@vger.kernel.org
390 S:      Maintained
391 F:      Documentation/scsi/advansys.txt
392 F:      drivers/scsi/advansys.c
394 AEDSP16 DRIVER
395 M:      Riccardo Facchetti <fizban@tin.it>
396 S:      Maintained
397 F:      sound/oss/aedsp16.c
399 AFFS FILE SYSTEM
400 M:      Roman Zippel <zippel@linux-m68k.org>
401 S:      Maintained
402 F:      Documentation/filesystems/affs.txt
403 F:      fs/affs/
405 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
406 M:      David Howells <dhowells@redhat.com>
407 L:      linux-afs@lists.infradead.org
408 S:      Supported
409 F:      fs/afs/
410 F:      include/net/af_rxrpc.h
411 F:      net/rxrpc/af_rxrpc.c
413 AGPGART DRIVER
414 M:      David Airlie <airlied@linux.ie>
415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
416 S:      Maintained
417 F:      drivers/char/agp/
418 F:      include/linux/agp*
420 AHA152X SCSI DRIVER
421 M:      "Juergen E. Fischer" <fischer@norbit.de>
422 L:      linux-scsi@vger.kernel.org
423 S:      Maintained
424 F:      drivers/scsi/aha152x*
425 F:      drivers/scsi/pcmcia/aha152x*
427 AIC7XXX / AIC79XX SCSI DRIVER
428 M:      Hannes Reinecke <hare@suse.de>
429 L:      linux-scsi@vger.kernel.org
430 S:      Maintained
431 F:      drivers/scsi/aic7xxx/
432 F:      drivers/scsi/aic7xxx_old/
435 M:      Benjamin LaHaise <bcrl@kvack.org>
436 L:      linux-aio@kvack.org
437 S:      Supported
438 F:      fs/aio.c
439 F:      include/linux/*aio*.h
441 ALCATEL SPEEDTOUCH USB DRIVER
442 M:      Duncan Sands <duncan.sands@free.fr>
443 L:      linux-usb@vger.kernel.org
444 W:      http://www.linux-usb.org/SpeedTouch/
445 S:      Maintained
446 F:      drivers/usb/atm/speedtch.c
447 F:      drivers/usb/atm/usbatm.c
449 ALCHEMY AU1XX0 MMC DRIVER
450 M:      Manuel Lauss <manuel.lauss@gmail.com>
451 S:      Maintained
452 F:      drivers/mmc/host/au1xmmc.c
454 ALI1563 I2C DRIVER
455 M:      Rudolf Marek <r.marek@assembler.cz>
456 L:      linux-i2c@vger.kernel.org
457 S:      Maintained
458 F:      Documentation/i2c/busses/i2c-ali1563
459 F:      drivers/i2c/busses/i2c-ali1563.c
461 ALPHA PORT
462 M:      Richard Henderson <rth@twiddle.net>
463 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
464 M:      Matt Turner <mattst88@gmail.com>
465 L:      linux-alpha@vger.kernel.org
466 F:      arch/alpha/
468 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
469 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
470 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
471 S:      Supported
472 F:      drivers/usb/gadget/amd5536udc.*
474 AMD GEODE PROCESSOR/CHIPSET SUPPORT
475 P:      Andres Salomon <dilinger@queued.net>
476 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
477 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
478 S:      Supported
479 F:      drivers/char/hw_random/geode-rng.c
480 F:      drivers/crypto/geode*
481 F:      drivers/video/geode/
482 F:      arch/x86/include/asm/geode.h
484 AMD IOMMU (AMD-VI)
485 M:      Joerg Roedel <joerg.roedel@amd.com>
486 L:      iommu@lists.linux-foundation.org
487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
488 S:      Supported
489 F:      arch/x86/kernel/amd_iommu*.c
490 F:      arch/x86/include/asm/amd_iommu*.h
492 AMD MICROCODE UPDATE SUPPORT
493 M:      Andreas Herrmann <andreas.herrmann3@amd.com>
494 L:      amd64-microcode@amd64.org
495 S:      Supported
496 F:      arch/x86/kernel/microcode_amd.c
498 AMS (Apple Motion Sensor) DRIVER
499 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
500 S:      Supported
501 F:      drivers/macintosh/ams/
503 AMSO1100 RNIC DRIVER
504 M:      Tom Tucker <tom@opengridcomputing.com>
505 M:      Steve Wise <swise@opengridcomputing.com>
506 L:      linux-rdma@vger.kernel.org
507 S:      Maintained
508 F:      drivers/infiniband/hw/amso1100/
510 ANALOG DEVICES INC ASOC CODEC DRIVERS
511 L:      device-driver-devel@blackfin.uclinux.org
512 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
513 W:      http://wiki-analog.com/
514 S:      Supported
515 F:      sound/soc/codecs/ad1*
516 F:      sound/soc/codecs/adau*
517 F:      sound/soc/codecs/adav*
518 F:      sound/soc/codecs/ssm*
520 ANALOG DEVICES INC ASOC DRIVERS
521 L:      uclinux-dist-devel@blackfin.uclinux.org
522 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
523 W:      http://blackfin.uclinux.org/
524 S:      Supported
525 F:      sound/soc/blackfin/*
527 AOA (Apple Onboard Audio) ALSA DRIVER
528 M:      Johannes Berg <johannes@sipsolutions.net>
529 L:      linuxppc-dev@lists.ozlabs.org
530 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
531 S:      Maintained
532 F:      sound/aoa/
534 APM DRIVER
535 M:      Stephen Rothwell <sfr@canb.auug.org.au>
536 L:      linux-laptop@vger.kernel.org
537 W:      http://www.canb.auug.org.au/~sfr/
538 S:      Supported
539 F:      arch/x86/kernel/apm_32.c
540 F:      include/linux/apm_bios.h
542 APPLE BCM5974 MULTITOUCH DRIVER
543 M:      Henrik Rydberg <rydberg@euromail.se>
544 L:      linux-input@vger.kernel.org
545 S:      Maintained
546 F:      drivers/input/mouse/bcm5974.c
548 APPLE SMC DRIVER
549 M:      Henrik Rydberg <rydberg@euromail.se>
550 L:      lm-sensors@lm-sensors.org
551 S:      Maintained
552 F:      drivers/hwmon/applesmc.c
554 APPLETALK NETWORK LAYER
555 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
556 S:      Maintained
557 F:      drivers/staging/appletalk/
559 ARC FRAMEBUFFER DRIVER
560 M:      Jaya Kumar <jayalk@intworks.biz>
561 S:      Maintained
562 F:      drivers/video/arcfb.c
563 F:      drivers/video/fb_defio.c
565 ARM MFM AND FLOPPY DRIVERS
566 M:      Ian Molton <spyro@f2s.com>
567 S:      Maintained
568 F:      arch/arm/lib/floppydma.S
569 F:      arch/arm/include/asm/floppy.h
571 ARM PORT
572 M:      Russell King <linux@arm.linux.org.uk>
573 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
574 W:      http://www.arm.linux.org.uk/
575 S:      Maintained
576 F:      arch/arm/
578 ARM PRIMECELL AACI PL041 DRIVER
579 M:      Russell King <linux@arm.linux.org.uk>
580 S:      Maintained
581 F:      sound/arm/aaci.*
583 ARM PRIMECELL CLCD PL110 DRIVER
584 M:      Russell King <linux@arm.linux.org.uk>
585 S:      Maintained
586 F:      drivers/video/amba-clcd.*
588 ARM PRIMECELL KMI PL050 DRIVER
589 M:      Russell King <linux@arm.linux.org.uk>
590 S:      Maintained
591 F:      drivers/input/serio/ambakmi.*
592 F:      include/linux/amba/kmi.h
594 ARM PRIMECELL MMCI PL180/1 DRIVER
595 S:      Orphan
596 F:      drivers/mmc/host/mmci.*
598 ARM PRIMECELL BUS SUPPORT
599 M:      Russell King <linux@arm.linux.org.uk>
600 S:      Maintained
601 F:      drivers/amba/
602 F:      include/linux/amba/bus.h
604 ARM/ADI ROADRUNNER MACHINE SUPPORT
605 M:      Lennert Buytenhek <kernel@wantstofly.org>
606 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
607 S:      Maintained
608 F:      arch/arm/mach-ixp23xx/
609 F:      arch/arm/mach-ixp23xx/include/mach/
611 ARM/ADS SPHERE MACHINE SUPPORT
612 M:      Lennert Buytenhek <kernel@wantstofly.org>
613 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
614 S:      Maintained
616 ARM/AFEB9260 MACHINE SUPPORT
617 M:      Sergey Lapin <slapin@ossfans.org>
618 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
619 S:      Maintained
621 ARM/AJECO 1ARM MACHINE SUPPORT
622 M:      Lennert Buytenhek <kernel@wantstofly.org>
623 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
624 S:      Maintained
626 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
627 M:      Andrew Victor <linux@maxim.org.za>
628 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
629 W:      http://maxim.org.za/at91_26.html
630 S:      Maintained
632 ARM/BCMRING ARM ARCHITECTURE
633 M:      Jiandong Zheng <jdzheng@broadcom.com>
634 M:      Scott Branden <sbranden@broadcom.com>
635 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
636 S:      Maintained
637 F:      arch/arm/mach-bcmring
639 ARM/BCMRING MTD NAND DRIVER
640 M:      Jiandong Zheng <jdzheng@broadcom.com>
641 M:      Scott Branden <sbranden@broadcom.com>
642 L:      linux-mtd@lists.infradead.org
643 S:      Maintained
644 F:      drivers/mtd/nand/bcm_umi_nand.c
645 F:      drivers/mtd/nand/bcm_umi_bch.c
646 F:      drivers/mtd/nand/nand_bcm_umi.h
648 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
649 M:      Anton Vorontsov <avorontsov@mvista.com>
650 S:      Maintained
651 F:      arch/arm/mach-cns3xxx/
652 T:      git git://git.infradead.org/users/cbou/linux-cns3xxx.git
654 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
655 M:      Hartley Sweeten <hsweeten@visionengravers.com>
656 M:      Ryan Mallon <ryan@bluewatersys.com>
657 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
658 S:      Maintained
659 F:      arch/arm/mach-ep93xx/
660 F:      arch/arm/mach-ep93xx/include/mach/
662 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
663 M:      Lennert Buytenhek <kernel@wantstofly.org>
664 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
665 S:      Maintained
667 ARM/CLKDEV SUPPORT
668 M:      Russell King <linux@arm.linux.org.uk>
669 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
670 F:      arch/arm/common/clkdev.c
671 F:      arch/arm/include/asm/clkdev.h
673 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
674 M:      Mike Rapoport <mike@compulab.co.il>
675 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
676 S:      Maintained
678 ARM/CONTEC MICRO9 MACHINE SUPPORT
679 M:      Hubert Feurstein <hubert.feurstein@contec.at>
680 S:      Maintained
681 F:      arch/arm/mach-ep93xx/micro9.c
683 ARM/CORGI MACHINE SUPPORT
684 M:      Richard Purdie <rpurdie@rpsys.net>
685 S:      Maintained
687 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
688 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
689 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
690 T:      git git://git.berlios.de/gemini-board
691 S:      Maintained
692 F:      arch/arm/mach-gemini/
694 ARM/EBSA110 MACHINE SUPPORT
695 M:      Russell King <linux@arm.linux.org.uk>
696 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
697 W:      http://www.arm.linux.org.uk/
698 S:      Maintained
699 F:      arch/arm/mach-ebsa110/
700 F:      drivers/net/arm/am79c961a.*
702 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
703 M:      Daniel Ribeiro <drwyrm@gmail.com>
704 M:      Stefan Schmidt <stefan@openezx.org>
705 M:      Harald Welte <laforge@openezx.org>
706 L:      openezx-devel@lists.openezx.org (subscribers-only)
707 W:      http://www.openezx.org/
708 S:      Maintained
709 T:      topgit git://git.openezx.org/openezx.git
710 F:      arch/arm/mach-pxa/ezx.c
712 ARM/FARADAY FA526 PORT
713 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
714 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
715 S:      Maintained
716 T:      git git://git.berlios.de/gemini-board
717 F:      arch/arm/mm/*-fa*
719 ARM/FOOTBRIDGE ARCHITECTURE
720 M:      Russell King <linux@arm.linux.org.uk>
721 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
722 W:      http://www.arm.linux.org.uk/
723 S:      Maintained
724 F:      arch/arm/include/asm/hardware/dec21285.h
725 F:      arch/arm/mach-footbridge/
727 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
728 M:      Sascha Hauer <kernel@pengutronix.de>
729 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
730 S:      Maintained
731 T:      git git://git.pengutronix.de/git/imx/linux-2.6.git
732 F:      arch/arm/mach-mx*/
733 F:      arch/arm/plat-mxc/
735 ARM/FREESCALE IMX51
736 M:      Amit Kucheria <amit.kucheria@canonical.com>
737 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
738 S:      Maintained
739 F:      arch/arm/mach-mx5/
741 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
742 M:      Lennert Buytenhek <kernel@wantstofly.org>
743 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
744 S:      Maintained
746 ARM/GUMSTIX MACHINE SUPPORT
747 M:      Steve Sakoman <sakoman@gmail.com>
748 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
749 S:      Maintained
751 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
752 M:      Philipp Zabel <philipp.zabel@gmail.com>
753 S:      Maintained
754 F:      arch/arm/mach-pxa/hx4700.c
755 F:      arch/arm/mach-pxa/include/mach/hx4700.h
757 ARM/HP JORNADA 7XX MACHINE SUPPORT
758 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
759 W:      www.jlime.com
760 S:      Maintained
761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
762 F:      arch/arm/mach-sa1100/jornada720.c
763 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
765 ARM/INCOME PXA270 SUPPORT
766 M:      Marek Vasut <marek.vasut@gmail.com>
767 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
768 S:      Maintained
769 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
771 ARM/INTEL IOP32X ARM ARCHITECTURE
772 M:      Lennert Buytenhek <kernel@wantstofly.org>
773 M:      Dan Williams <dan.j.williams@intel.com>
774 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
775 S:      Maintained
777 ARM/INTEL IOP33X ARM ARCHITECTURE
778 M:      Dan Williams <dan.j.williams@intel.com>
779 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
780 S:      Maintained
782 ARM/INTEL IOP13XX ARM ARCHITECTURE
783 M:      Lennert Buytenhek <kernel@wantstofly.org>
784 M:      Dan Williams <dan.j.williams@intel.com>
785 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
786 S:      Maintained
788 ARM/INTEL IQ81342EX MACHINE SUPPORT
789 M:      Lennert Buytenhek <kernel@wantstofly.org>
790 M:      Dan Williams <dan.j.williams@intel.com>
791 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
792 S:      Maintained
794 ARM/INTEL IXP2000 ARM ARCHITECTURE
795 M:      Lennert Buytenhek <kernel@wantstofly.org>
796 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
797 S:      Maintained
799 ARM/INTEL IXDP2850 MACHINE SUPPORT
800 M:      Lennert Buytenhek <kernel@wantstofly.org>
801 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
802 S:      Maintained
804 ARM/INTEL IXP23XX ARM ARCHITECTURE
805 M:      Lennert Buytenhek <kernel@wantstofly.org>
806 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
807 S:      Maintained
809 ARM/INTEL IXP4XX ARM ARCHITECTURE
810 M:      Imre Kaloz <kaloz@openwrt.org>
811 M:      Krzysztof Halasa <khc@pm.waw.pl>
812 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
813 S:      Maintained
814 F:      arch/arm/mach-ixp4xx/
816 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
817 M:      Jonathan Cameron <jic23@cam.ac.uk>
818 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
819 S:      Maintained
820 F:      arch/arm/mach-pxa/stargate2.c
821 F:      drivers/pcmcia/pxa2xx_stargate2.c
823 ARM/INTEL XSC3 (MANZANO) ARM CORE
824 M:      Lennert Buytenhek <kernel@wantstofly.org>
825 M:      Dan Williams <dan.j.williams@intel.com>
826 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
827 S:      Maintained
829 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
830 M:      Lennert Buytenhek <kernel@wantstofly.org>
831 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
832 S:      Maintained
834 ARM/LOGICPD PXA270 MACHINE SUPPORT
835 M:      Lennert Buytenhek <kernel@wantstofly.org>
836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
837 S:      Maintained
839 ARM/MAGICIAN MACHINE SUPPORT
840 M:      Philipp Zabel <philipp.zabel@gmail.com>
841 S:      Maintained
843 ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
844 M:      Lennert Buytenhek <kernel@wantstofly.org>
845 M:      Nicolas Pitre <nico@fluxnic.net>
846 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
847 S:      Odd Fixes
848 F:      arch/arm/mach-loki/
849 F:      arch/arm/mach-kirkwood/
850 F:      arch/arm/mach-mv78xx0/
851 F:      arch/arm/mach-orion5x/
852 F:      arch/arm/plat-orion/
854 ARM/MIOA701 MACHINE SUPPORT
855 M:      Robert Jarzmik <robert.jarzmik@free.fr>
856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
857 F:      arch/arm/mach-pxa/mioa701.c
858 S:      Maintained
860 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
861 M:      Michael Petchkovsky <mkpetch@internode.on.net>
862 S:      Maintained
864 ARM/NOMADIK ARCHITECTURE
865 M:      Alessandro Rubini <rubini@unipv.it>
866 M:      Linus Walleij <linus.walleij@stericsson.com>
867 M:      STEricsson <STEricsson_nomadik_linux@list.st.com>
868 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
869 S:      Maintained
870 F:      arch/arm/mach-nomadik/
871 F:      arch/arm/plat-nomadik/
872 F:      drivers/i2c/busses/i2c-nomadik.c
873 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
875 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
876 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
877 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
878 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
879 S:      Supported
881 ARM/QUALCOMM MSM MACHINE SUPPORT
882 M:      David Brown <davidb@codeaurora.org>
883 M:      Daniel Walker <dwalker@codeaurora.org>
884 M:      Bryan Huntsman <bryanh@codeaurora.org>
885 L:      linux-arm-msm@vger.kernel.org
886 F:      arch/arm/mach-msm/
887 F:      drivers/video/msm/
888 F:      drivers/mmc/host/msm_sdcc.c
889 F:      drivers/mmc/host/msm_sdcc.h
890 F:      drivers/serial/msm_serial.h
891 F:      drivers/serial/msm_serial.c
892 T:      git git://codeaurora.org/quic/kernel/davidb/linux-msm.git
893 S:      Maintained
895 ARM/TOSA MACHINE SUPPORT
896 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
897 M:      Dirk Opfer <dirk@opfer-online.de>
898 S:      Maintained
900 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
901 M:      Marek Vasut <marek.vasut@gmail.com>
902 L:      linux-arm-kernel@lists.infradead.org
903 W:      http://hackndev.com
904 S:      Maintained
905 F:      arch/arm/mach-pxa/include/mach/palmtx.h
906 F:      arch/arm/mach-pxa/palmtx.c
907 F:      arch/arm/mach-pxa/include/mach/palmt5.h
908 F:      arch/arm/mach-pxa/palmt5.c
909 F:      arch/arm/mach-pxa/include/mach/palmld.h
910 F:      arch/arm/mach-pxa/palmld.c
911 F:      arch/arm/mach-pxa/include/mach/palmte2.h
912 F:      arch/arm/mach-pxa/palmte2.c
913 F:      arch/arm/mach-pxa/include/mach/palmtc.h
914 F:      arch/arm/mach-pxa/palmtc.c
916 ARM/PALM TREO SUPPORT
917 M:      Tomas Cech <sleep_walker@suse.cz>
918 L:      linux-arm-kernel@lists.infradead.org
919 W:      http://hackndev.com
920 S:      Maintained
921 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
922 F:      arch/arm/mach-pxa/palmtreo.c
924 ARM/PALMZ72 SUPPORT
925 M:      Sergey Lapin <slapin@ossfans.org>
926 L:      linux-arm-kernel@lists.infradead.org
927 W:      http://hackndev.com
928 S:      Maintained
929 F:      arch/arm/mach-pxa/include/mach/palmz72.h
930 F:      arch/arm/mach-pxa/palmz72.c
932 ARM/PLEB SUPPORT
933 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
934 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
935 S:      Maintained
937 ARM/PT DIGITAL BOARD PORT
938 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
939 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
940 W:      http://www.arm.linux.org.uk/
941 S:      Maintained
943 ARM/RADISYS ENP2611 MACHINE SUPPORT
944 M:      Lennert Buytenhek <kernel@wantstofly.org>
945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 S:      Maintained
948 ARM/RISCPC ARCHITECTURE
949 M:      Russell King <linux@arm.linux.org.uk>
950 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951 W:      http://www.arm.linux.org.uk/
952 S:      Maintained
953 F:      arch/arm/common/time-acorn.c
954 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
955 F:      arch/arm/include/asm/hardware/ioc.h
956 F:      arch/arm/include/asm/hardware/iomd.h
957 F:      arch/arm/include/asm/hardware/memc.h
958 F:      arch/arm/mach-rpc/
959 F:      drivers/net/arm/ether*
960 F:      drivers/scsi/arm/
962 ARM/SHARK MACHINE SUPPORT
963 M:      Alexander Schulz <alex@shark-linux.de>
964 W:      http://www.shark-linux.de/shark.html
965 S:      Maintained
967 ARM/SAMSUNG ARM ARCHITECTURES
968 M:      Ben Dooks <ben-linux@fluff.org>
969 M:      Kukjin Kim <kgene.kim@samsung.com>
970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 W:      http://www.fluff.org/ben/linux/
972 S:      Maintained
973 F:      arch/arm/plat-samsung/
974 F:      arch/arm/plat-s3c24xx/
975 F:      arch/arm/plat-s5p/
977 ARM/S3C2410 ARM ARCHITECTURE
978 M:      Ben Dooks <ben-linux@fluff.org>
979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980 W:      http://www.fluff.org/ben/linux/
981 S:      Maintained
982 F:      arch/arm/mach-s3c2410/
984 ARM/S3C244x ARM ARCHITECTURE
985 M:      Ben Dooks <ben-linux@fluff.org>
986 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
987 W:      http://www.fluff.org/ben/linux/
988 S:      Maintained
989 F:      arch/arm/mach-s3c2440/
990 F:      arch/arm/mach-s3c2443/
992 ARM/S3C64xx ARM ARCHITECTURE
993 M:      Ben Dooks <ben-linux@fluff.org>
994 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
995 W:      http://www.fluff.org/ben/linux/
996 S:      Maintained
997 F:      arch/arm/mach-s3c64xx/
999 ARM/S5P ARM ARCHITECTURES
1000 M:      Kukjin Kim <kgene.kim@samsung.com>
1001 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1003 S:      Maintained
1004 F:      arch/arm/mach-s5p*/
1006 ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1007 M:      Kyungmin Park <kyungmin.park@samsung.com>
1008 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
1009 L:      linux-arm-kernel@lists.infradead.org
1010 L:      linux-media@vger.kernel.org
1011 S:      Maintained
1012 F:      arch/arm/plat-s5p/dev-fimc*
1013 F:      arch/arm/plat-samsung/include/plat/*fimc*
1014 F:      drivers/media/video/s5p-fimc/
1016 ARM/SHMOBILE ARM ARCHITECTURE
1017 M:      Paul Mundt <lethal@linux-sh.org>
1018 M:      Magnus Damm <magnus.damm@gmail.com>
1019 L:      linux-sh@vger.kernel.org
1020 W:      http://oss.renesas.com
1021 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
1023 S:      Supported
1024 F:      arch/arm/mach-shmobile/
1025 F:      drivers/sh/
1027 ARM/TELECHIPS ARM ARCHITECTURE
1028 M:      "Hans J. Koch" <hjk@linutronix.de>
1029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1030 S:      Maintained
1031 F:      arch/arm/plat-tcc/
1032 F:      arch/arm/mach-tcc8k/
1034 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1035 M:      Lennert Buytenhek <kernel@wantstofly.org>
1036 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037 S:      Maintained
1039 ARM/TETON BGA MACHINE SUPPORT
1040 M:      Mark F. Brown <mark.brown314@gmail.com>
1041 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1042 S:      Maintained
1044 ARM/THECUS N2100 MACHINE SUPPORT
1045 M:      Lennert Buytenhek <kernel@wantstofly.org>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1049 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1050 M:      Wan ZongShun <mcuos.com@gmail.com>
1051 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052 W:      http://www.mcuos.com
1053 S:      Maintained
1054 F:      arch/arm/mach-w90x900/
1055 F:      arch/arm/mach-nuc93x/
1056 F:      drivers/input/keyboard/w90p910_keypad.c
1057 F:      drivers/input/touchscreen/w90p910_ts.c
1058 F:      drivers/watchdog/nuc900_wdt.c
1059 F:      drivers/net/arm/w90p910_ether.c
1060 F:      drivers/mtd/nand/nuc900_nand.c
1061 F:      drivers/rtc/rtc-nuc900.c
1062 F:      drivers/spi/spi_nuc900.c
1063 F:      drivers/usb/host/ehci-w90x900.c
1064 F:      drivers/video/nuc900fb.c
1066 ARM/U300 MACHINE SUPPORT
1067 M:      Linus Walleij <linus.walleij@stericsson.com>
1068 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069 S:      Supported
1070 F:      arch/arm/mach-u300/
1071 F:      drivers/i2c/busses/i2c-stu300.c
1072 F:      drivers/rtc/rtc-coh901331.c
1073 F:      drivers/watchdog/coh901327_wdt.c
1074 F:      drivers/dma/coh901318*
1075 F:      drivers/mfd/ab3100*
1076 F:      drivers/rtc/rtc-ab3100.c
1077 F:      drivers/rtc/rtc-coh901331.c
1078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1080 ARM/Ux500 ARM ARCHITECTURE
1081 M:      Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
1082 M:      Linus Walleij <linus.walleij@stericsson.com>
1083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 S:      Maintained
1085 F:      arch/arm/mach-ux500/
1086 F:      drivers/dma/ste_dma40*
1087 F:      drivers/mfd/ab3550*
1088 F:      drivers/mfd/abx500*
1089 F:      drivers/mfd/ab8500*
1090 F:      drivers/mfd/stmpe*
1091 F:      drivers/rtc/rtc-ab8500.c
1092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1094 ARM/VFP SUPPORT
1095 M:      Russell King <linux@arm.linux.org.uk>
1096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 W:      http://www.arm.linux.org.uk/
1098 S:      Maintained
1099 F:      arch/arm/vfp/
1101 ARM/VOIPAC PXA270 SUPPORT
1102 M:      Marek Vasut <marek.vasut@gmail.com>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Maintained
1105 F:      arch/arm/mach-pxa/vpac270.c
1106 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1108 ARM/ZIPIT Z2 SUPPORT
1109 M:      Marek Vasut <marek.vasut@gmail.com>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 S:      Maintained
1112 F:      arch/arm/mach-pxa/z2.c
1113 F:      arch/arm/mach-pxa/include/mach/z2.h
1115 ASC7621 HARDWARE MONITOR DRIVER
1116 M:      George Joseph <george.joseph@fairview5.com>
1117 L:      lm-sensors@lm-sensors.org
1118 S:      Maintained
1119 F:      Documentation/hwmon/asc7621
1120 F:      drivers/hwmon/asc7621.c
1122 ASUS ACPI EXTRAS DRIVER
1123 M:      Corentin Chary <corentincj@iksaif.net>
1124 M:      Karol Kozimor <sziwan@users.sourceforge.net>
1125 L:      acpi4asus-user@lists.sourceforge.net
1126 L:      platform-driver-x86@vger.kernel.org
1127 W:      http://acpi4asus.sf.net
1128 S:      Maintained
1129 F:      drivers/platform/x86/asus_acpi.c
1131 ASUS ASB100 HARDWARE MONITOR DRIVER
1132 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
1133 L:      lm-sensors@lm-sensors.org
1134 S:      Maintained
1135 F:      drivers/hwmon/asb100.c
1137 ASUS LAPTOP EXTRAS DRIVER
1138 M:      Corentin Chary <corentincj@iksaif.net>
1139 L:      acpi4asus-user@lists.sourceforge.net
1140 L:      platform-driver-x86@vger.kernel.org
1141 W:      http://acpi4asus.sf.net
1142 S:      Maintained
1143 F:      drivers/platform/x86/asus-laptop.c
1145 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1146 M:      Dan Williams <dan.j.williams@intel.com>
1147 W:      http://sourceforge.net/projects/xscaleiop
1148 S:      Supported
1149 F:      Documentation/crypto/async-tx-api.txt
1150 F:      crypto/async_tx/
1151 F:      drivers/dma/
1152 F:      include/linux/dmaengine.h
1153 F:      include/linux/async_tx.h
1155 AT24 EEPROM DRIVER
1156 M:      Wolfram Sang <w.sang@pengutronix.de>
1157 L:      linux-i2c@vger.kernel.org
1158 S:      Maintained
1159 F:      drivers/misc/eeprom/at24.c
1160 F:      include/linux/i2c/at24.h
1162 ATA OVER ETHERNET (AOE) DRIVER
1163 M:      "Ed L. Cashin" <ecashin@coraid.com>
1164 W:      http://www.coraid.com/support/linux
1165 S:      Supported
1166 F:      Documentation/aoe/
1167 F:      drivers/block/aoe/
1169 ATHEROS ATH GENERIC UTILITIES
1170 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1171 L:      linux-wireless@vger.kernel.org
1172 S:      Supported
1173 F:      drivers/net/wireless/ath/*
1175 ATHEROS ATH5K WIRELESS DRIVER
1176 M:      Jiri Slaby <jirislaby@gmail.com>
1177 M:      Nick Kossifidis <mickflemm@gmail.com>
1178 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1179 M:      Bob Copeland <me@bobcopeland.com>
1180 L:      linux-wireless@vger.kernel.org
1181 L:      ath5k-devel@lists.ath5k.org
1182 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1183 S:      Maintained
1184 F:      drivers/net/wireless/ath/ath5k/
1186 ATHEROS ATH9K WIRELESS DRIVER
1187 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1188 M:      Jouni Malinen <jmalinen@atheros.com>
1189 M:      Vasanthakumar Thiagarajan <vasanth@atheros.com>
1190 M:      Senthil Balasubramanian <senthilkumar@atheros.com>
1191 L:      linux-wireless@vger.kernel.org
1192 L:      ath9k-devel@lists.ath9k.org
1193 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
1194 S:      Supported
1195 F:      drivers/net/wireless/ath/ath9k/
1197 ATHEROS AR9170 WIRELESS DRIVER
1198 M:      Christian Lamparter <chunkeey@web.de>
1199 L:      linux-wireless@vger.kernel.org
1200 W:      http://wireless.kernel.org/en/users/Drivers/ar9170
1201 S:      Maintained
1202 F:      drivers/net/wireless/ath/ar9170/
1204 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1205 M:      Christian Lamparter <chunkeey@googlemail.com>
1206 L:      linux-wireless@vger.kernel.org
1207 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1208 S:      Maintained
1209 F:      drivers/net/wireless/ath/carl9170/
1211 ATK0110 HWMON DRIVER
1212 M:      Luca Tettamanti <kronos.it@gmail.com>
1213 L:      lm-sensors@lm-sensors.org
1214 S:      Maintained
1215 F:      drivers/hwmon/asus_atk0110.c
1217 ATI_REMOTE2 DRIVER
1218 M:      Ville Syrjala <syrjala@sci.fi>
1219 S:      Maintained
1220 F:      drivers/input/misc/ati_remote2.c
1222 ATLX ETHERNET DRIVERS
1223 M:      Jay Cliburn <jcliburn@gmail.com>
1224 M:      Chris Snook <chris.snook@gmail.com>
1225 M:      Jie Yang <jie.yang@atheros.com>
1226 L:      netdev@vger.kernel.org
1227 W:      http://sourceforge.net/projects/atl1
1228 W:      http://atl1.sourceforge.net
1229 S:      Maintained
1230 F:      drivers/net/atlx/
1233 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1234 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1235 L:      netdev@vger.kernel.org
1236 W:      http://linux-atm.sourceforge.net
1237 S:      Maintained
1238 F:      drivers/atm/
1239 F:      include/linux/atm*
1241 ATMEL AT91 MCI DRIVER
1242 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1243 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1244 W:      http://www.atmel.com/products/AT91/
1245 W:      http://www.at91.com/
1246 S:      Maintained
1247 F:      drivers/mmc/host/at91_mci.c
1249 ATMEL AT91 / AT32 MCI DRIVER
1250 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1251 S:      Maintained
1252 F:      drivers/mmc/host/atmel-mci.c
1253 F:      drivers/mmc/host/atmel-mci-regs.h
1255 ATMEL AT91 / AT32 SERIAL DRIVER
1256 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1257 S:      Supported
1258 F:      drivers/serial/atmel_serial.c
1260 ATMEL LCDFB DRIVER
1261 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1262 L:      linux-fbdev@vger.kernel.org
1263 S:      Maintained
1264 F:      drivers/video/atmel_lcdfb.c
1265 F:      include/video/atmel_lcdc.h
1267 ATMEL MACB ETHERNET DRIVER
1268 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1269 S:      Supported
1270 F:      drivers/net/macb.*
1272 ATMEL SPI DRIVER
1273 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1274 S:      Supported
1275 F:      drivers/spi/atmel_spi.*
1277 ATMEL USBA UDC DRIVER
1278 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1279 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1280 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1281 S:      Supported
1282 F:      drivers/usb/gadget/atmel_usba_udc.*
1284 ATMEL WIRELESS DRIVER
1285 M:      Simon Kelley <simon@thekelleys.org.uk>
1286 L:      linux-wireless@vger.kernel.org
1287 W:      http://www.thekelleys.org.uk/atmel
1288 W:      http://atmelwlandriver.sourceforge.net/
1289 S:      Maintained
1290 F:      drivers/net/wireless/atmel*
1292 AUDIT SUBSYSTEM
1293 M:      Al Viro <viro@zeniv.linux.org.uk>
1294 M:      Eric Paris <eparis@redhat.com>
1295 L:      linux-audit@redhat.com (subscribers-only)
1296 W:      http://people.redhat.com/sgrubb/audit/
1297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1298 S:      Maintained
1299 F:      include/linux/audit.h
1300 F:      kernel/audit*
1302 AUXILIARY DISPLAY DRIVERS
1303 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1304 W:      http://miguelojeda.es/auxdisplay.htm
1305 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1306 S:      Maintained
1307 F:      drivers/auxdisplay/
1308 F:      include/linux/cfag12864b.h
1310 AVR32 ARCHITECTURE
1311 M:      Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
1312 W:      http://www.atmel.com/products/AVR32/
1313 W:      http://avr32linux.org/
1314 W:      http://avrfreaks.net/
1315 S:      Supported
1316 F:      arch/avr32/
1318 AVR32/AT32AP MACHINE SUPPORT
1319 M:      Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
1320 S:      Supported
1321 F:      arch/avr32/mach-at32ap/
1323 AX.25 NETWORK LAYER
1324 M:      Ralf Baechle <ralf@linux-mips.org>
1325 L:      linux-hams@vger.kernel.org
1326 W:      http://www.linux-ax25.org/
1327 S:      Maintained
1328 F:      include/linux/ax25.h
1329 F:      include/net/ax25.h
1330 F:      net/ax25/
1332 B43 WIRELESS DRIVER
1333 M:      Stefano Brivio <stefano.brivio@polimi.it>
1334 L:      linux-wireless@vger.kernel.org
1335 W:      http://linuxwireless.org/en/users/Drivers/b43
1336 S:      Maintained
1337 F:      drivers/net/wireless/b43/
1339 B43LEGACY WIRELESS DRIVER
1340 M:      Larry Finger <Larry.Finger@lwfinger.net>
1341 M:      Stefano Brivio <stefano.brivio@polimi.it>
1342 L:      linux-wireless@vger.kernel.org
1343 W:      http://linuxwireless.org/en/users/Drivers/b43
1344 S:      Maintained
1345 F:      drivers/net/wireless/b43legacy/
1347 BACKLIGHT CLASS/SUBSYSTEM
1348 M:      Richard Purdie <rpurdie@rpsys.net>
1349 S:      Maintained
1350 F:      drivers/video/backlight/
1351 F:      include/linux/backlight.h
1353 BATMAN ADVANCED
1354 M:      Marek Lindner <lindner_marek@yahoo.de>
1355 M:      Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
1356 M:      Sven Eckelmann <sven@narfation.org>
1357 L:      b.a.t.m.a.n@lists.open-mesh.org
1358 W:      http://www.open-mesh.org/
1359 S:      Maintained
1360 F:      net/batman-adv/
1362 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1363 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1364 L:      linux-hams@vger.kernel.org
1365 W:      http://www.baycom.org/~tom/ham/ham.html
1366 S:      Maintained
1367 F:      drivers/net/hamradio/baycom*
1369 BEFS FILE SYSTEM
1370 S:      Orphan
1371 F:      Documentation/filesystems/befs.txt
1372 F:      fs/befs/
1374 BFS FILE SYSTEM
1375 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1376 S:      Maintained
1377 F:      Documentation/filesystems/bfs.txt
1378 F:      fs/bfs/
1379 F:      include/linux/bfs_fs.h
1381 BLACKFIN ARCHITECTURE
1382 M:      Mike Frysinger <vapier@gentoo.org>
1383 L:      uclinux-dist-devel@blackfin.uclinux.org
1384 W:      http://blackfin.uclinux.org
1385 S:      Supported
1386 F:      arch/blackfin/
1388 BLACKFIN EMAC DRIVER
1389 M:      Michael Hennerich <michael.hennerich@analog.com>
1390 L:      uclinux-dist-devel@blackfin.uclinux.org
1391 W:      http://blackfin.uclinux.org
1392 S:      Supported
1393 F:      drivers/net/bfin_mac.*
1395 BLACKFIN RTC DRIVER
1396 M:      Mike Frysinger <vapier.adi@gmail.com>
1397 L:      uclinux-dist-devel@blackfin.uclinux.org
1398 W:      http://blackfin.uclinux.org
1399 S:      Supported
1400 F:      drivers/rtc/rtc-bfin.c
1402 BLACKFIN SDH DRIVER
1403 M:      Cliff Cai <cliff.cai@analog.com>
1404 L:      uclinux-dist-devel@blackfin.uclinux.org
1405 W:      http://blackfin.uclinux.org
1406 S:      Supported
1407 F:      drivers/mmc/host/bfin_sdh.c
1409 BLACKFIN SERIAL DRIVER
1410 M:      Sonic Zhang <sonic.zhang@analog.com>
1411 L:      uclinux-dist-devel@blackfin.uclinux.org
1412 W:      http://blackfin.uclinux.org
1413 S:      Supported
1414 F:      drivers/serial/bfin_5xx.c
1416 BLACKFIN WATCHDOG DRIVER
1417 M:      Mike Frysinger <vapier.adi@gmail.com>
1418 L:      uclinux-dist-devel@blackfin.uclinux.org
1419 W:      http://blackfin.uclinux.org
1420 S:      Supported
1421 F:      drivers/watchdog/bfin_wdt.c
1423 BLACKFIN I2C TWI DRIVER
1424 M:      Sonic Zhang <sonic.zhang@analog.com>
1425 L:      uclinux-dist-devel@blackfin.uclinux.org
1426 W:      http://blackfin.uclinux.org/
1427 S:      Supported
1428 F:      drivers/i2c/busses/i2c-bfin-twi.c
1430 BLOCK LAYER
1431 M:      Jens Axboe <axboe@kernel.dk>
1432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1433 S:      Maintained
1434 F:      block/
1436 BLOCK2MTD DRIVER
1437 M:      Joern Engel <joern@lazybastard.org>
1438 L:      linux-mtd@lists.infradead.org
1439 S:      Maintained
1440 F:      drivers/mtd/devices/block2mtd.c
1442 BLUETOOTH DRIVERS
1443 M:      Marcel Holtmann <marcel@holtmann.org>
1444 M:      Gustavo F. Padovan <padovan@profusion.mobi>
1445 L:      linux-bluetooth@vger.kernel.org
1446 W:      http://www.bluez.org/
1447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1448 S:      Maintained
1449 F:      drivers/bluetooth/
1451 BLUETOOTH SUBSYSTEM
1452 M:      Marcel Holtmann <marcel@holtmann.org>
1453 M:      Gustavo F. Padovan <padovan@profusion.mobi>
1454 L:      linux-bluetooth@vger.kernel.org
1455 W:      http://www.bluez.org/
1456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1457 S:      Maintained
1458 F:      net/bluetooth/
1459 F:      include/net/bluetooth/
1461 BONDING DRIVER
1462 M:      Jay Vosburgh <fubar@us.ibm.com>
1463 L:      netdev@vger.kernel.org
1464 W:      http://sourceforge.net/projects/bonding/
1465 S:      Supported
1466 F:      drivers/net/bonding/
1467 F:      include/linux/if_bonding.h
1469 BROADCOM B44 10/100 ETHERNET DRIVER
1470 M:      Gary Zambrano <zambrano@broadcom.com>
1471 L:      netdev@vger.kernel.org
1472 S:      Supported
1473 F:      drivers/net/b44.*
1475 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1476 M:      Michael Chan <mchan@broadcom.com>
1477 L:      netdev@vger.kernel.org
1478 S:      Supported
1479 F:      drivers/net/bnx2.*
1480 F:      drivers/net/bnx2_*
1482 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1483 M:      Eilon Greenstein <eilong@broadcom.com>
1484 L:      netdev@vger.kernel.org
1485 S:      Supported
1486 F:      drivers/net/bnx2x/
1488 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1489 M:      Matt Carlson <mcarlson@broadcom.com>
1490 M:      Michael Chan <mchan@broadcom.com>
1491 L:      netdev@vger.kernel.org
1492 S:      Supported
1493 F:      drivers/net/tg3.*
1495 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1496 M:      Brett Rudley <brudley@broadcom.com>
1497 M:      Henry Ptasinski <henryp@broadcom.com>
1498 M:      Dowan Kim <dowan@broadcom.com>
1499 M:      Roland Vossen <rvossen@broadcom.com>
1500 M:      Arend van Spriel <arend@broadcom.com>
1501 L:      linux-wireless@vger.kernel.org
1502 S:      Supported
1503 F:      drivers/staging/brcm80211/
1505 BROCADE BFA FC SCSI DRIVER
1506 M:      Jing Huang <huangj@brocade.com>
1507 L:      linux-scsi@vger.kernel.org
1508 S:      Supported
1509 F:      drivers/scsi/bfa/
1511 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1512 M:      Rasesh Mody <rmody@brocade.com>
1513 M:      Debashis Dutt <ddutt@brocade.com>
1514 L:      netdev@vger.kernel.org
1515 S:      Supported
1516 F:      drivers/net/bna/
1518 BSG (block layer generic sg v4 driver)
1519 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1520 L:      linux-scsi@vger.kernel.org
1521 S:      Supported
1522 F:      block/bsg.c
1523 F:      include/linux/bsg.h
1525 BT87X AUDIO DRIVER
1526 M:      Clemens Ladisch <clemens@ladisch.de>
1527 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1528 T:      git git://git.alsa-project.org/alsa-kernel.git
1529 S:      Maintained
1530 F:      Documentation/sound/alsa/Bt87x.txt
1531 F:      sound/pci/bt87x.c
1533 BT8XXGPIO DRIVER
1534 M:      Michael Buesch <mb@bu3sch.de>
1535 W:      http://bu3sch.de/btgpio.php
1536 S:      Maintained
1537 F:      drivers/gpio/bt8xxgpio.c
1539 BTRFS FILE SYSTEM
1540 M:      Chris Mason <chris.mason@oracle.com>
1541 L:      linux-btrfs@vger.kernel.org
1542 W:      http://btrfs.wiki.kernel.org/
1543 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
1544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1545 S:      Maintained
1546 F:      Documentation/filesystems/btrfs.txt
1547 F:      fs/btrfs/
1549 BTTV VIDEO4LINUX DRIVER
1550 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
1551 L:      linux-media@vger.kernel.org
1552 W:      http://linuxtv.org
1553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1554 S:      Maintained
1555 F:      Documentation/video4linux/bttv/
1556 F:      drivers/media/video/bt8xx/bttv*
1558 C-MEDIA CMI8788 DRIVER
1559 M:      Clemens Ladisch <clemens@ladisch.de>
1560 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1561 T:      git git://git.alsa-project.org/alsa-kernel.git
1562 S:      Maintained
1563 F:      sound/pci/oxygen/
1565 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1566 M:      David Howells <dhowells@redhat.com>
1567 L:      linux-cachefs@redhat.com
1568 S:      Supported
1569 F:      Documentation/filesystems/caching/cachefiles.txt
1570 F:      fs/cachefiles/
1572 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1573 M:      Jonathan Corbet <corbet@lwn.net>
1574 L:      linux-media@vger.kernel.org
1575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1576 S:      Maintained
1577 F:      Documentation/video4linux/cafe_ccic
1578 F:      drivers/media/video/cafe_ccic*
1580 CAIF NETWORK LAYER
1581 M:      Sjur Braendeland <sjur.brandeland@stericsson.com>
1582 L:      netdev@vger.kernel.org
1583 S:      Supported
1584 F:      Documentation/networking/caif/
1585 F:      drivers/net/caif/
1586 F:      include/linux/caif/
1587 F:      include/net/caif/
1588 F:      net/caif/
1590 CALGARY x86-64 IOMMU
1591 M:      Muli Ben-Yehuda <muli@il.ibm.com>
1592 M:      "Jon D. Mason" <jdmason@kudzu.us>
1593 L:      discuss@x86-64.org
1594 S:      Maintained
1595 F:      arch/x86/kernel/pci-calgary_64.c
1596 F:      arch/x86/kernel/tce_64.c
1597 F:      arch/x86/include/asm/calgary.h
1598 F:      arch/x86/include/asm/tce.h
1600 CAN NETWORK LAYER
1601 M:      Oliver Hartkopp <socketcan@hartkopp.net>
1602 M:      Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1603 M:      Urs Thuermann <urs.thuermann@volkswagen.de>
1604 L:      socketcan-core@lists.berlios.de
1605 L:      netdev@vger.kernel.org
1606 W:      http://developer.berlios.de/projects/socketcan/
1607 S:      Maintained
1608 F:      net/can/
1609 F:      include/linux/can.h
1610 F:      include/linux/can/core.h
1611 F:      include/linux/can/bcm.h
1612 F:      include/linux/can/raw.h
1614 CAN NETWORK DRIVERS
1615 M:      Wolfgang Grandegger <wg@grandegger.com>
1616 L:      socketcan-core@lists.berlios.de
1617 L:      netdev@vger.kernel.org
1618 W:      http://developer.berlios.de/projects/socketcan/
1619 S:      Maintained
1620 F:      drivers/net/can/
1621 F:      include/linux/can/dev.h
1622 F:      include/linux/can/error.h
1623 F:      include/linux/can/netlink.h
1624 F:      include/linux/can/platform/
1626 CELL BROADBAND ENGINE ARCHITECTURE
1627 M:      Arnd Bergmann <arnd@arndb.de>
1628 L:      linuxppc-dev@lists.ozlabs.org
1629 L:      cbe-oss-dev@lists.ozlabs.org
1630 W:      http://www.ibm.com/developerworks/power/cell/
1631 S:      Supported
1632 F:      arch/powerpc/include/asm/cell*.h
1633 F:      arch/powerpc/include/asm/spu*.h
1634 F:      arch/powerpc/oprofile/*cell*
1635 F:      arch/powerpc/platforms/cell/
1637 CEPH DISTRIBUTED FILE SYSTEM CLIENT
1638 M:      Sage Weil <sage@newdream.net>
1639 L:      ceph-devel@vger.kernel.org
1640 W:      http://ceph.newdream.net/
1641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1642 S:      Supported
1643 F:      Documentation/filesystems/ceph.txt
1644 F:      fs/ceph
1645 F:      net/ceph
1646 F:      include/linux/ceph
1648 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1649 L:      linux-usb@vger.kernel.org
1650 S:      Orphan
1651 F:      Documentation/usb/WUSB-Design-overview.txt
1652 F:      Documentation/usb/wusb-cbaf
1653 F:      drivers/usb/host/hwa-hc.c
1654 F:      drivers/usb/host/whci/
1655 F:      drivers/usb/wusbcore/
1656 F:      include/linux/usb/wusb*
1658 CFAG12864B LCD DRIVER
1659 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1660 W:      http://miguelojeda.es/auxdisplay.htm
1661 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1662 S:      Maintained
1663 F:      drivers/auxdisplay/cfag12864b.c
1664 F:      include/linux/cfag12864b.h
1666 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1667 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1668 W:      http://miguelojeda.es/auxdisplay.htm
1669 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1670 S:      Maintained
1671 F:      drivers/auxdisplay/cfag12864bfb.c
1672 F:      include/linux/cfag12864b.h
1674 CFG80211 and NL80211
1675 M:      Johannes Berg <johannes@sipsolutions.net>
1676 L:      linux-wireless@vger.kernel.org
1677 S:      Maintained
1678 F:      include/linux/nl80211.h
1679 F:      include/net/cfg80211.h
1680 F:      net/wireless/*
1681 X:      net/wireless/wext*
1683 CHECKPATCH
1684 M:      Andy Whitcroft <apw@canonical.com>
1685 S:      Supported
1686 F:      scripts/checkpatch.pl
1688 CISCO VIC ETHERNET NIC DRIVER
1689 M:      Vasanthy Kolluri <vkolluri@cisco.com>
1690 M:      Roopa Prabhu <roprabhu@cisco.com>
1691 M:      David Wang <dwang2@cisco.com>
1692 S:      Supported
1693 F:      drivers/net/enic/
1695 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1696 M:      Lennert Buytenhek <kernel@wantstofly.org>
1697 L:      netdev@vger.kernel.org
1698 S:      Maintained
1699 F:      drivers/net/arm/ep93xx_eth.c
1701 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1702 M:      Lennert Buytenhek <kernel@wantstofly.org>
1703 L:      linux-usb@vger.kernel.org
1704 S:      Maintained
1705 F:      drivers/usb/host/ohci-ep93xx.c
1707 CIRRUS LOGIC CS4270 SOUND DRIVER
1708 M:      Timur Tabi <timur@freescale.com>
1709 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1710 S:      Supported
1711 F:      sound/soc/codecs/cs4270*
1713 CLK API
1714 M:      Russell King <linux@arm.linux.org.uk>
1715 F:      include/linux/clk.h
1717 CISCO FCOE HBA DRIVER
1718 M:      Abhijeet Joglekar <abjoglek@cisco.com>
1719 M:      Joe Eykholt <jeykholt@cisco.com>
1720 L:      linux-scsi@vger.kernel.org
1721 S:      Supported
1722 F:      drivers/scsi/fnic/
1724 CMPC ACPI DRIVER
1725 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1726 M:      Daniel Oliveira Nascimento <don@syst.com.br>
1727 L:      platform-driver-x86@vger.kernel.org
1728 S:      Supported
1729 F:      drivers/platform/x86/classmate-laptop.c
1731 COCCINELLE/Semantic Patches (SmPL)
1732 M:      Julia Lawall <julia@diku.dk>
1733 M:      Gilles Muller <Gilles.Muller@lip6.fr>
1734 M:      Nicolas Palix <npalix.work@gmail.com>
1735 L:      cocci@diku.dk (moderated for non-subscribers)
1736 W:      http://coccinelle.lip6.fr/
1737 S:      Supported
1738 F:      scripts/coccinelle/
1739 F:      scripts/coccicheck
1741 CODA FILE SYSTEM
1742 M:      Jan Harkes <jaharkes@cs.cmu.edu>
1743 M:      coda@cs.cmu.edu
1744 L:      codalist@coda.cs.cmu.edu
1745 W:      http://www.coda.cs.cmu.edu/
1746 S:      Maintained
1747 F:      Documentation/filesystems/coda.txt
1748 F:      fs/coda/
1749 F:      include/linux/coda*.h
1751 COMMON INTERNET FILE SYSTEM (CIFS)
1752 M:      Steve French <sfrench@samba.org>
1753 L:      linux-cifs@vger.kernel.org
1754 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
1755 W:      http://linux-cifs.samba.org/
1756 Q:      http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1758 S:      Supported
1759 F:      Documentation/filesystems/cifs.txt
1760 F:      fs/cifs/
1762 COMPACTPCI HOTPLUG CORE
1763 M:      Scott Murray <scott@spiteful.org>
1764 L:      linux-pci@vger.kernel.org
1765 S:      Maintained
1766 F:      drivers/pci/hotplug/cpci_hotplug*
1768 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1769 M:      Scott Murray <scott@spiteful.org>
1770 L:      linux-pci@vger.kernel.org
1771 S:      Maintained
1772 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1774 COMPACTPCI HOTPLUG GENERIC DRIVER
1775 M:      Scott Murray <scott@spiteful.org>
1776 L:      linux-pci@vger.kernel.org
1777 S:      Maintained
1778 F:      drivers/pci/hotplug/cpcihp_generic.c
1780 COMPAL LAPTOP SUPPORT
1781 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1782 L:      platform-driver-x86@vger.kernel.org
1783 S:      Maintained
1784 F:      drivers/platform/x86/compal-laptop.c
1786 COMPUTONE INTELLIPORT MULTIPORT CARD
1787 M:      "Michael H. Warfield" <mhw@wittsend.com>
1788 W:      http://www.wittsend.com/computone.html
1789 S:      Maintained
1790 F:      Documentation/serial/computone.txt
1791 F:      drivers/char/ip2/
1793 CONEXANT ACCESSRUNNER USB DRIVER
1794 M:      Simon Arlott <cxacru@fire.lp0.eu>
1795 L:      accessrunner-general@lists.sourceforge.net
1796 W:      http://accessrunner.sourceforge.net/
1797 S:      Maintained
1798 F:      drivers/usb/atm/cxacru.c
1800 CONFIGFS
1801 M:      Joel Becker <jlbec@evilplan.org>
1802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
1803 S:      Supported
1804 F:      fs/configfs/
1805 F:      include/linux/configfs.h
1807 CONNECTOR
1808 M:      Evgeniy Polyakov <zbr@ioremap.net>
1809 L:      netdev@vger.kernel.org
1810 S:      Maintained
1811 F:      drivers/connector/
1813 CONTROL GROUPS (CGROUPS)
1814 M:      Paul Menage <menage@google.com>
1815 M:      Li Zefan <lizf@cn.fujitsu.com>
1816 L:      containers@lists.linux-foundation.org
1817 S:      Maintained
1818 F:      include/linux/cgroup*
1819 F:      kernel/cgroup*
1820 F:      mm/*cgroup*
1822 CORETEMP HARDWARE MONITORING DRIVER
1823 M:      Fenghua Yu <fenghua.yu@intel.com>
1824 L:      lm-sensors@lm-sensors.org
1825 S:      Maintained
1826 F:      Documentation/hwmon/coretemp
1827 F:      drivers/hwmon/coretemp.c
1829 COSA/SRP SYNC SERIAL DRIVER
1830 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1831 W:      http://www.fi.muni.cz/~kas/cosa/
1832 S:      Maintained
1833 F:      drivers/net/wan/cosa*
1835 CPMAC ETHERNET DRIVER
1836 M:      Florian Fainelli <florian@openwrt.org>
1837 L:      netdev@vger.kernel.org
1838 S:      Maintained
1839 F:      drivers/net/cpmac.c
1841 CPU FREQUENCY DRIVERS
1842 M:      Dave Jones <davej@redhat.com>
1843 L:      cpufreq@vger.kernel.org
1844 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1846 S:      Maintained
1847 F:      arch/x86/kernel/cpu/cpufreq/
1848 F:      drivers/cpufreq/
1849 F:      include/linux/cpufreq.h
1851 CPUID/MSR DRIVER
1852 M:      "H. Peter Anvin" <hpa@zytor.com>
1853 S:      Maintained
1854 F:      arch/x86/kernel/cpuid.c
1855 F:      arch/x86/kernel/msr.c
1857 CPUSETS
1858 M:      Paul Menage <menage@google.com>
1859 W:      http://www.bullopensource.org/cpuset/
1860 W:      http://oss.sgi.com/projects/cpusets/
1861 S:      Supported
1862 F:      Documentation/cgroups/cpusets.txt
1863 F:      include/linux/cpuset.h
1864 F:      kernel/cpuset.c
1866 CRAMFS FILESYSTEM
1867 W:      http://sourceforge.net/projects/cramfs/
1868 S:      Orphan
1869 F:      Documentation/filesystems/cramfs.txt
1870 F:      fs/cramfs/
1872 CRIS PORT
1873 M:      Mikael Starvik <starvik@axis.com>
1874 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1875 L:      linux-cris-kernel@axis.com
1876 W:      http://developer.axis.com
1877 S:      Maintained
1878 F:      arch/cris/
1879 F:      drivers/serial/crisv10.*
1881 CRYPTO API
1882 M:      Herbert Xu <herbert@gondor.apana.org.au>
1883 M:      "David S. Miller" <davem@davemloft.net>
1884 L:      linux-crypto@vger.kernel.org
1885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1886 S:      Maintained
1887 F:      Documentation/crypto/
1888 F:      arch/*/crypto/
1889 F:      crypto/
1890 F:      drivers/crypto/
1891 F:      include/crypto/
1893 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1894 M:      Neil Horman <nhorman@tuxdriver.com>
1895 L:      linux-crypto@vger.kernel.org
1896 S:      Maintained
1897 F:      crypto/ansi_cprng.c
1898 F:      crypto/rng.c
1900 CS5535 Audio ALSA driver
1901 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
1902 S:      Maintained
1903 F:      sound/pci/cs5535audio/
1905 CX18 VIDEO4LINUX DRIVER
1906 M:      Andy Walls <awalls@md.metrocast.net>
1907 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
1908 L:      linux-media@vger.kernel.org
1909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1910 W:      http://linuxtv.org
1911 W:      http://www.ivtvdriver.org/index.php/Cx18
1912 S:      Maintained
1913 F:      Documentation/video4linux/cx18.txt
1914 F:      drivers/media/video/cx18/
1916 CXGB3 ETHERNET DRIVER (CXGB3)
1917 M:      Divy Le Ray <divy@chelsio.com>
1918 L:      netdev@vger.kernel.org
1919 W:      http://www.chelsio.com
1920 S:      Supported
1921 F:      drivers/net/cxgb3/
1923 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1924 M:      Steve Wise <swise@chelsio.com>
1925 L:      linux-rdma@vger.kernel.org
1926 W:      http://www.openfabrics.org
1927 S:      Supported
1928 F:      drivers/infiniband/hw/cxgb3/
1930 CXGB4 ETHERNET DRIVER (CXGB4)
1931 M:      Dimitris Michailidis <dm@chelsio.com>
1932 L:      netdev@vger.kernel.org
1933 W:      http://www.chelsio.com
1934 S:      Supported
1935 F:      drivers/net/cxgb4/
1937 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
1938 M:      Steve Wise <swise@chelsio.com>
1939 L:      linux-rdma@vger.kernel.org
1940 W:      http://www.openfabrics.org
1941 S:      Supported
1942 F:      drivers/infiniband/hw/cxgb4/
1944 CXGB4VF ETHERNET DRIVER (CXGB4VF)
1945 M:      Casey Leedom <leedom@chelsio.com>
1946 L:      netdev@vger.kernel.org
1947 W:      http://www.chelsio.com
1948 S:      Supported
1949 F:      drivers/net/cxgb4vf/
1951 STMMAC ETHERNET DRIVER
1952 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
1953 L:      netdev@vger.kernel.org
1954 W:      http://www.stlinux.com
1955 S:      Supported
1956 F:      drivers/net/stmmac/
1958 CYBERPRO FB DRIVER
1959 M:      Russell King <linux@arm.linux.org.uk>
1960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1961 W:      http://www.arm.linux.org.uk/
1962 S:      Maintained
1963 F:      drivers/video/cyber2000fb.*
1965 CYCLADES 2X SYNC CARD DRIVER
1966 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1967 W:      http://oops.ghostprotocols.net:81/blog
1968 S:      Maintained
1969 F:      drivers/net/wan/cycx*
1971 CYCLADES ASYNC MUX DRIVER
1972 W:      http://www.cyclades.com/
1973 S:      Orphan
1974 F:      drivers/char/cyclades.c
1975 F:      include/linux/cyclades.h
1977 CYCLADES PC300 DRIVER
1978 W:      http://www.cyclades.com/
1979 S:      Orphan
1980 F:      drivers/net/wan/pc300*
1982 DAMA SLAVE for AX.25
1983 M:      Joerg Reuter <jreuter@yaina.de>
1984 W:      http://yaina.de/jreuter/
1985 W:      http://www.qsl.net/dl1bke/
1986 L:      linux-hams@vger.kernel.org
1987 S:      Maintained
1988 F:      net/ax25/af_ax25.c
1989 F:      net/ax25/ax25_dev.c
1990 F:      net/ax25/ax25_ds_*
1991 F:      net/ax25/ax25_in.c
1992 F:      net/ax25/ax25_out.c
1993 F:      net/ax25/ax25_timer.c
1994 F:      net/ax25/sysctl_net_ax25.c
1996 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1997 M:      Tobias Ringstrom <tori@unhappy.mine.nu>
1998 L:      netdev@vger.kernel.org
1999 S:      Maintained
2000 F:      Documentation/networking/dmfe.txt
2001 F:      drivers/net/tulip/dmfe.c
2003 DC390/AM53C974 SCSI driver
2004 M:      Kurt Garloff <garloff@suse.de>
2005 W:      http://www.garloff.de/kurt/linux/dc390/
2006 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2007 S:      Maintained
2008 F:      drivers/scsi/tmscsim.*
2010 DC395x SCSI driver
2011 M:      Oliver Neukum <oliver@neukum.name>
2012 M:      Ali Akcaagac <aliakc@web.de>
2013 M:      Jamie Lenehan <lenehan@twibble.org>
2014 W:      http://twibble.org/dist/dc395x/
2015 L:      dc395x@twibble.org
2016 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
2017 S:      Maintained
2018 F:      Documentation/scsi/dc395x.txt
2019 F:      drivers/scsi/dc395x.*
2021 DCCP PROTOCOL
2022 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2023 L:      dccp@vger.kernel.org
2024 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2025 S:      Maintained
2026 F:      include/linux/dccp.h
2027 F:      include/linux/tfrc.h
2028 F:      net/dccp/
2030 DECnet NETWORK LAYER
2031 W:      http://linux-decnet.sourceforge.net
2032 L:      linux-decnet-user@lists.sourceforge.net
2033 S:      Orphan
2034 F:      Documentation/networking/decnet.txt
2035 F:      net/decnet/
2037 DEFXX FDDI NETWORK DRIVER
2038 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2039 S:      Maintained
2040 F:      drivers/net/defxx.*
2042 DELL LAPTOP DRIVER
2043 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2044 L:      platform-driver-x86@vger.kernel.org
2045 S:      Maintained
2046 F:      drivers/platform/x86/dell-laptop.c
2048 DELL LAPTOP SMM DRIVER
2049 M:      Massimo Dal Zotto <dz@debian.org>
2050 W:      http://www.debian.org/~dz/i8k/
2051 S:      Maintained
2052 F:      drivers/char/i8k.c
2053 F:      include/linux/i8k.h
2055 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2056 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
2057 S:      Maintained
2058 F:      Documentation/dcdbas.txt
2059 F:      drivers/firmware/dcdbas.*
2061 DELL WMI EXTRAS DRIVER
2062 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2063 S:      Maintained
2064 F:      drivers/platform/x86/dell-wmi.c
2066 DEVICE NUMBER REGISTRY
2067 M:      Torben Mathiasen <device@lanana.org>
2068 W:      http://lanana.org/docs/device-list/index.html
2069 S:      Maintained
2071 DEVICE-MAPPER  (LVM)
2072 P:      Alasdair Kergon
2073 L:      dm-devel@redhat.com
2074 W:      http://sources.redhat.com/dm
2075 Q:      http://patchwork.kernel.org/project/dm-devel/list/
2076 S:      Maintained
2077 F:      Documentation/device-mapper/
2078 F:      drivers/md/dm*
2079 F:      include/linux/device-mapper.h
2080 F:      include/linux/dm-*.h
2082 DIGI INTL. EPCA DRIVER
2083 M:      "Digi International, Inc" <Eng.Linux@digi.com>
2084 L:      Eng.Linux@digi.com
2085 W:      http://www.digi.com
2086 S:      Orphan
2087 F:      Documentation/serial/digiepca.txt
2088 F:      drivers/char/epca*
2089 F:      drivers/char/digi*
2091 DIRECTORY NOTIFICATION (DNOTIFY)
2092 M:      Eric Paris <eparis@parisplace.org>
2093 S:      Maintained
2094 F:      Documentation/filesystems/dnotify.txt
2095 F:      fs/notify/dnotify/
2096 F:      include/linux/dnotify.h
2098 DISK GEOMETRY AND PARTITION HANDLING
2099 M:      Andries Brouwer <aeb@cwi.nl>
2100 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2101 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2102 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2103 S:      Maintained
2105 DISKQUOTA
2106 M:      Jan Kara <jack@suse.cz>
2107 S:      Maintained
2108 F:      Documentation/filesystems/quota.txt
2109 F:      fs/quota/
2110 F:      include/linux/quota*.h
2112 DISTRIBUTED LOCK MANAGER (DLM)
2113 M:      Christine Caulfield <ccaulfie@redhat.com>
2114 M:      David Teigland <teigland@redhat.com>
2115 L:      cluster-devel@redhat.com
2116 W:      http://sources.redhat.com/cluster/
2117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2118 S:      Supported
2119 F:      fs/dlm/
2121 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2122 M:      Dan Williams <dan.j.williams@intel.com>
2123 S:      Supported
2124 F:      drivers/dma/
2125 F:      include/linux/dma*
2127 DME1737 HARDWARE MONITOR DRIVER
2128 M:      Juerg Haefliger <juergh@gmail.com>
2129 L:      lm-sensors@lm-sensors.org
2130 S:      Maintained
2131 F:      Documentation/hwmon/dme1737
2132 F:      drivers/hwmon/dme1737.c
2134 DOCBOOK FOR DOCUMENTATION
2135 M:      Randy Dunlap <rdunlap@xenotime.net>
2136 S:      Maintained
2137 F:      scripts/kernel-doc
2139 DOCKING STATION DRIVER
2140 M:      Shaohua Li <shaohua.li@intel.com>
2141 L:      linux-acpi@vger.kernel.org
2142 S:      Supported
2143 F:      drivers/acpi/dock.c
2145 DOCUMENTATION
2146 M:      Randy Dunlap <rdunlap@xenotime.net>
2147 L:      linux-doc@vger.kernel.org
2148 T:      quilt oss.oracle.com/~rdunlap/kernel-doc-patches/current/
2149 S:      Maintained
2150 F:      Documentation/
2152 DOUBLETALK DRIVER
2153 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
2154 L:      blinux-list@redhat.com
2155 S:      Maintained
2156 F:      drivers/char/dtlk.c
2157 F:      include/linux/dtlk.h
2159 DPT_I2O SCSI RAID DRIVER
2160 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2161 L:      linux-scsi@vger.kernel.org
2162 W:      http://www.adaptec.com/
2163 S:      Maintained
2164 F:      drivers/scsi/dpt*
2165 F:      drivers/scsi/dpt/
2167 DRBD DRIVER
2168 P:      Philipp Reisner
2169 P:      Lars Ellenberg
2170 M:      drbd-dev@lists.linbit.com
2171 L:      drbd-user@lists.linbit.com
2172 W:      http://www.drbd.org
2173 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
2174 T:      git git://git.drbd.org/drbd-8.3.git
2175 S:      Supported
2176 F:      drivers/block/drbd/
2177 F:      lib/lru_cache.c
2178 F:      Documentation/blockdev/drbd/
2180 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2181 M:      Greg Kroah-Hartman <gregkh@suse.de>
2182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git
2183 S:      Supported
2184 F:      Documentation/kobject.txt
2185 F:      drivers/base/
2186 F:      fs/sysfs/
2187 F:      fs/debugfs/
2188 F:      include/linux/kobj*
2189 F:      include/linux/debugfs.h
2190 F:      lib/kobj*
2192 DRM DRIVERS
2193 M:      David Airlie <airlied@linux.ie>
2194 L:      dri-devel@lists.freedesktop.org
2195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2196 S:      Maintained
2197 F:      drivers/gpu/drm/
2198 F:      include/drm/
2200 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2201 M:      Chris Wilson <chris@chris-wilson.co.uk>
2202 L:      intel-gfx@lists.freedesktop.org (subscribers-only)
2203 L:      dri-devel@lists.freedesktop.org
2204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel.git
2205 S:      Supported
2206 F:      drivers/gpu/drm/i915
2207 F:      include/drm/i915*
2209 DSCC4 DRIVER
2210 M:      Francois Romieu <romieu@fr.zoreil.com>
2211 L:      netdev@vger.kernel.org
2212 S:      Maintained
2213 F:      drivers/net/wan/dscc4.c
2215 DZ DECSTATION DZ11 SERIAL DRIVER
2216 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2217 S:      Maintained
2218 F:      drivers/serial/dz.*
2220 EATA-DMA SCSI DRIVER
2221 M:      Michael Neuffer <mike@i-Connect.Net>
2222 L:      linux-eata@i-connect.net
2223 L:      linux-scsi@vger.kernel.org
2224 S:      Maintained
2225 F:      drivers/scsi/eata*
2227 EATA ISA/EISA/PCI SCSI DRIVER
2228 M:      Dario Ballabio <ballabio_dario@emc.com>
2229 L:      linux-scsi@vger.kernel.org
2230 S:      Maintained
2231 F:      drivers/scsi/eata.c
2233 EATA-PIO SCSI DRIVER
2234 M:      Michael Neuffer <mike@i-Connect.Net>
2235 L:      linux-eata@i-connect.net
2236 L:      linux-scsi@vger.kernel.org
2237 S:      Maintained
2238 F:      drivers/scsi/eata_pio.*
2240 EBTABLES
2241 M:      Bart De Schuymer <bart.de.schuymer@pandora.be>
2242 L:      ebtables-user@lists.sourceforge.net
2243 L:      ebtables-devel@lists.sourceforge.net
2244 W:      http://ebtables.sourceforge.net/
2245 S:      Maintained
2246 F:      include/linux/netfilter_bridge/ebt_*.h
2247 F:      net/bridge/netfilter/ebt*.c
2249 ECRYPT FILE SYSTEM
2250 M:      Tyler Hicks <tyhicks@linux.vnet.ibm.com>
2251 M:      Dustin Kirkland <kirkland@canonical.com>
2252 L:      ecryptfs-devel@lists.launchpad.net
2253 W:      https://launchpad.net/ecryptfs
2254 S:      Supported
2255 F:      Documentation/filesystems/ecryptfs.txt
2256 F:      fs/ecryptfs/
2258 EDAC-CORE
2259 M:      Doug Thompson <dougthompson@xmission.com>
2260 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2261 W:      bluesmoke.sourceforge.net
2262 S:      Supported
2263 F:      Documentation/edac.txt
2264 F:      drivers/edac/edac_*
2265 F:      include/linux/edac.h
2267 EDAC-AMD64
2268 M:      Doug Thompson <dougthompson@xmission.com>
2269 M:      Borislav Petkov <borislav.petkov@amd.com>
2270 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2271 W:      bluesmoke.sourceforge.net
2272 S:      Supported
2273 F:      drivers/edac/amd64_edac*
2275 EDAC-E752X
2276 M:      Mark Gross <mark.gross@intel.com>
2277 M:      Doug Thompson <dougthompson@xmission.com>
2278 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2279 W:      bluesmoke.sourceforge.net
2280 S:      Maintained
2281 F:      drivers/edac/e752x_edac.c
2283 EDAC-E7XXX
2284 M:      Doug Thompson <dougthompson@xmission.com>
2285 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2286 W:      bluesmoke.sourceforge.net
2287 S:      Maintained
2288 F:      drivers/edac/e7xxx_edac.c
2290 EDAC-I82443BXGX
2291 M:      Tim Small <tim@buttersideup.com>
2292 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2293 W:      bluesmoke.sourceforge.net
2294 S:      Maintained
2295 F:      drivers/edac/i82443bxgx_edac.c
2297 EDAC-I3000
2298 M:      Jason Uhlenkott <juhlenko@akamai.com>
2299 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2300 W:      bluesmoke.sourceforge.net
2301 S:      Maintained
2302 F:      drivers/edac/i3000_edac.c
2304 EDAC-I5000
2305 M:      Doug Thompson <dougthompson@xmission.com>
2306 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2307 W:      bluesmoke.sourceforge.net
2308 S:      Maintained
2309 F:      drivers/edac/i5000_edac.c
2311 EDAC-I5400
2312 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2313 L:      linux-edac@vger.kernel.org
2314 W:      bluesmoke.sourceforge.net
2315 S:      Maintained
2316 F:      drivers/edac/i5400_edac.c
2318 EDAC-I7300
2319 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2320 L:      linux-edac@vger.kernel.org
2321 W:      bluesmoke.sourceforge.net
2322 S:      Maintained
2323 F:      drivers/edac/i7300_edac.c
2325 EDAC-I7CORE
2326 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2327 L:      linux-edac@vger.kernel.org
2328 W:      bluesmoke.sourceforge.net
2329 S:      Maintained
2330 F:      drivers/edac/i7core_edac.c
2331 F:      drivers/edac/edac_mce.c
2332 F:      include/linux/edac_mce.h
2334 EDAC-I82975X
2335 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
2336 M:      "Arvind R." <arvind@jetztechnologies.com>
2337 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2338 W:      bluesmoke.sourceforge.net
2339 S:      Maintained
2340 F:      drivers/edac/i82975x_edac.c
2342 EDAC-PASEMI
2343 M:      Egor Martovetsky <egor@pasemi.com>
2344 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2345 W:      bluesmoke.sourceforge.net
2346 S:      Maintained
2347 F:      drivers/edac/pasemi_edac.c
2349 EDAC-R82600
2350 M:      Tim Small <tim@buttersideup.com>
2351 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2352 W:      bluesmoke.sourceforge.net
2353 S:      Maintained
2354 F:      drivers/edac/r82600_edac.c
2356 EDIROL UA-101/UA-1000 DRIVER
2357 M:      Clemens Ladisch <clemens@ladisch.de>
2358 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2359 T:      git git://git.alsa-project.org/alsa-kernel.git
2360 S:      Maintained
2361 F:      sound/usb/misc/ua101.c
2363 EEEPC LAPTOP EXTRAS DRIVER
2364 M:      Corentin Chary <corentincj@iksaif.net>
2365 L:      acpi4asus-user@lists.sourceforge.net
2366 L:      platform-driver-x86@vger.kernel.org
2367 W:      http://acpi4asus.sf.net
2368 S:      Maintained
2369 F:      drivers/platform/x86/eeepc-laptop.c
2371 EEEPC WMI EXTRAS DRIVER
2372 M:      Corentin Chary <corentincj@iksaif.net>
2373 L:      acpi4asus-user@lists.sourceforge.net
2374 L:      platform-driver-x86@vger.kernel.org
2375 W:      http://acpi4asus.sf.net
2376 S:      Maintained
2377 F:      drivers/platform/x86/eeepc-wmi.c
2379 EFIFB FRAMEBUFFER DRIVER
2380 L:      linux-fbdev@vger.kernel.org
2381 M:      Peter Jones <pjones@redhat.com>
2382 S:      Maintained
2383 F:      drivers/video/efifb.c
2385 EFS FILESYSTEM
2386 W:      http://aeschi.ch.eu.org/efs/
2387 S:      Orphan
2388 F:      fs/efs/
2390 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2391 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2392 M:      Christoph Raisch <raisch@de.ibm.com>
2393 L:      linux-rdma@vger.kernel.org
2394 S:      Supported
2395 F:      drivers/infiniband/hw/ehca/
2397 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2398 M:      Breno Leitao <leitao@linux.vnet.ibm.com>
2399 L:      netdev@vger.kernel.org
2400 S:      Maintained
2401 F:      drivers/net/ehea/
2403 EMBEDDED LINUX
2404 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
2405 M:      Matt Mackall <mpm@selenic.com>
2406 M:      David Woodhouse <dwmw2@infradead.org>
2407 L:      linux-embedded@vger.kernel.org
2408 S:      Maintained
2410 EMULEX LPFC FC SCSI DRIVER
2411 M:      James Smart <james.smart@emulex.com>
2412 L:      linux-scsi@vger.kernel.org
2413 W:      http://sourceforge.net/projects/lpfcxxxx
2414 S:      Supported
2415 F:      drivers/scsi/lpfc/
2417 ENE CB710 FLASH CARD READER DRIVER
2418 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
2419 S:      Maintained
2420 F:      drivers/misc/cb710/
2421 F:      drivers/mmc/host/cb710-mmc.*
2422 F:      include/linux/cb710.h
2424 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2425 M:      Maxim Levitsky <maximlevitsky@gmail.com>
2426 S:      Maintained
2427 F:      drivers/media/IR/ene_ir.c
2428 F:      drivers/media/IR/ene_ir.h
2430 EPSON 1355 FRAMEBUFFER DRIVER
2431 M:      Christopher Hoover <ch@murgatroid.com>
2432 M:      Christopher Hoover <ch@hpl.hp.com>
2433 S:      Maintained
2434 F:      drivers/video/epson1355fb.c
2436 EPSON S1D13XXX FRAMEBUFFER DRIVER
2437 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
2438 S:      Maintained
2439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2440 F:      drivers/video/s1d13xxxfb.c
2441 F:      include/video/s1d13xxxfb.h
2443 ETHEREXPRESS-16 NETWORK DRIVER
2444 M:      Philip Blundell <philb@gnu.org>
2445 L:      netdev@vger.kernel.org
2446 S:      Maintained
2447 F:      drivers/net/eexpress.*
2449 ETHERNET BRIDGE
2450 M:      Stephen Hemminger <shemminger@linux-foundation.org>
2451 L:      bridge@lists.linux-foundation.org
2452 L:      netdev@vger.kernel.org
2453 W:      http://www.linuxfoundation.org/en/Net:Bridge
2454 S:      Maintained
2455 F:      include/linux/netfilter_bridge/
2456 F:      net/bridge/
2458 ETHERTEAM 16I DRIVER
2459 M:      Mika Kuoppala <miku@iki.fi>
2460 S:      Maintained
2461 F:      drivers/net/eth16i.c
2463 EXT2 FILE SYSTEM
2464 M:      Jan Kara <jack@suse.cz>
2465 L:      linux-ext4@vger.kernel.org
2466 S:      Maintained
2467 F:      Documentation/filesystems/ext2.txt
2468 F:      fs/ext2/
2469 F:      include/linux/ext2*
2471 EXT3 FILE SYSTEM
2472 M:      Jan Kara <jack@suse.cz>
2473 M:      Andrew Morton <akpm@linux-foundation.org>
2474 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2475 L:      linux-ext4@vger.kernel.org
2476 S:      Maintained
2477 F:      Documentation/filesystems/ext3.txt
2478 F:      fs/ext3/
2479 F:      include/linux/ext3*
2481 EXT4 FILE SYSTEM
2482 M:      "Theodore Ts'o" <tytso@mit.edu>
2483 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2484 L:      linux-ext4@vger.kernel.org
2485 W:      http://ext4.wiki.kernel.org
2486 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
2487 S:      Maintained
2488 F:      Documentation/filesystems/ext4.txt
2489 F:      fs/ext4/
2491 F71805F HARDWARE MONITORING DRIVER
2492 M:      Jean Delvare <khali@linux-fr.org>
2493 L:      lm-sensors@lm-sensors.org
2494 S:      Maintained
2495 F:      Documentation/hwmon/f71805f
2496 F:      drivers/hwmon/f71805f.c
2498 FANOTIFY
2499 M:      Eric Paris <eparis@redhat.com>
2500 S:      Maintained
2501 F:      fs/notify/fanotify/
2502 F:      include/linux/fanotify.h
2504 FARSYNC SYNCHRONOUS DRIVER
2505 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
2506 W:      http://www.farsite.co.uk/
2507 S:      Supported
2508 F:      drivers/net/wan/farsync.*
2510 FAULT INJECTION SUPPORT
2511 M:      Akinobu Mita <akinobu.mita@gmail.com>
2512 S:      Supported
2513 F:      Documentation/fault-injection/
2514 F:      lib/fault-inject.c
2516 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2517 M:      Robert Love <robert.w.love@intel.com>
2518 L:      devel@open-fcoe.org
2519 W:      www.Open-FCoE.org
2520 S:      Supported
2521 F:      drivers/scsi/libfc/
2522 F:      drivers/scsi/fcoe/
2523 F:      include/scsi/fc/
2524 F:      include/scsi/libfc.h
2525 F:      include/scsi/libfcoe.h
2527 FILE LOCKING (flock() and fcntl()/lockf())
2528 M:      Matthew Wilcox <matthew@wil.cx>
2529 L:      linux-fsdevel@vger.kernel.org
2530 S:      Maintained
2531 F:      include/linux/fcntl.h
2532 F:      include/linux/fs.h
2533 F:      fs/fcntl.c
2534 F:      fs/locks.c
2536 FILESYSTEMS (VFS and infrastructure)
2537 M:      Alexander Viro <viro@zeniv.linux.org.uk>
2538 L:      linux-fsdevel@vger.kernel.org
2539 S:      Maintained
2540 F:      fs/*
2542 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2543 M:      Riku Voipio <riku.voipio@iki.fi>
2544 L:      lm-sensors@lm-sensors.org
2545 S:      Maintained
2546 F:      drivers/hwmon/f75375s.c
2547 F:      include/linux/f75375s.h
2549 FIREWIRE SUBSYSTEM
2550 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2551 L:      linux1394-devel@lists.sourceforge.net
2552 W:      http://ieee1394.wiki.kernel.org/
2553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2554 S:      Maintained
2555 F:      drivers/firewire/
2556 F:      include/linux/firewire*.h
2557 F:      tools/firewire/
2559 FIRMWARE LOADER (request_firmware)
2560 S:      Orphan
2561 F:      Documentation/firmware_class/
2562 F:      drivers/base/firmware*.c
2563 F:      include/linux/firmware.h
2565 FPU EMULATOR
2566 M:      Bill Metzenthen <billm@melbpc.org.au>
2567 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2568 S:      Maintained
2569 F:      arch/x86/math-emu/
2571 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2572 M:      Mike McLagan <mike.mclagan@linux.org>
2573 L:      netdev@vger.kernel.org
2574 S:      Maintained
2575 F:      drivers/net/wan/dlci.c
2576 F:      drivers/net/wan/sdla.c
2578 FRAMEBUFFER LAYER
2579 L:      linux-fbdev@vger.kernel.org
2580 W:      http://linux-fbdev.sourceforge.net/
2581 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
2582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git
2583 S:      Orphan
2584 F:      Documentation/fb/
2585 F:      drivers/video/
2586 F:      include/video/
2587 F:      include/linux/fb.h
2589 FREESCALE DMA DRIVER
2590 M:      Li Yang <leoli@freescale.com>
2591 M:      Zhang Wei <zw@zh-kernel.org>
2592 L:      linuxppc-dev@lists.ozlabs.org
2593 S:      Maintained
2594 F:      drivers/dma/fsldma.*
2596 FREESCALE I2C CPM DRIVER
2597 M:      Jochen Friedrich <jochen@scram.de>
2598 L:      linuxppc-dev@lists.ozlabs.org
2599 L:      linux-i2c@vger.kernel.org
2600 S:      Maintained
2601 F:      drivers/i2c/busses/i2c-cpm.c
2603 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2604 M:      Sascha Hauer <kernel@pengutronix.de>
2605 L:      linux-fbdev@vger.kernel.org
2606 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2607 S:      Maintained
2608 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2609 F:      drivers/video/imxfb.c
2611 FREESCALE SOC FS_ENET DRIVER
2612 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
2613 M:      Vitaly Bordug <vbordug@ru.mvista.com>
2614 L:      linuxppc-dev@lists.ozlabs.org
2615 L:      netdev@vger.kernel.org
2616 S:      Maintained
2617 F:      drivers/net/fs_enet/
2618 F:      include/linux/fs_enet_pd.h
2620 FREESCALE QUICC ENGINE LIBRARY
2621 M:      Timur Tabi <timur@freescale.com>
2622 L:      linuxppc-dev@lists.ozlabs.org
2623 S:      Supported
2624 F:      arch/powerpc/sysdev/qe_lib/
2625 F:      arch/powerpc/include/asm/*qe.h
2627 FREESCALE USB PERIPHERAL DRIVERS
2628 M:      Li Yang <leoli@freescale.com>
2629 L:      linux-usb@vger.kernel.org
2630 L:      linuxppc-dev@lists.ozlabs.org
2631 S:      Maintained
2632 F:      drivers/usb/gadget/fsl*
2634 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2635 M:      Li Yang <leoli@freescale.com>
2636 L:      netdev@vger.kernel.org
2637 L:      linuxppc-dev@lists.ozlabs.org
2638 S:      Maintained
2639 F:      drivers/net/ucc_geth*
2641 FREESCALE QUICC ENGINE UCC UART DRIVER
2642 M:      Timur Tabi <timur@freescale.com>
2643 L:      linuxppc-dev@lists.ozlabs.org
2644 S:      Supported
2645 F:      drivers/serial/ucc_uart.c
2647 FREESCALE SOC SOUND DRIVERS
2648 M:      Timur Tabi <timur@freescale.com>
2649 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2650 L:      linuxppc-dev@lists.ozlabs.org
2651 S:      Supported
2652 F:      sound/soc/fsl/fsl*
2653 F:      sound/soc/fsl/mpc8610_hpcd.c
2655 FREEVXFS FILESYSTEM
2656 M:      Christoph Hellwig <hch@infradead.org>
2657 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2658 S:      Maintained
2659 F:      fs/freevxfs/
2661 FREEZER
2662 M:      Pavel Machek <pavel@ucw.cz>
2663 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2664 L:      linux-pm@lists.linux-foundation.org
2665 S:      Supported
2666 F:      Documentation/power/freezing-of-tasks.txt
2667 F:      include/linux/freezer.h
2668 F:      kernel/freezer.c
2670 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2671 M:      David Howells <dhowells@redhat.com>
2672 L:      linux-cachefs@redhat.com
2673 S:      Supported
2674 F:      Documentation/filesystems/caching/
2675 F:      fs/fscache/
2676 F:      include/linux/fscache*.h
2678 FUJITSU FR-V (FRV) PORT
2679 M:      David Howells <dhowells@redhat.com>
2680 S:      Maintained
2681 F:      arch/frv/
2683 FUJITSU LAPTOP EXTRAS
2684 M:      Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2685 L:      platform-driver-x86@vger.kernel.org
2686 S:      Maintained
2687 F:      drivers/platform/x86/fujitsu-laptop.c
2689 FUSE: FILESYSTEM IN USERSPACE
2690 M:      Miklos Szeredi <miklos@szeredi.hu>
2691 L:      fuse-devel@lists.sourceforge.net
2692 W:      http://fuse.sourceforge.net/
2693 S:      Maintained
2694 F:      fs/fuse/
2695 F:      include/linux/fuse.h
2697 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2698 M:      Rik Faith <faith@cs.unc.edu>
2699 L:      linux-scsi@vger.kernel.org
2700 S:      Odd Fixes (e.g., new signatures)
2701 F:      drivers/scsi/fdomain.*
2703 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2704 M:      Achim Leubner <achim_leubner@adaptec.com>
2705 L:      linux-scsi@vger.kernel.org
2706 W:      http://www.icp-vortex.com/
2707 S:      Supported
2708 F:      drivers/scsi/gdt*
2710 GENERIC GPIO I2C DRIVER
2711 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2712 S:      Supported
2713 F:      drivers/i2c/busses/i2c-gpio.c
2714 F:      include/linux/i2c-gpio.h
2716 GENERIC GPIO I2C MULTIPLEXER DRIVER
2717 M:      Peter Korsgaard <peter.korsgaard@barco.com>
2718 L:      linux-i2c@vger.kernel.org
2719 S:      Supported
2720 F:      drivers/i2c/muxes/gpio-i2cmux.c
2721 F:      include/linux/gpio-i2cmux.h
2722 F:      Documentation/i2c/muxes/gpio-i2cmux
2724 GENERIC HDLC (WAN) DRIVERS
2725 M:      Krzysztof Halasa <khc@pm.waw.pl>
2726 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2727 S:      Maintained
2728 F:      drivers/net/wan/c101.c
2729 F:      drivers/net/wan/hd6457*
2730 F:      drivers/net/wan/hdlc*
2731 F:      drivers/net/wan/n2.c
2732 F:      drivers/net/wan/pc300too.c
2733 F:      drivers/net/wan/pci200syn.c
2734 F:      drivers/net/wan/wanxl*
2736 GENERIC INCLUDE/ASM HEADER FILES
2737 M:      Arnd Bergmann <arnd@arndb.de>
2738 L:      linux-arch@vger.kernel.org
2739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2740 S:      Maintained
2741 F:      include/asm-generic
2743 GENERIC UIO DRIVER FOR PCI DEVICES
2744 M:      "Michael S. Tsirkin" <mst@redhat.com>
2745 L:      kvm@vger.kernel.org
2746 S:      Supported
2747 F:      drivers/uio/uio_pci_generic.c
2749 GFS2 FILE SYSTEM
2750 M:      Steven Whitehouse <swhiteho@redhat.com>
2751 L:      cluster-devel@redhat.com
2752 W:      http://sources.redhat.com/cluster/
2753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2755 S:      Supported
2756 F:      Documentation/filesystems/gfs2*.txt
2757 F:      fs/gfs2/
2758 F:      include/linux/gfs2_ondisk.h
2760 GIGASET ISDN DRIVERS
2761 M:      Hansjoerg Lipp <hjlipp@web.de>
2762 M:      Tilman Schmidt <tilman@imap.cc>
2763 L:      gigaset307x-common@lists.sourceforge.net
2764 W:      http://gigaset307x.sourceforge.net/
2765 S:      Maintained
2766 F:      Documentation/isdn/README.gigaset
2767 F:      drivers/isdn/gigaset/
2768 F:      include/linux/gigaset_dev.h
2770 GRETH 10/100/1G Ethernet MAC device driver
2771 M:      Kristoffer Glembo <kristoffer@gaisler.com>
2772 L:      netdev@vger.kernel.org
2773 S:      Maintained
2774 F:      drivers/net/greth*
2776 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2777 M:      Frank Seidel <frank@f-seidel.de>
2778 L:      platform-driver-x86@vger.kernel.org
2779 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2780 S:      Maintained
2781 F:      drivers/platform/x86/hdaps.c
2783 HWPOISON MEMORY FAILURE HANDLING
2784 M:      Andi Kleen <andi@firstfloor.org>
2785 L:      linux-mm@kvack.org
2786 L:      linux-kernel@vger.kernel.org
2787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2788 S:      Maintained
2789 F:      mm/memory-failure.c
2790 F:      mm/hwpoison-inject.c
2792 HYPERVISOR VIRTUAL CONSOLE DRIVER
2793 L:      linuxppc-dev@lists.ozlabs.org
2794 S:      Odd Fixes
2795 F:      drivers/char/hvc_*
2797 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
2798 M:      Peter Jones <pjones@redhat.com>
2799 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
2800 S:      Maintained
2801 F:      drivers/firmware/iscsi_ibft*
2803 GSPCA FINEPIX SUBDRIVER
2804 M:      Frank Zago <frank@zago.net>
2805 L:      linux-media@vger.kernel.org
2806 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2807 S:      Maintained
2808 F:      drivers/media/video/gspca/finepix.c
2810 GSPCA GL860 SUBDRIVER
2811 M:      Olivier Lorin <o.lorin@laposte.net>
2812 L:      linux-media@vger.kernel.org
2813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2814 S:      Maintained
2815 F:      drivers/media/video/gspca/gl860/
2817 GSPCA M5602 SUBDRIVER
2818 M:      Erik Andren <erik.andren@gmail.com>
2819 L:      linux-media@vger.kernel.org
2820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2821 S:      Maintained
2822 F:      drivers/media/video/gspca/m5602/
2824 GSPCA PAC207 SONIXB SUBDRIVER
2825 M:      Hans de Goede <hdegoede@redhat.com>
2826 L:      linux-media@vger.kernel.org
2827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2828 S:      Maintained
2829 F:      drivers/media/video/gspca/pac207.c
2831 GSPCA SN9C20X SUBDRIVER
2832 M:      Brian Johnson <brijohn@gmail.com>
2833 L:      linux-media@vger.kernel.org
2834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2835 S:      Maintained
2836 F:      drivers/media/video/gspca/sn9c20x.c
2838 GSPCA T613 SUBDRIVER
2839 M:      Leandro Costantino <lcostantino@gmail.com>
2840 L:      linux-media@vger.kernel.org
2841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2842 S:      Maintained
2843 F:      drivers/media/video/gspca/t613.c
2845 GSPCA USB WEBCAM DRIVER
2846 M:      Jean-Francois Moine <moinejf@free.fr>
2847 W:      http://moinejf.free.fr
2848 L:      linux-media@vger.kernel.org
2849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2850 S:      Maintained
2851 F:      drivers/media/video/gspca/
2853 HARDWARE MONITORING
2854 M:      Jean Delvare <khali@linux-fr.org>
2855 M:      Guenter Roeck <guenter.roeck@ericsson.com>
2856 L:      lm-sensors@lm-sensors.org
2857 W:      http://www.lm-sensors.org/
2858 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
2859 T:      quilt kernel.org/pub/linux/kernel/people/groeck/linux-staging/
2860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
2861 S:      Maintained
2862 F:      Documentation/hwmon/
2863 F:      drivers/hwmon/
2864 F:      include/linux/hwmon*.h
2866 HARDWARE RANDOM NUMBER GENERATOR CORE
2867 M:      Matt Mackall <mpm@selenic.com>
2868 M:      Herbert Xu <herbert@gondor.apana.org.au>
2869 S:      Odd fixes
2870 F:      Documentation/hw_random.txt
2871 F:      drivers/char/hw_random/
2872 F:      include/linux/hw_random.h
2874 HARMONY SOUND DRIVER
2875 M:      Kyle McMartin <kyle@mcmartin.ca>
2876 L:      linux-parisc@vger.kernel.org
2877 S:      Maintained
2878 F:      sound/parisc/harmony.*
2880 HEWLETT-PACKARD SMART2 RAID DRIVER
2881 M:      Chirag Kantharia <chirag.kantharia@hp.com>
2882 L:      iss_storagedev@hp.com
2883 S:      Maintained
2884 F:      Documentation/blockdev/cpqarray.txt
2885 F:      drivers/block/cpqarray.*
2887 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
2888 M:      Stephen M. Cameron <scameron@beardog.cce.hp.com>
2889 L:      iss_storagedev@hp.com
2890 S:      Supported
2891 F:      Documentation/scsi/hpsa.txt
2892 F:      drivers/scsi/hpsa*.[ch]
2893 F:      include/linux/cciss*.h
2895 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2896 M:      Mike Miller <mike.miller@hp.com>
2897 L:      iss_storagedev@hp.com
2898 S:      Supported
2899 F:      Documentation/blockdev/cciss.txt
2900 F:      drivers/block/cciss*
2901 F:      include/linux/cciss_ioctl.h
2903 HFS FILESYSTEM
2904 M:      Roman Zippel <zippel@linux-m68k.org>
2905 S:      Maintained
2906 F:      Documentation/filesystems/hfs.txt
2907 F:      fs/hfs/
2909 HGA FRAMEBUFFER DRIVER
2910 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2911 L:      linux-nvidia@lists.surfsouth.com
2912 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2913 S:      Maintained
2914 F:      drivers/video/hgafb.c
2916 HIBERNATION (aka Software Suspend, aka swsusp)
2917 M:      Pavel Machek <pavel@ucw.cz>
2918 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2919 L:      linux-pm@lists.linux-foundation.org
2920 S:      Supported
2921 F:      arch/x86/power/
2922 F:      drivers/base/power/
2923 F:      kernel/power/
2924 F:      include/linux/suspend.h
2925 F:      include/linux/freezer.h
2926 F:      include/linux/pm.h
2927 F:      arch/*/include/asm/suspend*.h
2929 HID CORE LAYER
2930 M:      Jiri Kosina <jkosina@suse.cz>
2931 L:      linux-input@vger.kernel.org
2932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2933 S:      Maintained
2934 F:      drivers/hid/
2935 F:      include/linux/hid*
2937 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2938 M:      Thomas Gleixner <tglx@linutronix.de>
2939 S:      Maintained
2940 F:      Documentation/timers/
2941 F:      kernel/hrtimer.c
2942 F:      kernel/time/clockevents.c
2943 F:      kernel/time/tick*.*
2944 F:      kernel/time/timer_*.c
2945 F       include/linux/clockevents.h
2946 F:      include/linux/hrtimer.h
2948 HIGH-SPEED SCC DRIVER FOR AX.25
2949 M:      Klaus Kudielka <klaus.kudielka@ieee.org>
2950 L:      linux-hams@vger.kernel.org
2951 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2952 S:      Maintained
2953 F:      drivers/net/hamradio/dmascc.c
2954 F:      drivers/net/hamradio/scc.c
2956 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2957 M:      HighPoint Linux Team <linux@highpoint-tech.com>
2958 W:      http://www.highpoint-tech.com
2959 S:      Supported
2960 F:      Documentation/scsi/hptiop.txt
2961 F:      drivers/scsi/hptiop.c
2963 HIPPI
2964 M:      Jes Sorensen <jes@trained-monkey.org>
2965 L:      linux-hippi@sunsite.dk
2966 S:      Maintained
2967 F:      include/linux/hippidevice.h
2968 F:      include/linux/if_hippi.h
2969 F:      net/802/hippi.c
2971 HOST AP DRIVER
2972 M:      Jouni Malinen <j@w1.fi>
2973 L:      hostap@shmoo.com (subscribers-only)
2974 L:      linux-wireless@vger.kernel.org
2975 W:      http://hostap.epitest.fi/
2976 S:      Maintained
2977 F:      drivers/net/wireless/hostap/
2979 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2980 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
2981 L:      platform-driver-x86@vger.kernel.org
2982 S:      Odd Fixes
2983 F:      drivers/platform/x86/tc1100-wmi.c
2985 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2986 M:      Jaroslav Kysela <perex@perex.cz>
2987 S:      Maintained
2988 F:      drivers/net/hp100.*
2990 HPET:   High Precision Event Timers driver
2991 M:      Clemens Ladisch <clemens@ladisch.de>
2992 S:      Maintained
2993 F:      Documentation/timers/hpet.txt
2994 F:      drivers/char/hpet.c
2995 F:      include/linux/hpet.h
2997 HPET:   x86
2998 M:      "Venkatesh Pallipadi (Venki)" <venki@google.com>
2999 S:      Maintained
3000 F:      arch/x86/kernel/hpet.c
3001 F:      arch/x86/include/asm/hpet.h
3003 HPFS FILESYSTEM
3004 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3005 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3006 S:      Maintained
3007 F:      fs/hpfs/
3009 HSO 3G MODEM DRIVER
3010 M:      Jan Dumon <j.dumon@option.com>
3011 W:      http://www.pharscape.org
3012 S:      Maintained
3013 F:      drivers/net/usb/hso.c
3015 HTCPEN TOUCHSCREEN DRIVER
3016 M:      Pau Oliva Fora <pof@eslack.org>
3017 L:      linux-input@vger.kernel.org
3018 S:      Maintained
3019 F:      drivers/input/touchscreen/htcpen.c
3021 HUGETLB FILESYSTEM
3022 M:      William Irwin <wli@holomorphy.com>
3023 S:      Maintained
3024 F:      fs/hugetlbfs/
3026 I2C/SMBUS STUB DRIVER
3027 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
3028 L:      linux-i2c@vger.kernel.org
3029 S:      Maintained
3030 F:      drivers/i2c/busses/i2c-stub.c
3032 I2C SUBSYSTEM
3033 M:      "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
3034 M:      "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3035 L:      linux-i2c@vger.kernel.org
3036 W:      http://i2c.wiki.kernel.org/
3037 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3038 T:      git git://git.fluff.org/bjdooks/linux.git
3039 S:      Maintained
3040 F:      Documentation/i2c/
3041 F:      drivers/i2c/
3042 F:      include/linux/i2c.h
3043 F:      include/linux/i2c-*.h
3045 I2C-TINY-USB DRIVER
3046 M:      Till Harbaum <till@harbaum.org>
3047 L:      linux-i2c@vger.kernel.org
3048 W:      http://www.harbaum.org/till/i2c_tiny_usb
3049 S:      Maintained
3050 F:      drivers/i2c/busses/i2c-tiny-usb.c
3052 i386 BOOT CODE
3053 M:      "H. Peter Anvin" <hpa@zytor.com>
3054 S:      Maintained
3055 F:      arch/x86/boot/
3057 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3058 M:      "H. Peter Anvin" <hpa@zytor.com>
3059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3060 S:      Maintained
3062 IA64 (Itanium) PLATFORM
3063 M:      Tony Luck <tony.luck@intel.com>
3064 M:      Fenghua Yu <fenghua.yu@intel.com>
3065 L:      linux-ia64@vger.kernel.org
3066 W:      http://www.ia64-linux.org/
3067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
3068 S:      Maintained
3069 F:      arch/ia64/
3071 IBM MCA SCSI SUBSYSTEM DRIVER
3072 M:      Michael Lang <langa2@kph.uni-mainz.de>
3073 W:      http://www.uni-mainz.de/~langm000/linux.html
3074 S:      Maintained
3075 F:      drivers/scsi/ibmmca.c
3077 IBM Power Linux RAID adapter
3078 M:      Brian King <brking@us.ibm.com>
3079 S:      Supported
3080 F:      drivers/scsi/ipr.*
3082 IBM Power Virtual Ethernet Device Driver
3083 M:      Santiago Leon <santil@linux.vnet.ibm.com>
3084 L:      netdev@vger.kernel.org
3085 S:      Supported
3086 F:      drivers/net/ibmveth.*
3088 IBM ServeRAID RAID DRIVER
3089 P:      Jack Hammer
3090 M:      Dave Jeffery <ipslinux@adaptec.com>
3091 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3092 S:      Supported
3093 F:      drivers/scsi/ips.*
3095 IDE SUBSYSTEM
3096 M:      "David S. Miller" <davem@davemloft.net>
3097 L:      linux-ide@vger.kernel.org
3098 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
3099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
3100 S:      Maintained
3101 F:      Documentation/ide/
3102 F:      drivers/ide/
3103 F:      include/linux/ide.h
3105 IDE/ATAPI DRIVERS
3106 M:      Borislav Petkov <petkovbb@gmail.com>
3107 L:      linux-ide@vger.kernel.org
3108 S:      Maintained
3109 F:      Documentation/cdrom/ide-cd
3110 F:      drivers/ide/ide-cd*
3112 IDLE-I7300
3113 M:      Andy Henroid <andrew.d.henroid@intel.com>
3114 L:      linux-pm@lists.linux-foundation.org
3115 S:      Supported
3116 F:      drivers/idle/i7300_idle.c
3118 IEEE 1394 SUBSYSTEM
3119 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3120 L:      linux1394-devel@lists.sourceforge.net
3121 W:      http://ieee1394.wiki.kernel.org/
3122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
3123 S:      Obsolete
3124 F:      Documentation/debugging-via-ohci1394.txt
3125 F:      drivers/ieee1394/
3127 IEEE 802.15.4 SUBSYSTEM
3128 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3129 M:      Sergey Lapin <slapin@ossfans.org>
3130 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3131 W:      http://apps.sourceforge.net/trac/linux-zigbee
3132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3133 S:      Maintained
3134 F:      net/ieee802154/
3135 F:      drivers/ieee802154/
3137 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3138 M:      Mimi Zohar <zohar@us.ibm.com>
3139 S:      Supported
3140 F:      security/integrity/ima/
3142 IMS TWINTURBO FRAMEBUFFER DRIVER
3143 L:      linux-fbdev@vger.kernel.org
3144 S:      Orphan
3145 F:      drivers/video/imsttfb.c
3147 INFINIBAND SUBSYSTEM
3148 M:      Roland Dreier <rolandd@cisco.com>
3149 M:      Sean Hefty <sean.hefty@intel.com>
3150 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
3151 L:      linux-rdma@vger.kernel.org
3152 W:      http://www.openfabrics.org/
3153 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
3154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3155 S:      Supported
3156 F:      Documentation/infiniband/
3157 F:      drivers/infiniband/
3158 F:      include/linux/if_infiniband.h
3160 INOTIFY
3161 M:      John McCutchan <john@johnmccutchan.com>
3162 M:      Robert Love <rlove@rlove.org>
3163 M:      Eric Paris <eparis@parisplace.org>
3164 S:      Maintained
3165 F:      Documentation/filesystems/inotify.txt
3166 F:      fs/notify/inotify/
3167 F:      include/linux/inotify.h
3169 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3170 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
3171 M:      Dmitry Torokhov <dtor@mail.ru>
3172 L:      linux-input@vger.kernel.org
3173 Q:      http://patchwork.kernel.org/project/linux-input/list/
3174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3175 S:      Maintained
3176 F:      drivers/input/
3178 INPUT MULTITOUCH (MT) PROTOCOL
3179 M:      Henrik Rydberg <rydberg@euromail.se>
3180 L:      linux-input@vger.kernel.org
3181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3182 S:      Maintained
3183 F:      Documentation/input/multi-touch-protocol.txt
3184 F:      drivers/input/input-mt.c
3185 K:      \b(ABS|SYN)_MT_
3187 INTEL IDLE DRIVER
3188 M:      Len Brown <lenb@kernel.org>
3189 L:      linux-pm@lists.linux-foundation.org
3190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git
3191 S:      Supported
3192 F:      drivers/idle/intel_idle.c
3194 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3195 M:      Maik Broemme <mbroemme@plusserver.de>
3196 L:      linux-fbdev@vger.kernel.org
3197 S:      Maintained
3198 F:      Documentation/fb/intelfb.txt
3199 F:      drivers/video/intelfb/
3201 INTEL 810/815 FRAMEBUFFER DRIVER
3202 M:      Antonino Daplas <adaplas@gmail.com>
3203 L:      linux-fbdev@vger.kernel.org
3204 S:      Maintained
3205 F:      drivers/video/i810/
3207 INTEL MENLOW THERMAL DRIVER
3208 M:      Sujith Thomas <sujith.thomas@intel.com>
3209 L:      platform-driver-x86@vger.kernel.org
3210 W:      http://www.lesswatts.org/projects/acpi/
3211 S:      Supported
3212 F:      drivers/platform/x86/intel_menlow.c
3214 INTEL IA32 MICROCODE UPDATE SUPPORT
3215 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3216 S:      Maintained
3217 F:      arch/x86/kernel/microcode_core.c
3218 F:      arch/x86/kernel/microcode_intel.c
3220 INTEL I/OAT DMA DRIVER
3221 M:      Dan Williams <dan.j.williams@intel.com>
3222 S:      Supported
3223 F:      drivers/dma/ioat*
3225 INTEL IOMMU (VT-d)
3226 M:      David Woodhouse <dwmw2@infradead.org>
3227 L:      iommu@lists.linux-foundation.org
3228 T:      git git://git.infradead.org/iommu-2.6.git
3229 S:      Supported
3230 F:      drivers/pci/intel-iommu.c
3231 F:      include/linux/intel-iommu.h
3233 INTEL IOP-ADMA DMA DRIVER
3234 M:      Dan Williams <dan.j.williams@intel.com>
3235 S:      Maintained
3236 F:      drivers/dma/iop-adma.c
3238 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3239 M:      Krzysztof Halasa <khc@pm.waw.pl>
3240 S:      Maintained
3241 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
3242 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
3243 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3244 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
3245 F:      drivers/net/arm/ixp4xx_eth.c
3246 F:      drivers/net/wan/ixp4xx_hss.c
3248 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3249 M:      Deepak Saxena <dsaxena@plexity.net>
3250 S:      Maintained
3251 F:      drivers/char/hw_random/ixp4xx-rng.c
3253 INTEL IXP2000 ETHERNET DRIVER
3254 M:      Lennert Buytenhek <kernel@wantstofly.org>
3255 L:      netdev@vger.kernel.org
3256 S:      Maintained
3257 F:      drivers/net/ixp2000/
3259 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3260 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3261 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
3262 M:      Bruce Allan <bruce.w.allan@intel.com>
3263 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
3264 M:      Don Skidmore <donald.c.skidmore@intel.com>
3265 M:      Greg Rose <gregory.v.rose@intel.com>
3266 M:      PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
3267 M:      Alex Duyck <alexander.h.duyck@intel.com>
3268 M:      John Ronciak <john.ronciak@intel.com>
3269 L:      e1000-devel@lists.sourceforge.net
3270 W:      http://e1000.sourceforge.net/
3271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-2.6.git
3272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next-2.6.git
3273 S:      Supported
3274 F:      Documentation/networking/e100.txt
3275 F:      Documentation/networking/e1000.txt
3276 F:      Documentation/networking/e1000e.txt
3277 F:      Documentation/networking/igb.txt
3278 F:      Documentation/networking/igbvf.txt
3279 F:      Documentation/networking/ixgb.txt
3280 F:      Documentation/networking/ixgbe.txt
3281 F:      Documentation/networking/ixgbevf.txt
3282 F:      drivers/net/e100.c
3283 F:      drivers/net/e1000/
3284 F:      drivers/net/e1000e/
3285 F:      drivers/net/igb/
3286 F:      drivers/net/igbvf/
3287 F:      drivers/net/ixgb/
3288 F:      drivers/net/ixgbe/
3289 F:      drivers/net/ixgbevf/
3291 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3292 L:      linux-wireless@vger.kernel.org
3293 S:      Orphan
3294 F:      Documentation/networking/README.ipw2100
3295 F:      drivers/net/wireless/ipw2x00/ipw2100.*
3297 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3298 L:      linux-wireless@vger.kernel.org
3299 S:      Orphan
3300 F:      Documentation/networking/README.ipw2200
3301 F:      drivers/net/wireless/ipw2x00/ipw2200.*
3303 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3304 M:      Joseph Cihula <joseph.cihula@intel.com>
3305 M:      Shane Wang <shane.wang@intel.com>
3306 L:      tboot-devel@lists.sourceforge.net
3307 W:      http://tboot.sourceforge.net
3308 T:      Mercurial http://www.bughost.org/repos.hg/tboot.hg
3309 S:      Supported
3310 F:      Documentation/intel_txt.txt
3311 F:      include/linux/tboot.h
3312 F:      arch/x86/kernel/tboot.c
3314 INTEL WIRELESS WIMAX CONNECTION 2400
3315 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3316 M:      linux-wimax@intel.com
3317 L:      wimax@linuxwimax.org
3318 S:      Supported
3319 W:      http://linuxwimax.org
3320 F:      Documentation/wimax/README.i2400m
3321 F:      drivers/net/wimax/i2400m/
3322 F:      include/linux/wimax/i2400m.h
3324 INTEL WIRELESS WIFI LINK (iwlwifi)
3325 M:      Reinette Chatre <reinette.chatre@intel.com>
3326 M:      Wey-Yi Guy <wey-yi.w.guy@intel.com>
3327 M:      Intel Linux Wireless <ilw@linux.intel.com>
3328 L:      linux-wireless@vger.kernel.org
3329 W:      http://intellinuxwireless.org
3330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3331 S:      Supported
3332 F:      drivers/net/wireless/iwlwifi/
3334 INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3335 M:      Samuel Ortiz <samuel.ortiz@intel.com>
3336 M:      Intel Linux Wireless <ilw@linux.intel.com>
3337 L:      linux-wireless@vger.kernel.org
3338 S:      Supported
3339 W:      http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3340 F:      drivers/net/wireless/iwmc3200wifi/
3342 IOC3 ETHERNET DRIVER
3343 M:      Ralf Baechle <ralf@linux-mips.org>
3344 L:      linux-mips@linux-mips.org
3345 S:      Maintained
3346 F:      drivers/net/ioc3-eth.c
3348 IOC3 SERIAL DRIVER
3349 M:      Pat Gefre <pfg@sgi.com>
3350 L:      linux-serial@vger.kernel.org
3351 S:      Maintained
3352 F:      drivers/serial/ioc3_serial.c
3354 IP MASQUERADING
3355 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3356 S:      Maintained
3357 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3359 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3360 M:      Francois Romieu <romieu@fr.zoreil.com>
3361 M:      Sorbica Shieh <sorbica@icplus.com.tw>
3362 L:      netdev@vger.kernel.org
3363 S:      Maintained
3364 F:      drivers/net/ipg.*
3366 IPATH DRIVER
3367 M:      Ralph Campbell <infinipath@qlogic.com>
3368 L:      linux-rdma@vger.kernel.org
3369 T:      git git://git.qlogic.com/ipath-linux-2.6
3370 S:      Supported
3371 F:      drivers/infiniband/hw/ipath/
3373 IPMI SUBSYSTEM
3374 M:      Corey Minyard <minyard@acm.org>
3375 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3376 W:      http://openipmi.sourceforge.net/
3377 S:      Supported
3378 F:      Documentation/IPMI.txt
3379 F:      drivers/char/ipmi/
3380 F:      include/linux/ipmi*
3382 IPS SCSI RAID DRIVER
3383 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3384 L:      linux-scsi@vger.kernel.org
3385 W:      http://www.adaptec.com/
3386 S:      Maintained
3387 F:      drivers/scsi/ips*
3389 IPVS
3390 M:      Wensong Zhang <wensong@linux-vs.org>
3391 M:      Simon Horman <horms@verge.net.au>
3392 M:      Julian Anastasov <ja@ssi.bg>
3393 L:      netdev@vger.kernel.org
3394 L:      lvs-devel@vger.kernel.org
3395 S:      Maintained
3396 F:      Documentation/networking/ipvs-sysctl.txt
3397 F:      include/net/ip_vs.h
3398 F:      include/linux/ip_vs.h
3399 F:      net/netfilter/ipvs/
3401 IPWIRELESS DRIVER
3402 M:      Jiri Kosina <jkosina@suse.cz>
3403 M:      David Sterba <dsterba@suse.cz>
3404 S:      Maintained
3405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3406 F:      drivers/char/pcmcia/ipwireless/
3408 IPX NETWORK LAYER
3409 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3410 L:      netdev@vger.kernel.org
3411 S:      Maintained
3412 F:      include/linux/ipx.h
3413 F:      include/net/ipx.h
3414 F:      net/ipx/
3416 IRDA SUBSYSTEM
3417 M:      Samuel Ortiz <samuel@sortiz.org>
3418 L:      irda-users@lists.sourceforge.net (subscribers-only)
3419 W:      http://irda.sourceforge.net/
3420 S:      Maintained
3421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3422 F:      Documentation/networking/irda.txt
3423 F:      drivers/net/irda/
3424 F:      include/net/irda/
3425 F:      net/irda/
3427 IRQ SUBSYSTEM
3428 M:      Thomas Gleixner <tglx@linutronix.de>
3429 S:      Maintained
3430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git irq/core
3431 F:      kernel/irq/
3433 ISAPNP
3434 M:      Jaroslav Kysela <perex@perex.cz>
3435 S:      Maintained
3436 F:      Documentation/isapnp.txt
3437 F:      drivers/pnp/isapnp/
3438 F:      include/linux/isapnp.h
3440 ISCSI
3441 M:      Mike Christie <michaelc@cs.wisc.edu>
3442 L:      open-iscsi@googlegroups.com
3443 W:      www.open-iscsi.org
3444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3445 S:      Maintained
3446 F:      drivers/scsi/*iscsi*
3447 F:      include/scsi/*iscsi*
3449 ISDN SUBSYSTEM
3450 M:      Karsten Keil <isdn@linux-pingi.de>
3451 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3452 L:      netdev@vger.kernel.org
3453 W:      http://www.isdn4linux.de
3454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3455 S:      Maintained
3456 F:      Documentation/isdn/
3457 F:      drivers/isdn/
3458 F:      include/linux/isdn.h
3459 F:      include/linux/isdn/
3461 ISDN SUBSYSTEM (Eicon active card driver)
3462 M:      Armin Schindler <mac@melware.de>
3463 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3464 W:      http://www.melware.de
3465 S:      Maintained
3466 F:      drivers/isdn/hardware/eicon/
3468 IT87 HARDWARE MONITORING DRIVER
3469 M:      Jean Delvare <khali@linux-fr.org>
3470 L:      lm-sensors@lm-sensors.org
3471 S:      Maintained
3472 F:      Documentation/hwmon/it87
3473 F:      drivers/hwmon/it87.c
3475 IVTV VIDEO4LINUX DRIVER
3476 M:      Andy Walls <awalls@md.metrocast.net>
3477 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3478 L:      linux-media@vger.kernel.org
3479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3480 W:      http://www.ivtvdriver.org
3481 S:      Maintained
3482 F:      Documentation/video4linux/*.ivtv
3483 F:      drivers/media/video/ivtv/
3484 F:      include/linux/ivtv*
3486 JC42.4 TEMPERATURE SENSOR DRIVER
3487 M:      Guenter Roeck <linux@roeck-us.net>
3488 L:      lm-sensors@lm-sensors.org
3489 S:      Maintained
3490 F:      drivers/hwmon/jc42.c
3491 F:      Documentation/hwmon/jc42
3493 JFS FILESYSTEM
3494 M:      Dave Kleikamp <shaggy@linux.vnet.ibm.com>
3495 L:      jfs-discussion@lists.sourceforge.net
3496 W:      http://jfs.sourceforge.net/
3497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3498 S:      Maintained
3499 F:      Documentation/filesystems/jfs.txt
3500 F:      fs/jfs/
3502 JME NETWORK DRIVER
3503 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
3504 L:      netdev@vger.kernel.org
3505 S:      Maintained
3506 F:      drivers/net/jme.*
3508 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3509 M:      David Woodhouse <dwmw2@infradead.org>
3510 L:      linux-mtd@lists.infradead.org
3511 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3512 S:      Maintained
3513 F:      fs/jffs2/
3514 F:      include/linux/jffs2.h
3516 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3517 M:      Andrew Morton <akpm@linux-foundation.org>
3518 M:      Jan Kara <jack@suse.cz>
3519 L:      linux-ext4@vger.kernel.org
3520 S:      Maintained
3521 F:      fs/jbd*/
3522 F:      include/linux/ext*jbd*.h
3523 F:      include/linux/jbd*.h
3525 JSM Neo PCI based serial card
3526 M:      Breno Leitao <leitao@linux.vnet.ibm.com>
3527 L:      linux-serial@vger.kernel.org
3528 S:      Maintained
3529 F:      drivers/serial/jsm/
3531 K10TEMP HARDWARE MONITORING DRIVER
3532 M:      Clemens Ladisch <clemens@ladisch.de>
3533 L:      lm-sensors@lm-sensors.org
3534 S:      Maintained
3535 F:      Documentation/hwmon/k10temp
3536 F:      drivers/hwmon/k10temp.c
3538 K8TEMP HARDWARE MONITORING DRIVER
3539 M:      Rudolf Marek <r.marek@assembler.cz>
3540 L:      lm-sensors@lm-sensors.org
3541 S:      Maintained
3542 F:      Documentation/hwmon/k8temp
3543 F:      drivers/hwmon/k8temp.c
3545 KCONFIG
3546 M:      Roman Zippel <zippel@linux-m68k.org>
3547 L:      linux-kbuild@vger.kernel.org
3548 Q:      http://patchwork.kernel.org/project/linux-kbuild/list/
3549 S:      Maintained
3550 F:      Documentation/kbuild/kconfig-language.txt
3551 F:      scripts/kconfig/
3553 KDUMP
3554 M:      Vivek Goyal <vgoyal@redhat.com>
3555 M:      Haren Myneni <hbabu@us.ibm.com>
3556 L:      kexec@lists.infradead.org
3557 W:      http://lse.sourceforge.net/kdump/
3558 S:      Maintained
3559 F:      Documentation/kdump/
3561 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3562 M:      Ian Kent <raven@themaw.net>
3563 L:      autofs@linux.kernel.org
3564 S:      Maintained
3565 F:      fs/autofs4/
3567 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3568 M:      Michal Marek <mmarek@suse.cz>
3569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git for-next
3570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git rc-fixes
3571 L:      linux-kbuild@vger.kernel.org
3572 S:      Maintained
3573 F:      Documentation/kbuild/
3574 F:      Makefile
3575 F:      scripts/Makefile.*
3576 F:      scripts/basic/
3577 F:      scripts/mk*
3578 F:      scripts/package/
3580 KERNEL JANITORS
3581 L:      kernel-janitors@vger.kernel.org
3582 W:      http://kernelnewbies.org/KernelJanitors
3583 S:      Odd Fixes
3585 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3586 M:      "J. Bruce Fields" <bfields@fieldses.org>
3587 M:      Neil Brown <neilb@suse.de>
3588 L:      linux-nfs@vger.kernel.org
3589 W:      http://nfs.sourceforge.net/
3590 S:      Supported
3591 F:      fs/nfsd/
3592 F:      include/linux/nfsd/
3593 F:      fs/lockd/
3594 F:      fs/nfs_common/
3595 F:      net/sunrpc/
3596 F:      include/linux/lockd/
3597 F:      include/linux/sunrpc/
3599 KERNEL VIRTUAL MACHINE (KVM)
3600 M:      Avi Kivity <avi@redhat.com>
3601 M:      Marcelo Tosatti <mtosatti@redhat.com>
3602 L:      kvm@vger.kernel.org
3603 W:      http://kvm.qumranet.com
3604 S:      Supported
3605 F:      Documentation/*/kvm.txt
3606 F:      arch/*/kvm/
3607 F:      arch/*/include/asm/kvm*
3608 F:      include/linux/kvm*
3609 F:      virt/kvm/
3611 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3612 M:      Joerg Roedel <joerg.roedel@amd.com>
3613 L:      kvm@vger.kernel.org
3614 W:      http://kvm.qumranet.com
3615 S:      Supported
3616 F:      arch/x86/include/asm/svm.h
3617 F:      arch/x86/kvm/svm.c
3619 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3620 M:      Alexander Graf <agraf@suse.de>
3621 L:      kvm-ppc@vger.kernel.org
3622 W:      http://kvm.qumranet.com
3623 S:      Supported
3624 F:      arch/powerpc/include/asm/kvm*
3625 F:      arch/powerpc/kvm/
3627 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3628 M:      Xiantao Zhang <xiantao.zhang@intel.com>
3629 L:      kvm-ia64@vger.kernel.org
3630 W:      http://kvm.qumranet.com
3631 S:      Supported
3632 F:      Documentation/ia64/kvm.txt
3633 F:      arch/ia64/include/asm/kvm*
3634 F:      arch/ia64/kvm/
3636 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3637 M:      Carsten Otte <cotte@de.ibm.com>
3638 M:      Christian Borntraeger <borntraeger@de.ibm.com>
3639 M:      linux390@de.ibm.com
3640 L:      linux-s390@vger.kernel.org
3641 W:      http://www.ibm.com/developerworks/linux/linux390/
3642 S:      Supported
3643 F:      Documentation/s390/kvm.txt
3644 F:      arch/s390/include/asm/kvm*
3645 F:      arch/s390/kvm/
3646 F:      drivers/s390/kvm/
3648 KEXEC
3649 M:      Eric Biederman <ebiederm@xmission.com>
3650 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
3651 L:      kexec@lists.infradead.org
3652 S:      Maintained
3653 F:      include/linux/kexec.h
3654 F:      kernel/kexec.c
3656 KEYS/KEYRINGS:
3657 M:      David Howells <dhowells@redhat.com>
3658 L:      keyrings@linux-nfs.org
3659 S:      Maintained
3660 F:      Documentation/keys.txt
3661 F:      include/linux/key.h
3662 F:      include/linux/key-type.h
3663 F:      include/keys/
3664 F:      security/keys/
3666 KGDB / KDB /debug_core
3667 M:      Jason Wessel <jason.wessel@windriver.com>
3668 W:      http://kgdb.wiki.kernel.org/
3669 L:      kgdb-bugreport@lists.sourceforge.net
3670 S:      Maintained
3671 F:      Documentation/DocBook/kgdb.tmpl
3672 F:      drivers/misc/kgdbts.c
3673 F:      drivers/serial/kgdboc.c
3674 F:      include/linux/kdb.h
3675 F:      include/linux/kgdb.h
3676 F:      kernel/debug/
3678 KMEMCHECK
3679 M:      Vegard Nossum <vegardno@ifi.uio.no>
3680 M:      Pekka Enberg <penberg@kernel.org>
3681 S:      Maintained
3682 F:      Documentation/kmemcheck.txt
3683 F:      arch/x86/include/asm/kmemcheck.h
3684 F:      arch/x86/mm/kmemcheck/
3685 F:      include/linux/kmemcheck.h
3686 F:      mm/kmemcheck.c
3688 KMEMLEAK
3689 M:      Catalin Marinas <catalin.marinas@arm.com>
3690 S:      Maintained
3691 F:      Documentation/kmemleak.txt
3692 F:      include/linux/kmemleak.h
3693 F:      mm/kmemleak.c
3694 F:      mm/kmemleak-test.c
3696 KPROBES
3697 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3698 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3699 M:      "David S. Miller" <davem@davemloft.net>
3700 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
3701 S:      Maintained
3702 F:      Documentation/kprobes.txt
3703 F:      include/linux/kprobes.h
3704 F:      kernel/kprobes.c
3706 KS0108 LCD CONTROLLER DRIVER
3707 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3708 W:      http://miguelojeda.es/auxdisplay.htm
3709 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3710 S:      Maintained
3711 F:      Documentation/auxdisplay/ks0108
3712 F:      drivers/auxdisplay/ks0108.c
3713 F:      include/linux/ks0108.h
3715 LAPB module
3716 L:      linux-x25@vger.kernel.org
3717 S:      Orphan
3718 F:      Documentation/networking/lapb-module.txt
3719 F:      include/*/lapb.h
3720 F:      net/lapb/
3722 LASI 53c700 driver for PARISC
3723 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3724 L:      linux-scsi@vger.kernel.org
3725 S:      Maintained
3726 F:      Documentation/scsi/53c700.txt
3727 F:      drivers/scsi/53c700*
3729 LED SUBSYSTEM
3730 M:      Richard Purdie <rpurdie@rpsys.net>
3731 S:      Maintained
3732 F:      drivers/leds/
3733 F:      include/linux/leds.h
3735 LEGO USB Tower driver
3736 M:      Juergen Stuber <starblue@users.sourceforge.net>
3737 L:      legousb-devel@lists.sourceforge.net
3738 W:      http://legousb.sourceforge.net/
3739 S:      Maintained
3740 F:      drivers/usb/misc/legousbtower.c
3742 LGUEST
3743 M:      Rusty Russell <rusty@rustcorp.com.au>
3744 L:      lguest@lists.ozlabs.org
3745 W:      http://lguest.ozlabs.org/
3746 S:      Odd Fixes
3747 F:      Documentation/lguest/
3748 F:      arch/x86/lguest/
3749 F:      drivers/lguest/
3750 F:      include/linux/lguest*.h
3751 F:      arch/x86/include/asm/lguest*.h
3753 LINUX FOR IBM pSERIES (RS/6000)
3754 M:      Paul Mackerras <paulus@au.ibm.com>
3755 W:      http://www.ibm.com/linux/ltc/projects/ppc
3756 S:      Supported
3757 F:      arch/powerpc/boot/rs6000.h
3759 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3760 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3761 M:      Paul Mackerras <paulus@samba.org>
3762 W:      http://www.penguinppc.org/
3763 L:      linuxppc-dev@lists.ozlabs.org
3764 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3766 S:      Supported
3767 F:      Documentation/powerpc/
3768 F:      arch/powerpc/
3770 LINUX FOR POWER MACINTOSH
3771 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3772 W:      http://www.penguinppc.org/
3773 L:      linuxppc-dev@lists.ozlabs.org
3774 S:      Maintained
3775 F:      arch/powerpc/platforms/powermac/
3776 F:      drivers/macintosh/
3778 LINUX FOR POWERPC EMBEDDED MPC5XXX
3779 M:      Grant Likely <grant.likely@secretlab.ca>
3780 L:      linuxppc-dev@lists.ozlabs.org
3781 T:      git git://git.secretlab.ca/git/linux-2.6.git
3782 S:      Maintained
3783 F:      arch/powerpc/platforms/512x/
3784 F:      arch/powerpc/platforms/52xx/
3786 LINUX FOR POWERPC EMBEDDED PPC4XX
3787 M:      Josh Boyer <jwboyer@linux.vnet.ibm.com>
3788 M:      Matt Porter <mporter@kernel.crashing.org>
3789 W:      http://www.penguinppc.org/
3790 L:      linuxppc-dev@lists.ozlabs.org
3791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3792 S:      Maintained
3793 F:      arch/powerpc/platforms/40x/
3794 F:      arch/powerpc/platforms/44x/
3796 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3797 M:      Grant Likely <grant.likely@secretlab.ca>
3798 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3799 L:      linuxppc-dev@lists.ozlabs.org
3800 T:      git git://git.secretlab.ca/git/linux-2.6.git
3801 S:      Maintained
3802 F:      arch/powerpc/*/*virtex*
3803 F:      arch/powerpc/*/*/*virtex*
3805 LINUX FOR POWERPC EMBEDDED PPC8XX
3806 M:      Vitaly Bordug <vitb@kernel.crashing.org>
3807 M:      Marcelo Tosatti <marcelo@kvack.org>
3808 W:      http://www.penguinppc.org/
3809 L:      linuxppc-dev@lists.ozlabs.org
3810 S:      Maintained
3811 F:      arch/powerpc/platforms/8xx/
3813 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3814 M:      Kumar Gala <galak@kernel.crashing.org>
3815 W:      http://www.penguinppc.org/
3816 L:      linuxppc-dev@lists.ozlabs.org
3817 S:      Maintained
3818 F:      arch/powerpc/platforms/83xx/
3820 LINUX FOR POWERPC PA SEMI PWRFICIENT
3821 M:      Olof Johansson <olof@lixom.net>
3822 L:      linuxppc-dev@lists.ozlabs.org
3823 S:      Maintained
3824 F:      arch/powerpc/platforms/pasemi/
3825 F:      drivers/*/*pasemi*
3826 F:      drivers/*/*/*pasemi*
3828 LINUX SECURITY MODULE (LSM) FRAMEWORK
3829 M:      Chris Wright <chrisw@sous-sol.org>
3830 L:      linux-security-module@vger.kernel.org
3831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3832 S:      Supported
3834 LLC (802.2)
3835 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3836 S:      Maintained
3837 F:      include/linux/llc.h
3838 F:      include/net/llc*
3839 F:      net/llc/
3841 LIS3LV02D ACCELEROMETER DRIVER
3842 M:      Eric Piel <eric.piel@tremplin-utc.net>
3843 S:      Maintained
3844 F:      Documentation/hwmon/lis3lv02d
3845 F:      drivers/hwmon/lis3lv02d.*
3847 LM73 HARDWARE MONITOR DRIVER
3848 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
3849 L:      lm-sensors@lm-sensors.org
3850 S:      Maintained
3851 F:      drivers/hwmon/lm73.c
3853 LM83 HARDWARE MONITOR DRIVER
3854 M:      Jean Delvare <khali@linux-fr.org>
3855 L:      lm-sensors@lm-sensors.org
3856 S:      Maintained
3857 F:      Documentation/hwmon/lm83
3858 F:      drivers/hwmon/lm83.c
3860 LM90 HARDWARE MONITOR DRIVER
3861 M:      Jean Delvare <khali@linux-fr.org>
3862 L:      lm-sensors@lm-sensors.org
3863 S:      Maintained
3864 F:      Documentation/hwmon/lm90
3865 F:      drivers/hwmon/lm90.c
3867 LOCKDEP AND LOCKSTAT
3868 M:      Peter Zijlstra <peterz@infradead.org>
3869 M:      Ingo Molnar <mingo@redhat.com>
3870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3871 S:      Maintained
3872 F:      Documentation/lockdep*.txt
3873 F:      Documentation/lockstat.txt
3874 F:      include/linux/lockdep.h
3875 F:      kernel/lockdep*
3877 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3878 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
3879 L:      linux-ntfs-dev@lists.sourceforge.net
3880 W:      http://www.linux-ntfs.org/content/view/19/37/
3881 S:      Maintained
3882 F:      Documentation/ldm.txt
3883 F:      fs/partitions/ldm.*
3885 LogFS
3886 M:      Joern Engel <joern@logfs.org>
3887 L:      logfs@logfs.org
3888 W:      logfs.org
3889 S:      Maintained
3890 F:      fs/logfs/
3892 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3893 M:      Eric Moore <Eric.Moore@lsi.com>
3894 M:      support@lsi.com
3895 L:      DL-MPTFusionLinux@lsi.com
3896 L:      linux-scsi@vger.kernel.org
3897 W:      http://www.lsilogic.com/support
3898 S:      Supported
3899 F:      drivers/message/fusion/
3901 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3902 M:      Matthew Wilcox <matthew@wil.cx>
3903 L:      linux-scsi@vger.kernel.org
3904 S:      Maintained
3905 F:      drivers/scsi/sym53c8xx_2/
3907 LTC4261 HARDWARE MONITOR DRIVER
3908 M:      Guenter Roeck <linux@roeck-us.net>
3909 L:      lm-sensors@lm-sensors.org
3910 S:      Maintained
3911 F:      Documentation/hwmon/ltc4261
3912 F:      drivers/hwmon/ltc4261.c
3914 LTP (Linux Test Project)
3915 M:      Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
3916 M:      Garrett Cooper <yanegomi@gmail.com>
3917 M:      Mike Frysinger <vapier@gentoo.org>
3918 M:      Subrata Modak <subrata@linux.vnet.ibm.com>
3919 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3920 W:      http://ltp.sourceforge.net/
3921 T:      git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
3922 S:      Maintained
3924 M32R ARCHITECTURE
3925 M:      Hirokazu Takata <takata@linux-m32r.org>
3926 L:      linux-m32r@ml.linux-m32r.org
3927 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3928 W:      http://www.linux-m32r.org/
3929 S:      Maintained
3930 F:      arch/m32r/
3932 M68K ARCHITECTURE
3933 M:      Geert Uytterhoeven <geert@linux-m68k.org>
3934 M:      Roman Zippel <zippel@linux-m68k.org>
3935 L:      linux-m68k@lists.linux-m68k.org
3936 W:      http://www.linux-m68k.org/
3937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3938 S:      Maintained
3939 F:      arch/m68k/
3940 F:      drivers/zorro/
3942 M68K ON APPLE MACINTOSH
3943 M:      Joshua Thompson <funaho@jurai.org>
3944 W:      http://www.mac.linux-m68k.org/
3945 L:      linux-m68k@lists.linux-m68k.org
3946 S:      Maintained
3947 F:      arch/m68k/mac/
3949 M68K ON HP9000/300
3950 M:      Philip Blundell <philb@gnu.org>
3951 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3952 S:      Maintained
3953 F:      arch/m68k/hp300/
3955 MAC80211
3956 M:      Johannes Berg <johannes@sipsolutions.net>
3957 L:      linux-wireless@vger.kernel.org
3958 W:      http://linuxwireless.org/
3959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3960 S:      Maintained
3961 F:      Documentation/networking/mac80211-injection.txt
3962 F:      include/net/mac80211.h
3963 F:      net/mac80211/
3965 MAC80211 PID RATE CONTROL
3966 M:      Stefano Brivio <stefano.brivio@polimi.it>
3967 M:      Mattias Nissler <mattias.nissler@gmx.de>
3968 L:      linux-wireless@vger.kernel.org
3969 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3971 S:      Maintained
3972 F:      net/mac80211/rc80211_pid*
3974 MACVLAN DRIVER
3975 M:      Patrick McHardy <kaber@trash.net>
3976 L:      netdev@vger.kernel.org
3977 S:      Maintained
3978 F:      drivers/net/macvlan.c
3979 F:      include/linux/if_macvlan.h
3981 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3982 M:      Michael Kerrisk <mtk.manpages@gmail.com>
3983 W:      http://www.kernel.org/doc/man-pages
3984 L:      linux-man@vger.kernel.org
3985 S:      Maintained
3987 MARVELL LIBERTAS WIRELESS DRIVER
3988 M:      Dan Williams <dcbw@redhat.com>
3989 L:      libertas-dev@lists.infradead.org
3990 S:      Maintained
3991 F:      drivers/net/wireless/libertas/
3993 MARVELL MV643XX ETHERNET DRIVER
3994 M:      Lennert Buytenhek <buytenh@wantstofly.org>
3995 L:      netdev@vger.kernel.org
3996 S:      Maintained
3997 F:      drivers/net/mv643xx_eth.*
3998 F:      include/linux/mv643xx.h
4000 MARVELL MWL8K WIRELESS DRIVER
4001 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4002 L:      linux-wireless@vger.kernel.org
4003 S:      Odd Fixes
4004 F:      drivers/net/wireless/mwl8k.c
4006 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4007 M:      Nicolas Pitre <nico@fluxnic.net>
4008 S:      Odd Fixes
4009 F:      drivers/mmc/host/mvsdio.*
4011 MARVELL YUKON / SYSKONNECT DRIVER
4012 M:      Mirko Lindner <mlindner@syskonnect.de>
4013 M:      Ralph Roesler <rroesler@syskonnect.de>
4014 W:      http://www.syskonnect.com
4015 S:      Supported
4017 MATROX FRAMEBUFFER DRIVER
4018 L:      linux-fbdev@vger.kernel.org
4019 S:      Orphan
4020 F:      drivers/video/matrox/matroxfb_*
4021 F:      include/linux/matroxfb.h
4023 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4024 M:      "Hans J. Koch" <hjk@linutronix.de>
4025 L:      lm-sensors@lm-sensors.org
4026 S:      Maintained
4027 F:      Documentation/hwmon/max6650
4028 F:      drivers/hwmon/max6650.c
4030 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4031 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
4032 P:      LinuxTV.org Project
4033 L:      linux-media@vger.kernel.org
4034 W:      http://linuxtv.org
4035 Q:      http://patchwork.kernel.org/project/linux-media/list/
4036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4037 S:      Maintained
4038 F:      Documentation/dvb/
4039 F:      Documentation/video4linux/
4040 F:      drivers/media/
4041 F:      include/media/
4042 F:      include/linux/dvb/
4043 F:      include/linux/videodev*.h
4045 MEGARAID SCSI DRIVERS
4046 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
4047 L:      linux-scsi@vger.kernel.org
4048 W:      http://megaraid.lsilogic.com
4049 S:      Maintained
4050 F:      Documentation/scsi/megaraid.txt
4051 F:      drivers/scsi/megaraid.*
4052 F:      drivers/scsi/megaraid/
4054 MEMORY MANAGEMENT
4055 L:      linux-mm@kvack.org
4056 W:      http://www.linux-mm.org
4057 S:      Maintained
4058 F:      include/linux/mm.h
4059 F:      mm/
4061 MEMORY RESOURCE CONTROLLER
4062 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
4063 M:      Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
4064 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4065 L:      linux-mm@kvack.org
4066 S:      Maintained
4067 F:      mm/memcontrol.c
4069 MEMORY TECHNOLOGY DEVICES (MTD)
4070 M:      David Woodhouse <dwmw2@infradead.org>
4071 L:      linux-mtd@lists.infradead.org
4072 W:      http://www.linux-mtd.infradead.org/
4073 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
4074 T:      git git://git.infradead.org/mtd-2.6.git
4075 S:      Maintained
4076 F:      drivers/mtd/
4077 F:      include/linux/mtd/
4078 F:      include/mtd/
4080 MICROBLAZE ARCHITECTURE
4081 M:      Michal Simek <monstr@monstr.eu>
4082 L:      microblaze-uclinux@itee.uq.edu.au
4083 W:      http://www.monstr.eu/fdt/
4084 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
4085 S:      Supported
4086 F:      arch/microblaze/
4088 MICROTEK X6 SCANNER
4089 M:      Oliver Neukum <oliver@neukum.name>
4090 S:      Maintained
4091 F:      drivers/usb/image/microtek.*
4093 MIPS
4094 M:      Ralf Baechle <ralf@linux-mips.org>
4095 W:      http://www.linux-mips.org/
4096 L:      linux-mips@linux-mips.org
4097 T:      git git://git.linux-mips.org/pub/scm/linux.git
4098 S:      Supported
4099 F:      Documentation/mips/
4100 F:      arch/mips/
4102 MISCELLANEOUS MCA-SUPPORT
4103 M:      James Bottomley <James.Bottomley@HansenPartnership.com>
4104 S:      Maintained
4105 F:      Documentation/ia64/mca.txt
4106 F:      Documentation/mca.txt
4107 F:      drivers/mca/
4108 F:      include/linux/mca*
4110 MODULE SUPPORT
4111 M:      Rusty Russell <rusty@rustcorp.com.au>
4112 S:      Maintained
4113 F:      include/linux/module.h
4114 F:      kernel/module.c
4116 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4117 W:      http://popies.net/meye/
4118 S:      Orphan
4119 F:      Documentation/video4linux/meye.txt
4120 F:      drivers/media/video/meye.*
4121 F:      include/linux/meye.h
4123 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4124 M:      Pavel Pisa <ppisa@pikron.com>
4125 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4126 S:      Maintained
4127 F:      drivers/mmc/host/imxmmc.*
4129 MOUSE AND MISC DEVICES [GENERAL]
4130 M:      Alessandro Rubini <rubini@ipvvis.unipv.it>
4131 S:      Maintained
4132 F:      drivers/input/mouse/
4133 F:      include/linux/gpio_mouse.h
4135 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4136 M:      Jiri Slaby <jirislaby@gmail.com>
4137 S:      Maintained
4138 F:      Documentation/serial/moxa-smartio
4139 F:      drivers/char/mxser.*
4141 MSI LAPTOP SUPPORT
4142 M:      Lee, Chun-Yi <jlee@novell.com>
4143 L:      platform-driver-x86@vger.kernel.org
4144 S:      Maintained
4145 F:      drivers/platform/x86/msi-laptop.c
4147 MSI WMI SUPPORT
4148 M:      Anisse Astier <anisse@astier.eu>
4149 L:      platform-driver-x86@vger.kernel.org
4150 S:      Supported
4151 F:      drivers/platform/x86/msi-wmi.c
4153 MULTIFUNCTION DEVICES (MFD)
4154 M:      Samuel Ortiz <sameo@linux.intel.com>
4155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4156 S:      Supported
4157 F:      drivers/mfd/
4159 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4160 M:      Chris Ball <cjb@laptop.org>
4161 L:      linux-mmc@vger.kernel.org
4162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4163 S:      Maintained
4164 F:      drivers/mmc/
4165 F:      include/linux/mmc/
4167 MULTIMEDIA CARD (MMC) ETC. OVER SPI
4168 M:      David Brownell <dbrownell@users.sourceforge.net>
4169 S:      Odd Fixes
4170 F:      drivers/mmc/host/mmc_spi.c
4171 F:      include/linux/spi/mmc_spi.h
4173 MULTISOUND SOUND DRIVER
4174 M:      Andrew Veliath <andrewtv@usa.net>
4175 S:      Maintained
4176 F:      Documentation/sound/oss/MultiSound
4177 F:      sound/oss/msnd*
4179 MULTITECH MULTIPORT CARD (ISICOM)
4180 S:      Orphan
4181 F:      drivers/char/isicom.c
4182 F:      include/linux/isicom.h
4184 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4185 M:      Felipe Balbi <balbi@ti.com>
4186 L:      linux-usb@vger.kernel.org
4187 T:      git git://gitorious.org/usb/usb.git
4188 S:      Maintained
4189 F:      drivers/usb/musb/
4191 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4192 M:      Andrew Gallatin <gallatin@myri.com>
4193 M:      Brice Goglin <brice@myri.com>
4194 L:      netdev@vger.kernel.org
4195 W:      http://www.myri.com/scs/download-Myri10GE.html
4196 S:      Supported
4197 F:      drivers/net/myri10ge/
4199 NATSEMI ETHERNET DRIVER (DP8381x)
4200 M:      Tim Hockin <thockin@hockin.org>
4201 S:      Maintained
4202 F:      drivers/net/natsemi.c
4204 NCP FILESYSTEM
4205 M:      Petr Vandrovec <petr@vandrovec.name>
4206 S:      Odd Fixes
4207 F:      fs/ncpfs/
4209 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4210 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4211 L:      linux-scsi@vger.kernel.org
4212 S:      Maintained
4213 F:      drivers/scsi/NCR_D700.*
4215 NETEFFECT IWARP RNIC DRIVER (IW_NES)
4216 M:      Faisal Latif <faisal.latif@intel.com>
4217 L:      linux-rdma@vger.kernel.org
4218 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
4219 S:      Supported
4220 F:      drivers/infiniband/hw/nes/
4222 NETEM NETWORK EMULATOR
4223 M:      Stephen Hemminger <shemminger@linux-foundation.org>
4224 L:      netem@lists.linux-foundation.org
4225 S:      Maintained
4226 F:      net/sched/sch_netem.c
4228 NETERION 10GbE DRIVERS (s2io/vxge)
4229 M:      Ramkrishna Vepa <ramkrishna.vepa@exar.com>
4230 M:      Sivakumar Subramani <sivakumar.subramani@exar.com>
4231 M:      Sreenivasa Honnur <sreenivasa.honnur@exar.com>
4232 M:      Jon Mason <jon.mason@exar.com>
4233 L:      netdev@vger.kernel.org
4234 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4235 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4236 S:      Supported
4237 F:      Documentation/networking/s2io.txt
4238 F:      drivers/net/s2io*
4239 F:      Documentation/networking/vxge.txt
4240 F:      drivers/net/vxge/
4242 NETFILTER/IPTABLES/IPCHAINS
4243 P:      Rusty Russell
4244 P:      Marc Boucher
4245 P:      James Morris
4246 P:      Harald Welte
4247 P:      Jozsef Kadlecsik
4248 M:      Patrick McHardy <kaber@trash.net>
4249 L:      netfilter-devel@vger.kernel.org
4250 L:      netfilter@vger.kernel.org
4251 L:      coreteam@netfilter.org
4252 W:      http://www.netfilter.org/
4253 W:      http://www.iptables.org/
4254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4255 S:      Supported
4256 F:      include/linux/netfilter*
4257 F:      include/linux/netfilter/
4258 F:      include/net/netfilter/
4259 F:      net/*/netfilter.c
4260 F:      net/*/netfilter/
4261 F:      net/netfilter/
4263 NETLABEL
4264 M:      Paul Moore <paul.moore@hp.com>
4265 W:      http://netlabel.sf.net
4266 L:      netdev@vger.kernel.org
4267 S:      Supported
4268 F:      Documentation/netlabel/
4269 F:      include/net/netlabel.h
4270 F:      net/netlabel/
4272 NETROM NETWORK LAYER
4273 M:      Ralf Baechle <ralf@linux-mips.org>
4274 L:      linux-hams@vger.kernel.org
4275 W:      http://www.linux-ax25.org/
4276 S:      Maintained
4277 F:      include/linux/netrom.h
4278 F:      include/net/netrom.h
4279 F:      net/netrom/
4281 NETWORK BLOCK DEVICE (NBD)
4282 M:      Paul Clements <Paul.Clements@steeleye.com>
4283 S:      Maintained
4284 F:      Documentation/blockdev/nbd.txt
4285 F:      drivers/block/nbd.c
4286 F:      include/linux/nbd.h
4288 NETWORK DROP MONITOR
4289 M:      Neil Horman <nhorman@tuxdriver.com>
4290 L:      netdev@vger.kernel.org
4291 S:      Maintained
4292 W:      https://fedorahosted.org/dropwatch/
4293 F:      net/core/drop_monitor.c
4295 NETWORKING [GENERAL]
4296 M:      "David S. Miller" <davem@davemloft.net>
4297 L:      netdev@vger.kernel.org
4298 W:      http://www.linuxfoundation.org/en/Net
4299 W:      http://patchwork.ozlabs.org/project/netdev/list/
4300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4302 S:      Maintained
4303 F:      net/
4304 F:      include/net/
4305 F:      include/linux/in.h
4306 F:      include/linux/net.h
4307 F:      include/linux/netdevice.h
4309 NETWORKING [IPv4/IPv6]
4310 M:      "David S. Miller" <davem@davemloft.net>
4311 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4312 M:      "Pekka Savola (ipv6)" <pekkas@netcore.fi>
4313 M:      James Morris <jmorris@namei.org>
4314 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4315 M:      Patrick McHardy <kaber@trash.net>
4316 L:      netdev@vger.kernel.org
4317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4318 S:      Maintained
4319 F:      net/ipv4/
4320 F:      net/ipv6/
4321 F:      include/net/ip*
4323 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4324 M:      Paul Moore <paul.moore@hp.com>
4325 L:      netdev@vger.kernel.org
4326 S:      Maintained
4328 NETWORKING [WIRELESS]
4329 M:      "John W. Linville" <linville@tuxdriver.com>
4330 L:      linux-wireless@vger.kernel.org
4331 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
4332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4333 S:      Maintained
4334 F:      net/mac80211/
4335 F:      net/rfkill/
4336 F:      net/wireless/
4337 F:      include/net/ieee80211*
4338 F:      include/linux/wireless.h
4339 F:      include/net/iw_handler.h
4340 F:      drivers/net/wireless/
4342 NETWORKING DRIVERS
4343 L:      netdev@vger.kernel.org
4344 W:      http://www.linuxfoundation.org/en/Net
4345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4347 S:      Odd Fixes
4348 F:      drivers/net/
4349 F:      include/linux/if_*
4350 F:      include/linux/*device.h
4352 NETXEN (1/10) GbE SUPPORT
4353 M:      Amit Kumar Salecha <amit.salecha@qlogic.com>
4354 L:      netdev@vger.kernel.org
4355 W:      http://www.qlogic.com
4356 S:      Supported
4357 F:      drivers/net/netxen/
4359 NFS, SUNRPC, AND LOCKD CLIENTS
4360 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
4361 L:      linux-nfs@vger.kernel.org
4362 W:      http://client.linux-nfs.org
4363 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4364 S:      Maintained
4365 F:      fs/lockd/
4366 F:      fs/nfs/
4367 F:      fs/nfs_common/
4368 F:      net/sunrpc/
4369 F:      include/linux/lockd/
4370 F:      include/linux/nfs*
4371 F:      include/linux/sunrpc/
4373 NI5010 NETWORK DRIVER
4374 M:      Jan-Pascal van Best <janpascal@vanbest.org>
4375 M:      Andreas Mohr <andi@lisas.de>
4376 L:      netdev@vger.kernel.org
4377 S:      Maintained
4378 F:      drivers/net/ni5010.*
4380 NILFS2 FILESYSTEM
4381 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4382 L:      linux-nilfs@vger.kernel.org
4383 W:      http://www.nilfs.org/en/
4384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
4385 S:      Supported
4386 F:      Documentation/filesystems/nilfs2.txt
4387 F:      fs/nilfs2/
4388 F:      include/linux/nilfs2_fs.h
4390 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4391 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4392 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4393 S:      Maintained
4394 F:      Documentation/scsi/NinjaSCSI.txt
4395 F:      drivers/scsi/pcmcia/nsp_*
4397 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4398 M:      GOTO Masanori <gotom@debian.or.jp>
4399 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4400 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4401 S:      Maintained
4402 F:      Documentation/scsi/NinjaSCSI.txt
4403 F:      drivers/scsi/nsp32*
4405 NTFS FILESYSTEM
4406 M:      Anton Altaparmakov <anton@tuxera.com>
4407 L:      linux-ntfs-dev@lists.sourceforge.net
4408 W:      http://www.tuxera.com/
4409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4410 S:      Supported
4411 F:      Documentation/filesystems/ntfs.txt
4412 F:      fs/ntfs/
4414 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4415 M:      Antonino Daplas <adaplas@gmail.com>
4416 L:      linux-fbdev@vger.kernel.org
4417 S:      Maintained
4418 F:      drivers/video/riva/
4419 F:      drivers/video/nvidia/
4421 OMAP SUPPORT
4422 M:      Tony Lindgren <tony@atomide.com>
4423 L:      linux-omap@vger.kernel.org
4424 W:      http://www.muru.com/linux/omap/
4425 W:      http://linux.omap.com/
4426 Q:      http://patchwork.kernel.org/project/linux-omap/list/
4427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4428 S:      Maintained
4429 F:      arch/arm/*omap*/
4431 OMAP CLOCK FRAMEWORK SUPPORT
4432 M:      Paul Walmsley <paul@pwsan.com>
4433 L:      linux-omap@vger.kernel.org
4434 S:      Maintained
4435 F:      arch/arm/*omap*/*clock*
4437 OMAP POWER MANAGEMENT SUPPORT
4438 M:      Kevin Hilman <khilman@deeprootsystems.com>
4439 L:      linux-omap@vger.kernel.org
4440 S:      Maintained
4441 F:      arch/arm/*omap*/*pm*
4443 OMAP AUDIO SUPPORT
4444 M:      Jarkko Nikula <jhnikula@gmail.com>
4445 L:      alsa-devel@alsa-project.org (subscribers-only)
4446 L:      linux-omap@vger.kernel.org
4447 S:      Maintained
4448 F:      sound/soc/omap/
4450 OMAP FRAMEBUFFER SUPPORT
4451 M:      Tomi Valkeinen <tomi.valkeinen@nokia.com>
4452 L:      linux-fbdev@vger.kernel.org
4453 L:      linux-omap@vger.kernel.org
4454 S:      Maintained
4455 F:      drivers/video/omap/
4457 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4458 M:      Tomi Valkeinen <tomi.valkeinen@nokia.com>
4459 L:      linux-omap@vger.kernel.org
4460 L:      linux-fbdev@vger.kernel.org
4461 S:      Maintained
4462 F:      drivers/video/omap2/
4463 F:      Documentation/arm/OMAP/DSS
4465 OMAP MMC SUPPORT
4466 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
4467 L:      linux-omap@vger.kernel.org
4468 S:      Maintained
4469 F:      drivers/mmc/host/omap.c
4471 OMAP HS MMC SUPPORT
4472 M:      Madhusudhan Chikkature <madhu.cr@ti.com>
4473 L:      linux-omap@vger.kernel.org
4474 S:      Maintained
4475 F:      drivers/mmc/host/omap_hsmmc.c
4477 OMAP RANDOM NUMBER GENERATOR SUPPORT
4478 M:      Deepak Saxena <dsaxena@plexity.net>
4479 S:      Maintained
4480 F:      drivers/char/hw_random/omap-rng.c
4482 OMAP HWMOD SUPPORT
4483 M:      Benoît Cousson <b-cousson@ti.com>
4484 M:      Paul Walmsley <paul@pwsan.com>
4485 L:      linux-omap@vger.kernel.org
4486 S:      Maintained
4487 F:      arch/arm/mach-omap2/omap_hwmod.c
4488 F:      arch/arm/plat-omap/include/plat/omap_hwmod.h
4490 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4491 M:      Benoît Cousson <b-cousson@ti.com>
4492 L:      linux-omap@vger.kernel.org
4493 S:      Maintained
4494 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4496 OMAP USB SUPPORT
4497 M:      Felipe Balbi <balbi@ti.com>
4498 M:      David Brownell <dbrownell@users.sourceforge.net>
4499 L:      linux-usb@vger.kernel.org
4500 L:      linux-omap@vger.kernel.org
4501 S:      Maintained
4502 F:      drivers/usb/*/*omap*
4503 F:      arch/arm/*omap*/usb*
4505 OMFS FILESYSTEM
4506 M:      Bob Copeland <me@bobcopeland.com>
4507 L:      linux-karma-devel@lists.sourceforge.net
4508 S:      Maintained
4509 F:      Documentation/filesystems/omfs.txt
4510 F:      fs/omfs/
4512 OMNIKEY CARDMAN 4000 DRIVER
4513 M:      Harald Welte <laforge@gnumonks.org>
4514 S:      Maintained
4515 F:      drivers/char/pcmcia/cm4000_cs.c
4516 F:      include/linux/cm4000_cs.h
4518 OMNIKEY CARDMAN 4040 DRIVER
4519 M:      Harald Welte <laforge@gnumonks.org>
4520 S:      Maintained
4521 F:      drivers/char/pcmcia/cm4040_cs.*
4523 OMNIVISION OV7670 SENSOR DRIVER
4524 M:      Jonathan Corbet <corbet@lwn.net>
4525 L:      linux-media@vger.kernel.org
4526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4527 S:      Maintained
4528 F:      drivers/media/video/ov7670.c
4530 ONENAND FLASH DRIVER
4531 M:      Kyungmin Park <kyungmin.park@samsung.com>
4532 L:      linux-mtd@lists.infradead.org
4533 S:      Maintained
4534 F:      drivers/mtd/onenand/
4535 F:      include/linux/mtd/onenand*.h
4537 ONSTREAM SCSI TAPE DRIVER
4538 M:      Willem Riede <osst@riede.org>
4539 L:      osst-users@lists.sourceforge.net
4540 L:      linux-scsi@vger.kernel.org
4541 S:      Maintained
4542 F:      drivers/scsi/osst*
4543 F:      drivers/scsi/st*
4545 OPENCORES I2C BUS DRIVER
4546 M:      Peter Korsgaard <jacmet@sunsite.dk>
4547 L:      linux-i2c@vger.kernel.org
4548 S:      Maintained
4549 F:      Documentation/i2c/busses/i2c-ocores
4550 F:      drivers/i2c/busses/i2c-ocores.c
4552 OPEN FIRMWARE AND FLATTENED DEVICE TREE
4553 M:      Grant Likely <grant.likely@secretlab.ca>
4554 L:      devicetree-discuss@lists.ozlabs.org
4555 W:      http://fdt.secretlab.ca
4556 T:      git git://git.secretlab.ca/git/linux-2.6.git
4557 S:      Maintained
4558 F:      drivers/of
4559 F:      include/linux/of*.h
4560 K:      of_get_property
4562 OPL4 DRIVER
4563 M:      Clemens Ladisch <clemens@ladisch.de>
4564 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4565 T:      git git://git.alsa-project.org/alsa-kernel.git
4566 S:      Maintained
4567 F:      sound/drivers/opl4/
4569 OPROFILE
4570 M:      Robert Richter <robert.richter@amd.com>
4571 L:      oprofile-list@lists.sf.net
4572 S:      Maintained
4573 F:      arch/*/include/asm/oprofile*.h
4574 F:      arch/*/oprofile/
4575 F:      drivers/oprofile/
4576 F:      include/linux/oprofile.h
4578 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4579 M:      Mark Fasheh <mfasheh@suse.com>
4580 M:      Joel Becker <jlbec@evilplan.org>
4581 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4582 W:      http://oss.oracle.com/projects/ocfs2/
4583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4584 S:      Supported
4585 F:      Documentation/filesystems/ocfs2.txt
4586 F:      Documentation/filesystems/dlmfs.txt
4587 F:      fs/ocfs2/
4589 ORINOCO DRIVER
4590 L:      linux-wireless@vger.kernel.org
4591 L:      orinoco-users@lists.sourceforge.net
4592 L:      orinoco-devel@lists.sourceforge.net
4593 W:      http://linuxwireless.org/en/users/Drivers/orinoco
4594 W:      http://www.nongnu.org/orinoco/
4595 S:      Orphan
4596 F:      drivers/net/wireless/orinoco/
4598 OSD LIBRARY and FILESYSTEM
4599 M:      Boaz Harrosh <bharrosh@panasas.com>
4600 M:      Benny Halevy <bhalevy@panasas.com>
4601 L:      osd-dev@open-osd.org
4602 W:      http://open-osd.org
4603 T:      git git://git.open-osd.org/open-osd.git
4604 S:      Maintained
4605 F:      drivers/scsi/osd/
4606 F:      include/scsi/osd_*
4607 F:      fs/exofs/
4609 P54 WIRELESS DRIVER
4610 M:      Christian Lamparter <chunkeey@googlemail.com>
4611 L:      linux-wireless@vger.kernel.org
4612 W:      http://wireless.kernel.org/en/users/Drivers/p54
4613 S:      Maintained
4614 F:      drivers/net/wireless/p54/
4616 PA SEMI ETHERNET DRIVER
4617 M:      Olof Johansson <olof@lixom.net>
4618 L:      netdev@vger.kernel.org
4619 S:      Maintained
4620 F:      drivers/net/pasemi_mac.*
4622 PA SEMI SMBUS DRIVER
4623 M:      Olof Johansson <olof@lixom.net>
4624 L:      linux-i2c@vger.kernel.org
4625 S:      Maintained
4626 F:      drivers/i2c/busses/i2c-pasemi.c
4628 PADATA PARALLEL EXECUTION MECHANISM
4629 M:      Steffen Klassert <steffen.klassert@secunet.com>
4630 L:      linux-kernel@vger.kernel.org
4631 L:      linux-crypto@vger.kernel.org
4632 S:      Maintained
4633 F:      kernel/padata.c
4634 F:      include/linux/padata.h
4635 F:      Documentation/padata.txt
4637 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4638 M:      Harald Welte <laforge@gnumonks.org>
4639 L:      platform-driver-x86@vger.kernel.org
4640 S:      Maintained
4641 F:      drivers/platform/x86/panasonic-laptop.c
4643 PANASONIC MN10300/AM33/AM34 PORT
4644 M:      David Howells <dhowells@redhat.com>
4645 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4646 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
4647 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4648 S:      Maintained
4649 F:      Documentation/mn10300/
4650 F:      arch/mn10300/
4652 PARALLEL PORT SUPPORT
4653 L:      linux-parport@lists.infradead.org (subscribers-only)
4654 S:      Orphan
4655 F:      drivers/parport/
4656 F:      include/linux/parport*.h
4657 F:      drivers/char/ppdev.c
4658 F:      include/linux/ppdev.h
4660 PARAVIRT_OPS INTERFACE
4661 M:      Jeremy Fitzhardinge <jeremy@xensource.com>
4662 M:      Chris Wright <chrisw@sous-sol.org>
4663 M:      Alok Kataria <akataria@vmware.com>
4664 M:      Rusty Russell <rusty@rustcorp.com.au>
4665 L:      virtualization@lists.linux-foundation.org
4666 S:      Supported
4667 F:      Documentation/ia64/paravirt_ops.txt
4668 F:      arch/*/kernel/paravirt*
4669 F:      arch/*/include/asm/paravirt.h
4671 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4672 M:      Tim Waugh <tim@cyberelk.net>
4673 L:      linux-parport@lists.infradead.org (subscribers-only)
4674 W:      http://www.torque.net/linux-pp.html
4675 S:      Maintained
4676 F:      Documentation/blockdev/paride.txt
4677 F:      drivers/block/paride/
4679 PARISC ARCHITECTURE
4680 M:      Kyle McMartin <kyle@mcmartin.ca>
4681 M:      Helge Deller <deller@gmx.de>
4682 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
4683 L:      linux-parisc@vger.kernel.org
4684 W:      http://www.parisc-linux.org/
4685 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
4686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4687 S:      Maintained
4688 F:      arch/parisc/
4689 F:      drivers/parisc/
4691 PC87360 HARDWARE MONITORING DRIVER
4692 M:      Jim Cromie <jim.cromie@gmail.com>
4693 L:      lm-sensors@lm-sensors.org
4694 S:      Maintained
4695 F:      Documentation/hwmon/pc87360
4696 F:      drivers/hwmon/pc87360.c
4698 PC8736x GPIO DRIVER
4699 M:      Jim Cromie <jim.cromie@gmail.com>
4700 S:      Maintained
4701 F:      drivers/char/pc8736x_gpio.c
4703 PC87427 HARDWARE MONITORING DRIVER
4704 M:      Jean Delvare <khali@linux-fr.org>
4705 L:      lm-sensors@lm-sensors.org
4706 S:      Maintained
4707 F:      Documentation/hwmon/pc87427
4708 F:      drivers/hwmon/pc87427.c
4710 PCA9532 LED DRIVER
4711 M:      Riku Voipio <riku.voipio@iki.fi>
4712 S:      Maintained
4713 F:      drivers/leds/leds-pca9532.c
4714 F:      include/linux/leds-pca9532.h
4716 PCA9541 I2C BUS MASTER SELECTOR DRIVER
4717 M:      Guenter Roeck <guenter.roeck@ericsson.com>
4718 L:      linux-i2c@vger.kernel.org
4719 S:      Maintained
4720 F:      drivers/i2c/muxes/pca9541.c
4722 PCA9564/PCA9665 I2C BUS DRIVER
4723 M:      Wolfram Sang <w.sang@pengutronix.de>
4724 L:      linux-i2c@vger.kernel.org
4725 S:      Maintained
4726 F:      drivers/i2c/algos/i2c-algo-pca.c
4727 F:      drivers/i2c/busses/i2c-pca-*
4728 F:      include/linux/i2c-algo-pca.h
4729 F:      include/linux/i2c-pca-platform.h
4731 PCI ERROR RECOVERY
4732 M:      Linas Vepstas <linas@austin.ibm.com>
4733 L:      linux-pci@vger.kernel.org
4734 S:      Supported
4735 F:      Documentation/PCI/pci-error-recovery.txt
4736 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4738 PCI SUBSYSTEM
4739 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4740 L:      linux-pci@vger.kernel.org
4741 Q:      http://patchwork.kernel.org/project/linux-pci/list/
4742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4743 S:      Supported
4744 F:      Documentation/PCI/
4745 F:      drivers/pci/
4746 F:      include/linux/pci*
4748 PCI HOTPLUG
4749 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4750 L:      linux-pci@vger.kernel.org
4751 S:      Supported
4752 F:      drivers/pci/hotplug
4754 PCMCIA SUBSYSTEM
4755 P:      Linux PCMCIA Team
4756 L:      linux-pcmcia@lists.infradead.org
4757 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4759 S:      Maintained
4760 F:      Documentation/pcmcia/
4761 F:      drivers/pcmcia/
4762 F:      include/pcmcia/
4764 PCNET32 NETWORK DRIVER
4765 M:      Don Fry <pcnet32@frontier.com>
4766 L:      netdev@vger.kernel.org
4767 S:      Maintained
4768 F:      drivers/net/pcnet32.c
4770 PCRYPT PARALLEL CRYPTO ENGINE
4771 M:      Steffen Klassert <steffen.klassert@secunet.com>
4772 L:      linux-crypto@vger.kernel.org
4773 S:      Maintained
4774 F:      crypto/pcrypt.c
4775 F:      include/crypto/pcrypt.h
4777 PER-CPU MEMORY ALLOCATOR
4778 M:      Tejun Heo <tj@kernel.org>
4779 M:      Christoph Lameter <cl@linux-foundation.org>
4780 L:      linux-kernel@vger.kernel.org
4781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
4782 S:      Maintained
4783 F:      include/linux/percpu*.h
4784 F:      mm/percpu*.c
4785 F:      arch/*/include/asm/percpu.h
4787 PER-TASK DELAY ACCOUNTING
4788 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
4789 S:      Maintained
4790 F:      include/linux/delayacct.h
4791 F:      kernel/delayacct.c
4793 PERFORMANCE EVENTS SUBSYSTEM
4794 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
4795 M:      Paul Mackerras <paulus@samba.org>
4796 M:      Ingo Molnar <mingo@elte.hu>
4797 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4798 S:      Supported
4799 F:      kernel/perf_event*.c
4800 F:      include/linux/perf_event.h
4801 F:      arch/*/kernel/perf_event*.c
4802 F:      arch/*/kernel/*/perf_event*.c
4803 F:      arch/*/kernel/*/*/perf_event*.c
4804 F:      arch/*/include/asm/perf_event.h
4805 F:      arch/*/lib/perf_event*.c
4806 F:      arch/*/kernel/perf_callchain.c
4807 F:      tools/perf/
4809 PERSONALITY HANDLING
4810 M:      Christoph Hellwig <hch@infradead.org>
4811 L:      linux-abi-devel@lists.sourceforge.net
4812 S:      Maintained
4813 F:      include/linux/personality.h
4815 PHONET PROTOCOL
4816 M:      Remi Denis-Courmont <remi.denis-courmont@nokia.com>
4817 S:      Supported
4818 F:      Documentation/networking/phonet.txt
4819 F:      include/linux/phonet.h
4820 F:      include/net/phonet/
4821 F:      net/phonet/
4823 PHRAM MTD DRIVER
4824 M:      Joern Engel <joern@lazybastard.org>
4825 L:      linux-mtd@lists.infradead.org
4826 S:      Maintained
4827 F:      drivers/mtd/devices/phram.c
4829 PKTCDVD DRIVER
4830 M:      Peter Osterlund <petero2@telia.com>
4831 S:      Maintained
4832 F:      drivers/block/pktcdvd.c
4833 F:      include/linux/pktcdvd.h
4835 PMC SIERRA MaxRAID DRIVER
4836 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4837 L:      linux-scsi@vger.kernel.org
4838 W:      http://www.pmc-sierra.com/
4839 S:      Supported
4840 F:      drivers/scsi/pmcraid.*
4842 PMC SIERRA PM8001 DRIVER
4843 M:      jack_wang@usish.com
4844 M:      lindar_liu@usish.com
4845 L:      linux-scsi@vger.kernel.org
4846 S:      Supported
4847 F:      drivers/scsi/pm8001/
4849 POSIX CLOCKS and TIMERS
4850 M:      Thomas Gleixner <tglx@linutronix.de>
4851 S:      Supported
4852 F:      fs/timerfd.c
4853 F:      include/linux/timer*
4854 F:      kernel/*timer*
4856 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4857 M:      Anton Vorontsov <cbou@mail.ru>
4858 M:      David Woodhouse <dwmw2@infradead.org>
4859 T:      git git://git.infradead.org/battery-2.6.git
4860 S:      Maintained
4861 F:      include/linux/power_supply.h
4862 F:      drivers/power/power_supply*
4864 PNP SUPPORT
4865 M:      Adam Belay <abelay@mit.edu>
4866 M:      Bjorn Helgaas <bjorn.helgaas@hp.com>
4867 S:      Maintained
4868 F:      drivers/pnp/
4870 PNXxxxx I2C DRIVER
4871 M:      Vitaly Wool <vitalywool@gmail.com>
4872 L:      linux-i2c@vger.kernel.org
4873 S:      Maintained
4874 F:      drivers/i2c/busses/i2c-pnx.c
4876 PPP PROTOCOL DRIVERS AND COMPRESSORS
4877 M:      Paul Mackerras <paulus@samba.org>
4878 L:      linux-ppp@vger.kernel.org
4879 S:      Maintained
4880 F:      drivers/net/ppp_*
4882 PPP OVER ATM (RFC 2364)
4883 M:      Mitchell Blank Jr <mitch@sfgoth.com>
4884 S:      Maintained
4885 F:      net/atm/pppoatm.c
4886 F:      include/linux/atmppp.h
4888 PPP OVER ETHERNET
4889 M:      Michal Ostrowski <mostrows@earthlink.net>
4890 S:      Maintained
4891 F:      drivers/net/pppoe.c
4892 F:      drivers/net/pppox.c
4894 PPP OVER L2TP
4895 M:      James Chapman <jchapman@katalix.com>
4896 S:      Maintained
4897 F:      net/l2tp/l2tp_ppp.c
4898 F:      include/linux/if_pppol2tp.h
4900 PPS SUPPORT
4901 M:      Rodolfo Giometti <giometti@enneenne.com>
4902 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
4903 L:      linuxpps@ml.enneenne.com (subscribers-only)
4904 S:      Maintained
4905 F:      Documentation/pps/
4906 F:      drivers/pps/
4907 F:      include/linux/pps*.h
4909 PREEMPTIBLE KERNEL
4910 M:      Robert Love <rml@tech9.net>
4911 L:      kpreempt-tech@lists.sourceforge.net
4912 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4913 S:      Supported
4914 F:      Documentation/preempt-locking.txt
4915 F:      include/linux/preempt.h
4917 PRISM54 WIRELESS DRIVER
4918 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
4919 L:      linux-wireless@vger.kernel.org
4920 W:      http://wireless.kernel.org/en/users/Drivers/p54
4921 S:      Obsolete
4922 F:      drivers/net/wireless/prism54/
4924 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4925 M:      Mikael Pettersson <mikpe@it.uu.se>
4926 L:      linux-ide@vger.kernel.org
4927 S:      Maintained
4928 F:      drivers/ata/sata_promise.*
4930 PS3 NETWORK SUPPORT
4931 M:      Geoff Levand <geoff@infradead.org>
4932 L:      netdev@vger.kernel.org
4933 L:      cbe-oss-dev@lists.ozlabs.org
4934 S:      Maintained
4935 F:      drivers/net/ps3_gelic_net.*
4937 PS3 PLATFORM SUPPORT
4938 M:      Geoff Levand <geoff@infradead.org>
4939 L:      linuxppc-dev@lists.ozlabs.org
4940 L:      cbe-oss-dev@lists.ozlabs.org
4941 S:      Maintained
4942 F:      arch/powerpc/boot/ps3*
4943 F:      arch/powerpc/include/asm/lv1call.h
4944 F:      arch/powerpc/include/asm/ps3*.h
4945 F:      arch/powerpc/platforms/ps3/
4946 F:      drivers/*/ps3*
4947 F:      drivers/ps3/
4948 F:      drivers/rtc/rtc-ps3.c
4949 F:      drivers/usb/host/*ps3.c
4950 F:      sound/ppc/snd_ps3*
4952 PS3VRAM DRIVER
4953 M:      Jim Paris <jim@jtan.com>
4954 L:      cbe-oss-dev@lists.ozlabs.org
4955 S:      Maintained
4956 F:      drivers/block/ps3vram.c
4958 PTRACE SUPPORT
4959 M:      Roland McGrath <roland@redhat.com>
4960 M:      Oleg Nesterov <oleg@redhat.com>
4961 S:      Maintained
4962 F:      include/asm-generic/syscall.h
4963 F:      include/linux/ptrace.h
4964 F:      include/linux/regset.h
4965 F:      include/linux/tracehook.h
4966 F:      kernel/ptrace.c
4968 PVRUSB2 VIDEO4LINUX DRIVER
4969 M:      Mike Isely <isely@pobox.com>
4970 L:      pvrusb2@isely.net       (subscribers-only)
4971 L:      linux-media@vger.kernel.org
4972 W:      http://www.isely.net/pvrusb2/
4973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4974 S:      Maintained
4975 F:      Documentation/video4linux/README.pvrusb2
4976 F:      drivers/media/video/pvrusb2/
4978 PXA2xx/PXA3xx SUPPORT
4979 M:      Eric Miao <eric.y.miao@gmail.com>
4980 M:      Russell King <linux@arm.linux.org.uk>
4981 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4982 S:      Maintained
4983 F:      arch/arm/mach-pxa/
4984 F:      drivers/pcmcia/pxa2xx*
4985 F:      drivers/spi/pxa2xx*
4986 F:      drivers/usb/gadget/pxa2*
4987 F:      include/sound/pxa2xx-lib.h
4988 F:      sound/arm/pxa*
4989 F:      sound/soc/pxa
4991 PXA168 SUPPORT
4992 M:      Eric Miao <eric.y.miao@gmail.com>
4993 M:      Jason Chagas <jason.chagas@marvell.com>
4994 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4996 S:      Maintained
4998 PXA910 SUPPORT
4999 M:      Eric Miao <eric.y.miao@gmail.com>
5000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5002 S:      Maintained
5004 MMP2 SUPPORT (aka ARMADA610)
5005 M:      Haojian Zhuang <haojian.zhuang@marvell.com>
5006 M:      Eric Miao <eric.y.miao@gmail.com>
5007 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5009 S:      Maintained
5011 PXA MMCI DRIVER
5012 S:      Orphan
5014 PXA RTC DRIVER
5015 M:      Robert Jarzmik <robert.jarzmik@free.fr>
5016 L:      rtc-linux@googlegroups.com
5017 S:      Maintained
5019 QLOGIC QLA1280 SCSI DRIVER
5020 M:      Michael Reed <mdr@sgi.com>
5021 L:      linux-scsi@vger.kernel.org
5022 S:      Maintained
5023 F:      drivers/scsi/qla1280.[ch]
5025 QLOGIC QLA2XXX FC-SCSI DRIVER
5026 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
5027 M:      linux-driver@qlogic.com
5028 L:      linux-scsi@vger.kernel.org
5029 S:      Supported
5030 F:      Documentation/scsi/LICENSE.qla2xxx
5031 F:      drivers/scsi/qla2xxx/
5033 QLOGIC QLA4XXX iSCSI DRIVER
5034 M:      Ravi Anand <ravi.anand@qlogic.com>
5035 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5036 M:      iscsi-driver@qlogic.com
5037 L:      linux-scsi@vger.kernel.org
5038 S:      Supported
5039 F:      drivers/scsi/qla4xxx/
5041 QLOGIC QLA3XXX NETWORK DRIVER
5042 M:      Ron Mercer <ron.mercer@qlogic.com>
5043 M:      linux-driver@qlogic.com
5044 L:      netdev@vger.kernel.org
5045 S:      Supported
5046 F:      Documentation/networking/LICENSE.qla3xxx
5047 F:      drivers/net/qla3xxx.*
5049 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5050 M:      Amit Kumar Salecha <amit.salecha@qlogic.com>
5051 M:      Anirban Chakraborty <anirban.chakraborty@qlogic.com>
5052 M:      linux-driver@qlogic.com
5053 L:      netdev@vger.kernel.org
5054 S:      Supported
5055 F:      drivers/net/qlcnic/
5057 QLOGIC QLGE 10Gb ETHERNET DRIVER
5058 M:      Ron Mercer <ron.mercer@qlogic.com>
5059 M:      linux-driver@qlogic.com
5060 L:      netdev@vger.kernel.org
5061 S:      Supported
5062 F:      drivers/net/qlge/
5064 QNX4 FILESYSTEM
5065 M:      Anders Larsen <al@alarsen.net>
5066 W:      http://www.alarsen.net/linux/qnx4fs/
5067 S:      Maintained
5068 F:      fs/qnx4/
5069 F:      include/linux/qnx4_fs.h
5070 F:      include/linux/qnxtypes.h
5072 RADOS BLOCK DEVICE (RBD)
5073 F:      include/linux/qnxtypes.h
5074 M:      Yehuda Sadeh <yehuda@hq.newdream.net>
5075 M:      Sage Weil <sage@newdream.net>
5076 M:      ceph-devel@vger.kernel.org
5077 S:      Supported
5078 F:      drivers/block/rbd.c
5079 F:      drivers/block/rbd_types.h
5081 RADEON FRAMEBUFFER DISPLAY DRIVER
5082 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5083 L:      linux-fbdev@vger.kernel.org
5084 S:      Maintained
5085 F:      drivers/video/aty/radeon*
5086 F:      include/linux/radeonfb.h
5088 RAGE128 FRAMEBUFFER DISPLAY DRIVER
5089 M:      Paul Mackerras <paulus@samba.org>
5090 L:      linux-fbdev@vger.kernel.org
5091 S:      Maintained
5092 F:      drivers/video/aty/aty128fb.c
5094 RALINK RT2X00 WIRELESS LAN DRIVER
5095 P:      rt2x00 project
5096 M:      Ivo van Doorn <IvDoorn@gmail.com>
5097 M:      Gertjan van Wingerde <gwingerde@gmail.com>
5098 L:      linux-wireless@vger.kernel.org
5099 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
5100 W:      http://rt2x00.serialmonkey.com/
5101 S:      Maintained
5102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
5103 F:      drivers/net/wireless/rt2x00/
5105 RAMDISK RAM BLOCK DEVICE DRIVER
5106 M:      Nick Piggin <npiggin@kernel.dk>
5107 S:      Maintained
5108 F:      Documentation/blockdev/ramdisk.txt
5109 F:      drivers/block/brd.c
5111 RANDOM NUMBER DRIVER
5112 M:      Matt Mackall <mpm@selenic.com>
5113 S:      Maintained
5114 F:      drivers/char/random.c
5116 RAPIDIO SUBSYSTEM
5117 M:      Matt Porter <mporter@kernel.crashing.org>
5118 S:      Maintained
5119 F:      drivers/rapidio/
5121 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
5122 L:      linux-wireless@vger.kernel.org
5123 S:      Orphan
5124 F:      drivers/net/wireless/ray*
5126 RCUTORTURE MODULE
5127 M:      Josh Triplett <josh@freedesktop.org>
5128 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5129 S:      Supported
5130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5131 F:      Documentation/RCU/torture.txt
5132 F:      kernel/rcutorture.c
5134 RDC R-321X SoC
5135 M:      Florian Fainelli <florian@openwrt.org>
5136 S:      Maintained
5138 RDC R6040 FAST ETHERNET DRIVER
5139 M:      Florian Fainelli <florian@openwrt.org>
5140 L:      netdev@vger.kernel.org
5141 S:      Maintained
5142 F:      drivers/net/r6040.c
5144 RDS - RELIABLE DATAGRAM SOCKETS
5145 M:      Andy Grover <andy.grover@oracle.com>
5146 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
5147 S:      Supported
5148 F:      net/rds/
5150 READ-COPY UPDATE (RCU)
5151 M:      Dipankar Sarma <dipankar@in.ibm.com>
5152 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5153 W:      http://www.rdrop.com/users/paulmck/rclock/
5154 S:      Supported
5155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5156 F:      Documentation/RCU/
5157 F:      include/linux/rcu*
5158 F:      include/linux/srcu*
5159 F:      kernel/rcu*
5160 F:      kernel/srcu*
5161 X:      kernel/rcutorture.c
5163 REAL TIME CLOCK (RTC) SUBSYSTEM
5164 M:      Alessandro Zummo <a.zummo@towertech.it>
5165 L:      rtc-linux@googlegroups.com
5166 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
5167 S:      Maintained
5168 F:      Documentation/rtc.txt
5169 F:      drivers/rtc/
5170 F:      include/linux/rtc.h
5172 REISERFS FILE SYSTEM
5173 L:      reiserfs-devel@vger.kernel.org
5174 S:      Supported
5175 F:      fs/reiserfs/
5177 RFKILL
5178 M:      Johannes Berg <johannes@sipsolutions.net>
5179 L:      linux-wireless@vger.kernel.org
5180 S:      Maintained
5181 F:      Documentation/rfkill.txt
5182 F:      net/rfkill/
5184 RICOH SMARTMEDIA/XD DRIVER
5185 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5186 S:      Maintained
5187 F:      drivers/mtd/nand/r852.c
5188 F:      drivers/mtd/nand/r852.h
5190 RISCOM8 DRIVER
5191 S:      Orphan
5192 F:      Documentation/serial/riscom8.txt
5193 F:      drivers/char/riscom8*
5195 ROCKETPORT DRIVER
5196 P:      Comtrol Corp.
5197 W:      http://www.comtrol.com
5198 S:      Maintained
5199 F:      Documentation/serial/rocket.txt
5200 F:      drivers/char/rocket*
5202 ROSE NETWORK LAYER
5203 M:      Ralf Baechle <ralf@linux-mips.org>
5204 L:      linux-hams@vger.kernel.org
5205 W:      http://www.linux-ax25.org/
5206 S:      Maintained
5207 F:      include/linux/rose.h
5208 F:      include/net/rose.h
5209 F:      net/rose/
5211 RTL8180 WIRELESS DRIVER
5212 M:      "John W. Linville" <linville@tuxdriver.com>
5213 L:      linux-wireless@vger.kernel.org
5214 W:      http://linuxwireless.org/
5215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5216 S:      Maintained
5217 F:      drivers/net/wireless/rtl818x/rtl8180/
5219 RTL8187 WIRELESS DRIVER
5220 M:      Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5221 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
5222 M:      Larry Finger <Larry.Finger@lwfinger.net>
5223 L:      linux-wireless@vger.kernel.org
5224 W:      http://linuxwireless.org/
5225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5226 S:      Maintained
5227 F:      drivers/net/wireless/rtl818x/rtl8187/
5229 RTL8192CE WIRELESS DRIVER
5230 M:      Larry Finger <Larry.Finger@lwfinger.net>
5231 M:      Chaoming Li <chaoming_li@realsil.com.cn>
5232 L:      linux-wireless@vger.kernel.org
5233 W:      http://linuxwireless.org/
5234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5235 S:      Maintained
5236 F:      drivers/net/wireless/rtlwifi/
5237 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
5239 S3 SAVAGE FRAMEBUFFER DRIVER
5240 M:      Antonino Daplas <adaplas@gmail.com>
5241 L:      linux-fbdev@vger.kernel.org
5242 S:      Maintained
5243 F:      drivers/video/savage/
5245 S390
5246 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
5247 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
5248 M:      linux390@de.ibm.com
5249 L:      linux-s390@vger.kernel.org
5250 W:      http://www.ibm.com/developerworks/linux/linux390/
5251 S:      Supported
5252 F:      arch/s390/
5253 F:      drivers/s390/
5254 F:      fs/partitions/ibm.c
5255 F:      Documentation/s390/
5256 F:      Documentation/DocBook/s390*
5258 S390 NETWORK DRIVERS
5259 M:      Ursula Braun <ursula.braun@de.ibm.com>
5260 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
5261 M:      linux390@de.ibm.com
5262 L:      linux-s390@vger.kernel.org
5263 W:      http://www.ibm.com/developerworks/linux/linux390/
5264 S:      Supported
5265 F:      drivers/s390/net/
5267 S390 ZCRYPT DRIVER
5268 M:      Holger Dengler <hd@linux.vnet.ibm.com>
5269 M:      linux390@de.ibm.com
5270 L:      linux-s390@vger.kernel.org
5271 W:      http://www.ibm.com/developerworks/linux/linux390/
5272 S:      Supported
5273 F:      drivers/s390/crypto/
5275 S390 ZFCP DRIVER
5276 M:      Christof Schmitt <christof.schmitt@de.ibm.com>
5277 M:      Swen Schillig <swen@vnet.ibm.com>
5278 M:      linux390@de.ibm.com
5279 L:      linux-s390@vger.kernel.org
5280 W:      http://www.ibm.com/developerworks/linux/linux390/
5281 S:      Supported
5282 F:      drivers/s390/scsi/zfcp_*
5284 S390 IUCV NETWORK LAYER
5285 M:      Ursula Braun <ursula.braun@de.ibm.com>
5286 M:      linux390@de.ibm.com
5287 L:      linux-s390@vger.kernel.org
5288 W:      http://www.ibm.com/developerworks/linux/linux390/
5289 S:      Supported
5290 F:      drivers/s390/net/*iucv*
5291 F:      include/net/iucv/
5292 F:      net/iucv/
5294 S3C24XX SD/MMC Driver
5295 M:      Ben Dooks <ben-linux@fluff.org>
5296 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5297 S:      Supported
5298 F:      drivers/mmc/host/s3cmci.*
5300 SAA7146 VIDEO4LINUX-2 DRIVER
5301 M:      Michael Hunold <michael@mihu.de>
5302 L:      linux-media@vger.kernel.org
5303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5304 W:      http://www.mihu.de/linux/saa7146
5305 S:      Maintained
5306 F:      drivers/media/common/saa7146*
5307 F:      drivers/media/video/*7146*
5308 F:      include/media/*7146*
5310 SAMSUNG AUDIO (ASoC) DRIVERS
5311 M:      Jassi Brar <jassi.brar@samsung.com>
5312 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5313 S:      Supported
5314 F:      sound/soc/samsung
5316 TIMEKEEPING, NTP
5317 M:      John Stultz <johnstul@us.ibm.com>
5318 M:      Thomas Gleixner <tglx@linutronix.de>
5319 S:      Supported
5320 F:      include/linux/clocksource.h
5321 F:      include/linux/time.h
5322 F:      include/linux/timex.h
5323 F:      include/linux/timekeeping.h
5324 F:      kernel/time/clocksource.c
5325 F:      kernel/time/time*.c
5326 F:      kernel/time/ntp.c
5328 TLG2300 VIDEO4LINUX-2 DRIVER
5329 M:      Huang Shijie <shijie8@gmail.com>
5330 M:      Kang Yong <kangyong@telegent.com>
5331 M:      Zhang Xiaobing <xbzhang@telegent.com>
5332 S:      Supported
5333 F:      drivers/media/video/tlg2300
5335 SC1200 WDT DRIVER
5336 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
5337 S:      Maintained
5338 F:      drivers/watchdog/sc1200wdt.c
5340 SCHEDULER
5341 M:      Ingo Molnar <mingo@elte.hu>
5342 M:      Peter Zijlstra <peterz@infradead.org>
5343 S:      Maintained
5344 F:      kernel/sched*
5345 F:      include/linux/sched.h
5347 SCORE ARCHITECTURE
5348 M:      Chen Liqin <liqin.chen@sunplusct.com>
5349 M:      Lennox Wu <lennox.wu@gmail.com>
5350 W:      http://www.sunplusct.com
5351 S:      Supported
5352 F:      arch/score/
5354 SCSI CDROM DRIVER
5355 M:      Jens Axboe <axboe@kernel.dk>
5356 L:      linux-scsi@vger.kernel.org
5357 W:      http://www.kernel.dk
5358 S:      Maintained
5359 F:      drivers/scsi/sr*
5361 SCSI RDMA PROTOCOL (SRP) INITIATOR
5362 M:      David Dillow <dillowda@ornl.gov>
5363 L:      linux-rdma@vger.kernel.org
5364 S:      Supported
5365 W:      http://www.openfabrics.org
5366 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5368 F:      drivers/infiniband/ulp/srp/
5369 F:      include/scsi/srp.h
5371 SCSI SG DRIVER
5372 M:      Doug Gilbert <dgilbert@interlog.com>
5373 L:      linux-scsi@vger.kernel.org
5374 W:      http://www.torque.net/sg
5375 S:      Maintained
5376 F:      drivers/scsi/sg.c
5377 F:      include/scsi/sg.h
5379 SCSI SUBSYSTEM
5380 M:      "James E.J. Bottomley" <James.Bottomley@suse.de>
5381 L:      linux-scsi@vger.kernel.org
5382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5385 S:      Maintained
5386 F:      drivers/scsi/
5387 F:      include/scsi/
5389 SCSI TAPE DRIVER
5390 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5391 L:      linux-scsi@vger.kernel.org
5392 S:      Maintained
5393 F:      Documentation/scsi/st.txt
5394 F:      drivers/scsi/st*
5396 SCTP PROTOCOL
5397 M:      Vlad Yasevich <vladislav.yasevich@hp.com>
5398 M:      Sridhar Samudrala <sri@us.ibm.com>
5399 L:      linux-sctp@vger.kernel.org
5400 W:      http://lksctp.sourceforge.net
5401 S:      Supported
5402 F:      Documentation/networking/sctp.txt
5403 F:      include/linux/sctp.h
5404 F:      include/net/sctp/
5405 F:      net/sctp/
5407 SCx200 CPU SUPPORT
5408 M:      Jim Cromie <jim.cromie@gmail.com>
5409 S:      Odd Fixes
5410 F:      Documentation/i2c/busses/scx200_acb
5411 F:      arch/x86/kernel/scx200_32.c
5412 F:      drivers/watchdog/scx200_wdt.c
5413 F:      drivers/i2c/busses/scx200*
5414 F:      drivers/mtd/maps/scx200_docflash.c
5415 F:      include/linux/scx200.h
5417 SCx200 GPIO DRIVER
5418 M:      Jim Cromie <jim.cromie@gmail.com>
5419 S:      Maintained
5420 F:      drivers/char/scx200_gpio.c
5421 F:      include/linux/scx200_gpio.h
5423 SCx200 HRT CLOCKSOURCE DRIVER
5424 M:      Jim Cromie <jim.cromie@gmail.com>
5425 S:      Maintained
5426 F:      drivers/clocksource/scx200_hrt.c
5428 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5429 M:      Sascha Sommer <saschasommer@freenet.de>
5430 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5431 S:      Maintained
5432 F:      drivers/mmc/host/sdricoh_cs.c
5434 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5435 M:      Chris Ball <cjb@laptop.org>
5436 L:      linux-mmc@vger.kernel.org
5437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5438 S:      Maintained
5439 F:      drivers/mmc/host/sdhci.*
5441 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5442 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
5443 L:      linuxppc-dev@lists.ozlabs.org
5444 L:      linux-mmc@vger.kernel.org
5445 S:      Maintained
5446 F:      drivers/mmc/host/sdhci-of.*
5448 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5449 M:      Ben Dooks <ben-linux@fluff.org>
5450 L:      linux-mmc@vger.kernel.org
5451 S:      Maintained
5452 F:      drivers/mmc/host/sdhci-s3c.c
5454 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5455 M:      Viresh Kumar <viresh.kumar@st.com>
5456 L:      linux-mmc@vger.kernel.org
5457 S:      Maintained
5458 F:      drivers/mmc/host/sdhci-spear.c
5460 SECURITY SUBSYSTEM
5461 M:      James Morris <jmorris@namei.org>
5462 L:      linux-security-module@vger.kernel.org (suggested Cc:)
5463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5464 W:      http://security.wiki.kernel.org/
5465 S:      Supported
5466 F:      security/
5468 SECURITY CONTACT
5469 M:      Security Officers <security@kernel.org>
5470 S:      Supported
5472 SELINUX SECURITY MODULE
5473 M:      Stephen Smalley <sds@tycho.nsa.gov>
5474 M:      James Morris <jmorris@namei.org>
5475 M:      Eric Paris <eparis@parisplace.org>
5476 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
5477 W:      http://selinuxproject.org
5478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5479 S:      Supported
5480 F:      include/linux/selinux*
5481 F:      security/selinux/
5483 APPARMOR SECURITY MODULE
5484 M:      John Johansen <john.johansen@canonical.com>
5485 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5486 W:      apparmor.wiki.kernel.org
5487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5488 S:      Supported
5489 F:      security/apparmor/
5491 SENSABLE PHANTOM
5492 M:      Jiri Slaby <jirislaby@gmail.com>
5493 S:      Maintained
5494 F:      drivers/misc/phantom.c
5495 F:      include/linux/phantom.h
5497 SERIAL ATA (SATA) SUBSYSTEM
5498 M:      Jeff Garzik <jgarzik@pobox.com>
5499 L:      linux-ide@vger.kernel.org
5500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5501 S:      Supported
5502 F:      drivers/ata/
5503 F:      include/linux/ata.h
5504 F:      include/linux/libata.h
5506 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5507 M:      Jayamohan Kallickal <jayamohank@serverengines.com>
5508 L:      linux-scsi@vger.kernel.org
5509 W:      http://www.serverengines.com
5510 S:      Supported
5511 F:      drivers/scsi/be2iscsi/
5513 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5514 M:      Sathya Perla <sathyap@serverengines.com>
5515 M:      Subbu Seetharaman <subbus@serverengines.com>
5516 M:      Sarveshwar Bandi <sarveshwarb@serverengines.com>
5517 M:      Ajit Khaparde <ajitk@serverengines.com>
5518 L:      netdev@vger.kernel.org
5519 W:      http://www.serverengines.com
5520 S:      Supported
5521 F:      drivers/net/benet/
5523 SFC NETWORK DRIVER
5524 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5525 M:      Steve Hodgson <shodgson@solarflare.com>
5526 M:      Ben Hutchings <bhutchings@solarflare.com>
5527 L:      netdev@vger.kernel.org
5528 S:      Supported
5529 F:      drivers/net/sfc/
5531 SGI GRU DRIVER
5532 M:      Jack Steiner <steiner@sgi.com>
5533 S:      Maintained
5534 F:      drivers/misc/sgi-gru/
5536 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5537 M:      Pat Gefre <pfg@sgi.com>
5538 L:      linux-ia64@vger.kernel.org
5539 S:      Supported
5540 F:      Documentation/ia64/serial.txt
5541 F:      drivers/serial/ioc?_serial.c
5542 F:      include/linux/ioc?.h
5544 SGI VISUAL WORKSTATION 320 AND 540
5545 M:      Andrey Panin <pazke@donpac.ru>
5546 L:      linux-visws-devel@lists.sf.net
5547 W:      http://linux-visws.sf.net
5548 S:      Maintained for 2.6.
5549 F:      Documentation/sgi-visws.txt
5551 SGI XP/XPC/XPNET DRIVER
5552 M:      Robin Holt <holt@sgi.com>
5553 S:      Maintained
5554 F:      drivers/misc/sgi-xp/
5556 SHARP LH SUPPORT (LH7952X & LH7A40X)
5557 M:      Marc Singer <elf@buici.com>
5558 W:      http://projects.buici.com/arm
5559 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5560 S:      Maintained
5561 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5562 F:      arch/arm/mach-lh7a40x/
5563 F:      drivers/serial/serial_lh7a40x.c
5564 F:      drivers/usb/gadget/lh7a40*
5565 F:      drivers/usb/host/ohci-lh7a40*
5567 SIMPLE FIRMWARE INTERFACE (SFI)
5568 M:      Len Brown <lenb@kernel.org>
5569 L:      sfi-devel@simplefirmware.org
5570 W:      http://simplefirmware.org/
5571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5572 S:      Supported
5573 F:      arch/x86/kernel/*sfi*
5574 F:      drivers/sfi/
5575 F:      include/linux/sfi*.h
5577 SIMTEC EB110ATX (Chalice CATS)
5578 P:      Ben Dooks
5579 M:      Vincent Sanders <support@simtec.co.uk>
5580 W:      http://www.simtec.co.uk/products/EB110ATX/
5581 S:      Supported
5583 SIMTEC EB2410ITX (BAST)
5584 P:      Ben Dooks
5585 M:      Vincent Sanders <support@simtec.co.uk>
5586 W:      http://www.simtec.co.uk/products/EB2410ITX/
5587 S:      Supported
5588 F:      arch/arm/mach-s3c2410/
5589 F:      drivers/*/*s3c2410*
5590 F:      drivers/*/*/*s3c2410*
5592 TI DAVINCI MACHINE SUPPORT
5593 M:      Kevin Hilman <khilman@deeprootsystems.com>
5594 L:      davinci-linux-open-source@linux.davincidsp.com (subscribers-only)
5595 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
5596 S:      Supported
5597 F:      arch/arm/mach-davinci
5599 SIS 190 ETHERNET DRIVER
5600 M:      Francois Romieu <romieu@fr.zoreil.com>
5601 L:      netdev@vger.kernel.org
5602 S:      Maintained
5603 F:      drivers/net/sis190.c
5605 SIS 900/7016 FAST ETHERNET DRIVER
5606 M:      Daniele Venzano <venza@brownhat.org>
5607 W:      http://www.brownhat.org/sis900.html
5608 L:      netdev@vger.kernel.org
5609 S:      Maintained
5610 F:      drivers/net/sis900.*
5612 SIS 96X I2C/SMBUS DRIVER
5613 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
5614 L:      linux-i2c@vger.kernel.org
5615 S:      Maintained
5616 F:      Documentation/i2c/busses/i2c-sis96x
5617 F:      drivers/i2c/busses/i2c-sis96x.c
5619 SIS FRAMEBUFFER DRIVER
5620 M:      Thomas Winischhofer <thomas@winischhofer.net>
5621 W:      http://www.winischhofer.net/linuxsisvga.shtml
5622 S:      Maintained
5623 F:      Documentation/fb/sisfb.txt
5624 F:      drivers/video/sis/
5625 F:      include/video/sisfb.h
5627 SIS USB2VGA DRIVER
5628 M:      Thomas Winischhofer <thomas@winischhofer.net>
5629 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5630 S:      Maintained
5631 F:      drivers/usb/misc/sisusbvga/
5633 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5634 M:      Stephen Hemminger <shemminger@linux-foundation.org>
5635 L:      netdev@vger.kernel.org
5636 S:      Maintained
5637 F:      drivers/net/skge.*
5638 F:      drivers/net/sky2.*
5640 SLAB ALLOCATOR
5641 M:      Christoph Lameter <cl@linux-foundation.org>
5642 M:      Pekka Enberg <penberg@kernel.org>
5643 M:      Matt Mackall <mpm@selenic.com>
5644 L:      linux-mm@kvack.org
5645 S:      Maintained
5646 F:      include/linux/sl?b*.h
5647 F:      mm/sl?b.c
5649 SMC91x ETHERNET DRIVER
5650 M:      Nicolas Pitre <nico@fluxnic.net>
5651 S:      Odd Fixes
5652 F:      drivers/net/smc91x.*
5654 SMM665 HARDWARE MONITOR DRIVER
5655 M:      Guenter Roeck <linux@roeck-us.net>
5656 L:      lm-sensors@lm-sensors.org
5657 S:      Maintained
5658 F:      Documentation/hwmon/smm665
5659 F:      drivers/hwmon/smm665.c
5661 SMSC EMC2103 HARDWARE MONITOR DRIVER
5662 M:      Steve Glendinning <steve.glendinning@smsc.com>
5663 L:      lm-sensors@lm-sensors.org
5664 S:      Supported
5665 F:      Documentation/hwmon/emc2103
5666 F:      drivers/hwmon/emc2103.c
5668 SMSC47B397 HARDWARE MONITOR DRIVER
5669 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
5670 L:      lm-sensors@lm-sensors.org
5671 S:      Maintained
5672 F:      Documentation/hwmon/smsc47b397
5673 F:      drivers/hwmon/smsc47b397.c
5675 SMSC911x ETHERNET DRIVER
5676 M:      Steve Glendinning <steve.glendinning@smsc.com>
5677 L:      netdev@vger.kernel.org
5678 S:      Supported
5679 F:      include/linux/smsc911x.h
5680 F:      drivers/net/smsc911x.*
5682 SMSC9420 PCI ETHERNET DRIVER
5683 M:      Steve Glendinning <steve.glendinning@smsc.com>
5684 L:      netdev@vger.kernel.org
5685 S:      Supported
5686 F:      drivers/net/smsc9420.*
5688 SN-IA64 (Itanium) SUB-PLATFORM
5689 M:      Jes Sorensen <jes@sgi.com>
5690 L:      linux-altix@sgi.com
5691 L:      linux-ia64@vger.kernel.org
5692 W:      http://www.sgi.com/altix
5693 S:      Maintained
5694 F:      arch/ia64/sn/
5696 SOC-CAMERA V4L2 SUBSYSTEM
5697 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5698 L:      linux-media@vger.kernel.org
5699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5700 S:      Maintained
5701 F:      include/media/v4l2*
5702 F:      drivers/media/video/v4l2*
5704 SOEKRIS NET48XX LED SUPPORT
5705 M:      Chris Boot <bootc@bootc.net>
5706 S:      Maintained
5707 F:      drivers/leds/leds-net48xx.c
5709 SOFTWARE RAID (Multiple Disks) SUPPORT
5710 M:      Neil Brown <neilb@suse.de>
5711 L:      linux-raid@vger.kernel.org
5712 S:      Supported
5713 F:      drivers/md/
5714 F:      include/linux/raid/
5716 SONIC NETWORK DRIVER
5717 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5718 L:      netdev@vger.kernel.org
5719 S:      Maintained
5720 F:      drivers/net/sonic.*
5722 SONICS SILICON BACKPLANE DRIVER (SSB)
5723 M:      Michael Buesch <mb@bu3sch.de>
5724 L:      netdev@vger.kernel.org
5725 S:      Maintained
5726 F:      drivers/ssb/
5727 F:      include/linux/ssb/
5729 SONY VAIO CONTROL DEVICE DRIVER
5730 M:      Mattia Dongili <malattia@linux.it>
5731 L:      platform-driver-x86@vger.kernel.org
5732 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5733 S:      Maintained
5734 F:      Documentation/laptops/sony-laptop.txt
5735 F:      drivers/char/sonypi.c
5736 F:      drivers/platform/x86/sony-laptop.c
5737 F:      include/linux/sony-laptop.h
5739 SONY MEMORYSTICK CARD SUPPORT
5740 M:      Alex Dubov <oakad@yahoo.com>
5741 W:      http://tifmxx.berlios.de/
5742 S:      Maintained
5743 F:      drivers/memstick/host/tifm_ms.c
5745 SOUND
5746 M:      Jaroslav Kysela <perex@perex.cz>
5747 M:      Takashi Iwai <tiwai@suse.de>
5748 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5749 W:      http://www.alsa-project.org/
5750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5751 T:      git git://git.alsa-project.org/alsa-kernel.git
5752 S:      Maintained
5753 F:      Documentation/sound/
5754 F:      include/sound/
5755 F:      sound/
5757 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5758 M:      Liam Girdwood <lrg@slimlogic.co.uk>
5759 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5761 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5762 W:      http://alsa-project.org/main/index.php/ASoC
5763 S:      Supported
5764 F:      sound/soc/
5765 F:      include/sound/soc*
5767 SPARC + UltraSPARC (sparc/sparc64)
5768 M:      "David S. Miller" <davem@davemloft.net>
5769 L:      sparclinux@vger.kernel.org
5770 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
5771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5773 S:      Maintained
5774 F:      arch/sparc/
5775 F:      drivers/sbus/
5777 SPARC SERIAL DRIVERS
5778 M:      "David S. Miller" <davem@davemloft.net>
5779 L:      sparclinux@vger.kernel.org
5780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5782 S:      Maintained
5783 F:      drivers/serial/suncore.c
5784 F:      drivers/serial/suncore.h
5785 F:      drivers/serial/sunhv.c
5786 F:      drivers/serial/sunsab.c
5787 F:      drivers/serial/sunsab.h
5788 F:      drivers/serial/sunsu.c
5789 F:      drivers/serial/sunzilog.c
5790 F:      drivers/serial/sunzilog.h
5792 SPEAR PLATFORM SUPPORT
5793 M:      Viresh Kumar <viresh.kumar@st.com>
5794 W:      http://www.st.com/spear
5795 S:      Maintained
5796 F:      arch/arm/plat-spear/
5798 SPEAR3XX MACHINE SUPPORT
5799 M:      Viresh Kumar <viresh.kumar@st.com>
5800 W:      http://www.st.com/spear
5801 S:      Maintained
5802 F:      arch/arm/mach-spear3xx/
5804 SPEAR6XX MACHINE SUPPORT
5805 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
5806 W:      http://www.st.com/spear
5807 S:      Maintained
5808 F:      arch/arm/mach-spear6xx/
5810 SPEAR CLOCK FRAMEWORK SUPPORT
5811 M:      Viresh Kumar <viresh.kumar@st.com>
5812 W:      http://www.st.com/spear
5813 S:      Maintained
5814 F:      arch/arm/mach-spear*/clock.c
5815 F:      arch/arm/mach-spear*/include/mach/clkdev.h
5816 F:      arch/arm/plat-spear/clock.c
5817 F:      arch/arm/plat-spear/include/plat/clkdev.h
5818 F:      arch/arm/plat-spear/include/plat/clock.h
5820 SPEAR PAD MULTIPLEXING SUPPORT
5821 M:      Viresh Kumar <viresh.kumar@st.com>
5822 W:      http://www.st.com/spear
5823 S:      Maintained
5824 F:      arch/arm/plat-spear/include/plat/padmux.h
5825 F:      arch/arm/plat-spear/padmux.c
5826 F:      arch/arm/mach-spear*/spear*xx.c
5827 F:      arch/arm/mach-spear*/include/mach/generic.h
5828 F:      arch/arm/mach-spear3xx/spear3*0.c
5829 F:      arch/arm/mach-spear3xx/spear3*0_evb.c
5830 F:      arch/arm/mach-spear6xx/spear600.c
5831 F:      arch/arm/mach-spear6xx/spear600_evb.c
5833 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5834 M:      Roger Wolff <R.E.Wolff@BitWizard.nl>
5835 S:      Supported
5836 F:      Documentation/serial/specialix.txt
5837 F:      drivers/char/specialix*
5839 SPI SUBSYSTEM
5840 M:      David Brownell <dbrownell@users.sourceforge.net>
5841 M:      Grant Likely <grant.likely@secretlab.ca>
5842 L:      spi-devel-general@lists.sourceforge.net
5843 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
5844 T:      git git://git.secretlab.ca/git/linux-2.6.git
5845 S:      Maintained
5846 F:      Documentation/spi/
5847 F:      drivers/spi/
5848 F:      include/linux/spi/
5850 SPIDERNET NETWORK DRIVER for CELL
5851 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5852 M:      Jens Osterkamp <jens@de.ibm.com>
5853 L:      netdev@vger.kernel.org
5854 S:      Supported
5855 F:      Documentation/networking/spider_net.txt
5856 F:      drivers/net/spider_net*
5858 SPU FILE SYSTEM
5859 M:      Jeremy Kerr <jk@ozlabs.org>
5860 L:      linuxppc-dev@lists.ozlabs.org
5861 L:      cbe-oss-dev@lists.ozlabs.org
5862 W:      http://www.ibm.com/developerworks/power/cell/
5863 S:      Supported
5864 F:      Documentation/filesystems/spufs.txt
5865 F:      arch/powerpc/platforms/cell/spufs/
5867 SQUASHFS FILE SYSTEM
5868 M:      Phillip Lougher <phillip@lougher.demon.co.uk>
5869 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
5870 W:      http://squashfs.org.uk
5871 S:      Maintained
5872 F:      Documentation/filesystems/squashfs.txt
5873 F:      fs/squashfs/
5875 SRM (Alpha) environment access
5876 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
5877 S:      Maintained
5878 F:      arch/alpha/kernel/srm_env.c
5880 STABLE BRANCH
5881 M:      Greg Kroah-Hartman <greg@kroah.com>
5882 M:      Chris Wright <chrisw@sous-sol.org>
5883 L:      stable@kernel.org
5884 S:      Maintained
5886 STAGING SUBSYSTEM
5887 M:      Greg Kroah-Hartman <gregkh@suse.de>
5888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git
5889 L:      devel@driverdev.osuosl.org
5890 S:      Maintained
5891 F:      drivers/staging/
5893 STARFIRE/DURALAN NETWORK DRIVER
5894 M:      Ion Badulescu <ionut@badula.org>
5895 S:      Odd Fixes
5896 F:      drivers/net/starfire*
5898 SUN3/3X
5899 M:      Sam Creasey <sammy@sammy.net>
5900 W:      http://sammy.net/sun3/
5901 S:      Maintained
5902 F:      arch/m68k/kernel/*sun3*
5903 F:      arch/m68k/sun3*/
5904 F:      arch/m68k/include/asm/sun3*
5906 SUPERH
5907 M:      Paul Mundt <lethal@linux-sh.org>
5908 L:      linux-sh@vger.kernel.org
5909 W:      http://www.linux-sh.org
5910 Q:      http://patchwork.kernel.org/project/linux-sh/list/
5911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
5912 S:      Supported
5913 F:      Documentation/sh/
5914 F:      arch/sh/
5915 F:      drivers/sh/
5917 SUSPEND TO RAM
5918 M:      Len Brown <len.brown@intel.com>
5919 M:      Pavel Machek <pavel@ucw.cz>
5920 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
5921 L:      linux-pm@lists.linux-foundation.org
5922 S:      Supported
5923 F:      Documentation/power/
5924 F:      arch/x86/kernel/acpi/
5925 F:      drivers/base/power/
5926 F:      kernel/power/
5927 F:      include/linux/suspend.h
5928 F:      include/linux/freezer.h
5929 F:      include/linux/pm.h
5931 SVGA HANDLING
5932 M:      Martin Mares <mj@ucw.cz>
5933 L:      linux-video@atrey.karlin.mff.cuni.cz
5934 S:      Maintained
5935 F:      Documentation/svga.txt
5936 F:      arch/x86/boot/video*
5938 SYSV FILESYSTEM
5939 M:      Christoph Hellwig <hch@infradead.org>
5940 S:      Maintained
5941 F:      Documentation/filesystems/sysv-fs.txt
5942 F:      fs/sysv/
5943 F:      include/linux/sysv_fs.h
5945 TASKSTATS STATISTICS INTERFACE
5946 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
5947 S:      Maintained
5948 F:      Documentation/accounting/taskstats*
5949 F:      include/linux/taskstats*
5950 F:      kernel/taskstats.c
5952 TC CLASSIFIER
5953 M:      Jamal Hadi Salim <hadi@cyberus.ca>
5954 L:      netdev@vger.kernel.org
5955 S:      Maintained
5956 F:      include/linux/pkt_cls.h
5957 F:      include/net/pkt_cls.h
5958 F:      net/sched/
5960 TCP LOW PRIORITY MODULE
5961 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5962 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5963 W:      http://tcp-lp-mod.sourceforge.net/
5964 S:      Maintained
5965 F:      net/ipv4/tcp_lp.c
5967 TEGRA SUPPORT
5968 M:      Colin Cross <ccross@android.com>
5969 M:      Erik Gilling <konkers@android.com>
5970 M:      Olof Johansson <olof@lixom.net>
5971 L:      linux-tegra@vger.kernel.org
5972 T:      git git://android.git.kernel.org/kernel/tegra.git
5973 S:      Supported
5974 F:      arch/arm/mach-tegra
5976 TEHUTI ETHERNET DRIVER
5977 M:      Alexander Indenbaum <baum@tehutinetworks.net>
5978 M:      Andy Gospodarek <andy@greyhouse.net>
5979 L:      netdev@vger.kernel.org
5980 S:      Supported
5981 F:      drivers/net/tehuti*
5983 Telecom Clock Driver for MCPL0010
5984 M:      Mark Gross <mark.gross@intel.com>
5985 S:      Supported
5986 F:      drivers/char/tlclk.c
5988 TENSILICA XTENSA PORT (xtensa)
5989 M:      Chris Zankel <chris@zankel.net>
5990 S:      Maintained
5991 F:      arch/xtensa/
5993 THINKPAD ACPI EXTRAS DRIVER
5994 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5995 L:      ibm-acpi-devel@lists.sourceforge.net
5996 L:      platform-driver-x86@vger.kernel.org
5997 W:      http://ibm-acpi.sourceforge.net
5998 W:      http://thinkwiki.org/wiki/Ibm-acpi
5999 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
6000 S:      Maintained
6001 F:      drivers/platform/x86/thinkpad_acpi.c
6003 TI FLASH MEDIA INTERFACE DRIVER
6004 M:      Alex Dubov <oakad@yahoo.com>
6005 S:      Maintained
6006 F:      drivers/misc/tifm*
6007 F:      drivers/mmc/host/tifm_sd.c
6008 F:      include/linux/tifm.h
6010 TI TWL4030 SERIES SOC CODEC DRIVER
6011 M:      Peter Ujfalusi <peter.ujfalusi@nokia.com>
6012 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6013 S:      Maintained
6014 F:      sound/soc/codecs/twl4030*
6016 TIPC NETWORK LAYER
6017 M:      Jon Maloy <jon.maloy@ericsson.com>
6018 M:      Allan Stephens <allan.stephens@windriver.com>
6019 L:      tipc-discussion@lists.sourceforge.net
6020 W:      http://tipc.sourceforge.net/
6021 W:      http://tipc.cslab.ericsson.net/
6022 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
6023 S:      Maintained
6024 F:      include/linux/tipc*.h
6025 F:      include/net/tipc/
6026 F:      net/tipc/
6028 TILE ARCHITECTURE
6029 M:      Chris Metcalf <cmetcalf@tilera.com>
6030 W:      http://www.tilera.com/scm/
6031 S:      Supported
6032 F:      arch/tile/
6033 F:      drivers/char/hvc_tile.c
6034 F:      drivers/net/tile/
6036 TLAN NETWORK DRIVER
6037 M:      Samuel Chessman <chessman@tux.org>
6038 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
6039 W:      http://sourceforge.net/projects/tlan/
6040 S:      Maintained
6041 F:      Documentation/networking/tlan.txt
6042 F:      drivers/net/tlan.*
6044 TOMOYO SECURITY MODULE
6045 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
6046 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
6047 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
6048 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
6049 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
6050 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
6051 W:      http://tomoyo.sourceforge.jp/
6052 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.3.x/tomoyo-lsm/patches/
6053 S:      Maintained
6054 F:      security/tomoyo/
6056 TOPSTAR LAPTOP EXTRAS DRIVER
6057 M:      Herton Ronaldo Krzesinski <herton@mandriva.com.br>
6058 L:      platform-driver-x86@vger.kernel.org
6059 S:      Maintained
6060 F:      drivers/platform/x86/topstar-laptop.c
6062 TOSHIBA ACPI EXTRAS DRIVER
6063 L:      platform-driver-x86@vger.kernel.org
6064 S:      Orphan
6065 F:      drivers/platform/x86/toshiba_acpi.c
6067 TOSHIBA SMM DRIVER
6068 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
6069 L:      tlinux-users@tce.toshiba-dme.co.jp
6070 W:      http://www.buzzard.org.uk/toshiba/
6071 S:      Maintained
6072 F:      drivers/char/toshiba.c
6073 F:      include/linux/toshiba.h
6075 TMIO MMC DRIVER
6076 M:      Ian Molton <ian@mnementh.co.uk>
6077 S:      Maintained
6078 F:      drivers/mmc/host/tmio_mmc.*
6080 TMPFS (SHMEM FILESYSTEM)
6081 M:      Hugh Dickins <hughd@google.com>
6082 L:      linux-mm@kvack.org
6083 S:      Maintained
6084 F:      include/linux/shmem_fs.h
6085 F:      mm/shmem.c
6087 TPM DEVICE DRIVER
6088 M:      Debora Velarde <debora@linux.vnet.ibm.com>
6089 M:      Rajiv Andrade <srajiv@linux.vnet.ibm.com>
6090 W:      http://tpmdd.sourceforge.net
6091 M:      Marcel Selhorst <m.selhorst@sirrix.com>
6092 W:      http://www.sirrix.com
6093 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
6094 S:      Maintained
6095 F:      drivers/char/tpm/
6097 TRACING
6098 M:      Steven Rostedt <rostedt@goodmis.org>
6099 M:      Frederic Weisbecker <fweisbec@gmail.com>
6100 M:      Ingo Molnar <mingo@redhat.com>
6101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core
6102 S:      Maintained
6103 F:      Documentation/trace/ftrace.txt
6104 F:      arch/*/*/*/ftrace.h
6105 F:      arch/*/kernel/ftrace.c
6106 F:      include/*/ftrace.h
6107 F:      include/linux/trace*.h
6108 F:      include/trace/
6109 F:      kernel/trace/
6111 TRIVIAL PATCHES
6112 M:      Jiri Kosina <trivial@kernel.org>
6113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
6114 S:      Maintained
6116 TTY LAYER
6117 M:      Greg Kroah-Hartman <gregkh@suse.de>
6118 S:      Maintained
6119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
6120 F:      drivers/char/tty_*
6121 F:      drivers/serial/serial_core.c
6122 F:      include/linux/serial_core.h
6123 F:      include/linux/serial.h
6124 F:      include/linux/tty.h
6126 TULIP NETWORK DRIVERS
6127 M:      Grant Grundler <grundler@parisc-linux.org>
6128 L:      netdev@vger.kernel.org
6129 S:      Maintained
6130 F:      drivers/net/tulip/
6132 TUN/TAP driver
6133 M:      Maxim Krasnyansky <maxk@qualcomm.com>
6134 L:      vtun@office.satix.net
6135 W:      http://vtun.sourceforge.net/tun
6136 S:      Maintained
6137 F:      Documentation/networking/tuntap.txt
6138 F:      arch/um/os-Linux/drivers/
6140 TURBOCHANNEL SUBSYSTEM
6141 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
6142 S:      Maintained
6143 F:      drivers/tc/
6144 F:      include/linux/tc.h
6146 U14-34F SCSI DRIVER
6147 M:      Dario Ballabio <ballabio_dario@emc.com>
6148 L:      linux-scsi@vger.kernel.org
6149 S:      Maintained
6150 F:      drivers/scsi/u14-34f.c
6152 UBI FILE SYSTEM (UBIFS)
6153 M:      Artem Bityutskiy <dedekind1@gmail.com>
6154 M:      Adrian Hunter <adrian.hunter@nokia.com>
6155 L:      linux-mtd@lists.infradead.org
6156 T:      git git://git.infradead.org/ubifs-2.6.git
6157 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
6158 S:      Maintained
6159 F:      Documentation/filesystems/ubifs.txt
6160 F:      fs/ubifs/
6162 UCLINUX (AND M68KNOMMU)
6163 M:      Greg Ungerer <gerg@uclinux.org>
6164 W:      http://www.uclinux.org/
6165 L:      uclinux-dev@uclinux.org  (subscribers-only)
6166 S:      Maintained
6167 F:      arch/m68knommu/
6169 UCLINUX FOR RENESAS H8/300 (H8300)
6170 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
6171 W:      http://uclinux-h8.sourceforge.jp/
6172 S:      Supported
6173 F:      arch/h8300/
6174 F:      drivers/ide/ide-h8300.c
6175 F:      drivers/net/ne-h8300.c
6177 UDF FILESYSTEM
6178 M:      Jan Kara <jack@suse.cz>
6179 W:      http://linux-udf.sourceforge.net
6180 S:      Maintained
6181 F:      Documentation/filesystems/udf.txt
6182 F:      fs/udf/
6184 UFS FILESYSTEM
6185 M:      Evgeniy Dushistov <dushistov@mail.ru>
6186 S:      Maintained
6187 F:      Documentation/filesystems/ufs.txt
6188 F:      fs/ufs/
6190 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
6191 L:      linux-usb@vger.kernel.org
6192 S:      Orphan
6193 F:      drivers/uwb/
6194 F:      include/linux/uwb.h
6195 F:      include/linux/uwb/
6197 UNIFDEF
6198 M:      Tony Finch <dot@dotat.at>
6199 W:      http://dotat.at/prog/unifdef
6200 S:      Maintained
6201 F:      scripts/unifdef.c
6203 UNIFORM CDROM DRIVER
6204 M:      Jens Axboe <axboe@kernel.dk>
6205 W:      http://www.kernel.dk
6206 S:      Maintained
6207 F:      Documentation/cdrom/
6208 F:      drivers/cdrom/cdrom.c
6209 F:      include/linux/cdrom.h
6211 UNSORTED BLOCK IMAGES (UBI)
6212 M:      Artem Bityutskiy <dedekind1@gmail.com>
6213 W:      http://www.linux-mtd.infradead.org/
6214 L:      linux-mtd@lists.infradead.org
6215 T:      git git://git.infradead.org/ubi-2.6.git
6216 S:      Maintained
6217 F:      drivers/mtd/ubi/
6218 F:      include/linux/mtd/ubi.h
6219 F:      include/mtd/ubi-user.h
6221 USB ACM DRIVER
6222 M:      Oliver Neukum <oliver@neukum.name>
6223 L:      linux-usb@vger.kernel.org
6224 S:      Maintained
6225 F:      Documentation/usb/acm.txt
6226 F:      drivers/usb/class/cdc-acm.*
6228 USB ATTACHED SCSI
6229 M:      Matthew Wilcox <willy@linux.intel.com>
6230 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
6231 L:      linux-usb@vger.kernel.org
6232 L:      linux-scsi@vger.kernel.org
6233 S:      Supported
6234 F:      drivers/usb/storage/uas.c
6236 USB BLOCK DRIVER (UB ub)
6237 M:      Pete Zaitcev <zaitcev@redhat.com>
6238 L:      linux-usb@vger.kernel.org
6239 S:      Supported
6240 F:      drivers/block/ub.c
6242 USB CDC ETHERNET DRIVER
6243 M:      Oliver Neukum <oliver@neukum.name>
6244 L:      linux-usb@vger.kernel.org
6245 S:      Maintained
6246 F:      drivers/net/usb/cdc_*.c
6247 F:      include/linux/usb/cdc.h
6249 USB CYPRESS C67X00 DRIVER
6250 M:      Peter Korsgaard <jacmet@sunsite.dk>
6251 L:      linux-usb@vger.kernel.org
6252 S:      Maintained
6253 F:      drivers/usb/c67x00/
6255 USB DAVICOM DM9601 DRIVER
6256 M:      Peter Korsgaard <jacmet@sunsite.dk>
6257 L:      netdev@vger.kernel.org
6258 W:      http://www.linux-usb.org/usbnet
6259 S:      Maintained
6260 F:      drivers/net/usb/dm9601.c
6262 USB DIAMOND RIO500 DRIVER
6263 M:      Cesar Miquel <miquel@df.uba.ar>
6264 L:      rio500-users@lists.sourceforge.net
6265 W:      http://rio500.sourceforge.net
6266 S:      Maintained
6267 F:      drivers/usb/misc/rio500*
6269 USB EHCI DRIVER
6270 M:      David Brownell <dbrownell@users.sourceforge.net>
6271 L:      linux-usb@vger.kernel.org
6272 S:      Odd Fixes
6273 F:      Documentation/usb/ehci.txt
6274 F:      drivers/usb/host/ehci*
6276 USB ET61X[12]51 DRIVER
6277 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6278 L:      linux-usb@vger.kernel.org
6279 L:      linux-media@vger.kernel.org
6280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6281 W:      http://www.linux-projects.org
6282 S:      Maintained
6283 F:      drivers/media/video/et61x251/
6285 USB GADGET/PERIPHERAL SUBSYSTEM
6286 M:      David Brownell <dbrownell@users.sourceforge.net>
6287 L:      linux-usb@vger.kernel.org
6288 W:      http://www.linux-usb.org/gadget
6289 S:      Maintained
6290 F:      drivers/usb/gadget/
6291 F:      include/linux/usb/gadget*
6293 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6294 M:      Jiri Kosina <jkosina@suse.cz>
6295 L:      linux-usb@vger.kernel.org
6296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6297 S:      Maintained
6298 F:      Documentation/usb/hiddev.txt
6299 F:      drivers/hid/usbhid/
6301 USB ISP116X DRIVER
6302 M:      Olav Kongas <ok@artecdesign.ee>
6303 L:      linux-usb@vger.kernel.org
6304 S:      Maintained
6305 F:      drivers/usb/host/isp116x*
6306 F:      include/linux/usb/isp116x.h
6308 USB KAWASAKI LSI DRIVER
6309 M:      Oliver Neukum <oliver@neukum.name>
6310 L:      linux-usb@vger.kernel.org
6311 S:      Maintained
6312 F:      drivers/usb/serial/kl5kusb105.*
6314 USB MASS STORAGE DRIVER
6315 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
6316 L:      linux-usb@vger.kernel.org
6317 L:      usb-storage@lists.one-eyed-alien.net
6318 S:      Maintained
6319 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
6320 F:      drivers/usb/storage/
6322 USB MIDI DRIVER
6323 M:      Clemens Ladisch <clemens@ladisch.de>
6324 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6325 T:      git git://git.alsa-project.org/alsa-kernel.git
6326 S:      Maintained
6327 F:      sound/usb/midi.*
6329 USB OHCI DRIVER
6330 M:      David Brownell <dbrownell@users.sourceforge.net>
6331 L:      linux-usb@vger.kernel.org
6332 S:      Odd Fixes
6333 F:      Documentation/usb/ohci.txt
6334 F:      drivers/usb/host/ohci*
6336 USB OPTION-CARD DRIVER
6337 M:      Matthias Urlichs <smurf@smurf.noris.de>
6338 L:      linux-usb@vger.kernel.org
6339 S:      Maintained
6340 F:      drivers/usb/serial/option.c
6342 USB PEGASUS DRIVER
6343 M:      Petko Manolov <petkan@users.sourceforge.net>
6344 L:      linux-usb@vger.kernel.org
6345 L:      netdev@vger.kernel.org
6346 W:      http://pegasus2.sourceforge.net/
6347 S:      Maintained
6348 F:      drivers/net/usb/pegasus.*
6350 USB PRINTER DRIVER (usblp)
6351 M:      Pete Zaitcev <zaitcev@redhat.com>
6352 L:      linux-usb@vger.kernel.org
6353 S:      Supported
6354 F:      drivers/usb/class/usblp.c
6356 USB RTL8150 DRIVER
6357 M:      Petko Manolov <petkan@users.sourceforge.net>
6358 L:      linux-usb@vger.kernel.org
6359 L:      netdev@vger.kernel.org
6360 W:      http://pegasus2.sourceforge.net/
6361 S:      Maintained
6362 F:      drivers/net/usb/rtl8150.c
6364 USB SE401 DRIVER
6365 M:      Jeroen Vreeken <pe1rxq@amsat.org>
6366 L:      linux-usb@vger.kernel.org
6367 W:      http://www.chello.nl/~j.vreeken/se401/
6368 S:      Maintained
6369 F:      Documentation/video4linux/se401.txt
6370 F:      drivers/media/video/se401.*
6372 USB SERIAL BELKIN F5U103 DRIVER
6373 M:      William Greathouse <wgreathouse@smva.com>
6374 L:      linux-usb@vger.kernel.org
6375 S:      Maintained
6376 F:      drivers/usb/serial/belkin_sa.*
6378 USB SERIAL CYPRESS M8 DRIVER
6379 M:      Lonnie Mendez <dignome@gmail.com>
6380 L:      linux-usb@vger.kernel.org
6381 S:      Maintained
6382 W:      http://geocities.com/i0xox0i
6383 W:      http://firstlight.net/cvs
6384 F:      drivers/usb/serial/cypress_m8.*
6386 USB SERIAL CYBERJACK DRIVER
6387 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
6388 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
6389 S:      Maintained
6390 F:      drivers/usb/serial/cyberjack.c
6392 USB SERIAL DIGI ACCELEPORT DRIVER
6393 M:      Peter Berger <pberger@brimson.com>
6394 M:      Al Borchers <alborchers@steinerpoint.com>
6395 L:      linux-usb@vger.kernel.org
6396 S:      Maintained
6397 F:      drivers/usb/serial/digi_acceleport.c
6399 USB SERIAL DRIVER
6400 M:      Greg Kroah-Hartman <gregkh@suse.de>
6401 L:      linux-usb@vger.kernel.org
6402 S:      Supported
6403 F:      Documentation/usb/usb-serial.txt
6404 F:      drivers/usb/serial/generic.c
6405 F:      drivers/usb/serial/usb-serial.c
6406 F:      include/linux/usb/serial.h
6408 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6409 M:      Gary Brubaker <xavyer@ix.netcom.com>
6410 L:      linux-usb@vger.kernel.org
6411 S:      Maintained
6412 F:      drivers/usb/serial/empeg.c
6414 USB SERIAL KEYSPAN DRIVER
6415 M:      Greg Kroah-Hartman <greg@kroah.com>
6416 L:      linux-usb@vger.kernel.org
6417 W:      http://www.kroah.com/linux/
6418 S:      Maintained
6419 F:      drivers/usb/serial/*keyspan*
6421 USB SERIAL WHITEHEAT DRIVER
6422 M:      Support Department <support@connecttech.com>
6423 L:      linux-usb@vger.kernel.org
6424 W:      http://www.connecttech.com
6425 S:      Supported
6426 F:      drivers/usb/serial/whiteheat*
6428 USB SMSC95XX ETHERNET DRIVER
6429 M:      Steve Glendinning <steve.glendinning@smsc.com>
6430 L:      netdev@vger.kernel.org
6431 S:      Supported
6432 F:      drivers/net/usb/smsc95xx.*
6434 USB SN9C1xx DRIVER
6435 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6436 L:      linux-usb@vger.kernel.org
6437 L:      linux-media@vger.kernel.org
6438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6439 W:      http://www.linux-projects.org
6440 S:      Maintained
6441 F:      Documentation/video4linux/sn9c102.txt
6442 F:      drivers/media/video/sn9c102/
6444 USB SUBSYSTEM
6445 M:      Greg Kroah-Hartman <gregkh@suse.de>
6446 L:      linux-usb@vger.kernel.org
6447 W:      http://www.linux-usb.org
6448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git
6449 S:      Supported
6450 F:      Documentation/usb/
6451 F:      drivers/net/usb/
6452 F:      drivers/usb/
6453 F:      include/linux/usb.h
6454 F:      include/linux/usb/
6456 USB UHCI DRIVER
6457 M:      Alan Stern <stern@rowland.harvard.edu>
6458 L:      linux-usb@vger.kernel.org
6459 S:      Maintained
6460 F:      drivers/usb/host/uhci*
6462 USB "USBNET" DRIVER FRAMEWORK
6463 M:      David Brownell <dbrownell@users.sourceforge.net>
6464 L:      netdev@vger.kernel.org
6465 W:      http://www.linux-usb.org/usbnet
6466 S:      Maintained
6467 F:      drivers/net/usb/usbnet.c
6468 F:      include/linux/usb/usbnet.h
6470 USB VIDEO CLASS
6471 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6472 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
6473 L:      linux-media@vger.kernel.org
6474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6475 W:      http://www.ideasonboard.org/uvc/
6476 S:      Maintained
6477 F:      drivers/media/video/uvc/
6479 USB W996[87]CF DRIVER
6480 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6481 L:      linux-usb@vger.kernel.org
6482 L:      linux-media@vger.kernel.org
6483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6484 W:      http://www.linux-projects.org
6485 S:      Maintained
6486 F:      Documentation/video4linux/w9968cf.txt
6487 F:      drivers/media/video/w996*
6489 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6490 M:      Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
6491 L:      linux-wireless@vger.kernel.org
6492 S:      Maintained
6493 F:      drivers/net/wireless/rndis_wlan.c
6495 USB XHCI DRIVER
6496 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
6497 L:      linux-usb@vger.kernel.org
6498 S:      Supported
6499 F:      drivers/usb/host/xhci*
6500 F:      drivers/usb/host/pci-quirks*
6502 USB ZD1201 DRIVER
6503 L:      linux-wireless@vger.kernel.org
6504 W:      http://linux-lc100020.sourceforge.net
6505 S:      Orphan
6506 F:      drivers/net/wireless/zd1201.*
6508 USB ZR364XX DRIVER
6509 M:      Antoine Jacquet <royale@zerezo.com>
6510 L:      linux-usb@vger.kernel.org
6511 L:      linux-media@vger.kernel.org
6512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6513 W:      http://royale.zerezo.com/zr364xx/
6514 S:      Maintained
6515 F:      Documentation/video4linux/zr364xx.txt
6516 F:      drivers/media/video/zr364xx.c
6518 USER-MODE LINUX (UML)
6519 M:      Jeff Dike <jdike@addtoit.com>
6520 L:      user-mode-linux-devel@lists.sourceforge.net
6521 L:      user-mode-linux-user@lists.sourceforge.net
6522 W:      http://user-mode-linux.sourceforge.net
6523 S:      Maintained
6524 F:      Documentation/uml/
6525 F:      arch/um/
6526 F:      fs/hostfs/
6527 F:      fs/hppfs/
6529 USERSPACE I/O (UIO)
6530 M:      "Hans J. Koch" <hjk@linutronix.de>
6531 M:      Greg Kroah-Hartman <gregkh@suse.de>
6532 S:      Maintained
6533 F:      Documentation/DocBook/uio-howto.tmpl
6534 F:      drivers/uio/
6535 F:      include/linux/uio*.h
6537 UTIL-LINUX-NG PACKAGE
6538 M:      Karel Zak <kzak@redhat.com>
6539 L:      util-linux-ng@vger.kernel.org
6540 W:      http://kernel.org/~kzak/util-linux-ng/
6541 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6542 S:      Maintained
6544 UVESAFB DRIVER
6545 M:      Michal Januszewski <spock@gentoo.org>
6546 L:      linux-fbdev@vger.kernel.org
6547 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6548 S:      Maintained
6549 F:      Documentation/fb/uvesafb.txt
6550 F:      drivers/video/uvesafb.*
6552 VFAT/FAT/MSDOS FILESYSTEM
6553 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6554 S:      Maintained
6555 F:      Documentation/filesystems/vfat.txt
6556 F:      fs/fat/
6558 VIRTIO CONSOLE DRIVER
6559 M:      Amit Shah <amit.shah@redhat.com>
6560 L:      virtualization@lists.linux-foundation.org
6561 S:      Maintained
6562 F:      drivers/char/virtio_console.c
6563 F:      include/linux/virtio_console.h
6565 VIRTIO HOST (VHOST)
6566 M:      "Michael S. Tsirkin" <mst@redhat.com>
6567 L:      kvm@vger.kernel.org
6568 L:      virtualization@lists.linux-foundation.org
6569 L:      netdev@vger.kernel.org
6570 S:      Maintained
6571 F:      drivers/vhost/
6572 F:      include/linux/vhost.h
6574 VIA RHINE NETWORK DRIVER
6575 M:      Roger Luethi <rl@hellgate.ch>
6576 S:      Maintained
6577 F:      drivers/net/via-rhine.c
6579 VIAPRO SMBUS DRIVER
6580 M:      Jean Delvare <khali@linux-fr.org>
6581 L:      linux-i2c@vger.kernel.org
6582 S:      Maintained
6583 F:      Documentation/i2c/busses/i2c-viapro
6584 F:      drivers/i2c/busses/i2c-viapro.c
6586 VIA SD/MMC CARD CONTROLLER DRIVER
6587 M:      Bruce Chang <brucechang@via.com.tw>
6588 M:      Harald Welte <HaraldWelte@viatech.com>
6589 S:      Maintained
6590 F:      drivers/mmc/host/via-sdmmc.c
6592 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6593 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
6594 L:      linux-fbdev@vger.kernel.org
6595 S:      Maintained
6596 F:      include/linux/via-core.h
6597 F:      include/linux/via-gpio.h
6598 F:      include/linux/via_i2c.h
6599 F:      drivers/video/via/
6601 VIA VELOCITY NETWORK DRIVER
6602 M:      Francois Romieu <romieu@fr.zoreil.com>
6603 L:      netdev@vger.kernel.org
6604 S:      Maintained
6605 F:      drivers/net/via-velocity.*
6607 VLAN (802.1Q)
6608 M:      Patrick McHardy <kaber@trash.net>
6609 L:      netdev@vger.kernel.org
6610 S:      Maintained
6611 F:      drivers/net/macvlan.c
6612 F:      include/linux/if_*vlan.h
6613 F:      net/8021q/
6615 VLYNQ BUS
6616 M:      Florian Fainelli <florian@openwrt.org>
6617 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
6618 S:      Maintained
6619 F:      drivers/vlynq/vlynq.c
6620 F:      include/linux/vlynq.h
6622 VMWARE VMXNET3 ETHERNET DRIVER
6623 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
6624 M:      "VMware, Inc." <pv-drivers@vmware.com>
6625 L:      netdev@vger.kernel.org
6626 S:      Maintained
6627 F:      drivers/net/vmxnet3/
6629 VMware PVSCSI driver
6630 M:      Alok Kataria <akataria@vmware.com>
6631 M:      VMware PV-Drivers <pv-drivers@vmware.com>
6632 L:      linux-scsi@vger.kernel.org
6633 S:      Maintained
6634 F:      drivers/scsi/vmw_pvscsi.c
6635 F:      drivers/scsi/vmw_pvscsi.h
6637 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6638 M:      Liam Girdwood <lrg@slimlogic.co.uk>
6639 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6640 W:      http://opensource.wolfsonmicro.com/node/15
6641 W:      http://www.slimlogic.co.uk/?p=48
6642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6643 S:      Supported
6644 F:      drivers/regulator/
6645 F:      include/linux/regulator/
6647 VT1211 HARDWARE MONITOR DRIVER
6648 M:      Juerg Haefliger <juergh@gmail.com>
6649 L:      lm-sensors@lm-sensors.org
6650 S:      Maintained
6651 F:      Documentation/hwmon/vt1211
6652 F:      drivers/hwmon/vt1211.c
6654 VT8231 HARDWARE MONITOR DRIVER
6655 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
6656 L:      lm-sensors@lm-sensors.org
6657 S:      Maintained
6658 F:      drivers/hwmon/vt8231.c
6660 W1 DALLAS'S 1-WIRE BUS
6661 M:      Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6662 S:      Maintained
6663 F:      Documentation/w1/
6664 F:      drivers/w1/
6666 W83791D HARDWARE MONITORING DRIVER
6667 M:      Marc Hulsman <m.hulsman@tudelft.nl>
6668 L:      lm-sensors@lm-sensors.org
6669 S:      Maintained
6670 F:      Documentation/hwmon/w83791d
6671 F:      drivers/hwmon/w83791d.c
6673 W83793 HARDWARE MONITORING DRIVER
6674 M:      Rudolf Marek <r.marek@assembler.cz>
6675 L:      lm-sensors@lm-sensors.org
6676 S:      Maintained
6677 F:      Documentation/hwmon/w83793
6678 F:      drivers/hwmon/w83793.c
6680 W83795 HARDWARE MONITORING DRIVER
6681 M:      Jean Delvare <khali@linux-fr.org>
6682 L:      lm-sensors@lm-sensors.org
6683 S:      Maintained
6684 F:      drivers/hwmon/w83795.c
6686 W83L51xD SD/MMC CARD INTERFACE DRIVER
6687 M:      Pierre Ossman <pierre@ossman.eu>
6688 S:      Maintained
6689 F:      drivers/mmc/host/wbsd.*
6691 WATCHDOG DEVICE DRIVERS
6692 M:      Wim Van Sebroeck <wim@iguana.be>
6693 L:      linux-watchdog@vger.kernel.org
6694 W:      http://www.linux-watchdog.org/
6695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6696 S:      Maintained
6697 F:      Documentation/watchdog/
6698 F:      drivers/watchdog/
6699 F:      include/linux/watchdog.h
6701 WD7000 SCSI DRIVER
6702 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
6703 L:      linux-scsi@vger.kernel.org
6704 S:      Maintained
6705 F:      drivers/scsi/wd7000.c
6707 WINBOND CIR DRIVER
6708 M:      David Härdeman <david@hardeman.nu>
6709 S:      Maintained
6710 F:      drivers/input/misc/winbond-cir.c
6712 WIMAX STACK
6713 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6714 M:      linux-wimax@intel.com
6715 L:      wimax@linuxwimax.org
6716 S:      Supported
6717 W:      http://linuxwimax.org
6718 F:      Documentation/wimax/README.wimax
6719 F:      include/linux/wimax.h
6720 F:      include/linux/wimax/debug.h
6721 F:      include/net/wimax.h
6722 F:      net/wimax/
6724 WISTRON LAPTOP BUTTON DRIVER
6725 M:      Miloslav Trmac <mitr@volny.cz>
6726 S:      Maintained
6727 F:      drivers/input/misc/wistron_btns.c
6729 WL1251 WIRELESS DRIVER
6730 M:      Kalle Valo <kvalo@adurom.com>
6731 L:      linux-wireless@vger.kernel.org
6732 W:      http://wireless.kernel.org
6733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6734 S:      Maintained
6735 F:      drivers/net/wireless/wl1251/*
6737 WL1271 WIRELESS DRIVER
6738 M:      Luciano Coelho <luciano.coelho@nokia.com>
6739 L:      linux-wireless@vger.kernel.org
6740 W:      http://wireless.kernel.org
6741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
6742 S:      Maintained
6743 F:      drivers/net/wireless/wl12xx/wl1271*
6744 F:      include/linux/wl12xx.h
6746 WL3501 WIRELESS PCMCIA CARD DRIVER
6747 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6748 L:      linux-wireless@vger.kernel.org
6749 W:      http://oops.ghostprotocols.net:81/blog
6750 S:      Maintained
6751 F:      drivers/net/wireless/wl3501*
6753 WM97XX TOUCHSCREEN DRIVERS
6754 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6755 M:      Liam Girdwood <lrg@slimlogic.co.uk>
6756 L:      linux-input@vger.kernel.org
6757 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
6758 W:      http://opensource.wolfsonmicro.com/node/7
6759 S:      Supported
6760 F:      drivers/input/touchscreen/*wm97*
6761 F:      include/linux/wm97xx.h
6763 WOLFSON MICROELECTRONICS DRIVERS
6764 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6765 M:      Ian Lartey <ian@opensource.wolfsonmicro.com>
6766 M:      Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
6767 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
6768 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6769 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
6770 S:      Supported
6771 F:      Documentation/hwmon/wm83??
6772 F:      drivers/leds/leds-wm83*.c
6773 F:      drivers/mfd/wm8*.c
6774 F:      drivers/power/wm83*.c
6775 F:      drivers/rtc/rtc-wm83*.c
6776 F:      drivers/regulator/wm8*.c
6777 F:      drivers/video/backlight/wm83*_bl.c
6778 F:      drivers/watchdog/wm83*_wdt.c
6779 F:      include/linux/mfd/wm831x/
6780 F:      include/linux/mfd/wm8350/
6781 F:      include/linux/mfd/wm8400*
6782 F:      include/sound/wm????.h
6783 F:      sound/soc/codecs/wm*
6785 WORKQUEUE
6786 M:      Tejun Heo <tj@kernel.org>
6787 L:      linux-kernel@vger.kernel.org
6788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
6789 S:      Maintained
6790 F:      include/linux/workqueue.h
6791 F:      kernel/workqueue.c
6792 F:      Documentation/workqueue.txt
6794 X.25 NETWORK LAYER
6795 M:      Andrew Hendry <andrew.hendry@gmail.com>
6796 L:      linux-x25@vger.kernel.org
6797 S:      Odd Fixes
6798 F:      Documentation/networking/x25*
6799 F:      include/net/x25*
6800 F:      net/x25/
6802 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6803 M:      Thomas Gleixner <tglx@linutronix.de>
6804 M:      Ingo Molnar <mingo@redhat.com>
6805 M:      "H. Peter Anvin" <hpa@zytor.com>
6806 M:      x86@kernel.org
6807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6808 S:      Maintained
6809 F:      Documentation/x86/
6810 F:      arch/x86/
6812 X86 PLATFORM DRIVERS
6813 M:      Matthew Garrett <mjg@redhat.com>
6814 L:      platform-driver-x86@vger.kernel.org
6815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6816 S:      Maintained
6817 F:      drivers/platform/x86
6819 XEN PCI SUBSYSTEM
6820 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6821 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
6822 S:      Supported
6823 F:      arch/x86/pci/*xen*
6824 F:      drivers/pci/*xen*
6826 XEN SWIOTLB SUBSYSTEM
6827 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6828 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
6829 S:      Supported
6830 F:      arch/x86/xen/*swiotlb*
6831 F:      drivers/xen/*swiotlb*
6833 XEN HYPERVISOR INTERFACE
6834 M:      Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
6835 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6836 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
6837 L:      virtualization@lists.linux-foundation.org
6838 S:      Supported
6839 F:      arch/x86/xen/
6840 F:      drivers/*/xen-*front.c
6841 F:      drivers/xen/
6842 F:      arch/x86/include/asm/xen/
6843 F:      include/xen/
6845 XFS FILESYSTEM
6846 P:      Silicon Graphics Inc
6847 M:      Alex Elder <aelder@sgi.com>
6848 M:      xfs-masters@oss.sgi.com
6849 L:      xfs@oss.sgi.com
6850 W:      http://oss.sgi.com/projects/xfs
6851 T:      git git://oss.sgi.com/xfs/xfs.git
6852 S:      Supported
6853 F:      Documentation/filesystems/xfs.txt
6854 F:      fs/xfs/
6856 XILINX SYSTEMACE DRIVER
6857 M:      Grant Likely <grant.likely@secretlab.ca>
6858 W:      http://www.secretlab.ca/
6859 S:      Maintained
6860 F:      drivers/block/xsysace.c
6862 XILINX UARTLITE SERIAL DRIVER
6863 M:      Peter Korsgaard <jacmet@sunsite.dk>
6864 L:      linux-serial@vger.kernel.org
6865 S:      Maintained
6866 F:      drivers/serial/uartlite.c
6868 YAM DRIVER FOR AX.25
6869 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
6870 L:      linux-hams@vger.kernel.org
6871 S:      Maintained
6872 F:      drivers/net/hamradio/yam*
6873 F:      include/linux/yam.h
6875 YEALINK PHONE DRIVER
6876 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
6877 L:      usbb2k-api-dev@nongnu.org
6878 S:      Maintained
6879 F:      Documentation/input/yealink.txt
6880 F:      drivers/input/misc/yealink.*
6882 Z8530 DRIVER FOR AX.25
6883 M:      Joerg Reuter <jreuter@yaina.de>
6884 W:      http://yaina.de/jreuter/
6885 W:      http://www.qsl.net/dl1bke/
6886 L:      linux-hams@vger.kernel.org
6887 S:      Maintained
6888 F:      Documentation/networking/z8530drv.txt
6889 F:      drivers/net/hamradio/*scc.c
6890 F:      drivers/net/hamradio/z8530.h
6892 ZD1211RW WIRELESS DRIVER
6893 M:      Daniel Drake <dsd@gentoo.org>
6894 M:      Ulrich Kunitz <kune@deine-taler.de>
6895 W:      http://zd1211.ath.cx/wiki/DriverRewrite
6896 L:      linux-wireless@vger.kernel.org
6897 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
6898 S:      Maintained
6899 F:      drivers/net/wireless/zd1211rw/
6901 ZR36067 VIDEO FOR LINUX DRIVER
6902 L:      mjpeg-users@lists.sourceforge.net
6903 L:      linux-media@vger.kernel.org
6904 W:      http://mjpeg.sourceforge.net/driver-zoran/
6905 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
6906 S:      Odd Fixes
6907 F:      drivers/media/video/zoran/
6909 ZS DECSTATION Z85C30 SERIAL DRIVER
6910 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
6911 S:      Maintained
6912 F:      drivers/serial/zs.*
6914 GRE DEMULTIPLEXER DRIVER
6915 M:      Dmitry Kozlov <xeb@mail.ru>
6916 L:      netdev@vger.kernel.org
6917 S:      Maintained
6918 F:      net/ipv4/gre.c
6919 F:      include/net/gre.h
6921 PPTP DRIVER
6922 M:      Dmitry Kozlov <xeb@mail.ru>
6923 L:      netdev@vger.kernel.org
6924 S:      Maintained
6925 F:      drivers/net/pptp.c
6926 W:      http://sourceforge.net/projects/accel-pptp
6928 THE REST
6929 M:      Linus Torvalds <torvalds@linux-foundation.org>
6930 L:      linux-kernel@vger.kernel.org
6931 Q:      http://patchwork.kernel.org/project/LKML/list/
6932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6933 S:      Buried alive in reporters
6934 F:      *
6935 F:      */