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