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