rhashtable: Remove GFP flag from rhashtable_walk_init
[deliverable/linux.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
178S: Maintained
179T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180F: drivers/tty/serial/8250*
181F: include/linux/serial_8250.h
182
1838390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184L: netdev@vger.kernel.org
185S: Orphan / Obsolete
186F: drivers/net/ethernet/8390/
187
1889P FILE SYSTEM
189M: Eric Van Hensbergen <ericvh@gmail.com>
190M: Ron Minnich <rminnich@sandia.gov>
191M: Latchesar Ionkov <lucho@ionkov.net>
192L: v9fs-developer@lists.sourceforge.net
193W: http://swik.net/v9fs
194Q: http://patchwork.kernel.org/project/v9fs-devel/list/
195T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196S: Maintained
197F: Documentation/filesystems/9p.txt
198F: fs/9p/
199F: net/9p/
200F: include/net/9p/
201F: include/uapi/linux/virtio_9p.h
202F: include/trace/events/9p.h
203
204
205A8293 MEDIA DRIVER
206M: Antti Palosaari <crope@iki.fi>
207L: linux-media@vger.kernel.org
208W: https://linuxtv.org
209W: http://palosaari.fi/linux/
210Q: http://patchwork.linuxtv.org/project/linux-media/list/
211T: git git://linuxtv.org/anttip/media_tree.git
212S: Maintained
213F: drivers/media/dvb-frontends/a8293*
214
215AACRAID SCSI RAID DRIVER
216M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
217L: linux-scsi@vger.kernel.org
218W: http://www.adaptec.com/
219S: Supported
220F: Documentation/scsi/aacraid.txt
221F: drivers/scsi/aacraid/
222
223ABI/API
224L: linux-api@vger.kernel.org
225F: include/linux/syscalls.h
226F: kernel/sys_ni.c
227
228ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229M: Hans de Goede <hdegoede@redhat.com>
230L: linux-hwmon@vger.kernel.org
231S: Maintained
232F: drivers/hwmon/abituguru.c
233
234ABIT UGURU 3 HARDWARE MONITOR DRIVER
235M: Alistair John Strachan <alistair@devzero.co.uk>
236L: linux-hwmon@vger.kernel.org
237S: Maintained
238F: drivers/hwmon/abituguru3.c
239
240ACCES 104-DIO-48E GPIO DRIVER
241M: William Breathitt Gray <vilhelm.gray@gmail.com>
242L: linux-gpio@vger.kernel.org
243S: Maintained
244F: drivers/gpio/gpio-104-dio-48e.c
245
246ACCES 104-IDI-48 GPIO DRIVER
247M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
248L: linux-gpio@vger.kernel.org
249S: Maintained
250F: drivers/gpio/gpio-104-idi-48.c
251
252ACCES 104-IDIO-16 GPIO DRIVER
253M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
254L: linux-gpio@vger.kernel.org
255S: Maintained
256F: drivers/gpio/gpio-104-idio-16.c
257
258ACENIC DRIVER
259M: Jes Sorensen <jes@trained-monkey.org>
260L: linux-acenic@sunsite.dk
261S: Maintained
262F: drivers/net/ethernet/alteon/acenic*
263
264ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265M: Peter Feuerer <peter@piie.net>
266L: platform-driver-x86@vger.kernel.org
267W: http://piie.net/?section=acerhdf
268S: Maintained
269F: drivers/platform/x86/acerhdf.c
270
271ACER WMI LAPTOP EXTRAS
272M: "Lee, Chun-Yi" <jlee@suse.com>
273L: platform-driver-x86@vger.kernel.org
274S: Maintained
275F: drivers/platform/x86/acer-wmi.c
276
277ACPI
278M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
279M: Len Brown <lenb@kernel.org>
280L: linux-acpi@vger.kernel.org
281W: https://01.org/linux-acpi
282Q: https://patchwork.kernel.org/project/linux-acpi/list/
283T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
284S: Supported
285F: drivers/acpi/
286F: drivers/pnp/pnpacpi/
287F: include/linux/acpi.h
288F: include/acpi/
289F: Documentation/acpi/
290F: Documentation/ABI/testing/sysfs-bus-acpi
291F: Documentation/ABI/testing/configfs-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
599ALPS PS/2 TOUCHPAD DRIVER
600R: Pali Rohár <pali.rohar@gmail.com>
601F: drivers/input/mouse/alps.*
602
603ALTERA MAILBOX DRIVER
604M: Ley Foon Tan <lftan@altera.com>
605L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
606S: Maintained
607F: drivers/mailbox/mailbox-altera.c
608
609ALTERA PIO DRIVER
610M: Tien Hock Loh <thloh@altera.com>
611L: linux-gpio@vger.kernel.org
612S: Maintained
613F: drivers/gpio/gpio-altera.c
614
615ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
616M: Thor Thayer <tthayer@opensource.altera.com>
617S: Maintained
618F: drivers/gpio/gpio-altera-a10sr.c
619F: drivers/mfd/altera-a10sr.c
620F: include/linux/mfd/altera-a10sr.h
621
622ALTERA TRIPLE SPEED ETHERNET DRIVER
623M: Vince Bridgers <vbridger@opensource.altera.com>
624L: netdev@vger.kernel.org
625L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
626S: Maintained
627F: drivers/net/ethernet/altera/
628
629ALTERA UART/JTAG UART SERIAL DRIVERS
630M: Tobias Klauser <tklauser@distanz.ch>
631L: linux-serial@vger.kernel.org
632L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
633S: Maintained
634F: drivers/tty/serial/altera_uart.c
635F: drivers/tty/serial/altera_jtaguart.c
636F: include/linux/altera_uart.h
637F: include/linux/altera_jtaguart.h
638
639AMAZON ETHERNET DRIVERS
640M: Netanel Belgazal <netanel@annapurnalabs.com>
641R: Saeed Bishara <saeed@annapurnalabs.com>
642R: Zorik Machulsky <zorik@annapurnalabs.com>
643L: netdev@vger.kernel.org
644S: Supported
645F: Documentation/networking/ena.txt
646F: drivers/net/ethernet/amazon/
647
648AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
649M: Tom Lendacky <thomas.lendacky@amd.com>
650M: Gary Hook <gary.hook@amd.com>
651L: linux-crypto@vger.kernel.org
652S: Supported
653F: drivers/crypto/ccp/
654F: include/linux/ccp.h
655
656AMD FAM15H PROCESSOR POWER MONITORING DRIVER
657M: Huang Rui <ray.huang@amd.com>
658L: linux-hwmon@vger.kernel.org
659S: Supported
660F: Documentation/hwmon/fam15h_power
661F: drivers/hwmon/fam15h_power.c
662
663AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
664L: linux-geode@lists.infradead.org (moderated for non-subscribers)
665S: Orphan
666F: drivers/usb/gadget/udc/amd5536udc.*
667
668AMD GEODE PROCESSOR/CHIPSET SUPPORT
669P: Andres Salomon <dilinger@queued.net>
670L: linux-geode@lists.infradead.org (moderated for non-subscribers)
671W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
672S: Supported
673F: drivers/char/hw_random/geode-rng.c
674F: drivers/crypto/geode*
675F: drivers/video/fbdev/geode/
676F: arch/x86/include/asm/geode.h
677
678AMD IOMMU (AMD-VI)
679M: Joerg Roedel <joro@8bytes.org>
680L: iommu@lists.linux-foundation.org
681T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
682S: Maintained
683F: drivers/iommu/amd_iommu*.[ch]
684F: include/linux/amd-iommu.h
685
686AMD KFD
687M: Oded Gabbay <oded.gabbay@gmail.com>
688L: dri-devel@lists.freedesktop.org
689T: git git://people.freedesktop.org/~gabbayo/linux.git
690S: Supported
691F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
692F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
693F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
694F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
695F: drivers/gpu/drm/amd/amdkfd/
696F: drivers/gpu/drm/amd/include/cik_structs.h
697F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
698F: drivers/gpu/drm/amd/include/vi_structs.h
699F: drivers/gpu/drm/radeon/radeon_kfd.c
700F: drivers/gpu/drm/radeon/radeon_kfd.h
701F: include/uapi/linux/kfd_ioctl.h
702
703AMD SEATTLE DEVICE TREE SUPPORT
704M: Brijesh Singh <brijeshkumar.singh@amd.com>
705M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
706M: Tom Lendacky <thomas.lendacky@amd.com>
707S: Supported
708F: arch/arm64/boot/dts/amd/
709
710AMD XGBE DRIVER
711M: Tom Lendacky <thomas.lendacky@amd.com>
712L: netdev@vger.kernel.org
713S: Supported
714F: drivers/net/ethernet/amd/xgbe/
715F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
716
717AMS (Apple Motion Sensor) DRIVER
718M: Michael Hanselmann <linux-kernel@hansmi.ch>
719S: Supported
720F: drivers/macintosh/ams/
721
722ANALOG DEVICES INC AD9389B DRIVER
723M: Hans Verkuil <hans.verkuil@cisco.com>
724L: linux-media@vger.kernel.org
725S: Maintained
726F: drivers/media/i2c/ad9389b*
727
728ANALOG DEVICES INC ADV7180 DRIVER
729M: Lars-Peter Clausen <lars@metafoo.de>
730L: linux-media@vger.kernel.org
731W: http://ez.analog.com/community/linux-device-drivers
732S: Supported
733F: drivers/media/i2c/adv7180.c
734
735ANALOG DEVICES INC ADV7511 DRIVER
736M: Hans Verkuil <hans.verkuil@cisco.com>
737L: linux-media@vger.kernel.org
738S: Maintained
739F: drivers/media/i2c/adv7511*
740
741ANALOG DEVICES INC ADV7604 DRIVER
742M: Hans Verkuil <hans.verkuil@cisco.com>
743L: linux-media@vger.kernel.org
744S: Maintained
745F: drivers/media/i2c/adv7604*
746
747ANALOG DEVICES INC ADV7842 DRIVER
748M: Hans Verkuil <hans.verkuil@cisco.com>
749L: linux-media@vger.kernel.org
750S: Maintained
751F: drivers/media/i2c/adv7842*
752
753ANALOG DEVICES INC ASOC CODEC DRIVERS
754M: Lars-Peter Clausen <lars@metafoo.de>
755L: alsa-devel@alsa-project.org (moderated for non-subscribers)
756W: http://wiki.analog.com/
757W: http://ez.analog.com/community/linux-device-drivers
758S: Supported
759F: sound/soc/codecs/adau*
760F: sound/soc/codecs/adav*
761F: sound/soc/codecs/ad1*
762F: sound/soc/codecs/ad7*
763F: sound/soc/codecs/ssm*
764F: sound/soc/codecs/sigmadsp.*
765
766ANALOG DEVICES INC ASOC DRIVERS
767L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
768L: alsa-devel@alsa-project.org (moderated for non-subscribers)
769W: http://blackfin.uclinux.org/
770S: Supported
771F: sound/soc/blackfin/*
772
773ANALOG DEVICES INC IIO DRIVERS
774M: Lars-Peter Clausen <lars@metafoo.de>
775M: Michael Hennerich <Michael.Hennerich@analog.com>
776W: http://wiki.analog.com/
777W: http://ez.analog.com/community/linux-device-drivers
778S: Supported
779F: drivers/iio/*/ad*
780X: drivers/iio/*/adjd*
781F: drivers/staging/iio/*/ad*
782F: staging/iio/trigger/iio-trig-bfin-timer.c
783
784ANALOG DEVICES INC DMA DRIVERS
785M: Lars-Peter Clausen <lars@metafoo.de>
786W: http://ez.analog.com/community/linux-device-drivers
787S: Supported
788F: drivers/dma/dma-axi-dmac.c
789
790ANDROID CONFIG FRAGMENTS
791M: Rob Herring <robh@kernel.org>
792S: Supported
793F: kernel/configs/android*
794
795ANDROID DRIVERS
796M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
797M: Arve Hjønnevåg <arve@android.com>
798M: Riley Andrews <riandrews@android.com>
799T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
800L: devel@driverdev.osuosl.org
801S: Supported
802F: drivers/android/
803F: drivers/staging/android/
804
805ANDROID ION DRIVER
806M: Laura Abbott <labbott@redhat.com>
807M: Sumit Semwal <sumit.semwal@linaro.org>
808L: devel@driverdev.osuosl.org
809S: Supported
810F: drivers/staging/android/ion
811F: drivers/staging/android/uapi/ion.h
812F: drivers/staging/android/uapi/ion_test.h
813
814AOA (Apple Onboard Audio) ALSA DRIVER
815M: Johannes Berg <johannes@sipsolutions.net>
816L: linuxppc-dev@lists.ozlabs.org
817L: alsa-devel@alsa-project.org (moderated for non-subscribers)
818S: Maintained
819F: sound/aoa/
820
821APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
822M: William Breathitt Gray <vilhelm.gray@gmail.com>
823L: linux-iio@vger.kernel.org
824S: Maintained
825F: drivers/iio/dac/stx104.c
826
827APM DRIVER
828M: Jiri Kosina <jikos@kernel.org>
829S: Odd fixes
830T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
831F: arch/x86/kernel/apm_32.c
832F: include/linux/apm_bios.h
833F: include/uapi/linux/apm_bios.h
834F: drivers/char/apm-emulation.c
835
836APPLE BCM5974 MULTITOUCH DRIVER
837M: Henrik Rydberg <rydberg@bitmath.org>
838L: linux-input@vger.kernel.org
839S: Odd fixes
840F: drivers/input/mouse/bcm5974.c
841
842APPLE SMC DRIVER
843M: Henrik Rydberg <rydberg@bitmath.org>
844L: linux-hwmon@vger.kernel.org
845S: Odd fixes
846F: drivers/hwmon/applesmc.c
847
848APPLETALK NETWORK LAYER
849M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
850S: Maintained
851F: drivers/net/appletalk/
852F: net/appletalk/
853
854APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
855M: Duc Dang <dhdang@apm.com>
856S: Supported
857F: arch/arm64/boot/dts/apm/
858
859APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
860M: Iyappan Subramanian <isubramanian@apm.com>
861M: Keyur Chudgar <kchudgar@apm.com>
862S: Supported
863F: drivers/net/ethernet/apm/xgene/
864F: drivers/net/phy/mdio-xgene.c
865F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
866F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
867
868APTINA CAMERA SENSOR PLL
869M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
870L: linux-media@vger.kernel.org
871S: Maintained
872F: drivers/media/i2c/aptina-pll.*
873
874ARC FRAMEBUFFER DRIVER
875M: Jaya Kumar <jayalk@intworks.biz>
876S: Maintained
877F: drivers/video/fbdev/arcfb.c
878F: drivers/video/fbdev/core/fb_defio.c
879
880ARCNET NETWORK LAYER
881M: Michael Grzeschik <m.grzeschik@pengutronix.de>
882L: netdev@vger.kernel.org
883S: Maintained
884F: drivers/net/arcnet/
885F: include/uapi/linux/if_arcnet.h
886
887ARC PGU DRM DRIVER
888M: Alexey Brodkin <abrodkin@synopsys.com>
889S: Supported
890F: drivers/gpu/drm/arc/
891F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
892
893ARM HDLCD DRM DRIVER
894M: Liviu Dudau <liviu.dudau@arm.com>
895S: Supported
896F: drivers/gpu/drm/arm/hdlcd_*
897F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
898
899ARM MALI-DP DRM DRIVER
900M: Liviu Dudau <liviu.dudau@arm.com>
901M: Brian Starkey <brian.starkey@arm.com>
902M: Mali DP Maintainers <malidp@foss.arm.com>
903S: Supported
904F: drivers/gpu/drm/arm/
905F: Documentation/devicetree/bindings/display/arm,malidp.txt
906
907ARM MFM AND FLOPPY DRIVERS
908M: Ian Molton <spyro@f2s.com>
909S: Maintained
910F: arch/arm/lib/floppydma.S
911F: arch/arm/include/asm/floppy.h
912
913ARM PMU PROFILING AND DEBUGGING
914M: Will Deacon <will.deacon@arm.com>
915R: Mark Rutland <mark.rutland@arm.com>
916S: Maintained
917F: arch/arm*/kernel/perf_*
918F: arch/arm/oprofile/common.c
919F: arch/arm*/kernel/hw_breakpoint.c
920F: arch/arm*/include/asm/hw_breakpoint.h
921F: arch/arm*/include/asm/perf_event.h
922F: drivers/perf/arm_pmu.c
923F: include/linux/perf/arm_pmu.h
924
925ARM PORT
926M: Russell King <linux@armlinux.org.uk>
927L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
928W: http://www.armlinux.org.uk/
929S: Maintained
930F: arch/arm/
931
932ARM SUB-ARCHITECTURES
933L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
934S: Maintained
935F: arch/arm/mach-*/
936F: arch/arm/plat-*/
937T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
938
939ARM PRIMECELL AACI PL041 DRIVER
940M: Russell King <linux@armlinux.org.uk>
941S: Maintained
942F: sound/arm/aaci.*
943
944ARM PRIMECELL CLCD PL110 DRIVER
945M: Russell King <linux@armlinux.org.uk>
946S: Maintained
947F: drivers/video/fbdev/amba-clcd.*
948
949ARM PRIMECELL KMI PL050 DRIVER
950M: Russell King <linux@armlinux.org.uk>
951S: Maintained
952F: drivers/input/serio/ambakmi.*
953F: include/linux/amba/kmi.h
954
955ARM PRIMECELL MMCI PL180/1 DRIVER
956M: Russell King <linux@armlinux.org.uk>
957S: Maintained
958F: drivers/mmc/host/mmci.*
959F: include/linux/amba/mmci.h
960
961ARM PRIMECELL UART PL010 AND PL011 DRIVERS
962M: Russell King <linux@armlinux.org.uk>
963S: Maintained
964F: drivers/tty/serial/amba-pl01*.c
965F: include/linux/amba/serial.h
966
967ARM PRIMECELL BUS SUPPORT
968M: Russell King <linux@armlinux.org.uk>
969S: Maintained
970F: drivers/amba/
971F: include/linux/amba/bus.h
972
973ARM/ADS SPHERE MACHINE SUPPORT
974M: Lennert Buytenhek <kernel@wantstofly.org>
975L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
976S: Maintained
977
978ARM/AFEB9260 MACHINE SUPPORT
979M: Sergey Lapin <slapin@ossfans.org>
980L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
981S: Maintained
982
983ARM/AJECO 1ARM MACHINE SUPPORT
984M: Lennert Buytenhek <kernel@wantstofly.org>
985L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986S: Maintained
987
988ARM/Allwinner sunXi SoC support
989M: Maxime Ripard <maxime.ripard@free-electrons.com>
990M: Chen-Yu Tsai <wens@csie.org>
991L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
992S: Maintained
993N: sun[x456789]i
994
995ARM/Allwinner SoC Clock Support
996M: Emilio López <emilio@elopez.com.ar>
997S: Maintained
998F: drivers/clk/sunxi/
999
1000ARM/Amlogic Meson SoC support
1001M: Carlo Caione <carlo@caione.org>
1002M: Kevin Hilman <khilman@baylibre.com>
1003L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1004L: linux-amlogic@lists.infradead.org
1005W: http://linux-meson.com/
1006S: Maintained
1007F: arch/arm/mach-meson/
1008F: arch/arm/boot/dts/meson*
1009F: arch/arm64/boot/dts/amlogic/
1010F: drivers/pinctrl/meson/
1011N: meson
1012
1013ARM/Annapurna Labs ALPINE ARCHITECTURE
1014M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1015M: Antoine Tenart <antoine.tenart@free-electrons.com>
1016L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1017S: Maintained
1018F: arch/arm/mach-alpine/
1019F: arch/arm/boot/dts/alpine*
1020F: arch/arm64/boot/dts/al/
1021F: drivers/*/*alpine*
1022
1023ARM/ARTPEC MACHINE SUPPORT
1024M: Jesper Nilsson <jesper.nilsson@axis.com>
1025M: Lars Persson <lars.persson@axis.com>
1026M: Niklas Cassel <niklas.cassel@axis.com>
1027S: Maintained
1028L: linux-arm-kernel@axis.com
1029F: arch/arm/mach-artpec
1030F: arch/arm/boot/dts/artpec6*
1031F: drivers/clk/axis
1032
1033ARM/ASPEED MACHINE SUPPORT
1034M: Joel Stanley <joel@jms.id.au>
1035S: Maintained
1036F: arch/arm/mach-aspeed/
1037F: arch/arm/boot/dts/aspeed-*
1038F: drivers/*/*aspeed*
1039
1040ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1041M: Nicolas Ferre <nicolas.ferre@atmel.com>
1042M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1043M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1044L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1045W: http://www.linux4sam.org
1046T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1047S: Supported
1048F: arch/arm/mach-at91/
1049F: include/soc/at91/
1050F: arch/arm/boot/dts/at91*.dts
1051F: arch/arm/boot/dts/at91*.dtsi
1052F: arch/arm/boot/dts/sama*.dts
1053F: arch/arm/boot/dts/sama*.dtsi
1054F: arch/arm/include/debug/at91.S
1055
1056ARM/ATMEL AT91 Clock Support
1057M: Boris Brezillon <boris.brezillon@free-electrons.com>
1058S: Maintained
1059F: drivers/clk/at91
1060
1061ARM/CALXEDA HIGHBANK ARCHITECTURE
1062M: Rob Herring <robh@kernel.org>
1063L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1064S: Maintained
1065F: arch/arm/mach-highbank/
1066F: arch/arm/boot/dts/highbank.dts
1067F: arch/arm/boot/dts/ecx-*.dts*
1068
1069ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1070M: Krzysztof Halasa <khalasa@piap.pl>
1071S: Maintained
1072F: arch/arm/mach-cns3xxx/
1073
1074ARM/CAVIUM THUNDER NETWORK DRIVER
1075M: Sunil Goutham <sgoutham@cavium.com>
1076M: Robert Richter <rric@kernel.org>
1077L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078S: Supported
1079F: drivers/net/ethernet/cavium/thunder/
1080
1081ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1082M: Alexander Shiyan <shc_work@mail.ru>
1083L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084S: Odd Fixes
1085N: clps711x
1086
1087ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1088M: Hartley Sweeten <hsweeten@visionengravers.com>
1089M: Ryan Mallon <rmallon@gmail.com>
1090L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091S: Maintained
1092F: arch/arm/mach-ep93xx/
1093F: arch/arm/mach-ep93xx/include/mach/
1094
1095ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1096M: Lennert Buytenhek <kernel@wantstofly.org>
1097L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098S: Maintained
1099
1100ARM/CLKDEV SUPPORT
1101M: Russell King <linux@armlinux.org.uk>
1102L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103S: Maintained
1104F: arch/arm/include/asm/clkdev.h
1105F: drivers/clk/clkdev.c
1106
1107ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1108M: Mike Rapoport <mike@compulab.co.il>
1109L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110S: Maintained
1111
1112ARM/CONTEC MICRO9 MACHINE SUPPORT
1113M: Hubert Feurstein <hubert.feurstein@contec.at>
1114S: Maintained
1115F: arch/arm/mach-ep93xx/micro9.c
1116
1117ARM/CORESIGHT FRAMEWORK AND DRIVERS
1118M: Mathieu Poirier <mathieu.poirier@linaro.org>
1119L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120S: Maintained
1121F: drivers/hwtracing/coresight/*
1122F: Documentation/trace/coresight.txt
1123F: Documentation/devicetree/bindings/arm/coresight.txt
1124F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1125
1126ARM/CORGI MACHINE SUPPORT
1127M: Richard Purdie <rpurdie@rpsys.net>
1128S: Maintained
1129
1130ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1131M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1132L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1133T: git git://github.com/ulli-kroll/linux.git
1134S: Maintained
1135F: arch/arm/mach-gemini/
1136F: drivers/rtc/rtc-gemini.c
1137
1138ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1139M: Barry Song <baohua@kernel.org>
1140L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1142S: Maintained
1143F: arch/arm/boot/dts/prima2*
1144F: arch/arm/mach-prima2/
1145F: drivers/clk/sirf/
1146F: drivers/clocksource/timer-prima2.c
1147F: drivers/clocksource/timer-atlas7.c
1148N: [^a-z]sirf
1149
1150ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1151M: Baruch Siach <baruch@tkos.co.il>
1152L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153S: Maintained
1154F: arch/arm/boot/dts/cx92755*
1155N: digicolor
1156
1157ARM/EBSA110 MACHINE SUPPORT
1158M: Russell King <linux@armlinux.org.uk>
1159L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160W: http://www.armlinux.org.uk/
1161S: Maintained
1162F: arch/arm/mach-ebsa110/
1163F: drivers/net/ethernet/amd/am79c961a.*
1164
1165ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1166M: Uwe Kleine-König <kernel@pengutronix.de>
1167L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1168S: Maintained
1169N: efm32
1170
1171ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1172M: Daniel Ribeiro <drwyrm@gmail.com>
1173M: Stefan Schmidt <stefan@openezx.org>
1174M: Harald Welte <laforge@openezx.org>
1175L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1176W: http://www.openezx.org/
1177S: Maintained
1178T: topgit git://git.openezx.org/openezx.git
1179F: arch/arm/mach-pxa/ezx.c
1180
1181ARM/FARADAY FA526 PORT
1182M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1183L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1184S: Maintained
1185T: git git://git.berlios.de/gemini-board
1186F: arch/arm/mm/*-fa*
1187
1188ARM/FOOTBRIDGE ARCHITECTURE
1189M: Russell King <linux@armlinux.org.uk>
1190L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191W: http://www.armlinux.org.uk/
1192S: Maintained
1193F: arch/arm/include/asm/hardware/dec21285.h
1194F: arch/arm/mach-footbridge/
1195
1196ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1197M: Shawn Guo <shawnguo@kernel.org>
1198M: Sascha Hauer <kernel@pengutronix.de>
1199R: Fabio Estevam <fabio.estevam@nxp.com>
1200L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1201S: Maintained
1202T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1203F: arch/arm/mach-imx/
1204F: arch/arm/mach-mxs/
1205F: arch/arm/boot/dts/imx*
1206F: arch/arm/configs/imx*_defconfig
1207F: drivers/clk/imx/
1208F: include/soc/imx/
1209
1210ARM/FREESCALE VYBRID ARM ARCHITECTURE
1211M: Shawn Guo <shawnguo@kernel.org>
1212M: Sascha Hauer <kernel@pengutronix.de>
1213R: Stefan Agner <stefan@agner.ch>
1214L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215S: Maintained
1216T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1217F: arch/arm/mach-imx/*vf610*
1218F: arch/arm/boot/dts/vf*
1219
1220ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1221M: Lennert Buytenhek <kernel@wantstofly.org>
1222L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1223S: Maintained
1224
1225ARM/GUMSTIX MACHINE SUPPORT
1226M: Steve Sakoman <sakoman@gmail.com>
1227L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228S: Maintained
1229
1230ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1231M: Philipp Zabel <philipp.zabel@gmail.com>
1232M: Paul Parsons <lost.distance@yahoo.com>
1233L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1234S: Maintained
1235F: arch/arm/mach-pxa/hx4700.c
1236F: arch/arm/mach-pxa/include/mach/hx4700.h
1237F: sound/soc/pxa/hx4700.c
1238
1239ARM/HISILICON SOC SUPPORT
1240M: Wei Xu <xuwei5@hisilicon.com>
1241L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1242W: http://www.hisilicon.com
1243S: Supported
1244T: git git://github.com/hisilicon/linux-hisi.git
1245F: arch/arm/mach-hisi/
1246F: arch/arm/boot/dts/hi3*
1247F: arch/arm/boot/dts/hip*
1248F: arch/arm/boot/dts/hisi*
1249F: arch/arm64/boot/dts/hisilicon/
1250
1251ARM/HP JORNADA 7XX MACHINE SUPPORT
1252M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1253W: www.jlime.com
1254S: Maintained
1255T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1256F: arch/arm/mach-sa1100/jornada720.c
1257F: arch/arm/mach-sa1100/include/mach/jornada720.h
1258
1259ARM/IGEP MACHINE SUPPORT
1260M: Enric Balletbo i Serra <eballetbo@gmail.com>
1261M: Javier Martinez Canillas <javier@dowhile0.org>
1262L: linux-omap@vger.kernel.org
1263L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1264S: Maintained
1265F: arch/arm/boot/dts/omap3-igep*
1266
1267ARM/INCOME PXA270 SUPPORT
1268M: Marek Vasut <marek.vasut@gmail.com>
1269L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1270S: Maintained
1271F: arch/arm/mach-pxa/colibri-pxa270-income.c
1272
1273ARM/INTEL IOP32X ARM ARCHITECTURE
1274M: Lennert Buytenhek <kernel@wantstofly.org>
1275L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1276S: Maintained
1277
1278ARM/INTEL IOP33X ARM ARCHITECTURE
1279L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1280S: Orphan
1281
1282ARM/INTEL IOP13XX ARM ARCHITECTURE
1283M: Lennert Buytenhek <kernel@wantstofly.org>
1284L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1285S: Maintained
1286
1287ARM/INTEL IQ81342EX MACHINE SUPPORT
1288M: Lennert Buytenhek <kernel@wantstofly.org>
1289L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1290S: Maintained
1291
1292ARM/INTEL IXDP2850 MACHINE SUPPORT
1293M: Lennert Buytenhek <kernel@wantstofly.org>
1294L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295S: Maintained
1296
1297ARM/INTEL IXP4XX ARM ARCHITECTURE
1298M: Imre Kaloz <kaloz@openwrt.org>
1299M: Krzysztof Halasa <khalasa@piap.pl>
1300L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1301S: Maintained
1302F: arch/arm/mach-ixp4xx/
1303
1304ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1305M: Jonathan Cameron <jic23@cam.ac.uk>
1306L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307S: Maintained
1308F: arch/arm/mach-pxa/stargate2.c
1309F: drivers/pcmcia/pxa2xx_stargate2.c
1310
1311ARM/INTEL XSC3 (MANZANO) ARM CORE
1312M: Lennert Buytenhek <kernel@wantstofly.org>
1313L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1314S: Maintained
1315
1316ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1317M: Lennert Buytenhek <kernel@wantstofly.org>
1318L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319S: Maintained
1320
1321ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1322M: Santosh Shilimkar <ssantosh@kernel.org>
1323L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324S: Maintained
1325F: arch/arm/mach-keystone/
1326F: arch/arm/boot/dts/keystone-*
1327T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1328
1329ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1330M: Santosh Shilimkar <ssantosh@kernel.org>
1331L: linux-kernel@vger.kernel.org
1332S: Maintained
1333F: drivers/clk/keystone/
1334
1335ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1336M: Santosh Shilimkar <ssantosh@kernel.org>
1337L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1338L: linux-kernel@vger.kernel.org
1339S: Maintained
1340F: drivers/clocksource/timer-keystone.c
1341
1342ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1343M: Santosh Shilimkar <ssantosh@kernel.org>
1344L: linux-kernel@vger.kernel.org
1345S: Maintained
1346F: drivers/power/reset/keystone-reset.c
1347
1348ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1349M: Santosh Shilimkar <ssantosh@kernel.org>
1350L: linux-kernel@vger.kernel.org
1351S: Maintained
1352F: drivers/memory/*emif*
1353
1354ARM/LG1K ARCHITECTURE
1355M: Chanho Min <chanho.min@lge.com>
1356L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1357S: Maintained
1358F: arch/arm64/boot/dts/lg/
1359
1360ARM/LOGICPD PXA270 MACHINE SUPPORT
1361M: Lennert Buytenhek <kernel@wantstofly.org>
1362L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1363S: Maintained
1364
1365ARM/LPC18XX ARCHITECTURE
1366M: Joachim Eastwood <manabian@gmail.com>
1367L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1368S: Maintained
1369F: arch/arm/boot/dts/lpc43*
1370F: drivers/clk/nxp/clk-lpc18xx*
1371F: drivers/clocksource/time-lpc32xx.c
1372F: drivers/i2c/busses/i2c-lpc2k.c
1373F: drivers/memory/pl172.c
1374F: drivers/mtd/spi-nor/nxp-spifi.c
1375F: drivers/rtc/rtc-lpc24xx.c
1376N: lpc18xx
1377
1378ARM/LPC32XX SOC SUPPORT
1379M: Vladimir Zapolskiy <vz@mleia.com>
1380M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1381L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1382T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1383S: Maintained
1384F: arch/arm/boot/dts/lpc32*
1385F: arch/arm/mach-lpc32xx/
1386F: drivers/i2c/busses/i2c-pnx.c
1387F: drivers/net/ethernet/nxp/lpc_eth.c
1388F: drivers/usb/host/ohci-nxp.c
1389F: drivers/watchdog/pnx4008_wdt.c
1390N: lpc32xx
1391
1392ARM/MAGICIAN MACHINE SUPPORT
1393M: Philipp Zabel <philipp.zabel@gmail.com>
1394S: Maintained
1395
1396ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1397M: Jason Cooper <jason@lakedaemon.net>
1398M: Andrew Lunn <andrew@lunn.ch>
1399M: Gregory Clement <gregory.clement@free-electrons.com>
1400M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1401L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1402S: Maintained
1403F: arch/arm/mach-mvebu/
1404F: drivers/rtc/rtc-armada38x.c
1405F: arch/arm/boot/dts/armada*
1406F: arch/arm/boot/dts/kirkwood*
1407F: arch/arm64/boot/dts/marvell/armada*
1408F: drivers/cpufreq/mvebu-cpufreq.c
1409F: arch/arm/configs/mvebu_*_defconfig
1410
1411ARM/Marvell Berlin SoC support
1412M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1413L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414S: Maintained
1415F: arch/arm/mach-berlin/
1416F: arch/arm/boot/dts/berlin*
1417F: arch/arm64/boot/dts/marvell/berlin*
1418
1419
1420ARM/Marvell Dove/MV78xx0/Orion SOC support
1421M: Jason Cooper <jason@lakedaemon.net>
1422M: Andrew Lunn <andrew@lunn.ch>
1423M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1424M: Gregory Clement <gregory.clement@free-electrons.com>
1425L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1426S: Maintained
1427F: arch/arm/mach-dove/
1428F: arch/arm/mach-mv78xx0/
1429F: arch/arm/mach-orion5x/
1430F: arch/arm/plat-orion/
1431F: arch/arm/boot/dts/dove*
1432F: arch/arm/boot/dts/orion5x*
1433
1434
1435ARM/Orion SoC/Technologic Systems TS-78xx platform support
1436M: Alexander Clouter <alex@digriz.org.uk>
1437L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1438W: http://www.digriz.org.uk/ts78xx/kernel
1439S: Maintained
1440F: arch/arm/mach-orion5x/ts78xx-*
1441
1442ARM/OXNAS platform support
1443M: Neil Armstrong <narmstrong@baylibre.com>
1444L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1445S: Maintained
1446F: arch/arm/mach-oxnas/
1447F: arch/arm/boot/dts/oxnas*
1448F: arch/arm/boot/dts/wd-mbwe.dts
1449N: oxnas
1450
1451ARM/Mediatek RTC DRIVER
1452M: Eddie Huang <eddie.huang@mediatek.com>
1453L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1454L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1455S: Maintained
1456F: drivers/rtc/rtc-mt6397.c
1457
1458ARM/Mediatek SoC support
1459M: Matthias Brugger <matthias.bgg@gmail.com>
1460L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1461L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1462S: Maintained
1463F: arch/arm/boot/dts/mt6*
1464F: arch/arm/boot/dts/mt8*
1465F: arch/arm/mach-mediatek/
1466N: mtk
1467K: mediatek
1468
1469ARM/Mediatek USB3 PHY DRIVER
1470M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1471L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1472L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1473S: Maintained
1474F: drivers/phy/phy-mt65xx-usb3.c
1475
1476ARM/MICREL KS8695 ARCHITECTURE
1477M: Greg Ungerer <gerg@uclinux.org>
1478L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1479F: arch/arm/mach-ks8695/
1480S: Odd Fixes
1481
1482ARM/MIOA701 MACHINE SUPPORT
1483M: Robert Jarzmik <robert.jarzmik@free.fr>
1484L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1485F: arch/arm/mach-pxa/mioa701.c
1486S: Maintained
1487
1488ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1489M: Michael Petchkovsky <mkpetch@internode.on.net>
1490S: Maintained
1491
1492ARM/NOMADIK ARCHITECTURE
1493M: Alessandro Rubini <rubini@unipv.it>
1494M: Linus Walleij <linus.walleij@linaro.org>
1495L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1496S: Maintained
1497F: arch/arm/mach-nomadik/
1498F: drivers/pinctrl/nomadik/
1499F: drivers/i2c/busses/i2c-nomadik.c
1500T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1501
1502ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1503M: Nelson Castillo <arhuaco@freaks-unidos.net>
1504L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1505W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1506S: Supported
1507
1508ARM/TOSA MACHINE SUPPORT
1509M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1510M: Dirk Opfer <dirk@opfer-online.de>
1511S: Maintained
1512
1513ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1514M: Marek Vasut <marek.vasut@gmail.com>
1515L: linux-arm-kernel@lists.infradead.org
1516W: http://hackndev.com
1517S: Maintained
1518F: arch/arm/mach-pxa/include/mach/palmtx.h
1519F: arch/arm/mach-pxa/palmtx.c
1520F: arch/arm/mach-pxa/include/mach/palmt5.h
1521F: arch/arm/mach-pxa/palmt5.c
1522F: arch/arm/mach-pxa/include/mach/palmld.h
1523F: arch/arm/mach-pxa/palmld.c
1524F: arch/arm/mach-pxa/include/mach/palmte2.h
1525F: arch/arm/mach-pxa/palmte2.c
1526F: arch/arm/mach-pxa/include/mach/palmtc.h
1527F: arch/arm/mach-pxa/palmtc.c
1528
1529ARM/PALM TREO SUPPORT
1530M: Tomas Cech <sleep_walker@suse.com>
1531L: linux-arm-kernel@lists.infradead.org
1532W: http://hackndev.com
1533S: Maintained
1534F: arch/arm/mach-pxa/include/mach/palmtreo.h
1535F: arch/arm/mach-pxa/palmtreo.c
1536
1537ARM/PALMZ72 SUPPORT
1538M: Sergey Lapin <slapin@ossfans.org>
1539L: linux-arm-kernel@lists.infradead.org
1540W: http://hackndev.com
1541S: Maintained
1542F: arch/arm/mach-pxa/include/mach/palmz72.h
1543F: arch/arm/mach-pxa/palmz72.c
1544
1545ARM/PLEB SUPPORT
1546M: Peter Chubb <pleb@gelato.unsw.edu.au>
1547W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1548S: Maintained
1549
1550ARM/PT DIGITAL BOARD PORT
1551M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1552L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1553W: http://www.armlinux.org.uk/
1554S: Maintained
1555
1556ARM/QUALCOMM SUPPORT
1557M: Andy Gross <andy.gross@linaro.org>
1558M: David Brown <david.brown@linaro.org>
1559L: linux-arm-msm@vger.kernel.org
1560L: linux-soc@vger.kernel.org
1561S: Maintained
1562F: Documentation/devicetree/bindings/soc/qcom/
1563F: arch/arm/boot/dts/qcom-*.dts
1564F: arch/arm/boot/dts/qcom-*.dtsi
1565F: arch/arm/mach-qcom/
1566F: arch/arm64/boot/dts/qcom/*
1567F: drivers/i2c/busses/i2c-qup.c
1568F: drivers/clk/qcom/
1569F: drivers/soc/qcom/
1570F: drivers/spi/spi-qup.c
1571F: drivers/tty/serial/msm_serial.h
1572F: drivers/tty/serial/msm_serial.c
1573F: drivers/*/pm8???-*
1574F: drivers/mfd/ssbi.c
1575F: drivers/firmware/qcom_scm.c
1576T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1577
1578ARM/RADISYS ENP2611 MACHINE SUPPORT
1579M: Lennert Buytenhek <kernel@wantstofly.org>
1580L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1581S: Maintained
1582
1583ARM/RENESAS ARM64 ARCHITECTURE
1584M: Simon Horman <horms@verge.net.au>
1585M: Magnus Damm <magnus.damm@gmail.com>
1586L: linux-renesas-soc@vger.kernel.org
1587Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1588T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1589S: Supported
1590F: arch/arm64/boot/dts/renesas/
1591F: drivers/soc/renesas/
1592F: include/linux/soc/renesas/
1593
1594ARM/RISCPC ARCHITECTURE
1595M: Russell King <linux@armlinux.org.uk>
1596L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1597W: http://www.armlinux.org.uk/
1598S: Maintained
1599F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1600F: arch/arm/include/asm/hardware/ioc.h
1601F: arch/arm/include/asm/hardware/iomd.h
1602F: arch/arm/include/asm/hardware/memc.h
1603F: arch/arm/mach-rpc/
1604F: drivers/net/ethernet/8390/etherh.c
1605F: drivers/net/ethernet/i825xx/ether1*
1606F: drivers/net/ethernet/seeq/ether3*
1607F: drivers/scsi/arm/
1608
1609ARM/Rockchip SoC support
1610M: Heiko Stuebner <heiko@sntech.de>
1611L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1612L: linux-rockchip@lists.infradead.org
1613T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1614S: Maintained
1615F: arch/arm/boot/dts/rk3*
1616F: arch/arm/mach-rockchip/
1617F: drivers/clk/rockchip/
1618F: drivers/i2c/busses/i2c-rk3x.c
1619F: drivers/*/*rockchip*
1620F: drivers/*/*/*rockchip*
1621F: sound/soc/rockchip/
1622N: rockchip
1623
1624ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1625M: Kukjin Kim <kgene@kernel.org>
1626M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1627L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1628L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1629S: Maintained
1630F: arch/arm/boot/dts/s3c*
1631F: arch/arm/boot/dts/s5p*
1632F: arch/arm/boot/dts/samsung*
1633F: arch/arm/boot/dts/exynos*
1634F: arch/arm64/boot/dts/exynos/
1635F: arch/arm/plat-samsung/
1636F: arch/arm/mach-s3c24*/
1637F: arch/arm/mach-s3c64xx/
1638F: arch/arm/mach-s5p*/
1639F: arch/arm/mach-exynos*/
1640F: drivers/*/*s3c24*
1641F: drivers/*/*/*s3c24*
1642F: drivers/*/*s3c64xx*
1643F: drivers/*/*s5pv210*
1644F: drivers/memory/samsung/*
1645F: drivers/soc/samsung/*
1646F: drivers/spi/spi-s3c*
1647F: Documentation/arm/Samsung/
1648F: Documentation/devicetree/bindings/arm/samsung/
1649F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1650F: Documentation/devicetree/bindings/power/pd-samsung.txt
1651N: exynos
1652
1653ARM/SAMSUNG MOBILE MACHINE SUPPORT
1654M: Kyungmin Park <kyungmin.park@samsung.com>
1655L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1656S: Maintained
1657F: arch/arm/mach-s5pv210/
1658
1659ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1660M: Kyungmin Park <kyungmin.park@samsung.com>
1661M: Kamil Debski <kamil@wypas.org>
1662M: Andrzej Hajda <a.hajda@samsung.com>
1663L: linux-arm-kernel@lists.infradead.org
1664L: linux-media@vger.kernel.org
1665S: Maintained
1666F: drivers/media/platform/s5p-g2d/
1667
1668ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1669M: Kyungmin Park <kyungmin.park@samsung.com>
1670M: Kamil Debski <kamil@wypas.org>
1671M: Jeongtae Park <jtp.park@samsung.com>
1672M: Andrzej Hajda <a.hajda@samsung.com>
1673L: linux-arm-kernel@lists.infradead.org
1674L: linux-media@vger.kernel.org
1675S: Maintained
1676F: arch/arm/plat-samsung/s5p-dev-mfc.c
1677F: drivers/media/platform/s5p-mfc/
1678
1679ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1680M: Kyungmin Park <kyungmin.park@samsung.com>
1681M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1682L: linux-arm-kernel@lists.infradead.org
1683L: linux-media@vger.kernel.org
1684S: Maintained
1685F: drivers/media/platform/s5p-tv/
1686
1687ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1688M: Kyungmin Park <kyungmin.park@samsung.com>
1689L: linux-arm-kernel@lists.infradead.org
1690L: linux-media@vger.kernel.org
1691S: Maintained
1692F: drivers/staging/media/platform/s5p-cec/
1693
1694ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1695M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1696M: Jacek Anaszewski <j.anaszewski@samsung.com>
1697L: linux-arm-kernel@lists.infradead.org
1698L: linux-media@vger.kernel.org
1699S: Maintained
1700F: drivers/media/platform/s5p-jpeg/
1701
1702ARM/SHMOBILE ARM ARCHITECTURE
1703M: Simon Horman <horms@verge.net.au>
1704M: Magnus Damm <magnus.damm@gmail.com>
1705L: linux-renesas-soc@vger.kernel.org
1706Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1707T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1708S: Supported
1709F: arch/arm/boot/dts/emev2*
1710F: arch/arm/boot/dts/r7s*
1711F: arch/arm/boot/dts/r8a*
1712F: arch/arm/boot/dts/sh*
1713F: arch/arm/configs/shmobile_defconfig
1714F: arch/arm/include/debug/renesas-scif.S
1715F: arch/arm/mach-shmobile/
1716F: drivers/soc/renesas/
1717F: include/linux/soc/renesas/
1718
1719ARM/SOCFPGA ARCHITECTURE
1720M: Dinh Nguyen <dinguyen@opensource.altera.com>
1721S: Maintained
1722F: arch/arm/mach-socfpga/
1723F: arch/arm/boot/dts/socfpga*
1724F: arch/arm/configs/socfpga_defconfig
1725F: arch/arm64/boot/dts/altera/
1726W: http://www.rocketboards.org
1727T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1728
1729ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1730M: Dinh Nguyen <dinguyen@opensource.altera.com>
1731S: Maintained
1732F: drivers/clk/socfpga/
1733
1734ARM/SOCFPGA EDAC SUPPORT
1735M: Thor Thayer <tthayer@opensource.altera.com>
1736S: Maintained
1737F: drivers/edac/altera_edac.
1738
1739ARM/STI ARCHITECTURE
1740M: Patrice Chotard <patrice.chotard@st.com>
1741L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1742L: kernel@stlinux.com
1743W: http://www.stlinux.com
1744S: Maintained
1745F: arch/arm/mach-sti/
1746F: arch/arm/boot/dts/sti*
1747F: drivers/char/hw_random/st-rng.c
1748F: drivers/clocksource/arm_global_timer.c
1749F: drivers/clocksource/clksrc_st_lpc.c
1750F: drivers/cpufreq/sti-cpufreq.c
1751F: drivers/i2c/busses/i2c-st.c
1752F: drivers/media/rc/st_rc.c
1753F: drivers/media/platform/sti/c8sectpfe/
1754F: drivers/mmc/host/sdhci-st.c
1755F: drivers/phy/phy-miphy28lp.c
1756F: drivers/phy/phy-miphy365x.c
1757F: drivers/phy/phy-stih407-usb.c
1758F: drivers/phy/phy-stih41x-usb.c
1759F: drivers/pinctrl/pinctrl-st.c
1760F: drivers/remoteproc/st_remoteproc.c
1761F: drivers/reset/sti/
1762F: drivers/rtc/rtc-st-lpc.c
1763F: drivers/tty/serial/st-asc.c
1764F: drivers/usb/dwc3/dwc3-st.c
1765F: drivers/usb/host/ehci-st.c
1766F: drivers/usb/host/ohci-st.c
1767F: drivers/watchdog/st_lpc_wdt.c
1768F: drivers/ata/ahci_st.c
1769
1770ARM/STM32 ARCHITECTURE
1771M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1772M: Alexandre Torgue <alexandre.torgue@st.com>
1773L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1774S: Maintained
1775T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1776N: stm32
1777F: drivers/clocksource/armv7m_systick.c
1778
1779ARM/TANGO ARCHITECTURE
1780M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1781L: linux-arm-kernel@lists.infradead.org
1782S: Maintained
1783N: tango
1784
1785ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1786M: Lennert Buytenhek <kernel@wantstofly.org>
1787L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1788S: Maintained
1789
1790ARM/TETON BGA MACHINE SUPPORT
1791M: "Mark F. Brown" <mark.brown314@gmail.com>
1792L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1793S: Maintained
1794
1795ARM/THECUS N2100 MACHINE SUPPORT
1796M: Lennert Buytenhek <kernel@wantstofly.org>
1797L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1798S: Maintained
1799
1800ARM/NUVOTON W90X900 ARM ARCHITECTURE
1801M: Wan ZongShun <mcuos.com@gmail.com>
1802L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1803W: http://www.mcuos.com
1804S: Maintained
1805F: arch/arm/mach-w90x900/
1806F: drivers/input/keyboard/w90p910_keypad.c
1807F: drivers/input/touchscreen/w90p910_ts.c
1808F: drivers/watchdog/nuc900_wdt.c
1809F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1810F: drivers/mtd/nand/nuc900_nand.c
1811F: drivers/rtc/rtc-nuc900.c
1812F: drivers/spi/spi-nuc900.c
1813F: drivers/usb/host/ehci-w90x900.c
1814F: drivers/video/fbdev/nuc900fb.c
1815
1816ARM/U300 MACHINE SUPPORT
1817M: Linus Walleij <linus.walleij@linaro.org>
1818L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1819S: Supported
1820F: arch/arm/mach-u300/
1821F: drivers/clocksource/timer-u300.c
1822F: drivers/i2c/busses/i2c-stu300.c
1823F: drivers/rtc/rtc-coh901331.c
1824F: drivers/watchdog/coh901327_wdt.c
1825F: drivers/dma/coh901318*
1826F: drivers/mfd/ab3100*
1827F: drivers/rtc/rtc-ab3100.c
1828F: drivers/rtc/rtc-coh901331.c
1829T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1830
1831ARM/UNIPHIER ARCHITECTURE
1832M: Masahiro Yamada <yamada.masahiro@socionext.com>
1833L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1834S: Maintained
1835F: arch/arm/boot/dts/uniphier*
1836F: arch/arm/include/asm/hardware/cache-uniphier.h
1837F: arch/arm/mach-uniphier/
1838F: arch/arm/mm/cache-uniphier.c
1839F: arch/arm64/boot/dts/socionext/
1840F: drivers/bus/uniphier-system-bus.c
1841F: drivers/i2c/busses/i2c-uniphier*
1842F: drivers/pinctrl/uniphier/
1843F: drivers/tty/serial/8250/8250_uniphier.c
1844N: uniphier
1845
1846ARM/Ux500 ARM ARCHITECTURE
1847M: Linus Walleij <linus.walleij@linaro.org>
1848L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1849S: Maintained
1850F: arch/arm/mach-ux500/
1851F: drivers/clocksource/clksrc-dbx500-prcmu.c
1852F: drivers/dma/ste_dma40*
1853F: drivers/hwspinlock/u8500_hsem.c
1854F: drivers/mfd/abx500*
1855F: drivers/mfd/ab8500*
1856F: drivers/mfd/dbx500*
1857F: drivers/mfd/db8500*
1858F: drivers/pinctrl/nomadik/pinctrl-ab*
1859F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1860F: drivers/rtc/rtc-ab8500.c
1861F: drivers/rtc/rtc-pl031.c
1862T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1863
1864ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1865M: Ulf Hansson <ulf.hansson@linaro.org>
1866L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1867T: git git://git.linaro.org/people/ulfh/clk.git
1868S: Maintained
1869F: drivers/clk/ux500/
1870
1871ARM/VERSATILE EXPRESS PLATFORM
1872M: Liviu Dudau <liviu.dudau@arm.com>
1873M: Sudeep Holla <sudeep.holla@arm.com>
1874M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1875L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1876S: Maintained
1877F: arch/arm/boot/dts/vexpress*
1878F: arch/arm64/boot/dts/arm/
1879F: arch/arm/mach-vexpress/
1880F: */*/vexpress*
1881F: */*/*/vexpress*
1882F: drivers/clk/versatile/clk-vexpress-osc.c
1883F: drivers/clocksource/versatile.c
1884N: mps2
1885
1886ARM/VFP SUPPORT
1887M: Russell King <linux@armlinux.org.uk>
1888L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1889W: http://www.armlinux.org.uk/
1890S: Maintained
1891F: arch/arm/vfp/
1892
1893ARM/VOIPAC PXA270 SUPPORT
1894M: Marek Vasut <marek.vasut@gmail.com>
1895L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1896S: Maintained
1897F: arch/arm/mach-pxa/vpac270.c
1898F: arch/arm/mach-pxa/include/mach/vpac270.h
1899
1900ARM/VT8500 ARM ARCHITECTURE
1901M: Tony Prisk <linux@prisktech.co.nz>
1902L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1903S: Maintained
1904F: arch/arm/mach-vt8500/
1905F: drivers/clocksource/vt8500_timer.c
1906F: drivers/i2c/busses/i2c-wmt.c
1907F: drivers/mmc/host/wmt-sdmmc.c
1908F: drivers/pwm/pwm-vt8500.c
1909F: drivers/rtc/rtc-vt8500.c
1910F: drivers/tty/serial/vt8500_serial.c
1911F: drivers/usb/host/ehci-platform.c
1912F: drivers/usb/host/uhci-platform.c
1913F: drivers/video/fbdev/vt8500lcdfb.*
1914F: drivers/video/fbdev/wm8505fb*
1915F: drivers/video/fbdev/wmt_ge_rops.*
1916
1917ARM/ZIPIT Z2 SUPPORT
1918M: Marek Vasut <marek.vasut@gmail.com>
1919L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1920S: Maintained
1921F: arch/arm/mach-pxa/z2.c
1922F: arch/arm/mach-pxa/include/mach/z2.h
1923
1924ARM/ZTE ARCHITECTURE
1925M: Jun Nie <jun.nie@linaro.org>
1926L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1927S: Maintained
1928F: arch/arm/mach-zx/
1929F: drivers/clk/zte/
1930F: Documentation/devicetree/bindings/arm/zte.txt
1931F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1932
1933ARM/ZYNQ ARCHITECTURE
1934M: Michal Simek <michal.simek@xilinx.com>
1935R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1936L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1937W: http://wiki.xilinx.com
1938T: git https://github.com/Xilinx/linux-xlnx.git
1939S: Supported
1940F: arch/arm/mach-zynq/
1941F: drivers/cpuidle/cpuidle-zynq.c
1942F: drivers/block/xsysace.c
1943N: zynq
1944N: xilinx
1945F: drivers/clocksource/cadence_ttc_timer.c
1946F: drivers/i2c/busses/i2c-cadence.c
1947F: drivers/mmc/host/sdhci-of-arasan.c
1948F: drivers/edac/synopsys_edac.c
1949
1950ARM SMMU DRIVERS
1951M: Will Deacon <will.deacon@arm.com>
1952R: Robin Murphy <robin.murphy@arm.com>
1953L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1954S: Maintained
1955F: drivers/iommu/arm-smmu.c
1956F: drivers/iommu/arm-smmu-v3.c
1957F: drivers/iommu/io-pgtable-arm.c
1958F: drivers/iommu/io-pgtable-arm-v7s.c
1959
1960ARM64 PORT (AARCH64 ARCHITECTURE)
1961M: Catalin Marinas <catalin.marinas@arm.com>
1962M: Will Deacon <will.deacon@arm.com>
1963L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1964T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1965S: Maintained
1966F: arch/arm64/
1967F: Documentation/arm64/
1968
1969AS3645A LED FLASH CONTROLLER DRIVER
1970M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1971L: linux-media@vger.kernel.org
1972T: git git://linuxtv.org/media_tree.git
1973S: Maintained
1974F: drivers/media/i2c/as3645a.c
1975F: include/media/i2c/as3645a.h
1976
1977ASC7621 HARDWARE MONITOR DRIVER
1978M: George Joseph <george.joseph@fairview5.com>
1979L: linux-hwmon@vger.kernel.org
1980S: Maintained
1981F: Documentation/hwmon/asc7621
1982F: drivers/hwmon/asc7621.c
1983
1984ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1985M: Corentin Chary <corentin.chary@gmail.com>
1986L: acpi4asus-user@lists.sourceforge.net
1987L: platform-driver-x86@vger.kernel.org
1988W: http://acpi4asus.sf.net
1989S: Maintained
1990F: drivers/platform/x86/asus*.c
1991F: drivers/platform/x86/eeepc*.c
1992
1993ASUS WIRELESS RADIO CONTROL DRIVER
1994M: João Paulo Rechi Vita <jprvita@gmail.com>
1995L: platform-driver-x86@vger.kernel.org
1996S: Maintained
1997F: drivers/platform/x86/asus-wireless.c
1998
1999ASYMMETRIC KEYS
2000M: David Howells <dhowells@redhat.com>
2001L: keyrings@vger.kernel.org
2002S: Maintained
2003F: Documentation/crypto/asymmetric-keys.txt
2004F: include/linux/verification.h
2005F: include/crypto/public_key.h
2006F: include/crypto/pkcs7.h
2007F: crypto/asymmetric_keys/
2008
2009ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2010R: Dan Williams <dan.j.williams@intel.com>
2011W: http://sourceforge.net/projects/xscaleiop
2012S: Odd fixes
2013F: Documentation/crypto/async-tx-api.txt
2014F: crypto/async_tx/
2015F: drivers/dma/
2016F: include/linux/dmaengine.h
2017F: include/linux/async_tx.h
2018
2019AT24 EEPROM DRIVER
2020M: Wolfram Sang <wsa@the-dreams.de>
2021L: linux-i2c@vger.kernel.org
2022S: Maintained
2023F: drivers/misc/eeprom/at24.c
2024F: include/linux/platform_data/at24.h
2025
2026ATA OVER ETHERNET (AOE) DRIVER
2027M: "Ed L. Cashin" <ed.cashin@acm.org>
2028W: http://www.openaoe.org/
2029S: Supported
2030F: Documentation/aoe/
2031F: drivers/block/aoe/
2032
2033ATHEROS 71XX/9XXX GPIO DRIVER
2034M: Alban Bedel <albeu@free.fr>
2035W: https://github.com/AlbanBedel/linux
2036T: git git://github.com/AlbanBedel/linux
2037S: Maintained
2038F: drivers/gpio/gpio-ath79.c
2039F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2040
2041ATHEROS ATH GENERIC UTILITIES
2042M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2043L: linux-wireless@vger.kernel.org
2044S: Supported
2045F: drivers/net/wireless/ath/*
2046
2047ATHEROS ATH5K WIRELESS DRIVER
2048M: Jiri Slaby <jirislaby@gmail.com>
2049M: Nick Kossifidis <mickflemm@gmail.com>
2050M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2051L: linux-wireless@vger.kernel.org
2052W: http://wireless.kernel.org/en/users/Drivers/ath5k
2053S: Maintained
2054F: drivers/net/wireless/ath/ath5k/
2055
2056ATHEROS ATH6KL WIRELESS DRIVER
2057M: Kalle Valo <kvalo@qca.qualcomm.com>
2058L: linux-wireless@vger.kernel.org
2059W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2060T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2061S: Supported
2062F: drivers/net/wireless/ath/ath6kl/
2063
2064WILOCITY WIL6210 WIRELESS DRIVER
2065M: Maya Erez <qca_merez@qca.qualcomm.com>
2066L: linux-wireless@vger.kernel.org
2067L: wil6210@qca.qualcomm.com
2068S: Supported
2069W: http://wireless.kernel.org/en/users/Drivers/wil6210
2070F: drivers/net/wireless/ath/wil6210/
2071F: include/uapi/linux/wil6210_uapi.h
2072
2073CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2074M: Christian Lamparter <chunkeey@googlemail.com>
2075L: linux-wireless@vger.kernel.org
2076W: http://wireless.kernel.org/en/users/Drivers/carl9170
2077S: Maintained
2078F: drivers/net/wireless/ath/carl9170/
2079
2080ATK0110 HWMON DRIVER
2081M: Luca Tettamanti <kronos.it@gmail.com>
2082L: linux-hwmon@vger.kernel.org
2083S: Maintained
2084F: drivers/hwmon/asus_atk0110.c
2085
2086ATI_REMOTE2 DRIVER
2087M: Ville Syrjala <syrjala@sci.fi>
2088S: Maintained
2089F: drivers/input/misc/ati_remote2.c
2090
2091ATLX ETHERNET DRIVERS
2092M: Jay Cliburn <jcliburn@gmail.com>
2093M: Chris Snook <chris.snook@gmail.com>
2094L: netdev@vger.kernel.org
2095W: http://sourceforge.net/projects/atl1
2096W: http://atl1.sourceforge.net
2097S: Maintained
2098F: drivers/net/ethernet/atheros/
2099
2100ATM
2101M: Chas Williams <3chas3@gmail.com>
2102L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2103L: netdev@vger.kernel.org
2104W: http://linux-atm.sourceforge.net
2105S: Maintained
2106F: drivers/atm/
2107F: include/linux/atm*
2108F: include/uapi/linux/atm*
2109
2110ATMEL AT91 / AT32 MCI DRIVER
2111M: Ludovic Desroches <ludovic.desroches@atmel.com>
2112S: Maintained
2113F: drivers/mmc/host/atmel-mci.c
2114
2115ATMEL AT91 / AT32 SERIAL DRIVER
2116M: Nicolas Ferre <nicolas.ferre@atmel.com>
2117S: Supported
2118F: drivers/tty/serial/atmel_serial.c
2119
2120ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2121M: Nicolas Ferre <nicolas.ferre@atmel.com>
2122S: Supported
2123F: drivers/power/reset/at91-sama5d2_shdwc.c
2124
2125ATMEL SAMA5D2 ADC DRIVER
2126M: Ludovic Desroches <ludovic.desroches@atmel.com>
2127L: linux-iio@vger.kernel.org
2128S: Supported
2129F: drivers/iio/adc/at91-sama5d2_adc.c
2130
2131ATMEL Audio ALSA driver
2132M: Nicolas Ferre <nicolas.ferre@atmel.com>
2133L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2134S: Supported
2135F: sound/soc/atmel
2136
2137ATMEL DMA DRIVER
2138M: Nicolas Ferre <nicolas.ferre@atmel.com>
2139L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2140S: Supported
2141F: drivers/dma/at_hdmac.c
2142F: drivers/dma/at_hdmac_regs.h
2143F: include/linux/platform_data/dma-atmel.h
2144
2145ATMEL XDMA DRIVER
2146M: Ludovic Desroches <ludovic.desroches@atmel.com>
2147L: linux-arm-kernel@lists.infradead.org
2148L: dmaengine@vger.kernel.org
2149S: Supported
2150F: drivers/dma/at_xdmac.c
2151
2152ATMEL I2C DRIVER
2153M: Ludovic Desroches <ludovic.desroches@atmel.com>
2154L: linux-i2c@vger.kernel.org
2155S: Supported
2156F: drivers/i2c/busses/i2c-at91.c
2157
2158ATMEL ISI DRIVER
2159M: Ludovic Desroches <ludovic.desroches@atmel.com>
2160L: linux-media@vger.kernel.org
2161S: Supported
2162F: drivers/media/platform/soc_camera/atmel-isi.c
2163F: include/media/atmel-isi.h
2164
2165ATMEL LCDFB DRIVER
2166M: Nicolas Ferre <nicolas.ferre@atmel.com>
2167L: linux-fbdev@vger.kernel.org
2168S: Maintained
2169F: drivers/video/fbdev/atmel_lcdfb.c
2170F: include/video/atmel_lcdc.h
2171
2172ATMEL MACB ETHERNET DRIVER
2173M: Nicolas Ferre <nicolas.ferre@atmel.com>
2174S: Supported
2175F: drivers/net/ethernet/cadence/
2176
2177ATMEL NAND DRIVER
2178M: Wenyou Yang <wenyou.yang@atmel.com>
2179M: Josh Wu <rainyfeeling@outlook.com>
2180L: linux-mtd@lists.infradead.org
2181S: Supported
2182F: drivers/mtd/nand/atmel_nand*
2183
2184ATMEL SDMMC DRIVER
2185M: Ludovic Desroches <ludovic.desroches@atmel.com>
2186L: linux-mmc@vger.kernel.org
2187S: Supported
2188F: drivers/mmc/host/sdhci-of-at91.c
2189
2190ATMEL SPI DRIVER
2191M: Nicolas Ferre <nicolas.ferre@atmel.com>
2192S: Supported
2193F: drivers/spi/spi-atmel.*
2194
2195ATMEL SSC DRIVER
2196M: Nicolas Ferre <nicolas.ferre@atmel.com>
2197L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2198S: Supported
2199F: drivers/misc/atmel-ssc.c
2200F: include/linux/atmel-ssc.h
2201
2202ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2203M: Nicolas Ferre <nicolas.ferre@atmel.com>
2204L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2205S: Supported
2206F: drivers/misc/atmel_tclib.c
2207F: drivers/clocksource/tcb_clksrc.c
2208
2209ATMEL USBA UDC DRIVER
2210M: Nicolas Ferre <nicolas.ferre@atmel.com>
2211L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2212S: Supported
2213F: drivers/usb/gadget/udc/atmel_usba_udc.*
2214
2215ATMEL WIRELESS DRIVER
2216M: Simon Kelley <simon@thekelleys.org.uk>
2217L: linux-wireless@vger.kernel.org
2218W: http://www.thekelleys.org.uk/atmel
2219W: http://atmelwlandriver.sourceforge.net/
2220S: Maintained
2221F: drivers/net/wireless/atmel/atmel*
2222
2223ATMEL MAXTOUCH DRIVER
2224M: Nick Dyer <nick.dyer@itdev.co.uk>
2225T: git git://github.com/atmel-maxtouch/linux.git
2226S: Supported
2227F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2228F: drivers/input/touchscreen/atmel_mxt_ts.c
2229F: include/linux/platform_data/atmel_mxt_ts.h
2230
2231ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2232M: Bradley Grove <linuxdrivers@attotech.com>
2233L: linux-scsi@vger.kernel.org
2234W: http://www.attotech.com
2235S: Supported
2236F: drivers/scsi/esas2r
2237
2238ATUSB IEEE 802.15.4 RADIO DRIVER
2239M: Stefan Schmidt <stefan@osg.samsung.com>
2240L: linux-wpan@vger.kernel.org
2241S: Maintained
2242F: drivers/net/ieee802154/atusb.c
2243F: drivers/net/ieee802154/atusb.h
2244F: drivers/net/ieee802154/at86rf230.h
2245
2246AUDIT SUBSYSTEM
2247M: Paul Moore <paul@paul-moore.com>
2248M: Eric Paris <eparis@redhat.com>
2249L: linux-audit@redhat.com (moderated for non-subscribers)
2250W: http://people.redhat.com/sgrubb/audit/
2251T: git git://git.infradead.org/users/pcmoore/audit
2252S: Maintained
2253F: include/linux/audit.h
2254F: include/uapi/linux/audit.h
2255F: kernel/audit*
2256
2257AUXILIARY DISPLAY DRIVERS
2258M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2259W: http://miguelojeda.es/auxdisplay.htm
2260W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2261S: Maintained
2262F: drivers/auxdisplay/
2263F: include/linux/cfag12864b.h
2264
2265AVR32 ARCHITECTURE
2266M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2267M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2268W: http://www.atmel.com/products/AVR32/
2269W: http://mirror.egtvedt.no/avr32linux.org/
2270W: http://avrfreaks.net/
2271S: Maintained
2272F: arch/avr32/
2273
2274AVR32/AT32AP MACHINE SUPPORT
2275M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2276M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2277S: Maintained
2278F: arch/avr32/mach-at32ap/
2279
2280AX.25 NETWORK LAYER
2281M: Ralf Baechle <ralf@linux-mips.org>
2282L: linux-hams@vger.kernel.org
2283W: http://www.linux-ax25.org/
2284S: Maintained
2285F: include/uapi/linux/ax25.h
2286F: include/net/ax25.h
2287F: net/ax25/
2288
2289AZ6007 DVB DRIVER
2290M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2291M: Mauro Carvalho Chehab <mchehab@kernel.org>
2292L: linux-media@vger.kernel.org
2293W: https://linuxtv.org
2294T: git git://linuxtv.org/media_tree.git
2295S: Maintained
2296F: drivers/media/usb/dvb-usb-v2/az6007.c
2297
2298AZTECH FM RADIO RECEIVER DRIVER
2299M: Hans Verkuil <hverkuil@xs4all.nl>
2300L: linux-media@vger.kernel.org
2301T: git git://linuxtv.org/media_tree.git
2302W: https://linuxtv.org
2303S: Maintained
2304F: drivers/media/radio/radio-aztech*
2305
2306B43 WIRELESS DRIVER
2307L: linux-wireless@vger.kernel.org
2308L: b43-dev@lists.infradead.org
2309W: http://wireless.kernel.org/en/users/Drivers/b43
2310S: Odd Fixes
2311F: drivers/net/wireless/broadcom/b43/
2312
2313B43LEGACY WIRELESS DRIVER
2314M: Larry Finger <Larry.Finger@lwfinger.net>
2315L: linux-wireless@vger.kernel.org
2316L: b43-dev@lists.infradead.org
2317W: http://wireless.kernel.org/en/users/Drivers/b43
2318S: Maintained
2319F: drivers/net/wireless/broadcom/b43legacy/
2320
2321BACKLIGHT CLASS/SUBSYSTEM
2322M: Jingoo Han <jingoohan1@gmail.com>
2323M: Lee Jones <lee.jones@linaro.org>
2324T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2325S: Maintained
2326F: drivers/video/backlight/
2327F: include/linux/backlight.h
2328
2329BATMAN ADVANCED
2330M: Marek Lindner <mareklindner@neomailbox.ch>
2331M: Simon Wunderlich <sw@simonwunderlich.de>
2332M: Antonio Quartulli <a@unstable.cc>
2333L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2334W: https://www.open-mesh.org/
2335Q: https://patchwork.open-mesh.org/project/batman/list/
2336S: Maintained
2337F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2338F: Documentation/ABI/testing/sysfs-class-net-mesh
2339F: Documentation/networking/batman-adv.txt
2340F: include/uapi/linux/batman_adv.h
2341F: net/batman-adv/
2342
2343BAYCOM/HDLCDRV DRIVERS FOR AX.25
2344M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2345L: linux-hams@vger.kernel.org
2346W: http://www.baycom.org/~tom/ham/ham.html
2347S: Maintained
2348F: drivers/net/hamradio/baycom*
2349
2350BCACHE (BLOCK LAYER CACHE)
2351M: Kent Overstreet <kent.overstreet@gmail.com>
2352L: linux-bcache@vger.kernel.org
2353W: http://bcache.evilpiepirate.org
2354S: Orphan
2355F: drivers/md/bcache/
2356
2357BDISP ST MEDIA DRIVER
2358M: Fabien Dessenne <fabien.dessenne@st.com>
2359L: linux-media@vger.kernel.org
2360T: git git://linuxtv.org/media_tree.git
2361W: https://linuxtv.org
2362S: Supported
2363F: drivers/media/platform/sti/bdisp
2364
2365BEFS FILE SYSTEM
2366M: Luis de Bethencourt <luisbg@osg.samsung.com>
2367M: Salah Triki <salah.triki@gmail.com>
2368S: Maintained
2369T: git git://github.com/luisbg/linux-befs.git
2370F: Documentation/filesystems/befs.txt
2371F: fs/befs/
2372
2373BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2374M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2375L: netdev@vger.kernel.org
2376S: Maintained
2377F: drivers/net/ethernet/ec_bhf.c
2378
2379BFS FILE SYSTEM
2380M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2381S: Maintained
2382F: Documentation/filesystems/bfs.txt
2383F: fs/bfs/
2384F: include/uapi/linux/bfs_fs.h
2385
2386BLACKFIN ARCHITECTURE
2387M: Steven Miao <realmz6@gmail.com>
2388L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2389T: git git://git.code.sf.net/p/adi-linux/code
2390W: http://blackfin.uclinux.org
2391S: Supported
2392F: arch/blackfin/
2393
2394BLACKFIN EMAC DRIVER
2395L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2396W: http://blackfin.uclinux.org
2397S: Supported
2398F: drivers/net/ethernet/adi/
2399
2400BLACKFIN RTC DRIVER
2401L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2402W: http://blackfin.uclinux.org
2403S: Supported
2404F: drivers/rtc/rtc-bfin.c
2405
2406BLACKFIN SDH DRIVER
2407M: Sonic Zhang <sonic.zhang@analog.com>
2408L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2409W: http://blackfin.uclinux.org
2410S: Supported
2411F: drivers/mmc/host/bfin_sdh.c
2412
2413BLACKFIN SERIAL DRIVER
2414M: Sonic Zhang <sonic.zhang@analog.com>
2415L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2416W: http://blackfin.uclinux.org
2417S: Supported
2418F: drivers/tty/serial/bfin_uart.c
2419
2420BLACKFIN WATCHDOG DRIVER
2421L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2422W: http://blackfin.uclinux.org
2423S: Supported
2424F: drivers/watchdog/bfin_wdt.c
2425
2426BLACKFIN I2C TWI DRIVER
2427M: Sonic Zhang <sonic.zhang@analog.com>
2428L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2429W: http://blackfin.uclinux.org/
2430S: Supported
2431F: drivers/i2c/busses/i2c-bfin-twi.c
2432
2433BLACKFIN MEDIA DRIVER
2434M: Scott Jiang <scott.jiang.linux@gmail.com>
2435L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2436W: http://blackfin.uclinux.org/
2437S: Supported
2438F: drivers/media/platform/blackfin/
2439F: drivers/media/i2c/adv7183*
2440F: drivers/media/i2c/vs6624*
2441
2442BLINKM RGB LED DRIVER
2443M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2444S: Maintained
2445F: drivers/leds/leds-blinkm.c
2446
2447BLOCK LAYER
2448M: Jens Axboe <axboe@kernel.dk>
2449L: linux-block@vger.kernel.org
2450T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2451S: Maintained
2452F: block/
2453F: kernel/trace/blktrace.c
2454
2455BLOCK2MTD DRIVER
2456M: Joern Engel <joern@lazybastard.org>
2457L: linux-mtd@lists.infradead.org
2458S: Maintained
2459F: drivers/mtd/devices/block2mtd.c
2460
2461BLUETOOTH DRIVERS
2462M: Marcel Holtmann <marcel@holtmann.org>
2463M: Gustavo Padovan <gustavo@padovan.org>
2464M: Johan Hedberg <johan.hedberg@gmail.com>
2465L: linux-bluetooth@vger.kernel.org
2466W: http://www.bluez.org/
2467T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2468T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2469S: Maintained
2470F: drivers/bluetooth/
2471
2472BLUETOOTH SUBSYSTEM
2473M: Marcel Holtmann <marcel@holtmann.org>
2474M: Gustavo Padovan <gustavo@padovan.org>
2475M: Johan Hedberg <johan.hedberg@gmail.com>
2476L: linux-bluetooth@vger.kernel.org
2477W: http://www.bluez.org/
2478T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2479T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2480S: Maintained
2481F: net/bluetooth/
2482F: include/net/bluetooth/
2483
2484BONDING DRIVER
2485M: Jay Vosburgh <j.vosburgh@gmail.com>
2486M: Veaceslav Falico <vfalico@gmail.com>
2487M: Andy Gospodarek <gospo@cumulusnetworks.com>
2488L: netdev@vger.kernel.org
2489W: http://sourceforge.net/projects/bonding/
2490S: Supported
2491F: drivers/net/bonding/
2492F: include/uapi/linux/if_bonding.h
2493
2494BPF (Safe dynamic programs and tools)
2495M: Alexei Starovoitov <ast@kernel.org>
2496L: netdev@vger.kernel.org
2497L: linux-kernel@vger.kernel.org
2498S: Supported
2499F: kernel/bpf/
2500
2501BROADCOM B44 10/100 ETHERNET DRIVER
2502M: Gary Zambrano <zambrano@broadcom.com>
2503L: netdev@vger.kernel.org
2504S: Supported
2505F: drivers/net/ethernet/broadcom/b44.*
2506
2507BROADCOM B53 ETHERNET SWITCH DRIVER
2508M: Florian Fainelli <f.fainelli@gmail.com>
2509L: netdev@vger.kernel.org
2510L: openwrt-devel@lists.openwrt.org (subscribers-only)
2511S: Supported
2512F: drivers/net/dsa/b53/*
2513F: include/linux/platform_data/b53.h
2514
2515BROADCOM GENET ETHERNET DRIVER
2516M: Florian Fainelli <f.fainelli@gmail.com>
2517L: netdev@vger.kernel.org
2518S: Supported
2519F: drivers/net/ethernet/broadcom/genet/
2520
2521BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2522M: Sony Chacko <sony.chacko@qlogic.com>
2523M: Dept-HSGLinuxNICDev@qlogic.com
2524L: netdev@vger.kernel.org
2525S: Supported
2526F: drivers/net/ethernet/broadcom/bnx2.*
2527F: drivers/net/ethernet/broadcom/bnx2_*
2528
2529BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2530M: Ariel Elior <ariel.elior@qlogic.com>
2531L: netdev@vger.kernel.org
2532S: Supported
2533F: drivers/net/ethernet/broadcom/bnx2x/
2534
2535BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2536M: Florian Fainelli <f.fainelli@gmail.com>
2537M: Ray Jui <rjui@broadcom.com>
2538M: Scott Branden <sbranden@broadcom.com>
2539M: bcm-kernel-feedback-list@broadcom.com
2540T: git git://github.com/broadcom/mach-bcm
2541S: Maintained
2542N: bcm281*
2543N: bcm113*
2544N: bcm216*
2545N: kona
2546F: arch/arm/mach-bcm/
2547
2548BROADCOM BCM2835 ARM ARCHITECTURE
2549M: Stephen Warren <swarren@wwwdotorg.org>
2550M: Lee Jones <lee@kernel.org>
2551M: Eric Anholt <eric@anholt.net>
2552L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2553L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2554T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2555S: Maintained
2556N: bcm2835
2557
2558BROADCOM BCM47XX MIPS ARCHITECTURE
2559M: Hauke Mehrtens <hauke@hauke-m.de>
2560M: Rafał Miłecki <zajec5@gmail.com>
2561L: linux-mips@linux-mips.org
2562S: Maintained
2563F: Documentation/devicetree/bindings/mips/brcm/
2564F: arch/mips/bcm47xx/*
2565F: arch/mips/include/asm/mach-bcm47xx/*
2566
2567BROADCOM BCM5301X ARM ARCHITECTURE
2568M: Hauke Mehrtens <hauke@hauke-m.de>
2569M: Rafał Miłecki <zajec5@gmail.com>
2570M: bcm-kernel-feedback-list@broadcom.com
2571L: linux-arm-kernel@lists.infradead.org
2572S: Maintained
2573F: arch/arm/mach-bcm/bcm_5301x.c
2574F: arch/arm/boot/dts/bcm5301x*.dtsi
2575F: arch/arm/boot/dts/bcm470*
2576
2577BROADCOM BCM63XX ARM ARCHITECTURE
2578M: Florian Fainelli <f.fainelli@gmail.com>
2579M: bcm-kernel-feedback-list@broadcom.com
2580L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2581T: git git://github.com/broadcom/stblinux.git
2582S: Maintained
2583N: bcm63xx
2584
2585BROADCOM BCM63XX/BCM33XX UDC DRIVER
2586M: Kevin Cernekee <cernekee@gmail.com>
2587L: linux-usb@vger.kernel.org
2588S: Maintained
2589F: drivers/usb/gadget/udc/bcm63xx_udc.*
2590
2591BROADCOM BCM7XXX ARM ARCHITECTURE
2592M: Brian Norris <computersforpeace@gmail.com>
2593M: Gregory Fong <gregory.0xf0@gmail.com>
2594M: Florian Fainelli <f.fainelli@gmail.com>
2595M: bcm-kernel-feedback-list@broadcom.com
2596L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2597T: git git://github.com/broadcom/stblinux.git
2598S: Maintained
2599F: arch/arm/mach-bcm/*brcmstb*
2600F: arch/arm/boot/dts/bcm7*.dts*
2601F: drivers/bus/brcmstb_gisb.c
2602N: brcmstb
2603
2604BROADCOM BMIPS MIPS ARCHITECTURE
2605M: Kevin Cernekee <cernekee@gmail.com>
2606M: Florian Fainelli <f.fainelli@gmail.com>
2607L: linux-mips@linux-mips.org
2608T: git git://github.com/broadcom/stblinux.git
2609S: Maintained
2610F: arch/mips/bmips/*
2611F: arch/mips/include/asm/mach-bmips/*
2612F: arch/mips/kernel/*bmips*
2613F: arch/mips/boot/dts/brcm/bcm*.dts*
2614F: drivers/irqchip/irq-bcm63*
2615F: drivers/irqchip/irq-bcm7*
2616F: drivers/irqchip/irq-brcmstb*
2617F: include/linux/bcm963xx_nvram.h
2618F: include/linux/bcm963xx_tag.h
2619
2620BROADCOM TG3 GIGABIT ETHERNET DRIVER
2621M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2622M: Prashant Sreedharan <prashant@broadcom.com>
2623M: Michael Chan <mchan@broadcom.com>
2624L: netdev@vger.kernel.org
2625S: Supported
2626F: drivers/net/ethernet/broadcom/tg3.*
2627
2628BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2629M: Arend van Spriel <arend.vanspriel@broadcom.com>
2630M: Franky Lin <franky.lin@broadcom.com>
2631M: Hante Meuleman <hante.meuleman@broadcom.com>
2632L: linux-wireless@vger.kernel.org
2633L: brcm80211-dev-list.pdl@broadcom.com
2634S: Supported
2635F: drivers/net/wireless/broadcom/brcm80211/
2636
2637BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2638M: QLogic-Storage-Upstream@qlogic.com
2639L: linux-scsi@vger.kernel.org
2640S: Supported
2641F: drivers/scsi/bnx2fc/
2642
2643BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2644M: QLogic-Storage-Upstream@qlogic.com
2645L: linux-scsi@vger.kernel.org
2646S: Supported
2647F: drivers/scsi/bnx2i/
2648
2649BROADCOM IPROC ARM ARCHITECTURE
2650M: Ray Jui <rjui@broadcom.com>
2651M: Scott Branden <sbranden@broadcom.com>
2652M: Jon Mason <jonmason@broadcom.com>
2653M: bcm-kernel-feedback-list@broadcom.com
2654L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2655T: git git://github.com/broadcom/cygnus-linux.git
2656S: Maintained
2657N: iproc
2658N: cygnus
2659N: bcm[-_]nsp
2660N: bcm9113*
2661N: bcm9583*
2662N: bcm9585*
2663N: bcm9586*
2664N: bcm988312
2665N: bcm113*
2666N: bcm583*
2667N: bcm585*
2668N: bcm586*
2669N: bcm88312
2670F: arch/arm64/boot/dts/broadcom/ns2*
2671F: drivers/clk/bcm/clk-ns*
2672F: drivers/pinctrl/bcm/pinctrl-ns*
2673
2674BROADCOM BRCMSTB GPIO DRIVER
2675M: Gregory Fong <gregory.0xf0@gmail.com>
2676L: bcm-kernel-feedback-list@broadcom.com
2677S: Supported
2678F: drivers/gpio/gpio-brcmstb.c
2679F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2680
2681BROADCOM KONA GPIO DRIVER
2682M: Ray Jui <rjui@broadcom.com>
2683L: bcm-kernel-feedback-list@broadcom.com
2684S: Supported
2685F: drivers/gpio/gpio-bcm-kona.c
2686F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2687
2688BROADCOM NVRAM DRIVER
2689M: Rafał Miłecki <zajec5@gmail.com>
2690L: linux-mips@linux-mips.org
2691S: Maintained
2692F: drivers/firmware/broadcom/*
2693
2694BROADCOM STB NAND FLASH DRIVER
2695M: Brian Norris <computersforpeace@gmail.com>
2696M: Kamal Dasu <kdasu.kdev@gmail.com>
2697L: linux-mtd@lists.infradead.org
2698L: bcm-kernel-feedback-list@broadcom.com
2699S: Maintained
2700F: drivers/mtd/nand/brcmnand/
2701
2702BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2703M: Rafał Miłecki <zajec5@gmail.com>
2704L: linux-wireless@vger.kernel.org
2705S: Maintained
2706F: drivers/bcma/
2707F: include/linux/bcma/
2708
2709BROADCOM SYSTEMPORT ETHERNET DRIVER
2710M: Florian Fainelli <f.fainelli@gmail.com>
2711L: netdev@vger.kernel.org
2712S: Supported
2713F: drivers/net/ethernet/broadcom/bcmsysport.*
2714
2715BROADCOM VULCAN ARM64 SOC
2716M: Jayachandran C. <jchandra@broadcom.com>
2717M: bcm-kernel-feedback-list@broadcom.com
2718L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2719S: Maintained
2720F: arch/arm64/boot/dts/broadcom/vulcan*
2721
2722BROCADE BFA FC SCSI DRIVER
2723M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2724M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2725L: linux-scsi@vger.kernel.org
2726S: Supported
2727F: drivers/scsi/bfa/
2728
2729BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2730M: Rasesh Mody <rasesh.mody@qlogic.com>
2731L: netdev@vger.kernel.org
2732S: Supported
2733F: drivers/net/ethernet/brocade/bna/
2734
2735BSG (block layer generic sg v4 driver)
2736M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2737L: linux-scsi@vger.kernel.org
2738S: Supported
2739F: block/bsg.c
2740F: include/linux/bsg.h
2741F: include/uapi/linux/bsg.h
2742
2743BT87X AUDIO DRIVER
2744M: Clemens Ladisch <clemens@ladisch.de>
2745L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2746T: git git://git.alsa-project.org/alsa-kernel.git
2747S: Maintained
2748F: Documentation/sound/alsa/Bt87x.txt
2749F: sound/pci/bt87x.c
2750
2751BT8XXGPIO DRIVER
2752M: Michael Buesch <m@bues.ch>
2753W: http://bu3sch.de/btgpio.php
2754S: Maintained
2755F: drivers/gpio/gpio-bt8xx.c
2756
2757BTRFS FILE SYSTEM
2758M: Chris Mason <clm@fb.com>
2759M: Josef Bacik <jbacik@fb.com>
2760M: David Sterba <dsterba@suse.com>
2761L: linux-btrfs@vger.kernel.org
2762W: http://btrfs.wiki.kernel.org/
2763Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2764T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2765S: Maintained
2766F: Documentation/filesystems/btrfs.txt
2767F: fs/btrfs/
2768
2769BTTV VIDEO4LINUX DRIVER
2770M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2771M: Mauro Carvalho Chehab <mchehab@kernel.org>
2772L: linux-media@vger.kernel.org
2773W: https://linuxtv.org
2774T: git git://linuxtv.org/media_tree.git
2775S: Odd fixes
2776F: Documentation/video4linux/bttv/
2777F: drivers/media/pci/bt8xx/bttv*
2778
2779BUSLOGIC SCSI DRIVER
2780M: Khalid Aziz <khalid@gonehiking.org>
2781L: linux-scsi@vger.kernel.org
2782S: Maintained
2783F: drivers/scsi/BusLogic.*
2784F: drivers/scsi/FlashPoint.*
2785
2786C-MEDIA CMI8788 DRIVER
2787M: Clemens Ladisch <clemens@ladisch.de>
2788L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2789T: git git://git.alsa-project.org/alsa-kernel.git
2790S: Maintained
2791F: sound/pci/oxygen/
2792
2793C6X ARCHITECTURE
2794M: Mark Salter <msalter@redhat.com>
2795M: Aurelien Jacquiot <a-jacquiot@ti.com>
2796L: linux-c6x-dev@linux-c6x.org
2797W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2798S: Maintained
2799F: arch/c6x/
2800
2801CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2802M: David Howells <dhowells@redhat.com>
2803L: linux-cachefs@redhat.com (moderated for non-subscribers)
2804S: Supported
2805F: Documentation/filesystems/caching/cachefiles.txt
2806F: fs/cachefiles/
2807
2808CADET FM/AM RADIO RECEIVER DRIVER
2809M: Hans Verkuil <hverkuil@xs4all.nl>
2810L: linux-media@vger.kernel.org
2811T: git git://linuxtv.org/media_tree.git
2812W: https://linuxtv.org
2813S: Maintained
2814F: drivers/media/radio/radio-cadet*
2815
2816CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2817M: Jonathan Corbet <corbet@lwn.net>
2818L: linux-media@vger.kernel.org
2819T: git git://linuxtv.org/media_tree.git
2820S: Maintained
2821F: Documentation/video4linux/cafe_ccic
2822F: drivers/media/platform/marvell-ccic/
2823
2824CAIF NETWORK LAYER
2825M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2826L: netdev@vger.kernel.org
2827S: Supported
2828F: Documentation/networking/caif/
2829F: drivers/net/caif/
2830F: include/uapi/linux/caif/
2831F: include/net/caif/
2832F: net/caif/
2833
2834CALGARY x86-64 IOMMU
2835M: Muli Ben-Yehuda <mulix@mulix.org>
2836M: Jon Mason <jdmason@kudzu.us>
2837L: iommu@lists.linux-foundation.org
2838S: Maintained
2839F: arch/x86/kernel/pci-calgary_64.c
2840F: arch/x86/kernel/tce_64.c
2841F: arch/x86/include/asm/calgary.h
2842F: arch/x86/include/asm/tce.h
2843
2844CAN NETWORK LAYER
2845M: Oliver Hartkopp <socketcan@hartkopp.net>
2846M: Marc Kleine-Budde <mkl@pengutronix.de>
2847L: linux-can@vger.kernel.org
2848W: https://github.com/linux-can
2849T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2850T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2851S: Maintained
2852F: Documentation/networking/can.txt
2853F: net/can/
2854F: include/linux/can/core.h
2855F: include/uapi/linux/can.h
2856F: include/uapi/linux/can/bcm.h
2857F: include/uapi/linux/can/raw.h
2858F: include/uapi/linux/can/gw.h
2859
2860CAN NETWORK DRIVERS
2861M: Wolfgang Grandegger <wg@grandegger.com>
2862M: Marc Kleine-Budde <mkl@pengutronix.de>
2863L: linux-can@vger.kernel.org
2864W: https://github.com/linux-can
2865T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2866T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2867S: Maintained
2868F: Documentation/devicetree/bindings/net/can/
2869F: drivers/net/can/
2870F: include/linux/can/dev.h
2871F: include/linux/can/platform/
2872F: include/uapi/linux/can/error.h
2873F: include/uapi/linux/can/netlink.h
2874
2875CAPABILITIES
2876M: Serge Hallyn <serge@hallyn.com>
2877L: linux-security-module@vger.kernel.org
2878S: Supported
2879F: include/linux/capability.h
2880F: include/uapi/linux/capability.h
2881F: security/commoncap.c
2882F: kernel/capability.c
2883
2884CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2885M: Kevin Tsai <ktsai@capellamicro.com>
2886S: Maintained
2887F: drivers/iio/light/cm*
2888F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2889
2890CAVIUM LIQUIDIO NETWORK DRIVER
2891M: Derek Chickles <derek.chickles@caviumnetworks.com>
2892M: Satanand Burla <satananda.burla@caviumnetworks.com>
2893M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2894M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2895L: netdev@vger.kernel.org
2896W: http://www.cavium.com
2897S: Supported
2898F: drivers/net/ethernet/cavium/liquidio/
2899
2900CC2520 IEEE-802.15.4 RADIO DRIVER
2901M: Varka Bhadram <varkabhadram@gmail.com>
2902L: linux-wpan@vger.kernel.org
2903S: Maintained
2904F: drivers/net/ieee802154/cc2520.c
2905F: include/linux/spi/cc2520.h
2906F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2907
2908CEC DRIVER
2909M: Hans Verkuil <hans.verkuil@cisco.com>
2910L: linux-media@vger.kernel.org
2911T: git git://linuxtv.org/media_tree.git
2912W: http://linuxtv.org
2913S: Supported
2914F: Documentation/cec.txt
2915F: Documentation/DocBook/media/v4l/cec*
2916F: drivers/staging/media/cec/
2917F: drivers/media/cec-edid.c
2918F: drivers/media/rc/keymaps/rc-cec.c
2919F: include/media/cec.h
2920F: include/media/cec-edid.h
2921F: include/linux/cec.h
2922F: include/linux/cec-funcs.h
2923
2924CELL BROADBAND ENGINE ARCHITECTURE
2925M: Arnd Bergmann <arnd@arndb.de>
2926L: linuxppc-dev@lists.ozlabs.org
2927W: http://www.ibm.com/developerworks/power/cell/
2928S: Supported
2929F: arch/powerpc/include/asm/cell*.h
2930F: arch/powerpc/include/asm/spu*.h
2931F: arch/powerpc/include/uapi/asm/spu*.h
2932F: arch/powerpc/oprofile/*cell*
2933F: arch/powerpc/platforms/cell/
2934
2935CEPH COMMON CODE (LIBCEPH)
2936M: Ilya Dryomov <idryomov@gmail.com>
2937M: "Yan, Zheng" <zyan@redhat.com>
2938M: Sage Weil <sage@redhat.com>
2939L: ceph-devel@vger.kernel.org
2940W: http://ceph.com/
2941T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2942T: git git://github.com/ceph/ceph-client.git
2943S: Supported
2944F: net/ceph/
2945F: include/linux/ceph/
2946F: include/linux/crush/
2947
2948CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2949M: "Yan, Zheng" <zyan@redhat.com>
2950M: Sage Weil <sage@redhat.com>
2951M: Ilya Dryomov <idryomov@gmail.com>
2952L: ceph-devel@vger.kernel.org
2953W: http://ceph.com/
2954T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2955T: git git://github.com/ceph/ceph-client.git
2956S: Supported
2957F: Documentation/filesystems/ceph.txt
2958F: fs/ceph/
2959
2960CERTIFICATE HANDLING:
2961M: David Howells <dhowells@redhat.com>
2962M: David Woodhouse <dwmw2@infradead.org>
2963L: keyrings@vger.kernel.org
2964S: Maintained
2965F: Documentation/module-signing.txt
2966F: certs/
2967F: scripts/sign-file.c
2968F: scripts/extract-cert.c
2969
2970CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2971L: linux-usb@vger.kernel.org
2972S: Orphan
2973F: Documentation/usb/WUSB-Design-overview.txt
2974F: Documentation/usb/wusb-cbaf
2975F: drivers/usb/host/hwa-hc.c
2976F: drivers/usb/host/whci/
2977F: drivers/usb/wusbcore/
2978F: include/linux/usb/wusb*
2979
2980CFAG12864B LCD DRIVER
2981M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2982W: http://miguelojeda.es/auxdisplay.htm
2983W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2984S: Maintained
2985F: drivers/auxdisplay/cfag12864b.c
2986F: include/linux/cfag12864b.h
2987
2988CFAG12864BFB LCD FRAMEBUFFER DRIVER
2989M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2990W: http://miguelojeda.es/auxdisplay.htm
2991W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2992S: Maintained
2993F: drivers/auxdisplay/cfag12864bfb.c
2994F: include/linux/cfag12864b.h
2995
2996CFG80211 and NL80211
2997M: Johannes Berg <johannes@sipsolutions.net>
2998L: linux-wireless@vger.kernel.org
2999W: http://wireless.kernel.org/
3000T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3001T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3002S: Maintained
3003F: include/uapi/linux/nl80211.h
3004F: include/net/cfg80211.h
3005F: net/wireless/*
3006X: net/wireless/wext*
3007
3008CHAR and MISC DRIVERS
3009M: Arnd Bergmann <arnd@arndb.de>
3010M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3011T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3012S: Supported
3013F: drivers/char/*
3014F: drivers/misc/*
3015F: include/linux/miscdevice.h
3016
3017CHECKPATCH
3018M: Andy Whitcroft <apw@canonical.com>
3019M: Joe Perches <joe@perches.com>
3020S: Maintained
3021F: scripts/checkpatch.pl
3022
3023CHINESE DOCUMENTATION
3024M: Harry Wei <harryxiyou@gmail.com>
3025L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3026L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3027S: Maintained
3028F: Documentation/zh_CN/
3029
3030CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3031M: Peter Chen <Peter.Chen@nxp.com>
3032T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3033L: linux-usb@vger.kernel.org
3034S: Maintained
3035F: drivers/usb/chipidea/
3036
3037CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3038M: Hans de Goede <hdegoede@redhat.com>
3039L: linux-input@vger.kernel.org
3040S: Maintained
3041F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3042F: drivers/input/touchscreen/chipone_icn8318.c
3043
3044CHROME HARDWARE PLATFORM SUPPORT
3045M: Olof Johansson <olof@lixom.net>
3046S: Maintained
3047T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3048F: drivers/platform/chrome/
3049
3050CISCO VIC ETHERNET NIC DRIVER
3051M: Christian Benvenuti <benve@cisco.com>
3052M: Sujith Sankar <ssujith@cisco.com>
3053M: Govindarajulu Varadarajan <_govind@gmx.com>
3054M: Neel Patel <neepatel@cisco.com>
3055S: Supported
3056F: drivers/net/ethernet/cisco/enic/
3057
3058CISCO VIC LOW LATENCY NIC DRIVER
3059M: Christian Benvenuti <benve@cisco.com>
3060M: Dave Goodell <dgoodell@cisco.com>
3061S: Supported
3062F: drivers/infiniband/hw/usnic/
3063
3064CIRRUS LOGIC EP93XX ETHERNET DRIVER
3065M: Hartley Sweeten <hsweeten@visionengravers.com>
3066L: netdev@vger.kernel.org
3067S: Maintained
3068F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3069
3070CIRRUS LOGIC AUDIO CODEC DRIVERS
3071M: Brian Austin <brian.austin@cirrus.com>
3072M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3073L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3074S: Maintained
3075F: sound/soc/codecs/cs*
3076
3077CLEANCACHE API
3078M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3079L: linux-kernel@vger.kernel.org
3080S: Maintained
3081F: mm/cleancache.c
3082F: include/linux/cleancache.h
3083
3084CLK API
3085M: Russell King <linux@armlinux.org.uk>
3086L: linux-clk@vger.kernel.org
3087S: Maintained
3088F: include/linux/clk.h
3089
3090CLOCKSOURCE, CLOCKEVENT DRIVERS
3091M: Daniel Lezcano <daniel.lezcano@linaro.org>
3092M: Thomas Gleixner <tglx@linutronix.de>
3093L: linux-kernel@vger.kernel.org
3094T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3095S: Supported
3096F: drivers/clocksource
3097
3098CISCO FCOE HBA DRIVER
3099M: Hiral Patel <hiralpat@cisco.com>
3100M: Suma Ramars <sramars@cisco.com>
3101M: Brian Uchino <buchino@cisco.com>
3102L: linux-scsi@vger.kernel.org
3103S: Supported
3104F: drivers/scsi/fnic/
3105
3106CISCO SCSI HBA DRIVER
3107M: Narsimhulu Musini <nmusini@cisco.com>
3108M: Sesidhar Baddela <sebaddel@cisco.com>
3109L: linux-scsi@vger.kernel.org
3110S: Supported
3111F: drivers/scsi/snic/
3112
3113CMPC ACPI DRIVER
3114M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3115M: Daniel Oliveira Nascimento <don@syst.com.br>
3116L: platform-driver-x86@vger.kernel.org
3117S: Supported
3118F: drivers/platform/x86/classmate-laptop.c
3119
3120COBALT MEDIA DRIVER
3121M: Hans Verkuil <hans.verkuil@cisco.com>
3122L: linux-media@vger.kernel.org
3123T: git git://linuxtv.org/media_tree.git
3124W: https://linuxtv.org
3125S: Supported
3126F: drivers/media/pci/cobalt/
3127
3128COCCINELLE/Semantic Patches (SmPL)
3129M: Julia Lawall <Julia.Lawall@lip6.fr>
3130M: Gilles Muller <Gilles.Muller@lip6.fr>
3131M: Nicolas Palix <nicolas.palix@imag.fr>
3132M: Michal Marek <mmarek@suse.com>
3133L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3134T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3135W: http://coccinelle.lip6.fr/
3136S: Supported
3137F: Documentation/coccinelle.txt
3138F: scripts/coccinelle/
3139F: scripts/coccicheck
3140
3141CODA FILE SYSTEM
3142M: Jan Harkes <jaharkes@cs.cmu.edu>
3143M: coda@cs.cmu.edu
3144L: codalist@coda.cs.cmu.edu
3145W: http://www.coda.cs.cmu.edu/
3146S: Maintained
3147F: Documentation/filesystems/coda.txt
3148F: fs/coda/
3149F: include/linux/coda*.h
3150F: include/uapi/linux/coda*.h
3151
3152CODA V4L2 MEM2MEM DRIVER
3153M: Philipp Zabel <p.zabel@pengutronix.de>
3154L: linux-media@vger.kernel.org
3155S: Maintained
3156F: Documentation/devicetree/bindings/media/coda.txt
3157F: drivers/media/platform/coda/
3158
3159COMMON CLK FRAMEWORK
3160M: Michael Turquette <mturquette@baylibre.com>
3161M: Stephen Boyd <sboyd@codeaurora.org>
3162L: linux-clk@vger.kernel.org
3163T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3164S: Maintained
3165F: Documentation/devicetree/bindings/clock/
3166F: drivers/clk/
3167X: drivers/clk/clkdev.c
3168F: include/linux/clk-pr*
3169F: include/linux/clk/
3170
3171COMMON INTERNET FILE SYSTEM (CIFS)
3172M: Steve French <sfrench@samba.org>
3173L: linux-cifs@vger.kernel.org
3174L: samba-technical@lists.samba.org (moderated for non-subscribers)
3175W: http://linux-cifs.samba.org/
3176T: git git://git.samba.org/sfrench/cifs-2.6.git
3177S: Supported
3178F: Documentation/filesystems/cifs/
3179F: fs/cifs/
3180
3181COMPACTPCI HOTPLUG CORE
3182M: Scott Murray <scott@spiteful.org>
3183L: linux-pci@vger.kernel.org
3184S: Maintained
3185F: drivers/pci/hotplug/cpci_hotplug*
3186
3187COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3188M: Scott Murray <scott@spiteful.org>
3189L: linux-pci@vger.kernel.org
3190S: Maintained
3191F: drivers/pci/hotplug/cpcihp_zt5550.*
3192
3193COMPACTPCI HOTPLUG GENERIC DRIVER
3194M: Scott Murray <scott@spiteful.org>
3195L: linux-pci@vger.kernel.org
3196S: Maintained
3197F: drivers/pci/hotplug/cpcihp_generic.c
3198
3199COMPAL LAPTOP SUPPORT
3200M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3201L: platform-driver-x86@vger.kernel.org
3202S: Maintained
3203F: drivers/platform/x86/compal-laptop.c
3204
3205CONEXANT ACCESSRUNNER USB DRIVER
3206L: accessrunner-general@lists.sourceforge.net
3207W: http://accessrunner.sourceforge.net/
3208S: Orphan
3209F: drivers/usb/atm/cxacru.c
3210
3211CONFIGFS
3212M: Joel Becker <jlbec@evilplan.org>
3213M: Christoph Hellwig <hch@lst.de>
3214T: git git://git.infradead.org/users/hch/configfs.git
3215S: Supported
3216F: fs/configfs/
3217F: include/linux/configfs.h
3218
3219CONNECTOR
3220M: Evgeniy Polyakov <zbr@ioremap.net>
3221L: netdev@vger.kernel.org
3222S: Maintained
3223F: drivers/connector/
3224
3225CONTROL GROUP (CGROUP)
3226M: Tejun Heo <tj@kernel.org>
3227M: Li Zefan <lizefan@huawei.com>
3228M: Johannes Weiner <hannes@cmpxchg.org>
3229L: cgroups@vger.kernel.org
3230T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3231S: Maintained
3232F: Documentation/cgroup*
3233F: include/linux/cgroup*
3234F: kernel/cgroup*
3235
3236CONTROL GROUP - CPUSET
3237M: Li Zefan <lizefan@huawei.com>
3238L: cgroups@vger.kernel.org
3239W: http://www.bullopensource.org/cpuset/
3240W: http://oss.sgi.com/projects/cpusets/
3241T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3242S: Maintained
3243F: Documentation/cgroup-v1/cpusets.txt
3244F: include/linux/cpuset.h
3245F: kernel/cpuset.c
3246
3247CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3248M: Johannes Weiner <hannes@cmpxchg.org>
3249M: Michal Hocko <mhocko@kernel.org>
3250M: Vladimir Davydov <vdavydov@virtuozzo.com>
3251L: cgroups@vger.kernel.org
3252L: linux-mm@kvack.org
3253S: Maintained
3254F: mm/memcontrol.c
3255F: mm/swap_cgroup.c
3256
3257CORETEMP HARDWARE MONITORING DRIVER
3258M: Fenghua Yu <fenghua.yu@intel.com>
3259L: linux-hwmon@vger.kernel.org
3260S: Maintained
3261F: Documentation/hwmon/coretemp
3262F: drivers/hwmon/coretemp.c
3263
3264COSA/SRP SYNC SERIAL DRIVER
3265M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3266W: http://www.fi.muni.cz/~kas/cosa/
3267S: Maintained
3268F: drivers/net/wan/cosa*
3269
3270CPMAC ETHERNET DRIVER
3271M: Florian Fainelli <florian@openwrt.org>
3272L: netdev@vger.kernel.org
3273S: Maintained
3274F: drivers/net/ethernet/ti/cpmac.c
3275
3276CPU FREQUENCY DRIVERS
3277M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3278M: Viresh Kumar <viresh.kumar@linaro.org>
3279L: linux-pm@vger.kernel.org
3280S: Maintained
3281T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3282T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3283F: drivers/cpufreq/
3284F: include/linux/cpufreq.h
3285
3286CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3287M: Viresh Kumar <viresh.kumar@linaro.org>
3288M: Sudeep Holla <sudeep.holla@arm.com>
3289L: linux-pm@vger.kernel.org
3290W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3291S: Maintained
3292F: drivers/cpufreq/arm_big_little.h
3293F: drivers/cpufreq/arm_big_little.c
3294F: drivers/cpufreq/arm_big_little_dt.c
3295
3296CPUIDLE DRIVER - ARM BIG LITTLE
3297M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3298M: Daniel Lezcano <daniel.lezcano@linaro.org>
3299L: linux-pm@vger.kernel.org
3300L: linux-arm-kernel@lists.infradead.org
3301T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3302S: Maintained
3303F: drivers/cpuidle/cpuidle-big_little.c
3304
3305CPUIDLE DRIVER - ARM EXYNOS
3306M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3307M: Daniel Lezcano <daniel.lezcano@linaro.org>
3308M: Kukjin Kim <kgene@kernel.org>
3309L: linux-pm@vger.kernel.org
3310L: linux-samsung-soc@vger.kernel.org
3311S: Supported
3312F: drivers/cpuidle/cpuidle-exynos.c
3313F: arch/arm/mach-exynos/pm.c
3314
3315CPUIDLE DRIVERS
3316M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3317M: Daniel Lezcano <daniel.lezcano@linaro.org>
3318L: linux-pm@vger.kernel.org
3319S: Maintained
3320T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3321F: drivers/cpuidle/*
3322F: include/linux/cpuidle.h
3323
3324CPUID/MSR DRIVER
3325M: "H. Peter Anvin" <hpa@zytor.com>
3326S: Maintained
3327F: arch/x86/kernel/cpuid.c
3328F: arch/x86/kernel/msr.c
3329
3330CPU POWER MONITORING SUBSYSTEM
3331M: Thomas Renninger <trenn@suse.com>
3332L: linux-pm@vger.kernel.org
3333S: Maintained
3334F: tools/power/cpupower/
3335
3336CRAMFS FILESYSTEM
3337W: http://sourceforge.net/projects/cramfs/
3338S: Orphan / Obsolete
3339F: Documentation/filesystems/cramfs.txt
3340F: fs/cramfs/
3341
3342CRIS PORT
3343M: Mikael Starvik <starvik@axis.com>
3344M: Jesper Nilsson <jesper.nilsson@axis.com>
3345L: linux-cris-kernel@axis.com
3346W: http://developer.axis.com
3347T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3348S: Maintained
3349F: arch/cris/
3350F: drivers/tty/serial/crisv10.*
3351
3352CRYPTO API
3353M: Herbert Xu <herbert@gondor.apana.org.au>
3354M: "David S. Miller" <davem@davemloft.net>
3355L: linux-crypto@vger.kernel.org
3356T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3357T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3358S: Maintained
3359F: Documentation/crypto/
3360F: Documentation/devicetree/bindings/crypto/
3361F: Documentation/DocBook/crypto-API.tmpl
3362F: arch/*/crypto/
3363F: crypto/
3364F: drivers/crypto/
3365F: include/crypto/
3366
3367CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3368M: Neil Horman <nhorman@tuxdriver.com>
3369L: linux-crypto@vger.kernel.org
3370S: Maintained
3371F: crypto/ansi_cprng.c
3372F: crypto/rng.c
3373
3374CS3308 MEDIA DRIVER
3375M: Hans Verkuil <hverkuil@xs4all.nl>
3376L: linux-media@vger.kernel.org
3377T: git git://linuxtv.org/media_tree.git
3378W: http://linuxtv.org
3379S: Odd Fixes
3380F: drivers/media/i2c/cs3308.c
3381F: drivers/media/i2c/cs3308.h
3382
3383CS5535 Audio ALSA driver
3384M: Jaya Kumar <jayakumar.alsa@gmail.com>
3385S: Maintained
3386F: sound/pci/cs5535audio/
3387
3388CW1200 WLAN driver
3389M: Solomon Peachy <pizza@shaftnet.org>
3390S: Maintained
3391F: drivers/net/wireless/st/cw1200/
3392
3393CX18 VIDEO4LINUX DRIVER
3394M: Andy Walls <awalls@md.metrocast.net>
3395L: ivtv-devel@ivtvdriver.org (subscribers-only)
3396L: linux-media@vger.kernel.org
3397T: git git://linuxtv.org/media_tree.git
3398W: https://linuxtv.org
3399W: http://www.ivtvdriver.org/index.php/Cx18
3400S: Maintained
3401F: Documentation/video4linux/cx18.txt
3402F: drivers/media/pci/cx18/
3403F: include/uapi/linux/ivtv*
3404
3405CX2341X MPEG ENCODER HELPER MODULE
3406M: Hans Verkuil <hverkuil@xs4all.nl>
3407L: linux-media@vger.kernel.org
3408T: git git://linuxtv.org/media_tree.git
3409W: https://linuxtv.org
3410S: Maintained
3411F: drivers/media/common/cx2341x*
3412F: include/media/cx2341x*
3413
3414CX24120 MEDIA DRIVER
3415M: Jemma Denson <jdenson@gmail.com>
3416M: Patrick Boettcher <patrick.boettcher@posteo.de>
3417L: linux-media@vger.kernel.org
3418W: https://linuxtv.org
3419Q: http://patchwork.linuxtv.org/project/linux-media/list/
3420S: Maintained
3421F: drivers/media/dvb-frontends/cx24120*
3422
3423CX88 VIDEO4LINUX DRIVER
3424M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3425M: Mauro Carvalho Chehab <mchehab@kernel.org>
3426L: linux-media@vger.kernel.org
3427W: https://linuxtv.org
3428T: git git://linuxtv.org/media_tree.git
3429S: Odd fixes
3430F: Documentation/video4linux/cx88/
3431F: drivers/media/pci/cx88/
3432
3433CXD2820R MEDIA DRIVER
3434M: Antti Palosaari <crope@iki.fi>
3435L: linux-media@vger.kernel.org
3436W: https://linuxtv.org
3437W: http://palosaari.fi/linux/
3438Q: http://patchwork.linuxtv.org/project/linux-media/list/
3439T: git git://linuxtv.org/anttip/media_tree.git
3440S: Maintained
3441F: drivers/media/dvb-frontends/cxd2820r*
3442
3443CXGB3 ETHERNET DRIVER (CXGB3)
3444M: Santosh Raspatur <santosh@chelsio.com>
3445L: netdev@vger.kernel.org
3446W: http://www.chelsio.com
3447S: Supported
3448F: drivers/net/ethernet/chelsio/cxgb3/
3449
3450CXGB3 ISCSI DRIVER (CXGB3I)
3451M: Karen Xie <kxie@chelsio.com>
3452L: linux-scsi@vger.kernel.org
3453W: http://www.chelsio.com
3454S: Supported
3455F: drivers/scsi/cxgbi/cxgb3i
3456
3457CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3458M: Steve Wise <swise@chelsio.com>
3459L: linux-rdma@vger.kernel.org
3460W: http://www.openfabrics.org
3461S: Supported
3462F: drivers/infiniband/hw/cxgb3/
3463
3464CXGB4 ETHERNET DRIVER (CXGB4)
3465M: Hariprasad S <hariprasad@chelsio.com>
3466L: netdev@vger.kernel.org
3467W: http://www.chelsio.com
3468S: Supported
3469F: drivers/net/ethernet/chelsio/cxgb4/
3470
3471CXGB4 ISCSI DRIVER (CXGB4I)
3472M: Karen Xie <kxie@chelsio.com>
3473L: linux-scsi@vger.kernel.org
3474W: http://www.chelsio.com
3475S: Supported
3476F: drivers/scsi/cxgbi/cxgb4i
3477
3478CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3479M: Steve Wise <swise@chelsio.com>
3480L: linux-rdma@vger.kernel.org
3481W: http://www.openfabrics.org
3482S: Supported
3483F: drivers/infiniband/hw/cxgb4/
3484
3485CXGB4VF ETHERNET DRIVER (CXGB4VF)
3486M: Casey Leedom <leedom@chelsio.com>
3487L: netdev@vger.kernel.org
3488W: http://www.chelsio.com
3489S: Supported
3490F: drivers/net/ethernet/chelsio/cxgb4vf/
3491
3492CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3493M: Ian Munsie <imunsie@au1.ibm.com>
3494M: Michael Neuling <mikey@neuling.org>
3495L: linuxppc-dev@lists.ozlabs.org
3496S: Supported
3497F: drivers/misc/cxl/
3498F: include/misc/cxl*
3499F: include/uapi/misc/cxl.h
3500F: Documentation/powerpc/cxl.txt
3501F: Documentation/powerpc/cxl.txt
3502F: Documentation/ABI/testing/sysfs-class-cxl
3503
3504CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3505M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3506M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3507M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3508L: linux-scsi@vger.kernel.org
3509S: Supported
3510F: drivers/scsi/cxlflash/
3511F: include/uapi/scsi/cxlflash_ioctls.h
3512F: Documentation/powerpc/cxlflash.txt
3513
3514STMMAC ETHERNET DRIVER
3515M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3516M: Alexandre Torgue <alexandre.torgue@st.com>
3517L: netdev@vger.kernel.org
3518W: http://www.stlinux.com
3519S: Supported
3520F: drivers/net/ethernet/stmicro/stmmac/
3521
3522CYBERPRO FB DRIVER
3523M: Russell King <linux@armlinux.org.uk>
3524L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3525W: http://www.armlinux.org.uk/
3526S: Maintained
3527F: drivers/video/fbdev/cyber2000fb.*
3528
3529CYCLADES ASYNC MUX DRIVER
3530W: http://www.cyclades.com/
3531S: Orphan
3532F: drivers/tty/cyclades.c
3533F: include/linux/cyclades.h
3534F: include/uapi/linux/cyclades.h
3535
3536CYCLADES PC300 DRIVER
3537W: http://www.cyclades.com/
3538S: Orphan
3539F: drivers/net/wan/pc300*
3540
3541CYPRESS_FIRMWARE MEDIA DRIVER
3542M: Antti Palosaari <crope@iki.fi>
3543L: linux-media@vger.kernel.org
3544W: https://linuxtv.org
3545W: http://palosaari.fi/linux/
3546Q: http://patchwork.linuxtv.org/project/linux-media/list/
3547T: git git://linuxtv.org/anttip/media_tree.git
3548S: Maintained
3549F: drivers/media/common/cypress_firmware*
3550
3551CYTTSP TOUCHSCREEN DRIVER
3552M: Ferruh Yigit <fery@cypress.com>
3553L: linux-input@vger.kernel.org
3554S: Supported
3555F: drivers/input/touchscreen/cyttsp*
3556F: include/linux/input/cyttsp.h
3557
3558DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3559M: Joshua Kinard <kumba@gentoo.org>
3560S: Maintained
3561F: drivers/rtc/rtc-ds1685.c
3562F: include/linux/rtc/ds1685.h
3563
3564DAMA SLAVE for AX.25
3565M: Joerg Reuter <jreuter@yaina.de>
3566W: http://yaina.de/jreuter/
3567W: http://www.qsl.net/dl1bke/
3568L: linux-hams@vger.kernel.org
3569S: Maintained
3570F: net/ax25/af_ax25.c
3571F: net/ax25/ax25_dev.c
3572F: net/ax25/ax25_ds_*
3573F: net/ax25/ax25_in.c
3574F: net/ax25/ax25_out.c
3575F: net/ax25/ax25_timer.c
3576F: net/ax25/sysctl_net_ax25.c
3577
3578DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3579L: netdev@vger.kernel.org
3580S: Orphan
3581F: Documentation/networking/dmfe.txt
3582F: drivers/net/ethernet/dec/tulip/dmfe.c
3583
3584DC390/AM53C974 SCSI driver
3585M: Hannes Reinecke <hare@suse.com>
3586L: linux-scsi@vger.kernel.org
3587S: Maintained
3588F: drivers/scsi/am53c974.c
3589
3590DC395x SCSI driver
3591M: Oliver Neukum <oliver@neukum.org>
3592M: Ali Akcaagac <aliakc@web.de>
3593M: Jamie Lenehan <lenehan@twibble.org>
3594L: dc395x@twibble.org
3595W: http://twibble.org/dist/dc395x/
3596W: http://lists.twibble.org/mailman/listinfo/dc395x/
3597S: Maintained
3598F: Documentation/scsi/dc395x.txt
3599F: drivers/scsi/dc395x.*
3600
3601DCCP PROTOCOL
3602M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3603L: dccp@vger.kernel.org
3604W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3605S: Maintained
3606F: include/linux/dccp.h
3607F: include/uapi/linux/dccp.h
3608F: include/linux/tfrc.h
3609F: net/dccp/
3610
3611DECnet NETWORK LAYER
3612W: http://linux-decnet.sourceforge.net
3613L: linux-decnet-user@lists.sourceforge.net
3614S: Orphan
3615F: Documentation/networking/decnet.txt
3616F: net/decnet/
3617
3618DECSTATION PLATFORM SUPPORT
3619M: "Maciej W. Rozycki" <macro@linux-mips.org>
3620L: linux-mips@linux-mips.org
3621W: http://www.linux-mips.org/wiki/DECstation
3622S: Maintained
3623F: arch/mips/dec/
3624F: arch/mips/include/asm/dec/
3625F: arch/mips/include/asm/mach-dec/
3626
3627DEFXX FDDI NETWORK DRIVER
3628M: "Maciej W. Rozycki" <macro@linux-mips.org>
3629S: Maintained
3630F: drivers/net/fddi/defxx.*
3631
3632DELL LAPTOP DRIVER
3633M: Matthew Garrett <mjg59@srcf.ucam.org>
3634M: Pali Rohár <pali.rohar@gmail.com>
3635L: platform-driver-x86@vger.kernel.org
3636S: Maintained
3637F: drivers/platform/x86/dell-laptop.c
3638
3639DELL LAPTOP RBTN DRIVER
3640M: Pali Rohár <pali.rohar@gmail.com>
3641S: Maintained
3642F: drivers/platform/x86/dell-rbtn.*
3643
3644DELL LAPTOP FREEFALL DRIVER
3645M: Pali Rohár <pali.rohar@gmail.com>
3646S: Maintained
3647F: drivers/platform/x86/dell-smo8800.c
3648
3649DELL LAPTOP SMM DRIVER
3650M: Pali Rohár <pali.rohar@gmail.com>
3651S: Maintained
3652F: drivers/hwmon/dell-smm-hwmon.c
3653F: include/uapi/linux/i8k.h
3654
3655DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3656M: Doug Warzecha <Douglas_Warzecha@dell.com>
3657S: Maintained
3658F: Documentation/dcdbas.txt
3659F: drivers/firmware/dcdbas.*
3660
3661DELL WMI EXTRAS DRIVER
3662M: Matthew Garrett <mjg59@srcf.ucam.org>
3663M: Pali Rohár <pali.rohar@gmail.com>
3664S: Maintained
3665F: drivers/platform/x86/dell-wmi.c
3666
3667DESIGNWARE USB2 DRD IP DRIVER
3668M: John Youn <johnyoun@synopsys.com>
3669L: linux-usb@vger.kernel.org
3670T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3671S: Maintained
3672F: drivers/usb/dwc2/
3673
3674DESIGNWARE USB3 DRD IP DRIVER
3675M: Felipe Balbi <balbi@kernel.org>
3676L: linux-usb@vger.kernel.org
3677T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3678S: Maintained
3679F: drivers/usb/dwc3/
3680
3681DEVICE COREDUMP (DEV_COREDUMP)
3682M: Johannes Berg <johannes@sipsolutions.net>
3683L: linux-kernel@vger.kernel.org
3684S: Maintained
3685F: drivers/base/devcoredump.c
3686F: include/linux/devcoredump.h
3687
3688DEVICE FREQUENCY (DEVFREQ)
3689M: MyungJoo Ham <myungjoo.ham@samsung.com>
3690M: Kyungmin Park <kyungmin.park@samsung.com>
3691L: linux-pm@vger.kernel.org
3692T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3693S: Maintained
3694F: drivers/devfreq/
3695F: include/linux/devfreq.h
3696F: Documentation/devicetree/bindings/devfreq/
3697
3698DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3699M: Chanwoo Choi <cw00.choi@samsung.com>
3700L: linux-pm@vger.kernel.org
3701T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3702S: Supported
3703F: drivers/devfreq/event/
3704F: drivers/devfreq/devfreq-event.c
3705F: include/linux/devfreq-event.h
3706F: Documentation/devicetree/bindings/devfreq/event/
3707
3708BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3709M: Chanwoo Choi <cw00.choi@samsung.com>
3710L: linux-pm@vger.kernel.org
3711L: linux-samsung-soc@vger.kernel.org
3712T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3713S: Maintained
3714F: drivers/devfreq/exynos-bus.c
3715F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3716
3717DEVICE NUMBER REGISTRY
3718M: Torben Mathiasen <device@lanana.org>
3719W: http://lanana.org/docs/device-list/index.html
3720S: Maintained
3721
3722DEVICE-MAPPER (LVM)
3723M: Alasdair Kergon <agk@redhat.com>
3724M: Mike Snitzer <snitzer@redhat.com>
3725M: dm-devel@redhat.com
3726L: dm-devel@redhat.com
3727W: http://sources.redhat.com/dm
3728Q: http://patchwork.kernel.org/project/dm-devel/list/
3729T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3730T: quilt http://people.redhat.com/agk/patches/linux/editing/
3731S: Maintained
3732F: Documentation/device-mapper/
3733F: drivers/md/dm*
3734F: drivers/md/persistent-data/
3735F: include/linux/device-mapper.h
3736F: include/linux/dm-*.h
3737F: include/uapi/linux/dm-*.h
3738
3739DEVLINK
3740M: Jiri Pirko <jiri@mellanox.com>
3741L: netdev@vger.kernel.org
3742S: Supported
3743F: net/core/devlink.c
3744F: include/net/devlink.h
3745F: include/uapi/linux/devlink.h
3746
3747DIALOG SEMICONDUCTOR DRIVERS
3748M: Support Opensource <support.opensource@diasemi.com>
3749W: http://www.dialog-semiconductor.com/products
3750S: Supported
3751F: Documentation/hwmon/da90??
3752F: Documentation/devicetree/bindings/mfd/da90*.txt
3753F: Documentation/devicetree/bindings/regulator/da92*.txt
3754F: Documentation/devicetree/bindings/sound/da[79]*.txt
3755F: drivers/gpio/gpio-da90??.c
3756F: drivers/hwmon/da90??-hwmon.c
3757F: drivers/iio/adc/da91??-*.c
3758F: drivers/input/misc/da90??_onkey.c
3759F: drivers/input/touchscreen/da9052_tsi.c
3760F: drivers/leds/leds-da90??.c
3761F: drivers/mfd/da903x.c
3762F: drivers/mfd/da90??-*.c
3763F: drivers/mfd/da91??-*.c
3764F: drivers/power/da9052-battery.c
3765F: drivers/power/da91??-*.c
3766F: drivers/regulator/da903x.c
3767F: drivers/regulator/da9???-regulator.[ch]
3768F: drivers/rtc/rtc-da90??.c
3769F: drivers/video/backlight/da90??_bl.c
3770F: drivers/watchdog/da90??_wdt.c
3771F: include/linux/mfd/da903x.h
3772F: include/linux/mfd/da9052/
3773F: include/linux/mfd/da9055/
3774F: include/linux/mfd/da9062/
3775F: include/linux/mfd/da9063/
3776F: include/linux/mfd/da9150/
3777F: include/linux/regulator/da9211.h
3778F: include/sound/da[79]*.h
3779F: sound/soc/codecs/da[79]*.[ch]
3780
3781DIGI NEO AND CLASSIC PCI PRODUCTS
3782M: Lidza Louina <lidza.louina@gmail.com>
3783M: Mark Hounschell <markh@compro.net>
3784L: driverdev-devel@linuxdriverproject.org
3785S: Maintained
3786F: drivers/staging/dgnc/
3787
3788DIOLAN U2C-12 I2C DRIVER
3789M: Guenter Roeck <linux@roeck-us.net>
3790L: linux-i2c@vger.kernel.org
3791S: Maintained
3792F: drivers/i2c/busses/i2c-diolan-u2c.c
3793
3794DIRECT ACCESS (DAX)
3795M: Matthew Wilcox <willy@linux.intel.com>
3796L: linux-fsdevel@vger.kernel.org
3797S: Supported
3798F: fs/dax.c
3799
3800DIRECTORY NOTIFICATION (DNOTIFY)
3801M: Eric Paris <eparis@parisplace.org>
3802S: Maintained
3803F: Documentation/filesystems/dnotify.txt
3804F: fs/notify/dnotify/
3805F: include/linux/dnotify.h
3806
3807DISK GEOMETRY AND PARTITION HANDLING
3808M: Andries Brouwer <aeb@cwi.nl>
3809W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3810W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3811W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3812S: Maintained
3813
3814DISKQUOTA
3815M: Jan Kara <jack@suse.com>
3816S: Maintained
3817F: Documentation/filesystems/quota.txt
3818F: fs/quota/
3819F: include/linux/quota*.h
3820F: include/uapi/linux/quota*.h
3821
3822DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3823M: Bernie Thompson <bernie@plugable.com>
3824L: linux-fbdev@vger.kernel.org
3825S: Maintained
3826W: http://plugable.com/category/projects/udlfb/
3827F: drivers/video/fbdev/udlfb.c
3828F: include/video/udlfb.h
3829F: Documentation/fb/udlfb.txt
3830
3831DISTRIBUTED LOCK MANAGER (DLM)
3832M: Christine Caulfield <ccaulfie@redhat.com>
3833M: David Teigland <teigland@redhat.com>
3834L: cluster-devel@redhat.com
3835W: http://sources.redhat.com/cluster/
3836T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3837S: Supported
3838F: fs/dlm/
3839
3840DMA BUFFER SHARING FRAMEWORK
3841M: Sumit Semwal <sumit.semwal@linaro.org>
3842S: Maintained
3843L: linux-media@vger.kernel.org
3844L: dri-devel@lists.freedesktop.org
3845L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3846F: drivers/dma-buf/
3847F: include/linux/dma-buf*
3848F: include/linux/reservation.h
3849F: include/linux/*fence.h
3850F: Documentation/dma-buf-sharing.txt
3851T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3852
3853SYNC FILE FRAMEWORK
3854M: Sumit Semwal <sumit.semwal@linaro.org>
3855R: Gustavo Padovan <gustavo@padovan.org>
3856S: Maintained
3857L: linux-media@vger.kernel.org
3858L: dri-devel@lists.freedesktop.org
3859F: drivers/dma-buf/sync_file.c
3860F: include/linux/sync_file.h
3861F: Documentation/sync_file.txt
3862T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3863
3864DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3865M: Vinod Koul <vinod.koul@intel.com>
3866L: dmaengine@vger.kernel.org
3867Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3868S: Maintained
3869F: drivers/dma/
3870F: include/linux/dmaengine.h
3871F: Documentation/devicetree/bindings/dma/
3872F: Documentation/dmaengine/
3873T: git git://git.infradead.org/users/vkoul/slave-dma.git
3874
3875DME1737 HARDWARE MONITOR DRIVER
3876M: Juerg Haefliger <juergh@gmail.com>
3877L: linux-hwmon@vger.kernel.org
3878S: Maintained
3879F: Documentation/hwmon/dme1737
3880F: drivers/hwmon/dme1737.c
3881
3882DMI/SMBIOS SUPPORT
3883M: Jean Delvare <jdelvare@suse.com>
3884S: Maintained
3885T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3886F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3887F: drivers/firmware/dmi-id.c
3888F: drivers/firmware/dmi_scan.c
3889F: include/linux/dmi.h
3890
3891DOCUMENTATION
3892M: Jonathan Corbet <corbet@lwn.net>
3893L: linux-doc@vger.kernel.org
3894S: Maintained
3895F: Documentation/
3896F: scripts/docproc.c
3897F: scripts/kernel-doc*
3898X: Documentation/ABI/
3899X: Documentation/devicetree/
3900X: Documentation/acpi
3901X: Documentation/power
3902X: Documentation/spi
3903X: Documentation/DocBook/media
3904T: git git://git.lwn.net/linux.git docs-next
3905
3906DOUBLETALK DRIVER
3907M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3908L: blinux-list@redhat.com
3909S: Maintained
3910F: drivers/char/dtlk.c
3911F: include/linux/dtlk.h
3912
3913DPT_I2O SCSI RAID DRIVER
3914M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3915L: linux-scsi@vger.kernel.org
3916W: http://www.adaptec.com/
3917S: Maintained
3918F: drivers/scsi/dpt*
3919F: drivers/scsi/dpt/
3920
3921DRBD DRIVER
3922M: Philipp Reisner <philipp.reisner@linbit.com>
3923M: Lars Ellenberg <lars.ellenberg@linbit.com>
3924L: drbd-dev@lists.linbit.com
3925W: http://www.drbd.org
3926T: git git://git.linbit.com/linux-drbd.git
3927T: git git://git.linbit.com/drbd-8.4.git
3928S: Supported
3929F: drivers/block/drbd/
3930F: lib/lru_cache.c
3931F: Documentation/blockdev/drbd/
3932
3933DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3934M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3935T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3936S: Supported
3937F: Documentation/kobject.txt
3938F: drivers/base/
3939F: fs/debugfs/
3940F: fs/kernfs/
3941F: fs/sysfs/
3942F: include/linux/debugfs.h
3943F: include/linux/kobj*
3944F: lib/kobj*
3945
3946DRM DRIVERS
3947M: David Airlie <airlied@linux.ie>
3948L: dri-devel@lists.freedesktop.org
3949T: git git://people.freedesktop.org/~airlied/linux
3950S: Maintained
3951F: drivers/gpu/drm/
3952F: drivers/gpu/vga/
3953F: Documentation/devicetree/bindings/display/
3954F: Documentation/devicetree/bindings/gpu/
3955F: Documentation/devicetree/bindings/video/
3956F: Documentation/gpu/
3957F: include/drm/
3958F: include/uapi/drm/
3959
3960DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
3961M: Dave Airlie <airlied@redhat.com>
3962S: Odd Fixes
3963F: drivers/gpu/drm/ast/
3964
3965DRM DRIVER FOR BOCHS VIRTUAL GPU
3966M: Gerd Hoffmann <kraxel@redhat.com>
3967S: Odd Fixes
3968F: drivers/gpu/drm/bochs/
3969
3970DRM DRIVER FOR QEMU'S CIRRUS DEVICE
3971M: Dave Airlie <airlied@redhat.com>
3972S: Odd Fixes
3973F: drivers/gpu/drm/cirrus/
3974
3975RADEON and AMDGPU DRM DRIVERS
3976M: Alex Deucher <alexander.deucher@amd.com>
3977M: Christian König <christian.koenig@amd.com>
3978L: dri-devel@lists.freedesktop.org
3979T: git git://people.freedesktop.org/~agd5f/linux
3980S: Supported
3981F: drivers/gpu/drm/radeon/
3982F: include/uapi/drm/radeon_drm.h
3983F: drivers/gpu/drm/amd/
3984F: include/uapi/drm/amdgpu_drm.h
3985
3986DRM PANEL DRIVERS
3987M: Thierry Reding <thierry.reding@gmail.com>
3988L: dri-devel@lists.freedesktop.org
3989T: git git://anongit.freedesktop.org/tegra/linux.git
3990S: Maintained
3991F: drivers/gpu/drm/drm_panel.c
3992F: drivers/gpu/drm/panel/
3993F: include/drm/drm_panel.h
3994F: Documentation/devicetree/bindings/display/panel/
3995
3996INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3997M: Daniel Vetter <daniel.vetter@intel.com>
3998M: Jani Nikula <jani.nikula@linux.intel.com>
3999L: intel-gfx@lists.freedesktop.org
4000L: dri-devel@lists.freedesktop.org
4001W: https://01.org/linuxgraphics/
4002Q: http://patchwork.freedesktop.org/project/intel-gfx/
4003T: git git://anongit.freedesktop.org/drm-intel
4004S: Supported
4005F: drivers/gpu/drm/i915/
4006F: include/drm/i915*
4007F: include/uapi/drm/i915_drm.h
4008F: Documentation/gpu/i915.rst
4009
4010DRM DRIVERS FOR ATMEL HLCDC
4011M: Boris Brezillon <boris.brezillon@free-electrons.com>
4012L: dri-devel@lists.freedesktop.org
4013S: Supported
4014F: drivers/gpu/drm/atmel-hlcdc/
4015F: Documentation/devicetree/bindings/drm/atmel/
4016
4017DRM DRIVERS FOR ALLWINNER A10
4018M: Maxime Ripard <maxime.ripard@free-electrons.com>
4019L: dri-devel@lists.freedesktop.org
4020S: Supported
4021F: drivers/gpu/drm/sun4i/
4022F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4023
4024DRM DRIVERS FOR EXYNOS
4025M: Inki Dae <inki.dae@samsung.com>
4026M: Joonyoung Shim <jy0922.shim@samsung.com>
4027M: Seung-Woo Kim <sw0312.kim@samsung.com>
4028M: Kyungmin Park <kyungmin.park@samsung.com>
4029L: dri-devel@lists.freedesktop.org
4030T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4031S: Supported
4032F: drivers/gpu/drm/exynos/
4033F: include/uapi/drm/exynos_drm.h
4034F: Documentation/devicetree/bindings/display/exynos/
4035
4036DRM DRIVERS FOR FREESCALE DCU
4037M: Stefan Agner <stefan@agner.ch>
4038M: Alison Wang <alison.wang@freescale.com>
4039L: dri-devel@lists.freedesktop.org
4040S: Supported
4041F: drivers/gpu/drm/fsl-dcu/
4042F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4043F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4044F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4045
4046DRM DRIVERS FOR FREESCALE IMX
4047M: Philipp Zabel <p.zabel@pengutronix.de>
4048L: dri-devel@lists.freedesktop.org
4049S: Maintained
4050F: drivers/gpu/drm/imx/
4051F: drivers/gpu/ipu-v3/
4052F: Documentation/devicetree/bindings/display/imx/
4053
4054DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4055M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4056L: dri-devel@lists.freedesktop.org
4057T: git git://github.com/patjak/drm-gma500
4058S: Maintained
4059F: drivers/gpu/drm/gma500/
4060
4061DRM DRIVERS FOR HISILICON
4062M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4063R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4064R: Chen Feng <puck.chen@hisilicon.com>
4065L: dri-devel@lists.freedesktop.org
4066T: git git://github.com/xin3liang/linux.git
4067S: Maintained
4068F: drivers/gpu/drm/hisilicon/
4069F: Documentation/devicetree/bindings/display/hisilicon/
4070
4071DRM DRIVER FOR INTEL I810 VIDEO CARDS
4072S: Orphan / Obsolete
4073F: drivers/gpu/drm/i810/
4074F: include/uapi/drm/i810_drm.h
4075
4076DRM DRIVER FOR MSM ADRENO GPU
4077M: Rob Clark <robdclark@gmail.com>
4078L: linux-arm-msm@vger.kernel.org
4079L: dri-devel@lists.freedesktop.org
4080L: freedreno@lists.freedesktop.org
4081T: git git://people.freedesktop.org/~robclark/linux
4082S: Maintained
4083F: drivers/gpu/drm/msm/
4084F: include/uapi/drm/msm_drm.h
4085F: Documentation/devicetree/bindings/display/msm/
4086
4087DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4088M: Ben Skeggs <bskeggs@redhat.com>
4089L: dri-devel@lists.freedesktop.org
4090L: nouveau@lists.freedesktop.org
4091T: git git://github.com/skeggsb/linux
4092S: Supported
4093F: drivers/gpu/drm/nouveau/
4094F: include/uapi/drm/nouveau_drm.h
4095
4096DRM DRIVERS FOR NVIDIA TEGRA
4097M: Thierry Reding <thierry.reding@gmail.com>
4098L: dri-devel@lists.freedesktop.org
4099L: linux-tegra@vger.kernel.org
4100T: git git://anongit.freedesktop.org/tegra/linux.git
4101S: Supported
4102F: drivers/gpu/drm/tegra/
4103F: drivers/gpu/host1x/
4104F: include/linux/host1x.h
4105F: include/uapi/drm/tegra_drm.h
4106F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4107
4108DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4109S: Orphan / Obsolete
4110F: drivers/gpu/drm/mga/
4111F: include/uapi/drm/mga_drm.h
4112
4113DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4114M: Dave Airlie <airlied@redhat.com>
4115S: Odd Fixes
4116F: drivers/gpu/drm/mgag200/
4117
4118DRM DRIVER FOR RAGE 128 VIDEO CARDS
4119S: Orphan / Obsolete
4120F: drivers/gpu/drm/r128/
4121F: include/uapi/drm/r128_drm.h
4122
4123DRM DRIVERS FOR RENESAS
4124M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4125L: dri-devel@lists.freedesktop.org
4126L: linux-renesas-soc@vger.kernel.org
4127T: git git://linuxtv.org/pinchartl/fbdev
4128S: Supported
4129F: drivers/gpu/drm/rcar-du/
4130F: drivers/gpu/drm/shmobile/
4131F: include/linux/platform_data/shmob_drm.h
4132F: Documentation/devicetree/bindings/display/renesas,du.txt
4133
4134DRM DRIVER FOR QXL VIRTUAL GPU
4135M: Dave Airlie <airlied@redhat.com>
4136S: Odd Fixes
4137F: drivers/gpu/drm/qxl/
4138F: include/uapi/drm/qxl_drm.h
4139
4140DRM DRIVERS FOR ROCKCHIP
4141M: Mark Yao <mark.yao@rock-chips.com>
4142L: dri-devel@lists.freedesktop.org
4143S: Maintained
4144F: drivers/gpu/drm/rockchip/
4145F: Documentation/devicetree/bindings/display/rockchip/
4146
4147DRM DRIVER FOR SAVAGE VIDEO CARDS
4148S: Orphan / Obsolete
4149F: drivers/gpu/drm/savage/
4150F: include/uapi/drm/savage_drm.h
4151
4152DRM DRIVER FOR SIS VIDEO CARDS
4153S: Orphan / Obsolete
4154F: drivers/gpu/drm/sis/
4155F: include/uapi/drm/sis_drm.h
4156
4157DRM DRIVERS FOR STI
4158M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4159M: Vincent Abriou <vincent.abriou@st.com>
4160L: dri-devel@lists.freedesktop.org
4161T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4162S: Maintained
4163F: drivers/gpu/drm/sti
4164F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4165
4166DRM DRIVER FOR TDFX VIDEO CARDS
4167S: Orphan / Obsolete
4168F: drivers/gpu/drm/tdfx/
4169
4170DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4171M: Dave Airlie <airlied@redhat.com>
4172S: Odd Fixes
4173F: drivers/gpu/drm/udl/
4174
4175DRM DRIVERS FOR VIVANTE GPU IP
4176M: Lucas Stach <l.stach@pengutronix.de>
4177R: Russell King <linux+etnaviv@armlinux.org.uk>
4178R: Christian Gmeiner <christian.gmeiner@gmail.com>
4179L: dri-devel@lists.freedesktop.org
4180S: Maintained
4181F: drivers/gpu/drm/etnaviv/
4182F: include/uapi/drm/etnaviv_drm.h
4183F: Documentation/devicetree/bindings/display/etnaviv/
4184
4185DRM DRIVER FOR VMWARE VIRTUAL GPU
4186M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4187M: Sinclair Yeh <syeh@vmware.com>
4188M: Thomas Hellstrom <thellstrom@vmware.com>
4189L: dri-devel@lists.freedesktop.org
4190T: git git://people.freedesktop.org/~syeh/repos_linux
4191T: git git://people.freedesktop.org/~thomash/linux
4192S: Supported
4193F: drivers/gpu/drm/vmwgfx/
4194F: include/uapi/drm/vmwgfx_drm.h
4195
4196DRM DRIVERS FOR VC4
4197M: Eric Anholt <eric@anholt.net>
4198T: git git://github.com/anholt/linux
4199S: Supported
4200F: drivers/gpu/drm/vc4/
4201F: include/uapi/drm/vc4_drm.h
4202F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4203
4204DRM DRIVERS FOR TI OMAP
4205M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4206L: dri-devel@lists.freedesktop.org
4207S: Maintained
4208F: drivers/gpu/drm/omapdrm/
4209F: Documentation/devicetree/bindings/display/ti/
4210
4211DRM DRIVERS FOR TI LCDC
4212M: Jyri Sarha <jsarha@ti.com>
4213R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4214L: dri-devel@lists.freedesktop.org
4215S: Maintained
4216F: drivers/gpu/drm/tilcdc/
4217F: Documentation/devicetree/bindings/display/tilcdc/
4218
4219DSBR100 USB FM RADIO DRIVER
4220M: Alexey Klimov <klimov.linux@gmail.com>
4221L: linux-media@vger.kernel.org
4222T: git git://linuxtv.org/media_tree.git
4223S: Maintained
4224F: drivers/media/radio/dsbr100.c
4225
4226DSCC4 DRIVER
4227M: Francois Romieu <romieu@fr.zoreil.com>
4228L: netdev@vger.kernel.org
4229S: Maintained
4230F: drivers/net/wan/dscc4.c
4231
4232DT3155 MEDIA DRIVER
4233M: Hans Verkuil <hverkuil@xs4all.nl>
4234L: linux-media@vger.kernel.org
4235T: git git://linuxtv.org/media_tree.git
4236W: https://linuxtv.org
4237S: Odd Fixes
4238F: drivers/media/pci/dt3155/
4239
4240DVB_USB_AF9015 MEDIA DRIVER
4241M: Antti Palosaari <crope@iki.fi>
4242L: linux-media@vger.kernel.org
4243W: https://linuxtv.org
4244W: http://palosaari.fi/linux/
4245Q: http://patchwork.linuxtv.org/project/linux-media/list/
4246T: git git://linuxtv.org/anttip/media_tree.git
4247S: Maintained
4248F: drivers/media/usb/dvb-usb-v2/af9015*
4249
4250DVB_USB_AF9035 MEDIA DRIVER
4251M: Antti Palosaari <crope@iki.fi>
4252L: linux-media@vger.kernel.org
4253W: https://linuxtv.org
4254W: http://palosaari.fi/linux/
4255Q: http://patchwork.linuxtv.org/project/linux-media/list/
4256T: git git://linuxtv.org/anttip/media_tree.git
4257S: Maintained
4258F: drivers/media/usb/dvb-usb-v2/af9035*
4259
4260DVB_USB_ANYSEE MEDIA DRIVER
4261M: Antti Palosaari <crope@iki.fi>
4262L: linux-media@vger.kernel.org
4263W: https://linuxtv.org
4264W: http://palosaari.fi/linux/
4265Q: http://patchwork.linuxtv.org/project/linux-media/list/
4266T: git git://linuxtv.org/anttip/media_tree.git
4267S: Maintained
4268F: drivers/media/usb/dvb-usb-v2/anysee*
4269
4270DVB_USB_AU6610 MEDIA DRIVER
4271M: Antti Palosaari <crope@iki.fi>
4272L: linux-media@vger.kernel.org
4273W: https://linuxtv.org
4274W: http://palosaari.fi/linux/
4275Q: http://patchwork.linuxtv.org/project/linux-media/list/
4276T: git git://linuxtv.org/anttip/media_tree.git
4277S: Maintained
4278F: drivers/media/usb/dvb-usb-v2/au6610*
4279
4280DVB_USB_CE6230 MEDIA DRIVER
4281M: Antti Palosaari <crope@iki.fi>
4282L: linux-media@vger.kernel.org
4283W: https://linuxtv.org
4284W: http://palosaari.fi/linux/
4285Q: http://patchwork.linuxtv.org/project/linux-media/list/
4286T: git git://linuxtv.org/anttip/media_tree.git
4287S: Maintained
4288F: drivers/media/usb/dvb-usb-v2/ce6230*
4289
4290DVB_USB_CXUSB MEDIA DRIVER
4291M: Michael Krufky <mkrufky@linuxtv.org>
4292L: linux-media@vger.kernel.org
4293W: https://linuxtv.org
4294W: http://github.com/mkrufky
4295Q: http://patchwork.linuxtv.org/project/linux-media/list/
4296T: git git://linuxtv.org/media_tree.git
4297S: Maintained
4298F: drivers/media/usb/dvb-usb/cxusb*
4299
4300DVB_USB_EC168 MEDIA DRIVER
4301M: Antti Palosaari <crope@iki.fi>
4302L: linux-media@vger.kernel.org
4303W: https://linuxtv.org
4304W: http://palosaari.fi/linux/
4305Q: http://patchwork.linuxtv.org/project/linux-media/list/
4306T: git git://linuxtv.org/anttip/media_tree.git
4307S: Maintained
4308F: drivers/media/usb/dvb-usb-v2/ec168*
4309
4310DVB_USB_GL861 MEDIA DRIVER
4311M: Antti Palosaari <crope@iki.fi>
4312L: linux-media@vger.kernel.org
4313W: https://linuxtv.org
4314Q: http://patchwork.linuxtv.org/project/linux-media/list/
4315T: git git://linuxtv.org/anttip/media_tree.git
4316S: Maintained
4317F: drivers/media/usb/dvb-usb-v2/gl861*
4318
4319DVB_USB_MXL111SF MEDIA DRIVER
4320M: Michael Krufky <mkrufky@linuxtv.org>
4321L: linux-media@vger.kernel.org
4322W: https://linuxtv.org
4323W: http://github.com/mkrufky
4324Q: http://patchwork.linuxtv.org/project/linux-media/list/
4325T: git git://linuxtv.org/mkrufky/mxl111sf.git
4326S: Maintained
4327F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4328
4329DVB_USB_RTL28XXU MEDIA DRIVER
4330M: Antti Palosaari <crope@iki.fi>
4331L: linux-media@vger.kernel.org
4332W: https://linuxtv.org
4333W: http://palosaari.fi/linux/
4334Q: http://patchwork.linuxtv.org/project/linux-media/list/
4335T: git git://linuxtv.org/anttip/media_tree.git
4336S: Maintained
4337F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4338
4339DVB_USB_V2 MEDIA DRIVER
4340M: Antti Palosaari <crope@iki.fi>
4341L: linux-media@vger.kernel.org
4342W: https://linuxtv.org
4343W: http://palosaari.fi/linux/
4344Q: http://patchwork.linuxtv.org/project/linux-media/list/
4345T: git git://linuxtv.org/anttip/media_tree.git
4346S: Maintained
4347F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4348F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4349
4350DYNAMIC DEBUG
4351M: Jason Baron <jbaron@akamai.com>
4352S: Maintained
4353F: lib/dynamic_debug.c
4354F: include/linux/dynamic_debug.h
4355
4356DZ DECSTATION DZ11 SERIAL DRIVER
4357M: "Maciej W. Rozycki" <macro@linux-mips.org>
4358S: Maintained
4359F: drivers/tty/serial/dz.*
4360
4361E3X0 POWER BUTTON DRIVER
4362M: Moritz Fischer <moritz.fischer@ettus.com>
4363L: usrp-users@lists.ettus.com
4364W: http://www.ettus.com
4365S: Supported
4366F: drivers/input/misc/e3x0-button.c
4367F: Documentation/devicetree/bindings/input/e3x0-button.txt
4368
4369E4000 MEDIA DRIVER
4370M: Antti Palosaari <crope@iki.fi>
4371L: linux-media@vger.kernel.org
4372W: https://linuxtv.org
4373W: http://palosaari.fi/linux/
4374Q: http://patchwork.linuxtv.org/project/linux-media/list/
4375T: git git://linuxtv.org/anttip/media_tree.git
4376S: Maintained
4377F: drivers/media/tuners/e4000*
4378
4379EATA ISA/EISA/PCI SCSI DRIVER
4380M: Dario Ballabio <ballabio_dario@emc.com>
4381L: linux-scsi@vger.kernel.org
4382S: Maintained
4383F: drivers/scsi/eata.c
4384
4385EC100 MEDIA DRIVER
4386M: Antti Palosaari <crope@iki.fi>
4387L: linux-media@vger.kernel.org
4388W: https://linuxtv.org
4389W: http://palosaari.fi/linux/
4390Q: http://patchwork.linuxtv.org/project/linux-media/list/
4391T: git git://linuxtv.org/anttip/media_tree.git
4392S: Maintained
4393F: drivers/media/dvb-frontends/ec100*
4394
4395ECRYPT FILE SYSTEM
4396M: Tyler Hicks <tyhicks@canonical.com>
4397L: ecryptfs@vger.kernel.org
4398W: http://ecryptfs.org
4399W: https://launchpad.net/ecryptfs
4400T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4401S: Supported
4402F: Documentation/filesystems/ecryptfs.txt
4403F: fs/ecryptfs/
4404
4405EDAC-CORE
4406M: Doug Thompson <dougthompson@xmission.com>
4407M: Borislav Petkov <bp@alien8.de>
4408M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4409M: Mauro Carvalho Chehab <mchehab@kernel.org>
4410L: linux-edac@vger.kernel.org
4411T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4412T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4413S: Supported
4414F: Documentation/edac.txt
4415F: drivers/edac/
4416F: include/linux/edac.h
4417
4418EDAC-AMD64
4419M: Doug Thompson <dougthompson@xmission.com>
4420M: Borislav Petkov <bp@alien8.de>
4421L: linux-edac@vger.kernel.org
4422S: Maintained
4423F: drivers/edac/amd64_edac*
4424
4425EDAC-CALXEDA
4426M: Doug Thompson <dougthompson@xmission.com>
4427M: Robert Richter <rric@kernel.org>
4428L: linux-edac@vger.kernel.org
4429S: Maintained
4430F: drivers/edac/highbank*
4431
4432EDAC-CAVIUM
4433M: Ralf Baechle <ralf@linux-mips.org>
4434M: David Daney <david.daney@cavium.com>
4435L: linux-edac@vger.kernel.org
4436L: linux-mips@linux-mips.org
4437S: Supported
4438F: drivers/edac/octeon_edac*
4439
4440EDAC-E752X
4441M: Mark Gross <mark.gross@intel.com>
4442M: Doug Thompson <dougthompson@xmission.com>
4443L: linux-edac@vger.kernel.org
4444S: Maintained
4445F: drivers/edac/e752x_edac.c
4446
4447EDAC-E7XXX
4448M: Doug Thompson <dougthompson@xmission.com>
4449L: linux-edac@vger.kernel.org
4450S: Maintained
4451F: drivers/edac/e7xxx_edac.c
4452
4453EDAC-GHES
4454M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4455M: Mauro Carvalho Chehab <mchehab@kernel.org>
4456L: linux-edac@vger.kernel.org
4457S: Maintained
4458F: drivers/edac/ghes_edac.c
4459
4460EDAC-I82443BXGX
4461M: Tim Small <tim@buttersideup.com>
4462L: linux-edac@vger.kernel.org
4463S: Maintained
4464F: drivers/edac/i82443bxgx_edac.c
4465
4466EDAC-I3000
4467M: Jason Uhlenkott <juhlenko@akamai.com>
4468L: linux-edac@vger.kernel.org
4469S: Maintained
4470F: drivers/edac/i3000_edac.c
4471
4472EDAC-I5000
4473M: Doug Thompson <dougthompson@xmission.com>
4474L: linux-edac@vger.kernel.org
4475S: Maintained
4476F: drivers/edac/i5000_edac.c
4477
4478EDAC-I5400
4479M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4480M: Mauro Carvalho Chehab <mchehab@kernel.org>
4481L: linux-edac@vger.kernel.org
4482S: Maintained
4483F: drivers/edac/i5400_edac.c
4484
4485EDAC-I7300
4486M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4487M: Mauro Carvalho Chehab <mchehab@kernel.org>
4488L: linux-edac@vger.kernel.org
4489S: Maintained
4490F: drivers/edac/i7300_edac.c
4491
4492EDAC-I7CORE
4493M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4494M: Mauro Carvalho Chehab <mchehab@kernel.org>
4495L: linux-edac@vger.kernel.org
4496S: Maintained
4497F: drivers/edac/i7core_edac.c
4498
4499EDAC-I82975X
4500M: Ranganathan Desikan <ravi@jetztechnologies.com>
4501M: "Arvind R." <arvino55@gmail.com>
4502L: linux-edac@vger.kernel.org
4503S: Maintained
4504F: drivers/edac/i82975x_edac.c
4505
4506EDAC-IE31200
4507M: Jason Baron <jbaron@akamai.com>
4508L: linux-edac@vger.kernel.org
4509S: Maintained
4510F: drivers/edac/ie31200_edac.c
4511
4512EDAC-MPC85XX
4513M: Johannes Thumshirn <morbidrsa@gmail.com>
4514L: linux-edac@vger.kernel.org
4515S: Maintained
4516F: drivers/edac/mpc85xx_edac.[ch]
4517
4518EDAC-PASEMI
4519M: Egor Martovetsky <egor@pasemi.com>
4520L: linux-edac@vger.kernel.org
4521S: Maintained
4522F: drivers/edac/pasemi_edac.c
4523
4524EDAC-R82600
4525M: Tim Small <tim@buttersideup.com>
4526L: linux-edac@vger.kernel.org
4527S: Maintained
4528F: drivers/edac/r82600_edac.c
4529
4530EDAC-SBRIDGE
4531M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4532M: Mauro Carvalho Chehab <mchehab@kernel.org>
4533L: linux-edac@vger.kernel.org
4534S: Maintained
4535F: drivers/edac/sb_edac.c
4536
4537EDAC-XGENE
4538APPLIED MICRO (APM) X-GENE SOC EDAC
4539M: Loc Ho <lho@apm.com>
4540S: Supported
4541F: drivers/edac/xgene_edac.c
4542F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4543
4544EDIROL UA-101/UA-1000 DRIVER
4545M: Clemens Ladisch <clemens@ladisch.de>
4546L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4547T: git git://git.alsa-project.org/alsa-kernel.git
4548S: Maintained
4549F: sound/usb/misc/ua101.c
4550
4551EXTENSIBLE FIRMWARE INTERFACE (EFI)
4552M: Matt Fleming <matt@codeblueprint.co.uk>
4553L: linux-efi@vger.kernel.org
4554T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4555S: Maintained
4556F: Documentation/efi-stub.txt
4557F: arch/ia64/kernel/efi.c
4558F: arch/x86/boot/compressed/eboot.[ch]
4559F: arch/x86/include/asm/efi.h
4560F: arch/x86/platform/efi/
4561F: drivers/firmware/efi/
4562F: include/linux/efi*.h
4563
4564EFI VARIABLE FILESYSTEM
4565M: Matthew Garrett <matthew.garrett@nebula.com>
4566M: Jeremy Kerr <jk@ozlabs.org>
4567M: Matt Fleming <matt@codeblueprint.co.uk>
4568T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4569L: linux-efi@vger.kernel.org
4570S: Maintained
4571F: fs/efivarfs/
4572
4573EFIFB FRAMEBUFFER DRIVER
4574L: linux-fbdev@vger.kernel.org
4575M: Peter Jones <pjones@redhat.com>
4576S: Maintained
4577F: drivers/video/fbdev/efifb.c
4578
4579EFS FILESYSTEM
4580W: http://aeschi.ch.eu.org/efs/
4581S: Orphan
4582F: fs/efs/
4583
4584EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4585M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4586L: netdev@vger.kernel.org
4587S: Maintained
4588F: drivers/net/ethernet/ibm/ehea/
4589
4590EM28XX VIDEO4LINUX DRIVER
4591M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4592M: Mauro Carvalho Chehab <mchehab@kernel.org>
4593L: linux-media@vger.kernel.org
4594W: https://linuxtv.org
4595T: git git://linuxtv.org/media_tree.git
4596S: Maintained
4597F: drivers/media/usb/em28xx/
4598
4599EMBEDDED LINUX
4600M: Paul Gortmaker <paul.gortmaker@windriver.com>
4601M: Matt Mackall <mpm@selenic.com>
4602M: David Woodhouse <dwmw2@infradead.org>
4603L: linux-embedded@vger.kernel.org
4604S: Maintained
4605
4606EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4607M: James Smart <james.smart@avagotech.com>
4608M: Dick Kennedy <dick.kennedy@avagotech.com>
4609L: linux-scsi@vger.kernel.org
4610W: http://www.avagotech.com
4611S: Supported
4612F: drivers/scsi/lpfc/
4613
4614ENE CB710 FLASH CARD READER DRIVER
4615M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4616S: Maintained
4617F: drivers/misc/cb710/
4618F: drivers/mmc/host/cb710-mmc.*
4619F: include/linux/cb710.h
4620
4621ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4622M: Maxim Levitsky <maximlevitsky@gmail.com>
4623S: Maintained
4624F: drivers/media/rc/ene_ir.*
4625
4626EPSON S1D13XXX FRAMEBUFFER DRIVER
4627M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4628S: Maintained
4629T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4630F: drivers/video/fbdev/s1d13xxxfb.c
4631F: include/video/s1d13xxxfb.h
4632
4633ET131X NETWORK DRIVER
4634M: Mark Einon <mark.einon@gmail.com>
4635S: Odd Fixes
4636F: drivers/net/ethernet/agere/
4637
4638ETHERNET BRIDGE
4639M: Stephen Hemminger <stephen@networkplumber.org>
4640L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4641L: netdev@vger.kernel.org
4642W: http://www.linuxfoundation.org/en/Net:Bridge
4643S: Maintained
4644F: include/linux/netfilter_bridge/
4645F: net/bridge/
4646
4647ETHERNET PHY LIBRARY
4648M: Florian Fainelli <f.fainelli@gmail.com>
4649L: netdev@vger.kernel.org
4650S: Maintained
4651F: include/linux/phy.h
4652F: include/linux/phy_fixed.h
4653F: drivers/net/phy/
4654F: Documentation/networking/phy.txt
4655F: drivers/of/of_mdio.c
4656F: drivers/of/of_net.c
4657
4658EXT2 FILE SYSTEM
4659M: Jan Kara <jack@suse.com>
4660L: linux-ext4@vger.kernel.org
4661S: Maintained
4662F: Documentation/filesystems/ext2.txt
4663F: fs/ext2/
4664F: include/linux/ext2*
4665
4666EXT4 FILE SYSTEM
4667M: "Theodore Ts'o" <tytso@mit.edu>
4668M: Andreas Dilger <adilger.kernel@dilger.ca>
4669L: linux-ext4@vger.kernel.org
4670W: http://ext4.wiki.kernel.org
4671Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4672T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4673S: Maintained
4674F: Documentation/filesystems/ext4.txt
4675F: fs/ext4/
4676
4677Extended Verification Module (EVM)
4678M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4679L: linux-ima-devel@lists.sourceforge.net
4680L: linux-security-module@vger.kernel.org
4681S: Supported
4682F: security/integrity/evm/
4683
4684EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4685M: MyungJoo Ham <myungjoo.ham@samsung.com>
4686M: Chanwoo Choi <cw00.choi@samsung.com>
4687L: linux-kernel@vger.kernel.org
4688T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4689S: Maintained
4690F: drivers/extcon/
4691F: include/linux/extcon/
4692F: include/linux/extcon.h
4693F: Documentation/extcon/
4694F: Documentation/devicetree/bindings/extcon/
4695
4696EXYNOS DP DRIVER
4697M: Jingoo Han <jingoohan1@gmail.com>
4698L: dri-devel@lists.freedesktop.org
4699S: Maintained
4700F: drivers/gpu/drm/exynos/exynos_dp*
4701
4702EXYNOS SYSMMU (IOMMU) driver
4703M: Marek Szyprowski <m.szyprowski@samsung.com>
4704L: iommu@lists.linux-foundation.org
4705S: Maintained
4706F: drivers/iommu/exynos-iommu.c
4707
4708EXYNOS MIPI DISPLAY DRIVERS
4709M: Inki Dae <inki.dae@samsung.com>
4710M: Donghwa Lee <dh09.lee@samsung.com>
4711M: Kyungmin Park <kyungmin.park@samsung.com>
4712L: linux-fbdev@vger.kernel.org
4713S: Maintained
4714F: drivers/video/fbdev/exynos/exynos_mipi*
4715F: include/video/exynos_mipi*
4716
4717EZchip NPS platform support
4718M: Noam Camus <noamc@ezchip.com>
4719S: Supported
4720F: arch/arc/plat-eznps
4721F: arch/arc/boot/dts/eznps.dts
4722
4723F71805F HARDWARE MONITORING DRIVER
4724M: Jean Delvare <jdelvare@suse.com>
4725L: linux-hwmon@vger.kernel.org
4726S: Maintained
4727F: Documentation/hwmon/f71805f
4728F: drivers/hwmon/f71805f.c
4729
4730FC0011 TUNER DRIVER
4731M: Michael Buesch <m@bues.ch>
4732L: linux-media@vger.kernel.org
4733S: Maintained
4734F: drivers/media/tuners/fc0011.h
4735F: drivers/media/tuners/fc0011.c
4736
4737FC2580 MEDIA DRIVER
4738M: Antti Palosaari <crope@iki.fi>
4739L: linux-media@vger.kernel.org
4740W: https://linuxtv.org
4741W: http://palosaari.fi/linux/
4742Q: http://patchwork.linuxtv.org/project/linux-media/list/
4743T: git git://linuxtv.org/anttip/media_tree.git
4744S: Maintained
4745F: drivers/media/tuners/fc2580*
4746
4747FANOTIFY
4748M: Eric Paris <eparis@redhat.com>
4749S: Maintained
4750F: fs/notify/fanotify/
4751F: include/linux/fanotify.h
4752F: include/uapi/linux/fanotify.h
4753
4754FARSYNC SYNCHRONOUS DRIVER
4755M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4756W: http://www.farsite.co.uk/
4757S: Supported
4758F: drivers/net/wan/farsync.*
4759
4760FAULT INJECTION SUPPORT
4761M: Akinobu Mita <akinobu.mita@gmail.com>
4762S: Supported
4763F: Documentation/fault-injection/
4764F: lib/fault-inject.c
4765
4766FBTFT Framebuffer drivers
4767M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4768M: Noralf Trønnes <noralf@tronnes.org>
4769S: Maintained
4770F: drivers/staging/fbtft/
4771
4772FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4773M: Johannes Thumshirn <jth@kernel.org>
4774L: fcoe-devel@open-fcoe.org
4775W: www.Open-FCoE.org
4776S: Supported
4777F: drivers/scsi/libfc/
4778F: drivers/scsi/fcoe/
4779F: include/scsi/fc/
4780F: include/scsi/libfc.h
4781F: include/scsi/libfcoe.h
4782F: include/uapi/scsi/fc/
4783
4784FILE LOCKING (flock() and fcntl()/lockf())
4785M: Jeff Layton <jlayton@poochiereds.net>
4786M: "J. Bruce Fields" <bfields@fieldses.org>
4787L: linux-fsdevel@vger.kernel.org
4788S: Maintained
4789F: include/linux/fcntl.h
4790F: include/linux/fs.h
4791F: include/uapi/linux/fcntl.h
4792F: include/uapi/linux/fs.h
4793F: fs/fcntl.c
4794F: fs/locks.c
4795
4796FILESYSTEMS (VFS and infrastructure)
4797M: Alexander Viro <viro@zeniv.linux.org.uk>
4798L: linux-fsdevel@vger.kernel.org
4799S: Maintained
4800F: fs/*
4801
4802FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4803M: Riku Voipio <riku.voipio@iki.fi>
4804L: linux-hwmon@vger.kernel.org
4805S: Maintained
4806F: drivers/hwmon/f75375s.c
4807F: include/linux/f75375s.h
4808
4809FIREWIRE AUDIO DRIVERS
4810M: Clemens Ladisch <clemens@ladisch.de>
4811L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4812T: git git://git.alsa-project.org/alsa-kernel.git
4813S: Maintained
4814F: sound/firewire/
4815
4816FIREWIRE MEDIA DRIVERS (firedtv)
4817M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4818L: linux-media@vger.kernel.org
4819L: linux1394-devel@lists.sourceforge.net
4820T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4821S: Maintained
4822F: drivers/media/firewire/
4823
4824FIREWIRE SBP-2 TARGET
4825M: Chris Boot <bootc@bootc.net>
4826L: linux-scsi@vger.kernel.org
4827L: target-devel@vger.kernel.org
4828L: linux1394-devel@lists.sourceforge.net
4829T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4830S: Maintained
4831F: drivers/target/sbp/
4832
4833FIREWIRE SUBSYSTEM
4834M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4835L: linux1394-devel@lists.sourceforge.net
4836W: http://ieee1394.wiki.kernel.org/
4837T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4838S: Maintained
4839F: drivers/firewire/
4840F: include/linux/firewire.h
4841F: include/uapi/linux/firewire*.h
4842F: tools/firewire/
4843
4844FIRMWARE LOADER (request_firmware)
4845M: Ming Lei <ming.lei@canonical.com>
4846L: linux-kernel@vger.kernel.org
4847S: Maintained
4848F: Documentation/firmware_class/
4849F: drivers/base/firmware*.c
4850F: include/linux/firmware.h
4851
4852FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4853M: Joshua Morris <josh.h.morris@us.ibm.com>
4854M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4855S: Maintained
4856F: drivers/block/rsxx/
4857
4858FLOPPY DRIVER
4859M: Jiri Kosina <jikos@kernel.org>
4860T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4861S: Odd fixes
4862F: drivers/block/floppy.c
4863
4864FMC SUBSYSTEM
4865M: Alessandro Rubini <rubini@gnudd.com>
4866W: http://www.ohwr.org/projects/fmc-bus
4867S: Supported
4868F: drivers/fmc/
4869F: include/linux/fmc*.h
4870F: include/linux/ipmi-fru.h
4871K: fmc_d.*register
4872
4873FPGA MANAGER FRAMEWORK
4874M: Alan Tull <atull@opensource.altera.com>
4875R: Moritz Fischer <moritz.fischer@ettus.com>
4876S: Maintained
4877F: drivers/fpga/
4878F: include/linux/fpga/fpga-mgr.h
4879W: http://www.rocketboards.org
4880
4881FPU EMULATOR
4882M: Bill Metzenthen <billm@melbpc.org.au>
4883W: http://floatingpoint.sourceforge.net/emulator/index.html
4884S: Maintained
4885F: arch/x86/math-emu/
4886
4887FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4888L: netdev@vger.kernel.org
4889S: Orphan
4890F: drivers/net/wan/dlci.c
4891F: drivers/net/wan/sdla.c
4892
4893FRAMEBUFFER LAYER
4894M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4895M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4896L: linux-fbdev@vger.kernel.org
4897W: http://linux-fbdev.sourceforge.net/
4898Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4899T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4900S: Maintained
4901F: Documentation/fb/
4902F: drivers/video/
4903F: include/video/
4904F: include/linux/fb.h
4905F: include/uapi/video/
4906F: include/uapi/linux/fb.h
4907
4908FREESCALE DIU FRAMEBUFFER DRIVER
4909M: Timur Tabi <timur@tabi.org>
4910L: linux-fbdev@vger.kernel.org
4911S: Maintained
4912F: drivers/video/fbdev/fsl-diu-fb.*
4913
4914FREESCALE DMA DRIVER
4915M: Li Yang <leoli@freescale.com>
4916M: Zhang Wei <zw@zh-kernel.org>
4917L: linuxppc-dev@lists.ozlabs.org
4918S: Maintained
4919F: drivers/dma/fsldma.*
4920
4921FREESCALE GPMI NAND DRIVER
4922M: Han Xu <han.xu@nxp.com>
4923L: linux-mtd@lists.infradead.org
4924S: Maintained
4925F: drivers/mtd/nand/gpmi-nand/*
4926
4927FREESCALE I2C CPM DRIVER
4928M: Jochen Friedrich <jochen@scram.de>
4929L: linuxppc-dev@lists.ozlabs.org
4930L: linux-i2c@vger.kernel.org
4931S: Maintained
4932F: drivers/i2c/busses/i2c-cpm.c
4933
4934FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4935M: Sascha Hauer <kernel@pengutronix.de>
4936L: linux-fbdev@vger.kernel.org
4937L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4938S: Maintained
4939F: include/linux/platform_data/video-imxfb.h
4940F: drivers/video/fbdev/imxfb.c
4941
4942FREESCALE QUAD SPI DRIVER
4943M: Han Xu <han.xu@nxp.com>
4944L: linux-mtd@lists.infradead.org
4945S: Maintained
4946F: drivers/mtd/spi-nor/fsl-quadspi.c
4947
4948FREESCALE SOC FS_ENET DRIVER
4949M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4950M: Vitaly Bordug <vbordug@ru.mvista.com>
4951L: linuxppc-dev@lists.ozlabs.org
4952L: netdev@vger.kernel.org
4953S: Maintained
4954F: drivers/net/ethernet/freescale/fs_enet/
4955F: include/linux/fs_enet_pd.h
4956
4957FREESCALE IMX / MXC FEC DRIVER
4958M: Fugang Duan <fugang.duan@nxp.com>
4959L: netdev@vger.kernel.org
4960S: Maintained
4961F: drivers/net/ethernet/freescale/fec_main.c
4962F: drivers/net/ethernet/freescale/fec_ptp.c
4963F: drivers/net/ethernet/freescale/fec.h
4964F: Documentation/devicetree/bindings/net/fsl-fec.txt
4965
4966FREESCALE QUICC ENGINE LIBRARY
4967L: linuxppc-dev@lists.ozlabs.org
4968S: Orphan
4969F: drivers/soc/fsl/qe/
4970F: include/soc/fsl/*qe*.h
4971F: include/soc/fsl/*ucc*.h
4972
4973FREESCALE USB PERIPHERAL DRIVERS
4974M: Li Yang <leoli@freescale.com>
4975L: linux-usb@vger.kernel.org
4976L: linuxppc-dev@lists.ozlabs.org
4977S: Maintained
4978F: drivers/usb/gadget/udc/fsl*
4979
4980FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4981M: Li Yang <leoli@freescale.com>
4982L: netdev@vger.kernel.org
4983L: linuxppc-dev@lists.ozlabs.org
4984S: Maintained
4985F: drivers/net/ethernet/freescale/ucc_geth*
4986
4987FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4988M: Claudiu Manoil <claudiu.manoil@freescale.com>
4989L: netdev@vger.kernel.org
4990S: Maintained
4991F: drivers/net/ethernet/freescale/gianfar*
4992X: drivers/net/ethernet/freescale/gianfar_ptp.c
4993F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4994
4995FREESCALE QUICC ENGINE UCC HDLC DRIVER
4996M: Zhao Qiang <qiang.zhao@nxp.com>
4997L: netdev@vger.kernel.org
4998L: linuxppc-dev@lists.ozlabs.org
4999S: Maintained
5000F: drivers/net/wan/fsl_ucc_hdlc*
5001
5002FREESCALE QUICC ENGINE UCC UART DRIVER
5003M: Timur Tabi <timur@tabi.org>
5004L: linuxppc-dev@lists.ozlabs.org
5005S: Maintained
5006F: drivers/tty/serial/ucc_uart.c
5007
5008FREESCALE SOC SOUND DRIVERS
5009M: Timur Tabi <timur@tabi.org>
5010M: Nicolin Chen <nicoleotsuka@gmail.com>
5011M: Xiubo Li <Xiubo.Lee@gmail.com>
5012R: Fabio Estevam <fabio.estevam@nxp.com>
5013L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5014L: linuxppc-dev@lists.ozlabs.org
5015S: Maintained
5016F: sound/soc/fsl/fsl*
5017F: sound/soc/fsl/imx*
5018F: sound/soc/fsl/mpc8610_hpcd.c
5019
5020FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5021M: "J. German Rivera" <German.Rivera@freescale.com>
5022M: Stuart Yoder <stuart.yoder@nxp.com>
5023L: linux-kernel@vger.kernel.org
5024S: Maintained
5025F: drivers/staging/fsl-mc/
5026
5027FREEVXFS FILESYSTEM
5028M: Christoph Hellwig <hch@infradead.org>
5029W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5030S: Maintained
5031F: fs/freevxfs/
5032
5033FREEZER
5034M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5035M: Pavel Machek <pavel@ucw.cz>
5036L: linux-pm@vger.kernel.org
5037S: Supported
5038F: Documentation/power/freezing-of-tasks.txt
5039F: include/linux/freezer.h
5040F: kernel/freezer.c
5041
5042FRONTSWAP API
5043M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5044L: linux-kernel@vger.kernel.org
5045S: Maintained
5046F: mm/frontswap.c
5047F: include/linux/frontswap.h
5048
5049FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5050M: David Howells <dhowells@redhat.com>
5051L: linux-cachefs@redhat.com (moderated for non-subscribers)
5052S: Supported
5053F: Documentation/filesystems/caching/
5054F: fs/fscache/
5055F: include/linux/fscache*.h
5056
5057FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5058M: Theodore Y. Ts'o <tytso@mit.edu>
5059M: Jaegeuk Kim <jaegeuk@kernel.org>
5060S: Supported
5061F: fs/crypto/
5062F: include/linux/fscrypto.h
5063
5064F2FS FILE SYSTEM
5065M: Jaegeuk Kim <jaegeuk@kernel.org>
5066M: Changman Lee <cm224.lee@samsung.com>
5067R: Chao Yu <yuchao0@huawei.com>
5068L: linux-f2fs-devel@lists.sourceforge.net
5069W: http://en.wikipedia.org/wiki/F2FS
5070T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5071S: Maintained
5072F: Documentation/filesystems/f2fs.txt
5073F: Documentation/ABI/testing/sysfs-fs-f2fs
5074F: fs/f2fs/
5075F: include/linux/f2fs_fs.h
5076F: include/trace/events/f2fs.h
5077
5078FUJITSU FR-V (FRV) PORT
5079S: Orphan
5080F: arch/frv/
5081
5082FUJITSU LAPTOP EXTRAS
5083M: Jonathan Woithe <jwoithe@just42.net>
5084L: platform-driver-x86@vger.kernel.org
5085S: Maintained
5086F: drivers/platform/x86/fujitsu-laptop.c
5087
5088FUJITSU M-5MO LS CAMERA ISP DRIVER
5089M: Kyungmin Park <kyungmin.park@samsung.com>
5090M: Heungjun Kim <riverful.kim@samsung.com>
5091L: linux-media@vger.kernel.org
5092S: Maintained
5093F: drivers/media/i2c/m5mols/
5094F: include/media/i2c/m5mols.h
5095
5096FUJITSU TABLET EXTRAS
5097M: Robert Gerlach <khnz@gmx.de>
5098L: platform-driver-x86@vger.kernel.org
5099S: Maintained
5100F: drivers/platform/x86/fujitsu-tablet.c
5101
5102FUSE: FILESYSTEM IN USERSPACE
5103M: Miklos Szeredi <miklos@szeredi.hu>
5104L: linux-fsdevel@vger.kernel.org
5105W: http://fuse.sourceforge.net/
5106T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5107S: Maintained
5108F: fs/fuse/
5109F: include/uapi/linux/fuse.h
5110F: Documentation/filesystems/fuse.txt
5111
5112FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5113M: Rik Faith <faith@cs.unc.edu>
5114L: linux-scsi@vger.kernel.org
5115S: Odd Fixes (e.g., new signatures)
5116F: drivers/scsi/fdomain.*
5117
5118GCC PLUGINS
5119M: Kees Cook <keescook@chromium.org>
5120R: Emese Revfy <re.emese@gmail.com>
5121L: kernel-hardening@lists.openwall.com
5122S: Maintained
5123F: scripts/gcc-plugins/
5124F: scripts/gcc-plugin.sh
5125F: Documentation/gcc-plugins.txt
5126
5127GCOV BASED KERNEL PROFILING
5128M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5129S: Maintained
5130F: kernel/gcov/
5131F: Documentation/gcov.txt
5132
5133GDT SCSI DISK ARRAY CONTROLLER DRIVER
5134M: Achim Leubner <achim_leubner@adaptec.com>
5135L: linux-scsi@vger.kernel.org
5136W: http://www.icp-vortex.com/
5137S: Supported
5138F: drivers/scsi/gdt*
5139
5140GDB KERNEL DEBUGGING HELPER SCRIPTS
5141M: Jan Kiszka <jan.kiszka@siemens.com>
5142M: Kieran Bingham <kieran@bingham.xyz>
5143S: Supported
5144F: scripts/gdb/
5145
5146GEMTEK FM RADIO RECEIVER DRIVER
5147M: Hans Verkuil <hverkuil@xs4all.nl>
5148L: linux-media@vger.kernel.org
5149T: git git://linuxtv.org/media_tree.git
5150W: https://linuxtv.org
5151S: Maintained
5152F: drivers/media/radio/radio-gemtek*
5153
5154GENERIC GPIO I2C DRIVER
5155M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5156S: Supported
5157F: drivers/i2c/busses/i2c-gpio.c
5158F: include/linux/i2c-gpio.h
5159
5160GENERIC GPIO I2C MULTIPLEXER DRIVER
5161M: Peter Korsgaard <peter.korsgaard@barco.com>
5162L: linux-i2c@vger.kernel.org
5163S: Supported
5164F: drivers/i2c/muxes/i2c-mux-gpio.c
5165F: include/linux/i2c-mux-gpio.h
5166F: Documentation/i2c/muxes/i2c-mux-gpio
5167
5168GENERIC HDLC (WAN) DRIVERS
5169M: Krzysztof Halasa <khc@pm.waw.pl>
5170W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5171S: Maintained
5172F: drivers/net/wan/c101.c
5173F: drivers/net/wan/hd6457*
5174F: drivers/net/wan/hdlc*
5175F: drivers/net/wan/n2.c
5176F: drivers/net/wan/pc300too.c
5177F: drivers/net/wan/pci200syn.c
5178F: drivers/net/wan/wanxl*
5179
5180GENERIC INCLUDE/ASM HEADER FILES
5181M: Arnd Bergmann <arnd@arndb.de>
5182L: linux-arch@vger.kernel.org
5183T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5184S: Maintained
5185F: include/asm-generic/
5186F: include/uapi/asm-generic/
5187
5188GENERIC PHY FRAMEWORK
5189M: Kishon Vijay Abraham I <kishon@ti.com>
5190L: linux-kernel@vger.kernel.org
5191T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5192S: Supported
5193F: drivers/phy/
5194F: include/linux/phy/
5195
5196GENERIC PM DOMAINS
5197M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5198M: Kevin Hilman <khilman@kernel.org>
5199M: Ulf Hansson <ulf.hansson@linaro.org>
5200L: linux-pm@vger.kernel.org
5201S: Supported
5202F: drivers/base/power/domain*.c
5203F: include/linux/pm_domain.h
5204
5205GENERIC UIO DRIVER FOR PCI DEVICES
5206M: "Michael S. Tsirkin" <mst@redhat.com>
5207L: kvm@vger.kernel.org
5208S: Supported
5209F: drivers/uio/uio_pci_generic.c
5210
5211GET_MAINTAINER SCRIPT
5212M: Joe Perches <joe@perches.com>
5213S: Maintained
5214F: scripts/get_maintainer.pl
5215
5216GFS2 FILE SYSTEM
5217M: Steven Whitehouse <swhiteho@redhat.com>
5218M: Bob Peterson <rpeterso@redhat.com>
5219L: cluster-devel@redhat.com
5220W: http://sources.redhat.com/cluster/
5221T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5222S: Supported
5223F: Documentation/filesystems/gfs2*.txt
5224F: fs/gfs2/
5225F: include/uapi/linux/gfs2_ondisk.h
5226
5227GIGASET ISDN DRIVERS
5228M: Paul Bolle <pebolle@tiscali.nl>
5229L: gigaset307x-common@lists.sourceforge.net
5230W: http://gigaset307x.sourceforge.net/
5231S: Odd Fixes
5232F: Documentation/isdn/README.gigaset
5233F: drivers/isdn/gigaset/
5234F: include/uapi/linux/gigaset_dev.h
5235
5236GO7007 MPEG CODEC
5237M: Hans Verkuil <hans.verkuil@cisco.com>
5238L: linux-media@vger.kernel.org
5239S: Maintained
5240F: drivers/media/usb/go7007/
5241
5242GOODIX TOUCHSCREEN
5243M: Bastien Nocera <hadess@hadess.net>
5244L: linux-input@vger.kernel.org
5245S: Maintained
5246F: drivers/input/touchscreen/goodix.c
5247
5248GPIO SUBSYSTEM
5249M: Linus Walleij <linus.walleij@linaro.org>
5250M: Alexandre Courbot <gnurou@gmail.com>
5251L: linux-gpio@vger.kernel.org
5252T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5253S: Maintained
5254F: Documentation/devicetree/bindings/gpio/
5255F: Documentation/gpio/
5256F: Documentation/ABI/testing/gpio-cdev
5257F: Documentation/ABI/obsolete/sysfs-gpio
5258F: drivers/gpio/
5259F: include/linux/gpio/
5260F: include/linux/gpio.h
5261F: include/asm-generic/gpio.h
5262F: include/uapi/linux/gpio.h
5263F: tools/gpio/
5264
5265GRE DEMULTIPLEXER DRIVER
5266M: Dmitry Kozlov <xeb@mail.ru>
5267L: netdev@vger.kernel.org
5268S: Maintained
5269F: net/ipv4/gre_demux.c
5270F: net/ipv4/gre_offload.c
5271F: include/net/gre.h
5272
5273GRETH 10/100/1G Ethernet MAC device driver
5274M: Andreas Larsson <andreas@gaisler.com>
5275L: netdev@vger.kernel.org
5276S: Maintained
5277F: drivers/net/ethernet/aeroflex/
5278
5279GSPCA FINEPIX SUBDRIVER
5280M: Frank Zago <frank@zago.net>
5281L: linux-media@vger.kernel.org
5282T: git git://linuxtv.org/media_tree.git
5283S: Maintained
5284F: drivers/media/usb/gspca/finepix.c
5285
5286GSPCA GL860 SUBDRIVER
5287M: Olivier Lorin <o.lorin@laposte.net>
5288L: linux-media@vger.kernel.org
5289T: git git://linuxtv.org/media_tree.git
5290S: Maintained
5291F: drivers/media/usb/gspca/gl860/
5292
5293GSPCA M5602 SUBDRIVER
5294M: Erik Andren <erik.andren@gmail.com>
5295L: linux-media@vger.kernel.org
5296T: git git://linuxtv.org/media_tree.git
5297S: Maintained
5298F: drivers/media/usb/gspca/m5602/
5299
5300GSPCA PAC207 SONIXB SUBDRIVER
5301M: Hans Verkuil <hverkuil@xs4all.nl>
5302L: linux-media@vger.kernel.org
5303T: git git://linuxtv.org/media_tree.git
5304S: Odd Fixes
5305F: drivers/media/usb/gspca/pac207.c
5306
5307GSPCA SN9C20X SUBDRIVER
5308M: Brian Johnson <brijohn@gmail.com>
5309L: linux-media@vger.kernel.org
5310T: git git://linuxtv.org/media_tree.git
5311S: Maintained
5312F: drivers/media/usb/gspca/sn9c20x.c
5313
5314GSPCA T613 SUBDRIVER
5315M: Leandro Costantino <lcostantino@gmail.com>
5316L: linux-media@vger.kernel.org
5317T: git git://linuxtv.org/media_tree.git
5318S: Maintained
5319F: drivers/media/usb/gspca/t613.c
5320
5321GSPCA USB WEBCAM DRIVER
5322M: Hans Verkuil <hverkuil@xs4all.nl>
5323L: linux-media@vger.kernel.org
5324T: git git://linuxtv.org/media_tree.git
5325S: Odd Fixes
5326F: drivers/media/usb/gspca/
5327
5328GUID PARTITION TABLE (GPT)
5329M: Davidlohr Bueso <dave@stgolabs.net>
5330L: linux-efi@vger.kernel.org
5331S: Maintained
5332F: block/partitions/efi.*
5333
5334STK1160 USB VIDEO CAPTURE DRIVER
5335M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5336L: linux-media@vger.kernel.org
5337T: git git://linuxtv.org/media_tree.git
5338S: Maintained
5339F: drivers/media/usb/stk1160/
5340
5341H8/300 ARCHITECTURE
5342M: Yoshinori Sato <ysato@users.sourceforge.jp>
5343L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5344W: http://uclinux-h8.sourceforge.jp
5345T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5346S: Maintained
5347F: arch/h8300/
5348F: drivers/clocksource/h8300_*.c
5349F: drivers/clk/h8300/
5350F: drivers/irqchip/irq-renesas-h8*.c
5351
5352HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5353M: Frank Seidel <frank@f-seidel.de>
5354L: platform-driver-x86@vger.kernel.org
5355W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5356S: Maintained
5357F: drivers/platform/x86/hdaps.c
5358
5359HDPVR USB VIDEO ENCODER DRIVER
5360M: Hans Verkuil <hverkuil@xs4all.nl>
5361L: linux-media@vger.kernel.org
5362T: git git://linuxtv.org/media_tree.git
5363W: https://linuxtv.org
5364S: Odd Fixes
5365F: drivers/media/usb/hdpvr/
5366
5367HWPOISON MEMORY FAILURE HANDLING
5368M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5369L: linux-mm@kvack.org
5370S: Maintained
5371F: mm/memory-failure.c
5372F: mm/hwpoison-inject.c
5373
5374HYPERVISOR VIRTUAL CONSOLE DRIVER
5375L: linuxppc-dev@lists.ozlabs.org
5376S: Odd Fixes
5377F: drivers/tty/hvc/
5378
5379HACKRF MEDIA DRIVER
5380M: Antti Palosaari <crope@iki.fi>
5381L: linux-media@vger.kernel.org
5382W: https://linuxtv.org
5383W: http://palosaari.fi/linux/
5384Q: http://patchwork.linuxtv.org/project/linux-media/list/
5385T: git git://linuxtv.org/anttip/media_tree.git
5386S: Maintained
5387F: drivers/media/usb/hackrf/
5388
5389HARDWARE MONITORING
5390M: Jean Delvare <jdelvare@suse.com>
5391M: Guenter Roeck <linux@roeck-us.net>
5392L: linux-hwmon@vger.kernel.org
5393W: http://hwmon.wiki.kernel.org/
5394T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5395T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5396S: Maintained
5397F: Documentation/hwmon/
5398F: drivers/hwmon/
5399F: include/linux/hwmon*.h
5400
5401HARDWARE RANDOM NUMBER GENERATOR CORE
5402M: Matt Mackall <mpm@selenic.com>
5403M: Herbert Xu <herbert@gondor.apana.org.au>
5404L: linux-crypto@vger.kernel.org
5405S: Odd fixes
5406F: Documentation/devicetree/bindings/rng/
5407F: Documentation/hw_random.txt
5408F: drivers/char/hw_random/
5409F: include/linux/hw_random.h
5410
5411HARDWARE SPINLOCK CORE
5412M: Ohad Ben-Cohen <ohad@wizery.com>
5413M: Bjorn Andersson <bjorn.andersson@linaro.org>
5414L: linux-remoteproc@vger.kernel.org
5415S: Maintained
5416T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5417F: Documentation/devicetree/bindings/hwlock/
5418F: Documentation/hwspinlock.txt
5419F: drivers/hwspinlock/
5420F: include/linux/hwspinlock.h
5421
5422HARMONY SOUND DRIVER
5423L: linux-parisc@vger.kernel.org
5424S: Maintained
5425F: sound/parisc/harmony.*
5426
5427HD29L2 MEDIA DRIVER
5428M: Antti Palosaari <crope@iki.fi>
5429L: linux-media@vger.kernel.org
5430W: https://linuxtv.org
5431W: http://palosaari.fi/linux/
5432Q: http://patchwork.linuxtv.org/project/linux-media/list/
5433T: git git://linuxtv.org/anttip/media_tree.git
5434S: Maintained
5435F: drivers/media/dvb-frontends/hd29l2*
5436
5437HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5438M: Brian Boylston <brian.boylston@hpe.com>
5439S: Supported
5440F: Documentation/watchdog/hpwdt.txt
5441F: drivers/watchdog/hpwdt.c
5442
5443HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5444M: Don Brace <don.brace@microsemi.com>
5445L: iss_storagedev@hp.com
5446L: esc.storagedev@microsemi.com
5447L: linux-scsi@vger.kernel.org
5448S: Supported
5449F: Documentation/scsi/hpsa.txt
5450F: drivers/scsi/hpsa*.[ch]
5451F: include/linux/cciss*.h
5452F: include/uapi/linux/cciss*.h
5453
5454HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5455M: Don Brace <don.brace@microsemi.com>
5456L: iss_storagedev@hp.com
5457L: esc.storagedev@microsemi.com
5458L: linux-scsi@vger.kernel.org
5459S: Supported
5460F: Documentation/blockdev/cciss.txt
5461F: drivers/block/cciss*
5462F: include/linux/cciss_ioctl.h
5463F: include/uapi/linux/cciss_ioctl.h
5464
5465HFI1 DRIVER
5466M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5467M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5468L: linux-rdma@vger.kernel.org
5469S: Supported
5470F: drivers/infiniband/hw/hfi1
5471
5472HFS FILESYSTEM
5473L: linux-fsdevel@vger.kernel.org
5474S: Orphan
5475F: Documentation/filesystems/hfs.txt
5476F: fs/hfs/
5477
5478HFSPLUS FILESYSTEM
5479L: linux-fsdevel@vger.kernel.org
5480S: Orphan
5481F: Documentation/filesystems/hfsplus.txt
5482F: fs/hfsplus/
5483
5484HGA FRAMEBUFFER DRIVER
5485M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5486L: linux-nvidia@lists.surfsouth.com
5487W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5488S: Maintained
5489F: drivers/video/fbdev/hgafb.c
5490
5491HIBERNATION (aka Software Suspend, aka swsusp)
5492M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5493M: Pavel Machek <pavel@ucw.cz>
5494L: linux-pm@vger.kernel.org
5495S: Supported
5496F: arch/x86/power/
5497F: drivers/base/power/
5498F: kernel/power/
5499F: include/linux/suspend.h
5500F: include/linux/freezer.h
5501F: include/linux/pm.h
5502F: arch/*/include/asm/suspend*.h
5503
5504HID CORE LAYER
5505M: Jiri Kosina <jikos@kernel.org>
5506R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5507L: linux-input@vger.kernel.org
5508T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5509S: Maintained
5510F: drivers/hid/
5511F: include/linux/hid*
5512F: include/uapi/linux/hid*
5513
5514HID SENSOR HUB DRIVERS
5515M: Jiri Kosina <jikos@kernel.org>
5516M: Jonathan Cameron <jic23@kernel.org>
5517M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5518L: linux-input@vger.kernel.org
5519L: linux-iio@vger.kernel.org
5520S: Maintained
5521F: Documentation/hid/hid-sensor*
5522F: drivers/hid/hid-sensor-*
5523F: drivers/iio/*/hid-*
5524F: include/linux/hid-sensor-*
5525
5526HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5527M: Thomas Gleixner <tglx@linutronix.de>
5528L: linux-kernel@vger.kernel.org
5529T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5530S: Maintained
5531F: Documentation/timers/
5532F: kernel/time/hrtimer.c
5533F: kernel/time/clockevents.c
5534F: kernel/time/tick*.*
5535F: kernel/time/timer_*.c
5536F: include/linux/clockchips.h
5537F: include/linux/hrtimer.h
5538
5539HIGH-SPEED SCC DRIVER FOR AX.25
5540L: linux-hams@vger.kernel.org
5541S: Orphan
5542F: drivers/net/hamradio/dmascc.c
5543F: drivers/net/hamradio/scc.c
5544
5545HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5546M: HighPoint Linux Team <linux@highpoint-tech.com>
5547W: http://www.highpoint-tech.com
5548S: Supported
5549F: Documentation/scsi/hptiop.txt
5550F: drivers/scsi/hptiop.c
5551
5552HIPPI
5553M: Jes Sorensen <jes@trained-monkey.org>
5554L: linux-hippi@sunsite.dk
5555S: Maintained
5556F: include/linux/hippidevice.h
5557F: include/uapi/linux/if_hippi.h
5558F: net/802/hippi.c
5559F: drivers/net/hippi/
5560
5561HISILICON NETWORK SUBSYSTEM DRIVER
5562M: Yisen Zhuang <yisen.zhuang@huawei.com>
5563M: Salil Mehta <salil.mehta@huawei.com>
5564L: netdev@vger.kernel.org
5565W: http://www.hisilicon.com
5566S: Maintained
5567F: drivers/net/ethernet/hisilicon/
5568F: Documentation/devicetree/bindings/net/hisilicon*.txt
5569
5570HISILICON SAS Controller
5571M: John Garry <john.garry@huawei.com>
5572W: http://www.hisilicon.com
5573S: Supported
5574F: drivers/scsi/hisi_sas/
5575F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5576
5577HOST AP DRIVER
5578M: Jouni Malinen <j@w1.fi>
5579L: hostap@shmoo.com (subscribers-only)
5580L: linux-wireless@vger.kernel.org
5581W: http://hostap.epitest.fi/
5582S: Maintained
5583F: drivers/net/wireless/intersil/hostap/
5584
5585HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5586L: platform-driver-x86@vger.kernel.org
5587S: Orphan
5588F: drivers/platform/x86/tc1100-wmi.c
5589
5590HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5591M: Jaroslav Kysela <perex@perex.cz>
5592S: Maintained
5593F: drivers/net/ethernet/hp/hp100.*
5594
5595HPET: High Precision Event Timers driver
5596M: Clemens Ladisch <clemens@ladisch.de>
5597S: Maintained
5598F: Documentation/timers/hpet.txt
5599F: drivers/char/hpet.c
5600F: include/linux/hpet.h
5601F: include/uapi/linux/hpet.h
5602
5603HPET: x86
5604S: Orphan
5605F: arch/x86/kernel/hpet.c
5606F: arch/x86/include/asm/hpet.h
5607
5608HPFS FILESYSTEM
5609M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5610W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5611S: Maintained
5612F: fs/hpfs/
5613
5614HSI SUBSYSTEM
5615M: Sebastian Reichel <sre@kernel.org>
5616T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5617S: Maintained
5618F: Documentation/ABI/testing/sysfs-bus-hsi
5619F: Documentation/hsi.txt
5620F: drivers/hsi/
5621F: include/linux/hsi/
5622F: include/uapi/linux/hsi/
5623
5624HSO 3G MODEM DRIVER
5625M: Jan Dumon <j.dumon@option.com>
5626W: http://www.pharscape.org
5627S: Maintained
5628F: drivers/net/usb/hso.c
5629
5630HSR NETWORK PROTOCOL
5631M: Arvid Brodin <arvid.brodin@alten.se>
5632L: netdev@vger.kernel.org
5633S: Maintained
5634F: net/hsr/
5635
5636HTCPEN TOUCHSCREEN DRIVER
5637M: Pau Oliva Fora <pof@eslack.org>
5638L: linux-input@vger.kernel.org
5639S: Maintained
5640F: drivers/input/touchscreen/htcpen.c
5641
5642HUGETLB FILESYSTEM
5643M: Nadia Yvette Chambers <nyc@holomorphy.com>
5644S: Maintained
5645F: fs/hugetlbfs/
5646
5647Hyper-V CORE AND DRIVERS
5648M: "K. Y. Srinivasan" <kys@microsoft.com>
5649M: Haiyang Zhang <haiyangz@microsoft.com>
5650L: devel@linuxdriverproject.org
5651S: Maintained
5652F: arch/x86/include/asm/mshyperv.h
5653F: arch/x86/include/uapi/asm/hyperv.h
5654F: arch/x86/kernel/cpu/mshyperv.c
5655F: drivers/hid/hid-hyperv.c
5656F: drivers/hv/
5657F: drivers/input/serio/hyperv-keyboard.c
5658F: drivers/pci/host/pci-hyperv.c
5659F: drivers/net/hyperv/
5660F: drivers/scsi/storvsc_drv.c
5661F: drivers/video/fbdev/hyperv_fb.c
5662F: include/linux/hyperv.h
5663F: tools/hv/
5664F: Documentation/ABI/stable/sysfs-bus-vmbus
5665
5666I2C MUXES
5667M: Peter Rosin <peda@axentia.se>
5668L: linux-i2c@vger.kernel.org
5669S: Maintained
5670F: Documentation/i2c/i2c-topology
5671F: Documentation/i2c/muxes/
5672F: Documentation/devicetree/bindings/i2c/i2c-mux*
5673F: drivers/i2c/i2c-mux.c
5674F: drivers/i2c/muxes/
5675F: include/linux/i2c-mux.h
5676
5677I2C OVER PARALLEL PORT
5678M: Jean Delvare <jdelvare@suse.com>
5679L: linux-i2c@vger.kernel.org
5680S: Maintained
5681F: Documentation/i2c/busses/i2c-parport
5682F: Documentation/i2c/busses/i2c-parport-light
5683F: drivers/i2c/busses/i2c-parport.c
5684F: drivers/i2c/busses/i2c-parport-light.c
5685
5686I2C/SMBUS CONTROLLER DRIVERS FOR PC
5687M: Jean Delvare <jdelvare@suse.com>
5688L: linux-i2c@vger.kernel.org
5689S: Maintained
5690F: Documentation/i2c/busses/i2c-ali1535
5691F: Documentation/i2c/busses/i2c-ali1563
5692F: Documentation/i2c/busses/i2c-ali15x3
5693F: Documentation/i2c/busses/i2c-amd756
5694F: Documentation/i2c/busses/i2c-amd8111
5695F: Documentation/i2c/busses/i2c-i801
5696F: Documentation/i2c/busses/i2c-nforce2
5697F: Documentation/i2c/busses/i2c-piix4
5698F: Documentation/i2c/busses/i2c-sis5595
5699F: Documentation/i2c/busses/i2c-sis630
5700F: Documentation/i2c/busses/i2c-sis96x
5701F: Documentation/i2c/busses/i2c-via
5702F: Documentation/i2c/busses/i2c-viapro
5703F: drivers/i2c/busses/i2c-ali1535.c
5704F: drivers/i2c/busses/i2c-ali1563.c
5705F: drivers/i2c/busses/i2c-ali15x3.c
5706F: drivers/i2c/busses/i2c-amd756.c
5707F: drivers/i2c/busses/i2c-amd756-s4882.c
5708F: drivers/i2c/busses/i2c-amd8111.c
5709F: drivers/i2c/busses/i2c-i801.c
5710F: drivers/i2c/busses/i2c-isch.c
5711F: drivers/i2c/busses/i2c-nforce2.c
5712F: drivers/i2c/busses/i2c-nforce2-s4985.c
5713F: drivers/i2c/busses/i2c-piix4.c
5714F: drivers/i2c/busses/i2c-sis5595.c
5715F: drivers/i2c/busses/i2c-sis630.c
5716F: drivers/i2c/busses/i2c-sis96x.c
5717F: drivers/i2c/busses/i2c-via.c
5718F: drivers/i2c/busses/i2c-viapro.c
5719
5720I2C/SMBUS ISMT DRIVER
5721M: Seth Heasley <seth.heasley@intel.com>
5722M: Neil Horman <nhorman@tuxdriver.com>
5723L: linux-i2c@vger.kernel.org
5724F: drivers/i2c/busses/i2c-ismt.c
5725F: Documentation/i2c/busses/i2c-ismt
5726
5727I2C/SMBUS STUB DRIVER
5728M: Jean Delvare <jdelvare@suse.com>
5729L: linux-i2c@vger.kernel.org
5730S: Maintained
5731F: drivers/i2c/i2c-stub.c
5732
5733I2C SUBSYSTEM
5734M: Wolfram Sang <wsa@the-dreams.de>
5735L: linux-i2c@vger.kernel.org
5736W: https://i2c.wiki.kernel.org/
5737Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5738T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5739S: Maintained
5740F: Documentation/devicetree/bindings/i2c/
5741F: Documentation/i2c/
5742F: drivers/i2c/
5743F: drivers/i2c/*/
5744F: include/linux/i2c.h
5745F: include/linux/i2c-*.h
5746F: include/uapi/linux/i2c.h
5747F: include/uapi/linux/i2c-*.h
5748
5749I2C ACPI SUPPORT
5750M: Mika Westerberg <mika.westerberg@linux.intel.com>
5751L: linux-i2c@vger.kernel.org
5752L: linux-acpi@vger.kernel.org
5753S: Maintained
5754
5755I2C-TAOS-EVM DRIVER
5756M: Jean Delvare <jdelvare@suse.com>
5757L: linux-i2c@vger.kernel.org
5758S: Maintained
5759F: Documentation/i2c/busses/i2c-taos-evm
5760F: drivers/i2c/busses/i2c-taos-evm.c
5761
5762I2C-TINY-USB DRIVER
5763M: Till Harbaum <till@harbaum.org>
5764L: linux-i2c@vger.kernel.org
5765W: http://www.harbaum.org/till/i2c_tiny_usb
5766S: Maintained
5767F: drivers/i2c/busses/i2c-tiny-usb.c
5768
5769i386 BOOT CODE
5770M: "H. Peter Anvin" <hpa@zytor.com>
5771S: Maintained
5772F: arch/x86/boot/
5773
5774i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5775M: "H. Peter Anvin" <hpa@zytor.com>
5776T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5777S: Maintained
5778
5779IA64 (Itanium) PLATFORM
5780M: Tony Luck <tony.luck@intel.com>
5781M: Fenghua Yu <fenghua.yu@intel.com>
5782L: linux-ia64@vger.kernel.org
5783T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5784S: Maintained
5785F: arch/ia64/
5786
5787IBM Power VMX Cryptographic instructions
5788M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5789M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5790L: linux-crypto@vger.kernel.org
5791S: Supported
5792F: drivers/crypto/vmx/Makefile
5793F: drivers/crypto/vmx/Kconfig
5794F: drivers/crypto/vmx/vmx.c
5795F: drivers/crypto/vmx/aes*
5796F: drivers/crypto/vmx/ghash*
5797F: drivers/crypto/vmx/ppc-xlate.pl
5798
5799IBM Power in-Nest Crypto Acceleration
5800M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5801M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5802L: linux-crypto@vger.kernel.org
5803S: Supported
5804F: drivers/crypto/nx/Makefile
5805F: drivers/crypto/nx/Kconfig
5806F: drivers/crypto/nx/nx-aes*
5807F: drivers/crypto/nx/nx-sha*
5808F: drivers/crypto/nx/nx.*
5809F: drivers/crypto/nx/nx_csbcpb.h
5810F: drivers/crypto/nx/nx_debugfs.h
5811
5812IBM Power 842 compression accelerator
5813M: Dan Streetman <ddstreet@ieee.org>
5814S: Supported
5815F: drivers/crypto/nx/Makefile
5816F: drivers/crypto/nx/Kconfig
5817F: drivers/crypto/nx/nx-842*
5818F: include/linux/sw842.h
5819F: crypto/842.c
5820F: lib/842/
5821
5822IBM Power Linux RAID adapter
5823M: Brian King <brking@us.ibm.com>
5824S: Supported
5825F: drivers/scsi/ipr.*
5826
5827IBM Power Virtual Ethernet Device Driver
5828M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5829L: netdev@vger.kernel.org
5830S: Supported
5831F: drivers/net/ethernet/ibm/ibmveth.*
5832
5833IBM Power SRIOV Virtual NIC Device Driver
5834M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5835M: John Allen <jallen@linux.vnet.ibm.com>
5836L: netdev@vger.kernel.org
5837S: Supported
5838F: drivers/net/ethernet/ibm/ibmvnic.*
5839
5840IBM Power Virtual SCSI Device Drivers
5841M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5842L: linux-scsi@vger.kernel.org
5843S: Supported
5844F: drivers/scsi/ibmvscsi/ibmvscsi*
5845F: include/scsi/viosrp.h
5846
5847IBM Power Virtual SCSI Device Target Driver
5848M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
5849M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
5850L: linux-scsi@vger.kernel.org
5851L: target-devel@vger.kernel.org
5852S: Supported
5853F: drivers/scsi/ibmvscsi_tgt/
5854
5855IBM Power Virtual FC Device Drivers
5856M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5857L: linux-scsi@vger.kernel.org
5858S: Supported
5859F: drivers/scsi/ibmvscsi/ibmvfc*
5860
5861IBM ServeRAID RAID DRIVER
5862S: Orphan
5863F: drivers/scsi/ips.*
5864
5865ICH LPC AND GPIO DRIVER
5866M: Peter Tyser <ptyser@xes-inc.com>
5867S: Maintained
5868F: drivers/mfd/lpc_ich.c
5869F: drivers/gpio/gpio-ich.c
5870
5871IDE SUBSYSTEM
5872M: "David S. Miller" <davem@davemloft.net>
5873L: linux-ide@vger.kernel.org
5874Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5875T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5876S: Maintained
5877F: Documentation/ide/
5878F: drivers/ide/
5879F: include/linux/ide.h
5880
5881IDEAPAD LAPTOP EXTRAS DRIVER
5882M: Ike Panhc <ike.pan@canonical.com>
5883L: platform-driver-x86@vger.kernel.org
5884W: http://launchpad.net/ideapad-laptop
5885S: Maintained
5886F: drivers/platform/x86/ideapad-laptop.c
5887
5888IDEAPAD LAPTOP SLIDEBAR DRIVER
5889M: Andrey Moiseev <o2g.org.ru@gmail.com>
5890L: linux-input@vger.kernel.org
5891W: https://github.com/o2genum/ideapad-slidebar
5892S: Maintained
5893F: drivers/input/misc/ideapad_slidebar.c
5894
5895IDE/ATAPI DRIVERS
5896M: Borislav Petkov <bp@alien8.de>
5897L: linux-ide@vger.kernel.org
5898S: Maintained
5899F: Documentation/cdrom/ide-cd
5900F: drivers/ide/ide-cd*
5901
5902IDLE-I7300
5903M: Andy Henroid <andrew.d.henroid@intel.com>
5904L: linux-pm@vger.kernel.org
5905S: Supported
5906F: drivers/idle/i7300_idle.c
5907
5908IEEE 802.15.4 SUBSYSTEM
5909M: Alexander Aring <aar@pengutronix.de>
5910L: linux-wpan@vger.kernel.org
5911W: http://wpan.cakelab.org/
5912T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5913T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5914S: Maintained
5915F: net/ieee802154/
5916F: net/mac802154/
5917F: drivers/net/ieee802154/
5918F: include/linux/nl802154.h
5919F: include/linux/ieee802154.h
5920F: include/net/nl802154.h
5921F: include/net/mac802154.h
5922F: include/net/af_ieee802154.h
5923F: include/net/cfg802154.h
5924F: include/net/ieee802154_netdev.h
5925F: Documentation/networking/ieee802154.txt
5926
5927IGORPLUG-USB IR RECEIVER
5928M: Sean Young <sean@mess.org>
5929L: linux-media@vger.kernel.org
5930S: Maintained
5931F: drivers/media/rc/igorplugusb.c
5932
5933IGUANAWORKS USB IR TRANSCEIVER
5934M: Sean Young <sean@mess.org>
5935L: linux-media@vger.kernel.org
5936S: Maintained
5937F: drivers/media/rc/iguanair.c
5938
5939IIO SUBSYSTEM AND DRIVERS
5940M: Jonathan Cameron <jic23@kernel.org>
5941R: Hartmut Knaack <knaack.h@gmx.de>
5942R: Lars-Peter Clausen <lars@metafoo.de>
5943R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
5944L: linux-iio@vger.kernel.org
5945T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
5946S: Maintained
5947F: Documentation/devicetree/bindings/iio/
5948F: drivers/iio/
5949F: drivers/staging/iio/
5950F: include/linux/iio/
5951F: tools/iio/
5952
5953IKANOS/ADI EAGLE ADSL USB DRIVER
5954M: Matthieu Castet <castet.matthieu@free.fr>
5955M: Stanislaw Gruszka <stf_xl@wp.pl>
5956S: Maintained
5957F: drivers/usb/atm/ueagle-atm.c
5958
5959INA209 HARDWARE MONITOR DRIVER
5960M: Guenter Roeck <linux@roeck-us.net>
5961L: linux-hwmon@vger.kernel.org
5962S: Maintained
5963F: Documentation/hwmon/ina209
5964F: Documentation/devicetree/bindings/i2c/ina209.txt
5965F: drivers/hwmon/ina209.c
5966
5967INA2XX HARDWARE MONITOR DRIVER
5968M: Guenter Roeck <linux@roeck-us.net>
5969L: linux-hwmon@vger.kernel.org
5970S: Maintained
5971F: Documentation/hwmon/ina2xx
5972F: drivers/hwmon/ina2xx.c
5973F: include/linux/platform_data/ina2xx.h
5974
5975INDUSTRY PACK SUBSYSTEM (IPACK)
5976M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5977M: Jens Taprogge <jens.taprogge@taprogge.org>
5978M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5979L: industrypack-devel@lists.sourceforge.net
5980W: http://industrypack.sourceforge.net
5981S: Maintained
5982F: drivers/ipack/
5983
5984INGENIC JZ4780 DMA Driver
5985M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5986S: Maintained
5987F: drivers/dma/dma-jz4780.c
5988
5989INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5990M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5991M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5992L: linux-ima-devel@lists.sourceforge.net
5993L: linux-ima-user@lists.sourceforge.net
5994L: linux-security-module@vger.kernel.org
5995T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5996S: Supported
5997F: security/integrity/ima/
5998
5999IMGTEC IR DECODER DRIVER
6000M: James Hogan <james.hogan@imgtec.com>
6001S: Maintained
6002F: drivers/media/rc/img-ir/
6003
6004IMS TWINTURBO FRAMEBUFFER DRIVER
6005L: linux-fbdev@vger.kernel.org
6006S: Orphan
6007F: drivers/video/fbdev/imsttfb.c
6008
6009INFINIBAND SUBSYSTEM
6010M: Doug Ledford <dledford@redhat.com>
6011M: Sean Hefty <sean.hefty@intel.com>
6012M: Hal Rosenstock <hal.rosenstock@gmail.com>
6013L: linux-rdma@vger.kernel.org
6014W: http://www.openfabrics.org/
6015Q: http://patchwork.kernel.org/project/linux-rdma/list/
6016T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6017S: Supported
6018F: Documentation/infiniband/
6019F: drivers/infiniband/
6020F: include/uapi/linux/if_infiniband.h
6021F: include/uapi/rdma/
6022F: include/rdma/
6023
6024INOTIFY
6025M: John McCutchan <john@johnmccutchan.com>
6026M: Robert Love <rlove@rlove.org>
6027M: Eric Paris <eparis@parisplace.org>
6028S: Maintained
6029F: Documentation/filesystems/inotify.txt
6030F: fs/notify/inotify/
6031F: include/linux/inotify.h
6032F: include/uapi/linux/inotify.h
6033
6034INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6035M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6036L: linux-input@vger.kernel.org
6037Q: http://patchwork.kernel.org/project/linux-input/list/
6038T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6039S: Maintained
6040F: drivers/input/
6041F: include/linux/input.h
6042F: include/uapi/linux/input.h
6043F: include/linux/input/
6044F: Documentation/devicetree/bindings/input/
6045
6046INPUT MULTITOUCH (MT) PROTOCOL
6047M: Henrik Rydberg <rydberg@bitmath.org>
6048L: linux-input@vger.kernel.org
6049S: Odd fixes
6050F: Documentation/input/multi-touch-protocol.txt
6051F: drivers/input/input-mt.c
6052K: \b(ABS|SYN)_MT_
6053
6054INTEL ASoC BDW/HSW DRIVERS
6055M: Jie Yang <yang.jie@linux.intel.com>
6056L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6057S: Supported
6058F: sound/soc/intel/common/sst-dsp*
6059F: sound/soc/intel/common/sst-firmware.c
6060F: sound/soc/intel/boards/broadwell.c
6061F: sound/soc/intel/haswell/
6062
6063INTEL C600 SERIES SAS CONTROLLER DRIVER
6064M: Intel SCU Linux support <intel-linux-scu@intel.com>
6065M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6066L: linux-scsi@vger.kernel.org
6067T: git git://git.code.sf.net/p/intel-sas/isci
6068S: Supported
6069F: drivers/scsi/isci/
6070
6071INTEL HID EVENT DRIVER
6072M: Alex Hung <alex.hung@canonical.com>
6073L: platform-driver-x86@vger.kernel.org
6074S: Maintained
6075F: drivers/platform/x86/intel-hid.c
6076
6077INTEL VIRTUAL BUTTON DRIVER
6078M: AceLan Kao <acelan.kao@canonical.com>
6079L: platform-driver-x86@vger.kernel.org
6080S: Maintained
6081F: drivers/platform/x86/intel-vbtn.c
6082
6083INTEL IDLE DRIVER
6084M: Len Brown <lenb@kernel.org>
6085L: linux-pm@vger.kernel.org
6086T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6087S: Supported
6088F: drivers/idle/intel_idle.c
6089
6090INTEL PSTATE DRIVER
6091M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6092M: Len Brown <lenb@kernel.org>
6093L: linux-pm@vger.kernel.org
6094S: Supported
6095F: drivers/cpufreq/intel_pstate.c
6096
6097INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6098M: Maik Broemme <mbroemme@plusserver.de>
6099L: linux-fbdev@vger.kernel.org
6100S: Maintained
6101F: Documentation/fb/intelfb.txt
6102F: drivers/video/fbdev/intelfb/
6103
6104INTEL 810/815 FRAMEBUFFER DRIVER
6105M: Antonino Daplas <adaplas@gmail.com>
6106L: linux-fbdev@vger.kernel.org
6107S: Maintained
6108F: drivers/video/fbdev/i810/
6109
6110INTEL MENLOW THERMAL DRIVER
6111M: Sujith Thomas <sujith.thomas@intel.com>
6112L: platform-driver-x86@vger.kernel.org
6113W: https://01.org/linux-acpi
6114S: Supported
6115F: drivers/platform/x86/intel_menlow.c
6116
6117INTEL I/OAT DMA DRIVER
6118M: Dave Jiang <dave.jiang@intel.com>
6119R: Dan Williams <dan.j.williams@intel.com>
6120L: dmaengine@vger.kernel.org
6121Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6122S: Supported
6123F: drivers/dma/ioat*
6124
6125INTEL IOMMU (VT-d)
6126M: David Woodhouse <dwmw2@infradead.org>
6127L: iommu@lists.linux-foundation.org
6128T: git git://git.infradead.org/iommu-2.6.git
6129S: Supported
6130F: drivers/iommu/intel-iommu.c
6131F: include/linux/intel-iommu.h
6132
6133INTEL IOP-ADMA DMA DRIVER
6134R: Dan Williams <dan.j.williams@intel.com>
6135S: Odd fixes
6136F: drivers/dma/iop-adma.c
6137
6138INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6139M: Krzysztof Halasa <khalasa@piap.pl>
6140S: Maintained
6141F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6142F: arch/arm/mach-ixp4xx/include/mach/npe.h
6143F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6144F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6145F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6146F: drivers/net/wan/ixp4xx_hss.c
6147
6148INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6149M: Deepak Saxena <dsaxena@plexity.net>
6150S: Maintained
6151F: drivers/char/hw_random/ixp4xx-rng.c
6152
6153INTEL ETHERNET DRIVERS
6154M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6155L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6156W: http://www.intel.com/support/feedback.htm
6157W: http://e1000.sourceforge.net/
6158Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6159T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6160T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6161S: Supported
6162F: Documentation/networking/e100.txt
6163F: Documentation/networking/e1000.txt
6164F: Documentation/networking/e1000e.txt
6165F: Documentation/networking/igb.txt
6166F: Documentation/networking/igbvf.txt
6167F: Documentation/networking/ixgb.txt
6168F: Documentation/networking/ixgbe.txt
6169F: Documentation/networking/ixgbevf.txt
6170F: Documentation/networking/i40e.txt
6171F: Documentation/networking/i40evf.txt
6172F: drivers/net/ethernet/intel/
6173F: drivers/net/ethernet/intel/*/
6174
6175INTEL RDMA RNIC DRIVER
6176M: Faisal Latif <faisal.latif@intel.com>
6177R: Chien Tin Tung <chien.tin.tung@intel.com>
6178R: Mustafa Ismail <mustafa.ismail@intel.com>
6179R: Shiraz Saleem <shiraz.saleem@intel.com>
6180R: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6181L: linux-rdma@vger.kernel.org
6182S: Supported
6183F: drivers/infiniband/hw/i40iw/
6184
6185INTEL MERRIFIELD GPIO DRIVER
6186M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6187L: linux-gpio@vger.kernel.org
6188S: Maintained
6189F: drivers/gpio/gpio-merrifield.c
6190
6191INTEL-MID GPIO DRIVER
6192M: David Cohen <david.a.cohen@linux.intel.com>
6193L: linux-gpio@vger.kernel.org
6194S: Maintained
6195F: drivers/gpio/gpio-intel-mid.c
6196
6197INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6198M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6199L: linux-wireless@vger.kernel.org
6200S: Maintained
6201F: Documentation/networking/README.ipw2100
6202F: Documentation/networking/README.ipw2200
6203F: drivers/net/wireless/intel/ipw2x00/
6204
6205INTEL(R) TRACE HUB
6206M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6207S: Supported
6208F: Documentation/trace/intel_th.txt
6209F: drivers/hwtracing/intel_th/
6210
6211INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6212M: Ning Sun <ning.sun@intel.com>
6213L: tboot-devel@lists.sourceforge.net
6214W: http://tboot.sourceforge.net
6215T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6216S: Supported
6217F: Documentation/intel_txt.txt
6218F: include/linux/tboot.h
6219F: arch/x86/kernel/tboot.c
6220
6221INTEL WIRELESS WIMAX CONNECTION 2400
6222M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6223M: linux-wimax@intel.com
6224L: wimax@linuxwimax.org (subscribers-only)
6225S: Supported
6226W: http://linuxwimax.org
6227F: Documentation/wimax/README.i2400m
6228F: drivers/net/wimax/i2400m/
6229F: include/uapi/linux/wimax/i2400m.h
6230
6231INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6232M: Stanislaw Gruszka <sgruszka@redhat.com>
6233L: linux-wireless@vger.kernel.org
6234S: Supported
6235F: drivers/net/wireless/intel/iwlegacy/
6236
6237INTEL WIRELESS WIFI LINK (iwlwifi)
6238M: Johannes Berg <johannes.berg@intel.com>
6239M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6240M: Luca Coelho <luciano.coelho@intel.com>
6241M: Intel Linux Wireless <linuxwifi@intel.com>
6242L: linux-wireless@vger.kernel.org
6243W: http://intellinuxwireless.org
6244T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6245S: Supported
6246F: drivers/net/wireless/intel/iwlwifi/
6247
6248INTEL MANAGEMENT ENGINE (mei)
6249M: Tomas Winkler <tomas.winkler@intel.com>
6250L: linux-kernel@vger.kernel.org
6251S: Supported
6252F: include/uapi/linux/mei.h
6253F: include/linux/mei_cl_bus.h
6254F: drivers/misc/mei/*
6255F: drivers/watchdog/mei_wdt.c
6256F: Documentation/misc-devices/mei/*
6257
6258INTEL MIC DRIVERS (mic)
6259M: Sudeep Dutt <sudeep.dutt@intel.com>
6260M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6261S: Supported
6262W: https://github.com/sudeepdutt/mic
6263W: http://software.intel.com/en-us/mic-developer
6264F: include/linux/mic_bus.h
6265F: include/linux/scif.h
6266F: include/uapi/linux/mic_common.h
6267F: include/uapi/linux/mic_ioctl.h
6268F: include/uapi/linux/scif_ioctl.h
6269F: drivers/misc/mic/
6270F: drivers/dma/mic_x100_dma.c
6271F: drivers/dma/mic_x100_dma.h
6272F: Documentation/mic/
6273
6274INTEL PMC/P-Unit IPC DRIVER
6275M: Zha Qipeng<qipeng.zha@intel.com>
6276L: platform-driver-x86@vger.kernel.org
6277S: Maintained
6278F: drivers/platform/x86/intel_pmc_ipc.c
6279F: drivers/platform/x86/intel_punit_ipc.c
6280F: arch/x86/include/asm/intel_pmc_ipc.h
6281F: arch/x86/include/asm/intel_punit_ipc.h
6282
6283INTEL TELEMETRY DRIVER
6284M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6285L: platform-driver-x86@vger.kernel.org
6286S: Maintained
6287F: arch/x86/include/asm/intel_telemetry.h
6288F: drivers/platform/x86/intel_telemetry*
6289
6290INTEL PMC CORE DRIVER
6291M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6292M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6293L: platform-driver-x86@vger.kernel.org
6294S: Maintained
6295F: arch/x86/include/asm/pmc_core.h
6296F: drivers/platform/x86/intel_pmc_core*
6297
6298IOC3 ETHERNET DRIVER
6299M: Ralf Baechle <ralf@linux-mips.org>
6300L: linux-mips@linux-mips.org
6301S: Maintained
6302F: drivers/net/ethernet/sgi/ioc3-eth.c
6303
6304IOC3 SERIAL DRIVER
6305M: Pat Gefre <pfg@sgi.com>
6306L: linux-serial@vger.kernel.org
6307S: Maintained
6308F: drivers/tty/serial/ioc3_serial.c
6309
6310IOMMU DRIVERS
6311M: Joerg Roedel <joro@8bytes.org>
6312L: iommu@lists.linux-foundation.org
6313T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6314S: Maintained
6315F: Documentation/devicetree/bindings/iommu/
6316F: drivers/iommu/
6317
6318IP MASQUERADING
6319M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6320S: Maintained
6321F: net/ipv4/netfilter/ipt_MASQUERADE.c
6322
6323IPMI SUBSYSTEM
6324M: Corey Minyard <minyard@acm.org>
6325L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6326W: http://openipmi.sourceforge.net/
6327S: Supported
6328F: Documentation/IPMI.txt
6329F: drivers/char/ipmi/
6330F: include/linux/ipmi*
6331F: include/uapi/linux/ipmi*
6332
6333QCOM AUDIO (ASoC) DRIVERS
6334M: Patrick Lai <plai@codeaurora.org>
6335M: Banajit Goswami <bgoswami@codeaurora.org>
6336L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6337S: Supported
6338F: sound/soc/qcom/
6339
6340IPS SCSI RAID DRIVER
6341M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6342L: linux-scsi@vger.kernel.org
6343W: http://www.adaptec.com/
6344S: Maintained
6345F: drivers/scsi/ips*
6346
6347IPVS
6348M: Wensong Zhang <wensong@linux-vs.org>
6349M: Simon Horman <horms@verge.net.au>
6350M: Julian Anastasov <ja@ssi.bg>
6351L: netdev@vger.kernel.org
6352L: lvs-devel@vger.kernel.org
6353S: Maintained
6354T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6355T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6356F: Documentation/networking/ipvs-sysctl.txt
6357F: include/net/ip_vs.h
6358F: include/uapi/linux/ip_vs.h
6359F: net/netfilter/ipvs/
6360
6361IPWIRELESS DRIVER
6362M: Jiri Kosina <jikos@kernel.org>
6363M: David Sterba <dsterba@suse.com>
6364S: Odd Fixes
6365F: drivers/tty/ipwireless/
6366
6367IPX NETWORK LAYER
6368M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6369L: netdev@vger.kernel.org
6370S: Maintained
6371F: include/net/ipx.h
6372F: include/uapi/linux/ipx.h
6373F: net/ipx/
6374
6375IRDA SUBSYSTEM
6376M: Samuel Ortiz <samuel@sortiz.org>
6377L: irda-users@lists.sourceforge.net (subscribers-only)
6378L: netdev@vger.kernel.org
6379W: http://irda.sourceforge.net/
6380S: Maintained
6381T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6382F: Documentation/networking/irda.txt
6383F: drivers/net/irda/
6384F: include/net/irda/
6385F: net/irda/
6386
6387IRQ SUBSYSTEM
6388M: Thomas Gleixner <tglx@linutronix.de>
6389L: linux-kernel@vger.kernel.org
6390S: Maintained
6391T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6392F: kernel/irq/
6393
6394IRQCHIP DRIVERS
6395M: Thomas Gleixner <tglx@linutronix.de>
6396M: Jason Cooper <jason@lakedaemon.net>
6397M: Marc Zyngier <marc.zyngier@arm.com>
6398L: linux-kernel@vger.kernel.org
6399S: Maintained
6400T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6401T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6402F: Documentation/devicetree/bindings/interrupt-controller/
6403F: drivers/irqchip/
6404
6405IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6406M: Marc Zyngier <marc.zyngier@arm.com>
6407S: Maintained
6408T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6409F: Documentation/IRQ-domain.txt
6410F: include/linux/irqdomain.h
6411F: kernel/irq/irqdomain.c
6412F: kernel/irq/msi.c
6413
6414ISA
6415M: William Breathitt Gray <vilhelm.gray@gmail.com>
6416S: Maintained
6417F: Documentation/isa.txt
6418F: drivers/base/isa.c
6419F: include/linux/isa.h
6420
6421ISAPNP
6422M: Jaroslav Kysela <perex@perex.cz>
6423S: Maintained
6424F: Documentation/isapnp.txt
6425F: drivers/pnp/isapnp/
6426F: include/linux/isapnp.h
6427
6428ISA RADIO MODULE
6429M: Hans Verkuil <hverkuil@xs4all.nl>
6430L: linux-media@vger.kernel.org
6431T: git git://linuxtv.org/media_tree.git
6432W: https://linuxtv.org
6433S: Maintained
6434F: drivers/media/radio/radio-isa*
6435
6436iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6437M: Peter Jones <pjones@redhat.com>
6438M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6439S: Maintained
6440F: drivers/firmware/iscsi_ibft*
6441
6442ISCSI
6443M: Mike Christie <michaelc@cs.wisc.edu>
6444L: open-iscsi@googlegroups.com
6445W: www.open-iscsi.org
6446T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6447S: Maintained
6448F: drivers/scsi/*iscsi*
6449F: include/scsi/*iscsi*
6450
6451ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6452M: Or Gerlitz <ogerlitz@mellanox.com>
6453M: Sagi Grimberg <sagi@grimberg.me>
6454M: Roi Dayan <roid@mellanox.com>
6455L: linux-rdma@vger.kernel.org
6456S: Supported
6457W: http://www.openfabrics.org
6458W: www.open-iscsi.org
6459Q: http://patchwork.kernel.org/project/linux-rdma/list/
6460F: drivers/infiniband/ulp/iser/
6461
6462ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6463M: Sagi Grimberg <sagi@grimberg.me>
6464T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6465L: linux-rdma@vger.kernel.org
6466L: target-devel@vger.kernel.org
6467S: Supported
6468W: http://www.linux-iscsi.org
6469F: drivers/infiniband/ulp/isert
6470
6471ISDN SUBSYSTEM
6472M: Karsten Keil <isdn@linux-pingi.de>
6473L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6474L: netdev@vger.kernel.org
6475W: http://www.isdn4linux.de
6476T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6477S: Maintained
6478F: Documentation/isdn/
6479F: drivers/isdn/
6480F: include/linux/isdn.h
6481F: include/linux/isdn/
6482F: include/uapi/linux/isdn.h
6483F: include/uapi/linux/isdn/
6484
6485ISDN SUBSYSTEM (Eicon active card driver)
6486M: Armin Schindler <mac@melware.de>
6487L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6488W: http://www.melware.de
6489S: Maintained
6490F: drivers/isdn/hardware/eicon/
6491
6492IT87 HARDWARE MONITORING DRIVER
6493M: Jean Delvare <jdelvare@suse.com>
6494L: linux-hwmon@vger.kernel.org
6495S: Maintained
6496F: Documentation/hwmon/it87
6497F: drivers/hwmon/it87.c
6498
6499IT913X MEDIA DRIVER
6500M: Antti Palosaari <crope@iki.fi>
6501L: linux-media@vger.kernel.org
6502W: https://linuxtv.org
6503W: http://palosaari.fi/linux/
6504Q: http://patchwork.linuxtv.org/project/linux-media/list/
6505T: git git://linuxtv.org/anttip/media_tree.git
6506S: Maintained
6507F: drivers/media/tuners/it913x*
6508
6509IVTV VIDEO4LINUX DRIVER
6510M: Andy Walls <awalls@md.metrocast.net>
6511L: ivtv-devel@ivtvdriver.org (subscribers-only)
6512L: linux-media@vger.kernel.org
6513T: git git://linuxtv.org/media_tree.git
6514W: http://www.ivtvdriver.org
6515S: Maintained
6516F: Documentation/video4linux/*.ivtv
6517F: drivers/media/pci/ivtv/
6518F: include/uapi/linux/ivtv*
6519
6520IX2505V MEDIA DRIVER
6521M: Malcolm Priestley <tvboxspy@gmail.com>
6522L: linux-media@vger.kernel.org
6523W: https://linuxtv.org
6524Q: http://patchwork.linuxtv.org/project/linux-media/list/
6525S: Maintained
6526F: drivers/media/dvb-frontends/ix2505v*
6527
6528JC42.4 TEMPERATURE SENSOR DRIVER
6529M: Guenter Roeck <linux@roeck-us.net>
6530L: linux-hwmon@vger.kernel.org
6531S: Maintained
6532F: drivers/hwmon/jc42.c
6533F: Documentation/hwmon/jc42
6534
6535JFS FILESYSTEM
6536M: Dave Kleikamp <shaggy@kernel.org>
6537L: jfs-discussion@lists.sourceforge.net
6538W: http://jfs.sourceforge.net/
6539T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6540S: Maintained
6541F: Documentation/filesystems/jfs.txt
6542F: fs/jfs/
6543
6544JME NETWORK DRIVER
6545M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6546L: netdev@vger.kernel.org
6547S: Maintained
6548F: drivers/net/ethernet/jme.*
6549
6550JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6551M: David Woodhouse <dwmw2@infradead.org>
6552L: linux-mtd@lists.infradead.org
6553W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6554S: Maintained
6555F: fs/jffs2/
6556F: include/uapi/linux/jffs2.h
6557
6558JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6559M: "Theodore Ts'o" <tytso@mit.edu>
6560M: Jan Kara <jack@suse.com>
6561L: linux-ext4@vger.kernel.org
6562S: Maintained
6563F: fs/jbd2/
6564F: include/linux/jbd2.h
6565
6566JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6567M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6568L: linux-media@vger.kernel.org
6569S: Maintained
6570F: drivers/media/platform/rcar_jpu.c
6571
6572JSM Neo PCI based serial card
6573M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6574L: linux-serial@vger.kernel.org
6575S: Maintained
6576F: drivers/tty/serial/jsm/
6577
6578K10TEMP HARDWARE MONITORING DRIVER
6579M: Clemens Ladisch <clemens@ladisch.de>
6580L: linux-hwmon@vger.kernel.org
6581S: Maintained
6582F: Documentation/hwmon/k10temp
6583F: drivers/hwmon/k10temp.c
6584
6585K8TEMP HARDWARE MONITORING DRIVER
6586M: Rudolf Marek <r.marek@assembler.cz>
6587L: linux-hwmon@vger.kernel.org
6588S: Maintained
6589F: Documentation/hwmon/k8temp
6590F: drivers/hwmon/k8temp.c
6591
6592KASAN
6593M: Andrey Ryabinin <aryabinin@virtuozzo.com>
6594R: Alexander Potapenko <glider@google.com>
6595R: Dmitry Vyukov <dvyukov@google.com>
6596L: kasan-dev@googlegroups.com
6597S: Maintained
6598F: arch/*/include/asm/kasan.h
6599F: arch/*/mm/kasan_init*
6600F: Documentation/kasan.txt
6601F: include/linux/kasan*.h
6602F: lib/test_kasan.c
6603F: mm/kasan/
6604F: scripts/Makefile.kasan
6605
6606KCONFIG
6607M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6608L: linux-kbuild@vger.kernel.org
6609T: git git://gitorious.org/linux-kconfig/linux-kconfig
6610S: Maintained
6611F: Documentation/kbuild/kconfig-language.txt
6612F: scripts/kconfig/
6613
6614KDUMP
6615M: Dave Young <dyoung@redhat.com>
6616M: Baoquan He <bhe@redhat.com>
6617R: Vivek Goyal <vgoyal@redhat.com>
6618L: kexec@lists.infradead.org
6619W: http://lse.sourceforge.net/kdump/
6620S: Maintained
6621F: Documentation/kdump/
6622
6623KEENE FM RADIO TRANSMITTER DRIVER
6624M: Hans Verkuil <hverkuil@xs4all.nl>
6625L: linux-media@vger.kernel.org
6626T: git git://linuxtv.org/media_tree.git
6627W: https://linuxtv.org
6628S: Maintained
6629F: drivers/media/radio/radio-keene*
6630
6631KERNEL AUTOMOUNTER v4 (AUTOFS4)
6632M: Ian Kent <raven@themaw.net>
6633L: autofs@vger.kernel.org
6634S: Maintained
6635F: fs/autofs4/
6636
6637KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6638M: Michal Marek <mmarek@suse.com>
6639T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6640T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6641L: linux-kbuild@vger.kernel.org
6642S: Maintained
6643F: Documentation/kbuild/
6644F: Makefile
6645F: scripts/Makefile.*
6646F: scripts/basic/
6647F: scripts/mk*
6648F: scripts/package/
6649
6650KERNEL JANITORS
6651L: kernel-janitors@vger.kernel.org
6652W: http://kernelnewbies.org/KernelJanitors
6653S: Odd Fixes
6654
6655KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6656M: "J. Bruce Fields" <bfields@fieldses.org>
6657M: Jeff Layton <jlayton@poochiereds.net>
6658L: linux-nfs@vger.kernel.org
6659W: http://nfs.sourceforge.net/
6660T: git git://linux-nfs.org/~bfields/linux.git
6661S: Supported
6662F: fs/nfsd/
6663F: include/uapi/linux/nfsd/
6664F: fs/lockd/
6665F: fs/nfs_common/
6666F: net/sunrpc/
6667F: include/linux/lockd/
6668F: include/linux/sunrpc/
6669F: include/uapi/linux/sunrpc/
6670
6671KERNEL SELFTEST FRAMEWORK
6672M: Shuah Khan <shuahkh@osg.samsung.com>
6673M: Shuah Khan <shuah@kernel.org>
6674L: linux-kselftest@vger.kernel.org
6675T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6676S: Maintained
6677F: tools/testing/selftests
6678
6679KERNEL VIRTUAL MACHINE (KVM)
6680M: Paolo Bonzini <pbonzini@redhat.com>
6681M: Radim Krčmář <rkrcmar@redhat.com>
6682L: kvm@vger.kernel.org
6683W: http://www.linux-kvm.org
6684T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6685S: Supported
6686F: Documentation/*/kvm*.txt
6687F: Documentation/virtual/kvm/
6688F: arch/*/kvm/
6689F: arch/x86/kernel/kvm.c
6690F: arch/x86/kernel/kvmclock.c
6691F: arch/*/include/asm/kvm*
6692F: include/linux/kvm*
6693F: include/uapi/linux/kvm*
6694F: virt/kvm/
6695F: tools/kvm/
6696
6697KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6698M: Joerg Roedel <joro@8bytes.org>
6699L: kvm@vger.kernel.org
6700W: http://www.linux-kvm.org/
6701S: Maintained
6702F: arch/x86/include/asm/svm.h
6703F: arch/x86/kvm/svm.c
6704
6705KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6706M: Alexander Graf <agraf@suse.com>
6707L: kvm-ppc@vger.kernel.org
6708W: http://www.linux-kvm.org/
6709T: git git://github.com/agraf/linux-2.6.git
6710S: Supported
6711F: arch/powerpc/include/asm/kvm*
6712F: arch/powerpc/kvm/
6713
6714KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6715M: Christian Borntraeger <borntraeger@de.ibm.com>
6716M: Cornelia Huck <cornelia.huck@de.ibm.com>
6717L: linux-s390@vger.kernel.org
6718W: http://www.ibm.com/developerworks/linux/linux390/
6719T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6720S: Supported
6721F: Documentation/s390/kvm.txt
6722F: arch/s390/include/asm/kvm*
6723F: arch/s390/kvm/
6724
6725KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6726M: Christoffer Dall <christoffer.dall@linaro.org>
6727M: Marc Zyngier <marc.zyngier@arm.com>
6728L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6729L: kvmarm@lists.cs.columbia.edu
6730W: http://systems.cs.columbia.edu/projects/kvm-arm
6731T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6732S: Supported
6733F: arch/arm/include/uapi/asm/kvm*
6734F: arch/arm/include/asm/kvm*
6735F: arch/arm/kvm/
6736F: virt/kvm/arm/
6737F: include/kvm/arm_*
6738
6739KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6740M: Christoffer Dall <christoffer.dall@linaro.org>
6741M: Marc Zyngier <marc.zyngier@arm.com>
6742L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6743L: kvmarm@lists.cs.columbia.edu
6744S: Maintained
6745F: arch/arm64/include/uapi/asm/kvm*
6746F: arch/arm64/include/asm/kvm*
6747F: arch/arm64/kvm/
6748
6749KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6750M: James Hogan <james.hogan@imgtec.com>
6751L: linux-mips@linux-mips.org
6752S: Supported
6753F: arch/mips/include/uapi/asm/kvm*
6754F: arch/mips/include/asm/kvm*
6755F: arch/mips/kvm/
6756
6757KEXEC
6758M: Eric Biederman <ebiederm@xmission.com>
6759W: http://kernel.org/pub/linux/utils/kernel/kexec/
6760L: kexec@lists.infradead.org
6761S: Maintained
6762F: include/linux/kexec.h
6763F: include/uapi/linux/kexec.h
6764F: kernel/kexec*
6765
6766KEYS/KEYRINGS:
6767M: David Howells <dhowells@redhat.com>
6768L: keyrings@vger.kernel.org
6769S: Maintained
6770F: Documentation/security/keys.txt
6771F: include/linux/key.h
6772F: include/linux/key-type.h
6773F: include/linux/keyctl.h
6774F: include/uapi/linux/keyctl.h
6775F: include/keys/
6776F: security/keys/
6777
6778KEYS-TRUSTED
6779M: David Safford <safford@us.ibm.com>
6780M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6781L: linux-security-module@vger.kernel.org
6782L: keyrings@vger.kernel.org
6783S: Supported
6784F: Documentation/security/keys-trusted-encrypted.txt
6785F: include/keys/trusted-type.h
6786F: security/keys/trusted.c
6787F: security/keys/trusted.h
6788
6789KEYS-ENCRYPTED
6790M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6791M: David Safford <safford@us.ibm.com>
6792L: linux-security-module@vger.kernel.org
6793L: keyrings@vger.kernel.org
6794S: Supported
6795F: Documentation/security/keys-trusted-encrypted.txt
6796F: include/keys/encrypted-type.h
6797F: security/keys/encrypted-keys/
6798
6799KGDB / KDB /debug_core
6800M: Jason Wessel <jason.wessel@windriver.com>
6801W: http://kgdb.wiki.kernel.org/
6802L: kgdb-bugreport@lists.sourceforge.net
6803T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6804S: Maintained
6805F: Documentation/DocBook/kgdb.tmpl
6806F: drivers/misc/kgdbts.c
6807F: drivers/tty/serial/kgdboc.c
6808F: include/linux/kdb.h
6809F: include/linux/kgdb.h
6810F: kernel/debug/
6811
6812KMEMCHECK
6813M: Vegard Nossum <vegardno@ifi.uio.no>
6814M: Pekka Enberg <penberg@kernel.org>
6815S: Maintained
6816F: Documentation/kmemcheck.txt
6817F: arch/x86/include/asm/kmemcheck.h
6818F: arch/x86/mm/kmemcheck/
6819F: include/linux/kmemcheck.h
6820F: mm/kmemcheck.c
6821
6822KMEMLEAK
6823M: Catalin Marinas <catalin.marinas@arm.com>
6824S: Maintained
6825F: Documentation/kmemleak.txt
6826F: include/linux/kmemleak.h
6827F: mm/kmemleak.c
6828F: mm/kmemleak-test.c
6829
6830KPROBES
6831M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6832M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6833M: "David S. Miller" <davem@davemloft.net>
6834M: Masami Hiramatsu <mhiramat@kernel.org>
6835S: Maintained
6836F: Documentation/kprobes.txt
6837F: include/linux/kprobes.h
6838F: kernel/kprobes.c
6839
6840KS0108 LCD CONTROLLER DRIVER
6841M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6842W: http://miguelojeda.es/auxdisplay.htm
6843W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6844S: Maintained
6845F: Documentation/auxdisplay/ks0108
6846F: drivers/auxdisplay/ks0108.c
6847F: include/linux/ks0108.h
6848
6849L3MDEV
6850M: David Ahern <dsa@cumulusnetworks.com>
6851L: netdev@vger.kernel.org
6852S: Maintained
6853F: net/l3mdev
6854F: include/net/l3mdev.h
6855
6856LANTIQ MIPS ARCHITECTURE
6857M: John Crispin <john@phrozen.org>
6858L: linux-mips@linux-mips.org
6859S: Maintained
6860F: arch/mips/lantiq
6861
6862LAPB module
6863L: linux-x25@vger.kernel.org
6864S: Orphan
6865F: Documentation/networking/lapb-module.txt
6866F: include/*/lapb.h
6867F: net/lapb/
6868
6869LASI 53c700 driver for PARISC
6870M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6871L: linux-scsi@vger.kernel.org
6872S: Maintained
6873F: Documentation/scsi/53c700.txt
6874F: drivers/scsi/53c700*
6875
6876LED SUBSYSTEM
6877M: Richard Purdie <rpurdie@rpsys.net>
6878M: Jacek Anaszewski <j.anaszewski@samsung.com>
6879L: linux-leds@vger.kernel.org
6880T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6881S: Maintained
6882F: Documentation/devicetree/bindings/leds/
6883F: drivers/leds/
6884F: include/linux/leds.h
6885
6886LEGACY EEPROM DRIVER
6887M: Jean Delvare <jdelvare@suse.com>
6888S: Maintained
6889F: Documentation/misc-devices/eeprom
6890F: drivers/misc/eeprom/eeprom.c
6891
6892LEGO USB Tower driver
6893M: Juergen Stuber <starblue@users.sourceforge.net>
6894L: legousb-devel@lists.sourceforge.net
6895W: http://legousb.sourceforge.net/
6896S: Maintained
6897F: drivers/usb/misc/legousbtower.c
6898
6899LG2160 MEDIA DRIVER
6900M: Michael Krufky <mkrufky@linuxtv.org>
6901L: linux-media@vger.kernel.org
6902W: https://linuxtv.org
6903W: http://github.com/mkrufky
6904Q: http://patchwork.linuxtv.org/project/linux-media/list/
6905T: git git://linuxtv.org/mkrufky/tuners.git
6906S: Maintained
6907F: drivers/media/dvb-frontends/lg2160.*
6908
6909LGDT3305 MEDIA DRIVER
6910M: Michael Krufky <mkrufky@linuxtv.org>
6911L: linux-media@vger.kernel.org
6912W: https://linuxtv.org
6913W: http://github.com/mkrufky
6914Q: http://patchwork.linuxtv.org/project/linux-media/list/
6915T: git git://linuxtv.org/mkrufky/tuners.git
6916S: Maintained
6917F: drivers/media/dvb-frontends/lgdt3305.*
6918
6919LGUEST
6920M: Rusty Russell <rusty@rustcorp.com.au>
6921L: lguest@lists.ozlabs.org
6922W: http://lguest.ozlabs.org/
6923S: Odd Fixes
6924F: arch/x86/include/asm/lguest*.h
6925F: arch/x86/lguest/
6926F: drivers/lguest/
6927F: include/linux/lguest*.h
6928F: tools/lguest/
6929
6930LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6931M: Tejun Heo <tj@kernel.org>
6932L: linux-ide@vger.kernel.org
6933T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6934S: Maintained
6935F: drivers/ata/
6936F: include/linux/ata.h
6937F: include/linux/libata.h
6938F: Documentation/devicetree/bindings/ata/
6939
6940LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6941M: Viresh Kumar <vireshk@kernel.org>
6942L: linux-ide@vger.kernel.org
6943T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6944S: Maintained
6945F: include/linux/pata_arasan_cf_data.h
6946F: drivers/ata/pata_arasan_cf.c
6947
6948LIBATA PATA DRIVERS
6949M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6950M: Tejun Heo <tj@kernel.org>
6951L: linux-ide@vger.kernel.org
6952T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6953S: Maintained
6954F: drivers/ata/pata_*.c
6955F: drivers/ata/ata_generic.c
6956
6957LIBATA SATA AHCI PLATFORM devices support
6958M: Hans de Goede <hdegoede@redhat.com>
6959M: Tejun Heo <tj@kernel.org>
6960L: linux-ide@vger.kernel.org
6961T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6962S: Maintained
6963F: drivers/ata/ahci_platform.c
6964F: drivers/ata/libahci_platform.c
6965F: include/linux/ahci_platform.h
6966
6967LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6968M: Mikael Pettersson <mikpelinux@gmail.com>
6969L: linux-ide@vger.kernel.org
6970T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6971S: Maintained
6972F: drivers/ata/sata_promise.*
6973
6974LIBLOCKDEP
6975M: Sasha Levin <sasha.levin@oracle.com>
6976S: Maintained
6977F: tools/lib/lockdep/
6978
6979LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6980M: Dan Williams <dan.j.williams@intel.com>
6981L: linux-nvdimm@lists.01.org
6982Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6983T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6984S: Supported
6985F: drivers/nvdimm/*
6986F: include/linux/nd.h
6987F: include/linux/libnvdimm.h
6988F: include/uapi/linux/ndctl.h
6989
6990LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6991M: Ross Zwisler <ross.zwisler@linux.intel.com>
6992L: linux-nvdimm@lists.01.org
6993Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6994S: Supported
6995F: drivers/nvdimm/blk.c
6996F: drivers/nvdimm/region_devs.c
6997F: drivers/acpi/nfit*
6998
6999LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7000M: Vishal Verma <vishal.l.verma@intel.com>
7001L: linux-nvdimm@lists.01.org
7002Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7003S: Supported
7004F: drivers/nvdimm/btt*
7005
7006LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7007M: Ross Zwisler <ross.zwisler@linux.intel.com>
7008L: linux-nvdimm@lists.01.org
7009Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7010S: Supported
7011F: drivers/nvdimm/pmem.c
7012F: include/linux/pmem.h
7013F: arch/*/include/asm/pmem.h
7014
7015LIGHTNVM PLATFORM SUPPORT
7016M: Matias Bjorling <mb@lightnvm.io>
7017W: http://github/OpenChannelSSD
7018L: linux-block@vger.kernel.org
7019S: Maintained
7020F: drivers/lightnvm/
7021F: include/linux/lightnvm.h
7022F: include/uapi/linux/lightnvm.h
7023
7024LINUX FOR IBM pSERIES (RS/6000)
7025M: Paul Mackerras <paulus@au.ibm.com>
7026W: http://www.ibm.com/linux/ltc/projects/ppc
7027S: Supported
7028F: arch/powerpc/boot/rs6000.h
7029
7030LINUX FOR POWERPC (32-BIT AND 64-BIT)
7031M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7032M: Paul Mackerras <paulus@samba.org>
7033M: Michael Ellerman <mpe@ellerman.id.au>
7034W: http://www.penguinppc.org/
7035L: linuxppc-dev@lists.ozlabs.org
7036Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7037T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7038S: Supported
7039F: Documentation/powerpc/
7040F: arch/powerpc/
7041F: drivers/char/tpm/tpm_ibmvtpm*
7042F: drivers/crypto/nx/
7043F: drivers/crypto/vmx/
7044F: drivers/net/ethernet/ibm/ibmveth.*
7045F: drivers/net/ethernet/ibm/ibmvnic.*
7046F: drivers/pci/hotplug/pnv_php.c
7047F: drivers/pci/hotplug/rpa*
7048F: drivers/scsi/ibmvscsi/
7049N: opal
7050N: /pmac
7051N: powermac
7052N: powernv
7053N: [^a-z0-9]ps3
7054N: pseries
7055
7056LINUX FOR POWER MACINTOSH
7057M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7058W: http://www.penguinppc.org/
7059L: linuxppc-dev@lists.ozlabs.org
7060S: Maintained
7061F: arch/powerpc/platforms/powermac/
7062F: drivers/macintosh/
7063
7064LINUX FOR POWERPC EMBEDDED MPC5XXX
7065M: Anatolij Gustschin <agust@denx.de>
7066L: linuxppc-dev@lists.ozlabs.org
7067T: git git://git.denx.de/linux-denx-agust.git
7068S: Maintained
7069F: arch/powerpc/platforms/512x/
7070F: arch/powerpc/platforms/52xx/
7071
7072LINUX FOR POWERPC EMBEDDED PPC4XX
7073M: Alistair Popple <alistair@popple.id.au>
7074M: Matt Porter <mporter@kernel.crashing.org>
7075W: http://www.penguinppc.org/
7076L: linuxppc-dev@lists.ozlabs.org
7077S: Maintained
7078F: arch/powerpc/platforms/40x/
7079F: arch/powerpc/platforms/44x/
7080
7081LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7082L: linuxppc-dev@lists.ozlabs.org
7083S: Orphan
7084F: arch/powerpc/*/*virtex*
7085F: arch/powerpc/*/*/*virtex*
7086
7087LINUX FOR POWERPC EMBEDDED PPC8XX
7088M: Vitaly Bordug <vitb@kernel.crashing.org>
7089W: http://www.penguinppc.org/
7090L: linuxppc-dev@lists.ozlabs.org
7091S: Maintained
7092F: arch/powerpc/platforms/8xx/
7093
7094LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7095M: Scott Wood <oss@buserror.net>
7096M: Kumar Gala <galak@kernel.crashing.org>
7097W: http://www.penguinppc.org/
7098L: linuxppc-dev@lists.ozlabs.org
7099T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7100S: Maintained
7101F: arch/powerpc/platforms/83xx/
7102F: arch/powerpc/platforms/85xx/
7103
7104LINUX FOR POWERPC PA SEMI PWRFICIENT
7105M: Olof Johansson <olof@lixom.net>
7106L: linuxppc-dev@lists.ozlabs.org
7107S: Maintained
7108F: arch/powerpc/platforms/pasemi/
7109F: drivers/*/*pasemi*
7110F: drivers/*/*/*pasemi*
7111
7112LINUX SECURITY MODULE (LSM) FRAMEWORK
7113M: Chris Wright <chrisw@sous-sol.org>
7114L: linux-security-module@vger.kernel.org
7115S: Supported
7116
7117LIS3LV02D ACCELEROMETER DRIVER
7118M: Eric Piel <eric.piel@tremplin-utc.net>
7119S: Maintained
7120F: Documentation/misc-devices/lis3lv02d
7121F: drivers/misc/lis3lv02d/
7122F: drivers/platform/x86/hp_accel.c
7123
7124LIVE PATCHING
7125M: Josh Poimboeuf <jpoimboe@redhat.com>
7126M: Jessica Yu <jeyu@redhat.com>
7127M: Jiri Kosina <jikos@kernel.org>
7128M: Miroslav Benes <mbenes@suse.cz>
7129R: Petr Mladek <pmladek@suse.com>
7130S: Maintained
7131F: kernel/livepatch/
7132F: include/linux/livepatch.h
7133F: arch/x86/include/asm/livepatch.h
7134F: arch/x86/kernel/livepatch.c
7135F: Documentation/livepatch/
7136F: Documentation/ABI/testing/sysfs-kernel-livepatch
7137F: samples/livepatch/
7138L: live-patching@vger.kernel.org
7139T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7140
7141LINUX KERNEL DUMP TEST MODULE (LKDTM)
7142M: Kees Cook <keescook@chromium.org>
7143S: Maintained
7144F: drivers/misc/lkdtm*
7145
7146LLC (802.2)
7147M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7148S: Maintained
7149F: include/linux/llc.h
7150F: include/uapi/linux/llc.h
7151F: include/net/llc*
7152F: net/llc/
7153
7154LM73 HARDWARE MONITOR DRIVER
7155M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7156L: linux-hwmon@vger.kernel.org
7157S: Maintained
7158F: drivers/hwmon/lm73.c
7159
7160LM78 HARDWARE MONITOR DRIVER
7161M: Jean Delvare <jdelvare@suse.com>
7162L: linux-hwmon@vger.kernel.org
7163S: Maintained
7164F: Documentation/hwmon/lm78
7165F: drivers/hwmon/lm78.c
7166
7167LM83 HARDWARE MONITOR DRIVER
7168M: Jean Delvare <jdelvare@suse.com>
7169L: linux-hwmon@vger.kernel.org
7170S: Maintained
7171F: Documentation/hwmon/lm83
7172F: drivers/hwmon/lm83.c
7173
7174LM90 HARDWARE MONITOR DRIVER
7175M: Jean Delvare <jdelvare@suse.com>
7176L: linux-hwmon@vger.kernel.org
7177S: Maintained
7178F: Documentation/hwmon/lm90
7179F: Documentation/devicetree/bindings/hwmon/lm90.txt
7180F: drivers/hwmon/lm90.c
7181
7182LM95234 HARDWARE MONITOR DRIVER
7183M: Guenter Roeck <linux@roeck-us.net>
7184L: linux-hwmon@vger.kernel.org
7185S: Maintained
7186F: Documentation/hwmon/lm95234
7187F: drivers/hwmon/lm95234.c
7188
7189LME2510 MEDIA DRIVER
7190M: Malcolm Priestley <tvboxspy@gmail.com>
7191L: linux-media@vger.kernel.org
7192W: https://linuxtv.org
7193Q: http://patchwork.linuxtv.org/project/linux-media/list/
7194S: Maintained
7195F: drivers/media/usb/dvb-usb-v2/lmedm04*
7196
7197LOCKING PRIMITIVES
7198M: Peter Zijlstra <peterz@infradead.org>
7199M: Ingo Molnar <mingo@redhat.com>
7200L: linux-kernel@vger.kernel.org
7201T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7202S: Maintained
7203F: Documentation/locking/
7204F: include/linux/lockdep.h
7205F: include/linux/spinlock*.h
7206F: arch/*/include/asm/spinlock*.h
7207F: include/linux/rwlock*.h
7208F: include/linux/mutex*.h
7209F: arch/*/include/asm/mutex*.h
7210F: include/linux/rwsem*.h
7211F: arch/*/include/asm/rwsem.h
7212F: include/linux/seqlock.h
7213F: lib/locking*.[ch]
7214F: kernel/locking/
7215
7216LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7217M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7218L: linux-ntfs-dev@lists.sourceforge.net
7219W: http://www.linux-ntfs.org/content/view/19/37/
7220S: Maintained
7221F: Documentation/ldm.txt
7222F: block/partitions/ldm.*
7223
7224LogFS
7225M: Joern Engel <joern@logfs.org>
7226M: Prasad Joshi <prasadjoshi.linux@gmail.com>
7227L: logfs@logfs.org
7228W: logfs.org
7229S: Maintained
7230F: fs/logfs/
7231
7232LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7233M: Sathya Prakash <sathya.prakash@broadcom.com>
7234M: Chaitra P B <chaitra.basappa@broadcom.com>
7235M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7236L: MPT-FusionLinux.pdl@broadcom.com
7237L: linux-scsi@vger.kernel.org
7238W: http://www.avagotech.com/support/
7239S: Supported
7240F: drivers/message/fusion/
7241F: drivers/scsi/mpt2sas/
7242F: drivers/scsi/mpt3sas/
7243
7244LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7245M: Matthew Wilcox <matthew@wil.cx>
7246L: linux-scsi@vger.kernel.org
7247S: Maintained
7248F: drivers/scsi/sym53c8xx_2/
7249
7250LTC4261 HARDWARE MONITOR DRIVER
7251M: Guenter Roeck <linux@roeck-us.net>
7252L: linux-hwmon@vger.kernel.org
7253S: Maintained
7254F: Documentation/hwmon/ltc4261
7255F: drivers/hwmon/ltc4261.c
7256
7257LTP (Linux Test Project)
7258M: Mike Frysinger <vapier@gentoo.org>
7259M: Cyril Hrubis <chrubis@suse.cz>
7260M: Wanlong Gao <wanlong.gao@gmail.com>
7261M: Jan Stancek <jstancek@redhat.com>
7262M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7263M: Alexey Kodanev <alexey.kodanev@oracle.com>
7264L: ltp@lists.linux.it (subscribers-only)
7265W: http://linux-test-project.github.io/
7266T: git git://github.com/linux-test-project/ltp.git
7267S: Maintained
7268
7269M32R ARCHITECTURE
7270W: http://www.linux-m32r.org/
7271S: Orphan
7272F: arch/m32r/
7273
7274M68K ARCHITECTURE
7275M: Geert Uytterhoeven <geert@linux-m68k.org>
7276L: linux-m68k@lists.linux-m68k.org
7277W: http://www.linux-m68k.org/
7278T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7279S: Maintained
7280F: arch/m68k/
7281F: drivers/zorro/
7282
7283M68K ON APPLE MACINTOSH
7284M: Joshua Thompson <funaho@jurai.org>
7285W: http://www.mac.linux-m68k.org/
7286L: linux-m68k@lists.linux-m68k.org
7287S: Maintained
7288F: arch/m68k/mac/
7289
7290M68K ON HP9000/300
7291M: Philip Blundell <philb@gnu.org>
7292W: http://www.tazenda.demon.co.uk/phil/linux-hp
7293S: Maintained
7294F: arch/m68k/hp300/
7295
7296M88DS3103 MEDIA DRIVER
7297M: Antti Palosaari <crope@iki.fi>
7298L: linux-media@vger.kernel.org
7299W: https://linuxtv.org
7300W: http://palosaari.fi/linux/
7301Q: http://patchwork.linuxtv.org/project/linux-media/list/
7302T: git git://linuxtv.org/anttip/media_tree.git
7303S: Maintained
7304F: drivers/media/dvb-frontends/m88ds3103*
7305
7306M88RS2000 MEDIA DRIVER
7307M: Malcolm Priestley <tvboxspy@gmail.com>
7308L: linux-media@vger.kernel.org
7309W: https://linuxtv.org
7310Q: http://patchwork.linuxtv.org/project/linux-media/list/
7311S: Maintained
7312F: drivers/media/dvb-frontends/m88rs2000*
7313
7314MA901 MASTERKIT USB FM RADIO DRIVER
7315M: Alexey Klimov <klimov.linux@gmail.com>
7316L: linux-media@vger.kernel.org
7317T: git git://linuxtv.org/media_tree.git
7318S: Maintained
7319F: drivers/media/radio/radio-ma901.c
7320
7321MAC80211
7322M: Johannes Berg <johannes@sipsolutions.net>
7323L: linux-wireless@vger.kernel.org
7324W: http://wireless.kernel.org/
7325T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7326T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7327S: Maintained
7328F: Documentation/networking/mac80211-injection.txt
7329F: include/net/mac80211.h
7330F: net/mac80211/
7331F: drivers/net/wireless/mac80211_hwsim.[ch]
7332
7333MACVLAN DRIVER
7334M: Patrick McHardy <kaber@trash.net>
7335L: netdev@vger.kernel.org
7336S: Maintained
7337F: drivers/net/macvlan.c
7338F: include/linux/if_macvlan.h
7339
7340MAILBOX API
7341M: Jassi Brar <jassisinghbrar@gmail.com>
7342L: linux-kernel@vger.kernel.org
7343S: Maintained
7344F: drivers/mailbox/
7345F: include/linux/mailbox_client.h
7346F: include/linux/mailbox_controller.h
7347
7348MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7349M: Michael Kerrisk <mtk.manpages@gmail.com>
7350W: http://www.kernel.org/doc/man-pages
7351L: linux-man@vger.kernel.org
7352S: Maintained
7353
7354MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7355M: Andrew Lunn <andrew@lunn.ch>
7356M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7357S: Maintained
7358F: drivers/net/dsa/mv88e6xxx/
7359
7360MARVELL ARMADA DRM SUPPORT
7361M: Russell King <rmk+kernel@armlinux.org.uk>
7362S: Maintained
7363F: drivers/gpu/drm/armada/
7364F: include/uapi/drm/armada_drm.h
7365F: Documentation/devicetree/bindings/display/armada/
7366
7367MARVELL CRYPTO DRIVER
7368M: Boris Brezillon <boris.brezillon@free-electrons.com>
7369M: Arnaud Ebalard <arno@natisbad.org>
7370F: drivers/crypto/marvell/
7371S: Maintained
7372L: linux-crypto@vger.kernel.org
7373
7374MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7375M: Mirko Lindner <mlindner@marvell.com>
7376M: Stephen Hemminger <stephen@networkplumber.org>
7377L: netdev@vger.kernel.org
7378S: Maintained
7379F: drivers/net/ethernet/marvell/sk*
7380
7381MARVELL LIBERTAS WIRELESS DRIVER
7382L: libertas-dev@lists.infradead.org
7383S: Orphan
7384F: drivers/net/wireless/marvell/libertas/
7385
7386MARVELL MV643XX ETHERNET DRIVER
7387M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7388L: netdev@vger.kernel.org
7389S: Maintained
7390F: drivers/net/ethernet/marvell/mv643xx_eth.*
7391F: include/linux/mv643xx.h
7392
7393MARVELL MVNETA ETHERNET DRIVER
7394M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7395L: netdev@vger.kernel.org
7396S: Maintained
7397F: drivers/net/ethernet/marvell/mvneta.*
7398
7399MARVELL MWIFIEX WIRELESS DRIVER
7400M: Amitkumar Karwar <akarwar@marvell.com>
7401M: Nishant Sarmukadam <nishants@marvell.com>
7402L: linux-wireless@vger.kernel.org
7403S: Maintained
7404F: drivers/net/wireless/marvell/mwifiex/
7405
7406MARVELL MWL8K WIRELESS DRIVER
7407M: Lennert Buytenhek <buytenh@wantstofly.org>
7408L: linux-wireless@vger.kernel.org
7409S: Odd Fixes
7410F: drivers/net/wireless/marvell/mwl8k.c
7411
7412MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7413M: Nicolas Pitre <nico@fluxnic.net>
7414S: Odd Fixes
7415F: drivers/mmc/host/mvsdio.*
7416
7417MATROX FRAMEBUFFER DRIVER
7418L: linux-fbdev@vger.kernel.org
7419S: Orphan
7420F: drivers/video/fbdev/matrox/matroxfb_*
7421F: include/uapi/linux/matroxfb.h
7422
7423MAX16065 HARDWARE MONITOR DRIVER
7424M: Guenter Roeck <linux@roeck-us.net>
7425L: linux-hwmon@vger.kernel.org
7426S: Maintained
7427F: Documentation/hwmon/max16065
7428F: drivers/hwmon/max16065.c
7429
7430MAX20751 HARDWARE MONITOR DRIVER
7431M: Guenter Roeck <linux@roeck-us.net>
7432L: linux-hwmon@vger.kernel.org
7433S: Maintained
7434F: Documentation/hwmon/max20751
7435F: drivers/hwmon/max20751.c
7436
7437MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7438M: "Hans J. Koch" <hjk@hansjkoch.de>
7439L: linux-hwmon@vger.kernel.org
7440S: Maintained
7441F: Documentation/hwmon/max6650
7442F: drivers/hwmon/max6650.c
7443
7444MAX6697 HARDWARE MONITOR DRIVER
7445M: Guenter Roeck <linux@roeck-us.net>
7446L: linux-hwmon@vger.kernel.org
7447S: Maintained
7448F: Documentation/hwmon/max6697
7449F: Documentation/devicetree/bindings/i2c/max6697.txt
7450F: drivers/hwmon/max6697.c
7451F: include/linux/platform_data/max6697.h
7452
7453MAX9860 MONO AUDIO VOICE CODEC DRIVER
7454M: Peter Rosin <peda@axentia.se>
7455L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7456S: Maintained
7457F: Documentation/devicetree/bindings/sound/max9860.txt
7458F: sound/soc/codecs/max9860.*
7459
7460MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7461M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
7462L: linux-pm@vger.kernel.org
7463S: Supported
7464F: drivers/power/max14577_charger.c
7465F: drivers/power/max77693_charger.c
7466
7467MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7468M: Javier Martinez Canillas <javier@osg.samsung.com>
7469L: linux-kernel@vger.kernel.org
7470S: Supported
7471F: drivers/*/*max77802*.c
7472F: Documentation/devicetree/bindings/*/*max77802.txt
7473F: include/dt-bindings/*/*max77802.h
7474
7475MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7476M: Chanwoo Choi <cw00.choi@samsung.com>
7477M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
7478L: linux-kernel@vger.kernel.org
7479S: Supported
7480F: drivers/*/max14577*.c
7481F: drivers/*/max77686*.c
7482F: drivers/*/max77693*.c
7483F: drivers/extcon/extcon-max14577.c
7484F: drivers/extcon/extcon-max77693.c
7485F: drivers/rtc/rtc-max77686.c
7486F: drivers/clk/clk-max77686.c
7487F: Documentation/devicetree/bindings/mfd/max14577.txt
7488F: Documentation/devicetree/bindings/*/max77686.txt
7489F: Documentation/devicetree/bindings/mfd/max77693.txt
7490F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
7491F: include/linux/mfd/max14577*.h
7492F: include/linux/mfd/max77686*.h
7493F: include/linux/mfd/max77693*.h
7494
7495MAXIRADIO FM RADIO RECEIVER DRIVER
7496M: Hans Verkuil <hverkuil@xs4all.nl>
7497L: linux-media@vger.kernel.org
7498T: git git://linuxtv.org/media_tree.git
7499W: https://linuxtv.org
7500S: Maintained
7501F: drivers/media/radio/radio-maxiradio*
7502
7503MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7504M: Peter Rosin <peda@axentia.se>
7505L: linux-iio@vger.kernel.org
7506S: Maintained
7507F: drivers/iio/potentiometer/mcp4531.c
7508
7509MEDIA DRIVERS FOR RENESAS - FCP
7510M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7511L: linux-media@vger.kernel.org
7512L: linux-renesas-soc@vger.kernel.org
7513T: git git://linuxtv.org/media_tree.git
7514S: Supported
7515F: Documentation/devicetree/bindings/media/renesas,fcp.txt
7516F: drivers/media/platform/rcar-fcp.c
7517F: include/media/rcar-fcp.h
7518
7519MEDIA DRIVERS FOR RENESAS - VSP1
7520M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7521L: linux-media@vger.kernel.org
7522L: linux-renesas-soc@vger.kernel.org
7523T: git git://linuxtv.org/media_tree.git
7524S: Supported
7525F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7526F: drivers/media/platform/vsp1/
7527
7528MEDIA DRIVERS FOR HELENE
7529M: Abylay Ospan <aospan@netup.ru>
7530L: linux-media@vger.kernel.org
7531W: https://linuxtv.org
7532W: http://netup.tv/
7533T: git git://linuxtv.org/media_tree.git
7534S: Supported
7535F: drivers/media/dvb-frontends/helene*
7536
7537MEDIA DRIVERS FOR ASCOT2E
7538M: Sergey Kozlov <serjk@netup.ru>
7539M: Abylay Ospan <aospan@netup.ru>
7540L: linux-media@vger.kernel.org
7541W: https://linuxtv.org
7542W: http://netup.tv/
7543T: git git://linuxtv.org/media_tree.git
7544S: Supported
7545F: drivers/media/dvb-frontends/ascot2e*
7546
7547MEDIA DRIVERS FOR CXD2841ER
7548M: Sergey Kozlov <serjk@netup.ru>
7549M: Abylay Ospan <aospan@netup.ru>
7550L: linux-media@vger.kernel.org
7551W: https://linuxtv.org
7552W: http://netup.tv/
7553T: git git://linuxtv.org/media_tree.git
7554S: Supported
7555F: drivers/media/dvb-frontends/cxd2841er*
7556
7557MEDIA DRIVERS FOR HORUS3A
7558M: Sergey Kozlov <serjk@netup.ru>
7559M: Abylay Ospan <aospan@netup.ru>
7560L: linux-media@vger.kernel.org
7561W: https://linuxtv.org
7562W: http://netup.tv/
7563T: git git://linuxtv.org/media_tree.git
7564S: Supported
7565F: drivers/media/dvb-frontends/horus3a*
7566
7567MEDIA DRIVERS FOR LNBH25
7568M: Sergey Kozlov <serjk@netup.ru>
7569M: Abylay Ospan <aospan@netup.ru>
7570L: linux-media@vger.kernel.org
7571W: https://linuxtv.org
7572W: http://netup.tv/
7573T: git git://linuxtv.org/media_tree.git
7574S: Supported
7575F: drivers/media/dvb-frontends/lnbh25*
7576
7577MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7578M: Sergey Kozlov <serjk@netup.ru>
7579M: Abylay Ospan <aospan@netup.ru>
7580L: linux-media@vger.kernel.org
7581W: https://linuxtv.org
7582W: http://netup.tv/
7583T: git git://linuxtv.org/media_tree.git
7584S: Supported
7585F: drivers/media/pci/netup_unidvb/*
7586
7587MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7588M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
7589M: Mauro Carvalho Chehab <mchehab@kernel.org>
7590P: LinuxTV.org Project
7591L: linux-media@vger.kernel.org
7592W: https://linuxtv.org
7593Q: http://patchwork.kernel.org/project/linux-media/list/
7594T: git git://linuxtv.org/media_tree.git
7595S: Maintained
7596F: Documentation/dvb/
7597F: Documentation/video4linux/
7598F: Documentation/DocBook/media/
7599F: drivers/media/
7600F: drivers/staging/media/
7601F: include/linux/platform_data/media/
7602F: include/media/
7603F: include/uapi/linux/dvb/
7604F: include/uapi/linux/videodev2.h
7605F: include/uapi/linux/media.h
7606F: include/uapi/linux/v4l2-*
7607F: include/uapi/linux/meye.h
7608F: include/uapi/linux/ivtv*
7609F: include/uapi/linux/uvcvideo.h
7610
7611MEDIATEK ETHERNET DRIVER
7612M: Felix Fietkau <nbd@openwrt.org>
7613M: John Crispin <blogic@openwrt.org>
7614L: netdev@vger.kernel.org
7615S: Maintained
7616F: drivers/net/ethernet/mediatek/
7617
7618MEDIATEK MT7601U WIRELESS LAN DRIVER
7619M: Jakub Kicinski <kubakici@wp.pl>
7620L: linux-wireless@vger.kernel.org
7621S: Maintained
7622F: drivers/net/wireless/mediatek/mt7601u/
7623
7624MEGARAID SCSI/SAS DRIVERS
7625M: Kashyap Desai <kashyap.desai@avagotech.com>
7626M: Sumit Saxena <sumit.saxena@avagotech.com>
7627M: Uday Lingala <uday.lingala@avagotech.com>
7628L: megaraidlinux.pdl@avagotech.com
7629L: linux-scsi@vger.kernel.org
7630W: http://www.lsi.com
7631S: Maintained
7632F: Documentation/scsi/megaraid.txt
7633F: drivers/scsi/megaraid.*
7634F: drivers/scsi/megaraid/
7635
7636MELLANOX ETHERNET DRIVER (mlx4_en)
7637M: Tariq Toukan <tariqt@mellanox.com>
7638L: netdev@vger.kernel.org
7639S: Supported
7640W: http://www.mellanox.com
7641Q: http://patchwork.ozlabs.org/project/netdev/list/
7642F: drivers/net/ethernet/mellanox/mlx4/en_*
7643
7644MELLANOX ETHERNET DRIVER (mlx5e)
7645M: Saeed Mahameed <saeedm@mellanox.com>
7646L: netdev@vger.kernel.org
7647S: Supported
7648W: http://www.mellanox.com
7649Q: http://patchwork.ozlabs.org/project/netdev/list/
7650F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7651
7652MELLANOX ETHERNET SWITCH DRIVERS
7653M: Jiri Pirko <jiri@mellanox.com>
7654M: Ido Schimmel <idosch@mellanox.com>
7655L: netdev@vger.kernel.org
7656S: Supported
7657W: http://www.mellanox.com
7658Q: http://patchwork.ozlabs.org/project/netdev/list/
7659F: drivers/net/ethernet/mellanox/mlxsw/
7660
7661SOFT-ROCE DRIVER (rxe)
7662M: Moni Shoua <monis@mellanox.com>
7663L: linux-rdma@vger.kernel.org
7664S: Supported
7665W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7666Q: http://patchwork.kernel.org/project/linux-rdma/list/
7667F: drivers/infiniband/hw/rxe/
7668F: include/uapi/rdma/rdma_user_rxe.h
7669
7670MEMBARRIER SUPPORT
7671M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7672M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7673L: linux-kernel@vger.kernel.org
7674S: Supported
7675F: kernel/membarrier.c
7676F: include/uapi/linux/membarrier.h
7677
7678MEMORY MANAGEMENT
7679L: linux-mm@kvack.org
7680W: http://www.linux-mm.org
7681S: Maintained
7682F: include/linux/mm.h
7683F: include/linux/gfp.h
7684F: include/linux/mmzone.h
7685F: include/linux/memory_hotplug.h
7686F: include/linux/vmalloc.h
7687F: mm/
7688
7689MEMORY TECHNOLOGY DEVICES (MTD)
7690M: David Woodhouse <dwmw2@infradead.org>
7691M: Brian Norris <computersforpeace@gmail.com>
7692L: linux-mtd@lists.infradead.org
7693W: http://www.linux-mtd.infradead.org/
7694Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7695T: git git://git.infradead.org/linux-mtd.git
7696T: git git://git.infradead.org/l2-mtd.git
7697S: Maintained
7698F: Documentation/devicetree/bindings/mtd/
7699F: drivers/mtd/
7700F: include/linux/mtd/
7701F: include/uapi/mtd/
7702
7703MEN A21 WATCHDOG DRIVER
7704M: Johannes Thumshirn <morbidrsa@gmail.com>
7705L: linux-watchdog@vger.kernel.org
7706S: Maintained
7707F: drivers/watchdog/mena21_wdt.c
7708
7709MEN CHAMELEON BUS (mcb)
7710M: Johannes Thumshirn <morbidrsa@gmail.com>
7711S: Maintained
7712F: drivers/mcb/
7713F: include/linux/mcb.h
7714F: Documentation/men-chameleon-bus.txt
7715
7716MEN F21BMC (Board Management Controller)
7717M: Andreas Werner <andreas.werner@men.de>
7718S: Supported
7719F: drivers/mfd/menf21bmc.c
7720F: drivers/watchdog/menf21bmc_wdt.c
7721F: drivers/leds/leds-menf21bmc.c
7722F: drivers/hwmon/menf21bmc_hwmon.c
7723F: Documentation/hwmon/menf21bmc
7724
7725METAG ARCHITECTURE
7726M: James Hogan <james.hogan@imgtec.com>
7727L: linux-metag@vger.kernel.org
7728T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7729S: Odd Fixes
7730F: arch/metag/
7731F: Documentation/metag/
7732F: Documentation/devicetree/bindings/metag/
7733F: Documentation/devicetree/bindings/interrupt-controller/img,*
7734F: drivers/clocksource/metag_generic.c
7735F: drivers/irqchip/irq-metag.c
7736F: drivers/irqchip/irq-metag-ext.c
7737F: drivers/tty/metag_da.c
7738
7739MICROBLAZE ARCHITECTURE
7740M: Michal Simek <monstr@monstr.eu>
7741W: http://www.monstr.eu/fdt/
7742T: git git://git.monstr.eu/linux-2.6-microblaze.git
7743S: Supported
7744F: arch/microblaze/
7745
7746MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7747M: Chen Yu <yu.c.chen@intel.com>
7748L: platform-driver-x86@vger.kernel.org
7749S: Supported
7750F: drivers/platform/x86/surfacepro3_button.c
7751
7752MICROTEK X6 SCANNER
7753M: Oliver Neukum <oliver@neukum.org>
7754S: Maintained
7755F: drivers/usb/image/microtek.*
7756
7757MIPS
7758M: Ralf Baechle <ralf@linux-mips.org>
7759L: linux-mips@linux-mips.org
7760W: http://www.linux-mips.org/
7761T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7762Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7763S: Supported
7764F: Documentation/devicetree/bindings/mips/
7765F: Documentation/mips/
7766F: arch/mips/
7767
7768MIPS/LOONGSON1 ARCHITECTURE
7769M: Keguang Zhang <keguang.zhang@gmail.com>
7770L: linux-mips@linux-mips.org
7771S: Maintained
7772F: arch/mips/loongson32/
7773F: arch/mips/include/asm/mach-loongson32/
7774F: drivers/*/*loongson1*
7775F: drivers/*/*/*loongson1*
7776
7777MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7778M: Hans Verkuil <hverkuil@xs4all.nl>
7779L: linux-media@vger.kernel.org
7780T: git git://linuxtv.org/media_tree.git
7781W: https://linuxtv.org
7782S: Odd Fixes
7783F: drivers/media/radio/radio-miropcm20*
7784
7785MELLANOX MLX4 core VPI driver
7786M: Yishai Hadas <yishaih@mellanox.com>
7787L: netdev@vger.kernel.org
7788L: linux-rdma@vger.kernel.org
7789W: http://www.mellanox.com
7790Q: http://patchwork.ozlabs.org/project/netdev/list/
7791S: Supported
7792F: drivers/net/ethernet/mellanox/mlx4/
7793F: include/linux/mlx4/
7794
7795MELLANOX MLX4 IB driver
7796M: Yishai Hadas <yishaih@mellanox.com>
7797L: linux-rdma@vger.kernel.org
7798W: http://www.mellanox.com
7799Q: http://patchwork.kernel.org/project/linux-rdma/list/
7800S: Supported
7801F: drivers/infiniband/hw/mlx4/
7802F: include/linux/mlx4/
7803
7804MELLANOX MLX5 core VPI driver
7805M: Matan Barak <matanb@mellanox.com>
7806M: Leon Romanovsky <leonro@mellanox.com>
7807L: netdev@vger.kernel.org
7808L: linux-rdma@vger.kernel.org
7809W: http://www.mellanox.com
7810Q: http://patchwork.ozlabs.org/project/netdev/list/
7811S: Supported
7812F: drivers/net/ethernet/mellanox/mlx5/core/
7813F: include/linux/mlx5/
7814
7815MELLANOX MLX5 IB driver
7816M: Matan Barak <matanb@mellanox.com>
7817M: Leon Romanovsky <leonro@mellanox.com>
7818L: linux-rdma@vger.kernel.org
7819W: http://www.mellanox.com
7820Q: http://patchwork.kernel.org/project/linux-rdma/list/
7821S: Supported
7822F: drivers/infiniband/hw/mlx5/
7823F: include/linux/mlx5/
7824
7825MELEXIS MLX90614 DRIVER
7826M: Crt Mori <cmo@melexis.com>
7827L: linux-iio@vger.kernel.org
7828W: http://www.melexis.com
7829S: Supported
7830F: drivers/iio/temperature/mlx90614.c
7831
7832MN88472 MEDIA DRIVER
7833M: Antti Palosaari <crope@iki.fi>
7834L: linux-media@vger.kernel.org
7835W: https://linuxtv.org
7836W: http://palosaari.fi/linux/
7837Q: http://patchwork.linuxtv.org/project/linux-media/list/
7838S: Maintained
7839F: drivers/media/dvb-frontends/mn88472*
7840
7841MN88473 MEDIA DRIVER
7842M: Antti Palosaari <crope@iki.fi>
7843L: linux-media@vger.kernel.org
7844W: https://linuxtv.org
7845W: http://palosaari.fi/linux/
7846Q: http://patchwork.linuxtv.org/project/linux-media/list/
7847S: Maintained
7848F: drivers/media/dvb-frontends/mn88473*
7849
7850MODULE SUPPORT
7851M: Rusty Russell <rusty@rustcorp.com.au>
7852S: Maintained
7853F: include/linux/module.h
7854F: kernel/module.c
7855
7856MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7857W: http://popies.net/meye/
7858S: Orphan
7859F: Documentation/video4linux/meye.txt
7860F: drivers/media/pci/meye/
7861F: include/uapi/linux/meye.h
7862
7863MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7864M: Jiri Slaby <jirislaby@gmail.com>
7865S: Maintained
7866F: Documentation/serial/moxa-smartio
7867F: drivers/tty/mxser.*
7868
7869MR800 AVERMEDIA USB FM RADIO DRIVER
7870M: Alexey Klimov <klimov.linux@gmail.com>
7871L: linux-media@vger.kernel.org
7872T: git git://linuxtv.org/media_tree.git
7873S: Maintained
7874F: drivers/media/radio/radio-mr800.c
7875
7876MRF24J40 IEEE 802.15.4 RADIO DRIVER
7877M: Alan Ott <alan@signal11.us>
7878L: linux-wpan@vger.kernel.org
7879S: Maintained
7880F: drivers/net/ieee802154/mrf24j40.c
7881F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7882
7883MSI LAPTOP SUPPORT
7884M: "Lee, Chun-Yi" <jlee@suse.com>
7885L: platform-driver-x86@vger.kernel.org
7886S: Maintained
7887F: drivers/platform/x86/msi-laptop.c
7888
7889MSI WMI SUPPORT
7890L: platform-driver-x86@vger.kernel.org
7891S: Orphan
7892F: drivers/platform/x86/msi-wmi.c
7893
7894MSI001 MEDIA DRIVER
7895M: Antti Palosaari <crope@iki.fi>
7896L: linux-media@vger.kernel.org
7897W: https://linuxtv.org
7898W: http://palosaari.fi/linux/
7899Q: http://patchwork.linuxtv.org/project/linux-media/list/
7900T: git git://linuxtv.org/anttip/media_tree.git
7901S: Maintained
7902F: drivers/media/tuners/msi001*
7903
7904MSI2500 MEDIA DRIVER
7905M: Antti Palosaari <crope@iki.fi>
7906L: linux-media@vger.kernel.org
7907W: https://linuxtv.org
7908W: http://palosaari.fi/linux/
7909Q: http://patchwork.linuxtv.org/project/linux-media/list/
7910T: git git://linuxtv.org/anttip/media_tree.git
7911S: Maintained
7912F: drivers/media/usb/msi2500/
7913
7914MSYSTEMS DISKONCHIP G3 MTD DRIVER
7915M: Robert Jarzmik <robert.jarzmik@free.fr>
7916L: linux-mtd@lists.infradead.org
7917S: Maintained
7918F: drivers/mtd/devices/docg3*
7919
7920MT9M032 APTINA SENSOR DRIVER
7921M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7922L: linux-media@vger.kernel.org
7923T: git git://linuxtv.org/media_tree.git
7924S: Maintained
7925F: drivers/media/i2c/mt9m032.c
7926F: include/media/i2c/mt9m032.h
7927
7928MT9P031 APTINA CAMERA SENSOR
7929M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7930L: linux-media@vger.kernel.org
7931T: git git://linuxtv.org/media_tree.git
7932S: Maintained
7933F: drivers/media/i2c/mt9p031.c
7934F: include/media/i2c/mt9p031.h
7935
7936MT9T001 APTINA CAMERA SENSOR
7937M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7938L: linux-media@vger.kernel.org
7939T: git git://linuxtv.org/media_tree.git
7940S: Maintained
7941F: drivers/media/i2c/mt9t001.c
7942F: include/media/i2c/mt9t001.h
7943
7944MT9V032 APTINA CAMERA SENSOR
7945M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7946L: linux-media@vger.kernel.org
7947T: git git://linuxtv.org/media_tree.git
7948S: Maintained
7949F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7950F: drivers/media/i2c/mt9v032.c
7951F: include/media/i2c/mt9v032.h
7952
7953MULTIFUNCTION DEVICES (MFD)
7954M: Lee Jones <lee.jones@linaro.org>
7955T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7956S: Supported
7957F: drivers/mfd/
7958F: include/linux/mfd/
7959
7960MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7961M: Ulf Hansson <ulf.hansson@linaro.org>
7962L: linux-mmc@vger.kernel.org
7963T: git git://git.linaro.org/people/ulf.hansson/mmc.git
7964S: Maintained
7965F: Documentation/devicetree/bindings/mmc/
7966F: drivers/mmc/
7967F: include/linux/mmc/
7968F: include/uapi/linux/mmc/
7969
7970MULTIMEDIA CARD (MMC) ETC. OVER SPI
7971S: Orphan
7972F: drivers/mmc/host/mmc_spi.c
7973F: include/linux/spi/mmc_spi.h
7974
7975MULTISOUND SOUND DRIVER
7976M: Andrew Veliath <andrewtv@usa.net>
7977S: Maintained
7978F: Documentation/sound/oss/MultiSound
7979F: sound/oss/msnd*
7980
7981MULTITECH MULTIPORT CARD (ISICOM)
7982S: Orphan
7983F: drivers/tty/isicom.c
7984F: include/linux/isicom.h
7985
7986MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7987M: Bin Liu <b-liu@ti.com>
7988L: linux-usb@vger.kernel.org
7989T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7990S: Maintained
7991F: drivers/usb/musb/
7992
7993MXL5007T MEDIA DRIVER
7994M: Michael Krufky <mkrufky@linuxtv.org>
7995L: linux-media@vger.kernel.org
7996W: https://linuxtv.org
7997W: http://github.com/mkrufky
7998Q: http://patchwork.linuxtv.org/project/linux-media/list/
7999T: git git://linuxtv.org/mkrufky/tuners.git
8000S: Maintained
8001F: drivers/media/tuners/mxl5007t.*
8002
8003MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8004M: Hyong-Youb Kim <hykim@myri.com>
8005L: netdev@vger.kernel.org
8006W: https://www.myricom.com/support/downloads/myri10ge.html
8007S: Supported
8008F: drivers/net/ethernet/myricom/myri10ge/
8009
8010NAND FLASH SUBSYSTEM
8011M: Boris Brezillon <boris.brezillon@free-electrons.com>
8012R: Richard Weinberger <richard@nod.at>
8013L: linux-mtd@lists.infradead.org
8014W: http://www.linux-mtd.infradead.org/
8015Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8016T: git git://github.com/linux-nand/linux.git
8017S: Maintained
8018F: drivers/mtd/nand/
8019F: include/linux/mtd/nand*.h
8020
8021NATSEMI ETHERNET DRIVER (DP8381x)
8022S: Orphan
8023F: drivers/net/ethernet/natsemi/natsemi.c
8024
8025NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8026M: Daniel Mack <zonque@gmail.com>
8027S: Maintained
8028L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8029W: http://www.native-instruments.com
8030F: sound/usb/caiaq/
8031
8032NCP FILESYSTEM
8033M: Petr Vandrovec <petr@vandrovec.name>
8034S: Odd Fixes
8035F: fs/ncpfs/
8036
8037NCR 5380 SCSI DRIVERS
8038M: Finn Thain <fthain@telegraphics.com.au>
8039M: Michael Schmitz <schmitzmic@gmail.com>
8040L: linux-scsi@vger.kernel.org
8041S: Maintained
8042F: Documentation/scsi/g_NCR5380.txt
8043F: Documentation/scsi/dtc3x80.txt
8044F: drivers/scsi/NCR5380.*
8045F: drivers/scsi/arm/cumana_1.c
8046F: drivers/scsi/arm/oak.c
8047F: drivers/scsi/atari_scsi.*
8048F: drivers/scsi/dmx3191d.c
8049F: drivers/scsi/dtc.*
8050F: drivers/scsi/g_NCR5380.*
8051F: drivers/scsi/g_NCR5380_mmio.c
8052F: drivers/scsi/mac_scsi.*
8053F: drivers/scsi/pas16.*
8054F: drivers/scsi/sun3_scsi.*
8055F: drivers/scsi/sun3_scsi_vme.c
8056F: drivers/scsi/t128.*
8057
8058NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8059M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8060L: linux-scsi@vger.kernel.org
8061S: Maintained
8062F: drivers/scsi/NCR_D700.*
8063
8064NCT6775 HARDWARE MONITOR DRIVER
8065M: Guenter Roeck <linux@roeck-us.net>
8066L: linux-hwmon@vger.kernel.org
8067S: Maintained
8068F: Documentation/hwmon/nct6775
8069F: drivers/hwmon/nct6775.c
8070
8071NETEFFECT IWARP RNIC DRIVER (IW_NES)
8072M: Faisal Latif <faisal.latif@intel.com>
8073L: linux-rdma@vger.kernel.org
8074W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8075S: Supported
8076F: drivers/infiniband/hw/nes/
8077
8078NETEM NETWORK EMULATOR
8079M: Stephen Hemminger <stephen@networkplumber.org>
8080L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8081S: Maintained
8082F: net/sched/sch_netem.c
8083
8084NETERION 10GbE DRIVERS (s2io/vxge)
8085M: Jon Mason <jdmason@kudzu.us>
8086L: netdev@vger.kernel.org
8087S: Supported
8088F: Documentation/networking/s2io.txt
8089F: Documentation/networking/vxge.txt
8090F: drivers/net/ethernet/neterion/
8091
8092NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8093M: Pablo Neira Ayuso <pablo@netfilter.org>
8094M: Patrick McHardy <kaber@trash.net>
8095M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8096L: netfilter-devel@vger.kernel.org
8097L: coreteam@netfilter.org
8098W: http://www.netfilter.org/
8099W: http://www.iptables.org/
8100Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8101T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8102T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8103S: Supported
8104F: include/linux/netfilter*
8105F: include/linux/netfilter/
8106F: include/net/netfilter/
8107F: include/uapi/linux/netfilter*
8108F: include/uapi/linux/netfilter/
8109F: net/*/netfilter.c
8110F: net/*/netfilter/
8111F: net/netfilter/
8112F: net/bridge/br_netfilter*.c
8113
8114NETLABEL
8115M: Paul Moore <paul@paul-moore.com>
8116W: http://netlabel.sf.net
8117L: netdev@vger.kernel.org
8118S: Maintained
8119F: Documentation/netlabel/
8120F: include/net/netlabel.h
8121F: net/netlabel/
8122
8123NETROM NETWORK LAYER
8124M: Ralf Baechle <ralf@linux-mips.org>
8125L: linux-hams@vger.kernel.org
8126W: http://www.linux-ax25.org/
8127S: Maintained
8128F: include/net/netrom.h
8129F: include/uapi/linux/netrom.h
8130F: net/netrom/
8131
8132NETRONOME ETHERNET DRIVERS
8133M: Jakub Kicinski <jakub.kicinski@netronome.com>
8134L: oss-drivers@netronome.com
8135S: Maintained
8136F: drivers/net/ethernet/netronome/
8137
8138NETWORK BLOCK DEVICE (NBD)
8139M: Markus Pargmann <mpa@pengutronix.de>
8140S: Maintained
8141L: nbd-general@lists.sourceforge.net
8142T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
8143F: Documentation/blockdev/nbd.txt
8144F: drivers/block/nbd.c
8145F: include/uapi/linux/nbd.h
8146
8147NETWORK DROP MONITOR
8148M: Neil Horman <nhorman@tuxdriver.com>
8149L: netdev@vger.kernel.org
8150S: Maintained
8151W: https://fedorahosted.org/dropwatch/
8152F: net/core/drop_monitor.c
8153
8154NETWORKING [GENERAL]
8155M: "David S. Miller" <davem@davemloft.net>
8156L: netdev@vger.kernel.org
8157W: http://www.linuxfoundation.org/en/Net
8158Q: http://patchwork.ozlabs.org/project/netdev/list/
8159T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8160T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8161S: Maintained
8162F: net/
8163F: include/net/
8164F: include/linux/in.h
8165F: include/linux/net.h
8166F: include/linux/netdevice.h
8167F: include/uapi/linux/in.h
8168F: include/uapi/linux/net.h
8169F: include/uapi/linux/netdevice.h
8170F: include/uapi/linux/net_namespace.h
8171F: tools/net/
8172F: tools/testing/selftests/net/
8173F: lib/random32.c
8174F: lib/test_bpf.c
8175
8176NETWORKING [IPv4/IPv6]
8177M: "David S. Miller" <davem@davemloft.net>
8178M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8179M: James Morris <jmorris@namei.org>
8180M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8181M: Patrick McHardy <kaber@trash.net>
8182L: netdev@vger.kernel.org
8183T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8184S: Maintained
8185F: net/ipv4/
8186F: net/ipv6/
8187F: include/net/ip*
8188F: arch/x86/net/*
8189
8190NETWORKING [IPSEC]
8191M: Steffen Klassert <steffen.klassert@secunet.com>
8192M: Herbert Xu <herbert@gondor.apana.org.au>
8193M: "David S. Miller" <davem@davemloft.net>
8194L: netdev@vger.kernel.org
8195T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8196T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8197S: Maintained
8198F: net/core/flow.c
8199F: net/xfrm/
8200F: net/key/
8201F: net/ipv4/xfrm*
8202F: net/ipv4/esp4.c
8203F: net/ipv4/ah4.c
8204F: net/ipv4/ipcomp.c
8205F: net/ipv4/ip_vti.c
8206F: net/ipv6/xfrm*
8207F: net/ipv6/esp6.c
8208F: net/ipv6/ah6.c
8209F: net/ipv6/ipcomp6.c
8210F: net/ipv6/ip6_vti.c
8211F: include/uapi/linux/xfrm.h
8212F: include/net/xfrm.h
8213
8214NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8215M: Paul Moore <paul@paul-moore.com>
8216L: netdev@vger.kernel.org
8217S: Maintained
8218
8219NETWORKING [WIRELESS]
8220L: linux-wireless@vger.kernel.org
8221Q: http://patchwork.kernel.org/project/linux-wireless/list/
8222
8223NETWORKING DRIVERS
8224L: netdev@vger.kernel.org
8225W: http://www.linuxfoundation.org/en/Net
8226Q: http://patchwork.ozlabs.org/project/netdev/list/
8227T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8228T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8229S: Odd Fixes
8230F: Documentation/devicetree/bindings/net/
8231F: drivers/net/
8232F: include/linux/if_*
8233F: include/linux/netdevice.h
8234F: include/linux/etherdevice.h
8235F: include/linux/fcdevice.h
8236F: include/linux/fddidevice.h
8237F: include/linux/hippidevice.h
8238F: include/linux/inetdevice.h
8239F: include/uapi/linux/if_*
8240F: include/uapi/linux/netdevice.h
8241
8242NETWORKING DRIVERS (WIRELESS)
8243M: Kalle Valo <kvalo@codeaurora.org>
8244L: linux-wireless@vger.kernel.org
8245Q: http://patchwork.kernel.org/project/linux-wireless/list/
8246T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8247T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8248S: Maintained
8249F: Documentation/devicetree/bindings/net/wireless/
8250F: drivers/net/wireless/
8251
8252NETXEN (1/10) GbE SUPPORT
8253M: Manish Chopra <manish.chopra@qlogic.com>
8254M: Sony Chacko <sony.chacko@qlogic.com>
8255M: Rajesh Borundia <rajesh.borundia@qlogic.com>
8256L: netdev@vger.kernel.org
8257W: http://www.qlogic.com
8258S: Supported
8259F: drivers/net/ethernet/qlogic/netxen/
8260
8261NFC SUBSYSTEM
8262M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8263M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8264M: Samuel Ortiz <sameo@linux.intel.com>
8265L: linux-wireless@vger.kernel.org
8266L: linux-nfc@lists.01.org (subscribers-only)
8267S: Supported
8268F: net/nfc/
8269F: include/net/nfc/
8270F: include/uapi/linux/nfc.h
8271F: drivers/nfc/
8272F: include/linux/platform_data/nfcmrvl.h
8273F: include/linux/platform_data/nxp-nci.h
8274F: include/linux/platform_data/pn544.h
8275F: include/linux/platform_data/st21nfca.h
8276F: include/linux/platform_data/st-nci.h
8277F: Documentation/devicetree/bindings/net/nfc/
8278
8279NFS, SUNRPC, AND LOCKD CLIENTS
8280M: Trond Myklebust <trond.myklebust@primarydata.com>
8281M: Anna Schumaker <anna.schumaker@netapp.com>
8282L: linux-nfs@vger.kernel.org
8283W: http://client.linux-nfs.org
8284T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8285S: Maintained
8286F: fs/lockd/
8287F: fs/nfs/
8288F: fs/nfs_common/
8289F: net/sunrpc/
8290F: include/linux/lockd/
8291F: include/linux/nfs*
8292F: include/linux/sunrpc/
8293F: include/uapi/linux/nfs*
8294F: include/uapi/linux/sunrpc/
8295
8296NILFS2 FILESYSTEM
8297M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8298L: linux-nilfs@vger.kernel.org
8299W: http://nilfs.sourceforge.net/
8300W: http://nilfs.osdn.jp/
8301T: git git://github.com/konis/nilfs2.git
8302S: Supported
8303F: Documentation/filesystems/nilfs2.txt
8304F: fs/nilfs2/
8305F: include/trace/events/nilfs2.h
8306F: include/uapi/linux/nilfs2_api.h
8307F: include/uapi/linux/nilfs2_ondisk.h
8308
8309NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8310M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8311W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8312S: Maintained
8313F: Documentation/scsi/NinjaSCSI.txt
8314F: drivers/scsi/pcmcia/nsp_*
8315
8316NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8317M: GOTO Masanori <gotom@debian.or.jp>
8318M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8319W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8320S: Maintained
8321F: Documentation/scsi/NinjaSCSI.txt
8322F: drivers/scsi/nsp32*
8323
8324NIOS2 ARCHITECTURE
8325M: Ley Foon Tan <lftan@altera.com>
8326L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8327T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8328S: Maintained
8329F: arch/nios2/
8330
8331NOKIA N900 POWER SUPPLY DRIVERS
8332R: Pali Rohár <pali.rohar@gmail.com>
8333F: include/linux/power/bq2415x_charger.h
8334F: include/linux/power/bq27xxx_battery.h
8335F: include/linux/power/isp1704_charger.h
8336F: drivers/power/bq2415x_charger.c
8337F: drivers/power/bq27xxx_battery.c
8338F: drivers/power/bq27xxx_battery_i2c.c
8339F: drivers/power/isp1704_charger.c
8340F: drivers/power/rx51_battery.c
8341
8342NTB DRIVER CORE
8343M: Jon Mason <jdmason@kudzu.us>
8344M: Dave Jiang <dave.jiang@intel.com>
8345M: Allen Hubbe <Allen.Hubbe@emc.com>
8346L: linux-ntb@googlegroups.com
8347S: Supported
8348W: https://github.com/jonmason/ntb/wiki
8349T: git git://github.com/jonmason/ntb.git
8350F: drivers/ntb/
8351F: drivers/net/ntb_netdev.c
8352F: include/linux/ntb.h
8353F: include/linux/ntb_transport.h
8354F: tools/testing/selftests/ntb/
8355
8356NTB INTEL DRIVER
8357M: Jon Mason <jdmason@kudzu.us>
8358M: Dave Jiang <dave.jiang@intel.com>
8359L: linux-ntb@googlegroups.com
8360S: Supported
8361W: https://github.com/jonmason/ntb/wiki
8362T: git git://github.com/jonmason/ntb.git
8363F: drivers/ntb/hw/intel/
8364
8365NTB AMD DRIVER
8366M: Xiangliang Yu <Xiangliang.Yu@amd.com>
8367L: linux-ntb@googlegroups.com
8368S: Supported
8369F: drivers/ntb/hw/amd/
8370
8371NTFS FILESYSTEM
8372M: Anton Altaparmakov <anton@tuxera.com>
8373L: linux-ntfs-dev@lists.sourceforge.net
8374W: http://www.tuxera.com/
8375T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8376S: Supported
8377F: Documentation/filesystems/ntfs.txt
8378F: fs/ntfs/
8379
8380NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8381M: Antonino Daplas <adaplas@gmail.com>
8382L: linux-fbdev@vger.kernel.org
8383S: Maintained
8384F: drivers/video/fbdev/riva/
8385F: drivers/video/fbdev/nvidia/
8386
8387NVM EXPRESS DRIVER
8388M: Keith Busch <keith.busch@intel.com>
8389M: Jens Axboe <axboe@fb.com>
8390L: linux-nvme@lists.infradead.org
8391T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8392W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8393S: Supported
8394F: drivers/nvme/host/
8395F: include/linux/nvme.h
8396
8397NVM EXPRESS TARGET DRIVER
8398M: Christoph Hellwig <hch@lst.de>
8399M: Sagi Grimberg <sagi@grimberg.me>
8400L: linux-nvme@lists.infradead.org
8401S: Supported
8402F: drivers/nvme/target/
8403
8404NVMEM FRAMEWORK
8405M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8406M: Maxime Ripard <maxime.ripard@free-electrons.com>
8407S: Maintained
8408F: drivers/nvmem/
8409F: Documentation/devicetree/bindings/nvmem/
8410F: include/linux/nvmem-consumer.h
8411F: include/linux/nvmem-provider.h
8412
8413NXP-NCI NFC DRIVER
8414M: Clément Perrochaud <clement.perrochaud@effinnov.com>
8415R: Charles Gorand <charles.gorand@effinnov.com>
8416L: linux-nfc@lists.01.org (moderated for non-subscribers)
8417S: Supported
8418F: drivers/nfc/nxp-nci
8419
8420NXP TDA998X DRM DRIVER
8421M: Russell King <rmk+kernel@armlinux.org.uk>
8422S: Supported
8423F: drivers/gpu/drm/i2c/tda998x_drv.c
8424F: include/drm/i2c/tda998x.h
8425
8426NXP TFA9879 DRIVER
8427M: Peter Rosin <peda@axentia.se>
8428L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8429S: Maintained
8430F: sound/soc/codecs/tfa9879*
8431
8432OBJTOOL
8433M: Josh Poimboeuf <jpoimboe@redhat.com>
8434S: Supported
8435F: tools/objtool/
8436
8437OMAP SUPPORT
8438M: Tony Lindgren <tony@atomide.com>
8439L: linux-omap@vger.kernel.org
8440W: http://www.muru.com/linux/omap/
8441W: http://linux.omap.com/
8442Q: http://patchwork.kernel.org/project/linux-omap/list/
8443T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8444S: Maintained
8445F: arch/arm/*omap*/
8446F: arch/arm/configs/omap1_defconfig
8447F: arch/arm/configs/omap2plus_defconfig
8448F: drivers/i2c/busses/i2c-omap.c
8449F: drivers/irqchip/irq-omap-intc.c
8450F: drivers/mfd/*omap*.c
8451F: drivers/mfd/menelaus.c
8452F: drivers/mfd/palmas.c
8453F: drivers/mfd/tps65217.c
8454F: drivers/mfd/tps65218.c
8455F: drivers/mfd/tps65910.c
8456F: drivers/mfd/twl-core.[ch]
8457F: drivers/mfd/twl4030*.c
8458F: drivers/mfd/twl6030*.c
8459F: drivers/mfd/twl6040*.c
8460F: drivers/regulator/palmas-regulator*.c
8461F: drivers/regulator/pbias-regulator.c
8462F: drivers/regulator/tps65217-regulator.c
8463F: drivers/regulator/tps65218-regulator.c
8464F: drivers/regulator/tps65910-regulator.c
8465F: drivers/regulator/twl-regulator.c
8466F: include/linux/i2c-omap.h
8467
8468OMAP DEVICE TREE SUPPORT
8469M: Benoît Cousson <bcousson@baylibre.com>
8470M: Tony Lindgren <tony@atomide.com>
8471L: linux-omap@vger.kernel.org
8472L: devicetree@vger.kernel.org
8473S: Maintained
8474F: arch/arm/boot/dts/*omap*
8475F: arch/arm/boot/dts/*am3*
8476F: arch/arm/boot/dts/*am4*
8477F: arch/arm/boot/dts/*am5*
8478F: arch/arm/boot/dts/*dra7*
8479
8480OMAP CLOCK FRAMEWORK SUPPORT
8481M: Paul Walmsley <paul@pwsan.com>
8482L: linux-omap@vger.kernel.org
8483S: Maintained
8484F: arch/arm/*omap*/*clock*
8485
8486OMAP POWER MANAGEMENT SUPPORT
8487M: Kevin Hilman <khilman@kernel.org>
8488L: linux-omap@vger.kernel.org
8489S: Maintained
8490F: arch/arm/*omap*/*pm*
8491F: drivers/cpufreq/omap-cpufreq.c
8492
8493OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8494M: Rajendra Nayak <rnayak@codeaurora.org>
8495M: Paul Walmsley <paul@pwsan.com>
8496L: linux-omap@vger.kernel.org
8497S: Maintained
8498F: arch/arm/mach-omap2/prm*
8499
8500OMAP AUDIO SUPPORT
8501M: Peter Ujfalusi <peter.ujfalusi@ti.com>
8502M: Jarkko Nikula <jarkko.nikula@bitmer.com>
8503L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8504L: linux-omap@vger.kernel.org
8505S: Maintained
8506F: sound/soc/omap/
8507
8508OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8509M: Roger Quadros <rogerq@ti.com>
8510M: Tony Lindgren <tony@atomide.com>
8511L: linux-omap@vger.kernel.org
8512S: Maintained
8513F: drivers/memory/omap-gpmc.c
8514F: arch/arm/mach-omap2/*gpmc*
8515
8516OMAP FRAMEBUFFER SUPPORT
8517M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8518L: linux-fbdev@vger.kernel.org
8519L: linux-omap@vger.kernel.org
8520S: Maintained
8521F: drivers/video/fbdev/omap/
8522
8523OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8524M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8525L: linux-omap@vger.kernel.org
8526L: linux-fbdev@vger.kernel.org
8527S: Maintained
8528F: drivers/video/fbdev/omap2/
8529F: Documentation/arm/OMAP/DSS
8530
8531OMAP HARDWARE SPINLOCK SUPPORT
8532M: Ohad Ben-Cohen <ohad@wizery.com>
8533L: linux-omap@vger.kernel.org
8534S: Maintained
8535F: drivers/hwspinlock/omap_hwspinlock.c
8536
8537OMAP MMC SUPPORT
8538M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
8539L: linux-omap@vger.kernel.org
8540S: Maintained
8541F: drivers/mmc/host/omap.c
8542
8543OMAP HS MMC SUPPORT
8544L: linux-mmc@vger.kernel.org
8545L: linux-omap@vger.kernel.org
8546S: Orphan
8547F: drivers/mmc/host/omap_hsmmc.c
8548
8549OMAP RANDOM NUMBER GENERATOR SUPPORT
8550M: Deepak Saxena <dsaxena@plexity.net>
8551S: Maintained
8552F: drivers/char/hw_random/omap-rng.c
8553
8554OMAP HWMOD SUPPORT
8555M: Benoît Cousson <bcousson@baylibre.com>
8556M: Paul Walmsley <paul@pwsan.com>
8557L: linux-omap@vger.kernel.org
8558S: Maintained
8559F: arch/arm/mach-omap2/omap_hwmod.*
8560
8561OMAP HWMOD DATA
8562M: Paul Walmsley <paul@pwsan.com>
8563L: linux-omap@vger.kernel.org
8564S: Maintained
8565F: arch/arm/mach-omap2/omap_hwmod*data*
8566
8567OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8568M: Benoît Cousson <bcousson@baylibre.com>
8569L: linux-omap@vger.kernel.org
8570S: Maintained
8571F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8572
8573OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8574M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8575L: linux-media@vger.kernel.org
8576S: Maintained
8577F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
8578F: drivers/media/platform/omap3isp/
8579F: drivers/staging/media/omap4iss/
8580
8581OMAP USB SUPPORT
8582L: linux-usb@vger.kernel.org
8583L: linux-omap@vger.kernel.org
8584S: Orphan
8585F: drivers/usb/*/*omap*
8586F: arch/arm/*omap*/usb*
8587
8588OMAP GPIO DRIVER
8589M: Grygorii Strashko <grygorii.strashko@ti.com>
8590M: Santosh Shilimkar <ssantosh@kernel.org>
8591M: Kevin Hilman <khilman@kernel.org>
8592L: linux-omap@vger.kernel.org
8593S: Maintained
8594F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
8595F: drivers/gpio/gpio-omap.c
8596
8597OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8598M: Mark Jackson <mpfj@newflow.co.uk>
8599L: linux-omap@vger.kernel.org
8600S: Maintained
8601F: arch/arm/boot/dts/am335x-nano.dts
8602
8603OMFS FILESYSTEM
8604M: Bob Copeland <me@bobcopeland.com>
8605L: linux-karma-devel@lists.sourceforge.net
8606S: Maintained
8607F: Documentation/filesystems/omfs.txt
8608F: fs/omfs/
8609
8610OMNIKEY CARDMAN 4000 DRIVER
8611M: Harald Welte <laforge@gnumonks.org>
8612S: Maintained
8613F: drivers/char/pcmcia/cm4000_cs.c
8614F: include/linux/cm4000_cs.h
8615F: include/uapi/linux/cm4000_cs.h
8616
8617OMNIKEY CARDMAN 4040 DRIVER
8618M: Harald Welte <laforge@gnumonks.org>
8619S: Maintained
8620F: drivers/char/pcmcia/cm4040_cs.*
8621
8622OMNIVISION OV7670 SENSOR DRIVER
8623M: Jonathan Corbet <corbet@lwn.net>
8624L: linux-media@vger.kernel.org
8625T: git git://linuxtv.org/media_tree.git
8626S: Maintained
8627F: drivers/media/i2c/ov7670.c
8628
8629ONENAND FLASH DRIVER
8630M: Kyungmin Park <kyungmin.park@samsung.com>
8631L: linux-mtd@lists.infradead.org
8632S: Maintained
8633F: drivers/mtd/onenand/
8634F: include/linux/mtd/onenand*.h
8635
8636ONSTREAM SCSI TAPE DRIVER
8637M: Willem Riede <osst@riede.org>
8638L: osst-users@lists.sourceforge.net
8639L: linux-scsi@vger.kernel.org
8640S: Maintained
8641F: Documentation/scsi/osst.txt
8642F: drivers/scsi/osst.*
8643F: drivers/scsi/osst_*.h
8644F: drivers/scsi/st.h
8645
8646OPENCORES I2C BUS DRIVER
8647M: Peter Korsgaard <jacmet@sunsite.dk>
8648L: linux-i2c@vger.kernel.org
8649S: Maintained
8650F: Documentation/i2c/busses/i2c-ocores
8651F: drivers/i2c/busses/i2c-ocores.c
8652
8653OPEN FIRMWARE AND FLATTENED DEVICE TREE
8654M: Rob Herring <robh+dt@kernel.org>
8655M: Frank Rowand <frowand.list@gmail.com>
8656L: devicetree@vger.kernel.org
8657W: http://www.devicetree.org/
8658T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8659S: Maintained
8660F: drivers/of/
8661F: include/linux/of*.h
8662F: scripts/dtc/
8663
8664OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8665M: Rob Herring <robh+dt@kernel.org>
8666M: Mark Rutland <mark.rutland@arm.com>
8667L: devicetree@vger.kernel.org
8668T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8669Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8670S: Maintained
8671F: Documentation/devicetree/
8672F: arch/*/boot/dts/
8673F: include/dt-bindings/
8674
8675OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8676M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8677L: devicetree@vger.kernel.org
8678S: Maintained
8679F: Documentation/devicetree/dynamic-resolution-notes.txt
8680F: Documentation/devicetree/overlay-notes.txt
8681F: drivers/of/overlay.c
8682F: drivers/of/resolver.c
8683
8684OPENRISC ARCHITECTURE
8685M: Jonas Bonn <jonas@southpole.se>
8686W: http://openrisc.net
8687S: Maintained
8688T: git git://openrisc.net/~jonas/linux
8689F: arch/openrisc/
8690
8691OPENVSWITCH
8692M: Pravin Shelar <pshelar@nicira.com>
8693L: netdev@vger.kernel.org
8694L: dev@openvswitch.org
8695W: http://openvswitch.org
8696S: Maintained
8697F: net/openvswitch/
8698F: include/uapi/linux/openvswitch.h
8699
8700OPERATING PERFORMANCE POINTS (OPP)
8701M: Viresh Kumar <vireshk@kernel.org>
8702M: Nishanth Menon <nm@ti.com>
8703M: Stephen Boyd <sboyd@codeaurora.org>
8704L: linux-pm@vger.kernel.org
8705S: Maintained
8706T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8707F: drivers/base/power/opp/
8708F: include/linux/pm_opp.h
8709F: Documentation/power/opp.txt
8710F: Documentation/devicetree/bindings/opp/
8711
8712OPL4 DRIVER
8713M: Clemens Ladisch <clemens@ladisch.de>
8714L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8715T: git git://git.alsa-project.org/alsa-kernel.git
8716S: Maintained
8717F: sound/drivers/opl4/
8718
8719OPROFILE
8720M: Robert Richter <rric@kernel.org>
8721L: oprofile-list@lists.sf.net
8722S: Maintained
8723F: arch/*/include/asm/oprofile*.h
8724F: arch/*/oprofile/
8725F: drivers/oprofile/
8726F: include/linux/oprofile.h
8727
8728ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8729M: Mark Fasheh <mfasheh@suse.com>
8730M: Joel Becker <jlbec@evilplan.org>
8731L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8732W: http://ocfs2.wiki.kernel.org
8733S: Supported
8734F: Documentation/filesystems/ocfs2.txt
8735F: Documentation/filesystems/dlmfs.txt
8736F: fs/ocfs2/
8737
8738ORINOCO DRIVER
8739L: linux-wireless@vger.kernel.org
8740W: http://wireless.kernel.org/en/users/Drivers/orinoco
8741W: http://www.nongnu.org/orinoco/
8742S: Orphan
8743F: drivers/net/wireless/intersil/orinoco/
8744
8745OSD LIBRARY and FILESYSTEM
8746M: Boaz Harrosh <ooo@electrozaur.com>
8747M: Benny Halevy <bhalevy@primarydata.com>
8748L: osd-dev@open-osd.org
8749W: http://open-osd.org
8750T: git git://git.open-osd.org/open-osd.git
8751S: Maintained
8752F: drivers/scsi/osd/
8753F: include/scsi/osd_*
8754F: fs/exofs/
8755
8756OVERLAY FILESYSTEM
8757M: Miklos Szeredi <miklos@szeredi.hu>
8758L: linux-unionfs@vger.kernel.org
8759T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8760S: Supported
8761F: fs/overlayfs/
8762F: Documentation/filesystems/overlayfs.txt
8763
8764ORANGEFS FILESYSTEM
8765M: Mike Marshall <hubcap@omnibond.com>
8766L: pvfs2-developers@beowulf-underground.org (subscribers-only)
8767T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8768S: Supported
8769F: fs/orangefs/
8770F: Documentation/filesystems/orangefs.txt
8771
8772P54 WIRELESS DRIVER
8773M: Christian Lamparter <chunkeey@googlemail.com>
8774L: linux-wireless@vger.kernel.org
8775W: http://wireless.kernel.org/en/users/Drivers/p54
8776S: Maintained
8777F: drivers/net/wireless/intersil/p54/
8778
8779PA SEMI ETHERNET DRIVER
8780M: Olof Johansson <olof@lixom.net>
8781L: netdev@vger.kernel.org
8782S: Maintained
8783F: drivers/net/ethernet/pasemi/*
8784
8785PA SEMI SMBUS DRIVER
8786M: Olof Johansson <olof@lixom.net>
8787L: linux-i2c@vger.kernel.org
8788S: Maintained
8789F: drivers/i2c/busses/i2c-pasemi.c
8790
8791PADATA PARALLEL EXECUTION MECHANISM
8792M: Steffen Klassert <steffen.klassert@secunet.com>
8793L: linux-crypto@vger.kernel.org
8794S: Maintained
8795F: kernel/padata.c
8796F: include/linux/padata.h
8797F: Documentation/padata.txt
8798
8799PANASONIC LAPTOP ACPI EXTRAS DRIVER
8800M: Harald Welte <laforge@gnumonks.org>
8801L: platform-driver-x86@vger.kernel.org
8802S: Maintained
8803F: drivers/platform/x86/panasonic-laptop.c
8804
8805PANASONIC MN10300/AM33/AM34 PORT
8806M: David Howells <dhowells@redhat.com>
8807L: linux-am33-list@redhat.com (moderated for non-subscribers)
8808W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8809S: Maintained
8810F: Documentation/mn10300/
8811F: arch/mn10300/
8812
8813PARALLEL LCD/KEYPAD PANEL DRIVER
8814M: Willy Tarreau <willy@haproxy.com>
8815M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8816S: Odd Fixes
8817F: Documentation/misc-devices/lcd-panel-cgram.txt
8818F: drivers/misc/panel.c
8819
8820PARALLEL PORT SUBSYSTEM
8821M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8822M: Sudip Mukherjee <sudip@vectorindia.org>
8823L: linux-parport@lists.infradead.org (subscribers-only)
8824S: Maintained
8825F: drivers/parport/
8826F: include/linux/parport*.h
8827F: drivers/char/ppdev.c
8828F: include/uapi/linux/ppdev.h
8829F: Documentation/parport*.txt
8830
8831PARAVIRT_OPS INTERFACE
8832M: Jeremy Fitzhardinge <jeremy@goop.org>
8833M: Chris Wright <chrisw@sous-sol.org>
8834M: Alok Kataria <akataria@vmware.com>
8835M: Rusty Russell <rusty@rustcorp.com.au>
8836L: virtualization@lists.linux-foundation.org
8837S: Supported
8838F: Documentation/virtual/paravirt_ops.txt
8839F: arch/*/kernel/paravirt*
8840F: arch/*/include/asm/paravirt.h
8841
8842PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8843M: Tim Waugh <tim@cyberelk.net>
8844L: linux-parport@lists.infradead.org (subscribers-only)
8845S: Maintained
8846F: Documentation/blockdev/paride.txt
8847F: drivers/block/paride/
8848
8849PARISC ARCHITECTURE
8850M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8851M: Helge Deller <deller@gmx.de>
8852L: linux-parisc@vger.kernel.org
8853W: http://www.parisc-linux.org/
8854Q: http://patchwork.kernel.org/project/linux-parisc/list/
8855T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8856T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8857S: Maintained
8858F: arch/parisc/
8859F: Documentation/parisc/
8860F: drivers/parisc/
8861F: drivers/char/agp/parisc-agp.c
8862F: drivers/input/serio/gscps2.c
8863F: drivers/parport/parport_gsc.*
8864F: drivers/tty/serial/8250/8250_gsc.c
8865F: drivers/video/fbdev/sti*
8866F: drivers/video/console/sti*
8867F: drivers/video/logo/logo_parisc*
8868
8869PC87360 HARDWARE MONITORING DRIVER
8870M: Jim Cromie <jim.cromie@gmail.com>
8871L: linux-hwmon@vger.kernel.org
8872S: Maintained
8873F: Documentation/hwmon/pc87360
8874F: drivers/hwmon/pc87360.c
8875
8876PC8736x GPIO DRIVER
8877M: Jim Cromie <jim.cromie@gmail.com>
8878S: Maintained
8879F: drivers/char/pc8736x_gpio.c
8880
8881PC87427 HARDWARE MONITORING DRIVER
8882M: Jean Delvare <jdelvare@suse.com>
8883L: linux-hwmon@vger.kernel.org
8884S: Maintained
8885F: Documentation/hwmon/pc87427
8886F: drivers/hwmon/pc87427.c
8887
8888PCA9532 LED DRIVER
8889M: Riku Voipio <riku.voipio@iki.fi>
8890S: Maintained
8891F: drivers/leds/leds-pca9532.c
8892F: include/linux/leds-pca9532.h
8893
8894PCA9541 I2C BUS MASTER SELECTOR DRIVER
8895M: Guenter Roeck <linux@roeck-us.net>
8896L: linux-i2c@vger.kernel.org
8897S: Maintained
8898F: drivers/i2c/muxes/i2c-mux-pca9541.c
8899
8900PCDP - PRIMARY CONSOLE AND DEBUG PORT
8901M: Khalid Aziz <khalid@gonehiking.org>
8902S: Maintained
8903F: drivers/firmware/pcdp.*
8904
8905PCI ERROR RECOVERY
8906M: Linas Vepstas <linasvepstas@gmail.com>
8907L: linux-pci@vger.kernel.org
8908S: Supported
8909F: Documentation/PCI/pci-error-recovery.txt
8910
8911PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8912M: Russell Currey <ruscur@russell.cc>
8913L: linuxppc-dev@lists.ozlabs.org
8914S: Supported
8915F: Documentation/powerpc/eeh-pci-error-recovery.txt
8916F: arch/powerpc/kernel/eeh*.c
8917F: arch/powerpc/platforms/*/eeh*.c
8918F: arch/powerpc/include/*/eeh*.h
8919
8920PCI SUBSYSTEM
8921M: Bjorn Helgaas <bhelgaas@google.com>
8922L: linux-pci@vger.kernel.org
8923Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8924T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8925S: Supported
8926F: Documentation/devicetree/bindings/pci/
8927F: Documentation/PCI/
8928F: drivers/pci/
8929F: include/linux/pci*
8930F: arch/x86/pci/
8931F: arch/x86/kernel/quirks.c
8932
8933PCI DRIVER FOR ALTERA PCIE IP
8934M: Ley Foon Tan <lftan@altera.com>
8935L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8936L: linux-pci@vger.kernel.org
8937S: Supported
8938F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8939F: drivers/pci/host/pcie-altera.c
8940
8941PCI DRIVER FOR ARM VERSATILE PLATFORM
8942M: Rob Herring <robh@kernel.org>
8943L: linux-pci@vger.kernel.org
8944L: linux-arm-kernel@lists.infradead.org
8945S: Maintained
8946F: Documentation/devicetree/bindings/pci/versatile.txt
8947F: drivers/pci/host/pci-versatile.c
8948
8949PCI DRIVER FOR APPLIEDMICRO XGENE
8950M: Tanmay Inamdar <tinamdar@apm.com>
8951L: linux-pci@vger.kernel.org
8952L: linux-arm-kernel@lists.infradead.org
8953S: Maintained
8954F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8955F: drivers/pci/host/pci-xgene.c
8956
8957PCI DRIVER FOR FREESCALE LAYERSCAPE
8958M: Minghuan Lian <minghuan.Lian@freescale.com>
8959M: Mingkai Hu <mingkai.hu@freescale.com>
8960M: Roy Zang <tie-fei.zang@freescale.com>
8961L: linuxppc-dev@lists.ozlabs.org
8962L: linux-pci@vger.kernel.org
8963L: linux-arm-kernel@lists.infradead.org
8964S: Maintained
8965F: drivers/pci/host/*layerscape*
8966
8967PCI DRIVER FOR IMX6
8968M: Richard Zhu <Richard.Zhu@freescale.com>
8969M: Lucas Stach <l.stach@pengutronix.de>
8970L: linux-pci@vger.kernel.org
8971L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8972S: Maintained
8973F: drivers/pci/host/*imx6*
8974
8975PCI DRIVER FOR TI KEYSTONE
8976M: Murali Karicheri <m-karicheri2@ti.com>
8977L: linux-pci@vger.kernel.org
8978L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8979S: Maintained
8980F: drivers/pci/host/*keystone*
8981
8982PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8983M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8984M: Jason Cooper <jason@lakedaemon.net>
8985L: linux-pci@vger.kernel.org
8986L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8987S: Maintained
8988F: drivers/pci/host/*mvebu*
8989
8990PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
8991M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8992L: linux-pci@vger.kernel.org
8993L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8994S: Maintained
8995F: drivers/pci/host/pci-aardvark.c
8996
8997PCI DRIVER FOR NVIDIA TEGRA
8998M: Thierry Reding <thierry.reding@gmail.com>
8999L: linux-tegra@vger.kernel.org
9000L: linux-pci@vger.kernel.org
9001S: Supported
9002F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9003F: drivers/pci/host/pci-tegra.c
9004
9005PCI DRIVER FOR TI DRA7XX
9006M: Kishon Vijay Abraham I <kishon@ti.com>
9007L: linux-omap@vger.kernel.org
9008L: linux-pci@vger.kernel.org
9009S: Supported
9010F: Documentation/devicetree/bindings/pci/ti-pci.txt
9011F: drivers/pci/host/pci-dra7xx.c
9012
9013PCI DRIVER FOR RENESAS R-CAR
9014M: Simon Horman <horms@verge.net.au>
9015L: linux-pci@vger.kernel.org
9016L: linux-renesas-soc@vger.kernel.org
9017S: Maintained
9018F: drivers/pci/host/*rcar*
9019
9020PCI DRIVER FOR SAMSUNG EXYNOS
9021M: Jingoo Han <jingoohan1@gmail.com>
9022L: linux-pci@vger.kernel.org
9023L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9024L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9025S: Maintained
9026F: drivers/pci/host/pci-exynos.c
9027
9028PCI DRIVER FOR SYNOPSIS DESIGNWARE
9029M: Jingoo Han <jingoohan1@gmail.com>
9030M: Pratyush Anand <pratyush.anand@gmail.com>
9031L: linux-pci@vger.kernel.org
9032S: Maintained
9033F: drivers/pci/host/*designware*
9034
9035PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9036M: Joao Pinto <jpinto@synopsys.com>
9037L: linux-pci@vger.kernel.org
9038S: Maintained
9039F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9040F: drivers/pci/host/pcie-designware-plat.c
9041
9042PCI DRIVER FOR GENERIC OF HOSTS
9043M: Will Deacon <will.deacon@arm.com>
9044L: linux-pci@vger.kernel.org
9045L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9046S: Maintained
9047F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9048F: drivers/pci/host/pci-host-common.c
9049F: drivers/pci/host/pci-host-generic.c
9050
9051PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9052M: Keith Busch <keith.busch@intel.com>
9053L: linux-pci@vger.kernel.org
9054S: Supported
9055F: arch/x86/pci/vmd.c
9056
9057PCIE DRIVER FOR ST SPEAR13XX
9058M: Pratyush Anand <pratyush.anand@gmail.com>
9059L: linux-pci@vger.kernel.org
9060S: Maintained
9061F: drivers/pci/host/*spear*
9062
9063PCI MSI DRIVER FOR ALTERA MSI IP
9064M: Ley Foon Tan <lftan@altera.com>
9065L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9066L: linux-pci@vger.kernel.org
9067S: Supported
9068F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9069F: drivers/pci/host/pcie-altera-msi.c
9070
9071PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9072M: Duc Dang <dhdang@apm.com>
9073L: linux-pci@vger.kernel.org
9074L: linux-arm-kernel@lists.infradead.org
9075S: Maintained
9076F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9077F: drivers/pci/host/pci-xgene-msi.c
9078
9079PCIE DRIVER FOR AXIS ARTPEC
9080M: Niklas Cassel <niklas.cassel@axis.com>
9081M: Jesper Nilsson <jesper.nilsson@axis.com>
9082L: linux-arm-kernel@axis.com
9083L: linux-pci@vger.kernel.org
9084S: Maintained
9085F: Documentation/devicetree/bindings/pci/axis,artpec*
9086F: drivers/pci/host/*artpec*
9087
9088PCIE DRIVER FOR HISILICON
9089M: Zhou Wang <wangzhou1@hisilicon.com>
9090M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9091L: linux-pci@vger.kernel.org
9092S: Maintained
9093F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9094F: drivers/pci/host/pcie-hisi.c
9095
9096PCIE DRIVER FOR QUALCOMM MSM
9097M: Stanimir Varbanov <svarbanov@mm-sol.com>
9098L: linux-pci@vger.kernel.org
9099L: linux-arm-msm@vger.kernel.org
9100S: Maintained
9101F: drivers/pci/host/*qcom*
9102
9103PCIE DRIVER FOR CAVIUM THUNDERX
9104M: David Daney <david.daney@cavium.com>
9105L: linux-pci@vger.kernel.org
9106L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9107S: Supported
9108F: Documentation/devicetree/bindings/pci/pci-thunder-*
9109F: drivers/pci/host/pci-thunder-*
9110
9111PCMCIA SUBSYSTEM
9112P: Linux PCMCIA Team
9113L: linux-pcmcia@lists.infradead.org
9114W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9115T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9116S: Maintained
9117F: Documentation/pcmcia/
9118F: drivers/pcmcia/
9119F: include/pcmcia/
9120
9121PCNET32 NETWORK DRIVER
9122M: Don Fry <pcnet32@frontier.com>
9123L: netdev@vger.kernel.org
9124S: Maintained
9125F: drivers/net/ethernet/amd/pcnet32.c
9126
9127PCRYPT PARALLEL CRYPTO ENGINE
9128M: Steffen Klassert <steffen.klassert@secunet.com>
9129L: linux-crypto@vger.kernel.org
9130S: Maintained
9131F: crypto/pcrypt.c
9132F: include/crypto/pcrypt.h
9133
9134PER-CPU MEMORY ALLOCATOR
9135M: Tejun Heo <tj@kernel.org>
9136M: Christoph Lameter <cl@linux.com>
9137T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9138S: Maintained
9139F: include/linux/percpu*.h
9140F: mm/percpu*.c
9141F: arch/*/include/asm/percpu.h
9142
9143PER-TASK DELAY ACCOUNTING
9144M: Balbir Singh <bsingharora@gmail.com>
9145S: Maintained
9146F: include/linux/delayacct.h
9147F: kernel/delayacct.c
9148
9149PERFORMANCE EVENTS SUBSYSTEM
9150M: Peter Zijlstra <peterz@infradead.org>
9151M: Ingo Molnar <mingo@redhat.com>
9152M: Arnaldo Carvalho de Melo <acme@kernel.org>
9153R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9154L: linux-kernel@vger.kernel.org
9155T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9156S: Supported
9157F: kernel/events/*
9158F: include/linux/perf_event.h
9159F: include/uapi/linux/perf_event.h
9160F: arch/*/kernel/perf_event*.c
9161F: arch/*/kernel/*/perf_event*.c
9162F: arch/*/kernel/*/*/perf_event*.c
9163F: arch/*/include/asm/perf_event.h
9164F: arch/*/kernel/perf_callchain.c
9165F: arch/*/events/*
9166F: tools/perf/
9167
9168PERSONALITY HANDLING
9169M: Christoph Hellwig <hch@infradead.org>
9170L: linux-abi-devel@lists.sourceforge.net
9171S: Maintained
9172F: include/linux/personality.h
9173F: include/uapi/linux/personality.h
9174
9175PHONET PROTOCOL
9176M: Remi Denis-Courmont <courmisch@gmail.com>
9177S: Supported
9178F: Documentation/networking/phonet.txt
9179F: include/linux/phonet.h
9180F: include/net/phonet/
9181F: include/uapi/linux/phonet.h
9182F: net/phonet/
9183
9184PHRAM MTD DRIVER
9185M: Joern Engel <joern@lazybastard.org>
9186L: linux-mtd@lists.infradead.org
9187S: Maintained
9188F: drivers/mtd/devices/phram.c
9189
9190PICOLCD HID DRIVER
9191M: Bruno Prémont <bonbons@linux-vserver.org>
9192L: linux-input@vger.kernel.org
9193S: Maintained
9194F: drivers/hid/hid-picolcd*
9195
9196PICOXCELL SUPPORT
9197M: Jamie Iles <jamie@jamieiles.com>
9198L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9199T: git git://github.com/jamieiles/linux-2.6-ji.git
9200S: Supported
9201F: arch/arm/boot/dts/picoxcell*
9202F: arch/arm/mach-picoxcell/
9203F: drivers/crypto/picoxcell*
9204
9205PIN CONTROL SUBSYSTEM
9206M: Linus Walleij <linus.walleij@linaro.org>
9207L: linux-gpio@vger.kernel.org
9208T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9209S: Maintained
9210F: Documentation/devicetree/bindings/pinctrl/
9211F: Documentation/pinctrl.txt
9212F: drivers/pinctrl/
9213F: include/linux/pinctrl/
9214
9215PIN CONTROLLER - ATMEL AT91
9216M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9217L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9218S: Maintained
9219F: drivers/pinctrl/pinctrl-at91.*
9220
9221PIN CONTROLLER - ATMEL AT91 PIO4
9222M: Ludovic Desroches <ludovic.desroches@atmel.com>
9223L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9224L: linux-gpio@vger.kernel.org
9225S: Supported
9226F: drivers/pinctrl/pinctrl-at91-pio4.*
9227
9228PIN CONTROLLER - INTEL
9229M: Mika Westerberg <mika.westerberg@linux.intel.com>
9230M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
9231S: Maintained
9232F: drivers/pinctrl/intel/
9233
9234PIN CONTROLLER - RENESAS
9235M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9236M: Geert Uytterhoeven <geert+renesas@glider.be>
9237L: linux-renesas-soc@vger.kernel.org
9238S: Maintained
9239F: drivers/pinctrl/sh-pfc/
9240
9241PIN CONTROLLER - SAMSUNG
9242M: Tomasz Figa <tomasz.figa@gmail.com>
9243M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9244M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9245L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9246L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9247S: Maintained
9248F: drivers/pinctrl/samsung/
9249
9250PIN CONTROLLER - SINGLE
9251M: Tony Lindgren <tony@atomide.com>
9252M: Haojian Zhuang <haojian.zhuang@linaro.org>
9253L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9254L: linux-omap@vger.kernel.org
9255S: Maintained
9256F: drivers/pinctrl/pinctrl-single.c
9257
9258PIN CONTROLLER - ST SPEAR
9259M: Viresh Kumar <vireshk@kernel.org>
9260L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9261W: http://www.st.com/spear
9262S: Maintained
9263F: drivers/pinctrl/spear/
9264
9265PISTACHIO SOC SUPPORT
9266M: James Hartley <james.hartley@imgtec.com>
9267M: Ionela Voinescu <ionela.voinescu@imgtec.com>
9268L: linux-mips@linux-mips.org
9269S: Maintained
9270F: arch/mips/pistachio/
9271F: arch/mips/include/asm/mach-pistachio/
9272F: arch/mips/boot/dts/pistachio/
9273F: arch/mips/configs/pistachio*_defconfig
9274
9275PKTCDVD DRIVER
9276M: Jiri Kosina <jikos@kernel.org>
9277S: Maintained
9278F: drivers/block/pktcdvd.c
9279F: include/linux/pktcdvd.h
9280F: include/uapi/linux/pktcdvd.h
9281
9282PKUNITY SOC DRIVERS
9283M: Guan Xuetao <gxt@mprc.pku.edu.cn>
9284W: http://mprc.pku.edu.cn/~guanxuetao/linux
9285S: Maintained
9286T: git git://github.com/gxt/linux.git
9287F: drivers/input/serio/i8042-unicore32io.h
9288F: drivers/i2c/busses/i2c-puv3.c
9289F: drivers/video/fbdev/fb-puv3.c
9290F: drivers/rtc/rtc-puv3.c
9291
9292PMBUS HARDWARE MONITORING DRIVERS
9293M: Guenter Roeck <linux@roeck-us.net>
9294L: linux-hwmon@vger.kernel.org
9295W: http://hwmon.wiki.kernel.org/
9296W: http://www.roeck-us.net/linux/drivers/
9297T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9298S: Maintained
9299F: Documentation/hwmon/pmbus
9300F: drivers/hwmon/pmbus/
9301F: include/linux/i2c/pmbus.h
9302
9303PMC SIERRA MaxRAID DRIVER
9304L: linux-scsi@vger.kernel.org
9305W: http://www.pmc-sierra.com/
9306S: Orphan
9307F: drivers/scsi/pmcraid.*
9308
9309PMC SIERRA PM8001 DRIVER
9310M: Jack Wang <jinpu.wang@profitbricks.com>
9311M: lindar_liu@usish.com
9312L: pmchba@pmcs.com
9313L: linux-scsi@vger.kernel.org
9314S: Supported
9315F: drivers/scsi/pm8001/
9316
9317POSIX CLOCKS and TIMERS
9318M: Thomas Gleixner <tglx@linutronix.de>
9319L: linux-kernel@vger.kernel.org
9320T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9321S: Maintained
9322F: fs/timerfd.c
9323F: include/linux/timer*
9324F: kernel/time/*timer*
9325
9326POWER MANAGEMENT CORE
9327M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9328L: linux-pm@vger.kernel.org
9329T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9330S: Supported
9331F: drivers/base/power/
9332F: include/linux/pm.h
9333F: include/linux/pm_*
9334F: include/linux/powercap.h
9335F: drivers/powercap/
9336
9337POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9338M: Sebastian Reichel <sre@kernel.org>
9339M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
9340M: David Woodhouse <dwmw2@infradead.org>
9341L: linux-pm@vger.kernel.org
9342T: git git://git.infradead.org/battery-2.6.git
9343S: Maintained
9344F: Documentation/devicetree/bindings/power/
9345F: Documentation/devicetree/bindings/power_supply/
9346F: include/linux/power_supply.h
9347F: drivers/power/
9348X: drivers/power/avs/
9349
9350POWER STATE COORDINATION INTERFACE (PSCI)
9351M: Mark Rutland <mark.rutland@arm.com>
9352M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9353L: linux-arm-kernel@lists.infradead.org
9354S: Maintained
9355F: drivers/firmware/psci.c
9356F: include/linux/psci.h
9357F: include/uapi/linux/psci.h
9358
9359POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9360M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9361L: linuxppc-dev@lists.ozlabs.org
9362S: Maintained
9363F: drivers/char/powernv-op-panel.c
9364
9365PNP SUPPORT
9366M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9367S: Maintained
9368F: drivers/pnp/
9369
9370PPP PROTOCOL DRIVERS AND COMPRESSORS
9371M: Paul Mackerras <paulus@samba.org>
9372L: linux-ppp@vger.kernel.org
9373S: Maintained
9374F: drivers/net/ppp/ppp_*
9375
9376PPP OVER ATM (RFC 2364)
9377M: Mitchell Blank Jr <mitch@sfgoth.com>
9378S: Maintained
9379F: net/atm/pppoatm.c
9380F: include/uapi/linux/atmppp.h
9381
9382PPP OVER ETHERNET
9383M: Michal Ostrowski <mostrows@earthlink.net>
9384S: Maintained
9385F: drivers/net/ppp/pppoe.c
9386F: drivers/net/ppp/pppox.c
9387
9388PPP OVER L2TP
9389M: James Chapman <jchapman@katalix.com>
9390S: Maintained
9391F: net/l2tp/l2tp_ppp.c
9392F: include/linux/if_pppol2tp.h
9393F: include/uapi/linux/if_pppol2tp.h
9394
9395PPS SUPPORT
9396M: Rodolfo Giometti <giometti@enneenne.com>
9397W: http://wiki.enneenne.com/index.php/LinuxPPS_support
9398L: linuxpps@ml.enneenne.com (subscribers-only)
9399S: Maintained
9400F: Documentation/pps/
9401F: drivers/pps/
9402F: include/linux/pps*.h
9403
9404PPTP DRIVER
9405M: Dmitry Kozlov <xeb@mail.ru>
9406L: netdev@vger.kernel.org
9407S: Maintained
9408F: drivers/net/ppp/pptp.c
9409W: http://sourceforge.net/projects/accel-pptp
9410
9411PREEMPTIBLE KERNEL
9412M: Robert Love <rml@tech9.net>
9413L: kpreempt-tech@lists.sourceforge.net
9414W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9415S: Supported
9416F: Documentation/preempt-locking.txt
9417F: include/linux/preempt.h
9418
9419PRISM54 WIRELESS DRIVER
9420M: "Luis R. Rodriguez" <mcgrof@gmail.com>
9421L: linux-wireless@vger.kernel.org
9422W: http://wireless.kernel.org/en/users/Drivers/p54
9423S: Obsolete
9424F: drivers/net/wireless/intersil/prism54/
9425
9426PS3 NETWORK SUPPORT
9427M: Geoff Levand <geoff@infradead.org>
9428L: netdev@vger.kernel.org
9429L: linuxppc-dev@lists.ozlabs.org
9430S: Maintained
9431F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
9432
9433PS3 PLATFORM SUPPORT
9434M: Geoff Levand <geoff@infradead.org>
9435L: linuxppc-dev@lists.ozlabs.org
9436S: Maintained
9437F: arch/powerpc/boot/ps3*
9438F: arch/powerpc/include/asm/lv1call.h
9439F: arch/powerpc/include/asm/ps3*.h
9440F: arch/powerpc/platforms/ps3/
9441F: drivers/*/ps3*
9442F: drivers/ps3/
9443F: drivers/rtc/rtc-ps3.c
9444F: drivers/usb/host/*ps3.c
9445F: sound/ppc/snd_ps3*
9446
9447PS3VRAM DRIVER
9448M: Jim Paris <jim@jtan.com>
9449M: Geoff Levand <geoff@infradead.org>
9450L: linuxppc-dev@lists.ozlabs.org
9451S: Maintained
9452F: drivers/block/ps3vram.c
9453
9454PSTORE FILESYSTEM
9455M: Anton Vorontsov <anton@enomsg.org>
9456M: Colin Cross <ccross@android.com>
9457M: Kees Cook <keescook@chromium.org>
9458M: Tony Luck <tony.luck@intel.com>
9459S: Maintained
9460T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9461F: fs/pstore/
9462F: include/linux/pstore*
9463F: drivers/firmware/efi/efi-pstore.c
9464F: drivers/acpi/apei/erst.c
9465
9466PTP HARDWARE CLOCK SUPPORT
9467M: Richard Cochran <richardcochran@gmail.com>
9468L: netdev@vger.kernel.org
9469S: Maintained
9470W: http://linuxptp.sourceforge.net/
9471F: Documentation/ABI/testing/sysfs-ptp
9472F: Documentation/ptp/*
9473F: drivers/net/ethernet/freescale/gianfar_ptp.c
9474F: drivers/net/phy/dp83640*
9475F: drivers/ptp/*
9476F: include/linux/ptp_cl*
9477
9478PTRACE SUPPORT
9479M: Roland McGrath <roland@hack.frob.com>
9480M: Oleg Nesterov <oleg@redhat.com>
9481S: Maintained
9482F: include/asm-generic/syscall.h
9483F: include/linux/ptrace.h
9484F: include/linux/regset.h
9485F: include/linux/tracehook.h
9486F: include/uapi/linux/ptrace.h
9487F: kernel/ptrace.c
9488
9489PULSE8-CEC DRIVER
9490M: Hans Verkuil <hverkuil@xs4all.nl>
9491L: linux-media@vger.kernel.org
9492T: git git://linuxtv.org/media_tree.git
9493S: Maintained
9494F: drivers/staging/media/pulse8-cec
9495
9496PVRUSB2 VIDEO4LINUX DRIVER
9497M: Mike Isely <isely@pobox.com>
9498L: pvrusb2@isely.net (subscribers-only)
9499L: linux-media@vger.kernel.org
9500W: http://www.isely.net/pvrusb2/
9501T: git git://linuxtv.org/media_tree.git
9502S: Maintained
9503F: Documentation/video4linux/README.pvrusb2
9504F: drivers/media/usb/pvrusb2/
9505
9506PWC WEBCAM DRIVER
9507M: Hans Verkuil <hverkuil@xs4all.nl>
9508L: linux-media@vger.kernel.org
9509T: git git://linuxtv.org/media_tree.git
9510S: Odd Fixes
9511F: drivers/media/usb/pwc/*
9512
9513PWM FAN DRIVER
9514M: Kamil Debski <kamil@wypas.org>
9515M: Lukasz Majewski <l.majewski@samsung.com>
9516L: linux-hwmon@vger.kernel.org
9517S: Supported
9518F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9519F: Documentation/hwmon/pwm-fan
9520F: drivers/hwmon/pwm-fan.c
9521
9522PWM SUBSYSTEM
9523M: Thierry Reding <thierry.reding@gmail.com>
9524L: linux-pwm@vger.kernel.org
9525S: Maintained
9526T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9527F: Documentation/pwm.txt
9528F: Documentation/devicetree/bindings/pwm/
9529F: include/linux/pwm.h
9530F: drivers/pwm/
9531F: drivers/video/backlight/pwm_bl.c
9532F: include/linux/pwm_backlight.h
9533
9534PXA2xx/PXA3xx SUPPORT
9535M: Daniel Mack <daniel@zonque.org>
9536M: Haojian Zhuang <haojian.zhuang@gmail.com>
9537M: Robert Jarzmik <robert.jarzmik@free.fr>
9538L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9539T: git git://github.com/hzhuang1/linux.git
9540T: git git://github.com/rjarzmik/linux.git
9541S: Maintained
9542F: arch/arm/boot/dts/pxa*
9543F: arch/arm/mach-pxa/
9544F: drivers/dma/pxa*
9545F: drivers/pcmcia/pxa2xx*
9546F: drivers/pinctrl/pxa/
9547F: drivers/spi/spi-pxa2xx*
9548F: drivers/usb/gadget/udc/pxa2*
9549F: include/sound/pxa2xx-lib.h
9550F: sound/arm/pxa*
9551F: sound/soc/pxa/
9552
9553PXA GPIO DRIVER
9554M: Robert Jarzmik <robert.jarzmik@free.fr>
9555L: linux-gpio@vger.kernel.org
9556S: Maintained
9557F: drivers/gpio/gpio-pxa.c
9558
9559PXA3xx NAND FLASH DRIVER
9560M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9561L: linux-mtd@lists.infradead.org
9562S: Maintained
9563F: drivers/mtd/nand/pxa3xx_nand.c
9564
9565MMP SUPPORT
9566M: Eric Miao <eric.y.miao@gmail.com>
9567M: Haojian Zhuang <haojian.zhuang@gmail.com>
9568L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9569T: git git://github.com/hzhuang1/linux.git
9570T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
9571S: Maintained
9572F: arch/arm/boot/dts/mmp*
9573F: arch/arm/mach-mmp/
9574
9575PXA MMCI DRIVER
9576S: Orphan
9577
9578PXA RTC DRIVER
9579M: Robert Jarzmik <robert.jarzmik@free.fr>
9580L: rtc-linux@googlegroups.com
9581S: Maintained
9582
9583QAT DRIVER
9584M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9585M: Salvatore Benedetto <salvatore.benedetto@intel.com>
9586L: qat-linux@intel.com
9587S: Supported
9588F: drivers/crypto/qat/
9589
9590QIB DRIVER
9591M: Mike Marciniszyn <infinipath@intel.com>
9592L: linux-rdma@vger.kernel.org
9593S: Supported
9594F: drivers/infiniband/hw/qib/
9595
9596QLOGIC QLA1280 SCSI DRIVER
9597M: Michael Reed <mdr@sgi.com>
9598L: linux-scsi@vger.kernel.org
9599S: Maintained
9600F: drivers/scsi/qla1280.[ch]
9601
9602QLOGIC QLA2XXX FC-SCSI DRIVER
9603M: qla2xxx-upstream@qlogic.com
9604L: linux-scsi@vger.kernel.org
9605S: Supported
9606F: Documentation/scsi/LICENSE.qla2xxx
9607F: drivers/scsi/qla2xxx/
9608
9609QLOGIC QLA4XXX iSCSI DRIVER
9610M: QLogic-Storage-Upstream@qlogic.com
9611L: linux-scsi@vger.kernel.org
9612S: Supported
9613F: Documentation/scsi/LICENSE.qla4xxx
9614F: drivers/scsi/qla4xxx/
9615
9616QLOGIC QLA3XXX NETWORK DRIVER
9617M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9618M: Ron Mercer <ron.mercer@qlogic.com>
9619M: linux-driver@qlogic.com
9620L: netdev@vger.kernel.org
9621S: Supported
9622F: Documentation/networking/LICENSE.qla3xxx
9623F: drivers/net/ethernet/qlogic/qla3xxx.*
9624
9625QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9626M: Dept-GELinuxNICDev@qlogic.com
9627L: netdev@vger.kernel.org
9628S: Supported
9629F: drivers/net/ethernet/qlogic/qlcnic/
9630
9631QLOGIC QLGE 10Gb ETHERNET DRIVER
9632M: Harish Patil <harish.patil@qlogic.com>
9633M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9634M: Dept-GELinuxNICDev@qlogic.com
9635M: linux-driver@qlogic.com
9636L: netdev@vger.kernel.org
9637S: Supported
9638F: drivers/net/ethernet/qlogic/qlge/
9639
9640QLOGIC QL4xxx ETHERNET DRIVER
9641M: Yuval Mintz <Yuval.Mintz@qlogic.com>
9642M: Ariel Elior <Ariel.Elior@qlogic.com>
9643M: everest-linux-l2@qlogic.com
9644L: netdev@vger.kernel.org
9645S: Supported
9646F: drivers/net/ethernet/qlogic/qed/
9647F: include/linux/qed/
9648F: drivers/net/ethernet/qlogic/qede/
9649
9650QNX4 FILESYSTEM
9651M: Anders Larsen <al@alarsen.net>
9652W: http://www.alarsen.net/linux/qnx4fs/
9653S: Maintained
9654F: fs/qnx4/
9655F: include/uapi/linux/qnx4_fs.h
9656F: include/uapi/linux/qnxtypes.h
9657
9658QT1010 MEDIA DRIVER
9659M: Antti Palosaari <crope@iki.fi>
9660L: linux-media@vger.kernel.org
9661W: https://linuxtv.org
9662W: http://palosaari.fi/linux/
9663Q: http://patchwork.linuxtv.org/project/linux-media/list/
9664T: git git://linuxtv.org/anttip/media_tree.git
9665S: Maintained
9666F: drivers/media/tuners/qt1010*
9667
9668QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9669M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9670L: linux-wireless@vger.kernel.org
9671L: ath9k-devel@lists.ath9k.org
9672W: http://wireless.kernel.org/en/users/Drivers/ath9k
9673S: Supported
9674F: drivers/net/wireless/ath/ath9k/
9675
9676QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9677M: Kalle Valo <kvalo@qca.qualcomm.com>
9678L: ath10k@lists.infradead.org
9679W: http://wireless.kernel.org/en/users/Drivers/ath10k
9680T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9681S: Supported
9682F: drivers/net/wireless/ath/ath10k/
9683
9684QUALCOMM HEXAGON ARCHITECTURE
9685M: Richard Kuo <rkuo@codeaurora.org>
9686L: linux-hexagon@vger.kernel.org
9687T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9688S: Supported
9689F: arch/hexagon/
9690
9691QUALCOMM WCN36XX WIRELESS DRIVER
9692M: Eugene Krasnikov <k.eugene.e@gmail.com>
9693L: wcn36xx@lists.infradead.org
9694W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
9695T: git git://github.com/KrasnikovEugene/wcn36xx.git
9696S: Supported
9697F: drivers/net/wireless/ath/wcn36xx/
9698
9699QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9700M: Gabriel Somlo <somlo@cmu.edu>
9701M: "Michael S. Tsirkin" <mst@redhat.com>
9702L: qemu-devel@nongnu.org
9703S: Maintained
9704F: drivers/firmware/qemu_fw_cfg.c
9705
9706RADOS BLOCK DEVICE (RBD)
9707M: Ilya Dryomov <idryomov@gmail.com>
9708M: Sage Weil <sage@redhat.com>
9709M: Alex Elder <elder@kernel.org>
9710L: ceph-devel@vger.kernel.org
9711W: http://ceph.com/
9712T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9713T: git git://github.com/ceph/ceph-client.git
9714S: Supported
9715F: Documentation/ABI/testing/sysfs-bus-rbd
9716F: drivers/block/rbd.c
9717F: drivers/block/rbd_types.h
9718
9719RADEON FRAMEBUFFER DISPLAY DRIVER
9720M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9721L: linux-fbdev@vger.kernel.org
9722S: Maintained
9723F: drivers/video/fbdev/aty/radeon*
9724F: include/uapi/linux/radeonfb.h
9725
9726RADIOSHARK RADIO DRIVER
9727M: Hans Verkuil <hverkuil@xs4all.nl>
9728L: linux-media@vger.kernel.org
9729T: git git://linuxtv.org/media_tree.git
9730S: Maintained
9731F: drivers/media/radio/radio-shark.c
9732
9733RADIOSHARK2 RADIO DRIVER
9734M: Hans Verkuil <hverkuil@xs4all.nl>
9735L: linux-media@vger.kernel.org
9736T: git git://linuxtv.org/media_tree.git
9737S: Maintained
9738F: drivers/media/radio/radio-shark2.c
9739F: drivers/media/radio/radio-tea5777.c
9740
9741RAGE128 FRAMEBUFFER DISPLAY DRIVER
9742M: Paul Mackerras <paulus@samba.org>
9743L: linux-fbdev@vger.kernel.org
9744S: Maintained
9745F: drivers/video/fbdev/aty/aty128fb.c
9746
9747RALINK MIPS ARCHITECTURE
9748M: John Crispin <john@phrozen.org>
9749L: linux-mips@linux-mips.org
9750S: Maintained
9751F: arch/mips/ralink
9752
9753RALINK RT2X00 WIRELESS LAN DRIVER
9754P: rt2x00 project
9755M: Stanislaw Gruszka <sgruszka@redhat.com>
9756M: Helmut Schaa <helmut.schaa@googlemail.com>
9757L: linux-wireless@vger.kernel.org
9758S: Maintained
9759F: drivers/net/wireless/ralink/rt2x00/
9760
9761RAMDISK RAM BLOCK DEVICE DRIVER
9762M: Jens Axboe <axboe@kernel.dk>
9763S: Maintained
9764F: Documentation/blockdev/ramdisk.txt
9765F: drivers/block/brd.c
9766
9767RANDOM NUMBER DRIVER
9768M: "Theodore Ts'o" <tytso@mit.edu>
9769S: Maintained
9770F: drivers/char/random.c
9771
9772RAPIDIO SUBSYSTEM
9773M: Matt Porter <mporter@kernel.crashing.org>
9774M: Alexandre Bounine <alexandre.bounine@idt.com>
9775S: Maintained
9776F: drivers/rapidio/
9777
9778RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9779L: linux-wireless@vger.kernel.org
9780S: Orphan
9781F: drivers/net/wireless/ray*
9782
9783RCUTORTURE MODULE
9784M: Josh Triplett <josh@joshtriplett.org>
9785M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9786L: linux-kernel@vger.kernel.org
9787S: Supported
9788T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9789F: Documentation/RCU/torture.txt
9790F: kernel/rcu/rcutorture.c
9791
9792RCUTORTURE TEST FRAMEWORK
9793M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9794M: Josh Triplett <josh@joshtriplett.org>
9795R: Steven Rostedt <rostedt@goodmis.org>
9796R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9797R: Lai Jiangshan <jiangshanlai@gmail.com>
9798L: linux-kernel@vger.kernel.org
9799S: Supported
9800T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9801F: tools/testing/selftests/rcutorture
9802
9803RDC R-321X SoC
9804M: Florian Fainelli <florian@openwrt.org>
9805S: Maintained
9806
9807RDC R6040 FAST ETHERNET DRIVER
9808M: Florian Fainelli <f.fainelli@gmail.com>
9809L: netdev@vger.kernel.org
9810S: Maintained
9811F: drivers/net/ethernet/rdc/r6040.c
9812
9813RDS - RELIABLE DATAGRAM SOCKETS
9814M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
9815L: netdev@vger.kernel.org
9816L: linux-rdma@vger.kernel.org
9817L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9818W: https://oss.oracle.com/projects/rds/
9819S: Supported
9820F: net/rds/
9821F: Documentation/networking/rds.txt
9822
9823RDMAVT - RDMA verbs software
9824M: Dennis Dalessandro <dennis.dalessandro@intel.com>
9825L: linux-rdma@vger.kernel.org
9826S: Supported
9827F: drivers/infiniband/sw/rdmavt
9828
9829READ-COPY UPDATE (RCU)
9830M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9831M: Josh Triplett <josh@joshtriplett.org>
9832R: Steven Rostedt <rostedt@goodmis.org>
9833R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9834R: Lai Jiangshan <jiangshanlai@gmail.com>
9835L: linux-kernel@vger.kernel.org
9836W: http://www.rdrop.com/users/paulmck/RCU/
9837S: Supported
9838T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9839F: Documentation/RCU/
9840X: Documentation/RCU/torture.txt
9841F: include/linux/rcu*
9842X: include/linux/srcu.h
9843F: kernel/rcu/
9844X: kernel/torture.c
9845
9846REAL TIME CLOCK (RTC) SUBSYSTEM
9847M: Alessandro Zummo <a.zummo@towertech.it>
9848M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9849L: rtc-linux@googlegroups.com
9850Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9851T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9852S: Maintained
9853F: Documentation/devicetree/bindings/rtc/
9854F: Documentation/rtc.txt
9855F: drivers/rtc/
9856F: include/linux/rtc.h
9857F: include/uapi/linux/rtc.h
9858F: include/linux/rtc/
9859F: include/linux/platform_data/rtc-*
9860F: tools/testing/selftests/timers/rtctest.c
9861
9862REALTEK AUDIO CODECS
9863M: Bard Liao <bardliao@realtek.com>
9864M: Oder Chiou <oder_chiou@realtek.com>
9865S: Maintained
9866F: sound/soc/codecs/rt*
9867F: include/sound/rt*.h
9868
9869REISERFS FILE SYSTEM
9870L: reiserfs-devel@vger.kernel.org
9871S: Supported
9872F: fs/reiserfs/
9873
9874REGISTER MAP ABSTRACTION
9875M: Mark Brown <broonie@kernel.org>
9876L: linux-kernel@vger.kernel.org
9877T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9878S: Supported
9879F: Documentation/devicetree/bindings/regmap/
9880F: drivers/base/regmap/
9881F: include/linux/regmap.h
9882
9883REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9884M: Ohad Ben-Cohen <ohad@wizery.com>
9885M: Bjorn Andersson <bjorn.andersson@linaro.org>
9886L: linux-remoteproc@vger.kernel.org
9887T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9888S: Maintained
9889F: Documentation/devicetree/bindings/remoteproc/
9890F: Documentation/remoteproc.txt
9891F: drivers/remoteproc/
9892F: include/linux/remoteproc.h
9893
9894REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9895M: Ohad Ben-Cohen <ohad@wizery.com>
9896M: Bjorn Andersson <bjorn.andersson@linaro.org>
9897L: linux-remoteproc@vger.kernel.org
9898T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9899S: Maintained
9900F: drivers/rpmsg/
9901F: Documentation/rpmsg.txt
9902F: include/linux/rpmsg.h
9903
9904RENESAS ETHERNET DRIVERS
9905R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9906L: netdev@vger.kernel.org
9907L: linux-renesas-soc@vger.kernel.org
9908F: drivers/net/ethernet/renesas/
9909F: include/linux/sh_eth.h
9910
9911RENESAS USB2 PHY DRIVER
9912M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9913L: linux-renesas-soc@vger.kernel.org
9914S: Maintained
9915F: drivers/phy/phy-rcar-gen3-usb2.c
9916
9917RESET CONTROLLER FRAMEWORK
9918M: Philipp Zabel <p.zabel@pengutronix.de>
9919T: git git://git.pengutronix.de/git/pza/linux
9920S: Maintained
9921F: drivers/reset/
9922F: Documentation/devicetree/bindings/reset/
9923F: include/dt-bindings/reset/
9924F: include/linux/reset.h
9925F: include/linux/reset-controller.h
9926
9927RFKILL
9928M: Johannes Berg <johannes@sipsolutions.net>
9929L: linux-wireless@vger.kernel.org
9930W: http://wireless.kernel.org/
9931T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9932T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9933S: Maintained
9934F: Documentation/rfkill.txt
9935F: net/rfkill/
9936
9937RHASHTABLE
9938M: Thomas Graf <tgraf@suug.ch>
9939L: netdev@vger.kernel.org
9940S: Maintained
9941F: lib/rhashtable.c
9942F: include/linux/rhashtable.h
9943
9944RICOH SMARTMEDIA/XD DRIVER
9945M: Maxim Levitsky <maximlevitsky@gmail.com>
9946S: Maintained
9947F: drivers/mtd/nand/r852.c
9948F: drivers/mtd/nand/r852.h
9949
9950RICOH R5C592 MEMORYSTICK DRIVER
9951M: Maxim Levitsky <maximlevitsky@gmail.com>
9952S: Maintained
9953F: drivers/memstick/host/r592.*
9954
9955ROCCAT DRIVERS
9956M: Stefan Achatz <erazor_de@users.sourceforge.net>
9957W: http://sourceforge.net/projects/roccat/
9958S: Maintained
9959F: drivers/hid/hid-roccat*
9960F: include/linux/hid-roccat*
9961F: Documentation/ABI/*/sysfs-driver-hid-roccat*
9962
9963ROCKER DRIVER
9964M: Jiri Pirko <jiri@resnulli.us>
9965L: netdev@vger.kernel.org
9966S: Supported
9967F: drivers/net/ethernet/rocker/
9968
9969ROCKETPORT DRIVER
9970P: Comtrol Corp.
9971W: http://www.comtrol.com
9972S: Maintained
9973F: Documentation/serial/rocket.txt
9974F: drivers/tty/rocket*
9975
9976ROCKETPORT EXPRESS/INFINITY DRIVER
9977M: Kevin Cernekee <cernekee@gmail.com>
9978L: linux-serial@vger.kernel.org
9979S: Odd Fixes
9980F: drivers/tty/serial/rp2.*
9981
9982ROSE NETWORK LAYER
9983M: Ralf Baechle <ralf@linux-mips.org>
9984L: linux-hams@vger.kernel.org
9985W: http://www.linux-ax25.org/
9986S: Maintained
9987F: include/net/rose.h
9988F: include/uapi/linux/rose.h
9989F: net/rose/
9990
9991RTL2830 MEDIA DRIVER
9992M: Antti Palosaari <crope@iki.fi>
9993L: linux-media@vger.kernel.org
9994W: https://linuxtv.org
9995W: http://palosaari.fi/linux/
9996Q: http://patchwork.linuxtv.org/project/linux-media/list/
9997T: git git://linuxtv.org/anttip/media_tree.git
9998S: Maintained
9999F: drivers/media/dvb-frontends/rtl2830*
10000
10001RTL2832 MEDIA DRIVER
10002M: Antti Palosaari <crope@iki.fi>
10003L: linux-media@vger.kernel.org
10004W: https://linuxtv.org
10005W: http://palosaari.fi/linux/
10006Q: http://patchwork.linuxtv.org/project/linux-media/list/
10007T: git git://linuxtv.org/anttip/media_tree.git
10008S: Maintained
10009F: drivers/media/dvb-frontends/rtl2832*
10010
10011RTL2832_SDR MEDIA DRIVER
10012M: Antti Palosaari <crope@iki.fi>
10013L: linux-media@vger.kernel.org
10014W: https://linuxtv.org
10015W: http://palosaari.fi/linux/
10016Q: http://patchwork.linuxtv.org/project/linux-media/list/
10017T: git git://linuxtv.org/anttip/media_tree.git
10018S: Maintained
10019F: drivers/media/dvb-frontends/rtl2832_sdr*
10020
10021RTL8180 WIRELESS DRIVER
10022L: linux-wireless@vger.kernel.org
10023W: http://wireless.kernel.org/
10024T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10025S: Orphan
10026F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10027
10028RTL8187 WIRELESS DRIVER
10029M: Herton Ronaldo Krzesinski <herton@canonical.com>
10030M: Hin-Tak Leung <htl10@users.sourceforge.net>
10031M: Larry Finger <Larry.Finger@lwfinger.net>
10032L: linux-wireless@vger.kernel.org
10033W: http://wireless.kernel.org/
10034T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10035S: Maintained
10036F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10037
10038RTL8192CE WIRELESS DRIVER
10039M: Larry Finger <Larry.Finger@lwfinger.net>
10040M: Chaoming Li <chaoming_li@realsil.com.cn>
10041L: linux-wireless@vger.kernel.org
10042W: http://wireless.kernel.org/
10043T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10044S: Maintained
10045F: drivers/net/wireless/realtek/rtlwifi/
10046F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10047
10048RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10049M: Jes Sorensen <Jes.Sorensen@redhat.com>
10050L: linux-wireless@vger.kernel.org
10051T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10052S: Maintained
10053F: drivers/net/wireless/realtek/rtl8xxxu/
10054
10055S3 SAVAGE FRAMEBUFFER DRIVER
10056M: Antonino Daplas <adaplas@gmail.com>
10057L: linux-fbdev@vger.kernel.org
10058S: Maintained
10059F: drivers/video/fbdev/savage/
10060
10061S390
10062M: Martin Schwidefsky <schwidefsky@de.ibm.com>
10063M: Heiko Carstens <heiko.carstens@de.ibm.com>
10064L: linux-s390@vger.kernel.org
10065W: http://www.ibm.com/developerworks/linux/linux390/
10066T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10067S: Supported
10068F: arch/s390/
10069F: drivers/s390/
10070F: Documentation/s390/
10071F: Documentation/DocBook/s390*
10072
10073S390 COMMON I/O LAYER
10074M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10075M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10076L: linux-s390@vger.kernel.org
10077W: http://www.ibm.com/developerworks/linux/linux390/
10078S: Supported
10079F: drivers/s390/cio/
10080
10081S390 DASD DRIVER
10082M: Stefan Weinhuber <wein@de.ibm.com>
10083M: Stefan Haberland <stefan.haberland@de.ibm.com>
10084L: linux-s390@vger.kernel.org
10085W: http://www.ibm.com/developerworks/linux/linux390/
10086S: Supported
10087F: drivers/s390/block/dasd*
10088F: block/partitions/ibm.c
10089
10090S390 NETWORK DRIVERS
10091M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10092L: linux-s390@vger.kernel.org
10093W: http://www.ibm.com/developerworks/linux/linux390/
10094S: Supported
10095F: drivers/s390/net/
10096
10097S390 PCI SUBSYSTEM
10098M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10099M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10100L: linux-s390@vger.kernel.org
10101W: http://www.ibm.com/developerworks/linux/linux390/
10102S: Supported
10103F: arch/s390/pci/
10104F: drivers/pci/hotplug/s390_pci_hpc.c
10105
10106S390 ZCRYPT DRIVER
10107M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10108L: linux-s390@vger.kernel.org
10109W: http://www.ibm.com/developerworks/linux/linux390/
10110S: Supported
10111F: drivers/s390/crypto/
10112
10113S390 ZFCP DRIVER
10114M: Steffen Maier <maier@linux.vnet.ibm.com>
10115L: linux-s390@vger.kernel.org
10116W: http://www.ibm.com/developerworks/linux/linux390/
10117S: Supported
10118F: drivers/s390/scsi/zfcp_*
10119
10120S390 IUCV NETWORK LAYER
10121M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10122L: linux-s390@vger.kernel.org
10123W: http://www.ibm.com/developerworks/linux/linux390/
10124S: Supported
10125F: drivers/s390/net/*iucv*
10126F: include/net/iucv/
10127F: net/iucv/
10128
10129S390 IOMMU (PCI)
10130M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10131L: linux-s390@vger.kernel.org
10132W: http://www.ibm.com/developerworks/linux/linux390/
10133S: Supported
10134F: drivers/iommu/s390-iommu.c
10135
10136S3C24XX SD/MMC Driver
10137M: Ben Dooks <ben-linux@fluff.org>
10138L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10139S: Supported
10140F: drivers/mmc/host/s3cmci.*
10141
10142SAA6588 RDS RECEIVER DRIVER
10143M: Hans Verkuil <hverkuil@xs4all.nl>
10144L: linux-media@vger.kernel.org
10145T: git git://linuxtv.org/media_tree.git
10146W: https://linuxtv.org
10147S: Odd Fixes
10148F: drivers/media/i2c/saa6588*
10149
10150SAA7134 VIDEO4LINUX DRIVER
10151M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10152M: Mauro Carvalho Chehab <mchehab@kernel.org>
10153L: linux-media@vger.kernel.org
10154W: https://linuxtv.org
10155T: git git://linuxtv.org/media_tree.git
10156S: Odd fixes
10157F: Documentation/video4linux/*.saa7134
10158F: drivers/media/pci/saa7134/
10159
10160SAA7146 VIDEO4LINUX-2 DRIVER
10161M: Hans Verkuil <hverkuil@xs4all.nl>
10162L: linux-media@vger.kernel.org
10163T: git git://linuxtv.org/media_tree.git
10164S: Maintained
10165F: drivers/media/common/saa7146/
10166F: drivers/media/pci/saa7146/
10167F: include/media/saa7146*
10168
10169SAMSUNG LAPTOP DRIVER
10170M: Corentin Chary <corentin.chary@gmail.com>
10171L: platform-driver-x86@vger.kernel.org
10172S: Maintained
10173F: drivers/platform/x86/samsung-laptop.c
10174
10175SAMSUNG AUDIO (ASoC) DRIVERS
10176M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
10177M: Sangbeom Kim <sbkim73@samsung.com>
10178M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10179L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10180S: Supported
10181F: sound/soc/samsung/
10182
10183SAMSUNG FRAMEBUFFER DRIVER
10184M: Jingoo Han <jingoohan1@gmail.com>
10185L: linux-fbdev@vger.kernel.org
10186S: Maintained
10187F: drivers/video/fbdev/s3c-fb.c
10188
10189SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10190M: Sangbeom Kim <sbkim73@samsung.com>
10191M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
10192L: linux-kernel@vger.kernel.org
10193L: linux-samsung-soc@vger.kernel.org
10194S: Supported
10195F: drivers/mfd/sec*.c
10196F: drivers/regulator/s2m*.c
10197F: drivers/regulator/s5m*.c
10198F: drivers/clk/clk-s2mps11.c
10199F: drivers/rtc/rtc-s5m.c
10200F: include/linux/mfd/samsung/
10201F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10202F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10203F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10204F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10205
10206SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10207M: Kyungmin Park <kyungmin.park@samsung.com>
10208M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10209L: linux-media@vger.kernel.org
10210Q: https://patchwork.linuxtv.org/project/linux-media/list/
10211S: Supported
10212F: drivers/media/platform/exynos4-is/
10213
10214SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10215M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10216L: linux-media@vger.kernel.org
10217L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10218S: Maintained
10219F: drivers/media/platform/s3c-camif/
10220F: include/media/drv-intf/s3c_camif.h
10221
10222SAMSUNG S5C73M3 CAMERA DRIVER
10223M: Kyungmin Park <kyungmin.park@samsung.com>
10224M: Andrzej Hajda <a.hajda@samsung.com>
10225L: linux-media@vger.kernel.org
10226S: Supported
10227F: drivers/media/i2c/s5c73m3/*
10228
10229SAMSUNG S5K5BAF CAMERA DRIVER
10230M: Kyungmin Park <kyungmin.park@samsung.com>
10231M: Andrzej Hajda <a.hajda@samsung.com>
10232L: linux-media@vger.kernel.org
10233S: Supported
10234F: drivers/media/i2c/s5k5baf.c
10235
10236SAMSUNG S3FWRN5 NFC DRIVER
10237M: Robert Baldyga <r.baldyga@samsung.com>
10238M: Krzysztof Opasiak <k.opasiak@samsung.com>
10239L: linux-nfc@lists.01.org (moderated for non-subscribers)
10240S: Supported
10241F: drivers/nfc/s3fwrn5
10242
10243SAMSUNG SOC CLOCK DRIVERS
10244M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10245M: Tomasz Figa <tomasz.figa@gmail.com>
10246S: Supported
10247L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10248F: drivers/clk/samsung/
10249
10250SAMSUNG SXGBE DRIVERS
10251M: Byungho An <bh74.an@samsung.com>
10252M: Girish K S <ks.giri@samsung.com>
10253M: Vipul Pandya <vipul.pandya@samsung.com>
10254S: Supported
10255L: netdev@vger.kernel.org
10256F: drivers/net/ethernet/samsung/sxgbe/
10257
10258SAMSUNG THERMAL DRIVER
10259M: Lukasz Majewski <l.majewski@samsung.com>
10260L: linux-pm@vger.kernel.org
10261L: linux-samsung-soc@vger.kernel.org
10262S: Supported
10263T: git https://github.com/lmajewski/linux-samsung-thermal.git
10264F: drivers/thermal/samsung/
10265
10266SAMSUNG USB2 PHY DRIVER
10267M: Kamil Debski <kamil@wypas.org>
10268M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10269L: linux-kernel@vger.kernel.org
10270S: Supported
10271F: Documentation/devicetree/bindings/phy/samsung-phy.txt
10272F: Documentation/phy/samsung-usb2.txt
10273F: drivers/phy/phy-exynos4210-usb2.c
10274F: drivers/phy/phy-exynos4x12-usb2.c
10275F: drivers/phy/phy-exynos5250-usb2.c
10276F: drivers/phy/phy-s5pv210-usb2.c
10277F: drivers/phy/phy-samsung-usb2.c
10278F: drivers/phy/phy-samsung-usb2.h
10279
10280SERIAL DRIVERS
10281M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10282L: linux-serial@vger.kernel.org
10283S: Maintained
10284F: Documentation/devicetree/bindings/serial/
10285F: drivers/tty/serial/
10286
10287SYNOPSYS DESIGNWARE DMAC DRIVER
10288M: Viresh Kumar <vireshk@kernel.org>
10289M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10290S: Maintained
10291F: include/linux/dma/dw.h
10292F: include/linux/platform_data/dma-dw.h
10293F: drivers/dma/dw/
10294
10295SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10296M: Lars Persson <lars.persson@axis.com>
10297L: netdev@vger.kernel.org
10298S: Supported
10299F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10300F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10301
10302SYNOPSYS DESIGNWARE I2C DRIVER
10303M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
10304R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10305R: Mika Westerberg <mika.westerberg@linux.intel.com>
10306L: linux-i2c@vger.kernel.org
10307S: Maintained
10308F: drivers/i2c/busses/i2c-designware-*
10309F: include/linux/platform_data/i2c-designware.h
10310
10311SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10312M: Jaehoon Chung <jh80.chung@samsung.com>
10313L: linux-mmc@vger.kernel.org
10314S: Maintained
10315F: include/linux/mmc/dw_mmc.h
10316F: drivers/mmc/host/dw_mmc*
10317
10318SYSTEM TRACE MODULE CLASS
10319M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10320S: Maintained
10321T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10322F: Documentation/trace/stm.txt
10323F: drivers/hwtracing/stm/
10324F: include/linux/stm.h
10325F: include/uapi/linux/stm.h
10326
10327THUNDERBOLT DRIVER
10328M: Andreas Noever <andreas.noever@gmail.com>
10329S: Maintained
10330F: drivers/thunderbolt/
10331
10332TI BQ27XXX POWER SUPPLY DRIVER
10333R: Andrew F. Davis <afd@ti.com>
10334F: include/linux/power/bq27xxx_battery.h
10335F: drivers/power/bq27xxx_battery.c
10336F: drivers/power/bq27xxx_battery_i2c.c
10337
10338TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10339M: John Stultz <john.stultz@linaro.org>
10340M: Thomas Gleixner <tglx@linutronix.de>
10341L: linux-kernel@vger.kernel.org
10342T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10343S: Supported
10344F: include/linux/clocksource.h
10345F: include/linux/time.h
10346F: include/linux/timex.h
10347F: include/uapi/linux/time.h
10348F: include/uapi/linux/timex.h
10349F: kernel/time/clocksource.c
10350F: kernel/time/time*.c
10351F: kernel/time/alarmtimer.c
10352F: kernel/time/ntp.c
10353F: tools/testing/selftests/timers/
10354
10355SC1200 WDT DRIVER
10356M: Zwane Mwaikambo <zwanem@gmail.com>
10357S: Maintained
10358F: drivers/watchdog/sc1200wdt.c
10359
10360SCHEDULER
10361M: Ingo Molnar <mingo@redhat.com>
10362M: Peter Zijlstra <peterz@infradead.org>
10363L: linux-kernel@vger.kernel.org
10364T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10365S: Maintained
10366F: kernel/sched/
10367F: include/linux/sched.h
10368F: include/uapi/linux/sched.h
10369F: include/linux/wait.h
10370
10371SCORE ARCHITECTURE
10372M: Chen Liqin <liqin.linux@gmail.com>
10373M: Lennox Wu <lennox.wu@gmail.com>
10374W: http://www.sunplus.com
10375S: Supported
10376F: arch/score/
10377
10378SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10379M: Sudeep Holla <sudeep.holla@arm.com>
10380L: linux-arm-kernel@lists.infradead.org
10381S: Maintained
10382F: Documentation/devicetree/bindings/arm/arm,scpi.txt
10383F: drivers/clk/clk-scpi.c
10384F: drivers/cpufreq/scpi-cpufreq.c
10385F: drivers/firmware/arm_scpi.c
10386F: include/linux/scpi_protocol.h
10387
10388SCSI CDROM DRIVER
10389M: Jens Axboe <axboe@kernel.dk>
10390L: linux-scsi@vger.kernel.org
10391W: http://www.kernel.dk
10392S: Maintained
10393F: drivers/scsi/sr*
10394
10395SCSI RDMA PROTOCOL (SRP) INITIATOR
10396M: Bart Van Assche <bart.vanassche@sandisk.com>
10397L: linux-rdma@vger.kernel.org
10398S: Supported
10399W: http://www.openfabrics.org
10400Q: http://patchwork.kernel.org/project/linux-rdma/list/
10401T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10402F: drivers/infiniband/ulp/srp/
10403F: include/scsi/srp.h
10404
10405SCSI SG DRIVER
10406M: Doug Gilbert <dgilbert@interlog.com>
10407L: linux-scsi@vger.kernel.org
10408W: http://sg.danny.cz/sg
10409S: Maintained
10410F: Documentation/scsi/scsi-generic.txt
10411F: drivers/scsi/sg.c
10412F: include/scsi/sg.h
10413
10414SCSI SUBSYSTEM
10415M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10416T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10417M: "Martin K. Petersen" <martin.petersen@oracle.com>
10418T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10419L: linux-scsi@vger.kernel.org
10420S: Maintained
10421F: Documentation/devicetree/bindings/scsi/
10422F: drivers/scsi/
10423F: include/scsi/
10424
10425SCSI TAPE DRIVER
10426M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10427L: linux-scsi@vger.kernel.org
10428S: Maintained
10429F: Documentation/scsi/st.txt
10430F: drivers/scsi/st.*
10431F: drivers/scsi/st_*.h
10432
10433SCTP PROTOCOL
10434M: Vlad Yasevich <vyasevich@gmail.com>
10435M: Neil Horman <nhorman@tuxdriver.com>
10436L: linux-sctp@vger.kernel.org
10437W: http://lksctp.sourceforge.net
10438S: Maintained
10439F: Documentation/networking/sctp.txt
10440F: include/linux/sctp.h
10441F: include/uapi/linux/sctp.h
10442F: include/net/sctp/
10443F: net/sctp/
10444
10445SCx200 CPU SUPPORT
10446M: Jim Cromie <jim.cromie@gmail.com>
10447S: Odd Fixes
10448F: Documentation/i2c/busses/scx200_acb
10449F: arch/x86/platform/scx200/
10450F: drivers/watchdog/scx200_wdt.c
10451F: drivers/i2c/busses/scx200*
10452F: drivers/mtd/maps/scx200_docflash.c
10453F: include/linux/scx200.h
10454
10455SCx200 GPIO DRIVER
10456M: Jim Cromie <jim.cromie@gmail.com>
10457S: Maintained
10458F: drivers/char/scx200_gpio.c
10459F: include/linux/scx200_gpio.h
10460
10461SCx200 HRT CLOCKSOURCE DRIVER
10462M: Jim Cromie <jim.cromie@gmail.com>
10463S: Maintained
10464F: drivers/clocksource/scx200_hrt.c
10465
10466SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10467M: Sascha Sommer <saschasommer@freenet.de>
10468L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10469S: Maintained
10470F: drivers/mmc/host/sdricoh_cs.c
10471
10472SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10473M: Adrian Hunter <adrian.hunter@intel.com>
10474L: linux-mmc@vger.kernel.org
10475T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
10476S: Maintained
10477F: drivers/mmc/host/sdhci*
10478F: include/linux/mmc/sdhci*
10479
10480SECURE COMPUTING
10481M: Kees Cook <keescook@chromium.org>
10482R: Andy Lutomirski <luto@amacapital.net>
10483R: Will Drewry <wad@chromium.org>
10484T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10485S: Supported
10486F: kernel/seccomp.c
10487F: include/uapi/linux/seccomp.h
10488F: include/linux/seccomp.h
10489F: tools/testing/selftests/seccomp/*
10490K: \bsecure_computing
10491K: \bTIF_SECCOMP\b
10492
10493SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10494M: Al Cooper <alcooperx@gmail.com>
10495L: linux-mmc@vger.kernel.org
10496L: bcm-kernel-feedback-list@broadcom.com
10497S: Maintained
10498F: drivers/mmc/host/sdhci-brcmstb*
10499
10500SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10501M: Ben Dooks <ben-linux@fluff.org>
10502M: Jaehoon Chung <jh80.chung@samsung.com>
10503L: linux-mmc@vger.kernel.org
10504S: Maintained
10505F: drivers/mmc/host/sdhci-s3c*
10506
10507SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10508M: Viresh Kumar <vireshk@kernel.org>
10509L: linux-mmc@vger.kernel.org
10510S: Maintained
10511F: drivers/mmc/host/sdhci-spear.c
10512
10513SECURITY SUBSYSTEM
10514M: James Morris <james.l.morris@oracle.com>
10515M: "Serge E. Hallyn" <serge@hallyn.com>
10516L: linux-security-module@vger.kernel.org (suggested Cc:)
10517T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10518W: http://kernsec.org/
10519S: Supported
10520F: security/
10521
10522SECURITY CONTACT
10523M: Security Officers <security@kernel.org>
10524S: Supported
10525
10526SELINUX SECURITY MODULE
10527M: Paul Moore <paul@paul-moore.com>
10528M: Stephen Smalley <sds@tycho.nsa.gov>
10529M: Eric Paris <eparis@parisplace.org>
10530L: selinux@tycho.nsa.gov (moderated for non-subscribers)
10531W: http://selinuxproject.org
10532T: git git://git.infradead.org/users/pcmoore/selinux
10533S: Supported
10534F: include/linux/selinux*
10535F: security/selinux/
10536F: scripts/selinux/
10537
10538APPARMOR SECURITY MODULE
10539M: John Johansen <john.johansen@canonical.com>
10540L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10541W: apparmor.wiki.kernel.org
10542T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10543S: Supported
10544F: security/apparmor/
10545
10546LOADPIN SECURITY MODULE
10547M: Kees Cook <keescook@chromium.org>
10548T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10549S: Supported
10550F: security/loadpin/
10551
10552YAMA SECURITY MODULE
10553M: Kees Cook <keescook@chromium.org>
10554T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10555S: Supported
10556F: security/yama/
10557
10558SENSABLE PHANTOM
10559M: Jiri Slaby <jirislaby@gmail.com>
10560S: Maintained
10561F: drivers/misc/phantom.c
10562F: include/uapi/linux/phantom.h
10563
10564SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10565M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10566M: Ketan Mukadam <ketan.mukadam@avagotech.com>
10567M: John Soni Jose <sony.john@avagotech.com>
10568L: linux-scsi@vger.kernel.org
10569W: http://www.avagotech.com
10570S: Supported
10571F: drivers/scsi/be2iscsi/
10572
10573Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10574M: Sathya Perla <sathya.perla@broadcom.com>
10575M: Ajit Khaparde <ajit.khaparde@broadcom.com>
10576M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10577M: Somnath Kotur <somnath.kotur@broadcom.com>
10578L: netdev@vger.kernel.org
10579W: http://www.emulex.com
10580S: Supported
10581F: drivers/net/ethernet/emulex/benet/
10582
10583EMULEX ONECONNECT ROCE DRIVER
10584M: Selvin Xavier <selvin.xavier@avagotech.com>
10585M: Devesh Sharma <devesh.sharma@avagotech.com>
10586M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10587L: linux-rdma@vger.kernel.org
10588W: http://www.emulex.com
10589S: Supported
10590F: drivers/infiniband/hw/ocrdma/
10591
10592SFC NETWORK DRIVER
10593M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10594M: Edward Cree <ecree@solarflare.com>
10595M: Bert Kenward <bkenward@solarflare.com>
10596L: netdev@vger.kernel.org
10597S: Supported
10598F: drivers/net/ethernet/sfc/
10599
10600SGI GRU DRIVER
10601M: Dimitri Sivanich <sivanich@sgi.com>
10602S: Maintained
10603F: drivers/misc/sgi-gru/
10604
10605SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10606M: Pat Gefre <pfg@sgi.com>
10607L: linux-ia64@vger.kernel.org
10608S: Supported
10609F: Documentation/ia64/serial.txt
10610F: drivers/tty/serial/ioc?_serial.c
10611F: include/linux/ioc?.h
10612
10613SGI XP/XPC/XPNET DRIVER
10614M: Cliff Whickman <cpw@sgi.com>
10615M: Robin Holt <robinmholt@gmail.com>
10616S: Maintained
10617F: drivers/misc/sgi-xp/
10618
10619SI2157 MEDIA DRIVER
10620M: Antti Palosaari <crope@iki.fi>
10621L: linux-media@vger.kernel.org
10622W: https://linuxtv.org
10623W: http://palosaari.fi/linux/
10624Q: http://patchwork.linuxtv.org/project/linux-media/list/
10625T: git git://linuxtv.org/anttip/media_tree.git
10626S: Maintained
10627F: drivers/media/tuners/si2157*
10628
10629SI2168 MEDIA DRIVER
10630M: Antti Palosaari <crope@iki.fi>
10631L: linux-media@vger.kernel.org
10632W: https://linuxtv.org
10633W: http://palosaari.fi/linux/
10634Q: http://patchwork.linuxtv.org/project/linux-media/list/
10635T: git git://linuxtv.org/anttip/media_tree.git
10636S: Maintained
10637F: drivers/media/dvb-frontends/si2168*
10638
10639SI470X FM RADIO RECEIVER I2C DRIVER
10640M: Hans Verkuil <hverkuil@xs4all.nl>
10641L: linux-media@vger.kernel.org
10642T: git git://linuxtv.org/media_tree.git
10643W: https://linuxtv.org
10644S: Odd Fixes
10645F: drivers/media/radio/si470x/radio-si470x-i2c.c
10646
10647SI470X FM RADIO RECEIVER USB DRIVER
10648M: Hans Verkuil <hverkuil@xs4all.nl>
10649L: linux-media@vger.kernel.org
10650T: git git://linuxtv.org/media_tree.git
10651W: https://linuxtv.org
10652S: Maintained
10653F: drivers/media/radio/si470x/radio-si470x-common.c
10654F: drivers/media/radio/si470x/radio-si470x.h
10655F: drivers/media/radio/si470x/radio-si470x-usb.c
10656
10657SI4713 FM RADIO TRANSMITTER I2C DRIVER
10658M: Eduardo Valentin <edubezval@gmail.com>
10659L: linux-media@vger.kernel.org
10660T: git git://linuxtv.org/media_tree.git
10661W: https://linuxtv.org
10662S: Odd Fixes
10663F: drivers/media/radio/si4713/si4713.?
10664
10665SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10666M: Eduardo Valentin <edubezval@gmail.com>
10667L: linux-media@vger.kernel.org
10668T: git git://linuxtv.org/media_tree.git
10669W: https://linuxtv.org
10670S: Odd Fixes
10671F: drivers/media/radio/si4713/radio-platform-si4713.c
10672
10673SI4713 FM RADIO TRANSMITTER USB DRIVER
10674M: Hans Verkuil <hverkuil@xs4all.nl>
10675L: linux-media@vger.kernel.org
10676T: git git://linuxtv.org/media_tree.git
10677W: https://linuxtv.org
10678S: Maintained
10679F: drivers/media/radio/si4713/radio-usb-si4713.c
10680
10681SIANO DVB DRIVER
10682M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10683M: Mauro Carvalho Chehab <mchehab@kernel.org>
10684L: linux-media@vger.kernel.org
10685W: https://linuxtv.org
10686T: git git://linuxtv.org/media_tree.git
10687S: Odd fixes
10688F: drivers/media/common/siano/
10689F: drivers/media/usb/siano/
10690F: drivers/media/usb/siano/
10691F: drivers/media/mmc/siano/
10692
10693SIMPLEFB FB DRIVER
10694M: Hans de Goede <hdegoede@redhat.com>
10695L: linux-fbdev@vger.kernel.org
10696S: Maintained
10697F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
10698F: drivers/video/fbdev/simplefb.c
10699F: include/linux/platform_data/simplefb.h
10700
10701SH_VEU V4L2 MEM2MEM DRIVER
10702L: linux-media@vger.kernel.org
10703S: Orphan
10704F: drivers/media/platform/sh_veu.c
10705
10706SH_VOU V4L2 OUTPUT DRIVER
10707L: linux-media@vger.kernel.org
10708S: Orphan
10709F: drivers/media/platform/sh_vou.c
10710F: include/media/drv-intf/sh_vou.h
10711
10712SIMPLE FIRMWARE INTERFACE (SFI)
10713M: Len Brown <lenb@kernel.org>
10714L: sfi-devel@simplefirmware.org
10715W: http://simplefirmware.org/
10716T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10717S: Supported
10718F: arch/x86/platform/sfi/
10719F: drivers/sfi/
10720F: include/linux/sfi*.h
10721
10722SIMTEC EB110ATX (Chalice CATS)
10723P: Ben Dooks
10724P: Vincent Sanders <vince@simtec.co.uk>
10725M: Simtec Linux Team <linux@simtec.co.uk>
10726W: http://www.simtec.co.uk/products/EB110ATX/
10727S: Supported
10728
10729SIMTEC EB2410ITX (BAST)
10730P: Ben Dooks
10731P: Vincent Sanders <vince@simtec.co.uk>
10732M: Simtec Linux Team <linux@simtec.co.uk>
10733W: http://www.simtec.co.uk/products/EB2410ITX/
10734S: Supported
10735F: arch/arm/mach-s3c24xx/mach-bast.c
10736F: arch/arm/mach-s3c24xx/bast-ide.c
10737F: arch/arm/mach-s3c24xx/bast-irq.c
10738
10739TI DAVINCI MACHINE SUPPORT
10740M: Sekhar Nori <nsekhar@ti.com>
10741M: Kevin Hilman <khilman@kernel.org>
10742L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10743T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10744S: Supported
10745F: arch/arm/mach-davinci/
10746F: drivers/i2c/busses/i2c-davinci.c
10747
10748TI DAVINCI SERIES MEDIA DRIVER
10749M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10750L: linux-media@vger.kernel.org
10751W: https://linuxtv.org
10752Q: http://patchwork.linuxtv.org/project/linux-media/list/
10753T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10754S: Maintained
10755F: drivers/media/platform/davinci/
10756F: include/media/davinci/
10757
10758TI AM437X VPFE DRIVER
10759M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10760L: linux-media@vger.kernel.org
10761W: https://linuxtv.org
10762Q: http://patchwork.linuxtv.org/project/linux-media/list/
10763T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10764S: Maintained
10765F: drivers/media/platform/am437x/
10766
10767OV2659 OMNIVISION SENSOR DRIVER
10768M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10769L: linux-media@vger.kernel.org
10770W: https://linuxtv.org
10771Q: http://patchwork.linuxtv.org/project/linux-media/list/
10772T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10773S: Maintained
10774F: drivers/media/i2c/ov2659.c
10775F: include/media/i2c/ov2659.h
10776
10777SILICON MOTION SM712 FRAME BUFFER DRIVER
10778M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10779M: Teddy Wang <teddy.wang@siliconmotion.com>
10780M: Sudip Mukherjee <sudip@vectorindia.org>
10781L: linux-fbdev@vger.kernel.org
10782S: Maintained
10783F: drivers/video/fbdev/sm712*
10784F: Documentation/fb/sm712fb.txt
10785
10786SIS 190 ETHERNET DRIVER
10787M: Francois Romieu <romieu@fr.zoreil.com>
10788L: netdev@vger.kernel.org
10789S: Maintained
10790F: drivers/net/ethernet/sis/sis190.c
10791
10792SIS 900/7016 FAST ETHERNET DRIVER
10793M: Daniele Venzano <venza@brownhat.org>
10794W: http://www.brownhat.org/sis900.html
10795L: netdev@vger.kernel.org
10796S: Maintained
10797F: drivers/net/ethernet/sis/sis900.*
10798
10799SIS FRAMEBUFFER DRIVER
10800M: Thomas Winischhofer <thomas@winischhofer.net>
10801W: http://www.winischhofer.net/linuxsisvga.shtml
10802S: Maintained
10803F: Documentation/fb/sisfb.txt
10804F: drivers/video/fbdev/sis/
10805F: include/video/sisfb.h
10806
10807SIS USB2VGA DRIVER
10808M: Thomas Winischhofer <thomas@winischhofer.net>
10809W: http://www.winischhofer.at/linuxsisusbvga.shtml
10810S: Maintained
10811F: drivers/usb/misc/sisusbvga/
10812
10813SLAB ALLOCATOR
10814M: Christoph Lameter <cl@linux.com>
10815M: Pekka Enberg <penberg@kernel.org>
10816M: David Rientjes <rientjes@google.com>
10817M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10818M: Andrew Morton <akpm@linux-foundation.org>
10819L: linux-mm@kvack.org
10820S: Maintained
10821F: include/linux/sl?b*.h
10822F: mm/sl?b*
10823
10824SLEEPABLE READ-COPY UPDATE (SRCU)
10825M: Lai Jiangshan <jiangshanlai@gmail.com>
10826M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10827M: Josh Triplett <josh@joshtriplett.org>
10828R: Steven Rostedt <rostedt@goodmis.org>
10829R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10830L: linux-kernel@vger.kernel.org
10831W: http://www.rdrop.com/users/paulmck/RCU/
10832S: Supported
10833T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10834F: include/linux/srcu.h
10835F: kernel/rcu/srcu.c
10836
10837SMACK SECURITY MODULE
10838M: Casey Schaufler <casey@schaufler-ca.com>
10839L: linux-security-module@vger.kernel.org
10840W: http://schaufler-ca.com
10841T: git git://github.com/cschaufler/smack-next
10842S: Maintained
10843F: Documentation/security/Smack.txt
10844F: security/smack/
10845
10846DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10847M: Kevin Hilman <khilman@kernel.org>
10848M: Nishanth Menon <nm@ti.com>
10849S: Maintained
10850F: drivers/power/avs/
10851F: include/linux/power/smartreflex.h
10852L: linux-pm@vger.kernel.org
10853
10854SMC91x ETHERNET DRIVER
10855M: Nicolas Pitre <nico@fluxnic.net>
10856S: Odd Fixes
10857F: drivers/net/ethernet/smsc/smc91x.*
10858
10859SMIA AND SMIA++ IMAGE SENSOR DRIVER
10860M: Sakari Ailus <sakari.ailus@iki.fi>
10861L: linux-media@vger.kernel.org
10862S: Maintained
10863F: drivers/media/i2c/smiapp/
10864F: include/media/i2c/smiapp.h
10865F: drivers/media/i2c/smiapp-pll.c
10866F: drivers/media/i2c/smiapp-pll.h
10867F: include/uapi/linux/smiapp.h
10868F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10869
10870SMM665 HARDWARE MONITOR DRIVER
10871M: Guenter Roeck <linux@roeck-us.net>
10872L: linux-hwmon@vger.kernel.org
10873S: Maintained
10874F: Documentation/hwmon/smm665
10875F: drivers/hwmon/smm665.c
10876
10877SMSC EMC2103 HARDWARE MONITOR DRIVER
10878M: Steve Glendinning <steve.glendinning@shawell.net>
10879L: linux-hwmon@vger.kernel.org
10880S: Maintained
10881F: Documentation/hwmon/emc2103
10882F: drivers/hwmon/emc2103.c
10883
10884SMSC SCH5627 HARDWARE MONITOR DRIVER
10885M: Hans de Goede <hdegoede@redhat.com>
10886L: linux-hwmon@vger.kernel.org
10887S: Supported
10888F: Documentation/hwmon/sch5627
10889F: drivers/hwmon/sch5627.c
10890
10891SMSC47B397 HARDWARE MONITOR DRIVER
10892M: Jean Delvare <jdelvare@suse.com>
10893L: linux-hwmon@vger.kernel.org
10894S: Maintained
10895F: Documentation/hwmon/smsc47b397
10896F: drivers/hwmon/smsc47b397.c
10897
10898SMSC911x ETHERNET DRIVER
10899M: Steve Glendinning <steve.glendinning@shawell.net>
10900L: netdev@vger.kernel.org
10901S: Maintained
10902F: include/linux/smsc911x.h
10903F: drivers/net/ethernet/smsc/smsc911x.*
10904
10905SMSC9420 PCI ETHERNET DRIVER
10906M: Steve Glendinning <steve.glendinning@shawell.net>
10907L: netdev@vger.kernel.org
10908S: Maintained
10909F: drivers/net/ethernet/smsc/smsc9420.*
10910
10911SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10912M: Steve Glendinning <steve.glendinning@shawell.net>
10913L: linux-fbdev@vger.kernel.org
10914S: Maintained
10915F: drivers/video/fbdev/smscufx.c
10916
10917SOC-CAMERA V4L2 SUBSYSTEM
10918M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10919L: linux-media@vger.kernel.org
10920T: git git://linuxtv.org/media_tree.git
10921S: Maintained
10922F: include/media/soc*
10923F: drivers/media/i2c/soc_camera/
10924F: drivers/media/platform/soc_camera/
10925
10926SOEKRIS NET48XX LED SUPPORT
10927M: Chris Boot <bootc@bootc.net>
10928S: Maintained
10929F: drivers/leds/leds-net48xx.c
10930
10931SOFTLOGIC 6x10 MPEG CODEC
10932M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10933M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10934M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
10935M: Ismael Luceno <ismael@iodev.co.uk>
10936L: linux-media@vger.kernel.org
10937S: Supported
10938F: drivers/media/pci/solo6x10/
10939
10940SOFTWARE RAID (Multiple Disks) SUPPORT
10941M: Shaohua Li <shli@kernel.org>
10942L: linux-raid@vger.kernel.org
10943T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10944S: Supported
10945F: drivers/md/
10946F: include/linux/raid/
10947F: include/uapi/linux/raid/
10948
10949SONIC NETWORK DRIVER
10950M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10951L: netdev@vger.kernel.org
10952S: Maintained
10953F: drivers/net/ethernet/natsemi/sonic.*
10954
10955SONICS SILICON BACKPLANE DRIVER (SSB)
10956M: Michael Buesch <m@bues.ch>
10957L: linux-wireless@vger.kernel.org
10958S: Maintained
10959F: drivers/ssb/
10960F: include/linux/ssb/
10961
10962SONY VAIO CONTROL DEVICE DRIVER
10963M: Mattia Dongili <malattia@linux.it>
10964L: platform-driver-x86@vger.kernel.org
10965W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10966S: Maintained
10967F: Documentation/laptops/sony-laptop.txt
10968F: drivers/char/sonypi.c
10969F: drivers/platform/x86/sony-laptop.c
10970F: include/linux/sony-laptop.h
10971
10972SONY MEMORYSTICK CARD SUPPORT
10973M: Alex Dubov <oakad@yahoo.com>
10974W: http://tifmxx.berlios.de/
10975S: Maintained
10976F: drivers/memstick/host/tifm_ms.c
10977
10978SONY MEMORYSTICK STANDARD SUPPORT
10979M: Maxim Levitsky <maximlevitsky@gmail.com>
10980S: Maintained
10981F: drivers/memstick/core/ms_block.*
10982
10983SOUND
10984M: Jaroslav Kysela <perex@perex.cz>
10985M: Takashi Iwai <tiwai@suse.com>
10986L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10987W: http://www.alsa-project.org/
10988T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10989T: git git://git.alsa-project.org/alsa-kernel.git
10990Q: http://patchwork.kernel.org/project/alsa-devel/list/
10991S: Maintained
10992F: Documentation/sound/
10993F: include/sound/
10994F: include/uapi/sound/
10995F: sound/
10996
10997SOUND - COMPRESSED AUDIO
10998M: Vinod Koul <vinod.koul@intel.com>
10999L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11000T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11001S: Supported
11002F: Documentation/sound/alsa/compress_offload.txt
11003F: include/sound/compress_driver.h
11004F: include/uapi/sound/compress_*
11005F: sound/core/compress_offload.c
11006F: sound/soc/soc-compress.c
11007
11008SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11009M: Liam Girdwood <lgirdwood@gmail.com>
11010M: Mark Brown <broonie@kernel.org>
11011T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11012L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11013W: http://alsa-project.org/main/index.php/ASoC
11014S: Supported
11015F: Documentation/devicetree/bindings/sound/
11016F: Documentation/sound/alsa/soc/
11017F: sound/soc/
11018F: include/sound/soc*
11019
11020SOUND - DMAENGINE HELPERS
11021M: Lars-Peter Clausen <lars@metafoo.de>
11022S: Supported
11023F: include/sound/dmaengine_pcm.h
11024F: sound/core/pcm_dmaengine.c
11025F: sound/soc/soc-generic-dmaengine-pcm.c
11026
11027SP2 MEDIA DRIVER
11028M: Olli Salonen <olli.salonen@iki.fi>
11029L: linux-media@vger.kernel.org
11030W: https://linuxtv.org
11031Q: http://patchwork.linuxtv.org/project/linux-media/list/
11032S: Maintained
11033F: drivers/media/dvb-frontends/sp2*
11034
11035SPARC + UltraSPARC (sparc/sparc64)
11036M: "David S. Miller" <davem@davemloft.net>
11037L: sparclinux@vger.kernel.org
11038Q: http://patchwork.ozlabs.org/project/sparclinux/list/
11039T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11040T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11041S: Maintained
11042F: arch/sparc/
11043F: drivers/sbus/
11044
11045SPARC SERIAL DRIVERS
11046M: "David S. Miller" <davem@davemloft.net>
11047L: sparclinux@vger.kernel.org
11048T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11049T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11050S: Maintained
11051F: include/linux/sunserialcore.h
11052F: drivers/tty/serial/suncore.c
11053F: drivers/tty/serial/sunhv.c
11054F: drivers/tty/serial/sunsab.c
11055F: drivers/tty/serial/sunsab.h
11056F: drivers/tty/serial/sunsu.c
11057F: drivers/tty/serial/sunzilog.c
11058F: drivers/tty/serial/sunzilog.h
11059
11060SPARSE CHECKER
11061M: "Christopher Li" <sparse@chrisli.org>
11062L: linux-sparse@vger.kernel.org
11063W: https://sparse.wiki.kernel.org/
11064T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11065T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11066S: Maintained
11067F: include/linux/compiler.h
11068
11069SPEAR PLATFORM SUPPORT
11070M: Viresh Kumar <vireshk@kernel.org>
11071M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11072L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11073W: http://www.st.com/spear
11074S: Maintained
11075F: arch/arm/boot/dts/spear*
11076F: arch/arm/mach-spear/
11077
11078SPEAR CLOCK FRAMEWORK SUPPORT
11079M: Viresh Kumar <vireshk@kernel.org>
11080L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11081W: http://www.st.com/spear
11082S: Maintained
11083F: drivers/clk/spear/
11084
11085SPI SUBSYSTEM
11086M: Mark Brown <broonie@kernel.org>
11087L: linux-spi@vger.kernel.org
11088T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11089Q: http://patchwork.kernel.org/project/spi-devel-general/list/
11090S: Maintained
11091F: Documentation/devicetree/bindings/spi/
11092F: Documentation/spi/
11093F: drivers/spi/
11094F: include/linux/spi/
11095F: include/uapi/linux/spi/
11096
11097SPIDERNET NETWORK DRIVER for CELL
11098M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11099L: netdev@vger.kernel.org
11100S: Supported
11101F: Documentation/networking/spider_net.txt
11102F: drivers/net/ethernet/toshiba/spider_net*
11103
11104SPU FILE SYSTEM
11105M: Jeremy Kerr <jk@ozlabs.org>
11106L: linuxppc-dev@lists.ozlabs.org
11107W: http://www.ibm.com/developerworks/power/cell/
11108S: Supported
11109F: Documentation/filesystems/spufs.txt
11110F: arch/powerpc/platforms/cell/spufs/
11111
11112SQUASHFS FILE SYSTEM
11113M: Phillip Lougher <phillip@squashfs.org.uk>
11114L: squashfs-devel@lists.sourceforge.net (subscribers-only)
11115W: http://squashfs.org.uk
11116T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11117S: Maintained
11118F: Documentation/filesystems/squashfs.txt
11119F: fs/squashfs/
11120
11121SRM (Alpha) environment access
11122M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
11123S: Maintained
11124F: arch/alpha/kernel/srm_env.c
11125
11126STABLE BRANCH
11127M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11128L: stable@vger.kernel.org
11129S: Supported
11130F: Documentation/stable_kernel_rules.txt
11131
11132STAGING SUBSYSTEM
11133M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11134T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11135L: devel@driverdev.osuosl.org
11136S: Supported
11137F: drivers/staging/
11138
11139STAGING - COMEDI
11140M: Ian Abbott <abbotti@mev.co.uk>
11141M: H Hartley Sweeten <hsweeten@visionengravers.com>
11142S: Odd Fixes
11143F: drivers/staging/comedi/
11144
11145STAGING - FLARION FT1000 DRIVERS
11146M: Marek Belisko <marek.belisko@gmail.com>
11147S: Odd Fixes
11148F: drivers/staging/ft1000/
11149
11150STAGING - INDUSTRIAL IO
11151M: Jonathan Cameron <jic23@kernel.org>
11152L: linux-iio@vger.kernel.org
11153S: Odd Fixes
11154F: Documentation/devicetree/bindings/staging/iio/
11155F: drivers/staging/iio/
11156
11157STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11158M: Jarod Wilson <jarod@wilsonet.com>
11159W: http://www.lirc.org/
11160S: Odd Fixes
11161F: drivers/staging/media/lirc/
11162
11163STAGING - LUSTRE PARALLEL FILESYSTEM
11164M: Oleg Drokin <oleg.drokin@intel.com>
11165M: Andreas Dilger <andreas.dilger@intel.com>
11166L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
11167W: http://wiki.lustre.org/
11168S: Maintained
11169F: drivers/staging/lustre
11170
11171STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11172M: Marc Dietrich <marvin24@gmx.de>
11173L: ac100@lists.launchpad.net (moderated for non-subscribers)
11174L: linux-tegra@vger.kernel.org
11175S: Maintained
11176F: drivers/staging/nvec/
11177
11178STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11179M: Jens Frederich <jfrederich@gmail.com>
11180M: Daniel Drake <dsd@laptop.org>
11181M: Jon Nettleton <jon.nettleton@gmail.com>
11182W: http://wiki.laptop.org/go/DCON
11183S: Maintained
11184F: drivers/staging/olpc_dcon/
11185
11186STAGING - REALTEK RTL8712U DRIVERS
11187M: Larry Finger <Larry.Finger@lwfinger.net>
11188M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11189S: Odd Fixes
11190F: drivers/staging/rtl8712/
11191
11192STAGING - REALTEK RTL8723U WIRELESS DRIVER
11193M: Larry Finger <Larry.Finger@lwfinger.net>
11194M: Jes Sorensen <Jes.Sorensen@redhat.com>
11195L: linux-wireless@vger.kernel.org
11196S: Maintained
11197F: drivers/staging/rtl8723au/
11198
11199STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11200M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11201M: Teddy Wang <teddy.wang@siliconmotion.com>
11202M: Sudip Mukherjee <sudip@vectorindia.org>
11203L: linux-fbdev@vger.kernel.org
11204S: Maintained
11205F: drivers/staging/sm750fb/
11206
11207STAGING - SLICOSS
11208M: Lior Dotan <liodot@gmail.com>
11209M: Christopher Harrer <charrer@alacritech.com>
11210S: Odd Fixes
11211F: drivers/staging/slicoss/
11212
11213STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11214M: William Hubbs <w.d.hubbs@gmail.com>
11215M: Chris Brannon <chris@the-brannons.com>
11216M: Kirk Reiser <kirk@reisers.ca>
11217M: Samuel Thibault <samuel.thibault@ens-lyon.org>
11218L: speakup@linux-speakup.org
11219W: http://www.linux-speakup.org/
11220S: Odd Fixes
11221F: drivers/staging/speakup/
11222
11223STAGING - VIA VT665X DRIVERS
11224M: Forest Bond <forest@alittletooquiet.net>
11225S: Odd Fixes
11226F: drivers/staging/vt665?/
11227
11228STAGING - WILC1000 WIFI DRIVER
11229M: Johnny Kim <johnny.kim@atmel.com>
11230M: Austin Shin <austin.shin@atmel.com>
11231M: Chris Park <chris.park@atmel.com>
11232M: Tony Cho <tony.cho@atmel.com>
11233M: Glen Lee <glen.lee@atmel.com>
11234M: Leo Kim <leo.kim@atmel.com>
11235L: linux-wireless@vger.kernel.org
11236S: Supported
11237F: drivers/staging/wilc1000/
11238
11239STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11240M: Arnaud Patard <arnaud.patard@rtp-net.org>
11241S: Odd Fixes
11242F: drivers/staging/xgifb/
11243
11244STARFIRE/DURALAN NETWORK DRIVER
11245M: Ion Badulescu <ionut@badula.org>
11246S: Odd Fixes
11247F: drivers/net/ethernet/adaptec/starfire*
11248
11249SUN3/3X
11250M: Sam Creasey <sammy@sammy.net>
11251W: http://sammy.net/sun3/
11252S: Maintained
11253F: arch/m68k/kernel/*sun3*
11254F: arch/m68k/sun3*/
11255F: arch/m68k/include/asm/sun3*
11256F: drivers/net/ethernet/i825xx/sun3*
11257
11258SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11259M: Hans de Goede <hdegoede@redhat.com>
11260L: linux-input@vger.kernel.org
11261S: Maintained
11262F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11263F: drivers/input/keyboard/sun4i-lradc-keys.c
11264
11265SUNDANCE NETWORK DRIVER
11266M: Denis Kirjanov <kda@linux-powerpc.org>
11267L: netdev@vger.kernel.org
11268S: Maintained
11269F: drivers/net/ethernet/dlink/sundance.c
11270
11271SUPERH
11272M: Yoshinori Sato <ysato@users.sourceforge.jp>
11273M: Rich Felker <dalias@libc.org>
11274L: linux-sh@vger.kernel.org
11275Q: http://patchwork.kernel.org/project/linux-sh/list/
11276S: Maintained
11277F: Documentation/sh/
11278F: arch/sh/
11279F: drivers/sh/
11280
11281SUSPEND TO RAM
11282M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
11283M: Len Brown <len.brown@intel.com>
11284M: Pavel Machek <pavel@ucw.cz>
11285L: linux-pm@vger.kernel.org
11286S: Supported
11287F: Documentation/power/
11288F: arch/x86/kernel/acpi/
11289F: drivers/base/power/
11290F: kernel/power/
11291F: include/linux/suspend.h
11292F: include/linux/freezer.h
11293F: include/linux/pm.h
11294
11295SVGA HANDLING
11296M: Martin Mares <mj@ucw.cz>
11297L: linux-video@atrey.karlin.mff.cuni.cz
11298S: Maintained
11299F: Documentation/svga.txt
11300F: arch/x86/boot/video*
11301
11302SWIOTLB SUBSYSTEM
11303M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11304L: linux-kernel@vger.kernel.org
11305T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11306S: Supported
11307F: lib/swiotlb.c
11308F: arch/*/kernel/pci-swiotlb.c
11309F: include/linux/swiotlb.h
11310
11311SWITCHDEV
11312M: Jiri Pirko <jiri@resnulli.us>
11313L: netdev@vger.kernel.org
11314S: Supported
11315F: net/switchdev/
11316F: include/net/switchdev.h
11317
11318SYNOPSYS ARC ARCHITECTURE
11319M: Vineet Gupta <vgupta@synopsys.com>
11320L: linux-snps-arc@lists.infradead.org
11321S: Supported
11322F: arch/arc/
11323F: Documentation/devicetree/bindings/arc/*
11324F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11325F: drivers/tty/serial/arc_uart.c
11326T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11327
11328SYNOPSYS ARC SDP platform support
11329M: Alexey Brodkin <abrodkin@synopsys.com>
11330S: Supported
11331F: arch/arc/plat-axs10x
11332F: arch/arc/boot/dts/ax*
11333F: Documentation/devicetree/bindings/arc/axs10*
11334
11335SYSTEM CONFIGURATION (SYSCON)
11336M: Lee Jones <lee.jones@linaro.org>
11337M: Arnd Bergmann <arnd@arndb.de>
11338T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11339S: Supported
11340F: drivers/mfd/syscon.c
11341
11342SYSV FILESYSTEM
11343M: Christoph Hellwig <hch@infradead.org>
11344S: Maintained
11345F: Documentation/filesystems/sysv-fs.txt
11346F: fs/sysv/
11347F: include/linux/sysv_fs.h
11348
11349TARGET SUBSYSTEM
11350M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11351L: linux-scsi@vger.kernel.org
11352L: target-devel@vger.kernel.org
11353W: http://www.linux-iscsi.org
11354W: http://groups.google.com/group/linux-iscsi-target-dev
11355T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11356S: Supported
11357F: drivers/target/
11358F: include/target/
11359F: Documentation/target/
11360
11361TASKSTATS STATISTICS INTERFACE
11362M: Balbir Singh <bsingharora@gmail.com>
11363S: Maintained
11364F: Documentation/accounting/taskstats*
11365F: include/linux/taskstats*
11366F: kernel/taskstats.c
11367
11368TC CLASSIFIER
11369M: Jamal Hadi Salim <jhs@mojatatu.com>
11370L: netdev@vger.kernel.org
11371S: Maintained
11372F: include/net/pkt_cls.h
11373F: include/uapi/linux/pkt_cls.h
11374F: net/sched/
11375
11376TCP LOW PRIORITY MODULE
11377M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11378M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11379W: http://tcp-lp-mod.sourceforge.net/
11380S: Maintained
11381F: net/ipv4/tcp_lp.c
11382
11383TDA10071 MEDIA DRIVER
11384M: Antti Palosaari <crope@iki.fi>
11385L: linux-media@vger.kernel.org
11386W: https://linuxtv.org
11387W: http://palosaari.fi/linux/
11388Q: http://patchwork.linuxtv.org/project/linux-media/list/
11389T: git git://linuxtv.org/anttip/media_tree.git
11390S: Maintained
11391F: drivers/media/dvb-frontends/tda10071*
11392
11393TDA18212 MEDIA DRIVER
11394M: Antti Palosaari <crope@iki.fi>
11395L: linux-media@vger.kernel.org
11396W: https://linuxtv.org
11397W: http://palosaari.fi/linux/
11398Q: http://patchwork.linuxtv.org/project/linux-media/list/
11399T: git git://linuxtv.org/anttip/media_tree.git
11400S: Maintained
11401F: drivers/media/tuners/tda18212*
11402
11403TDA18218 MEDIA DRIVER
11404M: Antti Palosaari <crope@iki.fi>
11405L: linux-media@vger.kernel.org
11406W: https://linuxtv.org
11407W: http://palosaari.fi/linux/
11408Q: http://patchwork.linuxtv.org/project/linux-media/list/
11409T: git git://linuxtv.org/anttip/media_tree.git
11410S: Maintained
11411F: drivers/media/tuners/tda18218*
11412
11413TDA18271 MEDIA DRIVER
11414M: Michael Krufky <mkrufky@linuxtv.org>
11415L: linux-media@vger.kernel.org
11416W: https://linuxtv.org
11417W: http://github.com/mkrufky
11418Q: http://patchwork.linuxtv.org/project/linux-media/list/
11419T: git git://linuxtv.org/mkrufky/tuners.git
11420S: Maintained
11421F: drivers/media/tuners/tda18271*
11422
11423TDA827x MEDIA DRIVER
11424M: Michael Krufky <mkrufky@linuxtv.org>
11425L: linux-media@vger.kernel.org
11426W: https://linuxtv.org
11427W: http://github.com/mkrufky
11428Q: http://patchwork.linuxtv.org/project/linux-media/list/
11429T: git git://linuxtv.org/mkrufky/tuners.git
11430S: Maintained
11431F: drivers/media/tuners/tda8290.*
11432
11433TDA8290 MEDIA DRIVER
11434M: Michael Krufky <mkrufky@linuxtv.org>
11435L: linux-media@vger.kernel.org
11436W: https://linuxtv.org
11437W: http://github.com/mkrufky
11438Q: http://patchwork.linuxtv.org/project/linux-media/list/
11439T: git git://linuxtv.org/mkrufky/tuners.git
11440S: Maintained
11441F: drivers/media/tuners/tda8290.*
11442
11443TDA9840 MEDIA DRIVER
11444M: Hans Verkuil <hverkuil@xs4all.nl>
11445L: linux-media@vger.kernel.org
11446T: git git://linuxtv.org/media_tree.git
11447W: https://linuxtv.org
11448S: Maintained
11449F: drivers/media/i2c/tda9840*
11450
11451TEA5761 TUNER DRIVER
11452M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11453M: Mauro Carvalho Chehab <mchehab@kernel.org>
11454L: linux-media@vger.kernel.org
11455W: https://linuxtv.org
11456T: git git://linuxtv.org/media_tree.git
11457S: Odd fixes
11458F: drivers/media/tuners/tea5761.*
11459
11460TEA5767 TUNER DRIVER
11461M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11462M: Mauro Carvalho Chehab <mchehab@kernel.org>
11463L: linux-media@vger.kernel.org
11464W: https://linuxtv.org
11465T: git git://linuxtv.org/media_tree.git
11466S: Maintained
11467F: drivers/media/tuners/tea5767.*
11468
11469TEA6415C MEDIA DRIVER
11470M: Hans Verkuil <hverkuil@xs4all.nl>
11471L: linux-media@vger.kernel.org
11472T: git git://linuxtv.org/media_tree.git
11473W: https://linuxtv.org
11474S: Maintained
11475F: drivers/media/i2c/tea6415c*
11476
11477TEA6420 MEDIA DRIVER
11478M: Hans Verkuil <hverkuil@xs4all.nl>
11479L: linux-media@vger.kernel.org
11480T: git git://linuxtv.org/media_tree.git
11481W: https://linuxtv.org
11482S: Maintained
11483F: drivers/media/i2c/tea6420*
11484
11485TEAM DRIVER
11486M: Jiri Pirko <jiri@resnulli.us>
11487L: netdev@vger.kernel.org
11488S: Supported
11489F: drivers/net/team/
11490F: include/linux/if_team.h
11491F: include/uapi/linux/if_team.h
11492
11493TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11494M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11495S: Maintained
11496F: arch/x86/platform/ts5500/
11497
11498TECHNOTREND USB IR RECEIVER
11499M: Sean Young <sean@mess.org>
11500L: linux-media@vger.kernel.org
11501S: Maintained
11502F: drivers/media/rc/ttusbir.c
11503
11504TEGRA ARCHITECTURE SUPPORT
11505M: Stephen Warren <swarren@wwwdotorg.org>
11506M: Thierry Reding <thierry.reding@gmail.com>
11507M: Alexandre Courbot <gnurou@gmail.com>
11508L: linux-tegra@vger.kernel.org
11509Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
11510T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11511S: Supported
11512N: [^a-z]tegra
11513
11514TEGRA CLOCK DRIVER
11515M: Peter De Schrijver <pdeschrijver@nvidia.com>
11516M: Prashant Gaikwad <pgaikwad@nvidia.com>
11517S: Supported
11518F: drivers/clk/tegra/
11519
11520TEGRA DMA DRIVERS
11521M: Laxman Dewangan <ldewangan@nvidia.com>
11522M: Jon Hunter <jonathanh@nvidia.com>
11523S: Supported
11524F: drivers/dma/tegra*
11525
11526TEGRA I2C DRIVER
11527M: Laxman Dewangan <ldewangan@nvidia.com>
11528S: Supported
11529F: drivers/i2c/busses/i2c-tegra.c
11530
11531TEGRA IOMMU DRIVERS
11532M: Hiroshi Doyu <hdoyu@nvidia.com>
11533S: Supported
11534F: drivers/iommu/tegra*
11535
11536TEGRA KBC DRIVER
11537M: Rakesh Iyer <riyer@nvidia.com>
11538M: Laxman Dewangan <ldewangan@nvidia.com>
11539S: Supported
11540F: drivers/input/keyboard/tegra-kbc.c
11541
11542TEGRA PWM DRIVER
11543M: Thierry Reding <thierry.reding@gmail.com>
11544S: Supported
11545F: drivers/pwm/pwm-tegra.c
11546
11547TEGRA SERIAL DRIVER
11548M: Laxman Dewangan <ldewangan@nvidia.com>
11549S: Supported
11550F: drivers/tty/serial/serial-tegra.c
11551
11552TEGRA SPI DRIVER
11553M: Laxman Dewangan <ldewangan@nvidia.com>
11554S: Supported
11555F: drivers/spi/spi-tegra*
11556
11557TEHUTI ETHERNET DRIVER
11558M: Andy Gospodarek <andy@greyhouse.net>
11559L: netdev@vger.kernel.org
11560S: Supported
11561F: drivers/net/ethernet/tehuti/*
11562
11563Telecom Clock Driver for MCPL0010
11564M: Mark Gross <mark.gross@intel.com>
11565S: Supported
11566F: drivers/char/tlclk.c
11567
11568TENSILICA XTENSA PORT (xtensa)
11569M: Chris Zankel <chris@zankel.net>
11570M: Max Filippov <jcmvbkbc@gmail.com>
11571L: linux-xtensa@linux-xtensa.org
11572T: git git://github.com/czankel/xtensa-linux.git
11573S: Maintained
11574F: arch/xtensa/
11575F: drivers/irqchip/irq-xtensa-*
11576
11577THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11578M: Hans Verkuil <hverkuil@xs4all.nl>
11579L: linux-media@vger.kernel.org
11580T: git git://linuxtv.org/media_tree.git
11581W: https://linuxtv.org
11582S: Maintained
11583F: drivers/media/radio/radio-raremono.c
11584
11585THERMAL
11586M: Zhang Rui <rui.zhang@intel.com>
11587M: Eduardo Valentin <edubezval@gmail.com>
11588L: linux-pm@vger.kernel.org
11589T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11590T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11591Q: https://patchwork.kernel.org/project/linux-pm/list/
11592S: Supported
11593F: drivers/thermal/
11594F: include/linux/thermal.h
11595F: include/uapi/linux/thermal.h
11596F: include/linux/cpu_cooling.h
11597F: Documentation/devicetree/bindings/thermal/
11598
11599THERMAL/CPU_COOLING
11600M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
11601M: Viresh Kumar <viresh.kumar@linaro.org>
11602M: Javi Merino <javi.merino@arm.com>
11603L: linux-pm@vger.kernel.org
11604S: Supported
11605F: Documentation/thermal/cpu-cooling-api.txt
11606F: drivers/thermal/cpu_cooling.c
11607F: include/linux/cpu_cooling.h
11608
11609THINKPAD ACPI EXTRAS DRIVER
11610M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11611L: ibm-acpi-devel@lists.sourceforge.net
11612L: platform-driver-x86@vger.kernel.org
11613W: http://ibm-acpi.sourceforge.net
11614W: http://thinkwiki.org/wiki/Ibm-acpi
11615T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11616S: Maintained
11617F: drivers/platform/x86/thinkpad_acpi.c
11618
11619TI BANDGAP AND THERMAL DRIVER
11620M: Eduardo Valentin <edubezval@gmail.com>
11621M: Keerthy <j-keerthy@ti.com>
11622L: linux-pm@vger.kernel.org
11623L: linux-omap@vger.kernel.org
11624S: Maintained
11625F: drivers/thermal/ti-soc-thermal/
11626
11627TI VPE/CAL DRIVERS
11628M: Benoit Parrot <bparrot@ti.com>
11629L: linux-media@vger.kernel.org
11630W: http://linuxtv.org/
11631Q: http://patchwork.linuxtv.org/project/linux-media/list/
11632S: Maintained
11633F: drivers/media/platform/ti-vpe/
11634
11635TI CDCE706 CLOCK DRIVER
11636M: Max Filippov <jcmvbkbc@gmail.com>
11637S: Maintained
11638F: drivers/clk/clk-cdce706.c
11639
11640TI CLOCK DRIVER
11641M: Tero Kristo <t-kristo@ti.com>
11642L: linux-omap@vger.kernel.org
11643S: Maintained
11644F: drivers/clk/ti/
11645F: include/linux/clk/ti.h
11646
11647TI ETHERNET SWITCH DRIVER (CPSW)
11648M: Mugunthan V N <mugunthanvnm@ti.com>
11649R: Grygorii Strashko <grygorii.strashko@ti.com>
11650L: linux-omap@vger.kernel.org
11651L: netdev@vger.kernel.org
11652S: Maintained
11653F: drivers/net/ethernet/ti/cpsw*
11654F: drivers/net/ethernet/ti/davinci*
11655
11656TI FLASH MEDIA INTERFACE DRIVER
11657M: Alex Dubov <oakad@yahoo.com>
11658S: Maintained
11659F: drivers/misc/tifm*
11660F: drivers/mmc/host/tifm_sd.c
11661F: include/linux/tifm.h
11662
11663TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11664M: Santosh Shilimkar <ssantosh@kernel.org>
11665L: linux-kernel@vger.kernel.org
11666L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11667S: Maintained
11668F: drivers/soc/ti/*
11669T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11670
11671
11672TI LM49xxx FAMILY ASoC CODEC DRIVERS
11673M: M R Swami Reddy <mr.swami.reddy@ti.com>
11674M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11675L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11676S: Maintained
11677F: sound/soc/codecs/lm49453*
11678F: sound/soc/codecs/isabelle*
11679
11680TI LP855x BACKLIGHT DRIVER
11681M: Milo Kim <milo.kim@ti.com>
11682S: Maintained
11683F: Documentation/backlight/lp855x-driver.txt
11684F: drivers/video/backlight/lp855x_bl.c
11685F: include/linux/platform_data/lp855x.h
11686
11687TI LP8727 CHARGER DRIVER
11688M: Milo Kim <milo.kim@ti.com>
11689S: Maintained
11690F: drivers/power/lp8727_charger.c
11691F: include/linux/platform_data/lp8727.h
11692
11693TI LP8788 MFD DRIVER
11694M: Milo Kim <milo.kim@ti.com>
11695S: Maintained
11696F: drivers/iio/adc/lp8788_adc.c
11697F: drivers/leds/leds-lp8788.c
11698F: drivers/mfd/lp8788*.c
11699F: drivers/power/lp8788-charger.c
11700F: drivers/regulator/lp8788-*.c
11701F: include/linux/mfd/lp8788*.h
11702
11703TI NETCP ETHERNET DRIVER
11704M: Wingman Kwok <w-kwok2@ti.com>
11705M: Murali Karicheri <m-karicheri2@ti.com>
11706L: netdev@vger.kernel.org
11707S: Maintained
11708F: drivers/net/ethernet/ti/netcp*
11709
11710TI TAS571X FAMILY ASoC CODEC DRIVER
11711M: Kevin Cernekee <cernekee@chromium.org>
11712L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11713S: Odd Fixes
11714F: sound/soc/codecs/tas571x*
11715
11716TI TWL4030 SERIES SOC CODEC DRIVER
11717M: Peter Ujfalusi <peter.ujfalusi@ti.com>
11718L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11719S: Maintained
11720F: sound/soc/codecs/twl4030*
11721
11722TI WILINK WIRELESS DRIVERS
11723L: linux-wireless@vger.kernel.org
11724W: http://wireless.kernel.org/en/users/Drivers/wl12xx
11725W: http://wireless.kernel.org/en/users/Drivers/wl1251
11726T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11727S: Orphan
11728F: drivers/net/wireless/ti/
11729F: include/linux/wl12xx.h
11730
11731TIPC NETWORK LAYER
11732M: Jon Maloy <jon.maloy@ericsson.com>
11733M: Ying Xue <ying.xue@windriver.com>
11734L: netdev@vger.kernel.org (core kernel code)
11735L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11736W: http://tipc.sourceforge.net/
11737S: Maintained
11738F: include/uapi/linux/tipc*.h
11739F: net/tipc/
11740
11741TILE ARCHITECTURE
11742M: Chris Metcalf <cmetcalf@mellanox.com>
11743W: http://www.mellanox.com/repository/solutions/tile-scm/
11744T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11745S: Supported
11746F: arch/tile/
11747F: drivers/char/tile-srom.c
11748F: drivers/edac/tile_edac.c
11749F: drivers/net/ethernet/tile/
11750F: drivers/rtc/rtc-tile.c
11751F: drivers/tty/hvc/hvc_tile.c
11752F: drivers/tty/serial/tilegx.c
11753F: drivers/usb/host/*-tilegx.c
11754F: include/linux/usb/tilegx.h
11755
11756TLAN NETWORK DRIVER
11757M: Samuel Chessman <chessman@tux.org>
11758L: tlan-devel@lists.sourceforge.net (subscribers-only)
11759W: http://sourceforge.net/projects/tlan/
11760S: Maintained
11761F: Documentation/networking/tlan.txt
11762F: drivers/net/ethernet/ti/tlan.*
11763
11764TOMOYO SECURITY MODULE
11765M: Kentaro Takeda <takedakn@nttdata.co.jp>
11766M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11767L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11768L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11769L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11770L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11771W: http://tomoyo.sourceforge.jp/
11772T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11773S: Maintained
11774F: security/tomoyo/
11775
11776TOPSTAR LAPTOP EXTRAS DRIVER
11777M: Herton Ronaldo Krzesinski <herton@canonical.com>
11778L: platform-driver-x86@vger.kernel.org
11779S: Maintained
11780F: drivers/platform/x86/topstar-laptop.c
11781
11782TOSHIBA ACPI EXTRAS DRIVER
11783M: Azael Avalos <coproscefalo@gmail.com>
11784L: platform-driver-x86@vger.kernel.org
11785S: Maintained
11786F: drivers/platform/x86/toshiba_acpi.c
11787
11788TOSHIBA BLUETOOTH DRIVER
11789M: Azael Avalos <coproscefalo@gmail.com>
11790L: platform-driver-x86@vger.kernel.org
11791S: Maintained
11792F: drivers/platform/x86/toshiba_bluetooth.c
11793
11794TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11795M: Azael Avalos <coproscefalo@gmail.com>
11796L: platform-driver-x86@vger.kernel.org
11797S: Maintained
11798F: drivers/platform/x86/toshiba_haps.c
11799
11800TOSHIBA WMI HOTKEYS DRIVER
11801M: Azael Avalos <coproscefalo@gmail.com>
11802L: platform-driver-x86@vger.kernel.org
11803S: Maintained
11804F: drivers/platform/x86/toshiba-wmi.c
11805
11806TOSHIBA SMM DRIVER
11807M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11808W: http://www.buzzard.org.uk/toshiba/
11809S: Maintained
11810F: drivers/char/toshiba.c
11811F: include/linux/toshiba.h
11812F: include/uapi/linux/toshiba.h
11813
11814TOSHIBA TC358743 DRIVER
11815M: Mats Randgaard <matrandg@cisco.com>
11816L: linux-media@vger.kernel.org
11817S: Maintained
11818F: drivers/media/i2c/tc358743*
11819F: include/media/i2c/tc358743.h
11820
11821TMIO/SDHI MMC DRIVER
11822M: Wolfram Sang <wsa+renesas@sang-engineering.com>
11823L: linux-mmc@vger.kernel.org
11824S: Supported
11825F: drivers/mmc/host/tmio_mmc*
11826F: drivers/mmc/host/sh_mobile_sdhi.c
11827F: include/linux/mfd/tmio.h
11828
11829TMP401 HARDWARE MONITOR DRIVER
11830M: Guenter Roeck <linux@roeck-us.net>
11831L: linux-hwmon@vger.kernel.org
11832S: Maintained
11833F: Documentation/hwmon/tmp401
11834F: drivers/hwmon/tmp401.c
11835
11836TMPFS (SHMEM FILESYSTEM)
11837M: Hugh Dickins <hughd@google.com>
11838L: linux-mm@kvack.org
11839S: Maintained
11840F: include/linux/shmem_fs.h
11841F: mm/shmem.c
11842
11843TM6000 VIDEO4LINUX DRIVER
11844M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11845M: Mauro Carvalho Chehab <mchehab@kernel.org>
11846L: linux-media@vger.kernel.org
11847W: https://linuxtv.org
11848T: git git://linuxtv.org/media_tree.git
11849S: Odd fixes
11850F: drivers/media/usb/tm6000/
11851
11852TW68 VIDEO4LINUX DRIVER
11853M: Hans Verkuil <hverkuil@xs4all.nl>
11854L: linux-media@vger.kernel.org
11855T: git git://linuxtv.org/media_tree.git
11856W: https://linuxtv.org
11857S: Odd Fixes
11858F: drivers/media/pci/tw68/
11859
11860TW686X VIDEO4LINUX DRIVER
11861M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11862L: linux-media@vger.kernel.org
11863T: git git://linuxtv.org/media_tree.git
11864W: http://linuxtv.org
11865S: Maintained
11866F: drivers/media/pci/tw686x/
11867
11868TPM DEVICE DRIVER
11869M: Peter Huewe <peterhuewe@gmx.de>
11870M: Marcel Selhorst <tpmdd@selhorst.net>
11871M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11872R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11873W: http://tpmdd.sourceforge.net
11874L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11875Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
11876T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
11877S: Maintained
11878F: drivers/char/tpm/
11879
11880TPM IBM_VTPM DEVICE DRIVER
11881M: Ashley Lai <ashleydlai@gmail.com>
11882W: http://tpmdd.sourceforge.net
11883L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11884S: Maintained
11885F: drivers/char/tpm/tpm_ibmvtpm*
11886
11887TRACING
11888M: Steven Rostedt <rostedt@goodmis.org>
11889M: Ingo Molnar <mingo@redhat.com>
11890T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11891S: Maintained
11892F: Documentation/trace/ftrace.txt
11893F: arch/*/*/*/ftrace.h
11894F: arch/*/kernel/ftrace.c
11895F: include/*/ftrace.h
11896F: include/linux/trace*.h
11897F: include/trace/
11898F: kernel/trace/
11899F: tools/testing/selftests/ftrace/
11900
11901TRACING MMIO ACCESSES (MMIOTRACE)
11902M: Steven Rostedt <rostedt@goodmis.org>
11903M: Ingo Molnar <mingo@kernel.org>
11904R: Karol Herbst <karolherbst@gmail.com>
11905R: Pekka Paalanen <ppaalanen@gmail.com>
11906S: Maintained
11907L: linux-kernel@vger.kernel.org
11908L: nouveau@lists.freedesktop.org
11909F: kernel/trace/trace_mmiotrace.c
11910F: include/linux/mmiotrace.h
11911F: arch/x86/mm/kmmio.c
11912F: arch/x86/mm/mmio-mod.c
11913F: arch/x86/mm/testmmiotrace.c
11914
11915TRIVIAL PATCHES
11916M: Jiri Kosina <trivial@kernel.org>
11917T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11918S: Maintained
11919K: ^Subject:.*(?i)trivial
11920
11921TTY LAYER
11922M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11923M: Jiri Slaby <jslaby@suse.com>
11924S: Supported
11925T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11926F: Documentation/serial/
11927F: drivers/tty/
11928F: drivers/tty/serial/serial_core.c
11929F: include/linux/serial_core.h
11930F: include/linux/serial.h
11931F: include/linux/tty.h
11932F: include/uapi/linux/serial_core.h
11933F: include/uapi/linux/serial.h
11934F: include/uapi/linux/tty.h
11935
11936TUA9001 MEDIA DRIVER
11937M: Antti Palosaari <crope@iki.fi>
11938L: linux-media@vger.kernel.org
11939W: https://linuxtv.org
11940W: http://palosaari.fi/linux/
11941Q: http://patchwork.linuxtv.org/project/linux-media/list/
11942T: git git://linuxtv.org/anttip/media_tree.git
11943S: Maintained
11944F: drivers/media/tuners/tua9001*
11945
11946TULIP NETWORK DRIVERS
11947L: netdev@vger.kernel.org
11948L: linux-parisc@vger.kernel.org
11949S: Orphan
11950F: drivers/net/ethernet/dec/tulip/
11951
11952TUN/TAP driver
11953M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
11954W: http://vtun.sourceforge.net/tun
11955S: Maintained
11956F: Documentation/networking/tuntap.txt
11957F: arch/um/os-Linux/drivers/
11958
11959TURBOCHANNEL SUBSYSTEM
11960M: "Maciej W. Rozycki" <macro@linux-mips.org>
11961M: Ralf Baechle <ralf@linux-mips.org>
11962L: linux-mips@linux-mips.org
11963Q: http://patchwork.linux-mips.org/project/linux-mips/list/
11964S: Maintained
11965F: drivers/tc/
11966F: include/linux/tc.h
11967
11968U14-34F SCSI DRIVER
11969M: Dario Ballabio <ballabio_dario@emc.com>
11970L: linux-scsi@vger.kernel.org
11971S: Maintained
11972F: drivers/scsi/u14-34f.c
11973
11974UBI FILE SYSTEM (UBIFS)
11975M: Richard Weinberger <richard@nod.at>
11976M: Artem Bityutskiy <dedekind1@gmail.com>
11977M: Adrian Hunter <adrian.hunter@intel.com>
11978L: linux-mtd@lists.infradead.org
11979T: git git://git.infradead.org/ubifs-2.6.git
11980W: http://www.linux-mtd.infradead.org/doc/ubifs.html
11981S: Supported
11982F: Documentation/filesystems/ubifs.txt
11983F: fs/ubifs/
11984
11985UCLINUX (M68KNOMMU AND COLDFIRE)
11986M: Greg Ungerer <gerg@linux-m68k.org>
11987W: http://www.linux-m68k.org/
11988W: http://www.uclinux.org/
11989L: linux-m68k@lists.linux-m68k.org
11990L: uclinux-dev@uclinux.org (subscribers-only)
11991T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11992S: Maintained
11993F: arch/m68k/coldfire/
11994F: arch/m68k/68*/
11995F: arch/m68k/*/*_no.*
11996F: arch/m68k/include/asm/*_no.*
11997
11998UDF FILESYSTEM
11999M: Jan Kara <jack@suse.com>
12000S: Maintained
12001F: Documentation/filesystems/udf.txt
12002F: fs/udf/
12003
12004UFS FILESYSTEM
12005M: Evgeniy Dushistov <dushistov@mail.ru>
12006S: Maintained
12007F: Documentation/filesystems/ufs.txt
12008F: fs/ufs/
12009
12010UHID USERSPACE HID IO DRIVER:
12011M: David Herrmann <dh.herrmann@googlemail.com>
12012L: linux-input@vger.kernel.org
12013S: Maintained
12014F: drivers/hid/uhid.c
12015F: include/uapi/linux/uhid.h
12016
12017ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12018L: linux-usb@vger.kernel.org
12019S: Orphan
12020F: drivers/uwb/
12021F: include/linux/uwb.h
12022F: include/linux/uwb/
12023
12024UNICORE32 ARCHITECTURE:
12025M: Guan Xuetao <gxt@mprc.pku.edu.cn>
12026W: http://mprc.pku.edu.cn/~guanxuetao/linux
12027S: Maintained
12028T: git git://github.com/gxt/linux.git
12029F: arch/unicore32/
12030
12031UNIFDEF
12032M: Tony Finch <dot@dotat.at>
12033W: http://dotat.at/prog/unifdef
12034S: Maintained
12035F: scripts/unifdef.c
12036
12037UNIFORM CDROM DRIVER
12038M: Jens Axboe <axboe@kernel.dk>
12039W: http://www.kernel.dk
12040S: Maintained
12041F: Documentation/cdrom/
12042F: drivers/cdrom/cdrom.c
12043F: include/linux/cdrom.h
12044F: include/uapi/linux/cdrom.h
12045
12046UNISYS S-PAR DRIVERS
12047M: David Kershner <david.kershner@unisys.com>
12048L: sparmaintainer@unisys.com (Unisys internal)
12049S: Supported
12050F: drivers/staging/unisys/
12051
12052UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12053M: Vinayak Holikatti <vinholikatti@gmail.com>
12054L: linux-scsi@vger.kernel.org
12055S: Supported
12056F: Documentation/scsi/ufs.txt
12057F: drivers/scsi/ufs/
12058
12059UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12060M: Joao Pinto <Joao.Pinto@synopsys.com>
12061L: linux-scsi@vger.kernel.org
12062S: Supported
12063F: drivers/scsi/ufs/*dwc*
12064
12065UNSORTED BLOCK IMAGES (UBI)
12066M: Artem Bityutskiy <dedekind1@gmail.com>
12067M: Richard Weinberger <richard@nod.at>
12068W: http://www.linux-mtd.infradead.org/
12069L: linux-mtd@lists.infradead.org
12070T: git git://git.infradead.org/ubifs-2.6.git
12071S: Supported
12072F: drivers/mtd/ubi/
12073F: include/linux/mtd/ubi.h
12074F: include/uapi/mtd/ubi-user.h
12075
12076USB ACM DRIVER
12077M: Oliver Neukum <oneukum@suse.com>
12078L: linux-usb@vger.kernel.org
12079S: Maintained
12080F: Documentation/usb/acm.txt
12081F: drivers/usb/class/cdc-acm.*
12082
12083USB AR5523 WIRELESS DRIVER
12084M: Pontus Fuchs <pontus.fuchs@gmail.com>
12085L: linux-wireless@vger.kernel.org
12086S: Maintained
12087F: drivers/net/wireless/ath/ar5523/
12088
12089USB ATTACHED SCSI
12090M: Oliver Neukum <oneukum@suse.com>
12091L: linux-usb@vger.kernel.org
12092L: linux-scsi@vger.kernel.org
12093S: Maintained
12094F: drivers/usb/storage/uas.c
12095
12096USB CDC ETHERNET DRIVER
12097M: Oliver Neukum <oliver@neukum.org>
12098L: linux-usb@vger.kernel.org
12099S: Maintained
12100F: drivers/net/usb/cdc_*.c
12101F: include/uapi/linux/usb/cdc.h
12102
12103USB CHAOSKEY DRIVER
12104M: Keith Packard <keithp@keithp.com>
12105L: linux-usb@vger.kernel.org
12106S: Maintained
12107F: drivers/usb/misc/chaoskey.c
12108
12109USB CYPRESS C67X00 DRIVER
12110M: Peter Korsgaard <jacmet@sunsite.dk>
12111L: linux-usb@vger.kernel.org
12112S: Maintained
12113F: drivers/usb/c67x00/
12114
12115USB DAVICOM DM9601 DRIVER
12116M: Peter Korsgaard <jacmet@sunsite.dk>
12117L: netdev@vger.kernel.org
12118W: http://www.linux-usb.org/usbnet
12119S: Maintained
12120F: drivers/net/usb/dm9601.c
12121
12122USB DIAMOND RIO500 DRIVER
12123M: Cesar Miquel <miquel@df.uba.ar>
12124L: rio500-users@lists.sourceforge.net
12125W: http://rio500.sourceforge.net
12126S: Maintained
12127F: drivers/usb/misc/rio500*
12128
12129USB EHCI DRIVER
12130M: Alan Stern <stern@rowland.harvard.edu>
12131L: linux-usb@vger.kernel.org
12132S: Maintained
12133F: Documentation/usb/ehci.txt
12134F: drivers/usb/host/ehci*
12135
12136USB GADGET/PERIPHERAL SUBSYSTEM
12137M: Felipe Balbi <balbi@kernel.org>
12138L: linux-usb@vger.kernel.org
12139W: http://www.linux-usb.org/gadget
12140T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12141S: Maintained
12142F: drivers/usb/gadget/
12143F: include/linux/usb/gadget*
12144
12145USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12146M: Jiri Kosina <jikos@kernel.org>
12147R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
12148L: linux-usb@vger.kernel.org
12149T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12150S: Maintained
12151F: Documentation/hid/hiddev.txt
12152F: drivers/hid/usbhid/
12153
12154USB ISP116X DRIVER
12155M: Olav Kongas <ok@artecdesign.ee>
12156L: linux-usb@vger.kernel.org
12157S: Maintained
12158F: drivers/usb/host/isp116x*
12159F: include/linux/usb/isp116x.h
12160
12161USB LAN78XX ETHERNET DRIVER
12162M: Woojung Huh <woojung.huh@microchip.com>
12163M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12164L: netdev@vger.kernel.org
12165S: Maintained
12166F: drivers/net/usb/lan78xx.*
12167
12168USB MASS STORAGE DRIVER
12169M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
12170L: linux-usb@vger.kernel.org
12171L: usb-storage@lists.one-eyed-alien.net
12172S: Maintained
12173W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
12174F: drivers/usb/storage/
12175
12176USB MIDI DRIVER
12177M: Clemens Ladisch <clemens@ladisch.de>
12178L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12179T: git git://git.alsa-project.org/alsa-kernel.git
12180S: Maintained
12181F: sound/usb/midi.*
12182
12183USB NETWORKING DRIVERS
12184L: linux-usb@vger.kernel.org
12185S: Odd Fixes
12186F: drivers/net/usb/
12187
12188USB OHCI DRIVER
12189M: Alan Stern <stern@rowland.harvard.edu>
12190L: linux-usb@vger.kernel.org
12191S: Maintained
12192F: Documentation/usb/ohci.txt
12193F: drivers/usb/host/ohci*
12194
12195USB OTG FSM (Finite State Machine)
12196M: Peter Chen <Peter.Chen@nxp.com>
12197T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12198L: linux-usb@vger.kernel.org
12199S: Maintained
12200F: drivers/usb/common/usb-otg-fsm.c
12201
12202USB OVER IP DRIVER
12203M: Valentina Manea <valentina.manea.m@gmail.com>
12204M: Shuah Khan <shuahkh@osg.samsung.com>
12205M: Shuah Khan <shuah@kernel.org>
12206L: linux-usb@vger.kernel.org
12207S: Maintained
12208F: Documentation/usb/usbip_protocol.txt
12209F: drivers/usb/usbip/
12210F: tools/usb/usbip/
12211
12212USB PEGASUS DRIVER
12213M: Petko Manolov <petkan@nucleusys.com>
12214L: linux-usb@vger.kernel.org
12215L: netdev@vger.kernel.org
12216T: git git://github.com/petkan/pegasus.git
12217W: https://github.com/petkan/pegasus
12218S: Maintained
12219F: drivers/net/usb/pegasus.*
12220
12221USB PHY LAYER
12222M: Felipe Balbi <balbi@kernel.org>
12223L: linux-usb@vger.kernel.org
12224T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12225S: Maintained
12226F: drivers/usb/phy/
12227
12228USB PRINTER DRIVER (usblp)
12229M: Pete Zaitcev <zaitcev@redhat.com>
12230L: linux-usb@vger.kernel.org
12231S: Supported
12232F: drivers/usb/class/usblp.c
12233
12234USB QMI WWAN NETWORK DRIVER
12235M: Bjørn Mork <bjorn@mork.no>
12236L: netdev@vger.kernel.org
12237S: Maintained
12238F: Documentation/ABI/testing/sysfs-class-net-qmi
12239F: drivers/net/usb/qmi_wwan.c
12240
12241USB RTL8150 DRIVER
12242M: Petko Manolov <petkan@nucleusys.com>
12243L: linux-usb@vger.kernel.org
12244L: netdev@vger.kernel.org
12245T: git git://github.com/petkan/rtl8150.git
12246W: https://github.com/petkan/rtl8150
12247S: Maintained
12248F: drivers/net/usb/rtl8150.c
12249
12250USB SERIAL SUBSYSTEM
12251M: Johan Hovold <johan@kernel.org>
12252L: linux-usb@vger.kernel.org
12253S: Maintained
12254F: Documentation/usb/usb-serial.txt
12255F: drivers/usb/serial/
12256F: include/linux/usb/serial.h
12257
12258USB SMSC75XX ETHERNET DRIVER
12259M: Steve Glendinning <steve.glendinning@shawell.net>
12260L: netdev@vger.kernel.org
12261S: Maintained
12262F: drivers/net/usb/smsc75xx.*
12263
12264USB SMSC95XX ETHERNET DRIVER
12265M: Steve Glendinning <steve.glendinning@shawell.net>
12266L: netdev@vger.kernel.org
12267S: Maintained
12268F: drivers/net/usb/smsc95xx.*
12269
12270USB SUBSYSTEM
12271M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12272L: linux-usb@vger.kernel.org
12273W: http://www.linux-usb.org
12274T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12275S: Supported
12276F: Documentation/devicetree/bindings/usb/
12277F: Documentation/usb/
12278F: drivers/usb/
12279F: include/linux/usb.h
12280F: include/linux/usb/
12281
12282USB UHCI DRIVER
12283M: Alan Stern <stern@rowland.harvard.edu>
12284L: linux-usb@vger.kernel.org
12285S: Maintained
12286F: drivers/usb/host/uhci*
12287
12288USB "USBNET" DRIVER FRAMEWORK
12289M: Oliver Neukum <oneukum@suse.com>
12290L: netdev@vger.kernel.org
12291W: http://www.linux-usb.org/usbnet
12292S: Maintained
12293F: drivers/net/usb/usbnet.c
12294F: include/linux/usb/usbnet.h
12295
12296USB VIDEO CLASS
12297M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12298L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12299L: linux-media@vger.kernel.org
12300T: git git://linuxtv.org/media_tree.git
12301W: http://www.ideasonboard.org/uvc/
12302S: Maintained
12303F: drivers/media/usb/uvc/
12304F: include/uapi/linux/uvcvideo.h
12305
12306USB VISION DRIVER
12307M: Hans Verkuil <hverkuil@xs4all.nl>
12308L: linux-media@vger.kernel.org
12309T: git git://linuxtv.org/media_tree.git
12310W: https://linuxtv.org
12311S: Odd Fixes
12312F: drivers/media/usb/usbvision/
12313
12314USB WEBCAM GADGET
12315M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12316L: linux-usb@vger.kernel.org
12317S: Maintained
12318F: drivers/usb/gadget/function/*uvc*
12319F: drivers/usb/gadget/legacy/webcam.c
12320
12321USB WIRELESS RNDIS DRIVER (rndis_wlan)
12322M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
12323L: linux-wireless@vger.kernel.org
12324S: Maintained
12325F: drivers/net/wireless/rndis_wlan.c
12326
12327USB XHCI DRIVER
12328M: Mathias Nyman <mathias.nyman@intel.com>
12329L: linux-usb@vger.kernel.org
12330S: Supported
12331F: drivers/usb/host/xhci*
12332F: drivers/usb/host/pci-quirks*
12333
12334USB ZD1201 DRIVER
12335L: linux-wireless@vger.kernel.org
12336W: http://linux-lc100020.sourceforge.net
12337S: Orphan
12338F: drivers/net/wireless/zydas/zd1201.*
12339
12340USB ZR364XX DRIVER
12341M: Antoine Jacquet <royale@zerezo.com>
12342L: linux-usb@vger.kernel.org
12343L: linux-media@vger.kernel.org
12344T: git git://linuxtv.org/media_tree.git
12345W: http://royale.zerezo.com/zr364xx/
12346S: Maintained
12347F: Documentation/video4linux/zr364xx.txt
12348F: drivers/media/usb/zr364xx/
12349
12350ULPI BUS
12351M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
12352L: linux-usb@vger.kernel.org
12353S: Maintained
12354F: drivers/usb/common/ulpi.c
12355F: include/linux/ulpi/
12356
12357USER-MODE LINUX (UML)
12358M: Jeff Dike <jdike@addtoit.com>
12359M: Richard Weinberger <richard@nod.at>
12360L: user-mode-linux-devel@lists.sourceforge.net
12361L: user-mode-linux-user@lists.sourceforge.net
12362W: http://user-mode-linux.sourceforge.net
12363T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12364S: Maintained
12365F: Documentation/virtual/uml/
12366F: arch/um/
12367F: arch/x86/um/
12368F: fs/hostfs/
12369F: fs/hppfs/
12370
12371USERSPACE I/O (UIO)
12372M: "Hans J. Koch" <hjk@hansjkoch.de>
12373M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12374S: Maintained
12375T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12376F: Documentation/DocBook/uio-howto.tmpl
12377F: drivers/uio/
12378F: include/linux/uio*.h
12379
12380UTIL-LINUX PACKAGE
12381M: Karel Zak <kzak@redhat.com>
12382L: util-linux@vger.kernel.org
12383W: http://en.wikipedia.org/wiki/Util-linux
12384T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12385S: Maintained
12386
12387UVESAFB DRIVER
12388M: Michal Januszewski <spock@gentoo.org>
12389L: linux-fbdev@vger.kernel.org
12390W: http://dev.gentoo.org/~spock/projects/uvesafb/
12391S: Maintained
12392F: Documentation/fb/uvesafb.txt
12393F: drivers/video/fbdev/uvesafb.*
12394
12395VF610 NAND DRIVER
12396M: Stefan Agner <stefan@agner.ch>
12397L: linux-mtd@lists.infradead.org
12398S: Supported
12399F: drivers/mtd/nand/vf610_nfc.c
12400
12401VFAT/FAT/MSDOS FILESYSTEM
12402M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12403S: Maintained
12404F: Documentation/filesystems/vfat.txt
12405F: fs/fat/
12406
12407VFIO DRIVER
12408M: Alex Williamson <alex.williamson@redhat.com>
12409L: kvm@vger.kernel.org
12410T: git git://github.com/awilliam/linux-vfio.git
12411S: Maintained
12412F: Documentation/vfio.txt
12413F: drivers/vfio/
12414F: include/linux/vfio.h
12415F: include/uapi/linux/vfio.h
12416
12417VFIO PLATFORM DRIVER
12418M: Baptiste Reynal <b.reynal@virtualopensystems.com>
12419L: kvm@vger.kernel.org
12420S: Maintained
12421F: drivers/vfio/platform/
12422
12423VIDEOBUF2 FRAMEWORK
12424M: Pawel Osciak <pawel@osciak.com>
12425M: Marek Szyprowski <m.szyprowski@samsung.com>
12426M: Kyungmin Park <kyungmin.park@samsung.com>
12427L: linux-media@vger.kernel.org
12428S: Maintained
12429F: drivers/media/v4l2-core/videobuf2-*
12430F: include/media/videobuf2-*
12431
12432VIRTIO AND VHOST VSOCK DRIVER
12433M: Stefan Hajnoczi <stefanha@redhat.com>
12434L: kvm@vger.kernel.org
12435L: virtualization@lists.linux-foundation.org
12436L: netdev@vger.kernel.org
12437S: Maintained
12438F: include/linux/virtio_vsock.h
12439F: include/uapi/linux/virtio_vsock.h
12440F: net/vmw_vsock/virtio_transport_common.c
12441F: net/vmw_vsock/virtio_transport.c
12442F: drivers/vhost/vsock.c
12443F: drivers/vhost/vsock.h
12444
12445VIRTUAL SERIO DEVICE DRIVER
12446M: Stephen Chandler Paul <thatslyude@gmail.com>
12447S: Maintained
12448F: drivers/input/serio/userio.c
12449F: include/uapi/linux/userio.h
12450
12451VIRTIO CONSOLE DRIVER
12452M: Amit Shah <amit.shah@redhat.com>
12453L: virtualization@lists.linux-foundation.org
12454S: Maintained
12455F: drivers/char/virtio_console.c
12456F: include/linux/virtio_console.h
12457F: include/uapi/linux/virtio_console.h
12458
12459VIRTIO CORE, NET AND BLOCK DRIVERS
12460M: "Michael S. Tsirkin" <mst@redhat.com>
12461L: virtualization@lists.linux-foundation.org
12462S: Maintained
12463F: Documentation/devicetree/bindings/virtio/
12464F: drivers/virtio/
12465F: tools/virtio/
12466F: drivers/net/virtio_net.c
12467F: drivers/block/virtio_blk.c
12468F: include/linux/virtio_*.h
12469F: include/uapi/linux/virtio_*.h
12470
12471VIRTIO DRIVERS FOR S390
12472M: Christian Borntraeger <borntraeger@de.ibm.com>
12473M: Cornelia Huck <cornelia.huck@de.ibm.com>
12474L: linux-s390@vger.kernel.org
12475L: virtualization@lists.linux-foundation.org
12476L: kvm@vger.kernel.org
12477S: Supported
12478F: drivers/s390/virtio/
12479
12480VIRTIO GPU DRIVER
12481M: David Airlie <airlied@linux.ie>
12482M: Gerd Hoffmann <kraxel@redhat.com>
12483L: dri-devel@lists.freedesktop.org
12484L: virtualization@lists.linux-foundation.org
12485S: Maintained
12486F: drivers/gpu/drm/virtio/
12487F: include/uapi/linux/virtio_gpu.h
12488
12489VIRTIO HOST (VHOST)
12490M: "Michael S. Tsirkin" <mst@redhat.com>
12491L: kvm@vger.kernel.org
12492L: virtualization@lists.linux-foundation.org
12493L: netdev@vger.kernel.org
12494T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12495S: Maintained
12496F: drivers/vhost/
12497F: include/uapi/linux/vhost.h
12498
12499VIRTIO INPUT DRIVER
12500M: Gerd Hoffmann <kraxel@redhat.com>
12501S: Maintained
12502F: drivers/virtio/virtio_input.c
12503F: include/uapi/linux/virtio_input.h
12504
12505VIA RHINE NETWORK DRIVER
12506S: Orphan
12507F: drivers/net/ethernet/via/via-rhine.c
12508
12509VIA SD/MMC CARD CONTROLLER DRIVER
12510M: Bruce Chang <brucechang@via.com.tw>
12511M: Harald Welte <HaraldWelte@viatech.com>
12512S: Maintained
12513F: drivers/mmc/host/via-sdmmc.c
12514
12515VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12516M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12517L: linux-fbdev@vger.kernel.org
12518S: Maintained
12519F: include/linux/via-core.h
12520F: include/linux/via-gpio.h
12521F: include/linux/via_i2c.h
12522F: drivers/video/fbdev/via/
12523
12524VIA VELOCITY NETWORK DRIVER
12525M: Francois Romieu <romieu@fr.zoreil.com>
12526L: netdev@vger.kernel.org
12527S: Maintained
12528F: drivers/net/ethernet/via/via-velocity.*
12529
12530VIRT LIB
12531M: Alex Williamson <alex.williamson@redhat.com>
12532M: Paolo Bonzini <pbonzini@redhat.com>
12533L: kvm@vger.kernel.org
12534S: Supported
12535F: virt/lib/
12536
12537VIVID VIRTUAL VIDEO DRIVER
12538M: Hans Verkuil <hverkuil@xs4all.nl>
12539L: linux-media@vger.kernel.org
12540T: git git://linuxtv.org/media_tree.git
12541W: https://linuxtv.org
12542S: Maintained
12543F: drivers/media/platform/vivid/*
12544
12545VLAN (802.1Q)
12546M: Patrick McHardy <kaber@trash.net>
12547L: netdev@vger.kernel.org
12548S: Maintained
12549F: drivers/net/macvlan.c
12550F: include/linux/if_*vlan.h
12551F: net/8021q/
12552
12553VLYNQ BUS
12554M: Florian Fainelli <florian@openwrt.org>
12555L: openwrt-devel@lists.openwrt.org (subscribers-only)
12556S: Maintained
12557F: drivers/vlynq/vlynq.c
12558F: include/linux/vlynq.h
12559
12560VME SUBSYSTEM
12561M: Martyn Welch <martyn@welchs.me.uk>
12562M: Manohar Vanga <manohar.vanga@gmail.com>
12563M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12564L: devel@driverdev.osuosl.org
12565S: Maintained
12566T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12567F: Documentation/vme_api.txt
12568F: drivers/staging/vme/
12569F: drivers/vme/
12570F: include/linux/vme*
12571
12572VMWARE HYPERVISOR INTERFACE
12573M: Alok Kataria <akataria@vmware.com>
12574L: virtualization@lists.linux-foundation.org
12575S: Supported
12576F: arch/x86/kernel/cpu/vmware.c
12577
12578VMWARE BALLOON DRIVER
12579M: Xavier Deguillard <xdeguillard@vmware.com>
12580M: Philip Moltmann <moltmann@vmware.com>
12581M: "VMware, Inc." <pv-drivers@vmware.com>
12582L: linux-kernel@vger.kernel.org
12583S: Maintained
12584F: drivers/misc/vmw_balloon.c
12585
12586VMWARE VMMOUSE SUBDRIVER
12587M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12588M: "VMware, Inc." <pv-drivers@vmware.com>
12589L: linux-input@vger.kernel.org
12590S: Maintained
12591F: drivers/input/mouse/vmmouse.c
12592F: drivers/input/mouse/vmmouse.h
12593
12594VMWARE VMXNET3 ETHERNET DRIVER
12595M: Shrikrishna Khare <skhare@vmware.com>
12596M: "VMware, Inc." <pv-drivers@vmware.com>
12597L: netdev@vger.kernel.org
12598S: Maintained
12599F: drivers/net/vmxnet3/
12600
12601VMware PVSCSI driver
12602M: Jim Gill <jgill@vmware.com>
12603M: VMware PV-Drivers <pv-drivers@vmware.com>
12604L: linux-scsi@vger.kernel.org
12605S: Maintained
12606F: drivers/scsi/vmw_pvscsi.c
12607F: drivers/scsi/vmw_pvscsi.h
12608
12609VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12610M: Liam Girdwood <lgirdwood@gmail.com>
12611M: Mark Brown <broonie@kernel.org>
12612L: linux-kernel@vger.kernel.org
12613W: http://www.slimlogic.co.uk/?p=48
12614T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12615S: Supported
12616F: Documentation/devicetree/bindings/regulator/
12617F: drivers/regulator/
12618F: include/dt-bindings/regulator/
12619F: include/linux/regulator/
12620
12621VRF
12622M: David Ahern <dsa@cumulusnetworks.com>
12623M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
12624L: netdev@vger.kernel.org
12625S: Maintained
12626F: drivers/net/vrf.c
12627F: Documentation/networking/vrf.txt
12628
12629VT1211 HARDWARE MONITOR DRIVER
12630M: Juerg Haefliger <juergh@gmail.com>
12631L: linux-hwmon@vger.kernel.org
12632S: Maintained
12633F: Documentation/hwmon/vt1211
12634F: drivers/hwmon/vt1211.c
12635
12636VT8231 HARDWARE MONITOR DRIVER
12637M: Roger Lucas <vt8231@hiddenengine.co.uk>
12638L: linux-hwmon@vger.kernel.org
12639S: Maintained
12640F: drivers/hwmon/vt8231.c
12641
12642VUB300 USB to SDIO/SD/MMC bridge chip
12643M: Tony Olech <tony.olech@elandigitalsystems.com>
12644L: linux-mmc@vger.kernel.org
12645L: linux-usb@vger.kernel.org
12646S: Supported
12647F: drivers/mmc/host/vub300.c
12648
12649W1 DALLAS'S 1-WIRE BUS
12650M: Evgeniy Polyakov <zbr@ioremap.net>
12651S: Maintained
12652F: Documentation/w1/
12653F: drivers/w1/
12654
12655W83791D HARDWARE MONITORING DRIVER
12656M: Marc Hulsman <m.hulsman@tudelft.nl>
12657L: linux-hwmon@vger.kernel.org
12658S: Maintained
12659F: Documentation/hwmon/w83791d
12660F: drivers/hwmon/w83791d.c
12661
12662W83793 HARDWARE MONITORING DRIVER
12663M: Rudolf Marek <r.marek@assembler.cz>
12664L: linux-hwmon@vger.kernel.org
12665S: Maintained
12666F: Documentation/hwmon/w83793
12667F: drivers/hwmon/w83793.c
12668
12669W83795 HARDWARE MONITORING DRIVER
12670M: Jean Delvare <jdelvare@suse.com>
12671L: linux-hwmon@vger.kernel.org
12672S: Maintained
12673F: drivers/hwmon/w83795.c
12674
12675W83L51xD SD/MMC CARD INTERFACE DRIVER
12676M: Pierre Ossman <pierre@ossman.eu>
12677S: Maintained
12678F: drivers/mmc/host/wbsd.*
12679
12680WACOM PROTOCOL 4 SERIAL TABLETS
12681M: Julian Squires <julian@cipht.net>
12682M: Hans de Goede <hdegoede@redhat.com>
12683L: linux-input@vger.kernel.org
12684S: Maintained
12685F: drivers/input/tablet/wacom_serial4.c
12686
12687WATCHDOG DEVICE DRIVERS
12688M: Wim Van Sebroeck <wim@iguana.be>
12689R: Guenter Roeck <linux@roeck-us.net>
12690L: linux-watchdog@vger.kernel.org
12691W: http://www.linux-watchdog.org/
12692T: git git://www.linux-watchdog.org/linux-watchdog.git
12693S: Maintained
12694F: Documentation/devicetree/bindings/watchdog/
12695F: Documentation/watchdog/
12696F: drivers/watchdog/
12697F: include/linux/watchdog.h
12698F: include/uapi/linux/watchdog.h
12699
12700WD7000 SCSI DRIVER
12701M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
12702L: linux-scsi@vger.kernel.org
12703S: Maintained
12704F: drivers/scsi/wd7000.c
12705
12706WIIMOTE HID DRIVER
12707M: David Herrmann <dh.herrmann@googlemail.com>
12708L: linux-input@vger.kernel.org
12709S: Maintained
12710F: drivers/hid/hid-wiimote*
12711
12712WINBOND CIR DRIVER
12713M: David Härdeman <david@hardeman.nu>
12714S: Maintained
12715F: drivers/media/rc/winbond-cir.c
12716
12717WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12718M: William Breathitt Gray <vilhelm.gray@gmail.com>
12719L: linux-watchdog@vger.kernel.org
12720S: Maintained
12721F: drivers/watchdog/ebc-c384_wdt.c
12722
12723WINSYSTEMS WS16C48 GPIO DRIVER
12724M: William Breathitt Gray <vilhelm.gray@gmail.com>
12725L: linux-gpio@vger.kernel.org
12726S: Maintained
12727F: drivers/gpio/gpio-ws16c48.c
12728
12729WIMAX STACK
12730M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12731M: linux-wimax@intel.com
12732L: wimax@linuxwimax.org (subscribers-only)
12733S: Supported
12734W: http://linuxwimax.org
12735F: Documentation/wimax/README.wimax
12736F: include/linux/wimax/debug.h
12737F: include/net/wimax.h
12738F: include/uapi/linux/wimax.h
12739F: net/wimax/
12740
12741WISTRON LAPTOP BUTTON DRIVER
12742M: Miloslav Trmac <mitr@volny.cz>
12743S: Maintained
12744F: drivers/input/misc/wistron_btns.c
12745
12746WL3501 WIRELESS PCMCIA CARD DRIVER
12747M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12748L: linux-wireless@vger.kernel.org
12749W: http://oops.ghostprotocols.net:81/blog
12750S: Maintained
12751F: drivers/net/wireless/wl3501*
12752
12753WOLFSON MICROELECTRONICS DRIVERS
12754L: patches@opensource.wolfsonmicro.com
12755T: git https://github.com/CirrusLogic/linux-drivers.git
12756W: https://github.com/CirrusLogic/linux-drivers/wiki
12757S: Supported
12758F: Documentation/hwmon/wm83??
12759F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12760F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12761F: Documentation/devicetree/bindings/mfd/arizona.txt
12762F: arch/arm/mach-s3c64xx/mach-crag6410*
12763F: drivers/clk/clk-wm83*.c
12764F: drivers/extcon/extcon-arizona.c
12765F: drivers/leds/leds-wm83*.c
12766F: drivers/gpio/gpio-*wm*.c
12767F: drivers/gpio/gpio-arizona.c
12768F: drivers/hwmon/wm83??-hwmon.c
12769F: drivers/input/misc/wm831x-on.c
12770F: drivers/input/touchscreen/wm831x-ts.c
12771F: drivers/input/touchscreen/wm97*.c
12772F: drivers/mfd/arizona*
12773F: drivers/mfd/wm*.c
12774F: drivers/mfd/cs47l24*
12775F: drivers/power/wm83*.c
12776F: drivers/rtc/rtc-wm83*.c
12777F: drivers/regulator/wm8*.c
12778F: drivers/video/backlight/wm83*_bl.c
12779F: drivers/watchdog/wm83*_wdt.c
12780F: include/linux/mfd/arizona/
12781F: include/linux/mfd/wm831x/
12782F: include/linux/mfd/wm8350/
12783F: include/linux/mfd/wm8400*
12784F: include/linux/wm97xx.h
12785F: include/sound/wm????.h
12786F: sound/soc/codecs/arizona.?
12787F: sound/soc/codecs/wm*
12788F: sound/soc/codecs/cs47l24*
12789
12790WORKQUEUE
12791M: Tejun Heo <tj@kernel.org>
12792R: Lai Jiangshan <jiangshanlai@gmail.com>
12793T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12794S: Maintained
12795F: include/linux/workqueue.h
12796F: kernel/workqueue.c
12797F: Documentation/workqueue.txt
12798
12799X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12800M: Chen-Yu Tsai <wens@csie.org>
12801L: linux-kernel@vger.kernel.org
12802S: Maintained
12803N: axp[128]
12804
12805X.25 NETWORK LAYER
12806M: Andrew Hendry <andrew.hendry@gmail.com>
12807L: linux-x25@vger.kernel.org
12808S: Odd Fixes
12809F: Documentation/networking/x25*
12810F: include/net/x25*
12811F: net/x25/
12812
12813X86 ARCHITECTURE (32-BIT AND 64-BIT)
12814M: Thomas Gleixner <tglx@linutronix.de>
12815M: Ingo Molnar <mingo@redhat.com>
12816M: "H. Peter Anvin" <hpa@zytor.com>
12817M: x86@kernel.org
12818L: linux-kernel@vger.kernel.org
12819T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12820S: Maintained
12821F: Documentation/x86/
12822F: arch/x86/
12823
12824X86 PLATFORM DRIVERS
12825M: Darren Hart <dvhart@infradead.org>
12826L: platform-driver-x86@vger.kernel.org
12827T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12828S: Maintained
12829F: drivers/platform/x86/
12830F: drivers/platform/olpc/
12831
12832X86 MCE INFRASTRUCTURE
12833M: Tony Luck <tony.luck@intel.com>
12834M: Borislav Petkov <bp@alien8.de>
12835L: linux-edac@vger.kernel.org
12836S: Maintained
12837F: arch/x86/kernel/cpu/mcheck/*
12838
12839X86 MICROCODE UPDATE SUPPORT
12840M: Borislav Petkov <bp@alien8.de>
12841S: Maintained
12842F: arch/x86/kernel/cpu/microcode/*
12843
12844X86 VDSO
12845M: Andy Lutomirski <luto@amacapital.net>
12846L: linux-kernel@vger.kernel.org
12847T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12848S: Maintained
12849F: arch/x86/entry/vdso/
12850
12851XC2028/3028 TUNER DRIVER
12852M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12853M: Mauro Carvalho Chehab <mchehab@kernel.org>
12854L: linux-media@vger.kernel.org
12855W: https://linuxtv.org
12856T: git git://linuxtv.org/media_tree.git
12857S: Maintained
12858F: drivers/media/tuners/tuner-xc2028.*
12859
12860XEN HYPERVISOR INTERFACE
12861M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
12862M: David Vrabel <david.vrabel@citrix.com>
12863M: Juergen Gross <jgross@suse.com>
12864L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12865T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12866S: Supported
12867F: arch/x86/xen/
12868F: drivers/*/xen-*front.c
12869F: drivers/xen/
12870F: arch/x86/include/asm/xen/
12871F: include/xen/
12872F: include/uapi/xen/
12873
12874XEN HYPERVISOR ARM
12875M: Stefano Stabellini <sstabellini@kernel.org>
12876L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12877S: Maintained
12878F: arch/arm/xen/
12879F: arch/arm/include/asm/xen/
12880
12881XEN HYPERVISOR ARM64
12882M: Stefano Stabellini <sstabellini@kernel.org>
12883L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12884S: Maintained
12885F: arch/arm64/xen/
12886F: arch/arm64/include/asm/xen/
12887
12888XEN NETWORK BACKEND DRIVER
12889M: Wei Liu <wei.liu2@citrix.com>
12890L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12891L: netdev@vger.kernel.org
12892S: Supported
12893F: drivers/net/xen-netback/*
12894
12895XEN PCI SUBSYSTEM
12896M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12897L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12898S: Supported
12899F: arch/x86/pci/*xen*
12900F: drivers/pci/*xen*
12901
12902XEN BLOCK SUBSYSTEM
12903M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12904M: Roger Pau Monné <roger.pau@citrix.com>
12905L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12906S: Supported
12907F: drivers/block/xen-blkback/*
12908F: drivers/block/xen*
12909
12910XEN PVSCSI DRIVERS
12911M: Juergen Gross <jgross@suse.com>
12912L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12913L: linux-scsi@vger.kernel.org
12914S: Supported
12915F: drivers/scsi/xen-scsifront.c
12916F: drivers/xen/xen-scsiback.c
12917F: include/xen/interface/io/vscsiif.h
12918
12919XEN SWIOTLB SUBSYSTEM
12920M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12921L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12922S: Supported
12923F: arch/x86/xen/*swiotlb*
12924F: drivers/xen/*swiotlb*
12925
12926XFS FILESYSTEM
12927P: Silicon Graphics Inc
12928M: Dave Chinner <david@fromorbit.com>
12929M: xfs@oss.sgi.com
12930L: xfs@oss.sgi.com
12931W: http://oss.sgi.com/projects/xfs
12932T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12933S: Supported
12934F: Documentation/filesystems/xfs.txt
12935F: fs/xfs/
12936
12937XILINX AXI ETHERNET DRIVER
12938M: Anirudha Sarangi <anirudh@xilinx.com>
12939M: John Linn <John.Linn@xilinx.com>
12940S: Maintained
12941F: drivers/net/ethernet/xilinx/xilinx_axienet*
12942
12943XILINX UARTLITE SERIAL DRIVER
12944M: Peter Korsgaard <jacmet@sunsite.dk>
12945L: linux-serial@vger.kernel.org
12946S: Maintained
12947F: drivers/tty/serial/uartlite.c
12948
12949XILINX VIDEO IP CORES
12950M: Hyun Kwon <hyun.kwon@xilinx.com>
12951M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12952L: linux-media@vger.kernel.org
12953T: git git://linuxtv.org/media_tree.git
12954S: Supported
12955F: Documentation/devicetree/bindings/media/xilinx/
12956F: drivers/media/platform/xilinx/
12957F: include/uapi/linux/xilinx-v4l2-controls.h
12958
12959XILLYBUS DRIVER
12960M: Eli Billauer <eli.billauer@gmail.com>
12961L: linux-kernel@vger.kernel.org
12962S: Supported
12963F: drivers/char/xillybus/
12964
12965XTENSA XTFPGA PLATFORM SUPPORT
12966M: Max Filippov <jcmvbkbc@gmail.com>
12967L: linux-xtensa@linux-xtensa.org
12968S: Maintained
12969F: drivers/spi/spi-xtensa-xtfpga.c
12970F: sound/soc/xtensa/xtfpga-i2s.c
12971
12972YAM DRIVER FOR AX.25
12973M: Jean-Paul Roubelat <jpr@f6fbb.org>
12974L: linux-hams@vger.kernel.org
12975S: Maintained
12976F: drivers/net/hamradio/yam*
12977F: include/linux/yam.h
12978
12979YEALINK PHONE DRIVER
12980M: Henk Vergonet <Henk.Vergonet@gmail.com>
12981L: usbb2k-api-dev@nongnu.org
12982S: Maintained
12983F: Documentation/input/yealink.txt
12984F: drivers/input/misc/yealink.*
12985
12986Z8530 DRIVER FOR AX.25
12987M: Joerg Reuter <jreuter@yaina.de>
12988W: http://yaina.de/jreuter/
12989W: http://www.qsl.net/dl1bke/
12990L: linux-hams@vger.kernel.org
12991S: Maintained
12992F: Documentation/networking/z8530drv.txt
12993F: drivers/net/hamradio/*scc.c
12994F: drivers/net/hamradio/z8530.h
12995
12996ZBUD COMPRESSED PAGE ALLOCATOR
12997M: Seth Jennings <sjenning@redhat.com>
12998L: linux-mm@kvack.org
12999S: Maintained
13000F: mm/zbud.c
13001F: include/linux/zbud.h
13002
13003ZD1211RW WIRELESS DRIVER
13004M: Daniel Drake <dsd@gentoo.org>
13005M: Ulrich Kunitz <kune@deine-taler.de>
13006W: http://zd1211.ath.cx/wiki/DriverRewrite
13007L: linux-wireless@vger.kernel.org
13008L: zd1211-devs@lists.sourceforge.net (subscribers-only)
13009S: Maintained
13010F: drivers/net/wireless/zydas/zd1211rw/
13011
13012ZPOOL COMPRESSED PAGE STORAGE API
13013M: Dan Streetman <ddstreet@ieee.org>
13014L: linux-mm@kvack.org
13015S: Maintained
13016F: mm/zpool.c
13017F: include/linux/zpool.h
13018
13019ZR36067 VIDEO FOR LINUX DRIVER
13020L: mjpeg-users@lists.sourceforge.net
13021L: linux-media@vger.kernel.org
13022W: http://mjpeg.sourceforge.net/driver-zoran/
13023T: hg https://linuxtv.org/hg/v4l-dvb
13024S: Odd Fixes
13025F: drivers/media/pci/zoran/
13026
13027ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13028M: Minchan Kim <minchan@kernel.org>
13029M: Nitin Gupta <ngupta@vflare.org>
13030R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13031L: linux-kernel@vger.kernel.org
13032S: Maintained
13033F: drivers/block/zram/
13034F: Documentation/blockdev/zram.txt
13035
13036ZS DECSTATION Z85C30 SERIAL DRIVER
13037M: "Maciej W. Rozycki" <macro@linux-mips.org>
13038S: Maintained
13039F: drivers/tty/serial/zs.*
13040
13041ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13042M: Minchan Kim <minchan@kernel.org>
13043M: Nitin Gupta <ngupta@vflare.org>
13044R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13045L: linux-mm@kvack.org
13046S: Maintained
13047F: mm/zsmalloc.c
13048F: include/linux/zsmalloc.h
13049F: Documentation/vm/zsmalloc.txt
13050
13051ZSWAP COMPRESSED SWAP CACHING
13052M: Seth Jennings <sjenning@redhat.com>
13053L: linux-mm@kvack.org
13054S: Maintained
13055F: mm/zswap.c
13056
13057THE REST
13058M: Linus Torvalds <torvalds@linux-foundation.org>
13059L: linux-kernel@vger.kernel.org
13060Q: http://patchwork.kernel.org/project/LKML/list/
13061T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13062S: Buried alive in reporters
13063F: *
13064F: */
This page took 0.070634 seconds and 5 git commands to generate.