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