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