]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - MAINTAINERS
MAINTAINERS: add entry for Maxim PMICs on Samsung boards
[mirror_ubuntu-artful-kernel.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 trivial style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the OSDL certificate of contribution and should include a
55 Signed-off-by: line. The current version of this "Developer's
56 Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
67 8. Happy hacking.
68
69 Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 Q: Patchwork web based patch tracking system site
78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
89 should be using that.
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
99 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
107 F: net/
108 X: net/ipv6/
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
111 patch or file. For instance:
112 K: of_get_profile
113 matches patches or files that contain "of_get_profile"
114 K: \b(printk|pr_(info|err))\b
115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
117 One regex pattern per line. Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L: netdev@vger.kernel.org
130 S: Maintained
131 F: Documentation/networking/vortex.txt
132 F: drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M: David Dillow <dave@thedillows.org>
136 L: netdev@vger.kernel.org
137 S: Maintained
138 F: drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M: Adam Radford <linuxraid@lsi.com>
142 L: linux-scsi@vger.kernel.org
143 W: http://www.lsi.com
144 S: Supported
145 F: drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L: linux-scsi@vger.kernel.org
150 S: Maintained
151 F: drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M: Alexander Aring <alex.aring@gmail.com>
155 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L: linux-bluetooth@vger.kernel.org
157 L: linux-wpan@vger.kernel.org
158 S: Maintained
159 F: net/6lowpan/
160 F: include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L: linux-hams@vger.kernel.org
165 S: Maintained
166 F: drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L: netdev@vger.kernel.org
171 S: Maintained
172 F: drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L: linux-serial@vger.kernel.org
177 W: http://serial.sourceforge.net
178 S: Maintained
179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F: drivers/tty/serial/8250*
181 F: include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L: netdev@vger.kernel.org
185 S: Orphan / Obsolete
186 F: drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M: Eric Van Hensbergen <ericvh@gmail.com>
190 M: Ron Minnich <rminnich@sandia.gov>
191 M: Latchesar Ionkov <lucho@ionkov.net>
192 L: v9fs-developer@lists.sourceforge.net
193 W: http://swik.net/v9fs
194 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S: Maintained
197 F: Documentation/filesystems/9p.txt
198 F: fs/9p/
199 F: net/9p/
200 F: include/net/9p/
201 F: include/uapi/linux/virtio_9p.h
202 F: include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M: Antti Palosaari <crope@iki.fi>
207 L: linux-media@vger.kernel.org
208 W: http://linuxtv.org/
209 W: http://palosaari.fi/linux/
210 Q: http://patchwork.linuxtv.org/project/linux-media/list/
211 T: git git://linuxtv.org/anttip/media_tree.git
212 S: Maintained
213 F: drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L: linux-scsi@vger.kernel.org
218 W: http://www.adaptec.com/
219 S: Supported
220 F: Documentation/scsi/aacraid.txt
221 F: drivers/scsi/aacraid/
222
223 ABI/API
224 L: linux-api@vger.kernel.org
225 F: Documentation/ABI/
226 F: include/linux/syscalls.h
227 F: include/uapi/
228 F: kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M: Hans de Goede <hdegoede@redhat.com>
232 L: lm-sensors@lm-sensors.org
233 S: Maintained
234 F: drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M: Alistair John Strachan <alistair@devzero.co.uk>
238 L: lm-sensors@lm-sensors.org
239 S: Maintained
240 F: drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M: Jes Sorensen <jes@trained-monkey.org>
244 L: linux-acenic@sunsite.dk
245 S: Maintained
246 F: drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M: Peter Feuerer <peter@piie.net>
250 L: platform-driver-x86@vger.kernel.org
251 W: http://piie.net/?section=acerhdf
252 S: Maintained
253 F: drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M: "Lee, Chun-Yi" <jlee@suse.com>
257 L: platform-driver-x86@vger.kernel.org
258 S: Maintained
259 F: drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M: Rafael J. Wysocki <rjw@rjwysocki.net>
263 M: Len Brown <lenb@kernel.org>
264 L: linux-acpi@vger.kernel.org
265 W: https://01.org/linux-acpi
266 Q: https://patchwork.kernel.org/project/linux-acpi/list/
267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S: Supported
269 F: drivers/acpi/
270 F: drivers/pnp/pnpacpi/
271 F: include/linux/acpi.h
272 F: include/acpi/
273 F: Documentation/acpi/
274 F: Documentation/ABI/testing/sysfs-bus-acpi
275 F: drivers/pci/*acpi*
276 F: drivers/pci/*/*acpi*
277 F: drivers/pci/*/*/*acpi*
278 F: tools/power/acpi/
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M: Robert Moore <robert.moore@intel.com>
282 M: Lv Zheng <lv.zheng@intel.com>
283 M: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L: linux-acpi@vger.kernel.org
285 L: devel@acpica.org
286 W: https://acpica.org/
287 W: https://github.com/acpica/acpica/
288 Q: https://patchwork.kernel.org/project/linux-acpi/list/
289 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S: Supported
291 F: drivers/acpi/acpica/
292 F: include/acpi/
293 F: tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M: Zhang Rui <rui.zhang@intel.com>
297 L: linux-acpi@vger.kernel.org
298 W: https://01.org/linux-acpi
299 S: Supported
300 F: drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M: Zhang Rui <rui.zhang@intel.com>
304 L: linux-acpi@vger.kernel.org
305 W: https://01.org/linux-acpi
306 S: Supported
307 F: drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M: Zhang Rui <rui.zhang@intel.com>
311 L: linux-acpi@vger.kernel.org
312 W: https://01.org/linux-acpi
313 S: Supported
314 F: drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L: platform-driver-x86@vger.kernel.org
318 S: Orphan
319 F: drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M: Thibaut Varene <T-Bone@parisc-linux.org>
323 W: http://wiki.parisc-linux.org/AD1889
324 L: linux-parisc@vger.kernel.org
325 S: Maintained
326 F: sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M: Michael Hennerich <michael.hennerich@analog.com>
330 W: http://wiki.analog.com/AD5254
331 W: http://ez.analog.com/community/linux-device-drivers
332 S: Supported
333 F: drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M: Michael Hennerich <michael.hennerich@analog.com>
337 W: http://wiki.analog.com/AD5398
338 W: http://ez.analog.com/community/linux-device-drivers
339 S: Supported
340 F: drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M: Michael Hennerich <michael.hennerich@analog.com>
344 W: http://wiki.analog.com/AD7142
345 W: http://ez.analog.com/community/linux-device-drivers
346 S: Supported
347 F: drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M: Michael Hennerich <michael.hennerich@analog.com>
351 W: http://wiki.analog.com/AD7877
352 W: http://ez.analog.com/community/linux-device-drivers
353 S: Supported
354 F: drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M: Michael Hennerich <michael.hennerich@analog.com>
358 W: http://wiki.analog.com/AD7879
359 W: http://ez.analog.com/community/linux-device-drivers
360 S: Supported
361 F: drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M: Jiri Kosina <jkosina@suse.cz>
365 S: Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M: Jean Delvare <jdelvare@suse.de>
369 L: lm-sensors@lm-sensors.org
370 S: Maintained
371 F: Documentation/hwmon/adm1025
372 F: drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M: Corentin Labbe <clabbe.montjoie@gmail.com>
376 L: lm-sensors@lm-sensors.org
377 S: Maintained
378 F: drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L: linux-wireless@vger.kernel.org
382 W: http://wireless.kernel.org/
383 S: Orphan
384 F: drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M: Sakari Ailus <sakari.ailus@iki.fi>
388 L: linux-media@vger.kernel.org
389 S: Maintained
390 F: drivers/media/i2c/adp1653.c
391 F: include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M: Michael Hennerich <michael.hennerich@analog.com>
395 W: http://wiki.analog.com/ADP5520
396 W: http://ez.analog.com/community/linux-device-drivers
397 S: Supported
398 F: drivers/mfd/adp5520.c
399 F: drivers/video/backlight/adp5520_bl.c
400 F: drivers/leds/leds-adp5520.c
401 F: drivers/gpio/gpio-adp5520.c
402 F: drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M: Michael Hennerich <michael.hennerich@analog.com>
406 W: http://wiki.analog.com/ADP5588
407 W: http://ez.analog.com/community/linux-device-drivers
408 S: Supported
409 F: drivers/input/keyboard/adp5588-keys.c
410 F: drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M: Michael Hennerich <michael.hennerich@analog.com>
414 W: http://wiki.analog.com/ADP8860
415 W: http://ez.analog.com/community/linux-device-drivers
416 S: Supported
417 F: drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M: Dirk Eibach <eibach@gdsys.de>
421 L: lm-sensors@lm-sensors.org
422 S: Maintained
423 F: Documentation/hwmon/ads1015
424 F: drivers/hwmon/ads1015.c
425 F: include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M: Colin Leroy <colin@colino.net>
429 S: Maintained
430 F: drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M: Jean Delvare <jdelvare@suse.de>
434 L: lm-sensors@lm-sensors.org
435 S: Maintained
436 F: Documentation/hwmon/adt7475
437 F: drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M: Michael Hennerich <michael.hennerich@analog.com>
441 W: http://wiki.analog.com/ADXL345
442 W: http://ez.analog.com/community/linux-device-drivers
443 S: Supported
444 F: drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M: Matthew Wilcox <matthew@wil.cx>
448 L: linux-scsi@vger.kernel.org
449 S: Maintained
450 F: Documentation/scsi/advansys.txt
451 F: drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M: Riccardo Facchetti <fizban@tin.it>
455 S: Maintained
456 F: sound/oss/aedsp16.c
457
458 AF9013 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/af9013*
467
468 AF9033 MEDIA DRIVER
469 M: Antti Palosaari <crope@iki.fi>
470 L: linux-media@vger.kernel.org
471 W: http://linuxtv.org/
472 W: http://palosaari.fi/linux/
473 Q: http://patchwork.linuxtv.org/project/linux-media/list/
474 T: git git://linuxtv.org/anttip/media_tree.git
475 S: Maintained
476 F: drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L: linux-fsdevel@vger.kernel.org
480 S: Orphan
481 F: Documentation/filesystems/affs.txt
482 F: fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M: David Howells <dhowells@redhat.com>
486 L: linux-afs@lists.infradead.org
487 S: Supported
488 F: fs/afs/
489 F: include/net/af_rxrpc.h
490 F: net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M: David Airlie <airlied@linux.ie>
494 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S: Maintained
496 F: drivers/char/agp/
497 F: include/linux/agp*
498 F: include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M: "Juergen E. Fischer" <fischer@norbit.de>
502 L: linux-scsi@vger.kernel.org
503 S: Maintained
504 F: drivers/scsi/aha152x*
505 F: drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M: Hannes Reinecke <hare@suse.de>
509 L: linux-scsi@vger.kernel.org
510 S: Maintained
511 F: drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M: Hans Verkuil <hverkuil@xs4all.nl>
515 L: linux-media@vger.kernel.org
516 T: git git://linuxtv.org/media_tree.git
517 W: http://linuxtv.org
518 S: Maintained
519 F: drivers/media/radio/radio-aimslab*
520
521 AIO
522 M: Benjamin LaHaise <bcrl@kvack.org>
523 L: linux-aio@kvack.org
524 S: Supported
525 F: fs/aio.c
526 F: include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M: Antti Palosaari <crope@iki.fi>
530 L: linux-media@vger.kernel.org
531 W: http://linuxtv.org/
532 W: http://palosaari.fi/linux/
533 Q: http://patchwork.linuxtv.org/project/linux-media/list/
534 T: git git://linuxtv.org/anttip/media_tree.git
535 S: Maintained
536 F: drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M: Duncan Sands <duncan.sands@free.fr>
540 L: linux-usb@vger.kernel.org
541 W: http://www.linux-usb.org/SpeedTouch/
542 S: Maintained
543 F: drivers/usb/atm/speedtch.c
544 F: drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M: Manuel Lauss <manuel.lauss@gmail.com>
548 S: Maintained
549 F: drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M: Rudolf Marek <r.marek@assembler.cz>
553 L: linux-i2c@vger.kernel.org
554 S: Maintained
555 F: Documentation/i2c/busses/i2c-ali1563
556 F: drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M: Richard Henderson <rth@twiddle.net>
560 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M: Matt Turner <mattst88@gmail.com>
562 S: Odd Fixes
563 L: linux-alpha@vger.kernel.org
564 F: arch/alpha/
565
566 ALTERA MAILBOX DRIVER
567 M: Ley Foon Tan <lftan@altera.com>
568 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
569 S: Maintained
570 F: drivers/mailbox/mailbox-altera.c
571
572 ALTERA TRIPLE SPEED ETHERNET DRIVER
573 M: Vince Bridgers <vbridger@opensource.altera.com>
574 L: netdev@vger.kernel.org
575 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
576 S: Maintained
577 F: drivers/net/ethernet/altera/
578
579 ALTERA UART/JTAG UART SERIAL DRIVERS
580 M: Tobias Klauser <tklauser@distanz.ch>
581 L: linux-serial@vger.kernel.org
582 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583 S: Maintained
584 F: drivers/tty/serial/altera_uart.c
585 F: drivers/tty/serial/altera_jtaguart.c
586 F: include/linux/altera_uart.h
587 F: include/linux/altera_jtaguart.h
588
589 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
590 M: Tom Lendacky <thomas.lendacky@amd.com>
591 L: linux-crypto@vger.kernel.org
592 S: Supported
593 F: drivers/crypto/ccp/
594 F: include/linux/ccp.h
595
596 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
597 M: Andreas Herrmann <herrmann.der.user@googlemail.com>
598 L: lm-sensors@lm-sensors.org
599 S: Maintained
600 F: Documentation/hwmon/fam15h_power
601 F: drivers/hwmon/fam15h_power.c
602
603 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
604 M: Thomas Dahlmann <dahlmann.thomas@arcor.de>
605 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
606 S: Supported
607 F: drivers/usb/gadget/udc/amd5536udc.*
608
609 AMD GEODE PROCESSOR/CHIPSET SUPPORT
610 P: Andres Salomon <dilinger@queued.net>
611 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
612 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
613 S: Supported
614 F: drivers/char/hw_random/geode-rng.c
615 F: drivers/crypto/geode*
616 F: drivers/video/fbdev/geode/
617 F: arch/x86/include/asm/geode.h
618
619 AMD IOMMU (AMD-VI)
620 M: Joerg Roedel <joro@8bytes.org>
621 L: iommu@lists.linux-foundation.org
622 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
623 S: Maintained
624 F: drivers/iommu/amd_iommu*.[ch]
625 F: include/linux/amd-iommu.h
626
627 AMD KFD
628 M: Oded Gabbay <oded.gabbay@amd.com>
629 L: dri-devel@lists.freedesktop.org
630 T: git git://people.freedesktop.org/~gabbayo/linux.git
631 S: Supported
632 F: drivers/gpu/drm/amd/amdkfd/
633 F: drivers/gpu/drm/radeon/radeon_kfd.c
634 F: drivers/gpu/drm/radeon/radeon_kfd.h
635 F: include/uapi/linux/kfd_ioctl.h
636
637 AMD MICROCODE UPDATE SUPPORT
638 M: Andreas Herrmann <herrmann.der.user@googlemail.com>
639 L: amd64-microcode@amd64.org
640 S: Maintained
641 F: arch/x86/kernel/cpu/microcode/amd*
642
643 AMD XGBE DRIVER
644 M: Tom Lendacky <thomas.lendacky@amd.com>
645 L: netdev@vger.kernel.org
646 S: Supported
647 F: drivers/net/ethernet/amd/xgbe/
648 F: drivers/net/phy/amd-xgbe-phy.c
649
650 AMS (Apple Motion Sensor) DRIVER
651 M: Michael Hanselmann <linux-kernel@hansmi.ch>
652 S: Supported
653 F: drivers/macintosh/ams/
654
655 AMSO1100 RNIC DRIVER
656 M: Tom Tucker <tom@opengridcomputing.com>
657 M: Steve Wise <swise@opengridcomputing.com>
658 L: linux-rdma@vger.kernel.org
659 S: Maintained
660 F: drivers/infiniband/hw/amso1100/
661
662 ANALOG DEVICES INC AD9389B DRIVER
663 M: Hans Verkuil <hans.verkuil@cisco.com>
664 L: linux-media@vger.kernel.org
665 S: Maintained
666 F: drivers/media/i2c/ad9389b*
667
668 ANALOG DEVICES INC ADV7180 DRIVER
669 M: Lars-Peter Clausen <lars@metafoo.de>
670 L: linux-media@vger.kernel.org
671 W: http://ez.analog.com/community/linux-device-drivers
672 S: Supported
673 F: drivers/media/i2c/adv7180.c
674
675 ANALOG DEVICES INC ADV7511 DRIVER
676 M: Hans Verkuil <hans.verkuil@cisco.com>
677 L: linux-media@vger.kernel.org
678 S: Maintained
679 F: drivers/media/i2c/adv7511*
680
681 ANALOG DEVICES INC ADV7604 DRIVER
682 M: Hans Verkuil <hans.verkuil@cisco.com>
683 L: linux-media@vger.kernel.org
684 S: Maintained
685 F: drivers/media/i2c/adv7604*
686
687 ANALOG DEVICES INC ADV7842 DRIVER
688 M: Hans Verkuil <hans.verkuil@cisco.com>
689 L: linux-media@vger.kernel.org
690 S: Maintained
691 F: drivers/media/i2c/adv7842*
692
693 ANALOG DEVICES INC ASOC CODEC DRIVERS
694 M: Lars-Peter Clausen <lars@metafoo.de>
695 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
696 W: http://wiki.analog.com/
697 W: http://ez.analog.com/community/linux-device-drivers
698 S: Supported
699 F: sound/soc/codecs/adau*
700 F: sound/soc/codecs/adav*
701 F: sound/soc/codecs/ad1*
702 F: sound/soc/codecs/ad7*
703 F: sound/soc/codecs/ssm*
704 F: sound/soc/codecs/sigmadsp.*
705
706 ANALOG DEVICES INC ASOC DRIVERS
707 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
708 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
709 W: http://blackfin.uclinux.org/
710 S: Supported
711 F: sound/soc/blackfin/*
712
713 ANALOG DEVICES INC IIO DRIVERS
714 M: Lars-Peter Clausen <lars@metafoo.de>
715 M: Michael Hennerich <Michael.Hennerich@analog.com>
716 W: http://wiki.analog.com/
717 W: http://ez.analog.com/community/linux-device-drivers
718 S: Supported
719 F: drivers/iio/*/ad*
720 X: drivers/iio/*/adjd*
721 F: drivers/staging/iio/*/ad*
722 F: staging/iio/trigger/iio-trig-bfin-timer.c
723
724 ANDROID DRIVERS
725 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
726 M: Arve HjønnevĂ¥g <arve@android.com>
727 M: Riley Andrews <riandrews@android.com>
728 T: git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
729 L: devel@driverdev.osuosl.org
730 S: Supported
731 F: drivers/android/
732 F: drivers/staging/android/
733
734 AOA (Apple Onboard Audio) ALSA DRIVER
735 M: Johannes Berg <johannes@sipsolutions.net>
736 L: linuxppc-dev@lists.ozlabs.org
737 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
738 S: Maintained
739 F: sound/aoa/
740
741 APM DRIVER
742 M: Jiri Kosina <jkosina@suse.cz>
743 S: Odd fixes
744 F: arch/x86/kernel/apm_32.c
745 F: include/linux/apm_bios.h
746 F: include/uapi/linux/apm_bios.h
747 F: drivers/char/apm-emulation.c
748
749 APPLE BCM5974 MULTITOUCH DRIVER
750 M: Henrik Rydberg <rydberg@bitmath.org>
751 L: linux-input@vger.kernel.org
752 S: Odd fixes
753 F: drivers/input/mouse/bcm5974.c
754
755 APPLE SMC DRIVER
756 M: Henrik Rydberg <rydberg@bitmath.org>
757 L: lm-sensors@lm-sensors.org
758 S: Odd fixes
759 F: drivers/hwmon/applesmc.c
760
761 APPLETALK NETWORK LAYER
762 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
763 S: Maintained
764 F: drivers/net/appletalk/
765 F: net/appletalk/
766
767 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
768 M: Iyappan Subramanian <isubramanian@apm.com>
769 M: Keyur Chudgar <kchudgar@apm.com>
770 S: Supported
771 F: drivers/net/ethernet/apm/xgene/
772 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
773
774 APTINA CAMERA SENSOR PLL
775 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
776 L: linux-media@vger.kernel.org
777 S: Maintained
778 F: drivers/media/i2c/aptina-pll.*
779
780 ARC FRAMEBUFFER DRIVER
781 M: Jaya Kumar <jayalk@intworks.biz>
782 S: Maintained
783 F: drivers/video/fbdev/arcfb.c
784 F: drivers/video/fbdev/core/fb_defio.c
785
786 ARM MFM AND FLOPPY DRIVERS
787 M: Ian Molton <spyro@f2s.com>
788 S: Maintained
789 F: arch/arm/lib/floppydma.S
790 F: arch/arm/include/asm/floppy.h
791
792 ARM PMU PROFILING AND DEBUGGING
793 M: Will Deacon <will.deacon@arm.com>
794 S: Maintained
795 F: arch/arm/kernel/perf_event*
796 F: arch/arm/oprofile/common.c
797 F: arch/arm/include/asm/pmu.h
798 F: arch/arm/kernel/hw_breakpoint.c
799 F: arch/arm/include/asm/hw_breakpoint.h
800
801 ARM PORT
802 M: Russell King <linux@arm.linux.org.uk>
803 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
804 W: http://www.arm.linux.org.uk/
805 S: Maintained
806 F: arch/arm/
807
808 ARM SUB-ARCHITECTURES
809 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
810 S: Maintained
811 F: arch/arm/mach-*/
812 F: arch/arm/plat-*/
813 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
814
815 ARM PRIMECELL AACI PL041 DRIVER
816 M: Russell King <linux@arm.linux.org.uk>
817 S: Maintained
818 F: sound/arm/aaci.*
819
820 ARM PRIMECELL CLCD PL110 DRIVER
821 M: Russell King <linux@arm.linux.org.uk>
822 S: Maintained
823 F: drivers/video/fbdev/amba-clcd.*
824
825 ARM PRIMECELL KMI PL050 DRIVER
826 M: Russell King <linux@arm.linux.org.uk>
827 S: Maintained
828 F: drivers/input/serio/ambakmi.*
829 F: include/linux/amba/kmi.h
830
831 ARM PRIMECELL MMCI PL180/1 DRIVER
832 M: Russell King <linux@arm.linux.org.uk>
833 S: Maintained
834 F: drivers/mmc/host/mmci.*
835 F: include/linux/amba/mmci.h
836
837 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
838 M: Russell King <linux@arm.linux.org.uk>
839 S: Maintained
840 F: drivers/tty/serial/amba-pl01*.c
841 F: include/linux/amba/serial.h
842
843 ARM PRIMECELL BUS SUPPORT
844 M: Russell King <linux@arm.linux.org.uk>
845 S: Maintained
846 F: drivers/amba/
847 F: include/linux/amba/bus.h
848
849 ARM/ADS SPHERE MACHINE SUPPORT
850 M: Lennert Buytenhek <kernel@wantstofly.org>
851 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
852 S: Maintained
853
854 ARM/AFEB9260 MACHINE SUPPORT
855 M: Sergey Lapin <slapin@ossfans.org>
856 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
857 S: Maintained
858
859 ARM/AJECO 1ARM MACHINE SUPPORT
860 M: Lennert Buytenhek <kernel@wantstofly.org>
861 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
862 S: Maintained
863
864 ARM/Allwinner A1X SoC support
865 M: Maxime Ripard <maxime.ripard@free-electrons.com>
866 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
867 S: Maintained
868 N: sun[x4567]i
869
870 ARM/Allwinner SoC Clock Support
871 M: Emilio LĂ³pez <emilio@elopez.com.ar>
872 S: Maintained
873 F: drivers/clk/sunxi/
874
875 ARM/Amlogic MesonX SoC support
876 M: Carlo Caione <carlo@caione.org>
877 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
878 S: Maintained
879 F: drivers/media/rc/meson-ir.c
880 N: meson[x68]
881
882 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
883 M: Andrew Victor <linux@maxim.org.za>
884 M: Nicolas Ferre <nicolas.ferre@atmel.com>
885 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
886 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
887 W: http://maxim.org.za/at91_26.html
888 W: http://www.linux4sam.org
889 S: Supported
890 F: arch/arm/mach-at91/
891 F: include/soc/at91/
892 F: arch/arm/boot/dts/at91*.dts
893 F: arch/arm/boot/dts/at91*.dtsi
894 F: arch/arm/boot/dts/sama*.dts
895 F: arch/arm/boot/dts/sama*.dtsi
896
897 ARM/ATMEL AT91 Clock Support
898 M: Boris Brezillon <boris.brezillon@free-electrons.com>
899 S: Maintained
900 F: drivers/clk/at91
901
902 ARM/CALXEDA HIGHBANK ARCHITECTURE
903 M: Rob Herring <robh@kernel.org>
904 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S: Maintained
906 F: arch/arm/mach-highbank/
907
908 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
909 M: Krzysztof Halasa <khalasa@piap.pl>
910 S: Maintained
911 F: arch/arm/mach-cns3xxx/
912
913 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
914 M: Alexander Shiyan <shc_work@mail.ru>
915 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
916 S: Odd Fixes
917 N: clps711x
918
919 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
920 M: Hartley Sweeten <hsweeten@visionengravers.com>
921 M: Ryan Mallon <rmallon@gmail.com>
922 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
923 S: Maintained
924 F: arch/arm/mach-ep93xx/
925 F: arch/arm/mach-ep93xx/include/mach/
926
927 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
928 M: Lennert Buytenhek <kernel@wantstofly.org>
929 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
930 S: Maintained
931
932 ARM/CLKDEV SUPPORT
933 M: Russell King <linux@arm.linux.org.uk>
934 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S: Maintained
936 F: arch/arm/include/asm/clkdev.h
937 F: drivers/clk/clkdev.c
938
939 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
940 M: Mike Rapoport <mike@compulab.co.il>
941 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942 S: Maintained
943
944 ARM/CONTEC MICRO9 MACHINE SUPPORT
945 M: Hubert Feurstein <hubert.feurstein@contec.at>
946 S: Maintained
947 F: arch/arm/mach-ep93xx/micro9.c
948
949 ARM/CORESIGHT FRAMEWORK AND DRIVERS
950 M: Mathieu Poirier <mathieu.poirier@linaro.org>
951 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
952 S: Maintained
953 F: drivers/coresight/*
954 F: Documentation/trace/coresight.txt
955 F: Documentation/devicetree/bindings/arm/coresight.txt
956 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
957
958 ARM/CORGI MACHINE SUPPORT
959 M: Richard Purdie <rpurdie@rpsys.net>
960 S: Maintained
961
962 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
963 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
964 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
965 T: git git://git.berlios.de/gemini-board
966 S: Maintained
967 F: arch/arm/mach-gemini/
968
969 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
970 M: Barry Song <baohua@kernel.org>
971 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
972 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
973 S: Maintained
974 F: arch/arm/mach-prima2/
975 F: drivers/clk/sirf/
976 F: drivers/clocksource/timer-prima2.c
977 F: drivers/clocksource/timer-marco.c
978 N: [^a-z]sirf
979
980 ARM/EBSA110 MACHINE SUPPORT
981 M: Russell King <linux@arm.linux.org.uk>
982 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 W: http://www.arm.linux.org.uk/
984 S: Maintained
985 F: arch/arm/mach-ebsa110/
986 F: drivers/net/ethernet/amd/am79c961a.*
987
988 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
989 M: Uwe Kleine-König <kernel@pengutronix.de>
990 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S: Maintained
992 N: efm32
993
994 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
995 M: Daniel Ribeiro <drwyrm@gmail.com>
996 M: Stefan Schmidt <stefan@openezx.org>
997 M: Harald Welte <laforge@openezx.org>
998 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
999 W: http://www.openezx.org/
1000 S: Maintained
1001 T: topgit git://git.openezx.org/openezx.git
1002 F: arch/arm/mach-pxa/ezx.c
1003
1004 ARM/FARADAY FA526 PORT
1005 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1006 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1007 S: Maintained
1008 T: git git://git.berlios.de/gemini-board
1009 F: arch/arm/mm/*-fa*
1010
1011 ARM/FOOTBRIDGE ARCHITECTURE
1012 M: Russell King <linux@arm.linux.org.uk>
1013 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1014 W: http://www.arm.linux.org.uk/
1015 S: Maintained
1016 F: arch/arm/include/asm/hardware/dec21285.h
1017 F: arch/arm/mach-footbridge/
1018
1019 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1020 M: Shawn Guo <shawn.guo@linaro.org>
1021 M: Sascha Hauer <kernel@pengutronix.de>
1022 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023 S: Maintained
1024 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1025 F: arch/arm/mach-imx/
1026 F: arch/arm/mach-mxs/
1027 F: arch/arm/boot/dts/imx*
1028 F: arch/arm/configs/imx*_defconfig
1029
1030 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1031 M: Lennert Buytenhek <kernel@wantstofly.org>
1032 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033 S: Maintained
1034
1035 ARM/GUMSTIX MACHINE SUPPORT
1036 M: Steve Sakoman <sakoman@gmail.com>
1037 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 S: Maintained
1039
1040 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1041 M: Philipp Zabel <philipp.zabel@gmail.com>
1042 M: Paul Parsons <lost.distance@yahoo.com>
1043 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1044 S: Maintained
1045 F: arch/arm/mach-pxa/hx4700.c
1046 F: arch/arm/mach-pxa/include/mach/hx4700.h
1047 F: sound/soc/pxa/hx4700.c
1048
1049 ARM/HISILICON SOC SUPPORT
1050 M: Wei Xu <xuwei5@hisilicon.com>
1051 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052 W: http://www.hisilicon.com
1053 S: Supported
1054 T: git git://github.com/hisilicon/linux-hisi.git
1055 F: arch/arm/mach-hisi/
1056
1057 ARM/HP JORNADA 7XX MACHINE SUPPORT
1058 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1059 W: www.jlime.com
1060 S: Maintained
1061 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1062 F: arch/arm/mach-sa1100/jornada720.c
1063 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1064
1065 ARM/IGEP MACHINE SUPPORT
1066 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1067 M: Javier Martinez Canillas <javier@dowhile0.org>
1068 L: linux-omap@vger.kernel.org
1069 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S: Maintained
1071 F: arch/arm/boot/dts/omap3-igep*
1072
1073 ARM/INCOME PXA270 SUPPORT
1074 M: Marek Vasut <marek.vasut@gmail.com>
1075 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S: Maintained
1077 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1078
1079 ARM/INTEL IOP32X ARM ARCHITECTURE
1080 M: Lennert Buytenhek <kernel@wantstofly.org>
1081 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1082 S: Maintained
1083
1084 ARM/INTEL IOP33X ARM ARCHITECTURE
1085 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1086 S: Orphan
1087
1088 ARM/INTEL IOP13XX ARM ARCHITECTURE
1089 M: Lennert Buytenhek <kernel@wantstofly.org>
1090 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 S: Maintained
1092
1093 ARM/INTEL IQ81342EX MACHINE SUPPORT
1094 M: Lennert Buytenhek <kernel@wantstofly.org>
1095 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1096 S: Maintained
1097
1098 ARM/INTEL IXDP2850 MACHINE SUPPORT
1099 M: Lennert Buytenhek <kernel@wantstofly.org>
1100 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S: Maintained
1102
1103 ARM/INTEL IXP4XX ARM ARCHITECTURE
1104 M: Imre Kaloz <kaloz@openwrt.org>
1105 M: Krzysztof Halasa <khalasa@piap.pl>
1106 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1107 S: Maintained
1108 F: arch/arm/mach-ixp4xx/
1109
1110 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1111 M: Jonathan Cameron <jic23@cam.ac.uk>
1112 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1113 S: Maintained
1114 F: arch/arm/mach-pxa/stargate2.c
1115 F: drivers/pcmcia/pxa2xx_stargate2.c
1116
1117 ARM/INTEL XSC3 (MANZANO) ARM CORE
1118 M: Lennert Buytenhek <kernel@wantstofly.org>
1119 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 S: Maintained
1121
1122 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1123 M: Lennert Buytenhek <kernel@wantstofly.org>
1124 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125 S: Maintained
1126
1127 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1128 M: Santosh Shilimkar <ssantosh@kernel.org>
1129 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S: Maintained
1131 F: arch/arm/mach-keystone/
1132 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1133
1134 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1135 M: Santosh Shilimkar <ssantosh@kernel.org>
1136 L: linux-kernel@vger.kernel.org
1137 S: Maintained
1138 F: drivers/clk/keystone/
1139
1140 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1141 M: Santosh Shilimkar <ssantosh@kernel.org>
1142 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 L: linux-kernel@vger.kernel.org
1144 S: Maintained
1145 F: drivers/clocksource/timer-keystone.c
1146
1147 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1148 M: Santosh Shilimkar <ssantosh@kernel.org>
1149 L: linux-kernel@vger.kernel.org
1150 S: Maintained
1151 F: drivers/power/reset/keystone-reset.c
1152
1153 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1154 M: Santosh Shilimkar <ssantosh@kernel.org>
1155 L: linux-kernel@vger.kernel.org
1156 S: Maintained
1157 F: drivers/memory/*emif*
1158
1159 ARM/LOGICPD PXA270 MACHINE SUPPORT
1160 M: Lennert Buytenhek <kernel@wantstofly.org>
1161 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1162 S: Maintained
1163
1164 ARM/MAGICIAN MACHINE SUPPORT
1165 M: Philipp Zabel <philipp.zabel@gmail.com>
1166 S: Maintained
1167
1168 ARM/Marvell Armada 370 and Armada XP SOC support
1169 M: Jason Cooper <jason@lakedaemon.net>
1170 M: Andrew Lunn <andrew@lunn.ch>
1171 M: Gregory Clement <gregory.clement@free-electrons.com>
1172 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1173 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 S: Maintained
1175 F: arch/arm/mach-mvebu/
1176 F: drivers/rtc/armada38x-rtc
1177
1178 ARM/Marvell Berlin SoC support
1179 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1180 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S: Maintained
1182 F: arch/arm/mach-berlin/
1183
1184 ARM/Marvell Dove/MV78xx0/Orion SOC support
1185 M: Jason Cooper <jason@lakedaemon.net>
1186 M: Andrew Lunn <andrew@lunn.ch>
1187 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1188 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1189 S: Maintained
1190 F: arch/arm/mach-dove/
1191 F: arch/arm/mach-mv78xx0/
1192 F: arch/arm/mach-orion5x/
1193 F: arch/arm/plat-orion/
1194
1195 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1196 M: Alexander Clouter <alex@digriz.org.uk>
1197 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 W: http://www.digriz.org.uk/ts78xx/kernel
1199 S: Maintained
1200 F: arch/arm/mach-orion5x/ts78xx-*
1201
1202 ARM/Mediatek SoC support
1203 M: Matthias Brugger <matthias.bgg@gmail.com>
1204 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1205 S: Maintained
1206 F: arch/arm/boot/dts/mt6*
1207 F: arch/arm/boot/dts/mt8*
1208 F: arch/arm/mach-mediatek/
1209 N: mtk
1210 K: mediatek
1211
1212 ARM/MICREL KS8695 ARCHITECTURE
1213 M: Greg Ungerer <gerg@uclinux.org>
1214 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215 F: arch/arm/mach-ks8695/
1216 S: Odd Fixes
1217
1218 ARM/MIOA701 MACHINE SUPPORT
1219 M: Robert Jarzmik <robert.jarzmik@free.fr>
1220 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1221 F: arch/arm/mach-pxa/mioa701.c
1222 S: Maintained
1223
1224 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1225 M: Michael Petchkovsky <mkpetch@internode.on.net>
1226 S: Maintained
1227
1228 ARM/NOMADIK ARCHITECTURE
1229 M: Alessandro Rubini <rubini@unipv.it>
1230 M: Linus Walleij <linus.walleij@linaro.org>
1231 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1232 S: Maintained
1233 F: arch/arm/mach-nomadik/
1234 F: drivers/pinctrl/nomadik/
1235 F: drivers/i2c/busses/i2c-nomadik.c
1236 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1237
1238 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1239 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1240 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1241 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1242 S: Supported
1243
1244 ARM/QUALCOMM MSM MACHINE SUPPORT
1245 M: David Brown <davidb@codeaurora.org>
1246 M: Daniel Walker <dwalker@fifo99.com>
1247 M: Bryan Huntsman <bryanh@codeaurora.org>
1248 L: linux-arm-msm@vger.kernel.org
1249 F: arch/arm/mach-msm/
1250 F: drivers/video/fbdev/msm/
1251 F: drivers/mmc/host/msm_sdcc.c
1252 F: drivers/mmc/host/msm_sdcc.h
1253 F: drivers/tty/serial/msm_serial.h
1254 F: drivers/tty/serial/msm_serial.c
1255 F: drivers/*/pm8???-*
1256 F: drivers/mfd/ssbi.c
1257 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1258 S: Maintained
1259
1260 ARM/TOSA MACHINE SUPPORT
1261 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1262 M: Dirk Opfer <dirk@opfer-online.de>
1263 S: Maintained
1264
1265 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1266 M: Marek Vasut <marek.vasut@gmail.com>
1267 L: linux-arm-kernel@lists.infradead.org
1268 W: http://hackndev.com
1269 S: Maintained
1270 F: arch/arm/mach-pxa/include/mach/palmtx.h
1271 F: arch/arm/mach-pxa/palmtx.c
1272 F: arch/arm/mach-pxa/include/mach/palmt5.h
1273 F: arch/arm/mach-pxa/palmt5.c
1274 F: arch/arm/mach-pxa/include/mach/palmld.h
1275 F: arch/arm/mach-pxa/palmld.c
1276 F: arch/arm/mach-pxa/include/mach/palmte2.h
1277 F: arch/arm/mach-pxa/palmte2.c
1278 F: arch/arm/mach-pxa/include/mach/palmtc.h
1279 F: arch/arm/mach-pxa/palmtc.c
1280
1281 ARM/PALM TREO SUPPORT
1282 M: Tomas Cech <sleep_walker@suse.cz>
1283 L: linux-arm-kernel@lists.infradead.org
1284 W: http://hackndev.com
1285 S: Maintained
1286 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1287 F: arch/arm/mach-pxa/palmtreo.c
1288
1289 ARM/PALMZ72 SUPPORT
1290 M: Sergey Lapin <slapin@ossfans.org>
1291 L: linux-arm-kernel@lists.infradead.org
1292 W: http://hackndev.com
1293 S: Maintained
1294 F: arch/arm/mach-pxa/include/mach/palmz72.h
1295 F: arch/arm/mach-pxa/palmz72.c
1296
1297 ARM/PLEB SUPPORT
1298 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1299 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1300 S: Maintained
1301
1302 ARM/PT DIGITAL BOARD PORT
1303 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1304 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 W: http://www.arm.linux.org.uk/
1306 S: Maintained
1307
1308 ARM/QUALCOMM SUPPORT
1309 M: Kumar Gala <galak@codeaurora.org>
1310 M: David Brown <davidb@codeaurora.org>
1311 L: linux-arm-msm@vger.kernel.org
1312 S: Maintained
1313 F: arch/arm/mach-qcom/
1314 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1315
1316 ARM/RADISYS ENP2611 MACHINE SUPPORT
1317 M: Lennert Buytenhek <kernel@wantstofly.org>
1318 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 S: Maintained
1320
1321 ARM/RISCPC ARCHITECTURE
1322 M: Russell King <linux@arm.linux.org.uk>
1323 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324 W: http://www.arm.linux.org.uk/
1325 S: Maintained
1326 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1327 F: arch/arm/include/asm/hardware/ioc.h
1328 F: arch/arm/include/asm/hardware/iomd.h
1329 F: arch/arm/include/asm/hardware/memc.h
1330 F: arch/arm/mach-rpc/
1331 F: drivers/net/ethernet/8390/etherh.c
1332 F: drivers/net/ethernet/i825xx/ether1*
1333 F: drivers/net/ethernet/seeq/ether3*
1334 F: drivers/scsi/arm/
1335
1336 ARM/Rockchip SoC support
1337 M: Heiko Stuebner <heiko@sntech.de>
1338 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1339 L: linux-rockchip@lists.infradead.org
1340 S: Maintained
1341 F: arch/arm/boot/dts/rk3*
1342 F: arch/arm/mach-rockchip/
1343 F: drivers/clk/rockchip/
1344 F: drivers/i2c/busses/i2c-rk3x.c
1345 F: drivers/*/*rockchip*
1346 F: drivers/*/*/*rockchip*
1347 F: sound/soc/rockchip/
1348
1349 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1350 M: Kukjin Kim <kgene@kernel.org>
1351 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1352 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1353 S: Maintained
1354 F: arch/arm/boot/dts/s3c*
1355 F: arch/arm/boot/dts/exynos*
1356 F: arch/arm/plat-samsung/
1357 F: arch/arm/mach-s3c24*/
1358 F: arch/arm/mach-s3c64xx/
1359 F: arch/arm/mach-s5p*/
1360 F: arch/arm/mach-exynos*/
1361 F: drivers/*/*s3c2410*
1362 F: drivers/*/*/*s3c2410*
1363 F: drivers/spi/spi-s3c*
1364 F: sound/soc/samsung/*
1365 N: exynos
1366
1367 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1368 M: Kyungmin Park <kyungmin.park@samsung.com>
1369 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1370 S: Maintained
1371 F: arch/arm/mach-s5pv210/
1372
1373 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1374 M: Kyungmin Park <kyungmin.park@samsung.com>
1375 M: Kamil Debski <k.debski@samsung.com>
1376 L: linux-arm-kernel@lists.infradead.org
1377 L: linux-media@vger.kernel.org
1378 S: Maintained
1379 F: drivers/media/platform/s5p-g2d/
1380
1381 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1382 M: Kyungmin Park <kyungmin.park@samsung.com>
1383 M: Kamil Debski <k.debski@samsung.com>
1384 M: Jeongtae Park <jtp.park@samsung.com>
1385 L: linux-arm-kernel@lists.infradead.org
1386 L: linux-media@vger.kernel.org
1387 S: Maintained
1388 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1389 F: drivers/media/platform/s5p-mfc/
1390
1391 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1392 M: Kyungmin Park <kyungmin.park@samsung.com>
1393 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1394 L: linux-arm-kernel@lists.infradead.org
1395 L: linux-media@vger.kernel.org
1396 S: Maintained
1397 F: drivers/media/platform/s5p-tv/
1398
1399 ARM/SHMOBILE ARM ARCHITECTURE
1400 M: Simon Horman <horms@verge.net.au>
1401 M: Magnus Damm <magnus.damm@gmail.com>
1402 L: linux-sh@vger.kernel.org
1403 W: http://oss.renesas.com
1404 Q: http://patchwork.kernel.org/project/linux-sh/list/
1405 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1406 S: Supported
1407 F: arch/arm/boot/dts/emev2*
1408 F: arch/arm/boot/dts/r7s*
1409 F: arch/arm/boot/dts/r8a*
1410 F: arch/arm/boot/dts/sh*
1411 F: arch/arm/configs/ape6evm_defconfig
1412 F: arch/arm/configs/armadillo800eva_defconfig
1413 F: arch/arm/configs/bockw_defconfig
1414 F: arch/arm/configs/kzm9g_defconfig
1415 F: arch/arm/configs/lager_defconfig
1416 F: arch/arm/configs/mackerel_defconfig
1417 F: arch/arm/configs/marzen_defconfig
1418 F: arch/arm/configs/shmobile_defconfig
1419 F: arch/arm/include/debug/renesas-scif.S
1420 F: arch/arm/mach-shmobile/
1421 F: drivers/sh/
1422
1423 ARM/SOCFPGA ARCHITECTURE
1424 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1425 S: Maintained
1426 F: arch/arm/mach-socfpga/
1427 W: http://www.rocketboards.org
1428 T: git://git.rocketboards.org/linux-socfpga.git
1429 T: git://git.rocketboards.org/linux-socfpga-next.git
1430
1431 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1432 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1433 S: Maintained
1434 F: drivers/clk/socfpga/
1435
1436 ARM/SOCFPGA EDAC SUPPORT
1437 M: Thor Thayer <tthayer@opensource.altera.com>
1438 S: Maintained
1439 F: drivers/edac/altera_edac.
1440
1441 ARM/STI ARCHITECTURE
1442 M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1443 M: Maxime Coquelin <maxime.coquelin@st.com>
1444 M: Patrice Chotard <patrice.chotard@st.com>
1445 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1446 L: kernel@stlinux.com
1447 W: http://www.stlinux.com
1448 S: Maintained
1449 F: arch/arm/mach-sti/
1450 F: arch/arm/boot/dts/sti*
1451 F: drivers/clocksource/arm_global_timer.c
1452 F: drivers/i2c/busses/i2c-st.c
1453 F: drivers/media/rc/st_rc.c
1454 F: drivers/mmc/host/sdhci-st.c
1455 F: drivers/phy/phy-stih407-usb.c
1456 F: drivers/phy/phy-stih41x-usb.c
1457 F: drivers/pinctrl/pinctrl-st.c
1458 F: drivers/reset/sti/
1459 F: drivers/tty/serial/st-asc.c
1460 F: drivers/usb/dwc3/dwc3-st.c
1461 F: drivers/usb/host/ehci-st.c
1462 F: drivers/usb/host/ohci-st.c
1463 F: drivers/ata/ahci_st.c
1464
1465 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1466 M: Lennert Buytenhek <kernel@wantstofly.org>
1467 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1468 S: Maintained
1469
1470 ARM/TETON BGA MACHINE SUPPORT
1471 M: "Mark F. Brown" <mark.brown314@gmail.com>
1472 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1473 S: Maintained
1474
1475 ARM/THECUS N2100 MACHINE SUPPORT
1476 M: Lennert Buytenhek <kernel@wantstofly.org>
1477 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1478 S: Maintained
1479
1480 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1481 M: Wan ZongShun <mcuos.com@gmail.com>
1482 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1483 W: http://www.mcuos.com
1484 S: Maintained
1485 F: arch/arm/mach-w90x900/
1486 F: drivers/input/keyboard/w90p910_keypad.c
1487 F: drivers/input/touchscreen/w90p910_ts.c
1488 F: drivers/watchdog/nuc900_wdt.c
1489 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1490 F: drivers/mtd/nand/nuc900_nand.c
1491 F: drivers/rtc/rtc-nuc900.c
1492 F: drivers/spi/spi-nuc900.c
1493 F: drivers/usb/host/ehci-w90x900.c
1494 F: drivers/video/fbdev/nuc900fb.c
1495
1496 ARM/U300 MACHINE SUPPORT
1497 M: Linus Walleij <linus.walleij@linaro.org>
1498 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1499 S: Supported
1500 F: arch/arm/mach-u300/
1501 F: drivers/clocksource/timer-u300.c
1502 F: drivers/i2c/busses/i2c-stu300.c
1503 F: drivers/rtc/rtc-coh901331.c
1504 F: drivers/watchdog/coh901327_wdt.c
1505 F: drivers/dma/coh901318*
1506 F: drivers/mfd/ab3100*
1507 F: drivers/rtc/rtc-ab3100.c
1508 F: drivers/rtc/rtc-coh901331.c
1509 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1510
1511 ARM/Ux500 ARM ARCHITECTURE
1512 M: Linus Walleij <linus.walleij@linaro.org>
1513 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1514 S: Maintained
1515 F: arch/arm/mach-ux500/
1516 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1517 F: drivers/dma/ste_dma40*
1518 F: drivers/hwspinlock/u8500_hsem.c
1519 F: drivers/mfd/abx500*
1520 F: drivers/mfd/ab8500*
1521 F: drivers/mfd/dbx500*
1522 F: drivers/mfd/db8500*
1523 F: drivers/pinctrl/nomadik/pinctrl-ab*
1524 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1525 F: drivers/rtc/rtc-ab8500.c
1526 F: drivers/rtc/rtc-pl031.c
1527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1528
1529 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1530 M: Ulf Hansson <ulf.hansson@linaro.org>
1531 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1532 T: git git://git.linaro.org/people/ulfh/clk.git
1533 S: Maintained
1534 F: drivers/clk/ux500/
1535 F: include/linux/platform_data/clk-ux500.h
1536
1537 ARM/VERSATILE EXPRESS PLATFORM
1538 M: Liviu Dudau <liviu.dudau@arm.com>
1539 M: Sudeep Holla <sudeep.holla@arm.com>
1540 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1541 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1542 S: Maintained
1543 F: arch/arm/boot/dts/vexpress*
1544 F: arch/arm/mach-vexpress/
1545 F: */*/vexpress*
1546 F: */*/*/vexpress*
1547 F: drivers/clk/versatile/clk-vexpress-osc.c
1548 F: drivers/clocksource/versatile.c
1549
1550 ARM/VFP SUPPORT
1551 M: Russell King <linux@arm.linux.org.uk>
1552 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1553 W: http://www.arm.linux.org.uk/
1554 S: Maintained
1555 F: arch/arm/vfp/
1556
1557 ARM/VOIPAC PXA270 SUPPORT
1558 M: Marek Vasut <marek.vasut@gmail.com>
1559 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1560 S: Maintained
1561 F: arch/arm/mach-pxa/vpac270.c
1562 F: arch/arm/mach-pxa/include/mach/vpac270.h
1563
1564 ARM/VT8500 ARM ARCHITECTURE
1565 M: Tony Prisk <linux@prisktech.co.nz>
1566 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1567 S: Maintained
1568 F: arch/arm/mach-vt8500/
1569 F: drivers/clocksource/vt8500_timer.c
1570 F: drivers/i2c/busses/i2c-wmt.c
1571 F: drivers/mmc/host/wmt-sdmmc.c
1572 F: drivers/pwm/pwm-vt8500.c
1573 F: drivers/rtc/rtc-vt8500.c
1574 F: drivers/tty/serial/vt8500_serial.c
1575 F: drivers/usb/host/ehci-platform.c
1576 F: drivers/usb/host/uhci-platform.c
1577 F: drivers/video/fbdev/vt8500lcdfb.*
1578 F: drivers/video/fbdev/wm8505fb*
1579 F: drivers/video/fbdev/wmt_ge_rops.*
1580
1581 ARM/ZIPIT Z2 SUPPORT
1582 M: Marek Vasut <marek.vasut@gmail.com>
1583 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1584 S: Maintained
1585 F: arch/arm/mach-pxa/z2.c
1586 F: arch/arm/mach-pxa/include/mach/z2.h
1587
1588 ARM/ZYNQ ARCHITECTURE
1589 M: Michal Simek <michal.simek@xilinx.com>
1590 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1591 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1592 W: http://wiki.xilinx.com
1593 T: git git://git.xilinx.com/linux-xlnx.git
1594 S: Supported
1595 F: arch/arm/mach-zynq/
1596 F: drivers/cpuidle/cpuidle-zynq.c
1597 F: drivers/block/xsysace.c
1598 N: zynq
1599 N: xilinx
1600 F: drivers/clocksource/cadence_ttc_timer.c
1601 F: drivers/i2c/busses/i2c-cadence.c
1602 F: drivers/mmc/host/sdhci-of-arasan.c
1603 F: drivers/edac/synopsys_edac.c
1604
1605 ARM SMMU DRIVER
1606 M: Will Deacon <will.deacon@arm.com>
1607 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1608 S: Maintained
1609 F: drivers/iommu/arm-smmu.c
1610 F: drivers/iommu/io-pgtable-arm.c
1611
1612 ARM64 PORT (AARCH64 ARCHITECTURE)
1613 M: Catalin Marinas <catalin.marinas@arm.com>
1614 M: Will Deacon <will.deacon@arm.com>
1615 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1616 S: Maintained
1617 F: arch/arm64/
1618 F: Documentation/arm64/
1619
1620 AS3645A LED FLASH CONTROLLER DRIVER
1621 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1622 L: linux-media@vger.kernel.org
1623 T: git git://linuxtv.org/media_tree.git
1624 S: Maintained
1625 F: drivers/media/i2c/as3645a.c
1626 F: include/media/as3645a.h
1627
1628 ASC7621 HARDWARE MONITOR DRIVER
1629 M: George Joseph <george.joseph@fairview5.com>
1630 L: lm-sensors@lm-sensors.org
1631 S: Maintained
1632 F: Documentation/hwmon/asc7621
1633 F: drivers/hwmon/asc7621.c
1634
1635 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1636 M: Corentin Chary <corentin.chary@gmail.com>
1637 L: acpi4asus-user@lists.sourceforge.net
1638 L: platform-driver-x86@vger.kernel.org
1639 W: http://acpi4asus.sf.net
1640 S: Maintained
1641 F: drivers/platform/x86/asus*.c
1642 F: drivers/platform/x86/eeepc*.c
1643
1644 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1645 R: Dan Williams <dan.j.williams@intel.com>
1646 W: http://sourceforge.net/projects/xscaleiop
1647 S: Odd fixes
1648 F: Documentation/crypto/async-tx-api.txt
1649 F: crypto/async_tx/
1650 F: drivers/dma/
1651 F: include/linux/dmaengine.h
1652 F: include/linux/async_tx.h
1653
1654 AT24 EEPROM DRIVER
1655 M: Wolfram Sang <wsa@the-dreams.de>
1656 L: linux-i2c@vger.kernel.org
1657 S: Maintained
1658 F: drivers/misc/eeprom/at24.c
1659 F: include/linux/platform_data/at24.h
1660
1661 ATA OVER ETHERNET (AOE) DRIVER
1662 M: "Ed L. Cashin" <ecashin@coraid.com>
1663 W: http://support.coraid.com/support/linux
1664 S: Supported
1665 F: Documentation/aoe/
1666 F: drivers/block/aoe/
1667
1668 ATHEROS ATH GENERIC UTILITIES
1669 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1670 L: linux-wireless@vger.kernel.org
1671 S: Supported
1672 F: drivers/net/wireless/ath/*
1673
1674 ATHEROS ATH5K WIRELESS DRIVER
1675 M: Jiri Slaby <jirislaby@gmail.com>
1676 M: Nick Kossifidis <mickflemm@gmail.com>
1677 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1678 L: linux-wireless@vger.kernel.org
1679 W: http://wireless.kernel.org/en/users/Drivers/ath5k
1680 S: Maintained
1681 F: drivers/net/wireless/ath/ath5k/
1682
1683 ATHEROS ATH6KL WIRELESS DRIVER
1684 M: Kalle Valo <kvalo@qca.qualcomm.com>
1685 L: linux-wireless@vger.kernel.org
1686 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1687 T: git git://github.com/kvalo/ath.git
1688 S: Supported
1689 F: drivers/net/wireless/ath/ath6kl/
1690
1691 WILOCITY WIL6210 WIRELESS DRIVER
1692 M: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1693 L: linux-wireless@vger.kernel.org
1694 L: wil6210@qca.qualcomm.com
1695 S: Supported
1696 W: http://wireless.kernel.org/en/users/Drivers/wil6210
1697 F: drivers/net/wireless/ath/wil6210/
1698 F: include/uapi/linux/wil6210_uapi.h
1699
1700 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1701 M: Christian Lamparter <chunkeey@googlemail.com>
1702 L: linux-wireless@vger.kernel.org
1703 W: http://wireless.kernel.org/en/users/Drivers/carl9170
1704 S: Maintained
1705 F: drivers/net/wireless/ath/carl9170/
1706
1707 ATK0110 HWMON DRIVER
1708 M: Luca Tettamanti <kronos.it@gmail.com>
1709 L: lm-sensors@lm-sensors.org
1710 S: Maintained
1711 F: drivers/hwmon/asus_atk0110.c
1712
1713 ATI_REMOTE2 DRIVER
1714 M: Ville Syrjala <syrjala@sci.fi>
1715 S: Maintained
1716 F: drivers/input/misc/ati_remote2.c
1717
1718 ATLX ETHERNET DRIVERS
1719 M: Jay Cliburn <jcliburn@gmail.com>
1720 M: Chris Snook <chris.snook@gmail.com>
1721 L: netdev@vger.kernel.org
1722 W: http://sourceforge.net/projects/atl1
1723 W: http://atl1.sourceforge.net
1724 S: Maintained
1725 F: drivers/net/ethernet/atheros/
1726
1727 ATM
1728 M: Chas Williams <chas@cmf.nrl.navy.mil>
1729 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1730 L: netdev@vger.kernel.org
1731 W: http://linux-atm.sourceforge.net
1732 S: Maintained
1733 F: drivers/atm/
1734 F: include/linux/atm*
1735 F: include/uapi/linux/atm*
1736
1737 ATMEL AT91 / AT32 MCI DRIVER
1738 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1739 S: Maintained
1740 F: drivers/mmc/host/atmel-mci.c
1741 F: drivers/mmc/host/atmel-mci-regs.h
1742
1743 ATMEL AT91 / AT32 SERIAL DRIVER
1744 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1745 S: Supported
1746 F: drivers/tty/serial/atmel_serial.c
1747
1748 ATMEL Audio ALSA driver
1749 M: Bo Shen <voice.shen@atmel.com>
1750 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1751 S: Supported
1752 F: sound/soc/atmel
1753
1754 ATMEL DMA DRIVER
1755 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1756 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1757 S: Supported
1758 F: drivers/dma/at_hdmac.c
1759 F: drivers/dma/at_hdmac_regs.h
1760 F: include/linux/platform_data/dma-atmel.h
1761
1762 ATMEL XDMA DRIVER
1763 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1764 L: linux-arm-kernel@lists.infradead.org
1765 L: dmaengine@vger.kernel.org
1766 S: Supported
1767 F: drivers/dma/at_xdmac.c
1768
1769 ATMEL I2C DRIVER
1770 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1771 L: linux-i2c@vger.kernel.org
1772 S: Supported
1773 F: drivers/i2c/busses/i2c-at91.c
1774
1775 ATMEL ISI DRIVER
1776 M: Josh Wu <josh.wu@atmel.com>
1777 L: linux-media@vger.kernel.org
1778 S: Supported
1779 F: drivers/media/platform/soc_camera/atmel-isi.c
1780 F: include/media/atmel-isi.h
1781
1782 ATMEL LCDFB DRIVER
1783 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1784 L: linux-fbdev@vger.kernel.org
1785 S: Maintained
1786 F: drivers/video/fbdev/atmel_lcdfb.c
1787 F: include/video/atmel_lcdc.h
1788
1789 ATMEL MACB ETHERNET DRIVER
1790 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1791 S: Supported
1792 F: drivers/net/ethernet/cadence/
1793
1794 ATMEL NAND DRIVER
1795 M: Josh Wu <josh.wu@atmel.com>
1796 L: linux-mtd@lists.infradead.org
1797 S: Supported
1798 F: drivers/mtd/nand/atmel_nand*
1799
1800 ATMEL SPI DRIVER
1801 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1802 S: Supported
1803 F: drivers/spi/spi-atmel.*
1804
1805 ATMEL SSC DRIVER
1806 M: Bo Shen <voice.shen@atmel.com>
1807 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1808 S: Supported
1809 F: drivers/misc/atmel-ssc.c
1810 F: include/linux/atmel-ssc.h
1811
1812 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1813 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1814 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1815 S: Supported
1816 F: drivers/misc/atmel_tclib.c
1817 F: drivers/clocksource/tcb_clksrc.c
1818
1819 ATMEL USBA UDC DRIVER
1820 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1821 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1822 S: Supported
1823 F: drivers/usb/gadget/udc/atmel_usba_udc.*
1824
1825 ATMEL WIRELESS DRIVER
1826 M: Simon Kelley <simon@thekelleys.org.uk>
1827 L: linux-wireless@vger.kernel.org
1828 W: http://www.thekelleys.org.uk/atmel
1829 W: http://atmelwlandriver.sourceforge.net/
1830 S: Maintained
1831 F: drivers/net/wireless/atmel*
1832
1833 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1834 M: Bradley Grove <linuxdrivers@attotech.com>
1835 L: linux-scsi@vger.kernel.org
1836 W: http://www.attotech.com
1837 S: Supported
1838 F: drivers/scsi/esas2r
1839
1840 AUDIT SUBSYSTEM
1841 M: Paul Moore <paul@paul-moore.com>
1842 M: Eric Paris <eparis@redhat.com>
1843 L: linux-audit@redhat.com (moderated for non-subscribers)
1844 W: http://people.redhat.com/sgrubb/audit/
1845 T: git git://git.infradead.org/users/pcmoore/audit
1846 S: Maintained
1847 F: include/linux/audit.h
1848 F: include/uapi/linux/audit.h
1849 F: kernel/audit*
1850
1851 AUXILIARY DISPLAY DRIVERS
1852 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1853 W: http://miguelojeda.es/auxdisplay.htm
1854 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1855 S: Maintained
1856 F: drivers/auxdisplay/
1857 F: include/linux/cfag12864b.h
1858
1859 AVR32 ARCHITECTURE
1860 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1861 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1862 W: http://www.atmel.com/products/AVR32/
1863 W: http://mirror.egtvedt.no/avr32linux.org/
1864 W: http://avrfreaks.net/
1865 S: Maintained
1866 F: arch/avr32/
1867
1868 AVR32/AT32AP MACHINE SUPPORT
1869 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1870 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1871 S: Maintained
1872 F: arch/avr32/mach-at32ap/
1873
1874 AX.25 NETWORK LAYER
1875 M: Ralf Baechle <ralf@linux-mips.org>
1876 L: linux-hams@vger.kernel.org
1877 W: http://www.linux-ax25.org/
1878 S: Maintained
1879 F: include/uapi/linux/ax25.h
1880 F: include/net/ax25.h
1881 F: net/ax25/
1882
1883 AZ6007 DVB DRIVER
1884 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1885 L: linux-media@vger.kernel.org
1886 W: http://linuxtv.org
1887 T: git git://linuxtv.org/media_tree.git
1888 S: Maintained
1889 F: drivers/media/usb/dvb-usb-v2/az6007.c
1890
1891 AZTECH FM RADIO RECEIVER DRIVER
1892 M: Hans Verkuil <hverkuil@xs4all.nl>
1893 L: linux-media@vger.kernel.org
1894 T: git git://linuxtv.org/media_tree.git
1895 W: http://linuxtv.org
1896 S: Maintained
1897 F: drivers/media/radio/radio-aztech*
1898
1899 B43 WIRELESS DRIVER
1900 M: Stefano Brivio <stefano.brivio@polimi.it>
1901 L: linux-wireless@vger.kernel.org
1902 L: b43-dev@lists.infradead.org
1903 W: http://wireless.kernel.org/en/users/Drivers/b43
1904 S: Maintained
1905 F: drivers/net/wireless/b43/
1906
1907 B43LEGACY WIRELESS DRIVER
1908 M: Larry Finger <Larry.Finger@lwfinger.net>
1909 M: Stefano Brivio <stefano.brivio@polimi.it>
1910 L: linux-wireless@vger.kernel.org
1911 L: b43-dev@lists.infradead.org
1912 W: http://wireless.kernel.org/en/users/Drivers/b43
1913 S: Maintained
1914 F: drivers/net/wireless/b43legacy/
1915
1916 BACKLIGHT CLASS/SUBSYSTEM
1917 M: Jingoo Han <jg1.han@samsung.com>
1918 M: Lee Jones <lee.jones@linaro.org>
1919 S: Maintained
1920 F: drivers/video/backlight/
1921 F: include/linux/backlight.h
1922
1923 BATMAN ADVANCED
1924 M: Marek Lindner <mareklindner@neomailbox.ch>
1925 M: Simon Wunderlich <sw@simonwunderlich.de>
1926 M: Antonio Quartulli <antonio@meshcoding.com>
1927 L: b.a.t.m.a.n@lists.open-mesh.org
1928 W: http://www.open-mesh.org/
1929 S: Maintained
1930 F: net/batman-adv/
1931
1932 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1933 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1934 L: linux-hams@vger.kernel.org
1935 W: http://www.baycom.org/~tom/ham/ham.html
1936 S: Maintained
1937 F: drivers/net/hamradio/baycom*
1938
1939 BCACHE (BLOCK LAYER CACHE)
1940 M: Kent Overstreet <kmo@daterainc.com>
1941 L: linux-bcache@vger.kernel.org
1942 W: http://bcache.evilpiepirate.org
1943 S: Maintained:
1944 F: drivers/md/bcache/
1945
1946 BEFS FILE SYSTEM
1947 S: Orphan
1948 F: Documentation/filesystems/befs.txt
1949 F: fs/befs/
1950
1951 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1952 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1953 L: netdev@vger.kernel.org
1954 S: Maintained
1955 F: drivers/net/ethernet/ec_bhf.c
1956
1957 BFS FILE SYSTEM
1958 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1959 S: Maintained
1960 F: Documentation/filesystems/bfs.txt
1961 F: fs/bfs/
1962 F: include/uapi/linux/bfs_fs.h
1963
1964 BLACKFIN ARCHITECTURE
1965 M: Steven Miao <realmz6@gmail.com>
1966 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1967 T: git git://git.code.sf.net/p/adi-linux/code
1968 W: http://blackfin.uclinux.org
1969 S: Supported
1970 F: arch/blackfin/
1971
1972 BLACKFIN EMAC DRIVER
1973 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1974 W: http://blackfin.uclinux.org
1975 S: Supported
1976 F: drivers/net/ethernet/adi/
1977
1978 BLACKFIN RTC DRIVER
1979 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1980 W: http://blackfin.uclinux.org
1981 S: Supported
1982 F: drivers/rtc/rtc-bfin.c
1983
1984 BLACKFIN SDH DRIVER
1985 M: Sonic Zhang <sonic.zhang@analog.com>
1986 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1987 W: http://blackfin.uclinux.org
1988 S: Supported
1989 F: drivers/mmc/host/bfin_sdh.c
1990
1991 BLACKFIN SERIAL DRIVER
1992 M: Sonic Zhang <sonic.zhang@analog.com>
1993 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1994 W: http://blackfin.uclinux.org
1995 S: Supported
1996 F: drivers/tty/serial/bfin_uart.c
1997
1998 BLACKFIN WATCHDOG DRIVER
1999 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2000 W: http://blackfin.uclinux.org
2001 S: Supported
2002 F: drivers/watchdog/bfin_wdt.c
2003
2004 BLACKFIN I2C TWI DRIVER
2005 M: Sonic Zhang <sonic.zhang@analog.com>
2006 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2007 W: http://blackfin.uclinux.org/
2008 S: Supported
2009 F: drivers/i2c/busses/i2c-bfin-twi.c
2010
2011 BLACKFIN MEDIA DRIVER
2012 M: Scott Jiang <scott.jiang.linux@gmail.com>
2013 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2014 W: http://blackfin.uclinux.org/
2015 S: Supported
2016 F: drivers/media/platform/blackfin/
2017 F: drivers/media/i2c/adv7183*
2018 F: drivers/media/i2c/vs6624*
2019
2020 BLINKM RGB LED DRIVER
2021 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2022 S: Maintained
2023 F: drivers/leds/leds-blinkm.c
2024
2025 BLOCK LAYER
2026 M: Jens Axboe <axboe@kernel.dk>
2027 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2028 S: Maintained
2029 F: block/
2030
2031 BLOCK2MTD DRIVER
2032 M: Joern Engel <joern@lazybastard.org>
2033 L: linux-mtd@lists.infradead.org
2034 S: Maintained
2035 F: drivers/mtd/devices/block2mtd.c
2036
2037 BLUETOOTH DRIVERS
2038 M: Marcel Holtmann <marcel@holtmann.org>
2039 M: Gustavo Padovan <gustavo@padovan.org>
2040 M: Johan Hedberg <johan.hedberg@gmail.com>
2041 L: linux-bluetooth@vger.kernel.org
2042 W: http://www.bluez.org/
2043 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2044 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2045 S: Maintained
2046 F: drivers/bluetooth/
2047
2048 BLUETOOTH SUBSYSTEM
2049 M: Marcel Holtmann <marcel@holtmann.org>
2050 M: Gustavo Padovan <gustavo@padovan.org>
2051 M: Johan Hedberg <johan.hedberg@gmail.com>
2052 L: linux-bluetooth@vger.kernel.org
2053 W: http://www.bluez.org/
2054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2055 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2056 S: Maintained
2057 F: net/bluetooth/
2058 F: include/net/bluetooth/
2059
2060 BONDING DRIVER
2061 M: Jay Vosburgh <j.vosburgh@gmail.com>
2062 M: Veaceslav Falico <vfalico@gmail.com>
2063 M: Andy Gospodarek <andy@greyhouse.net>
2064 L: netdev@vger.kernel.org
2065 W: http://sourceforge.net/projects/bonding/
2066 S: Supported
2067 F: drivers/net/bonding/
2068 F: include/uapi/linux/if_bonding.h
2069
2070 BPF (Safe dynamic programs and tools)
2071 M: Alexei Starovoitov <ast@kernel.org>
2072 L: netdev@vger.kernel.org
2073 L: linux-kernel@vger.kernel.org
2074 S: Supported
2075 F: kernel/bpf/
2076
2077 BROADCOM B44 10/100 ETHERNET DRIVER
2078 M: Gary Zambrano <zambrano@broadcom.com>
2079 L: netdev@vger.kernel.org
2080 S: Supported
2081 F: drivers/net/ethernet/broadcom/b44.*
2082
2083 BROADCOM GENET ETHERNET DRIVER
2084 M: Florian Fainelli <f.fainelli@gmail.com>
2085 L: netdev@vger.kernel.org
2086 S: Supported
2087 F: drivers/net/ethernet/broadcom/genet/
2088
2089 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2090 M: Sony Chacko <sony.chacko@qlogic.com>
2091 M: Dept-HSGLinuxNICDev@qlogic.com
2092 L: netdev@vger.kernel.org
2093 S: Supported
2094 F: drivers/net/ethernet/broadcom/bnx2.*
2095 F: drivers/net/ethernet/broadcom/bnx2_*
2096
2097 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2098 M: Ariel Elior <ariel.elior@qlogic.com>
2099 L: netdev@vger.kernel.org
2100 S: Supported
2101 F: drivers/net/ethernet/broadcom/bnx2x/
2102
2103 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2104 M: Christian Daudt <bcm@fixthebug.org>
2105 M: Matt Porter <mporter@linaro.org>
2106 M: Florian Fainelli <f.fainelli@gmail.com>
2107 L: bcm-kernel-feedback-list@broadcom.com
2108 T: git git://github.com/broadcom/mach-bcm
2109 S: Maintained
2110 F: arch/arm/mach-bcm/
2111 F: arch/arm/boot/dts/bcm113*
2112 F: arch/arm/boot/dts/bcm216*
2113 F: arch/arm/boot/dts/bcm281*
2114 F: arch/arm/configs/bcm_defconfig
2115 F: drivers/mmc/host/sdhci-bcm-kona.c
2116 F: drivers/clocksource/bcm_kona_timer.c
2117
2118 BROADCOM BCM2835 ARM ARCHITECTURE
2119 M: Stephen Warren <swarren@wwwdotorg.org>
2120 M: Lee Jones <lee@kernel.org>
2121 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2122 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2123 S: Maintained
2124 N: bcm2835
2125
2126 BROADCOM BCM33XX MIPS ARCHITECTURE
2127 M: Kevin Cernekee <cernekee@gmail.com>
2128 L: linux-mips@linux-mips.org
2129 S: Maintained
2130 F: arch/mips/bcm3384/*
2131 F: arch/mips/include/asm/mach-bcm3384/*
2132 F: arch/mips/kernel/*bmips*
2133
2134 BROADCOM BCM5301X ARM ARCHITECTURE
2135 M: Hauke Mehrtens <hauke@hauke-m.de>
2136 L: linux-arm-kernel@lists.infradead.org
2137 S: Maintained
2138 F: arch/arm/mach-bcm/bcm_5301x.c
2139 F: arch/arm/boot/dts/bcm5301x.dtsi
2140 F: arch/arm/boot/dts/bcm470*
2141
2142 BROADCOM BCM63XX ARM ARCHITECTURE
2143 M: Florian Fainelli <f.fainelli@gmail.com>
2144 L: linux-arm-kernel@lists.infradead.org
2145 T: git git://git.github.com/brcm/linux.git
2146 S: Maintained
2147 F: arch/arm/mach-bcm/bcm63xx.c
2148 F: arch/arm/include/debug/bcm63xx.S
2149
2150 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2151 M: Kevin Cernekee <cernekee@gmail.com>
2152 L: linux-usb@vger.kernel.org
2153 S: Maintained
2154 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2155
2156 BROADCOM BCM7XXX ARM ARCHITECTURE
2157 M: Marc Carino <marc.ceeeee@gmail.com>
2158 M: Brian Norris <computersforpeace@gmail.com>
2159 M: Gregory Fong <gregory.0xf0@gmail.com>
2160 M: Florian Fainelli <f.fainelli@gmail.com>
2161 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2162 S: Maintained
2163 F: arch/arm/mach-bcm/*brcmstb*
2164 F: arch/arm/boot/dts/bcm7*.dts*
2165 F: drivers/bus/brcmstb_gisb.c
2166
2167 BROADCOM BMIPS MIPS ARCHITECTURE
2168 M: Kevin Cernekee <cernekee@gmail.com>
2169 M: Florian Fainelli <f.fainelli@gmail.com>
2170 L: linux-mips@linux-mips.org
2171 S: Maintained
2172 F: arch/mips/bmips/*
2173 F: arch/mips/include/asm/mach-bmips/*
2174 F: arch/mips/kernel/*bmips*
2175 F: arch/mips/boot/dts/bcm*.dts*
2176 F: drivers/irqchip/irq-bcm7*
2177 F: drivers/irqchip/irq-brcmstb*
2178
2179 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2180 M: Prashant Sreedharan <prashant@broadcom.com>
2181 M: Michael Chan <mchan@broadcom.com>
2182 L: netdev@vger.kernel.org
2183 S: Supported
2184 F: drivers/net/ethernet/broadcom/tg3.*
2185
2186 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2187 M: Brett Rudley <brudley@broadcom.com>
2188 M: Arend van Spriel <arend@broadcom.com>
2189 M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2190 M: Hante Meuleman <meuleman@broadcom.com>
2191 L: linux-wireless@vger.kernel.org
2192 L: brcm80211-dev-list@broadcom.com
2193 S: Supported
2194 F: drivers/net/wireless/brcm80211/
2195
2196 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2197 M: QLogic-Storage-Upstream@qlogic.com
2198 L: linux-scsi@vger.kernel.org
2199 S: Supported
2200 F: drivers/scsi/bnx2fc/
2201
2202 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2203 M: QLogic-Storage-Upstream@qlogic.com
2204 L: linux-scsi@vger.kernel.org
2205 S: Supported
2206 F: drivers/scsi/bnx2i/
2207
2208 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2209 M: Ray Jui <rjui@broadcom.com>
2210 M: Scott Branden <sbranden@broadcom.com>
2211 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2212 L: bcm-kernel-feedback-list@broadcom.com
2213 T: git git://git.github.com/brcm/linux.git
2214 S: Maintained
2215 N: iproc
2216 N: cygnus
2217 N: bcm9113*
2218 N: bcm9583*
2219 N: bcm583*
2220 N: bcm113*
2221
2222 BROADCOM KONA GPIO DRIVER
2223 M: Ray Jui <rjui@broadcom.com>
2224 L: bcm-kernel-feedback-list@broadcom.com
2225 S: Supported
2226 F: drivers/gpio/gpio-bcm-kona.c
2227 F: Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2228
2229 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2230 M: Rafał Miłecki <zajec5@gmail.com>
2231 L: linux-wireless@vger.kernel.org
2232 S: Maintained
2233 F: drivers/bcma/
2234 F: include/linux/bcma/
2235
2236 BROADCOM SYSTEMPORT ETHERNET DRIVER
2237 M: Florian Fainelli <f.fainelli@gmail.com>
2238 L: netdev@vger.kernel.org
2239 S: Supported
2240 F: drivers/net/ethernet/broadcom/bcmsysport.*
2241
2242 BROCADE BFA FC SCSI DRIVER
2243 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2244 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2245 L: linux-scsi@vger.kernel.org
2246 S: Supported
2247 F: drivers/scsi/bfa/
2248
2249 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2250 M: Rasesh Mody <rasesh.mody@qlogic.com>
2251 L: netdev@vger.kernel.org
2252 S: Supported
2253 F: drivers/net/ethernet/brocade/bna/
2254
2255 BSG (block layer generic sg v4 driver)
2256 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2257 L: linux-scsi@vger.kernel.org
2258 S: Supported
2259 F: block/bsg.c
2260 F: include/linux/bsg.h
2261 F: include/uapi/linux/bsg.h
2262
2263 BT87X AUDIO DRIVER
2264 M: Clemens Ladisch <clemens@ladisch.de>
2265 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2266 T: git git://git.alsa-project.org/alsa-kernel.git
2267 S: Maintained
2268 F: Documentation/sound/alsa/Bt87x.txt
2269 F: sound/pci/bt87x.c
2270
2271 BT8XXGPIO DRIVER
2272 M: Michael Buesch <m@bues.ch>
2273 W: http://bu3sch.de/btgpio.php
2274 S: Maintained
2275 F: drivers/gpio/gpio-bt8xx.c
2276
2277 BTRFS FILE SYSTEM
2278 M: Chris Mason <clm@fb.com>
2279 M: Josef Bacik <jbacik@fb.com>
2280 M: David Sterba <dsterba@suse.cz>
2281 L: linux-btrfs@vger.kernel.org
2282 W: http://btrfs.wiki.kernel.org/
2283 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2285 S: Maintained
2286 F: Documentation/filesystems/btrfs.txt
2287 F: fs/btrfs/
2288
2289 BTTV VIDEO4LINUX DRIVER
2290 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2291 L: linux-media@vger.kernel.org
2292 W: http://linuxtv.org
2293 T: git git://linuxtv.org/media_tree.git
2294 S: Odd fixes
2295 F: Documentation/video4linux/bttv/
2296 F: drivers/media/pci/bt8xx/bttv*
2297
2298 BUSLOGIC SCSI DRIVER
2299 M: Khalid Aziz <khalid@gonehiking.org>
2300 L: linux-scsi@vger.kernel.org
2301 S: Maintained
2302 F: drivers/scsi/BusLogic.*
2303 F: drivers/scsi/FlashPoint.*
2304
2305 C-MEDIA CMI8788 DRIVER
2306 M: Clemens Ladisch <clemens@ladisch.de>
2307 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2308 T: git git://git.alsa-project.org/alsa-kernel.git
2309 S: Maintained
2310 F: sound/pci/oxygen/
2311
2312 C6X ARCHITECTURE
2313 M: Mark Salter <msalter@redhat.com>
2314 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2315 L: linux-c6x-dev@linux-c6x.org
2316 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2317 S: Maintained
2318 F: arch/c6x/
2319
2320 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2321 M: David Howells <dhowells@redhat.com>
2322 L: linux-cachefs@redhat.com
2323 S: Supported
2324 F: Documentation/filesystems/caching/cachefiles.txt
2325 F: fs/cachefiles/
2326
2327 CADET FM/AM RADIO RECEIVER DRIVER
2328 M: Hans Verkuil <hverkuil@xs4all.nl>
2329 L: linux-media@vger.kernel.org
2330 T: git git://linuxtv.org/media_tree.git
2331 W: http://linuxtv.org
2332 S: Maintained
2333 F: drivers/media/radio/radio-cadet*
2334
2335 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2336 M: Jonathan Corbet <corbet@lwn.net>
2337 L: linux-media@vger.kernel.org
2338 T: git git://linuxtv.org/media_tree.git
2339 S: Maintained
2340 F: Documentation/video4linux/cafe_ccic
2341 F: drivers/media/platform/marvell-ccic/
2342
2343 CAIF NETWORK LAYER
2344 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2345 L: netdev@vger.kernel.org
2346 S: Supported
2347 F: Documentation/networking/caif/
2348 F: drivers/net/caif/
2349 F: include/uapi/linux/caif/
2350 F: include/net/caif/
2351 F: net/caif/
2352
2353 CALGARY x86-64 IOMMU
2354 M: Muli Ben-Yehuda <muli@il.ibm.com>
2355 M: "Jon D. Mason" <jdmason@kudzu.us>
2356 L: discuss@x86-64.org
2357 S: Maintained
2358 F: arch/x86/kernel/pci-calgary_64.c
2359 F: arch/x86/kernel/tce_64.c
2360 F: arch/x86/include/asm/calgary.h
2361 F: arch/x86/include/asm/tce.h
2362
2363 CAN NETWORK LAYER
2364 M: Oliver Hartkopp <socketcan@hartkopp.net>
2365 L: linux-can@vger.kernel.org
2366 W: http://gitorious.org/linux-can
2367 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2369 S: Maintained
2370 F: Documentation/networking/can.txt
2371 F: net/can/
2372 F: include/linux/can/core.h
2373 F: include/uapi/linux/can.h
2374 F: include/uapi/linux/can/bcm.h
2375 F: include/uapi/linux/can/raw.h
2376 F: include/uapi/linux/can/gw.h
2377
2378 CAN NETWORK DRIVERS
2379 M: Wolfgang Grandegger <wg@grandegger.com>
2380 M: Marc Kleine-Budde <mkl@pengutronix.de>
2381 L: linux-can@vger.kernel.org
2382 W: http://gitorious.org/linux-can
2383 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2384 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2385 S: Maintained
2386 F: drivers/net/can/
2387 F: include/linux/can/dev.h
2388 F: include/linux/can/platform/
2389 F: include/uapi/linux/can/error.h
2390 F: include/uapi/linux/can/netlink.h
2391
2392 CAPABILITIES
2393 M: Serge Hallyn <serge.hallyn@canonical.com>
2394 L: linux-security-module@vger.kernel.org
2395 S: Supported
2396 F: include/linux/capability.h
2397 F: include/uapi/linux/capability.h
2398 F: security/capability.c
2399 F: security/commoncap.c
2400 F: kernel/capability.c
2401
2402 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2403 M: Kevin Tsai <ktsai@capellamicro.com>
2404 S: Maintained
2405 F: drivers/iio/light/cm*
2406 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2407
2408 CC2520 IEEE-802.15.4 RADIO DRIVER
2409 M: Varka Bhadram <varkabhadram@gmail.com>
2410 L: linux-wpan@vger.kernel.org
2411 S: Maintained
2412 F: drivers/net/ieee802154/cc2520.c
2413 F: include/linux/spi/cc2520.h
2414 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2415
2416 CELL BROADBAND ENGINE ARCHITECTURE
2417 M: Arnd Bergmann <arnd@arndb.de>
2418 L: linuxppc-dev@lists.ozlabs.org
2419 L: cbe-oss-dev@lists.ozlabs.org
2420 W: http://www.ibm.com/developerworks/power/cell/
2421 S: Supported
2422 F: arch/powerpc/include/asm/cell*.h
2423 F: arch/powerpc/include/asm/spu*.h
2424 F: arch/powerpc/include/uapi/asm/spu*.h
2425 F: arch/powerpc/oprofile/*cell*
2426 F: arch/powerpc/platforms/cell/
2427
2428 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2429 M: Sage Weil <sage@inktank.com>
2430 L: ceph-devel@vger.kernel.org
2431 W: http://ceph.com/
2432 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2433 S: Supported
2434 F: Documentation/filesystems/ceph.txt
2435 F: fs/ceph/
2436 F: net/ceph/
2437 F: include/linux/ceph/
2438 F: include/linux/crush/
2439
2440 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2441 L: linux-usb@vger.kernel.org
2442 S: Orphan
2443 F: Documentation/usb/WUSB-Design-overview.txt
2444 F: Documentation/usb/wusb-cbaf
2445 F: drivers/usb/host/hwa-hc.c
2446 F: drivers/usb/host/whci/
2447 F: drivers/usb/wusbcore/
2448 F: include/linux/usb/wusb*
2449
2450 CFAG12864B LCD DRIVER
2451 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2452 W: http://miguelojeda.es/auxdisplay.htm
2453 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2454 S: Maintained
2455 F: drivers/auxdisplay/cfag12864b.c
2456 F: include/linux/cfag12864b.h
2457
2458 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2459 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2460 W: http://miguelojeda.es/auxdisplay.htm
2461 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2462 S: Maintained
2463 F: drivers/auxdisplay/cfag12864bfb.c
2464 F: include/linux/cfag12864b.h
2465
2466 CFG80211 and NL80211
2467 M: Johannes Berg <johannes@sipsolutions.net>
2468 L: linux-wireless@vger.kernel.org
2469 W: http://wireless.kernel.org/
2470 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2471 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2472 S: Maintained
2473 F: include/uapi/linux/nl80211.h
2474 F: include/net/cfg80211.h
2475 F: net/wireless/*
2476 X: net/wireless/wext*
2477
2478 CHAR and MISC DRIVERS
2479 M: Arnd Bergmann <arnd@arndb.de>
2480 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2481 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2482 S: Supported
2483 F: drivers/char/*
2484 F: drivers/misc/*
2485 F: include/linux/miscdevice.h
2486
2487 CHECKPATCH
2488 M: Andy Whitcroft <apw@canonical.com>
2489 M: Joe Perches <joe@perches.com>
2490 S: Maintained
2491 F: scripts/checkpatch.pl
2492
2493 CHINESE DOCUMENTATION
2494 M: Harry Wei <harryxiyou@gmail.com>
2495 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2496 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2497 S: Maintained
2498 F: Documentation/zh_CN/
2499
2500 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2501 M: Peter Chen <Peter.Chen@freescale.com>
2502 T: git git://github.com/hzpeterchen/linux-usb.git
2503 L: linux-usb@vger.kernel.org
2504 S: Maintained
2505 F: drivers/usb/chipidea/
2506
2507 CHROME HARDWARE PLATFORM SUPPORT
2508 M: Olof Johansson <olof@lixom.net>
2509 S: Maintained
2510 F: drivers/platform/chrome/
2511
2512 CISCO VIC ETHERNET NIC DRIVER
2513 M: Christian Benvenuti <benve@cisco.com>
2514 M: Sujith Sankar <ssujith@cisco.com>
2515 M: Govindarajulu Varadarajan <_govind@gmx.com>
2516 M: Neel Patel <neepatel@cisco.com>
2517 S: Supported
2518 F: drivers/net/ethernet/cisco/enic/
2519
2520 CISCO VIC LOW LATENCY NIC DRIVER
2521 M: Upinder Malhi <umalhi@cisco.com>
2522 S: Supported
2523 F: drivers/infiniband/hw/usnic
2524
2525 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2526 M: Hartley Sweeten <hsweeten@visionengravers.com>
2527 L: netdev@vger.kernel.org
2528 S: Maintained
2529 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2530
2531 CIRRUS LOGIC AUDIO CODEC DRIVERS
2532 M: Brian Austin <brian.austin@cirrus.com>
2533 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2534 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2535 S: Maintained
2536 F: sound/soc/codecs/cs*
2537
2538 CLEANCACHE API
2539 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2540 L: linux-kernel@vger.kernel.org
2541 S: Maintained
2542 F: mm/cleancache.c
2543 F: include/linux/cleancache.h
2544
2545 CLK API
2546 M: Russell King <linux@arm.linux.org.uk>
2547 S: Maintained
2548 F: include/linux/clk.h
2549
2550 CLOCKSOURCE, CLOCKEVENT DRIVERS
2551 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2552 M: Thomas Gleixner <tglx@linutronix.de>
2553 L: linux-kernel@vger.kernel.org
2554 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2555 S: Supported
2556 F: drivers/clocksource
2557
2558 CISCO FCOE HBA DRIVER
2559 M: Hiral Patel <hiralpat@cisco.com>
2560 M: Suma Ramars <sramars@cisco.com>
2561 M: Brian Uchino <buchino@cisco.com>
2562 L: linux-scsi@vger.kernel.org
2563 S: Supported
2564 F: drivers/scsi/fnic/
2565
2566 CMPC ACPI DRIVER
2567 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2568 M: Daniel Oliveira Nascimento <don@syst.com.br>
2569 L: platform-driver-x86@vger.kernel.org
2570 S: Supported
2571 F: drivers/platform/x86/classmate-laptop.c
2572
2573 COCCINELLE/Semantic Patches (SmPL)
2574 M: Julia Lawall <Julia.Lawall@lip6.fr>
2575 M: Gilles Muller <Gilles.Muller@lip6.fr>
2576 M: Nicolas Palix <nicolas.palix@imag.fr>
2577 M: Michal Marek <mmarek@suse.cz>
2578 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2579 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2580 W: http://coccinelle.lip6.fr/
2581 S: Supported
2582 F: Documentation/coccinelle.txt
2583 F: scripts/coccinelle/
2584 F: scripts/coccicheck
2585
2586 CODA FILE SYSTEM
2587 M: Jan Harkes <jaharkes@cs.cmu.edu>
2588 M: coda@cs.cmu.edu
2589 L: codalist@coda.cs.cmu.edu
2590 W: http://www.coda.cs.cmu.edu/
2591 S: Maintained
2592 F: Documentation/filesystems/coda.txt
2593 F: fs/coda/
2594 F: include/linux/coda*.h
2595 F: include/uapi/linux/coda*.h
2596
2597 CODA V4L2 MEM2MEM DRIVER
2598 M: Philipp Zabel <p.zabel@pengutronix.de>
2599 L: linux-media@vger.kernel.org
2600 S: Maintained
2601 F: Documentation/devicetree/bindings/media/coda.txt
2602 F: drivers/media/platform/coda/
2603
2604 COMMON CLK FRAMEWORK
2605 M: Mike Turquette <mturquette@linaro.org>
2606 M: Stephen Boyd <sboyd@codeaurora.org>
2607 L: linux-kernel@vger.kernel.org
2608 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2609 S: Maintained
2610 F: drivers/clk/
2611 X: drivers/clk/clkdev.c
2612 F: include/linux/clk-pr*
2613 F: include/linux/clk/
2614
2615 COMMON INTERNET FILE SYSTEM (CIFS)
2616 M: Steve French <sfrench@samba.org>
2617 L: linux-cifs@vger.kernel.org
2618 L: samba-technical@lists.samba.org (moderated for non-subscribers)
2619 W: http://linux-cifs.samba.org/
2620 T: git git://git.samba.org/sfrench/cifs-2.6.git
2621 S: Supported
2622 F: Documentation/filesystems/cifs/
2623 F: fs/cifs/
2624
2625 COMPACTPCI HOTPLUG CORE
2626 M: Scott Murray <scott@spiteful.org>
2627 L: linux-pci@vger.kernel.org
2628 S: Maintained
2629 F: drivers/pci/hotplug/cpci_hotplug*
2630
2631 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2632 M: Scott Murray <scott@spiteful.org>
2633 L: linux-pci@vger.kernel.org
2634 S: Maintained
2635 F: drivers/pci/hotplug/cpcihp_zt5550.*
2636
2637 COMPACTPCI HOTPLUG GENERIC DRIVER
2638 M: Scott Murray <scott@spiteful.org>
2639 L: linux-pci@vger.kernel.org
2640 S: Maintained
2641 F: drivers/pci/hotplug/cpcihp_generic.c
2642
2643 COMPAL LAPTOP SUPPORT
2644 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2645 L: platform-driver-x86@vger.kernel.org
2646 S: Maintained
2647 F: drivers/platform/x86/compal-laptop.c
2648
2649 CONEXANT ACCESSRUNNER USB DRIVER
2650 M: Simon Arlott <cxacru@fire.lp0.eu>
2651 L: accessrunner-general@lists.sourceforge.net
2652 W: http://accessrunner.sourceforge.net/
2653 S: Maintained
2654 F: drivers/usb/atm/cxacru.c
2655
2656 CONFIGFS
2657 M: Joel Becker <jlbec@evilplan.org>
2658 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2659 S: Supported
2660 F: fs/configfs/
2661 F: include/linux/configfs.h
2662
2663 CONNECTOR
2664 M: Evgeniy Polyakov <zbr@ioremap.net>
2665 L: netdev@vger.kernel.org
2666 S: Maintained
2667 F: drivers/connector/
2668
2669 CONTROL GROUP (CGROUP)
2670 M: Tejun Heo <tj@kernel.org>
2671 M: Li Zefan <lizefan@huawei.com>
2672 L: cgroups@vger.kernel.org
2673 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2674 S: Maintained
2675 F: Documentation/cgroups/
2676 F: include/linux/cgroup*
2677 F: kernel/cgroup*
2678
2679 CONTROL GROUP - CPUSET
2680 M: Li Zefan <lizefan@huawei.com>
2681 L: cgroups@vger.kernel.org
2682 W: http://www.bullopensource.org/cpuset/
2683 W: http://oss.sgi.com/projects/cpusets/
2684 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2685 S: Maintained
2686 F: Documentation/cgroups/cpusets.txt
2687 F: include/linux/cpuset.h
2688 F: kernel/cpuset.c
2689
2690 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2691 M: Johannes Weiner <hannes@cmpxchg.org>
2692 M: Michal Hocko <mhocko@suse.cz>
2693 L: cgroups@vger.kernel.org
2694 L: linux-mm@kvack.org
2695 S: Maintained
2696 F: mm/memcontrol.c
2697 F: mm/swap_cgroup.c
2698
2699 CORETEMP HARDWARE MONITORING DRIVER
2700 M: Fenghua Yu <fenghua.yu@intel.com>
2701 L: lm-sensors@lm-sensors.org
2702 S: Maintained
2703 F: Documentation/hwmon/coretemp
2704 F: drivers/hwmon/coretemp.c
2705
2706 COSA/SRP SYNC SERIAL DRIVER
2707 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2708 W: http://www.fi.muni.cz/~kas/cosa/
2709 S: Maintained
2710 F: drivers/net/wan/cosa*
2711
2712 CPMAC ETHERNET DRIVER
2713 M: Florian Fainelli <florian@openwrt.org>
2714 L: netdev@vger.kernel.org
2715 S: Maintained
2716 F: drivers/net/ethernet/ti/cpmac.c
2717
2718 CPU FREQUENCY DRIVERS
2719 M: Rafael J. Wysocki <rjw@rjwysocki.net>
2720 M: Viresh Kumar <viresh.kumar@linaro.org>
2721 L: linux-pm@vger.kernel.org
2722 S: Maintained
2723 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2724 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2725 F: drivers/cpufreq/
2726 F: include/linux/cpufreq.h
2727
2728 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2729 M: Viresh Kumar <viresh.kumar@linaro.org>
2730 M: Sudeep Holla <sudeep.holla@arm.com>
2731 L: linux-pm@vger.kernel.org
2732 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2733 S: Maintained
2734 F: drivers/cpufreq/arm_big_little.h
2735 F: drivers/cpufreq/arm_big_little.c
2736 F: drivers/cpufreq/arm_big_little_dt.c
2737
2738 CPUIDLE DRIVER - ARM BIG LITTLE
2739 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2740 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2741 L: linux-pm@vger.kernel.org
2742 L: linux-arm-kernel@lists.infradead.org
2743 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2744 S: Maintained
2745 F: drivers/cpuidle/cpuidle-big_little.c
2746
2747 CPUIDLE DRIVER - ARM EXYNOS
2748 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2749 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2750 M: Kukjin Kim <kgene@kernel.org>
2751 L: linux-pm@vger.kernel.org
2752 L: linux-samsung-soc@vger.kernel.org
2753 S: Supported
2754 F: drivers/cpuidle/cpuidle-exynos.c
2755 F: arch/arm/mach-exynos/pm.c
2756
2757 CPUIDLE DRIVERS
2758 M: Rafael J. Wysocki <rjw@rjwysocki.net>
2759 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2760 L: linux-pm@vger.kernel.org
2761 S: Maintained
2762 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2763 F: drivers/cpuidle/*
2764 F: include/linux/cpuidle.h
2765
2766 CPUID/MSR DRIVER
2767 M: "H. Peter Anvin" <hpa@zytor.com>
2768 S: Maintained
2769 F: arch/x86/kernel/cpuid.c
2770 F: arch/x86/kernel/msr.c
2771
2772 CPU POWER MONITORING SUBSYSTEM
2773 M: Thomas Renninger <trenn@suse.de>
2774 L: linux-pm@vger.kernel.org
2775 S: Maintained
2776 F: tools/power/cpupower/
2777
2778 CRAMFS FILESYSTEM
2779 W: http://sourceforge.net/projects/cramfs/
2780 S: Orphan / Obsolete
2781 F: Documentation/filesystems/cramfs.txt
2782 F: fs/cramfs/
2783
2784 CRIS PORT
2785 M: Mikael Starvik <starvik@axis.com>
2786 M: Jesper Nilsson <jesper.nilsson@axis.com>
2787 L: linux-cris-kernel@axis.com
2788 W: http://developer.axis.com
2789 S: Maintained
2790 F: arch/cris/
2791 F: drivers/tty/serial/crisv10.*
2792
2793 CRYPTO API
2794 M: Herbert Xu <herbert@gondor.apana.org.au>
2795 M: "David S. Miller" <davem@davemloft.net>
2796 L: linux-crypto@vger.kernel.org
2797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2798 S: Maintained
2799 F: Documentation/crypto/
2800 F: arch/*/crypto/
2801 F: crypto/
2802 F: drivers/crypto/
2803 F: include/crypto/
2804
2805 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2806 M: Neil Horman <nhorman@tuxdriver.com>
2807 L: linux-crypto@vger.kernel.org
2808 S: Maintained
2809 F: crypto/ansi_cprng.c
2810 F: crypto/rng.c
2811
2812 CS5535 Audio ALSA driver
2813 M: Jaya Kumar <jayakumar.alsa@gmail.com>
2814 S: Maintained
2815 F: sound/pci/cs5535audio/
2816
2817 CW1200 WLAN driver
2818 M: Solomon Peachy <pizza@shaftnet.org>
2819 S: Maintained
2820 F: drivers/net/wireless/cw1200/
2821
2822 CX18 VIDEO4LINUX DRIVER
2823 M: Andy Walls <awalls@md.metrocast.net>
2824 L: ivtv-devel@ivtvdriver.org (subscribers-only)
2825 L: linux-media@vger.kernel.org
2826 T: git git://linuxtv.org/media_tree.git
2827 W: http://linuxtv.org
2828 W: http://www.ivtvdriver.org/index.php/Cx18
2829 S: Maintained
2830 F: Documentation/video4linux/cx18.txt
2831 F: drivers/media/pci/cx18/
2832 F: include/uapi/linux/ivtv*
2833
2834 CX2341X MPEG ENCODER HELPER MODULE
2835 M: Hans Verkuil <hverkuil@xs4all.nl>
2836 L: linux-media@vger.kernel.org
2837 T: git git://linuxtv.org/media_tree.git
2838 W: http://linuxtv.org
2839 S: Maintained
2840 F: drivers/media/common/cx2341x*
2841 F: include/media/cx2341x*
2842
2843 CX88 VIDEO4LINUX DRIVER
2844 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2845 L: linux-media@vger.kernel.org
2846 W: http://linuxtv.org
2847 T: git git://linuxtv.org/media_tree.git
2848 S: Odd fixes
2849 F: Documentation/video4linux/cx88/
2850 F: drivers/media/pci/cx88/
2851
2852 CXD2820R MEDIA DRIVER
2853 M: Antti Palosaari <crope@iki.fi>
2854 L: linux-media@vger.kernel.org
2855 W: http://linuxtv.org/
2856 W: http://palosaari.fi/linux/
2857 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2858 T: git git://linuxtv.org/anttip/media_tree.git
2859 S: Maintained
2860 F: drivers/media/dvb-frontends/cxd2820r*
2861
2862 CXGB3 ETHERNET DRIVER (CXGB3)
2863 M: Santosh Raspatur <santosh@chelsio.com>
2864 L: netdev@vger.kernel.org
2865 W: http://www.chelsio.com
2866 S: Supported
2867 F: drivers/net/ethernet/chelsio/cxgb3/
2868
2869 CXGB3 ISCSI DRIVER (CXGB3I)
2870 M: Karen Xie <kxie@chelsio.com>
2871 L: linux-scsi@vger.kernel.org
2872 W: http://www.chelsio.com
2873 S: Supported
2874 F: drivers/scsi/cxgbi/cxgb3i
2875
2876 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2877 M: Steve Wise <swise@chelsio.com>
2878 L: linux-rdma@vger.kernel.org
2879 W: http://www.openfabrics.org
2880 S: Supported
2881 F: drivers/infiniband/hw/cxgb3/
2882
2883 CXGB4 ETHERNET DRIVER (CXGB4)
2884 M: Hariprasad S <hariprasad@chelsio.com>
2885 L: netdev@vger.kernel.org
2886 W: http://www.chelsio.com
2887 S: Supported
2888 F: drivers/net/ethernet/chelsio/cxgb4/
2889
2890 CXGB4 ISCSI DRIVER (CXGB4I)
2891 M: Karen Xie <kxie@chelsio.com>
2892 L: linux-scsi@vger.kernel.org
2893 W: http://www.chelsio.com
2894 S: Supported
2895 F: drivers/scsi/cxgbi/cxgb4i
2896
2897 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2898 M: Steve Wise <swise@chelsio.com>
2899 L: linux-rdma@vger.kernel.org
2900 W: http://www.openfabrics.org
2901 S: Supported
2902 F: drivers/infiniband/hw/cxgb4/
2903
2904 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2905 M: Casey Leedom <leedom@chelsio.com>
2906 L: netdev@vger.kernel.org
2907 W: http://www.chelsio.com
2908 S: Supported
2909 F: drivers/net/ethernet/chelsio/cxgb4vf/
2910
2911 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2912 M: Ian Munsie <imunsie@au1.ibm.com>
2913 M: Michael Neuling <mikey@neuling.org>
2914 L: linuxppc-dev@lists.ozlabs.org
2915 S: Supported
2916 F: drivers/misc/cxl/
2917 F: include/misc/cxl.h
2918 F: include/uapi/misc/cxl.h
2919 F: Documentation/powerpc/cxl.txt
2920 F: Documentation/powerpc/cxl.txt
2921 F: Documentation/ABI/testing/sysfs-class-cxl
2922
2923 STMMAC ETHERNET DRIVER
2924 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
2925 L: netdev@vger.kernel.org
2926 W: http://www.stlinux.com
2927 S: Supported
2928 F: drivers/net/ethernet/stmicro/stmmac/
2929
2930 CYBERPRO FB DRIVER
2931 M: Russell King <linux@arm.linux.org.uk>
2932 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2933 W: http://www.arm.linux.org.uk/
2934 S: Maintained
2935 F: drivers/video/fbdev/cyber2000fb.*
2936
2937 CYCLADES ASYNC MUX DRIVER
2938 W: http://www.cyclades.com/
2939 S: Orphan
2940 F: drivers/tty/cyclades.c
2941 F: include/linux/cyclades.h
2942 F: include/uapi/linux/cyclades.h
2943
2944 CYCLADES PC300 DRIVER
2945 W: http://www.cyclades.com/
2946 S: Orphan
2947 F: drivers/net/wan/pc300*
2948
2949 CYPRESS_FIRMWARE MEDIA DRIVER
2950 M: Antti Palosaari <crope@iki.fi>
2951 L: linux-media@vger.kernel.org
2952 W: http://linuxtv.org/
2953 W: http://palosaari.fi/linux/
2954 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2955 T: git git://linuxtv.org/anttip/media_tree.git
2956 S: Maintained
2957 F: drivers/media/common/cypress_firmware*
2958
2959 CYTTSP TOUCHSCREEN DRIVER
2960 M: Ferruh Yigit <fery@cypress.com>
2961 L: linux-input@vger.kernel.org
2962 S: Supported
2963 F: drivers/input/touchscreen/cyttsp*
2964 F: include/linux/input/cyttsp.h
2965
2966 DAMA SLAVE for AX.25
2967 M: Joerg Reuter <jreuter@yaina.de>
2968 W: http://yaina.de/jreuter/
2969 W: http://www.qsl.net/dl1bke/
2970 L: linux-hams@vger.kernel.org
2971 S: Maintained
2972 F: net/ax25/af_ax25.c
2973 F: net/ax25/ax25_dev.c
2974 F: net/ax25/ax25_ds_*
2975 F: net/ax25/ax25_in.c
2976 F: net/ax25/ax25_out.c
2977 F: net/ax25/ax25_timer.c
2978 F: net/ax25/sysctl_net_ax25.c
2979
2980 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2981 L: netdev@vger.kernel.org
2982 S: Orphan
2983 F: Documentation/networking/dmfe.txt
2984 F: drivers/net/ethernet/dec/tulip/dmfe.c
2985
2986 DC390/AM53C974 SCSI driver
2987 M: Hannes Reinecke <hare@suse.de>
2988 L: linux-scsi@vger.kernel.org
2989 S: Maintained
2990 F: drivers/scsi/am53c974.c
2991
2992 DC395x SCSI driver
2993 M: Oliver Neukum <oliver@neukum.org>
2994 M: Ali Akcaagac <aliakc@web.de>
2995 M: Jamie Lenehan <lenehan@twibble.org>
2996 L: dc395x@twibble.org
2997 W: http://twibble.org/dist/dc395x/
2998 W: http://lists.twibble.org/mailman/listinfo/dc395x/
2999 S: Maintained
3000 F: Documentation/scsi/dc395x.txt
3001 F: drivers/scsi/dc395x.*
3002
3003 DCCP PROTOCOL
3004 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3005 L: dccp@vger.kernel.org
3006 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3007 S: Maintained
3008 F: include/linux/dccp.h
3009 F: include/uapi/linux/dccp.h
3010 F: include/linux/tfrc.h
3011 F: net/dccp/
3012
3013 DECnet NETWORK LAYER
3014 W: http://linux-decnet.sourceforge.net
3015 L: linux-decnet-user@lists.sourceforge.net
3016 S: Orphan
3017 F: Documentation/networking/decnet.txt
3018 F: net/decnet/
3019
3020 DECSTATION PLATFORM SUPPORT
3021 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3022 L: linux-mips@linux-mips.org
3023 W: http://www.linux-mips.org/wiki/DECstation
3024 S: Maintained
3025 F: arch/mips/dec/
3026 F: arch/mips/include/asm/dec/
3027 F: arch/mips/include/asm/mach-dec/
3028
3029 DEFXX FDDI NETWORK DRIVER
3030 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3031 S: Maintained
3032 F: drivers/net/fddi/defxx.*
3033
3034 DELL LAPTOP DRIVER
3035 M: Matthew Garrett <mjg59@srcf.ucam.org>
3036 L: platform-driver-x86@vger.kernel.org
3037 S: Maintained
3038 F: drivers/platform/x86/dell-laptop.c
3039
3040 DELL LAPTOP SMM DRIVER
3041 M: Guenter Roeck <linux@roeck-us.net>
3042 S: Maintained
3043 F: drivers/char/i8k.c
3044 F: include/uapi/linux/i8k.h
3045
3046 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3047 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3048 S: Maintained
3049 F: Documentation/dcdbas.txt
3050 F: drivers/firmware/dcdbas.*
3051
3052 DELL WMI EXTRAS DRIVER
3053 M: Matthew Garrett <mjg59@srcf.ucam.org>
3054 S: Maintained
3055 F: drivers/platform/x86/dell-wmi.c
3056
3057 DESIGNWARE USB2 DRD IP DRIVER
3058 M: John Youn <johnyoun@synopsys.com>
3059 L: linux-usb@vger.kernel.org
3060 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3061 S: Maintained
3062 F: drivers/usb/dwc2/
3063
3064 DESIGNWARE USB3 DRD IP DRIVER
3065 M: Felipe Balbi <balbi@ti.com>
3066 L: linux-usb@vger.kernel.org
3067 L: linux-omap@vger.kernel.org
3068 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3069 S: Maintained
3070 F: drivers/usb/dwc3/
3071
3072 DEVICE COREDUMP (DEV_COREDUMP)
3073 M: Johannes Berg <johannes@sipsolutions.net>
3074 L: linux-kernel@vger.kernel.org
3075 S: Maintained
3076 F: drivers/base/devcoredump.c
3077 F: include/linux/devcoredump.h
3078
3079 DEVICE FREQUENCY (DEVFREQ)
3080 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3081 M: Kyungmin Park <kyungmin.park@samsung.com>
3082 L: linux-pm@vger.kernel.org
3083 S: Maintained
3084 F: drivers/devfreq/
3085
3086 DEVICE NUMBER REGISTRY
3087 M: Torben Mathiasen <device@lanana.org>
3088 W: http://lanana.org/docs/device-list/index.html
3089 S: Maintained
3090
3091 DEVICE-MAPPER (LVM)
3092 M: Alasdair Kergon <agk@redhat.com>
3093 M: Mike Snitzer <snitzer@redhat.com>
3094 M: dm-devel@redhat.com
3095 L: dm-devel@redhat.com
3096 W: http://sources.redhat.com/dm
3097 Q: http://patchwork.kernel.org/project/dm-devel/list/
3098 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3099 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3100 S: Maintained
3101 F: Documentation/device-mapper/
3102 F: drivers/md/dm*
3103 F: drivers/md/persistent-data/
3104 F: include/linux/device-mapper.h
3105 F: include/linux/dm-*.h
3106 F: include/uapi/linux/dm-*.h
3107
3108 DIALOG SEMICONDUCTOR DRIVERS
3109 M: Support Opensource <support.opensource@diasemi.com>
3110 W: http://www.dialog-semiconductor.com/products
3111 S: Supported
3112 F: Documentation/hwmon/da90??
3113 F: drivers/gpio/gpio-da90??.c
3114 F: drivers/hwmon/da90??-hwmon.c
3115 F: drivers/input/misc/da90??_onkey.c
3116 F: drivers/input/touchscreen/da9052_tsi.c
3117 F: drivers/leds/leds-da90??.c
3118 F: drivers/mfd/da903x.c
3119 F: drivers/mfd/da90??-*.c
3120 F: drivers/power/da9052-battery.c
3121 F: drivers/regulator/da903x.c
3122 F: drivers/regulator/da9???-regulator.[ch]
3123 F: drivers/rtc/rtc-da90??.c
3124 F: drivers/video/backlight/da90??_bl.c
3125 F: drivers/watchdog/da90??_wdt.c
3126 F: include/linux/mfd/da903x.h
3127 F: include/linux/mfd/da9052/
3128 F: include/linux/mfd/da9055/
3129 F: include/linux/mfd/da9063/
3130 F: include/sound/da[79]*.h
3131 F: sound/soc/codecs/da[79]*.[ch]
3132
3133 DIGI NEO AND CLASSIC PCI PRODUCTS
3134 M: Lidza Louina <lidza.louina@gmail.com>
3135 M: Mark Hounschell <markh@compro.net>
3136 L: driverdev-devel@linuxdriverproject.org
3137 S: Maintained
3138 F: drivers/staging/dgnc/
3139
3140 DIGI EPCA PCI PRODUCTS
3141 M: Lidza Louina <lidza.louina@gmail.com>
3142 M: Mark Hounschell <markh@compro.net>
3143 M: Daeseok Youn <daeseok.youn@gmail.com>
3144 L: driverdev-devel@linuxdriverproject.org
3145 S: Maintained
3146 F: drivers/staging/dgap/
3147
3148 DIOLAN U2C-12 I2C DRIVER
3149 M: Guenter Roeck <linux@roeck-us.net>
3150 L: linux-i2c@vger.kernel.org
3151 S: Maintained
3152 F: drivers/i2c/busses/i2c-diolan-u2c.c
3153
3154 DIRECT ACCESS (DAX)
3155 M: Matthew Wilcox <willy@linux.intel.com>
3156 L: linux-fsdevel@vger.kernel.org
3157 S: Supported
3158 F: fs/dax.c
3159
3160 DIRECTORY NOTIFICATION (DNOTIFY)
3161 M: Eric Paris <eparis@parisplace.org>
3162 S: Maintained
3163 F: Documentation/filesystems/dnotify.txt
3164 F: fs/notify/dnotify/
3165 F: include/linux/dnotify.h
3166
3167 DISK GEOMETRY AND PARTITION HANDLING
3168 M: Andries Brouwer <aeb@cwi.nl>
3169 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3170 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3171 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3172 S: Maintained
3173
3174 DISKQUOTA
3175 M: Jan Kara <jack@suse.cz>
3176 S: Maintained
3177 F: Documentation/filesystems/quota.txt
3178 F: fs/quota/
3179 F: include/linux/quota*.h
3180 F: include/uapi/linux/quota*.h
3181
3182 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3183 M: Bernie Thompson <bernie@plugable.com>
3184 L: linux-fbdev@vger.kernel.org
3185 S: Maintained
3186 W: http://plugable.com/category/projects/udlfb/
3187 F: drivers/video/fbdev/udlfb.c
3188 F: include/video/udlfb.h
3189 F: Documentation/fb/udlfb.txt
3190
3191 DISTRIBUTED LOCK MANAGER (DLM)
3192 M: Christine Caulfield <ccaulfie@redhat.com>
3193 M: David Teigland <teigland@redhat.com>
3194 L: cluster-devel@redhat.com
3195 W: http://sources.redhat.com/cluster/
3196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3197 S: Supported
3198 F: fs/dlm/
3199
3200 DMA BUFFER SHARING FRAMEWORK
3201 M: Sumit Semwal <sumit.semwal@linaro.org>
3202 S: Maintained
3203 L: linux-media@vger.kernel.org
3204 L: dri-devel@lists.freedesktop.org
3205 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3206 F: drivers/dma-buf/
3207 F: include/linux/dma-buf*
3208 F: include/linux/reservation.h
3209 F: include/linux/*fence.h
3210 F: Documentation/dma-buf-sharing.txt
3211 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3212
3213 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3214 M: Vinod Koul <vinod.koul@intel.com>
3215 L: dmaengine@vger.kernel.org
3216 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3217 S: Maintained
3218 F: drivers/dma/
3219 F: include/linux/dmaengine.h
3220 F: Documentation/dmaengine/
3221 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3222
3223 DME1737 HARDWARE MONITOR DRIVER
3224 M: Juerg Haefliger <juergh@gmail.com>
3225 L: lm-sensors@lm-sensors.org
3226 S: Maintained
3227 F: Documentation/hwmon/dme1737
3228 F: drivers/hwmon/dme1737.c
3229
3230 DOCKING STATION DRIVER
3231 M: Shaohua Li <shaohua.li@intel.com>
3232 L: linux-acpi@vger.kernel.org
3233 S: Supported
3234 F: drivers/acpi/dock.c
3235
3236 DOCUMENTATION
3237 M: Jonathan Corbet <corbet@lwn.net>
3238 L: linux-doc@vger.kernel.org
3239 S: Maintained
3240 F: Documentation/
3241 X: Documentation/ABI/
3242 X: Documentation/devicetree/
3243 X: Documentation/[a-z][a-z]_[A-Z][A-Z]/
3244 T: git git://git.lwn.net/linux-2.6.git docs-next
3245
3246 DOUBLETALK DRIVER
3247 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3248 L: blinux-list@redhat.com
3249 S: Maintained
3250 F: drivers/char/dtlk.c
3251 F: include/linux/dtlk.h
3252
3253 DPT_I2O SCSI RAID DRIVER
3254 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3255 L: linux-scsi@vger.kernel.org
3256 W: http://www.adaptec.com/
3257 S: Maintained
3258 F: drivers/scsi/dpt*
3259 F: drivers/scsi/dpt/
3260
3261 DRBD DRIVER
3262 P: Philipp Reisner
3263 P: Lars Ellenberg
3264 M: drbd-dev@lists.linbit.com
3265 L: drbd-user@lists.linbit.com
3266 W: http://www.drbd.org
3267 T: git git://git.drbd.org/linux-2.6-drbd.git drbd
3268 T: git git://git.drbd.org/drbd-8.3.git
3269 S: Supported
3270 F: drivers/block/drbd/
3271 F: lib/lru_cache.c
3272 F: Documentation/blockdev/drbd/
3273
3274 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3275 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3276 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3277 S: Supported
3278 F: Documentation/kobject.txt
3279 F: drivers/base/
3280 F: fs/sysfs/
3281 F: fs/debugfs/
3282 F: include/linux/kobj*
3283 F: include/linux/debugfs.h
3284 F: lib/kobj*
3285
3286 DRM DRIVERS
3287 M: David Airlie <airlied@linux.ie>
3288 L: dri-devel@lists.freedesktop.org
3289 T: git git://people.freedesktop.org/~airlied/linux
3290 S: Maintained
3291 F: drivers/gpu/drm/
3292 F: drivers/gpu/vga/
3293 F: include/drm/
3294 F: include/uapi/drm/
3295
3296 RADEON DRM DRIVERS
3297 M: Alex Deucher <alexander.deucher@amd.com>
3298 M: Christian König <christian.koenig@amd.com>
3299 L: dri-devel@lists.freedesktop.org
3300 T: git git://people.freedesktop.org/~agd5f/linux
3301 S: Supported
3302 F: drivers/gpu/drm/radeon/
3303 F: include/uapi/drm/radeon*
3304
3305 DRM PANEL DRIVERS
3306 M: Thierry Reding <thierry.reding@gmail.com>
3307 L: dri-devel@lists.freedesktop.org
3308 T: git git://anongit.freedesktop.org/tegra/linux.git
3309 S: Maintained
3310 F: drivers/gpu/drm/drm_panel.c
3311 F: drivers/gpu/drm/panel/
3312 F: include/drm/drm_panel.h
3313 F: Documentation/devicetree/bindings/panel/
3314
3315 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3316 M: Daniel Vetter <daniel.vetter@intel.com>
3317 M: Jani Nikula <jani.nikula@linux.intel.com>
3318 L: intel-gfx@lists.freedesktop.org
3319 L: dri-devel@lists.freedesktop.org
3320 Q: http://patchwork.freedesktop.org/project/intel-gfx/
3321 T: git git://anongit.freedesktop.org/drm-intel
3322 S: Supported
3323 F: drivers/gpu/drm/i915/
3324 F: include/drm/i915*
3325 F: include/uapi/drm/i915*
3326
3327 DRM DRIVERS FOR EXYNOS
3328 M: Inki Dae <inki.dae@samsung.com>
3329 M: Joonyoung Shim <jy0922.shim@samsung.com>
3330 M: Seung-Woo Kim <sw0312.kim@samsung.com>
3331 M: Kyungmin Park <kyungmin.park@samsung.com>
3332 L: dri-devel@lists.freedesktop.org
3333 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3334 S: Supported
3335 F: drivers/gpu/drm/exynos/
3336 F: include/drm/exynos*
3337 F: include/uapi/drm/exynos*
3338
3339 DRM DRIVERS FOR FREESCALE IMX
3340 M: Philipp Zabel <p.zabel@pengutronix.de>
3341 L: dri-devel@lists.freedesktop.org
3342 S: Maintained
3343 F: drivers/gpu/drm/imx/
3344 F: Documentation/devicetree/bindings/drm/imx/
3345
3346 DRM DRIVERS FOR NVIDIA TEGRA
3347 M: Thierry Reding <thierry.reding@gmail.com>
3348 M: Terje Bergström <tbergstrom@nvidia.com>
3349 L: dri-devel@lists.freedesktop.org
3350 L: linux-tegra@vger.kernel.org
3351 T: git git://anongit.freedesktop.org/tegra/linux.git
3352 S: Supported
3353 F: drivers/gpu/drm/tegra/
3354 F: drivers/gpu/host1x/
3355 F: include/linux/host1x.h
3356 F: include/uapi/drm/tegra_drm.h
3357 F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3358
3359 DRM DRIVERS FOR RENESAS
3360 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3361 L: dri-devel@lists.freedesktop.org
3362 L: linux-sh@vger.kernel.org
3363 T: git git://people.freedesktop.org/~airlied/linux
3364 S: Supported
3365 F: drivers/gpu/drm/rcar-du/
3366 F: drivers/gpu/drm/shmobile/
3367 F: include/linux/platform_data/rcar-du.h
3368 F: include/linux/platform_data/shmob_drm.h
3369
3370 DSBR100 USB FM RADIO DRIVER
3371 M: Alexey Klimov <klimov.linux@gmail.com>
3372 L: linux-media@vger.kernel.org
3373 T: git git://linuxtv.org/media_tree.git
3374 S: Maintained
3375 F: drivers/media/radio/dsbr100.c
3376
3377 DSCC4 DRIVER
3378 M: Francois Romieu <romieu@fr.zoreil.com>
3379 L: netdev@vger.kernel.org
3380 S: Maintained
3381 F: drivers/net/wan/dscc4.c
3382
3383 DVB_USB_AF9015 MEDIA DRIVER
3384 M: Antti Palosaari <crope@iki.fi>
3385 L: linux-media@vger.kernel.org
3386 W: http://linuxtv.org/
3387 W: http://palosaari.fi/linux/
3388 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3389 T: git git://linuxtv.org/anttip/media_tree.git
3390 S: Maintained
3391 F: drivers/media/usb/dvb-usb-v2/af9015*
3392
3393 DVB_USB_AF9035 MEDIA DRIVER
3394 M: Antti Palosaari <crope@iki.fi>
3395 L: linux-media@vger.kernel.org
3396 W: http://linuxtv.org/
3397 W: http://palosaari.fi/linux/
3398 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3399 T: git git://linuxtv.org/anttip/media_tree.git
3400 S: Maintained
3401 F: drivers/media/usb/dvb-usb-v2/af9035*
3402
3403 DVB_USB_ANYSEE MEDIA DRIVER
3404 M: Antti Palosaari <crope@iki.fi>
3405 L: linux-media@vger.kernel.org
3406 W: http://linuxtv.org/
3407 W: http://palosaari.fi/linux/
3408 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3409 T: git git://linuxtv.org/anttip/media_tree.git
3410 S: Maintained
3411 F: drivers/media/usb/dvb-usb-v2/anysee*
3412
3413 DVB_USB_AU6610 MEDIA DRIVER
3414 M: Antti Palosaari <crope@iki.fi>
3415 L: linux-media@vger.kernel.org
3416 W: http://linuxtv.org/
3417 W: http://palosaari.fi/linux/
3418 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3419 T: git git://linuxtv.org/anttip/media_tree.git
3420 S: Maintained
3421 F: drivers/media/usb/dvb-usb-v2/au6610*
3422
3423 DVB_USB_CE6230 MEDIA DRIVER
3424 M: Antti Palosaari <crope@iki.fi>
3425 L: linux-media@vger.kernel.org
3426 W: http://linuxtv.org/
3427 W: http://palosaari.fi/linux/
3428 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3429 T: git git://linuxtv.org/anttip/media_tree.git
3430 S: Maintained
3431 F: drivers/media/usb/dvb-usb-v2/ce6230*
3432
3433 DVB_USB_CXUSB MEDIA DRIVER
3434 M: Michael Krufky <mkrufky@linuxtv.org>
3435 L: linux-media@vger.kernel.org
3436 W: http://linuxtv.org/
3437 W: http://github.com/mkrufky
3438 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3439 T: git git://linuxtv.org/media_tree.git
3440 S: Maintained
3441 F: drivers/media/usb/dvb-usb/cxusb*
3442
3443 DVB_USB_EC168 MEDIA DRIVER
3444 M: Antti Palosaari <crope@iki.fi>
3445 L: linux-media@vger.kernel.org
3446 W: http://linuxtv.org/
3447 W: http://palosaari.fi/linux/
3448 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3449 T: git git://linuxtv.org/anttip/media_tree.git
3450 S: Maintained
3451 F: drivers/media/usb/dvb-usb-v2/ec168*
3452
3453 DVB_USB_GL861 MEDIA DRIVER
3454 M: Antti Palosaari <crope@iki.fi>
3455 L: linux-media@vger.kernel.org
3456 W: http://linuxtv.org/
3457 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3458 T: git git://linuxtv.org/anttip/media_tree.git
3459 S: Maintained
3460 F: drivers/media/usb/dvb-usb-v2/gl861*
3461
3462 DVB_USB_MXL111SF MEDIA DRIVER
3463 M: Michael Krufky <mkrufky@linuxtv.org>
3464 L: linux-media@vger.kernel.org
3465 W: http://linuxtv.org/
3466 W: http://github.com/mkrufky
3467 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3468 T: git git://linuxtv.org/mkrufky/mxl111sf.git
3469 S: Maintained
3470 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3471
3472 DVB_USB_RTL28XXU MEDIA DRIVER
3473 M: Antti Palosaari <crope@iki.fi>
3474 L: linux-media@vger.kernel.org
3475 W: http://linuxtv.org/
3476 W: http://palosaari.fi/linux/
3477 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3478 T: git git://linuxtv.org/anttip/media_tree.git
3479 S: Maintained
3480 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3481
3482 DVB_USB_V2 MEDIA DRIVER
3483 M: Antti Palosaari <crope@iki.fi>
3484 L: linux-media@vger.kernel.org
3485 W: http://linuxtv.org/
3486 W: http://palosaari.fi/linux/
3487 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3488 T: git git://linuxtv.org/anttip/media_tree.git
3489 S: Maintained
3490 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3491 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3492
3493 DYNAMIC DEBUG
3494 M: Jason Baron <jbaron@akamai.com>
3495 S: Maintained
3496 F: lib/dynamic_debug.c
3497 F: include/linux/dynamic_debug.h
3498
3499 DZ DECSTATION DZ11 SERIAL DRIVER
3500 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3501 S: Maintained
3502 F: drivers/tty/serial/dz.*
3503
3504 E3X0 POWER BUTTON DRIVER
3505 M: Moritz Fischer <moritz.fischer@ettus.com>
3506 L: usrp-users@lists.ettus.com
3507 W: http://www.ettus.com
3508 S: Supported
3509 F: drivers/input/misc/e3x0-button.c
3510 F: Documentation/devicetree/bindings/input/e3x0-button.txt
3511
3512 E4000 MEDIA DRIVER
3513 M: Antti Palosaari <crope@iki.fi>
3514 L: linux-media@vger.kernel.org
3515 W: http://linuxtv.org/
3516 W: http://palosaari.fi/linux/
3517 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3518 T: git git://linuxtv.org/anttip/media_tree.git
3519 S: Maintained
3520 F: drivers/media/tuners/e4000*
3521
3522 EATA ISA/EISA/PCI SCSI DRIVER
3523 M: Dario Ballabio <ballabio_dario@emc.com>
3524 L: linux-scsi@vger.kernel.org
3525 S: Maintained
3526 F: drivers/scsi/eata.c
3527
3528 EC100 MEDIA DRIVER
3529 M: Antti Palosaari <crope@iki.fi>
3530 L: linux-media@vger.kernel.org
3531 W: http://linuxtv.org/
3532 W: http://palosaari.fi/linux/
3533 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3534 T: git git://linuxtv.org/anttip/media_tree.git
3535 S: Maintained
3536 F: drivers/media/dvb-frontends/ec100*
3537
3538 ECRYPT FILE SYSTEM
3539 M: Tyler Hicks <tyhicks@canonical.com>
3540 L: ecryptfs@vger.kernel.org
3541 W: http://ecryptfs.org
3542 W: https://launchpad.net/ecryptfs
3543 S: Supported
3544 F: Documentation/filesystems/ecryptfs.txt
3545 F: fs/ecryptfs/
3546
3547 EDAC-CORE
3548 M: Doug Thompson <dougthompson@xmission.com>
3549 M: Borislav Petkov <bp@alien8.de>
3550 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3551 L: linux-edac@vger.kernel.org
3552 W: bluesmoke.sourceforge.net
3553 T: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3554 T: git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3555 S: Supported
3556 F: Documentation/edac.txt
3557 F: drivers/edac/
3558 F: include/linux/edac.h
3559
3560 EDAC-AMD64
3561 M: Doug Thompson <dougthompson@xmission.com>
3562 M: Borislav Petkov <bp@alien8.de>
3563 L: linux-edac@vger.kernel.org
3564 W: bluesmoke.sourceforge.net
3565 S: Maintained
3566 F: drivers/edac/amd64_edac*
3567
3568 EDAC-CALXEDA
3569 M: Doug Thompson <dougthompson@xmission.com>
3570 M: Robert Richter <rric@kernel.org>
3571 L: linux-edac@vger.kernel.org
3572 W: bluesmoke.sourceforge.net
3573 S: Maintained
3574 F: drivers/edac/highbank*
3575
3576 EDAC-CAVIUM
3577 M: Ralf Baechle <ralf@linux-mips.org>
3578 M: David Daney <david.daney@cavium.com>
3579 L: linux-edac@vger.kernel.org
3580 L: linux-mips@linux-mips.org
3581 W: bluesmoke.sourceforge.net
3582 S: Supported
3583 F: drivers/edac/octeon_edac*
3584
3585 EDAC-E752X
3586 M: Mark Gross <mark.gross@intel.com>
3587 M: Doug Thompson <dougthompson@xmission.com>
3588 L: linux-edac@vger.kernel.org
3589 W: bluesmoke.sourceforge.net
3590 S: Maintained
3591 F: drivers/edac/e752x_edac.c
3592
3593 EDAC-E7XXX
3594 M: Doug Thompson <dougthompson@xmission.com>
3595 L: linux-edac@vger.kernel.org
3596 W: bluesmoke.sourceforge.net
3597 S: Maintained
3598 F: drivers/edac/e7xxx_edac.c
3599
3600 EDAC-GHES
3601 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3602 L: linux-edac@vger.kernel.org
3603 W: bluesmoke.sourceforge.net
3604 S: Maintained
3605 F: drivers/edac/ghes_edac.c
3606
3607 EDAC-I82443BXGX
3608 M: Tim Small <tim@buttersideup.com>
3609 L: linux-edac@vger.kernel.org
3610 W: bluesmoke.sourceforge.net
3611 S: Maintained
3612 F: drivers/edac/i82443bxgx_edac.c
3613
3614 EDAC-I3000
3615 M: Jason Uhlenkott <juhlenko@akamai.com>
3616 L: linux-edac@vger.kernel.org
3617 W: bluesmoke.sourceforge.net
3618 S: Maintained
3619 F: drivers/edac/i3000_edac.c
3620
3621 EDAC-I5000
3622 M: Doug Thompson <dougthompson@xmission.com>
3623 L: linux-edac@vger.kernel.org
3624 W: bluesmoke.sourceforge.net
3625 S: Maintained
3626 F: drivers/edac/i5000_edac.c
3627
3628 EDAC-I5400
3629 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3630 L: linux-edac@vger.kernel.org
3631 W: bluesmoke.sourceforge.net
3632 S: Maintained
3633 F: drivers/edac/i5400_edac.c
3634
3635 EDAC-I7300
3636 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3637 L: linux-edac@vger.kernel.org
3638 W: bluesmoke.sourceforge.net
3639 S: Maintained
3640 F: drivers/edac/i7300_edac.c
3641
3642 EDAC-I7CORE
3643 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3644 L: linux-edac@vger.kernel.org
3645 W: bluesmoke.sourceforge.net
3646 S: Maintained
3647 F: drivers/edac/i7core_edac.c
3648
3649 EDAC-I82975X
3650 M: Ranganathan Desikan <ravi@jetztechnologies.com>
3651 M: "Arvind R." <arvino55@gmail.com>
3652 L: linux-edac@vger.kernel.org
3653 W: bluesmoke.sourceforge.net
3654 S: Maintained
3655 F: drivers/edac/i82975x_edac.c
3656
3657 EDAC-IE31200
3658 M: Jason Baron <jbaron@akamai.com>
3659 L: linux-edac@vger.kernel.org
3660 W: bluesmoke.sourceforge.net
3661 S: Maintained
3662 F: drivers/edac/ie31200_edac.c
3663
3664 EDAC-MPC85XX
3665 M: Johannes Thumshirn <johannes.thumshirn@men.de>
3666 L: linux-edac@vger.kernel.org
3667 W: bluesmoke.sourceforge.net
3668 S: Maintained
3669 F: drivers/edac/mpc85xx_edac.[ch]
3670
3671 EDAC-PASEMI
3672 M: Egor Martovetsky <egor@pasemi.com>
3673 L: linux-edac@vger.kernel.org
3674 W: bluesmoke.sourceforge.net
3675 S: Maintained
3676 F: drivers/edac/pasemi_edac.c
3677
3678 EDAC-R82600
3679 M: Tim Small <tim@buttersideup.com>
3680 L: linux-edac@vger.kernel.org
3681 W: bluesmoke.sourceforge.net
3682 S: Maintained
3683 F: drivers/edac/r82600_edac.c
3684
3685 EDAC-SBRIDGE
3686 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3687 L: linux-edac@vger.kernel.org
3688 W: bluesmoke.sourceforge.net
3689 S: Maintained
3690 F: drivers/edac/sb_edac.c
3691
3692 EDIROL UA-101/UA-1000 DRIVER
3693 M: Clemens Ladisch <clemens@ladisch.de>
3694 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3695 T: git git://git.alsa-project.org/alsa-kernel.git
3696 S: Maintained
3697 F: sound/usb/misc/ua101.c
3698
3699 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3700 M: Matt Fleming <matt.fleming@intel.com>
3701 L: linux-efi@vger.kernel.org
3702 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3703 S: Maintained
3704 F: Documentation/efi-stub.txt
3705 F: arch/ia64/kernel/efi.c
3706 F: arch/x86/boot/compressed/eboot.[ch]
3707 F: arch/x86/include/asm/efi.h
3708 F: arch/x86/platform/efi/*
3709 F: drivers/firmware/efi/*
3710 F: include/linux/efi*.h
3711
3712 EFI VARIABLE FILESYSTEM
3713 M: Matthew Garrett <matthew.garrett@nebula.com>
3714 M: Jeremy Kerr <jk@ozlabs.org>
3715 M: Matt Fleming <matt.fleming@intel.com>
3716 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3717 L: linux-efi@vger.kernel.org
3718 S: Maintained
3719 F: fs/efivarfs/
3720
3721 EFIFB FRAMEBUFFER DRIVER
3722 L: linux-fbdev@vger.kernel.org
3723 M: Peter Jones <pjones@redhat.com>
3724 S: Maintained
3725 F: drivers/video/fbdev/efifb.c
3726
3727 EFS FILESYSTEM
3728 W: http://aeschi.ch.eu.org/efs/
3729 S: Orphan
3730 F: fs/efs/
3731
3732 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3733 M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3734 M: Christoph Raisch <raisch@de.ibm.com>
3735 L: linux-rdma@vger.kernel.org
3736 S: Supported
3737 F: drivers/infiniband/hw/ehca/
3738
3739 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3740 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3741 L: netdev@vger.kernel.org
3742 S: Maintained
3743 F: drivers/net/ethernet/ibm/ehea/
3744
3745 EM28XX VIDEO4LINUX DRIVER
3746 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3747 L: linux-media@vger.kernel.org
3748 W: http://linuxtv.org
3749 T: git git://linuxtv.org/media_tree.git
3750 S: Maintained
3751 F: drivers/media/usb/em28xx/
3752
3753 EMBEDDED LINUX
3754 M: Paul Gortmaker <paul.gortmaker@windriver.com>
3755 M: Matt Mackall <mpm@selenic.com>
3756 M: David Woodhouse <dwmw2@infradead.org>
3757 L: linux-embedded@vger.kernel.org
3758 S: Maintained
3759
3760 EMULEX LPFC FC SCSI DRIVER
3761 M: James Smart <james.smart@emulex.com>
3762 L: linux-scsi@vger.kernel.org
3763 W: http://sourceforge.net/projects/lpfcxxxx
3764 S: Supported
3765 F: drivers/scsi/lpfc/
3766
3767 ENE CB710 FLASH CARD READER DRIVER
3768 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
3769 S: Maintained
3770 F: drivers/misc/cb710/
3771 F: drivers/mmc/host/cb710-mmc.*
3772 F: include/linux/cb710.h
3773
3774 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3775 M: Maxim Levitsky <maximlevitsky@gmail.com>
3776 S: Maintained
3777 F: drivers/media/rc/ene_ir.*
3778
3779 ENHANCED ERROR HANDLING (EEH)
3780 M: Gavin Shan <shangw@linux.vnet.ibm.com>
3781 L: linuxppc-dev@lists.ozlabs.org
3782 S: Supported
3783 F: Documentation/powerpc/eeh-pci-error-recovery.txt
3784 F: arch/powerpc/kernel/eeh*.c
3785
3786 EPSON S1D13XXX FRAMEBUFFER DRIVER
3787 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
3788 S: Maintained
3789 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3790 F: drivers/video/fbdev/s1d13xxxfb.c
3791 F: include/video/s1d13xxxfb.h
3792
3793 ET131X NETWORK DRIVER
3794 M: Mark Einon <mark.einon@gmail.com>
3795 S: Odd Fixes
3796 F: drivers/net/ethernet/agere/
3797
3798 ETHERNET BRIDGE
3799 M: Stephen Hemminger <stephen@networkplumber.org>
3800 L: bridge@lists.linux-foundation.org
3801 L: netdev@vger.kernel.org
3802 W: http://www.linuxfoundation.org/en/Net:Bridge
3803 S: Maintained
3804 F: include/linux/netfilter_bridge/
3805 F: net/bridge/
3806
3807 ETHERNET PHY LIBRARY
3808 M: Florian Fainelli <f.fainelli@gmail.com>
3809 L: netdev@vger.kernel.org
3810 S: Maintained
3811 F: include/linux/phy.h
3812 F: include/linux/phy_fixed.h
3813 F: drivers/net/phy/
3814 F: Documentation/networking/phy.txt
3815 F: drivers/of/of_mdio.c
3816 F: drivers/of/of_net.c
3817
3818 EXT2 FILE SYSTEM
3819 M: Jan Kara <jack@suse.cz>
3820 L: linux-ext4@vger.kernel.org
3821 S: Maintained
3822 F: Documentation/filesystems/ext2.txt
3823 F: fs/ext2/
3824 F: include/linux/ext2*
3825
3826 EXT3 FILE SYSTEM
3827 M: Jan Kara <jack@suse.cz>
3828 M: Andrew Morton <akpm@linux-foundation.org>
3829 M: Andreas Dilger <adilger.kernel@dilger.ca>
3830 L: linux-ext4@vger.kernel.org
3831 S: Maintained
3832 F: Documentation/filesystems/ext3.txt
3833 F: fs/ext3/
3834
3835 EXT4 FILE SYSTEM
3836 M: "Theodore Ts'o" <tytso@mit.edu>
3837 M: Andreas Dilger <adilger.kernel@dilger.ca>
3838 L: linux-ext4@vger.kernel.org
3839 W: http://ext4.wiki.kernel.org
3840 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
3841 S: Maintained
3842 F: Documentation/filesystems/ext4.txt
3843 F: fs/ext4/
3844
3845 Extended Verification Module (EVM)
3846 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
3847 L: linux-ima-devel@lists.sourceforge.net
3848 L: linux-security-module@vger.kernel.org
3849 S: Supported
3850 F: security/integrity/evm/
3851
3852 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3853 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3854 M: Chanwoo Choi <cw00.choi@samsung.com>
3855 L: linux-kernel@vger.kernel.org
3856 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3857 S: Maintained
3858 F: drivers/extcon/
3859 F: Documentation/extcon/
3860
3861 EXYNOS DP DRIVER
3862 M: Jingoo Han <jg1.han@samsung.com>
3863 L: dri-devel@lists.freedesktop.org
3864 S: Maintained
3865 F: drivers/gpu/drm/exynos/exynos_dp*
3866
3867 EXYNOS MIPI DISPLAY DRIVERS
3868 M: Inki Dae <inki.dae@samsung.com>
3869 M: Donghwa Lee <dh09.lee@samsung.com>
3870 M: Kyungmin Park <kyungmin.park@samsung.com>
3871 L: linux-fbdev@vger.kernel.org
3872 S: Maintained
3873 F: drivers/video/fbdev/exynos/exynos_mipi*
3874 F: include/video/exynos_mipi*
3875
3876 F71805F HARDWARE MONITORING DRIVER
3877 M: Jean Delvare <jdelvare@suse.de>
3878 L: lm-sensors@lm-sensors.org
3879 S: Maintained
3880 F: Documentation/hwmon/f71805f
3881 F: drivers/hwmon/f71805f.c
3882
3883 FC0011 TUNER DRIVER
3884 M: Michael Buesch <m@bues.ch>
3885 L: linux-media@vger.kernel.org
3886 S: Maintained
3887 F: drivers/media/tuners/fc0011.h
3888 F: drivers/media/tuners/fc0011.c
3889
3890 FC2580 MEDIA DRIVER
3891 M: Antti Palosaari <crope@iki.fi>
3892 L: linux-media@vger.kernel.org
3893 W: http://linuxtv.org/
3894 W: http://palosaari.fi/linux/
3895 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3896 T: git git://linuxtv.org/anttip/media_tree.git
3897 S: Maintained
3898 F: drivers/media/tuners/fc2580*
3899
3900 FANOTIFY
3901 M: Eric Paris <eparis@redhat.com>
3902 S: Maintained
3903 F: fs/notify/fanotify/
3904 F: include/linux/fanotify.h
3905 F: include/uapi/linux/fanotify.h
3906
3907 FARSYNC SYNCHRONOUS DRIVER
3908 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
3909 W: http://www.farsite.co.uk/
3910 S: Supported
3911 F: drivers/net/wan/farsync.*
3912
3913 FAULT INJECTION SUPPORT
3914 M: Akinobu Mita <akinobu.mita@gmail.com>
3915 S: Supported
3916 F: Documentation/fault-injection/
3917 F: lib/fault-inject.c
3918
3919 FBTFT Framebuffer drivers
3920 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3921 M: Noralf Trønnes <noralf@tronnes.org>
3922 S: Maintained
3923 F: drivers/staging/fbtft/
3924
3925 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3926 M: Robert Love <robert.w.love@intel.com>
3927 L: fcoe-devel@open-fcoe.org
3928 W: www.Open-FCoE.org
3929 S: Supported
3930 F: drivers/scsi/libfc/
3931 F: drivers/scsi/fcoe/
3932 F: include/scsi/fc/
3933 F: include/scsi/libfc.h
3934 F: include/scsi/libfcoe.h
3935 F: include/uapi/scsi/fc/
3936
3937 FILE LOCKING (flock() and fcntl()/lockf())
3938 M: Jeff Layton <jlayton@poochiereds.net>
3939 M: J. Bruce Fields <bfields@fieldses.org>
3940 L: linux-fsdevel@vger.kernel.org
3941 S: Maintained
3942 F: include/linux/fcntl.h
3943 F: include/linux/fs.h
3944 F: include/uapi/linux/fcntl.h
3945 F: include/uapi/linux/fs.h
3946 F: fs/fcntl.c
3947 F: fs/locks.c
3948
3949 FILESYSTEMS (VFS and infrastructure)
3950 M: Alexander Viro <viro@zeniv.linux.org.uk>
3951 L: linux-fsdevel@vger.kernel.org
3952 S: Maintained
3953 F: fs/*
3954
3955 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3956 M: Riku Voipio <riku.voipio@iki.fi>
3957 L: lm-sensors@lm-sensors.org
3958 S: Maintained
3959 F: drivers/hwmon/f75375s.c
3960 F: include/linux/f75375s.h
3961
3962 FIREWIRE AUDIO DRIVERS
3963 M: Clemens Ladisch <clemens@ladisch.de>
3964 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3965 T: git git://git.alsa-project.org/alsa-kernel.git
3966 S: Maintained
3967 F: sound/firewire/
3968
3969 FIREWIRE MEDIA DRIVERS (firedtv)
3970 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
3971 L: linux-media@vger.kernel.org
3972 L: linux1394-devel@lists.sourceforge.net
3973 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3974 S: Maintained
3975 F: drivers/media/firewire/
3976
3977 FIREWIRE SBP-2 TARGET
3978 M: Chris Boot <bootc@bootc.net>
3979 L: linux-scsi@vger.kernel.org
3980 L: target-devel@vger.kernel.org
3981 L: linux1394-devel@lists.sourceforge.net
3982 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3983 S: Maintained
3984 F: drivers/target/sbp/
3985
3986 FIREWIRE SUBSYSTEM
3987 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
3988 L: linux1394-devel@lists.sourceforge.net
3989 W: http://ieee1394.wiki.kernel.org/
3990 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3991 S: Maintained
3992 F: drivers/firewire/
3993 F: include/linux/firewire.h
3994 F: include/uapi/linux/firewire*.h
3995 F: tools/firewire/
3996
3997 FIRMWARE LOADER (request_firmware)
3998 M: Ming Lei <ming.lei@canonical.com>
3999 L: linux-kernel@vger.kernel.org
4000 S: Maintained
4001 F: Documentation/firmware_class/
4002 F: drivers/base/firmware*.c
4003 F: include/linux/firmware.h
4004
4005 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4006 M: Joshua Morris <josh.h.morris@us.ibm.com>
4007 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4008 S: Maintained
4009 F: drivers/block/rsxx/
4010
4011 FLOPPY DRIVER
4012 M: Jiri Kosina <jkosina@suse.cz>
4013 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4014 S: Odd fixes
4015 F: drivers/block/floppy.c
4016
4017 FMC SUBSYSTEM
4018 M: Alessandro Rubini <rubini@gnudd.com>
4019 W: http://www.ohwr.org/projects/fmc-bus
4020 S: Supported
4021 F: drivers/fmc/
4022 F: include/linux/fmc*.h
4023 F: include/linux/ipmi-fru.h
4024 K: fmc_d.*register
4025
4026 FPU EMULATOR
4027 M: Bill Metzenthen <billm@melbpc.org.au>
4028 W: http://floatingpoint.sourceforge.net/emulator/index.html
4029 S: Maintained
4030 F: arch/x86/math-emu/
4031
4032 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4033 L: netdev@vger.kernel.org
4034 S: Orphan
4035 F: drivers/net/wan/dlci.c
4036 F: drivers/net/wan/sdla.c
4037
4038 FRAMEBUFFER LAYER
4039 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4040 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4041 L: linux-fbdev@vger.kernel.org
4042 W: http://linux-fbdev.sourceforge.net/
4043 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4044 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4045 S: Maintained
4046 F: Documentation/fb/
4047 F: Documentation/devicetree/bindings/fb/
4048 F: drivers/video/
4049 F: include/video/
4050 F: include/linux/fb.h
4051 F: include/uapi/video/
4052 F: include/uapi/linux/fb.h
4053
4054 FREESCALE DIU FRAMEBUFFER DRIVER
4055 M: Timur Tabi <timur@tabi.org>
4056 L: linux-fbdev@vger.kernel.org
4057 S: Maintained
4058 F: drivers/video/fbdev/fsl-diu-fb.*
4059
4060 FREESCALE DMA DRIVER
4061 M: Li Yang <leoli@freescale.com>
4062 M: Zhang Wei <zw@zh-kernel.org>
4063 L: linuxppc-dev@lists.ozlabs.org
4064 S: Maintained
4065 F: drivers/dma/fsldma.*
4066
4067 FREESCALE I2C CPM DRIVER
4068 M: Jochen Friedrich <jochen@scram.de>
4069 L: linuxppc-dev@lists.ozlabs.org
4070 L: linux-i2c@vger.kernel.org
4071 S: Maintained
4072 F: drivers/i2c/busses/i2c-cpm.c
4073
4074 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4075 M: Sascha Hauer <kernel@pengutronix.de>
4076 L: linux-fbdev@vger.kernel.org
4077 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4078 S: Maintained
4079 F: include/linux/platform_data/video-imxfb.h
4080 F: drivers/video/fbdev/imxfb.c
4081
4082 FREESCALE SOC FS_ENET DRIVER
4083 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4084 M: Vitaly Bordug <vbordug@ru.mvista.com>
4085 L: linuxppc-dev@lists.ozlabs.org
4086 L: netdev@vger.kernel.org
4087 S: Maintained
4088 F: drivers/net/ethernet/freescale/fs_enet/
4089 F: include/linux/fs_enet_pd.h
4090
4091 FREESCALE QUICC ENGINE LIBRARY
4092 L: linuxppc-dev@lists.ozlabs.org
4093 S: Orphan
4094 F: arch/powerpc/sysdev/qe_lib/
4095 F: arch/powerpc/include/asm/*qe.h
4096
4097 FREESCALE USB PERIPHERAL DRIVERS
4098 M: Li Yang <leoli@freescale.com>
4099 L: linux-usb@vger.kernel.org
4100 L: linuxppc-dev@lists.ozlabs.org
4101 S: Maintained
4102 F: drivers/usb/gadget/udc/fsl*
4103
4104 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4105 M: Li Yang <leoli@freescale.com>
4106 L: netdev@vger.kernel.org
4107 L: linuxppc-dev@lists.ozlabs.org
4108 S: Maintained
4109 F: drivers/net/ethernet/freescale/ucc_geth*
4110
4111 FREESCALE QUICC ENGINE UCC UART DRIVER
4112 M: Timur Tabi <timur@tabi.org>
4113 L: linuxppc-dev@lists.ozlabs.org
4114 S: Maintained
4115 F: drivers/tty/serial/ucc_uart.c
4116
4117 FREESCALE SOC SOUND DRIVERS
4118 M: Timur Tabi <timur@tabi.org>
4119 M: Nicolin Chen <nicoleotsuka@gmail.com>
4120 M: Xiubo Li <Xiubo.Lee@gmail.com>
4121 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4122 L: linuxppc-dev@lists.ozlabs.org
4123 S: Maintained
4124 F: sound/soc/fsl/fsl*
4125 F: sound/soc/fsl/imx*
4126 F: sound/soc/fsl/mpc8610_hpcd.c
4127
4128 FREEVXFS FILESYSTEM
4129 M: Christoph Hellwig <hch@infradead.org>
4130 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4131 S: Maintained
4132 F: fs/freevxfs/
4133
4134 FREEZER
4135 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4136 M: Pavel Machek <pavel@ucw.cz>
4137 L: linux-pm@vger.kernel.org
4138 S: Supported
4139 F: Documentation/power/freezing-of-tasks.txt
4140 F: include/linux/freezer.h
4141 F: kernel/freezer.c
4142
4143 FRONTSWAP API
4144 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4145 L: linux-kernel@vger.kernel.org
4146 S: Maintained
4147 F: mm/frontswap.c
4148 F: include/linux/frontswap.h
4149
4150 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4151 M: David Howells <dhowells@redhat.com>
4152 L: linux-cachefs@redhat.com
4153 S: Supported
4154 F: Documentation/filesystems/caching/
4155 F: fs/fscache/
4156 F: include/linux/fscache*.h
4157
4158 F2FS FILE SYSTEM
4159 M: Jaegeuk Kim <jaegeuk@kernel.org>
4160 M: Changman Lee <cm224.lee@samsung.com>
4161 L: linux-f2fs-devel@lists.sourceforge.net
4162 W: http://en.wikipedia.org/wiki/F2FS
4163 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4164 S: Maintained
4165 F: Documentation/filesystems/f2fs.txt
4166 F: Documentation/ABI/testing/sysfs-fs-f2fs
4167 F: fs/f2fs/
4168 F: include/linux/f2fs_fs.h
4169
4170 FUJITSU FR-V (FRV) PORT
4171 M: David Howells <dhowells@redhat.com>
4172 S: Maintained
4173 F: arch/frv/
4174
4175 FUJITSU LAPTOP EXTRAS
4176 M: Jonathan Woithe <jwoithe@just42.net>
4177 L: platform-driver-x86@vger.kernel.org
4178 S: Maintained
4179 F: drivers/platform/x86/fujitsu-laptop.c
4180
4181 FUJITSU M-5MO LS CAMERA ISP DRIVER
4182 M: Kyungmin Park <kyungmin.park@samsung.com>
4183 M: Heungjun Kim <riverful.kim@samsung.com>
4184 L: linux-media@vger.kernel.org
4185 S: Maintained
4186 F: drivers/media/i2c/m5mols/
4187 F: include/media/m5mols.h
4188
4189 FUJITSU TABLET EXTRAS
4190 M: Robert Gerlach <khnz@gmx.de>
4191 L: platform-driver-x86@vger.kernel.org
4192 S: Maintained
4193 F: drivers/platform/x86/fujitsu-tablet.c
4194
4195 FUSE: FILESYSTEM IN USERSPACE
4196 M: Miklos Szeredi <miklos@szeredi.hu>
4197 L: fuse-devel@lists.sourceforge.net
4198 W: http://fuse.sourceforge.net/
4199 S: Maintained
4200 F: fs/fuse/
4201 F: include/uapi/linux/fuse.h
4202
4203 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4204 M: Rik Faith <faith@cs.unc.edu>
4205 L: linux-scsi@vger.kernel.org
4206 S: Odd Fixes (e.g., new signatures)
4207 F: drivers/scsi/fdomain.*
4208
4209 GCOV BASED KERNEL PROFILING
4210 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4211 S: Maintained
4212 F: kernel/gcov/
4213 F: Documentation/gcov.txt
4214
4215 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4216 M: Achim Leubner <achim_leubner@adaptec.com>
4217 L: linux-scsi@vger.kernel.org
4218 W: http://www.icp-vortex.com/
4219 S: Supported
4220 F: drivers/scsi/gdt*
4221
4222 GEMTEK FM RADIO RECEIVER DRIVER
4223 M: Hans Verkuil <hverkuil@xs4all.nl>
4224 L: linux-media@vger.kernel.org
4225 T: git git://linuxtv.org/media_tree.git
4226 W: http://linuxtv.org
4227 S: Maintained
4228 F: drivers/media/radio/radio-gemtek*
4229
4230 GENERIC GPIO I2C DRIVER
4231 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4232 S: Supported
4233 F: drivers/i2c/busses/i2c-gpio.c
4234 F: include/linux/i2c-gpio.h
4235
4236 GENERIC GPIO I2C MULTIPLEXER DRIVER
4237 M: Peter Korsgaard <peter.korsgaard@barco.com>
4238 L: linux-i2c@vger.kernel.org
4239 S: Supported
4240 F: drivers/i2c/muxes/i2c-mux-gpio.c
4241 F: include/linux/i2c-mux-gpio.h
4242 F: Documentation/i2c/muxes/i2c-mux-gpio
4243
4244 GENERIC HDLC (WAN) DRIVERS
4245 M: Krzysztof Halasa <khc@pm.waw.pl>
4246 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4247 S: Maintained
4248 F: drivers/net/wan/c101.c
4249 F: drivers/net/wan/hd6457*
4250 F: drivers/net/wan/hdlc*
4251 F: drivers/net/wan/n2.c
4252 F: drivers/net/wan/pc300too.c
4253 F: drivers/net/wan/pci200syn.c
4254 F: drivers/net/wan/wanxl*
4255
4256 GENERIC INCLUDE/ASM HEADER FILES
4257 M: Arnd Bergmann <arnd@arndb.de>
4258 L: linux-arch@vger.kernel.org
4259 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4260 S: Maintained
4261 F: include/asm-generic/
4262 F: include/uapi/asm-generic/
4263
4264 GENERIC PHY FRAMEWORK
4265 M: Kishon Vijay Abraham I <kishon@ti.com>
4266 L: linux-kernel@vger.kernel.org
4267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4268 S: Supported
4269 F: drivers/phy/
4270 F: include/linux/phy/
4271
4272 GENERIC UIO DRIVER FOR PCI DEVICES
4273 M: "Michael S. Tsirkin" <mst@redhat.com>
4274 L: kvm@vger.kernel.org
4275 S: Supported
4276 F: drivers/uio/uio_pci_generic.c
4277
4278 GET_MAINTAINER SCRIPT
4279 M: Joe Perches <joe@perches.com>
4280 S: Maintained
4281 F: scripts/get_maintainer.pl
4282
4283 GFS2 FILE SYSTEM
4284 M: Steven Whitehouse <swhiteho@redhat.com>
4285 L: cluster-devel@redhat.com
4286 W: http://sources.redhat.com/cluster/
4287 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4288 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4289 S: Supported
4290 F: Documentation/filesystems/gfs2*.txt
4291 F: fs/gfs2/
4292 F: include/uapi/linux/gfs2_ondisk.h
4293
4294 GIGASET ISDN DRIVERS
4295 M: Hansjoerg Lipp <hjlipp@web.de>
4296 M: Tilman Schmidt <tilman@imap.cc>
4297 L: gigaset307x-common@lists.sourceforge.net
4298 W: http://gigaset307x.sourceforge.net/
4299 S: Maintained
4300 F: Documentation/isdn/README.gigaset
4301 F: drivers/isdn/gigaset/
4302 F: include/uapi/linux/gigaset_dev.h
4303
4304 GO7007 MPEG CODEC
4305 M: Hans Verkuil <hans.verkuil@cisco.com>
4306 L: linux-media@vger.kernel.org
4307 S: Maintained
4308 F: drivers/media/usb/go7007/
4309
4310 GOODIX TOUCHSCREEN
4311 M: Bastien Nocera <hadess@hadess.net>
4312 L: linux-input@vger.kernel.org
4313 S: Maintained
4314 F: drivers/input/touchscreen/goodix.c
4315
4316 GPIO SUBSYSTEM
4317 M: Linus Walleij <linus.walleij@linaro.org>
4318 M: Alexandre Courbot <gnurou@gmail.com>
4319 L: linux-gpio@vger.kernel.org
4320 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4321 S: Maintained
4322 F: Documentation/gpio/
4323 F: drivers/gpio/
4324 F: include/linux/gpio/
4325 F: include/linux/gpio.h
4326 F: include/asm-generic/gpio.h
4327
4328 GRE DEMULTIPLEXER DRIVER
4329 M: Dmitry Kozlov <xeb@mail.ru>
4330 L: netdev@vger.kernel.org
4331 S: Maintained
4332 F: net/ipv4/gre_demux.c
4333 F: net/ipv4/gre_offload.c
4334 F: include/net/gre.h
4335
4336 GRETH 10/100/1G Ethernet MAC device driver
4337 M: Kristoffer Glembo <kristoffer@gaisler.com>
4338 L: netdev@vger.kernel.org
4339 S: Maintained
4340 F: drivers/net/ethernet/aeroflex/
4341
4342 GSPCA FINEPIX SUBDRIVER
4343 M: Frank Zago <frank@zago.net>
4344 L: linux-media@vger.kernel.org
4345 T: git git://linuxtv.org/media_tree.git
4346 S: Maintained
4347 F: drivers/media/usb/gspca/finepix.c
4348
4349 GSPCA GL860 SUBDRIVER
4350 M: Olivier Lorin <o.lorin@laposte.net>
4351 L: linux-media@vger.kernel.org
4352 T: git git://linuxtv.org/media_tree.git
4353 S: Maintained
4354 F: drivers/media/usb/gspca/gl860/
4355
4356 GSPCA M5602 SUBDRIVER
4357 M: Erik Andren <erik.andren@gmail.com>
4358 L: linux-media@vger.kernel.org
4359 T: git git://linuxtv.org/media_tree.git
4360 S: Maintained
4361 F: drivers/media/usb/gspca/m5602/
4362
4363 GSPCA PAC207 SONIXB SUBDRIVER
4364 M: Hans de Goede <hdegoede@redhat.com>
4365 L: linux-media@vger.kernel.org
4366 T: git git://linuxtv.org/media_tree.git
4367 S: Maintained
4368 F: drivers/media/usb/gspca/pac207.c
4369
4370 GSPCA SN9C20X SUBDRIVER
4371 M: Brian Johnson <brijohn@gmail.com>
4372 L: linux-media@vger.kernel.org
4373 T: git git://linuxtv.org/media_tree.git
4374 S: Maintained
4375 F: drivers/media/usb/gspca/sn9c20x.c
4376
4377 GSPCA T613 SUBDRIVER
4378 M: Leandro Costantino <lcostantino@gmail.com>
4379 L: linux-media@vger.kernel.org
4380 T: git git://linuxtv.org/media_tree.git
4381 S: Maintained
4382 F: drivers/media/usb/gspca/t613.c
4383
4384 GSPCA USB WEBCAM DRIVER
4385 M: Hans de Goede <hdegoede@redhat.com>
4386 L: linux-media@vger.kernel.org
4387 T: git git://linuxtv.org/media_tree.git
4388 S: Maintained
4389 F: drivers/media/usb/gspca/
4390
4391 GUID PARTITION TABLE (GPT)
4392 M: Davidlohr Bueso <davidlohr@hp.com>
4393 L: linux-efi@vger.kernel.org
4394 S: Maintained
4395 F: block/partitions/efi.*
4396
4397 STK1160 USB VIDEO CAPTURE DRIVER
4398 M: Ezequiel Garcia <elezegarcia@gmail.com>
4399 L: linux-media@vger.kernel.org
4400 T: git git://linuxtv.org/media_tree.git
4401 S: Maintained
4402 F: drivers/media/usb/stk1160/
4403
4404 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4405 M: Frank Seidel <frank@f-seidel.de>
4406 L: platform-driver-x86@vger.kernel.org
4407 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4408 S: Maintained
4409 F: drivers/platform/x86/hdaps.c
4410
4411 HDPVR USB VIDEO ENCODER DRIVER
4412 M: Hans Verkuil <hverkuil@xs4all.nl>
4413 L: linux-media@vger.kernel.org
4414 T: git git://linuxtv.org/media_tree.git
4415 W: http://linuxtv.org
4416 S: Odd Fixes
4417 F: drivers/media/usb/hdpvr/
4418
4419 HWPOISON MEMORY FAILURE HANDLING
4420 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4421 L: linux-mm@kvack.org
4422 S: Maintained
4423 F: mm/memory-failure.c
4424 F: mm/hwpoison-inject.c
4425
4426 HYPERVISOR VIRTUAL CONSOLE DRIVER
4427 L: linuxppc-dev@lists.ozlabs.org
4428 S: Odd Fixes
4429 F: drivers/tty/hvc/
4430
4431 HACKRF MEDIA DRIVER
4432 M: Antti Palosaari <crope@iki.fi>
4433 L: linux-media@vger.kernel.org
4434 W: http://linuxtv.org/
4435 W: http://palosaari.fi/linux/
4436 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4437 T: git git://linuxtv.org/anttip/media_tree.git
4438 S: Maintained
4439 F: drivers/media/usb/hackrf/
4440
4441 HARDWARE MONITORING
4442 M: Jean Delvare <jdelvare@suse.de>
4443 M: Guenter Roeck <linux@roeck-us.net>
4444 L: lm-sensors@lm-sensors.org
4445 W: http://www.lm-sensors.org/
4446 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4447 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4448 S: Maintained
4449 F: Documentation/hwmon/
4450 F: drivers/hwmon/
4451 F: include/linux/hwmon*.h
4452
4453 HARDWARE RANDOM NUMBER GENERATOR CORE
4454 M: Matt Mackall <mpm@selenic.com>
4455 M: Herbert Xu <herbert@gondor.apana.org.au>
4456 L: linux-crypto@vger.kernel.org
4457 S: Odd fixes
4458 F: Documentation/hw_random.txt
4459 F: drivers/char/hw_random/
4460 F: include/linux/hw_random.h
4461
4462 HARDWARE SPINLOCK CORE
4463 M: Ohad Ben-Cohen <ohad@wizery.com>
4464 S: Maintained
4465 F: Documentation/hwspinlock.txt
4466 F: drivers/hwspinlock/hwspinlock_*
4467 F: include/linux/hwspinlock.h
4468
4469 HARMONY SOUND DRIVER
4470 L: linux-parisc@vger.kernel.org
4471 S: Maintained
4472 F: sound/parisc/harmony.*
4473
4474 HD29L2 MEDIA DRIVER
4475 M: Antti Palosaari <crope@iki.fi>
4476 L: linux-media@vger.kernel.org
4477 W: http://linuxtv.org/
4478 W: http://palosaari.fi/linux/
4479 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4480 T: git git://linuxtv.org/anttip/media_tree.git
4481 S: Maintained
4482 F: drivers/media/dvb-frontends/hd29l2*
4483
4484 HEWLETT-PACKARD SMART2 RAID DRIVER
4485 L: iss_storagedev@hp.com
4486 S: Orphan
4487 F: Documentation/blockdev/cpqarray.txt
4488 F: drivers/block/cpqarray.*
4489
4490 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4491 M: Don Brace <don.brace@pmcs.com>
4492 L: iss_storagedev@hp.com
4493 L: storagedev@pmcs.com
4494 L: linux-scsi@vger.kernel.org
4495 S: Supported
4496 F: Documentation/scsi/hpsa.txt
4497 F: drivers/scsi/hpsa*.[ch]
4498 F: include/linux/cciss*.h
4499 F: include/uapi/linux/cciss*.h
4500
4501 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4502 M: Don Brace <don.brace@pmcs.com>
4503 L: iss_storagedev@hp.com
4504 L: storagedev@pmcs.com
4505 L: linux-scsi@vger.kernel.org
4506 S: Supported
4507 F: Documentation/blockdev/cciss.txt
4508 F: drivers/block/cciss*
4509 F: include/linux/cciss_ioctl.h
4510 F: include/uapi/linux/cciss_ioctl.h
4511
4512 HFS FILESYSTEM
4513 L: linux-fsdevel@vger.kernel.org
4514 S: Orphan
4515 F: Documentation/filesystems/hfs.txt
4516 F: fs/hfs/
4517
4518 HFSPLUS FILESYSTEM
4519 L: linux-fsdevel@vger.kernel.org
4520 S: Orphan
4521 F: Documentation/filesystems/hfsplus.txt
4522 F: fs/hfsplus/
4523
4524 HGA FRAMEBUFFER DRIVER
4525 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4526 L: linux-nvidia@lists.surfsouth.com
4527 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4528 S: Maintained
4529 F: drivers/video/fbdev/hgafb.c
4530
4531 HIBERNATION (aka Software Suspend, aka swsusp)
4532 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4533 M: Pavel Machek <pavel@ucw.cz>
4534 L: linux-pm@vger.kernel.org
4535 S: Supported
4536 F: arch/x86/power/
4537 F: drivers/base/power/
4538 F: kernel/power/
4539 F: include/linux/suspend.h
4540 F: include/linux/freezer.h
4541 F: include/linux/pm.h
4542 F: arch/*/include/asm/suspend*.h
4543
4544 HID CORE LAYER
4545 M: Jiri Kosina <jkosina@suse.cz>
4546 L: linux-input@vger.kernel.org
4547 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4548 S: Maintained
4549 F: drivers/hid/
4550 F: include/linux/hid*
4551 F: include/uapi/linux/hid*
4552
4553 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4554 M: Thomas Gleixner <tglx@linutronix.de>
4555 L: linux-kernel@vger.kernel.org
4556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4557 S: Maintained
4558 F: Documentation/timers/
4559 F: kernel/time/hrtimer.c
4560 F: kernel/time/clockevents.c
4561 F: kernel/time/tick*.*
4562 F: kernel/time/timer_*.c
4563 F: include/linux/clockchips.h
4564 F: include/linux/hrtimer.h
4565
4566 HIGH-SPEED SCC DRIVER FOR AX.25
4567 L: linux-hams@vger.kernel.org
4568 S: Orphan
4569 F: drivers/net/hamradio/dmascc.c
4570 F: drivers/net/hamradio/scc.c
4571
4572 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4573 M: HighPoint Linux Team <linux@highpoint-tech.com>
4574 W: http://www.highpoint-tech.com
4575 S: Supported
4576 F: Documentation/scsi/hptiop.txt
4577 F: drivers/scsi/hptiop.c
4578
4579 HIPPI
4580 M: Jes Sorensen <jes@trained-monkey.org>
4581 L: linux-hippi@sunsite.dk
4582 S: Maintained
4583 F: include/linux/hippidevice.h
4584 F: include/uapi/linux/if_hippi.h
4585 F: net/802/hippi.c
4586 F: drivers/net/hippi/
4587
4588 HOST AP DRIVER
4589 M: Jouni Malinen <j@w1.fi>
4590 L: hostap@shmoo.com (subscribers-only)
4591 L: linux-wireless@vger.kernel.org
4592 W: http://hostap.epitest.fi/
4593 S: Maintained
4594 F: drivers/net/wireless/hostap/
4595
4596 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4597 L: platform-driver-x86@vger.kernel.org
4598 S: Orphan
4599 F: drivers/platform/x86/tc1100-wmi.c
4600
4601 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4602 M: Jaroslav Kysela <perex@perex.cz>
4603 S: Maintained
4604 F: drivers/net/ethernet/hp/hp100.*
4605
4606 HPET: High Precision Event Timers driver
4607 M: Clemens Ladisch <clemens@ladisch.de>
4608 S: Maintained
4609 F: Documentation/timers/hpet.txt
4610 F: drivers/char/hpet.c
4611 F: include/linux/hpet.h
4612 F: include/uapi/linux/hpet.h
4613
4614 HPET: x86
4615 S: Orphan
4616 F: arch/x86/kernel/hpet.c
4617 F: arch/x86/include/asm/hpet.h
4618
4619 HPFS FILESYSTEM
4620 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4621 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4622 S: Maintained
4623 F: fs/hpfs/
4624
4625 HSI SUBSYSTEM
4626 M: Sebastian Reichel <sre@kernel.org>
4627 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4628 S: Maintained
4629 F: Documentation/ABI/testing/sysfs-bus-hsi
4630 F: Documentation/hsi.txt
4631 F: drivers/hsi/
4632 F: include/linux/hsi/
4633 F: include/uapi/linux/hsi/
4634
4635 HSO 3G MODEM DRIVER
4636 M: Jan Dumon <j.dumon@option.com>
4637 W: http://www.pharscape.org
4638 S: Maintained
4639 F: drivers/net/usb/hso.c
4640
4641 HSR NETWORK PROTOCOL
4642 M: Arvid Brodin <arvid.brodin@alten.se>
4643 L: netdev@vger.kernel.org
4644 S: Maintained
4645 F: net/hsr/
4646
4647 HTCPEN TOUCHSCREEN DRIVER
4648 M: Pau Oliva Fora <pof@eslack.org>
4649 L: linux-input@vger.kernel.org
4650 S: Maintained
4651 F: drivers/input/touchscreen/htcpen.c
4652
4653 HUGETLB FILESYSTEM
4654 M: Nadia Yvette Chambers <nyc@holomorphy.com>
4655 S: Maintained
4656 F: fs/hugetlbfs/
4657
4658 Hyper-V CORE AND DRIVERS
4659 M: K. Y. Srinivasan <kys@microsoft.com>
4660 M: Haiyang Zhang <haiyangz@microsoft.com>
4661 L: devel@linuxdriverproject.org
4662 S: Maintained
4663 F: arch/x86/include/asm/mshyperv.h
4664 F: arch/x86/include/uapi/asm/hyperv.h
4665 F: arch/x86/kernel/cpu/mshyperv.c
4666 F: drivers/hid/hid-hyperv.c
4667 F: drivers/hv/
4668 F: drivers/input/serio/hyperv-keyboard.c
4669 F: drivers/net/hyperv/
4670 F: drivers/scsi/storvsc_drv.c
4671 F: drivers/video/fbdev/hyperv_fb.c
4672 F: include/linux/hyperv.h
4673 F: tools/hv/
4674
4675 I2C OVER PARALLEL PORT
4676 M: Jean Delvare <jdelvare@suse.de>
4677 L: linux-i2c@vger.kernel.org
4678 S: Maintained
4679 F: Documentation/i2c/busses/i2c-parport
4680 F: Documentation/i2c/busses/i2c-parport-light
4681 F: drivers/i2c/busses/i2c-parport.c
4682 F: drivers/i2c/busses/i2c-parport-light.c
4683
4684 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4685 M: Jean Delvare <jdelvare@suse.de>
4686 L: linux-i2c@vger.kernel.org
4687 S: Maintained
4688 F: Documentation/i2c/busses/i2c-ali1535
4689 F: Documentation/i2c/busses/i2c-ali1563
4690 F: Documentation/i2c/busses/i2c-ali15x3
4691 F: Documentation/i2c/busses/i2c-amd756
4692 F: Documentation/i2c/busses/i2c-amd8111
4693 F: Documentation/i2c/busses/i2c-i801
4694 F: Documentation/i2c/busses/i2c-nforce2
4695 F: Documentation/i2c/busses/i2c-piix4
4696 F: Documentation/i2c/busses/i2c-sis5595
4697 F: Documentation/i2c/busses/i2c-sis630
4698 F: Documentation/i2c/busses/i2c-sis96x
4699 F: Documentation/i2c/busses/i2c-via
4700 F: Documentation/i2c/busses/i2c-viapro
4701 F: drivers/i2c/busses/i2c-ali1535.c
4702 F: drivers/i2c/busses/i2c-ali1563.c
4703 F: drivers/i2c/busses/i2c-ali15x3.c
4704 F: drivers/i2c/busses/i2c-amd756.c
4705 F: drivers/i2c/busses/i2c-amd756-s4882.c
4706 F: drivers/i2c/busses/i2c-amd8111.c
4707 F: drivers/i2c/busses/i2c-i801.c
4708 F: drivers/i2c/busses/i2c-isch.c
4709 F: drivers/i2c/busses/i2c-nforce2.c
4710 F: drivers/i2c/busses/i2c-nforce2-s4985.c
4711 F: drivers/i2c/busses/i2c-piix4.c
4712 F: drivers/i2c/busses/i2c-sis5595.c
4713 F: drivers/i2c/busses/i2c-sis630.c
4714 F: drivers/i2c/busses/i2c-sis96x.c
4715 F: drivers/i2c/busses/i2c-via.c
4716 F: drivers/i2c/busses/i2c-viapro.c
4717
4718 I2C/SMBUS ISMT DRIVER
4719 M: Seth Heasley <seth.heasley@intel.com>
4720 M: Neil Horman <nhorman@tuxdriver.com>
4721 L: linux-i2c@vger.kernel.org
4722 F: drivers/i2c/busses/i2c-ismt.c
4723 F: Documentation/i2c/busses/i2c-ismt
4724
4725 I2C/SMBUS STUB DRIVER
4726 M: Jean Delvare <jdelvare@suse.de>
4727 L: linux-i2c@vger.kernel.org
4728 S: Maintained
4729 F: drivers/i2c/i2c-stub.c
4730
4731 I2C SUBSYSTEM
4732 M: Wolfram Sang <wsa@the-dreams.de>
4733 L: linux-i2c@vger.kernel.org
4734 W: https://i2c.wiki.kernel.org/
4735 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
4736 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4737 S: Maintained
4738 F: Documentation/devicetree/bindings/i2c/
4739 F: Documentation/i2c/
4740 F: drivers/i2c/
4741 F: include/linux/i2c.h
4742 F: include/linux/i2c-*.h
4743 F: include/uapi/linux/i2c.h
4744 F: include/uapi/linux/i2c-*.h
4745
4746 I2C ACPI SUPPORT
4747 M: Mika Westerberg <mika.westerberg@linux.intel.com>
4748 L: linux-i2c@vger.kernel.org
4749 L: linux-acpi@vger.kernel.org
4750 S: Maintained
4751
4752 I2C-TAOS-EVM DRIVER
4753 M: Jean Delvare <jdelvare@suse.de>
4754 L: linux-i2c@vger.kernel.org
4755 S: Maintained
4756 F: Documentation/i2c/busses/i2c-taos-evm
4757 F: drivers/i2c/busses/i2c-taos-evm.c
4758
4759 I2C-TINY-USB DRIVER
4760 M: Till Harbaum <till@harbaum.org>
4761 L: linux-i2c@vger.kernel.org
4762 W: http://www.harbaum.org/till/i2c_tiny_usb
4763 S: Maintained
4764 F: drivers/i2c/busses/i2c-tiny-usb.c
4765
4766 i386 BOOT CODE
4767 M: "H. Peter Anvin" <hpa@zytor.com>
4768 S: Maintained
4769 F: arch/x86/boot/
4770
4771 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4772 M: "H. Peter Anvin" <hpa@zytor.com>
4773 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4774 S: Maintained
4775
4776 IA64 (Itanium) PLATFORM
4777 M: Tony Luck <tony.luck@intel.com>
4778 M: Fenghua Yu <fenghua.yu@intel.com>
4779 L: linux-ia64@vger.kernel.org
4780 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4781 S: Maintained
4782 F: arch/ia64/
4783
4784 IBM Power in-Nest Crypto Acceleration
4785 M: Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4786 M: Fionnuala Gunter <fin@linux.vnet.ibm.com>
4787 L: linux-crypto@vger.kernel.org
4788 S: Supported
4789 F: drivers/crypto/nx/
4790
4791 IBM Power 842 compression accelerator
4792 M: Dan Streetman <ddstreet@us.ibm.com>
4793 S: Supported
4794 F: drivers/crypto/nx/nx-842.c
4795 F: include/linux/nx842.h
4796
4797 IBM Power Linux RAID adapter
4798 M: Brian King <brking@us.ibm.com>
4799 S: Supported
4800 F: drivers/scsi/ipr.*
4801
4802 IBM Power Virtual Ethernet Device Driver
4803 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4804 L: netdev@vger.kernel.org
4805 S: Supported
4806 F: drivers/net/ethernet/ibm/ibmveth.*
4807
4808 IBM Power Virtual SCSI Device Drivers
4809 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4810 L: linux-scsi@vger.kernel.org
4811 S: Supported
4812 F: drivers/scsi/ibmvscsi/ibmvscsi*
4813 F: drivers/scsi/ibmvscsi/viosrp.h
4814
4815 IBM Power Virtual FC Device Drivers
4816 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4817 L: linux-scsi@vger.kernel.org
4818 S: Supported
4819 F: drivers/scsi/ibmvscsi/ibmvfc*
4820
4821 IBM ServeRAID RAID DRIVER
4822 S: Orphan
4823 F: drivers/scsi/ips.*
4824
4825 ICH LPC AND GPIO DRIVER
4826 M: Peter Tyser <ptyser@xes-inc.com>
4827 S: Maintained
4828 F: drivers/mfd/lpc_ich.c
4829 F: drivers/gpio/gpio-ich.c
4830
4831 IDE SUBSYSTEM
4832 M: "David S. Miller" <davem@davemloft.net>
4833 L: linux-ide@vger.kernel.org
4834 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
4835 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4836 S: Maintained
4837 F: Documentation/ide/
4838 F: drivers/ide/
4839 F: include/linux/ide.h
4840
4841 IDEAPAD LAPTOP EXTRAS DRIVER
4842 M: Ike Panhc <ike.pan@canonical.com>
4843 L: platform-driver-x86@vger.kernel.org
4844 W: http://launchpad.net/ideapad-laptop
4845 S: Maintained
4846 F: drivers/platform/x86/ideapad-laptop.c
4847
4848 IDEAPAD LAPTOP SLIDEBAR DRIVER
4849 M: Andrey Moiseev <o2g.org.ru@gmail.com>
4850 L: linux-input@vger.kernel.org
4851 W: https://github.com/o2genum/ideapad-slidebar
4852 S: Maintained
4853 F: drivers/input/misc/ideapad_slidebar.c
4854
4855 IDE/ATAPI DRIVERS
4856 M: Borislav Petkov <bp@alien8.de>
4857 L: linux-ide@vger.kernel.org
4858 S: Maintained
4859 F: Documentation/cdrom/ide-cd
4860 F: drivers/ide/ide-cd*
4861
4862 IDLE-I7300
4863 M: Andy Henroid <andrew.d.henroid@intel.com>
4864 L: linux-pm@vger.kernel.org
4865 S: Supported
4866 F: drivers/idle/i7300_idle.c
4867
4868 IEEE 802.15.4 SUBSYSTEM
4869 M: Alexander Aring <alex.aring@gmail.com>
4870 L: linux-wpan@vger.kernel.org
4871 W: https://github.com/linux-wpan
4872 T: git git://github.com/linux-wpan/linux-wpan-next.git
4873 S: Maintained
4874 F: net/ieee802154/
4875 F: net/mac802154/
4876 F: drivers/net/ieee802154/
4877 F: include/linux/nl802154.h
4878 F: include/linux/ieee802154.h
4879 F: include/net/nl802154.h
4880 F: include/net/mac802154.h
4881 F: include/net/af_ieee802154.h
4882 F: include/net/cfg802154.h
4883 F: include/net/ieee802154_netdev.h
4884 F: Documentation/networking/ieee802154.txt
4885
4886 IGORPLUG-USB IR RECEIVER
4887 M: Sean Young <sean@mess.org>
4888 L: linux-media@vger.kernel.org
4889 S: Maintained
4890 F: drivers/media/rc/igorplugusb.c
4891
4892 IGUANAWORKS USB IR TRANSCEIVER
4893 M: Sean Young <sean@mess.org>
4894 L: linux-media@vger.kernel.org
4895 S: Maintained
4896 F: drivers/media/rc/iguanair.c
4897
4898 IIO SUBSYSTEM AND DRIVERS
4899 M: Jonathan Cameron <jic23@kernel.org>
4900 R: Hartmut Knaack <knaack.h@gmx.de>
4901 R: Lars-Peter Clausen <lars@metafoo.de>
4902 R: Peter Meerwald <pmeerw@pmeerw.net>
4903 L: linux-iio@vger.kernel.org
4904 S: Maintained
4905 F: drivers/iio/
4906 F: drivers/staging/iio/
4907 F: include/linux/iio/
4908
4909 IKANOS/ADI EAGLE ADSL USB DRIVER
4910 M: Matthieu Castet <castet.matthieu@free.fr>
4911 M: Stanislaw Gruszka <stf_xl@wp.pl>
4912 S: Maintained
4913 F: drivers/usb/atm/ueagle-atm.c
4914
4915 INA209 HARDWARE MONITOR DRIVER
4916 M: Guenter Roeck <linux@roeck-us.net>
4917 L: lm-sensors@lm-sensors.org
4918 S: Maintained
4919 F: Documentation/hwmon/ina209
4920 F: Documentation/devicetree/bindings/i2c/ina209.txt
4921 F: drivers/hwmon/ina209.c
4922
4923 INA2XX HARDWARE MONITOR DRIVER
4924 M: Guenter Roeck <linux@roeck-us.net>
4925 L: lm-sensors@lm-sensors.org
4926 S: Maintained
4927 F: Documentation/hwmon/ina2xx
4928 F: drivers/hwmon/ina2xx.c
4929 F: include/linux/platform_data/ina2xx.h
4930
4931 INDUSTRY PACK SUBSYSTEM (IPACK)
4932 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4933 M: Jens Taprogge <jens.taprogge@taprogge.org>
4934 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4935 L: industrypack-devel@lists.sourceforge.net
4936 W: http://industrypack.sourceforge.net
4937 S: Maintained
4938 F: drivers/ipack/
4939
4940 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4941 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4942 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
4943 L: linux-ima-devel@lists.sourceforge.net
4944 L: linux-ima-user@lists.sourceforge.net
4945 L: linux-security-module@vger.kernel.org
4946 S: Supported
4947 F: security/integrity/ima/
4948
4949 IMGTEC IR DECODER DRIVER
4950 M: James Hogan <james.hogan@imgtec.com>
4951 S: Maintained
4952 F: drivers/media/rc/img-ir/
4953
4954 IMS TWINTURBO FRAMEBUFFER DRIVER
4955 L: linux-fbdev@vger.kernel.org
4956 S: Orphan
4957 F: drivers/video/fbdev/imsttfb.c
4958
4959 INFINIBAND SUBSYSTEM
4960 M: Roland Dreier <roland@kernel.org>
4961 M: Sean Hefty <sean.hefty@intel.com>
4962 M: Hal Rosenstock <hal.rosenstock@gmail.com>
4963 L: linux-rdma@vger.kernel.org
4964 W: http://www.openfabrics.org/
4965 Q: http://patchwork.kernel.org/project/linux-rdma/list/
4966 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4967 S: Supported
4968 F: Documentation/infiniband/
4969 F: drivers/infiniband/
4970 F: include/uapi/linux/if_infiniband.h
4971
4972 INOTIFY
4973 M: John McCutchan <john@johnmccutchan.com>
4974 M: Robert Love <rlove@rlove.org>
4975 M: Eric Paris <eparis@parisplace.org>
4976 S: Maintained
4977 F: Documentation/filesystems/inotify.txt
4978 F: fs/notify/inotify/
4979 F: include/linux/inotify.h
4980 F: include/uapi/linux/inotify.h
4981
4982 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4983 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
4984 L: linux-input@vger.kernel.org
4985 Q: http://patchwork.kernel.org/project/linux-input/list/
4986 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4987 S: Maintained
4988 F: drivers/input/
4989 F: include/linux/input.h
4990 F: include/uapi/linux/input.h
4991 F: include/linux/input/
4992
4993 INPUT MULTITOUCH (MT) PROTOCOL
4994 M: Henrik Rydberg <rydberg@bitmath.org>
4995 L: linux-input@vger.kernel.org
4996 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4997 S: Odd fixes
4998 F: Documentation/input/multi-touch-protocol.txt
4999 F: drivers/input/input-mt.c
5000 K: \b(ABS|SYN)_MT_
5001
5002 INTEL ASoC BDW/HSW DRIVERS
5003 M: Jie Yang <yang.jie@linux.intel.com>
5004 L: alsa-devel@alsa-project.org
5005 S: Supported
5006 F: sound/soc/intel/sst-haswell*
5007 F: sound/soc/intel/sst-dsp*
5008 F: sound/soc/intel/sst-firmware.c
5009 F: sound/soc/intel/broadwell.c
5010 F: sound/soc/intel/haswell.c
5011
5012 INTEL C600 SERIES SAS CONTROLLER DRIVER
5013 M: Intel SCU Linux support <intel-linux-scu@intel.com>
5014 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5015 L: linux-scsi@vger.kernel.org
5016 T: git git://git.code.sf.net/p/intel-sas/isci
5017 S: Supported
5018 F: drivers/scsi/isci/
5019
5020 INTEL IDLE DRIVER
5021 M: Len Brown <lenb@kernel.org>
5022 L: linux-pm@vger.kernel.org
5023 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5024 S: Supported
5025 F: drivers/idle/intel_idle.c
5026
5027 INTEL PSTATE DRIVER
5028 M: Kristen Carlson Accardi <kristen@linux.intel.com>
5029 L: linux-pm@vger.kernel.org
5030 S: Supported
5031 F: drivers/cpufreq/intel_pstate.c
5032
5033 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5034 M: Maik Broemme <mbroemme@plusserver.de>
5035 L: linux-fbdev@vger.kernel.org
5036 S: Maintained
5037 F: Documentation/fb/intelfb.txt
5038 F: drivers/video/fbdev/intelfb/
5039
5040 INTEL 810/815 FRAMEBUFFER DRIVER
5041 M: Antonino Daplas <adaplas@gmail.com>
5042 L: linux-fbdev@vger.kernel.org
5043 S: Maintained
5044 F: drivers/video/fbdev/i810/
5045
5046 INTEL MENLOW THERMAL DRIVER
5047 M: Sujith Thomas <sujith.thomas@intel.com>
5048 L: platform-driver-x86@vger.kernel.org
5049 W: https://01.org/linux-acpi
5050 S: Supported
5051 F: drivers/platform/x86/intel_menlow.c
5052
5053 INTEL IA32 MICROCODE UPDATE SUPPORT
5054 M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
5055 S: Maintained
5056 F: arch/x86/kernel/cpu/microcode/core*
5057 F: arch/x86/kernel/cpu/microcode/intel*
5058
5059 INTEL I/OAT DMA DRIVER
5060 M: Dave Jiang <dave.jiang@intel.com>
5061 R: Dan Williams <dan.j.williams@intel.com>
5062 L: dmaengine@vger.kernel.org
5063 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5064 S: Supported
5065 F: drivers/dma/ioat*
5066
5067 INTEL IOMMU (VT-d)
5068 M: David Woodhouse <dwmw2@infradead.org>
5069 L: iommu@lists.linux-foundation.org
5070 T: git git://git.infradead.org/iommu-2.6.git
5071 S: Supported
5072 F: drivers/iommu/intel-iommu.c
5073 F: include/linux/intel-iommu.h
5074
5075 INTEL IOP-ADMA DMA DRIVER
5076 R: Dan Williams <dan.j.williams@intel.com>
5077 S: Odd fixes
5078 F: drivers/dma/iop-adma.c
5079
5080 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5081 M: Krzysztof Halasa <khalasa@piap.pl>
5082 S: Maintained
5083 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5084 F: arch/arm/mach-ixp4xx/include/mach/npe.h
5085 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5086 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5087 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5088 F: drivers/net/wan/ixp4xx_hss.c
5089
5090 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5091 M: Deepak Saxena <dsaxena@plexity.net>
5092 S: Maintained
5093 F: drivers/char/hw_random/ixp4xx-rng.c
5094
5095 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
5096 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5097 M: Jesse Brandeburg <jesse.brandeburg@intel.com>
5098 M: Bruce Allan <bruce.w.allan@intel.com>
5099 M: Carolyn Wyborny <carolyn.wyborny@intel.com>
5100 M: Don Skidmore <donald.c.skidmore@intel.com>
5101 M: Greg Rose <gregory.v.rose@intel.com>
5102 M: Matthew Vick <matthew.vick@intel.com>
5103 M: John Ronciak <john.ronciak@intel.com>
5104 M: Mitch Williams <mitch.a.williams@intel.com>
5105 M: Linux NICS <linux.nics@intel.com>
5106 L: e1000-devel@lists.sourceforge.net
5107 W: http://www.intel.com/support/feedback.htm
5108 W: http://e1000.sourceforge.net/
5109 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5110 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5111 S: Supported
5112 F: Documentation/networking/e100.txt
5113 F: Documentation/networking/e1000.txt
5114 F: Documentation/networking/e1000e.txt
5115 F: Documentation/networking/igb.txt
5116 F: Documentation/networking/igbvf.txt
5117 F: Documentation/networking/ixgb.txt
5118 F: Documentation/networking/ixgbe.txt
5119 F: Documentation/networking/ixgbevf.txt
5120 F: Documentation/networking/i40e.txt
5121 F: Documentation/networking/i40evf.txt
5122 F: drivers/net/ethernet/intel/
5123 F: drivers/net/ethernet/intel/*/
5124
5125 INTEL-MID GPIO DRIVER
5126 M: David Cohen <david.a.cohen@linux.intel.com>
5127 L: linux-gpio@vger.kernel.org
5128 S: Maintained
5129 F: drivers/gpio/gpio-intel-mid.c
5130
5131 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5132 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5133 L: linux-wireless@vger.kernel.org
5134 S: Maintained
5135 F: Documentation/networking/README.ipw2100
5136 F: Documentation/networking/README.ipw2200
5137 F: drivers/net/wireless/ipw2x00/
5138
5139 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5140 M: Richard L Maliszewski <richard.l.maliszewski@intel.com>
5141 M: Gang Wei <gang.wei@intel.com>
5142 M: Shane Wang <shane.wang@intel.com>
5143 L: tboot-devel@lists.sourceforge.net
5144 W: http://tboot.sourceforge.net
5145 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5146 S: Supported
5147 F: Documentation/intel_txt.txt
5148 F: include/linux/tboot.h
5149 F: arch/x86/kernel/tboot.c
5150
5151 INTEL WIRELESS WIMAX CONNECTION 2400
5152 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5153 M: linux-wimax@intel.com
5154 L: wimax@linuxwimax.org (subscribers-only)
5155 S: Supported
5156 W: http://linuxwimax.org
5157 F: Documentation/wimax/README.i2400m
5158 F: drivers/net/wimax/i2400m/
5159 F: include/uapi/linux/wimax/i2400m.h
5160
5161 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5162 M: Stanislaw Gruszka <sgruszka@redhat.com>
5163 L: linux-wireless@vger.kernel.org
5164 S: Supported
5165 F: drivers/net/wireless/iwlegacy/
5166
5167 INTEL WIRELESS WIFI LINK (iwlwifi)
5168 M: Johannes Berg <johannes.berg@intel.com>
5169 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5170 M: Intel Linux Wireless <ilw@linux.intel.com>
5171 L: linux-wireless@vger.kernel.org
5172 W: http://intellinuxwireless.org
5173 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5174 S: Supported
5175 F: drivers/net/wireless/iwlwifi/
5176
5177 INTEL MANAGEMENT ENGINE (mei)
5178 M: Tomas Winkler <tomas.winkler@intel.com>
5179 L: linux-kernel@vger.kernel.org
5180 S: Supported
5181 F: include/uapi/linux/mei.h
5182 F: drivers/misc/mei/*
5183 F: Documentation/misc-devices/mei/*
5184
5185 IOC3 ETHERNET DRIVER
5186 M: Ralf Baechle <ralf@linux-mips.org>
5187 L: linux-mips@linux-mips.org
5188 S: Maintained
5189 F: drivers/net/ethernet/sgi/ioc3-eth.c
5190
5191 IOC3 SERIAL DRIVER
5192 M: Pat Gefre <pfg@sgi.com>
5193 L: linux-serial@vger.kernel.org
5194 S: Maintained
5195 F: drivers/tty/serial/ioc3_serial.c
5196
5197 IOMMU DRIVERS
5198 M: Joerg Roedel <joro@8bytes.org>
5199 L: iommu@lists.linux-foundation.org
5200 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5201 S: Maintained
5202 F: drivers/iommu/
5203
5204 IP MASQUERADING
5205 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5206 S: Maintained
5207 F: net/ipv4/netfilter/ipt_MASQUERADE.c
5208
5209 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5210 M: Francois Romieu <romieu@fr.zoreil.com>
5211 M: Sorbica Shieh <sorbica@icplus.com.tw>
5212 L: netdev@vger.kernel.org
5213 S: Maintained
5214 F: drivers/net/ethernet/icplus/ipg.*
5215
5216 IPATH DRIVER
5217 M: Mike Marciniszyn <infinipath@intel.com>
5218 L: linux-rdma@vger.kernel.org
5219 S: Maintained
5220 F: drivers/infiniband/hw/ipath/
5221
5222 IPMI SUBSYSTEM
5223 M: Corey Minyard <minyard@acm.org>
5224 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5225 W: http://openipmi.sourceforge.net/
5226 S: Supported
5227 F: Documentation/IPMI.txt
5228 F: drivers/char/ipmi/
5229 F: include/linux/ipmi*
5230 F: include/uapi/linux/ipmi*
5231
5232 IPS SCSI RAID DRIVER
5233 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5234 L: linux-scsi@vger.kernel.org
5235 W: http://www.adaptec.com/
5236 S: Maintained
5237 F: drivers/scsi/ips*
5238
5239 IPVS
5240 M: Wensong Zhang <wensong@linux-vs.org>
5241 M: Simon Horman <horms@verge.net.au>
5242 M: Julian Anastasov <ja@ssi.bg>
5243 L: netdev@vger.kernel.org
5244 L: lvs-devel@vger.kernel.org
5245 S: Maintained
5246 F: Documentation/networking/ipvs-sysctl.txt
5247 F: include/net/ip_vs.h
5248 F: include/uapi/linux/ip_vs.h
5249 F: net/netfilter/ipvs/
5250
5251 IPWIRELESS DRIVER
5252 M: Jiri Kosina <jkosina@suse.cz>
5253 M: David Sterba <dsterba@suse.cz>
5254 S: Odd Fixes
5255 F: drivers/tty/ipwireless/
5256
5257 IPX NETWORK LAYER
5258 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5259 L: netdev@vger.kernel.org
5260 S: Maintained
5261 F: include/net/ipx.h
5262 F: include/uapi/linux/ipx.h
5263 F: net/ipx/
5264
5265 IRDA SUBSYSTEM
5266 M: Samuel Ortiz <samuel@sortiz.org>
5267 L: irda-users@lists.sourceforge.net (subscribers-only)
5268 L: netdev@vger.kernel.org
5269 W: http://irda.sourceforge.net/
5270 S: Maintained
5271 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5272 F: Documentation/networking/irda.txt
5273 F: drivers/net/irda/
5274 F: include/net/irda/
5275 F: net/irda/
5276
5277 IRQ SUBSYSTEM
5278 M: Thomas Gleixner <tglx@linutronix.de>
5279 L: linux-kernel@vger.kernel.org
5280 S: Maintained
5281 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5282 F: kernel/irq/
5283
5284 IRQCHIP DRIVERS
5285 M: Thomas Gleixner <tglx@linutronix.de>
5286 M: Jason Cooper <jason@lakedaemon.net>
5287 L: linux-kernel@vger.kernel.org
5288 S: Maintained
5289 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5290 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5291 F: Documentation/devicetree/bindings/interrupt-controller/
5292 F: drivers/irqchip/
5293
5294 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5295 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5296 S: Maintained
5297 F: Documentation/IRQ-domain.txt
5298 F: include/linux/irqdomain.h
5299 F: kernel/irq/irqdomain.c
5300
5301 ISAPNP
5302 M: Jaroslav Kysela <perex@perex.cz>
5303 S: Maintained
5304 F: Documentation/isapnp.txt
5305 F: drivers/pnp/isapnp/
5306 F: include/linux/isapnp.h
5307
5308 ISA RADIO MODULE
5309 M: Hans Verkuil <hverkuil@xs4all.nl>
5310 L: linux-media@vger.kernel.org
5311 T: git git://linuxtv.org/media_tree.git
5312 W: http://linuxtv.org
5313 S: Maintained
5314 F: drivers/media/radio/radio-isa*
5315
5316 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5317 M: Peter Jones <pjones@redhat.com>
5318 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5319 S: Maintained
5320 F: drivers/firmware/iscsi_ibft*
5321
5322 ISCSI
5323 M: Mike Christie <michaelc@cs.wisc.edu>
5324 L: open-iscsi@googlegroups.com
5325 W: www.open-iscsi.org
5326 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5327 S: Maintained
5328 F: drivers/scsi/*iscsi*
5329 F: include/scsi/*iscsi*
5330
5331 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5332 M: Or Gerlitz <ogerlitz@mellanox.com>
5333 M: Sagi Grimberg <sagig@mellanox.com>
5334 M: Roi Dayan <roid@mellanox.com>
5335 L: linux-rdma@vger.kernel.org
5336 S: Supported
5337 W: http://www.openfabrics.org
5338 W: www.open-iscsi.org
5339 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5340 F: drivers/infiniband/ulp/iser/
5341
5342 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5343 M: Sagi Grimberg <sagig@mellanox.com>
5344 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5345 L: linux-rdma@vger.kernel.org
5346 L: target-devel@vger.kernel.org
5347 S: Supported
5348 W: http://www.linux-iscsi.org
5349 F: drivers/infiniband/ulp/isert
5350
5351 ISDN SUBSYSTEM
5352 M: Karsten Keil <isdn@linux-pingi.de>
5353 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5354 L: netdev@vger.kernel.org
5355 W: http://www.isdn4linux.de
5356 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5357 S: Maintained
5358 F: Documentation/isdn/
5359 F: drivers/isdn/
5360 F: include/linux/isdn.h
5361 F: include/linux/isdn/
5362 F: include/uapi/linux/isdn.h
5363 F: include/uapi/linux/isdn/
5364
5365 ISDN SUBSYSTEM (Eicon active card driver)
5366 M: Armin Schindler <mac@melware.de>
5367 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5368 W: http://www.melware.de
5369 S: Maintained
5370 F: drivers/isdn/hardware/eicon/
5371
5372 IT87 HARDWARE MONITORING DRIVER
5373 M: Jean Delvare <jdelvare@suse.de>
5374 L: lm-sensors@lm-sensors.org
5375 S: Maintained
5376 F: Documentation/hwmon/it87
5377 F: drivers/hwmon/it87.c
5378
5379 IT913X MEDIA DRIVER
5380 M: Antti Palosaari <crope@iki.fi>
5381 L: linux-media@vger.kernel.org
5382 W: http://linuxtv.org/
5383 W: http://palosaari.fi/linux/
5384 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5385 T: git git://linuxtv.org/anttip/media_tree.git
5386 S: Maintained
5387 F: drivers/media/tuners/it913x*
5388
5389 IVTV VIDEO4LINUX DRIVER
5390 M: Andy Walls <awalls@md.metrocast.net>
5391 L: ivtv-devel@ivtvdriver.org (subscribers-only)
5392 L: linux-media@vger.kernel.org
5393 T: git git://linuxtv.org/media_tree.git
5394 W: http://www.ivtvdriver.org
5395 S: Maintained
5396 F: Documentation/video4linux/*.ivtv
5397 F: drivers/media/pci/ivtv/
5398 F: include/uapi/linux/ivtv*
5399
5400 IX2505V MEDIA DRIVER
5401 M: Malcolm Priestley <tvboxspy@gmail.com>
5402 L: linux-media@vger.kernel.org
5403 W: http://linuxtv.org/
5404 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5405 S: Maintained
5406 F: drivers/media/dvb-frontends/ix2505v*
5407
5408 JC42.4 TEMPERATURE SENSOR DRIVER
5409 M: Guenter Roeck <linux@roeck-us.net>
5410 L: lm-sensors@lm-sensors.org
5411 S: Maintained
5412 F: drivers/hwmon/jc42.c
5413 F: Documentation/hwmon/jc42
5414
5415 JFS FILESYSTEM
5416 M: Dave Kleikamp <shaggy@kernel.org>
5417 L: jfs-discussion@lists.sourceforge.net
5418 W: http://jfs.sourceforge.net/
5419 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5420 S: Maintained
5421 F: Documentation/filesystems/jfs.txt
5422 F: fs/jfs/
5423
5424 JME NETWORK DRIVER
5425 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
5426 L: netdev@vger.kernel.org
5427 S: Maintained
5428 F: drivers/net/ethernet/jme.*
5429
5430 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5431 M: David Woodhouse <dwmw2@infradead.org>
5432 L: linux-mtd@lists.infradead.org
5433 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
5434 S: Maintained
5435 F: fs/jffs2/
5436 F: include/uapi/linux/jffs2.h
5437
5438 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5439 M: Andrew Morton <akpm@linux-foundation.org>
5440 M: Jan Kara <jack@suse.cz>
5441 L: linux-ext4@vger.kernel.org
5442 S: Maintained
5443 F: fs/jbd/
5444 F: include/linux/jbd.h
5445
5446 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5447 M: "Theodore Ts'o" <tytso@mit.edu>
5448 L: linux-ext4@vger.kernel.org
5449 S: Maintained
5450 F: fs/jbd2/
5451 F: include/linux/jbd2.h
5452
5453 JSM Neo PCI based serial card
5454 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5455 L: linux-serial@vger.kernel.org
5456 S: Maintained
5457 F: drivers/tty/serial/jsm/
5458
5459 K10TEMP HARDWARE MONITORING DRIVER
5460 M: Clemens Ladisch <clemens@ladisch.de>
5461 L: lm-sensors@lm-sensors.org
5462 S: Maintained
5463 F: Documentation/hwmon/k10temp
5464 F: drivers/hwmon/k10temp.c
5465
5466 K8TEMP HARDWARE MONITORING DRIVER
5467 M: Rudolf Marek <r.marek@assembler.cz>
5468 L: lm-sensors@lm-sensors.org
5469 S: Maintained
5470 F: Documentation/hwmon/k8temp
5471 F: drivers/hwmon/k8temp.c
5472
5473 KCONFIG
5474 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
5475 L: linux-kbuild@vger.kernel.org
5476 T: git git://gitorious.org/linux-kconfig/linux-kconfig
5477 S: Maintained
5478 F: Documentation/kbuild/kconfig-language.txt
5479 F: scripts/kconfig/
5480
5481 KDUMP
5482 M: Vivek Goyal <vgoyal@redhat.com>
5483 M: Haren Myneni <hbabu@us.ibm.com>
5484 L: kexec@lists.infradead.org
5485 W: http://lse.sourceforge.net/kdump/
5486 S: Maintained
5487 F: Documentation/kdump/
5488
5489 KEENE FM RADIO TRANSMITTER DRIVER
5490 M: Hans Verkuil <hverkuil@xs4all.nl>
5491 L: linux-media@vger.kernel.org
5492 T: git git://linuxtv.org/media_tree.git
5493 W: http://linuxtv.org
5494 S: Maintained
5495 F: drivers/media/radio/radio-keene*
5496
5497 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5498 M: Ian Kent <raven@themaw.net>
5499 L: autofs@vger.kernel.org
5500 S: Maintained
5501 F: fs/autofs4/
5502
5503 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5504 M: Michal Marek <mmarek@suse.cz>
5505 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5506 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5507 L: linux-kbuild@vger.kernel.org
5508 S: Maintained
5509 F: Documentation/kbuild/
5510 F: Makefile
5511 F: scripts/Makefile.*
5512 F: scripts/basic/
5513 F: scripts/mk*
5514 F: scripts/package/
5515
5516 KERNEL JANITORS
5517 L: kernel-janitors@vger.kernel.org
5518 W: http://kernelnewbies.org/KernelJanitors
5519 S: Odd Fixes
5520
5521 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5522 M: "J. Bruce Fields" <bfields@fieldses.org>
5523 L: linux-nfs@vger.kernel.org
5524 W: http://nfs.sourceforge.net/
5525 S: Supported
5526 F: fs/nfsd/
5527 F: include/uapi/linux/nfsd/
5528 F: fs/lockd/
5529 F: fs/nfs_common/
5530 F: net/sunrpc/
5531 F: include/linux/lockd/
5532 F: include/linux/sunrpc/
5533 F: include/uapi/linux/sunrpc/
5534
5535 KERNEL SELFTEST FRAMEWORK
5536 M: Shuah Khan <shuahkh@osg.samsung.com>
5537 L: linux-api@vger.kernel.org
5538 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5539 S: Maintained
5540 F: tools/testing/selftests
5541
5542 KERNEL VIRTUAL MACHINE (KVM)
5543 M: Gleb Natapov <gleb@kernel.org>
5544 M: Paolo Bonzini <pbonzini@redhat.com>
5545 L: kvm@vger.kernel.org
5546 W: http://www.linux-kvm.org
5547 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5548 S: Supported
5549 F: Documentation/*/kvm*.txt
5550 F: Documentation/virtual/kvm/
5551 F: arch/*/kvm/
5552 F: arch/*/include/asm/kvm*
5553 F: include/linux/kvm*
5554 F: include/uapi/linux/kvm*
5555 F: virt/kvm/
5556
5557 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5558 M: Joerg Roedel <joro@8bytes.org>
5559 L: kvm@vger.kernel.org
5560 W: http://kvm.qumranet.com
5561 S: Maintained
5562 F: arch/x86/include/asm/svm.h
5563 F: arch/x86/kvm/svm.c
5564
5565 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5566 M: Alexander Graf <agraf@suse.de>
5567 L: kvm-ppc@vger.kernel.org
5568 W: http://kvm.qumranet.com
5569 T: git git://github.com/agraf/linux-2.6.git
5570 S: Supported
5571 F: arch/powerpc/include/asm/kvm*
5572 F: arch/powerpc/kvm/
5573
5574 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5575 M: Christian Borntraeger <borntraeger@de.ibm.com>
5576 M: Cornelia Huck <cornelia.huck@de.ibm.com>
5577 M: linux390@de.ibm.com
5578 L: linux-s390@vger.kernel.org
5579 W: http://www.ibm.com/developerworks/linux/linux390/
5580 S: Supported
5581 F: Documentation/s390/kvm.txt
5582 F: arch/s390/include/asm/kvm*
5583 F: arch/s390/kvm/
5584 F: drivers/s390/kvm/
5585
5586 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5587 M: Christoffer Dall <christoffer.dall@linaro.org>
5588 M: Marc Zyngier <marc.zyngier@arm.com>
5589 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5590 L: kvmarm@lists.cs.columbia.edu
5591 W: http://systems.cs.columbia.edu/projects/kvm-arm
5592 S: Supported
5593 F: arch/arm/include/uapi/asm/kvm*
5594 F: arch/arm/include/asm/kvm*
5595 F: arch/arm/kvm/
5596 F: virt/kvm/arm/
5597 F: include/kvm/arm_*
5598
5599 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5600 M: Christoffer Dall <christoffer.dall@linaro.org>
5601 M: Marc Zyngier <marc.zyngier@arm.com>
5602 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5603 L: kvmarm@lists.cs.columbia.edu
5604 S: Maintained
5605 F: arch/arm64/include/uapi/asm/kvm*
5606 F: arch/arm64/include/asm/kvm*
5607 F: arch/arm64/kvm/
5608
5609 KEXEC
5610 M: Eric Biederman <ebiederm@xmission.com>
5611 W: http://kernel.org/pub/linux/utils/kernel/kexec/
5612 L: kexec@lists.infradead.org
5613 S: Maintained
5614 F: include/linux/kexec.h
5615 F: include/uapi/linux/kexec.h
5616 F: kernel/kexec.c
5617
5618 KEYS/KEYRINGS:
5619 M: David Howells <dhowells@redhat.com>
5620 L: keyrings@linux-nfs.org
5621 S: Maintained
5622 F: Documentation/security/keys.txt
5623 F: include/linux/key.h
5624 F: include/linux/key-type.h
5625 F: include/keys/
5626 F: security/keys/
5627
5628 KEYS-TRUSTED
5629 M: David Safford <safford@us.ibm.com>
5630 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5631 L: linux-security-module@vger.kernel.org
5632 L: keyrings@linux-nfs.org
5633 S: Supported
5634 F: Documentation/security/keys-trusted-encrypted.txt
5635 F: include/keys/trusted-type.h
5636 F: security/keys/trusted.c
5637 F: security/keys/trusted.h
5638
5639 KEYS-ENCRYPTED
5640 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5641 M: David Safford <safford@us.ibm.com>
5642 L: linux-security-module@vger.kernel.org
5643 L: keyrings@linux-nfs.org
5644 S: Supported
5645 F: Documentation/security/keys-trusted-encrypted.txt
5646 F: include/keys/encrypted-type.h
5647 F: security/keys/encrypted-keys/
5648
5649 KGDB / KDB /debug_core
5650 M: Jason Wessel <jason.wessel@windriver.com>
5651 W: http://kgdb.wiki.kernel.org/
5652 L: kgdb-bugreport@lists.sourceforge.net
5653 S: Maintained
5654 F: Documentation/DocBook/kgdb.tmpl
5655 F: drivers/misc/kgdbts.c
5656 F: drivers/tty/serial/kgdboc.c
5657 F: include/linux/kdb.h
5658 F: include/linux/kgdb.h
5659 F: kernel/debug/
5660
5661 KMEMCHECK
5662 M: Vegard Nossum <vegardno@ifi.uio.no>
5663 M: Pekka Enberg <penberg@kernel.org>
5664 S: Maintained
5665 F: Documentation/kmemcheck.txt
5666 F: arch/x86/include/asm/kmemcheck.h
5667 F: arch/x86/mm/kmemcheck/
5668 F: include/linux/kmemcheck.h
5669 F: mm/kmemcheck.c
5670
5671 KMEMLEAK
5672 M: Catalin Marinas <catalin.marinas@arm.com>
5673 S: Maintained
5674 F: Documentation/kmemleak.txt
5675 F: include/linux/kmemleak.h
5676 F: mm/kmemleak.c
5677 F: mm/kmemleak-test.c
5678
5679 KPROBES
5680 M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5681 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5682 M: "David S. Miller" <davem@davemloft.net>
5683 M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5684 S: Maintained
5685 F: Documentation/kprobes.txt
5686 F: include/linux/kprobes.h
5687 F: kernel/kprobes.c
5688
5689 KS0108 LCD CONTROLLER DRIVER
5690 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5691 W: http://miguelojeda.es/auxdisplay.htm
5692 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5693 S: Maintained
5694 F: Documentation/auxdisplay/ks0108
5695 F: drivers/auxdisplay/ks0108.c
5696 F: include/linux/ks0108.h
5697
5698 LAPB module
5699 L: linux-x25@vger.kernel.org
5700 S: Orphan
5701 F: Documentation/networking/lapb-module.txt
5702 F: include/*/lapb.h
5703 F: net/lapb/
5704
5705 LASI 53c700 driver for PARISC
5706 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5707 L: linux-scsi@vger.kernel.org
5708 S: Maintained
5709 F: Documentation/scsi/53c700.txt
5710 F: drivers/scsi/53c700*
5711
5712 LED SUBSYSTEM
5713 M: Bryan Wu <cooloney@gmail.com>
5714 M: Richard Purdie <rpurdie@rpsys.net>
5715 L: linux-leds@vger.kernel.org
5716 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5717 S: Maintained
5718 F: drivers/leds/
5719 F: include/linux/leds.h
5720
5721 LEGACY EEPROM DRIVER
5722 M: Jean Delvare <jdelvare@suse.de>
5723 S: Maintained
5724 F: Documentation/misc-devices/eeprom
5725 F: drivers/misc/eeprom/eeprom.c
5726
5727 LEGO USB Tower driver
5728 M: Juergen Stuber <starblue@users.sourceforge.net>
5729 L: legousb-devel@lists.sourceforge.net
5730 W: http://legousb.sourceforge.net/
5731 S: Maintained
5732 F: drivers/usb/misc/legousbtower.c
5733
5734 LG2160 MEDIA DRIVER
5735 M: Michael Krufky <mkrufky@linuxtv.org>
5736 L: linux-media@vger.kernel.org
5737 W: http://linuxtv.org/
5738 W: http://github.com/mkrufky
5739 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5740 T: git git://linuxtv.org/mkrufky/tuners.git
5741 S: Maintained
5742 F: drivers/media/dvb-frontends/lg2160.*
5743
5744 LGDT3305 MEDIA DRIVER
5745 M: Michael Krufky <mkrufky@linuxtv.org>
5746 L: linux-media@vger.kernel.org
5747 W: http://linuxtv.org/
5748 W: http://github.com/mkrufky
5749 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5750 T: git git://linuxtv.org/mkrufky/tuners.git
5751 S: Maintained
5752 F: drivers/media/dvb-frontends/lgdt3305.*
5753
5754 LGUEST
5755 M: Rusty Russell <rusty@rustcorp.com.au>
5756 L: lguest@lists.ozlabs.org
5757 W: http://lguest.ozlabs.org/
5758 S: Odd Fixes
5759 F: arch/x86/include/asm/lguest*.h
5760 F: arch/x86/lguest/
5761 F: drivers/lguest/
5762 F: include/linux/lguest*.h
5763 F: tools/lguest/
5764
5765 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5766 M: Tejun Heo <tj@kernel.org>
5767 L: linux-ide@vger.kernel.org
5768 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5769 S: Maintained
5770 F: drivers/ata/
5771 F: include/linux/ata.h
5772 F: include/linux/libata.h
5773
5774 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5775 M: Viresh Kumar <viresh.linux@gmail.com>
5776 L: linux-ide@vger.kernel.org
5777 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5778 S: Maintained
5779 F: include/linux/pata_arasan_cf_data.h
5780 F: drivers/ata/pata_arasan_cf.c
5781
5782 LIBATA PATA DRIVERS
5783 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5784 M: Tejun Heo <tj@kernel.org>
5785 L: linux-ide@vger.kernel.org
5786 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5787 S: Maintained
5788 F: drivers/ata/pata_*.c
5789 F: drivers/ata/ata_generic.c
5790
5791 LIBATA SATA AHCI PLATFORM devices support
5792 M: Hans de Goede <hdegoede@redhat.com>
5793 M: Tejun Heo <tj@kernel.org>
5794 L: linux-ide@vger.kernel.org
5795 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5796 S: Maintained
5797 F: drivers/ata/ahci_platform.c
5798 F: drivers/ata/libahci_platform.c
5799 F: include/linux/ahci_platform.h
5800
5801 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5802 M: Mikael Pettersson <mikpelinux@gmail.com>
5803 L: linux-ide@vger.kernel.org
5804 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5805 S: Maintained
5806 F: drivers/ata/sata_promise.*
5807
5808 LIBLOCKDEP
5809 M: Sasha Levin <sasha.levin@oracle.com>
5810 S: Maintained
5811 F: tools/lib/lockdep/
5812
5813 LINUX FOR IBM pSERIES (RS/6000)
5814 M: Paul Mackerras <paulus@au.ibm.com>
5815 W: http://www.ibm.com/linux/ltc/projects/ppc
5816 S: Supported
5817 F: arch/powerpc/boot/rs6000.h
5818
5819 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5820 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5821 M: Paul Mackerras <paulus@samba.org>
5822 M: Michael Ellerman <mpe@ellerman.id.au>
5823 W: http://www.penguinppc.org/
5824 L: linuxppc-dev@lists.ozlabs.org
5825 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5826 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5827 S: Supported
5828 F: Documentation/powerpc/
5829 F: arch/powerpc/
5830
5831 LINUX FOR POWER MACINTOSH
5832 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5833 W: http://www.penguinppc.org/
5834 L: linuxppc-dev@lists.ozlabs.org
5835 S: Maintained
5836 F: arch/powerpc/platforms/powermac/
5837 F: drivers/macintosh/
5838
5839 LINUX FOR POWERPC EMBEDDED MPC5XXX
5840 M: Anatolij Gustschin <agust@denx.de>
5841 L: linuxppc-dev@lists.ozlabs.org
5842 T: git git://git.denx.de/linux-denx-agust.git
5843 S: Maintained
5844 F: arch/powerpc/platforms/512x/
5845 F: arch/powerpc/platforms/52xx/
5846
5847 LINUX FOR POWERPC EMBEDDED PPC4XX
5848 M: Alistair Popple <alistair@popple.id.au>
5849 M: Matt Porter <mporter@kernel.crashing.org>
5850 W: http://www.penguinppc.org/
5851 L: linuxppc-dev@lists.ozlabs.org
5852 S: Maintained
5853 F: arch/powerpc/platforms/40x/
5854 F: arch/powerpc/platforms/44x/
5855
5856 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5857 L: linuxppc-dev@lists.ozlabs.org
5858 S: Orphan
5859 F: arch/powerpc/*/*virtex*
5860 F: arch/powerpc/*/*/*virtex*
5861
5862 LINUX FOR POWERPC EMBEDDED PPC8XX
5863 M: Vitaly Bordug <vitb@kernel.crashing.org>
5864 W: http://www.penguinppc.org/
5865 L: linuxppc-dev@lists.ozlabs.org
5866 S: Maintained
5867 F: arch/powerpc/platforms/8xx/
5868
5869 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5870 M: Scott Wood <scottwood@freescale.com>
5871 M: Kumar Gala <galak@kernel.crashing.org>
5872 W: http://www.penguinppc.org/
5873 L: linuxppc-dev@lists.ozlabs.org
5874 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5875 S: Maintained
5876 F: arch/powerpc/platforms/83xx/
5877 F: arch/powerpc/platforms/85xx/
5878
5879 LINUX FOR POWERPC PA SEMI PWRFICIENT
5880 M: Olof Johansson <olof@lixom.net>
5881 L: linuxppc-dev@lists.ozlabs.org
5882 S: Maintained
5883 F: arch/powerpc/platforms/pasemi/
5884 F: drivers/*/*pasemi*
5885 F: drivers/*/*/*pasemi*
5886
5887 LINUX SECURITY MODULE (LSM) FRAMEWORK
5888 M: Chris Wright <chrisw@sous-sol.org>
5889 L: linux-security-module@vger.kernel.org
5890 S: Supported
5891
5892 LIS3LV02D ACCELEROMETER DRIVER
5893 M: Eric Piel <eric.piel@tremplin-utc.net>
5894 S: Maintained
5895 F: Documentation/misc-devices/lis3lv02d
5896 F: drivers/misc/lis3lv02d/
5897 F: drivers/platform/x86/hp_accel.c
5898
5899 LIVE PATCHING
5900 M: Josh Poimboeuf <jpoimboe@redhat.com>
5901 M: Seth Jennings <sjenning@redhat.com>
5902 M: Jiri Kosina <jkosina@suse.cz>
5903 M: Vojtech Pavlik <vojtech@suse.cz>
5904 S: Maintained
5905 F: kernel/livepatch/
5906 F: include/linux/livepatch.h
5907 F: arch/x86/include/asm/livepatch.h
5908 F: arch/x86/kernel/livepatch.c
5909 F: Documentation/ABI/testing/sysfs-kernel-livepatch
5910 F: samples/livepatch/
5911 L: live-patching@vger.kernel.org
5912 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
5913
5914 LLC (802.2)
5915 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5916 S: Maintained
5917 F: include/linux/llc.h
5918 F: include/uapi/linux/llc.h
5919 F: include/net/llc*
5920 F: net/llc/
5921
5922 LM73 HARDWARE MONITOR DRIVER
5923 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
5924 L: lm-sensors@lm-sensors.org
5925 S: Maintained
5926 F: drivers/hwmon/lm73.c
5927
5928 LM78 HARDWARE MONITOR DRIVER
5929 M: Jean Delvare <jdelvare@suse.de>
5930 L: lm-sensors@lm-sensors.org
5931 S: Maintained
5932 F: Documentation/hwmon/lm78
5933 F: drivers/hwmon/lm78.c
5934
5935 LM83 HARDWARE MONITOR DRIVER
5936 M: Jean Delvare <jdelvare@suse.de>
5937 L: lm-sensors@lm-sensors.org
5938 S: Maintained
5939 F: Documentation/hwmon/lm83
5940 F: drivers/hwmon/lm83.c
5941
5942 LM90 HARDWARE MONITOR DRIVER
5943 M: Jean Delvare <jdelvare@suse.de>
5944 L: lm-sensors@lm-sensors.org
5945 S: Maintained
5946 F: Documentation/hwmon/lm90
5947 F: Documentation/devicetree/bindings/hwmon/lm90.txt
5948 F: drivers/hwmon/lm90.c
5949
5950 LM95234 HARDWARE MONITOR DRIVER
5951 M: Guenter Roeck <linux@roeck-us.net>
5952 L: lm-sensors@lm-sensors.org
5953 S: Maintained
5954 F: Documentation/hwmon/lm95234
5955 F: drivers/hwmon/lm95234.c
5956
5957 LME2510 MEDIA DRIVER
5958 M: Malcolm Priestley <tvboxspy@gmail.com>
5959 L: linux-media@vger.kernel.org
5960 W: http://linuxtv.org/
5961 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5962 S: Maintained
5963 F: drivers/media/usb/dvb-usb-v2/lmedm04*
5964
5965 LOCKDEP AND LOCKSTAT
5966 M: Peter Zijlstra <peterz@infradead.org>
5967 M: Ingo Molnar <mingo@redhat.com>
5968 L: linux-kernel@vger.kernel.org
5969 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5970 S: Maintained
5971 F: Documentation/locking/lockdep*.txt
5972 F: Documentation/locking/lockstat.txt
5973 F: include/linux/lockdep.h
5974 F: kernel/locking/
5975
5976 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5977 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
5978 L: linux-ntfs-dev@lists.sourceforge.net
5979 W: http://www.linux-ntfs.org/content/view/19/37/
5980 S: Maintained
5981 F: Documentation/ldm.txt
5982 F: block/partitions/ldm.*
5983
5984 LogFS
5985 M: Joern Engel <joern@logfs.org>
5986 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
5987 L: logfs@logfs.org
5988 W: logfs.org
5989 S: Maintained
5990 F: fs/logfs/
5991
5992 LPC32XX MACHINE SUPPORT
5993 M: Roland Stigge <stigge@antcom.de>
5994 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5995 S: Maintained
5996 F: arch/arm/mach-lpc32xx/
5997
5998 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5999 M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6000 M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6001 M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6002 M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6003 L: MPT-FusionLinux.pdl@avagotech.com
6004 L: linux-scsi@vger.kernel.org
6005 W: http://www.lsilogic.com/support
6006 S: Supported
6007 F: drivers/message/fusion/
6008 F: drivers/scsi/mpt2sas/
6009 F: drivers/scsi/mpt3sas/
6010
6011 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6012 M: Matthew Wilcox <matthew@wil.cx>
6013 L: linux-scsi@vger.kernel.org
6014 S: Maintained
6015 F: drivers/scsi/sym53c8xx_2/
6016
6017 LTC4261 HARDWARE MONITOR DRIVER
6018 M: Guenter Roeck <linux@roeck-us.net>
6019 L: lm-sensors@lm-sensors.org
6020 S: Maintained
6021 F: Documentation/hwmon/ltc4261
6022 F: drivers/hwmon/ltc4261.c
6023
6024 LTP (Linux Test Project)
6025 M: Mike Frysinger <vapier@gentoo.org>
6026 M: Cyril Hrubis <chrubis@suse.cz>
6027 M: Wanlong Gao <gaowanlong@cn.fujitsu.com>
6028 M: Jan Stancek <jstancek@redhat.com>
6029 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6030 M: Alexey Kodanev <alexey.kodanev@oracle.com>
6031 L: ltp-list@lists.sourceforge.net (subscribers-only)
6032 W: http://linux-test-project.github.io/
6033 T: git git://github.com/linux-test-project/ltp.git
6034 S: Maintained
6035
6036 M32R ARCHITECTURE
6037 W: http://www.linux-m32r.org/
6038 S: Orphan
6039 F: arch/m32r/
6040
6041 M68K ARCHITECTURE
6042 M: Geert Uytterhoeven <geert@linux-m68k.org>
6043 L: linux-m68k@lists.linux-m68k.org
6044 W: http://www.linux-m68k.org/
6045 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6046 S: Maintained
6047 F: arch/m68k/
6048 F: drivers/zorro/
6049
6050 M68K ON APPLE MACINTOSH
6051 M: Joshua Thompson <funaho@jurai.org>
6052 W: http://www.mac.linux-m68k.org/
6053 L: linux-m68k@lists.linux-m68k.org
6054 S: Maintained
6055 F: arch/m68k/mac/
6056
6057 M68K ON HP9000/300
6058 M: Philip Blundell <philb@gnu.org>
6059 W: http://www.tazenda.demon.co.uk/phil/linux-hp
6060 S: Maintained
6061 F: arch/m68k/hp300/
6062
6063 M88DS3103 MEDIA DRIVER
6064 M: Antti Palosaari <crope@iki.fi>
6065 L: linux-media@vger.kernel.org
6066 W: http://linuxtv.org/
6067 W: http://palosaari.fi/linux/
6068 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6069 T: git git://linuxtv.org/anttip/media_tree.git
6070 S: Maintained
6071 F: drivers/media/dvb-frontends/m88ds3103*
6072
6073 M88RS2000 MEDIA DRIVER
6074 M: Malcolm Priestley <tvboxspy@gmail.com>
6075 L: linux-media@vger.kernel.org
6076 W: http://linuxtv.org/
6077 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6078 S: Maintained
6079 F: drivers/media/dvb-frontends/m88rs2000*
6080
6081 M88TS2022 MEDIA DRIVER
6082 M: Antti Palosaari <crope@iki.fi>
6083 L: linux-media@vger.kernel.org
6084 W: http://linuxtv.org/
6085 W: http://palosaari.fi/linux/
6086 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6087 T: git git://linuxtv.org/anttip/media_tree.git
6088 S: Maintained
6089 F: drivers/media/tuners/m88ts2022*
6090
6091 MA901 MASTERKIT USB FM RADIO DRIVER
6092 M: Alexey Klimov <klimov.linux@gmail.com>
6093 L: linux-media@vger.kernel.org
6094 T: git git://linuxtv.org/media_tree.git
6095 S: Maintained
6096 F: drivers/media/radio/radio-ma901.c
6097
6098 MAC80211
6099 M: Johannes Berg <johannes@sipsolutions.net>
6100 L: linux-wireless@vger.kernel.org
6101 W: http://wireless.kernel.org/
6102 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6103 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6104 S: Maintained
6105 F: Documentation/networking/mac80211-injection.txt
6106 F: include/net/mac80211.h
6107 F: net/mac80211/
6108
6109 MACVLAN DRIVER
6110 M: Patrick McHardy <kaber@trash.net>
6111 L: netdev@vger.kernel.org
6112 S: Maintained
6113 F: drivers/net/macvlan.c
6114 F: include/linux/if_macvlan.h
6115
6116 MAILBOX API
6117 M: Jassi Brar <jassisinghbrar@gmail.com>
6118 L: linux-kernel@vger.kernel.org
6119 S: Maintained
6120 F: drivers/mailbox/
6121 F: include/linux/mailbox_client.h
6122 F: include/linux/mailbox_controller.h
6123
6124 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6125 M: Michael Kerrisk <mtk.manpages@gmail.com>
6126 W: http://www.kernel.org/doc/man-pages
6127 L: linux-man@vger.kernel.org
6128 S: Maintained
6129
6130 MARVELL ARMADA DRM SUPPORT
6131 M: Russell King <rmk+kernel@arm.linux.org.uk>
6132 S: Maintained
6133 F: drivers/gpu/drm/armada/
6134
6135 MARVELL 88E6352 DSA support
6136 M: Guenter Roeck <linux@roeck-us.net>
6137 S: Maintained
6138 F: drivers/net/dsa/mv88e6352.c
6139
6140 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6141 M: Mirko Lindner <mlindner@marvell.com>
6142 M: Stephen Hemminger <stephen@networkplumber.org>
6143 L: netdev@vger.kernel.org
6144 S: Maintained
6145 F: drivers/net/ethernet/marvell/sk*
6146
6147 MARVELL LIBERTAS WIRELESS DRIVER
6148 L: libertas-dev@lists.infradead.org
6149 S: Orphan
6150 F: drivers/net/wireless/libertas/
6151
6152 MARVELL MV643XX ETHERNET DRIVER
6153 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6154 L: netdev@vger.kernel.org
6155 S: Maintained
6156 F: drivers/net/ethernet/marvell/mv643xx_eth.*
6157 F: include/linux/mv643xx.h
6158
6159 MARVELL MVNETA ETHERNET DRIVER
6160 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6161 L: netdev@vger.kernel.org
6162 S: Maintained
6163 F: drivers/net/ethernet/marvell/mvneta.*
6164
6165 MARVELL MWIFIEX WIRELESS DRIVER
6166 M: Amitkumar Karwar <akarwar@marvell.com>
6167 M: Avinash Patil <patila@marvell.com>
6168 L: linux-wireless@vger.kernel.org
6169 S: Maintained
6170 F: drivers/net/wireless/mwifiex/
6171
6172 MARVELL MWL8K WIRELESS DRIVER
6173 M: Lennert Buytenhek <buytenh@wantstofly.org>
6174 L: linux-wireless@vger.kernel.org
6175 S: Odd Fixes
6176 F: drivers/net/wireless/mwl8k.c
6177
6178 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6179 M: Nicolas Pitre <nico@fluxnic.net>
6180 S: Odd Fixes
6181 F: drivers/mmc/host/mvsdio.*
6182
6183 MATROX FRAMEBUFFER DRIVER
6184 L: linux-fbdev@vger.kernel.org
6185 S: Orphan
6186 F: drivers/video/fbdev/matrox/matroxfb_*
6187 F: include/uapi/linux/matroxfb.h
6188
6189 MAX16065 HARDWARE MONITOR DRIVER
6190 M: Guenter Roeck <linux@roeck-us.net>
6191 L: lm-sensors@lm-sensors.org
6192 S: Maintained
6193 F: Documentation/hwmon/max16065
6194 F: drivers/hwmon/max16065.c
6195
6196 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6197 M: "Hans J. Koch" <hjk@hansjkoch.de>
6198 L: lm-sensors@lm-sensors.org
6199 S: Maintained
6200 F: Documentation/hwmon/max6650
6201 F: drivers/hwmon/max6650.c
6202
6203 MAX6697 HARDWARE MONITOR DRIVER
6204 M: Guenter Roeck <linux@roeck-us.net>
6205 L: lm-sensors@lm-sensors.org
6206 S: Maintained
6207 F: Documentation/hwmon/max6697
6208 F: Documentation/devicetree/bindings/i2c/max6697.txt
6209 F: drivers/hwmon/max6697.c
6210 F: include/linux/platform_data/max6697.h
6211
6212 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6213 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6214 L: linux-pm@vger.kernel.org
6215 S: Supported
6216 F: drivers/power/max14577_charger.c
6217 F: drivers/power/max77693_charger.c
6218
6219 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6220 M: Chanwoo Choi <cw00.choi@samsung.com>
6221 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6222 L: linux-kernel@vger.kernel.org
6223 S: Supported
6224 F: drivers/*/max14577.c
6225 F: drivers/*/max77686.c
6226 F: drivers/*/max77693.c
6227 F: drivers/extcon/extcon-max14577.c
6228 F: drivers/extcon/extcon-max77693.c
6229 F: drivers/rtc/rtc-max77686.c
6230 F: drivers/clk/clk-max77686.c
6231 F: Documentation/devicetree/bindings/mfd/max14577.txt
6232 F: Documentation/devicetree/bindings/mfd/max77686.txt
6233 F: Documentation/devicetree/bindings/mfd/max77693.txt
6234 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6235 F: include/linux/mfd/max14577*.h
6236 F: include/linux/mfd/max77686*.h
6237 F: include/linux/mfd/max77693*.h
6238
6239 MAXIRADIO FM RADIO RECEIVER DRIVER
6240 M: Hans Verkuil <hverkuil@xs4all.nl>
6241 L: linux-media@vger.kernel.org
6242 T: git git://linuxtv.org/media_tree.git
6243 W: http://linuxtv.org
6244 S: Maintained
6245 F: drivers/media/radio/radio-maxiradio*
6246
6247 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6248 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6249 P: LinuxTV.org Project
6250 L: linux-media@vger.kernel.org
6251 W: http://linuxtv.org
6252 Q: http://patchwork.kernel.org/project/linux-media/list/
6253 T: git git://linuxtv.org/media_tree.git
6254 S: Maintained
6255 F: Documentation/dvb/
6256 F: Documentation/video4linux/
6257 F: Documentation/DocBook/media/
6258 F: drivers/media/
6259 F: drivers/staging/media/
6260 F: include/media/
6261 F: include/uapi/linux/dvb/
6262 F: include/uapi/linux/videodev2.h
6263 F: include/uapi/linux/media.h
6264 F: include/uapi/linux/v4l2-*
6265 F: include/uapi/linux/meye.h
6266 F: include/uapi/linux/ivtv*
6267 F: include/uapi/linux/uvcvideo.h
6268
6269 MEGARAID SCSI/SAS DRIVERS
6270 M: Kashyap Desai <kashyap.desai@avagotech.com>
6271 M: Sumit Saxena <sumit.saxena@avagotech.com>
6272 M: Uday Lingala <uday.lingala@avagotech.com>
6273 L: megaraidlinux.pdl@avagotech.com
6274 L: linux-scsi@vger.kernel.org
6275 W: http://www.lsi.com
6276 S: Maintained
6277 F: Documentation/scsi/megaraid.txt
6278 F: drivers/scsi/megaraid.*
6279 F: drivers/scsi/megaraid/
6280
6281 MELLANOX ETHERNET DRIVER (mlx4_en)
6282 M: Amir Vadai <amirv@mellanox.com>
6283 L: netdev@vger.kernel.org
6284 S: Supported
6285 W: http://www.mellanox.com
6286 Q: http://patchwork.ozlabs.org/project/netdev/list/
6287 F: drivers/net/ethernet/mellanox/mlx4/en_*
6288
6289 MEMORY MANAGEMENT
6290 L: linux-mm@kvack.org
6291 W: http://www.linux-mm.org
6292 S: Maintained
6293 F: include/linux/mm.h
6294 F: include/linux/gfp.h
6295 F: include/linux/mmzone.h
6296 F: include/linux/memory_hotplug.h
6297 F: include/linux/vmalloc.h
6298 F: mm/
6299
6300 MEMORY TECHNOLOGY DEVICES (MTD)
6301 M: David Woodhouse <dwmw2@infradead.org>
6302 M: Brian Norris <computersforpeace@gmail.com>
6303 L: linux-mtd@lists.infradead.org
6304 W: http://www.linux-mtd.infradead.org/
6305 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
6306 T: git git://git.infradead.org/linux-mtd.git
6307 T: git git://git.infradead.org/l2-mtd.git
6308 S: Maintained
6309 F: drivers/mtd/
6310 F: include/linux/mtd/
6311 F: include/uapi/mtd/
6312
6313 MEN A21 WATCHDOG DRIVER
6314 M: Johannes Thumshirn <johannes.thumshirn@men.de>
6315 L: linux-watchdog@vger.kernel.org
6316 S: Supported
6317 F: drivers/watchdog/mena21_wdt.c
6318
6319 MEN CHAMELEON BUS (mcb)
6320 M: Johannes Thumshirn <johannes.thumshirn@men.de>
6321 S: Supported
6322 F: drivers/mcb/
6323 F: include/linux/mcb.h
6324
6325 MEN F21BMC (Board Management Controller)
6326 M: Andreas Werner <andreas.werner@men.de>
6327 S: Supported
6328 F: drivers/mfd/menf21bmc.c
6329 F: drivers/watchdog/menf21bmc_wdt.c
6330 F: drivers/leds/leds-menf21bmc.c
6331 F: drivers/hwmon/menf21bmc_hwmon.c
6332 F: Documentation/hwmon/menf21bmc
6333
6334 METAG ARCHITECTURE
6335 M: James Hogan <james.hogan@imgtec.com>
6336 L: linux-metag@vger.kernel.org
6337 S: Supported
6338 F: arch/metag/
6339 F: Documentation/metag/
6340 F: Documentation/devicetree/bindings/metag/
6341 F: drivers/clocksource/metag_generic.c
6342 F: drivers/irqchip/irq-metag.c
6343 F: drivers/irqchip/irq-metag-ext.c
6344 F: drivers/tty/metag_da.c
6345
6346 MICROBLAZE ARCHITECTURE
6347 M: Michal Simek <monstr@monstr.eu>
6348 W: http://www.monstr.eu/fdt/
6349 T: git git://git.monstr.eu/linux-2.6-microblaze.git
6350 S: Supported
6351 F: arch/microblaze/
6352
6353 MICROTEK X6 SCANNER
6354 M: Oliver Neukum <oliver@neukum.org>
6355 S: Maintained
6356 F: drivers/usb/image/microtek.*
6357
6358 MIPS
6359 M: Ralf Baechle <ralf@linux-mips.org>
6360 L: linux-mips@linux-mips.org
6361 W: http://www.linux-mips.org/
6362 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
6363 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
6364 S: Supported
6365 F: Documentation/mips/
6366 F: arch/mips/
6367
6368 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6369 M: Hans Verkuil <hverkuil@xs4all.nl>
6370 L: linux-media@vger.kernel.org
6371 T: git git://linuxtv.org/media_tree.git
6372 W: http://linuxtv.org
6373 S: Odd Fixes
6374 F: drivers/media/radio/radio-miropcm20*
6375
6376 Mellanox MLX5 core VPI driver
6377 M: Eli Cohen <eli@mellanox.com>
6378 L: netdev@vger.kernel.org
6379 L: linux-rdma@vger.kernel.org
6380 W: http://www.mellanox.com
6381 Q: http://patchwork.ozlabs.org/project/netdev/list/
6382 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6383 T: git git://openfabrics.org/~eli/connect-ib.git
6384 S: Supported
6385 F: drivers/net/ethernet/mellanox/mlx5/core/
6386 F: include/linux/mlx5/
6387
6388 Mellanox MLX5 IB driver
6389 M: Eli Cohen <eli@mellanox.com>
6390 L: linux-rdma@vger.kernel.org
6391 W: http://www.mellanox.com
6392 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6393 T: git git://openfabrics.org/~eli/connect-ib.git
6394 S: Supported
6395 F: include/linux/mlx5/
6396 F: drivers/infiniband/hw/mlx5/
6397
6398 MN88472 MEDIA DRIVER
6399 M: Antti Palosaari <crope@iki.fi>
6400 L: linux-media@vger.kernel.org
6401 W: http://linuxtv.org/
6402 W: http://palosaari.fi/linux/
6403 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6404 T: git git://linuxtv.org/anttip/media_tree.git
6405 S: Maintained
6406 F: drivers/staging/media/mn88472/
6407 F: drivers/media/dvb-frontends/mn88472.h
6408
6409 MN88473 MEDIA DRIVER
6410 M: Antti Palosaari <crope@iki.fi>
6411 L: linux-media@vger.kernel.org
6412 W: http://linuxtv.org/
6413 W: http://palosaari.fi/linux/
6414 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6415 T: git git://linuxtv.org/anttip/media_tree.git
6416 S: Maintained
6417 F: drivers/staging/media/mn88473/
6418 F: drivers/media/dvb-frontends/mn88473.h
6419
6420 MODULE SUPPORT
6421 M: Rusty Russell <rusty@rustcorp.com.au>
6422 S: Maintained
6423 F: include/linux/module.h
6424 F: kernel/module.c
6425
6426 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6427 W: http://popies.net/meye/
6428 S: Orphan
6429 F: Documentation/video4linux/meye.txt
6430 F: drivers/media/pci/meye/
6431 F: include/uapi/linux/meye.h
6432
6433 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6434 M: Jiri Slaby <jirislaby@gmail.com>
6435 S: Maintained
6436 F: Documentation/serial/moxa-smartio
6437 F: drivers/tty/mxser.*
6438
6439 MR800 AVERMEDIA USB FM RADIO DRIVER
6440 M: Alexey Klimov <klimov.linux@gmail.com>
6441 L: linux-media@vger.kernel.org
6442 T: git git://linuxtv.org/media_tree.git
6443 S: Maintained
6444 F: drivers/media/radio/radio-mr800.c
6445
6446 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6447 M: Alan Ott <alan@signal11.us>
6448 L: linux-wpan@vger.kernel.org
6449 S: Maintained
6450 F: drivers/net/ieee802154/mrf24j40.c
6451
6452 MSI LAPTOP SUPPORT
6453 M: "Lee, Chun-Yi" <jlee@suse.com>
6454 L: platform-driver-x86@vger.kernel.org
6455 S: Maintained
6456 F: drivers/platform/x86/msi-laptop.c
6457
6458 MSI WMI SUPPORT
6459 M: Anisse Astier <anisse@astier.eu>
6460 L: platform-driver-x86@vger.kernel.org
6461 S: Supported
6462 F: drivers/platform/x86/msi-wmi.c
6463
6464 MSI001 MEDIA DRIVER
6465 M: Antti Palosaari <crope@iki.fi>
6466 L: linux-media@vger.kernel.org
6467 W: http://linuxtv.org/
6468 W: http://palosaari.fi/linux/
6469 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6470 T: git git://linuxtv.org/anttip/media_tree.git
6471 S: Maintained
6472 F: drivers/media/tuners/msi001*
6473
6474 MSI2500 MEDIA DRIVER
6475 M: Antti Palosaari <crope@iki.fi>
6476 L: linux-media@vger.kernel.org
6477 W: http://linuxtv.org/
6478 W: http://palosaari.fi/linux/
6479 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6480 T: git git://linuxtv.org/anttip/media_tree.git
6481 S: Maintained
6482 F: drivers/media/usb/msi2500/
6483
6484 MT9M032 APTINA SENSOR DRIVER
6485 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6486 L: linux-media@vger.kernel.org
6487 T: git git://linuxtv.org/media_tree.git
6488 S: Maintained
6489 F: drivers/media/i2c/mt9m032.c
6490 F: include/media/mt9m032.h
6491
6492 MT9P031 APTINA CAMERA SENSOR
6493 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6494 L: linux-media@vger.kernel.org
6495 T: git git://linuxtv.org/media_tree.git
6496 S: Maintained
6497 F: drivers/media/i2c/mt9p031.c
6498 F: include/media/mt9p031.h
6499
6500 MT9T001 APTINA CAMERA SENSOR
6501 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6502 L: linux-media@vger.kernel.org
6503 T: git git://linuxtv.org/media_tree.git
6504 S: Maintained
6505 F: drivers/media/i2c/mt9t001.c
6506 F: include/media/mt9t001.h
6507
6508 MT9V032 APTINA CAMERA SENSOR
6509 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6510 L: linux-media@vger.kernel.org
6511 T: git git://linuxtv.org/media_tree.git
6512 S: Maintained
6513 F: drivers/media/i2c/mt9v032.c
6514 F: include/media/mt9v032.h
6515
6516 MULTIFUNCTION DEVICES (MFD)
6517 M: Samuel Ortiz <sameo@linux.intel.com>
6518 M: Lee Jones <lee.jones@linaro.org>
6519 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6520 S: Supported
6521 F: drivers/mfd/
6522 F: include/linux/mfd/
6523
6524 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6525 M: Chris Ball <chris@printf.net>
6526 M: Ulf Hansson <ulf.hansson@linaro.org>
6527 L: linux-mmc@vger.kernel.org
6528 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6529 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
6530 S: Maintained
6531 F: drivers/mmc/
6532 F: include/linux/mmc/
6533 F: include/uapi/linux/mmc/
6534
6535 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6536 S: Orphan
6537 F: drivers/mmc/host/mmc_spi.c
6538 F: include/linux/spi/mmc_spi.h
6539
6540 MULTISOUND SOUND DRIVER
6541 M: Andrew Veliath <andrewtv@usa.net>
6542 S: Maintained
6543 F: Documentation/sound/oss/MultiSound
6544 F: sound/oss/msnd*
6545
6546 MULTITECH MULTIPORT CARD (ISICOM)
6547 S: Orphan
6548 F: drivers/tty/isicom.c
6549 F: include/linux/isicom.h
6550
6551 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6552 M: Felipe Balbi <balbi@ti.com>
6553 L: linux-usb@vger.kernel.org
6554 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6555 S: Maintained
6556 F: drivers/usb/musb/
6557
6558 MXL5007T MEDIA DRIVER
6559 M: Michael Krufky <mkrufky@linuxtv.org>
6560 L: linux-media@vger.kernel.org
6561 W: http://linuxtv.org/
6562 W: http://github.com/mkrufky
6563 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6564 T: git git://linuxtv.org/mkrufky/tuners.git
6565 S: Maintained
6566 F: drivers/media/tuners/mxl5007t.*
6567
6568 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6569 M: Hyong-Youb Kim <hykim@myri.com>
6570 L: netdev@vger.kernel.org
6571 W: https://www.myricom.com/support/downloads/myri10ge.html
6572 S: Supported
6573 F: drivers/net/ethernet/myricom/myri10ge/
6574
6575 NATSEMI ETHERNET DRIVER (DP8381x)
6576 S: Orphan
6577 F: drivers/net/ethernet/natsemi/natsemi.c
6578
6579 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6580 M: Daniel Mack <zonque@gmail.com>
6581 S: Maintained
6582 L: alsa-devel@alsa-project.org
6583 W: http://www.native-instruments.com
6584 F: sound/usb/caiaq/
6585
6586 NCP FILESYSTEM
6587 M: Petr Vandrovec <petr@vandrovec.name>
6588 S: Odd Fixes
6589 F: fs/ncpfs/
6590
6591 NCR 5380 SCSI DRIVERS
6592 M: Finn Thain <fthain@telegraphics.com.au>
6593 M: Michael Schmitz <schmitzmic@gmail.com>
6594 L: linux-scsi@vger.kernel.org
6595 S: Maintained
6596 F: Documentation/scsi/g_NCR5380.txt
6597 F: drivers/scsi/NCR5380.*
6598 F: drivers/scsi/arm/cumana_1.c
6599 F: drivers/scsi/arm/oak.c
6600 F: drivers/scsi/atari_NCR5380.c
6601 F: drivers/scsi/atari_scsi.*
6602 F: drivers/scsi/dmx3191d.c
6603 F: drivers/scsi/dtc.*
6604 F: drivers/scsi/g_NCR5380.*
6605 F: drivers/scsi/g_NCR5380_mmio.c
6606 F: drivers/scsi/mac_scsi.*
6607 F: drivers/scsi/pas16.*
6608 F: drivers/scsi/sun3_scsi.*
6609 F: drivers/scsi/sun3_scsi_vme.c
6610 F: drivers/scsi/t128.*
6611
6612 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6613 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6614 L: linux-scsi@vger.kernel.org
6615 S: Maintained
6616 F: drivers/scsi/NCR_D700.*
6617
6618 NCT6775 HARDWARE MONITOR DRIVER
6619 M: Guenter Roeck <linux@roeck-us.net>
6620 L: lm-sensors@lm-sensors.org
6621 S: Maintained
6622 F: Documentation/hwmon/nct6775
6623 F: drivers/hwmon/nct6775.c
6624
6625 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6626 M: Faisal Latif <faisal.latif@intel.com>
6627 L: linux-rdma@vger.kernel.org
6628 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6629 S: Supported
6630 F: drivers/infiniband/hw/nes/
6631
6632 NETEM NETWORK EMULATOR
6633 M: Stephen Hemminger <stephen@networkplumber.org>
6634 L: netem@lists.linux-foundation.org
6635 S: Maintained
6636 F: net/sched/sch_netem.c
6637
6638 NETERION 10GbE DRIVERS (s2io/vxge)
6639 M: Jon Mason <jdmason@kudzu.us>
6640 L: netdev@vger.kernel.org
6641 S: Supported
6642 F: Documentation/networking/s2io.txt
6643 F: Documentation/networking/vxge.txt
6644 F: drivers/net/ethernet/neterion/
6645
6646 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6647 M: Pablo Neira Ayuso <pablo@netfilter.org>
6648 M: Patrick McHardy <kaber@trash.net>
6649 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6650 L: netfilter-devel@vger.kernel.org
6651 L: coreteam@netfilter.org
6652 W: http://www.netfilter.org/
6653 W: http://www.iptables.org/
6654 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
6655 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6656 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6657 S: Supported
6658 F: include/linux/netfilter*
6659 F: include/linux/netfilter/
6660 F: include/net/netfilter/
6661 F: include/uapi/linux/netfilter*
6662 F: include/uapi/linux/netfilter/
6663 F: net/*/netfilter.c
6664 F: net/*/netfilter/
6665 F: net/netfilter/
6666
6667 NETLABEL
6668 M: Paul Moore <paul@paul-moore.com>
6669 W: http://netlabel.sf.net
6670 L: netdev@vger.kernel.org
6671 S: Maintained
6672 F: Documentation/netlabel/
6673 F: include/net/netlabel.h
6674 F: net/netlabel/
6675
6676 NETROM NETWORK LAYER
6677 M: Ralf Baechle <ralf@linux-mips.org>
6678 L: linux-hams@vger.kernel.org
6679 W: http://www.linux-ax25.org/
6680 S: Maintained
6681 F: include/net/netrom.h
6682 F: include/uapi/linux/netrom.h
6683 F: net/netrom/
6684
6685 NETWORK BLOCK DEVICE (NBD)
6686 M: Markus Pargmann <mpa@pengutronix.de>
6687 S: Maintained
6688 L: nbd-general@lists.sourceforge.net
6689 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
6690 F: Documentation/blockdev/nbd.txt
6691 F: drivers/block/nbd.c
6692 F: include/linux/nbd.h
6693 F: include/uapi/linux/nbd.h
6694
6695 NETWORK DROP MONITOR
6696 M: Neil Horman <nhorman@tuxdriver.com>
6697 L: netdev@vger.kernel.org
6698 S: Maintained
6699 W: https://fedorahosted.org/dropwatch/
6700 F: net/core/drop_monitor.c
6701
6702 NETWORKING [GENERAL]
6703 M: "David S. Miller" <davem@davemloft.net>
6704 L: netdev@vger.kernel.org
6705 W: http://www.linuxfoundation.org/en/Net
6706 Q: http://patchwork.ozlabs.org/project/netdev/list/
6707 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6708 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6709 S: Maintained
6710 F: net/
6711 F: include/net/
6712 F: include/linux/in.h
6713 F: include/linux/net.h
6714 F: include/linux/netdevice.h
6715 F: include/uapi/linux/in.h
6716 F: include/uapi/linux/net.h
6717 F: include/uapi/linux/netdevice.h
6718 F: include/uapi/linux/net_namespace.h
6719 F: tools/net/
6720 F: tools/testing/selftests/net/
6721 F: lib/random32.c
6722 F: lib/test_bpf.c
6723
6724 NETWORKING [IPv4/IPv6]
6725 M: "David S. Miller" <davem@davemloft.net>
6726 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6727 M: James Morris <jmorris@namei.org>
6728 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6729 M: Patrick McHardy <kaber@trash.net>
6730 L: netdev@vger.kernel.org
6731 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6732 S: Maintained
6733 F: net/ipv4/
6734 F: net/ipv6/
6735 F: include/net/ip*
6736 F: arch/x86/net/*
6737
6738 NETWORKING [IPSEC]
6739 M: Steffen Klassert <steffen.klassert@secunet.com>
6740 M: Herbert Xu <herbert@gondor.apana.org.au>
6741 M: "David S. Miller" <davem@davemloft.net>
6742 L: netdev@vger.kernel.org
6743 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6744 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6745 S: Maintained
6746 F: net/core/flow.c
6747 F: net/xfrm/
6748 F: net/key/
6749 F: net/ipv4/xfrm*
6750 F: net/ipv4/esp4.c
6751 F: net/ipv4/ah4.c
6752 F: net/ipv4/ipcomp.c
6753 F: net/ipv4/ip_vti.c
6754 F: net/ipv6/xfrm*
6755 F: net/ipv6/esp6.c
6756 F: net/ipv6/ah6.c
6757 F: net/ipv6/ipcomp6.c
6758 F: net/ipv6/ip6_vti.c
6759 F: include/uapi/linux/xfrm.h
6760 F: include/net/xfrm.h
6761
6762 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6763 M: Paul Moore <paul@paul-moore.com>
6764 L: netdev@vger.kernel.org
6765 S: Maintained
6766
6767 NETWORKING [WIRELESS]
6768 L: linux-wireless@vger.kernel.org
6769 Q: http://patchwork.kernel.org/project/linux-wireless/list/
6770
6771 NETWORKING DRIVERS
6772 L: netdev@vger.kernel.org
6773 W: http://www.linuxfoundation.org/en/Net
6774 Q: http://patchwork.ozlabs.org/project/netdev/list/
6775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6776 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6777 S: Odd Fixes
6778 F: drivers/net/
6779 F: include/linux/if_*
6780 F: include/linux/netdevice.h
6781 F: include/linux/arcdevice.h
6782 F: include/linux/etherdevice.h
6783 F: include/linux/fcdevice.h
6784 F: include/linux/fddidevice.h
6785 F: include/linux/hippidevice.h
6786 F: include/linux/inetdevice.h
6787 F: include/uapi/linux/if_*
6788 F: include/uapi/linux/netdevice.h
6789
6790 NETWORKING DRIVERS (WIRELESS)
6791 M: Kalle Valo <kvalo@codeaurora.org>
6792 L: linux-wireless@vger.kernel.org
6793 Q: http://patchwork.kernel.org/project/linux-wireless/list/
6794 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6795 S: Maintained
6796 F: drivers/net/wireless/
6797
6798 NETXEN (1/10) GbE SUPPORT
6799 M: Manish Chopra <manish.chopra@qlogic.com>
6800 M: Sony Chacko <sony.chacko@qlogic.com>
6801 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
6802 L: netdev@vger.kernel.org
6803 W: http://www.qlogic.com
6804 S: Supported
6805 F: drivers/net/ethernet/qlogic/netxen/
6806
6807 NFC SUBSYSTEM
6808 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6809 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6810 M: Samuel Ortiz <sameo@linux.intel.com>
6811 L: linux-wireless@vger.kernel.org
6812 L: linux-nfc@lists.01.org (subscribers-only)
6813 S: Supported
6814 F: net/nfc/
6815 F: include/net/nfc/
6816 F: include/uapi/linux/nfc.h
6817 F: drivers/nfc/
6818 F: include/linux/platform_data/pn544.h
6819 F: Documentation/devicetree/bindings/net/nfc/
6820
6821 NFS, SUNRPC, AND LOCKD CLIENTS
6822 M: Trond Myklebust <trond.myklebust@primarydata.com>
6823 M: Anna Schumaker <anna.schumaker@netapp.com>
6824 L: linux-nfs@vger.kernel.org
6825 W: http://client.linux-nfs.org
6826 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6827 S: Maintained
6828 F: fs/lockd/
6829 F: fs/nfs/
6830 F: fs/nfs_common/
6831 F: net/sunrpc/
6832 F: include/linux/lockd/
6833 F: include/linux/nfs*
6834 F: include/linux/sunrpc/
6835 F: include/uapi/linux/nfs*
6836 F: include/uapi/linux/sunrpc/
6837
6838 NILFS2 FILESYSTEM
6839 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6840 L: linux-nilfs@vger.kernel.org
6841 W: http://nilfs.sourceforge.net/
6842 T: git git://github.com/konis/nilfs2.git
6843 S: Supported
6844 F: Documentation/filesystems/nilfs2.txt
6845 F: fs/nilfs2/
6846 F: include/linux/nilfs2_fs.h
6847
6848 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6849 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6850 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6851 S: Maintained
6852 F: Documentation/scsi/NinjaSCSI.txt
6853 F: drivers/scsi/pcmcia/nsp_*
6854
6855 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6856 M: GOTO Masanori <gotom@debian.or.jp>
6857 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6858 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6859 S: Maintained
6860 F: Documentation/scsi/NinjaSCSI.txt
6861 F: drivers/scsi/nsp32*
6862
6863 NIOS2 ARCHITECTURE
6864 M: Ley Foon Tan <lftan@altera.com>
6865 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6866 T: git git://git.rocketboards.org/linux-socfpga.git
6867 S: Maintained
6868 F: arch/nios2/
6869
6870 NTB DRIVER
6871 M: Jon Mason <jdmason@kudzu.us>
6872 M: Dave Jiang <dave.jiang@intel.com>
6873 S: Supported
6874 W: https://github.com/jonmason/ntb/wiki
6875 T: git git://github.com/jonmason/ntb.git
6876 F: drivers/ntb/
6877 F: drivers/net/ntb_netdev.c
6878 F: include/linux/ntb.h
6879
6880 NTFS FILESYSTEM
6881 M: Anton Altaparmakov <anton@tuxera.com>
6882 L: linux-ntfs-dev@lists.sourceforge.net
6883 W: http://www.tuxera.com/
6884 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6885 S: Supported
6886 F: Documentation/filesystems/ntfs.txt
6887 F: fs/ntfs/
6888
6889 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6890 M: Antonino Daplas <adaplas@gmail.com>
6891 L: linux-fbdev@vger.kernel.org
6892 S: Maintained
6893 F: drivers/video/fbdev/riva/
6894 F: drivers/video/fbdev/nvidia/
6895
6896 NVM EXPRESS DRIVER
6897 M: Matthew Wilcox <willy@linux.intel.com>
6898 L: linux-nvme@lists.infradead.org
6899 T: git git://git.infradead.org/users/willy/linux-nvme.git
6900 S: Supported
6901 F: drivers/block/nvme*
6902 F: include/linux/nvme.h
6903
6904 NXP TDA998X DRM DRIVER
6905 M: Russell King <rmk+kernel@arm.linux.org.uk>
6906 S: Supported
6907 F: drivers/gpu/drm/i2c/tda998x_drv.c
6908 F: include/drm/i2c/tda998x.h
6909
6910 NXP TFA9879 DRIVER
6911 M: Peter Rosin <peda@axentia.se>
6912 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6913 S: Maintained
6914 F: sound/soc/codecs/tfa9879*
6915
6916 OMAP SUPPORT
6917 M: Tony Lindgren <tony@atomide.com>
6918 L: linux-omap@vger.kernel.org
6919 W: http://www.muru.com/linux/omap/
6920 W: http://linux.omap.com/
6921 Q: http://patchwork.kernel.org/project/linux-omap/list/
6922 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6923 S: Maintained
6924 F: arch/arm/*omap*/
6925 F: drivers/i2c/busses/i2c-omap.c
6926 F: drivers/irqchip/irq-omap-intc.c
6927 F: drivers/mfd/*omap*.c
6928 F: drivers/mfd/menelaus.c
6929 F: drivers/mfd/palmas.c
6930 F: drivers/mfd/tps65217.c
6931 F: drivers/mfd/tps65218.c
6932 F: drivers/mfd/tps65910.c
6933 F: drivers/mfd/twl-core.[ch]
6934 F: drivers/mfd/twl4030*.c
6935 F: drivers/mfd/twl6030*.c
6936 F: drivers/mfd/twl6040*.c
6937 F: drivers/regulator/palmas-regulator*.c
6938 F: drivers/regulator/pbias-regulator.c
6939 F: drivers/regulator/tps65217-regulator.c
6940 F: drivers/regulator/tps65218-regulator.c
6941 F: drivers/regulator/tps65910-regulator.c
6942 F: drivers/regulator/twl-regulator.c
6943 F: include/linux/i2c-omap.h
6944
6945 OMAP DEVICE TREE SUPPORT
6946 M: Benoît Cousson <bcousson@baylibre.com>
6947 M: Tony Lindgren <tony@atomide.com>
6948 L: linux-omap@vger.kernel.org
6949 L: devicetree@vger.kernel.org
6950 S: Maintained
6951 F: arch/arm/boot/dts/*omap*
6952 F: arch/arm/boot/dts/*am3*
6953 F: arch/arm/boot/dts/*am4*
6954 F: arch/arm/boot/dts/*am5*
6955 F: arch/arm/boot/dts/*dra7*
6956
6957 OMAP CLOCK FRAMEWORK SUPPORT
6958 M: Paul Walmsley <paul@pwsan.com>
6959 L: linux-omap@vger.kernel.org
6960 S: Maintained
6961 F: arch/arm/*omap*/*clock*
6962
6963 OMAP POWER MANAGEMENT SUPPORT
6964 M: Kevin Hilman <khilman@deeprootsystems.com>
6965 L: linux-omap@vger.kernel.org
6966 S: Maintained
6967 F: arch/arm/*omap*/*pm*
6968 F: drivers/cpufreq/omap-cpufreq.c
6969
6970 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6971 M: Rajendra Nayak <rnayak@ti.com>
6972 M: Paul Walmsley <paul@pwsan.com>
6973 L: linux-omap@vger.kernel.org
6974 S: Maintained
6975 F: arch/arm/mach-omap2/prm*
6976
6977 OMAP AUDIO SUPPORT
6978 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
6979 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
6980 L: alsa-devel@alsa-project.org (subscribers-only)
6981 L: linux-omap@vger.kernel.org
6982 S: Maintained
6983 F: sound/soc/omap/
6984
6985 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6986 M: Roger Quadros <rogerq@ti.com>
6987 M: Tony Lindgren <tony@atomide.com>
6988 L: linux-omap@vger.kernel.org
6989 S: Maintained
6990 F: drivers/memory/omap-gpmc.c
6991 F: arch/arm/mach-omap2/*gpmc*
6992
6993 OMAP FRAMEBUFFER SUPPORT
6994 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
6995 L: linux-fbdev@vger.kernel.org
6996 L: linux-omap@vger.kernel.org
6997 S: Maintained
6998 F: drivers/video/fbdev/omap/
6999
7000 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7001 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7002 L: linux-omap@vger.kernel.org
7003 L: linux-fbdev@vger.kernel.org
7004 S: Maintained
7005 F: drivers/video/fbdev/omap2/
7006 F: Documentation/arm/OMAP/DSS
7007
7008 OMAP HARDWARE SPINLOCK SUPPORT
7009 M: Ohad Ben-Cohen <ohad@wizery.com>
7010 L: linux-omap@vger.kernel.org
7011 S: Maintained
7012 F: drivers/hwspinlock/omap_hwspinlock.c
7013 F: arch/arm/mach-omap2/hwspinlock.c
7014
7015 OMAP MMC SUPPORT
7016 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
7017 L: linux-omap@vger.kernel.org
7018 S: Maintained
7019 F: drivers/mmc/host/omap.c
7020
7021 OMAP HS MMC SUPPORT
7022 L: linux-mmc@vger.kernel.org
7023 L: linux-omap@vger.kernel.org
7024 S: Orphan
7025 F: drivers/mmc/host/omap_hsmmc.c
7026
7027 OMAP RANDOM NUMBER GENERATOR SUPPORT
7028 M: Deepak Saxena <dsaxena@plexity.net>
7029 S: Maintained
7030 F: drivers/char/hw_random/omap-rng.c
7031
7032 OMAP HWMOD SUPPORT
7033 M: Benoît Cousson <bcousson@baylibre.com>
7034 M: Paul Walmsley <paul@pwsan.com>
7035 L: linux-omap@vger.kernel.org
7036 S: Maintained
7037 F: arch/arm/mach-omap2/omap_hwmod.*
7038
7039 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7040 M: Benoît Cousson <bcousson@baylibre.com>
7041 L: linux-omap@vger.kernel.org
7042 S: Maintained
7043 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7044
7045 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7046 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7047 L: linux-media@vger.kernel.org
7048 S: Maintained
7049 F: drivers/media/platform/omap3isp/
7050 F: drivers/staging/media/omap4iss/
7051
7052 OMAP USB SUPPORT
7053 M: Felipe Balbi <balbi@ti.com>
7054 L: linux-usb@vger.kernel.org
7055 L: linux-omap@vger.kernel.org
7056 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7057 S: Maintained
7058 F: drivers/usb/*/*omap*
7059 F: arch/arm/*omap*/usb*
7060
7061 OMAP GPIO DRIVER
7062 M: Javier Martinez Canillas <javier@dowhile0.org>
7063 M: Santosh Shilimkar <ssantosh@kernel.org>
7064 M: Kevin Hilman <khilman@deeprootsystems.com>
7065 L: linux-omap@vger.kernel.org
7066 S: Maintained
7067 F: drivers/gpio/gpio-omap.c
7068
7069 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7070 M: Mark Jackson <mpfj@newflow.co.uk>
7071 L: linux-omap@vger.kernel.org
7072 S: Maintained
7073 F: arch/arm/boot/dts/am335x-nano.dts
7074
7075 OMFS FILESYSTEM
7076 M: Bob Copeland <me@bobcopeland.com>
7077 L: linux-karma-devel@lists.sourceforge.net
7078 S: Maintained
7079 F: Documentation/filesystems/omfs.txt
7080 F: fs/omfs/
7081
7082 OMNIKEY CARDMAN 4000 DRIVER
7083 M: Harald Welte <laforge@gnumonks.org>
7084 S: Maintained
7085 F: drivers/char/pcmcia/cm4000_cs.c
7086 F: include/linux/cm4000_cs.h
7087 F: include/uapi/linux/cm4000_cs.h
7088
7089 OMNIKEY CARDMAN 4040 DRIVER
7090 M: Harald Welte <laforge@gnumonks.org>
7091 S: Maintained
7092 F: drivers/char/pcmcia/cm4040_cs.*
7093
7094 OMNIVISION OV7670 SENSOR DRIVER
7095 M: Jonathan Corbet <corbet@lwn.net>
7096 L: linux-media@vger.kernel.org
7097 T: git git://linuxtv.org/media_tree.git
7098 S: Maintained
7099 F: drivers/media/i2c/ov7670.c
7100
7101 ONENAND FLASH DRIVER
7102 M: Kyungmin Park <kyungmin.park@samsung.com>
7103 L: linux-mtd@lists.infradead.org
7104 S: Maintained
7105 F: drivers/mtd/onenand/
7106 F: include/linux/mtd/onenand*.h
7107
7108 ONSTREAM SCSI TAPE DRIVER
7109 M: Willem Riede <osst@riede.org>
7110 L: osst-users@lists.sourceforge.net
7111 L: linux-scsi@vger.kernel.org
7112 S: Maintained
7113 F: Documentation/scsi/osst.txt
7114 F: drivers/scsi/osst.*
7115 F: drivers/scsi/osst_*.h
7116 F: drivers/scsi/st.h
7117
7118 OPENCORES I2C BUS DRIVER
7119 M: Peter Korsgaard <jacmet@sunsite.dk>
7120 L: linux-i2c@vger.kernel.org
7121 S: Maintained
7122 F: Documentation/i2c/busses/i2c-ocores
7123 F: drivers/i2c/busses/i2c-ocores.c
7124
7125 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7126 M: Grant Likely <grant.likely@linaro.org>
7127 M: Rob Herring <robh+dt@kernel.org>
7128 L: devicetree@vger.kernel.org
7129 W: http://www.devicetree.org/
7130 T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7131 S: Maintained
7132 F: drivers/of/
7133 F: include/linux/of*.h
7134 F: scripts/dtc/
7135
7136 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7137 M: Rob Herring <robh+dt@kernel.org>
7138 M: Pawel Moll <pawel.moll@arm.com>
7139 M: Mark Rutland <mark.rutland@arm.com>
7140 M: Ian Campbell <ijc+devicetree@hellion.org.uk>
7141 M: Kumar Gala <galak@codeaurora.org>
7142 L: devicetree@vger.kernel.org
7143 S: Maintained
7144 F: Documentation/devicetree/
7145 F: arch/*/boot/dts/
7146 F: include/dt-bindings/
7147
7148 OPENRISC ARCHITECTURE
7149 M: Jonas Bonn <jonas@southpole.se>
7150 W: http://openrisc.net
7151 L: linux@lists.openrisc.net (moderated for non-subscribers)
7152 S: Maintained
7153 T: git git://openrisc.net/~jonas/linux
7154 F: arch/openrisc/
7155
7156 OPENVSWITCH
7157 M: Pravin Shelar <pshelar@nicira.com>
7158 L: netdev@vger.kernel.org
7159 L: dev@openvswitch.org
7160 W: http://openvswitch.org
7161 S: Maintained
7162 F: net/openvswitch/
7163 F: include/uapi/linux/openvswitch.h
7164
7165 OPL4 DRIVER
7166 M: Clemens Ladisch <clemens@ladisch.de>
7167 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7168 T: git git://git.alsa-project.org/alsa-kernel.git
7169 S: Maintained
7170 F: sound/drivers/opl4/
7171
7172 OPROFILE
7173 M: Robert Richter <rric@kernel.org>
7174 L: oprofile-list@lists.sf.net
7175 S: Maintained
7176 F: arch/*/include/asm/oprofile*.h
7177 F: arch/*/oprofile/
7178 F: drivers/oprofile/
7179 F: include/linux/oprofile.h
7180
7181 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7182 M: Mark Fasheh <mfasheh@suse.com>
7183 M: Joel Becker <jlbec@evilplan.org>
7184 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7185 W: http://oss.oracle.com/projects/ocfs2/
7186 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7187 S: Supported
7188 F: Documentation/filesystems/ocfs2.txt
7189 F: Documentation/filesystems/dlmfs.txt
7190 F: fs/ocfs2/
7191
7192 ORINOCO DRIVER
7193 L: linux-wireless@vger.kernel.org
7194 W: http://wireless.kernel.org/en/users/Drivers/orinoco
7195 W: http://www.nongnu.org/orinoco/
7196 S: Orphan
7197 F: drivers/net/wireless/orinoco/
7198
7199 OSD LIBRARY and FILESYSTEM
7200 M: Boaz Harrosh <ooo@electrozaur.com>
7201 M: Benny Halevy <bhalevy@primarydata.com>
7202 L: osd-dev@open-osd.org
7203 W: http://open-osd.org
7204 T: git git://git.open-osd.org/open-osd.git
7205 S: Maintained
7206 F: drivers/scsi/osd/
7207 F: include/scsi/osd_*
7208 F: fs/exofs/
7209
7210 OVERLAY FILESYSTEM
7211 M: Miklos Szeredi <miklos@szeredi.hu>
7212 L: linux-unionfs@vger.kernel.org
7213 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7214 S: Supported
7215 F: fs/overlayfs/
7216 F: Documentation/filesystems/overlayfs.txt
7217
7218 P54 WIRELESS DRIVER
7219 M: Christian Lamparter <chunkeey@googlemail.com>
7220 L: linux-wireless@vger.kernel.org
7221 W: http://wireless.kernel.org/en/users/Drivers/p54
7222 S: Maintained
7223 F: drivers/net/wireless/p54/
7224
7225 PA SEMI ETHERNET DRIVER
7226 M: Olof Johansson <olof@lixom.net>
7227 L: netdev@vger.kernel.org
7228 S: Maintained
7229 F: drivers/net/ethernet/pasemi/*
7230
7231 PA SEMI SMBUS DRIVER
7232 M: Olof Johansson <olof@lixom.net>
7233 L: linux-i2c@vger.kernel.org
7234 S: Maintained
7235 F: drivers/i2c/busses/i2c-pasemi.c
7236
7237 PADATA PARALLEL EXECUTION MECHANISM
7238 M: Steffen Klassert <steffen.klassert@secunet.com>
7239 L: linux-crypto@vger.kernel.org
7240 S: Maintained
7241 F: kernel/padata.c
7242 F: include/linux/padata.h
7243 F: Documentation/padata.txt
7244
7245 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7246 M: Harald Welte <laforge@gnumonks.org>
7247 L: platform-driver-x86@vger.kernel.org
7248 S: Maintained
7249 F: drivers/platform/x86/panasonic-laptop.c
7250
7251 PANASONIC MN10300/AM33/AM34 PORT
7252 M: David Howells <dhowells@redhat.com>
7253 M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7254 L: linux-am33-list@redhat.com (moderated for non-subscribers)
7255 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7256 S: Maintained
7257 F: Documentation/mn10300/
7258 F: arch/mn10300/
7259
7260 PARALLEL PORT SUPPORT
7261 L: linux-parport@lists.infradead.org (subscribers-only)
7262 S: Orphan
7263 F: drivers/parport/
7264 F: include/linux/parport*.h
7265 F: drivers/char/ppdev.c
7266 F: include/uapi/linux/ppdev.h
7267
7268 PARAVIRT_OPS INTERFACE
7269 M: Jeremy Fitzhardinge <jeremy@goop.org>
7270 M: Chris Wright <chrisw@sous-sol.org>
7271 M: Alok Kataria <akataria@vmware.com>
7272 M: Rusty Russell <rusty@rustcorp.com.au>
7273 L: virtualization@lists.linux-foundation.org
7274 S: Supported
7275 F: Documentation/ia64/paravirt_ops.txt
7276 F: arch/*/kernel/paravirt*
7277 F: arch/*/include/asm/paravirt.h
7278
7279 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7280 M: Tim Waugh <tim@cyberelk.net>
7281 L: linux-parport@lists.infradead.org (subscribers-only)
7282 W: http://www.torque.net/linux-pp.html
7283 S: Maintained
7284 F: Documentation/blockdev/paride.txt
7285 F: drivers/block/paride/
7286
7287 PARISC ARCHITECTURE
7288 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
7289 M: Helge Deller <deller@gmx.de>
7290 L: linux-parisc@vger.kernel.org
7291 W: http://www.parisc-linux.org/
7292 Q: http://patchwork.kernel.org/project/linux-parisc/list/
7293 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7295 S: Maintained
7296 F: arch/parisc/
7297 F: Documentation/parisc/
7298 F: drivers/parisc/
7299 F: drivers/char/agp/parisc-agp.c
7300 F: drivers/input/serio/gscps2.c
7301 F: drivers/parport/parport_gsc.*
7302 F: drivers/tty/serial/8250/8250_gsc.c
7303 F: drivers/video/fbdev/sti*
7304 F: drivers/video/console/sti*
7305 F: drivers/video/logo/logo_parisc*
7306
7307 PC87360 HARDWARE MONITORING DRIVER
7308 M: Jim Cromie <jim.cromie@gmail.com>
7309 L: lm-sensors@lm-sensors.org
7310 S: Maintained
7311 F: Documentation/hwmon/pc87360
7312 F: drivers/hwmon/pc87360.c
7313
7314 PC8736x GPIO DRIVER
7315 M: Jim Cromie <jim.cromie@gmail.com>
7316 S: Maintained
7317 F: drivers/char/pc8736x_gpio.c
7318
7319 PC87427 HARDWARE MONITORING DRIVER
7320 M: Jean Delvare <jdelvare@suse.de>
7321 L: lm-sensors@lm-sensors.org
7322 S: Maintained
7323 F: Documentation/hwmon/pc87427
7324 F: drivers/hwmon/pc87427.c
7325
7326 PCA9532 LED DRIVER
7327 M: Riku Voipio <riku.voipio@iki.fi>
7328 S: Maintained
7329 F: drivers/leds/leds-pca9532.c
7330 F: include/linux/leds-pca9532.h
7331
7332 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7333 M: Guenter Roeck <linux@roeck-us.net>
7334 L: linux-i2c@vger.kernel.org
7335 S: Maintained
7336 F: drivers/i2c/muxes/i2c-mux-pca9541.c
7337
7338 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7339 M: Khalid Aziz <khalid@gonehiking.org>
7340 S: Maintained
7341 F: drivers/firmware/pcdp.*
7342
7343 PCI ERROR RECOVERY
7344 M: Linas Vepstas <linasvepstas@gmail.com>
7345 L: linux-pci@vger.kernel.org
7346 S: Supported
7347 F: Documentation/PCI/pci-error-recovery.txt
7348
7349 PCI SUBSYSTEM
7350 M: Bjorn Helgaas <bhelgaas@google.com>
7351 L: linux-pci@vger.kernel.org
7352 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
7353 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7354 S: Supported
7355 F: Documentation/PCI/
7356 F: drivers/pci/
7357 F: include/linux/pci*
7358 F: arch/x86/pci/
7359 F: arch/x86/kernel/quirks.c
7360
7361 PCI DRIVER FOR ARM VERSATILE PLATFORM
7362 M: Rob Herring <robh@kernel.org>
7363 L: linux-pci@vger.kernel.org
7364 L: linux-arm-kernel@lists.infradead.org
7365 S: Maintained
7366 F: Documentation/devicetree/bindings/pci/versatile.txt
7367 F: drivers/pci/host/pci-versatile.c
7368
7369 PCI DRIVER FOR APPLIEDMICRO XGENE
7370 M: Tanmay Inamdar <tinamdar@apm.com>
7371 L: linux-pci@vger.kernel.org
7372 L: linux-arm-kernel@lists.infradead.org
7373 S: Maintained
7374 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
7375 F: drivers/pci/host/pci-xgene.c
7376
7377 PCI DRIVER FOR FREESCALE LAYERSCAPE
7378 M: Minghuan Lian <minghuan.Lian@freescale.com>
7379 M: Mingkai Hu <mingkai.hu@freescale.com>
7380 M: Roy Zang <tie-fei.zang@freescale.com>
7381 L: linuxppc-dev@lists.ozlabs.org
7382 L: linux-pci@vger.kernel.org
7383 L: linux-arm-kernel@lists.infradead.org
7384 S: Maintained
7385 F: drivers/pci/host/*layerscape*
7386
7387 PCI DRIVER FOR IMX6
7388 M: Richard Zhu <Richard.Zhu@freescale.com>
7389 M: Lucas Stach <l.stach@pengutronix.de>
7390 L: linux-pci@vger.kernel.org
7391 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7392 S: Maintained
7393 F: drivers/pci/host/*imx6*
7394
7395 PCI DRIVER FOR TI KEYSTONE
7396 M: Murali Karicheri <m-karicheri2@ti.com>
7397 L: linux-pci@vger.kernel.org
7398 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7399 S: Maintained
7400 F: drivers/pci/host/*keystone*
7401
7402 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7403 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7404 M: Jason Cooper <jason@lakedaemon.net>
7405 L: linux-pci@vger.kernel.org
7406 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7407 S: Maintained
7408 F: drivers/pci/host/*mvebu*
7409
7410 PCI DRIVER FOR NVIDIA TEGRA
7411 M: Thierry Reding <thierry.reding@gmail.com>
7412 L: linux-tegra@vger.kernel.org
7413 L: linux-pci@vger.kernel.org
7414 S: Supported
7415 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7416 F: drivers/pci/host/pci-tegra.c
7417
7418 PCI DRIVER FOR TI DRA7XX
7419 M: Kishon Vijay Abraham I <kishon@ti.com>
7420 L: linux-omap@vger.kernel.org
7421 L: linux-pci@vger.kernel.org
7422 S: Supported
7423 F: Documentation/devicetree/bindings/pci/ti-pci.txt
7424 F: drivers/pci/host/pci-dra7xx.c
7425
7426 PCI DRIVER FOR RENESAS R-CAR
7427 M: Simon Horman <horms@verge.net.au>
7428 L: linux-pci@vger.kernel.org
7429 L: linux-sh@vger.kernel.org
7430 S: Maintained
7431 F: drivers/pci/host/*rcar*
7432
7433 PCI DRIVER FOR SAMSUNG EXYNOS
7434 M: Jingoo Han <jg1.han@samsung.com>
7435 L: linux-pci@vger.kernel.org
7436 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7437 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7438 S: Maintained
7439 F: drivers/pci/host/pci-exynos.c
7440
7441 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7442 M: Mohit Kumar <mohit.kumar@st.com>
7443 M: Jingoo Han <jg1.han@samsung.com>
7444 L: linux-pci@vger.kernel.org
7445 S: Maintained
7446 F: drivers/pci/host/*designware*
7447
7448 PCI DRIVER FOR GENERIC OF HOSTS
7449 M: Will Deacon <will.deacon@arm.com>
7450 L: linux-pci@vger.kernel.org
7451 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7452 S: Maintained
7453 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
7454 F: drivers/pci/host/pci-host-generic.c
7455
7456 PCIE DRIVER FOR ST SPEAR13XX
7457 M: Mohit Kumar <mohit.kumar@st.com>
7458 L: linux-pci@vger.kernel.org
7459 S: Maintained
7460 F: drivers/pci/host/*spear*
7461
7462 PCMCIA SUBSYSTEM
7463 P: Linux PCMCIA Team
7464 L: linux-pcmcia@lists.infradead.org
7465 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7466 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7467 S: Maintained
7468 F: Documentation/pcmcia/
7469 F: drivers/pcmcia/
7470 F: include/pcmcia/
7471
7472 PCNET32 NETWORK DRIVER
7473 M: Don Fry <pcnet32@frontier.com>
7474 L: netdev@vger.kernel.org
7475 S: Maintained
7476 F: drivers/net/ethernet/amd/pcnet32.c
7477
7478 PCRYPT PARALLEL CRYPTO ENGINE
7479 M: Steffen Klassert <steffen.klassert@secunet.com>
7480 L: linux-crypto@vger.kernel.org
7481 S: Maintained
7482 F: crypto/pcrypt.c
7483 F: include/crypto/pcrypt.h
7484
7485 PER-CPU MEMORY ALLOCATOR
7486 M: Tejun Heo <tj@kernel.org>
7487 M: Christoph Lameter <cl@linux-foundation.org>
7488 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7489 S: Maintained
7490 F: include/linux/percpu*.h
7491 F: mm/percpu*.c
7492 F: arch/*/include/asm/percpu.h
7493
7494 PER-TASK DELAY ACCOUNTING
7495 M: Balbir Singh <bsingharora@gmail.com>
7496 S: Maintained
7497 F: include/linux/delayacct.h
7498 F: kernel/delayacct.c
7499
7500 PERFORMANCE EVENTS SUBSYSTEM
7501 M: Peter Zijlstra <a.p.zijlstra@chello.nl>
7502 M: Paul Mackerras <paulus@samba.org>
7503 M: Ingo Molnar <mingo@redhat.com>
7504 M: Arnaldo Carvalho de Melo <acme@kernel.org>
7505 L: linux-kernel@vger.kernel.org
7506 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7507 S: Supported
7508 F: kernel/events/*
7509 F: include/linux/perf_event.h
7510 F: include/uapi/linux/perf_event.h
7511 F: arch/*/kernel/perf_event*.c
7512 F: arch/*/kernel/*/perf_event*.c
7513 F: arch/*/kernel/*/*/perf_event*.c
7514 F: arch/*/include/asm/perf_event.h
7515 F: arch/*/kernel/perf_callchain.c
7516 F: tools/perf/
7517
7518 PERSONALITY HANDLING
7519 M: Christoph Hellwig <hch@infradead.org>
7520 L: linux-abi-devel@lists.sourceforge.net
7521 S: Maintained
7522 F: include/linux/personality.h
7523 F: include/uapi/linux/personality.h
7524
7525 PHONET PROTOCOL
7526 M: Remi Denis-Courmont <courmisch@gmail.com>
7527 S: Supported
7528 F: Documentation/networking/phonet.txt
7529 F: include/linux/phonet.h
7530 F: include/net/phonet/
7531 F: include/uapi/linux/phonet.h
7532 F: net/phonet/
7533
7534 PHRAM MTD DRIVER
7535 M: Joern Engel <joern@lazybastard.org>
7536 L: linux-mtd@lists.infradead.org
7537 S: Maintained
7538 F: drivers/mtd/devices/phram.c
7539
7540 PICOLCD HID DRIVER
7541 M: Bruno Prémont <bonbons@linux-vserver.org>
7542 L: linux-input@vger.kernel.org
7543 S: Maintained
7544 F: drivers/hid/hid-picolcd*
7545
7546 PICOXCELL SUPPORT
7547 M: Jamie Iles <jamie@jamieiles.com>
7548 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7549 T: git git://github.com/jamieiles/linux-2.6-ji.git
7550 S: Supported
7551 F: arch/arm/boot/dts/picoxcell*
7552 F: arch/arm/mach-picoxcell/
7553 F: drivers/crypto/picoxcell*
7554
7555 PIN CONTROL SUBSYSTEM
7556 M: Linus Walleij <linus.walleij@linaro.org>
7557 L: linux-gpio@vger.kernel.org
7558 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7559 S: Maintained
7560 F: drivers/pinctrl/
7561 F: include/linux/pinctrl/
7562
7563 PIN CONTROLLER - ATMEL AT91
7564 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7565 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7566 S: Maintained
7567 F: drivers/pinctrl/pinctrl-at91.*
7568
7569 PIN CONTROLLER - INTEL
7570 M: Mika Westerberg <mika.westerberg@linux.intel.com>
7571 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
7572 S: Maintained
7573 F: drivers/pinctrl/intel/
7574
7575 PIN CONTROLLER - RENESAS
7576 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7577 L: linux-sh@vger.kernel.org
7578 S: Maintained
7579 F: drivers/pinctrl/sh-pfc/
7580
7581 PIN CONTROLLER - SAMSUNG
7582 M: Tomasz Figa <tomasz.figa@gmail.com>
7583 M: Thomas Abraham <thomas.abraham@linaro.org>
7584 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7585 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7586 S: Maintained
7587 F: drivers/pinctrl/samsung/
7588
7589 PIN CONTROLLER - ST SPEAR
7590 M: Viresh Kumar <viresh.linux@gmail.com>
7591 L: spear-devel@list.st.com
7592 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7593 W: http://www.st.com/spear
7594 S: Maintained
7595 F: drivers/pinctrl/spear/
7596
7597 PKTCDVD DRIVER
7598 M: Jiri Kosina <jkosina@suse.cz>
7599 S: Maintained
7600 F: drivers/block/pktcdvd.c
7601 F: include/linux/pktcdvd.h
7602 F: include/uapi/linux/pktcdvd.h
7603
7604 PKUNITY SOC DRIVERS
7605 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
7606 W: http://mprc.pku.edu.cn/~guanxuetao/linux
7607 S: Maintained
7608 T: git git://github.com/gxt/linux.git
7609 F: drivers/input/serio/i8042-unicore32io.h
7610 F: drivers/i2c/busses/i2c-puv3.c
7611 F: drivers/video/fbdev/fb-puv3.c
7612 F: drivers/rtc/rtc-puv3.c
7613
7614 PMBUS HARDWARE MONITORING DRIVERS
7615 M: Guenter Roeck <linux@roeck-us.net>
7616 L: lm-sensors@lm-sensors.org
7617 W: http://www.lm-sensors.org/
7618 W: http://www.roeck-us.net/linux/drivers/
7619 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7620 S: Maintained
7621 F: Documentation/hwmon/pmbus
7622 F: drivers/hwmon/pmbus/
7623 F: include/linux/i2c/pmbus.h
7624
7625 PMC SIERRA MaxRAID DRIVER
7626 M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7627 L: linux-scsi@vger.kernel.org
7628 W: http://www.pmc-sierra.com/
7629 S: Supported
7630 F: drivers/scsi/pmcraid.*
7631
7632 PMC SIERRA PM8001 DRIVER
7633 M: xjtuwjp@gmail.com
7634 M: lindar_liu@usish.com
7635 L: pmchba@pmcs.com
7636 L: linux-scsi@vger.kernel.org
7637 S: Supported
7638 F: drivers/scsi/pm8001/
7639
7640 POSIX CLOCKS and TIMERS
7641 M: Thomas Gleixner <tglx@linutronix.de>
7642 L: linux-kernel@vger.kernel.org
7643 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7644 S: Maintained
7645 F: fs/timerfd.c
7646 F: include/linux/timer*
7647 F: kernel/time/*timer*
7648
7649 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7650 M: Sebastian Reichel <sre@kernel.org>
7651 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7652 M: David Woodhouse <dwmw2@infradead.org>
7653 L: linux-pm@vger.kernel.org
7654 T: git git://git.infradead.org/battery-2.6.git
7655 S: Maintained
7656 F: include/linux/power_supply.h
7657 F: drivers/power/
7658
7659 PNP SUPPORT
7660 M: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7661 S: Maintained
7662 F: drivers/pnp/
7663
7664 PNXxxxx I2C DRIVER
7665 M: Vitaly Wool <vitalywool@gmail.com>
7666 L: linux-i2c@vger.kernel.org
7667 S: Maintained
7668 F: drivers/i2c/busses/i2c-pnx.c
7669
7670 PPP PROTOCOL DRIVERS AND COMPRESSORS
7671 M: Paul Mackerras <paulus@samba.org>
7672 L: linux-ppp@vger.kernel.org
7673 S: Maintained
7674 F: drivers/net/ppp/ppp_*
7675
7676 PPP OVER ATM (RFC 2364)
7677 M: Mitchell Blank Jr <mitch@sfgoth.com>
7678 S: Maintained
7679 F: net/atm/pppoatm.c
7680 F: include/uapi/linux/atmppp.h
7681
7682 PPP OVER ETHERNET
7683 M: Michal Ostrowski <mostrows@earthlink.net>
7684 S: Maintained
7685 F: drivers/net/ppp/pppoe.c
7686 F: drivers/net/ppp/pppox.c
7687
7688 PPP OVER L2TP
7689 M: James Chapman <jchapman@katalix.com>
7690 S: Maintained
7691 F: net/l2tp/l2tp_ppp.c
7692 F: include/linux/if_pppol2tp.h
7693 F: include/uapi/linux/if_pppol2tp.h
7694
7695 PPS SUPPORT
7696 M: Rodolfo Giometti <giometti@enneenne.com>
7697 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
7698 L: linuxpps@ml.enneenne.com (subscribers-only)
7699 S: Maintained
7700 F: Documentation/pps/
7701 F: drivers/pps/
7702 F: include/linux/pps*.h
7703
7704 PPTP DRIVER
7705 M: Dmitry Kozlov <xeb@mail.ru>
7706 L: netdev@vger.kernel.org
7707 S: Maintained
7708 F: drivers/net/ppp/pptp.c
7709 W: http://sourceforge.net/projects/accel-pptp
7710
7711 PREEMPTIBLE KERNEL
7712 M: Robert Love <rml@tech9.net>
7713 L: kpreempt-tech@lists.sourceforge.net
7714 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7715 S: Supported
7716 F: Documentation/preempt-locking.txt
7717 F: include/linux/preempt.h
7718
7719 PRISM54 WIRELESS DRIVER
7720 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
7721 L: linux-wireless@vger.kernel.org
7722 W: http://wireless.kernel.org/en/users/Drivers/p54
7723 S: Obsolete
7724 F: drivers/net/wireless/prism54/
7725
7726 PS3 NETWORK SUPPORT
7727 M: Geoff Levand <geoff@infradead.org>
7728 L: netdev@vger.kernel.org
7729 L: cbe-oss-dev@lists.ozlabs.org
7730 S: Maintained
7731 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
7732
7733 PS3 PLATFORM SUPPORT
7734 M: Geoff Levand <geoff@infradead.org>
7735 L: linuxppc-dev@lists.ozlabs.org
7736 L: cbe-oss-dev@lists.ozlabs.org
7737 S: Maintained
7738 F: arch/powerpc/boot/ps3*
7739 F: arch/powerpc/include/asm/lv1call.h
7740 F: arch/powerpc/include/asm/ps3*.h
7741 F: arch/powerpc/platforms/ps3/
7742 F: drivers/*/ps3*
7743 F: drivers/ps3/
7744 F: drivers/rtc/rtc-ps3.c
7745 F: drivers/usb/host/*ps3.c
7746 F: sound/ppc/snd_ps3*
7747
7748 PS3VRAM DRIVER
7749 M: Jim Paris <jim@jtan.com>
7750 L: cbe-oss-dev@lists.ozlabs.org
7751 S: Maintained
7752 F: drivers/block/ps3vram.c
7753
7754 PSTORE FILESYSTEM
7755 M: Anton Vorontsov <anton@enomsg.org>
7756 M: Colin Cross <ccross@android.com>
7757 M: Kees Cook <keescook@chromium.org>
7758 M: Tony Luck <tony.luck@intel.com>
7759 S: Maintained
7760 T: git git://git.infradead.org/users/cbou/linux-pstore.git
7761 F: fs/pstore/
7762 F: include/linux/pstore*
7763 F: drivers/firmware/efi/efi-pstore.c
7764 F: drivers/acpi/apei/erst.c
7765
7766 PTP HARDWARE CLOCK SUPPORT
7767 M: Richard Cochran <richardcochran@gmail.com>
7768 L: netdev@vger.kernel.org
7769 S: Maintained
7770 W: http://linuxptp.sourceforge.net/
7771 F: Documentation/ABI/testing/sysfs-ptp
7772 F: Documentation/ptp/*
7773 F: drivers/net/ethernet/freescale/gianfar_ptp.c
7774 F: drivers/net/phy/dp83640*
7775 F: drivers/ptp/*
7776 F: include/linux/ptp_cl*
7777
7778 PTRACE SUPPORT
7779 M: Roland McGrath <roland@hack.frob.com>
7780 M: Oleg Nesterov <oleg@redhat.com>
7781 S: Maintained
7782 F: include/asm-generic/syscall.h
7783 F: include/linux/ptrace.h
7784 F: include/linux/regset.h
7785 F: include/linux/tracehook.h
7786 F: include/uapi/linux/ptrace.h
7787 F: kernel/ptrace.c
7788
7789 PVRUSB2 VIDEO4LINUX DRIVER
7790 M: Mike Isely <isely@pobox.com>
7791 L: pvrusb2@isely.net (subscribers-only)
7792 L: linux-media@vger.kernel.org
7793 W: http://www.isely.net/pvrusb2/
7794 T: git git://linuxtv.org/media_tree.git
7795 S: Maintained
7796 F: Documentation/video4linux/README.pvrusb2
7797 F: drivers/media/usb/pvrusb2/
7798
7799 PWC WEBCAM DRIVER
7800 M: Hans de Goede <hdegoede@redhat.com>
7801 L: linux-media@vger.kernel.org
7802 T: git git://linuxtv.org/media_tree.git
7803 S: Maintained
7804 F: drivers/media/usb/pwc/*
7805
7806 PWM FAN DRIVER
7807 M: Kamil Debski <k.debski@samsung.com>
7808 L: lm-sensors@lm-sensors.org
7809 S: Supported
7810 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7811 F: Documentation/hwmon/pwm-fan
7812 F: drivers/hwmon/pwm-fan.c
7813
7814 PWM SUBSYSTEM
7815 M: Thierry Reding <thierry.reding@gmail.com>
7816 L: linux-pwm@vger.kernel.org
7817 S: Maintained
7818 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7819 F: Documentation/pwm.txt
7820 F: Documentation/devicetree/bindings/pwm/
7821 F: include/linux/pwm.h
7822 F: drivers/pwm/
7823 F: drivers/video/backlight/pwm_bl.c
7824 F: include/linux/pwm_backlight.h
7825
7826 PXA2xx/PXA3xx SUPPORT
7827 M: Daniel Mack <daniel@zonque.org>
7828 M: Haojian Zhuang <haojian.zhuang@gmail.com>
7829 M: Robert Jarzmik <robert.jarzmik@free.fr>
7830 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7831 T: git git://github.com/hzhuang1/linux.git
7832 T: git git://github.com/rjarzmik/linux.git
7833 S: Maintained
7834 F: arch/arm/mach-pxa/
7835 F: drivers/pcmcia/pxa2xx*
7836 F: drivers/spi/spi-pxa2xx*
7837 F: drivers/usb/gadget/udc/pxa2*
7838 F: include/sound/pxa2xx-lib.h
7839 F: sound/arm/pxa*
7840 F: sound/soc/pxa/
7841
7842 PXA3xx NAND FLASH DRIVER
7843 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7844 L: linux-mtd@lists.infradead.org
7845 S: Maintained
7846 F: drivers/mtd/nand/pxa3xx_nand.c
7847
7848 MMP SUPPORT
7849 M: Eric Miao <eric.y.miao@gmail.com>
7850 M: Haojian Zhuang <haojian.zhuang@gmail.com>
7851 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7852 T: git git://github.com/hzhuang1/linux.git
7853 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
7854 S: Maintained
7855 F: arch/arm/mach-mmp/
7856
7857 PXA MMCI DRIVER
7858 S: Orphan
7859
7860 PXA RTC DRIVER
7861 M: Robert Jarzmik <robert.jarzmik@free.fr>
7862 L: rtc-linux@googlegroups.com
7863 S: Maintained
7864
7865 QAT DRIVER
7866 M: Tadeusz Struk <tadeusz.struk@intel.com>
7867 L: qat-linux@intel.com
7868 S: Supported
7869 F: drivers/crypto/qat/
7870
7871 QIB DRIVER
7872 M: Mike Marciniszyn <infinipath@intel.com>
7873 L: linux-rdma@vger.kernel.org
7874 S: Supported
7875 F: drivers/infiniband/hw/qib/
7876
7877 QLOGIC QLA1280 SCSI DRIVER
7878 M: Michael Reed <mdr@sgi.com>
7879 L: linux-scsi@vger.kernel.org
7880 S: Maintained
7881 F: drivers/scsi/qla1280.[ch]
7882
7883 QLOGIC QLA2XXX FC-SCSI DRIVER
7884 M: qla2xxx-upstream@qlogic.com
7885 L: linux-scsi@vger.kernel.org
7886 S: Supported
7887 F: Documentation/scsi/LICENSE.qla2xxx
7888 F: drivers/scsi/qla2xxx/
7889
7890 QLOGIC QLA4XXX iSCSI DRIVER
7891 M: QLogic-Storage-Upstream@qlogic.com
7892 L: linux-scsi@vger.kernel.org
7893 S: Supported
7894 F: Documentation/scsi/LICENSE.qla4xxx
7895 F: drivers/scsi/qla4xxx/
7896
7897 QLOGIC QLA3XXX NETWORK DRIVER
7898 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7899 M: Ron Mercer <ron.mercer@qlogic.com>
7900 M: linux-driver@qlogic.com
7901 L: netdev@vger.kernel.org
7902 S: Supported
7903 F: Documentation/networking/LICENSE.qla3xxx
7904 F: drivers/net/ethernet/qlogic/qla3xxx.*
7905
7906 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7907 M: Shahed Shaikh <shahed.shaikh@qlogic.com>
7908 M: Dept-GELinuxNICDev@qlogic.com
7909 L: netdev@vger.kernel.org
7910 S: Supported
7911 F: drivers/net/ethernet/qlogic/qlcnic/
7912
7913 QLOGIC QLGE 10Gb ETHERNET DRIVER
7914 M: Harish Patil <harish.patil@qlogic.com>
7915 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7916 M: Dept-GELinuxNICDev@qlogic.com
7917 M: linux-driver@qlogic.com
7918 L: netdev@vger.kernel.org
7919 S: Supported
7920 F: drivers/net/ethernet/qlogic/qlge/
7921
7922 QNX4 FILESYSTEM
7923 M: Anders Larsen <al@alarsen.net>
7924 W: http://www.alarsen.net/linux/qnx4fs/
7925 S: Maintained
7926 F: fs/qnx4/
7927 F: include/uapi/linux/qnx4_fs.h
7928 F: include/uapi/linux/qnxtypes.h
7929
7930 QT1010 MEDIA DRIVER
7931 M: Antti Palosaari <crope@iki.fi>
7932 L: linux-media@vger.kernel.org
7933 W: http://linuxtv.org/
7934 W: http://palosaari.fi/linux/
7935 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7936 T: git git://linuxtv.org/anttip/media_tree.git
7937 S: Maintained
7938 F: drivers/media/tuners/qt1010*
7939
7940 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7941 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7942 L: linux-wireless@vger.kernel.org
7943 L: ath9k-devel@lists.ath9k.org
7944 W: http://wireless.kernel.org/en/users/Drivers/ath9k
7945 S: Supported
7946 F: drivers/net/wireless/ath/ath9k/
7947
7948 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7949 M: Kalle Valo <kvalo@qca.qualcomm.com>
7950 L: ath10k@lists.infradead.org
7951 W: http://wireless.kernel.org/en/users/Drivers/ath10k
7952 T: git git://github.com/kvalo/ath.git
7953 S: Supported
7954 F: drivers/net/wireless/ath/ath10k/
7955
7956 QUALCOMM HEXAGON ARCHITECTURE
7957 M: Richard Kuo <rkuo@codeaurora.org>
7958 L: linux-hexagon@vger.kernel.org
7959 S: Supported
7960 F: arch/hexagon/
7961
7962 QUALCOMM WCN36XX WIRELESS DRIVER
7963 M: Eugene Krasnikov <k.eugene.e@gmail.com>
7964 L: wcn36xx@lists.infradead.org
7965 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
7966 T: git git://github.com/KrasnikovEugene/wcn36xx.git
7967 S: Supported
7968 F: drivers/net/wireless/ath/wcn36xx/
7969
7970 RADOS BLOCK DEVICE (RBD)
7971 M: Yehuda Sadeh <yehuda@inktank.com>
7972 M: Sage Weil <sage@inktank.com>
7973 M: Alex Elder <elder@kernel.org>
7974 M: ceph-devel@vger.kernel.org
7975 W: http://ceph.com/
7976 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7977 S: Supported
7978 F: drivers/block/rbd.c
7979 F: drivers/block/rbd_types.h
7980
7981 RADEON FRAMEBUFFER DISPLAY DRIVER
7982 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7983 L: linux-fbdev@vger.kernel.org
7984 S: Maintained
7985 F: drivers/video/fbdev/aty/radeon*
7986 F: include/uapi/linux/radeonfb.h
7987
7988 RADIOSHARK RADIO DRIVER
7989 M: Hans de Goede <hdegoede@redhat.com>
7990 L: linux-media@vger.kernel.org
7991 T: git git://linuxtv.org/media_tree.git
7992 S: Maintained
7993 F: drivers/media/radio/radio-shark.c
7994
7995 RADIOSHARK2 RADIO DRIVER
7996 M: Hans de Goede <hdegoede@redhat.com>
7997 L: linux-media@vger.kernel.org
7998 T: git git://linuxtv.org/media_tree.git
7999 S: Maintained
8000 F: drivers/media/radio/radio-shark2.c
8001 F: drivers/media/radio/radio-tea5777.c
8002
8003 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8004 M: Paul Mackerras <paulus@samba.org>
8005 L: linux-fbdev@vger.kernel.org
8006 S: Maintained
8007 F: drivers/video/fbdev/aty/aty128fb.c
8008
8009 RALINK RT2X00 WIRELESS LAN DRIVER
8010 P: rt2x00 project
8011 M: Stanislaw Gruszka <sgruszka@redhat.com>
8012 M: Helmut Schaa <helmut.schaa@googlemail.com>
8013 L: linux-wireless@vger.kernel.org
8014 L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
8015 W: http://rt2x00.serialmonkey.com/
8016 S: Maintained
8017 F: drivers/net/wireless/rt2x00/
8018
8019 RAMDISK RAM BLOCK DEVICE DRIVER
8020 M: Nick Piggin <npiggin@kernel.dk>
8021 S: Maintained
8022 F: Documentation/blockdev/ramdisk.txt
8023 F: drivers/block/brd.c
8024
8025 RANDOM NUMBER DRIVER
8026 M: "Theodore Ts'o" <tytso@mit.edu>
8027 S: Maintained
8028 F: drivers/char/random.c
8029
8030 RAPIDIO SUBSYSTEM
8031 M: Matt Porter <mporter@kernel.crashing.org>
8032 M: Alexandre Bounine <alexandre.bounine@idt.com>
8033 S: Maintained
8034 F: drivers/rapidio/
8035
8036 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8037 L: linux-wireless@vger.kernel.org
8038 S: Orphan
8039 F: drivers/net/wireless/ray*
8040
8041 RCUTORTURE MODULE
8042 M: Josh Triplett <josh@joshtriplett.org>
8043 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8044 L: linux-kernel@vger.kernel.org
8045 S: Supported
8046 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8047 F: Documentation/RCU/torture.txt
8048 F: kernel/rcu/rcutorture.c
8049
8050 RCUTORTURE TEST FRAMEWORK
8051 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8052 M: Josh Triplett <josh@joshtriplett.org>
8053 R: Steven Rostedt <rostedt@goodmis.org>
8054 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8055 R: Lai Jiangshan <laijs@cn.fujitsu.com>
8056 L: linux-kernel@vger.kernel.org
8057 S: Supported
8058 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8059 F: tools/testing/selftests/rcutorture
8060
8061 RDC R-321X SoC
8062 M: Florian Fainelli <florian@openwrt.org>
8063 S: Maintained
8064
8065 RDC R6040 FAST ETHERNET DRIVER
8066 M: Florian Fainelli <florian@openwrt.org>
8067 L: netdev@vger.kernel.org
8068 S: Maintained
8069 F: drivers/net/ethernet/rdc/r6040.c
8070
8071 RDS - RELIABLE DATAGRAM SOCKETS
8072 M: Chien Yen <chien.yen@oracle.com>
8073 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
8074 S: Supported
8075 F: net/rds/
8076
8077 READ-COPY UPDATE (RCU)
8078 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8079 M: Josh Triplett <josh@joshtriplett.org>
8080 R: Steven Rostedt <rostedt@goodmis.org>
8081 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8082 R: Lai Jiangshan <laijs@cn.fujitsu.com>
8083 L: linux-kernel@vger.kernel.org
8084 W: http://www.rdrop.com/users/paulmck/RCU/
8085 S: Supported
8086 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8087 F: Documentation/RCU/
8088 X: Documentation/RCU/torture.txt
8089 F: include/linux/rcu*
8090 X: include/linux/srcu.h
8091 F: kernel/rcu/
8092 X: kernel/torture.c
8093
8094 REAL TIME CLOCK (RTC) SUBSYSTEM
8095 M: Alessandro Zummo <a.zummo@towertech.it>
8096 L: rtc-linux@googlegroups.com
8097 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
8098 S: Maintained
8099 F: Documentation/rtc.txt
8100 F: drivers/rtc/
8101 F: include/linux/rtc.h
8102 F: include/uapi/linux/rtc.h
8103
8104 REALTEK AUDIO CODECS
8105 M: Bard Liao <bardliao@realtek.com>
8106 M: Oder Chiou <oder_chiou@realtek.com>
8107 S: Maintained
8108 F: sound/soc/codecs/rt*
8109 F: include/sound/rt*.h
8110
8111 REISERFS FILE SYSTEM
8112 L: reiserfs-devel@vger.kernel.org
8113 S: Supported
8114 F: fs/reiserfs/
8115
8116 REGISTER MAP ABSTRACTION
8117 M: Mark Brown <broonie@kernel.org>
8118 L: linux-kernel@vger.kernel.org
8119 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8120 S: Supported
8121 F: drivers/base/regmap/
8122 F: include/linux/regmap.h
8123
8124 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8125 M: Ohad Ben-Cohen <ohad@wizery.com>
8126 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8127 S: Maintained
8128 F: drivers/remoteproc/
8129 F: Documentation/remoteproc.txt
8130 F: include/linux/remoteproc.h
8131
8132 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8133 M: Ohad Ben-Cohen <ohad@wizery.com>
8134 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8135 S: Maintained
8136 F: drivers/rpmsg/
8137 F: Documentation/rpmsg.txt
8138 F: include/linux/rpmsg.h
8139
8140 RESET CONTROLLER FRAMEWORK
8141 M: Philipp Zabel <p.zabel@pengutronix.de>
8142 S: Maintained
8143 F: drivers/reset/
8144 F: Documentation/devicetree/bindings/reset/
8145 F: include/linux/reset.h
8146 F: include/linux/reset-controller.h
8147
8148 RFKILL
8149 M: Johannes Berg <johannes@sipsolutions.net>
8150 L: linux-wireless@vger.kernel.org
8151 W: http://wireless.kernel.org/
8152 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8153 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8154 S: Maintained
8155 F: Documentation/rfkill.txt
8156 F: net/rfkill/
8157
8158 RHASHTABLE
8159 M: Thomas Graf <tgraf@suug.ch>
8160 L: netdev@vger.kernel.org
8161 S: Maintained
8162 F: lib/rhashtable.c
8163 F: include/linux/rhashtable.h
8164
8165 RICOH SMARTMEDIA/XD DRIVER
8166 M: Maxim Levitsky <maximlevitsky@gmail.com>
8167 S: Maintained
8168 F: drivers/mtd/nand/r852.c
8169 F: drivers/mtd/nand/r852.h
8170
8171 RICOH R5C592 MEMORYSTICK DRIVER
8172 M: Maxim Levitsky <maximlevitsky@gmail.com>
8173 S: Maintained
8174 F: drivers/memstick/host/r592.*
8175
8176 ROCCAT DRIVERS
8177 M: Stefan Achatz <erazor_de@users.sourceforge.net>
8178 W: http://sourceforge.net/projects/roccat/
8179 S: Maintained
8180 F: drivers/hid/hid-roccat*
8181 F: include/linux/hid-roccat*
8182 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
8183
8184 ROCKER DRIVER
8185 M: Jiri Pirko <jiri@resnulli.us>
8186 M: Scott Feldman <sfeldma@gmail.com>
8187 L: netdev@vger.kernel.org
8188 S: Supported
8189 F: drivers/net/ethernet/rocker/
8190
8191 ROCKETPORT DRIVER
8192 P: Comtrol Corp.
8193 W: http://www.comtrol.com
8194 S: Maintained
8195 F: Documentation/serial/rocket.txt
8196 F: drivers/tty/rocket*
8197
8198 ROCKETPORT EXPRESS/INFINITY DRIVER
8199 M: Kevin Cernekee <cernekee@gmail.com>
8200 L: linux-serial@vger.kernel.org
8201 S: Odd Fixes
8202 F: drivers/tty/serial/rp2.*
8203
8204 ROSE NETWORK LAYER
8205 M: Ralf Baechle <ralf@linux-mips.org>
8206 L: linux-hams@vger.kernel.org
8207 W: http://www.linux-ax25.org/
8208 S: Maintained
8209 F: include/net/rose.h
8210 F: include/uapi/linux/rose.h
8211 F: net/rose/
8212
8213 RTL2830 MEDIA DRIVER
8214 M: Antti Palosaari <crope@iki.fi>
8215 L: linux-media@vger.kernel.org
8216 W: http://linuxtv.org/
8217 W: http://palosaari.fi/linux/
8218 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8219 T: git git://linuxtv.org/anttip/media_tree.git
8220 S: Maintained
8221 F: drivers/media/dvb-frontends/rtl2830*
8222
8223 RTL2832 MEDIA DRIVER
8224 M: Antti Palosaari <crope@iki.fi>
8225 L: linux-media@vger.kernel.org
8226 W: http://linuxtv.org/
8227 W: http://palosaari.fi/linux/
8228 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8229 T: git git://linuxtv.org/anttip/media_tree.git
8230 S: Maintained
8231 F: drivers/media/dvb-frontends/rtl2832*
8232
8233 RTL2832_SDR MEDIA DRIVER
8234 M: Antti Palosaari <crope@iki.fi>
8235 L: linux-media@vger.kernel.org
8236 W: http://linuxtv.org/
8237 W: http://palosaari.fi/linux/
8238 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8239 T: git git://linuxtv.org/anttip/media_tree.git
8240 S: Maintained
8241 F: drivers/media/dvb-frontends/rtl2832_sdr*
8242
8243 RTL8180 WIRELESS DRIVER
8244 L: linux-wireless@vger.kernel.org
8245 W: http://wireless.kernel.org/
8246 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8247 S: Orphan
8248 F: drivers/net/wireless/rtl818x/rtl8180/
8249
8250 RTL8187 WIRELESS DRIVER
8251 M: Herton Ronaldo Krzesinski <herton@canonical.com>
8252 M: Hin-Tak Leung <htl10@users.sourceforge.net>
8253 M: Larry Finger <Larry.Finger@lwfinger.net>
8254 L: linux-wireless@vger.kernel.org
8255 W: http://wireless.kernel.org/
8256 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8257 S: Maintained
8258 F: drivers/net/wireless/rtl818x/rtl8187/
8259
8260 RTL8192CE WIRELESS DRIVER
8261 M: Larry Finger <Larry.Finger@lwfinger.net>
8262 M: Chaoming Li <chaoming_li@realsil.com.cn>
8263 L: linux-wireless@vger.kernel.org
8264 W: http://wireless.kernel.org/
8265 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8266 S: Maintained
8267 F: drivers/net/wireless/rtlwifi/
8268 F: drivers/net/wireless/rtlwifi/rtl8192ce/
8269
8270 S3 SAVAGE FRAMEBUFFER DRIVER
8271 M: Antonino Daplas <adaplas@gmail.com>
8272 L: linux-fbdev@vger.kernel.org
8273 S: Maintained
8274 F: drivers/video/fbdev/savage/
8275
8276 S390
8277 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
8278 M: Heiko Carstens <heiko.carstens@de.ibm.com>
8279 M: linux390@de.ibm.com
8280 L: linux-s390@vger.kernel.org
8281 W: http://www.ibm.com/developerworks/linux/linux390/
8282 S: Supported
8283 F: arch/s390/
8284 F: drivers/s390/
8285 F: Documentation/s390/
8286 F: Documentation/DocBook/s390*
8287
8288 S390 COMMON I/O LAYER
8289 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
8290 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8291 L: linux-s390@vger.kernel.org
8292 W: http://www.ibm.com/developerworks/linux/linux390/
8293 S: Supported
8294 F: drivers/s390/cio/
8295
8296 S390 DASD DRIVER
8297 M: Stefan Weinhuber <wein@de.ibm.com>
8298 M: Stefan Haberland <stefan.haberland@de.ibm.com>
8299 L: linux-s390@vger.kernel.org
8300 W: http://www.ibm.com/developerworks/linux/linux390/
8301 S: Supported
8302 F: drivers/s390/block/dasd*
8303 F: block/partitions/ibm.c
8304
8305 S390 NETWORK DRIVERS
8306 M: Ursula Braun <ursula.braun@de.ibm.com>
8307 M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
8308 M: linux390@de.ibm.com
8309 L: linux-s390@vger.kernel.org
8310 W: http://www.ibm.com/developerworks/linux/linux390/
8311 S: Supported
8312 F: drivers/s390/net/
8313
8314 S390 PCI SUBSYSTEM
8315 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
8316 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
8317 L: linux-s390@vger.kernel.org
8318 W: http://www.ibm.com/developerworks/linux/linux390/
8319 S: Supported
8320 F: arch/s390/pci/
8321 F: drivers/pci/hotplug/s390_pci_hpc.c
8322
8323 S390 ZCRYPT DRIVER
8324 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8325 M: linux390@de.ibm.com
8326 L: linux-s390@vger.kernel.org
8327 W: http://www.ibm.com/developerworks/linux/linux390/
8328 S: Supported
8329 F: drivers/s390/crypto/
8330
8331 S390 ZFCP DRIVER
8332 M: Steffen Maier <maier@linux.vnet.ibm.com>
8333 M: linux390@de.ibm.com
8334 L: linux-s390@vger.kernel.org
8335 W: http://www.ibm.com/developerworks/linux/linux390/
8336 S: Supported
8337 F: drivers/s390/scsi/zfcp_*
8338
8339 S390 IUCV NETWORK LAYER
8340 M: Ursula Braun <ursula.braun@de.ibm.com>
8341 M: linux390@de.ibm.com
8342 L: linux-s390@vger.kernel.org
8343 W: http://www.ibm.com/developerworks/linux/linux390/
8344 S: Supported
8345 F: drivers/s390/net/*iucv*
8346 F: include/net/iucv/
8347 F: net/iucv/
8348
8349 S3C24XX SD/MMC Driver
8350 M: Ben Dooks <ben-linux@fluff.org>
8351 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8352 S: Supported
8353 F: drivers/mmc/host/s3cmci.*
8354
8355 SAA6588 RDS RECEIVER DRIVER
8356 M: Hans Verkuil <hverkuil@xs4all.nl>
8357 L: linux-media@vger.kernel.org
8358 T: git git://linuxtv.org/media_tree.git
8359 W: http://linuxtv.org
8360 S: Odd Fixes
8361 F: drivers/media/i2c/saa6588*
8362
8363 SAA7134 VIDEO4LINUX DRIVER
8364 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8365 L: linux-media@vger.kernel.org
8366 W: http://linuxtv.org
8367 T: git git://linuxtv.org/media_tree.git
8368 S: Odd fixes
8369 F: Documentation/video4linux/*.saa7134
8370 F: drivers/media/pci/saa7134/
8371
8372 SAA7146 VIDEO4LINUX-2 DRIVER
8373 M: Hans Verkuil <hverkuil@xs4all.nl>
8374 L: linux-media@vger.kernel.org
8375 T: git git://linuxtv.org/media_tree.git
8376 S: Maintained
8377 F: drivers/media/common/saa7146/
8378 F: drivers/media/pci/saa7146/
8379 F: include/media/saa7146*
8380
8381 SAMSUNG LAPTOP DRIVER
8382 M: Corentin Chary <corentin.chary@gmail.com>
8383 L: platform-driver-x86@vger.kernel.org
8384 S: Maintained
8385 F: drivers/platform/x86/samsung-laptop.c
8386
8387 SAMSUNG AUDIO (ASoC) DRIVERS
8388 M: Sangbeom Kim <sbkim73@samsung.com>
8389 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8390 S: Supported
8391 F: sound/soc/samsung/
8392
8393 SAMSUNG FRAMEBUFFER DRIVER
8394 M: Jingoo Han <jg1.han@samsung.com>
8395 L: linux-fbdev@vger.kernel.org
8396 S: Maintained
8397 F: drivers/video/fbdev/s3c-fb.c
8398
8399 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8400 M: Sangbeom Kim <sbkim73@samsung.com>
8401 L: linux-kernel@vger.kernel.org
8402 S: Supported
8403 F: drivers/mfd/sec*.c
8404 F: drivers/regulator/s2m*.c
8405 F: drivers/regulator/s5m*.c
8406 F: include/linux/mfd/samsung/
8407
8408 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8409 M: Kyungmin Park <kyungmin.park@samsung.com>
8410 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
8411 L: linux-media@vger.kernel.org
8412 Q: https://patchwork.linuxtv.org/project/linux-media/list/
8413 S: Supported
8414 F: drivers/media/platform/exynos4-is/
8415
8416 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8417 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8418 L: linux-media@vger.kernel.org
8419 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8420 S: Maintained
8421 F: drivers/media/platform/s3c-camif/
8422 F: include/media/s3c_camif.h
8423
8424 SAMSUNG S5C73M3 CAMERA DRIVER
8425 M: Kyungmin Park <kyungmin.park@samsung.com>
8426 M: Andrzej Hajda <a.hajda@samsung.com>
8427 L: linux-media@vger.kernel.org
8428 S: Supported
8429 F: drivers/media/i2c/s5c73m3/*
8430
8431 SAMSUNG S5K5BAF CAMERA DRIVER
8432 M: Kyungmin Park <kyungmin.park@samsung.com>
8433 M: Andrzej Hajda <a.hajda@samsung.com>
8434 L: linux-media@vger.kernel.org
8435 S: Supported
8436 F: drivers/media/i2c/s5k5baf.c
8437
8438 SAMSUNG SOC CLOCK DRIVERS
8439 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
8440 M: Tomasz Figa <tomasz.figa@gmail.com>
8441 S: Supported
8442 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8443 F: drivers/clk/samsung/
8444
8445 SAMSUNG SXGBE DRIVERS
8446 M: Byungho An <bh74.an@samsung.com>
8447 M: Girish K S <ks.giri@samsung.com>
8448 M: Vipul Pandya <vipul.pandya@samsung.com>
8449 S: Supported
8450 L: netdev@vger.kernel.org
8451 F: drivers/net/ethernet/samsung/sxgbe/
8452
8453 SAMSUNG USB2 PHY DRIVER
8454 M: Kamil Debski <k.debski@samsung.com>
8455 L: linux-kernel@vger.kernel.org
8456 S: Supported
8457 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
8458 F: Documentation/phy/samsung-usb2.txt
8459 F: drivers/phy/phy-exynos4210-usb2.c
8460 F: drivers/phy/phy-exynos4x12-usb2.c
8461 F: drivers/phy/phy-exynos5250-usb2.c
8462 F: drivers/phy/phy-s5pv210-usb2.c
8463 F: drivers/phy/phy-samsung-usb2.c
8464 F: drivers/phy/phy-samsung-usb2.h
8465
8466 SERIAL DRIVERS
8467 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8468 L: linux-serial@vger.kernel.org
8469 S: Maintained
8470 F: drivers/tty/serial/
8471
8472 SYNOPSYS DESIGNWARE DMAC DRIVER
8473 M: Viresh Kumar <viresh.linux@gmail.com>
8474 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8475 S: Maintained
8476 F: include/linux/platform_data/dma-dw.h
8477 F: drivers/dma/dw/
8478
8479 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8480 M: Seungwon Jeon <tgih.jun@samsung.com>
8481 M: Jaehoon Chung <jh80.chung@samsung.com>
8482 L: linux-mmc@vger.kernel.org
8483 S: Maintained
8484 F: include/linux/mmc/dw_mmc.h
8485 F: drivers/mmc/host/dw_mmc*
8486
8487 THUNDERBOLT DRIVER
8488 M: Andreas Noever <andreas.noever@gmail.com>
8489 S: Maintained
8490 F: drivers/thunderbolt/
8491
8492 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8493 M: John Stultz <john.stultz@linaro.org>
8494 M: Thomas Gleixner <tglx@linutronix.de>
8495 L: linux-kernel@vger.kernel.org
8496 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8497 S: Supported
8498 F: include/linux/clocksource.h
8499 F: include/linux/time.h
8500 F: include/linux/timex.h
8501 F: include/uapi/linux/time.h
8502 F: include/uapi/linux/timex.h
8503 F: kernel/time/clocksource.c
8504 F: kernel/time/time*.c
8505 F: kernel/time/ntp.c
8506
8507 SC1200 WDT DRIVER
8508 M: Zwane Mwaikambo <zwanem@gmail.com>
8509 S: Maintained
8510 F: drivers/watchdog/sc1200wdt.c
8511
8512 SCHEDULER
8513 M: Ingo Molnar <mingo@redhat.com>
8514 M: Peter Zijlstra <peterz@infradead.org>
8515 L: linux-kernel@vger.kernel.org
8516 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8517 S: Maintained
8518 F: kernel/sched/
8519 F: include/linux/sched.h
8520 F: include/uapi/linux/sched.h
8521 F: include/linux/wait.h
8522
8523 SCORE ARCHITECTURE
8524 M: Chen Liqin <liqin.linux@gmail.com>
8525 M: Lennox Wu <lennox.wu@gmail.com>
8526 W: http://www.sunplus.com
8527 S: Supported
8528 F: arch/score/
8529
8530 SCSI CDROM DRIVER
8531 M: Jens Axboe <axboe@kernel.dk>
8532 L: linux-scsi@vger.kernel.org
8533 W: http://www.kernel.dk
8534 S: Maintained
8535 F: drivers/scsi/sr*
8536
8537 SCSI RDMA PROTOCOL (SRP) INITIATOR
8538 M: Bart Van Assche <bvanassche@acm.org>
8539 L: linux-rdma@vger.kernel.org
8540 S: Supported
8541 W: http://www.openfabrics.org
8542 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8543 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8544 F: drivers/infiniband/ulp/srp/
8545 F: include/scsi/srp.h
8546
8547 SCSI SG DRIVER
8548 M: Doug Gilbert <dgilbert@interlog.com>
8549 L: linux-scsi@vger.kernel.org
8550 W: http://sg.danny.cz/sg
8551 S: Maintained
8552 F: Documentation/scsi/scsi-generic.txt
8553 F: drivers/scsi/sg.c
8554 F: include/scsi/sg.h
8555
8556 SCSI SUBSYSTEM
8557 M: "James E.J. Bottomley" <JBottomley@parallels.com>
8558 L: linux-scsi@vger.kernel.org
8559 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8560 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8561 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8562 S: Maintained
8563 F: drivers/scsi/
8564 F: include/scsi/
8565
8566 SCSI TAPE DRIVER
8567 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8568 L: linux-scsi@vger.kernel.org
8569 S: Maintained
8570 F: Documentation/scsi/st.txt
8571 F: drivers/scsi/st.*
8572 F: drivers/scsi/st_*.h
8573
8574 SCTP PROTOCOL
8575 M: Vlad Yasevich <vyasevich@gmail.com>
8576 M: Neil Horman <nhorman@tuxdriver.com>
8577 L: linux-sctp@vger.kernel.org
8578 W: http://lksctp.sourceforge.net
8579 S: Maintained
8580 F: Documentation/networking/sctp.txt
8581 F: include/linux/sctp.h
8582 F: include/uapi/linux/sctp.h
8583 F: include/net/sctp/
8584 F: net/sctp/
8585
8586 SCx200 CPU SUPPORT
8587 M: Jim Cromie <jim.cromie@gmail.com>
8588 S: Odd Fixes
8589 F: Documentation/i2c/busses/scx200_acb
8590 F: arch/x86/platform/scx200/
8591 F: drivers/watchdog/scx200_wdt.c
8592 F: drivers/i2c/busses/scx200*
8593 F: drivers/mtd/maps/scx200_docflash.c
8594 F: include/linux/scx200.h
8595
8596 SCx200 GPIO DRIVER
8597 M: Jim Cromie <jim.cromie@gmail.com>
8598 S: Maintained
8599 F: drivers/char/scx200_gpio.c
8600 F: include/linux/scx200_gpio.h
8601
8602 SCx200 HRT CLOCKSOURCE DRIVER
8603 M: Jim Cromie <jim.cromie@gmail.com>
8604 S: Maintained
8605 F: drivers/clocksource/scx200_hrt.c
8606
8607 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8608 M: Sascha Sommer <saschasommer@freenet.de>
8609 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8610 S: Maintained
8611 F: drivers/mmc/host/sdricoh_cs.c
8612
8613 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8614 M: Chris Ball <chris@printf.net>
8615 L: linux-mmc@vger.kernel.org
8616 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8617 S: Maintained
8618 F: drivers/mmc/host/sdhci.*
8619 F: drivers/mmc/host/sdhci-pltfm.[ch]
8620
8621 SECURE COMPUTING
8622 M: Kees Cook <keescook@chromium.org>
8623 R: Andy Lutomirski <luto@amacapital.net>
8624 R: Will Drewry <wad@chromium.org>
8625 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8626 S: Supported
8627 F: kernel/seccomp.c
8628 F: include/uapi/linux/seccomp.h
8629 F: include/linux/seccomp.h
8630 K: \bsecure_computing
8631 K: \bTIF_SECCOMP\b
8632
8633 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8634 M: Anton Vorontsov <anton@enomsg.org>
8635 L: linuxppc-dev@lists.ozlabs.org
8636 L: linux-mmc@vger.kernel.org
8637 S: Maintained
8638 F: drivers/mmc/host/sdhci-pltfm.[ch]
8639
8640 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8641 M: Ben Dooks <ben-linux@fluff.org>
8642 L: linux-mmc@vger.kernel.org
8643 S: Maintained
8644 F: drivers/mmc/host/sdhci-s3c.c
8645
8646 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8647 M: Viresh Kumar <viresh.linux@gmail.com>
8648 L: spear-devel@list.st.com
8649 L: linux-mmc@vger.kernel.org
8650 S: Maintained
8651 F: drivers/mmc/host/sdhci-spear.c
8652
8653 SECURITY SUBSYSTEM
8654 M: James Morris <james.l.morris@oracle.com>
8655 M: Serge E. Hallyn <serge@hallyn.com>
8656 L: linux-security-module@vger.kernel.org (suggested Cc:)
8657 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8658 W: http://kernsec.org/
8659 S: Supported
8660 F: security/
8661
8662 SECURITY CONTACT
8663 M: Security Officers <security@kernel.org>
8664 S: Supported
8665
8666 SELINUX SECURITY MODULE
8667 M: Paul Moore <paul@paul-moore.com>
8668 M: Stephen Smalley <sds@tycho.nsa.gov>
8669 M: Eric Paris <eparis@parisplace.org>
8670 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
8671 W: http://selinuxproject.org
8672 T: git git://git.infradead.org/users/pcmoore/selinux
8673 S: Supported
8674 F: include/linux/selinux*
8675 F: security/selinux/
8676 F: scripts/selinux/
8677
8678 APPARMOR SECURITY MODULE
8679 M: John Johansen <john.johansen@canonical.com>
8680 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8681 W: apparmor.wiki.kernel.org
8682 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8683 S: Supported
8684 F: security/apparmor/
8685
8686 SENSABLE PHANTOM
8687 M: Jiri Slaby <jirislaby@gmail.com>
8688 S: Maintained
8689 F: drivers/misc/phantom.c
8690 F: include/uapi/linux/phantom.h
8691
8692 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8693 M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8694 L: linux-scsi@vger.kernel.org
8695 W: http://www.emulex.com
8696 S: Supported
8697 F: drivers/scsi/be2iscsi/
8698
8699 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8700 M: Sathya Perla <sathya.perla@emulex.com>
8701 M: Subbu Seetharaman <subbu.seetharaman@emulex.com>
8702 M: Ajit Khaparde <ajit.khaparde@emulex.com>
8703 L: netdev@vger.kernel.org
8704 W: http://www.emulex.com
8705 S: Supported
8706 F: drivers/net/ethernet/emulex/benet/
8707
8708 SFC NETWORK DRIVER
8709 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8710 M: Shradha Shah <sshah@solarflare.com>
8711 L: netdev@vger.kernel.org
8712 S: Supported
8713 F: drivers/net/ethernet/sfc/
8714
8715 SGI GRU DRIVER
8716 M: Dimitri Sivanich <sivanich@sgi.com>
8717 S: Maintained
8718 F: drivers/misc/sgi-gru/
8719
8720 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8721 M: Pat Gefre <pfg@sgi.com>
8722 L: linux-ia64@vger.kernel.org
8723 S: Supported
8724 F: Documentation/ia64/serial.txt
8725 F: drivers/tty/serial/ioc?_serial.c
8726 F: include/linux/ioc?.h
8727
8728 SGI XP/XPC/XPNET DRIVER
8729 M: Cliff Whickman <cpw@sgi.com>
8730 M: Robin Holt <robinmholt@gmail.com>
8731 S: Maintained
8732 F: drivers/misc/sgi-xp/
8733
8734 SI2157 MEDIA DRIVER
8735 M: Antti Palosaari <crope@iki.fi>
8736 L: linux-media@vger.kernel.org
8737 W: http://linuxtv.org/
8738 W: http://palosaari.fi/linux/
8739 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8740 T: git git://linuxtv.org/anttip/media_tree.git
8741 S: Maintained
8742 F: drivers/media/tuners/si2157*
8743
8744 SI2168 MEDIA DRIVER
8745 M: Antti Palosaari <crope@iki.fi>
8746 L: linux-media@vger.kernel.org
8747 W: http://linuxtv.org/
8748 W: http://palosaari.fi/linux/
8749 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8750 T: git git://linuxtv.org/anttip/media_tree.git
8751 S: Maintained
8752 F: drivers/media/dvb-frontends/si2168*
8753
8754 SI470X FM RADIO RECEIVER I2C DRIVER
8755 M: Hans Verkuil <hverkuil@xs4all.nl>
8756 L: linux-media@vger.kernel.org
8757 T: git git://linuxtv.org/media_tree.git
8758 W: http://linuxtv.org
8759 S: Odd Fixes
8760 F: drivers/media/radio/si470x/radio-si470x-i2c.c
8761
8762 SI470X FM RADIO RECEIVER USB DRIVER
8763 M: Hans Verkuil <hverkuil@xs4all.nl>
8764 L: linux-media@vger.kernel.org
8765 T: git git://linuxtv.org/media_tree.git
8766 W: http://linuxtv.org
8767 S: Maintained
8768 F: drivers/media/radio/si470x/radio-si470x-common.c
8769 F: drivers/media/radio/si470x/radio-si470x.h
8770 F: drivers/media/radio/si470x/radio-si470x-usb.c
8771
8772 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8773 M: Eduardo Valentin <edubezval@gmail.com>
8774 L: linux-media@vger.kernel.org
8775 T: git git://linuxtv.org/media_tree.git
8776 W: http://linuxtv.org
8777 S: Odd Fixes
8778 F: drivers/media/radio/si4713/si4713.?
8779
8780 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8781 M: Eduardo Valentin <edubezval@gmail.com>
8782 L: linux-media@vger.kernel.org
8783 T: git git://linuxtv.org/media_tree.git
8784 W: http://linuxtv.org
8785 S: Odd Fixes
8786 F: drivers/media/radio/si4713/radio-platform-si4713.c
8787
8788 SI4713 FM RADIO TRANSMITTER USB DRIVER
8789 M: Hans Verkuil <hverkuil@xs4all.nl>
8790 L: linux-media@vger.kernel.org
8791 T: git git://linuxtv.org/media_tree.git
8792 W: http://linuxtv.org
8793 S: Maintained
8794 F: drivers/media/radio/si4713/radio-usb-si4713.c
8795
8796 SIANO DVB DRIVER
8797 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8798 L: linux-media@vger.kernel.org
8799 W: http://linuxtv.org
8800 T: git git://linuxtv.org/media_tree.git
8801 S: Odd fixes
8802 F: drivers/media/common/siano/
8803 F: drivers/media/usb/siano/
8804 F: drivers/media/usb/siano/
8805 F: drivers/media/mmc/siano/
8806
8807 SIMPLEFB FB DRIVER
8808 M: Hans de Goede <hdegoede@redhat.com>
8809 L: linux-fbdev@vger.kernel.org
8810 S: Maintained
8811 F: Documentation/devicetree/bindings/video/simple-framebuffer.txt
8812 F: drivers/video/fbdev/simplefb.c
8813 F: include/linux/platform_data/simplefb.h
8814
8815 SH_VEU V4L2 MEM2MEM DRIVER
8816 L: linux-media@vger.kernel.org
8817 S: Orphan
8818 F: drivers/media/platform/sh_veu.c
8819
8820 SH_VOU V4L2 OUTPUT DRIVER
8821 L: linux-media@vger.kernel.org
8822 S: Orphan
8823 F: drivers/media/platform/sh_vou.c
8824 F: include/media/sh_vou.h
8825
8826 SIMPLE FIRMWARE INTERFACE (SFI)
8827 M: Len Brown <lenb@kernel.org>
8828 L: sfi-devel@simplefirmware.org
8829 W: http://simplefirmware.org/
8830 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8831 S: Supported
8832 F: arch/x86/platform/sfi/
8833 F: drivers/sfi/
8834 F: include/linux/sfi*.h
8835
8836 SIMTEC EB110ATX (Chalice CATS)
8837 P: Ben Dooks
8838 P: Vincent Sanders <vince@simtec.co.uk>
8839 M: Simtec Linux Team <linux@simtec.co.uk>
8840 W: http://www.simtec.co.uk/products/EB110ATX/
8841 S: Supported
8842
8843 SIMTEC EB2410ITX (BAST)
8844 P: Ben Dooks
8845 P: Vincent Sanders <vince@simtec.co.uk>
8846 M: Simtec Linux Team <linux@simtec.co.uk>
8847 W: http://www.simtec.co.uk/products/EB2410ITX/
8848 S: Supported
8849 F: arch/arm/mach-s3c24xx/mach-bast.c
8850 F: arch/arm/mach-s3c24xx/bast-ide.c
8851 F: arch/arm/mach-s3c24xx/bast-irq.c
8852
8853 TI DAVINCI MACHINE SUPPORT
8854 M: Sekhar Nori <nsekhar@ti.com>
8855 M: Kevin Hilman <khilman@deeprootsystems.com>
8856 T: git git://gitorious.org/linux-davinci/linux-davinci.git
8857 Q: http://patchwork.kernel.org/project/linux-davinci/list/
8858 S: Supported
8859 F: arch/arm/mach-davinci/
8860 F: drivers/i2c/busses/i2c-davinci.c
8861
8862 TI DAVINCI SERIES MEDIA DRIVER
8863 M: Lad, Prabhakar <prabhakar.csengg@gmail.com>
8864 L: linux-media@vger.kernel.org
8865 W: http://linuxtv.org/
8866 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8867 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8868 S: Maintained
8869 F: drivers/media/platform/davinci/
8870 F: include/media/davinci/
8871
8872 TI AM437X VPFE DRIVER
8873 M: Lad, Prabhakar <prabhakar.csengg@gmail.com>
8874 L: linux-media@vger.kernel.org
8875 W: http://linuxtv.org/
8876 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8877 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8878 S: Maintained
8879 F: drivers/media/platform/am437x/
8880
8881 SIS 190 ETHERNET DRIVER
8882 M: Francois Romieu <romieu@fr.zoreil.com>
8883 L: netdev@vger.kernel.org
8884 S: Maintained
8885 F: drivers/net/ethernet/sis/sis190.c
8886
8887 SIS 900/7016 FAST ETHERNET DRIVER
8888 M: Daniele Venzano <venza@brownhat.org>
8889 W: http://www.brownhat.org/sis900.html
8890 L: netdev@vger.kernel.org
8891 S: Maintained
8892 F: drivers/net/ethernet/sis/sis900.*
8893
8894 SIS FRAMEBUFFER DRIVER
8895 M: Thomas Winischhofer <thomas@winischhofer.net>
8896 W: http://www.winischhofer.net/linuxsisvga.shtml
8897 S: Maintained
8898 F: Documentation/fb/sisfb.txt
8899 F: drivers/video/fbdev/sis/
8900 F: include/video/sisfb.h
8901
8902 SIS USB2VGA DRIVER
8903 M: Thomas Winischhofer <thomas@winischhofer.net>
8904 W: http://www.winischhofer.at/linuxsisusbvga.shtml
8905 S: Maintained
8906 F: drivers/usb/misc/sisusbvga/
8907
8908 SLAB ALLOCATOR
8909 M: Christoph Lameter <cl@linux.com>
8910 M: Pekka Enberg <penberg@kernel.org>
8911 M: David Rientjes <rientjes@google.com>
8912 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
8913 M: Andrew Morton <akpm@linux-foundation.org>
8914 L: linux-mm@kvack.org
8915 S: Maintained
8916 F: include/linux/sl?b*.h
8917 F: mm/sl?b*
8918
8919 SLEEPABLE READ-COPY UPDATE (SRCU)
8920 M: Lai Jiangshan <laijs@cn.fujitsu.com>
8921 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8922 M: Josh Triplett <josh@joshtriplett.org>
8923 R: Steven Rostedt <rostedt@goodmis.org>
8924 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8925 L: linux-kernel@vger.kernel.org
8926 W: http://www.rdrop.com/users/paulmck/RCU/
8927 S: Supported
8928 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8929 F: include/linux/srcu.h
8930 F: kernel/rcu/srcu.c
8931
8932 SMACK SECURITY MODULE
8933 M: Casey Schaufler <casey@schaufler-ca.com>
8934 L: linux-security-module@vger.kernel.org
8935 W: http://schaufler-ca.com
8936 T: git git://git.gitorious.org/smack-next/kernel.git
8937 S: Maintained
8938 F: Documentation/security/Smack.txt
8939 F: security/smack/
8940
8941 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8942 M: Kevin Hilman <khilman@kernel.org>
8943 M: Nishanth Menon <nm@ti.com>
8944 S: Maintained
8945 F: drivers/power/avs/
8946 F: include/linux/power/smartreflex.h
8947 L: linux-pm@vger.kernel.org
8948
8949 SMC91x ETHERNET DRIVER
8950 M: Nicolas Pitre <nico@fluxnic.net>
8951 S: Odd Fixes
8952 F: drivers/net/ethernet/smsc/smc91x.*
8953
8954 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8955 M: Sakari Ailus <sakari.ailus@iki.fi>
8956 L: linux-media@vger.kernel.org
8957 S: Maintained
8958 F: drivers/media/i2c/smiapp/
8959 F: include/media/smiapp.h
8960 F: drivers/media/i2c/smiapp-pll.c
8961 F: drivers/media/i2c/smiapp-pll.h
8962 F: include/uapi/linux/smiapp.h
8963 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
8964
8965 SMM665 HARDWARE MONITOR DRIVER
8966 M: Guenter Roeck <linux@roeck-us.net>
8967 L: lm-sensors@lm-sensors.org
8968 S: Maintained
8969 F: Documentation/hwmon/smm665
8970 F: drivers/hwmon/smm665.c
8971
8972 SMSC EMC2103 HARDWARE MONITOR DRIVER
8973 M: Steve Glendinning <steve.glendinning@shawell.net>
8974 L: lm-sensors@lm-sensors.org
8975 S: Maintained
8976 F: Documentation/hwmon/emc2103
8977 F: drivers/hwmon/emc2103.c
8978
8979 SMSC SCH5627 HARDWARE MONITOR DRIVER
8980 M: Hans de Goede <hdegoede@redhat.com>
8981 L: lm-sensors@lm-sensors.org
8982 S: Supported
8983 F: Documentation/hwmon/sch5627
8984 F: drivers/hwmon/sch5627.c
8985
8986 SMSC47B397 HARDWARE MONITOR DRIVER
8987 M: Jean Delvare <jdelvare@suse.de>
8988 L: lm-sensors@lm-sensors.org
8989 S: Maintained
8990 F: Documentation/hwmon/smsc47b397
8991 F: drivers/hwmon/smsc47b397.c
8992
8993 SMSC911x ETHERNET DRIVER
8994 M: Steve Glendinning <steve.glendinning@shawell.net>
8995 L: netdev@vger.kernel.org
8996 S: Maintained
8997 F: include/linux/smsc911x.h
8998 F: drivers/net/ethernet/smsc/smsc911x.*
8999
9000 SMSC9420 PCI ETHERNET DRIVER
9001 M: Steve Glendinning <steve.glendinning@shawell.net>
9002 L: netdev@vger.kernel.org
9003 S: Maintained
9004 F: drivers/net/ethernet/smsc/smsc9420.*
9005
9006 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9007 M: Steve Glendinning <steve.glendinning@shawell.net>
9008 L: linux-fbdev@vger.kernel.org
9009 S: Maintained
9010 F: drivers/video/fbdev/smscufx.c
9011
9012 SOC-CAMERA V4L2 SUBSYSTEM
9013 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9014 L: linux-media@vger.kernel.org
9015 T: git git://linuxtv.org/media_tree.git
9016 S: Maintained
9017 F: include/media/soc*
9018 F: drivers/media/i2c/soc_camera/
9019 F: drivers/media/platform/soc_camera/
9020
9021 SOEKRIS NET48XX LED SUPPORT
9022 M: Chris Boot <bootc@bootc.net>
9023 S: Maintained
9024 F: drivers/leds/leds-net48xx.c
9025
9026 SOFTLOGIC 6x10 MPEG CODEC
9027 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9028 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9029 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
9030 M: Ismael Luceno <ismael@iodev.co.uk>
9031 L: linux-media@vger.kernel.org
9032 S: Supported
9033 F: drivers/media/pci/solo6x10/
9034
9035 SOFTWARE RAID (Multiple Disks) SUPPORT
9036 M: Neil Brown <neilb@suse.de>
9037 L: linux-raid@vger.kernel.org
9038 S: Supported
9039 F: drivers/md/
9040 F: include/linux/raid/
9041 F: include/uapi/linux/raid/
9042
9043 SONIC NETWORK DRIVER
9044 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9045 L: netdev@vger.kernel.org
9046 S: Maintained
9047 F: drivers/net/ethernet/natsemi/sonic.*
9048
9049 SONICS SILICON BACKPLANE DRIVER (SSB)
9050 M: Michael Buesch <m@bues.ch>
9051 L: netdev@vger.kernel.org
9052 S: Maintained
9053 F: drivers/ssb/
9054 F: include/linux/ssb/
9055
9056 SONY VAIO CONTROL DEVICE DRIVER
9057 M: Mattia Dongili <malattia@linux.it>
9058 L: platform-driver-x86@vger.kernel.org
9059 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9060 S: Maintained
9061 F: Documentation/laptops/sony-laptop.txt
9062 F: drivers/char/sonypi.c
9063 F: drivers/platform/x86/sony-laptop.c
9064 F: include/linux/sony-laptop.h
9065
9066 SONY MEMORYSTICK CARD SUPPORT
9067 M: Alex Dubov <oakad@yahoo.com>
9068 W: http://tifmxx.berlios.de/
9069 S: Maintained
9070 F: drivers/memstick/host/tifm_ms.c
9071
9072 SONY MEMORYSTICK STANDARD SUPPORT
9073 M: Maxim Levitsky <maximlevitsky@gmail.com>
9074 S: Maintained
9075 F: drivers/memstick/core/ms_block.*
9076
9077 SOUND
9078 M: Jaroslav Kysela <perex@perex.cz>
9079 M: Takashi Iwai <tiwai@suse.de>
9080 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9081 W: http://www.alsa-project.org/
9082 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9083 T: git git://git.alsa-project.org/alsa-kernel.git
9084 Q: http://patchwork.kernel.org/project/alsa-devel/list/
9085 S: Maintained
9086 F: Documentation/sound/
9087 F: include/sound/
9088 F: include/uapi/sound/
9089 F: sound/
9090
9091 SOUND - COMPRESSED AUDIO
9092 M: Vinod Koul <vinod.koul@intel.com>
9093 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9094 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9095 S: Supported
9096 F: Documentation/sound/alsa/compress_offload.txt
9097 F: include/sound/compress_driver.h
9098 F: include/uapi/sound/compress_*
9099 F: sound/core/compress_offload.c
9100 F: sound/soc/soc-compress.c
9101
9102 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9103 M: Liam Girdwood <lgirdwood@gmail.com>
9104 M: Mark Brown <broonie@kernel.org>
9105 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9106 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9107 W: http://alsa-project.org/main/index.php/ASoC
9108 S: Supported
9109 F: Documentation/sound/alsa/soc/
9110 F: sound/soc/
9111 F: include/sound/soc*
9112
9113 SOUND - DMAENGINE HELPERS
9114 M: Lars-Peter Clausen <lars@metafoo.de>
9115 S: Supported
9116 F: include/sound/dmaengine_pcm.h
9117 F: sound/core/pcm_dmaengine.c
9118 F: sound/soc/soc-generic-dmaengine-pcm.c
9119
9120 SP2 MEDIA DRIVER
9121 M: Olli Salonen <olli.salonen@iki.fi>
9122 L: linux-media@vger.kernel.org
9123 W: http://linuxtv.org/
9124 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9125 S: Maintained
9126 F: drivers/media/dvb-frontends/sp2*
9127
9128 SPARC + UltraSPARC (sparc/sparc64)
9129 M: "David S. Miller" <davem@davemloft.net>
9130 L: sparclinux@vger.kernel.org
9131 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
9132 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9133 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9134 S: Maintained
9135 F: arch/sparc/
9136 F: drivers/sbus/
9137
9138 SPARC SERIAL DRIVERS
9139 M: "David S. Miller" <davem@davemloft.net>
9140 L: sparclinux@vger.kernel.org
9141 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9142 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9143 S: Maintained
9144 F: include/linux/sunserialcore.h
9145 F: drivers/tty/serial/suncore.c
9146 F: drivers/tty/serial/sunhv.c
9147 F: drivers/tty/serial/sunsab.c
9148 F: drivers/tty/serial/sunsab.h
9149 F: drivers/tty/serial/sunsu.c
9150 F: drivers/tty/serial/sunzilog.c
9151 F: drivers/tty/serial/sunzilog.h
9152
9153 SPARSE CHECKER
9154 M: "Christopher Li" <sparse@chrisli.org>
9155 L: linux-sparse@vger.kernel.org
9156 W: https://sparse.wiki.kernel.org/
9157 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9158 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9159 S: Maintained
9160 F: include/linux/compiler.h
9161
9162 SPEAR PLATFORM SUPPORT
9163 M: Viresh Kumar <viresh.linux@gmail.com>
9164 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9165 L: spear-devel@list.st.com
9166 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9167 W: http://www.st.com/spear
9168 S: Maintained
9169 F: arch/arm/mach-spear/
9170
9171 SPEAR CLOCK FRAMEWORK SUPPORT
9172 M: Viresh Kumar <viresh.linux@gmail.com>
9173 L: spear-devel@list.st.com
9174 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9175 W: http://www.st.com/spear
9176 S: Maintained
9177 F: drivers/clk/spear/
9178
9179 SPI SUBSYSTEM
9180 M: Mark Brown <broonie@kernel.org>
9181 L: linux-spi@vger.kernel.org
9182 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9183 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
9184 S: Maintained
9185 F: Documentation/spi/
9186 F: drivers/spi/
9187 F: include/linux/spi/
9188 F: include/uapi/linux/spi/
9189
9190 SPIDERNET NETWORK DRIVER for CELL
9191 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9192 M: Jens Osterkamp <jens@de.ibm.com>
9193 L: netdev@vger.kernel.org
9194 S: Supported
9195 F: Documentation/networking/spider_net.txt
9196 F: drivers/net/ethernet/toshiba/spider_net*
9197
9198 SPU FILE SYSTEM
9199 M: Jeremy Kerr <jk@ozlabs.org>
9200 L: linuxppc-dev@lists.ozlabs.org
9201 L: cbe-oss-dev@lists.ozlabs.org
9202 W: http://www.ibm.com/developerworks/power/cell/
9203 S: Supported
9204 F: Documentation/filesystems/spufs.txt
9205 F: arch/powerpc/platforms/cell/spufs/
9206
9207 SQUASHFS FILE SYSTEM
9208 M: Phillip Lougher <phillip@squashfs.org.uk>
9209 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
9210 W: http://squashfs.org.uk
9211 S: Maintained
9212 F: Documentation/filesystems/squashfs.txt
9213 F: fs/squashfs/
9214
9215 SRM (Alpha) environment access
9216 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
9217 S: Maintained
9218 F: arch/alpha/kernel/srm_env.c
9219
9220 STABLE BRANCH
9221 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9222 L: stable@vger.kernel.org
9223 S: Supported
9224 F: Documentation/stable_kernel_rules.txt
9225
9226 STAGING SUBSYSTEM
9227 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9228 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9229 L: devel@driverdev.osuosl.org
9230 S: Supported
9231 F: drivers/staging/
9232
9233 STAGING - COMEDI
9234 M: Ian Abbott <abbotti@mev.co.uk>
9235 M: H Hartley Sweeten <hsweeten@visionengravers.com>
9236 S: Odd Fixes
9237 F: drivers/staging/comedi/
9238
9239 STAGING - FLARION FT1000 DRIVERS
9240 M: Marek Belisko <marek.belisko@gmail.com>
9241 S: Odd Fixes
9242 F: drivers/staging/ft1000/
9243
9244 STAGING - INDUSTRIAL IO
9245 M: Jonathan Cameron <jic23@kernel.org>
9246 L: linux-iio@vger.kernel.org
9247 S: Odd Fixes
9248 F: drivers/staging/iio/
9249
9250 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9251 M: Jarod Wilson <jarod@wilsonet.com>
9252 W: http://www.lirc.org/
9253 S: Odd Fixes
9254 F: drivers/staging/media/lirc/
9255
9256 STAGING - LUSTRE PARALLEL FILESYSTEM
9257 M: Oleg Drokin <oleg.drokin@intel.com>
9258 M: Andreas Dilger <andreas.dilger@intel.com>
9259 L: HPDD-discuss@lists.01.org (moderated for non-subscribers)
9260 W: http://lustre.opensfs.org/
9261 S: Maintained
9262 F: drivers/staging/lustre
9263
9264 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9265 M: Julian Andres Klode <jak@jak-linux.org>
9266 M: Marc Dietrich <marvin24@gmx.de>
9267 L: ac100@lists.launchpad.net (moderated for non-subscribers)
9268 L: linux-tegra@vger.kernel.org
9269 S: Maintained
9270 F: drivers/staging/nvec/
9271
9272 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9273 M: Jens Frederich <jfrederich@gmail.com>
9274 M: Daniel Drake <dsd@laptop.org>
9275 M: Jon Nettleton <jon.nettleton@gmail.com>
9276 W: http://wiki.laptop.org/go/DCON
9277 S: Maintained
9278 F: drivers/staging/olpc_dcon/
9279
9280 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9281 M: Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9282 S: Maintained
9283 F: drivers/staging/ozwpan/
9284
9285 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9286 M: Willy Tarreau <willy@meta-x.org>
9287 S: Odd Fixes
9288 F: drivers/staging/panel/
9289
9290 STAGING - REALTEK RTL8712U DRIVERS
9291 M: Larry Finger <Larry.Finger@lwfinger.net>
9292 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9293 S: Odd Fixes
9294 F: drivers/staging/rtl8712/
9295
9296 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9297 M: Larry Finger <Larry.Finger@lwfinger.net>
9298 M: Jes Sorensen <Jes.Sorensen@redhat.com>
9299 L: linux-wireless@vger.kernel.org
9300 S: Maintained
9301 F: drivers/staging/rtl8723au/
9302
9303 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
9304 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9305 M: Teddy Wang <teddy.wang@siliconmotion.com>
9306 M: Sudip Mukherjee <sudip@vectorindia.org>
9307 L: linux-fbdev@vger.kernel.org
9308 S: Maintained
9309 F: drivers/staging/sm7xxfb/
9310
9311 STAGING - SLICOSS
9312 M: Lior Dotan <liodot@gmail.com>
9313 M: Christopher Harrer <charrer@alacritech.com>
9314 S: Odd Fixes
9315 F: drivers/staging/slicoss/
9316
9317 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9318 M: William Hubbs <w.d.hubbs@gmail.com>
9319 M: Chris Brannon <chris@the-brannons.com>
9320 M: Kirk Reiser <kirk@reisers.ca>
9321 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
9322 L: speakup@linux-speakup.org
9323 W: http://www.linux-speakup.org/
9324 S: Odd Fixes
9325 F: drivers/staging/speakup/
9326
9327 STAGING - VIA VT665X DRIVERS
9328 M: Forest Bond <forest@alittletooquiet.net>
9329 S: Odd Fixes
9330 F: drivers/staging/vt665?/
9331
9332 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9333 M: Arnaud Patard <arnaud.patard@rtp-net.org>
9334 S: Odd Fixes
9335 F: drivers/staging/xgifb/
9336
9337 STARFIRE/DURALAN NETWORK DRIVER
9338 M: Ion Badulescu <ionut@badula.org>
9339 S: Odd Fixes
9340 F: drivers/net/ethernet/adaptec/starfire*
9341
9342 SUN3/3X
9343 M: Sam Creasey <sammy@sammy.net>
9344 W: http://sammy.net/sun3/
9345 S: Maintained
9346 F: arch/m68k/kernel/*sun3*
9347 F: arch/m68k/sun3*/
9348 F: arch/m68k/include/asm/sun3*
9349 F: drivers/net/ethernet/i825xx/sun3*
9350
9351 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9352 M: Hans de Goede <hdegoede@redhat.com>
9353 L: linux-input@vger.kernel.org
9354 S: Maintained
9355 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9356 F: drivers/input/keyboard/sun4i-lradc-keys.c
9357
9358 SUNDANCE NETWORK DRIVER
9359 M: Denis Kirjanov <kda@linux-powerpc.org>
9360 L: netdev@vger.kernel.org
9361 S: Maintained
9362 F: drivers/net/ethernet/dlink/sundance.c
9363
9364 SUPERH
9365 L: linux-sh@vger.kernel.org
9366 Q: http://patchwork.kernel.org/project/linux-sh/list/
9367 S: Orphan
9368 F: Documentation/sh/
9369 F: arch/sh/
9370 F: drivers/sh/
9371
9372 SUSPEND TO RAM
9373 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9374 M: Len Brown <len.brown@intel.com>
9375 M: Pavel Machek <pavel@ucw.cz>
9376 L: linux-pm@vger.kernel.org
9377 S: Supported
9378 F: Documentation/power/
9379 F: arch/x86/kernel/acpi/
9380 F: drivers/base/power/
9381 F: kernel/power/
9382 F: include/linux/suspend.h
9383 F: include/linux/freezer.h
9384 F: include/linux/pm.h
9385
9386 SVGA HANDLING
9387 M: Martin Mares <mj@ucw.cz>
9388 L: linux-video@atrey.karlin.mff.cuni.cz
9389 S: Maintained
9390 F: Documentation/svga.txt
9391 F: arch/x86/boot/video*
9392
9393 SWIOTLB SUBSYSTEM
9394 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9395 L: linux-kernel@vger.kernel.org
9396 S: Supported
9397 F: lib/swiotlb.c
9398 F: arch/*/kernel/pci-swiotlb.c
9399 F: include/linux/swiotlb.h
9400
9401 SWITCHDEV
9402 M: Jiri Pirko <jiri@resnulli.us>
9403 L: netdev@vger.kernel.org
9404 S: Supported
9405 F: net/switchdev/
9406 F: include/net/switchdev.h
9407
9408 SYNOPSYS ARC ARCHITECTURE
9409 M: Vineet Gupta <vgupta@synopsys.com>
9410 S: Supported
9411 F: arch/arc/
9412 F: Documentation/devicetree/bindings/arc/
9413 F: drivers/tty/serial/arc_uart.c
9414
9415 SYSV FILESYSTEM
9416 M: Christoph Hellwig <hch@infradead.org>
9417 S: Maintained
9418 F: Documentation/filesystems/sysv-fs.txt
9419 F: fs/sysv/
9420 F: include/linux/sysv_fs.h
9421
9422 TARGET SUBSYSTEM
9423 M: Nicholas A. Bellinger <nab@linux-iscsi.org>
9424 L: linux-scsi@vger.kernel.org
9425 L: target-devel@vger.kernel.org
9426 W: http://www.linux-iscsi.org
9427 W: http://groups.google.com/group/linux-iscsi-target-dev
9428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9429 S: Supported
9430 F: drivers/target/
9431 F: include/target/
9432 F: Documentation/target/
9433
9434 TASKSTATS STATISTICS INTERFACE
9435 M: Balbir Singh <bsingharora@gmail.com>
9436 S: Maintained
9437 F: Documentation/accounting/taskstats*
9438 F: include/linux/taskstats*
9439 F: kernel/taskstats.c
9440
9441 TC CLASSIFIER
9442 M: Jamal Hadi Salim <jhs@mojatatu.com>
9443 L: netdev@vger.kernel.org
9444 S: Maintained
9445 F: include/net/pkt_cls.h
9446 F: include/uapi/linux/pkt_cls.h
9447 F: net/sched/
9448
9449 TCP LOW PRIORITY MODULE
9450 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9451 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9452 W: http://tcp-lp-mod.sourceforge.net/
9453 S: Maintained
9454 F: net/ipv4/tcp_lp.c
9455
9456 TDA10071 MEDIA DRIVER
9457 M: Antti Palosaari <crope@iki.fi>
9458 L: linux-media@vger.kernel.org
9459 W: http://linuxtv.org/
9460 W: http://palosaari.fi/linux/
9461 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9462 T: git git://linuxtv.org/anttip/media_tree.git
9463 S: Maintained
9464 F: drivers/media/dvb-frontends/tda10071*
9465
9466 TDA18212 MEDIA DRIVER
9467 M: Antti Palosaari <crope@iki.fi>
9468 L: linux-media@vger.kernel.org
9469 W: http://linuxtv.org/
9470 W: http://palosaari.fi/linux/
9471 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9472 T: git git://linuxtv.org/anttip/media_tree.git
9473 S: Maintained
9474 F: drivers/media/tuners/tda18212*
9475
9476 TDA18218 MEDIA DRIVER
9477 M: Antti Palosaari <crope@iki.fi>
9478 L: linux-media@vger.kernel.org
9479 W: http://linuxtv.org/
9480 W: http://palosaari.fi/linux/
9481 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9482 T: git git://linuxtv.org/anttip/media_tree.git
9483 S: Maintained
9484 F: drivers/media/tuners/tda18218*
9485
9486 TDA18271 MEDIA DRIVER
9487 M: Michael Krufky <mkrufky@linuxtv.org>
9488 L: linux-media@vger.kernel.org
9489 W: http://linuxtv.org/
9490 W: http://github.com/mkrufky
9491 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9492 T: git git://linuxtv.org/mkrufky/tuners.git
9493 S: Maintained
9494 F: drivers/media/tuners/tda18271*
9495
9496 TDA827x MEDIA DRIVER
9497 M: Michael Krufky <mkrufky@linuxtv.org>
9498 L: linux-media@vger.kernel.org
9499 W: http://linuxtv.org/
9500 W: http://github.com/mkrufky
9501 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9502 T: git git://linuxtv.org/mkrufky/tuners.git
9503 S: Maintained
9504 F: drivers/media/tuners/tda8290.*
9505
9506 TDA8290 MEDIA DRIVER
9507 M: Michael Krufky <mkrufky@linuxtv.org>
9508 L: linux-media@vger.kernel.org
9509 W: http://linuxtv.org/
9510 W: http://github.com/mkrufky
9511 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9512 T: git git://linuxtv.org/mkrufky/tuners.git
9513 S: Maintained
9514 F: drivers/media/tuners/tda8290.*
9515
9516 TDA9840 MEDIA DRIVER
9517 M: Hans Verkuil <hverkuil@xs4all.nl>
9518 L: linux-media@vger.kernel.org
9519 T: git git://linuxtv.org/media_tree.git
9520 W: http://linuxtv.org
9521 S: Maintained
9522 F: drivers/media/i2c/tda9840*
9523
9524 TEA5761 TUNER DRIVER
9525 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9526 L: linux-media@vger.kernel.org
9527 W: http://linuxtv.org
9528 T: git git://linuxtv.org/media_tree.git
9529 S: Odd fixes
9530 F: drivers/media/tuners/tea5761.*
9531
9532 TEA5767 TUNER DRIVER
9533 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9534 L: linux-media@vger.kernel.org
9535 W: http://linuxtv.org
9536 T: git git://linuxtv.org/media_tree.git
9537 S: Maintained
9538 F: drivers/media/tuners/tea5767.*
9539
9540 TEA6415C MEDIA DRIVER
9541 M: Hans Verkuil <hverkuil@xs4all.nl>
9542 L: linux-media@vger.kernel.org
9543 T: git git://linuxtv.org/media_tree.git
9544 W: http://linuxtv.org
9545 S: Maintained
9546 F: drivers/media/i2c/tea6415c*
9547
9548 TEA6420 MEDIA DRIVER
9549 M: Hans Verkuil <hverkuil@xs4all.nl>
9550 L: linux-media@vger.kernel.org
9551 T: git git://linuxtv.org/media_tree.git
9552 W: http://linuxtv.org
9553 S: Maintained
9554 F: drivers/media/i2c/tea6420*
9555
9556 TEAM DRIVER
9557 M: Jiri Pirko <jiri@resnulli.us>
9558 L: netdev@vger.kernel.org
9559 S: Supported
9560 F: drivers/net/team/
9561 F: include/linux/if_team.h
9562 F: include/uapi/linux/if_team.h
9563
9564 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9565 M: Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9566 S: Maintained
9567 F: arch/x86/platform/ts5500/
9568
9569 TECHNOTREND USB IR RECEIVER
9570 M: Sean Young <sean@mess.org>
9571 L: linux-media@vger.kernel.org
9572 S: Maintained
9573 F: drivers/media/rc/ttusbir.c
9574
9575 TEGRA ARCHITECTURE SUPPORT
9576 M: Stephen Warren <swarren@wwwdotorg.org>
9577 M: Thierry Reding <thierry.reding@gmail.com>
9578 M: Alexandre Courbot <gnurou@gmail.com>
9579 L: linux-tegra@vger.kernel.org
9580 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
9581 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9582 S: Supported
9583 N: [^a-z]tegra
9584
9585 TEGRA CLOCK DRIVER
9586 M: Peter De Schrijver <pdeschrijver@nvidia.com>
9587 M: Prashant Gaikwad <pgaikwad@nvidia.com>
9588 S: Supported
9589 F: drivers/clk/tegra/
9590
9591 TEGRA DMA DRIVER
9592 M: Laxman Dewangan <ldewangan@nvidia.com>
9593 S: Supported
9594 F: drivers/dma/tegra20-apb-dma.c
9595
9596 TEGRA I2C DRIVER
9597 M: Laxman Dewangan <ldewangan@nvidia.com>
9598 S: Supported
9599 F: drivers/i2c/busses/i2c-tegra.c
9600
9601 TEGRA IOMMU DRIVERS
9602 M: Hiroshi Doyu <hdoyu@nvidia.com>
9603 S: Supported
9604 F: drivers/iommu/tegra*
9605
9606 TEGRA KBC DRIVER
9607 M: Rakesh Iyer <riyer@nvidia.com>
9608 M: Laxman Dewangan <ldewangan@nvidia.com>
9609 S: Supported
9610 F: drivers/input/keyboard/tegra-kbc.c
9611
9612 TEGRA PWM DRIVER
9613 M: Thierry Reding <thierry.reding@gmail.com>
9614 S: Supported
9615 F: drivers/pwm/pwm-tegra.c
9616
9617 TEGRA SERIAL DRIVER
9618 M: Laxman Dewangan <ldewangan@nvidia.com>
9619 S: Supported
9620 F: drivers/tty/serial/serial-tegra.c
9621
9622 TEGRA SPI DRIVER
9623 M: Laxman Dewangan <ldewangan@nvidia.com>
9624 S: Supported
9625 F: drivers/spi/spi-tegra*
9626
9627 TEHUTI ETHERNET DRIVER
9628 M: Andy Gospodarek <andy@greyhouse.net>
9629 L: netdev@vger.kernel.org
9630 S: Supported
9631 F: drivers/net/ethernet/tehuti/*
9632
9633 Telecom Clock Driver for MCPL0010
9634 M: Mark Gross <mark.gross@intel.com>
9635 S: Supported
9636 F: drivers/char/tlclk.c
9637
9638 TENSILICA XTENSA PORT (xtensa)
9639 M: Chris Zankel <chris@zankel.net>
9640 M: Max Filippov <jcmvbkbc@gmail.com>
9641 L: linux-xtensa@linux-xtensa.org
9642 S: Maintained
9643 F: arch/xtensa/
9644 F: drivers/irqchip/irq-xtensa-*
9645
9646 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9647 M: Hans Verkuil <hverkuil@xs4all.nl>
9648 L: linux-media@vger.kernel.org
9649 T: git git://linuxtv.org/media_tree.git
9650 W: http://linuxtv.org
9651 S: Maintained
9652 F: drivers/media/radio/radio-raremono.c
9653
9654 THERMAL
9655 M: Zhang Rui <rui.zhang@intel.com>
9656 M: Eduardo Valentin <edubezval@gmail.com>
9657 L: linux-pm@vger.kernel.org
9658 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9659 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9660 Q: https://patchwork.kernel.org/project/linux-pm/list/
9661 S: Supported
9662 F: drivers/thermal/
9663 F: include/linux/thermal.h
9664 F: include/uapi/linux/thermal.h
9665 F: include/linux/cpu_cooling.h
9666 F: Documentation/devicetree/bindings/thermal/
9667
9668 THINGM BLINK(1) USB RGB LED DRIVER
9669 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9670 S: Maintained
9671 F: drivers/hid/hid-thingm.c
9672
9673 THINKPAD ACPI EXTRAS DRIVER
9674 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9675 L: ibm-acpi-devel@lists.sourceforge.net
9676 L: platform-driver-x86@vger.kernel.org
9677 W: http://ibm-acpi.sourceforge.net
9678 W: http://thinkwiki.org/wiki/Ibm-acpi
9679 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9680 S: Maintained
9681 F: drivers/platform/x86/thinkpad_acpi.c
9682
9683 TI BANDGAP AND THERMAL DRIVER
9684 M: Eduardo Valentin <edubezval@gmail.com>
9685 L: linux-pm@vger.kernel.org
9686 L: linux-omap@vger.kernel.org
9687 S: Maintained
9688 F: drivers/thermal/ti-soc-thermal/
9689
9690 TI CLOCK DRIVER
9691 M: Tero Kristo <t-kristo@ti.com>
9692 L: linux-omap@vger.kernel.org
9693 S: Maintained
9694 F: drivers/clk/ti/
9695 F: include/linux/clk/ti.h
9696
9697 TI FLASH MEDIA INTERFACE DRIVER
9698 M: Alex Dubov <oakad@yahoo.com>
9699 S: Maintained
9700 F: drivers/misc/tifm*
9701 F: drivers/mmc/host/tifm_sd.c
9702 F: include/linux/tifm.h
9703
9704 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9705 M: Santosh Shilimkar <ssantosh@kernel.org>
9706 L: linux-kernel@vger.kernel.org
9707 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9708 S: Maintained
9709 F: drivers/soc/ti/*
9710 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9711
9712
9713 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9714 M: M R Swami Reddy <mr.swami.reddy@ti.com>
9715 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9716 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9717 S: Maintained
9718 F: sound/soc/codecs/lm49453*
9719 F: sound/soc/codecs/isabelle*
9720
9721 TI LP855x BACKLIGHT DRIVER
9722 M: Milo Kim <milo.kim@ti.com>
9723 S: Maintained
9724 F: Documentation/backlight/lp855x-driver.txt
9725 F: drivers/video/backlight/lp855x_bl.c
9726 F: include/linux/platform_data/lp855x.h
9727
9728 TI LP8727 CHARGER DRIVER
9729 M: Milo Kim <milo.kim@ti.com>
9730 S: Maintained
9731 F: drivers/power/lp8727_charger.c
9732 F: include/linux/platform_data/lp8727.h
9733
9734 TI LP8788 MFD DRIVER
9735 M: Milo Kim <milo.kim@ti.com>
9736 S: Maintained
9737 F: drivers/iio/adc/lp8788_adc.c
9738 F: drivers/leds/leds-lp8788.c
9739 F: drivers/mfd/lp8788*.c
9740 F: drivers/power/lp8788-charger.c
9741 F: drivers/regulator/lp8788-*.c
9742 F: include/linux/mfd/lp8788*.h
9743
9744 TI NETCP ETHERNET DRIVER
9745 M: Wingman Kwok <w-kwok2@ti.com>
9746 M: Murali Karicheri <m-karicheri2@ti.com>
9747 L: netdev@vger.kernel.org
9748 S: Maintained
9749 F: drivers/net/ethernet/ti/netcp*
9750
9751 TI TWL4030 SERIES SOC CODEC DRIVER
9752 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
9753 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9754 S: Maintained
9755 F: sound/soc/codecs/twl4030*
9756
9757 TI WILINK WIRELESS DRIVERS
9758 L: linux-wireless@vger.kernel.org
9759 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
9760 W: http://wireless.kernel.org/en/users/Drivers/wl1251
9761 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9762 S: Orphan
9763 F: drivers/net/wireless/ti/
9764 F: include/linux/wl12xx.h
9765
9766 TIPC NETWORK LAYER
9767 M: Jon Maloy <jon.maloy@ericsson.com>
9768 M: Allan Stephens <allan.stephens@windriver.com>
9769 L: netdev@vger.kernel.org (core kernel code)
9770 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9771 W: http://tipc.sourceforge.net/
9772 S: Maintained
9773 F: include/uapi/linux/tipc*.h
9774 F: net/tipc/
9775
9776 TILE ARCHITECTURE
9777 M: Chris Metcalf <cmetcalf@ezchip.com>
9778 W: http://www.ezchip.com/scm/
9779 S: Supported
9780 F: arch/tile/
9781 F: drivers/char/tile-srom.c
9782 F: drivers/edac/tile_edac.c
9783 F: drivers/net/ethernet/tile/
9784 F: drivers/rtc/rtc-tile.c
9785 F: drivers/tty/hvc/hvc_tile.c
9786 F: drivers/tty/serial/tilegx.c
9787 F: drivers/usb/host/*-tilegx.c
9788 F: include/linux/usb/tilegx.h
9789
9790 TLAN NETWORK DRIVER
9791 M: Samuel Chessman <chessman@tux.org>
9792 L: tlan-devel@lists.sourceforge.net (subscribers-only)
9793 W: http://sourceforge.net/projects/tlan/
9794 S: Maintained
9795 F: Documentation/networking/tlan.txt
9796 F: drivers/net/ethernet/ti/tlan.*
9797
9798 TOMOYO SECURITY MODULE
9799 M: Kentaro Takeda <takedakn@nttdata.co.jp>
9800 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9801 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9802 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9803 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9804 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9805 W: http://tomoyo.sourceforge.jp/
9806 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9807 S: Maintained
9808 F: security/tomoyo/
9809
9810 TOPSTAR LAPTOP EXTRAS DRIVER
9811 M: Herton Ronaldo Krzesinski <herton@canonical.com>
9812 L: platform-driver-x86@vger.kernel.org
9813 S: Maintained
9814 F: drivers/platform/x86/topstar-laptop.c
9815
9816 TOSHIBA ACPI EXTRAS DRIVER
9817 L: platform-driver-x86@vger.kernel.org
9818 S: Orphan
9819 F: drivers/platform/x86/toshiba_acpi.c
9820
9821 TOSHIBA SMM DRIVER
9822 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
9823 L: tlinux-users@tce.toshiba-dme.co.jp
9824 W: http://www.buzzard.org.uk/toshiba/
9825 S: Maintained
9826 F: drivers/char/toshiba.c
9827 F: include/linux/toshiba.h
9828 F: include/uapi/linux/toshiba.h
9829
9830 TMIO MMC DRIVER
9831 M: Ian Molton <ian.molton@codethink.co.uk>
9832 L: linux-mmc@vger.kernel.org
9833 S: Maintained
9834 F: drivers/mmc/host/tmio_mmc*
9835 F: drivers/mmc/host/sh_mobile_sdhi.c
9836 F: include/linux/mmc/tmio.h
9837 F: include/linux/mmc/sh_mobile_sdhi.h
9838
9839 TMP401 HARDWARE MONITOR DRIVER
9840 M: Guenter Roeck <linux@roeck-us.net>
9841 L: lm-sensors@lm-sensors.org
9842 S: Maintained
9843 F: Documentation/hwmon/tmp401
9844 F: drivers/hwmon/tmp401.c
9845
9846 TMPFS (SHMEM FILESYSTEM)
9847 M: Hugh Dickins <hughd@google.com>
9848 L: linux-mm@kvack.org
9849 S: Maintained
9850 F: include/linux/shmem_fs.h
9851 F: mm/shmem.c
9852
9853 TM6000 VIDEO4LINUX DRIVER
9854 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9855 L: linux-media@vger.kernel.org
9856 W: http://linuxtv.org
9857 T: git git://linuxtv.org/media_tree.git
9858 S: Odd fixes
9859 F: drivers/media/usb/tm6000/
9860
9861 TW68 VIDEO4LINUX DRIVER
9862 M: Hans Verkuil <hverkuil@xs4all.nl>
9863 L: linux-media@vger.kernel.org
9864 T: git git://linuxtv.org/media_tree.git
9865 W: http://linuxtv.org
9866 S: Odd Fixes
9867 F: drivers/media/pci/tw68/
9868
9869 TPM DEVICE DRIVER
9870 M: Peter Huewe <peterhuewe@gmx.de>
9871 M: Marcel Selhorst <tpmdd@selhorst.net>
9872 W: http://tpmdd.sourceforge.net
9873 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9874 Q: git git://github.com/PeterHuewe/linux-tpmdd.git
9875 T: https://github.com/PeterHuewe/linux-tpmdd
9876 S: Maintained
9877 F: drivers/char/tpm/
9878
9879 TPM IBM_VTPM DEVICE DRIVER
9880 M: Ashley Lai <ashleydlai@gmail.com>
9881 W: http://tpmdd.sourceforge.net
9882 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9883 S: Maintained
9884 F: drivers/char/tpm/tpm_ibmvtpm*
9885
9886 TRACING
9887 M: Steven Rostedt <rostedt@goodmis.org>
9888 M: Ingo Molnar <mingo@redhat.com>
9889 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9890 S: Maintained
9891 F: Documentation/trace/ftrace.txt
9892 F: arch/*/*/*/ftrace.h
9893 F: arch/*/kernel/ftrace.c
9894 F: include/*/ftrace.h
9895 F: include/linux/trace*.h
9896 F: include/trace/
9897 F: kernel/trace/
9898 F: tools/testing/selftests/ftrace/
9899
9900 TRIVIAL PATCHES
9901 M: Jiri Kosina <trivial@kernel.org>
9902 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9903 S: Maintained
9904 K: ^Subject:.*(?i)trivial
9905
9906 TTY LAYER
9907 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9908 M: Jiri Slaby <jslaby@suse.cz>
9909 S: Supported
9910 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9911 F: drivers/tty/
9912 F: drivers/tty/serial/serial_core.c
9913 F: include/linux/serial_core.h
9914 F: include/linux/serial.h
9915 F: include/linux/tty.h
9916 F: include/uapi/linux/serial_core.h
9917 F: include/uapi/linux/serial.h
9918 F: include/uapi/linux/tty.h
9919
9920 TUA9001 MEDIA DRIVER
9921 M: Antti Palosaari <crope@iki.fi>
9922 L: linux-media@vger.kernel.org
9923 W: http://linuxtv.org/
9924 W: http://palosaari.fi/linux/
9925 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9926 T: git git://linuxtv.org/anttip/media_tree.git
9927 S: Maintained
9928 F: drivers/media/tuners/tua9001*
9929
9930 TULIP NETWORK DRIVERS
9931 M: Grant Grundler <grundler@parisc-linux.org>
9932 L: netdev@vger.kernel.org
9933 S: Maintained
9934 F: drivers/net/ethernet/dec/tulip/
9935
9936 TUN/TAP driver
9937 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
9938 W: http://vtun.sourceforge.net/tun
9939 S: Maintained
9940 F: Documentation/networking/tuntap.txt
9941 F: arch/um/os-Linux/drivers/
9942
9943 TURBOCHANNEL SUBSYSTEM
9944 M: "Maciej W. Rozycki" <macro@linux-mips.org>
9945 M: Ralf Baechle <ralf@linux-mips.org>
9946 L: linux-mips@linux-mips.org
9947 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
9948 S: Maintained
9949 F: drivers/tc/
9950 F: include/linux/tc.h
9951
9952 U14-34F SCSI DRIVER
9953 M: Dario Ballabio <ballabio_dario@emc.com>
9954 L: linux-scsi@vger.kernel.org
9955 S: Maintained
9956 F: drivers/scsi/u14-34f.c
9957
9958 UBI FILE SYSTEM (UBIFS)
9959 M: Artem Bityutskiy <dedekind1@gmail.com>
9960 M: Adrian Hunter <adrian.hunter@intel.com>
9961 L: linux-mtd@lists.infradead.org
9962 T: git git://git.infradead.org/ubifs-2.6.git
9963 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
9964 S: Maintained
9965 F: Documentation/filesystems/ubifs.txt
9966 F: fs/ubifs/
9967
9968 UCLINUX (AND M68KNOMMU)
9969 M: Greg Ungerer <gerg@uclinux.org>
9970 W: http://www.uclinux.org/
9971 L: uclinux-dev@uclinux.org (subscribers-only)
9972 S: Maintained
9973 F: arch/m68k/*/*_no.*
9974 F: arch/m68k/include/asm/*_no.*
9975
9976 UDF FILESYSTEM
9977 M: Jan Kara <jack@suse.cz>
9978 S: Maintained
9979 F: Documentation/filesystems/udf.txt
9980 F: fs/udf/
9981
9982 UFS FILESYSTEM
9983 M: Evgeniy Dushistov <dushistov@mail.ru>
9984 S: Maintained
9985 F: Documentation/filesystems/ufs.txt
9986 F: fs/ufs/
9987
9988 UHID USERSPACE HID IO DRIVER:
9989 M: David Herrmann <dh.herrmann@googlemail.com>
9990 L: linux-input@vger.kernel.org
9991 S: Maintained
9992 F: drivers/hid/uhid.c
9993 F: include/uapi/linux/uhid.h
9994
9995 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9996 L: linux-usb@vger.kernel.org
9997 S: Orphan
9998 F: drivers/uwb/
9999 F: include/linux/uwb.h
10000 F: include/linux/uwb/
10001
10002 UNICORE32 ARCHITECTURE:
10003 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
10004 W: http://mprc.pku.edu.cn/~guanxuetao/linux
10005 S: Maintained
10006 T: git git://github.com/gxt/linux.git
10007 F: arch/unicore32/
10008
10009 UNIFDEF
10010 M: Tony Finch <dot@dotat.at>
10011 W: http://dotat.at/prog/unifdef
10012 S: Maintained
10013 F: scripts/unifdef.c
10014
10015 UNIFORM CDROM DRIVER
10016 M: Jens Axboe <axboe@kernel.dk>
10017 W: http://www.kernel.dk
10018 S: Maintained
10019 F: Documentation/cdrom/
10020 F: drivers/cdrom/cdrom.c
10021 F: include/linux/cdrom.h
10022 F: include/uapi/linux/cdrom.h
10023
10024 UNISYS S-PAR DRIVERS
10025 M: Benjamin Romer <benjamin.romer@unisys.com>
10026 M: David Kershner <david.kershner@unisys.com>
10027 L: sparmaintainer@unisys.com (Unisys internal)
10028 S: Supported
10029 F: drivers/staging/unisys/
10030
10031 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10032 M: Vinayak Holikatti <vinholikatti@gmail.com>
10033 L: linux-scsi@vger.kernel.org
10034 S: Supported
10035 F: Documentation/scsi/ufs.txt
10036 F: drivers/scsi/ufs/
10037
10038 UNSORTED BLOCK IMAGES (UBI)
10039 M: Artem Bityutskiy <dedekind1@gmail.com>
10040 M: Richard Weinberger <richard@nod.at>
10041 W: http://www.linux-mtd.infradead.org/
10042 L: linux-mtd@lists.infradead.org
10043 T: git git://git.infradead.org/ubifs-2.6.git
10044 S: Supported
10045 F: drivers/mtd/ubi/
10046 F: include/linux/mtd/ubi.h
10047 F: include/uapi/mtd/ubi-user.h
10048
10049 USB ACM DRIVER
10050 M: Oliver Neukum <oliver@neukum.org>
10051 L: linux-usb@vger.kernel.org
10052 S: Maintained
10053 F: Documentation/usb/acm.txt
10054 F: drivers/usb/class/cdc-acm.*
10055
10056 USB AR5523 WIRELESS DRIVER
10057 M: Pontus Fuchs <pontus.fuchs@gmail.com>
10058 L: linux-wireless@vger.kernel.org
10059 S: Maintained
10060 F: drivers/net/wireless/ath/ar5523/
10061
10062 USB ATTACHED SCSI
10063 M: Hans de Goede <hdegoede@redhat.com>
10064 M: Gerd Hoffmann <kraxel@redhat.com>
10065 L: linux-usb@vger.kernel.org
10066 L: linux-scsi@vger.kernel.org
10067 S: Maintained
10068 F: drivers/usb/storage/uas.c
10069
10070 USB CDC ETHERNET DRIVER
10071 M: Oliver Neukum <oliver@neukum.org>
10072 L: linux-usb@vger.kernel.org
10073 S: Maintained
10074 F: drivers/net/usb/cdc_*.c
10075 F: include/uapi/linux/usb/cdc.h
10076
10077 USB CYPRESS C67X00 DRIVER
10078 M: Peter Korsgaard <jacmet@sunsite.dk>
10079 L: linux-usb@vger.kernel.org
10080 S: Maintained
10081 F: drivers/usb/c67x00/
10082
10083 USB DAVICOM DM9601 DRIVER
10084 M: Peter Korsgaard <jacmet@sunsite.dk>
10085 L: netdev@vger.kernel.org
10086 W: http://www.linux-usb.org/usbnet
10087 S: Maintained
10088 F: drivers/net/usb/dm9601.c
10089
10090 USB DIAMOND RIO500 DRIVER
10091 M: Cesar Miquel <miquel@df.uba.ar>
10092 L: rio500-users@lists.sourceforge.net
10093 W: http://rio500.sourceforge.net
10094 S: Maintained
10095 F: drivers/usb/misc/rio500*
10096
10097 USB EHCI DRIVER
10098 M: Alan Stern <stern@rowland.harvard.edu>
10099 L: linux-usb@vger.kernel.org
10100 S: Maintained
10101 F: Documentation/usb/ehci.txt
10102 F: drivers/usb/host/ehci*
10103
10104 USB GADGET/PERIPHERAL SUBSYSTEM
10105 M: Felipe Balbi <balbi@ti.com>
10106 L: linux-usb@vger.kernel.org
10107 W: http://www.linux-usb.org/gadget
10108 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10109 S: Maintained
10110 F: drivers/usb/gadget/
10111 F: include/linux/usb/gadget*
10112
10113 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10114 M: Jiri Kosina <jkosina@suse.cz>
10115 L: linux-usb@vger.kernel.org
10116 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10117 S: Maintained
10118 F: Documentation/hid/hiddev.txt
10119 F: drivers/hid/usbhid/
10120
10121 USB ISP116X DRIVER
10122 M: Olav Kongas <ok@artecdesign.ee>
10123 L: linux-usb@vger.kernel.org
10124 S: Maintained
10125 F: drivers/usb/host/isp116x*
10126 F: include/linux/usb/isp116x.h
10127
10128 USB MASS STORAGE DRIVER
10129 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10130 L: linux-usb@vger.kernel.org
10131 L: usb-storage@lists.one-eyed-alien.net
10132 S: Maintained
10133 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
10134 F: drivers/usb/storage/
10135
10136 USB MIDI DRIVER
10137 M: Clemens Ladisch <clemens@ladisch.de>
10138 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10139 T: git git://git.alsa-project.org/alsa-kernel.git
10140 S: Maintained
10141 F: sound/usb/midi.*
10142
10143 USB NETWORKING DRIVERS
10144 L: linux-usb@vger.kernel.org
10145 S: Odd Fixes
10146 F: drivers/net/usb/
10147
10148 USB OHCI DRIVER
10149 M: Alan Stern <stern@rowland.harvard.edu>
10150 L: linux-usb@vger.kernel.org
10151 S: Maintained
10152 F: Documentation/usb/ohci.txt
10153 F: drivers/usb/host/ohci*
10154
10155 USB OVER IP DRIVER
10156 M: Valentina Manea <valentina.manea.m@gmail.com>
10157 M: Shuah Khan <shuah.kh@samsung.com>
10158 L: linux-usb@vger.kernel.org
10159 S: Maintained
10160 F: drivers/usb/usbip/
10161 F: tools/usb/usbip/
10162
10163 USB PEGASUS DRIVER
10164 M: Petko Manolov <petkan@nucleusys.com>
10165 L: linux-usb@vger.kernel.org
10166 L: netdev@vger.kernel.org
10167 T: git git://github.com/petkan/pegasus.git
10168 W: https://github.com/petkan/pegasus
10169 S: Maintained
10170 F: drivers/net/usb/pegasus.*
10171
10172 USB PHY LAYER
10173 M: Felipe Balbi <balbi@ti.com>
10174 L: linux-usb@vger.kernel.org
10175 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10176 S: Maintained
10177 F: drivers/usb/phy/
10178
10179 USB PRINTER DRIVER (usblp)
10180 M: Pete Zaitcev <zaitcev@redhat.com>
10181 L: linux-usb@vger.kernel.org
10182 S: Supported
10183 F: drivers/usb/class/usblp.c
10184
10185 USB RTL8150 DRIVER
10186 M: Petko Manolov <petkan@nucleusys.com>
10187 L: linux-usb@vger.kernel.org
10188 L: netdev@vger.kernel.org
10189 T: git git://github.com/petkan/rtl8150.git
10190 W: https://github.com/petkan/rtl8150
10191 S: Maintained
10192 F: drivers/net/usb/rtl8150.c
10193
10194 USB SERIAL SUBSYSTEM
10195 M: Johan Hovold <johan@kernel.org>
10196 L: linux-usb@vger.kernel.org
10197 S: Maintained
10198 F: Documentation/usb/usb-serial.txt
10199 F: drivers/usb/serial/
10200 F: include/linux/usb/serial.h
10201
10202 USB SMSC75XX ETHERNET DRIVER
10203 M: Steve Glendinning <steve.glendinning@shawell.net>
10204 L: netdev@vger.kernel.org
10205 S: Maintained
10206 F: drivers/net/usb/smsc75xx.*
10207
10208 USB SMSC95XX ETHERNET DRIVER
10209 M: Steve Glendinning <steve.glendinning@shawell.net>
10210 L: netdev@vger.kernel.org
10211 S: Maintained
10212 F: drivers/net/usb/smsc95xx.*
10213
10214 USB SUBSYSTEM
10215 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10216 L: linux-usb@vger.kernel.org
10217 W: http://www.linux-usb.org
10218 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10219 S: Supported
10220 F: Documentation/usb/
10221 F: drivers/usb/
10222 F: include/linux/usb.h
10223 F: include/linux/usb/
10224
10225 USB UHCI DRIVER
10226 M: Alan Stern <stern@rowland.harvard.edu>
10227 L: linux-usb@vger.kernel.org
10228 S: Maintained
10229 F: drivers/usb/host/uhci*
10230
10231 USB "USBNET" DRIVER FRAMEWORK
10232 M: Oliver Neukum <oneukum@suse.de>
10233 L: netdev@vger.kernel.org
10234 W: http://www.linux-usb.org/usbnet
10235 S: Maintained
10236 F: drivers/net/usb/usbnet.c
10237 F: include/linux/usb/usbnet.h
10238
10239 USB VIDEO CLASS
10240 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10241 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10242 L: linux-media@vger.kernel.org
10243 T: git git://linuxtv.org/media_tree.git
10244 W: http://www.ideasonboard.org/uvc/
10245 S: Maintained
10246 F: drivers/media/usb/uvc/
10247 F: include/uapi/linux/uvcvideo.h
10248
10249 USB VISION DRIVER
10250 M: Hans Verkuil <hverkuil@xs4all.nl>
10251 L: linux-media@vger.kernel.org
10252 T: git git://linuxtv.org/media_tree.git
10253 W: http://linuxtv.org
10254 S: Odd Fixes
10255 F: drivers/media/usb/usbvision/
10256
10257 USB WEBCAM GADGET
10258 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10259 L: linux-usb@vger.kernel.org
10260 S: Maintained
10261 F: drivers/usb/gadget/function/*uvc*
10262 F: drivers/usb/gadget/legacy/webcam.c
10263
10264 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10265 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
10266 L: linux-wireless@vger.kernel.org
10267 S: Maintained
10268 F: drivers/net/wireless/rndis_wlan.c
10269
10270 USB XHCI DRIVER
10271 M: Mathias Nyman <mathias.nyman@intel.com>
10272 L: linux-usb@vger.kernel.org
10273 S: Supported
10274 F: drivers/usb/host/xhci*
10275 F: drivers/usb/host/pci-quirks*
10276
10277 USB ZD1201 DRIVER
10278 L: linux-wireless@vger.kernel.org
10279 W: http://linux-lc100020.sourceforge.net
10280 S: Orphan
10281 F: drivers/net/wireless/zd1201.*
10282
10283 USB ZR364XX DRIVER
10284 M: Antoine Jacquet <royale@zerezo.com>
10285 L: linux-usb@vger.kernel.org
10286 L: linux-media@vger.kernel.org
10287 T: git git://linuxtv.org/media_tree.git
10288 W: http://royale.zerezo.com/zr364xx/
10289 S: Maintained
10290 F: Documentation/video4linux/zr364xx.txt
10291 F: drivers/media/usb/zr364xx/
10292
10293 USER-MODE LINUX (UML)
10294 M: Jeff Dike <jdike@addtoit.com>
10295 M: Richard Weinberger <richard@nod.at>
10296 L: user-mode-linux-devel@lists.sourceforge.net
10297 L: user-mode-linux-user@lists.sourceforge.net
10298 W: http://user-mode-linux.sourceforge.net
10299 S: Maintained
10300 F: Documentation/virtual/uml/
10301 F: arch/um/
10302 F: arch/x86/um/
10303 F: fs/hostfs/
10304 F: fs/hppfs/
10305
10306 USERSPACE I/O (UIO)
10307 M: "Hans J. Koch" <hjk@hansjkoch.de>
10308 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10309 S: Maintained
10310 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10311 F: Documentation/DocBook/uio-howto.tmpl
10312 F: drivers/uio/
10313 F: include/linux/uio*.h
10314
10315 UTIL-LINUX PACKAGE
10316 M: Karel Zak <kzak@redhat.com>
10317 L: util-linux@vger.kernel.org
10318 W: http://en.wikipedia.org/wiki/Util-linux
10319 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10320 S: Maintained
10321
10322 UVESAFB DRIVER
10323 M: Michal Januszewski <spock@gentoo.org>
10324 L: linux-fbdev@vger.kernel.org
10325 W: http://dev.gentoo.org/~spock/projects/uvesafb/
10326 S: Maintained
10327 F: Documentation/fb/uvesafb.txt
10328 F: drivers/video/fbdev/uvesafb.*
10329
10330 VFAT/FAT/MSDOS FILESYSTEM
10331 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10332 S: Maintained
10333 F: Documentation/filesystems/vfat.txt
10334 F: fs/fat/
10335
10336 VFIO DRIVER
10337 M: Alex Williamson <alex.williamson@redhat.com>
10338 L: kvm@vger.kernel.org
10339 S: Maintained
10340 F: Documentation/vfio.txt
10341 F: drivers/vfio/
10342 F: include/linux/vfio.h
10343 F: include/uapi/linux/vfio.h
10344
10345 VIDEOBUF2 FRAMEWORK
10346 M: Pawel Osciak <pawel@osciak.com>
10347 M: Marek Szyprowski <m.szyprowski@samsung.com>
10348 M: Kyungmin Park <kyungmin.park@samsung.com>
10349 L: linux-media@vger.kernel.org
10350 S: Maintained
10351 F: drivers/media/v4l2-core/videobuf2-*
10352 F: include/media/videobuf2-*
10353
10354 VIRTIO CONSOLE DRIVER
10355 M: Amit Shah <amit.shah@redhat.com>
10356 L: virtualization@lists.linux-foundation.org
10357 S: Maintained
10358 F: drivers/char/virtio_console.c
10359 F: include/linux/virtio_console.h
10360 F: include/uapi/linux/virtio_console.h
10361
10362 VIRTIO CORE, NET AND BLOCK DRIVERS
10363 M: Rusty Russell <rusty@rustcorp.com.au>
10364 M: "Michael S. Tsirkin" <mst@redhat.com>
10365 L: virtualization@lists.linux-foundation.org
10366 S: Maintained
10367 F: drivers/virtio/
10368 F: tools/virtio/
10369 F: drivers/net/virtio_net.c
10370 F: drivers/block/virtio_blk.c
10371 F: include/linux/virtio_*.h
10372 F: include/uapi/linux/virtio_*.h
10373
10374 VIRTIO HOST (VHOST)
10375 M: "Michael S. Tsirkin" <mst@redhat.com>
10376 L: kvm@vger.kernel.org
10377 L: virtualization@lists.linux-foundation.org
10378 L: netdev@vger.kernel.org
10379 S: Maintained
10380 F: drivers/vhost/
10381 F: include/uapi/linux/vhost.h
10382
10383 VIA RHINE NETWORK DRIVER
10384 M: Roger Luethi <rl@hellgate.ch>
10385 S: Maintained
10386 F: drivers/net/ethernet/via/via-rhine.c
10387
10388 VIA SD/MMC CARD CONTROLLER DRIVER
10389 M: Bruce Chang <brucechang@via.com.tw>
10390 M: Harald Welte <HaraldWelte@viatech.com>
10391 S: Maintained
10392 F: drivers/mmc/host/via-sdmmc.c
10393
10394 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10395 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10396 L: linux-fbdev@vger.kernel.org
10397 S: Maintained
10398 F: include/linux/via-core.h
10399 F: include/linux/via-gpio.h
10400 F: include/linux/via_i2c.h
10401 F: drivers/video/fbdev/via/
10402
10403 VIA VELOCITY NETWORK DRIVER
10404 M: Francois Romieu <romieu@fr.zoreil.com>
10405 L: netdev@vger.kernel.org
10406 S: Maintained
10407 F: drivers/net/ethernet/via/via-velocity.*
10408
10409 VIVID VIRTUAL VIDEO DRIVER
10410 M: Hans Verkuil <hverkuil@xs4all.nl>
10411 L: linux-media@vger.kernel.org
10412 T: git git://linuxtv.org/media_tree.git
10413 W: http://linuxtv.org
10414 S: Maintained
10415 F: drivers/media/platform/vivid/*
10416
10417 VLAN (802.1Q)
10418 M: Patrick McHardy <kaber@trash.net>
10419 L: netdev@vger.kernel.org
10420 S: Maintained
10421 F: drivers/net/macvlan.c
10422 F: include/linux/if_*vlan.h
10423 F: net/8021q/
10424
10425 VLYNQ BUS
10426 M: Florian Fainelli <florian@openwrt.org>
10427 L: openwrt-devel@lists.openwrt.org (subscribers-only)
10428 S: Maintained
10429 F: drivers/vlynq/vlynq.c
10430 F: include/linux/vlynq.h
10431
10432 VME SUBSYSTEM
10433 M: Martyn Welch <martyn.welch@ge.com>
10434 M: Manohar Vanga <manohar.vanga@gmail.com>
10435 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10436 L: devel@driverdev.osuosl.org
10437 S: Maintained
10438 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10439 F: Documentation/vme_api.txt
10440 F: drivers/staging/vme/
10441 F: drivers/vme/
10442 F: include/linux/vme*
10443
10444 VMWARE HYPERVISOR INTERFACE
10445 M: Alok Kataria <akataria@vmware.com>
10446 L: virtualization@lists.linux-foundation.org
10447 S: Supported
10448 F: arch/x86/kernel/cpu/vmware.c
10449
10450 VMWARE BALLOON DRIVER
10451 M: Xavier Deguillard <xdeguillard@vmware.com>
10452 M: Philip Moltmann <moltmann@vmware.com>
10453 M: "VMware, Inc." <pv-drivers@vmware.com>
10454 L: linux-kernel@vger.kernel.org
10455 S: Maintained
10456 F: drivers/misc/vmw_balloon.c
10457
10458 VMWARE VMXNET3 ETHERNET DRIVER
10459 M: Shreyas Bhatewara <sbhatewara@vmware.com>
10460 M: "VMware, Inc." <pv-drivers@vmware.com>
10461 L: netdev@vger.kernel.org
10462 S: Maintained
10463 F: drivers/net/vmxnet3/
10464
10465 VMware PVSCSI driver
10466 M: Arvind Kumar <arvindkumar@vmware.com>
10467 M: VMware PV-Drivers <pv-drivers@vmware.com>
10468 L: linux-scsi@vger.kernel.org
10469 S: Maintained
10470 F: drivers/scsi/vmw_pvscsi.c
10471 F: drivers/scsi/vmw_pvscsi.h
10472
10473 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10474 M: Liam Girdwood <lgirdwood@gmail.com>
10475 M: Mark Brown <broonie@kernel.org>
10476 L: linux-kernel@vger.kernel.org
10477 W: http://opensource.wolfsonmicro.com/node/15
10478 W: http://www.slimlogic.co.uk/?p=48
10479 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10480 S: Supported
10481 F: drivers/regulator/
10482 F: include/linux/regulator/
10483
10484 VT1211 HARDWARE MONITOR DRIVER
10485 M: Juerg Haefliger <juergh@gmail.com>
10486 L: lm-sensors@lm-sensors.org
10487 S: Maintained
10488 F: Documentation/hwmon/vt1211
10489 F: drivers/hwmon/vt1211.c
10490
10491 VT8231 HARDWARE MONITOR DRIVER
10492 M: Roger Lucas <vt8231@hiddenengine.co.uk>
10493 L: lm-sensors@lm-sensors.org
10494 S: Maintained
10495 F: drivers/hwmon/vt8231.c
10496
10497 VUB300 USB to SDIO/SD/MMC bridge chip
10498 M: Tony Olech <tony.olech@elandigitalsystems.com>
10499 L: linux-mmc@vger.kernel.org
10500 L: linux-usb@vger.kernel.org
10501 S: Supported
10502 F: drivers/mmc/host/vub300.c
10503
10504 W1 DALLAS'S 1-WIRE BUS
10505 M: Evgeniy Polyakov <zbr@ioremap.net>
10506 S: Maintained
10507 F: Documentation/w1/
10508 F: drivers/w1/
10509
10510 W83791D HARDWARE MONITORING DRIVER
10511 M: Marc Hulsman <m.hulsman@tudelft.nl>
10512 L: lm-sensors@lm-sensors.org
10513 S: Maintained
10514 F: Documentation/hwmon/w83791d
10515 F: drivers/hwmon/w83791d.c
10516
10517 W83793 HARDWARE MONITORING DRIVER
10518 M: Rudolf Marek <r.marek@assembler.cz>
10519 L: lm-sensors@lm-sensors.org
10520 S: Maintained
10521 F: Documentation/hwmon/w83793
10522 F: drivers/hwmon/w83793.c
10523
10524 W83795 HARDWARE MONITORING DRIVER
10525 M: Jean Delvare <jdelvare@suse.de>
10526 L: lm-sensors@lm-sensors.org
10527 S: Maintained
10528 F: drivers/hwmon/w83795.c
10529
10530 W83L51xD SD/MMC CARD INTERFACE DRIVER
10531 M: Pierre Ossman <pierre@ossman.eu>
10532 S: Maintained
10533 F: drivers/mmc/host/wbsd.*
10534
10535 WACOM PROTOCOL 4 SERIAL TABLETS
10536 M: Julian Squires <julian@cipht.net>
10537 M: Hans de Goede <hdegoede@redhat.com>
10538 L: linux-input@vger.kernel.org
10539 S: Maintained
10540 F: drivers/input/tablet/wacom_serial4.c
10541
10542 WATCHDOG DEVICE DRIVERS
10543 M: Wim Van Sebroeck <wim@iguana.be>
10544 L: linux-watchdog@vger.kernel.org
10545 W: http://www.linux-watchdog.org/
10546 T: git git://www.linux-watchdog.org/linux-watchdog.git
10547 S: Maintained
10548 F: Documentation/watchdog/
10549 F: drivers/watchdog/
10550 F: include/linux/watchdog.h
10551 F: include/uapi/linux/watchdog.h
10552
10553 WD7000 SCSI DRIVER
10554 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
10555 L: linux-scsi@vger.kernel.org
10556 S: Maintained
10557 F: drivers/scsi/wd7000.c
10558
10559 WIIMOTE HID DRIVER
10560 M: David Herrmann <dh.herrmann@googlemail.com>
10561 L: linux-input@vger.kernel.org
10562 S: Maintained
10563 F: drivers/hid/hid-wiimote*
10564
10565 WINBOND CIR DRIVER
10566 M: David Härdeman <david@hardeman.nu>
10567 S: Maintained
10568 F: drivers/media/rc/winbond-cir.c
10569
10570 WIMAX STACK
10571 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10572 M: linux-wimax@intel.com
10573 L: wimax@linuxwimax.org (subscribers-only)
10574 S: Supported
10575 W: http://linuxwimax.org
10576 F: Documentation/wimax/README.wimax
10577 F: include/linux/wimax/debug.h
10578 F: include/net/wimax.h
10579 F: include/uapi/linux/wimax.h
10580 F: net/wimax/
10581
10582 WISTRON LAPTOP BUTTON DRIVER
10583 M: Miloslav Trmac <mitr@volny.cz>
10584 S: Maintained
10585 F: drivers/input/misc/wistron_btns.c
10586
10587 WL3501 WIRELESS PCMCIA CARD DRIVER
10588 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10589 L: linux-wireless@vger.kernel.org
10590 W: http://oops.ghostprotocols.net:81/blog
10591 S: Maintained
10592 F: drivers/net/wireless/wl3501*
10593
10594 WM97XX TOUCHSCREEN DRIVERS
10595 M: Mark Brown <broonie@kernel.org>
10596 M: Liam Girdwood <lrg@slimlogic.co.uk>
10597 L: linux-input@vger.kernel.org
10598 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
10599 W: http://opensource.wolfsonmicro.com/node/7
10600 S: Supported
10601 F: drivers/input/touchscreen/*wm97*
10602 F: include/linux/wm97xx.h
10603
10604 WOLFSON MICROELECTRONICS DRIVERS
10605 L: patches@opensource.wolfsonmicro.com
10606 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10607 T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10608 W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10609 S: Supported
10610 F: Documentation/hwmon/wm83??
10611 F: arch/arm/mach-s3c64xx/mach-crag6410*
10612 F: drivers/clk/clk-wm83*.c
10613 F: drivers/extcon/extcon-arizona.c
10614 F: drivers/leds/leds-wm83*.c
10615 F: drivers/gpio/gpio-*wm*.c
10616 F: drivers/gpio/gpio-arizona.c
10617 F: drivers/hwmon/wm83??-hwmon.c
10618 F: drivers/input/misc/wm831x-on.c
10619 F: drivers/input/touchscreen/wm831x-ts.c
10620 F: drivers/input/touchscreen/wm97*.c
10621 F: drivers/mfd/arizona*
10622 F: drivers/mfd/wm*.c
10623 F: drivers/power/wm83*.c
10624 F: drivers/rtc/rtc-wm83*.c
10625 F: drivers/regulator/wm8*.c
10626 F: drivers/video/backlight/wm83*_bl.c
10627 F: drivers/watchdog/wm83*_wdt.c
10628 F: include/linux/mfd/arizona/
10629 F: include/linux/mfd/wm831x/
10630 F: include/linux/mfd/wm8350/
10631 F: include/linux/mfd/wm8400*
10632 F: include/linux/wm97xx.h
10633 F: include/sound/wm????.h
10634 F: sound/soc/codecs/arizona.?
10635 F: sound/soc/codecs/wm*
10636
10637 WORKQUEUE
10638 M: Tejun Heo <tj@kernel.org>
10639 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10640 S: Maintained
10641 F: include/linux/workqueue.h
10642 F: kernel/workqueue.c
10643 F: Documentation/workqueue.txt
10644
10645 X.25 NETWORK LAYER
10646 M: Andrew Hendry <andrew.hendry@gmail.com>
10647 L: linux-x25@vger.kernel.org
10648 S: Odd Fixes
10649 F: Documentation/networking/x25*
10650 F: include/net/x25*
10651 F: net/x25/
10652
10653 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10654 M: Thomas Gleixner <tglx@linutronix.de>
10655 M: Ingo Molnar <mingo@redhat.com>
10656 M: "H. Peter Anvin" <hpa@zytor.com>
10657 M: x86@kernel.org
10658 L: linux-kernel@vger.kernel.org
10659 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10660 S: Maintained
10661 F: Documentation/x86/
10662 F: arch/x86/
10663
10664 X86 PLATFORM DRIVERS
10665 M: Darren Hart <dvhart@infradead.org>
10666 L: platform-driver-x86@vger.kernel.org
10667 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10668 S: Maintained
10669 F: drivers/platform/x86/
10670
10671 X86 MCE INFRASTRUCTURE
10672 M: Tony Luck <tony.luck@intel.com>
10673 M: Borislav Petkov <bp@alien8.de>
10674 L: linux-edac@vger.kernel.org
10675 S: Maintained
10676 F: arch/x86/kernel/cpu/mcheck/*
10677
10678 X86 VDSO
10679 M: Andy Lutomirski <luto@amacapital.net>
10680 L: linux-kernel@vger.kernel.org
10681 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10682 S: Maintained
10683 F: arch/x86/vdso/
10684
10685 XC2028/3028 TUNER DRIVER
10686 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10687 L: linux-media@vger.kernel.org
10688 W: http://linuxtv.org
10689 T: git git://linuxtv.org/media_tree.git
10690 S: Maintained
10691 F: drivers/media/tuners/tuner-xc2028.*
10692
10693 XEN HYPERVISOR INTERFACE
10694 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10695 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
10696 M: David Vrabel <david.vrabel@citrix.com>
10697 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10698 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10699 S: Supported
10700 F: arch/x86/xen/
10701 F: drivers/*/xen-*front.c
10702 F: drivers/xen/
10703 F: arch/x86/include/asm/xen/
10704 F: include/xen/
10705 F: include/uapi/xen/
10706
10707 XEN HYPERVISOR ARM
10708 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10709 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10710 S: Supported
10711 F: arch/arm/xen/
10712 F: arch/arm/include/asm/xen/
10713
10714 XEN HYPERVISOR ARM64
10715 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10716 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10717 S: Supported
10718 F: arch/arm64/xen/
10719 F: arch/arm64/include/asm/xen/
10720
10721 XEN NETWORK BACKEND DRIVER
10722 M: Ian Campbell <ian.campbell@citrix.com>
10723 M: Wei Liu <wei.liu2@citrix.com>
10724 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10725 L: netdev@vger.kernel.org
10726 S: Supported
10727 F: drivers/net/xen-netback/*
10728
10729 XEN PCI SUBSYSTEM
10730 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10731 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10732 S: Supported
10733 F: arch/x86/pci/*xen*
10734 F: drivers/pci/*xen*
10735
10736 XEN BLOCK SUBSYSTEM
10737 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10738 M: Roger Pau Monné <roger.pau@citrix.com>
10739 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10740 S: Supported
10741 F: drivers/block/xen-blkback/*
10742 F: drivers/block/xen*
10743
10744 XEN PVSCSI DRIVERS
10745 M: Juergen Gross <jgross@suse.com>
10746 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10747 L: linux-scsi@vger.kernel.org
10748 S: Supported
10749 F: drivers/scsi/xen-scsifront.c
10750 F: drivers/xen/xen-scsiback.c
10751 F: include/xen/interface/io/vscsiif.h
10752
10753 XEN SWIOTLB SUBSYSTEM
10754 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10755 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10756 S: Supported
10757 F: arch/x86/xen/*swiotlb*
10758 F: drivers/xen/*swiotlb*
10759
10760 XFS FILESYSTEM
10761 P: Silicon Graphics Inc
10762 M: Dave Chinner <david@fromorbit.com>
10763 M: xfs@oss.sgi.com
10764 L: xfs@oss.sgi.com
10765 W: http://oss.sgi.com/projects/xfs
10766 T: git git://oss.sgi.com/xfs/xfs.git
10767 S: Supported
10768 F: Documentation/filesystems/xfs.txt
10769 F: fs/xfs/
10770
10771 XILINX AXI ETHERNET DRIVER
10772 M: Anirudha Sarangi <anirudh@xilinx.com>
10773 M: John Linn <John.Linn@xilinx.com>
10774 S: Maintained
10775 F: drivers/net/ethernet/xilinx/xilinx_axienet*
10776
10777 XILINX UARTLITE SERIAL DRIVER
10778 M: Peter Korsgaard <jacmet@sunsite.dk>
10779 L: linux-serial@vger.kernel.org
10780 S: Maintained
10781 F: drivers/tty/serial/uartlite.c
10782
10783 XILLYBUS DRIVER
10784 M: Eli Billauer <eli.billauer@gmail.com>
10785 L: linux-kernel@vger.kernel.org
10786 S: Supported
10787 F: drivers/char/xillybus/
10788
10789 XTENSA XTFPGA PLATFORM SUPPORT
10790 M: Max Filippov <jcmvbkbc@gmail.com>
10791 L: linux-xtensa@linux-xtensa.org
10792 S: Maintained
10793 F: drivers/spi/spi-xtensa-xtfpga.c
10794 F: sound/soc/xtensa/xtfpga-i2s.c
10795
10796 YAM DRIVER FOR AX.25
10797 M: Jean-Paul Roubelat <jpr@f6fbb.org>
10798 L: linux-hams@vger.kernel.org
10799 S: Maintained
10800 F: drivers/net/hamradio/yam*
10801 F: include/linux/yam.h
10802
10803 YEALINK PHONE DRIVER
10804 M: Henk Vergonet <Henk.Vergonet@gmail.com>
10805 L: usbb2k-api-dev@nongnu.org
10806 S: Maintained
10807 F: Documentation/input/yealink.txt
10808 F: drivers/input/misc/yealink.*
10809
10810 Z8530 DRIVER FOR AX.25
10811 M: Joerg Reuter <jreuter@yaina.de>
10812 W: http://yaina.de/jreuter/
10813 W: http://www.qsl.net/dl1bke/
10814 L: linux-hams@vger.kernel.org
10815 S: Maintained
10816 F: Documentation/networking/z8530drv.txt
10817 F: drivers/net/hamradio/*scc.c
10818 F: drivers/net/hamradio/z8530.h
10819
10820 ZBUD COMPRESSED PAGE ALLOCATOR
10821 M: Seth Jennings <sjennings@variantweb.net>
10822 L: linux-mm@kvack.org
10823 S: Maintained
10824 F: mm/zbud.c
10825 F: include/linux/zbud.h
10826
10827 ZD1211RW WIRELESS DRIVER
10828 M: Daniel Drake <dsd@gentoo.org>
10829 M: Ulrich Kunitz <kune@deine-taler.de>
10830 W: http://zd1211.ath.cx/wiki/DriverRewrite
10831 L: linux-wireless@vger.kernel.org
10832 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
10833 S: Maintained
10834 F: drivers/net/wireless/zd1211rw/
10835
10836 ZR36067 VIDEO FOR LINUX DRIVER
10837 L: mjpeg-users@lists.sourceforge.net
10838 L: linux-media@vger.kernel.org
10839 W: http://mjpeg.sourceforge.net/driver-zoran/
10840 T: hg http://linuxtv.org/hg/v4l-dvb
10841 S: Odd Fixes
10842 F: drivers/media/pci/zoran/
10843
10844 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10845 M: Minchan Kim <minchan@kernel.org>
10846 M: Nitin Gupta <ngupta@vflare.org>
10847 L: linux-kernel@vger.kernel.org
10848 S: Maintained
10849 F: drivers/block/zram/
10850 F: Documentation/blockdev/zram.txt
10851
10852 ZS DECSTATION Z85C30 SERIAL DRIVER
10853 M: "Maciej W. Rozycki" <macro@linux-mips.org>
10854 S: Maintained
10855 F: drivers/tty/serial/zs.*
10856
10857 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10858 M: Minchan Kim <minchan@kernel.org>
10859 M: Nitin Gupta <ngupta@vflare.org>
10860 L: linux-mm@kvack.org
10861 S: Maintained
10862 F: mm/zsmalloc.c
10863 F: include/linux/zsmalloc.h
10864
10865 ZSWAP COMPRESSED SWAP CACHING
10866 M: Seth Jennings <sjennings@variantweb.net>
10867 L: linux-mm@kvack.org
10868 S: Maintained
10869 F: mm/zswap.c
10870
10871 THE REST
10872 M: Linus Torvalds <torvalds@linux-foundation.org>
10873 L: linux-kernel@vger.kernel.org
10874 Q: http://patchwork.kernel.org/project/LKML/list/
10875 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10876 S: Buried alive in reporters
10877 F: *
10878 F: */