mac80211: reset probe_send_count also in HW_CONNECTION_MONITOR case
[linux-2.6/btrfs-unstable.git] / MAINTAINERS
blob2507f38b208f7a6773d31a8f0921c9cc8c4210a8
3         List of maintainers and how to submit kernel changes
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trival style violations.
38         See Documentation/CodingStyle for guidance here.
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
67 8.      Happy hacking.
69 Descriptions of section entries:
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         L: Mailing list that is relevant to this area
74         W: Web-page with status/info
75         Q: Patchwork web based patch tracking system site
76         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit, topgit.
77         S: Status, one of the following:
78            Supported:   Someone is actually paid to look after this.
79            Maintained:  Someone actually looks after it.
80            Odd Fixes:   It has a maintainer but they don't have time to do
81                         much other than throw the odd patch in. See below..
82            Orphan:      No current maintainer [but maybe you could take the
83                         role as you write your new code].
84            Obsolete:    Old code. Something tagged obsolete generally means
85                         it has been replaced by a better system and you
86                         should be using that.
87         F: Files and directories with wildcard patterns.
88            A trailing slash includes all files and subdirectory files.
89            F:   drivers/net/    all files in and below drivers/net
90            F:   drivers/net/*   all files in drivers/net, but not below
91            F:   */net/*         all files in "any top level directory"/net
92            One pattern per line.  Multiple F: lines acceptable.
93         N: Files and directories with regex patterns.
94            N:   [^a-z]tegra     all files whose path contains the word tegra
95            One pattern per line.  Multiple N: lines acceptable.
96            scripts/get_maintainer.pl has different behavior for files that
97            match F: pattern and matches of N: patterns.  By default,
98            get_maintainer will not look at git log history when an F: pattern
99            match occurs.  When an N: match occurs, git log history is used
100            to also notify the people that have git commit signatures.
101         X: Files and directories that are NOT maintained, same rules as F:
102            Files exclusions are tested before file matches.
103            Can be useful for excluding a specific subdirectory, for instance:
104            F:   net/
105            X:   net/ipv6/
106            matches all files in and below net excluding net/ipv6/
107         K: Keyword perl extended regex pattern to match content in a
108            patch or file.  For instance:
109            K: of_get_profile
110               matches patches or files that contain "of_get_profile"
111            K: \b(printk|pr_(info|err))\b
112               matches patches or files that contain one or more of the words
113               printk, pr_info or pr_err
114            One regex pattern per line.  Multiple K: lines acceptable.
116 Note: For the hard of thinking, this list is meant to remain in alphabetical
117 order. If you could add yourselves to it in alphabetical order that would be
118 so much easier [Ed]
120 Maintainers List (try to look for most precise areas first)
122                 -----------------------------------
124 3C59X NETWORK DRIVER
125 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
126 L:      netdev@vger.kernel.org
127 S:      Maintained
128 F:      Documentation/networking/vortex.txt
129 F:      drivers/net/ethernet/3com/3c59x.c
131 3CR990 NETWORK DRIVER
132 M:      David Dillow <dave@thedillows.org>
133 L:      netdev@vger.kernel.org
134 S:      Maintained
135 F:      drivers/net/ethernet/3com/typhoon*
137 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
138 M:      Adam Radford <linuxraid@lsi.com>
139 L:      linux-scsi@vger.kernel.org
140 W:      http://www.lsi.com
141 S:      Supported
142 F:      drivers/scsi/3w-*
144 53C700 AND 53C700-66 SCSI DRIVER
145 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
146 L:      linux-scsi@vger.kernel.org
147 S:      Maintained
148 F:      drivers/scsi/53c700*
150 6PACK NETWORK DRIVER FOR AX.25
151 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
152 L:      linux-hams@vger.kernel.org
153 S:      Maintained
154 F:      drivers/net/hamradio/6pack.c
156 8169 10/100/1000 GIGABIT ETHERNET DRIVER
157 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
158 M:      Francois Romieu <romieu@fr.zoreil.com>
159 L:      netdev@vger.kernel.org
160 S:      Maintained
161 F:      drivers/net/ethernet/realtek/r8169.c
163 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
164 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
165 L:      linux-serial@vger.kernel.org
166 W:      http://serial.sourceforge.net
167 S:      Maintained
168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
169 F:      drivers/tty/serial/8250*
170 F:      include/linux/serial_8250.h
172 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
173 L:      netdev@vger.kernel.org
174 S:      Orphan / Obsolete
175 F:      drivers/net/ethernet/8390/
177 9P FILE SYSTEM
178 M:      Eric Van Hensbergen <ericvh@gmail.com>
179 M:      Ron Minnich <rminnich@sandia.gov>
180 M:      Latchesar Ionkov <lucho@ionkov.net>
181 L:      v9fs-developer@lists.sourceforge.net
182 W:      http://swik.net/v9fs
183 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
185 S:      Maintained
186 F:      Documentation/filesystems/9p.txt
187 F:      fs/9p/
188 F:      net/9p/
189 F:      include/net/9p/
190 F:      include/uapi/linux/virtio_9p.h
191 F:      include/trace/events/9p.h
194 A8293 MEDIA DRIVER
195 M:      Antti Palosaari <crope@iki.fi>
196 L:      linux-media@vger.kernel.org
197 W:      http://linuxtv.org/
198 W:      http://palosaari.fi/linux/
199 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
200 T:      git git://linuxtv.org/anttip/media_tree.git
201 S:      Maintained
202 F:      drivers/media/dvb-frontends/a8293*
204 AACRAID SCSI RAID DRIVER
205 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
206 L:      linux-scsi@vger.kernel.org
207 W:      http://www.adaptec.com/
208 S:      Supported
209 F:      Documentation/scsi/aacraid.txt
210 F:      drivers/scsi/aacraid/
212 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
213 M:      Hans de Goede <hdegoede@redhat.com>
214 L:      lm-sensors@lm-sensors.org
215 S:      Maintained
216 F:      drivers/hwmon/abituguru.c
218 ABIT UGURU 3 HARDWARE MONITOR DRIVER
219 M:      Alistair John Strachan <alistair@devzero.co.uk>
220 L:      lm-sensors@lm-sensors.org
221 S:      Maintained
222 F:      drivers/hwmon/abituguru3.c
224 ACENIC DRIVER
225 M:      Jes Sorensen <jes@trained-monkey.org>
226 L:      linux-acenic@sunsite.dk
227 S:      Maintained
228 F:      drivers/net/ethernet/alteon/acenic*
230 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
231 M:      Peter Feuerer <peter@piie.net>
232 L:      platform-driver-x86@vger.kernel.org
233 W:      http://piie.net/?section=acerhdf
234 S:      Maintained
235 F:      drivers/platform/x86/acerhdf.c
237 ACER WMI LAPTOP EXTRAS
238 M:      "Lee, Chun-Yi" <jlee@suse.com>
239 L:      platform-driver-x86@vger.kernel.org
240 S:      Maintained
241 F:      drivers/platform/x86/acer-wmi.c
243 ACPI
244 M:      Len Brown <lenb@kernel.org>
245 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
246 L:      linux-acpi@vger.kernel.org
247 W:      https://01.org/linux-acpi
248 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
250 S:      Supported
251 F:      drivers/acpi/
252 F:      drivers/pnp/pnpacpi/
253 F:      include/linux/acpi.h
254 F:      include/acpi/
255 F:      Documentation/acpi
256 F:      Documentation/ABI/testing/sysfs-bus-acpi
257 F:      drivers/pci/*acpi*
258 F:      drivers/pci/*/*acpi*
259 F:      drivers/pci/*/*/*acpi*
260 F:      tools/power/acpi
262 ACPI COMPONENT ARCHITECTURE (ACPICA)
263 M:      Robert Moore <robert.moore@intel.com>
264 M:      Lv Zheng <lv.zheng@intel.com>
265 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
266 L:      linux-acpi@vger.kernel.org
267 L:      devel@acpica.org
268 W:      https://acpica.org/
269 W:      https://github.com/acpica/acpica/
270 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
272 S:      Supported
273 F:      drivers/acpi/acpica/
274 F:      include/acpi/
275 F:      tools/power/acpi/
277 ACPI FAN DRIVER
278 M:      Zhang Rui <rui.zhang@intel.com>
279 L:      linux-acpi@vger.kernel.org
280 W:      https://01.org/linux-acpi
281 S:      Supported
282 F:      drivers/acpi/fan.c
284 ACPI THERMAL DRIVER
285 M:      Zhang Rui <rui.zhang@intel.com>
286 L:      linux-acpi@vger.kernel.org
287 W:      https://01.org/linux-acpi
288 S:      Supported
289 F:      drivers/acpi/*thermal*
291 ACPI VIDEO DRIVER
292 M:      Zhang Rui <rui.zhang@intel.com>
293 L:      linux-acpi@vger.kernel.org
294 W:      https://01.org/linux-acpi
295 S:      Supported
296 F:      drivers/acpi/video.c
298 ACPI WMI DRIVER
299 L:      platform-driver-x86@vger.kernel.org
300 S:      Orphan
301 F:      drivers/platform/x86/wmi.c
303 AD1889 ALSA SOUND DRIVER
304 M:      Thibaut Varene <T-Bone@parisc-linux.org>
305 W:      http://wiki.parisc-linux.org/AD1889
306 L:      linux-parisc@vger.kernel.org
307 S:      Maintained
308 F:      sound/pci/ad1889.*
310 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
311 M:      Michael Hennerich <michael.hennerich@analog.com>
312 L:      device-drivers-devel@blackfin.uclinux.org
313 W:      http://wiki.analog.com/AD5254
314 S:      Supported
315 F:      drivers/misc/ad525x_dpot.c
317 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
318 M:      Michael Hennerich <michael.hennerich@analog.com>
319 L:      device-drivers-devel@blackfin.uclinux.org
320 W:      http://wiki.analog.com/AD5398
321 S:      Supported
322 F:      drivers/regulator/ad5398.c
324 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
325 M:      Michael Hennerich <michael.hennerich@analog.com>
326 L:      device-drivers-devel@blackfin.uclinux.org
327 W:      http://wiki.analog.com/AD7142
328 S:      Supported
329 F:      drivers/input/misc/ad714x.c
331 AD7877 TOUCHSCREEN DRIVER
332 M:      Michael Hennerich <michael.hennerich@analog.com>
333 L:      device-drivers-devel@blackfin.uclinux.org
334 W:      http://wiki.analog.com/AD7877
335 S:      Supported
336 F:      drivers/input/touchscreen/ad7877.c
338 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
339 M:      Michael Hennerich <michael.hennerich@analog.com>
340 L:      device-drivers-devel@blackfin.uclinux.org
341 W:      http://wiki.analog.com/AD7879
342 S:      Supported
343 F:      drivers/input/touchscreen/ad7879.c
345 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
346 M:      Jiri Kosina <jkosina@suse.cz>
347 S:      Maintained
349 ADM1025 HARDWARE MONITOR DRIVER
350 M:      Jean Delvare <khali@linux-fr.org>
351 L:      lm-sensors@lm-sensors.org
352 S:      Maintained
353 F:      Documentation/hwmon/adm1025
354 F:      drivers/hwmon/adm1025.c
356 ADM1029 HARDWARE MONITOR DRIVER
357 M:      Corentin Labbe <corentin.labbe@geomatys.fr>
358 L:      lm-sensors@lm-sensors.org
359 S:      Maintained
360 F:      drivers/hwmon/adm1029.c
362 ADM8211 WIRELESS DRIVER
363 L:      linux-wireless@vger.kernel.org
364 W:      http://wireless.kernel.org/
365 S:      Orphan
366 F:      drivers/net/wireless/adm8211.*
368 ADP1653 FLASH CONTROLLER DRIVER
369 M:      Sakari Ailus <sakari.ailus@iki.fi>
370 L:      linux-media@vger.kernel.org
371 S:      Maintained
372 F:      drivers/media/i2c/adp1653.c
373 F:      include/media/adp1653.h
375 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
376 M:      Michael Hennerich <michael.hennerich@analog.com>
377 L:      device-drivers-devel@blackfin.uclinux.org
378 W:      http://wiki.analog.com/ADP5520
379 S:      Supported
380 F:      drivers/mfd/adp5520.c
381 F:      drivers/video/backlight/adp5520_bl.c
382 F:      drivers/leds/leds-adp5520.c
383 F:      drivers/gpio/gpio-adp5520.c
384 F:      drivers/input/keyboard/adp5520-keys.c
386 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
387 M:      Michael Hennerich <michael.hennerich@analog.com>
388 L:      device-drivers-devel@blackfin.uclinux.org
389 W:      http://wiki.analog.com/ADP5588
390 S:      Supported
391 F:      drivers/input/keyboard/adp5588-keys.c
392 F:      drivers/gpio/gpio-adp5588.c
394 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
395 M:      Michael Hennerich <michael.hennerich@analog.com>
396 L:      device-drivers-devel@blackfin.uclinux.org
397 W:      http://wiki.analog.com/ADP8860
398 S:      Supported
399 F:      drivers/video/backlight/adp8860_bl.c
401 ADS1015 HARDWARE MONITOR DRIVER
402 M:      Dirk Eibach <eibach@gdsys.de>
403 L:      lm-sensors@lm-sensors.org
404 S:      Maintained
405 F:      Documentation/hwmon/ads1015
406 F:      drivers/hwmon/ads1015.c
407 F:      include/linux/i2c/ads1015.h
409 ADT746X FAN DRIVER
410 M:      Colin Leroy <colin@colino.net>
411 S:      Maintained
412 F:      drivers/macintosh/therm_adt746x.c
414 ADT7475 HARDWARE MONITOR DRIVER
415 M:      Jean Delvare <khali@linux-fr.org>
416 L:      lm-sensors@lm-sensors.org
417 S:      Maintained
418 F:      Documentation/hwmon/adt7475
419 F:      drivers/hwmon/adt7475.c
421 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
422 M:      Michael Hennerich <michael.hennerich@analog.com>
423 L:      device-drivers-devel@blackfin.uclinux.org
424 W:      http://wiki.analog.com/ADXL345
425 S:      Supported
426 F:      drivers/input/misc/adxl34x.c
428 ADVANSYS SCSI DRIVER
429 M:      Matthew Wilcox <matthew@wil.cx>
430 L:      linux-scsi@vger.kernel.org
431 S:      Maintained
432 F:      Documentation/scsi/advansys.txt
433 F:      drivers/scsi/advansys.c
435 AEDSP16 DRIVER
436 M:      Riccardo Facchetti <fizban@tin.it>
437 S:      Maintained
438 F:      sound/oss/aedsp16.c
440 AF9013 MEDIA DRIVER
441 M:      Antti Palosaari <crope@iki.fi>
442 L:      linux-media@vger.kernel.org
443 W:      http://linuxtv.org/
444 W:      http://palosaari.fi/linux/
445 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
446 T:      git git://linuxtv.org/anttip/media_tree.git
447 S:      Maintained
448 F:      drivers/media/dvb-frontends/af9013*
450 AF9033 MEDIA DRIVER
451 M:      Antti Palosaari <crope@iki.fi>
452 L:      linux-media@vger.kernel.org
453 W:      http://linuxtv.org/
454 W:      http://palosaari.fi/linux/
455 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
456 T:      git git://linuxtv.org/anttip/media_tree.git
457 S:      Maintained
458 F:      drivers/media/dvb-frontends/af9033*
460 AFFS FILE SYSTEM
461 L:      linux-fsdevel@vger.kernel.org
462 S:      Orphan
463 F:      Documentation/filesystems/affs.txt
464 F:      fs/affs/
466 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
467 M:      David Howells <dhowells@redhat.com>
468 L:      linux-afs@lists.infradead.org
469 S:      Supported
470 F:      fs/afs/
471 F:      include/net/af_rxrpc.h
472 F:      net/rxrpc/af_rxrpc.c
474 AGPGART DRIVER
475 M:      David Airlie <airlied@linux.ie>
476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
477 S:      Maintained
478 F:      drivers/char/agp/
479 F:      include/linux/agp*
480 F:      include/uapi/linux/agp*
482 AHA152X SCSI DRIVER
483 M:      "Juergen E. Fischer" <fischer@norbit.de>
484 L:      linux-scsi@vger.kernel.org
485 S:      Maintained
486 F:      drivers/scsi/aha152x*
487 F:      drivers/scsi/pcmcia/aha152x*
489 AIC7XXX / AIC79XX SCSI DRIVER
490 M:      Hannes Reinecke <hare@suse.de>
491 L:      linux-scsi@vger.kernel.org
492 S:      Maintained
493 F:      drivers/scsi/aic7xxx/
495 AIMSLAB FM RADIO RECEIVER DRIVER
496 M:      Hans Verkuil <hverkuil@xs4all.nl>
497 L:      linux-media@vger.kernel.org
498 T:      git git://linuxtv.org/media_tree.git
499 W:      http://linuxtv.org
500 S:      Maintained
501 F:      drivers/media/radio/radio-aimslab*
504 M:      Benjamin LaHaise <bcrl@kvack.org>
505 L:      linux-aio@kvack.org
506 S:      Supported
507 F:      fs/aio.c
508 F:      include/linux/*aio*.h
510 ALCATEL SPEEDTOUCH USB DRIVER
511 M:      Duncan Sands <duncan.sands@free.fr>
512 L:      linux-usb@vger.kernel.org
513 W:      http://www.linux-usb.org/SpeedTouch/
514 S:      Maintained
515 F:      drivers/usb/atm/speedtch.c
516 F:      drivers/usb/atm/usbatm.c
518 ALCHEMY AU1XX0 MMC DRIVER
519 M:      Manuel Lauss <manuel.lauss@gmail.com>
520 S:      Maintained
521 F:      drivers/mmc/host/au1xmmc.c
523 ALI1563 I2C DRIVER
524 M:      Rudolf Marek <r.marek@assembler.cz>
525 L:      linux-i2c@vger.kernel.org
526 S:      Maintained
527 F:      Documentation/i2c/busses/i2c-ali1563
528 F:      drivers/i2c/busses/i2c-ali1563.c
530 ALPHA PORT
531 M:      Richard Henderson <rth@twiddle.net>
532 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
533 M:      Matt Turner <mattst88@gmail.com>
534 S:      Odd Fixes
535 L:      linux-alpha@vger.kernel.org
536 F:      arch/alpha/
538 ALTERA UART/JTAG UART SERIAL DRIVERS
539 M:      Tobias Klauser <tklauser@distanz.ch>
540 L:      linux-serial@vger.kernel.org
541 L:      nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers)
542 S:      Maintained
543 F:      drivers/tty/serial/altera_uart.c
544 F:      drivers/tty/serial/altera_jtaguart.c
545 F:      include/linux/altera_uart.h
546 F:      include/linux/altera_jtaguart.h
548 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
549 M:      Tom Lendacky <thomas.lendacky@amd.com>
550 L:      linux-crypto@vger.kernel.org
551 S:      Supported
552 F:      drivers/crypto/ccp/
553 F:      include/linux/ccp.h
555 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
556 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
557 L:      lm-sensors@lm-sensors.org
558 S:      Maintained
559 F:      Documentation/hwmon/fam15h_power
560 F:      drivers/hwmon/fam15h_power.c
562 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
563 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
564 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
565 S:      Supported
566 F:      drivers/usb/gadget/amd5536udc.*
568 AMD GEODE PROCESSOR/CHIPSET SUPPORT
569 P:      Andres Salomon <dilinger@queued.net>
570 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
571 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
572 S:      Supported
573 F:      drivers/char/hw_random/geode-rng.c
574 F:      drivers/crypto/geode*
575 F:      drivers/video/geode/
576 F:      arch/x86/include/asm/geode.h
578 AMD IOMMU (AMD-VI)
579 M:      Joerg Roedel <joro@8bytes.org>
580 L:      iommu@lists.linux-foundation.org
581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
582 S:      Maintained
583 F:      drivers/iommu/amd_iommu*.[ch]
584 F:      include/linux/amd-iommu.h
586 AMD MICROCODE UPDATE SUPPORT
587 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
588 L:      amd64-microcode@amd64.org
589 S:      Maintained
590 F:      arch/x86/kernel/microcode_amd.c
592 AMS (Apple Motion Sensor) DRIVER
593 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
594 S:      Supported
595 F:      drivers/macintosh/ams/
597 AMSO1100 RNIC DRIVER
598 M:      Tom Tucker <tom@opengridcomputing.com>
599 M:      Steve Wise <swise@opengridcomputing.com>
600 L:      linux-rdma@vger.kernel.org
601 S:      Maintained
602 F:      drivers/infiniband/hw/amso1100/
604 ANALOG DEVICES INC AD9389B DRIVER
605 M:      Hans Verkuil <hans.verkuil@cisco.com>
606 L:      linux-media@vger.kernel.org
607 S:      Maintained
608 F:      drivers/media/i2c/ad9389b*
610 ANALOG DEVICES INC ADV7511 DRIVER
611 M:      Hans Verkuil <hans.verkuil@cisco.com>
612 L:      linux-media@vger.kernel.org
613 S:      Maintained
614 F:      drivers/media/i2c/adv7511*
616 ANALOG DEVICES INC ADV7604 DRIVER
617 M:      Hans Verkuil <hans.verkuil@cisco.com>
618 L:      linux-media@vger.kernel.org
619 S:      Maintained
620 F:      drivers/media/i2c/adv7604*
622 ANALOG DEVICES INC ADV7842 DRIVER
623 M:      Hans Verkuil <hans.verkuil@cisco.com>
624 L:      linux-media@vger.kernel.org
625 S:      Maintained
626 F:      drivers/media/i2c/adv7842*
628 ANALOG DEVICES INC ASOC CODEC DRIVERS
629 M:      Lars-Peter Clausen <lars@metafoo.de>
630 L:      device-drivers-devel@blackfin.uclinux.org
631 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
632 W:      http://wiki.analog.com/
633 S:      Supported
634 F:      sound/soc/codecs/adau*
635 F:      sound/soc/codecs/adav*
636 F:      sound/soc/codecs/ad1*
637 F:      sound/soc/codecs/ad7*
638 F:      sound/soc/codecs/ssm*
639 F:      sound/soc/codecs/sigmadsp.*
641 ANALOG DEVICES INC ASOC DRIVERS
642 L:      uclinux-dist-devel@blackfin.uclinux.org
643 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
644 W:      http://blackfin.uclinux.org/
645 S:      Supported
646 F:      sound/soc/blackfin/*
648 AOA (Apple Onboard Audio) ALSA DRIVER
649 M:      Johannes Berg <johannes@sipsolutions.net>
650 L:      linuxppc-dev@lists.ozlabs.org
651 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
652 S:      Maintained
653 F:      sound/aoa/
655 APM DRIVER
656 M:      Jiri Kosina <jkosina@suse.cz>
657 S:      Odd fixes
658 F:      arch/x86/kernel/apm_32.c
659 F:      include/linux/apm_bios.h
660 F:      include/uapi/linux/apm_bios.h
661 F:      drivers/char/apm-emulation.c
663 APPLE BCM5974 MULTITOUCH DRIVER
664 M:      Henrik Rydberg <rydberg@euromail.se>
665 L:      linux-input@vger.kernel.org
666 S:      Maintained
667 F:      drivers/input/mouse/bcm5974.c
669 APPLE SMC DRIVER
670 M:      Henrik Rydberg <rydberg@euromail.se>
671 L:      lm-sensors@lm-sensors.org
672 S:      Maintained
673 F:      drivers/hwmon/applesmc.c
675 APPLETALK NETWORK LAYER
676 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
677 S:      Maintained
678 F:      drivers/net/appletalk/
679 F:      net/appletalk/
681 APTINA CAMERA SENSOR PLL
682 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/aptina-pll.*
687 ARASAN COMPACT FLASH PATA CONTROLLER
688 M:      Viresh Kumar <viresh.linux@gmail.com>
689 L:      linux-ide@vger.kernel.org
690 S:      Maintained
691 F:      include/linux/pata_arasan_cf_data.h
692 F:      drivers/ata/pata_arasan_cf.c
694 ARC FRAMEBUFFER DRIVER
695 M:      Jaya Kumar <jayalk@intworks.biz>
696 S:      Maintained
697 F:      drivers/video/arcfb.c
698 F:      drivers/video/fb_defio.c
700 ARM MFM AND FLOPPY DRIVERS
701 M:      Ian Molton <spyro@f2s.com>
702 S:      Maintained
703 F:      arch/arm/lib/floppydma.S
704 F:      arch/arm/include/asm/floppy.h
706 ARM PMU PROFILING AND DEBUGGING
707 M:      Will Deacon <will.deacon@arm.com>
708 S:      Maintained
709 F:      arch/arm/kernel/perf_event*
710 F:      arch/arm/oprofile/common.c
711 F:      arch/arm/include/asm/pmu.h
712 F:      arch/arm/kernel/hw_breakpoint.c
713 F:      arch/arm/include/asm/hw_breakpoint.h
715 ARM PORT
716 M:      Russell King <linux@arm.linux.org.uk>
717 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
718 W:      http://www.arm.linux.org.uk/
719 S:      Maintained
720 F:      arch/arm/
722 ARM SUB-ARCHITECTURES
723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
724 S:      Maintained
725 F:      arch/arm/mach-*/
726 F:      arch/arm/plat-*/
727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
729 ARM PRIMECELL AACI PL041 DRIVER
730 M:      Russell King <linux@arm.linux.org.uk>
731 S:      Maintained
732 F:      sound/arm/aaci.*
734 ARM PRIMECELL CLCD PL110 DRIVER
735 M:      Russell King <linux@arm.linux.org.uk>
736 S:      Maintained
737 F:      drivers/video/amba-clcd.*
739 ARM PRIMECELL KMI PL050 DRIVER
740 M:      Russell King <linux@arm.linux.org.uk>
741 S:      Maintained
742 F:      drivers/input/serio/ambakmi.*
743 F:      include/linux/amba/kmi.h
745 ARM PRIMECELL MMCI PL180/1 DRIVER
746 M:      Russell King <linux@arm.linux.org.uk>
747 S:      Maintained
748 F:      drivers/mmc/host/mmci.*
749 F:      include/linux/amba/mmci.h
751 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
752 M:      Russell King <linux@arm.linux.org.uk>
753 S:      Maintained
754 F:      drivers/tty/serial/amba-pl01*.c
755 F:      include/linux/amba/serial.h
757 ARM PRIMECELL BUS SUPPORT
758 M:      Russell King <linux@arm.linux.org.uk>
759 S:      Maintained
760 F:      drivers/amba/
761 F:      include/linux/amba/bus.h
763 ARM/ADS SPHERE MACHINE SUPPORT
764 M:      Lennert Buytenhek <kernel@wantstofly.org>
765 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
766 S:      Maintained
768 ARM/AFEB9260 MACHINE SUPPORT
769 M:      Sergey Lapin <slapin@ossfans.org>
770 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
771 S:      Maintained
773 ARM/AJECO 1ARM MACHINE SUPPORT
774 M:      Lennert Buytenhek <kernel@wantstofly.org>
775 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
776 S:      Maintained
778 ARM/Allwinner A1X SoC support
779 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
780 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
781 S:      Maintained
782 N:      sun[x4567]i
784 ARM/Allwinner SoC Clock Support
785 M:      Emilio López <emilio@elopez.com.ar>
786 S:      Maintained
787 F:      drivers/clk/sunxi/
789 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
790 M:      Andrew Victor <linux@maxim.org.za>
791 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
792 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
793 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
794 W:      http://maxim.org.za/at91_26.html
795 W:      http://www.linux4sam.org
796 S:      Supported
797 F:      arch/arm/mach-at91/
798 F:      arch/arm/boot/dts/at91*.dts
799 F:      arch/arm/boot/dts/at91*.dtsi
800 F:      arch/arm/boot/dts/sama*.dts
801 F:      arch/arm/boot/dts/sama*.dtsi
803 ARM/CALXEDA HIGHBANK ARCHITECTURE
804 M:      Rob Herring <robh@kernel.org>
805 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
806 S:      Maintained
807 F:      arch/arm/mach-highbank/
809 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
810 M:      Anton Vorontsov <anton@enomsg.org>
811 S:      Maintained
812 F:      arch/arm/mach-cns3xxx/
813 T:      git git://git.infradead.org/users/cbou/linux-cns3xxx.git
815 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
816 M:      Alexander Shiyan <shc_work@mail.ru>
817 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
818 S:      Odd Fixes
819 F:      arch/arm/mach-clps711x/
821 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
822 M:      Hartley Sweeten <hsweeten@visionengravers.com>
823 M:      Ryan Mallon <rmallon@gmail.com>
824 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
825 S:      Maintained
826 F:      arch/arm/mach-ep93xx/
827 F:      arch/arm/mach-ep93xx/include/mach/
829 ARM/CIRRUS LOGIC EDB9315A 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/CLKDEV SUPPORT
835 M:      Russell King <linux@arm.linux.org.uk>
836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
837 S:      Maintained
838 F:      arch/arm/include/asm/clkdev.h
839 F:      drivers/clk/clkdev.c
841 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
842 M:      Mike Rapoport <mike@compulab.co.il>
843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
844 S:      Maintained
846 ARM/CONTEC MICRO9 MACHINE SUPPORT
847 M:      Hubert Feurstein <hubert.feurstein@contec.at>
848 S:      Maintained
849 F:      arch/arm/mach-ep93xx/micro9.c
851 ARM/CORGI MACHINE SUPPORT
852 M:      Richard Purdie <rpurdie@rpsys.net>
853 S:      Maintained
855 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
856 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
857 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
858 T:      git git://git.berlios.de/gemini-board
859 S:      Maintained
860 F:      arch/arm/mach-gemini/
862 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
863 M:      Barry Song <baohua@kernel.org>
864 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
866 S:      Maintained
867 F:      arch/arm/mach-prima2/
868 F:      drivers/clk/clk-prima2.c
869 F:      drivers/clocksource/timer-prima2.c
870 F:      drivers/clocksource/timer-marco.c
871 F:      drivers/dma/sirf-dma.c
872 F:      drivers/i2c/busses/i2c-sirf.c
873 F:      drivers/input/misc/sirfsoc-onkey.c
874 F:      drivers/irqchip/irq-sirfsoc.c
875 F:      drivers/mmc/host/sdhci-sirf.c
876 F:      drivers/pinctrl/sirf/
877 F:      drivers/rtc/rtc-sirfsoc.c
878 F:      drivers/spi/spi-sirf.c
880 ARM/EBSA110 MACHINE SUPPORT
881 M:      Russell King <linux@arm.linux.org.uk>
882 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
883 W:      http://www.arm.linux.org.uk/
884 S:      Maintained
885 F:      arch/arm/mach-ebsa110/
886 F:      drivers/net/ethernet/amd/am79c961a.*
888 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
889 M:      Uwe Kleine-König <kernel@pengutronix.de>
890 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
891 S:      Maintained
892 N:      efm32
894 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
895 M:      Daniel Ribeiro <drwyrm@gmail.com>
896 M:      Stefan Schmidt <stefan@openezx.org>
897 M:      Harald Welte <laforge@openezx.org>
898 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
899 W:      http://www.openezx.org/
900 S:      Maintained
901 T:      topgit git://git.openezx.org/openezx.git
902 F:      arch/arm/mach-pxa/ezx.c
904 ARM/FARADAY FA526 PORT
905 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
906 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
907 S:      Maintained
908 T:      git git://git.berlios.de/gemini-board
909 F:      arch/arm/mm/*-fa*
911 ARM/FOOTBRIDGE ARCHITECTURE
912 M:      Russell King <linux@arm.linux.org.uk>
913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 W:      http://www.arm.linux.org.uk/
915 S:      Maintained
916 F:      arch/arm/include/asm/hardware/dec21285.h
917 F:      arch/arm/mach-footbridge/
919 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
920 M:      Shawn Guo <shawn.guo@linaro.org>
921 M:      Sascha Hauer <kernel@pengutronix.de>
922 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
923 S:      Maintained
924 T:      git git://git.linaro.org/people/shawnguo/linux-2.6.git
925 F:      arch/arm/mach-imx/
926 F:      arch/arm/boot/dts/imx*
927 F:      arch/arm/configs/imx*_defconfig
929 ARM/FREESCALE MXS ARM ARCHITECTURE
930 M:      Shawn Guo <shawn.guo@linaro.org>
931 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
932 S:      Maintained
933 T:      git git://git.linaro.org/people/shawnguo/linux-2.6.git
934 F:      arch/arm/mach-mxs/
936 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
937 M:      Lennert Buytenhek <kernel@wantstofly.org>
938 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
939 S:      Maintained
941 ARM/GUMSTIX MACHINE SUPPORT
942 M:      Steve Sakoman <sakoman@gmail.com>
943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 S:      Maintained
946 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
947 M:      Philipp Zabel <philipp.zabel@gmail.com>
948 M:      Paul Parsons <lost.distance@yahoo.com>
949 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
950 S:      Maintained
951 F:      arch/arm/mach-pxa/hx4700.c
952 F:      arch/arm/mach-pxa/include/mach/hx4700.h
953 F:      sound/soc/pxa/hx4700.c
955 ARM/HP JORNADA 7XX MACHINE SUPPORT
956 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
957 W:      www.jlime.com
958 S:      Maintained
959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
960 F:      arch/arm/mach-sa1100/jornada720.c
961 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
963 ARM/IGEP MACHINE SUPPORT
964 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
965 M:      Javier Martinez Canillas <javier@dowhile0.org>
966 L:      linux-omap@vger.kernel.org
967 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
968 S:      Maintained
969 F:      arch/arm/boot/dts/omap3-igep*
971 ARM/INCOME PXA270 SUPPORT
972 M:      Marek Vasut <marek.vasut@gmail.com>
973 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
974 S:      Maintained
975 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
977 ARM/INTEL IOP32X ARM ARCHITECTURE
978 M:      Lennert Buytenhek <kernel@wantstofly.org>
979 M:      Dan Williams <dan.j.williams@intel.com>
980 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
981 S:      Maintained
983 ARM/INTEL IOP33X ARM ARCHITECTURE
984 M:      Dan Williams <dan.j.williams@intel.com>
985 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S:      Maintained
988 ARM/INTEL IOP13XX ARM ARCHITECTURE
989 M:      Lennert Buytenhek <kernel@wantstofly.org>
990 M:      Dan Williams <dan.j.williams@intel.com>
991 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
992 S:      Maintained
994 ARM/INTEL IQ81342EX MACHINE SUPPORT
995 M:      Lennert Buytenhek <kernel@wantstofly.org>
996 M:      Dan Williams <dan.j.williams@intel.com>
997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
998 S:      Maintained
1000 ARM/INTEL IXDP2850 MACHINE SUPPORT
1001 M:      Lennert Buytenhek <kernel@wantstofly.org>
1002 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1003 S:      Maintained
1005 ARM/INTEL IXP4XX ARM ARCHITECTURE
1006 M:      Imre Kaloz <kaloz@openwrt.org>
1007 M:      Krzysztof Halasa <khc@pm.waw.pl>
1008 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1009 S:      Maintained
1010 F:      arch/arm/mach-ixp4xx/
1012 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1013 M:      Jonathan Cameron <jic23@cam.ac.uk>
1014 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1015 S:      Maintained
1016 F:      arch/arm/mach-pxa/stargate2.c
1017 F:      drivers/pcmcia/pxa2xx_stargate2.c
1019 ARM/INTEL XSC3 (MANZANO) ARM CORE
1020 M:      Lennert Buytenhek <kernel@wantstofly.org>
1021 M:      Dan Williams <dan.j.williams@intel.com>
1022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023 S:      Maintained
1025 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1026 M:      Lennert Buytenhek <kernel@wantstofly.org>
1027 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1028 S:      Maintained
1030 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1031 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
1032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033 S:      Maintained
1034 F:      arch/arm/mach-keystone/
1035 F:      drivers/clk/keystone/
1036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1038 ARM/LOGICPD PXA270 MACHINE SUPPORT
1039 M:      Lennert Buytenhek <kernel@wantstofly.org>
1040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 S:      Maintained
1043 ARM/MAGICIAN MACHINE SUPPORT
1044 M:      Philipp Zabel <philipp.zabel@gmail.com>
1045 S:      Maintained
1047 ARM/Marvell Armada 370 and Armada XP SOC support
1048 M:      Jason Cooper <jason@lakedaemon.net>
1049 M:      Andrew Lunn <andrew@lunn.ch>
1050 M:      Gregory Clement <gregory.clement@free-electrons.com>
1051 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1052 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1053 S:      Maintained
1054 F:      arch/arm/mach-mvebu/
1056 ARM/Marvell Berlin SoC support
1057 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 S:      Maintained
1060 F:      arch/arm/mach-berlin/
1062 ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support
1063 M:      Jason Cooper <jason@lakedaemon.net>
1064 M:      Andrew Lunn <andrew@lunn.ch>
1065 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1066 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1067 S:      Maintained
1068 F:      arch/arm/mach-dove/
1069 F:      arch/arm/mach-kirkwood/
1070 F:      arch/arm/mach-mv78xx0/
1071 F:      arch/arm/mach-orion5x/
1072 F:      arch/arm/plat-orion/
1074 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1075 M:      Alexander Clouter <alex@digriz.org.uk>
1076 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077 W:      http://www.digriz.org.uk/ts78xx/kernel
1078 S:      Maintained
1079 F:      arch/arm/mach-orion5x/ts78xx-*
1081 ARM/MICREL KS8695 ARCHITECTURE
1082 M:      Greg Ungerer <gerg@uclinux.org>
1083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 F:      arch/arm/mach-ks8695/
1085 S:      Odd Fixes
1087 ARM/MIOA701 MACHINE SUPPORT
1088 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 F:      arch/arm/mach-pxa/mioa701.c
1091 S:      Maintained
1093 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1094 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1095 S:      Maintained
1097 ARM/NOMADIK ARCHITECTURE
1098 M:      Alessandro Rubini <rubini@unipv.it>
1099 M:      Linus Walleij <linus.walleij@linaro.org>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S:      Maintained
1102 F:      arch/arm/mach-nomadik/
1103 F:      drivers/i2c/busses/i2c-nomadik.c
1104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1106 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1107 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1108 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1109 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1110 S:      Supported
1112 ARM/QUALCOMM MSM MACHINE SUPPORT
1113 M:      David Brown <davidb@codeaurora.org>
1114 M:      Daniel Walker <dwalker@fifo99.com>
1115 M:      Bryan Huntsman <bryanh@codeaurora.org>
1116 L:      linux-arm-msm@vger.kernel.org
1117 F:      arch/arm/mach-msm/
1118 F:      drivers/video/msm/
1119 F:      drivers/mmc/host/msm_sdcc.c
1120 F:      drivers/mmc/host/msm_sdcc.h
1121 F:      drivers/tty/serial/msm_serial.h
1122 F:      drivers/tty/serial/msm_serial.c
1123 F:      drivers/*/pm8???-*
1124 F:      drivers/mfd/ssbi/
1125 F:      include/linux/mfd/pm8xxx/
1126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1127 S:      Maintained
1129 ARM/TOSA MACHINE SUPPORT
1130 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1131 M:      Dirk Opfer <dirk@opfer-online.de>
1132 S:      Maintained
1134 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1135 M:      Marek Vasut <marek.vasut@gmail.com>
1136 L:      linux-arm-kernel@lists.infradead.org
1137 W:      http://hackndev.com
1138 S:      Maintained
1139 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1140 F:      arch/arm/mach-pxa/palmtx.c
1141 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1142 F:      arch/arm/mach-pxa/palmt5.c
1143 F:      arch/arm/mach-pxa/include/mach/palmld.h
1144 F:      arch/arm/mach-pxa/palmld.c
1145 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1146 F:      arch/arm/mach-pxa/palmte2.c
1147 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1148 F:      arch/arm/mach-pxa/palmtc.c
1150 ARM/PALM TREO SUPPORT
1151 M:      Tomas Cech <sleep_walker@suse.cz>
1152 L:      linux-arm-kernel@lists.infradead.org
1153 W:      http://hackndev.com
1154 S:      Maintained
1155 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1156 F:      arch/arm/mach-pxa/palmtreo.c
1158 ARM/PALMZ72 SUPPORT
1159 M:      Sergey Lapin <slapin@ossfans.org>
1160 L:      linux-arm-kernel@lists.infradead.org
1161 W:      http://hackndev.com
1162 S:      Maintained
1163 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1164 F:      arch/arm/mach-pxa/palmz72.c
1166 ARM/PLEB SUPPORT
1167 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1168 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1169 S:      Maintained
1171 ARM/PT DIGITAL BOARD PORT
1172 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1173 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 W:      http://www.arm.linux.org.uk/
1175 S:      Maintained
1177 ARM/RADISYS ENP2611 MACHINE SUPPORT
1178 M:      Lennert Buytenhek <kernel@wantstofly.org>
1179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 S:      Maintained
1182 ARM/RISCPC ARCHITECTURE
1183 M:      Russell King <linux@arm.linux.org.uk>
1184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1185 W:      http://www.arm.linux.org.uk/
1186 S:      Maintained
1187 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1188 F:      arch/arm/include/asm/hardware/ioc.h
1189 F:      arch/arm/include/asm/hardware/iomd.h
1190 F:      arch/arm/include/asm/hardware/memc.h
1191 F:      arch/arm/mach-rpc/
1192 F:      drivers/net/ethernet/8390/etherh.c
1193 F:      drivers/net/ethernet/i825xx/ether1*
1194 F:      drivers/net/ethernet/seeq/ether3*
1195 F:      drivers/scsi/arm/
1197 ARM/Rockchip SoC support
1198 M:      Heiko Stuebner <heiko@sntech.de>
1199 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1200 S:      Maintained
1201 F:      arch/arm/mach-rockchip/
1202 F:      drivers/*/*rockchip*
1204 ARM/SAMSUNG ARM ARCHITECTURES
1205 M:      Ben Dooks <ben-linux@fluff.org>
1206 M:      Kukjin Kim <kgene.kim@samsung.com>
1207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1209 W:      http://www.fluff.org/ben/linux/
1210 S:      Maintained
1211 F:      arch/arm/boot/dts/s3c*
1212 F:      arch/arm/boot/dts/exynos*
1213 F:      arch/arm/plat-samsung/
1214 F:      arch/arm/mach-s3c24*/
1215 F:      arch/arm/mach-s3c64xx/
1216 F:      drivers/*/*s3c2410*
1217 F:      drivers/*/*/*s3c2410*
1218 F:      drivers/spi/spi-s3c*
1219 F:      sound/soc/samsung/*
1221 ARM/S5P EXYNOS ARM ARCHITECTURES
1222 M:      Kukjin Kim <kgene.kim@samsung.com>
1223 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1225 S:      Maintained
1226 F:      arch/arm/mach-s5p*/
1227 F:      arch/arm/mach-exynos*/
1228 N:      exynos
1230 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1231 M:      Kyungmin Park <kyungmin.park@samsung.com>
1232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 S:      Maintained
1234 F:      arch/arm/mach-s5pv210/mach-aquila.c
1235 F:      arch/arm/mach-s5pv210/mach-goni.c
1237 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1238 M:      Kyungmin Park <kyungmin.park@samsung.com>
1239 M:      Kamil Debski <k.debski@samsung.com>
1240 L:      linux-arm-kernel@lists.infradead.org
1241 L:      linux-media@vger.kernel.org
1242 S:      Maintained
1243 F:      drivers/media/platform/s5p-g2d/
1245 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1246 M:      Kyungmin Park <kyungmin.park@samsung.com>
1247 M:      Kamil Debski <k.debski@samsung.com>
1248 M:      Jeongtae Park <jtp.park@samsung.com>
1249 L:      linux-arm-kernel@lists.infradead.org
1250 L:      linux-media@vger.kernel.org
1251 S:      Maintained
1252 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1253 F:      drivers/media/platform/s5p-mfc/
1255 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1256 M:      Kyungmin Park <kyungmin.park@samsung.com>
1257 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1258 L:      linux-arm-kernel@lists.infradead.org
1259 L:      linux-media@vger.kernel.org
1260 S:      Maintained
1261 F:      drivers/media/platform/s5p-tv/
1263 ARM/SHMOBILE ARM ARCHITECTURE
1264 M:      Simon Horman <horms@verge.net.au>
1265 M:      Magnus Damm <magnus.damm@gmail.com>
1266 L:      linux-sh@vger.kernel.org
1267 W:      http://oss.renesas.com
1268 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1270 S:      Supported
1271 F:      arch/arm/mach-shmobile/
1272 F:      drivers/sh/
1274 ARM/SOCFPGA ARCHITECTURE
1275 M:      Dinh Nguyen <dinguyen@altera.com>
1276 S:      Maintained
1277 F:      arch/arm/mach-socfpga/
1279 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1280 M:      Dinh Nguyen <dinguyen@altera.com>
1281 S:      Maintained
1282 F:      drivers/clk/socfpga/
1284 ARM/STI ARCHITECTURE
1285 M:      Srinivas Kandagatla <srinivas.kandagatla@st.com>
1286 M:      Stuart Menefy <stuart.menefy@st.com>
1287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 L:      kernel@stlinux.com
1289 W:      http://www.stlinux.com
1290 S:      Maintained
1291 F:      arch/arm/mach-sti/
1293 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1294 M:      Lennert Buytenhek <kernel@wantstofly.org>
1295 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1296 S:      Maintained
1298 ARM/TETON BGA MACHINE SUPPORT
1299 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1300 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1301 S:      Maintained
1303 ARM/THECUS N2100 MACHINE SUPPORT
1304 M:      Lennert Buytenhek <kernel@wantstofly.org>
1305 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1306 S:      Maintained
1308 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1309 M:      Wan ZongShun <mcuos.com@gmail.com>
1310 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311 W:      http://www.mcuos.com
1312 S:      Maintained
1313 F:      arch/arm/mach-w90x900/
1314 F:      drivers/input/keyboard/w90p910_keypad.c
1315 F:      drivers/input/touchscreen/w90p910_ts.c
1316 F:      drivers/watchdog/nuc900_wdt.c
1317 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1318 F:      drivers/mtd/nand/nuc900_nand.c
1319 F:      drivers/rtc/rtc-nuc900.c
1320 F:      drivers/spi/spi-nuc900.c
1321 F:      drivers/usb/host/ehci-w90x900.c
1322 F:      drivers/video/nuc900fb.c
1324 ARM/U300 MACHINE SUPPORT
1325 M:      Linus Walleij <linus.walleij@linaro.org>
1326 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1327 S:      Supported
1328 F:      arch/arm/mach-u300/
1329 F:      drivers/i2c/busses/i2c-stu300.c
1330 F:      drivers/rtc/rtc-coh901331.c
1331 F:      drivers/watchdog/coh901327_wdt.c
1332 F:      drivers/dma/coh901318*
1333 F:      drivers/mfd/ab3100*
1334 F:      drivers/rtc/rtc-ab3100.c
1335 F:      drivers/rtc/rtc-coh901331.c
1336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1338 ARM/Ux500 ARM ARCHITECTURE
1339 M:      Linus Walleij <linus.walleij@linaro.org>
1340 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1341 S:      Maintained
1342 F:      arch/arm/mach-ux500/
1343 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1344 F:      drivers/dma/ste_dma40*
1345 F:      drivers/hwspinlock/u8500_hsem.c
1346 F:      drivers/mfd/abx500*
1347 F:      drivers/mfd/ab8500*
1348 F:      drivers/mfd/dbx500*
1349 F:      drivers/mfd/db8500*
1350 F:      drivers/pinctrl/pinctrl-nomadik*
1351 F:      drivers/rtc/rtc-ab8500.c
1352 F:      drivers/rtc/rtc-pl031.c
1353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1355 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1356 M:      Ulf Hansson <ulf.hansson@linaro.org>
1357 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1358 T:      git git://git.linaro.org/people/ulfh/clk.git
1359 S:      Maintained
1360 F:      drivers/clk/ux500/
1361 F:      include/linux/platform_data/clk-ux500.h
1363 ARM/VFP SUPPORT
1364 M:      Russell King <linux@arm.linux.org.uk>
1365 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1366 W:      http://www.arm.linux.org.uk/
1367 S:      Maintained
1368 F:      arch/arm/vfp/
1370 ARM/VOIPAC PXA270 SUPPORT
1371 M:      Marek Vasut <marek.vasut@gmail.com>
1372 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1373 S:      Maintained
1374 F:      arch/arm/mach-pxa/vpac270.c
1375 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1377 ARM/VT8500 ARM ARCHITECTURE
1378 M:      Tony Prisk <linux@prisktech.co.nz>
1379 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1380 S:      Maintained
1381 F:      arch/arm/mach-vt8500/
1382 F:      drivers/clocksource/vt8500_timer.c
1383 F:      drivers/i2c/busses/i2c-wmt.c
1384 F:      drivers/mmc/host/wmt-sdmmc.c
1385 F:      drivers/pwm/pwm-vt8500.c
1386 F:      drivers/rtc/rtc-vt8500.c
1387 F:      drivers/tty/serial/vt8500_serial.c
1388 F:      drivers/usb/host/ehci-platform.c
1389 F:      drivers/usb/host/uhci-platform.c
1390 F:      drivers/video/vt8500lcdfb.*
1391 F:      drivers/video/wm8505fb*
1392 F:      drivers/video/wmt_ge_rops.*
1394 ARM/ZIPIT Z2 SUPPORT
1395 M:      Marek Vasut <marek.vasut@gmail.com>
1396 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1397 S:      Maintained
1398 F:      arch/arm/mach-pxa/z2.c
1399 F:      arch/arm/mach-pxa/include/mach/z2.h
1401 ARM/ZYNQ ARCHITECTURE
1402 M:      Michal Simek <michal.simek@xilinx.com>
1403 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1404 W:      http://wiki.xilinx.com
1405 T:      git git://git.xilinx.com/linux-xlnx.git
1406 S:      Supported
1407 F:      arch/arm/mach-zynq/
1408 F:      drivers/cpuidle/cpuidle-zynq.c
1409 N:      zynq
1410 N:      xilinx
1411 F:      drivers/clocksource/cadence_ttc_timer.c
1412 F:      drivers/mmc/host/sdhci-of-arasan.c
1414 ARM SMMU DRIVER
1415 M:      Will Deacon <will.deacon@arm.com>
1416 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1417 S:      Maintained
1418 F:      drivers/iommu/arm-smmu.c
1420 ARM64 PORT (AARCH64 ARCHITECTURE)
1421 M:      Catalin Marinas <catalin.marinas@arm.com>
1422 M:      Will Deacon <will.deacon@arm.com>
1423 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1424 S:      Maintained
1425 F:      arch/arm64/
1426 F:      Documentation/arm64/
1428 AS3645A LED FLASH CONTROLLER DRIVER
1429 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1430 L:      linux-media@vger.kernel.org
1431 T:      git git://linuxtv.org/media_tree.git
1432 S:      Maintained
1433 F:      drivers/media/i2c/as3645a.c
1434 F:      include/media/as3645a.h
1436 ASC7621 HARDWARE MONITOR DRIVER
1437 M:      George Joseph <george.joseph@fairview5.com>
1438 L:      lm-sensors@lm-sensors.org
1439 S:      Maintained
1440 F:      Documentation/hwmon/asc7621
1441 F:      drivers/hwmon/asc7621.c
1443 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1444 M:      Corentin Chary <corentin.chary@gmail.com>
1445 L:      acpi4asus-user@lists.sourceforge.net
1446 L:      platform-driver-x86@vger.kernel.org
1447 W:      http://acpi4asus.sf.net
1448 S:      Maintained
1449 F:      drivers/platform/x86/asus*.c
1450 F:      drivers/platform/x86/eeepc*.c
1452 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1453 M:      Dan Williams <dan.j.williams@intel.com>
1454 W:      http://sourceforge.net/projects/xscaleiop
1455 S:      Maintained
1456 F:      Documentation/crypto/async-tx-api.txt
1457 F:      crypto/async_tx/
1458 F:      drivers/dma/
1459 F:      include/linux/dmaengine.h
1460 F:      include/linux/async_tx.h
1462 AT24 EEPROM DRIVER
1463 M:      Wolfram Sang <wsa@the-dreams.de>
1464 L:      linux-i2c@vger.kernel.org
1465 S:      Maintained
1466 F:      drivers/misc/eeprom/at24.c
1467 F:      include/linux/platform_data/at24.h
1469 ATA OVER ETHERNET (AOE) DRIVER
1470 M:      "Ed L. Cashin" <ecashin@coraid.com>
1471 W:      http://support.coraid.com/support/linux
1472 S:      Supported
1473 F:      Documentation/aoe/
1474 F:      drivers/block/aoe/
1476 ATHEROS ATH GENERIC UTILITIES
1477 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1478 L:      linux-wireless@vger.kernel.org
1479 S:      Supported
1480 F:      drivers/net/wireless/ath/*
1482 ATHEROS ATH5K WIRELESS DRIVER
1483 M:      Jiri Slaby <jirislaby@gmail.com>
1484 M:      Nick Kossifidis <mickflemm@gmail.com>
1485 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1486 L:      linux-wireless@vger.kernel.org
1487 L:      ath5k-devel@lists.ath5k.org
1488 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1489 S:      Maintained
1490 F:      drivers/net/wireless/ath/ath5k/
1492 ATHEROS ATH6KL WIRELESS DRIVER
1493 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1494 L:      linux-wireless@vger.kernel.org
1495 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1496 T:      git git://github.com/kvalo/ath.git
1497 S:      Supported
1498 F:      drivers/net/wireless/ath/ath6kl/
1500 WILOCITY WIL6210 WIRELESS DRIVER
1501 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1502 L:      linux-wireless@vger.kernel.org
1503 L:      wil6210@qca.qualcomm.com
1504 S:      Supported
1505 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1506 F:      drivers/net/wireless/ath/wil6210/
1508 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1509 M:      Christian Lamparter <chunkeey@googlemail.com>
1510 L:      linux-wireless@vger.kernel.org
1511 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1512 S:      Maintained
1513 F:      drivers/net/wireless/ath/carl9170/
1515 ATK0110 HWMON DRIVER
1516 M:      Luca Tettamanti <kronos.it@gmail.com>
1517 L:      lm-sensors@lm-sensors.org
1518 S:      Maintained
1519 F:      drivers/hwmon/asus_atk0110.c
1521 ATI_REMOTE2 DRIVER
1522 M:      Ville Syrjala <syrjala@sci.fi>
1523 S:      Maintained
1524 F:      drivers/input/misc/ati_remote2.c
1526 ATLX ETHERNET DRIVERS
1527 M:      Jay Cliburn <jcliburn@gmail.com>
1528 M:      Chris Snook <chris.snook@gmail.com>
1529 L:      netdev@vger.kernel.org
1530 W:      http://sourceforge.net/projects/atl1
1531 W:      http://atl1.sourceforge.net
1532 S:      Maintained
1533 F:      drivers/net/ethernet/atheros/
1536 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1537 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1538 L:      netdev@vger.kernel.org
1539 W:      http://linux-atm.sourceforge.net
1540 S:      Maintained
1541 F:      drivers/atm/
1542 F:      include/linux/atm*
1543 F:      include/uapi/linux/atm*
1545 ATMEL AT91 / AT32 MCI DRIVER
1546 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1547 S:      Maintained
1548 F:      drivers/mmc/host/atmel-mci.c
1549 F:      drivers/mmc/host/atmel-mci-regs.h
1551 ATMEL AT91 / AT32 SERIAL DRIVER
1552 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1553 S:      Supported
1554 F:      drivers/tty/serial/atmel_serial.c
1556 ATMEL DMA DRIVER
1557 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1558 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1559 S:      Supported
1560 F:      drivers/dma/at_hdmac.c
1561 F:      drivers/dma/at_hdmac_regs.h
1562 F:      include/linux/platform_data/dma-atmel.h
1564 ATMEL I2C DRIVER
1565 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1566 L:      linux-i2c@vger.kernel.org
1567 S:      Supported
1568 F:      drivers/i2c/busses/i2c-at91.c
1570 ATMEL ISI DRIVER
1571 M:      Josh Wu <josh.wu@atmel.com>
1572 L:      linux-media@vger.kernel.org
1573 S:      Supported
1574 F:      drivers/media/platform/soc_camera/atmel-isi.c
1575 F:      include/media/atmel-isi.h
1577 ATMEL LCDFB DRIVER
1578 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1579 L:      linux-fbdev@vger.kernel.org
1580 S:      Maintained
1581 F:      drivers/video/atmel_lcdfb.c
1582 F:      include/video/atmel_lcdc.h
1584 ATMEL MACB ETHERNET DRIVER
1585 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1586 S:      Supported
1587 F:      drivers/net/ethernet/cadence/
1589 ATMEL SPI DRIVER
1590 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1591 S:      Supported
1592 F:      drivers/spi/spi-atmel.*
1594 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1595 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1596 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1597 S:      Supported
1598 F:      drivers/misc/atmel_tclib.c
1599 F:      drivers/clocksource/tcb_clksrc.c
1601 ATMEL TSADCC DRIVER
1602 M:      Josh Wu <josh.wu@atmel.com>
1603 L:      linux-input@vger.kernel.org
1604 S:      Supported
1605 F:      drivers/input/touchscreen/atmel_tsadcc.c
1607 ATMEL USBA UDC DRIVER
1608 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1610 S:      Supported
1611 F:      drivers/usb/gadget/atmel_usba_udc.*
1613 ATMEL WIRELESS DRIVER
1614 M:      Simon Kelley <simon@thekelleys.org.uk>
1615 L:      linux-wireless@vger.kernel.org
1616 W:      http://www.thekelleys.org.uk/atmel
1617 W:      http://atmelwlandriver.sourceforge.net/
1618 S:      Maintained
1619 F:      drivers/net/wireless/atmel*
1621 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1622 M:      Bradley Grove <linuxdrivers@attotech.com>
1623 L:      linux-scsi@vger.kernel.org
1624 W:      http://www.attotech.com
1625 S:      Supported
1626 F:      drivers/scsi/esas2r
1628 AUDIT SUBSYSTEM
1629 M:      Eric Paris <eparis@redhat.com>
1630 L:      linux-audit@redhat.com (subscribers-only)
1631 W:      http://people.redhat.com/sgrubb/audit/
1632 T:      git git://git.infradead.org/users/eparis/audit.git
1633 S:      Maintained
1634 F:      include/linux/audit.h
1635 F:      include/uapi/linux/audit.h
1636 F:      kernel/audit*
1638 AUXILIARY DISPLAY DRIVERS
1639 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1640 W:      http://miguelojeda.es/auxdisplay.htm
1641 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1642 S:      Maintained
1643 F:      drivers/auxdisplay/
1644 F:      include/linux/cfag12864b.h
1646 AVR32 ARCHITECTURE
1647 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1648 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1649 W:      http://www.atmel.com/products/AVR32/
1650 W:      http://mirror.egtvedt.no/avr32linux.org/
1651 W:      http://avrfreaks.net/
1652 S:      Maintained
1653 F:      arch/avr32/
1655 AVR32/AT32AP MACHINE SUPPORT
1656 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1657 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1658 S:      Maintained
1659 F:      arch/avr32/mach-at32ap/
1661 AX.25 NETWORK LAYER
1662 M:      Ralf Baechle <ralf@linux-mips.org>
1663 L:      linux-hams@vger.kernel.org
1664 W:      http://www.linux-ax25.org/
1665 S:      Maintained
1666 F:      include/uapi/linux/ax25.h
1667 F:      include/net/ax25.h
1668 F:      net/ax25/
1670 AZ6007 DVB DRIVER
1671 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
1672 L:      linux-media@vger.kernel.org
1673 W:      http://linuxtv.org
1674 T:      git git://linuxtv.org/media_tree.git
1675 S:      Maintained
1676 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1678 AZTECH FM RADIO RECEIVER DRIVER
1679 M:      Hans Verkuil <hverkuil@xs4all.nl>
1680 L:      linux-media@vger.kernel.org
1681 T:      git git://linuxtv.org/media_tree.git
1682 W:      http://linuxtv.org
1683 S:      Maintained
1684 F:      drivers/media/radio/radio-aztech*
1686 B43 WIRELESS DRIVER
1687 M:      Stefano Brivio <stefano.brivio@polimi.it>
1688 L:      linux-wireless@vger.kernel.org
1689 L:      b43-dev@lists.infradead.org
1690 W:      http://wireless.kernel.org/en/users/Drivers/b43
1691 S:      Maintained
1692 F:      drivers/net/wireless/b43/
1694 B43LEGACY WIRELESS DRIVER
1695 M:      Larry Finger <Larry.Finger@lwfinger.net>
1696 M:      Stefano Brivio <stefano.brivio@polimi.it>
1697 L:      linux-wireless@vger.kernel.org
1698 L:      b43-dev@lists.infradead.org
1699 W:      http://wireless.kernel.org/en/users/Drivers/b43
1700 S:      Maintained
1701 F:      drivers/net/wireless/b43legacy/
1703 BACKLIGHT CLASS/SUBSYSTEM
1704 M:      Jingoo Han <jg1.han@samsung.com>
1705 S:      Maintained
1706 F:      drivers/video/backlight/
1707 F:      include/linux/backlight.h
1709 BATMAN ADVANCED
1710 M:      Marek Lindner <mareklindner@neomailbox.ch>
1711 M:      Simon Wunderlich <sw@simonwunderlich.de>
1712 M:      Antonio Quartulli <antonio@meshcoding.com>
1713 L:      b.a.t.m.a.n@lists.open-mesh.org
1714 W:      http://www.open-mesh.org/
1715 S:      Maintained
1716 F:      net/batman-adv/
1718 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1719 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1720 L:      linux-hams@vger.kernel.org
1721 W:      http://www.baycom.org/~tom/ham/ham.html
1722 S:      Maintained
1723 F:      drivers/net/hamradio/baycom*
1725 BCACHE (BLOCK LAYER CACHE)
1726 M:      Kent Overstreet <kmo@daterainc.com>
1727 L:      linux-bcache@vger.kernel.org
1728 W:      http://bcache.evilpiepirate.org
1729 S:      Maintained:
1730 F:      drivers/md/bcache/
1732 BEFS FILE SYSTEM
1733 S:      Orphan
1734 F:      Documentation/filesystems/befs.txt
1735 F:      fs/befs/
1737 BFS FILE SYSTEM
1738 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1739 S:      Maintained
1740 F:      Documentation/filesystems/bfs.txt
1741 F:      fs/bfs/
1742 F:      include/uapi/linux/bfs_fs.h
1744 BLACKFIN ARCHITECTURE
1745 M:      Mike Frysinger <vapier@gentoo.org>
1746 L:      uclinux-dist-devel@blackfin.uclinux.org
1747 W:      http://blackfin.uclinux.org
1748 S:      Supported
1749 F:      arch/blackfin/
1751 BLACKFIN EMAC DRIVER
1752 L:      uclinux-dist-devel@blackfin.uclinux.org
1753 W:      http://blackfin.uclinux.org
1754 S:      Supported
1755 F:      drivers/net/ethernet/adi/
1757 BLACKFIN RTC DRIVER
1758 M:      Mike Frysinger <vapier.adi@gmail.com>
1759 L:      uclinux-dist-devel@blackfin.uclinux.org
1760 W:      http://blackfin.uclinux.org
1761 S:      Supported
1762 F:      drivers/rtc/rtc-bfin.c
1764 BLACKFIN SDH DRIVER
1765 M:      Sonic Zhang <sonic.zhang@analog.com>
1766 L:      uclinux-dist-devel@blackfin.uclinux.org
1767 W:      http://blackfin.uclinux.org
1768 S:      Supported
1769 F:      drivers/mmc/host/bfin_sdh.c
1771 BLACKFIN SERIAL DRIVER
1772 M:      Sonic Zhang <sonic.zhang@analog.com>
1773 L:      uclinux-dist-devel@blackfin.uclinux.org
1774 W:      http://blackfin.uclinux.org
1775 S:      Supported
1776 F:      drivers/tty/serial/bfin_uart.c
1778 BLACKFIN WATCHDOG DRIVER
1779 M:      Mike Frysinger <vapier.adi@gmail.com>
1780 L:      uclinux-dist-devel@blackfin.uclinux.org
1781 W:      http://blackfin.uclinux.org
1782 S:      Supported
1783 F:      drivers/watchdog/bfin_wdt.c
1785 BLACKFIN I2C TWI DRIVER
1786 M:      Sonic Zhang <sonic.zhang@analog.com>
1787 L:      uclinux-dist-devel@blackfin.uclinux.org
1788 W:      http://blackfin.uclinux.org/
1789 S:      Supported
1790 F:      drivers/i2c/busses/i2c-bfin-twi.c
1792 BLACKFIN MEDIA DRIVER
1793 M:      Scott Jiang <scott.jiang.linux@gmail.com>
1794 L:      uclinux-dist-devel@blackfin.uclinux.org
1795 W:      http://blackfin.uclinux.org/
1796 S:      Supported
1797 F:      drivers/media/platform/blackfin/
1798 F:      drivers/media/i2c/adv7183*
1799 F:      drivers/media/i2c/vs6624*
1801 BLINKM RGB LED DRIVER
1802 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
1803 S:      Maintained
1804 F:      drivers/leds/leds-blinkm.c
1806 BLOCK LAYER
1807 M:      Jens Axboe <axboe@kernel.dk>
1808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1809 S:      Maintained
1810 F:      block/
1812 BLOCK2MTD DRIVER
1813 M:      Joern Engel <joern@lazybastard.org>
1814 L:      linux-mtd@lists.infradead.org
1815 S:      Maintained
1816 F:      drivers/mtd/devices/block2mtd.c
1818 BLUETOOTH DRIVERS
1819 M:      Marcel Holtmann <marcel@holtmann.org>
1820 M:      Gustavo Padovan <gustavo@padovan.org>
1821 M:      Johan Hedberg <johan.hedberg@gmail.com>
1822 L:      linux-bluetooth@vger.kernel.org
1823 W:      http://www.bluez.org/
1824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1826 S:      Maintained
1827 F:      drivers/bluetooth/
1829 BLUETOOTH SUBSYSTEM
1830 M:      Marcel Holtmann <marcel@holtmann.org>
1831 M:      Gustavo Padovan <gustavo@padovan.org>
1832 M:      Johan Hedberg <johan.hedberg@gmail.com>
1833 L:      linux-bluetooth@vger.kernel.org
1834 W:      http://www.bluez.org/
1835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1837 S:      Maintained
1838 F:      net/bluetooth/
1839 F:      include/net/bluetooth/
1841 BONDING DRIVER
1842 M:      Jay Vosburgh <fubar@us.ibm.com>
1843 M:      Veaceslav Falico <vfalico@redhat.com>
1844 M:      Andy Gospodarek <andy@greyhouse.net>
1845 L:      netdev@vger.kernel.org
1846 W:      http://sourceforge.net/projects/bonding/
1847 S:      Supported
1848 F:      drivers/net/bonding/
1849 F:      include/uapi/linux/if_bonding.h
1851 BROADCOM B44 10/100 ETHERNET DRIVER
1852 M:      Gary Zambrano <zambrano@broadcom.com>
1853 L:      netdev@vger.kernel.org
1854 S:      Supported
1855 F:      drivers/net/ethernet/broadcom/b44.*
1857 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1858 M:      Michael Chan <mchan@broadcom.com>
1859 L:      netdev@vger.kernel.org
1860 S:      Supported
1861 F:      drivers/net/ethernet/broadcom/bnx2.*
1862 F:      drivers/net/ethernet/broadcom/bnx2_*
1864 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1865 M:      Ariel Elior <ariele@broadcom.com>
1866 L:      netdev@vger.kernel.org
1867 S:      Supported
1868 F:      drivers/net/ethernet/broadcom/bnx2x/
1870 BROADCOM BCM281XX/BCM11XXX ARM ARCHITECTURE
1871 M:      Christian Daudt <bcm@fixthebug.org>
1872 L:      bcm-kernel-feedback-list@broadcom.com
1873 T:      git git://git.github.com/broadcom/bcm11351
1874 S:      Maintained
1875 F:      arch/arm/mach-bcm/
1876 F:      arch/arm/boot/dts/bcm113*
1877 F:      arch/arm/boot/dts/bcm281*
1878 F:      arch/arm/configs/bcm_defconfig
1879 F:      drivers/mmc/host/sdhci_bcm_kona.c
1880 F:      drivers/clocksource/bcm_kona_timer.c
1882 BROADCOM BCM2835 ARM ARCHICTURE
1883 M:      Stephen Warren <swarren@wwwdotorg.org>
1884 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
1885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git
1886 S:      Maintained
1887 F:      arch/arm/mach-bcm2835/
1888 F:      arch/arm/boot/dts/bcm2835*
1889 F:      arch/arm/configs/bcm2835_defconfig
1890 F:      drivers/*/*bcm2835*
1892 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1893 M:      Nithin Nayak Sujir <nsujir@broadcom.com>
1894 M:      Michael Chan <mchan@broadcom.com>
1895 L:      netdev@vger.kernel.org
1896 S:      Supported
1897 F:      drivers/net/ethernet/broadcom/tg3.*
1899 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1900 M:      Brett Rudley <brudley@broadcom.com>
1901 M:      Arend van Spriel <arend@broadcom.com>
1902 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
1903 M:      Hante Meuleman <meuleman@broadcom.com>
1904 L:      linux-wireless@vger.kernel.org
1905 L:      brcm80211-dev-list@broadcom.com
1906 S:      Supported
1907 F:      drivers/net/wireless/brcm80211/
1909 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1910 M:      Eddie Wai <eddie.wai@broadcom.com>
1911 L:      linux-scsi@vger.kernel.org
1912 S:      Supported
1913 F:      drivers/scsi/bnx2fc/
1915 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
1916 M:      Eddie Wai <eddie.wai@broadcom.com>
1917 L:      linux-scsi@vger.kernel.org
1918 S:      Supported
1919 F:      drivers/scsi/bnx2i/
1921 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
1922 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
1923 L:      linux-wireless@vger.kernel.org
1924 S:      Maintained
1925 F:      drivers/bcma/
1926 F:      include/linux/bcma/
1928 BROCADE BFA FC SCSI DRIVER
1929 M:      Anil Gurumurthy <agurumur@brocade.com>
1930 M:      Vijaya Mohan Guvva <vmohan@brocade.com>
1931 L:      linux-scsi@vger.kernel.org
1932 S:      Supported
1933 F:      drivers/scsi/bfa/
1935 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1936 M:      Rasesh Mody <rmody@brocade.com>
1937 L:      netdev@vger.kernel.org
1938 S:      Supported
1939 F:      drivers/net/ethernet/brocade/bna/
1941 BSG (block layer generic sg v4 driver)
1942 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1943 L:      linux-scsi@vger.kernel.org
1944 S:      Supported
1945 F:      block/bsg.c
1946 F:      include/linux/bsg.h
1947 F:      include/uapi/linux/bsg.h
1949 BT87X AUDIO DRIVER
1950 M:      Clemens Ladisch <clemens@ladisch.de>
1951 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1952 T:      git git://git.alsa-project.org/alsa-kernel.git
1953 S:      Maintained
1954 F:      Documentation/sound/alsa/Bt87x.txt
1955 F:      sound/pci/bt87x.c
1957 BT8XXGPIO DRIVER
1958 M:      Michael Buesch <m@bues.ch>
1959 W:      http://bu3sch.de/btgpio.php
1960 S:      Maintained
1961 F:      drivers/gpio/gpio-bt8xx.c
1963 BTRFS FILE SYSTEM
1964 M:      Chris Mason <clm@fb.com>
1965 M:      Josef Bacik <jbacik@fb.com>
1966 L:      linux-btrfs@vger.kernel.org
1967 W:      http://btrfs.wiki.kernel.org/
1968 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
1969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
1970 S:      Maintained
1971 F:      Documentation/filesystems/btrfs.txt
1972 F:      fs/btrfs/
1974 BTTV VIDEO4LINUX DRIVER
1975 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
1976 L:      linux-media@vger.kernel.org
1977 W:      http://linuxtv.org
1978 T:      git git://linuxtv.org/media_tree.git
1979 S:      Odd fixes
1980 F:      Documentation/video4linux/bttv/
1981 F:      drivers/media/pci/bt8xx/bttv*
1983 BUSLOGIC SCSI DRIVER
1984 M:      Khalid Aziz <khalid@gonehiking.org>
1985 L:      linux-scsi@vger.kernel.org
1986 S:      Maintained
1987 F:      drivers/scsi/BusLogic.*
1988 F:      drivers/scsi/FlashPoint.*
1990 C-MEDIA CMI8788 DRIVER
1991 M:      Clemens Ladisch <clemens@ladisch.de>
1992 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1993 T:      git git://git.alsa-project.org/alsa-kernel.git
1994 S:      Maintained
1995 F:      sound/pci/oxygen/
1997 C6X ARCHITECTURE
1998 M:      Mark Salter <msalter@redhat.com>
1999 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2000 L:      linux-c6x-dev@linux-c6x.org
2001 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2002 S:      Maintained
2003 F:      arch/c6x/
2005 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2006 M:      David Howells <dhowells@redhat.com>
2007 L:      linux-cachefs@redhat.com
2008 S:      Supported
2009 F:      Documentation/filesystems/caching/cachefiles.txt
2010 F:      fs/cachefiles/
2012 CADET FM/AM RADIO RECEIVER DRIVER
2013 M:      Hans Verkuil <hverkuil@xs4all.nl>
2014 L:      linux-media@vger.kernel.org
2015 T:      git git://linuxtv.org/media_tree.git
2016 W:      http://linuxtv.org
2017 S:      Maintained
2018 F:      drivers/media/radio/radio-cadet*
2020 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2021 M:      Jonathan Corbet <corbet@lwn.net>
2022 L:      linux-media@vger.kernel.org
2023 T:      git git://linuxtv.org/media_tree.git
2024 S:      Maintained
2025 F:      Documentation/video4linux/cafe_ccic
2026 F:      drivers/media/platform/marvell-ccic/
2028 CAIF NETWORK LAYER
2029 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2030 L:      netdev@vger.kernel.org
2031 S:      Supported
2032 F:      Documentation/networking/caif/
2033 F:      drivers/net/caif/
2034 F:      include/uapi/linux/caif/
2035 F:      include/net/caif/
2036 F:      net/caif/
2038 CALGARY x86-64 IOMMU
2039 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2040 M:      "Jon D. Mason" <jdmason@kudzu.us>
2041 L:      discuss@x86-64.org
2042 S:      Maintained
2043 F:      arch/x86/kernel/pci-calgary_64.c
2044 F:      arch/x86/kernel/tce_64.c
2045 F:      arch/x86/include/asm/calgary.h
2046 F:      arch/x86/include/asm/tce.h
2048 CAN NETWORK LAYER
2049 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2050 L:      linux-can@vger.kernel.org
2051 W:      http://gitorious.org/linux-can
2052 T:      git git://gitorious.org/linux-can/linux-can-next.git
2053 S:      Maintained
2054 F:      Documentation/networking/can.txt
2055 F:      net/can/
2056 F:      include/linux/can/core.h
2057 F:      include/uapi/linux/can.h
2058 F:      include/uapi/linux/can/bcm.h
2059 F:      include/uapi/linux/can/raw.h
2060 F:      include/uapi/linux/can/gw.h
2062 CAN NETWORK DRIVERS
2063 M:      Wolfgang Grandegger <wg@grandegger.com>
2064 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2065 L:      linux-can@vger.kernel.org
2066 W:      http://gitorious.org/linux-can
2067 T:      git git://gitorious.org/linux-can/linux-can-next.git
2068 S:      Maintained
2069 F:      drivers/net/can/
2070 F:      include/linux/can/dev.h
2071 F:      include/linux/can/platform/
2072 F:      include/uapi/linux/can/error.h
2073 F:      include/uapi/linux/can/netlink.h
2075 CAPABILITIES
2076 M:      Serge Hallyn <serge.hallyn@canonical.com>
2077 L:      linux-security-module@vger.kernel.org
2078 S:      Supported
2079 F:      include/linux/capability.h
2080 F:      include/uapi/linux/capability.h
2081 F:      security/capability.c
2082 F:      security/commoncap.c
2083 F:      kernel/capability.c
2085 CELL BROADBAND ENGINE ARCHITECTURE
2086 M:      Arnd Bergmann <arnd@arndb.de>
2087 L:      linuxppc-dev@lists.ozlabs.org
2088 L:      cbe-oss-dev@lists.ozlabs.org
2089 W:      http://www.ibm.com/developerworks/power/cell/
2090 S:      Supported
2091 F:      arch/powerpc/include/asm/cell*.h
2092 F:      arch/powerpc/include/asm/spu*.h
2093 F:      arch/powerpc/include/uapi/asm/spu*.h
2094 F:      arch/powerpc/oprofile/*cell*
2095 F:      arch/powerpc/platforms/cell/
2097 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2098 M:      Sage Weil <sage@inktank.com>
2099 L:      ceph-devel@vger.kernel.org
2100 W:      http://ceph.com/
2101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2102 S:      Supported
2103 F:      Documentation/filesystems/ceph.txt
2104 F:      fs/ceph/
2105 F:      net/ceph/
2106 F:      include/linux/ceph/
2107 F:      include/linux/crush/
2109 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2110 L:      linux-usb@vger.kernel.org
2111 S:      Orphan
2112 F:      Documentation/usb/WUSB-Design-overview.txt
2113 F:      Documentation/usb/wusb-cbaf
2114 F:      drivers/usb/host/hwa-hc.c
2115 F:      drivers/usb/host/whci/
2116 F:      drivers/usb/wusbcore/
2117 F:      include/linux/usb/wusb*
2119 CFAG12864B LCD DRIVER
2120 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2121 W:      http://miguelojeda.es/auxdisplay.htm
2122 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2123 S:      Maintained
2124 F:      drivers/auxdisplay/cfag12864b.c
2125 F:      include/linux/cfag12864b.h
2127 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2128 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2129 W:      http://miguelojeda.es/auxdisplay.htm
2130 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2131 S:      Maintained
2132 F:      drivers/auxdisplay/cfag12864bfb.c
2133 F:      include/linux/cfag12864b.h
2135 CFG80211 and NL80211
2136 M:      Johannes Berg <johannes@sipsolutions.net>
2137 L:      linux-wireless@vger.kernel.org
2138 W:      http://wireless.kernel.org/
2139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2141 S:      Maintained
2142 F:      include/uapi/linux/nl80211.h
2143 F:      include/net/cfg80211.h
2144 F:      net/wireless/*
2145 X:      net/wireless/wext*
2147 CHAR and MISC DRIVERS
2148 M:      Arnd Bergmann <arnd@arndb.de>
2149 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2151 S:      Supported
2152 F:      drivers/char/*
2153 F:      drivers/misc/*
2155 CHECKPATCH
2156 M:      Andy Whitcroft <apw@canonical.com>
2157 M:      Joe Perches <joe@perches.com>
2158 S:      Maintained
2159 F:      scripts/checkpatch.pl
2161 CHINESE DOCUMENTATION
2162 M:      Harry Wei <harryxiyou@gmail.com>
2163 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2164 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2165 S:      Maintained
2166 F:      Documentation/zh_CN/
2168 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2169 M:      Peter Chen <Peter.Chen@freescale.com>
2170 T:      git://github.com/hzpeterchen/linux-usb.git
2171 L:      linux-usb@vger.kernel.org
2172 S:      Maintained
2173 F:      drivers/usb/chipidea/
2175 CHROME HARDWARE PLATFORM SUPPORT
2176 M:      Olof Johansson <olof@lixom.net>
2177 S:      Maintained
2178 F:      drivers/platform/chrome/
2180 CISCO VIC ETHERNET NIC DRIVER
2181 M:      Christian Benvenuti <benve@cisco.com>
2182 M:      Sujith Sankar <ssujith@cisco.com>
2183 M:      Govindarajulu Varadarajan <govindarajulu90@gmail.com>
2184 M:      Neel Patel <neepatel@cisco.com>
2185 M:      Nishank Trivedi <nistrive@cisco.com>
2186 S:      Supported
2187 F:      drivers/net/ethernet/cisco/enic/
2189 CISCO VIC LOW LATENCY NIC DRIVER
2190 M:      Upinder Malhi <umalhi@cisco.com>
2191 S:      Supported
2192 F:      drivers/infiniband/hw/usnic
2194 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2195 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2196 L:      netdev@vger.kernel.org
2197 S:      Maintained
2198 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2200 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
2201 M:      Lennert Buytenhek <kernel@wantstofly.org>
2202 L:      linux-usb@vger.kernel.org
2203 S:      Maintained
2204 F:      drivers/usb/host/ohci-ep93xx.c
2206 CIRRUS LOGIC CS4270 SOUND DRIVER
2207 M:      Timur Tabi <timur@tabi.org>
2208 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2209 S:      Odd Fixes
2210 F:      sound/soc/codecs/cs4270*
2212 CLEANCACHE API
2213 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2214 L:      linux-kernel@vger.kernel.org
2215 S:      Maintained
2216 F:      mm/cleancache.c
2217 F:      include/linux/cleancache.h
2219 CLK API
2220 M:      Russell King <linux@arm.linux.org.uk>
2221 S:      Maintained
2222 F:      include/linux/clk.h
2224 CLOCKSOURCE, CLOCKEVENT DRIVERS
2225 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2226 M:      Thomas Gleixner <tglx@linutronix.de>
2227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2228 S:      Supported
2229 F:      drivers/clocksource
2231 CISCO FCOE HBA DRIVER
2232 M:      Hiral Patel <hiralpat@cisco.com>
2233 M:      Suma Ramars <sramars@cisco.com>
2234 M:      Brian Uchino <buchino@cisco.com>
2235 L:      linux-scsi@vger.kernel.org
2236 S:      Supported
2237 F:      drivers/scsi/fnic/
2239 CMPC ACPI DRIVER
2240 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2241 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2242 L:      platform-driver-x86@vger.kernel.org
2243 S:      Supported
2244 F:      drivers/platform/x86/classmate-laptop.c
2246 COCCINELLE/Semantic Patches (SmPL)
2247 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2248 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2249 M:      Nicolas Palix <nicolas.palix@imag.fr>
2250 M:      Michal Marek <mmarek@suse.cz>
2251 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2253 W:      http://coccinelle.lip6.fr/
2254 S:      Supported
2255 F:      Documentation/coccinelle.txt
2256 F:      scripts/coccinelle/
2257 F:      scripts/coccicheck
2259 CODA FILE SYSTEM
2260 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2261 M:      coda@cs.cmu.edu
2262 L:      codalist@coda.cs.cmu.edu
2263 W:      http://www.coda.cs.cmu.edu/
2264 S:      Maintained
2265 F:      Documentation/filesystems/coda.txt
2266 F:      fs/coda/
2267 F:      include/linux/coda*.h
2268 F:      include/uapi/linux/coda*.h
2270 COMMON CLK FRAMEWORK
2271 M:      Mike Turquette <mturquette@linaro.org>
2272 L:      linux-arm-kernel@lists.infradead.org (same as CLK API & CLKDEV)
2273 T:      git git://git.linaro.org/people/mturquette/linux.git
2274 S:      Maintained
2275 F:      drivers/clk/
2276 X:      drivers/clk/clkdev.c
2277 F:      include/linux/clk-pr*
2278 F:      include/linux/clk/
2280 COMMON INTERNET FILE SYSTEM (CIFS)
2281 M:      Steve French <sfrench@samba.org>
2282 L:      linux-cifs@vger.kernel.org
2283 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2284 W:      http://linux-cifs.samba.org/
2285 Q:      http://patchwork.ozlabs.org/project/linux-cifs-client/list/
2286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
2287 S:      Supported
2288 F:      Documentation/filesystems/cifs.txt
2289 F:      fs/cifs/
2291 COMPACTPCI HOTPLUG CORE
2292 M:      Scott Murray <scott@spiteful.org>
2293 L:      linux-pci@vger.kernel.org
2294 S:      Maintained
2295 F:      drivers/pci/hotplug/cpci_hotplug*
2297 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2298 M:      Scott Murray <scott@spiteful.org>
2299 L:      linux-pci@vger.kernel.org
2300 S:      Maintained
2301 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2303 COMPACTPCI HOTPLUG GENERIC DRIVER
2304 M:      Scott Murray <scott@spiteful.org>
2305 L:      linux-pci@vger.kernel.org
2306 S:      Maintained
2307 F:      drivers/pci/hotplug/cpcihp_generic.c
2309 COMPAL LAPTOP SUPPORT
2310 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2311 L:      platform-driver-x86@vger.kernel.org
2312 S:      Maintained
2313 F:      drivers/platform/x86/compal-laptop.c
2315 CONEXANT ACCESSRUNNER USB DRIVER
2316 M:      Simon Arlott <cxacru@fire.lp0.eu>
2317 L:      accessrunner-general@lists.sourceforge.net
2318 W:      http://accessrunner.sourceforge.net/
2319 S:      Maintained
2320 F:      drivers/usb/atm/cxacru.c
2322 CONFIGFS
2323 M:      Joel Becker <jlbec@evilplan.org>
2324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2325 S:      Supported
2326 F:      fs/configfs/
2327 F:      include/linux/configfs.h
2329 CONNECTOR
2330 M:      Evgeniy Polyakov <zbr@ioremap.net>
2331 L:      netdev@vger.kernel.org
2332 S:      Maintained
2333 F:      drivers/connector/
2335 CONTROL GROUPS (CGROUPS)
2336 M:      Tejun Heo <tj@kernel.org>
2337 M:      Li Zefan <lizefan@huawei.com>
2338 L:      containers@lists.linux-foundation.org
2339 L:      cgroups@vger.kernel.org
2340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2341 S:      Maintained
2342 F:      include/linux/cgroup*
2343 F:      kernel/cgroup*
2344 F:      mm/*cgroup*
2346 CORETEMP HARDWARE MONITORING DRIVER
2347 M:      Fenghua Yu <fenghua.yu@intel.com>
2348 L:      lm-sensors@lm-sensors.org
2349 S:      Maintained
2350 F:      Documentation/hwmon/coretemp
2351 F:      drivers/hwmon/coretemp.c
2353 COSA/SRP SYNC SERIAL DRIVER
2354 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2355 W:      http://www.fi.muni.cz/~kas/cosa/
2356 S:      Maintained
2357 F:      drivers/net/wan/cosa*
2359 CPMAC ETHERNET DRIVER
2360 M:      Florian Fainelli <florian@openwrt.org>
2361 L:      netdev@vger.kernel.org
2362 S:      Maintained
2363 F:      drivers/net/ethernet/ti/cpmac.c
2365 CPU FREQUENCY DRIVERS
2366 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2367 M:      Viresh Kumar <viresh.kumar@linaro.org>
2368 L:      cpufreq@vger.kernel.org
2369 L:      linux-pm@vger.kernel.org
2370 S:      Maintained
2371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2372 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2373 F:      drivers/cpufreq/
2374 F:      include/linux/cpufreq.h
2376 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2377 M:      Viresh Kumar <viresh.kumar@linaro.org>
2378 M:      Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
2379 L:      cpufreq@vger.kernel.org
2380 L:      linux-pm@vger.kernel.org
2381 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2382 S:      Maintained
2383 F:      drivers/cpufreq/arm_big_little.h
2384 F:      drivers/cpufreq/arm_big_little.c
2385 F:      drivers/cpufreq/arm_big_little_dt.c
2387 CPUIDLE DRIVER - ARM BIG LITTLE
2388 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2389 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2390 L:      linux-pm@vger.kernel.org
2391 L:      linux-arm-kernel@lists.infradead.org
2392 T:      git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2393 S:      Maintained
2394 F:      drivers/cpuidle/cpuidle-big_little.c
2396 CPUIDLE DRIVERS
2397 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2398 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2399 L:      linux-pm@vger.kernel.org
2400 S:      Maintained
2401 T:      git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2402 F:      drivers/cpuidle/*
2403 F:      include/linux/cpuidle.h
2405 CPUID/MSR DRIVER
2406 M:      "H. Peter Anvin" <hpa@zytor.com>
2407 S:      Maintained
2408 F:      arch/x86/kernel/cpuid.c
2409 F:      arch/x86/kernel/msr.c
2411 CPU POWER MONITORING SUBSYSTEM
2412 M:      Dominik Brodowski <linux@dominikbrodowski.net>
2413 M:      Thomas Renninger <trenn@suse.de>
2414 S:      Maintained
2415 F:      tools/power/cpupower/
2417 CPUSETS
2418 M:      Li Zefan <lizefan@huawei.com>
2419 W:      http://www.bullopensource.org/cpuset/
2420 W:      http://oss.sgi.com/projects/cpusets/
2421 S:      Maintained
2422 F:      Documentation/cgroups/cpusets.txt
2423 F:      include/linux/cpuset.h
2424 F:      kernel/cpuset.c
2426 CRAMFS FILESYSTEM
2427 W:      http://sourceforge.net/projects/cramfs/
2428 S:      Orphan / Obsolete
2429 F:      Documentation/filesystems/cramfs.txt
2430 F:      fs/cramfs/
2432 CRIS PORT
2433 M:      Mikael Starvik <starvik@axis.com>
2434 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2435 L:      linux-cris-kernel@axis.com
2436 W:      http://developer.axis.com
2437 S:      Maintained
2438 F:      arch/cris/
2439 F:      drivers/tty/serial/crisv10.*
2441 CRYPTO API
2442 M:      Herbert Xu <herbert@gondor.apana.org.au>
2443 M:      "David S. Miller" <davem@davemloft.net>
2444 L:      linux-crypto@vger.kernel.org
2445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2446 S:      Maintained
2447 F:      Documentation/crypto/
2448 F:      arch/*/crypto/
2449 F:      crypto/
2450 F:      drivers/crypto/
2451 F:      include/crypto/
2453 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2454 M:      Neil Horman <nhorman@tuxdriver.com>
2455 L:      linux-crypto@vger.kernel.org
2456 S:      Maintained
2457 F:      crypto/ansi_cprng.c
2458 F:      crypto/rng.c
2460 CS5535 Audio ALSA driver
2461 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2462 S:      Maintained
2463 F:      sound/pci/cs5535audio/
2465 CW1200 WLAN driver
2466 M:     Solomon Peachy <pizza@shaftnet.org>
2467 S:     Maintained
2468 F:     drivers/net/wireless/cw1200/
2470 CX18 VIDEO4LINUX DRIVER
2471 M:      Andy Walls <awalls@md.metrocast.net>
2472 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
2473 L:      linux-media@vger.kernel.org
2474 T:      git git://linuxtv.org/media_tree.git
2475 W:      http://linuxtv.org
2476 W:      http://www.ivtvdriver.org/index.php/Cx18
2477 S:      Maintained
2478 F:      Documentation/video4linux/cx18.txt
2479 F:      drivers/media/pci/cx18/
2480 F:      include/uapi/linux/ivtv*
2482 CX2341X MPEG ENCODER HELPER MODULE
2483 M:      Hans Verkuil <hverkuil@xs4all.nl>
2484 L:      linux-media@vger.kernel.org
2485 T:      git git://linuxtv.org/media_tree.git
2486 W:      http://linuxtv.org
2487 S:      Maintained
2488 F:      drivers/media/common/cx2341x*
2489 F:      include/media/cx2341x*
2491 CX88 VIDEO4LINUX DRIVER
2492 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
2493 L:      linux-media@vger.kernel.org
2494 W:      http://linuxtv.org
2495 T:      git git://linuxtv.org/media_tree.git
2496 S:      Odd fixes
2497 F:      Documentation/video4linux/cx88/
2498 F:      drivers/media/pci/cx88/
2500 CXD2820R MEDIA DRIVER
2501 M:      Antti Palosaari <crope@iki.fi>
2502 L:      linux-media@vger.kernel.org
2503 W:      http://linuxtv.org/
2504 W:      http://palosaari.fi/linux/
2505 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2506 T:      git git://linuxtv.org/anttip/media_tree.git
2507 S:      Maintained
2508 F:      drivers/media/dvb-frontends/cxd2820r*
2510 CXGB3 ETHERNET DRIVER (CXGB3)
2511 M:      Santosh Raspatur <santosh@chelsio.com>
2512 L:      netdev@vger.kernel.org
2513 W:      http://www.chelsio.com
2514 S:      Supported
2515 F:      drivers/net/ethernet/chelsio/cxgb3/
2517 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2518 M:      Steve Wise <swise@chelsio.com>
2519 L:      linux-rdma@vger.kernel.org
2520 W:      http://www.openfabrics.org
2521 S:      Supported
2522 F:      drivers/infiniband/hw/cxgb3/
2524 CXGB4 ETHERNET DRIVER (CXGB4)
2525 M:      Dimitris Michailidis <dm@chelsio.com>
2526 L:      netdev@vger.kernel.org
2527 W:      http://www.chelsio.com
2528 S:      Supported
2529 F:      drivers/net/ethernet/chelsio/cxgb4/
2531 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2532 M:      Steve Wise <swise@chelsio.com>
2533 L:      linux-rdma@vger.kernel.org
2534 W:      http://www.openfabrics.org
2535 S:      Supported
2536 F:      drivers/infiniband/hw/cxgb4/
2538 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2539 M:      Casey Leedom <leedom@chelsio.com>
2540 L:      netdev@vger.kernel.org
2541 W:      http://www.chelsio.com
2542 S:      Supported
2543 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2545 STMMAC ETHERNET DRIVER
2546 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2547 L:      netdev@vger.kernel.org
2548 W:      http://www.stlinux.com
2549 S:      Supported
2550 F:      drivers/net/ethernet/stmicro/stmmac/
2552 CYBERPRO FB DRIVER
2553 M:      Russell King <linux@arm.linux.org.uk>
2554 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2555 W:      http://www.arm.linux.org.uk/
2556 S:      Maintained
2557 F:      drivers/video/cyber2000fb.*
2559 CYCLADES ASYNC MUX DRIVER
2560 W:      http://www.cyclades.com/
2561 S:      Orphan
2562 F:      drivers/tty/cyclades.c
2563 F:      include/linux/cyclades.h
2564 F:      include/uapi/linux/cyclades.h
2566 CYCLADES PC300 DRIVER
2567 W:      http://www.cyclades.com/
2568 S:      Orphan
2569 F:      drivers/net/wan/pc300*
2571 CYPRESS_FIRMWARE MEDIA DRIVER
2572 M:      Antti Palosaari <crope@iki.fi>
2573 L:      linux-media@vger.kernel.org
2574 W:      http://linuxtv.org/
2575 W:      http://palosaari.fi/linux/
2576 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2577 T:      git git://linuxtv.org/anttip/media_tree.git
2578 S:      Maintained
2579 F:      drivers/media/common/cypress_firmware*
2581 CYTTSP TOUCHSCREEN DRIVER
2582 M:      Ferruh Yigit <fery@cypress.com>
2583 L:      linux-input@vger.kernel.org
2584 S:      Supported
2585 F:      drivers/input/touchscreen/cyttsp*
2586 F:      include/linux/input/cyttsp.h
2588 DAMA SLAVE for AX.25
2589 M:      Joerg Reuter <jreuter@yaina.de>
2590 W:      http://yaina.de/jreuter/
2591 W:      http://www.qsl.net/dl1bke/
2592 L:      linux-hams@vger.kernel.org
2593 S:      Maintained
2594 F:      net/ax25/af_ax25.c
2595 F:      net/ax25/ax25_dev.c
2596 F:      net/ax25/ax25_ds_*
2597 F:      net/ax25/ax25_in.c
2598 F:      net/ax25/ax25_out.c
2599 F:      net/ax25/ax25_timer.c
2600 F:      net/ax25/sysctl_net_ax25.c
2602 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2603 L:      netdev@vger.kernel.org
2604 S:      Orphan
2605 F:      Documentation/networking/dmfe.txt
2606 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2608 DC390/AM53C974 SCSI driver
2609 M:      Kurt Garloff <garloff@suse.de>
2610 W:      http://www.garloff.de/kurt/linux/dc390/
2611 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2612 S:      Maintained
2613 F:      drivers/scsi/tmscsim.*
2615 DC395x SCSI driver
2616 M:      Oliver Neukum <oliver@neukum.org>
2617 M:      Ali Akcaagac <aliakc@web.de>
2618 M:      Jamie Lenehan <lenehan@twibble.org>
2619 W:      http://twibble.org/dist/dc395x/
2620 L:      dc395x@twibble.org
2621 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
2622 S:      Maintained
2623 F:      Documentation/scsi/dc395x.txt
2624 F:      drivers/scsi/dc395x.*
2626 DCCP PROTOCOL
2627 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2628 L:      dccp@vger.kernel.org
2629 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2630 S:      Maintained
2631 F:      include/linux/dccp.h
2632 F:      include/uapi/linux/dccp.h
2633 F:      include/linux/tfrc.h
2634 F:      net/dccp/
2636 DECnet NETWORK LAYER
2637 W:      http://linux-decnet.sourceforge.net
2638 L:      linux-decnet-user@lists.sourceforge.net
2639 S:      Orphan
2640 F:      Documentation/networking/decnet.txt
2641 F:      net/decnet/
2643 DEFXX FDDI NETWORK DRIVER
2644 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2645 S:      Maintained
2646 F:      drivers/net/fddi/defxx.*
2648 DELL LAPTOP DRIVER
2649 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2650 L:      platform-driver-x86@vger.kernel.org
2651 S:      Maintained
2652 F:      drivers/platform/x86/dell-laptop.c
2654 DELL LAPTOP SMM DRIVER
2655 M:      Guenter Roeck <linux@roeck-us.net>
2656 F:      drivers/char/i8k.c
2657 F:      include/uapi/linux/i8k.h
2659 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2660 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
2661 S:      Maintained
2662 F:      Documentation/dcdbas.txt
2663 F:      drivers/firmware/dcdbas.*
2665 DELL WMI EXTRAS DRIVER
2666 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2667 S:      Maintained
2668 F:      drivers/platform/x86/dell-wmi.c
2670 DESIGNWARE USB2 DRD IP DRIVER
2671 M:      Paul Zimmerman <paulz@synopsys.com>
2672 L:      linux-usb@vger.kernel.org
2673 S:      Maintained
2674 F:      drivers/usb/dwc2/
2676 DESIGNWARE USB3 DRD IP DRIVER
2677 M:      Felipe Balbi <balbi@ti.com>
2678 L:      linux-usb@vger.kernel.org
2679 L:      linux-omap@vger.kernel.org
2680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2681 S:      Maintained
2682 F:      drivers/usb/dwc3/
2684 DEVICE FREQUENCY (DEVFREQ)
2685 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
2686 M:      Kyungmin Park <kyungmin.park@samsung.com>
2687 L:      linux-pm@vger.kernel.org
2688 S:      Maintained
2689 F:      drivers/devfreq/
2691 DEVICE NUMBER REGISTRY
2692 M:      Torben Mathiasen <device@lanana.org>
2693 W:      http://lanana.org/docs/device-list/index.html
2694 S:      Maintained
2696 DEVICE-MAPPER  (LVM)
2697 M:      Alasdair Kergon <agk@redhat.com>
2698 M:      Mike Snitzer <snitzer@redhat.com>
2699 M:      dm-devel@redhat.com
2700 L:      dm-devel@redhat.com
2701 W:      http://sources.redhat.com/dm
2702 Q:      http://patchwork.kernel.org/project/dm-devel/list/
2703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
2704 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
2705 S:      Maintained
2706 F:      Documentation/device-mapper/
2707 F:      drivers/md/dm*
2708 F:      drivers/md/persistent-data/
2709 F:      include/linux/device-mapper.h
2710 F:      include/linux/dm-*.h
2711 F:      include/uapi/linux/dm-*.h
2713 DIGI NEO AND CLASSIC PCI PRODUCTS
2714 M:      Lidza Louina <lidza.louina@gmail.com>
2715 L:      driverdev-devel@linuxdriverproject.org
2716 S:      Maintained
2717 F:      drivers/staging/dgnc/
2719 DIGI EPCA PCI PRODUCTS
2720 M:      Lidza Louina <lidza.louina@gmail.com>
2721 L:      driverdev-devel@linuxdriverproject.org
2722 S:      Maintained
2723 F:      drivers/staging/dgap/
2725 DIOLAN U2C-12 I2C DRIVER
2726 M:      Guenter Roeck <linux@roeck-us.net>
2727 L:      linux-i2c@vger.kernel.org
2728 S:      Maintained
2729 F:      drivers/i2c/busses/i2c-diolan-u2c.c
2731 DIRECTORY NOTIFICATION (DNOTIFY)
2732 M:      Eric Paris <eparis@parisplace.org>
2733 S:      Maintained
2734 F:      Documentation/filesystems/dnotify.txt
2735 F:      fs/notify/dnotify/
2736 F:      include/linux/dnotify.h
2738 DISK GEOMETRY AND PARTITION HANDLING
2739 M:      Andries Brouwer <aeb@cwi.nl>
2740 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2741 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2742 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2743 S:      Maintained
2745 DISKQUOTA
2746 M:      Jan Kara <jack@suse.cz>
2747 S:      Maintained
2748 F:      Documentation/filesystems/quota.txt
2749 F:      fs/quota/
2750 F:      include/linux/quota*.h
2751 F:      include/uapi/linux/quota*.h
2753 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
2754 M:      Bernie Thompson <bernie@plugable.com>
2755 L:      linux-fbdev@vger.kernel.org
2756 S:      Maintained
2757 W:      http://plugable.com/category/projects/udlfb/
2758 F:      drivers/video/udlfb.c
2759 F:      include/video/udlfb.h
2760 F:      Documentation/fb/udlfb.txt
2762 DISTRIBUTED LOCK MANAGER (DLM)
2763 M:      Christine Caulfield <ccaulfie@redhat.com>
2764 M:      David Teigland <teigland@redhat.com>
2765 L:      cluster-devel@redhat.com
2766 W:      http://sources.redhat.com/cluster/
2767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2768 S:      Supported
2769 F:      fs/dlm/
2771 DMA BUFFER SHARING FRAMEWORK
2772 M:      Sumit Semwal <sumit.semwal@linaro.org>
2773 S:      Maintained
2774 L:      linux-media@vger.kernel.org
2775 L:      dri-devel@lists.freedesktop.org
2776 L:      linaro-mm-sig@lists.linaro.org
2777 F:      drivers/base/dma-buf*
2778 F:      include/linux/dma-buf*
2779 F:      Documentation/dma-buf-sharing.txt
2780 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2782 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2783 M:      Vinod Koul <vinod.koul@intel.com>
2784 M:      Dan Williams <dan.j.williams@intel.com>
2785 L:      dmaengine@vger.kernel.org
2786 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
2787 S:      Supported
2788 F:      drivers/dma/
2789 F:      include/linux/dma*
2790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2791 T:      git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2793 DME1737 HARDWARE MONITOR DRIVER
2794 M:      Juerg Haefliger <juergh@gmail.com>
2795 L:      lm-sensors@lm-sensors.org
2796 S:      Maintained
2797 F:      Documentation/hwmon/dme1737
2798 F:      drivers/hwmon/dme1737.c
2800 DOCKING STATION DRIVER
2801 M:      Shaohua Li <shaohua.li@intel.com>
2802 L:      linux-acpi@vger.kernel.org
2803 S:      Supported
2804 F:      drivers/acpi/dock.c
2806 DOCUMENTATION
2807 M:      Rob Landley <rob@landley.net>
2808 L:      linux-doc@vger.kernel.org
2809 T:      TBD
2810 S:      Maintained
2811 F:      Documentation/
2813 DOUBLETALK DRIVER
2814 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
2815 L:      blinux-list@redhat.com
2816 S:      Maintained
2817 F:      drivers/char/dtlk.c
2818 F:      include/linux/dtlk.h
2820 DPT_I2O SCSI RAID DRIVER
2821 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2822 L:      linux-scsi@vger.kernel.org
2823 W:      http://www.adaptec.com/
2824 S:      Maintained
2825 F:      drivers/scsi/dpt*
2826 F:      drivers/scsi/dpt/
2828 DRBD DRIVER
2829 P:      Philipp Reisner
2830 P:      Lars Ellenberg
2831 M:      drbd-dev@lists.linbit.com
2832 L:      drbd-user@lists.linbit.com
2833 W:      http://www.drbd.org
2834 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
2835 T:      git git://git.drbd.org/drbd-8.3.git
2836 S:      Supported
2837 F:      drivers/block/drbd/
2838 F:      lib/lru_cache.c
2839 F:      Documentation/blockdev/drbd/
2841 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2842 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
2844 S:      Supported
2845 F:      Documentation/kobject.txt
2846 F:      drivers/base/
2847 F:      fs/sysfs/
2848 F:      fs/debugfs/
2849 F:      include/linux/kobj*
2850 F:      include/linux/debugfs.h
2851 F:      lib/kobj*
2853 DRM DRIVERS
2854 M:      David Airlie <airlied@linux.ie>
2855 L:      dri-devel@lists.freedesktop.org
2856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2857 S:      Maintained
2858 F:      drivers/gpu/drm/
2859 F:      include/drm/
2860 F:      include/uapi/drm/
2862 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2863 M:      Daniel Vetter <daniel.vetter@ffwll.ch>
2864 M:      Jani Nikula <jani.nikula@linux.intel.com>
2865 L:      intel-gfx@lists.freedesktop.org
2866 L:      dri-devel@lists.freedesktop.org
2867 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
2868 T:      git git://people.freedesktop.org/~danvet/drm-intel
2869 S:      Supported
2870 F:      drivers/gpu/drm/i915/
2871 F:      include/drm/i915*
2872 F:      include/uapi/drm/i915*
2874 DRM DRIVERS FOR EXYNOS
2875 M:      Inki Dae <inki.dae@samsung.com>
2876 M:      Joonyoung Shim <jy0922.shim@samsung.com>
2877 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
2878 M:      Kyungmin Park <kyungmin.park@samsung.com>
2879 L:      dri-devel@lists.freedesktop.org
2880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
2881 S:      Supported
2882 F:      drivers/gpu/drm/exynos/
2883 F:      include/drm/exynos*
2884 F:      include/uapi/drm/exynos*
2886 DRM DRIVERS FOR NVIDIA TEGRA
2887 M:      Thierry Reding <thierry.reding@gmail.com>
2888 M:      Terje Bergström <tbergstrom@nvidia.com>
2889 L:      dri-devel@lists.freedesktop.org
2890 L:      linux-tegra@vger.kernel.org
2891 T:      git git://anongit.freedesktop.org/tegra/linux.git
2892 S:      Supported
2893 F:      drivers/gpu/drm/tegra/
2894 F:      drivers/gpu/host1x/
2895 F:      include/linux/host1x.h
2896 F:      include/uapi/drm/tegra_drm.h
2897 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
2899 DSBR100 USB FM RADIO DRIVER
2900 M:      Alexey Klimov <klimov.linux@gmail.com>
2901 L:      linux-media@vger.kernel.org
2902 T:      git git://linuxtv.org/media_tree.git
2903 S:      Maintained
2904 F:      drivers/media/radio/dsbr100.c
2906 DSCC4 DRIVER
2907 M:      Francois Romieu <romieu@fr.zoreil.com>
2908 L:      netdev@vger.kernel.org
2909 S:      Maintained
2910 F:      drivers/net/wan/dscc4.c
2912 DVB_USB_AF9015 MEDIA DRIVER
2913 M:      Antti Palosaari <crope@iki.fi>
2914 L:      linux-media@vger.kernel.org
2915 W:      http://linuxtv.org/
2916 W:      http://palosaari.fi/linux/
2917 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2918 T:      git git://linuxtv.org/anttip/media_tree.git
2919 S:      Maintained
2920 F:      drivers/media/usb/dvb-usb-v2/af9015*
2922 DVB_USB_AF9035 MEDIA DRIVER
2923 M:      Antti Palosaari <crope@iki.fi>
2924 L:      linux-media@vger.kernel.org
2925 W:      http://linuxtv.org/
2926 W:      http://palosaari.fi/linux/
2927 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2928 T:      git git://linuxtv.org/anttip/media_tree.git
2929 S:      Maintained
2930 F:      drivers/media/usb/dvb-usb-v2/af9035*
2932 DVB_USB_ANYSEE MEDIA DRIVER
2933 M:      Antti Palosaari <crope@iki.fi>
2934 L:      linux-media@vger.kernel.org
2935 W:      http://linuxtv.org/
2936 W:      http://palosaari.fi/linux/
2937 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2938 T:      git git://linuxtv.org/anttip/media_tree.git
2939 S:      Maintained
2940 F:      drivers/media/usb/dvb-usb-v2/anysee*
2942 DVB_USB_AU6610 MEDIA DRIVER
2943 M:      Antti Palosaari <crope@iki.fi>
2944 L:      linux-media@vger.kernel.org
2945 W:      http://linuxtv.org/
2946 W:      http://palosaari.fi/linux/
2947 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2948 T:      git git://linuxtv.org/anttip/media_tree.git
2949 S:      Maintained
2950 F:      drivers/media/usb/dvb-usb-v2/au6610*
2952 DVB_USB_CE6230 MEDIA DRIVER
2953 M:      Antti Palosaari <crope@iki.fi>
2954 L:      linux-media@vger.kernel.org
2955 W:      http://linuxtv.org/
2956 W:      http://palosaari.fi/linux/
2957 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2958 T:      git git://linuxtv.org/anttip/media_tree.git
2959 S:      Maintained
2960 F:      drivers/media/usb/dvb-usb-v2/ce6230*
2962 DVB_USB_CXUSB MEDIA DRIVER
2963 M:      Michael Krufky <mkrufky@linuxtv.org>
2964 L:      linux-media@vger.kernel.org
2965 W:      http://linuxtv.org/
2966 W:      http://github.com/mkrufky
2967 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2968 T:      git git://linuxtv.org/media_tree.git
2969 S:      Maintained
2970 F:      drivers/media/usb/dvb-usb/cxusb*
2972 DVB_USB_EC168 MEDIA DRIVER
2973 M:      Antti Palosaari <crope@iki.fi>
2974 L:      linux-media@vger.kernel.org
2975 W:      http://linuxtv.org/
2976 W:      http://palosaari.fi/linux/
2977 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2978 T:      git git://linuxtv.org/anttip/media_tree.git
2979 S:      Maintained
2980 F:      drivers/media/usb/dvb-usb-v2/ec168*
2982 DVB_USB_GL861 MEDIA DRIVER
2983 M:      Antti Palosaari <crope@iki.fi>
2984 L:      linux-media@vger.kernel.org
2985 W:      http://linuxtv.org/
2986 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2987 T:      git git://linuxtv.org/anttip/media_tree.git
2988 S:      Maintained
2989 F:      drivers/media/usb/dvb-usb-v2/gl861*
2991 DVB_USB_MXL111SF MEDIA DRIVER
2992 M:      Michael Krufky <mkrufky@linuxtv.org>
2993 L:      linux-media@vger.kernel.org
2994 W:      http://linuxtv.org/
2995 W:      http://github.com/mkrufky
2996 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2997 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
2998 S:      Maintained
2999 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3001 DVB_USB_RTL28XXU MEDIA DRIVER
3002 M:      Antti Palosaari <crope@iki.fi>
3003 L:      linux-media@vger.kernel.org
3004 W:      http://linuxtv.org/
3005 W:      http://palosaari.fi/linux/
3006 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3007 T:      git git://linuxtv.org/anttip/media_tree.git
3008 S:      Maintained
3009 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3011 DVB_USB_V2 MEDIA DRIVER
3012 M:      Antti Palosaari <crope@iki.fi>
3013 L:      linux-media@vger.kernel.org
3014 W:      http://linuxtv.org/
3015 W:      http://palosaari.fi/linux/
3016 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3017 T:      git git://linuxtv.org/anttip/media_tree.git
3018 S:      Maintained
3019 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3020 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3022 DYNAMIC DEBUG
3023 M:      Jason Baron <jbaron@akamai.com>
3024 S:      Maintained
3025 F:      lib/dynamic_debug.c
3026 F:      include/linux/dynamic_debug.h
3028 DZ DECSTATION DZ11 SERIAL DRIVER
3029 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3030 S:      Maintained
3031 F:      drivers/tty/serial/dz.*
3033 E4000 MEDIA DRIVER
3034 M:      Antti Palosaari <crope@iki.fi>
3035 L:      linux-media@vger.kernel.org
3036 W:      http://linuxtv.org/
3037 W:      http://palosaari.fi/linux/
3038 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3039 T:      git git://linuxtv.org/anttip/media_tree.git
3040 S:      Maintained
3041 F:      drivers/media/tuners/e4000*
3043 EATA-DMA SCSI DRIVER
3044 M:      Michael Neuffer <mike@i-Connect.Net>
3045 L:      linux-eata@i-connect.net
3046 L:      linux-scsi@vger.kernel.org
3047 S:      Maintained
3048 F:      drivers/scsi/eata*
3050 EATA ISA/EISA/PCI SCSI DRIVER
3051 M:      Dario Ballabio <ballabio_dario@emc.com>
3052 L:      linux-scsi@vger.kernel.org
3053 S:      Maintained
3054 F:      drivers/scsi/eata.c
3056 EATA-PIO SCSI DRIVER
3057 M:      Michael Neuffer <mike@i-Connect.Net>
3058 L:      linux-eata@i-connect.net
3059 L:      linux-scsi@vger.kernel.org
3060 S:      Maintained
3061 F:      drivers/scsi/eata_pio.*
3063 EBTABLES
3064 M:      Bart De Schuymer <bart.de.schuymer@pandora.be>
3065 L:      netfilter-devel@vger.kernel.org
3066 W:      http://ebtables.sourceforge.net/
3067 S:      Maintained
3068 F:      include/linux/netfilter_bridge/ebt_*.h
3069 F:      include/uapi/linux/netfilter_bridge/ebt_*.h
3070 F:      net/bridge/netfilter/ebt*.c
3072 EC100 MEDIA DRIVER
3073 M:      Antti Palosaari <crope@iki.fi>
3074 L:      linux-media@vger.kernel.org
3075 W:      http://linuxtv.org/
3076 W:      http://palosaari.fi/linux/
3077 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3078 T:      git git://linuxtv.org/anttip/media_tree.git
3079 S:      Maintained
3080 F:      drivers/media/dvb-frontends/ec100*
3082 ECRYPT FILE SYSTEM
3083 M:      Tyler Hicks <tyhicks@canonical.com>
3084 L:      ecryptfs@vger.kernel.org
3085 W:      http://ecryptfs.org
3086 W:      https://launchpad.net/ecryptfs
3087 S:      Supported
3088 F:      Documentation/filesystems/ecryptfs.txt
3089 F:      fs/ecryptfs/
3091 EDAC-CORE
3092 M:      Doug Thompson <dougthompson@xmission.com>
3093 L:      linux-edac@vger.kernel.org
3094 W:      bluesmoke.sourceforge.net
3095 S:      Supported
3096 F:      Documentation/edac.txt
3097 F:      drivers/edac/
3098 F:      include/linux/edac.h
3100 EDAC-AMD64
3101 M:      Doug Thompson <dougthompson@xmission.com>
3102 M:      Borislav Petkov <bp@alien8.de>
3103 L:      linux-edac@vger.kernel.org
3104 W:      bluesmoke.sourceforge.net
3105 S:      Maintained
3106 F:      drivers/edac/amd64_edac*
3108 EDAC-CALXEDA
3109 M:      Doug Thompson <dougthompson@xmission.com>
3110 M:      Robert Richter <rric@kernel.org>
3111 L:      linux-edac@vger.kernel.org
3112 W:      bluesmoke.sourceforge.net
3113 S:      Maintained
3114 F:      drivers/edac/highbank*
3116 EDAC-CAVIUM
3117 M:      Ralf Baechle <ralf@linux-mips.org>
3118 M:      David Daney <david.daney@cavium.com>
3119 L:      linux-edac@vger.kernel.org
3120 L:      linux-mips@linux-mips.org
3121 W:      bluesmoke.sourceforge.net
3122 S:      Supported
3123 F:      drivers/edac/octeon_edac*
3125 EDAC-E752X
3126 M:      Mark Gross <mark.gross@intel.com>
3127 M:      Doug Thompson <dougthompson@xmission.com>
3128 L:      linux-edac@vger.kernel.org
3129 W:      bluesmoke.sourceforge.net
3130 S:      Maintained
3131 F:      drivers/edac/e752x_edac.c
3133 EDAC-E7XXX
3134 M:      Doug Thompson <dougthompson@xmission.com>
3135 L:      linux-edac@vger.kernel.org
3136 W:      bluesmoke.sourceforge.net
3137 S:      Maintained
3138 F:      drivers/edac/e7xxx_edac.c
3140 EDAC-GHES
3141 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3142 L:      linux-edac@vger.kernel.org
3143 W:      bluesmoke.sourceforge.net
3144 S:      Maintained
3145 F:      drivers/edac/ghes_edac.c
3147 EDAC-I82443BXGX
3148 M:      Tim Small <tim@buttersideup.com>
3149 L:      linux-edac@vger.kernel.org
3150 W:      bluesmoke.sourceforge.net
3151 S:      Maintained
3152 F:      drivers/edac/i82443bxgx_edac.c
3154 EDAC-I3000
3155 M:      Jason Uhlenkott <juhlenko@akamai.com>
3156 L:      linux-edac@vger.kernel.org
3157 W:      bluesmoke.sourceforge.net
3158 S:      Maintained
3159 F:      drivers/edac/i3000_edac.c
3161 EDAC-I5000
3162 M:      Doug Thompson <dougthompson@xmission.com>
3163 L:      linux-edac@vger.kernel.org
3164 W:      bluesmoke.sourceforge.net
3165 S:      Maintained
3166 F:      drivers/edac/i5000_edac.c
3168 EDAC-I5400
3169 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3170 L:      linux-edac@vger.kernel.org
3171 W:      bluesmoke.sourceforge.net
3172 S:      Maintained
3173 F:      drivers/edac/i5400_edac.c
3175 EDAC-I7300
3176 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3177 L:      linux-edac@vger.kernel.org
3178 W:      bluesmoke.sourceforge.net
3179 S:      Maintained
3180 F:      drivers/edac/i7300_edac.c
3182 EDAC-I7CORE
3183 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3184 L:      linux-edac@vger.kernel.org
3185 W:      bluesmoke.sourceforge.net
3186 S:      Maintained
3187 F:      drivers/edac/i7core_edac.c
3189 EDAC-I82975X
3190 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3191 M:      "Arvind R." <arvino55@gmail.com>
3192 L:      linux-edac@vger.kernel.org
3193 W:      bluesmoke.sourceforge.net
3194 S:      Maintained
3195 F:      drivers/edac/i82975x_edac.c
3197 EDAC-MPC85XX
3198 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3199 L:      linux-edac@vger.kernel.org
3200 W:      bluesmoke.sourceforge.net
3201 S:      Maintained
3202 F:      drivers/edac/mpc85xx_edac.[ch]
3204 EDAC-PASEMI
3205 M:      Egor Martovetsky <egor@pasemi.com>
3206 L:      linux-edac@vger.kernel.org
3207 W:      bluesmoke.sourceforge.net
3208 S:      Maintained
3209 F:      drivers/edac/pasemi_edac.c
3211 EDAC-R82600
3212 M:      Tim Small <tim@buttersideup.com>
3213 L:      linux-edac@vger.kernel.org
3214 W:      bluesmoke.sourceforge.net
3215 S:      Maintained
3216 F:      drivers/edac/r82600_edac.c
3218 EDAC-SBRIDGE
3219 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3220 L:      linux-edac@vger.kernel.org
3221 W:      bluesmoke.sourceforge.net
3222 S:      Maintained
3223 F:      drivers/edac/sb_edac.c
3225 EDIROL UA-101/UA-1000 DRIVER
3226 M:      Clemens Ladisch <clemens@ladisch.de>
3227 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3228 T:      git git://git.alsa-project.org/alsa-kernel.git
3229 S:      Maintained
3230 F:      sound/usb/misc/ua101.c
3232 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3233 M:      Matt Fleming <matt.fleming@intel.com>
3234 L:      linux-efi@vger.kernel.org
3235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3236 S:      Maintained
3237 F:      Documentation/x86/efi-stub.txt
3238 F:      arch/ia64/kernel/efi.c
3239 F:      arch/x86/boot/compressed/eboot.[ch]
3240 F:      arch/x86/include/asm/efi.h
3241 F:      arch/x86/platform/efi/*
3242 F:      drivers/firmware/efi/*
3243 F:      include/linux/efi*.h
3245 EFI VARIABLE FILESYSTEM
3246 M:      Matthew Garrett <matthew.garrett@nebula.com>
3247 M:      Jeremy Kerr <jk@ozlabs.org>
3248 M:      Matt Fleming <matt.fleming@intel.com>
3249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3250 L:      linux-efi@vger.kernel.org
3251 S:      Maintained
3252 F:      fs/efivarfs/
3254 EFIFB FRAMEBUFFER DRIVER
3255 L:      linux-fbdev@vger.kernel.org
3256 M:      Peter Jones <pjones@redhat.com>
3257 S:      Maintained
3258 F:      drivers/video/efifb.c
3260 EFS FILESYSTEM
3261 W:      http://aeschi.ch.eu.org/efs/
3262 S:      Orphan
3263 F:      fs/efs/
3265 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3266 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3267 M:      Christoph Raisch <raisch@de.ibm.com>
3268 L:      linux-rdma@vger.kernel.org
3269 S:      Supported
3270 F:      drivers/infiniband/hw/ehca/
3272 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3273 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3274 L:      netdev@vger.kernel.org
3275 S:      Maintained
3276 F:      drivers/net/ethernet/ibm/ehea/
3278 EM28XX VIDEO4LINUX DRIVER
3279 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3280 L:      linux-media@vger.kernel.org
3281 W:      http://linuxtv.org
3282 T:      git git://linuxtv.org/media_tree.git
3283 S:      Maintained
3284 F:      drivers/media/usb/em28xx/
3286 EMBEDDED LINUX
3287 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3288 M:      Matt Mackall <mpm@selenic.com>
3289 M:      David Woodhouse <dwmw2@infradead.org>
3290 L:      linux-embedded@vger.kernel.org
3291 S:      Maintained
3293 EMULEX LPFC FC SCSI DRIVER
3294 M:      James Smart <james.smart@emulex.com>
3295 L:      linux-scsi@vger.kernel.org
3296 W:      http://sourceforge.net/projects/lpfcxxxx
3297 S:      Supported
3298 F:      drivers/scsi/lpfc/
3300 ENE CB710 FLASH CARD READER DRIVER
3301 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3302 S:      Maintained
3303 F:      drivers/misc/cb710/
3304 F:      drivers/mmc/host/cb710-mmc.*
3305 F:      include/linux/cb710.h
3307 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3308 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3309 S:      Maintained
3310 F:      drivers/media/rc/ene_ir.*
3312 ENHANCED ERROR HANDLING (EEH)
3313 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3314 L:      linuxppc-dev@lists.ozlabs.org
3315 S:      Supported
3316 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3317 F:      arch/powerpc/kernel/eeh*.c
3319 EPSON S1D13XXX FRAMEBUFFER DRIVER
3320 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3321 S:      Maintained
3322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3323 F:      drivers/video/s1d13xxxfb.c
3324 F:      include/video/s1d13xxxfb.h
3326 ETHERNET BRIDGE
3327 M:      Stephen Hemminger <stephen@networkplumber.org>
3328 L:      bridge@lists.linux-foundation.org
3329 L:      netdev@vger.kernel.org
3330 W:      http://www.linuxfoundation.org/en/Net:Bridge
3331 S:      Maintained
3332 F:      include/linux/netfilter_bridge/
3333 F:      net/bridge/
3335 EXT2 FILE SYSTEM
3336 M:      Jan Kara <jack@suse.cz>
3337 L:      linux-ext4@vger.kernel.org
3338 S:      Maintained
3339 F:      Documentation/filesystems/ext2.txt
3340 F:      fs/ext2/
3341 F:      include/linux/ext2*
3343 EXT3 FILE SYSTEM
3344 M:      Jan Kara <jack@suse.cz>
3345 M:      Andrew Morton <akpm@linux-foundation.org>
3346 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3347 L:      linux-ext4@vger.kernel.org
3348 S:      Maintained
3349 F:      Documentation/filesystems/ext3.txt
3350 F:      fs/ext3/
3352 EXT4 FILE SYSTEM
3353 M:      "Theodore Ts'o" <tytso@mit.edu>
3354 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3355 L:      linux-ext4@vger.kernel.org
3356 W:      http://ext4.wiki.kernel.org
3357 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3358 S:      Maintained
3359 F:      Documentation/filesystems/ext4.txt
3360 F:      fs/ext4/
3362 Extended Verification Module (EVM)
3363 M:      Mimi Zohar <zohar@us.ibm.com>
3364 S:      Supported
3365 F:      security/integrity/evm/
3367 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3368 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3369 M:      Chanwoo Choi <cw00.choi@samsung.com>
3370 L:      linux-kernel@vger.kernel.org
3371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3372 S:      Maintained
3373 F:      drivers/extcon/
3374 F:      Documentation/extcon/
3376 EXYNOS DP DRIVER
3377 M:      Jingoo Han <jg1.han@samsung.com>
3378 L:      linux-fbdev@vger.kernel.org
3379 S:      Maintained
3380 F:      drivers/video/exynos/exynos_dp*
3382 EXYNOS MIPI DISPLAY DRIVERS
3383 M:      Inki Dae <inki.dae@samsung.com>
3384 M:      Donghwa Lee <dh09.lee@samsung.com>
3385 M:      Kyungmin Park <kyungmin.park@samsung.com>
3386 L:      linux-fbdev@vger.kernel.org
3387 S:      Maintained
3388 F:      drivers/video/exynos/exynos_mipi*
3389 F:      include/video/exynos_mipi*
3391 F71805F HARDWARE MONITORING DRIVER
3392 M:      Jean Delvare <khali@linux-fr.org>
3393 L:      lm-sensors@lm-sensors.org
3394 S:      Maintained
3395 F:      Documentation/hwmon/f71805f
3396 F:      drivers/hwmon/f71805f.c
3398 FC0011 TUNER DRIVER
3399 M:      Michael Buesch <m@bues.ch>
3400 L:      linux-media@vger.kernel.org
3401 S:      Maintained
3402 F:      drivers/media/tuners/fc0011.h
3403 F:      drivers/media/tuners/fc0011.c
3405 FC2580 MEDIA DRIVER
3406 M:      Antti Palosaari <crope@iki.fi>
3407 L:      linux-media@vger.kernel.org
3408 W:      http://linuxtv.org/
3409 W:      http://palosaari.fi/linux/
3410 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3411 T:      git git://linuxtv.org/anttip/media_tree.git
3412 S:      Maintained
3413 F:      drivers/media/tuners/fc2580*
3415 FANOTIFY
3416 M:      Eric Paris <eparis@redhat.com>
3417 S:      Maintained
3418 F:      fs/notify/fanotify/
3419 F:      include/linux/fanotify.h
3420 F:      include/uapi/linux/fanotify.h
3422 FARSYNC SYNCHRONOUS DRIVER
3423 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3424 W:      http://www.farsite.co.uk/
3425 S:      Supported
3426 F:      drivers/net/wan/farsync.*
3428 FAULT INJECTION SUPPORT
3429 M:      Akinobu Mita <akinobu.mita@gmail.com>
3430 S:      Supported
3431 F:      Documentation/fault-injection/
3432 F:      lib/fault-inject.c
3434 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3435 M:      Robert Love <robert.w.love@intel.com>
3436 L:      fcoe-devel@open-fcoe.org
3437 W:      www.Open-FCoE.org
3438 S:      Supported
3439 F:      drivers/scsi/libfc/
3440 F:      drivers/scsi/fcoe/
3441 F:      include/scsi/fc/
3442 F:      include/scsi/libfc.h
3443 F:      include/scsi/libfcoe.h
3444 F:      include/uapi/scsi/fc/
3446 FILE LOCKING (flock() and fcntl()/lockf())
3447 M:      Matthew Wilcox <matthew@wil.cx>
3448 L:      linux-fsdevel@vger.kernel.org
3449 S:      Maintained
3450 F:      include/linux/fcntl.h
3451 F:      include/linux/fs.h
3452 F:      include/uapi/linux/fcntl.h
3453 F:      include/uapi/linux/fs.h
3454 F:      fs/fcntl.c
3455 F:      fs/locks.c
3457 FILESYSTEMS (VFS and infrastructure)
3458 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3459 L:      linux-fsdevel@vger.kernel.org
3460 S:      Maintained
3461 F:      fs/*
3463 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3464 M:      Riku Voipio <riku.voipio@iki.fi>
3465 L:      lm-sensors@lm-sensors.org
3466 S:      Maintained
3467 F:      drivers/hwmon/f75375s.c
3468 F:      include/linux/f75375s.h
3470 FIREWIRE AUDIO DRIVERS
3471 M:      Clemens Ladisch <clemens@ladisch.de>
3472 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3473 T:      git git://git.alsa-project.org/alsa-kernel.git
3474 S:      Maintained
3475 F:      sound/firewire/
3477 FIREWIRE MEDIA DRIVERS (firedtv)
3478 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3479 L:      linux-media@vger.kernel.org
3480 L:      linux1394-devel@lists.sourceforge.net
3481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3482 S:      Maintained
3483 F:      drivers/media/firewire/
3485 FIREWIRE SBP-2 TARGET
3486 M:      Chris Boot <bootc@bootc.net>
3487 L:      linux-scsi@vger.kernel.org
3488 L:      target-devel@vger.kernel.org
3489 L:      linux1394-devel@lists.sourceforge.net
3490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3491 S:      Maintained
3492 F:      drivers/target/sbp/
3494 FIREWIRE SUBSYSTEM
3495 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3496 L:      linux1394-devel@lists.sourceforge.net
3497 W:      http://ieee1394.wiki.kernel.org/
3498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3499 S:      Maintained
3500 F:      drivers/firewire/
3501 F:      include/linux/firewire.h
3502 F:      include/uapi/linux/firewire*.h
3503 F:      tools/firewire/
3505 FIRMWARE LOADER (request_firmware)
3506 M:      Ming Lei <ming.lei@canonical.com>
3507 L:      linux-kernel@vger.kernel.org
3508 S:      Maintained
3509 F:      Documentation/firmware_class/
3510 F:      drivers/base/firmware*.c
3511 F:      include/linux/firmware.h
3513 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3514 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3515 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3516 S:      Maintained
3517 F:      drivers/block/rsxx/
3519 FLOPPY DRIVER
3520 M:      Jiri Kosina <jkosina@suse.cz>
3521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3522 S:      Odd fixes
3523 F:      drivers/block/floppy.c
3525 FMC SUBSYSTEM
3526 M:      Alessandro Rubini <rubini@gnudd.com>
3527 W:      http://www.ohwr.org/projects/fmc-bus
3528 S:      Supported
3529 F:      drivers/fmc/
3530 F:      include/linux/fmc*.h
3531 F:      include/linux/ipmi-fru.h
3532 K:      fmc_d.*register
3534 FPU EMULATOR
3535 M:      Bill Metzenthen <billm@melbpc.org.au>
3536 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3537 S:      Maintained
3538 F:      arch/x86/math-emu/
3540 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3541 L:      netdev@vger.kernel.org
3542 S:      Orphan
3543 F:      drivers/net/wan/dlci.c
3544 F:      drivers/net/wan/sdla.c
3546 FRAMEBUFFER LAYER
3547 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
3548 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
3549 L:      linux-fbdev@vger.kernel.org
3550 W:      http://linux-fbdev.sourceforge.net/
3551 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
3552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
3553 S:      Maintained
3554 F:      Documentation/fb/
3555 F:      Documentation/devicetree/bindings/fb/
3556 F:      drivers/video/
3557 F:      include/video/
3558 F:      include/linux/fb.h
3559 F:      include/uapi/video/
3560 F:      include/uapi/linux/fb.h
3562 FREESCALE DIU FRAMEBUFFER DRIVER
3563 M:      Timur Tabi <timur@tabi.org>
3564 L:      linux-fbdev@vger.kernel.org
3565 S:      Maintained
3566 F:      drivers/video/fsl-diu-fb.*
3568 FREESCALE DMA DRIVER
3569 M:      Li Yang <leoli@freescale.com>
3570 M:      Zhang Wei <zw@zh-kernel.org>
3571 L:      linuxppc-dev@lists.ozlabs.org
3572 S:      Maintained
3573 F:      drivers/dma/fsldma.*
3575 FREESCALE I2C CPM DRIVER
3576 M:      Jochen Friedrich <jochen@scram.de>
3577 L:      linuxppc-dev@lists.ozlabs.org
3578 L:      linux-i2c@vger.kernel.org
3579 S:      Maintained
3580 F:      drivers/i2c/busses/i2c-cpm.c
3582 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
3583 M:      Sascha Hauer <kernel@pengutronix.de>
3584 L:      linux-fbdev@vger.kernel.org
3585 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3586 S:      Maintained
3587 F:      include/linux/platform_data/video-imxfb.h
3588 F:      drivers/video/imxfb.c
3590 FREESCALE SOC FS_ENET DRIVER
3591 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
3592 M:      Vitaly Bordug <vbordug@ru.mvista.com>
3593 L:      linuxppc-dev@lists.ozlabs.org
3594 L:      netdev@vger.kernel.org
3595 S:      Maintained
3596 F:      drivers/net/ethernet/freescale/fs_enet/
3597 F:      include/linux/fs_enet_pd.h
3599 FREESCALE QUICC ENGINE LIBRARY
3600 L:      linuxppc-dev@lists.ozlabs.org
3601 S:      Orphan
3602 F:      arch/powerpc/sysdev/qe_lib/
3603 F:      arch/powerpc/include/asm/*qe.h
3605 FREESCALE USB PERIPHERAL DRIVERS
3606 M:      Li Yang <leoli@freescale.com>
3607 L:      linux-usb@vger.kernel.org
3608 L:      linuxppc-dev@lists.ozlabs.org
3609 S:      Maintained
3610 F:      drivers/usb/gadget/fsl*
3612 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
3613 M:      Li Yang <leoli@freescale.com>
3614 L:      netdev@vger.kernel.org
3615 L:      linuxppc-dev@lists.ozlabs.org
3616 S:      Maintained
3617 F:      drivers/net/ethernet/freescale/ucc_geth*
3619 FREESCALE QUICC ENGINE UCC UART DRIVER
3620 M:      Timur Tabi <timur@tabi.org>
3621 L:      linuxppc-dev@lists.ozlabs.org
3622 S:      Maintained
3623 F:      drivers/tty/serial/ucc_uart.c
3625 FREESCALE SOC SOUND DRIVERS
3626 M:      Timur Tabi <timur@tabi.org>
3627 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3628 L:      linuxppc-dev@lists.ozlabs.org
3629 S:      Maintained
3630 F:      sound/soc/fsl/fsl*
3631 F:      sound/soc/fsl/mpc8610_hpcd.c
3633 FREEVXFS FILESYSTEM
3634 M:      Christoph Hellwig <hch@infradead.org>
3635 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
3636 S:      Maintained
3637 F:      fs/freevxfs/
3639 FREEZER
3640 M:      Pavel Machek <pavel@ucw.cz>
3641 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3642 L:      linux-pm@vger.kernel.org
3643 S:      Supported
3644 F:      Documentation/power/freezing-of-tasks.txt
3645 F:      include/linux/freezer.h
3646 F:      kernel/freezer.c
3648 FRONTSWAP API
3649 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3650 L:      linux-kernel@vger.kernel.org
3651 S:      Maintained
3652 F:      mm/frontswap.c
3653 F:      include/linux/frontswap.h
3655 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
3656 M:      David Howells <dhowells@redhat.com>
3657 L:      linux-cachefs@redhat.com
3658 S:      Supported
3659 F:      Documentation/filesystems/caching/
3660 F:      fs/fscache/
3661 F:      include/linux/fscache*.h
3663 F2FS FILE SYSTEM
3664 M:      Jaegeuk Kim <jaegeuk.kim@samsung.com>
3665 L:      linux-f2fs-devel@lists.sourceforge.net
3666 W:      http://en.wikipedia.org/wiki/F2FS
3667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
3668 S:      Maintained
3669 F:      Documentation/filesystems/f2fs.txt
3670 F:      Documentation/ABI/testing/sysfs-fs-f2fs
3671 F:      fs/f2fs/
3672 F:      include/linux/f2fs_fs.h
3674 FUJITSU FR-V (FRV) PORT
3675 M:      David Howells <dhowells@redhat.com>
3676 S:      Maintained
3677 F:      arch/frv/
3679 FUJITSU LAPTOP EXTRAS
3680 M:      Jonathan Woithe <jwoithe@just42.net>
3681 L:      platform-driver-x86@vger.kernel.org
3682 S:      Maintained
3683 F:      drivers/platform/x86/fujitsu-laptop.c
3685 FUJITSU M-5MO LS CAMERA ISP DRIVER
3686 M:      Kyungmin Park <kyungmin.park@samsung.com>
3687 M:      Heungjun Kim <riverful.kim@samsung.com>
3688 L:      linux-media@vger.kernel.org
3689 S:      Maintained
3690 F:      drivers/media/i2c/m5mols/
3691 F:      include/media/m5mols.h
3693 FUJITSU TABLET EXTRAS
3694 M:      Robert Gerlach <khnz@gmx.de>
3695 L:      platform-driver-x86@vger.kernel.org
3696 S:      Maintained
3697 F:      drivers/platform/x86/fujitsu-tablet.c
3699 FUSE: FILESYSTEM IN USERSPACE
3700 M:      Miklos Szeredi <miklos@szeredi.hu>
3701 L:      fuse-devel@lists.sourceforge.net
3702 W:      http://fuse.sourceforge.net/
3703 S:      Maintained
3704 F:      fs/fuse/
3705 F:      include/uapi/linux/fuse.h
3707 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
3708 M:      Rik Faith <faith@cs.unc.edu>
3709 L:      linux-scsi@vger.kernel.org
3710 S:      Odd Fixes (e.g., new signatures)
3711 F:      drivers/scsi/fdomain.*
3713 GCOV BASED KERNEL PROFILING
3714 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
3715 S:      Maintained
3716 F:      kernel/gcov/
3717 F:      Documentation/gcov.txt
3719 GDT SCSI DISK ARRAY CONTROLLER DRIVER
3720 M:      Achim Leubner <achim_leubner@adaptec.com>
3721 L:      linux-scsi@vger.kernel.org
3722 W:      http://www.icp-vortex.com/
3723 S:      Supported
3724 F:      drivers/scsi/gdt*
3726 GEMTEK FM RADIO RECEIVER DRIVER
3727 M:      Hans Verkuil <hverkuil@xs4all.nl>
3728 L:      linux-media@vger.kernel.org
3729 T:      git git://linuxtv.org/media_tree.git
3730 W:      http://linuxtv.org
3731 S:      Maintained
3732 F:      drivers/media/radio/radio-gemtek*
3734 GENERIC GPIO I2C DRIVER
3735 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
3736 S:      Supported
3737 F:      drivers/i2c/busses/i2c-gpio.c
3738 F:      include/linux/i2c-gpio.h
3740 GENERIC GPIO I2C MULTIPLEXER DRIVER
3741 M:      Peter Korsgaard <peter.korsgaard@barco.com>
3742 L:      linux-i2c@vger.kernel.org
3743 S:      Supported
3744 F:      drivers/i2c/muxes/i2c-mux-gpio.c
3745 F:      include/linux/i2c-mux-gpio.h
3746 F:      Documentation/i2c/muxes/i2c-mux-gpio
3748 GENERIC HDLC (WAN) DRIVERS
3749 M:      Krzysztof Halasa <khc@pm.waw.pl>
3750 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
3751 S:      Maintained
3752 F:      drivers/net/wan/c101.c
3753 F:      drivers/net/wan/hd6457*
3754 F:      drivers/net/wan/hdlc*
3755 F:      drivers/net/wan/n2.c
3756 F:      drivers/net/wan/pc300too.c
3757 F:      drivers/net/wan/pci200syn.c
3758 F:      drivers/net/wan/wanxl*
3760 GENERIC INCLUDE/ASM HEADER FILES
3761 M:      Arnd Bergmann <arnd@arndb.de>
3762 L:      linux-arch@vger.kernel.org
3763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
3764 S:      Maintained
3765 F:      include/asm-generic/
3766 F:      include/uapi/asm-generic/
3768 GENERIC PHY FRAMEWORK
3769 M:      Kishon Vijay Abraham I <kishon@ti.com>
3770 L:      linux-kernel@vger.kernel.org
3771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
3772 S:      Supported
3773 F:      drivers/phy/
3774 F:      include/linux/phy/
3776 GENERIC UIO DRIVER FOR PCI DEVICES
3777 M:      "Michael S. Tsirkin" <mst@redhat.com>
3778 L:      kvm@vger.kernel.org
3779 S:      Supported
3780 F:      drivers/uio/uio_pci_generic.c
3782 GFS2 FILE SYSTEM
3783 M:      Steven Whitehouse <swhiteho@redhat.com>
3784 L:      cluster-devel@redhat.com
3785 W:      http://sources.redhat.com/cluster/
3786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
3787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
3788 S:      Supported
3789 F:      Documentation/filesystems/gfs2*.txt
3790 F:      fs/gfs2/
3791 F:      include/uapi/linux/gfs2_ondisk.h
3793 GIGASET ISDN DRIVERS
3794 M:      Hansjoerg Lipp <hjlipp@web.de>
3795 M:      Tilman Schmidt <tilman@imap.cc>
3796 L:      gigaset307x-common@lists.sourceforge.net
3797 W:      http://gigaset307x.sourceforge.net/
3798 S:      Maintained
3799 F:      Documentation/isdn/README.gigaset
3800 F:      drivers/isdn/gigaset/
3801 F:      include/uapi/linux/gigaset_dev.h
3803 GPIO SUBSYSTEM
3804 M:      Linus Walleij <linus.walleij@linaro.org>
3805 M:      Alexandre Courbot <gnurou@gmail.com>
3806 L:      linux-gpio@vger.kernel.org
3807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
3808 S:      Maintained
3809 F:      Documentation/gpio/
3810 F:      drivers/gpio/
3811 F:      include/linux/gpio*
3812 F:      include/asm-generic/gpio.h
3814 GRE DEMULTIPLEXER DRIVER
3815 M:      Dmitry Kozlov <xeb@mail.ru>
3816 L:      netdev@vger.kernel.org
3817 S:      Maintained
3818 F:      net/ipv4/gre_demux.c
3819 F:      net/ipv4/gre_offload.c
3820 F:      include/net/gre.h
3822 GRETH 10/100/1G Ethernet MAC device driver
3823 M:      Kristoffer Glembo <kristoffer@gaisler.com>
3824 L:      netdev@vger.kernel.org
3825 S:      Maintained
3826 F:      drivers/net/ethernet/aeroflex/
3828 GSPCA FINEPIX SUBDRIVER
3829 M:      Frank Zago <frank@zago.net>
3830 L:      linux-media@vger.kernel.org
3831 T:      git git://linuxtv.org/media_tree.git
3832 S:      Maintained
3833 F:      drivers/media/usb/gspca/finepix.c
3835 GSPCA GL860 SUBDRIVER
3836 M:      Olivier Lorin <o.lorin@laposte.net>
3837 L:      linux-media@vger.kernel.org
3838 T:      git git://linuxtv.org/media_tree.git
3839 S:      Maintained
3840 F:      drivers/media/usb/gspca/gl860/
3842 GSPCA M5602 SUBDRIVER
3843 M:      Erik Andren <erik.andren@gmail.com>
3844 L:      linux-media@vger.kernel.org
3845 T:      git git://linuxtv.org/media_tree.git
3846 S:      Maintained
3847 F:      drivers/media/usb/gspca/m5602/
3849 GSPCA PAC207 SONIXB SUBDRIVER
3850 M:      Hans de Goede <hdegoede@redhat.com>
3851 L:      linux-media@vger.kernel.org
3852 T:      git git://linuxtv.org/media_tree.git
3853 S:      Maintained
3854 F:      drivers/media/usb/gspca/pac207.c
3856 GSPCA SN9C20X SUBDRIVER
3857 M:      Brian Johnson <brijohn@gmail.com>
3858 L:      linux-media@vger.kernel.org
3859 T:      git git://linuxtv.org/media_tree.git
3860 S:      Maintained
3861 F:      drivers/media/usb/gspca/sn9c20x.c
3863 GSPCA T613 SUBDRIVER
3864 M:      Leandro Costantino <lcostantino@gmail.com>
3865 L:      linux-media@vger.kernel.org
3866 T:      git git://linuxtv.org/media_tree.git
3867 S:      Maintained
3868 F:      drivers/media/usb/gspca/t613.c
3870 GSPCA USB WEBCAM DRIVER
3871 M:      Hans de Goede <hdegoede@redhat.com>
3872 L:      linux-media@vger.kernel.org
3873 T:      git git://linuxtv.org/media_tree.git
3874 S:      Maintained
3875 F:      drivers/media/usb/gspca/
3877 GUID PARTITION TABLE (GPT)
3878 M:      Davidlohr Bueso <davidlohr@hp.com>
3879 L:      linux-efi@vger.kernel.org
3880 S:      Maintained
3881 F:      block/partitions/efi.*
3883 STK1160 USB VIDEO CAPTURE DRIVER
3884 M:      Ezequiel Garcia <elezegarcia@gmail.com>
3885 L:      linux-media@vger.kernel.org
3886 T:      git git://linuxtv.org/media_tree.git
3887 S:      Maintained
3888 F:      drivers/media/usb/stk1160/
3890 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3891 M:      Frank Seidel <frank@f-seidel.de>
3892 L:      platform-driver-x86@vger.kernel.org
3893 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3894 S:      Maintained
3895 F:      drivers/platform/x86/hdaps.c
3897 HDPVR USB VIDEO ENCODER DRIVER
3898 M:      Hans Verkuil <hverkuil@xs4all.nl>
3899 L:      linux-media@vger.kernel.org
3900 T:      git git://linuxtv.org/media_tree.git
3901 W:      http://linuxtv.org
3902 S:      Odd Fixes
3903 F:      drivers/media/usb/hdpvr/
3905 HWPOISON MEMORY FAILURE HANDLING
3906 M:      Andi Kleen <andi@firstfloor.org>
3907 L:      linux-mm@kvack.org
3908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3909 S:      Maintained
3910 F:      mm/memory-failure.c
3911 F:      mm/hwpoison-inject.c
3913 HYPERVISOR VIRTUAL CONSOLE DRIVER
3914 L:      linuxppc-dev@lists.ozlabs.org
3915 S:      Odd Fixes
3916 F:      drivers/tty/hvc/
3918 HARDWARE MONITORING
3919 M:      Jean Delvare <khali@linux-fr.org>
3920 M:      Guenter Roeck <linux@roeck-us.net>
3921 L:      lm-sensors@lm-sensors.org
3922 W:      http://www.lm-sensors.org/
3923 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
3924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
3925 S:      Maintained
3926 F:      Documentation/hwmon/
3927 F:      drivers/hwmon/
3928 F:      include/linux/hwmon*.h
3930 HARDWARE RANDOM NUMBER GENERATOR CORE
3931 M:      Matt Mackall <mpm@selenic.com>
3932 M:      Herbert Xu <herbert@gondor.apana.org.au>
3933 S:      Odd fixes
3934 F:      Documentation/hw_random.txt
3935 F:      drivers/char/hw_random/
3936 F:      include/linux/hw_random.h
3938 HARDWARE SPINLOCK CORE
3939 M:      Ohad Ben-Cohen <ohad@wizery.com>
3940 S:      Maintained
3941 F:      Documentation/hwspinlock.txt
3942 F:      drivers/hwspinlock/hwspinlock_*
3943 F:      include/linux/hwspinlock.h
3945 HARMONY SOUND DRIVER
3946 L:      linux-parisc@vger.kernel.org
3947 S:      Maintained
3948 F:      sound/parisc/harmony.*
3950 HD29L2 MEDIA DRIVER
3951 M:      Antti Palosaari <crope@iki.fi>
3952 L:      linux-media@vger.kernel.org
3953 W:      http://linuxtv.org/
3954 W:      http://palosaari.fi/linux/
3955 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3956 T:      git git://linuxtv.org/anttip/media_tree.git
3957 S:      Maintained
3958 F:      drivers/media/dvb-frontends/hd29l2*
3960 HEWLETT-PACKARD SMART2 RAID DRIVER
3961 M:      Chirag Kantharia <chirag.kantharia@hp.com>
3962 L:      iss_storagedev@hp.com
3963 S:      Maintained
3964 F:      Documentation/blockdev/cpqarray.txt
3965 F:      drivers/block/cpqarray.*
3967 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
3968 M:      "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
3969 L:      iss_storagedev@hp.com
3970 S:      Supported
3971 F:      Documentation/scsi/hpsa.txt
3972 F:      drivers/scsi/hpsa*.[ch]
3973 F:      include/linux/cciss*.h
3974 F:      include/uapi/linux/cciss*.h
3976 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
3977 M:      Mike Miller <mike.miller@hp.com>
3978 L:      iss_storagedev@hp.com
3979 S:      Supported
3980 F:      Documentation/blockdev/cciss.txt
3981 F:      drivers/block/cciss*
3982 F:      include/linux/cciss_ioctl.h
3983 F:      include/uapi/linux/cciss_ioctl.h
3985 HFS FILESYSTEM
3986 L:      linux-fsdevel@vger.kernel.org
3987 S:      Orphan
3988 F:      Documentation/filesystems/hfs.txt
3989 F:      fs/hfs/
3991 HFSPLUS FILESYSTEM
3992 L:      linux-fsdevel@vger.kernel.org
3993 S:      Orphan
3994 F:      Documentation/filesystems/hfsplus.txt
3995 F:      fs/hfsplus/
3997 HGA FRAMEBUFFER DRIVER
3998 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3999 L:      linux-nvidia@lists.surfsouth.com
4000 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4001 S:      Maintained
4002 F:      drivers/video/hgafb.c
4004 HIBERNATION (aka Software Suspend, aka swsusp)
4005 M:      Pavel Machek <pavel@ucw.cz>
4006 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4007 L:      linux-pm@vger.kernel.org
4008 S:      Supported
4009 F:      arch/x86/power/
4010 F:      drivers/base/power/
4011 F:      kernel/power/
4012 F:      include/linux/suspend.h
4013 F:      include/linux/freezer.h
4014 F:      include/linux/pm.h
4015 F:      arch/*/include/asm/suspend*.h
4017 HID CORE LAYER
4018 M:      Jiri Kosina <jkosina@suse.cz>
4019 L:      linux-input@vger.kernel.org
4020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4021 S:      Maintained
4022 F:      drivers/hid/
4023 F:      include/linux/hid*
4024 F:      include/uapi/linux/hid*
4026 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4027 M:      Thomas Gleixner <tglx@linutronix.de>
4028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4029 S:      Maintained
4030 F:      Documentation/timers/
4031 F:      kernel/hrtimer.c
4032 F:      kernel/time/clockevents.c
4033 F:      kernel/time/tick*.*
4034 F:      kernel/time/timer_*.c
4035 F:      include/linux/clockchips.h
4036 F:      include/linux/hrtimer.h
4038 HIGH-SPEED SCC DRIVER FOR AX.25
4039 L:      linux-hams@vger.kernel.org
4040 S:      Orphan
4041 F:      drivers/net/hamradio/dmascc.c
4042 F:      drivers/net/hamradio/scc.c
4044 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4045 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4046 W:      http://www.highpoint-tech.com
4047 S:      Supported
4048 F:      Documentation/scsi/hptiop.txt
4049 F:      drivers/scsi/hptiop.c
4051 HIPPI
4052 M:      Jes Sorensen <jes@trained-monkey.org>
4053 L:      linux-hippi@sunsite.dk
4054 S:      Maintained
4055 F:      include/linux/hippidevice.h
4056 F:      include/uapi/linux/if_hippi.h
4057 F:      net/802/hippi.c
4058 F:      drivers/net/hippi/
4060 HOST AP DRIVER
4061 M:      Jouni Malinen <j@w1.fi>
4062 L:      hostap@shmoo.com (subscribers-only)
4063 L:      linux-wireless@vger.kernel.org
4064 W:      http://hostap.epitest.fi/
4065 S:      Maintained
4066 F:      drivers/net/wireless/hostap/
4068 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4069 L:      platform-driver-x86@vger.kernel.org
4070 S:      Orphan
4071 F:      drivers/platform/x86/tc1100-wmi.c
4073 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4074 M:      Jaroslav Kysela <perex@perex.cz>
4075 S:      Maintained
4076 F:      drivers/net/ethernet/hp/hp100.*
4078 HPET:   High Precision Event Timers driver
4079 M:      Clemens Ladisch <clemens@ladisch.de>
4080 S:      Maintained
4081 F:      Documentation/timers/hpet.txt
4082 F:      drivers/char/hpet.c
4083 F:      include/linux/hpet.h
4084 F:      include/uapi/linux/hpet.h
4086 HPET:   x86
4087 M:      "Venkatesh Pallipadi (Venki)" <venki@google.com>
4088 S:      Maintained
4089 F:      arch/x86/kernel/hpet.c
4090 F:      arch/x86/include/asm/hpet.h
4092 HPFS FILESYSTEM
4093 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4094 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4095 S:      Maintained
4096 F:      fs/hpfs/
4098 HSI SUBSYSTEM
4099 M:      Sebastian Reichel <sre@debian.org>
4100 S:      Maintained
4101 F:      Documentation/ABI/testing/sysfs-bus-hsi
4102 F:      drivers/hsi/
4103 F:      include/linux/hsi/
4104 F:      include/uapi/linux/hsi/
4106 HSO 3G MODEM DRIVER
4107 M:      Jan Dumon <j.dumon@option.com>
4108 W:      http://www.pharscape.org
4109 S:      Maintained
4110 F:      drivers/net/usb/hso.c
4112 HSR NETWORK PROTOCOL
4113 M:      Arvid Brodin <arvid.brodin@alten.se>
4114 L:      netdev@vger.kernel.org
4115 S:      Maintained
4116 F:      net/hsr/
4118 HTCPEN TOUCHSCREEN DRIVER
4119 M:      Pau Oliva Fora <pof@eslack.org>
4120 L:      linux-input@vger.kernel.org
4121 S:      Maintained
4122 F:      drivers/input/touchscreen/htcpen.c
4124 HUGETLB FILESYSTEM
4125 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4126 S:      Maintained
4127 F:      fs/hugetlbfs/
4129 Hyper-V CORE AND DRIVERS
4130 M:      K. Y. Srinivasan <kys@microsoft.com>
4131 M:      Haiyang Zhang <haiyangz@microsoft.com>
4132 L:      devel@linuxdriverproject.org
4133 S:      Maintained
4134 F:      arch/x86/include/asm/mshyperv.h
4135 F:      arch/x86/include/uapi/asm/hyperv.h
4136 F:      arch/x86/kernel/cpu/mshyperv.c
4137 F:      drivers/hid/hid-hyperv.c
4138 F:      drivers/hv/
4139 F:      drivers/input/serio/hyperv-keyboard.c
4140 F:      drivers/net/hyperv/
4141 F:      drivers/scsi/storvsc_drv.c
4142 F:      drivers/video/hyperv_fb.c
4143 F:      include/linux/hyperv.h
4144 F:      tools/hv/
4146 I2C OVER PARALLEL PORT
4147 M:      Jean Delvare <khali@linux-fr.org>
4148 L:      linux-i2c@vger.kernel.org
4149 S:      Maintained
4150 F:      Documentation/i2c/busses/i2c-parport
4151 F:      Documentation/i2c/busses/i2c-parport-light
4152 F:      drivers/i2c/busses/i2c-parport.c
4153 F:      drivers/i2c/busses/i2c-parport-light.c
4155 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4156 M:      Jean Delvare <khali@linux-fr.org>
4157 L:      linux-i2c@vger.kernel.org
4158 S:      Maintained
4159 F:      Documentation/i2c/busses/i2c-ali1535
4160 F:      Documentation/i2c/busses/i2c-ali1563
4161 F:      Documentation/i2c/busses/i2c-ali15x3
4162 F:      Documentation/i2c/busses/i2c-amd756
4163 F:      Documentation/i2c/busses/i2c-amd8111
4164 F:      Documentation/i2c/busses/i2c-i801
4165 F:      Documentation/i2c/busses/i2c-nforce2
4166 F:      Documentation/i2c/busses/i2c-piix4
4167 F:      Documentation/i2c/busses/i2c-sis5595
4168 F:      Documentation/i2c/busses/i2c-sis630
4169 F:      Documentation/i2c/busses/i2c-sis96x
4170 F:      Documentation/i2c/busses/i2c-via
4171 F:      Documentation/i2c/busses/i2c-viapro
4172 F:      drivers/i2c/busses/i2c-ali1535.c
4173 F:      drivers/i2c/busses/i2c-ali1563.c
4174 F:      drivers/i2c/busses/i2c-ali15x3.c
4175 F:      drivers/i2c/busses/i2c-amd756.c
4176 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4177 F:      drivers/i2c/busses/i2c-amd8111.c
4178 F:      drivers/i2c/busses/i2c-i801.c
4179 F:      drivers/i2c/busses/i2c-isch.c
4180 F:      drivers/i2c/busses/i2c-nforce2.c
4181 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4182 F:      drivers/i2c/busses/i2c-piix4.c
4183 F:      drivers/i2c/busses/i2c-sis5595.c
4184 F:      drivers/i2c/busses/i2c-sis630.c
4185 F:      drivers/i2c/busses/i2c-sis96x.c
4186 F:      drivers/i2c/busses/i2c-via.c
4187 F:      drivers/i2c/busses/i2c-viapro.c
4189 I2C/SMBUS ISMT DRIVER
4190 M:      Seth Heasley <seth.heasley@intel.com>
4191 M:      Neil Horman <nhorman@tuxdriver.com>
4192 L:      linux-i2c@vger.kernel.org
4193 F:      drivers/i2c/busses/i2c-ismt.c
4194 F:      Documentation/i2c/busses/i2c-ismt
4196 I2C/SMBUS STUB DRIVER
4197 M:      Jean Delvare <khali@linux-fr.org>
4198 L:      linux-i2c@vger.kernel.org
4199 S:      Maintained
4200 F:      drivers/i2c/i2c-stub.c
4202 I2C SUBSYSTEM
4203 M:      Wolfram Sang <wsa@the-dreams.de>
4204 L:      linux-i2c@vger.kernel.org
4205 W:      http://i2c.wiki.kernel.org/
4206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4207 S:      Maintained
4208 F:      Documentation/i2c/
4209 F:      drivers/i2c/
4210 F:      include/linux/i2c.h
4211 F:      include/linux/i2c-*.h
4212 F:      include/uapi/linux/i2c.h
4213 F:      include/uapi/linux/i2c-*.h
4215 I2C-TAOS-EVM DRIVER
4216 M:      Jean Delvare <khali@linux-fr.org>
4217 L:      linux-i2c@vger.kernel.org
4218 S:      Maintained
4219 F:      Documentation/i2c/busses/i2c-taos-evm
4220 F:      drivers/i2c/busses/i2c-taos-evm.c
4222 I2C-TINY-USB DRIVER
4223 M:      Till Harbaum <till@harbaum.org>
4224 L:      linux-i2c@vger.kernel.org
4225 W:      http://www.harbaum.org/till/i2c_tiny_usb
4226 S:      Maintained
4227 F:      drivers/i2c/busses/i2c-tiny-usb.c
4229 i386 BOOT CODE
4230 M:      "H. Peter Anvin" <hpa@zytor.com>
4231 S:      Maintained
4232 F:      arch/x86/boot/
4234 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4235 M:      "H. Peter Anvin" <hpa@zytor.com>
4236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4237 S:      Maintained
4239 IA64 (Itanium) PLATFORM
4240 M:      Tony Luck <tony.luck@intel.com>
4241 M:      Fenghua Yu <fenghua.yu@intel.com>
4242 L:      linux-ia64@vger.kernel.org
4243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4244 S:      Maintained
4245 F:      arch/ia64/
4247 IBM Power in-Nest Crypto Acceleration
4248 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4249 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4250 L:      linux-crypto@vger.kernel.org
4251 S:      Supported
4252 F:      drivers/crypto/nx/
4254 IBM Power 842 compression accelerator
4255 M:      Robert Jennings <rcj@linux.vnet.ibm.com>
4256 S:      Supported
4257 F:      drivers/crypto/nx/nx-842.c
4258 F:      include/linux/nx842.h
4260 IBM Power Linux RAID adapter
4261 M:      Brian King <brking@us.ibm.com>
4262 S:      Supported
4263 F:      drivers/scsi/ipr.*
4265 IBM Power Virtual Ethernet Device Driver
4266 M:      Santiago Leon <santil@linux.vnet.ibm.com>
4267 L:      netdev@vger.kernel.org
4268 S:      Supported
4269 F:      drivers/net/ethernet/ibm/ibmveth.*
4271 IBM Power Virtual SCSI/FC Device Drivers
4272 M:      Robert Jennings <rcj@linux.vnet.ibm.com>
4273 L:      linux-scsi@vger.kernel.org
4274 S:      Supported
4275 F:      drivers/scsi/ibmvscsi/
4276 X:      drivers/scsi/ibmvscsi/ibmvstgt.c
4278 IBM ServeRAID RAID DRIVER
4279 P:      Jack Hammer
4280 M:      Dave Jeffery <ipslinux@adaptec.com>
4281 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
4282 S:      Supported
4283 F:      drivers/scsi/ips.*
4285 ICH LPC AND GPIO DRIVER
4286 M:      Peter Tyser <ptyser@xes-inc.com>
4287 S:      Maintained
4288 F:      drivers/mfd/lpc_ich.c
4289 F:      drivers/gpio/gpio-ich.c
4291 IDE SUBSYSTEM
4292 M:      "David S. Miller" <davem@davemloft.net>
4293 L:      linux-ide@vger.kernel.org
4294 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4296 S:      Maintained
4297 F:      Documentation/ide/
4298 F:      drivers/ide/
4299 F:      include/linux/ide.h
4301 IDEAPAD LAPTOP EXTRAS DRIVER
4302 M:      Ike Panhc <ike.pan@canonical.com>
4303 L:      platform-driver-x86@vger.kernel.org
4304 W:      http://launchpad.net/ideapad-laptop
4305 S:      Maintained
4306 F:      drivers/platform/x86/ideapad-laptop.c
4308 IDEAPAD LAPTOP SLIDEBAR DRIVER
4309 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4310 L:      linux-input@vger.kernel.org
4311 W:      https://github.com/o2genum/ideapad-slidebar
4312 S:      Maintained
4313 F:      drivers/input/misc/ideapad_slidebar.c
4315 IDE/ATAPI DRIVERS
4316 M:      Borislav Petkov <bp@alien8.de>
4317 L:      linux-ide@vger.kernel.org
4318 S:      Maintained
4319 F:      Documentation/cdrom/ide-cd
4320 F:      drivers/ide/ide-cd*
4322 IDLE-I7300
4323 M:      Andy Henroid <andrew.d.henroid@intel.com>
4324 L:      linux-pm@vger.kernel.org
4325 S:      Supported
4326 F:      drivers/idle/i7300_idle.c
4328 IEEE 802.15.4 SUBSYSTEM
4329 M:      Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
4330 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
4331 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
4332 W:      http://apps.sourceforge.net/trac/linux-zigbee
4333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
4334 S:      Maintained
4335 F:      net/ieee802154/
4336 F:      net/mac802154/
4337 F:      drivers/net/ieee802154/
4339 IGUANAWORKS USB IR TRANSCEIVER
4340 M:      Sean Young <sean@mess.org>
4341 L:      linux-media@vger.kernel.org
4342 S:      Maintained
4343 F:      drivers/media/rc/iguanair.c
4345 IIO SUBSYSTEM AND DRIVERS
4346 M:      Jonathan Cameron <jic23@kernel.org>
4347 L:      linux-iio@vger.kernel.org
4348 S:      Maintained
4349 F:      drivers/iio/
4350 F:      drivers/staging/iio/
4352 IKANOS/ADI EAGLE ADSL USB DRIVER
4353 M:      Matthieu Castet <castet.matthieu@free.fr>
4354 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4355 S:      Maintained
4356 F:      drivers/usb/atm/ueagle-atm.c
4358 INA209 HARDWARE MONITOR DRIVER
4359 M:      Guenter Roeck <linux@roeck-us.net>
4360 L:      lm-sensors@lm-sensors.org
4361 S:      Maintained
4362 F:      Documentation/hwmon/ina209
4363 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4364 F:      drivers/hwmon/ina209.c
4366 INA2XX HARDWARE MONITOR DRIVER
4367 M:      Guenter Roeck <linux@roeck-us.net>
4368 L:      lm-sensors@lm-sensors.org
4369 S:      Maintained
4370 F:      Documentation/hwmon/ina2xx
4371 F:      drivers/hwmon/ina2xx.c
4372 F:      include/linux/platform_data/ina2xx.h
4374 INDUSTRY PACK SUBSYSTEM (IPACK)
4375 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4376 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4377 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4378 L:      industrypack-devel@lists.sourceforge.net
4379 W:      http://industrypack.sourceforge.net
4380 S:      Maintained
4381 F:      drivers/ipack/
4383 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4384 M:      Mimi Zohar <zohar@us.ibm.com>
4385 M:      Dmitry Kasatkin <d.kasatkin@samsung.com>
4386 S:      Supported
4387 F:      security/integrity/ima/
4389 IMS TWINTURBO FRAMEBUFFER DRIVER
4390 L:      linux-fbdev@vger.kernel.org
4391 S:      Orphan
4392 F:      drivers/video/imsttfb.c
4394 INFINIBAND SUBSYSTEM
4395 M:      Roland Dreier <roland@kernel.org>
4396 M:      Sean Hefty <sean.hefty@intel.com>
4397 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4398 L:      linux-rdma@vger.kernel.org
4399 W:      http://www.openfabrics.org/
4400 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4402 S:      Supported
4403 F:      Documentation/infiniband/
4404 F:      drivers/infiniband/
4405 F:      include/uapi/linux/if_infiniband.h
4407 INOTIFY
4408 M:      John McCutchan <john@johnmccutchan.com>
4409 M:      Robert Love <rlove@rlove.org>
4410 M:      Eric Paris <eparis@parisplace.org>
4411 S:      Maintained
4412 F:      Documentation/filesystems/inotify.txt
4413 F:      fs/notify/inotify/
4414 F:      include/linux/inotify.h
4415 F:      include/uapi/linux/inotify.h
4417 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4418 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4419 M:      Dmitry Torokhov <dtor@mail.ru>
4420 L:      linux-input@vger.kernel.org
4421 Q:      http://patchwork.kernel.org/project/linux-input/list/
4422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4423 S:      Maintained
4424 F:      drivers/input/
4425 F:      include/linux/input.h
4426 F:      include/uapi/linux/input.h
4427 F:      include/linux/input/
4429 INPUT MULTITOUCH (MT) PROTOCOL
4430 M:      Henrik Rydberg <rydberg@euromail.se>
4431 L:      linux-input@vger.kernel.org
4432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4433 S:      Maintained
4434 F:      Documentation/input/multi-touch-protocol.txt
4435 F:      drivers/input/input-mt.c
4436 K:      \b(ABS|SYN)_MT_
4438 INTEL C600 SERIES SAS CONTROLLER DRIVER
4439 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4440 M:      Lukasz Dorau <lukasz.dorau@intel.com>
4441 M:      Maciej Patelczyk <maciej.patelczyk@intel.com>
4442 M:      Dave Jiang <dave.jiang@intel.com>
4443 L:      linux-scsi@vger.kernel.org
4444 T:      git git://git.code.sf.net/p/intel-sas/isci
4445 S:      Supported
4446 F:      drivers/scsi/isci/
4448 INTEL IDLE DRIVER
4449 M:      Len Brown <lenb@kernel.org>
4450 L:      linux-pm@vger.kernel.org
4451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4452 S:      Supported
4453 F:      drivers/idle/intel_idle.c
4455 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4456 M:      Maik Broemme <mbroemme@plusserver.de>
4457 L:      linux-fbdev@vger.kernel.org
4458 S:      Maintained
4459 F:      Documentation/fb/intelfb.txt
4460 F:      drivers/video/intelfb/
4462 INTEL 810/815 FRAMEBUFFER DRIVER
4463 M:      Antonino Daplas <adaplas@gmail.com>
4464 L:      linux-fbdev@vger.kernel.org
4465 S:      Maintained
4466 F:      drivers/video/i810/
4468 INTEL MENLOW THERMAL DRIVER
4469 M:      Sujith Thomas <sujith.thomas@intel.com>
4470 L:      platform-driver-x86@vger.kernel.org
4471 W:      https://01.org/linux-acpi
4472 S:      Supported
4473 F:      drivers/platform/x86/intel_menlow.c
4475 INTEL IA32 MICROCODE UPDATE SUPPORT
4476 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
4477 S:      Maintained
4478 F:      arch/x86/kernel/microcode_core.c
4479 F:      arch/x86/kernel/microcode_intel.c
4481 INTEL I/OAT DMA DRIVER
4482 M:      Dan Williams <dan.j.williams@intel.com>
4483 M:      Dave Jiang <dave.jiang@intel.com>
4484 L:      dmaengine@vger.kernel.org
4485 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4486 S:      Supported
4487 F:      drivers/dma/ioat*
4489 INTEL IOMMU (VT-d)
4490 M:      David Woodhouse <dwmw2@infradead.org>
4491 L:      iommu@lists.linux-foundation.org
4492 T:      git git://git.infradead.org/iommu-2.6.git
4493 S:      Supported
4494 F:      drivers/iommu/intel-iommu.c
4495 F:      include/linux/intel-iommu.h
4497 INTEL IOP-ADMA DMA DRIVER
4498 M:      Dan Williams <dan.j.williams@intel.com>
4499 S:      Odd fixes
4500 F:      drivers/dma/iop-adma.c
4502 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
4503 M:      Krzysztof Halasa <khc@pm.waw.pl>
4504 S:      Maintained
4505 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
4506 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
4507 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
4508 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
4509 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
4510 F:      drivers/net/wan/ixp4xx_hss.c
4512 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
4513 M:      Deepak Saxena <dsaxena@plexity.net>
4514 S:      Maintained
4515 F:      drivers/char/hw_random/ixp4xx-rng.c
4517 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
4518 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
4519 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
4520 M:      Bruce Allan <bruce.w.allan@intel.com>
4521 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
4522 M:      Don Skidmore <donald.c.skidmore@intel.com>
4523 M:      Greg Rose <gregory.v.rose@intel.com>
4524 M:      Alex Duyck <alexander.h.duyck@intel.com>
4525 M:      John Ronciak <john.ronciak@intel.com>
4526 M:      Mitch Williams <mitch.a.williams@intel.com>
4527 L:      e1000-devel@lists.sourceforge.net
4528 W:      http://www.intel.com/support/feedback.htm
4529 W:      http://e1000.sourceforge.net/
4530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
4531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
4532 S:      Supported
4533 F:      Documentation/networking/e100.txt
4534 F:      Documentation/networking/e1000.txt
4535 F:      Documentation/networking/e1000e.txt
4536 F:      Documentation/networking/igb.txt
4537 F:      Documentation/networking/igbvf.txt
4538 F:      Documentation/networking/ixgb.txt
4539 F:      Documentation/networking/ixgbe.txt
4540 F:      Documentation/networking/ixgbevf.txt
4541 F:      Documentation/networking/i40e.txt
4542 F:      Documentation/networking/i40evf.txt
4543 F:      drivers/net/ethernet/intel/
4545 INTEL-MID GPIO DRIVER
4546 M:      David Cohen <david.a.cohen@linux.intel.com>
4547 L:      linux-gpio@vger.kernel.org
4548 S:      Maintained
4549 F:      drivers/gpio/gpio-intel-mid.c
4551 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
4552 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
4553 L:      linux-wireless@vger.kernel.org
4554 S:      Maintained
4555 F:      Documentation/networking/README.ipw2100
4556 F:      Documentation/networking/README.ipw2200
4557 F:      drivers/net/wireless/ipw2x00/
4559 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
4560 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
4561 M:      Gang Wei <gang.wei@intel.com>
4562 M:      Shane Wang <shane.wang@intel.com>
4563 L:      tboot-devel@lists.sourceforge.net
4564 W:      http://tboot.sourceforge.net
4565 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
4566 S:      Supported
4567 F:      Documentation/intel_txt.txt
4568 F:      include/linux/tboot.h
4569 F:      arch/x86/kernel/tboot.c
4571 INTEL WIRELESS WIMAX CONNECTION 2400
4572 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
4573 M:      linux-wimax@intel.com
4574 L:      wimax@linuxwimax.org
4575 S:      Supported
4576 W:      http://linuxwimax.org
4577 F:      Documentation/wimax/README.i2400m
4578 F:      drivers/net/wimax/i2400m/
4579 F:      include/uapi/linux/wimax/i2400m.h
4581 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
4582 M:      Stanislaw Gruszka <sgruszka@redhat.com>
4583 L:      linux-wireless@vger.kernel.org
4584 S:      Supported
4585 F:      drivers/net/wireless/iwlegacy/
4587 INTEL WIRELESS WIFI LINK (iwlwifi)
4588 M:      Johannes Berg <johannes.berg@intel.com>
4589 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
4590 M:      Intel Linux Wireless <ilw@linux.intel.com>
4591 L:      linux-wireless@vger.kernel.org
4592 W:      http://intellinuxwireless.org
4593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
4594 S:      Supported
4595 F:      drivers/net/wireless/iwlwifi/
4597 INTEL MANAGEMENT ENGINE (mei)
4598 M:      Tomas Winkler <tomas.winkler@intel.com>
4599 L:      linux-kernel@vger.kernel.org
4600 S:      Supported
4601 F:      include/uapi/linux/mei.h
4602 F:      drivers/misc/mei/*
4603 F:      Documentation/misc-devices/mei/*
4605 IOC3 ETHERNET DRIVER
4606 M:      Ralf Baechle <ralf@linux-mips.org>
4607 L:      linux-mips@linux-mips.org
4608 S:      Maintained
4609 F:      drivers/net/ethernet/sgi/ioc3-eth.c
4611 IOC3 SERIAL DRIVER
4612 M:      Pat Gefre <pfg@sgi.com>
4613 L:      linux-serial@vger.kernel.org
4614 S:      Maintained
4615 F:      drivers/tty/serial/ioc3_serial.c
4617 IOMMU DRIVERS
4618 M:      Joerg Roedel <joro@8bytes.org>
4619 L:      iommu@lists.linux-foundation.org
4620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
4621 S:      Maintained
4622 F:      drivers/iommu/
4624 IP MASQUERADING
4625 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
4626 S:      Maintained
4627 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
4629 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
4630 M:      Francois Romieu <romieu@fr.zoreil.com>
4631 M:      Sorbica Shieh <sorbica@icplus.com.tw>
4632 L:      netdev@vger.kernel.org
4633 S:      Maintained
4634 F:      drivers/net/ethernet/icplus/ipg.*
4636 IPATH DRIVER
4637 M:      Mike Marciniszyn <infinipath@intel.com>
4638 L:      linux-rdma@vger.kernel.org
4639 S:      Maintained
4640 F:      drivers/infiniband/hw/ipath/
4642 IPMI SUBSYSTEM
4643 M:      Corey Minyard <minyard@acm.org>
4644 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
4645 W:      http://openipmi.sourceforge.net/
4646 S:      Supported
4647 F:      Documentation/IPMI.txt
4648 F:      drivers/char/ipmi/
4649 F:      include/linux/ipmi*
4650 F:      include/uapi/linux/ipmi*
4652 IPS SCSI RAID DRIVER
4653 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4654 L:      linux-scsi@vger.kernel.org
4655 W:      http://www.adaptec.com/
4656 S:      Maintained
4657 F:      drivers/scsi/ips*
4659 IPVS
4660 M:      Wensong Zhang <wensong@linux-vs.org>
4661 M:      Simon Horman <horms@verge.net.au>
4662 M:      Julian Anastasov <ja@ssi.bg>
4663 L:      netdev@vger.kernel.org
4664 L:      lvs-devel@vger.kernel.org
4665 S:      Maintained
4666 F:      Documentation/networking/ipvs-sysctl.txt
4667 F:      include/net/ip_vs.h
4668 F:      include/uapi/linux/ip_vs.h
4669 F:      net/netfilter/ipvs/
4671 IPWIRELESS DRIVER
4672 M:      Jiri Kosina <jkosina@suse.cz>
4673 M:      David Sterba <dsterba@suse.cz>
4674 S:      Odd Fixes
4675 F:      drivers/tty/ipwireless/
4677 IPX NETWORK LAYER
4678 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4679 L:      netdev@vger.kernel.org
4680 S:      Maintained
4681 F:      include/net/ipx.h
4682 F:      include/uapi/linux/ipx.h
4683 F:      net/ipx/
4685 IRDA SUBSYSTEM
4686 M:      Samuel Ortiz <samuel@sortiz.org>
4687 L:      irda-users@lists.sourceforge.net (subscribers-only)
4688 L:      netdev@vger.kernel.org
4689 W:      http://irda.sourceforge.net/
4690 S:      Maintained
4691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
4692 F:      Documentation/networking/irda.txt
4693 F:      drivers/net/irda/
4694 F:      include/net/irda/
4695 F:      net/irda/
4697 IRQ SUBSYSTEM
4698 M:      Thomas Gleixner <tglx@linutronix.de>
4699 S:      Maintained
4700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4701 F:      kernel/irq/
4702 F:      drivers/irqchip/
4704 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4705 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4706 S:      Maintained
4707 F:      Documentation/IRQ-domain.txt
4708 F:      include/linux/irqdomain.h
4709 F:      kernel/irq/irqdomain.c
4711 ISAPNP
4712 M:      Jaroslav Kysela <perex@perex.cz>
4713 S:      Maintained
4714 F:      Documentation/isapnp.txt
4715 F:      drivers/pnp/isapnp/
4716 F:      include/linux/isapnp.h
4718 ISA RADIO MODULE
4719 M:      Hans Verkuil <hverkuil@xs4all.nl>
4720 L:      linux-media@vger.kernel.org
4721 T:      git git://linuxtv.org/media_tree.git
4722 W:      http://linuxtv.org
4723 S:      Maintained
4724 F:      drivers/media/radio/radio-isa*
4726 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
4727 M:      Peter Jones <pjones@redhat.com>
4728 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
4729 S:      Maintained
4730 F:      drivers/firmware/iscsi_ibft*
4732 ISCSI
4733 M:      Mike Christie <michaelc@cs.wisc.edu>
4734 L:      open-iscsi@googlegroups.com
4735 W:      www.open-iscsi.org
4736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
4737 S:      Maintained
4738 F:      drivers/scsi/*iscsi*
4739 F:      include/scsi/*iscsi*
4741 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
4742 M:      Or Gerlitz <ogerlitz@mellanox.com>
4743 M:      Roi Dayan <roid@mellanox.com>
4744 L:      linux-rdma@vger.kernel.org
4745 S:      Supported
4746 W:      http://www.openfabrics.org
4747 W:      www.open-iscsi.org
4748 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4749 F:      drivers/infiniband/ulp/iser/
4751 ISDN SUBSYSTEM
4752 M:      Karsten Keil <isdn@linux-pingi.de>
4753 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4754 L:      netdev@vger.kernel.org
4755 W:      http://www.isdn4linux.de
4756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
4757 S:      Maintained
4758 F:      Documentation/isdn/
4759 F:      drivers/isdn/
4760 F:      include/linux/isdn.h
4761 F:      include/linux/isdn/
4762 F:      include/uapi/linux/isdn.h
4763 F:      include/uapi/linux/isdn/
4765 ISDN SUBSYSTEM (Eicon active card driver)
4766 M:      Armin Schindler <mac@melware.de>
4767 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4768 W:      http://www.melware.de
4769 S:      Maintained
4770 F:      drivers/isdn/hardware/eicon/
4772 IT87 HARDWARE MONITORING DRIVER
4773 M:      Jean Delvare <khali@linux-fr.org>
4774 L:      lm-sensors@lm-sensors.org
4775 S:      Maintained
4776 F:      Documentation/hwmon/it87
4777 F:      drivers/hwmon/it87.c
4779 IT913X MEDIA DRIVER
4780 M:      Malcolm Priestley <tvboxspy@gmail.com>
4781 L:      linux-media@vger.kernel.org
4782 W:      http://linuxtv.org/
4783 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4784 S:      Maintained
4785 F:      drivers/media/usb/dvb-usb-v2/it913x*
4787 IT913X FE MEDIA DRIVER
4788 M:      Malcolm Priestley <tvboxspy@gmail.com>
4789 L:      linux-media@vger.kernel.org
4790 W:      http://linuxtv.org/
4791 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4792 S:      Maintained
4793 F:      drivers/media/dvb-frontends/it913x-fe*
4795 IT913X MEDIA DRIVER
4796 M:      Antti Palosaari <crope@iki.fi>
4797 L:      linux-media@vger.kernel.org
4798 W:      http://linuxtv.org/
4799 W:      http://palosaari.fi/linux/
4800 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4801 T:      git git://linuxtv.org/anttip/media_tree.git
4802 S:      Maintained
4803 F:      drivers/media/tuners/tuner_it913x*
4805 IVTV VIDEO4LINUX DRIVER
4806 M:      Andy Walls <awalls@md.metrocast.net>
4807 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
4808 L:      linux-media@vger.kernel.org
4809 T:      git git://linuxtv.org/media_tree.git
4810 W:      http://www.ivtvdriver.org
4811 S:      Maintained
4812 F:      Documentation/video4linux/*.ivtv
4813 F:      drivers/media/pci/ivtv/
4814 F:      include/uapi/linux/ivtv*
4816 IX2505V MEDIA DRIVER
4817 M:      Malcolm Priestley <tvboxspy@gmail.com>
4818 L:      linux-media@vger.kernel.org
4819 W:      http://linuxtv.org/
4820 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4821 S:      Maintained
4822 F:      drivers/media/dvb-frontends/ix2505v*
4824 JC42.4 TEMPERATURE SENSOR DRIVER
4825 M:      Guenter Roeck <linux@roeck-us.net>
4826 L:      lm-sensors@lm-sensors.org
4827 S:      Maintained
4828 F:      drivers/hwmon/jc42.c
4829 F:      Documentation/hwmon/jc42
4831 JFS FILESYSTEM
4832 M:      Dave Kleikamp <shaggy@kernel.org>
4833 L:      jfs-discussion@lists.sourceforge.net
4834 W:      http://jfs.sourceforge.net/
4835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
4836 S:      Maintained
4837 F:      Documentation/filesystems/jfs.txt
4838 F:      fs/jfs/
4840 JME NETWORK DRIVER
4841 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
4842 L:      netdev@vger.kernel.org
4843 S:      Maintained
4844 F:      drivers/net/ethernet/jme.*
4846 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
4847 M:      David Woodhouse <dwmw2@infradead.org>
4848 L:      linux-mtd@lists.infradead.org
4849 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
4850 S:      Maintained
4851 F:      fs/jffs2/
4852 F:      include/uapi/linux/jffs2.h
4854 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
4855 M:      Andrew Morton <akpm@linux-foundation.org>
4856 M:      Jan Kara <jack@suse.cz>
4857 L:      linux-ext4@vger.kernel.org
4858 S:      Maintained
4859 F:      fs/jbd/
4860 F:      include/linux/jbd.h
4862 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
4863 M:      "Theodore Ts'o" <tytso@mit.edu>
4864 L:      linux-ext4@vger.kernel.org
4865 S:      Maintained
4866 F:      fs/jbd2/
4867 F:      include/linux/jbd2.h
4869 JSM Neo PCI based serial card
4870 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4871 L:      linux-serial@vger.kernel.org
4872 S:      Maintained
4873 F:      drivers/tty/serial/jsm/
4875 K10TEMP HARDWARE MONITORING DRIVER
4876 M:      Clemens Ladisch <clemens@ladisch.de>
4877 L:      lm-sensors@lm-sensors.org
4878 S:      Maintained
4879 F:      Documentation/hwmon/k10temp
4880 F:      drivers/hwmon/k10temp.c
4882 K8TEMP HARDWARE MONITORING DRIVER
4883 M:      Rudolf Marek <r.marek@assembler.cz>
4884 L:      lm-sensors@lm-sensors.org
4885 S:      Maintained
4886 F:      Documentation/hwmon/k8temp
4887 F:      drivers/hwmon/k8temp.c
4889 KTAP
4890 M:      Jovi Zhangwei <jovi.zhangwei@gmail.com>
4891 W:      http://www.ktap.org
4892 L:      ktap@freelists.org
4893 S:      Maintained
4894 F:      drivers/staging/ktap/
4896 KCONFIG
4897 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
4898 L:      linux-kbuild@vger.kernel.org
4899 T:      git://gitorious.org/linux-kconfig/linux-kconfig
4900 S:      Maintained
4901 F:      Documentation/kbuild/kconfig-language.txt
4902 F:      scripts/kconfig/
4904 KDUMP
4905 M:      Vivek Goyal <vgoyal@redhat.com>
4906 M:      Haren Myneni <hbabu@us.ibm.com>
4907 L:      kexec@lists.infradead.org
4908 W:      http://lse.sourceforge.net/kdump/
4909 S:      Maintained
4910 F:      Documentation/kdump/
4912 KEENE FM RADIO TRANSMITTER DRIVER
4913 M:      Hans Verkuil <hverkuil@xs4all.nl>
4914 L:      linux-media@vger.kernel.org
4915 T:      git git://linuxtv.org/media_tree.git
4916 W:      http://linuxtv.org
4917 S:      Maintained
4918 F:      drivers/media/radio/radio-keene*
4920 KERNEL AUTOMOUNTER v4 (AUTOFS4)
4921 M:      Ian Kent <raven@themaw.net>
4922 L:      autofs@vger.kernel.org
4923 S:      Maintained
4924 F:      fs/autofs4/
4926 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
4927 M:      Michal Marek <mmarek@suse.cz>
4928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
4929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
4930 L:      linux-kbuild@vger.kernel.org
4931 S:      Maintained
4932 F:      Documentation/kbuild/
4933 F:      Makefile
4934 F:      scripts/Makefile.*
4935 F:      scripts/basic/
4936 F:      scripts/mk*
4937 F:      scripts/package/
4939 KERNEL JANITORS
4940 L:      kernel-janitors@vger.kernel.org
4941 W:      http://kernelnewbies.org/KernelJanitors
4942 S:      Odd Fixes
4944 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
4945 M:      "J. Bruce Fields" <bfields@fieldses.org>
4946 L:      linux-nfs@vger.kernel.org
4947 W:      http://nfs.sourceforge.net/
4948 S:      Supported
4949 F:      fs/nfsd/
4950 F:      include/linux/nfsd/
4951 F:      include/uapi/linux/nfsd/
4952 F:      fs/lockd/
4953 F:      fs/nfs_common/
4954 F:      net/sunrpc/
4955 F:      include/linux/lockd/
4956 F:      include/linux/sunrpc/
4957 F:      include/uapi/linux/sunrpc/
4959 KERNEL VIRTUAL MACHINE (KVM)
4960 M:      Gleb Natapov <gleb@kernel.org>
4961 M:      Paolo Bonzini <pbonzini@redhat.com>
4962 L:      kvm@vger.kernel.org
4963 W:      http://www.linux-kvm.org
4964 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
4965 S:      Supported
4966 F:      Documentation/*/kvm*.txt
4967 F:      Documentation/virtual/kvm/
4968 F:      arch/*/kvm/
4969 F:      arch/*/include/asm/kvm*
4970 F:      include/linux/kvm*
4971 F:      include/uapi/linux/kvm*
4972 F:      virt/kvm/
4974 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
4975 M:      Joerg Roedel <joro@8bytes.org>
4976 L:      kvm@vger.kernel.org
4977 W:      http://kvm.qumranet.com
4978 S:      Maintained
4979 F:      arch/x86/include/asm/svm.h
4980 F:      arch/x86/kvm/svm.c
4982 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
4983 M:      Alexander Graf <agraf@suse.de>
4984 L:      kvm-ppc@vger.kernel.org
4985 W:      http://kvm.qumranet.com
4986 T:      git git://github.com/agraf/linux-2.6.git
4987 S:      Supported
4988 F:      arch/powerpc/include/asm/kvm*
4989 F:      arch/powerpc/kvm/
4991 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
4992 M:      Xiantao Zhang <xiantao.zhang@intel.com>
4993 L:      kvm-ia64@vger.kernel.org
4994 W:      http://kvm.qumranet.com
4995 S:      Supported
4996 F:      Documentation/ia64/kvm.txt
4997 F:      arch/ia64/include/asm/kvm*
4998 F:      arch/ia64/kvm/
5000 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5001 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5002 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5003 M:      linux390@de.ibm.com
5004 L:      linux-s390@vger.kernel.org
5005 W:      http://www.ibm.com/developerworks/linux/linux390/
5006 S:      Supported
5007 F:      Documentation/s390/kvm.txt
5008 F:      arch/s390/include/asm/kvm*
5009 F:      arch/s390/kvm/
5010 F:      drivers/s390/kvm/
5012 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5013 M:      Christoffer Dall <christoffer.dall@linaro.org>
5014 L:      kvmarm@lists.cs.columbia.edu
5015 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5016 S:      Supported
5017 F:      arch/arm/include/uapi/asm/kvm*
5018 F:      arch/arm/include/asm/kvm*
5019 F:      arch/arm/kvm/
5021 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5022 M:      Marc Zyngier <marc.zyngier@arm.com>
5023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5024 L:      kvmarm@lists.cs.columbia.edu
5025 S:      Maintained
5026 F:      arch/arm64/include/uapi/asm/kvm*
5027 F:      arch/arm64/include/asm/kvm*
5028 F:      arch/arm64/kvm/
5030 KEXEC
5031 M:      Eric Biederman <ebiederm@xmission.com>
5032 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5033 L:      kexec@lists.infradead.org
5034 S:      Maintained
5035 F:      include/linux/kexec.h
5036 F:      include/uapi/linux/kexec.h
5037 F:      kernel/kexec.c
5039 KEYS/KEYRINGS:
5040 M:      David Howells <dhowells@redhat.com>
5041 L:      keyrings@linux-nfs.org
5042 S:      Maintained
5043 F:      Documentation/security/keys.txt
5044 F:      include/linux/key.h
5045 F:      include/linux/key-type.h
5046 F:      include/keys/
5047 F:      security/keys/
5049 KEYS-TRUSTED
5050 M:      David Safford <safford@watson.ibm.com>
5051 M:      Mimi Zohar <zohar@us.ibm.com>
5052 L:      linux-security-module@vger.kernel.org
5053 L:      keyrings@linux-nfs.org
5054 S:      Supported
5055 F:      Documentation/security/keys-trusted-encrypted.txt
5056 F:      include/keys/trusted-type.h
5057 F:      security/keys/trusted.c
5058 F:      security/keys/trusted.h
5060 KEYS-ENCRYPTED
5061 M:      Mimi Zohar <zohar@us.ibm.com>
5062 M:      David Safford <safford@watson.ibm.com>
5063 L:      linux-security-module@vger.kernel.org
5064 L:      keyrings@linux-nfs.org
5065 S:      Supported
5066 F:      Documentation/security/keys-trusted-encrypted.txt
5067 F:      include/keys/encrypted-type.h
5068 F:      security/keys/encrypted-keys/
5070 KGDB / KDB /debug_core
5071 M:      Jason Wessel <jason.wessel@windriver.com>
5072 W:      http://kgdb.wiki.kernel.org/
5073 L:      kgdb-bugreport@lists.sourceforge.net
5074 S:      Maintained
5075 F:      Documentation/DocBook/kgdb.tmpl
5076 F:      drivers/misc/kgdbts.c
5077 F:      drivers/tty/serial/kgdboc.c
5078 F:      include/linux/kdb.h
5079 F:      include/linux/kgdb.h
5080 F:      kernel/debug/
5082 KMEMCHECK
5083 M:      Vegard Nossum <vegardno@ifi.uio.no>
5084 M:      Pekka Enberg <penberg@kernel.org>
5085 S:      Maintained
5086 F:      Documentation/kmemcheck.txt
5087 F:      arch/x86/include/asm/kmemcheck.h
5088 F:      arch/x86/mm/kmemcheck/
5089 F:      include/linux/kmemcheck.h
5090 F:      mm/kmemcheck.c
5092 KMEMLEAK
5093 M:      Catalin Marinas <catalin.marinas@arm.com>
5094 S:      Maintained
5095 F:      Documentation/kmemleak.txt
5096 F:      include/linux/kmemleak.h
5097 F:      mm/kmemleak.c
5098 F:      mm/kmemleak-test.c
5100 KPROBES
5101 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5102 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5103 M:      "David S. Miller" <davem@davemloft.net>
5104 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5105 S:      Maintained
5106 F:      Documentation/kprobes.txt
5107 F:      include/linux/kprobes.h
5108 F:      kernel/kprobes.c
5110 KS0108 LCD CONTROLLER DRIVER
5111 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5112 W:      http://miguelojeda.es/auxdisplay.htm
5113 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5114 S:      Maintained
5115 F:      Documentation/auxdisplay/ks0108
5116 F:      drivers/auxdisplay/ks0108.c
5117 F:      include/linux/ks0108.h
5119 LAPB module
5120 L:      linux-x25@vger.kernel.org
5121 S:      Orphan
5122 F:      Documentation/networking/lapb-module.txt
5123 F:      include/*/lapb.h
5124 F:      net/lapb/
5126 LASI 53c700 driver for PARISC
5127 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5128 L:      linux-scsi@vger.kernel.org
5129 S:      Maintained
5130 F:      Documentation/scsi/53c700.txt
5131 F:      drivers/scsi/53c700*
5133 LED SUBSYSTEM
5134 M:      Bryan Wu <cooloney@gmail.com>
5135 M:      Richard Purdie <rpurdie@rpsys.net>
5136 L:      linux-leds@vger.kernel.org
5137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5138 S:      Maintained
5139 F:      drivers/leds/
5140 F:      include/linux/leds.h
5142 LEGACY EEPROM DRIVER
5143 M:      Jean Delvare <khali@linux-fr.org>
5144 S:      Maintained
5145 F:      Documentation/misc-devices/eeprom
5146 F:      drivers/misc/eeprom/eeprom.c
5148 LEGO USB Tower driver
5149 M:      Juergen Stuber <starblue@users.sourceforge.net>
5150 L:      legousb-devel@lists.sourceforge.net
5151 W:      http://legousb.sourceforge.net/
5152 S:      Maintained
5153 F:      drivers/usb/misc/legousbtower.c
5155 LG2160 MEDIA DRIVER
5156 M:      Michael Krufky <mkrufky@linuxtv.org>
5157 L:      linux-media@vger.kernel.org
5158 W:      http://linuxtv.org/
5159 W:      http://github.com/mkrufky
5160 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5161 T:      git git://linuxtv.org/mkrufky/tuners.git
5162 S:      Maintained
5163 F:      drivers/media/dvb-frontends/lg2160.*
5165 LGDT3305 MEDIA DRIVER
5166 M:      Michael Krufky <mkrufky@linuxtv.org>
5167 L:      linux-media@vger.kernel.org
5168 W:      http://linuxtv.org/
5169 W:      http://github.com/mkrufky
5170 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5171 T:      git git://linuxtv.org/mkrufky/tuners.git
5172 S:      Maintained
5173 F:      drivers/media/dvb-frontends/lgdt3305.*
5175 LGUEST
5176 M:      Rusty Russell <rusty@rustcorp.com.au>
5177 L:      lguest@lists.ozlabs.org
5178 W:      http://lguest.ozlabs.org/
5179 S:      Odd Fixes
5180 F:      arch/x86/include/asm/lguest*.h
5181 F:      arch/x86/lguest/
5182 F:      drivers/lguest/
5183 F:      include/linux/lguest*.h
5184 F:      tools/lguest/
5186 LIBLOCKDEP
5187 M:      Sasha Levin <sasha.levin@oracle.com>
5188 S:      Maintained
5189 F:      tools/lib/lockdep/
5191 LINUX FOR IBM pSERIES (RS/6000)
5192 M:      Paul Mackerras <paulus@au.ibm.com>
5193 W:      http://www.ibm.com/linux/ltc/projects/ppc
5194 S:      Supported
5195 F:      arch/powerpc/boot/rs6000.h
5197 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5198 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5199 M:      Paul Mackerras <paulus@samba.org>
5200 W:      http://www.penguinppc.org/
5201 L:      linuxppc-dev@lists.ozlabs.org
5202 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5204 S:      Supported
5205 F:      Documentation/powerpc/
5206 F:      arch/powerpc/
5208 LINUX FOR POWER MACINTOSH
5209 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5210 W:      http://www.penguinppc.org/
5211 L:      linuxppc-dev@lists.ozlabs.org
5212 S:      Maintained
5213 F:      arch/powerpc/platforms/powermac/
5214 F:      drivers/macintosh/
5216 LINUX FOR POWERPC EMBEDDED MPC5XXX
5217 M:      Anatolij Gustschin <agust@denx.de>
5218 L:      linuxppc-dev@lists.ozlabs.org
5219 T:      git git://git.denx.de/linux-2.6-agust.git
5220 S:      Maintained
5221 F:      arch/powerpc/platforms/512x/
5222 F:      arch/powerpc/platforms/52xx/
5224 LINUX FOR POWERPC EMBEDDED PPC4XX
5225 M:      Josh Boyer <jwboyer@gmail.com>
5226 M:      Matt Porter <mporter@kernel.crashing.org>
5227 W:      http://www.penguinppc.org/
5228 L:      linuxppc-dev@lists.ozlabs.org
5229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
5230 S:      Maintained
5231 F:      arch/powerpc/platforms/40x/
5232 F:      arch/powerpc/platforms/44x/
5234 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5235 L:      linuxppc-dev@lists.ozlabs.org
5236 S:      Orphan
5237 F:      arch/powerpc/*/*virtex*
5238 F:      arch/powerpc/*/*/*virtex*
5240 LINUX FOR POWERPC EMBEDDED PPC8XX
5241 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5242 M:      Marcelo Tosatti <marcelo@kvack.org>
5243 W:      http://www.penguinppc.org/
5244 L:      linuxppc-dev@lists.ozlabs.org
5245 S:      Maintained
5246 F:      arch/powerpc/platforms/8xx/
5248 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5249 M:      Kumar Gala <galak@kernel.crashing.org>
5250 W:      http://www.penguinppc.org/
5251 L:      linuxppc-dev@lists.ozlabs.org
5252 S:      Maintained
5253 F:      arch/powerpc/platforms/83xx/
5254 F:      arch/powerpc/platforms/85xx/
5256 LINUX FOR POWERPC PA SEMI PWRFICIENT
5257 M:      Olof Johansson <olof@lixom.net>
5258 L:      linuxppc-dev@lists.ozlabs.org
5259 S:      Maintained
5260 F:      arch/powerpc/platforms/pasemi/
5261 F:      drivers/*/*pasemi*
5262 F:      drivers/*/*/*pasemi*
5264 LINUX SECURITY MODULE (LSM) FRAMEWORK
5265 M:      Chris Wright <chrisw@sous-sol.org>
5266 L:      linux-security-module@vger.kernel.org
5267 S:      Supported
5269 LIS3LV02D ACCELEROMETER DRIVER
5270 M:      Eric Piel <eric.piel@tremplin-utc.net>
5271 S:      Maintained
5272 F:      Documentation/misc-devices/lis3lv02d
5273 F:      drivers/misc/lis3lv02d/
5274 F:      drivers/platform/x86/hp_accel.c
5276 LLC (802.2)
5277 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5278 S:      Maintained
5279 F:      include/linux/llc.h
5280 F:      include/uapi/linux/llc.h
5281 F:      include/net/llc*
5282 F:      net/llc/
5284 LM73 HARDWARE MONITOR DRIVER
5285 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5286 L:      lm-sensors@lm-sensors.org
5287 S:      Maintained
5288 F:      drivers/hwmon/lm73.c
5290 LM78 HARDWARE MONITOR DRIVER
5291 M:      Jean Delvare <khali@linux-fr.org>
5292 L:      lm-sensors@lm-sensors.org
5293 S:      Maintained
5294 F:      Documentation/hwmon/lm78
5295 F:      drivers/hwmon/lm78.c
5297 LM83 HARDWARE MONITOR DRIVER
5298 M:      Jean Delvare <khali@linux-fr.org>
5299 L:      lm-sensors@lm-sensors.org
5300 S:      Maintained
5301 F:      Documentation/hwmon/lm83
5302 F:      drivers/hwmon/lm83.c
5304 LM90 HARDWARE MONITOR DRIVER
5305 M:      Jean Delvare <khali@linux-fr.org>
5306 L:      lm-sensors@lm-sensors.org
5307 S:      Maintained
5308 F:      Documentation/hwmon/lm90
5309 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5310 F:      drivers/hwmon/lm90.c
5312 LM95234 HARDWARE MONITOR DRIVER
5313 M:      Guenter Roeck <linux@roeck-us.net>
5314 L:      lm-sensors@lm-sensors.org
5315 S:      Maintained
5316 F:      Documentation/hwmon/lm95234
5317 F:      drivers/hwmon/lm95234.c
5319 LME2510 MEDIA DRIVER
5320 M:      Malcolm Priestley <tvboxspy@gmail.com>
5321 L:      linux-media@vger.kernel.org
5322 W:      http://linuxtv.org/
5323 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5324 S:      Maintained
5325 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5327 LOCKDEP AND LOCKSTAT
5328 M:      Peter Zijlstra <peterz@infradead.org>
5329 M:      Ingo Molnar <mingo@redhat.com>
5330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5331 S:      Maintained
5332 F:      Documentation/lockdep*.txt
5333 F:      Documentation/lockstat.txt
5334 F:      include/linux/lockdep.h
5335 F:      kernel/locking/
5337 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5338 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5339 L:      linux-ntfs-dev@lists.sourceforge.net
5340 W:      http://www.linux-ntfs.org/content/view/19/37/
5341 S:      Maintained
5342 F:      Documentation/ldm.txt
5343 F:      block/partitions/ldm.*
5345 LogFS
5346 M:      Joern Engel <joern@logfs.org>
5347 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5348 L:      logfs@logfs.org
5349 W:      logfs.org
5350 S:      Maintained
5351 F:      fs/logfs/
5353 LPC32XX MACHINE SUPPORT
5354 M:      Roland Stigge <stigge@antcom.de>
5355 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5356 S:      Maintained
5357 F:      arch/arm/mach-lpc32xx/
5359 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5360 M:      Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com>
5361 M:      Sreekanth Reddy <Sreekanth.Reddy@lsi.com>
5362 M:      support@lsi.com
5363 L:      DL-MPTFusionLinux@lsi.com
5364 L:      linux-scsi@vger.kernel.org
5365 W:      http://www.lsilogic.com/support
5366 S:      Supported
5367 F:      drivers/message/fusion/
5368 F:      drivers/scsi/mpt2sas/
5369 F:      drivers/scsi/mpt3sas/
5371 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5372 M:      Matthew Wilcox <matthew@wil.cx>
5373 L:      linux-scsi@vger.kernel.org
5374 S:      Maintained
5375 F:      drivers/scsi/sym53c8xx_2/
5377 LTC4261 HARDWARE MONITOR DRIVER
5378 M:      Guenter Roeck <linux@roeck-us.net>
5379 L:      lm-sensors@lm-sensors.org
5380 S:      Maintained
5381 F:      Documentation/hwmon/ltc4261
5382 F:      drivers/hwmon/ltc4261.c
5384 LTP (Linux Test Project)
5385 M:      Shubham Goyal <shubham@linux.vnet.ibm.com>
5386 M:      Mike Frysinger <vapier@gentoo.org>
5387 M:      Cyril Hrubis <chrubis@suse.cz>
5388 M:      Caspar Zhang <caspar@casparzhang.com>
5389 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5390 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5391 W:      http://ltp.sourceforge.net/
5392 T:      git git://github.com/linux-test-project/ltp.git
5393 T:      git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
5394 S:      Maintained
5396 M32R ARCHITECTURE
5397 M:      Hirokazu Takata <takata@linux-m32r.org>
5398 L:      linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
5399 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
5400 W:      http://www.linux-m32r.org/
5401 S:      Maintained
5402 F:      arch/m32r/
5404 M68K ARCHITECTURE
5405 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5406 L:      linux-m68k@lists.linux-m68k.org
5407 W:      http://www.linux-m68k.org/
5408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5409 S:      Maintained
5410 F:      arch/m68k/
5411 F:      drivers/zorro/
5413 M68K ON APPLE MACINTOSH
5414 M:      Joshua Thompson <funaho@jurai.org>
5415 W:      http://www.mac.linux-m68k.org/
5416 L:      linux-m68k@lists.linux-m68k.org
5417 S:      Maintained
5418 F:      arch/m68k/mac/
5420 M68K ON HP9000/300
5421 M:      Philip Blundell <philb@gnu.org>
5422 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5423 S:      Maintained
5424 F:      arch/m68k/hp300/
5426 M88RS2000 MEDIA DRIVER
5427 M:      Malcolm Priestley <tvboxspy@gmail.com>
5428 L:      linux-media@vger.kernel.org
5429 W:      http://linuxtv.org/
5430 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5431 S:      Maintained
5432 F:      drivers/media/dvb-frontends/m88rs2000*
5434 MA901 MASTERKIT USB FM RADIO DRIVER
5435 M:      Alexey Klimov <klimov.linux@gmail.com>
5436 L:      linux-media@vger.kernel.org
5437 T:      git git://linuxtv.org/media_tree.git
5438 S:      Maintained
5439 F:      drivers/media/radio/radio-ma901.c
5441 MAC80211
5442 M:      Johannes Berg <johannes@sipsolutions.net>
5443 L:      linux-wireless@vger.kernel.org
5444 W:      http://wireless.kernel.org/
5445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5447 S:      Maintained
5448 F:      Documentation/networking/mac80211-injection.txt
5449 F:      include/net/mac80211.h
5450 F:      net/mac80211/
5452 MAC80211 PID RATE CONTROL
5453 M:      Stefano Brivio <stefano.brivio@polimi.it>
5454 M:      Mattias Nissler <mattias.nissler@gmx.de>
5455 L:      linux-wireless@vger.kernel.org
5456 W:      http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
5457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5459 S:      Maintained
5460 F:      net/mac80211/rc80211_pid*
5462 MACVLAN DRIVER
5463 M:      Patrick McHardy <kaber@trash.net>
5464 L:      netdev@vger.kernel.org
5465 S:      Maintained
5466 F:      drivers/net/macvlan.c
5467 F:      include/linux/if_macvlan.h
5469 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
5470 M:      Michael Kerrisk <mtk.manpages@gmail.com>
5471 W:      http://www.kernel.org/doc/man-pages
5472 L:      linux-man@vger.kernel.org
5473 S:      Maintained
5475 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
5476 M:      Mirko Lindner <mlindner@marvell.com>
5477 M:      Stephen Hemminger <stephen@networkplumber.org>
5478 L:      netdev@vger.kernel.org
5479 S:      Maintained
5480 F:      drivers/net/ethernet/marvell/sk*
5482 MARVELL LIBERTAS WIRELESS DRIVER
5483 L:      libertas-dev@lists.infradead.org
5484 S:      Orphan
5485 F:      drivers/net/wireless/libertas/
5487 MARVELL MV643XX ETHERNET DRIVER
5488 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
5489 L:      netdev@vger.kernel.org
5490 S:      Maintained
5491 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
5492 F:      include/linux/mv643xx.h
5494 MARVELL MVNETA ETHERNET DRIVER
5495 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5496 L:      netdev@vger.kernel.org
5497 S:      Maintained
5498 F:      drivers/net/ethernet/marvell/mvneta.*
5500 MARVELL MWIFIEX WIRELESS DRIVER
5501 M:      Bing Zhao <bzhao@marvell.com>
5502 L:      linux-wireless@vger.kernel.org
5503 S:      Maintained
5504 F:      drivers/net/wireless/mwifiex/
5506 MARVELL MWL8K WIRELESS DRIVER
5507 M:      Lennert Buytenhek <buytenh@wantstofly.org>
5508 L:      linux-wireless@vger.kernel.org
5509 S:      Odd Fixes
5510 F:      drivers/net/wireless/mwl8k.c
5512 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
5513 M:      Nicolas Pitre <nico@fluxnic.net>
5514 S:      Odd Fixes
5515 F:      drivers/mmc/host/mvsdio.*
5517 MATROX FRAMEBUFFER DRIVER
5518 L:      linux-fbdev@vger.kernel.org
5519 S:      Orphan
5520 F:      drivers/video/matrox/matroxfb_*
5521 F:      include/uapi/linux/matroxfb.h
5523 MAX16065 HARDWARE MONITOR DRIVER
5524 M:      Guenter Roeck <linux@roeck-us.net>
5525 L:      lm-sensors@lm-sensors.org
5526 S:      Maintained
5527 F:      Documentation/hwmon/max16065
5528 F:      drivers/hwmon/max16065.c
5530 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5531 M:      "Hans J. Koch" <hjk@hansjkoch.de>
5532 L:      lm-sensors@lm-sensors.org
5533 S:      Maintained
5534 F:      Documentation/hwmon/max6650
5535 F:      drivers/hwmon/max6650.c
5537 MAX6697 HARDWARE MONITOR DRIVER
5538 M:      Guenter Roeck <linux@roeck-us.net>
5539 L:      lm-sensors@lm-sensors.org
5540 S:      Maintained
5541 F:      Documentation/hwmon/max6697
5542 F:      Documentation/devicetree/bindings/i2c/max6697.txt
5543 F:      drivers/hwmon/max6697.c
5544 F:      include/linux/platform_data/max6697.h
5546 MAXIRADIO FM RADIO RECEIVER DRIVER
5547 M:      Hans Verkuil <hverkuil@xs4all.nl>
5548 L:      linux-media@vger.kernel.org
5549 T:      git git://linuxtv.org/media_tree.git
5550 W:      http://linuxtv.org
5551 S:      Maintained
5552 F:      drivers/media/radio/radio-maxiradio*
5554 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
5555 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
5556 P:      LinuxTV.org Project
5557 L:      linux-media@vger.kernel.org
5558 W:      http://linuxtv.org
5559 Q:      http://patchwork.kernel.org/project/linux-media/list/
5560 T:      git git://linuxtv.org/media_tree.git
5561 S:      Maintained
5562 F:      Documentation/dvb/
5563 F:      Documentation/video4linux/
5564 F:      Documentation/DocBook/media/
5565 F:      drivers/media/
5566 F:      drivers/staging/media/
5567 F:      include/media/
5568 F:      include/uapi/linux/dvb/
5569 F:      include/uapi/linux/videodev2.h
5570 F:      include/uapi/linux/media.h
5571 F:      include/uapi/linux/v4l2-*
5572 F:      include/uapi/linux/meye.h
5573 F:      include/uapi/linux/ivtv*
5574 F:      include/uapi/linux/uvcvideo.h
5576 MEDIAVISION PRO MOVIE STUDIO DRIVER
5577 M:      Hans Verkuil <hverkuil@xs4all.nl>
5578 L:      linux-media@vger.kernel.org
5579 T:      git git://linuxtv.org/media_tree.git
5580 W:      http://linuxtv.org
5581 S:      Odd Fixes
5582 F:      drivers/media/parport/pms*
5584 MEGARAID SCSI DRIVERS
5585 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
5586 L:      linux-scsi@vger.kernel.org
5587 W:      http://megaraid.lsilogic.com
5588 S:      Maintained
5589 F:      Documentation/scsi/megaraid.txt
5590 F:      drivers/scsi/megaraid.*
5591 F:      drivers/scsi/megaraid/
5593 MELLANOX ETHERNET DRIVER (mlx4_en)
5594 M:      Amir Vadai <amirv@mellanox.com>
5595 L:      netdev@vger.kernel.org
5596 S:      Supported
5597 W:      http://www.mellanox.com
5598 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5599 F:      drivers/net/ethernet/mellanox/mlx4/en_*
5601 MEMORY MANAGEMENT
5602 L:      linux-mm@kvack.org
5603 W:      http://www.linux-mm.org
5604 S:      Maintained
5605 F:      include/linux/mm.h
5606 F:      include/linux/gfp.h
5607 F:      include/linux/mmzone.h
5608 F:      include/linux/memory_hotplug.h
5609 F:      include/linux/vmalloc.h
5610 F:      mm/
5612 MEMORY RESOURCE CONTROLLER
5613 M:      Johannes Weiner <hannes@cmpxchg.org>
5614 M:      Michal Hocko <mhocko@suse.cz>
5615 M:      Balbir Singh <bsingharora@gmail.com>
5616 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
5617 L:      cgroups@vger.kernel.org
5618 L:      linux-mm@kvack.org
5619 S:      Maintained
5620 F:      mm/memcontrol.c
5621 F:      mm/page_cgroup.c
5623 MEMORY TECHNOLOGY DEVICES (MTD)
5624 M:      David Woodhouse <dwmw2@infradead.org>
5625 L:      linux-mtd@lists.infradead.org
5626 W:      http://www.linux-mtd.infradead.org/
5627 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
5628 T:      git git://git.infradead.org/mtd-2.6.git
5629 S:      Maintained
5630 F:      drivers/mtd/
5631 F:      include/linux/mtd/
5632 F:      include/uapi/mtd/
5634 MEN A21 WATCHDOG DRIVER
5635 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
5636 L:      linux-watchdog@vger.kernel.org
5637 S:      Supported
5638 F:      drivers/watchdog/mena21_wdt.c
5640 METAG ARCHITECTURE
5641 M:      James Hogan <james.hogan@imgtec.com>
5642 L:      linux-metag@vger.kernel.org
5643 S:      Supported
5644 F:      arch/metag/
5645 F:      Documentation/metag/
5646 F:      Documentation/devicetree/bindings/metag/
5647 F:      drivers/clocksource/metag_generic.c
5648 F:      drivers/irqchip/irq-metag.c
5649 F:      drivers/irqchip/irq-metag-ext.c
5650 F:      drivers/tty/metag_da.c
5651 F:      fs/imgdafs/
5653 MICROBLAZE ARCHITECTURE
5654 M:      Michal Simek <monstr@monstr.eu>
5655 L:      microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
5656 W:      http://www.monstr.eu/fdt/
5657 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
5658 S:      Supported
5659 F:      arch/microblaze/
5661 MICROTEK X6 SCANNER
5662 M:      Oliver Neukum <oliver@neukum.org>
5663 S:      Maintained
5664 F:      drivers/usb/image/microtek.*
5666 MIPS
5667 M:      Ralf Baechle <ralf@linux-mips.org>
5668 L:      linux-mips@linux-mips.org
5669 W:      http://www.linux-mips.org/
5670 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
5671 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
5672 S:      Supported
5673 F:      Documentation/mips/
5674 F:      arch/mips/
5676 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
5677 M:      Hans Verkuil <hverkuil@xs4all.nl>
5678 L:      linux-media@vger.kernel.org
5679 T:      git git://linuxtv.org/media_tree.git
5680 W:      http://linuxtv.org
5681 S:      Odd Fixes
5682 F:      drivers/media/radio/radio-miropcm20*
5684 Mellanox MLX5 core VPI driver
5685 M:      Eli Cohen <eli@mellanox.com>
5686 L:      netdev@vger.kernel.org
5687 L:      linux-rdma@vger.kernel.org
5688 W:      http://www.mellanox.com
5689 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5690 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5691 T:      git://openfabrics.org/~eli/connect-ib.git
5692 S:      Supported
5693 F:      drivers/net/ethernet/mellanox/mlx5/core/
5694 F:      include/linux/mlx5/
5696 Mellanox MLX5 IB driver
5697 M:      Eli Cohen <eli@mellanox.com>
5698 L:      linux-rdma@vger.kernel.org
5699 W:      http://www.mellanox.com
5700 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5701 T:      git://openfabrics.org/~eli/connect-ib.git
5702 S:      Supported
5703 F:      include/linux/mlx5/
5704 F:      drivers/infiniband/hw/mlx5/
5706 MODULE SUPPORT
5707 M:      Rusty Russell <rusty@rustcorp.com.au>
5708 S:      Maintained
5709 F:      include/linux/module.h
5710 F:      kernel/module.c
5712 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
5713 W:      http://popies.net/meye/
5714 S:      Orphan
5715 F:      Documentation/video4linux/meye.txt
5716 F:      drivers/media/pci/meye/
5717 F:      include/uapi/linux/meye.h
5719 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
5720 M:      Jiri Slaby <jirislaby@gmail.com>
5721 S:      Maintained
5722 F:      Documentation/serial/moxa-smartio
5723 F:      drivers/tty/mxser.*
5725 MR800 AVERMEDIA USB FM RADIO DRIVER
5726 M:      Alexey Klimov <klimov.linux@gmail.com>
5727 L:      linux-media@vger.kernel.org
5728 T:      git git://linuxtv.org/media_tree.git
5729 S:      Maintained
5730 F:      drivers/media/radio/radio-mr800.c
5732 MSI LAPTOP SUPPORT
5733 M:      "Lee, Chun-Yi" <jlee@suse.com>
5734 L:      platform-driver-x86@vger.kernel.org
5735 S:      Maintained
5736 F:      drivers/platform/x86/msi-laptop.c
5738 MSI WMI SUPPORT
5739 M:      Anisse Astier <anisse@astier.eu>
5740 L:      platform-driver-x86@vger.kernel.org
5741 S:      Supported
5742 F:      drivers/platform/x86/msi-wmi.c
5744 MT9M032 APTINA SENSOR DRIVER
5745 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5746 L:      linux-media@vger.kernel.org
5747 T:      git git://linuxtv.org/media_tree.git
5748 S:      Maintained
5749 F:      drivers/media/i2c/mt9m032.c
5750 F:      include/media/mt9m032.h
5752 MT9P031 APTINA CAMERA SENSOR
5753 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5754 L:      linux-media@vger.kernel.org
5755 T:      git git://linuxtv.org/media_tree.git
5756 S:      Maintained
5757 F:      drivers/media/i2c/mt9p031.c
5758 F:      include/media/mt9p031.h
5760 MT9T001 APTINA CAMERA SENSOR
5761 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5762 L:      linux-media@vger.kernel.org
5763 T:      git git://linuxtv.org/media_tree.git
5764 S:      Maintained
5765 F:      drivers/media/i2c/mt9t001.c
5766 F:      include/media/mt9t001.h
5768 MT9V032 APTINA CAMERA SENSOR
5769 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5770 L:      linux-media@vger.kernel.org
5771 T:      git git://linuxtv.org/media_tree.git
5772 S:      Maintained
5773 F:      drivers/media/i2c/mt9v032.c
5774 F:      include/media/mt9v032.h
5776 MULTIFUNCTION DEVICES (MFD)
5777 M:      Samuel Ortiz <sameo@linux.intel.com>
5778 M:      Lee Jones <lee.jones@linaro.org>
5779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next.git
5780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-fixes.git
5781 S:      Supported
5782 F:      drivers/mfd/
5783 F:      include/linux/mfd/
5785 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
5786 M:      Chris Ball <chris@printf.net>
5787 L:      linux-mmc@vger.kernel.org
5788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5789 S:      Maintained
5790 F:      drivers/mmc/
5791 F:      include/linux/mmc/
5792 F:      include/uapi/linux/mmc/
5794 MULTIMEDIA CARD (MMC) ETC. OVER SPI
5795 S:      Orphan
5796 F:      drivers/mmc/host/mmc_spi.c
5797 F:      include/linux/spi/mmc_spi.h
5799 MULTISOUND SOUND DRIVER
5800 M:      Andrew Veliath <andrewtv@usa.net>
5801 S:      Maintained
5802 F:      Documentation/sound/oss/MultiSound
5803 F:      sound/oss/msnd*
5805 MULTITECH MULTIPORT CARD (ISICOM)
5806 S:      Orphan
5807 F:      drivers/tty/isicom.c
5808 F:      include/linux/isicom.h
5810 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
5811 M:      Felipe Balbi <balbi@ti.com>
5812 L:      linux-usb@vger.kernel.org
5813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5814 S:      Maintained
5815 F:      drivers/usb/musb/
5817 MXL5007T MEDIA DRIVER
5818 M:      Michael Krufky <mkrufky@linuxtv.org>
5819 L:      linux-media@vger.kernel.org
5820 W:      http://linuxtv.org/
5821 W:      http://github.com/mkrufky
5822 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5823 T:      git git://linuxtv.org/mkrufky/tuners.git
5824 S:      Maintained
5825 F:      drivers/media/tuners/mxl5007t.*
5827 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
5828 M:      Hyong-Youb Kim <hykim@myri.com>
5829 L:      netdev@vger.kernel.org
5830 W:      https://www.myricom.com/support/downloads/myri10ge.html
5831 S:      Supported
5832 F:      drivers/net/ethernet/myricom/myri10ge/
5834 NATSEMI ETHERNET DRIVER (DP8381x)
5835 S:      Orphan
5836 F:      drivers/net/ethernet/natsemi/natsemi.c
5838 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
5839 M:      Daniel Mack <zonque@gmail.com>
5840 S:      Maintained
5841 L:      alsa-devel@alsa-project.org
5842 W:      http://www.native-instruments.com
5843 F:      sound/usb/caiaq/
5845 NCP FILESYSTEM
5846 M:      Petr Vandrovec <petr@vandrovec.name>
5847 S:      Odd Fixes
5848 F:      fs/ncpfs/
5850 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
5851 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5852 L:      linux-scsi@vger.kernel.org
5853 S:      Maintained
5854 F:      drivers/scsi/NCR_D700.*
5856 NCT6775 HARDWARE MONITOR DRIVER
5857 M:      Guenter Roeck <linux@roeck-us.net>
5858 L:      lm-sensors@lm-sensors.org
5859 S:      Maintained
5860 F:      Documentation/hwmon/nct6775
5861 F:      drivers/hwmon/nct6775.c
5863 NETEFFECT IWARP RNIC DRIVER (IW_NES)
5864 M:      Faisal Latif <faisal.latif@intel.com>
5865 L:      linux-rdma@vger.kernel.org
5866 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
5867 S:      Supported
5868 F:      drivers/infiniband/hw/nes/
5870 NETEM NETWORK EMULATOR
5871 M:      Stephen Hemminger <stephen@networkplumber.org>
5872 L:      netem@lists.linux-foundation.org
5873 S:      Maintained
5874 F:      net/sched/sch_netem.c
5876 NETERION 10GbE DRIVERS (s2io/vxge)
5877 M:      Jon Mason <jdmason@kudzu.us>
5878 L:      netdev@vger.kernel.org
5879 S:      Supported
5880 F:      Documentation/networking/s2io.txt
5881 F:      Documentation/networking/vxge.txt
5882 F:      drivers/net/ethernet/neterion/
5884 NETFILTER/IPTABLES
5885 M:      Pablo Neira Ayuso <pablo@netfilter.org>
5886 M:      Patrick McHardy <kaber@trash.net>
5887 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
5888 L:      netfilter-devel@vger.kernel.org
5889 L:      netfilter@vger.kernel.org
5890 L:      coreteam@netfilter.org
5891 W:      http://www.netfilter.org/
5892 W:      http://www.iptables.org/
5893 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
5894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
5895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
5896 S:      Supported
5897 F:      include/linux/netfilter*
5898 F:      include/linux/netfilter/
5899 F:      include/net/netfilter/
5900 F:      include/uapi/linux/netfilter*
5901 F:      include/uapi/linux/netfilter/
5902 F:      net/*/netfilter.c
5903 F:      net/*/netfilter/
5904 F:      net/netfilter/
5906 NETLABEL
5907 M:      Paul Moore <paul@paul-moore.com>
5908 W:      http://netlabel.sf.net
5909 L:      netdev@vger.kernel.org
5910 S:      Maintained
5911 F:      Documentation/netlabel/
5912 F:      include/net/netlabel.h
5913 F:      net/netlabel/
5915 NETROM NETWORK LAYER
5916 M:      Ralf Baechle <ralf@linux-mips.org>
5917 L:      linux-hams@vger.kernel.org
5918 W:      http://www.linux-ax25.org/
5919 S:      Maintained
5920 F:      include/net/netrom.h
5921 F:      include/uapi/linux/netrom.h
5922 F:      net/netrom/
5924 NETWORK BLOCK DEVICE (NBD)
5925 M:      Paul Clements <Paul.Clements@steeleye.com>
5926 S:      Maintained
5927 L:      nbd-general@lists.sourceforge.net
5928 F:      Documentation/blockdev/nbd.txt
5929 F:      drivers/block/nbd.c
5930 F:      include/linux/nbd.h
5931 F:      include/uapi/linux/nbd.h
5933 NETWORK DROP MONITOR
5934 M:      Neil Horman <nhorman@tuxdriver.com>
5935 L:      netdev@vger.kernel.org
5936 S:      Maintained
5937 W:      https://fedorahosted.org/dropwatch/
5938 F:      net/core/drop_monitor.c
5940 NETWORKING [GENERAL]
5941 M:      "David S. Miller" <davem@davemloft.net>
5942 L:      netdev@vger.kernel.org
5943 W:      http://www.linuxfoundation.org/en/Net
5944 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5947 S:      Maintained
5948 F:      net/
5949 F:      include/net/
5950 F:      include/linux/in.h
5951 F:      include/linux/net.h
5952 F:      include/linux/netdevice.h
5953 F:      include/uapi/linux/in.h
5954 F:      include/uapi/linux/net.h
5955 F:      include/uapi/linux/netdevice.h
5957 NETWORKING [IPv4/IPv6]
5958 M:      "David S. Miller" <davem@davemloft.net>
5959 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
5960 M:      James Morris <jmorris@namei.org>
5961 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
5962 M:      Patrick McHardy <kaber@trash.net>
5963 L:      netdev@vger.kernel.org
5964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5965 S:      Maintained
5966 F:      net/ipv4/
5967 F:      net/ipv6/
5968 F:      include/net/ip*
5969 F:      arch/x86/net/*
5971 NETWORKING [IPSEC]
5972 M:      Steffen Klassert <steffen.klassert@secunet.com>
5973 M:      Herbert Xu <herbert@gondor.apana.org.au>
5974 M:      "David S. Miller" <davem@davemloft.net>
5975 L:      netdev@vger.kernel.org
5976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
5977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
5978 S:      Maintained
5979 F:      net/xfrm/
5980 F:      net/key/
5981 F:      net/ipv4/xfrm*
5982 F:      net/ipv4/esp4.c
5983 F:      net/ipv4/ah4.c
5984 F:      net/ipv4/ipcomp.c
5985 F:      net/ipv4/ip_vti.c
5986 F:      net/ipv6/xfrm*
5987 F:      net/ipv6/esp6.c
5988 F:      net/ipv6/ah6.c
5989 F:      net/ipv6/ipcomp6.c
5990 F:      net/ipv6/ip6_vti.c
5991 F:      include/uapi/linux/xfrm.h
5992 F:      include/net/xfrm.h
5994 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5995 M:      Paul Moore <paul@paul-moore.com>
5996 L:      netdev@vger.kernel.org
5997 S:      Maintained
5999 NETWORKING [WIRELESS]
6000 M:      "John W. Linville" <linville@tuxdriver.com>
6001 L:      linux-wireless@vger.kernel.org
6002 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
6004 S:      Maintained
6005 F:      net/mac80211/
6006 F:      net/rfkill/
6007 F:      net/wireless/
6008 F:      include/net/ieee80211*
6009 F:      include/linux/wireless.h
6010 F:      include/uapi/linux/wireless.h
6011 F:      include/net/iw_handler.h
6012 F:      drivers/net/wireless/
6014 NETWORKING DRIVERS
6015 L:      netdev@vger.kernel.org
6016 W:      http://www.linuxfoundation.org/en/Net
6017 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6020 S:      Odd Fixes
6021 F:      drivers/net/
6022 F:      include/linux/if_*
6023 F:      include/linux/netdevice.h
6024 F:      include/linux/arcdevice.h
6025 F:      include/linux/etherdevice.h
6026 F:      include/linux/fcdevice.h
6027 F:      include/linux/fddidevice.h
6028 F:      include/linux/hippidevice.h
6029 F:      include/linux/inetdevice.h
6030 F:      include/uapi/linux/if_*
6031 F:      include/uapi/linux/netdevice.h
6033 NETXEN (1/10) GbE SUPPORT
6034 M:      Manish Chopra <manish.chopra@qlogic.com>
6035 M:      Sony Chacko <sony.chacko@qlogic.com>
6036 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6037 L:      netdev@vger.kernel.org
6038 W:      http://www.qlogic.com
6039 S:      Supported
6040 F:      drivers/net/ethernet/qlogic/netxen/
6042 NFC SUBSYSTEM
6043 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6044 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6045 M:      Samuel Ortiz <sameo@linux.intel.com>
6046 L:      linux-wireless@vger.kernel.org
6047 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
6048 S:      Supported
6049 F:      net/nfc/
6050 F:      include/net/nfc/
6051 F:      include/uapi/linux/nfc.h
6052 F:      drivers/nfc/
6053 F:      include/linux/platform_data/pn544.h
6055 NFS, SUNRPC, AND LOCKD CLIENTS
6056 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6057 L:      linux-nfs@vger.kernel.org
6058 W:      http://client.linux-nfs.org
6059 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6060 S:      Maintained
6061 F:      fs/lockd/
6062 F:      fs/nfs/
6063 F:      fs/nfs_common/
6064 F:      net/sunrpc/
6065 F:      include/linux/lockd/
6066 F:      include/linux/nfs*
6067 F:      include/linux/sunrpc/
6068 F:      include/uapi/linux/nfs*
6069 F:      include/uapi/linux/sunrpc/
6071 NILFS2 FILESYSTEM
6072 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
6073 L:      linux-nilfs@vger.kernel.org
6074 W:      http://www.nilfs.org/en/
6075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
6076 S:      Supported
6077 F:      Documentation/filesystems/nilfs2.txt
6078 F:      fs/nilfs2/
6079 F:      include/linux/nilfs2_fs.h
6081 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6082 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6083 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6084 S:      Maintained
6085 F:      Documentation/scsi/NinjaSCSI.txt
6086 F:      drivers/scsi/pcmcia/nsp_*
6088 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6089 M:      GOTO Masanori <gotom@debian.or.jp>
6090 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6091 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6092 S:      Maintained
6093 F:      Documentation/scsi/NinjaSCSI.txt
6094 F:      drivers/scsi/nsp32*
6096 NTB DRIVER
6097 M:      Jon Mason <jon.mason@intel.com>
6098 S:      Supported
6099 W:      https://github.com/jonmason/ntb/wiki
6100 T:      git git://github.com/jonmason/ntb.git
6101 F:      drivers/ntb/
6102 F:      drivers/net/ntb_netdev.c
6103 F:      include/linux/ntb.h
6105 NTFS FILESYSTEM
6106 M:      Anton Altaparmakov <anton@tuxera.com>
6107 L:      linux-ntfs-dev@lists.sourceforge.net
6108 W:      http://www.tuxera.com/
6109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6110 S:      Supported
6111 F:      Documentation/filesystems/ntfs.txt
6112 F:      fs/ntfs/
6114 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6115 M:      Antonino Daplas <adaplas@gmail.com>
6116 L:      linux-fbdev@vger.kernel.org
6117 S:      Maintained
6118 F:      drivers/video/riva/
6119 F:      drivers/video/nvidia/
6121 NVM EXPRESS DRIVER
6122 M:      Matthew Wilcox <willy@linux.intel.com>
6123 L:      linux-nvme@lists.infradead.org
6124 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6125 S:      Supported
6126 F:      drivers/block/nvme*
6127 F:      include/linux/nvme.h
6129 OMAP SUPPORT
6130 M:      Tony Lindgren <tony@atomide.com>
6131 L:      linux-omap@vger.kernel.org
6132 W:      http://www.muru.com/linux/omap/
6133 W:      http://linux.omap.com/
6134 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6136 S:      Maintained
6137 F:      arch/arm/*omap*/
6138 F:      drivers/i2c/busses/i2c-omap.c
6139 F:      include/linux/i2c-omap.h
6141 OMAP DEVICE TREE SUPPORT
6142 M:      Benoît Cousson <bcousson@baylibre.com>
6143 M:      Tony Lindgren <tony@atomide.com>
6144 L:      linux-omap@vger.kernel.org
6145 L:      devicetree@vger.kernel.org
6146 S:      Maintained
6147 F:      arch/arm/boot/dts/*omap*
6148 F:      arch/arm/boot/dts/*am3*
6150 OMAP CLOCK FRAMEWORK SUPPORT
6151 M:      Paul Walmsley <paul@pwsan.com>
6152 L:      linux-omap@vger.kernel.org
6153 S:      Maintained
6154 F:      arch/arm/*omap*/*clock*
6156 OMAP POWER MANAGEMENT SUPPORT
6157 M:      Kevin Hilman <khilman@deeprootsystems.com>
6158 L:      linux-omap@vger.kernel.org
6159 S:      Maintained
6160 F:      arch/arm/*omap*/*pm*
6161 F:      drivers/cpufreq/omap-cpufreq.c
6163 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6164 M:      Rajendra Nayak <rnayak@ti.com>
6165 M:      Paul Walmsley <paul@pwsan.com>
6166 L:      linux-omap@vger.kernel.org
6167 S:      Maintained
6168 F:      arch/arm/mach-omap2/prm*
6170 OMAP AUDIO SUPPORT
6171 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6172 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6173 L:      alsa-devel@alsa-project.org (subscribers-only)
6174 L:      linux-omap@vger.kernel.org
6175 S:      Maintained
6176 F:      sound/soc/omap/
6178 OMAP FRAMEBUFFER SUPPORT
6179 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6180 L:      linux-fbdev@vger.kernel.org
6181 L:      linux-omap@vger.kernel.org
6182 S:      Maintained
6183 F:      drivers/video/omap/
6185 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6186 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6187 L:      linux-omap@vger.kernel.org
6188 L:      linux-fbdev@vger.kernel.org
6189 S:      Maintained
6190 F:      drivers/video/omap2/
6191 F:      Documentation/arm/OMAP/DSS
6193 OMAP HARDWARE SPINLOCK SUPPORT
6194 M:      Ohad Ben-Cohen <ohad@wizery.com>
6195 L:      linux-omap@vger.kernel.org
6196 S:      Maintained
6197 F:      drivers/hwspinlock/omap_hwspinlock.c
6198 F:      arch/arm/mach-omap2/hwspinlock.c
6200 OMAP MMC SUPPORT
6201 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6202 L:      linux-omap@vger.kernel.org
6203 S:      Maintained
6204 F:      drivers/mmc/host/omap.c
6206 OMAP HS MMC SUPPORT
6207 M:      Balaji T K <balajitk@ti.com>
6208 L:      linux-mmc@vger.kernel.org
6209 L:      linux-omap@vger.kernel.org
6210 S:      Maintained
6211 F:      drivers/mmc/host/omap_hsmmc.c
6213 OMAP RANDOM NUMBER GENERATOR SUPPORT
6214 M:      Deepak Saxena <dsaxena@plexity.net>
6215 S:      Maintained
6216 F:      drivers/char/hw_random/omap-rng.c
6218 OMAP HWMOD SUPPORT
6219 M:      Benoît Cousson <bcousson@baylibre.com>
6220 M:      Paul Walmsley <paul@pwsan.com>
6221 L:      linux-omap@vger.kernel.org
6222 S:      Maintained
6223 F:      arch/arm/mach-omap2/omap_hwmod.*
6225 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6226 M:      Benoît Cousson <bcousson@baylibre.com>
6227 L:      linux-omap@vger.kernel.org
6228 S:      Maintained
6229 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6231 OMAP IMAGE SIGNAL PROCESSOR (ISP)
6232 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6233 L:      linux-media@vger.kernel.org
6234 S:      Maintained
6235 F:      drivers/media/platform/omap3isp/
6237 OMAP USB SUPPORT
6238 M:      Felipe Balbi <balbi@ti.com>
6239 L:      linux-usb@vger.kernel.org
6240 L:      linux-omap@vger.kernel.org
6241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6242 S:      Maintained
6243 F:      drivers/usb/*/*omap*
6244 F:      arch/arm/*omap*/usb*
6246 OMAP GPIO DRIVER
6247 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
6248 M:      Kevin Hilman <khilman@deeprootsystems.com>
6249 L:      linux-omap@vger.kernel.org
6250 S:      Maintained
6251 F:      drivers/gpio/gpio-omap.c
6253 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6254 M:      Mark Jackson <mpfj@newflow.co.uk>
6255 L:      linux-omap@vger.kernel.org
6256 S:      Maintained
6257 F:      arch/arm/boot/dts/am335x-nano.dts
6259 OMFS FILESYSTEM
6260 M:      Bob Copeland <me@bobcopeland.com>
6261 L:      linux-karma-devel@lists.sourceforge.net
6262 S:      Maintained
6263 F:      Documentation/filesystems/omfs.txt
6264 F:      fs/omfs/
6266 OMNIKEY CARDMAN 4000 DRIVER
6267 M:      Harald Welte <laforge@gnumonks.org>
6268 S:      Maintained
6269 F:      drivers/char/pcmcia/cm4000_cs.c
6270 F:      include/linux/cm4000_cs.h
6271 F:      include/uapi/linux/cm4000_cs.h
6273 OMNIKEY CARDMAN 4040 DRIVER
6274 M:      Harald Welte <laforge@gnumonks.org>
6275 S:      Maintained
6276 F:      drivers/char/pcmcia/cm4040_cs.*
6278 OMNIVISION OV7670 SENSOR DRIVER
6279 M:      Jonathan Corbet <corbet@lwn.net>
6280 L:      linux-media@vger.kernel.org
6281 T:      git git://linuxtv.org/media_tree.git
6282 S:      Maintained
6283 F:      drivers/media/i2c/ov7670.c
6285 ONENAND FLASH DRIVER
6286 M:      Kyungmin Park <kyungmin.park@samsung.com>
6287 L:      linux-mtd@lists.infradead.org
6288 S:      Maintained
6289 F:      drivers/mtd/onenand/
6290 F:      include/linux/mtd/onenand*.h
6292 ONSTREAM SCSI TAPE DRIVER
6293 M:      Willem Riede <osst@riede.org>
6294 L:      osst-users@lists.sourceforge.net
6295 L:      linux-scsi@vger.kernel.org
6296 S:      Maintained
6297 F:      Documentation/scsi/osst.txt
6298 F:      drivers/scsi/osst.*
6299 F:      drivers/scsi/osst_*.h
6300 F:      drivers/scsi/st.h
6302 OPENCORES I2C BUS DRIVER
6303 M:      Peter Korsgaard <jacmet@sunsite.dk>
6304 L:      linux-i2c@vger.kernel.org
6305 S:      Maintained
6306 F:      Documentation/i2c/busses/i2c-ocores
6307 F:      drivers/i2c/busses/i2c-ocores.c
6309 OPEN FIRMWARE AND FLATTENED DEVICE TREE
6310 M:      Grant Likely <grant.likely@linaro.org>
6311 M:      Rob Herring <robh+dt@kernel.org>
6312 L:      devicetree@vger.kernel.org
6313 W:      http://fdt.secretlab.ca
6314 T:      git git://git.secretlab.ca/git/linux-2.6.git
6315 S:      Maintained
6316 F:      drivers/of/
6317 F:      include/linux/of*.h
6318 F:      scripts/dtc/
6319 K:      of_get_property
6320 K:      of_match_table
6322 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
6323 M:      Rob Herring <robh+dt@kernel.org>
6324 M:      Pawel Moll <pawel.moll@arm.com>
6325 M:      Mark Rutland <mark.rutland@arm.com>
6326 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
6327 M:      Kumar Gala <galak@codeaurora.org>
6328 L:      devicetree@vger.kernel.org
6329 S:      Maintained
6330 F:      Documentation/devicetree/
6331 F:      arch/*/boot/dts/
6332 F:      include/dt-bindings/
6334 OPENRISC ARCHITECTURE
6335 M:      Jonas Bonn <jonas@southpole.se>
6336 W:      http://openrisc.net
6337 L:      linux@lists.openrisc.net (moderated for non-subscribers)
6338 S:      Maintained
6339 T:      git git://openrisc.net/~jonas/linux
6340 F:      arch/openrisc/
6342 OPENVSWITCH
6343 M:      Jesse Gross <jesse@nicira.com>
6344 L:      dev@openvswitch.org
6345 W:      http://openvswitch.org
6346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
6347 S:      Maintained
6348 F:      net/openvswitch/
6350 OPL4 DRIVER
6351 M:      Clemens Ladisch <clemens@ladisch.de>
6352 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6353 T:      git git://git.alsa-project.org/alsa-kernel.git
6354 S:      Maintained
6355 F:      sound/drivers/opl4/
6357 OPROFILE
6358 M:      Robert Richter <rric@kernel.org>
6359 L:      oprofile-list@lists.sf.net
6360 S:      Maintained
6361 F:      arch/*/include/asm/oprofile*.h
6362 F:      arch/*/oprofile/
6363 F:      drivers/oprofile/
6364 F:      include/linux/oprofile.h
6366 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
6367 M:      Mark Fasheh <mfasheh@suse.com>
6368 M:      Joel Becker <jlbec@evilplan.org>
6369 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
6370 W:      http://oss.oracle.com/projects/ocfs2/
6371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
6372 S:      Supported
6373 F:      Documentation/filesystems/ocfs2.txt
6374 F:      Documentation/filesystems/dlmfs.txt
6375 F:      fs/ocfs2/
6377 ORINOCO DRIVER
6378 L:      linux-wireless@vger.kernel.org
6379 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
6380 W:      http://www.nongnu.org/orinoco/
6381 S:      Orphan
6382 F:      drivers/net/wireless/orinoco/
6384 OSD LIBRARY and FILESYSTEM
6385 M:      Boaz Harrosh <bharrosh@panasas.com>
6386 M:      Benny Halevy <bhalevy@tonian.com>
6387 L:      osd-dev@open-osd.org
6388 W:      http://open-osd.org
6389 T:      git git://git.open-osd.org/open-osd.git
6390 S:      Maintained
6391 F:      drivers/scsi/osd/
6392 F:      include/scsi/osd_*
6393 F:      fs/exofs/
6395 P54 WIRELESS DRIVER
6396 M:      Christian Lamparter <chunkeey@googlemail.com>
6397 L:      linux-wireless@vger.kernel.org
6398 W:      http://wireless.kernel.org/en/users/Drivers/p54
6399 S:      Maintained
6400 F:      drivers/net/wireless/p54/
6402 PA SEMI ETHERNET DRIVER
6403 M:      Olof Johansson <olof@lixom.net>
6404 L:      netdev@vger.kernel.org
6405 S:      Maintained
6406 F:      drivers/net/ethernet/pasemi/*
6408 PA SEMI SMBUS DRIVER
6409 M:      Olof Johansson <olof@lixom.net>
6410 L:      linux-i2c@vger.kernel.org
6411 S:      Maintained
6412 F:      drivers/i2c/busses/i2c-pasemi.c
6414 PADATA PARALLEL EXECUTION MECHANISM
6415 M:      Steffen Klassert <steffen.klassert@secunet.com>
6416 L:      linux-crypto@vger.kernel.org
6417 S:      Maintained
6418 F:      kernel/padata.c
6419 F:      include/linux/padata.h
6420 F:      Documentation/padata.txt
6422 PANASONIC LAPTOP ACPI EXTRAS DRIVER
6423 M:      Harald Welte <laforge@gnumonks.org>
6424 L:      platform-driver-x86@vger.kernel.org
6425 S:      Maintained
6426 F:      drivers/platform/x86/panasonic-laptop.c
6428 PANASONIC MN10300/AM33/AM34 PORT
6429 M:      David Howells <dhowells@redhat.com>
6430 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
6431 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
6432 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
6433 S:      Maintained
6434 F:      Documentation/mn10300/
6435 F:      arch/mn10300/
6437 PARALLEL PORT SUPPORT
6438 L:      linux-parport@lists.infradead.org (subscribers-only)
6439 S:      Orphan
6440 F:      drivers/parport/
6441 F:      include/linux/parport*.h
6442 F:      drivers/char/ppdev.c
6443 F:      include/uapi/linux/ppdev.h
6445 PARAVIRT_OPS INTERFACE
6446 M:      Jeremy Fitzhardinge <jeremy@goop.org>
6447 M:      Chris Wright <chrisw@sous-sol.org>
6448 M:      Alok Kataria <akataria@vmware.com>
6449 M:      Rusty Russell <rusty@rustcorp.com.au>
6450 L:      virtualization@lists.linux-foundation.org
6451 S:      Supported
6452 F:      Documentation/ia64/paravirt_ops.txt
6453 F:      arch/*/kernel/paravirt*
6454 F:      arch/*/include/asm/paravirt.h
6456 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
6457 M:      Tim Waugh <tim@cyberelk.net>
6458 L:      linux-parport@lists.infradead.org (subscribers-only)
6459 W:      http://www.torque.net/linux-pp.html
6460 S:      Maintained
6461 F:      Documentation/blockdev/paride.txt
6462 F:      drivers/block/paride/
6464 PARISC ARCHITECTURE
6465 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
6466 M:      Helge Deller <deller@gmx.de>
6467 L:      linux-parisc@vger.kernel.org
6468 W:      http://www.parisc-linux.org/
6469 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
6470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
6471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
6472 S:      Maintained
6473 F:      arch/parisc/
6474 F:      Documentation/parisc/
6475 F:      drivers/parisc/
6476 F:      drivers/char/agp/parisc-agp.c
6477 F:      drivers/input/serio/gscps2.c
6478 F:      drivers/parport/parport_gsc.*
6479 F:      drivers/tty/serial/8250/8250_gsc.c
6480 F:      drivers/video/sti*
6481 F:      drivers/video/console/sti*
6482 F:      drivers/video/logo/logo_parisc*
6484 PC87360 HARDWARE MONITORING DRIVER
6485 M:      Jim Cromie <jim.cromie@gmail.com>
6486 L:      lm-sensors@lm-sensors.org
6487 S:      Maintained
6488 F:      Documentation/hwmon/pc87360
6489 F:      drivers/hwmon/pc87360.c
6491 PC8736x GPIO DRIVER
6492 M:      Jim Cromie <jim.cromie@gmail.com>
6493 S:      Maintained
6494 F:      drivers/char/pc8736x_gpio.c
6496 PC87427 HARDWARE MONITORING DRIVER
6497 M:      Jean Delvare <khali@linux-fr.org>
6498 L:      lm-sensors@lm-sensors.org
6499 S:      Maintained
6500 F:      Documentation/hwmon/pc87427
6501 F:      drivers/hwmon/pc87427.c
6503 PCA9532 LED DRIVER
6504 M:      Riku Voipio <riku.voipio@iki.fi>
6505 S:      Maintained
6506 F:      drivers/leds/leds-pca9532.c
6507 F:      include/linux/leds-pca9532.h
6509 PCA9541 I2C BUS MASTER SELECTOR DRIVER
6510 M:      Guenter Roeck <linux@roeck-us.net>
6511 L:      linux-i2c@vger.kernel.org
6512 S:      Maintained
6513 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
6515 PCDP - PRIMARY CONSOLE AND DEBUG PORT
6516 M:      Khalid Aziz <khalid@gonehiking.org>
6517 S:      Maintained
6518 F:      drivers/firmware/pcdp.*
6520 PCI ERROR RECOVERY
6521 M:      Linas Vepstas <linasvepstas@gmail.com>
6522 L:      linux-pci@vger.kernel.org
6523 S:      Supported
6524 F:      Documentation/PCI/pci-error-recovery.txt
6526 PCI SUBSYSTEM
6527 M:      Bjorn Helgaas <bhelgaas@google.com>
6528 L:      linux-pci@vger.kernel.org
6529 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
6530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
6531 S:      Supported
6532 F:      Documentation/PCI/
6533 F:      drivers/pci/
6534 F:      include/linux/pci*
6535 F:      arch/x86/pci/
6537 PCI DRIVER FOR IMX6
6538 M:      Richard Zhu <r65037@freescale.com>
6539 M:      Shawn Guo <shawn.guo@linaro.org>
6540 L:      linux-pci@vger.kernel.org
6541 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6542 S:      Maintained
6543 F:      drivers/pci/host/*imx6*
6545 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
6546 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6547 M:      Jason Cooper <jason@lakedaemon.net>
6548 L:      linux-pci@vger.kernel.org
6549 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6550 S:      Maintained
6551 F:      drivers/pci/host/*mvebu*
6553 PCI DRIVER FOR NVIDIA TEGRA
6554 M:      Thierry Reding <thierry.reding@gmail.com>
6555 L:      linux-tegra@vger.kernel.org
6556 L:      linux-pci@vger.kernel.org
6557 S:      Supported
6558 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
6559 F:      drivers/pci/host/pci-tegra.c
6561 PCI DRIVER FOR RENESAS R-CAR
6562 M:      Simon Horman <horms@verge.net.au>
6563 L:      linux-pci@vger.kernel.org
6564 L:      linux-sh@vger.kernel.org
6565 S:      Maintained
6566 F:      drivers/pci/host/*rcar*
6568 PCI DRIVER FOR SAMSUNG EXYNOS
6569 M:      Jingoo Han <jg1.han@samsung.com>
6570 L:      linux-pci@vger.kernel.org
6571 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6572 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6573 S:      Maintained
6574 F:      drivers/pci/host/pci-exynos.c
6576 PCI DRIVER FOR SYNOPSIS DESIGNWARE
6577 M:      Mohit Kumar <mohit.kumar@st.com>
6578 M:      Jingoo Han <jg1.han@samsung.com>
6579 L:      linux-pci@vger.kernel.org
6580 S:      Maintained
6581 F:      drivers/pci/host/*designware*
6583 PCMCIA SUBSYSTEM
6584 P:      Linux PCMCIA Team
6585 L:      linux-pcmcia@lists.infradead.org
6586 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
6588 S:      Maintained
6589 F:      Documentation/pcmcia/
6590 F:      drivers/pcmcia/
6591 F:      include/pcmcia/
6593 PCNET32 NETWORK DRIVER
6594 M:      Don Fry <pcnet32@frontier.com>
6595 L:      netdev@vger.kernel.org
6596 S:      Maintained
6597 F:      drivers/net/ethernet/amd/pcnet32.c
6599 PCRYPT PARALLEL CRYPTO ENGINE
6600 M:      Steffen Klassert <steffen.klassert@secunet.com>
6601 L:      linux-crypto@vger.kernel.org
6602 S:      Maintained
6603 F:      crypto/pcrypt.c
6604 F:      include/crypto/pcrypt.h
6606 PER-CPU MEMORY ALLOCATOR
6607 M:      Tejun Heo <tj@kernel.org>
6608 M:      Christoph Lameter <cl@linux-foundation.org>
6609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
6610 S:      Maintained
6611 F:      include/linux/percpu*.h
6612 F:      mm/percpu*.c
6613 F:      arch/*/include/asm/percpu.h
6615 PER-TASK DELAY ACCOUNTING
6616 M:      Balbir Singh <bsingharora@gmail.com>
6617 S:      Maintained
6618 F:      include/linux/delayacct.h
6619 F:      kernel/delayacct.c
6621 PERFORMANCE EVENTS SUBSYSTEM
6622 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
6623 M:      Paul Mackerras <paulus@samba.org>
6624 M:      Ingo Molnar <mingo@redhat.com>
6625 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6627 S:      Supported
6628 F:      kernel/events/*
6629 F:      include/linux/perf_event.h
6630 F:      include/uapi/linux/perf_event.h
6631 F:      arch/*/kernel/perf_event*.c
6632 F:      arch/*/kernel/*/perf_event*.c
6633 F:      arch/*/kernel/*/*/perf_event*.c
6634 F:      arch/*/include/asm/perf_event.h
6635 F:      arch/*/kernel/perf_callchain.c
6636 F:      tools/perf/
6638 PERSONALITY HANDLING
6639 M:      Christoph Hellwig <hch@infradead.org>
6640 L:      linux-abi-devel@lists.sourceforge.net
6641 S:      Maintained
6642 F:      include/linux/personality.h
6643 F:      include/uapi/linux/personality.h
6645 PHONET PROTOCOL
6646 M:      Remi Denis-Courmont <courmisch@gmail.com>
6647 S:      Supported
6648 F:      Documentation/networking/phonet.txt
6649 F:      include/linux/phonet.h
6650 F:      include/net/phonet/
6651 F:      include/uapi/linux/phonet.h
6652 F:      net/phonet/
6654 PHRAM MTD DRIVER
6655 M:      Joern Engel <joern@lazybastard.org>
6656 L:      linux-mtd@lists.infradead.org
6657 S:      Maintained
6658 F:      drivers/mtd/devices/phram.c
6660 PICOLCD HID DRIVER
6661 M:      Bruno Prémont <bonbons@linux-vserver.org>
6662 L:      linux-input@vger.kernel.org
6663 S:      Maintained
6664 F:      drivers/hid/hid-picolcd*
6666 PICOXCELL SUPPORT
6667 M:      Jamie Iles <jamie@jamieiles.com>
6668 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6669 T:      git git://github.com/jamieiles/linux-2.6-ji.git
6670 S:      Supported
6671 F:      arch/arm/mach-picoxcell/
6672 F:      drivers/*/picoxcell*
6673 F:      drivers/*/*/picoxcell*
6675 PIN CONTROL SUBSYSTEM
6676 M:      Linus Walleij <linus.walleij@linaro.org>
6677 S:      Maintained
6678 F:      drivers/pinctrl/
6679 F:      include/linux/pinctrl/
6681 PIN CONTROLLER - ATMEL AT91
6682 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
6683 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6684 S:      Maintained
6685 F:      drivers/pinctrl/pinctrl-at91.c
6687 PIN CONTROLLER - SAMSUNG
6688 M:      Tomasz Figa <t.figa@samsung.com>
6689 M:      Thomas Abraham <thomas.abraham@linaro.org>
6690 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6691 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6692 S:      Maintained
6693 F:      drivers/pinctrl/pinctrl-exynos.*
6694 F:      drivers/pinctrl/pinctrl-s3c*
6695 F:      drivers/pinctrl/pinctrl-samsung.*
6697 PIN CONTROLLER - ST SPEAR
6698 M:      Viresh Kumar <viresh.linux@gmail.com>
6699 L:      spear-devel@list.st.com
6700 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6701 W:      http://www.st.com/spear
6702 S:      Maintained
6703 F:      drivers/pinctrl/spear/
6705 PKTCDVD DRIVER
6706 M:      Jiri Kosina <jkosina@suse.cz>
6707 S:      Maintained
6708 F:      drivers/block/pktcdvd.c
6709 F:      include/linux/pktcdvd.h
6710 F:      include/uapi/linux/pktcdvd.h
6712 PKUNITY SOC DRIVERS
6713 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
6714 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
6715 S:      Maintained
6716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6717 F:      drivers/input/serio/i8042-unicore32io.h
6718 F:      drivers/i2c/busses/i2c-puv3.c
6719 F:      drivers/video/fb-puv3.c
6720 F:      drivers/rtc/rtc-puv3.c
6722 PMBUS HARDWARE MONITORING DRIVERS
6723 M:      Guenter Roeck <linux@roeck-us.net>
6724 L:      lm-sensors@lm-sensors.org
6725 W:      http://www.lm-sensors.org/
6726 W:      http://www.roeck-us.net/linux/drivers/
6727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6728 S:      Maintained
6729 F:      Documentation/hwmon/pmbus
6730 F:      drivers/hwmon/pmbus/
6731 F:      include/linux/i2c/pmbus.h
6733 PMC SIERRA MaxRAID DRIVER
6734 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
6735 L:      linux-scsi@vger.kernel.org
6736 W:      http://www.pmc-sierra.com/
6737 S:      Supported
6738 F:      drivers/scsi/pmcraid.*
6740 PMC SIERRA PM8001 DRIVER
6741 M:      xjtuwjp@gmail.com
6742 M:      lindar_liu@usish.com
6743 L:      linux-scsi@vger.kernel.org
6744 S:      Supported
6745 F:      drivers/scsi/pm8001/
6747 POSIX CLOCKS and TIMERS
6748 M:      Thomas Gleixner <tglx@linutronix.de>
6749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6750 S:      Supported
6751 F:      fs/timerfd.c
6752 F:      include/linux/timer*
6753 F:      kernel/*timer*
6755 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
6756 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
6757 M:      David Woodhouse <dwmw2@infradead.org>
6758 T:      git git://git.infradead.org/battery-2.6.git
6759 S:      Maintained
6760 F:      include/linux/power_supply.h
6761 F:      drivers/power/
6763 PNP SUPPORT
6764 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
6765 M:      Bjorn Helgaas <bhelgaas@google.com>
6766 S:      Maintained
6767 F:      drivers/pnp/
6769 PNXxxxx I2C DRIVER
6770 M:      Vitaly Wool <vitalywool@gmail.com>
6771 L:      linux-i2c@vger.kernel.org
6772 S:      Maintained
6773 F:      drivers/i2c/busses/i2c-pnx.c
6775 PPP PROTOCOL DRIVERS AND COMPRESSORS
6776 M:      Paul Mackerras <paulus@samba.org>
6777 L:      linux-ppp@vger.kernel.org
6778 S:      Maintained
6779 F:      drivers/net/ppp/ppp_*
6781 PPP OVER ATM (RFC 2364)
6782 M:      Mitchell Blank Jr <mitch@sfgoth.com>
6783 S:      Maintained
6784 F:      net/atm/pppoatm.c
6785 F:      include/uapi/linux/atmppp.h
6787 PPP OVER ETHERNET
6788 M:      Michal Ostrowski <mostrows@earthlink.net>
6789 S:      Maintained
6790 F:      drivers/net/ppp/pppoe.c
6791 F:      drivers/net/ppp/pppox.c
6793 PPP OVER L2TP
6794 M:      James Chapman <jchapman@katalix.com>
6795 S:      Maintained
6796 F:      net/l2tp/l2tp_ppp.c
6797 F:      include/linux/if_pppol2tp.h
6798 F:      include/uapi/linux/if_pppol2tp.h
6800 PPS SUPPORT
6801 M:      Rodolfo Giometti <giometti@enneenne.com>
6802 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
6803 L:      linuxpps@ml.enneenne.com (subscribers-only)
6804 S:      Maintained
6805 F:      Documentation/pps/
6806 F:      drivers/pps/
6807 F:      include/linux/pps*.h
6809 PPTP DRIVER
6810 M:      Dmitry Kozlov <xeb@mail.ru>
6811 L:      netdev@vger.kernel.org
6812 S:      Maintained
6813 F:      drivers/net/ppp/pptp.c
6814 W:      http://sourceforge.net/projects/accel-pptp
6816 PREEMPTIBLE KERNEL
6817 M:      Robert Love <rml@tech9.net>
6818 L:      kpreempt-tech@lists.sourceforge.net
6819 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
6820 S:      Supported
6821 F:      Documentation/preempt-locking.txt
6822 F:      include/linux/preempt.h
6824 PRISM54 WIRELESS DRIVER
6825 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
6826 L:      linux-wireless@vger.kernel.org
6827 W:      http://wireless.kernel.org/en/users/Drivers/p54
6828 S:      Obsolete
6829 F:      drivers/net/wireless/prism54/
6831 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
6832 M:      Mikael Pettersson <mikpelinux@gmail.com>
6833 L:      linux-ide@vger.kernel.org
6834 S:      Maintained
6835 F:      drivers/ata/sata_promise.*
6837 PS3 NETWORK SUPPORT
6838 M:      Geoff Levand <geoff@infradead.org>
6839 L:      netdev@vger.kernel.org
6840 L:      cbe-oss-dev@lists.ozlabs.org
6841 S:      Maintained
6842 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
6844 PS3 PLATFORM SUPPORT
6845 M:      Geoff Levand <geoff@infradead.org>
6846 L:      linuxppc-dev@lists.ozlabs.org
6847 L:      cbe-oss-dev@lists.ozlabs.org
6848 S:      Maintained
6849 F:      arch/powerpc/boot/ps3*
6850 F:      arch/powerpc/include/asm/lv1call.h
6851 F:      arch/powerpc/include/asm/ps3*.h
6852 F:      arch/powerpc/platforms/ps3/
6853 F:      drivers/*/ps3*
6854 F:      drivers/ps3/
6855 F:      drivers/rtc/rtc-ps3.c
6856 F:      drivers/usb/host/*ps3.c
6857 F:      sound/ppc/snd_ps3*
6859 PS3VRAM DRIVER
6860 M:      Jim Paris <jim@jtan.com>
6861 L:      cbe-oss-dev@lists.ozlabs.org
6862 S:      Maintained
6863 F:      drivers/block/ps3vram.c
6865 PSTORE FILESYSTEM
6866 M:      Anton Vorontsov <anton@enomsg.org>
6867 M:      Colin Cross <ccross@android.com>
6868 M:      Kees Cook <keescook@chromium.org>
6869 M:      Tony Luck <tony.luck@intel.com>
6870 S:      Maintained
6871 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
6872 F:      fs/pstore/
6873 F:      include/linux/pstore*
6874 F:      drivers/firmware/efi/efi-pstore.c
6875 F:      drivers/acpi/apei/erst.c
6877 PTP HARDWARE CLOCK SUPPORT
6878 M:      Richard Cochran <richardcochran@gmail.com>
6879 L:      netdev@vger.kernel.org
6880 S:      Maintained
6881 W:      http://linuxptp.sourceforge.net/
6882 F:      Documentation/ABI/testing/sysfs-ptp
6883 F:      Documentation/ptp/*
6884 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
6885 F:      drivers/net/phy/dp83640*
6886 F:      drivers/ptp/*
6887 F:      include/linux/ptp_cl*
6889 PTRACE SUPPORT
6890 M:      Roland McGrath <roland@redhat.com>
6891 M:      Oleg Nesterov <oleg@redhat.com>
6892 S:      Maintained
6893 F:      include/asm-generic/syscall.h
6894 F:      include/linux/ptrace.h
6895 F:      include/linux/regset.h
6896 F:      include/linux/tracehook.h
6897 F:      include/uapi/linux/ptrace.h
6898 F:      kernel/ptrace.c
6900 PVRUSB2 VIDEO4LINUX DRIVER
6901 M:      Mike Isely <isely@pobox.com>
6902 L:      pvrusb2@isely.net       (subscribers-only)
6903 L:      linux-media@vger.kernel.org
6904 W:      http://www.isely.net/pvrusb2/
6905 T:      git git://linuxtv.org/media_tree.git
6906 S:      Maintained
6907 F:      Documentation/video4linux/README.pvrusb2
6908 F:      drivers/media/usb/pvrusb2/
6910 PWC WEBCAM DRIVER
6911 M:      Hans de Goede <hdegoede@redhat.com>
6912 L:      linux-media@vger.kernel.org
6913 T:      git git://linuxtv.org/media_tree.git
6914 S:      Maintained
6915 F:      drivers/media/usb/pwc/*
6917 PWM SUBSYSTEM
6918 M:      Thierry Reding <thierry.reding@gmail.com>
6919 L:      linux-pwm@vger.kernel.org
6920 S:      Maintained
6921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
6922 F:      Documentation/pwm.txt
6923 F:      Documentation/devicetree/bindings/pwm/
6924 F:      include/linux/pwm.h
6925 F:      drivers/pwm/
6926 F:      drivers/video/backlight/pwm_bl.c
6927 F:      include/linux/pwm_backlight.h
6929 PXA2xx/PXA3xx SUPPORT
6930 M:      Eric Miao <eric.y.miao@gmail.com>
6931 M:      Russell King <linux@arm.linux.org.uk>
6932 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6933 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6934 T:      git git://github.com/hzhuang1/linux.git
6935 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6936 S:      Maintained
6937 F:      arch/arm/mach-pxa/
6938 F:      drivers/pcmcia/pxa2xx*
6939 F:      drivers/spi/spi-pxa2xx*
6940 F:      drivers/usb/gadget/pxa2*
6941 F:      include/sound/pxa2xx-lib.h
6942 F:      sound/arm/pxa*
6943 F:      sound/soc/pxa/
6945 MMP SUPPORT
6946 M:      Eric Miao <eric.y.miao@gmail.com>
6947 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6949 T:      git git://github.com/hzhuang1/linux.git
6950 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6951 S:      Maintained
6952 F:      arch/arm/mach-mmp/
6954 PXA MMCI DRIVER
6955 S:      Orphan
6957 PXA RTC DRIVER
6958 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6959 L:      rtc-linux@googlegroups.com
6960 S:      Maintained
6962 QIB DRIVER
6963 M:      Mike Marciniszyn <infinipath@intel.com>
6964 L:      linux-rdma@vger.kernel.org
6965 S:      Supported
6966 F:      drivers/infiniband/hw/qib/
6968 QLOGIC QLA1280 SCSI DRIVER
6969 M:      Michael Reed <mdr@sgi.com>
6970 L:      linux-scsi@vger.kernel.org
6971 S:      Maintained
6972 F:      drivers/scsi/qla1280.[ch]
6974 QLOGIC QLA2XXX FC-SCSI DRIVER
6975 M:      qla2xxx-upstream@qlogic.com
6976 L:      linux-scsi@vger.kernel.org
6977 S:      Supported
6978 F:      Documentation/scsi/LICENSE.qla2xxx
6979 F:      drivers/scsi/qla2xxx/
6981 QLOGIC QLA4XXX iSCSI DRIVER
6982 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
6983 M:      iscsi-driver@qlogic.com
6984 L:      linux-scsi@vger.kernel.org
6985 S:      Supported
6986 F:      Documentation/scsi/LICENSE.qla4xxx
6987 F:      drivers/scsi/qla4xxx/
6989 QLOGIC QLA3XXX NETWORK DRIVER
6990 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6991 M:      Ron Mercer <ron.mercer@qlogic.com>
6992 M:      linux-driver@qlogic.com
6993 L:      netdev@vger.kernel.org
6994 S:      Supported
6995 F:      Documentation/networking/LICENSE.qla3xxx
6996 F:      drivers/net/ethernet/qlogic/qla3xxx.*
6998 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
6999 M:      Himanshu Madhani <himanshu.madhani@qlogic.com>
7000 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7001 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7002 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7003 M:      Sony Chacko <sony.chacko@qlogic.com>
7004 M:      Sucheta Chakraborty <sucheta.chakraborty@qlogic.com>
7005 M:      linux-driver@qlogic.com
7006 L:      netdev@vger.kernel.org
7007 S:      Supported
7008 F:      drivers/net/ethernet/qlogic/qlcnic/
7010 QLOGIC QLGE 10Gb ETHERNET DRIVER
7011 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7012 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7013 M:      Ron Mercer <ron.mercer@qlogic.com>
7014 M:      linux-driver@qlogic.com
7015 L:      netdev@vger.kernel.org
7016 S:      Supported
7017 F:      drivers/net/ethernet/qlogic/qlge/
7019 QNX4 FILESYSTEM
7020 M:      Anders Larsen <al@alarsen.net>
7021 W:      http://www.alarsen.net/linux/qnx4fs/
7022 S:      Maintained
7023 F:      fs/qnx4/
7024 F:      include/uapi/linux/qnx4_fs.h
7025 F:      include/uapi/linux/qnxtypes.h
7027 QT1010 MEDIA DRIVER
7028 M:      Antti Palosaari <crope@iki.fi>
7029 L:      linux-media@vger.kernel.org
7030 W:      http://linuxtv.org/
7031 W:      http://palosaari.fi/linux/
7032 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7033 T:      git git://linuxtv.org/anttip/media_tree.git
7034 S:      Maintained
7035 F:      drivers/media/tuners/qt1010*
7037 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7038 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7039 L:      linux-wireless@vger.kernel.org
7040 L:      ath9k-devel@lists.ath9k.org
7041 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7042 S:      Supported
7043 F:      drivers/net/wireless/ath/ath9k/
7045 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7046 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7047 L:      ath10k@lists.infradead.org
7048 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7049 T:      git git://github.com/kvalo/ath.git
7050 S:      Supported
7051 F:      drivers/net/wireless/ath/ath10k/
7053 QUALCOMM HEXAGON ARCHITECTURE
7054 M:      Richard Kuo <rkuo@codeaurora.org>
7055 L:      linux-hexagon@vger.kernel.org
7056 S:      Supported
7057 F:      arch/hexagon/
7059 QUALCOMM WCN36XX WIRELESS DRIVER
7060 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7061 L:      wcn36xx@lists.infradead.org
7062 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7063 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7064 S:      Supported
7065 F:      drivers/net/wireless/ath/wcn36xx/
7067 QUICKCAM PARALLEL PORT WEBCAMS
7068 M:      Hans Verkuil <hverkuil@xs4all.nl>
7069 L:      linux-media@vger.kernel.org
7070 T:      git git://linuxtv.org/media_tree.git
7071 W:      http://linuxtv.org
7072 S:      Odd Fixes
7073 F:      drivers/media/parport/*-qcam*
7075 RADOS BLOCK DEVICE (RBD)
7076 M:      Yehuda Sadeh <yehuda@inktank.com>
7077 M:      Sage Weil <sage@inktank.com>
7078 M:      Alex Elder <elder@inktank.com>
7079 M:      ceph-devel@vger.kernel.org
7080 W:      http://ceph.com/
7081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7082 S:      Supported
7083 F:      drivers/block/rbd.c
7084 F:      drivers/block/rbd_types.h
7086 RADEON FRAMEBUFFER DISPLAY DRIVER
7087 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7088 L:      linux-fbdev@vger.kernel.org
7089 S:      Maintained
7090 F:      drivers/video/aty/radeon*
7091 F:      include/uapi/linux/radeonfb.h
7093 RADIOSHARK RADIO DRIVER
7094 M:      Hans de Goede <hdegoede@redhat.com>
7095 L:      linux-media@vger.kernel.org
7096 T:      git git://linuxtv.org/media_tree.git
7097 S:      Maintained
7098 F:      drivers/media/radio/radio-shark.c
7100 RADIOSHARK2 RADIO DRIVER
7101 M:      Hans de Goede <hdegoede@redhat.com>
7102 L:      linux-media@vger.kernel.org
7103 T:      git git://linuxtv.org/media_tree.git
7104 S:      Maintained
7105 F:      drivers/media/radio/radio-shark2.c
7106 F:      drivers/media/radio/radio-tea5777.c
7108 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7109 M:      Paul Mackerras <paulus@samba.org>
7110 L:      linux-fbdev@vger.kernel.org
7111 S:      Maintained
7112 F:      drivers/video/aty/aty128fb.c
7114 RALINK RT2X00 WIRELESS LAN DRIVER
7115 P:      rt2x00 project
7116 M:      Ivo van Doorn <IvDoorn@gmail.com>
7117 M:      Gertjan van Wingerde <gwingerde@gmail.com>
7118 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7119 L:      linux-wireless@vger.kernel.org
7120 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7121 W:      http://rt2x00.serialmonkey.com/
7122 S:      Maintained
7123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
7124 F:      drivers/net/wireless/rt2x00/
7126 RAMDISK RAM BLOCK DEVICE DRIVER
7127 M:      Nick Piggin <npiggin@kernel.dk>
7128 S:      Maintained
7129 F:      Documentation/blockdev/ramdisk.txt
7130 F:      drivers/block/brd.c
7132 RANDOM NUMBER DRIVER
7133 M:      Theodore Ts'o" <tytso@mit.edu>
7134 S:      Maintained
7135 F:      drivers/char/random.c
7137 RAPIDIO SUBSYSTEM
7138 M:      Matt Porter <mporter@kernel.crashing.org>
7139 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7140 S:      Maintained
7141 F:      drivers/rapidio/
7143 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7144 L:      linux-wireless@vger.kernel.org
7145 S:      Orphan
7146 F:      drivers/net/wireless/ray*
7148 RCUTORTURE MODULE
7149 M:      Josh Triplett <josh@freedesktop.org>
7150 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7151 S:      Supported
7152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7153 F:      Documentation/RCU/torture.txt
7154 F:      kernel/rcu/torture.c
7156 RCUTORTURE TEST FRAMEWORK
7157 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7158 S:      Supported
7159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7160 F:      tools/testing/selftests/rcutorture
7162 RDC R-321X SoC
7163 M:      Florian Fainelli <florian@openwrt.org>
7164 S:      Maintained
7166 RDC R6040 FAST ETHERNET DRIVER
7167 M:      Florian Fainelli <florian@openwrt.org>
7168 L:      netdev@vger.kernel.org
7169 S:      Maintained
7170 F:      drivers/net/ethernet/rdc/r6040.c
7172 RDS - RELIABLE DATAGRAM SOCKETS
7173 M:      Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
7174 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
7175 S:      Supported
7176 F:      net/rds/
7178 READ-COPY UPDATE (RCU)
7179 M:      Dipankar Sarma <dipankar@in.ibm.com>
7180 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7181 W:      http://www.rdrop.com/users/paulmck/RCU/
7182 S:      Supported
7183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7184 F:      Documentation/RCU/
7185 X:      Documentation/RCU/torture.txt
7186 F:      include/linux/rcu*
7187 X:      include/linux/srcu.h
7188 F:      kernel/rcu/
7189 X:      kernel/rcu/torture.c
7191 REAL TIME CLOCK (RTC) SUBSYSTEM
7192 M:      Alessandro Zummo <a.zummo@towertech.it>
7193 L:      rtc-linux@googlegroups.com
7194 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
7195 S:      Maintained
7196 F:      Documentation/rtc.txt
7197 F:      drivers/rtc/
7198 F:      include/linux/rtc.h
7199 F:      include/uapi/linux/rtc.h
7201 REISERFS FILE SYSTEM
7202 L:      reiserfs-devel@vger.kernel.org
7203 S:      Supported
7204 F:      fs/reiserfs/
7206 REGISTER MAP ABSTRACTION
7207 M:      Mark Brown <broonie@kernel.org>
7208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
7209 S:      Supported
7210 F:      drivers/base/regmap/
7211 F:      include/linux/regmap.h
7213 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
7214 M:      Ohad Ben-Cohen <ohad@wizery.com>
7215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
7216 S:      Maintained
7217 F:      drivers/remoteproc/
7218 F:      Documentation/remoteproc.txt
7219 F:      include/linux/remoteproc.h
7221 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
7222 M:      Ohad Ben-Cohen <ohad@wizery.com>
7223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
7224 S:      Maintained
7225 F:      drivers/rpmsg/
7226 F:      Documentation/rpmsg.txt
7227 F:      include/linux/rpmsg.h
7229 RFKILL
7230 M:      Johannes Berg <johannes@sipsolutions.net>
7231 L:      linux-wireless@vger.kernel.org
7232 W:      http://wireless.kernel.org/
7233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7235 S:      Maintained
7236 F:      Documentation/rfkill.txt
7237 F:      net/rfkill/
7239 RICOH SMARTMEDIA/XD DRIVER
7240 M:      Maxim Levitsky <maximlevitsky@gmail.com>
7241 S:      Maintained
7242 F:      drivers/mtd/nand/r852.c
7243 F:      drivers/mtd/nand/r852.h
7245 RICOH R5C592 MEMORYSTICK DRIVER
7246 M:      Maxim Levitsky <maximlevitsky@gmail.com>
7247 S:      Maintained
7248 F:      drivers/memstick/host/r592.*
7250 ROCCAT DRIVERS
7251 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
7252 W:      http://sourceforge.net/projects/roccat/
7253 S:      Maintained
7254 F:      drivers/hid/hid-roccat*
7255 F:      include/linux/hid-roccat*
7256 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
7258 ROCKETPORT DRIVER
7259 P:      Comtrol Corp.
7260 W:      http://www.comtrol.com
7261 S:      Maintained
7262 F:      Documentation/serial/rocket.txt
7263 F:      drivers/tty/rocket*
7265 ROSE NETWORK LAYER
7266 M:      Ralf Baechle <ralf@linux-mips.org>
7267 L:      linux-hams@vger.kernel.org
7268 W:      http://www.linux-ax25.org/
7269 S:      Maintained
7270 F:      include/net/rose.h
7271 F:      include/uapi/linux/rose.h
7272 F:      net/rose/
7274 RTL2830 MEDIA DRIVER
7275 M:      Antti Palosaari <crope@iki.fi>
7276 L:      linux-media@vger.kernel.org
7277 W:      http://linuxtv.org/
7278 W:      http://palosaari.fi/linux/
7279 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7280 T:      git git://linuxtv.org/anttip/media_tree.git
7281 S:      Maintained
7282 F:      drivers/media/dvb-frontends/rtl2830*
7284 RTL2832 MEDIA DRIVER
7285 M:      Antti Palosaari <crope@iki.fi>
7286 L:      linux-media@vger.kernel.org
7287 W:      http://linuxtv.org/
7288 W:      http://palosaari.fi/linux/
7289 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7290 T:      git git://linuxtv.org/anttip/media_tree.git
7291 S:      Maintained
7292 F:      drivers/media/dvb-frontends/rtl2832*
7294 RTL8180 WIRELESS DRIVER
7295 M:      "John W. Linville" <linville@tuxdriver.com>
7296 L:      linux-wireless@vger.kernel.org
7297 W:      http://wireless.kernel.org/
7298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7299 S:      Maintained
7300 F:      drivers/net/wireless/rtl818x/rtl8180/
7302 RTL8187 WIRELESS DRIVER
7303 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
7304 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
7305 M:      Larry Finger <Larry.Finger@lwfinger.net>
7306 L:      linux-wireless@vger.kernel.org
7307 W:      http://wireless.kernel.org/
7308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7309 S:      Maintained
7310 F:      drivers/net/wireless/rtl818x/rtl8187/
7312 RTL8192CE WIRELESS DRIVER
7313 M:      Larry Finger <Larry.Finger@lwfinger.net>
7314 M:      Chaoming Li <chaoming_li@realsil.com.cn>
7315 L:      linux-wireless@vger.kernel.org
7316 W:      http://wireless.kernel.org/
7317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7318 S:      Maintained
7319 F:      drivers/net/wireless/rtlwifi/
7320 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
7322 S3 SAVAGE FRAMEBUFFER DRIVER
7323 M:      Antonino Daplas <adaplas@gmail.com>
7324 L:      linux-fbdev@vger.kernel.org
7325 S:      Maintained
7326 F:      drivers/video/savage/
7328 S390
7329 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
7330 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
7331 M:      linux390@de.ibm.com
7332 L:      linux-s390@vger.kernel.org
7333 W:      http://www.ibm.com/developerworks/linux/linux390/
7334 S:      Supported
7335 F:      arch/s390/
7336 F:      drivers/s390/
7337 F:      block/partitions/ibm.c
7338 F:      Documentation/s390/
7339 F:      Documentation/DocBook/s390*
7341 S390 NETWORK DRIVERS
7342 M:      Ursula Braun <ursula.braun@de.ibm.com>
7343 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
7344 M:      linux390@de.ibm.com
7345 L:      linux-s390@vger.kernel.org
7346 W:      http://www.ibm.com/developerworks/linux/linux390/
7347 S:      Supported
7348 F:      drivers/s390/net/
7350 S390 ZCRYPT DRIVER
7351 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
7352 M:      linux390@de.ibm.com
7353 L:      linux-s390@vger.kernel.org
7354 W:      http://www.ibm.com/developerworks/linux/linux390/
7355 S:      Supported
7356 F:      drivers/s390/crypto/
7358 S390 ZFCP DRIVER
7359 M:      Steffen Maier <maier@linux.vnet.ibm.com>
7360 M:      linux390@de.ibm.com
7361 L:      linux-s390@vger.kernel.org
7362 W:      http://www.ibm.com/developerworks/linux/linux390/
7363 S:      Supported
7364 F:      drivers/s390/scsi/zfcp_*
7366 S390 IUCV NETWORK LAYER
7367 M:      Ursula Braun <ursula.braun@de.ibm.com>
7368 M:      linux390@de.ibm.com
7369 L:      linux-s390@vger.kernel.org
7370 W:      http://www.ibm.com/developerworks/linux/linux390/
7371 S:      Supported
7372 F:      drivers/s390/net/*iucv*
7373 F:      include/net/iucv/
7374 F:      net/iucv/
7376 S3C24XX SD/MMC Driver
7377 M:      Ben Dooks <ben-linux@fluff.org>
7378 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7379 S:      Supported
7380 F:      drivers/mmc/host/s3cmci.*
7382 SAA6588 RDS RECEIVER DRIVER
7383 M:      Hans Verkuil <hverkuil@xs4all.nl>
7384 L:      linux-media@vger.kernel.org
7385 T:      git git://linuxtv.org/media_tree.git
7386 W:      http://linuxtv.org
7387 S:      Odd Fixes
7388 F:      drivers/media/i2c/saa6588*
7390 SAA7134 VIDEO4LINUX DRIVER
7391 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
7392 L:      linux-media@vger.kernel.org
7393 W:      http://linuxtv.org
7394 T:      git git://linuxtv.org/media_tree.git
7395 S:      Odd fixes
7396 F:      Documentation/video4linux/*.saa7134
7397 F:      drivers/media/pci/saa7134/
7399 SAA7146 VIDEO4LINUX-2 DRIVER
7400 M:      Hans Verkuil <hverkuil@xs4all.nl>
7401 L:      linux-media@vger.kernel.org
7402 T:      git git://linuxtv.org/media_tree.git
7403 S:      Maintained
7404 F:      drivers/media/common/saa7146/
7405 F:      drivers/media/pci/saa7146/
7406 F:      include/media/saa7146*
7408 SAMSUNG LAPTOP DRIVER
7409 M:      Corentin Chary <corentin.chary@gmail.com>
7410 L:      platform-driver-x86@vger.kernel.org
7411 S:      Maintained
7412 F:      drivers/platform/x86/samsung-laptop.c
7414 SAMSUNG AUDIO (ASoC) DRIVERS
7415 M:      Sangbeom Kim <sbkim73@samsung.com>
7416 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7417 S:      Supported
7418 F:      sound/soc/samsung/
7420 SAMSUNG FRAMEBUFFER DRIVER
7421 M:      Jingoo Han <jg1.han@samsung.com>
7422 L:      linux-fbdev@vger.kernel.org
7423 S:      Maintained
7424 F:      drivers/video/s3c-fb.c
7426 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
7427 M:      Sangbeom Kim <sbkim73@samsung.com>
7428 L:      linux-kernel@vger.kernel.org
7429 S:      Supported
7430 F:      drivers/mfd/sec*.c
7431 F:      drivers/regulator/s2m*.c
7432 F:      drivers/regulator/s5m*.c
7433 F:      drivers/rtc/rtc-sec.c
7434 F:      include/linux/mfd/samsung/
7436 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
7437 M:      Kyungmin Park <kyungmin.park@samsung.com>
7438 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
7439 L:      linux-media@vger.kernel.org
7440 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
7441 S:      Supported
7442 F:      drivers/media/platform/exynos4-is/
7443 F:      include/media/s5p_fimc.h
7445 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
7446 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
7447 L:      linux-media@vger.kernel.org
7448 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7449 S:      Maintained
7450 F:      drivers/media/platform/s3c-camif/
7451 F:      include/media/s3c_camif.h
7453 SAMSUNG S5C73M3 CAMERA DRIVER
7454 M:      Kyungmin Park <kyungmin.park@samsung.com>
7455 M:      Andrzej Hajda <a.hajda@samsung.com>
7456 L:      linux-media@vger.kernel.org
7457 S:      Supported
7458 F:      drivers/media/i2c/s5c73m3/*
7460 SAMSUNG SOC CLOCK DRIVERS
7461 M:      Tomasz Figa <t.figa@samsung.com>
7462 S:      Supported
7463 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7464 F:      drivers/clk/samsung/
7466 SERIAL DRIVERS
7467 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7468 L:      linux-serial@vger.kernel.org
7469 S:      Maintained
7470 F:      drivers/tty/serial/
7472 SYNOPSYS DESIGNWARE DMAC DRIVER
7473 M:      Viresh Kumar <viresh.linux@gmail.com>
7474 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7475 S:      Maintained
7476 F:      include/linux/dw_dmac.h
7477 F:      drivers/dma/dw/
7479 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
7480 M:      Seungwon Jeon <tgih.jun@samsung.com>
7481 M:      Jaehoon Chung <jh80.chung@samsung.com>
7482 L:      linux-mmc@vger.kernel.org
7483 S:      Maintained
7484 F:      include/linux/mmc/dw_mmc.h
7485 F:      drivers/mmc/host/dw_mmc*
7487 TIMEKEEPING, CLOCKSOURCE CORE, NTP
7488 M:      John Stultz <john.stultz@linaro.org>
7489 M:      Thomas Gleixner <tglx@linutronix.de>
7490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7491 S:      Supported
7492 F:      include/linux/clocksource.h
7493 F:      include/linux/time.h
7494 F:      include/linux/timex.h
7495 F:      include/uapi/linux/time.h
7496 F:      include/uapi/linux/timex.h
7497 F:      kernel/time/clocksource.c
7498 F:      kernel/time/time*.c
7499 F:      kernel/time/ntp.c
7501 TLG2300 VIDEO4LINUX-2 DRIVER
7502 M:      Huang Shijie <shijie8@gmail.com>
7503 M:      Hans Verkuil <hverkuil@xs4all.nl>
7504 S:      Odd Fixes
7505 F:      drivers/media/usb/tlg2300/
7507 SC1200 WDT DRIVER
7508 M:      Zwane Mwaikambo <zwanem@gmail.com>
7509 S:      Maintained
7510 F:      drivers/watchdog/sc1200wdt.c
7512 SCHEDULER
7513 M:      Ingo Molnar <mingo@redhat.com>
7514 M:      Peter Zijlstra <peterz@infradead.org>
7515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
7516 S:      Maintained
7517 F:      kernel/sched/
7518 F:      include/linux/sched.h
7519 F:      include/uapi/linux/sched.h
7520 F:      include/linux/wait.h
7522 SCORE ARCHITECTURE
7523 M:      Chen Liqin <liqin.linux@gmail.com>
7524 M:      Lennox Wu <lennox.wu@gmail.com>
7525 W:      http://www.sunplus.com
7526 S:      Supported
7527 F:      arch/score/
7529 SCSI CDROM DRIVER
7530 M:      Jens Axboe <axboe@kernel.dk>
7531 L:      linux-scsi@vger.kernel.org
7532 W:      http://www.kernel.dk
7533 S:      Maintained
7534 F:      drivers/scsi/sr*
7536 SCSI RDMA PROTOCOL (SRP) INITIATOR
7537 M:      Bart Van Assche <bvanassche@acm.org>
7538 L:      linux-rdma@vger.kernel.org
7539 S:      Supported
7540 W:      http://www.openfabrics.org
7541 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
7543 F:      drivers/infiniband/ulp/srp/
7544 F:      include/scsi/srp.h
7546 SCSI SG DRIVER
7547 M:      Doug Gilbert <dgilbert@interlog.com>
7548 L:      linux-scsi@vger.kernel.org
7549 W:      http://sg.danny.cz/sg
7550 S:      Maintained
7551 F:      Documentation/scsi/scsi-generic.txt
7552 F:      drivers/scsi/sg.c
7553 F:      include/scsi/sg.h
7555 SCSI SUBSYSTEM
7556 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
7557 L:      linux-scsi@vger.kernel.org
7558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
7559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
7560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
7561 S:      Maintained
7562 F:      drivers/scsi/
7563 F:      include/scsi/
7565 SCSI TAPE DRIVER
7566 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
7567 L:      linux-scsi@vger.kernel.org
7568 S:      Maintained
7569 F:      Documentation/scsi/st.txt
7570 F:      drivers/scsi/st.*
7571 F:      drivers/scsi/st_*.h
7573 SCTP PROTOCOL
7574 M:      Vlad Yasevich <vyasevich@gmail.com>
7575 M:      Neil Horman <nhorman@tuxdriver.com>
7576 L:      linux-sctp@vger.kernel.org
7577 W:      http://lksctp.sourceforge.net
7578 S:      Maintained
7579 F:      Documentation/networking/sctp.txt
7580 F:      include/linux/sctp.h
7581 F:      include/uapi/linux/sctp.h
7582 F:      include/net/sctp/
7583 F:      net/sctp/
7585 SCx200 CPU SUPPORT
7586 M:      Jim Cromie <jim.cromie@gmail.com>
7587 S:      Odd Fixes
7588 F:      Documentation/i2c/busses/scx200_acb
7589 F:      arch/x86/platform/scx200/
7590 F:      drivers/watchdog/scx200_wdt.c
7591 F:      drivers/i2c/busses/scx200*
7592 F:      drivers/mtd/maps/scx200_docflash.c
7593 F:      include/linux/scx200.h
7595 SCx200 GPIO DRIVER
7596 M:      Jim Cromie <jim.cromie@gmail.com>
7597 S:      Maintained
7598 F:      drivers/char/scx200_gpio.c
7599 F:      include/linux/scx200_gpio.h
7601 SCx200 HRT CLOCKSOURCE DRIVER
7602 M:      Jim Cromie <jim.cromie@gmail.com>
7603 S:      Maintained
7604 F:      drivers/clocksource/scx200_hrt.c
7606 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
7607 M:      Sascha Sommer <saschasommer@freenet.de>
7608 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
7609 S:      Maintained
7610 F:      drivers/mmc/host/sdricoh_cs.c
7612 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
7613 M:      Chris Ball <chris@printf.net>
7614 L:      linux-mmc@vger.kernel.org
7615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
7616 S:      Maintained
7617 F:      drivers/mmc/host/sdhci.*
7618 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7620 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
7621 M:      Anton Vorontsov <anton@enomsg.org>
7622 L:      linuxppc-dev@lists.ozlabs.org
7623 L:      linux-mmc@vger.kernel.org
7624 S:      Maintained
7625 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7627 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
7628 M:      Ben Dooks <ben-linux@fluff.org>
7629 L:      linux-mmc@vger.kernel.org
7630 S:      Maintained
7631 F:      drivers/mmc/host/sdhci-s3c.c
7633 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
7634 M:      Viresh Kumar <viresh.linux@gmail.com>
7635 L:      spear-devel@list.st.com
7636 L:      linux-mmc@vger.kernel.org
7637 S:      Maintained
7638 F:      drivers/mmc/host/sdhci-spear.c
7640 SECURITY SUBSYSTEM
7641 M:      James Morris <james.l.morris@oracle.com>
7642 L:      linux-security-module@vger.kernel.org (suggested Cc:)
7643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
7644 W:      http://kernsec.org/
7645 S:      Supported
7646 F:      security/
7648 SECURITY CONTACT
7649 M:      Security Officers <security@kernel.org>
7650 S:      Supported
7652 SELINUX SECURITY MODULE
7653 M:      Stephen Smalley <sds@tycho.nsa.gov>
7654 M:      James Morris <james.l.morris@oracle.com>
7655 M:      Eric Paris <eparis@parisplace.org>
7656 M:      Paul Moore <paul@paul-moore.com>
7657 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
7658 W:      http://selinuxproject.org
7659 T:      git git://git.infradead.org/users/pcmoore/selinux
7660 S:      Supported
7661 F:      include/linux/selinux*
7662 F:      security/selinux/
7663 F:      scripts/selinux/
7665 APPARMOR SECURITY MODULE
7666 M:      John Johansen <john.johansen@canonical.com>
7667 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
7668 W:      apparmor.wiki.kernel.org
7669 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
7670 S:      Supported
7671 F:      security/apparmor/
7673 SENSABLE PHANTOM
7674 M:      Jiri Slaby <jirislaby@gmail.com>
7675 S:      Maintained
7676 F:      drivers/misc/phantom.c
7677 F:      include/uapi/linux/phantom.h
7679 SERIAL ATA (SATA) SUBSYSTEM
7680 M:      Tejun Heo <tj@kernel.org>
7681 L:      linux-ide@vger.kernel.org
7682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7683 S:      Supported
7684 F:      drivers/ata/
7685 F:      include/linux/ata.h
7686 F:      include/linux/libata.h
7688 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
7689 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
7690 L:      linux-scsi@vger.kernel.org
7691 W:      http://www.emulex.com
7692 S:      Supported
7693 F:      drivers/scsi/be2iscsi/
7695 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
7696 M:      Sathya Perla <sathya.perla@emulex.com>
7697 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
7698 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
7699 L:      netdev@vger.kernel.org
7700 W:      http://www.emulex.com
7701 S:      Supported
7702 F:      drivers/net/ethernet/emulex/benet/
7704 SFC NETWORK DRIVER
7705 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
7706 M:      Shradha Shah <sshah@solarflare.com>
7707 L:      netdev@vger.kernel.org
7708 S:      Supported
7709 F:      drivers/net/ethernet/sfc/
7711 SGI GRU DRIVER
7712 M:      Dimitri Sivanich <sivanich@sgi.com>
7713 S:      Maintained
7714 F:      drivers/misc/sgi-gru/
7716 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
7717 M:      Pat Gefre <pfg@sgi.com>
7718 L:      linux-ia64@vger.kernel.org
7719 S:      Supported
7720 F:      Documentation/ia64/serial.txt
7721 F:      drivers/tty/serial/ioc?_serial.c
7722 F:      include/linux/ioc?.h
7724 SGI VISUAL WORKSTATION 320 AND 540
7725 M:      Andrey Panin <pazke@donpac.ru>
7726 L:      linux-visws-devel@lists.sf.net
7727 W:      http://linux-visws.sf.net
7728 S:      Maintained for 2.6.
7729 F:      Documentation/sgi-visws.txt
7731 SGI XP/XPC/XPNET DRIVER
7732 M:      Cliff Whickman <cpw@sgi.com>
7733 M:      Robin Holt <robinmholt@gmail.com>
7734 S:      Maintained
7735 F:      drivers/misc/sgi-xp/
7737 SI470X FM RADIO RECEIVER I2C DRIVER
7738 M:      Hans Verkuil <hverkuil@xs4all.nl>
7739 L:      linux-media@vger.kernel.org
7740 T:      git git://linuxtv.org/media_tree.git
7741 W:      http://linuxtv.org
7742 S:      Odd Fixes
7743 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
7745 SI470X FM RADIO RECEIVER USB DRIVER
7746 M:      Hans Verkuil <hverkuil@xs4all.nl>
7747 L:      linux-media@vger.kernel.org
7748 T:      git git://linuxtv.org/media_tree.git
7749 W:      http://linuxtv.org
7750 S:      Maintained
7751 F:      drivers/media/radio/si470x/radio-si470x-common.c
7752 F:      drivers/media/radio/si470x/radio-si470x.h
7753 F:      drivers/media/radio/si470x/radio-si470x-usb.c
7755 SI4713 FM RADIO TRANSMITTER I2C DRIVER
7756 M:      Eduardo Valentin <edubezval@gmail.com>
7757 L:      linux-media@vger.kernel.org
7758 T:      git git://linuxtv.org/media_tree.git
7759 W:      http://linuxtv.org
7760 S:      Odd Fixes
7761 F:      drivers/media/radio/si4713-i2c.?
7763 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
7764 M:      Eduardo Valentin <edubezval@gmail.com>
7765 L:      linux-media@vger.kernel.org
7766 T:      git git://linuxtv.org/media_tree.git
7767 W:      http://linuxtv.org
7768 S:      Odd Fixes
7769 F:      drivers/media/radio/radio-si4713.c
7771 SIANO DVB DRIVER
7772 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
7773 L:      linux-media@vger.kernel.org
7774 W:      http://linuxtv.org
7775 T:      git git://linuxtv.org/media_tree.git
7776 S:      Odd fixes
7777 F:      drivers/media/common/siano/
7778 F:      drivers/media/usb/siano/
7779 F:      drivers/media/usb/siano/
7780 F:      drivers/media/mmc/siano/
7782 SH_VEU V4L2 MEM2MEM DRIVER
7783 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7784 L:      linux-media@vger.kernel.org
7785 S:      Maintained
7786 F:      drivers/media/platform/sh_veu.c
7788 SH_VOU V4L2 OUTPUT DRIVER
7789 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7790 L:      linux-media@vger.kernel.org
7791 S:      Odd Fixes
7792 F:      drivers/media/platform/sh_vou.c
7793 F:      include/media/sh_vou.h
7795 SIMPLE FIRMWARE INTERFACE (SFI)
7796 M:      Len Brown <lenb@kernel.org>
7797 L:      sfi-devel@simplefirmware.org
7798 W:      http://simplefirmware.org/
7799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
7800 S:      Supported
7801 F:      arch/x86/platform/sfi/
7802 F:      drivers/sfi/
7803 F:      include/linux/sfi*.h
7805 SIMTEC EB110ATX (Chalice CATS)
7806 P:      Ben Dooks
7807 P:      Vincent Sanders <vince@simtec.co.uk>
7808 M:      Simtec Linux Team <linux@simtec.co.uk>
7809 W:      http://www.simtec.co.uk/products/EB110ATX/
7810 S:      Supported
7812 SIMTEC EB2410ITX (BAST)
7813 P:      Ben Dooks
7814 P:      Vincent Sanders <vince@simtec.co.uk>
7815 M:      Simtec Linux Team <linux@simtec.co.uk>
7816 W:      http://www.simtec.co.uk/products/EB2410ITX/
7817 S:      Supported
7818 F:      arch/arm/mach-s3c24xx/mach-bast.c
7819 F:      arch/arm/mach-s3c24xx/bast-ide.c
7820 F:      arch/arm/mach-s3c24xx/bast-irq.c
7822 TI DAVINCI MACHINE SUPPORT
7823 M:      Sekhar Nori <nsekhar@ti.com>
7824 M:      Kevin Hilman <khilman@deeprootsystems.com>
7825 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7826 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
7827 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
7828 S:      Supported
7829 F:      arch/arm/mach-davinci/
7830 F:      drivers/i2c/busses/i2c-davinci.c
7832 TI DAVINCI SERIES MEDIA DRIVER
7833 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
7834 L:      linux-media@vger.kernel.org
7835 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7836 W:      http://linuxtv.org/
7837 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7838 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
7839 S:      Maintained
7840 F:      drivers/media/platform/davinci/
7841 F:      include/media/davinci/
7843 SIS 190 ETHERNET DRIVER
7844 M:      Francois Romieu <romieu@fr.zoreil.com>
7845 L:      netdev@vger.kernel.org
7846 S:      Maintained
7847 F:      drivers/net/ethernet/sis/sis190.c
7849 SIS 900/7016 FAST ETHERNET DRIVER
7850 M:      Daniele Venzano <venza@brownhat.org>
7851 W:      http://www.brownhat.org/sis900.html
7852 L:      netdev@vger.kernel.org
7853 S:      Maintained
7854 F:      drivers/net/ethernet/sis/sis900.*
7856 SIS FRAMEBUFFER DRIVER
7857 M:      Thomas Winischhofer <thomas@winischhofer.net>
7858 W:      http://www.winischhofer.net/linuxsisvga.shtml
7859 S:      Maintained
7860 F:      Documentation/fb/sisfb.txt
7861 F:      drivers/video/sis/
7862 F:      include/video/sisfb.h
7864 SIS USB2VGA DRIVER
7865 M:      Thomas Winischhofer <thomas@winischhofer.net>
7866 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
7867 S:      Maintained
7868 F:      drivers/usb/misc/sisusbvga/
7870 SLAB ALLOCATOR
7871 M:      Christoph Lameter <cl@linux-foundation.org>
7872 M:      Pekka Enberg <penberg@kernel.org>
7873 M:      Matt Mackall <mpm@selenic.com>
7874 L:      linux-mm@kvack.org
7875 S:      Maintained
7876 F:      include/linux/sl?b*.h
7877 F:      mm/sl?b.c
7879 SLEEPABLE READ-COPY UPDATE (SRCU)
7880 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
7881 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7882 W:      http://www.rdrop.com/users/paulmck/RCU/
7883 S:      Supported
7884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7885 F:      include/linux/srcu.h
7886 F:      kernel/rcu/srcu.c
7888 SMACK SECURITY MODULE
7889 M:      Casey Schaufler <casey@schaufler-ca.com>
7890 L:      linux-security-module@vger.kernel.org
7891 W:      http://schaufler-ca.com
7892 T:      git git://git.gitorious.org/smack-next/kernel.git
7893 S:      Maintained
7894 F:      Documentation/security/Smack.txt
7895 F:      security/smack/
7897 SMARTREFLEX DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
7898 M:      Kevin Hilman <khilman@kernel.org>
7899 M:      Nishanth Menon <nm@ti.com>
7900 S:      Maintained
7901 F:      drivers/power/avs/smartreflex.c
7902 F:      include/linux/power/smartreflex.h
7903 L:      linux-pm@vger.kernel.org
7905 SMC91x ETHERNET DRIVER
7906 M:      Nicolas Pitre <nico@fluxnic.net>
7907 S:      Odd Fixes
7908 F:      drivers/net/ethernet/smsc/smc91x.*
7910 SMIA AND SMIA++ IMAGE SENSOR DRIVER
7911 M:      Sakari Ailus <sakari.ailus@iki.fi>
7912 L:      linux-media@vger.kernel.org
7913 S:      Maintained
7914 F:      drivers/media/i2c/smiapp/
7915 F:      include/media/smiapp.h
7916 F:      drivers/media/i2c/smiapp-pll.c
7917 F:      drivers/media/i2c/smiapp-pll.h
7919 SMM665 HARDWARE MONITOR DRIVER
7920 M:      Guenter Roeck <linux@roeck-us.net>
7921 L:      lm-sensors@lm-sensors.org
7922 S:      Maintained
7923 F:      Documentation/hwmon/smm665
7924 F:      drivers/hwmon/smm665.c
7926 SMSC EMC2103 HARDWARE MONITOR DRIVER
7927 M:      Steve Glendinning <steve.glendinning@shawell.net>
7928 L:      lm-sensors@lm-sensors.org
7929 S:      Maintained
7930 F:      Documentation/hwmon/emc2103
7931 F:      drivers/hwmon/emc2103.c
7933 SMSC SCH5627 HARDWARE MONITOR DRIVER
7934 M:      Hans de Goede <hdegoede@redhat.com>
7935 L:      lm-sensors@lm-sensors.org
7936 S:      Supported
7937 F:      Documentation/hwmon/sch5627
7938 F:      drivers/hwmon/sch5627.c
7940 SMSC47B397 HARDWARE MONITOR DRIVER
7941 M:      Jean Delvare <khali@linux-fr.org>
7942 L:      lm-sensors@lm-sensors.org
7943 S:      Maintained
7944 F:      Documentation/hwmon/smsc47b397
7945 F:      drivers/hwmon/smsc47b397.c
7947 SMSC911x ETHERNET DRIVER
7948 M:      Steve Glendinning <steve.glendinning@shawell.net>
7949 L:      netdev@vger.kernel.org
7950 S:      Maintained
7951 F:      include/linux/smsc911x.h
7952 F:      drivers/net/ethernet/smsc/smsc911x.*
7954 SMSC9420 PCI ETHERNET DRIVER
7955 M:      Steve Glendinning <steve.glendinning@shawell.net>
7956 L:      netdev@vger.kernel.org
7957 S:      Maintained
7958 F:      drivers/net/ethernet/smsc/smsc9420.*
7960 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
7961 M:      Steve Glendinning <steve.glendinning@shawell.net>
7962 L:      linux-fbdev@vger.kernel.org
7963 S:      Maintained
7964 F:      drivers/video/smscufx.c
7966 SOC-CAMERA V4L2 SUBSYSTEM
7967 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7968 L:      linux-media@vger.kernel.org
7969 T:      git git://linuxtv.org/media_tree.git
7970 S:      Maintained
7971 F:      include/media/soc*
7972 F:      drivers/media/i2c/soc_camera/
7973 F:      drivers/media/platform/soc_camera/
7975 SOEKRIS NET48XX LED SUPPORT
7976 M:      Chris Boot <bootc@bootc.net>
7977 S:      Maintained
7978 F:      drivers/leds/leds-net48xx.c
7980 SOFTWARE RAID (Multiple Disks) SUPPORT
7981 M:      Neil Brown <neilb@suse.de>
7982 L:      linux-raid@vger.kernel.org
7983 S:      Supported
7984 F:      drivers/md/
7985 F:      include/linux/raid/
7986 F:      include/uapi/linux/raid/
7988 SONIC NETWORK DRIVER
7989 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
7990 L:      netdev@vger.kernel.org
7991 S:      Maintained
7992 F:      drivers/net/ethernet/natsemi/sonic.*
7994 SONICS SILICON BACKPLANE DRIVER (SSB)
7995 M:      Michael Buesch <m@bues.ch>
7996 L:      netdev@vger.kernel.org
7997 S:      Maintained
7998 F:      drivers/ssb/
7999 F:      include/linux/ssb/
8001 SONY VAIO CONTROL DEVICE DRIVER
8002 M:      Mattia Dongili <malattia@linux.it>
8003 L:      platform-driver-x86@vger.kernel.org
8004 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8005 S:      Maintained
8006 F:      Documentation/laptops/sony-laptop.txt
8007 F:      drivers/char/sonypi.c
8008 F:      drivers/platform/x86/sony-laptop.c
8009 F:      include/linux/sony-laptop.h
8011 SONY MEMORYSTICK CARD SUPPORT
8012 M:      Alex Dubov <oakad@yahoo.com>
8013 W:      http://tifmxx.berlios.de/
8014 S:      Maintained
8015 F:      drivers/memstick/host/tifm_ms.c
8017 SONY MEMORYSTICK STANDARD SUPPORT
8018 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8019 S:      Maintained
8020 F:      drivers/memstick/core/ms_block.*
8022 SOUND
8023 M:      Jaroslav Kysela <perex@perex.cz>
8024 M:      Takashi Iwai <tiwai@suse.de>
8025 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8026 W:      http://www.alsa-project.org/
8027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8028 T:      git git://git.alsa-project.org/alsa-kernel.git
8029 S:      Maintained
8030 F:      Documentation/sound/
8031 F:      include/sound/
8032 F:      include/uapi/sound/
8033 F:      sound/
8035 SOUND - COMPRESSED AUDIO
8036 M:      Vinod Koul <vinod.koul@intel.com>
8037 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8039 S:      Supported
8040 F:      Documentation/sound/alsa/compress_offload.txt
8041 F:      include/sound/compress_driver.h
8042 F:      include/uapi/sound/compress_*
8043 F:      sound/core/compress_offload.c
8044 F:      sound/soc/soc-compress.c
8046 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8047 M:      Liam Girdwood <lgirdwood@gmail.com>
8048 M:      Mark Brown <broonie@kernel.org>
8049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8050 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8051 W:      http://alsa-project.org/main/index.php/ASoC
8052 S:      Supported
8053 F:      Documentation/sound/alsa/soc/
8054 F:      sound/soc/
8055 F:      include/sound/soc*
8057 SOUND - DMAENGINE HELPERS
8058 M:      Lars-Peter Clausen <lars@metafoo.de>
8059 S:      Supported
8060 F:      include/sound/dmaengine_pcm.h
8061 F:      sound/core/pcm_dmaengine.c
8062 F:      sound/soc/soc-generic-dmaengine-pcm.c
8064 SPARC + UltraSPARC (sparc/sparc64)
8065 M:      "David S. Miller" <davem@davemloft.net>
8066 L:      sparclinux@vger.kernel.org
8067 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
8068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8069 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8070 S:      Maintained
8071 F:      arch/sparc/
8072 F:      drivers/sbus/
8074 SPARC SERIAL DRIVERS
8075 M:      "David S. Miller" <davem@davemloft.net>
8076 L:      sparclinux@vger.kernel.org
8077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8079 S:      Maintained
8080 F:      include/linux/sunserialcore.h
8081 F:      drivers/tty/serial/suncore.c
8082 F:      drivers/tty/serial/sunhv.c
8083 F:      drivers/tty/serial/sunsab.c
8084 F:      drivers/tty/serial/sunsab.h
8085 F:      drivers/tty/serial/sunsu.c
8086 F:      drivers/tty/serial/sunzilog.c
8087 F:      drivers/tty/serial/sunzilog.h
8089 SPARSE CHECKER
8090 M:      "Christopher Li" <sparse@chrisli.org>
8091 L:      linux-sparse@vger.kernel.org
8092 W:      https://sparse.wiki.kernel.org/
8093 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
8094 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
8095 S:      Maintained
8096 F:      include/linux/compiler.h
8098 SPEAR PLATFORM SUPPORT
8099 M:      Viresh Kumar <viresh.linux@gmail.com>
8100 M:      Shiraz Hashim <shiraz.hashim@st.com>
8101 L:      spear-devel@list.st.com
8102 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8103 W:      http://www.st.com/spear
8104 S:      Maintained
8105 F:      arch/arm/mach-spear/
8107 SPEAR CLOCK FRAMEWORK SUPPORT
8108 M:      Viresh Kumar <viresh.linux@gmail.com>
8109 L:      spear-devel@list.st.com
8110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8111 W:      http://www.st.com/spear
8112 S:      Maintained
8113 F:      drivers/clk/spear/
8115 SPI SUBSYSTEM
8116 M:      Mark Brown <broonie@kernel.org>
8117 L:      linux-spi@vger.kernel.org
8118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
8119 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
8120 S:      Maintained
8121 F:      Documentation/spi/
8122 F:      drivers/spi/
8123 F:      include/linux/spi/
8124 F:      include/uapi/linux/spi/
8126 SPIDERNET NETWORK DRIVER for CELL
8127 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
8128 M:      Jens Osterkamp <jens@de.ibm.com>
8129 L:      netdev@vger.kernel.org
8130 S:      Supported
8131 F:      Documentation/networking/spider_net.txt
8132 F:      drivers/net/ethernet/toshiba/spider_net*
8134 SPU FILE SYSTEM
8135 M:      Jeremy Kerr <jk@ozlabs.org>
8136 L:      linuxppc-dev@lists.ozlabs.org
8137 L:      cbe-oss-dev@lists.ozlabs.org
8138 W:      http://www.ibm.com/developerworks/power/cell/
8139 S:      Supported
8140 F:      Documentation/filesystems/spufs.txt
8141 F:      arch/powerpc/platforms/cell/spufs/
8143 SQUASHFS FILE SYSTEM
8144 M:      Phillip Lougher <phillip@squashfs.org.uk>
8145 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
8146 W:      http://squashfs.org.uk
8147 S:      Maintained
8148 F:      Documentation/filesystems/squashfs.txt
8149 F:      fs/squashfs/
8151 SRM (Alpha) environment access
8152 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
8153 S:      Maintained
8154 F:      arch/alpha/kernel/srm_env.c
8156 STABLE BRANCH
8157 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8158 L:      stable@vger.kernel.org
8159 S:      Supported
8160 F:      Documentation/stable_kernel_rules.txt
8162 STAGING SUBSYSTEM
8163 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
8165 L:      devel@driverdev.osuosl.org
8166 S:      Supported
8167 F:      drivers/staging/
8169 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
8170 M:      Henk de Groot <pe1dnn@amsat.org>
8171 S:      Odd Fixes
8172 F:      drivers/staging/wlags49_h2/
8173 F:      drivers/staging/wlags49_h25/
8175 STAGING - ASUS OLED
8176 M:      Jakub Schmidtke <sjakub@gmail.com>
8177 S:      Odd Fixes
8178 F:      drivers/staging/asus_oled/
8180 STAGING - COMEDI
8181 M:      Ian Abbott <abbotti@mev.co.uk>
8182 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
8183 S:      Odd Fixes
8184 F:      drivers/staging/comedi/
8186 STAGING - CRYSTAL HD VIDEO DECODER
8187 M:      Naren Sankar <nsankar@broadcom.com>
8188 M:      Jarod Wilson <jarod@wilsonet.com>
8189 M:      Scott Davilla <davilla@4pi.com>
8190 M:      Manu Abraham <abraham.manu@gmail.com>
8191 S:      Odd Fixes
8192 F:      drivers/staging/crystalhd/
8194 STAGING - ECHO CANCELLER
8195 M:      Steve Underwood <steveu@coppice.org>
8196 M:      David Rowe <david@rowetel.com>
8197 S:      Odd Fixes
8198 F:      drivers/staging/echo/
8200 STAGING - ET131X NETWORK DRIVER
8201 M:      Mark Einon <mark.einon@gmail.com>
8202 S:      Odd Fixes
8203 F:      drivers/staging/et131x/
8205 STAGING - FLARION FT1000 DRIVERS
8206 M:      Marek Belisko <marek.belisko@gmail.com>
8207 S:      Odd Fixes
8208 F:      drivers/staging/ft1000/
8210 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
8211 M:      David Täht <d@teklibre.com>
8212 S:      Odd Fixes
8213 F:      drivers/staging/frontier/
8215 STAGING - GO7007 MPEG CODEC
8216 M:      Hans Verkuil <hans.verkuil@cisco.com>
8217 S:      Maintained
8218 F:      drivers/staging/media/go7007/
8220 STAGING - INDUSTRIAL IO
8221 M:      Jonathan Cameron <jic23@kernel.org>
8222 L:      linux-iio@vger.kernel.org
8223 S:      Odd Fixes
8224 F:      drivers/staging/iio/
8226 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
8227 M:      Jarod Wilson <jarod@wilsonet.com>
8228 W:      http://www.lirc.org/
8229 S:      Odd Fixes
8230 F:      drivers/staging/media/lirc/
8232 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
8233 M:      Julian Andres Klode <jak@jak-linux.org>
8234 M:      Marc Dietrich <marvin24@gmx.de>
8235 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
8236 L:      linux-tegra@vger.kernel.org
8237 S:      Maintained
8238 F:      drivers/staging/nvec/
8240 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
8241 M:      Jens Frederich <jfrederich@gmail.com>
8242 M:      Daniel Drake <dsd@laptop.org>
8243 M:      Jon Nettleton <jon.nettleton@gmail.com>
8244 W:      http://wiki.laptop.org/go/DCON
8245 S:      Maintained
8246 F:      drivers/staging/olpc_dcon/
8248 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
8249 M:      Rupesh Gujare <rupesh.gujare@atmel.com>
8250 S:      Maintained
8251 F:      drivers/staging/ozwpan/
8253 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
8254 M:      Willy Tarreau <willy@meta-x.org>
8255 S:      Odd Fixes
8256 F:      drivers/staging/panel/
8258 STAGING - REALTEK RTL8712U DRIVERS
8259 M:      Larry Finger <Larry.Finger@lwfinger.net>
8260 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
8261 S:      Odd Fixes
8262 F:      drivers/staging/rtl8712/
8264 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
8265 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
8266 S:      Odd Fixes
8267 F:      drivers/staging/sm7xxfb/
8269 STAGING - SOFTLOGIC 6x10 MPEG CODEC
8270 M:      Ismael Luceno <ismael.luceno@corp.bluecherry.net>
8271 S:      Supported
8272 F:      drivers/staging/media/solo6x10/
8274 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
8275 M:      William Hubbs <w.d.hubbs@gmail.com>
8276 M:      Chris Brannon <chris@the-brannons.com>
8277 M:      Kirk Reiser <kirk@reisers.ca>
8278 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
8279 L:      speakup@braille.uwo.ca
8280 W:      http://www.linux-speakup.org/
8281 S:      Odd Fixes
8282 F:      drivers/staging/speakup/
8284 STAGING - TI DSP BRIDGE DRIVERS
8285 M:      Omar Ramirez Luna <omar.ramirez@copitl.com>
8286 S:      Odd Fixes
8287 F:      drivers/staging/tidspbridge/
8289 STAGING - USB ENE SM/MS CARD READER DRIVER
8290 M:      Al Cho <acho@novell.com>
8291 S:      Odd Fixes
8292 F:      drivers/staging/keucr/
8294 STAGING - VIA VT665X DRIVERS
8295 M:      Forest Bond <forest@alittletooquiet.net>
8296 S:      Odd Fixes
8297 F:      drivers/staging/vt665?/
8299 STAGING - WINBOND IS89C35 WLAN USB DRIVER
8300 M:      Pavel Machek <pavel@ucw.cz>
8301 S:      Odd Fixes
8302 F:      drivers/staging/winbond/
8304 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
8305 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
8306 S:      Odd Fixes
8307 F:      drivers/staging/xgifb/
8309 STARFIRE/DURALAN NETWORK DRIVER
8310 M:      Ion Badulescu <ionut@badula.org>
8311 S:      Odd Fixes
8312 F:      drivers/net/ethernet/adaptec/starfire*
8314 SUN3/3X
8315 M:      Sam Creasey <sammy@sammy.net>
8316 W:      http://sammy.net/sun3/
8317 S:      Maintained
8318 F:      arch/m68k/kernel/*sun3*
8319 F:      arch/m68k/sun3*/
8320 F:      arch/m68k/include/asm/sun3*
8321 F:      drivers/net/ethernet/i825xx/sun3*
8323 SUNDANCE NETWORK DRIVER
8324 M:      Denis Kirjanov <kda@linux-powerpc.org>
8325 L:      netdev@vger.kernel.org
8326 S:      Maintained
8327 F:      drivers/net/ethernet/dlink/sundance.c
8329 SUPERH
8330 M:      Paul Mundt <lethal@linux-sh.org>
8331 L:      linux-sh@vger.kernel.org
8332 W:      http://www.linux-sh.org
8333 Q:      http://patchwork.kernel.org/project/linux-sh/list/
8334 T:      git git://github.com/pmundt/linux-sh.git sh-latest
8335 S:      Supported
8336 F:      Documentation/sh/
8337 F:      arch/sh/
8338 F:      drivers/sh/
8340 SUSPEND TO RAM
8341 M:      Len Brown <len.brown@intel.com>
8342 M:      Pavel Machek <pavel@ucw.cz>
8343 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8344 L:      linux-pm@vger.kernel.org
8345 S:      Supported
8346 F:      Documentation/power/
8347 F:      arch/x86/kernel/acpi/
8348 F:      drivers/base/power/
8349 F:      kernel/power/
8350 F:      include/linux/suspend.h
8351 F:      include/linux/freezer.h
8352 F:      include/linux/pm.h
8354 SVGA HANDLING
8355 M:      Martin Mares <mj@ucw.cz>
8356 L:      linux-video@atrey.karlin.mff.cuni.cz
8357 S:      Maintained
8358 F:      Documentation/svga.txt
8359 F:      arch/x86/boot/video*
8361 SWIOTLB SUBSYSTEM
8362 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8363 L:      linux-kernel@vger.kernel.org
8364 S:      Supported
8365 F:      lib/swiotlb.c
8366 F:      arch/*/kernel/pci-swiotlb.c
8367 F:      include/linux/swiotlb.h
8369 SYNOPSYS ARC ARCHITECTURE
8370 M:      Vineet Gupta <vgupta@synopsys.com>
8371 S:      Supported
8372 F:      arch/arc/
8373 F:      Documentation/devicetree/bindings/arc/
8374 F:      drivers/tty/serial/arc_uart.c
8376 SYSV FILESYSTEM
8377 M:      Christoph Hellwig <hch@infradead.org>
8378 S:      Maintained
8379 F:      Documentation/filesystems/sysv-fs.txt
8380 F:      fs/sysv/
8381 F:      include/linux/sysv_fs.h
8383 TARGET SUBSYSTEM
8384 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
8385 L:      linux-scsi@vger.kernel.org
8386 L:      target-devel@vger.kernel.org
8387 L:      http://groups.google.com/group/linux-iscsi-target-dev
8388 W:      http://www.linux-iscsi.org
8389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
8390 S:      Supported
8391 F:      drivers/target/
8392 F:      include/target/
8393 F:      Documentation/target/
8395 TASKSTATS STATISTICS INTERFACE
8396 M:      Balbir Singh <bsingharora@gmail.com>
8397 S:      Maintained
8398 F:      Documentation/accounting/taskstats*
8399 F:      include/linux/taskstats*
8400 F:      kernel/taskstats.c
8402 TC CLASSIFIER
8403 M:      Jamal Hadi Salim <jhs@mojatatu.com>
8404 L:      netdev@vger.kernel.org
8405 S:      Maintained
8406 F:      include/net/pkt_cls.h
8407 F:      include/uapi/linux/pkt_cls.h
8408 F:      net/sched/
8410 TCP LOW PRIORITY MODULE
8411 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
8412 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
8413 W:      http://tcp-lp-mod.sourceforge.net/
8414 S:      Maintained
8415 F:      net/ipv4/tcp_lp.c
8417 TDA10071 MEDIA DRIVER
8418 M:      Antti Palosaari <crope@iki.fi>
8419 L:      linux-media@vger.kernel.org
8420 W:      http://linuxtv.org/
8421 W:      http://palosaari.fi/linux/
8422 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8423 T:      git git://linuxtv.org/anttip/media_tree.git
8424 S:      Maintained
8425 F:      drivers/media/dvb-frontends/tda10071*
8427 TDA18212 MEDIA DRIVER
8428 M:      Antti Palosaari <crope@iki.fi>
8429 L:      linux-media@vger.kernel.org
8430 W:      http://linuxtv.org/
8431 W:      http://palosaari.fi/linux/
8432 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8433 T:      git git://linuxtv.org/anttip/media_tree.git
8434 S:      Maintained
8435 F:      drivers/media/tuners/tda18212*
8437 TDA18218 MEDIA DRIVER
8438 M:      Antti Palosaari <crope@iki.fi>
8439 L:      linux-media@vger.kernel.org
8440 W:      http://linuxtv.org/
8441 W:      http://palosaari.fi/linux/
8442 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8443 T:      git git://linuxtv.org/anttip/media_tree.git
8444 S:      Maintained
8445 F:      drivers/media/tuners/tda18218*
8447 TDA18271 MEDIA DRIVER
8448 M:      Michael Krufky <mkrufky@linuxtv.org>
8449 L:      linux-media@vger.kernel.org
8450 W:      http://linuxtv.org/
8451 W:      http://github.com/mkrufky
8452 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8453 T:      git git://linuxtv.org/mkrufky/tuners.git
8454 S:      Maintained
8455 F:      drivers/media/tuners/tda18271*
8457 TDA827x MEDIA DRIVER
8458 M:      Michael Krufky <mkrufky@linuxtv.org>
8459 L:      linux-media@vger.kernel.org
8460 W:      http://linuxtv.org/
8461 W:      http://github.com/mkrufky
8462 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8463 T:      git git://linuxtv.org/mkrufky/tuners.git
8464 S:      Maintained
8465 F:      drivers/media/tuners/tda8290.*
8467 TDA8290 MEDIA DRIVER
8468 M:      Michael Krufky <mkrufky@linuxtv.org>
8469 L:      linux-media@vger.kernel.org
8470 W:      http://linuxtv.org/
8471 W:      http://github.com/mkrufky
8472 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8473 T:      git git://linuxtv.org/mkrufky/tuners.git
8474 S:      Maintained
8475 F:      drivers/media/tuners/tda8290.*
8477 TDA9840 MEDIA DRIVER
8478 M:      Hans Verkuil <hverkuil@xs4all.nl>
8479 L:      linux-media@vger.kernel.org
8480 T:      git git://linuxtv.org/media_tree.git
8481 W:      http://linuxtv.org
8482 S:      Maintained
8483 F:      drivers/media/i2c/tda9840*
8485 TEA5761 TUNER DRIVER
8486 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8487 L:      linux-media@vger.kernel.org
8488 W:      http://linuxtv.org
8489 T:      git git://linuxtv.org/media_tree.git
8490 S:      Odd fixes
8491 F:      drivers/media/tuners/tea5761.*
8493 TEA5767 TUNER DRIVER
8494 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8495 L:      linux-media@vger.kernel.org
8496 W:      http://linuxtv.org
8497 T:      git git://linuxtv.org/media_tree.git
8498 S:      Maintained
8499 F:      drivers/media/tuners/tea5767.*
8501 TEA6415C MEDIA DRIVER
8502 M:      Hans Verkuil <hverkuil@xs4all.nl>
8503 L:      linux-media@vger.kernel.org
8504 T:      git git://linuxtv.org/media_tree.git
8505 W:      http://linuxtv.org
8506 S:      Maintained
8507 F:      drivers/media/i2c/tea6415c*
8509 TEA6420 MEDIA DRIVER
8510 M:      Hans Verkuil <hverkuil@xs4all.nl>
8511 L:      linux-media@vger.kernel.org
8512 T:      git git://linuxtv.org/media_tree.git
8513 W:      http://linuxtv.org
8514 S:      Maintained
8515 F:      drivers/media/i2c/tea6420*
8517 TEAM DRIVER
8518 M:      Jiri Pirko <jiri@resnulli.us>
8519 L:      netdev@vger.kernel.org
8520 S:      Supported
8521 F:      drivers/net/team/
8522 F:      include/linux/if_team.h
8523 F:      include/uapi/linux/if_team.h
8525 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
8526 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
8527 S:      Maintained
8528 F:      arch/x86/platform/ts5500/
8530 TECHNOTREND USB IR RECEIVER
8531 M:      Sean Young <sean@mess.org>
8532 L:      linux-media@vger.kernel.org
8533 S:      Maintained
8534 F:      drivers/media/rc/ttusbir.c
8536 TEGRA ARCHITECTURE SUPPORT
8537 M:      Stephen Warren <swarren@wwwdotorg.org>
8538 M:      Thierry Reding <thierry.reding@gmail.com>
8539 L:      linux-tegra@vger.kernel.org
8540 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
8541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
8542 S:      Supported
8543 N:      [^a-z]tegra
8545 TEGRA ASOC DRIVER
8546 M:      Stephen Warren <swarren@wwwdotorg.org>
8547 S:      Supported
8548 F:      sound/soc/tegra/
8550 TEGRA CLOCK DRIVER
8551 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
8552 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
8553 S:      Supported
8554 F:      drivers/clk/tegra/
8556 TEGRA DMA DRIVER
8557 M:      Laxman Dewangan <ldewangan@nvidia.com>
8558 S:      Supported
8559 F:      drivers/dma/tegra20-apb-dma.c
8561 TEGRA GPIO DRIVER
8562 M:      Stephen Warren <swarren@wwwdotorg.org>
8563 S:      Supported
8564 F:      drivers/gpio/gpio-tegra.c
8566 TEGRA I2C DRIVER
8567 M:      Laxman Dewangan <ldewangan@nvidia.com>
8568 S:      Supported
8569 F:      drivers/i2c/busses/i2c-tegra.c
8571 TEGRA IOMMU DRIVERS
8572 M:      Hiroshi Doyu <hdoyu@nvidia.com>
8573 S:      Supported
8574 F:      drivers/iommu/tegra*
8576 TEGRA KBC DRIVER
8577 M:      Rakesh Iyer <riyer@nvidia.com>
8578 M:      Laxman Dewangan <ldewangan@nvidia.com>
8579 S:      Supported
8580 F:      drivers/input/keyboard/tegra-kbc.c
8582 TEGRA PINCTRL DRIVER
8583 M:      Stephen Warren <swarren@wwwdotorg.org>
8584 S:      Supported
8585 F:      drivers/pinctrl/pinctrl-tegra*
8587 TEGRA PWM DRIVER
8588 M:      Thierry Reding <thierry.reding@gmail.com>
8589 S:      Supported
8590 F:      drivers/pwm/pwm-tegra.c
8592 TEGRA SERIAL DRIVER
8593 M:      Laxman Dewangan <ldewangan@nvidia.com>
8594 S:      Supported
8595 F:      drivers/tty/serial/serial-tegra.c
8597 TEGRA SPI DRIVER
8598 M:      Laxman Dewangan <ldewangan@nvidia.com>
8599 S:      Supported
8600 F:      drivers/spi/spi-tegra*
8602 TEHUTI ETHERNET DRIVER
8603 M:      Andy Gospodarek <andy@greyhouse.net>
8604 L:      netdev@vger.kernel.org
8605 S:      Supported
8606 F:      drivers/net/ethernet/tehuti/*
8608 Telecom Clock Driver for MCPL0010
8609 M:      Mark Gross <mark.gross@intel.com>
8610 S:      Supported
8611 F:      drivers/char/tlclk.c
8613 TENSILICA XTENSA PORT (xtensa)
8614 M:      Chris Zankel <chris@zankel.net>
8615 M:      Max Filippov <jcmvbkbc@gmail.com>
8616 L:      linux-xtensa@linux-xtensa.org
8617 S:      Maintained
8618 F:      arch/xtensa/
8620 THERMAL
8621 M:      Zhang Rui <rui.zhang@intel.com>
8622 M:      Eduardo Valentin <eduardo.valentin@ti.com>
8623 L:      linux-pm@vger.kernel.org
8624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
8625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
8626 Q:      https://patchwork.kernel.org/project/linux-pm/list/
8627 S:      Supported
8628 F:      drivers/thermal/
8629 F:      include/linux/thermal.h
8630 F:      include/linux/cpu_cooling.h
8631 F:      Documentation/devicetree/bindings/thermal/
8633 THINGM BLINK(1) USB RGB LED DRIVER
8634 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8635 S:      Maintained
8636 F:      drivers/hid/hid-thingm.c
8638 THINKPAD ACPI EXTRAS DRIVER
8639 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
8640 L:      ibm-acpi-devel@lists.sourceforge.net
8641 L:      platform-driver-x86@vger.kernel.org
8642 W:      http://ibm-acpi.sourceforge.net
8643 W:      http://thinkwiki.org/wiki/Ibm-acpi
8644 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
8645 S:      Maintained
8646 F:      drivers/platform/x86/thinkpad_acpi.c
8648 TI BANDGAP AND THERMAL DRIVER
8649 M:      Eduardo Valentin <eduardo.valentin@ti.com>
8650 L:      linux-pm@vger.kernel.org
8651 S:      Supported
8652 F:      drivers/thermal/ti-soc-thermal/
8654 TI FLASH MEDIA INTERFACE DRIVER
8655 M:      Alex Dubov <oakad@yahoo.com>
8656 S:      Maintained
8657 F:      drivers/misc/tifm*
8658 F:      drivers/mmc/host/tifm_sd.c
8659 F:      include/linux/tifm.h
8661 TI LM49xxx FAMILY ASoC CODEC DRIVERS
8662 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
8663 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
8664 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8665 S:      Maintained
8666 F:      sound/soc/codecs/lm49453*
8667 F:      sound/soc/codecs/isabelle*
8669 TI LP855x BACKLIGHT DRIVER
8670 M:      Milo Kim <milo.kim@ti.com>
8671 S:      Maintained
8672 F:      Documentation/backlight/lp855x-driver.txt
8673 F:      drivers/video/backlight/lp855x_bl.c
8674 F:      include/linux/platform_data/lp855x.h
8676 TI LP8727 CHARGER DRIVER
8677 M:      Milo Kim <milo.kim@ti.com>
8678 S:      Maintained
8679 F:      drivers/power/lp8727_charger.c
8680 F:      include/linux/platform_data/lp8727.h
8682 TI LP8788 MFD DRIVER
8683 M:      Milo Kim <milo.kim@ti.com>
8684 S:      Maintained
8685 F:      drivers/iio/adc/lp8788_adc.c
8686 F:      drivers/leds/leds-lp8788.c
8687 F:      drivers/mfd/lp8788*.c
8688 F:      drivers/power/lp8788-charger.c
8689 F:      drivers/regulator/lp8788-*.c
8690 F:      include/linux/mfd/lp8788*.h
8692 TI TWL4030 SERIES SOC CODEC DRIVER
8693 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8694 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8695 S:      Maintained
8696 F:      sound/soc/codecs/twl4030*
8698 TI WILINK WIRELESS DRIVERS
8699 L:      linux-wireless@vger.kernel.org
8700 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
8701 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
8702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
8703 S:      Orphan
8704 F:      drivers/net/wireless/ti/
8705 F:      include/linux/wl12xx.h
8707 TIPC NETWORK LAYER
8708 M:      Jon Maloy <jon.maloy@ericsson.com>
8709 M:      Allan Stephens <allan.stephens@windriver.com>
8710 L:      netdev@vger.kernel.org (core kernel code)
8711 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
8712 W:      http://tipc.sourceforge.net/
8713 S:      Maintained
8714 F:      include/uapi/linux/tipc*.h
8715 F:      net/tipc/
8717 TILE ARCHITECTURE
8718 M:      Chris Metcalf <cmetcalf@tilera.com>
8719 W:      http://www.tilera.com/scm/
8720 S:      Supported
8721 F:      arch/tile/
8722 F:      drivers/char/tile-srom.c
8723 F:      drivers/edac/tile_edac.c
8724 F:      drivers/net/ethernet/tile/
8725 F:      drivers/rtc/rtc-tile.c
8726 F:      drivers/tty/hvc/hvc_tile.c
8727 F:      drivers/tty/serial/tilegx.c
8728 F:      drivers/usb/host/*-tilegx.c
8729 F:      include/linux/usb/tilegx.h
8731 TLAN NETWORK DRIVER
8732 M:      Samuel Chessman <chessman@tux.org>
8733 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
8734 W:      http://sourceforge.net/projects/tlan/
8735 S:      Maintained
8736 F:      Documentation/networking/tlan.txt
8737 F:      drivers/net/ethernet/ti/tlan.*
8739 TOMOYO SECURITY MODULE
8740 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
8741 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
8742 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
8743 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
8744 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
8745 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
8746 W:      http://tomoyo.sourceforge.jp/
8747 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
8748 S:      Maintained
8749 F:      security/tomoyo/
8751 TOPSTAR LAPTOP EXTRAS DRIVER
8752 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8753 L:      platform-driver-x86@vger.kernel.org
8754 S:      Maintained
8755 F:      drivers/platform/x86/topstar-laptop.c
8757 TOSHIBA ACPI EXTRAS DRIVER
8758 L:      platform-driver-x86@vger.kernel.org
8759 S:      Orphan
8760 F:      drivers/platform/x86/toshiba_acpi.c
8762 TOSHIBA SMM DRIVER
8763 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
8764 L:      tlinux-users@tce.toshiba-dme.co.jp
8765 W:      http://www.buzzard.org.uk/toshiba/
8766 S:      Maintained
8767 F:      drivers/char/toshiba.c
8768 F:      include/linux/toshiba.h
8769 F:      include/uapi/linux/toshiba.h
8771 TMIO MMC DRIVER
8772 M:      Ian Molton <ian@mnementh.co.uk>
8773 L:      linux-mmc@vger.kernel.org
8774 S:      Maintained
8775 F:      drivers/mmc/host/tmio_mmc*
8776 F:      drivers/mmc/host/sh_mobile_sdhi.c
8777 F:      include/linux/mmc/tmio.h
8778 F:      include/linux/mmc/sh_mobile_sdhi.h
8780 TMP401 HARDWARE MONITOR DRIVER
8781 M:      Guenter Roeck <linux@roeck-us.net>
8782 L:      lm-sensors@lm-sensors.org
8783 S:      Maintained
8784 F:      Documentation/hwmon/tmp401
8785 F:      drivers/hwmon/tmp401.c
8787 TMPFS (SHMEM FILESYSTEM)
8788 M:      Hugh Dickins <hughd@google.com>
8789 L:      linux-mm@kvack.org
8790 S:      Maintained
8791 F:      include/linux/shmem_fs.h
8792 F:      mm/shmem.c
8794 TM6000 VIDEO4LINUX DRIVER
8795 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8796 L:      linux-media@vger.kernel.org
8797 W:      http://linuxtv.org
8798 T:      git git://linuxtv.org/media_tree.git
8799 S:      Odd fixes
8800 F:      drivers/media/usb/tm6000/
8802 TPM DEVICE DRIVER
8803 M:      Peter Huewe <peterhuewe@gmx.de>
8804 M:      Ashley Lai <ashley@ashleylai.com>
8805 M:      Marcel Selhorst <tpmdd@selhorst.net>
8806 W:      http://tpmdd.sourceforge.net
8807 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
8808 S:      Maintained
8809 F:      drivers/char/tpm/
8811 TRACING
8812 M:      Steven Rostedt <rostedt@goodmis.org>
8813 M:      Frederic Weisbecker <fweisbec@gmail.com>
8814 M:      Ingo Molnar <mingo@redhat.com>
8815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8816 S:      Maintained
8817 F:      Documentation/trace/ftrace.txt
8818 F:      arch/*/*/*/ftrace.h
8819 F:      arch/*/kernel/ftrace.c
8820 F:      include/*/ftrace.h
8821 F:      include/linux/trace*.h
8822 F:      include/trace/
8823 F:      kernel/trace/
8825 TRIVIAL PATCHES
8826 M:      Jiri Kosina <trivial@kernel.org>
8827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
8828 S:      Maintained
8829 K:      ^Subject:.*(?i)trivial
8831 TTY LAYER
8832 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8833 M:      Jiri Slaby <jslaby@suse.cz>
8834 S:      Supported
8835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
8836 F:      drivers/tty/
8837 F:      drivers/tty/serial/serial_core.c
8838 F:      include/linux/serial_core.h
8839 F:      include/linux/serial.h
8840 F:      include/linux/tty.h
8841 F:      include/uapi/linux/serial_core.h
8842 F:      include/uapi/linux/serial.h
8843 F:      include/uapi/linux/tty.h
8845 TUA9001 MEDIA DRIVER
8846 M:      Antti Palosaari <crope@iki.fi>
8847 L:      linux-media@vger.kernel.org
8848 W:      http://linuxtv.org/
8849 W:      http://palosaari.fi/linux/
8850 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8851 T:      git git://linuxtv.org/anttip/media_tree.git
8852 S:      Maintained
8853 F:      drivers/media/tuners/tua9001*
8855 TULIP NETWORK DRIVERS
8856 M:      Grant Grundler <grundler@parisc-linux.org>
8857 L:      netdev@vger.kernel.org
8858 S:      Maintained
8859 F:      drivers/net/ethernet/dec/tulip/
8861 TUN/TAP driver
8862 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
8863 W:      http://vtun.sourceforge.net/tun
8864 S:      Maintained
8865 F:      Documentation/networking/tuntap.txt
8866 F:      arch/um/os-Linux/drivers/
8868 TURBOCHANNEL SUBSYSTEM
8869 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
8870 S:      Maintained
8871 F:      drivers/tc/
8872 F:      include/linux/tc.h
8874 U14-34F SCSI DRIVER
8875 M:      Dario Ballabio <ballabio_dario@emc.com>
8876 L:      linux-scsi@vger.kernel.org
8877 S:      Maintained
8878 F:      drivers/scsi/u14-34f.c
8880 UBI FILE SYSTEM (UBIFS)
8881 M:      Artem Bityutskiy <dedekind1@gmail.com>
8882 M:      Adrian Hunter <adrian.hunter@intel.com>
8883 L:      linux-mtd@lists.infradead.org
8884 T:      git git://git.infradead.org/ubifs-2.6.git
8885 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
8886 S:      Maintained
8887 F:      Documentation/filesystems/ubifs.txt
8888 F:      fs/ubifs/
8890 UCLINUX (AND M68KNOMMU)
8891 M:      Greg Ungerer <gerg@uclinux.org>
8892 W:      http://www.uclinux.org/
8893 L:      uclinux-dev@uclinux.org  (subscribers-only)
8894 S:      Maintained
8895 F:      arch/m68k/*/*_no.*
8896 F:      arch/m68k/include/asm/*_no.*
8898 UDF FILESYSTEM
8899 M:      Jan Kara <jack@suse.cz>
8900 S:      Maintained
8901 F:      Documentation/filesystems/udf.txt
8902 F:      fs/udf/
8904 UFS FILESYSTEM
8905 M:      Evgeniy Dushistov <dushistov@mail.ru>
8906 S:      Maintained
8907 F:      Documentation/filesystems/ufs.txt
8908 F:      fs/ufs/
8910 UHID USERSPACE HID IO DRIVER:
8911 M:      David Herrmann <dh.herrmann@googlemail.com>
8912 L:      linux-input@vger.kernel.org
8913 S:      Maintained
8914 F:      drivers/hid/uhid.c
8915 F:      include/uapi/linux/uhid.h
8917 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
8918 L:      linux-usb@vger.kernel.org
8919 S:      Orphan
8920 F:      drivers/uwb/
8921 F:      include/linux/uwb.h
8922 F:      include/linux/uwb/
8924 UNICORE32 ARCHITECTURE:
8925 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8926 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8927 S:      Maintained
8928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
8929 F:      arch/unicore32/
8931 UNIFDEF
8932 M:      Tony Finch <dot@dotat.at>
8933 W:      http://dotat.at/prog/unifdef
8934 S:      Maintained
8935 F:      scripts/unifdef.c
8937 UNIFORM CDROM DRIVER
8938 M:      Jens Axboe <axboe@kernel.dk>
8939 W:      http://www.kernel.dk
8940 S:      Maintained
8941 F:      Documentation/cdrom/
8942 F:      drivers/cdrom/cdrom.c
8943 F:      include/linux/cdrom.h
8944 F:      include/uapi/linux/cdrom.h
8946 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
8947 M:      Vinayak Holikatti <vinholikatti@gmail.com>
8948 M:      Santosh Y <santoshsy@gmail.com>
8949 L:      linux-scsi@vger.kernel.org
8950 S:      Supported
8951 F:      Documentation/scsi/ufs.txt
8952 F:      drivers/scsi/ufs/
8954 UNSORTED BLOCK IMAGES (UBI)
8955 M:      Artem Bityutskiy <dedekind1@gmail.com>
8956 W:      http://www.linux-mtd.infradead.org/
8957 L:      linux-mtd@lists.infradead.org
8958 T:      git git://git.infradead.org/ubi-2.6.git
8959 S:      Maintained
8960 F:      drivers/mtd/ubi/
8961 F:      include/linux/mtd/ubi.h
8962 F:      include/uapi/mtd/ubi-user.h
8964 UNSORTED BLOCK IMAGES (UBI) Fastmap
8965 M:      Richard Weinberger <richard@nod.at>
8966 L:      linux-mtd@lists.infradead.org
8967 S:      Maintained
8968 F:      drivers/mtd/ubi/fastmap.c
8970 USB ACM DRIVER
8971 M:      Oliver Neukum <oliver@neukum.org>
8972 L:      linux-usb@vger.kernel.org
8973 S:      Maintained
8974 F:      Documentation/usb/acm.txt
8975 F:      drivers/usb/class/cdc-acm.*
8977 USB AR5523 WIRELESS DRIVER
8978 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
8979 L:      linux-wireless@vger.kernel.org
8980 S:      Maintained
8981 F:      drivers/net/wireless/ath/ar5523/
8983 USB ATTACHED SCSI
8984 M:      Matthew Wilcox <willy@linux.intel.com>
8985 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
8986 M:      Gerd Hoffmann <kraxel@redhat.com>
8987 L:      linux-usb@vger.kernel.org
8988 L:      linux-scsi@vger.kernel.org
8989 S:      Maintained
8990 F:      drivers/usb/storage/uas.c
8992 USB CDC ETHERNET DRIVER
8993 M:      Oliver Neukum <oliver@neukum.org>
8994 L:      linux-usb@vger.kernel.org
8995 S:      Maintained
8996 F:      drivers/net/usb/cdc_*.c
8997 F:      include/uapi/linux/usb/cdc.h
8999 USB CYPRESS C67X00 DRIVER
9000 M:      Peter Korsgaard <jacmet@sunsite.dk>
9001 L:      linux-usb@vger.kernel.org
9002 S:      Maintained
9003 F:      drivers/usb/c67x00/
9005 USB DAVICOM DM9601 DRIVER
9006 M:      Peter Korsgaard <jacmet@sunsite.dk>
9007 L:      netdev@vger.kernel.org
9008 W:      http://www.linux-usb.org/usbnet
9009 S:      Maintained
9010 F:      drivers/net/usb/dm9601.c
9012 USB DIAMOND RIO500 DRIVER
9013 M:      Cesar Miquel <miquel@df.uba.ar>
9014 L:      rio500-users@lists.sourceforge.net
9015 W:      http://rio500.sourceforge.net
9016 S:      Maintained
9017 F:      drivers/usb/misc/rio500*
9019 USB EHCI DRIVER
9020 M:      Alan Stern <stern@rowland.harvard.edu>
9021 L:      linux-usb@vger.kernel.org
9022 S:      Maintained
9023 F:      Documentation/usb/ehci.txt
9024 F:      drivers/usb/host/ehci*
9026 USB GADGET/PERIPHERAL SUBSYSTEM
9027 M:      Felipe Balbi <balbi@ti.com>
9028 L:      linux-usb@vger.kernel.org
9029 W:      http://www.linux-usb.org/gadget
9030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9031 S:      Maintained
9032 F:      drivers/usb/gadget/
9033 F:      include/linux/usb/gadget*
9035 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9036 M:      Jiri Kosina <jkosina@suse.cz>
9037 L:      linux-usb@vger.kernel.org
9038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9039 S:      Maintained
9040 F:      Documentation/hid/hiddev.txt
9041 F:      drivers/hid/usbhid/
9043 USB/IP DRIVERS
9044 L:      linux-usb@vger.kernel.org
9045 S:      Orphan
9046 F:      drivers/staging/usbip/
9048 USB ISP116X DRIVER
9049 M:      Olav Kongas <ok@artecdesign.ee>
9050 L:      linux-usb@vger.kernel.org
9051 S:      Maintained
9052 F:      drivers/usb/host/isp116x*
9053 F:      include/linux/usb/isp116x.h
9055 USB KAWASAKI LSI DRIVER
9056 M:      Oliver Neukum <oliver@neukum.org>
9057 L:      linux-usb@vger.kernel.org
9058 S:      Maintained
9059 F:      drivers/usb/serial/kl5kusb105.*
9061 USB MASS STORAGE DRIVER
9062 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9063 L:      linux-usb@vger.kernel.org
9064 L:      usb-storage@lists.one-eyed-alien.net
9065 S:      Maintained
9066 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
9067 F:      drivers/usb/storage/
9069 USB MIDI DRIVER
9070 M:      Clemens Ladisch <clemens@ladisch.de>
9071 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9072 T:      git git://git.alsa-project.org/alsa-kernel.git
9073 S:      Maintained
9074 F:      sound/usb/midi.*
9076 USB NETWORKING DRIVERS
9077 L:      linux-usb@vger.kernel.org
9078 S:      Odd Fixes
9079 F:      drivers/net/usb/
9081 USB OHCI DRIVER
9082 M:      Alan Stern <stern@rowland.harvard.edu>
9083 L:      linux-usb@vger.kernel.org
9084 S:      Maintained
9085 F:      Documentation/usb/ohci.txt
9086 F:      drivers/usb/host/ohci*
9088 USB OPTION-CARD DRIVER
9089 M:      Matthias Urlichs <smurf@smurf.noris.de>
9090 L:      linux-usb@vger.kernel.org
9091 S:      Maintained
9092 F:      drivers/usb/serial/option.c
9094 USB PEGASUS DRIVER
9095 M:      Petko Manolov <petkan@nucleusys.com>
9096 L:      linux-usb@vger.kernel.org
9097 L:      netdev@vger.kernel.org
9098 T:      git git://github.com/petkan/pegasus.git
9099 W:      https://github.com/petkan/pegasus
9100 S:      Maintained
9101 F:      drivers/net/usb/pegasus.*
9103 USB PHY LAYER
9104 M:      Felipe Balbi <balbi@ti.com>
9105 L:      linux-usb@vger.kernel.org
9106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9107 S:      Maintained
9108 F:      drivers/usb/phy/
9110 USB PRINTER DRIVER (usblp)
9111 M:      Pete Zaitcev <zaitcev@redhat.com>
9112 L:      linux-usb@vger.kernel.org
9113 S:      Supported
9114 F:      drivers/usb/class/usblp.c
9116 USB RTL8150 DRIVER
9117 M:      Petko Manolov <petkan@nucleusys.com>
9118 L:      linux-usb@vger.kernel.org
9119 L:      netdev@vger.kernel.org
9120 T:      git git://github.com/petkan/rtl8150.git
9121 W:      https://github.com/petkan/rtl8150
9122 S:      Maintained
9123 F:      drivers/net/usb/rtl8150.c
9125 USB SERIAL SUBSYSTEM
9126 M:      Johan Hovold <jhovold@gmail.com>
9127 L:      linux-usb@vger.kernel.org
9128 S:      Maintained
9129 F:      Documentation/usb/usb-serial.txt
9130 F:      drivers/usb/serial/
9131 F:      include/linux/usb/serial.h
9133 USB SMSC75XX ETHERNET DRIVER
9134 M:      Steve Glendinning <steve.glendinning@shawell.net>
9135 L:      netdev@vger.kernel.org
9136 S:      Maintained
9137 F:      drivers/net/usb/smsc75xx.*
9139 USB SMSC95XX ETHERNET DRIVER
9140 M:      Steve Glendinning <steve.glendinning@shawell.net>
9141 L:      netdev@vger.kernel.org
9142 S:      Maintained
9143 F:      drivers/net/usb/smsc95xx.*
9145 USB SN9C1xx DRIVER
9146 M:      Luca Risolia <luca.risolia@studio.unibo.it>
9147 L:      linux-usb@vger.kernel.org
9148 L:      linux-media@vger.kernel.org
9149 T:      git git://linuxtv.org/media_tree.git
9150 W:      http://www.linux-projects.org
9151 S:      Maintained
9152 F:      Documentation/video4linux/sn9c102.txt
9153 F:      drivers/media/usb/sn9c102/
9155 USB SUBSYSTEM
9156 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9157 L:      linux-usb@vger.kernel.org
9158 W:      http://www.linux-usb.org
9159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
9160 S:      Supported
9161 F:      Documentation/usb/
9162 F:      drivers/usb/
9163 F:      include/linux/usb.h
9164 F:      include/linux/usb/
9166 USB UHCI DRIVER
9167 M:      Alan Stern <stern@rowland.harvard.edu>
9168 L:      linux-usb@vger.kernel.org
9169 S:      Maintained
9170 F:      drivers/usb/host/uhci*
9172 USB "USBNET" DRIVER FRAMEWORK
9173 M:      Oliver Neukum <oneukum@suse.de>
9174 L:      netdev@vger.kernel.org
9175 W:      http://www.linux-usb.org/usbnet
9176 S:      Maintained
9177 F:      drivers/net/usb/usbnet.c
9178 F:      include/linux/usb/usbnet.h
9180 USB VIDEO CLASS
9181 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9182 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
9183 L:      linux-media@vger.kernel.org
9184 T:      git git://linuxtv.org/media_tree.git
9185 W:      http://www.ideasonboard.org/uvc/
9186 S:      Maintained
9187 F:      drivers/media/usb/uvc/
9188 F:      include/uapi/linux/uvcvideo.h
9190 USB VISION DRIVER
9191 M:      Hans Verkuil <hverkuil@xs4all.nl>
9192 L:      linux-media@vger.kernel.org
9193 T:      git git://linuxtv.org/media_tree.git
9194 W:      http://linuxtv.org
9195 S:      Odd Fixes
9196 F:      drivers/media/usb/usbvision/
9198 USB WEBCAM GADGET
9199 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9200 L:      linux-usb@vger.kernel.org
9201 S:      Maintained
9202 F:      drivers/usb/gadget/*uvc*.c
9203 F:      drivers/usb/gadget/webcam.c
9205 USB WIRELESS RNDIS DRIVER (rndis_wlan)
9206 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
9207 L:      linux-wireless@vger.kernel.org
9208 S:      Maintained
9209 F:      drivers/net/wireless/rndis_wlan.c
9211 USB XHCI DRIVER
9212 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
9213 L:      linux-usb@vger.kernel.org
9214 S:      Supported
9215 F:      drivers/usb/host/xhci*
9216 F:      drivers/usb/host/pci-quirks*
9218 USB ZD1201 DRIVER
9219 L:      linux-wireless@vger.kernel.org
9220 W:      http://linux-lc100020.sourceforge.net
9221 S:      Orphan
9222 F:      drivers/net/wireless/zd1201.*
9224 USB ZR364XX DRIVER
9225 M:      Antoine Jacquet <royale@zerezo.com>
9226 L:      linux-usb@vger.kernel.org
9227 L:      linux-media@vger.kernel.org
9228 T:      git git://linuxtv.org/media_tree.git
9229 W:      http://royale.zerezo.com/zr364xx/
9230 S:      Maintained
9231 F:      Documentation/video4linux/zr364xx.txt
9232 F:      drivers/media/usb/zr364xx/
9234 USER-MODE LINUX (UML)
9235 M:      Jeff Dike <jdike@addtoit.com>
9236 M:      Richard Weinberger <richard@nod.at>
9237 L:      user-mode-linux-devel@lists.sourceforge.net
9238 L:      user-mode-linux-user@lists.sourceforge.net
9239 W:      http://user-mode-linux.sourceforge.net
9240 S:      Maintained
9241 F:      Documentation/virtual/uml/
9242 F:      arch/um/
9243 F:      arch/x86/um/
9244 F:      fs/hostfs/
9245 F:      fs/hppfs/
9247 USERSPACE I/O (UIO)
9248 M:      "Hans J. Koch" <hjk@hansjkoch.de>
9249 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9250 S:      Maintained
9251 F:      Documentation/DocBook/uio-howto.tmpl
9252 F:      drivers/uio/
9253 F:      include/linux/uio*.h
9255 UTIL-LINUX PACKAGE
9256 M:      Karel Zak <kzak@redhat.com>
9257 L:      util-linux@vger.kernel.org
9258 W:      http://en.wikipedia.org/wiki/Util-linux
9259 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
9260 S:      Maintained
9262 UVESAFB DRIVER
9263 M:      Michal Januszewski <spock@gentoo.org>
9264 L:      linux-fbdev@vger.kernel.org
9265 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
9266 S:      Maintained
9267 F:      Documentation/fb/uvesafb.txt
9268 F:      drivers/video/uvesafb.*
9270 VFAT/FAT/MSDOS FILESYSTEM
9271 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
9272 S:      Maintained
9273 F:      Documentation/filesystems/vfat.txt
9274 F:      fs/fat/
9276 VFIO DRIVER
9277 M:      Alex Williamson <alex.williamson@redhat.com>
9278 L:      kvm@vger.kernel.org
9279 S:      Maintained
9280 F:      Documentation/vfio.txt
9281 F:      drivers/vfio/
9282 F:      include/linux/vfio.h
9283 F:      include/uapi/linux/vfio.h
9285 VIDEOBUF2 FRAMEWORK
9286 M:      Pawel Osciak <pawel@osciak.com>
9287 M:      Marek Szyprowski <m.szyprowski@samsung.com>
9288 M:      Kyungmin Park <kyungmin.park@samsung.com>
9289 L:      linux-media@vger.kernel.org
9290 S:      Maintained
9291 F:      drivers/media/v4l2-core/videobuf2-*
9292 F:      include/media/videobuf2-*
9294 VIRTIO CONSOLE DRIVER
9295 M:      Amit Shah <amit.shah@redhat.com>
9296 L:      virtio-dev@lists.oasis-open.org
9297 L:      virtualization@lists.linux-foundation.org
9298 S:      Maintained
9299 F:      drivers/char/virtio_console.c
9300 F:      include/linux/virtio_console.h
9301 F:      include/uapi/linux/virtio_console.h
9303 VIRTIO CORE, NET AND BLOCK DRIVERS
9304 M:      Rusty Russell <rusty@rustcorp.com.au>
9305 M:      "Michael S. Tsirkin" <mst@redhat.com>
9306 L:      virtio-dev@lists.oasis-open.org
9307 L:      virtualization@lists.linux-foundation.org
9308 S:      Maintained
9309 F:      drivers/virtio/
9310 F:      tools/virtio/
9311 F:      drivers/net/virtio_net.c
9312 F:      drivers/block/virtio_blk.c
9313 F:      include/linux/virtio_*.h
9314 F:      include/uapi/linux/virtio_*.h
9316 VIRTIO HOST (VHOST)
9317 M:      "Michael S. Tsirkin" <mst@redhat.com>
9318 L:      kvm@vger.kernel.org
9319 L:      virtio-dev@lists.oasis-open.org
9320 L:      virtualization@lists.linux-foundation.org
9321 L:      netdev@vger.kernel.org
9322 S:      Maintained
9323 F:      drivers/vhost/
9324 F:      include/uapi/linux/vhost.h
9326 VIA RHINE NETWORK DRIVER
9327 M:      Roger Luethi <rl@hellgate.ch>
9328 S:      Maintained
9329 F:      drivers/net/ethernet/via/via-rhine.c
9331 VIA SD/MMC CARD CONTROLLER DRIVER
9332 M:      Bruce Chang <brucechang@via.com.tw>
9333 M:      Harald Welte <HaraldWelte@viatech.com>
9334 S:      Maintained
9335 F:      drivers/mmc/host/via-sdmmc.c
9337 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
9338 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
9339 L:      linux-fbdev@vger.kernel.org
9340 S:      Maintained
9341 F:      include/linux/via-core.h
9342 F:      include/linux/via-gpio.h
9343 F:      include/linux/via_i2c.h
9344 F:      drivers/video/via/
9346 VIA VELOCITY NETWORK DRIVER
9347 M:      Francois Romieu <romieu@fr.zoreil.com>
9348 L:      netdev@vger.kernel.org
9349 S:      Maintained
9350 F:      drivers/net/ethernet/via/via-velocity.*
9352 VIVI VIRTUAL VIDEO DRIVER
9353 M:      Hans Verkuil <hverkuil@xs4all.nl>
9354 L:      linux-media@vger.kernel.org
9355 T:      git git://linuxtv.org/media_tree.git
9356 W:      http://linuxtv.org
9357 S:      Maintained
9358 F:      drivers/media/platform/vivi*
9360 VLAN (802.1Q)
9361 M:      Patrick McHardy <kaber@trash.net>
9362 L:      netdev@vger.kernel.org
9363 S:      Maintained
9364 F:      drivers/net/macvlan.c
9365 F:      include/linux/if_*vlan.h
9366 F:      net/8021q/
9368 VLYNQ BUS
9369 M:      Florian Fainelli <florian@openwrt.org>
9370 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
9371 S:      Maintained
9372 F:      drivers/vlynq/vlynq.c
9373 F:      include/linux/vlynq.h
9375 VME SUBSYSTEM
9376 M:      Martyn Welch <martyn.welch@ge.com>
9377 M:      Manohar Vanga <manohar.vanga@gmail.com>
9378 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9379 L:      devel@driverdev.osuosl.org
9380 S:      Maintained
9381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
9382 F:      Documentation/vme_api.txt
9383 F:      drivers/staging/vme/
9384 F:      drivers/vme/
9385 F:      include/linux/vme*
9387 VMWARE HYPERVISOR INTERFACE
9388 M:      Alok Kataria <akataria@vmware.com>
9389 L:      virtualization@lists.linux-foundation.org
9390 S:      Supported
9391 F:      arch/x86/kernel/cpu/vmware.c
9393 VMWARE VMXNET3 ETHERNET DRIVER
9394 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
9395 M:      "VMware, Inc." <pv-drivers@vmware.com>
9396 L:      netdev@vger.kernel.org
9397 S:      Maintained
9398 F:      drivers/net/vmxnet3/
9400 VMware PVSCSI driver
9401 M:      Arvind Kumar <arvindkumar@vmware.com>
9402 M:      VMware PV-Drivers <pv-drivers@vmware.com>
9403 L:      linux-scsi@vger.kernel.org
9404 S:      Maintained
9405 F:      drivers/scsi/vmw_pvscsi.c
9406 F:      drivers/scsi/vmw_pvscsi.h
9408 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
9409 M:      Liam Girdwood <lgirdwood@gmail.com>
9410 M:      Mark Brown <broonie@kernel.org>
9411 W:      http://opensource.wolfsonmicro.com/node/15
9412 W:      http://www.slimlogic.co.uk/?p=48
9413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
9414 S:      Supported
9415 F:      drivers/regulator/
9416 F:      include/linux/regulator/
9418 VT1211 HARDWARE MONITOR DRIVER
9419 M:      Juerg Haefliger <juergh@gmail.com>
9420 L:      lm-sensors@lm-sensors.org
9421 S:      Maintained
9422 F:      Documentation/hwmon/vt1211
9423 F:      drivers/hwmon/vt1211.c
9425 VT8231 HARDWARE MONITOR DRIVER
9426 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
9427 L:      lm-sensors@lm-sensors.org
9428 S:      Maintained
9429 F:      drivers/hwmon/vt8231.c
9431 VUB300 USB to SDIO/SD/MMC bridge chip
9432 M:      Tony Olech <tony.olech@elandigitalsystems.com>
9433 L:      linux-mmc@vger.kernel.org
9434 L:      linux-usb@vger.kernel.org
9435 S:      Supported
9436 F:      drivers/mmc/host/vub300.c
9438 W1 DALLAS'S 1-WIRE BUS
9439 M:      Evgeniy Polyakov <zbr@ioremap.net>
9440 S:      Maintained
9441 F:      Documentation/w1/
9442 F:      drivers/w1/
9444 W83791D HARDWARE MONITORING DRIVER
9445 M:      Marc Hulsman <m.hulsman@tudelft.nl>
9446 L:      lm-sensors@lm-sensors.org
9447 S:      Maintained
9448 F:      Documentation/hwmon/w83791d
9449 F:      drivers/hwmon/w83791d.c
9451 W83793 HARDWARE MONITORING DRIVER
9452 M:      Rudolf Marek <r.marek@assembler.cz>
9453 L:      lm-sensors@lm-sensors.org
9454 S:      Maintained
9455 F:      Documentation/hwmon/w83793
9456 F:      drivers/hwmon/w83793.c
9458 W83795 HARDWARE MONITORING DRIVER
9459 M:      Jean Delvare <khali@linux-fr.org>
9460 L:      lm-sensors@lm-sensors.org
9461 S:      Maintained
9462 F:      drivers/hwmon/w83795.c
9464 W83L51xD SD/MMC CARD INTERFACE DRIVER
9465 M:      Pierre Ossman <pierre@ossman.eu>
9466 S:      Maintained
9467 F:      drivers/mmc/host/wbsd.*
9469 WATCHDOG DEVICE DRIVERS
9470 M:      Wim Van Sebroeck <wim@iguana.be>
9471 L:      linux-watchdog@vger.kernel.org
9472 W:      http://www.linux-watchdog.org/
9473 T:      git git://www.linux-watchdog.org/linux-watchdog.git
9474 S:      Maintained
9475 F:      Documentation/watchdog/
9476 F:      drivers/watchdog/
9477 F:      include/linux/watchdog.h
9478 F:      include/uapi/linux/watchdog.h
9480 WD7000 SCSI DRIVER
9481 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
9482 L:      linux-scsi@vger.kernel.org
9483 S:      Maintained
9484 F:      drivers/scsi/wd7000.c
9486 WIIMOTE HID DRIVER
9487 M:      David Herrmann <dh.herrmann@googlemail.com>
9488 L:      linux-input@vger.kernel.org
9489 S:      Maintained
9490 F:      drivers/hid/hid-wiimote*
9492 WINBOND CIR DRIVER
9493 M:      David Härdeman <david@hardeman.nu>
9494 S:      Maintained
9495 F:      drivers/media/rc/winbond-cir.c
9497 WIMAX STACK
9498 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
9499 M:      linux-wimax@intel.com
9500 L:      wimax@linuxwimax.org
9501 S:      Supported
9502 W:      http://linuxwimax.org
9503 F:      Documentation/wimax/README.wimax
9504 F:      include/linux/wimax/debug.h
9505 F:      include/net/wimax.h
9506 F:      include/uapi/linux/wimax.h
9507 F:      net/wimax/
9509 WISTRON LAPTOP BUTTON DRIVER
9510 M:      Miloslav Trmac <mitr@volny.cz>
9511 S:      Maintained
9512 F:      drivers/input/misc/wistron_btns.c
9514 WL3501 WIRELESS PCMCIA CARD DRIVER
9515 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
9516 L:      linux-wireless@vger.kernel.org
9517 W:      http://oops.ghostprotocols.net:81/blog
9518 S:      Maintained
9519 F:      drivers/net/wireless/wl3501*
9521 WM97XX TOUCHSCREEN DRIVERS
9522 M:      Mark Brown <broonie@kernel.org>
9523 M:      Liam Girdwood <lrg@slimlogic.co.uk>
9524 L:      linux-input@vger.kernel.org
9525 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
9526 W:      http://opensource.wolfsonmicro.com/node/7
9527 S:      Supported
9528 F:      drivers/input/touchscreen/*wm97*
9529 F:      include/linux/wm97xx.h
9531 WOLFSON MICROELECTRONICS DRIVERS
9532 L:      patches@opensource.wolfsonmicro.com
9533 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
9534 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
9535 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
9536 S:      Supported
9537 F:      Documentation/hwmon/wm83??
9538 F:      arch/arm/mach-s3c64xx/mach-crag6410*
9539 F:      drivers/clk/clk-wm83*.c
9540 F:      drivers/extcon/extcon-arizona.c
9541 F:      drivers/leds/leds-wm83*.c
9542 F:      drivers/gpio/gpio-*wm*.c
9543 F:      drivers/gpio/gpio-arizona.c
9544 F:      drivers/hwmon/wm83??-hwmon.c
9545 F:      drivers/input/misc/wm831x-on.c
9546 F:      drivers/input/touchscreen/wm831x-ts.c
9547 F:      drivers/input/touchscreen/wm97*.c
9548 F:      drivers/mfd/arizona*
9549 F:      drivers/mfd/wm*.c
9550 F:      drivers/power/wm83*.c
9551 F:      drivers/rtc/rtc-wm83*.c
9552 F:      drivers/regulator/wm8*.c
9553 F:      drivers/video/backlight/wm83*_bl.c
9554 F:      drivers/watchdog/wm83*_wdt.c
9555 F:      include/linux/mfd/arizona/
9556 F:      include/linux/mfd/wm831x/
9557 F:      include/linux/mfd/wm8350/
9558 F:      include/linux/mfd/wm8400*
9559 F:      include/linux/wm97xx.h
9560 F:      include/sound/wm????.h
9561 F:      sound/soc/codecs/arizona.?
9562 F:      sound/soc/codecs/wm*
9564 WORKQUEUE
9565 M:      Tejun Heo <tj@kernel.org>
9566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
9567 S:      Maintained
9568 F:      include/linux/workqueue.h
9569 F:      kernel/workqueue.c
9570 F:      Documentation/workqueue.txt
9572 X.25 NETWORK LAYER
9573 M:      Andrew Hendry <andrew.hendry@gmail.com>
9574 L:      linux-x25@vger.kernel.org
9575 S:      Odd Fixes
9576 F:      Documentation/networking/x25*
9577 F:      include/net/x25*
9578 F:      net/x25/
9580 X86 ARCHITECTURE (32-BIT AND 64-BIT)
9581 M:      Thomas Gleixner <tglx@linutronix.de>
9582 M:      Ingo Molnar <mingo@redhat.com>
9583 M:      "H. Peter Anvin" <hpa@zytor.com>
9584 M:      x86@kernel.org
9585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
9586 S:      Maintained
9587 F:      Documentation/x86/
9588 F:      arch/x86/
9590 X86 PLATFORM DRIVERS
9591 M:      Matthew Garrett <matthew.garrett@nebula.com>
9592 L:      platform-driver-x86@vger.kernel.org
9593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
9594 S:      Maintained
9595 F:      drivers/platform/x86/
9597 X86 MCE INFRASTRUCTURE
9598 M:      Tony Luck <tony.luck@intel.com>
9599 M:      Borislav Petkov <bp@alien8.de>
9600 L:      linux-edac@vger.kernel.org
9601 S:      Maintained
9602 F:      arch/x86/kernel/cpu/mcheck/*
9604 XC2028/3028 TUNER DRIVER
9605 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
9606 L:      linux-media@vger.kernel.org
9607 W:      http://linuxtv.org
9608 T:      git git://linuxtv.org/media_tree.git
9609 S:      Maintained
9610 F:      drivers/media/tuners/tuner-xc2028.*
9612 XEN HYPERVISOR INTERFACE
9613 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9614 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
9615 M:      David Vrabel <david.vrabel@citrix.com>
9616 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
9618 S:      Supported
9619 F:      arch/x86/xen/
9620 F:      drivers/*/xen-*front.c
9621 F:      drivers/xen/
9622 F:      arch/x86/include/asm/xen/
9623 F:      include/xen/
9624 F:      include/uapi/xen/
9626 XEN HYPERVISOR ARM
9627 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
9628 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9629 S:      Supported
9630 F:      arch/arm/xen/
9631 F:      arch/arm/include/asm/xen/
9633 XEN HYPERVISOR ARM64
9634 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
9635 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9636 S:      Supported
9637 F:      arch/arm64/xen/
9638 F:      arch/arm64/include/asm/xen/
9640 XEN NETWORK BACKEND DRIVER
9641 M:      Ian Campbell <ian.campbell@citrix.com>
9642 M:      Wei Liu <wei.liu2@citrix.com>
9643 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9644 L:      netdev@vger.kernel.org
9645 S:      Supported
9646 F:      drivers/net/xen-netback/*
9648 XEN PCI SUBSYSTEM
9649 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9650 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9651 S:      Supported
9652 F:      arch/x86/pci/*xen*
9653 F:      drivers/pci/*xen*
9655 XEN SWIOTLB SUBSYSTEM
9656 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9657 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9658 S:      Supported
9659 F:      arch/x86/xen/*swiotlb*
9660 F:      drivers/xen/*swiotlb*
9662 XFS FILESYSTEM
9663 P:      Silicon Graphics Inc
9664 M:      Dave Chinner <david@fromorbit.com>
9665 M:      Ben Myers <bpm@sgi.com>
9666 M:      xfs@oss.sgi.com
9667 L:      xfs@oss.sgi.com
9668 W:      http://oss.sgi.com/projects/xfs
9669 T:      git git://oss.sgi.com/xfs/xfs.git
9670 S:      Supported
9671 F:      Documentation/filesystems/xfs.txt
9672 F:      fs/xfs/
9674 XILINX AXI ETHERNET DRIVER
9675 M:      Anirudha Sarangi <anirudh@xilinx.com>
9676 M:      John Linn <John.Linn@xilinx.com>
9677 S:      Maintained
9678 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
9680 XILINX SYSTEMACE DRIVER
9681 S:      Orphan
9682 F:      drivers/block/xsysace.c
9684 XILINX UARTLITE SERIAL DRIVER
9685 M:      Peter Korsgaard <jacmet@sunsite.dk>
9686 L:      linux-serial@vger.kernel.org
9687 S:      Maintained
9688 F:      drivers/tty/serial/uartlite.c
9690 YAM DRIVER FOR AX.25
9691 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
9692 L:      linux-hams@vger.kernel.org
9693 S:      Maintained
9694 F:      drivers/net/hamradio/yam*
9695 F:      include/linux/yam.h
9697 YEALINK PHONE DRIVER
9698 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
9699 L:      usbb2k-api-dev@nongnu.org
9700 S:      Maintained
9701 F:      Documentation/input/yealink.txt
9702 F:      drivers/input/misc/yealink.*
9704 Z8530 DRIVER FOR AX.25
9705 M:      Joerg Reuter <jreuter@yaina.de>
9706 W:      http://yaina.de/jreuter/
9707 W:      http://www.qsl.net/dl1bke/
9708 L:      linux-hams@vger.kernel.org
9709 S:      Maintained
9710 F:      Documentation/networking/z8530drv.txt
9711 F:      drivers/net/hamradio/*scc.c
9712 F:      drivers/net/hamradio/z8530.h
9714 ZBUD COMPRESSED PAGE ALLOCATOR
9715 M:      Seth Jennings <sjenning@linux.vnet.ibm.com>
9716 L:      linux-mm@kvack.org
9717 S:      Maintained
9718 F:      mm/zbud.c
9719 F:      include/linux/zbud.h
9721 ZD1211RW WIRELESS DRIVER
9722 M:      Daniel Drake <dsd@gentoo.org>
9723 M:      Ulrich Kunitz <kune@deine-taler.de>
9724 W:      http://zd1211.ath.cx/wiki/DriverRewrite
9725 L:      linux-wireless@vger.kernel.org
9726 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
9727 S:      Maintained
9728 F:      drivers/net/wireless/zd1211rw/
9730 ZR36067 VIDEO FOR LINUX DRIVER
9731 L:      mjpeg-users@lists.sourceforge.net
9732 L:      linux-media@vger.kernel.org
9733 W:      http://mjpeg.sourceforge.net/driver-zoran/
9734 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
9735 S:      Odd Fixes
9736 F:      drivers/media/pci/zoran/
9738 ZS DECSTATION Z85C30 SERIAL DRIVER
9739 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9740 S:      Maintained
9741 F:      drivers/tty/serial/zs.*
9743 ZSWAP COMPRESSED SWAP CACHING
9744 M:      Seth Jennings <sjenning@linux.vnet.ibm.com>
9745 L:      linux-mm@kvack.org
9746 S:      Maintained
9747 F:      mm/zswap.c
9749 THE REST
9750 M:      Linus Torvalds <torvalds@linux-foundation.org>
9751 L:      linux-kernel@vger.kernel.org
9752 Q:      http://patchwork.kernel.org/project/LKML/list/
9753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
9754 S:      Buried alive in reporters
9755 F:      *
9756 F:      */