sd: Fix rw_max for devices that report an optimal xfer size
[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
178W: http://serial.sourceforge.net
179S: Maintained
180T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181F: drivers/tty/serial/8250*
182F: include/linux/serial_8250.h
183
1848390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185L: netdev@vger.kernel.org
186S: Orphan / Obsolete
187F: drivers/net/ethernet/8390/
188
1899P FILE SYSTEM
190M: Eric Van Hensbergen <ericvh@gmail.com>
191M: Ron Minnich <rminnich@sandia.gov>
192M: Latchesar Ionkov <lucho@ionkov.net>
193L: v9fs-developer@lists.sourceforge.net
194W: http://swik.net/v9fs
195Q: http://patchwork.kernel.org/project/v9fs-devel/list/
196T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197S: Maintained
198F: Documentation/filesystems/9p.txt
199F: fs/9p/
200F: net/9p/
201F: include/net/9p/
202F: include/uapi/linux/virtio_9p.h
203F: include/trace/events/9p.h
204
205
206A8293 MEDIA DRIVER
207M: Antti Palosaari <crope@iki.fi>
208L: linux-media@vger.kernel.org
209W: https://linuxtv.org
210W: http://palosaari.fi/linux/
211Q: http://patchwork.linuxtv.org/project/linux-media/list/
212T: git git://linuxtv.org/anttip/media_tree.git
213S: Maintained
214F: drivers/media/dvb-frontends/a8293*
215
216AACRAID SCSI RAID DRIVER
217M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218L: linux-scsi@vger.kernel.org
219W: http://www.adaptec.com/
220S: Supported
221F: Documentation/scsi/aacraid.txt
222F: drivers/scsi/aacraid/
223
224ABI/API
225L: linux-api@vger.kernel.org
226F: include/linux/syscalls.h
227F: kernel/sys_ni.c
228
229ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
230M: Hans de Goede <hdegoede@redhat.com>
231L: linux-hwmon@vger.kernel.org
232S: Maintained
233F: drivers/hwmon/abituguru.c
234
235ABIT UGURU 3 HARDWARE MONITOR DRIVER
236M: Alistair John Strachan <alistair@devzero.co.uk>
237L: linux-hwmon@vger.kernel.org
238S: Maintained
239F: drivers/hwmon/abituguru3.c
240
241ACCES 104-DIO-48E GPIO DRIVER
242M: William Breathitt Gray <vilhelm.gray@gmail.com>
243L: linux-gpio@vger.kernel.org
244S: Maintained
245F: drivers/gpio/gpio-104-dio-48e.c
246
247ACCES 104-IDI-48 GPIO DRIVER
248M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
249L: linux-gpio@vger.kernel.org
250S: Maintained
251F: drivers/gpio/gpio-104-idi-48.c
252
253ACCES 104-IDIO-16 GPIO DRIVER
254M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
255L: linux-gpio@vger.kernel.org
256S: Maintained
257F: drivers/gpio/gpio-104-idio-16.c
258
259ACENIC DRIVER
260M: Jes Sorensen <jes@trained-monkey.org>
261L: linux-acenic@sunsite.dk
262S: Maintained
263F: drivers/net/ethernet/alteon/acenic*
264
265ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
266M: Peter Feuerer <peter@piie.net>
267L: platform-driver-x86@vger.kernel.org
268W: http://piie.net/?section=acerhdf
269S: Maintained
270F: drivers/platform/x86/acerhdf.c
271
272ACER WMI LAPTOP EXTRAS
273M: "Lee, Chun-Yi" <jlee@suse.com>
274L: platform-driver-x86@vger.kernel.org
275S: Maintained
276F: drivers/platform/x86/acer-wmi.c
277
278ACPI
279M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
280M: Len Brown <lenb@kernel.org>
281L: linux-acpi@vger.kernel.org
282W: https://01.org/linux-acpi
283Q: https://patchwork.kernel.org/project/linux-acpi/list/
284T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
285S: Supported
286F: drivers/acpi/
287F: drivers/pnp/pnpacpi/
288F: include/linux/acpi.h
289F: include/acpi/
290F: Documentation/acpi/
291F: Documentation/ABI/testing/sysfs-bus-acpi
292F: drivers/pci/*acpi*
293F: drivers/pci/*/*acpi*
294F: drivers/pci/*/*/*acpi*
295F: tools/power/acpi/
296
297ACPI COMPONENT ARCHITECTURE (ACPICA)
298M: Robert Moore <robert.moore@intel.com>
299M: Lv Zheng <lv.zheng@intel.com>
300M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
301L: linux-acpi@vger.kernel.org
302L: devel@acpica.org
303W: https://acpica.org/
304W: https://github.com/acpica/acpica/
305Q: https://patchwork.kernel.org/project/linux-acpi/list/
306T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307S: Supported
308F: drivers/acpi/acpica/
309F: include/acpi/
310F: tools/power/acpi/
311
312ACPI FAN DRIVER
313M: Zhang Rui <rui.zhang@intel.com>
314L: linux-acpi@vger.kernel.org
315W: https://01.org/linux-acpi
316S: Supported
317F: drivers/acpi/fan.c
318
319ACPI THERMAL DRIVER
320M: Zhang Rui <rui.zhang@intel.com>
321L: linux-acpi@vger.kernel.org
322W: https://01.org/linux-acpi
323S: Supported
324F: drivers/acpi/*thermal*
325
326ACPI VIDEO DRIVER
327M: Zhang Rui <rui.zhang@intel.com>
328L: linux-acpi@vger.kernel.org
329W: https://01.org/linux-acpi
330S: Supported
331F: drivers/acpi/acpi_video.c
332
333ACPI WMI DRIVER
334L: platform-driver-x86@vger.kernel.org
335S: Orphan
336F: drivers/platform/x86/wmi.c
337
338AD1889 ALSA SOUND DRIVER
339M: Thibaut Varene <T-Bone@parisc-linux.org>
340W: http://wiki.parisc-linux.org/AD1889
341L: linux-parisc@vger.kernel.org
342S: Maintained
343F: sound/pci/ad1889.*
344
345AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346M: Michael Hennerich <michael.hennerich@analog.com>
347W: http://wiki.analog.com/AD5254
348W: http://ez.analog.com/community/linux-device-drivers
349S: Supported
350F: drivers/misc/ad525x_dpot.c
351
352AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
353M: Michael Hennerich <michael.hennerich@analog.com>
354W: http://wiki.analog.com/AD5398
355W: http://ez.analog.com/community/linux-device-drivers
356S: Supported
357F: drivers/regulator/ad5398.c
358
359AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
360M: Michael Hennerich <michael.hennerich@analog.com>
361W: http://wiki.analog.com/AD7142
362W: http://ez.analog.com/community/linux-device-drivers
363S: Supported
364F: drivers/input/misc/ad714x.c
365
366AD7877 TOUCHSCREEN DRIVER
367M: Michael Hennerich <michael.hennerich@analog.com>
368W: http://wiki.analog.com/AD7877
369W: http://ez.analog.com/community/linux-device-drivers
370S: Supported
371F: drivers/input/touchscreen/ad7877.c
372
373AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
374M: Michael Hennerich <michael.hennerich@analog.com>
375W: http://wiki.analog.com/AD7879
376W: http://ez.analog.com/community/linux-device-drivers
377S: Supported
378F: drivers/input/touchscreen/ad7879.c
379
380ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381M: Jiri Kosina <jikos@kernel.org>
382S: Maintained
383
384ADF7242 IEEE 802.15.4 RADIO DRIVER
385M: Michael Hennerich <michael.hennerich@analog.com>
386W: https://wiki.analog.com/ADF7242
387W: http://ez.analog.com/community/linux-device-drivers
388L: linux-wpan@vger.kernel.org
389S: Supported
390F: drivers/net/ieee802154/adf7242.c
391F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
392
393ADM1025 HARDWARE MONITOR DRIVER
394M: Jean Delvare <jdelvare@suse.com>
395L: linux-hwmon@vger.kernel.org
396S: Maintained
397F: Documentation/hwmon/adm1025
398F: drivers/hwmon/adm1025.c
399
400ADM1029 HARDWARE MONITOR DRIVER
401M: Corentin Labbe <clabbe.montjoie@gmail.com>
402L: linux-hwmon@vger.kernel.org
403S: Maintained
404F: drivers/hwmon/adm1029.c
405
406ADM8211 WIRELESS DRIVER
407L: linux-wireless@vger.kernel.org
408W: http://wireless.kernel.org/
409S: Orphan
410F: drivers/net/wireless/admtek/adm8211.*
411
412ADP1653 FLASH CONTROLLER DRIVER
413M: Sakari Ailus <sakari.ailus@iki.fi>
414L: linux-media@vger.kernel.org
415S: Maintained
416F: drivers/media/i2c/adp1653.c
417F: include/media/i2c/adp1653.h
418
419ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
420M: Michael Hennerich <michael.hennerich@analog.com>
421W: http://wiki.analog.com/ADP5520
422W: http://ez.analog.com/community/linux-device-drivers
423S: Supported
424F: drivers/mfd/adp5520.c
425F: drivers/video/backlight/adp5520_bl.c
426F: drivers/leds/leds-adp5520.c
427F: drivers/gpio/gpio-adp5520.c
428F: drivers/input/keyboard/adp5520-keys.c
429
430ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
431M: Michael Hennerich <michael.hennerich@analog.com>
432W: http://wiki.analog.com/ADP5588
433W: http://ez.analog.com/community/linux-device-drivers
434S: Supported
435F: drivers/input/keyboard/adp5588-keys.c
436F: drivers/gpio/gpio-adp5588.c
437
438ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
439M: Michael Hennerich <michael.hennerich@analog.com>
440W: http://wiki.analog.com/ADP8860
441W: http://ez.analog.com/community/linux-device-drivers
442S: Supported
443F: drivers/video/backlight/adp8860_bl.c
444
445ADS1015 HARDWARE MONITOR DRIVER
446M: Dirk Eibach <eibach@gdsys.de>
447L: linux-hwmon@vger.kernel.org
448S: Maintained
449F: Documentation/hwmon/ads1015
450F: drivers/hwmon/ads1015.c
451F: include/linux/i2c/ads1015.h
452
453ADT746X FAN DRIVER
454M: Colin Leroy <colin@colino.net>
455S: Maintained
456F: drivers/macintosh/therm_adt746x.c
457
458ADT7475 HARDWARE MONITOR DRIVER
459M: Jean Delvare <jdelvare@suse.com>
460L: linux-hwmon@vger.kernel.org
461S: Maintained
462F: Documentation/hwmon/adt7475
463F: drivers/hwmon/adt7475.c
464
465ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
466M: Michael Hennerich <michael.hennerich@analog.com>
467W: http://wiki.analog.com/ADXL345
468W: http://ez.analog.com/community/linux-device-drivers
469S: Supported
470F: drivers/input/misc/adxl34x.c
471
472ADVANSYS SCSI DRIVER
473M: Matthew Wilcox <matthew@wil.cx>
474M: Hannes Reinecke <hare@suse.com>
475L: linux-scsi@vger.kernel.org
476S: Maintained
477F: Documentation/scsi/advansys.txt
478F: drivers/scsi/advansys.c
479
480AEDSP16 DRIVER
481M: Riccardo Facchetti <fizban@tin.it>
482S: Maintained
483F: sound/oss/aedsp16.c
484
485AF9013 MEDIA DRIVER
486M: Antti Palosaari <crope@iki.fi>
487L: linux-media@vger.kernel.org
488W: https://linuxtv.org
489W: http://palosaari.fi/linux/
490Q: http://patchwork.linuxtv.org/project/linux-media/list/
491T: git git://linuxtv.org/anttip/media_tree.git
492S: Maintained
493F: drivers/media/dvb-frontends/af9013*
494
495AF9033 MEDIA DRIVER
496M: Antti Palosaari <crope@iki.fi>
497L: linux-media@vger.kernel.org
498W: https://linuxtv.org
499W: http://palosaari.fi/linux/
500Q: http://patchwork.linuxtv.org/project/linux-media/list/
501T: git git://linuxtv.org/anttip/media_tree.git
502S: Maintained
503F: drivers/media/dvb-frontends/af9033*
504
505AFFS FILE SYSTEM
506L: linux-fsdevel@vger.kernel.org
507S: Orphan
508F: Documentation/filesystems/affs.txt
509F: fs/affs/
510
511AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
512M: David Howells <dhowells@redhat.com>
513L: linux-afs@lists.infradead.org
514S: Supported
515F: fs/afs/
516F: include/net/af_rxrpc.h
517F: net/rxrpc/af_rxrpc.c
518
519AGPGART DRIVER
520M: David Airlie <airlied@linux.ie>
521T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
522S: Maintained
523F: drivers/char/agp/
524F: include/linux/agp*
525F: include/uapi/linux/agp*
526
527AHA152X SCSI DRIVER
528M: "Juergen E. Fischer" <fischer@norbit.de>
529L: linux-scsi@vger.kernel.org
530S: Maintained
531F: drivers/scsi/aha152x*
532F: drivers/scsi/pcmcia/aha152x*
533
534AIC7XXX / AIC79XX SCSI DRIVER
535M: Hannes Reinecke <hare@suse.com>
536L: linux-scsi@vger.kernel.org
537S: Maintained
538F: drivers/scsi/aic7xxx/
539
540AIMSLAB FM RADIO RECEIVER DRIVER
541M: Hans Verkuil <hverkuil@xs4all.nl>
542L: linux-media@vger.kernel.org
543T: git git://linuxtv.org/media_tree.git
544W: https://linuxtv.org
545S: Maintained
546F: drivers/media/radio/radio-aimslab*
547
548AIO
549M: Benjamin LaHaise <bcrl@kvack.org>
550L: linux-aio@kvack.org
551S: Supported
552F: fs/aio.c
553F: include/linux/*aio*.h
554
555AIRSPY MEDIA DRIVER
556M: Antti Palosaari <crope@iki.fi>
557L: linux-media@vger.kernel.org
558W: https://linuxtv.org
559W: http://palosaari.fi/linux/
560Q: http://patchwork.linuxtv.org/project/linux-media/list/
561T: git git://linuxtv.org/anttip/media_tree.git
562S: Maintained
563F: drivers/media/usb/airspy/
564
565ALCATEL SPEEDTOUCH USB DRIVER
566M: Duncan Sands <duncan.sands@free.fr>
567L: linux-usb@vger.kernel.org
568W: http://www.linux-usb.org/SpeedTouch/
569S: Maintained
570F: drivers/usb/atm/speedtch.c
571F: drivers/usb/atm/usbatm.c
572
573ALCHEMY AU1XX0 MMC DRIVER
574M: Manuel Lauss <manuel.lauss@gmail.com>
575S: Maintained
576F: drivers/mmc/host/au1xmmc.c
577
578ALI1563 I2C DRIVER
579M: Rudolf Marek <r.marek@assembler.cz>
580L: linux-i2c@vger.kernel.org
581S: Maintained
582F: Documentation/i2c/busses/i2c-ali1563
583F: drivers/i2c/busses/i2c-ali1563.c
584
585ALLWINNER SECURITY SYSTEM
586M: Corentin Labbe <clabbe.montjoie@gmail.com>
587L: linux-crypto@vger.kernel.org
588S: Maintained
589F: drivers/crypto/sunxi-ss/
590
591ALPHA PORT
592M: Richard Henderson <rth@twiddle.net>
593M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
594M: Matt Turner <mattst88@gmail.com>
595S: Odd Fixes
596L: linux-alpha@vger.kernel.org
597F: arch/alpha/
598
599ALTERA MAILBOX DRIVER
600M: Ley Foon Tan <lftan@altera.com>
601L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
602S: Maintained
603F: drivers/mailbox/mailbox-altera.c
604
605ALTERA PIO DRIVER
606M: Tien Hock Loh <thloh@altera.com>
607L: linux-gpio@vger.kernel.org
608S: Maintained
609F: drivers/gpio/gpio-altera.c
610
611ALTERA TRIPLE SPEED ETHERNET DRIVER
612M: Vince Bridgers <vbridger@opensource.altera.com>
613L: netdev@vger.kernel.org
614L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
615S: Maintained
616F: drivers/net/ethernet/altera/
617
618ALTERA UART/JTAG UART SERIAL DRIVERS
619M: Tobias Klauser <tklauser@distanz.ch>
620L: linux-serial@vger.kernel.org
621L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
622S: Maintained
623F: drivers/tty/serial/altera_uart.c
624F: drivers/tty/serial/altera_jtaguart.c
625F: include/linux/altera_uart.h
626F: include/linux/altera_jtaguart.h
627
628AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
629M: Tom Lendacky <thomas.lendacky@amd.com>
630M: Gary Hook <gary.hook@amd.com>
631L: linux-crypto@vger.kernel.org
632S: Supported
633F: drivers/crypto/ccp/
634F: include/linux/ccp.h
635
636AMD FAM15H PROCESSOR POWER MONITORING DRIVER
637M: Huang Rui <ray.huang@amd.com>
638L: linux-hwmon@vger.kernel.org
639S: Supported
640F: Documentation/hwmon/fam15h_power
641F: drivers/hwmon/fam15h_power.c
642
643AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
644L: linux-geode@lists.infradead.org (moderated for non-subscribers)
645S: Orphan
646F: drivers/usb/gadget/udc/amd5536udc.*
647
648AMD GEODE PROCESSOR/CHIPSET SUPPORT
649P: Andres Salomon <dilinger@queued.net>
650L: linux-geode@lists.infradead.org (moderated for non-subscribers)
651W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
652S: Supported
653F: drivers/char/hw_random/geode-rng.c
654F: drivers/crypto/geode*
655F: drivers/video/fbdev/geode/
656F: arch/x86/include/asm/geode.h
657
658AMD IOMMU (AMD-VI)
659M: Joerg Roedel <joro@8bytes.org>
660L: iommu@lists.linux-foundation.org
661T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
662S: Maintained
663F: drivers/iommu/amd_iommu*.[ch]
664F: include/linux/amd-iommu.h
665
666AMD KFD
667M: Oded Gabbay <oded.gabbay@gmail.com>
668L: dri-devel@lists.freedesktop.org
669T: git git://people.freedesktop.org/~gabbayo/linux.git
670S: Supported
671F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
672F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
673F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
674F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
675F: drivers/gpu/drm/amd/amdkfd/
676F: drivers/gpu/drm/amd/include/cik_structs.h
677F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
678F: drivers/gpu/drm/amd/include/vi_structs.h
679F: drivers/gpu/drm/radeon/radeon_kfd.c
680F: drivers/gpu/drm/radeon/radeon_kfd.h
681F: include/uapi/linux/kfd_ioctl.h
682
683AMD SEATTLE DEVICE TREE SUPPORT
684M: Brijesh Singh <brijeshkumar.singh@amd.com>
685M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
686M: Tom Lendacky <thomas.lendacky@amd.com>
687S: Supported
688F: arch/arm64/boot/dts/amd/
689
690AMD XGBE DRIVER
691M: Tom Lendacky <thomas.lendacky@amd.com>
692L: netdev@vger.kernel.org
693S: Supported
694F: drivers/net/ethernet/amd/xgbe/
695F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
696
697AMS (Apple Motion Sensor) DRIVER
698M: Michael Hanselmann <linux-kernel@hansmi.ch>
699S: Supported
700F: drivers/macintosh/ams/
701
702ANALOG DEVICES INC AD9389B DRIVER
703M: Hans Verkuil <hans.verkuil@cisco.com>
704L: linux-media@vger.kernel.org
705S: Maintained
706F: drivers/media/i2c/ad9389b*
707
708ANALOG DEVICES INC ADV7180 DRIVER
709M: Lars-Peter Clausen <lars@metafoo.de>
710L: linux-media@vger.kernel.org
711W: http://ez.analog.com/community/linux-device-drivers
712S: Supported
713F: drivers/media/i2c/adv7180.c
714
715ANALOG DEVICES INC ADV7511 DRIVER
716M: Hans Verkuil <hans.verkuil@cisco.com>
717L: linux-media@vger.kernel.org
718S: Maintained
719F: drivers/media/i2c/adv7511*
720
721ANALOG DEVICES INC ADV7604 DRIVER
722M: Hans Verkuil <hans.verkuil@cisco.com>
723L: linux-media@vger.kernel.org
724S: Maintained
725F: drivers/media/i2c/adv7604*
726
727ANALOG DEVICES INC ADV7842 DRIVER
728M: Hans Verkuil <hans.verkuil@cisco.com>
729L: linux-media@vger.kernel.org
730S: Maintained
731F: drivers/media/i2c/adv7842*
732
733ANALOG DEVICES INC ASOC CODEC DRIVERS
734M: Lars-Peter Clausen <lars@metafoo.de>
735L: alsa-devel@alsa-project.org (moderated for non-subscribers)
736W: http://wiki.analog.com/
737W: http://ez.analog.com/community/linux-device-drivers
738S: Supported
739F: sound/soc/codecs/adau*
740F: sound/soc/codecs/adav*
741F: sound/soc/codecs/ad1*
742F: sound/soc/codecs/ad7*
743F: sound/soc/codecs/ssm*
744F: sound/soc/codecs/sigmadsp.*
745
746ANALOG DEVICES INC ASOC DRIVERS
747L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
748L: alsa-devel@alsa-project.org (moderated for non-subscribers)
749W: http://blackfin.uclinux.org/
750S: Supported
751F: sound/soc/blackfin/*
752
753ANALOG DEVICES INC IIO DRIVERS
754M: Lars-Peter Clausen <lars@metafoo.de>
755M: Michael Hennerich <Michael.Hennerich@analog.com>
756W: http://wiki.analog.com/
757W: http://ez.analog.com/community/linux-device-drivers
758S: Supported
759F: drivers/iio/*/ad*
760X: drivers/iio/*/adjd*
761F: drivers/staging/iio/*/ad*
762F: staging/iio/trigger/iio-trig-bfin-timer.c
763
764ANALOG DEVICES INC DMA DRIVERS
765M: Lars-Peter Clausen <lars@metafoo.de>
766W: http://ez.analog.com/community/linux-device-drivers
767S: Supported
768F: drivers/dma/dma-axi-dmac.c
769
770ANDROID DRIVERS
771M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
772M: Arve Hjønnevåg <arve@android.com>
773M: Riley Andrews <riandrews@android.com>
774T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
775L: devel@driverdev.osuosl.org
776S: Supported
777F: drivers/android/
778F: drivers/staging/android/
779
780AOA (Apple Onboard Audio) ALSA DRIVER
781M: Johannes Berg <johannes@sipsolutions.net>
782L: linuxppc-dev@lists.ozlabs.org
783L: alsa-devel@alsa-project.org (moderated for non-subscribers)
784S: Maintained
785F: sound/aoa/
786
787APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
788M: William Breathitt Gray <vilhelm.gray@gmail.com>
789L: linux-iio@vger.kernel.org
790S: Maintained
791F: drivers/iio/dac/stx104.c
792
793APM DRIVER
794M: Jiri Kosina <jikos@kernel.org>
795S: Odd fixes
796T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
797F: arch/x86/kernel/apm_32.c
798F: include/linux/apm_bios.h
799F: include/uapi/linux/apm_bios.h
800F: drivers/char/apm-emulation.c
801
802APPLE BCM5974 MULTITOUCH DRIVER
803M: Henrik Rydberg <rydberg@bitmath.org>
804L: linux-input@vger.kernel.org
805S: Odd fixes
806F: drivers/input/mouse/bcm5974.c
807
808APPLE SMC DRIVER
809M: Henrik Rydberg <rydberg@bitmath.org>
810L: linux-hwmon@vger.kernel.org
811S: Odd fixes
812F: drivers/hwmon/applesmc.c
813
814APPLETALK NETWORK LAYER
815M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
816S: Maintained
817F: drivers/net/appletalk/
818F: net/appletalk/
819
820APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
821M: Duc Dang <dhdang@apm.com>
822S: Supported
823F: arch/arm64/boot/dts/apm/
824
825APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
826M: Iyappan Subramanian <isubramanian@apm.com>
827M: Keyur Chudgar <kchudgar@apm.com>
828S: Supported
829F: drivers/net/ethernet/apm/xgene/
830F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
831
832APTINA CAMERA SENSOR PLL
833M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
834L: linux-media@vger.kernel.org
835S: Maintained
836F: drivers/media/i2c/aptina-pll.*
837
838ARC FRAMEBUFFER DRIVER
839M: Jaya Kumar <jayalk@intworks.biz>
840S: Maintained
841F: drivers/video/fbdev/arcfb.c
842F: drivers/video/fbdev/core/fb_defio.c
843
844ARCNET NETWORK LAYER
845M: Michael Grzeschik <m.grzeschik@pengutronix.de>
846L: netdev@vger.kernel.org
847S: Maintained
848F: drivers/net/arcnet/
849F: include/uapi/linux/if_arcnet.h
850
851ARM HDLCD DRM DRIVER
852M: Liviu Dudau <liviu.dudau@arm.com>
853S: Supported
854F: drivers/gpu/drm/arm/
855F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
856
857ARM MFM AND FLOPPY DRIVERS
858M: Ian Molton <spyro@f2s.com>
859S: Maintained
860F: arch/arm/lib/floppydma.S
861F: arch/arm/include/asm/floppy.h
862
863ARM PMU PROFILING AND DEBUGGING
864M: Will Deacon <will.deacon@arm.com>
865R: Mark Rutland <mark.rutland@arm.com>
866S: Maintained
867F: arch/arm*/kernel/perf_*
868F: arch/arm/oprofile/common.c
869F: arch/arm*/kernel/hw_breakpoint.c
870F: arch/arm*/include/asm/hw_breakpoint.h
871F: arch/arm*/include/asm/perf_event.h
872F: drivers/perf/arm_pmu.c
873F: include/linux/perf/arm_pmu.h
874
875ARM PORT
876M: Russell King <linux@armlinux.org.uk>
877L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
878W: http://www.armlinux.org.uk/
879S: Maintained
880F: arch/arm/
881
882ARM SUB-ARCHITECTURES
883L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884S: Maintained
885F: arch/arm/mach-*/
886F: arch/arm/plat-*/
887T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
888
889ARM PRIMECELL AACI PL041 DRIVER
890M: Russell King <linux@armlinux.org.uk>
891S: Maintained
892F: sound/arm/aaci.*
893
894ARM PRIMECELL CLCD PL110 DRIVER
895M: Russell King <linux@armlinux.org.uk>
896S: Maintained
897F: drivers/video/fbdev/amba-clcd.*
898
899ARM PRIMECELL KMI PL050 DRIVER
900M: Russell King <linux@armlinux.org.uk>
901S: Maintained
902F: drivers/input/serio/ambakmi.*
903F: include/linux/amba/kmi.h
904
905ARM PRIMECELL MMCI PL180/1 DRIVER
906M: Russell King <linux@armlinux.org.uk>
907S: Maintained
908F: drivers/mmc/host/mmci.*
909F: include/linux/amba/mmci.h
910
911ARM PRIMECELL UART PL010 AND PL011 DRIVERS
912M: Russell King <linux@armlinux.org.uk>
913S: Maintained
914F: drivers/tty/serial/amba-pl01*.c
915F: include/linux/amba/serial.h
916
917ARM PRIMECELL BUS SUPPORT
918M: Russell King <linux@armlinux.org.uk>
919S: Maintained
920F: drivers/amba/
921F: include/linux/amba/bus.h
922
923ARM/ADS SPHERE MACHINE SUPPORT
924M: Lennert Buytenhek <kernel@wantstofly.org>
925L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926S: Maintained
927
928ARM/AFEB9260 MACHINE SUPPORT
929M: Sergey Lapin <slapin@ossfans.org>
930L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
931S: Maintained
932
933ARM/AJECO 1ARM MACHINE SUPPORT
934M: Lennert Buytenhek <kernel@wantstofly.org>
935L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936S: Maintained
937
938ARM/Allwinner sunXi SoC support
939M: Maxime Ripard <maxime.ripard@free-electrons.com>
940M: Chen-Yu Tsai <wens@csie.org>
941L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942S: Maintained
943N: sun[x456789]i
944
945ARM/Allwinner SoC Clock Support
946M: Emilio López <emilio@elopez.com.ar>
947S: Maintained
948F: drivers/clk/sunxi/
949
950ARM/Amlogic Meson SoC support
951M: Carlo Caione <carlo@caione.org>
952M: Kevin Hilman <khilman@baylibre.com>
953L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
954L: linux-amlogic@lists.infradead.org
955W: http://linux-meson.com/
956S: Maintained
957F: arch/arm/mach-meson/
958F: arch/arm/boot/dts/meson*
959F: arch/arm64/boot/dts/amlogic/
960F: drivers/pinctrl/meson/
961N: meson
962
963ARM/Annapurna Labs ALPINE ARCHITECTURE
964M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
965M: Antoine Tenart <antoine.tenart@free-electrons.com>
966S: Maintained
967F: arch/arm/mach-alpine/
968F: arch/arm/boot/dts/alpine*
969F: arch/arm64/boot/dts/al/
970F: drivers/*/*alpine*
971
972ARM/ARTPEC MACHINE SUPPORT
973M: Jesper Nilsson <jesper.nilsson@axis.com>
974M: Lars Persson <lars.persson@axis.com>
975M: Niklas Cassel <niklas.cassel@axis.com>
976S: Maintained
977L: linux-arm-kernel@axis.com
978F: arch/arm/mach-artpec
979F: arch/arm/boot/dts/artpec6*
980F: drivers/clk/clk-artpec6.c
981
982ARM/ASPEED MACHINE SUPPORT
983M: Joel Stanley <joel@jms.id.au>
984S: Maintained
985F: arch/arm/mach-aspeed/
986F: arch/arm/boot/dts/aspeed-*
987F: drivers/*/*aspeed*
988
989ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
990M: Nicolas Ferre <nicolas.ferre@atmel.com>
991M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
992M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
993L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
994W: http://www.linux4sam.org
995T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
996S: Supported
997F: arch/arm/mach-at91/
998F: include/soc/at91/
999F: arch/arm/boot/dts/at91*.dts
1000F: arch/arm/boot/dts/at91*.dtsi
1001F: arch/arm/boot/dts/sama*.dts
1002F: arch/arm/boot/dts/sama*.dtsi
1003F: arch/arm/include/debug/at91.S
1004
1005ARM/ATMEL AT91 Clock Support
1006M: Boris Brezillon <boris.brezillon@free-electrons.com>
1007S: Maintained
1008F: drivers/clk/at91
1009
1010ARM/CALXEDA HIGHBANK ARCHITECTURE
1011M: Rob Herring <robh@kernel.org>
1012L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1013S: Maintained
1014F: arch/arm/mach-highbank/
1015F: arch/arm/boot/dts/highbank.dts
1016F: arch/arm/boot/dts/ecx-*.dts*
1017
1018ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1019M: Krzysztof Halasa <khalasa@piap.pl>
1020S: Maintained
1021F: arch/arm/mach-cns3xxx/
1022
1023ARM/CAVIUM THUNDER NETWORK DRIVER
1024M: Sunil Goutham <sgoutham@cavium.com>
1025M: Robert Richter <rric@kernel.org>
1026L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027S: Supported
1028F: drivers/net/ethernet/cavium/thunder/
1029
1030ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1031M: Alexander Shiyan <shc_work@mail.ru>
1032L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033S: Odd Fixes
1034N: clps711x
1035
1036ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1037M: Hartley Sweeten <hsweeten@visionengravers.com>
1038M: Ryan Mallon <rmallon@gmail.com>
1039L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1040S: Maintained
1041F: arch/arm/mach-ep93xx/
1042F: arch/arm/mach-ep93xx/include/mach/
1043
1044ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1045M: Lennert Buytenhek <kernel@wantstofly.org>
1046L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047S: Maintained
1048
1049ARM/CLKDEV SUPPORT
1050M: Russell King <linux@armlinux.org.uk>
1051L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052S: Maintained
1053F: arch/arm/include/asm/clkdev.h
1054F: drivers/clk/clkdev.c
1055
1056ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1057M: Mike Rapoport <mike@compulab.co.il>
1058L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059S: Maintained
1060
1061ARM/CONTEC MICRO9 MACHINE SUPPORT
1062M: Hubert Feurstein <hubert.feurstein@contec.at>
1063S: Maintained
1064F: arch/arm/mach-ep93xx/micro9.c
1065
1066ARM/CORESIGHT FRAMEWORK AND DRIVERS
1067M: Mathieu Poirier <mathieu.poirier@linaro.org>
1068L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069S: Maintained
1070F: drivers/hwtracing/coresight/*
1071F: Documentation/trace/coresight.txt
1072F: Documentation/devicetree/bindings/arm/coresight.txt
1073F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1074
1075ARM/CORGI MACHINE SUPPORT
1076M: Richard Purdie <rpurdie@rpsys.net>
1077S: Maintained
1078
1079ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1080M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1081L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1082T: git git://github.com/ulli-kroll/linux.git
1083S: Maintained
1084F: arch/arm/mach-gemini/
1085F: drivers/rtc/rtc-gemini.c
1086
1087ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1088M: Barry Song <baohua@kernel.org>
1089L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1091S: Maintained
1092F: arch/arm/boot/dts/prima2*
1093F: arch/arm/mach-prima2/
1094F: drivers/clk/sirf/
1095F: drivers/clocksource/timer-prima2.c
1096F: drivers/clocksource/timer-atlas7.c
1097N: [^a-z]sirf
1098
1099ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1100M: Baruch Siach <baruch@tkos.co.il>
1101L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102S: Maintained
1103F: arch/arm/boot/dts/cx92755*
1104N: digicolor
1105
1106ARM/EBSA110 MACHINE SUPPORT
1107M: Russell King <linux@armlinux.org.uk>
1108L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109W: http://www.armlinux.org.uk/
1110S: Maintained
1111F: arch/arm/mach-ebsa110/
1112F: drivers/net/ethernet/amd/am79c961a.*
1113
1114ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1115M: Uwe Kleine-König <kernel@pengutronix.de>
1116L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117S: Maintained
1118N: efm32
1119
1120ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1121M: Daniel Ribeiro <drwyrm@gmail.com>
1122M: Stefan Schmidt <stefan@openezx.org>
1123M: Harald Welte <laforge@openezx.org>
1124L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1125W: http://www.openezx.org/
1126S: Maintained
1127T: topgit git://git.openezx.org/openezx.git
1128F: arch/arm/mach-pxa/ezx.c
1129
1130ARM/FARADAY FA526 PORT
1131M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1132L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1133S: Maintained
1134T: git git://git.berlios.de/gemini-board
1135F: arch/arm/mm/*-fa*
1136
1137ARM/FOOTBRIDGE ARCHITECTURE
1138M: Russell King <linux@armlinux.org.uk>
1139L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140W: http://www.armlinux.org.uk/
1141S: Maintained
1142F: arch/arm/include/asm/hardware/dec21285.h
1143F: arch/arm/mach-footbridge/
1144
1145ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1146M: Shawn Guo <shawnguo@kernel.org>
1147M: Sascha Hauer <kernel@pengutronix.de>
1148L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149S: Maintained
1150T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1151F: arch/arm/mach-imx/
1152F: arch/arm/mach-mxs/
1153F: arch/arm/boot/dts/imx*
1154F: arch/arm/configs/imx*_defconfig
1155F: drivers/clk/imx/
1156F: include/soc/imx/
1157
1158ARM/FREESCALE VYBRID ARM ARCHITECTURE
1159M: Shawn Guo <shawnguo@kernel.org>
1160M: Sascha Hauer <kernel@pengutronix.de>
1161R: Stefan Agner <stefan@agner.ch>
1162L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1163S: Maintained
1164T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1165F: arch/arm/mach-imx/*vf610*
1166F: arch/arm/boot/dts/vf*
1167
1168ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1169M: Lennert Buytenhek <kernel@wantstofly.org>
1170L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171S: Maintained
1172
1173ARM/GUMSTIX MACHINE SUPPORT
1174M: Steve Sakoman <sakoman@gmail.com>
1175L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1176S: Maintained
1177
1178ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1179M: Philipp Zabel <philipp.zabel@gmail.com>
1180M: Paul Parsons <lost.distance@yahoo.com>
1181L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1182S: Maintained
1183F: arch/arm/mach-pxa/hx4700.c
1184F: arch/arm/mach-pxa/include/mach/hx4700.h
1185F: sound/soc/pxa/hx4700.c
1186
1187ARM/HISILICON SOC SUPPORT
1188M: Wei Xu <xuwei5@hisilicon.com>
1189L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190W: http://www.hisilicon.com
1191S: Supported
1192T: git git://github.com/hisilicon/linux-hisi.git
1193F: arch/arm/mach-hisi/
1194F: arch/arm/boot/dts/hi3*
1195F: arch/arm/boot/dts/hip*
1196F: arch/arm/boot/dts/hisi*
1197F: arch/arm64/boot/dts/hisilicon/
1198
1199ARM/HP JORNADA 7XX MACHINE SUPPORT
1200M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1201W: www.jlime.com
1202S: Maintained
1203T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1204F: arch/arm/mach-sa1100/jornada720.c
1205F: arch/arm/mach-sa1100/include/mach/jornada720.h
1206
1207ARM/IGEP MACHINE SUPPORT
1208M: Enric Balletbo i Serra <eballetbo@gmail.com>
1209M: Javier Martinez Canillas <javier@dowhile0.org>
1210L: linux-omap@vger.kernel.org
1211L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1212S: Maintained
1213F: arch/arm/boot/dts/omap3-igep*
1214
1215ARM/INCOME PXA270 SUPPORT
1216M: Marek Vasut <marek.vasut@gmail.com>
1217L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218S: Maintained
1219F: arch/arm/mach-pxa/colibri-pxa270-income.c
1220
1221ARM/INTEL IOP32X ARM ARCHITECTURE
1222M: Lennert Buytenhek <kernel@wantstofly.org>
1223L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224S: Maintained
1225
1226ARM/INTEL IOP33X ARM ARCHITECTURE
1227L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228S: Orphan
1229
1230ARM/INTEL IOP13XX ARM ARCHITECTURE
1231M: Lennert Buytenhek <kernel@wantstofly.org>
1232L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233S: Maintained
1234
1235ARM/INTEL IQ81342EX MACHINE SUPPORT
1236M: Lennert Buytenhek <kernel@wantstofly.org>
1237L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238S: Maintained
1239
1240ARM/INTEL IXDP2850 MACHINE SUPPORT
1241M: Lennert Buytenhek <kernel@wantstofly.org>
1242L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1243S: Maintained
1244
1245ARM/INTEL IXP4XX ARM ARCHITECTURE
1246M: Imre Kaloz <kaloz@openwrt.org>
1247M: Krzysztof Halasa <khalasa@piap.pl>
1248L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249S: Maintained
1250F: arch/arm/mach-ixp4xx/
1251
1252ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1253M: Jonathan Cameron <jic23@cam.ac.uk>
1254L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1255S: Maintained
1256F: arch/arm/mach-pxa/stargate2.c
1257F: drivers/pcmcia/pxa2xx_stargate2.c
1258
1259ARM/INTEL XSC3 (MANZANO) ARM CORE
1260M: Lennert Buytenhek <kernel@wantstofly.org>
1261L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1262S: Maintained
1263
1264ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1265M: Lennert Buytenhek <kernel@wantstofly.org>
1266L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267S: Maintained
1268
1269ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1270M: Santosh Shilimkar <ssantosh@kernel.org>
1271L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272S: Maintained
1273F: arch/arm/mach-keystone/
1274F: arch/arm/boot/dts/keystone-*
1275T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1276
1277ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1278M: Santosh Shilimkar <ssantosh@kernel.org>
1279L: linux-kernel@vger.kernel.org
1280S: Maintained
1281F: drivers/clk/keystone/
1282
1283ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1284M: Santosh Shilimkar <ssantosh@kernel.org>
1285L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286L: linux-kernel@vger.kernel.org
1287S: Maintained
1288F: drivers/clocksource/timer-keystone.c
1289
1290ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1291M: Santosh Shilimkar <ssantosh@kernel.org>
1292L: linux-kernel@vger.kernel.org
1293S: Maintained
1294F: drivers/power/reset/keystone-reset.c
1295
1296ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1297M: Santosh Shilimkar <ssantosh@kernel.org>
1298L: linux-kernel@vger.kernel.org
1299S: Maintained
1300F: drivers/memory/*emif*
1301
1302ARM/LG1K ARCHITECTURE
1303M: Chanho Min <chanho.min@lge.com>
1304L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305S: Maintained
1306F: arch/arm64/boot/dts/lg/
1307
1308ARM/LOGICPD PXA270 MACHINE SUPPORT
1309M: Lennert Buytenhek <kernel@wantstofly.org>
1310L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311S: Maintained
1312
1313ARM/LPC18XX ARCHITECTURE
1314M: Joachim Eastwood <manabian@gmail.com>
1315L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1316S: Maintained
1317F: arch/arm/boot/dts/lpc43*
1318F: drivers/clk/nxp/clk-lpc18xx*
1319F: drivers/clocksource/time-lpc32xx.c
1320F: drivers/i2c/busses/i2c-lpc2k.c
1321F: drivers/memory/pl172.c
1322F: drivers/mtd/spi-nor/nxp-spifi.c
1323F: drivers/rtc/rtc-lpc24xx.c
1324N: lpc18xx
1325
1326ARM/LPC32XX SOC SUPPORT
1327M: Vladimir Zapolskiy <vz@mleia.com>
1328M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1329L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1331S: Maintained
1332F: arch/arm/boot/dts/lpc32*
1333F: arch/arm/mach-lpc32xx/
1334F: drivers/i2c/busses/i2c-pnx.c
1335F: drivers/net/ethernet/nxp/lpc_eth.c
1336F: drivers/usb/host/ohci-nxp.c
1337F: drivers/watchdog/pnx4008_wdt.c
1338N: lpc32xx
1339
1340ARM/MAGICIAN MACHINE SUPPORT
1341M: Philipp Zabel <philipp.zabel@gmail.com>
1342S: Maintained
1343
1344ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1345M: Jason Cooper <jason@lakedaemon.net>
1346M: Andrew Lunn <andrew@lunn.ch>
1347M: Gregory Clement <gregory.clement@free-electrons.com>
1348M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1349L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1350S: Maintained
1351F: arch/arm/mach-mvebu/
1352F: drivers/rtc/rtc-armada38x.c
1353F: arch/arm/boot/dts/armada*
1354F: arch/arm/boot/dts/kirkwood*
1355F: arch/arm64/boot/dts/marvell/armada*
1356F: drivers/cpufreq/mvebu-cpufreq.c
1357F: arch/arm/configs/mvebu_*_defconfig
1358
1359ARM/Marvell Berlin SoC support
1360M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1361L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1362S: Maintained
1363F: arch/arm/mach-berlin/
1364F: arch/arm/boot/dts/berlin*
1365F: arch/arm64/boot/dts/marvell/berlin*
1366
1367
1368ARM/Marvell Dove/MV78xx0/Orion SOC support
1369M: Jason Cooper <jason@lakedaemon.net>
1370M: Andrew Lunn <andrew@lunn.ch>
1371M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1372M: Gregory Clement <gregory.clement@free-electrons.com>
1373L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374S: Maintained
1375F: arch/arm/mach-dove/
1376F: arch/arm/mach-mv78xx0/
1377F: arch/arm/mach-orion5x/
1378F: arch/arm/plat-orion/
1379F: arch/arm/boot/dts/dove*
1380F: arch/arm/boot/dts/orion5x*
1381
1382
1383ARM/Orion SoC/Technologic Systems TS-78xx platform support
1384M: Alexander Clouter <alex@digriz.org.uk>
1385L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1386W: http://www.digriz.org.uk/ts78xx/kernel
1387S: Maintained
1388F: arch/arm/mach-orion5x/ts78xx-*
1389
1390ARM/OXNAS platform support
1391M: Neil Armstrong <narmstrong@baylibre.com>
1392L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393S: Maintained
1394F: arch/arm/mach-oxnas/
1395F: arch/arm/boot/dts/oxnas*
1396F: arch/arm/boot/dts/wd-mbwe.dts
1397N: oxnas
1398
1399ARM/Mediatek RTC DRIVER
1400M: Eddie Huang <eddie.huang@mediatek.com>
1401L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1402L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1403S: Maintained
1404F: drivers/rtc/rtc-mt6397.c
1405
1406ARM/Mediatek SoC support
1407M: Matthias Brugger <matthias.bgg@gmail.com>
1408L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1409L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1410S: Maintained
1411F: arch/arm/boot/dts/mt6*
1412F: arch/arm/boot/dts/mt8*
1413F: arch/arm/mach-mediatek/
1414N: mtk
1415K: mediatek
1416
1417ARM/Mediatek USB3 PHY DRIVER
1418M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1419L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1420L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1421S: Maintained
1422F: drivers/phy/phy-mt65xx-usb3.c
1423
1424ARM/MICREL KS8695 ARCHITECTURE
1425M: Greg Ungerer <gerg@uclinux.org>
1426L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427F: arch/arm/mach-ks8695/
1428S: Odd Fixes
1429
1430ARM/MIOA701 MACHINE SUPPORT
1431M: Robert Jarzmik <robert.jarzmik@free.fr>
1432L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1433F: arch/arm/mach-pxa/mioa701.c
1434S: Maintained
1435
1436ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1437M: Michael Petchkovsky <mkpetch@internode.on.net>
1438S: Maintained
1439
1440ARM/NOMADIK ARCHITECTURE
1441M: Alessandro Rubini <rubini@unipv.it>
1442M: Linus Walleij <linus.walleij@linaro.org>
1443L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1444S: Maintained
1445F: arch/arm/mach-nomadik/
1446F: drivers/pinctrl/nomadik/
1447F: drivers/i2c/busses/i2c-nomadik.c
1448T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1449
1450ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1451M: Nelson Castillo <arhuaco@freaks-unidos.net>
1452L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1453W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1454S: Supported
1455
1456ARM/TOSA MACHINE SUPPORT
1457M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1458M: Dirk Opfer <dirk@opfer-online.de>
1459S: Maintained
1460
1461ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1462M: Marek Vasut <marek.vasut@gmail.com>
1463L: linux-arm-kernel@lists.infradead.org
1464W: http://hackndev.com
1465S: Maintained
1466F: arch/arm/mach-pxa/include/mach/palmtx.h
1467F: arch/arm/mach-pxa/palmtx.c
1468F: arch/arm/mach-pxa/include/mach/palmt5.h
1469F: arch/arm/mach-pxa/palmt5.c
1470F: arch/arm/mach-pxa/include/mach/palmld.h
1471F: arch/arm/mach-pxa/palmld.c
1472F: arch/arm/mach-pxa/include/mach/palmte2.h
1473F: arch/arm/mach-pxa/palmte2.c
1474F: arch/arm/mach-pxa/include/mach/palmtc.h
1475F: arch/arm/mach-pxa/palmtc.c
1476
1477ARM/PALM TREO SUPPORT
1478M: Tomas Cech <sleep_walker@suse.com>
1479L: linux-arm-kernel@lists.infradead.org
1480W: http://hackndev.com
1481S: Maintained
1482F: arch/arm/mach-pxa/include/mach/palmtreo.h
1483F: arch/arm/mach-pxa/palmtreo.c
1484
1485ARM/PALMZ72 SUPPORT
1486M: Sergey Lapin <slapin@ossfans.org>
1487L: linux-arm-kernel@lists.infradead.org
1488W: http://hackndev.com
1489S: Maintained
1490F: arch/arm/mach-pxa/include/mach/palmz72.h
1491F: arch/arm/mach-pxa/palmz72.c
1492
1493ARM/PLEB SUPPORT
1494M: Peter Chubb <pleb@gelato.unsw.edu.au>
1495W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1496S: Maintained
1497
1498ARM/PT DIGITAL BOARD PORT
1499M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1500L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1501W: http://www.armlinux.org.uk/
1502S: Maintained
1503
1504ARM/QUALCOMM SUPPORT
1505M: Andy Gross <andy.gross@linaro.org>
1506M: David Brown <david.brown@linaro.org>
1507L: linux-arm-msm@vger.kernel.org
1508L: linux-soc@vger.kernel.org
1509S: Maintained
1510F: arch/arm/boot/dts/qcom-*.dts
1511F: arch/arm/boot/dts/qcom-*.dtsi
1512F: arch/arm/mach-qcom/
1513F: arch/arm64/boot/dts/qcom/*
1514F: drivers/i2c/busses/i2c-qup.c
1515F: drivers/clk/qcom/
1516F: drivers/soc/qcom/
1517F: drivers/spi/spi-qup.c
1518F: drivers/tty/serial/msm_serial.h
1519F: drivers/tty/serial/msm_serial.c
1520F: drivers/*/pm8???-*
1521F: drivers/mfd/ssbi.c
1522F: drivers/firmware/qcom_scm.c
1523T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1524
1525ARM/RADISYS ENP2611 MACHINE SUPPORT
1526M: Lennert Buytenhek <kernel@wantstofly.org>
1527L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1528S: Maintained
1529
1530ARM/RENESAS ARM64 ARCHITECTURE
1531M: Simon Horman <horms@verge.net.au>
1532M: Magnus Damm <magnus.damm@gmail.com>
1533L: linux-renesas-soc@vger.kernel.org
1534Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1535T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1536S: Supported
1537F: arch/arm64/boot/dts/renesas/
1538F: drivers/soc/renesas/
1539F: include/linux/soc/renesas/
1540
1541ARM/RISCPC ARCHITECTURE
1542M: Russell King <linux@armlinux.org.uk>
1543L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1544W: http://www.armlinux.org.uk/
1545S: Maintained
1546F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1547F: arch/arm/include/asm/hardware/ioc.h
1548F: arch/arm/include/asm/hardware/iomd.h
1549F: arch/arm/include/asm/hardware/memc.h
1550F: arch/arm/mach-rpc/
1551F: drivers/net/ethernet/8390/etherh.c
1552F: drivers/net/ethernet/i825xx/ether1*
1553F: drivers/net/ethernet/seeq/ether3*
1554F: drivers/scsi/arm/
1555
1556ARM/Rockchip SoC support
1557M: Heiko Stuebner <heiko@sntech.de>
1558L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1559L: linux-rockchip@lists.infradead.org
1560T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1561S: Maintained
1562F: arch/arm/boot/dts/rk3*
1563F: arch/arm/mach-rockchip/
1564F: drivers/clk/rockchip/
1565F: drivers/i2c/busses/i2c-rk3x.c
1566F: drivers/*/*rockchip*
1567F: drivers/*/*/*rockchip*
1568F: sound/soc/rockchip/
1569N: rockchip
1570
1571ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1572M: Kukjin Kim <kgene@kernel.org>
1573M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1574L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1576S: Maintained
1577F: arch/arm/boot/dts/s3c*
1578F: arch/arm/boot/dts/s5p*
1579F: arch/arm/boot/dts/samsung*
1580F: arch/arm/boot/dts/exynos*
1581F: arch/arm64/boot/dts/exynos/
1582F: arch/arm/plat-samsung/
1583F: arch/arm/mach-s3c24*/
1584F: arch/arm/mach-s3c64xx/
1585F: arch/arm/mach-s5p*/
1586F: arch/arm/mach-exynos*/
1587F: drivers/*/*s3c2410*
1588F: drivers/*/*/*s3c2410*
1589F: drivers/memory/samsung/*
1590F: drivers/soc/samsung/*
1591F: drivers/spi/spi-s3c*
1592F: sound/soc/samsung/*
1593F: Documentation/arm/Samsung/
1594F: Documentation/devicetree/bindings/arm/samsung/
1595F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1596F: Documentation/devicetree/bindings/power/pd-samsung.txt
1597N: exynos
1598
1599ARM/SAMSUNG MOBILE MACHINE SUPPORT
1600M: Kyungmin Park <kyungmin.park@samsung.com>
1601L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1602S: Maintained
1603F: arch/arm/mach-s5pv210/
1604
1605ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1606M: Kyungmin Park <kyungmin.park@samsung.com>
1607M: Kamil Debski <k.debski@samsung.com>
1608L: linux-arm-kernel@lists.infradead.org
1609L: linux-media@vger.kernel.org
1610S: Maintained
1611F: drivers/media/platform/s5p-g2d/
1612
1613ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1614M: Kyungmin Park <kyungmin.park@samsung.com>
1615M: Kamil Debski <k.debski@samsung.com>
1616M: Jeongtae Park <jtp.park@samsung.com>
1617L: linux-arm-kernel@lists.infradead.org
1618L: linux-media@vger.kernel.org
1619S: Maintained
1620F: arch/arm/plat-samsung/s5p-dev-mfc.c
1621F: drivers/media/platform/s5p-mfc/
1622
1623ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1624M: Kyungmin Park <kyungmin.park@samsung.com>
1625M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1626L: linux-arm-kernel@lists.infradead.org
1627L: linux-media@vger.kernel.org
1628S: Maintained
1629F: drivers/media/platform/s5p-tv/
1630
1631ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1632M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1633M: Jacek Anaszewski <j.anaszewski@samsung.com>
1634L: linux-arm-kernel@lists.infradead.org
1635L: linux-media@vger.kernel.org
1636S: Maintained
1637F: drivers/media/platform/s5p-jpeg/
1638
1639ARM/SHMOBILE ARM ARCHITECTURE
1640M: Simon Horman <horms@verge.net.au>
1641M: Magnus Damm <magnus.damm@gmail.com>
1642L: linux-renesas-soc@vger.kernel.org
1643Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1644T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1645S: Supported
1646F: arch/arm/boot/dts/emev2*
1647F: arch/arm/boot/dts/r7s*
1648F: arch/arm/boot/dts/r8a*
1649F: arch/arm/boot/dts/sh*
1650F: arch/arm/configs/shmobile_defconfig
1651F: arch/arm/include/debug/renesas-scif.S
1652F: arch/arm/mach-shmobile/
1653F: drivers/sh/
1654F: drivers/soc/renesas/
1655F: include/linux/soc/renesas/
1656
1657ARM/SOCFPGA ARCHITECTURE
1658M: Dinh Nguyen <dinguyen@opensource.altera.com>
1659S: Maintained
1660F: arch/arm/mach-socfpga/
1661F: arch/arm/boot/dts/socfpga*
1662F: arch/arm/configs/socfpga_defconfig
1663F: arch/arm64/boot/dts/altera/
1664W: http://www.rocketboards.org
1665T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1666
1667ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1668M: Dinh Nguyen <dinguyen@opensource.altera.com>
1669S: Maintained
1670F: drivers/clk/socfpga/
1671
1672ARM/SOCFPGA EDAC SUPPORT
1673M: Thor Thayer <tthayer@opensource.altera.com>
1674S: Maintained
1675F: drivers/edac/altera_edac.
1676
1677ARM/STI ARCHITECTURE
1678M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1679M: Maxime Coquelin <maxime.coquelin@st.com>
1680M: Patrice Chotard <patrice.chotard@st.com>
1681L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682L: kernel@stlinux.com
1683W: http://www.stlinux.com
1684S: Maintained
1685F: arch/arm/mach-sti/
1686F: arch/arm/boot/dts/sti*
1687F: drivers/char/hw_random/st-rng.c
1688F: drivers/clocksource/arm_global_timer.c
1689F: drivers/clocksource/clksrc_st_lpc.c
1690F: drivers/cpufreq/sti-cpufreq.c
1691F: drivers/i2c/busses/i2c-st.c
1692F: drivers/media/rc/st_rc.c
1693F: drivers/media/platform/sti/c8sectpfe/
1694F: drivers/mmc/host/sdhci-st.c
1695F: drivers/phy/phy-miphy28lp.c
1696F: drivers/phy/phy-miphy365x.c
1697F: drivers/phy/phy-stih407-usb.c
1698F: drivers/phy/phy-stih41x-usb.c
1699F: drivers/pinctrl/pinctrl-st.c
1700F: drivers/remoteproc/st_remoteproc.c
1701F: drivers/reset/sti/
1702F: drivers/rtc/rtc-st-lpc.c
1703F: drivers/tty/serial/st-asc.c
1704F: drivers/usb/dwc3/dwc3-st.c
1705F: drivers/usb/host/ehci-st.c
1706F: drivers/usb/host/ohci-st.c
1707F: drivers/watchdog/st_lpc_wdt.c
1708F: drivers/ata/ahci_st.c
1709
1710ARM/STM32 ARCHITECTURE
1711M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1712L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1713S: Maintained
1714T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1715N: stm32
1716F: drivers/clocksource/armv7m_systick.c
1717
1718ARM/TANGO ARCHITECTURE
1719M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1720L: linux-arm-kernel@lists.infradead.org
1721S: Maintained
1722F: arch/arm/mach-tango/
1723F: arch/arm/boot/dts/tango*
1724
1725ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1726M: Lennert Buytenhek <kernel@wantstofly.org>
1727L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1728S: Maintained
1729
1730ARM/TETON BGA MACHINE SUPPORT
1731M: "Mark F. Brown" <mark.brown314@gmail.com>
1732L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1733S: Maintained
1734
1735ARM/THECUS N2100 MACHINE SUPPORT
1736M: Lennert Buytenhek <kernel@wantstofly.org>
1737L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1738S: Maintained
1739
1740ARM/NUVOTON W90X900 ARM ARCHITECTURE
1741M: Wan ZongShun <mcuos.com@gmail.com>
1742L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1743W: http://www.mcuos.com
1744S: Maintained
1745F: arch/arm/mach-w90x900/
1746F: drivers/input/keyboard/w90p910_keypad.c
1747F: drivers/input/touchscreen/w90p910_ts.c
1748F: drivers/watchdog/nuc900_wdt.c
1749F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1750F: drivers/mtd/nand/nuc900_nand.c
1751F: drivers/rtc/rtc-nuc900.c
1752F: drivers/spi/spi-nuc900.c
1753F: drivers/usb/host/ehci-w90x900.c
1754F: drivers/video/fbdev/nuc900fb.c
1755
1756ARM/U300 MACHINE SUPPORT
1757M: Linus Walleij <linus.walleij@linaro.org>
1758L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1759S: Supported
1760F: arch/arm/mach-u300/
1761F: drivers/clocksource/timer-u300.c
1762F: drivers/i2c/busses/i2c-stu300.c
1763F: drivers/rtc/rtc-coh901331.c
1764F: drivers/watchdog/coh901327_wdt.c
1765F: drivers/dma/coh901318*
1766F: drivers/mfd/ab3100*
1767F: drivers/rtc/rtc-ab3100.c
1768F: drivers/rtc/rtc-coh901331.c
1769T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1770
1771ARM/UNIPHIER ARCHITECTURE
1772M: Masahiro Yamada <yamada.masahiro@socionext.com>
1773L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1774S: Maintained
1775F: arch/arm/boot/dts/uniphier*
1776F: arch/arm/include/asm/hardware/cache-uniphier.h
1777F: arch/arm/mach-uniphier/
1778F: arch/arm/mm/cache-uniphier.c
1779F: arch/arm64/boot/dts/socionext/
1780F: drivers/bus/uniphier-system-bus.c
1781F: drivers/i2c/busses/i2c-uniphier*
1782F: drivers/pinctrl/uniphier/
1783F: drivers/tty/serial/8250/8250_uniphier.c
1784N: uniphier
1785
1786ARM/Ux500 ARM ARCHITECTURE
1787M: Linus Walleij <linus.walleij@linaro.org>
1788L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1789S: Maintained
1790F: arch/arm/mach-ux500/
1791F: drivers/clocksource/clksrc-dbx500-prcmu.c
1792F: drivers/dma/ste_dma40*
1793F: drivers/hwspinlock/u8500_hsem.c
1794F: drivers/mfd/abx500*
1795F: drivers/mfd/ab8500*
1796F: drivers/mfd/dbx500*
1797F: drivers/mfd/db8500*
1798F: drivers/pinctrl/nomadik/pinctrl-ab*
1799F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1800F: drivers/rtc/rtc-ab8500.c
1801F: drivers/rtc/rtc-pl031.c
1802T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1803
1804ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1805M: Ulf Hansson <ulf.hansson@linaro.org>
1806L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1807T: git git://git.linaro.org/people/ulfh/clk.git
1808S: Maintained
1809F: drivers/clk/ux500/
1810F: include/linux/platform_data/clk-ux500.h
1811
1812ARM/VERSATILE EXPRESS PLATFORM
1813M: Liviu Dudau <liviu.dudau@arm.com>
1814M: Sudeep Holla <sudeep.holla@arm.com>
1815M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1816L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1817S: Maintained
1818F: arch/arm/boot/dts/vexpress*
1819F: arch/arm64/boot/dts/arm/
1820F: arch/arm/mach-vexpress/
1821F: */*/vexpress*
1822F: */*/*/vexpress*
1823F: drivers/clk/versatile/clk-vexpress-osc.c
1824F: drivers/clocksource/versatile.c
1825N: mps2
1826
1827ARM/VFP SUPPORT
1828M: Russell King <linux@armlinux.org.uk>
1829L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1830W: http://www.armlinux.org.uk/
1831S: Maintained
1832F: arch/arm/vfp/
1833
1834ARM/VOIPAC PXA270 SUPPORT
1835M: Marek Vasut <marek.vasut@gmail.com>
1836L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837S: Maintained
1838F: arch/arm/mach-pxa/vpac270.c
1839F: arch/arm/mach-pxa/include/mach/vpac270.h
1840
1841ARM/VT8500 ARM ARCHITECTURE
1842M: Tony Prisk <linux@prisktech.co.nz>
1843L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1844S: Maintained
1845F: arch/arm/mach-vt8500/
1846F: drivers/clocksource/vt8500_timer.c
1847F: drivers/i2c/busses/i2c-wmt.c
1848F: drivers/mmc/host/wmt-sdmmc.c
1849F: drivers/pwm/pwm-vt8500.c
1850F: drivers/rtc/rtc-vt8500.c
1851F: drivers/tty/serial/vt8500_serial.c
1852F: drivers/usb/host/ehci-platform.c
1853F: drivers/usb/host/uhci-platform.c
1854F: drivers/video/fbdev/vt8500lcdfb.*
1855F: drivers/video/fbdev/wm8505fb*
1856F: drivers/video/fbdev/wmt_ge_rops.*
1857
1858ARM/ZIPIT Z2 SUPPORT
1859M: Marek Vasut <marek.vasut@gmail.com>
1860L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1861S: Maintained
1862F: arch/arm/mach-pxa/z2.c
1863F: arch/arm/mach-pxa/include/mach/z2.h
1864
1865ARM/ZTE ARCHITECTURE
1866M: Jun Nie <jun.nie@linaro.org>
1867L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1868S: Maintained
1869F: arch/arm/mach-zx/
1870F: drivers/clk/zte/
1871F: Documentation/devicetree/bindings/arm/zte.txt
1872F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1873
1874ARM/ZYNQ ARCHITECTURE
1875M: Michal Simek <michal.simek@xilinx.com>
1876R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1877L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1878W: http://wiki.xilinx.com
1879T: git https://github.com/Xilinx/linux-xlnx.git
1880S: Supported
1881F: arch/arm/mach-zynq/
1882F: drivers/cpuidle/cpuidle-zynq.c
1883F: drivers/block/xsysace.c
1884N: zynq
1885N: xilinx
1886F: drivers/clocksource/cadence_ttc_timer.c
1887F: drivers/i2c/busses/i2c-cadence.c
1888F: drivers/mmc/host/sdhci-of-arasan.c
1889F: drivers/edac/synopsys_edac.c
1890
1891ARM SMMU DRIVERS
1892M: Will Deacon <will.deacon@arm.com>
1893R: Robin Murphy <robin.murphy@arm.com>
1894L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1895S: Maintained
1896F: drivers/iommu/arm-smmu.c
1897F: drivers/iommu/arm-smmu-v3.c
1898F: drivers/iommu/io-pgtable-arm.c
1899F: drivers/iommu/io-pgtable-arm-v7s.c
1900
1901ARM64 PORT (AARCH64 ARCHITECTURE)
1902M: Catalin Marinas <catalin.marinas@arm.com>
1903M: Will Deacon <will.deacon@arm.com>
1904L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1905T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1906S: Maintained
1907F: arch/arm64/
1908F: Documentation/arm64/
1909
1910AS3645A LED FLASH CONTROLLER DRIVER
1911M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1912L: linux-media@vger.kernel.org
1913T: git git://linuxtv.org/media_tree.git
1914S: Maintained
1915F: drivers/media/i2c/as3645a.c
1916F: include/media/i2c/as3645a.h
1917
1918ASC7621 HARDWARE MONITOR DRIVER
1919M: George Joseph <george.joseph@fairview5.com>
1920L: linux-hwmon@vger.kernel.org
1921S: Maintained
1922F: Documentation/hwmon/asc7621
1923F: drivers/hwmon/asc7621.c
1924
1925ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1926M: Corentin Chary <corentin.chary@gmail.com>
1927L: acpi4asus-user@lists.sourceforge.net
1928L: platform-driver-x86@vger.kernel.org
1929W: http://acpi4asus.sf.net
1930S: Maintained
1931F: drivers/platform/x86/asus*.c
1932F: drivers/platform/x86/eeepc*.c
1933
1934ASUS WIRELESS RADIO CONTROL DRIVER
1935M: João Paulo Rechi Vita <jprvita@gmail.com>
1936L: platform-driver-x86@vger.kernel.org
1937S: Maintained
1938F: drivers/platform/x86/asus-wireless.c
1939
1940ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1941R: Dan Williams <dan.j.williams@intel.com>
1942W: http://sourceforge.net/projects/xscaleiop
1943S: Odd fixes
1944F: Documentation/crypto/async-tx-api.txt
1945F: crypto/async_tx/
1946F: drivers/dma/
1947F: include/linux/dmaengine.h
1948F: include/linux/async_tx.h
1949
1950AT24 EEPROM DRIVER
1951M: Wolfram Sang <wsa@the-dreams.de>
1952L: linux-i2c@vger.kernel.org
1953S: Maintained
1954F: drivers/misc/eeprom/at24.c
1955F: include/linux/platform_data/at24.h
1956
1957ATA OVER ETHERNET (AOE) DRIVER
1958M: "Ed L. Cashin" <ed.cashin@acm.org>
1959W: http://www.openaoe.org/
1960S: Supported
1961F: Documentation/aoe/
1962F: drivers/block/aoe/
1963
1964ATHEROS 71XX/9XXX GPIO DRIVER
1965M: Alban Bedel <albeu@free.fr>
1966W: https://github.com/AlbanBedel/linux
1967T: git git://github.com/AlbanBedel/linux
1968S: Maintained
1969F: drivers/gpio/gpio-ath79.c
1970F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1971
1972ATHEROS ATH GENERIC UTILITIES
1973M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1974L: linux-wireless@vger.kernel.org
1975S: Supported
1976F: drivers/net/wireless/ath/*
1977
1978ATHEROS ATH5K WIRELESS DRIVER
1979M: Jiri Slaby <jirislaby@gmail.com>
1980M: Nick Kossifidis <mickflemm@gmail.com>
1981M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1982L: linux-wireless@vger.kernel.org
1983W: http://wireless.kernel.org/en/users/Drivers/ath5k
1984S: Maintained
1985F: drivers/net/wireless/ath/ath5k/
1986
1987ATHEROS ATH6KL WIRELESS DRIVER
1988M: Kalle Valo <kvalo@qca.qualcomm.com>
1989L: linux-wireless@vger.kernel.org
1990W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1991T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1992S: Supported
1993F: drivers/net/wireless/ath/ath6kl/
1994
1995WILOCITY WIL6210 WIRELESS DRIVER
1996M: Maya Erez <qca_merez@qca.qualcomm.com>
1997L: linux-wireless@vger.kernel.org
1998L: wil6210@qca.qualcomm.com
1999S: Supported
2000W: http://wireless.kernel.org/en/users/Drivers/wil6210
2001F: drivers/net/wireless/ath/wil6210/
2002F: include/uapi/linux/wil6210_uapi.h
2003
2004CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2005M: Christian Lamparter <chunkeey@googlemail.com>
2006L: linux-wireless@vger.kernel.org
2007W: http://wireless.kernel.org/en/users/Drivers/carl9170
2008S: Maintained
2009F: drivers/net/wireless/ath/carl9170/
2010
2011ATK0110 HWMON DRIVER
2012M: Luca Tettamanti <kronos.it@gmail.com>
2013L: linux-hwmon@vger.kernel.org
2014S: Maintained
2015F: drivers/hwmon/asus_atk0110.c
2016
2017ATI_REMOTE2 DRIVER
2018M: Ville Syrjala <syrjala@sci.fi>
2019S: Maintained
2020F: drivers/input/misc/ati_remote2.c
2021
2022ATLX ETHERNET DRIVERS
2023M: Jay Cliburn <jcliburn@gmail.com>
2024M: Chris Snook <chris.snook@gmail.com>
2025L: netdev@vger.kernel.org
2026W: http://sourceforge.net/projects/atl1
2027W: http://atl1.sourceforge.net
2028S: Maintained
2029F: drivers/net/ethernet/atheros/
2030
2031ATM
2032M: Chas Williams <3chas3@gmail.com>
2033L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2034L: netdev@vger.kernel.org
2035W: http://linux-atm.sourceforge.net
2036S: Maintained
2037F: drivers/atm/
2038F: include/linux/atm*
2039F: include/uapi/linux/atm*
2040
2041ATMEL AT91 / AT32 MCI DRIVER
2042M: Ludovic Desroches <ludovic.desroches@atmel.com>
2043S: Maintained
2044F: drivers/mmc/host/atmel-mci.c
2045
2046ATMEL AT91 / AT32 SERIAL DRIVER
2047M: Nicolas Ferre <nicolas.ferre@atmel.com>
2048S: Supported
2049F: drivers/tty/serial/atmel_serial.c
2050
2051ATMEL SAMA5D2 ADC DRIVER
2052M: Ludovic Desroches <ludovic.desroches@atmel.com>
2053L: linux-iio@vger.kernel.org
2054S: Supported
2055F: drivers/iio/adc/at91-sama5d2_adc.c
2056
2057ATMEL Audio ALSA driver
2058M: Nicolas Ferre <nicolas.ferre@atmel.com>
2059L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2060S: Supported
2061F: sound/soc/atmel
2062
2063ATMEL DMA DRIVER
2064M: Nicolas Ferre <nicolas.ferre@atmel.com>
2065L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2066S: Supported
2067F: drivers/dma/at_hdmac.c
2068F: drivers/dma/at_hdmac_regs.h
2069F: include/linux/platform_data/dma-atmel.h
2070
2071ATMEL XDMA DRIVER
2072M: Ludovic Desroches <ludovic.desroches@atmel.com>
2073L: linux-arm-kernel@lists.infradead.org
2074L: dmaengine@vger.kernel.org
2075S: Supported
2076F: drivers/dma/at_xdmac.c
2077
2078ATMEL I2C DRIVER
2079M: Ludovic Desroches <ludovic.desroches@atmel.com>
2080L: linux-i2c@vger.kernel.org
2081S: Supported
2082F: drivers/i2c/busses/i2c-at91.c
2083
2084ATMEL ISI DRIVER
2085M: Ludovic Desroches <ludovic.desroches@atmel.com>
2086L: linux-media@vger.kernel.org
2087S: Supported
2088F: drivers/media/platform/soc_camera/atmel-isi.c
2089F: include/media/atmel-isi.h
2090
2091ATMEL LCDFB DRIVER
2092M: Nicolas Ferre <nicolas.ferre@atmel.com>
2093L: linux-fbdev@vger.kernel.org
2094S: Maintained
2095F: drivers/video/fbdev/atmel_lcdfb.c
2096F: include/video/atmel_lcdc.h
2097
2098ATMEL MACB ETHERNET DRIVER
2099M: Nicolas Ferre <nicolas.ferre@atmel.com>
2100S: Supported
2101F: drivers/net/ethernet/cadence/
2102
2103ATMEL NAND DRIVER
2104M: Wenyou Yang <wenyou.yang@atmel.com>
2105M: Josh Wu <rainyfeeling@outlook.com>
2106L: linux-mtd@lists.infradead.org
2107S: Supported
2108F: drivers/mtd/nand/atmel_nand*
2109
2110ATMEL SDMMC DRIVER
2111M: Ludovic Desroches <ludovic.desroches@atmel.com>
2112L: linux-mmc@vger.kernel.org
2113S: Supported
2114F: drivers/mmc/host/sdhci-of-at91.c
2115
2116ATMEL SPI DRIVER
2117M: Nicolas Ferre <nicolas.ferre@atmel.com>
2118S: Supported
2119F: drivers/spi/spi-atmel.*
2120
2121ATMEL SSC DRIVER
2122M: Nicolas Ferre <nicolas.ferre@atmel.com>
2123L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2124S: Supported
2125F: drivers/misc/atmel-ssc.c
2126F: include/linux/atmel-ssc.h
2127
2128ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2129M: Nicolas Ferre <nicolas.ferre@atmel.com>
2130L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2131S: Supported
2132F: drivers/misc/atmel_tclib.c
2133F: drivers/clocksource/tcb_clksrc.c
2134
2135ATMEL USBA UDC DRIVER
2136M: Nicolas Ferre <nicolas.ferre@atmel.com>
2137L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2138S: Supported
2139F: drivers/usb/gadget/udc/atmel_usba_udc.*
2140
2141ATMEL WIRELESS DRIVER
2142M: Simon Kelley <simon@thekelleys.org.uk>
2143L: linux-wireless@vger.kernel.org
2144W: http://www.thekelleys.org.uk/atmel
2145W: http://atmelwlandriver.sourceforge.net/
2146S: Maintained
2147F: drivers/net/wireless/atmel/atmel*
2148
2149ATMEL MAXTOUCH DRIVER
2150M: Nick Dyer <nick.dyer@itdev.co.uk>
2151T: git git://github.com/atmel-maxtouch/linux.git
2152S: Supported
2153F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2154F: drivers/input/touchscreen/atmel_mxt_ts.c
2155F: include/linux/platform_data/atmel_mxt_ts.h
2156
2157ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2158M: Bradley Grove <linuxdrivers@attotech.com>
2159L: linux-scsi@vger.kernel.org
2160W: http://www.attotech.com
2161S: Supported
2162F: drivers/scsi/esas2r
2163
2164ATUSB IEEE 802.15.4 RADIO DRIVER
2165M: Stefan Schmidt <stefan@osg.samsung.com>
2166L: linux-wpan@vger.kernel.org
2167S: Maintained
2168F: drivers/net/ieee802154/atusb.c
2169F: drivers/net/ieee802154/atusb.h
2170F: drivers/net/ieee802154/at86rf230.h
2171
2172AUDIT SUBSYSTEM
2173M: Paul Moore <paul@paul-moore.com>
2174M: Eric Paris <eparis@redhat.com>
2175L: linux-audit@redhat.com (moderated for non-subscribers)
2176W: http://people.redhat.com/sgrubb/audit/
2177T: git git://git.infradead.org/users/pcmoore/audit
2178S: Maintained
2179F: include/linux/audit.h
2180F: include/uapi/linux/audit.h
2181F: kernel/audit*
2182
2183AUXILIARY DISPLAY DRIVERS
2184M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2185W: http://miguelojeda.es/auxdisplay.htm
2186W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2187S: Maintained
2188F: drivers/auxdisplay/
2189F: include/linux/cfag12864b.h
2190
2191AVR32 ARCHITECTURE
2192M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2193M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2194W: http://www.atmel.com/products/AVR32/
2195W: http://mirror.egtvedt.no/avr32linux.org/
2196W: http://avrfreaks.net/
2197S: Maintained
2198F: arch/avr32/
2199
2200AVR32/AT32AP MACHINE SUPPORT
2201M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2202M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2203S: Maintained
2204F: arch/avr32/mach-at32ap/
2205
2206AX.25 NETWORK LAYER
2207M: Ralf Baechle <ralf@linux-mips.org>
2208L: linux-hams@vger.kernel.org
2209W: http://www.linux-ax25.org/
2210S: Maintained
2211F: include/uapi/linux/ax25.h
2212F: include/net/ax25.h
2213F: net/ax25/
2214
2215AZ6007 DVB DRIVER
2216M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2217L: linux-media@vger.kernel.org
2218W: https://linuxtv.org
2219T: git git://linuxtv.org/media_tree.git
2220S: Maintained
2221F: drivers/media/usb/dvb-usb-v2/az6007.c
2222
2223AZTECH FM RADIO RECEIVER DRIVER
2224M: Hans Verkuil <hverkuil@xs4all.nl>
2225L: linux-media@vger.kernel.org
2226T: git git://linuxtv.org/media_tree.git
2227W: https://linuxtv.org
2228S: Maintained
2229F: drivers/media/radio/radio-aztech*
2230
2231B43 WIRELESS DRIVER
2232L: linux-wireless@vger.kernel.org
2233L: b43-dev@lists.infradead.org
2234W: http://wireless.kernel.org/en/users/Drivers/b43
2235S: Odd Fixes
2236F: drivers/net/wireless/broadcom/b43/
2237
2238B43LEGACY WIRELESS DRIVER
2239M: Larry Finger <Larry.Finger@lwfinger.net>
2240L: linux-wireless@vger.kernel.org
2241L: b43-dev@lists.infradead.org
2242W: http://wireless.kernel.org/en/users/Drivers/b43
2243S: Maintained
2244F: drivers/net/wireless/broadcom/b43legacy/
2245
2246BACKLIGHT CLASS/SUBSYSTEM
2247M: Jingoo Han <jingoohan1@gmail.com>
2248M: Lee Jones <lee.jones@linaro.org>
2249T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2250S: Maintained
2251F: drivers/video/backlight/
2252F: include/linux/backlight.h
2253
2254BATMAN ADVANCED
2255M: Marek Lindner <mareklindner@neomailbox.ch>
2256M: Simon Wunderlich <sw@simonwunderlich.de>
2257M: Antonio Quartulli <a@unstable.cc>
2258L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2259W: https://www.open-mesh.org/
2260Q: https://patchwork.open-mesh.org/project/batman/list/
2261S: Maintained
2262F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2263F: Documentation/ABI/testing/sysfs-class-net-mesh
2264F: Documentation/networking/batman-adv.txt
2265F: net/batman-adv/
2266
2267BAYCOM/HDLCDRV DRIVERS FOR AX.25
2268M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2269L: linux-hams@vger.kernel.org
2270W: http://www.baycom.org/~tom/ham/ham.html
2271S: Maintained
2272F: drivers/net/hamradio/baycom*
2273
2274BCACHE (BLOCK LAYER CACHE)
2275M: Kent Overstreet <kent.overstreet@gmail.com>
2276L: linux-bcache@vger.kernel.org
2277W: http://bcache.evilpiepirate.org
2278S: Maintained
2279F: drivers/md/bcache/
2280
2281BDISP ST MEDIA DRIVER
2282M: Fabien Dessenne <fabien.dessenne@st.com>
2283L: linux-media@vger.kernel.org
2284T: git git://linuxtv.org/media_tree.git
2285W: https://linuxtv.org
2286S: Supported
2287F: drivers/media/platform/sti/bdisp
2288
2289BEFS FILE SYSTEM
2290S: Orphan
2291F: Documentation/filesystems/befs.txt
2292F: fs/befs/
2293
2294BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2295M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2296L: netdev@vger.kernel.org
2297S: Maintained
2298F: drivers/net/ethernet/ec_bhf.c
2299
2300BFS FILE SYSTEM
2301M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2302S: Maintained
2303F: Documentation/filesystems/bfs.txt
2304F: fs/bfs/
2305F: include/uapi/linux/bfs_fs.h
2306
2307BLACKFIN ARCHITECTURE
2308M: Steven Miao <realmz6@gmail.com>
2309L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2310T: git git://git.code.sf.net/p/adi-linux/code
2311W: http://blackfin.uclinux.org
2312S: Supported
2313F: arch/blackfin/
2314
2315BLACKFIN EMAC DRIVER
2316L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2317W: http://blackfin.uclinux.org
2318S: Supported
2319F: drivers/net/ethernet/adi/
2320
2321BLACKFIN RTC DRIVER
2322L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2323W: http://blackfin.uclinux.org
2324S: Supported
2325F: drivers/rtc/rtc-bfin.c
2326
2327BLACKFIN SDH DRIVER
2328M: Sonic Zhang <sonic.zhang@analog.com>
2329L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2330W: http://blackfin.uclinux.org
2331S: Supported
2332F: drivers/mmc/host/bfin_sdh.c
2333
2334BLACKFIN SERIAL DRIVER
2335M: Sonic Zhang <sonic.zhang@analog.com>
2336L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2337W: http://blackfin.uclinux.org
2338S: Supported
2339F: drivers/tty/serial/bfin_uart.c
2340
2341BLACKFIN WATCHDOG DRIVER
2342L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2343W: http://blackfin.uclinux.org
2344S: Supported
2345F: drivers/watchdog/bfin_wdt.c
2346
2347BLACKFIN I2C TWI DRIVER
2348M: Sonic Zhang <sonic.zhang@analog.com>
2349L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2350W: http://blackfin.uclinux.org/
2351S: Supported
2352F: drivers/i2c/busses/i2c-bfin-twi.c
2353
2354BLACKFIN MEDIA DRIVER
2355M: Scott Jiang <scott.jiang.linux@gmail.com>
2356L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2357W: http://blackfin.uclinux.org/
2358S: Supported
2359F: drivers/media/platform/blackfin/
2360F: drivers/media/i2c/adv7183*
2361F: drivers/media/i2c/vs6624*
2362
2363BLINKM RGB LED DRIVER
2364M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2365S: Maintained
2366F: drivers/leds/leds-blinkm.c
2367
2368BLOCK LAYER
2369M: Jens Axboe <axboe@kernel.dk>
2370L: linux-block@vger.kernel.org
2371T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2372S: Maintained
2373F: block/
2374F: kernel/trace/blktrace.c
2375
2376BLOCK2MTD DRIVER
2377M: Joern Engel <joern@lazybastard.org>
2378L: linux-mtd@lists.infradead.org
2379S: Maintained
2380F: drivers/mtd/devices/block2mtd.c
2381
2382BLUETOOTH DRIVERS
2383M: Marcel Holtmann <marcel@holtmann.org>
2384M: Gustavo Padovan <gustavo@padovan.org>
2385M: Johan Hedberg <johan.hedberg@gmail.com>
2386L: linux-bluetooth@vger.kernel.org
2387W: http://www.bluez.org/
2388T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2389T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2390S: Maintained
2391F: drivers/bluetooth/
2392
2393BLUETOOTH SUBSYSTEM
2394M: Marcel Holtmann <marcel@holtmann.org>
2395M: Gustavo Padovan <gustavo@padovan.org>
2396M: Johan Hedberg <johan.hedberg@gmail.com>
2397L: linux-bluetooth@vger.kernel.org
2398W: http://www.bluez.org/
2399T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2400T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2401S: Maintained
2402F: net/bluetooth/
2403F: include/net/bluetooth/
2404
2405BONDING DRIVER
2406M: Jay Vosburgh <j.vosburgh@gmail.com>
2407M: Veaceslav Falico <vfalico@gmail.com>
2408M: Andy Gospodarek <gospo@cumulusnetworks.com>
2409L: netdev@vger.kernel.org
2410W: http://sourceforge.net/projects/bonding/
2411S: Supported
2412F: drivers/net/bonding/
2413F: include/uapi/linux/if_bonding.h
2414
2415BPF (Safe dynamic programs and tools)
2416M: Alexei Starovoitov <ast@kernel.org>
2417L: netdev@vger.kernel.org
2418L: linux-kernel@vger.kernel.org
2419S: Supported
2420F: kernel/bpf/
2421
2422BROADCOM B44 10/100 ETHERNET DRIVER
2423M: Gary Zambrano <zambrano@broadcom.com>
2424L: netdev@vger.kernel.org
2425S: Supported
2426F: drivers/net/ethernet/broadcom/b44.*
2427
2428BROADCOM GENET ETHERNET DRIVER
2429M: Florian Fainelli <f.fainelli@gmail.com>
2430L: netdev@vger.kernel.org
2431S: Supported
2432F: drivers/net/ethernet/broadcom/genet/
2433
2434BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2435M: Sony Chacko <sony.chacko@qlogic.com>
2436M: Dept-HSGLinuxNICDev@qlogic.com
2437L: netdev@vger.kernel.org
2438S: Supported
2439F: drivers/net/ethernet/broadcom/bnx2.*
2440F: drivers/net/ethernet/broadcom/bnx2_*
2441
2442BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2443M: Ariel Elior <ariel.elior@qlogic.com>
2444L: netdev@vger.kernel.org
2445S: Supported
2446F: drivers/net/ethernet/broadcom/bnx2x/
2447
2448BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2449M: Florian Fainelli <f.fainelli@gmail.com>
2450M: Ray Jui <rjui@broadcom.com>
2451M: Scott Branden <sbranden@broadcom.com>
2452L: bcm-kernel-feedback-list@broadcom.com
2453T: git git://github.com/broadcom/mach-bcm
2454S: Maintained
2455F: arch/arm/mach-bcm/
2456F: arch/arm/boot/dts/bcm113*
2457F: arch/arm/boot/dts/bcm216*
2458F: arch/arm/boot/dts/bcm281*
2459F: arch/arm64/boot/dts/broadcom/
2460F: arch/arm/configs/bcm_defconfig
2461F: drivers/mmc/host/sdhci-bcm-kona.c
2462F: drivers/clocksource/bcm_kona_timer.c
2463
2464BROADCOM BCM2835 ARM ARCHITECTURE
2465M: Stephen Warren <swarren@wwwdotorg.org>
2466M: Lee Jones <lee@kernel.org>
2467M: Eric Anholt <eric@anholt.net>
2468L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2469L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2470T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2471S: Maintained
2472N: bcm2835
2473
2474BROADCOM BCM47XX MIPS ARCHITECTURE
2475M: Hauke Mehrtens <hauke@hauke-m.de>
2476M: Rafał Miłecki <zajec5@gmail.com>
2477L: linux-mips@linux-mips.org
2478S: Maintained
2479F: arch/mips/bcm47xx/*
2480F: arch/mips/include/asm/mach-bcm47xx/*
2481
2482BROADCOM BCM5301X ARM ARCHITECTURE
2483M: Hauke Mehrtens <hauke@hauke-m.de>
2484L: linux-arm-kernel@lists.infradead.org
2485S: Maintained
2486F: arch/arm/mach-bcm/bcm_5301x.c
2487F: arch/arm/boot/dts/bcm5301x.dtsi
2488F: arch/arm/boot/dts/bcm470*
2489
2490BROADCOM BCM63XX ARM ARCHITECTURE
2491M: Florian Fainelli <f.fainelli@gmail.com>
2492L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2493L: bcm-kernel-feedback-list@broadcom.com
2494T: git git://github.com/broadcom/stblinux.git
2495S: Maintained
2496F: arch/arm/mach-bcm/bcm63xx.c
2497F: arch/arm/include/debug/bcm63xx.S
2498
2499BROADCOM BCM63XX/BCM33XX UDC DRIVER
2500M: Kevin Cernekee <cernekee@gmail.com>
2501L: linux-usb@vger.kernel.org
2502S: Maintained
2503F: drivers/usb/gadget/udc/bcm63xx_udc.*
2504
2505BROADCOM BCM7XXX ARM ARCHITECTURE
2506M: Brian Norris <computersforpeace@gmail.com>
2507M: Gregory Fong <gregory.0xf0@gmail.com>
2508M: Florian Fainelli <f.fainelli@gmail.com>
2509L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2510L: bcm-kernel-feedback-list@broadcom.com
2511T: git git://github.com/broadcom/stblinux.git
2512S: Maintained
2513F: arch/arm/mach-bcm/*brcmstb*
2514F: arch/arm/boot/dts/bcm7*.dts*
2515F: drivers/bus/brcmstb_gisb.c
2516N: brcmstb
2517
2518BROADCOM BMIPS MIPS ARCHITECTURE
2519M: Kevin Cernekee <cernekee@gmail.com>
2520M: Florian Fainelli <f.fainelli@gmail.com>
2521L: linux-mips@linux-mips.org
2522T: git git://github.com/broadcom/stblinux.git
2523S: Maintained
2524F: arch/mips/bmips/*
2525F: arch/mips/include/asm/mach-bmips/*
2526F: arch/mips/kernel/*bmips*
2527F: arch/mips/boot/dts/brcm/bcm*.dts*
2528F: drivers/irqchip/irq-bcm63*
2529F: drivers/irqchip/irq-bcm7*
2530F: drivers/irqchip/irq-brcmstb*
2531F: include/linux/bcm963xx_nvram.h
2532F: include/linux/bcm963xx_tag.h
2533
2534BROADCOM TG3 GIGABIT ETHERNET DRIVER
2535M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2536M: Prashant Sreedharan <prashant@broadcom.com>
2537M: Michael Chan <mchan@broadcom.com>
2538L: netdev@vger.kernel.org
2539S: Supported
2540F: drivers/net/ethernet/broadcom/tg3.*
2541
2542BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2543M: Brett Rudley <brudley@broadcom.com>
2544M: Arend van Spriel <arend@broadcom.com>
2545M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2546M: Hante Meuleman <meuleman@broadcom.com>
2547L: linux-wireless@vger.kernel.org
2548L: brcm80211-dev-list@broadcom.com
2549S: Supported
2550F: drivers/net/wireless/broadcom/brcm80211/
2551
2552BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2553M: QLogic-Storage-Upstream@qlogic.com
2554L: linux-scsi@vger.kernel.org
2555S: Supported
2556F: drivers/scsi/bnx2fc/
2557
2558BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2559M: QLogic-Storage-Upstream@qlogic.com
2560L: linux-scsi@vger.kernel.org
2561S: Supported
2562F: drivers/scsi/bnx2i/
2563
2564BROADCOM IPROC ARM ARCHITECTURE
2565M: Ray Jui <rjui@broadcom.com>
2566M: Scott Branden <sbranden@broadcom.com>
2567M: Jon Mason <jonmason@broadcom.com>
2568L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2569L: bcm-kernel-feedback-list@broadcom.com
2570T: git git://github.com/broadcom/cygnus-linux.git
2571S: Maintained
2572N: iproc
2573N: cygnus
2574N: nsp
2575N: bcm9113*
2576N: bcm9583*
2577N: bcm9585*
2578N: bcm9586*
2579N: bcm988312
2580N: bcm113*
2581N: bcm583*
2582N: bcm585*
2583N: bcm586*
2584N: bcm88312
2585
2586BROADCOM BRCMSTB GPIO DRIVER
2587M: Gregory Fong <gregory.0xf0@gmail.com>
2588L: bcm-kernel-feedback-list@broadcom.com
2589S: Supported
2590F: drivers/gpio/gpio-brcmstb.c
2591F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2592
2593BROADCOM KONA GPIO DRIVER
2594M: Ray Jui <rjui@broadcom.com>
2595L: bcm-kernel-feedback-list@broadcom.com
2596S: Supported
2597F: drivers/gpio/gpio-bcm-kona.c
2598F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2599
2600BROADCOM NVRAM DRIVER
2601M: Rafał Miłecki <zajec5@gmail.com>
2602L: linux-mips@linux-mips.org
2603S: Maintained
2604F: drivers/firmware/broadcom/*
2605
2606BROADCOM STB NAND FLASH DRIVER
2607M: Brian Norris <computersforpeace@gmail.com>
2608M: Kamal Dasu <kdasu.kdev@gmail.com>
2609L: linux-mtd@lists.infradead.org
2610L: bcm-kernel-feedback-list@broadcom.com
2611S: Maintained
2612F: drivers/mtd/nand/brcmnand/
2613
2614BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2615M: Rafał Miłecki <zajec5@gmail.com>
2616L: linux-wireless@vger.kernel.org
2617S: Maintained
2618F: drivers/bcma/
2619F: include/linux/bcma/
2620
2621BROADCOM SYSTEMPORT ETHERNET DRIVER
2622M: Florian Fainelli <f.fainelli@gmail.com>
2623L: netdev@vger.kernel.org
2624S: Supported
2625F: drivers/net/ethernet/broadcom/bcmsysport.*
2626
2627BROADCOM VULCAN ARM64 SOC
2628M: Jayachandran C. <jchandra@broadcom.com>
2629L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2630L: bcm-kernel-feedback-list@broadcom.com
2631S: Maintained
2632F: arch/arm64/boot/dts/broadcom/vulcan*
2633
2634BROCADE BFA FC SCSI DRIVER
2635M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2636M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2637L: linux-scsi@vger.kernel.org
2638S: Supported
2639F: drivers/scsi/bfa/
2640
2641BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2642M: Rasesh Mody <rasesh.mody@qlogic.com>
2643L: netdev@vger.kernel.org
2644S: Supported
2645F: drivers/net/ethernet/brocade/bna/
2646
2647BSG (block layer generic sg v4 driver)
2648M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2649L: linux-scsi@vger.kernel.org
2650S: Supported
2651F: block/bsg.c
2652F: include/linux/bsg.h
2653F: include/uapi/linux/bsg.h
2654
2655BT87X AUDIO DRIVER
2656M: Clemens Ladisch <clemens@ladisch.de>
2657L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2658T: git git://git.alsa-project.org/alsa-kernel.git
2659S: Maintained
2660F: Documentation/sound/alsa/Bt87x.txt
2661F: sound/pci/bt87x.c
2662
2663BT8XXGPIO DRIVER
2664M: Michael Buesch <m@bues.ch>
2665W: http://bu3sch.de/btgpio.php
2666S: Maintained
2667F: drivers/gpio/gpio-bt8xx.c
2668
2669BTRFS FILE SYSTEM
2670M: Chris Mason <clm@fb.com>
2671M: Josef Bacik <jbacik@fb.com>
2672M: David Sterba <dsterba@suse.com>
2673L: linux-btrfs@vger.kernel.org
2674W: http://btrfs.wiki.kernel.org/
2675Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2676T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2677S: Maintained
2678F: Documentation/filesystems/btrfs.txt
2679F: fs/btrfs/
2680
2681BTTV VIDEO4LINUX DRIVER
2682M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2683L: linux-media@vger.kernel.org
2684W: https://linuxtv.org
2685T: git git://linuxtv.org/media_tree.git
2686S: Odd fixes
2687F: Documentation/video4linux/bttv/
2688F: drivers/media/pci/bt8xx/bttv*
2689
2690BUSLOGIC SCSI DRIVER
2691M: Khalid Aziz <khalid@gonehiking.org>
2692L: linux-scsi@vger.kernel.org
2693S: Maintained
2694F: drivers/scsi/BusLogic.*
2695F: drivers/scsi/FlashPoint.*
2696
2697C-MEDIA CMI8788 DRIVER
2698M: Clemens Ladisch <clemens@ladisch.de>
2699L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2700T: git git://git.alsa-project.org/alsa-kernel.git
2701S: Maintained
2702F: sound/pci/oxygen/
2703
2704C6X ARCHITECTURE
2705M: Mark Salter <msalter@redhat.com>
2706M: Aurelien Jacquiot <a-jacquiot@ti.com>
2707L: linux-c6x-dev@linux-c6x.org
2708W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2709S: Maintained
2710F: arch/c6x/
2711
2712CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2713M: David Howells <dhowells@redhat.com>
2714L: linux-cachefs@redhat.com (moderated for non-subscribers)
2715S: Supported
2716F: Documentation/filesystems/caching/cachefiles.txt
2717F: fs/cachefiles/
2718
2719CADET FM/AM RADIO RECEIVER DRIVER
2720M: Hans Verkuil <hverkuil@xs4all.nl>
2721L: linux-media@vger.kernel.org
2722T: git git://linuxtv.org/media_tree.git
2723W: https://linuxtv.org
2724S: Maintained
2725F: drivers/media/radio/radio-cadet*
2726
2727CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2728M: Jonathan Corbet <corbet@lwn.net>
2729L: linux-media@vger.kernel.org
2730T: git git://linuxtv.org/media_tree.git
2731S: Maintained
2732F: Documentation/video4linux/cafe_ccic
2733F: drivers/media/platform/marvell-ccic/
2734
2735CAIF NETWORK LAYER
2736M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2737L: netdev@vger.kernel.org
2738S: Supported
2739F: Documentation/networking/caif/
2740F: drivers/net/caif/
2741F: include/uapi/linux/caif/
2742F: include/net/caif/
2743F: net/caif/
2744
2745CALGARY x86-64 IOMMU
2746M: Muli Ben-Yehuda <muli@il.ibm.com>
2747M: "Jon D. Mason" <jdmason@kudzu.us>
2748L: discuss@x86-64.org
2749S: Maintained
2750F: arch/x86/kernel/pci-calgary_64.c
2751F: arch/x86/kernel/tce_64.c
2752F: arch/x86/include/asm/calgary.h
2753F: arch/x86/include/asm/tce.h
2754
2755CAN NETWORK LAYER
2756M: Oliver Hartkopp <socketcan@hartkopp.net>
2757M: Marc Kleine-Budde <mkl@pengutronix.de>
2758L: linux-can@vger.kernel.org
2759W: https://github.com/linux-can
2760T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2761T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2762S: Maintained
2763F: Documentation/networking/can.txt
2764F: net/can/
2765F: include/linux/can/core.h
2766F: include/uapi/linux/can.h
2767F: include/uapi/linux/can/bcm.h
2768F: include/uapi/linux/can/raw.h
2769F: include/uapi/linux/can/gw.h
2770
2771CAN NETWORK DRIVERS
2772M: Wolfgang Grandegger <wg@grandegger.com>
2773M: Marc Kleine-Budde <mkl@pengutronix.de>
2774L: linux-can@vger.kernel.org
2775W: https://github.com/linux-can
2776T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2777T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2778S: Maintained
2779F: drivers/net/can/
2780F: include/linux/can/dev.h
2781F: include/linux/can/platform/
2782F: include/uapi/linux/can/error.h
2783F: include/uapi/linux/can/netlink.h
2784
2785CAPABILITIES
2786M: Serge Hallyn <serge.hallyn@canonical.com>
2787L: linux-security-module@vger.kernel.org
2788S: Supported
2789F: include/linux/capability.h
2790F: include/uapi/linux/capability.h
2791F: security/commoncap.c
2792F: kernel/capability.c
2793
2794CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2795M: Kevin Tsai <ktsai@capellamicro.com>
2796S: Maintained
2797F: drivers/iio/light/cm*
2798F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2799
2800CAVIUM LIQUIDIO NETWORK DRIVER
2801M: Derek Chickles <derek.chickles@caviumnetworks.com>
2802M: Satanand Burla <satananda.burla@caviumnetworks.com>
2803M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2804M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2805L: netdev@vger.kernel.org
2806W: http://www.cavium.com
2807S: Supported
2808F: drivers/net/ethernet/cavium/liquidio/
2809
2810CC2520 IEEE-802.15.4 RADIO DRIVER
2811M: Varka Bhadram <varkabhadram@gmail.com>
2812L: linux-wpan@vger.kernel.org
2813S: Maintained
2814F: drivers/net/ieee802154/cc2520.c
2815F: include/linux/spi/cc2520.h
2816F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2817
2818CELL BROADBAND ENGINE ARCHITECTURE
2819M: Arnd Bergmann <arnd@arndb.de>
2820L: linuxppc-dev@lists.ozlabs.org
2821W: http://www.ibm.com/developerworks/power/cell/
2822S: Supported
2823F: arch/powerpc/include/asm/cell*.h
2824F: arch/powerpc/include/asm/spu*.h
2825F: arch/powerpc/include/uapi/asm/spu*.h
2826F: arch/powerpc/oprofile/*cell*
2827F: arch/powerpc/platforms/cell/
2828
2829CEPH COMMON CODE (LIBCEPH)
2830M: Ilya Dryomov <idryomov@gmail.com>
2831M: "Yan, Zheng" <zyan@redhat.com>
2832M: Sage Weil <sage@redhat.com>
2833L: ceph-devel@vger.kernel.org
2834W: http://ceph.com/
2835T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2836T: git git://github.com/ceph/ceph-client.git
2837S: Supported
2838F: net/ceph/
2839F: include/linux/ceph/
2840F: include/linux/crush/
2841
2842CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2843M: "Yan, Zheng" <zyan@redhat.com>
2844M: Sage Weil <sage@redhat.com>
2845M: Ilya Dryomov <idryomov@gmail.com>
2846L: ceph-devel@vger.kernel.org
2847W: http://ceph.com/
2848T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2849T: git git://github.com/ceph/ceph-client.git
2850S: Supported
2851F: Documentation/filesystems/ceph.txt
2852F: fs/ceph/
2853
2854CERTIFICATE HANDLING:
2855M: David Howells <dhowells@redhat.com>
2856M: David Woodhouse <dwmw2@infradead.org>
2857L: keyrings@vger.kernel.org
2858S: Maintained
2859F: Documentation/module-signing.txt
2860F: certs/
2861F: scripts/sign-file.c
2862F: scripts/extract-cert.c
2863
2864CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2865L: linux-usb@vger.kernel.org
2866S: Orphan
2867F: Documentation/usb/WUSB-Design-overview.txt
2868F: Documentation/usb/wusb-cbaf
2869F: drivers/usb/host/hwa-hc.c
2870F: drivers/usb/host/whci/
2871F: drivers/usb/wusbcore/
2872F: include/linux/usb/wusb*
2873
2874CFAG12864B LCD DRIVER
2875M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2876W: http://miguelojeda.es/auxdisplay.htm
2877W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2878S: Maintained
2879F: drivers/auxdisplay/cfag12864b.c
2880F: include/linux/cfag12864b.h
2881
2882CFAG12864BFB LCD FRAMEBUFFER DRIVER
2883M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2884W: http://miguelojeda.es/auxdisplay.htm
2885W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2886S: Maintained
2887F: drivers/auxdisplay/cfag12864bfb.c
2888F: include/linux/cfag12864b.h
2889
2890CFG80211 and NL80211
2891M: Johannes Berg <johannes@sipsolutions.net>
2892L: linux-wireless@vger.kernel.org
2893W: http://wireless.kernel.org/
2894T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2895T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2896S: Maintained
2897F: include/uapi/linux/nl80211.h
2898F: include/net/cfg80211.h
2899F: net/wireless/*
2900X: net/wireless/wext*
2901
2902CHAR and MISC DRIVERS
2903M: Arnd Bergmann <arnd@arndb.de>
2904M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2905T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2906S: Supported
2907F: drivers/char/*
2908F: drivers/misc/*
2909F: include/linux/miscdevice.h
2910
2911CHECKPATCH
2912M: Andy Whitcroft <apw@canonical.com>
2913M: Joe Perches <joe@perches.com>
2914S: Maintained
2915F: scripts/checkpatch.pl
2916
2917CHINESE DOCUMENTATION
2918M: Harry Wei <harryxiyou@gmail.com>
2919L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2920L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2921S: Maintained
2922F: Documentation/zh_CN/
2923
2924CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2925M: Peter Chen <Peter.Chen@nxp.com>
2926T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2927L: linux-usb@vger.kernel.org
2928S: Maintained
2929F: drivers/usb/chipidea/
2930
2931CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2932M: Hans de Goede <hdegoede@redhat.com>
2933L: linux-input@vger.kernel.org
2934S: Maintained
2935F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2936F: drivers/input/touchscreen/chipone_icn8318.c
2937
2938CHROME HARDWARE PLATFORM SUPPORT
2939M: Olof Johansson <olof@lixom.net>
2940S: Maintained
2941T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2942F: drivers/platform/chrome/
2943
2944CISCO VIC ETHERNET NIC DRIVER
2945M: Christian Benvenuti <benve@cisco.com>
2946M: Sujith Sankar <ssujith@cisco.com>
2947M: Govindarajulu Varadarajan <_govind@gmx.com>
2948M: Neel Patel <neepatel@cisco.com>
2949S: Supported
2950F: drivers/net/ethernet/cisco/enic/
2951
2952CISCO VIC LOW LATENCY NIC DRIVER
2953M: Christian Benvenuti <benve@cisco.com>
2954M: Dave Goodell <dgoodell@cisco.com>
2955S: Supported
2956F: drivers/infiniband/hw/usnic/
2957
2958CIRRUS LOGIC EP93XX ETHERNET DRIVER
2959M: Hartley Sweeten <hsweeten@visionengravers.com>
2960L: netdev@vger.kernel.org
2961S: Maintained
2962F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2963
2964CIRRUS LOGIC AUDIO CODEC DRIVERS
2965M: Brian Austin <brian.austin@cirrus.com>
2966M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2967L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2968S: Maintained
2969F: sound/soc/codecs/cs*
2970
2971CLEANCACHE API
2972M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2973L: linux-kernel@vger.kernel.org
2974S: Maintained
2975F: mm/cleancache.c
2976F: include/linux/cleancache.h
2977
2978CLK API
2979M: Russell King <linux@armlinux.org.uk>
2980L: linux-clk@vger.kernel.org
2981S: Maintained
2982F: include/linux/clk.h
2983
2984CLOCKSOURCE, CLOCKEVENT DRIVERS
2985M: Daniel Lezcano <daniel.lezcano@linaro.org>
2986M: Thomas Gleixner <tglx@linutronix.de>
2987L: linux-kernel@vger.kernel.org
2988T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2989S: Supported
2990F: drivers/clocksource
2991
2992CISCO FCOE HBA DRIVER
2993M: Hiral Patel <hiralpat@cisco.com>
2994M: Suma Ramars <sramars@cisco.com>
2995M: Brian Uchino <buchino@cisco.com>
2996L: linux-scsi@vger.kernel.org
2997S: Supported
2998F: drivers/scsi/fnic/
2999
3000CISCO SCSI HBA DRIVER
3001M: Narsimhulu Musini <nmusini@cisco.com>
3002M: Sesidhar Baddela <sebaddel@cisco.com>
3003L: linux-scsi@vger.kernel.org
3004S: Supported
3005F: drivers/scsi/snic/
3006
3007CMPC ACPI DRIVER
3008M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3009M: Daniel Oliveira Nascimento <don@syst.com.br>
3010L: platform-driver-x86@vger.kernel.org
3011S: Supported
3012F: drivers/platform/x86/classmate-laptop.c
3013
3014COBALT MEDIA DRIVER
3015M: Hans Verkuil <hans.verkuil@cisco.com>
3016L: linux-media@vger.kernel.org
3017T: git git://linuxtv.org/media_tree.git
3018W: https://linuxtv.org
3019S: Supported
3020F: drivers/media/pci/cobalt/
3021
3022COCCINELLE/Semantic Patches (SmPL)
3023M: Julia Lawall <Julia.Lawall@lip6.fr>
3024M: Gilles Muller <Gilles.Muller@lip6.fr>
3025M: Nicolas Palix <nicolas.palix@imag.fr>
3026M: Michal Marek <mmarek@suse.com>
3027L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3028T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3029W: http://coccinelle.lip6.fr/
3030S: Supported
3031F: Documentation/coccinelle.txt
3032F: scripts/coccinelle/
3033F: scripts/coccicheck
3034
3035CODA FILE SYSTEM
3036M: Jan Harkes <jaharkes@cs.cmu.edu>
3037M: coda@cs.cmu.edu
3038L: codalist@coda.cs.cmu.edu
3039W: http://www.coda.cs.cmu.edu/
3040S: Maintained
3041F: Documentation/filesystems/coda.txt
3042F: fs/coda/
3043F: include/linux/coda*.h
3044F: include/uapi/linux/coda*.h
3045
3046CODA V4L2 MEM2MEM DRIVER
3047M: Philipp Zabel <p.zabel@pengutronix.de>
3048L: linux-media@vger.kernel.org
3049S: Maintained
3050F: Documentation/devicetree/bindings/media/coda.txt
3051F: drivers/media/platform/coda/
3052
3053COMMON CLK FRAMEWORK
3054M: Michael Turquette <mturquette@baylibre.com>
3055M: Stephen Boyd <sboyd@codeaurora.org>
3056L: linux-clk@vger.kernel.org
3057T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3058S: Maintained
3059F: drivers/clk/
3060X: drivers/clk/clkdev.c
3061F: include/linux/clk-pr*
3062F: include/linux/clk/
3063
3064COMMON INTERNET FILE SYSTEM (CIFS)
3065M: Steve French <sfrench@samba.org>
3066L: linux-cifs@vger.kernel.org
3067L: samba-technical@lists.samba.org (moderated for non-subscribers)
3068W: http://linux-cifs.samba.org/
3069T: git git://git.samba.org/sfrench/cifs-2.6.git
3070S: Supported
3071F: Documentation/filesystems/cifs/
3072F: fs/cifs/
3073
3074COMPACTPCI HOTPLUG CORE
3075M: Scott Murray <scott@spiteful.org>
3076L: linux-pci@vger.kernel.org
3077S: Maintained
3078F: drivers/pci/hotplug/cpci_hotplug*
3079
3080COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3081M: Scott Murray <scott@spiteful.org>
3082L: linux-pci@vger.kernel.org
3083S: Maintained
3084F: drivers/pci/hotplug/cpcihp_zt5550.*
3085
3086COMPACTPCI HOTPLUG GENERIC DRIVER
3087M: Scott Murray <scott@spiteful.org>
3088L: linux-pci@vger.kernel.org
3089S: Maintained
3090F: drivers/pci/hotplug/cpcihp_generic.c
3091
3092COMPAL LAPTOP SUPPORT
3093M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3094L: platform-driver-x86@vger.kernel.org
3095S: Maintained
3096F: drivers/platform/x86/compal-laptop.c
3097
3098CONEXANT ACCESSRUNNER USB DRIVER
3099L: accessrunner-general@lists.sourceforge.net
3100W: http://accessrunner.sourceforge.net/
3101S: Orphan
3102F: drivers/usb/atm/cxacru.c
3103
3104CONFIGFS
3105M: Joel Becker <jlbec@evilplan.org>
3106M: Christoph Hellwig <hch@lst.de>
3107T: git git://git.infradead.org/users/hch/configfs.git
3108S: Supported
3109F: fs/configfs/
3110F: include/linux/configfs.h
3111
3112CONNECTOR
3113M: Evgeniy Polyakov <zbr@ioremap.net>
3114L: netdev@vger.kernel.org
3115S: Maintained
3116F: drivers/connector/
3117
3118CONTROL GROUP (CGROUP)
3119M: Tejun Heo <tj@kernel.org>
3120M: Li Zefan <lizefan@huawei.com>
3121M: Johannes Weiner <hannes@cmpxchg.org>
3122L: cgroups@vger.kernel.org
3123T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3124S: Maintained
3125F: Documentation/cgroups/
3126F: include/linux/cgroup*
3127F: kernel/cgroup*
3128
3129CONTROL GROUP - CPUSET
3130M: Li Zefan <lizefan@huawei.com>
3131L: cgroups@vger.kernel.org
3132W: http://www.bullopensource.org/cpuset/
3133W: http://oss.sgi.com/projects/cpusets/
3134T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3135S: Maintained
3136F: Documentation/cgroups/cpusets.txt
3137F: include/linux/cpuset.h
3138F: kernel/cpuset.c
3139
3140CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3141M: Johannes Weiner <hannes@cmpxchg.org>
3142M: Michal Hocko <mhocko@kernel.org>
3143M: Vladimir Davydov <vdavydov@virtuozzo.com>
3144L: cgroups@vger.kernel.org
3145L: linux-mm@kvack.org
3146S: Maintained
3147F: mm/memcontrol.c
3148F: mm/swap_cgroup.c
3149
3150CORETEMP HARDWARE MONITORING DRIVER
3151M: Fenghua Yu <fenghua.yu@intel.com>
3152L: linux-hwmon@vger.kernel.org
3153S: Maintained
3154F: Documentation/hwmon/coretemp
3155F: drivers/hwmon/coretemp.c
3156
3157COSA/SRP SYNC SERIAL DRIVER
3158M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3159W: http://www.fi.muni.cz/~kas/cosa/
3160S: Maintained
3161F: drivers/net/wan/cosa*
3162
3163CPMAC ETHERNET DRIVER
3164M: Florian Fainelli <florian@openwrt.org>
3165L: netdev@vger.kernel.org
3166S: Maintained
3167F: drivers/net/ethernet/ti/cpmac.c
3168
3169CPU FREQUENCY DRIVERS
3170M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3171M: Viresh Kumar <viresh.kumar@linaro.org>
3172L: linux-pm@vger.kernel.org
3173S: Maintained
3174T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3175T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3176F: drivers/cpufreq/
3177F: include/linux/cpufreq.h
3178
3179CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3180M: Viresh Kumar <viresh.kumar@linaro.org>
3181M: Sudeep Holla <sudeep.holla@arm.com>
3182L: linux-pm@vger.kernel.org
3183W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3184S: Maintained
3185F: drivers/cpufreq/arm_big_little.h
3186F: drivers/cpufreq/arm_big_little.c
3187F: drivers/cpufreq/arm_big_little_dt.c
3188
3189CPUIDLE DRIVER - ARM BIG LITTLE
3190M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3191M: Daniel Lezcano <daniel.lezcano@linaro.org>
3192L: linux-pm@vger.kernel.org
3193L: linux-arm-kernel@lists.infradead.org
3194T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3195S: Maintained
3196F: drivers/cpuidle/cpuidle-big_little.c
3197
3198CPUIDLE DRIVER - ARM EXYNOS
3199M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3200M: Daniel Lezcano <daniel.lezcano@linaro.org>
3201M: Kukjin Kim <kgene@kernel.org>
3202L: linux-pm@vger.kernel.org
3203L: linux-samsung-soc@vger.kernel.org
3204S: Supported
3205F: drivers/cpuidle/cpuidle-exynos.c
3206F: arch/arm/mach-exynos/pm.c
3207
3208CPUIDLE DRIVERS
3209M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3210M: Daniel Lezcano <daniel.lezcano@linaro.org>
3211L: linux-pm@vger.kernel.org
3212S: Maintained
3213T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3214F: drivers/cpuidle/*
3215F: include/linux/cpuidle.h
3216
3217CPUID/MSR DRIVER
3218M: "H. Peter Anvin" <hpa@zytor.com>
3219S: Maintained
3220F: arch/x86/kernel/cpuid.c
3221F: arch/x86/kernel/msr.c
3222
3223CPU POWER MONITORING SUBSYSTEM
3224M: Thomas Renninger <trenn@suse.com>
3225L: linux-pm@vger.kernel.org
3226S: Maintained
3227F: tools/power/cpupower/
3228
3229CRAMFS FILESYSTEM
3230W: http://sourceforge.net/projects/cramfs/
3231S: Orphan / Obsolete
3232F: Documentation/filesystems/cramfs.txt
3233F: fs/cramfs/
3234
3235CRIS PORT
3236M: Mikael Starvik <starvik@axis.com>
3237M: Jesper Nilsson <jesper.nilsson@axis.com>
3238L: linux-cris-kernel@axis.com
3239W: http://developer.axis.com
3240T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3241S: Maintained
3242F: arch/cris/
3243F: drivers/tty/serial/crisv10.*
3244
3245CRYPTO API
3246M: Herbert Xu <herbert@gondor.apana.org.au>
3247M: "David S. Miller" <davem@davemloft.net>
3248L: linux-crypto@vger.kernel.org
3249T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3250T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3251S: Maintained
3252F: Documentation/crypto/
3253F: Documentation/DocBook/crypto-API.tmpl
3254F: arch/*/crypto/
3255F: crypto/
3256F: drivers/crypto/
3257F: include/crypto/
3258
3259CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3260M: Neil Horman <nhorman@tuxdriver.com>
3261L: linux-crypto@vger.kernel.org
3262S: Maintained
3263F: crypto/ansi_cprng.c
3264F: crypto/rng.c
3265
3266CS3308 MEDIA DRIVER
3267M: Hans Verkuil <hverkuil@xs4all.nl>
3268L: linux-media@vger.kernel.org
3269T: git git://linuxtv.org/media_tree.git
3270W: http://linuxtv.org
3271S: Odd Fixes
3272F: drivers/media/i2c/cs3308.c
3273F: drivers/media/i2c/cs3308.h
3274
3275CS5535 Audio ALSA driver
3276M: Jaya Kumar <jayakumar.alsa@gmail.com>
3277S: Maintained
3278F: sound/pci/cs5535audio/
3279
3280CW1200 WLAN driver
3281M: Solomon Peachy <pizza@shaftnet.org>
3282S: Maintained
3283F: drivers/net/wireless/st/cw1200/
3284
3285CX18 VIDEO4LINUX DRIVER
3286M: Andy Walls <awalls@md.metrocast.net>
3287L: ivtv-devel@ivtvdriver.org (subscribers-only)
3288L: linux-media@vger.kernel.org
3289T: git git://linuxtv.org/media_tree.git
3290W: https://linuxtv.org
3291W: http://www.ivtvdriver.org/index.php/Cx18
3292S: Maintained
3293F: Documentation/video4linux/cx18.txt
3294F: drivers/media/pci/cx18/
3295F: include/uapi/linux/ivtv*
3296
3297CX2341X MPEG ENCODER HELPER MODULE
3298M: Hans Verkuil <hverkuil@xs4all.nl>
3299L: linux-media@vger.kernel.org
3300T: git git://linuxtv.org/media_tree.git
3301W: https://linuxtv.org
3302S: Maintained
3303F: drivers/media/common/cx2341x*
3304F: include/media/cx2341x*
3305
3306CX24120 MEDIA DRIVER
3307M: Jemma Denson <jdenson@gmail.com>
3308M: Patrick Boettcher <patrick.boettcher@posteo.de>
3309L: linux-media@vger.kernel.org
3310W: https://linuxtv.org
3311Q: http://patchwork.linuxtv.org/project/linux-media/list/
3312S: Maintained
3313F: drivers/media/dvb-frontends/cx24120*
3314
3315CX88 VIDEO4LINUX DRIVER
3316M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3317L: linux-media@vger.kernel.org
3318W: https://linuxtv.org
3319T: git git://linuxtv.org/media_tree.git
3320S: Odd fixes
3321F: Documentation/video4linux/cx88/
3322F: drivers/media/pci/cx88/
3323
3324CXD2820R MEDIA DRIVER
3325M: Antti Palosaari <crope@iki.fi>
3326L: linux-media@vger.kernel.org
3327W: https://linuxtv.org
3328W: http://palosaari.fi/linux/
3329Q: http://patchwork.linuxtv.org/project/linux-media/list/
3330T: git git://linuxtv.org/anttip/media_tree.git
3331S: Maintained
3332F: drivers/media/dvb-frontends/cxd2820r*
3333
3334CXGB3 ETHERNET DRIVER (CXGB3)
3335M: Santosh Raspatur <santosh@chelsio.com>
3336L: netdev@vger.kernel.org
3337W: http://www.chelsio.com
3338S: Supported
3339F: drivers/net/ethernet/chelsio/cxgb3/
3340
3341CXGB3 ISCSI DRIVER (CXGB3I)
3342M: Karen Xie <kxie@chelsio.com>
3343L: linux-scsi@vger.kernel.org
3344W: http://www.chelsio.com
3345S: Supported
3346F: drivers/scsi/cxgbi/cxgb3i
3347
3348CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3349M: Steve Wise <swise@chelsio.com>
3350L: linux-rdma@vger.kernel.org
3351W: http://www.openfabrics.org
3352S: Supported
3353F: drivers/infiniband/hw/cxgb3/
3354
3355CXGB4 ETHERNET DRIVER (CXGB4)
3356M: Hariprasad S <hariprasad@chelsio.com>
3357L: netdev@vger.kernel.org
3358W: http://www.chelsio.com
3359S: Supported
3360F: drivers/net/ethernet/chelsio/cxgb4/
3361
3362CXGB4 ISCSI DRIVER (CXGB4I)
3363M: Karen Xie <kxie@chelsio.com>
3364L: linux-scsi@vger.kernel.org
3365W: http://www.chelsio.com
3366S: Supported
3367F: drivers/scsi/cxgbi/cxgb4i
3368
3369CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3370M: Steve Wise <swise@chelsio.com>
3371L: linux-rdma@vger.kernel.org
3372W: http://www.openfabrics.org
3373S: Supported
3374F: drivers/infiniband/hw/cxgb4/
3375
3376CXGB4VF ETHERNET DRIVER (CXGB4VF)
3377M: Casey Leedom <leedom@chelsio.com>
3378L: netdev@vger.kernel.org
3379W: http://www.chelsio.com
3380S: Supported
3381F: drivers/net/ethernet/chelsio/cxgb4vf/
3382
3383CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3384M: Ian Munsie <imunsie@au1.ibm.com>
3385M: Michael Neuling <mikey@neuling.org>
3386L: linuxppc-dev@lists.ozlabs.org
3387S: Supported
3388F: drivers/misc/cxl/
3389F: include/misc/cxl*
3390F: include/uapi/misc/cxl.h
3391F: Documentation/powerpc/cxl.txt
3392F: Documentation/powerpc/cxl.txt
3393F: Documentation/ABI/testing/sysfs-class-cxl
3394
3395CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3396M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3397M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3398L: linux-scsi@vger.kernel.org
3399S: Supported
3400F: drivers/scsi/cxlflash/
3401F: include/uapi/scsi/cxlflash_ioctls.h
3402F: Documentation/powerpc/cxlflash.txt
3403
3404STMMAC ETHERNET DRIVER
3405M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3406M: Alexandre Torgue <alexandre.torgue@st.com>
3407L: netdev@vger.kernel.org
3408W: http://www.stlinux.com
3409S: Supported
3410F: drivers/net/ethernet/stmicro/stmmac/
3411
3412CYBERPRO FB DRIVER
3413M: Russell King <linux@armlinux.org.uk>
3414L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3415W: http://www.armlinux.org.uk/
3416S: Maintained
3417F: drivers/video/fbdev/cyber2000fb.*
3418
3419CYCLADES ASYNC MUX DRIVER
3420W: http://www.cyclades.com/
3421S: Orphan
3422F: drivers/tty/cyclades.c
3423F: include/linux/cyclades.h
3424F: include/uapi/linux/cyclades.h
3425
3426CYCLADES PC300 DRIVER
3427W: http://www.cyclades.com/
3428S: Orphan
3429F: drivers/net/wan/pc300*
3430
3431CYPRESS_FIRMWARE MEDIA DRIVER
3432M: Antti Palosaari <crope@iki.fi>
3433L: linux-media@vger.kernel.org
3434W: https://linuxtv.org
3435W: http://palosaari.fi/linux/
3436Q: http://patchwork.linuxtv.org/project/linux-media/list/
3437T: git git://linuxtv.org/anttip/media_tree.git
3438S: Maintained
3439F: drivers/media/common/cypress_firmware*
3440
3441CYTTSP TOUCHSCREEN DRIVER
3442M: Ferruh Yigit <fery@cypress.com>
3443L: linux-input@vger.kernel.org
3444S: Supported
3445F: drivers/input/touchscreen/cyttsp*
3446F: include/linux/input/cyttsp.h
3447
3448DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3449M: Joshua Kinard <kumba@gentoo.org>
3450S: Maintained
3451F: drivers/rtc/rtc-ds1685.c
3452F: include/linux/rtc/ds1685.h
3453
3454DAMA SLAVE for AX.25
3455M: Joerg Reuter <jreuter@yaina.de>
3456W: http://yaina.de/jreuter/
3457W: http://www.qsl.net/dl1bke/
3458L: linux-hams@vger.kernel.org
3459S: Maintained
3460F: net/ax25/af_ax25.c
3461F: net/ax25/ax25_dev.c
3462F: net/ax25/ax25_ds_*
3463F: net/ax25/ax25_in.c
3464F: net/ax25/ax25_out.c
3465F: net/ax25/ax25_timer.c
3466F: net/ax25/sysctl_net_ax25.c
3467
3468DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3469L: netdev@vger.kernel.org
3470S: Orphan
3471F: Documentation/networking/dmfe.txt
3472F: drivers/net/ethernet/dec/tulip/dmfe.c
3473
3474DC390/AM53C974 SCSI driver
3475M: Hannes Reinecke <hare@suse.com>
3476L: linux-scsi@vger.kernel.org
3477S: Maintained
3478F: drivers/scsi/am53c974.c
3479
3480DC395x SCSI driver
3481M: Oliver Neukum <oliver@neukum.org>
3482M: Ali Akcaagac <aliakc@web.de>
3483M: Jamie Lenehan <lenehan@twibble.org>
3484L: dc395x@twibble.org
3485W: http://twibble.org/dist/dc395x/
3486W: http://lists.twibble.org/mailman/listinfo/dc395x/
3487S: Maintained
3488F: Documentation/scsi/dc395x.txt
3489F: drivers/scsi/dc395x.*
3490
3491DCCP PROTOCOL
3492M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3493L: dccp@vger.kernel.org
3494W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3495S: Maintained
3496F: include/linux/dccp.h
3497F: include/uapi/linux/dccp.h
3498F: include/linux/tfrc.h
3499F: net/dccp/
3500
3501DECnet NETWORK LAYER
3502W: http://linux-decnet.sourceforge.net
3503L: linux-decnet-user@lists.sourceforge.net
3504S: Orphan
3505F: Documentation/networking/decnet.txt
3506F: net/decnet/
3507
3508DECSTATION PLATFORM SUPPORT
3509M: "Maciej W. Rozycki" <macro@linux-mips.org>
3510L: linux-mips@linux-mips.org
3511W: http://www.linux-mips.org/wiki/DECstation
3512S: Maintained
3513F: arch/mips/dec/
3514F: arch/mips/include/asm/dec/
3515F: arch/mips/include/asm/mach-dec/
3516
3517DEFXX FDDI NETWORK DRIVER
3518M: "Maciej W. Rozycki" <macro@linux-mips.org>
3519S: Maintained
3520F: drivers/net/fddi/defxx.*
3521
3522DELL LAPTOP DRIVER
3523M: Matthew Garrett <mjg59@srcf.ucam.org>
3524M: Pali Rohár <pali.rohar@gmail.com>
3525L: platform-driver-x86@vger.kernel.org
3526S: Maintained
3527F: drivers/platform/x86/dell-laptop.c
3528
3529DELL LAPTOP RBTN DRIVER
3530M: Pali Rohár <pali.rohar@gmail.com>
3531S: Maintained
3532F: drivers/platform/x86/dell-rbtn.*
3533
3534DELL LAPTOP FREEFALL DRIVER
3535M: Pali Rohár <pali.rohar@gmail.com>
3536S: Maintained
3537F: drivers/platform/x86/dell-smo8800.c
3538
3539DELL LAPTOP SMM DRIVER
3540M: Pali Rohár <pali.rohar@gmail.com>
3541S: Maintained
3542F: drivers/hwmon/dell-smm-hwmon.c
3543F: include/uapi/linux/i8k.h
3544
3545DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3546M: Doug Warzecha <Douglas_Warzecha@dell.com>
3547S: Maintained
3548F: Documentation/dcdbas.txt
3549F: drivers/firmware/dcdbas.*
3550
3551DELL WMI EXTRAS DRIVER
3552M: Matthew Garrett <mjg59@srcf.ucam.org>
3553M: Pali Rohár <pali.rohar@gmail.com>
3554S: Maintained
3555F: drivers/platform/x86/dell-wmi.c
3556
3557DESIGNWARE USB2 DRD IP DRIVER
3558M: John Youn <johnyoun@synopsys.com>
3559L: linux-usb@vger.kernel.org
3560T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3561S: Maintained
3562F: drivers/usb/dwc2/
3563
3564DESIGNWARE USB3 DRD IP DRIVER
3565M: Felipe Balbi <balbi@kernel.org>
3566L: linux-usb@vger.kernel.org
3567T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3568S: Maintained
3569F: drivers/usb/dwc3/
3570
3571DEVICE COREDUMP (DEV_COREDUMP)
3572M: Johannes Berg <johannes@sipsolutions.net>
3573L: linux-kernel@vger.kernel.org
3574S: Maintained
3575F: drivers/base/devcoredump.c
3576F: include/linux/devcoredump.h
3577
3578DEVICE FREQUENCY (DEVFREQ)
3579M: MyungJoo Ham <myungjoo.ham@samsung.com>
3580M: Kyungmin Park <kyungmin.park@samsung.com>
3581L: linux-pm@vger.kernel.org
3582T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3583S: Maintained
3584F: drivers/devfreq/
3585F: include/linux/devfreq.h
3586F: Documentation/devicetree/bindings/devfreq/
3587
3588DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3589M: Chanwoo Choi <cw00.choi@samsung.com>
3590L: linux-pm@vger.kernel.org
3591T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3592S: Supported
3593F: drivers/devfreq/event/
3594F: drivers/devfreq/devfreq-event.c
3595F: include/linux/devfreq-event.h
3596F: Documentation/devicetree/bindings/devfreq/event/
3597
3598BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3599M: Chanwoo Choi <cw00.choi@samsung.com>
3600L: linux-pm@vger.kernel.org
3601L: linux-samsung-soc@vger.kernel.org
3602T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3603S: Maintained
3604F: drivers/devfreq/exynos-bus.c
3605F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3606
3607DEVICE NUMBER REGISTRY
3608M: Torben Mathiasen <device@lanana.org>
3609W: http://lanana.org/docs/device-list/index.html
3610S: Maintained
3611
3612DEVICE-MAPPER (LVM)
3613M: Alasdair Kergon <agk@redhat.com>
3614M: Mike Snitzer <snitzer@redhat.com>
3615M: dm-devel@redhat.com
3616L: dm-devel@redhat.com
3617W: http://sources.redhat.com/dm
3618Q: http://patchwork.kernel.org/project/dm-devel/list/
3619T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3620T: quilt http://people.redhat.com/agk/patches/linux/editing/
3621S: Maintained
3622F: Documentation/device-mapper/
3623F: drivers/md/dm*
3624F: drivers/md/persistent-data/
3625F: include/linux/device-mapper.h
3626F: include/linux/dm-*.h
3627F: include/uapi/linux/dm-*.h
3628
3629DEVLINK
3630M: Jiri Pirko <jiri@mellanox.com>
3631L: netdev@vger.kernel.org
3632S: Supported
3633F: net/core/devlink.c
3634F: include/net/devlink.h
3635F: include/uapi/linux/devlink.h
3636
3637DIALOG SEMICONDUCTOR DRIVERS
3638M: Support Opensource <support.opensource@diasemi.com>
3639W: http://www.dialog-semiconductor.com/products
3640S: Supported
3641F: Documentation/hwmon/da90??
3642F: Documentation/devicetree/bindings/sound/da[79]*.txt
3643F: drivers/gpio/gpio-da90??.c
3644F: drivers/hwmon/da90??-hwmon.c
3645F: drivers/iio/adc/da91??-*.c
3646F: drivers/input/misc/da90??_onkey.c
3647F: drivers/input/touchscreen/da9052_tsi.c
3648F: drivers/leds/leds-da90??.c
3649F: drivers/mfd/da903x.c
3650F: drivers/mfd/da90??-*.c
3651F: drivers/mfd/da91??-*.c
3652F: drivers/power/da9052-battery.c
3653F: drivers/power/da91??-*.c
3654F: drivers/regulator/da903x.c
3655F: drivers/regulator/da9???-regulator.[ch]
3656F: drivers/rtc/rtc-da90??.c
3657F: drivers/video/backlight/da90??_bl.c
3658F: drivers/watchdog/da90??_wdt.c
3659F: include/linux/mfd/da903x.h
3660F: include/linux/mfd/da9052/
3661F: include/linux/mfd/da9055/
3662F: include/linux/mfd/da9063/
3663F: include/linux/mfd/da9150/
3664F: include/sound/da[79]*.h
3665F: sound/soc/codecs/da[79]*.[ch]
3666
3667DIGI NEO AND CLASSIC PCI PRODUCTS
3668M: Lidza Louina <lidza.louina@gmail.com>
3669M: Mark Hounschell <markh@compro.net>
3670L: driverdev-devel@linuxdriverproject.org
3671S: Maintained
3672F: drivers/staging/dgnc/
3673
3674DIOLAN U2C-12 I2C DRIVER
3675M: Guenter Roeck <linux@roeck-us.net>
3676L: linux-i2c@vger.kernel.org
3677S: Maintained
3678F: drivers/i2c/busses/i2c-diolan-u2c.c
3679
3680DIRECT ACCESS (DAX)
3681M: Matthew Wilcox <willy@linux.intel.com>
3682L: linux-fsdevel@vger.kernel.org
3683S: Supported
3684F: fs/dax.c
3685
3686DIRECTORY NOTIFICATION (DNOTIFY)
3687M: Eric Paris <eparis@parisplace.org>
3688S: Maintained
3689F: Documentation/filesystems/dnotify.txt
3690F: fs/notify/dnotify/
3691F: include/linux/dnotify.h
3692
3693DISK GEOMETRY AND PARTITION HANDLING
3694M: Andries Brouwer <aeb@cwi.nl>
3695W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3696W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3697W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3698S: Maintained
3699
3700DISKQUOTA
3701M: Jan Kara <jack@suse.com>
3702S: Maintained
3703F: Documentation/filesystems/quota.txt
3704F: fs/quota/
3705F: include/linux/quota*.h
3706F: include/uapi/linux/quota*.h
3707
3708DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3709M: Bernie Thompson <bernie@plugable.com>
3710L: linux-fbdev@vger.kernel.org
3711S: Maintained
3712W: http://plugable.com/category/projects/udlfb/
3713F: drivers/video/fbdev/udlfb.c
3714F: include/video/udlfb.h
3715F: Documentation/fb/udlfb.txt
3716
3717DISTRIBUTED LOCK MANAGER (DLM)
3718M: Christine Caulfield <ccaulfie@redhat.com>
3719M: David Teigland <teigland@redhat.com>
3720L: cluster-devel@redhat.com
3721W: http://sources.redhat.com/cluster/
3722T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3723S: Supported
3724F: fs/dlm/
3725
3726DMA BUFFER SHARING FRAMEWORK
3727M: Sumit Semwal <sumit.semwal@linaro.org>
3728S: Maintained
3729L: linux-media@vger.kernel.org
3730L: dri-devel@lists.freedesktop.org
3731L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3732F: drivers/dma-buf/
3733F: include/linux/dma-buf*
3734F: include/linux/reservation.h
3735F: include/linux/*fence.h
3736F: Documentation/dma-buf-sharing.txt
3737T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3738
3739DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3740M: Vinod Koul <vinod.koul@intel.com>
3741L: dmaengine@vger.kernel.org
3742Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3743S: Maintained
3744F: drivers/dma/
3745F: include/linux/dmaengine.h
3746F: Documentation/dmaengine/
3747T: git git://git.infradead.org/users/vkoul/slave-dma.git
3748
3749DME1737 HARDWARE MONITOR DRIVER
3750M: Juerg Haefliger <juergh@gmail.com>
3751L: linux-hwmon@vger.kernel.org
3752S: Maintained
3753F: Documentation/hwmon/dme1737
3754F: drivers/hwmon/dme1737.c
3755
3756DMI/SMBIOS SUPPORT
3757M: Jean Delvare <jdelvare@suse.com>
3758S: Maintained
3759T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3760F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3761F: drivers/firmware/dmi-id.c
3762F: drivers/firmware/dmi_scan.c
3763F: include/linux/dmi.h
3764
3765DOCUMENTATION
3766M: Jonathan Corbet <corbet@lwn.net>
3767L: linux-doc@vger.kernel.org
3768S: Maintained
3769F: Documentation/
3770F: scripts/docproc.c
3771F: scripts/kernel-doc*
3772X: Documentation/ABI/
3773X: Documentation/devicetree/
3774X: Documentation/acpi
3775X: Documentation/power
3776X: Documentation/spi
3777X: Documentation/DocBook/media
3778T: git git://git.lwn.net/linux.git docs-next
3779
3780DOUBLETALK DRIVER
3781M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3782L: blinux-list@redhat.com
3783S: Maintained
3784F: drivers/char/dtlk.c
3785F: include/linux/dtlk.h
3786
3787DPT_I2O SCSI RAID DRIVER
3788M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3789L: linux-scsi@vger.kernel.org
3790W: http://www.adaptec.com/
3791S: Maintained
3792F: drivers/scsi/dpt*
3793F: drivers/scsi/dpt/
3794
3795DRBD DRIVER
3796M: Philipp Reisner <philipp.reisner@linbit.com>
3797M: Lars Ellenberg <lars.ellenberg@linbit.com>
3798L: drbd-dev@lists.linbit.com
3799W: http://www.drbd.org
3800T: git git://git.linbit.com/linux-drbd.git
3801T: git git://git.linbit.com/drbd-8.4.git
3802S: Supported
3803F: drivers/block/drbd/
3804F: lib/lru_cache.c
3805F: Documentation/blockdev/drbd/
3806
3807DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3808M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3809T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3810S: Supported
3811F: Documentation/kobject.txt
3812F: drivers/base/
3813F: fs/debugfs/
3814F: fs/kernfs/
3815F: fs/sysfs/
3816F: include/linux/debugfs.h
3817F: include/linux/kobj*
3818F: lib/kobj*
3819
3820DRM DRIVERS
3821M: David Airlie <airlied@linux.ie>
3822L: dri-devel@lists.freedesktop.org
3823T: git git://people.freedesktop.org/~airlied/linux
3824S: Maintained
3825F: drivers/gpu/drm/
3826F: drivers/gpu/vga/
3827F: include/drm/
3828F: include/uapi/drm/
3829
3830RADEON and AMDGPU DRM DRIVERS
3831M: Alex Deucher <alexander.deucher@amd.com>
3832M: Christian König <christian.koenig@amd.com>
3833L: dri-devel@lists.freedesktop.org
3834T: git git://people.freedesktop.org/~agd5f/linux
3835S: Supported
3836F: drivers/gpu/drm/radeon/
3837F: include/uapi/drm/radeon*
3838F: drivers/gpu/drm/amd/
3839F: include/uapi/drm/amdgpu*
3840
3841DRM PANEL DRIVERS
3842M: Thierry Reding <thierry.reding@gmail.com>
3843L: dri-devel@lists.freedesktop.org
3844T: git git://anongit.freedesktop.org/tegra/linux.git
3845S: Maintained
3846F: drivers/gpu/drm/drm_panel.c
3847F: drivers/gpu/drm/panel/
3848F: include/drm/drm_panel.h
3849F: Documentation/devicetree/bindings/display/panel/
3850
3851INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3852M: Daniel Vetter <daniel.vetter@intel.com>
3853M: Jani Nikula <jani.nikula@linux.intel.com>
3854L: intel-gfx@lists.freedesktop.org
3855L: dri-devel@lists.freedesktop.org
3856W: https://01.org/linuxgraphics/
3857Q: http://patchwork.freedesktop.org/project/intel-gfx/
3858T: git git://anongit.freedesktop.org/drm-intel
3859S: Supported
3860F: drivers/gpu/drm/i915/
3861F: include/drm/i915*
3862F: include/uapi/drm/i915*
3863
3864DRM DRIVERS FOR ATMEL HLCDC
3865M: Boris Brezillon <boris.brezillon@free-electrons.com>
3866L: dri-devel@lists.freedesktop.org
3867S: Supported
3868F: drivers/gpu/drm/atmel-hlcdc/
3869F: Documentation/devicetree/bindings/drm/atmel/
3870
3871DRM DRIVERS FOR EXYNOS
3872M: Inki Dae <inki.dae@samsung.com>
3873M: Joonyoung Shim <jy0922.shim@samsung.com>
3874M: Seung-Woo Kim <sw0312.kim@samsung.com>
3875M: Kyungmin Park <kyungmin.park@samsung.com>
3876L: dri-devel@lists.freedesktop.org
3877T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3878S: Supported
3879F: drivers/gpu/drm/exynos/
3880F: include/drm/exynos*
3881F: include/uapi/drm/exynos*
3882
3883DRM DRIVERS FOR FREESCALE DCU
3884M: Stefan Agner <stefan@agner.ch>
3885M: Alison Wang <alison.wang@freescale.com>
3886L: dri-devel@lists.freedesktop.org
3887S: Supported
3888F: drivers/gpu/drm/fsl-dcu/
3889F: Documentation/devicetree/bindings/display/fsl,dcu.txt
3890F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3891
3892DRM DRIVERS FOR FREESCALE IMX
3893M: Philipp Zabel <p.zabel@pengutronix.de>
3894L: dri-devel@lists.freedesktop.org
3895S: Maintained
3896F: drivers/gpu/drm/imx/
3897F: drivers/gpu/ipu-v3/
3898F: Documentation/devicetree/bindings/display/imx/
3899
3900DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3901M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3902L: dri-devel@lists.freedesktop.org
3903T: git git://github.com/patjak/drm-gma500
3904S: Maintained
3905F: drivers/gpu/drm/gma500
3906F: include/drm/gma500*
3907
3908DRM DRIVERS FOR NVIDIA TEGRA
3909M: Thierry Reding <thierry.reding@gmail.com>
3910M: Terje Bergström <tbergstrom@nvidia.com>
3911L: dri-devel@lists.freedesktop.org
3912L: linux-tegra@vger.kernel.org
3913T: git git://anongit.freedesktop.org/tegra/linux.git
3914S: Supported
3915F: drivers/gpu/drm/tegra/
3916F: drivers/gpu/host1x/
3917F: include/linux/host1x.h
3918F: include/uapi/drm/tegra_drm.h
3919F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3920
3921DRM DRIVERS FOR RENESAS
3922M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3923L: dri-devel@lists.freedesktop.org
3924L: linux-renesas-soc@vger.kernel.org
3925T: git git://people.freedesktop.org/~airlied/linux
3926S: Supported
3927F: drivers/gpu/drm/rcar-du/
3928F: drivers/gpu/drm/shmobile/
3929F: include/linux/platform_data/shmob_drm.h
3930
3931DRM DRIVERS FOR ROCKCHIP
3932M: Mark Yao <mark.yao@rock-chips.com>
3933L: dri-devel@lists.freedesktop.org
3934S: Maintained
3935F: drivers/gpu/drm/rockchip/
3936F: Documentation/devicetree/bindings/display/rockchip*
3937
3938DRM DRIVERS FOR STI
3939M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3940M: Vincent Abriou <vincent.abriou@st.com>
3941L: dri-devel@lists.freedesktop.org
3942T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3943S: Maintained
3944F: drivers/gpu/drm/sti
3945F: Documentation/devicetree/bindings/display/st,stih4xx.txt
3946
3947DRM DRIVERS FOR VIVANTE GPU IP
3948M: Lucas Stach <l.stach@pengutronix.de>
3949R: Russell King <linux+etnaviv@armlinux.org.uk>
3950R: Christian Gmeiner <christian.gmeiner@gmail.com>
3951L: dri-devel@lists.freedesktop.org
3952S: Maintained
3953F: drivers/gpu/drm/etnaviv
3954F: Documentation/devicetree/bindings/display/etnaviv
3955
3956DSBR100 USB FM RADIO DRIVER
3957M: Alexey Klimov <klimov.linux@gmail.com>
3958L: linux-media@vger.kernel.org
3959T: git git://linuxtv.org/media_tree.git
3960S: Maintained
3961F: drivers/media/radio/dsbr100.c
3962
3963DSCC4 DRIVER
3964M: Francois Romieu <romieu@fr.zoreil.com>
3965L: netdev@vger.kernel.org
3966S: Maintained
3967F: drivers/net/wan/dscc4.c
3968
3969DT3155 MEDIA DRIVER
3970M: Hans Verkuil <hverkuil@xs4all.nl>
3971L: linux-media@vger.kernel.org
3972T: git git://linuxtv.org/media_tree.git
3973W: https://linuxtv.org
3974S: Odd Fixes
3975F: drivers/media/pci/dt3155/
3976
3977DVB_USB_AF9015 MEDIA DRIVER
3978M: Antti Palosaari <crope@iki.fi>
3979L: linux-media@vger.kernel.org
3980W: https://linuxtv.org
3981W: http://palosaari.fi/linux/
3982Q: http://patchwork.linuxtv.org/project/linux-media/list/
3983T: git git://linuxtv.org/anttip/media_tree.git
3984S: Maintained
3985F: drivers/media/usb/dvb-usb-v2/af9015*
3986
3987DVB_USB_AF9035 MEDIA DRIVER
3988M: Antti Palosaari <crope@iki.fi>
3989L: linux-media@vger.kernel.org
3990W: https://linuxtv.org
3991W: http://palosaari.fi/linux/
3992Q: http://patchwork.linuxtv.org/project/linux-media/list/
3993T: git git://linuxtv.org/anttip/media_tree.git
3994S: Maintained
3995F: drivers/media/usb/dvb-usb-v2/af9035*
3996
3997DVB_USB_ANYSEE MEDIA DRIVER
3998M: Antti Palosaari <crope@iki.fi>
3999L: linux-media@vger.kernel.org
4000W: https://linuxtv.org
4001W: http://palosaari.fi/linux/
4002Q: http://patchwork.linuxtv.org/project/linux-media/list/
4003T: git git://linuxtv.org/anttip/media_tree.git
4004S: Maintained
4005F: drivers/media/usb/dvb-usb-v2/anysee*
4006
4007DVB_USB_AU6610 MEDIA DRIVER
4008M: Antti Palosaari <crope@iki.fi>
4009L: linux-media@vger.kernel.org
4010W: https://linuxtv.org
4011W: http://palosaari.fi/linux/
4012Q: http://patchwork.linuxtv.org/project/linux-media/list/
4013T: git git://linuxtv.org/anttip/media_tree.git
4014S: Maintained
4015F: drivers/media/usb/dvb-usb-v2/au6610*
4016
4017DVB_USB_CE6230 MEDIA DRIVER
4018M: Antti Palosaari <crope@iki.fi>
4019L: linux-media@vger.kernel.org
4020W: https://linuxtv.org
4021W: http://palosaari.fi/linux/
4022Q: http://patchwork.linuxtv.org/project/linux-media/list/
4023T: git git://linuxtv.org/anttip/media_tree.git
4024S: Maintained
4025F: drivers/media/usb/dvb-usb-v2/ce6230*
4026
4027DVB_USB_CXUSB MEDIA DRIVER
4028M: Michael Krufky <mkrufky@linuxtv.org>
4029L: linux-media@vger.kernel.org
4030W: https://linuxtv.org
4031W: http://github.com/mkrufky
4032Q: http://patchwork.linuxtv.org/project/linux-media/list/
4033T: git git://linuxtv.org/media_tree.git
4034S: Maintained
4035F: drivers/media/usb/dvb-usb/cxusb*
4036
4037DVB_USB_EC168 MEDIA DRIVER
4038M: Antti Palosaari <crope@iki.fi>
4039L: linux-media@vger.kernel.org
4040W: https://linuxtv.org
4041W: http://palosaari.fi/linux/
4042Q: http://patchwork.linuxtv.org/project/linux-media/list/
4043T: git git://linuxtv.org/anttip/media_tree.git
4044S: Maintained
4045F: drivers/media/usb/dvb-usb-v2/ec168*
4046
4047DVB_USB_GL861 MEDIA DRIVER
4048M: Antti Palosaari <crope@iki.fi>
4049L: linux-media@vger.kernel.org
4050W: https://linuxtv.org
4051Q: http://patchwork.linuxtv.org/project/linux-media/list/
4052T: git git://linuxtv.org/anttip/media_tree.git
4053S: Maintained
4054F: drivers/media/usb/dvb-usb-v2/gl861*
4055
4056DVB_USB_MXL111SF MEDIA DRIVER
4057M: Michael Krufky <mkrufky@linuxtv.org>
4058L: linux-media@vger.kernel.org
4059W: https://linuxtv.org
4060W: http://github.com/mkrufky
4061Q: http://patchwork.linuxtv.org/project/linux-media/list/
4062T: git git://linuxtv.org/mkrufky/mxl111sf.git
4063S: Maintained
4064F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4065
4066DVB_USB_RTL28XXU MEDIA DRIVER
4067M: Antti Palosaari <crope@iki.fi>
4068L: linux-media@vger.kernel.org
4069W: https://linuxtv.org
4070W: http://palosaari.fi/linux/
4071Q: http://patchwork.linuxtv.org/project/linux-media/list/
4072T: git git://linuxtv.org/anttip/media_tree.git
4073S: Maintained
4074F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4075
4076DVB_USB_V2 MEDIA DRIVER
4077M: Antti Palosaari <crope@iki.fi>
4078L: linux-media@vger.kernel.org
4079W: https://linuxtv.org
4080W: http://palosaari.fi/linux/
4081Q: http://patchwork.linuxtv.org/project/linux-media/list/
4082T: git git://linuxtv.org/anttip/media_tree.git
4083S: Maintained
4084F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4085F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4086
4087DYNAMIC DEBUG
4088M: Jason Baron <jbaron@akamai.com>
4089S: Maintained
4090F: lib/dynamic_debug.c
4091F: include/linux/dynamic_debug.h
4092
4093DZ DECSTATION DZ11 SERIAL DRIVER
4094M: "Maciej W. Rozycki" <macro@linux-mips.org>
4095S: Maintained
4096F: drivers/tty/serial/dz.*
4097
4098E3X0 POWER BUTTON DRIVER
4099M: Moritz Fischer <moritz.fischer@ettus.com>
4100L: usrp-users@lists.ettus.com
4101W: http://www.ettus.com
4102S: Supported
4103F: drivers/input/misc/e3x0-button.c
4104F: Documentation/devicetree/bindings/input/e3x0-button.txt
4105
4106E4000 MEDIA DRIVER
4107M: Antti Palosaari <crope@iki.fi>
4108L: linux-media@vger.kernel.org
4109W: https://linuxtv.org
4110W: http://palosaari.fi/linux/
4111Q: http://patchwork.linuxtv.org/project/linux-media/list/
4112T: git git://linuxtv.org/anttip/media_tree.git
4113S: Maintained
4114F: drivers/media/tuners/e4000*
4115
4116EATA ISA/EISA/PCI SCSI DRIVER
4117M: Dario Ballabio <ballabio_dario@emc.com>
4118L: linux-scsi@vger.kernel.org
4119S: Maintained
4120F: drivers/scsi/eata.c
4121
4122EC100 MEDIA DRIVER
4123M: Antti Palosaari <crope@iki.fi>
4124L: linux-media@vger.kernel.org
4125W: https://linuxtv.org
4126W: http://palosaari.fi/linux/
4127Q: http://patchwork.linuxtv.org/project/linux-media/list/
4128T: git git://linuxtv.org/anttip/media_tree.git
4129S: Maintained
4130F: drivers/media/dvb-frontends/ec100*
4131
4132ECRYPT FILE SYSTEM
4133M: Tyler Hicks <tyhicks@canonical.com>
4134L: ecryptfs@vger.kernel.org
4135W: http://ecryptfs.org
4136W: https://launchpad.net/ecryptfs
4137T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4138S: Supported
4139F: Documentation/filesystems/ecryptfs.txt
4140F: fs/ecryptfs/
4141
4142EDAC-CORE
4143M: Doug Thompson <dougthompson@xmission.com>
4144M: Borislav Petkov <bp@alien8.de>
4145M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4146L: linux-edac@vger.kernel.org
4147T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4148T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4149S: Supported
4150F: Documentation/edac.txt
4151F: drivers/edac/
4152F: include/linux/edac.h
4153
4154EDAC-AMD64
4155M: Doug Thompson <dougthompson@xmission.com>
4156M: Borislav Petkov <bp@alien8.de>
4157L: linux-edac@vger.kernel.org
4158S: Maintained
4159F: drivers/edac/amd64_edac*
4160
4161EDAC-CALXEDA
4162M: Doug Thompson <dougthompson@xmission.com>
4163M: Robert Richter <rric@kernel.org>
4164L: linux-edac@vger.kernel.org
4165S: Maintained
4166F: drivers/edac/highbank*
4167
4168EDAC-CAVIUM
4169M: Ralf Baechle <ralf@linux-mips.org>
4170M: David Daney <david.daney@cavium.com>
4171L: linux-edac@vger.kernel.org
4172L: linux-mips@linux-mips.org
4173S: Supported
4174F: drivers/edac/octeon_edac*
4175
4176EDAC-E752X
4177M: Mark Gross <mark.gross@intel.com>
4178M: Doug Thompson <dougthompson@xmission.com>
4179L: linux-edac@vger.kernel.org
4180S: Maintained
4181F: drivers/edac/e752x_edac.c
4182
4183EDAC-E7XXX
4184M: Doug Thompson <dougthompson@xmission.com>
4185L: linux-edac@vger.kernel.org
4186S: Maintained
4187F: drivers/edac/e7xxx_edac.c
4188
4189EDAC-GHES
4190M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4191L: linux-edac@vger.kernel.org
4192S: Maintained
4193F: drivers/edac/ghes_edac.c
4194
4195EDAC-I82443BXGX
4196M: Tim Small <tim@buttersideup.com>
4197L: linux-edac@vger.kernel.org
4198S: Maintained
4199F: drivers/edac/i82443bxgx_edac.c
4200
4201EDAC-I3000
4202M: Jason Uhlenkott <juhlenko@akamai.com>
4203L: linux-edac@vger.kernel.org
4204S: Maintained
4205F: drivers/edac/i3000_edac.c
4206
4207EDAC-I5000
4208M: Doug Thompson <dougthompson@xmission.com>
4209L: linux-edac@vger.kernel.org
4210S: Maintained
4211F: drivers/edac/i5000_edac.c
4212
4213EDAC-I5400
4214M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4215L: linux-edac@vger.kernel.org
4216S: Maintained
4217F: drivers/edac/i5400_edac.c
4218
4219EDAC-I7300
4220M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4221L: linux-edac@vger.kernel.org
4222S: Maintained
4223F: drivers/edac/i7300_edac.c
4224
4225EDAC-I7CORE
4226M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4227L: linux-edac@vger.kernel.org
4228S: Maintained
4229F: drivers/edac/i7core_edac.c
4230
4231EDAC-I82975X
4232M: Ranganathan Desikan <ravi@jetztechnologies.com>
4233M: "Arvind R." <arvino55@gmail.com>
4234L: linux-edac@vger.kernel.org
4235S: Maintained
4236F: drivers/edac/i82975x_edac.c
4237
4238EDAC-IE31200
4239M: Jason Baron <jbaron@akamai.com>
4240L: linux-edac@vger.kernel.org
4241S: Maintained
4242F: drivers/edac/ie31200_edac.c
4243
4244EDAC-MPC85XX
4245M: Johannes Thumshirn <morbidrsa@gmail.com>
4246L: linux-edac@vger.kernel.org
4247S: Maintained
4248F: drivers/edac/mpc85xx_edac.[ch]
4249
4250EDAC-PASEMI
4251M: Egor Martovetsky <egor@pasemi.com>
4252L: linux-edac@vger.kernel.org
4253S: Maintained
4254F: drivers/edac/pasemi_edac.c
4255
4256EDAC-R82600
4257M: Tim Small <tim@buttersideup.com>
4258L: linux-edac@vger.kernel.org
4259S: Maintained
4260F: drivers/edac/r82600_edac.c
4261
4262EDAC-SBRIDGE
4263M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4264L: linux-edac@vger.kernel.org
4265S: Maintained
4266F: drivers/edac/sb_edac.c
4267
4268EDAC-XGENE
4269APPLIED MICRO (APM) X-GENE SOC EDAC
4270M: Loc Ho <lho@apm.com>
4271S: Supported
4272F: drivers/edac/xgene_edac.c
4273F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4274
4275EDIROL UA-101/UA-1000 DRIVER
4276M: Clemens Ladisch <clemens@ladisch.de>
4277L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4278T: git git://git.alsa-project.org/alsa-kernel.git
4279S: Maintained
4280F: sound/usb/misc/ua101.c
4281
4282EXTENSIBLE FIRMWARE INTERFACE (EFI)
4283M: Matt Fleming <matt@codeblueprint.co.uk>
4284L: linux-efi@vger.kernel.org
4285T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4286S: Maintained
4287F: Documentation/efi-stub.txt
4288F: arch/ia64/kernel/efi.c
4289F: arch/x86/boot/compressed/eboot.[ch]
4290F: arch/x86/include/asm/efi.h
4291F: arch/x86/platform/efi/
4292F: drivers/firmware/efi/
4293F: include/linux/efi*.h
4294
4295EFI VARIABLE FILESYSTEM
4296M: Matthew Garrett <matthew.garrett@nebula.com>
4297M: Jeremy Kerr <jk@ozlabs.org>
4298M: Matt Fleming <matt@codeblueprint.co.uk>
4299T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4300L: linux-efi@vger.kernel.org
4301S: Maintained
4302F: fs/efivarfs/
4303
4304EFIFB FRAMEBUFFER DRIVER
4305L: linux-fbdev@vger.kernel.org
4306M: Peter Jones <pjones@redhat.com>
4307S: Maintained
4308F: drivers/video/fbdev/efifb.c
4309
4310EFS FILESYSTEM
4311W: http://aeschi.ch.eu.org/efs/
4312S: Orphan
4313F: fs/efs/
4314
4315EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4316M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4317L: netdev@vger.kernel.org
4318S: Maintained
4319F: drivers/net/ethernet/ibm/ehea/
4320
4321EM28XX VIDEO4LINUX DRIVER
4322M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4323L: linux-media@vger.kernel.org
4324W: https://linuxtv.org
4325T: git git://linuxtv.org/media_tree.git
4326S: Maintained
4327F: drivers/media/usb/em28xx/
4328
4329EMBEDDED LINUX
4330M: Paul Gortmaker <paul.gortmaker@windriver.com>
4331M: Matt Mackall <mpm@selenic.com>
4332M: David Woodhouse <dwmw2@infradead.org>
4333L: linux-embedded@vger.kernel.org
4334S: Maintained
4335
4336EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4337M: James Smart <james.smart@avagotech.com>
4338M: Dick Kennedy <dick.kennedy@avagotech.com>
4339L: linux-scsi@vger.kernel.org
4340W: http://www.avagotech.com
4341S: Supported
4342F: drivers/scsi/lpfc/
4343
4344ENE CB710 FLASH CARD READER DRIVER
4345M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4346S: Maintained
4347F: drivers/misc/cb710/
4348F: drivers/mmc/host/cb710-mmc.*
4349F: include/linux/cb710.h
4350
4351ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4352M: Maxim Levitsky <maximlevitsky@gmail.com>
4353S: Maintained
4354F: drivers/media/rc/ene_ir.*
4355
4356EPSON S1D13XXX FRAMEBUFFER DRIVER
4357M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4358S: Maintained
4359T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4360F: drivers/video/fbdev/s1d13xxxfb.c
4361F: include/video/s1d13xxxfb.h
4362
4363ET131X NETWORK DRIVER
4364M: Mark Einon <mark.einon@gmail.com>
4365S: Odd Fixes
4366F: drivers/net/ethernet/agere/
4367
4368ETHERNET BRIDGE
4369M: Stephen Hemminger <stephen@networkplumber.org>
4370L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4371L: netdev@vger.kernel.org
4372W: http://www.linuxfoundation.org/en/Net:Bridge
4373S: Maintained
4374F: include/linux/netfilter_bridge/
4375F: net/bridge/
4376
4377ETHERNET PHY LIBRARY
4378M: Florian Fainelli <f.fainelli@gmail.com>
4379L: netdev@vger.kernel.org
4380S: Maintained
4381F: include/linux/phy.h
4382F: include/linux/phy_fixed.h
4383F: drivers/net/phy/
4384F: Documentation/networking/phy.txt
4385F: drivers/of/of_mdio.c
4386F: drivers/of/of_net.c
4387
4388EXT2 FILE SYSTEM
4389M: Jan Kara <jack@suse.com>
4390L: linux-ext4@vger.kernel.org
4391S: Maintained
4392F: Documentation/filesystems/ext2.txt
4393F: fs/ext2/
4394F: include/linux/ext2*
4395
4396EXT4 FILE SYSTEM
4397M: "Theodore Ts'o" <tytso@mit.edu>
4398M: Andreas Dilger <adilger.kernel@dilger.ca>
4399L: linux-ext4@vger.kernel.org
4400W: http://ext4.wiki.kernel.org
4401Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4402T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4403S: Maintained
4404F: Documentation/filesystems/ext4.txt
4405F: fs/ext4/
4406
4407Extended Verification Module (EVM)
4408M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4409L: linux-ima-devel@lists.sourceforge.net
4410L: linux-security-module@vger.kernel.org
4411S: Supported
4412F: security/integrity/evm/
4413
4414EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4415M: MyungJoo Ham <myungjoo.ham@samsung.com>
4416M: Chanwoo Choi <cw00.choi@samsung.com>
4417L: linux-kernel@vger.kernel.org
4418T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4419S: Maintained
4420F: drivers/extcon/
4421F: include/linux/extcon/
4422F: include/linux/extcon.h
4423F: Documentation/extcon/
4424F: Documentation/devicetree/bindings/extcon/
4425
4426EXYNOS DP DRIVER
4427M: Jingoo Han <jingoohan1@gmail.com>
4428L: dri-devel@lists.freedesktop.org
4429S: Maintained
4430F: drivers/gpu/drm/exynos/exynos_dp*
4431
4432EXYNOS SYSMMU (IOMMU) driver
4433M: Marek Szyprowski <m.szyprowski@samsung.com>
4434L: iommu@lists.linux-foundation.org
4435S: Maintained
4436F: drivers/iommu/exynos-iommu.c
4437
4438EXYNOS MIPI DISPLAY DRIVERS
4439M: Inki Dae <inki.dae@samsung.com>
4440M: Donghwa Lee <dh09.lee@samsung.com>
4441M: Kyungmin Park <kyungmin.park@samsung.com>
4442L: linux-fbdev@vger.kernel.org
4443S: Maintained
4444F: drivers/video/fbdev/exynos/exynos_mipi*
4445F: include/video/exynos_mipi*
4446
4447F71805F HARDWARE MONITORING DRIVER
4448M: Jean Delvare <jdelvare@suse.com>
4449L: linux-hwmon@vger.kernel.org
4450S: Maintained
4451F: Documentation/hwmon/f71805f
4452F: drivers/hwmon/f71805f.c
4453
4454FC0011 TUNER DRIVER
4455M: Michael Buesch <m@bues.ch>
4456L: linux-media@vger.kernel.org
4457S: Maintained
4458F: drivers/media/tuners/fc0011.h
4459F: drivers/media/tuners/fc0011.c
4460
4461FC2580 MEDIA DRIVER
4462M: Antti Palosaari <crope@iki.fi>
4463L: linux-media@vger.kernel.org
4464W: https://linuxtv.org
4465W: http://palosaari.fi/linux/
4466Q: http://patchwork.linuxtv.org/project/linux-media/list/
4467T: git git://linuxtv.org/anttip/media_tree.git
4468S: Maintained
4469F: drivers/media/tuners/fc2580*
4470
4471FANOTIFY
4472M: Eric Paris <eparis@redhat.com>
4473S: Maintained
4474F: fs/notify/fanotify/
4475F: include/linux/fanotify.h
4476F: include/uapi/linux/fanotify.h
4477
4478FARSYNC SYNCHRONOUS DRIVER
4479M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4480W: http://www.farsite.co.uk/
4481S: Supported
4482F: drivers/net/wan/farsync.*
4483
4484FAULT INJECTION SUPPORT
4485M: Akinobu Mita <akinobu.mita@gmail.com>
4486S: Supported
4487F: Documentation/fault-injection/
4488F: lib/fault-inject.c
4489
4490FBTFT Framebuffer drivers
4491M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4492M: Noralf Trønnes <noralf@tronnes.org>
4493S: Maintained
4494F: drivers/staging/fbtft/
4495
4496FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4497M: Vasu Dev <vasu.dev@intel.com>
4498L: fcoe-devel@open-fcoe.org
4499W: www.Open-FCoE.org
4500S: Supported
4501F: drivers/scsi/libfc/
4502F: drivers/scsi/fcoe/
4503F: include/scsi/fc/
4504F: include/scsi/libfc.h
4505F: include/scsi/libfcoe.h
4506F: include/uapi/scsi/fc/
4507
4508FILE LOCKING (flock() and fcntl()/lockf())
4509M: Jeff Layton <jlayton@poochiereds.net>
4510M: "J. Bruce Fields" <bfields@fieldses.org>
4511L: linux-fsdevel@vger.kernel.org
4512S: Maintained
4513F: include/linux/fcntl.h
4514F: include/linux/fs.h
4515F: include/uapi/linux/fcntl.h
4516F: include/uapi/linux/fs.h
4517F: fs/fcntl.c
4518F: fs/locks.c
4519
4520FILESYSTEMS (VFS and infrastructure)
4521M: Alexander Viro <viro@zeniv.linux.org.uk>
4522L: linux-fsdevel@vger.kernel.org
4523S: Maintained
4524F: fs/*
4525
4526FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4527M: Riku Voipio <riku.voipio@iki.fi>
4528L: linux-hwmon@vger.kernel.org
4529S: Maintained
4530F: drivers/hwmon/f75375s.c
4531F: include/linux/f75375s.h
4532
4533FIREWIRE AUDIO DRIVERS
4534M: Clemens Ladisch <clemens@ladisch.de>
4535L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4536T: git git://git.alsa-project.org/alsa-kernel.git
4537S: Maintained
4538F: sound/firewire/
4539
4540FIREWIRE MEDIA DRIVERS (firedtv)
4541M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4542L: linux-media@vger.kernel.org
4543L: linux1394-devel@lists.sourceforge.net
4544T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4545S: Maintained
4546F: drivers/media/firewire/
4547
4548FIREWIRE SBP-2 TARGET
4549M: Chris Boot <bootc@bootc.net>
4550L: linux-scsi@vger.kernel.org
4551L: target-devel@vger.kernel.org
4552L: linux1394-devel@lists.sourceforge.net
4553T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4554S: Maintained
4555F: drivers/target/sbp/
4556
4557FIREWIRE SUBSYSTEM
4558M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4559L: linux1394-devel@lists.sourceforge.net
4560W: http://ieee1394.wiki.kernel.org/
4561T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4562S: Maintained
4563F: drivers/firewire/
4564F: include/linux/firewire.h
4565F: include/uapi/linux/firewire*.h
4566F: tools/firewire/
4567
4568FIRMWARE LOADER (request_firmware)
4569M: Ming Lei <ming.lei@canonical.com>
4570L: linux-kernel@vger.kernel.org
4571S: Maintained
4572F: Documentation/firmware_class/
4573F: drivers/base/firmware*.c
4574F: include/linux/firmware.h
4575
4576FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4577M: Joshua Morris <josh.h.morris@us.ibm.com>
4578M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4579S: Maintained
4580F: drivers/block/rsxx/
4581
4582FLOPPY DRIVER
4583M: Jiri Kosina <jikos@kernel.org>
4584T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4585S: Odd fixes
4586F: drivers/block/floppy.c
4587
4588FMC SUBSYSTEM
4589M: Alessandro Rubini <rubini@gnudd.com>
4590W: http://www.ohwr.org/projects/fmc-bus
4591S: Supported
4592F: drivers/fmc/
4593F: include/linux/fmc*.h
4594F: include/linux/ipmi-fru.h
4595K: fmc_d.*register
4596
4597FPGA MANAGER FRAMEWORK
4598M: Alan Tull <atull@opensource.altera.com>
4599R: Moritz Fischer <moritz.fischer@ettus.com>
4600S: Maintained
4601F: drivers/fpga/
4602F: include/linux/fpga/fpga-mgr.h
4603W: http://www.rocketboards.org
4604
4605FPU EMULATOR
4606M: Bill Metzenthen <billm@melbpc.org.au>
4607W: http://floatingpoint.sourceforge.net/emulator/index.html
4608S: Maintained
4609F: arch/x86/math-emu/
4610
4611FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4612L: netdev@vger.kernel.org
4613S: Orphan
4614F: drivers/net/wan/dlci.c
4615F: drivers/net/wan/sdla.c
4616
4617FRAMEBUFFER LAYER
4618M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4619M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4620L: linux-fbdev@vger.kernel.org
4621W: http://linux-fbdev.sourceforge.net/
4622Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4623T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4624S: Maintained
4625F: Documentation/fb/
4626F: drivers/video/
4627F: include/video/
4628F: include/linux/fb.h
4629F: include/uapi/video/
4630F: include/uapi/linux/fb.h
4631
4632FREESCALE DIU FRAMEBUFFER DRIVER
4633M: Timur Tabi <timur@tabi.org>
4634L: linux-fbdev@vger.kernel.org
4635S: Maintained
4636F: drivers/video/fbdev/fsl-diu-fb.*
4637
4638FREESCALE DMA DRIVER
4639M: Li Yang <leoli@freescale.com>
4640M: Zhang Wei <zw@zh-kernel.org>
4641L: linuxppc-dev@lists.ozlabs.org
4642S: Maintained
4643F: drivers/dma/fsldma.*
4644
4645FREESCALE GPMI NAND DRIVER
4646M: Han Xu <han.xu@nxp.com>
4647L: linux-mtd@lists.infradead.org
4648S: Maintained
4649F: drivers/mtd/nand/gpmi-nand/*
4650
4651FREESCALE I2C CPM DRIVER
4652M: Jochen Friedrich <jochen@scram.de>
4653L: linuxppc-dev@lists.ozlabs.org
4654L: linux-i2c@vger.kernel.org
4655S: Maintained
4656F: drivers/i2c/busses/i2c-cpm.c
4657
4658FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4659M: Sascha Hauer <kernel@pengutronix.de>
4660L: linux-fbdev@vger.kernel.org
4661L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4662S: Maintained
4663F: include/linux/platform_data/video-imxfb.h
4664F: drivers/video/fbdev/imxfb.c
4665
4666FREESCALE QUAD SPI DRIVER
4667M: Han Xu <han.xu@nxp.com>
4668L: linux-mtd@lists.infradead.org
4669S: Maintained
4670F: drivers/mtd/spi-nor/fsl-quadspi.c
4671
4672FREESCALE SOC FS_ENET DRIVER
4673M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4674M: Vitaly Bordug <vbordug@ru.mvista.com>
4675L: linuxppc-dev@lists.ozlabs.org
4676L: netdev@vger.kernel.org
4677S: Maintained
4678F: drivers/net/ethernet/freescale/fs_enet/
4679F: include/linux/fs_enet_pd.h
4680
4681FREESCALE IMX / MXC FEC DRIVER
4682M: Fugang Duan <fugang.duan@nxp.com>
4683L: netdev@vger.kernel.org
4684S: Maintained
4685F: drivers/net/ethernet/freescale/fec_main.c
4686F: drivers/net/ethernet/freescale/fec_ptp.c
4687F: drivers/net/ethernet/freescale/fec.h
4688F: Documentation/devicetree/bindings/net/fsl-fec.txt
4689
4690FREESCALE QUICC ENGINE LIBRARY
4691L: linuxppc-dev@lists.ozlabs.org
4692S: Orphan
4693F: drivers/soc/fsl/qe/
4694F: include/soc/fsl/*qe*.h
4695F: include/soc/fsl/*ucc*.h
4696
4697FREESCALE USB PERIPHERAL DRIVERS
4698M: Li Yang <leoli@freescale.com>
4699L: linux-usb@vger.kernel.org
4700L: linuxppc-dev@lists.ozlabs.org
4701S: Maintained
4702F: drivers/usb/gadget/udc/fsl*
4703
4704FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4705M: Li Yang <leoli@freescale.com>
4706L: netdev@vger.kernel.org
4707L: linuxppc-dev@lists.ozlabs.org
4708S: Maintained
4709F: drivers/net/ethernet/freescale/ucc_geth*
4710
4711FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4712M: Claudiu Manoil <claudiu.manoil@freescale.com>
4713L: netdev@vger.kernel.org
4714S: Maintained
4715F: drivers/net/ethernet/freescale/gianfar*
4716X: drivers/net/ethernet/freescale/gianfar_ptp.c
4717F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4718
4719FREESCALE QUICC ENGINE UCC UART DRIVER
4720M: Timur Tabi <timur@tabi.org>
4721L: linuxppc-dev@lists.ozlabs.org
4722S: Maintained
4723F: drivers/tty/serial/ucc_uart.c
4724
4725FREESCALE SOC SOUND DRIVERS
4726M: Timur Tabi <timur@tabi.org>
4727M: Nicolin Chen <nicoleotsuka@gmail.com>
4728M: Xiubo Li <Xiubo.Lee@gmail.com>
4729L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4730L: linuxppc-dev@lists.ozlabs.org
4731S: Maintained
4732F: sound/soc/fsl/fsl*
4733F: sound/soc/fsl/imx*
4734F: sound/soc/fsl/mpc8610_hpcd.c
4735
4736FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4737M: "J. German Rivera" <German.Rivera@freescale.com>
4738L: linux-kernel@vger.kernel.org
4739S: Maintained
4740F: drivers/staging/fsl-mc/
4741
4742FREEVXFS FILESYSTEM
4743M: Christoph Hellwig <hch@infradead.org>
4744W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4745S: Maintained
4746F: fs/freevxfs/
4747
4748FREEZER
4749M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4750M: Pavel Machek <pavel@ucw.cz>
4751L: linux-pm@vger.kernel.org
4752S: Supported
4753F: Documentation/power/freezing-of-tasks.txt
4754F: include/linux/freezer.h
4755F: kernel/freezer.c
4756
4757FRONTSWAP API
4758M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4759L: linux-kernel@vger.kernel.org
4760S: Maintained
4761F: mm/frontswap.c
4762F: include/linux/frontswap.h
4763
4764FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4765M: David Howells <dhowells@redhat.com>
4766L: linux-cachefs@redhat.com (moderated for non-subscribers)
4767S: Supported
4768F: Documentation/filesystems/caching/
4769F: fs/fscache/
4770F: include/linux/fscache*.h
4771
4772F2FS FILE SYSTEM
4773M: Jaegeuk Kim <jaegeuk@kernel.org>
4774M: Changman Lee <cm224.lee@samsung.com>
4775R: Chao Yu <chao2.yu@samsung.com>
4776L: linux-f2fs-devel@lists.sourceforge.net
4777W: http://en.wikipedia.org/wiki/F2FS
4778T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4779S: Maintained
4780F: Documentation/filesystems/f2fs.txt
4781F: Documentation/ABI/testing/sysfs-fs-f2fs
4782F: fs/f2fs/
4783F: include/linux/f2fs_fs.h
4784F: include/trace/events/f2fs.h
4785
4786FUJITSU FR-V (FRV) PORT
4787S: Orphan
4788F: arch/frv/
4789
4790FUJITSU LAPTOP EXTRAS
4791M: Jonathan Woithe <jwoithe@just42.net>
4792L: platform-driver-x86@vger.kernel.org
4793S: Maintained
4794F: drivers/platform/x86/fujitsu-laptop.c
4795
4796FUJITSU M-5MO LS CAMERA ISP DRIVER
4797M: Kyungmin Park <kyungmin.park@samsung.com>
4798M: Heungjun Kim <riverful.kim@samsung.com>
4799L: linux-media@vger.kernel.org
4800S: Maintained
4801F: drivers/media/i2c/m5mols/
4802F: include/media/i2c/m5mols.h
4803
4804FUJITSU TABLET EXTRAS
4805M: Robert Gerlach <khnz@gmx.de>
4806L: platform-driver-x86@vger.kernel.org
4807S: Maintained
4808F: drivers/platform/x86/fujitsu-tablet.c
4809
4810FUSE: FILESYSTEM IN USERSPACE
4811M: Miklos Szeredi <miklos@szeredi.hu>
4812L: linux-fsdevel@vger.kernel.org
4813W: http://fuse.sourceforge.net/
4814T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4815S: Maintained
4816F: fs/fuse/
4817F: include/uapi/linux/fuse.h
4818F: Documentation/filesystems/fuse.txt
4819
4820FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4821M: Rik Faith <faith@cs.unc.edu>
4822L: linux-scsi@vger.kernel.org
4823S: Odd Fixes (e.g., new signatures)
4824F: drivers/scsi/fdomain.*
4825
4826GCOV BASED KERNEL PROFILING
4827M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4828S: Maintained
4829F: kernel/gcov/
4830F: Documentation/gcov.txt
4831
4832GDT SCSI DISK ARRAY CONTROLLER DRIVER
4833M: Achim Leubner <achim_leubner@adaptec.com>
4834L: linux-scsi@vger.kernel.org
4835W: http://www.icp-vortex.com/
4836S: Supported
4837F: drivers/scsi/gdt*
4838
4839GDB KERNEL DEBUGGING HELPER SCRIPTS
4840M: Jan Kiszka <jan.kiszka@siemens.com>
4841S: Supported
4842F: scripts/gdb/
4843
4844GEMTEK FM RADIO RECEIVER DRIVER
4845M: Hans Verkuil <hverkuil@xs4all.nl>
4846L: linux-media@vger.kernel.org
4847T: git git://linuxtv.org/media_tree.git
4848W: https://linuxtv.org
4849S: Maintained
4850F: drivers/media/radio/radio-gemtek*
4851
4852GENERIC GPIO I2C DRIVER
4853M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4854S: Supported
4855F: drivers/i2c/busses/i2c-gpio.c
4856F: include/linux/i2c-gpio.h
4857
4858GENERIC GPIO I2C MULTIPLEXER DRIVER
4859M: Peter Korsgaard <peter.korsgaard@barco.com>
4860L: linux-i2c@vger.kernel.org
4861S: Supported
4862F: drivers/i2c/muxes/i2c-mux-gpio.c
4863F: include/linux/i2c-mux-gpio.h
4864F: Documentation/i2c/muxes/i2c-mux-gpio
4865
4866GENERIC HDLC (WAN) DRIVERS
4867M: Krzysztof Halasa <khc@pm.waw.pl>
4868W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4869S: Maintained
4870F: drivers/net/wan/c101.c
4871F: drivers/net/wan/hd6457*
4872F: drivers/net/wan/hdlc*
4873F: drivers/net/wan/n2.c
4874F: drivers/net/wan/pc300too.c
4875F: drivers/net/wan/pci200syn.c
4876F: drivers/net/wan/wanxl*
4877
4878GENERIC INCLUDE/ASM HEADER FILES
4879M: Arnd Bergmann <arnd@arndb.de>
4880L: linux-arch@vger.kernel.org
4881T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4882S: Maintained
4883F: include/asm-generic/
4884F: include/uapi/asm-generic/
4885
4886GENERIC PHY FRAMEWORK
4887M: Kishon Vijay Abraham I <kishon@ti.com>
4888L: linux-kernel@vger.kernel.org
4889T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4890S: Supported
4891F: drivers/phy/
4892F: include/linux/phy/
4893
4894GENERIC PM DOMAINS
4895M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4896M: Kevin Hilman <khilman@kernel.org>
4897M: Ulf Hansson <ulf.hansson@linaro.org>
4898L: linux-pm@vger.kernel.org
4899S: Supported
4900F: drivers/base/power/domain*.c
4901F: include/linux/pm_domain.h
4902
4903GENERIC UIO DRIVER FOR PCI DEVICES
4904M: "Michael S. Tsirkin" <mst@redhat.com>
4905L: kvm@vger.kernel.org
4906S: Supported
4907F: drivers/uio/uio_pci_generic.c
4908
4909GET_MAINTAINER SCRIPT
4910M: Joe Perches <joe@perches.com>
4911S: Maintained
4912F: scripts/get_maintainer.pl
4913
4914GFS2 FILE SYSTEM
4915M: Steven Whitehouse <swhiteho@redhat.com>
4916M: Bob Peterson <rpeterso@redhat.com>
4917L: cluster-devel@redhat.com
4918W: http://sources.redhat.com/cluster/
4919T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4920S: Supported
4921F: Documentation/filesystems/gfs2*.txt
4922F: fs/gfs2/
4923F: include/uapi/linux/gfs2_ondisk.h
4924
4925GIGASET ISDN DRIVERS
4926M: Paul Bolle <pebolle@tiscali.nl>
4927L: gigaset307x-common@lists.sourceforge.net
4928W: http://gigaset307x.sourceforge.net/
4929S: Odd Fixes
4930F: Documentation/isdn/README.gigaset
4931F: drivers/isdn/gigaset/
4932F: include/uapi/linux/gigaset_dev.h
4933
4934GO7007 MPEG CODEC
4935M: Hans Verkuil <hans.verkuil@cisco.com>
4936L: linux-media@vger.kernel.org
4937S: Maintained
4938F: drivers/media/usb/go7007/
4939
4940GOODIX TOUCHSCREEN
4941M: Bastien Nocera <hadess@hadess.net>
4942L: linux-input@vger.kernel.org
4943S: Maintained
4944F: drivers/input/touchscreen/goodix.c
4945
4946GPIO SUBSYSTEM
4947M: Linus Walleij <linus.walleij@linaro.org>
4948M: Alexandre Courbot <gnurou@gmail.com>
4949L: linux-gpio@vger.kernel.org
4950T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4951S: Maintained
4952F: Documentation/devicetree/bindings/gpio/
4953F: Documentation/gpio/
4954F: Documentation/ABI/testing/gpio-cdev
4955F: Documentation/ABI/obsolete/sysfs-gpio
4956F: drivers/gpio/
4957F: include/linux/gpio/
4958F: include/linux/gpio.h
4959F: include/asm-generic/gpio.h
4960F: include/uapi/linux/gpio.h
4961F: tools/gpio/
4962
4963GRE DEMULTIPLEXER DRIVER
4964M: Dmitry Kozlov <xeb@mail.ru>
4965L: netdev@vger.kernel.org
4966S: Maintained
4967F: net/ipv4/gre_demux.c
4968F: net/ipv4/gre_offload.c
4969F: include/net/gre.h
4970
4971GRETH 10/100/1G Ethernet MAC device driver
4972M: Andreas Larsson <andreas@gaisler.com>
4973L: netdev@vger.kernel.org
4974S: Maintained
4975F: drivers/net/ethernet/aeroflex/
4976
4977GSPCA FINEPIX SUBDRIVER
4978M: Frank Zago <frank@zago.net>
4979L: linux-media@vger.kernel.org
4980T: git git://linuxtv.org/media_tree.git
4981S: Maintained
4982F: drivers/media/usb/gspca/finepix.c
4983
4984GSPCA GL860 SUBDRIVER
4985M: Olivier Lorin <o.lorin@laposte.net>
4986L: linux-media@vger.kernel.org
4987T: git git://linuxtv.org/media_tree.git
4988S: Maintained
4989F: drivers/media/usb/gspca/gl860/
4990
4991GSPCA M5602 SUBDRIVER
4992M: Erik Andren <erik.andren@gmail.com>
4993L: linux-media@vger.kernel.org
4994T: git git://linuxtv.org/media_tree.git
4995S: Maintained
4996F: drivers/media/usb/gspca/m5602/
4997
4998GSPCA PAC207 SONIXB SUBDRIVER
4999M: Hans de Goede <hdegoede@redhat.com>
5000L: linux-media@vger.kernel.org
5001T: git git://linuxtv.org/media_tree.git
5002S: Maintained
5003F: drivers/media/usb/gspca/pac207.c
5004
5005GSPCA SN9C20X SUBDRIVER
5006M: Brian Johnson <brijohn@gmail.com>
5007L: linux-media@vger.kernel.org
5008T: git git://linuxtv.org/media_tree.git
5009S: Maintained
5010F: drivers/media/usb/gspca/sn9c20x.c
5011
5012GSPCA T613 SUBDRIVER
5013M: Leandro Costantino <lcostantino@gmail.com>
5014L: linux-media@vger.kernel.org
5015T: git git://linuxtv.org/media_tree.git
5016S: Maintained
5017F: drivers/media/usb/gspca/t613.c
5018
5019GSPCA USB WEBCAM DRIVER
5020M: Hans de Goede <hdegoede@redhat.com>
5021L: linux-media@vger.kernel.org
5022T: git git://linuxtv.org/media_tree.git
5023S: Maintained
5024F: drivers/media/usb/gspca/
5025
5026GUID PARTITION TABLE (GPT)
5027M: Davidlohr Bueso <dave@stgolabs.net>
5028L: linux-efi@vger.kernel.org
5029S: Maintained
5030F: block/partitions/efi.*
5031
5032STK1160 USB VIDEO CAPTURE DRIVER
5033M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5034L: linux-media@vger.kernel.org
5035T: git git://linuxtv.org/media_tree.git
5036S: Maintained
5037F: drivers/media/usb/stk1160/
5038
5039H8/300 ARCHITECTURE
5040M: Yoshinori Sato <ysato@users.sourceforge.jp>
5041L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5042W: http://uclinux-h8.sourceforge.jp
5043T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5044S: Maintained
5045F: arch/h8300/
5046F: drivers/clocksource/h8300_*.c
5047F: drivers/clk/h8300/
5048F: drivers/irqchip/irq-renesas-h8*.c
5049
5050HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5051M: Frank Seidel <frank@f-seidel.de>
5052L: platform-driver-x86@vger.kernel.org
5053W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5054S: Maintained
5055F: drivers/platform/x86/hdaps.c
5056
5057HDPVR USB VIDEO ENCODER DRIVER
5058M: Hans Verkuil <hverkuil@xs4all.nl>
5059L: linux-media@vger.kernel.org
5060T: git git://linuxtv.org/media_tree.git
5061W: https://linuxtv.org
5062S: Odd Fixes
5063F: drivers/media/usb/hdpvr/
5064
5065HWPOISON MEMORY FAILURE HANDLING
5066M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5067L: linux-mm@kvack.org
5068S: Maintained
5069F: mm/memory-failure.c
5070F: mm/hwpoison-inject.c
5071
5072HYPERVISOR VIRTUAL CONSOLE DRIVER
5073L: linuxppc-dev@lists.ozlabs.org
5074S: Odd Fixes
5075F: drivers/tty/hvc/
5076
5077HACKRF MEDIA DRIVER
5078M: Antti Palosaari <crope@iki.fi>
5079L: linux-media@vger.kernel.org
5080W: https://linuxtv.org
5081W: http://palosaari.fi/linux/
5082Q: http://patchwork.linuxtv.org/project/linux-media/list/
5083T: git git://linuxtv.org/anttip/media_tree.git
5084S: Maintained
5085F: drivers/media/usb/hackrf/
5086
5087HARDWARE MONITORING
5088M: Jean Delvare <jdelvare@suse.com>
5089M: Guenter Roeck <linux@roeck-us.net>
5090L: linux-hwmon@vger.kernel.org
5091W: http://hwmon.wiki.kernel.org/
5092T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5093T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5094S: Maintained
5095F: Documentation/hwmon/
5096F: drivers/hwmon/
5097F: include/linux/hwmon*.h
5098
5099HARDWARE RANDOM NUMBER GENERATOR CORE
5100M: Matt Mackall <mpm@selenic.com>
5101M: Herbert Xu <herbert@gondor.apana.org.au>
5102L: linux-crypto@vger.kernel.org
5103S: Odd fixes
5104F: Documentation/hw_random.txt
5105F: drivers/char/hw_random/
5106F: include/linux/hw_random.h
5107
5108HARDWARE SPINLOCK CORE
5109M: Ohad Ben-Cohen <ohad@wizery.com>
5110M: Bjorn Andersson <bjorn.andersson@linaro.org>
5111L: linux-remoteproc@vger.kernel.org
5112S: Maintained
5113T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5114F: Documentation/hwspinlock.txt
5115F: drivers/hwspinlock/hwspinlock_*
5116F: include/linux/hwspinlock.h
5117
5118HARMONY SOUND DRIVER
5119L: linux-parisc@vger.kernel.org
5120S: Maintained
5121F: sound/parisc/harmony.*
5122
5123HD29L2 MEDIA DRIVER
5124M: Antti Palosaari <crope@iki.fi>
5125L: linux-media@vger.kernel.org
5126W: https://linuxtv.org
5127W: http://palosaari.fi/linux/
5128Q: http://patchwork.linuxtv.org/project/linux-media/list/
5129T: git git://linuxtv.org/anttip/media_tree.git
5130S: Maintained
5131F: drivers/media/dvb-frontends/hd29l2*
5132
5133HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5134M: Don Brace <don.brace@microsemi.com>
5135L: iss_storagedev@hp.com
5136L: esc.storagedev@microsemi.com
5137L: linux-scsi@vger.kernel.org
5138S: Supported
5139F: Documentation/scsi/hpsa.txt
5140F: drivers/scsi/hpsa*.[ch]
5141F: include/linux/cciss*.h
5142F: include/uapi/linux/cciss*.h
5143
5144HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5145M: Don Brace <don.brace@microsemi.com>
5146L: iss_storagedev@hp.com
5147L: esc.storagedev@microsemi.com
5148L: linux-scsi@vger.kernel.org
5149S: Supported
5150F: Documentation/blockdev/cciss.txt
5151F: drivers/block/cciss*
5152F: include/linux/cciss_ioctl.h
5153F: include/uapi/linux/cciss_ioctl.h
5154
5155HFS FILESYSTEM
5156L: linux-fsdevel@vger.kernel.org
5157S: Orphan
5158F: Documentation/filesystems/hfs.txt
5159F: fs/hfs/
5160
5161HFSPLUS FILESYSTEM
5162L: linux-fsdevel@vger.kernel.org
5163S: Orphan
5164F: Documentation/filesystems/hfsplus.txt
5165F: fs/hfsplus/
5166
5167HGA FRAMEBUFFER DRIVER
5168M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5169L: linux-nvidia@lists.surfsouth.com
5170W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5171S: Maintained
5172F: drivers/video/fbdev/hgafb.c
5173
5174HIBERNATION (aka Software Suspend, aka swsusp)
5175M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5176M: Pavel Machek <pavel@ucw.cz>
5177L: linux-pm@vger.kernel.org
5178S: Supported
5179F: arch/x86/power/
5180F: drivers/base/power/
5181F: kernel/power/
5182F: include/linux/suspend.h
5183F: include/linux/freezer.h
5184F: include/linux/pm.h
5185F: arch/*/include/asm/suspend*.h
5186
5187HID CORE LAYER
5188M: Jiri Kosina <jikos@kernel.org>
5189R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5190L: linux-input@vger.kernel.org
5191T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5192S: Maintained
5193F: drivers/hid/
5194F: include/linux/hid*
5195F: include/uapi/linux/hid*
5196
5197HID SENSOR HUB DRIVERS
5198M: Jiri Kosina <jikos@kernel.org>
5199M: Jonathan Cameron <jic23@kernel.org>
5200M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5201L: linux-input@vger.kernel.org
5202L: linux-iio@vger.kernel.org
5203S: Maintained
5204F: Documentation/hid/hid-sensor*
5205F: drivers/hid/hid-sensor-*
5206F: drivers/iio/*/hid-*
5207F: include/linux/hid-sensor-*
5208
5209HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5210M: Thomas Gleixner <tglx@linutronix.de>
5211L: linux-kernel@vger.kernel.org
5212T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5213S: Maintained
5214F: Documentation/timers/
5215F: kernel/time/hrtimer.c
5216F: kernel/time/clockevents.c
5217F: kernel/time/tick*.*
5218F: kernel/time/timer_*.c
5219F: include/linux/clockchips.h
5220F: include/linux/hrtimer.h
5221
5222HIGH-SPEED SCC DRIVER FOR AX.25
5223L: linux-hams@vger.kernel.org
5224S: Orphan
5225F: drivers/net/hamradio/dmascc.c
5226F: drivers/net/hamradio/scc.c
5227
5228HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5229M: HighPoint Linux Team <linux@highpoint-tech.com>
5230W: http://www.highpoint-tech.com
5231S: Supported
5232F: Documentation/scsi/hptiop.txt
5233F: drivers/scsi/hptiop.c
5234
5235HIPPI
5236M: Jes Sorensen <jes@trained-monkey.org>
5237L: linux-hippi@sunsite.dk
5238S: Maintained
5239F: include/linux/hippidevice.h
5240F: include/uapi/linux/if_hippi.h
5241F: net/802/hippi.c
5242F: drivers/net/hippi/
5243
5244HISILICON SAS Controller
5245M: John Garry <john.garry@huawei.com>
5246W: http://www.hisilicon.com
5247S: Supported
5248F: drivers/scsi/hisi_sas/
5249F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5250
5251HOST AP DRIVER
5252M: Jouni Malinen <j@w1.fi>
5253L: hostap@shmoo.com (subscribers-only)
5254L: linux-wireless@vger.kernel.org
5255W: http://hostap.epitest.fi/
5256S: Maintained
5257F: drivers/net/wireless/intersil/hostap/
5258
5259HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5260L: platform-driver-x86@vger.kernel.org
5261S: Orphan
5262F: drivers/platform/x86/tc1100-wmi.c
5263
5264HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5265M: Jaroslav Kysela <perex@perex.cz>
5266S: Maintained
5267F: drivers/net/ethernet/hp/hp100.*
5268
5269HPET: High Precision Event Timers driver
5270M: Clemens Ladisch <clemens@ladisch.de>
5271S: Maintained
5272F: Documentation/timers/hpet.txt
5273F: drivers/char/hpet.c
5274F: include/linux/hpet.h
5275F: include/uapi/linux/hpet.h
5276
5277HPET: x86
5278S: Orphan
5279F: arch/x86/kernel/hpet.c
5280F: arch/x86/include/asm/hpet.h
5281
5282HPFS FILESYSTEM
5283M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5284W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5285S: Maintained
5286F: fs/hpfs/
5287
5288HSI SUBSYSTEM
5289M: Sebastian Reichel <sre@kernel.org>
5290T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5291S: Maintained
5292F: Documentation/ABI/testing/sysfs-bus-hsi
5293F: Documentation/hsi.txt
5294F: drivers/hsi/
5295F: include/linux/hsi/
5296F: include/uapi/linux/hsi/
5297
5298HSO 3G MODEM DRIVER
5299M: Jan Dumon <j.dumon@option.com>
5300W: http://www.pharscape.org
5301S: Maintained
5302F: drivers/net/usb/hso.c
5303
5304HSR NETWORK PROTOCOL
5305M: Arvid Brodin <arvid.brodin@alten.se>
5306L: netdev@vger.kernel.org
5307S: Maintained
5308F: net/hsr/
5309
5310HTCPEN TOUCHSCREEN DRIVER
5311M: Pau Oliva Fora <pof@eslack.org>
5312L: linux-input@vger.kernel.org
5313S: Maintained
5314F: drivers/input/touchscreen/htcpen.c
5315
5316HUGETLB FILESYSTEM
5317M: Nadia Yvette Chambers <nyc@holomorphy.com>
5318S: Maintained
5319F: fs/hugetlbfs/
5320
5321Hyper-V CORE AND DRIVERS
5322M: "K. Y. Srinivasan" <kys@microsoft.com>
5323M: Haiyang Zhang <haiyangz@microsoft.com>
5324L: devel@linuxdriverproject.org
5325S: Maintained
5326F: arch/x86/include/asm/mshyperv.h
5327F: arch/x86/include/uapi/asm/hyperv.h
5328F: arch/x86/kernel/cpu/mshyperv.c
5329F: drivers/hid/hid-hyperv.c
5330F: drivers/hv/
5331F: drivers/input/serio/hyperv-keyboard.c
5332F: drivers/pci/host/pci-hyperv.c
5333F: drivers/net/hyperv/
5334F: drivers/scsi/storvsc_drv.c
5335F: drivers/video/fbdev/hyperv_fb.c
5336F: include/linux/hyperv.h
5337F: tools/hv/
5338F: Documentation/ABI/stable/sysfs-bus-vmbus
5339
5340I2C MUXES
5341M: Peter Rosin <peda@axentia.se>
5342L: linux-i2c@vger.kernel.org
5343S: Maintained
5344F: Documentation/i2c/muxes/
5345F: Documentation/devicetree/bindings/i2c/i2c-mux*
5346F: drivers/i2c/i2c-mux.c
5347F: drivers/i2c/muxes/
5348F: include/linux/i2c-mux.h
5349
5350I2C OVER PARALLEL PORT
5351M: Jean Delvare <jdelvare@suse.com>
5352L: linux-i2c@vger.kernel.org
5353S: Maintained
5354F: Documentation/i2c/busses/i2c-parport
5355F: Documentation/i2c/busses/i2c-parport-light
5356F: drivers/i2c/busses/i2c-parport.c
5357F: drivers/i2c/busses/i2c-parport-light.c
5358
5359I2C/SMBUS CONTROLLER DRIVERS FOR PC
5360M: Jean Delvare <jdelvare@suse.com>
5361L: linux-i2c@vger.kernel.org
5362S: Maintained
5363F: Documentation/i2c/busses/i2c-ali1535
5364F: Documentation/i2c/busses/i2c-ali1563
5365F: Documentation/i2c/busses/i2c-ali15x3
5366F: Documentation/i2c/busses/i2c-amd756
5367F: Documentation/i2c/busses/i2c-amd8111
5368F: Documentation/i2c/busses/i2c-i801
5369F: Documentation/i2c/busses/i2c-nforce2
5370F: Documentation/i2c/busses/i2c-piix4
5371F: Documentation/i2c/busses/i2c-sis5595
5372F: Documentation/i2c/busses/i2c-sis630
5373F: Documentation/i2c/busses/i2c-sis96x
5374F: Documentation/i2c/busses/i2c-via
5375F: Documentation/i2c/busses/i2c-viapro
5376F: drivers/i2c/busses/i2c-ali1535.c
5377F: drivers/i2c/busses/i2c-ali1563.c
5378F: drivers/i2c/busses/i2c-ali15x3.c
5379F: drivers/i2c/busses/i2c-amd756.c
5380F: drivers/i2c/busses/i2c-amd756-s4882.c
5381F: drivers/i2c/busses/i2c-amd8111.c
5382F: drivers/i2c/busses/i2c-i801.c
5383F: drivers/i2c/busses/i2c-isch.c
5384F: drivers/i2c/busses/i2c-nforce2.c
5385F: drivers/i2c/busses/i2c-nforce2-s4985.c
5386F: drivers/i2c/busses/i2c-piix4.c
5387F: drivers/i2c/busses/i2c-sis5595.c
5388F: drivers/i2c/busses/i2c-sis630.c
5389F: drivers/i2c/busses/i2c-sis96x.c
5390F: drivers/i2c/busses/i2c-via.c
5391F: drivers/i2c/busses/i2c-viapro.c
5392
5393I2C/SMBUS ISMT DRIVER
5394M: Seth Heasley <seth.heasley@intel.com>
5395M: Neil Horman <nhorman@tuxdriver.com>
5396L: linux-i2c@vger.kernel.org
5397F: drivers/i2c/busses/i2c-ismt.c
5398F: Documentation/i2c/busses/i2c-ismt
5399
5400I2C/SMBUS STUB DRIVER
5401M: Jean Delvare <jdelvare@suse.com>
5402L: linux-i2c@vger.kernel.org
5403S: Maintained
5404F: drivers/i2c/i2c-stub.c
5405
5406I2C SUBSYSTEM
5407M: Wolfram Sang <wsa@the-dreams.de>
5408L: linux-i2c@vger.kernel.org
5409W: https://i2c.wiki.kernel.org/
5410Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5411T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5412S: Maintained
5413F: Documentation/devicetree/bindings/i2c/
5414F: Documentation/i2c/
5415F: drivers/i2c/
5416F: drivers/i2c/*/
5417F: include/linux/i2c.h
5418F: include/linux/i2c-*.h
5419F: include/uapi/linux/i2c.h
5420F: include/uapi/linux/i2c-*.h
5421
5422I2C ACPI SUPPORT
5423M: Mika Westerberg <mika.westerberg@linux.intel.com>
5424L: linux-i2c@vger.kernel.org
5425L: linux-acpi@vger.kernel.org
5426S: Maintained
5427
5428I2C-TAOS-EVM DRIVER
5429M: Jean Delvare <jdelvare@suse.com>
5430L: linux-i2c@vger.kernel.org
5431S: Maintained
5432F: Documentation/i2c/busses/i2c-taos-evm
5433F: drivers/i2c/busses/i2c-taos-evm.c
5434
5435I2C-TINY-USB DRIVER
5436M: Till Harbaum <till@harbaum.org>
5437L: linux-i2c@vger.kernel.org
5438W: http://www.harbaum.org/till/i2c_tiny_usb
5439S: Maintained
5440F: drivers/i2c/busses/i2c-tiny-usb.c
5441
5442i386 BOOT CODE
5443M: "H. Peter Anvin" <hpa@zytor.com>
5444S: Maintained
5445F: arch/x86/boot/
5446
5447i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5448M: "H. Peter Anvin" <hpa@zytor.com>
5449T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5450S: Maintained
5451
5452IA64 (Itanium) PLATFORM
5453M: Tony Luck <tony.luck@intel.com>
5454M: Fenghua Yu <fenghua.yu@intel.com>
5455L: linux-ia64@vger.kernel.org
5456T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5457S: Maintained
5458F: arch/ia64/
5459
5460IBM Power VMX Cryptographic instructions
5461M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5462M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5463L: linux-crypto@vger.kernel.org
5464S: Supported
5465F: drivers/crypto/vmx/Makefile
5466F: drivers/crypto/vmx/Kconfig
5467F: drivers/crypto/vmx/vmx.c
5468F: drivers/crypto/vmx/aes*
5469F: drivers/crypto/vmx/ghash*
5470F: drivers/crypto/vmx/ppc-xlate.pl
5471
5472IBM Power in-Nest Crypto Acceleration
5473M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5474M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5475L: linux-crypto@vger.kernel.org
5476S: Supported
5477F: drivers/crypto/nx/Makefile
5478F: drivers/crypto/nx/Kconfig
5479F: drivers/crypto/nx/nx-aes*
5480F: drivers/crypto/nx/nx-sha*
5481F: drivers/crypto/nx/nx.*
5482F: drivers/crypto/nx/nx_csbcpb.h
5483F: drivers/crypto/nx/nx_debugfs.h
5484
5485IBM Power 842 compression accelerator
5486M: Dan Streetman <ddstreet@ieee.org>
5487S: Supported
5488F: drivers/crypto/nx/Makefile
5489F: drivers/crypto/nx/Kconfig
5490F: drivers/crypto/nx/nx-842*
5491F: include/linux/sw842.h
5492F: crypto/842.c
5493F: lib/842/
5494
5495IBM Power Linux RAID adapter
5496M: Brian King <brking@us.ibm.com>
5497S: Supported
5498F: drivers/scsi/ipr.*
5499
5500IBM Power Virtual Ethernet Device Driver
5501M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5502L: netdev@vger.kernel.org
5503S: Supported
5504F: drivers/net/ethernet/ibm/ibmveth.*
5505
5506IBM Power SRIOV Virtual NIC Device Driver
5507M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5508M: John Allen <jallen@linux.vnet.ibm.com>
5509L: netdev@vger.kernel.org
5510S: Supported
5511F: drivers/net/ethernet/ibm/ibmvnic.*
5512
5513IBM Power Virtual SCSI Device Drivers
5514M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5515L: linux-scsi@vger.kernel.org
5516S: Supported
5517F: drivers/scsi/ibmvscsi/ibmvscsi*
5518F: drivers/scsi/ibmvscsi/viosrp.h
5519
5520IBM Power Virtual FC Device Drivers
5521M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5522L: linux-scsi@vger.kernel.org
5523S: Supported
5524F: drivers/scsi/ibmvscsi/ibmvfc*
5525
5526IBM ServeRAID RAID DRIVER
5527S: Orphan
5528F: drivers/scsi/ips.*
5529
5530ICH LPC AND GPIO DRIVER
5531M: Peter Tyser <ptyser@xes-inc.com>
5532S: Maintained
5533F: drivers/mfd/lpc_ich.c
5534F: drivers/gpio/gpio-ich.c
5535
5536IDE SUBSYSTEM
5537M: "David S. Miller" <davem@davemloft.net>
5538L: linux-ide@vger.kernel.org
5539Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5540T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5541S: Maintained
5542F: Documentation/ide/
5543F: drivers/ide/
5544F: include/linux/ide.h
5545
5546IDEAPAD LAPTOP EXTRAS DRIVER
5547M: Ike Panhc <ike.pan@canonical.com>
5548L: platform-driver-x86@vger.kernel.org
5549W: http://launchpad.net/ideapad-laptop
5550S: Maintained
5551F: drivers/platform/x86/ideapad-laptop.c
5552
5553IDEAPAD LAPTOP SLIDEBAR DRIVER
5554M: Andrey Moiseev <o2g.org.ru@gmail.com>
5555L: linux-input@vger.kernel.org
5556W: https://github.com/o2genum/ideapad-slidebar
5557S: Maintained
5558F: drivers/input/misc/ideapad_slidebar.c
5559
5560IDE/ATAPI DRIVERS
5561M: Borislav Petkov <bp@alien8.de>
5562L: linux-ide@vger.kernel.org
5563S: Maintained
5564F: Documentation/cdrom/ide-cd
5565F: drivers/ide/ide-cd*
5566
5567IDLE-I7300
5568M: Andy Henroid <andrew.d.henroid@intel.com>
5569L: linux-pm@vger.kernel.org
5570S: Supported
5571F: drivers/idle/i7300_idle.c
5572
5573IEEE 802.15.4 SUBSYSTEM
5574M: Alexander Aring <aar@pengutronix.de>
5575L: linux-wpan@vger.kernel.org
5576W: http://wpan.cakelab.org/
5577T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5578T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5579S: Maintained
5580F: net/ieee802154/
5581F: net/mac802154/
5582F: drivers/net/ieee802154/
5583F: include/linux/nl802154.h
5584F: include/linux/ieee802154.h
5585F: include/net/nl802154.h
5586F: include/net/mac802154.h
5587F: include/net/af_ieee802154.h
5588F: include/net/cfg802154.h
5589F: include/net/ieee802154_netdev.h
5590F: Documentation/networking/ieee802154.txt
5591
5592IGORPLUG-USB IR RECEIVER
5593M: Sean Young <sean@mess.org>
5594L: linux-media@vger.kernel.org
5595S: Maintained
5596F: drivers/media/rc/igorplugusb.c
5597
5598IGUANAWORKS USB IR TRANSCEIVER
5599M: Sean Young <sean@mess.org>
5600L: linux-media@vger.kernel.org
5601S: Maintained
5602F: drivers/media/rc/iguanair.c
5603
5604IIO SUBSYSTEM AND DRIVERS
5605M: Jonathan Cameron <jic23@kernel.org>
5606R: Hartmut Knaack <knaack.h@gmx.de>
5607R: Lars-Peter Clausen <lars@metafoo.de>
5608R: Peter Meerwald <pmeerw@pmeerw.net>
5609L: linux-iio@vger.kernel.org
5610S: Maintained
5611F: drivers/iio/
5612F: drivers/staging/iio/
5613F: include/linux/iio/
5614F: tools/iio/
5615
5616IKANOS/ADI EAGLE ADSL USB DRIVER
5617M: Matthieu Castet <castet.matthieu@free.fr>
5618M: Stanislaw Gruszka <stf_xl@wp.pl>
5619S: Maintained
5620F: drivers/usb/atm/ueagle-atm.c
5621
5622INA209 HARDWARE MONITOR DRIVER
5623M: Guenter Roeck <linux@roeck-us.net>
5624L: linux-hwmon@vger.kernel.org
5625S: Maintained
5626F: Documentation/hwmon/ina209
5627F: Documentation/devicetree/bindings/i2c/ina209.txt
5628F: drivers/hwmon/ina209.c
5629
5630INA2XX HARDWARE MONITOR DRIVER
5631M: Guenter Roeck <linux@roeck-us.net>
5632L: linux-hwmon@vger.kernel.org
5633S: Maintained
5634F: Documentation/hwmon/ina2xx
5635F: drivers/hwmon/ina2xx.c
5636F: include/linux/platform_data/ina2xx.h
5637
5638INDUSTRY PACK SUBSYSTEM (IPACK)
5639M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5640M: Jens Taprogge <jens.taprogge@taprogge.org>
5641M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5642L: industrypack-devel@lists.sourceforge.net
5643W: http://industrypack.sourceforge.net
5644S: Maintained
5645F: drivers/ipack/
5646
5647INGENIC JZ4780 DMA Driver
5648M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5649S: Maintained
5650F: drivers/dma/dma-jz4780.c
5651
5652INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5653M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5654M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5655L: linux-ima-devel@lists.sourceforge.net
5656L: linux-ima-user@lists.sourceforge.net
5657L: linux-security-module@vger.kernel.org
5658T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5659S: Supported
5660F: security/integrity/ima/
5661
5662IMGTEC IR DECODER DRIVER
5663M: James Hogan <james.hogan@imgtec.com>
5664S: Maintained
5665F: drivers/media/rc/img-ir/
5666
5667IMS TWINTURBO FRAMEBUFFER DRIVER
5668L: linux-fbdev@vger.kernel.org
5669S: Orphan
5670F: drivers/video/fbdev/imsttfb.c
5671
5672INFINIBAND SUBSYSTEM
5673M: Doug Ledford <dledford@redhat.com>
5674M: Sean Hefty <sean.hefty@intel.com>
5675M: Hal Rosenstock <hal.rosenstock@gmail.com>
5676L: linux-rdma@vger.kernel.org
5677W: http://www.openfabrics.org/
5678Q: http://patchwork.kernel.org/project/linux-rdma/list/
5679T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5680S: Supported
5681F: Documentation/infiniband/
5682F: drivers/infiniband/
5683F: drivers/staging/rdma/
5684F: include/uapi/linux/if_infiniband.h
5685F: include/uapi/rdma/
5686F: include/rdma/
5687
5688INOTIFY
5689M: John McCutchan <john@johnmccutchan.com>
5690M: Robert Love <rlove@rlove.org>
5691M: Eric Paris <eparis@parisplace.org>
5692S: Maintained
5693F: Documentation/filesystems/inotify.txt
5694F: fs/notify/inotify/
5695F: include/linux/inotify.h
5696F: include/uapi/linux/inotify.h
5697
5698INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5699M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
5700L: linux-input@vger.kernel.org
5701Q: http://patchwork.kernel.org/project/linux-input/list/
5702T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5703S: Maintained
5704F: drivers/input/
5705F: include/linux/input.h
5706F: include/uapi/linux/input.h
5707F: include/linux/input/
5708F: Documentation/devicetree/bindings/input/
5709
5710INPUT MULTITOUCH (MT) PROTOCOL
5711M: Henrik Rydberg <rydberg@bitmath.org>
5712L: linux-input@vger.kernel.org
5713S: Odd fixes
5714F: Documentation/input/multi-touch-protocol.txt
5715F: drivers/input/input-mt.c
5716K: \b(ABS|SYN)_MT_
5717
5718INTEL ASoC BDW/HSW DRIVERS
5719M: Jie Yang <yang.jie@linux.intel.com>
5720L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5721S: Supported
5722F: sound/soc/intel/common/sst-dsp*
5723F: sound/soc/intel/common/sst-firmware.c
5724F: sound/soc/intel/boards/broadwell.c
5725F: sound/soc/intel/haswell/
5726
5727INTEL C600 SERIES SAS CONTROLLER DRIVER
5728M: Intel SCU Linux support <intel-linux-scu@intel.com>
5729M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5730L: linux-scsi@vger.kernel.org
5731T: git git://git.code.sf.net/p/intel-sas/isci
5732S: Supported
5733F: drivers/scsi/isci/
5734
5735INTEL HID EVENT DRIVER
5736M: Alex Hung <alex.hung@canonical.com>
5737L: platform-driver-x86@vger.kernel.org
5738S: Maintained
5739F: drivers/platform/x86/intel-hid.c
5740
5741INTEL IDLE DRIVER
5742M: Len Brown <lenb@kernel.org>
5743L: linux-pm@vger.kernel.org
5744T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5745S: Supported
5746F: drivers/idle/intel_idle.c
5747
5748INTEL PSTATE DRIVER
5749M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5750M: Len Brown <lenb@kernel.org>
5751L: linux-pm@vger.kernel.org
5752S: Supported
5753F: drivers/cpufreq/intel_pstate.c
5754
5755INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5756M: Maik Broemme <mbroemme@plusserver.de>
5757L: linux-fbdev@vger.kernel.org
5758S: Maintained
5759F: Documentation/fb/intelfb.txt
5760F: drivers/video/fbdev/intelfb/
5761
5762INTEL 810/815 FRAMEBUFFER DRIVER
5763M: Antonino Daplas <adaplas@gmail.com>
5764L: linux-fbdev@vger.kernel.org
5765S: Maintained
5766F: drivers/video/fbdev/i810/
5767
5768INTEL MENLOW THERMAL DRIVER
5769M: Sujith Thomas <sujith.thomas@intel.com>
5770L: platform-driver-x86@vger.kernel.org
5771W: https://01.org/linux-acpi
5772S: Supported
5773F: drivers/platform/x86/intel_menlow.c
5774
5775INTEL I/OAT DMA DRIVER
5776M: Dave Jiang <dave.jiang@intel.com>
5777R: Dan Williams <dan.j.williams@intel.com>
5778L: dmaengine@vger.kernel.org
5779Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5780S: Supported
5781F: drivers/dma/ioat*
5782
5783INTEL IOMMU (VT-d)
5784M: David Woodhouse <dwmw2@infradead.org>
5785L: iommu@lists.linux-foundation.org
5786T: git git://git.infradead.org/iommu-2.6.git
5787S: Supported
5788F: drivers/iommu/intel-iommu.c
5789F: include/linux/intel-iommu.h
5790
5791INTEL IOP-ADMA DMA DRIVER
5792R: Dan Williams <dan.j.williams@intel.com>
5793S: Odd fixes
5794F: drivers/dma/iop-adma.c
5795
5796INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5797M: Krzysztof Halasa <khalasa@piap.pl>
5798S: Maintained
5799F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5800F: arch/arm/mach-ixp4xx/include/mach/npe.h
5801F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5802F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5803F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5804F: drivers/net/wan/ixp4xx_hss.c
5805
5806INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5807M: Deepak Saxena <dsaxena@plexity.net>
5808S: Maintained
5809F: drivers/char/hw_random/ixp4xx-rng.c
5810
5811INTEL ETHERNET DRIVERS
5812M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5813L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
5814W: http://www.intel.com/support/feedback.htm
5815W: http://e1000.sourceforge.net/
5816Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5817T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5818T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5819S: Supported
5820F: Documentation/networking/e100.txt
5821F: Documentation/networking/e1000.txt
5822F: Documentation/networking/e1000e.txt
5823F: Documentation/networking/igb.txt
5824F: Documentation/networking/igbvf.txt
5825F: Documentation/networking/ixgb.txt
5826F: Documentation/networking/ixgbe.txt
5827F: Documentation/networking/ixgbevf.txt
5828F: Documentation/networking/i40e.txt
5829F: Documentation/networking/i40evf.txt
5830F: drivers/net/ethernet/intel/
5831F: drivers/net/ethernet/intel/*/
5832
5833INTEL RDMA RNIC DRIVER
5834M: Faisal Latif <faisal.latif@intel.com>
5835R: Chien Tin Tung <chien.tin.tung@intel.com>
5836R: Mustafa Ismail <mustafa.ismail@intel.com>
5837R: Shiraz Saleem <shiraz.saleem@intel.com>
5838R: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
5839L: linux-rdma@vger.kernel.org
5840S: Supported
5841F: drivers/infiniband/hw/i40iw/
5842
5843INTEL-MID GPIO DRIVER
5844M: David Cohen <david.a.cohen@linux.intel.com>
5845L: linux-gpio@vger.kernel.org
5846S: Maintained
5847F: drivers/gpio/gpio-intel-mid.c
5848
5849INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5850M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5851L: linux-wireless@vger.kernel.org
5852S: Maintained
5853F: Documentation/networking/README.ipw2100
5854F: Documentation/networking/README.ipw2200
5855F: drivers/net/wireless/intel/ipw2x00/
5856
5857INTEL(R) TRACE HUB
5858M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5859S: Supported
5860F: Documentation/trace/intel_th.txt
5861F: drivers/hwtracing/intel_th/
5862
5863INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5864M: Ning Sun <ning.sun@intel.com>
5865L: tboot-devel@lists.sourceforge.net
5866W: http://tboot.sourceforge.net
5867T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5868S: Supported
5869F: Documentation/intel_txt.txt
5870F: include/linux/tboot.h
5871F: arch/x86/kernel/tboot.c
5872
5873INTEL WIRELESS WIMAX CONNECTION 2400
5874M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5875M: linux-wimax@intel.com
5876L: wimax@linuxwimax.org (subscribers-only)
5877S: Supported
5878W: http://linuxwimax.org
5879F: Documentation/wimax/README.i2400m
5880F: drivers/net/wimax/i2400m/
5881F: include/uapi/linux/wimax/i2400m.h
5882
5883INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5884M: Stanislaw Gruszka <sgruszka@redhat.com>
5885L: linux-wireless@vger.kernel.org
5886S: Supported
5887F: drivers/net/wireless/intel/iwlegacy/
5888
5889INTEL WIRELESS WIFI LINK (iwlwifi)
5890M: Johannes Berg <johannes.berg@intel.com>
5891M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5892M: Intel Linux Wireless <linuxwifi@intel.com>
5893L: linux-wireless@vger.kernel.org
5894W: http://intellinuxwireless.org
5895T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5896S: Supported
5897F: drivers/net/wireless/intel/iwlwifi/
5898
5899INTEL MANAGEMENT ENGINE (mei)
5900M: Tomas Winkler <tomas.winkler@intel.com>
5901L: linux-kernel@vger.kernel.org
5902S: Supported
5903F: include/uapi/linux/mei.h
5904F: include/linux/mei_cl_bus.h
5905F: drivers/misc/mei/*
5906F: drivers/watchdog/mei_wdt.c
5907F: Documentation/misc-devices/mei/*
5908
5909INTEL MIC DRIVERS (mic)
5910M: Sudeep Dutt <sudeep.dutt@intel.com>
5911M: Ashutosh Dixit <ashutosh.dixit@intel.com>
5912S: Supported
5913W: https://github.com/sudeepdutt/mic
5914W: http://software.intel.com/en-us/mic-developer
5915F: include/linux/mic_bus.h
5916F: include/linux/scif.h
5917F: include/uapi/linux/mic_common.h
5918F: include/uapi/linux/mic_ioctl.h
5919F: include/uapi/linux/scif_ioctl.h
5920F: drivers/misc/mic/
5921F: drivers/dma/mic_x100_dma.c
5922F: drivers/dma/mic_x100_dma.h
5923F: Documentation/mic/
5924
5925INTEL PMC/P-Unit IPC DRIVER
5926M: Zha Qipeng<qipeng.zha@intel.com>
5927L: platform-driver-x86@vger.kernel.org
5928S: Maintained
5929F: drivers/platform/x86/intel_pmc_ipc.c
5930F: drivers/platform/x86/intel_punit_ipc.c
5931F: arch/x86/include/asm/intel_pmc_ipc.h
5932F: arch/x86/include/asm/intel_punit_ipc.h
5933
5934INTEL TELEMETRY DRIVER
5935M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5936L: platform-driver-x86@vger.kernel.org
5937S: Maintained
5938F: arch/x86/include/asm/intel_telemetry.h
5939F: drivers/platform/x86/intel_telemetry*
5940
5941IOC3 ETHERNET DRIVER
5942M: Ralf Baechle <ralf@linux-mips.org>
5943L: linux-mips@linux-mips.org
5944S: Maintained
5945F: drivers/net/ethernet/sgi/ioc3-eth.c
5946
5947IOC3 SERIAL DRIVER
5948M: Pat Gefre <pfg@sgi.com>
5949L: linux-serial@vger.kernel.org
5950S: Maintained
5951F: drivers/tty/serial/ioc3_serial.c
5952
5953IOMMU DRIVERS
5954M: Joerg Roedel <joro@8bytes.org>
5955L: iommu@lists.linux-foundation.org
5956T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5957S: Maintained
5958F: drivers/iommu/
5959
5960IP MASQUERADING
5961M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5962S: Maintained
5963F: net/ipv4/netfilter/ipt_MASQUERADE.c
5964
5965IPMI SUBSYSTEM
5966M: Corey Minyard <minyard@acm.org>
5967L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5968W: http://openipmi.sourceforge.net/
5969S: Supported
5970F: Documentation/IPMI.txt
5971F: drivers/char/ipmi/
5972F: include/linux/ipmi*
5973F: include/uapi/linux/ipmi*
5974
5975QCOM AUDIO (ASoC) DRIVERS
5976M: Patrick Lai <plai@codeaurora.org>
5977M: Banajit Goswami <bgoswami@codeaurora.org>
5978L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5979S: Supported
5980F: sound/soc/qcom/
5981
5982IPS SCSI RAID DRIVER
5983M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5984L: linux-scsi@vger.kernel.org
5985W: http://www.adaptec.com/
5986S: Maintained
5987F: drivers/scsi/ips*
5988
5989IPVS
5990M: Wensong Zhang <wensong@linux-vs.org>
5991M: Simon Horman <horms@verge.net.au>
5992M: Julian Anastasov <ja@ssi.bg>
5993L: netdev@vger.kernel.org
5994L: lvs-devel@vger.kernel.org
5995S: Maintained
5996T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5997T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5998F: Documentation/networking/ipvs-sysctl.txt
5999F: include/net/ip_vs.h
6000F: include/uapi/linux/ip_vs.h
6001F: net/netfilter/ipvs/
6002
6003IPWIRELESS DRIVER
6004M: Jiri Kosina <jikos@kernel.org>
6005M: David Sterba <dsterba@suse.com>
6006S: Odd Fixes
6007F: drivers/tty/ipwireless/
6008
6009IPX NETWORK LAYER
6010M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6011L: netdev@vger.kernel.org
6012S: Maintained
6013F: include/net/ipx.h
6014F: include/uapi/linux/ipx.h
6015F: net/ipx/
6016
6017IRDA SUBSYSTEM
6018M: Samuel Ortiz <samuel@sortiz.org>
6019L: irda-users@lists.sourceforge.net (subscribers-only)
6020L: netdev@vger.kernel.org
6021W: http://irda.sourceforge.net/
6022S: Maintained
6023T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6024F: Documentation/networking/irda.txt
6025F: drivers/net/irda/
6026F: include/net/irda/
6027F: net/irda/
6028
6029IRQ SUBSYSTEM
6030M: Thomas Gleixner <tglx@linutronix.de>
6031L: linux-kernel@vger.kernel.org
6032S: Maintained
6033T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6034F: kernel/irq/
6035
6036IRQCHIP DRIVERS
6037M: Thomas Gleixner <tglx@linutronix.de>
6038M: Jason Cooper <jason@lakedaemon.net>
6039M: Marc Zyngier <marc.zyngier@arm.com>
6040L: linux-kernel@vger.kernel.org
6041S: Maintained
6042T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6043T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6044F: Documentation/devicetree/bindings/interrupt-controller/
6045F: drivers/irqchip/
6046
6047IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6048M: Jiang Liu <jiang.liu@linux.intel.com>
6049M: Marc Zyngier <marc.zyngier@arm.com>
6050S: Maintained
6051T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6052F: Documentation/IRQ-domain.txt
6053F: include/linux/irqdomain.h
6054F: kernel/irq/irqdomain.c
6055F: kernel/irq/msi.c
6056
6057ISAPNP
6058M: Jaroslav Kysela <perex@perex.cz>
6059S: Maintained
6060F: Documentation/isapnp.txt
6061F: drivers/pnp/isapnp/
6062F: include/linux/isapnp.h
6063
6064ISA RADIO MODULE
6065M: Hans Verkuil <hverkuil@xs4all.nl>
6066L: linux-media@vger.kernel.org
6067T: git git://linuxtv.org/media_tree.git
6068W: https://linuxtv.org
6069S: Maintained
6070F: drivers/media/radio/radio-isa*
6071
6072iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6073M: Peter Jones <pjones@redhat.com>
6074M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6075S: Maintained
6076F: drivers/firmware/iscsi_ibft*
6077
6078ISCSI
6079M: Mike Christie <michaelc@cs.wisc.edu>
6080L: open-iscsi@googlegroups.com
6081W: www.open-iscsi.org
6082T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6083S: Maintained
6084F: drivers/scsi/*iscsi*
6085F: include/scsi/*iscsi*
6086
6087ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6088M: Or Gerlitz <ogerlitz@mellanox.com>
6089M: Sagi Grimberg <sagi@grimberg.me>
6090M: Roi Dayan <roid@mellanox.com>
6091L: linux-rdma@vger.kernel.org
6092S: Supported
6093W: http://www.openfabrics.org
6094W: www.open-iscsi.org
6095Q: http://patchwork.kernel.org/project/linux-rdma/list/
6096F: drivers/infiniband/ulp/iser/
6097
6098ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6099M: Sagi Grimberg <sagi@grimberg.me>
6100T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6101L: linux-rdma@vger.kernel.org
6102L: target-devel@vger.kernel.org
6103S: Supported
6104W: http://www.linux-iscsi.org
6105F: drivers/infiniband/ulp/isert
6106
6107ISDN SUBSYSTEM
6108M: Karsten Keil <isdn@linux-pingi.de>
6109L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6110L: netdev@vger.kernel.org
6111W: http://www.isdn4linux.de
6112T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6113S: Maintained
6114F: Documentation/isdn/
6115F: drivers/isdn/
6116F: include/linux/isdn.h
6117F: include/linux/isdn/
6118F: include/uapi/linux/isdn.h
6119F: include/uapi/linux/isdn/
6120
6121ISDN SUBSYSTEM (Eicon active card driver)
6122M: Armin Schindler <mac@melware.de>
6123L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6124W: http://www.melware.de
6125S: Maintained
6126F: drivers/isdn/hardware/eicon/
6127
6128IT87 HARDWARE MONITORING DRIVER
6129M: Jean Delvare <jdelvare@suse.com>
6130L: linux-hwmon@vger.kernel.org
6131S: Maintained
6132F: Documentation/hwmon/it87
6133F: drivers/hwmon/it87.c
6134
6135IT913X MEDIA DRIVER
6136M: Antti Palosaari <crope@iki.fi>
6137L: linux-media@vger.kernel.org
6138W: https://linuxtv.org
6139W: http://palosaari.fi/linux/
6140Q: http://patchwork.linuxtv.org/project/linux-media/list/
6141T: git git://linuxtv.org/anttip/media_tree.git
6142S: Maintained
6143F: drivers/media/tuners/it913x*
6144
6145IVTV VIDEO4LINUX DRIVER
6146M: Andy Walls <awalls@md.metrocast.net>
6147L: ivtv-devel@ivtvdriver.org (subscribers-only)
6148L: linux-media@vger.kernel.org
6149T: git git://linuxtv.org/media_tree.git
6150W: http://www.ivtvdriver.org
6151S: Maintained
6152F: Documentation/video4linux/*.ivtv
6153F: drivers/media/pci/ivtv/
6154F: include/uapi/linux/ivtv*
6155
6156IX2505V MEDIA DRIVER
6157M: Malcolm Priestley <tvboxspy@gmail.com>
6158L: linux-media@vger.kernel.org
6159W: https://linuxtv.org
6160Q: http://patchwork.linuxtv.org/project/linux-media/list/
6161S: Maintained
6162F: drivers/media/dvb-frontends/ix2505v*
6163
6164JC42.4 TEMPERATURE SENSOR DRIVER
6165M: Guenter Roeck <linux@roeck-us.net>
6166L: linux-hwmon@vger.kernel.org
6167S: Maintained
6168F: drivers/hwmon/jc42.c
6169F: Documentation/hwmon/jc42
6170
6171JFS FILESYSTEM
6172M: Dave Kleikamp <shaggy@kernel.org>
6173L: jfs-discussion@lists.sourceforge.net
6174W: http://jfs.sourceforge.net/
6175T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6176S: Maintained
6177F: Documentation/filesystems/jfs.txt
6178F: fs/jfs/
6179
6180JME NETWORK DRIVER
6181M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6182L: netdev@vger.kernel.org
6183S: Maintained
6184F: drivers/net/ethernet/jme.*
6185
6186JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6187M: David Woodhouse <dwmw2@infradead.org>
6188L: linux-mtd@lists.infradead.org
6189W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6190S: Maintained
6191F: fs/jffs2/
6192F: include/uapi/linux/jffs2.h
6193
6194JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6195M: "Theodore Ts'o" <tytso@mit.edu>
6196M: Jan Kara <jack@suse.com>
6197L: linux-ext4@vger.kernel.org
6198S: Maintained
6199F: fs/jbd2/
6200F: include/linux/jbd2.h
6201
6202JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6203M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6204L: linux-media@vger.kernel.org
6205S: Maintained
6206F: drivers/media/platform/rcar_jpu.c
6207
6208JSM Neo PCI based serial card
6209M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6210L: linux-serial@vger.kernel.org
6211S: Maintained
6212F: drivers/tty/serial/jsm/
6213
6214K10TEMP HARDWARE MONITORING DRIVER
6215M: Clemens Ladisch <clemens@ladisch.de>
6216L: linux-hwmon@vger.kernel.org
6217S: Maintained
6218F: Documentation/hwmon/k10temp
6219F: drivers/hwmon/k10temp.c
6220
6221K8TEMP HARDWARE MONITORING DRIVER
6222M: Rudolf Marek <r.marek@assembler.cz>
6223L: linux-hwmon@vger.kernel.org
6224S: Maintained
6225F: Documentation/hwmon/k8temp
6226F: drivers/hwmon/k8temp.c
6227
6228KASAN
6229M: Andrey Ryabinin <aryabinin@virtuozzo.com>
6230R: Alexander Potapenko <glider@google.com>
6231R: Dmitry Vyukov <dvyukov@google.com>
6232L: kasan-dev@googlegroups.com
6233S: Maintained
6234F: arch/*/include/asm/kasan.h
6235F: arch/*/mm/kasan_init*
6236F: Documentation/kasan.txt
6237F: include/linux/kasan.h
6238F: lib/test_kasan.c
6239F: mm/kasan/
6240F: scripts/Makefile.kasan
6241
6242KCONFIG
6243M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6244L: linux-kbuild@vger.kernel.org
6245T: git git://gitorious.org/linux-kconfig/linux-kconfig
6246S: Maintained
6247F: Documentation/kbuild/kconfig-language.txt
6248F: scripts/kconfig/
6249
6250KDUMP
6251M: Vivek Goyal <vgoyal@redhat.com>
6252M: Haren Myneni <hbabu@us.ibm.com>
6253L: kexec@lists.infradead.org
6254W: http://lse.sourceforge.net/kdump/
6255S: Maintained
6256F: Documentation/kdump/
6257
6258KEENE FM RADIO TRANSMITTER DRIVER
6259M: Hans Verkuil <hverkuil@xs4all.nl>
6260L: linux-media@vger.kernel.org
6261T: git git://linuxtv.org/media_tree.git
6262W: https://linuxtv.org
6263S: Maintained
6264F: drivers/media/radio/radio-keene*
6265
6266KERNEL AUTOMOUNTER v4 (AUTOFS4)
6267M: Ian Kent <raven@themaw.net>
6268L: autofs@vger.kernel.org
6269S: Maintained
6270F: fs/autofs4/
6271
6272KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6273M: Michal Marek <mmarek@suse.com>
6274T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6275T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6276L: linux-kbuild@vger.kernel.org
6277S: Maintained
6278F: Documentation/kbuild/
6279F: Makefile
6280F: scripts/Makefile.*
6281F: scripts/basic/
6282F: scripts/mk*
6283F: scripts/package/
6284
6285KERNEL JANITORS
6286L: kernel-janitors@vger.kernel.org
6287W: http://kernelnewbies.org/KernelJanitors
6288S: Odd Fixes
6289
6290KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6291M: "J. Bruce Fields" <bfields@fieldses.org>
6292M: Jeff Layton <jlayton@poochiereds.net>
6293L: linux-nfs@vger.kernel.org
6294W: http://nfs.sourceforge.net/
6295T: git git://linux-nfs.org/~bfields/linux.git
6296S: Supported
6297F: fs/nfsd/
6298F: include/uapi/linux/nfsd/
6299F: fs/lockd/
6300F: fs/nfs_common/
6301F: net/sunrpc/
6302F: include/linux/lockd/
6303F: include/linux/sunrpc/
6304F: include/uapi/linux/sunrpc/
6305
6306KERNEL SELFTEST FRAMEWORK
6307M: Shuah Khan <shuahkh@osg.samsung.com>
6308L: linux-kselftest@vger.kernel.org
6309T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6310S: Maintained
6311F: tools/testing/selftests
6312
6313KERNEL VIRTUAL MACHINE (KVM)
6314M: Paolo Bonzini <pbonzini@redhat.com>
6315M: Radim Krčmář <rkrcmar@redhat.com>
6316L: kvm@vger.kernel.org
6317W: http://www.linux-kvm.org
6318T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6319S: Supported
6320F: Documentation/*/kvm*.txt
6321F: Documentation/virtual/kvm/
6322F: arch/*/kvm/
6323F: arch/x86/kernel/kvm.c
6324F: arch/x86/kernel/kvmclock.c
6325F: arch/*/include/asm/kvm*
6326F: include/linux/kvm*
6327F: include/uapi/linux/kvm*
6328F: virt/kvm/
6329
6330KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6331M: Joerg Roedel <joro@8bytes.org>
6332L: kvm@vger.kernel.org
6333W: http://www.linux-kvm.org/
6334S: Maintained
6335F: arch/x86/include/asm/svm.h
6336F: arch/x86/kvm/svm.c
6337
6338KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6339M: Alexander Graf <agraf@suse.com>
6340L: kvm-ppc@vger.kernel.org
6341W: http://www.linux-kvm.org/
6342T: git git://github.com/agraf/linux-2.6.git
6343S: Supported
6344F: arch/powerpc/include/asm/kvm*
6345F: arch/powerpc/kvm/
6346
6347KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6348M: Christian Borntraeger <borntraeger@de.ibm.com>
6349M: Cornelia Huck <cornelia.huck@de.ibm.com>
6350L: linux-s390@vger.kernel.org
6351W: http://www.ibm.com/developerworks/linux/linux390/
6352T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6353S: Supported
6354F: Documentation/s390/kvm.txt
6355F: arch/s390/include/asm/kvm*
6356F: arch/s390/kvm/
6357
6358KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6359M: Christoffer Dall <christoffer.dall@linaro.org>
6360M: Marc Zyngier <marc.zyngier@arm.com>
6361L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6362L: kvmarm@lists.cs.columbia.edu
6363W: http://systems.cs.columbia.edu/projects/kvm-arm
6364T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6365S: Supported
6366F: arch/arm/include/uapi/asm/kvm*
6367F: arch/arm/include/asm/kvm*
6368F: arch/arm/kvm/
6369F: virt/kvm/arm/
6370F: include/kvm/arm_*
6371
6372KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6373M: Christoffer Dall <christoffer.dall@linaro.org>
6374M: Marc Zyngier <marc.zyngier@arm.com>
6375L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6376L: kvmarm@lists.cs.columbia.edu
6377S: Maintained
6378F: arch/arm64/include/uapi/asm/kvm*
6379F: arch/arm64/include/asm/kvm*
6380F: arch/arm64/kvm/
6381
6382KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6383M: James Hogan <james.hogan@imgtec.com>
6384L: linux-mips@linux-mips.org
6385S: Supported
6386F: arch/mips/include/uapi/asm/kvm*
6387F: arch/mips/include/asm/kvm*
6388F: arch/mips/kvm/
6389
6390KEXEC
6391M: Eric Biederman <ebiederm@xmission.com>
6392W: http://kernel.org/pub/linux/utils/kernel/kexec/
6393L: kexec@lists.infradead.org
6394S: Maintained
6395F: include/linux/kexec.h
6396F: include/uapi/linux/kexec.h
6397F: kernel/kexec.c
6398
6399KEYS/KEYRINGS:
6400M: David Howells <dhowells@redhat.com>
6401L: keyrings@vger.kernel.org
6402S: Maintained
6403F: Documentation/security/keys.txt
6404F: include/linux/key.h
6405F: include/linux/key-type.h
6406F: include/keys/
6407F: security/keys/
6408
6409KEYS-TRUSTED
6410M: David Safford <safford@us.ibm.com>
6411M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6412L: linux-security-module@vger.kernel.org
6413L: keyrings@vger.kernel.org
6414S: Supported
6415F: Documentation/security/keys-trusted-encrypted.txt
6416F: include/keys/trusted-type.h
6417F: security/keys/trusted.c
6418F: security/keys/trusted.h
6419
6420KEYS-ENCRYPTED
6421M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6422M: David Safford <safford@us.ibm.com>
6423L: linux-security-module@vger.kernel.org
6424L: keyrings@vger.kernel.org
6425S: Supported
6426F: Documentation/security/keys-trusted-encrypted.txt
6427F: include/keys/encrypted-type.h
6428F: security/keys/encrypted-keys/
6429
6430KGDB / KDB /debug_core
6431M: Jason Wessel <jason.wessel@windriver.com>
6432W: http://kgdb.wiki.kernel.org/
6433L: kgdb-bugreport@lists.sourceforge.net
6434T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6435S: Maintained
6436F: Documentation/DocBook/kgdb.tmpl
6437F: drivers/misc/kgdbts.c
6438F: drivers/tty/serial/kgdboc.c
6439F: include/linux/kdb.h
6440F: include/linux/kgdb.h
6441F: kernel/debug/
6442
6443KMEMCHECK
6444M: Vegard Nossum <vegardno@ifi.uio.no>
6445M: Pekka Enberg <penberg@kernel.org>
6446S: Maintained
6447F: Documentation/kmemcheck.txt
6448F: arch/x86/include/asm/kmemcheck.h
6449F: arch/x86/mm/kmemcheck/
6450F: include/linux/kmemcheck.h
6451F: mm/kmemcheck.c
6452
6453KMEMLEAK
6454M: Catalin Marinas <catalin.marinas@arm.com>
6455S: Maintained
6456F: Documentation/kmemleak.txt
6457F: include/linux/kmemleak.h
6458F: mm/kmemleak.c
6459F: mm/kmemleak-test.c
6460
6461KPROBES
6462M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6463M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6464M: "David S. Miller" <davem@davemloft.net>
6465M: Masami Hiramatsu <mhiramat@kernel.org>
6466S: Maintained
6467F: Documentation/kprobes.txt
6468F: include/linux/kprobes.h
6469F: kernel/kprobes.c
6470
6471KS0108 LCD CONTROLLER DRIVER
6472M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6473W: http://miguelojeda.es/auxdisplay.htm
6474W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6475S: Maintained
6476F: Documentation/auxdisplay/ks0108
6477F: drivers/auxdisplay/ks0108.c
6478F: include/linux/ks0108.h
6479
6480L3MDEV
6481M: David Ahern <dsa@cumulusnetworks.com>
6482L: netdev@vger.kernel.org
6483S: Maintained
6484F: net/l3mdev
6485F: include/net/l3mdev.h
6486
6487LANTIQ MIPS ARCHITECTURE
6488M: John Crispin <blogic@openwrt.org>
6489L: linux-mips@linux-mips.org
6490S: Maintained
6491F: arch/mips/lantiq
6492
6493LAPB module
6494L: linux-x25@vger.kernel.org
6495S: Orphan
6496F: Documentation/networking/lapb-module.txt
6497F: include/*/lapb.h
6498F: net/lapb/
6499
6500LASI 53c700 driver for PARISC
6501M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6502L: linux-scsi@vger.kernel.org
6503S: Maintained
6504F: Documentation/scsi/53c700.txt
6505F: drivers/scsi/53c700*
6506
6507LED SUBSYSTEM
6508M: Richard Purdie <rpurdie@rpsys.net>
6509M: Jacek Anaszewski <j.anaszewski@samsung.com>
6510L: linux-leds@vger.kernel.org
6511T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6512S: Maintained
6513F: drivers/leds/
6514F: include/linux/leds.h
6515
6516LEGACY EEPROM DRIVER
6517M: Jean Delvare <jdelvare@suse.com>
6518S: Maintained
6519F: Documentation/misc-devices/eeprom
6520F: drivers/misc/eeprom/eeprom.c
6521
6522LEGO USB Tower driver
6523M: Juergen Stuber <starblue@users.sourceforge.net>
6524L: legousb-devel@lists.sourceforge.net
6525W: http://legousb.sourceforge.net/
6526S: Maintained
6527F: drivers/usb/misc/legousbtower.c
6528
6529LG2160 MEDIA DRIVER
6530M: Michael Krufky <mkrufky@linuxtv.org>
6531L: linux-media@vger.kernel.org
6532W: https://linuxtv.org
6533W: http://github.com/mkrufky
6534Q: http://patchwork.linuxtv.org/project/linux-media/list/
6535T: git git://linuxtv.org/mkrufky/tuners.git
6536S: Maintained
6537F: drivers/media/dvb-frontends/lg2160.*
6538
6539LGDT3305 MEDIA DRIVER
6540M: Michael Krufky <mkrufky@linuxtv.org>
6541L: linux-media@vger.kernel.org
6542W: https://linuxtv.org
6543W: http://github.com/mkrufky
6544Q: http://patchwork.linuxtv.org/project/linux-media/list/
6545T: git git://linuxtv.org/mkrufky/tuners.git
6546S: Maintained
6547F: drivers/media/dvb-frontends/lgdt3305.*
6548
6549LGUEST
6550M: Rusty Russell <rusty@rustcorp.com.au>
6551L: lguest@lists.ozlabs.org
6552W: http://lguest.ozlabs.org/
6553S: Odd Fixes
6554F: arch/x86/include/asm/lguest*.h
6555F: arch/x86/lguest/
6556F: drivers/lguest/
6557F: include/linux/lguest*.h
6558F: tools/lguest/
6559
6560LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6561M: Tejun Heo <tj@kernel.org>
6562L: linux-ide@vger.kernel.org
6563T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6564S: Maintained
6565F: drivers/ata/
6566F: include/linux/ata.h
6567F: include/linux/libata.h
6568
6569LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6570M: Viresh Kumar <vireshk@kernel.org>
6571L: linux-ide@vger.kernel.org
6572T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6573S: Maintained
6574F: include/linux/pata_arasan_cf_data.h
6575F: drivers/ata/pata_arasan_cf.c
6576
6577LIBATA PATA DRIVERS
6578M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6579M: Tejun Heo <tj@kernel.org>
6580L: linux-ide@vger.kernel.org
6581T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6582S: Maintained
6583F: drivers/ata/pata_*.c
6584F: drivers/ata/ata_generic.c
6585
6586LIBATA SATA AHCI PLATFORM devices support
6587M: Hans de Goede <hdegoede@redhat.com>
6588M: Tejun Heo <tj@kernel.org>
6589L: linux-ide@vger.kernel.org
6590T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6591S: Maintained
6592F: drivers/ata/ahci_platform.c
6593F: drivers/ata/libahci_platform.c
6594F: include/linux/ahci_platform.h
6595
6596LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6597M: Mikael Pettersson <mikpelinux@gmail.com>
6598L: linux-ide@vger.kernel.org
6599T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6600S: Maintained
6601F: drivers/ata/sata_promise.*
6602
6603LIBLOCKDEP
6604M: Sasha Levin <sasha.levin@oracle.com>
6605S: Maintained
6606F: tools/lib/lockdep/
6607
6608LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6609M: Dan Williams <dan.j.williams@intel.com>
6610L: linux-nvdimm@lists.01.org
6611Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6612T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6613S: Supported
6614F: drivers/nvdimm/*
6615F: include/linux/nd.h
6616F: include/linux/libnvdimm.h
6617F: include/uapi/linux/ndctl.h
6618
6619LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6620M: Ross Zwisler <ross.zwisler@linux.intel.com>
6621L: linux-nvdimm@lists.01.org
6622Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6623S: Supported
6624F: drivers/nvdimm/blk.c
6625F: drivers/nvdimm/region_devs.c
6626F: drivers/acpi/nfit*
6627
6628LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6629M: Vishal Verma <vishal.l.verma@intel.com>
6630L: linux-nvdimm@lists.01.org
6631Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6632S: Supported
6633F: drivers/nvdimm/btt*
6634
6635LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6636M: Ross Zwisler <ross.zwisler@linux.intel.com>
6637L: linux-nvdimm@lists.01.org
6638Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6639S: Supported
6640F: drivers/nvdimm/pmem.c
6641F: include/linux/pmem.h
6642F: arch/*/include/asm/pmem.h
6643
6644LIGHTNVM PLATFORM SUPPORT
6645M: Matias Bjorling <mb@lightnvm.io>
6646W: http://github/OpenChannelSSD
6647L: linux-block@vger.kernel.org
6648S: Maintained
6649F: drivers/lightnvm/
6650F: include/linux/lightnvm.h
6651F: include/uapi/linux/lightnvm.h
6652
6653LINUX FOR IBM pSERIES (RS/6000)
6654M: Paul Mackerras <paulus@au.ibm.com>
6655W: http://www.ibm.com/linux/ltc/projects/ppc
6656S: Supported
6657F: arch/powerpc/boot/rs6000.h
6658
6659LINUX FOR POWERPC (32-BIT AND 64-BIT)
6660M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6661M: Paul Mackerras <paulus@samba.org>
6662M: Michael Ellerman <mpe@ellerman.id.au>
6663W: http://www.penguinppc.org/
6664L: linuxppc-dev@lists.ozlabs.org
6665Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6666T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6667S: Supported
6668F: Documentation/powerpc/
6669F: arch/powerpc/
6670
6671LINUX FOR POWER MACINTOSH
6672M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6673W: http://www.penguinppc.org/
6674L: linuxppc-dev@lists.ozlabs.org
6675S: Maintained
6676F: arch/powerpc/platforms/powermac/
6677F: drivers/macintosh/
6678
6679LINUX FOR POWERPC EMBEDDED MPC5XXX
6680M: Anatolij Gustschin <agust@denx.de>
6681L: linuxppc-dev@lists.ozlabs.org
6682T: git git://git.denx.de/linux-denx-agust.git
6683S: Maintained
6684F: arch/powerpc/platforms/512x/
6685F: arch/powerpc/platforms/52xx/
6686
6687LINUX FOR POWERPC EMBEDDED PPC4XX
6688M: Alistair Popple <alistair@popple.id.au>
6689M: Matt Porter <mporter@kernel.crashing.org>
6690W: http://www.penguinppc.org/
6691L: linuxppc-dev@lists.ozlabs.org
6692S: Maintained
6693F: arch/powerpc/platforms/40x/
6694F: arch/powerpc/platforms/44x/
6695
6696LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6697L: linuxppc-dev@lists.ozlabs.org
6698S: Orphan
6699F: arch/powerpc/*/*virtex*
6700F: arch/powerpc/*/*/*virtex*
6701
6702LINUX FOR POWERPC EMBEDDED PPC8XX
6703M: Vitaly Bordug <vitb@kernel.crashing.org>
6704W: http://www.penguinppc.org/
6705L: linuxppc-dev@lists.ozlabs.org
6706S: Maintained
6707F: arch/powerpc/platforms/8xx/
6708
6709LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6710M: Scott Wood <oss@buserror.net>
6711M: Kumar Gala <galak@kernel.crashing.org>
6712W: http://www.penguinppc.org/
6713L: linuxppc-dev@lists.ozlabs.org
6714T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6715S: Maintained
6716F: arch/powerpc/platforms/83xx/
6717F: arch/powerpc/platforms/85xx/
6718
6719LINUX FOR POWERPC PA SEMI PWRFICIENT
6720M: Olof Johansson <olof@lixom.net>
6721L: linuxppc-dev@lists.ozlabs.org
6722S: Maintained
6723F: arch/powerpc/platforms/pasemi/
6724F: drivers/*/*pasemi*
6725F: drivers/*/*/*pasemi*
6726
6727LINUX SECURITY MODULE (LSM) FRAMEWORK
6728M: Chris Wright <chrisw@sous-sol.org>
6729L: linux-security-module@vger.kernel.org
6730S: Supported
6731
6732LIS3LV02D ACCELEROMETER DRIVER
6733M: Eric Piel <eric.piel@tremplin-utc.net>
6734S: Maintained
6735F: Documentation/misc-devices/lis3lv02d
6736F: drivers/misc/lis3lv02d/
6737F: drivers/platform/x86/hp_accel.c
6738
6739LIVE PATCHING
6740M: Josh Poimboeuf <jpoimboe@redhat.com>
6741M: Jessica Yu <jeyu@redhat.com>
6742M: Jiri Kosina <jikos@kernel.org>
6743M: Miroslav Benes <mbenes@suse.cz>
6744R: Petr Mladek <pmladek@suse.com>
6745S: Maintained
6746F: kernel/livepatch/
6747F: include/linux/livepatch.h
6748F: arch/x86/include/asm/livepatch.h
6749F: arch/x86/kernel/livepatch.c
6750F: Documentation/livepatch/
6751F: Documentation/ABI/testing/sysfs-kernel-livepatch
6752F: samples/livepatch/
6753L: live-patching@vger.kernel.org
6754T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6755
6756LINUX KERNEL DUMP TEST MODULE (LKDTM)
6757M: Kees Cook <keescook@chromium.org>
6758S: Maintained
6759F: drivers/misc/lkdtm.c
6760
6761LLC (802.2)
6762M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6763S: Maintained
6764F: include/linux/llc.h
6765F: include/uapi/linux/llc.h
6766F: include/net/llc*
6767F: net/llc/
6768
6769LM73 HARDWARE MONITOR DRIVER
6770M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6771L: linux-hwmon@vger.kernel.org
6772S: Maintained
6773F: drivers/hwmon/lm73.c
6774
6775LM78 HARDWARE MONITOR DRIVER
6776M: Jean Delvare <jdelvare@suse.com>
6777L: linux-hwmon@vger.kernel.org
6778S: Maintained
6779F: Documentation/hwmon/lm78
6780F: drivers/hwmon/lm78.c
6781
6782LM83 HARDWARE MONITOR DRIVER
6783M: Jean Delvare <jdelvare@suse.com>
6784L: linux-hwmon@vger.kernel.org
6785S: Maintained
6786F: Documentation/hwmon/lm83
6787F: drivers/hwmon/lm83.c
6788
6789LM90 HARDWARE MONITOR DRIVER
6790M: Jean Delvare <jdelvare@suse.com>
6791L: linux-hwmon@vger.kernel.org
6792S: Maintained
6793F: Documentation/hwmon/lm90
6794F: Documentation/devicetree/bindings/hwmon/lm90.txt
6795F: drivers/hwmon/lm90.c
6796
6797LM95234 HARDWARE MONITOR DRIVER
6798M: Guenter Roeck <linux@roeck-us.net>
6799L: linux-hwmon@vger.kernel.org
6800S: Maintained
6801F: Documentation/hwmon/lm95234
6802F: drivers/hwmon/lm95234.c
6803
6804LME2510 MEDIA DRIVER
6805M: Malcolm Priestley <tvboxspy@gmail.com>
6806L: linux-media@vger.kernel.org
6807W: https://linuxtv.org
6808Q: http://patchwork.linuxtv.org/project/linux-media/list/
6809S: Maintained
6810F: drivers/media/usb/dvb-usb-v2/lmedm04*
6811
6812LOCKDEP AND LOCKSTAT
6813M: Peter Zijlstra <peterz@infradead.org>
6814M: Ingo Molnar <mingo@redhat.com>
6815L: linux-kernel@vger.kernel.org
6816T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6817S: Maintained
6818F: Documentation/locking/lockdep*.txt
6819F: Documentation/locking/lockstat.txt
6820F: include/linux/lockdep.h
6821F: kernel/locking/
6822
6823LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6824M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
6825L: linux-ntfs-dev@lists.sourceforge.net
6826W: http://www.linux-ntfs.org/content/view/19/37/
6827S: Maintained
6828F: Documentation/ldm.txt
6829F: block/partitions/ldm.*
6830
6831LogFS
6832M: Joern Engel <joern@logfs.org>
6833M: Prasad Joshi <prasadjoshi.linux@gmail.com>
6834L: logfs@logfs.org
6835W: logfs.org
6836S: Maintained
6837F: fs/logfs/
6838
6839LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6840M: Sathya Prakash <sathya.prakash@broadcom.com>
6841M: Chaitra P B <chaitra.basappa@broadcom.com>
6842M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
6843L: MPT-FusionLinux.pdl@broadcom.com
6844L: linux-scsi@vger.kernel.org
6845W: http://www.avagotech.com/support/
6846S: Supported
6847F: drivers/message/fusion/
6848F: drivers/scsi/mpt2sas/
6849F: drivers/scsi/mpt3sas/
6850
6851LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6852M: Matthew Wilcox <matthew@wil.cx>
6853L: linux-scsi@vger.kernel.org
6854S: Maintained
6855F: drivers/scsi/sym53c8xx_2/
6856
6857LTC4261 HARDWARE MONITOR DRIVER
6858M: Guenter Roeck <linux@roeck-us.net>
6859L: linux-hwmon@vger.kernel.org
6860S: Maintained
6861F: Documentation/hwmon/ltc4261
6862F: drivers/hwmon/ltc4261.c
6863
6864LTP (Linux Test Project)
6865M: Mike Frysinger <vapier@gentoo.org>
6866M: Cyril Hrubis <chrubis@suse.cz>
6867M: Wanlong Gao <wanlong.gao@gmail.com>
6868M: Jan Stancek <jstancek@redhat.com>
6869M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6870M: Alexey Kodanev <alexey.kodanev@oracle.com>
6871L: ltp@lists.linux.it (subscribers-only)
6872W: http://linux-test-project.github.io/
6873T: git git://github.com/linux-test-project/ltp.git
6874S: Maintained
6875
6876M32R ARCHITECTURE
6877W: http://www.linux-m32r.org/
6878S: Orphan
6879F: arch/m32r/
6880
6881M68K ARCHITECTURE
6882M: Geert Uytterhoeven <geert@linux-m68k.org>
6883L: linux-m68k@lists.linux-m68k.org
6884W: http://www.linux-m68k.org/
6885T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6886S: Maintained
6887F: arch/m68k/
6888F: drivers/zorro/
6889
6890M68K ON APPLE MACINTOSH
6891M: Joshua Thompson <funaho@jurai.org>
6892W: http://www.mac.linux-m68k.org/
6893L: linux-m68k@lists.linux-m68k.org
6894S: Maintained
6895F: arch/m68k/mac/
6896
6897M68K ON HP9000/300
6898M: Philip Blundell <philb@gnu.org>
6899W: http://www.tazenda.demon.co.uk/phil/linux-hp
6900S: Maintained
6901F: arch/m68k/hp300/
6902
6903M88DS3103 MEDIA DRIVER
6904M: Antti Palosaari <crope@iki.fi>
6905L: linux-media@vger.kernel.org
6906W: https://linuxtv.org
6907W: http://palosaari.fi/linux/
6908Q: http://patchwork.linuxtv.org/project/linux-media/list/
6909T: git git://linuxtv.org/anttip/media_tree.git
6910S: Maintained
6911F: drivers/media/dvb-frontends/m88ds3103*
6912
6913M88RS2000 MEDIA DRIVER
6914M: Malcolm Priestley <tvboxspy@gmail.com>
6915L: linux-media@vger.kernel.org
6916W: https://linuxtv.org
6917Q: http://patchwork.linuxtv.org/project/linux-media/list/
6918S: Maintained
6919F: drivers/media/dvb-frontends/m88rs2000*
6920
6921MA901 MASTERKIT USB FM RADIO DRIVER
6922M: Alexey Klimov <klimov.linux@gmail.com>
6923L: linux-media@vger.kernel.org
6924T: git git://linuxtv.org/media_tree.git
6925S: Maintained
6926F: drivers/media/radio/radio-ma901.c
6927
6928MAC80211
6929M: Johannes Berg <johannes@sipsolutions.net>
6930L: linux-wireless@vger.kernel.org
6931W: http://wireless.kernel.org/
6932T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6933T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6934S: Maintained
6935F: Documentation/networking/mac80211-injection.txt
6936F: include/net/mac80211.h
6937F: net/mac80211/
6938F: drivers/net/wireless/mac80211_hwsim.[ch]
6939
6940MACVLAN DRIVER
6941M: Patrick McHardy <kaber@trash.net>
6942L: netdev@vger.kernel.org
6943S: Maintained
6944F: drivers/net/macvlan.c
6945F: include/linux/if_macvlan.h
6946
6947MAILBOX API
6948M: Jassi Brar <jassisinghbrar@gmail.com>
6949L: linux-kernel@vger.kernel.org
6950S: Maintained
6951F: drivers/mailbox/
6952F: include/linux/mailbox_client.h
6953F: include/linux/mailbox_controller.h
6954
6955MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6956M: Michael Kerrisk <mtk.manpages@gmail.com>
6957W: http://www.kernel.org/doc/man-pages
6958L: linux-man@vger.kernel.org
6959S: Maintained
6960
6961MARVELL ARMADA DRM SUPPORT
6962M: Russell King <rmk+kernel@armlinux.org.uk>
6963S: Maintained
6964F: drivers/gpu/drm/armada/
6965
6966MARVELL 88E6352 DSA support
6967M: Guenter Roeck <linux@roeck-us.net>
6968S: Maintained
6969F: drivers/net/dsa/mv88e6352.c
6970
6971MARVELL CRYPTO DRIVER
6972M: Boris Brezillon <boris.brezillon@free-electrons.com>
6973M: Arnaud Ebalard <arno@natisbad.org>
6974F: drivers/crypto/marvell/
6975S: Maintained
6976L: linux-crypto@vger.kernel.org
6977
6978MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6979M: Mirko Lindner <mlindner@marvell.com>
6980M: Stephen Hemminger <stephen@networkplumber.org>
6981L: netdev@vger.kernel.org
6982S: Maintained
6983F: drivers/net/ethernet/marvell/sk*
6984
6985MARVELL LIBERTAS WIRELESS DRIVER
6986L: libertas-dev@lists.infradead.org
6987S: Orphan
6988F: drivers/net/wireless/marvell/libertas/
6989
6990MARVELL MV643XX ETHERNET DRIVER
6991M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6992L: netdev@vger.kernel.org
6993S: Maintained
6994F: drivers/net/ethernet/marvell/mv643xx_eth.*
6995F: include/linux/mv643xx.h
6996
6997MARVELL MVNETA ETHERNET DRIVER
6998M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6999L: netdev@vger.kernel.org
7000S: Maintained
7001F: drivers/net/ethernet/marvell/mvneta.*
7002
7003MARVELL MWIFIEX WIRELESS DRIVER
7004M: Amitkumar Karwar <akarwar@marvell.com>
7005M: Nishant Sarmukadam <nishants@marvell.com>
7006L: linux-wireless@vger.kernel.org
7007S: Maintained
7008F: drivers/net/wireless/marvell/mwifiex/
7009
7010MARVELL MWL8K WIRELESS DRIVER
7011M: Lennert Buytenhek <buytenh@wantstofly.org>
7012L: linux-wireless@vger.kernel.org
7013S: Odd Fixes
7014F: drivers/net/wireless/marvell/mwl8k.c
7015
7016MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7017M: Nicolas Pitre <nico@fluxnic.net>
7018S: Odd Fixes
7019F: drivers/mmc/host/mvsdio.*
7020
7021MATROX FRAMEBUFFER DRIVER
7022L: linux-fbdev@vger.kernel.org
7023S: Orphan
7024F: drivers/video/fbdev/matrox/matroxfb_*
7025F: include/uapi/linux/matroxfb.h
7026
7027MAX16065 HARDWARE MONITOR DRIVER
7028M: Guenter Roeck <linux@roeck-us.net>
7029L: linux-hwmon@vger.kernel.org
7030S: Maintained
7031F: Documentation/hwmon/max16065
7032F: drivers/hwmon/max16065.c
7033
7034MAX20751 HARDWARE MONITOR DRIVER
7035M: Guenter Roeck <linux@roeck-us.net>
7036L: linux-hwmon@vger.kernel.org
7037S: Maintained
7038F: Documentation/hwmon/max20751
7039F: drivers/hwmon/max20751.c
7040
7041MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7042M: "Hans J. Koch" <hjk@hansjkoch.de>
7043L: linux-hwmon@vger.kernel.org
7044S: Maintained
7045F: Documentation/hwmon/max6650
7046F: drivers/hwmon/max6650.c
7047
7048MAX6697 HARDWARE MONITOR DRIVER
7049M: Guenter Roeck <linux@roeck-us.net>
7050L: linux-hwmon@vger.kernel.org
7051S: Maintained
7052F: Documentation/hwmon/max6697
7053F: Documentation/devicetree/bindings/i2c/max6697.txt
7054F: drivers/hwmon/max6697.c
7055F: include/linux/platform_data/max6697.h
7056
7057MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7058M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
7059L: linux-pm@vger.kernel.org
7060S: Supported
7061F: drivers/power/max14577_charger.c
7062F: drivers/power/max77693_charger.c
7063
7064MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7065M: Javier Martinez Canillas <javier@osg.samsung.com>
7066L: linux-kernel@vger.kernel.org
7067S: Supported
7068F: drivers/*/*max77802*.c
7069F: Documentation/devicetree/bindings/*/*max77802.txt
7070F: include/dt-bindings/*/*max77802.h
7071
7072MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7073M: Chanwoo Choi <cw00.choi@samsung.com>
7074M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
7075L: linux-kernel@vger.kernel.org
7076S: Supported
7077F: drivers/*/max14577*.c
7078F: drivers/*/max77686*.c
7079F: drivers/*/max77693*.c
7080F: drivers/extcon/extcon-max14577.c
7081F: drivers/extcon/extcon-max77693.c
7082F: drivers/rtc/rtc-max77686.c
7083F: drivers/clk/clk-max77686.c
7084F: Documentation/devicetree/bindings/mfd/max14577.txt
7085F: Documentation/devicetree/bindings/*/max77686.txt
7086F: Documentation/devicetree/bindings/mfd/max77693.txt
7087F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
7088F: include/linux/mfd/max14577*.h
7089F: include/linux/mfd/max77686*.h
7090F: include/linux/mfd/max77693*.h
7091
7092MAXIRADIO FM RADIO RECEIVER DRIVER
7093M: Hans Verkuil <hverkuil@xs4all.nl>
7094L: linux-media@vger.kernel.org
7095T: git git://linuxtv.org/media_tree.git
7096W: https://linuxtv.org
7097S: Maintained
7098F: drivers/media/radio/radio-maxiradio*
7099
7100MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7101M: Peter Rosin <peda@axentia.se>
7102L: linux-iio@vger.kernel.org
7103S: Maintained
7104F: drivers/iio/potentiometer/mcp4531.c
7105
7106MEDIA DRIVERS FOR RENESAS - VSP1
7107M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7108L: linux-media@vger.kernel.org
7109L: linux-renesas-soc@vger.kernel.org
7110T: git git://linuxtv.org/media_tree.git
7111S: Supported
7112F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7113F: drivers/media/platform/vsp1/
7114
7115MEDIA DRIVERS FOR ASCOT2E
7116M: Sergey Kozlov <serjk@netup.ru>
7117L: linux-media@vger.kernel.org
7118W: https://linuxtv.org
7119W: http://netup.tv/
7120T: git git://linuxtv.org/media_tree.git
7121S: Supported
7122F: drivers/media/dvb-frontends/ascot2e*
7123
7124MEDIA DRIVERS FOR CXD2841ER
7125M: Sergey Kozlov <serjk@netup.ru>
7126L: linux-media@vger.kernel.org
7127W: https://linuxtv.org
7128W: http://netup.tv/
7129T: git git://linuxtv.org/media_tree.git
7130S: Supported
7131F: drivers/media/dvb-frontends/cxd2841er*
7132
7133MEDIA DRIVERS FOR HORUS3A
7134M: Sergey Kozlov <serjk@netup.ru>
7135L: linux-media@vger.kernel.org
7136W: https://linuxtv.org
7137W: http://netup.tv/
7138T: git git://linuxtv.org/media_tree.git
7139S: Supported
7140F: drivers/media/dvb-frontends/horus3a*
7141
7142MEDIA DRIVERS FOR LNBH25
7143M: Sergey Kozlov <serjk@netup.ru>
7144L: linux-media@vger.kernel.org
7145W: https://linuxtv.org
7146W: http://netup.tv/
7147T: git git://linuxtv.org/media_tree.git
7148S: Supported
7149F: drivers/media/dvb-frontends/lnbh25*
7150
7151MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7152M: Sergey Kozlov <serjk@netup.ru>
7153L: linux-media@vger.kernel.org
7154W: https://linuxtv.org
7155W: http://netup.tv/
7156T: git git://linuxtv.org/media_tree.git
7157S: Supported
7158F: drivers/media/pci/netup_unidvb/*
7159
7160MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7161M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7162P: LinuxTV.org Project
7163L: linux-media@vger.kernel.org
7164W: https://linuxtv.org
7165Q: http://patchwork.kernel.org/project/linux-media/list/
7166T: git git://linuxtv.org/media_tree.git
7167S: Maintained
7168F: Documentation/dvb/
7169F: Documentation/video4linux/
7170F: Documentation/DocBook/media/
7171F: drivers/media/
7172F: drivers/staging/media/
7173F: include/linux/platform_data/media/
7174F: include/media/
7175F: include/uapi/linux/dvb/
7176F: include/uapi/linux/videodev2.h
7177F: include/uapi/linux/media.h
7178F: include/uapi/linux/v4l2-*
7179F: include/uapi/linux/meye.h
7180F: include/uapi/linux/ivtv*
7181F: include/uapi/linux/uvcvideo.h
7182
7183MEDIATEK ETHERNET DRIVER
7184M: Felix Fietkau <nbd@openwrt.org>
7185M: John Crispin <blogic@openwrt.org>
7186L: netdev@vger.kernel.org
7187S: Maintained
7188F: drivers/net/ethernet/mediatek/
7189
7190MEDIATEK MT7601U WIRELESS LAN DRIVER
7191M: Jakub Kicinski <kubakici@wp.pl>
7192L: linux-wireless@vger.kernel.org
7193S: Maintained
7194F: drivers/net/wireless/mediatek/mt7601u/
7195
7196MEGARAID SCSI/SAS DRIVERS
7197M: Kashyap Desai <kashyap.desai@avagotech.com>
7198M: Sumit Saxena <sumit.saxena@avagotech.com>
7199M: Uday Lingala <uday.lingala@avagotech.com>
7200L: megaraidlinux.pdl@avagotech.com
7201L: linux-scsi@vger.kernel.org
7202W: http://www.lsi.com
7203S: Maintained
7204F: Documentation/scsi/megaraid.txt
7205F: drivers/scsi/megaraid.*
7206F: drivers/scsi/megaraid/
7207
7208MELLANOX ETHERNET DRIVER (mlx4_en)
7209M: Eugenia Emantayev <eugenia@mellanox.com>
7210L: netdev@vger.kernel.org
7211S: Supported
7212W: http://www.mellanox.com
7213Q: http://patchwork.ozlabs.org/project/netdev/list/
7214F: drivers/net/ethernet/mellanox/mlx4/en_*
7215
7216MELLANOX ETHERNET DRIVER (mlx5e)
7217M: Saeed Mahameed <saeedm@mellanox.com>
7218L: netdev@vger.kernel.org
7219S: Supported
7220W: http://www.mellanox.com
7221Q: http://patchwork.ozlabs.org/project/netdev/list/
7222F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7223
7224MELLANOX ETHERNET SWITCH DRIVERS
7225M: Jiri Pirko <jiri@mellanox.com>
7226M: Ido Schimmel <idosch@mellanox.com>
7227L: netdev@vger.kernel.org
7228S: Supported
7229W: http://www.mellanox.com
7230Q: http://patchwork.ozlabs.org/project/netdev/list/
7231F: drivers/net/ethernet/mellanox/mlxsw/
7232
7233MEMBARRIER SUPPORT
7234M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7235M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7236L: linux-kernel@vger.kernel.org
7237S: Supported
7238F: kernel/membarrier.c
7239F: include/uapi/linux/membarrier.h
7240
7241MEMORY MANAGEMENT
7242L: linux-mm@kvack.org
7243W: http://www.linux-mm.org
7244S: Maintained
7245F: include/linux/mm.h
7246F: include/linux/gfp.h
7247F: include/linux/mmzone.h
7248F: include/linux/memory_hotplug.h
7249F: include/linux/vmalloc.h
7250F: mm/
7251
7252MEMORY TECHNOLOGY DEVICES (MTD)
7253M: David Woodhouse <dwmw2@infradead.org>
7254M: Brian Norris <computersforpeace@gmail.com>
7255L: linux-mtd@lists.infradead.org
7256W: http://www.linux-mtd.infradead.org/
7257Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7258T: git git://git.infradead.org/linux-mtd.git
7259T: git git://git.infradead.org/l2-mtd.git
7260S: Maintained
7261F: drivers/mtd/
7262F: include/linux/mtd/
7263F: include/uapi/mtd/
7264
7265MEN A21 WATCHDOG DRIVER
7266M: Johannes Thumshirn <morbidrsa@gmail.com>
7267L: linux-watchdog@vger.kernel.org
7268S: Maintained
7269F: drivers/watchdog/mena21_wdt.c
7270
7271MEN CHAMELEON BUS (mcb)
7272M: Johannes Thumshirn <morbidrsa@gmail.com>
7273S: Maintained
7274F: drivers/mcb/
7275F: include/linux/mcb.h
7276F: Documentation/men-chameleon-bus.txt
7277
7278MEN F21BMC (Board Management Controller)
7279M: Andreas Werner <andreas.werner@men.de>
7280S: Supported
7281F: drivers/mfd/menf21bmc.c
7282F: drivers/watchdog/menf21bmc_wdt.c
7283F: drivers/leds/leds-menf21bmc.c
7284F: drivers/hwmon/menf21bmc_hwmon.c
7285F: Documentation/hwmon/menf21bmc
7286
7287METAG ARCHITECTURE
7288M: James Hogan <james.hogan@imgtec.com>
7289L: linux-metag@vger.kernel.org
7290T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7291S: Odd Fixes
7292F: arch/metag/
7293F: Documentation/metag/
7294F: Documentation/devicetree/bindings/metag/
7295F: Documentation/devicetree/bindings/interrupt-controller/img,*
7296F: drivers/clocksource/metag_generic.c
7297F: drivers/irqchip/irq-metag.c
7298F: drivers/irqchip/irq-metag-ext.c
7299F: drivers/tty/metag_da.c
7300
7301MICROBLAZE ARCHITECTURE
7302M: Michal Simek <monstr@monstr.eu>
7303W: http://www.monstr.eu/fdt/
7304T: git git://git.monstr.eu/linux-2.6-microblaze.git
7305S: Supported
7306F: arch/microblaze/
7307
7308MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7309M: Chen Yu <yu.c.chen@intel.com>
7310L: platform-driver-x86@vger.kernel.org
7311S: Supported
7312F: drivers/platform/x86/surfacepro3_button.c
7313
7314MICROTEK X6 SCANNER
7315M: Oliver Neukum <oliver@neukum.org>
7316S: Maintained
7317F: drivers/usb/image/microtek.*
7318
7319MIPS
7320M: Ralf Baechle <ralf@linux-mips.org>
7321L: linux-mips@linux-mips.org
7322W: http://www.linux-mips.org/
7323T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7324Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7325S: Supported
7326F: Documentation/mips/
7327F: arch/mips/
7328
7329MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7330M: Hans Verkuil <hverkuil@xs4all.nl>
7331L: linux-media@vger.kernel.org
7332T: git git://linuxtv.org/media_tree.git
7333W: https://linuxtv.org
7334S: Odd Fixes
7335F: drivers/media/radio/radio-miropcm20*
7336
7337MELLANOX MLX4 core VPI driver
7338M: Yishai Hadas <yishaih@mellanox.com>
7339L: netdev@vger.kernel.org
7340L: linux-rdma@vger.kernel.org
7341W: http://www.mellanox.com
7342Q: http://patchwork.ozlabs.org/project/netdev/list/
7343S: Supported
7344F: drivers/net/ethernet/mellanox/mlx4/
7345F: include/linux/mlx4/
7346
7347MELLANOX MLX4 IB driver
7348M: Yishai Hadas <yishaih@mellanox.com>
7349L: linux-rdma@vger.kernel.org
7350W: http://www.mellanox.com
7351Q: http://patchwork.kernel.org/project/linux-rdma/list/
7352S: Supported
7353F: drivers/infiniband/hw/mlx4/
7354F: include/linux/mlx4/
7355
7356MELLANOX MLX5 core VPI driver
7357M: Matan Barak <matanb@mellanox.com>
7358M: Leon Romanovsky <leonro@mellanox.com>
7359L: netdev@vger.kernel.org
7360L: linux-rdma@vger.kernel.org
7361W: http://www.mellanox.com
7362Q: http://patchwork.ozlabs.org/project/netdev/list/
7363S: Supported
7364F: drivers/net/ethernet/mellanox/mlx5/core/
7365F: include/linux/mlx5/
7366
7367MELLANOX MLX5 IB driver
7368M: Matan Barak <matanb@mellanox.com>
7369M: Leon Romanovsky <leonro@mellanox.com>
7370L: linux-rdma@vger.kernel.org
7371W: http://www.mellanox.com
7372Q: http://patchwork.kernel.org/project/linux-rdma/list/
7373S: Supported
7374F: drivers/infiniband/hw/mlx5/
7375F: include/linux/mlx5/
7376
7377MELEXIS MLX90614 DRIVER
7378M: Crt Mori <cmo@melexis.com>
7379L: linux-iio@vger.kernel.org
7380W: http://www.melexis.com
7381S: Supported
7382F: drivers/iio/temperature/mlx90614.c
7383
7384MN88472 MEDIA DRIVER
7385M: Antti Palosaari <crope@iki.fi>
7386L: linux-media@vger.kernel.org
7387W: https://linuxtv.org
7388W: http://palosaari.fi/linux/
7389Q: http://patchwork.linuxtv.org/project/linux-media/list/
7390T: git git://linuxtv.org/anttip/media_tree.git
7391S: Maintained
7392F: drivers/staging/media/mn88472/
7393F: drivers/media/dvb-frontends/mn88472.h
7394
7395MN88473 MEDIA DRIVER
7396M: Antti Palosaari <crope@iki.fi>
7397L: linux-media@vger.kernel.org
7398W: https://linuxtv.org
7399W: http://palosaari.fi/linux/
7400Q: http://patchwork.linuxtv.org/project/linux-media/list/
7401S: Maintained
7402F: drivers/media/dvb-frontends/mn88473*
7403
7404MODULE SUPPORT
7405M: Rusty Russell <rusty@rustcorp.com.au>
7406S: Maintained
7407F: include/linux/module.h
7408F: kernel/module.c
7409
7410MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7411W: http://popies.net/meye/
7412S: Orphan
7413F: Documentation/video4linux/meye.txt
7414F: drivers/media/pci/meye/
7415F: include/uapi/linux/meye.h
7416
7417MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7418M: Jiri Slaby <jirislaby@gmail.com>
7419S: Maintained
7420F: Documentation/serial/moxa-smartio
7421F: drivers/tty/mxser.*
7422
7423MR800 AVERMEDIA USB FM RADIO DRIVER
7424M: Alexey Klimov <klimov.linux@gmail.com>
7425L: linux-media@vger.kernel.org
7426T: git git://linuxtv.org/media_tree.git
7427S: Maintained
7428F: drivers/media/radio/radio-mr800.c
7429
7430MRF24J40 IEEE 802.15.4 RADIO DRIVER
7431M: Alan Ott <alan@signal11.us>
7432L: linux-wpan@vger.kernel.org
7433S: Maintained
7434F: drivers/net/ieee802154/mrf24j40.c
7435F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7436
7437MSI LAPTOP SUPPORT
7438M: "Lee, Chun-Yi" <jlee@suse.com>
7439L: platform-driver-x86@vger.kernel.org
7440S: Maintained
7441F: drivers/platform/x86/msi-laptop.c
7442
7443MSI WMI SUPPORT
7444L: platform-driver-x86@vger.kernel.org
7445S: Orphan
7446F: drivers/platform/x86/msi-wmi.c
7447
7448MSI001 MEDIA DRIVER
7449M: Antti Palosaari <crope@iki.fi>
7450L: linux-media@vger.kernel.org
7451W: https://linuxtv.org
7452W: http://palosaari.fi/linux/
7453Q: http://patchwork.linuxtv.org/project/linux-media/list/
7454T: git git://linuxtv.org/anttip/media_tree.git
7455S: Maintained
7456F: drivers/media/tuners/msi001*
7457
7458MSI2500 MEDIA DRIVER
7459M: Antti Palosaari <crope@iki.fi>
7460L: linux-media@vger.kernel.org
7461W: https://linuxtv.org
7462W: http://palosaari.fi/linux/
7463Q: http://patchwork.linuxtv.org/project/linux-media/list/
7464T: git git://linuxtv.org/anttip/media_tree.git
7465S: Maintained
7466F: drivers/media/usb/msi2500/
7467
7468MSYSTEMS DISKONCHIP G3 MTD DRIVER
7469M: Robert Jarzmik <robert.jarzmik@free.fr>
7470L: linux-mtd@lists.infradead.org
7471S: Maintained
7472F: drivers/mtd/devices/docg3*
7473
7474MT9M032 APTINA SENSOR DRIVER
7475M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7476L: linux-media@vger.kernel.org
7477T: git git://linuxtv.org/media_tree.git
7478S: Maintained
7479F: drivers/media/i2c/mt9m032.c
7480F: include/media/i2c/mt9m032.h
7481
7482MT9P031 APTINA CAMERA SENSOR
7483M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7484L: linux-media@vger.kernel.org
7485T: git git://linuxtv.org/media_tree.git
7486S: Maintained
7487F: drivers/media/i2c/mt9p031.c
7488F: include/media/i2c/mt9p031.h
7489
7490MT9T001 APTINA CAMERA SENSOR
7491M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7492L: linux-media@vger.kernel.org
7493T: git git://linuxtv.org/media_tree.git
7494S: Maintained
7495F: drivers/media/i2c/mt9t001.c
7496F: include/media/i2c/mt9t001.h
7497
7498MT9V032 APTINA CAMERA SENSOR
7499M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7500L: linux-media@vger.kernel.org
7501T: git git://linuxtv.org/media_tree.git
7502S: Maintained
7503F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7504F: drivers/media/i2c/mt9v032.c
7505F: include/media/i2c/mt9v032.h
7506
7507MULTIFUNCTION DEVICES (MFD)
7508M: Lee Jones <lee.jones@linaro.org>
7509T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7510S: Supported
7511F: drivers/mfd/
7512F: include/linux/mfd/
7513
7514MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7515M: Ulf Hansson <ulf.hansson@linaro.org>
7516L: linux-mmc@vger.kernel.org
7517T: git git://git.linaro.org/people/ulf.hansson/mmc.git
7518S: Maintained
7519F: drivers/mmc/
7520F: include/linux/mmc/
7521F: include/uapi/linux/mmc/
7522
7523MULTIMEDIA CARD (MMC) ETC. OVER SPI
7524S: Orphan
7525F: drivers/mmc/host/mmc_spi.c
7526F: include/linux/spi/mmc_spi.h
7527
7528MULTISOUND SOUND DRIVER
7529M: Andrew Veliath <andrewtv@usa.net>
7530S: Maintained
7531F: Documentation/sound/oss/MultiSound
7532F: sound/oss/msnd*
7533
7534MULTITECH MULTIPORT CARD (ISICOM)
7535S: Orphan
7536F: drivers/tty/isicom.c
7537F: include/linux/isicom.h
7538
7539MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7540M: Bin Liu <b-liu@ti.com>
7541L: linux-usb@vger.kernel.org
7542T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7543S: Maintained
7544F: drivers/usb/musb/
7545
7546MXL5007T MEDIA DRIVER
7547M: Michael Krufky <mkrufky@linuxtv.org>
7548L: linux-media@vger.kernel.org
7549W: https://linuxtv.org
7550W: http://github.com/mkrufky
7551Q: http://patchwork.linuxtv.org/project/linux-media/list/
7552T: git git://linuxtv.org/mkrufky/tuners.git
7553S: Maintained
7554F: drivers/media/tuners/mxl5007t.*
7555
7556MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7557M: Hyong-Youb Kim <hykim@myri.com>
7558L: netdev@vger.kernel.org
7559W: https://www.myricom.com/support/downloads/myri10ge.html
7560S: Supported
7561F: drivers/net/ethernet/myricom/myri10ge/
7562
7563NAND FLASH SUBSYSTEM
7564M: Boris Brezillon <boris.brezillon@free-electrons.com>
7565R: Richard Weinberger <richard@nod.at>
7566L: linux-mtd@lists.infradead.org
7567W: http://www.linux-mtd.infradead.org/
7568Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7569T: git git://github.com/linux-nand/linux.git
7570S: Maintained
7571F: drivers/mtd/nand/
7572F: include/linux/mtd/nand*.h
7573
7574NATSEMI ETHERNET DRIVER (DP8381x)
7575S: Orphan
7576F: drivers/net/ethernet/natsemi/natsemi.c
7577
7578NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7579M: Daniel Mack <zonque@gmail.com>
7580S: Maintained
7581L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7582W: http://www.native-instruments.com
7583F: sound/usb/caiaq/
7584
7585NCP FILESYSTEM
7586M: Petr Vandrovec <petr@vandrovec.name>
7587S: Odd Fixes
7588F: fs/ncpfs/
7589
7590NCR 5380 SCSI DRIVERS
7591M: Finn Thain <fthain@telegraphics.com.au>
7592M: Michael Schmitz <schmitzmic@gmail.com>
7593L: linux-scsi@vger.kernel.org
7594S: Maintained
7595F: Documentation/scsi/g_NCR5380.txt
7596F: Documentation/scsi/dtc3x80.txt
7597F: drivers/scsi/NCR5380.*
7598F: drivers/scsi/arm/cumana_1.c
7599F: drivers/scsi/arm/oak.c
7600F: drivers/scsi/atari_scsi.*
7601F: drivers/scsi/dmx3191d.c
7602F: drivers/scsi/dtc.*
7603F: drivers/scsi/g_NCR5380.*
7604F: drivers/scsi/g_NCR5380_mmio.c
7605F: drivers/scsi/mac_scsi.*
7606F: drivers/scsi/pas16.*
7607F: drivers/scsi/sun3_scsi.*
7608F: drivers/scsi/sun3_scsi_vme.c
7609F: drivers/scsi/t128.*
7610
7611NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7612M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7613L: linux-scsi@vger.kernel.org
7614S: Maintained
7615F: drivers/scsi/NCR_D700.*
7616
7617NCT6775 HARDWARE MONITOR DRIVER
7618M: Guenter Roeck <linux@roeck-us.net>
7619L: linux-hwmon@vger.kernel.org
7620S: Maintained
7621F: Documentation/hwmon/nct6775
7622F: drivers/hwmon/nct6775.c
7623
7624NETEFFECT IWARP RNIC DRIVER (IW_NES)
7625M: Faisal Latif <faisal.latif@intel.com>
7626L: linux-rdma@vger.kernel.org
7627W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7628S: Supported
7629F: drivers/infiniband/hw/nes/
7630
7631NETEM NETWORK EMULATOR
7632M: Stephen Hemminger <stephen@networkplumber.org>
7633L: netem@lists.linux-foundation.org (moderated for non-subscribers)
7634S: Maintained
7635F: net/sched/sch_netem.c
7636
7637NETERION 10GbE DRIVERS (s2io/vxge)
7638M: Jon Mason <jdmason@kudzu.us>
7639L: netdev@vger.kernel.org
7640S: Supported
7641F: Documentation/networking/s2io.txt
7642F: Documentation/networking/vxge.txt
7643F: drivers/net/ethernet/neterion/
7644
7645NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7646M: Pablo Neira Ayuso <pablo@netfilter.org>
7647M: Patrick McHardy <kaber@trash.net>
7648M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7649L: netfilter-devel@vger.kernel.org
7650L: coreteam@netfilter.org
7651W: http://www.netfilter.org/
7652W: http://www.iptables.org/
7653Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7654T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7655T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7656S: Supported
7657F: include/linux/netfilter*
7658F: include/linux/netfilter/
7659F: include/net/netfilter/
7660F: include/uapi/linux/netfilter*
7661F: include/uapi/linux/netfilter/
7662F: net/*/netfilter.c
7663F: net/*/netfilter/
7664F: net/netfilter/
7665F: net/bridge/br_netfilter*.c
7666
7667NETLABEL
7668M: Paul Moore <paul@paul-moore.com>
7669W: http://netlabel.sf.net
7670L: netdev@vger.kernel.org
7671S: Maintained
7672F: Documentation/netlabel/
7673F: include/net/netlabel.h
7674F: net/netlabel/
7675
7676NETROM NETWORK LAYER
7677M: Ralf Baechle <ralf@linux-mips.org>
7678L: linux-hams@vger.kernel.org
7679W: http://www.linux-ax25.org/
7680S: Maintained
7681F: include/net/netrom.h
7682F: include/uapi/linux/netrom.h
7683F: net/netrom/
7684
7685NETRONOME ETHERNET DRIVERS
7686M: Jakub Kicinski <jakub.kicinski@netronome.com>
7687L: oss-drivers@netronome.com
7688S: Maintained
7689F: drivers/net/ethernet/netronome/
7690
7691NETWORK BLOCK DEVICE (NBD)
7692M: Markus Pargmann <mpa@pengutronix.de>
7693S: Maintained
7694L: nbd-general@lists.sourceforge.net
7695T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
7696F: Documentation/blockdev/nbd.txt
7697F: drivers/block/nbd.c
7698F: include/uapi/linux/nbd.h
7699
7700NETWORK DROP MONITOR
7701M: Neil Horman <nhorman@tuxdriver.com>
7702L: netdev@vger.kernel.org
7703S: Maintained
7704W: https://fedorahosted.org/dropwatch/
7705F: net/core/drop_monitor.c
7706
7707NETWORKING [GENERAL]
7708M: "David S. Miller" <davem@davemloft.net>
7709L: netdev@vger.kernel.org
7710W: http://www.linuxfoundation.org/en/Net
7711Q: http://patchwork.ozlabs.org/project/netdev/list/
7712T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7713T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7714S: Maintained
7715F: net/
7716F: include/net/
7717F: include/linux/in.h
7718F: include/linux/net.h
7719F: include/linux/netdevice.h
7720F: include/uapi/linux/in.h
7721F: include/uapi/linux/net.h
7722F: include/uapi/linux/netdevice.h
7723F: include/uapi/linux/net_namespace.h
7724F: tools/net/
7725F: tools/testing/selftests/net/
7726F: lib/random32.c
7727F: lib/test_bpf.c
7728
7729NETWORKING [IPv4/IPv6]
7730M: "David S. Miller" <davem@davemloft.net>
7731M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7732M: James Morris <jmorris@namei.org>
7733M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7734M: Patrick McHardy <kaber@trash.net>
7735L: netdev@vger.kernel.org
7736T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7737S: Maintained
7738F: net/ipv4/
7739F: net/ipv6/
7740F: include/net/ip*
7741F: arch/x86/net/*
7742
7743NETWORKING [IPSEC]
7744M: Steffen Klassert <steffen.klassert@secunet.com>
7745M: Herbert Xu <herbert@gondor.apana.org.au>
7746M: "David S. Miller" <davem@davemloft.net>
7747L: netdev@vger.kernel.org
7748T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7749T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7750S: Maintained
7751F: net/core/flow.c
7752F: net/xfrm/
7753F: net/key/
7754F: net/ipv4/xfrm*
7755F: net/ipv4/esp4.c
7756F: net/ipv4/ah4.c
7757F: net/ipv4/ipcomp.c
7758F: net/ipv4/ip_vti.c
7759F: net/ipv6/xfrm*
7760F: net/ipv6/esp6.c
7761F: net/ipv6/ah6.c
7762F: net/ipv6/ipcomp6.c
7763F: net/ipv6/ip6_vti.c
7764F: include/uapi/linux/xfrm.h
7765F: include/net/xfrm.h
7766
7767NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7768M: Paul Moore <paul@paul-moore.com>
7769L: netdev@vger.kernel.org
7770S: Maintained
7771
7772NETWORKING [WIRELESS]
7773L: linux-wireless@vger.kernel.org
7774Q: http://patchwork.kernel.org/project/linux-wireless/list/
7775
7776NETWORKING DRIVERS
7777L: netdev@vger.kernel.org
7778W: http://www.linuxfoundation.org/en/Net
7779Q: http://patchwork.ozlabs.org/project/netdev/list/
7780T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7781T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7782S: Odd Fixes
7783F: drivers/net/
7784F: include/linux/if_*
7785F: include/linux/netdevice.h
7786F: include/linux/etherdevice.h
7787F: include/linux/fcdevice.h
7788F: include/linux/fddidevice.h
7789F: include/linux/hippidevice.h
7790F: include/linux/inetdevice.h
7791F: include/uapi/linux/if_*
7792F: include/uapi/linux/netdevice.h
7793
7794NETWORKING DRIVERS (WIRELESS)
7795M: Kalle Valo <kvalo@codeaurora.org>
7796L: linux-wireless@vger.kernel.org
7797Q: http://patchwork.kernel.org/project/linux-wireless/list/
7798T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7799T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7800S: Maintained
7801F: drivers/net/wireless/
7802
7803NETXEN (1/10) GbE SUPPORT
7804M: Manish Chopra <manish.chopra@qlogic.com>
7805M: Sony Chacko <sony.chacko@qlogic.com>
7806M: Rajesh Borundia <rajesh.borundia@qlogic.com>
7807L: netdev@vger.kernel.org
7808W: http://www.qlogic.com
7809S: Supported
7810F: drivers/net/ethernet/qlogic/netxen/
7811
7812NFC SUBSYSTEM
7813M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7814M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7815M: Samuel Ortiz <sameo@linux.intel.com>
7816L: linux-wireless@vger.kernel.org
7817L: linux-nfc@lists.01.org (subscribers-only)
7818S: Supported
7819F: net/nfc/
7820F: include/net/nfc/
7821F: include/uapi/linux/nfc.h
7822F: drivers/nfc/
7823F: include/linux/platform_data/nfcmrvl.h
7824F: include/linux/platform_data/nxp-nci.h
7825F: include/linux/platform_data/pn544.h
7826F: include/linux/platform_data/st21nfca.h
7827F: include/linux/platform_data/st-nci.h
7828F: Documentation/devicetree/bindings/net/nfc/
7829
7830NFS, SUNRPC, AND LOCKD CLIENTS
7831M: Trond Myklebust <trond.myklebust@primarydata.com>
7832M: Anna Schumaker <anna.schumaker@netapp.com>
7833L: linux-nfs@vger.kernel.org
7834W: http://client.linux-nfs.org
7835T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7836S: Maintained
7837F: fs/lockd/
7838F: fs/nfs/
7839F: fs/nfs_common/
7840F: net/sunrpc/
7841F: include/linux/lockd/
7842F: include/linux/nfs*
7843F: include/linux/sunrpc/
7844F: include/uapi/linux/nfs*
7845F: include/uapi/linux/sunrpc/
7846
7847NILFS2 FILESYSTEM
7848M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7849L: linux-nilfs@vger.kernel.org
7850W: http://nilfs.sourceforge.net/
7851T: git git://github.com/konis/nilfs2.git
7852S: Supported
7853F: Documentation/filesystems/nilfs2.txt
7854F: fs/nilfs2/
7855F: include/linux/nilfs2_fs.h
7856F: include/trace/events/nilfs2.h
7857
7858NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7859M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7860W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7861S: Maintained
7862F: Documentation/scsi/NinjaSCSI.txt
7863F: drivers/scsi/pcmcia/nsp_*
7864
7865NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7866M: GOTO Masanori <gotom@debian.or.jp>
7867M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7868W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7869S: Maintained
7870F: Documentation/scsi/NinjaSCSI.txt
7871F: drivers/scsi/nsp32*
7872
7873NIOS2 ARCHITECTURE
7874M: Ley Foon Tan <lftan@altera.com>
7875L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7876T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7877S: Maintained
7878F: arch/nios2/
7879
7880NOKIA N900 POWER SUPPLY DRIVERS
7881R: Pali Rohár <pali.rohar@gmail.com>
7882F: include/linux/power/bq2415x_charger.h
7883F: include/linux/power/bq27xxx_battery.h
7884F: include/linux/power/isp1704_charger.h
7885F: drivers/power/bq2415x_charger.c
7886F: drivers/power/bq27xxx_battery.c
7887F: drivers/power/bq27xxx_battery_i2c.c
7888F: drivers/power/isp1704_charger.c
7889F: drivers/power/rx51_battery.c
7890
7891NTB DRIVER CORE
7892M: Jon Mason <jdmason@kudzu.us>
7893M: Dave Jiang <dave.jiang@intel.com>
7894M: Allen Hubbe <Allen.Hubbe@emc.com>
7895L: linux-ntb@googlegroups.com
7896S: Supported
7897W: https://github.com/jonmason/ntb/wiki
7898T: git git://github.com/jonmason/ntb.git
7899F: drivers/ntb/
7900F: drivers/net/ntb_netdev.c
7901F: include/linux/ntb.h
7902F: include/linux/ntb_transport.h
7903
7904NTB INTEL DRIVER
7905M: Jon Mason <jdmason@kudzu.us>
7906M: Dave Jiang <dave.jiang@intel.com>
7907L: linux-ntb@googlegroups.com
7908S: Supported
7909W: https://github.com/jonmason/ntb/wiki
7910T: git git://github.com/jonmason/ntb.git
7911F: drivers/ntb/hw/intel/
7912
7913NTB AMD DRIVER
7914M: Xiangliang Yu <Xiangliang.Yu@amd.com>
7915L: linux-ntb@googlegroups.com
7916S: Supported
7917F: drivers/ntb/hw/amd/
7918
7919NTFS FILESYSTEM
7920M: Anton Altaparmakov <anton@tuxera.com>
7921L: linux-ntfs-dev@lists.sourceforge.net
7922W: http://www.tuxera.com/
7923T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7924S: Supported
7925F: Documentation/filesystems/ntfs.txt
7926F: fs/ntfs/
7927
7928NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7929M: Antonino Daplas <adaplas@gmail.com>
7930L: linux-fbdev@vger.kernel.org
7931S: Maintained
7932F: drivers/video/fbdev/riva/
7933F: drivers/video/fbdev/nvidia/
7934
7935NVM EXPRESS DRIVER
7936M: Keith Busch <keith.busch@intel.com>
7937M: Jens Axboe <axboe@fb.com>
7938L: linux-nvme@lists.infradead.org
7939T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7940W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7941S: Supported
7942F: drivers/nvme/host/
7943F: include/linux/nvme.h
7944
7945NVMEM FRAMEWORK
7946M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7947M: Maxime Ripard <maxime.ripard@free-electrons.com>
7948S: Maintained
7949F: drivers/nvmem/
7950F: Documentation/devicetree/bindings/nvmem/
7951F: include/linux/nvmem-consumer.h
7952F: include/linux/nvmem-provider.h
7953
7954NXP-NCI NFC DRIVER
7955M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7956R: Charles Gorand <charles.gorand@effinnov.com>
7957L: linux-nfc@lists.01.org (moderated for non-subscribers)
7958S: Supported
7959F: drivers/nfc/nxp-nci
7960
7961NXP TDA998X DRM DRIVER
7962M: Russell King <rmk+kernel@armlinux.org.uk>
7963S: Supported
7964F: drivers/gpu/drm/i2c/tda998x_drv.c
7965F: include/drm/i2c/tda998x.h
7966
7967NXP TFA9879 DRIVER
7968M: Peter Rosin <peda@axentia.se>
7969L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7970S: Maintained
7971F: sound/soc/codecs/tfa9879*
7972
7973OBJTOOL
7974M: Josh Poimboeuf <jpoimboe@redhat.com>
7975S: Supported
7976F: tools/objtool/
7977
7978OMAP SUPPORT
7979M: Tony Lindgren <tony@atomide.com>
7980L: linux-omap@vger.kernel.org
7981W: http://www.muru.com/linux/omap/
7982W: http://linux.omap.com/
7983Q: http://patchwork.kernel.org/project/linux-omap/list/
7984T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7985S: Maintained
7986F: arch/arm/*omap*/
7987F: arch/arm/configs/omap1_defconfig
7988F: arch/arm/configs/omap2plus_defconfig
7989F: drivers/i2c/busses/i2c-omap.c
7990F: drivers/irqchip/irq-omap-intc.c
7991F: drivers/mfd/*omap*.c
7992F: drivers/mfd/menelaus.c
7993F: drivers/mfd/palmas.c
7994F: drivers/mfd/tps65217.c
7995F: drivers/mfd/tps65218.c
7996F: drivers/mfd/tps65910.c
7997F: drivers/mfd/twl-core.[ch]
7998F: drivers/mfd/twl4030*.c
7999F: drivers/mfd/twl6030*.c
8000F: drivers/mfd/twl6040*.c
8001F: drivers/regulator/palmas-regulator*.c
8002F: drivers/regulator/pbias-regulator.c
8003F: drivers/regulator/tps65217-regulator.c
8004F: drivers/regulator/tps65218-regulator.c
8005F: drivers/regulator/tps65910-regulator.c
8006F: drivers/regulator/twl-regulator.c
8007F: include/linux/i2c-omap.h
8008
8009OMAP DEVICE TREE SUPPORT
8010M: Benoît Cousson <bcousson@baylibre.com>
8011M: Tony Lindgren <tony@atomide.com>
8012L: linux-omap@vger.kernel.org
8013L: devicetree@vger.kernel.org
8014S: Maintained
8015F: arch/arm/boot/dts/*omap*
8016F: arch/arm/boot/dts/*am3*
8017F: arch/arm/boot/dts/*am4*
8018F: arch/arm/boot/dts/*am5*
8019F: arch/arm/boot/dts/*dra7*
8020
8021OMAP CLOCK FRAMEWORK SUPPORT
8022M: Paul Walmsley <paul@pwsan.com>
8023L: linux-omap@vger.kernel.org
8024S: Maintained
8025F: arch/arm/*omap*/*clock*
8026
8027OMAP POWER MANAGEMENT SUPPORT
8028M: Kevin Hilman <khilman@kernel.org>
8029L: linux-omap@vger.kernel.org
8030S: Maintained
8031F: arch/arm/*omap*/*pm*
8032F: drivers/cpufreq/omap-cpufreq.c
8033
8034OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8035M: Rajendra Nayak <rnayak@codeaurora.org>
8036M: Paul Walmsley <paul@pwsan.com>
8037L: linux-omap@vger.kernel.org
8038S: Maintained
8039F: arch/arm/mach-omap2/prm*
8040
8041OMAP AUDIO SUPPORT
8042M: Peter Ujfalusi <peter.ujfalusi@ti.com>
8043M: Jarkko Nikula <jarkko.nikula@bitmer.com>
8044L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8045L: linux-omap@vger.kernel.org
8046S: Maintained
8047F: sound/soc/omap/
8048
8049OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8050M: Roger Quadros <rogerq@ti.com>
8051M: Tony Lindgren <tony@atomide.com>
8052L: linux-omap@vger.kernel.org
8053S: Maintained
8054F: drivers/memory/omap-gpmc.c
8055F: arch/arm/mach-omap2/*gpmc*
8056
8057OMAP FRAMEBUFFER SUPPORT
8058M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8059L: linux-fbdev@vger.kernel.org
8060L: linux-omap@vger.kernel.org
8061S: Maintained
8062F: drivers/video/fbdev/omap/
8063
8064OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8065M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8066L: linux-omap@vger.kernel.org
8067L: linux-fbdev@vger.kernel.org
8068S: Maintained
8069F: drivers/video/fbdev/omap2/
8070F: Documentation/arm/OMAP/DSS
8071
8072OMAP HARDWARE SPINLOCK SUPPORT
8073M: Ohad Ben-Cohen <ohad@wizery.com>
8074L: linux-omap@vger.kernel.org
8075S: Maintained
8076F: drivers/hwspinlock/omap_hwspinlock.c
8077
8078OMAP MMC SUPPORT
8079M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
8080L: linux-omap@vger.kernel.org
8081S: Maintained
8082F: drivers/mmc/host/omap.c
8083
8084OMAP HS MMC SUPPORT
8085L: linux-mmc@vger.kernel.org
8086L: linux-omap@vger.kernel.org
8087S: Orphan
8088F: drivers/mmc/host/omap_hsmmc.c
8089
8090OMAP RANDOM NUMBER GENERATOR SUPPORT
8091M: Deepak Saxena <dsaxena@plexity.net>
8092S: Maintained
8093F: drivers/char/hw_random/omap-rng.c
8094
8095OMAP HWMOD SUPPORT
8096M: Benoît Cousson <bcousson@baylibre.com>
8097M: Paul Walmsley <paul@pwsan.com>
8098L: linux-omap@vger.kernel.org
8099S: Maintained
8100F: arch/arm/mach-omap2/omap_hwmod.*
8101
8102OMAP HWMOD DATA
8103M: Paul Walmsley <paul@pwsan.com>
8104L: linux-omap@vger.kernel.org
8105S: Maintained
8106F: arch/arm/mach-omap2/omap_hwmod*data*
8107
8108OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8109M: Benoît Cousson <bcousson@baylibre.com>
8110L: linux-omap@vger.kernel.org
8111S: Maintained
8112F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8113
8114OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8115M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8116L: linux-media@vger.kernel.org
8117S: Maintained
8118F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
8119F: drivers/media/platform/omap3isp/
8120F: drivers/staging/media/omap4iss/
8121
8122OMAP USB SUPPORT
8123L: linux-usb@vger.kernel.org
8124L: linux-omap@vger.kernel.org
8125S: Orphan
8126F: drivers/usb/*/*omap*
8127F: arch/arm/*omap*/usb*
8128
8129OMAP GPIO DRIVER
8130M: Grygorii Strashko <grygorii.strashko@ti.com>
8131M: Santosh Shilimkar <ssantosh@kernel.org>
8132M: Kevin Hilman <khilman@kernel.org>
8133L: linux-omap@vger.kernel.org
8134S: Maintained
8135F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
8136F: drivers/gpio/gpio-omap.c
8137
8138OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8139M: Mark Jackson <mpfj@newflow.co.uk>
8140L: linux-omap@vger.kernel.org
8141S: Maintained
8142F: arch/arm/boot/dts/am335x-nano.dts
8143
8144OMFS FILESYSTEM
8145M: Bob Copeland <me@bobcopeland.com>
8146L: linux-karma-devel@lists.sourceforge.net
8147S: Maintained
8148F: Documentation/filesystems/omfs.txt
8149F: fs/omfs/
8150
8151OMNIKEY CARDMAN 4000 DRIVER
8152M: Harald Welte <laforge@gnumonks.org>
8153S: Maintained
8154F: drivers/char/pcmcia/cm4000_cs.c
8155F: include/linux/cm4000_cs.h
8156F: include/uapi/linux/cm4000_cs.h
8157
8158OMNIKEY CARDMAN 4040 DRIVER
8159M: Harald Welte <laforge@gnumonks.org>
8160S: Maintained
8161F: drivers/char/pcmcia/cm4040_cs.*
8162
8163OMNIVISION OV7670 SENSOR DRIVER
8164M: Jonathan Corbet <corbet@lwn.net>
8165L: linux-media@vger.kernel.org
8166T: git git://linuxtv.org/media_tree.git
8167S: Maintained
8168F: drivers/media/i2c/ov7670.c
8169
8170ONENAND FLASH DRIVER
8171M: Kyungmin Park <kyungmin.park@samsung.com>
8172L: linux-mtd@lists.infradead.org
8173S: Maintained
8174F: drivers/mtd/onenand/
8175F: include/linux/mtd/onenand*.h
8176
8177ONSTREAM SCSI TAPE DRIVER
8178M: Willem Riede <osst@riede.org>
8179L: osst-users@lists.sourceforge.net
8180L: linux-scsi@vger.kernel.org
8181S: Maintained
8182F: Documentation/scsi/osst.txt
8183F: drivers/scsi/osst.*
8184F: drivers/scsi/osst_*.h
8185F: drivers/scsi/st.h
8186
8187OPENCORES I2C BUS DRIVER
8188M: Peter Korsgaard <jacmet@sunsite.dk>
8189L: linux-i2c@vger.kernel.org
8190S: Maintained
8191F: Documentation/i2c/busses/i2c-ocores
8192F: drivers/i2c/busses/i2c-ocores.c
8193
8194OPEN FIRMWARE AND FLATTENED DEVICE TREE
8195M: Rob Herring <robh+dt@kernel.org>
8196M: Frank Rowand <frowand.list@gmail.com>
8197M: Grant Likely <grant.likely@linaro.org>
8198L: devicetree@vger.kernel.org
8199W: http://www.devicetree.org/
8200T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8201S: Maintained
8202F: drivers/of/
8203F: include/linux/of*.h
8204F: scripts/dtc/
8205
8206OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8207M: Rob Herring <robh+dt@kernel.org>
8208M: Pawel Moll <pawel.moll@arm.com>
8209M: Mark Rutland <mark.rutland@arm.com>
8210M: Ian Campbell <ijc+devicetree@hellion.org.uk>
8211M: Kumar Gala <galak@codeaurora.org>
8212L: devicetree@vger.kernel.org
8213T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8214S: Maintained
8215F: Documentation/devicetree/
8216F: arch/*/boot/dts/
8217F: include/dt-bindings/
8218
8219OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8220M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8221L: devicetree@vger.kernel.org
8222S: Maintained
8223F: Documentation/devicetree/dynamic-resolution-notes.txt
8224F: Documentation/devicetree/overlay-notes.txt
8225F: drivers/of/overlay.c
8226F: drivers/of/resolver.c
8227
8228OPENRISC ARCHITECTURE
8229M: Jonas Bonn <jonas@southpole.se>
8230W: http://openrisc.net
8231L: linux@lists.openrisc.net (moderated for non-subscribers)
8232S: Maintained
8233T: git git://openrisc.net/~jonas/linux
8234F: arch/openrisc/
8235
8236OPENVSWITCH
8237M: Pravin Shelar <pshelar@nicira.com>
8238L: netdev@vger.kernel.org
8239L: dev@openvswitch.org
8240W: http://openvswitch.org
8241S: Maintained
8242F: net/openvswitch/
8243F: include/uapi/linux/openvswitch.h
8244
8245OPERATING PERFORMANCE POINTS (OPP)
8246M: Viresh Kumar <vireshk@kernel.org>
8247M: Nishanth Menon <nm@ti.com>
8248M: Stephen Boyd <sboyd@codeaurora.org>
8249L: linux-pm@vger.kernel.org
8250S: Maintained
8251T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8252F: drivers/base/power/opp/
8253F: include/linux/pm_opp.h
8254F: Documentation/power/opp.txt
8255F: Documentation/devicetree/bindings/opp/
8256
8257OPL4 DRIVER
8258M: Clemens Ladisch <clemens@ladisch.de>
8259L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8260T: git git://git.alsa-project.org/alsa-kernel.git
8261S: Maintained
8262F: sound/drivers/opl4/
8263
8264OPROFILE
8265M: Robert Richter <rric@kernel.org>
8266L: oprofile-list@lists.sf.net
8267S: Maintained
8268F: arch/*/include/asm/oprofile*.h
8269F: arch/*/oprofile/
8270F: drivers/oprofile/
8271F: include/linux/oprofile.h
8272
8273ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8274M: Mark Fasheh <mfasheh@suse.com>
8275M: Joel Becker <jlbec@evilplan.org>
8276L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8277W: http://ocfs2.wiki.kernel.org
8278S: Supported
8279F: Documentation/filesystems/ocfs2.txt
8280F: Documentation/filesystems/dlmfs.txt
8281F: fs/ocfs2/
8282
8283ORINOCO DRIVER
8284L: linux-wireless@vger.kernel.org
8285W: http://wireless.kernel.org/en/users/Drivers/orinoco
8286W: http://www.nongnu.org/orinoco/
8287S: Orphan
8288F: drivers/net/wireless/intersil/orinoco/
8289
8290OSD LIBRARY and FILESYSTEM
8291M: Boaz Harrosh <ooo@electrozaur.com>
8292M: Benny Halevy <bhalevy@primarydata.com>
8293L: osd-dev@open-osd.org
8294W: http://open-osd.org
8295T: git git://git.open-osd.org/open-osd.git
8296S: Maintained
8297F: drivers/scsi/osd/
8298F: include/scsi/osd_*
8299F: fs/exofs/
8300
8301OVERLAY FILESYSTEM
8302M: Miklos Szeredi <miklos@szeredi.hu>
8303L: linux-unionfs@vger.kernel.org
8304T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8305S: Supported
8306F: fs/overlayfs/
8307F: Documentation/filesystems/overlayfs.txt
8308
8309ORANGEFS FILESYSTEM
8310M: Mike Marshall <hubcap@omnibond.com>
8311L: pvfs2-developers@beowulf-underground.org (subscribers-only)
8312T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8313S: Supported
8314F: fs/orangefs/
8315F: Documentation/filesystems/orangefs.txt
8316
8317P54 WIRELESS DRIVER
8318M: Christian Lamparter <chunkeey@googlemail.com>
8319L: linux-wireless@vger.kernel.org
8320W: http://wireless.kernel.org/en/users/Drivers/p54
8321S: Maintained
8322F: drivers/net/wireless/intersil/p54/
8323
8324PA SEMI ETHERNET DRIVER
8325M: Olof Johansson <olof@lixom.net>
8326L: netdev@vger.kernel.org
8327S: Maintained
8328F: drivers/net/ethernet/pasemi/*
8329
8330PA SEMI SMBUS DRIVER
8331M: Olof Johansson <olof@lixom.net>
8332L: linux-i2c@vger.kernel.org
8333S: Maintained
8334F: drivers/i2c/busses/i2c-pasemi.c
8335
8336PADATA PARALLEL EXECUTION MECHANISM
8337M: Steffen Klassert <steffen.klassert@secunet.com>
8338L: linux-crypto@vger.kernel.org
8339S: Maintained
8340F: kernel/padata.c
8341F: include/linux/padata.h
8342F: Documentation/padata.txt
8343
8344PANASONIC LAPTOP ACPI EXTRAS DRIVER
8345M: Harald Welte <laforge@gnumonks.org>
8346L: platform-driver-x86@vger.kernel.org
8347S: Maintained
8348F: drivers/platform/x86/panasonic-laptop.c
8349
8350PANASONIC MN10300/AM33/AM34 PORT
8351M: David Howells <dhowells@redhat.com>
8352M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8353L: linux-am33-list@redhat.com (moderated for non-subscribers)
8354W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8355S: Maintained
8356F: Documentation/mn10300/
8357F: arch/mn10300/
8358
8359PARALLEL LCD/KEYPAD PANEL DRIVER
8360M: Willy Tarreau <willy@haproxy.com>
8361M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8362S: Odd Fixes
8363F: Documentation/misc-devices/lcd-panel-cgram.txt
8364F: drivers/misc/panel.c
8365
8366PARALLEL PORT SUBSYSTEM
8367M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8368M: Sudip Mukherjee <sudip@vectorindia.org>
8369L: linux-parport@lists.infradead.org (subscribers-only)
8370S: Maintained
8371F: drivers/parport/
8372F: include/linux/parport*.h
8373F: drivers/char/ppdev.c
8374F: include/uapi/linux/ppdev.h
8375F: Documentation/parport*.txt
8376
8377PARAVIRT_OPS INTERFACE
8378M: Jeremy Fitzhardinge <jeremy@goop.org>
8379M: Chris Wright <chrisw@sous-sol.org>
8380M: Alok Kataria <akataria@vmware.com>
8381M: Rusty Russell <rusty@rustcorp.com.au>
8382L: virtualization@lists.linux-foundation.org
8383S: Supported
8384F: Documentation/virtual/paravirt_ops.txt
8385F: arch/*/kernel/paravirt*
8386F: arch/*/include/asm/paravirt.h
8387
8388PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8389M: Tim Waugh <tim@cyberelk.net>
8390L: linux-parport@lists.infradead.org (subscribers-only)
8391S: Maintained
8392F: Documentation/blockdev/paride.txt
8393F: drivers/block/paride/
8394
8395PARISC ARCHITECTURE
8396M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8397M: Helge Deller <deller@gmx.de>
8398L: linux-parisc@vger.kernel.org
8399W: http://www.parisc-linux.org/
8400Q: http://patchwork.kernel.org/project/linux-parisc/list/
8401T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8402T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8403S: Maintained
8404F: arch/parisc/
8405F: Documentation/parisc/
8406F: drivers/parisc/
8407F: drivers/char/agp/parisc-agp.c
8408F: drivers/input/serio/gscps2.c
8409F: drivers/parport/parport_gsc.*
8410F: drivers/tty/serial/8250/8250_gsc.c
8411F: drivers/video/fbdev/sti*
8412F: drivers/video/console/sti*
8413F: drivers/video/logo/logo_parisc*
8414
8415PC87360 HARDWARE MONITORING DRIVER
8416M: Jim Cromie <jim.cromie@gmail.com>
8417L: linux-hwmon@vger.kernel.org
8418S: Maintained
8419F: Documentation/hwmon/pc87360
8420F: drivers/hwmon/pc87360.c
8421
8422PC8736x GPIO DRIVER
8423M: Jim Cromie <jim.cromie@gmail.com>
8424S: Maintained
8425F: drivers/char/pc8736x_gpio.c
8426
8427PC87427 HARDWARE MONITORING DRIVER
8428M: Jean Delvare <jdelvare@suse.com>
8429L: linux-hwmon@vger.kernel.org
8430S: Maintained
8431F: Documentation/hwmon/pc87427
8432F: drivers/hwmon/pc87427.c
8433
8434PCA9532 LED DRIVER
8435M: Riku Voipio <riku.voipio@iki.fi>
8436S: Maintained
8437F: drivers/leds/leds-pca9532.c
8438F: include/linux/leds-pca9532.h
8439
8440PCA9541 I2C BUS MASTER SELECTOR DRIVER
8441M: Guenter Roeck <linux@roeck-us.net>
8442L: linux-i2c@vger.kernel.org
8443S: Maintained
8444F: drivers/i2c/muxes/i2c-mux-pca9541.c
8445
8446PCDP - PRIMARY CONSOLE AND DEBUG PORT
8447M: Khalid Aziz <khalid@gonehiking.org>
8448S: Maintained
8449F: drivers/firmware/pcdp.*
8450
8451PCI ERROR RECOVERY
8452M: Linas Vepstas <linasvepstas@gmail.com>
8453L: linux-pci@vger.kernel.org
8454S: Supported
8455F: Documentation/PCI/pci-error-recovery.txt
8456
8457PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8458M: Russell Currey <ruscur@russell.cc>
8459L: linuxppc-dev@lists.ozlabs.org
8460S: Supported
8461F: Documentation/powerpc/eeh-pci-error-recovery.txt
8462F: arch/powerpc/kernel/eeh*.c
8463F: arch/powerpc/platforms/*/eeh*.c
8464F: arch/powerpc/include/*/eeh*.h
8465
8466PCI SUBSYSTEM
8467M: Bjorn Helgaas <bhelgaas@google.com>
8468L: linux-pci@vger.kernel.org
8469Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8470T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8471S: Supported
8472F: Documentation/PCI/
8473F: drivers/pci/
8474F: include/linux/pci*
8475F: arch/x86/pci/
8476F: arch/x86/kernel/quirks.c
8477
8478PCI DRIVER FOR ALTERA PCIE IP
8479M: Ley Foon Tan <lftan@altera.com>
8480L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8481L: linux-pci@vger.kernel.org
8482S: Supported
8483F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8484F: drivers/pci/host/pcie-altera.c
8485
8486PCI DRIVER FOR ARM VERSATILE PLATFORM
8487M: Rob Herring <robh@kernel.org>
8488L: linux-pci@vger.kernel.org
8489L: linux-arm-kernel@lists.infradead.org
8490S: Maintained
8491F: Documentation/devicetree/bindings/pci/versatile.txt
8492F: drivers/pci/host/pci-versatile.c
8493
8494PCI DRIVER FOR APPLIEDMICRO XGENE
8495M: Tanmay Inamdar <tinamdar@apm.com>
8496L: linux-pci@vger.kernel.org
8497L: linux-arm-kernel@lists.infradead.org
8498S: Maintained
8499F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8500F: drivers/pci/host/pci-xgene.c
8501
8502PCI DRIVER FOR FREESCALE LAYERSCAPE
8503M: Minghuan Lian <minghuan.Lian@freescale.com>
8504M: Mingkai Hu <mingkai.hu@freescale.com>
8505M: Roy Zang <tie-fei.zang@freescale.com>
8506L: linuxppc-dev@lists.ozlabs.org
8507L: linux-pci@vger.kernel.org
8508L: linux-arm-kernel@lists.infradead.org
8509S: Maintained
8510F: drivers/pci/host/*layerscape*
8511
8512PCI DRIVER FOR IMX6
8513M: Richard Zhu <Richard.Zhu@freescale.com>
8514M: Lucas Stach <l.stach@pengutronix.de>
8515L: linux-pci@vger.kernel.org
8516L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8517S: Maintained
8518F: drivers/pci/host/*imx6*
8519
8520PCI DRIVER FOR TI KEYSTONE
8521M: Murali Karicheri <m-karicheri2@ti.com>
8522L: linux-pci@vger.kernel.org
8523L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8524S: Maintained
8525F: drivers/pci/host/*keystone*
8526
8527PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8528M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8529M: Jason Cooper <jason@lakedaemon.net>
8530L: linux-pci@vger.kernel.org
8531L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8532S: Maintained
8533F: drivers/pci/host/*mvebu*
8534
8535PCI DRIVER FOR NVIDIA TEGRA
8536M: Thierry Reding <thierry.reding@gmail.com>
8537L: linux-tegra@vger.kernel.org
8538L: linux-pci@vger.kernel.org
8539S: Supported
8540F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8541F: drivers/pci/host/pci-tegra.c
8542
8543PCI DRIVER FOR TI DRA7XX
8544M: Kishon Vijay Abraham I <kishon@ti.com>
8545L: linux-omap@vger.kernel.org
8546L: linux-pci@vger.kernel.org
8547S: Supported
8548F: Documentation/devicetree/bindings/pci/ti-pci.txt
8549F: drivers/pci/host/pci-dra7xx.c
8550
8551PCI DRIVER FOR RENESAS R-CAR
8552M: Simon Horman <horms@verge.net.au>
8553L: linux-pci@vger.kernel.org
8554L: linux-renesas-soc@vger.kernel.org
8555S: Maintained
8556F: drivers/pci/host/*rcar*
8557
8558PCI DRIVER FOR SAMSUNG EXYNOS
8559M: Jingoo Han <jingoohan1@gmail.com>
8560L: linux-pci@vger.kernel.org
8561L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8562L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8563S: Maintained
8564F: drivers/pci/host/pci-exynos.c
8565
8566PCI DRIVER FOR SYNOPSIS DESIGNWARE
8567M: Jingoo Han <jingoohan1@gmail.com>
8568M: Pratyush Anand <pratyush.anand@gmail.com>
8569L: linux-pci@vger.kernel.org
8570S: Maintained
8571F: drivers/pci/host/*designware*
8572
8573PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8574M: Joao Pinto <jpinto@synopsys.com>
8575L: linux-pci@vger.kernel.org
8576S: Maintained
8577F: Documentation/devicetree/bindings/pci/designware-pcie.txt
8578F: drivers/pci/host/pcie-designware-plat.c
8579
8580PCI DRIVER FOR GENERIC OF HOSTS
8581M: Will Deacon <will.deacon@arm.com>
8582L: linux-pci@vger.kernel.org
8583L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8584S: Maintained
8585F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8586F: drivers/pci/host/pci-host-common.c
8587F: drivers/pci/host/pci-host-generic.c
8588
8589PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8590M: Keith Busch <keith.busch@intel.com>
8591L: linux-pci@vger.kernel.org
8592S: Supported
8593F: arch/x86/pci/vmd.c
8594
8595PCIE DRIVER FOR ST SPEAR13XX
8596M: Pratyush Anand <pratyush.anand@gmail.com>
8597L: linux-pci@vger.kernel.org
8598S: Maintained
8599F: drivers/pci/host/*spear*
8600
8601PCI MSI DRIVER FOR ALTERA MSI IP
8602M: Ley Foon Tan <lftan@altera.com>
8603L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8604L: linux-pci@vger.kernel.org
8605S: Supported
8606F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8607F: drivers/pci/host/pcie-altera-msi.c
8608
8609PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8610M: Duc Dang <dhdang@apm.com>
8611L: linux-pci@vger.kernel.org
8612L: linux-arm-kernel@lists.infradead.org
8613S: Maintained
8614F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8615F: drivers/pci/host/pci-xgene-msi.c
8616
8617PCIE DRIVER FOR HISILICON
8618M: Zhou Wang <wangzhou1@hisilicon.com>
8619M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
8620L: linux-pci@vger.kernel.org
8621S: Maintained
8622F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8623F: drivers/pci/host/pcie-hisi.c
8624
8625PCIE DRIVER FOR QUALCOMM MSM
8626M: Stanimir Varbanov <svarbanov@mm-sol.com>
8627L: linux-pci@vger.kernel.org
8628L: linux-arm-msm@vger.kernel.org
8629S: Maintained
8630F: drivers/pci/host/*qcom*
8631
8632PCIE DRIVER FOR CAVIUM THUNDERX
8633M: David Daney <david.daney@cavium.com>
8634L: linux-pci@vger.kernel.org
8635L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8636S: Supported
8637F: Documentation/devicetree/bindings/pci/pci-thunder-*
8638F: drivers/pci/host/pci-thunder-*
8639
8640PCMCIA SUBSYSTEM
8641P: Linux PCMCIA Team
8642L: linux-pcmcia@lists.infradead.org
8643W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8644T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8645S: Maintained
8646F: Documentation/pcmcia/
8647F: drivers/pcmcia/
8648F: include/pcmcia/
8649
8650PCNET32 NETWORK DRIVER
8651M: Don Fry <pcnet32@frontier.com>
8652L: netdev@vger.kernel.org
8653S: Maintained
8654F: drivers/net/ethernet/amd/pcnet32.c
8655
8656PCRYPT PARALLEL CRYPTO ENGINE
8657M: Steffen Klassert <steffen.klassert@secunet.com>
8658L: linux-crypto@vger.kernel.org
8659S: Maintained
8660F: crypto/pcrypt.c
8661F: include/crypto/pcrypt.h
8662
8663PER-CPU MEMORY ALLOCATOR
8664M: Tejun Heo <tj@kernel.org>
8665M: Christoph Lameter <cl@linux.com>
8666T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8667S: Maintained
8668F: include/linux/percpu*.h
8669F: mm/percpu*.c
8670F: arch/*/include/asm/percpu.h
8671
8672PER-TASK DELAY ACCOUNTING
8673M: Balbir Singh <bsingharora@gmail.com>
8674S: Maintained
8675F: include/linux/delayacct.h
8676F: kernel/delayacct.c
8677
8678PERFORMANCE EVENTS SUBSYSTEM
8679M: Peter Zijlstra <peterz@infradead.org>
8680M: Ingo Molnar <mingo@redhat.com>
8681M: Arnaldo Carvalho de Melo <acme@kernel.org>
8682R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
8683L: linux-kernel@vger.kernel.org
8684T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8685S: Supported
8686F: kernel/events/*
8687F: include/linux/perf_event.h
8688F: include/uapi/linux/perf_event.h
8689F: arch/*/kernel/perf_event*.c
8690F: arch/*/kernel/*/perf_event*.c
8691F: arch/*/kernel/*/*/perf_event*.c
8692F: arch/*/include/asm/perf_event.h
8693F: arch/*/kernel/perf_callchain.c
8694F: tools/perf/
8695
8696PERSONALITY HANDLING
8697M: Christoph Hellwig <hch@infradead.org>
8698L: linux-abi-devel@lists.sourceforge.net
8699S: Maintained
8700F: include/linux/personality.h
8701F: include/uapi/linux/personality.h
8702
8703PHONET PROTOCOL
8704M: Remi Denis-Courmont <courmisch@gmail.com>
8705S: Supported
8706F: Documentation/networking/phonet.txt
8707F: include/linux/phonet.h
8708F: include/net/phonet/
8709F: include/uapi/linux/phonet.h
8710F: net/phonet/
8711
8712PHRAM MTD DRIVER
8713M: Joern Engel <joern@lazybastard.org>
8714L: linux-mtd@lists.infradead.org
8715S: Maintained
8716F: drivers/mtd/devices/phram.c
8717
8718PICOLCD HID DRIVER
8719M: Bruno Prémont <bonbons@linux-vserver.org>
8720L: linux-input@vger.kernel.org
8721S: Maintained
8722F: drivers/hid/hid-picolcd*
8723
8724PICOXCELL SUPPORT
8725M: Jamie Iles <jamie@jamieiles.com>
8726L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8727T: git git://github.com/jamieiles/linux-2.6-ji.git
8728S: Supported
8729F: arch/arm/boot/dts/picoxcell*
8730F: arch/arm/mach-picoxcell/
8731F: drivers/crypto/picoxcell*
8732
8733PIN CONTROL SUBSYSTEM
8734M: Linus Walleij <linus.walleij@linaro.org>
8735L: linux-gpio@vger.kernel.org
8736T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8737S: Maintained
8738F: drivers/pinctrl/
8739F: include/linux/pinctrl/
8740
8741PIN CONTROLLER - ATMEL AT91
8742M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8743L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8744S: Maintained
8745F: drivers/pinctrl/pinctrl-at91.*
8746
8747PIN CONTROLLER - ATMEL AT91 PIO4
8748M: Ludovic Desroches <ludovic.desroches@atmel.com>
8749L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8750L: linux-gpio@vger.kernel.org
8751S: Supported
8752F: drivers/pinctrl/pinctrl-at91-pio4.*
8753
8754PIN CONTROLLER - INTEL
8755M: Mika Westerberg <mika.westerberg@linux.intel.com>
8756M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
8757S: Maintained
8758F: drivers/pinctrl/intel/
8759
8760PIN CONTROLLER - RENESAS
8761M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8762M: Geert Uytterhoeven <geert+renesas@glider.be>
8763L: linux-renesas-soc@vger.kernel.org
8764S: Maintained
8765F: drivers/pinctrl/sh-pfc/
8766
8767PIN CONTROLLER - SAMSUNG
8768M: Tomasz Figa <tomasz.figa@gmail.com>
8769M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
8770M: Sylwester Nawrocki <s.nawrocki@samsung.com>
8771L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8772L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8773S: Maintained
8774F: drivers/pinctrl/samsung/
8775
8776PIN CONTROLLER - SINGLE
8777M: Tony Lindgren <tony@atomide.com>
8778M: Haojian Zhuang <haojian.zhuang@linaro.org>
8779L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8780L: linux-omap@vger.kernel.org
8781S: Maintained
8782F: drivers/pinctrl/pinctrl-single.c
8783
8784PIN CONTROLLER - ST SPEAR
8785M: Viresh Kumar <vireshk@kernel.org>
8786L: spear-devel@list.st.com
8787L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8788W: http://www.st.com/spear
8789S: Maintained
8790F: drivers/pinctrl/spear/
8791
8792PKTCDVD DRIVER
8793M: Jiri Kosina <jikos@kernel.org>
8794S: Maintained
8795F: drivers/block/pktcdvd.c
8796F: include/linux/pktcdvd.h
8797F: include/uapi/linux/pktcdvd.h
8798
8799PKUNITY SOC DRIVERS
8800M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8801W: http://mprc.pku.edu.cn/~guanxuetao/linux
8802S: Maintained
8803T: git git://github.com/gxt/linux.git
8804F: drivers/input/serio/i8042-unicore32io.h
8805F: drivers/i2c/busses/i2c-puv3.c
8806F: drivers/video/fbdev/fb-puv3.c
8807F: drivers/rtc/rtc-puv3.c
8808
8809PMBUS HARDWARE MONITORING DRIVERS
8810M: Guenter Roeck <linux@roeck-us.net>
8811L: linux-hwmon@vger.kernel.org
8812W: http://hwmon.wiki.kernel.org/
8813W: http://www.roeck-us.net/linux/drivers/
8814T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8815S: Maintained
8816F: Documentation/hwmon/pmbus
8817F: drivers/hwmon/pmbus/
8818F: include/linux/i2c/pmbus.h
8819
8820PMC SIERRA MaxRAID DRIVER
8821L: linux-scsi@vger.kernel.org
8822W: http://www.pmc-sierra.com/
8823S: Orphan
8824F: drivers/scsi/pmcraid.*
8825
8826PMC SIERRA PM8001 DRIVER
8827M: Jack Wang <jinpu.wang@profitbricks.com>
8828M: lindar_liu@usish.com
8829L: pmchba@pmcs.com
8830L: linux-scsi@vger.kernel.org
8831S: Supported
8832F: drivers/scsi/pm8001/
8833
8834POSIX CLOCKS and TIMERS
8835M: Thomas Gleixner <tglx@linutronix.de>
8836L: linux-kernel@vger.kernel.org
8837T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8838S: Maintained
8839F: fs/timerfd.c
8840F: include/linux/timer*
8841F: kernel/time/*timer*
8842
8843POWER MANAGEMENT CORE
8844M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
8845L: linux-pm@vger.kernel.org
8846T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8847S: Supported
8848F: drivers/base/power/
8849F: include/linux/pm.h
8850F: include/linux/pm_*
8851F: include/linux/powercap.h
8852F: drivers/powercap/
8853
8854POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8855M: Sebastian Reichel <sre@kernel.org>
8856M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8857M: David Woodhouse <dwmw2@infradead.org>
8858L: linux-pm@vger.kernel.org
8859T: git git://git.infradead.org/battery-2.6.git
8860S: Maintained
8861F: include/linux/power_supply.h
8862F: drivers/power/
8863X: drivers/power/avs/
8864
8865POWER STATE COORDINATION INTERFACE (PSCI)
8866M: Mark Rutland <mark.rutland@arm.com>
8867M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8868L: linux-arm-kernel@lists.infradead.org
8869S: Maintained
8870F: drivers/firmware/psci.c
8871F: include/linux/psci.h
8872F: include/uapi/linux/psci.h
8873
8874PNP SUPPORT
8875M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8876S: Maintained
8877F: drivers/pnp/
8878
8879PPP PROTOCOL DRIVERS AND COMPRESSORS
8880M: Paul Mackerras <paulus@samba.org>
8881L: linux-ppp@vger.kernel.org
8882S: Maintained
8883F: drivers/net/ppp/ppp_*
8884
8885PPP OVER ATM (RFC 2364)
8886M: Mitchell Blank Jr <mitch@sfgoth.com>
8887S: Maintained
8888F: net/atm/pppoatm.c
8889F: include/uapi/linux/atmppp.h
8890
8891PPP OVER ETHERNET
8892M: Michal Ostrowski <mostrows@earthlink.net>
8893S: Maintained
8894F: drivers/net/ppp/pppoe.c
8895F: drivers/net/ppp/pppox.c
8896
8897PPP OVER L2TP
8898M: James Chapman <jchapman@katalix.com>
8899S: Maintained
8900F: net/l2tp/l2tp_ppp.c
8901F: include/linux/if_pppol2tp.h
8902F: include/uapi/linux/if_pppol2tp.h
8903
8904PPS SUPPORT
8905M: Rodolfo Giometti <giometti@enneenne.com>
8906W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8907L: linuxpps@ml.enneenne.com (subscribers-only)
8908S: Maintained
8909F: Documentation/pps/
8910F: drivers/pps/
8911F: include/linux/pps*.h
8912
8913PPTP DRIVER
8914M: Dmitry Kozlov <xeb@mail.ru>
8915L: netdev@vger.kernel.org
8916S: Maintained
8917F: drivers/net/ppp/pptp.c
8918W: http://sourceforge.net/projects/accel-pptp
8919
8920PREEMPTIBLE KERNEL
8921M: Robert Love <rml@tech9.net>
8922L: kpreempt-tech@lists.sourceforge.net
8923W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8924S: Supported
8925F: Documentation/preempt-locking.txt
8926F: include/linux/preempt.h
8927
8928PRISM54 WIRELESS DRIVER
8929M: "Luis R. Rodriguez" <mcgrof@gmail.com>
8930L: linux-wireless@vger.kernel.org
8931W: http://wireless.kernel.org/en/users/Drivers/p54
8932S: Obsolete
8933F: drivers/net/wireless/intersil/prism54/
8934
8935PS3 NETWORK SUPPORT
8936M: Geoff Levand <geoff@infradead.org>
8937L: netdev@vger.kernel.org
8938L: linuxppc-dev@lists.ozlabs.org
8939S: Maintained
8940F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
8941
8942PS3 PLATFORM SUPPORT
8943M: Geoff Levand <geoff@infradead.org>
8944L: linuxppc-dev@lists.ozlabs.org
8945S: Maintained
8946F: arch/powerpc/boot/ps3*
8947F: arch/powerpc/include/asm/lv1call.h
8948F: arch/powerpc/include/asm/ps3*.h
8949F: arch/powerpc/platforms/ps3/
8950F: drivers/*/ps3*
8951F: drivers/ps3/
8952F: drivers/rtc/rtc-ps3.c
8953F: drivers/usb/host/*ps3.c
8954F: sound/ppc/snd_ps3*
8955
8956PS3VRAM DRIVER
8957M: Jim Paris <jim@jtan.com>
8958M: Geoff Levand <geoff@infradead.org>
8959L: linuxppc-dev@lists.ozlabs.org
8960S: Maintained
8961F: drivers/block/ps3vram.c
8962
8963PSTORE FILESYSTEM
8964M: Anton Vorontsov <anton@enomsg.org>
8965M: Colin Cross <ccross@android.com>
8966M: Kees Cook <keescook@chromium.org>
8967M: Tony Luck <tony.luck@intel.com>
8968S: Maintained
8969T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8970F: fs/pstore/
8971F: include/linux/pstore*
8972F: drivers/firmware/efi/efi-pstore.c
8973F: drivers/acpi/apei/erst.c
8974
8975PTP HARDWARE CLOCK SUPPORT
8976M: Richard Cochran <richardcochran@gmail.com>
8977L: netdev@vger.kernel.org
8978S: Maintained
8979W: http://linuxptp.sourceforge.net/
8980F: Documentation/ABI/testing/sysfs-ptp
8981F: Documentation/ptp/*
8982F: drivers/net/ethernet/freescale/gianfar_ptp.c
8983F: drivers/net/phy/dp83640*
8984F: drivers/ptp/*
8985F: include/linux/ptp_cl*
8986
8987PTRACE SUPPORT
8988M: Roland McGrath <roland@hack.frob.com>
8989M: Oleg Nesterov <oleg@redhat.com>
8990S: Maintained
8991F: include/asm-generic/syscall.h
8992F: include/linux/ptrace.h
8993F: include/linux/regset.h
8994F: include/linux/tracehook.h
8995F: include/uapi/linux/ptrace.h
8996F: kernel/ptrace.c
8997
8998PVRUSB2 VIDEO4LINUX DRIVER
8999M: Mike Isely <isely@pobox.com>
9000L: pvrusb2@isely.net (subscribers-only)
9001L: linux-media@vger.kernel.org
9002W: http://www.isely.net/pvrusb2/
9003T: git git://linuxtv.org/media_tree.git
9004S: Maintained
9005F: Documentation/video4linux/README.pvrusb2
9006F: drivers/media/usb/pvrusb2/
9007
9008PWC WEBCAM DRIVER
9009M: Hans de Goede <hdegoede@redhat.com>
9010L: linux-media@vger.kernel.org
9011T: git git://linuxtv.org/media_tree.git
9012S: Maintained
9013F: drivers/media/usb/pwc/*
9014
9015PWM FAN DRIVER
9016M: Kamil Debski <k.debski@samsung.com>
9017L: linux-hwmon@vger.kernel.org
9018S: Supported
9019F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9020F: Documentation/hwmon/pwm-fan
9021F: drivers/hwmon/pwm-fan.c
9022
9023PWM SUBSYSTEM
9024M: Thierry Reding <thierry.reding@gmail.com>
9025L: linux-pwm@vger.kernel.org
9026S: Maintained
9027T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9028F: Documentation/pwm.txt
9029F: Documentation/devicetree/bindings/pwm/
9030F: include/linux/pwm.h
9031F: drivers/pwm/
9032F: drivers/video/backlight/pwm_bl.c
9033F: include/linux/pwm_backlight.h
9034
9035PXA2xx/PXA3xx SUPPORT
9036M: Daniel Mack <daniel@zonque.org>
9037M: Haojian Zhuang <haojian.zhuang@gmail.com>
9038M: Robert Jarzmik <robert.jarzmik@free.fr>
9039L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9040T: git git://github.com/hzhuang1/linux.git
9041T: git git://github.com/rjarzmik/linux.git
9042S: Maintained
9043F: arch/arm/boot/dts/pxa*
9044F: arch/arm/mach-pxa/
9045F: drivers/dma/pxa*
9046F: drivers/pcmcia/pxa2xx*
9047F: drivers/pinctrl/pxa/
9048F: drivers/spi/spi-pxa2xx*
9049F: drivers/usb/gadget/udc/pxa2*
9050F: include/sound/pxa2xx-lib.h
9051F: sound/arm/pxa*
9052F: sound/soc/pxa/
9053
9054PXA GPIO DRIVER
9055M: Robert Jarzmik <robert.jarzmik@free.fr>
9056L: linux-gpio@vger.kernel.org
9057S: Maintained
9058F: drivers/gpio/gpio-pxa.c
9059
9060PXA3xx NAND FLASH DRIVER
9061M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9062L: linux-mtd@lists.infradead.org
9063S: Maintained
9064F: drivers/mtd/nand/pxa3xx_nand.c
9065
9066MMP SUPPORT
9067M: Eric Miao <eric.y.miao@gmail.com>
9068M: Haojian Zhuang <haojian.zhuang@gmail.com>
9069L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9070T: git git://github.com/hzhuang1/linux.git
9071T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
9072S: Maintained
9073F: arch/arm/boot/dts/mmp*
9074F: arch/arm/mach-mmp/
9075
9076PXA MMCI DRIVER
9077S: Orphan
9078
9079PXA RTC DRIVER
9080M: Robert Jarzmik <robert.jarzmik@free.fr>
9081L: rtc-linux@googlegroups.com
9082S: Maintained
9083
9084QAT DRIVER
9085M: Tadeusz Struk <tadeusz.struk@intel.com>
9086L: qat-linux@intel.com
9087S: Supported
9088F: drivers/crypto/qat/
9089
9090QIB DRIVER
9091M: Mike Marciniszyn <infinipath@intel.com>
9092L: linux-rdma@vger.kernel.org
9093S: Supported
9094F: drivers/infiniband/hw/qib/
9095
9096QLOGIC QLA1280 SCSI DRIVER
9097M: Michael Reed <mdr@sgi.com>
9098L: linux-scsi@vger.kernel.org
9099S: Maintained
9100F: drivers/scsi/qla1280.[ch]
9101
9102QLOGIC QLA2XXX FC-SCSI DRIVER
9103M: qla2xxx-upstream@qlogic.com
9104L: linux-scsi@vger.kernel.org
9105S: Supported
9106F: Documentation/scsi/LICENSE.qla2xxx
9107F: drivers/scsi/qla2xxx/
9108
9109QLOGIC QLA4XXX iSCSI DRIVER
9110M: QLogic-Storage-Upstream@qlogic.com
9111L: linux-scsi@vger.kernel.org
9112S: Supported
9113F: Documentation/scsi/LICENSE.qla4xxx
9114F: drivers/scsi/qla4xxx/
9115
9116QLOGIC QLA3XXX NETWORK DRIVER
9117M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9118M: Ron Mercer <ron.mercer@qlogic.com>
9119M: linux-driver@qlogic.com
9120L: netdev@vger.kernel.org
9121S: Supported
9122F: Documentation/networking/LICENSE.qla3xxx
9123F: drivers/net/ethernet/qlogic/qla3xxx.*
9124
9125QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9126M: Dept-GELinuxNICDev@qlogic.com
9127L: netdev@vger.kernel.org
9128S: Supported
9129F: drivers/net/ethernet/qlogic/qlcnic/
9130
9131QLOGIC QLGE 10Gb ETHERNET DRIVER
9132M: Harish Patil <harish.patil@qlogic.com>
9133M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9134M: Dept-GELinuxNICDev@qlogic.com
9135M: linux-driver@qlogic.com
9136L: netdev@vger.kernel.org
9137S: Supported
9138F: drivers/net/ethernet/qlogic/qlge/
9139
9140QLOGIC QL4xxx ETHERNET DRIVER
9141M: Yuval Mintz <Yuval.Mintz@qlogic.com>
9142M: Ariel Elior <Ariel.Elior@qlogic.com>
9143M: everest-linux-l2@qlogic.com
9144L: netdev@vger.kernel.org
9145S: Supported
9146F: drivers/net/ethernet/qlogic/qed/
9147F: include/linux/qed/
9148F: drivers/net/ethernet/qlogic/qede/
9149
9150QNX4 FILESYSTEM
9151M: Anders Larsen <al@alarsen.net>
9152W: http://www.alarsen.net/linux/qnx4fs/
9153S: Maintained
9154F: fs/qnx4/
9155F: include/uapi/linux/qnx4_fs.h
9156F: include/uapi/linux/qnxtypes.h
9157
9158QT1010 MEDIA DRIVER
9159M: Antti Palosaari <crope@iki.fi>
9160L: linux-media@vger.kernel.org
9161W: https://linuxtv.org
9162W: http://palosaari.fi/linux/
9163Q: http://patchwork.linuxtv.org/project/linux-media/list/
9164T: git git://linuxtv.org/anttip/media_tree.git
9165S: Maintained
9166F: drivers/media/tuners/qt1010*
9167
9168QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9169M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9170L: linux-wireless@vger.kernel.org
9171L: ath9k-devel@lists.ath9k.org
9172W: http://wireless.kernel.org/en/users/Drivers/ath9k
9173S: Supported
9174F: drivers/net/wireless/ath/ath9k/
9175
9176QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9177M: Kalle Valo <kvalo@qca.qualcomm.com>
9178L: ath10k@lists.infradead.org
9179W: http://wireless.kernel.org/en/users/Drivers/ath10k
9180T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9181S: Supported
9182F: drivers/net/wireless/ath/ath10k/
9183
9184QUALCOMM HEXAGON ARCHITECTURE
9185M: Richard Kuo <rkuo@codeaurora.org>
9186L: linux-hexagon@vger.kernel.org
9187T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9188S: Supported
9189F: arch/hexagon/
9190
9191QUALCOMM WCN36XX WIRELESS DRIVER
9192M: Eugene Krasnikov <k.eugene.e@gmail.com>
9193L: wcn36xx@lists.infradead.org
9194W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
9195T: git git://github.com/KrasnikovEugene/wcn36xx.git
9196S: Supported
9197F: drivers/net/wireless/ath/wcn36xx/
9198
9199QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9200M: Gabriel Somlo <somlo@cmu.edu>
9201M: "Michael S. Tsirkin" <mst@redhat.com>
9202L: qemu-devel@nongnu.org
9203S: Maintained
9204F: drivers/firmware/qemu_fw_cfg.c
9205
9206RADOS BLOCK DEVICE (RBD)
9207M: Ilya Dryomov <idryomov@gmail.com>
9208M: Sage Weil <sage@redhat.com>
9209M: Alex Elder <elder@kernel.org>
9210L: ceph-devel@vger.kernel.org
9211W: http://ceph.com/
9212T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9213T: git git://github.com/ceph/ceph-client.git
9214S: Supported
9215F: Documentation/ABI/testing/sysfs-bus-rbd
9216F: drivers/block/rbd.c
9217F: drivers/block/rbd_types.h
9218
9219RADEON FRAMEBUFFER DISPLAY DRIVER
9220M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9221L: linux-fbdev@vger.kernel.org
9222S: Maintained
9223F: drivers/video/fbdev/aty/radeon*
9224F: include/uapi/linux/radeonfb.h
9225
9226RADIOSHARK RADIO DRIVER
9227M: Hans de Goede <hdegoede@redhat.com>
9228L: linux-media@vger.kernel.org
9229T: git git://linuxtv.org/media_tree.git
9230S: Maintained
9231F: drivers/media/radio/radio-shark.c
9232
9233RADIOSHARK2 RADIO DRIVER
9234M: Hans de Goede <hdegoede@redhat.com>
9235L: linux-media@vger.kernel.org
9236T: git git://linuxtv.org/media_tree.git
9237S: Maintained
9238F: drivers/media/radio/radio-shark2.c
9239F: drivers/media/radio/radio-tea5777.c
9240
9241RAGE128 FRAMEBUFFER DISPLAY DRIVER
9242M: Paul Mackerras <paulus@samba.org>
9243L: linux-fbdev@vger.kernel.org
9244S: Maintained
9245F: drivers/video/fbdev/aty/aty128fb.c
9246
9247RALINK MIPS ARCHITECTURE
9248M: John Crispin <blogic@openwrt.org>
9249L: linux-mips@linux-mips.org
9250S: Maintained
9251F: arch/mips/ralink
9252
9253RALINK RT2X00 WIRELESS LAN DRIVER
9254P: rt2x00 project
9255M: Stanislaw Gruszka <sgruszka@redhat.com>
9256M: Helmut Schaa <helmut.schaa@googlemail.com>
9257L: linux-wireless@vger.kernel.org
9258S: Maintained
9259F: drivers/net/wireless/ralink/rt2x00/
9260
9261RAMDISK RAM BLOCK DEVICE DRIVER
9262M: Jens Axboe <axboe@kernel.dk>
9263S: Maintained
9264F: Documentation/blockdev/ramdisk.txt
9265F: drivers/block/brd.c
9266
9267RANDOM NUMBER DRIVER
9268M: "Theodore Ts'o" <tytso@mit.edu>
9269S: Maintained
9270F: drivers/char/random.c
9271
9272RAPIDIO SUBSYSTEM
9273M: Matt Porter <mporter@kernel.crashing.org>
9274M: Alexandre Bounine <alexandre.bounine@idt.com>
9275S: Maintained
9276F: drivers/rapidio/
9277
9278RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9279L: linux-wireless@vger.kernel.org
9280S: Orphan
9281F: drivers/net/wireless/ray*
9282
9283RCUTORTURE MODULE
9284M: Josh Triplett <josh@joshtriplett.org>
9285M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9286L: linux-kernel@vger.kernel.org
9287S: Supported
9288T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9289F: Documentation/RCU/torture.txt
9290F: kernel/rcu/rcutorture.c
9291
9292RCUTORTURE TEST FRAMEWORK
9293M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9294M: Josh Triplett <josh@joshtriplett.org>
9295R: Steven Rostedt <rostedt@goodmis.org>
9296R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9297R: Lai Jiangshan <jiangshanlai@gmail.com>
9298L: linux-kernel@vger.kernel.org
9299S: Supported
9300T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9301F: tools/testing/selftests/rcutorture
9302
9303RDC R-321X SoC
9304M: Florian Fainelli <florian@openwrt.org>
9305S: Maintained
9306
9307RDC R6040 FAST ETHERNET DRIVER
9308M: Florian Fainelli <florian@openwrt.org>
9309L: netdev@vger.kernel.org
9310S: Maintained
9311F: drivers/net/ethernet/rdc/r6040.c
9312
9313RDS - RELIABLE DATAGRAM SOCKETS
9314M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
9315L: netdev@vger.kernel.org
9316L: linux-rdma@vger.kernel.org
9317L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9318W: https://oss.oracle.com/projects/rds/
9319S: Supported
9320F: net/rds/
9321F: Documentation/networking/rds.txt
9322
9323RDMAVT - RDMA verbs software
9324M: Dennis Dalessandro <dennis.dalessandro@intel.com>
9325L: linux-rdma@vger.kernel.org
9326S: Supported
9327F: drivers/infiniband/sw/rdmavt
9328
9329READ-COPY UPDATE (RCU)
9330M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9331M: Josh Triplett <josh@joshtriplett.org>
9332R: Steven Rostedt <rostedt@goodmis.org>
9333R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9334R: Lai Jiangshan <jiangshanlai@gmail.com>
9335L: linux-kernel@vger.kernel.org
9336W: http://www.rdrop.com/users/paulmck/RCU/
9337S: Supported
9338T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9339F: Documentation/RCU/
9340X: Documentation/RCU/torture.txt
9341F: include/linux/rcu*
9342X: include/linux/srcu.h
9343F: kernel/rcu/
9344X: kernel/torture.c
9345
9346REAL TIME CLOCK (RTC) SUBSYSTEM
9347M: Alessandro Zummo <a.zummo@towertech.it>
9348M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9349L: rtc-linux@googlegroups.com
9350Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9351T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9352S: Maintained
9353F: Documentation/rtc.txt
9354F: drivers/rtc/
9355F: include/linux/rtc.h
9356F: include/uapi/linux/rtc.h
9357
9358REALTEK AUDIO CODECS
9359M: Bard Liao <bardliao@realtek.com>
9360M: Oder Chiou <oder_chiou@realtek.com>
9361S: Maintained
9362F: sound/soc/codecs/rt*
9363F: include/sound/rt*.h
9364
9365REISERFS FILE SYSTEM
9366L: reiserfs-devel@vger.kernel.org
9367S: Supported
9368F: fs/reiserfs/
9369
9370REGISTER MAP ABSTRACTION
9371M: Mark Brown <broonie@kernel.org>
9372L: linux-kernel@vger.kernel.org
9373T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9374S: Supported
9375F: drivers/base/regmap/
9376F: include/linux/regmap.h
9377
9378REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9379M: Ohad Ben-Cohen <ohad@wizery.com>
9380M: Bjorn Andersson <bjorn.andersson@linaro.org>
9381L: linux-remoteproc@vger.kernel.org
9382T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9383S: Maintained
9384F: drivers/remoteproc/
9385F: Documentation/remoteproc.txt
9386F: include/linux/remoteproc.h
9387
9388REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9389M: Ohad Ben-Cohen <ohad@wizery.com>
9390M: Bjorn Andersson <bjorn.andersson@linaro.org>
9391L: linux-remoteproc@vger.kernel.org
9392T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9393S: Maintained
9394F: drivers/rpmsg/
9395F: Documentation/rpmsg.txt
9396F: include/linux/rpmsg.h
9397
9398RENESAS ETHERNET DRIVERS
9399R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9400L: netdev@vger.kernel.org
9401L: linux-renesas-soc@vger.kernel.org
9402F: drivers/net/ethernet/renesas/
9403F: include/linux/sh_eth.h
9404
9405RENESAS USB2 PHY DRIVER
9406M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9407L: linux-renesas-soc@vger.kernel.org
9408S: Maintained
9409F: drivers/phy/phy-rcar-gen3-usb2.c
9410
9411RESET CONTROLLER FRAMEWORK
9412M: Philipp Zabel <p.zabel@pengutronix.de>
9413T: git git://git.pengutronix.de/git/pza/linux
9414S: Maintained
9415F: drivers/reset/
9416F: Documentation/devicetree/bindings/reset/
9417F: include/dt-bindings/reset/
9418F: include/linux/reset.h
9419F: include/linux/reset-controller.h
9420
9421RFKILL
9422M: Johannes Berg <johannes@sipsolutions.net>
9423L: linux-wireless@vger.kernel.org
9424W: http://wireless.kernel.org/
9425T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9426T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9427S: Maintained
9428F: Documentation/rfkill.txt
9429F: net/rfkill/
9430
9431RHASHTABLE
9432M: Thomas Graf <tgraf@suug.ch>
9433L: netdev@vger.kernel.org
9434S: Maintained
9435F: lib/rhashtable.c
9436F: include/linux/rhashtable.h
9437
9438RICOH SMARTMEDIA/XD DRIVER
9439M: Maxim Levitsky <maximlevitsky@gmail.com>
9440S: Maintained
9441F: drivers/mtd/nand/r852.c
9442F: drivers/mtd/nand/r852.h
9443
9444RICOH R5C592 MEMORYSTICK DRIVER
9445M: Maxim Levitsky <maximlevitsky@gmail.com>
9446S: Maintained
9447F: drivers/memstick/host/r592.*
9448
9449ROCCAT DRIVERS
9450M: Stefan Achatz <erazor_de@users.sourceforge.net>
9451W: http://sourceforge.net/projects/roccat/
9452S: Maintained
9453F: drivers/hid/hid-roccat*
9454F: include/linux/hid-roccat*
9455F: Documentation/ABI/*/sysfs-driver-hid-roccat*
9456
9457ROCKER DRIVER
9458M: Jiri Pirko <jiri@resnulli.us>
9459M: Scott Feldman <sfeldma@gmail.com>
9460L: netdev@vger.kernel.org
9461S: Supported
9462F: drivers/net/ethernet/rocker/
9463
9464ROCKETPORT DRIVER
9465P: Comtrol Corp.
9466W: http://www.comtrol.com
9467S: Maintained
9468F: Documentation/serial/rocket.txt
9469F: drivers/tty/rocket*
9470
9471ROCKETPORT EXPRESS/INFINITY DRIVER
9472M: Kevin Cernekee <cernekee@gmail.com>
9473L: linux-serial@vger.kernel.org
9474S: Odd Fixes
9475F: drivers/tty/serial/rp2.*
9476
9477ROSE NETWORK LAYER
9478M: Ralf Baechle <ralf@linux-mips.org>
9479L: linux-hams@vger.kernel.org
9480W: http://www.linux-ax25.org/
9481S: Maintained
9482F: include/net/rose.h
9483F: include/uapi/linux/rose.h
9484F: net/rose/
9485
9486RTL2830 MEDIA DRIVER
9487M: Antti Palosaari <crope@iki.fi>
9488L: linux-media@vger.kernel.org
9489W: https://linuxtv.org
9490W: http://palosaari.fi/linux/
9491Q: http://patchwork.linuxtv.org/project/linux-media/list/
9492T: git git://linuxtv.org/anttip/media_tree.git
9493S: Maintained
9494F: drivers/media/dvb-frontends/rtl2830*
9495
9496RTL2832 MEDIA DRIVER
9497M: Antti Palosaari <crope@iki.fi>
9498L: linux-media@vger.kernel.org
9499W: https://linuxtv.org
9500W: http://palosaari.fi/linux/
9501Q: http://patchwork.linuxtv.org/project/linux-media/list/
9502T: git git://linuxtv.org/anttip/media_tree.git
9503S: Maintained
9504F: drivers/media/dvb-frontends/rtl2832*
9505
9506RTL2832_SDR MEDIA DRIVER
9507M: Antti Palosaari <crope@iki.fi>
9508L: linux-media@vger.kernel.org
9509W: https://linuxtv.org
9510W: http://palosaari.fi/linux/
9511Q: http://patchwork.linuxtv.org/project/linux-media/list/
9512T: git git://linuxtv.org/anttip/media_tree.git
9513S: Maintained
9514F: drivers/media/dvb-frontends/rtl2832_sdr*
9515
9516RTL8180 WIRELESS DRIVER
9517L: linux-wireless@vger.kernel.org
9518W: http://wireless.kernel.org/
9519T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9520S: Orphan
9521F: drivers/net/wireless/realtek/rtl818x/rtl8180/
9522
9523RTL8187 WIRELESS DRIVER
9524M: Herton Ronaldo Krzesinski <herton@canonical.com>
9525M: Hin-Tak Leung <htl10@users.sourceforge.net>
9526M: Larry Finger <Larry.Finger@lwfinger.net>
9527L: linux-wireless@vger.kernel.org
9528W: http://wireless.kernel.org/
9529T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9530S: Maintained
9531F: drivers/net/wireless/realtek/rtl818x/rtl8187/
9532
9533RTL8192CE WIRELESS DRIVER
9534M: Larry Finger <Larry.Finger@lwfinger.net>
9535M: Chaoming Li <chaoming_li@realsil.com.cn>
9536L: linux-wireless@vger.kernel.org
9537W: http://wireless.kernel.org/
9538T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9539S: Maintained
9540F: drivers/net/wireless/realtek/rtlwifi/
9541F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9542
9543RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9544M: Jes Sorensen <Jes.Sorensen@redhat.com>
9545L: linux-wireless@vger.kernel.org
9546T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
9547S: Maintained
9548F: drivers/net/wireless/realtek/rtl8xxxu/
9549
9550S3 SAVAGE FRAMEBUFFER DRIVER
9551M: Antonino Daplas <adaplas@gmail.com>
9552L: linux-fbdev@vger.kernel.org
9553S: Maintained
9554F: drivers/video/fbdev/savage/
9555
9556S390
9557M: Martin Schwidefsky <schwidefsky@de.ibm.com>
9558M: Heiko Carstens <heiko.carstens@de.ibm.com>
9559L: linux-s390@vger.kernel.org
9560W: http://www.ibm.com/developerworks/linux/linux390/
9561T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9562S: Supported
9563F: arch/s390/
9564F: drivers/s390/
9565F: Documentation/s390/
9566F: Documentation/DocBook/s390*
9567
9568S390 COMMON I/O LAYER
9569M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9570M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9571L: linux-s390@vger.kernel.org
9572W: http://www.ibm.com/developerworks/linux/linux390/
9573S: Supported
9574F: drivers/s390/cio/
9575
9576S390 DASD DRIVER
9577M: Stefan Weinhuber <wein@de.ibm.com>
9578M: Stefan Haberland <stefan.haberland@de.ibm.com>
9579L: linux-s390@vger.kernel.org
9580W: http://www.ibm.com/developerworks/linux/linux390/
9581S: Supported
9582F: drivers/s390/block/dasd*
9583F: block/partitions/ibm.c
9584
9585S390 NETWORK DRIVERS
9586M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9587L: linux-s390@vger.kernel.org
9588W: http://www.ibm.com/developerworks/linux/linux390/
9589S: Supported
9590F: drivers/s390/net/
9591
9592S390 PCI SUBSYSTEM
9593M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9594M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9595L: linux-s390@vger.kernel.org
9596W: http://www.ibm.com/developerworks/linux/linux390/
9597S: Supported
9598F: arch/s390/pci/
9599F: drivers/pci/hotplug/s390_pci_hpc.c
9600
9601S390 ZCRYPT DRIVER
9602M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9603L: linux-s390@vger.kernel.org
9604W: http://www.ibm.com/developerworks/linux/linux390/
9605S: Supported
9606F: drivers/s390/crypto/
9607
9608S390 ZFCP DRIVER
9609M: Steffen Maier <maier@linux.vnet.ibm.com>
9610L: linux-s390@vger.kernel.org
9611W: http://www.ibm.com/developerworks/linux/linux390/
9612S: Supported
9613F: drivers/s390/scsi/zfcp_*
9614
9615S390 IUCV NETWORK LAYER
9616M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9617L: linux-s390@vger.kernel.org
9618W: http://www.ibm.com/developerworks/linux/linux390/
9619S: Supported
9620F: drivers/s390/net/*iucv*
9621F: include/net/iucv/
9622F: net/iucv/
9623
9624S390 IOMMU (PCI)
9625M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9626L: linux-s390@vger.kernel.org
9627W: http://www.ibm.com/developerworks/linux/linux390/
9628S: Supported
9629F: drivers/iommu/s390-iommu.c
9630
9631S3C24XX SD/MMC Driver
9632M: Ben Dooks <ben-linux@fluff.org>
9633L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9634S: Supported
9635F: drivers/mmc/host/s3cmci.*
9636
9637SAA6588 RDS RECEIVER DRIVER
9638M: Hans Verkuil <hverkuil@xs4all.nl>
9639L: linux-media@vger.kernel.org
9640T: git git://linuxtv.org/media_tree.git
9641W: https://linuxtv.org
9642S: Odd Fixes
9643F: drivers/media/i2c/saa6588*
9644
9645SAA7134 VIDEO4LINUX DRIVER
9646M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9647L: linux-media@vger.kernel.org
9648W: https://linuxtv.org
9649T: git git://linuxtv.org/media_tree.git
9650S: Odd fixes
9651F: Documentation/video4linux/*.saa7134
9652F: drivers/media/pci/saa7134/
9653
9654SAA7146 VIDEO4LINUX-2 DRIVER
9655M: Hans Verkuil <hverkuil@xs4all.nl>
9656L: linux-media@vger.kernel.org
9657T: git git://linuxtv.org/media_tree.git
9658S: Maintained
9659F: drivers/media/common/saa7146/
9660F: drivers/media/pci/saa7146/
9661F: include/media/saa7146*
9662
9663SAMSUNG LAPTOP DRIVER
9664M: Corentin Chary <corentin.chary@gmail.com>
9665L: platform-driver-x86@vger.kernel.org
9666S: Maintained
9667F: drivers/platform/x86/samsung-laptop.c
9668
9669SAMSUNG AUDIO (ASoC) DRIVERS
9670M: Sangbeom Kim <sbkim73@samsung.com>
9671L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9672S: Supported
9673F: sound/soc/samsung/
9674
9675SAMSUNG FRAMEBUFFER DRIVER
9676M: Jingoo Han <jingoohan1@gmail.com>
9677L: linux-fbdev@vger.kernel.org
9678S: Maintained
9679F: drivers/video/fbdev/s3c-fb.c
9680
9681SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9682M: Sangbeom Kim <sbkim73@samsung.com>
9683M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9684L: linux-kernel@vger.kernel.org
9685L: linux-samsung-soc@vger.kernel.org
9686S: Supported
9687F: drivers/mfd/sec*.c
9688F: drivers/regulator/s2m*.c
9689F: drivers/regulator/s5m*.c
9690F: drivers/clk/clk-s2mps11.c
9691F: drivers/rtc/rtc-s5m.c
9692F: include/linux/mfd/samsung/
9693F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9694F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9695F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9696F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9697
9698SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9699M: Kyungmin Park <kyungmin.park@samsung.com>
9700M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9701L: linux-media@vger.kernel.org
9702Q: https://patchwork.linuxtv.org/project/linux-media/list/
9703S: Supported
9704F: drivers/media/platform/exynos4-is/
9705
9706SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9707M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9708L: linux-media@vger.kernel.org
9709L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9710S: Maintained
9711F: drivers/media/platform/s3c-camif/
9712F: include/media/drv-intf/s3c_camif.h
9713
9714SAMSUNG S5C73M3 CAMERA DRIVER
9715M: Kyungmin Park <kyungmin.park@samsung.com>
9716M: Andrzej Hajda <a.hajda@samsung.com>
9717L: linux-media@vger.kernel.org
9718S: Supported
9719F: drivers/media/i2c/s5c73m3/*
9720
9721SAMSUNG S5K5BAF CAMERA DRIVER
9722M: Kyungmin Park <kyungmin.park@samsung.com>
9723M: Andrzej Hajda <a.hajda@samsung.com>
9724L: linux-media@vger.kernel.org
9725S: Supported
9726F: drivers/media/i2c/s5k5baf.c
9727
9728SAMSUNG S3FWRN5 NFC DRIVER
9729M: Robert Baldyga <r.baldyga@samsung.com>
9730M: Krzysztof Opasiak <k.opasiak@samsung.com>
9731L: linux-nfc@lists.01.org (moderated for non-subscribers)
9732S: Supported
9733F: drivers/nfc/s3fwrn5
9734
9735SAMSUNG SOC CLOCK DRIVERS
9736M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9737M: Tomasz Figa <tomasz.figa@gmail.com>
9738S: Supported
9739L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9740F: drivers/clk/samsung/
9741
9742SAMSUNG SXGBE DRIVERS
9743M: Byungho An <bh74.an@samsung.com>
9744M: Girish K S <ks.giri@samsung.com>
9745M: Vipul Pandya <vipul.pandya@samsung.com>
9746S: Supported
9747L: netdev@vger.kernel.org
9748F: drivers/net/ethernet/samsung/sxgbe/
9749
9750SAMSUNG THERMAL DRIVER
9751M: Lukasz Majewski <l.majewski@samsung.com>
9752L: linux-pm@vger.kernel.org
9753L: linux-samsung-soc@vger.kernel.org
9754S: Supported
9755T: git https://github.com/lmajewski/linux-samsung-thermal.git
9756F: drivers/thermal/samsung/
9757
9758SAMSUNG USB2 PHY DRIVER
9759M: Kamil Debski <k.debski@samsung.com>
9760L: linux-kernel@vger.kernel.org
9761S: Supported
9762F: Documentation/devicetree/bindings/phy/samsung-phy.txt
9763F: Documentation/phy/samsung-usb2.txt
9764F: drivers/phy/phy-exynos4210-usb2.c
9765F: drivers/phy/phy-exynos4x12-usb2.c
9766F: drivers/phy/phy-exynos5250-usb2.c
9767F: drivers/phy/phy-s5pv210-usb2.c
9768F: drivers/phy/phy-samsung-usb2.c
9769F: drivers/phy/phy-samsung-usb2.h
9770
9771SERIAL DRIVERS
9772M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9773L: linux-serial@vger.kernel.org
9774S: Maintained
9775F: drivers/tty/serial/
9776
9777SYNOPSYS DESIGNWARE DMAC DRIVER
9778M: Viresh Kumar <vireshk@kernel.org>
9779M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9780S: Maintained
9781F: include/linux/dma/dw.h
9782F: include/linux/platform_data/dma-dw.h
9783F: drivers/dma/dw/
9784
9785SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9786M: Lars Persson <lars.persson@axis.com>
9787L: netdev@vger.kernel.org
9788S: Supported
9789F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9790F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9791
9792SYNOPSYS DESIGNWARE I2C DRIVER
9793M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
9794R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9795R: Mika Westerberg <mika.westerberg@linux.intel.com>
9796L: linux-i2c@vger.kernel.org
9797S: Maintained
9798F: drivers/i2c/busses/i2c-designware-*
9799F: include/linux/platform_data/i2c-designware.h
9800
9801SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9802M: Jaehoon Chung <jh80.chung@samsung.com>
9803L: linux-mmc@vger.kernel.org
9804S: Maintained
9805F: include/linux/mmc/dw_mmc.h
9806F: drivers/mmc/host/dw_mmc*
9807
9808SYSTEM TRACE MODULE CLASS
9809M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9810S: Maintained
9811F: Documentation/trace/stm.txt
9812F: drivers/hwtracing/stm/
9813F: include/linux/stm.h
9814F: include/uapi/linux/stm.h
9815
9816THUNDERBOLT DRIVER
9817M: Andreas Noever <andreas.noever@gmail.com>
9818S: Maintained
9819F: drivers/thunderbolt/
9820
9821TI BQ27XXX POWER SUPPLY DRIVER
9822R: Andrew F. Davis <afd@ti.com>
9823F: include/linux/power/bq27xxx_battery.h
9824F: drivers/power/bq27xxx_battery.c
9825F: drivers/power/bq27xxx_battery_i2c.c
9826
9827TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9828M: John Stultz <john.stultz@linaro.org>
9829M: Thomas Gleixner <tglx@linutronix.de>
9830L: linux-kernel@vger.kernel.org
9831T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9832S: Supported
9833F: include/linux/clocksource.h
9834F: include/linux/time.h
9835F: include/linux/timex.h
9836F: include/uapi/linux/time.h
9837F: include/uapi/linux/timex.h
9838F: kernel/time/clocksource.c
9839F: kernel/time/time*.c
9840F: kernel/time/alarmtimer.c
9841F: kernel/time/ntp.c
9842F: tools/testing/selftests/timers/
9843
9844SC1200 WDT DRIVER
9845M: Zwane Mwaikambo <zwanem@gmail.com>
9846S: Maintained
9847F: drivers/watchdog/sc1200wdt.c
9848
9849SCHEDULER
9850M: Ingo Molnar <mingo@redhat.com>
9851M: Peter Zijlstra <peterz@infradead.org>
9852L: linux-kernel@vger.kernel.org
9853T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9854S: Maintained
9855F: kernel/sched/
9856F: include/linux/sched.h
9857F: include/uapi/linux/sched.h
9858F: include/linux/wait.h
9859
9860SCORE ARCHITECTURE
9861M: Chen Liqin <liqin.linux@gmail.com>
9862M: Lennox Wu <lennox.wu@gmail.com>
9863W: http://www.sunplus.com
9864S: Supported
9865F: arch/score/
9866
9867SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9868M: Sudeep Holla <sudeep.holla@arm.com>
9869L: linux-arm-kernel@lists.infradead.org
9870S: Maintained
9871F: Documentation/devicetree/bindings/arm/arm,scpi.txt
9872F: drivers/clk/clk-scpi.c
9873F: drivers/cpufreq/scpi-cpufreq.c
9874F: drivers/firmware/arm_scpi.c
9875F: include/linux/scpi_protocol.h
9876
9877SCSI CDROM DRIVER
9878M: Jens Axboe <axboe@kernel.dk>
9879L: linux-scsi@vger.kernel.org
9880W: http://www.kernel.dk
9881S: Maintained
9882F: drivers/scsi/sr*
9883
9884SCSI RDMA PROTOCOL (SRP) INITIATOR
9885M: Bart Van Assche <bart.vanassche@sandisk.com>
9886L: linux-rdma@vger.kernel.org
9887S: Supported
9888W: http://www.openfabrics.org
9889Q: http://patchwork.kernel.org/project/linux-rdma/list/
9890T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9891F: drivers/infiniband/ulp/srp/
9892F: include/scsi/srp.h
9893
9894SCSI SG DRIVER
9895M: Doug Gilbert <dgilbert@interlog.com>
9896L: linux-scsi@vger.kernel.org
9897W: http://sg.danny.cz/sg
9898S: Maintained
9899F: Documentation/scsi/scsi-generic.txt
9900F: drivers/scsi/sg.c
9901F: include/scsi/sg.h
9902
9903SCSI SUBSYSTEM
9904M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
9905T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9906M: "Martin K. Petersen" <martin.petersen@oracle.com>
9907T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9908L: linux-scsi@vger.kernel.org
9909S: Maintained
9910F: drivers/scsi/
9911F: include/scsi/
9912
9913SCSI TAPE DRIVER
9914M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9915L: linux-scsi@vger.kernel.org
9916S: Maintained
9917F: Documentation/scsi/st.txt
9918F: drivers/scsi/st.*
9919F: drivers/scsi/st_*.h
9920
9921SCTP PROTOCOL
9922M: Vlad Yasevich <vyasevich@gmail.com>
9923M: Neil Horman <nhorman@tuxdriver.com>
9924L: linux-sctp@vger.kernel.org
9925W: http://lksctp.sourceforge.net
9926S: Maintained
9927F: Documentation/networking/sctp.txt
9928F: include/linux/sctp.h
9929F: include/uapi/linux/sctp.h
9930F: include/net/sctp/
9931F: net/sctp/
9932
9933SCx200 CPU SUPPORT
9934M: Jim Cromie <jim.cromie@gmail.com>
9935S: Odd Fixes
9936F: Documentation/i2c/busses/scx200_acb
9937F: arch/x86/platform/scx200/
9938F: drivers/watchdog/scx200_wdt.c
9939F: drivers/i2c/busses/scx200*
9940F: drivers/mtd/maps/scx200_docflash.c
9941F: include/linux/scx200.h
9942
9943SCx200 GPIO DRIVER
9944M: Jim Cromie <jim.cromie@gmail.com>
9945S: Maintained
9946F: drivers/char/scx200_gpio.c
9947F: include/linux/scx200_gpio.h
9948
9949SCx200 HRT CLOCKSOURCE DRIVER
9950M: Jim Cromie <jim.cromie@gmail.com>
9951S: Maintained
9952F: drivers/clocksource/scx200_hrt.c
9953
9954SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9955M: Sascha Sommer <saschasommer@freenet.de>
9956L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9957S: Maintained
9958F: drivers/mmc/host/sdricoh_cs.c
9959
9960SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9961M: Adrian Hunter <adrian.hunter@intel.com>
9962L: linux-mmc@vger.kernel.org
9963T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
9964S: Maintained
9965F: drivers/mmc/host/sdhci*
9966F: include/linux/mmc/sdhci*
9967
9968SECURE COMPUTING
9969M: Kees Cook <keescook@chromium.org>
9970R: Andy Lutomirski <luto@amacapital.net>
9971R: Will Drewry <wad@chromium.org>
9972T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9973S: Supported
9974F: kernel/seccomp.c
9975F: include/uapi/linux/seccomp.h
9976F: include/linux/seccomp.h
9977F: tools/testing/selftests/seccomp/*
9978K: \bsecure_computing
9979K: \bTIF_SECCOMP\b
9980
9981SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9982M: Ben Dooks <ben-linux@fluff.org>
9983M: Jaehoon Chung <jh80.chung@samsung.com>
9984L: linux-mmc@vger.kernel.org
9985S: Maintained
9986F: drivers/mmc/host/sdhci-s3c*
9987
9988SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9989M: Viresh Kumar <vireshk@kernel.org>
9990L: spear-devel@list.st.com
9991L: linux-mmc@vger.kernel.org
9992S: Maintained
9993F: drivers/mmc/host/sdhci-spear.c
9994
9995SECURITY SUBSYSTEM
9996M: James Morris <james.l.morris@oracle.com>
9997M: "Serge E. Hallyn" <serge@hallyn.com>
9998L: linux-security-module@vger.kernel.org (suggested Cc:)
9999T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10000W: http://kernsec.org/
10001S: Supported
10002F: security/
10003
10004SECURITY CONTACT
10005M: Security Officers <security@kernel.org>
10006S: Supported
10007
10008SELINUX SECURITY MODULE
10009M: Paul Moore <paul@paul-moore.com>
10010M: Stephen Smalley <sds@tycho.nsa.gov>
10011M: Eric Paris <eparis@parisplace.org>
10012L: selinux@tycho.nsa.gov (moderated for non-subscribers)
10013W: http://selinuxproject.org
10014T: git git://git.infradead.org/users/pcmoore/selinux
10015S: Supported
10016F: include/linux/selinux*
10017F: security/selinux/
10018F: scripts/selinux/
10019
10020APPARMOR SECURITY MODULE
10021M: John Johansen <john.johansen@canonical.com>
10022L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10023W: apparmor.wiki.kernel.org
10024T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10025S: Supported
10026F: security/apparmor/
10027
10028YAMA SECURITY MODULE
10029M: Kees Cook <keescook@chromium.org>
10030T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10031S: Supported
10032F: security/yama/
10033
10034SENSABLE PHANTOM
10035M: Jiri Slaby <jirislaby@gmail.com>
10036S: Maintained
10037F: drivers/misc/phantom.c
10038F: include/uapi/linux/phantom.h
10039
10040SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10041M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10042M: Ketan Mukadam <ketan.mukadam@avagotech.com>
10043M: John Soni Jose <sony.john@avagotech.com>
10044L: linux-scsi@vger.kernel.org
10045W: http://www.avagotech.com
10046S: Supported
10047F: drivers/scsi/be2iscsi/
10048
10049Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
10050M: Sathya Perla <sathya.perla@broadcom.com>
10051M: Ajit Khaparde <ajit.khaparde@broadcom.com>
10052M: Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
10053M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10054M: Somnath Kotur <somnath.kotur@broadcom.com>
10055L: netdev@vger.kernel.org
10056W: http://www.emulex.com
10057S: Supported
10058F: drivers/net/ethernet/emulex/benet/
10059
10060EMULEX ONECONNECT ROCE DRIVER
10061M: Selvin Xavier <selvin.xavier@avagotech.com>
10062M: Devesh Sharma <devesh.sharma@avagotech.com>
10063M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10064L: linux-rdma@vger.kernel.org
10065W: http://www.emulex.com
10066S: Supported
10067F: drivers/infiniband/hw/ocrdma/
10068
10069SFC NETWORK DRIVER
10070M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10071M: Edward Cree <ecree@solarflare.com>
10072M: Bert Kenward <bkenward@solarflare.com>
10073L: netdev@vger.kernel.org
10074S: Supported
10075F: drivers/net/ethernet/sfc/
10076
10077SGI GRU DRIVER
10078M: Dimitri Sivanich <sivanich@sgi.com>
10079S: Maintained
10080F: drivers/misc/sgi-gru/
10081
10082SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10083M: Pat Gefre <pfg@sgi.com>
10084L: linux-ia64@vger.kernel.org
10085S: Supported
10086F: Documentation/ia64/serial.txt
10087F: drivers/tty/serial/ioc?_serial.c
10088F: include/linux/ioc?.h
10089
10090SGI XP/XPC/XPNET DRIVER
10091M: Cliff Whickman <cpw@sgi.com>
10092M: Robin Holt <robinmholt@gmail.com>
10093S: Maintained
10094F: drivers/misc/sgi-xp/
10095
10096SI2157 MEDIA DRIVER
10097M: Antti Palosaari <crope@iki.fi>
10098L: linux-media@vger.kernel.org
10099W: https://linuxtv.org
10100W: http://palosaari.fi/linux/
10101Q: http://patchwork.linuxtv.org/project/linux-media/list/
10102T: git git://linuxtv.org/anttip/media_tree.git
10103S: Maintained
10104F: drivers/media/tuners/si2157*
10105
10106SI2168 MEDIA DRIVER
10107M: Antti Palosaari <crope@iki.fi>
10108L: linux-media@vger.kernel.org
10109W: https://linuxtv.org
10110W: http://palosaari.fi/linux/
10111Q: http://patchwork.linuxtv.org/project/linux-media/list/
10112T: git git://linuxtv.org/anttip/media_tree.git
10113S: Maintained
10114F: drivers/media/dvb-frontends/si2168*
10115
10116SI470X FM RADIO RECEIVER I2C DRIVER
10117M: Hans Verkuil <hverkuil@xs4all.nl>
10118L: linux-media@vger.kernel.org
10119T: git git://linuxtv.org/media_tree.git
10120W: https://linuxtv.org
10121S: Odd Fixes
10122F: drivers/media/radio/si470x/radio-si470x-i2c.c
10123
10124SI470X FM RADIO RECEIVER USB DRIVER
10125M: Hans Verkuil <hverkuil@xs4all.nl>
10126L: linux-media@vger.kernel.org
10127T: git git://linuxtv.org/media_tree.git
10128W: https://linuxtv.org
10129S: Maintained
10130F: drivers/media/radio/si470x/radio-si470x-common.c
10131F: drivers/media/radio/si470x/radio-si470x.h
10132F: drivers/media/radio/si470x/radio-si470x-usb.c
10133
10134SI4713 FM RADIO TRANSMITTER I2C DRIVER
10135M: Eduardo Valentin <edubezval@gmail.com>
10136L: linux-media@vger.kernel.org
10137T: git git://linuxtv.org/media_tree.git
10138W: https://linuxtv.org
10139S: Odd Fixes
10140F: drivers/media/radio/si4713/si4713.?
10141
10142SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10143M: Eduardo Valentin <edubezval@gmail.com>
10144L: linux-media@vger.kernel.org
10145T: git git://linuxtv.org/media_tree.git
10146W: https://linuxtv.org
10147S: Odd Fixes
10148F: drivers/media/radio/si4713/radio-platform-si4713.c
10149
10150SI4713 FM RADIO TRANSMITTER USB DRIVER
10151M: Hans Verkuil <hverkuil@xs4all.nl>
10152L: linux-media@vger.kernel.org
10153T: git git://linuxtv.org/media_tree.git
10154W: https://linuxtv.org
10155S: Maintained
10156F: drivers/media/radio/si4713/radio-usb-si4713.c
10157
10158SIANO DVB DRIVER
10159M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10160L: linux-media@vger.kernel.org
10161W: https://linuxtv.org
10162T: git git://linuxtv.org/media_tree.git
10163S: Odd fixes
10164F: drivers/media/common/siano/
10165F: drivers/media/usb/siano/
10166F: drivers/media/usb/siano/
10167F: drivers/media/mmc/siano/
10168
10169SIMPLEFB FB DRIVER
10170M: Hans de Goede <hdegoede@redhat.com>
10171L: linux-fbdev@vger.kernel.org
10172S: Maintained
10173F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
10174F: drivers/video/fbdev/simplefb.c
10175F: include/linux/platform_data/simplefb.h
10176
10177SH_VEU V4L2 MEM2MEM DRIVER
10178L: linux-media@vger.kernel.org
10179S: Orphan
10180F: drivers/media/platform/sh_veu.c
10181
10182SH_VOU V4L2 OUTPUT DRIVER
10183L: linux-media@vger.kernel.org
10184S: Orphan
10185F: drivers/media/platform/sh_vou.c
10186F: include/media/drv-intf/sh_vou.h
10187
10188SIMPLE FIRMWARE INTERFACE (SFI)
10189M: Len Brown <lenb@kernel.org>
10190L: sfi-devel@simplefirmware.org
10191W: http://simplefirmware.org/
10192T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10193S: Supported
10194F: arch/x86/platform/sfi/
10195F: drivers/sfi/
10196F: include/linux/sfi*.h
10197
10198SIMTEC EB110ATX (Chalice CATS)
10199P: Ben Dooks
10200P: Vincent Sanders <vince@simtec.co.uk>
10201M: Simtec Linux Team <linux@simtec.co.uk>
10202W: http://www.simtec.co.uk/products/EB110ATX/
10203S: Supported
10204
10205SIMTEC EB2410ITX (BAST)
10206P: Ben Dooks
10207P: Vincent Sanders <vince@simtec.co.uk>
10208M: Simtec Linux Team <linux@simtec.co.uk>
10209W: http://www.simtec.co.uk/products/EB2410ITX/
10210S: Supported
10211F: arch/arm/mach-s3c24xx/mach-bast.c
10212F: arch/arm/mach-s3c24xx/bast-ide.c
10213F: arch/arm/mach-s3c24xx/bast-irq.c
10214
10215TI DAVINCI MACHINE SUPPORT
10216M: Sekhar Nori <nsekhar@ti.com>
10217M: Kevin Hilman <khilman@kernel.org>
10218L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10219T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10220S: Supported
10221F: arch/arm/mach-davinci/
10222F: drivers/i2c/busses/i2c-davinci.c
10223
10224TI DAVINCI SERIES MEDIA DRIVER
10225M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10226L: linux-media@vger.kernel.org
10227W: https://linuxtv.org
10228Q: http://patchwork.linuxtv.org/project/linux-media/list/
10229T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10230S: Maintained
10231F: drivers/media/platform/davinci/
10232F: include/media/davinci/
10233
10234TI AM437X VPFE DRIVER
10235M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10236L: linux-media@vger.kernel.org
10237W: https://linuxtv.org
10238Q: http://patchwork.linuxtv.org/project/linux-media/list/
10239T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10240S: Maintained
10241F: drivers/media/platform/am437x/
10242
10243OV2659 OMNIVISION SENSOR DRIVER
10244M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10245L: linux-media@vger.kernel.org
10246W: https://linuxtv.org
10247Q: http://patchwork.linuxtv.org/project/linux-media/list/
10248T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10249S: Maintained
10250F: drivers/media/i2c/ov2659.c
10251F: include/media/i2c/ov2659.h
10252
10253SILICON MOTION SM712 FRAME BUFFER DRIVER
10254M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10255M: Teddy Wang <teddy.wang@siliconmotion.com>
10256M: Sudip Mukherjee <sudip@vectorindia.org>
10257L: linux-fbdev@vger.kernel.org
10258S: Maintained
10259F: drivers/video/fbdev/sm712*
10260F: Documentation/fb/sm712fb.txt
10261
10262SIS 190 ETHERNET DRIVER
10263M: Francois Romieu <romieu@fr.zoreil.com>
10264L: netdev@vger.kernel.org
10265S: Maintained
10266F: drivers/net/ethernet/sis/sis190.c
10267
10268SIS 900/7016 FAST ETHERNET DRIVER
10269M: Daniele Venzano <venza@brownhat.org>
10270W: http://www.brownhat.org/sis900.html
10271L: netdev@vger.kernel.org
10272S: Maintained
10273F: drivers/net/ethernet/sis/sis900.*
10274
10275SIS FRAMEBUFFER DRIVER
10276M: Thomas Winischhofer <thomas@winischhofer.net>
10277W: http://www.winischhofer.net/linuxsisvga.shtml
10278S: Maintained
10279F: Documentation/fb/sisfb.txt
10280F: drivers/video/fbdev/sis/
10281F: include/video/sisfb.h
10282
10283SIS USB2VGA DRIVER
10284M: Thomas Winischhofer <thomas@winischhofer.net>
10285W: http://www.winischhofer.at/linuxsisusbvga.shtml
10286S: Maintained
10287F: drivers/usb/misc/sisusbvga/
10288
10289SLAB ALLOCATOR
10290M: Christoph Lameter <cl@linux.com>
10291M: Pekka Enberg <penberg@kernel.org>
10292M: David Rientjes <rientjes@google.com>
10293M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10294M: Andrew Morton <akpm@linux-foundation.org>
10295L: linux-mm@kvack.org
10296S: Maintained
10297F: include/linux/sl?b*.h
10298F: mm/sl?b*
10299
10300SLEEPABLE READ-COPY UPDATE (SRCU)
10301M: Lai Jiangshan <jiangshanlai@gmail.com>
10302M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10303M: Josh Triplett <josh@joshtriplett.org>
10304R: Steven Rostedt <rostedt@goodmis.org>
10305R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10306L: linux-kernel@vger.kernel.org
10307W: http://www.rdrop.com/users/paulmck/RCU/
10308S: Supported
10309T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10310F: include/linux/srcu.h
10311F: kernel/rcu/srcu.c
10312
10313SMACK SECURITY MODULE
10314M: Casey Schaufler <casey@schaufler-ca.com>
10315L: linux-security-module@vger.kernel.org
10316W: http://schaufler-ca.com
10317T: git git://git.gitorious.org/smack-next/kernel.git
10318S: Maintained
10319F: Documentation/security/Smack.txt
10320F: security/smack/
10321
10322DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10323M: Kevin Hilman <khilman@kernel.org>
10324M: Nishanth Menon <nm@ti.com>
10325S: Maintained
10326F: drivers/power/avs/
10327F: include/linux/power/smartreflex.h
10328L: linux-pm@vger.kernel.org
10329
10330SMC91x ETHERNET DRIVER
10331M: Nicolas Pitre <nico@fluxnic.net>
10332S: Odd Fixes
10333F: drivers/net/ethernet/smsc/smc91x.*
10334
10335SMIA AND SMIA++ IMAGE SENSOR DRIVER
10336M: Sakari Ailus <sakari.ailus@iki.fi>
10337L: linux-media@vger.kernel.org
10338S: Maintained
10339F: drivers/media/i2c/smiapp/
10340F: include/media/i2c/smiapp.h
10341F: drivers/media/i2c/smiapp-pll.c
10342F: drivers/media/i2c/smiapp-pll.h
10343F: include/uapi/linux/smiapp.h
10344F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10345
10346SMM665 HARDWARE MONITOR DRIVER
10347M: Guenter Roeck <linux@roeck-us.net>
10348L: linux-hwmon@vger.kernel.org
10349S: Maintained
10350F: Documentation/hwmon/smm665
10351F: drivers/hwmon/smm665.c
10352
10353SMSC EMC2103 HARDWARE MONITOR DRIVER
10354M: Steve Glendinning <steve.glendinning@shawell.net>
10355L: linux-hwmon@vger.kernel.org
10356S: Maintained
10357F: Documentation/hwmon/emc2103
10358F: drivers/hwmon/emc2103.c
10359
10360SMSC SCH5627 HARDWARE MONITOR DRIVER
10361M: Hans de Goede <hdegoede@redhat.com>
10362L: linux-hwmon@vger.kernel.org
10363S: Supported
10364F: Documentation/hwmon/sch5627
10365F: drivers/hwmon/sch5627.c
10366
10367SMSC47B397 HARDWARE MONITOR DRIVER
10368M: Jean Delvare <jdelvare@suse.com>
10369L: linux-hwmon@vger.kernel.org
10370S: Maintained
10371F: Documentation/hwmon/smsc47b397
10372F: drivers/hwmon/smsc47b397.c
10373
10374SMSC911x ETHERNET DRIVER
10375M: Steve Glendinning <steve.glendinning@shawell.net>
10376L: netdev@vger.kernel.org
10377S: Maintained
10378F: include/linux/smsc911x.h
10379F: drivers/net/ethernet/smsc/smsc911x.*
10380
10381SMSC9420 PCI ETHERNET DRIVER
10382M: Steve Glendinning <steve.glendinning@shawell.net>
10383L: netdev@vger.kernel.org
10384S: Maintained
10385F: drivers/net/ethernet/smsc/smsc9420.*
10386
10387SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10388M: Steve Glendinning <steve.glendinning@shawell.net>
10389L: linux-fbdev@vger.kernel.org
10390S: Maintained
10391F: drivers/video/fbdev/smscufx.c
10392
10393SOC-CAMERA V4L2 SUBSYSTEM
10394M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10395L: linux-media@vger.kernel.org
10396T: git git://linuxtv.org/media_tree.git
10397S: Maintained
10398F: include/media/soc*
10399F: drivers/media/i2c/soc_camera/
10400F: drivers/media/platform/soc_camera/
10401
10402SOEKRIS NET48XX LED SUPPORT
10403M: Chris Boot <bootc@bootc.net>
10404S: Maintained
10405F: drivers/leds/leds-net48xx.c
10406
10407SOFTLOGIC 6x10 MPEG CODEC
10408M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10409M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10410M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
10411M: Ismael Luceno <ismael@iodev.co.uk>
10412L: linux-media@vger.kernel.org
10413S: Supported
10414F: drivers/media/pci/solo6x10/
10415
10416SOFTWARE RAID (Multiple Disks) SUPPORT
10417M: Shaohua Li <shli@kernel.org>
10418L: linux-raid@vger.kernel.org
10419T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10420S: Supported
10421F: drivers/md/
10422F: include/linux/raid/
10423F: include/uapi/linux/raid/
10424
10425SONIC NETWORK DRIVER
10426M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10427L: netdev@vger.kernel.org
10428S: Maintained
10429F: drivers/net/ethernet/natsemi/sonic.*
10430
10431SONICS SILICON BACKPLANE DRIVER (SSB)
10432M: Michael Buesch <m@bues.ch>
10433L: linux-wireless@vger.kernel.org
10434S: Maintained
10435F: drivers/ssb/
10436F: include/linux/ssb/
10437
10438SONY VAIO CONTROL DEVICE DRIVER
10439M: Mattia Dongili <malattia@linux.it>
10440L: platform-driver-x86@vger.kernel.org
10441W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10442S: Maintained
10443F: Documentation/laptops/sony-laptop.txt
10444F: drivers/char/sonypi.c
10445F: drivers/platform/x86/sony-laptop.c
10446F: include/linux/sony-laptop.h
10447
10448SONY MEMORYSTICK CARD SUPPORT
10449M: Alex Dubov <oakad@yahoo.com>
10450W: http://tifmxx.berlios.de/
10451S: Maintained
10452F: drivers/memstick/host/tifm_ms.c
10453
10454SONY MEMORYSTICK STANDARD SUPPORT
10455M: Maxim Levitsky <maximlevitsky@gmail.com>
10456S: Maintained
10457F: drivers/memstick/core/ms_block.*
10458
10459SOUND
10460M: Jaroslav Kysela <perex@perex.cz>
10461M: Takashi Iwai <tiwai@suse.com>
10462L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10463W: http://www.alsa-project.org/
10464T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10465T: git git://git.alsa-project.org/alsa-kernel.git
10466Q: http://patchwork.kernel.org/project/alsa-devel/list/
10467S: Maintained
10468F: Documentation/sound/
10469F: include/sound/
10470F: include/uapi/sound/
10471F: sound/
10472
10473SOUND - COMPRESSED AUDIO
10474M: Vinod Koul <vinod.koul@intel.com>
10475L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10476T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10477S: Supported
10478F: Documentation/sound/alsa/compress_offload.txt
10479F: include/sound/compress_driver.h
10480F: include/uapi/sound/compress_*
10481F: sound/core/compress_offload.c
10482F: sound/soc/soc-compress.c
10483
10484SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10485M: Liam Girdwood <lgirdwood@gmail.com>
10486M: Mark Brown <broonie@kernel.org>
10487T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10488L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10489W: http://alsa-project.org/main/index.php/ASoC
10490S: Supported
10491F: Documentation/sound/alsa/soc/
10492F: sound/soc/
10493F: include/sound/soc*
10494
10495SOUND - DMAENGINE HELPERS
10496M: Lars-Peter Clausen <lars@metafoo.de>
10497S: Supported
10498F: include/sound/dmaengine_pcm.h
10499F: sound/core/pcm_dmaengine.c
10500F: sound/soc/soc-generic-dmaengine-pcm.c
10501
10502SP2 MEDIA DRIVER
10503M: Olli Salonen <olli.salonen@iki.fi>
10504L: linux-media@vger.kernel.org
10505W: https://linuxtv.org
10506Q: http://patchwork.linuxtv.org/project/linux-media/list/
10507S: Maintained
10508F: drivers/media/dvb-frontends/sp2*
10509
10510SPARC + UltraSPARC (sparc/sparc64)
10511M: "David S. Miller" <davem@davemloft.net>
10512L: sparclinux@vger.kernel.org
10513Q: http://patchwork.ozlabs.org/project/sparclinux/list/
10514T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10515T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10516S: Maintained
10517F: arch/sparc/
10518F: drivers/sbus/
10519
10520SPARC SERIAL DRIVERS
10521M: "David S. Miller" <davem@davemloft.net>
10522L: sparclinux@vger.kernel.org
10523T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10524T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10525S: Maintained
10526F: include/linux/sunserialcore.h
10527F: drivers/tty/serial/suncore.c
10528F: drivers/tty/serial/sunhv.c
10529F: drivers/tty/serial/sunsab.c
10530F: drivers/tty/serial/sunsab.h
10531F: drivers/tty/serial/sunsu.c
10532F: drivers/tty/serial/sunzilog.c
10533F: drivers/tty/serial/sunzilog.h
10534
10535SPARSE CHECKER
10536M: "Christopher Li" <sparse@chrisli.org>
10537L: linux-sparse@vger.kernel.org
10538W: https://sparse.wiki.kernel.org/
10539T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10540T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10541S: Maintained
10542F: include/linux/compiler.h
10543
10544SPEAR PLATFORM SUPPORT
10545M: Viresh Kumar <vireshk@kernel.org>
10546M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10547L: spear-devel@list.st.com
10548L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10549W: http://www.st.com/spear
10550S: Maintained
10551F: arch/arm/boot/dts/spear*
10552F: arch/arm/mach-spear/
10553
10554SPEAR CLOCK FRAMEWORK SUPPORT
10555M: Viresh Kumar <vireshk@kernel.org>
10556L: spear-devel@list.st.com
10557L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10558W: http://www.st.com/spear
10559S: Maintained
10560F: drivers/clk/spear/
10561
10562SPI SUBSYSTEM
10563M: Mark Brown <broonie@kernel.org>
10564L: linux-spi@vger.kernel.org
10565T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10566Q: http://patchwork.kernel.org/project/spi-devel-general/list/
10567S: Maintained
10568F: Documentation/spi/
10569F: drivers/spi/
10570F: include/linux/spi/
10571F: include/uapi/linux/spi/
10572
10573SPIDERNET NETWORK DRIVER for CELL
10574M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10575L: netdev@vger.kernel.org
10576S: Supported
10577F: Documentation/networking/spider_net.txt
10578F: drivers/net/ethernet/toshiba/spider_net*
10579
10580SPU FILE SYSTEM
10581M: Jeremy Kerr <jk@ozlabs.org>
10582L: linuxppc-dev@lists.ozlabs.org
10583W: http://www.ibm.com/developerworks/power/cell/
10584S: Supported
10585F: Documentation/filesystems/spufs.txt
10586F: arch/powerpc/platforms/cell/spufs/
10587
10588SQUASHFS FILE SYSTEM
10589M: Phillip Lougher <phillip@squashfs.org.uk>
10590L: squashfs-devel@lists.sourceforge.net (subscribers-only)
10591W: http://squashfs.org.uk
10592T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10593S: Maintained
10594F: Documentation/filesystems/squashfs.txt
10595F: fs/squashfs/
10596
10597SRM (Alpha) environment access
10598M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
10599S: Maintained
10600F: arch/alpha/kernel/srm_env.c
10601
10602STABLE BRANCH
10603M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10604L: stable@vger.kernel.org
10605S: Supported
10606F: Documentation/stable_kernel_rules.txt
10607
10608STAGING SUBSYSTEM
10609M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10610T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10611L: devel@driverdev.osuosl.org
10612S: Supported
10613F: drivers/staging/
10614
10615STAGING - COMEDI
10616M: Ian Abbott <abbotti@mev.co.uk>
10617M: H Hartley Sweeten <hsweeten@visionengravers.com>
10618S: Odd Fixes
10619F: drivers/staging/comedi/
10620
10621STAGING - FLARION FT1000 DRIVERS
10622M: Marek Belisko <marek.belisko@gmail.com>
10623S: Odd Fixes
10624F: drivers/staging/ft1000/
10625
10626STAGING - INDUSTRIAL IO
10627M: Jonathan Cameron <jic23@kernel.org>
10628L: linux-iio@vger.kernel.org
10629S: Odd Fixes
10630F: drivers/staging/iio/
10631
10632STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10633M: Jarod Wilson <jarod@wilsonet.com>
10634W: http://www.lirc.org/
10635S: Odd Fixes
10636F: drivers/staging/media/lirc/
10637
10638STAGING - LUSTRE PARALLEL FILESYSTEM
10639M: Oleg Drokin <oleg.drokin@intel.com>
10640M: Andreas Dilger <andreas.dilger@intel.com>
10641L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10642W: http://wiki.lustre.org/
10643S: Maintained
10644F: drivers/staging/lustre
10645
10646STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10647M: Marc Dietrich <marvin24@gmx.de>
10648L: ac100@lists.launchpad.net (moderated for non-subscribers)
10649L: linux-tegra@vger.kernel.org
10650S: Maintained
10651F: drivers/staging/nvec/
10652
10653STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10654M: Jens Frederich <jfrederich@gmail.com>
10655M: Daniel Drake <dsd@laptop.org>
10656M: Jon Nettleton <jon.nettleton@gmail.com>
10657W: http://wiki.laptop.org/go/DCON
10658S: Maintained
10659F: drivers/staging/olpc_dcon/
10660
10661STAGING - REALTEK RTL8712U DRIVERS
10662M: Larry Finger <Larry.Finger@lwfinger.net>
10663M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10664S: Odd Fixes
10665F: drivers/staging/rtl8712/
10666
10667STAGING - REALTEK RTL8723U WIRELESS DRIVER
10668M: Larry Finger <Larry.Finger@lwfinger.net>
10669M: Jes Sorensen <Jes.Sorensen@redhat.com>
10670L: linux-wireless@vger.kernel.org
10671S: Maintained
10672F: drivers/staging/rtl8723au/
10673
10674STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10675M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10676M: Teddy Wang <teddy.wang@siliconmotion.com>
10677M: Sudip Mukherjee <sudip@vectorindia.org>
10678L: linux-fbdev@vger.kernel.org
10679S: Maintained
10680F: drivers/staging/sm750fb/
10681
10682STAGING - SLICOSS
10683M: Lior Dotan <liodot@gmail.com>
10684M: Christopher Harrer <charrer@alacritech.com>
10685S: Odd Fixes
10686F: drivers/staging/slicoss/
10687
10688STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10689M: William Hubbs <w.d.hubbs@gmail.com>
10690M: Chris Brannon <chris@the-brannons.com>
10691M: Kirk Reiser <kirk@reisers.ca>
10692M: Samuel Thibault <samuel.thibault@ens-lyon.org>
10693L: speakup@linux-speakup.org
10694W: http://www.linux-speakup.org/
10695S: Odd Fixes
10696F: drivers/staging/speakup/
10697
10698STAGING - VIA VT665X DRIVERS
10699M: Forest Bond <forest@alittletooquiet.net>
10700S: Odd Fixes
10701F: drivers/staging/vt665?/
10702
10703STAGING - WILC1000 WIFI DRIVER
10704M: Johnny Kim <johnny.kim@atmel.com>
10705M: Austin Shin <austin.shin@atmel.com>
10706M: Chris Park <chris.park@atmel.com>
10707M: Tony Cho <tony.cho@atmel.com>
10708M: Glen Lee <glen.lee@atmel.com>
10709M: Leo Kim <leo.kim@atmel.com>
10710L: linux-wireless@vger.kernel.org
10711S: Supported
10712F: drivers/staging/wilc1000/
10713
10714STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10715M: Arnaud Patard <arnaud.patard@rtp-net.org>
10716S: Odd Fixes
10717F: drivers/staging/xgifb/
10718
10719HFI1 DRIVER
10720M: Mike Marciniszyn <infinipath@intel.com>
10721L: linux-rdma@vger.kernel.org
10722S: Supported
10723F: drivers/staging/rdma/hfi1
10724
10725STARFIRE/DURALAN NETWORK DRIVER
10726M: Ion Badulescu <ionut@badula.org>
10727S: Odd Fixes
10728F: drivers/net/ethernet/adaptec/starfire*
10729
10730SUN3/3X
10731M: Sam Creasey <sammy@sammy.net>
10732W: http://sammy.net/sun3/
10733S: Maintained
10734F: arch/m68k/kernel/*sun3*
10735F: arch/m68k/sun3*/
10736F: arch/m68k/include/asm/sun3*
10737F: drivers/net/ethernet/i825xx/sun3*
10738
10739SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10740M: Hans de Goede <hdegoede@redhat.com>
10741L: linux-input@vger.kernel.org
10742S: Maintained
10743F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10744F: drivers/input/keyboard/sun4i-lradc-keys.c
10745
10746SUNDANCE NETWORK DRIVER
10747M: Denis Kirjanov <kda@linux-powerpc.org>
10748L: netdev@vger.kernel.org
10749S: Maintained
10750F: drivers/net/ethernet/dlink/sundance.c
10751
10752SUPERH
10753M: Yoshinori Sato <ysato@users.sourceforge.jp>
10754M: Rich Felker <dalias@libc.org>
10755L: linux-sh@vger.kernel.org
10756Q: http://patchwork.kernel.org/project/linux-sh/list/
10757S: Maintained
10758F: Documentation/sh/
10759F: arch/sh/
10760F: drivers/sh/
10761
10762SUSPEND TO RAM
10763M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10764M: Len Brown <len.brown@intel.com>
10765M: Pavel Machek <pavel@ucw.cz>
10766L: linux-pm@vger.kernel.org
10767S: Supported
10768F: Documentation/power/
10769F: arch/x86/kernel/acpi/
10770F: drivers/base/power/
10771F: kernel/power/
10772F: include/linux/suspend.h
10773F: include/linux/freezer.h
10774F: include/linux/pm.h
10775
10776SVGA HANDLING
10777M: Martin Mares <mj@ucw.cz>
10778L: linux-video@atrey.karlin.mff.cuni.cz
10779S: Maintained
10780F: Documentation/svga.txt
10781F: arch/x86/boot/video*
10782
10783SWIOTLB SUBSYSTEM
10784M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10785L: linux-kernel@vger.kernel.org
10786T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10787S: Supported
10788F: lib/swiotlb.c
10789F: arch/*/kernel/pci-swiotlb.c
10790F: include/linux/swiotlb.h
10791
10792SWITCHDEV
10793M: Jiri Pirko <jiri@resnulli.us>
10794L: netdev@vger.kernel.org
10795S: Supported
10796F: net/switchdev/
10797F: include/net/switchdev.h
10798
10799SYNOPSYS ARC ARCHITECTURE
10800M: Vineet Gupta <vgupta@synopsys.com>
10801L: linux-snps-arc@lists.infradead.org
10802S: Supported
10803F: arch/arc/
10804F: Documentation/devicetree/bindings/arc/*
10805F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10806F: drivers/tty/serial/arc_uart.c
10807T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10808
10809SYNOPSYS ARC SDP platform support
10810M: Alexey Brodkin <abrodkin@synopsys.com>
10811S: Supported
10812F: arch/arc/plat-axs10x
10813F: arch/arc/boot/dts/ax*
10814F: Documentation/devicetree/bindings/arc/axs10*
10815
10816SYSTEM CONFIGURATION (SYSCON)
10817M: Lee Jones <lee.jones@linaro.org>
10818M: Arnd Bergmann <arnd@arndb.de>
10819T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10820S: Supported
10821F: drivers/mfd/syscon.c
10822
10823SYSV FILESYSTEM
10824M: Christoph Hellwig <hch@infradead.org>
10825S: Maintained
10826F: Documentation/filesystems/sysv-fs.txt
10827F: fs/sysv/
10828F: include/linux/sysv_fs.h
10829
10830TARGET SUBSYSTEM
10831M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10832L: linux-scsi@vger.kernel.org
10833L: target-devel@vger.kernel.org
10834W: http://www.linux-iscsi.org
10835W: http://groups.google.com/group/linux-iscsi-target-dev
10836T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10837S: Supported
10838F: drivers/target/
10839F: include/target/
10840F: Documentation/target/
10841
10842TASKSTATS STATISTICS INTERFACE
10843M: Balbir Singh <bsingharora@gmail.com>
10844S: Maintained
10845F: Documentation/accounting/taskstats*
10846F: include/linux/taskstats*
10847F: kernel/taskstats.c
10848
10849TC CLASSIFIER
10850M: Jamal Hadi Salim <jhs@mojatatu.com>
10851L: netdev@vger.kernel.org
10852S: Maintained
10853F: include/net/pkt_cls.h
10854F: include/uapi/linux/pkt_cls.h
10855F: net/sched/
10856
10857TCP LOW PRIORITY MODULE
10858M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10859M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10860W: http://tcp-lp-mod.sourceforge.net/
10861S: Maintained
10862F: net/ipv4/tcp_lp.c
10863
10864TDA10071 MEDIA DRIVER
10865M: Antti Palosaari <crope@iki.fi>
10866L: linux-media@vger.kernel.org
10867W: https://linuxtv.org
10868W: http://palosaari.fi/linux/
10869Q: http://patchwork.linuxtv.org/project/linux-media/list/
10870T: git git://linuxtv.org/anttip/media_tree.git
10871S: Maintained
10872F: drivers/media/dvb-frontends/tda10071*
10873
10874TDA18212 MEDIA DRIVER
10875M: Antti Palosaari <crope@iki.fi>
10876L: linux-media@vger.kernel.org
10877W: https://linuxtv.org
10878W: http://palosaari.fi/linux/
10879Q: http://patchwork.linuxtv.org/project/linux-media/list/
10880T: git git://linuxtv.org/anttip/media_tree.git
10881S: Maintained
10882F: drivers/media/tuners/tda18212*
10883
10884TDA18218 MEDIA DRIVER
10885M: Antti Palosaari <crope@iki.fi>
10886L: linux-media@vger.kernel.org
10887W: https://linuxtv.org
10888W: http://palosaari.fi/linux/
10889Q: http://patchwork.linuxtv.org/project/linux-media/list/
10890T: git git://linuxtv.org/anttip/media_tree.git
10891S: Maintained
10892F: drivers/media/tuners/tda18218*
10893
10894TDA18271 MEDIA DRIVER
10895M: Michael Krufky <mkrufky@linuxtv.org>
10896L: linux-media@vger.kernel.org
10897W: https://linuxtv.org
10898W: http://github.com/mkrufky
10899Q: http://patchwork.linuxtv.org/project/linux-media/list/
10900T: git git://linuxtv.org/mkrufky/tuners.git
10901S: Maintained
10902F: drivers/media/tuners/tda18271*
10903
10904TDA827x MEDIA DRIVER
10905M: Michael Krufky <mkrufky@linuxtv.org>
10906L: linux-media@vger.kernel.org
10907W: https://linuxtv.org
10908W: http://github.com/mkrufky
10909Q: http://patchwork.linuxtv.org/project/linux-media/list/
10910T: git git://linuxtv.org/mkrufky/tuners.git
10911S: Maintained
10912F: drivers/media/tuners/tda8290.*
10913
10914TDA8290 MEDIA DRIVER
10915M: Michael Krufky <mkrufky@linuxtv.org>
10916L: linux-media@vger.kernel.org
10917W: https://linuxtv.org
10918W: http://github.com/mkrufky
10919Q: http://patchwork.linuxtv.org/project/linux-media/list/
10920T: git git://linuxtv.org/mkrufky/tuners.git
10921S: Maintained
10922F: drivers/media/tuners/tda8290.*
10923
10924TDA9840 MEDIA DRIVER
10925M: Hans Verkuil <hverkuil@xs4all.nl>
10926L: linux-media@vger.kernel.org
10927T: git git://linuxtv.org/media_tree.git
10928W: https://linuxtv.org
10929S: Maintained
10930F: drivers/media/i2c/tda9840*
10931
10932TEA5761 TUNER DRIVER
10933M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10934L: linux-media@vger.kernel.org
10935W: https://linuxtv.org
10936T: git git://linuxtv.org/media_tree.git
10937S: Odd fixes
10938F: drivers/media/tuners/tea5761.*
10939
10940TEA5767 TUNER DRIVER
10941M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10942L: linux-media@vger.kernel.org
10943W: https://linuxtv.org
10944T: git git://linuxtv.org/media_tree.git
10945S: Maintained
10946F: drivers/media/tuners/tea5767.*
10947
10948TEA6415C MEDIA DRIVER
10949M: Hans Verkuil <hverkuil@xs4all.nl>
10950L: linux-media@vger.kernel.org
10951T: git git://linuxtv.org/media_tree.git
10952W: https://linuxtv.org
10953S: Maintained
10954F: drivers/media/i2c/tea6415c*
10955
10956TEA6420 MEDIA DRIVER
10957M: Hans Verkuil <hverkuil@xs4all.nl>
10958L: linux-media@vger.kernel.org
10959T: git git://linuxtv.org/media_tree.git
10960W: https://linuxtv.org
10961S: Maintained
10962F: drivers/media/i2c/tea6420*
10963
10964TEAM DRIVER
10965M: Jiri Pirko <jiri@resnulli.us>
10966L: netdev@vger.kernel.org
10967S: Supported
10968F: drivers/net/team/
10969F: include/linux/if_team.h
10970F: include/uapi/linux/if_team.h
10971
10972TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10973M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10974S: Maintained
10975F: arch/x86/platform/ts5500/
10976
10977TECHNOTREND USB IR RECEIVER
10978M: Sean Young <sean@mess.org>
10979L: linux-media@vger.kernel.org
10980S: Maintained
10981F: drivers/media/rc/ttusbir.c
10982
10983TEGRA ARCHITECTURE SUPPORT
10984M: Stephen Warren <swarren@wwwdotorg.org>
10985M: Thierry Reding <thierry.reding@gmail.com>
10986M: Alexandre Courbot <gnurou@gmail.com>
10987L: linux-tegra@vger.kernel.org
10988Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
10989T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10990S: Supported
10991N: [^a-z]tegra
10992
10993TEGRA CLOCK DRIVER
10994M: Peter De Schrijver <pdeschrijver@nvidia.com>
10995M: Prashant Gaikwad <pgaikwad@nvidia.com>
10996S: Supported
10997F: drivers/clk/tegra/
10998
10999TEGRA DMA DRIVER
11000M: Laxman Dewangan <ldewangan@nvidia.com>
11001S: Supported
11002F: drivers/dma/tegra20-apb-dma.c
11003
11004TEGRA I2C DRIVER
11005M: Laxman Dewangan <ldewangan@nvidia.com>
11006S: Supported
11007F: drivers/i2c/busses/i2c-tegra.c
11008
11009TEGRA IOMMU DRIVERS
11010M: Hiroshi Doyu <hdoyu@nvidia.com>
11011S: Supported
11012F: drivers/iommu/tegra*
11013
11014TEGRA KBC DRIVER
11015M: Rakesh Iyer <riyer@nvidia.com>
11016M: Laxman Dewangan <ldewangan@nvidia.com>
11017S: Supported
11018F: drivers/input/keyboard/tegra-kbc.c
11019
11020TEGRA PWM DRIVER
11021M: Thierry Reding <thierry.reding@gmail.com>
11022S: Supported
11023F: drivers/pwm/pwm-tegra.c
11024
11025TEGRA SERIAL DRIVER
11026M: Laxman Dewangan <ldewangan@nvidia.com>
11027S: Supported
11028F: drivers/tty/serial/serial-tegra.c
11029
11030TEGRA SPI DRIVER
11031M: Laxman Dewangan <ldewangan@nvidia.com>
11032S: Supported
11033F: drivers/spi/spi-tegra*
11034
11035TEHUTI ETHERNET DRIVER
11036M: Andy Gospodarek <andy@greyhouse.net>
11037L: netdev@vger.kernel.org
11038S: Supported
11039F: drivers/net/ethernet/tehuti/*
11040
11041Telecom Clock Driver for MCPL0010
11042M: Mark Gross <mark.gross@intel.com>
11043S: Supported
11044F: drivers/char/tlclk.c
11045
11046TENSILICA XTENSA PORT (xtensa)
11047M: Chris Zankel <chris@zankel.net>
11048M: Max Filippov <jcmvbkbc@gmail.com>
11049L: linux-xtensa@linux-xtensa.org
11050T: git git://github.com/czankel/xtensa-linux.git
11051S: Maintained
11052F: arch/xtensa/
11053F: drivers/irqchip/irq-xtensa-*
11054
11055THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11056M: Hans Verkuil <hverkuil@xs4all.nl>
11057L: linux-media@vger.kernel.org
11058T: git git://linuxtv.org/media_tree.git
11059W: https://linuxtv.org
11060S: Maintained
11061F: drivers/media/radio/radio-raremono.c
11062
11063THERMAL
11064M: Zhang Rui <rui.zhang@intel.com>
11065M: Eduardo Valentin <edubezval@gmail.com>
11066L: linux-pm@vger.kernel.org
11067T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11068T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11069Q: https://patchwork.kernel.org/project/linux-pm/list/
11070S: Supported
11071F: drivers/thermal/
11072F: include/linux/thermal.h
11073F: include/uapi/linux/thermal.h
11074F: include/linux/cpu_cooling.h
11075F: Documentation/devicetree/bindings/thermal/
11076
11077THERMAL/CPU_COOLING
11078M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
11079M: Viresh Kumar <viresh.kumar@linaro.org>
11080M: Javi Merino <javi.merino@arm.com>
11081L: linux-pm@vger.kernel.org
11082S: Supported
11083F: Documentation/thermal/cpu-cooling-api.txt
11084F: drivers/thermal/cpu_cooling.c
11085F: include/linux/cpu_cooling.h
11086
11087THINGM BLINK(1) USB RGB LED DRIVER
11088M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
11089S: Maintained
11090F: drivers/hid/hid-thingm.c
11091
11092THINKPAD ACPI EXTRAS DRIVER
11093M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11094L: ibm-acpi-devel@lists.sourceforge.net
11095L: platform-driver-x86@vger.kernel.org
11096W: http://ibm-acpi.sourceforge.net
11097W: http://thinkwiki.org/wiki/Ibm-acpi
11098T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11099S: Maintained
11100F: drivers/platform/x86/thinkpad_acpi.c
11101
11102TI BANDGAP AND THERMAL DRIVER
11103M: Eduardo Valentin <edubezval@gmail.com>
11104L: linux-pm@vger.kernel.org
11105L: linux-omap@vger.kernel.org
11106S: Maintained
11107F: drivers/thermal/ti-soc-thermal/
11108
11109TI VPE/CAL DRIVERS
11110M: Benoit Parrot <bparrot@ti.com>
11111L: linux-media@vger.kernel.org
11112W: http://linuxtv.org/
11113Q: http://patchwork.linuxtv.org/project/linux-media/list/
11114S: Maintained
11115F: drivers/media/platform/ti-vpe/
11116
11117TI CDCE706 CLOCK DRIVER
11118M: Max Filippov <jcmvbkbc@gmail.com>
11119S: Maintained
11120F: drivers/clk/clk-cdce706.c
11121
11122TI CLOCK DRIVER
11123M: Tero Kristo <t-kristo@ti.com>
11124L: linux-omap@vger.kernel.org
11125S: Maintained
11126F: drivers/clk/ti/
11127F: include/linux/clk/ti.h
11128
11129TI ETHERNET SWITCH DRIVER (CPSW)
11130M: Mugunthan V N <mugunthanvnm@ti.com>
11131R: Grygorii Strashko <grygorii.strashko@ti.com>
11132L: linux-omap@vger.kernel.org
11133L: netdev@vger.kernel.org
11134S: Maintained
11135F: drivers/net/ethernet/ti/cpsw*
11136F: drivers/net/ethernet/ti/davinci*
11137
11138TI FLASH MEDIA INTERFACE DRIVER
11139M: Alex Dubov <oakad@yahoo.com>
11140S: Maintained
11141F: drivers/misc/tifm*
11142F: drivers/mmc/host/tifm_sd.c
11143F: include/linux/tifm.h
11144
11145TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11146M: Santosh Shilimkar <ssantosh@kernel.org>
11147L: linux-kernel@vger.kernel.org
11148L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11149S: Maintained
11150F: drivers/soc/ti/*
11151T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11152
11153
11154TI LM49xxx FAMILY ASoC CODEC DRIVERS
11155M: M R Swami Reddy <mr.swami.reddy@ti.com>
11156M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11157L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11158S: Maintained
11159F: sound/soc/codecs/lm49453*
11160F: sound/soc/codecs/isabelle*
11161
11162TI LP855x BACKLIGHT DRIVER
11163M: Milo Kim <milo.kim@ti.com>
11164S: Maintained
11165F: Documentation/backlight/lp855x-driver.txt
11166F: drivers/video/backlight/lp855x_bl.c
11167F: include/linux/platform_data/lp855x.h
11168
11169TI LP8727 CHARGER DRIVER
11170M: Milo Kim <milo.kim@ti.com>
11171S: Maintained
11172F: drivers/power/lp8727_charger.c
11173F: include/linux/platform_data/lp8727.h
11174
11175TI LP8788 MFD DRIVER
11176M: Milo Kim <milo.kim@ti.com>
11177S: Maintained
11178F: drivers/iio/adc/lp8788_adc.c
11179F: drivers/leds/leds-lp8788.c
11180F: drivers/mfd/lp8788*.c
11181F: drivers/power/lp8788-charger.c
11182F: drivers/regulator/lp8788-*.c
11183F: include/linux/mfd/lp8788*.h
11184
11185TI NETCP ETHERNET DRIVER
11186M: Wingman Kwok <w-kwok2@ti.com>
11187M: Murali Karicheri <m-karicheri2@ti.com>
11188L: netdev@vger.kernel.org
11189S: Maintained
11190F: drivers/net/ethernet/ti/netcp*
11191
11192TI TAS571X FAMILY ASoC CODEC DRIVER
11193M: Kevin Cernekee <cernekee@chromium.org>
11194L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11195S: Odd Fixes
11196F: sound/soc/codecs/tas571x*
11197
11198TI TWL4030 SERIES SOC CODEC DRIVER
11199M: Peter Ujfalusi <peter.ujfalusi@ti.com>
11200L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11201S: Maintained
11202F: sound/soc/codecs/twl4030*
11203
11204TI WILINK WIRELESS DRIVERS
11205L: linux-wireless@vger.kernel.org
11206W: http://wireless.kernel.org/en/users/Drivers/wl12xx
11207W: http://wireless.kernel.org/en/users/Drivers/wl1251
11208T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11209S: Orphan
11210F: drivers/net/wireless/ti/
11211F: include/linux/wl12xx.h
11212
11213TIPC NETWORK LAYER
11214M: Jon Maloy <jon.maloy@ericsson.com>
11215M: Ying Xue <ying.xue@windriver.com>
11216L: netdev@vger.kernel.org (core kernel code)
11217L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11218W: http://tipc.sourceforge.net/
11219S: Maintained
11220F: include/uapi/linux/tipc*.h
11221F: net/tipc/
11222
11223TILE ARCHITECTURE
11224M: Chris Metcalf <cmetcalf@mellanox.com>
11225W: http://www.mellanox.com/repository/solutions/tile-scm/
11226T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11227S: Supported
11228F: arch/tile/
11229F: drivers/char/tile-srom.c
11230F: drivers/edac/tile_edac.c
11231F: drivers/net/ethernet/tile/
11232F: drivers/rtc/rtc-tile.c
11233F: drivers/tty/hvc/hvc_tile.c
11234F: drivers/tty/serial/tilegx.c
11235F: drivers/usb/host/*-tilegx.c
11236F: include/linux/usb/tilegx.h
11237
11238TLAN NETWORK DRIVER
11239M: Samuel Chessman <chessman@tux.org>
11240L: tlan-devel@lists.sourceforge.net (subscribers-only)
11241W: http://sourceforge.net/projects/tlan/
11242S: Maintained
11243F: Documentation/networking/tlan.txt
11244F: drivers/net/ethernet/ti/tlan.*
11245
11246TOMOYO SECURITY MODULE
11247M: Kentaro Takeda <takedakn@nttdata.co.jp>
11248M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11249L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11250L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11251L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11252L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11253W: http://tomoyo.sourceforge.jp/
11254T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11255S: Maintained
11256F: security/tomoyo/
11257
11258TOPSTAR LAPTOP EXTRAS DRIVER
11259M: Herton Ronaldo Krzesinski <herton@canonical.com>
11260L: platform-driver-x86@vger.kernel.org
11261S: Maintained
11262F: drivers/platform/x86/topstar-laptop.c
11263
11264TOSHIBA ACPI EXTRAS DRIVER
11265M: Azael Avalos <coproscefalo@gmail.com>
11266L: platform-driver-x86@vger.kernel.org
11267S: Maintained
11268F: drivers/platform/x86/toshiba_acpi.c
11269
11270TOSHIBA BLUETOOTH DRIVER
11271M: Azael Avalos <coproscefalo@gmail.com>
11272L: platform-driver-x86@vger.kernel.org
11273S: Maintained
11274F: drivers/platform/x86/toshiba_bluetooth.c
11275
11276TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11277M: Azael Avalos <coproscefalo@gmail.com>
11278L: platform-driver-x86@vger.kernel.org
11279S: Maintained
11280F: drivers/platform/x86/toshiba_haps.c
11281
11282TOSHIBA WMI HOTKEYS DRIVER
11283M: Azael Avalos <coproscefalo@gmail.com>
11284L: platform-driver-x86@vger.kernel.org
11285S: Maintained
11286F: drivers/platform/x86/toshiba-wmi.c
11287
11288TOSHIBA SMM DRIVER
11289M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11290W: http://www.buzzard.org.uk/toshiba/
11291S: Maintained
11292F: drivers/char/toshiba.c
11293F: include/linux/toshiba.h
11294F: include/uapi/linux/toshiba.h
11295
11296TOSHIBA TC358743 DRIVER
11297M: Mats Randgaard <matrandg@cisco.com>
11298L: linux-media@vger.kernel.org
11299S: Maintained
11300F: drivers/media/i2c/tc358743*
11301F: include/media/i2c/tc358743.h
11302
11303TMIO/SDHI MMC DRIVER
11304M: Wolfram Sang <wsa+renesas@sang-engineering.com>
11305L: linux-mmc@vger.kernel.org
11306S: Supported
11307F: drivers/mmc/host/tmio_mmc*
11308F: drivers/mmc/host/sh_mobile_sdhi.c
11309F: include/linux/mfd/tmio.h
11310
11311TMP401 HARDWARE MONITOR DRIVER
11312M: Guenter Roeck <linux@roeck-us.net>
11313L: linux-hwmon@vger.kernel.org
11314S: Maintained
11315F: Documentation/hwmon/tmp401
11316F: drivers/hwmon/tmp401.c
11317
11318TMPFS (SHMEM FILESYSTEM)
11319M: Hugh Dickins <hughd@google.com>
11320L: linux-mm@kvack.org
11321S: Maintained
11322F: include/linux/shmem_fs.h
11323F: mm/shmem.c
11324
11325TM6000 VIDEO4LINUX DRIVER
11326M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11327L: linux-media@vger.kernel.org
11328W: https://linuxtv.org
11329T: git git://linuxtv.org/media_tree.git
11330S: Odd fixes
11331F: drivers/media/usb/tm6000/
11332
11333TW68 VIDEO4LINUX DRIVER
11334M: Hans Verkuil <hverkuil@xs4all.nl>
11335L: linux-media@vger.kernel.org
11336T: git git://linuxtv.org/media_tree.git
11337W: https://linuxtv.org
11338S: Odd Fixes
11339F: drivers/media/pci/tw68/
11340
11341TW686X VIDEO4LINUX DRIVER
11342M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11343L: linux-media@vger.kernel.org
11344T: git git://linuxtv.org/media_tree.git
11345W: http://linuxtv.org
11346S: Maintained
11347F: drivers/media/pci/tw686x/
11348
11349TPM DEVICE DRIVER
11350M: Peter Huewe <peterhuewe@gmx.de>
11351M: Marcel Selhorst <tpmdd@selhorst.net>
11352M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11353R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11354W: http://tpmdd.sourceforge.net
11355L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11356Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
11357T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
11358S: Maintained
11359F: drivers/char/tpm/
11360
11361TPM IBM_VTPM DEVICE DRIVER
11362M: Ashley Lai <ashleydlai@gmail.com>
11363W: http://tpmdd.sourceforge.net
11364L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11365S: Maintained
11366F: drivers/char/tpm/tpm_ibmvtpm*
11367
11368TRACING
11369M: Steven Rostedt <rostedt@goodmis.org>
11370M: Ingo Molnar <mingo@redhat.com>
11371T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11372S: Maintained
11373F: Documentation/trace/ftrace.txt
11374F: arch/*/*/*/ftrace.h
11375F: arch/*/kernel/ftrace.c
11376F: include/*/ftrace.h
11377F: include/linux/trace*.h
11378F: include/trace/
11379F: kernel/trace/
11380F: tools/testing/selftests/ftrace/
11381
11382TRACING MMIO ACCESSES (MMIOTRACE)
11383M: Steven Rostedt <rostedt@goodmis.org>
11384M: Ingo Molnar <mingo@kernel.org>
11385R: Karol Herbst <karolherbst@gmail.com>
11386R: Pekka Paalanen <ppaalanen@gmail.com>
11387S: Maintained
11388L: linux-kernel@vger.kernel.org
11389L: nouveau@lists.freedesktop.org
11390F: kernel/trace/trace_mmiotrace.c
11391F: include/linux/mmiotrace.h
11392F: arch/x86/mm/kmmio.c
11393F: arch/x86/mm/mmio-mod.c
11394F: arch/x86/mm/testmmiotrace.c
11395
11396TRIVIAL PATCHES
11397M: Jiri Kosina <trivial@kernel.org>
11398T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11399S: Maintained
11400K: ^Subject:.*(?i)trivial
11401
11402TTY LAYER
11403M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11404M: Jiri Slaby <jslaby@suse.com>
11405S: Supported
11406T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11407F: Documentation/serial/
11408F: drivers/tty/
11409F: drivers/tty/serial/serial_core.c
11410F: include/linux/serial_core.h
11411F: include/linux/serial.h
11412F: include/linux/tty.h
11413F: include/uapi/linux/serial_core.h
11414F: include/uapi/linux/serial.h
11415F: include/uapi/linux/tty.h
11416
11417TUA9001 MEDIA DRIVER
11418M: Antti Palosaari <crope@iki.fi>
11419L: linux-media@vger.kernel.org
11420W: https://linuxtv.org
11421W: http://palosaari.fi/linux/
11422Q: http://patchwork.linuxtv.org/project/linux-media/list/
11423T: git git://linuxtv.org/anttip/media_tree.git
11424S: Maintained
11425F: drivers/media/tuners/tua9001*
11426
11427TULIP NETWORK DRIVERS
11428L: netdev@vger.kernel.org
11429L: linux-parisc@vger.kernel.org
11430S: Orphan
11431F: drivers/net/ethernet/dec/tulip/
11432
11433TUN/TAP driver
11434M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
11435W: http://vtun.sourceforge.net/tun
11436S: Maintained
11437F: Documentation/networking/tuntap.txt
11438F: arch/um/os-Linux/drivers/
11439
11440TURBOCHANNEL SUBSYSTEM
11441M: "Maciej W. Rozycki" <macro@linux-mips.org>
11442M: Ralf Baechle <ralf@linux-mips.org>
11443L: linux-mips@linux-mips.org
11444Q: http://patchwork.linux-mips.org/project/linux-mips/list/
11445S: Maintained
11446F: drivers/tc/
11447F: include/linux/tc.h
11448
11449U14-34F SCSI DRIVER
11450M: Dario Ballabio <ballabio_dario@emc.com>
11451L: linux-scsi@vger.kernel.org
11452S: Maintained
11453F: drivers/scsi/u14-34f.c
11454
11455UBI FILE SYSTEM (UBIFS)
11456M: Richard Weinberger <richard@nod.at>
11457M: Artem Bityutskiy <dedekind1@gmail.com>
11458M: Adrian Hunter <adrian.hunter@intel.com>
11459L: linux-mtd@lists.infradead.org
11460T: git git://git.infradead.org/ubifs-2.6.git
11461W: http://www.linux-mtd.infradead.org/doc/ubifs.html
11462S: Supported
11463F: Documentation/filesystems/ubifs.txt
11464F: fs/ubifs/
11465
11466UCLINUX (M68KNOMMU AND COLDFIRE)
11467M: Greg Ungerer <gerg@uclinux.org>
11468W: http://www.uclinux.org/
11469L: linux-m68k@lists.linux-m68k.org
11470L: uclinux-dev@uclinux.org (subscribers-only)
11471T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11472S: Maintained
11473F: arch/m68k/coldfire/
11474F: arch/m68k/68*/
11475F: arch/m68k/*/*_no.*
11476F: arch/m68k/include/asm/*_no.*
11477
11478UDF FILESYSTEM
11479M: Jan Kara <jack@suse.com>
11480S: Maintained
11481F: Documentation/filesystems/udf.txt
11482F: fs/udf/
11483
11484UFS FILESYSTEM
11485M: Evgeniy Dushistov <dushistov@mail.ru>
11486S: Maintained
11487F: Documentation/filesystems/ufs.txt
11488F: fs/ufs/
11489
11490UHID USERSPACE HID IO DRIVER:
11491M: David Herrmann <dh.herrmann@googlemail.com>
11492L: linux-input@vger.kernel.org
11493S: Maintained
11494F: drivers/hid/uhid.c
11495F: include/uapi/linux/uhid.h
11496
11497ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11498L: linux-usb@vger.kernel.org
11499S: Orphan
11500F: drivers/uwb/
11501F: include/linux/uwb.h
11502F: include/linux/uwb/
11503
11504UNICORE32 ARCHITECTURE:
11505M: Guan Xuetao <gxt@mprc.pku.edu.cn>
11506W: http://mprc.pku.edu.cn/~guanxuetao/linux
11507S: Maintained
11508T: git git://github.com/gxt/linux.git
11509F: arch/unicore32/
11510
11511UNIFDEF
11512M: Tony Finch <dot@dotat.at>
11513W: http://dotat.at/prog/unifdef
11514S: Maintained
11515F: scripts/unifdef.c
11516
11517UNIFORM CDROM DRIVER
11518M: Jens Axboe <axboe@kernel.dk>
11519W: http://www.kernel.dk
11520S: Maintained
11521F: Documentation/cdrom/
11522F: drivers/cdrom/cdrom.c
11523F: include/linux/cdrom.h
11524F: include/uapi/linux/cdrom.h
11525
11526UNISYS S-PAR DRIVERS
11527M: David Kershner <david.kershner@unisys.com>
11528L: sparmaintainer@unisys.com (Unisys internal)
11529S: Supported
11530F: drivers/staging/unisys/
11531
11532UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11533M: Vinayak Holikatti <vinholikatti@gmail.com>
11534L: linux-scsi@vger.kernel.org
11535S: Supported
11536F: Documentation/scsi/ufs.txt
11537F: drivers/scsi/ufs/
11538
11539UNSORTED BLOCK IMAGES (UBI)
11540M: Artem Bityutskiy <dedekind1@gmail.com>
11541M: Richard Weinberger <richard@nod.at>
11542W: http://www.linux-mtd.infradead.org/
11543L: linux-mtd@lists.infradead.org
11544T: git git://git.infradead.org/ubifs-2.6.git
11545S: Supported
11546F: drivers/mtd/ubi/
11547F: include/linux/mtd/ubi.h
11548F: include/uapi/mtd/ubi-user.h
11549
11550USB ACM DRIVER
11551M: Oliver Neukum <oneukum@suse.com>
11552L: linux-usb@vger.kernel.org
11553S: Maintained
11554F: Documentation/usb/acm.txt
11555F: drivers/usb/class/cdc-acm.*
11556
11557USB AR5523 WIRELESS DRIVER
11558M: Pontus Fuchs <pontus.fuchs@gmail.com>
11559L: linux-wireless@vger.kernel.org
11560S: Maintained
11561F: drivers/net/wireless/ath/ar5523/
11562
11563USB ATTACHED SCSI
11564M: Hans de Goede <hdegoede@redhat.com>
11565M: Gerd Hoffmann <kraxel@redhat.com>
11566L: linux-usb@vger.kernel.org
11567L: linux-scsi@vger.kernel.org
11568S: Maintained
11569F: drivers/usb/storage/uas.c
11570
11571USB CDC ETHERNET DRIVER
11572M: Oliver Neukum <oliver@neukum.org>
11573L: linux-usb@vger.kernel.org
11574S: Maintained
11575F: drivers/net/usb/cdc_*.c
11576F: include/uapi/linux/usb/cdc.h
11577
11578USB CHAOSKEY DRIVER
11579M: Keith Packard <keithp@keithp.com>
11580L: linux-usb@vger.kernel.org
11581S: Maintained
11582F: drivers/usb/misc/chaoskey.c
11583
11584USB CYPRESS C67X00 DRIVER
11585M: Peter Korsgaard <jacmet@sunsite.dk>
11586L: linux-usb@vger.kernel.org
11587S: Maintained
11588F: drivers/usb/c67x00/
11589
11590USB DAVICOM DM9601 DRIVER
11591M: Peter Korsgaard <jacmet@sunsite.dk>
11592L: netdev@vger.kernel.org
11593W: http://www.linux-usb.org/usbnet
11594S: Maintained
11595F: drivers/net/usb/dm9601.c
11596
11597USB DIAMOND RIO500 DRIVER
11598M: Cesar Miquel <miquel@df.uba.ar>
11599L: rio500-users@lists.sourceforge.net
11600W: http://rio500.sourceforge.net
11601S: Maintained
11602F: drivers/usb/misc/rio500*
11603
11604USB EHCI DRIVER
11605M: Alan Stern <stern@rowland.harvard.edu>
11606L: linux-usb@vger.kernel.org
11607S: Maintained
11608F: Documentation/usb/ehci.txt
11609F: drivers/usb/host/ehci*
11610
11611USB GADGET/PERIPHERAL SUBSYSTEM
11612M: Felipe Balbi <balbi@kernel.org>
11613L: linux-usb@vger.kernel.org
11614W: http://www.linux-usb.org/gadget
11615T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11616S: Maintained
11617F: drivers/usb/gadget/
11618F: include/linux/usb/gadget*
11619
11620USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11621M: Jiri Kosina <jikos@kernel.org>
11622R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
11623L: linux-usb@vger.kernel.org
11624T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11625S: Maintained
11626F: Documentation/hid/hiddev.txt
11627F: drivers/hid/usbhid/
11628
11629USB ISP116X DRIVER
11630M: Olav Kongas <ok@artecdesign.ee>
11631L: linux-usb@vger.kernel.org
11632S: Maintained
11633F: drivers/usb/host/isp116x*
11634F: include/linux/usb/isp116x.h
11635
11636USB LAN78XX ETHERNET DRIVER
11637M: Woojung Huh <woojung.huh@microchip.com>
11638M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11639L: netdev@vger.kernel.org
11640S: Maintained
11641F: drivers/net/usb/lan78xx.*
11642
11643USB MASS STORAGE DRIVER
11644M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11645L: linux-usb@vger.kernel.org
11646L: usb-storage@lists.one-eyed-alien.net
11647S: Maintained
11648W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
11649F: drivers/usb/storage/
11650
11651USB MIDI DRIVER
11652M: Clemens Ladisch <clemens@ladisch.de>
11653L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11654T: git git://git.alsa-project.org/alsa-kernel.git
11655S: Maintained
11656F: sound/usb/midi.*
11657
11658USB NETWORKING DRIVERS
11659L: linux-usb@vger.kernel.org
11660S: Odd Fixes
11661F: drivers/net/usb/
11662
11663USB OHCI DRIVER
11664M: Alan Stern <stern@rowland.harvard.edu>
11665L: linux-usb@vger.kernel.org
11666S: Maintained
11667F: Documentation/usb/ohci.txt
11668F: drivers/usb/host/ohci*
11669
11670USB OTG FSM (Finite State Machine)
11671M: Peter Chen <Peter.Chen@nxp.com>
11672T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11673L: linux-usb@vger.kernel.org
11674S: Maintained
11675F: drivers/usb/common/usb-otg-fsm.c
11676
11677USB OVER IP DRIVER
11678M: Valentina Manea <valentina.manea.m@gmail.com>
11679M: Shuah Khan <shuah.kh@samsung.com>
11680L: linux-usb@vger.kernel.org
11681S: Maintained
11682F: Documentation/usb/usbip_protocol.txt
11683F: drivers/usb/usbip/
11684F: tools/usb/usbip/
11685
11686USB PEGASUS DRIVER
11687M: Petko Manolov <petkan@nucleusys.com>
11688L: linux-usb@vger.kernel.org
11689L: netdev@vger.kernel.org
11690T: git git://github.com/petkan/pegasus.git
11691W: https://github.com/petkan/pegasus
11692S: Maintained
11693F: drivers/net/usb/pegasus.*
11694
11695USB PHY LAYER
11696M: Felipe Balbi <balbi@kernel.org>
11697L: linux-usb@vger.kernel.org
11698T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11699S: Maintained
11700F: drivers/usb/phy/
11701
11702USB PRINTER DRIVER (usblp)
11703M: Pete Zaitcev <zaitcev@redhat.com>
11704L: linux-usb@vger.kernel.org
11705S: Supported
11706F: drivers/usb/class/usblp.c
11707
11708USB QMI WWAN NETWORK DRIVER
11709M: Bjørn Mork <bjorn@mork.no>
11710L: netdev@vger.kernel.org
11711S: Maintained
11712F: Documentation/ABI/testing/sysfs-class-net-qmi
11713F: drivers/net/usb/qmi_wwan.c
11714
11715USB RTL8150 DRIVER
11716M: Petko Manolov <petkan@nucleusys.com>
11717L: linux-usb@vger.kernel.org
11718L: netdev@vger.kernel.org
11719T: git git://github.com/petkan/rtl8150.git
11720W: https://github.com/petkan/rtl8150
11721S: Maintained
11722F: drivers/net/usb/rtl8150.c
11723
11724USB SERIAL SUBSYSTEM
11725M: Johan Hovold <johan@kernel.org>
11726L: linux-usb@vger.kernel.org
11727S: Maintained
11728F: Documentation/usb/usb-serial.txt
11729F: drivers/usb/serial/
11730F: include/linux/usb/serial.h
11731
11732USB SMSC75XX ETHERNET DRIVER
11733M: Steve Glendinning <steve.glendinning@shawell.net>
11734L: netdev@vger.kernel.org
11735S: Maintained
11736F: drivers/net/usb/smsc75xx.*
11737
11738USB SMSC95XX ETHERNET DRIVER
11739M: Steve Glendinning <steve.glendinning@shawell.net>
11740L: netdev@vger.kernel.org
11741S: Maintained
11742F: drivers/net/usb/smsc95xx.*
11743
11744USB SUBSYSTEM
11745M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11746L: linux-usb@vger.kernel.org
11747W: http://www.linux-usb.org
11748T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11749S: Supported
11750F: Documentation/usb/
11751F: drivers/usb/
11752F: include/linux/usb.h
11753F: include/linux/usb/
11754
11755USB UHCI DRIVER
11756M: Alan Stern <stern@rowland.harvard.edu>
11757L: linux-usb@vger.kernel.org
11758S: Maintained
11759F: drivers/usb/host/uhci*
11760
11761USB "USBNET" DRIVER FRAMEWORK
11762M: Oliver Neukum <oneukum@suse.com>
11763L: netdev@vger.kernel.org
11764W: http://www.linux-usb.org/usbnet
11765S: Maintained
11766F: drivers/net/usb/usbnet.c
11767F: include/linux/usb/usbnet.h
11768
11769USB VIDEO CLASS
11770M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11771L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11772L: linux-media@vger.kernel.org
11773T: git git://linuxtv.org/media_tree.git
11774W: http://www.ideasonboard.org/uvc/
11775S: Maintained
11776F: drivers/media/usb/uvc/
11777F: include/uapi/linux/uvcvideo.h
11778
11779USB VISION DRIVER
11780M: Hans Verkuil <hverkuil@xs4all.nl>
11781L: linux-media@vger.kernel.org
11782T: git git://linuxtv.org/media_tree.git
11783W: https://linuxtv.org
11784S: Odd Fixes
11785F: drivers/media/usb/usbvision/
11786
11787USB WEBCAM GADGET
11788M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11789L: linux-usb@vger.kernel.org
11790S: Maintained
11791F: drivers/usb/gadget/function/*uvc*
11792F: drivers/usb/gadget/legacy/webcam.c
11793
11794USB WIRELESS RNDIS DRIVER (rndis_wlan)
11795M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
11796L: linux-wireless@vger.kernel.org
11797S: Maintained
11798F: drivers/net/wireless/rndis_wlan.c
11799
11800USB XHCI DRIVER
11801M: Mathias Nyman <mathias.nyman@intel.com>
11802L: linux-usb@vger.kernel.org
11803S: Supported
11804F: drivers/usb/host/xhci*
11805F: drivers/usb/host/pci-quirks*
11806
11807USB ZD1201 DRIVER
11808L: linux-wireless@vger.kernel.org
11809W: http://linux-lc100020.sourceforge.net
11810S: Orphan
11811F: drivers/net/wireless/zydas/zd1201.*
11812
11813USB ZR364XX DRIVER
11814M: Antoine Jacquet <royale@zerezo.com>
11815L: linux-usb@vger.kernel.org
11816L: linux-media@vger.kernel.org
11817T: git git://linuxtv.org/media_tree.git
11818W: http://royale.zerezo.com/zr364xx/
11819S: Maintained
11820F: Documentation/video4linux/zr364xx.txt
11821F: drivers/media/usb/zr364xx/
11822
11823ULPI BUS
11824M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
11825L: linux-usb@vger.kernel.org
11826S: Maintained
11827F: drivers/usb/common/ulpi.c
11828F: include/linux/ulpi/
11829
11830USER-MODE LINUX (UML)
11831M: Jeff Dike <jdike@addtoit.com>
11832M: Richard Weinberger <richard@nod.at>
11833L: user-mode-linux-devel@lists.sourceforge.net
11834L: user-mode-linux-user@lists.sourceforge.net
11835W: http://user-mode-linux.sourceforge.net
11836T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11837S: Maintained
11838F: Documentation/virtual/uml/
11839F: arch/um/
11840F: arch/x86/um/
11841F: fs/hostfs/
11842F: fs/hppfs/
11843
11844USERSPACE I/O (UIO)
11845M: "Hans J. Koch" <hjk@hansjkoch.de>
11846M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11847S: Maintained
11848T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11849F: Documentation/DocBook/uio-howto.tmpl
11850F: drivers/uio/
11851F: include/linux/uio*.h
11852
11853UTIL-LINUX PACKAGE
11854M: Karel Zak <kzak@redhat.com>
11855L: util-linux@vger.kernel.org
11856W: http://en.wikipedia.org/wiki/Util-linux
11857T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11858S: Maintained
11859
11860UVESAFB DRIVER
11861M: Michal Januszewski <spock@gentoo.org>
11862L: linux-fbdev@vger.kernel.org
11863W: http://dev.gentoo.org/~spock/projects/uvesafb/
11864S: Maintained
11865F: Documentation/fb/uvesafb.txt
11866F: drivers/video/fbdev/uvesafb.*
11867
11868VF610 NAND DRIVER
11869M: Stefan Agner <stefan@agner.ch>
11870L: linux-mtd@lists.infradead.org
11871S: Supported
11872F: drivers/mtd/nand/vf610_nfc.c
11873
11874VFAT/FAT/MSDOS FILESYSTEM
11875M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11876S: Maintained
11877F: Documentation/filesystems/vfat.txt
11878F: fs/fat/
11879
11880VFIO DRIVER
11881M: Alex Williamson <alex.williamson@redhat.com>
11882L: kvm@vger.kernel.org
11883T: git git://github.com/awilliam/linux-vfio.git
11884S: Maintained
11885F: Documentation/vfio.txt
11886F: drivers/vfio/
11887F: include/linux/vfio.h
11888F: include/uapi/linux/vfio.h
11889
11890VFIO PLATFORM DRIVER
11891M: Baptiste Reynal <b.reynal@virtualopensystems.com>
11892L: kvm@vger.kernel.org
11893S: Maintained
11894F: drivers/vfio/platform/
11895
11896VIDEOBUF2 FRAMEWORK
11897M: Pawel Osciak <pawel@osciak.com>
11898M: Marek Szyprowski <m.szyprowski@samsung.com>
11899M: Kyungmin Park <kyungmin.park@samsung.com>
11900L: linux-media@vger.kernel.org
11901S: Maintained
11902F: drivers/media/v4l2-core/videobuf2-*
11903F: include/media/videobuf2-*
11904
11905VIRTUAL SERIO DEVICE DRIVER
11906M: Stephen Chandler Paul <thatslyude@gmail.com>
11907S: Maintained
11908F: drivers/input/serio/userio.c
11909F: include/uapi/linux/userio.h
11910
11911VIRTIO CONSOLE DRIVER
11912M: Amit Shah <amit.shah@redhat.com>
11913L: virtualization@lists.linux-foundation.org
11914S: Maintained
11915F: drivers/char/virtio_console.c
11916F: include/linux/virtio_console.h
11917F: include/uapi/linux/virtio_console.h
11918
11919VIRTIO CORE, NET AND BLOCK DRIVERS
11920M: "Michael S. Tsirkin" <mst@redhat.com>
11921L: virtualization@lists.linux-foundation.org
11922S: Maintained
11923F: drivers/virtio/
11924F: tools/virtio/
11925F: drivers/net/virtio_net.c
11926F: drivers/block/virtio_blk.c
11927F: include/linux/virtio_*.h
11928F: include/uapi/linux/virtio_*.h
11929
11930VIRTIO DRIVERS FOR S390
11931M: Christian Borntraeger <borntraeger@de.ibm.com>
11932M: Cornelia Huck <cornelia.huck@de.ibm.com>
11933L: linux-s390@vger.kernel.org
11934L: virtualization@lists.linux-foundation.org
11935L: kvm@vger.kernel.org
11936S: Supported
11937F: drivers/s390/virtio/
11938
11939VIRTIO GPU DRIVER
11940M: David Airlie <airlied@linux.ie>
11941M: Gerd Hoffmann <kraxel@redhat.com>
11942L: dri-devel@lists.freedesktop.org
11943L: virtualization@lists.linux-foundation.org
11944S: Maintained
11945F: drivers/gpu/drm/virtio/
11946F: include/uapi/linux/virtio_gpu.h
11947
11948VIRTIO HOST (VHOST)
11949M: "Michael S. Tsirkin" <mst@redhat.com>
11950L: kvm@vger.kernel.org
11951L: virtualization@lists.linux-foundation.org
11952L: netdev@vger.kernel.org
11953T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11954S: Maintained
11955F: drivers/vhost/
11956F: include/uapi/linux/vhost.h
11957
11958VIRTIO INPUT DRIVER
11959M: Gerd Hoffmann <kraxel@redhat.com>
11960S: Maintained
11961F: drivers/virtio/virtio_input.c
11962F: include/uapi/linux/virtio_input.h
11963
11964VIA RHINE NETWORK DRIVER
11965S: Orphan
11966F: drivers/net/ethernet/via/via-rhine.c
11967
11968VIA SD/MMC CARD CONTROLLER DRIVER
11969M: Bruce Chang <brucechang@via.com.tw>
11970M: Harald Welte <HaraldWelte@viatech.com>
11971S: Maintained
11972F: drivers/mmc/host/via-sdmmc.c
11973
11974VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11975M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11976L: linux-fbdev@vger.kernel.org
11977S: Maintained
11978F: include/linux/via-core.h
11979F: include/linux/via-gpio.h
11980F: include/linux/via_i2c.h
11981F: drivers/video/fbdev/via/
11982
11983VIA VELOCITY NETWORK DRIVER
11984M: Francois Romieu <romieu@fr.zoreil.com>
11985L: netdev@vger.kernel.org
11986S: Maintained
11987F: drivers/net/ethernet/via/via-velocity.*
11988
11989VIRT LIB
11990M: Alex Williamson <alex.williamson@redhat.com>
11991M: Paolo Bonzini <pbonzini@redhat.com>
11992L: kvm@vger.kernel.org
11993S: Supported
11994F: virt/lib/
11995
11996VIVID VIRTUAL VIDEO DRIVER
11997M: Hans Verkuil <hverkuil@xs4all.nl>
11998L: linux-media@vger.kernel.org
11999T: git git://linuxtv.org/media_tree.git
12000W: https://linuxtv.org
12001S: Maintained
12002F: drivers/media/platform/vivid/*
12003
12004VLAN (802.1Q)
12005M: Patrick McHardy <kaber@trash.net>
12006L: netdev@vger.kernel.org
12007S: Maintained
12008F: drivers/net/macvlan.c
12009F: include/linux/if_*vlan.h
12010F: net/8021q/
12011
12012VLYNQ BUS
12013M: Florian Fainelli <florian@openwrt.org>
12014L: openwrt-devel@lists.openwrt.org (subscribers-only)
12015S: Maintained
12016F: drivers/vlynq/vlynq.c
12017F: include/linux/vlynq.h
12018
12019VME SUBSYSTEM
12020M: Martyn Welch <martyn@welchs.me.uk>
12021M: Manohar Vanga <manohar.vanga@gmail.com>
12022M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12023L: devel@driverdev.osuosl.org
12024S: Maintained
12025T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12026F: Documentation/vme_api.txt
12027F: drivers/staging/vme/
12028F: drivers/vme/
12029F: include/linux/vme*
12030
12031VMWARE HYPERVISOR INTERFACE
12032M: Alok Kataria <akataria@vmware.com>
12033L: virtualization@lists.linux-foundation.org
12034S: Supported
12035F: arch/x86/kernel/cpu/vmware.c
12036
12037VMWARE BALLOON DRIVER
12038M: Xavier Deguillard <xdeguillard@vmware.com>
12039M: Philip Moltmann <moltmann@vmware.com>
12040M: "VMware, Inc." <pv-drivers@vmware.com>
12041L: linux-kernel@vger.kernel.org
12042S: Maintained
12043F: drivers/misc/vmw_balloon.c
12044
12045VMWARE VMMOUSE SUBDRIVER
12046M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12047M: "VMware, Inc." <pv-drivers@vmware.com>
12048L: linux-input@vger.kernel.org
12049S: Maintained
12050F: drivers/input/mouse/vmmouse.c
12051F: drivers/input/mouse/vmmouse.h
12052
12053VMWARE VMXNET3 ETHERNET DRIVER
12054M: Shrikrishna Khare <skhare@vmware.com>
12055M: "VMware, Inc." <pv-drivers@vmware.com>
12056L: netdev@vger.kernel.org
12057S: Maintained
12058F: drivers/net/vmxnet3/
12059
12060VMware PVSCSI driver
12061M: Arvind Kumar <arvindkumar@vmware.com>
12062M: VMware PV-Drivers <pv-drivers@vmware.com>
12063L: linux-scsi@vger.kernel.org
12064S: Maintained
12065F: drivers/scsi/vmw_pvscsi.c
12066F: drivers/scsi/vmw_pvscsi.h
12067
12068VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12069M: Liam Girdwood <lgirdwood@gmail.com>
12070M: Mark Brown <broonie@kernel.org>
12071L: linux-kernel@vger.kernel.org
12072W: http://www.slimlogic.co.uk/?p=48
12073T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12074S: Supported
12075F: Documentation/devicetree/bindings/regulator/
12076F: drivers/regulator/
12077F: include/dt-bindings/regulator/
12078F: include/linux/regulator/
12079
12080VRF
12081M: David Ahern <dsa@cumulusnetworks.com>
12082M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
12083L: netdev@vger.kernel.org
12084S: Maintained
12085F: drivers/net/vrf.c
12086F: Documentation/networking/vrf.txt
12087
12088VT1211 HARDWARE MONITOR DRIVER
12089M: Juerg Haefliger <juergh@gmail.com>
12090L: linux-hwmon@vger.kernel.org
12091S: Maintained
12092F: Documentation/hwmon/vt1211
12093F: drivers/hwmon/vt1211.c
12094
12095VT8231 HARDWARE MONITOR DRIVER
12096M: Roger Lucas <vt8231@hiddenengine.co.uk>
12097L: linux-hwmon@vger.kernel.org
12098S: Maintained
12099F: drivers/hwmon/vt8231.c
12100
12101VUB300 USB to SDIO/SD/MMC bridge chip
12102M: Tony Olech <tony.olech@elandigitalsystems.com>
12103L: linux-mmc@vger.kernel.org
12104L: linux-usb@vger.kernel.org
12105S: Supported
12106F: drivers/mmc/host/vub300.c
12107
12108W1 DALLAS'S 1-WIRE BUS
12109M: Evgeniy Polyakov <zbr@ioremap.net>
12110S: Maintained
12111F: Documentation/w1/
12112F: drivers/w1/
12113
12114W83791D HARDWARE MONITORING DRIVER
12115M: Marc Hulsman <m.hulsman@tudelft.nl>
12116L: linux-hwmon@vger.kernel.org
12117S: Maintained
12118F: Documentation/hwmon/w83791d
12119F: drivers/hwmon/w83791d.c
12120
12121W83793 HARDWARE MONITORING DRIVER
12122M: Rudolf Marek <r.marek@assembler.cz>
12123L: linux-hwmon@vger.kernel.org
12124S: Maintained
12125F: Documentation/hwmon/w83793
12126F: drivers/hwmon/w83793.c
12127
12128W83795 HARDWARE MONITORING DRIVER
12129M: Jean Delvare <jdelvare@suse.com>
12130L: linux-hwmon@vger.kernel.org
12131S: Maintained
12132F: drivers/hwmon/w83795.c
12133
12134W83L51xD SD/MMC CARD INTERFACE DRIVER
12135M: Pierre Ossman <pierre@ossman.eu>
12136S: Maintained
12137F: drivers/mmc/host/wbsd.*
12138
12139WACOM PROTOCOL 4 SERIAL TABLETS
12140M: Julian Squires <julian@cipht.net>
12141M: Hans de Goede <hdegoede@redhat.com>
12142L: linux-input@vger.kernel.org
12143S: Maintained
12144F: drivers/input/tablet/wacom_serial4.c
12145
12146WATCHDOG DEVICE DRIVERS
12147M: Wim Van Sebroeck <wim@iguana.be>
12148R: Guenter Roeck <linux@roeck-us.net>
12149L: linux-watchdog@vger.kernel.org
12150W: http://www.linux-watchdog.org/
12151T: git git://www.linux-watchdog.org/linux-watchdog.git
12152S: Maintained
12153F: Documentation/watchdog/
12154F: drivers/watchdog/
12155F: include/linux/watchdog.h
12156F: include/uapi/linux/watchdog.h
12157
12158WD7000 SCSI DRIVER
12159M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
12160L: linux-scsi@vger.kernel.org
12161S: Maintained
12162F: drivers/scsi/wd7000.c
12163
12164WIIMOTE HID DRIVER
12165M: David Herrmann <dh.herrmann@googlemail.com>
12166L: linux-input@vger.kernel.org
12167S: Maintained
12168F: drivers/hid/hid-wiimote*
12169
12170WINBOND CIR DRIVER
12171M: David Härdeman <david@hardeman.nu>
12172S: Maintained
12173F: drivers/media/rc/winbond-cir.c
12174
12175WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12176M: William Breathitt Gray <vilhelm.gray@gmail.com>
12177L: linux-watchdog@vger.kernel.org
12178S: Maintained
12179F: drivers/watchdog/ebc-c384_wdt.c
12180
12181WINSYSTEMS WS16C48 GPIO DRIVER
12182M: William Breathitt Gray <vilhelm.gray@gmail.com>
12183L: linux-gpio@vger.kernel.org
12184S: Maintained
12185F: drivers/gpio/gpio-ws16c48.c
12186
12187WIMAX STACK
12188M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12189M: linux-wimax@intel.com
12190L: wimax@linuxwimax.org (subscribers-only)
12191S: Supported
12192W: http://linuxwimax.org
12193F: Documentation/wimax/README.wimax
12194F: include/linux/wimax/debug.h
12195F: include/net/wimax.h
12196F: include/uapi/linux/wimax.h
12197F: net/wimax/
12198
12199WISTRON LAPTOP BUTTON DRIVER
12200M: Miloslav Trmac <mitr@volny.cz>
12201S: Maintained
12202F: drivers/input/misc/wistron_btns.c
12203
12204WL3501 WIRELESS PCMCIA CARD DRIVER
12205M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12206L: linux-wireless@vger.kernel.org
12207W: http://oops.ghostprotocols.net:81/blog
12208S: Maintained
12209F: drivers/net/wireless/wl3501*
12210
12211WOLFSON MICROELECTRONICS DRIVERS
12212L: patches@opensource.wolfsonmicro.com
12213T: git https://github.com/CirrusLogic/linux-drivers.git
12214W: https://github.com/CirrusLogic/linux-drivers/wiki
12215S: Supported
12216F: Documentation/hwmon/wm83??
12217F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12218F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12219F: Documentation/devicetree/bindings/mfd/arizona.txt
12220F: arch/arm/mach-s3c64xx/mach-crag6410*
12221F: drivers/clk/clk-wm83*.c
12222F: drivers/extcon/extcon-arizona.c
12223F: drivers/leds/leds-wm83*.c
12224F: drivers/gpio/gpio-*wm*.c
12225F: drivers/gpio/gpio-arizona.c
12226F: drivers/hwmon/wm83??-hwmon.c
12227F: drivers/input/misc/wm831x-on.c
12228F: drivers/input/touchscreen/wm831x-ts.c
12229F: drivers/input/touchscreen/wm97*.c
12230F: drivers/mfd/arizona*
12231F: drivers/mfd/wm*.c
12232F: drivers/mfd/cs47l24*
12233F: drivers/power/wm83*.c
12234F: drivers/rtc/rtc-wm83*.c
12235F: drivers/regulator/wm8*.c
12236F: drivers/video/backlight/wm83*_bl.c
12237F: drivers/watchdog/wm83*_wdt.c
12238F: include/linux/mfd/arizona/
12239F: include/linux/mfd/wm831x/
12240F: include/linux/mfd/wm8350/
12241F: include/linux/mfd/wm8400*
12242F: include/linux/wm97xx.h
12243F: include/sound/wm????.h
12244F: sound/soc/codecs/arizona.?
12245F: sound/soc/codecs/wm*
12246F: sound/soc/codecs/cs47l24*
12247
12248WORKQUEUE
12249M: Tejun Heo <tj@kernel.org>
12250R: Lai Jiangshan <jiangshanlai@gmail.com>
12251T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12252S: Maintained
12253F: include/linux/workqueue.h
12254F: kernel/workqueue.c
12255F: Documentation/workqueue.txt
12256
12257X.25 NETWORK LAYER
12258M: Andrew Hendry <andrew.hendry@gmail.com>
12259L: linux-x25@vger.kernel.org
12260S: Odd Fixes
12261F: Documentation/networking/x25*
12262F: include/net/x25*
12263F: net/x25/
12264
12265X86 ARCHITECTURE (32-BIT AND 64-BIT)
12266M: Thomas Gleixner <tglx@linutronix.de>
12267M: Ingo Molnar <mingo@redhat.com>
12268M: "H. Peter Anvin" <hpa@zytor.com>
12269M: x86@kernel.org
12270L: linux-kernel@vger.kernel.org
12271T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12272S: Maintained
12273F: Documentation/x86/
12274F: arch/x86/
12275
12276X86 PLATFORM DRIVERS
12277M: Darren Hart <dvhart@infradead.org>
12278L: platform-driver-x86@vger.kernel.org
12279T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12280S: Maintained
12281F: drivers/platform/x86/
12282F: drivers/platform/olpc/
12283
12284X86 MCE INFRASTRUCTURE
12285M: Tony Luck <tony.luck@intel.com>
12286M: Borislav Petkov <bp@alien8.de>
12287L: linux-edac@vger.kernel.org
12288S: Maintained
12289F: arch/x86/kernel/cpu/mcheck/*
12290
12291X86 MICROCODE UPDATE SUPPORT
12292M: Borislav Petkov <bp@alien8.de>
12293S: Maintained
12294F: arch/x86/kernel/cpu/microcode/*
12295
12296X86 VDSO
12297M: Andy Lutomirski <luto@amacapital.net>
12298L: linux-kernel@vger.kernel.org
12299T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12300S: Maintained
12301F: arch/x86/entry/vdso/
12302
12303XC2028/3028 TUNER DRIVER
12304M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12305L: linux-media@vger.kernel.org
12306W: https://linuxtv.org
12307T: git git://linuxtv.org/media_tree.git
12308S: Maintained
12309F: drivers/media/tuners/tuner-xc2028.*
12310
12311XEN HYPERVISOR INTERFACE
12312M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
12313M: David Vrabel <david.vrabel@citrix.com>
12314M: Juergen Gross <jgross@suse.com>
12315L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12316T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12317S: Supported
12318F: arch/x86/xen/
12319F: drivers/*/xen-*front.c
12320F: drivers/xen/
12321F: arch/x86/include/asm/xen/
12322F: include/xen/
12323F: include/uapi/xen/
12324
12325XEN HYPERVISOR ARM
12326M: Stefano Stabellini <sstabellini@kernel.org>
12327L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12328S: Maintained
12329F: arch/arm/xen/
12330F: arch/arm/include/asm/xen/
12331
12332XEN HYPERVISOR ARM64
12333M: Stefano Stabellini <sstabellini@kernel.org>
12334L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12335S: Maintained
12336F: arch/arm64/xen/
12337F: arch/arm64/include/asm/xen/
12338
12339XEN NETWORK BACKEND DRIVER
12340M: Wei Liu <wei.liu2@citrix.com>
12341L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12342L: netdev@vger.kernel.org
12343S: Supported
12344F: drivers/net/xen-netback/*
12345
12346XEN PCI SUBSYSTEM
12347M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12348L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12349S: Supported
12350F: arch/x86/pci/*xen*
12351F: drivers/pci/*xen*
12352
12353XEN BLOCK SUBSYSTEM
12354M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12355M: Roger Pau Monné <roger.pau@citrix.com>
12356L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12357S: Supported
12358F: drivers/block/xen-blkback/*
12359F: drivers/block/xen*
12360
12361XEN PVSCSI DRIVERS
12362M: Juergen Gross <jgross@suse.com>
12363L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12364L: linux-scsi@vger.kernel.org
12365S: Supported
12366F: drivers/scsi/xen-scsifront.c
12367F: drivers/xen/xen-scsiback.c
12368F: include/xen/interface/io/vscsiif.h
12369
12370XEN SWIOTLB SUBSYSTEM
12371M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12372L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12373S: Supported
12374F: arch/x86/xen/*swiotlb*
12375F: drivers/xen/*swiotlb*
12376
12377XFS FILESYSTEM
12378P: Silicon Graphics Inc
12379M: Dave Chinner <david@fromorbit.com>
12380M: xfs@oss.sgi.com
12381L: xfs@oss.sgi.com
12382W: http://oss.sgi.com/projects/xfs
12383T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12384S: Supported
12385F: Documentation/filesystems/xfs.txt
12386F: fs/xfs/
12387
12388XILINX AXI ETHERNET DRIVER
12389M: Anirudha Sarangi <anirudh@xilinx.com>
12390M: John Linn <John.Linn@xilinx.com>
12391S: Maintained
12392F: drivers/net/ethernet/xilinx/xilinx_axienet*
12393
12394XILINX UARTLITE SERIAL DRIVER
12395M: Peter Korsgaard <jacmet@sunsite.dk>
12396L: linux-serial@vger.kernel.org
12397S: Maintained
12398F: drivers/tty/serial/uartlite.c
12399
12400XILINX VIDEO IP CORES
12401M: Hyun Kwon <hyun.kwon@xilinx.com>
12402M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12403L: linux-media@vger.kernel.org
12404T: git git://linuxtv.org/media_tree.git
12405S: Supported
12406F: Documentation/devicetree/bindings/media/xilinx/
12407F: drivers/media/platform/xilinx/
12408F: include/uapi/linux/xilinx-v4l2-controls.h
12409
12410XILLYBUS DRIVER
12411M: Eli Billauer <eli.billauer@gmail.com>
12412L: linux-kernel@vger.kernel.org
12413S: Supported
12414F: drivers/char/xillybus/
12415
12416XTENSA XTFPGA PLATFORM SUPPORT
12417M: Max Filippov <jcmvbkbc@gmail.com>
12418L: linux-xtensa@linux-xtensa.org
12419S: Maintained
12420F: drivers/spi/spi-xtensa-xtfpga.c
12421F: sound/soc/xtensa/xtfpga-i2s.c
12422
12423YAM DRIVER FOR AX.25
12424M: Jean-Paul Roubelat <jpr@f6fbb.org>
12425L: linux-hams@vger.kernel.org
12426S: Maintained
12427F: drivers/net/hamradio/yam*
12428F: include/linux/yam.h
12429
12430YEALINK PHONE DRIVER
12431M: Henk Vergonet <Henk.Vergonet@gmail.com>
12432L: usbb2k-api-dev@nongnu.org
12433S: Maintained
12434F: Documentation/input/yealink.txt
12435F: drivers/input/misc/yealink.*
12436
12437Z8530 DRIVER FOR AX.25
12438M: Joerg Reuter <jreuter@yaina.de>
12439W: http://yaina.de/jreuter/
12440W: http://www.qsl.net/dl1bke/
12441L: linux-hams@vger.kernel.org
12442S: Maintained
12443F: Documentation/networking/z8530drv.txt
12444F: drivers/net/hamradio/*scc.c
12445F: drivers/net/hamradio/z8530.h
12446
12447ZBUD COMPRESSED PAGE ALLOCATOR
12448M: Seth Jennings <sjenning@redhat.com>
12449L: linux-mm@kvack.org
12450S: Maintained
12451F: mm/zbud.c
12452F: include/linux/zbud.h
12453
12454ZD1211RW WIRELESS DRIVER
12455M: Daniel Drake <dsd@gentoo.org>
12456M: Ulrich Kunitz <kune@deine-taler.de>
12457W: http://zd1211.ath.cx/wiki/DriverRewrite
12458L: linux-wireless@vger.kernel.org
12459L: zd1211-devs@lists.sourceforge.net (subscribers-only)
12460S: Maintained
12461F: drivers/net/wireless/zydas/zd1211rw/
12462
12463ZPOOL COMPRESSED PAGE STORAGE API
12464M: Dan Streetman <ddstreet@ieee.org>
12465L: linux-mm@kvack.org
12466S: Maintained
12467F: mm/zpool.c
12468F: include/linux/zpool.h
12469
12470ZR36067 VIDEO FOR LINUX DRIVER
12471L: mjpeg-users@lists.sourceforge.net
12472L: linux-media@vger.kernel.org
12473W: http://mjpeg.sourceforge.net/driver-zoran/
12474T: hg https://linuxtv.org/hg/v4l-dvb
12475S: Odd Fixes
12476F: drivers/media/pci/zoran/
12477
12478ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12479M: Minchan Kim <minchan@kernel.org>
12480M: Nitin Gupta <ngupta@vflare.org>
12481R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12482L: linux-kernel@vger.kernel.org
12483S: Maintained
12484F: drivers/block/zram/
12485F: Documentation/blockdev/zram.txt
12486
12487ZS DECSTATION Z85C30 SERIAL DRIVER
12488M: "Maciej W. Rozycki" <macro@linux-mips.org>
12489S: Maintained
12490F: drivers/tty/serial/zs.*
12491
12492ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12493M: Minchan Kim <minchan@kernel.org>
12494M: Nitin Gupta <ngupta@vflare.org>
12495R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12496L: linux-mm@kvack.org
12497S: Maintained
12498F: mm/zsmalloc.c
12499F: include/linux/zsmalloc.h
12500F: Documentation/vm/zsmalloc.txt
12501
12502ZSWAP COMPRESSED SWAP CACHING
12503M: Seth Jennings <sjenning@redhat.com>
12504L: linux-mm@kvack.org
12505S: Maintained
12506F: mm/zswap.c
12507
12508THE REST
12509M: Linus Torvalds <torvalds@linux-foundation.org>
12510L: linux-kernel@vger.kernel.org
12511Q: http://patchwork.kernel.org/project/LKML/list/
12512T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12513S: Buried alive in reporters
12514F: *
12515F: */
This page took 0.075693 seconds and 5 git commands to generate.