]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame_incremental - MAINTAINERS
mm/kasan: print name of mem[set,cpy,move]() caller in report
[mirror_ubuntu-artful-kernel.git] / MAINTAINERS
... / ...
CommitLineData
1
2
3 List of maintainers and how to submit kernel changes
4
5Please try to follow the guidelines below. This will make things
6easier on the maintainers. Not all of these guidelines matter for every
7trivial patch so apply some common sense.
8
91. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
122. 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
203. 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
244. When you are happy with a change make it generally available for
25 testing and await feedback.
26
275. 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 Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
596. 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
637. 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
678. Happy hacking.
68
69Descriptions 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
119Note: For the hard of thinking, this list is meant to remain in alphabetical
120order. If you could add yourselves to it in alphabetical order that would be
121so much easier [Ed]
122
123Maintainers List (try to look for most precise areas first)
124
125 -----------------------------------
126
1273C59X NETWORK DRIVER
128M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129L: netdev@vger.kernel.org
130S: Maintained
131F: Documentation/networking/vortex.txt
132F: drivers/net/ethernet/3com/3c59x.c
133
1343CR990 NETWORK DRIVER
135M: David Dillow <dave@thedillows.org>
136L: netdev@vger.kernel.org
137S: Maintained
138F: drivers/net/ethernet/3com/typhoon*
139
1403WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141M: Adam Radford <linuxraid@lsi.com>
142L: linux-scsi@vger.kernel.org
143W: http://www.lsi.com
144S: Supported
145F: drivers/scsi/3w-*
146
14753C700 AND 53C700-66 SCSI DRIVER
148M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149L: linux-scsi@vger.kernel.org
150S: Maintained
151F: drivers/scsi/53c700*
152
1536LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154M: Alexander Aring <aar@pengutronix.de>
155M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156L: linux-bluetooth@vger.kernel.org
157L: linux-wpan@vger.kernel.org
158S: Maintained
159F: net/6lowpan/
160F: include/net/6lowpan.h
161F: Documentation/networking/6lowpan.txt
162
1636PACK NETWORK DRIVER FOR AX.25
164M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
165L: linux-hams@vger.kernel.org
166S: Maintained
167F: drivers/net/hamradio/6pack.c
168
1698169 10/100/1000 GIGABIT ETHERNET DRIVER
170M: Realtek linux nic maintainers <nic_swsd@realtek.com>
171L: netdev@vger.kernel.org
172S: Maintained
173F: drivers/net/ethernet/realtek/r8169.c
174
1758250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177L: linux-serial@vger.kernel.org
178W: http://serial.sourceforge.net
179S: Maintained
180T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181F: drivers/tty/serial/8250*
182F: include/linux/serial_8250.h
183
1848390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185L: netdev@vger.kernel.org
186S: Orphan / Obsolete
187F: drivers/net/ethernet/8390/
188
1899P FILE SYSTEM
190M: Eric Van Hensbergen <ericvh@gmail.com>
191M: Ron Minnich <rminnich@sandia.gov>
192M: Latchesar Ionkov <lucho@ionkov.net>
193L: v9fs-developer@lists.sourceforge.net
194W: http://swik.net/v9fs
195Q: http://patchwork.kernel.org/project/v9fs-devel/list/
196T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197S: Maintained
198F: Documentation/filesystems/9p.txt
199F: fs/9p/
200F: net/9p/
201F: include/net/9p/
202F: include/uapi/linux/virtio_9p.h
203F: include/trace/events/9p.h
204
205
206A8293 MEDIA DRIVER
207M: Antti Palosaari <crope@iki.fi>
208L: linux-media@vger.kernel.org
209W: https://linuxtv.org
210W: http://palosaari.fi/linux/
211Q: http://patchwork.linuxtv.org/project/linux-media/list/
212T: git git://linuxtv.org/anttip/media_tree.git
213S: Maintained
214F: drivers/media/dvb-frontends/a8293*
215
216AACRAID SCSI RAID DRIVER
217M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218L: linux-scsi@vger.kernel.org
219W: http://www.adaptec.com/
220S: Supported
221F: Documentation/scsi/aacraid.txt
222F: drivers/scsi/aacraid/
223
224ABI/API
225L: linux-api@vger.kernel.org
226F: include/linux/syscalls.h
227F: kernel/sys_ni.c
228
229ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
230M: Hans de Goede <hdegoede@redhat.com>
231L: linux-hwmon@vger.kernel.org
232S: Maintained
233F: drivers/hwmon/abituguru.c
234
235ABIT UGURU 3 HARDWARE MONITOR DRIVER
236M: Alistair John Strachan <alistair@devzero.co.uk>
237L: linux-hwmon@vger.kernel.org
238S: Maintained
239F: drivers/hwmon/abituguru3.c
240
241ACCES 104-DIO-48E GPIO DRIVER
242M: William Breathitt Gray <vilhelm.gray@gmail.com>
243L: linux-gpio@vger.kernel.org
244S: Maintained
245F: drivers/gpio/gpio-104-dio-48e.c
246
247ACCES 104-IDI-48 GPIO DRIVER
248M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
249L: linux-gpio@vger.kernel.org
250S: Maintained
251F: drivers/gpio/gpio-104-idi-48.c
252
253ACCES 104-IDIO-16 GPIO DRIVER
254M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
255L: linux-gpio@vger.kernel.org
256S: Maintained
257F: drivers/gpio/gpio-104-idio-16.c
258
259ACENIC DRIVER
260M: Jes Sorensen <jes@trained-monkey.org>
261L: linux-acenic@sunsite.dk
262S: Maintained
263F: drivers/net/ethernet/alteon/acenic*
264
265ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
266M: Peter Feuerer <peter@piie.net>
267L: platform-driver-x86@vger.kernel.org
268W: http://piie.net/?section=acerhdf
269S: Maintained
270F: drivers/platform/x86/acerhdf.c
271
272ACER WMI LAPTOP EXTRAS
273M: "Lee, Chun-Yi" <jlee@suse.com>
274L: platform-driver-x86@vger.kernel.org
275S: Maintained
276F: drivers/platform/x86/acer-wmi.c
277
278ACPI
279M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
280M: Len Brown <lenb@kernel.org>
281L: linux-acpi@vger.kernel.org
282W: https://01.org/linux-acpi
283Q: https://patchwork.kernel.org/project/linux-acpi/list/
284T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
285S: Supported
286F: drivers/acpi/
287F: drivers/pnp/pnpacpi/
288F: include/linux/acpi.h
289F: include/acpi/
290F: Documentation/acpi/
291F: Documentation/ABI/testing/sysfs-bus-acpi
292F: drivers/pci/*acpi*
293F: drivers/pci/*/*acpi*
294F: drivers/pci/*/*/*acpi*
295F: tools/power/acpi/
296
297ACPI COMPONENT ARCHITECTURE (ACPICA)
298M: Robert Moore <robert.moore@intel.com>
299M: Lv Zheng <lv.zheng@intel.com>
300M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
301L: linux-acpi@vger.kernel.org
302L: devel@acpica.org
303W: https://acpica.org/
304W: https://github.com/acpica/acpica/
305Q: https://patchwork.kernel.org/project/linux-acpi/list/
306T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307S: Supported
308F: drivers/acpi/acpica/
309F: include/acpi/
310F: tools/power/acpi/
311
312ACPI FAN DRIVER
313M: Zhang Rui <rui.zhang@intel.com>
314L: linux-acpi@vger.kernel.org
315W: https://01.org/linux-acpi
316S: Supported
317F: drivers/acpi/fan.c
318
319ACPI THERMAL DRIVER
320M: Zhang Rui <rui.zhang@intel.com>
321L: linux-acpi@vger.kernel.org
322W: https://01.org/linux-acpi
323S: Supported
324F: drivers/acpi/*thermal*
325
326ACPI VIDEO DRIVER
327M: Zhang Rui <rui.zhang@intel.com>
328L: linux-acpi@vger.kernel.org
329W: https://01.org/linux-acpi
330S: Supported
331F: drivers/acpi/acpi_video.c
332
333ACPI WMI DRIVER
334L: platform-driver-x86@vger.kernel.org
335S: Orphan
336F: drivers/platform/x86/wmi.c
337
338AD1889 ALSA SOUND DRIVER
339M: Thibaut Varene <T-Bone@parisc-linux.org>
340W: http://wiki.parisc-linux.org/AD1889
341L: linux-parisc@vger.kernel.org
342S: Maintained
343F: sound/pci/ad1889.*
344
345AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346M: Michael Hennerich <michael.hennerich@analog.com>
347W: http://wiki.analog.com/AD5254
348W: http://ez.analog.com/community/linux-device-drivers
349S: Supported
350F: drivers/misc/ad525x_dpot.c
351
352AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
353M: Michael Hennerich <michael.hennerich@analog.com>
354W: http://wiki.analog.com/AD5398
355W: http://ez.analog.com/community/linux-device-drivers
356S: Supported
357F: drivers/regulator/ad5398.c
358
359AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
360M: Michael Hennerich <michael.hennerich@analog.com>
361W: http://wiki.analog.com/AD7142
362W: http://ez.analog.com/community/linux-device-drivers
363S: Supported
364F: drivers/input/misc/ad714x.c
365
366AD7877 TOUCHSCREEN DRIVER
367M: Michael Hennerich <michael.hennerich@analog.com>
368W: http://wiki.analog.com/AD7877
369W: http://ez.analog.com/community/linux-device-drivers
370S: Supported
371F: drivers/input/touchscreen/ad7877.c
372
373AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
374M: Michael Hennerich <michael.hennerich@analog.com>
375W: http://wiki.analog.com/AD7879
376W: http://ez.analog.com/community/linux-device-drivers
377S: Supported
378F: drivers/input/touchscreen/ad7879.c
379
380ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381M: Jiri Kosina <jikos@kernel.org>
382S: Maintained
383
384ADF7242 IEEE 802.15.4 RADIO DRIVER
385M: Michael Hennerich <michael.hennerich@analog.com>
386W: https://wiki.analog.com/ADF7242
387W: http://ez.analog.com/community/linux-device-drivers
388L: linux-wpan@vger.kernel.org
389S: Supported
390F: drivers/net/ieee802154/adf7242.c
391F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
392
393ADM1025 HARDWARE MONITOR DRIVER
394M: Jean Delvare <jdelvare@suse.com>
395L: linux-hwmon@vger.kernel.org
396S: Maintained
397F: Documentation/hwmon/adm1025
398F: drivers/hwmon/adm1025.c
399
400ADM1029 HARDWARE MONITOR DRIVER
401M: Corentin Labbe <clabbe.montjoie@gmail.com>
402L: linux-hwmon@vger.kernel.org
403S: Maintained
404F: drivers/hwmon/adm1029.c
405
406ADM8211 WIRELESS DRIVER
407L: linux-wireless@vger.kernel.org
408W: http://wireless.kernel.org/
409S: Orphan
410F: drivers/net/wireless/admtek/adm8211.*
411
412ADP1653 FLASH CONTROLLER DRIVER
413M: Sakari Ailus <sakari.ailus@iki.fi>
414L: linux-media@vger.kernel.org
415S: Maintained
416F: drivers/media/i2c/adp1653.c
417F: include/media/i2c/adp1653.h
418
419ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
420M: Michael Hennerich <michael.hennerich@analog.com>
421W: http://wiki.analog.com/ADP5520
422W: http://ez.analog.com/community/linux-device-drivers
423S: Supported
424F: drivers/mfd/adp5520.c
425F: drivers/video/backlight/adp5520_bl.c
426F: drivers/leds/leds-adp5520.c
427F: drivers/gpio/gpio-adp5520.c
428F: drivers/input/keyboard/adp5520-keys.c
429
430ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
431M: Michael Hennerich <michael.hennerich@analog.com>
432W: http://wiki.analog.com/ADP5588
433W: http://ez.analog.com/community/linux-device-drivers
434S: Supported
435F: drivers/input/keyboard/adp5588-keys.c
436F: drivers/gpio/gpio-adp5588.c
437
438ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
439M: Michael Hennerich <michael.hennerich@analog.com>
440W: http://wiki.analog.com/ADP8860
441W: http://ez.analog.com/community/linux-device-drivers
442S: Supported
443F: drivers/video/backlight/adp8860_bl.c
444
445ADS1015 HARDWARE MONITOR DRIVER
446M: Dirk Eibach <eibach@gdsys.de>
447L: linux-hwmon@vger.kernel.org
448S: Maintained
449F: Documentation/hwmon/ads1015
450F: drivers/hwmon/ads1015.c
451F: include/linux/i2c/ads1015.h
452
453ADT746X FAN DRIVER
454M: Colin Leroy <colin@colino.net>
455S: Maintained
456F: drivers/macintosh/therm_adt746x.c
457
458ADT7475 HARDWARE MONITOR DRIVER
459M: Jean Delvare <jdelvare@suse.com>
460L: linux-hwmon@vger.kernel.org
461S: Maintained
462F: Documentation/hwmon/adt7475
463F: drivers/hwmon/adt7475.c
464
465ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
466M: Michael Hennerich <michael.hennerich@analog.com>
467W: http://wiki.analog.com/ADXL345
468W: http://ez.analog.com/community/linux-device-drivers
469S: Supported
470F: drivers/input/misc/adxl34x.c
471
472ADVANSYS SCSI DRIVER
473M: Matthew Wilcox <matthew@wil.cx>
474M: Hannes Reinecke <hare@suse.com>
475L: linux-scsi@vger.kernel.org
476S: Maintained
477F: Documentation/scsi/advansys.txt
478F: drivers/scsi/advansys.c
479
480AEDSP16 DRIVER
481M: Riccardo Facchetti <fizban@tin.it>
482S: Maintained
483F: sound/oss/aedsp16.c
484
485AF9013 MEDIA DRIVER
486M: Antti Palosaari <crope@iki.fi>
487L: linux-media@vger.kernel.org
488W: https://linuxtv.org
489W: http://palosaari.fi/linux/
490Q: http://patchwork.linuxtv.org/project/linux-media/list/
491T: git git://linuxtv.org/anttip/media_tree.git
492S: Maintained
493F: drivers/media/dvb-frontends/af9013*
494
495AF9033 MEDIA DRIVER
496M: Antti Palosaari <crope@iki.fi>
497L: linux-media@vger.kernel.org
498W: https://linuxtv.org
499W: http://palosaari.fi/linux/
500Q: http://patchwork.linuxtv.org/project/linux-media/list/
501T: git git://linuxtv.org/anttip/media_tree.git
502S: Maintained
503F: drivers/media/dvb-frontends/af9033*
504
505AFFS FILE SYSTEM
506L: linux-fsdevel@vger.kernel.org
507S: Orphan
508F: Documentation/filesystems/affs.txt
509F: fs/affs/
510
511AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
512M: David Howells <dhowells@redhat.com>
513L: linux-afs@lists.infradead.org
514S: Supported
515F: fs/afs/
516F: include/net/af_rxrpc.h
517F: net/rxrpc/af_rxrpc.c
518
519AGPGART DRIVER
520M: David Airlie <airlied@linux.ie>
521T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
522S: Maintained
523F: drivers/char/agp/
524F: include/linux/agp*
525F: include/uapi/linux/agp*
526
527AHA152X SCSI DRIVER
528M: "Juergen E. Fischer" <fischer@norbit.de>
529L: linux-scsi@vger.kernel.org
530S: Maintained
531F: drivers/scsi/aha152x*
532F: drivers/scsi/pcmcia/aha152x*
533
534AIC7XXX / AIC79XX SCSI DRIVER
535M: Hannes Reinecke <hare@suse.com>
536L: linux-scsi@vger.kernel.org
537S: Maintained
538F: drivers/scsi/aic7xxx/
539
540AIMSLAB FM RADIO RECEIVER DRIVER
541M: Hans Verkuil <hverkuil@xs4all.nl>
542L: linux-media@vger.kernel.org
543T: git git://linuxtv.org/media_tree.git
544W: https://linuxtv.org
545S: Maintained
546F: drivers/media/radio/radio-aimslab*
547
548AIO
549M: Benjamin LaHaise <bcrl@kvack.org>
550L: linux-aio@kvack.org
551S: Supported
552F: fs/aio.c
553F: include/linux/*aio*.h
554
555AIRSPY MEDIA DRIVER
556M: Antti Palosaari <crope@iki.fi>
557L: linux-media@vger.kernel.org
558W: https://linuxtv.org
559W: http://palosaari.fi/linux/
560Q: http://patchwork.linuxtv.org/project/linux-media/list/
561T: git git://linuxtv.org/anttip/media_tree.git
562S: Maintained
563F: drivers/media/usb/airspy/
564
565ALCATEL SPEEDTOUCH USB DRIVER
566M: Duncan Sands <duncan.sands@free.fr>
567L: linux-usb@vger.kernel.org
568W: http://www.linux-usb.org/SpeedTouch/
569S: Maintained
570F: drivers/usb/atm/speedtch.c
571F: drivers/usb/atm/usbatm.c
572
573ALCHEMY AU1XX0 MMC DRIVER
574M: Manuel Lauss <manuel.lauss@gmail.com>
575S: Maintained
576F: drivers/mmc/host/au1xmmc.c
577
578ALI1563 I2C DRIVER
579M: Rudolf Marek <r.marek@assembler.cz>
580L: linux-i2c@vger.kernel.org
581S: Maintained
582F: Documentation/i2c/busses/i2c-ali1563
583F: drivers/i2c/busses/i2c-ali1563.c
584
585ALLWINNER SECURITY SYSTEM
586M: Corentin Labbe <clabbe.montjoie@gmail.com>
587L: linux-crypto@vger.kernel.org
588S: Maintained
589F: drivers/crypto/sunxi-ss/
590
591ALPHA PORT
592M: Richard Henderson <rth@twiddle.net>
593M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
594M: Matt Turner <mattst88@gmail.com>
595S: Odd Fixes
596L: linux-alpha@vger.kernel.org
597F: arch/alpha/
598
599ALTERA MAILBOX DRIVER
600M: Ley Foon Tan <lftan@altera.com>
601L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
602S: Maintained
603F: drivers/mailbox/mailbox-altera.c
604
605ALTERA PIO DRIVER
606M: Tien Hock Loh <thloh@altera.com>
607L: linux-gpio@vger.kernel.org
608S: Maintained
609F: drivers/gpio/gpio-altera.c
610
611ALTERA TRIPLE SPEED ETHERNET DRIVER
612M: Vince Bridgers <vbridger@opensource.altera.com>
613L: netdev@vger.kernel.org
614L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
615S: Maintained
616F: drivers/net/ethernet/altera/
617
618ALTERA UART/JTAG UART SERIAL DRIVERS
619M: Tobias Klauser <tklauser@distanz.ch>
620L: linux-serial@vger.kernel.org
621L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
622S: Maintained
623F: drivers/tty/serial/altera_uart.c
624F: drivers/tty/serial/altera_jtaguart.c
625F: include/linux/altera_uart.h
626F: include/linux/altera_jtaguart.h
627
628AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
629M: Tom Lendacky <thomas.lendacky@amd.com>
630M: Gary Hook <gary.hook@amd.com>
631L: linux-crypto@vger.kernel.org
632S: Supported
633F: drivers/crypto/ccp/
634F: include/linux/ccp.h
635
636AMD FAM15H PROCESSOR POWER MONITORING DRIVER
637M: Huang Rui <ray.huang@amd.com>
638L: linux-hwmon@vger.kernel.org
639S: Supported
640F: Documentation/hwmon/fam15h_power
641F: drivers/hwmon/fam15h_power.c
642
643AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
644L: linux-geode@lists.infradead.org (moderated for non-subscribers)
645S: Orphan
646F: drivers/usb/gadget/udc/amd5536udc.*
647
648AMD GEODE PROCESSOR/CHIPSET SUPPORT
649P: Andres Salomon <dilinger@queued.net>
650L: linux-geode@lists.infradead.org (moderated for non-subscribers)
651W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
652S: Supported
653F: drivers/char/hw_random/geode-rng.c
654F: drivers/crypto/geode*
655F: drivers/video/fbdev/geode/
656F: arch/x86/include/asm/geode.h
657
658AMD IOMMU (AMD-VI)
659M: Joerg Roedel <joro@8bytes.org>
660L: iommu@lists.linux-foundation.org
661T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
662S: Maintained
663F: drivers/iommu/amd_iommu*.[ch]
664F: include/linux/amd-iommu.h
665
666AMD KFD
667M: Oded Gabbay <oded.gabbay@gmail.com>
668L: dri-devel@lists.freedesktop.org
669T: git git://people.freedesktop.org/~gabbayo/linux.git
670S: Supported
671F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
672F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
673F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
674F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
675F: drivers/gpu/drm/amd/amdkfd/
676F: drivers/gpu/drm/amd/include/cik_structs.h
677F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
678F: drivers/gpu/drm/amd/include/vi_structs.h
679F: drivers/gpu/drm/radeon/radeon_kfd.c
680F: drivers/gpu/drm/radeon/radeon_kfd.h
681F: include/uapi/linux/kfd_ioctl.h
682
683AMD SEATTLE DEVICE TREE SUPPORT
684M: Brijesh Singh <brijeshkumar.singh@amd.com>
685M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
686M: Tom Lendacky <thomas.lendacky@amd.com>
687S: Supported
688F: arch/arm64/boot/dts/amd/
689
690AMD XGBE DRIVER
691M: Tom Lendacky <thomas.lendacky@amd.com>
692L: netdev@vger.kernel.org
693S: Supported
694F: drivers/net/ethernet/amd/xgbe/
695F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
696
697AMS (Apple Motion Sensor) DRIVER
698M: Michael Hanselmann <linux-kernel@hansmi.ch>
699S: Supported
700F: drivers/macintosh/ams/
701
702ANALOG DEVICES INC AD9389B DRIVER
703M: Hans Verkuil <hans.verkuil@cisco.com>
704L: linux-media@vger.kernel.org
705S: Maintained
706F: drivers/media/i2c/ad9389b*
707
708ANALOG DEVICES INC ADV7180 DRIVER
709M: Lars-Peter Clausen <lars@metafoo.de>
710L: linux-media@vger.kernel.org
711W: http://ez.analog.com/community/linux-device-drivers
712S: Supported
713F: drivers/media/i2c/adv7180.c
714
715ANALOG DEVICES INC ADV7511 DRIVER
716M: Hans Verkuil <hans.verkuil@cisco.com>
717L: linux-media@vger.kernel.org
718S: Maintained
719F: drivers/media/i2c/adv7511*
720
721ANALOG DEVICES INC ADV7604 DRIVER
722M: Hans Verkuil <hans.verkuil@cisco.com>
723L: linux-media@vger.kernel.org
724S: Maintained
725F: drivers/media/i2c/adv7604*
726
727ANALOG DEVICES INC ADV7842 DRIVER
728M: Hans Verkuil <hans.verkuil@cisco.com>
729L: linux-media@vger.kernel.org
730S: Maintained
731F: drivers/media/i2c/adv7842*
732
733ANALOG DEVICES INC ASOC CODEC DRIVERS
734M: Lars-Peter Clausen <lars@metafoo.de>
735L: alsa-devel@alsa-project.org (moderated for non-subscribers)
736W: http://wiki.analog.com/
737W: http://ez.analog.com/community/linux-device-drivers
738S: Supported
739F: sound/soc/codecs/adau*
740F: sound/soc/codecs/adav*
741F: sound/soc/codecs/ad1*
742F: sound/soc/codecs/ad7*
743F: sound/soc/codecs/ssm*
744F: sound/soc/codecs/sigmadsp.*
745
746ANALOG DEVICES INC ASOC DRIVERS
747L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
748L: alsa-devel@alsa-project.org (moderated for non-subscribers)
749W: http://blackfin.uclinux.org/
750S: Supported
751F: sound/soc/blackfin/*
752
753ANALOG DEVICES INC IIO DRIVERS
754M: Lars-Peter Clausen <lars@metafoo.de>
755M: Michael Hennerich <Michael.Hennerich@analog.com>
756W: http://wiki.analog.com/
757W: http://ez.analog.com/community/linux-device-drivers
758S: Supported
759F: drivers/iio/*/ad*
760X: drivers/iio/*/adjd*
761F: drivers/staging/iio/*/ad*
762F: staging/iio/trigger/iio-trig-bfin-timer.c
763
764ANALOG DEVICES INC DMA DRIVERS
765M: Lars-Peter Clausen <lars@metafoo.de>
766W: http://ez.analog.com/community/linux-device-drivers
767S: Supported
768F: drivers/dma/dma-axi-dmac.c
769
770ANDROID DRIVERS
771M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
772M: Arve Hjønnevåg <arve@android.com>
773M: Riley Andrews <riandrews@android.com>
774T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
775L: devel@driverdev.osuosl.org
776S: Supported
777F: drivers/android/
778F: drivers/staging/android/
779
780AOA (Apple Onboard Audio) ALSA DRIVER
781M: Johannes Berg <johannes@sipsolutions.net>
782L: linuxppc-dev@lists.ozlabs.org
783L: alsa-devel@alsa-project.org (moderated for non-subscribers)
784S: Maintained
785F: sound/aoa/
786
787APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
788M: William Breathitt Gray <vilhelm.gray@gmail.com>
789L: linux-iio@vger.kernel.org
790S: Maintained
791F: drivers/iio/dac/stx104.c
792
793APM DRIVER
794M: Jiri Kosina <jikos@kernel.org>
795S: Odd fixes
796T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
797F: arch/x86/kernel/apm_32.c
798F: include/linux/apm_bios.h
799F: include/uapi/linux/apm_bios.h
800F: drivers/char/apm-emulation.c
801
802APPLE BCM5974 MULTITOUCH DRIVER
803M: Henrik Rydberg <rydberg@bitmath.org>
804L: linux-input@vger.kernel.org
805S: Odd fixes
806F: drivers/input/mouse/bcm5974.c
807
808APPLE SMC DRIVER
809M: Henrik Rydberg <rydberg@bitmath.org>
810L: linux-hwmon@vger.kernel.org
811S: Odd fixes
812F: drivers/hwmon/applesmc.c
813
814APPLETALK NETWORK LAYER
815M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
816S: Maintained
817F: drivers/net/appletalk/
818F: net/appletalk/
819
820APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
821M: Duc Dang <dhdang@apm.com>
822S: Supported
823F: arch/arm64/boot/dts/apm/
824
825APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
826M: Iyappan Subramanian <isubramanian@apm.com>
827M: Keyur Chudgar <kchudgar@apm.com>
828S: Supported
829F: drivers/net/ethernet/apm/xgene/
830F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
831
832APTINA CAMERA SENSOR PLL
833M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
834L: linux-media@vger.kernel.org
835S: Maintained
836F: drivers/media/i2c/aptina-pll.*
837
838ARC FRAMEBUFFER DRIVER
839M: Jaya Kumar <jayalk@intworks.biz>
840S: Maintained
841F: drivers/video/fbdev/arcfb.c
842F: drivers/video/fbdev/core/fb_defio.c
843
844ARCNET NETWORK LAYER
845M: Michael Grzeschik <m.grzeschik@pengutronix.de>
846L: netdev@vger.kernel.org
847S: Maintained
848F: drivers/net/arcnet/
849F: include/uapi/linux/if_arcnet.h
850
851ARM HDLCD DRM DRIVER
852M: Liviu Dudau <liviu.dudau@arm.com>
853S: Supported
854F: drivers/gpu/drm/arm/
855F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
856
857ARM MFM AND FLOPPY DRIVERS
858M: Ian Molton <spyro@f2s.com>
859S: Maintained
860F: arch/arm/lib/floppydma.S
861F: arch/arm/include/asm/floppy.h
862
863ARM PMU PROFILING AND DEBUGGING
864M: Will Deacon <will.deacon@arm.com>
865R: Mark Rutland <mark.rutland@arm.com>
866S: Maintained
867F: arch/arm*/kernel/perf_*
868F: arch/arm/oprofile/common.c
869F: arch/arm*/kernel/hw_breakpoint.c
870F: arch/arm*/include/asm/hw_breakpoint.h
871F: arch/arm*/include/asm/perf_event.h
872F: drivers/perf/arm_pmu.c
873F: include/linux/perf/arm_pmu.h
874
875ARM PORT
876M: Russell King <linux@armlinux.org.uk>
877L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
878W: http://www.armlinux.org.uk/
879S: Maintained
880F: arch/arm/
881
882ARM SUB-ARCHITECTURES
883L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884S: Maintained
885F: arch/arm/mach-*/
886F: arch/arm/plat-*/
887T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
888
889ARM PRIMECELL AACI PL041 DRIVER
890M: Russell King <linux@armlinux.org.uk>
891S: Maintained
892F: sound/arm/aaci.*
893
894ARM PRIMECELL CLCD PL110 DRIVER
895M: Russell King <linux@armlinux.org.uk>
896S: Maintained
897F: drivers/video/fbdev/amba-clcd.*
898
899ARM PRIMECELL KMI PL050 DRIVER
900M: Russell King <linux@armlinux.org.uk>
901S: Maintained
902F: drivers/input/serio/ambakmi.*
903F: include/linux/amba/kmi.h
904
905ARM PRIMECELL MMCI PL180/1 DRIVER
906M: Russell King <linux@armlinux.org.uk>
907S: Maintained
908F: drivers/mmc/host/mmci.*
909F: include/linux/amba/mmci.h
910
911ARM PRIMECELL UART PL010 AND PL011 DRIVERS
912M: Russell King <linux@armlinux.org.uk>
913S: Maintained
914F: drivers/tty/serial/amba-pl01*.c
915F: include/linux/amba/serial.h
916
917ARM PRIMECELL BUS SUPPORT
918M: Russell King <linux@armlinux.org.uk>
919S: Maintained
920F: drivers/amba/
921F: include/linux/amba/bus.h
922
923ARM/ADS SPHERE MACHINE SUPPORT
924M: Lennert Buytenhek <kernel@wantstofly.org>
925L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926S: Maintained
927
928ARM/AFEB9260 MACHINE SUPPORT
929M: Sergey Lapin <slapin@ossfans.org>
930L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
931S: Maintained
932
933ARM/AJECO 1ARM MACHINE SUPPORT
934M: Lennert Buytenhek <kernel@wantstofly.org>
935L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936S: Maintained
937
938ARM/Allwinner sunXi SoC support
939M: Maxime Ripard <maxime.ripard@free-electrons.com>
940M: Chen-Yu Tsai <wens@csie.org>
941L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942S: Maintained
943N: sun[x456789]i
944
945ARM/Allwinner SoC Clock Support
946M: Emilio López <emilio@elopez.com.ar>
947S: Maintained
948F: drivers/clk/sunxi/
949
950ARM/Amlogic Meson SoC support
951M: Carlo Caione <carlo@caione.org>
952M: Kevin Hilman <khilman@baylibre.com>
953L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
954L: linux-amlogic@lists.infradead.org
955W: http://linux-meson.com/
956S: Maintained
957F: arch/arm/mach-meson/
958F: arch/arm/boot/dts/meson*
959F: arch/arm64/boot/dts/amlogic/
960F: drivers/pinctrl/meson/
961N: meson
962
963ARM/Annapurna Labs ALPINE ARCHITECTURE
964M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
965M: Antoine Tenart <antoine.tenart@free-electrons.com>
966S: Maintained
967F: arch/arm/mach-alpine/
968F: arch/arm/boot/dts/alpine*
969F: arch/arm64/boot/dts/al/
970F: drivers/*/*alpine*
971
972ARM/ARTPEC MACHINE SUPPORT
973M: Jesper Nilsson <jesper.nilsson@axis.com>
974M: Lars Persson <lars.persson@axis.com>
975M: Niklas Cassel <niklas.cassel@axis.com>
976S: Maintained
977L: linux-arm-kernel@axis.com
978F: arch/arm/mach-artpec
979F: arch/arm/boot/dts/artpec6*
980F: drivers/clk/clk-artpec6.c
981
982ARM/ASPEED MACHINE SUPPORT
983M: Joel Stanley <joel@jms.id.au>
984S: Maintained
985F: arch/arm/mach-aspeed/
986F: arch/arm/boot/dts/aspeed-*
987F: drivers/*/*aspeed*
988
989ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
990M: Nicolas Ferre <nicolas.ferre@atmel.com>
991M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
992M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
993L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
994W: http://www.linux4sam.org
995T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
996S: Supported
997F: arch/arm/mach-at91/
998F: include/soc/at91/
999F: arch/arm/boot/dts/at91*.dts
1000F: arch/arm/boot/dts/at91*.dtsi
1001F: arch/arm/boot/dts/sama*.dts
1002F: arch/arm/boot/dts/sama*.dtsi
1003F: arch/arm/include/debug/at91.S
1004
1005ARM/ATMEL AT91 Clock Support
1006M: Boris Brezillon <boris.brezillon@free-electrons.com>
1007S: Maintained
1008F: drivers/clk/at91
1009
1010ARM/CALXEDA HIGHBANK ARCHITECTURE
1011M: Rob Herring <robh@kernel.org>
1012L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1013S: Maintained
1014F: arch/arm/mach-highbank/
1015F: arch/arm/boot/dts/highbank.dts
1016F: arch/arm/boot/dts/ecx-*.dts*
1017
1018ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1019M: Krzysztof Halasa <khalasa@piap.pl>
1020S: Maintained
1021F: arch/arm/mach-cns3xxx/
1022
1023ARM/CAVIUM THUNDER NETWORK DRIVER
1024M: Sunil Goutham <sgoutham@cavium.com>
1025M: Robert Richter <rric@kernel.org>
1026L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027S: Supported
1028F: drivers/net/ethernet/cavium/thunder/
1029
1030ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1031M: Alexander Shiyan <shc_work@mail.ru>
1032L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033S: Odd Fixes
1034N: clps711x
1035
1036ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1037M: Hartley Sweeten <hsweeten@visionengravers.com>
1038M: Ryan Mallon <rmallon@gmail.com>
1039L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1040S: Maintained
1041F: arch/arm/mach-ep93xx/
1042F: arch/arm/mach-ep93xx/include/mach/
1043
1044ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1045M: Lennert Buytenhek <kernel@wantstofly.org>
1046L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047S: Maintained
1048
1049ARM/CLKDEV SUPPORT
1050M: Russell King <linux@armlinux.org.uk>
1051L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052S: Maintained
1053F: arch/arm/include/asm/clkdev.h
1054F: drivers/clk/clkdev.c
1055
1056ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1057M: Mike Rapoport <mike@compulab.co.il>
1058L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059S: Maintained
1060
1061ARM/CONTEC MICRO9 MACHINE SUPPORT
1062M: Hubert Feurstein <hubert.feurstein@contec.at>
1063S: Maintained
1064F: arch/arm/mach-ep93xx/micro9.c
1065
1066ARM/CORESIGHT FRAMEWORK AND DRIVERS
1067M: Mathieu Poirier <mathieu.poirier@linaro.org>
1068L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069S: Maintained
1070F: drivers/hwtracing/coresight/*
1071F: Documentation/trace/coresight.txt
1072F: Documentation/devicetree/bindings/arm/coresight.txt
1073F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1074
1075ARM/CORGI MACHINE SUPPORT
1076M: Richard Purdie <rpurdie@rpsys.net>
1077S: Maintained
1078
1079ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1080M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1081L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1082T: git git://github.com/ulli-kroll/linux.git
1083S: Maintained
1084F: arch/arm/mach-gemini/
1085F: drivers/rtc/rtc-gemini.c
1086
1087ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1088M: Barry Song <baohua@kernel.org>
1089L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1091S: Maintained
1092F: arch/arm/boot/dts/prima2*
1093F: arch/arm/mach-prima2/
1094F: drivers/clk/sirf/
1095F: drivers/clocksource/timer-prima2.c
1096F: drivers/clocksource/timer-atlas7.c
1097N: [^a-z]sirf
1098
1099ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1100M: Baruch Siach <baruch@tkos.co.il>
1101L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102S: Maintained
1103F: arch/arm/boot/dts/cx92755*
1104N: digicolor
1105
1106ARM/EBSA110 MACHINE SUPPORT
1107M: Russell King <linux@armlinux.org.uk>
1108L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109W: http://www.armlinux.org.uk/
1110S: Maintained
1111F: arch/arm/mach-ebsa110/
1112F: drivers/net/ethernet/amd/am79c961a.*
1113
1114ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1115M: Uwe Kleine-König <kernel@pengutronix.de>
1116L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117S: Maintained
1118N: efm32
1119
1120ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1121M: Daniel Ribeiro <drwyrm@gmail.com>
1122M: Stefan Schmidt <stefan@openezx.org>
1123M: Harald Welte <laforge@openezx.org>
1124L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1125W: http://www.openezx.org/
1126S: Maintained
1127T: topgit git://git.openezx.org/openezx.git
1128F: arch/arm/mach-pxa/ezx.c
1129
1130ARM/FARADAY FA526 PORT
1131M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1132L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1133S: Maintained
1134T: git git://git.berlios.de/gemini-board
1135F: arch/arm/mm/*-fa*
1136
1137ARM/FOOTBRIDGE ARCHITECTURE
1138M: Russell King <linux@armlinux.org.uk>
1139L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140W: http://www.armlinux.org.uk/
1141S: Maintained
1142F: arch/arm/include/asm/hardware/dec21285.h
1143F: arch/arm/mach-footbridge/
1144
1145ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1146M: Shawn Guo <shawnguo@kernel.org>
1147M: Sascha Hauer <kernel@pengutronix.de>
1148L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149S: Maintained
1150T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1151F: arch/arm/mach-imx/
1152F: arch/arm/mach-mxs/
1153F: arch/arm/boot/dts/imx*
1154F: arch/arm/configs/imx*_defconfig
1155F: drivers/clk/imx/
1156F: include/soc/imx/
1157
1158ARM/FREESCALE VYBRID ARM ARCHITECTURE
1159M: Shawn Guo <shawnguo@kernel.org>
1160M: Sascha Hauer <kernel@pengutronix.de>
1161R: Stefan Agner <stefan@agner.ch>
1162L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1163S: Maintained
1164T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1165F: arch/arm/mach-imx/*vf610*
1166F: arch/arm/boot/dts/vf*
1167
1168ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1169M: Lennert Buytenhek <kernel@wantstofly.org>
1170L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171S: Maintained
1172
1173ARM/GUMSTIX MACHINE SUPPORT
1174M: Steve Sakoman <sakoman@gmail.com>
1175L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1176S: Maintained
1177
1178ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1179M: Philipp Zabel <philipp.zabel@gmail.com>
1180M: Paul Parsons <lost.distance@yahoo.com>
1181L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1182S: Maintained
1183F: arch/arm/mach-pxa/hx4700.c
1184F: arch/arm/mach-pxa/include/mach/hx4700.h
1185F: sound/soc/pxa/hx4700.c
1186
1187ARM/HISILICON SOC SUPPORT
1188M: Wei Xu <xuwei5@hisilicon.com>
1189L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190W: http://www.hisilicon.com
1191S: Supported
1192T: git git://github.com/hisilicon/linux-hisi.git
1193F: arch/arm/mach-hisi/
1194F: arch/arm/boot/dts/hi3*
1195F: arch/arm/boot/dts/hip*
1196F: arch/arm/boot/dts/hisi*
1197F: arch/arm64/boot/dts/hisilicon/
1198
1199ARM/HP JORNADA 7XX MACHINE SUPPORT
1200M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1201W: www.jlime.com
1202S: Maintained
1203T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1204F: arch/arm/mach-sa1100/jornada720.c
1205F: arch/arm/mach-sa1100/include/mach/jornada720.h
1206
1207ARM/IGEP MACHINE SUPPORT
1208M: Enric Balletbo i Serra <eballetbo@gmail.com>
1209M: Javier Martinez Canillas <javier@dowhile0.org>
1210L: linux-omap@vger.kernel.org
1211L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1212S: Maintained
1213F: arch/arm/boot/dts/omap3-igep*
1214
1215ARM/INCOME PXA270 SUPPORT
1216M: Marek Vasut <marek.vasut@gmail.com>
1217L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218S: Maintained
1219F: arch/arm/mach-pxa/colibri-pxa270-income.c
1220
1221ARM/INTEL IOP32X ARM ARCHITECTURE
1222M: Lennert Buytenhek <kernel@wantstofly.org>
1223L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224S: Maintained
1225
1226ARM/INTEL IOP33X ARM ARCHITECTURE
1227L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228S: Orphan
1229
1230ARM/INTEL IOP13XX ARM ARCHITECTURE
1231M: Lennert Buytenhek <kernel@wantstofly.org>
1232L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233S: Maintained
1234
1235ARM/INTEL IQ81342EX MACHINE SUPPORT
1236M: Lennert Buytenhek <kernel@wantstofly.org>
1237L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238S: Maintained
1239
1240ARM/INTEL IXDP2850 MACHINE SUPPORT
1241M: Lennert Buytenhek <kernel@wantstofly.org>
1242L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1243S: Maintained
1244
1245ARM/INTEL IXP4XX ARM ARCHITECTURE
1246M: Imre Kaloz <kaloz@openwrt.org>
1247M: Krzysztof Halasa <khalasa@piap.pl>
1248L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249S: Maintained
1250F: arch/arm/mach-ixp4xx/
1251
1252ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1253M: Jonathan Cameron <jic23@cam.ac.uk>
1254L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1255S: Maintained
1256F: arch/arm/mach-pxa/stargate2.c
1257F: drivers/pcmcia/pxa2xx_stargate2.c
1258
1259ARM/INTEL XSC3 (MANZANO) ARM CORE
1260M: Lennert Buytenhek <kernel@wantstofly.org>
1261L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1262S: Maintained
1263
1264ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1265M: Lennert Buytenhek <kernel@wantstofly.org>
1266L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267S: Maintained
1268
1269ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1270M: Santosh Shilimkar <ssantosh@kernel.org>
1271L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272S: Maintained
1273F: arch/arm/mach-keystone/
1274F: arch/arm/boot/dts/keystone-*
1275T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1276
1277ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1278M: Santosh Shilimkar <ssantosh@kernel.org>
1279L: linux-kernel@vger.kernel.org
1280S: Maintained
1281F: drivers/clk/keystone/
1282
1283ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1284M: Santosh Shilimkar <ssantosh@kernel.org>
1285L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286L: linux-kernel@vger.kernel.org
1287S: Maintained
1288F: drivers/clocksource/timer-keystone.c
1289
1290ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1291M: Santosh Shilimkar <ssantosh@kernel.org>
1292L: linux-kernel@vger.kernel.org
1293S: Maintained
1294F: drivers/power/reset/keystone-reset.c
1295
1296ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1297M: Santosh Shilimkar <ssantosh@kernel.org>
1298L: linux-kernel@vger.kernel.org
1299S: Maintained
1300F: drivers/memory/*emif*
1301
1302ARM/LG1K ARCHITECTURE
1303M: Chanho Min <chanho.min@lge.com>
1304L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305S: Maintained
1306F: arch/arm64/boot/dts/lg/
1307
1308ARM/LOGICPD PXA270 MACHINE SUPPORT
1309M: Lennert Buytenhek <kernel@wantstofly.org>
1310L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311S: Maintained
1312
1313ARM/LPC18XX ARCHITECTURE
1314M: Joachim Eastwood <manabian@gmail.com>
1315L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1316S: Maintained
1317F: arch/arm/boot/dts/lpc43*
1318F: drivers/clk/nxp/clk-lpc18xx*
1319F: drivers/clocksource/time-lpc32xx.c
1320F: drivers/i2c/busses/i2c-lpc2k.c
1321F: drivers/memory/pl172.c
1322F: drivers/mtd/spi-nor/nxp-spifi.c
1323F: drivers/rtc/rtc-lpc24xx.c
1324N: lpc18xx
1325
1326ARM/LPC32XX SOC SUPPORT
1327M: Vladimir Zapolskiy <vz@mleia.com>
1328M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1329L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1331S: Maintained
1332F: arch/arm/boot/dts/lpc32*
1333F: arch/arm/mach-lpc32xx/
1334F: drivers/i2c/busses/i2c-pnx.c
1335F: drivers/net/ethernet/nxp/lpc_eth.c
1336F: drivers/usb/host/ohci-nxp.c
1337F: drivers/watchdog/pnx4008_wdt.c
1338N: lpc32xx
1339
1340ARM/MAGICIAN MACHINE SUPPORT
1341M: Philipp Zabel <philipp.zabel@gmail.com>
1342S: Maintained
1343
1344ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1345M: Jason Cooper <jason@lakedaemon.net>
1346M: Andrew Lunn <andrew@lunn.ch>
1347M: Gregory Clement <gregory.clement@free-electrons.com>
1348M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1349L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1350S: Maintained
1351F: arch/arm/mach-mvebu/
1352F: drivers/rtc/rtc-armada38x.c
1353F: arch/arm/boot/dts/armada*
1354F: arch/arm/boot/dts/kirkwood*
1355F: arch/arm64/boot/dts/marvell/armada*
1356F: drivers/cpufreq/mvebu-cpufreq.c
1357F: arch/arm/configs/mvebu_*_defconfig
1358
1359ARM/Marvell Berlin SoC support
1360M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1361L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1362S: Maintained
1363F: arch/arm/mach-berlin/
1364F: arch/arm/boot/dts/berlin*
1365F: arch/arm64/boot/dts/marvell/berlin*
1366
1367
1368ARM/Marvell Dove/MV78xx0/Orion SOC support
1369M: Jason Cooper <jason@lakedaemon.net>
1370M: Andrew Lunn <andrew@lunn.ch>
1371M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1372M: Gregory Clement <gregory.clement@free-electrons.com>
1373L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374S: Maintained
1375F: arch/arm/mach-dove/
1376F: arch/arm/mach-mv78xx0/
1377F: arch/arm/mach-orion5x/
1378F: arch/arm/plat-orion/
1379F: arch/arm/boot/dts/dove*
1380F: arch/arm/boot/dts/orion5x*
1381
1382
1383ARM/Orion SoC/Technologic Systems TS-78xx platform support
1384M: Alexander Clouter <alex@digriz.org.uk>
1385L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1386W: http://www.digriz.org.uk/ts78xx/kernel
1387S: Maintained
1388F: arch/arm/mach-orion5x/ts78xx-*
1389
1390ARM/OXNAS platform support
1391M: Neil Armstrong <narmstrong@baylibre.com>
1392L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393S: Maintained
1394F: arch/arm/mach-oxnas/
1395F: arch/arm/boot/dts/oxnas*
1396F: arch/arm/boot/dts/wd-mbwe.dts
1397N: oxnas
1398
1399ARM/Mediatek RTC DRIVER
1400M: Eddie Huang <eddie.huang@mediatek.com>
1401L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1402L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1403S: Maintained
1404F: drivers/rtc/rtc-mt6397.c
1405
1406ARM/Mediatek SoC support
1407M: Matthias Brugger <matthias.bgg@gmail.com>
1408L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1409L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1410S: Maintained
1411F: arch/arm/boot/dts/mt6*
1412F: arch/arm/boot/dts/mt8*
1413F: arch/arm/mach-mediatek/
1414N: mtk
1415K: mediatek
1416
1417ARM/Mediatek USB3 PHY DRIVER
1418M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1419L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1420L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1421S: Maintained
1422F: drivers/phy/phy-mt65xx-usb3.c
1423
1424ARM/MICREL KS8695 ARCHITECTURE
1425M: Greg Ungerer <gerg@uclinux.org>
1426L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427F: arch/arm/mach-ks8695/
1428S: Odd Fixes
1429
1430ARM/MIOA701 MACHINE SUPPORT
1431M: Robert Jarzmik <robert.jarzmik@free.fr>
1432L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1433F: arch/arm/mach-pxa/mioa701.c
1434S: Maintained
1435
1436ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1437M: Michael Petchkovsky <mkpetch@internode.on.net>
1438S: Maintained
1439
1440ARM/NOMADIK ARCHITECTURE
1441M: Alessandro Rubini <rubini@unipv.it>
1442M: Linus Walleij <linus.walleij@linaro.org>
1443L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1444S: Maintained
1445F: arch/arm/mach-nomadik/
1446F: drivers/pinctrl/nomadik/
1447F: drivers/i2c/busses/i2c-nomadik.c
1448T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1449
1450ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1451M: Nelson Castillo <arhuaco@freaks-unidos.net>
1452L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1453W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1454S: Supported
1455
1456ARM/TOSA MACHINE SUPPORT
1457M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1458M: Dirk Opfer <dirk@opfer-online.de>
1459S: Maintained
1460
1461ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1462M: Marek Vasut <marek.vasut@gmail.com>
1463L: linux-arm-kernel@lists.infradead.org
1464W: http://hackndev.com
1465S: Maintained
1466F: arch/arm/mach-pxa/include/mach/palmtx.h
1467F: arch/arm/mach-pxa/palmtx.c
1468F: arch/arm/mach-pxa/include/mach/palmt5.h
1469F: arch/arm/mach-pxa/palmt5.c
1470F: arch/arm/mach-pxa/include/mach/palmld.h
1471F: arch/arm/mach-pxa/palmld.c
1472F: arch/arm/mach-pxa/include/mach/palmte2.h
1473F: arch/arm/mach-pxa/palmte2.c
1474F: arch/arm/mach-pxa/include/mach/palmtc.h
1475F: arch/arm/mach-pxa/palmtc.c
1476
1477ARM/PALM TREO SUPPORT
1478M: Tomas Cech <sleep_walker@suse.com>
1479L: linux-arm-kernel@lists.infradead.org
1480W: http://hackndev.com
1481S: Maintained
1482F: arch/arm/mach-pxa/include/mach/palmtreo.h
1483F: arch/arm/mach-pxa/palmtreo.c
1484
1485ARM/PALMZ72 SUPPORT
1486M: Sergey Lapin <slapin@ossfans.org>
1487L: linux-arm-kernel@lists.infradead.org
1488W: http://hackndev.com
1489S: Maintained
1490F: arch/arm/mach-pxa/include/mach/palmz72.h
1491F: arch/arm/mach-pxa/palmz72.c
1492
1493ARM/PLEB SUPPORT
1494M: Peter Chubb <pleb@gelato.unsw.edu.au>
1495W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1496S: Maintained
1497
1498ARM/PT DIGITAL BOARD PORT
1499M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1500L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1501W: http://www.armlinux.org.uk/
1502S: Maintained
1503
1504ARM/QUALCOMM SUPPORT
1505M: Andy Gross <andy.gross@linaro.org>
1506M: David Brown <david.brown@linaro.org>
1507L: linux-arm-msm@vger.kernel.org
1508L: linux-soc@vger.kernel.org
1509S: Maintained
1510F: arch/arm/boot/dts/qcom-*.dts
1511F: arch/arm/boot/dts/qcom-*.dtsi
1512F: arch/arm/mach-qcom/
1513F: arch/arm64/boot/dts/qcom/*
1514F: drivers/i2c/busses/i2c-qup.c
1515F: drivers/clk/qcom/
1516F: drivers/soc/qcom/
1517F: drivers/spi/spi-qup.c
1518F: drivers/tty/serial/msm_serial.h
1519F: drivers/tty/serial/msm_serial.c
1520F: drivers/*/pm8???-*
1521F: drivers/mfd/ssbi.c
1522F: drivers/firmware/qcom_scm.c
1523T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1524
1525ARM/RADISYS ENP2611 MACHINE SUPPORT
1526M: Lennert Buytenhek <kernel@wantstofly.org>
1527L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1528S: Maintained
1529
1530ARM/RENESAS ARM64 ARCHITECTURE
1531M: Simon Horman <horms@verge.net.au>
1532M: Magnus Damm <magnus.damm@gmail.com>
1533L: linux-renesas-soc@vger.kernel.org
1534Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1535T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1536S: Supported
1537F: arch/arm64/boot/dts/renesas/
1538F: drivers/soc/renesas/
1539F: include/linux/soc/renesas/
1540
1541ARM/RISCPC ARCHITECTURE
1542M: Russell King <linux@armlinux.org.uk>
1543L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1544W: http://www.armlinux.org.uk/
1545S: Maintained
1546F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1547F: arch/arm/include/asm/hardware/ioc.h
1548F: arch/arm/include/asm/hardware/iomd.h
1549F: arch/arm/include/asm/hardware/memc.h
1550F: arch/arm/mach-rpc/
1551F: drivers/net/ethernet/8390/etherh.c
1552F: drivers/net/ethernet/i825xx/ether1*
1553F: drivers/net/ethernet/seeq/ether3*
1554F: drivers/scsi/arm/
1555
1556ARM/Rockchip SoC support
1557M: Heiko Stuebner <heiko@sntech.de>
1558L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1559L: linux-rockchip@lists.infradead.org
1560T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1561S: Maintained
1562F: arch/arm/boot/dts/rk3*
1563F: arch/arm/mach-rockchip/
1564F: drivers/clk/rockchip/
1565F: drivers/i2c/busses/i2c-rk3x.c
1566F: drivers/*/*rockchip*
1567F: drivers/*/*/*rockchip*
1568F: sound/soc/rockchip/
1569N: rockchip
1570
1571ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1572M: Kukjin Kim <kgene@kernel.org>
1573M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1574L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1576S: Maintained
1577F: arch/arm/boot/dts/s3c*
1578F: arch/arm/boot/dts/s5p*
1579F: arch/arm/boot/dts/samsung*
1580F: arch/arm/boot/dts/exynos*
1581F: arch/arm64/boot/dts/exynos/
1582F: arch/arm/plat-samsung/
1583F: arch/arm/mach-s3c24*/
1584F: arch/arm/mach-s3c64xx/
1585F: arch/arm/mach-s5p*/
1586F: arch/arm/mach-exynos*/
1587F: drivers/*/*s3c2410*
1588F: drivers/*/*/*s3c2410*
1589F: drivers/memory/samsung/*
1590F: drivers/soc/samsung/*
1591F: drivers/spi/spi-s3c*
1592F: sound/soc/samsung/*
1593F: Documentation/arm/Samsung/
1594F: Documentation/devicetree/bindings/arm/samsung/
1595F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1596F: Documentation/devicetree/bindings/power/pd-samsung.txt
1597N: exynos
1598
1599ARM/SAMSUNG MOBILE MACHINE SUPPORT
1600M: Kyungmin Park <kyungmin.park@samsung.com>
1601L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1602S: Maintained
1603F: arch/arm/mach-s5pv210/
1604
1605ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1606M: Kyungmin Park <kyungmin.park@samsung.com>
1607M: Kamil Debski <k.debski@samsung.com>
1608L: linux-arm-kernel@lists.infradead.org
1609L: linux-media@vger.kernel.org
1610S: Maintained
1611F: drivers/media/platform/s5p-g2d/
1612
1613ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1614M: Kyungmin Park <kyungmin.park@samsung.com>
1615M: Kamil Debski <k.debski@samsung.com>
1616M: Jeongtae Park <jtp.park@samsung.com>
1617L: linux-arm-kernel@lists.infradead.org
1618L: linux-media@vger.kernel.org
1619S: Maintained
1620F: arch/arm/plat-samsung/s5p-dev-mfc.c
1621F: drivers/media/platform/s5p-mfc/
1622
1623ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1624M: Kyungmin Park <kyungmin.park@samsung.com>
1625M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1626L: linux-arm-kernel@lists.infradead.org
1627L: linux-media@vger.kernel.org
1628S: Maintained
1629F: drivers/media/platform/s5p-tv/
1630
1631ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1632M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1633M: Jacek Anaszewski <j.anaszewski@samsung.com>
1634L: linux-arm-kernel@lists.infradead.org
1635L: linux-media@vger.kernel.org
1636S: Maintained
1637F: drivers/media/platform/s5p-jpeg/
1638
1639ARM/SHMOBILE ARM ARCHITECTURE
1640M: Simon Horman <horms@verge.net.au>
1641M: Magnus Damm <magnus.damm@gmail.com>
1642L: linux-renesas-soc@vger.kernel.org
1643Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1644T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1645S: Supported
1646F: arch/arm/boot/dts/emev2*
1647F: arch/arm/boot/dts/r7s*
1648F: arch/arm/boot/dts/r8a*
1649F: arch/arm/boot/dts/sh*
1650F: arch/arm/configs/shmobile_defconfig
1651F: arch/arm/include/debug/renesas-scif.S
1652F: arch/arm/mach-shmobile/
1653F: drivers/sh/
1654F: drivers/soc/renesas/
1655F: include/linux/soc/renesas/
1656
1657ARM/SOCFPGA ARCHITECTURE
1658M: Dinh Nguyen <dinguyen@opensource.altera.com>
1659S: Maintained
1660F: arch/arm/mach-socfpga/
1661F: arch/arm/boot/dts/socfpga*
1662F: arch/arm/configs/socfpga_defconfig
1663F: arch/arm64/boot/dts/altera/
1664W: http://www.rocketboards.org
1665T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1666
1667ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1668M: Dinh Nguyen <dinguyen@opensource.altera.com>
1669S: Maintained
1670F: drivers/clk/socfpga/
1671
1672ARM/SOCFPGA EDAC SUPPORT
1673M: Thor Thayer <tthayer@opensource.altera.com>
1674S: Maintained
1675F: drivers/edac/altera_edac.
1676
1677ARM/STI ARCHITECTURE
1678M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1679M: Maxime Coquelin <maxime.coquelin@st.com>
1680M: Patrice Chotard <patrice.chotard@st.com>
1681L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682L: kernel@stlinux.com
1683W: http://www.stlinux.com
1684S: Maintained
1685F: arch/arm/mach-sti/
1686F: arch/arm/boot/dts/sti*
1687F: drivers/char/hw_random/st-rng.c
1688F: drivers/clocksource/arm_global_timer.c
1689F: drivers/clocksource/clksrc_st_lpc.c
1690F: drivers/cpufreq/sti-cpufreq.c
1691F: drivers/i2c/busses/i2c-st.c
1692F: drivers/media/rc/st_rc.c
1693F: drivers/media/platform/sti/c8sectpfe/
1694F: drivers/mmc/host/sdhci-st.c
1695F: drivers/phy/phy-miphy28lp.c
1696F: drivers/phy/phy-miphy365x.c
1697F: drivers/phy/phy-stih407-usb.c
1698F: drivers/phy/phy-stih41x-usb.c
1699F: drivers/pinctrl/pinctrl-st.c
1700F: drivers/remoteproc/st_remoteproc.c
1701F: drivers/reset/sti/
1702F: drivers/rtc/rtc-st-lpc.c
1703F: drivers/tty/serial/st-asc.c
1704F: drivers/usb/dwc3/dwc3-st.c
1705F: drivers/usb/host/ehci-st.c
1706F: drivers/usb/host/ohci-st.c
1707F: drivers/watchdog/st_lpc_wdt.c
1708F: drivers/ata/ahci_st.c
1709
1710ARM/STM32 ARCHITECTURE
1711M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1712L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1713S: Maintained
1714T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1715N: stm32
1716F: drivers/clocksource/armv7m_systick.c
1717
1718ARM/TANGO ARCHITECTURE
1719M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1720L: linux-arm-kernel@lists.infradead.org
1721S: Maintained
1722F: arch/arm/mach-tango/
1723F: arch/arm/boot/dts/tango*
1724
1725ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1726M: Lennert Buytenhek <kernel@wantstofly.org>
1727L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1728S: Maintained
1729
1730ARM/TETON BGA MACHINE SUPPORT
1731M: "Mark F. Brown" <mark.brown314@gmail.com>
1732L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1733S: Maintained
1734
1735ARM/THECUS N2100 MACHINE SUPPORT
1736M: Lennert Buytenhek <kernel@wantstofly.org>
1737L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1738S: Maintained
1739
1740ARM/NUVOTON W90X900 ARM ARCHITECTURE
1741M: Wan ZongShun <mcuos.com@gmail.com>
1742L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1743W: http://www.mcuos.com
1744S: Maintained
1745F: arch/arm/mach-w90x900/
1746F: drivers/input/keyboard/w90p910_keypad.c
1747F: drivers/input/touchscreen/w90p910_ts.c
1748F: drivers/watchdog/nuc900_wdt.c
1749F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1750F: drivers/mtd/nand/nuc900_nand.c
1751F: drivers/rtc/rtc-nuc900.c
1752F: drivers/spi/spi-nuc900.c
1753F: drivers/usb/host/ehci-w90x900.c
1754F: drivers/video/fbdev/nuc900fb.c
1755
1756ARM/U300 MACHINE SUPPORT
1757M: Linus Walleij <linus.walleij@linaro.org>
1758L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1759S: Supported
1760F: arch/arm/mach-u300/
1761F: drivers/clocksource/timer-u300.c
1762F: drivers/i2c/busses/i2c-stu300.c
1763F: drivers/rtc/rtc-coh901331.c
1764F: drivers/watchdog/coh901327_wdt.c
1765F: drivers/dma/coh901318*
1766F: drivers/mfd/ab3100*
1767F: drivers/rtc/rtc-ab3100.c
1768F: drivers/rtc/rtc-coh901331.c
1769T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1770
1771ARM/UNIPHIER ARCHITECTURE
1772M: Masahiro Yamada <yamada.masahiro@socionext.com>
1773L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1774S: Maintained
1775F: arch/arm/boot/dts/uniphier*
1776F: arch/arm/include/asm/hardware/cache-uniphier.h
1777F: arch/arm/mach-uniphier/
1778F: arch/arm/mm/cache-uniphier.c
1779F: arch/arm64/boot/dts/socionext/
1780F: drivers/bus/uniphier-system-bus.c
1781F: drivers/i2c/busses/i2c-uniphier*
1782F: drivers/pinctrl/uniphier/
1783F: drivers/tty/serial/8250/8250_uniphier.c
1784N: uniphier
1785
1786ARM/Ux500 ARM ARCHITECTURE
1787M: Linus Walleij <linus.walleij@linaro.org>
1788L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1789S: Maintained
1790F: arch/arm/mach-ux500/
1791F: drivers/clocksource/clksrc-dbx500-prcmu.c
1792F: drivers/dma/ste_dma40*
1793F: drivers/hwspinlock/u8500_hsem.c
1794F: drivers/mfd/abx500*
1795F: drivers/mfd/ab8500*
1796F: drivers/mfd/dbx500*
1797F: drivers/mfd/db8500*
1798F: drivers/pinctrl/nomadik/pinctrl-ab*
1799F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1800F: drivers/rtc/rtc-ab8500.c
1801F: drivers/rtc/rtc-pl031.c
1802T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1803
1804ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1805M: Ulf Hansson <ulf.hansson@linaro.org>
1806L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1807T: git git://git.linaro.org/people/ulfh/clk.git
1808S: Maintained
1809F: drivers/clk/ux500/
1810F: include/linux/platform_data/clk-ux500.h
1811
1812ARM/VERSATILE EXPRESS PLATFORM
1813M: Liviu Dudau <liviu.dudau@arm.com>
1814M: Sudeep Holla <sudeep.holla@arm.com>
1815M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1816L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1817S: Maintained
1818F: arch/arm/boot/dts/vexpress*
1819F: arch/arm64/boot/dts/arm/
1820F: arch/arm/mach-vexpress/
1821F: */*/vexpress*
1822F: */*/*/vexpress*
1823F: drivers/clk/versatile/clk-vexpress-osc.c
1824F: drivers/clocksource/versatile.c
1825N: mps2
1826
1827ARM/VFP SUPPORT
1828M: Russell King <linux@armlinux.org.uk>
1829L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1830W: http://www.armlinux.org.uk/
1831S: Maintained
1832F: arch/arm/vfp/
1833
1834ARM/VOIPAC PXA270 SUPPORT
1835M: Marek Vasut <marek.vasut@gmail.com>
1836L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837S: Maintained
1838F: arch/arm/mach-pxa/vpac270.c
1839F: arch/arm/mach-pxa/include/mach/vpac270.h
1840
1841ARM/VT8500 ARM ARCHITECTURE
1842M: Tony Prisk <linux@prisktech.co.nz>
1843L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1844S: Maintained
1845F: arch/arm/mach-vt8500/
1846F: drivers/clocksource/vt8500_timer.c
1847F: drivers/i2c/busses/i2c-wmt.c
1848F: drivers/mmc/host/wmt-sdmmc.c
1849F: drivers/pwm/pwm-vt8500.c
1850F: drivers/rtc/rtc-vt8500.c
1851F: drivers/tty/serial/vt8500_serial.c
1852F: drivers/usb/host/ehci-platform.c
1853F: drivers/usb/host/uhci-platform.c
1854F: drivers/video/fbdev/vt8500lcdfb.*
1855F: drivers/video/fbdev/wm8505fb*
1856F: drivers/video/fbdev/wmt_ge_rops.*
1857
1858ARM/ZIPIT Z2 SUPPORT
1859M: Marek Vasut <marek.vasut@gmail.com>
1860L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1861S: Maintained
1862F: arch/arm/mach-pxa/z2.c
1863F: arch/arm/mach-pxa/include/mach/z2.h
1864
1865ARM/ZTE ARCHITECTURE
1866M: Jun Nie <jun.nie@linaro.org>
1867L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1868S: Maintained
1869F: arch/arm/mach-zx/
1870F: drivers/clk/zte/
1871F: Documentation/devicetree/bindings/arm/zte.txt
1872F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1873
1874ARM/ZYNQ ARCHITECTURE
1875M: Michal Simek <michal.simek@xilinx.com>
1876R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1877L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1878W: http://wiki.xilinx.com
1879T: git https://github.com/Xilinx/linux-xlnx.git
1880S: Supported
1881F: arch/arm/mach-zynq/
1882F: drivers/cpuidle/cpuidle-zynq.c
1883F: drivers/block/xsysace.c
1884N: zynq
1885N: xilinx
1886F: drivers/clocksource/cadence_ttc_timer.c
1887F: drivers/i2c/busses/i2c-cadence.c
1888F: drivers/mmc/host/sdhci-of-arasan.c
1889F: drivers/edac/synopsys_edac.c
1890
1891ARM SMMU DRIVERS
1892M: Will Deacon <will.deacon@arm.com>
1893R: Robin Murphy <robin.murphy@arm.com>
1894L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1895S: Maintained
1896F: drivers/iommu/arm-smmu.c
1897F: drivers/iommu/arm-smmu-v3.c
1898F: drivers/iommu/io-pgtable-arm.c
1899F: drivers/iommu/io-pgtable-arm-v7s.c
1900
1901ARM64 PORT (AARCH64 ARCHITECTURE)
1902M: Catalin Marinas <catalin.marinas@arm.com>
1903M: Will Deacon <will.deacon@arm.com>
1904L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1905T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1906S: Maintained
1907F: arch/arm64/
1908F: Documentation/arm64/
1909
1910AS3645A LED FLASH CONTROLLER DRIVER
1911M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1912L: linux-media@vger.kernel.org
1913T: git git://linuxtv.org/media_tree.git
1914S: Maintained
1915F: drivers/media/i2c/as3645a.c
1916F: include/media/i2c/as3645a.h
1917
1918ASC7621 HARDWARE MONITOR DRIVER
1919M: George Joseph <george.joseph@fairview5.com>
1920L: linux-hwmon@vger.kernel.org
1921S: Maintained
1922F: Documentation/hwmon/asc7621
1923F: drivers/hwmon/asc7621.c
1924
1925ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1926M: Corentin Chary <corentin.chary@gmail.com>
1927L: acpi4asus-user@lists.sourceforge.net
1928L: platform-driver-x86@vger.kernel.org
1929W: http://acpi4asus.sf.net
1930S: Maintained
1931F: drivers/platform/x86/asus*.c
1932F: drivers/platform/x86/eeepc*.c
1933
1934ASUS WIRELESS RADIO CONTROL DRIVER
1935M: João Paulo Rechi Vita <jprvita@gmail.com>
1936L: platform-driver-x86@vger.kernel.org
1937S: Maintained
1938F: drivers/platform/x86/asus-wireless.c
1939
1940ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1941R: Dan Williams <dan.j.williams@intel.com>
1942W: http://sourceforge.net/projects/xscaleiop
1943S: Odd fixes
1944F: Documentation/crypto/async-tx-api.txt
1945F: crypto/async_tx/
1946F: drivers/dma/
1947F: include/linux/dmaengine.h
1948F: include/linux/async_tx.h
1949
1950AT24 EEPROM DRIVER
1951M: Wolfram Sang <wsa@the-dreams.de>
1952L: linux-i2c@vger.kernel.org
1953S: Maintained
1954F: drivers/misc/eeprom/at24.c
1955F: include/linux/platform_data/at24.h
1956
1957ATA OVER ETHERNET (AOE) DRIVER
1958M: "Ed L. Cashin" <ed.cashin@acm.org>
1959W: http://www.openaoe.org/
1960S: Supported
1961F: Documentation/aoe/
1962F: drivers/block/aoe/
1963
1964ATHEROS 71XX/9XXX GPIO DRIVER
1965M: Alban Bedel <albeu@free.fr>
1966W: https://github.com/AlbanBedel/linux
1967T: git git://github.com/AlbanBedel/linux
1968S: Maintained
1969F: drivers/gpio/gpio-ath79.c
1970F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1971
1972ATHEROS ATH GENERIC UTILITIES
1973M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1974L: linux-wireless@vger.kernel.org
1975S: Supported
1976F: drivers/net/wireless/ath/*
1977
1978ATHEROS ATH5K WIRELESS DRIVER
1979M: Jiri Slaby <jirislaby@gmail.com>
1980M: Nick Kossifidis <mickflemm@gmail.com>
1981M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1982L: linux-wireless@vger.kernel.org
1983W: http://wireless.kernel.org/en/users/Drivers/ath5k
1984S: Maintained
1985F: drivers/net/wireless/ath/ath5k/
1986
1987ATHEROS ATH6KL WIRELESS DRIVER
1988M: Kalle Valo <kvalo@qca.qualcomm.com>
1989L: linux-wireless@vger.kernel.org
1990W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1991T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1992S: Supported
1993F: drivers/net/wireless/ath/ath6kl/
1994
1995WILOCITY WIL6210 WIRELESS DRIVER
1996M: Maya Erez <qca_merez@qca.qualcomm.com>
1997L: linux-wireless@vger.kernel.org
1998L: wil6210@qca.qualcomm.com
1999S: Supported
2000W: http://wireless.kernel.org/en/users/Drivers/wil6210
2001F: drivers/net/wireless/ath/wil6210/
2002F: include/uapi/linux/wil6210_uapi.h
2003
2004CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2005M: Christian Lamparter <chunkeey@googlemail.com>
2006L: linux-wireless@vger.kernel.org
2007W: http://wireless.kernel.org/en/users/Drivers/carl9170
2008S: Maintained
2009F: drivers/net/wireless/ath/carl9170/
2010
2011ATK0110 HWMON DRIVER
2012M: Luca Tettamanti <kronos.it@gmail.com>
2013L: linux-hwmon@vger.kernel.org
2014S: Maintained
2015F: drivers/hwmon/asus_atk0110.c
2016
2017ATI_REMOTE2 DRIVER
2018M: Ville Syrjala <syrjala@sci.fi>
2019S: Maintained
2020F: drivers/input/misc/ati_remote2.c
2021
2022ATLX ETHERNET DRIVERS
2023M: Jay Cliburn <jcliburn@gmail.com>
2024M: Chris Snook <chris.snook@gmail.com>
2025L: netdev@vger.kernel.org
2026W: http://sourceforge.net/projects/atl1
2027W: http://atl1.sourceforge.net
2028S: Maintained
2029F: drivers/net/ethernet/atheros/
2030
2031ATM
2032M: Chas Williams <3chas3@gmail.com>
2033L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2034L: netdev@vger.kernel.org
2035W: http://linux-atm.sourceforge.net
2036S: Maintained
2037F: drivers/atm/
2038F: include/linux/atm*
2039F: include/uapi/linux/atm*
2040
2041ATMEL AT91 / AT32 MCI DRIVER
2042M: Ludovic Desroches <ludovic.desroches@atmel.com>
2043S: Maintained
2044F: drivers/mmc/host/atmel-mci.c
2045
2046ATMEL AT91 / AT32 SERIAL DRIVER
2047M: Nicolas Ferre <nicolas.ferre@atmel.com>
2048S: Supported
2049F: drivers/tty/serial/atmel_serial.c
2050
2051ATMEL SAMA5D2 ADC DRIVER
2052M: Ludovic Desroches <ludovic.desroches@atmel.com>
2053L: linux-iio@vger.kernel.org
2054S: Supported
2055F: drivers/iio/adc/at91-sama5d2_adc.c
2056
2057ATMEL Audio ALSA driver
2058M: Nicolas Ferre <nicolas.ferre@atmel.com>
2059L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2060S: Supported
2061F: sound/soc/atmel
2062
2063ATMEL DMA DRIVER
2064M: Nicolas Ferre <nicolas.ferre@atmel.com>
2065L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2066S: Supported
2067F: drivers/dma/at_hdmac.c
2068F: drivers/dma/at_hdmac_regs.h
2069F: include/linux/platform_data/dma-atmel.h
2070
2071ATMEL XDMA DRIVER
2072M: Ludovic Desroches <ludovic.desroches@atmel.com>
2073L: linux-arm-kernel@lists.infradead.org
2074L: dmaengine@vger.kernel.org
2075S: Supported
2076F: drivers/dma/at_xdmac.c
2077
2078ATMEL I2C DRIVER
2079M: Ludovic Desroches <ludovic.desroches@atmel.com>
2080L: linux-i2c@vger.kernel.org
2081S: Supported
2082F: drivers/i2c/busses/i2c-at91.c
2083
2084ATMEL ISI DRIVER
2085M: Ludovic Desroches <ludovic.desroches@atmel.com>
2086L: linux-media@vger.kernel.org
2087S: Supported
2088F: drivers/media/platform/soc_camera/atmel-isi.c
2089F: include/media/atmel-isi.h
2090
2091ATMEL LCDFB DRIVER
2092M: Nicolas Ferre <nicolas.ferre@atmel.com>
2093L: linux-fbdev@vger.kernel.org
2094S: Maintained
2095F: drivers/video/fbdev/atmel_lcdfb.c
2096F: include/video/atmel_lcdc.h
2097
2098ATMEL MACB ETHERNET DRIVER
2099M: Nicolas Ferre <nicolas.ferre@atmel.com>
2100S: Supported
2101F: drivers/net/ethernet/cadence/
2102
2103ATMEL NAND DRIVER
2104M: Wenyou Yang <wenyou.yang@atmel.com>
2105M: Josh Wu <rainyfeeling@outlook.com>
2106L: linux-mtd@lists.infradead.org
2107S: Supported
2108F: drivers/mtd/nand/atmel_nand*
2109
2110ATMEL SDMMC DRIVER
2111M: Ludovic Desroches <ludovic.desroches@atmel.com>
2112L: linux-mmc@vger.kernel.org
2113S: Supported
2114F: drivers/mmc/host/sdhci-of-at91.c
2115
2116ATMEL SPI DRIVER
2117M: Nicolas Ferre <nicolas.ferre@atmel.com>
2118S: Supported
2119F: drivers/spi/spi-atmel.*
2120
2121ATMEL SSC DRIVER
2122M: Nicolas Ferre <nicolas.ferre@atmel.com>
2123L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2124S: Supported
2125F: drivers/misc/atmel-ssc.c
2126F: include/linux/atmel-ssc.h
2127
2128ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2129M: Nicolas Ferre <nicolas.ferre@atmel.com>
2130L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2131S: Supported
2132F: drivers/misc/atmel_tclib.c
2133F: drivers/clocksource/tcb_clksrc.c
2134
2135ATMEL USBA UDC DRIVER
2136M: Nicolas Ferre <nicolas.ferre@atmel.com>
2137L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2138S: Supported
2139F: drivers/usb/gadget/udc/atmel_usba_udc.*
2140
2141ATMEL WIRELESS DRIVER
2142M: Simon Kelley <simon@thekelleys.org.uk>
2143L: linux-wireless@vger.kernel.org
2144W: http://www.thekelleys.org.uk/atmel
2145W: http://atmelwlandriver.sourceforge.net/
2146S: Maintained
2147F: drivers/net/wireless/atmel/atmel*
2148
2149ATMEL MAXTOUCH DRIVER
2150M: Nick Dyer <nick.dyer@itdev.co.uk>
2151T: git git://github.com/atmel-maxtouch/linux.git
2152S: Supported
2153F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2154F: drivers/input/touchscreen/atmel_mxt_ts.c
2155F: include/linux/platform_data/atmel_mxt_ts.h
2156
2157ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2158M: Bradley Grove <linuxdrivers@attotech.com>
2159L: linux-scsi@vger.kernel.org
2160W: http://www.attotech.com
2161S: Supported
2162F: drivers/scsi/esas2r
2163
2164ATUSB IEEE 802.15.4 RADIO DRIVER
2165M: Stefan Schmidt <stefan@osg.samsung.com>
2166L: linux-wpan@vger.kernel.org
2167S: Maintained
2168F: drivers/net/ieee802154/atusb.c
2169F: drivers/net/ieee802154/atusb.h
2170F: drivers/net/ieee802154/at86rf230.h
2171
2172AUDIT SUBSYSTEM
2173M: Paul Moore <paul@paul-moore.com>
2174M: Eric Paris <eparis@redhat.com>
2175L: linux-audit@redhat.com (moderated for non-subscribers)
2176W: http://people.redhat.com/sgrubb/audit/
2177T: git git://git.infradead.org/users/pcmoore/audit
2178S: Maintained
2179F: include/linux/audit.h
2180F: include/uapi/linux/audit.h
2181F: kernel/audit*
2182
2183AUXILIARY DISPLAY DRIVERS
2184M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2185W: http://miguelojeda.es/auxdisplay.htm
2186W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2187S: Maintained
2188F: drivers/auxdisplay/
2189F: include/linux/cfag12864b.h
2190
2191AVR32 ARCHITECTURE
2192M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2193M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2194W: http://www.atmel.com/products/AVR32/
2195W: http://mirror.egtvedt.no/avr32linux.org/
2196W: http://avrfreaks.net/
2197S: Maintained
2198F: arch/avr32/
2199
2200AVR32/AT32AP MACHINE SUPPORT
2201M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2202M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2203S: Maintained
2204F: arch/avr32/mach-at32ap/
2205
2206AX.25 NETWORK LAYER
2207M: Ralf Baechle <ralf@linux-mips.org>
2208L: linux-hams@vger.kernel.org
2209W: http://www.linux-ax25.org/
2210S: Maintained
2211F: include/uapi/linux/ax25.h
2212F: include/net/ax25.h
2213F: net/ax25/
2214
2215AZ6007 DVB DRIVER
2216M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2217L: linux-media@vger.kernel.org
2218W: https://linuxtv.org
2219T: git git://linuxtv.org/media_tree.git
2220S: Maintained
2221F: drivers/media/usb/dvb-usb-v2/az6007.c
2222
2223AZTECH FM RADIO RECEIVER DRIVER
2224M: Hans Verkuil <hverkuil@xs4all.nl>
2225L: linux-media@vger.kernel.org
2226T: git git://linuxtv.org/media_tree.git
2227W: https://linuxtv.org
2228S: Maintained
2229F: drivers/media/radio/radio-aztech*
2230
2231B43 WIRELESS DRIVER
2232L: linux-wireless@vger.kernel.org
2233L: b43-dev@lists.infradead.org
2234W: http://wireless.kernel.org/en/users/Drivers/b43
2235S: Odd Fixes
2236F: drivers/net/wireless/broadcom/b43/
2237
2238B43LEGACY WIRELESS DRIVER
2239M: Larry Finger <Larry.Finger@lwfinger.net>
2240L: linux-wireless@vger.kernel.org
2241L: b43-dev@lists.infradead.org
2242W: http://wireless.kernel.org/en/users/Drivers/b43
2243S: Maintained
2244F: drivers/net/wireless/broadcom/b43legacy/
2245
2246BACKLIGHT CLASS/SUBSYSTEM
2247M: Jingoo Han <jingoohan1@gmail.com>
2248M: Lee Jones <lee.jones@linaro.org>
2249T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2250S: Maintained
2251F: drivers/video/backlight/
2252F: include/linux/backlight.h
2253
2254BATMAN ADVANCED
2255M: Marek Lindner <mareklindner@neomailbox.ch>
2256M: Simon Wunderlich <sw@simonwunderlich.de>
2257M: Antonio Quartulli <a@unstable.cc>
2258L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2259W: https://www.open-mesh.org/
2260Q: https://patchwork.open-mesh.org/project/batman/list/
2261S: Maintained
2262F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2263F: Documentation/ABI/testing/sysfs-class-net-mesh
2264F: Documentation/networking/batman-adv.txt
2265F: net/batman-adv/
2266
2267BAYCOM/HDLCDRV DRIVERS FOR AX.25
2268M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2269L: linux-hams@vger.kernel.org
2270W: http://www.baycom.org/~tom/ham/ham.html
2271S: Maintained
2272F: drivers/net/hamradio/baycom*
2273
2274BCACHE (BLOCK LAYER CACHE)
2275M: Kent Overstreet <kent.overstreet@gmail.com>
2276L: linux-bcache@vger.kernel.org
2277W: http://bcache.evilpiepirate.org
2278S: Maintained
2279F: drivers/md/bcache/
2280
2281BDISP ST MEDIA DRIVER
2282M: Fabien Dessenne <fabien.dessenne@st.com>
2283L: linux-media@vger.kernel.org
2284T: git git://linuxtv.org/media_tree.git
2285W: https://linuxtv.org
2286S: Supported
2287F: drivers/media/platform/sti/bdisp
2288
2289BEFS FILE SYSTEM
2290S: Orphan
2291F: Documentation/filesystems/befs.txt
2292F: fs/befs/
2293
2294BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2295M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2296L: netdev@vger.kernel.org
2297S: Maintained
2298F: drivers/net/ethernet/ec_bhf.c
2299
2300BFS FILE SYSTEM
2301M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2302S: Maintained
2303F: Documentation/filesystems/bfs.txt
2304F: fs/bfs/
2305F: include/uapi/linux/bfs_fs.h
2306
2307BLACKFIN ARCHITECTURE
2308M: Steven Miao <realmz6@gmail.com>
2309L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2310T: git git://git.code.sf.net/p/adi-linux/code
2311W: http://blackfin.uclinux.org
2312S: Supported
2313F: arch/blackfin/
2314
2315BLACKFIN EMAC DRIVER
2316L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2317W: http://blackfin.uclinux.org
2318S: Supported
2319F: drivers/net/ethernet/adi/
2320
2321BLACKFIN RTC DRIVER
2322L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2323W: http://blackfin.uclinux.org
2324S: Supported
2325F: drivers/rtc/rtc-bfin.c
2326
2327BLACKFIN SDH DRIVER
2328M: Sonic Zhang <sonic.zhang@analog.com>
2329L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2330W: http://blackfin.uclinux.org
2331S: Supported
2332F: drivers/mmc/host/bfin_sdh.c
2333
2334BLACKFIN SERIAL DRIVER
2335M: Sonic Zhang <sonic.zhang@analog.com>
2336L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2337W: http://blackfin.uclinux.org
2338S: Supported
2339F: drivers/tty/serial/bfin_uart.c
2340
2341BLACKFIN WATCHDOG DRIVER
2342L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2343W: http://blackfin.uclinux.org
2344S: Supported
2345F: drivers/watchdog/bfin_wdt.c
2346
2347BLACKFIN I2C TWI DRIVER
2348M: Sonic Zhang <sonic.zhang@analog.com>
2349L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2350W: http://blackfin.uclinux.org/
2351S: Supported
2352F: drivers/i2c/busses/i2c-bfin-twi.c
2353
2354BLACKFIN MEDIA DRIVER
2355M: Scott Jiang <scott.jiang.linux@gmail.com>
2356L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2357W: http://blackfin.uclinux.org/
2358S: Supported
2359F: drivers/media/platform/blackfin/
2360F: drivers/media/i2c/adv7183*
2361F: drivers/media/i2c/vs6624*
2362
2363BLINKM RGB LED DRIVER
2364M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2365S: Maintained
2366F: drivers/leds/leds-blinkm.c
2367
2368BLOCK LAYER
2369M: Jens Axboe <axboe@kernel.dk>
2370L: linux-block@vger.kernel.org
2371T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2372S: Maintained
2373F: block/
2374F: kernel/trace/blktrace.c
2375
2376BLOCK2MTD DRIVER
2377M: Joern Engel <joern@lazybastard.org>
2378L: linux-mtd@lists.infradead.org
2379S: Maintained
2380F: drivers/mtd/devices/block2mtd.c
2381
2382BLUETOOTH DRIVERS
2383M: Marcel Holtmann <marcel@holtmann.org>
2384M: Gustavo Padovan <gustavo@padovan.org>
2385M: Johan Hedberg <johan.hedberg@gmail.com>
2386L: linux-bluetooth@vger.kernel.org
2387W: http://www.bluez.org/
2388T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2389T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2390S: Maintained
2391F: drivers/bluetooth/
2392
2393BLUETOOTH SUBSYSTEM
2394M: Marcel Holtmann <marcel@holtmann.org>
2395M: Gustavo Padovan <gustavo@padovan.org>
2396M: Johan Hedberg <johan.hedberg@gmail.com>
2397L: linux-bluetooth@vger.kernel.org
2398W: http://www.bluez.org/
2399T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2400T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2401S: Maintained
2402F: net/bluetooth/
2403F: include/net/bluetooth/
2404
2405BONDING DRIVER
2406M: Jay Vosburgh <j.vosburgh@gmail.com>
2407M: Veaceslav Falico <vfalico@gmail.com>
2408M: Andy Gospodarek <gospo@cumulusnetworks.com>
2409L: netdev@vger.kernel.org
2410W: http://sourceforge.net/projects/bonding/
2411S: Supported
2412F: drivers/net/bonding/
2413F: include/uapi/linux/if_bonding.h
2414
2415BPF (Safe dynamic programs and tools)
2416M: Alexei Starovoitov <ast@kernel.org>
2417L: netdev@vger.kernel.org
2418L: linux-kernel@vger.kernel.org
2419S: Supported
2420F: kernel/bpf/
2421
2422BROADCOM B44 10/100 ETHERNET DRIVER
2423M: Gary Zambrano <zambrano@broadcom.com>
2424L: netdev@vger.kernel.org
2425S: Supported
2426F: drivers/net/ethernet/broadcom/b44.*
2427
2428BROADCOM GENET ETHERNET DRIVER
2429M: Florian Fainelli <f.fainelli@gmail.com>
2430L: netdev@vger.kernel.org
2431S: Supported
2432F: drivers/net/ethernet/broadcom/genet/
2433
2434BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2435M: Sony Chacko <sony.chacko@qlogic.com>
2436M: Dept-HSGLinuxNICDev@qlogic.com
2437L: netdev@vger.kernel.org
2438S: Supported
2439F: drivers/net/ethernet/broadcom/bnx2.*
2440F: drivers/net/ethernet/broadcom/bnx2_*
2441
2442BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2443M: Ariel Elior <ariel.elior@qlogic.com>
2444L: netdev@vger.kernel.org
2445S: Supported
2446F: drivers/net/ethernet/broadcom/bnx2x/
2447
2448BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2449M: Florian Fainelli <f.fainelli@gmail.com>
2450M: Ray Jui <rjui@broadcom.com>
2451M: Scott Branden <sbranden@broadcom.com>
2452L: bcm-kernel-feedback-list@broadcom.com
2453T: git git://github.com/broadcom/mach-bcm
2454S: Maintained
2455F: arch/arm/mach-bcm/
2456F: arch/arm/boot/dts/bcm113*
2457F: arch/arm/boot/dts/bcm216*
2458F: arch/arm/boot/dts/bcm281*
2459F: arch/arm64/boot/dts/broadcom/
2460F: arch/arm/configs/bcm_defconfig
2461F: drivers/mmc/host/sdhci-bcm-kona.c
2462F: drivers/clocksource/bcm_kona_timer.c
2463
2464BROADCOM BCM2835 ARM ARCHITECTURE
2465M: Stephen Warren <swarren@wwwdotorg.org>
2466M: Lee Jones <lee@kernel.org>
2467M: Eric Anholt <eric@anholt.net>
2468L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2469L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2470T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2471S: Maintained
2472N: bcm2835
2473
2474BROADCOM BCM47XX MIPS ARCHITECTURE
2475M: Hauke Mehrtens <hauke@hauke-m.de>
2476M: Rafał Miłecki <zajec5@gmail.com>
2477L: linux-mips@linux-mips.org
2478S: Maintained
2479F: arch/mips/bcm47xx/*
2480F: arch/mips/include/asm/mach-bcm47xx/*
2481
2482BROADCOM BCM5301X ARM ARCHITECTURE
2483M: Hauke Mehrtens <hauke@hauke-m.de>
2484L: linux-arm-kernel@lists.infradead.org
2485S: Maintained
2486F: arch/arm/mach-bcm/bcm_5301x.c
2487F: arch/arm/boot/dts/bcm5301x.dtsi
2488F: arch/arm/boot/dts/bcm470*
2489
2490BROADCOM BCM63XX ARM ARCHITECTURE
2491M: Florian Fainelli <f.fainelli@gmail.com>
2492L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2493L: bcm-kernel-feedback-list@broadcom.com
2494T: git git://github.com/broadcom/stblinux.git
2495S: Maintained
2496F: arch/arm/mach-bcm/bcm63xx.c
2497F: arch/arm/include/debug/bcm63xx.S
2498
2499BROADCOM BCM63XX/BCM33XX UDC DRIVER
2500M: Kevin Cernekee <cernekee@gmail.com>
2501L: linux-usb@vger.kernel.org
2502S: Maintained
2503F: drivers/usb/gadget/udc/bcm63xx_udc.*
2504
2505BROADCOM BCM7XXX ARM ARCHITECTURE
2506M: Brian Norris <computersforpeace@gmail.com>
2507M: Gregory Fong <gregory.0xf0@gmail.com>
2508M: Florian Fainelli <f.fainelli@gmail.com>
2509L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2510L: bcm-kernel-feedback-list@broadcom.com
2511T: git git://github.com/broadcom/stblinux.git
2512S: Maintained
2513F: arch/arm/mach-bcm/*brcmstb*
2514F: arch/arm/boot/dts/bcm7*.dts*
2515F: drivers/bus/brcmstb_gisb.c
2516N: brcmstb
2517
2518BROADCOM BMIPS MIPS ARCHITECTURE
2519M: Kevin Cernekee <cernekee@gmail.com>
2520M: Florian Fainelli <f.fainelli@gmail.com>
2521L: linux-mips@linux-mips.org
2522T: git git://github.com/broadcom/stblinux.git
2523S: Maintained
2524F: arch/mips/bmips/*
2525F: arch/mips/include/asm/mach-bmips/*
2526F: arch/mips/kernel/*bmips*
2527F: arch/mips/boot/dts/brcm/bcm*.dts*
2528F: drivers/irqchip/irq-bcm63*
2529F: drivers/irqchip/irq-bcm7*
2530F: drivers/irqchip/irq-brcmstb*
2531F: include/linux/bcm963xx_nvram.h
2532F: include/linux/bcm963xx_tag.h
2533
2534BROADCOM TG3 GIGABIT ETHERNET DRIVER
2535M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2536M: Prashant Sreedharan <prashant@broadcom.com>
2537M: Michael Chan <mchan@broadcom.com>
2538L: netdev@vger.kernel.org
2539S: Supported
2540F: drivers/net/ethernet/broadcom/tg3.*
2541
2542BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2543M: Brett Rudley <brudley@broadcom.com>
2544M: Arend van Spriel <arend@broadcom.com>
2545M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2546M: Hante Meuleman <meuleman@broadcom.com>
2547L: linux-wireless@vger.kernel.org
2548L: brcm80211-dev-list@broadcom.com
2549S: Supported
2550F: drivers/net/wireless/broadcom/brcm80211/
2551
2552BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2553M: QLogic-Storage-Upstream@qlogic.com
2554L: linux-scsi@vger.kernel.org
2555S: Supported
2556F: drivers/scsi/bnx2fc/
2557
2558BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2559M: QLogic-Storage-Upstream@qlogic.com
2560L: linux-scsi@vger.kernel.org
2561S: Supported
2562F: drivers/scsi/bnx2i/
2563
2564BROADCOM IPROC ARM ARCHITECTURE
2565M: Ray Jui <rjui@broadcom.com>
2566M: Scott Branden <sbranden@broadcom.com>
2567M: Jon Mason <jonmason@broadcom.com>
2568L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2569L: bcm-kernel-feedback-list@broadcom.com
2570T: git git://github.com/broadcom/cygnus-linux.git
2571S: Maintained
2572N: iproc
2573N: cygnus
2574N: nsp
2575N: bcm9113*
2576N: bcm9583*
2577N: bcm9585*
2578N: bcm9586*
2579N: bcm988312
2580N: bcm113*
2581N: bcm583*
2582N: bcm585*
2583N: bcm586*
2584N: bcm88312
2585
2586BROADCOM BRCMSTB GPIO DRIVER
2587M: Gregory Fong <gregory.0xf0@gmail.com>
2588L: bcm-kernel-feedback-list@broadcom.com
2589S: Supported
2590F: drivers/gpio/gpio-brcmstb.c
2591F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2592
2593BROADCOM KONA GPIO DRIVER
2594M: Ray Jui <rjui@broadcom.com>
2595L: bcm-kernel-feedback-list@broadcom.com
2596S: Supported
2597F: drivers/gpio/gpio-bcm-kona.c
2598F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2599
2600BROADCOM NVRAM DRIVER
2601M: Rafał Miłecki <zajec5@gmail.com>
2602L: linux-mips@linux-mips.org
2603S: Maintained
2604F: drivers/firmware/broadcom/*
2605
2606BROADCOM STB NAND FLASH DRIVER
2607M: Brian Norris <computersforpeace@gmail.com>
2608M: Kamal Dasu <kdasu.kdev@gmail.com>
2609L: linux-mtd@lists.infradead.org
2610L: bcm-kernel-feedback-list@broadcom.com
2611S: Maintained
2612F: drivers/mtd/nand/brcmnand/
2613
2614BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2615M: Rafał Miłecki <zajec5@gmail.com>
2616L: linux-wireless@vger.kernel.org
2617S: Maintained
2618F: drivers/bcma/
2619F: include/linux/bcma/
2620
2621BROADCOM SYSTEMPORT ETHERNET DRIVER
2622M: Florian Fainelli <f.fainelli@gmail.com>
2623L: netdev@vger.kernel.org
2624S: Supported
2625F: drivers/net/ethernet/broadcom/bcmsysport.*
2626
2627BROADCOM VULCAN ARM64 SOC
2628M: Jayachandran C. <jchandra@broadcom.com>
2629L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2630L: bcm-kernel-feedback-list@broadcom.com
2631S: Maintained
2632F: arch/arm64/boot/dts/broadcom/vulcan*
2633
2634BROCADE BFA FC SCSI DRIVER
2635M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2636M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2637L: linux-scsi@vger.kernel.org
2638S: Supported
2639F: drivers/scsi/bfa/
2640
2641BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2642M: Rasesh Mody <rasesh.mody@qlogic.com>
2643L: netdev@vger.kernel.org
2644S: Supported
2645F: drivers/net/ethernet/brocade/bna/
2646
2647BSG (block layer generic sg v4 driver)
2648M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2649L: linux-scsi@vger.kernel.org
2650S: Supported
2651F: block/bsg.c
2652F: include/linux/bsg.h
2653F: include/uapi/linux/bsg.h
2654
2655BT87X AUDIO DRIVER
2656M: Clemens Ladisch <clemens@ladisch.de>
2657L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2658T: git git://git.alsa-project.org/alsa-kernel.git
2659S: Maintained
2660F: Documentation/sound/alsa/Bt87x.txt
2661F: sound/pci/bt87x.c
2662
2663BT8XXGPIO DRIVER
2664M: Michael Buesch <m@bues.ch>
2665W: http://bu3sch.de/btgpio.php
2666S: Maintained
2667F: drivers/gpio/gpio-bt8xx.c
2668
2669BTRFS FILE SYSTEM
2670M: Chris Mason <clm@fb.com>
2671M: Josef Bacik <jbacik@fb.com>
2672M: David Sterba <dsterba@suse.com>
2673L: linux-btrfs@vger.kernel.org
2674W: http://btrfs.wiki.kernel.org/
2675Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2676T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2677S: Maintained
2678F: Documentation/filesystems/btrfs.txt
2679F: fs/btrfs/
2680
2681BTTV VIDEO4LINUX DRIVER
2682M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2683L: linux-media@vger.kernel.org
2684W: https://linuxtv.org
2685T: git git://linuxtv.org/media_tree.git
2686S: Odd fixes
2687F: Documentation/video4linux/bttv/
2688F: drivers/media/pci/bt8xx/bttv*
2689
2690BUSLOGIC SCSI DRIVER
2691M: Khalid Aziz <khalid@gonehiking.org>
2692L: linux-scsi@vger.kernel.org
2693S: Maintained
2694F: drivers/scsi/BusLogic.*
2695F: drivers/scsi/FlashPoint.*
2696
2697C-MEDIA CMI8788 DRIVER
2698M: Clemens Ladisch <clemens@ladisch.de>
2699L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2700T: git git://git.alsa-project.org/alsa-kernel.git
2701S: Maintained
2702F: sound/pci/oxygen/
2703
2704C6X ARCHITECTURE
2705M: Mark Salter <msalter@redhat.com>
2706M: Aurelien Jacquiot <a-jacquiot@ti.com>
2707L: linux-c6x-dev@linux-c6x.org
2708W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2709S: Maintained
2710F: arch/c6x/
2711
2712CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2713M: David Howells <dhowells@redhat.com>
2714L: linux-cachefs@redhat.com (moderated for non-subscribers)
2715S: Supported
2716F: Documentation/filesystems/caching/cachefiles.txt
2717F: fs/cachefiles/
2718
2719CADET FM/AM RADIO RECEIVER DRIVER
2720M: Hans Verkuil <hverkuil@xs4all.nl>
2721L: linux-media@vger.kernel.org
2722T: git git://linuxtv.org/media_tree.git
2723W: https://linuxtv.org
2724S: Maintained
2725F: drivers/media/radio/radio-cadet*
2726
2727CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2728M: Jonathan Corbet <corbet@lwn.net>
2729L: linux-media@vger.kernel.org
2730T: git git://linuxtv.org/media_tree.git
2731S: Maintained
2732F: Documentation/video4linux/cafe_ccic
2733F: drivers/media/platform/marvell-ccic/
2734
2735CAIF NETWORK LAYER
2736M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2737L: netdev@vger.kernel.org
2738S: Supported
2739F: Documentation/networking/caif/
2740F: drivers/net/caif/
2741F: include/uapi/linux/caif/
2742F: include/net/caif/
2743F: net/caif/
2744
2745CALGARY x86-64 IOMMU
2746M: Muli Ben-Yehuda <muli@il.ibm.com>
2747M: "Jon D. Mason" <jdmason@kudzu.us>
2748L: discuss@x86-64.org
2749S: Maintained
2750F: arch/x86/kernel/pci-calgary_64.c
2751F: arch/x86/kernel/tce_64.c
2752F: arch/x86/include/asm/calgary.h
2753F: arch/x86/include/asm/tce.h
2754
2755CAN NETWORK LAYER
2756M: Oliver Hartkopp <socketcan@hartkopp.net>
2757M: Marc Kleine-Budde <mkl@pengutronix.de>
2758L: linux-can@vger.kernel.org
2759W: https://github.com/linux-can
2760T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2761T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2762S: Maintained
2763F: Documentation/networking/can.txt
2764F: net/can/
2765F: include/linux/can/core.h
2766F: include/uapi/linux/can.h
2767F: include/uapi/linux/can/bcm.h
2768F: include/uapi/linux/can/raw.h
2769F: include/uapi/linux/can/gw.h
2770
2771CAN NETWORK DRIVERS
2772M: Wolfgang Grandegger <wg@grandegger.com>
2773M: Marc Kleine-Budde <mkl@pengutronix.de>
2774L: linux-can@vger.kernel.org
2775W: https://github.com/linux-can
2776T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2777T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2778S: Maintained
2779F: drivers/net/can/
2780F: include/linux/can/dev.h
2781F: include/linux/can/platform/
2782F: include/uapi/linux/can/error.h
2783F: include/uapi/linux/can/netlink.h
2784
2785CAPABILITIES
2786M: Serge Hallyn <serge.hallyn@canonical.com>
2787L: linux-security-module@vger.kernel.org
2788S: Supported
2789F: include/linux/capability.h
2790F: include/uapi/linux/capability.h
2791F: security/commoncap.c
2792F: kernel/capability.c
2793
2794CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2795M: Kevin Tsai <ktsai@capellamicro.com>
2796S: Maintained
2797F: drivers/iio/light/cm*
2798F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2799
2800CAVIUM LIQUIDIO NETWORK DRIVER
2801M: Derek Chickles <derek.chickles@caviumnetworks.com>
2802M: Satanand Burla <satananda.burla@caviumnetworks.com>
2803M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2804M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2805L: netdev@vger.kernel.org
2806W: http://www.cavium.com
2807S: Supported
2808F: drivers/net/ethernet/cavium/liquidio/
2809
2810CC2520 IEEE-802.15.4 RADIO DRIVER
2811M: Varka Bhadram <varkabhadram@gmail.com>
2812L: linux-wpan@vger.kernel.org
2813S: Maintained
2814F: drivers/net/ieee802154/cc2520.c
2815F: include/linux/spi/cc2520.h
2816F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2817
2818CELL BROADBAND ENGINE ARCHITECTURE
2819M: Arnd Bergmann <arnd@arndb.de>
2820L: linuxppc-dev@lists.ozlabs.org
2821W: http://www.ibm.com/developerworks/power/cell/
2822S: Supported
2823F: arch/powerpc/include/asm/cell*.h
2824F: arch/powerpc/include/asm/spu*.h
2825F: arch/powerpc/include/uapi/asm/spu*.h
2826F: arch/powerpc/oprofile/*cell*
2827F: arch/powerpc/platforms/cell/
2828
2829CEPH COMMON CODE (LIBCEPH)
2830M: Ilya Dryomov <idryomov@gmail.com>
2831M: "Yan, Zheng" <zyan@redhat.com>
2832M: Sage Weil <sage@redhat.com>
2833L: ceph-devel@vger.kernel.org
2834W: http://ceph.com/
2835T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2836T: git git://github.com/ceph/ceph-client.git
2837S: Supported
2838F: net/ceph/
2839F: include/linux/ceph/
2840F: include/linux/crush/
2841
2842CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2843M: "Yan, Zheng" <zyan@redhat.com>
2844M: Sage Weil <sage@redhat.com>
2845M: Ilya Dryomov <idryomov@gmail.com>
2846L: ceph-devel@vger.kernel.org
2847W: http://ceph.com/
2848T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2849T: git git://github.com/ceph/ceph-client.git
2850S: Supported
2851F: Documentation/filesystems/ceph.txt
2852F: fs/ceph/
2853
2854CERTIFICATE HANDLING:
2855M: David Howells <dhowells@redhat.com>
2856M: David Woodhouse <dwmw2@infradead.org>
2857L: keyrings@vger.kernel.org
2858S: Maintained
2859F: Documentation/module-signing.txt
2860F: certs/
2861F: scripts/sign-file.c
2862F: scripts/extract-cert.c
2863
2864CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2865L: linux-usb@vger.kernel.org
2866S: Orphan
2867F: Documentation/usb/WUSB-Design-overview.txt
2868F: Documentation/usb/wusb-cbaf
2869F: drivers/usb/host/hwa-hc.c
2870F: drivers/usb/host/whci/
2871F: drivers/usb/wusbcore/
2872F: include/linux/usb/wusb*
2873
2874CFAG12864B LCD DRIVER
2875M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2876W: http://miguelojeda.es/auxdisplay.htm
2877W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2878S: Maintained
2879F: drivers/auxdisplay/cfag12864b.c
2880F: include/linux/cfag12864b.h
2881
2882CFAG12864BFB LCD FRAMEBUFFER DRIVER
2883M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2884W: http://miguelojeda.es/auxdisplay.htm
2885W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2886S: Maintained
2887F: drivers/auxdisplay/cfag12864bfb.c
2888F: include/linux/cfag12864b.h
2889
2890CFG80211 and NL80211
2891M: Johannes Berg <johannes@sipsolutions.net>
2892L: linux-wireless@vger.kernel.org
2893W: http://wireless.kernel.org/
2894T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2895T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2896S: Maintained
2897F: include/uapi/linux/nl80211.h
2898F: include/net/cfg80211.h
2899F: net/wireless/*
2900X: net/wireless/wext*
2901
2902CHAR and MISC DRIVERS
2903M: Arnd Bergmann <arnd@arndb.de>
2904M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2905T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2906S: Supported
2907F: drivers/char/*
2908F: drivers/misc/*
2909F: include/linux/miscdevice.h
2910
2911CHECKPATCH
2912M: Andy Whitcroft <apw@canonical.com>
2913M: Joe Perches <joe@perches.com>
2914S: Maintained
2915F: scripts/checkpatch.pl
2916
2917CHINESE DOCUMENTATION
2918M: Harry Wei <harryxiyou@gmail.com>
2919L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2920L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2921S: Maintained
2922F: Documentation/zh_CN/
2923
2924CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2925M: Peter Chen <Peter.Chen@nxp.com>
2926T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2927L: linux-usb@vger.kernel.org
2928S: Maintained
2929F: drivers/usb/chipidea/
2930
2931CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2932M: Hans de Goede <hdegoede@redhat.com>
2933L: linux-input@vger.kernel.org
2934S: Maintained
2935F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2936F: drivers/input/touchscreen/chipone_icn8318.c
2937
2938CHROME HARDWARE PLATFORM SUPPORT
2939M: Olof Johansson <olof@lixom.net>
2940S: Maintained
2941T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2942F: drivers/platform/chrome/
2943
2944CISCO VIC ETHERNET NIC DRIVER
2945M: Christian Benvenuti <benve@cisco.com>
2946M: Sujith Sankar <ssujith@cisco.com>
2947M: Govindarajulu Varadarajan <_govind@gmx.com>
2948M: Neel Patel <neepatel@cisco.com>
2949S: Supported
2950F: drivers/net/ethernet/cisco/enic/
2951
2952CISCO VIC LOW LATENCY NIC DRIVER
2953M: Christian Benvenuti <benve@cisco.com>
2954M: Dave Goodell <dgoodell@cisco.com>
2955S: Supported
2956F: drivers/infiniband/hw/usnic/
2957
2958CIRRUS LOGIC EP93XX ETHERNET DRIVER
2959M: Hartley Sweeten <hsweeten@visionengravers.com>
2960L: netdev@vger.kernel.org
2961S: Maintained
2962F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2963
2964CIRRUS LOGIC AUDIO CODEC DRIVERS
2965M: Brian Austin <brian.austin@cirrus.com>
2966M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2967L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2968S: Maintained
2969F: sound/soc/codecs/cs*
2970
2971CLEANCACHE API
2972M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2973L: linux-kernel@vger.kernel.org
2974S: Maintained
2975F: mm/cleancache.c
2976F: include/linux/cleancache.h
2977
2978CLK API
2979M: Russell King <linux@armlinux.org.uk>
2980L: linux-clk@vger.kernel.org
2981S: Maintained
2982F: include/linux/clk.h
2983
2984CLOCKSOURCE, CLOCKEVENT DRIVERS
2985M: Daniel Lezcano <daniel.lezcano@linaro.org>
2986M: Thomas Gleixner <tglx@linutronix.de>
2987L: linux-kernel@vger.kernel.org
2988T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2989S: Supported
2990F: drivers/clocksource
2991
2992CISCO FCOE HBA DRIVER
2993M: Hiral Patel <hiralpat@cisco.com>
2994M: Suma Ramars <sramars@cisco.com>
2995M: Brian Uchino <buchino@cisco.com>
2996L: linux-scsi@vger.kernel.org
2997S: Supported
2998F: drivers/scsi/fnic/
2999
3000CISCO SCSI HBA DRIVER
3001M: Narsimhulu Musini <nmusini@cisco.com>
3002M: Sesidhar Baddela <sebaddel@cisco.com>
3003L: linux-scsi@vger.kernel.org
3004S: Supported
3005F: drivers/scsi/snic/
3006
3007CMPC ACPI DRIVER
3008M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3009M: Daniel Oliveira Nascimento <don@syst.com.br>
3010L: platform-driver-x86@vger.kernel.org
3011S: Supported
3012F: drivers/platform/x86/classmate-laptop.c
3013
3014COBALT MEDIA DRIVER
3015M: Hans Verkuil <hans.verkuil@cisco.com>
3016L: linux-media@vger.kernel.org
3017T: git git://linuxtv.org/media_tree.git
3018W: https://linuxtv.org
3019S: Supported
3020F: drivers/media/pci/cobalt/
3021
3022COCCINELLE/Semantic Patches (SmPL)
3023M: Julia Lawall <Julia.Lawall@lip6.fr>
3024M: Gilles Muller <Gilles.Muller@lip6.fr>
3025M: Nicolas Palix <nicolas.palix@imag.fr>
3026M: Michal Marek <mmarek@suse.com>
3027L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3028T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3029W: http://coccinelle.lip6.fr/
3030S: Supported
3031F: Documentation/coccinelle.txt
3032F: scripts/coccinelle/
3033F: scripts/coccicheck
3034
3035CODA FILE SYSTEM
3036M: Jan Harkes <jaharkes@cs.cmu.edu>
3037M: coda@cs.cmu.edu
3038L: codalist@coda.cs.cmu.edu
3039W: http://www.coda.cs.cmu.edu/
3040S: Maintained
3041F: Documentation/filesystems/coda.txt
3042F: fs/coda/
3043F: include/linux/coda*.h
3044F: include/uapi/linux/coda*.h
3045
3046CODA V4L2 MEM2MEM DRIVER
3047M: Philipp Zabel <p.zabel@pengutronix.de>
3048L: linux-media@vger.kernel.org
3049S: Maintained
3050F: Documentation/devicetree/bindings/media/coda.txt
3051F: drivers/media/platform/coda/
3052
3053COMMON CLK FRAMEWORK
3054M: Michael Turquette <mturquette@baylibre.com>
3055M: Stephen Boyd <sboyd@codeaurora.org>
3056L: linux-clk@vger.kernel.org
3057T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3058S: Maintained
3059F: drivers/clk/
3060X: drivers/clk/clkdev.c
3061F: include/linux/clk-pr*
3062F: include/linux/clk/
3063
3064COMMON INTERNET FILE SYSTEM (CIFS)
3065M: Steve French <sfrench@samba.org>
3066L: linux-cifs@vger.kernel.org
3067L: samba-technical@lists.samba.org (moderated for non-subscribers)
3068W: http://linux-cifs.samba.org/
3069T: git git://git.samba.org/sfrench/cifs-2.6.git
3070S: Supported
3071F: Documentation/filesystems/cifs/
3072F: fs/cifs/
3073
3074COMPACTPCI HOTPLUG CORE
3075M: Scott Murray <scott@spiteful.org>
3076L: linux-pci@vger.kernel.org
3077S: Maintained
3078F: drivers/pci/hotplug/cpci_hotplug*
3079
3080COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3081M: Scott Murray <scott@spiteful.org>
3082L: linux-pci@vger.kernel.org
3083S: Maintained
3084F: drivers/pci/hotplug/cpcihp_zt5550.*
3085
3086COMPACTPCI HOTPLUG GENERIC DRIVER
3087M: Scott Murray <scott@spiteful.org>
3088L: linux-pci@vger.kernel.org
3089S: Maintained
3090F: drivers/pci/hotplug/cpcihp_generic.c
3091
3092COMPAL LAPTOP SUPPORT
3093M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3094L: platform-driver-x86@vger.kernel.org
3095S: Maintained
3096F: drivers/platform/x86/compal-laptop.c
3097
3098CONEXANT ACCESSRUNNER USB DRIVER
3099L: accessrunner-general@lists.sourceforge.net
3100W: http://accessrunner.sourceforge.net/
3101S: Orphan
3102F: drivers/usb/atm/cxacru.c
3103
3104CONFIGFS
3105M: Joel Becker <jlbec@evilplan.org>
3106M: Christoph Hellwig <hch@lst.de>
3107T: git git://git.infradead.org/users/hch/configfs.git
3108S: Supported
3109F: fs/configfs/
3110F: include/linux/configfs.h
3111
3112CONNECTOR
3113M: Evgeniy Polyakov <zbr@ioremap.net>
3114L: netdev@vger.kernel.org
3115S: Maintained
3116F: drivers/connector/
3117
3118CONTROL GROUP (CGROUP)
3119M: Tejun Heo <tj@kernel.org>
3120M: Li Zefan <lizefan@huawei.com>
3121M: Johannes Weiner <hannes@cmpxchg.org>
3122L: cgroups@vger.kernel.org
3123T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3124S: Maintained
3125F: Documentation/cgroups/
3126F: include/linux/cgroup*
3127F: kernel/cgroup*
3128
3129CONTROL GROUP - CPUSET
3130M: Li Zefan <lizefan@huawei.com>
3131L: cgroups@vger.kernel.org
3132W: http://www.bullopensource.org/cpuset/
3133W: http://oss.sgi.com/projects/cpusets/
3134T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3135S: Maintained
3136F: Documentation/cgroups/cpusets.txt
3137F: include/linux/cpuset.h
3138F: kernel/cpuset.c
3139
3140CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3141M: Johannes Weiner <hannes@cmpxchg.org>
3142M: Michal Hocko <mhocko@kernel.org>
3143M: Vladimir Davydov <vdavydov@virtuozzo.com>
3144L: cgroups@vger.kernel.org
3145L: linux-mm@kvack.org
3146S: Maintained
3147F: mm/memcontrol.c
3148F: mm/swap_cgroup.c
3149
3150CORETEMP HARDWARE MONITORING DRIVER
3151M: Fenghua Yu <fenghua.yu@intel.com>
3152L: linux-hwmon@vger.kernel.org
3153S: Maintained
3154F: Documentation/hwmon/coretemp
3155F: drivers/hwmon/coretemp.c
3156
3157COSA/SRP SYNC SERIAL DRIVER
3158M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3159W: http://www.fi.muni.cz/~kas/cosa/
3160S: Maintained
3161F: drivers/net/wan/cosa*
3162
3163CPMAC ETHERNET DRIVER
3164M: Florian Fainelli <florian@openwrt.org>
3165L: netdev@vger.kernel.org
3166S: Maintained
3167F: drivers/net/ethernet/ti/cpmac.c
3168
3169CPU FREQUENCY DRIVERS
3170M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3171M: Viresh Kumar <viresh.kumar@linaro.org>
3172L: linux-pm@vger.kernel.org
3173S: Maintained
3174T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3175T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3176F: drivers/cpufreq/
3177F: include/linux/cpufreq.h
3178
3179CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3180M: Viresh Kumar <viresh.kumar@linaro.org>
3181M: Sudeep Holla <sudeep.holla@arm.com>
3182L: linux-pm@vger.kernel.org
3183W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3184S: Maintained
3185F: drivers/cpufreq/arm_big_little.h
3186F: drivers/cpufreq/arm_big_little.c
3187F: drivers/cpufreq/arm_big_little_dt.c
3188
3189CPUIDLE DRIVER - ARM BIG LITTLE
3190M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3191M: Daniel Lezcano <daniel.lezcano@linaro.org>
3192L: linux-pm@vger.kernel.org
3193L: linux-arm-kernel@lists.infradead.org
3194T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3195S: Maintained
3196F: drivers/cpuidle/cpuidle-big_little.c
3197
3198CPUIDLE DRIVER - ARM EXYNOS
3199M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3200M: Daniel Lezcano <daniel.lezcano@linaro.org>
3201M: Kukjin Kim <kgene@kernel.org>
3202L: linux-pm@vger.kernel.org
3203L: linux-samsung-soc@vger.kernel.org
3204S: Supported
3205F: drivers/cpuidle/cpuidle-exynos.c
3206F: arch/arm/mach-exynos/pm.c
3207
3208CPUIDLE DRIVERS
3209M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3210M: Daniel Lezcano <daniel.lezcano@linaro.org>
3211L: linux-pm@vger.kernel.org
3212S: Maintained
3213T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3214F: drivers/cpuidle/*
3215F: include/linux/cpuidle.h
3216
3217CPUID/MSR DRIVER
3218M: "H. Peter Anvin" <hpa@zytor.com>
3219S: Maintained
3220F: arch/x86/kernel/cpuid.c
3221F: arch/x86/kernel/msr.c
3222
3223CPU POWER MONITORING SUBSYSTEM
3224M: Thomas Renninger <trenn@suse.com>
3225L: linux-pm@vger.kernel.org
3226S: Maintained
3227F: tools/power/cpupower/
3228
3229CRAMFS FILESYSTEM
3230W: http://sourceforge.net/projects/cramfs/
3231S: Orphan / Obsolete
3232F: Documentation/filesystems/cramfs.txt
3233F: fs/cramfs/
3234
3235CRIS PORT
3236M: Mikael Starvik <starvik@axis.com>
3237M: Jesper Nilsson <jesper.nilsson@axis.com>
3238L: linux-cris-kernel@axis.com
3239W: http://developer.axis.com
3240T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3241S: Maintained
3242F: arch/cris/
3243F: drivers/tty/serial/crisv10.*
3244
3245CRYPTO API
3246M: Herbert Xu <herbert@gondor.apana.org.au>
3247M: "David S. Miller" <davem@davemloft.net>
3248L: linux-crypto@vger.kernel.org
3249T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3250T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3251S: Maintained
3252F: Documentation/crypto/
3253F: Documentation/DocBook/crypto-API.tmpl
3254F: arch/*/crypto/
3255F: crypto/
3256F: drivers/crypto/
3257F: include/crypto/
3258
3259CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3260M: Neil Horman <nhorman@tuxdriver.com>
3261L: linux-crypto@vger.kernel.org
3262S: Maintained
3263F: crypto/ansi_cprng.c
3264F: crypto/rng.c
3265
3266CS3308 MEDIA DRIVER
3267M: Hans Verkuil <hverkuil@xs4all.nl>
3268L: linux-media@vger.kernel.org
3269T: git git://linuxtv.org/media_tree.git
3270W: http://linuxtv.org
3271S: Odd Fixes
3272F: drivers/media/i2c/cs3308.c
3273F: drivers/media/i2c/cs3308.h
3274
3275CS5535 Audio ALSA driver
3276M: Jaya Kumar <jayakumar.alsa@gmail.com>
3277S: Maintained
3278F: sound/pci/cs5535audio/
3279
3280CW1200 WLAN driver
3281M: Solomon Peachy <pizza@shaftnet.org>
3282S: Maintained
3283F: drivers/net/wireless/st/cw1200/
3284
3285CX18 VIDEO4LINUX DRIVER
3286M: Andy Walls <awalls@md.metrocast.net>
3287L: ivtv-devel@ivtvdriver.org (subscribers-only)
3288L: linux-media@vger.kernel.org
3289T: git git://linuxtv.org/media_tree.git
3290W: https://linuxtv.org
3291W: http://www.ivtvdriver.org/index.php/Cx18
3292S: Maintained
3293F: Documentation/video4linux/cx18.txt
3294F: drivers/media/pci/cx18/
3295F: include/uapi/linux/ivtv*
3296
3297CX2341X MPEG ENCODER HELPER MODULE
3298M: Hans Verkuil <hverkuil@xs4all.nl>
3299L: linux-media@vger.kernel.org
3300T: git git://linuxtv.org/media_tree.git
3301W: https://linuxtv.org
3302S: Maintained
3303F: drivers/media/common/cx2341x*
3304F: include/media/cx2341x*
3305
3306CX24120 MEDIA DRIVER
3307M: Jemma Denson <jdenson@gmail.com>
3308M: Patrick Boettcher <patrick.boettcher@posteo.de>
3309L: linux-media@vger.kernel.org
3310W: https://linuxtv.org
3311Q: http://patchwork.linuxtv.org/project/linux-media/list/
3312S: Maintained
3313F: drivers/media/dvb-frontends/cx24120*
3314
3315CX88 VIDEO4LINUX DRIVER
3316M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3317L: linux-media@vger.kernel.org
3318W: https://linuxtv.org
3319T: git git://linuxtv.org/media_tree.git
3320S: Odd fixes
3321F: Documentation/video4linux/cx88/
3322F: drivers/media/pci/cx88/
3323
3324CXD2820R MEDIA DRIVER
3325M: Antti Palosaari <crope@iki.fi>
3326L: linux-media@vger.kernel.org
3327W: https://linuxtv.org
3328W: http://palosaari.fi/linux/
3329Q: http://patchwork.linuxtv.org/project/linux-media/list/
3330T: git git://linuxtv.org/anttip/media_tree.git
3331S: Maintained
3332F: drivers/media/dvb-frontends/cxd2820r*
3333
3334CXGB3 ETHERNET DRIVER (CXGB3)
3335M: Santosh Raspatur <santosh@chelsio.com>
3336L: netdev@vger.kernel.org
3337W: http://www.chelsio.com
3338S: Supported
3339F: drivers/net/ethernet/chelsio/cxgb3/
3340
3341CXGB3 ISCSI DRIVER (CXGB3I)
3342M: Karen Xie <kxie@chelsio.com>
3343L: linux-scsi@vger.kernel.org
3344W: http://www.chelsio.com
3345S: Supported
3346F: drivers/scsi/cxgbi/cxgb3i
3347
3348CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3349M: Steve Wise <swise@chelsio.com>
3350L: linux-rdma@vger.kernel.org
3351W: http://www.openfabrics.org
3352S: Supported
3353F: drivers/infiniband/hw/cxgb3/
3354
3355CXGB4 ETHERNET DRIVER (CXGB4)
3356M: Hariprasad S <hariprasad@chelsio.com>
3357L: netdev@vger.kernel.org
3358W: http://www.chelsio.com
3359S: Supported
3360F: drivers/net/ethernet/chelsio/cxgb4/
3361
3362CXGB4 ISCSI DRIVER (CXGB4I)
3363M: Karen Xie <kxie@chelsio.com>
3364L: linux-scsi@vger.kernel.org
3365W: http://www.chelsio.com
3366S: Supported
3367F: drivers/scsi/cxgbi/cxgb4i
3368
3369CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3370M: Steve Wise <swise@chelsio.com>
3371L: linux-rdma@vger.kernel.org
3372W: http://www.openfabrics.org
3373S: Supported
3374F: drivers/infiniband/hw/cxgb4/
3375
3376CXGB4VF ETHERNET DRIVER (CXGB4VF)
3377M: Casey Leedom <leedom@chelsio.com>
3378L: netdev@vger.kernel.org
3379W: http://www.chelsio.com
3380S: Supported
3381F: drivers/net/ethernet/chelsio/cxgb4vf/
3382
3383CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3384M: Ian Munsie <imunsie@au1.ibm.com>
3385M: Michael Neuling <mikey@neuling.org>
3386L: linuxppc-dev@lists.ozlabs.org
3387S: Supported
3388F: drivers/misc/cxl/
3389F: include/misc/cxl*
3390F: include/uapi/misc/cxl.h
3391F: Documentation/powerpc/cxl.txt
3392F: Documentation/powerpc/cxl.txt
3393F: Documentation/ABI/testing/sysfs-class-cxl
3394
3395CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3396M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3397M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3398L: linux-scsi@vger.kernel.org
3399S: Supported
3400F: drivers/scsi/cxlflash/
3401F: include/uapi/scsi/cxlflash_ioctls.h
3402F: Documentation/powerpc/cxlflash.txt
3403
3404STMMAC ETHERNET DRIVER
3405M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3406M: Alexandre Torgue <alexandre.torgue@st.com>
3407L: netdev@vger.kernel.org
3408W: http://www.stlinux.com
3409S: Supported
3410F: drivers/net/ethernet/stmicro/stmmac/
3411
3412CYBERPRO FB DRIVER
3413M: Russell King <linux@armlinux.org.uk>
3414L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3415W: http://www.armlinux.org.uk/
3416S: Maintained
3417F: drivers/video/fbdev/cyber2000fb.*
3418
3419CYCLADES ASYNC MUX DRIVER
3420W: http://www.cyclades.com/
3421S: Orphan
3422F: drivers/tty/cyclades.c
3423F: include/linux/cyclades.h
3424F: include/uapi/linux/cyclades.h
3425
3426CYCLADES PC300 DRIVER
3427W: http://www.cyclades.com/
3428S: Orphan
3429F: drivers/net/wan/pc300*
3430
3431CYPRESS_FIRMWARE MEDIA DRIVER
3432M: Antti Palosaari <crope@iki.fi>
3433L: linux-media@vger.kernel.org
3434W: https://linuxtv.org
3435W: http://palosaari.fi/linux/
3436Q: http://patchwork.linuxtv.org/project/linux-media/list/
3437T: git git://linuxtv.org/anttip/media_tree.git
3438S: Maintained
3439F: drivers/media/common/cypress_firmware*
3440
3441CYTTSP TOUCHSCREEN DRIVER
3442M: Ferruh Yigit <fery@cypress.com>
3443L: linux-input@vger.kernel.org
3444S: Supported
3445F: drivers/input/touchscreen/cyttsp*
3446F: include/linux/input/cyttsp.h
3447
3448DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3449M: Joshua Kinard <kumba@gentoo.org>
3450S: Maintained
3451F: drivers/rtc/rtc-ds1685.c
3452F: include/linux/rtc/ds1685.h
3453
3454DAMA SLAVE for AX.25
3455M: Joerg Reuter <jreuter@yaina.de>
3456W: http://yaina.de/jreuter/
3457W: http://www.qsl.net/dl1bke/
3458L: linux-hams@vger.kernel.org
3459S: Maintained
3460F: net/ax25/af_ax25.c
3461F: net/ax25/ax25_dev.c
3462F: net/ax25/ax25_ds_*
3463F: net/ax25/ax25_in.c
3464F: net/ax25/ax25_out.c
3465F: net/ax25/ax25_timer.c
3466F: net/ax25/sysctl_net_ax25.c
3467
3468DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3469L: netdev@vger.kernel.org
3470S: Orphan
3471F: Documentation/networking/dmfe.txt
3472F: drivers/net/ethernet/dec/tulip/dmfe.c
3473
3474DC390/AM53C974 SCSI driver
3475M: Hannes Reinecke <hare@suse.com>
3476L: linux-scsi@vger.kernel.org
3477S: Maintained
3478F: drivers/scsi/am53c974.c
3479
3480DC395x SCSI driver
3481M: Oliver Neukum <oliver@neukum.org>
3482M: Ali Akcaagac <aliakc@web.de>
3483M: Jamie Lenehan <lenehan@twibble.org>
3484L: dc395x@twibble.org
3485W: http://twibble.org/dist/dc395x/
3486W: http://lists.twibble.org/mailman/listinfo/dc395x/
3487S: Maintained
3488F: Documentation/scsi/dc395x.txt
3489F: drivers/scsi/dc395x.*
3490
3491DCCP PROTOCOL
3492M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3493L: dccp@vger.kernel.org
3494W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3495S: Maintained
3496F: include/linux/dccp.h
3497F: include/uapi/linux/dccp.h
3498F: include/linux/tfrc.h
3499F: net/dccp/
3500
3501DECnet NETWORK LAYER
3502W: http://linux-decnet.sourceforge.net
3503L: linux-decnet-user@lists.sourceforge.net
3504S: Orphan
3505F: Documentation/networking/decnet.txt
3506F: net/decnet/
3507
3508DECSTATION PLATFORM SUPPORT
3509M: "Maciej W. Rozycki" <macro@linux-mips.org>
3510L: linux-mips@linux-mips.org
3511W: http://www.linux-mips.org/wiki/DECstation
3512S: Maintained
3513F: arch/mips/dec/
3514F: arch/mips/include/asm/dec/
3515F: arch/mips/include/asm/mach-dec/
3516
3517DEFXX FDDI NETWORK DRIVER
3518M: "Maciej W. Rozycki" <macro@linux-mips.org>
3519S: Maintained
3520F: drivers/net/fddi/defxx.*
3521
3522DELL LAPTOP DRIVER
3523M: Matthew Garrett <mjg59@srcf.ucam.org>
3524M: Pali Rohár <pali.rohar@gmail.com>
3525L: platform-driver-x86@vger.kernel.org
3526S: Maintained
3527F: drivers/platform/x86/dell-laptop.c
3528
3529DELL LAPTOP RBTN DRIVER
3530M: Pali Rohár <pali.rohar@gmail.com>
3531S: Maintained
3532F: drivers/platform/x86/dell-rbtn.*
3533
3534DELL LAPTOP FREEFALL DRIVER
3535M: Pali Rohár <pali.rohar@gmail.com>
3536S: Maintained
3537F: drivers/platform/x86/dell-smo8800.c
3538
3539DELL LAPTOP SMM DRIVER
3540M: Pali Rohár <pali.rohar@gmail.com>
3541S: Maintained
3542F: drivers/hwmon/dell-smm-hwmon.c
3543F: include/uapi/linux/i8k.h
3544
3545DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3546M: Doug Warzecha <Douglas_Warzecha@dell.com>
3547S: Maintained
3548F: Documentation/dcdbas.txt
3549F: drivers/firmware/dcdbas.*
3550
3551DELL WMI EXTRAS DRIVER
3552M: Matthew Garrett <mjg59@srcf.ucam.org>
3553M: Pali Rohár <pali.rohar@gmail.com>
3554S: Maintained
3555F: drivers/platform/x86/dell-wmi.c
3556
3557DESIGNWARE USB2 DRD IP DRIVER
3558M: John Youn <johnyoun@synopsys.com>
3559L: linux-usb@vger.kernel.org
3560T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3561S: Maintained
3562F: drivers/usb/dwc2/
3563
3564DESIGNWARE USB3 DRD IP DRIVER
3565M: Felipe Balbi <balbi@kernel.org>
3566L: linux-usb@vger.kernel.org
3567T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3568S: Maintained
3569F: drivers/usb/dwc3/
3570
3571DEVICE COREDUMP (DEV_COREDUMP)
3572M: Johannes Berg <johannes@sipsolutions.net>
3573L: linux-kernel@vger.kernel.org
3574S: Maintained
3575F: drivers/base/devcoredump.c
3576F: include/linux/devcoredump.h
3577
3578DEVICE FREQUENCY (DEVFREQ)
3579M: MyungJoo Ham <myungjoo.ham@samsung.com>
3580M: Kyungmin Park <kyungmin.park@samsung.com>
3581L: linux-pm@vger.kernel.org
3582T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3583S: Maintained
3584F: drivers/devfreq/
3585F: include/linux/devfreq.h
3586F: Documentation/devicetree/bindings/devfreq/
3587
3588DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3589M: Chanwoo Choi <cw00.choi@samsung.com>
3590L: linux-pm@vger.kernel.org
3591T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3592S: Supported
3593F: drivers/devfreq/event/
3594F: drivers/devfreq/devfreq-event.c
3595F: include/linux/devfreq-event.h
3596F: Documentation/devicetree/bindings/devfreq/event/
3597
3598BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3599M: Chanwoo Choi <cw00.choi@samsung.com>
3600L: linux-pm@vger.kernel.org
3601L: linux-samsung-soc@vger.kernel.org
3602T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3603S: Maintained
3604F: drivers/devfreq/exynos-bus.c
3605F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3606
3607DEVICE NUMBER REGISTRY
3608M: Torben Mathiasen <device@lanana.org>
3609W: http://lanana.org/docs/device-list/index.html
3610S: Maintained
3611
3612DEVICE-MAPPER (LVM)
3613M: Alasdair Kergon <agk@redhat.com>
3614M: Mike Snitzer <snitzer@redhat.com>
3615M: dm-devel@redhat.com
3616L: dm-devel@redhat.com
3617W: http://sources.redhat.com/dm
3618Q: http://patchwork.kernel.org/project/dm-devel/list/
3619T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3620T: quilt http://people.redhat.com/agk/patches/linux/editing/
3621S: Maintained
3622F: Documentation/device-mapper/
3623F: drivers/md/dm*
3624F: drivers/md/persistent-data/
3625F: include/linux/device-mapper.h
3626F: include/linux/dm-*.h
3627F: include/uapi/linux/dm-*.h
3628
3629DEVLINK
3630M: Jiri Pirko <jiri@mellanox.com>
3631L: netdev@vger.kernel.org
3632S: Supported
3633F: net/core/devlink.c
3634F: include/net/devlink.h
3635F: include/uapi/linux/devlink.h
3636
3637DIALOG SEMICONDUCTOR DRIVERS
3638M: Support Opensource <support.opensource@diasemi.com>
3639W: http://www.dialog-semiconductor.com/products
3640S: Supported
3641F: Documentation/hwmon/da90??
3642F: Documentation/devicetree/bindings/sound/da[79]*.txt
3643F: drivers/gpio/gpio-da90??.c
3644F: drivers/hwmon/da90??-hwmon.c
3645F: drivers/iio/adc/da91??-*.c
3646F: drivers/input/misc/da90??_onkey.c
3647F: drivers/input/touchscreen/da9052_tsi.c
3648F: drivers/leds/leds-da90??.c
3649F: drivers/mfd/da903x.c
3650F: drivers/mfd/da90??-*.c
3651F: drivers/mfd/da91??-*.c
3652F: drivers/power/da9052-battery.c
3653F: drivers/power/da91??-*.c
3654F: drivers/regulator/da903x.c
3655F: drivers/regulator/da9???-regulator.[ch]
3656F: drivers/rtc/rtc-da90??.c
3657F: drivers/video/backlight/da90??_bl.c
3658F: drivers/watchdog/da90??_wdt.c
3659F: include/linux/mfd/da903x.h
3660F: include/linux/mfd/da9052/
3661F: include/linux/mfd/da9055/
3662F: include/linux/mfd/da9063/
3663F: include/linux/mfd/da9150/
3664F: include/sound/da[79]*.h
3665F: sound/soc/codecs/da[79]*.[ch]
3666
3667DIGI NEO AND CLASSIC PCI PRODUCTS
3668M: Lidza Louina <lidza.louina@gmail.com>
3669M: Mark Hounschell <markh@compro.net>
3670L: driverdev-devel@linuxdriverproject.org
3671S: Maintained
3672F: drivers/staging/dgnc/
3673
3674DIOLAN U2C-12 I2C DRIVER
3675M: Guenter Roeck <linux@roeck-us.net>
3676L: linux-i2c@vger.kernel.org
3677S: Maintained
3678F: drivers/i2c/busses/i2c-diolan-u2c.c
3679
3680DIRECT ACCESS (DAX)
3681M: Matthew Wilcox <willy@linux.intel.com>
3682L: linux-fsdevel@vger.kernel.org
3683S: Supported
3684F: fs/dax.c
3685
3686DIRECTORY NOTIFICATION (DNOTIFY)
3687M: Eric Paris <eparis@parisplace.org>
3688S: Maintained
3689F: Documentation/filesystems/dnotify.txt
3690F: fs/notify/dnotify/
3691F: include/linux/dnotify.h
3692
3693DISK GEOMETRY AND PARTITION HANDLING
3694M: Andries Brouwer <aeb@cwi.nl>
3695W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3696W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3697W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3698S: Maintained
3699
3700DISKQUOTA
3701M: Jan Kara <jack@suse.com>
3702S: Maintained
3703F: Documentation/filesystems/quota.txt
3704F: fs/quota/
3705F: include/linux/quota*.h
3706F: include/uapi/linux/quota*.h
3707
3708DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3709M: Bernie Thompson <bernie@plugable.com>
3710L: linux-fbdev@vger.kernel.org
3711S: Maintained
3712W: http://plugable.com/category/projects/udlfb/
3713F: drivers/video/fbdev/udlfb.c
3714F: include/video/udlfb.h
3715F: Documentation/fb/udlfb.txt
3716
3717DISTRIBUTED LOCK MANAGER (DLM)
3718M: Christine Caulfield <ccaulfie@redhat.com>
3719M: David Teigland <teigland@redhat.com>
3720L: cluster-devel@redhat.com
3721W: http://sources.redhat.com/cluster/
3722T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3723S: Supported
3724F: fs/dlm/
3725
3726DMA BUFFER SHARING FRAMEWORK
3727M: Sumit Semwal <sumit.semwal@linaro.org>
3728S: Maintained
3729L: linux-media@vger.kernel.org
3730L: dri-devel@lists.freedesktop.org
3731L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3732F: drivers/dma-buf/
3733F: include/linux/dma-buf*
3734F: include/linux/reservation.h
3735F: include/linux/*fence.h
3736F: Documentation/dma-buf-sharing.txt
3737T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3738
3739DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3740M: Vinod Koul <vinod.koul@intel.com>
3741L: dmaengine@vger.kernel.org
3742Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3743S: Maintained
3744F: drivers/dma/
3745F: include/linux/dmaengine.h
3746F: Documentation/dmaengine/
3747T: git git://git.infradead.org/users/vkoul/slave-dma.git
3748
3749DME1737 HARDWARE MONITOR DRIVER
3750M: Juerg Haefliger <juergh@gmail.com>
3751L: linux-hwmon@vger.kernel.org
3752S: Maintained
3753F: Documentation/hwmon/dme1737
3754F: drivers/hwmon/dme1737.c
3755
3756DMI/SMBIOS SUPPORT
3757M: Jean Delvare <jdelvare@suse.com>
3758S: Maintained
3759T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3760F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3761F: drivers/firmware/dmi-id.c
3762F: drivers/firmware/dmi_scan.c
3763F: include/linux/dmi.h
3764
3765DOCUMENTATION
3766M: Jonathan Corbet <corbet@lwn.net>
3767L: linux-doc@vger.kernel.org
3768S: Maintained
3769F: Documentation/
3770F: scripts/docproc.c
3771F: scripts/kernel-doc*
3772X: Documentation/ABI/
3773X: Documentation/devicetree/
3774X: Documentation/acpi
3775X: Documentation/power
3776X: Documentation/spi
3777X: Documentation/DocBook/media
3778T: git git://git.lwn.net/linux.git docs-next
3779
3780DOUBLETALK DRIVER
3781M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3782L: blinux-list@redhat.com
3783S: Maintained
3784F: drivers/char/dtlk.c
3785F: include/linux/dtlk.h
3786
3787DPT_I2O SCSI RAID DRIVER
3788M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3789L: linux-scsi@vger.kernel.org
3790W: http://www.adaptec.com/
3791S: Maintained
3792F: drivers/scsi/dpt*
3793F: drivers/scsi/dpt/
3794
3795DRBD DRIVER
3796M: Philipp Reisner <philipp.reisner@linbit.com>
3797M: Lars Ellenberg <lars.ellenberg@linbit.com>
3798L: drbd-dev@lists.linbit.com
3799W: http://www.drbd.org
3800T: git git://git.linbit.com/linux-drbd.git
3801T: git git://git.linbit.com/drbd-8.4.git
3802S: Supported
3803F: drivers/block/drbd/
3804F: lib/lru_cache.c
3805F: Documentation/blockdev/drbd/
3806
3807DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3808M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3809T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3810S: Supported
3811F: Documentation/kobject.txt
3812F: drivers/base/
3813F: fs/debugfs/
3814F: fs/kernfs/
3815F: fs/sysfs/
3816F: include/linux/debugfs.h
3817F: include/linux/kobj*
3818F: lib/kobj*
3819
3820DRM DRIVERS
3821M: David Airlie <airlied@linux.ie>
3822L: dri-devel@lists.freedesktop.org
3823T: git git://people.freedesktop.org/~airlied/linux
3824S: Maintained
3825F: drivers/gpu/drm/
3826F: drivers/gpu/vga/
3827F: include/drm/
3828F: include/uapi/drm/
3829
3830RADEON and AMDGPU DRM DRIVERS
3831M: Alex Deucher <alexander.deucher@amd.com>
3832M: Christian König <christian.koenig@amd.com>
3833L: dri-devel@lists.freedesktop.org
3834T: git git://people.freedesktop.org/~agd5f/linux
3835S: Supported
3836F: drivers/gpu/drm/radeon/
3837F: include/uapi/drm/radeon*
3838F: drivers/gpu/drm/amd/
3839F: include/uapi/drm/amdgpu*
3840
3841DRM PANEL DRIVERS
3842M: Thierry Reding <thierry.reding@gmail.com>
3843L: dri-devel@lists.freedesktop.org
3844T: git git://anongit.freedesktop.org/tegra/linux.git
3845S: Maintained
3846F: drivers/gpu/drm/drm_panel.c
3847F: drivers/gpu/drm/panel/
3848F: include/drm/drm_panel.h
3849F: Documentation/devicetree/bindings/display/panel/
3850
3851INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3852M: Daniel Vetter <daniel.vetter@intel.com>
3853M: Jani Nikula <jani.nikula@linux.intel.com>
3854L: intel-gfx@lists.freedesktop.org
3855L: dri-devel@lists.freedesktop.org
3856W: https://01.org/linuxgraphics/
3857Q: http://patchwork.freedesktop.org/project/intel-gfx/
3858T: git git://anongit.freedesktop.org/drm-intel
3859S: Supported
3860F: drivers/gpu/drm/i915/
3861F: include/drm/i915*
3862F: include/uapi/drm/i915*
3863
3864DRM DRIVERS FOR ATMEL HLCDC
3865M: Boris Brezillon <boris.brezillon@free-electrons.com>
3866L: dri-devel@lists.freedesktop.org
3867S: Supported
3868F: drivers/gpu/drm/atmel-hlcdc/
3869F: Documentation/devicetree/bindings/drm/atmel/
3870
3871DRM DRIVERS FOR EXYNOS
3872M: Inki Dae <inki.dae@samsung.com>
3873M: Joonyoung Shim <jy0922.shim@samsung.com>
3874M: Seung-Woo Kim <sw0312.kim@samsung.com>
3875M: Kyungmin Park <kyungmin.park@samsung.com>
3876L: dri-devel@lists.freedesktop.org
3877T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3878S: Supported
3879F: drivers/gpu/drm/exynos/
3880F: include/drm/exynos*
3881F: include/uapi/drm/exynos*
3882
3883DRM DRIVERS FOR FREESCALE DCU
3884M: Stefan Agner <stefan@agner.ch>
3885M: Alison Wang <alison.wang@freescale.com>
3886L: dri-devel@lists.freedesktop.org
3887S: Supported
3888F: drivers/gpu/drm/fsl-dcu/
3889F: Documentation/devicetree/bindings/display/fsl,dcu.txt
3890F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3891
3892DRM DRIVERS FOR FREESCALE IMX
3893M: Philipp Zabel <p.zabel@pengutronix.de>
3894L: dri-devel@lists.freedesktop.org
3895S: Maintained
3896F: drivers/gpu/drm/imx/
3897F: drivers/gpu/ipu-v3/
3898F: Documentation/devicetree/bindings/display/imx/
3899
3900DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3901M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3902L: dri-devel@lists.freedesktop.org
3903T: git git://github.com/patjak/drm-gma500
3904S: Maintained
3905F: drivers/gpu/drm/gma500
3906F: include/drm/gma500*
3907
3908DRM DRIVERS FOR NVIDIA TEGRA
3909M: Thierry Reding <thierry.reding@gmail.com>
3910M: Terje Bergström <tbergstrom@nvidia.com>
3911L: dri-devel@lists.freedesktop.org
3912L: linux-tegra@vger.kernel.org
3913T: git git://anongit.freedesktop.org/tegra/linux.git
3914S: Supported
3915F: drivers/gpu/drm/tegra/
3916F: drivers/gpu/host1x/
3917F: include/linux/host1x.h
3918F: include/uapi/drm/tegra_drm.h
3919F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3920
3921DRM DRIVERS FOR RENESAS
3922M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3923L: dri-devel@lists.freedesktop.org
3924L: linux-renesas-soc@vger.kernel.org
3925T: git git://people.freedesktop.org/~airlied/linux
3926S: Supported
3927F: drivers/gpu/drm/rcar-du/
3928F: drivers/gpu/drm/shmobile/
3929F: include/linux/platform_data/shmob_drm.h
3930
3931DRM DRIVERS FOR ROCKCHIP
3932M: Mark Yao <mark.yao@rock-chips.com>
3933L: dri-devel@lists.freedesktop.org
3934S: Maintained
3935F: drivers/gpu/drm/rockchip/
3936F: Documentation/devicetree/bindings/display/rockchip*
3937
3938DRM DRIVERS FOR STI
3939M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3940M: Vincent Abriou <vincent.abriou@st.com>
3941L: dri-devel@lists.freedesktop.org
3942T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3943S: Maintained
3944F: drivers/gpu/drm/sti
3945F: Documentation/devicetree/bindings/display/st,stih4xx.txt
3946
3947DRM DRIVERS FOR VIVANTE GPU IP
3948M: Lucas Stach <l.stach@pengutronix.de>
3949R: Russell King <linux+etnaviv@armlinux.org.uk>
3950R: Christian Gmeiner <christian.gmeiner@gmail.com>
3951L: dri-devel@lists.freedesktop.org
3952S: Maintained
3953F: drivers/gpu/drm/etnaviv
3954F: Documentation/devicetree/bindings/display/etnaviv
3955
3956DSBR100 USB FM RADIO DRIVER
3957M: Alexey Klimov <klimov.linux@gmail.com>
3958L: linux-media@vger.kernel.org
3959T: git git://linuxtv.org/media_tree.git
3960S: Maintained
3961F: drivers/media/radio/dsbr100.c
3962
3963DSCC4 DRIVER
3964M: Francois Romieu <romieu@fr.zoreil.com>
3965L: netdev@vger.kernel.org
3966S: Maintained
3967F: drivers/net/wan/dscc4.c
3968
3969DT3155 MEDIA DRIVER
3970M: Hans Verkuil <hverkuil@xs4all.nl>
3971L: linux-media@vger.kernel.org
3972T: git git://linuxtv.org/media_tree.git
3973W: https://linuxtv.org
3974S: Odd Fixes
3975F: drivers/media/pci/dt3155/
3976
3977DVB_USB_AF9015 MEDIA DRIVER
3978M: Antti Palosaari <crope@iki.fi>
3979L: linux-media@vger.kernel.org
3980W: https://linuxtv.org
3981W: http://palosaari.fi/linux/
3982Q: http://patchwork.linuxtv.org/project/linux-media/list/
3983T: git git://linuxtv.org/anttip/media_tree.git
3984S: Maintained
3985F: drivers/media/usb/dvb-usb-v2/af9015*
3986
3987DVB_USB_AF9035 MEDIA DRIVER
3988M: Antti Palosaari <crope@iki.fi>
3989L: linux-media@vger.kernel.org
3990W: https://linuxtv.org
3991W: http://palosaari.fi/linux/
3992Q: http://patchwork.linuxtv.org/project/linux-media/list/
3993T: git git://linuxtv.org/anttip/media_tree.git
3994S: Maintained
3995F: drivers/media/usb/dvb-usb-v2/af9035*
3996
3997DVB_USB_ANYSEE MEDIA DRIVER
3998M: Antti Palosaari <crope@iki.fi>
3999L: linux-media@vger.kernel.org
4000W: https://linuxtv.org
4001W: http://palosaari.fi/linux/
4002Q: http://patchwork.linuxtv.org/project/linux-media/list/
4003T: git git://linuxtv.org/anttip/media_tree.git
4004S: Maintained
4005F: drivers/media/usb/dvb-usb-v2/anysee*
4006
4007DVB_USB_AU6610 MEDIA DRIVER
4008M: Antti Palosaari <crope@iki.fi>
4009L: linux-media@vger.kernel.org
4010W: https://linuxtv.org
4011W: http://palosaari.fi/linux/
4012Q: http://patchwork.linuxtv.org/project/linux-media/list/
4013T: git git://linuxtv.org/anttip/media_tree.git
4014S: Maintained
4015F: drivers/media/usb/dvb-usb-v2/au6610*
4016
4017DVB_USB_CE6230 MEDIA DRIVER
4018M: Antti Palosaari <crope@iki.fi>
4019L: linux-media@vger.kernel.org
4020W: https://linuxtv.org
4021W: http://palosaari.fi/linux/
4022Q: http://patchwork.linuxtv.org/project/linux-media/list/
4023T: git git://linuxtv.org/anttip/media_tree.git
4024S: Maintained
4025F: drivers/media/usb/dvb-usb-v2/ce6230*
4026
4027DVB_USB_CXUSB MEDIA DRIVER
4028M: Michael Krufky <mkrufky@linuxtv.org>
4029L: linux-media@vger.kernel.org
4030W: https://linuxtv.org
4031W: http://github.com/mkrufky
4032Q: http://patchwork.linuxtv.org/project/linux-media/list/
4033T: git git://linuxtv.org/media_tree.git
4034S: Maintained
4035F: drivers/media/usb/dvb-usb/cxusb*
4036
4037DVB_USB_EC168 MEDIA DRIVER
4038M: Antti Palosaari <crope@iki.fi>
4039L: linux-media@vger.kernel.org
4040W: https://linuxtv.org
4041W: http://palosaari.fi/linux/
4042Q: http://patchwork.linuxtv.org/project/linux-media/list/
4043T: git git://linuxtv.org/anttip/media_tree.git
4044S: Maintained
4045F: drivers/media/usb/dvb-usb-v2/ec168*
4046
4047DVB_USB_GL861 MEDIA DRIVER
4048M: Antti Palosaari <crope@iki.fi>
4049L: linux-media@vger.kernel.org
4050W: https://linuxtv.org
4051Q: http://patchwork.linuxtv.org/project/linux-media/list/
4052T: git git://linuxtv.org/anttip/media_tree.git
4053S: Maintained
4054F: drivers/media/usb/dvb-usb-v2/gl861*
4055
4056DVB_USB_MXL111SF MEDIA DRIVER
4057M: Michael Krufky <mkrufky@linuxtv.org>
4058L: linux-media@vger.kernel.org
4059W: https://linuxtv.org
4060W: http://github.com/mkrufky
4061Q: http://patchwork.linuxtv.org/project/linux-media/list/
4062T: git git://linuxtv.org/mkrufky/mxl111sf.git
4063S: Maintained
4064F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4065
4066DVB_USB_RTL28XXU MEDIA DRIVER
4067M: Antti Palosaari <crope@iki.fi>
4068L: linux-media@vger.kernel.org
4069W: https://linuxtv.org
4070W: http://palosaari.fi/linux/
4071Q: http://patchwork.linuxtv.org/project/linux-media/list/
4072T: git git://linuxtv.org/anttip/media_tree.git
4073S: Maintained
4074F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4075
4076DVB_USB_V2 MEDIA DRIVER
4077M: Antti Palosaari <crope@iki.fi>
4078L: linux-media@vger.kernel.org
4079W: https://linuxtv.org
4080W: http://palosaari.fi/linux/
4081Q: http://patchwork.linuxtv.org/project/linux-media/list/
4082T: git git://linuxtv.org/anttip/media_tree.git
4083S: Maintained
4084F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4085F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4086
4087DYNAMIC DEBUG
4088M: Jason Baron <jbaron@akamai.com>
4089S: Maintained
4090F: lib/dynamic_debug.c
4091F: include/linux/dynamic_debug.h
4092
4093DZ DECSTATION DZ11 SERIAL DRIVER
4094M: "Maciej W. Rozycki" <macro@linux-mips.org>
4095S: Maintained
4096F: drivers/tty/serial/dz.*
4097
4098E3X0 POWER BUTTON DRIVER
4099M: Moritz Fischer <moritz.fischer@ettus.com>
4100L: usrp-users@lists.ettus.com
4101W: http://www.ettus.com
4102S: Supported
4103F: drivers/input/misc/e3x0-button.c
4104F: Documentation/devicetree/bindings/input/e3x0-button.txt
4105
4106E4000 MEDIA DRIVER
4107M: Antti Palosaari <crope@iki.fi>
4108L: linux-media@vger.kernel.org
4109W: https://linuxtv.org
4110W: http://palosaari.fi/linux/
4111Q: http://patchwork.linuxtv.org/project/linux-media/list/
4112T: git git://linuxtv.org/anttip/media_tree.git
4113S: Maintained
4114F: drivers/media/tuners/e4000*
4115
4116EATA ISA/EISA/PCI SCSI DRIVER
4117M: Dario Ballabio <ballabio_dario@emc.com>
4118L: linux-scsi@vger.kernel.org
4119S: Maintained
4120F: drivers/scsi/eata.c
4121
4122EC100 MEDIA DRIVER
4123M: Antti Palosaari <crope@iki.fi>
4124L: linux-media@vger.kernel.org
4125W: https://linuxtv.org
4126W: http://palosaari.fi/linux/
4127Q: http://patchwork.linuxtv.org/project/linux-media/list/
4128T: git git://linuxtv.org/anttip/media_tree.git
4129S: Maintained
4130F: drivers/media/dvb-frontends/ec100*
4131
4132ECRYPT FILE SYSTEM
4133M: Tyler Hicks <tyhicks@canonical.com>
4134L: ecryptfs@vger.kernel.org
4135W: http://ecryptfs.org
4136W: https://launchpad.net/ecryptfs
4137T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4138S: Supported
4139F: Documentation/filesystems/ecryptfs.txt
4140F: fs/ecryptfs/
4141
4142EDAC-CORE
4143M: Doug Thompson <dougthompson@xmission.com>
4144M: Borislav Petkov <bp@alien8.de>
4145M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4146L: linux-edac@vger.kernel.org
4147T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4148T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4149S: Supported
4150F: Documentation/edac.txt
4151F: drivers/edac/
4152F: include/linux/edac.h
4153
4154EDAC-AMD64
4155M: Doug Thompson <dougthompson@xmission.com>
4156M: Borislav Petkov <bp@alien8.de>
4157L: linux-edac@vger.kernel.org
4158S: Maintained
4159F: drivers/edac/amd64_edac*
4160
4161EDAC-CALXEDA
4162M: Doug Thompson <dougthompson@xmission.com>
4163M: Robert Richter <rric@kernel.org>
4164L: linux-edac@vger.kernel.org
4165S: Maintained
4166F: drivers/edac/highbank*
4167
4168EDAC-CAVIUM
4169M: Ralf Baechle <ralf@linux-mips.org>
4170M: David Daney <david.daney@cavium.com>
4171L: linux-edac@vger.kernel.org
4172L: linux-mips@linux-mips.org
4173S: Supported
4174F: drivers/edac/octeon_edac*
4175
4176EDAC-E752X
4177M: Mark Gross <mark.gross@intel.com>
4178M: Doug Thompson <dougthompson@xmission.com>
4179L: linux-edac@vger.kernel.org
4180S: Maintained
4181F: drivers/edac/e752x_edac.c
4182
4183EDAC-E7XXX
4184M: Doug Thompson <dougthompson@xmission.com>
4185L: linux-edac@vger.kernel.org
4186S: Maintained
4187F: drivers/edac/e7xxx_edac.c
4188
4189EDAC-GHES
4190M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4191L: linux-edac@vger.kernel.org
4192S: Maintained
4193F: drivers/edac/ghes_edac.c
4194
4195EDAC-I82443BXGX
4196M: Tim Small <tim@buttersideup.com>
4197L: linux-edac@vger.kernel.org
4198S: Maintained
4199F: drivers/edac/i82443bxgx_edac.c
4200
4201EDAC-I3000
4202M: Jason Uhlenkott <juhlenko@akamai.com>
4203L: linux-edac@vger.kernel.org
4204S: Maintained
4205F: drivers/edac/i3000_edac.c
4206
4207EDAC-I5000
4208M: Doug Thompson <dougthompson@xmission.com>
4209L: linux-edac@vger.kernel.org
4210S: Maintained
4211F: drivers/edac/i5000_edac.c
4212
4213EDAC-I5400
4214M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4215L: linux-edac@vger.kernel.org
4216S: Maintained
4217F: drivers/edac/i5400_edac.c
4218
4219EDAC-I7300
4220M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4221L: linux-edac@vger.kernel.org
4222S: Maintained
4223F: drivers/edac/i7300_edac.c
4224
4225EDAC-I7CORE
4226M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4227L: linux-edac@vger.kernel.org
4228S: Maintained
4229F: drivers/edac/i7core_edac.c
4230
4231EDAC-I82975X
4232M: Ranganathan Desikan <ravi@jetztechnologies.com>
4233M: "Arvind R." <arvino55@gmail.com>
4234L: linux-edac@vger.kernel.org
4235S: Maintained
4236F: drivers/edac/i82975x_edac.c
4237
4238EDAC-IE31200
4239M: Jason Baron <jbaron@akamai.com>
4240L: linux-edac@vger.kernel.org
4241S: Maintained
4242F: drivers/edac/ie31200_edac.c
4243
4244EDAC-MPC85XX
4245M: Johannes Thumshirn <morbidrsa@gmail.com>
4246L: linux-edac@vger.kernel.org
4247S: Maintained
4248F: drivers/edac/mpc85xx_edac.[ch]
4249
4250EDAC-PASEMI
4251M: Egor Martovetsky <egor@pasemi.com>
4252L: linux-edac@vger.kernel.org
4253S: Maintained
4254F: drivers/edac/pasemi_edac.c
4255
4256EDAC-R82600
4257M: Tim Small <tim@buttersideup.com>
4258L: linux-edac@vger.kernel.org
4259S: Maintained
4260F: drivers/edac/r82600_edac.c
4261
4262EDAC-SBRIDGE
4263M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4264L: linux-edac@vger.kernel.org
4265S: Maintained
4266F: drivers/edac/sb_edac.c
4267
4268EDAC-XGENE
4269APPLIED MICRO (APM) X-GENE SOC EDAC
4270M: Loc Ho <lho@apm.com>
4271S: Supported
4272F: drivers/edac/xgene_edac.c
4273F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4274
4275EDIROL UA-101/UA-1000 DRIVER
4276M: Clemens Ladisch <clemens@ladisch.de>
4277L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4278T: git git://git.alsa-project.org/alsa-kernel.git
4279S: Maintained
4280F: sound/usb/misc/ua101.c
4281
4282EXTENSIBLE FIRMWARE INTERFACE (EFI)
4283M: Matt Fleming <matt@codeblueprint.co.uk>
4284L: linux-efi@vger.kernel.org
4285T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4286S: Maintained
4287F: Documentation/efi-stub.txt
4288F: arch/ia64/kernel/efi.c
4289F: arch/x86/boot/compressed/eboot.[ch]
4290F: arch/x86/include/asm/efi.h
4291F: arch/x86/platform/efi/
4292F: drivers/firmware/efi/
4293F: include/linux/efi*.h
4294
4295EFI VARIABLE FILESYSTEM
4296M: Matthew Garrett <matthew.garrett@nebula.com>
4297M: Jeremy Kerr <jk@ozlabs.org>
4298M: Matt Fleming <matt@codeblueprint.co.uk>
4299T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4300L: linux-efi@vger.kernel.org
4301S: Maintained
4302F: fs/efivarfs/
4303
4304EFIFB FRAMEBUFFER DRIVER
4305L: linux-fbdev@vger.kernel.org
4306M: Peter Jones <pjones@redhat.com>
4307S: Maintained
4308F: drivers/video/fbdev/efifb.c
4309
4310EFS FILESYSTEM
4311W: http://aeschi.ch.eu.org/efs/
4312S: Orphan
4313F: fs/efs/
4314
4315EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4316M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4317L: netdev@vger.kernel.org
4318S: Maintained
4319F: drivers/net/ethernet/ibm/ehea/
4320
4321EM28XX VIDEO4LINUX DRIVER
4322M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4323L: linux-media@vger.kernel.org
4324W: https://linuxtv.org
4325T: git git://linuxtv.org/media_tree.git
4326S: Maintained
4327F: drivers/media/usb/em28xx/
4328
4329EMBEDDED LINUX
4330M: Paul Gortmaker <paul.gortmaker@windriver.com>
4331M: Matt Mackall <mpm@selenic.com>
4332M: David Woodhouse <dwmw2@infradead.org>
4333L: linux-embedded@vger.kernel.org
4334S: Maintained
4335
4336EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4337M: James Smart <james.smart@avagotech.com>
4338M: Dick Kennedy <dick.kennedy@avagotech.com>
4339L: linux-scsi@vger.kernel.org
4340W: http://www.avagotech.com
4341S: Supported
4342F: drivers/scsi/lpfc/
4343
4344ENE CB710 FLASH CARD READER DRIVER
4345M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4346S: Maintained
4347F: drivers/misc/cb710/
4348F: drivers/mmc/host/cb710-mmc.*
4349F: include/linux/cb710.h
4350
4351ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4352M: Maxim Levitsky <maximlevitsky@gmail.com>
4353S: Maintained
4354F: drivers/media/rc/ene_ir.*
4355
4356EPSON S1D13XXX FRAMEBUFFER DRIVER
4357M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4358S: Maintained
4359T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4360F: drivers/video/fbdev/s1d13xxxfb.c
4361F: include/video/s1d13xxxfb.h
4362
4363ET131X NETWORK DRIVER
4364M: Mark Einon <mark.einon@gmail.com>
4365S: Odd Fixes
4366F: drivers/net/ethernet/agere/
4367
4368ETHERNET BRIDGE
4369M: Stephen Hemminger <stephen@networkplumber.org>
4370L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4371L: netdev@vger.kernel.org
4372W: http://www.linuxfoundation.org/en/Net:Bridge
4373S: Maintained
4374F: include/linux/netfilter_bridge/
4375F: net/bridge/
4376
4377ETHERNET PHY LIBRARY
4378M: Florian Fainelli <f.fainelli@gmail.com>
4379L: netdev@vger.kernel.org
4380S: Maintained
4381F: include/linux/phy.h
4382F: include/linux/phy_fixed.h
4383F: drivers/net/phy/
4384F: Documentation/networking/phy.txt
4385F: drivers/of/of_mdio.c
4386F: drivers/of/of_net.c
4387
4388EXT2 FILE SYSTEM
4389M: Jan Kara <jack@suse.com>
4390L: linux-ext4@vger.kernel.org
4391S: Maintained
4392F: Documentation/filesystems/ext2.txt
4393F: fs/ext2/
4394F: include/linux/ext2*
4395
4396EXT4 FILE SYSTEM
4397M: "Theodore Ts'o" <tytso@mit.edu>
4398M: Andreas Dilger <adilger.kernel@dilger.ca>
4399L: linux-ext4@vger.kernel.org
4400W: http://ext4.wiki.kernel.org
4401Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4402T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4403S: Maintained
4404F: Documentation/filesystems/ext4.txt
4405F: fs/ext4/
4406
4407Extended Verification Module (EVM)
4408M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4409L: linux-ima-devel@lists.sourceforge.net
4410L: linux-security-module@vger.kernel.org
4411S: Supported
4412F: security/integrity/evm/
4413
4414EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4415M: MyungJoo Ham <myungjoo.ham@samsung.com>
4416M: Chanwoo Choi <cw00.choi@samsung.com>
4417L: linux-kernel@vger.kernel.org
4418T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4419S: Maintained
4420F: drivers/extcon/
4421F: include/linux/extcon/
4422F: include/linux/extcon.h
4423F: Documentation/extcon/
4424F: Documentation/devicetree/bindings/extcon/
4425
4426EXYNOS DP DRIVER
4427M: Jingoo Han <jingoohan1@gmail.com>
4428L: dri-devel@lists.freedesktop.org
4429S: Maintained
4430F: drivers/gpu/drm/exynos/exynos_dp*
4431
4432EXYNOS SYSMMU (IOMMU) driver
4433M: Marek Szyprowski <m.szyprowski@samsung.com>
4434L: iommu@lists.linux-foundation.org
4435S: Maintained
4436F: drivers/iommu/exynos-iommu.c
4437
4438EXYNOS MIPI DISPLAY DRIVERS
4439M: Inki Dae <inki.dae@samsung.com>
4440M: Donghwa Lee <dh09.lee@samsung.com>
4441M: Kyungmin Park <kyungmin.park@samsung.com>
4442L: linux-fbdev@vger.kernel.org
4443S: Maintained
4444F: drivers/video/fbdev/exynos/exynos_mipi*
4445F: include/video/exynos_mipi*
4446
4447EZchip NPS platform support
4448M: Noam Camus <noamc@ezchip.com>
4449S: Supported
4450F: arch/arc/plat-eznps
4451F: arch/arc/boot/dts/eznps.dts
4452
4453F71805F HARDWARE MONITORING DRIVER
4454M: Jean Delvare <jdelvare@suse.com>
4455L: linux-hwmon@vger.kernel.org
4456S: Maintained
4457F: Documentation/hwmon/f71805f
4458F: drivers/hwmon/f71805f.c
4459
4460FC0011 TUNER DRIVER
4461M: Michael Buesch <m@bues.ch>
4462L: linux-media@vger.kernel.org
4463S: Maintained
4464F: drivers/media/tuners/fc0011.h
4465F: drivers/media/tuners/fc0011.c
4466
4467FC2580 MEDIA DRIVER
4468M: Antti Palosaari <crope@iki.fi>
4469L: linux-media@vger.kernel.org
4470W: https://linuxtv.org
4471W: http://palosaari.fi/linux/
4472Q: http://patchwork.linuxtv.org/project/linux-media/list/
4473T: git git://linuxtv.org/anttip/media_tree.git
4474S: Maintained
4475F: drivers/media/tuners/fc2580*
4476
4477FANOTIFY
4478M: Eric Paris <eparis@redhat.com>
4479S: Maintained
4480F: fs/notify/fanotify/
4481F: include/linux/fanotify.h
4482F: include/uapi/linux/fanotify.h
4483
4484FARSYNC SYNCHRONOUS DRIVER
4485M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4486W: http://www.farsite.co.uk/
4487S: Supported
4488F: drivers/net/wan/farsync.*
4489
4490FAULT INJECTION SUPPORT
4491M: Akinobu Mita <akinobu.mita@gmail.com>
4492S: Supported
4493F: Documentation/fault-injection/
4494F: lib/fault-inject.c
4495
4496FBTFT Framebuffer drivers
4497M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4498M: Noralf Trønnes <noralf@tronnes.org>
4499S: Maintained
4500F: drivers/staging/fbtft/
4501
4502FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4503M: Vasu Dev <vasu.dev@intel.com>
4504L: fcoe-devel@open-fcoe.org
4505W: www.Open-FCoE.org
4506S: Supported
4507F: drivers/scsi/libfc/
4508F: drivers/scsi/fcoe/
4509F: include/scsi/fc/
4510F: include/scsi/libfc.h
4511F: include/scsi/libfcoe.h
4512F: include/uapi/scsi/fc/
4513
4514FILE LOCKING (flock() and fcntl()/lockf())
4515M: Jeff Layton <jlayton@poochiereds.net>
4516M: "J. Bruce Fields" <bfields@fieldses.org>
4517L: linux-fsdevel@vger.kernel.org
4518S: Maintained
4519F: include/linux/fcntl.h
4520F: include/linux/fs.h
4521F: include/uapi/linux/fcntl.h
4522F: include/uapi/linux/fs.h
4523F: fs/fcntl.c
4524F: fs/locks.c
4525
4526FILESYSTEMS (VFS and infrastructure)
4527M: Alexander Viro <viro@zeniv.linux.org.uk>
4528L: linux-fsdevel@vger.kernel.org
4529S: Maintained
4530F: fs/*
4531
4532FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4533M: Riku Voipio <riku.voipio@iki.fi>
4534L: linux-hwmon@vger.kernel.org
4535S: Maintained
4536F: drivers/hwmon/f75375s.c
4537F: include/linux/f75375s.h
4538
4539FIREWIRE AUDIO DRIVERS
4540M: Clemens Ladisch <clemens@ladisch.de>
4541L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4542T: git git://git.alsa-project.org/alsa-kernel.git
4543S: Maintained
4544F: sound/firewire/
4545
4546FIREWIRE MEDIA DRIVERS (firedtv)
4547M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4548L: linux-media@vger.kernel.org
4549L: linux1394-devel@lists.sourceforge.net
4550T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4551S: Maintained
4552F: drivers/media/firewire/
4553
4554FIREWIRE SBP-2 TARGET
4555M: Chris Boot <bootc@bootc.net>
4556L: linux-scsi@vger.kernel.org
4557L: target-devel@vger.kernel.org
4558L: linux1394-devel@lists.sourceforge.net
4559T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4560S: Maintained
4561F: drivers/target/sbp/
4562
4563FIREWIRE SUBSYSTEM
4564M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4565L: linux1394-devel@lists.sourceforge.net
4566W: http://ieee1394.wiki.kernel.org/
4567T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4568S: Maintained
4569F: drivers/firewire/
4570F: include/linux/firewire.h
4571F: include/uapi/linux/firewire*.h
4572F: tools/firewire/
4573
4574FIRMWARE LOADER (request_firmware)
4575M: Ming Lei <ming.lei@canonical.com>
4576L: linux-kernel@vger.kernel.org
4577S: Maintained
4578F: Documentation/firmware_class/
4579F: drivers/base/firmware*.c
4580F: include/linux/firmware.h
4581
4582FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4583M: Joshua Morris <josh.h.morris@us.ibm.com>
4584M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4585S: Maintained
4586F: drivers/block/rsxx/
4587
4588FLOPPY DRIVER
4589M: Jiri Kosina <jikos@kernel.org>
4590T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4591S: Odd fixes
4592F: drivers/block/floppy.c
4593
4594FMC SUBSYSTEM
4595M: Alessandro Rubini <rubini@gnudd.com>
4596W: http://www.ohwr.org/projects/fmc-bus
4597S: Supported
4598F: drivers/fmc/
4599F: include/linux/fmc*.h
4600F: include/linux/ipmi-fru.h
4601K: fmc_d.*register
4602
4603FPGA MANAGER FRAMEWORK
4604M: Alan Tull <atull@opensource.altera.com>
4605R: Moritz Fischer <moritz.fischer@ettus.com>
4606S: Maintained
4607F: drivers/fpga/
4608F: include/linux/fpga/fpga-mgr.h
4609W: http://www.rocketboards.org
4610
4611FPU EMULATOR
4612M: Bill Metzenthen <billm@melbpc.org.au>
4613W: http://floatingpoint.sourceforge.net/emulator/index.html
4614S: Maintained
4615F: arch/x86/math-emu/
4616
4617FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4618L: netdev@vger.kernel.org
4619S: Orphan
4620F: drivers/net/wan/dlci.c
4621F: drivers/net/wan/sdla.c
4622
4623FRAMEBUFFER LAYER
4624M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4625M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4626L: linux-fbdev@vger.kernel.org
4627W: http://linux-fbdev.sourceforge.net/
4628Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4629T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4630S: Maintained
4631F: Documentation/fb/
4632F: drivers/video/
4633F: include/video/
4634F: include/linux/fb.h
4635F: include/uapi/video/
4636F: include/uapi/linux/fb.h
4637
4638FREESCALE DIU FRAMEBUFFER DRIVER
4639M: Timur Tabi <timur@tabi.org>
4640L: linux-fbdev@vger.kernel.org
4641S: Maintained
4642F: drivers/video/fbdev/fsl-diu-fb.*
4643
4644FREESCALE DMA DRIVER
4645M: Li Yang <leoli@freescale.com>
4646M: Zhang Wei <zw@zh-kernel.org>
4647L: linuxppc-dev@lists.ozlabs.org
4648S: Maintained
4649F: drivers/dma/fsldma.*
4650
4651FREESCALE GPMI NAND DRIVER
4652M: Han Xu <han.xu@nxp.com>
4653L: linux-mtd@lists.infradead.org
4654S: Maintained
4655F: drivers/mtd/nand/gpmi-nand/*
4656
4657FREESCALE I2C CPM DRIVER
4658M: Jochen Friedrich <jochen@scram.de>
4659L: linuxppc-dev@lists.ozlabs.org
4660L: linux-i2c@vger.kernel.org
4661S: Maintained
4662F: drivers/i2c/busses/i2c-cpm.c
4663
4664FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4665M: Sascha Hauer <kernel@pengutronix.de>
4666L: linux-fbdev@vger.kernel.org
4667L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4668S: Maintained
4669F: include/linux/platform_data/video-imxfb.h
4670F: drivers/video/fbdev/imxfb.c
4671
4672FREESCALE QUAD SPI DRIVER
4673M: Han Xu <han.xu@nxp.com>
4674L: linux-mtd@lists.infradead.org
4675S: Maintained
4676F: drivers/mtd/spi-nor/fsl-quadspi.c
4677
4678FREESCALE SOC FS_ENET DRIVER
4679M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4680M: Vitaly Bordug <vbordug@ru.mvista.com>
4681L: linuxppc-dev@lists.ozlabs.org
4682L: netdev@vger.kernel.org
4683S: Maintained
4684F: drivers/net/ethernet/freescale/fs_enet/
4685F: include/linux/fs_enet_pd.h
4686
4687FREESCALE IMX / MXC FEC DRIVER
4688M: Fugang Duan <fugang.duan@nxp.com>
4689L: netdev@vger.kernel.org
4690S: Maintained
4691F: drivers/net/ethernet/freescale/fec_main.c
4692F: drivers/net/ethernet/freescale/fec_ptp.c
4693F: drivers/net/ethernet/freescale/fec.h
4694F: Documentation/devicetree/bindings/net/fsl-fec.txt
4695
4696FREESCALE QUICC ENGINE LIBRARY
4697L: linuxppc-dev@lists.ozlabs.org
4698S: Orphan
4699F: drivers/soc/fsl/qe/
4700F: include/soc/fsl/*qe*.h
4701F: include/soc/fsl/*ucc*.h
4702
4703FREESCALE USB PERIPHERAL DRIVERS
4704M: Li Yang <leoli@freescale.com>
4705L: linux-usb@vger.kernel.org
4706L: linuxppc-dev@lists.ozlabs.org
4707S: Maintained
4708F: drivers/usb/gadget/udc/fsl*
4709
4710FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4711M: Li Yang <leoli@freescale.com>
4712L: netdev@vger.kernel.org
4713L: linuxppc-dev@lists.ozlabs.org
4714S: Maintained
4715F: drivers/net/ethernet/freescale/ucc_geth*
4716
4717FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4718M: Claudiu Manoil <claudiu.manoil@freescale.com>
4719L: netdev@vger.kernel.org
4720S: Maintained
4721F: drivers/net/ethernet/freescale/gianfar*
4722X: drivers/net/ethernet/freescale/gianfar_ptp.c
4723F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4724
4725FREESCALE QUICC ENGINE UCC UART DRIVER
4726M: Timur Tabi <timur@tabi.org>
4727L: linuxppc-dev@lists.ozlabs.org
4728S: Maintained
4729F: drivers/tty/serial/ucc_uart.c
4730
4731FREESCALE SOC SOUND DRIVERS
4732M: Timur Tabi <timur@tabi.org>
4733M: Nicolin Chen <nicoleotsuka@gmail.com>
4734M: Xiubo Li <Xiubo.Lee@gmail.com>
4735R: Fabio Estevam <fabio.estevam@nxp.com>
4736L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4737L: linuxppc-dev@lists.ozlabs.org
4738S: Maintained
4739F: sound/soc/fsl/fsl*
4740F: sound/soc/fsl/imx*
4741F: sound/soc/fsl/mpc8610_hpcd.c
4742
4743FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4744M: "J. German Rivera" <German.Rivera@freescale.com>
4745L: linux-kernel@vger.kernel.org
4746S: Maintained
4747F: drivers/staging/fsl-mc/
4748
4749FREEVXFS FILESYSTEM
4750M: Christoph Hellwig <hch@infradead.org>
4751W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4752S: Maintained
4753F: fs/freevxfs/
4754
4755FREEZER
4756M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4757M: Pavel Machek <pavel@ucw.cz>
4758L: linux-pm@vger.kernel.org
4759S: Supported
4760F: Documentation/power/freezing-of-tasks.txt
4761F: include/linux/freezer.h
4762F: kernel/freezer.c
4763
4764FRONTSWAP API
4765M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4766L: linux-kernel@vger.kernel.org
4767S: Maintained
4768F: mm/frontswap.c
4769F: include/linux/frontswap.h
4770
4771FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4772M: David Howells <dhowells@redhat.com>
4773L: linux-cachefs@redhat.com (moderated for non-subscribers)
4774S: Supported
4775F: Documentation/filesystems/caching/
4776F: fs/fscache/
4777F: include/linux/fscache*.h
4778
4779F2FS FILE SYSTEM
4780M: Jaegeuk Kim <jaegeuk@kernel.org>
4781M: Changman Lee <cm224.lee@samsung.com>
4782R: Chao Yu <chao2.yu@samsung.com>
4783L: linux-f2fs-devel@lists.sourceforge.net
4784W: http://en.wikipedia.org/wiki/F2FS
4785T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4786S: Maintained
4787F: Documentation/filesystems/f2fs.txt
4788F: Documentation/ABI/testing/sysfs-fs-f2fs
4789F: fs/f2fs/
4790F: include/linux/f2fs_fs.h
4791F: include/trace/events/f2fs.h
4792
4793FUJITSU FR-V (FRV) PORT
4794S: Orphan
4795F: arch/frv/
4796
4797FUJITSU LAPTOP EXTRAS
4798M: Jonathan Woithe <jwoithe@just42.net>
4799L: platform-driver-x86@vger.kernel.org
4800S: Maintained
4801F: drivers/platform/x86/fujitsu-laptop.c
4802
4803FUJITSU M-5MO LS CAMERA ISP DRIVER
4804M: Kyungmin Park <kyungmin.park@samsung.com>
4805M: Heungjun Kim <riverful.kim@samsung.com>
4806L: linux-media@vger.kernel.org
4807S: Maintained
4808F: drivers/media/i2c/m5mols/
4809F: include/media/i2c/m5mols.h
4810
4811FUJITSU TABLET EXTRAS
4812M: Robert Gerlach <khnz@gmx.de>
4813L: platform-driver-x86@vger.kernel.org
4814S: Maintained
4815F: drivers/platform/x86/fujitsu-tablet.c
4816
4817FUSE: FILESYSTEM IN USERSPACE
4818M: Miklos Szeredi <miklos@szeredi.hu>
4819L: linux-fsdevel@vger.kernel.org
4820W: http://fuse.sourceforge.net/
4821T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4822S: Maintained
4823F: fs/fuse/
4824F: include/uapi/linux/fuse.h
4825F: Documentation/filesystems/fuse.txt
4826
4827FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4828M: Rik Faith <faith@cs.unc.edu>
4829L: linux-scsi@vger.kernel.org
4830S: Odd Fixes (e.g., new signatures)
4831F: drivers/scsi/fdomain.*
4832
4833GCOV BASED KERNEL PROFILING
4834M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4835S: Maintained
4836F: kernel/gcov/
4837F: Documentation/gcov.txt
4838
4839GDT SCSI DISK ARRAY CONTROLLER DRIVER
4840M: Achim Leubner <achim_leubner@adaptec.com>
4841L: linux-scsi@vger.kernel.org
4842W: http://www.icp-vortex.com/
4843S: Supported
4844F: drivers/scsi/gdt*
4845
4846GDB KERNEL DEBUGGING HELPER SCRIPTS
4847M: Jan Kiszka <jan.kiszka@siemens.com>
4848S: Supported
4849F: scripts/gdb/
4850
4851GEMTEK FM RADIO RECEIVER DRIVER
4852M: Hans Verkuil <hverkuil@xs4all.nl>
4853L: linux-media@vger.kernel.org
4854T: git git://linuxtv.org/media_tree.git
4855W: https://linuxtv.org
4856S: Maintained
4857F: drivers/media/radio/radio-gemtek*
4858
4859GENERIC GPIO I2C DRIVER
4860M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4861S: Supported
4862F: drivers/i2c/busses/i2c-gpio.c
4863F: include/linux/i2c-gpio.h
4864
4865GENERIC GPIO I2C MULTIPLEXER DRIVER
4866M: Peter Korsgaard <peter.korsgaard@barco.com>
4867L: linux-i2c@vger.kernel.org
4868S: Supported
4869F: drivers/i2c/muxes/i2c-mux-gpio.c
4870F: include/linux/i2c-mux-gpio.h
4871F: Documentation/i2c/muxes/i2c-mux-gpio
4872
4873GENERIC HDLC (WAN) DRIVERS
4874M: Krzysztof Halasa <khc@pm.waw.pl>
4875W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4876S: Maintained
4877F: drivers/net/wan/c101.c
4878F: drivers/net/wan/hd6457*
4879F: drivers/net/wan/hdlc*
4880F: drivers/net/wan/n2.c
4881F: drivers/net/wan/pc300too.c
4882F: drivers/net/wan/pci200syn.c
4883F: drivers/net/wan/wanxl*
4884
4885GENERIC INCLUDE/ASM HEADER FILES
4886M: Arnd Bergmann <arnd@arndb.de>
4887L: linux-arch@vger.kernel.org
4888T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4889S: Maintained
4890F: include/asm-generic/
4891F: include/uapi/asm-generic/
4892
4893GENERIC PHY FRAMEWORK
4894M: Kishon Vijay Abraham I <kishon@ti.com>
4895L: linux-kernel@vger.kernel.org
4896T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4897S: Supported
4898F: drivers/phy/
4899F: include/linux/phy/
4900
4901GENERIC PM DOMAINS
4902M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4903M: Kevin Hilman <khilman@kernel.org>
4904M: Ulf Hansson <ulf.hansson@linaro.org>
4905L: linux-pm@vger.kernel.org
4906S: Supported
4907F: drivers/base/power/domain*.c
4908F: include/linux/pm_domain.h
4909
4910GENERIC UIO DRIVER FOR PCI DEVICES
4911M: "Michael S. Tsirkin" <mst@redhat.com>
4912L: kvm@vger.kernel.org
4913S: Supported
4914F: drivers/uio/uio_pci_generic.c
4915
4916GET_MAINTAINER SCRIPT
4917M: Joe Perches <joe@perches.com>
4918S: Maintained
4919F: scripts/get_maintainer.pl
4920
4921GFS2 FILE SYSTEM
4922M: Steven Whitehouse <swhiteho@redhat.com>
4923M: Bob Peterson <rpeterso@redhat.com>
4924L: cluster-devel@redhat.com
4925W: http://sources.redhat.com/cluster/
4926T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4927S: Supported
4928F: Documentation/filesystems/gfs2*.txt
4929F: fs/gfs2/
4930F: include/uapi/linux/gfs2_ondisk.h
4931
4932GIGASET ISDN DRIVERS
4933M: Paul Bolle <pebolle@tiscali.nl>
4934L: gigaset307x-common@lists.sourceforge.net
4935W: http://gigaset307x.sourceforge.net/
4936S: Odd Fixes
4937F: Documentation/isdn/README.gigaset
4938F: drivers/isdn/gigaset/
4939F: include/uapi/linux/gigaset_dev.h
4940
4941GO7007 MPEG CODEC
4942M: Hans Verkuil <hans.verkuil@cisco.com>
4943L: linux-media@vger.kernel.org
4944S: Maintained
4945F: drivers/media/usb/go7007/
4946
4947GOODIX TOUCHSCREEN
4948M: Bastien Nocera <hadess@hadess.net>
4949L: linux-input@vger.kernel.org
4950S: Maintained
4951F: drivers/input/touchscreen/goodix.c
4952
4953GPIO SUBSYSTEM
4954M: Linus Walleij <linus.walleij@linaro.org>
4955M: Alexandre Courbot <gnurou@gmail.com>
4956L: linux-gpio@vger.kernel.org
4957T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4958S: Maintained
4959F: Documentation/devicetree/bindings/gpio/
4960F: Documentation/gpio/
4961F: Documentation/ABI/testing/gpio-cdev
4962F: Documentation/ABI/obsolete/sysfs-gpio
4963F: drivers/gpio/
4964F: include/linux/gpio/
4965F: include/linux/gpio.h
4966F: include/asm-generic/gpio.h
4967F: include/uapi/linux/gpio.h
4968F: tools/gpio/
4969
4970GRE DEMULTIPLEXER DRIVER
4971M: Dmitry Kozlov <xeb@mail.ru>
4972L: netdev@vger.kernel.org
4973S: Maintained
4974F: net/ipv4/gre_demux.c
4975F: net/ipv4/gre_offload.c
4976F: include/net/gre.h
4977
4978GRETH 10/100/1G Ethernet MAC device driver
4979M: Andreas Larsson <andreas@gaisler.com>
4980L: netdev@vger.kernel.org
4981S: Maintained
4982F: drivers/net/ethernet/aeroflex/
4983
4984GSPCA FINEPIX SUBDRIVER
4985M: Frank Zago <frank@zago.net>
4986L: linux-media@vger.kernel.org
4987T: git git://linuxtv.org/media_tree.git
4988S: Maintained
4989F: drivers/media/usb/gspca/finepix.c
4990
4991GSPCA GL860 SUBDRIVER
4992M: Olivier Lorin <o.lorin@laposte.net>
4993L: linux-media@vger.kernel.org
4994T: git git://linuxtv.org/media_tree.git
4995S: Maintained
4996F: drivers/media/usb/gspca/gl860/
4997
4998GSPCA M5602 SUBDRIVER
4999M: Erik Andren <erik.andren@gmail.com>
5000L: linux-media@vger.kernel.org
5001T: git git://linuxtv.org/media_tree.git
5002S: Maintained
5003F: drivers/media/usb/gspca/m5602/
5004
5005GSPCA PAC207 SONIXB SUBDRIVER
5006M: Hans de Goede <hdegoede@redhat.com>
5007L: linux-media@vger.kernel.org
5008T: git git://linuxtv.org/media_tree.git
5009S: Maintained
5010F: drivers/media/usb/gspca/pac207.c
5011
5012GSPCA SN9C20X SUBDRIVER
5013M: Brian Johnson <brijohn@gmail.com>
5014L: linux-media@vger.kernel.org
5015T: git git://linuxtv.org/media_tree.git
5016S: Maintained
5017F: drivers/media/usb/gspca/sn9c20x.c
5018
5019GSPCA T613 SUBDRIVER
5020M: Leandro Costantino <lcostantino@gmail.com>
5021L: linux-media@vger.kernel.org
5022T: git git://linuxtv.org/media_tree.git
5023S: Maintained
5024F: drivers/media/usb/gspca/t613.c
5025
5026GSPCA USB WEBCAM DRIVER
5027M: Hans de Goede <hdegoede@redhat.com>
5028L: linux-media@vger.kernel.org
5029T: git git://linuxtv.org/media_tree.git
5030S: Maintained
5031F: drivers/media/usb/gspca/
5032
5033GUID PARTITION TABLE (GPT)
5034M: Davidlohr Bueso <dave@stgolabs.net>
5035L: linux-efi@vger.kernel.org
5036S: Maintained
5037F: block/partitions/efi.*
5038
5039STK1160 USB VIDEO CAPTURE DRIVER
5040M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5041L: linux-media@vger.kernel.org
5042T: git git://linuxtv.org/media_tree.git
5043S: Maintained
5044F: drivers/media/usb/stk1160/
5045
5046H8/300 ARCHITECTURE
5047M: Yoshinori Sato <ysato@users.sourceforge.jp>
5048L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5049W: http://uclinux-h8.sourceforge.jp
5050T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5051S: Maintained
5052F: arch/h8300/
5053F: drivers/clocksource/h8300_*.c
5054F: drivers/clk/h8300/
5055F: drivers/irqchip/irq-renesas-h8*.c
5056
5057HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5058M: Frank Seidel <frank@f-seidel.de>
5059L: platform-driver-x86@vger.kernel.org
5060W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5061S: Maintained
5062F: drivers/platform/x86/hdaps.c
5063
5064HDPVR USB VIDEO ENCODER DRIVER
5065M: Hans Verkuil <hverkuil@xs4all.nl>
5066L: linux-media@vger.kernel.org
5067T: git git://linuxtv.org/media_tree.git
5068W: https://linuxtv.org
5069S: Odd Fixes
5070F: drivers/media/usb/hdpvr/
5071
5072HWPOISON MEMORY FAILURE HANDLING
5073M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5074L: linux-mm@kvack.org
5075S: Maintained
5076F: mm/memory-failure.c
5077F: mm/hwpoison-inject.c
5078
5079HYPERVISOR VIRTUAL CONSOLE DRIVER
5080L: linuxppc-dev@lists.ozlabs.org
5081S: Odd Fixes
5082F: drivers/tty/hvc/
5083
5084HACKRF MEDIA DRIVER
5085M: Antti Palosaari <crope@iki.fi>
5086L: linux-media@vger.kernel.org
5087W: https://linuxtv.org
5088W: http://palosaari.fi/linux/
5089Q: http://patchwork.linuxtv.org/project/linux-media/list/
5090T: git git://linuxtv.org/anttip/media_tree.git
5091S: Maintained
5092F: drivers/media/usb/hackrf/
5093
5094HARDWARE MONITORING
5095M: Jean Delvare <jdelvare@suse.com>
5096M: Guenter Roeck <linux@roeck-us.net>
5097L: linux-hwmon@vger.kernel.org
5098W: http://hwmon.wiki.kernel.org/
5099T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5100T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5101S: Maintained
5102F: Documentation/hwmon/
5103F: drivers/hwmon/
5104F: include/linux/hwmon*.h
5105
5106HARDWARE RANDOM NUMBER GENERATOR CORE
5107M: Matt Mackall <mpm@selenic.com>
5108M: Herbert Xu <herbert@gondor.apana.org.au>
5109L: linux-crypto@vger.kernel.org
5110S: Odd fixes
5111F: Documentation/hw_random.txt
5112F: drivers/char/hw_random/
5113F: include/linux/hw_random.h
5114
5115HARDWARE SPINLOCK CORE
5116M: Ohad Ben-Cohen <ohad@wizery.com>
5117M: Bjorn Andersson <bjorn.andersson@linaro.org>
5118L: linux-remoteproc@vger.kernel.org
5119S: Maintained
5120T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5121F: Documentation/hwspinlock.txt
5122F: drivers/hwspinlock/hwspinlock_*
5123F: include/linux/hwspinlock.h
5124
5125HARMONY SOUND DRIVER
5126L: linux-parisc@vger.kernel.org
5127S: Maintained
5128F: sound/parisc/harmony.*
5129
5130HD29L2 MEDIA DRIVER
5131M: Antti Palosaari <crope@iki.fi>
5132L: linux-media@vger.kernel.org
5133W: https://linuxtv.org
5134W: http://palosaari.fi/linux/
5135Q: http://patchwork.linuxtv.org/project/linux-media/list/
5136T: git git://linuxtv.org/anttip/media_tree.git
5137S: Maintained
5138F: drivers/media/dvb-frontends/hd29l2*
5139
5140HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5141M: Don Brace <don.brace@microsemi.com>
5142L: iss_storagedev@hp.com
5143L: esc.storagedev@microsemi.com
5144L: linux-scsi@vger.kernel.org
5145S: Supported
5146F: Documentation/scsi/hpsa.txt
5147F: drivers/scsi/hpsa*.[ch]
5148F: include/linux/cciss*.h
5149F: include/uapi/linux/cciss*.h
5150
5151HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5152M: Don Brace <don.brace@microsemi.com>
5153L: iss_storagedev@hp.com
5154L: esc.storagedev@microsemi.com
5155L: linux-scsi@vger.kernel.org
5156S: Supported
5157F: Documentation/blockdev/cciss.txt
5158F: drivers/block/cciss*
5159F: include/linux/cciss_ioctl.h
5160F: include/uapi/linux/cciss_ioctl.h
5161
5162HFS FILESYSTEM
5163L: linux-fsdevel@vger.kernel.org
5164S: Orphan
5165F: Documentation/filesystems/hfs.txt
5166F: fs/hfs/
5167
5168HFSPLUS FILESYSTEM
5169L: linux-fsdevel@vger.kernel.org
5170S: Orphan
5171F: Documentation/filesystems/hfsplus.txt
5172F: fs/hfsplus/
5173
5174HGA FRAMEBUFFER DRIVER
5175M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5176L: linux-nvidia@lists.surfsouth.com
5177W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5178S: Maintained
5179F: drivers/video/fbdev/hgafb.c
5180
5181HIBERNATION (aka Software Suspend, aka swsusp)
5182M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5183M: Pavel Machek <pavel@ucw.cz>
5184L: linux-pm@vger.kernel.org
5185S: Supported
5186F: arch/x86/power/
5187F: drivers/base/power/
5188F: kernel/power/
5189F: include/linux/suspend.h
5190F: include/linux/freezer.h
5191F: include/linux/pm.h
5192F: arch/*/include/asm/suspend*.h
5193
5194HID CORE LAYER
5195M: Jiri Kosina <jikos@kernel.org>
5196R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5197L: linux-input@vger.kernel.org
5198T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5199S: Maintained
5200F: drivers/hid/
5201F: include/linux/hid*
5202F: include/uapi/linux/hid*
5203
5204HID SENSOR HUB DRIVERS
5205M: Jiri Kosina <jikos@kernel.org>
5206M: Jonathan Cameron <jic23@kernel.org>
5207M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5208L: linux-input@vger.kernel.org
5209L: linux-iio@vger.kernel.org
5210S: Maintained
5211F: Documentation/hid/hid-sensor*
5212F: drivers/hid/hid-sensor-*
5213F: drivers/iio/*/hid-*
5214F: include/linux/hid-sensor-*
5215
5216HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5217M: Thomas Gleixner <tglx@linutronix.de>
5218L: linux-kernel@vger.kernel.org
5219T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5220S: Maintained
5221F: Documentation/timers/
5222F: kernel/time/hrtimer.c
5223F: kernel/time/clockevents.c
5224F: kernel/time/tick*.*
5225F: kernel/time/timer_*.c
5226F: include/linux/clockchips.h
5227F: include/linux/hrtimer.h
5228
5229HIGH-SPEED SCC DRIVER FOR AX.25
5230L: linux-hams@vger.kernel.org
5231S: Orphan
5232F: drivers/net/hamradio/dmascc.c
5233F: drivers/net/hamradio/scc.c
5234
5235HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5236M: HighPoint Linux Team <linux@highpoint-tech.com>
5237W: http://www.highpoint-tech.com
5238S: Supported
5239F: Documentation/scsi/hptiop.txt
5240F: drivers/scsi/hptiop.c
5241
5242HIPPI
5243M: Jes Sorensen <jes@trained-monkey.org>
5244L: linux-hippi@sunsite.dk
5245S: Maintained
5246F: include/linux/hippidevice.h
5247F: include/uapi/linux/if_hippi.h
5248F: net/802/hippi.c
5249F: drivers/net/hippi/
5250
5251HISILICON SAS Controller
5252M: John Garry <john.garry@huawei.com>
5253W: http://www.hisilicon.com
5254S: Supported
5255F: drivers/scsi/hisi_sas/
5256F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5257
5258HOST AP DRIVER
5259M: Jouni Malinen <j@w1.fi>
5260L: hostap@shmoo.com (subscribers-only)
5261L: linux-wireless@vger.kernel.org
5262W: http://hostap.epitest.fi/
5263S: Maintained
5264F: drivers/net/wireless/intersil/hostap/
5265
5266HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5267L: platform-driver-x86@vger.kernel.org
5268S: Orphan
5269F: drivers/platform/x86/tc1100-wmi.c
5270
5271HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5272M: Jaroslav Kysela <perex@perex.cz>
5273S: Maintained
5274F: drivers/net/ethernet/hp/hp100.*
5275
5276HPET: High Precision Event Timers driver
5277M: Clemens Ladisch <clemens@ladisch.de>
5278S: Maintained
5279F: Documentation/timers/hpet.txt
5280F: drivers/char/hpet.c
5281F: include/linux/hpet.h
5282F: include/uapi/linux/hpet.h
5283
5284HPET: x86
5285S: Orphan
5286F: arch/x86/kernel/hpet.c
5287F: arch/x86/include/asm/hpet.h
5288
5289HPFS FILESYSTEM
5290M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5291W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5292S: Maintained
5293F: fs/hpfs/
5294
5295HSI SUBSYSTEM
5296M: Sebastian Reichel <sre@kernel.org>
5297T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5298S: Maintained
5299F: Documentation/ABI/testing/sysfs-bus-hsi
5300F: Documentation/hsi.txt
5301F: drivers/hsi/
5302F: include/linux/hsi/
5303F: include/uapi/linux/hsi/
5304
5305HSO 3G MODEM DRIVER
5306M: Jan Dumon <j.dumon@option.com>
5307W: http://www.pharscape.org
5308S: Maintained
5309F: drivers/net/usb/hso.c
5310
5311HSR NETWORK PROTOCOL
5312M: Arvid Brodin <arvid.brodin@alten.se>
5313L: netdev@vger.kernel.org
5314S: Maintained
5315F: net/hsr/
5316
5317HTCPEN TOUCHSCREEN DRIVER
5318M: Pau Oliva Fora <pof@eslack.org>
5319L: linux-input@vger.kernel.org
5320S: Maintained
5321F: drivers/input/touchscreen/htcpen.c
5322
5323HUGETLB FILESYSTEM
5324M: Nadia Yvette Chambers <nyc@holomorphy.com>
5325S: Maintained
5326F: fs/hugetlbfs/
5327
5328Hyper-V CORE AND DRIVERS
5329M: "K. Y. Srinivasan" <kys@microsoft.com>
5330M: Haiyang Zhang <haiyangz@microsoft.com>
5331L: devel@linuxdriverproject.org
5332S: Maintained
5333F: arch/x86/include/asm/mshyperv.h
5334F: arch/x86/include/uapi/asm/hyperv.h
5335F: arch/x86/kernel/cpu/mshyperv.c
5336F: drivers/hid/hid-hyperv.c
5337F: drivers/hv/
5338F: drivers/input/serio/hyperv-keyboard.c
5339F: drivers/pci/host/pci-hyperv.c
5340F: drivers/net/hyperv/
5341F: drivers/scsi/storvsc_drv.c
5342F: drivers/video/fbdev/hyperv_fb.c
5343F: include/linux/hyperv.h
5344F: tools/hv/
5345F: Documentation/ABI/stable/sysfs-bus-vmbus
5346
5347I2C MUXES
5348M: Peter Rosin <peda@axentia.se>
5349L: linux-i2c@vger.kernel.org
5350S: Maintained
5351F: Documentation/i2c/i2c-topology
5352F: Documentation/i2c/muxes/
5353F: Documentation/devicetree/bindings/i2c/i2c-mux*
5354F: drivers/i2c/i2c-mux.c
5355F: drivers/i2c/muxes/
5356F: include/linux/i2c-mux.h
5357
5358I2C OVER PARALLEL PORT
5359M: Jean Delvare <jdelvare@suse.com>
5360L: linux-i2c@vger.kernel.org
5361S: Maintained
5362F: Documentation/i2c/busses/i2c-parport
5363F: Documentation/i2c/busses/i2c-parport-light
5364F: drivers/i2c/busses/i2c-parport.c
5365F: drivers/i2c/busses/i2c-parport-light.c
5366
5367I2C/SMBUS CONTROLLER DRIVERS FOR PC
5368M: Jean Delvare <jdelvare@suse.com>
5369L: linux-i2c@vger.kernel.org
5370S: Maintained
5371F: Documentation/i2c/busses/i2c-ali1535
5372F: Documentation/i2c/busses/i2c-ali1563
5373F: Documentation/i2c/busses/i2c-ali15x3
5374F: Documentation/i2c/busses/i2c-amd756
5375F: Documentation/i2c/busses/i2c-amd8111
5376F: Documentation/i2c/busses/i2c-i801
5377F: Documentation/i2c/busses/i2c-nforce2
5378F: Documentation/i2c/busses/i2c-piix4
5379F: Documentation/i2c/busses/i2c-sis5595
5380F: Documentation/i2c/busses/i2c-sis630
5381F: Documentation/i2c/busses/i2c-sis96x
5382F: Documentation/i2c/busses/i2c-via
5383F: Documentation/i2c/busses/i2c-viapro
5384F: drivers/i2c/busses/i2c-ali1535.c
5385F: drivers/i2c/busses/i2c-ali1563.c
5386F: drivers/i2c/busses/i2c-ali15x3.c
5387F: drivers/i2c/busses/i2c-amd756.c
5388F: drivers/i2c/busses/i2c-amd756-s4882.c
5389F: drivers/i2c/busses/i2c-amd8111.c
5390F: drivers/i2c/busses/i2c-i801.c
5391F: drivers/i2c/busses/i2c-isch.c
5392F: drivers/i2c/busses/i2c-nforce2.c
5393F: drivers/i2c/busses/i2c-nforce2-s4985.c
5394F: drivers/i2c/busses/i2c-piix4.c
5395F: drivers/i2c/busses/i2c-sis5595.c
5396F: drivers/i2c/busses/i2c-sis630.c
5397F: drivers/i2c/busses/i2c-sis96x.c
5398F: drivers/i2c/busses/i2c-via.c
5399F: drivers/i2c/busses/i2c-viapro.c
5400
5401I2C/SMBUS ISMT DRIVER
5402M: Seth Heasley <seth.heasley@intel.com>
5403M: Neil Horman <nhorman@tuxdriver.com>
5404L: linux-i2c@vger.kernel.org
5405F: drivers/i2c/busses/i2c-ismt.c
5406F: Documentation/i2c/busses/i2c-ismt
5407
5408I2C/SMBUS STUB DRIVER
5409M: Jean Delvare <jdelvare@suse.com>
5410L: linux-i2c@vger.kernel.org
5411S: Maintained
5412F: drivers/i2c/i2c-stub.c
5413
5414I2C SUBSYSTEM
5415M: Wolfram Sang <wsa@the-dreams.de>
5416L: linux-i2c@vger.kernel.org
5417W: https://i2c.wiki.kernel.org/
5418Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5419T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5420S: Maintained
5421F: Documentation/devicetree/bindings/i2c/
5422F: Documentation/i2c/
5423F: drivers/i2c/
5424F: drivers/i2c/*/
5425F: include/linux/i2c.h
5426F: include/linux/i2c-*.h
5427F: include/uapi/linux/i2c.h
5428F: include/uapi/linux/i2c-*.h
5429
5430I2C ACPI SUPPORT
5431M: Mika Westerberg <mika.westerberg@linux.intel.com>
5432L: linux-i2c@vger.kernel.org
5433L: linux-acpi@vger.kernel.org
5434S: Maintained
5435
5436I2C-TAOS-EVM DRIVER
5437M: Jean Delvare <jdelvare@suse.com>
5438L: linux-i2c@vger.kernel.org
5439S: Maintained
5440F: Documentation/i2c/busses/i2c-taos-evm
5441F: drivers/i2c/busses/i2c-taos-evm.c
5442
5443I2C-TINY-USB DRIVER
5444M: Till Harbaum <till@harbaum.org>
5445L: linux-i2c@vger.kernel.org
5446W: http://www.harbaum.org/till/i2c_tiny_usb
5447S: Maintained
5448F: drivers/i2c/busses/i2c-tiny-usb.c
5449
5450i386 BOOT CODE
5451M: "H. Peter Anvin" <hpa@zytor.com>
5452S: Maintained
5453F: arch/x86/boot/
5454
5455i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5456M: "H. Peter Anvin" <hpa@zytor.com>
5457T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5458S: Maintained
5459
5460IA64 (Itanium) PLATFORM
5461M: Tony Luck <tony.luck@intel.com>
5462M: Fenghua Yu <fenghua.yu@intel.com>
5463L: linux-ia64@vger.kernel.org
5464T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5465S: Maintained
5466F: arch/ia64/
5467
5468IBM Power VMX Cryptographic instructions
5469M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5470M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5471L: linux-crypto@vger.kernel.org
5472S: Supported
5473F: drivers/crypto/vmx/Makefile
5474F: drivers/crypto/vmx/Kconfig
5475F: drivers/crypto/vmx/vmx.c
5476F: drivers/crypto/vmx/aes*
5477F: drivers/crypto/vmx/ghash*
5478F: drivers/crypto/vmx/ppc-xlate.pl
5479
5480IBM Power in-Nest Crypto Acceleration
5481M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5482M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5483L: linux-crypto@vger.kernel.org
5484S: Supported
5485F: drivers/crypto/nx/Makefile
5486F: drivers/crypto/nx/Kconfig
5487F: drivers/crypto/nx/nx-aes*
5488F: drivers/crypto/nx/nx-sha*
5489F: drivers/crypto/nx/nx.*
5490F: drivers/crypto/nx/nx_csbcpb.h
5491F: drivers/crypto/nx/nx_debugfs.h
5492
5493IBM Power 842 compression accelerator
5494M: Dan Streetman <ddstreet@ieee.org>
5495S: Supported
5496F: drivers/crypto/nx/Makefile
5497F: drivers/crypto/nx/Kconfig
5498F: drivers/crypto/nx/nx-842*
5499F: include/linux/sw842.h
5500F: crypto/842.c
5501F: lib/842/
5502
5503IBM Power Linux RAID adapter
5504M: Brian King <brking@us.ibm.com>
5505S: Supported
5506F: drivers/scsi/ipr.*
5507
5508IBM Power Virtual Ethernet Device Driver
5509M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5510L: netdev@vger.kernel.org
5511S: Supported
5512F: drivers/net/ethernet/ibm/ibmveth.*
5513
5514IBM Power SRIOV Virtual NIC Device Driver
5515M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5516M: John Allen <jallen@linux.vnet.ibm.com>
5517L: netdev@vger.kernel.org
5518S: Supported
5519F: drivers/net/ethernet/ibm/ibmvnic.*
5520
5521IBM Power Virtual SCSI Device Drivers
5522M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5523L: linux-scsi@vger.kernel.org
5524S: Supported
5525F: drivers/scsi/ibmvscsi/ibmvscsi*
5526F: drivers/scsi/ibmvscsi/viosrp.h
5527
5528IBM Power Virtual FC Device Drivers
5529M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5530L: linux-scsi@vger.kernel.org
5531S: Supported
5532F: drivers/scsi/ibmvscsi/ibmvfc*
5533
5534IBM ServeRAID RAID DRIVER
5535S: Orphan
5536F: drivers/scsi/ips.*
5537
5538ICH LPC AND GPIO DRIVER
5539M: Peter Tyser <ptyser@xes-inc.com>
5540S: Maintained
5541F: drivers/mfd/lpc_ich.c
5542F: drivers/gpio/gpio-ich.c
5543
5544IDE SUBSYSTEM
5545M: "David S. Miller" <davem@davemloft.net>
5546L: linux-ide@vger.kernel.org
5547Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5548T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5549S: Maintained
5550F: Documentation/ide/
5551F: drivers/ide/
5552F: include/linux/ide.h
5553
5554IDEAPAD LAPTOP EXTRAS DRIVER
5555M: Ike Panhc <ike.pan@canonical.com>
5556L: platform-driver-x86@vger.kernel.org
5557W: http://launchpad.net/ideapad-laptop
5558S: Maintained
5559F: drivers/platform/x86/ideapad-laptop.c
5560
5561IDEAPAD LAPTOP SLIDEBAR DRIVER
5562M: Andrey Moiseev <o2g.org.ru@gmail.com>
5563L: linux-input@vger.kernel.org
5564W: https://github.com/o2genum/ideapad-slidebar
5565S: Maintained
5566F: drivers/input/misc/ideapad_slidebar.c
5567
5568IDE/ATAPI DRIVERS
5569M: Borislav Petkov <bp@alien8.de>
5570L: linux-ide@vger.kernel.org
5571S: Maintained
5572F: Documentation/cdrom/ide-cd
5573F: drivers/ide/ide-cd*
5574
5575IDLE-I7300
5576M: Andy Henroid <andrew.d.henroid@intel.com>
5577L: linux-pm@vger.kernel.org
5578S: Supported
5579F: drivers/idle/i7300_idle.c
5580
5581IEEE 802.15.4 SUBSYSTEM
5582M: Alexander Aring <aar@pengutronix.de>
5583L: linux-wpan@vger.kernel.org
5584W: http://wpan.cakelab.org/
5585T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5586T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5587S: Maintained
5588F: net/ieee802154/
5589F: net/mac802154/
5590F: drivers/net/ieee802154/
5591F: include/linux/nl802154.h
5592F: include/linux/ieee802154.h
5593F: include/net/nl802154.h
5594F: include/net/mac802154.h
5595F: include/net/af_ieee802154.h
5596F: include/net/cfg802154.h
5597F: include/net/ieee802154_netdev.h
5598F: Documentation/networking/ieee802154.txt
5599
5600IGORPLUG-USB IR RECEIVER
5601M: Sean Young <sean@mess.org>
5602L: linux-media@vger.kernel.org
5603S: Maintained
5604F: drivers/media/rc/igorplugusb.c
5605
5606IGUANAWORKS USB IR TRANSCEIVER
5607M: Sean Young <sean@mess.org>
5608L: linux-media@vger.kernel.org
5609S: Maintained
5610F: drivers/media/rc/iguanair.c
5611
5612IIO SUBSYSTEM AND DRIVERS
5613M: Jonathan Cameron <jic23@kernel.org>
5614R: Hartmut Knaack <knaack.h@gmx.de>
5615R: Lars-Peter Clausen <lars@metafoo.de>
5616R: Peter Meerwald <pmeerw@pmeerw.net>
5617L: linux-iio@vger.kernel.org
5618S: Maintained
5619F: drivers/iio/
5620F: drivers/staging/iio/
5621F: include/linux/iio/
5622F: tools/iio/
5623
5624IKANOS/ADI EAGLE ADSL USB DRIVER
5625M: Matthieu Castet <castet.matthieu@free.fr>
5626M: Stanislaw Gruszka <stf_xl@wp.pl>
5627S: Maintained
5628F: drivers/usb/atm/ueagle-atm.c
5629
5630INA209 HARDWARE MONITOR DRIVER
5631M: Guenter Roeck <linux@roeck-us.net>
5632L: linux-hwmon@vger.kernel.org
5633S: Maintained
5634F: Documentation/hwmon/ina209
5635F: Documentation/devicetree/bindings/i2c/ina209.txt
5636F: drivers/hwmon/ina209.c
5637
5638INA2XX HARDWARE MONITOR DRIVER
5639M: Guenter Roeck <linux@roeck-us.net>
5640L: linux-hwmon@vger.kernel.org
5641S: Maintained
5642F: Documentation/hwmon/ina2xx
5643F: drivers/hwmon/ina2xx.c
5644F: include/linux/platform_data/ina2xx.h
5645
5646INDUSTRY PACK SUBSYSTEM (IPACK)
5647M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5648M: Jens Taprogge <jens.taprogge@taprogge.org>
5649M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5650L: industrypack-devel@lists.sourceforge.net
5651W: http://industrypack.sourceforge.net
5652S: Maintained
5653F: drivers/ipack/
5654
5655INGENIC JZ4780 DMA Driver
5656M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5657S: Maintained
5658F: drivers/dma/dma-jz4780.c
5659
5660INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5661M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5662M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5663L: linux-ima-devel@lists.sourceforge.net
5664L: linux-ima-user@lists.sourceforge.net
5665L: linux-security-module@vger.kernel.org
5666T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5667S: Supported
5668F: security/integrity/ima/
5669
5670IMGTEC IR DECODER DRIVER
5671M: James Hogan <james.hogan@imgtec.com>
5672S: Maintained
5673F: drivers/media/rc/img-ir/
5674
5675IMS TWINTURBO FRAMEBUFFER DRIVER
5676L: linux-fbdev@vger.kernel.org
5677S: Orphan
5678F: drivers/video/fbdev/imsttfb.c
5679
5680INFINIBAND SUBSYSTEM
5681M: Doug Ledford <dledford@redhat.com>
5682M: Sean Hefty <sean.hefty@intel.com>
5683M: Hal Rosenstock <hal.rosenstock@gmail.com>
5684L: linux-rdma@vger.kernel.org
5685W: http://www.openfabrics.org/
5686Q: http://patchwork.kernel.org/project/linux-rdma/list/
5687T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5688S: Supported
5689F: Documentation/infiniband/
5690F: drivers/infiniband/
5691F: drivers/staging/rdma/
5692F: include/uapi/linux/if_infiniband.h
5693F: include/uapi/rdma/
5694F: include/rdma/
5695
5696INOTIFY
5697M: John McCutchan <john@johnmccutchan.com>
5698M: Robert Love <rlove@rlove.org>
5699M: Eric Paris <eparis@parisplace.org>
5700S: Maintained
5701F: Documentation/filesystems/inotify.txt
5702F: fs/notify/inotify/
5703F: include/linux/inotify.h
5704F: include/uapi/linux/inotify.h
5705
5706INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5707M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
5708L: linux-input@vger.kernel.org
5709Q: http://patchwork.kernel.org/project/linux-input/list/
5710T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5711S: Maintained
5712F: drivers/input/
5713F: include/linux/input.h
5714F: include/uapi/linux/input.h
5715F: include/linux/input/
5716F: Documentation/devicetree/bindings/input/
5717
5718INPUT MULTITOUCH (MT) PROTOCOL
5719M: Henrik Rydberg <rydberg@bitmath.org>
5720L: linux-input@vger.kernel.org
5721S: Odd fixes
5722F: Documentation/input/multi-touch-protocol.txt
5723F: drivers/input/input-mt.c
5724K: \b(ABS|SYN)_MT_
5725
5726INTEL ASoC BDW/HSW DRIVERS
5727M: Jie Yang <yang.jie@linux.intel.com>
5728L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5729S: Supported
5730F: sound/soc/intel/common/sst-dsp*
5731F: sound/soc/intel/common/sst-firmware.c
5732F: sound/soc/intel/boards/broadwell.c
5733F: sound/soc/intel/haswell/
5734
5735INTEL C600 SERIES SAS CONTROLLER DRIVER
5736M: Intel SCU Linux support <intel-linux-scu@intel.com>
5737M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5738L: linux-scsi@vger.kernel.org
5739T: git git://git.code.sf.net/p/intel-sas/isci
5740S: Supported
5741F: drivers/scsi/isci/
5742
5743INTEL HID EVENT DRIVER
5744M: Alex Hung <alex.hung@canonical.com>
5745L: platform-driver-x86@vger.kernel.org
5746S: Maintained
5747F: drivers/platform/x86/intel-hid.c
5748
5749INTEL IDLE DRIVER
5750M: Len Brown <lenb@kernel.org>
5751L: linux-pm@vger.kernel.org
5752T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5753S: Supported
5754F: drivers/idle/intel_idle.c
5755
5756INTEL PSTATE DRIVER
5757M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5758M: Len Brown <lenb@kernel.org>
5759L: linux-pm@vger.kernel.org
5760S: Supported
5761F: drivers/cpufreq/intel_pstate.c
5762
5763INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5764M: Maik Broemme <mbroemme@plusserver.de>
5765L: linux-fbdev@vger.kernel.org
5766S: Maintained
5767F: Documentation/fb/intelfb.txt
5768F: drivers/video/fbdev/intelfb/
5769
5770INTEL 810/815 FRAMEBUFFER DRIVER
5771M: Antonino Daplas <adaplas@gmail.com>
5772L: linux-fbdev@vger.kernel.org
5773S: Maintained
5774F: drivers/video/fbdev/i810/
5775
5776INTEL MENLOW THERMAL DRIVER
5777M: Sujith Thomas <sujith.thomas@intel.com>
5778L: platform-driver-x86@vger.kernel.org
5779W: https://01.org/linux-acpi
5780S: Supported
5781F: drivers/platform/x86/intel_menlow.c
5782
5783INTEL I/OAT DMA DRIVER
5784M: Dave Jiang <dave.jiang@intel.com>
5785R: Dan Williams <dan.j.williams@intel.com>
5786L: dmaengine@vger.kernel.org
5787Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5788S: Supported
5789F: drivers/dma/ioat*
5790
5791INTEL IOMMU (VT-d)
5792M: David Woodhouse <dwmw2@infradead.org>
5793L: iommu@lists.linux-foundation.org
5794T: git git://git.infradead.org/iommu-2.6.git
5795S: Supported
5796F: drivers/iommu/intel-iommu.c
5797F: include/linux/intel-iommu.h
5798
5799INTEL IOP-ADMA DMA DRIVER
5800R: Dan Williams <dan.j.williams@intel.com>
5801S: Odd fixes
5802F: drivers/dma/iop-adma.c
5803
5804INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5805M: Krzysztof Halasa <khalasa@piap.pl>
5806S: Maintained
5807F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5808F: arch/arm/mach-ixp4xx/include/mach/npe.h
5809F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5810F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5811F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5812F: drivers/net/wan/ixp4xx_hss.c
5813
5814INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5815M: Deepak Saxena <dsaxena@plexity.net>
5816S: Maintained
5817F: drivers/char/hw_random/ixp4xx-rng.c
5818
5819INTEL ETHERNET DRIVERS
5820M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5821L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
5822W: http://www.intel.com/support/feedback.htm
5823W: http://e1000.sourceforge.net/
5824Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5825T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5826T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5827S: Supported
5828F: Documentation/networking/e100.txt
5829F: Documentation/networking/e1000.txt
5830F: Documentation/networking/e1000e.txt
5831F: Documentation/networking/igb.txt
5832F: Documentation/networking/igbvf.txt
5833F: Documentation/networking/ixgb.txt
5834F: Documentation/networking/ixgbe.txt
5835F: Documentation/networking/ixgbevf.txt
5836F: Documentation/networking/i40e.txt
5837F: Documentation/networking/i40evf.txt
5838F: drivers/net/ethernet/intel/
5839F: drivers/net/ethernet/intel/*/
5840
5841INTEL RDMA RNIC DRIVER
5842M: Faisal Latif <faisal.latif@intel.com>
5843R: Chien Tin Tung <chien.tin.tung@intel.com>
5844R: Mustafa Ismail <mustafa.ismail@intel.com>
5845R: Shiraz Saleem <shiraz.saleem@intel.com>
5846R: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
5847L: linux-rdma@vger.kernel.org
5848S: Supported
5849F: drivers/infiniband/hw/i40iw/
5850
5851INTEL-MID GPIO DRIVER
5852M: David Cohen <david.a.cohen@linux.intel.com>
5853L: linux-gpio@vger.kernel.org
5854S: Maintained
5855F: drivers/gpio/gpio-intel-mid.c
5856
5857INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5858M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5859L: linux-wireless@vger.kernel.org
5860S: Maintained
5861F: Documentation/networking/README.ipw2100
5862F: Documentation/networking/README.ipw2200
5863F: drivers/net/wireless/intel/ipw2x00/
5864
5865INTEL(R) TRACE HUB
5866M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5867S: Supported
5868F: Documentation/trace/intel_th.txt
5869F: drivers/hwtracing/intel_th/
5870
5871INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5872M: Ning Sun <ning.sun@intel.com>
5873L: tboot-devel@lists.sourceforge.net
5874W: http://tboot.sourceforge.net
5875T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5876S: Supported
5877F: Documentation/intel_txt.txt
5878F: include/linux/tboot.h
5879F: arch/x86/kernel/tboot.c
5880
5881INTEL WIRELESS WIMAX CONNECTION 2400
5882M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5883M: linux-wimax@intel.com
5884L: wimax@linuxwimax.org (subscribers-only)
5885S: Supported
5886W: http://linuxwimax.org
5887F: Documentation/wimax/README.i2400m
5888F: drivers/net/wimax/i2400m/
5889F: include/uapi/linux/wimax/i2400m.h
5890
5891INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5892M: Stanislaw Gruszka <sgruszka@redhat.com>
5893L: linux-wireless@vger.kernel.org
5894S: Supported
5895F: drivers/net/wireless/intel/iwlegacy/
5896
5897INTEL WIRELESS WIFI LINK (iwlwifi)
5898M: Johannes Berg <johannes.berg@intel.com>
5899M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5900M: Intel Linux Wireless <linuxwifi@intel.com>
5901L: linux-wireless@vger.kernel.org
5902W: http://intellinuxwireless.org
5903T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5904S: Supported
5905F: drivers/net/wireless/intel/iwlwifi/
5906
5907INTEL MANAGEMENT ENGINE (mei)
5908M: Tomas Winkler <tomas.winkler@intel.com>
5909L: linux-kernel@vger.kernel.org
5910S: Supported
5911F: include/uapi/linux/mei.h
5912F: include/linux/mei_cl_bus.h
5913F: drivers/misc/mei/*
5914F: drivers/watchdog/mei_wdt.c
5915F: Documentation/misc-devices/mei/*
5916
5917INTEL MIC DRIVERS (mic)
5918M: Sudeep Dutt <sudeep.dutt@intel.com>
5919M: Ashutosh Dixit <ashutosh.dixit@intel.com>
5920S: Supported
5921W: https://github.com/sudeepdutt/mic
5922W: http://software.intel.com/en-us/mic-developer
5923F: include/linux/mic_bus.h
5924F: include/linux/scif.h
5925F: include/uapi/linux/mic_common.h
5926F: include/uapi/linux/mic_ioctl.h
5927F: include/uapi/linux/scif_ioctl.h
5928F: drivers/misc/mic/
5929F: drivers/dma/mic_x100_dma.c
5930F: drivers/dma/mic_x100_dma.h
5931F: Documentation/mic/
5932
5933INTEL PMC/P-Unit IPC DRIVER
5934M: Zha Qipeng<qipeng.zha@intel.com>
5935L: platform-driver-x86@vger.kernel.org
5936S: Maintained
5937F: drivers/platform/x86/intel_pmc_ipc.c
5938F: drivers/platform/x86/intel_punit_ipc.c
5939F: arch/x86/include/asm/intel_pmc_ipc.h
5940F: arch/x86/include/asm/intel_punit_ipc.h
5941
5942INTEL TELEMETRY DRIVER
5943M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5944L: platform-driver-x86@vger.kernel.org
5945S: Maintained
5946F: arch/x86/include/asm/intel_telemetry.h
5947F: drivers/platform/x86/intel_telemetry*
5948
5949IOC3 ETHERNET DRIVER
5950M: Ralf Baechle <ralf@linux-mips.org>
5951L: linux-mips@linux-mips.org
5952S: Maintained
5953F: drivers/net/ethernet/sgi/ioc3-eth.c
5954
5955IOC3 SERIAL DRIVER
5956M: Pat Gefre <pfg@sgi.com>
5957L: linux-serial@vger.kernel.org
5958S: Maintained
5959F: drivers/tty/serial/ioc3_serial.c
5960
5961IOMMU DRIVERS
5962M: Joerg Roedel <joro@8bytes.org>
5963L: iommu@lists.linux-foundation.org
5964T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5965S: Maintained
5966F: drivers/iommu/
5967
5968IP MASQUERADING
5969M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5970S: Maintained
5971F: net/ipv4/netfilter/ipt_MASQUERADE.c
5972
5973IPMI SUBSYSTEM
5974M: Corey Minyard <minyard@acm.org>
5975L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5976W: http://openipmi.sourceforge.net/
5977S: Supported
5978F: Documentation/IPMI.txt
5979F: drivers/char/ipmi/
5980F: include/linux/ipmi*
5981F: include/uapi/linux/ipmi*
5982
5983QCOM AUDIO (ASoC) DRIVERS
5984M: Patrick Lai <plai@codeaurora.org>
5985M: Banajit Goswami <bgoswami@codeaurora.org>
5986L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5987S: Supported
5988F: sound/soc/qcom/
5989
5990IPS SCSI RAID DRIVER
5991M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5992L: linux-scsi@vger.kernel.org
5993W: http://www.adaptec.com/
5994S: Maintained
5995F: drivers/scsi/ips*
5996
5997IPVS
5998M: Wensong Zhang <wensong@linux-vs.org>
5999M: Simon Horman <horms@verge.net.au>
6000M: Julian Anastasov <ja@ssi.bg>
6001L: netdev@vger.kernel.org
6002L: lvs-devel@vger.kernel.org
6003S: Maintained
6004T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6005T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6006F: Documentation/networking/ipvs-sysctl.txt
6007F: include/net/ip_vs.h
6008F: include/uapi/linux/ip_vs.h
6009F: net/netfilter/ipvs/
6010
6011IPWIRELESS DRIVER
6012M: Jiri Kosina <jikos@kernel.org>
6013M: David Sterba <dsterba@suse.com>
6014S: Odd Fixes
6015F: drivers/tty/ipwireless/
6016
6017IPX NETWORK LAYER
6018M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6019L: netdev@vger.kernel.org
6020S: Maintained
6021F: include/net/ipx.h
6022F: include/uapi/linux/ipx.h
6023F: net/ipx/
6024
6025IRDA SUBSYSTEM
6026M: Samuel Ortiz <samuel@sortiz.org>
6027L: irda-users@lists.sourceforge.net (subscribers-only)
6028L: netdev@vger.kernel.org
6029W: http://irda.sourceforge.net/
6030S: Maintained
6031T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6032F: Documentation/networking/irda.txt
6033F: drivers/net/irda/
6034F: include/net/irda/
6035F: net/irda/
6036
6037IRQ SUBSYSTEM
6038M: Thomas Gleixner <tglx@linutronix.de>
6039L: linux-kernel@vger.kernel.org
6040S: Maintained
6041T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6042F: kernel/irq/
6043
6044IRQCHIP DRIVERS
6045M: Thomas Gleixner <tglx@linutronix.de>
6046M: Jason Cooper <jason@lakedaemon.net>
6047M: Marc Zyngier <marc.zyngier@arm.com>
6048L: linux-kernel@vger.kernel.org
6049S: Maintained
6050T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6051T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6052F: Documentation/devicetree/bindings/interrupt-controller/
6053F: drivers/irqchip/
6054
6055IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6056M: Jiang Liu <jiang.liu@linux.intel.com>
6057M: Marc Zyngier <marc.zyngier@arm.com>
6058S: Maintained
6059T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6060F: Documentation/IRQ-domain.txt
6061F: include/linux/irqdomain.h
6062F: kernel/irq/irqdomain.c
6063F: kernel/irq/msi.c
6064
6065ISAPNP
6066M: Jaroslav Kysela <perex@perex.cz>
6067S: Maintained
6068F: Documentation/isapnp.txt
6069F: drivers/pnp/isapnp/
6070F: include/linux/isapnp.h
6071
6072ISA RADIO MODULE
6073M: Hans Verkuil <hverkuil@xs4all.nl>
6074L: linux-media@vger.kernel.org
6075T: git git://linuxtv.org/media_tree.git
6076W: https://linuxtv.org
6077S: Maintained
6078F: drivers/media/radio/radio-isa*
6079
6080iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6081M: Peter Jones <pjones@redhat.com>
6082M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6083S: Maintained
6084F: drivers/firmware/iscsi_ibft*
6085
6086ISCSI
6087M: Mike Christie <michaelc@cs.wisc.edu>
6088L: open-iscsi@googlegroups.com
6089W: www.open-iscsi.org
6090T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6091S: Maintained
6092F: drivers/scsi/*iscsi*
6093F: include/scsi/*iscsi*
6094
6095ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6096M: Or Gerlitz <ogerlitz@mellanox.com>
6097M: Sagi Grimberg <sagi@grimberg.me>
6098M: Roi Dayan <roid@mellanox.com>
6099L: linux-rdma@vger.kernel.org
6100S: Supported
6101W: http://www.openfabrics.org
6102W: www.open-iscsi.org
6103Q: http://patchwork.kernel.org/project/linux-rdma/list/
6104F: drivers/infiniband/ulp/iser/
6105
6106ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6107M: Sagi Grimberg <sagi@grimberg.me>
6108T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6109L: linux-rdma@vger.kernel.org
6110L: target-devel@vger.kernel.org
6111S: Supported
6112W: http://www.linux-iscsi.org
6113F: drivers/infiniband/ulp/isert
6114
6115ISDN SUBSYSTEM
6116M: Karsten Keil <isdn@linux-pingi.de>
6117L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6118L: netdev@vger.kernel.org
6119W: http://www.isdn4linux.de
6120T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6121S: Maintained
6122F: Documentation/isdn/
6123F: drivers/isdn/
6124F: include/linux/isdn.h
6125F: include/linux/isdn/
6126F: include/uapi/linux/isdn.h
6127F: include/uapi/linux/isdn/
6128
6129ISDN SUBSYSTEM (Eicon active card driver)
6130M: Armin Schindler <mac@melware.de>
6131L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6132W: http://www.melware.de
6133S: Maintained
6134F: drivers/isdn/hardware/eicon/
6135
6136IT87 HARDWARE MONITORING DRIVER
6137M: Jean Delvare <jdelvare@suse.com>
6138L: linux-hwmon@vger.kernel.org
6139S: Maintained
6140F: Documentation/hwmon/it87
6141F: drivers/hwmon/it87.c
6142
6143IT913X MEDIA DRIVER
6144M: Antti Palosaari <crope@iki.fi>
6145L: linux-media@vger.kernel.org
6146W: https://linuxtv.org
6147W: http://palosaari.fi/linux/
6148Q: http://patchwork.linuxtv.org/project/linux-media/list/
6149T: git git://linuxtv.org/anttip/media_tree.git
6150S: Maintained
6151F: drivers/media/tuners/it913x*
6152
6153IVTV VIDEO4LINUX DRIVER
6154M: Andy Walls <awalls@md.metrocast.net>
6155L: ivtv-devel@ivtvdriver.org (subscribers-only)
6156L: linux-media@vger.kernel.org
6157T: git git://linuxtv.org/media_tree.git
6158W: http://www.ivtvdriver.org
6159S: Maintained
6160F: Documentation/video4linux/*.ivtv
6161F: drivers/media/pci/ivtv/
6162F: include/uapi/linux/ivtv*
6163
6164IX2505V MEDIA DRIVER
6165M: Malcolm Priestley <tvboxspy@gmail.com>
6166L: linux-media@vger.kernel.org
6167W: https://linuxtv.org
6168Q: http://patchwork.linuxtv.org/project/linux-media/list/
6169S: Maintained
6170F: drivers/media/dvb-frontends/ix2505v*
6171
6172JC42.4 TEMPERATURE SENSOR DRIVER
6173M: Guenter Roeck <linux@roeck-us.net>
6174L: linux-hwmon@vger.kernel.org
6175S: Maintained
6176F: drivers/hwmon/jc42.c
6177F: Documentation/hwmon/jc42
6178
6179JFS FILESYSTEM
6180M: Dave Kleikamp <shaggy@kernel.org>
6181L: jfs-discussion@lists.sourceforge.net
6182W: http://jfs.sourceforge.net/
6183T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6184S: Maintained
6185F: Documentation/filesystems/jfs.txt
6186F: fs/jfs/
6187
6188JME NETWORK DRIVER
6189M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6190L: netdev@vger.kernel.org
6191S: Maintained
6192F: drivers/net/ethernet/jme.*
6193
6194JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6195M: David Woodhouse <dwmw2@infradead.org>
6196L: linux-mtd@lists.infradead.org
6197W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6198S: Maintained
6199F: fs/jffs2/
6200F: include/uapi/linux/jffs2.h
6201
6202JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6203M: "Theodore Ts'o" <tytso@mit.edu>
6204M: Jan Kara <jack@suse.com>
6205L: linux-ext4@vger.kernel.org
6206S: Maintained
6207F: fs/jbd2/
6208F: include/linux/jbd2.h
6209
6210JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6211M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6212L: linux-media@vger.kernel.org
6213S: Maintained
6214F: drivers/media/platform/rcar_jpu.c
6215
6216JSM Neo PCI based serial card
6217M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6218L: linux-serial@vger.kernel.org
6219S: Maintained
6220F: drivers/tty/serial/jsm/
6221
6222K10TEMP HARDWARE MONITORING DRIVER
6223M: Clemens Ladisch <clemens@ladisch.de>
6224L: linux-hwmon@vger.kernel.org
6225S: Maintained
6226F: Documentation/hwmon/k10temp
6227F: drivers/hwmon/k10temp.c
6228
6229K8TEMP HARDWARE MONITORING DRIVER
6230M: Rudolf Marek <r.marek@assembler.cz>
6231L: linux-hwmon@vger.kernel.org
6232S: Maintained
6233F: Documentation/hwmon/k8temp
6234F: drivers/hwmon/k8temp.c
6235
6236KASAN
6237M: Andrey Ryabinin <aryabinin@virtuozzo.com>
6238R: Alexander Potapenko <glider@google.com>
6239R: Dmitry Vyukov <dvyukov@google.com>
6240L: kasan-dev@googlegroups.com
6241S: Maintained
6242F: arch/*/include/asm/kasan.h
6243F: arch/*/mm/kasan_init*
6244F: Documentation/kasan.txt
6245F: include/linux/kasan.h
6246F: lib/test_kasan.c
6247F: mm/kasan/
6248F: scripts/Makefile.kasan
6249
6250KCONFIG
6251M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6252L: linux-kbuild@vger.kernel.org
6253T: git git://gitorious.org/linux-kconfig/linux-kconfig
6254S: Maintained
6255F: Documentation/kbuild/kconfig-language.txt
6256F: scripts/kconfig/
6257
6258KDUMP
6259M: Vivek Goyal <vgoyal@redhat.com>
6260M: Haren Myneni <hbabu@us.ibm.com>
6261L: kexec@lists.infradead.org
6262W: http://lse.sourceforge.net/kdump/
6263S: Maintained
6264F: Documentation/kdump/
6265
6266KEENE FM RADIO TRANSMITTER DRIVER
6267M: Hans Verkuil <hverkuil@xs4all.nl>
6268L: linux-media@vger.kernel.org
6269T: git git://linuxtv.org/media_tree.git
6270W: https://linuxtv.org
6271S: Maintained
6272F: drivers/media/radio/radio-keene*
6273
6274KERNEL AUTOMOUNTER v4 (AUTOFS4)
6275M: Ian Kent <raven@themaw.net>
6276L: autofs@vger.kernel.org
6277S: Maintained
6278F: fs/autofs4/
6279
6280KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6281M: Michal Marek <mmarek@suse.com>
6282T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6283T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6284L: linux-kbuild@vger.kernel.org
6285S: Maintained
6286F: Documentation/kbuild/
6287F: Makefile
6288F: scripts/Makefile.*
6289F: scripts/basic/
6290F: scripts/mk*
6291F: scripts/package/
6292
6293KERNEL JANITORS
6294L: kernel-janitors@vger.kernel.org
6295W: http://kernelnewbies.org/KernelJanitors
6296S: Odd Fixes
6297
6298KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6299M: "J. Bruce Fields" <bfields@fieldses.org>
6300M: Jeff Layton <jlayton@poochiereds.net>
6301L: linux-nfs@vger.kernel.org
6302W: http://nfs.sourceforge.net/
6303T: git git://linux-nfs.org/~bfields/linux.git
6304S: Supported
6305F: fs/nfsd/
6306F: include/uapi/linux/nfsd/
6307F: fs/lockd/
6308F: fs/nfs_common/
6309F: net/sunrpc/
6310F: include/linux/lockd/
6311F: include/linux/sunrpc/
6312F: include/uapi/linux/sunrpc/
6313
6314KERNEL SELFTEST FRAMEWORK
6315M: Shuah Khan <shuahkh@osg.samsung.com>
6316L: linux-kselftest@vger.kernel.org
6317T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6318S: Maintained
6319F: tools/testing/selftests
6320
6321KERNEL VIRTUAL MACHINE (KVM)
6322M: Paolo Bonzini <pbonzini@redhat.com>
6323M: Radim Krčmář <rkrcmar@redhat.com>
6324L: kvm@vger.kernel.org
6325W: http://www.linux-kvm.org
6326T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6327S: Supported
6328F: Documentation/*/kvm*.txt
6329F: Documentation/virtual/kvm/
6330F: arch/*/kvm/
6331F: arch/x86/kernel/kvm.c
6332F: arch/x86/kernel/kvmclock.c
6333F: arch/*/include/asm/kvm*
6334F: include/linux/kvm*
6335F: include/uapi/linux/kvm*
6336F: virt/kvm/
6337
6338KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6339M: Joerg Roedel <joro@8bytes.org>
6340L: kvm@vger.kernel.org
6341W: http://www.linux-kvm.org/
6342S: Maintained
6343F: arch/x86/include/asm/svm.h
6344F: arch/x86/kvm/svm.c
6345
6346KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6347M: Alexander Graf <agraf@suse.com>
6348L: kvm-ppc@vger.kernel.org
6349W: http://www.linux-kvm.org/
6350T: git git://github.com/agraf/linux-2.6.git
6351S: Supported
6352F: arch/powerpc/include/asm/kvm*
6353F: arch/powerpc/kvm/
6354
6355KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6356M: Christian Borntraeger <borntraeger@de.ibm.com>
6357M: Cornelia Huck <cornelia.huck@de.ibm.com>
6358L: linux-s390@vger.kernel.org
6359W: http://www.ibm.com/developerworks/linux/linux390/
6360T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6361S: Supported
6362F: Documentation/s390/kvm.txt
6363F: arch/s390/include/asm/kvm*
6364F: arch/s390/kvm/
6365
6366KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6367M: Christoffer Dall <christoffer.dall@linaro.org>
6368M: Marc Zyngier <marc.zyngier@arm.com>
6369L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6370L: kvmarm@lists.cs.columbia.edu
6371W: http://systems.cs.columbia.edu/projects/kvm-arm
6372T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6373S: Supported
6374F: arch/arm/include/uapi/asm/kvm*
6375F: arch/arm/include/asm/kvm*
6376F: arch/arm/kvm/
6377F: virt/kvm/arm/
6378F: include/kvm/arm_*
6379
6380KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6381M: Christoffer Dall <christoffer.dall@linaro.org>
6382M: Marc Zyngier <marc.zyngier@arm.com>
6383L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6384L: kvmarm@lists.cs.columbia.edu
6385S: Maintained
6386F: arch/arm64/include/uapi/asm/kvm*
6387F: arch/arm64/include/asm/kvm*
6388F: arch/arm64/kvm/
6389
6390KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6391M: James Hogan <james.hogan@imgtec.com>
6392L: linux-mips@linux-mips.org
6393S: Supported
6394F: arch/mips/include/uapi/asm/kvm*
6395F: arch/mips/include/asm/kvm*
6396F: arch/mips/kvm/
6397
6398KEXEC
6399M: Eric Biederman <ebiederm@xmission.com>
6400W: http://kernel.org/pub/linux/utils/kernel/kexec/
6401L: kexec@lists.infradead.org
6402S: Maintained
6403F: include/linux/kexec.h
6404F: include/uapi/linux/kexec.h
6405F: kernel/kexec.c
6406
6407KEYS/KEYRINGS:
6408M: David Howells <dhowells@redhat.com>
6409L: keyrings@vger.kernel.org
6410S: Maintained
6411F: Documentation/security/keys.txt
6412F: include/linux/key.h
6413F: include/linux/key-type.h
6414F: include/keys/
6415F: security/keys/
6416
6417KEYS-TRUSTED
6418M: David Safford <safford@us.ibm.com>
6419M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6420L: linux-security-module@vger.kernel.org
6421L: keyrings@vger.kernel.org
6422S: Supported
6423F: Documentation/security/keys-trusted-encrypted.txt
6424F: include/keys/trusted-type.h
6425F: security/keys/trusted.c
6426F: security/keys/trusted.h
6427
6428KEYS-ENCRYPTED
6429M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6430M: David Safford <safford@us.ibm.com>
6431L: linux-security-module@vger.kernel.org
6432L: keyrings@vger.kernel.org
6433S: Supported
6434F: Documentation/security/keys-trusted-encrypted.txt
6435F: include/keys/encrypted-type.h
6436F: security/keys/encrypted-keys/
6437
6438KGDB / KDB /debug_core
6439M: Jason Wessel <jason.wessel@windriver.com>
6440W: http://kgdb.wiki.kernel.org/
6441L: kgdb-bugreport@lists.sourceforge.net
6442T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6443S: Maintained
6444F: Documentation/DocBook/kgdb.tmpl
6445F: drivers/misc/kgdbts.c
6446F: drivers/tty/serial/kgdboc.c
6447F: include/linux/kdb.h
6448F: include/linux/kgdb.h
6449F: kernel/debug/
6450
6451KMEMCHECK
6452M: Vegard Nossum <vegardno@ifi.uio.no>
6453M: Pekka Enberg <penberg@kernel.org>
6454S: Maintained
6455F: Documentation/kmemcheck.txt
6456F: arch/x86/include/asm/kmemcheck.h
6457F: arch/x86/mm/kmemcheck/
6458F: include/linux/kmemcheck.h
6459F: mm/kmemcheck.c
6460
6461KMEMLEAK
6462M: Catalin Marinas <catalin.marinas@arm.com>
6463S: Maintained
6464F: Documentation/kmemleak.txt
6465F: include/linux/kmemleak.h
6466F: mm/kmemleak.c
6467F: mm/kmemleak-test.c
6468
6469KPROBES
6470M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6471M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6472M: "David S. Miller" <davem@davemloft.net>
6473M: Masami Hiramatsu <mhiramat@kernel.org>
6474S: Maintained
6475F: Documentation/kprobes.txt
6476F: include/linux/kprobes.h
6477F: kernel/kprobes.c
6478
6479KS0108 LCD CONTROLLER DRIVER
6480M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6481W: http://miguelojeda.es/auxdisplay.htm
6482W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6483S: Maintained
6484F: Documentation/auxdisplay/ks0108
6485F: drivers/auxdisplay/ks0108.c
6486F: include/linux/ks0108.h
6487
6488L3MDEV
6489M: David Ahern <dsa@cumulusnetworks.com>
6490L: netdev@vger.kernel.org
6491S: Maintained
6492F: net/l3mdev
6493F: include/net/l3mdev.h
6494
6495LANTIQ MIPS ARCHITECTURE
6496M: John Crispin <john@phrozen.org>
6497L: linux-mips@linux-mips.org
6498S: Maintained
6499F: arch/mips/lantiq
6500
6501LAPB module
6502L: linux-x25@vger.kernel.org
6503S: Orphan
6504F: Documentation/networking/lapb-module.txt
6505F: include/*/lapb.h
6506F: net/lapb/
6507
6508LASI 53c700 driver for PARISC
6509M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6510L: linux-scsi@vger.kernel.org
6511S: Maintained
6512F: Documentation/scsi/53c700.txt
6513F: drivers/scsi/53c700*
6514
6515LED SUBSYSTEM
6516M: Richard Purdie <rpurdie@rpsys.net>
6517M: Jacek Anaszewski <j.anaszewski@samsung.com>
6518L: linux-leds@vger.kernel.org
6519T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6520S: Maintained
6521F: drivers/leds/
6522F: include/linux/leds.h
6523
6524LEGACY EEPROM DRIVER
6525M: Jean Delvare <jdelvare@suse.com>
6526S: Maintained
6527F: Documentation/misc-devices/eeprom
6528F: drivers/misc/eeprom/eeprom.c
6529
6530LEGO USB Tower driver
6531M: Juergen Stuber <starblue@users.sourceforge.net>
6532L: legousb-devel@lists.sourceforge.net
6533W: http://legousb.sourceforge.net/
6534S: Maintained
6535F: drivers/usb/misc/legousbtower.c
6536
6537LG2160 MEDIA DRIVER
6538M: Michael Krufky <mkrufky@linuxtv.org>
6539L: linux-media@vger.kernel.org
6540W: https://linuxtv.org
6541W: http://github.com/mkrufky
6542Q: http://patchwork.linuxtv.org/project/linux-media/list/
6543T: git git://linuxtv.org/mkrufky/tuners.git
6544S: Maintained
6545F: drivers/media/dvb-frontends/lg2160.*
6546
6547LGDT3305 MEDIA DRIVER
6548M: Michael Krufky <mkrufky@linuxtv.org>
6549L: linux-media@vger.kernel.org
6550W: https://linuxtv.org
6551W: http://github.com/mkrufky
6552Q: http://patchwork.linuxtv.org/project/linux-media/list/
6553T: git git://linuxtv.org/mkrufky/tuners.git
6554S: Maintained
6555F: drivers/media/dvb-frontends/lgdt3305.*
6556
6557LGUEST
6558M: Rusty Russell <rusty@rustcorp.com.au>
6559L: lguest@lists.ozlabs.org
6560W: http://lguest.ozlabs.org/
6561S: Odd Fixes
6562F: arch/x86/include/asm/lguest*.h
6563F: arch/x86/lguest/
6564F: drivers/lguest/
6565F: include/linux/lguest*.h
6566F: tools/lguest/
6567
6568LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6569M: Tejun Heo <tj@kernel.org>
6570L: linux-ide@vger.kernel.org
6571T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6572S: Maintained
6573F: drivers/ata/
6574F: include/linux/ata.h
6575F: include/linux/libata.h
6576
6577LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6578M: Viresh Kumar <vireshk@kernel.org>
6579L: linux-ide@vger.kernel.org
6580T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6581S: Maintained
6582F: include/linux/pata_arasan_cf_data.h
6583F: drivers/ata/pata_arasan_cf.c
6584
6585LIBATA PATA DRIVERS
6586M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6587M: Tejun Heo <tj@kernel.org>
6588L: linux-ide@vger.kernel.org
6589T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6590S: Maintained
6591F: drivers/ata/pata_*.c
6592F: drivers/ata/ata_generic.c
6593
6594LIBATA SATA AHCI PLATFORM devices support
6595M: Hans de Goede <hdegoede@redhat.com>
6596M: Tejun Heo <tj@kernel.org>
6597L: linux-ide@vger.kernel.org
6598T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6599S: Maintained
6600F: drivers/ata/ahci_platform.c
6601F: drivers/ata/libahci_platform.c
6602F: include/linux/ahci_platform.h
6603
6604LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6605M: Mikael Pettersson <mikpelinux@gmail.com>
6606L: linux-ide@vger.kernel.org
6607T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6608S: Maintained
6609F: drivers/ata/sata_promise.*
6610
6611LIBLOCKDEP
6612M: Sasha Levin <sasha.levin@oracle.com>
6613S: Maintained
6614F: tools/lib/lockdep/
6615
6616LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6617M: Dan Williams <dan.j.williams@intel.com>
6618L: linux-nvdimm@lists.01.org
6619Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6620T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6621S: Supported
6622F: drivers/nvdimm/*
6623F: include/linux/nd.h
6624F: include/linux/libnvdimm.h
6625F: include/uapi/linux/ndctl.h
6626
6627LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6628M: Ross Zwisler <ross.zwisler@linux.intel.com>
6629L: linux-nvdimm@lists.01.org
6630Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6631S: Supported
6632F: drivers/nvdimm/blk.c
6633F: drivers/nvdimm/region_devs.c
6634F: drivers/acpi/nfit*
6635
6636LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6637M: Vishal Verma <vishal.l.verma@intel.com>
6638L: linux-nvdimm@lists.01.org
6639Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6640S: Supported
6641F: drivers/nvdimm/btt*
6642
6643LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6644M: Ross Zwisler <ross.zwisler@linux.intel.com>
6645L: linux-nvdimm@lists.01.org
6646Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6647S: Supported
6648F: drivers/nvdimm/pmem.c
6649F: include/linux/pmem.h
6650F: arch/*/include/asm/pmem.h
6651
6652LIGHTNVM PLATFORM SUPPORT
6653M: Matias Bjorling <mb@lightnvm.io>
6654W: http://github/OpenChannelSSD
6655L: linux-block@vger.kernel.org
6656S: Maintained
6657F: drivers/lightnvm/
6658F: include/linux/lightnvm.h
6659F: include/uapi/linux/lightnvm.h
6660
6661LINUX FOR IBM pSERIES (RS/6000)
6662M: Paul Mackerras <paulus@au.ibm.com>
6663W: http://www.ibm.com/linux/ltc/projects/ppc
6664S: Supported
6665F: arch/powerpc/boot/rs6000.h
6666
6667LINUX FOR POWERPC (32-BIT AND 64-BIT)
6668M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6669M: Paul Mackerras <paulus@samba.org>
6670M: Michael Ellerman <mpe@ellerman.id.au>
6671W: http://www.penguinppc.org/
6672L: linuxppc-dev@lists.ozlabs.org
6673Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6674T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6675S: Supported
6676F: Documentation/powerpc/
6677F: arch/powerpc/
6678F: drivers/char/tpm/tpm_ibmvtpm*
6679F: drivers/crypto/nx/
6680F: drivers/crypto/vmx/
6681F: drivers/net/ethernet/ibm/ibmveth.*
6682F: drivers/net/ethernet/ibm/ibmvnic.*
6683F: drivers/pci/hotplug/rpa*
6684F: drivers/scsi/ibmvscsi/
6685N: opal
6686N: /pmac
6687N: powermac
6688N: powernv
6689N: [^a-z0-9]ps3
6690N: pseries
6691
6692LINUX FOR POWER MACINTOSH
6693M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6694W: http://www.penguinppc.org/
6695L: linuxppc-dev@lists.ozlabs.org
6696S: Maintained
6697F: arch/powerpc/platforms/powermac/
6698F: drivers/macintosh/
6699
6700LINUX FOR POWERPC EMBEDDED MPC5XXX
6701M: Anatolij Gustschin <agust@denx.de>
6702L: linuxppc-dev@lists.ozlabs.org
6703T: git git://git.denx.de/linux-denx-agust.git
6704S: Maintained
6705F: arch/powerpc/platforms/512x/
6706F: arch/powerpc/platforms/52xx/
6707
6708LINUX FOR POWERPC EMBEDDED PPC4XX
6709M: Alistair Popple <alistair@popple.id.au>
6710M: Matt Porter <mporter@kernel.crashing.org>
6711W: http://www.penguinppc.org/
6712L: linuxppc-dev@lists.ozlabs.org
6713S: Maintained
6714F: arch/powerpc/platforms/40x/
6715F: arch/powerpc/platforms/44x/
6716
6717LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6718L: linuxppc-dev@lists.ozlabs.org
6719S: Orphan
6720F: arch/powerpc/*/*virtex*
6721F: arch/powerpc/*/*/*virtex*
6722
6723LINUX FOR POWERPC EMBEDDED PPC8XX
6724M: Vitaly Bordug <vitb@kernel.crashing.org>
6725W: http://www.penguinppc.org/
6726L: linuxppc-dev@lists.ozlabs.org
6727S: Maintained
6728F: arch/powerpc/platforms/8xx/
6729
6730LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6731M: Scott Wood <oss@buserror.net>
6732M: Kumar Gala <galak@kernel.crashing.org>
6733W: http://www.penguinppc.org/
6734L: linuxppc-dev@lists.ozlabs.org
6735T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6736S: Maintained
6737F: arch/powerpc/platforms/83xx/
6738F: arch/powerpc/platforms/85xx/
6739
6740LINUX FOR POWERPC PA SEMI PWRFICIENT
6741M: Olof Johansson <olof@lixom.net>
6742L: linuxppc-dev@lists.ozlabs.org
6743S: Maintained
6744F: arch/powerpc/platforms/pasemi/
6745F: drivers/*/*pasemi*
6746F: drivers/*/*/*pasemi*
6747
6748LINUX SECURITY MODULE (LSM) FRAMEWORK
6749M: Chris Wright <chrisw@sous-sol.org>
6750L: linux-security-module@vger.kernel.org
6751S: Supported
6752
6753LIS3LV02D ACCELEROMETER DRIVER
6754M: Eric Piel <eric.piel@tremplin-utc.net>
6755S: Maintained
6756F: Documentation/misc-devices/lis3lv02d
6757F: drivers/misc/lis3lv02d/
6758F: drivers/platform/x86/hp_accel.c
6759
6760LIVE PATCHING
6761M: Josh Poimboeuf <jpoimboe@redhat.com>
6762M: Jessica Yu <jeyu@redhat.com>
6763M: Jiri Kosina <jikos@kernel.org>
6764M: Miroslav Benes <mbenes@suse.cz>
6765R: Petr Mladek <pmladek@suse.com>
6766S: Maintained
6767F: kernel/livepatch/
6768F: include/linux/livepatch.h
6769F: arch/x86/include/asm/livepatch.h
6770F: arch/x86/kernel/livepatch.c
6771F: Documentation/livepatch/
6772F: Documentation/ABI/testing/sysfs-kernel-livepatch
6773F: samples/livepatch/
6774L: live-patching@vger.kernel.org
6775T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6776
6777LINUX KERNEL DUMP TEST MODULE (LKDTM)
6778M: Kees Cook <keescook@chromium.org>
6779S: Maintained
6780F: drivers/misc/lkdtm.c
6781
6782LLC (802.2)
6783M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6784S: Maintained
6785F: include/linux/llc.h
6786F: include/uapi/linux/llc.h
6787F: include/net/llc*
6788F: net/llc/
6789
6790LM73 HARDWARE MONITOR DRIVER
6791M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6792L: linux-hwmon@vger.kernel.org
6793S: Maintained
6794F: drivers/hwmon/lm73.c
6795
6796LM78 HARDWARE MONITOR DRIVER
6797M: Jean Delvare <jdelvare@suse.com>
6798L: linux-hwmon@vger.kernel.org
6799S: Maintained
6800F: Documentation/hwmon/lm78
6801F: drivers/hwmon/lm78.c
6802
6803LM83 HARDWARE MONITOR DRIVER
6804M: Jean Delvare <jdelvare@suse.com>
6805L: linux-hwmon@vger.kernel.org
6806S: Maintained
6807F: Documentation/hwmon/lm83
6808F: drivers/hwmon/lm83.c
6809
6810LM90 HARDWARE MONITOR DRIVER
6811M: Jean Delvare <jdelvare@suse.com>
6812L: linux-hwmon@vger.kernel.org
6813S: Maintained
6814F: Documentation/hwmon/lm90
6815F: Documentation/devicetree/bindings/hwmon/lm90.txt
6816F: drivers/hwmon/lm90.c
6817
6818LM95234 HARDWARE MONITOR DRIVER
6819M: Guenter Roeck <linux@roeck-us.net>
6820L: linux-hwmon@vger.kernel.org
6821S: Maintained
6822F: Documentation/hwmon/lm95234
6823F: drivers/hwmon/lm95234.c
6824
6825LME2510 MEDIA DRIVER
6826M: Malcolm Priestley <tvboxspy@gmail.com>
6827L: linux-media@vger.kernel.org
6828W: https://linuxtv.org
6829Q: http://patchwork.linuxtv.org/project/linux-media/list/
6830S: Maintained
6831F: drivers/media/usb/dvb-usb-v2/lmedm04*
6832
6833LOCKDEP AND LOCKSTAT
6834M: Peter Zijlstra <peterz@infradead.org>
6835M: Ingo Molnar <mingo@redhat.com>
6836L: linux-kernel@vger.kernel.org
6837T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6838S: Maintained
6839F: Documentation/locking/lockdep*.txt
6840F: Documentation/locking/lockstat.txt
6841F: include/linux/lockdep.h
6842F: kernel/locking/
6843
6844LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6845M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
6846L: linux-ntfs-dev@lists.sourceforge.net
6847W: http://www.linux-ntfs.org/content/view/19/37/
6848S: Maintained
6849F: Documentation/ldm.txt
6850F: block/partitions/ldm.*
6851
6852LogFS
6853M: Joern Engel <joern@logfs.org>
6854M: Prasad Joshi <prasadjoshi.linux@gmail.com>
6855L: logfs@logfs.org
6856W: logfs.org
6857S: Maintained
6858F: fs/logfs/
6859
6860LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6861M: Sathya Prakash <sathya.prakash@broadcom.com>
6862M: Chaitra P B <chaitra.basappa@broadcom.com>
6863M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
6864L: MPT-FusionLinux.pdl@broadcom.com
6865L: linux-scsi@vger.kernel.org
6866W: http://www.avagotech.com/support/
6867S: Supported
6868F: drivers/message/fusion/
6869F: drivers/scsi/mpt2sas/
6870F: drivers/scsi/mpt3sas/
6871
6872LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6873M: Matthew Wilcox <matthew@wil.cx>
6874L: linux-scsi@vger.kernel.org
6875S: Maintained
6876F: drivers/scsi/sym53c8xx_2/
6877
6878LTC4261 HARDWARE MONITOR DRIVER
6879M: Guenter Roeck <linux@roeck-us.net>
6880L: linux-hwmon@vger.kernel.org
6881S: Maintained
6882F: Documentation/hwmon/ltc4261
6883F: drivers/hwmon/ltc4261.c
6884
6885LTP (Linux Test Project)
6886M: Mike Frysinger <vapier@gentoo.org>
6887M: Cyril Hrubis <chrubis@suse.cz>
6888M: Wanlong Gao <wanlong.gao@gmail.com>
6889M: Jan Stancek <jstancek@redhat.com>
6890M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6891M: Alexey Kodanev <alexey.kodanev@oracle.com>
6892L: ltp@lists.linux.it (subscribers-only)
6893W: http://linux-test-project.github.io/
6894T: git git://github.com/linux-test-project/ltp.git
6895S: Maintained
6896
6897M32R ARCHITECTURE
6898W: http://www.linux-m32r.org/
6899S: Orphan
6900F: arch/m32r/
6901
6902M68K ARCHITECTURE
6903M: Geert Uytterhoeven <geert@linux-m68k.org>
6904L: linux-m68k@lists.linux-m68k.org
6905W: http://www.linux-m68k.org/
6906T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6907S: Maintained
6908F: arch/m68k/
6909F: drivers/zorro/
6910
6911M68K ON APPLE MACINTOSH
6912M: Joshua Thompson <funaho@jurai.org>
6913W: http://www.mac.linux-m68k.org/
6914L: linux-m68k@lists.linux-m68k.org
6915S: Maintained
6916F: arch/m68k/mac/
6917
6918M68K ON HP9000/300
6919M: Philip Blundell <philb@gnu.org>
6920W: http://www.tazenda.demon.co.uk/phil/linux-hp
6921S: Maintained
6922F: arch/m68k/hp300/
6923
6924M88DS3103 MEDIA DRIVER
6925M: Antti Palosaari <crope@iki.fi>
6926L: linux-media@vger.kernel.org
6927W: https://linuxtv.org
6928W: http://palosaari.fi/linux/
6929Q: http://patchwork.linuxtv.org/project/linux-media/list/
6930T: git git://linuxtv.org/anttip/media_tree.git
6931S: Maintained
6932F: drivers/media/dvb-frontends/m88ds3103*
6933
6934M88RS2000 MEDIA DRIVER
6935M: Malcolm Priestley <tvboxspy@gmail.com>
6936L: linux-media@vger.kernel.org
6937W: https://linuxtv.org
6938Q: http://patchwork.linuxtv.org/project/linux-media/list/
6939S: Maintained
6940F: drivers/media/dvb-frontends/m88rs2000*
6941
6942MA901 MASTERKIT USB FM RADIO DRIVER
6943M: Alexey Klimov <klimov.linux@gmail.com>
6944L: linux-media@vger.kernel.org
6945T: git git://linuxtv.org/media_tree.git
6946S: Maintained
6947F: drivers/media/radio/radio-ma901.c
6948
6949MAC80211
6950M: Johannes Berg <johannes@sipsolutions.net>
6951L: linux-wireless@vger.kernel.org
6952W: http://wireless.kernel.org/
6953T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6954T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6955S: Maintained
6956F: Documentation/networking/mac80211-injection.txt
6957F: include/net/mac80211.h
6958F: net/mac80211/
6959F: drivers/net/wireless/mac80211_hwsim.[ch]
6960
6961MACVLAN DRIVER
6962M: Patrick McHardy <kaber@trash.net>
6963L: netdev@vger.kernel.org
6964S: Maintained
6965F: drivers/net/macvlan.c
6966F: include/linux/if_macvlan.h
6967
6968MAILBOX API
6969M: Jassi Brar <jassisinghbrar@gmail.com>
6970L: linux-kernel@vger.kernel.org
6971S: Maintained
6972F: drivers/mailbox/
6973F: include/linux/mailbox_client.h
6974F: include/linux/mailbox_controller.h
6975
6976MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6977M: Michael Kerrisk <mtk.manpages@gmail.com>
6978W: http://www.kernel.org/doc/man-pages
6979L: linux-man@vger.kernel.org
6980S: Maintained
6981
6982MARVELL ARMADA DRM SUPPORT
6983M: Russell King <rmk+kernel@armlinux.org.uk>
6984S: Maintained
6985F: drivers/gpu/drm/armada/
6986
6987MARVELL 88E6352 DSA support
6988M: Guenter Roeck <linux@roeck-us.net>
6989S: Maintained
6990F: drivers/net/dsa/mv88e6352.c
6991
6992MARVELL CRYPTO DRIVER
6993M: Boris Brezillon <boris.brezillon@free-electrons.com>
6994M: Arnaud Ebalard <arno@natisbad.org>
6995F: drivers/crypto/marvell/
6996S: Maintained
6997L: linux-crypto@vger.kernel.org
6998
6999MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7000M: Mirko Lindner <mlindner@marvell.com>
7001M: Stephen Hemminger <stephen@networkplumber.org>
7002L: netdev@vger.kernel.org
7003S: Maintained
7004F: drivers/net/ethernet/marvell/sk*
7005
7006MARVELL LIBERTAS WIRELESS DRIVER
7007L: libertas-dev@lists.infradead.org
7008S: Orphan
7009F: drivers/net/wireless/marvell/libertas/
7010
7011MARVELL MV643XX ETHERNET DRIVER
7012M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7013L: netdev@vger.kernel.org
7014S: Maintained
7015F: drivers/net/ethernet/marvell/mv643xx_eth.*
7016F: include/linux/mv643xx.h
7017
7018MARVELL MVNETA ETHERNET DRIVER
7019M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7020L: netdev@vger.kernel.org
7021S: Maintained
7022F: drivers/net/ethernet/marvell/mvneta.*
7023
7024MARVELL MWIFIEX WIRELESS DRIVER
7025M: Amitkumar Karwar <akarwar@marvell.com>
7026M: Nishant Sarmukadam <nishants@marvell.com>
7027L: linux-wireless@vger.kernel.org
7028S: Maintained
7029F: drivers/net/wireless/marvell/mwifiex/
7030
7031MARVELL MWL8K WIRELESS DRIVER
7032M: Lennert Buytenhek <buytenh@wantstofly.org>
7033L: linux-wireless@vger.kernel.org
7034S: Odd Fixes
7035F: drivers/net/wireless/marvell/mwl8k.c
7036
7037MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7038M: Nicolas Pitre <nico@fluxnic.net>
7039S: Odd Fixes
7040F: drivers/mmc/host/mvsdio.*
7041
7042MATROX FRAMEBUFFER DRIVER
7043L: linux-fbdev@vger.kernel.org
7044S: Orphan
7045F: drivers/video/fbdev/matrox/matroxfb_*
7046F: include/uapi/linux/matroxfb.h
7047
7048MAX16065 HARDWARE MONITOR DRIVER
7049M: Guenter Roeck <linux@roeck-us.net>
7050L: linux-hwmon@vger.kernel.org
7051S: Maintained
7052F: Documentation/hwmon/max16065
7053F: drivers/hwmon/max16065.c
7054
7055MAX20751 HARDWARE MONITOR DRIVER
7056M: Guenter Roeck <linux@roeck-us.net>
7057L: linux-hwmon@vger.kernel.org
7058S: Maintained
7059F: Documentation/hwmon/max20751
7060F: drivers/hwmon/max20751.c
7061
7062MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7063M: "Hans J. Koch" <hjk@hansjkoch.de>
7064L: linux-hwmon@vger.kernel.org
7065S: Maintained
7066F: Documentation/hwmon/max6650
7067F: drivers/hwmon/max6650.c
7068
7069MAX6697 HARDWARE MONITOR DRIVER
7070M: Guenter Roeck <linux@roeck-us.net>
7071L: linux-hwmon@vger.kernel.org
7072S: Maintained
7073F: Documentation/hwmon/max6697
7074F: Documentation/devicetree/bindings/i2c/max6697.txt
7075F: drivers/hwmon/max6697.c
7076F: include/linux/platform_data/max6697.h
7077
7078MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7079M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
7080L: linux-pm@vger.kernel.org
7081S: Supported
7082F: drivers/power/max14577_charger.c
7083F: drivers/power/max77693_charger.c
7084
7085MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7086M: Javier Martinez Canillas <javier@osg.samsung.com>
7087L: linux-kernel@vger.kernel.org
7088S: Supported
7089F: drivers/*/*max77802*.c
7090F: Documentation/devicetree/bindings/*/*max77802.txt
7091F: include/dt-bindings/*/*max77802.h
7092
7093MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7094M: Chanwoo Choi <cw00.choi@samsung.com>
7095M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
7096L: linux-kernel@vger.kernel.org
7097S: Supported
7098F: drivers/*/max14577*.c
7099F: drivers/*/max77686*.c
7100F: drivers/*/max77693*.c
7101F: drivers/extcon/extcon-max14577.c
7102F: drivers/extcon/extcon-max77693.c
7103F: drivers/rtc/rtc-max77686.c
7104F: drivers/clk/clk-max77686.c
7105F: Documentation/devicetree/bindings/mfd/max14577.txt
7106F: Documentation/devicetree/bindings/*/max77686.txt
7107F: Documentation/devicetree/bindings/mfd/max77693.txt
7108F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
7109F: include/linux/mfd/max14577*.h
7110F: include/linux/mfd/max77686*.h
7111F: include/linux/mfd/max77693*.h
7112
7113MAXIRADIO FM RADIO RECEIVER DRIVER
7114M: Hans Verkuil <hverkuil@xs4all.nl>
7115L: linux-media@vger.kernel.org
7116T: git git://linuxtv.org/media_tree.git
7117W: https://linuxtv.org
7118S: Maintained
7119F: drivers/media/radio/radio-maxiradio*
7120
7121MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7122M: Peter Rosin <peda@axentia.se>
7123L: linux-iio@vger.kernel.org
7124S: Maintained
7125F: drivers/iio/potentiometer/mcp4531.c
7126
7127MEDIA DRIVERS FOR RENESAS - VSP1
7128M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7129L: linux-media@vger.kernel.org
7130L: linux-renesas-soc@vger.kernel.org
7131T: git git://linuxtv.org/media_tree.git
7132S: Supported
7133F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7134F: drivers/media/platform/vsp1/
7135
7136MEDIA DRIVERS FOR ASCOT2E
7137M: Sergey Kozlov <serjk@netup.ru>
7138L: linux-media@vger.kernel.org
7139W: https://linuxtv.org
7140W: http://netup.tv/
7141T: git git://linuxtv.org/media_tree.git
7142S: Supported
7143F: drivers/media/dvb-frontends/ascot2e*
7144
7145MEDIA DRIVERS FOR CXD2841ER
7146M: Sergey Kozlov <serjk@netup.ru>
7147L: linux-media@vger.kernel.org
7148W: https://linuxtv.org
7149W: http://netup.tv/
7150T: git git://linuxtv.org/media_tree.git
7151S: Supported
7152F: drivers/media/dvb-frontends/cxd2841er*
7153
7154MEDIA DRIVERS FOR HORUS3A
7155M: Sergey Kozlov <serjk@netup.ru>
7156L: linux-media@vger.kernel.org
7157W: https://linuxtv.org
7158W: http://netup.tv/
7159T: git git://linuxtv.org/media_tree.git
7160S: Supported
7161F: drivers/media/dvb-frontends/horus3a*
7162
7163MEDIA DRIVERS FOR LNBH25
7164M: Sergey Kozlov <serjk@netup.ru>
7165L: linux-media@vger.kernel.org
7166W: https://linuxtv.org
7167W: http://netup.tv/
7168T: git git://linuxtv.org/media_tree.git
7169S: Supported
7170F: drivers/media/dvb-frontends/lnbh25*
7171
7172MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7173M: Sergey Kozlov <serjk@netup.ru>
7174L: linux-media@vger.kernel.org
7175W: https://linuxtv.org
7176W: http://netup.tv/
7177T: git git://linuxtv.org/media_tree.git
7178S: Supported
7179F: drivers/media/pci/netup_unidvb/*
7180
7181MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7182M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7183P: LinuxTV.org Project
7184L: linux-media@vger.kernel.org
7185W: https://linuxtv.org
7186Q: http://patchwork.kernel.org/project/linux-media/list/
7187T: git git://linuxtv.org/media_tree.git
7188S: Maintained
7189F: Documentation/dvb/
7190F: Documentation/video4linux/
7191F: Documentation/DocBook/media/
7192F: drivers/media/
7193F: drivers/staging/media/
7194F: include/linux/platform_data/media/
7195F: include/media/
7196F: include/uapi/linux/dvb/
7197F: include/uapi/linux/videodev2.h
7198F: include/uapi/linux/media.h
7199F: include/uapi/linux/v4l2-*
7200F: include/uapi/linux/meye.h
7201F: include/uapi/linux/ivtv*
7202F: include/uapi/linux/uvcvideo.h
7203
7204MEDIATEK ETHERNET DRIVER
7205M: Felix Fietkau <nbd@openwrt.org>
7206M: John Crispin <blogic@openwrt.org>
7207L: netdev@vger.kernel.org
7208S: Maintained
7209F: drivers/net/ethernet/mediatek/
7210
7211MEDIATEK MT7601U WIRELESS LAN DRIVER
7212M: Jakub Kicinski <kubakici@wp.pl>
7213L: linux-wireless@vger.kernel.org
7214S: Maintained
7215F: drivers/net/wireless/mediatek/mt7601u/
7216
7217MEGARAID SCSI/SAS DRIVERS
7218M: Kashyap Desai <kashyap.desai@avagotech.com>
7219M: Sumit Saxena <sumit.saxena@avagotech.com>
7220M: Uday Lingala <uday.lingala@avagotech.com>
7221L: megaraidlinux.pdl@avagotech.com
7222L: linux-scsi@vger.kernel.org
7223W: http://www.lsi.com
7224S: Maintained
7225F: Documentation/scsi/megaraid.txt
7226F: drivers/scsi/megaraid.*
7227F: drivers/scsi/megaraid/
7228
7229MELLANOX ETHERNET DRIVER (mlx4_en)
7230M: Eugenia Emantayev <eugenia@mellanox.com>
7231L: netdev@vger.kernel.org
7232S: Supported
7233W: http://www.mellanox.com
7234Q: http://patchwork.ozlabs.org/project/netdev/list/
7235F: drivers/net/ethernet/mellanox/mlx4/en_*
7236
7237MELLANOX ETHERNET DRIVER (mlx5e)
7238M: Saeed Mahameed <saeedm@mellanox.com>
7239L: netdev@vger.kernel.org
7240S: Supported
7241W: http://www.mellanox.com
7242Q: http://patchwork.ozlabs.org/project/netdev/list/
7243F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7244
7245MELLANOX ETHERNET SWITCH DRIVERS
7246M: Jiri Pirko <jiri@mellanox.com>
7247M: Ido Schimmel <idosch@mellanox.com>
7248L: netdev@vger.kernel.org
7249S: Supported
7250W: http://www.mellanox.com
7251Q: http://patchwork.ozlabs.org/project/netdev/list/
7252F: drivers/net/ethernet/mellanox/mlxsw/
7253
7254MEMBARRIER SUPPORT
7255M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7256M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7257L: linux-kernel@vger.kernel.org
7258S: Supported
7259F: kernel/membarrier.c
7260F: include/uapi/linux/membarrier.h
7261
7262MEMORY MANAGEMENT
7263L: linux-mm@kvack.org
7264W: http://www.linux-mm.org
7265S: Maintained
7266F: include/linux/mm.h
7267F: include/linux/gfp.h
7268F: include/linux/mmzone.h
7269F: include/linux/memory_hotplug.h
7270F: include/linux/vmalloc.h
7271F: mm/
7272
7273MEMORY TECHNOLOGY DEVICES (MTD)
7274M: David Woodhouse <dwmw2@infradead.org>
7275M: Brian Norris <computersforpeace@gmail.com>
7276L: linux-mtd@lists.infradead.org
7277W: http://www.linux-mtd.infradead.org/
7278Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7279T: git git://git.infradead.org/linux-mtd.git
7280T: git git://git.infradead.org/l2-mtd.git
7281S: Maintained
7282F: drivers/mtd/
7283F: include/linux/mtd/
7284F: include/uapi/mtd/
7285
7286MEN A21 WATCHDOG DRIVER
7287M: Johannes Thumshirn <morbidrsa@gmail.com>
7288L: linux-watchdog@vger.kernel.org
7289S: Maintained
7290F: drivers/watchdog/mena21_wdt.c
7291
7292MEN CHAMELEON BUS (mcb)
7293M: Johannes Thumshirn <morbidrsa@gmail.com>
7294S: Maintained
7295F: drivers/mcb/
7296F: include/linux/mcb.h
7297F: Documentation/men-chameleon-bus.txt
7298
7299MEN F21BMC (Board Management Controller)
7300M: Andreas Werner <andreas.werner@men.de>
7301S: Supported
7302F: drivers/mfd/menf21bmc.c
7303F: drivers/watchdog/menf21bmc_wdt.c
7304F: drivers/leds/leds-menf21bmc.c
7305F: drivers/hwmon/menf21bmc_hwmon.c
7306F: Documentation/hwmon/menf21bmc
7307
7308METAG ARCHITECTURE
7309M: James Hogan <james.hogan@imgtec.com>
7310L: linux-metag@vger.kernel.org
7311T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7312S: Odd Fixes
7313F: arch/metag/
7314F: Documentation/metag/
7315F: Documentation/devicetree/bindings/metag/
7316F: Documentation/devicetree/bindings/interrupt-controller/img,*
7317F: drivers/clocksource/metag_generic.c
7318F: drivers/irqchip/irq-metag.c
7319F: drivers/irqchip/irq-metag-ext.c
7320F: drivers/tty/metag_da.c
7321
7322MICROBLAZE ARCHITECTURE
7323M: Michal Simek <monstr@monstr.eu>
7324W: http://www.monstr.eu/fdt/
7325T: git git://git.monstr.eu/linux-2.6-microblaze.git
7326S: Supported
7327F: arch/microblaze/
7328
7329MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7330M: Chen Yu <yu.c.chen@intel.com>
7331L: platform-driver-x86@vger.kernel.org
7332S: Supported
7333F: drivers/platform/x86/surfacepro3_button.c
7334
7335MICROTEK X6 SCANNER
7336M: Oliver Neukum <oliver@neukum.org>
7337S: Maintained
7338F: drivers/usb/image/microtek.*
7339
7340MIPS
7341M: Ralf Baechle <ralf@linux-mips.org>
7342L: linux-mips@linux-mips.org
7343W: http://www.linux-mips.org/
7344T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7345Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7346S: Supported
7347F: Documentation/mips/
7348F: arch/mips/
7349
7350MIPS/LOONGSON1 ARCHITECTURE
7351M: Keguang Zhang <keguang.zhang@gmail.com>
7352L: linux-mips@linux-mips.org
7353S: Maintained
7354F: arch/mips/loongson32/
7355F: arch/mips/include/asm/mach-loongson32/
7356F: drivers/*/*loongson1*
7357F: drivers/*/*/*loongson1*
7358
7359MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7360M: Hans Verkuil <hverkuil@xs4all.nl>
7361L: linux-media@vger.kernel.org
7362T: git git://linuxtv.org/media_tree.git
7363W: https://linuxtv.org
7364S: Odd Fixes
7365F: drivers/media/radio/radio-miropcm20*
7366
7367MELLANOX MLX4 core VPI driver
7368M: Yishai Hadas <yishaih@mellanox.com>
7369L: netdev@vger.kernel.org
7370L: linux-rdma@vger.kernel.org
7371W: http://www.mellanox.com
7372Q: http://patchwork.ozlabs.org/project/netdev/list/
7373S: Supported
7374F: drivers/net/ethernet/mellanox/mlx4/
7375F: include/linux/mlx4/
7376
7377MELLANOX MLX4 IB driver
7378M: Yishai Hadas <yishaih@mellanox.com>
7379L: linux-rdma@vger.kernel.org
7380W: http://www.mellanox.com
7381Q: http://patchwork.kernel.org/project/linux-rdma/list/
7382S: Supported
7383F: drivers/infiniband/hw/mlx4/
7384F: include/linux/mlx4/
7385
7386MELLANOX MLX5 core VPI driver
7387M: Matan Barak <matanb@mellanox.com>
7388M: Leon Romanovsky <leonro@mellanox.com>
7389L: netdev@vger.kernel.org
7390L: linux-rdma@vger.kernel.org
7391W: http://www.mellanox.com
7392Q: http://patchwork.ozlabs.org/project/netdev/list/
7393S: Supported
7394F: drivers/net/ethernet/mellanox/mlx5/core/
7395F: include/linux/mlx5/
7396
7397MELLANOX MLX5 IB driver
7398M: Matan Barak <matanb@mellanox.com>
7399M: Leon Romanovsky <leonro@mellanox.com>
7400L: linux-rdma@vger.kernel.org
7401W: http://www.mellanox.com
7402Q: http://patchwork.kernel.org/project/linux-rdma/list/
7403S: Supported
7404F: drivers/infiniband/hw/mlx5/
7405F: include/linux/mlx5/
7406
7407MELEXIS MLX90614 DRIVER
7408M: Crt Mori <cmo@melexis.com>
7409L: linux-iio@vger.kernel.org
7410W: http://www.melexis.com
7411S: Supported
7412F: drivers/iio/temperature/mlx90614.c
7413
7414MN88472 MEDIA DRIVER
7415M: Antti Palosaari <crope@iki.fi>
7416L: linux-media@vger.kernel.org
7417W: https://linuxtv.org
7418W: http://palosaari.fi/linux/
7419Q: http://patchwork.linuxtv.org/project/linux-media/list/
7420T: git git://linuxtv.org/anttip/media_tree.git
7421S: Maintained
7422F: drivers/staging/media/mn88472/
7423F: drivers/media/dvb-frontends/mn88472.h
7424
7425MN88473 MEDIA DRIVER
7426M: Antti Palosaari <crope@iki.fi>
7427L: linux-media@vger.kernel.org
7428W: https://linuxtv.org
7429W: http://palosaari.fi/linux/
7430Q: http://patchwork.linuxtv.org/project/linux-media/list/
7431S: Maintained
7432F: drivers/media/dvb-frontends/mn88473*
7433
7434MODULE SUPPORT
7435M: Rusty Russell <rusty@rustcorp.com.au>
7436S: Maintained
7437F: include/linux/module.h
7438F: kernel/module.c
7439
7440MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7441W: http://popies.net/meye/
7442S: Orphan
7443F: Documentation/video4linux/meye.txt
7444F: drivers/media/pci/meye/
7445F: include/uapi/linux/meye.h
7446
7447MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7448M: Jiri Slaby <jirislaby@gmail.com>
7449S: Maintained
7450F: Documentation/serial/moxa-smartio
7451F: drivers/tty/mxser.*
7452
7453MR800 AVERMEDIA USB FM RADIO DRIVER
7454M: Alexey Klimov <klimov.linux@gmail.com>
7455L: linux-media@vger.kernel.org
7456T: git git://linuxtv.org/media_tree.git
7457S: Maintained
7458F: drivers/media/radio/radio-mr800.c
7459
7460MRF24J40 IEEE 802.15.4 RADIO DRIVER
7461M: Alan Ott <alan@signal11.us>
7462L: linux-wpan@vger.kernel.org
7463S: Maintained
7464F: drivers/net/ieee802154/mrf24j40.c
7465F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7466
7467MSI LAPTOP SUPPORT
7468M: "Lee, Chun-Yi" <jlee@suse.com>
7469L: platform-driver-x86@vger.kernel.org
7470S: Maintained
7471F: drivers/platform/x86/msi-laptop.c
7472
7473MSI WMI SUPPORT
7474L: platform-driver-x86@vger.kernel.org
7475S: Orphan
7476F: drivers/platform/x86/msi-wmi.c
7477
7478MSI001 MEDIA DRIVER
7479M: Antti Palosaari <crope@iki.fi>
7480L: linux-media@vger.kernel.org
7481W: https://linuxtv.org
7482W: http://palosaari.fi/linux/
7483Q: http://patchwork.linuxtv.org/project/linux-media/list/
7484T: git git://linuxtv.org/anttip/media_tree.git
7485S: Maintained
7486F: drivers/media/tuners/msi001*
7487
7488MSI2500 MEDIA DRIVER
7489M: Antti Palosaari <crope@iki.fi>
7490L: linux-media@vger.kernel.org
7491W: https://linuxtv.org
7492W: http://palosaari.fi/linux/
7493Q: http://patchwork.linuxtv.org/project/linux-media/list/
7494T: git git://linuxtv.org/anttip/media_tree.git
7495S: Maintained
7496F: drivers/media/usb/msi2500/
7497
7498MSYSTEMS DISKONCHIP G3 MTD DRIVER
7499M: Robert Jarzmik <robert.jarzmik@free.fr>
7500L: linux-mtd@lists.infradead.org
7501S: Maintained
7502F: drivers/mtd/devices/docg3*
7503
7504MT9M032 APTINA SENSOR DRIVER
7505M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7506L: linux-media@vger.kernel.org
7507T: git git://linuxtv.org/media_tree.git
7508S: Maintained
7509F: drivers/media/i2c/mt9m032.c
7510F: include/media/i2c/mt9m032.h
7511
7512MT9P031 APTINA CAMERA SENSOR
7513M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7514L: linux-media@vger.kernel.org
7515T: git git://linuxtv.org/media_tree.git
7516S: Maintained
7517F: drivers/media/i2c/mt9p031.c
7518F: include/media/i2c/mt9p031.h
7519
7520MT9T001 APTINA CAMERA SENSOR
7521M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7522L: linux-media@vger.kernel.org
7523T: git git://linuxtv.org/media_tree.git
7524S: Maintained
7525F: drivers/media/i2c/mt9t001.c
7526F: include/media/i2c/mt9t001.h
7527
7528MT9V032 APTINA CAMERA SENSOR
7529M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7530L: linux-media@vger.kernel.org
7531T: git git://linuxtv.org/media_tree.git
7532S: Maintained
7533F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7534F: drivers/media/i2c/mt9v032.c
7535F: include/media/i2c/mt9v032.h
7536
7537MULTIFUNCTION DEVICES (MFD)
7538M: Lee Jones <lee.jones@linaro.org>
7539T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7540S: Supported
7541F: drivers/mfd/
7542F: include/linux/mfd/
7543
7544MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7545M: Ulf Hansson <ulf.hansson@linaro.org>
7546L: linux-mmc@vger.kernel.org
7547T: git git://git.linaro.org/people/ulf.hansson/mmc.git
7548S: Maintained
7549F: drivers/mmc/
7550F: include/linux/mmc/
7551F: include/uapi/linux/mmc/
7552
7553MULTIMEDIA CARD (MMC) ETC. OVER SPI
7554S: Orphan
7555F: drivers/mmc/host/mmc_spi.c
7556F: include/linux/spi/mmc_spi.h
7557
7558MULTISOUND SOUND DRIVER
7559M: Andrew Veliath <andrewtv@usa.net>
7560S: Maintained
7561F: Documentation/sound/oss/MultiSound
7562F: sound/oss/msnd*
7563
7564MULTITECH MULTIPORT CARD (ISICOM)
7565S: Orphan
7566F: drivers/tty/isicom.c
7567F: include/linux/isicom.h
7568
7569MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7570M: Bin Liu <b-liu@ti.com>
7571L: linux-usb@vger.kernel.org
7572T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7573S: Maintained
7574F: drivers/usb/musb/
7575
7576MXL5007T MEDIA DRIVER
7577M: Michael Krufky <mkrufky@linuxtv.org>
7578L: linux-media@vger.kernel.org
7579W: https://linuxtv.org
7580W: http://github.com/mkrufky
7581Q: http://patchwork.linuxtv.org/project/linux-media/list/
7582T: git git://linuxtv.org/mkrufky/tuners.git
7583S: Maintained
7584F: drivers/media/tuners/mxl5007t.*
7585
7586MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7587M: Hyong-Youb Kim <hykim@myri.com>
7588L: netdev@vger.kernel.org
7589W: https://www.myricom.com/support/downloads/myri10ge.html
7590S: Supported
7591F: drivers/net/ethernet/myricom/myri10ge/
7592
7593NAND FLASH SUBSYSTEM
7594M: Boris Brezillon <boris.brezillon@free-electrons.com>
7595R: Richard Weinberger <richard@nod.at>
7596L: linux-mtd@lists.infradead.org
7597W: http://www.linux-mtd.infradead.org/
7598Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7599T: git git://github.com/linux-nand/linux.git
7600S: Maintained
7601F: drivers/mtd/nand/
7602F: include/linux/mtd/nand*.h
7603
7604NATSEMI ETHERNET DRIVER (DP8381x)
7605S: Orphan
7606F: drivers/net/ethernet/natsemi/natsemi.c
7607
7608NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7609M: Daniel Mack <zonque@gmail.com>
7610S: Maintained
7611L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7612W: http://www.native-instruments.com
7613F: sound/usb/caiaq/
7614
7615NCP FILESYSTEM
7616M: Petr Vandrovec <petr@vandrovec.name>
7617S: Odd Fixes
7618F: fs/ncpfs/
7619
7620NCR 5380 SCSI DRIVERS
7621M: Finn Thain <fthain@telegraphics.com.au>
7622M: Michael Schmitz <schmitzmic@gmail.com>
7623L: linux-scsi@vger.kernel.org
7624S: Maintained
7625F: Documentation/scsi/g_NCR5380.txt
7626F: Documentation/scsi/dtc3x80.txt
7627F: drivers/scsi/NCR5380.*
7628F: drivers/scsi/arm/cumana_1.c
7629F: drivers/scsi/arm/oak.c
7630F: drivers/scsi/atari_scsi.*
7631F: drivers/scsi/dmx3191d.c
7632F: drivers/scsi/dtc.*
7633F: drivers/scsi/g_NCR5380.*
7634F: drivers/scsi/g_NCR5380_mmio.c
7635F: drivers/scsi/mac_scsi.*
7636F: drivers/scsi/pas16.*
7637F: drivers/scsi/sun3_scsi.*
7638F: drivers/scsi/sun3_scsi_vme.c
7639F: drivers/scsi/t128.*
7640
7641NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7642M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7643L: linux-scsi@vger.kernel.org
7644S: Maintained
7645F: drivers/scsi/NCR_D700.*
7646
7647NCT6775 HARDWARE MONITOR DRIVER
7648M: Guenter Roeck <linux@roeck-us.net>
7649L: linux-hwmon@vger.kernel.org
7650S: Maintained
7651F: Documentation/hwmon/nct6775
7652F: drivers/hwmon/nct6775.c
7653
7654NETEFFECT IWARP RNIC DRIVER (IW_NES)
7655M: Faisal Latif <faisal.latif@intel.com>
7656L: linux-rdma@vger.kernel.org
7657W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7658S: Supported
7659F: drivers/infiniband/hw/nes/
7660
7661NETEM NETWORK EMULATOR
7662M: Stephen Hemminger <stephen@networkplumber.org>
7663L: netem@lists.linux-foundation.org (moderated for non-subscribers)
7664S: Maintained
7665F: net/sched/sch_netem.c
7666
7667NETERION 10GbE DRIVERS (s2io/vxge)
7668M: Jon Mason <jdmason@kudzu.us>
7669L: netdev@vger.kernel.org
7670S: Supported
7671F: Documentation/networking/s2io.txt
7672F: Documentation/networking/vxge.txt
7673F: drivers/net/ethernet/neterion/
7674
7675NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7676M: Pablo Neira Ayuso <pablo@netfilter.org>
7677M: Patrick McHardy <kaber@trash.net>
7678M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7679L: netfilter-devel@vger.kernel.org
7680L: coreteam@netfilter.org
7681W: http://www.netfilter.org/
7682W: http://www.iptables.org/
7683Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7684T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7685T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7686S: Supported
7687F: include/linux/netfilter*
7688F: include/linux/netfilter/
7689F: include/net/netfilter/
7690F: include/uapi/linux/netfilter*
7691F: include/uapi/linux/netfilter/
7692F: net/*/netfilter.c
7693F: net/*/netfilter/
7694F: net/netfilter/
7695F: net/bridge/br_netfilter*.c
7696
7697NETLABEL
7698M: Paul Moore <paul@paul-moore.com>
7699W: http://netlabel.sf.net
7700L: netdev@vger.kernel.org
7701S: Maintained
7702F: Documentation/netlabel/
7703F: include/net/netlabel.h
7704F: net/netlabel/
7705
7706NETROM NETWORK LAYER
7707M: Ralf Baechle <ralf@linux-mips.org>
7708L: linux-hams@vger.kernel.org
7709W: http://www.linux-ax25.org/
7710S: Maintained
7711F: include/net/netrom.h
7712F: include/uapi/linux/netrom.h
7713F: net/netrom/
7714
7715NETRONOME ETHERNET DRIVERS
7716M: Jakub Kicinski <jakub.kicinski@netronome.com>
7717L: oss-drivers@netronome.com
7718S: Maintained
7719F: drivers/net/ethernet/netronome/
7720
7721NETWORK BLOCK DEVICE (NBD)
7722M: Markus Pargmann <mpa@pengutronix.de>
7723S: Maintained
7724L: nbd-general@lists.sourceforge.net
7725T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
7726F: Documentation/blockdev/nbd.txt
7727F: drivers/block/nbd.c
7728F: include/uapi/linux/nbd.h
7729
7730NETWORK DROP MONITOR
7731M: Neil Horman <nhorman@tuxdriver.com>
7732L: netdev@vger.kernel.org
7733S: Maintained
7734W: https://fedorahosted.org/dropwatch/
7735F: net/core/drop_monitor.c
7736
7737NETWORKING [GENERAL]
7738M: "David S. Miller" <davem@davemloft.net>
7739L: netdev@vger.kernel.org
7740W: http://www.linuxfoundation.org/en/Net
7741Q: http://patchwork.ozlabs.org/project/netdev/list/
7742T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7743T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7744S: Maintained
7745F: net/
7746F: include/net/
7747F: include/linux/in.h
7748F: include/linux/net.h
7749F: include/linux/netdevice.h
7750F: include/uapi/linux/in.h
7751F: include/uapi/linux/net.h
7752F: include/uapi/linux/netdevice.h
7753F: include/uapi/linux/net_namespace.h
7754F: tools/net/
7755F: tools/testing/selftests/net/
7756F: lib/random32.c
7757F: lib/test_bpf.c
7758
7759NETWORKING [IPv4/IPv6]
7760M: "David S. Miller" <davem@davemloft.net>
7761M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7762M: James Morris <jmorris@namei.org>
7763M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7764M: Patrick McHardy <kaber@trash.net>
7765L: netdev@vger.kernel.org
7766T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7767S: Maintained
7768F: net/ipv4/
7769F: net/ipv6/
7770F: include/net/ip*
7771F: arch/x86/net/*
7772
7773NETWORKING [IPSEC]
7774M: Steffen Klassert <steffen.klassert@secunet.com>
7775M: Herbert Xu <herbert@gondor.apana.org.au>
7776M: "David S. Miller" <davem@davemloft.net>
7777L: netdev@vger.kernel.org
7778T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7779T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7780S: Maintained
7781F: net/core/flow.c
7782F: net/xfrm/
7783F: net/key/
7784F: net/ipv4/xfrm*
7785F: net/ipv4/esp4.c
7786F: net/ipv4/ah4.c
7787F: net/ipv4/ipcomp.c
7788F: net/ipv4/ip_vti.c
7789F: net/ipv6/xfrm*
7790F: net/ipv6/esp6.c
7791F: net/ipv6/ah6.c
7792F: net/ipv6/ipcomp6.c
7793F: net/ipv6/ip6_vti.c
7794F: include/uapi/linux/xfrm.h
7795F: include/net/xfrm.h
7796
7797NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7798M: Paul Moore <paul@paul-moore.com>
7799L: netdev@vger.kernel.org
7800S: Maintained
7801
7802NETWORKING [WIRELESS]
7803L: linux-wireless@vger.kernel.org
7804Q: http://patchwork.kernel.org/project/linux-wireless/list/
7805
7806NETWORKING DRIVERS
7807L: netdev@vger.kernel.org
7808W: http://www.linuxfoundation.org/en/Net
7809Q: http://patchwork.ozlabs.org/project/netdev/list/
7810T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7811T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7812S: Odd Fixes
7813F: drivers/net/
7814F: include/linux/if_*
7815F: include/linux/netdevice.h
7816F: include/linux/etherdevice.h
7817F: include/linux/fcdevice.h
7818F: include/linux/fddidevice.h
7819F: include/linux/hippidevice.h
7820F: include/linux/inetdevice.h
7821F: include/uapi/linux/if_*
7822F: include/uapi/linux/netdevice.h
7823
7824NETWORKING DRIVERS (WIRELESS)
7825M: Kalle Valo <kvalo@codeaurora.org>
7826L: linux-wireless@vger.kernel.org
7827Q: http://patchwork.kernel.org/project/linux-wireless/list/
7828T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7829T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7830S: Maintained
7831F: drivers/net/wireless/
7832
7833NETXEN (1/10) GbE SUPPORT
7834M: Manish Chopra <manish.chopra@qlogic.com>
7835M: Sony Chacko <sony.chacko@qlogic.com>
7836M: Rajesh Borundia <rajesh.borundia@qlogic.com>
7837L: netdev@vger.kernel.org
7838W: http://www.qlogic.com
7839S: Supported
7840F: drivers/net/ethernet/qlogic/netxen/
7841
7842NFC SUBSYSTEM
7843M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7844M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7845M: Samuel Ortiz <sameo@linux.intel.com>
7846L: linux-wireless@vger.kernel.org
7847L: linux-nfc@lists.01.org (subscribers-only)
7848S: Supported
7849F: net/nfc/
7850F: include/net/nfc/
7851F: include/uapi/linux/nfc.h
7852F: drivers/nfc/
7853F: include/linux/platform_data/nfcmrvl.h
7854F: include/linux/platform_data/nxp-nci.h
7855F: include/linux/platform_data/pn544.h
7856F: include/linux/platform_data/st21nfca.h
7857F: include/linux/platform_data/st-nci.h
7858F: Documentation/devicetree/bindings/net/nfc/
7859
7860NFS, SUNRPC, AND LOCKD CLIENTS
7861M: Trond Myklebust <trond.myklebust@primarydata.com>
7862M: Anna Schumaker <anna.schumaker@netapp.com>
7863L: linux-nfs@vger.kernel.org
7864W: http://client.linux-nfs.org
7865T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7866S: Maintained
7867F: fs/lockd/
7868F: fs/nfs/
7869F: fs/nfs_common/
7870F: net/sunrpc/
7871F: include/linux/lockd/
7872F: include/linux/nfs*
7873F: include/linux/sunrpc/
7874F: include/uapi/linux/nfs*
7875F: include/uapi/linux/sunrpc/
7876
7877NILFS2 FILESYSTEM
7878M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7879L: linux-nilfs@vger.kernel.org
7880W: http://nilfs.sourceforge.net/
7881T: git git://github.com/konis/nilfs2.git
7882S: Supported
7883F: Documentation/filesystems/nilfs2.txt
7884F: fs/nilfs2/
7885F: include/linux/nilfs2_fs.h
7886F: include/trace/events/nilfs2.h
7887
7888NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7889M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7890W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7891S: Maintained
7892F: Documentation/scsi/NinjaSCSI.txt
7893F: drivers/scsi/pcmcia/nsp_*
7894
7895NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7896M: GOTO Masanori <gotom@debian.or.jp>
7897M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7898W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7899S: Maintained
7900F: Documentation/scsi/NinjaSCSI.txt
7901F: drivers/scsi/nsp32*
7902
7903NIOS2 ARCHITECTURE
7904M: Ley Foon Tan <lftan@altera.com>
7905L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7906T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7907S: Maintained
7908F: arch/nios2/
7909
7910NOKIA N900 POWER SUPPLY DRIVERS
7911R: Pali Rohár <pali.rohar@gmail.com>
7912F: include/linux/power/bq2415x_charger.h
7913F: include/linux/power/bq27xxx_battery.h
7914F: include/linux/power/isp1704_charger.h
7915F: drivers/power/bq2415x_charger.c
7916F: drivers/power/bq27xxx_battery.c
7917F: drivers/power/bq27xxx_battery_i2c.c
7918F: drivers/power/isp1704_charger.c
7919F: drivers/power/rx51_battery.c
7920
7921NTB DRIVER CORE
7922M: Jon Mason <jdmason@kudzu.us>
7923M: Dave Jiang <dave.jiang@intel.com>
7924M: Allen Hubbe <Allen.Hubbe@emc.com>
7925L: linux-ntb@googlegroups.com
7926S: Supported
7927W: https://github.com/jonmason/ntb/wiki
7928T: git git://github.com/jonmason/ntb.git
7929F: drivers/ntb/
7930F: drivers/net/ntb_netdev.c
7931F: include/linux/ntb.h
7932F: include/linux/ntb_transport.h
7933
7934NTB INTEL DRIVER
7935M: Jon Mason <jdmason@kudzu.us>
7936M: Dave Jiang <dave.jiang@intel.com>
7937L: linux-ntb@googlegroups.com
7938S: Supported
7939W: https://github.com/jonmason/ntb/wiki
7940T: git git://github.com/jonmason/ntb.git
7941F: drivers/ntb/hw/intel/
7942
7943NTB AMD DRIVER
7944M: Xiangliang Yu <Xiangliang.Yu@amd.com>
7945L: linux-ntb@googlegroups.com
7946S: Supported
7947F: drivers/ntb/hw/amd/
7948
7949NTFS FILESYSTEM
7950M: Anton Altaparmakov <anton@tuxera.com>
7951L: linux-ntfs-dev@lists.sourceforge.net
7952W: http://www.tuxera.com/
7953T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7954S: Supported
7955F: Documentation/filesystems/ntfs.txt
7956F: fs/ntfs/
7957
7958NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7959M: Antonino Daplas <adaplas@gmail.com>
7960L: linux-fbdev@vger.kernel.org
7961S: Maintained
7962F: drivers/video/fbdev/riva/
7963F: drivers/video/fbdev/nvidia/
7964
7965NVM EXPRESS DRIVER
7966M: Keith Busch <keith.busch@intel.com>
7967M: Jens Axboe <axboe@fb.com>
7968L: linux-nvme@lists.infradead.org
7969T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7970W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7971S: Supported
7972F: drivers/nvme/host/
7973F: include/linux/nvme.h
7974
7975NVMEM FRAMEWORK
7976M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7977M: Maxime Ripard <maxime.ripard@free-electrons.com>
7978S: Maintained
7979F: drivers/nvmem/
7980F: Documentation/devicetree/bindings/nvmem/
7981F: include/linux/nvmem-consumer.h
7982F: include/linux/nvmem-provider.h
7983
7984NXP-NCI NFC DRIVER
7985M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7986R: Charles Gorand <charles.gorand@effinnov.com>
7987L: linux-nfc@lists.01.org (moderated for non-subscribers)
7988S: Supported
7989F: drivers/nfc/nxp-nci
7990
7991NXP TDA998X DRM DRIVER
7992M: Russell King <rmk+kernel@armlinux.org.uk>
7993S: Supported
7994F: drivers/gpu/drm/i2c/tda998x_drv.c
7995F: include/drm/i2c/tda998x.h
7996
7997NXP TFA9879 DRIVER
7998M: Peter Rosin <peda@axentia.se>
7999L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8000S: Maintained
8001F: sound/soc/codecs/tfa9879*
8002
8003OBJTOOL
8004M: Josh Poimboeuf <jpoimboe@redhat.com>
8005S: Supported
8006F: tools/objtool/
8007
8008OMAP SUPPORT
8009M: Tony Lindgren <tony@atomide.com>
8010L: linux-omap@vger.kernel.org
8011W: http://www.muru.com/linux/omap/
8012W: http://linux.omap.com/
8013Q: http://patchwork.kernel.org/project/linux-omap/list/
8014T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8015S: Maintained
8016F: arch/arm/*omap*/
8017F: arch/arm/configs/omap1_defconfig
8018F: arch/arm/configs/omap2plus_defconfig
8019F: drivers/i2c/busses/i2c-omap.c
8020F: drivers/irqchip/irq-omap-intc.c
8021F: drivers/mfd/*omap*.c
8022F: drivers/mfd/menelaus.c
8023F: drivers/mfd/palmas.c
8024F: drivers/mfd/tps65217.c
8025F: drivers/mfd/tps65218.c
8026F: drivers/mfd/tps65910.c
8027F: drivers/mfd/twl-core.[ch]
8028F: drivers/mfd/twl4030*.c
8029F: drivers/mfd/twl6030*.c
8030F: drivers/mfd/twl6040*.c
8031F: drivers/regulator/palmas-regulator*.c
8032F: drivers/regulator/pbias-regulator.c
8033F: drivers/regulator/tps65217-regulator.c
8034F: drivers/regulator/tps65218-regulator.c
8035F: drivers/regulator/tps65910-regulator.c
8036F: drivers/regulator/twl-regulator.c
8037F: include/linux/i2c-omap.h
8038
8039OMAP DEVICE TREE SUPPORT
8040M: Benoît Cousson <bcousson@baylibre.com>
8041M: Tony Lindgren <tony@atomide.com>
8042L: linux-omap@vger.kernel.org
8043L: devicetree@vger.kernel.org
8044S: Maintained
8045F: arch/arm/boot/dts/*omap*
8046F: arch/arm/boot/dts/*am3*
8047F: arch/arm/boot/dts/*am4*
8048F: arch/arm/boot/dts/*am5*
8049F: arch/arm/boot/dts/*dra7*
8050
8051OMAP CLOCK FRAMEWORK SUPPORT
8052M: Paul Walmsley <paul@pwsan.com>
8053L: linux-omap@vger.kernel.org
8054S: Maintained
8055F: arch/arm/*omap*/*clock*
8056
8057OMAP POWER MANAGEMENT SUPPORT
8058M: Kevin Hilman <khilman@kernel.org>
8059L: linux-omap@vger.kernel.org
8060S: Maintained
8061F: arch/arm/*omap*/*pm*
8062F: drivers/cpufreq/omap-cpufreq.c
8063
8064OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8065M: Rajendra Nayak <rnayak@codeaurora.org>
8066M: Paul Walmsley <paul@pwsan.com>
8067L: linux-omap@vger.kernel.org
8068S: Maintained
8069F: arch/arm/mach-omap2/prm*
8070
8071OMAP AUDIO SUPPORT
8072M: Peter Ujfalusi <peter.ujfalusi@ti.com>
8073M: Jarkko Nikula <jarkko.nikula@bitmer.com>
8074L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8075L: linux-omap@vger.kernel.org
8076S: Maintained
8077F: sound/soc/omap/
8078
8079OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8080M: Roger Quadros <rogerq@ti.com>
8081M: Tony Lindgren <tony@atomide.com>
8082L: linux-omap@vger.kernel.org
8083S: Maintained
8084F: drivers/memory/omap-gpmc.c
8085F: arch/arm/mach-omap2/*gpmc*
8086
8087OMAP FRAMEBUFFER SUPPORT
8088M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8089L: linux-fbdev@vger.kernel.org
8090L: linux-omap@vger.kernel.org
8091S: Maintained
8092F: drivers/video/fbdev/omap/
8093
8094OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8095M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8096L: linux-omap@vger.kernel.org
8097L: linux-fbdev@vger.kernel.org
8098S: Maintained
8099F: drivers/video/fbdev/omap2/
8100F: Documentation/arm/OMAP/DSS
8101
8102OMAP HARDWARE SPINLOCK SUPPORT
8103M: Ohad Ben-Cohen <ohad@wizery.com>
8104L: linux-omap@vger.kernel.org
8105S: Maintained
8106F: drivers/hwspinlock/omap_hwspinlock.c
8107
8108OMAP MMC SUPPORT
8109M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
8110L: linux-omap@vger.kernel.org
8111S: Maintained
8112F: drivers/mmc/host/omap.c
8113
8114OMAP HS MMC SUPPORT
8115L: linux-mmc@vger.kernel.org
8116L: linux-omap@vger.kernel.org
8117S: Orphan
8118F: drivers/mmc/host/omap_hsmmc.c
8119
8120OMAP RANDOM NUMBER GENERATOR SUPPORT
8121M: Deepak Saxena <dsaxena@plexity.net>
8122S: Maintained
8123F: drivers/char/hw_random/omap-rng.c
8124
8125OMAP HWMOD SUPPORT
8126M: Benoît Cousson <bcousson@baylibre.com>
8127M: Paul Walmsley <paul@pwsan.com>
8128L: linux-omap@vger.kernel.org
8129S: Maintained
8130F: arch/arm/mach-omap2/omap_hwmod.*
8131
8132OMAP HWMOD DATA
8133M: Paul Walmsley <paul@pwsan.com>
8134L: linux-omap@vger.kernel.org
8135S: Maintained
8136F: arch/arm/mach-omap2/omap_hwmod*data*
8137
8138OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8139M: Benoît Cousson <bcousson@baylibre.com>
8140L: linux-omap@vger.kernel.org
8141S: Maintained
8142F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8143
8144OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8145M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8146L: linux-media@vger.kernel.org
8147S: Maintained
8148F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
8149F: drivers/media/platform/omap3isp/
8150F: drivers/staging/media/omap4iss/
8151
8152OMAP USB SUPPORT
8153L: linux-usb@vger.kernel.org
8154L: linux-omap@vger.kernel.org
8155S: Orphan
8156F: drivers/usb/*/*omap*
8157F: arch/arm/*omap*/usb*
8158
8159OMAP GPIO DRIVER
8160M: Grygorii Strashko <grygorii.strashko@ti.com>
8161M: Santosh Shilimkar <ssantosh@kernel.org>
8162M: Kevin Hilman <khilman@kernel.org>
8163L: linux-omap@vger.kernel.org
8164S: Maintained
8165F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
8166F: drivers/gpio/gpio-omap.c
8167
8168OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8169M: Mark Jackson <mpfj@newflow.co.uk>
8170L: linux-omap@vger.kernel.org
8171S: Maintained
8172F: arch/arm/boot/dts/am335x-nano.dts
8173
8174OMFS FILESYSTEM
8175M: Bob Copeland <me@bobcopeland.com>
8176L: linux-karma-devel@lists.sourceforge.net
8177S: Maintained
8178F: Documentation/filesystems/omfs.txt
8179F: fs/omfs/
8180
8181OMNIKEY CARDMAN 4000 DRIVER
8182M: Harald Welte <laforge@gnumonks.org>
8183S: Maintained
8184F: drivers/char/pcmcia/cm4000_cs.c
8185F: include/linux/cm4000_cs.h
8186F: include/uapi/linux/cm4000_cs.h
8187
8188OMNIKEY CARDMAN 4040 DRIVER
8189M: Harald Welte <laforge@gnumonks.org>
8190S: Maintained
8191F: drivers/char/pcmcia/cm4040_cs.*
8192
8193OMNIVISION OV7670 SENSOR DRIVER
8194M: Jonathan Corbet <corbet@lwn.net>
8195L: linux-media@vger.kernel.org
8196T: git git://linuxtv.org/media_tree.git
8197S: Maintained
8198F: drivers/media/i2c/ov7670.c
8199
8200ONENAND FLASH DRIVER
8201M: Kyungmin Park <kyungmin.park@samsung.com>
8202L: linux-mtd@lists.infradead.org
8203S: Maintained
8204F: drivers/mtd/onenand/
8205F: include/linux/mtd/onenand*.h
8206
8207ONSTREAM SCSI TAPE DRIVER
8208M: Willem Riede <osst@riede.org>
8209L: osst-users@lists.sourceforge.net
8210L: linux-scsi@vger.kernel.org
8211S: Maintained
8212F: Documentation/scsi/osst.txt
8213F: drivers/scsi/osst.*
8214F: drivers/scsi/osst_*.h
8215F: drivers/scsi/st.h
8216
8217OPENCORES I2C BUS DRIVER
8218M: Peter Korsgaard <jacmet@sunsite.dk>
8219L: linux-i2c@vger.kernel.org
8220S: Maintained
8221F: Documentation/i2c/busses/i2c-ocores
8222F: drivers/i2c/busses/i2c-ocores.c
8223
8224OPEN FIRMWARE AND FLATTENED DEVICE TREE
8225M: Rob Herring <robh+dt@kernel.org>
8226M: Frank Rowand <frowand.list@gmail.com>
8227M: Grant Likely <grant.likely@linaro.org>
8228L: devicetree@vger.kernel.org
8229W: http://www.devicetree.org/
8230T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8231S: Maintained
8232F: drivers/of/
8233F: include/linux/of*.h
8234F: scripts/dtc/
8235
8236OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8237M: Rob Herring <robh+dt@kernel.org>
8238M: Pawel Moll <pawel.moll@arm.com>
8239M: Mark Rutland <mark.rutland@arm.com>
8240M: Ian Campbell <ijc+devicetree@hellion.org.uk>
8241M: Kumar Gala <galak@codeaurora.org>
8242L: devicetree@vger.kernel.org
8243T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8244S: Maintained
8245F: Documentation/devicetree/
8246F: arch/*/boot/dts/
8247F: include/dt-bindings/
8248
8249OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8250M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8251L: devicetree@vger.kernel.org
8252S: Maintained
8253F: Documentation/devicetree/dynamic-resolution-notes.txt
8254F: Documentation/devicetree/overlay-notes.txt
8255F: drivers/of/overlay.c
8256F: drivers/of/resolver.c
8257
8258OPENRISC ARCHITECTURE
8259M: Jonas Bonn <jonas@southpole.se>
8260W: http://openrisc.net
8261L: linux@lists.openrisc.net (moderated for non-subscribers)
8262S: Maintained
8263T: git git://openrisc.net/~jonas/linux
8264F: arch/openrisc/
8265
8266OPENVSWITCH
8267M: Pravin Shelar <pshelar@nicira.com>
8268L: netdev@vger.kernel.org
8269L: dev@openvswitch.org
8270W: http://openvswitch.org
8271S: Maintained
8272F: net/openvswitch/
8273F: include/uapi/linux/openvswitch.h
8274
8275OPERATING PERFORMANCE POINTS (OPP)
8276M: Viresh Kumar <vireshk@kernel.org>
8277M: Nishanth Menon <nm@ti.com>
8278M: Stephen Boyd <sboyd@codeaurora.org>
8279L: linux-pm@vger.kernel.org
8280S: Maintained
8281T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8282F: drivers/base/power/opp/
8283F: include/linux/pm_opp.h
8284F: Documentation/power/opp.txt
8285F: Documentation/devicetree/bindings/opp/
8286
8287OPL4 DRIVER
8288M: Clemens Ladisch <clemens@ladisch.de>
8289L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8290T: git git://git.alsa-project.org/alsa-kernel.git
8291S: Maintained
8292F: sound/drivers/opl4/
8293
8294OPROFILE
8295M: Robert Richter <rric@kernel.org>
8296L: oprofile-list@lists.sf.net
8297S: Maintained
8298F: arch/*/include/asm/oprofile*.h
8299F: arch/*/oprofile/
8300F: drivers/oprofile/
8301F: include/linux/oprofile.h
8302
8303ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8304M: Mark Fasheh <mfasheh@suse.com>
8305M: Joel Becker <jlbec@evilplan.org>
8306L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8307W: http://ocfs2.wiki.kernel.org
8308S: Supported
8309F: Documentation/filesystems/ocfs2.txt
8310F: Documentation/filesystems/dlmfs.txt
8311F: fs/ocfs2/
8312
8313ORINOCO DRIVER
8314L: linux-wireless@vger.kernel.org
8315W: http://wireless.kernel.org/en/users/Drivers/orinoco
8316W: http://www.nongnu.org/orinoco/
8317S: Orphan
8318F: drivers/net/wireless/intersil/orinoco/
8319
8320OSD LIBRARY and FILESYSTEM
8321M: Boaz Harrosh <ooo@electrozaur.com>
8322M: Benny Halevy <bhalevy@primarydata.com>
8323L: osd-dev@open-osd.org
8324W: http://open-osd.org
8325T: git git://git.open-osd.org/open-osd.git
8326S: Maintained
8327F: drivers/scsi/osd/
8328F: include/scsi/osd_*
8329F: fs/exofs/
8330
8331OVERLAY FILESYSTEM
8332M: Miklos Szeredi <miklos@szeredi.hu>
8333L: linux-unionfs@vger.kernel.org
8334T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8335S: Supported
8336F: fs/overlayfs/
8337F: Documentation/filesystems/overlayfs.txt
8338
8339ORANGEFS FILESYSTEM
8340M: Mike Marshall <hubcap@omnibond.com>
8341L: pvfs2-developers@beowulf-underground.org (subscribers-only)
8342T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8343S: Supported
8344F: fs/orangefs/
8345F: Documentation/filesystems/orangefs.txt
8346
8347P54 WIRELESS DRIVER
8348M: Christian Lamparter <chunkeey@googlemail.com>
8349L: linux-wireless@vger.kernel.org
8350W: http://wireless.kernel.org/en/users/Drivers/p54
8351S: Maintained
8352F: drivers/net/wireless/intersil/p54/
8353
8354PA SEMI ETHERNET DRIVER
8355M: Olof Johansson <olof@lixom.net>
8356L: netdev@vger.kernel.org
8357S: Maintained
8358F: drivers/net/ethernet/pasemi/*
8359
8360PA SEMI SMBUS DRIVER
8361M: Olof Johansson <olof@lixom.net>
8362L: linux-i2c@vger.kernel.org
8363S: Maintained
8364F: drivers/i2c/busses/i2c-pasemi.c
8365
8366PADATA PARALLEL EXECUTION MECHANISM
8367M: Steffen Klassert <steffen.klassert@secunet.com>
8368L: linux-crypto@vger.kernel.org
8369S: Maintained
8370F: kernel/padata.c
8371F: include/linux/padata.h
8372F: Documentation/padata.txt
8373
8374PANASONIC LAPTOP ACPI EXTRAS DRIVER
8375M: Harald Welte <laforge@gnumonks.org>
8376L: platform-driver-x86@vger.kernel.org
8377S: Maintained
8378F: drivers/platform/x86/panasonic-laptop.c
8379
8380PANASONIC MN10300/AM33/AM34 PORT
8381M: David Howells <dhowells@redhat.com>
8382M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8383L: linux-am33-list@redhat.com (moderated for non-subscribers)
8384W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8385S: Maintained
8386F: Documentation/mn10300/
8387F: arch/mn10300/
8388
8389PARALLEL LCD/KEYPAD PANEL DRIVER
8390M: Willy Tarreau <willy@haproxy.com>
8391M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8392S: Odd Fixes
8393F: Documentation/misc-devices/lcd-panel-cgram.txt
8394F: drivers/misc/panel.c
8395
8396PARALLEL PORT SUBSYSTEM
8397M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8398M: Sudip Mukherjee <sudip@vectorindia.org>
8399L: linux-parport@lists.infradead.org (subscribers-only)
8400S: Maintained
8401F: drivers/parport/
8402F: include/linux/parport*.h
8403F: drivers/char/ppdev.c
8404F: include/uapi/linux/ppdev.h
8405F: Documentation/parport*.txt
8406
8407PARAVIRT_OPS INTERFACE
8408M: Jeremy Fitzhardinge <jeremy@goop.org>
8409M: Chris Wright <chrisw@sous-sol.org>
8410M: Alok Kataria <akataria@vmware.com>
8411M: Rusty Russell <rusty@rustcorp.com.au>
8412L: virtualization@lists.linux-foundation.org
8413S: Supported
8414F: Documentation/virtual/paravirt_ops.txt
8415F: arch/*/kernel/paravirt*
8416F: arch/*/include/asm/paravirt.h
8417
8418PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8419M: Tim Waugh <tim@cyberelk.net>
8420L: linux-parport@lists.infradead.org (subscribers-only)
8421S: Maintained
8422F: Documentation/blockdev/paride.txt
8423F: drivers/block/paride/
8424
8425PARISC ARCHITECTURE
8426M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8427M: Helge Deller <deller@gmx.de>
8428L: linux-parisc@vger.kernel.org
8429W: http://www.parisc-linux.org/
8430Q: http://patchwork.kernel.org/project/linux-parisc/list/
8431T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8432T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8433S: Maintained
8434F: arch/parisc/
8435F: Documentation/parisc/
8436F: drivers/parisc/
8437F: drivers/char/agp/parisc-agp.c
8438F: drivers/input/serio/gscps2.c
8439F: drivers/parport/parport_gsc.*
8440F: drivers/tty/serial/8250/8250_gsc.c
8441F: drivers/video/fbdev/sti*
8442F: drivers/video/console/sti*
8443F: drivers/video/logo/logo_parisc*
8444
8445PC87360 HARDWARE MONITORING DRIVER
8446M: Jim Cromie <jim.cromie@gmail.com>
8447L: linux-hwmon@vger.kernel.org
8448S: Maintained
8449F: Documentation/hwmon/pc87360
8450F: drivers/hwmon/pc87360.c
8451
8452PC8736x GPIO DRIVER
8453M: Jim Cromie <jim.cromie@gmail.com>
8454S: Maintained
8455F: drivers/char/pc8736x_gpio.c
8456
8457PC87427 HARDWARE MONITORING DRIVER
8458M: Jean Delvare <jdelvare@suse.com>
8459L: linux-hwmon@vger.kernel.org
8460S: Maintained
8461F: Documentation/hwmon/pc87427
8462F: drivers/hwmon/pc87427.c
8463
8464PCA9532 LED DRIVER
8465M: Riku Voipio <riku.voipio@iki.fi>
8466S: Maintained
8467F: drivers/leds/leds-pca9532.c
8468F: include/linux/leds-pca9532.h
8469
8470PCA9541 I2C BUS MASTER SELECTOR DRIVER
8471M: Guenter Roeck <linux@roeck-us.net>
8472L: linux-i2c@vger.kernel.org
8473S: Maintained
8474F: drivers/i2c/muxes/i2c-mux-pca9541.c
8475
8476PCDP - PRIMARY CONSOLE AND DEBUG PORT
8477M: Khalid Aziz <khalid@gonehiking.org>
8478S: Maintained
8479F: drivers/firmware/pcdp.*
8480
8481PCI ERROR RECOVERY
8482M: Linas Vepstas <linasvepstas@gmail.com>
8483L: linux-pci@vger.kernel.org
8484S: Supported
8485F: Documentation/PCI/pci-error-recovery.txt
8486
8487PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8488M: Russell Currey <ruscur@russell.cc>
8489L: linuxppc-dev@lists.ozlabs.org
8490S: Supported
8491F: Documentation/powerpc/eeh-pci-error-recovery.txt
8492F: arch/powerpc/kernel/eeh*.c
8493F: arch/powerpc/platforms/*/eeh*.c
8494F: arch/powerpc/include/*/eeh*.h
8495
8496PCI SUBSYSTEM
8497M: Bjorn Helgaas <bhelgaas@google.com>
8498L: linux-pci@vger.kernel.org
8499Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8500T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8501S: Supported
8502F: Documentation/PCI/
8503F: drivers/pci/
8504F: include/linux/pci*
8505F: arch/x86/pci/
8506F: arch/x86/kernel/quirks.c
8507
8508PCI DRIVER FOR ALTERA PCIE IP
8509M: Ley Foon Tan <lftan@altera.com>
8510L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8511L: linux-pci@vger.kernel.org
8512S: Supported
8513F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8514F: drivers/pci/host/pcie-altera.c
8515
8516PCI DRIVER FOR ARM VERSATILE PLATFORM
8517M: Rob Herring <robh@kernel.org>
8518L: linux-pci@vger.kernel.org
8519L: linux-arm-kernel@lists.infradead.org
8520S: Maintained
8521F: Documentation/devicetree/bindings/pci/versatile.txt
8522F: drivers/pci/host/pci-versatile.c
8523
8524PCI DRIVER FOR APPLIEDMICRO XGENE
8525M: Tanmay Inamdar <tinamdar@apm.com>
8526L: linux-pci@vger.kernel.org
8527L: linux-arm-kernel@lists.infradead.org
8528S: Maintained
8529F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8530F: drivers/pci/host/pci-xgene.c
8531
8532PCI DRIVER FOR FREESCALE LAYERSCAPE
8533M: Minghuan Lian <minghuan.Lian@freescale.com>
8534M: Mingkai Hu <mingkai.hu@freescale.com>
8535M: Roy Zang <tie-fei.zang@freescale.com>
8536L: linuxppc-dev@lists.ozlabs.org
8537L: linux-pci@vger.kernel.org
8538L: linux-arm-kernel@lists.infradead.org
8539S: Maintained
8540F: drivers/pci/host/*layerscape*
8541
8542PCI DRIVER FOR IMX6
8543M: Richard Zhu <Richard.Zhu@freescale.com>
8544M: Lucas Stach <l.stach@pengutronix.de>
8545L: linux-pci@vger.kernel.org
8546L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8547S: Maintained
8548F: drivers/pci/host/*imx6*
8549
8550PCI DRIVER FOR TI KEYSTONE
8551M: Murali Karicheri <m-karicheri2@ti.com>
8552L: linux-pci@vger.kernel.org
8553L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8554S: Maintained
8555F: drivers/pci/host/*keystone*
8556
8557PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8558M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8559M: Jason Cooper <jason@lakedaemon.net>
8560L: linux-pci@vger.kernel.org
8561L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8562S: Maintained
8563F: drivers/pci/host/*mvebu*
8564
8565PCI DRIVER FOR NVIDIA TEGRA
8566M: Thierry Reding <thierry.reding@gmail.com>
8567L: linux-tegra@vger.kernel.org
8568L: linux-pci@vger.kernel.org
8569S: Supported
8570F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8571F: drivers/pci/host/pci-tegra.c
8572
8573PCI DRIVER FOR TI DRA7XX
8574M: Kishon Vijay Abraham I <kishon@ti.com>
8575L: linux-omap@vger.kernel.org
8576L: linux-pci@vger.kernel.org
8577S: Supported
8578F: Documentation/devicetree/bindings/pci/ti-pci.txt
8579F: drivers/pci/host/pci-dra7xx.c
8580
8581PCI DRIVER FOR RENESAS R-CAR
8582M: Simon Horman <horms@verge.net.au>
8583L: linux-pci@vger.kernel.org
8584L: linux-renesas-soc@vger.kernel.org
8585S: Maintained
8586F: drivers/pci/host/*rcar*
8587
8588PCI DRIVER FOR SAMSUNG EXYNOS
8589M: Jingoo Han <jingoohan1@gmail.com>
8590L: linux-pci@vger.kernel.org
8591L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8592L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8593S: Maintained
8594F: drivers/pci/host/pci-exynos.c
8595
8596PCI DRIVER FOR SYNOPSIS DESIGNWARE
8597M: Jingoo Han <jingoohan1@gmail.com>
8598M: Pratyush Anand <pratyush.anand@gmail.com>
8599L: linux-pci@vger.kernel.org
8600S: Maintained
8601F: drivers/pci/host/*designware*
8602
8603PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8604M: Joao Pinto <jpinto@synopsys.com>
8605L: linux-pci@vger.kernel.org
8606S: Maintained
8607F: Documentation/devicetree/bindings/pci/designware-pcie.txt
8608F: drivers/pci/host/pcie-designware-plat.c
8609
8610PCI DRIVER FOR GENERIC OF HOSTS
8611M: Will Deacon <will.deacon@arm.com>
8612L: linux-pci@vger.kernel.org
8613L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8614S: Maintained
8615F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8616F: drivers/pci/host/pci-host-common.c
8617F: drivers/pci/host/pci-host-generic.c
8618
8619PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8620M: Keith Busch <keith.busch@intel.com>
8621L: linux-pci@vger.kernel.org
8622S: Supported
8623F: arch/x86/pci/vmd.c
8624
8625PCIE DRIVER FOR ST SPEAR13XX
8626M: Pratyush Anand <pratyush.anand@gmail.com>
8627L: linux-pci@vger.kernel.org
8628S: Maintained
8629F: drivers/pci/host/*spear*
8630
8631PCI MSI DRIVER FOR ALTERA MSI IP
8632M: Ley Foon Tan <lftan@altera.com>
8633L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8634L: linux-pci@vger.kernel.org
8635S: Supported
8636F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8637F: drivers/pci/host/pcie-altera-msi.c
8638
8639PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8640M: Duc Dang <dhdang@apm.com>
8641L: linux-pci@vger.kernel.org
8642L: linux-arm-kernel@lists.infradead.org
8643S: Maintained
8644F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8645F: drivers/pci/host/pci-xgene-msi.c
8646
8647PCIE DRIVER FOR HISILICON
8648M: Zhou Wang <wangzhou1@hisilicon.com>
8649M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
8650L: linux-pci@vger.kernel.org
8651S: Maintained
8652F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8653F: drivers/pci/host/pcie-hisi.c
8654
8655PCIE DRIVER FOR QUALCOMM MSM
8656M: Stanimir Varbanov <svarbanov@mm-sol.com>
8657L: linux-pci@vger.kernel.org
8658L: linux-arm-msm@vger.kernel.org
8659S: Maintained
8660F: drivers/pci/host/*qcom*
8661
8662PCIE DRIVER FOR CAVIUM THUNDERX
8663M: David Daney <david.daney@cavium.com>
8664L: linux-pci@vger.kernel.org
8665L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8666S: Supported
8667F: Documentation/devicetree/bindings/pci/pci-thunder-*
8668F: drivers/pci/host/pci-thunder-*
8669
8670PCMCIA SUBSYSTEM
8671P: Linux PCMCIA Team
8672L: linux-pcmcia@lists.infradead.org
8673W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8674T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8675S: Maintained
8676F: Documentation/pcmcia/
8677F: drivers/pcmcia/
8678F: include/pcmcia/
8679
8680PCNET32 NETWORK DRIVER
8681M: Don Fry <pcnet32@frontier.com>
8682L: netdev@vger.kernel.org
8683S: Maintained
8684F: drivers/net/ethernet/amd/pcnet32.c
8685
8686PCRYPT PARALLEL CRYPTO ENGINE
8687M: Steffen Klassert <steffen.klassert@secunet.com>
8688L: linux-crypto@vger.kernel.org
8689S: Maintained
8690F: crypto/pcrypt.c
8691F: include/crypto/pcrypt.h
8692
8693PER-CPU MEMORY ALLOCATOR
8694M: Tejun Heo <tj@kernel.org>
8695M: Christoph Lameter <cl@linux.com>
8696T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8697S: Maintained
8698F: include/linux/percpu*.h
8699F: mm/percpu*.c
8700F: arch/*/include/asm/percpu.h
8701
8702PER-TASK DELAY ACCOUNTING
8703M: Balbir Singh <bsingharora@gmail.com>
8704S: Maintained
8705F: include/linux/delayacct.h
8706F: kernel/delayacct.c
8707
8708PERFORMANCE EVENTS SUBSYSTEM
8709M: Peter Zijlstra <peterz@infradead.org>
8710M: Ingo Molnar <mingo@redhat.com>
8711M: Arnaldo Carvalho de Melo <acme@kernel.org>
8712R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
8713L: linux-kernel@vger.kernel.org
8714T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8715S: Supported
8716F: kernel/events/*
8717F: include/linux/perf_event.h
8718F: include/uapi/linux/perf_event.h
8719F: arch/*/kernel/perf_event*.c
8720F: arch/*/kernel/*/perf_event*.c
8721F: arch/*/kernel/*/*/perf_event*.c
8722F: arch/*/include/asm/perf_event.h
8723F: arch/*/kernel/perf_callchain.c
8724F: tools/perf/
8725
8726PERSONALITY HANDLING
8727M: Christoph Hellwig <hch@infradead.org>
8728L: linux-abi-devel@lists.sourceforge.net
8729S: Maintained
8730F: include/linux/personality.h
8731F: include/uapi/linux/personality.h
8732
8733PHONET PROTOCOL
8734M: Remi Denis-Courmont <courmisch@gmail.com>
8735S: Supported
8736F: Documentation/networking/phonet.txt
8737F: include/linux/phonet.h
8738F: include/net/phonet/
8739F: include/uapi/linux/phonet.h
8740F: net/phonet/
8741
8742PHRAM MTD DRIVER
8743M: Joern Engel <joern@lazybastard.org>
8744L: linux-mtd@lists.infradead.org
8745S: Maintained
8746F: drivers/mtd/devices/phram.c
8747
8748PICOLCD HID DRIVER
8749M: Bruno Prémont <bonbons@linux-vserver.org>
8750L: linux-input@vger.kernel.org
8751S: Maintained
8752F: drivers/hid/hid-picolcd*
8753
8754PICOXCELL SUPPORT
8755M: Jamie Iles <jamie@jamieiles.com>
8756L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8757T: git git://github.com/jamieiles/linux-2.6-ji.git
8758S: Supported
8759F: arch/arm/boot/dts/picoxcell*
8760F: arch/arm/mach-picoxcell/
8761F: drivers/crypto/picoxcell*
8762
8763PIN CONTROL SUBSYSTEM
8764M: Linus Walleij <linus.walleij@linaro.org>
8765L: linux-gpio@vger.kernel.org
8766T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8767S: Maintained
8768F: drivers/pinctrl/
8769F: include/linux/pinctrl/
8770
8771PIN CONTROLLER - ATMEL AT91
8772M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8773L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8774S: Maintained
8775F: drivers/pinctrl/pinctrl-at91.*
8776
8777PIN CONTROLLER - ATMEL AT91 PIO4
8778M: Ludovic Desroches <ludovic.desroches@atmel.com>
8779L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8780L: linux-gpio@vger.kernel.org
8781S: Supported
8782F: drivers/pinctrl/pinctrl-at91-pio4.*
8783
8784PIN CONTROLLER - INTEL
8785M: Mika Westerberg <mika.westerberg@linux.intel.com>
8786M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
8787S: Maintained
8788F: drivers/pinctrl/intel/
8789
8790PIN CONTROLLER - RENESAS
8791M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8792M: Geert Uytterhoeven <geert+renesas@glider.be>
8793L: linux-renesas-soc@vger.kernel.org
8794S: Maintained
8795F: drivers/pinctrl/sh-pfc/
8796
8797PIN CONTROLLER - SAMSUNG
8798M: Tomasz Figa <tomasz.figa@gmail.com>
8799M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
8800M: Sylwester Nawrocki <s.nawrocki@samsung.com>
8801L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8802L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8803S: Maintained
8804F: drivers/pinctrl/samsung/
8805
8806PIN CONTROLLER - SINGLE
8807M: Tony Lindgren <tony@atomide.com>
8808M: Haojian Zhuang <haojian.zhuang@linaro.org>
8809L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8810L: linux-omap@vger.kernel.org
8811S: Maintained
8812F: drivers/pinctrl/pinctrl-single.c
8813
8814PIN CONTROLLER - ST SPEAR
8815M: Viresh Kumar <vireshk@kernel.org>
8816L: spear-devel@list.st.com
8817L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8818W: http://www.st.com/spear
8819S: Maintained
8820F: drivers/pinctrl/spear/
8821
8822PKTCDVD DRIVER
8823M: Jiri Kosina <jikos@kernel.org>
8824S: Maintained
8825F: drivers/block/pktcdvd.c
8826F: include/linux/pktcdvd.h
8827F: include/uapi/linux/pktcdvd.h
8828
8829PKUNITY SOC DRIVERS
8830M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8831W: http://mprc.pku.edu.cn/~guanxuetao/linux
8832S: Maintained
8833T: git git://github.com/gxt/linux.git
8834F: drivers/input/serio/i8042-unicore32io.h
8835F: drivers/i2c/busses/i2c-puv3.c
8836F: drivers/video/fbdev/fb-puv3.c
8837F: drivers/rtc/rtc-puv3.c
8838
8839PMBUS HARDWARE MONITORING DRIVERS
8840M: Guenter Roeck <linux@roeck-us.net>
8841L: linux-hwmon@vger.kernel.org
8842W: http://hwmon.wiki.kernel.org/
8843W: http://www.roeck-us.net/linux/drivers/
8844T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8845S: Maintained
8846F: Documentation/hwmon/pmbus
8847F: drivers/hwmon/pmbus/
8848F: include/linux/i2c/pmbus.h
8849
8850PMC SIERRA MaxRAID DRIVER
8851L: linux-scsi@vger.kernel.org
8852W: http://www.pmc-sierra.com/
8853S: Orphan
8854F: drivers/scsi/pmcraid.*
8855
8856PMC SIERRA PM8001 DRIVER
8857M: Jack Wang <jinpu.wang@profitbricks.com>
8858M: lindar_liu@usish.com
8859L: pmchba@pmcs.com
8860L: linux-scsi@vger.kernel.org
8861S: Supported
8862F: drivers/scsi/pm8001/
8863
8864POSIX CLOCKS and TIMERS
8865M: Thomas Gleixner <tglx@linutronix.de>
8866L: linux-kernel@vger.kernel.org
8867T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8868S: Maintained
8869F: fs/timerfd.c
8870F: include/linux/timer*
8871F: kernel/time/*timer*
8872
8873POWER MANAGEMENT CORE
8874M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
8875L: linux-pm@vger.kernel.org
8876T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8877S: Supported
8878F: drivers/base/power/
8879F: include/linux/pm.h
8880F: include/linux/pm_*
8881F: include/linux/powercap.h
8882F: drivers/powercap/
8883
8884POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8885M: Sebastian Reichel <sre@kernel.org>
8886M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8887M: David Woodhouse <dwmw2@infradead.org>
8888L: linux-pm@vger.kernel.org
8889T: git git://git.infradead.org/battery-2.6.git
8890S: Maintained
8891F: include/linux/power_supply.h
8892F: drivers/power/
8893X: drivers/power/avs/
8894
8895POWER STATE COORDINATION INTERFACE (PSCI)
8896M: Mark Rutland <mark.rutland@arm.com>
8897M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8898L: linux-arm-kernel@lists.infradead.org
8899S: Maintained
8900F: drivers/firmware/psci.c
8901F: include/linux/psci.h
8902F: include/uapi/linux/psci.h
8903
8904PNP SUPPORT
8905M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8906S: Maintained
8907F: drivers/pnp/
8908
8909PPP PROTOCOL DRIVERS AND COMPRESSORS
8910M: Paul Mackerras <paulus@samba.org>
8911L: linux-ppp@vger.kernel.org
8912S: Maintained
8913F: drivers/net/ppp/ppp_*
8914
8915PPP OVER ATM (RFC 2364)
8916M: Mitchell Blank Jr <mitch@sfgoth.com>
8917S: Maintained
8918F: net/atm/pppoatm.c
8919F: include/uapi/linux/atmppp.h
8920
8921PPP OVER ETHERNET
8922M: Michal Ostrowski <mostrows@earthlink.net>
8923S: Maintained
8924F: drivers/net/ppp/pppoe.c
8925F: drivers/net/ppp/pppox.c
8926
8927PPP OVER L2TP
8928M: James Chapman <jchapman@katalix.com>
8929S: Maintained
8930F: net/l2tp/l2tp_ppp.c
8931F: include/linux/if_pppol2tp.h
8932F: include/uapi/linux/if_pppol2tp.h
8933
8934PPS SUPPORT
8935M: Rodolfo Giometti <giometti@enneenne.com>
8936W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8937L: linuxpps@ml.enneenne.com (subscribers-only)
8938S: Maintained
8939F: Documentation/pps/
8940F: drivers/pps/
8941F: include/linux/pps*.h
8942
8943PPTP DRIVER
8944M: Dmitry Kozlov <xeb@mail.ru>
8945L: netdev@vger.kernel.org
8946S: Maintained
8947F: drivers/net/ppp/pptp.c
8948W: http://sourceforge.net/projects/accel-pptp
8949
8950PREEMPTIBLE KERNEL
8951M: Robert Love <rml@tech9.net>
8952L: kpreempt-tech@lists.sourceforge.net
8953W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8954S: Supported
8955F: Documentation/preempt-locking.txt
8956F: include/linux/preempt.h
8957
8958PRISM54 WIRELESS DRIVER
8959M: "Luis R. Rodriguez" <mcgrof@gmail.com>
8960L: linux-wireless@vger.kernel.org
8961W: http://wireless.kernel.org/en/users/Drivers/p54
8962S: Obsolete
8963F: drivers/net/wireless/intersil/prism54/
8964
8965PS3 NETWORK SUPPORT
8966M: Geoff Levand <geoff@infradead.org>
8967L: netdev@vger.kernel.org
8968L: linuxppc-dev@lists.ozlabs.org
8969S: Maintained
8970F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
8971
8972PS3 PLATFORM SUPPORT
8973M: Geoff Levand <geoff@infradead.org>
8974L: linuxppc-dev@lists.ozlabs.org
8975S: Maintained
8976F: arch/powerpc/boot/ps3*
8977F: arch/powerpc/include/asm/lv1call.h
8978F: arch/powerpc/include/asm/ps3*.h
8979F: arch/powerpc/platforms/ps3/
8980F: drivers/*/ps3*
8981F: drivers/ps3/
8982F: drivers/rtc/rtc-ps3.c
8983F: drivers/usb/host/*ps3.c
8984F: sound/ppc/snd_ps3*
8985
8986PS3VRAM DRIVER
8987M: Jim Paris <jim@jtan.com>
8988M: Geoff Levand <geoff@infradead.org>
8989L: linuxppc-dev@lists.ozlabs.org
8990S: Maintained
8991F: drivers/block/ps3vram.c
8992
8993PSTORE FILESYSTEM
8994M: Anton Vorontsov <anton@enomsg.org>
8995M: Colin Cross <ccross@android.com>
8996M: Kees Cook <keescook@chromium.org>
8997M: Tony Luck <tony.luck@intel.com>
8998S: Maintained
8999T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9000F: fs/pstore/
9001F: include/linux/pstore*
9002F: drivers/firmware/efi/efi-pstore.c
9003F: drivers/acpi/apei/erst.c
9004
9005PTP HARDWARE CLOCK SUPPORT
9006M: Richard Cochran <richardcochran@gmail.com>
9007L: netdev@vger.kernel.org
9008S: Maintained
9009W: http://linuxptp.sourceforge.net/
9010F: Documentation/ABI/testing/sysfs-ptp
9011F: Documentation/ptp/*
9012F: drivers/net/ethernet/freescale/gianfar_ptp.c
9013F: drivers/net/phy/dp83640*
9014F: drivers/ptp/*
9015F: include/linux/ptp_cl*
9016
9017PTRACE SUPPORT
9018M: Roland McGrath <roland@hack.frob.com>
9019M: Oleg Nesterov <oleg@redhat.com>
9020S: Maintained
9021F: include/asm-generic/syscall.h
9022F: include/linux/ptrace.h
9023F: include/linux/regset.h
9024F: include/linux/tracehook.h
9025F: include/uapi/linux/ptrace.h
9026F: kernel/ptrace.c
9027
9028PVRUSB2 VIDEO4LINUX DRIVER
9029M: Mike Isely <isely@pobox.com>
9030L: pvrusb2@isely.net (subscribers-only)
9031L: linux-media@vger.kernel.org
9032W: http://www.isely.net/pvrusb2/
9033T: git git://linuxtv.org/media_tree.git
9034S: Maintained
9035F: Documentation/video4linux/README.pvrusb2
9036F: drivers/media/usb/pvrusb2/
9037
9038PWC WEBCAM DRIVER
9039M: Hans de Goede <hdegoede@redhat.com>
9040L: linux-media@vger.kernel.org
9041T: git git://linuxtv.org/media_tree.git
9042S: Maintained
9043F: drivers/media/usb/pwc/*
9044
9045PWM FAN DRIVER
9046M: Kamil Debski <k.debski@samsung.com>
9047L: linux-hwmon@vger.kernel.org
9048S: Supported
9049F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9050F: Documentation/hwmon/pwm-fan
9051F: drivers/hwmon/pwm-fan.c
9052
9053PWM SUBSYSTEM
9054M: Thierry Reding <thierry.reding@gmail.com>
9055L: linux-pwm@vger.kernel.org
9056S: Maintained
9057T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9058F: Documentation/pwm.txt
9059F: Documentation/devicetree/bindings/pwm/
9060F: include/linux/pwm.h
9061F: drivers/pwm/
9062F: drivers/video/backlight/pwm_bl.c
9063F: include/linux/pwm_backlight.h
9064
9065PXA2xx/PXA3xx SUPPORT
9066M: Daniel Mack <daniel@zonque.org>
9067M: Haojian Zhuang <haojian.zhuang@gmail.com>
9068M: Robert Jarzmik <robert.jarzmik@free.fr>
9069L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9070T: git git://github.com/hzhuang1/linux.git
9071T: git git://github.com/rjarzmik/linux.git
9072S: Maintained
9073F: arch/arm/boot/dts/pxa*
9074F: arch/arm/mach-pxa/
9075F: drivers/dma/pxa*
9076F: drivers/pcmcia/pxa2xx*
9077F: drivers/pinctrl/pxa/
9078F: drivers/spi/spi-pxa2xx*
9079F: drivers/usb/gadget/udc/pxa2*
9080F: include/sound/pxa2xx-lib.h
9081F: sound/arm/pxa*
9082F: sound/soc/pxa/
9083
9084PXA GPIO DRIVER
9085M: Robert Jarzmik <robert.jarzmik@free.fr>
9086L: linux-gpio@vger.kernel.org
9087S: Maintained
9088F: drivers/gpio/gpio-pxa.c
9089
9090PXA3xx NAND FLASH DRIVER
9091M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9092L: linux-mtd@lists.infradead.org
9093S: Maintained
9094F: drivers/mtd/nand/pxa3xx_nand.c
9095
9096MMP SUPPORT
9097M: Eric Miao <eric.y.miao@gmail.com>
9098M: Haojian Zhuang <haojian.zhuang@gmail.com>
9099L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9100T: git git://github.com/hzhuang1/linux.git
9101T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
9102S: Maintained
9103F: arch/arm/boot/dts/mmp*
9104F: arch/arm/mach-mmp/
9105
9106PXA MMCI DRIVER
9107S: Orphan
9108
9109PXA RTC DRIVER
9110M: Robert Jarzmik <robert.jarzmik@free.fr>
9111L: rtc-linux@googlegroups.com
9112S: Maintained
9113
9114QAT DRIVER
9115M: Tadeusz Struk <tadeusz.struk@intel.com>
9116L: qat-linux@intel.com
9117S: Supported
9118F: drivers/crypto/qat/
9119
9120QIB DRIVER
9121M: Mike Marciniszyn <infinipath@intel.com>
9122L: linux-rdma@vger.kernel.org
9123S: Supported
9124F: drivers/infiniband/hw/qib/
9125
9126QLOGIC QLA1280 SCSI DRIVER
9127M: Michael Reed <mdr@sgi.com>
9128L: linux-scsi@vger.kernel.org
9129S: Maintained
9130F: drivers/scsi/qla1280.[ch]
9131
9132QLOGIC QLA2XXX FC-SCSI DRIVER
9133M: qla2xxx-upstream@qlogic.com
9134L: linux-scsi@vger.kernel.org
9135S: Supported
9136F: Documentation/scsi/LICENSE.qla2xxx
9137F: drivers/scsi/qla2xxx/
9138
9139QLOGIC QLA4XXX iSCSI DRIVER
9140M: QLogic-Storage-Upstream@qlogic.com
9141L: linux-scsi@vger.kernel.org
9142S: Supported
9143F: Documentation/scsi/LICENSE.qla4xxx
9144F: drivers/scsi/qla4xxx/
9145
9146QLOGIC QLA3XXX NETWORK DRIVER
9147M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9148M: Ron Mercer <ron.mercer@qlogic.com>
9149M: linux-driver@qlogic.com
9150L: netdev@vger.kernel.org
9151S: Supported
9152F: Documentation/networking/LICENSE.qla3xxx
9153F: drivers/net/ethernet/qlogic/qla3xxx.*
9154
9155QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9156M: Dept-GELinuxNICDev@qlogic.com
9157L: netdev@vger.kernel.org
9158S: Supported
9159F: drivers/net/ethernet/qlogic/qlcnic/
9160
9161QLOGIC QLGE 10Gb ETHERNET DRIVER
9162M: Harish Patil <harish.patil@qlogic.com>
9163M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9164M: Dept-GELinuxNICDev@qlogic.com
9165M: linux-driver@qlogic.com
9166L: netdev@vger.kernel.org
9167S: Supported
9168F: drivers/net/ethernet/qlogic/qlge/
9169
9170QLOGIC QL4xxx ETHERNET DRIVER
9171M: Yuval Mintz <Yuval.Mintz@qlogic.com>
9172M: Ariel Elior <Ariel.Elior@qlogic.com>
9173M: everest-linux-l2@qlogic.com
9174L: netdev@vger.kernel.org
9175S: Supported
9176F: drivers/net/ethernet/qlogic/qed/
9177F: include/linux/qed/
9178F: drivers/net/ethernet/qlogic/qede/
9179
9180QNX4 FILESYSTEM
9181M: Anders Larsen <al@alarsen.net>
9182W: http://www.alarsen.net/linux/qnx4fs/
9183S: Maintained
9184F: fs/qnx4/
9185F: include/uapi/linux/qnx4_fs.h
9186F: include/uapi/linux/qnxtypes.h
9187
9188QT1010 MEDIA DRIVER
9189M: Antti Palosaari <crope@iki.fi>
9190L: linux-media@vger.kernel.org
9191W: https://linuxtv.org
9192W: http://palosaari.fi/linux/
9193Q: http://patchwork.linuxtv.org/project/linux-media/list/
9194T: git git://linuxtv.org/anttip/media_tree.git
9195S: Maintained
9196F: drivers/media/tuners/qt1010*
9197
9198QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9199M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9200L: linux-wireless@vger.kernel.org
9201L: ath9k-devel@lists.ath9k.org
9202W: http://wireless.kernel.org/en/users/Drivers/ath9k
9203S: Supported
9204F: drivers/net/wireless/ath/ath9k/
9205
9206QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9207M: Kalle Valo <kvalo@qca.qualcomm.com>
9208L: ath10k@lists.infradead.org
9209W: http://wireless.kernel.org/en/users/Drivers/ath10k
9210T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9211S: Supported
9212F: drivers/net/wireless/ath/ath10k/
9213
9214QUALCOMM HEXAGON ARCHITECTURE
9215M: Richard Kuo <rkuo@codeaurora.org>
9216L: linux-hexagon@vger.kernel.org
9217T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9218S: Supported
9219F: arch/hexagon/
9220
9221QUALCOMM WCN36XX WIRELESS DRIVER
9222M: Eugene Krasnikov <k.eugene.e@gmail.com>
9223L: wcn36xx@lists.infradead.org
9224W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
9225T: git git://github.com/KrasnikovEugene/wcn36xx.git
9226S: Supported
9227F: drivers/net/wireless/ath/wcn36xx/
9228
9229QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9230M: Gabriel Somlo <somlo@cmu.edu>
9231M: "Michael S. Tsirkin" <mst@redhat.com>
9232L: qemu-devel@nongnu.org
9233S: Maintained
9234F: drivers/firmware/qemu_fw_cfg.c
9235
9236RADOS BLOCK DEVICE (RBD)
9237M: Ilya Dryomov <idryomov@gmail.com>
9238M: Sage Weil <sage@redhat.com>
9239M: Alex Elder <elder@kernel.org>
9240L: ceph-devel@vger.kernel.org
9241W: http://ceph.com/
9242T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9243T: git git://github.com/ceph/ceph-client.git
9244S: Supported
9245F: Documentation/ABI/testing/sysfs-bus-rbd
9246F: drivers/block/rbd.c
9247F: drivers/block/rbd_types.h
9248
9249RADEON FRAMEBUFFER DISPLAY DRIVER
9250M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9251L: linux-fbdev@vger.kernel.org
9252S: Maintained
9253F: drivers/video/fbdev/aty/radeon*
9254F: include/uapi/linux/radeonfb.h
9255
9256RADIOSHARK RADIO DRIVER
9257M: Hans de Goede <hdegoede@redhat.com>
9258L: linux-media@vger.kernel.org
9259T: git git://linuxtv.org/media_tree.git
9260S: Maintained
9261F: drivers/media/radio/radio-shark.c
9262
9263RADIOSHARK2 RADIO DRIVER
9264M: Hans de Goede <hdegoede@redhat.com>
9265L: linux-media@vger.kernel.org
9266T: git git://linuxtv.org/media_tree.git
9267S: Maintained
9268F: drivers/media/radio/radio-shark2.c
9269F: drivers/media/radio/radio-tea5777.c
9270
9271RAGE128 FRAMEBUFFER DISPLAY DRIVER
9272M: Paul Mackerras <paulus@samba.org>
9273L: linux-fbdev@vger.kernel.org
9274S: Maintained
9275F: drivers/video/fbdev/aty/aty128fb.c
9276
9277RALINK MIPS ARCHITECTURE
9278M: John Crispin <john@phrozen.org>
9279L: linux-mips@linux-mips.org
9280S: Maintained
9281F: arch/mips/ralink
9282
9283RALINK RT2X00 WIRELESS LAN DRIVER
9284P: rt2x00 project
9285M: Stanislaw Gruszka <sgruszka@redhat.com>
9286M: Helmut Schaa <helmut.schaa@googlemail.com>
9287L: linux-wireless@vger.kernel.org
9288S: Maintained
9289F: drivers/net/wireless/ralink/rt2x00/
9290
9291RAMDISK RAM BLOCK DEVICE DRIVER
9292M: Jens Axboe <axboe@kernel.dk>
9293S: Maintained
9294F: Documentation/blockdev/ramdisk.txt
9295F: drivers/block/brd.c
9296
9297RANDOM NUMBER DRIVER
9298M: "Theodore Ts'o" <tytso@mit.edu>
9299S: Maintained
9300F: drivers/char/random.c
9301
9302RAPIDIO SUBSYSTEM
9303M: Matt Porter <mporter@kernel.crashing.org>
9304M: Alexandre Bounine <alexandre.bounine@idt.com>
9305S: Maintained
9306F: drivers/rapidio/
9307
9308RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9309L: linux-wireless@vger.kernel.org
9310S: Orphan
9311F: drivers/net/wireless/ray*
9312
9313RCUTORTURE MODULE
9314M: Josh Triplett <josh@joshtriplett.org>
9315M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9316L: linux-kernel@vger.kernel.org
9317S: Supported
9318T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9319F: Documentation/RCU/torture.txt
9320F: kernel/rcu/rcutorture.c
9321
9322RCUTORTURE TEST FRAMEWORK
9323M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9324M: Josh Triplett <josh@joshtriplett.org>
9325R: Steven Rostedt <rostedt@goodmis.org>
9326R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9327R: Lai Jiangshan <jiangshanlai@gmail.com>
9328L: linux-kernel@vger.kernel.org
9329S: Supported
9330T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9331F: tools/testing/selftests/rcutorture
9332
9333RDC R-321X SoC
9334M: Florian Fainelli <florian@openwrt.org>
9335S: Maintained
9336
9337RDC R6040 FAST ETHERNET DRIVER
9338M: Florian Fainelli <florian@openwrt.org>
9339L: netdev@vger.kernel.org
9340S: Maintained
9341F: drivers/net/ethernet/rdc/r6040.c
9342
9343RDS - RELIABLE DATAGRAM SOCKETS
9344M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
9345L: netdev@vger.kernel.org
9346L: linux-rdma@vger.kernel.org
9347L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9348W: https://oss.oracle.com/projects/rds/
9349S: Supported
9350F: net/rds/
9351F: Documentation/networking/rds.txt
9352
9353RDMAVT - RDMA verbs software
9354M: Dennis Dalessandro <dennis.dalessandro@intel.com>
9355L: linux-rdma@vger.kernel.org
9356S: Supported
9357F: drivers/infiniband/sw/rdmavt
9358
9359READ-COPY UPDATE (RCU)
9360M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9361M: Josh Triplett <josh@joshtriplett.org>
9362R: Steven Rostedt <rostedt@goodmis.org>
9363R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9364R: Lai Jiangshan <jiangshanlai@gmail.com>
9365L: linux-kernel@vger.kernel.org
9366W: http://www.rdrop.com/users/paulmck/RCU/
9367S: Supported
9368T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9369F: Documentation/RCU/
9370X: Documentation/RCU/torture.txt
9371F: include/linux/rcu*
9372X: include/linux/srcu.h
9373F: kernel/rcu/
9374X: kernel/torture.c
9375
9376REAL TIME CLOCK (RTC) SUBSYSTEM
9377M: Alessandro Zummo <a.zummo@towertech.it>
9378M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9379L: rtc-linux@googlegroups.com
9380Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9381T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9382S: Maintained
9383F: Documentation/rtc.txt
9384F: drivers/rtc/
9385F: include/linux/rtc.h
9386F: include/uapi/linux/rtc.h
9387
9388REALTEK AUDIO CODECS
9389M: Bard Liao <bardliao@realtek.com>
9390M: Oder Chiou <oder_chiou@realtek.com>
9391S: Maintained
9392F: sound/soc/codecs/rt*
9393F: include/sound/rt*.h
9394
9395REISERFS FILE SYSTEM
9396L: reiserfs-devel@vger.kernel.org
9397S: Supported
9398F: fs/reiserfs/
9399
9400REGISTER MAP ABSTRACTION
9401M: Mark Brown <broonie@kernel.org>
9402L: linux-kernel@vger.kernel.org
9403T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9404S: Supported
9405F: drivers/base/regmap/
9406F: include/linux/regmap.h
9407
9408REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9409M: Ohad Ben-Cohen <ohad@wizery.com>
9410M: Bjorn Andersson <bjorn.andersson@linaro.org>
9411L: linux-remoteproc@vger.kernel.org
9412T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9413S: Maintained
9414F: drivers/remoteproc/
9415F: Documentation/remoteproc.txt
9416F: include/linux/remoteproc.h
9417
9418REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9419M: Ohad Ben-Cohen <ohad@wizery.com>
9420M: Bjorn Andersson <bjorn.andersson@linaro.org>
9421L: linux-remoteproc@vger.kernel.org
9422T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9423S: Maintained
9424F: drivers/rpmsg/
9425F: Documentation/rpmsg.txt
9426F: include/linux/rpmsg.h
9427
9428RENESAS ETHERNET DRIVERS
9429R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9430L: netdev@vger.kernel.org
9431L: linux-renesas-soc@vger.kernel.org
9432F: drivers/net/ethernet/renesas/
9433F: include/linux/sh_eth.h
9434
9435RENESAS USB2 PHY DRIVER
9436M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9437L: linux-renesas-soc@vger.kernel.org
9438S: Maintained
9439F: drivers/phy/phy-rcar-gen3-usb2.c
9440
9441RESET CONTROLLER FRAMEWORK
9442M: Philipp Zabel <p.zabel@pengutronix.de>
9443T: git git://git.pengutronix.de/git/pza/linux
9444S: Maintained
9445F: drivers/reset/
9446F: Documentation/devicetree/bindings/reset/
9447F: include/dt-bindings/reset/
9448F: include/linux/reset.h
9449F: include/linux/reset-controller.h
9450
9451RFKILL
9452M: Johannes Berg <johannes@sipsolutions.net>
9453L: linux-wireless@vger.kernel.org
9454W: http://wireless.kernel.org/
9455T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9456T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9457S: Maintained
9458F: Documentation/rfkill.txt
9459F: net/rfkill/
9460
9461RHASHTABLE
9462M: Thomas Graf <tgraf@suug.ch>
9463L: netdev@vger.kernel.org
9464S: Maintained
9465F: lib/rhashtable.c
9466F: include/linux/rhashtable.h
9467
9468RICOH SMARTMEDIA/XD DRIVER
9469M: Maxim Levitsky <maximlevitsky@gmail.com>
9470S: Maintained
9471F: drivers/mtd/nand/r852.c
9472F: drivers/mtd/nand/r852.h
9473
9474RICOH R5C592 MEMORYSTICK DRIVER
9475M: Maxim Levitsky <maximlevitsky@gmail.com>
9476S: Maintained
9477F: drivers/memstick/host/r592.*
9478
9479ROCCAT DRIVERS
9480M: Stefan Achatz <erazor_de@users.sourceforge.net>
9481W: http://sourceforge.net/projects/roccat/
9482S: Maintained
9483F: drivers/hid/hid-roccat*
9484F: include/linux/hid-roccat*
9485F: Documentation/ABI/*/sysfs-driver-hid-roccat*
9486
9487ROCKER DRIVER
9488M: Jiri Pirko <jiri@resnulli.us>
9489M: Scott Feldman <sfeldma@gmail.com>
9490L: netdev@vger.kernel.org
9491S: Supported
9492F: drivers/net/ethernet/rocker/
9493
9494ROCKETPORT DRIVER
9495P: Comtrol Corp.
9496W: http://www.comtrol.com
9497S: Maintained
9498F: Documentation/serial/rocket.txt
9499F: drivers/tty/rocket*
9500
9501ROCKETPORT EXPRESS/INFINITY DRIVER
9502M: Kevin Cernekee <cernekee@gmail.com>
9503L: linux-serial@vger.kernel.org
9504S: Odd Fixes
9505F: drivers/tty/serial/rp2.*
9506
9507ROSE NETWORK LAYER
9508M: Ralf Baechle <ralf@linux-mips.org>
9509L: linux-hams@vger.kernel.org
9510W: http://www.linux-ax25.org/
9511S: Maintained
9512F: include/net/rose.h
9513F: include/uapi/linux/rose.h
9514F: net/rose/
9515
9516RTL2830 MEDIA DRIVER
9517M: Antti Palosaari <crope@iki.fi>
9518L: linux-media@vger.kernel.org
9519W: https://linuxtv.org
9520W: http://palosaari.fi/linux/
9521Q: http://patchwork.linuxtv.org/project/linux-media/list/
9522T: git git://linuxtv.org/anttip/media_tree.git
9523S: Maintained
9524F: drivers/media/dvb-frontends/rtl2830*
9525
9526RTL2832 MEDIA DRIVER
9527M: Antti Palosaari <crope@iki.fi>
9528L: linux-media@vger.kernel.org
9529W: https://linuxtv.org
9530W: http://palosaari.fi/linux/
9531Q: http://patchwork.linuxtv.org/project/linux-media/list/
9532T: git git://linuxtv.org/anttip/media_tree.git
9533S: Maintained
9534F: drivers/media/dvb-frontends/rtl2832*
9535
9536RTL2832_SDR MEDIA DRIVER
9537M: Antti Palosaari <crope@iki.fi>
9538L: linux-media@vger.kernel.org
9539W: https://linuxtv.org
9540W: http://palosaari.fi/linux/
9541Q: http://patchwork.linuxtv.org/project/linux-media/list/
9542T: git git://linuxtv.org/anttip/media_tree.git
9543S: Maintained
9544F: drivers/media/dvb-frontends/rtl2832_sdr*
9545
9546RTL8180 WIRELESS DRIVER
9547L: linux-wireless@vger.kernel.org
9548W: http://wireless.kernel.org/
9549T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9550S: Orphan
9551F: drivers/net/wireless/realtek/rtl818x/rtl8180/
9552
9553RTL8187 WIRELESS DRIVER
9554M: Herton Ronaldo Krzesinski <herton@canonical.com>
9555M: Hin-Tak Leung <htl10@users.sourceforge.net>
9556M: Larry Finger <Larry.Finger@lwfinger.net>
9557L: linux-wireless@vger.kernel.org
9558W: http://wireless.kernel.org/
9559T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9560S: Maintained
9561F: drivers/net/wireless/realtek/rtl818x/rtl8187/
9562
9563RTL8192CE WIRELESS DRIVER
9564M: Larry Finger <Larry.Finger@lwfinger.net>
9565M: Chaoming Li <chaoming_li@realsil.com.cn>
9566L: linux-wireless@vger.kernel.org
9567W: http://wireless.kernel.org/
9568T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9569S: Maintained
9570F: drivers/net/wireless/realtek/rtlwifi/
9571F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9572
9573RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9574M: Jes Sorensen <Jes.Sorensen@redhat.com>
9575L: linux-wireless@vger.kernel.org
9576T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
9577S: Maintained
9578F: drivers/net/wireless/realtek/rtl8xxxu/
9579
9580S3 SAVAGE FRAMEBUFFER DRIVER
9581M: Antonino Daplas <adaplas@gmail.com>
9582L: linux-fbdev@vger.kernel.org
9583S: Maintained
9584F: drivers/video/fbdev/savage/
9585
9586S390
9587M: Martin Schwidefsky <schwidefsky@de.ibm.com>
9588M: Heiko Carstens <heiko.carstens@de.ibm.com>
9589L: linux-s390@vger.kernel.org
9590W: http://www.ibm.com/developerworks/linux/linux390/
9591T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9592S: Supported
9593F: arch/s390/
9594F: drivers/s390/
9595F: Documentation/s390/
9596F: Documentation/DocBook/s390*
9597
9598S390 COMMON I/O LAYER
9599M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9600M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9601L: linux-s390@vger.kernel.org
9602W: http://www.ibm.com/developerworks/linux/linux390/
9603S: Supported
9604F: drivers/s390/cio/
9605
9606S390 DASD DRIVER
9607M: Stefan Weinhuber <wein@de.ibm.com>
9608M: Stefan Haberland <stefan.haberland@de.ibm.com>
9609L: linux-s390@vger.kernel.org
9610W: http://www.ibm.com/developerworks/linux/linux390/
9611S: Supported
9612F: drivers/s390/block/dasd*
9613F: block/partitions/ibm.c
9614
9615S390 NETWORK DRIVERS
9616M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9617L: linux-s390@vger.kernel.org
9618W: http://www.ibm.com/developerworks/linux/linux390/
9619S: Supported
9620F: drivers/s390/net/
9621
9622S390 PCI SUBSYSTEM
9623M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9624M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9625L: linux-s390@vger.kernel.org
9626W: http://www.ibm.com/developerworks/linux/linux390/
9627S: Supported
9628F: arch/s390/pci/
9629F: drivers/pci/hotplug/s390_pci_hpc.c
9630
9631S390 ZCRYPT DRIVER
9632M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9633L: linux-s390@vger.kernel.org
9634W: http://www.ibm.com/developerworks/linux/linux390/
9635S: Supported
9636F: drivers/s390/crypto/
9637
9638S390 ZFCP DRIVER
9639M: Steffen Maier <maier@linux.vnet.ibm.com>
9640L: linux-s390@vger.kernel.org
9641W: http://www.ibm.com/developerworks/linux/linux390/
9642S: Supported
9643F: drivers/s390/scsi/zfcp_*
9644
9645S390 IUCV NETWORK LAYER
9646M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9647L: linux-s390@vger.kernel.org
9648W: http://www.ibm.com/developerworks/linux/linux390/
9649S: Supported
9650F: drivers/s390/net/*iucv*
9651F: include/net/iucv/
9652F: net/iucv/
9653
9654S390 IOMMU (PCI)
9655M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9656L: linux-s390@vger.kernel.org
9657W: http://www.ibm.com/developerworks/linux/linux390/
9658S: Supported
9659F: drivers/iommu/s390-iommu.c
9660
9661S3C24XX SD/MMC Driver
9662M: Ben Dooks <ben-linux@fluff.org>
9663L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9664S: Supported
9665F: drivers/mmc/host/s3cmci.*
9666
9667SAA6588 RDS RECEIVER DRIVER
9668M: Hans Verkuil <hverkuil@xs4all.nl>
9669L: linux-media@vger.kernel.org
9670T: git git://linuxtv.org/media_tree.git
9671W: https://linuxtv.org
9672S: Odd Fixes
9673F: drivers/media/i2c/saa6588*
9674
9675SAA7134 VIDEO4LINUX DRIVER
9676M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9677L: linux-media@vger.kernel.org
9678W: https://linuxtv.org
9679T: git git://linuxtv.org/media_tree.git
9680S: Odd fixes
9681F: Documentation/video4linux/*.saa7134
9682F: drivers/media/pci/saa7134/
9683
9684SAA7146 VIDEO4LINUX-2 DRIVER
9685M: Hans Verkuil <hverkuil@xs4all.nl>
9686L: linux-media@vger.kernel.org
9687T: git git://linuxtv.org/media_tree.git
9688S: Maintained
9689F: drivers/media/common/saa7146/
9690F: drivers/media/pci/saa7146/
9691F: include/media/saa7146*
9692
9693SAMSUNG LAPTOP DRIVER
9694M: Corentin Chary <corentin.chary@gmail.com>
9695L: platform-driver-x86@vger.kernel.org
9696S: Maintained
9697F: drivers/platform/x86/samsung-laptop.c
9698
9699SAMSUNG AUDIO (ASoC) DRIVERS
9700M: Sangbeom Kim <sbkim73@samsung.com>
9701L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9702S: Supported
9703F: sound/soc/samsung/
9704
9705SAMSUNG FRAMEBUFFER DRIVER
9706M: Jingoo Han <jingoohan1@gmail.com>
9707L: linux-fbdev@vger.kernel.org
9708S: Maintained
9709F: drivers/video/fbdev/s3c-fb.c
9710
9711SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9712M: Sangbeom Kim <sbkim73@samsung.com>
9713M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9714L: linux-kernel@vger.kernel.org
9715L: linux-samsung-soc@vger.kernel.org
9716S: Supported
9717F: drivers/mfd/sec*.c
9718F: drivers/regulator/s2m*.c
9719F: drivers/regulator/s5m*.c
9720F: drivers/clk/clk-s2mps11.c
9721F: drivers/rtc/rtc-s5m.c
9722F: include/linux/mfd/samsung/
9723F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9724F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9725F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9726F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9727
9728SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9729M: Kyungmin Park <kyungmin.park@samsung.com>
9730M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9731L: linux-media@vger.kernel.org
9732Q: https://patchwork.linuxtv.org/project/linux-media/list/
9733S: Supported
9734F: drivers/media/platform/exynos4-is/
9735
9736SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9737M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9738L: linux-media@vger.kernel.org
9739L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9740S: Maintained
9741F: drivers/media/platform/s3c-camif/
9742F: include/media/drv-intf/s3c_camif.h
9743
9744SAMSUNG S5C73M3 CAMERA DRIVER
9745M: Kyungmin Park <kyungmin.park@samsung.com>
9746M: Andrzej Hajda <a.hajda@samsung.com>
9747L: linux-media@vger.kernel.org
9748S: Supported
9749F: drivers/media/i2c/s5c73m3/*
9750
9751SAMSUNG S5K5BAF CAMERA DRIVER
9752M: Kyungmin Park <kyungmin.park@samsung.com>
9753M: Andrzej Hajda <a.hajda@samsung.com>
9754L: linux-media@vger.kernel.org
9755S: Supported
9756F: drivers/media/i2c/s5k5baf.c
9757
9758SAMSUNG S3FWRN5 NFC DRIVER
9759M: Robert Baldyga <r.baldyga@samsung.com>
9760M: Krzysztof Opasiak <k.opasiak@samsung.com>
9761L: linux-nfc@lists.01.org (moderated for non-subscribers)
9762S: Supported
9763F: drivers/nfc/s3fwrn5
9764
9765SAMSUNG SOC CLOCK DRIVERS
9766M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9767M: Tomasz Figa <tomasz.figa@gmail.com>
9768S: Supported
9769L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9770F: drivers/clk/samsung/
9771
9772SAMSUNG SXGBE DRIVERS
9773M: Byungho An <bh74.an@samsung.com>
9774M: Girish K S <ks.giri@samsung.com>
9775M: Vipul Pandya <vipul.pandya@samsung.com>
9776S: Supported
9777L: netdev@vger.kernel.org
9778F: drivers/net/ethernet/samsung/sxgbe/
9779
9780SAMSUNG THERMAL DRIVER
9781M: Lukasz Majewski <l.majewski@samsung.com>
9782L: linux-pm@vger.kernel.org
9783L: linux-samsung-soc@vger.kernel.org
9784S: Supported
9785T: git https://github.com/lmajewski/linux-samsung-thermal.git
9786F: drivers/thermal/samsung/
9787
9788SAMSUNG USB2 PHY DRIVER
9789M: Kamil Debski <k.debski@samsung.com>
9790L: linux-kernel@vger.kernel.org
9791S: Supported
9792F: Documentation/devicetree/bindings/phy/samsung-phy.txt
9793F: Documentation/phy/samsung-usb2.txt
9794F: drivers/phy/phy-exynos4210-usb2.c
9795F: drivers/phy/phy-exynos4x12-usb2.c
9796F: drivers/phy/phy-exynos5250-usb2.c
9797F: drivers/phy/phy-s5pv210-usb2.c
9798F: drivers/phy/phy-samsung-usb2.c
9799F: drivers/phy/phy-samsung-usb2.h
9800
9801SERIAL DRIVERS
9802M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9803L: linux-serial@vger.kernel.org
9804S: Maintained
9805F: drivers/tty/serial/
9806
9807SYNOPSYS DESIGNWARE DMAC DRIVER
9808M: Viresh Kumar <vireshk@kernel.org>
9809M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9810S: Maintained
9811F: include/linux/dma/dw.h
9812F: include/linux/platform_data/dma-dw.h
9813F: drivers/dma/dw/
9814
9815SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9816M: Lars Persson <lars.persson@axis.com>
9817L: netdev@vger.kernel.org
9818S: Supported
9819F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9820F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9821
9822SYNOPSYS DESIGNWARE I2C DRIVER
9823M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
9824R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9825R: Mika Westerberg <mika.westerberg@linux.intel.com>
9826L: linux-i2c@vger.kernel.org
9827S: Maintained
9828F: drivers/i2c/busses/i2c-designware-*
9829F: include/linux/platform_data/i2c-designware.h
9830
9831SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9832M: Jaehoon Chung <jh80.chung@samsung.com>
9833L: linux-mmc@vger.kernel.org
9834S: Maintained
9835F: include/linux/mmc/dw_mmc.h
9836F: drivers/mmc/host/dw_mmc*
9837
9838SYSTEM TRACE MODULE CLASS
9839M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9840S: Maintained
9841F: Documentation/trace/stm.txt
9842F: drivers/hwtracing/stm/
9843F: include/linux/stm.h
9844F: include/uapi/linux/stm.h
9845
9846THUNDERBOLT DRIVER
9847M: Andreas Noever <andreas.noever@gmail.com>
9848S: Maintained
9849F: drivers/thunderbolt/
9850
9851TI BQ27XXX POWER SUPPLY DRIVER
9852R: Andrew F. Davis <afd@ti.com>
9853F: include/linux/power/bq27xxx_battery.h
9854F: drivers/power/bq27xxx_battery.c
9855F: drivers/power/bq27xxx_battery_i2c.c
9856
9857TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9858M: John Stultz <john.stultz@linaro.org>
9859M: Thomas Gleixner <tglx@linutronix.de>
9860L: linux-kernel@vger.kernel.org
9861T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9862S: Supported
9863F: include/linux/clocksource.h
9864F: include/linux/time.h
9865F: include/linux/timex.h
9866F: include/uapi/linux/time.h
9867F: include/uapi/linux/timex.h
9868F: kernel/time/clocksource.c
9869F: kernel/time/time*.c
9870F: kernel/time/alarmtimer.c
9871F: kernel/time/ntp.c
9872F: tools/testing/selftests/timers/
9873
9874SC1200 WDT DRIVER
9875M: Zwane Mwaikambo <zwanem@gmail.com>
9876S: Maintained
9877F: drivers/watchdog/sc1200wdt.c
9878
9879SCHEDULER
9880M: Ingo Molnar <mingo@redhat.com>
9881M: Peter Zijlstra <peterz@infradead.org>
9882L: linux-kernel@vger.kernel.org
9883T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9884S: Maintained
9885F: kernel/sched/
9886F: include/linux/sched.h
9887F: include/uapi/linux/sched.h
9888F: include/linux/wait.h
9889
9890SCORE ARCHITECTURE
9891M: Chen Liqin <liqin.linux@gmail.com>
9892M: Lennox Wu <lennox.wu@gmail.com>
9893W: http://www.sunplus.com
9894S: Supported
9895F: arch/score/
9896
9897SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9898M: Sudeep Holla <sudeep.holla@arm.com>
9899L: linux-arm-kernel@lists.infradead.org
9900S: Maintained
9901F: Documentation/devicetree/bindings/arm/arm,scpi.txt
9902F: drivers/clk/clk-scpi.c
9903F: drivers/cpufreq/scpi-cpufreq.c
9904F: drivers/firmware/arm_scpi.c
9905F: include/linux/scpi_protocol.h
9906
9907SCSI CDROM DRIVER
9908M: Jens Axboe <axboe@kernel.dk>
9909L: linux-scsi@vger.kernel.org
9910W: http://www.kernel.dk
9911S: Maintained
9912F: drivers/scsi/sr*
9913
9914SCSI RDMA PROTOCOL (SRP) INITIATOR
9915M: Bart Van Assche <bart.vanassche@sandisk.com>
9916L: linux-rdma@vger.kernel.org
9917S: Supported
9918W: http://www.openfabrics.org
9919Q: http://patchwork.kernel.org/project/linux-rdma/list/
9920T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9921F: drivers/infiniband/ulp/srp/
9922F: include/scsi/srp.h
9923
9924SCSI SG DRIVER
9925M: Doug Gilbert <dgilbert@interlog.com>
9926L: linux-scsi@vger.kernel.org
9927W: http://sg.danny.cz/sg
9928S: Maintained
9929F: Documentation/scsi/scsi-generic.txt
9930F: drivers/scsi/sg.c
9931F: include/scsi/sg.h
9932
9933SCSI SUBSYSTEM
9934M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
9935T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9936M: "Martin K. Petersen" <martin.petersen@oracle.com>
9937T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9938L: linux-scsi@vger.kernel.org
9939S: Maintained
9940F: drivers/scsi/
9941F: include/scsi/
9942
9943SCSI TAPE DRIVER
9944M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9945L: linux-scsi@vger.kernel.org
9946S: Maintained
9947F: Documentation/scsi/st.txt
9948F: drivers/scsi/st.*
9949F: drivers/scsi/st_*.h
9950
9951SCTP PROTOCOL
9952M: Vlad Yasevich <vyasevich@gmail.com>
9953M: Neil Horman <nhorman@tuxdriver.com>
9954L: linux-sctp@vger.kernel.org
9955W: http://lksctp.sourceforge.net
9956S: Maintained
9957F: Documentation/networking/sctp.txt
9958F: include/linux/sctp.h
9959F: include/uapi/linux/sctp.h
9960F: include/net/sctp/
9961F: net/sctp/
9962
9963SCx200 CPU SUPPORT
9964M: Jim Cromie <jim.cromie@gmail.com>
9965S: Odd Fixes
9966F: Documentation/i2c/busses/scx200_acb
9967F: arch/x86/platform/scx200/
9968F: drivers/watchdog/scx200_wdt.c
9969F: drivers/i2c/busses/scx200*
9970F: drivers/mtd/maps/scx200_docflash.c
9971F: include/linux/scx200.h
9972
9973SCx200 GPIO DRIVER
9974M: Jim Cromie <jim.cromie@gmail.com>
9975S: Maintained
9976F: drivers/char/scx200_gpio.c
9977F: include/linux/scx200_gpio.h
9978
9979SCx200 HRT CLOCKSOURCE DRIVER
9980M: Jim Cromie <jim.cromie@gmail.com>
9981S: Maintained
9982F: drivers/clocksource/scx200_hrt.c
9983
9984SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9985M: Sascha Sommer <saschasommer@freenet.de>
9986L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9987S: Maintained
9988F: drivers/mmc/host/sdricoh_cs.c
9989
9990SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9991M: Adrian Hunter <adrian.hunter@intel.com>
9992L: linux-mmc@vger.kernel.org
9993T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
9994S: Maintained
9995F: drivers/mmc/host/sdhci*
9996F: include/linux/mmc/sdhci*
9997
9998SECURE COMPUTING
9999M: Kees Cook <keescook@chromium.org>
10000R: Andy Lutomirski <luto@amacapital.net>
10001R: Will Drewry <wad@chromium.org>
10002T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10003S: Supported
10004F: kernel/seccomp.c
10005F: include/uapi/linux/seccomp.h
10006F: include/linux/seccomp.h
10007F: tools/testing/selftests/seccomp/*
10008K: \bsecure_computing
10009K: \bTIF_SECCOMP\b
10010
10011SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10012M: Ben Dooks <ben-linux@fluff.org>
10013M: Jaehoon Chung <jh80.chung@samsung.com>
10014L: linux-mmc@vger.kernel.org
10015S: Maintained
10016F: drivers/mmc/host/sdhci-s3c*
10017
10018SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10019M: Viresh Kumar <vireshk@kernel.org>
10020L: spear-devel@list.st.com
10021L: linux-mmc@vger.kernel.org
10022S: Maintained
10023F: drivers/mmc/host/sdhci-spear.c
10024
10025SECURITY SUBSYSTEM
10026M: James Morris <james.l.morris@oracle.com>
10027M: "Serge E. Hallyn" <serge@hallyn.com>
10028L: linux-security-module@vger.kernel.org (suggested Cc:)
10029T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10030W: http://kernsec.org/
10031S: Supported
10032F: security/
10033
10034SECURITY CONTACT
10035M: Security Officers <security@kernel.org>
10036S: Supported
10037
10038SELINUX SECURITY MODULE
10039M: Paul Moore <paul@paul-moore.com>
10040M: Stephen Smalley <sds@tycho.nsa.gov>
10041M: Eric Paris <eparis@parisplace.org>
10042L: selinux@tycho.nsa.gov (moderated for non-subscribers)
10043W: http://selinuxproject.org
10044T: git git://git.infradead.org/users/pcmoore/selinux
10045S: Supported
10046F: include/linux/selinux*
10047F: security/selinux/
10048F: scripts/selinux/
10049
10050APPARMOR SECURITY MODULE
10051M: John Johansen <john.johansen@canonical.com>
10052L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10053W: apparmor.wiki.kernel.org
10054T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10055S: Supported
10056F: security/apparmor/
10057
10058LOADPIN SECURITY MODULE
10059M: Kees Cook <keescook@chromium.org>
10060T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10061S: Supported
10062F: security/loadpin/
10063
10064YAMA SECURITY MODULE
10065M: Kees Cook <keescook@chromium.org>
10066T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10067S: Supported
10068F: security/yama/
10069
10070SENSABLE PHANTOM
10071M: Jiri Slaby <jirislaby@gmail.com>
10072S: Maintained
10073F: drivers/misc/phantom.c
10074F: include/uapi/linux/phantom.h
10075
10076SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10077M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10078M: Ketan Mukadam <ketan.mukadam@avagotech.com>
10079M: John Soni Jose <sony.john@avagotech.com>
10080L: linux-scsi@vger.kernel.org
10081W: http://www.avagotech.com
10082S: Supported
10083F: drivers/scsi/be2iscsi/
10084
10085Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
10086M: Sathya Perla <sathya.perla@broadcom.com>
10087M: Ajit Khaparde <ajit.khaparde@broadcom.com>
10088M: Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
10089M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10090M: Somnath Kotur <somnath.kotur@broadcom.com>
10091L: netdev@vger.kernel.org
10092W: http://www.emulex.com
10093S: Supported
10094F: drivers/net/ethernet/emulex/benet/
10095
10096EMULEX ONECONNECT ROCE DRIVER
10097M: Selvin Xavier <selvin.xavier@avagotech.com>
10098M: Devesh Sharma <devesh.sharma@avagotech.com>
10099M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10100L: linux-rdma@vger.kernel.org
10101W: http://www.emulex.com
10102S: Supported
10103F: drivers/infiniband/hw/ocrdma/
10104
10105SFC NETWORK DRIVER
10106M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10107M: Edward Cree <ecree@solarflare.com>
10108M: Bert Kenward <bkenward@solarflare.com>
10109L: netdev@vger.kernel.org
10110S: Supported
10111F: drivers/net/ethernet/sfc/
10112
10113SGI GRU DRIVER
10114M: Dimitri Sivanich <sivanich@sgi.com>
10115S: Maintained
10116F: drivers/misc/sgi-gru/
10117
10118SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10119M: Pat Gefre <pfg@sgi.com>
10120L: linux-ia64@vger.kernel.org
10121S: Supported
10122F: Documentation/ia64/serial.txt
10123F: drivers/tty/serial/ioc?_serial.c
10124F: include/linux/ioc?.h
10125
10126SGI XP/XPC/XPNET DRIVER
10127M: Cliff Whickman <cpw@sgi.com>
10128M: Robin Holt <robinmholt@gmail.com>
10129S: Maintained
10130F: drivers/misc/sgi-xp/
10131
10132SI2157 MEDIA DRIVER
10133M: Antti Palosaari <crope@iki.fi>
10134L: linux-media@vger.kernel.org
10135W: https://linuxtv.org
10136W: http://palosaari.fi/linux/
10137Q: http://patchwork.linuxtv.org/project/linux-media/list/
10138T: git git://linuxtv.org/anttip/media_tree.git
10139S: Maintained
10140F: drivers/media/tuners/si2157*
10141
10142SI2168 MEDIA DRIVER
10143M: Antti Palosaari <crope@iki.fi>
10144L: linux-media@vger.kernel.org
10145W: https://linuxtv.org
10146W: http://palosaari.fi/linux/
10147Q: http://patchwork.linuxtv.org/project/linux-media/list/
10148T: git git://linuxtv.org/anttip/media_tree.git
10149S: Maintained
10150F: drivers/media/dvb-frontends/si2168*
10151
10152SI470X FM RADIO RECEIVER I2C DRIVER
10153M: Hans Verkuil <hverkuil@xs4all.nl>
10154L: linux-media@vger.kernel.org
10155T: git git://linuxtv.org/media_tree.git
10156W: https://linuxtv.org
10157S: Odd Fixes
10158F: drivers/media/radio/si470x/radio-si470x-i2c.c
10159
10160SI470X FM RADIO RECEIVER USB DRIVER
10161M: Hans Verkuil <hverkuil@xs4all.nl>
10162L: linux-media@vger.kernel.org
10163T: git git://linuxtv.org/media_tree.git
10164W: https://linuxtv.org
10165S: Maintained
10166F: drivers/media/radio/si470x/radio-si470x-common.c
10167F: drivers/media/radio/si470x/radio-si470x.h
10168F: drivers/media/radio/si470x/radio-si470x-usb.c
10169
10170SI4713 FM RADIO TRANSMITTER I2C DRIVER
10171M: Eduardo Valentin <edubezval@gmail.com>
10172L: linux-media@vger.kernel.org
10173T: git git://linuxtv.org/media_tree.git
10174W: https://linuxtv.org
10175S: Odd Fixes
10176F: drivers/media/radio/si4713/si4713.?
10177
10178SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10179M: Eduardo Valentin <edubezval@gmail.com>
10180L: linux-media@vger.kernel.org
10181T: git git://linuxtv.org/media_tree.git
10182W: https://linuxtv.org
10183S: Odd Fixes
10184F: drivers/media/radio/si4713/radio-platform-si4713.c
10185
10186SI4713 FM RADIO TRANSMITTER USB DRIVER
10187M: Hans Verkuil <hverkuil@xs4all.nl>
10188L: linux-media@vger.kernel.org
10189T: git git://linuxtv.org/media_tree.git
10190W: https://linuxtv.org
10191S: Maintained
10192F: drivers/media/radio/si4713/radio-usb-si4713.c
10193
10194SIANO DVB DRIVER
10195M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10196L: linux-media@vger.kernel.org
10197W: https://linuxtv.org
10198T: git git://linuxtv.org/media_tree.git
10199S: Odd fixes
10200F: drivers/media/common/siano/
10201F: drivers/media/usb/siano/
10202F: drivers/media/usb/siano/
10203F: drivers/media/mmc/siano/
10204
10205SIMPLEFB FB DRIVER
10206M: Hans de Goede <hdegoede@redhat.com>
10207L: linux-fbdev@vger.kernel.org
10208S: Maintained
10209F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
10210F: drivers/video/fbdev/simplefb.c
10211F: include/linux/platform_data/simplefb.h
10212
10213SH_VEU V4L2 MEM2MEM DRIVER
10214L: linux-media@vger.kernel.org
10215S: Orphan
10216F: drivers/media/platform/sh_veu.c
10217
10218SH_VOU V4L2 OUTPUT DRIVER
10219L: linux-media@vger.kernel.org
10220S: Orphan
10221F: drivers/media/platform/sh_vou.c
10222F: include/media/drv-intf/sh_vou.h
10223
10224SIMPLE FIRMWARE INTERFACE (SFI)
10225M: Len Brown <lenb@kernel.org>
10226L: sfi-devel@simplefirmware.org
10227W: http://simplefirmware.org/
10228T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10229S: Supported
10230F: arch/x86/platform/sfi/
10231F: drivers/sfi/
10232F: include/linux/sfi*.h
10233
10234SIMTEC EB110ATX (Chalice CATS)
10235P: Ben Dooks
10236P: Vincent Sanders <vince@simtec.co.uk>
10237M: Simtec Linux Team <linux@simtec.co.uk>
10238W: http://www.simtec.co.uk/products/EB110ATX/
10239S: Supported
10240
10241SIMTEC EB2410ITX (BAST)
10242P: Ben Dooks
10243P: Vincent Sanders <vince@simtec.co.uk>
10244M: Simtec Linux Team <linux@simtec.co.uk>
10245W: http://www.simtec.co.uk/products/EB2410ITX/
10246S: Supported
10247F: arch/arm/mach-s3c24xx/mach-bast.c
10248F: arch/arm/mach-s3c24xx/bast-ide.c
10249F: arch/arm/mach-s3c24xx/bast-irq.c
10250
10251TI DAVINCI MACHINE SUPPORT
10252M: Sekhar Nori <nsekhar@ti.com>
10253M: Kevin Hilman <khilman@kernel.org>
10254L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10255T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10256S: Supported
10257F: arch/arm/mach-davinci/
10258F: drivers/i2c/busses/i2c-davinci.c
10259
10260TI DAVINCI SERIES MEDIA DRIVER
10261M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10262L: linux-media@vger.kernel.org
10263W: https://linuxtv.org
10264Q: http://patchwork.linuxtv.org/project/linux-media/list/
10265T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10266S: Maintained
10267F: drivers/media/platform/davinci/
10268F: include/media/davinci/
10269
10270TI AM437X VPFE DRIVER
10271M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10272L: linux-media@vger.kernel.org
10273W: https://linuxtv.org
10274Q: http://patchwork.linuxtv.org/project/linux-media/list/
10275T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10276S: Maintained
10277F: drivers/media/platform/am437x/
10278
10279OV2659 OMNIVISION SENSOR DRIVER
10280M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10281L: linux-media@vger.kernel.org
10282W: https://linuxtv.org
10283Q: http://patchwork.linuxtv.org/project/linux-media/list/
10284T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10285S: Maintained
10286F: drivers/media/i2c/ov2659.c
10287F: include/media/i2c/ov2659.h
10288
10289SILICON MOTION SM712 FRAME BUFFER DRIVER
10290M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10291M: Teddy Wang <teddy.wang@siliconmotion.com>
10292M: Sudip Mukherjee <sudip@vectorindia.org>
10293L: linux-fbdev@vger.kernel.org
10294S: Maintained
10295F: drivers/video/fbdev/sm712*
10296F: Documentation/fb/sm712fb.txt
10297
10298SIS 190 ETHERNET DRIVER
10299M: Francois Romieu <romieu@fr.zoreil.com>
10300L: netdev@vger.kernel.org
10301S: Maintained
10302F: drivers/net/ethernet/sis/sis190.c
10303
10304SIS 900/7016 FAST ETHERNET DRIVER
10305M: Daniele Venzano <venza@brownhat.org>
10306W: http://www.brownhat.org/sis900.html
10307L: netdev@vger.kernel.org
10308S: Maintained
10309F: drivers/net/ethernet/sis/sis900.*
10310
10311SIS FRAMEBUFFER DRIVER
10312M: Thomas Winischhofer <thomas@winischhofer.net>
10313W: http://www.winischhofer.net/linuxsisvga.shtml
10314S: Maintained
10315F: Documentation/fb/sisfb.txt
10316F: drivers/video/fbdev/sis/
10317F: include/video/sisfb.h
10318
10319SIS USB2VGA DRIVER
10320M: Thomas Winischhofer <thomas@winischhofer.net>
10321W: http://www.winischhofer.at/linuxsisusbvga.shtml
10322S: Maintained
10323F: drivers/usb/misc/sisusbvga/
10324
10325SLAB ALLOCATOR
10326M: Christoph Lameter <cl@linux.com>
10327M: Pekka Enberg <penberg@kernel.org>
10328M: David Rientjes <rientjes@google.com>
10329M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10330M: Andrew Morton <akpm@linux-foundation.org>
10331L: linux-mm@kvack.org
10332S: Maintained
10333F: include/linux/sl?b*.h
10334F: mm/sl?b*
10335
10336SLEEPABLE READ-COPY UPDATE (SRCU)
10337M: Lai Jiangshan <jiangshanlai@gmail.com>
10338M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10339M: Josh Triplett <josh@joshtriplett.org>
10340R: Steven Rostedt <rostedt@goodmis.org>
10341R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10342L: linux-kernel@vger.kernel.org
10343W: http://www.rdrop.com/users/paulmck/RCU/
10344S: Supported
10345T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10346F: include/linux/srcu.h
10347F: kernel/rcu/srcu.c
10348
10349SMACK SECURITY MODULE
10350M: Casey Schaufler <casey@schaufler-ca.com>
10351L: linux-security-module@vger.kernel.org
10352W: http://schaufler-ca.com
10353T: git git://git.gitorious.org/smack-next/kernel.git
10354S: Maintained
10355F: Documentation/security/Smack.txt
10356F: security/smack/
10357
10358DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10359M: Kevin Hilman <khilman@kernel.org>
10360M: Nishanth Menon <nm@ti.com>
10361S: Maintained
10362F: drivers/power/avs/
10363F: include/linux/power/smartreflex.h
10364L: linux-pm@vger.kernel.org
10365
10366SMC91x ETHERNET DRIVER
10367M: Nicolas Pitre <nico@fluxnic.net>
10368S: Odd Fixes
10369F: drivers/net/ethernet/smsc/smc91x.*
10370
10371SMIA AND SMIA++ IMAGE SENSOR DRIVER
10372M: Sakari Ailus <sakari.ailus@iki.fi>
10373L: linux-media@vger.kernel.org
10374S: Maintained
10375F: drivers/media/i2c/smiapp/
10376F: include/media/i2c/smiapp.h
10377F: drivers/media/i2c/smiapp-pll.c
10378F: drivers/media/i2c/smiapp-pll.h
10379F: include/uapi/linux/smiapp.h
10380F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10381
10382SMM665 HARDWARE MONITOR DRIVER
10383M: Guenter Roeck <linux@roeck-us.net>
10384L: linux-hwmon@vger.kernel.org
10385S: Maintained
10386F: Documentation/hwmon/smm665
10387F: drivers/hwmon/smm665.c
10388
10389SMSC EMC2103 HARDWARE MONITOR DRIVER
10390M: Steve Glendinning <steve.glendinning@shawell.net>
10391L: linux-hwmon@vger.kernel.org
10392S: Maintained
10393F: Documentation/hwmon/emc2103
10394F: drivers/hwmon/emc2103.c
10395
10396SMSC SCH5627 HARDWARE MONITOR DRIVER
10397M: Hans de Goede <hdegoede@redhat.com>
10398L: linux-hwmon@vger.kernel.org
10399S: Supported
10400F: Documentation/hwmon/sch5627
10401F: drivers/hwmon/sch5627.c
10402
10403SMSC47B397 HARDWARE MONITOR DRIVER
10404M: Jean Delvare <jdelvare@suse.com>
10405L: linux-hwmon@vger.kernel.org
10406S: Maintained
10407F: Documentation/hwmon/smsc47b397
10408F: drivers/hwmon/smsc47b397.c
10409
10410SMSC911x ETHERNET DRIVER
10411M: Steve Glendinning <steve.glendinning@shawell.net>
10412L: netdev@vger.kernel.org
10413S: Maintained
10414F: include/linux/smsc911x.h
10415F: drivers/net/ethernet/smsc/smsc911x.*
10416
10417SMSC9420 PCI ETHERNET DRIVER
10418M: Steve Glendinning <steve.glendinning@shawell.net>
10419L: netdev@vger.kernel.org
10420S: Maintained
10421F: drivers/net/ethernet/smsc/smsc9420.*
10422
10423SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10424M: Steve Glendinning <steve.glendinning@shawell.net>
10425L: linux-fbdev@vger.kernel.org
10426S: Maintained
10427F: drivers/video/fbdev/smscufx.c
10428
10429SOC-CAMERA V4L2 SUBSYSTEM
10430M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10431L: linux-media@vger.kernel.org
10432T: git git://linuxtv.org/media_tree.git
10433S: Maintained
10434F: include/media/soc*
10435F: drivers/media/i2c/soc_camera/
10436F: drivers/media/platform/soc_camera/
10437
10438SOEKRIS NET48XX LED SUPPORT
10439M: Chris Boot <bootc@bootc.net>
10440S: Maintained
10441F: drivers/leds/leds-net48xx.c
10442
10443SOFTLOGIC 6x10 MPEG CODEC
10444M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10445M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10446M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
10447M: Ismael Luceno <ismael@iodev.co.uk>
10448L: linux-media@vger.kernel.org
10449S: Supported
10450F: drivers/media/pci/solo6x10/
10451
10452SOFTWARE RAID (Multiple Disks) SUPPORT
10453M: Shaohua Li <shli@kernel.org>
10454L: linux-raid@vger.kernel.org
10455T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10456S: Supported
10457F: drivers/md/
10458F: include/linux/raid/
10459F: include/uapi/linux/raid/
10460
10461SONIC NETWORK DRIVER
10462M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10463L: netdev@vger.kernel.org
10464S: Maintained
10465F: drivers/net/ethernet/natsemi/sonic.*
10466
10467SONICS SILICON BACKPLANE DRIVER (SSB)
10468M: Michael Buesch <m@bues.ch>
10469L: linux-wireless@vger.kernel.org
10470S: Maintained
10471F: drivers/ssb/
10472F: include/linux/ssb/
10473
10474SONY VAIO CONTROL DEVICE DRIVER
10475M: Mattia Dongili <malattia@linux.it>
10476L: platform-driver-x86@vger.kernel.org
10477W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10478S: Maintained
10479F: Documentation/laptops/sony-laptop.txt
10480F: drivers/char/sonypi.c
10481F: drivers/platform/x86/sony-laptop.c
10482F: include/linux/sony-laptop.h
10483
10484SONY MEMORYSTICK CARD SUPPORT
10485M: Alex Dubov <oakad@yahoo.com>
10486W: http://tifmxx.berlios.de/
10487S: Maintained
10488F: drivers/memstick/host/tifm_ms.c
10489
10490SONY MEMORYSTICK STANDARD SUPPORT
10491M: Maxim Levitsky <maximlevitsky@gmail.com>
10492S: Maintained
10493F: drivers/memstick/core/ms_block.*
10494
10495SOUND
10496M: Jaroslav Kysela <perex@perex.cz>
10497M: Takashi Iwai <tiwai@suse.com>
10498L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10499W: http://www.alsa-project.org/
10500T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10501T: git git://git.alsa-project.org/alsa-kernel.git
10502Q: http://patchwork.kernel.org/project/alsa-devel/list/
10503S: Maintained
10504F: Documentation/sound/
10505F: include/sound/
10506F: include/uapi/sound/
10507F: sound/
10508
10509SOUND - COMPRESSED AUDIO
10510M: Vinod Koul <vinod.koul@intel.com>
10511L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10512T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10513S: Supported
10514F: Documentation/sound/alsa/compress_offload.txt
10515F: include/sound/compress_driver.h
10516F: include/uapi/sound/compress_*
10517F: sound/core/compress_offload.c
10518F: sound/soc/soc-compress.c
10519
10520SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10521M: Liam Girdwood <lgirdwood@gmail.com>
10522M: Mark Brown <broonie@kernel.org>
10523T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10524L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10525W: http://alsa-project.org/main/index.php/ASoC
10526S: Supported
10527F: Documentation/sound/alsa/soc/
10528F: sound/soc/
10529F: include/sound/soc*
10530
10531SOUND - DMAENGINE HELPERS
10532M: Lars-Peter Clausen <lars@metafoo.de>
10533S: Supported
10534F: include/sound/dmaengine_pcm.h
10535F: sound/core/pcm_dmaengine.c
10536F: sound/soc/soc-generic-dmaengine-pcm.c
10537
10538SP2 MEDIA DRIVER
10539M: Olli Salonen <olli.salonen@iki.fi>
10540L: linux-media@vger.kernel.org
10541W: https://linuxtv.org
10542Q: http://patchwork.linuxtv.org/project/linux-media/list/
10543S: Maintained
10544F: drivers/media/dvb-frontends/sp2*
10545
10546SPARC + UltraSPARC (sparc/sparc64)
10547M: "David S. Miller" <davem@davemloft.net>
10548L: sparclinux@vger.kernel.org
10549Q: http://patchwork.ozlabs.org/project/sparclinux/list/
10550T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10551T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10552S: Maintained
10553F: arch/sparc/
10554F: drivers/sbus/
10555
10556SPARC SERIAL DRIVERS
10557M: "David S. Miller" <davem@davemloft.net>
10558L: sparclinux@vger.kernel.org
10559T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10560T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10561S: Maintained
10562F: include/linux/sunserialcore.h
10563F: drivers/tty/serial/suncore.c
10564F: drivers/tty/serial/sunhv.c
10565F: drivers/tty/serial/sunsab.c
10566F: drivers/tty/serial/sunsab.h
10567F: drivers/tty/serial/sunsu.c
10568F: drivers/tty/serial/sunzilog.c
10569F: drivers/tty/serial/sunzilog.h
10570
10571SPARSE CHECKER
10572M: "Christopher Li" <sparse@chrisli.org>
10573L: linux-sparse@vger.kernel.org
10574W: https://sparse.wiki.kernel.org/
10575T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10576T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10577S: Maintained
10578F: include/linux/compiler.h
10579
10580SPEAR PLATFORM SUPPORT
10581M: Viresh Kumar <vireshk@kernel.org>
10582M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10583L: spear-devel@list.st.com
10584L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10585W: http://www.st.com/spear
10586S: Maintained
10587F: arch/arm/boot/dts/spear*
10588F: arch/arm/mach-spear/
10589
10590SPEAR CLOCK FRAMEWORK SUPPORT
10591M: Viresh Kumar <vireshk@kernel.org>
10592L: spear-devel@list.st.com
10593L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10594W: http://www.st.com/spear
10595S: Maintained
10596F: drivers/clk/spear/
10597
10598SPI SUBSYSTEM
10599M: Mark Brown <broonie@kernel.org>
10600L: linux-spi@vger.kernel.org
10601T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10602Q: http://patchwork.kernel.org/project/spi-devel-general/list/
10603S: Maintained
10604F: Documentation/spi/
10605F: drivers/spi/
10606F: include/linux/spi/
10607F: include/uapi/linux/spi/
10608
10609SPIDERNET NETWORK DRIVER for CELL
10610M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10611L: netdev@vger.kernel.org
10612S: Supported
10613F: Documentation/networking/spider_net.txt
10614F: drivers/net/ethernet/toshiba/spider_net*
10615
10616SPU FILE SYSTEM
10617M: Jeremy Kerr <jk@ozlabs.org>
10618L: linuxppc-dev@lists.ozlabs.org
10619W: http://www.ibm.com/developerworks/power/cell/
10620S: Supported
10621F: Documentation/filesystems/spufs.txt
10622F: arch/powerpc/platforms/cell/spufs/
10623
10624SQUASHFS FILE SYSTEM
10625M: Phillip Lougher <phillip@squashfs.org.uk>
10626L: squashfs-devel@lists.sourceforge.net (subscribers-only)
10627W: http://squashfs.org.uk
10628T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10629S: Maintained
10630F: Documentation/filesystems/squashfs.txt
10631F: fs/squashfs/
10632
10633SRM (Alpha) environment access
10634M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
10635S: Maintained
10636F: arch/alpha/kernel/srm_env.c
10637
10638STABLE BRANCH
10639M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10640L: stable@vger.kernel.org
10641S: Supported
10642F: Documentation/stable_kernel_rules.txt
10643
10644STAGING SUBSYSTEM
10645M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10646T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10647L: devel@driverdev.osuosl.org
10648S: Supported
10649F: drivers/staging/
10650
10651STAGING - COMEDI
10652M: Ian Abbott <abbotti@mev.co.uk>
10653M: H Hartley Sweeten <hsweeten@visionengravers.com>
10654S: Odd Fixes
10655F: drivers/staging/comedi/
10656
10657STAGING - FLARION FT1000 DRIVERS
10658M: Marek Belisko <marek.belisko@gmail.com>
10659S: Odd Fixes
10660F: drivers/staging/ft1000/
10661
10662STAGING - INDUSTRIAL IO
10663M: Jonathan Cameron <jic23@kernel.org>
10664L: linux-iio@vger.kernel.org
10665S: Odd Fixes
10666F: drivers/staging/iio/
10667
10668STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10669M: Jarod Wilson <jarod@wilsonet.com>
10670W: http://www.lirc.org/
10671S: Odd Fixes
10672F: drivers/staging/media/lirc/
10673
10674STAGING - LUSTRE PARALLEL FILESYSTEM
10675M: Oleg Drokin <oleg.drokin@intel.com>
10676M: Andreas Dilger <andreas.dilger@intel.com>
10677L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10678W: http://wiki.lustre.org/
10679S: Maintained
10680F: drivers/staging/lustre
10681
10682STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10683M: Marc Dietrich <marvin24@gmx.de>
10684L: ac100@lists.launchpad.net (moderated for non-subscribers)
10685L: linux-tegra@vger.kernel.org
10686S: Maintained
10687F: drivers/staging/nvec/
10688
10689STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10690M: Jens Frederich <jfrederich@gmail.com>
10691M: Daniel Drake <dsd@laptop.org>
10692M: Jon Nettleton <jon.nettleton@gmail.com>
10693W: http://wiki.laptop.org/go/DCON
10694S: Maintained
10695F: drivers/staging/olpc_dcon/
10696
10697STAGING - REALTEK RTL8712U DRIVERS
10698M: Larry Finger <Larry.Finger@lwfinger.net>
10699M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10700S: Odd Fixes
10701F: drivers/staging/rtl8712/
10702
10703STAGING - REALTEK RTL8723U WIRELESS DRIVER
10704M: Larry Finger <Larry.Finger@lwfinger.net>
10705M: Jes Sorensen <Jes.Sorensen@redhat.com>
10706L: linux-wireless@vger.kernel.org
10707S: Maintained
10708F: drivers/staging/rtl8723au/
10709
10710STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10711M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10712M: Teddy Wang <teddy.wang@siliconmotion.com>
10713M: Sudip Mukherjee <sudip@vectorindia.org>
10714L: linux-fbdev@vger.kernel.org
10715S: Maintained
10716F: drivers/staging/sm750fb/
10717
10718STAGING - SLICOSS
10719M: Lior Dotan <liodot@gmail.com>
10720M: Christopher Harrer <charrer@alacritech.com>
10721S: Odd Fixes
10722F: drivers/staging/slicoss/
10723
10724STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10725M: William Hubbs <w.d.hubbs@gmail.com>
10726M: Chris Brannon <chris@the-brannons.com>
10727M: Kirk Reiser <kirk@reisers.ca>
10728M: Samuel Thibault <samuel.thibault@ens-lyon.org>
10729L: speakup@linux-speakup.org
10730W: http://www.linux-speakup.org/
10731S: Odd Fixes
10732F: drivers/staging/speakup/
10733
10734STAGING - VIA VT665X DRIVERS
10735M: Forest Bond <forest@alittletooquiet.net>
10736S: Odd Fixes
10737F: drivers/staging/vt665?/
10738
10739STAGING - WILC1000 WIFI DRIVER
10740M: Johnny Kim <johnny.kim@atmel.com>
10741M: Austin Shin <austin.shin@atmel.com>
10742M: Chris Park <chris.park@atmel.com>
10743M: Tony Cho <tony.cho@atmel.com>
10744M: Glen Lee <glen.lee@atmel.com>
10745M: Leo Kim <leo.kim@atmel.com>
10746L: linux-wireless@vger.kernel.org
10747S: Supported
10748F: drivers/staging/wilc1000/
10749
10750STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10751M: Arnaud Patard <arnaud.patard@rtp-net.org>
10752S: Odd Fixes
10753F: drivers/staging/xgifb/
10754
10755HFI1 DRIVER
10756M: Mike Marciniszyn <infinipath@intel.com>
10757L: linux-rdma@vger.kernel.org
10758S: Supported
10759F: drivers/staging/rdma/hfi1
10760
10761STARFIRE/DURALAN NETWORK DRIVER
10762M: Ion Badulescu <ionut@badula.org>
10763S: Odd Fixes
10764F: drivers/net/ethernet/adaptec/starfire*
10765
10766SUN3/3X
10767M: Sam Creasey <sammy@sammy.net>
10768W: http://sammy.net/sun3/
10769S: Maintained
10770F: arch/m68k/kernel/*sun3*
10771F: arch/m68k/sun3*/
10772F: arch/m68k/include/asm/sun3*
10773F: drivers/net/ethernet/i825xx/sun3*
10774
10775SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10776M: Hans de Goede <hdegoede@redhat.com>
10777L: linux-input@vger.kernel.org
10778S: Maintained
10779F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10780F: drivers/input/keyboard/sun4i-lradc-keys.c
10781
10782SUNDANCE NETWORK DRIVER
10783M: Denis Kirjanov <kda@linux-powerpc.org>
10784L: netdev@vger.kernel.org
10785S: Maintained
10786F: drivers/net/ethernet/dlink/sundance.c
10787
10788SUPERH
10789M: Yoshinori Sato <ysato@users.sourceforge.jp>
10790M: Rich Felker <dalias@libc.org>
10791L: linux-sh@vger.kernel.org
10792Q: http://patchwork.kernel.org/project/linux-sh/list/
10793S: Maintained
10794F: Documentation/sh/
10795F: arch/sh/
10796F: drivers/sh/
10797
10798SUSPEND TO RAM
10799M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10800M: Len Brown <len.brown@intel.com>
10801M: Pavel Machek <pavel@ucw.cz>
10802L: linux-pm@vger.kernel.org
10803S: Supported
10804F: Documentation/power/
10805F: arch/x86/kernel/acpi/
10806F: drivers/base/power/
10807F: kernel/power/
10808F: include/linux/suspend.h
10809F: include/linux/freezer.h
10810F: include/linux/pm.h
10811
10812SVGA HANDLING
10813M: Martin Mares <mj@ucw.cz>
10814L: linux-video@atrey.karlin.mff.cuni.cz
10815S: Maintained
10816F: Documentation/svga.txt
10817F: arch/x86/boot/video*
10818
10819SWIOTLB SUBSYSTEM
10820M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10821L: linux-kernel@vger.kernel.org
10822T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10823S: Supported
10824F: lib/swiotlb.c
10825F: arch/*/kernel/pci-swiotlb.c
10826F: include/linux/swiotlb.h
10827
10828SWITCHDEV
10829M: Jiri Pirko <jiri@resnulli.us>
10830L: netdev@vger.kernel.org
10831S: Supported
10832F: net/switchdev/
10833F: include/net/switchdev.h
10834
10835SYNOPSYS ARC ARCHITECTURE
10836M: Vineet Gupta <vgupta@synopsys.com>
10837L: linux-snps-arc@lists.infradead.org
10838S: Supported
10839F: arch/arc/
10840F: Documentation/devicetree/bindings/arc/*
10841F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10842F: drivers/tty/serial/arc_uart.c
10843T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10844
10845SYNOPSYS ARC SDP platform support
10846M: Alexey Brodkin <abrodkin@synopsys.com>
10847S: Supported
10848F: arch/arc/plat-axs10x
10849F: arch/arc/boot/dts/ax*
10850F: Documentation/devicetree/bindings/arc/axs10*
10851
10852SYSTEM CONFIGURATION (SYSCON)
10853M: Lee Jones <lee.jones@linaro.org>
10854M: Arnd Bergmann <arnd@arndb.de>
10855T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10856S: Supported
10857F: drivers/mfd/syscon.c
10858
10859SYSV FILESYSTEM
10860M: Christoph Hellwig <hch@infradead.org>
10861S: Maintained
10862F: Documentation/filesystems/sysv-fs.txt
10863F: fs/sysv/
10864F: include/linux/sysv_fs.h
10865
10866TARGET SUBSYSTEM
10867M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10868L: linux-scsi@vger.kernel.org
10869L: target-devel@vger.kernel.org
10870W: http://www.linux-iscsi.org
10871W: http://groups.google.com/group/linux-iscsi-target-dev
10872T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10873S: Supported
10874F: drivers/target/
10875F: include/target/
10876F: Documentation/target/
10877
10878TASKSTATS STATISTICS INTERFACE
10879M: Balbir Singh <bsingharora@gmail.com>
10880S: Maintained
10881F: Documentation/accounting/taskstats*
10882F: include/linux/taskstats*
10883F: kernel/taskstats.c
10884
10885TC CLASSIFIER
10886M: Jamal Hadi Salim <jhs@mojatatu.com>
10887L: netdev@vger.kernel.org
10888S: Maintained
10889F: include/net/pkt_cls.h
10890F: include/uapi/linux/pkt_cls.h
10891F: net/sched/
10892
10893TCP LOW PRIORITY MODULE
10894M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10895M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10896W: http://tcp-lp-mod.sourceforge.net/
10897S: Maintained
10898F: net/ipv4/tcp_lp.c
10899
10900TDA10071 MEDIA DRIVER
10901M: Antti Palosaari <crope@iki.fi>
10902L: linux-media@vger.kernel.org
10903W: https://linuxtv.org
10904W: http://palosaari.fi/linux/
10905Q: http://patchwork.linuxtv.org/project/linux-media/list/
10906T: git git://linuxtv.org/anttip/media_tree.git
10907S: Maintained
10908F: drivers/media/dvb-frontends/tda10071*
10909
10910TDA18212 MEDIA DRIVER
10911M: Antti Palosaari <crope@iki.fi>
10912L: linux-media@vger.kernel.org
10913W: https://linuxtv.org
10914W: http://palosaari.fi/linux/
10915Q: http://patchwork.linuxtv.org/project/linux-media/list/
10916T: git git://linuxtv.org/anttip/media_tree.git
10917S: Maintained
10918F: drivers/media/tuners/tda18212*
10919
10920TDA18218 MEDIA DRIVER
10921M: Antti Palosaari <crope@iki.fi>
10922L: linux-media@vger.kernel.org
10923W: https://linuxtv.org
10924W: http://palosaari.fi/linux/
10925Q: http://patchwork.linuxtv.org/project/linux-media/list/
10926T: git git://linuxtv.org/anttip/media_tree.git
10927S: Maintained
10928F: drivers/media/tuners/tda18218*
10929
10930TDA18271 MEDIA DRIVER
10931M: Michael Krufky <mkrufky@linuxtv.org>
10932L: linux-media@vger.kernel.org
10933W: https://linuxtv.org
10934W: http://github.com/mkrufky
10935Q: http://patchwork.linuxtv.org/project/linux-media/list/
10936T: git git://linuxtv.org/mkrufky/tuners.git
10937S: Maintained
10938F: drivers/media/tuners/tda18271*
10939
10940TDA827x MEDIA DRIVER
10941M: Michael Krufky <mkrufky@linuxtv.org>
10942L: linux-media@vger.kernel.org
10943W: https://linuxtv.org
10944W: http://github.com/mkrufky
10945Q: http://patchwork.linuxtv.org/project/linux-media/list/
10946T: git git://linuxtv.org/mkrufky/tuners.git
10947S: Maintained
10948F: drivers/media/tuners/tda8290.*
10949
10950TDA8290 MEDIA DRIVER
10951M: Michael Krufky <mkrufky@linuxtv.org>
10952L: linux-media@vger.kernel.org
10953W: https://linuxtv.org
10954W: http://github.com/mkrufky
10955Q: http://patchwork.linuxtv.org/project/linux-media/list/
10956T: git git://linuxtv.org/mkrufky/tuners.git
10957S: Maintained
10958F: drivers/media/tuners/tda8290.*
10959
10960TDA9840 MEDIA DRIVER
10961M: Hans Verkuil <hverkuil@xs4all.nl>
10962L: linux-media@vger.kernel.org
10963T: git git://linuxtv.org/media_tree.git
10964W: https://linuxtv.org
10965S: Maintained
10966F: drivers/media/i2c/tda9840*
10967
10968TEA5761 TUNER DRIVER
10969M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10970L: linux-media@vger.kernel.org
10971W: https://linuxtv.org
10972T: git git://linuxtv.org/media_tree.git
10973S: Odd fixes
10974F: drivers/media/tuners/tea5761.*
10975
10976TEA5767 TUNER DRIVER
10977M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10978L: linux-media@vger.kernel.org
10979W: https://linuxtv.org
10980T: git git://linuxtv.org/media_tree.git
10981S: Maintained
10982F: drivers/media/tuners/tea5767.*
10983
10984TEA6415C MEDIA DRIVER
10985M: Hans Verkuil <hverkuil@xs4all.nl>
10986L: linux-media@vger.kernel.org
10987T: git git://linuxtv.org/media_tree.git
10988W: https://linuxtv.org
10989S: Maintained
10990F: drivers/media/i2c/tea6415c*
10991
10992TEA6420 MEDIA DRIVER
10993M: Hans Verkuil <hverkuil@xs4all.nl>
10994L: linux-media@vger.kernel.org
10995T: git git://linuxtv.org/media_tree.git
10996W: https://linuxtv.org
10997S: Maintained
10998F: drivers/media/i2c/tea6420*
10999
11000TEAM DRIVER
11001M: Jiri Pirko <jiri@resnulli.us>
11002L: netdev@vger.kernel.org
11003S: Supported
11004F: drivers/net/team/
11005F: include/linux/if_team.h
11006F: include/uapi/linux/if_team.h
11007
11008TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11009M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11010S: Maintained
11011F: arch/x86/platform/ts5500/
11012
11013TECHNOTREND USB IR RECEIVER
11014M: Sean Young <sean@mess.org>
11015L: linux-media@vger.kernel.org
11016S: Maintained
11017F: drivers/media/rc/ttusbir.c
11018
11019TEGRA ARCHITECTURE SUPPORT
11020M: Stephen Warren <swarren@wwwdotorg.org>
11021M: Thierry Reding <thierry.reding@gmail.com>
11022M: Alexandre Courbot <gnurou@gmail.com>
11023L: linux-tegra@vger.kernel.org
11024Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
11025T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11026S: Supported
11027N: [^a-z]tegra
11028
11029TEGRA CLOCK DRIVER
11030M: Peter De Schrijver <pdeschrijver@nvidia.com>
11031M: Prashant Gaikwad <pgaikwad@nvidia.com>
11032S: Supported
11033F: drivers/clk/tegra/
11034
11035TEGRA DMA DRIVERS
11036M: Laxman Dewangan <ldewangan@nvidia.com>
11037M: Jon Hunter <jonathanh@nvidia.com>
11038S: Supported
11039F: drivers/dma/tegra*
11040
11041TEGRA I2C DRIVER
11042M: Laxman Dewangan <ldewangan@nvidia.com>
11043S: Supported
11044F: drivers/i2c/busses/i2c-tegra.c
11045
11046TEGRA IOMMU DRIVERS
11047M: Hiroshi Doyu <hdoyu@nvidia.com>
11048S: Supported
11049F: drivers/iommu/tegra*
11050
11051TEGRA KBC DRIVER
11052M: Rakesh Iyer <riyer@nvidia.com>
11053M: Laxman Dewangan <ldewangan@nvidia.com>
11054S: Supported
11055F: drivers/input/keyboard/tegra-kbc.c
11056
11057TEGRA PWM DRIVER
11058M: Thierry Reding <thierry.reding@gmail.com>
11059S: Supported
11060F: drivers/pwm/pwm-tegra.c
11061
11062TEGRA SERIAL DRIVER
11063M: Laxman Dewangan <ldewangan@nvidia.com>
11064S: Supported
11065F: drivers/tty/serial/serial-tegra.c
11066
11067TEGRA SPI DRIVER
11068M: Laxman Dewangan <ldewangan@nvidia.com>
11069S: Supported
11070F: drivers/spi/spi-tegra*
11071
11072TEHUTI ETHERNET DRIVER
11073M: Andy Gospodarek <andy@greyhouse.net>
11074L: netdev@vger.kernel.org
11075S: Supported
11076F: drivers/net/ethernet/tehuti/*
11077
11078Telecom Clock Driver for MCPL0010
11079M: Mark Gross <mark.gross@intel.com>
11080S: Supported
11081F: drivers/char/tlclk.c
11082
11083TENSILICA XTENSA PORT (xtensa)
11084M: Chris Zankel <chris@zankel.net>
11085M: Max Filippov <jcmvbkbc@gmail.com>
11086L: linux-xtensa@linux-xtensa.org
11087T: git git://github.com/czankel/xtensa-linux.git
11088S: Maintained
11089F: arch/xtensa/
11090F: drivers/irqchip/irq-xtensa-*
11091
11092THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11093M: Hans Verkuil <hverkuil@xs4all.nl>
11094L: linux-media@vger.kernel.org
11095T: git git://linuxtv.org/media_tree.git
11096W: https://linuxtv.org
11097S: Maintained
11098F: drivers/media/radio/radio-raremono.c
11099
11100THERMAL
11101M: Zhang Rui <rui.zhang@intel.com>
11102M: Eduardo Valentin <edubezval@gmail.com>
11103L: linux-pm@vger.kernel.org
11104T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11105T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11106Q: https://patchwork.kernel.org/project/linux-pm/list/
11107S: Supported
11108F: drivers/thermal/
11109F: include/linux/thermal.h
11110F: include/uapi/linux/thermal.h
11111F: include/linux/cpu_cooling.h
11112F: Documentation/devicetree/bindings/thermal/
11113
11114THERMAL/CPU_COOLING
11115M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
11116M: Viresh Kumar <viresh.kumar@linaro.org>
11117M: Javi Merino <javi.merino@arm.com>
11118L: linux-pm@vger.kernel.org
11119S: Supported
11120F: Documentation/thermal/cpu-cooling-api.txt
11121F: drivers/thermal/cpu_cooling.c
11122F: include/linux/cpu_cooling.h
11123
11124THINGM BLINK(1) USB RGB LED DRIVER
11125M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
11126S: Maintained
11127F: drivers/hid/hid-thingm.c
11128
11129THINKPAD ACPI EXTRAS DRIVER
11130M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11131L: ibm-acpi-devel@lists.sourceforge.net
11132L: platform-driver-x86@vger.kernel.org
11133W: http://ibm-acpi.sourceforge.net
11134W: http://thinkwiki.org/wiki/Ibm-acpi
11135T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11136S: Maintained
11137F: drivers/platform/x86/thinkpad_acpi.c
11138
11139TI BANDGAP AND THERMAL DRIVER
11140M: Eduardo Valentin <edubezval@gmail.com>
11141L: linux-pm@vger.kernel.org
11142L: linux-omap@vger.kernel.org
11143S: Maintained
11144F: drivers/thermal/ti-soc-thermal/
11145
11146TI VPE/CAL DRIVERS
11147M: Benoit Parrot <bparrot@ti.com>
11148L: linux-media@vger.kernel.org
11149W: http://linuxtv.org/
11150Q: http://patchwork.linuxtv.org/project/linux-media/list/
11151S: Maintained
11152F: drivers/media/platform/ti-vpe/
11153
11154TI CDCE706 CLOCK DRIVER
11155M: Max Filippov <jcmvbkbc@gmail.com>
11156S: Maintained
11157F: drivers/clk/clk-cdce706.c
11158
11159TI CLOCK DRIVER
11160M: Tero Kristo <t-kristo@ti.com>
11161L: linux-omap@vger.kernel.org
11162S: Maintained
11163F: drivers/clk/ti/
11164F: include/linux/clk/ti.h
11165
11166TI ETHERNET SWITCH DRIVER (CPSW)
11167M: Mugunthan V N <mugunthanvnm@ti.com>
11168R: Grygorii Strashko <grygorii.strashko@ti.com>
11169L: linux-omap@vger.kernel.org
11170L: netdev@vger.kernel.org
11171S: Maintained
11172F: drivers/net/ethernet/ti/cpsw*
11173F: drivers/net/ethernet/ti/davinci*
11174
11175TI FLASH MEDIA INTERFACE DRIVER
11176M: Alex Dubov <oakad@yahoo.com>
11177S: Maintained
11178F: drivers/misc/tifm*
11179F: drivers/mmc/host/tifm_sd.c
11180F: include/linux/tifm.h
11181
11182TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11183M: Santosh Shilimkar <ssantosh@kernel.org>
11184L: linux-kernel@vger.kernel.org
11185L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11186S: Maintained
11187F: drivers/soc/ti/*
11188T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11189
11190
11191TI LM49xxx FAMILY ASoC CODEC DRIVERS
11192M: M R Swami Reddy <mr.swami.reddy@ti.com>
11193M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11194L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11195S: Maintained
11196F: sound/soc/codecs/lm49453*
11197F: sound/soc/codecs/isabelle*
11198
11199TI LP855x BACKLIGHT DRIVER
11200M: Milo Kim <milo.kim@ti.com>
11201S: Maintained
11202F: Documentation/backlight/lp855x-driver.txt
11203F: drivers/video/backlight/lp855x_bl.c
11204F: include/linux/platform_data/lp855x.h
11205
11206TI LP8727 CHARGER DRIVER
11207M: Milo Kim <milo.kim@ti.com>
11208S: Maintained
11209F: drivers/power/lp8727_charger.c
11210F: include/linux/platform_data/lp8727.h
11211
11212TI LP8788 MFD DRIVER
11213M: Milo Kim <milo.kim@ti.com>
11214S: Maintained
11215F: drivers/iio/adc/lp8788_adc.c
11216F: drivers/leds/leds-lp8788.c
11217F: drivers/mfd/lp8788*.c
11218F: drivers/power/lp8788-charger.c
11219F: drivers/regulator/lp8788-*.c
11220F: include/linux/mfd/lp8788*.h
11221
11222TI NETCP ETHERNET DRIVER
11223M: Wingman Kwok <w-kwok2@ti.com>
11224M: Murali Karicheri <m-karicheri2@ti.com>
11225L: netdev@vger.kernel.org
11226S: Maintained
11227F: drivers/net/ethernet/ti/netcp*
11228
11229TI TAS571X FAMILY ASoC CODEC DRIVER
11230M: Kevin Cernekee <cernekee@chromium.org>
11231L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11232S: Odd Fixes
11233F: sound/soc/codecs/tas571x*
11234
11235TI TWL4030 SERIES SOC CODEC DRIVER
11236M: Peter Ujfalusi <peter.ujfalusi@ti.com>
11237L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11238S: Maintained
11239F: sound/soc/codecs/twl4030*
11240
11241TI WILINK WIRELESS DRIVERS
11242L: linux-wireless@vger.kernel.org
11243W: http://wireless.kernel.org/en/users/Drivers/wl12xx
11244W: http://wireless.kernel.org/en/users/Drivers/wl1251
11245T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11246S: Orphan
11247F: drivers/net/wireless/ti/
11248F: include/linux/wl12xx.h
11249
11250TIPC NETWORK LAYER
11251M: Jon Maloy <jon.maloy@ericsson.com>
11252M: Ying Xue <ying.xue@windriver.com>
11253L: netdev@vger.kernel.org (core kernel code)
11254L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11255W: http://tipc.sourceforge.net/
11256S: Maintained
11257F: include/uapi/linux/tipc*.h
11258F: net/tipc/
11259
11260TILE ARCHITECTURE
11261M: Chris Metcalf <cmetcalf@mellanox.com>
11262W: http://www.mellanox.com/repository/solutions/tile-scm/
11263T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11264S: Supported
11265F: arch/tile/
11266F: drivers/char/tile-srom.c
11267F: drivers/edac/tile_edac.c
11268F: drivers/net/ethernet/tile/
11269F: drivers/rtc/rtc-tile.c
11270F: drivers/tty/hvc/hvc_tile.c
11271F: drivers/tty/serial/tilegx.c
11272F: drivers/usb/host/*-tilegx.c
11273F: include/linux/usb/tilegx.h
11274
11275TLAN NETWORK DRIVER
11276M: Samuel Chessman <chessman@tux.org>
11277L: tlan-devel@lists.sourceforge.net (subscribers-only)
11278W: http://sourceforge.net/projects/tlan/
11279S: Maintained
11280F: Documentation/networking/tlan.txt
11281F: drivers/net/ethernet/ti/tlan.*
11282
11283TOMOYO SECURITY MODULE
11284M: Kentaro Takeda <takedakn@nttdata.co.jp>
11285M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11286L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11287L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11288L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11289L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11290W: http://tomoyo.sourceforge.jp/
11291T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11292S: Maintained
11293F: security/tomoyo/
11294
11295TOPSTAR LAPTOP EXTRAS DRIVER
11296M: Herton Ronaldo Krzesinski <herton@canonical.com>
11297L: platform-driver-x86@vger.kernel.org
11298S: Maintained
11299F: drivers/platform/x86/topstar-laptop.c
11300
11301TOSHIBA ACPI EXTRAS DRIVER
11302M: Azael Avalos <coproscefalo@gmail.com>
11303L: platform-driver-x86@vger.kernel.org
11304S: Maintained
11305F: drivers/platform/x86/toshiba_acpi.c
11306
11307TOSHIBA BLUETOOTH DRIVER
11308M: Azael Avalos <coproscefalo@gmail.com>
11309L: platform-driver-x86@vger.kernel.org
11310S: Maintained
11311F: drivers/platform/x86/toshiba_bluetooth.c
11312
11313TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11314M: Azael Avalos <coproscefalo@gmail.com>
11315L: platform-driver-x86@vger.kernel.org
11316S: Maintained
11317F: drivers/platform/x86/toshiba_haps.c
11318
11319TOSHIBA WMI HOTKEYS DRIVER
11320M: Azael Avalos <coproscefalo@gmail.com>
11321L: platform-driver-x86@vger.kernel.org
11322S: Maintained
11323F: drivers/platform/x86/toshiba-wmi.c
11324
11325TOSHIBA SMM DRIVER
11326M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11327W: http://www.buzzard.org.uk/toshiba/
11328S: Maintained
11329F: drivers/char/toshiba.c
11330F: include/linux/toshiba.h
11331F: include/uapi/linux/toshiba.h
11332
11333TOSHIBA TC358743 DRIVER
11334M: Mats Randgaard <matrandg@cisco.com>
11335L: linux-media@vger.kernel.org
11336S: Maintained
11337F: drivers/media/i2c/tc358743*
11338F: include/media/i2c/tc358743.h
11339
11340TMIO/SDHI MMC DRIVER
11341M: Wolfram Sang <wsa+renesas@sang-engineering.com>
11342L: linux-mmc@vger.kernel.org
11343S: Supported
11344F: drivers/mmc/host/tmio_mmc*
11345F: drivers/mmc/host/sh_mobile_sdhi.c
11346F: include/linux/mfd/tmio.h
11347
11348TMP401 HARDWARE MONITOR DRIVER
11349M: Guenter Roeck <linux@roeck-us.net>
11350L: linux-hwmon@vger.kernel.org
11351S: Maintained
11352F: Documentation/hwmon/tmp401
11353F: drivers/hwmon/tmp401.c
11354
11355TMPFS (SHMEM FILESYSTEM)
11356M: Hugh Dickins <hughd@google.com>
11357L: linux-mm@kvack.org
11358S: Maintained
11359F: include/linux/shmem_fs.h
11360F: mm/shmem.c
11361
11362TM6000 VIDEO4LINUX DRIVER
11363M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11364L: linux-media@vger.kernel.org
11365W: https://linuxtv.org
11366T: git git://linuxtv.org/media_tree.git
11367S: Odd fixes
11368F: drivers/media/usb/tm6000/
11369
11370TW68 VIDEO4LINUX DRIVER
11371M: Hans Verkuil <hverkuil@xs4all.nl>
11372L: linux-media@vger.kernel.org
11373T: git git://linuxtv.org/media_tree.git
11374W: https://linuxtv.org
11375S: Odd Fixes
11376F: drivers/media/pci/tw68/
11377
11378TW686X VIDEO4LINUX DRIVER
11379M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11380L: linux-media@vger.kernel.org
11381T: git git://linuxtv.org/media_tree.git
11382W: http://linuxtv.org
11383S: Maintained
11384F: drivers/media/pci/tw686x/
11385
11386TPM DEVICE DRIVER
11387M: Peter Huewe <peterhuewe@gmx.de>
11388M: Marcel Selhorst <tpmdd@selhorst.net>
11389M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11390R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11391W: http://tpmdd.sourceforge.net
11392L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11393Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
11394T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
11395S: Maintained
11396F: drivers/char/tpm/
11397
11398TPM IBM_VTPM DEVICE DRIVER
11399M: Ashley Lai <ashleydlai@gmail.com>
11400W: http://tpmdd.sourceforge.net
11401L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11402S: Maintained
11403F: drivers/char/tpm/tpm_ibmvtpm*
11404
11405TRACING
11406M: Steven Rostedt <rostedt@goodmis.org>
11407M: Ingo Molnar <mingo@redhat.com>
11408T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11409S: Maintained
11410F: Documentation/trace/ftrace.txt
11411F: arch/*/*/*/ftrace.h
11412F: arch/*/kernel/ftrace.c
11413F: include/*/ftrace.h
11414F: include/linux/trace*.h
11415F: include/trace/
11416F: kernel/trace/
11417F: tools/testing/selftests/ftrace/
11418
11419TRACING MMIO ACCESSES (MMIOTRACE)
11420M: Steven Rostedt <rostedt@goodmis.org>
11421M: Ingo Molnar <mingo@kernel.org>
11422R: Karol Herbst <karolherbst@gmail.com>
11423R: Pekka Paalanen <ppaalanen@gmail.com>
11424S: Maintained
11425L: linux-kernel@vger.kernel.org
11426L: nouveau@lists.freedesktop.org
11427F: kernel/trace/trace_mmiotrace.c
11428F: include/linux/mmiotrace.h
11429F: arch/x86/mm/kmmio.c
11430F: arch/x86/mm/mmio-mod.c
11431F: arch/x86/mm/testmmiotrace.c
11432
11433TRIVIAL PATCHES
11434M: Jiri Kosina <trivial@kernel.org>
11435T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11436S: Maintained
11437K: ^Subject:.*(?i)trivial
11438
11439TTY LAYER
11440M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11441M: Jiri Slaby <jslaby@suse.com>
11442S: Supported
11443T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11444F: Documentation/serial/
11445F: drivers/tty/
11446F: drivers/tty/serial/serial_core.c
11447F: include/linux/serial_core.h
11448F: include/linux/serial.h
11449F: include/linux/tty.h
11450F: include/uapi/linux/serial_core.h
11451F: include/uapi/linux/serial.h
11452F: include/uapi/linux/tty.h
11453
11454TUA9001 MEDIA DRIVER
11455M: Antti Palosaari <crope@iki.fi>
11456L: linux-media@vger.kernel.org
11457W: https://linuxtv.org
11458W: http://palosaari.fi/linux/
11459Q: http://patchwork.linuxtv.org/project/linux-media/list/
11460T: git git://linuxtv.org/anttip/media_tree.git
11461S: Maintained
11462F: drivers/media/tuners/tua9001*
11463
11464TULIP NETWORK DRIVERS
11465L: netdev@vger.kernel.org
11466L: linux-parisc@vger.kernel.org
11467S: Orphan
11468F: drivers/net/ethernet/dec/tulip/
11469
11470TUN/TAP driver
11471M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
11472W: http://vtun.sourceforge.net/tun
11473S: Maintained
11474F: Documentation/networking/tuntap.txt
11475F: arch/um/os-Linux/drivers/
11476
11477TURBOCHANNEL SUBSYSTEM
11478M: "Maciej W. Rozycki" <macro@linux-mips.org>
11479M: Ralf Baechle <ralf@linux-mips.org>
11480L: linux-mips@linux-mips.org
11481Q: http://patchwork.linux-mips.org/project/linux-mips/list/
11482S: Maintained
11483F: drivers/tc/
11484F: include/linux/tc.h
11485
11486U14-34F SCSI DRIVER
11487M: Dario Ballabio <ballabio_dario@emc.com>
11488L: linux-scsi@vger.kernel.org
11489S: Maintained
11490F: drivers/scsi/u14-34f.c
11491
11492UBI FILE SYSTEM (UBIFS)
11493M: Richard Weinberger <richard@nod.at>
11494M: Artem Bityutskiy <dedekind1@gmail.com>
11495M: Adrian Hunter <adrian.hunter@intel.com>
11496L: linux-mtd@lists.infradead.org
11497T: git git://git.infradead.org/ubifs-2.6.git
11498W: http://www.linux-mtd.infradead.org/doc/ubifs.html
11499S: Supported
11500F: Documentation/filesystems/ubifs.txt
11501F: fs/ubifs/
11502
11503UCLINUX (M68KNOMMU AND COLDFIRE)
11504M: Greg Ungerer <gerg@uclinux.org>
11505W: http://www.uclinux.org/
11506L: linux-m68k@lists.linux-m68k.org
11507L: uclinux-dev@uclinux.org (subscribers-only)
11508T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11509S: Maintained
11510F: arch/m68k/coldfire/
11511F: arch/m68k/68*/
11512F: arch/m68k/*/*_no.*
11513F: arch/m68k/include/asm/*_no.*
11514
11515UDF FILESYSTEM
11516M: Jan Kara <jack@suse.com>
11517S: Maintained
11518F: Documentation/filesystems/udf.txt
11519F: fs/udf/
11520
11521UFS FILESYSTEM
11522M: Evgeniy Dushistov <dushistov@mail.ru>
11523S: Maintained
11524F: Documentation/filesystems/ufs.txt
11525F: fs/ufs/
11526
11527UHID USERSPACE HID IO DRIVER:
11528M: David Herrmann <dh.herrmann@googlemail.com>
11529L: linux-input@vger.kernel.org
11530S: Maintained
11531F: drivers/hid/uhid.c
11532F: include/uapi/linux/uhid.h
11533
11534ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11535L: linux-usb@vger.kernel.org
11536S: Orphan
11537F: drivers/uwb/
11538F: include/linux/uwb.h
11539F: include/linux/uwb/
11540
11541UNICORE32 ARCHITECTURE:
11542M: Guan Xuetao <gxt@mprc.pku.edu.cn>
11543W: http://mprc.pku.edu.cn/~guanxuetao/linux
11544S: Maintained
11545T: git git://github.com/gxt/linux.git
11546F: arch/unicore32/
11547
11548UNIFDEF
11549M: Tony Finch <dot@dotat.at>
11550W: http://dotat.at/prog/unifdef
11551S: Maintained
11552F: scripts/unifdef.c
11553
11554UNIFORM CDROM DRIVER
11555M: Jens Axboe <axboe@kernel.dk>
11556W: http://www.kernel.dk
11557S: Maintained
11558F: Documentation/cdrom/
11559F: drivers/cdrom/cdrom.c
11560F: include/linux/cdrom.h
11561F: include/uapi/linux/cdrom.h
11562
11563UNISYS S-PAR DRIVERS
11564M: David Kershner <david.kershner@unisys.com>
11565L: sparmaintainer@unisys.com (Unisys internal)
11566S: Supported
11567F: drivers/staging/unisys/
11568
11569UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11570M: Vinayak Holikatti <vinholikatti@gmail.com>
11571L: linux-scsi@vger.kernel.org
11572S: Supported
11573F: Documentation/scsi/ufs.txt
11574F: drivers/scsi/ufs/
11575
11576UNSORTED BLOCK IMAGES (UBI)
11577M: Artem Bityutskiy <dedekind1@gmail.com>
11578M: Richard Weinberger <richard@nod.at>
11579W: http://www.linux-mtd.infradead.org/
11580L: linux-mtd@lists.infradead.org
11581T: git git://git.infradead.org/ubifs-2.6.git
11582S: Supported
11583F: drivers/mtd/ubi/
11584F: include/linux/mtd/ubi.h
11585F: include/uapi/mtd/ubi-user.h
11586
11587USB ACM DRIVER
11588M: Oliver Neukum <oneukum@suse.com>
11589L: linux-usb@vger.kernel.org
11590S: Maintained
11591F: Documentation/usb/acm.txt
11592F: drivers/usb/class/cdc-acm.*
11593
11594USB AR5523 WIRELESS DRIVER
11595M: Pontus Fuchs <pontus.fuchs@gmail.com>
11596L: linux-wireless@vger.kernel.org
11597S: Maintained
11598F: drivers/net/wireless/ath/ar5523/
11599
11600USB ATTACHED SCSI
11601M: Hans de Goede <hdegoede@redhat.com>
11602M: Gerd Hoffmann <kraxel@redhat.com>
11603L: linux-usb@vger.kernel.org
11604L: linux-scsi@vger.kernel.org
11605S: Maintained
11606F: drivers/usb/storage/uas.c
11607
11608USB CDC ETHERNET DRIVER
11609M: Oliver Neukum <oliver@neukum.org>
11610L: linux-usb@vger.kernel.org
11611S: Maintained
11612F: drivers/net/usb/cdc_*.c
11613F: include/uapi/linux/usb/cdc.h
11614
11615USB CHAOSKEY DRIVER
11616M: Keith Packard <keithp@keithp.com>
11617L: linux-usb@vger.kernel.org
11618S: Maintained
11619F: drivers/usb/misc/chaoskey.c
11620
11621USB CYPRESS C67X00 DRIVER
11622M: Peter Korsgaard <jacmet@sunsite.dk>
11623L: linux-usb@vger.kernel.org
11624S: Maintained
11625F: drivers/usb/c67x00/
11626
11627USB DAVICOM DM9601 DRIVER
11628M: Peter Korsgaard <jacmet@sunsite.dk>
11629L: netdev@vger.kernel.org
11630W: http://www.linux-usb.org/usbnet
11631S: Maintained
11632F: drivers/net/usb/dm9601.c
11633
11634USB DIAMOND RIO500 DRIVER
11635M: Cesar Miquel <miquel@df.uba.ar>
11636L: rio500-users@lists.sourceforge.net
11637W: http://rio500.sourceforge.net
11638S: Maintained
11639F: drivers/usb/misc/rio500*
11640
11641USB EHCI DRIVER
11642M: Alan Stern <stern@rowland.harvard.edu>
11643L: linux-usb@vger.kernel.org
11644S: Maintained
11645F: Documentation/usb/ehci.txt
11646F: drivers/usb/host/ehci*
11647
11648USB GADGET/PERIPHERAL SUBSYSTEM
11649M: Felipe Balbi <balbi@kernel.org>
11650L: linux-usb@vger.kernel.org
11651W: http://www.linux-usb.org/gadget
11652T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11653S: Maintained
11654F: drivers/usb/gadget/
11655F: include/linux/usb/gadget*
11656
11657USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11658M: Jiri Kosina <jikos@kernel.org>
11659R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
11660L: linux-usb@vger.kernel.org
11661T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11662S: Maintained
11663F: Documentation/hid/hiddev.txt
11664F: drivers/hid/usbhid/
11665
11666USB ISP116X DRIVER
11667M: Olav Kongas <ok@artecdesign.ee>
11668L: linux-usb@vger.kernel.org
11669S: Maintained
11670F: drivers/usb/host/isp116x*
11671F: include/linux/usb/isp116x.h
11672
11673USB LAN78XX ETHERNET DRIVER
11674M: Woojung Huh <woojung.huh@microchip.com>
11675M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11676L: netdev@vger.kernel.org
11677S: Maintained
11678F: drivers/net/usb/lan78xx.*
11679
11680USB MASS STORAGE DRIVER
11681M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11682L: linux-usb@vger.kernel.org
11683L: usb-storage@lists.one-eyed-alien.net
11684S: Maintained
11685W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
11686F: drivers/usb/storage/
11687
11688USB MIDI DRIVER
11689M: Clemens Ladisch <clemens@ladisch.de>
11690L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11691T: git git://git.alsa-project.org/alsa-kernel.git
11692S: Maintained
11693F: sound/usb/midi.*
11694
11695USB NETWORKING DRIVERS
11696L: linux-usb@vger.kernel.org
11697S: Odd Fixes
11698F: drivers/net/usb/
11699
11700USB OHCI DRIVER
11701M: Alan Stern <stern@rowland.harvard.edu>
11702L: linux-usb@vger.kernel.org
11703S: Maintained
11704F: Documentation/usb/ohci.txt
11705F: drivers/usb/host/ohci*
11706
11707USB OTG FSM (Finite State Machine)
11708M: Peter Chen <Peter.Chen@nxp.com>
11709T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11710L: linux-usb@vger.kernel.org
11711S: Maintained
11712F: drivers/usb/common/usb-otg-fsm.c
11713
11714USB OVER IP DRIVER
11715M: Valentina Manea <valentina.manea.m@gmail.com>
11716M: Shuah Khan <shuah.kh@samsung.com>
11717L: linux-usb@vger.kernel.org
11718S: Maintained
11719F: Documentation/usb/usbip_protocol.txt
11720F: drivers/usb/usbip/
11721F: tools/usb/usbip/
11722
11723USB PEGASUS DRIVER
11724M: Petko Manolov <petkan@nucleusys.com>
11725L: linux-usb@vger.kernel.org
11726L: netdev@vger.kernel.org
11727T: git git://github.com/petkan/pegasus.git
11728W: https://github.com/petkan/pegasus
11729S: Maintained
11730F: drivers/net/usb/pegasus.*
11731
11732USB PHY LAYER
11733M: Felipe Balbi <balbi@kernel.org>
11734L: linux-usb@vger.kernel.org
11735T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11736S: Maintained
11737F: drivers/usb/phy/
11738
11739USB PRINTER DRIVER (usblp)
11740M: Pete Zaitcev <zaitcev@redhat.com>
11741L: linux-usb@vger.kernel.org
11742S: Supported
11743F: drivers/usb/class/usblp.c
11744
11745USB QMI WWAN NETWORK DRIVER
11746M: Bjørn Mork <bjorn@mork.no>
11747L: netdev@vger.kernel.org
11748S: Maintained
11749F: Documentation/ABI/testing/sysfs-class-net-qmi
11750F: drivers/net/usb/qmi_wwan.c
11751
11752USB RTL8150 DRIVER
11753M: Petko Manolov <petkan@nucleusys.com>
11754L: linux-usb@vger.kernel.org
11755L: netdev@vger.kernel.org
11756T: git git://github.com/petkan/rtl8150.git
11757W: https://github.com/petkan/rtl8150
11758S: Maintained
11759F: drivers/net/usb/rtl8150.c
11760
11761USB SERIAL SUBSYSTEM
11762M: Johan Hovold <johan@kernel.org>
11763L: linux-usb@vger.kernel.org
11764S: Maintained
11765F: Documentation/usb/usb-serial.txt
11766F: drivers/usb/serial/
11767F: include/linux/usb/serial.h
11768
11769USB SMSC75XX ETHERNET DRIVER
11770M: Steve Glendinning <steve.glendinning@shawell.net>
11771L: netdev@vger.kernel.org
11772S: Maintained
11773F: drivers/net/usb/smsc75xx.*
11774
11775USB SMSC95XX ETHERNET DRIVER
11776M: Steve Glendinning <steve.glendinning@shawell.net>
11777L: netdev@vger.kernel.org
11778S: Maintained
11779F: drivers/net/usb/smsc95xx.*
11780
11781USB SUBSYSTEM
11782M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11783L: linux-usb@vger.kernel.org
11784W: http://www.linux-usb.org
11785T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11786S: Supported
11787F: Documentation/usb/
11788F: drivers/usb/
11789F: include/linux/usb.h
11790F: include/linux/usb/
11791
11792USB UHCI DRIVER
11793M: Alan Stern <stern@rowland.harvard.edu>
11794L: linux-usb@vger.kernel.org
11795S: Maintained
11796F: drivers/usb/host/uhci*
11797
11798USB "USBNET" DRIVER FRAMEWORK
11799M: Oliver Neukum <oneukum@suse.com>
11800L: netdev@vger.kernel.org
11801W: http://www.linux-usb.org/usbnet
11802S: Maintained
11803F: drivers/net/usb/usbnet.c
11804F: include/linux/usb/usbnet.h
11805
11806USB VIDEO CLASS
11807M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11808L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11809L: linux-media@vger.kernel.org
11810T: git git://linuxtv.org/media_tree.git
11811W: http://www.ideasonboard.org/uvc/
11812S: Maintained
11813F: drivers/media/usb/uvc/
11814F: include/uapi/linux/uvcvideo.h
11815
11816USB VISION DRIVER
11817M: Hans Verkuil <hverkuil@xs4all.nl>
11818L: linux-media@vger.kernel.org
11819T: git git://linuxtv.org/media_tree.git
11820W: https://linuxtv.org
11821S: Odd Fixes
11822F: drivers/media/usb/usbvision/
11823
11824USB WEBCAM GADGET
11825M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11826L: linux-usb@vger.kernel.org
11827S: Maintained
11828F: drivers/usb/gadget/function/*uvc*
11829F: drivers/usb/gadget/legacy/webcam.c
11830
11831USB WIRELESS RNDIS DRIVER (rndis_wlan)
11832M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
11833L: linux-wireless@vger.kernel.org
11834S: Maintained
11835F: drivers/net/wireless/rndis_wlan.c
11836
11837USB XHCI DRIVER
11838M: Mathias Nyman <mathias.nyman@intel.com>
11839L: linux-usb@vger.kernel.org
11840S: Supported
11841F: drivers/usb/host/xhci*
11842F: drivers/usb/host/pci-quirks*
11843
11844USB ZD1201 DRIVER
11845L: linux-wireless@vger.kernel.org
11846W: http://linux-lc100020.sourceforge.net
11847S: Orphan
11848F: drivers/net/wireless/zydas/zd1201.*
11849
11850USB ZR364XX DRIVER
11851M: Antoine Jacquet <royale@zerezo.com>
11852L: linux-usb@vger.kernel.org
11853L: linux-media@vger.kernel.org
11854T: git git://linuxtv.org/media_tree.git
11855W: http://royale.zerezo.com/zr364xx/
11856S: Maintained
11857F: Documentation/video4linux/zr364xx.txt
11858F: drivers/media/usb/zr364xx/
11859
11860ULPI BUS
11861M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
11862L: linux-usb@vger.kernel.org
11863S: Maintained
11864F: drivers/usb/common/ulpi.c
11865F: include/linux/ulpi/
11866
11867USER-MODE LINUX (UML)
11868M: Jeff Dike <jdike@addtoit.com>
11869M: Richard Weinberger <richard@nod.at>
11870L: user-mode-linux-devel@lists.sourceforge.net
11871L: user-mode-linux-user@lists.sourceforge.net
11872W: http://user-mode-linux.sourceforge.net
11873T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11874S: Maintained
11875F: Documentation/virtual/uml/
11876F: arch/um/
11877F: arch/x86/um/
11878F: fs/hostfs/
11879F: fs/hppfs/
11880
11881USERSPACE I/O (UIO)
11882M: "Hans J. Koch" <hjk@hansjkoch.de>
11883M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11884S: Maintained
11885T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11886F: Documentation/DocBook/uio-howto.tmpl
11887F: drivers/uio/
11888F: include/linux/uio*.h
11889
11890UTIL-LINUX PACKAGE
11891M: Karel Zak <kzak@redhat.com>
11892L: util-linux@vger.kernel.org
11893W: http://en.wikipedia.org/wiki/Util-linux
11894T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11895S: Maintained
11896
11897UVESAFB DRIVER
11898M: Michal Januszewski <spock@gentoo.org>
11899L: linux-fbdev@vger.kernel.org
11900W: http://dev.gentoo.org/~spock/projects/uvesafb/
11901S: Maintained
11902F: Documentation/fb/uvesafb.txt
11903F: drivers/video/fbdev/uvesafb.*
11904
11905VF610 NAND DRIVER
11906M: Stefan Agner <stefan@agner.ch>
11907L: linux-mtd@lists.infradead.org
11908S: Supported
11909F: drivers/mtd/nand/vf610_nfc.c
11910
11911VFAT/FAT/MSDOS FILESYSTEM
11912M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11913S: Maintained
11914F: Documentation/filesystems/vfat.txt
11915F: fs/fat/
11916
11917VFIO DRIVER
11918M: Alex Williamson <alex.williamson@redhat.com>
11919L: kvm@vger.kernel.org
11920T: git git://github.com/awilliam/linux-vfio.git
11921S: Maintained
11922F: Documentation/vfio.txt
11923F: drivers/vfio/
11924F: include/linux/vfio.h
11925F: include/uapi/linux/vfio.h
11926
11927VFIO PLATFORM DRIVER
11928M: Baptiste Reynal <b.reynal@virtualopensystems.com>
11929L: kvm@vger.kernel.org
11930S: Maintained
11931F: drivers/vfio/platform/
11932
11933VIDEOBUF2 FRAMEWORK
11934M: Pawel Osciak <pawel@osciak.com>
11935M: Marek Szyprowski <m.szyprowski@samsung.com>
11936M: Kyungmin Park <kyungmin.park@samsung.com>
11937L: linux-media@vger.kernel.org
11938S: Maintained
11939F: drivers/media/v4l2-core/videobuf2-*
11940F: include/media/videobuf2-*
11941
11942VIRTUAL SERIO DEVICE DRIVER
11943M: Stephen Chandler Paul <thatslyude@gmail.com>
11944S: Maintained
11945F: drivers/input/serio/userio.c
11946F: include/uapi/linux/userio.h
11947
11948VIRTIO CONSOLE DRIVER
11949M: Amit Shah <amit.shah@redhat.com>
11950L: virtualization@lists.linux-foundation.org
11951S: Maintained
11952F: drivers/char/virtio_console.c
11953F: include/linux/virtio_console.h
11954F: include/uapi/linux/virtio_console.h
11955
11956VIRTIO CORE, NET AND BLOCK DRIVERS
11957M: "Michael S. Tsirkin" <mst@redhat.com>
11958L: virtualization@lists.linux-foundation.org
11959S: Maintained
11960F: drivers/virtio/
11961F: tools/virtio/
11962F: drivers/net/virtio_net.c
11963F: drivers/block/virtio_blk.c
11964F: include/linux/virtio_*.h
11965F: include/uapi/linux/virtio_*.h
11966
11967VIRTIO DRIVERS FOR S390
11968M: Christian Borntraeger <borntraeger@de.ibm.com>
11969M: Cornelia Huck <cornelia.huck@de.ibm.com>
11970L: linux-s390@vger.kernel.org
11971L: virtualization@lists.linux-foundation.org
11972L: kvm@vger.kernel.org
11973S: Supported
11974F: drivers/s390/virtio/
11975
11976VIRTIO GPU DRIVER
11977M: David Airlie <airlied@linux.ie>
11978M: Gerd Hoffmann <kraxel@redhat.com>
11979L: dri-devel@lists.freedesktop.org
11980L: virtualization@lists.linux-foundation.org
11981S: Maintained
11982F: drivers/gpu/drm/virtio/
11983F: include/uapi/linux/virtio_gpu.h
11984
11985VIRTIO HOST (VHOST)
11986M: "Michael S. Tsirkin" <mst@redhat.com>
11987L: kvm@vger.kernel.org
11988L: virtualization@lists.linux-foundation.org
11989L: netdev@vger.kernel.org
11990T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11991S: Maintained
11992F: drivers/vhost/
11993F: include/uapi/linux/vhost.h
11994
11995VIRTIO INPUT DRIVER
11996M: Gerd Hoffmann <kraxel@redhat.com>
11997S: Maintained
11998F: drivers/virtio/virtio_input.c
11999F: include/uapi/linux/virtio_input.h
12000
12001VIA RHINE NETWORK DRIVER
12002S: Orphan
12003F: drivers/net/ethernet/via/via-rhine.c
12004
12005VIA SD/MMC CARD CONTROLLER DRIVER
12006M: Bruce Chang <brucechang@via.com.tw>
12007M: Harald Welte <HaraldWelte@viatech.com>
12008S: Maintained
12009F: drivers/mmc/host/via-sdmmc.c
12010
12011VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12012M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12013L: linux-fbdev@vger.kernel.org
12014S: Maintained
12015F: include/linux/via-core.h
12016F: include/linux/via-gpio.h
12017F: include/linux/via_i2c.h
12018F: drivers/video/fbdev/via/
12019
12020VIA VELOCITY NETWORK DRIVER
12021M: Francois Romieu <romieu@fr.zoreil.com>
12022L: netdev@vger.kernel.org
12023S: Maintained
12024F: drivers/net/ethernet/via/via-velocity.*
12025
12026VIRT LIB
12027M: Alex Williamson <alex.williamson@redhat.com>
12028M: Paolo Bonzini <pbonzini@redhat.com>
12029L: kvm@vger.kernel.org
12030S: Supported
12031F: virt/lib/
12032
12033VIVID VIRTUAL VIDEO DRIVER
12034M: Hans Verkuil <hverkuil@xs4all.nl>
12035L: linux-media@vger.kernel.org
12036T: git git://linuxtv.org/media_tree.git
12037W: https://linuxtv.org
12038S: Maintained
12039F: drivers/media/platform/vivid/*
12040
12041VLAN (802.1Q)
12042M: Patrick McHardy <kaber@trash.net>
12043L: netdev@vger.kernel.org
12044S: Maintained
12045F: drivers/net/macvlan.c
12046F: include/linux/if_*vlan.h
12047F: net/8021q/
12048
12049VLYNQ BUS
12050M: Florian Fainelli <florian@openwrt.org>
12051L: openwrt-devel@lists.openwrt.org (subscribers-only)
12052S: Maintained
12053F: drivers/vlynq/vlynq.c
12054F: include/linux/vlynq.h
12055
12056VME SUBSYSTEM
12057M: Martyn Welch <martyn@welchs.me.uk>
12058M: Manohar Vanga <manohar.vanga@gmail.com>
12059M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12060L: devel@driverdev.osuosl.org
12061S: Maintained
12062T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12063F: Documentation/vme_api.txt
12064F: drivers/staging/vme/
12065F: drivers/vme/
12066F: include/linux/vme*
12067
12068VMWARE HYPERVISOR INTERFACE
12069M: Alok Kataria <akataria@vmware.com>
12070L: virtualization@lists.linux-foundation.org
12071S: Supported
12072F: arch/x86/kernel/cpu/vmware.c
12073
12074VMWARE BALLOON DRIVER
12075M: Xavier Deguillard <xdeguillard@vmware.com>
12076M: Philip Moltmann <moltmann@vmware.com>
12077M: "VMware, Inc." <pv-drivers@vmware.com>
12078L: linux-kernel@vger.kernel.org
12079S: Maintained
12080F: drivers/misc/vmw_balloon.c
12081
12082VMWARE VMMOUSE SUBDRIVER
12083M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12084M: "VMware, Inc." <pv-drivers@vmware.com>
12085L: linux-input@vger.kernel.org
12086S: Maintained
12087F: drivers/input/mouse/vmmouse.c
12088F: drivers/input/mouse/vmmouse.h
12089
12090VMWARE VMXNET3 ETHERNET DRIVER
12091M: Shrikrishna Khare <skhare@vmware.com>
12092M: "VMware, Inc." <pv-drivers@vmware.com>
12093L: netdev@vger.kernel.org
12094S: Maintained
12095F: drivers/net/vmxnet3/
12096
12097VMware PVSCSI driver
12098M: Arvind Kumar <arvindkumar@vmware.com>
12099M: VMware PV-Drivers <pv-drivers@vmware.com>
12100L: linux-scsi@vger.kernel.org
12101S: Maintained
12102F: drivers/scsi/vmw_pvscsi.c
12103F: drivers/scsi/vmw_pvscsi.h
12104
12105VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12106M: Liam Girdwood <lgirdwood@gmail.com>
12107M: Mark Brown <broonie@kernel.org>
12108L: linux-kernel@vger.kernel.org
12109W: http://www.slimlogic.co.uk/?p=48
12110T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12111S: Supported
12112F: Documentation/devicetree/bindings/regulator/
12113F: drivers/regulator/
12114F: include/dt-bindings/regulator/
12115F: include/linux/regulator/
12116
12117VRF
12118M: David Ahern <dsa@cumulusnetworks.com>
12119M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
12120L: netdev@vger.kernel.org
12121S: Maintained
12122F: drivers/net/vrf.c
12123F: Documentation/networking/vrf.txt
12124
12125VT1211 HARDWARE MONITOR DRIVER
12126M: Juerg Haefliger <juergh@gmail.com>
12127L: linux-hwmon@vger.kernel.org
12128S: Maintained
12129F: Documentation/hwmon/vt1211
12130F: drivers/hwmon/vt1211.c
12131
12132VT8231 HARDWARE MONITOR DRIVER
12133M: Roger Lucas <vt8231@hiddenengine.co.uk>
12134L: linux-hwmon@vger.kernel.org
12135S: Maintained
12136F: drivers/hwmon/vt8231.c
12137
12138VUB300 USB to SDIO/SD/MMC bridge chip
12139M: Tony Olech <tony.olech@elandigitalsystems.com>
12140L: linux-mmc@vger.kernel.org
12141L: linux-usb@vger.kernel.org
12142S: Supported
12143F: drivers/mmc/host/vub300.c
12144
12145W1 DALLAS'S 1-WIRE BUS
12146M: Evgeniy Polyakov <zbr@ioremap.net>
12147S: Maintained
12148F: Documentation/w1/
12149F: drivers/w1/
12150
12151W83791D HARDWARE MONITORING DRIVER
12152M: Marc Hulsman <m.hulsman@tudelft.nl>
12153L: linux-hwmon@vger.kernel.org
12154S: Maintained
12155F: Documentation/hwmon/w83791d
12156F: drivers/hwmon/w83791d.c
12157
12158W83793 HARDWARE MONITORING DRIVER
12159M: Rudolf Marek <r.marek@assembler.cz>
12160L: linux-hwmon@vger.kernel.org
12161S: Maintained
12162F: Documentation/hwmon/w83793
12163F: drivers/hwmon/w83793.c
12164
12165W83795 HARDWARE MONITORING DRIVER
12166M: Jean Delvare <jdelvare@suse.com>
12167L: linux-hwmon@vger.kernel.org
12168S: Maintained
12169F: drivers/hwmon/w83795.c
12170
12171W83L51xD SD/MMC CARD INTERFACE DRIVER
12172M: Pierre Ossman <pierre@ossman.eu>
12173S: Maintained
12174F: drivers/mmc/host/wbsd.*
12175
12176WACOM PROTOCOL 4 SERIAL TABLETS
12177M: Julian Squires <julian@cipht.net>
12178M: Hans de Goede <hdegoede@redhat.com>
12179L: linux-input@vger.kernel.org
12180S: Maintained
12181F: drivers/input/tablet/wacom_serial4.c
12182
12183WATCHDOG DEVICE DRIVERS
12184M: Wim Van Sebroeck <wim@iguana.be>
12185R: Guenter Roeck <linux@roeck-us.net>
12186L: linux-watchdog@vger.kernel.org
12187W: http://www.linux-watchdog.org/
12188T: git git://www.linux-watchdog.org/linux-watchdog.git
12189S: Maintained
12190F: Documentation/watchdog/
12191F: drivers/watchdog/
12192F: include/linux/watchdog.h
12193F: include/uapi/linux/watchdog.h
12194
12195WD7000 SCSI DRIVER
12196M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
12197L: linux-scsi@vger.kernel.org
12198S: Maintained
12199F: drivers/scsi/wd7000.c
12200
12201WIIMOTE HID DRIVER
12202M: David Herrmann <dh.herrmann@googlemail.com>
12203L: linux-input@vger.kernel.org
12204S: Maintained
12205F: drivers/hid/hid-wiimote*
12206
12207WINBOND CIR DRIVER
12208M: David Härdeman <david@hardeman.nu>
12209S: Maintained
12210F: drivers/media/rc/winbond-cir.c
12211
12212WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12213M: William Breathitt Gray <vilhelm.gray@gmail.com>
12214L: linux-watchdog@vger.kernel.org
12215S: Maintained
12216F: drivers/watchdog/ebc-c384_wdt.c
12217
12218WINSYSTEMS WS16C48 GPIO DRIVER
12219M: William Breathitt Gray <vilhelm.gray@gmail.com>
12220L: linux-gpio@vger.kernel.org
12221S: Maintained
12222F: drivers/gpio/gpio-ws16c48.c
12223
12224WIMAX STACK
12225M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12226M: linux-wimax@intel.com
12227L: wimax@linuxwimax.org (subscribers-only)
12228S: Supported
12229W: http://linuxwimax.org
12230F: Documentation/wimax/README.wimax
12231F: include/linux/wimax/debug.h
12232F: include/net/wimax.h
12233F: include/uapi/linux/wimax.h
12234F: net/wimax/
12235
12236WISTRON LAPTOP BUTTON DRIVER
12237M: Miloslav Trmac <mitr@volny.cz>
12238S: Maintained
12239F: drivers/input/misc/wistron_btns.c
12240
12241WL3501 WIRELESS PCMCIA CARD DRIVER
12242M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12243L: linux-wireless@vger.kernel.org
12244W: http://oops.ghostprotocols.net:81/blog
12245S: Maintained
12246F: drivers/net/wireless/wl3501*
12247
12248WOLFSON MICROELECTRONICS DRIVERS
12249L: patches@opensource.wolfsonmicro.com
12250T: git https://github.com/CirrusLogic/linux-drivers.git
12251W: https://github.com/CirrusLogic/linux-drivers/wiki
12252S: Supported
12253F: Documentation/hwmon/wm83??
12254F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12255F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12256F: Documentation/devicetree/bindings/mfd/arizona.txt
12257F: arch/arm/mach-s3c64xx/mach-crag6410*
12258F: drivers/clk/clk-wm83*.c
12259F: drivers/extcon/extcon-arizona.c
12260F: drivers/leds/leds-wm83*.c
12261F: drivers/gpio/gpio-*wm*.c
12262F: drivers/gpio/gpio-arizona.c
12263F: drivers/hwmon/wm83??-hwmon.c
12264F: drivers/input/misc/wm831x-on.c
12265F: drivers/input/touchscreen/wm831x-ts.c
12266F: drivers/input/touchscreen/wm97*.c
12267F: drivers/mfd/arizona*
12268F: drivers/mfd/wm*.c
12269F: drivers/mfd/cs47l24*
12270F: drivers/power/wm83*.c
12271F: drivers/rtc/rtc-wm83*.c
12272F: drivers/regulator/wm8*.c
12273F: drivers/video/backlight/wm83*_bl.c
12274F: drivers/watchdog/wm83*_wdt.c
12275F: include/linux/mfd/arizona/
12276F: include/linux/mfd/wm831x/
12277F: include/linux/mfd/wm8350/
12278F: include/linux/mfd/wm8400*
12279F: include/linux/wm97xx.h
12280F: include/sound/wm????.h
12281F: sound/soc/codecs/arizona.?
12282F: sound/soc/codecs/wm*
12283F: sound/soc/codecs/cs47l24*
12284
12285WORKQUEUE
12286M: Tejun Heo <tj@kernel.org>
12287R: Lai Jiangshan <jiangshanlai@gmail.com>
12288T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12289S: Maintained
12290F: include/linux/workqueue.h
12291F: kernel/workqueue.c
12292F: Documentation/workqueue.txt
12293
12294X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12295M: Chen-Yu Tsai <wens@csie.org>
12296L: linux-kernel@vger.kernel.org
12297S: Maintained
12298N: axp[128]
12299
12300X.25 NETWORK LAYER
12301M: Andrew Hendry <andrew.hendry@gmail.com>
12302L: linux-x25@vger.kernel.org
12303S: Odd Fixes
12304F: Documentation/networking/x25*
12305F: include/net/x25*
12306F: net/x25/
12307
12308X86 ARCHITECTURE (32-BIT AND 64-BIT)
12309M: Thomas Gleixner <tglx@linutronix.de>
12310M: Ingo Molnar <mingo@redhat.com>
12311M: "H. Peter Anvin" <hpa@zytor.com>
12312M: x86@kernel.org
12313L: linux-kernel@vger.kernel.org
12314T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12315S: Maintained
12316F: Documentation/x86/
12317F: arch/x86/
12318
12319X86 PLATFORM DRIVERS
12320M: Darren Hart <dvhart@infradead.org>
12321L: platform-driver-x86@vger.kernel.org
12322T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12323S: Maintained
12324F: drivers/platform/x86/
12325F: drivers/platform/olpc/
12326
12327X86 MCE INFRASTRUCTURE
12328M: Tony Luck <tony.luck@intel.com>
12329M: Borislav Petkov <bp@alien8.de>
12330L: linux-edac@vger.kernel.org
12331S: Maintained
12332F: arch/x86/kernel/cpu/mcheck/*
12333
12334X86 MICROCODE UPDATE SUPPORT
12335M: Borislav Petkov <bp@alien8.de>
12336S: Maintained
12337F: arch/x86/kernel/cpu/microcode/*
12338
12339X86 VDSO
12340M: Andy Lutomirski <luto@amacapital.net>
12341L: linux-kernel@vger.kernel.org
12342T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12343S: Maintained
12344F: arch/x86/entry/vdso/
12345
12346XC2028/3028 TUNER DRIVER
12347M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12348L: linux-media@vger.kernel.org
12349W: https://linuxtv.org
12350T: git git://linuxtv.org/media_tree.git
12351S: Maintained
12352F: drivers/media/tuners/tuner-xc2028.*
12353
12354XEN HYPERVISOR INTERFACE
12355M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
12356M: David Vrabel <david.vrabel@citrix.com>
12357M: Juergen Gross <jgross@suse.com>
12358L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12359T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12360S: Supported
12361F: arch/x86/xen/
12362F: drivers/*/xen-*front.c
12363F: drivers/xen/
12364F: arch/x86/include/asm/xen/
12365F: include/xen/
12366F: include/uapi/xen/
12367
12368XEN HYPERVISOR ARM
12369M: Stefano Stabellini <sstabellini@kernel.org>
12370L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12371S: Maintained
12372F: arch/arm/xen/
12373F: arch/arm/include/asm/xen/
12374
12375XEN HYPERVISOR ARM64
12376M: Stefano Stabellini <sstabellini@kernel.org>
12377L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12378S: Maintained
12379F: arch/arm64/xen/
12380F: arch/arm64/include/asm/xen/
12381
12382XEN NETWORK BACKEND DRIVER
12383M: Wei Liu <wei.liu2@citrix.com>
12384L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12385L: netdev@vger.kernel.org
12386S: Supported
12387F: drivers/net/xen-netback/*
12388
12389XEN PCI SUBSYSTEM
12390M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12391L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12392S: Supported
12393F: arch/x86/pci/*xen*
12394F: drivers/pci/*xen*
12395
12396XEN BLOCK SUBSYSTEM
12397M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12398M: Roger Pau Monné <roger.pau@citrix.com>
12399L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12400S: Supported
12401F: drivers/block/xen-blkback/*
12402F: drivers/block/xen*
12403
12404XEN PVSCSI DRIVERS
12405M: Juergen Gross <jgross@suse.com>
12406L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12407L: linux-scsi@vger.kernel.org
12408S: Supported
12409F: drivers/scsi/xen-scsifront.c
12410F: drivers/xen/xen-scsiback.c
12411F: include/xen/interface/io/vscsiif.h
12412
12413XEN SWIOTLB SUBSYSTEM
12414M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12415L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12416S: Supported
12417F: arch/x86/xen/*swiotlb*
12418F: drivers/xen/*swiotlb*
12419
12420XFS FILESYSTEM
12421P: Silicon Graphics Inc
12422M: Dave Chinner <david@fromorbit.com>
12423M: xfs@oss.sgi.com
12424L: xfs@oss.sgi.com
12425W: http://oss.sgi.com/projects/xfs
12426T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12427S: Supported
12428F: Documentation/filesystems/xfs.txt
12429F: fs/xfs/
12430
12431XILINX AXI ETHERNET DRIVER
12432M: Anirudha Sarangi <anirudh@xilinx.com>
12433M: John Linn <John.Linn@xilinx.com>
12434S: Maintained
12435F: drivers/net/ethernet/xilinx/xilinx_axienet*
12436
12437XILINX UARTLITE SERIAL DRIVER
12438M: Peter Korsgaard <jacmet@sunsite.dk>
12439L: linux-serial@vger.kernel.org
12440S: Maintained
12441F: drivers/tty/serial/uartlite.c
12442
12443XILINX VIDEO IP CORES
12444M: Hyun Kwon <hyun.kwon@xilinx.com>
12445M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12446L: linux-media@vger.kernel.org
12447T: git git://linuxtv.org/media_tree.git
12448S: Supported
12449F: Documentation/devicetree/bindings/media/xilinx/
12450F: drivers/media/platform/xilinx/
12451F: include/uapi/linux/xilinx-v4l2-controls.h
12452
12453XILLYBUS DRIVER
12454M: Eli Billauer <eli.billauer@gmail.com>
12455L: linux-kernel@vger.kernel.org
12456S: Supported
12457F: drivers/char/xillybus/
12458
12459XTENSA XTFPGA PLATFORM SUPPORT
12460M: Max Filippov <jcmvbkbc@gmail.com>
12461L: linux-xtensa@linux-xtensa.org
12462S: Maintained
12463F: drivers/spi/spi-xtensa-xtfpga.c
12464F: sound/soc/xtensa/xtfpga-i2s.c
12465
12466YAM DRIVER FOR AX.25
12467M: Jean-Paul Roubelat <jpr@f6fbb.org>
12468L: linux-hams@vger.kernel.org
12469S: Maintained
12470F: drivers/net/hamradio/yam*
12471F: include/linux/yam.h
12472
12473YEALINK PHONE DRIVER
12474M: Henk Vergonet <Henk.Vergonet@gmail.com>
12475L: usbb2k-api-dev@nongnu.org
12476S: Maintained
12477F: Documentation/input/yealink.txt
12478F: drivers/input/misc/yealink.*
12479
12480Z8530 DRIVER FOR AX.25
12481M: Joerg Reuter <jreuter@yaina.de>
12482W: http://yaina.de/jreuter/
12483W: http://www.qsl.net/dl1bke/
12484L: linux-hams@vger.kernel.org
12485S: Maintained
12486F: Documentation/networking/z8530drv.txt
12487F: drivers/net/hamradio/*scc.c
12488F: drivers/net/hamradio/z8530.h
12489
12490ZBUD COMPRESSED PAGE ALLOCATOR
12491M: Seth Jennings <sjenning@redhat.com>
12492L: linux-mm@kvack.org
12493S: Maintained
12494F: mm/zbud.c
12495F: include/linux/zbud.h
12496
12497ZD1211RW WIRELESS DRIVER
12498M: Daniel Drake <dsd@gentoo.org>
12499M: Ulrich Kunitz <kune@deine-taler.de>
12500W: http://zd1211.ath.cx/wiki/DriverRewrite
12501L: linux-wireless@vger.kernel.org
12502L: zd1211-devs@lists.sourceforge.net (subscribers-only)
12503S: Maintained
12504F: drivers/net/wireless/zydas/zd1211rw/
12505
12506ZPOOL COMPRESSED PAGE STORAGE API
12507M: Dan Streetman <ddstreet@ieee.org>
12508L: linux-mm@kvack.org
12509S: Maintained
12510F: mm/zpool.c
12511F: include/linux/zpool.h
12512
12513ZR36067 VIDEO FOR LINUX DRIVER
12514L: mjpeg-users@lists.sourceforge.net
12515L: linux-media@vger.kernel.org
12516W: http://mjpeg.sourceforge.net/driver-zoran/
12517T: hg https://linuxtv.org/hg/v4l-dvb
12518S: Odd Fixes
12519F: drivers/media/pci/zoran/
12520
12521ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12522M: Minchan Kim <minchan@kernel.org>
12523M: Nitin Gupta <ngupta@vflare.org>
12524R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12525L: linux-kernel@vger.kernel.org
12526S: Maintained
12527F: drivers/block/zram/
12528F: Documentation/blockdev/zram.txt
12529
12530ZS DECSTATION Z85C30 SERIAL DRIVER
12531M: "Maciej W. Rozycki" <macro@linux-mips.org>
12532S: Maintained
12533F: drivers/tty/serial/zs.*
12534
12535ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12536M: Minchan Kim <minchan@kernel.org>
12537M: Nitin Gupta <ngupta@vflare.org>
12538R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12539L: linux-mm@kvack.org
12540S: Maintained
12541F: mm/zsmalloc.c
12542F: include/linux/zsmalloc.h
12543F: Documentation/vm/zsmalloc.txt
12544
12545ZSWAP COMPRESSED SWAP CACHING
12546M: Seth Jennings <sjenning@redhat.com>
12547L: linux-mm@kvack.org
12548S: Maintained
12549F: mm/zswap.c
12550
12551THE REST
12552M: Linus Torvalds <torvalds@linux-foundation.org>
12553L: linux-kernel@vger.kernel.org
12554Q: http://patchwork.kernel.org/project/LKML/list/
12555T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12556S: Buried alive in reporters
12557F: *
12558F: */