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