Merge branch 'ethoc'
[linux-2.6/btrfs-unstable.git] / MAINTAINERS
blobfce05c4dc4e7d9eabb9941abc582e1970acb0891
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 W:      http://wiki.analog.com/AD5254
313 W:      http://ez.analog.com/community/linux-device-drivers
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 W:      http://wiki.analog.com/AD5398
320 W:      http://ez.analog.com/community/linux-device-drivers
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 W:      http://wiki.analog.com/AD7142
327 W:      http://ez.analog.com/community/linux-device-drivers
328 S:      Supported
329 F:      drivers/input/misc/ad714x.c
331 AD7877 TOUCHSCREEN DRIVER
332 M:      Michael Hennerich <michael.hennerich@analog.com>
333 W:      http://wiki.analog.com/AD7877
334 W:      http://ez.analog.com/community/linux-device-drivers
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 W:      http://wiki.analog.com/AD7879
341 W:      http://ez.analog.com/community/linux-device-drivers
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 <jdelvare@suse.de>
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 W:      http://wiki.analog.com/ADP5520
378 W:      http://ez.analog.com/community/linux-device-drivers
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 W:      http://wiki.analog.com/ADP5588
389 W:      http://ez.analog.com/community/linux-device-drivers
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 W:      http://wiki.analog.com/ADP8860
397 W:      http://ez.analog.com/community/linux-device-drivers
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 <jdelvare@suse.de>
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 W:      http://wiki.analog.com/ADXL345
424 W:      http://ez.analog.com/community/linux-device-drivers
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:      alsa-devel@alsa-project.org (moderated for non-subscribers)
631 W:      http://wiki.analog.com/
632 W:      http://ez.analog.com/community/linux-device-drivers
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:      adi-buildroot-devel@lists.sourceforge.net
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:      Steven Miao <realmz6@gmail.com>
1746 L:      adi-buildroot-devel@lists.sourceforge.net
1747 W:      http://blackfin.uclinux.org
1748 S:      Supported
1749 F:      arch/blackfin/
1751 BLACKFIN EMAC DRIVER
1752 L:      adi-buildroot-devel@lists.sourceforge.net
1753 W:      http://blackfin.uclinux.org
1754 S:      Supported
1755 F:      drivers/net/ethernet/adi/
1757 BLACKFIN RTC DRIVER
1758 L:      adi-buildroot-devel@lists.sourceforge.net
1759 W:      http://blackfin.uclinux.org
1760 S:      Supported
1761 F:      drivers/rtc/rtc-bfin.c
1763 BLACKFIN SDH DRIVER
1764 M:      Sonic Zhang <sonic.zhang@analog.com>
1765 L:      adi-buildroot-devel@lists.sourceforge.net
1766 W:      http://blackfin.uclinux.org
1767 S:      Supported
1768 F:      drivers/mmc/host/bfin_sdh.c
1770 BLACKFIN SERIAL DRIVER
1771 M:      Sonic Zhang <sonic.zhang@analog.com>
1772 L:      adi-buildroot-devel@lists.sourceforge.net
1773 W:      http://blackfin.uclinux.org
1774 S:      Supported
1775 F:      drivers/tty/serial/bfin_uart.c
1777 BLACKFIN WATCHDOG DRIVER
1778 L:      adi-buildroot-devel@lists.sourceforge.net
1779 W:      http://blackfin.uclinux.org
1780 S:      Supported
1781 F:      drivers/watchdog/bfin_wdt.c
1783 BLACKFIN I2C TWI DRIVER
1784 M:      Sonic Zhang <sonic.zhang@analog.com>
1785 L:      adi-buildroot-devel@lists.sourceforge.net
1786 W:      http://blackfin.uclinux.org/
1787 S:      Supported
1788 F:      drivers/i2c/busses/i2c-bfin-twi.c
1790 BLACKFIN MEDIA DRIVER
1791 M:      Scott Jiang <scott.jiang.linux@gmail.com>
1792 L:      adi-buildroot-devel@lists.sourceforge.net
1793 W:      http://blackfin.uclinux.org/
1794 S:      Supported
1795 F:      drivers/media/platform/blackfin/
1796 F:      drivers/media/i2c/adv7183*
1797 F:      drivers/media/i2c/vs6624*
1799 BLINKM RGB LED DRIVER
1800 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
1801 S:      Maintained
1802 F:      drivers/leds/leds-blinkm.c
1804 BLOCK LAYER
1805 M:      Jens Axboe <axboe@kernel.dk>
1806 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1807 S:      Maintained
1808 F:      block/
1810 BLOCK2MTD DRIVER
1811 M:      Joern Engel <joern@lazybastard.org>
1812 L:      linux-mtd@lists.infradead.org
1813 S:      Maintained
1814 F:      drivers/mtd/devices/block2mtd.c
1816 BLUETOOTH DRIVERS
1817 M:      Marcel Holtmann <marcel@holtmann.org>
1818 M:      Gustavo Padovan <gustavo@padovan.org>
1819 M:      Johan Hedberg <johan.hedberg@gmail.com>
1820 L:      linux-bluetooth@vger.kernel.org
1821 W:      http://www.bluez.org/
1822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1824 S:      Maintained
1825 F:      drivers/bluetooth/
1827 BLUETOOTH SUBSYSTEM
1828 M:      Marcel Holtmann <marcel@holtmann.org>
1829 M:      Gustavo Padovan <gustavo@padovan.org>
1830 M:      Johan Hedberg <johan.hedberg@gmail.com>
1831 L:      linux-bluetooth@vger.kernel.org
1832 W:      http://www.bluez.org/
1833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1835 S:      Maintained
1836 F:      net/bluetooth/
1837 F:      include/net/bluetooth/
1839 BONDING DRIVER
1840 M:      Jay Vosburgh <fubar@us.ibm.com>
1841 M:      Veaceslav Falico <vfalico@redhat.com>
1842 M:      Andy Gospodarek <andy@greyhouse.net>
1843 L:      netdev@vger.kernel.org
1844 W:      http://sourceforge.net/projects/bonding/
1845 S:      Supported
1846 F:      drivers/net/bonding/
1847 F:      include/uapi/linux/if_bonding.h
1849 BROADCOM B44 10/100 ETHERNET DRIVER
1850 M:      Gary Zambrano <zambrano@broadcom.com>
1851 L:      netdev@vger.kernel.org
1852 S:      Supported
1853 F:      drivers/net/ethernet/broadcom/b44.*
1855 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1856 M:      Michael Chan <mchan@broadcom.com>
1857 L:      netdev@vger.kernel.org
1858 S:      Supported
1859 F:      drivers/net/ethernet/broadcom/bnx2.*
1860 F:      drivers/net/ethernet/broadcom/bnx2_*
1862 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1863 M:      Ariel Elior <ariele@broadcom.com>
1864 L:      netdev@vger.kernel.org
1865 S:      Supported
1866 F:      drivers/net/ethernet/broadcom/bnx2x/
1868 BROADCOM BCM281XX/BCM11XXX ARM ARCHITECTURE
1869 M:      Christian Daudt <bcm@fixthebug.org>
1870 L:      bcm-kernel-feedback-list@broadcom.com
1871 T:      git git://git.github.com/broadcom/bcm11351
1872 S:      Maintained
1873 F:      arch/arm/mach-bcm/
1874 F:      arch/arm/boot/dts/bcm113*
1875 F:      arch/arm/boot/dts/bcm281*
1876 F:      arch/arm/configs/bcm_defconfig
1877 F:      drivers/mmc/host/sdhci_bcm_kona.c
1878 F:      drivers/clocksource/bcm_kona_timer.c
1880 BROADCOM BCM2835 ARM ARCHICTURE
1881 M:      Stephen Warren <swarren@wwwdotorg.org>
1882 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
1883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git
1884 S:      Maintained
1885 F:      arch/arm/mach-bcm2835/
1886 F:      arch/arm/boot/dts/bcm2835*
1887 F:      arch/arm/configs/bcm2835_defconfig
1888 F:      drivers/*/*bcm2835*
1890 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1891 M:      Nithin Nayak Sujir <nsujir@broadcom.com>
1892 M:      Michael Chan <mchan@broadcom.com>
1893 L:      netdev@vger.kernel.org
1894 S:      Supported
1895 F:      drivers/net/ethernet/broadcom/tg3.*
1897 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1898 M:      Brett Rudley <brudley@broadcom.com>
1899 M:      Arend van Spriel <arend@broadcom.com>
1900 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
1901 M:      Hante Meuleman <meuleman@broadcom.com>
1902 L:      linux-wireless@vger.kernel.org
1903 L:      brcm80211-dev-list@broadcom.com
1904 S:      Supported
1905 F:      drivers/net/wireless/brcm80211/
1907 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1908 M:      Eddie Wai <eddie.wai@broadcom.com>
1909 L:      linux-scsi@vger.kernel.org
1910 S:      Supported
1911 F:      drivers/scsi/bnx2fc/
1913 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
1914 M:      Eddie Wai <eddie.wai@broadcom.com>
1915 L:      linux-scsi@vger.kernel.org
1916 S:      Supported
1917 F:      drivers/scsi/bnx2i/
1919 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
1920 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
1921 L:      linux-wireless@vger.kernel.org
1922 S:      Maintained
1923 F:      drivers/bcma/
1924 F:      include/linux/bcma/
1926 BROCADE BFA FC SCSI DRIVER
1927 M:      Anil Gurumurthy <agurumur@brocade.com>
1928 M:      Vijaya Mohan Guvva <vmohan@brocade.com>
1929 L:      linux-scsi@vger.kernel.org
1930 S:      Supported
1931 F:      drivers/scsi/bfa/
1933 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1934 M:      Rasesh Mody <rmody@brocade.com>
1935 L:      netdev@vger.kernel.org
1936 S:      Supported
1937 F:      drivers/net/ethernet/brocade/bna/
1939 BSG (block layer generic sg v4 driver)
1940 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1941 L:      linux-scsi@vger.kernel.org
1942 S:      Supported
1943 F:      block/bsg.c
1944 F:      include/linux/bsg.h
1945 F:      include/uapi/linux/bsg.h
1947 BT87X AUDIO DRIVER
1948 M:      Clemens Ladisch <clemens@ladisch.de>
1949 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1950 T:      git git://git.alsa-project.org/alsa-kernel.git
1951 S:      Maintained
1952 F:      Documentation/sound/alsa/Bt87x.txt
1953 F:      sound/pci/bt87x.c
1955 BT8XXGPIO DRIVER
1956 M:      Michael Buesch <m@bues.ch>
1957 W:      http://bu3sch.de/btgpio.php
1958 S:      Maintained
1959 F:      drivers/gpio/gpio-bt8xx.c
1961 BTRFS FILE SYSTEM
1962 M:      Chris Mason <clm@fb.com>
1963 M:      Josef Bacik <jbacik@fb.com>
1964 L:      linux-btrfs@vger.kernel.org
1965 W:      http://btrfs.wiki.kernel.org/
1966 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
1967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
1968 S:      Maintained
1969 F:      Documentation/filesystems/btrfs.txt
1970 F:      fs/btrfs/
1972 BTTV VIDEO4LINUX DRIVER
1973 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
1974 L:      linux-media@vger.kernel.org
1975 W:      http://linuxtv.org
1976 T:      git git://linuxtv.org/media_tree.git
1977 S:      Odd fixes
1978 F:      Documentation/video4linux/bttv/
1979 F:      drivers/media/pci/bt8xx/bttv*
1981 BUSLOGIC SCSI DRIVER
1982 M:      Khalid Aziz <khalid@gonehiking.org>
1983 L:      linux-scsi@vger.kernel.org
1984 S:      Maintained
1985 F:      drivers/scsi/BusLogic.*
1986 F:      drivers/scsi/FlashPoint.*
1988 C-MEDIA CMI8788 DRIVER
1989 M:      Clemens Ladisch <clemens@ladisch.de>
1990 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1991 T:      git git://git.alsa-project.org/alsa-kernel.git
1992 S:      Maintained
1993 F:      sound/pci/oxygen/
1995 C6X ARCHITECTURE
1996 M:      Mark Salter <msalter@redhat.com>
1997 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
1998 L:      linux-c6x-dev@linux-c6x.org
1999 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2000 S:      Maintained
2001 F:      arch/c6x/
2003 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2004 M:      David Howells <dhowells@redhat.com>
2005 L:      linux-cachefs@redhat.com
2006 S:      Supported
2007 F:      Documentation/filesystems/caching/cachefiles.txt
2008 F:      fs/cachefiles/
2010 CADET FM/AM RADIO RECEIVER DRIVER
2011 M:      Hans Verkuil <hverkuil@xs4all.nl>
2012 L:      linux-media@vger.kernel.org
2013 T:      git git://linuxtv.org/media_tree.git
2014 W:      http://linuxtv.org
2015 S:      Maintained
2016 F:      drivers/media/radio/radio-cadet*
2018 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2019 M:      Jonathan Corbet <corbet@lwn.net>
2020 L:      linux-media@vger.kernel.org
2021 T:      git git://linuxtv.org/media_tree.git
2022 S:      Maintained
2023 F:      Documentation/video4linux/cafe_ccic
2024 F:      drivers/media/platform/marvell-ccic/
2026 CAIF NETWORK LAYER
2027 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2028 L:      netdev@vger.kernel.org
2029 S:      Supported
2030 F:      Documentation/networking/caif/
2031 F:      drivers/net/caif/
2032 F:      include/uapi/linux/caif/
2033 F:      include/net/caif/
2034 F:      net/caif/
2036 CALGARY x86-64 IOMMU
2037 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2038 M:      "Jon D. Mason" <jdmason@kudzu.us>
2039 L:      discuss@x86-64.org
2040 S:      Maintained
2041 F:      arch/x86/kernel/pci-calgary_64.c
2042 F:      arch/x86/kernel/tce_64.c
2043 F:      arch/x86/include/asm/calgary.h
2044 F:      arch/x86/include/asm/tce.h
2046 CAN NETWORK LAYER
2047 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2048 L:      linux-can@vger.kernel.org
2049 W:      http://gitorious.org/linux-can
2050 T:      git git://gitorious.org/linux-can/linux-can-next.git
2051 S:      Maintained
2052 F:      Documentation/networking/can.txt
2053 F:      net/can/
2054 F:      include/linux/can/core.h
2055 F:      include/uapi/linux/can.h
2056 F:      include/uapi/linux/can/bcm.h
2057 F:      include/uapi/linux/can/raw.h
2058 F:      include/uapi/linux/can/gw.h
2060 CAN NETWORK DRIVERS
2061 M:      Wolfgang Grandegger <wg@grandegger.com>
2062 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2063 L:      linux-can@vger.kernel.org
2064 W:      http://gitorious.org/linux-can
2065 T:      git git://gitorious.org/linux-can/linux-can-next.git
2066 S:      Maintained
2067 F:      drivers/net/can/
2068 F:      include/linux/can/dev.h
2069 F:      include/linux/can/platform/
2070 F:      include/uapi/linux/can/error.h
2071 F:      include/uapi/linux/can/netlink.h
2073 CAPABILITIES
2074 M:      Serge Hallyn <serge.hallyn@canonical.com>
2075 L:      linux-security-module@vger.kernel.org
2076 S:      Supported
2077 F:      include/linux/capability.h
2078 F:      include/uapi/linux/capability.h
2079 F:      security/capability.c
2080 F:      security/commoncap.c
2081 F:      kernel/capability.c
2083 CELL BROADBAND ENGINE ARCHITECTURE
2084 M:      Arnd Bergmann <arnd@arndb.de>
2085 L:      linuxppc-dev@lists.ozlabs.org
2086 L:      cbe-oss-dev@lists.ozlabs.org
2087 W:      http://www.ibm.com/developerworks/power/cell/
2088 S:      Supported
2089 F:      arch/powerpc/include/asm/cell*.h
2090 F:      arch/powerpc/include/asm/spu*.h
2091 F:      arch/powerpc/include/uapi/asm/spu*.h
2092 F:      arch/powerpc/oprofile/*cell*
2093 F:      arch/powerpc/platforms/cell/
2095 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2096 M:      Sage Weil <sage@inktank.com>
2097 L:      ceph-devel@vger.kernel.org
2098 W:      http://ceph.com/
2099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2100 S:      Supported
2101 F:      Documentation/filesystems/ceph.txt
2102 F:      fs/ceph/
2103 F:      net/ceph/
2104 F:      include/linux/ceph/
2105 F:      include/linux/crush/
2107 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2108 L:      linux-usb@vger.kernel.org
2109 S:      Orphan
2110 F:      Documentation/usb/WUSB-Design-overview.txt
2111 F:      Documentation/usb/wusb-cbaf
2112 F:      drivers/usb/host/hwa-hc.c
2113 F:      drivers/usb/host/whci/
2114 F:      drivers/usb/wusbcore/
2115 F:      include/linux/usb/wusb*
2117 CFAG12864B LCD DRIVER
2118 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2119 W:      http://miguelojeda.es/auxdisplay.htm
2120 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2121 S:      Maintained
2122 F:      drivers/auxdisplay/cfag12864b.c
2123 F:      include/linux/cfag12864b.h
2125 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2126 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2127 W:      http://miguelojeda.es/auxdisplay.htm
2128 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2129 S:      Maintained
2130 F:      drivers/auxdisplay/cfag12864bfb.c
2131 F:      include/linux/cfag12864b.h
2133 CFG80211 and NL80211
2134 M:      Johannes Berg <johannes@sipsolutions.net>
2135 L:      linux-wireless@vger.kernel.org
2136 W:      http://wireless.kernel.org/
2137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2139 S:      Maintained
2140 F:      include/uapi/linux/nl80211.h
2141 F:      include/net/cfg80211.h
2142 F:      net/wireless/*
2143 X:      net/wireless/wext*
2145 CHAR and MISC DRIVERS
2146 M:      Arnd Bergmann <arnd@arndb.de>
2147 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2149 S:      Supported
2150 F:      drivers/char/*
2151 F:      drivers/misc/*
2153 CHECKPATCH
2154 M:      Andy Whitcroft <apw@canonical.com>
2155 M:      Joe Perches <joe@perches.com>
2156 S:      Maintained
2157 F:      scripts/checkpatch.pl
2159 CHINESE DOCUMENTATION
2160 M:      Harry Wei <harryxiyou@gmail.com>
2161 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2162 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2163 S:      Maintained
2164 F:      Documentation/zh_CN/
2166 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2167 M:      Peter Chen <Peter.Chen@freescale.com>
2168 T:      git://github.com/hzpeterchen/linux-usb.git
2169 L:      linux-usb@vger.kernel.org
2170 S:      Maintained
2171 F:      drivers/usb/chipidea/
2173 CHROME HARDWARE PLATFORM SUPPORT
2174 M:      Olof Johansson <olof@lixom.net>
2175 S:      Maintained
2176 F:      drivers/platform/chrome/
2178 CISCO VIC ETHERNET NIC DRIVER
2179 M:      Christian Benvenuti <benve@cisco.com>
2180 M:      Sujith Sankar <ssujith@cisco.com>
2181 M:      Govindarajulu Varadarajan <govindarajulu90@gmail.com>
2182 M:      Neel Patel <neepatel@cisco.com>
2183 M:      Nishank Trivedi <nistrive@cisco.com>
2184 S:      Supported
2185 F:      drivers/net/ethernet/cisco/enic/
2187 CISCO VIC LOW LATENCY NIC DRIVER
2188 M:      Upinder Malhi <umalhi@cisco.com>
2189 S:      Supported
2190 F:      drivers/infiniband/hw/usnic
2192 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2193 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2194 L:      netdev@vger.kernel.org
2195 S:      Maintained
2196 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2198 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
2199 M:      Lennert Buytenhek <kernel@wantstofly.org>
2200 L:      linux-usb@vger.kernel.org
2201 S:      Maintained
2202 F:      drivers/usb/host/ohci-ep93xx.c
2204 CIRRUS LOGIC CS4270 SOUND DRIVER
2205 M:      Timur Tabi <timur@tabi.org>
2206 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2207 S:      Odd Fixes
2208 F:      sound/soc/codecs/cs4270*
2210 CLEANCACHE API
2211 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2212 L:      linux-kernel@vger.kernel.org
2213 S:      Maintained
2214 F:      mm/cleancache.c
2215 F:      include/linux/cleancache.h
2217 CLK API
2218 M:      Russell King <linux@arm.linux.org.uk>
2219 S:      Maintained
2220 F:      include/linux/clk.h
2222 CLOCKSOURCE, CLOCKEVENT DRIVERS
2223 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2224 M:      Thomas Gleixner <tglx@linutronix.de>
2225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2226 S:      Supported
2227 F:      drivers/clocksource
2229 CISCO FCOE HBA DRIVER
2230 M:      Hiral Patel <hiralpat@cisco.com>
2231 M:      Suma Ramars <sramars@cisco.com>
2232 M:      Brian Uchino <buchino@cisco.com>
2233 L:      linux-scsi@vger.kernel.org
2234 S:      Supported
2235 F:      drivers/scsi/fnic/
2237 CMPC ACPI DRIVER
2238 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2239 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2240 L:      platform-driver-x86@vger.kernel.org
2241 S:      Supported
2242 F:      drivers/platform/x86/classmate-laptop.c
2244 COCCINELLE/Semantic Patches (SmPL)
2245 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2246 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2247 M:      Nicolas Palix <nicolas.palix@imag.fr>
2248 M:      Michal Marek <mmarek@suse.cz>
2249 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2251 W:      http://coccinelle.lip6.fr/
2252 S:      Supported
2253 F:      Documentation/coccinelle.txt
2254 F:      scripts/coccinelle/
2255 F:      scripts/coccicheck
2257 CODA FILE SYSTEM
2258 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2259 M:      coda@cs.cmu.edu
2260 L:      codalist@coda.cs.cmu.edu
2261 W:      http://www.coda.cs.cmu.edu/
2262 S:      Maintained
2263 F:      Documentation/filesystems/coda.txt
2264 F:      fs/coda/
2265 F:      include/linux/coda*.h
2266 F:      include/uapi/linux/coda*.h
2268 COMMON CLK FRAMEWORK
2269 M:      Mike Turquette <mturquette@linaro.org>
2270 L:      linux-arm-kernel@lists.infradead.org (same as CLK API & CLKDEV)
2271 T:      git git://git.linaro.org/people/mturquette/linux.git
2272 S:      Maintained
2273 F:      drivers/clk/
2274 X:      drivers/clk/clkdev.c
2275 F:      include/linux/clk-pr*
2276 F:      include/linux/clk/
2278 COMMON INTERNET FILE SYSTEM (CIFS)
2279 M:      Steve French <sfrench@samba.org>
2280 L:      linux-cifs@vger.kernel.org
2281 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2282 W:      http://linux-cifs.samba.org/
2283 Q:      http://patchwork.ozlabs.org/project/linux-cifs-client/list/
2284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
2285 S:      Supported
2286 F:      Documentation/filesystems/cifs.txt
2287 F:      fs/cifs/
2289 COMPACTPCI HOTPLUG CORE
2290 M:      Scott Murray <scott@spiteful.org>
2291 L:      linux-pci@vger.kernel.org
2292 S:      Maintained
2293 F:      drivers/pci/hotplug/cpci_hotplug*
2295 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2296 M:      Scott Murray <scott@spiteful.org>
2297 L:      linux-pci@vger.kernel.org
2298 S:      Maintained
2299 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2301 COMPACTPCI HOTPLUG GENERIC DRIVER
2302 M:      Scott Murray <scott@spiteful.org>
2303 L:      linux-pci@vger.kernel.org
2304 S:      Maintained
2305 F:      drivers/pci/hotplug/cpcihp_generic.c
2307 COMPAL LAPTOP SUPPORT
2308 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2309 L:      platform-driver-x86@vger.kernel.org
2310 S:      Maintained
2311 F:      drivers/platform/x86/compal-laptop.c
2313 CONEXANT ACCESSRUNNER USB DRIVER
2314 M:      Simon Arlott <cxacru@fire.lp0.eu>
2315 L:      accessrunner-general@lists.sourceforge.net
2316 W:      http://accessrunner.sourceforge.net/
2317 S:      Maintained
2318 F:      drivers/usb/atm/cxacru.c
2320 CONFIGFS
2321 M:      Joel Becker <jlbec@evilplan.org>
2322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2323 S:      Supported
2324 F:      fs/configfs/
2325 F:      include/linux/configfs.h
2327 CONNECTOR
2328 M:      Evgeniy Polyakov <zbr@ioremap.net>
2329 L:      netdev@vger.kernel.org
2330 S:      Maintained
2331 F:      drivers/connector/
2333 CONTROL GROUPS (CGROUPS)
2334 M:      Tejun Heo <tj@kernel.org>
2335 M:      Li Zefan <lizefan@huawei.com>
2336 L:      containers@lists.linux-foundation.org
2337 L:      cgroups@vger.kernel.org
2338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2339 S:      Maintained
2340 F:      include/linux/cgroup*
2341 F:      kernel/cgroup*
2342 F:      mm/*cgroup*
2344 CORETEMP HARDWARE MONITORING DRIVER
2345 M:      Fenghua Yu <fenghua.yu@intel.com>
2346 L:      lm-sensors@lm-sensors.org
2347 S:      Maintained
2348 F:      Documentation/hwmon/coretemp
2349 F:      drivers/hwmon/coretemp.c
2351 COSA/SRP SYNC SERIAL DRIVER
2352 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2353 W:      http://www.fi.muni.cz/~kas/cosa/
2354 S:      Maintained
2355 F:      drivers/net/wan/cosa*
2357 CPMAC ETHERNET DRIVER
2358 M:      Florian Fainelli <florian@openwrt.org>
2359 L:      netdev@vger.kernel.org
2360 S:      Maintained
2361 F:      drivers/net/ethernet/ti/cpmac.c
2363 CPU FREQUENCY DRIVERS
2364 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2365 M:      Viresh Kumar <viresh.kumar@linaro.org>
2366 L:      cpufreq@vger.kernel.org
2367 L:      linux-pm@vger.kernel.org
2368 S:      Maintained
2369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2370 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2371 F:      drivers/cpufreq/
2372 F:      include/linux/cpufreq.h
2374 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2375 M:      Viresh Kumar <viresh.kumar@linaro.org>
2376 M:      Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
2377 L:      cpufreq@vger.kernel.org
2378 L:      linux-pm@vger.kernel.org
2379 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2380 S:      Maintained
2381 F:      drivers/cpufreq/arm_big_little.h
2382 F:      drivers/cpufreq/arm_big_little.c
2383 F:      drivers/cpufreq/arm_big_little_dt.c
2385 CPUIDLE DRIVER - ARM BIG LITTLE
2386 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2387 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2388 L:      linux-pm@vger.kernel.org
2389 L:      linux-arm-kernel@lists.infradead.org
2390 T:      git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2391 S:      Maintained
2392 F:      drivers/cpuidle/cpuidle-big_little.c
2394 CPUIDLE DRIVERS
2395 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2396 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2397 L:      linux-pm@vger.kernel.org
2398 S:      Maintained
2399 T:      git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2400 F:      drivers/cpuidle/*
2401 F:      include/linux/cpuidle.h
2403 CPUID/MSR DRIVER
2404 M:      "H. Peter Anvin" <hpa@zytor.com>
2405 S:      Maintained
2406 F:      arch/x86/kernel/cpuid.c
2407 F:      arch/x86/kernel/msr.c
2409 CPU POWER MONITORING SUBSYSTEM
2410 M:      Dominik Brodowski <linux@dominikbrodowski.net>
2411 M:      Thomas Renninger <trenn@suse.de>
2412 S:      Maintained
2413 F:      tools/power/cpupower/
2415 CPUSETS
2416 M:      Li Zefan <lizefan@huawei.com>
2417 W:      http://www.bullopensource.org/cpuset/
2418 W:      http://oss.sgi.com/projects/cpusets/
2419 S:      Maintained
2420 F:      Documentation/cgroups/cpusets.txt
2421 F:      include/linux/cpuset.h
2422 F:      kernel/cpuset.c
2424 CRAMFS FILESYSTEM
2425 W:      http://sourceforge.net/projects/cramfs/
2426 S:      Orphan / Obsolete
2427 F:      Documentation/filesystems/cramfs.txt
2428 F:      fs/cramfs/
2430 CRIS PORT
2431 M:      Mikael Starvik <starvik@axis.com>
2432 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2433 L:      linux-cris-kernel@axis.com
2434 W:      http://developer.axis.com
2435 S:      Maintained
2436 F:      arch/cris/
2437 F:      drivers/tty/serial/crisv10.*
2439 CRYPTO API
2440 M:      Herbert Xu <herbert@gondor.apana.org.au>
2441 M:      "David S. Miller" <davem@davemloft.net>
2442 L:      linux-crypto@vger.kernel.org
2443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2444 S:      Maintained
2445 F:      Documentation/crypto/
2446 F:      arch/*/crypto/
2447 F:      crypto/
2448 F:      drivers/crypto/
2449 F:      include/crypto/
2451 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2452 M:      Neil Horman <nhorman@tuxdriver.com>
2453 L:      linux-crypto@vger.kernel.org
2454 S:      Maintained
2455 F:      crypto/ansi_cprng.c
2456 F:      crypto/rng.c
2458 CS5535 Audio ALSA driver
2459 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2460 S:      Maintained
2461 F:      sound/pci/cs5535audio/
2463 CW1200 WLAN driver
2464 M:     Solomon Peachy <pizza@shaftnet.org>
2465 S:     Maintained
2466 F:     drivers/net/wireless/cw1200/
2468 CX18 VIDEO4LINUX DRIVER
2469 M:      Andy Walls <awalls@md.metrocast.net>
2470 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
2471 L:      linux-media@vger.kernel.org
2472 T:      git git://linuxtv.org/media_tree.git
2473 W:      http://linuxtv.org
2474 W:      http://www.ivtvdriver.org/index.php/Cx18
2475 S:      Maintained
2476 F:      Documentation/video4linux/cx18.txt
2477 F:      drivers/media/pci/cx18/
2478 F:      include/uapi/linux/ivtv*
2480 CX2341X MPEG ENCODER HELPER MODULE
2481 M:      Hans Verkuil <hverkuil@xs4all.nl>
2482 L:      linux-media@vger.kernel.org
2483 T:      git git://linuxtv.org/media_tree.git
2484 W:      http://linuxtv.org
2485 S:      Maintained
2486 F:      drivers/media/common/cx2341x*
2487 F:      include/media/cx2341x*
2489 CX88 VIDEO4LINUX DRIVER
2490 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
2491 L:      linux-media@vger.kernel.org
2492 W:      http://linuxtv.org
2493 T:      git git://linuxtv.org/media_tree.git
2494 S:      Odd fixes
2495 F:      Documentation/video4linux/cx88/
2496 F:      drivers/media/pci/cx88/
2498 CXD2820R MEDIA DRIVER
2499 M:      Antti Palosaari <crope@iki.fi>
2500 L:      linux-media@vger.kernel.org
2501 W:      http://linuxtv.org/
2502 W:      http://palosaari.fi/linux/
2503 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2504 T:      git git://linuxtv.org/anttip/media_tree.git
2505 S:      Maintained
2506 F:      drivers/media/dvb-frontends/cxd2820r*
2508 CXGB3 ETHERNET DRIVER (CXGB3)
2509 M:      Santosh Raspatur <santosh@chelsio.com>
2510 L:      netdev@vger.kernel.org
2511 W:      http://www.chelsio.com
2512 S:      Supported
2513 F:      drivers/net/ethernet/chelsio/cxgb3/
2515 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2516 M:      Steve Wise <swise@chelsio.com>
2517 L:      linux-rdma@vger.kernel.org
2518 W:      http://www.openfabrics.org
2519 S:      Supported
2520 F:      drivers/infiniband/hw/cxgb3/
2522 CXGB4 ETHERNET DRIVER (CXGB4)
2523 M:      Dimitris Michailidis <dm@chelsio.com>
2524 L:      netdev@vger.kernel.org
2525 W:      http://www.chelsio.com
2526 S:      Supported
2527 F:      drivers/net/ethernet/chelsio/cxgb4/
2529 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2530 M:      Steve Wise <swise@chelsio.com>
2531 L:      linux-rdma@vger.kernel.org
2532 W:      http://www.openfabrics.org
2533 S:      Supported
2534 F:      drivers/infiniband/hw/cxgb4/
2536 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2537 M:      Casey Leedom <leedom@chelsio.com>
2538 L:      netdev@vger.kernel.org
2539 W:      http://www.chelsio.com
2540 S:      Supported
2541 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2543 STMMAC ETHERNET DRIVER
2544 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2545 L:      netdev@vger.kernel.org
2546 W:      http://www.stlinux.com
2547 S:      Supported
2548 F:      drivers/net/ethernet/stmicro/stmmac/
2550 CYBERPRO FB DRIVER
2551 M:      Russell King <linux@arm.linux.org.uk>
2552 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2553 W:      http://www.arm.linux.org.uk/
2554 S:      Maintained
2555 F:      drivers/video/cyber2000fb.*
2557 CYCLADES ASYNC MUX DRIVER
2558 W:      http://www.cyclades.com/
2559 S:      Orphan
2560 F:      drivers/tty/cyclades.c
2561 F:      include/linux/cyclades.h
2562 F:      include/uapi/linux/cyclades.h
2564 CYCLADES PC300 DRIVER
2565 W:      http://www.cyclades.com/
2566 S:      Orphan
2567 F:      drivers/net/wan/pc300*
2569 CYPRESS_FIRMWARE MEDIA DRIVER
2570 M:      Antti Palosaari <crope@iki.fi>
2571 L:      linux-media@vger.kernel.org
2572 W:      http://linuxtv.org/
2573 W:      http://palosaari.fi/linux/
2574 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2575 T:      git git://linuxtv.org/anttip/media_tree.git
2576 S:      Maintained
2577 F:      drivers/media/common/cypress_firmware*
2579 CYTTSP TOUCHSCREEN DRIVER
2580 M:      Ferruh Yigit <fery@cypress.com>
2581 L:      linux-input@vger.kernel.org
2582 S:      Supported
2583 F:      drivers/input/touchscreen/cyttsp*
2584 F:      include/linux/input/cyttsp.h
2586 DAMA SLAVE for AX.25
2587 M:      Joerg Reuter <jreuter@yaina.de>
2588 W:      http://yaina.de/jreuter/
2589 W:      http://www.qsl.net/dl1bke/
2590 L:      linux-hams@vger.kernel.org
2591 S:      Maintained
2592 F:      net/ax25/af_ax25.c
2593 F:      net/ax25/ax25_dev.c
2594 F:      net/ax25/ax25_ds_*
2595 F:      net/ax25/ax25_in.c
2596 F:      net/ax25/ax25_out.c
2597 F:      net/ax25/ax25_timer.c
2598 F:      net/ax25/sysctl_net_ax25.c
2600 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2601 L:      netdev@vger.kernel.org
2602 S:      Orphan
2603 F:      Documentation/networking/dmfe.txt
2604 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2606 DC390/AM53C974 SCSI driver
2607 M:      Kurt Garloff <garloff@suse.de>
2608 W:      http://www.garloff.de/kurt/linux/dc390/
2609 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2610 S:      Maintained
2611 F:      drivers/scsi/tmscsim.*
2613 DC395x SCSI driver
2614 M:      Oliver Neukum <oliver@neukum.org>
2615 M:      Ali Akcaagac <aliakc@web.de>
2616 M:      Jamie Lenehan <lenehan@twibble.org>
2617 W:      http://twibble.org/dist/dc395x/
2618 L:      dc395x@twibble.org
2619 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
2620 S:      Maintained
2621 F:      Documentation/scsi/dc395x.txt
2622 F:      drivers/scsi/dc395x.*
2624 DCCP PROTOCOL
2625 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2626 L:      dccp@vger.kernel.org
2627 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2628 S:      Maintained
2629 F:      include/linux/dccp.h
2630 F:      include/uapi/linux/dccp.h
2631 F:      include/linux/tfrc.h
2632 F:      net/dccp/
2634 DECnet NETWORK LAYER
2635 W:      http://linux-decnet.sourceforge.net
2636 L:      linux-decnet-user@lists.sourceforge.net
2637 S:      Orphan
2638 F:      Documentation/networking/decnet.txt
2639 F:      net/decnet/
2641 DEFXX FDDI NETWORK DRIVER
2642 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2643 S:      Maintained
2644 F:      drivers/net/fddi/defxx.*
2646 DELL LAPTOP DRIVER
2647 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2648 L:      platform-driver-x86@vger.kernel.org
2649 S:      Maintained
2650 F:      drivers/platform/x86/dell-laptop.c
2652 DELL LAPTOP SMM DRIVER
2653 M:      Guenter Roeck <linux@roeck-us.net>
2654 F:      drivers/char/i8k.c
2655 F:      include/uapi/linux/i8k.h
2657 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2658 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
2659 S:      Maintained
2660 F:      Documentation/dcdbas.txt
2661 F:      drivers/firmware/dcdbas.*
2663 DELL WMI EXTRAS DRIVER
2664 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2665 S:      Maintained
2666 F:      drivers/platform/x86/dell-wmi.c
2668 DESIGNWARE USB2 DRD IP DRIVER
2669 M:      Paul Zimmerman <paulz@synopsys.com>
2670 L:      linux-usb@vger.kernel.org
2671 S:      Maintained
2672 F:      drivers/usb/dwc2/
2674 DESIGNWARE USB3 DRD IP DRIVER
2675 M:      Felipe Balbi <balbi@ti.com>
2676 L:      linux-usb@vger.kernel.org
2677 L:      linux-omap@vger.kernel.org
2678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2679 S:      Maintained
2680 F:      drivers/usb/dwc3/
2682 DEVICE FREQUENCY (DEVFREQ)
2683 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
2684 M:      Kyungmin Park <kyungmin.park@samsung.com>
2685 L:      linux-pm@vger.kernel.org
2686 S:      Maintained
2687 F:      drivers/devfreq/
2689 DEVICE NUMBER REGISTRY
2690 M:      Torben Mathiasen <device@lanana.org>
2691 W:      http://lanana.org/docs/device-list/index.html
2692 S:      Maintained
2694 DEVICE-MAPPER  (LVM)
2695 M:      Alasdair Kergon <agk@redhat.com>
2696 M:      Mike Snitzer <snitzer@redhat.com>
2697 M:      dm-devel@redhat.com
2698 L:      dm-devel@redhat.com
2699 W:      http://sources.redhat.com/dm
2700 Q:      http://patchwork.kernel.org/project/dm-devel/list/
2701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
2702 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
2703 S:      Maintained
2704 F:      Documentation/device-mapper/
2705 F:      drivers/md/dm*
2706 F:      drivers/md/persistent-data/
2707 F:      include/linux/device-mapper.h
2708 F:      include/linux/dm-*.h
2709 F:      include/uapi/linux/dm-*.h
2711 DIGI NEO AND CLASSIC PCI PRODUCTS
2712 M:      Lidza Louina <lidza.louina@gmail.com>
2713 L:      driverdev-devel@linuxdriverproject.org
2714 S:      Maintained
2715 F:      drivers/staging/dgnc/
2717 DIGI EPCA PCI PRODUCTS
2718 M:      Lidza Louina <lidza.louina@gmail.com>
2719 L:      driverdev-devel@linuxdriverproject.org
2720 S:      Maintained
2721 F:      drivers/staging/dgap/
2723 DIOLAN U2C-12 I2C DRIVER
2724 M:      Guenter Roeck <linux@roeck-us.net>
2725 L:      linux-i2c@vger.kernel.org
2726 S:      Maintained
2727 F:      drivers/i2c/busses/i2c-diolan-u2c.c
2729 DIRECTORY NOTIFICATION (DNOTIFY)
2730 M:      Eric Paris <eparis@parisplace.org>
2731 S:      Maintained
2732 F:      Documentation/filesystems/dnotify.txt
2733 F:      fs/notify/dnotify/
2734 F:      include/linux/dnotify.h
2736 DISK GEOMETRY AND PARTITION HANDLING
2737 M:      Andries Brouwer <aeb@cwi.nl>
2738 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2739 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2740 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2741 S:      Maintained
2743 DISKQUOTA
2744 M:      Jan Kara <jack@suse.cz>
2745 S:      Maintained
2746 F:      Documentation/filesystems/quota.txt
2747 F:      fs/quota/
2748 F:      include/linux/quota*.h
2749 F:      include/uapi/linux/quota*.h
2751 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
2752 M:      Bernie Thompson <bernie@plugable.com>
2753 L:      linux-fbdev@vger.kernel.org
2754 S:      Maintained
2755 W:      http://plugable.com/category/projects/udlfb/
2756 F:      drivers/video/udlfb.c
2757 F:      include/video/udlfb.h
2758 F:      Documentation/fb/udlfb.txt
2760 DISTRIBUTED LOCK MANAGER (DLM)
2761 M:      Christine Caulfield <ccaulfie@redhat.com>
2762 M:      David Teigland <teigland@redhat.com>
2763 L:      cluster-devel@redhat.com
2764 W:      http://sources.redhat.com/cluster/
2765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2766 S:      Supported
2767 F:      fs/dlm/
2769 DMA BUFFER SHARING FRAMEWORK
2770 M:      Sumit Semwal <sumit.semwal@linaro.org>
2771 S:      Maintained
2772 L:      linux-media@vger.kernel.org
2773 L:      dri-devel@lists.freedesktop.org
2774 L:      linaro-mm-sig@lists.linaro.org
2775 F:      drivers/base/dma-buf*
2776 F:      include/linux/dma-buf*
2777 F:      Documentation/dma-buf-sharing.txt
2778 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2780 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2781 M:      Vinod Koul <vinod.koul@intel.com>
2782 M:      Dan Williams <dan.j.williams@intel.com>
2783 L:      dmaengine@vger.kernel.org
2784 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
2785 S:      Supported
2786 F:      drivers/dma/
2787 F:      include/linux/dma*
2788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2789 T:      git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2791 DME1737 HARDWARE MONITOR DRIVER
2792 M:      Juerg Haefliger <juergh@gmail.com>
2793 L:      lm-sensors@lm-sensors.org
2794 S:      Maintained
2795 F:      Documentation/hwmon/dme1737
2796 F:      drivers/hwmon/dme1737.c
2798 DOCKING STATION DRIVER
2799 M:      Shaohua Li <shaohua.li@intel.com>
2800 L:      linux-acpi@vger.kernel.org
2801 S:      Supported
2802 F:      drivers/acpi/dock.c
2804 DOCUMENTATION
2805 M:      Rob Landley <rob@landley.net>
2806 L:      linux-doc@vger.kernel.org
2807 T:      TBD
2808 S:      Maintained
2809 F:      Documentation/
2811 DOUBLETALK DRIVER
2812 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
2813 L:      blinux-list@redhat.com
2814 S:      Maintained
2815 F:      drivers/char/dtlk.c
2816 F:      include/linux/dtlk.h
2818 DPT_I2O SCSI RAID DRIVER
2819 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2820 L:      linux-scsi@vger.kernel.org
2821 W:      http://www.adaptec.com/
2822 S:      Maintained
2823 F:      drivers/scsi/dpt*
2824 F:      drivers/scsi/dpt/
2826 DRBD DRIVER
2827 P:      Philipp Reisner
2828 P:      Lars Ellenberg
2829 M:      drbd-dev@lists.linbit.com
2830 L:      drbd-user@lists.linbit.com
2831 W:      http://www.drbd.org
2832 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
2833 T:      git git://git.drbd.org/drbd-8.3.git
2834 S:      Supported
2835 F:      drivers/block/drbd/
2836 F:      lib/lru_cache.c
2837 F:      Documentation/blockdev/drbd/
2839 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2840 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
2842 S:      Supported
2843 F:      Documentation/kobject.txt
2844 F:      drivers/base/
2845 F:      fs/sysfs/
2846 F:      fs/debugfs/
2847 F:      include/linux/kobj*
2848 F:      include/linux/debugfs.h
2849 F:      lib/kobj*
2851 DRM DRIVERS
2852 M:      David Airlie <airlied@linux.ie>
2853 L:      dri-devel@lists.freedesktop.org
2854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2855 S:      Maintained
2856 F:      drivers/gpu/drm/
2857 F:      include/drm/
2858 F:      include/uapi/drm/
2860 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2861 M:      Daniel Vetter <daniel.vetter@ffwll.ch>
2862 M:      Jani Nikula <jani.nikula@linux.intel.com>
2863 L:      intel-gfx@lists.freedesktop.org
2864 L:      dri-devel@lists.freedesktop.org
2865 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
2866 T:      git git://people.freedesktop.org/~danvet/drm-intel
2867 S:      Supported
2868 F:      drivers/gpu/drm/i915/
2869 F:      include/drm/i915*
2870 F:      include/uapi/drm/i915*
2872 DRM DRIVERS FOR EXYNOS
2873 M:      Inki Dae <inki.dae@samsung.com>
2874 M:      Joonyoung Shim <jy0922.shim@samsung.com>
2875 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
2876 M:      Kyungmin Park <kyungmin.park@samsung.com>
2877 L:      dri-devel@lists.freedesktop.org
2878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
2879 S:      Supported
2880 F:      drivers/gpu/drm/exynos/
2881 F:      include/drm/exynos*
2882 F:      include/uapi/drm/exynos*
2884 DRM DRIVERS FOR NVIDIA TEGRA
2885 M:      Thierry Reding <thierry.reding@gmail.com>
2886 M:      Terje Bergström <tbergstrom@nvidia.com>
2887 L:      dri-devel@lists.freedesktop.org
2888 L:      linux-tegra@vger.kernel.org
2889 T:      git git://anongit.freedesktop.org/tegra/linux.git
2890 S:      Supported
2891 F:      drivers/gpu/drm/tegra/
2892 F:      drivers/gpu/host1x/
2893 F:      include/linux/host1x.h
2894 F:      include/uapi/drm/tegra_drm.h
2895 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
2897 DSBR100 USB FM RADIO DRIVER
2898 M:      Alexey Klimov <klimov.linux@gmail.com>
2899 L:      linux-media@vger.kernel.org
2900 T:      git git://linuxtv.org/media_tree.git
2901 S:      Maintained
2902 F:      drivers/media/radio/dsbr100.c
2904 DSCC4 DRIVER
2905 M:      Francois Romieu <romieu@fr.zoreil.com>
2906 L:      netdev@vger.kernel.org
2907 S:      Maintained
2908 F:      drivers/net/wan/dscc4.c
2910 DVB_USB_AF9015 MEDIA DRIVER
2911 M:      Antti Palosaari <crope@iki.fi>
2912 L:      linux-media@vger.kernel.org
2913 W:      http://linuxtv.org/
2914 W:      http://palosaari.fi/linux/
2915 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2916 T:      git git://linuxtv.org/anttip/media_tree.git
2917 S:      Maintained
2918 F:      drivers/media/usb/dvb-usb-v2/af9015*
2920 DVB_USB_AF9035 MEDIA DRIVER
2921 M:      Antti Palosaari <crope@iki.fi>
2922 L:      linux-media@vger.kernel.org
2923 W:      http://linuxtv.org/
2924 W:      http://palosaari.fi/linux/
2925 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2926 T:      git git://linuxtv.org/anttip/media_tree.git
2927 S:      Maintained
2928 F:      drivers/media/usb/dvb-usb-v2/af9035*
2930 DVB_USB_ANYSEE MEDIA DRIVER
2931 M:      Antti Palosaari <crope@iki.fi>
2932 L:      linux-media@vger.kernel.org
2933 W:      http://linuxtv.org/
2934 W:      http://palosaari.fi/linux/
2935 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2936 T:      git git://linuxtv.org/anttip/media_tree.git
2937 S:      Maintained
2938 F:      drivers/media/usb/dvb-usb-v2/anysee*
2940 DVB_USB_AU6610 MEDIA DRIVER
2941 M:      Antti Palosaari <crope@iki.fi>
2942 L:      linux-media@vger.kernel.org
2943 W:      http://linuxtv.org/
2944 W:      http://palosaari.fi/linux/
2945 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2946 T:      git git://linuxtv.org/anttip/media_tree.git
2947 S:      Maintained
2948 F:      drivers/media/usb/dvb-usb-v2/au6610*
2950 DVB_USB_CE6230 MEDIA DRIVER
2951 M:      Antti Palosaari <crope@iki.fi>
2952 L:      linux-media@vger.kernel.org
2953 W:      http://linuxtv.org/
2954 W:      http://palosaari.fi/linux/
2955 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2956 T:      git git://linuxtv.org/anttip/media_tree.git
2957 S:      Maintained
2958 F:      drivers/media/usb/dvb-usb-v2/ce6230*
2960 DVB_USB_CXUSB MEDIA DRIVER
2961 M:      Michael Krufky <mkrufky@linuxtv.org>
2962 L:      linux-media@vger.kernel.org
2963 W:      http://linuxtv.org/
2964 W:      http://github.com/mkrufky
2965 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2966 T:      git git://linuxtv.org/media_tree.git
2967 S:      Maintained
2968 F:      drivers/media/usb/dvb-usb/cxusb*
2970 DVB_USB_EC168 MEDIA DRIVER
2971 M:      Antti Palosaari <crope@iki.fi>
2972 L:      linux-media@vger.kernel.org
2973 W:      http://linuxtv.org/
2974 W:      http://palosaari.fi/linux/
2975 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2976 T:      git git://linuxtv.org/anttip/media_tree.git
2977 S:      Maintained
2978 F:      drivers/media/usb/dvb-usb-v2/ec168*
2980 DVB_USB_GL861 MEDIA DRIVER
2981 M:      Antti Palosaari <crope@iki.fi>
2982 L:      linux-media@vger.kernel.org
2983 W:      http://linuxtv.org/
2984 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2985 T:      git git://linuxtv.org/anttip/media_tree.git
2986 S:      Maintained
2987 F:      drivers/media/usb/dvb-usb-v2/gl861*
2989 DVB_USB_MXL111SF MEDIA DRIVER
2990 M:      Michael Krufky <mkrufky@linuxtv.org>
2991 L:      linux-media@vger.kernel.org
2992 W:      http://linuxtv.org/
2993 W:      http://github.com/mkrufky
2994 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2995 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
2996 S:      Maintained
2997 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
2999 DVB_USB_RTL28XXU MEDIA DRIVER
3000 M:      Antti Palosaari <crope@iki.fi>
3001 L:      linux-media@vger.kernel.org
3002 W:      http://linuxtv.org/
3003 W:      http://palosaari.fi/linux/
3004 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3005 T:      git git://linuxtv.org/anttip/media_tree.git
3006 S:      Maintained
3007 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3009 DVB_USB_V2 MEDIA DRIVER
3010 M:      Antti Palosaari <crope@iki.fi>
3011 L:      linux-media@vger.kernel.org
3012 W:      http://linuxtv.org/
3013 W:      http://palosaari.fi/linux/
3014 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3015 T:      git git://linuxtv.org/anttip/media_tree.git
3016 S:      Maintained
3017 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3018 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3020 DYNAMIC DEBUG
3021 M:      Jason Baron <jbaron@akamai.com>
3022 S:      Maintained
3023 F:      lib/dynamic_debug.c
3024 F:      include/linux/dynamic_debug.h
3026 DZ DECSTATION DZ11 SERIAL DRIVER
3027 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3028 S:      Maintained
3029 F:      drivers/tty/serial/dz.*
3031 E4000 MEDIA DRIVER
3032 M:      Antti Palosaari <crope@iki.fi>
3033 L:      linux-media@vger.kernel.org
3034 W:      http://linuxtv.org/
3035 W:      http://palosaari.fi/linux/
3036 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3037 T:      git git://linuxtv.org/anttip/media_tree.git
3038 S:      Maintained
3039 F:      drivers/media/tuners/e4000*
3041 EATA-DMA SCSI DRIVER
3042 M:      Michael Neuffer <mike@i-Connect.Net>
3043 L:      linux-eata@i-connect.net
3044 L:      linux-scsi@vger.kernel.org
3045 S:      Maintained
3046 F:      drivers/scsi/eata*
3048 EATA ISA/EISA/PCI SCSI DRIVER
3049 M:      Dario Ballabio <ballabio_dario@emc.com>
3050 L:      linux-scsi@vger.kernel.org
3051 S:      Maintained
3052 F:      drivers/scsi/eata.c
3054 EATA-PIO SCSI DRIVER
3055 M:      Michael Neuffer <mike@i-Connect.Net>
3056 L:      linux-eata@i-connect.net
3057 L:      linux-scsi@vger.kernel.org
3058 S:      Maintained
3059 F:      drivers/scsi/eata_pio.*
3061 EBTABLES
3062 M:      Bart De Schuymer <bart.de.schuymer@pandora.be>
3063 L:      netfilter-devel@vger.kernel.org
3064 W:      http://ebtables.sourceforge.net/
3065 S:      Maintained
3066 F:      include/linux/netfilter_bridge/ebt_*.h
3067 F:      include/uapi/linux/netfilter_bridge/ebt_*.h
3068 F:      net/bridge/netfilter/ebt*.c
3070 EC100 MEDIA DRIVER
3071 M:      Antti Palosaari <crope@iki.fi>
3072 L:      linux-media@vger.kernel.org
3073 W:      http://linuxtv.org/
3074 W:      http://palosaari.fi/linux/
3075 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3076 T:      git git://linuxtv.org/anttip/media_tree.git
3077 S:      Maintained
3078 F:      drivers/media/dvb-frontends/ec100*
3080 ECRYPT FILE SYSTEM
3081 M:      Tyler Hicks <tyhicks@canonical.com>
3082 L:      ecryptfs@vger.kernel.org
3083 W:      http://ecryptfs.org
3084 W:      https://launchpad.net/ecryptfs
3085 S:      Supported
3086 F:      Documentation/filesystems/ecryptfs.txt
3087 F:      fs/ecryptfs/
3089 EDAC-CORE
3090 M:      Doug Thompson <dougthompson@xmission.com>
3091 L:      linux-edac@vger.kernel.org
3092 W:      bluesmoke.sourceforge.net
3093 S:      Supported
3094 F:      Documentation/edac.txt
3095 F:      drivers/edac/
3096 F:      include/linux/edac.h
3098 EDAC-AMD64
3099 M:      Doug Thompson <dougthompson@xmission.com>
3100 M:      Borislav Petkov <bp@alien8.de>
3101 L:      linux-edac@vger.kernel.org
3102 W:      bluesmoke.sourceforge.net
3103 S:      Maintained
3104 F:      drivers/edac/amd64_edac*
3106 EDAC-CALXEDA
3107 M:      Doug Thompson <dougthompson@xmission.com>
3108 M:      Robert Richter <rric@kernel.org>
3109 L:      linux-edac@vger.kernel.org
3110 W:      bluesmoke.sourceforge.net
3111 S:      Maintained
3112 F:      drivers/edac/highbank*
3114 EDAC-CAVIUM
3115 M:      Ralf Baechle <ralf@linux-mips.org>
3116 M:      David Daney <david.daney@cavium.com>
3117 L:      linux-edac@vger.kernel.org
3118 L:      linux-mips@linux-mips.org
3119 W:      bluesmoke.sourceforge.net
3120 S:      Supported
3121 F:      drivers/edac/octeon_edac*
3123 EDAC-E752X
3124 M:      Mark Gross <mark.gross@intel.com>
3125 M:      Doug Thompson <dougthompson@xmission.com>
3126 L:      linux-edac@vger.kernel.org
3127 W:      bluesmoke.sourceforge.net
3128 S:      Maintained
3129 F:      drivers/edac/e752x_edac.c
3131 EDAC-E7XXX
3132 M:      Doug Thompson <dougthompson@xmission.com>
3133 L:      linux-edac@vger.kernel.org
3134 W:      bluesmoke.sourceforge.net
3135 S:      Maintained
3136 F:      drivers/edac/e7xxx_edac.c
3138 EDAC-GHES
3139 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3140 L:      linux-edac@vger.kernel.org
3141 W:      bluesmoke.sourceforge.net
3142 S:      Maintained
3143 F:      drivers/edac/ghes_edac.c
3145 EDAC-I82443BXGX
3146 M:      Tim Small <tim@buttersideup.com>
3147 L:      linux-edac@vger.kernel.org
3148 W:      bluesmoke.sourceforge.net
3149 S:      Maintained
3150 F:      drivers/edac/i82443bxgx_edac.c
3152 EDAC-I3000
3153 M:      Jason Uhlenkott <juhlenko@akamai.com>
3154 L:      linux-edac@vger.kernel.org
3155 W:      bluesmoke.sourceforge.net
3156 S:      Maintained
3157 F:      drivers/edac/i3000_edac.c
3159 EDAC-I5000
3160 M:      Doug Thompson <dougthompson@xmission.com>
3161 L:      linux-edac@vger.kernel.org
3162 W:      bluesmoke.sourceforge.net
3163 S:      Maintained
3164 F:      drivers/edac/i5000_edac.c
3166 EDAC-I5400
3167 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3168 L:      linux-edac@vger.kernel.org
3169 W:      bluesmoke.sourceforge.net
3170 S:      Maintained
3171 F:      drivers/edac/i5400_edac.c
3173 EDAC-I7300
3174 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3175 L:      linux-edac@vger.kernel.org
3176 W:      bluesmoke.sourceforge.net
3177 S:      Maintained
3178 F:      drivers/edac/i7300_edac.c
3180 EDAC-I7CORE
3181 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3182 L:      linux-edac@vger.kernel.org
3183 W:      bluesmoke.sourceforge.net
3184 S:      Maintained
3185 F:      drivers/edac/i7core_edac.c
3187 EDAC-I82975X
3188 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3189 M:      "Arvind R." <arvino55@gmail.com>
3190 L:      linux-edac@vger.kernel.org
3191 W:      bluesmoke.sourceforge.net
3192 S:      Maintained
3193 F:      drivers/edac/i82975x_edac.c
3195 EDAC-MPC85XX
3196 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3197 L:      linux-edac@vger.kernel.org
3198 W:      bluesmoke.sourceforge.net
3199 S:      Maintained
3200 F:      drivers/edac/mpc85xx_edac.[ch]
3202 EDAC-PASEMI
3203 M:      Egor Martovetsky <egor@pasemi.com>
3204 L:      linux-edac@vger.kernel.org
3205 W:      bluesmoke.sourceforge.net
3206 S:      Maintained
3207 F:      drivers/edac/pasemi_edac.c
3209 EDAC-R82600
3210 M:      Tim Small <tim@buttersideup.com>
3211 L:      linux-edac@vger.kernel.org
3212 W:      bluesmoke.sourceforge.net
3213 S:      Maintained
3214 F:      drivers/edac/r82600_edac.c
3216 EDAC-SBRIDGE
3217 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3218 L:      linux-edac@vger.kernel.org
3219 W:      bluesmoke.sourceforge.net
3220 S:      Maintained
3221 F:      drivers/edac/sb_edac.c
3223 EDIROL UA-101/UA-1000 DRIVER
3224 M:      Clemens Ladisch <clemens@ladisch.de>
3225 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3226 T:      git git://git.alsa-project.org/alsa-kernel.git
3227 S:      Maintained
3228 F:      sound/usb/misc/ua101.c
3230 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3231 M:      Matt Fleming <matt.fleming@intel.com>
3232 L:      linux-efi@vger.kernel.org
3233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3234 S:      Maintained
3235 F:      Documentation/x86/efi-stub.txt
3236 F:      arch/ia64/kernel/efi.c
3237 F:      arch/x86/boot/compressed/eboot.[ch]
3238 F:      arch/x86/include/asm/efi.h
3239 F:      arch/x86/platform/efi/*
3240 F:      drivers/firmware/efi/*
3241 F:      include/linux/efi*.h
3243 EFI VARIABLE FILESYSTEM
3244 M:      Matthew Garrett <matthew.garrett@nebula.com>
3245 M:      Jeremy Kerr <jk@ozlabs.org>
3246 M:      Matt Fleming <matt.fleming@intel.com>
3247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3248 L:      linux-efi@vger.kernel.org
3249 S:      Maintained
3250 F:      fs/efivarfs/
3252 EFIFB FRAMEBUFFER DRIVER
3253 L:      linux-fbdev@vger.kernel.org
3254 M:      Peter Jones <pjones@redhat.com>
3255 S:      Maintained
3256 F:      drivers/video/efifb.c
3258 EFS FILESYSTEM
3259 W:      http://aeschi.ch.eu.org/efs/
3260 S:      Orphan
3261 F:      fs/efs/
3263 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3264 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3265 M:      Christoph Raisch <raisch@de.ibm.com>
3266 L:      linux-rdma@vger.kernel.org
3267 S:      Supported
3268 F:      drivers/infiniband/hw/ehca/
3270 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3271 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3272 L:      netdev@vger.kernel.org
3273 S:      Maintained
3274 F:      drivers/net/ethernet/ibm/ehea/
3276 EM28XX VIDEO4LINUX DRIVER
3277 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3278 L:      linux-media@vger.kernel.org
3279 W:      http://linuxtv.org
3280 T:      git git://linuxtv.org/media_tree.git
3281 S:      Maintained
3282 F:      drivers/media/usb/em28xx/
3284 EMBEDDED LINUX
3285 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3286 M:      Matt Mackall <mpm@selenic.com>
3287 M:      David Woodhouse <dwmw2@infradead.org>
3288 L:      linux-embedded@vger.kernel.org
3289 S:      Maintained
3291 EMULEX LPFC FC SCSI DRIVER
3292 M:      James Smart <james.smart@emulex.com>
3293 L:      linux-scsi@vger.kernel.org
3294 W:      http://sourceforge.net/projects/lpfcxxxx
3295 S:      Supported
3296 F:      drivers/scsi/lpfc/
3298 ENE CB710 FLASH CARD READER DRIVER
3299 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3300 S:      Maintained
3301 F:      drivers/misc/cb710/
3302 F:      drivers/mmc/host/cb710-mmc.*
3303 F:      include/linux/cb710.h
3305 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3306 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3307 S:      Maintained
3308 F:      drivers/media/rc/ene_ir.*
3310 ENHANCED ERROR HANDLING (EEH)
3311 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3312 L:      linuxppc-dev@lists.ozlabs.org
3313 S:      Supported
3314 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3315 F:      arch/powerpc/kernel/eeh*.c
3317 EPSON S1D13XXX FRAMEBUFFER DRIVER
3318 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3319 S:      Maintained
3320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3321 F:      drivers/video/s1d13xxxfb.c
3322 F:      include/video/s1d13xxxfb.h
3324 ETHERNET BRIDGE
3325 M:      Stephen Hemminger <stephen@networkplumber.org>
3326 L:      bridge@lists.linux-foundation.org
3327 L:      netdev@vger.kernel.org
3328 W:      http://www.linuxfoundation.org/en/Net:Bridge
3329 S:      Maintained
3330 F:      include/linux/netfilter_bridge/
3331 F:      net/bridge/
3333 EXT2 FILE SYSTEM
3334 M:      Jan Kara <jack@suse.cz>
3335 L:      linux-ext4@vger.kernel.org
3336 S:      Maintained
3337 F:      Documentation/filesystems/ext2.txt
3338 F:      fs/ext2/
3339 F:      include/linux/ext2*
3341 EXT3 FILE SYSTEM
3342 M:      Jan Kara <jack@suse.cz>
3343 M:      Andrew Morton <akpm@linux-foundation.org>
3344 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3345 L:      linux-ext4@vger.kernel.org
3346 S:      Maintained
3347 F:      Documentation/filesystems/ext3.txt
3348 F:      fs/ext3/
3350 EXT4 FILE SYSTEM
3351 M:      "Theodore Ts'o" <tytso@mit.edu>
3352 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3353 L:      linux-ext4@vger.kernel.org
3354 W:      http://ext4.wiki.kernel.org
3355 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3356 S:      Maintained
3357 F:      Documentation/filesystems/ext4.txt
3358 F:      fs/ext4/
3360 Extended Verification Module (EVM)
3361 M:      Mimi Zohar <zohar@us.ibm.com>
3362 S:      Supported
3363 F:      security/integrity/evm/
3365 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3366 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3367 M:      Chanwoo Choi <cw00.choi@samsung.com>
3368 L:      linux-kernel@vger.kernel.org
3369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3370 S:      Maintained
3371 F:      drivers/extcon/
3372 F:      Documentation/extcon/
3374 EXYNOS DP DRIVER
3375 M:      Jingoo Han <jg1.han@samsung.com>
3376 L:      linux-fbdev@vger.kernel.org
3377 S:      Maintained
3378 F:      drivers/video/exynos/exynos_dp*
3380 EXYNOS MIPI DISPLAY DRIVERS
3381 M:      Inki Dae <inki.dae@samsung.com>
3382 M:      Donghwa Lee <dh09.lee@samsung.com>
3383 M:      Kyungmin Park <kyungmin.park@samsung.com>
3384 L:      linux-fbdev@vger.kernel.org
3385 S:      Maintained
3386 F:      drivers/video/exynos/exynos_mipi*
3387 F:      include/video/exynos_mipi*
3389 F71805F HARDWARE MONITORING DRIVER
3390 M:      Jean Delvare <jdelvare@suse.de>
3391 L:      lm-sensors@lm-sensors.org
3392 S:      Maintained
3393 F:      Documentation/hwmon/f71805f
3394 F:      drivers/hwmon/f71805f.c
3396 FC0011 TUNER DRIVER
3397 M:      Michael Buesch <m@bues.ch>
3398 L:      linux-media@vger.kernel.org
3399 S:      Maintained
3400 F:      drivers/media/tuners/fc0011.h
3401 F:      drivers/media/tuners/fc0011.c
3403 FC2580 MEDIA DRIVER
3404 M:      Antti Palosaari <crope@iki.fi>
3405 L:      linux-media@vger.kernel.org
3406 W:      http://linuxtv.org/
3407 W:      http://palosaari.fi/linux/
3408 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3409 T:      git git://linuxtv.org/anttip/media_tree.git
3410 S:      Maintained
3411 F:      drivers/media/tuners/fc2580*
3413 FANOTIFY
3414 M:      Eric Paris <eparis@redhat.com>
3415 S:      Maintained
3416 F:      fs/notify/fanotify/
3417 F:      include/linux/fanotify.h
3418 F:      include/uapi/linux/fanotify.h
3420 FARSYNC SYNCHRONOUS DRIVER
3421 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3422 W:      http://www.farsite.co.uk/
3423 S:      Supported
3424 F:      drivers/net/wan/farsync.*
3426 FAULT INJECTION SUPPORT
3427 M:      Akinobu Mita <akinobu.mita@gmail.com>
3428 S:      Supported
3429 F:      Documentation/fault-injection/
3430 F:      lib/fault-inject.c
3432 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3433 M:      Robert Love <robert.w.love@intel.com>
3434 L:      fcoe-devel@open-fcoe.org
3435 W:      www.Open-FCoE.org
3436 S:      Supported
3437 F:      drivers/scsi/libfc/
3438 F:      drivers/scsi/fcoe/
3439 F:      include/scsi/fc/
3440 F:      include/scsi/libfc.h
3441 F:      include/scsi/libfcoe.h
3442 F:      include/uapi/scsi/fc/
3444 FILE LOCKING (flock() and fcntl()/lockf())
3445 M:      Matthew Wilcox <matthew@wil.cx>
3446 L:      linux-fsdevel@vger.kernel.org
3447 S:      Maintained
3448 F:      include/linux/fcntl.h
3449 F:      include/linux/fs.h
3450 F:      include/uapi/linux/fcntl.h
3451 F:      include/uapi/linux/fs.h
3452 F:      fs/fcntl.c
3453 F:      fs/locks.c
3455 FILESYSTEMS (VFS and infrastructure)
3456 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3457 L:      linux-fsdevel@vger.kernel.org
3458 S:      Maintained
3459 F:      fs/*
3461 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3462 M:      Riku Voipio <riku.voipio@iki.fi>
3463 L:      lm-sensors@lm-sensors.org
3464 S:      Maintained
3465 F:      drivers/hwmon/f75375s.c
3466 F:      include/linux/f75375s.h
3468 FIREWIRE AUDIO DRIVERS
3469 M:      Clemens Ladisch <clemens@ladisch.de>
3470 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3471 T:      git git://git.alsa-project.org/alsa-kernel.git
3472 S:      Maintained
3473 F:      sound/firewire/
3475 FIREWIRE MEDIA DRIVERS (firedtv)
3476 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3477 L:      linux-media@vger.kernel.org
3478 L:      linux1394-devel@lists.sourceforge.net
3479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3480 S:      Maintained
3481 F:      drivers/media/firewire/
3483 FIREWIRE SBP-2 TARGET
3484 M:      Chris Boot <bootc@bootc.net>
3485 L:      linux-scsi@vger.kernel.org
3486 L:      target-devel@vger.kernel.org
3487 L:      linux1394-devel@lists.sourceforge.net
3488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3489 S:      Maintained
3490 F:      drivers/target/sbp/
3492 FIREWIRE SUBSYSTEM
3493 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3494 L:      linux1394-devel@lists.sourceforge.net
3495 W:      http://ieee1394.wiki.kernel.org/
3496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3497 S:      Maintained
3498 F:      drivers/firewire/
3499 F:      include/linux/firewire.h
3500 F:      include/uapi/linux/firewire*.h
3501 F:      tools/firewire/
3503 FIRMWARE LOADER (request_firmware)
3504 M:      Ming Lei <ming.lei@canonical.com>
3505 L:      linux-kernel@vger.kernel.org
3506 S:      Maintained
3507 F:      Documentation/firmware_class/
3508 F:      drivers/base/firmware*.c
3509 F:      include/linux/firmware.h
3511 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3512 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3513 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3514 S:      Maintained
3515 F:      drivers/block/rsxx/
3517 FLOPPY DRIVER
3518 M:      Jiri Kosina <jkosina@suse.cz>
3519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3520 S:      Odd fixes
3521 F:      drivers/block/floppy.c
3523 FMC SUBSYSTEM
3524 M:      Alessandro Rubini <rubini@gnudd.com>
3525 W:      http://www.ohwr.org/projects/fmc-bus
3526 S:      Supported
3527 F:      drivers/fmc/
3528 F:      include/linux/fmc*.h
3529 F:      include/linux/ipmi-fru.h
3530 K:      fmc_d.*register
3532 FPU EMULATOR
3533 M:      Bill Metzenthen <billm@melbpc.org.au>
3534 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3535 S:      Maintained
3536 F:      arch/x86/math-emu/
3538 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3539 L:      netdev@vger.kernel.org
3540 S:      Orphan
3541 F:      drivers/net/wan/dlci.c
3542 F:      drivers/net/wan/sdla.c
3544 FRAMEBUFFER LAYER
3545 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
3546 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
3547 L:      linux-fbdev@vger.kernel.org
3548 W:      http://linux-fbdev.sourceforge.net/
3549 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
3550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
3551 S:      Maintained
3552 F:      Documentation/fb/
3553 F:      Documentation/devicetree/bindings/fb/
3554 F:      drivers/video/
3555 F:      include/video/
3556 F:      include/linux/fb.h
3557 F:      include/uapi/video/
3558 F:      include/uapi/linux/fb.h
3560 FREESCALE DIU FRAMEBUFFER DRIVER
3561 M:      Timur Tabi <timur@tabi.org>
3562 L:      linux-fbdev@vger.kernel.org
3563 S:      Maintained
3564 F:      drivers/video/fsl-diu-fb.*
3566 FREESCALE DMA DRIVER
3567 M:      Li Yang <leoli@freescale.com>
3568 M:      Zhang Wei <zw@zh-kernel.org>
3569 L:      linuxppc-dev@lists.ozlabs.org
3570 S:      Maintained
3571 F:      drivers/dma/fsldma.*
3573 FREESCALE I2C CPM DRIVER
3574 M:      Jochen Friedrich <jochen@scram.de>
3575 L:      linuxppc-dev@lists.ozlabs.org
3576 L:      linux-i2c@vger.kernel.org
3577 S:      Maintained
3578 F:      drivers/i2c/busses/i2c-cpm.c
3580 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
3581 M:      Sascha Hauer <kernel@pengutronix.de>
3582 L:      linux-fbdev@vger.kernel.org
3583 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3584 S:      Maintained
3585 F:      include/linux/platform_data/video-imxfb.h
3586 F:      drivers/video/imxfb.c
3588 FREESCALE SOC FS_ENET DRIVER
3589 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
3590 M:      Vitaly Bordug <vbordug@ru.mvista.com>
3591 L:      linuxppc-dev@lists.ozlabs.org
3592 L:      netdev@vger.kernel.org
3593 S:      Maintained
3594 F:      drivers/net/ethernet/freescale/fs_enet/
3595 F:      include/linux/fs_enet_pd.h
3597 FREESCALE QUICC ENGINE LIBRARY
3598 L:      linuxppc-dev@lists.ozlabs.org
3599 S:      Orphan
3600 F:      arch/powerpc/sysdev/qe_lib/
3601 F:      arch/powerpc/include/asm/*qe.h
3603 FREESCALE USB PERIPHERAL DRIVERS
3604 M:      Li Yang <leoli@freescale.com>
3605 L:      linux-usb@vger.kernel.org
3606 L:      linuxppc-dev@lists.ozlabs.org
3607 S:      Maintained
3608 F:      drivers/usb/gadget/fsl*
3610 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
3611 M:      Li Yang <leoli@freescale.com>
3612 L:      netdev@vger.kernel.org
3613 L:      linuxppc-dev@lists.ozlabs.org
3614 S:      Maintained
3615 F:      drivers/net/ethernet/freescale/ucc_geth*
3617 FREESCALE QUICC ENGINE UCC UART DRIVER
3618 M:      Timur Tabi <timur@tabi.org>
3619 L:      linuxppc-dev@lists.ozlabs.org
3620 S:      Maintained
3621 F:      drivers/tty/serial/ucc_uart.c
3623 FREESCALE SOC SOUND DRIVERS
3624 M:      Timur Tabi <timur@tabi.org>
3625 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3626 L:      linuxppc-dev@lists.ozlabs.org
3627 S:      Maintained
3628 F:      sound/soc/fsl/fsl*
3629 F:      sound/soc/fsl/mpc8610_hpcd.c
3631 FREEVXFS FILESYSTEM
3632 M:      Christoph Hellwig <hch@infradead.org>
3633 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
3634 S:      Maintained
3635 F:      fs/freevxfs/
3637 FREEZER
3638 M:      Pavel Machek <pavel@ucw.cz>
3639 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3640 L:      linux-pm@vger.kernel.org
3641 S:      Supported
3642 F:      Documentation/power/freezing-of-tasks.txt
3643 F:      include/linux/freezer.h
3644 F:      kernel/freezer.c
3646 FRONTSWAP API
3647 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3648 L:      linux-kernel@vger.kernel.org
3649 S:      Maintained
3650 F:      mm/frontswap.c
3651 F:      include/linux/frontswap.h
3653 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
3654 M:      David Howells <dhowells@redhat.com>
3655 L:      linux-cachefs@redhat.com
3656 S:      Supported
3657 F:      Documentation/filesystems/caching/
3658 F:      fs/fscache/
3659 F:      include/linux/fscache*.h
3661 F2FS FILE SYSTEM
3662 M:      Jaegeuk Kim <jaegeuk.kim@samsung.com>
3663 L:      linux-f2fs-devel@lists.sourceforge.net
3664 W:      http://en.wikipedia.org/wiki/F2FS
3665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
3666 S:      Maintained
3667 F:      Documentation/filesystems/f2fs.txt
3668 F:      Documentation/ABI/testing/sysfs-fs-f2fs
3669 F:      fs/f2fs/
3670 F:      include/linux/f2fs_fs.h
3672 FUJITSU FR-V (FRV) PORT
3673 M:      David Howells <dhowells@redhat.com>
3674 S:      Maintained
3675 F:      arch/frv/
3677 FUJITSU LAPTOP EXTRAS
3678 M:      Jonathan Woithe <jwoithe@just42.net>
3679 L:      platform-driver-x86@vger.kernel.org
3680 S:      Maintained
3681 F:      drivers/platform/x86/fujitsu-laptop.c
3683 FUJITSU M-5MO LS CAMERA ISP DRIVER
3684 M:      Kyungmin Park <kyungmin.park@samsung.com>
3685 M:      Heungjun Kim <riverful.kim@samsung.com>
3686 L:      linux-media@vger.kernel.org
3687 S:      Maintained
3688 F:      drivers/media/i2c/m5mols/
3689 F:      include/media/m5mols.h
3691 FUJITSU TABLET EXTRAS
3692 M:      Robert Gerlach <khnz@gmx.de>
3693 L:      platform-driver-x86@vger.kernel.org
3694 S:      Maintained
3695 F:      drivers/platform/x86/fujitsu-tablet.c
3697 FUSE: FILESYSTEM IN USERSPACE
3698 M:      Miklos Szeredi <miklos@szeredi.hu>
3699 L:      fuse-devel@lists.sourceforge.net
3700 W:      http://fuse.sourceforge.net/
3701 S:      Maintained
3702 F:      fs/fuse/
3703 F:      include/uapi/linux/fuse.h
3705 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
3706 M:      Rik Faith <faith@cs.unc.edu>
3707 L:      linux-scsi@vger.kernel.org
3708 S:      Odd Fixes (e.g., new signatures)
3709 F:      drivers/scsi/fdomain.*
3711 GCOV BASED KERNEL PROFILING
3712 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
3713 S:      Maintained
3714 F:      kernel/gcov/
3715 F:      Documentation/gcov.txt
3717 GDT SCSI DISK ARRAY CONTROLLER DRIVER
3718 M:      Achim Leubner <achim_leubner@adaptec.com>
3719 L:      linux-scsi@vger.kernel.org
3720 W:      http://www.icp-vortex.com/
3721 S:      Supported
3722 F:      drivers/scsi/gdt*
3724 GEMTEK FM RADIO RECEIVER DRIVER
3725 M:      Hans Verkuil <hverkuil@xs4all.nl>
3726 L:      linux-media@vger.kernel.org
3727 T:      git git://linuxtv.org/media_tree.git
3728 W:      http://linuxtv.org
3729 S:      Maintained
3730 F:      drivers/media/radio/radio-gemtek*
3732 GENERIC GPIO I2C DRIVER
3733 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
3734 S:      Supported
3735 F:      drivers/i2c/busses/i2c-gpio.c
3736 F:      include/linux/i2c-gpio.h
3738 GENERIC GPIO I2C MULTIPLEXER DRIVER
3739 M:      Peter Korsgaard <peter.korsgaard@barco.com>
3740 L:      linux-i2c@vger.kernel.org
3741 S:      Supported
3742 F:      drivers/i2c/muxes/i2c-mux-gpio.c
3743 F:      include/linux/i2c-mux-gpio.h
3744 F:      Documentation/i2c/muxes/i2c-mux-gpio
3746 GENERIC HDLC (WAN) DRIVERS
3747 M:      Krzysztof Halasa <khc@pm.waw.pl>
3748 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
3749 S:      Maintained
3750 F:      drivers/net/wan/c101.c
3751 F:      drivers/net/wan/hd6457*
3752 F:      drivers/net/wan/hdlc*
3753 F:      drivers/net/wan/n2.c
3754 F:      drivers/net/wan/pc300too.c
3755 F:      drivers/net/wan/pci200syn.c
3756 F:      drivers/net/wan/wanxl*
3758 GENERIC INCLUDE/ASM HEADER FILES
3759 M:      Arnd Bergmann <arnd@arndb.de>
3760 L:      linux-arch@vger.kernel.org
3761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
3762 S:      Maintained
3763 F:      include/asm-generic/
3764 F:      include/uapi/asm-generic/
3766 GENERIC PHY FRAMEWORK
3767 M:      Kishon Vijay Abraham I <kishon@ti.com>
3768 L:      linux-kernel@vger.kernel.org
3769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
3770 S:      Supported
3771 F:      drivers/phy/
3772 F:      include/linux/phy/
3774 GENERIC UIO DRIVER FOR PCI DEVICES
3775 M:      "Michael S. Tsirkin" <mst@redhat.com>
3776 L:      kvm@vger.kernel.org
3777 S:      Supported
3778 F:      drivers/uio/uio_pci_generic.c
3780 GFS2 FILE SYSTEM
3781 M:      Steven Whitehouse <swhiteho@redhat.com>
3782 L:      cluster-devel@redhat.com
3783 W:      http://sources.redhat.com/cluster/
3784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
3785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
3786 S:      Supported
3787 F:      Documentation/filesystems/gfs2*.txt
3788 F:      fs/gfs2/
3789 F:      include/uapi/linux/gfs2_ondisk.h
3791 GIGASET ISDN DRIVERS
3792 M:      Hansjoerg Lipp <hjlipp@web.de>
3793 M:      Tilman Schmidt <tilman@imap.cc>
3794 L:      gigaset307x-common@lists.sourceforge.net
3795 W:      http://gigaset307x.sourceforge.net/
3796 S:      Maintained
3797 F:      Documentation/isdn/README.gigaset
3798 F:      drivers/isdn/gigaset/
3799 F:      include/uapi/linux/gigaset_dev.h
3801 GPIO SUBSYSTEM
3802 M:      Linus Walleij <linus.walleij@linaro.org>
3803 M:      Alexandre Courbot <gnurou@gmail.com>
3804 L:      linux-gpio@vger.kernel.org
3805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
3806 S:      Maintained
3807 F:      Documentation/gpio/
3808 F:      drivers/gpio/
3809 F:      include/linux/gpio*
3810 F:      include/asm-generic/gpio.h
3812 GRE DEMULTIPLEXER DRIVER
3813 M:      Dmitry Kozlov <xeb@mail.ru>
3814 L:      netdev@vger.kernel.org
3815 S:      Maintained
3816 F:      net/ipv4/gre_demux.c
3817 F:      net/ipv4/gre_offload.c
3818 F:      include/net/gre.h
3820 GRETH 10/100/1G Ethernet MAC device driver
3821 M:      Kristoffer Glembo <kristoffer@gaisler.com>
3822 L:      netdev@vger.kernel.org
3823 S:      Maintained
3824 F:      drivers/net/ethernet/aeroflex/
3826 GSPCA FINEPIX SUBDRIVER
3827 M:      Frank Zago <frank@zago.net>
3828 L:      linux-media@vger.kernel.org
3829 T:      git git://linuxtv.org/media_tree.git
3830 S:      Maintained
3831 F:      drivers/media/usb/gspca/finepix.c
3833 GSPCA GL860 SUBDRIVER
3834 M:      Olivier Lorin <o.lorin@laposte.net>
3835 L:      linux-media@vger.kernel.org
3836 T:      git git://linuxtv.org/media_tree.git
3837 S:      Maintained
3838 F:      drivers/media/usb/gspca/gl860/
3840 GSPCA M5602 SUBDRIVER
3841 M:      Erik Andren <erik.andren@gmail.com>
3842 L:      linux-media@vger.kernel.org
3843 T:      git git://linuxtv.org/media_tree.git
3844 S:      Maintained
3845 F:      drivers/media/usb/gspca/m5602/
3847 GSPCA PAC207 SONIXB SUBDRIVER
3848 M:      Hans de Goede <hdegoede@redhat.com>
3849 L:      linux-media@vger.kernel.org
3850 T:      git git://linuxtv.org/media_tree.git
3851 S:      Maintained
3852 F:      drivers/media/usb/gspca/pac207.c
3854 GSPCA SN9C20X SUBDRIVER
3855 M:      Brian Johnson <brijohn@gmail.com>
3856 L:      linux-media@vger.kernel.org
3857 T:      git git://linuxtv.org/media_tree.git
3858 S:      Maintained
3859 F:      drivers/media/usb/gspca/sn9c20x.c
3861 GSPCA T613 SUBDRIVER
3862 M:      Leandro Costantino <lcostantino@gmail.com>
3863 L:      linux-media@vger.kernel.org
3864 T:      git git://linuxtv.org/media_tree.git
3865 S:      Maintained
3866 F:      drivers/media/usb/gspca/t613.c
3868 GSPCA USB WEBCAM DRIVER
3869 M:      Hans de Goede <hdegoede@redhat.com>
3870 L:      linux-media@vger.kernel.org
3871 T:      git git://linuxtv.org/media_tree.git
3872 S:      Maintained
3873 F:      drivers/media/usb/gspca/
3875 GUID PARTITION TABLE (GPT)
3876 M:      Davidlohr Bueso <davidlohr@hp.com>
3877 L:      linux-efi@vger.kernel.org
3878 S:      Maintained
3879 F:      block/partitions/efi.*
3881 STK1160 USB VIDEO CAPTURE DRIVER
3882 M:      Ezequiel Garcia <elezegarcia@gmail.com>
3883 L:      linux-media@vger.kernel.org
3884 T:      git git://linuxtv.org/media_tree.git
3885 S:      Maintained
3886 F:      drivers/media/usb/stk1160/
3888 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3889 M:      Frank Seidel <frank@f-seidel.de>
3890 L:      platform-driver-x86@vger.kernel.org
3891 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3892 S:      Maintained
3893 F:      drivers/platform/x86/hdaps.c
3895 HDPVR USB VIDEO ENCODER DRIVER
3896 M:      Hans Verkuil <hverkuil@xs4all.nl>
3897 L:      linux-media@vger.kernel.org
3898 T:      git git://linuxtv.org/media_tree.git
3899 W:      http://linuxtv.org
3900 S:      Odd Fixes
3901 F:      drivers/media/usb/hdpvr/
3903 HWPOISON MEMORY FAILURE HANDLING
3904 M:      Andi Kleen <andi@firstfloor.org>
3905 L:      linux-mm@kvack.org
3906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3907 S:      Maintained
3908 F:      mm/memory-failure.c
3909 F:      mm/hwpoison-inject.c
3911 HYPERVISOR VIRTUAL CONSOLE DRIVER
3912 L:      linuxppc-dev@lists.ozlabs.org
3913 S:      Odd Fixes
3914 F:      drivers/tty/hvc/
3916 HARDWARE MONITORING
3917 M:      Jean Delvare <jdelvare@suse.de>
3918 M:      Guenter Roeck <linux@roeck-us.net>
3919 L:      lm-sensors@lm-sensors.org
3920 W:      http://www.lm-sensors.org/
3921 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
3922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
3923 S:      Maintained
3924 F:      Documentation/hwmon/
3925 F:      drivers/hwmon/
3926 F:      include/linux/hwmon*.h
3928 HARDWARE RANDOM NUMBER GENERATOR CORE
3929 M:      Matt Mackall <mpm@selenic.com>
3930 M:      Herbert Xu <herbert@gondor.apana.org.au>
3931 S:      Odd fixes
3932 F:      Documentation/hw_random.txt
3933 F:      drivers/char/hw_random/
3934 F:      include/linux/hw_random.h
3936 HARDWARE SPINLOCK CORE
3937 M:      Ohad Ben-Cohen <ohad@wizery.com>
3938 S:      Maintained
3939 F:      Documentation/hwspinlock.txt
3940 F:      drivers/hwspinlock/hwspinlock_*
3941 F:      include/linux/hwspinlock.h
3943 HARMONY SOUND DRIVER
3944 L:      linux-parisc@vger.kernel.org
3945 S:      Maintained
3946 F:      sound/parisc/harmony.*
3948 HD29L2 MEDIA DRIVER
3949 M:      Antti Palosaari <crope@iki.fi>
3950 L:      linux-media@vger.kernel.org
3951 W:      http://linuxtv.org/
3952 W:      http://palosaari.fi/linux/
3953 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3954 T:      git git://linuxtv.org/anttip/media_tree.git
3955 S:      Maintained
3956 F:      drivers/media/dvb-frontends/hd29l2*
3958 HEWLETT-PACKARD SMART2 RAID DRIVER
3959 M:      Chirag Kantharia <chirag.kantharia@hp.com>
3960 L:      iss_storagedev@hp.com
3961 S:      Maintained
3962 F:      Documentation/blockdev/cpqarray.txt
3963 F:      drivers/block/cpqarray.*
3965 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
3966 M:      "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
3967 L:      iss_storagedev@hp.com
3968 S:      Supported
3969 F:      Documentation/scsi/hpsa.txt
3970 F:      drivers/scsi/hpsa*.[ch]
3971 F:      include/linux/cciss*.h
3972 F:      include/uapi/linux/cciss*.h
3974 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
3975 M:      Mike Miller <mike.miller@hp.com>
3976 L:      iss_storagedev@hp.com
3977 S:      Supported
3978 F:      Documentation/blockdev/cciss.txt
3979 F:      drivers/block/cciss*
3980 F:      include/linux/cciss_ioctl.h
3981 F:      include/uapi/linux/cciss_ioctl.h
3983 HFS FILESYSTEM
3984 L:      linux-fsdevel@vger.kernel.org
3985 S:      Orphan
3986 F:      Documentation/filesystems/hfs.txt
3987 F:      fs/hfs/
3989 HFSPLUS FILESYSTEM
3990 L:      linux-fsdevel@vger.kernel.org
3991 S:      Orphan
3992 F:      Documentation/filesystems/hfsplus.txt
3993 F:      fs/hfsplus/
3995 HGA FRAMEBUFFER DRIVER
3996 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3997 L:      linux-nvidia@lists.surfsouth.com
3998 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3999 S:      Maintained
4000 F:      drivers/video/hgafb.c
4002 HIBERNATION (aka Software Suspend, aka swsusp)
4003 M:      Pavel Machek <pavel@ucw.cz>
4004 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4005 L:      linux-pm@vger.kernel.org
4006 S:      Supported
4007 F:      arch/x86/power/
4008 F:      drivers/base/power/
4009 F:      kernel/power/
4010 F:      include/linux/suspend.h
4011 F:      include/linux/freezer.h
4012 F:      include/linux/pm.h
4013 F:      arch/*/include/asm/suspend*.h
4015 HID CORE LAYER
4016 M:      Jiri Kosina <jkosina@suse.cz>
4017 L:      linux-input@vger.kernel.org
4018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4019 S:      Maintained
4020 F:      drivers/hid/
4021 F:      include/linux/hid*
4022 F:      include/uapi/linux/hid*
4024 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4025 M:      Thomas Gleixner <tglx@linutronix.de>
4026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4027 S:      Maintained
4028 F:      Documentation/timers/
4029 F:      kernel/hrtimer.c
4030 F:      kernel/time/clockevents.c
4031 F:      kernel/time/tick*.*
4032 F:      kernel/time/timer_*.c
4033 F:      include/linux/clockchips.h
4034 F:      include/linux/hrtimer.h
4036 HIGH-SPEED SCC DRIVER FOR AX.25
4037 L:      linux-hams@vger.kernel.org
4038 S:      Orphan
4039 F:      drivers/net/hamradio/dmascc.c
4040 F:      drivers/net/hamradio/scc.c
4042 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4043 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4044 W:      http://www.highpoint-tech.com
4045 S:      Supported
4046 F:      Documentation/scsi/hptiop.txt
4047 F:      drivers/scsi/hptiop.c
4049 HIPPI
4050 M:      Jes Sorensen <jes@trained-monkey.org>
4051 L:      linux-hippi@sunsite.dk
4052 S:      Maintained
4053 F:      include/linux/hippidevice.h
4054 F:      include/uapi/linux/if_hippi.h
4055 F:      net/802/hippi.c
4056 F:      drivers/net/hippi/
4058 HOST AP DRIVER
4059 M:      Jouni Malinen <j@w1.fi>
4060 L:      hostap@shmoo.com (subscribers-only)
4061 L:      linux-wireless@vger.kernel.org
4062 W:      http://hostap.epitest.fi/
4063 S:      Maintained
4064 F:      drivers/net/wireless/hostap/
4066 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4067 L:      platform-driver-x86@vger.kernel.org
4068 S:      Orphan
4069 F:      drivers/platform/x86/tc1100-wmi.c
4071 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4072 M:      Jaroslav Kysela <perex@perex.cz>
4073 S:      Maintained
4074 F:      drivers/net/ethernet/hp/hp100.*
4076 HPET:   High Precision Event Timers driver
4077 M:      Clemens Ladisch <clemens@ladisch.de>
4078 S:      Maintained
4079 F:      Documentation/timers/hpet.txt
4080 F:      drivers/char/hpet.c
4081 F:      include/linux/hpet.h
4082 F:      include/uapi/linux/hpet.h
4084 HPET:   x86
4085 M:      "Venkatesh Pallipadi (Venki)" <venki@google.com>
4086 S:      Maintained
4087 F:      arch/x86/kernel/hpet.c
4088 F:      arch/x86/include/asm/hpet.h
4090 HPFS FILESYSTEM
4091 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4092 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4093 S:      Maintained
4094 F:      fs/hpfs/
4096 HSI SUBSYSTEM
4097 M:      Sebastian Reichel <sre@debian.org>
4098 S:      Maintained
4099 F:      Documentation/ABI/testing/sysfs-bus-hsi
4100 F:      drivers/hsi/
4101 F:      include/linux/hsi/
4102 F:      include/uapi/linux/hsi/
4104 HSO 3G MODEM DRIVER
4105 M:      Jan Dumon <j.dumon@option.com>
4106 W:      http://www.pharscape.org
4107 S:      Maintained
4108 F:      drivers/net/usb/hso.c
4110 HSR NETWORK PROTOCOL
4111 M:      Arvid Brodin <arvid.brodin@alten.se>
4112 L:      netdev@vger.kernel.org
4113 S:      Maintained
4114 F:      net/hsr/
4116 HTCPEN TOUCHSCREEN DRIVER
4117 M:      Pau Oliva Fora <pof@eslack.org>
4118 L:      linux-input@vger.kernel.org
4119 S:      Maintained
4120 F:      drivers/input/touchscreen/htcpen.c
4122 HUGETLB FILESYSTEM
4123 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4124 S:      Maintained
4125 F:      fs/hugetlbfs/
4127 Hyper-V CORE AND DRIVERS
4128 M:      K. Y. Srinivasan <kys@microsoft.com>
4129 M:      Haiyang Zhang <haiyangz@microsoft.com>
4130 L:      devel@linuxdriverproject.org
4131 S:      Maintained
4132 F:      arch/x86/include/asm/mshyperv.h
4133 F:      arch/x86/include/uapi/asm/hyperv.h
4134 F:      arch/x86/kernel/cpu/mshyperv.c
4135 F:      drivers/hid/hid-hyperv.c
4136 F:      drivers/hv/
4137 F:      drivers/input/serio/hyperv-keyboard.c
4138 F:      drivers/net/hyperv/
4139 F:      drivers/scsi/storvsc_drv.c
4140 F:      drivers/video/hyperv_fb.c
4141 F:      include/linux/hyperv.h
4142 F:      tools/hv/
4144 I2C OVER PARALLEL PORT
4145 M:      Jean Delvare <jdelvare@suse.de>
4146 L:      linux-i2c@vger.kernel.org
4147 S:      Maintained
4148 F:      Documentation/i2c/busses/i2c-parport
4149 F:      Documentation/i2c/busses/i2c-parport-light
4150 F:      drivers/i2c/busses/i2c-parport.c
4151 F:      drivers/i2c/busses/i2c-parport-light.c
4153 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4154 M:      Jean Delvare <jdelvare@suse.de>
4155 L:      linux-i2c@vger.kernel.org
4156 S:      Maintained
4157 F:      Documentation/i2c/busses/i2c-ali1535
4158 F:      Documentation/i2c/busses/i2c-ali1563
4159 F:      Documentation/i2c/busses/i2c-ali15x3
4160 F:      Documentation/i2c/busses/i2c-amd756
4161 F:      Documentation/i2c/busses/i2c-amd8111
4162 F:      Documentation/i2c/busses/i2c-i801
4163 F:      Documentation/i2c/busses/i2c-nforce2
4164 F:      Documentation/i2c/busses/i2c-piix4
4165 F:      Documentation/i2c/busses/i2c-sis5595
4166 F:      Documentation/i2c/busses/i2c-sis630
4167 F:      Documentation/i2c/busses/i2c-sis96x
4168 F:      Documentation/i2c/busses/i2c-via
4169 F:      Documentation/i2c/busses/i2c-viapro
4170 F:      drivers/i2c/busses/i2c-ali1535.c
4171 F:      drivers/i2c/busses/i2c-ali1563.c
4172 F:      drivers/i2c/busses/i2c-ali15x3.c
4173 F:      drivers/i2c/busses/i2c-amd756.c
4174 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4175 F:      drivers/i2c/busses/i2c-amd8111.c
4176 F:      drivers/i2c/busses/i2c-i801.c
4177 F:      drivers/i2c/busses/i2c-isch.c
4178 F:      drivers/i2c/busses/i2c-nforce2.c
4179 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4180 F:      drivers/i2c/busses/i2c-piix4.c
4181 F:      drivers/i2c/busses/i2c-sis5595.c
4182 F:      drivers/i2c/busses/i2c-sis630.c
4183 F:      drivers/i2c/busses/i2c-sis96x.c
4184 F:      drivers/i2c/busses/i2c-via.c
4185 F:      drivers/i2c/busses/i2c-viapro.c
4187 I2C/SMBUS ISMT DRIVER
4188 M:      Seth Heasley <seth.heasley@intel.com>
4189 M:      Neil Horman <nhorman@tuxdriver.com>
4190 L:      linux-i2c@vger.kernel.org
4191 F:      drivers/i2c/busses/i2c-ismt.c
4192 F:      Documentation/i2c/busses/i2c-ismt
4194 I2C/SMBUS STUB DRIVER
4195 M:      Jean Delvare <jdelvare@suse.de>
4196 L:      linux-i2c@vger.kernel.org
4197 S:      Maintained
4198 F:      drivers/i2c/i2c-stub.c
4200 I2C SUBSYSTEM
4201 M:      Wolfram Sang <wsa@the-dreams.de>
4202 L:      linux-i2c@vger.kernel.org
4203 W:      http://i2c.wiki.kernel.org/
4204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4205 S:      Maintained
4206 F:      Documentation/i2c/
4207 F:      drivers/i2c/
4208 F:      include/linux/i2c.h
4209 F:      include/linux/i2c-*.h
4210 F:      include/uapi/linux/i2c.h
4211 F:      include/uapi/linux/i2c-*.h
4213 I2C-TAOS-EVM DRIVER
4214 M:      Jean Delvare <jdelvare@suse.de>
4215 L:      linux-i2c@vger.kernel.org
4216 S:      Maintained
4217 F:      Documentation/i2c/busses/i2c-taos-evm
4218 F:      drivers/i2c/busses/i2c-taos-evm.c
4220 I2C-TINY-USB DRIVER
4221 M:      Till Harbaum <till@harbaum.org>
4222 L:      linux-i2c@vger.kernel.org
4223 W:      http://www.harbaum.org/till/i2c_tiny_usb
4224 S:      Maintained
4225 F:      drivers/i2c/busses/i2c-tiny-usb.c
4227 i386 BOOT CODE
4228 M:      "H. Peter Anvin" <hpa@zytor.com>
4229 S:      Maintained
4230 F:      arch/x86/boot/
4232 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4233 M:      "H. Peter Anvin" <hpa@zytor.com>
4234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4235 S:      Maintained
4237 IA64 (Itanium) PLATFORM
4238 M:      Tony Luck <tony.luck@intel.com>
4239 M:      Fenghua Yu <fenghua.yu@intel.com>
4240 L:      linux-ia64@vger.kernel.org
4241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4242 S:      Maintained
4243 F:      arch/ia64/
4245 IBM Power in-Nest Crypto Acceleration
4246 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4247 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4248 L:      linux-crypto@vger.kernel.org
4249 S:      Supported
4250 F:      drivers/crypto/nx/
4252 IBM Power 842 compression accelerator
4253 M:      Robert Jennings <rcj@linux.vnet.ibm.com>
4254 S:      Supported
4255 F:      drivers/crypto/nx/nx-842.c
4256 F:      include/linux/nx842.h
4258 IBM Power Linux RAID adapter
4259 M:      Brian King <brking@us.ibm.com>
4260 S:      Supported
4261 F:      drivers/scsi/ipr.*
4263 IBM Power Virtual Ethernet Device Driver
4264 M:      Santiago Leon <santil@linux.vnet.ibm.com>
4265 L:      netdev@vger.kernel.org
4266 S:      Supported
4267 F:      drivers/net/ethernet/ibm/ibmveth.*
4269 IBM Power Virtual SCSI/FC Device Drivers
4270 M:      Robert Jennings <rcj@linux.vnet.ibm.com>
4271 L:      linux-scsi@vger.kernel.org
4272 S:      Supported
4273 F:      drivers/scsi/ibmvscsi/
4274 X:      drivers/scsi/ibmvscsi/ibmvstgt.c
4276 IBM ServeRAID RAID DRIVER
4277 P:      Jack Hammer
4278 M:      Dave Jeffery <ipslinux@adaptec.com>
4279 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
4280 S:      Supported
4281 F:      drivers/scsi/ips.*
4283 ICH LPC AND GPIO DRIVER
4284 M:      Peter Tyser <ptyser@xes-inc.com>
4285 S:      Maintained
4286 F:      drivers/mfd/lpc_ich.c
4287 F:      drivers/gpio/gpio-ich.c
4289 IDE SUBSYSTEM
4290 M:      "David S. Miller" <davem@davemloft.net>
4291 L:      linux-ide@vger.kernel.org
4292 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4294 S:      Maintained
4295 F:      Documentation/ide/
4296 F:      drivers/ide/
4297 F:      include/linux/ide.h
4299 IDEAPAD LAPTOP EXTRAS DRIVER
4300 M:      Ike Panhc <ike.pan@canonical.com>
4301 L:      platform-driver-x86@vger.kernel.org
4302 W:      http://launchpad.net/ideapad-laptop
4303 S:      Maintained
4304 F:      drivers/platform/x86/ideapad-laptop.c
4306 IDEAPAD LAPTOP SLIDEBAR DRIVER
4307 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4308 L:      linux-input@vger.kernel.org
4309 W:      https://github.com/o2genum/ideapad-slidebar
4310 S:      Maintained
4311 F:      drivers/input/misc/ideapad_slidebar.c
4313 IDE/ATAPI DRIVERS
4314 M:      Borislav Petkov <bp@alien8.de>
4315 L:      linux-ide@vger.kernel.org
4316 S:      Maintained
4317 F:      Documentation/cdrom/ide-cd
4318 F:      drivers/ide/ide-cd*
4320 IDLE-I7300
4321 M:      Andy Henroid <andrew.d.henroid@intel.com>
4322 L:      linux-pm@vger.kernel.org
4323 S:      Supported
4324 F:      drivers/idle/i7300_idle.c
4326 IEEE 802.15.4 SUBSYSTEM
4327 M:      Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
4328 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
4329 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
4330 W:      http://apps.sourceforge.net/trac/linux-zigbee
4331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
4332 S:      Maintained
4333 F:      net/ieee802154/
4334 F:      net/mac802154/
4335 F:      drivers/net/ieee802154/
4337 IGUANAWORKS USB IR TRANSCEIVER
4338 M:      Sean Young <sean@mess.org>
4339 L:      linux-media@vger.kernel.org
4340 S:      Maintained
4341 F:      drivers/media/rc/iguanair.c
4343 IIO SUBSYSTEM AND DRIVERS
4344 M:      Jonathan Cameron <jic23@kernel.org>
4345 L:      linux-iio@vger.kernel.org
4346 S:      Maintained
4347 F:      drivers/iio/
4348 F:      drivers/staging/iio/
4350 IKANOS/ADI EAGLE ADSL USB DRIVER
4351 M:      Matthieu Castet <castet.matthieu@free.fr>
4352 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4353 S:      Maintained
4354 F:      drivers/usb/atm/ueagle-atm.c
4356 INA209 HARDWARE MONITOR DRIVER
4357 M:      Guenter Roeck <linux@roeck-us.net>
4358 L:      lm-sensors@lm-sensors.org
4359 S:      Maintained
4360 F:      Documentation/hwmon/ina209
4361 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4362 F:      drivers/hwmon/ina209.c
4364 INA2XX HARDWARE MONITOR DRIVER
4365 M:      Guenter Roeck <linux@roeck-us.net>
4366 L:      lm-sensors@lm-sensors.org
4367 S:      Maintained
4368 F:      Documentation/hwmon/ina2xx
4369 F:      drivers/hwmon/ina2xx.c
4370 F:      include/linux/platform_data/ina2xx.h
4372 INDUSTRY PACK SUBSYSTEM (IPACK)
4373 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4374 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4375 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4376 L:      industrypack-devel@lists.sourceforge.net
4377 W:      http://industrypack.sourceforge.net
4378 S:      Maintained
4379 F:      drivers/ipack/
4381 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4382 M:      Mimi Zohar <zohar@us.ibm.com>
4383 M:      Dmitry Kasatkin <d.kasatkin@samsung.com>
4384 S:      Supported
4385 F:      security/integrity/ima/
4387 IMS TWINTURBO FRAMEBUFFER DRIVER
4388 L:      linux-fbdev@vger.kernel.org
4389 S:      Orphan
4390 F:      drivers/video/imsttfb.c
4392 INFINIBAND SUBSYSTEM
4393 M:      Roland Dreier <roland@kernel.org>
4394 M:      Sean Hefty <sean.hefty@intel.com>
4395 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4396 L:      linux-rdma@vger.kernel.org
4397 W:      http://www.openfabrics.org/
4398 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4400 S:      Supported
4401 F:      Documentation/infiniband/
4402 F:      drivers/infiniband/
4403 F:      include/uapi/linux/if_infiniband.h
4405 INOTIFY
4406 M:      John McCutchan <john@johnmccutchan.com>
4407 M:      Robert Love <rlove@rlove.org>
4408 M:      Eric Paris <eparis@parisplace.org>
4409 S:      Maintained
4410 F:      Documentation/filesystems/inotify.txt
4411 F:      fs/notify/inotify/
4412 F:      include/linux/inotify.h
4413 F:      include/uapi/linux/inotify.h
4415 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4416 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4417 M:      Dmitry Torokhov <dtor@mail.ru>
4418 L:      linux-input@vger.kernel.org
4419 Q:      http://patchwork.kernel.org/project/linux-input/list/
4420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4421 S:      Maintained
4422 F:      drivers/input/
4423 F:      include/linux/input.h
4424 F:      include/uapi/linux/input.h
4425 F:      include/linux/input/
4427 INPUT MULTITOUCH (MT) PROTOCOL
4428 M:      Henrik Rydberg <rydberg@euromail.se>
4429 L:      linux-input@vger.kernel.org
4430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4431 S:      Maintained
4432 F:      Documentation/input/multi-touch-protocol.txt
4433 F:      drivers/input/input-mt.c
4434 K:      \b(ABS|SYN)_MT_
4436 INTEL C600 SERIES SAS CONTROLLER DRIVER
4437 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4438 M:      Lukasz Dorau <lukasz.dorau@intel.com>
4439 M:      Maciej Patelczyk <maciej.patelczyk@intel.com>
4440 M:      Dave Jiang <dave.jiang@intel.com>
4441 L:      linux-scsi@vger.kernel.org
4442 T:      git git://git.code.sf.net/p/intel-sas/isci
4443 S:      Supported
4444 F:      drivers/scsi/isci/
4446 INTEL IDLE DRIVER
4447 M:      Len Brown <lenb@kernel.org>
4448 L:      linux-pm@vger.kernel.org
4449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4450 S:      Supported
4451 F:      drivers/idle/intel_idle.c
4453 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4454 M:      Maik Broemme <mbroemme@plusserver.de>
4455 L:      linux-fbdev@vger.kernel.org
4456 S:      Maintained
4457 F:      Documentation/fb/intelfb.txt
4458 F:      drivers/video/intelfb/
4460 INTEL 810/815 FRAMEBUFFER DRIVER
4461 M:      Antonino Daplas <adaplas@gmail.com>
4462 L:      linux-fbdev@vger.kernel.org
4463 S:      Maintained
4464 F:      drivers/video/i810/
4466 INTEL MENLOW THERMAL DRIVER
4467 M:      Sujith Thomas <sujith.thomas@intel.com>
4468 L:      platform-driver-x86@vger.kernel.org
4469 W:      https://01.org/linux-acpi
4470 S:      Supported
4471 F:      drivers/platform/x86/intel_menlow.c
4473 INTEL IA32 MICROCODE UPDATE SUPPORT
4474 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
4475 S:      Maintained
4476 F:      arch/x86/kernel/microcode_core.c
4477 F:      arch/x86/kernel/microcode_intel.c
4479 INTEL I/OAT DMA DRIVER
4480 M:      Dan Williams <dan.j.williams@intel.com>
4481 M:      Dave Jiang <dave.jiang@intel.com>
4482 L:      dmaengine@vger.kernel.org
4483 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4484 S:      Supported
4485 F:      drivers/dma/ioat*
4487 INTEL IOMMU (VT-d)
4488 M:      David Woodhouse <dwmw2@infradead.org>
4489 L:      iommu@lists.linux-foundation.org
4490 T:      git git://git.infradead.org/iommu-2.6.git
4491 S:      Supported
4492 F:      drivers/iommu/intel-iommu.c
4493 F:      include/linux/intel-iommu.h
4495 INTEL IOP-ADMA DMA DRIVER
4496 M:      Dan Williams <dan.j.williams@intel.com>
4497 S:      Odd fixes
4498 F:      drivers/dma/iop-adma.c
4500 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
4501 M:      Krzysztof Halasa <khc@pm.waw.pl>
4502 S:      Maintained
4503 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
4504 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
4505 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
4506 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
4507 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
4508 F:      drivers/net/wan/ixp4xx_hss.c
4510 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
4511 M:      Deepak Saxena <dsaxena@plexity.net>
4512 S:      Maintained
4513 F:      drivers/char/hw_random/ixp4xx-rng.c
4515 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
4516 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
4517 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
4518 M:      Bruce Allan <bruce.w.allan@intel.com>
4519 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
4520 M:      Don Skidmore <donald.c.skidmore@intel.com>
4521 M:      Greg Rose <gregory.v.rose@intel.com>
4522 M:      Alex Duyck <alexander.h.duyck@intel.com>
4523 M:      John Ronciak <john.ronciak@intel.com>
4524 M:      Mitch Williams <mitch.a.williams@intel.com>
4525 L:      e1000-devel@lists.sourceforge.net
4526 W:      http://www.intel.com/support/feedback.htm
4527 W:      http://e1000.sourceforge.net/
4528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
4529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
4530 S:      Supported
4531 F:      Documentation/networking/e100.txt
4532 F:      Documentation/networking/e1000.txt
4533 F:      Documentation/networking/e1000e.txt
4534 F:      Documentation/networking/igb.txt
4535 F:      Documentation/networking/igbvf.txt
4536 F:      Documentation/networking/ixgb.txt
4537 F:      Documentation/networking/ixgbe.txt
4538 F:      Documentation/networking/ixgbevf.txt
4539 F:      Documentation/networking/i40e.txt
4540 F:      Documentation/networking/i40evf.txt
4541 F:      drivers/net/ethernet/intel/
4543 INTEL-MID GPIO DRIVER
4544 M:      David Cohen <david.a.cohen@linux.intel.com>
4545 L:      linux-gpio@vger.kernel.org
4546 S:      Maintained
4547 F:      drivers/gpio/gpio-intel-mid.c
4549 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
4550 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
4551 L:      linux-wireless@vger.kernel.org
4552 S:      Maintained
4553 F:      Documentation/networking/README.ipw2100
4554 F:      Documentation/networking/README.ipw2200
4555 F:      drivers/net/wireless/ipw2x00/
4557 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
4558 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
4559 M:      Gang Wei <gang.wei@intel.com>
4560 M:      Shane Wang <shane.wang@intel.com>
4561 L:      tboot-devel@lists.sourceforge.net
4562 W:      http://tboot.sourceforge.net
4563 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
4564 S:      Supported
4565 F:      Documentation/intel_txt.txt
4566 F:      include/linux/tboot.h
4567 F:      arch/x86/kernel/tboot.c
4569 INTEL WIRELESS WIMAX CONNECTION 2400
4570 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
4571 M:      linux-wimax@intel.com
4572 L:      wimax@linuxwimax.org
4573 S:      Supported
4574 W:      http://linuxwimax.org
4575 F:      Documentation/wimax/README.i2400m
4576 F:      drivers/net/wimax/i2400m/
4577 F:      include/uapi/linux/wimax/i2400m.h
4579 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
4580 M:      Stanislaw Gruszka <sgruszka@redhat.com>
4581 L:      linux-wireless@vger.kernel.org
4582 S:      Supported
4583 F:      drivers/net/wireless/iwlegacy/
4585 INTEL WIRELESS WIFI LINK (iwlwifi)
4586 M:      Johannes Berg <johannes.berg@intel.com>
4587 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
4588 M:      Intel Linux Wireless <ilw@linux.intel.com>
4589 L:      linux-wireless@vger.kernel.org
4590 W:      http://intellinuxwireless.org
4591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
4592 S:      Supported
4593 F:      drivers/net/wireless/iwlwifi/
4595 INTEL MANAGEMENT ENGINE (mei)
4596 M:      Tomas Winkler <tomas.winkler@intel.com>
4597 L:      linux-kernel@vger.kernel.org
4598 S:      Supported
4599 F:      include/uapi/linux/mei.h
4600 F:      drivers/misc/mei/*
4601 F:      Documentation/misc-devices/mei/*
4603 IOC3 ETHERNET DRIVER
4604 M:      Ralf Baechle <ralf@linux-mips.org>
4605 L:      linux-mips@linux-mips.org
4606 S:      Maintained
4607 F:      drivers/net/ethernet/sgi/ioc3-eth.c
4609 IOC3 SERIAL DRIVER
4610 M:      Pat Gefre <pfg@sgi.com>
4611 L:      linux-serial@vger.kernel.org
4612 S:      Maintained
4613 F:      drivers/tty/serial/ioc3_serial.c
4615 IOMMU DRIVERS
4616 M:      Joerg Roedel <joro@8bytes.org>
4617 L:      iommu@lists.linux-foundation.org
4618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
4619 S:      Maintained
4620 F:      drivers/iommu/
4622 IP MASQUERADING
4623 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
4624 S:      Maintained
4625 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
4627 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
4628 M:      Francois Romieu <romieu@fr.zoreil.com>
4629 M:      Sorbica Shieh <sorbica@icplus.com.tw>
4630 L:      netdev@vger.kernel.org
4631 S:      Maintained
4632 F:      drivers/net/ethernet/icplus/ipg.*
4634 IPATH DRIVER
4635 M:      Mike Marciniszyn <infinipath@intel.com>
4636 L:      linux-rdma@vger.kernel.org
4637 S:      Maintained
4638 F:      drivers/infiniband/hw/ipath/
4640 IPMI SUBSYSTEM
4641 M:      Corey Minyard <minyard@acm.org>
4642 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
4643 W:      http://openipmi.sourceforge.net/
4644 S:      Supported
4645 F:      Documentation/IPMI.txt
4646 F:      drivers/char/ipmi/
4647 F:      include/linux/ipmi*
4648 F:      include/uapi/linux/ipmi*
4650 IPS SCSI RAID DRIVER
4651 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4652 L:      linux-scsi@vger.kernel.org
4653 W:      http://www.adaptec.com/
4654 S:      Maintained
4655 F:      drivers/scsi/ips*
4657 IPVS
4658 M:      Wensong Zhang <wensong@linux-vs.org>
4659 M:      Simon Horman <horms@verge.net.au>
4660 M:      Julian Anastasov <ja@ssi.bg>
4661 L:      netdev@vger.kernel.org
4662 L:      lvs-devel@vger.kernel.org
4663 S:      Maintained
4664 F:      Documentation/networking/ipvs-sysctl.txt
4665 F:      include/net/ip_vs.h
4666 F:      include/uapi/linux/ip_vs.h
4667 F:      net/netfilter/ipvs/
4669 IPWIRELESS DRIVER
4670 M:      Jiri Kosina <jkosina@suse.cz>
4671 M:      David Sterba <dsterba@suse.cz>
4672 S:      Odd Fixes
4673 F:      drivers/tty/ipwireless/
4675 IPX NETWORK LAYER
4676 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4677 L:      netdev@vger.kernel.org
4678 S:      Maintained
4679 F:      include/net/ipx.h
4680 F:      include/uapi/linux/ipx.h
4681 F:      net/ipx/
4683 IRDA SUBSYSTEM
4684 M:      Samuel Ortiz <samuel@sortiz.org>
4685 L:      irda-users@lists.sourceforge.net (subscribers-only)
4686 L:      netdev@vger.kernel.org
4687 W:      http://irda.sourceforge.net/
4688 S:      Maintained
4689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
4690 F:      Documentation/networking/irda.txt
4691 F:      drivers/net/irda/
4692 F:      include/net/irda/
4693 F:      net/irda/
4695 IRQ SUBSYSTEM
4696 M:      Thomas Gleixner <tglx@linutronix.de>
4697 S:      Maintained
4698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4699 F:      kernel/irq/
4700 F:      drivers/irqchip/
4702 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4703 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4704 S:      Maintained
4705 F:      Documentation/IRQ-domain.txt
4706 F:      include/linux/irqdomain.h
4707 F:      kernel/irq/irqdomain.c
4709 ISAPNP
4710 M:      Jaroslav Kysela <perex@perex.cz>
4711 S:      Maintained
4712 F:      Documentation/isapnp.txt
4713 F:      drivers/pnp/isapnp/
4714 F:      include/linux/isapnp.h
4716 ISA RADIO MODULE
4717 M:      Hans Verkuil <hverkuil@xs4all.nl>
4718 L:      linux-media@vger.kernel.org
4719 T:      git git://linuxtv.org/media_tree.git
4720 W:      http://linuxtv.org
4721 S:      Maintained
4722 F:      drivers/media/radio/radio-isa*
4724 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
4725 M:      Peter Jones <pjones@redhat.com>
4726 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
4727 S:      Maintained
4728 F:      drivers/firmware/iscsi_ibft*
4730 ISCSI
4731 M:      Mike Christie <michaelc@cs.wisc.edu>
4732 L:      open-iscsi@googlegroups.com
4733 W:      www.open-iscsi.org
4734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
4735 S:      Maintained
4736 F:      drivers/scsi/*iscsi*
4737 F:      include/scsi/*iscsi*
4739 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
4740 M:      Or Gerlitz <ogerlitz@mellanox.com>
4741 M:      Roi Dayan <roid@mellanox.com>
4742 L:      linux-rdma@vger.kernel.org
4743 S:      Supported
4744 W:      http://www.openfabrics.org
4745 W:      www.open-iscsi.org
4746 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4747 F:      drivers/infiniband/ulp/iser/
4749 ISDN SUBSYSTEM
4750 M:      Karsten Keil <isdn@linux-pingi.de>
4751 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4752 L:      netdev@vger.kernel.org
4753 W:      http://www.isdn4linux.de
4754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
4755 S:      Maintained
4756 F:      Documentation/isdn/
4757 F:      drivers/isdn/
4758 F:      include/linux/isdn.h
4759 F:      include/linux/isdn/
4760 F:      include/uapi/linux/isdn.h
4761 F:      include/uapi/linux/isdn/
4763 ISDN SUBSYSTEM (Eicon active card driver)
4764 M:      Armin Schindler <mac@melware.de>
4765 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4766 W:      http://www.melware.de
4767 S:      Maintained
4768 F:      drivers/isdn/hardware/eicon/
4770 IT87 HARDWARE MONITORING DRIVER
4771 M:      Jean Delvare <jdelvare@suse.de>
4772 L:      lm-sensors@lm-sensors.org
4773 S:      Maintained
4774 F:      Documentation/hwmon/it87
4775 F:      drivers/hwmon/it87.c
4777 IT913X MEDIA DRIVER
4778 M:      Malcolm Priestley <tvboxspy@gmail.com>
4779 L:      linux-media@vger.kernel.org
4780 W:      http://linuxtv.org/
4781 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4782 S:      Maintained
4783 F:      drivers/media/usb/dvb-usb-v2/it913x*
4785 IT913X FE MEDIA DRIVER
4786 M:      Malcolm Priestley <tvboxspy@gmail.com>
4787 L:      linux-media@vger.kernel.org
4788 W:      http://linuxtv.org/
4789 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4790 S:      Maintained
4791 F:      drivers/media/dvb-frontends/it913x-fe*
4793 IT913X MEDIA DRIVER
4794 M:      Antti Palosaari <crope@iki.fi>
4795 L:      linux-media@vger.kernel.org
4796 W:      http://linuxtv.org/
4797 W:      http://palosaari.fi/linux/
4798 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4799 T:      git git://linuxtv.org/anttip/media_tree.git
4800 S:      Maintained
4801 F:      drivers/media/tuners/tuner_it913x*
4803 IVTV VIDEO4LINUX DRIVER
4804 M:      Andy Walls <awalls@md.metrocast.net>
4805 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
4806 L:      linux-media@vger.kernel.org
4807 T:      git git://linuxtv.org/media_tree.git
4808 W:      http://www.ivtvdriver.org
4809 S:      Maintained
4810 F:      Documentation/video4linux/*.ivtv
4811 F:      drivers/media/pci/ivtv/
4812 F:      include/uapi/linux/ivtv*
4814 IX2505V MEDIA DRIVER
4815 M:      Malcolm Priestley <tvboxspy@gmail.com>
4816 L:      linux-media@vger.kernel.org
4817 W:      http://linuxtv.org/
4818 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4819 S:      Maintained
4820 F:      drivers/media/dvb-frontends/ix2505v*
4822 JC42.4 TEMPERATURE SENSOR DRIVER
4823 M:      Guenter Roeck <linux@roeck-us.net>
4824 L:      lm-sensors@lm-sensors.org
4825 S:      Maintained
4826 F:      drivers/hwmon/jc42.c
4827 F:      Documentation/hwmon/jc42
4829 JFS FILESYSTEM
4830 M:      Dave Kleikamp <shaggy@kernel.org>
4831 L:      jfs-discussion@lists.sourceforge.net
4832 W:      http://jfs.sourceforge.net/
4833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
4834 S:      Maintained
4835 F:      Documentation/filesystems/jfs.txt
4836 F:      fs/jfs/
4838 JME NETWORK DRIVER
4839 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
4840 L:      netdev@vger.kernel.org
4841 S:      Maintained
4842 F:      drivers/net/ethernet/jme.*
4844 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
4845 M:      David Woodhouse <dwmw2@infradead.org>
4846 L:      linux-mtd@lists.infradead.org
4847 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
4848 S:      Maintained
4849 F:      fs/jffs2/
4850 F:      include/uapi/linux/jffs2.h
4852 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
4853 M:      Andrew Morton <akpm@linux-foundation.org>
4854 M:      Jan Kara <jack@suse.cz>
4855 L:      linux-ext4@vger.kernel.org
4856 S:      Maintained
4857 F:      fs/jbd/
4858 F:      include/linux/jbd.h
4860 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
4861 M:      "Theodore Ts'o" <tytso@mit.edu>
4862 L:      linux-ext4@vger.kernel.org
4863 S:      Maintained
4864 F:      fs/jbd2/
4865 F:      include/linux/jbd2.h
4867 JSM Neo PCI based serial card
4868 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4869 L:      linux-serial@vger.kernel.org
4870 S:      Maintained
4871 F:      drivers/tty/serial/jsm/
4873 K10TEMP HARDWARE MONITORING DRIVER
4874 M:      Clemens Ladisch <clemens@ladisch.de>
4875 L:      lm-sensors@lm-sensors.org
4876 S:      Maintained
4877 F:      Documentation/hwmon/k10temp
4878 F:      drivers/hwmon/k10temp.c
4880 K8TEMP HARDWARE MONITORING DRIVER
4881 M:      Rudolf Marek <r.marek@assembler.cz>
4882 L:      lm-sensors@lm-sensors.org
4883 S:      Maintained
4884 F:      Documentation/hwmon/k8temp
4885 F:      drivers/hwmon/k8temp.c
4887 KTAP
4888 M:      Jovi Zhangwei <jovi.zhangwei@gmail.com>
4889 W:      http://www.ktap.org
4890 L:      ktap@freelists.org
4891 S:      Maintained
4892 F:      drivers/staging/ktap/
4894 KCONFIG
4895 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
4896 L:      linux-kbuild@vger.kernel.org
4897 T:      git://gitorious.org/linux-kconfig/linux-kconfig
4898 S:      Maintained
4899 F:      Documentation/kbuild/kconfig-language.txt
4900 F:      scripts/kconfig/
4902 KDUMP
4903 M:      Vivek Goyal <vgoyal@redhat.com>
4904 M:      Haren Myneni <hbabu@us.ibm.com>
4905 L:      kexec@lists.infradead.org
4906 W:      http://lse.sourceforge.net/kdump/
4907 S:      Maintained
4908 F:      Documentation/kdump/
4910 KEENE FM RADIO TRANSMITTER DRIVER
4911 M:      Hans Verkuil <hverkuil@xs4all.nl>
4912 L:      linux-media@vger.kernel.org
4913 T:      git git://linuxtv.org/media_tree.git
4914 W:      http://linuxtv.org
4915 S:      Maintained
4916 F:      drivers/media/radio/radio-keene*
4918 KERNEL AUTOMOUNTER v4 (AUTOFS4)
4919 M:      Ian Kent <raven@themaw.net>
4920 L:      autofs@vger.kernel.org
4921 S:      Maintained
4922 F:      fs/autofs4/
4924 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
4925 M:      Michal Marek <mmarek@suse.cz>
4926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
4927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
4928 L:      linux-kbuild@vger.kernel.org
4929 S:      Maintained
4930 F:      Documentation/kbuild/
4931 F:      Makefile
4932 F:      scripts/Makefile.*
4933 F:      scripts/basic/
4934 F:      scripts/mk*
4935 F:      scripts/package/
4937 KERNEL JANITORS
4938 L:      kernel-janitors@vger.kernel.org
4939 W:      http://kernelnewbies.org/KernelJanitors
4940 S:      Odd Fixes
4942 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
4943 M:      "J. Bruce Fields" <bfields@fieldses.org>
4944 L:      linux-nfs@vger.kernel.org
4945 W:      http://nfs.sourceforge.net/
4946 S:      Supported
4947 F:      fs/nfsd/
4948 F:      include/linux/nfsd/
4949 F:      include/uapi/linux/nfsd/
4950 F:      fs/lockd/
4951 F:      fs/nfs_common/
4952 F:      net/sunrpc/
4953 F:      include/linux/lockd/
4954 F:      include/linux/sunrpc/
4955 F:      include/uapi/linux/sunrpc/
4957 KERNEL VIRTUAL MACHINE (KVM)
4958 M:      Gleb Natapov <gleb@kernel.org>
4959 M:      Paolo Bonzini <pbonzini@redhat.com>
4960 L:      kvm@vger.kernel.org
4961 W:      http://www.linux-kvm.org
4962 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
4963 S:      Supported
4964 F:      Documentation/*/kvm*.txt
4965 F:      Documentation/virtual/kvm/
4966 F:      arch/*/kvm/
4967 F:      arch/*/include/asm/kvm*
4968 F:      include/linux/kvm*
4969 F:      include/uapi/linux/kvm*
4970 F:      virt/kvm/
4972 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
4973 M:      Joerg Roedel <joro@8bytes.org>
4974 L:      kvm@vger.kernel.org
4975 W:      http://kvm.qumranet.com
4976 S:      Maintained
4977 F:      arch/x86/include/asm/svm.h
4978 F:      arch/x86/kvm/svm.c
4980 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
4981 M:      Alexander Graf <agraf@suse.de>
4982 L:      kvm-ppc@vger.kernel.org
4983 W:      http://kvm.qumranet.com
4984 T:      git git://github.com/agraf/linux-2.6.git
4985 S:      Supported
4986 F:      arch/powerpc/include/asm/kvm*
4987 F:      arch/powerpc/kvm/
4989 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
4990 M:      Xiantao Zhang <xiantao.zhang@intel.com>
4991 L:      kvm-ia64@vger.kernel.org
4992 W:      http://kvm.qumranet.com
4993 S:      Supported
4994 F:      Documentation/ia64/kvm.txt
4995 F:      arch/ia64/include/asm/kvm*
4996 F:      arch/ia64/kvm/
4998 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
4999 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5000 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5001 M:      linux390@de.ibm.com
5002 L:      linux-s390@vger.kernel.org
5003 W:      http://www.ibm.com/developerworks/linux/linux390/
5004 S:      Supported
5005 F:      Documentation/s390/kvm.txt
5006 F:      arch/s390/include/asm/kvm*
5007 F:      arch/s390/kvm/
5008 F:      drivers/s390/kvm/
5010 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5011 M:      Christoffer Dall <christoffer.dall@linaro.org>
5012 L:      kvmarm@lists.cs.columbia.edu
5013 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5014 S:      Supported
5015 F:      arch/arm/include/uapi/asm/kvm*
5016 F:      arch/arm/include/asm/kvm*
5017 F:      arch/arm/kvm/
5019 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5020 M:      Marc Zyngier <marc.zyngier@arm.com>
5021 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5022 L:      kvmarm@lists.cs.columbia.edu
5023 S:      Maintained
5024 F:      arch/arm64/include/uapi/asm/kvm*
5025 F:      arch/arm64/include/asm/kvm*
5026 F:      arch/arm64/kvm/
5028 KEXEC
5029 M:      Eric Biederman <ebiederm@xmission.com>
5030 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5031 L:      kexec@lists.infradead.org
5032 S:      Maintained
5033 F:      include/linux/kexec.h
5034 F:      include/uapi/linux/kexec.h
5035 F:      kernel/kexec.c
5037 KEYS/KEYRINGS:
5038 M:      David Howells <dhowells@redhat.com>
5039 L:      keyrings@linux-nfs.org
5040 S:      Maintained
5041 F:      Documentation/security/keys.txt
5042 F:      include/linux/key.h
5043 F:      include/linux/key-type.h
5044 F:      include/keys/
5045 F:      security/keys/
5047 KEYS-TRUSTED
5048 M:      David Safford <safford@watson.ibm.com>
5049 M:      Mimi Zohar <zohar@us.ibm.com>
5050 L:      linux-security-module@vger.kernel.org
5051 L:      keyrings@linux-nfs.org
5052 S:      Supported
5053 F:      Documentation/security/keys-trusted-encrypted.txt
5054 F:      include/keys/trusted-type.h
5055 F:      security/keys/trusted.c
5056 F:      security/keys/trusted.h
5058 KEYS-ENCRYPTED
5059 M:      Mimi Zohar <zohar@us.ibm.com>
5060 M:      David Safford <safford@watson.ibm.com>
5061 L:      linux-security-module@vger.kernel.org
5062 L:      keyrings@linux-nfs.org
5063 S:      Supported
5064 F:      Documentation/security/keys-trusted-encrypted.txt
5065 F:      include/keys/encrypted-type.h
5066 F:      security/keys/encrypted-keys/
5068 KGDB / KDB /debug_core
5069 M:      Jason Wessel <jason.wessel@windriver.com>
5070 W:      http://kgdb.wiki.kernel.org/
5071 L:      kgdb-bugreport@lists.sourceforge.net
5072 S:      Maintained
5073 F:      Documentation/DocBook/kgdb.tmpl
5074 F:      drivers/misc/kgdbts.c
5075 F:      drivers/tty/serial/kgdboc.c
5076 F:      include/linux/kdb.h
5077 F:      include/linux/kgdb.h
5078 F:      kernel/debug/
5080 KMEMCHECK
5081 M:      Vegard Nossum <vegardno@ifi.uio.no>
5082 M:      Pekka Enberg <penberg@kernel.org>
5083 S:      Maintained
5084 F:      Documentation/kmemcheck.txt
5085 F:      arch/x86/include/asm/kmemcheck.h
5086 F:      arch/x86/mm/kmemcheck/
5087 F:      include/linux/kmemcheck.h
5088 F:      mm/kmemcheck.c
5090 KMEMLEAK
5091 M:      Catalin Marinas <catalin.marinas@arm.com>
5092 S:      Maintained
5093 F:      Documentation/kmemleak.txt
5094 F:      include/linux/kmemleak.h
5095 F:      mm/kmemleak.c
5096 F:      mm/kmemleak-test.c
5098 KPROBES
5099 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5100 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5101 M:      "David S. Miller" <davem@davemloft.net>
5102 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5103 S:      Maintained
5104 F:      Documentation/kprobes.txt
5105 F:      include/linux/kprobes.h
5106 F:      kernel/kprobes.c
5108 KS0108 LCD CONTROLLER DRIVER
5109 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5110 W:      http://miguelojeda.es/auxdisplay.htm
5111 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5112 S:      Maintained
5113 F:      Documentation/auxdisplay/ks0108
5114 F:      drivers/auxdisplay/ks0108.c
5115 F:      include/linux/ks0108.h
5117 LAPB module
5118 L:      linux-x25@vger.kernel.org
5119 S:      Orphan
5120 F:      Documentation/networking/lapb-module.txt
5121 F:      include/*/lapb.h
5122 F:      net/lapb/
5124 LASI 53c700 driver for PARISC
5125 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5126 L:      linux-scsi@vger.kernel.org
5127 S:      Maintained
5128 F:      Documentation/scsi/53c700.txt
5129 F:      drivers/scsi/53c700*
5131 LED SUBSYSTEM
5132 M:      Bryan Wu <cooloney@gmail.com>
5133 M:      Richard Purdie <rpurdie@rpsys.net>
5134 L:      linux-leds@vger.kernel.org
5135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5136 S:      Maintained
5137 F:      drivers/leds/
5138 F:      include/linux/leds.h
5140 LEGACY EEPROM DRIVER
5141 M:      Jean Delvare <jdelvare@suse.de>
5142 S:      Maintained
5143 F:      Documentation/misc-devices/eeprom
5144 F:      drivers/misc/eeprom/eeprom.c
5146 LEGO USB Tower driver
5147 M:      Juergen Stuber <starblue@users.sourceforge.net>
5148 L:      legousb-devel@lists.sourceforge.net
5149 W:      http://legousb.sourceforge.net/
5150 S:      Maintained
5151 F:      drivers/usb/misc/legousbtower.c
5153 LG2160 MEDIA DRIVER
5154 M:      Michael Krufky <mkrufky@linuxtv.org>
5155 L:      linux-media@vger.kernel.org
5156 W:      http://linuxtv.org/
5157 W:      http://github.com/mkrufky
5158 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5159 T:      git git://linuxtv.org/mkrufky/tuners.git
5160 S:      Maintained
5161 F:      drivers/media/dvb-frontends/lg2160.*
5163 LGDT3305 MEDIA DRIVER
5164 M:      Michael Krufky <mkrufky@linuxtv.org>
5165 L:      linux-media@vger.kernel.org
5166 W:      http://linuxtv.org/
5167 W:      http://github.com/mkrufky
5168 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5169 T:      git git://linuxtv.org/mkrufky/tuners.git
5170 S:      Maintained
5171 F:      drivers/media/dvb-frontends/lgdt3305.*
5173 LGUEST
5174 M:      Rusty Russell <rusty@rustcorp.com.au>
5175 L:      lguest@lists.ozlabs.org
5176 W:      http://lguest.ozlabs.org/
5177 S:      Odd Fixes
5178 F:      arch/x86/include/asm/lguest*.h
5179 F:      arch/x86/lguest/
5180 F:      drivers/lguest/
5181 F:      include/linux/lguest*.h
5182 F:      tools/lguest/
5184 LIBLOCKDEP
5185 M:      Sasha Levin <sasha.levin@oracle.com>
5186 S:      Maintained
5187 F:      tools/lib/lockdep/
5189 LINUX FOR IBM pSERIES (RS/6000)
5190 M:      Paul Mackerras <paulus@au.ibm.com>
5191 W:      http://www.ibm.com/linux/ltc/projects/ppc
5192 S:      Supported
5193 F:      arch/powerpc/boot/rs6000.h
5195 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5196 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5197 M:      Paul Mackerras <paulus@samba.org>
5198 W:      http://www.penguinppc.org/
5199 L:      linuxppc-dev@lists.ozlabs.org
5200 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5202 S:      Supported
5203 F:      Documentation/powerpc/
5204 F:      arch/powerpc/
5206 LINUX FOR POWER MACINTOSH
5207 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5208 W:      http://www.penguinppc.org/
5209 L:      linuxppc-dev@lists.ozlabs.org
5210 S:      Maintained
5211 F:      arch/powerpc/platforms/powermac/
5212 F:      drivers/macintosh/
5214 LINUX FOR POWERPC EMBEDDED MPC5XXX
5215 M:      Anatolij Gustschin <agust@denx.de>
5216 L:      linuxppc-dev@lists.ozlabs.org
5217 T:      git git://git.denx.de/linux-2.6-agust.git
5218 S:      Maintained
5219 F:      arch/powerpc/platforms/512x/
5220 F:      arch/powerpc/platforms/52xx/
5222 LINUX FOR POWERPC EMBEDDED PPC4XX
5223 M:      Josh Boyer <jwboyer@gmail.com>
5224 M:      Matt Porter <mporter@kernel.crashing.org>
5225 W:      http://www.penguinppc.org/
5226 L:      linuxppc-dev@lists.ozlabs.org
5227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
5228 S:      Maintained
5229 F:      arch/powerpc/platforms/40x/
5230 F:      arch/powerpc/platforms/44x/
5232 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5233 L:      linuxppc-dev@lists.ozlabs.org
5234 S:      Orphan
5235 F:      arch/powerpc/*/*virtex*
5236 F:      arch/powerpc/*/*/*virtex*
5238 LINUX FOR POWERPC EMBEDDED PPC8XX
5239 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5240 M:      Marcelo Tosatti <marcelo@kvack.org>
5241 W:      http://www.penguinppc.org/
5242 L:      linuxppc-dev@lists.ozlabs.org
5243 S:      Maintained
5244 F:      arch/powerpc/platforms/8xx/
5246 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5247 M:      Kumar Gala <galak@kernel.crashing.org>
5248 W:      http://www.penguinppc.org/
5249 L:      linuxppc-dev@lists.ozlabs.org
5250 S:      Maintained
5251 F:      arch/powerpc/platforms/83xx/
5252 F:      arch/powerpc/platforms/85xx/
5254 LINUX FOR POWERPC PA SEMI PWRFICIENT
5255 M:      Olof Johansson <olof@lixom.net>
5256 L:      linuxppc-dev@lists.ozlabs.org
5257 S:      Maintained
5258 F:      arch/powerpc/platforms/pasemi/
5259 F:      drivers/*/*pasemi*
5260 F:      drivers/*/*/*pasemi*
5262 LINUX SECURITY MODULE (LSM) FRAMEWORK
5263 M:      Chris Wright <chrisw@sous-sol.org>
5264 L:      linux-security-module@vger.kernel.org
5265 S:      Supported
5267 LIS3LV02D ACCELEROMETER DRIVER
5268 M:      Eric Piel <eric.piel@tremplin-utc.net>
5269 S:      Maintained
5270 F:      Documentation/misc-devices/lis3lv02d
5271 F:      drivers/misc/lis3lv02d/
5272 F:      drivers/platform/x86/hp_accel.c
5274 LLC (802.2)
5275 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5276 S:      Maintained
5277 F:      include/linux/llc.h
5278 F:      include/uapi/linux/llc.h
5279 F:      include/net/llc*
5280 F:      net/llc/
5282 LM73 HARDWARE MONITOR DRIVER
5283 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5284 L:      lm-sensors@lm-sensors.org
5285 S:      Maintained
5286 F:      drivers/hwmon/lm73.c
5288 LM78 HARDWARE MONITOR DRIVER
5289 M:      Jean Delvare <jdelvare@suse.de>
5290 L:      lm-sensors@lm-sensors.org
5291 S:      Maintained
5292 F:      Documentation/hwmon/lm78
5293 F:      drivers/hwmon/lm78.c
5295 LM83 HARDWARE MONITOR DRIVER
5296 M:      Jean Delvare <jdelvare@suse.de>
5297 L:      lm-sensors@lm-sensors.org
5298 S:      Maintained
5299 F:      Documentation/hwmon/lm83
5300 F:      drivers/hwmon/lm83.c
5302 LM90 HARDWARE MONITOR DRIVER
5303 M:      Jean Delvare <jdelvare@suse.de>
5304 L:      lm-sensors@lm-sensors.org
5305 S:      Maintained
5306 F:      Documentation/hwmon/lm90
5307 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5308 F:      drivers/hwmon/lm90.c
5310 LM95234 HARDWARE MONITOR DRIVER
5311 M:      Guenter Roeck <linux@roeck-us.net>
5312 L:      lm-sensors@lm-sensors.org
5313 S:      Maintained
5314 F:      Documentation/hwmon/lm95234
5315 F:      drivers/hwmon/lm95234.c
5317 LME2510 MEDIA DRIVER
5318 M:      Malcolm Priestley <tvboxspy@gmail.com>
5319 L:      linux-media@vger.kernel.org
5320 W:      http://linuxtv.org/
5321 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5322 S:      Maintained
5323 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5325 LOCKDEP AND LOCKSTAT
5326 M:      Peter Zijlstra <peterz@infradead.org>
5327 M:      Ingo Molnar <mingo@redhat.com>
5328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5329 S:      Maintained
5330 F:      Documentation/lockdep*.txt
5331 F:      Documentation/lockstat.txt
5332 F:      include/linux/lockdep.h
5333 F:      kernel/locking/
5335 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5336 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5337 L:      linux-ntfs-dev@lists.sourceforge.net
5338 W:      http://www.linux-ntfs.org/content/view/19/37/
5339 S:      Maintained
5340 F:      Documentation/ldm.txt
5341 F:      block/partitions/ldm.*
5343 LogFS
5344 M:      Joern Engel <joern@logfs.org>
5345 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5346 L:      logfs@logfs.org
5347 W:      logfs.org
5348 S:      Maintained
5349 F:      fs/logfs/
5351 LPC32XX MACHINE SUPPORT
5352 M:      Roland Stigge <stigge@antcom.de>
5353 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5354 S:      Maintained
5355 F:      arch/arm/mach-lpc32xx/
5357 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5358 M:      Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com>
5359 M:      Sreekanth Reddy <Sreekanth.Reddy@lsi.com>
5360 M:      support@lsi.com
5361 L:      DL-MPTFusionLinux@lsi.com
5362 L:      linux-scsi@vger.kernel.org
5363 W:      http://www.lsilogic.com/support
5364 S:      Supported
5365 F:      drivers/message/fusion/
5366 F:      drivers/scsi/mpt2sas/
5367 F:      drivers/scsi/mpt3sas/
5369 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5370 M:      Matthew Wilcox <matthew@wil.cx>
5371 L:      linux-scsi@vger.kernel.org
5372 S:      Maintained
5373 F:      drivers/scsi/sym53c8xx_2/
5375 LTC4261 HARDWARE MONITOR DRIVER
5376 M:      Guenter Roeck <linux@roeck-us.net>
5377 L:      lm-sensors@lm-sensors.org
5378 S:      Maintained
5379 F:      Documentation/hwmon/ltc4261
5380 F:      drivers/hwmon/ltc4261.c
5382 LTP (Linux Test Project)
5383 M:      Shubham Goyal <shubham@linux.vnet.ibm.com>
5384 M:      Mike Frysinger <vapier@gentoo.org>
5385 M:      Cyril Hrubis <chrubis@suse.cz>
5386 M:      Caspar Zhang <caspar@casparzhang.com>
5387 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5388 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5389 W:      http://ltp.sourceforge.net/
5390 T:      git git://github.com/linux-test-project/ltp.git
5391 T:      git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
5392 S:      Maintained
5394 M32R ARCHITECTURE
5395 M:      Hirokazu Takata <takata@linux-m32r.org>
5396 L:      linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
5397 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
5398 W:      http://www.linux-m32r.org/
5399 S:      Maintained
5400 F:      arch/m32r/
5402 M68K ARCHITECTURE
5403 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5404 L:      linux-m68k@lists.linux-m68k.org
5405 W:      http://www.linux-m68k.org/
5406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5407 S:      Maintained
5408 F:      arch/m68k/
5409 F:      drivers/zorro/
5411 M68K ON APPLE MACINTOSH
5412 M:      Joshua Thompson <funaho@jurai.org>
5413 W:      http://www.mac.linux-m68k.org/
5414 L:      linux-m68k@lists.linux-m68k.org
5415 S:      Maintained
5416 F:      arch/m68k/mac/
5418 M68K ON HP9000/300
5419 M:      Philip Blundell <philb@gnu.org>
5420 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5421 S:      Maintained
5422 F:      arch/m68k/hp300/
5424 M88RS2000 MEDIA DRIVER
5425 M:      Malcolm Priestley <tvboxspy@gmail.com>
5426 L:      linux-media@vger.kernel.org
5427 W:      http://linuxtv.org/
5428 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5429 S:      Maintained
5430 F:      drivers/media/dvb-frontends/m88rs2000*
5432 MA901 MASTERKIT USB FM RADIO DRIVER
5433 M:      Alexey Klimov <klimov.linux@gmail.com>
5434 L:      linux-media@vger.kernel.org
5435 T:      git git://linuxtv.org/media_tree.git
5436 S:      Maintained
5437 F:      drivers/media/radio/radio-ma901.c
5439 MAC80211
5440 M:      Johannes Berg <johannes@sipsolutions.net>
5441 L:      linux-wireless@vger.kernel.org
5442 W:      http://wireless.kernel.org/
5443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5445 S:      Maintained
5446 F:      Documentation/networking/mac80211-injection.txt
5447 F:      include/net/mac80211.h
5448 F:      net/mac80211/
5450 MAC80211 PID RATE CONTROL
5451 M:      Stefano Brivio <stefano.brivio@polimi.it>
5452 M:      Mattias Nissler <mattias.nissler@gmx.de>
5453 L:      linux-wireless@vger.kernel.org
5454 W:      http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
5455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5457 S:      Maintained
5458 F:      net/mac80211/rc80211_pid*
5460 MACVLAN DRIVER
5461 M:      Patrick McHardy <kaber@trash.net>
5462 L:      netdev@vger.kernel.org
5463 S:      Maintained
5464 F:      drivers/net/macvlan.c
5465 F:      include/linux/if_macvlan.h
5467 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
5468 M:      Michael Kerrisk <mtk.manpages@gmail.com>
5469 W:      http://www.kernel.org/doc/man-pages
5470 L:      linux-man@vger.kernel.org
5471 S:      Maintained
5473 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
5474 M:      Mirko Lindner <mlindner@marvell.com>
5475 M:      Stephen Hemminger <stephen@networkplumber.org>
5476 L:      netdev@vger.kernel.org
5477 S:      Maintained
5478 F:      drivers/net/ethernet/marvell/sk*
5480 MARVELL LIBERTAS WIRELESS DRIVER
5481 L:      libertas-dev@lists.infradead.org
5482 S:      Orphan
5483 F:      drivers/net/wireless/libertas/
5485 MARVELL MV643XX ETHERNET DRIVER
5486 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
5487 L:      netdev@vger.kernel.org
5488 S:      Maintained
5489 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
5490 F:      include/linux/mv643xx.h
5492 MARVELL MVNETA ETHERNET DRIVER
5493 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5494 L:      netdev@vger.kernel.org
5495 S:      Maintained
5496 F:      drivers/net/ethernet/marvell/mvneta.*
5498 MARVELL MWIFIEX WIRELESS DRIVER
5499 M:      Bing Zhao <bzhao@marvell.com>
5500 L:      linux-wireless@vger.kernel.org
5501 S:      Maintained
5502 F:      drivers/net/wireless/mwifiex/
5504 MARVELL MWL8K WIRELESS DRIVER
5505 M:      Lennert Buytenhek <buytenh@wantstofly.org>
5506 L:      linux-wireless@vger.kernel.org
5507 S:      Odd Fixes
5508 F:      drivers/net/wireless/mwl8k.c
5510 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
5511 M:      Nicolas Pitre <nico@fluxnic.net>
5512 S:      Odd Fixes
5513 F:      drivers/mmc/host/mvsdio.*
5515 MATROX FRAMEBUFFER DRIVER
5516 L:      linux-fbdev@vger.kernel.org
5517 S:      Orphan
5518 F:      drivers/video/matrox/matroxfb_*
5519 F:      include/uapi/linux/matroxfb.h
5521 MAX16065 HARDWARE MONITOR DRIVER
5522 M:      Guenter Roeck <linux@roeck-us.net>
5523 L:      lm-sensors@lm-sensors.org
5524 S:      Maintained
5525 F:      Documentation/hwmon/max16065
5526 F:      drivers/hwmon/max16065.c
5528 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5529 M:      "Hans J. Koch" <hjk@hansjkoch.de>
5530 L:      lm-sensors@lm-sensors.org
5531 S:      Maintained
5532 F:      Documentation/hwmon/max6650
5533 F:      drivers/hwmon/max6650.c
5535 MAX6697 HARDWARE MONITOR DRIVER
5536 M:      Guenter Roeck <linux@roeck-us.net>
5537 L:      lm-sensors@lm-sensors.org
5538 S:      Maintained
5539 F:      Documentation/hwmon/max6697
5540 F:      Documentation/devicetree/bindings/i2c/max6697.txt
5541 F:      drivers/hwmon/max6697.c
5542 F:      include/linux/platform_data/max6697.h
5544 MAXIRADIO FM RADIO RECEIVER DRIVER
5545 M:      Hans Verkuil <hverkuil@xs4all.nl>
5546 L:      linux-media@vger.kernel.org
5547 T:      git git://linuxtv.org/media_tree.git
5548 W:      http://linuxtv.org
5549 S:      Maintained
5550 F:      drivers/media/radio/radio-maxiradio*
5552 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
5553 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
5554 P:      LinuxTV.org Project
5555 L:      linux-media@vger.kernel.org
5556 W:      http://linuxtv.org
5557 Q:      http://patchwork.kernel.org/project/linux-media/list/
5558 T:      git git://linuxtv.org/media_tree.git
5559 S:      Maintained
5560 F:      Documentation/dvb/
5561 F:      Documentation/video4linux/
5562 F:      Documentation/DocBook/media/
5563 F:      drivers/media/
5564 F:      drivers/staging/media/
5565 F:      include/media/
5566 F:      include/uapi/linux/dvb/
5567 F:      include/uapi/linux/videodev2.h
5568 F:      include/uapi/linux/media.h
5569 F:      include/uapi/linux/v4l2-*
5570 F:      include/uapi/linux/meye.h
5571 F:      include/uapi/linux/ivtv*
5572 F:      include/uapi/linux/uvcvideo.h
5574 MEDIAVISION PRO MOVIE STUDIO DRIVER
5575 M:      Hans Verkuil <hverkuil@xs4all.nl>
5576 L:      linux-media@vger.kernel.org
5577 T:      git git://linuxtv.org/media_tree.git
5578 W:      http://linuxtv.org
5579 S:      Odd Fixes
5580 F:      drivers/media/parport/pms*
5582 MEGARAID SCSI DRIVERS
5583 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
5584 L:      linux-scsi@vger.kernel.org
5585 W:      http://megaraid.lsilogic.com
5586 S:      Maintained
5587 F:      Documentation/scsi/megaraid.txt
5588 F:      drivers/scsi/megaraid.*
5589 F:      drivers/scsi/megaraid/
5591 MELLANOX ETHERNET DRIVER (mlx4_en)
5592 M:      Amir Vadai <amirv@mellanox.com>
5593 L:      netdev@vger.kernel.org
5594 S:      Supported
5595 W:      http://www.mellanox.com
5596 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5597 F:      drivers/net/ethernet/mellanox/mlx4/en_*
5599 MEMORY MANAGEMENT
5600 L:      linux-mm@kvack.org
5601 W:      http://www.linux-mm.org
5602 S:      Maintained
5603 F:      include/linux/mm.h
5604 F:      include/linux/gfp.h
5605 F:      include/linux/mmzone.h
5606 F:      include/linux/memory_hotplug.h
5607 F:      include/linux/vmalloc.h
5608 F:      mm/
5610 MEMORY RESOURCE CONTROLLER
5611 M:      Johannes Weiner <hannes@cmpxchg.org>
5612 M:      Michal Hocko <mhocko@suse.cz>
5613 M:      Balbir Singh <bsingharora@gmail.com>
5614 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
5615 L:      cgroups@vger.kernel.org
5616 L:      linux-mm@kvack.org
5617 S:      Maintained
5618 F:      mm/memcontrol.c
5619 F:      mm/page_cgroup.c
5621 MEMORY TECHNOLOGY DEVICES (MTD)
5622 M:      David Woodhouse <dwmw2@infradead.org>
5623 M:      Brian Norris <computersforpeace@gmail.com>
5624 L:      linux-mtd@lists.infradead.org
5625 W:      http://www.linux-mtd.infradead.org/
5626 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
5627 T:      git git://git.infradead.org/linux-mtd.git
5628 S:      Maintained
5629 F:      drivers/mtd/
5630 F:      include/linux/mtd/
5631 F:      include/uapi/mtd/
5633 MEN A21 WATCHDOG DRIVER
5634 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
5635 L:      linux-watchdog@vger.kernel.org
5636 S:      Supported
5637 F:      drivers/watchdog/mena21_wdt.c
5639 METAG ARCHITECTURE
5640 M:      James Hogan <james.hogan@imgtec.com>
5641 L:      linux-metag@vger.kernel.org
5642 S:      Supported
5643 F:      arch/metag/
5644 F:      Documentation/metag/
5645 F:      Documentation/devicetree/bindings/metag/
5646 F:      drivers/clocksource/metag_generic.c
5647 F:      drivers/irqchip/irq-metag.c
5648 F:      drivers/irqchip/irq-metag-ext.c
5649 F:      drivers/tty/metag_da.c
5650 F:      fs/imgdafs/
5652 MICROBLAZE ARCHITECTURE
5653 M:      Michal Simek <monstr@monstr.eu>
5654 L:      microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
5655 W:      http://www.monstr.eu/fdt/
5656 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
5657 S:      Supported
5658 F:      arch/microblaze/
5660 MICROTEK X6 SCANNER
5661 M:      Oliver Neukum <oliver@neukum.org>
5662 S:      Maintained
5663 F:      drivers/usb/image/microtek.*
5665 MIPS
5666 M:      Ralf Baechle <ralf@linux-mips.org>
5667 L:      linux-mips@linux-mips.org
5668 W:      http://www.linux-mips.org/
5669 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
5670 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
5671 S:      Supported
5672 F:      Documentation/mips/
5673 F:      arch/mips/
5675 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
5676 M:      Hans Verkuil <hverkuil@xs4all.nl>
5677 L:      linux-media@vger.kernel.org
5678 T:      git git://linuxtv.org/media_tree.git
5679 W:      http://linuxtv.org
5680 S:      Odd Fixes
5681 F:      drivers/media/radio/radio-miropcm20*
5683 Mellanox MLX5 core VPI driver
5684 M:      Eli Cohen <eli@mellanox.com>
5685 L:      netdev@vger.kernel.org
5686 L:      linux-rdma@vger.kernel.org
5687 W:      http://www.mellanox.com
5688 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5689 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5690 T:      git://openfabrics.org/~eli/connect-ib.git
5691 S:      Supported
5692 F:      drivers/net/ethernet/mellanox/mlx5/core/
5693 F:      include/linux/mlx5/
5695 Mellanox MLX5 IB driver
5696 M:      Eli Cohen <eli@mellanox.com>
5697 L:      linux-rdma@vger.kernel.org
5698 W:      http://www.mellanox.com
5699 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5700 T:      git://openfabrics.org/~eli/connect-ib.git
5701 S:      Supported
5702 F:      include/linux/mlx5/
5703 F:      drivers/infiniband/hw/mlx5/
5705 MODULE SUPPORT
5706 M:      Rusty Russell <rusty@rustcorp.com.au>
5707 S:      Maintained
5708 F:      include/linux/module.h
5709 F:      kernel/module.c
5711 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
5712 W:      http://popies.net/meye/
5713 S:      Orphan
5714 F:      Documentation/video4linux/meye.txt
5715 F:      drivers/media/pci/meye/
5716 F:      include/uapi/linux/meye.h
5718 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
5719 M:      Jiri Slaby <jirislaby@gmail.com>
5720 S:      Maintained
5721 F:      Documentation/serial/moxa-smartio
5722 F:      drivers/tty/mxser.*
5724 MR800 AVERMEDIA USB FM RADIO DRIVER
5725 M:      Alexey Klimov <klimov.linux@gmail.com>
5726 L:      linux-media@vger.kernel.org
5727 T:      git git://linuxtv.org/media_tree.git
5728 S:      Maintained
5729 F:      drivers/media/radio/radio-mr800.c
5731 MSI LAPTOP SUPPORT
5732 M:      "Lee, Chun-Yi" <jlee@suse.com>
5733 L:      platform-driver-x86@vger.kernel.org
5734 S:      Maintained
5735 F:      drivers/platform/x86/msi-laptop.c
5737 MSI WMI SUPPORT
5738 M:      Anisse Astier <anisse@astier.eu>
5739 L:      platform-driver-x86@vger.kernel.org
5740 S:      Supported
5741 F:      drivers/platform/x86/msi-wmi.c
5743 MT9M032 APTINA SENSOR DRIVER
5744 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5745 L:      linux-media@vger.kernel.org
5746 T:      git git://linuxtv.org/media_tree.git
5747 S:      Maintained
5748 F:      drivers/media/i2c/mt9m032.c
5749 F:      include/media/mt9m032.h
5751 MT9P031 APTINA CAMERA SENSOR
5752 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5753 L:      linux-media@vger.kernel.org
5754 T:      git git://linuxtv.org/media_tree.git
5755 S:      Maintained
5756 F:      drivers/media/i2c/mt9p031.c
5757 F:      include/media/mt9p031.h
5759 MT9T001 APTINA CAMERA SENSOR
5760 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5761 L:      linux-media@vger.kernel.org
5762 T:      git git://linuxtv.org/media_tree.git
5763 S:      Maintained
5764 F:      drivers/media/i2c/mt9t001.c
5765 F:      include/media/mt9t001.h
5767 MT9V032 APTINA CAMERA SENSOR
5768 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5769 L:      linux-media@vger.kernel.org
5770 T:      git git://linuxtv.org/media_tree.git
5771 S:      Maintained
5772 F:      drivers/media/i2c/mt9v032.c
5773 F:      include/media/mt9v032.h
5775 MULTIFUNCTION DEVICES (MFD)
5776 M:      Samuel Ortiz <sameo@linux.intel.com>
5777 M:      Lee Jones <lee.jones@linaro.org>
5778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next.git
5779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-fixes.git
5780 S:      Supported
5781 F:      drivers/mfd/
5782 F:      include/linux/mfd/
5784 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
5785 M:      Chris Ball <chris@printf.net>
5786 L:      linux-mmc@vger.kernel.org
5787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5788 S:      Maintained
5789 F:      drivers/mmc/
5790 F:      include/linux/mmc/
5791 F:      include/uapi/linux/mmc/
5793 MULTIMEDIA CARD (MMC) ETC. OVER SPI
5794 S:      Orphan
5795 F:      drivers/mmc/host/mmc_spi.c
5796 F:      include/linux/spi/mmc_spi.h
5798 MULTISOUND SOUND DRIVER
5799 M:      Andrew Veliath <andrewtv@usa.net>
5800 S:      Maintained
5801 F:      Documentation/sound/oss/MultiSound
5802 F:      sound/oss/msnd*
5804 MULTITECH MULTIPORT CARD (ISICOM)
5805 S:      Orphan
5806 F:      drivers/tty/isicom.c
5807 F:      include/linux/isicom.h
5809 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
5810 M:      Felipe Balbi <balbi@ti.com>
5811 L:      linux-usb@vger.kernel.org
5812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5813 S:      Maintained
5814 F:      drivers/usb/musb/
5816 MXL5007T MEDIA DRIVER
5817 M:      Michael Krufky <mkrufky@linuxtv.org>
5818 L:      linux-media@vger.kernel.org
5819 W:      http://linuxtv.org/
5820 W:      http://github.com/mkrufky
5821 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5822 T:      git git://linuxtv.org/mkrufky/tuners.git
5823 S:      Maintained
5824 F:      drivers/media/tuners/mxl5007t.*
5826 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
5827 M:      Hyong-Youb Kim <hykim@myri.com>
5828 L:      netdev@vger.kernel.org
5829 W:      https://www.myricom.com/support/downloads/myri10ge.html
5830 S:      Supported
5831 F:      drivers/net/ethernet/myricom/myri10ge/
5833 NATSEMI ETHERNET DRIVER (DP8381x)
5834 S:      Orphan
5835 F:      drivers/net/ethernet/natsemi/natsemi.c
5837 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
5838 M:      Daniel Mack <zonque@gmail.com>
5839 S:      Maintained
5840 L:      alsa-devel@alsa-project.org
5841 W:      http://www.native-instruments.com
5842 F:      sound/usb/caiaq/
5844 NCP FILESYSTEM
5845 M:      Petr Vandrovec <petr@vandrovec.name>
5846 S:      Odd Fixes
5847 F:      fs/ncpfs/
5849 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
5850 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5851 L:      linux-scsi@vger.kernel.org
5852 S:      Maintained
5853 F:      drivers/scsi/NCR_D700.*
5855 NCT6775 HARDWARE MONITOR DRIVER
5856 M:      Guenter Roeck <linux@roeck-us.net>
5857 L:      lm-sensors@lm-sensors.org
5858 S:      Maintained
5859 F:      Documentation/hwmon/nct6775
5860 F:      drivers/hwmon/nct6775.c
5862 NETEFFECT IWARP RNIC DRIVER (IW_NES)
5863 M:      Faisal Latif <faisal.latif@intel.com>
5864 L:      linux-rdma@vger.kernel.org
5865 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
5866 S:      Supported
5867 F:      drivers/infiniband/hw/nes/
5869 NETEM NETWORK EMULATOR
5870 M:      Stephen Hemminger <stephen@networkplumber.org>
5871 L:      netem@lists.linux-foundation.org
5872 S:      Maintained
5873 F:      net/sched/sch_netem.c
5875 NETERION 10GbE DRIVERS (s2io/vxge)
5876 M:      Jon Mason <jdmason@kudzu.us>
5877 L:      netdev@vger.kernel.org
5878 S:      Supported
5879 F:      Documentation/networking/s2io.txt
5880 F:      Documentation/networking/vxge.txt
5881 F:      drivers/net/ethernet/neterion/
5883 NETFILTER/IPTABLES
5884 M:      Pablo Neira Ayuso <pablo@netfilter.org>
5885 M:      Patrick McHardy <kaber@trash.net>
5886 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
5887 L:      netfilter-devel@vger.kernel.org
5888 L:      netfilter@vger.kernel.org
5889 L:      coreteam@netfilter.org
5890 W:      http://www.netfilter.org/
5891 W:      http://www.iptables.org/
5892 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
5893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
5894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
5895 S:      Supported
5896 F:      include/linux/netfilter*
5897 F:      include/linux/netfilter/
5898 F:      include/net/netfilter/
5899 F:      include/uapi/linux/netfilter*
5900 F:      include/uapi/linux/netfilter/
5901 F:      net/*/netfilter.c
5902 F:      net/*/netfilter/
5903 F:      net/netfilter/
5905 NETLABEL
5906 M:      Paul Moore <paul@paul-moore.com>
5907 W:      http://netlabel.sf.net
5908 L:      netdev@vger.kernel.org
5909 S:      Maintained
5910 F:      Documentation/netlabel/
5911 F:      include/net/netlabel.h
5912 F:      net/netlabel/
5914 NETROM NETWORK LAYER
5915 M:      Ralf Baechle <ralf@linux-mips.org>
5916 L:      linux-hams@vger.kernel.org
5917 W:      http://www.linux-ax25.org/
5918 S:      Maintained
5919 F:      include/net/netrom.h
5920 F:      include/uapi/linux/netrom.h
5921 F:      net/netrom/
5923 NETWORK BLOCK DEVICE (NBD)
5924 M:      Paul Clements <Paul.Clements@steeleye.com>
5925 S:      Maintained
5926 L:      nbd-general@lists.sourceforge.net
5927 F:      Documentation/blockdev/nbd.txt
5928 F:      drivers/block/nbd.c
5929 F:      include/linux/nbd.h
5930 F:      include/uapi/linux/nbd.h
5932 NETWORK DROP MONITOR
5933 M:      Neil Horman <nhorman@tuxdriver.com>
5934 L:      netdev@vger.kernel.org
5935 S:      Maintained
5936 W:      https://fedorahosted.org/dropwatch/
5937 F:      net/core/drop_monitor.c
5939 NETWORKING [GENERAL]
5940 M:      "David S. Miller" <davem@davemloft.net>
5941 L:      netdev@vger.kernel.org
5942 W:      http://www.linuxfoundation.org/en/Net
5943 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5946 S:      Maintained
5947 F:      net/
5948 F:      include/net/
5949 F:      include/linux/in.h
5950 F:      include/linux/net.h
5951 F:      include/linux/netdevice.h
5952 F:      include/uapi/linux/in.h
5953 F:      include/uapi/linux/net.h
5954 F:      include/uapi/linux/netdevice.h
5956 NETWORKING [IPv4/IPv6]
5957 M:      "David S. Miller" <davem@davemloft.net>
5958 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
5959 M:      James Morris <jmorris@namei.org>
5960 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
5961 M:      Patrick McHardy <kaber@trash.net>
5962 L:      netdev@vger.kernel.org
5963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5964 S:      Maintained
5965 F:      net/ipv4/
5966 F:      net/ipv6/
5967 F:      include/net/ip*
5968 F:      arch/x86/net/*
5970 NETWORKING [IPSEC]
5971 M:      Steffen Klassert <steffen.klassert@secunet.com>
5972 M:      Herbert Xu <herbert@gondor.apana.org.au>
5973 M:      "David S. Miller" <davem@davemloft.net>
5974 L:      netdev@vger.kernel.org
5975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
5976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
5977 S:      Maintained
5978 F:      net/xfrm/
5979 F:      net/key/
5980 F:      net/ipv4/xfrm*
5981 F:      net/ipv4/esp4.c
5982 F:      net/ipv4/ah4.c
5983 F:      net/ipv4/ipcomp.c
5984 F:      net/ipv4/ip_vti.c
5985 F:      net/ipv6/xfrm*
5986 F:      net/ipv6/esp6.c
5987 F:      net/ipv6/ah6.c
5988 F:      net/ipv6/ipcomp6.c
5989 F:      net/ipv6/ip6_vti.c
5990 F:      include/uapi/linux/xfrm.h
5991 F:      include/net/xfrm.h
5993 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5994 M:      Paul Moore <paul@paul-moore.com>
5995 L:      netdev@vger.kernel.org
5996 S:      Maintained
5998 NETWORKING [WIRELESS]
5999 M:      "John W. Linville" <linville@tuxdriver.com>
6000 L:      linux-wireless@vger.kernel.org
6001 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
6003 S:      Maintained
6004 F:      net/mac80211/
6005 F:      net/rfkill/
6006 F:      net/wireless/
6007 F:      include/net/ieee80211*
6008 F:      include/linux/wireless.h
6009 F:      include/uapi/linux/wireless.h
6010 F:      include/net/iw_handler.h
6011 F:      drivers/net/wireless/
6013 NETWORKING DRIVERS
6014 L:      netdev@vger.kernel.org
6015 W:      http://www.linuxfoundation.org/en/Net
6016 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6019 S:      Odd Fixes
6020 F:      drivers/net/
6021 F:      include/linux/if_*
6022 F:      include/linux/netdevice.h
6023 F:      include/linux/arcdevice.h
6024 F:      include/linux/etherdevice.h
6025 F:      include/linux/fcdevice.h
6026 F:      include/linux/fddidevice.h
6027 F:      include/linux/hippidevice.h
6028 F:      include/linux/inetdevice.h
6029 F:      include/uapi/linux/if_*
6030 F:      include/uapi/linux/netdevice.h
6032 NETXEN (1/10) GbE SUPPORT
6033 M:      Manish Chopra <manish.chopra@qlogic.com>
6034 M:      Sony Chacko <sony.chacko@qlogic.com>
6035 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6036 L:      netdev@vger.kernel.org
6037 W:      http://www.qlogic.com
6038 S:      Supported
6039 F:      drivers/net/ethernet/qlogic/netxen/
6041 NFC SUBSYSTEM
6042 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6043 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6044 M:      Samuel Ortiz <sameo@linux.intel.com>
6045 L:      linux-wireless@vger.kernel.org
6046 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
6047 S:      Supported
6048 F:      net/nfc/
6049 F:      include/net/nfc/
6050 F:      include/uapi/linux/nfc.h
6051 F:      drivers/nfc/
6052 F:      include/linux/platform_data/pn544.h
6054 NFS, SUNRPC, AND LOCKD CLIENTS
6055 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6056 L:      linux-nfs@vger.kernel.org
6057 W:      http://client.linux-nfs.org
6058 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6059 S:      Maintained
6060 F:      fs/lockd/
6061 F:      fs/nfs/
6062 F:      fs/nfs_common/
6063 F:      net/sunrpc/
6064 F:      include/linux/lockd/
6065 F:      include/linux/nfs*
6066 F:      include/linux/sunrpc/
6067 F:      include/uapi/linux/nfs*
6068 F:      include/uapi/linux/sunrpc/
6070 NILFS2 FILESYSTEM
6071 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
6072 L:      linux-nilfs@vger.kernel.org
6073 W:      http://www.nilfs.org/en/
6074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
6075 S:      Supported
6076 F:      Documentation/filesystems/nilfs2.txt
6077 F:      fs/nilfs2/
6078 F:      include/linux/nilfs2_fs.h
6080 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6081 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6082 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6083 S:      Maintained
6084 F:      Documentation/scsi/NinjaSCSI.txt
6085 F:      drivers/scsi/pcmcia/nsp_*
6087 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6088 M:      GOTO Masanori <gotom@debian.or.jp>
6089 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6090 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6091 S:      Maintained
6092 F:      Documentation/scsi/NinjaSCSI.txt
6093 F:      drivers/scsi/nsp32*
6095 NTB DRIVER
6096 M:      Jon Mason <jon.mason@intel.com>
6097 S:      Supported
6098 W:      https://github.com/jonmason/ntb/wiki
6099 T:      git git://github.com/jonmason/ntb.git
6100 F:      drivers/ntb/
6101 F:      drivers/net/ntb_netdev.c
6102 F:      include/linux/ntb.h
6104 NTFS FILESYSTEM
6105 M:      Anton Altaparmakov <anton@tuxera.com>
6106 L:      linux-ntfs-dev@lists.sourceforge.net
6107 W:      http://www.tuxera.com/
6108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6109 S:      Supported
6110 F:      Documentation/filesystems/ntfs.txt
6111 F:      fs/ntfs/
6113 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6114 M:      Antonino Daplas <adaplas@gmail.com>
6115 L:      linux-fbdev@vger.kernel.org
6116 S:      Maintained
6117 F:      drivers/video/riva/
6118 F:      drivers/video/nvidia/
6120 NVM EXPRESS DRIVER
6121 M:      Matthew Wilcox <willy@linux.intel.com>
6122 L:      linux-nvme@lists.infradead.org
6123 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6124 S:      Supported
6125 F:      drivers/block/nvme*
6126 F:      include/linux/nvme.h
6128 OMAP SUPPORT
6129 M:      Tony Lindgren <tony@atomide.com>
6130 L:      linux-omap@vger.kernel.org
6131 W:      http://www.muru.com/linux/omap/
6132 W:      http://linux.omap.com/
6133 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6135 S:      Maintained
6136 F:      arch/arm/*omap*/
6137 F:      drivers/i2c/busses/i2c-omap.c
6138 F:      include/linux/i2c-omap.h
6140 OMAP DEVICE TREE SUPPORT
6141 M:      Benoît Cousson <bcousson@baylibre.com>
6142 M:      Tony Lindgren <tony@atomide.com>
6143 L:      linux-omap@vger.kernel.org
6144 L:      devicetree@vger.kernel.org
6145 S:      Maintained
6146 F:      arch/arm/boot/dts/*omap*
6147 F:      arch/arm/boot/dts/*am3*
6149 OMAP CLOCK FRAMEWORK SUPPORT
6150 M:      Paul Walmsley <paul@pwsan.com>
6151 L:      linux-omap@vger.kernel.org
6152 S:      Maintained
6153 F:      arch/arm/*omap*/*clock*
6155 OMAP POWER MANAGEMENT SUPPORT
6156 M:      Kevin Hilman <khilman@deeprootsystems.com>
6157 L:      linux-omap@vger.kernel.org
6158 S:      Maintained
6159 F:      arch/arm/*omap*/*pm*
6160 F:      drivers/cpufreq/omap-cpufreq.c
6162 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6163 M:      Rajendra Nayak <rnayak@ti.com>
6164 M:      Paul Walmsley <paul@pwsan.com>
6165 L:      linux-omap@vger.kernel.org
6166 S:      Maintained
6167 F:      arch/arm/mach-omap2/prm*
6169 OMAP AUDIO SUPPORT
6170 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6171 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6172 L:      alsa-devel@alsa-project.org (subscribers-only)
6173 L:      linux-omap@vger.kernel.org
6174 S:      Maintained
6175 F:      sound/soc/omap/
6177 OMAP FRAMEBUFFER SUPPORT
6178 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6179 L:      linux-fbdev@vger.kernel.org
6180 L:      linux-omap@vger.kernel.org
6181 S:      Maintained
6182 F:      drivers/video/omap/
6184 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6185 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6186 L:      linux-omap@vger.kernel.org
6187 L:      linux-fbdev@vger.kernel.org
6188 S:      Maintained
6189 F:      drivers/video/omap2/
6190 F:      Documentation/arm/OMAP/DSS
6192 OMAP HARDWARE SPINLOCK SUPPORT
6193 M:      Ohad Ben-Cohen <ohad@wizery.com>
6194 L:      linux-omap@vger.kernel.org
6195 S:      Maintained
6196 F:      drivers/hwspinlock/omap_hwspinlock.c
6197 F:      arch/arm/mach-omap2/hwspinlock.c
6199 OMAP MMC SUPPORT
6200 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6201 L:      linux-omap@vger.kernel.org
6202 S:      Maintained
6203 F:      drivers/mmc/host/omap.c
6205 OMAP HS MMC SUPPORT
6206 M:      Balaji T K <balajitk@ti.com>
6207 L:      linux-mmc@vger.kernel.org
6208 L:      linux-omap@vger.kernel.org
6209 S:      Maintained
6210 F:      drivers/mmc/host/omap_hsmmc.c
6212 OMAP RANDOM NUMBER GENERATOR SUPPORT
6213 M:      Deepak Saxena <dsaxena@plexity.net>
6214 S:      Maintained
6215 F:      drivers/char/hw_random/omap-rng.c
6217 OMAP HWMOD SUPPORT
6218 M:      Benoît Cousson <bcousson@baylibre.com>
6219 M:      Paul Walmsley <paul@pwsan.com>
6220 L:      linux-omap@vger.kernel.org
6221 S:      Maintained
6222 F:      arch/arm/mach-omap2/omap_hwmod.*
6224 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6225 M:      Benoît Cousson <bcousson@baylibre.com>
6226 L:      linux-omap@vger.kernel.org
6227 S:      Maintained
6228 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6230 OMAP IMAGE SIGNAL PROCESSOR (ISP)
6231 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6232 L:      linux-media@vger.kernel.org
6233 S:      Maintained
6234 F:      drivers/media/platform/omap3isp/
6236 OMAP USB SUPPORT
6237 M:      Felipe Balbi <balbi@ti.com>
6238 L:      linux-usb@vger.kernel.org
6239 L:      linux-omap@vger.kernel.org
6240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6241 S:      Maintained
6242 F:      drivers/usb/*/*omap*
6243 F:      arch/arm/*omap*/usb*
6245 OMAP GPIO DRIVER
6246 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
6247 M:      Kevin Hilman <khilman@deeprootsystems.com>
6248 L:      linux-omap@vger.kernel.org
6249 S:      Maintained
6250 F:      drivers/gpio/gpio-omap.c
6252 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6253 M:      Mark Jackson <mpfj@newflow.co.uk>
6254 L:      linux-omap@vger.kernel.org
6255 S:      Maintained
6256 F:      arch/arm/boot/dts/am335x-nano.dts
6258 OMFS FILESYSTEM
6259 M:      Bob Copeland <me@bobcopeland.com>
6260 L:      linux-karma-devel@lists.sourceforge.net
6261 S:      Maintained
6262 F:      Documentation/filesystems/omfs.txt
6263 F:      fs/omfs/
6265 OMNIKEY CARDMAN 4000 DRIVER
6266 M:      Harald Welte <laforge@gnumonks.org>
6267 S:      Maintained
6268 F:      drivers/char/pcmcia/cm4000_cs.c
6269 F:      include/linux/cm4000_cs.h
6270 F:      include/uapi/linux/cm4000_cs.h
6272 OMNIKEY CARDMAN 4040 DRIVER
6273 M:      Harald Welte <laforge@gnumonks.org>
6274 S:      Maintained
6275 F:      drivers/char/pcmcia/cm4040_cs.*
6277 OMNIVISION OV7670 SENSOR DRIVER
6278 M:      Jonathan Corbet <corbet@lwn.net>
6279 L:      linux-media@vger.kernel.org
6280 T:      git git://linuxtv.org/media_tree.git
6281 S:      Maintained
6282 F:      drivers/media/i2c/ov7670.c
6284 ONENAND FLASH DRIVER
6285 M:      Kyungmin Park <kyungmin.park@samsung.com>
6286 L:      linux-mtd@lists.infradead.org
6287 S:      Maintained
6288 F:      drivers/mtd/onenand/
6289 F:      include/linux/mtd/onenand*.h
6291 ONSTREAM SCSI TAPE DRIVER
6292 M:      Willem Riede <osst@riede.org>
6293 L:      osst-users@lists.sourceforge.net
6294 L:      linux-scsi@vger.kernel.org
6295 S:      Maintained
6296 F:      Documentation/scsi/osst.txt
6297 F:      drivers/scsi/osst.*
6298 F:      drivers/scsi/osst_*.h
6299 F:      drivers/scsi/st.h
6301 OPENCORES I2C BUS DRIVER
6302 M:      Peter Korsgaard <jacmet@sunsite.dk>
6303 L:      linux-i2c@vger.kernel.org
6304 S:      Maintained
6305 F:      Documentation/i2c/busses/i2c-ocores
6306 F:      drivers/i2c/busses/i2c-ocores.c
6308 OPEN FIRMWARE AND FLATTENED DEVICE TREE
6309 M:      Grant Likely <grant.likely@linaro.org>
6310 M:      Rob Herring <robh+dt@kernel.org>
6311 L:      devicetree@vger.kernel.org
6312 W:      http://fdt.secretlab.ca
6313 T:      git git://git.secretlab.ca/git/linux-2.6.git
6314 S:      Maintained
6315 F:      drivers/of/
6316 F:      include/linux/of*.h
6317 F:      scripts/dtc/
6318 K:      of_get_property
6319 K:      of_match_table
6321 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
6322 M:      Rob Herring <robh+dt@kernel.org>
6323 M:      Pawel Moll <pawel.moll@arm.com>
6324 M:      Mark Rutland <mark.rutland@arm.com>
6325 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
6326 M:      Kumar Gala <galak@codeaurora.org>
6327 L:      devicetree@vger.kernel.org
6328 S:      Maintained
6329 F:      Documentation/devicetree/
6330 F:      arch/*/boot/dts/
6331 F:      include/dt-bindings/
6333 OPENRISC ARCHITECTURE
6334 M:      Jonas Bonn <jonas@southpole.se>
6335 W:      http://openrisc.net
6336 L:      linux@lists.openrisc.net (moderated for non-subscribers)
6337 S:      Maintained
6338 T:      git git://openrisc.net/~jonas/linux
6339 F:      arch/openrisc/
6341 OPENVSWITCH
6342 M:      Jesse Gross <jesse@nicira.com>
6343 L:      dev@openvswitch.org
6344 W:      http://openvswitch.org
6345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
6346 S:      Maintained
6347 F:      net/openvswitch/
6349 OPL4 DRIVER
6350 M:      Clemens Ladisch <clemens@ladisch.de>
6351 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6352 T:      git git://git.alsa-project.org/alsa-kernel.git
6353 S:      Maintained
6354 F:      sound/drivers/opl4/
6356 OPROFILE
6357 M:      Robert Richter <rric@kernel.org>
6358 L:      oprofile-list@lists.sf.net
6359 S:      Maintained
6360 F:      arch/*/include/asm/oprofile*.h
6361 F:      arch/*/oprofile/
6362 F:      drivers/oprofile/
6363 F:      include/linux/oprofile.h
6365 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
6366 M:      Mark Fasheh <mfasheh@suse.com>
6367 M:      Joel Becker <jlbec@evilplan.org>
6368 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
6369 W:      http://oss.oracle.com/projects/ocfs2/
6370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
6371 S:      Supported
6372 F:      Documentation/filesystems/ocfs2.txt
6373 F:      Documentation/filesystems/dlmfs.txt
6374 F:      fs/ocfs2/
6376 ORINOCO DRIVER
6377 L:      linux-wireless@vger.kernel.org
6378 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
6379 W:      http://www.nongnu.org/orinoco/
6380 S:      Orphan
6381 F:      drivers/net/wireless/orinoco/
6383 OSD LIBRARY and FILESYSTEM
6384 M:      Boaz Harrosh <bharrosh@panasas.com>
6385 M:      Benny Halevy <bhalevy@tonian.com>
6386 L:      osd-dev@open-osd.org
6387 W:      http://open-osd.org
6388 T:      git git://git.open-osd.org/open-osd.git
6389 S:      Maintained
6390 F:      drivers/scsi/osd/
6391 F:      include/scsi/osd_*
6392 F:      fs/exofs/
6394 P54 WIRELESS DRIVER
6395 M:      Christian Lamparter <chunkeey@googlemail.com>
6396 L:      linux-wireless@vger.kernel.org
6397 W:      http://wireless.kernel.org/en/users/Drivers/p54
6398 S:      Maintained
6399 F:      drivers/net/wireless/p54/
6401 PA SEMI ETHERNET DRIVER
6402 M:      Olof Johansson <olof@lixom.net>
6403 L:      netdev@vger.kernel.org
6404 S:      Maintained
6405 F:      drivers/net/ethernet/pasemi/*
6407 PA SEMI SMBUS DRIVER
6408 M:      Olof Johansson <olof@lixom.net>
6409 L:      linux-i2c@vger.kernel.org
6410 S:      Maintained
6411 F:      drivers/i2c/busses/i2c-pasemi.c
6413 PADATA PARALLEL EXECUTION MECHANISM
6414 M:      Steffen Klassert <steffen.klassert@secunet.com>
6415 L:      linux-crypto@vger.kernel.org
6416 S:      Maintained
6417 F:      kernel/padata.c
6418 F:      include/linux/padata.h
6419 F:      Documentation/padata.txt
6421 PANASONIC LAPTOP ACPI EXTRAS DRIVER
6422 M:      Harald Welte <laforge@gnumonks.org>
6423 L:      platform-driver-x86@vger.kernel.org
6424 S:      Maintained
6425 F:      drivers/platform/x86/panasonic-laptop.c
6427 PANASONIC MN10300/AM33/AM34 PORT
6428 M:      David Howells <dhowells@redhat.com>
6429 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
6430 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
6431 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
6432 S:      Maintained
6433 F:      Documentation/mn10300/
6434 F:      arch/mn10300/
6436 PARALLEL PORT SUPPORT
6437 L:      linux-parport@lists.infradead.org (subscribers-only)
6438 S:      Orphan
6439 F:      drivers/parport/
6440 F:      include/linux/parport*.h
6441 F:      drivers/char/ppdev.c
6442 F:      include/uapi/linux/ppdev.h
6444 PARAVIRT_OPS INTERFACE
6445 M:      Jeremy Fitzhardinge <jeremy@goop.org>
6446 M:      Chris Wright <chrisw@sous-sol.org>
6447 M:      Alok Kataria <akataria@vmware.com>
6448 M:      Rusty Russell <rusty@rustcorp.com.au>
6449 L:      virtualization@lists.linux-foundation.org
6450 S:      Supported
6451 F:      Documentation/ia64/paravirt_ops.txt
6452 F:      arch/*/kernel/paravirt*
6453 F:      arch/*/include/asm/paravirt.h
6455 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
6456 M:      Tim Waugh <tim@cyberelk.net>
6457 L:      linux-parport@lists.infradead.org (subscribers-only)
6458 W:      http://www.torque.net/linux-pp.html
6459 S:      Maintained
6460 F:      Documentation/blockdev/paride.txt
6461 F:      drivers/block/paride/
6463 PARISC ARCHITECTURE
6464 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
6465 M:      Helge Deller <deller@gmx.de>
6466 L:      linux-parisc@vger.kernel.org
6467 W:      http://www.parisc-linux.org/
6468 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
6469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
6470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
6471 S:      Maintained
6472 F:      arch/parisc/
6473 F:      Documentation/parisc/
6474 F:      drivers/parisc/
6475 F:      drivers/char/agp/parisc-agp.c
6476 F:      drivers/input/serio/gscps2.c
6477 F:      drivers/parport/parport_gsc.*
6478 F:      drivers/tty/serial/8250/8250_gsc.c
6479 F:      drivers/video/sti*
6480 F:      drivers/video/console/sti*
6481 F:      drivers/video/logo/logo_parisc*
6483 PC87360 HARDWARE MONITORING DRIVER
6484 M:      Jim Cromie <jim.cromie@gmail.com>
6485 L:      lm-sensors@lm-sensors.org
6486 S:      Maintained
6487 F:      Documentation/hwmon/pc87360
6488 F:      drivers/hwmon/pc87360.c
6490 PC8736x GPIO DRIVER
6491 M:      Jim Cromie <jim.cromie@gmail.com>
6492 S:      Maintained
6493 F:      drivers/char/pc8736x_gpio.c
6495 PC87427 HARDWARE MONITORING DRIVER
6496 M:      Jean Delvare <jdelvare@suse.de>
6497 L:      lm-sensors@lm-sensors.org
6498 S:      Maintained
6499 F:      Documentation/hwmon/pc87427
6500 F:      drivers/hwmon/pc87427.c
6502 PCA9532 LED DRIVER
6503 M:      Riku Voipio <riku.voipio@iki.fi>
6504 S:      Maintained
6505 F:      drivers/leds/leds-pca9532.c
6506 F:      include/linux/leds-pca9532.h
6508 PCA9541 I2C BUS MASTER SELECTOR DRIVER
6509 M:      Guenter Roeck <linux@roeck-us.net>
6510 L:      linux-i2c@vger.kernel.org
6511 S:      Maintained
6512 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
6514 PCDP - PRIMARY CONSOLE AND DEBUG PORT
6515 M:      Khalid Aziz <khalid@gonehiking.org>
6516 S:      Maintained
6517 F:      drivers/firmware/pcdp.*
6519 PCI ERROR RECOVERY
6520 M:      Linas Vepstas <linasvepstas@gmail.com>
6521 L:      linux-pci@vger.kernel.org
6522 S:      Supported
6523 F:      Documentation/PCI/pci-error-recovery.txt
6525 PCI SUBSYSTEM
6526 M:      Bjorn Helgaas <bhelgaas@google.com>
6527 L:      linux-pci@vger.kernel.org
6528 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
6529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
6530 S:      Supported
6531 F:      Documentation/PCI/
6532 F:      drivers/pci/
6533 F:      include/linux/pci*
6534 F:      arch/x86/pci/
6536 PCI DRIVER FOR IMX6
6537 M:      Richard Zhu <r65037@freescale.com>
6538 M:      Shawn Guo <shawn.guo@linaro.org>
6539 L:      linux-pci@vger.kernel.org
6540 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6541 S:      Maintained
6542 F:      drivers/pci/host/*imx6*
6544 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
6545 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6546 M:      Jason Cooper <jason@lakedaemon.net>
6547 L:      linux-pci@vger.kernel.org
6548 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6549 S:      Maintained
6550 F:      drivers/pci/host/*mvebu*
6552 PCI DRIVER FOR NVIDIA TEGRA
6553 M:      Thierry Reding <thierry.reding@gmail.com>
6554 L:      linux-tegra@vger.kernel.org
6555 L:      linux-pci@vger.kernel.org
6556 S:      Supported
6557 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
6558 F:      drivers/pci/host/pci-tegra.c
6560 PCI DRIVER FOR RENESAS R-CAR
6561 M:      Simon Horman <horms@verge.net.au>
6562 L:      linux-pci@vger.kernel.org
6563 L:      linux-sh@vger.kernel.org
6564 S:      Maintained
6565 F:      drivers/pci/host/*rcar*
6567 PCI DRIVER FOR SAMSUNG EXYNOS
6568 M:      Jingoo Han <jg1.han@samsung.com>
6569 L:      linux-pci@vger.kernel.org
6570 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6571 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6572 S:      Maintained
6573 F:      drivers/pci/host/pci-exynos.c
6575 PCI DRIVER FOR SYNOPSIS DESIGNWARE
6576 M:      Mohit Kumar <mohit.kumar@st.com>
6577 M:      Jingoo Han <jg1.han@samsung.com>
6578 L:      linux-pci@vger.kernel.org
6579 S:      Maintained
6580 F:      drivers/pci/host/*designware*
6582 PCMCIA SUBSYSTEM
6583 P:      Linux PCMCIA Team
6584 L:      linux-pcmcia@lists.infradead.org
6585 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
6587 S:      Maintained
6588 F:      Documentation/pcmcia/
6589 F:      drivers/pcmcia/
6590 F:      include/pcmcia/
6592 PCNET32 NETWORK DRIVER
6593 M:      Don Fry <pcnet32@frontier.com>
6594 L:      netdev@vger.kernel.org
6595 S:      Maintained
6596 F:      drivers/net/ethernet/amd/pcnet32.c
6598 PCRYPT PARALLEL CRYPTO ENGINE
6599 M:      Steffen Klassert <steffen.klassert@secunet.com>
6600 L:      linux-crypto@vger.kernel.org
6601 S:      Maintained
6602 F:      crypto/pcrypt.c
6603 F:      include/crypto/pcrypt.h
6605 PER-CPU MEMORY ALLOCATOR
6606 M:      Tejun Heo <tj@kernel.org>
6607 M:      Christoph Lameter <cl@linux-foundation.org>
6608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
6609 S:      Maintained
6610 F:      include/linux/percpu*.h
6611 F:      mm/percpu*.c
6612 F:      arch/*/include/asm/percpu.h
6614 PER-TASK DELAY ACCOUNTING
6615 M:      Balbir Singh <bsingharora@gmail.com>
6616 S:      Maintained
6617 F:      include/linux/delayacct.h
6618 F:      kernel/delayacct.c
6620 PERFORMANCE EVENTS SUBSYSTEM
6621 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
6622 M:      Paul Mackerras <paulus@samba.org>
6623 M:      Ingo Molnar <mingo@redhat.com>
6624 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6626 S:      Supported
6627 F:      kernel/events/*
6628 F:      include/linux/perf_event.h
6629 F:      include/uapi/linux/perf_event.h
6630 F:      arch/*/kernel/perf_event*.c
6631 F:      arch/*/kernel/*/perf_event*.c
6632 F:      arch/*/kernel/*/*/perf_event*.c
6633 F:      arch/*/include/asm/perf_event.h
6634 F:      arch/*/kernel/perf_callchain.c
6635 F:      tools/perf/
6637 PERSONALITY HANDLING
6638 M:      Christoph Hellwig <hch@infradead.org>
6639 L:      linux-abi-devel@lists.sourceforge.net
6640 S:      Maintained
6641 F:      include/linux/personality.h
6642 F:      include/uapi/linux/personality.h
6644 PHONET PROTOCOL
6645 M:      Remi Denis-Courmont <courmisch@gmail.com>
6646 S:      Supported
6647 F:      Documentation/networking/phonet.txt
6648 F:      include/linux/phonet.h
6649 F:      include/net/phonet/
6650 F:      include/uapi/linux/phonet.h
6651 F:      net/phonet/
6653 PHRAM MTD DRIVER
6654 M:      Joern Engel <joern@lazybastard.org>
6655 L:      linux-mtd@lists.infradead.org
6656 S:      Maintained
6657 F:      drivers/mtd/devices/phram.c
6659 PICOLCD HID DRIVER
6660 M:      Bruno Prémont <bonbons@linux-vserver.org>
6661 L:      linux-input@vger.kernel.org
6662 S:      Maintained
6663 F:      drivers/hid/hid-picolcd*
6665 PICOXCELL SUPPORT
6666 M:      Jamie Iles <jamie@jamieiles.com>
6667 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6668 T:      git git://github.com/jamieiles/linux-2.6-ji.git
6669 S:      Supported
6670 F:      arch/arm/mach-picoxcell/
6671 F:      drivers/*/picoxcell*
6672 F:      drivers/*/*/picoxcell*
6674 PIN CONTROL SUBSYSTEM
6675 M:      Linus Walleij <linus.walleij@linaro.org>
6676 S:      Maintained
6677 F:      drivers/pinctrl/
6678 F:      include/linux/pinctrl/
6680 PIN CONTROLLER - ATMEL AT91
6681 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
6682 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6683 S:      Maintained
6684 F:      drivers/pinctrl/pinctrl-at91.c
6686 PIN CONTROLLER - SAMSUNG
6687 M:      Tomasz Figa <t.figa@samsung.com>
6688 M:      Thomas Abraham <thomas.abraham@linaro.org>
6689 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6690 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6691 S:      Maintained
6692 F:      drivers/pinctrl/pinctrl-exynos.*
6693 F:      drivers/pinctrl/pinctrl-s3c*
6694 F:      drivers/pinctrl/pinctrl-samsung.*
6696 PIN CONTROLLER - ST SPEAR
6697 M:      Viresh Kumar <viresh.linux@gmail.com>
6698 L:      spear-devel@list.st.com
6699 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6700 W:      http://www.st.com/spear
6701 S:      Maintained
6702 F:      drivers/pinctrl/spear/
6704 PKTCDVD DRIVER
6705 M:      Jiri Kosina <jkosina@suse.cz>
6706 S:      Maintained
6707 F:      drivers/block/pktcdvd.c
6708 F:      include/linux/pktcdvd.h
6709 F:      include/uapi/linux/pktcdvd.h
6711 PKUNITY SOC DRIVERS
6712 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
6713 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
6714 S:      Maintained
6715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6716 F:      drivers/input/serio/i8042-unicore32io.h
6717 F:      drivers/i2c/busses/i2c-puv3.c
6718 F:      drivers/video/fb-puv3.c
6719 F:      drivers/rtc/rtc-puv3.c
6721 PMBUS HARDWARE MONITORING DRIVERS
6722 M:      Guenter Roeck <linux@roeck-us.net>
6723 L:      lm-sensors@lm-sensors.org
6724 W:      http://www.lm-sensors.org/
6725 W:      http://www.roeck-us.net/linux/drivers/
6726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6727 S:      Maintained
6728 F:      Documentation/hwmon/pmbus
6729 F:      drivers/hwmon/pmbus/
6730 F:      include/linux/i2c/pmbus.h
6732 PMC SIERRA MaxRAID DRIVER
6733 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
6734 L:      linux-scsi@vger.kernel.org
6735 W:      http://www.pmc-sierra.com/
6736 S:      Supported
6737 F:      drivers/scsi/pmcraid.*
6739 PMC SIERRA PM8001 DRIVER
6740 M:      xjtuwjp@gmail.com
6741 M:      lindar_liu@usish.com
6742 L:      linux-scsi@vger.kernel.org
6743 S:      Supported
6744 F:      drivers/scsi/pm8001/
6746 POSIX CLOCKS and TIMERS
6747 M:      Thomas Gleixner <tglx@linutronix.de>
6748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6749 S:      Supported
6750 F:      fs/timerfd.c
6751 F:      include/linux/timer*
6752 F:      kernel/*timer*
6754 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
6755 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
6756 M:      David Woodhouse <dwmw2@infradead.org>
6757 T:      git git://git.infradead.org/battery-2.6.git
6758 S:      Maintained
6759 F:      include/linux/power_supply.h
6760 F:      drivers/power/
6762 PNP SUPPORT
6763 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
6764 M:      Bjorn Helgaas <bhelgaas@google.com>
6765 S:      Maintained
6766 F:      drivers/pnp/
6768 PNXxxxx I2C DRIVER
6769 M:      Vitaly Wool <vitalywool@gmail.com>
6770 L:      linux-i2c@vger.kernel.org
6771 S:      Maintained
6772 F:      drivers/i2c/busses/i2c-pnx.c
6774 PPP PROTOCOL DRIVERS AND COMPRESSORS
6775 M:      Paul Mackerras <paulus@samba.org>
6776 L:      linux-ppp@vger.kernel.org
6777 S:      Maintained
6778 F:      drivers/net/ppp/ppp_*
6780 PPP OVER ATM (RFC 2364)
6781 M:      Mitchell Blank Jr <mitch@sfgoth.com>
6782 S:      Maintained
6783 F:      net/atm/pppoatm.c
6784 F:      include/uapi/linux/atmppp.h
6786 PPP OVER ETHERNET
6787 M:      Michal Ostrowski <mostrows@earthlink.net>
6788 S:      Maintained
6789 F:      drivers/net/ppp/pppoe.c
6790 F:      drivers/net/ppp/pppox.c
6792 PPP OVER L2TP
6793 M:      James Chapman <jchapman@katalix.com>
6794 S:      Maintained
6795 F:      net/l2tp/l2tp_ppp.c
6796 F:      include/linux/if_pppol2tp.h
6797 F:      include/uapi/linux/if_pppol2tp.h
6799 PPS SUPPORT
6800 M:      Rodolfo Giometti <giometti@enneenne.com>
6801 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
6802 L:      linuxpps@ml.enneenne.com (subscribers-only)
6803 S:      Maintained
6804 F:      Documentation/pps/
6805 F:      drivers/pps/
6806 F:      include/linux/pps*.h
6808 PPTP DRIVER
6809 M:      Dmitry Kozlov <xeb@mail.ru>
6810 L:      netdev@vger.kernel.org
6811 S:      Maintained
6812 F:      drivers/net/ppp/pptp.c
6813 W:      http://sourceforge.net/projects/accel-pptp
6815 PREEMPTIBLE KERNEL
6816 M:      Robert Love <rml@tech9.net>
6817 L:      kpreempt-tech@lists.sourceforge.net
6818 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
6819 S:      Supported
6820 F:      Documentation/preempt-locking.txt
6821 F:      include/linux/preempt.h
6823 PRISM54 WIRELESS DRIVER
6824 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
6825 L:      linux-wireless@vger.kernel.org
6826 W:      http://wireless.kernel.org/en/users/Drivers/p54
6827 S:      Obsolete
6828 F:      drivers/net/wireless/prism54/
6830 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
6831 M:      Mikael Pettersson <mikpelinux@gmail.com>
6832 L:      linux-ide@vger.kernel.org
6833 S:      Maintained
6834 F:      drivers/ata/sata_promise.*
6836 PS3 NETWORK SUPPORT
6837 M:      Geoff Levand <geoff@infradead.org>
6838 L:      netdev@vger.kernel.org
6839 L:      cbe-oss-dev@lists.ozlabs.org
6840 S:      Maintained
6841 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
6843 PS3 PLATFORM SUPPORT
6844 M:      Geoff Levand <geoff@infradead.org>
6845 L:      linuxppc-dev@lists.ozlabs.org
6846 L:      cbe-oss-dev@lists.ozlabs.org
6847 S:      Maintained
6848 F:      arch/powerpc/boot/ps3*
6849 F:      arch/powerpc/include/asm/lv1call.h
6850 F:      arch/powerpc/include/asm/ps3*.h
6851 F:      arch/powerpc/platforms/ps3/
6852 F:      drivers/*/ps3*
6853 F:      drivers/ps3/
6854 F:      drivers/rtc/rtc-ps3.c
6855 F:      drivers/usb/host/*ps3.c
6856 F:      sound/ppc/snd_ps3*
6858 PS3VRAM DRIVER
6859 M:      Jim Paris <jim@jtan.com>
6860 L:      cbe-oss-dev@lists.ozlabs.org
6861 S:      Maintained
6862 F:      drivers/block/ps3vram.c
6864 PSTORE FILESYSTEM
6865 M:      Anton Vorontsov <anton@enomsg.org>
6866 M:      Colin Cross <ccross@android.com>
6867 M:      Kees Cook <keescook@chromium.org>
6868 M:      Tony Luck <tony.luck@intel.com>
6869 S:      Maintained
6870 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
6871 F:      fs/pstore/
6872 F:      include/linux/pstore*
6873 F:      drivers/firmware/efi/efi-pstore.c
6874 F:      drivers/acpi/apei/erst.c
6876 PTP HARDWARE CLOCK SUPPORT
6877 M:      Richard Cochran <richardcochran@gmail.com>
6878 L:      netdev@vger.kernel.org
6879 S:      Maintained
6880 W:      http://linuxptp.sourceforge.net/
6881 F:      Documentation/ABI/testing/sysfs-ptp
6882 F:      Documentation/ptp/*
6883 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
6884 F:      drivers/net/phy/dp83640*
6885 F:      drivers/ptp/*
6886 F:      include/linux/ptp_cl*
6888 PTRACE SUPPORT
6889 M:      Roland McGrath <roland@redhat.com>
6890 M:      Oleg Nesterov <oleg@redhat.com>
6891 S:      Maintained
6892 F:      include/asm-generic/syscall.h
6893 F:      include/linux/ptrace.h
6894 F:      include/linux/regset.h
6895 F:      include/linux/tracehook.h
6896 F:      include/uapi/linux/ptrace.h
6897 F:      kernel/ptrace.c
6899 PVRUSB2 VIDEO4LINUX DRIVER
6900 M:      Mike Isely <isely@pobox.com>
6901 L:      pvrusb2@isely.net       (subscribers-only)
6902 L:      linux-media@vger.kernel.org
6903 W:      http://www.isely.net/pvrusb2/
6904 T:      git git://linuxtv.org/media_tree.git
6905 S:      Maintained
6906 F:      Documentation/video4linux/README.pvrusb2
6907 F:      drivers/media/usb/pvrusb2/
6909 PWC WEBCAM DRIVER
6910 M:      Hans de Goede <hdegoede@redhat.com>
6911 L:      linux-media@vger.kernel.org
6912 T:      git git://linuxtv.org/media_tree.git
6913 S:      Maintained
6914 F:      drivers/media/usb/pwc/*
6916 PWM SUBSYSTEM
6917 M:      Thierry Reding <thierry.reding@gmail.com>
6918 L:      linux-pwm@vger.kernel.org
6919 S:      Maintained
6920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
6921 F:      Documentation/pwm.txt
6922 F:      Documentation/devicetree/bindings/pwm/
6923 F:      include/linux/pwm.h
6924 F:      drivers/pwm/
6925 F:      drivers/video/backlight/pwm_bl.c
6926 F:      include/linux/pwm_backlight.h
6928 PXA2xx/PXA3xx SUPPORT
6929 M:      Eric Miao <eric.y.miao@gmail.com>
6930 M:      Russell King <linux@arm.linux.org.uk>
6931 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6932 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6933 T:      git git://github.com/hzhuang1/linux.git
6934 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6935 S:      Maintained
6936 F:      arch/arm/mach-pxa/
6937 F:      drivers/pcmcia/pxa2xx*
6938 F:      drivers/spi/spi-pxa2xx*
6939 F:      drivers/usb/gadget/pxa2*
6940 F:      include/sound/pxa2xx-lib.h
6941 F:      sound/arm/pxa*
6942 F:      sound/soc/pxa/
6944 PXA3xx NAND FLASH DRIVER
6945 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
6946 L:      linux-mtd@lists.infradead.org
6947 S:      Maintained
6948 F:      drivers/mtd/nand/pxa3xx-nand.c
6950 MMP SUPPORT
6951 M:      Eric Miao <eric.y.miao@gmail.com>
6952 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6954 T:      git git://github.com/hzhuang1/linux.git
6955 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6956 S:      Maintained
6957 F:      arch/arm/mach-mmp/
6959 PXA MMCI DRIVER
6960 S:      Orphan
6962 PXA RTC DRIVER
6963 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6964 L:      rtc-linux@googlegroups.com
6965 S:      Maintained
6967 QIB DRIVER
6968 M:      Mike Marciniszyn <infinipath@intel.com>
6969 L:      linux-rdma@vger.kernel.org
6970 S:      Supported
6971 F:      drivers/infiniband/hw/qib/
6973 QLOGIC QLA1280 SCSI DRIVER
6974 M:      Michael Reed <mdr@sgi.com>
6975 L:      linux-scsi@vger.kernel.org
6976 S:      Maintained
6977 F:      drivers/scsi/qla1280.[ch]
6979 QLOGIC QLA2XXX FC-SCSI DRIVER
6980 M:      qla2xxx-upstream@qlogic.com
6981 L:      linux-scsi@vger.kernel.org
6982 S:      Supported
6983 F:      Documentation/scsi/LICENSE.qla2xxx
6984 F:      drivers/scsi/qla2xxx/
6986 QLOGIC QLA4XXX iSCSI DRIVER
6987 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
6988 M:      iscsi-driver@qlogic.com
6989 L:      linux-scsi@vger.kernel.org
6990 S:      Supported
6991 F:      Documentation/scsi/LICENSE.qla4xxx
6992 F:      drivers/scsi/qla4xxx/
6994 QLOGIC QLA3XXX NETWORK DRIVER
6995 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6996 M:      Ron Mercer <ron.mercer@qlogic.com>
6997 M:      linux-driver@qlogic.com
6998 L:      netdev@vger.kernel.org
6999 S:      Supported
7000 F:      Documentation/networking/LICENSE.qla3xxx
7001 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7003 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7004 M:      Himanshu Madhani <himanshu.madhani@qlogic.com>
7005 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7006 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7007 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7008 M:      Sony Chacko <sony.chacko@qlogic.com>
7009 M:      Sucheta Chakraborty <sucheta.chakraborty@qlogic.com>
7010 M:      linux-driver@qlogic.com
7011 L:      netdev@vger.kernel.org
7012 S:      Supported
7013 F:      drivers/net/ethernet/qlogic/qlcnic/
7015 QLOGIC QLGE 10Gb ETHERNET DRIVER
7016 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7017 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7018 M:      Ron Mercer <ron.mercer@qlogic.com>
7019 M:      linux-driver@qlogic.com
7020 L:      netdev@vger.kernel.org
7021 S:      Supported
7022 F:      drivers/net/ethernet/qlogic/qlge/
7024 QNX4 FILESYSTEM
7025 M:      Anders Larsen <al@alarsen.net>
7026 W:      http://www.alarsen.net/linux/qnx4fs/
7027 S:      Maintained
7028 F:      fs/qnx4/
7029 F:      include/uapi/linux/qnx4_fs.h
7030 F:      include/uapi/linux/qnxtypes.h
7032 QT1010 MEDIA DRIVER
7033 M:      Antti Palosaari <crope@iki.fi>
7034 L:      linux-media@vger.kernel.org
7035 W:      http://linuxtv.org/
7036 W:      http://palosaari.fi/linux/
7037 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7038 T:      git git://linuxtv.org/anttip/media_tree.git
7039 S:      Maintained
7040 F:      drivers/media/tuners/qt1010*
7042 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7043 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7044 L:      linux-wireless@vger.kernel.org
7045 L:      ath9k-devel@lists.ath9k.org
7046 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7047 S:      Supported
7048 F:      drivers/net/wireless/ath/ath9k/
7050 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7051 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7052 L:      ath10k@lists.infradead.org
7053 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7054 T:      git git://github.com/kvalo/ath.git
7055 S:      Supported
7056 F:      drivers/net/wireless/ath/ath10k/
7058 QUALCOMM HEXAGON ARCHITECTURE
7059 M:      Richard Kuo <rkuo@codeaurora.org>
7060 L:      linux-hexagon@vger.kernel.org
7061 S:      Supported
7062 F:      arch/hexagon/
7064 QUALCOMM WCN36XX WIRELESS DRIVER
7065 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7066 L:      wcn36xx@lists.infradead.org
7067 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7068 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7069 S:      Supported
7070 F:      drivers/net/wireless/ath/wcn36xx/
7072 QUICKCAM PARALLEL PORT WEBCAMS
7073 M:      Hans Verkuil <hverkuil@xs4all.nl>
7074 L:      linux-media@vger.kernel.org
7075 T:      git git://linuxtv.org/media_tree.git
7076 W:      http://linuxtv.org
7077 S:      Odd Fixes
7078 F:      drivers/media/parport/*-qcam*
7080 RADOS BLOCK DEVICE (RBD)
7081 M:      Yehuda Sadeh <yehuda@inktank.com>
7082 M:      Sage Weil <sage@inktank.com>
7083 M:      Alex Elder <elder@kernel.org>
7084 M:      ceph-devel@vger.kernel.org
7085 W:      http://ceph.com/
7086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7087 S:      Supported
7088 F:      drivers/block/rbd.c
7089 F:      drivers/block/rbd_types.h
7091 RADEON FRAMEBUFFER DISPLAY DRIVER
7092 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7093 L:      linux-fbdev@vger.kernel.org
7094 S:      Maintained
7095 F:      drivers/video/aty/radeon*
7096 F:      include/uapi/linux/radeonfb.h
7098 RADIOSHARK RADIO DRIVER
7099 M:      Hans de Goede <hdegoede@redhat.com>
7100 L:      linux-media@vger.kernel.org
7101 T:      git git://linuxtv.org/media_tree.git
7102 S:      Maintained
7103 F:      drivers/media/radio/radio-shark.c
7105 RADIOSHARK2 RADIO DRIVER
7106 M:      Hans de Goede <hdegoede@redhat.com>
7107 L:      linux-media@vger.kernel.org
7108 T:      git git://linuxtv.org/media_tree.git
7109 S:      Maintained
7110 F:      drivers/media/radio/radio-shark2.c
7111 F:      drivers/media/radio/radio-tea5777.c
7113 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7114 M:      Paul Mackerras <paulus@samba.org>
7115 L:      linux-fbdev@vger.kernel.org
7116 S:      Maintained
7117 F:      drivers/video/aty/aty128fb.c
7119 RALINK RT2X00 WIRELESS LAN DRIVER
7120 P:      rt2x00 project
7121 M:      Ivo van Doorn <IvDoorn@gmail.com>
7122 M:      Gertjan van Wingerde <gwingerde@gmail.com>
7123 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7124 L:      linux-wireless@vger.kernel.org
7125 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7126 W:      http://rt2x00.serialmonkey.com/
7127 S:      Maintained
7128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
7129 F:      drivers/net/wireless/rt2x00/
7131 RAMDISK RAM BLOCK DEVICE DRIVER
7132 M:      Nick Piggin <npiggin@kernel.dk>
7133 S:      Maintained
7134 F:      Documentation/blockdev/ramdisk.txt
7135 F:      drivers/block/brd.c
7137 RANDOM NUMBER DRIVER
7138 M:      Theodore Ts'o" <tytso@mit.edu>
7139 S:      Maintained
7140 F:      drivers/char/random.c
7142 RAPIDIO SUBSYSTEM
7143 M:      Matt Porter <mporter@kernel.crashing.org>
7144 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7145 S:      Maintained
7146 F:      drivers/rapidio/
7148 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7149 L:      linux-wireless@vger.kernel.org
7150 S:      Orphan
7151 F:      drivers/net/wireless/ray*
7153 RCUTORTURE MODULE
7154 M:      Josh Triplett <josh@freedesktop.org>
7155 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7156 S:      Supported
7157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7158 F:      Documentation/RCU/torture.txt
7159 F:      kernel/rcu/torture.c
7161 RCUTORTURE TEST FRAMEWORK
7162 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7163 S:      Supported
7164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7165 F:      tools/testing/selftests/rcutorture
7167 RDC R-321X SoC
7168 M:      Florian Fainelli <florian@openwrt.org>
7169 S:      Maintained
7171 RDC R6040 FAST ETHERNET DRIVER
7172 M:      Florian Fainelli <florian@openwrt.org>
7173 L:      netdev@vger.kernel.org
7174 S:      Maintained
7175 F:      drivers/net/ethernet/rdc/r6040.c
7177 RDS - RELIABLE DATAGRAM SOCKETS
7178 M:      Chien Yen <chien.yen@oracle.com>
7179 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
7180 S:      Supported
7181 F:      net/rds/
7183 READ-COPY UPDATE (RCU)
7184 M:      Dipankar Sarma <dipankar@in.ibm.com>
7185 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7186 W:      http://www.rdrop.com/users/paulmck/RCU/
7187 S:      Supported
7188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7189 F:      Documentation/RCU/
7190 X:      Documentation/RCU/torture.txt
7191 F:      include/linux/rcu*
7192 X:      include/linux/srcu.h
7193 F:      kernel/rcu/
7194 X:      kernel/rcu/torture.c
7196 REAL TIME CLOCK (RTC) SUBSYSTEM
7197 M:      Alessandro Zummo <a.zummo@towertech.it>
7198 L:      rtc-linux@googlegroups.com
7199 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
7200 S:      Maintained
7201 F:      Documentation/rtc.txt
7202 F:      drivers/rtc/
7203 F:      include/linux/rtc.h
7204 F:      include/uapi/linux/rtc.h
7206 REISERFS FILE SYSTEM
7207 L:      reiserfs-devel@vger.kernel.org
7208 S:      Supported
7209 F:      fs/reiserfs/
7211 REGISTER MAP ABSTRACTION
7212 M:      Mark Brown <broonie@kernel.org>
7213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
7214 S:      Supported
7215 F:      drivers/base/regmap/
7216 F:      include/linux/regmap.h
7218 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
7219 M:      Ohad Ben-Cohen <ohad@wizery.com>
7220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
7221 S:      Maintained
7222 F:      drivers/remoteproc/
7223 F:      Documentation/remoteproc.txt
7224 F:      include/linux/remoteproc.h
7226 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
7227 M:      Ohad Ben-Cohen <ohad@wizery.com>
7228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
7229 S:      Maintained
7230 F:      drivers/rpmsg/
7231 F:      Documentation/rpmsg.txt
7232 F:      include/linux/rpmsg.h
7234 RFKILL
7235 M:      Johannes Berg <johannes@sipsolutions.net>
7236 L:      linux-wireless@vger.kernel.org
7237 W:      http://wireless.kernel.org/
7238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7240 S:      Maintained
7241 F:      Documentation/rfkill.txt
7242 F:      net/rfkill/
7244 RICOH SMARTMEDIA/XD DRIVER
7245 M:      Maxim Levitsky <maximlevitsky@gmail.com>
7246 S:      Maintained
7247 F:      drivers/mtd/nand/r852.c
7248 F:      drivers/mtd/nand/r852.h
7250 RICOH R5C592 MEMORYSTICK DRIVER
7251 M:      Maxim Levitsky <maximlevitsky@gmail.com>
7252 S:      Maintained
7253 F:      drivers/memstick/host/r592.*
7255 ROCCAT DRIVERS
7256 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
7257 W:      http://sourceforge.net/projects/roccat/
7258 S:      Maintained
7259 F:      drivers/hid/hid-roccat*
7260 F:      include/linux/hid-roccat*
7261 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
7263 ROCKETPORT DRIVER
7264 P:      Comtrol Corp.
7265 W:      http://www.comtrol.com
7266 S:      Maintained
7267 F:      Documentation/serial/rocket.txt
7268 F:      drivers/tty/rocket*
7270 ROSE NETWORK LAYER
7271 M:      Ralf Baechle <ralf@linux-mips.org>
7272 L:      linux-hams@vger.kernel.org
7273 W:      http://www.linux-ax25.org/
7274 S:      Maintained
7275 F:      include/net/rose.h
7276 F:      include/uapi/linux/rose.h
7277 F:      net/rose/
7279 RTL2830 MEDIA DRIVER
7280 M:      Antti Palosaari <crope@iki.fi>
7281 L:      linux-media@vger.kernel.org
7282 W:      http://linuxtv.org/
7283 W:      http://palosaari.fi/linux/
7284 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7285 T:      git git://linuxtv.org/anttip/media_tree.git
7286 S:      Maintained
7287 F:      drivers/media/dvb-frontends/rtl2830*
7289 RTL2832 MEDIA DRIVER
7290 M:      Antti Palosaari <crope@iki.fi>
7291 L:      linux-media@vger.kernel.org
7292 W:      http://linuxtv.org/
7293 W:      http://palosaari.fi/linux/
7294 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7295 T:      git git://linuxtv.org/anttip/media_tree.git
7296 S:      Maintained
7297 F:      drivers/media/dvb-frontends/rtl2832*
7299 RTL8180 WIRELESS DRIVER
7300 M:      "John W. Linville" <linville@tuxdriver.com>
7301 L:      linux-wireless@vger.kernel.org
7302 W:      http://wireless.kernel.org/
7303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7304 S:      Maintained
7305 F:      drivers/net/wireless/rtl818x/rtl8180/
7307 RTL8187 WIRELESS DRIVER
7308 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
7309 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
7310 M:      Larry Finger <Larry.Finger@lwfinger.net>
7311 L:      linux-wireless@vger.kernel.org
7312 W:      http://wireless.kernel.org/
7313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7314 S:      Maintained
7315 F:      drivers/net/wireless/rtl818x/rtl8187/
7317 RTL8192CE WIRELESS DRIVER
7318 M:      Larry Finger <Larry.Finger@lwfinger.net>
7319 M:      Chaoming Li <chaoming_li@realsil.com.cn>
7320 L:      linux-wireless@vger.kernel.org
7321 W:      http://wireless.kernel.org/
7322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7323 S:      Maintained
7324 F:      drivers/net/wireless/rtlwifi/
7325 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
7327 S3 SAVAGE FRAMEBUFFER DRIVER
7328 M:      Antonino Daplas <adaplas@gmail.com>
7329 L:      linux-fbdev@vger.kernel.org
7330 S:      Maintained
7331 F:      drivers/video/savage/
7333 S390
7334 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
7335 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
7336 M:      linux390@de.ibm.com
7337 L:      linux-s390@vger.kernel.org
7338 W:      http://www.ibm.com/developerworks/linux/linux390/
7339 S:      Supported
7340 F:      arch/s390/
7341 F:      drivers/s390/
7342 F:      block/partitions/ibm.c
7343 F:      Documentation/s390/
7344 F:      Documentation/DocBook/s390*
7346 S390 NETWORK DRIVERS
7347 M:      Ursula Braun <ursula.braun@de.ibm.com>
7348 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
7349 M:      linux390@de.ibm.com
7350 L:      linux-s390@vger.kernel.org
7351 W:      http://www.ibm.com/developerworks/linux/linux390/
7352 S:      Supported
7353 F:      drivers/s390/net/
7355 S390 ZCRYPT DRIVER
7356 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
7357 M:      linux390@de.ibm.com
7358 L:      linux-s390@vger.kernel.org
7359 W:      http://www.ibm.com/developerworks/linux/linux390/
7360 S:      Supported
7361 F:      drivers/s390/crypto/
7363 S390 ZFCP DRIVER
7364 M:      Steffen Maier <maier@linux.vnet.ibm.com>
7365 M:      linux390@de.ibm.com
7366 L:      linux-s390@vger.kernel.org
7367 W:      http://www.ibm.com/developerworks/linux/linux390/
7368 S:      Supported
7369 F:      drivers/s390/scsi/zfcp_*
7371 S390 IUCV NETWORK LAYER
7372 M:      Ursula Braun <ursula.braun@de.ibm.com>
7373 M:      linux390@de.ibm.com
7374 L:      linux-s390@vger.kernel.org
7375 W:      http://www.ibm.com/developerworks/linux/linux390/
7376 S:      Supported
7377 F:      drivers/s390/net/*iucv*
7378 F:      include/net/iucv/
7379 F:      net/iucv/
7381 S3C24XX SD/MMC Driver
7382 M:      Ben Dooks <ben-linux@fluff.org>
7383 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7384 S:      Supported
7385 F:      drivers/mmc/host/s3cmci.*
7387 SAA6588 RDS RECEIVER DRIVER
7388 M:      Hans Verkuil <hverkuil@xs4all.nl>
7389 L:      linux-media@vger.kernel.org
7390 T:      git git://linuxtv.org/media_tree.git
7391 W:      http://linuxtv.org
7392 S:      Odd Fixes
7393 F:      drivers/media/i2c/saa6588*
7395 SAA7134 VIDEO4LINUX DRIVER
7396 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
7397 L:      linux-media@vger.kernel.org
7398 W:      http://linuxtv.org
7399 T:      git git://linuxtv.org/media_tree.git
7400 S:      Odd fixes
7401 F:      Documentation/video4linux/*.saa7134
7402 F:      drivers/media/pci/saa7134/
7404 SAA7146 VIDEO4LINUX-2 DRIVER
7405 M:      Hans Verkuil <hverkuil@xs4all.nl>
7406 L:      linux-media@vger.kernel.org
7407 T:      git git://linuxtv.org/media_tree.git
7408 S:      Maintained
7409 F:      drivers/media/common/saa7146/
7410 F:      drivers/media/pci/saa7146/
7411 F:      include/media/saa7146*
7413 SAMSUNG LAPTOP DRIVER
7414 M:      Corentin Chary <corentin.chary@gmail.com>
7415 L:      platform-driver-x86@vger.kernel.org
7416 S:      Maintained
7417 F:      drivers/platform/x86/samsung-laptop.c
7419 SAMSUNG AUDIO (ASoC) DRIVERS
7420 M:      Sangbeom Kim <sbkim73@samsung.com>
7421 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7422 S:      Supported
7423 F:      sound/soc/samsung/
7425 SAMSUNG FRAMEBUFFER DRIVER
7426 M:      Jingoo Han <jg1.han@samsung.com>
7427 L:      linux-fbdev@vger.kernel.org
7428 S:      Maintained
7429 F:      drivers/video/s3c-fb.c
7431 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
7432 M:      Sangbeom Kim <sbkim73@samsung.com>
7433 L:      linux-kernel@vger.kernel.org
7434 S:      Supported
7435 F:      drivers/mfd/sec*.c
7436 F:      drivers/regulator/s2m*.c
7437 F:      drivers/regulator/s5m*.c
7438 F:      drivers/rtc/rtc-sec.c
7439 F:      include/linux/mfd/samsung/
7441 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
7442 M:      Kyungmin Park <kyungmin.park@samsung.com>
7443 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
7444 L:      linux-media@vger.kernel.org
7445 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
7446 S:      Supported
7447 F:      drivers/media/platform/exynos4-is/
7448 F:      include/media/s5p_fimc.h
7450 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
7451 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
7452 L:      linux-media@vger.kernel.org
7453 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7454 S:      Maintained
7455 F:      drivers/media/platform/s3c-camif/
7456 F:      include/media/s3c_camif.h
7458 SAMSUNG S5C73M3 CAMERA DRIVER
7459 M:      Kyungmin Park <kyungmin.park@samsung.com>
7460 M:      Andrzej Hajda <a.hajda@samsung.com>
7461 L:      linux-media@vger.kernel.org
7462 S:      Supported
7463 F:      drivers/media/i2c/s5c73m3/*
7465 SAMSUNG SOC CLOCK DRIVERS
7466 M:      Tomasz Figa <t.figa@samsung.com>
7467 S:      Supported
7468 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7469 F:      drivers/clk/samsung/
7471 SERIAL DRIVERS
7472 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7473 L:      linux-serial@vger.kernel.org
7474 S:      Maintained
7475 F:      drivers/tty/serial/
7477 SYNOPSYS DESIGNWARE DMAC DRIVER
7478 M:      Viresh Kumar <viresh.linux@gmail.com>
7479 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7480 S:      Maintained
7481 F:      include/linux/dw_dmac.h
7482 F:      drivers/dma/dw/
7484 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
7485 M:      Seungwon Jeon <tgih.jun@samsung.com>
7486 M:      Jaehoon Chung <jh80.chung@samsung.com>
7487 L:      linux-mmc@vger.kernel.org
7488 S:      Maintained
7489 F:      include/linux/mmc/dw_mmc.h
7490 F:      drivers/mmc/host/dw_mmc*
7492 TIMEKEEPING, CLOCKSOURCE CORE, NTP
7493 M:      John Stultz <john.stultz@linaro.org>
7494 M:      Thomas Gleixner <tglx@linutronix.de>
7495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7496 S:      Supported
7497 F:      include/linux/clocksource.h
7498 F:      include/linux/time.h
7499 F:      include/linux/timex.h
7500 F:      include/uapi/linux/time.h
7501 F:      include/uapi/linux/timex.h
7502 F:      kernel/time/clocksource.c
7503 F:      kernel/time/time*.c
7504 F:      kernel/time/ntp.c
7506 TLG2300 VIDEO4LINUX-2 DRIVER
7507 M:      Huang Shijie <shijie8@gmail.com>
7508 M:      Hans Verkuil <hverkuil@xs4all.nl>
7509 S:      Odd Fixes
7510 F:      drivers/media/usb/tlg2300/
7512 SC1200 WDT DRIVER
7513 M:      Zwane Mwaikambo <zwanem@gmail.com>
7514 S:      Maintained
7515 F:      drivers/watchdog/sc1200wdt.c
7517 SCHEDULER
7518 M:      Ingo Molnar <mingo@redhat.com>
7519 M:      Peter Zijlstra <peterz@infradead.org>
7520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
7521 S:      Maintained
7522 F:      kernel/sched/
7523 F:      include/linux/sched.h
7524 F:      include/uapi/linux/sched.h
7525 F:      include/linux/wait.h
7527 SCORE ARCHITECTURE
7528 M:      Chen Liqin <liqin.linux@gmail.com>
7529 M:      Lennox Wu <lennox.wu@gmail.com>
7530 W:      http://www.sunplus.com
7531 S:      Supported
7532 F:      arch/score/
7534 SCSI CDROM DRIVER
7535 M:      Jens Axboe <axboe@kernel.dk>
7536 L:      linux-scsi@vger.kernel.org
7537 W:      http://www.kernel.dk
7538 S:      Maintained
7539 F:      drivers/scsi/sr*
7541 SCSI RDMA PROTOCOL (SRP) INITIATOR
7542 M:      Bart Van Assche <bvanassche@acm.org>
7543 L:      linux-rdma@vger.kernel.org
7544 S:      Supported
7545 W:      http://www.openfabrics.org
7546 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
7548 F:      drivers/infiniband/ulp/srp/
7549 F:      include/scsi/srp.h
7551 SCSI SG DRIVER
7552 M:      Doug Gilbert <dgilbert@interlog.com>
7553 L:      linux-scsi@vger.kernel.org
7554 W:      http://sg.danny.cz/sg
7555 S:      Maintained
7556 F:      Documentation/scsi/scsi-generic.txt
7557 F:      drivers/scsi/sg.c
7558 F:      include/scsi/sg.h
7560 SCSI SUBSYSTEM
7561 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
7562 L:      linux-scsi@vger.kernel.org
7563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
7564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
7565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
7566 S:      Maintained
7567 F:      drivers/scsi/
7568 F:      include/scsi/
7570 SCSI TAPE DRIVER
7571 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
7572 L:      linux-scsi@vger.kernel.org
7573 S:      Maintained
7574 F:      Documentation/scsi/st.txt
7575 F:      drivers/scsi/st.*
7576 F:      drivers/scsi/st_*.h
7578 SCTP PROTOCOL
7579 M:      Vlad Yasevich <vyasevich@gmail.com>
7580 M:      Neil Horman <nhorman@tuxdriver.com>
7581 L:      linux-sctp@vger.kernel.org
7582 W:      http://lksctp.sourceforge.net
7583 S:      Maintained
7584 F:      Documentation/networking/sctp.txt
7585 F:      include/linux/sctp.h
7586 F:      include/uapi/linux/sctp.h
7587 F:      include/net/sctp/
7588 F:      net/sctp/
7590 SCx200 CPU SUPPORT
7591 M:      Jim Cromie <jim.cromie@gmail.com>
7592 S:      Odd Fixes
7593 F:      Documentation/i2c/busses/scx200_acb
7594 F:      arch/x86/platform/scx200/
7595 F:      drivers/watchdog/scx200_wdt.c
7596 F:      drivers/i2c/busses/scx200*
7597 F:      drivers/mtd/maps/scx200_docflash.c
7598 F:      include/linux/scx200.h
7600 SCx200 GPIO DRIVER
7601 M:      Jim Cromie <jim.cromie@gmail.com>
7602 S:      Maintained
7603 F:      drivers/char/scx200_gpio.c
7604 F:      include/linux/scx200_gpio.h
7606 SCx200 HRT CLOCKSOURCE DRIVER
7607 M:      Jim Cromie <jim.cromie@gmail.com>
7608 S:      Maintained
7609 F:      drivers/clocksource/scx200_hrt.c
7611 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
7612 M:      Sascha Sommer <saschasommer@freenet.de>
7613 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
7614 S:      Maintained
7615 F:      drivers/mmc/host/sdricoh_cs.c
7617 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
7618 M:      Chris Ball <chris@printf.net>
7619 L:      linux-mmc@vger.kernel.org
7620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
7621 S:      Maintained
7622 F:      drivers/mmc/host/sdhci.*
7623 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7625 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
7626 M:      Anton Vorontsov <anton@enomsg.org>
7627 L:      linuxppc-dev@lists.ozlabs.org
7628 L:      linux-mmc@vger.kernel.org
7629 S:      Maintained
7630 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7632 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
7633 M:      Ben Dooks <ben-linux@fluff.org>
7634 L:      linux-mmc@vger.kernel.org
7635 S:      Maintained
7636 F:      drivers/mmc/host/sdhci-s3c.c
7638 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
7639 M:      Viresh Kumar <viresh.linux@gmail.com>
7640 L:      spear-devel@list.st.com
7641 L:      linux-mmc@vger.kernel.org
7642 S:      Maintained
7643 F:      drivers/mmc/host/sdhci-spear.c
7645 SECURITY SUBSYSTEM
7646 M:      James Morris <james.l.morris@oracle.com>
7647 L:      linux-security-module@vger.kernel.org (suggested Cc:)
7648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
7649 W:      http://kernsec.org/
7650 S:      Supported
7651 F:      security/
7653 SECURITY CONTACT
7654 M:      Security Officers <security@kernel.org>
7655 S:      Supported
7657 SELINUX SECURITY MODULE
7658 M:      Stephen Smalley <sds@tycho.nsa.gov>
7659 M:      James Morris <james.l.morris@oracle.com>
7660 M:      Eric Paris <eparis@parisplace.org>
7661 M:      Paul Moore <paul@paul-moore.com>
7662 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
7663 W:      http://selinuxproject.org
7664 T:      git git://git.infradead.org/users/pcmoore/selinux
7665 S:      Supported
7666 F:      include/linux/selinux*
7667 F:      security/selinux/
7668 F:      scripts/selinux/
7670 APPARMOR SECURITY MODULE
7671 M:      John Johansen <john.johansen@canonical.com>
7672 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
7673 W:      apparmor.wiki.kernel.org
7674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
7675 S:      Supported
7676 F:      security/apparmor/
7678 SENSABLE PHANTOM
7679 M:      Jiri Slaby <jirislaby@gmail.com>
7680 S:      Maintained
7681 F:      drivers/misc/phantom.c
7682 F:      include/uapi/linux/phantom.h
7684 SERIAL ATA (SATA) SUBSYSTEM
7685 M:      Tejun Heo <tj@kernel.org>
7686 L:      linux-ide@vger.kernel.org
7687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7688 S:      Supported
7689 F:      drivers/ata/
7690 F:      include/linux/ata.h
7691 F:      include/linux/libata.h
7693 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
7694 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
7695 L:      linux-scsi@vger.kernel.org
7696 W:      http://www.emulex.com
7697 S:      Supported
7698 F:      drivers/scsi/be2iscsi/
7700 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
7701 M:      Sathya Perla <sathya.perla@emulex.com>
7702 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
7703 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
7704 L:      netdev@vger.kernel.org
7705 W:      http://www.emulex.com
7706 S:      Supported
7707 F:      drivers/net/ethernet/emulex/benet/
7709 SFC NETWORK DRIVER
7710 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
7711 M:      Shradha Shah <sshah@solarflare.com>
7712 L:      netdev@vger.kernel.org
7713 S:      Supported
7714 F:      drivers/net/ethernet/sfc/
7716 SGI GRU DRIVER
7717 M:      Dimitri Sivanich <sivanich@sgi.com>
7718 S:      Maintained
7719 F:      drivers/misc/sgi-gru/
7721 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
7722 M:      Pat Gefre <pfg@sgi.com>
7723 L:      linux-ia64@vger.kernel.org
7724 S:      Supported
7725 F:      Documentation/ia64/serial.txt
7726 F:      drivers/tty/serial/ioc?_serial.c
7727 F:      include/linux/ioc?.h
7729 SGI VISUAL WORKSTATION 320 AND 540
7730 M:      Andrey Panin <pazke@donpac.ru>
7731 L:      linux-visws-devel@lists.sf.net
7732 W:      http://linux-visws.sf.net
7733 S:      Maintained for 2.6.
7734 F:      Documentation/sgi-visws.txt
7736 SGI XP/XPC/XPNET DRIVER
7737 M:      Cliff Whickman <cpw@sgi.com>
7738 M:      Robin Holt <robinmholt@gmail.com>
7739 S:      Maintained
7740 F:      drivers/misc/sgi-xp/
7742 SI470X FM RADIO RECEIVER I2C DRIVER
7743 M:      Hans Verkuil <hverkuil@xs4all.nl>
7744 L:      linux-media@vger.kernel.org
7745 T:      git git://linuxtv.org/media_tree.git
7746 W:      http://linuxtv.org
7747 S:      Odd Fixes
7748 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
7750 SI470X FM RADIO RECEIVER USB DRIVER
7751 M:      Hans Verkuil <hverkuil@xs4all.nl>
7752 L:      linux-media@vger.kernel.org
7753 T:      git git://linuxtv.org/media_tree.git
7754 W:      http://linuxtv.org
7755 S:      Maintained
7756 F:      drivers/media/radio/si470x/radio-si470x-common.c
7757 F:      drivers/media/radio/si470x/radio-si470x.h
7758 F:      drivers/media/radio/si470x/radio-si470x-usb.c
7760 SI4713 FM RADIO TRANSMITTER I2C DRIVER
7761 M:      Eduardo Valentin <edubezval@gmail.com>
7762 L:      linux-media@vger.kernel.org
7763 T:      git git://linuxtv.org/media_tree.git
7764 W:      http://linuxtv.org
7765 S:      Odd Fixes
7766 F:      drivers/media/radio/si4713-i2c.?
7768 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
7769 M:      Eduardo Valentin <edubezval@gmail.com>
7770 L:      linux-media@vger.kernel.org
7771 T:      git git://linuxtv.org/media_tree.git
7772 W:      http://linuxtv.org
7773 S:      Odd Fixes
7774 F:      drivers/media/radio/radio-si4713.c
7776 SIANO DVB DRIVER
7777 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
7778 L:      linux-media@vger.kernel.org
7779 W:      http://linuxtv.org
7780 T:      git git://linuxtv.org/media_tree.git
7781 S:      Odd fixes
7782 F:      drivers/media/common/siano/
7783 F:      drivers/media/usb/siano/
7784 F:      drivers/media/usb/siano/
7785 F:      drivers/media/mmc/siano/
7787 SH_VEU V4L2 MEM2MEM DRIVER
7788 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7789 L:      linux-media@vger.kernel.org
7790 S:      Maintained
7791 F:      drivers/media/platform/sh_veu.c
7793 SH_VOU V4L2 OUTPUT DRIVER
7794 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7795 L:      linux-media@vger.kernel.org
7796 S:      Odd Fixes
7797 F:      drivers/media/platform/sh_vou.c
7798 F:      include/media/sh_vou.h
7800 SIMPLE FIRMWARE INTERFACE (SFI)
7801 M:      Len Brown <lenb@kernel.org>
7802 L:      sfi-devel@simplefirmware.org
7803 W:      http://simplefirmware.org/
7804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
7805 S:      Supported
7806 F:      arch/x86/platform/sfi/
7807 F:      drivers/sfi/
7808 F:      include/linux/sfi*.h
7810 SIMTEC EB110ATX (Chalice CATS)
7811 P:      Ben Dooks
7812 P:      Vincent Sanders <vince@simtec.co.uk>
7813 M:      Simtec Linux Team <linux@simtec.co.uk>
7814 W:      http://www.simtec.co.uk/products/EB110ATX/
7815 S:      Supported
7817 SIMTEC EB2410ITX (BAST)
7818 P:      Ben Dooks
7819 P:      Vincent Sanders <vince@simtec.co.uk>
7820 M:      Simtec Linux Team <linux@simtec.co.uk>
7821 W:      http://www.simtec.co.uk/products/EB2410ITX/
7822 S:      Supported
7823 F:      arch/arm/mach-s3c24xx/mach-bast.c
7824 F:      arch/arm/mach-s3c24xx/bast-ide.c
7825 F:      arch/arm/mach-s3c24xx/bast-irq.c
7827 TI DAVINCI MACHINE SUPPORT
7828 M:      Sekhar Nori <nsekhar@ti.com>
7829 M:      Kevin Hilman <khilman@deeprootsystems.com>
7830 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7831 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
7832 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
7833 S:      Supported
7834 F:      arch/arm/mach-davinci/
7835 F:      drivers/i2c/busses/i2c-davinci.c
7837 TI DAVINCI SERIES MEDIA DRIVER
7838 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
7839 L:      linux-media@vger.kernel.org
7840 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7841 W:      http://linuxtv.org/
7842 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7843 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
7844 S:      Maintained
7845 F:      drivers/media/platform/davinci/
7846 F:      include/media/davinci/
7848 SIS 190 ETHERNET DRIVER
7849 M:      Francois Romieu <romieu@fr.zoreil.com>
7850 L:      netdev@vger.kernel.org
7851 S:      Maintained
7852 F:      drivers/net/ethernet/sis/sis190.c
7854 SIS 900/7016 FAST ETHERNET DRIVER
7855 M:      Daniele Venzano <venza@brownhat.org>
7856 W:      http://www.brownhat.org/sis900.html
7857 L:      netdev@vger.kernel.org
7858 S:      Maintained
7859 F:      drivers/net/ethernet/sis/sis900.*
7861 SIS FRAMEBUFFER DRIVER
7862 M:      Thomas Winischhofer <thomas@winischhofer.net>
7863 W:      http://www.winischhofer.net/linuxsisvga.shtml
7864 S:      Maintained
7865 F:      Documentation/fb/sisfb.txt
7866 F:      drivers/video/sis/
7867 F:      include/video/sisfb.h
7869 SIS USB2VGA DRIVER
7870 M:      Thomas Winischhofer <thomas@winischhofer.net>
7871 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
7872 S:      Maintained
7873 F:      drivers/usb/misc/sisusbvga/
7875 SLAB ALLOCATOR
7876 M:      Christoph Lameter <cl@linux-foundation.org>
7877 M:      Pekka Enberg <penberg@kernel.org>
7878 M:      Matt Mackall <mpm@selenic.com>
7879 L:      linux-mm@kvack.org
7880 S:      Maintained
7881 F:      include/linux/sl?b*.h
7882 F:      mm/sl?b.c
7884 SLEEPABLE READ-COPY UPDATE (SRCU)
7885 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
7886 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7887 W:      http://www.rdrop.com/users/paulmck/RCU/
7888 S:      Supported
7889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7890 F:      include/linux/srcu.h
7891 F:      kernel/rcu/srcu.c
7893 SMACK SECURITY MODULE
7894 M:      Casey Schaufler <casey@schaufler-ca.com>
7895 L:      linux-security-module@vger.kernel.org
7896 W:      http://schaufler-ca.com
7897 T:      git git://git.gitorious.org/smack-next/kernel.git
7898 S:      Maintained
7899 F:      Documentation/security/Smack.txt
7900 F:      security/smack/
7902 SMARTREFLEX DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
7903 M:      Kevin Hilman <khilman@kernel.org>
7904 M:      Nishanth Menon <nm@ti.com>
7905 S:      Maintained
7906 F:      drivers/power/avs/smartreflex.c
7907 F:      include/linux/power/smartreflex.h
7908 L:      linux-pm@vger.kernel.org
7910 SMC91x ETHERNET DRIVER
7911 M:      Nicolas Pitre <nico@fluxnic.net>
7912 S:      Odd Fixes
7913 F:      drivers/net/ethernet/smsc/smc91x.*
7915 SMIA AND SMIA++ IMAGE SENSOR DRIVER
7916 M:      Sakari Ailus <sakari.ailus@iki.fi>
7917 L:      linux-media@vger.kernel.org
7918 S:      Maintained
7919 F:      drivers/media/i2c/smiapp/
7920 F:      include/media/smiapp.h
7921 F:      drivers/media/i2c/smiapp-pll.c
7922 F:      drivers/media/i2c/smiapp-pll.h
7924 SMM665 HARDWARE MONITOR DRIVER
7925 M:      Guenter Roeck <linux@roeck-us.net>
7926 L:      lm-sensors@lm-sensors.org
7927 S:      Maintained
7928 F:      Documentation/hwmon/smm665
7929 F:      drivers/hwmon/smm665.c
7931 SMSC EMC2103 HARDWARE MONITOR DRIVER
7932 M:      Steve Glendinning <steve.glendinning@shawell.net>
7933 L:      lm-sensors@lm-sensors.org
7934 S:      Maintained
7935 F:      Documentation/hwmon/emc2103
7936 F:      drivers/hwmon/emc2103.c
7938 SMSC SCH5627 HARDWARE MONITOR DRIVER
7939 M:      Hans de Goede <hdegoede@redhat.com>
7940 L:      lm-sensors@lm-sensors.org
7941 S:      Supported
7942 F:      Documentation/hwmon/sch5627
7943 F:      drivers/hwmon/sch5627.c
7945 SMSC47B397 HARDWARE MONITOR DRIVER
7946 M:      Jean Delvare <jdelvare@suse.de>
7947 L:      lm-sensors@lm-sensors.org
7948 S:      Maintained
7949 F:      Documentation/hwmon/smsc47b397
7950 F:      drivers/hwmon/smsc47b397.c
7952 SMSC911x ETHERNET DRIVER
7953 M:      Steve Glendinning <steve.glendinning@shawell.net>
7954 L:      netdev@vger.kernel.org
7955 S:      Maintained
7956 F:      include/linux/smsc911x.h
7957 F:      drivers/net/ethernet/smsc/smsc911x.*
7959 SMSC9420 PCI ETHERNET DRIVER
7960 M:      Steve Glendinning <steve.glendinning@shawell.net>
7961 L:      netdev@vger.kernel.org
7962 S:      Maintained
7963 F:      drivers/net/ethernet/smsc/smsc9420.*
7965 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
7966 M:      Steve Glendinning <steve.glendinning@shawell.net>
7967 L:      linux-fbdev@vger.kernel.org
7968 S:      Maintained
7969 F:      drivers/video/smscufx.c
7971 SOC-CAMERA V4L2 SUBSYSTEM
7972 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7973 L:      linux-media@vger.kernel.org
7974 T:      git git://linuxtv.org/media_tree.git
7975 S:      Maintained
7976 F:      include/media/soc*
7977 F:      drivers/media/i2c/soc_camera/
7978 F:      drivers/media/platform/soc_camera/
7980 SOEKRIS NET48XX LED SUPPORT
7981 M:      Chris Boot <bootc@bootc.net>
7982 S:      Maintained
7983 F:      drivers/leds/leds-net48xx.c
7985 SOFTWARE RAID (Multiple Disks) SUPPORT
7986 M:      Neil Brown <neilb@suse.de>
7987 L:      linux-raid@vger.kernel.org
7988 S:      Supported
7989 F:      drivers/md/
7990 F:      include/linux/raid/
7991 F:      include/uapi/linux/raid/
7993 SONIC NETWORK DRIVER
7994 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
7995 L:      netdev@vger.kernel.org
7996 S:      Maintained
7997 F:      drivers/net/ethernet/natsemi/sonic.*
7999 SONICS SILICON BACKPLANE DRIVER (SSB)
8000 M:      Michael Buesch <m@bues.ch>
8001 L:      netdev@vger.kernel.org
8002 S:      Maintained
8003 F:      drivers/ssb/
8004 F:      include/linux/ssb/
8006 SONY VAIO CONTROL DEVICE DRIVER
8007 M:      Mattia Dongili <malattia@linux.it>
8008 L:      platform-driver-x86@vger.kernel.org
8009 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8010 S:      Maintained
8011 F:      Documentation/laptops/sony-laptop.txt
8012 F:      drivers/char/sonypi.c
8013 F:      drivers/platform/x86/sony-laptop.c
8014 F:      include/linux/sony-laptop.h
8016 SONY MEMORYSTICK CARD SUPPORT
8017 M:      Alex Dubov <oakad@yahoo.com>
8018 W:      http://tifmxx.berlios.de/
8019 S:      Maintained
8020 F:      drivers/memstick/host/tifm_ms.c
8022 SONY MEMORYSTICK STANDARD SUPPORT
8023 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8024 S:      Maintained
8025 F:      drivers/memstick/core/ms_block.*
8027 SOUND
8028 M:      Jaroslav Kysela <perex@perex.cz>
8029 M:      Takashi Iwai <tiwai@suse.de>
8030 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8031 W:      http://www.alsa-project.org/
8032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8033 T:      git git://git.alsa-project.org/alsa-kernel.git
8034 S:      Maintained
8035 F:      Documentation/sound/
8036 F:      include/sound/
8037 F:      include/uapi/sound/
8038 F:      sound/
8040 SOUND - COMPRESSED AUDIO
8041 M:      Vinod Koul <vinod.koul@intel.com>
8042 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8044 S:      Supported
8045 F:      Documentation/sound/alsa/compress_offload.txt
8046 F:      include/sound/compress_driver.h
8047 F:      include/uapi/sound/compress_*
8048 F:      sound/core/compress_offload.c
8049 F:      sound/soc/soc-compress.c
8051 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8052 M:      Liam Girdwood <lgirdwood@gmail.com>
8053 M:      Mark Brown <broonie@kernel.org>
8054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8055 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8056 W:      http://alsa-project.org/main/index.php/ASoC
8057 S:      Supported
8058 F:      Documentation/sound/alsa/soc/
8059 F:      sound/soc/
8060 F:      include/sound/soc*
8062 SOUND - DMAENGINE HELPERS
8063 M:      Lars-Peter Clausen <lars@metafoo.de>
8064 S:      Supported
8065 F:      include/sound/dmaengine_pcm.h
8066 F:      sound/core/pcm_dmaengine.c
8067 F:      sound/soc/soc-generic-dmaengine-pcm.c
8069 SPARC + UltraSPARC (sparc/sparc64)
8070 M:      "David S. Miller" <davem@davemloft.net>
8071 L:      sparclinux@vger.kernel.org
8072 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
8073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8075 S:      Maintained
8076 F:      arch/sparc/
8077 F:      drivers/sbus/
8079 SPARC SERIAL DRIVERS
8080 M:      "David S. Miller" <davem@davemloft.net>
8081 L:      sparclinux@vger.kernel.org
8082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8084 S:      Maintained
8085 F:      include/linux/sunserialcore.h
8086 F:      drivers/tty/serial/suncore.c
8087 F:      drivers/tty/serial/sunhv.c
8088 F:      drivers/tty/serial/sunsab.c
8089 F:      drivers/tty/serial/sunsab.h
8090 F:      drivers/tty/serial/sunsu.c
8091 F:      drivers/tty/serial/sunzilog.c
8092 F:      drivers/tty/serial/sunzilog.h
8094 SPARSE CHECKER
8095 M:      "Christopher Li" <sparse@chrisli.org>
8096 L:      linux-sparse@vger.kernel.org
8097 W:      https://sparse.wiki.kernel.org/
8098 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
8099 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
8100 S:      Maintained
8101 F:      include/linux/compiler.h
8103 SPEAR PLATFORM SUPPORT
8104 M:      Viresh Kumar <viresh.linux@gmail.com>
8105 M:      Shiraz Hashim <shiraz.hashim@st.com>
8106 L:      spear-devel@list.st.com
8107 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8108 W:      http://www.st.com/spear
8109 S:      Maintained
8110 F:      arch/arm/mach-spear/
8112 SPEAR CLOCK FRAMEWORK SUPPORT
8113 M:      Viresh Kumar <viresh.linux@gmail.com>
8114 L:      spear-devel@list.st.com
8115 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8116 W:      http://www.st.com/spear
8117 S:      Maintained
8118 F:      drivers/clk/spear/
8120 SPI SUBSYSTEM
8121 M:      Mark Brown <broonie@kernel.org>
8122 L:      linux-spi@vger.kernel.org
8123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
8124 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
8125 S:      Maintained
8126 F:      Documentation/spi/
8127 F:      drivers/spi/
8128 F:      include/linux/spi/
8129 F:      include/uapi/linux/spi/
8131 SPIDERNET NETWORK DRIVER for CELL
8132 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
8133 M:      Jens Osterkamp <jens@de.ibm.com>
8134 L:      netdev@vger.kernel.org
8135 S:      Supported
8136 F:      Documentation/networking/spider_net.txt
8137 F:      drivers/net/ethernet/toshiba/spider_net*
8139 SPU FILE SYSTEM
8140 M:      Jeremy Kerr <jk@ozlabs.org>
8141 L:      linuxppc-dev@lists.ozlabs.org
8142 L:      cbe-oss-dev@lists.ozlabs.org
8143 W:      http://www.ibm.com/developerworks/power/cell/
8144 S:      Supported
8145 F:      Documentation/filesystems/spufs.txt
8146 F:      arch/powerpc/platforms/cell/spufs/
8148 SQUASHFS FILE SYSTEM
8149 M:      Phillip Lougher <phillip@squashfs.org.uk>
8150 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
8151 W:      http://squashfs.org.uk
8152 S:      Maintained
8153 F:      Documentation/filesystems/squashfs.txt
8154 F:      fs/squashfs/
8156 SRM (Alpha) environment access
8157 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
8158 S:      Maintained
8159 F:      arch/alpha/kernel/srm_env.c
8161 STABLE BRANCH
8162 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8163 L:      stable@vger.kernel.org
8164 S:      Supported
8165 F:      Documentation/stable_kernel_rules.txt
8167 STAGING SUBSYSTEM
8168 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
8170 L:      devel@driverdev.osuosl.org
8171 S:      Supported
8172 F:      drivers/staging/
8174 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
8175 M:      Henk de Groot <pe1dnn@amsat.org>
8176 S:      Odd Fixes
8177 F:      drivers/staging/wlags49_h2/
8178 F:      drivers/staging/wlags49_h25/
8180 STAGING - ASUS OLED
8181 M:      Jakub Schmidtke <sjakub@gmail.com>
8182 S:      Odd Fixes
8183 F:      drivers/staging/asus_oled/
8185 STAGING - COMEDI
8186 M:      Ian Abbott <abbotti@mev.co.uk>
8187 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
8188 S:      Odd Fixes
8189 F:      drivers/staging/comedi/
8191 STAGING - CRYSTAL HD VIDEO DECODER
8192 M:      Naren Sankar <nsankar@broadcom.com>
8193 M:      Jarod Wilson <jarod@wilsonet.com>
8194 M:      Scott Davilla <davilla@4pi.com>
8195 M:      Manu Abraham <abraham.manu@gmail.com>
8196 S:      Odd Fixes
8197 F:      drivers/staging/crystalhd/
8199 STAGING - ECHO CANCELLER
8200 M:      Steve Underwood <steveu@coppice.org>
8201 M:      David Rowe <david@rowetel.com>
8202 S:      Odd Fixes
8203 F:      drivers/staging/echo/
8205 STAGING - ET131X NETWORK DRIVER
8206 M:      Mark Einon <mark.einon@gmail.com>
8207 S:      Odd Fixes
8208 F:      drivers/staging/et131x/
8210 STAGING - FLARION FT1000 DRIVERS
8211 M:      Marek Belisko <marek.belisko@gmail.com>
8212 S:      Odd Fixes
8213 F:      drivers/staging/ft1000/
8215 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
8216 M:      David Täht <d@teklibre.com>
8217 S:      Odd Fixes
8218 F:      drivers/staging/frontier/
8220 STAGING - GO7007 MPEG CODEC
8221 M:      Hans Verkuil <hans.verkuil@cisco.com>
8222 S:      Maintained
8223 F:      drivers/staging/media/go7007/
8225 STAGING - INDUSTRIAL IO
8226 M:      Jonathan Cameron <jic23@kernel.org>
8227 L:      linux-iio@vger.kernel.org
8228 S:      Odd Fixes
8229 F:      drivers/staging/iio/
8231 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
8232 M:      Jarod Wilson <jarod@wilsonet.com>
8233 W:      http://www.lirc.org/
8234 S:      Odd Fixes
8235 F:      drivers/staging/media/lirc/
8237 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
8238 M:      Julian Andres Klode <jak@jak-linux.org>
8239 M:      Marc Dietrich <marvin24@gmx.de>
8240 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
8241 L:      linux-tegra@vger.kernel.org
8242 S:      Maintained
8243 F:      drivers/staging/nvec/
8245 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
8246 M:      Jens Frederich <jfrederich@gmail.com>
8247 M:      Daniel Drake <dsd@laptop.org>
8248 M:      Jon Nettleton <jon.nettleton@gmail.com>
8249 W:      http://wiki.laptop.org/go/DCON
8250 S:      Maintained
8251 F:      drivers/staging/olpc_dcon/
8253 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
8254 M:      Rupesh Gujare <rupesh.gujare@atmel.com>
8255 S:      Maintained
8256 F:      drivers/staging/ozwpan/
8258 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
8259 M:      Willy Tarreau <willy@meta-x.org>
8260 S:      Odd Fixes
8261 F:      drivers/staging/panel/
8263 STAGING - REALTEK RTL8712U DRIVERS
8264 M:      Larry Finger <Larry.Finger@lwfinger.net>
8265 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
8266 S:      Odd Fixes
8267 F:      drivers/staging/rtl8712/
8269 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
8270 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
8271 S:      Odd Fixes
8272 F:      drivers/staging/sm7xxfb/
8274 STAGING - SOFTLOGIC 6x10 MPEG CODEC
8275 M:      Ismael Luceno <ismael.luceno@corp.bluecherry.net>
8276 S:      Supported
8277 F:      drivers/staging/media/solo6x10/
8279 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
8280 M:      William Hubbs <w.d.hubbs@gmail.com>
8281 M:      Chris Brannon <chris@the-brannons.com>
8282 M:      Kirk Reiser <kirk@reisers.ca>
8283 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
8284 L:      speakup@braille.uwo.ca
8285 W:      http://www.linux-speakup.org/
8286 S:      Odd Fixes
8287 F:      drivers/staging/speakup/
8289 STAGING - TI DSP BRIDGE DRIVERS
8290 M:      Omar Ramirez Luna <omar.ramirez@copitl.com>
8291 S:      Odd Fixes
8292 F:      drivers/staging/tidspbridge/
8294 STAGING - USB ENE SM/MS CARD READER DRIVER
8295 M:      Al Cho <acho@novell.com>
8296 S:      Odd Fixes
8297 F:      drivers/staging/keucr/
8299 STAGING - VIA VT665X DRIVERS
8300 M:      Forest Bond <forest@alittletooquiet.net>
8301 S:      Odd Fixes
8302 F:      drivers/staging/vt665?/
8304 STAGING - WINBOND IS89C35 WLAN USB DRIVER
8305 M:      Pavel Machek <pavel@ucw.cz>
8306 S:      Odd Fixes
8307 F:      drivers/staging/winbond/
8309 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
8310 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
8311 S:      Odd Fixes
8312 F:      drivers/staging/xgifb/
8314 STARFIRE/DURALAN NETWORK DRIVER
8315 M:      Ion Badulescu <ionut@badula.org>
8316 S:      Odd Fixes
8317 F:      drivers/net/ethernet/adaptec/starfire*
8319 SUN3/3X
8320 M:      Sam Creasey <sammy@sammy.net>
8321 W:      http://sammy.net/sun3/
8322 S:      Maintained
8323 F:      arch/m68k/kernel/*sun3*
8324 F:      arch/m68k/sun3*/
8325 F:      arch/m68k/include/asm/sun3*
8326 F:      drivers/net/ethernet/i825xx/sun3*
8328 SUNDANCE NETWORK DRIVER
8329 M:      Denis Kirjanov <kda@linux-powerpc.org>
8330 L:      netdev@vger.kernel.org
8331 S:      Maintained
8332 F:      drivers/net/ethernet/dlink/sundance.c
8334 SUPERH
8335 M:      Paul Mundt <lethal@linux-sh.org>
8336 L:      linux-sh@vger.kernel.org
8337 W:      http://www.linux-sh.org
8338 Q:      http://patchwork.kernel.org/project/linux-sh/list/
8339 T:      git git://github.com/pmundt/linux-sh.git sh-latest
8340 S:      Supported
8341 F:      Documentation/sh/
8342 F:      arch/sh/
8343 F:      drivers/sh/
8345 SUSPEND TO RAM
8346 M:      Len Brown <len.brown@intel.com>
8347 M:      Pavel Machek <pavel@ucw.cz>
8348 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8349 L:      linux-pm@vger.kernel.org
8350 S:      Supported
8351 F:      Documentation/power/
8352 F:      arch/x86/kernel/acpi/
8353 F:      drivers/base/power/
8354 F:      kernel/power/
8355 F:      include/linux/suspend.h
8356 F:      include/linux/freezer.h
8357 F:      include/linux/pm.h
8359 SVGA HANDLING
8360 M:      Martin Mares <mj@ucw.cz>
8361 L:      linux-video@atrey.karlin.mff.cuni.cz
8362 S:      Maintained
8363 F:      Documentation/svga.txt
8364 F:      arch/x86/boot/video*
8366 SWIOTLB SUBSYSTEM
8367 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8368 L:      linux-kernel@vger.kernel.org
8369 S:      Supported
8370 F:      lib/swiotlb.c
8371 F:      arch/*/kernel/pci-swiotlb.c
8372 F:      include/linux/swiotlb.h
8374 SYNOPSYS ARC ARCHITECTURE
8375 M:      Vineet Gupta <vgupta@synopsys.com>
8376 S:      Supported
8377 F:      arch/arc/
8378 F:      Documentation/devicetree/bindings/arc/
8379 F:      drivers/tty/serial/arc_uart.c
8381 SYSV FILESYSTEM
8382 M:      Christoph Hellwig <hch@infradead.org>
8383 S:      Maintained
8384 F:      Documentation/filesystems/sysv-fs.txt
8385 F:      fs/sysv/
8386 F:      include/linux/sysv_fs.h
8388 TARGET SUBSYSTEM
8389 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
8390 L:      linux-scsi@vger.kernel.org
8391 L:      target-devel@vger.kernel.org
8392 L:      http://groups.google.com/group/linux-iscsi-target-dev
8393 W:      http://www.linux-iscsi.org
8394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
8395 S:      Supported
8396 F:      drivers/target/
8397 F:      include/target/
8398 F:      Documentation/target/
8400 TASKSTATS STATISTICS INTERFACE
8401 M:      Balbir Singh <bsingharora@gmail.com>
8402 S:      Maintained
8403 F:      Documentation/accounting/taskstats*
8404 F:      include/linux/taskstats*
8405 F:      kernel/taskstats.c
8407 TC CLASSIFIER
8408 M:      Jamal Hadi Salim <jhs@mojatatu.com>
8409 L:      netdev@vger.kernel.org
8410 S:      Maintained
8411 F:      include/net/pkt_cls.h
8412 F:      include/uapi/linux/pkt_cls.h
8413 F:      net/sched/
8415 TCP LOW PRIORITY MODULE
8416 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
8417 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
8418 W:      http://tcp-lp-mod.sourceforge.net/
8419 S:      Maintained
8420 F:      net/ipv4/tcp_lp.c
8422 TDA10071 MEDIA DRIVER
8423 M:      Antti Palosaari <crope@iki.fi>
8424 L:      linux-media@vger.kernel.org
8425 W:      http://linuxtv.org/
8426 W:      http://palosaari.fi/linux/
8427 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8428 T:      git git://linuxtv.org/anttip/media_tree.git
8429 S:      Maintained
8430 F:      drivers/media/dvb-frontends/tda10071*
8432 TDA18212 MEDIA DRIVER
8433 M:      Antti Palosaari <crope@iki.fi>
8434 L:      linux-media@vger.kernel.org
8435 W:      http://linuxtv.org/
8436 W:      http://palosaari.fi/linux/
8437 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8438 T:      git git://linuxtv.org/anttip/media_tree.git
8439 S:      Maintained
8440 F:      drivers/media/tuners/tda18212*
8442 TDA18218 MEDIA DRIVER
8443 M:      Antti Palosaari <crope@iki.fi>
8444 L:      linux-media@vger.kernel.org
8445 W:      http://linuxtv.org/
8446 W:      http://palosaari.fi/linux/
8447 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8448 T:      git git://linuxtv.org/anttip/media_tree.git
8449 S:      Maintained
8450 F:      drivers/media/tuners/tda18218*
8452 TDA18271 MEDIA DRIVER
8453 M:      Michael Krufky <mkrufky@linuxtv.org>
8454 L:      linux-media@vger.kernel.org
8455 W:      http://linuxtv.org/
8456 W:      http://github.com/mkrufky
8457 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8458 T:      git git://linuxtv.org/mkrufky/tuners.git
8459 S:      Maintained
8460 F:      drivers/media/tuners/tda18271*
8462 TDA827x MEDIA DRIVER
8463 M:      Michael Krufky <mkrufky@linuxtv.org>
8464 L:      linux-media@vger.kernel.org
8465 W:      http://linuxtv.org/
8466 W:      http://github.com/mkrufky
8467 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8468 T:      git git://linuxtv.org/mkrufky/tuners.git
8469 S:      Maintained
8470 F:      drivers/media/tuners/tda8290.*
8472 TDA8290 MEDIA DRIVER
8473 M:      Michael Krufky <mkrufky@linuxtv.org>
8474 L:      linux-media@vger.kernel.org
8475 W:      http://linuxtv.org/
8476 W:      http://github.com/mkrufky
8477 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8478 T:      git git://linuxtv.org/mkrufky/tuners.git
8479 S:      Maintained
8480 F:      drivers/media/tuners/tda8290.*
8482 TDA9840 MEDIA DRIVER
8483 M:      Hans Verkuil <hverkuil@xs4all.nl>
8484 L:      linux-media@vger.kernel.org
8485 T:      git git://linuxtv.org/media_tree.git
8486 W:      http://linuxtv.org
8487 S:      Maintained
8488 F:      drivers/media/i2c/tda9840*
8490 TEA5761 TUNER DRIVER
8491 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8492 L:      linux-media@vger.kernel.org
8493 W:      http://linuxtv.org
8494 T:      git git://linuxtv.org/media_tree.git
8495 S:      Odd fixes
8496 F:      drivers/media/tuners/tea5761.*
8498 TEA5767 TUNER DRIVER
8499 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8500 L:      linux-media@vger.kernel.org
8501 W:      http://linuxtv.org
8502 T:      git git://linuxtv.org/media_tree.git
8503 S:      Maintained
8504 F:      drivers/media/tuners/tea5767.*
8506 TEA6415C MEDIA DRIVER
8507 M:      Hans Verkuil <hverkuil@xs4all.nl>
8508 L:      linux-media@vger.kernel.org
8509 T:      git git://linuxtv.org/media_tree.git
8510 W:      http://linuxtv.org
8511 S:      Maintained
8512 F:      drivers/media/i2c/tea6415c*
8514 TEA6420 MEDIA DRIVER
8515 M:      Hans Verkuil <hverkuil@xs4all.nl>
8516 L:      linux-media@vger.kernel.org
8517 T:      git git://linuxtv.org/media_tree.git
8518 W:      http://linuxtv.org
8519 S:      Maintained
8520 F:      drivers/media/i2c/tea6420*
8522 TEAM DRIVER
8523 M:      Jiri Pirko <jiri@resnulli.us>
8524 L:      netdev@vger.kernel.org
8525 S:      Supported
8526 F:      drivers/net/team/
8527 F:      include/linux/if_team.h
8528 F:      include/uapi/linux/if_team.h
8530 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
8531 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
8532 S:      Maintained
8533 F:      arch/x86/platform/ts5500/
8535 TECHNOTREND USB IR RECEIVER
8536 M:      Sean Young <sean@mess.org>
8537 L:      linux-media@vger.kernel.org
8538 S:      Maintained
8539 F:      drivers/media/rc/ttusbir.c
8541 TEGRA ARCHITECTURE SUPPORT
8542 M:      Stephen Warren <swarren@wwwdotorg.org>
8543 M:      Thierry Reding <thierry.reding@gmail.com>
8544 L:      linux-tegra@vger.kernel.org
8545 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
8546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
8547 S:      Supported
8548 N:      [^a-z]tegra
8550 TEGRA ASOC DRIVER
8551 M:      Stephen Warren <swarren@wwwdotorg.org>
8552 S:      Supported
8553 F:      sound/soc/tegra/
8555 TEGRA CLOCK DRIVER
8556 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
8557 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
8558 S:      Supported
8559 F:      drivers/clk/tegra/
8561 TEGRA DMA DRIVER
8562 M:      Laxman Dewangan <ldewangan@nvidia.com>
8563 S:      Supported
8564 F:      drivers/dma/tegra20-apb-dma.c
8566 TEGRA GPIO DRIVER
8567 M:      Stephen Warren <swarren@wwwdotorg.org>
8568 S:      Supported
8569 F:      drivers/gpio/gpio-tegra.c
8571 TEGRA I2C DRIVER
8572 M:      Laxman Dewangan <ldewangan@nvidia.com>
8573 S:      Supported
8574 F:      drivers/i2c/busses/i2c-tegra.c
8576 TEGRA IOMMU DRIVERS
8577 M:      Hiroshi Doyu <hdoyu@nvidia.com>
8578 S:      Supported
8579 F:      drivers/iommu/tegra*
8581 TEGRA KBC DRIVER
8582 M:      Rakesh Iyer <riyer@nvidia.com>
8583 M:      Laxman Dewangan <ldewangan@nvidia.com>
8584 S:      Supported
8585 F:      drivers/input/keyboard/tegra-kbc.c
8587 TEGRA PINCTRL DRIVER
8588 M:      Stephen Warren <swarren@wwwdotorg.org>
8589 S:      Supported
8590 F:      drivers/pinctrl/pinctrl-tegra*
8592 TEGRA PWM DRIVER
8593 M:      Thierry Reding <thierry.reding@gmail.com>
8594 S:      Supported
8595 F:      drivers/pwm/pwm-tegra.c
8597 TEGRA SERIAL DRIVER
8598 M:      Laxman Dewangan <ldewangan@nvidia.com>
8599 S:      Supported
8600 F:      drivers/tty/serial/serial-tegra.c
8602 TEGRA SPI DRIVER
8603 M:      Laxman Dewangan <ldewangan@nvidia.com>
8604 S:      Supported
8605 F:      drivers/spi/spi-tegra*
8607 TEHUTI ETHERNET DRIVER
8608 M:      Andy Gospodarek <andy@greyhouse.net>
8609 L:      netdev@vger.kernel.org
8610 S:      Supported
8611 F:      drivers/net/ethernet/tehuti/*
8613 Telecom Clock Driver for MCPL0010
8614 M:      Mark Gross <mark.gross@intel.com>
8615 S:      Supported
8616 F:      drivers/char/tlclk.c
8618 TENSILICA XTENSA PORT (xtensa)
8619 M:      Chris Zankel <chris@zankel.net>
8620 M:      Max Filippov <jcmvbkbc@gmail.com>
8621 L:      linux-xtensa@linux-xtensa.org
8622 S:      Maintained
8623 F:      arch/xtensa/
8625 THERMAL
8626 M:      Zhang Rui <rui.zhang@intel.com>
8627 M:      Eduardo Valentin <eduardo.valentin@ti.com>
8628 L:      linux-pm@vger.kernel.org
8629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
8630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
8631 Q:      https://patchwork.kernel.org/project/linux-pm/list/
8632 S:      Supported
8633 F:      drivers/thermal/
8634 F:      include/linux/thermal.h
8635 F:      include/linux/cpu_cooling.h
8636 F:      Documentation/devicetree/bindings/thermal/
8638 THINGM BLINK(1) USB RGB LED DRIVER
8639 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8640 S:      Maintained
8641 F:      drivers/hid/hid-thingm.c
8643 THINKPAD ACPI EXTRAS DRIVER
8644 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
8645 L:      ibm-acpi-devel@lists.sourceforge.net
8646 L:      platform-driver-x86@vger.kernel.org
8647 W:      http://ibm-acpi.sourceforge.net
8648 W:      http://thinkwiki.org/wiki/Ibm-acpi
8649 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
8650 S:      Maintained
8651 F:      drivers/platform/x86/thinkpad_acpi.c
8653 TI BANDGAP AND THERMAL DRIVER
8654 M:      Eduardo Valentin <eduardo.valentin@ti.com>
8655 L:      linux-pm@vger.kernel.org
8656 S:      Supported
8657 F:      drivers/thermal/ti-soc-thermal/
8659 TI FLASH MEDIA INTERFACE DRIVER
8660 M:      Alex Dubov <oakad@yahoo.com>
8661 S:      Maintained
8662 F:      drivers/misc/tifm*
8663 F:      drivers/mmc/host/tifm_sd.c
8664 F:      include/linux/tifm.h
8666 TI LM49xxx FAMILY ASoC CODEC DRIVERS
8667 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
8668 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
8669 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8670 S:      Maintained
8671 F:      sound/soc/codecs/lm49453*
8672 F:      sound/soc/codecs/isabelle*
8674 TI LP855x BACKLIGHT DRIVER
8675 M:      Milo Kim <milo.kim@ti.com>
8676 S:      Maintained
8677 F:      Documentation/backlight/lp855x-driver.txt
8678 F:      drivers/video/backlight/lp855x_bl.c
8679 F:      include/linux/platform_data/lp855x.h
8681 TI LP8727 CHARGER DRIVER
8682 M:      Milo Kim <milo.kim@ti.com>
8683 S:      Maintained
8684 F:      drivers/power/lp8727_charger.c
8685 F:      include/linux/platform_data/lp8727.h
8687 TI LP8788 MFD DRIVER
8688 M:      Milo Kim <milo.kim@ti.com>
8689 S:      Maintained
8690 F:      drivers/iio/adc/lp8788_adc.c
8691 F:      drivers/leds/leds-lp8788.c
8692 F:      drivers/mfd/lp8788*.c
8693 F:      drivers/power/lp8788-charger.c
8694 F:      drivers/regulator/lp8788-*.c
8695 F:      include/linux/mfd/lp8788*.h
8697 TI TWL4030 SERIES SOC CODEC DRIVER
8698 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8699 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8700 S:      Maintained
8701 F:      sound/soc/codecs/twl4030*
8703 TI WILINK WIRELESS DRIVERS
8704 L:      linux-wireless@vger.kernel.org
8705 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
8706 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
8707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
8708 S:      Orphan
8709 F:      drivers/net/wireless/ti/
8710 F:      include/linux/wl12xx.h
8712 TIPC NETWORK LAYER
8713 M:      Jon Maloy <jon.maloy@ericsson.com>
8714 M:      Allan Stephens <allan.stephens@windriver.com>
8715 L:      netdev@vger.kernel.org (core kernel code)
8716 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
8717 W:      http://tipc.sourceforge.net/
8718 S:      Maintained
8719 F:      include/uapi/linux/tipc*.h
8720 F:      net/tipc/
8722 TILE ARCHITECTURE
8723 M:      Chris Metcalf <cmetcalf@tilera.com>
8724 W:      http://www.tilera.com/scm/
8725 S:      Supported
8726 F:      arch/tile/
8727 F:      drivers/char/tile-srom.c
8728 F:      drivers/edac/tile_edac.c
8729 F:      drivers/net/ethernet/tile/
8730 F:      drivers/rtc/rtc-tile.c
8731 F:      drivers/tty/hvc/hvc_tile.c
8732 F:      drivers/tty/serial/tilegx.c
8733 F:      drivers/usb/host/*-tilegx.c
8734 F:      include/linux/usb/tilegx.h
8736 TLAN NETWORK DRIVER
8737 M:      Samuel Chessman <chessman@tux.org>
8738 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
8739 W:      http://sourceforge.net/projects/tlan/
8740 S:      Maintained
8741 F:      Documentation/networking/tlan.txt
8742 F:      drivers/net/ethernet/ti/tlan.*
8744 TOMOYO SECURITY MODULE
8745 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
8746 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
8747 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
8748 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
8749 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
8750 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
8751 W:      http://tomoyo.sourceforge.jp/
8752 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
8753 S:      Maintained
8754 F:      security/tomoyo/
8756 TOPSTAR LAPTOP EXTRAS DRIVER
8757 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8758 L:      platform-driver-x86@vger.kernel.org
8759 S:      Maintained
8760 F:      drivers/platform/x86/topstar-laptop.c
8762 TOSHIBA ACPI EXTRAS DRIVER
8763 L:      platform-driver-x86@vger.kernel.org
8764 S:      Orphan
8765 F:      drivers/platform/x86/toshiba_acpi.c
8767 TOSHIBA SMM DRIVER
8768 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
8769 L:      tlinux-users@tce.toshiba-dme.co.jp
8770 W:      http://www.buzzard.org.uk/toshiba/
8771 S:      Maintained
8772 F:      drivers/char/toshiba.c
8773 F:      include/linux/toshiba.h
8774 F:      include/uapi/linux/toshiba.h
8776 TMIO MMC DRIVER
8777 M:      Ian Molton <ian@mnementh.co.uk>
8778 L:      linux-mmc@vger.kernel.org
8779 S:      Maintained
8780 F:      drivers/mmc/host/tmio_mmc*
8781 F:      drivers/mmc/host/sh_mobile_sdhi.c
8782 F:      include/linux/mmc/tmio.h
8783 F:      include/linux/mmc/sh_mobile_sdhi.h
8785 TMP401 HARDWARE MONITOR DRIVER
8786 M:      Guenter Roeck <linux@roeck-us.net>
8787 L:      lm-sensors@lm-sensors.org
8788 S:      Maintained
8789 F:      Documentation/hwmon/tmp401
8790 F:      drivers/hwmon/tmp401.c
8792 TMPFS (SHMEM FILESYSTEM)
8793 M:      Hugh Dickins <hughd@google.com>
8794 L:      linux-mm@kvack.org
8795 S:      Maintained
8796 F:      include/linux/shmem_fs.h
8797 F:      mm/shmem.c
8799 TM6000 VIDEO4LINUX DRIVER
8800 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8801 L:      linux-media@vger.kernel.org
8802 W:      http://linuxtv.org
8803 T:      git git://linuxtv.org/media_tree.git
8804 S:      Odd fixes
8805 F:      drivers/media/usb/tm6000/
8807 TPM DEVICE DRIVER
8808 M:      Peter Huewe <peterhuewe@gmx.de>
8809 M:      Ashley Lai <ashley@ashleylai.com>
8810 M:      Marcel Selhorst <tpmdd@selhorst.net>
8811 W:      http://tpmdd.sourceforge.net
8812 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
8813 S:      Maintained
8814 F:      drivers/char/tpm/
8816 TRACING
8817 M:      Steven Rostedt <rostedt@goodmis.org>
8818 M:      Frederic Weisbecker <fweisbec@gmail.com>
8819 M:      Ingo Molnar <mingo@redhat.com>
8820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8821 S:      Maintained
8822 F:      Documentation/trace/ftrace.txt
8823 F:      arch/*/*/*/ftrace.h
8824 F:      arch/*/kernel/ftrace.c
8825 F:      include/*/ftrace.h
8826 F:      include/linux/trace*.h
8827 F:      include/trace/
8828 F:      kernel/trace/
8830 TRIVIAL PATCHES
8831 M:      Jiri Kosina <trivial@kernel.org>
8832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
8833 S:      Maintained
8834 K:      ^Subject:.*(?i)trivial
8836 TTY LAYER
8837 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8838 M:      Jiri Slaby <jslaby@suse.cz>
8839 S:      Supported
8840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
8841 F:      drivers/tty/
8842 F:      drivers/tty/serial/serial_core.c
8843 F:      include/linux/serial_core.h
8844 F:      include/linux/serial.h
8845 F:      include/linux/tty.h
8846 F:      include/uapi/linux/serial_core.h
8847 F:      include/uapi/linux/serial.h
8848 F:      include/uapi/linux/tty.h
8850 TUA9001 MEDIA DRIVER
8851 M:      Antti Palosaari <crope@iki.fi>
8852 L:      linux-media@vger.kernel.org
8853 W:      http://linuxtv.org/
8854 W:      http://palosaari.fi/linux/
8855 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8856 T:      git git://linuxtv.org/anttip/media_tree.git
8857 S:      Maintained
8858 F:      drivers/media/tuners/tua9001*
8860 TULIP NETWORK DRIVERS
8861 M:      Grant Grundler <grundler@parisc-linux.org>
8862 L:      netdev@vger.kernel.org
8863 S:      Maintained
8864 F:      drivers/net/ethernet/dec/tulip/
8866 TUN/TAP driver
8867 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
8868 W:      http://vtun.sourceforge.net/tun
8869 S:      Maintained
8870 F:      Documentation/networking/tuntap.txt
8871 F:      arch/um/os-Linux/drivers/
8873 TURBOCHANNEL SUBSYSTEM
8874 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
8875 S:      Maintained
8876 F:      drivers/tc/
8877 F:      include/linux/tc.h
8879 U14-34F SCSI DRIVER
8880 M:      Dario Ballabio <ballabio_dario@emc.com>
8881 L:      linux-scsi@vger.kernel.org
8882 S:      Maintained
8883 F:      drivers/scsi/u14-34f.c
8885 UBI FILE SYSTEM (UBIFS)
8886 M:      Artem Bityutskiy <dedekind1@gmail.com>
8887 M:      Adrian Hunter <adrian.hunter@intel.com>
8888 L:      linux-mtd@lists.infradead.org
8889 T:      git git://git.infradead.org/ubifs-2.6.git
8890 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
8891 S:      Maintained
8892 F:      Documentation/filesystems/ubifs.txt
8893 F:      fs/ubifs/
8895 UCLINUX (AND M68KNOMMU)
8896 M:      Greg Ungerer <gerg@uclinux.org>
8897 W:      http://www.uclinux.org/
8898 L:      uclinux-dev@uclinux.org  (subscribers-only)
8899 S:      Maintained
8900 F:      arch/m68k/*/*_no.*
8901 F:      arch/m68k/include/asm/*_no.*
8903 UDF FILESYSTEM
8904 M:      Jan Kara <jack@suse.cz>
8905 S:      Maintained
8906 F:      Documentation/filesystems/udf.txt
8907 F:      fs/udf/
8909 UFS FILESYSTEM
8910 M:      Evgeniy Dushistov <dushistov@mail.ru>
8911 S:      Maintained
8912 F:      Documentation/filesystems/ufs.txt
8913 F:      fs/ufs/
8915 UHID USERSPACE HID IO DRIVER:
8916 M:      David Herrmann <dh.herrmann@googlemail.com>
8917 L:      linux-input@vger.kernel.org
8918 S:      Maintained
8919 F:      drivers/hid/uhid.c
8920 F:      include/uapi/linux/uhid.h
8922 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
8923 L:      linux-usb@vger.kernel.org
8924 S:      Orphan
8925 F:      drivers/uwb/
8926 F:      include/linux/uwb.h
8927 F:      include/linux/uwb/
8929 UNICORE32 ARCHITECTURE:
8930 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8931 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8932 S:      Maintained
8933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
8934 F:      arch/unicore32/
8936 UNIFDEF
8937 M:      Tony Finch <dot@dotat.at>
8938 W:      http://dotat.at/prog/unifdef
8939 S:      Maintained
8940 F:      scripts/unifdef.c
8942 UNIFORM CDROM DRIVER
8943 M:      Jens Axboe <axboe@kernel.dk>
8944 W:      http://www.kernel.dk
8945 S:      Maintained
8946 F:      Documentation/cdrom/
8947 F:      drivers/cdrom/cdrom.c
8948 F:      include/linux/cdrom.h
8949 F:      include/uapi/linux/cdrom.h
8951 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
8952 M:      Vinayak Holikatti <vinholikatti@gmail.com>
8953 M:      Santosh Y <santoshsy@gmail.com>
8954 L:      linux-scsi@vger.kernel.org
8955 S:      Supported
8956 F:      Documentation/scsi/ufs.txt
8957 F:      drivers/scsi/ufs/
8959 UNSORTED BLOCK IMAGES (UBI)
8960 M:      Artem Bityutskiy <dedekind1@gmail.com>
8961 W:      http://www.linux-mtd.infradead.org/
8962 L:      linux-mtd@lists.infradead.org
8963 T:      git git://git.infradead.org/ubi-2.6.git
8964 S:      Maintained
8965 F:      drivers/mtd/ubi/
8966 F:      include/linux/mtd/ubi.h
8967 F:      include/uapi/mtd/ubi-user.h
8969 UNSORTED BLOCK IMAGES (UBI) Fastmap
8970 M:      Richard Weinberger <richard@nod.at>
8971 L:      linux-mtd@lists.infradead.org
8972 S:      Maintained
8973 F:      drivers/mtd/ubi/fastmap.c
8975 USB ACM DRIVER
8976 M:      Oliver Neukum <oliver@neukum.org>
8977 L:      linux-usb@vger.kernel.org
8978 S:      Maintained
8979 F:      Documentation/usb/acm.txt
8980 F:      drivers/usb/class/cdc-acm.*
8982 USB AR5523 WIRELESS DRIVER
8983 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
8984 L:      linux-wireless@vger.kernel.org
8985 S:      Maintained
8986 F:      drivers/net/wireless/ath/ar5523/
8988 USB ATTACHED SCSI
8989 M:      Matthew Wilcox <willy@linux.intel.com>
8990 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
8991 M:      Gerd Hoffmann <kraxel@redhat.com>
8992 L:      linux-usb@vger.kernel.org
8993 L:      linux-scsi@vger.kernel.org
8994 S:      Maintained
8995 F:      drivers/usb/storage/uas.c
8997 USB CDC ETHERNET DRIVER
8998 M:      Oliver Neukum <oliver@neukum.org>
8999 L:      linux-usb@vger.kernel.org
9000 S:      Maintained
9001 F:      drivers/net/usb/cdc_*.c
9002 F:      include/uapi/linux/usb/cdc.h
9004 USB CYPRESS C67X00 DRIVER
9005 M:      Peter Korsgaard <jacmet@sunsite.dk>
9006 L:      linux-usb@vger.kernel.org
9007 S:      Maintained
9008 F:      drivers/usb/c67x00/
9010 USB DAVICOM DM9601 DRIVER
9011 M:      Peter Korsgaard <jacmet@sunsite.dk>
9012 L:      netdev@vger.kernel.org
9013 W:      http://www.linux-usb.org/usbnet
9014 S:      Maintained
9015 F:      drivers/net/usb/dm9601.c
9017 USB DIAMOND RIO500 DRIVER
9018 M:      Cesar Miquel <miquel@df.uba.ar>
9019 L:      rio500-users@lists.sourceforge.net
9020 W:      http://rio500.sourceforge.net
9021 S:      Maintained
9022 F:      drivers/usb/misc/rio500*
9024 USB EHCI DRIVER
9025 M:      Alan Stern <stern@rowland.harvard.edu>
9026 L:      linux-usb@vger.kernel.org
9027 S:      Maintained
9028 F:      Documentation/usb/ehci.txt
9029 F:      drivers/usb/host/ehci*
9031 USB GADGET/PERIPHERAL SUBSYSTEM
9032 M:      Felipe Balbi <balbi@ti.com>
9033 L:      linux-usb@vger.kernel.org
9034 W:      http://www.linux-usb.org/gadget
9035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9036 S:      Maintained
9037 F:      drivers/usb/gadget/
9038 F:      include/linux/usb/gadget*
9040 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9041 M:      Jiri Kosina <jkosina@suse.cz>
9042 L:      linux-usb@vger.kernel.org
9043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9044 S:      Maintained
9045 F:      Documentation/hid/hiddev.txt
9046 F:      drivers/hid/usbhid/
9048 USB/IP DRIVERS
9049 L:      linux-usb@vger.kernel.org
9050 S:      Orphan
9051 F:      drivers/staging/usbip/
9053 USB ISP116X DRIVER
9054 M:      Olav Kongas <ok@artecdesign.ee>
9055 L:      linux-usb@vger.kernel.org
9056 S:      Maintained
9057 F:      drivers/usb/host/isp116x*
9058 F:      include/linux/usb/isp116x.h
9060 USB KAWASAKI LSI DRIVER
9061 M:      Oliver Neukum <oliver@neukum.org>
9062 L:      linux-usb@vger.kernel.org
9063 S:      Maintained
9064 F:      drivers/usb/serial/kl5kusb105.*
9066 USB MASS STORAGE DRIVER
9067 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9068 L:      linux-usb@vger.kernel.org
9069 L:      usb-storage@lists.one-eyed-alien.net
9070 S:      Maintained
9071 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
9072 F:      drivers/usb/storage/
9074 USB MIDI DRIVER
9075 M:      Clemens Ladisch <clemens@ladisch.de>
9076 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9077 T:      git git://git.alsa-project.org/alsa-kernel.git
9078 S:      Maintained
9079 F:      sound/usb/midi.*
9081 USB NETWORKING DRIVERS
9082 L:      linux-usb@vger.kernel.org
9083 S:      Odd Fixes
9084 F:      drivers/net/usb/
9086 USB OHCI DRIVER
9087 M:      Alan Stern <stern@rowland.harvard.edu>
9088 L:      linux-usb@vger.kernel.org
9089 S:      Maintained
9090 F:      Documentation/usb/ohci.txt
9091 F:      drivers/usb/host/ohci*
9093 USB OPTION-CARD DRIVER
9094 M:      Matthias Urlichs <smurf@smurf.noris.de>
9095 L:      linux-usb@vger.kernel.org
9096 S:      Maintained
9097 F:      drivers/usb/serial/option.c
9099 USB PEGASUS DRIVER
9100 M:      Petko Manolov <petkan@nucleusys.com>
9101 L:      linux-usb@vger.kernel.org
9102 L:      netdev@vger.kernel.org
9103 T:      git git://github.com/petkan/pegasus.git
9104 W:      https://github.com/petkan/pegasus
9105 S:      Maintained
9106 F:      drivers/net/usb/pegasus.*
9108 USB PHY LAYER
9109 M:      Felipe Balbi <balbi@ti.com>
9110 L:      linux-usb@vger.kernel.org
9111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9112 S:      Maintained
9113 F:      drivers/usb/phy/
9115 USB PRINTER DRIVER (usblp)
9116 M:      Pete Zaitcev <zaitcev@redhat.com>
9117 L:      linux-usb@vger.kernel.org
9118 S:      Supported
9119 F:      drivers/usb/class/usblp.c
9121 USB RTL8150 DRIVER
9122 M:      Petko Manolov <petkan@nucleusys.com>
9123 L:      linux-usb@vger.kernel.org
9124 L:      netdev@vger.kernel.org
9125 T:      git git://github.com/petkan/rtl8150.git
9126 W:      https://github.com/petkan/rtl8150
9127 S:      Maintained
9128 F:      drivers/net/usb/rtl8150.c
9130 USB SERIAL SUBSYSTEM
9131 M:      Johan Hovold <jhovold@gmail.com>
9132 L:      linux-usb@vger.kernel.org
9133 S:      Maintained
9134 F:      Documentation/usb/usb-serial.txt
9135 F:      drivers/usb/serial/
9136 F:      include/linux/usb/serial.h
9138 USB SMSC75XX ETHERNET DRIVER
9139 M:      Steve Glendinning <steve.glendinning@shawell.net>
9140 L:      netdev@vger.kernel.org
9141 S:      Maintained
9142 F:      drivers/net/usb/smsc75xx.*
9144 USB SMSC95XX ETHERNET DRIVER
9145 M:      Steve Glendinning <steve.glendinning@shawell.net>
9146 L:      netdev@vger.kernel.org
9147 S:      Maintained
9148 F:      drivers/net/usb/smsc95xx.*
9150 USB SN9C1xx DRIVER
9151 M:      Luca Risolia <luca.risolia@studio.unibo.it>
9152 L:      linux-usb@vger.kernel.org
9153 L:      linux-media@vger.kernel.org
9154 T:      git git://linuxtv.org/media_tree.git
9155 W:      http://www.linux-projects.org
9156 S:      Maintained
9157 F:      Documentation/video4linux/sn9c102.txt
9158 F:      drivers/media/usb/sn9c102/
9160 USB SUBSYSTEM
9161 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9162 L:      linux-usb@vger.kernel.org
9163 W:      http://www.linux-usb.org
9164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
9165 S:      Supported
9166 F:      Documentation/usb/
9167 F:      drivers/usb/
9168 F:      include/linux/usb.h
9169 F:      include/linux/usb/
9171 USB UHCI DRIVER
9172 M:      Alan Stern <stern@rowland.harvard.edu>
9173 L:      linux-usb@vger.kernel.org
9174 S:      Maintained
9175 F:      drivers/usb/host/uhci*
9177 USB "USBNET" DRIVER FRAMEWORK
9178 M:      Oliver Neukum <oneukum@suse.de>
9179 L:      netdev@vger.kernel.org
9180 W:      http://www.linux-usb.org/usbnet
9181 S:      Maintained
9182 F:      drivers/net/usb/usbnet.c
9183 F:      include/linux/usb/usbnet.h
9185 USB VIDEO CLASS
9186 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9187 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
9188 L:      linux-media@vger.kernel.org
9189 T:      git git://linuxtv.org/media_tree.git
9190 W:      http://www.ideasonboard.org/uvc/
9191 S:      Maintained
9192 F:      drivers/media/usb/uvc/
9193 F:      include/uapi/linux/uvcvideo.h
9195 USB VISION DRIVER
9196 M:      Hans Verkuil <hverkuil@xs4all.nl>
9197 L:      linux-media@vger.kernel.org
9198 T:      git git://linuxtv.org/media_tree.git
9199 W:      http://linuxtv.org
9200 S:      Odd Fixes
9201 F:      drivers/media/usb/usbvision/
9203 USB WEBCAM GADGET
9204 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9205 L:      linux-usb@vger.kernel.org
9206 S:      Maintained
9207 F:      drivers/usb/gadget/*uvc*.c
9208 F:      drivers/usb/gadget/webcam.c
9210 USB WIRELESS RNDIS DRIVER (rndis_wlan)
9211 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
9212 L:      linux-wireless@vger.kernel.org
9213 S:      Maintained
9214 F:      drivers/net/wireless/rndis_wlan.c
9216 USB XHCI DRIVER
9217 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
9218 L:      linux-usb@vger.kernel.org
9219 S:      Supported
9220 F:      drivers/usb/host/xhci*
9221 F:      drivers/usb/host/pci-quirks*
9223 USB ZD1201 DRIVER
9224 L:      linux-wireless@vger.kernel.org
9225 W:      http://linux-lc100020.sourceforge.net
9226 S:      Orphan
9227 F:      drivers/net/wireless/zd1201.*
9229 USB ZR364XX DRIVER
9230 M:      Antoine Jacquet <royale@zerezo.com>
9231 L:      linux-usb@vger.kernel.org
9232 L:      linux-media@vger.kernel.org
9233 T:      git git://linuxtv.org/media_tree.git
9234 W:      http://royale.zerezo.com/zr364xx/
9235 S:      Maintained
9236 F:      Documentation/video4linux/zr364xx.txt
9237 F:      drivers/media/usb/zr364xx/
9239 USER-MODE LINUX (UML)
9240 M:      Jeff Dike <jdike@addtoit.com>
9241 M:      Richard Weinberger <richard@nod.at>
9242 L:      user-mode-linux-devel@lists.sourceforge.net
9243 L:      user-mode-linux-user@lists.sourceforge.net
9244 W:      http://user-mode-linux.sourceforge.net
9245 S:      Maintained
9246 F:      Documentation/virtual/uml/
9247 F:      arch/um/
9248 F:      arch/x86/um/
9249 F:      fs/hostfs/
9250 F:      fs/hppfs/
9252 USERSPACE I/O (UIO)
9253 M:      "Hans J. Koch" <hjk@hansjkoch.de>
9254 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9255 S:      Maintained
9256 F:      Documentation/DocBook/uio-howto.tmpl
9257 F:      drivers/uio/
9258 F:      include/linux/uio*.h
9260 UTIL-LINUX PACKAGE
9261 M:      Karel Zak <kzak@redhat.com>
9262 L:      util-linux@vger.kernel.org
9263 W:      http://en.wikipedia.org/wiki/Util-linux
9264 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
9265 S:      Maintained
9267 UVESAFB DRIVER
9268 M:      Michal Januszewski <spock@gentoo.org>
9269 L:      linux-fbdev@vger.kernel.org
9270 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
9271 S:      Maintained
9272 F:      Documentation/fb/uvesafb.txt
9273 F:      drivers/video/uvesafb.*
9275 VFAT/FAT/MSDOS FILESYSTEM
9276 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
9277 S:      Maintained
9278 F:      Documentation/filesystems/vfat.txt
9279 F:      fs/fat/
9281 VFIO DRIVER
9282 M:      Alex Williamson <alex.williamson@redhat.com>
9283 L:      kvm@vger.kernel.org
9284 S:      Maintained
9285 F:      Documentation/vfio.txt
9286 F:      drivers/vfio/
9287 F:      include/linux/vfio.h
9288 F:      include/uapi/linux/vfio.h
9290 VIDEOBUF2 FRAMEWORK
9291 M:      Pawel Osciak <pawel@osciak.com>
9292 M:      Marek Szyprowski <m.szyprowski@samsung.com>
9293 M:      Kyungmin Park <kyungmin.park@samsung.com>
9294 L:      linux-media@vger.kernel.org
9295 S:      Maintained
9296 F:      drivers/media/v4l2-core/videobuf2-*
9297 F:      include/media/videobuf2-*
9299 VIRTIO CONSOLE DRIVER
9300 M:      Amit Shah <amit.shah@redhat.com>
9301 L:      virtio-dev@lists.oasis-open.org
9302 L:      virtualization@lists.linux-foundation.org
9303 S:      Maintained
9304 F:      drivers/char/virtio_console.c
9305 F:      include/linux/virtio_console.h
9306 F:      include/uapi/linux/virtio_console.h
9308 VIRTIO CORE, NET AND BLOCK DRIVERS
9309 M:      Rusty Russell <rusty@rustcorp.com.au>
9310 M:      "Michael S. Tsirkin" <mst@redhat.com>
9311 L:      virtio-dev@lists.oasis-open.org
9312 L:      virtualization@lists.linux-foundation.org
9313 S:      Maintained
9314 F:      drivers/virtio/
9315 F:      tools/virtio/
9316 F:      drivers/net/virtio_net.c
9317 F:      drivers/block/virtio_blk.c
9318 F:      include/linux/virtio_*.h
9319 F:      include/uapi/linux/virtio_*.h
9321 VIRTIO HOST (VHOST)
9322 M:      "Michael S. Tsirkin" <mst@redhat.com>
9323 L:      kvm@vger.kernel.org
9324 L:      virtio-dev@lists.oasis-open.org
9325 L:      virtualization@lists.linux-foundation.org
9326 L:      netdev@vger.kernel.org
9327 S:      Maintained
9328 F:      drivers/vhost/
9329 F:      include/uapi/linux/vhost.h
9331 VIA RHINE NETWORK DRIVER
9332 M:      Roger Luethi <rl@hellgate.ch>
9333 S:      Maintained
9334 F:      drivers/net/ethernet/via/via-rhine.c
9336 VIA SD/MMC CARD CONTROLLER DRIVER
9337 M:      Bruce Chang <brucechang@via.com.tw>
9338 M:      Harald Welte <HaraldWelte@viatech.com>
9339 S:      Maintained
9340 F:      drivers/mmc/host/via-sdmmc.c
9342 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
9343 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
9344 L:      linux-fbdev@vger.kernel.org
9345 S:      Maintained
9346 F:      include/linux/via-core.h
9347 F:      include/linux/via-gpio.h
9348 F:      include/linux/via_i2c.h
9349 F:      drivers/video/via/
9351 VIA VELOCITY NETWORK DRIVER
9352 M:      Francois Romieu <romieu@fr.zoreil.com>
9353 L:      netdev@vger.kernel.org
9354 S:      Maintained
9355 F:      drivers/net/ethernet/via/via-velocity.*
9357 VIVI VIRTUAL VIDEO DRIVER
9358 M:      Hans Verkuil <hverkuil@xs4all.nl>
9359 L:      linux-media@vger.kernel.org
9360 T:      git git://linuxtv.org/media_tree.git
9361 W:      http://linuxtv.org
9362 S:      Maintained
9363 F:      drivers/media/platform/vivi*
9365 VLAN (802.1Q)
9366 M:      Patrick McHardy <kaber@trash.net>
9367 L:      netdev@vger.kernel.org
9368 S:      Maintained
9369 F:      drivers/net/macvlan.c
9370 F:      include/linux/if_*vlan.h
9371 F:      net/8021q/
9373 VLYNQ BUS
9374 M:      Florian Fainelli <florian@openwrt.org>
9375 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
9376 S:      Maintained
9377 F:      drivers/vlynq/vlynq.c
9378 F:      include/linux/vlynq.h
9380 VME SUBSYSTEM
9381 M:      Martyn Welch <martyn.welch@ge.com>
9382 M:      Manohar Vanga <manohar.vanga@gmail.com>
9383 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9384 L:      devel@driverdev.osuosl.org
9385 S:      Maintained
9386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
9387 F:      Documentation/vme_api.txt
9388 F:      drivers/staging/vme/
9389 F:      drivers/vme/
9390 F:      include/linux/vme*
9392 VMWARE HYPERVISOR INTERFACE
9393 M:      Alok Kataria <akataria@vmware.com>
9394 L:      virtualization@lists.linux-foundation.org
9395 S:      Supported
9396 F:      arch/x86/kernel/cpu/vmware.c
9398 VMWARE VMXNET3 ETHERNET DRIVER
9399 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
9400 M:      "VMware, Inc." <pv-drivers@vmware.com>
9401 L:      netdev@vger.kernel.org
9402 S:      Maintained
9403 F:      drivers/net/vmxnet3/
9405 VMware PVSCSI driver
9406 M:      Arvind Kumar <arvindkumar@vmware.com>
9407 M:      VMware PV-Drivers <pv-drivers@vmware.com>
9408 L:      linux-scsi@vger.kernel.org
9409 S:      Maintained
9410 F:      drivers/scsi/vmw_pvscsi.c
9411 F:      drivers/scsi/vmw_pvscsi.h
9413 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
9414 M:      Liam Girdwood <lgirdwood@gmail.com>
9415 M:      Mark Brown <broonie@kernel.org>
9416 W:      http://opensource.wolfsonmicro.com/node/15
9417 W:      http://www.slimlogic.co.uk/?p=48
9418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
9419 S:      Supported
9420 F:      drivers/regulator/
9421 F:      include/linux/regulator/
9423 VT1211 HARDWARE MONITOR DRIVER
9424 M:      Juerg Haefliger <juergh@gmail.com>
9425 L:      lm-sensors@lm-sensors.org
9426 S:      Maintained
9427 F:      Documentation/hwmon/vt1211
9428 F:      drivers/hwmon/vt1211.c
9430 VT8231 HARDWARE MONITOR DRIVER
9431 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
9432 L:      lm-sensors@lm-sensors.org
9433 S:      Maintained
9434 F:      drivers/hwmon/vt8231.c
9436 VUB300 USB to SDIO/SD/MMC bridge chip
9437 M:      Tony Olech <tony.olech@elandigitalsystems.com>
9438 L:      linux-mmc@vger.kernel.org
9439 L:      linux-usb@vger.kernel.org
9440 S:      Supported
9441 F:      drivers/mmc/host/vub300.c
9443 W1 DALLAS'S 1-WIRE BUS
9444 M:      Evgeniy Polyakov <zbr@ioremap.net>
9445 S:      Maintained
9446 F:      Documentation/w1/
9447 F:      drivers/w1/
9449 W83791D HARDWARE MONITORING DRIVER
9450 M:      Marc Hulsman <m.hulsman@tudelft.nl>
9451 L:      lm-sensors@lm-sensors.org
9452 S:      Maintained
9453 F:      Documentation/hwmon/w83791d
9454 F:      drivers/hwmon/w83791d.c
9456 W83793 HARDWARE MONITORING DRIVER
9457 M:      Rudolf Marek <r.marek@assembler.cz>
9458 L:      lm-sensors@lm-sensors.org
9459 S:      Maintained
9460 F:      Documentation/hwmon/w83793
9461 F:      drivers/hwmon/w83793.c
9463 W83795 HARDWARE MONITORING DRIVER
9464 M:      Jean Delvare <jdelvare@suse.de>
9465 L:      lm-sensors@lm-sensors.org
9466 S:      Maintained
9467 F:      drivers/hwmon/w83795.c
9469 W83L51xD SD/MMC CARD INTERFACE DRIVER
9470 M:      Pierre Ossman <pierre@ossman.eu>
9471 S:      Maintained
9472 F:      drivers/mmc/host/wbsd.*
9474 WATCHDOG DEVICE DRIVERS
9475 M:      Wim Van Sebroeck <wim@iguana.be>
9476 L:      linux-watchdog@vger.kernel.org
9477 W:      http://www.linux-watchdog.org/
9478 T:      git git://www.linux-watchdog.org/linux-watchdog.git
9479 S:      Maintained
9480 F:      Documentation/watchdog/
9481 F:      drivers/watchdog/
9482 F:      include/linux/watchdog.h
9483 F:      include/uapi/linux/watchdog.h
9485 WD7000 SCSI DRIVER
9486 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
9487 L:      linux-scsi@vger.kernel.org
9488 S:      Maintained
9489 F:      drivers/scsi/wd7000.c
9491 WIIMOTE HID DRIVER
9492 M:      David Herrmann <dh.herrmann@googlemail.com>
9493 L:      linux-input@vger.kernel.org
9494 S:      Maintained
9495 F:      drivers/hid/hid-wiimote*
9497 WINBOND CIR DRIVER
9498 M:      David Härdeman <david@hardeman.nu>
9499 S:      Maintained
9500 F:      drivers/media/rc/winbond-cir.c
9502 WIMAX STACK
9503 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
9504 M:      linux-wimax@intel.com
9505 L:      wimax@linuxwimax.org
9506 S:      Supported
9507 W:      http://linuxwimax.org
9508 F:      Documentation/wimax/README.wimax
9509 F:      include/linux/wimax/debug.h
9510 F:      include/net/wimax.h
9511 F:      include/uapi/linux/wimax.h
9512 F:      net/wimax/
9514 WISTRON LAPTOP BUTTON DRIVER
9515 M:      Miloslav Trmac <mitr@volny.cz>
9516 S:      Maintained
9517 F:      drivers/input/misc/wistron_btns.c
9519 WL3501 WIRELESS PCMCIA CARD DRIVER
9520 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
9521 L:      linux-wireless@vger.kernel.org
9522 W:      http://oops.ghostprotocols.net:81/blog
9523 S:      Maintained
9524 F:      drivers/net/wireless/wl3501*
9526 WM97XX TOUCHSCREEN DRIVERS
9527 M:      Mark Brown <broonie@kernel.org>
9528 M:      Liam Girdwood <lrg@slimlogic.co.uk>
9529 L:      linux-input@vger.kernel.org
9530 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
9531 W:      http://opensource.wolfsonmicro.com/node/7
9532 S:      Supported
9533 F:      drivers/input/touchscreen/*wm97*
9534 F:      include/linux/wm97xx.h
9536 WOLFSON MICROELECTRONICS DRIVERS
9537 L:      patches@opensource.wolfsonmicro.com
9538 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
9539 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
9540 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
9541 S:      Supported
9542 F:      Documentation/hwmon/wm83??
9543 F:      arch/arm/mach-s3c64xx/mach-crag6410*
9544 F:      drivers/clk/clk-wm83*.c
9545 F:      drivers/extcon/extcon-arizona.c
9546 F:      drivers/leds/leds-wm83*.c
9547 F:      drivers/gpio/gpio-*wm*.c
9548 F:      drivers/gpio/gpio-arizona.c
9549 F:      drivers/hwmon/wm83??-hwmon.c
9550 F:      drivers/input/misc/wm831x-on.c
9551 F:      drivers/input/touchscreen/wm831x-ts.c
9552 F:      drivers/input/touchscreen/wm97*.c
9553 F:      drivers/mfd/arizona*
9554 F:      drivers/mfd/wm*.c
9555 F:      drivers/power/wm83*.c
9556 F:      drivers/rtc/rtc-wm83*.c
9557 F:      drivers/regulator/wm8*.c
9558 F:      drivers/video/backlight/wm83*_bl.c
9559 F:      drivers/watchdog/wm83*_wdt.c
9560 F:      include/linux/mfd/arizona/
9561 F:      include/linux/mfd/wm831x/
9562 F:      include/linux/mfd/wm8350/
9563 F:      include/linux/mfd/wm8400*
9564 F:      include/linux/wm97xx.h
9565 F:      include/sound/wm????.h
9566 F:      sound/soc/codecs/arizona.?
9567 F:      sound/soc/codecs/wm*
9569 WORKQUEUE
9570 M:      Tejun Heo <tj@kernel.org>
9571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
9572 S:      Maintained
9573 F:      include/linux/workqueue.h
9574 F:      kernel/workqueue.c
9575 F:      Documentation/workqueue.txt
9577 X.25 NETWORK LAYER
9578 M:      Andrew Hendry <andrew.hendry@gmail.com>
9579 L:      linux-x25@vger.kernel.org
9580 S:      Odd Fixes
9581 F:      Documentation/networking/x25*
9582 F:      include/net/x25*
9583 F:      net/x25/
9585 X86 ARCHITECTURE (32-BIT AND 64-BIT)
9586 M:      Thomas Gleixner <tglx@linutronix.de>
9587 M:      Ingo Molnar <mingo@redhat.com>
9588 M:      "H. Peter Anvin" <hpa@zytor.com>
9589 M:      x86@kernel.org
9590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
9591 S:      Maintained
9592 F:      Documentation/x86/
9593 F:      arch/x86/
9595 X86 PLATFORM DRIVERS
9596 M:      Matthew Garrett <matthew.garrett@nebula.com>
9597 L:      platform-driver-x86@vger.kernel.org
9598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
9599 S:      Maintained
9600 F:      drivers/platform/x86/
9602 X86 MCE INFRASTRUCTURE
9603 M:      Tony Luck <tony.luck@intel.com>
9604 M:      Borislav Petkov <bp@alien8.de>
9605 L:      linux-edac@vger.kernel.org
9606 S:      Maintained
9607 F:      arch/x86/kernel/cpu/mcheck/*
9609 XC2028/3028 TUNER DRIVER
9610 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
9611 L:      linux-media@vger.kernel.org
9612 W:      http://linuxtv.org
9613 T:      git git://linuxtv.org/media_tree.git
9614 S:      Maintained
9615 F:      drivers/media/tuners/tuner-xc2028.*
9617 XEN HYPERVISOR INTERFACE
9618 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9619 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
9620 M:      David Vrabel <david.vrabel@citrix.com>
9621 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
9623 S:      Supported
9624 F:      arch/x86/xen/
9625 F:      drivers/*/xen-*front.c
9626 F:      drivers/xen/
9627 F:      arch/x86/include/asm/xen/
9628 F:      include/xen/
9629 F:      include/uapi/xen/
9631 XEN HYPERVISOR ARM
9632 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
9633 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9634 S:      Supported
9635 F:      arch/arm/xen/
9636 F:      arch/arm/include/asm/xen/
9638 XEN HYPERVISOR ARM64
9639 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
9640 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9641 S:      Supported
9642 F:      arch/arm64/xen/
9643 F:      arch/arm64/include/asm/xen/
9645 XEN NETWORK BACKEND DRIVER
9646 M:      Ian Campbell <ian.campbell@citrix.com>
9647 M:      Wei Liu <wei.liu2@citrix.com>
9648 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9649 L:      netdev@vger.kernel.org
9650 S:      Supported
9651 F:      drivers/net/xen-netback/*
9653 XEN PCI SUBSYSTEM
9654 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9655 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9656 S:      Supported
9657 F:      arch/x86/pci/*xen*
9658 F:      drivers/pci/*xen*
9660 XEN SWIOTLB SUBSYSTEM
9661 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9662 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9663 S:      Supported
9664 F:      arch/x86/xen/*swiotlb*
9665 F:      drivers/xen/*swiotlb*
9667 XFS FILESYSTEM
9668 P:      Silicon Graphics Inc
9669 M:      Dave Chinner <david@fromorbit.com>
9670 M:      Ben Myers <bpm@sgi.com>
9671 M:      xfs@oss.sgi.com
9672 L:      xfs@oss.sgi.com
9673 W:      http://oss.sgi.com/projects/xfs
9674 T:      git git://oss.sgi.com/xfs/xfs.git
9675 S:      Supported
9676 F:      Documentation/filesystems/xfs.txt
9677 F:      fs/xfs/
9679 XILINX AXI ETHERNET DRIVER
9680 M:      Anirudha Sarangi <anirudh@xilinx.com>
9681 M:      John Linn <John.Linn@xilinx.com>
9682 S:      Maintained
9683 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
9685 XILINX SYSTEMACE DRIVER
9686 S:      Orphan
9687 F:      drivers/block/xsysace.c
9689 XILINX UARTLITE SERIAL DRIVER
9690 M:      Peter Korsgaard <jacmet@sunsite.dk>
9691 L:      linux-serial@vger.kernel.org
9692 S:      Maintained
9693 F:      drivers/tty/serial/uartlite.c
9695 YAM DRIVER FOR AX.25
9696 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
9697 L:      linux-hams@vger.kernel.org
9698 S:      Maintained
9699 F:      drivers/net/hamradio/yam*
9700 F:      include/linux/yam.h
9702 YEALINK PHONE DRIVER
9703 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
9704 L:      usbb2k-api-dev@nongnu.org
9705 S:      Maintained
9706 F:      Documentation/input/yealink.txt
9707 F:      drivers/input/misc/yealink.*
9709 Z8530 DRIVER FOR AX.25
9710 M:      Joerg Reuter <jreuter@yaina.de>
9711 W:      http://yaina.de/jreuter/
9712 W:      http://www.qsl.net/dl1bke/
9713 L:      linux-hams@vger.kernel.org
9714 S:      Maintained
9715 F:      Documentation/networking/z8530drv.txt
9716 F:      drivers/net/hamradio/*scc.c
9717 F:      drivers/net/hamradio/z8530.h
9719 ZBUD COMPRESSED PAGE ALLOCATOR
9720 M:      Seth Jennings <sjenning@linux.vnet.ibm.com>
9721 L:      linux-mm@kvack.org
9722 S:      Maintained
9723 F:      mm/zbud.c
9724 F:      include/linux/zbud.h
9726 ZD1211RW WIRELESS DRIVER
9727 M:      Daniel Drake <dsd@gentoo.org>
9728 M:      Ulrich Kunitz <kune@deine-taler.de>
9729 W:      http://zd1211.ath.cx/wiki/DriverRewrite
9730 L:      linux-wireless@vger.kernel.org
9731 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
9732 S:      Maintained
9733 F:      drivers/net/wireless/zd1211rw/
9735 ZR36067 VIDEO FOR LINUX DRIVER
9736 L:      mjpeg-users@lists.sourceforge.net
9737 L:      linux-media@vger.kernel.org
9738 W:      http://mjpeg.sourceforge.net/driver-zoran/
9739 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
9740 S:      Odd Fixes
9741 F:      drivers/media/pci/zoran/
9743 ZS DECSTATION Z85C30 SERIAL DRIVER
9744 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9745 S:      Maintained
9746 F:      drivers/tty/serial/zs.*
9748 ZSWAP COMPRESSED SWAP CACHING
9749 M:      Seth Jennings <sjenning@linux.vnet.ibm.com>
9750 L:      linux-mm@kvack.org
9751 S:      Maintained
9752 F:      mm/zswap.c
9754 THE REST
9755 M:      Linus Torvalds <torvalds@linux-foundation.org>
9756 L:      linux-kernel@vger.kernel.org
9757 Q:      http://patchwork.kernel.org/project/LKML/list/
9758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
9759 S:      Buried alive in reporters
9760 F:      *
9761 F:      */