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