]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame_incremental - MAINTAINERS
tools/gpio: create GPIO tools
[mirror_ubuntu-artful-kernel.git] / MAINTAINERS
... / ...
CommitLineData
1
2
3 List of maintainers and how to submit kernel changes
4
5Please try to follow the guidelines below. This will make things
6easier on the maintainers. Not all of these guidelines matter for every
7trivial patch so apply some common sense.
8
91. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
122. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
203. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
244. When you are happy with a change make it generally available for
25 testing and await feedback.
26
275. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
596. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
637. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
678. Happy hacking.
68
69Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 Q: Patchwork web based patch tracking system site
78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
89 should be using that.
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
99 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
107 F: net/
108 X: net/ipv6/
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
111 patch or file. For instance:
112 K: of_get_profile
113 matches patches or files that contain "of_get_profile"
114 K: \b(printk|pr_(info|err))\b
115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
117 One regex pattern per line. Multiple K: lines acceptable.
118
119Note: For the hard of thinking, this list is meant to remain in alphabetical
120order. If you could add yourselves to it in alphabetical order that would be
121so much easier [Ed]
122
123Maintainers List (try to look for most precise areas first)
124
125 -----------------------------------
126
1273C59X NETWORK DRIVER
128M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129L: netdev@vger.kernel.org
130S: Maintained
131F: Documentation/networking/vortex.txt
132F: drivers/net/ethernet/3com/3c59x.c
133
1343CR990 NETWORK DRIVER
135M: David Dillow <dave@thedillows.org>
136L: netdev@vger.kernel.org
137S: Maintained
138F: drivers/net/ethernet/3com/typhoon*
139
1403WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141M: Adam Radford <linuxraid@lsi.com>
142L: linux-scsi@vger.kernel.org
143W: http://www.lsi.com
144S: Supported
145F: drivers/scsi/3w-*
146
14753C700 AND 53C700-66 SCSI DRIVER
148M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149L: linux-scsi@vger.kernel.org
150S: Maintained
151F: drivers/scsi/53c700*
152
1536LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154M: Alexander Aring <alex.aring@gmail.com>
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: Documentation/ABI/
227F: include/linux/syscalls.h
228F: include/uapi/
229F: kernel/sys_ni.c
230
231ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232M: Hans de Goede <hdegoede@redhat.com>
233L: lm-sensors@lm-sensors.org
234S: Maintained
235F: drivers/hwmon/abituguru.c
236
237ABIT UGURU 3 HARDWARE MONITOR DRIVER
238M: Alistair John Strachan <alistair@devzero.co.uk>
239L: lm-sensors@lm-sensors.org
240S: Maintained
241F: drivers/hwmon/abituguru3.c
242
243ACCES 104-IDI-48 GPIO DRIVER
244M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
245L: linux-gpio@vger.kernel.org
246S: Maintained
247F: drivers/gpio/gpio-104-idi-48.c
248
249ACCES 104-IDIO-16 GPIO DRIVER
250M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
251L: linux-gpio@vger.kernel.org
252S: Maintained
253F: drivers/gpio/gpio-104-idio-16.c
254
255ACENIC DRIVER
256M: Jes Sorensen <jes@trained-monkey.org>
257L: linux-acenic@sunsite.dk
258S: Maintained
259F: drivers/net/ethernet/alteon/acenic*
260
261ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
262M: Peter Feuerer <peter@piie.net>
263L: platform-driver-x86@vger.kernel.org
264W: http://piie.net/?section=acerhdf
265S: Maintained
266F: drivers/platform/x86/acerhdf.c
267
268ACER WMI LAPTOP EXTRAS
269M: "Lee, Chun-Yi" <jlee@suse.com>
270L: platform-driver-x86@vger.kernel.org
271S: Maintained
272F: drivers/platform/x86/acer-wmi.c
273
274ACPI
275M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
276M: Len Brown <lenb@kernel.org>
277L: linux-acpi@vger.kernel.org
278W: https://01.org/linux-acpi
279Q: https://patchwork.kernel.org/project/linux-acpi/list/
280T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
281S: Supported
282F: drivers/acpi/
283F: drivers/pnp/pnpacpi/
284F: include/linux/acpi.h
285F: include/acpi/
286F: Documentation/acpi/
287F: Documentation/ABI/testing/sysfs-bus-acpi
288F: drivers/pci/*acpi*
289F: drivers/pci/*/*acpi*
290F: drivers/pci/*/*/*acpi*
291F: tools/power/acpi/
292
293ACPI COMPONENT ARCHITECTURE (ACPICA)
294M: Robert Moore <robert.moore@intel.com>
295M: Lv Zheng <lv.zheng@intel.com>
296M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
297L: linux-acpi@vger.kernel.org
298L: devel@acpica.org
299W: https://acpica.org/
300W: https://github.com/acpica/acpica/
301Q: https://patchwork.kernel.org/project/linux-acpi/list/
302T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
303S: Supported
304F: drivers/acpi/acpica/
305F: include/acpi/
306F: tools/power/acpi/
307
308ACPI FAN DRIVER
309M: Zhang Rui <rui.zhang@intel.com>
310L: linux-acpi@vger.kernel.org
311W: https://01.org/linux-acpi
312S: Supported
313F: drivers/acpi/fan.c
314
315ACPI THERMAL DRIVER
316M: Zhang Rui <rui.zhang@intel.com>
317L: linux-acpi@vger.kernel.org
318W: https://01.org/linux-acpi
319S: Supported
320F: drivers/acpi/*thermal*
321
322ACPI VIDEO DRIVER
323M: Zhang Rui <rui.zhang@intel.com>
324L: linux-acpi@vger.kernel.org
325W: https://01.org/linux-acpi
326S: Supported
327F: drivers/acpi/acpi_video.c
328
329ACPI WMI DRIVER
330L: platform-driver-x86@vger.kernel.org
331S: Orphan
332F: drivers/platform/x86/wmi.c
333
334AD1889 ALSA SOUND DRIVER
335M: Thibaut Varene <T-Bone@parisc-linux.org>
336W: http://wiki.parisc-linux.org/AD1889
337L: linux-parisc@vger.kernel.org
338S: Maintained
339F: sound/pci/ad1889.*
340
341AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
342M: Michael Hennerich <michael.hennerich@analog.com>
343W: http://wiki.analog.com/AD5254
344W: http://ez.analog.com/community/linux-device-drivers
345S: Supported
346F: drivers/misc/ad525x_dpot.c
347
348AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
349M: Michael Hennerich <michael.hennerich@analog.com>
350W: http://wiki.analog.com/AD5398
351W: http://ez.analog.com/community/linux-device-drivers
352S: Supported
353F: drivers/regulator/ad5398.c
354
355AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
356M: Michael Hennerich <michael.hennerich@analog.com>
357W: http://wiki.analog.com/AD7142
358W: http://ez.analog.com/community/linux-device-drivers
359S: Supported
360F: drivers/input/misc/ad714x.c
361
362AD7877 TOUCHSCREEN DRIVER
363M: Michael Hennerich <michael.hennerich@analog.com>
364W: http://wiki.analog.com/AD7877
365W: http://ez.analog.com/community/linux-device-drivers
366S: Supported
367F: drivers/input/touchscreen/ad7877.c
368
369AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
370M: Michael Hennerich <michael.hennerich@analog.com>
371W: http://wiki.analog.com/AD7879
372W: http://ez.analog.com/community/linux-device-drivers
373S: Supported
374F: drivers/input/touchscreen/ad7879.c
375
376ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
377M: Jiri Kosina <jikos@kernel.org>
378S: Maintained
379
380ADF7242 IEEE 802.15.4 RADIO DRIVER
381M: Michael Hennerich <michael.hennerich@analog.com>
382W: https://wiki.analog.com/ADF7242
383W: http://ez.analog.com/community/linux-device-drivers
384L: linux-wpan@vger.kernel.org
385S: Supported
386F: drivers/net/ieee802154/adf7242.c
387F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
388
389ADM1025 HARDWARE MONITOR DRIVER
390M: Jean Delvare <jdelvare@suse.com>
391L: lm-sensors@lm-sensors.org
392S: Maintained
393F: Documentation/hwmon/adm1025
394F: drivers/hwmon/adm1025.c
395
396ADM1029 HARDWARE MONITOR DRIVER
397M: Corentin Labbe <clabbe.montjoie@gmail.com>
398L: lm-sensors@lm-sensors.org
399S: Maintained
400F: drivers/hwmon/adm1029.c
401
402ADM8211 WIRELESS DRIVER
403L: linux-wireless@vger.kernel.org
404W: http://wireless.kernel.org/
405S: Orphan
406F: drivers/net/wireless/admtek/adm8211.*
407
408ADP1653 FLASH CONTROLLER DRIVER
409M: Sakari Ailus <sakari.ailus@iki.fi>
410L: linux-media@vger.kernel.org
411S: Maintained
412F: drivers/media/i2c/adp1653.c
413F: include/media/i2c/adp1653.h
414
415ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
416M: Michael Hennerich <michael.hennerich@analog.com>
417W: http://wiki.analog.com/ADP5520
418W: http://ez.analog.com/community/linux-device-drivers
419S: Supported
420F: drivers/mfd/adp5520.c
421F: drivers/video/backlight/adp5520_bl.c
422F: drivers/leds/leds-adp5520.c
423F: drivers/gpio/gpio-adp5520.c
424F: drivers/input/keyboard/adp5520-keys.c
425
426ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
427M: Michael Hennerich <michael.hennerich@analog.com>
428W: http://wiki.analog.com/ADP5588
429W: http://ez.analog.com/community/linux-device-drivers
430S: Supported
431F: drivers/input/keyboard/adp5588-keys.c
432F: drivers/gpio/gpio-adp5588.c
433
434ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
435M: Michael Hennerich <michael.hennerich@analog.com>
436W: http://wiki.analog.com/ADP8860
437W: http://ez.analog.com/community/linux-device-drivers
438S: Supported
439F: drivers/video/backlight/adp8860_bl.c
440
441ADS1015 HARDWARE MONITOR DRIVER
442M: Dirk Eibach <eibach@gdsys.de>
443L: lm-sensors@lm-sensors.org
444S: Maintained
445F: Documentation/hwmon/ads1015
446F: drivers/hwmon/ads1015.c
447F: include/linux/i2c/ads1015.h
448
449ADT746X FAN DRIVER
450M: Colin Leroy <colin@colino.net>
451S: Maintained
452F: drivers/macintosh/therm_adt746x.c
453
454ADT7475 HARDWARE MONITOR DRIVER
455M: Jean Delvare <jdelvare@suse.com>
456L: lm-sensors@lm-sensors.org
457S: Maintained
458F: Documentation/hwmon/adt7475
459F: drivers/hwmon/adt7475.c
460
461ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
462M: Michael Hennerich <michael.hennerich@analog.com>
463W: http://wiki.analog.com/ADXL345
464W: http://ez.analog.com/community/linux-device-drivers
465S: Supported
466F: drivers/input/misc/adxl34x.c
467
468ADVANSYS SCSI DRIVER
469M: Matthew Wilcox <matthew@wil.cx>
470M: Hannes Reinecke <hare@suse.com>
471L: linux-scsi@vger.kernel.org
472S: Maintained
473F: Documentation/scsi/advansys.txt
474F: drivers/scsi/advansys.c
475
476AEDSP16 DRIVER
477M: Riccardo Facchetti <fizban@tin.it>
478S: Maintained
479F: sound/oss/aedsp16.c
480
481AF9013 MEDIA DRIVER
482M: Antti Palosaari <crope@iki.fi>
483L: linux-media@vger.kernel.org
484W: https://linuxtv.org
485W: http://palosaari.fi/linux/
486Q: http://patchwork.linuxtv.org/project/linux-media/list/
487T: git git://linuxtv.org/anttip/media_tree.git
488S: Maintained
489F: drivers/media/dvb-frontends/af9013*
490
491AF9033 MEDIA DRIVER
492M: Antti Palosaari <crope@iki.fi>
493L: linux-media@vger.kernel.org
494W: https://linuxtv.org
495W: http://palosaari.fi/linux/
496Q: http://patchwork.linuxtv.org/project/linux-media/list/
497T: git git://linuxtv.org/anttip/media_tree.git
498S: Maintained
499F: drivers/media/dvb-frontends/af9033*
500
501AFFS FILE SYSTEM
502L: linux-fsdevel@vger.kernel.org
503S: Orphan
504F: Documentation/filesystems/affs.txt
505F: fs/affs/
506
507AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
508M: David Howells <dhowells@redhat.com>
509L: linux-afs@lists.infradead.org
510S: Supported
511F: fs/afs/
512F: include/net/af_rxrpc.h
513F: net/rxrpc/af_rxrpc.c
514
515AGPGART DRIVER
516M: David Airlie <airlied@linux.ie>
517T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
518S: Maintained
519F: drivers/char/agp/
520F: include/linux/agp*
521F: include/uapi/linux/agp*
522
523AHA152X SCSI DRIVER
524M: "Juergen E. Fischer" <fischer@norbit.de>
525L: linux-scsi@vger.kernel.org
526S: Maintained
527F: drivers/scsi/aha152x*
528F: drivers/scsi/pcmcia/aha152x*
529
530AIC7XXX / AIC79XX SCSI DRIVER
531M: Hannes Reinecke <hare@suse.com>
532L: linux-scsi@vger.kernel.org
533S: Maintained
534F: drivers/scsi/aic7xxx/
535
536AIMSLAB FM RADIO RECEIVER DRIVER
537M: Hans Verkuil <hverkuil@xs4all.nl>
538L: linux-media@vger.kernel.org
539T: git git://linuxtv.org/media_tree.git
540W: https://linuxtv.org
541S: Maintained
542F: drivers/media/radio/radio-aimslab*
543
544AIO
545M: Benjamin LaHaise <bcrl@kvack.org>
546L: linux-aio@kvack.org
547S: Supported
548F: fs/aio.c
549F: include/linux/*aio*.h
550
551AIRSPY MEDIA DRIVER
552M: Antti Palosaari <crope@iki.fi>
553L: linux-media@vger.kernel.org
554W: https://linuxtv.org
555W: http://palosaari.fi/linux/
556Q: http://patchwork.linuxtv.org/project/linux-media/list/
557T: git git://linuxtv.org/anttip/media_tree.git
558S: Maintained
559F: drivers/media/usb/airspy/
560
561ALCATEL SPEEDTOUCH USB DRIVER
562M: Duncan Sands <duncan.sands@free.fr>
563L: linux-usb@vger.kernel.org
564W: http://www.linux-usb.org/SpeedTouch/
565S: Maintained
566F: drivers/usb/atm/speedtch.c
567F: drivers/usb/atm/usbatm.c
568
569ALCHEMY AU1XX0 MMC DRIVER
570M: Manuel Lauss <manuel.lauss@gmail.com>
571S: Maintained
572F: drivers/mmc/host/au1xmmc.c
573
574ALI1563 I2C DRIVER
575M: Rudolf Marek <r.marek@assembler.cz>
576L: linux-i2c@vger.kernel.org
577S: Maintained
578F: Documentation/i2c/busses/i2c-ali1563
579F: drivers/i2c/busses/i2c-ali1563.c
580
581ALLWINNER SECURITY SYSTEM
582M: Corentin Labbe <clabbe.montjoie@gmail.com>
583L: linux-crypto@vger.kernel.org
584S: Maintained
585F: drivers/crypto/sunxi-ss/
586
587ALPHA PORT
588M: Richard Henderson <rth@twiddle.net>
589M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
590M: Matt Turner <mattst88@gmail.com>
591S: Odd Fixes
592L: linux-alpha@vger.kernel.org
593F: arch/alpha/
594
595ALTERA MAILBOX DRIVER
596M: Ley Foon Tan <lftan@altera.com>
597L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
598S: Maintained
599F: drivers/mailbox/mailbox-altera.c
600
601ALTERA PIO DRIVER
602M: Tien Hock Loh <thloh@altera.com>
603L: linux-gpio@vger.kernel.org
604S: Maintained
605F: drivers/gpio/gpio-altera.c
606
607ALTERA TRIPLE SPEED ETHERNET DRIVER
608M: Vince Bridgers <vbridger@opensource.altera.com>
609L: netdev@vger.kernel.org
610L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
611S: Maintained
612F: drivers/net/ethernet/altera/
613
614ALTERA UART/JTAG UART SERIAL DRIVERS
615M: Tobias Klauser <tklauser@distanz.ch>
616L: linux-serial@vger.kernel.org
617L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
618S: Maintained
619F: drivers/tty/serial/altera_uart.c
620F: drivers/tty/serial/altera_jtaguart.c
621F: include/linux/altera_uart.h
622F: include/linux/altera_jtaguart.h
623
624AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
625M: Tom Lendacky <thomas.lendacky@amd.com>
626L: linux-crypto@vger.kernel.org
627S: Supported
628F: drivers/crypto/ccp/
629F: include/linux/ccp.h
630
631AMD FAM15H PROCESSOR POWER MONITORING DRIVER
632M: Huang Rui <ray.huang@amd.com>
633L: lm-sensors@lm-sensors.org
634S: Supported
635F: Documentation/hwmon/fam15h_power
636F: drivers/hwmon/fam15h_power.c
637
638AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
639L: linux-geode@lists.infradead.org (moderated for non-subscribers)
640S: Orphan
641F: drivers/usb/gadget/udc/amd5536udc.*
642
643AMD GEODE PROCESSOR/CHIPSET SUPPORT
644P: Andres Salomon <dilinger@queued.net>
645L: linux-geode@lists.infradead.org (moderated for non-subscribers)
646W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
647S: Supported
648F: drivers/char/hw_random/geode-rng.c
649F: drivers/crypto/geode*
650F: drivers/video/fbdev/geode/
651F: arch/x86/include/asm/geode.h
652
653AMD IOMMU (AMD-VI)
654M: Joerg Roedel <joro@8bytes.org>
655L: iommu@lists.linux-foundation.org
656T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
657S: Maintained
658F: drivers/iommu/amd_iommu*.[ch]
659F: include/linux/amd-iommu.h
660
661AMD KFD
662M: Oded Gabbay <oded.gabbay@gmail.com>
663L: dri-devel@lists.freedesktop.org
664T: git git://people.freedesktop.org/~gabbayo/linux.git
665S: Supported
666F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
667F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
668F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
669F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
670F: drivers/gpu/drm/amd/amdkfd/
671F: drivers/gpu/drm/amd/include/cik_structs.h
672F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
673F: drivers/gpu/drm/amd/include/vi_structs.h
674F: drivers/gpu/drm/radeon/radeon_kfd.c
675F: drivers/gpu/drm/radeon/radeon_kfd.h
676F: include/uapi/linux/kfd_ioctl.h
677
678AMD XGBE DRIVER
679M: Tom Lendacky <thomas.lendacky@amd.com>
680L: netdev@vger.kernel.org
681S: Supported
682F: drivers/net/ethernet/amd/xgbe/
683
684AMS (Apple Motion Sensor) DRIVER
685M: Michael Hanselmann <linux-kernel@hansmi.ch>
686S: Supported
687F: drivers/macintosh/ams/
688
689AMSO1100 RNIC DRIVER
690M: Tom Tucker <tom@opengridcomputing.com>
691M: Steve Wise <swise@opengridcomputing.com>
692L: linux-rdma@vger.kernel.org
693S: Maintained
694F: drivers/infiniband/hw/amso1100/
695
696ANALOG DEVICES INC AD9389B DRIVER
697M: Hans Verkuil <hans.verkuil@cisco.com>
698L: linux-media@vger.kernel.org
699S: Maintained
700F: drivers/media/i2c/ad9389b*
701
702ANALOG DEVICES INC ADV7180 DRIVER
703M: Lars-Peter Clausen <lars@metafoo.de>
704L: linux-media@vger.kernel.org
705W: http://ez.analog.com/community/linux-device-drivers
706S: Supported
707F: drivers/media/i2c/adv7180.c
708
709ANALOG DEVICES INC ADV7511 DRIVER
710M: Hans Verkuil <hans.verkuil@cisco.com>
711L: linux-media@vger.kernel.org
712S: Maintained
713F: drivers/media/i2c/adv7511*
714
715ANALOG DEVICES INC ADV7604 DRIVER
716M: Hans Verkuil <hans.verkuil@cisco.com>
717L: linux-media@vger.kernel.org
718S: Maintained
719F: drivers/media/i2c/adv7604*
720
721ANALOG DEVICES INC ADV7842 DRIVER
722M: Hans Verkuil <hans.verkuil@cisco.com>
723L: linux-media@vger.kernel.org
724S: Maintained
725F: drivers/media/i2c/adv7842*
726
727ANALOG DEVICES INC ASOC CODEC DRIVERS
728M: Lars-Peter Clausen <lars@metafoo.de>
729L: alsa-devel@alsa-project.org (moderated for non-subscribers)
730W: http://wiki.analog.com/
731W: http://ez.analog.com/community/linux-device-drivers
732S: Supported
733F: sound/soc/codecs/adau*
734F: sound/soc/codecs/adav*
735F: sound/soc/codecs/ad1*
736F: sound/soc/codecs/ad7*
737F: sound/soc/codecs/ssm*
738F: sound/soc/codecs/sigmadsp.*
739
740ANALOG DEVICES INC ASOC DRIVERS
741L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
742L: alsa-devel@alsa-project.org (moderated for non-subscribers)
743W: http://blackfin.uclinux.org/
744S: Supported
745F: sound/soc/blackfin/*
746
747ANALOG DEVICES INC IIO DRIVERS
748M: Lars-Peter Clausen <lars@metafoo.de>
749M: Michael Hennerich <Michael.Hennerich@analog.com>
750W: http://wiki.analog.com/
751W: http://ez.analog.com/community/linux-device-drivers
752S: Supported
753F: drivers/iio/*/ad*
754X: drivers/iio/*/adjd*
755F: drivers/staging/iio/*/ad*
756F: staging/iio/trigger/iio-trig-bfin-timer.c
757
758ANALOG DEVICES INC DMA DRIVERS
759M: Lars-Peter Clausen <lars@metafoo.de>
760W: http://ez.analog.com/community/linux-device-drivers
761S: Supported
762F: drivers/dma/dma-axi-dmac.c
763
764ANDROID DRIVERS
765M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
766M: Arve Hjønnevåg <arve@android.com>
767M: Riley Andrews <riandrews@android.com>
768T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
769L: devel@driverdev.osuosl.org
770S: Supported
771F: drivers/android/
772F: drivers/staging/android/
773
774AOA (Apple Onboard Audio) ALSA DRIVER
775M: Johannes Berg <johannes@sipsolutions.net>
776L: linuxppc-dev@lists.ozlabs.org
777L: alsa-devel@alsa-project.org (moderated for non-subscribers)
778S: Maintained
779F: sound/aoa/
780
781APM DRIVER
782M: Jiri Kosina <jikos@kernel.org>
783S: Odd fixes
784T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
785F: arch/x86/kernel/apm_32.c
786F: include/linux/apm_bios.h
787F: include/uapi/linux/apm_bios.h
788F: drivers/char/apm-emulation.c
789
790APPLE BCM5974 MULTITOUCH DRIVER
791M: Henrik Rydberg <rydberg@bitmath.org>
792L: linux-input@vger.kernel.org
793S: Odd fixes
794F: drivers/input/mouse/bcm5974.c
795
796APPLE SMC DRIVER
797M: Henrik Rydberg <rydberg@bitmath.org>
798L: lm-sensors@lm-sensors.org
799S: Odd fixes
800F: drivers/hwmon/applesmc.c
801
802APPLETALK NETWORK LAYER
803M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
804S: Maintained
805F: drivers/net/appletalk/
806F: net/appletalk/
807
808APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
809M: Duc Dang <dhdang@apm.com>
810S: Supported
811F: arch/arm64/boot/dts/apm/
812
813APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
814M: Iyappan Subramanian <isubramanian@apm.com>
815M: Keyur Chudgar <kchudgar@apm.com>
816S: Supported
817F: drivers/net/ethernet/apm/xgene/
818F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
819
820APTINA CAMERA SENSOR PLL
821M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
822L: linux-media@vger.kernel.org
823S: Maintained
824F: drivers/media/i2c/aptina-pll.*
825
826ARC FRAMEBUFFER DRIVER
827M: Jaya Kumar <jayalk@intworks.biz>
828S: Maintained
829F: drivers/video/fbdev/arcfb.c
830F: drivers/video/fbdev/core/fb_defio.c
831
832ARCNET NETWORK LAYER
833M: Michael Grzeschik <m.grzeschik@pengutronix.de>
834L: netdev@vger.kernel.org
835S: Maintained
836F: drivers/net/arcnet/
837F: include/uapi/linux/if_arcnet.h
838
839ARM MFM AND FLOPPY DRIVERS
840M: Ian Molton <spyro@f2s.com>
841S: Maintained
842F: arch/arm/lib/floppydma.S
843F: arch/arm/include/asm/floppy.h
844
845ARM PMU PROFILING AND DEBUGGING
846M: Will Deacon <will.deacon@arm.com>
847R: Mark Rutland <mark.rutland@arm.com>
848S: Maintained
849F: arch/arm*/kernel/perf_*
850F: arch/arm/oprofile/common.c
851F: arch/arm*/kernel/hw_breakpoint.c
852F: arch/arm*/include/asm/hw_breakpoint.h
853F: arch/arm*/include/asm/perf_event.h
854F: drivers/perf/arm_pmu.c
855F: include/linux/perf/arm_pmu.h
856
857ARM PORT
858M: Russell King <linux@arm.linux.org.uk>
859L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
860W: http://www.arm.linux.org.uk/
861S: Maintained
862F: arch/arm/
863
864ARM SUB-ARCHITECTURES
865L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
866S: Maintained
867F: arch/arm/mach-*/
868F: arch/arm/plat-*/
869T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
870
871ARM PRIMECELL AACI PL041 DRIVER
872M: Russell King <linux@arm.linux.org.uk>
873S: Maintained
874F: sound/arm/aaci.*
875
876ARM PRIMECELL CLCD PL110 DRIVER
877M: Russell King <linux@arm.linux.org.uk>
878S: Maintained
879F: drivers/video/fbdev/amba-clcd.*
880
881ARM PRIMECELL KMI PL050 DRIVER
882M: Russell King <linux@arm.linux.org.uk>
883S: Maintained
884F: drivers/input/serio/ambakmi.*
885F: include/linux/amba/kmi.h
886
887ARM PRIMECELL MMCI PL180/1 DRIVER
888M: Russell King <linux@arm.linux.org.uk>
889S: Maintained
890F: drivers/mmc/host/mmci.*
891F: include/linux/amba/mmci.h
892
893ARM PRIMECELL UART PL010 AND PL011 DRIVERS
894M: Russell King <linux@arm.linux.org.uk>
895S: Maintained
896F: drivers/tty/serial/amba-pl01*.c
897F: include/linux/amba/serial.h
898
899ARM PRIMECELL BUS SUPPORT
900M: Russell King <linux@arm.linux.org.uk>
901S: Maintained
902F: drivers/amba/
903F: include/linux/amba/bus.h
904
905ARM/ADS SPHERE MACHINE SUPPORT
906M: Lennert Buytenhek <kernel@wantstofly.org>
907L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
908S: Maintained
909
910ARM/AFEB9260 MACHINE SUPPORT
911M: Sergey Lapin <slapin@ossfans.org>
912L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
913S: Maintained
914
915ARM/AJECO 1ARM MACHINE SUPPORT
916M: Lennert Buytenhek <kernel@wantstofly.org>
917L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
918S: Maintained
919
920ARM/Allwinner sunXi SoC support
921M: Maxime Ripard <maxime.ripard@free-electrons.com>
922M: Chen-Yu Tsai <wens@csie.org>
923L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
924S: Maintained
925N: sun[x456789]i
926
927ARM/Allwinner SoC Clock Support
928M: Emilio López <emilio@elopez.com.ar>
929S: Maintained
930F: drivers/clk/sunxi/
931
932ARM/Amlogic MesonX SoC support
933M: Carlo Caione <carlo@caione.org>
934L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935S: Maintained
936F: drivers/media/rc/meson-ir.c
937N: meson[x68]
938
939ARM/Annapurna Labs ALPINE ARCHITECTURE
940M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
941S: Maintained
942F: arch/arm/mach-alpine/
943
944ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
945M: Nicolas Ferre <nicolas.ferre@atmel.com>
946M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
947M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
948L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949W: http://www.linux4sam.org
950T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
951S: Supported
952F: arch/arm/mach-at91/
953F: include/soc/at91/
954F: arch/arm/boot/dts/at91*.dts
955F: arch/arm/boot/dts/at91*.dtsi
956F: arch/arm/boot/dts/sama*.dts
957F: arch/arm/boot/dts/sama*.dtsi
958F: arch/arm/include/debug/at91.S
959
960ARM/ATMEL AT91 Clock Support
961M: Boris Brezillon <boris.brezillon@free-electrons.com>
962S: Maintained
963F: drivers/clk/at91
964
965ARM/CALXEDA HIGHBANK ARCHITECTURE
966M: Rob Herring <robh@kernel.org>
967L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
968S: Maintained
969F: arch/arm/mach-highbank/
970
971ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
972M: Krzysztof Halasa <khalasa@piap.pl>
973S: Maintained
974F: arch/arm/mach-cns3xxx/
975
976ARM/CAVIUM THUNDER NETWORK DRIVER
977M: Sunil Goutham <sgoutham@cavium.com>
978M: Robert Richter <rric@kernel.org>
979L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980S: Supported
981F: drivers/net/ethernet/cavium/thunder/
982
983ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
984M: Alexander Shiyan <shc_work@mail.ru>
985L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986S: Odd Fixes
987N: clps711x
988
989ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
990M: Hartley Sweeten <hsweeten@visionengravers.com>
991M: Ryan Mallon <rmallon@gmail.com>
992L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993S: Maintained
994F: arch/arm/mach-ep93xx/
995F: arch/arm/mach-ep93xx/include/mach/
996
997ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
998M: Lennert Buytenhek <kernel@wantstofly.org>
999L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000S: Maintained
1001
1002ARM/CLKDEV SUPPORT
1003M: Russell King <linux@arm.linux.org.uk>
1004L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1005S: Maintained
1006F: arch/arm/include/asm/clkdev.h
1007F: drivers/clk/clkdev.c
1008
1009ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1010M: Mike Rapoport <mike@compulab.co.il>
1011L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012S: Maintained
1013
1014ARM/CONTEC MICRO9 MACHINE SUPPORT
1015M: Hubert Feurstein <hubert.feurstein@contec.at>
1016S: Maintained
1017F: arch/arm/mach-ep93xx/micro9.c
1018
1019ARM/CORESIGHT FRAMEWORK AND DRIVERS
1020M: Mathieu Poirier <mathieu.poirier@linaro.org>
1021L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1022S: Maintained
1023F: drivers/hwtracing/coresight/*
1024F: Documentation/trace/coresight.txt
1025F: Documentation/devicetree/bindings/arm/coresight.txt
1026F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1027
1028ARM/CORGI MACHINE SUPPORT
1029M: Richard Purdie <rpurdie@rpsys.net>
1030S: Maintained
1031
1032ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1033M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1034L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035T: git git://github.com/ulli-kroll/linux.git
1036S: Maintained
1037F: arch/arm/mach-gemini/
1038F: drivers/rtc/rtc-gemini.c
1039
1040ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1041M: Barry Song <baohua@kernel.org>
1042L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1043T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1044S: Maintained
1045F: arch/arm/mach-prima2/
1046F: drivers/clk/sirf/
1047F: drivers/clocksource/timer-prima2.c
1048F: drivers/clocksource/timer-atlas7.c
1049N: [^a-z]sirf
1050
1051ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1052M: Baruch Siach <baruch@tkos.co.il>
1053L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054S: Maintained
1055F: arch/arm/boot/dts/cx92755*
1056N: digicolor
1057
1058ARM/EBSA110 MACHINE SUPPORT
1059M: Russell King <linux@arm.linux.org.uk>
1060L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061W: http://www.arm.linux.org.uk/
1062S: Maintained
1063F: arch/arm/mach-ebsa110/
1064F: drivers/net/ethernet/amd/am79c961a.*
1065
1066ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1067M: Uwe Kleine-König <kernel@pengutronix.de>
1068L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069S: Maintained
1070N: efm32
1071
1072ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1073M: Daniel Ribeiro <drwyrm@gmail.com>
1074M: Stefan Schmidt <stefan@openezx.org>
1075M: Harald Welte <laforge@openezx.org>
1076L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1077W: http://www.openezx.org/
1078S: Maintained
1079T: topgit git://git.openezx.org/openezx.git
1080F: arch/arm/mach-pxa/ezx.c
1081
1082ARM/FARADAY FA526 PORT
1083M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1084L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1085S: Maintained
1086T: git git://git.berlios.de/gemini-board
1087F: arch/arm/mm/*-fa*
1088
1089ARM/FOOTBRIDGE ARCHITECTURE
1090M: Russell King <linux@arm.linux.org.uk>
1091L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092W: http://www.arm.linux.org.uk/
1093S: Maintained
1094F: arch/arm/include/asm/hardware/dec21285.h
1095F: arch/arm/mach-footbridge/
1096
1097ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1098M: Shawn Guo <shawnguo@kernel.org>
1099M: Sascha Hauer <kernel@pengutronix.de>
1100L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101S: Maintained
1102T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1103F: arch/arm/mach-imx/
1104F: arch/arm/mach-mxs/
1105F: arch/arm/boot/dts/imx*
1106F: arch/arm/configs/imx*_defconfig
1107F: drivers/clk/imx/
1108F: include/soc/imx/
1109
1110ARM/FREESCALE VYBRID ARM ARCHITECTURE
1111M: Shawn Guo <shawnguo@kernel.org>
1112M: Sascha Hauer <kernel@pengutronix.de>
1113R: Stefan Agner <stefan@agner.ch>
1114L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115S: Maintained
1116T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1117F: arch/arm/mach-imx/*vf610*
1118F: arch/arm/boot/dts/vf*
1119
1120ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1121M: Lennert Buytenhek <kernel@wantstofly.org>
1122L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123S: Maintained
1124
1125ARM/GUMSTIX MACHINE SUPPORT
1126M: Steve Sakoman <sakoman@gmail.com>
1127L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1128S: Maintained
1129
1130ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1131M: Philipp Zabel <philipp.zabel@gmail.com>
1132M: Paul Parsons <lost.distance@yahoo.com>
1133L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1134S: Maintained
1135F: arch/arm/mach-pxa/hx4700.c
1136F: arch/arm/mach-pxa/include/mach/hx4700.h
1137F: sound/soc/pxa/hx4700.c
1138
1139ARM/HISILICON SOC SUPPORT
1140M: Wei Xu <xuwei5@hisilicon.com>
1141L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142W: http://www.hisilicon.com
1143S: Supported
1144T: git git://github.com/hisilicon/linux-hisi.git
1145F: arch/arm/mach-hisi/
1146
1147ARM/HP JORNADA 7XX MACHINE SUPPORT
1148M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1149W: www.jlime.com
1150S: Maintained
1151T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1152F: arch/arm/mach-sa1100/jornada720.c
1153F: arch/arm/mach-sa1100/include/mach/jornada720.h
1154
1155ARM/IGEP MACHINE SUPPORT
1156M: Enric Balletbo i Serra <eballetbo@gmail.com>
1157M: Javier Martinez Canillas <javier@dowhile0.org>
1158L: linux-omap@vger.kernel.org
1159L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160S: Maintained
1161F: arch/arm/boot/dts/omap3-igep*
1162
1163ARM/INCOME PXA270 SUPPORT
1164M: Marek Vasut <marek.vasut@gmail.com>
1165L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166S: Maintained
1167F: arch/arm/mach-pxa/colibri-pxa270-income.c
1168
1169ARM/INTEL IOP32X ARM ARCHITECTURE
1170M: Lennert Buytenhek <kernel@wantstofly.org>
1171L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172S: Maintained
1173
1174ARM/INTEL IOP33X ARM ARCHITECTURE
1175L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1176S: Orphan
1177
1178ARM/INTEL IOP13XX ARM ARCHITECTURE
1179M: Lennert Buytenhek <kernel@wantstofly.org>
1180L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181S: Maintained
1182
1183ARM/INTEL IQ81342EX MACHINE SUPPORT
1184M: Lennert Buytenhek <kernel@wantstofly.org>
1185L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186S: Maintained
1187
1188ARM/INTEL IXDP2850 MACHINE SUPPORT
1189M: Lennert Buytenhek <kernel@wantstofly.org>
1190L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191S: Maintained
1192
1193ARM/INTEL IXP4XX ARM ARCHITECTURE
1194M: Imre Kaloz <kaloz@openwrt.org>
1195M: Krzysztof Halasa <khalasa@piap.pl>
1196L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197S: Maintained
1198F: arch/arm/mach-ixp4xx/
1199
1200ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1201M: Jonathan Cameron <jic23@cam.ac.uk>
1202L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203S: Maintained
1204F: arch/arm/mach-pxa/stargate2.c
1205F: drivers/pcmcia/pxa2xx_stargate2.c
1206
1207ARM/INTEL XSC3 (MANZANO) ARM CORE
1208M: Lennert Buytenhek <kernel@wantstofly.org>
1209L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1210S: Maintained
1211
1212ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1213M: Lennert Buytenhek <kernel@wantstofly.org>
1214L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215S: Maintained
1216
1217ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1218M: Santosh Shilimkar <ssantosh@kernel.org>
1219L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1220S: Maintained
1221F: arch/arm/mach-keystone/
1222T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1223
1224ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1225M: Santosh Shilimkar <ssantosh@kernel.org>
1226L: linux-kernel@vger.kernel.org
1227S: Maintained
1228F: drivers/clk/keystone/
1229
1230ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1231M: Santosh Shilimkar <ssantosh@kernel.org>
1232L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233L: linux-kernel@vger.kernel.org
1234S: Maintained
1235F: drivers/clocksource/timer-keystone.c
1236
1237ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1238M: Santosh Shilimkar <ssantosh@kernel.org>
1239L: linux-kernel@vger.kernel.org
1240S: Maintained
1241F: drivers/power/reset/keystone-reset.c
1242
1243ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1244M: Santosh Shilimkar <ssantosh@kernel.org>
1245L: linux-kernel@vger.kernel.org
1246S: Maintained
1247F: drivers/memory/*emif*
1248
1249ARM/LOGICPD PXA270 MACHINE SUPPORT
1250M: Lennert Buytenhek <kernel@wantstofly.org>
1251L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1252S: Maintained
1253
1254ARM/LPC18XX ARCHITECTURE
1255M: Joachim Eastwood <manabian@gmail.com>
1256L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257S: Maintained
1258F: arch/arm/boot/dts/lpc43*
1259F: drivers/clk/nxp/clk-lpc18xx*
1260F: drivers/clocksource/time-lpc32xx.c
1261F: drivers/i2c/busses/i2c-lpc2k.c
1262F: drivers/memory/pl172.c
1263F: drivers/mtd/spi-nor/nxp-spifi.c
1264F: drivers/rtc/rtc-lpc24xx.c
1265N: lpc18xx
1266
1267ARM/MAGICIAN MACHINE SUPPORT
1268M: Philipp Zabel <philipp.zabel@gmail.com>
1269S: Maintained
1270
1271ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1272M: Jason Cooper <jason@lakedaemon.net>
1273M: Andrew Lunn <andrew@lunn.ch>
1274M: Gregory Clement <gregory.clement@free-electrons.com>
1275M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1276L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1277S: Maintained
1278F: arch/arm/mach-mvebu/
1279F: drivers/rtc/rtc-armada38x.c
1280F: arch/arm/boot/dts/armada*
1281F: arch/arm/boot/dts/kirkwood*
1282
1283
1284ARM/Marvell Berlin SoC support
1285M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1286L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1287S: Maintained
1288F: arch/arm/mach-berlin/
1289F: arch/arm/boot/dts/berlin*
1290
1291
1292ARM/Marvell Dove/MV78xx0/Orion SOC support
1293M: Jason Cooper <jason@lakedaemon.net>
1294M: Andrew Lunn <andrew@lunn.ch>
1295M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1296M: Gregory Clement <gregory.clement@free-electrons.com>
1297L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1298S: Maintained
1299F: arch/arm/mach-dove/
1300F: arch/arm/mach-mv78xx0/
1301F: arch/arm/mach-orion5x/
1302F: arch/arm/plat-orion/
1303F: arch/arm/boot/dts/dove*
1304F: arch/arm/boot/dts/orion5x*
1305
1306
1307ARM/Orion SoC/Technologic Systems TS-78xx platform support
1308M: Alexander Clouter <alex@digriz.org.uk>
1309L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1310W: http://www.digriz.org.uk/ts78xx/kernel
1311S: Maintained
1312F: arch/arm/mach-orion5x/ts78xx-*
1313
1314ARM/Mediatek RTC DRIVER
1315M: Eddie Huang <eddie.huang@mediatek.com>
1316L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1317L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1318S: Maintained
1319F: drivers/rtc/rtc-mt6397.c
1320
1321ARM/Mediatek SoC support
1322M: Matthias Brugger <matthias.bgg@gmail.com>
1323L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1325S: Maintained
1326F: arch/arm/boot/dts/mt6*
1327F: arch/arm/boot/dts/mt8*
1328F: arch/arm/mach-mediatek/
1329N: mtk
1330K: mediatek
1331
1332ARM/Mediatek USB3 PHY DRIVER
1333M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1334L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1336S: Maintained
1337F: drivers/phy/phy-mt65xx-usb3.c
1338
1339ARM/MICREL KS8695 ARCHITECTURE
1340M: Greg Ungerer <gerg@uclinux.org>
1341L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342F: arch/arm/mach-ks8695/
1343S: Odd Fixes
1344
1345ARM/MIOA701 MACHINE SUPPORT
1346M: Robert Jarzmik <robert.jarzmik@free.fr>
1347L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1348F: arch/arm/mach-pxa/mioa701.c
1349S: Maintained
1350
1351ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1352M: Michael Petchkovsky <mkpetch@internode.on.net>
1353S: Maintained
1354
1355ARM/NOMADIK ARCHITECTURE
1356M: Alessandro Rubini <rubini@unipv.it>
1357M: Linus Walleij <linus.walleij@linaro.org>
1358L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1359S: Maintained
1360F: arch/arm/mach-nomadik/
1361F: drivers/pinctrl/nomadik/
1362F: drivers/i2c/busses/i2c-nomadik.c
1363T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1364
1365ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1366M: Nelson Castillo <arhuaco@freaks-unidos.net>
1367L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1368W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1369S: Supported
1370
1371ARM/TOSA MACHINE SUPPORT
1372M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1373M: Dirk Opfer <dirk@opfer-online.de>
1374S: Maintained
1375
1376ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1377M: Marek Vasut <marek.vasut@gmail.com>
1378L: linux-arm-kernel@lists.infradead.org
1379W: http://hackndev.com
1380S: Maintained
1381F: arch/arm/mach-pxa/include/mach/palmtx.h
1382F: arch/arm/mach-pxa/palmtx.c
1383F: arch/arm/mach-pxa/include/mach/palmt5.h
1384F: arch/arm/mach-pxa/palmt5.c
1385F: arch/arm/mach-pxa/include/mach/palmld.h
1386F: arch/arm/mach-pxa/palmld.c
1387F: arch/arm/mach-pxa/include/mach/palmte2.h
1388F: arch/arm/mach-pxa/palmte2.c
1389F: arch/arm/mach-pxa/include/mach/palmtc.h
1390F: arch/arm/mach-pxa/palmtc.c
1391
1392ARM/PALM TREO SUPPORT
1393M: Tomas Cech <sleep_walker@suse.com>
1394L: linux-arm-kernel@lists.infradead.org
1395W: http://hackndev.com
1396S: Maintained
1397F: arch/arm/mach-pxa/include/mach/palmtreo.h
1398F: arch/arm/mach-pxa/palmtreo.c
1399
1400ARM/PALMZ72 SUPPORT
1401M: Sergey Lapin <slapin@ossfans.org>
1402L: linux-arm-kernel@lists.infradead.org
1403W: http://hackndev.com
1404S: Maintained
1405F: arch/arm/mach-pxa/include/mach/palmz72.h
1406F: arch/arm/mach-pxa/palmz72.c
1407
1408ARM/PLEB SUPPORT
1409M: Peter Chubb <pleb@gelato.unsw.edu.au>
1410W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1411S: Maintained
1412
1413ARM/PT DIGITAL BOARD PORT
1414M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1415L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1416W: http://www.arm.linux.org.uk/
1417S: Maintained
1418
1419ARM/QUALCOMM SUPPORT
1420M: Andy Gross <andy.gross@linaro.org>
1421M: David Brown <david.brown@linaro.org>
1422L: linux-arm-msm@vger.kernel.org
1423L: linux-soc@vger.kernel.org
1424S: Maintained
1425F: arch/arm/boot/dts/qcom-*.dts
1426F: arch/arm/boot/dts/qcom-*.dtsi
1427F: arch/arm/mach-qcom/
1428F: drivers/soc/qcom/
1429F: drivers/tty/serial/msm_serial.h
1430F: drivers/tty/serial/msm_serial.c
1431F: drivers/*/pm8???-*
1432F: drivers/mfd/ssbi.c
1433F: drivers/firmware/qcom_scm.c
1434T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1435
1436ARM/RADISYS ENP2611 MACHINE SUPPORT
1437M: Lennert Buytenhek <kernel@wantstofly.org>
1438L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439S: Maintained
1440
1441ARM/RENESAS ARM64 ARCHITECTURE
1442M: Simon Horman <horms@verge.net.au>
1443M: Magnus Damm <magnus.damm@gmail.com>
1444L: linux-sh@vger.kernel.org
1445Q: http://patchwork.kernel.org/project/linux-sh/list/
1446T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1447S: Supported
1448F: arch/arm64/boot/dts/renesas/
1449
1450ARM/RISCPC ARCHITECTURE
1451M: Russell King <linux@arm.linux.org.uk>
1452L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1453W: http://www.arm.linux.org.uk/
1454S: Maintained
1455F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1456F: arch/arm/include/asm/hardware/ioc.h
1457F: arch/arm/include/asm/hardware/iomd.h
1458F: arch/arm/include/asm/hardware/memc.h
1459F: arch/arm/mach-rpc/
1460F: drivers/net/ethernet/8390/etherh.c
1461F: drivers/net/ethernet/i825xx/ether1*
1462F: drivers/net/ethernet/seeq/ether3*
1463F: drivers/scsi/arm/
1464
1465ARM/Rockchip SoC support
1466M: Heiko Stuebner <heiko@sntech.de>
1467L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1468L: linux-rockchip@lists.infradead.org
1469T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1470S: Maintained
1471F: arch/arm/boot/dts/rk3*
1472F: arch/arm/mach-rockchip/
1473F: drivers/clk/rockchip/
1474F: drivers/i2c/busses/i2c-rk3x.c
1475F: drivers/*/*rockchip*
1476F: drivers/*/*/*rockchip*
1477F: sound/soc/rockchip/
1478N: rockchip
1479
1480ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1481M: Kukjin Kim <kgene@kernel.org>
1482M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1483L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1484L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1485S: Maintained
1486F: arch/arm/boot/dts/s3c*
1487F: arch/arm/boot/dts/exynos*
1488F: arch/arm64/boot/dts/exynos/
1489F: arch/arm/plat-samsung/
1490F: arch/arm/mach-s3c24*/
1491F: arch/arm/mach-s3c64xx/
1492F: arch/arm/mach-s5p*/
1493F: arch/arm/mach-exynos*/
1494F: drivers/*/*s3c2410*
1495F: drivers/*/*/*s3c2410*
1496F: drivers/spi/spi-s3c*
1497F: sound/soc/samsung/*
1498F: Documentation/arm/Samsung/
1499F: Documentation/devicetree/bindings/arm/samsung/
1500F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1501F: Documentation/devicetree/bindings/power/pd-samsung.txt
1502N: exynos
1503
1504ARM/SAMSUNG MOBILE MACHINE SUPPORT
1505M: Kyungmin Park <kyungmin.park@samsung.com>
1506L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1507S: Maintained
1508F: arch/arm/mach-s5pv210/
1509
1510ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1511M: Kyungmin Park <kyungmin.park@samsung.com>
1512M: Kamil Debski <k.debski@samsung.com>
1513L: linux-arm-kernel@lists.infradead.org
1514L: linux-media@vger.kernel.org
1515S: Maintained
1516F: drivers/media/platform/s5p-g2d/
1517
1518ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1519M: Kyungmin Park <kyungmin.park@samsung.com>
1520M: Kamil Debski <k.debski@samsung.com>
1521M: Jeongtae Park <jtp.park@samsung.com>
1522L: linux-arm-kernel@lists.infradead.org
1523L: linux-media@vger.kernel.org
1524S: Maintained
1525F: arch/arm/plat-samsung/s5p-dev-mfc.c
1526F: drivers/media/platform/s5p-mfc/
1527
1528ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1529M: Kyungmin Park <kyungmin.park@samsung.com>
1530M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1531L: linux-arm-kernel@lists.infradead.org
1532L: linux-media@vger.kernel.org
1533S: Maintained
1534F: drivers/media/platform/s5p-tv/
1535
1536ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1537M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1538M: Jacek Anaszewski <j.anaszewski@samsung.com>
1539L: linux-arm-kernel@lists.infradead.org
1540L: linux-media@vger.kernel.org
1541S: Maintained
1542F: drivers/media/platform/s5p-jpeg/
1543
1544ARM/SHMOBILE ARM ARCHITECTURE
1545M: Simon Horman <horms@verge.net.au>
1546M: Magnus Damm <magnus.damm@gmail.com>
1547L: linux-renesas-soc@vger.kernel.org
1548Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1549T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1550S: Supported
1551F: arch/arm/boot/dts/emev2*
1552F: arch/arm/boot/dts/r7s*
1553F: arch/arm/boot/dts/r8a*
1554F: arch/arm/boot/dts/sh*
1555F: arch/arm/configs/shmobile_defconfig
1556F: arch/arm/include/debug/renesas-scif.S
1557F: arch/arm/mach-shmobile/
1558F: drivers/sh/
1559
1560ARM/SOCFPGA ARCHITECTURE
1561M: Dinh Nguyen <dinguyen@opensource.altera.com>
1562S: Maintained
1563F: arch/arm/mach-socfpga/
1564F: arch/arm/boot/dts/socfpga*
1565F: arch/arm/configs/socfpga_defconfig
1566W: http://www.rocketboards.org
1567T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1568
1569ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1570M: Dinh Nguyen <dinguyen@opensource.altera.com>
1571S: Maintained
1572F: drivers/clk/socfpga/
1573
1574ARM/SOCFPGA EDAC SUPPORT
1575M: Thor Thayer <tthayer@opensource.altera.com>
1576S: Maintained
1577F: drivers/edac/altera_edac.
1578
1579ARM/STI ARCHITECTURE
1580M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1581M: Maxime Coquelin <maxime.coquelin@st.com>
1582M: Patrice Chotard <patrice.chotard@st.com>
1583L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1584L: kernel@stlinux.com
1585W: http://www.stlinux.com
1586S: Maintained
1587F: arch/arm/mach-sti/
1588F: arch/arm/boot/dts/sti*
1589F: drivers/char/hw_random/st-rng.c
1590F: drivers/clocksource/arm_global_timer.c
1591F: drivers/clocksource/clksrc_st_lpc.c
1592F: drivers/i2c/busses/i2c-st.c
1593F: drivers/media/rc/st_rc.c
1594F: drivers/media/platform/sti/c8sectpfe/
1595F: drivers/mmc/host/sdhci-st.c
1596F: drivers/phy/phy-miphy28lp.c
1597F: drivers/phy/phy-miphy365x.c
1598F: drivers/phy/phy-stih407-usb.c
1599F: drivers/phy/phy-stih41x-usb.c
1600F: drivers/pinctrl/pinctrl-st.c
1601F: drivers/reset/sti/
1602F: drivers/rtc/rtc-st-lpc.c
1603F: drivers/tty/serial/st-asc.c
1604F: drivers/usb/dwc3/dwc3-st.c
1605F: drivers/usb/host/ehci-st.c
1606F: drivers/usb/host/ohci-st.c
1607F: drivers/watchdog/st_lpc_wdt.c
1608F: drivers/ata/ahci_st.c
1609
1610ARM/STM32 ARCHITECTURE
1611M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1612L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1613S: Maintained
1614T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1615N: stm32
1616F: drivers/clocksource/armv7m_systick.c
1617
1618ARM/TANGO ARCHITECTURE
1619M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1620L: linux-arm-kernel@lists.infradead.org
1621S: Maintained
1622F: arch/arm/mach-tango/
1623F: arch/arm/boot/dts/tango*
1624
1625ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1626M: Lennert Buytenhek <kernel@wantstofly.org>
1627L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1628S: Maintained
1629
1630ARM/TETON BGA MACHINE SUPPORT
1631M: "Mark F. Brown" <mark.brown314@gmail.com>
1632L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1633S: Maintained
1634
1635ARM/THECUS N2100 MACHINE SUPPORT
1636M: Lennert Buytenhek <kernel@wantstofly.org>
1637L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638S: Maintained
1639
1640ARM/NUVOTON W90X900 ARM ARCHITECTURE
1641M: Wan ZongShun <mcuos.com@gmail.com>
1642L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1643W: http://www.mcuos.com
1644S: Maintained
1645F: arch/arm/mach-w90x900/
1646F: drivers/input/keyboard/w90p910_keypad.c
1647F: drivers/input/touchscreen/w90p910_ts.c
1648F: drivers/watchdog/nuc900_wdt.c
1649F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1650F: drivers/mtd/nand/nuc900_nand.c
1651F: drivers/rtc/rtc-nuc900.c
1652F: drivers/spi/spi-nuc900.c
1653F: drivers/usb/host/ehci-w90x900.c
1654F: drivers/video/fbdev/nuc900fb.c
1655
1656ARM/U300 MACHINE SUPPORT
1657M: Linus Walleij <linus.walleij@linaro.org>
1658L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1659S: Supported
1660F: arch/arm/mach-u300/
1661F: drivers/clocksource/timer-u300.c
1662F: drivers/i2c/busses/i2c-stu300.c
1663F: drivers/rtc/rtc-coh901331.c
1664F: drivers/watchdog/coh901327_wdt.c
1665F: drivers/dma/coh901318*
1666F: drivers/mfd/ab3100*
1667F: drivers/rtc/rtc-ab3100.c
1668F: drivers/rtc/rtc-coh901331.c
1669T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1670
1671ARM/UNIPHIER ARCHITECTURE
1672M: Masahiro Yamada <yamada.masahiro@socionext.com>
1673L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1674S: Maintained
1675F: arch/arm/boot/dts/uniphier*
1676F: arch/arm/include/asm/hardware/cache-uniphier.h
1677F: arch/arm/mach-uniphier/
1678F: arch/arm/mm/cache-uniphier.c
1679F: arch/arm64/boot/dts/socionext/
1680F: drivers/bus/uniphier-system-bus.c
1681F: drivers/i2c/busses/i2c-uniphier*
1682F: drivers/pinctrl/uniphier/
1683F: drivers/tty/serial/8250/8250_uniphier.c
1684N: uniphier
1685
1686ARM/Ux500 ARM ARCHITECTURE
1687M: Linus Walleij <linus.walleij@linaro.org>
1688L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1689S: Maintained
1690F: arch/arm/mach-ux500/
1691F: drivers/clocksource/clksrc-dbx500-prcmu.c
1692F: drivers/dma/ste_dma40*
1693F: drivers/hwspinlock/u8500_hsem.c
1694F: drivers/mfd/abx500*
1695F: drivers/mfd/ab8500*
1696F: drivers/mfd/dbx500*
1697F: drivers/mfd/db8500*
1698F: drivers/pinctrl/nomadik/pinctrl-ab*
1699F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1700F: drivers/rtc/rtc-ab8500.c
1701F: drivers/rtc/rtc-pl031.c
1702T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1703
1704ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1705M: Ulf Hansson <ulf.hansson@linaro.org>
1706L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707T: git git://git.linaro.org/people/ulfh/clk.git
1708S: Maintained
1709F: drivers/clk/ux500/
1710F: include/linux/platform_data/clk-ux500.h
1711
1712ARM/VERSATILE EXPRESS PLATFORM
1713M: Liviu Dudau <liviu.dudau@arm.com>
1714M: Sudeep Holla <sudeep.holla@arm.com>
1715M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1716L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1717S: Maintained
1718F: arch/arm/boot/dts/vexpress*
1719F: arch/arm64/boot/dts/arm/vexpress*
1720F: arch/arm/mach-vexpress/
1721F: */*/vexpress*
1722F: */*/*/vexpress*
1723F: drivers/clk/versatile/clk-vexpress-osc.c
1724F: drivers/clocksource/versatile.c
1725
1726ARM/VFP SUPPORT
1727M: Russell King <linux@arm.linux.org.uk>
1728L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1729W: http://www.arm.linux.org.uk/
1730S: Maintained
1731F: arch/arm/vfp/
1732
1733ARM/VOIPAC PXA270 SUPPORT
1734M: Marek Vasut <marek.vasut@gmail.com>
1735L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1736S: Maintained
1737F: arch/arm/mach-pxa/vpac270.c
1738F: arch/arm/mach-pxa/include/mach/vpac270.h
1739
1740ARM/VT8500 ARM ARCHITECTURE
1741M: Tony Prisk <linux@prisktech.co.nz>
1742L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1743S: Maintained
1744F: arch/arm/mach-vt8500/
1745F: drivers/clocksource/vt8500_timer.c
1746F: drivers/i2c/busses/i2c-wmt.c
1747F: drivers/mmc/host/wmt-sdmmc.c
1748F: drivers/pwm/pwm-vt8500.c
1749F: drivers/rtc/rtc-vt8500.c
1750F: drivers/tty/serial/vt8500_serial.c
1751F: drivers/usb/host/ehci-platform.c
1752F: drivers/usb/host/uhci-platform.c
1753F: drivers/video/fbdev/vt8500lcdfb.*
1754F: drivers/video/fbdev/wm8505fb*
1755F: drivers/video/fbdev/wmt_ge_rops.*
1756
1757ARM/ZIPIT Z2 SUPPORT
1758M: Marek Vasut <marek.vasut@gmail.com>
1759L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1760S: Maintained
1761F: arch/arm/mach-pxa/z2.c
1762F: arch/arm/mach-pxa/include/mach/z2.h
1763
1764ARM/ZTE ARCHITECTURE
1765M: Jun Nie <jun.nie@linaro.org>
1766L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1767S: Maintained
1768F: arch/arm/mach-zx/
1769F: drivers/clk/zte/
1770F: Documentation/devicetree/bindings/arm/zte.txt
1771F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1772
1773ARM/ZYNQ ARCHITECTURE
1774M: Michal Simek <michal.simek@xilinx.com>
1775R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1776L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1777W: http://wiki.xilinx.com
1778T: git https://github.com/Xilinx/linux-xlnx.git
1779S: Supported
1780F: arch/arm/mach-zynq/
1781F: drivers/cpuidle/cpuidle-zynq.c
1782F: drivers/block/xsysace.c
1783N: zynq
1784N: xilinx
1785F: drivers/clocksource/cadence_ttc_timer.c
1786F: drivers/i2c/busses/i2c-cadence.c
1787F: drivers/mmc/host/sdhci-of-arasan.c
1788F: drivers/edac/synopsys_edac.c
1789
1790ARM SMMU DRIVERS
1791M: Will Deacon <will.deacon@arm.com>
1792L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1793S: Maintained
1794F: drivers/iommu/arm-smmu.c
1795F: drivers/iommu/arm-smmu-v3.c
1796F: drivers/iommu/io-pgtable-arm.c
1797
1798ARM64 PORT (AARCH64 ARCHITECTURE)
1799M: Catalin Marinas <catalin.marinas@arm.com>
1800M: Will Deacon <will.deacon@arm.com>
1801L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1802T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1803S: Maintained
1804F: arch/arm64/
1805F: Documentation/arm64/
1806
1807AS3645A LED FLASH CONTROLLER DRIVER
1808M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1809L: linux-media@vger.kernel.org
1810T: git git://linuxtv.org/media_tree.git
1811S: Maintained
1812F: drivers/media/i2c/as3645a.c
1813F: include/media/i2c/as3645a.h
1814
1815ASC7621 HARDWARE MONITOR DRIVER
1816M: George Joseph <george.joseph@fairview5.com>
1817L: lm-sensors@lm-sensors.org
1818S: Maintained
1819F: Documentation/hwmon/asc7621
1820F: drivers/hwmon/asc7621.c
1821
1822ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1823M: Corentin Chary <corentin.chary@gmail.com>
1824L: acpi4asus-user@lists.sourceforge.net
1825L: platform-driver-x86@vger.kernel.org
1826W: http://acpi4asus.sf.net
1827S: Maintained
1828F: drivers/platform/x86/asus*.c
1829F: drivers/platform/x86/eeepc*.c
1830
1831ASUS WIRELESS RADIO CONTROL DRIVER
1832M: João Paulo Rechi Vita <jprvita@gmail.com>
1833L: platform-driver-x86@vger.kernel.org
1834S: Maintained
1835F: drivers/platform/x86/asus-wireless.c
1836
1837ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1838R: Dan Williams <dan.j.williams@intel.com>
1839W: http://sourceforge.net/projects/xscaleiop
1840S: Odd fixes
1841F: Documentation/crypto/async-tx-api.txt
1842F: crypto/async_tx/
1843F: drivers/dma/
1844F: include/linux/dmaengine.h
1845F: include/linux/async_tx.h
1846
1847AT24 EEPROM DRIVER
1848M: Wolfram Sang <wsa@the-dreams.de>
1849L: linux-i2c@vger.kernel.org
1850S: Maintained
1851F: drivers/misc/eeprom/at24.c
1852F: include/linux/platform_data/at24.h
1853
1854ATA OVER ETHERNET (AOE) DRIVER
1855M: "Ed L. Cashin" <ed.cashin@acm.org>
1856W: http://www.openaoe.org/
1857S: Supported
1858F: Documentation/aoe/
1859F: drivers/block/aoe/
1860
1861ATHEROS 71XX/9XXX GPIO DRIVER
1862M: Alban Bedel <albeu@free.fr>
1863W: https://github.com/AlbanBedel/linux
1864T: git git://github.com/AlbanBedel/linux
1865S: Maintained
1866F: drivers/gpio/gpio-ath79.c
1867F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1868
1869ATHEROS ATH GENERIC UTILITIES
1870M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1871L: linux-wireless@vger.kernel.org
1872S: Supported
1873F: drivers/net/wireless/ath/*
1874
1875ATHEROS ATH5K WIRELESS DRIVER
1876M: Jiri Slaby <jirislaby@gmail.com>
1877M: Nick Kossifidis <mickflemm@gmail.com>
1878M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1879L: linux-wireless@vger.kernel.org
1880W: http://wireless.kernel.org/en/users/Drivers/ath5k
1881S: Maintained
1882F: drivers/net/wireless/ath/ath5k/
1883
1884ATHEROS ATH6KL WIRELESS DRIVER
1885M: Kalle Valo <kvalo@qca.qualcomm.com>
1886L: linux-wireless@vger.kernel.org
1887W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1888T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1889S: Supported
1890F: drivers/net/wireless/ath/ath6kl/
1891
1892WILOCITY WIL6210 WIRELESS DRIVER
1893M: Maya Erez <qca_merez@qca.qualcomm.com>
1894L: linux-wireless@vger.kernel.org
1895L: wil6210@qca.qualcomm.com
1896S: Supported
1897W: http://wireless.kernel.org/en/users/Drivers/wil6210
1898F: drivers/net/wireless/ath/wil6210/
1899F: include/uapi/linux/wil6210_uapi.h
1900
1901CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1902M: Christian Lamparter <chunkeey@googlemail.com>
1903L: linux-wireless@vger.kernel.org
1904W: http://wireless.kernel.org/en/users/Drivers/carl9170
1905S: Maintained
1906F: drivers/net/wireless/ath/carl9170/
1907
1908ATK0110 HWMON DRIVER
1909M: Luca Tettamanti <kronos.it@gmail.com>
1910L: lm-sensors@lm-sensors.org
1911S: Maintained
1912F: drivers/hwmon/asus_atk0110.c
1913
1914ATI_REMOTE2 DRIVER
1915M: Ville Syrjala <syrjala@sci.fi>
1916S: Maintained
1917F: drivers/input/misc/ati_remote2.c
1918
1919ATLX ETHERNET DRIVERS
1920M: Jay Cliburn <jcliburn@gmail.com>
1921M: Chris Snook <chris.snook@gmail.com>
1922L: netdev@vger.kernel.org
1923W: http://sourceforge.net/projects/atl1
1924W: http://atl1.sourceforge.net
1925S: Maintained
1926F: drivers/net/ethernet/atheros/
1927
1928ATM
1929M: Chas Williams <3chas3@gmail.com>
1930L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1931L: netdev@vger.kernel.org
1932W: http://linux-atm.sourceforge.net
1933S: Maintained
1934F: drivers/atm/
1935F: include/linux/atm*
1936F: include/uapi/linux/atm*
1937
1938ATMEL AT91 / AT32 MCI DRIVER
1939M: Ludovic Desroches <ludovic.desroches@atmel.com>
1940S: Maintained
1941F: drivers/mmc/host/atmel-mci.c
1942
1943ATMEL AT91 / AT32 SERIAL DRIVER
1944M: Nicolas Ferre <nicolas.ferre@atmel.com>
1945S: Supported
1946F: drivers/tty/serial/atmel_serial.c
1947
1948ATMEL Audio ALSA driver
1949M: Nicolas Ferre <nicolas.ferre@atmel.com>
1950L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1951S: Supported
1952F: sound/soc/atmel
1953
1954ATMEL DMA DRIVER
1955M: Nicolas Ferre <nicolas.ferre@atmel.com>
1956L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1957S: Supported
1958F: drivers/dma/at_hdmac.c
1959F: drivers/dma/at_hdmac_regs.h
1960F: include/linux/platform_data/dma-atmel.h
1961
1962ATMEL XDMA DRIVER
1963M: Ludovic Desroches <ludovic.desroches@atmel.com>
1964L: linux-arm-kernel@lists.infradead.org
1965L: dmaengine@vger.kernel.org
1966S: Supported
1967F: drivers/dma/at_xdmac.c
1968
1969ATMEL I2C DRIVER
1970M: Ludovic Desroches <ludovic.desroches@atmel.com>
1971L: linux-i2c@vger.kernel.org
1972S: Supported
1973F: drivers/i2c/busses/i2c-at91.c
1974
1975ATMEL ISI DRIVER
1976M: Ludovic Desroches <ludovic.desroches@atmel.com>
1977L: linux-media@vger.kernel.org
1978S: Supported
1979F: drivers/media/platform/soc_camera/atmel-isi.c
1980F: include/media/atmel-isi.h
1981
1982ATMEL LCDFB DRIVER
1983M: Nicolas Ferre <nicolas.ferre@atmel.com>
1984L: linux-fbdev@vger.kernel.org
1985S: Maintained
1986F: drivers/video/fbdev/atmel_lcdfb.c
1987F: include/video/atmel_lcdc.h
1988
1989ATMEL MACB ETHERNET DRIVER
1990M: Nicolas Ferre <nicolas.ferre@atmel.com>
1991S: Supported
1992F: drivers/net/ethernet/cadence/
1993
1994ATMEL NAND DRIVER
1995M: Wenyou Yang <wenyou.yang@atmel.com>
1996M: Josh Wu <rainyfeeling@outlook.com>
1997L: linux-mtd@lists.infradead.org
1998S: Supported
1999F: drivers/mtd/nand/atmel_nand*
2000
2001ATMEL SDMMC DRIVER
2002M: Ludovic Desroches <ludovic.desroches@atmel.com>
2003L: linux-mmc@vger.kernel.org
2004S: Supported
2005F: drivers/mmc/host/sdhci-of-at91.c
2006
2007ATMEL SPI DRIVER
2008M: Nicolas Ferre <nicolas.ferre@atmel.com>
2009S: Supported
2010F: drivers/spi/spi-atmel.*
2011
2012ATMEL SSC DRIVER
2013M: Nicolas Ferre <nicolas.ferre@atmel.com>
2014L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2015S: Supported
2016F: drivers/misc/atmel-ssc.c
2017F: include/linux/atmel-ssc.h
2018
2019ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2020M: Nicolas Ferre <nicolas.ferre@atmel.com>
2021L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2022S: Supported
2023F: drivers/misc/atmel_tclib.c
2024F: drivers/clocksource/tcb_clksrc.c
2025
2026ATMEL USBA UDC DRIVER
2027M: Nicolas Ferre <nicolas.ferre@atmel.com>
2028L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2029S: Supported
2030F: drivers/usb/gadget/udc/atmel_usba_udc.*
2031
2032ATMEL WIRELESS DRIVER
2033M: Simon Kelley <simon@thekelleys.org.uk>
2034L: linux-wireless@vger.kernel.org
2035W: http://www.thekelleys.org.uk/atmel
2036W: http://atmelwlandriver.sourceforge.net/
2037S: Maintained
2038F: drivers/net/wireless/atmel/atmel*
2039
2040ATMEL MAXTOUCH DRIVER
2041M: Nick Dyer <nick.dyer@itdev.co.uk>
2042T: git git://github.com/atmel-maxtouch/linux.git
2043S: Supported
2044F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2045F: drivers/input/touchscreen/atmel_mxt_ts.c
2046F: include/linux/platform_data/atmel_mxt_ts.h
2047
2048ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2049M: Bradley Grove <linuxdrivers@attotech.com>
2050L: linux-scsi@vger.kernel.org
2051W: http://www.attotech.com
2052S: Supported
2053F: drivers/scsi/esas2r
2054
2055ATUSB IEEE 802.15.4 RADIO DRIVER
2056M: Stefan Schmidt <stefan@osg.samsung.com>
2057L: linux-wpan@vger.kernel.org
2058S: Maintained
2059F: drivers/net/ieee802154/atusb.c
2060F: drivers/net/ieee802154/atusb.h
2061F: drivers/net/ieee802154/at86rf230.h
2062
2063AUDIT SUBSYSTEM
2064M: Paul Moore <paul@paul-moore.com>
2065M: Eric Paris <eparis@redhat.com>
2066L: linux-audit@redhat.com (moderated for non-subscribers)
2067W: http://people.redhat.com/sgrubb/audit/
2068T: git git://git.infradead.org/users/pcmoore/audit
2069S: Maintained
2070F: include/linux/audit.h
2071F: include/uapi/linux/audit.h
2072F: kernel/audit*
2073
2074AUXILIARY DISPLAY DRIVERS
2075M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2076W: http://miguelojeda.es/auxdisplay.htm
2077W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2078S: Maintained
2079F: drivers/auxdisplay/
2080F: include/linux/cfag12864b.h
2081
2082AVR32 ARCHITECTURE
2083M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2084M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2085W: http://www.atmel.com/products/AVR32/
2086W: http://mirror.egtvedt.no/avr32linux.org/
2087W: http://avrfreaks.net/
2088S: Maintained
2089F: arch/avr32/
2090
2091AVR32/AT32AP MACHINE SUPPORT
2092M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2093M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2094S: Maintained
2095F: arch/avr32/mach-at32ap/
2096
2097AX.25 NETWORK LAYER
2098M: Ralf Baechle <ralf@linux-mips.org>
2099L: linux-hams@vger.kernel.org
2100W: http://www.linux-ax25.org/
2101S: Maintained
2102F: include/uapi/linux/ax25.h
2103F: include/net/ax25.h
2104F: net/ax25/
2105
2106AZ6007 DVB DRIVER
2107M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2108L: linux-media@vger.kernel.org
2109W: https://linuxtv.org
2110T: git git://linuxtv.org/media_tree.git
2111S: Maintained
2112F: drivers/media/usb/dvb-usb-v2/az6007.c
2113
2114AZTECH FM RADIO RECEIVER DRIVER
2115M: Hans Verkuil <hverkuil@xs4all.nl>
2116L: linux-media@vger.kernel.org
2117T: git git://linuxtv.org/media_tree.git
2118W: https://linuxtv.org
2119S: Maintained
2120F: drivers/media/radio/radio-aztech*
2121
2122B43 WIRELESS DRIVER
2123L: linux-wireless@vger.kernel.org
2124L: b43-dev@lists.infradead.org
2125W: http://wireless.kernel.org/en/users/Drivers/b43
2126S: Odd Fixes
2127F: drivers/net/wireless/broadcom/b43/
2128
2129B43LEGACY WIRELESS DRIVER
2130M: Larry Finger <Larry.Finger@lwfinger.net>
2131L: linux-wireless@vger.kernel.org
2132L: b43-dev@lists.infradead.org
2133W: http://wireless.kernel.org/en/users/Drivers/b43
2134S: Maintained
2135F: drivers/net/wireless/broadcom/b43legacy/
2136
2137BACKLIGHT CLASS/SUBSYSTEM
2138M: Jingoo Han <jingoohan1@gmail.com>
2139M: Lee Jones <lee.jones@linaro.org>
2140T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2141S: Maintained
2142F: drivers/video/backlight/
2143F: include/linux/backlight.h
2144
2145BATMAN ADVANCED
2146M: Marek Lindner <mareklindner@neomailbox.ch>
2147M: Simon Wunderlich <sw@simonwunderlich.de>
2148M: Antonio Quartulli <a@unstable.cc>
2149L: b.a.t.m.a.n@lists.open-mesh.org
2150W: http://www.open-mesh.org/
2151S: Maintained
2152F: net/batman-adv/
2153
2154BAYCOM/HDLCDRV DRIVERS FOR AX.25
2155M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2156L: linux-hams@vger.kernel.org
2157W: http://www.baycom.org/~tom/ham/ham.html
2158S: Maintained
2159F: drivers/net/hamradio/baycom*
2160
2161BCACHE (BLOCK LAYER CACHE)
2162M: Kent Overstreet <kent.overstreet@gmail.com>
2163L: linux-bcache@vger.kernel.org
2164W: http://bcache.evilpiepirate.org
2165S: Maintained
2166F: drivers/md/bcache/
2167
2168BDISP ST MEDIA DRIVER
2169M: Fabien Dessenne <fabien.dessenne@st.com>
2170L: linux-media@vger.kernel.org
2171T: git git://linuxtv.org/media_tree.git
2172W: https://linuxtv.org
2173S: Supported
2174F: drivers/media/platform/sti/bdisp
2175
2176BEFS FILE SYSTEM
2177S: Orphan
2178F: Documentation/filesystems/befs.txt
2179F: fs/befs/
2180
2181BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2182M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2183L: netdev@vger.kernel.org
2184S: Maintained
2185F: drivers/net/ethernet/ec_bhf.c
2186
2187BFS FILE SYSTEM
2188M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2189S: Maintained
2190F: Documentation/filesystems/bfs.txt
2191F: fs/bfs/
2192F: include/uapi/linux/bfs_fs.h
2193
2194BLACKFIN ARCHITECTURE
2195M: Steven Miao <realmz6@gmail.com>
2196L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2197T: git git://git.code.sf.net/p/adi-linux/code
2198W: http://blackfin.uclinux.org
2199S: Supported
2200F: arch/blackfin/
2201
2202BLACKFIN EMAC DRIVER
2203L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2204W: http://blackfin.uclinux.org
2205S: Supported
2206F: drivers/net/ethernet/adi/
2207
2208BLACKFIN RTC DRIVER
2209L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2210W: http://blackfin.uclinux.org
2211S: Supported
2212F: drivers/rtc/rtc-bfin.c
2213
2214BLACKFIN SDH DRIVER
2215M: Sonic Zhang <sonic.zhang@analog.com>
2216L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2217W: http://blackfin.uclinux.org
2218S: Supported
2219F: drivers/mmc/host/bfin_sdh.c
2220
2221BLACKFIN SERIAL DRIVER
2222M: Sonic Zhang <sonic.zhang@analog.com>
2223L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2224W: http://blackfin.uclinux.org
2225S: Supported
2226F: drivers/tty/serial/bfin_uart.c
2227
2228BLACKFIN WATCHDOG DRIVER
2229L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2230W: http://blackfin.uclinux.org
2231S: Supported
2232F: drivers/watchdog/bfin_wdt.c
2233
2234BLACKFIN I2C TWI DRIVER
2235M: Sonic Zhang <sonic.zhang@analog.com>
2236L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2237W: http://blackfin.uclinux.org/
2238S: Supported
2239F: drivers/i2c/busses/i2c-bfin-twi.c
2240
2241BLACKFIN MEDIA DRIVER
2242M: Scott Jiang <scott.jiang.linux@gmail.com>
2243L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2244W: http://blackfin.uclinux.org/
2245S: Supported
2246F: drivers/media/platform/blackfin/
2247F: drivers/media/i2c/adv7183*
2248F: drivers/media/i2c/vs6624*
2249
2250BLINKM RGB LED DRIVER
2251M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2252S: Maintained
2253F: drivers/leds/leds-blinkm.c
2254
2255BLOCK LAYER
2256M: Jens Axboe <axboe@kernel.dk>
2257L: linux-block@vger.kernel.org
2258T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2259S: Maintained
2260F: block/
2261F: kernel/trace/blktrace.c
2262
2263BLOCK2MTD DRIVER
2264M: Joern Engel <joern@lazybastard.org>
2265L: linux-mtd@lists.infradead.org
2266S: Maintained
2267F: drivers/mtd/devices/block2mtd.c
2268
2269BLUETOOTH DRIVERS
2270M: Marcel Holtmann <marcel@holtmann.org>
2271M: Gustavo Padovan <gustavo@padovan.org>
2272M: Johan Hedberg <johan.hedberg@gmail.com>
2273L: linux-bluetooth@vger.kernel.org
2274W: http://www.bluez.org/
2275T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2276T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2277S: Maintained
2278F: drivers/bluetooth/
2279
2280BLUETOOTH SUBSYSTEM
2281M: Marcel Holtmann <marcel@holtmann.org>
2282M: Gustavo Padovan <gustavo@padovan.org>
2283M: Johan Hedberg <johan.hedberg@gmail.com>
2284L: linux-bluetooth@vger.kernel.org
2285W: http://www.bluez.org/
2286T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2287T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2288S: Maintained
2289F: net/bluetooth/
2290F: include/net/bluetooth/
2291
2292BONDING DRIVER
2293M: Jay Vosburgh <j.vosburgh@gmail.com>
2294M: Veaceslav Falico <vfalico@gmail.com>
2295M: Andy Gospodarek <gospo@cumulusnetworks.com>
2296L: netdev@vger.kernel.org
2297W: http://sourceforge.net/projects/bonding/
2298S: Supported
2299F: drivers/net/bonding/
2300F: include/uapi/linux/if_bonding.h
2301
2302BPF (Safe dynamic programs and tools)
2303M: Alexei Starovoitov <ast@kernel.org>
2304L: netdev@vger.kernel.org
2305L: linux-kernel@vger.kernel.org
2306S: Supported
2307F: kernel/bpf/
2308
2309BROADCOM B44 10/100 ETHERNET DRIVER
2310M: Gary Zambrano <zambrano@broadcom.com>
2311L: netdev@vger.kernel.org
2312S: Supported
2313F: drivers/net/ethernet/broadcom/b44.*
2314
2315BROADCOM GENET ETHERNET DRIVER
2316M: Florian Fainelli <f.fainelli@gmail.com>
2317L: netdev@vger.kernel.org
2318S: Supported
2319F: drivers/net/ethernet/broadcom/genet/
2320
2321BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2322M: Sony Chacko <sony.chacko@qlogic.com>
2323M: Dept-HSGLinuxNICDev@qlogic.com
2324L: netdev@vger.kernel.org
2325S: Supported
2326F: drivers/net/ethernet/broadcom/bnx2.*
2327F: drivers/net/ethernet/broadcom/bnx2_*
2328
2329BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2330M: Ariel Elior <ariel.elior@qlogic.com>
2331L: netdev@vger.kernel.org
2332S: Supported
2333F: drivers/net/ethernet/broadcom/bnx2x/
2334
2335BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2336M: Florian Fainelli <f.fainelli@gmail.com>
2337M: Ray Jui <rjui@broadcom.com>
2338M: Scott Branden <sbranden@broadcom.com>
2339L: bcm-kernel-feedback-list@broadcom.com
2340T: git git://github.com/broadcom/mach-bcm
2341S: Maintained
2342F: arch/arm/mach-bcm/
2343F: arch/arm/boot/dts/bcm113*
2344F: arch/arm/boot/dts/bcm216*
2345F: arch/arm/boot/dts/bcm281*
2346F: arch/arm/configs/bcm_defconfig
2347F: drivers/mmc/host/sdhci-bcm-kona.c
2348F: drivers/clocksource/bcm_kona_timer.c
2349
2350BROADCOM BCM2835 ARM ARCHITECTURE
2351M: Stephen Warren <swarren@wwwdotorg.org>
2352M: Lee Jones <lee@kernel.org>
2353M: Eric Anholt <eric@anholt.net>
2354L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2355L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2356T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2357S: Maintained
2358N: bcm2835
2359
2360BROADCOM BCM33XX MIPS ARCHITECTURE
2361M: Kevin Cernekee <cernekee@gmail.com>
2362L: linux-mips@linux-mips.org
2363S: Maintained
2364F: arch/mips/bcm3384/*
2365F: arch/mips/include/asm/mach-bcm3384/*
2366F: arch/mips/kernel/*bmips*
2367
2368BROADCOM BCM47XX MIPS ARCHITECTURE
2369M: Hauke Mehrtens <hauke@hauke-m.de>
2370M: Rafał Miłecki <zajec5@gmail.com>
2371L: linux-mips@linux-mips.org
2372S: Maintained
2373F: arch/mips/bcm47xx/*
2374F: arch/mips/include/asm/mach-bcm47xx/*
2375
2376BROADCOM BCM5301X ARM ARCHITECTURE
2377M: Hauke Mehrtens <hauke@hauke-m.de>
2378L: linux-arm-kernel@lists.infradead.org
2379S: Maintained
2380F: arch/arm/mach-bcm/bcm_5301x.c
2381F: arch/arm/boot/dts/bcm5301x.dtsi
2382F: arch/arm/boot/dts/bcm470*
2383
2384BROADCOM BCM63XX ARM ARCHITECTURE
2385M: Florian Fainelli <f.fainelli@gmail.com>
2386L: linux-arm-kernel@lists.infradead.org
2387T: git git://github.com/broadcom/arm-bcm63xx.git
2388S: Maintained
2389F: arch/arm/mach-bcm/bcm63xx.c
2390F: arch/arm/include/debug/bcm63xx.S
2391
2392BROADCOM BCM63XX/BCM33XX UDC DRIVER
2393M: Kevin Cernekee <cernekee@gmail.com>
2394L: linux-usb@vger.kernel.org
2395S: Maintained
2396F: drivers/usb/gadget/udc/bcm63xx_udc.*
2397
2398BROADCOM BCM7XXX ARM ARCHITECTURE
2399M: Brian Norris <computersforpeace@gmail.com>
2400M: Gregory Fong <gregory.0xf0@gmail.com>
2401M: Florian Fainelli <f.fainelli@gmail.com>
2402L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2403L: bcm-kernel-feedback-list@broadcom.com
2404T: git git://github.com/broadcom/stblinux.git
2405S: Maintained
2406F: arch/arm/mach-bcm/*brcmstb*
2407F: arch/arm/boot/dts/bcm7*.dts*
2408F: drivers/bus/brcmstb_gisb.c
2409N: brcmstb
2410
2411BROADCOM BMIPS MIPS ARCHITECTURE
2412M: Kevin Cernekee <cernekee@gmail.com>
2413M: Florian Fainelli <f.fainelli@gmail.com>
2414L: linux-mips@linux-mips.org
2415T: git git://github.com/broadcom/stblinux.git
2416S: Maintained
2417F: arch/mips/bmips/*
2418F: arch/mips/include/asm/mach-bmips/*
2419F: arch/mips/kernel/*bmips*
2420F: arch/mips/boot/dts/brcm/bcm*.dts*
2421F: drivers/irqchip/irq-bcm7*
2422F: drivers/irqchip/irq-brcmstb*
2423F: include/linux/bcm963xx_nvram.h
2424F: include/linux/bcm963xx_tag.h
2425
2426BROADCOM TG3 GIGABIT ETHERNET DRIVER
2427M: Prashant Sreedharan <prashant@broadcom.com>
2428M: Michael Chan <mchan@broadcom.com>
2429L: netdev@vger.kernel.org
2430S: Supported
2431F: drivers/net/ethernet/broadcom/tg3.*
2432
2433BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2434M: Brett Rudley <brudley@broadcom.com>
2435M: Arend van Spriel <arend@broadcom.com>
2436M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2437M: Hante Meuleman <meuleman@broadcom.com>
2438L: linux-wireless@vger.kernel.org
2439L: brcm80211-dev-list@broadcom.com
2440S: Supported
2441F: drivers/net/wireless/broadcom/brcm80211/
2442
2443BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2444M: QLogic-Storage-Upstream@qlogic.com
2445L: linux-scsi@vger.kernel.org
2446S: Supported
2447F: drivers/scsi/bnx2fc/
2448
2449BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2450M: QLogic-Storage-Upstream@qlogic.com
2451L: linux-scsi@vger.kernel.org
2452S: Supported
2453F: drivers/scsi/bnx2i/
2454
2455BROADCOM IPROC ARM ARCHITECTURE
2456M: Ray Jui <rjui@broadcom.com>
2457M: Scott Branden <sbranden@broadcom.com>
2458M: Jon Mason <jonmason@broadcom.com>
2459L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2460L: bcm-kernel-feedback-list@broadcom.com
2461T: git git://github.com/broadcom/cygnus-linux.git
2462S: Maintained
2463N: iproc
2464N: cygnus
2465N: nsp
2466N: bcm9113*
2467N: bcm9583*
2468N: bcm9585*
2469N: bcm9586*
2470N: bcm988312
2471N: bcm113*
2472N: bcm583*
2473N: bcm585*
2474N: bcm586*
2475N: bcm88312
2476
2477BROADCOM BRCMSTB GPIO DRIVER
2478M: Gregory Fong <gregory.0xf0@gmail.com>
2479L: bcm-kernel-feedback-list@broadcom.com
2480S: Supported
2481F: drivers/gpio/gpio-brcmstb.c
2482F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2483
2484BROADCOM KONA GPIO DRIVER
2485M: Ray Jui <rjui@broadcom.com>
2486L: bcm-kernel-feedback-list@broadcom.com
2487S: Supported
2488F: drivers/gpio/gpio-bcm-kona.c
2489F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2490
2491BROADCOM NVRAM DRIVER
2492M: Rafał Miłecki <zajec5@gmail.com>
2493L: linux-mips@linux-mips.org
2494S: Maintained
2495F: drivers/firmware/broadcom/*
2496
2497BROADCOM STB NAND FLASH DRIVER
2498M: Brian Norris <computersforpeace@gmail.com>
2499M: Kamal Dasu <kdasu.kdev@gmail.com>
2500L: linux-mtd@lists.infradead.org
2501L: bcm-kernel-feedback-list@broadcom.com
2502S: Maintained
2503F: drivers/mtd/nand/brcmnand/
2504
2505BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2506M: Rafał Miłecki <zajec5@gmail.com>
2507L: linux-wireless@vger.kernel.org
2508S: Maintained
2509F: drivers/bcma/
2510F: include/linux/bcma/
2511
2512BROADCOM SYSTEMPORT ETHERNET DRIVER
2513M: Florian Fainelli <f.fainelli@gmail.com>
2514L: netdev@vger.kernel.org
2515S: Supported
2516F: drivers/net/ethernet/broadcom/bcmsysport.*
2517
2518BROCADE BFA FC SCSI DRIVER
2519M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2520M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2521L: linux-scsi@vger.kernel.org
2522S: Supported
2523F: drivers/scsi/bfa/
2524
2525BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2526M: Rasesh Mody <rasesh.mody@qlogic.com>
2527L: netdev@vger.kernel.org
2528S: Supported
2529F: drivers/net/ethernet/brocade/bna/
2530
2531BSG (block layer generic sg v4 driver)
2532M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2533L: linux-scsi@vger.kernel.org
2534S: Supported
2535F: block/bsg.c
2536F: include/linux/bsg.h
2537F: include/uapi/linux/bsg.h
2538
2539BT87X AUDIO DRIVER
2540M: Clemens Ladisch <clemens@ladisch.de>
2541L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2542T: git git://git.alsa-project.org/alsa-kernel.git
2543S: Maintained
2544F: Documentation/sound/alsa/Bt87x.txt
2545F: sound/pci/bt87x.c
2546
2547BT8XXGPIO DRIVER
2548M: Michael Buesch <m@bues.ch>
2549W: http://bu3sch.de/btgpio.php
2550S: Maintained
2551F: drivers/gpio/gpio-bt8xx.c
2552
2553BTRFS FILE SYSTEM
2554M: Chris Mason <clm@fb.com>
2555M: Josef Bacik <jbacik@fb.com>
2556M: David Sterba <dsterba@suse.com>
2557L: linux-btrfs@vger.kernel.org
2558W: http://btrfs.wiki.kernel.org/
2559Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2560T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2561S: Maintained
2562F: Documentation/filesystems/btrfs.txt
2563F: fs/btrfs/
2564
2565BTTV VIDEO4LINUX DRIVER
2566M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2567L: linux-media@vger.kernel.org
2568W: https://linuxtv.org
2569T: git git://linuxtv.org/media_tree.git
2570S: Odd fixes
2571F: Documentation/video4linux/bttv/
2572F: drivers/media/pci/bt8xx/bttv*
2573
2574BUSLOGIC SCSI DRIVER
2575M: Khalid Aziz <khalid@gonehiking.org>
2576L: linux-scsi@vger.kernel.org
2577S: Maintained
2578F: drivers/scsi/BusLogic.*
2579F: drivers/scsi/FlashPoint.*
2580
2581C-MEDIA CMI8788 DRIVER
2582M: Clemens Ladisch <clemens@ladisch.de>
2583L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2584T: git git://git.alsa-project.org/alsa-kernel.git
2585S: Maintained
2586F: sound/pci/oxygen/
2587
2588C6X ARCHITECTURE
2589M: Mark Salter <msalter@redhat.com>
2590M: Aurelien Jacquiot <a-jacquiot@ti.com>
2591L: linux-c6x-dev@linux-c6x.org
2592W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2593S: Maintained
2594F: arch/c6x/
2595
2596CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2597M: David Howells <dhowells@redhat.com>
2598L: linux-cachefs@redhat.com (moderated for non-subscribers)
2599S: Supported
2600F: Documentation/filesystems/caching/cachefiles.txt
2601F: fs/cachefiles/
2602
2603CADET FM/AM RADIO RECEIVER DRIVER
2604M: Hans Verkuil <hverkuil@xs4all.nl>
2605L: linux-media@vger.kernel.org
2606T: git git://linuxtv.org/media_tree.git
2607W: https://linuxtv.org
2608S: Maintained
2609F: drivers/media/radio/radio-cadet*
2610
2611CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2612M: Jonathan Corbet <corbet@lwn.net>
2613L: linux-media@vger.kernel.org
2614T: git git://linuxtv.org/media_tree.git
2615S: Maintained
2616F: Documentation/video4linux/cafe_ccic
2617F: drivers/media/platform/marvell-ccic/
2618
2619CAIF NETWORK LAYER
2620M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2621L: netdev@vger.kernel.org
2622S: Supported
2623F: Documentation/networking/caif/
2624F: drivers/net/caif/
2625F: include/uapi/linux/caif/
2626F: include/net/caif/
2627F: net/caif/
2628
2629CALGARY x86-64 IOMMU
2630M: Muli Ben-Yehuda <muli@il.ibm.com>
2631M: "Jon D. Mason" <jdmason@kudzu.us>
2632L: discuss@x86-64.org
2633S: Maintained
2634F: arch/x86/kernel/pci-calgary_64.c
2635F: arch/x86/kernel/tce_64.c
2636F: arch/x86/include/asm/calgary.h
2637F: arch/x86/include/asm/tce.h
2638
2639CAN NETWORK LAYER
2640M: Oliver Hartkopp <socketcan@hartkopp.net>
2641M: Marc Kleine-Budde <mkl@pengutronix.de>
2642L: linux-can@vger.kernel.org
2643W: https://github.com/linux-can
2644T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2645T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2646S: Maintained
2647F: Documentation/networking/can.txt
2648F: net/can/
2649F: include/linux/can/core.h
2650F: include/uapi/linux/can.h
2651F: include/uapi/linux/can/bcm.h
2652F: include/uapi/linux/can/raw.h
2653F: include/uapi/linux/can/gw.h
2654
2655CAN NETWORK DRIVERS
2656M: Wolfgang Grandegger <wg@grandegger.com>
2657M: Marc Kleine-Budde <mkl@pengutronix.de>
2658L: linux-can@vger.kernel.org
2659W: https://github.com/linux-can
2660T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2661T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2662S: Maintained
2663F: drivers/net/can/
2664F: include/linux/can/dev.h
2665F: include/linux/can/platform/
2666F: include/uapi/linux/can/error.h
2667F: include/uapi/linux/can/netlink.h
2668
2669CAPABILITIES
2670M: Serge Hallyn <serge.hallyn@canonical.com>
2671L: linux-security-module@vger.kernel.org
2672S: Supported
2673F: include/linux/capability.h
2674F: include/uapi/linux/capability.h
2675F: security/commoncap.c
2676F: kernel/capability.c
2677
2678CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2679M: Kevin Tsai <ktsai@capellamicro.com>
2680S: Maintained
2681F: drivers/iio/light/cm*
2682F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2683
2684CAVIUM LIQUIDIO NETWORK DRIVER
2685M: Derek Chickles <derek.chickles@caviumnetworks.com>
2686M: Satanand Burla <satananda.burla@caviumnetworks.com>
2687M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2688M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2689L: netdev@vger.kernel.org
2690W: http://www.cavium.com
2691S: Supported
2692F: drivers/net/ethernet/cavium/liquidio/
2693
2694CC2520 IEEE-802.15.4 RADIO DRIVER
2695M: Varka Bhadram <varkabhadram@gmail.com>
2696L: linux-wpan@vger.kernel.org
2697S: Maintained
2698F: drivers/net/ieee802154/cc2520.c
2699F: include/linux/spi/cc2520.h
2700F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2701
2702CELL BROADBAND ENGINE ARCHITECTURE
2703M: Arnd Bergmann <arnd@arndb.de>
2704L: linuxppc-dev@lists.ozlabs.org
2705W: http://www.ibm.com/developerworks/power/cell/
2706S: Supported
2707F: arch/powerpc/include/asm/cell*.h
2708F: arch/powerpc/include/asm/spu*.h
2709F: arch/powerpc/include/uapi/asm/spu*.h
2710F: arch/powerpc/oprofile/*cell*
2711F: arch/powerpc/platforms/cell/
2712
2713CEPH COMMON CODE (LIBCEPH)
2714M: Ilya Dryomov <idryomov@gmail.com>
2715M: "Yan, Zheng" <zyan@redhat.com>
2716M: Sage Weil <sage@redhat.com>
2717L: ceph-devel@vger.kernel.org
2718W: http://ceph.com/
2719T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2720T: git git://github.com/ceph/ceph-client.git
2721S: Supported
2722F: net/ceph/
2723F: include/linux/ceph/
2724F: include/linux/crush/
2725
2726CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2727M: "Yan, Zheng" <zyan@redhat.com>
2728M: Sage Weil <sage@redhat.com>
2729M: Ilya Dryomov <idryomov@gmail.com>
2730L: ceph-devel@vger.kernel.org
2731W: http://ceph.com/
2732T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2733T: git git://github.com/ceph/ceph-client.git
2734S: Supported
2735F: Documentation/filesystems/ceph.txt
2736F: fs/ceph/
2737
2738CERTIFICATE HANDLING:
2739M: David Howells <dhowells@redhat.com>
2740M: David Woodhouse <dwmw2@infradead.org>
2741L: keyrings@vger.kernel.org
2742S: Maintained
2743F: Documentation/module-signing.txt
2744F: certs/
2745F: scripts/sign-file.c
2746F: scripts/extract-cert.c
2747
2748CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2749L: linux-usb@vger.kernel.org
2750S: Orphan
2751F: Documentation/usb/WUSB-Design-overview.txt
2752F: Documentation/usb/wusb-cbaf
2753F: drivers/usb/host/hwa-hc.c
2754F: drivers/usb/host/whci/
2755F: drivers/usb/wusbcore/
2756F: include/linux/usb/wusb*
2757
2758CFAG12864B LCD DRIVER
2759M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2760W: http://miguelojeda.es/auxdisplay.htm
2761W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2762S: Maintained
2763F: drivers/auxdisplay/cfag12864b.c
2764F: include/linux/cfag12864b.h
2765
2766CFAG12864BFB LCD FRAMEBUFFER DRIVER
2767M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2768W: http://miguelojeda.es/auxdisplay.htm
2769W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2770S: Maintained
2771F: drivers/auxdisplay/cfag12864bfb.c
2772F: include/linux/cfag12864b.h
2773
2774CFG80211 and NL80211
2775M: Johannes Berg <johannes@sipsolutions.net>
2776L: linux-wireless@vger.kernel.org
2777W: http://wireless.kernel.org/
2778T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2779T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2780S: Maintained
2781F: include/uapi/linux/nl80211.h
2782F: include/net/cfg80211.h
2783F: net/wireless/*
2784X: net/wireless/wext*
2785
2786CHAR and MISC DRIVERS
2787M: Arnd Bergmann <arnd@arndb.de>
2788M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2789T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2790S: Supported
2791F: drivers/char/*
2792F: drivers/misc/*
2793F: include/linux/miscdevice.h
2794
2795CHECKPATCH
2796M: Andy Whitcroft <apw@canonical.com>
2797M: Joe Perches <joe@perches.com>
2798S: Maintained
2799F: scripts/checkpatch.pl
2800
2801CHINESE DOCUMENTATION
2802M: Harry Wei <harryxiyou@gmail.com>
2803L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2804L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2805S: Maintained
2806F: Documentation/zh_CN/
2807
2808CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2809M: Peter Chen <Peter.Chen@nxp.com>
2810T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2811L: linux-usb@vger.kernel.org
2812S: Maintained
2813F: drivers/usb/chipidea/
2814
2815CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2816M: Hans de Goede <hdegoede@redhat.com>
2817L: linux-input@vger.kernel.org
2818S: Maintained
2819F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2820F: drivers/input/touchscreen/chipone_icn8318.c
2821
2822CHROME HARDWARE PLATFORM SUPPORT
2823M: Olof Johansson <olof@lixom.net>
2824S: Maintained
2825T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2826F: drivers/platform/chrome/
2827
2828CISCO VIC ETHERNET NIC DRIVER
2829M: Christian Benvenuti <benve@cisco.com>
2830M: Sujith Sankar <ssujith@cisco.com>
2831M: Govindarajulu Varadarajan <_govind@gmx.com>
2832M: Neel Patel <neepatel@cisco.com>
2833S: Supported
2834F: drivers/net/ethernet/cisco/enic/
2835
2836CISCO VIC LOW LATENCY NIC DRIVER
2837M: Christian Benvenuti <benve@cisco.com>
2838M: Dave Goodell <dgoodell@cisco.com>
2839S: Supported
2840F: drivers/infiniband/hw/usnic/
2841
2842CIRRUS LOGIC EP93XX ETHERNET DRIVER
2843M: Hartley Sweeten <hsweeten@visionengravers.com>
2844L: netdev@vger.kernel.org
2845S: Maintained
2846F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2847
2848CIRRUS LOGIC AUDIO CODEC DRIVERS
2849M: Brian Austin <brian.austin@cirrus.com>
2850M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2851L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2852S: Maintained
2853F: sound/soc/codecs/cs*
2854
2855CLEANCACHE API
2856M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2857L: linux-kernel@vger.kernel.org
2858S: Maintained
2859F: mm/cleancache.c
2860F: include/linux/cleancache.h
2861
2862CLK API
2863M: Russell King <linux@arm.linux.org.uk>
2864L: linux-clk@vger.kernel.org
2865S: Maintained
2866F: include/linux/clk.h
2867
2868CLOCKSOURCE, CLOCKEVENT DRIVERS
2869M: Daniel Lezcano <daniel.lezcano@linaro.org>
2870M: Thomas Gleixner <tglx@linutronix.de>
2871L: linux-kernel@vger.kernel.org
2872T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2873S: Supported
2874F: drivers/clocksource
2875
2876CISCO FCOE HBA DRIVER
2877M: Hiral Patel <hiralpat@cisco.com>
2878M: Suma Ramars <sramars@cisco.com>
2879M: Brian Uchino <buchino@cisco.com>
2880L: linux-scsi@vger.kernel.org
2881S: Supported
2882F: drivers/scsi/fnic/
2883
2884CISCO SCSI HBA DRIVER
2885M: Narsimhulu Musini <nmusini@cisco.com>
2886M: Sesidhar Baddela <sebaddel@cisco.com>
2887L: linux-scsi@vger.kernel.org
2888S: Supported
2889F: drivers/scsi/snic/
2890
2891CMPC ACPI DRIVER
2892M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2893M: Daniel Oliveira Nascimento <don@syst.com.br>
2894L: platform-driver-x86@vger.kernel.org
2895S: Supported
2896F: drivers/platform/x86/classmate-laptop.c
2897
2898COBALT MEDIA DRIVER
2899M: Hans Verkuil <hans.verkuil@cisco.com>
2900L: linux-media@vger.kernel.org
2901T: git git://linuxtv.org/media_tree.git
2902W: https://linuxtv.org
2903S: Supported
2904F: drivers/media/pci/cobalt/
2905
2906COCCINELLE/Semantic Patches (SmPL)
2907M: Julia Lawall <Julia.Lawall@lip6.fr>
2908M: Gilles Muller <Gilles.Muller@lip6.fr>
2909M: Nicolas Palix <nicolas.palix@imag.fr>
2910M: Michal Marek <mmarek@suse.com>
2911L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2912T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2913W: http://coccinelle.lip6.fr/
2914S: Supported
2915F: Documentation/coccinelle.txt
2916F: scripts/coccinelle/
2917F: scripts/coccicheck
2918
2919CODA FILE SYSTEM
2920M: Jan Harkes <jaharkes@cs.cmu.edu>
2921M: coda@cs.cmu.edu
2922L: codalist@coda.cs.cmu.edu
2923W: http://www.coda.cs.cmu.edu/
2924S: Maintained
2925F: Documentation/filesystems/coda.txt
2926F: fs/coda/
2927F: include/linux/coda*.h
2928F: include/uapi/linux/coda*.h
2929
2930CODA V4L2 MEM2MEM DRIVER
2931M: Philipp Zabel <p.zabel@pengutronix.de>
2932L: linux-media@vger.kernel.org
2933S: Maintained
2934F: Documentation/devicetree/bindings/media/coda.txt
2935F: drivers/media/platform/coda/
2936
2937COMMON CLK FRAMEWORK
2938M: Michael Turquette <mturquette@baylibre.com>
2939M: Stephen Boyd <sboyd@codeaurora.org>
2940L: linux-clk@vger.kernel.org
2941T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2942S: Maintained
2943F: drivers/clk/
2944X: drivers/clk/clkdev.c
2945F: include/linux/clk-pr*
2946F: include/linux/clk/
2947
2948COMMON INTERNET FILE SYSTEM (CIFS)
2949M: Steve French <sfrench@samba.org>
2950L: linux-cifs@vger.kernel.org
2951L: samba-technical@lists.samba.org (moderated for non-subscribers)
2952W: http://linux-cifs.samba.org/
2953T: git git://git.samba.org/sfrench/cifs-2.6.git
2954S: Supported
2955F: Documentation/filesystems/cifs/
2956F: fs/cifs/
2957
2958COMPACTPCI HOTPLUG CORE
2959M: Scott Murray <scott@spiteful.org>
2960L: linux-pci@vger.kernel.org
2961S: Maintained
2962F: drivers/pci/hotplug/cpci_hotplug*
2963
2964COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2965M: Scott Murray <scott@spiteful.org>
2966L: linux-pci@vger.kernel.org
2967S: Maintained
2968F: drivers/pci/hotplug/cpcihp_zt5550.*
2969
2970COMPACTPCI HOTPLUG GENERIC DRIVER
2971M: Scott Murray <scott@spiteful.org>
2972L: linux-pci@vger.kernel.org
2973S: Maintained
2974F: drivers/pci/hotplug/cpcihp_generic.c
2975
2976COMPAL LAPTOP SUPPORT
2977M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2978L: platform-driver-x86@vger.kernel.org
2979S: Maintained
2980F: drivers/platform/x86/compal-laptop.c
2981
2982CONEXANT ACCESSRUNNER USB DRIVER
2983L: accessrunner-general@lists.sourceforge.net
2984W: http://accessrunner.sourceforge.net/
2985S: Orphan
2986F: drivers/usb/atm/cxacru.c
2987
2988CONFIGFS
2989M: Joel Becker <jlbec@evilplan.org>
2990M: Christoph Hellwig <hch@lst.de>
2991T: git git://git.infradead.org/users/hch/configfs.git
2992S: Supported
2993F: fs/configfs/
2994F: include/linux/configfs.h
2995
2996CONNECTOR
2997M: Evgeniy Polyakov <zbr@ioremap.net>
2998L: netdev@vger.kernel.org
2999S: Maintained
3000F: drivers/connector/
3001
3002CONTROL GROUP (CGROUP)
3003M: Tejun Heo <tj@kernel.org>
3004M: Li Zefan <lizefan@huawei.com>
3005M: Johannes Weiner <hannes@cmpxchg.org>
3006L: cgroups@vger.kernel.org
3007T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3008S: Maintained
3009F: Documentation/cgroups/
3010F: include/linux/cgroup*
3011F: kernel/cgroup*
3012
3013CONTROL GROUP - CPUSET
3014M: Li Zefan <lizefan@huawei.com>
3015L: cgroups@vger.kernel.org
3016W: http://www.bullopensource.org/cpuset/
3017W: http://oss.sgi.com/projects/cpusets/
3018T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3019S: Maintained
3020F: Documentation/cgroups/cpusets.txt
3021F: include/linux/cpuset.h
3022F: kernel/cpuset.c
3023
3024CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3025M: Johannes Weiner <hannes@cmpxchg.org>
3026M: Michal Hocko <mhocko@kernel.org>
3027M: Vladimir Davydov <vdavydov@virtuozzo.com>
3028L: cgroups@vger.kernel.org
3029L: linux-mm@kvack.org
3030S: Maintained
3031F: mm/memcontrol.c
3032F: mm/swap_cgroup.c
3033
3034CORETEMP HARDWARE MONITORING DRIVER
3035M: Fenghua Yu <fenghua.yu@intel.com>
3036L: lm-sensors@lm-sensors.org
3037S: Maintained
3038F: Documentation/hwmon/coretemp
3039F: drivers/hwmon/coretemp.c
3040
3041COSA/SRP SYNC SERIAL DRIVER
3042M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3043W: http://www.fi.muni.cz/~kas/cosa/
3044S: Maintained
3045F: drivers/net/wan/cosa*
3046
3047CPMAC ETHERNET DRIVER
3048M: Florian Fainelli <florian@openwrt.org>
3049L: netdev@vger.kernel.org
3050S: Maintained
3051F: drivers/net/ethernet/ti/cpmac.c
3052
3053CPU FREQUENCY DRIVERS
3054M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3055M: Viresh Kumar <viresh.kumar@linaro.org>
3056L: linux-pm@vger.kernel.org
3057S: Maintained
3058T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3059T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3060F: drivers/cpufreq/
3061F: include/linux/cpufreq.h
3062
3063CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3064M: Viresh Kumar <viresh.kumar@linaro.org>
3065M: Sudeep Holla <sudeep.holla@arm.com>
3066L: linux-pm@vger.kernel.org
3067W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3068S: Maintained
3069F: drivers/cpufreq/arm_big_little.h
3070F: drivers/cpufreq/arm_big_little.c
3071F: drivers/cpufreq/arm_big_little_dt.c
3072
3073CPUIDLE DRIVER - ARM BIG LITTLE
3074M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3075M: Daniel Lezcano <daniel.lezcano@linaro.org>
3076L: linux-pm@vger.kernel.org
3077L: linux-arm-kernel@lists.infradead.org
3078T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3079S: Maintained
3080F: drivers/cpuidle/cpuidle-big_little.c
3081
3082CPUIDLE DRIVER - ARM EXYNOS
3083M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3084M: Daniel Lezcano <daniel.lezcano@linaro.org>
3085M: Kukjin Kim <kgene@kernel.org>
3086L: linux-pm@vger.kernel.org
3087L: linux-samsung-soc@vger.kernel.org
3088S: Supported
3089F: drivers/cpuidle/cpuidle-exynos.c
3090F: arch/arm/mach-exynos/pm.c
3091
3092CPUIDLE DRIVERS
3093M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3094M: Daniel Lezcano <daniel.lezcano@linaro.org>
3095L: linux-pm@vger.kernel.org
3096S: Maintained
3097T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3098F: drivers/cpuidle/*
3099F: include/linux/cpuidle.h
3100
3101CPUID/MSR DRIVER
3102M: "H. Peter Anvin" <hpa@zytor.com>
3103S: Maintained
3104F: arch/x86/kernel/cpuid.c
3105F: arch/x86/kernel/msr.c
3106
3107CPU POWER MONITORING SUBSYSTEM
3108M: Thomas Renninger <trenn@suse.com>
3109L: linux-pm@vger.kernel.org
3110S: Maintained
3111F: tools/power/cpupower/
3112
3113CRAMFS FILESYSTEM
3114W: http://sourceforge.net/projects/cramfs/
3115S: Orphan / Obsolete
3116F: Documentation/filesystems/cramfs.txt
3117F: fs/cramfs/
3118
3119CRIS PORT
3120M: Mikael Starvik <starvik@axis.com>
3121M: Jesper Nilsson <jesper.nilsson@axis.com>
3122L: linux-cris-kernel@axis.com
3123W: http://developer.axis.com
3124T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3125S: Maintained
3126F: arch/cris/
3127F: drivers/tty/serial/crisv10.*
3128
3129CRYPTO API
3130M: Herbert Xu <herbert@gondor.apana.org.au>
3131M: "David S. Miller" <davem@davemloft.net>
3132L: linux-crypto@vger.kernel.org
3133T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3134T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3135S: Maintained
3136F: Documentation/crypto/
3137F: Documentation/DocBook/crypto-API.tmpl
3138F: arch/*/crypto/
3139F: crypto/
3140F: drivers/crypto/
3141F: include/crypto/
3142
3143CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3144M: Neil Horman <nhorman@tuxdriver.com>
3145L: linux-crypto@vger.kernel.org
3146S: Maintained
3147F: crypto/ansi_cprng.c
3148F: crypto/rng.c
3149
3150CS3308 MEDIA DRIVER
3151M: Hans Verkuil <hverkuil@xs4all.nl>
3152L: linux-media@vger.kernel.org
3153T: git git://linuxtv.org/media_tree.git
3154W: http://linuxtv.org
3155S: Odd Fixes
3156F: drivers/media/i2c/cs3308.c
3157F: drivers/media/i2c/cs3308.h
3158
3159CS5535 Audio ALSA driver
3160M: Jaya Kumar <jayakumar.alsa@gmail.com>
3161S: Maintained
3162F: sound/pci/cs5535audio/
3163
3164CW1200 WLAN driver
3165M: Solomon Peachy <pizza@shaftnet.org>
3166S: Maintained
3167F: drivers/net/wireless/st/cw1200/
3168
3169CX18 VIDEO4LINUX DRIVER
3170M: Andy Walls <awalls@md.metrocast.net>
3171L: ivtv-devel@ivtvdriver.org (subscribers-only)
3172L: linux-media@vger.kernel.org
3173T: git git://linuxtv.org/media_tree.git
3174W: https://linuxtv.org
3175W: http://www.ivtvdriver.org/index.php/Cx18
3176S: Maintained
3177F: Documentation/video4linux/cx18.txt
3178F: drivers/media/pci/cx18/
3179F: include/uapi/linux/ivtv*
3180
3181CX2341X MPEG ENCODER HELPER MODULE
3182M: Hans Verkuil <hverkuil@xs4all.nl>
3183L: linux-media@vger.kernel.org
3184T: git git://linuxtv.org/media_tree.git
3185W: https://linuxtv.org
3186S: Maintained
3187F: drivers/media/common/cx2341x*
3188F: include/media/cx2341x*
3189
3190CX24120 MEDIA DRIVER
3191M: Jemma Denson <jdenson@gmail.com>
3192M: Patrick Boettcher <patrick.boettcher@posteo.de>
3193L: linux-media@vger.kernel.org
3194W: https://linuxtv.org
3195Q: http://patchwork.linuxtv.org/project/linux-media/list/
3196S: Maintained
3197F: drivers/media/dvb-frontends/cx24120*
3198
3199CX88 VIDEO4LINUX DRIVER
3200M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3201L: linux-media@vger.kernel.org
3202W: https://linuxtv.org
3203T: git git://linuxtv.org/media_tree.git
3204S: Odd fixes
3205F: Documentation/video4linux/cx88/
3206F: drivers/media/pci/cx88/
3207
3208CXD2820R MEDIA DRIVER
3209M: Antti Palosaari <crope@iki.fi>
3210L: linux-media@vger.kernel.org
3211W: https://linuxtv.org
3212W: http://palosaari.fi/linux/
3213Q: http://patchwork.linuxtv.org/project/linux-media/list/
3214T: git git://linuxtv.org/anttip/media_tree.git
3215S: Maintained
3216F: drivers/media/dvb-frontends/cxd2820r*
3217
3218CXGB3 ETHERNET DRIVER (CXGB3)
3219M: Santosh Raspatur <santosh@chelsio.com>
3220L: netdev@vger.kernel.org
3221W: http://www.chelsio.com
3222S: Supported
3223F: drivers/net/ethernet/chelsio/cxgb3/
3224
3225CXGB3 ISCSI DRIVER (CXGB3I)
3226M: Karen Xie <kxie@chelsio.com>
3227L: linux-scsi@vger.kernel.org
3228W: http://www.chelsio.com
3229S: Supported
3230F: drivers/scsi/cxgbi/cxgb3i
3231
3232CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3233M: Steve Wise <swise@chelsio.com>
3234L: linux-rdma@vger.kernel.org
3235W: http://www.openfabrics.org
3236S: Supported
3237F: drivers/infiniband/hw/cxgb3/
3238
3239CXGB4 ETHERNET DRIVER (CXGB4)
3240M: Hariprasad S <hariprasad@chelsio.com>
3241L: netdev@vger.kernel.org
3242W: http://www.chelsio.com
3243S: Supported
3244F: drivers/net/ethernet/chelsio/cxgb4/
3245
3246CXGB4 ISCSI DRIVER (CXGB4I)
3247M: Karen Xie <kxie@chelsio.com>
3248L: linux-scsi@vger.kernel.org
3249W: http://www.chelsio.com
3250S: Supported
3251F: drivers/scsi/cxgbi/cxgb4i
3252
3253CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3254M: Steve Wise <swise@chelsio.com>
3255L: linux-rdma@vger.kernel.org
3256W: http://www.openfabrics.org
3257S: Supported
3258F: drivers/infiniband/hw/cxgb4/
3259
3260CXGB4VF ETHERNET DRIVER (CXGB4VF)
3261M: Casey Leedom <leedom@chelsio.com>
3262L: netdev@vger.kernel.org
3263W: http://www.chelsio.com
3264S: Supported
3265F: drivers/net/ethernet/chelsio/cxgb4vf/
3266
3267CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3268M: Ian Munsie <imunsie@au1.ibm.com>
3269M: Michael Neuling <mikey@neuling.org>
3270L: linuxppc-dev@lists.ozlabs.org
3271S: Supported
3272F: drivers/misc/cxl/
3273F: include/misc/cxl*
3274F: include/uapi/misc/cxl.h
3275F: Documentation/powerpc/cxl.txt
3276F: Documentation/powerpc/cxl.txt
3277F: Documentation/ABI/testing/sysfs-class-cxl
3278
3279CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3280M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3281M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3282L: linux-scsi@vger.kernel.org
3283S: Supported
3284F: drivers/scsi/cxlflash/
3285F: include/uapi/scsi/cxlflash_ioctls.h
3286F: Documentation/powerpc/cxlflash.txt
3287
3288STMMAC ETHERNET DRIVER
3289M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3290L: netdev@vger.kernel.org
3291W: http://www.stlinux.com
3292S: Supported
3293F: drivers/net/ethernet/stmicro/stmmac/
3294
3295CYBERPRO FB DRIVER
3296M: Russell King <linux@arm.linux.org.uk>
3297L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3298W: http://www.arm.linux.org.uk/
3299S: Maintained
3300F: drivers/video/fbdev/cyber2000fb.*
3301
3302CYCLADES ASYNC MUX DRIVER
3303W: http://www.cyclades.com/
3304S: Orphan
3305F: drivers/tty/cyclades.c
3306F: include/linux/cyclades.h
3307F: include/uapi/linux/cyclades.h
3308
3309CYCLADES PC300 DRIVER
3310W: http://www.cyclades.com/
3311S: Orphan
3312F: drivers/net/wan/pc300*
3313
3314CYPRESS_FIRMWARE MEDIA DRIVER
3315M: Antti Palosaari <crope@iki.fi>
3316L: linux-media@vger.kernel.org
3317W: https://linuxtv.org
3318W: http://palosaari.fi/linux/
3319Q: http://patchwork.linuxtv.org/project/linux-media/list/
3320T: git git://linuxtv.org/anttip/media_tree.git
3321S: Maintained
3322F: drivers/media/common/cypress_firmware*
3323
3324CYTTSP TOUCHSCREEN DRIVER
3325M: Ferruh Yigit <fery@cypress.com>
3326L: linux-input@vger.kernel.org
3327S: Supported
3328F: drivers/input/touchscreen/cyttsp*
3329F: include/linux/input/cyttsp.h
3330
3331DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3332M: Joshua Kinard <kumba@gentoo.org>
3333S: Maintained
3334F: drivers/rtc/rtc-ds1685.c
3335F: include/linux/rtc/ds1685.h
3336
3337DAMA SLAVE for AX.25
3338M: Joerg Reuter <jreuter@yaina.de>
3339W: http://yaina.de/jreuter/
3340W: http://www.qsl.net/dl1bke/
3341L: linux-hams@vger.kernel.org
3342S: Maintained
3343F: net/ax25/af_ax25.c
3344F: net/ax25/ax25_dev.c
3345F: net/ax25/ax25_ds_*
3346F: net/ax25/ax25_in.c
3347F: net/ax25/ax25_out.c
3348F: net/ax25/ax25_timer.c
3349F: net/ax25/sysctl_net_ax25.c
3350
3351DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3352L: netdev@vger.kernel.org
3353S: Orphan
3354F: Documentation/networking/dmfe.txt
3355F: drivers/net/ethernet/dec/tulip/dmfe.c
3356
3357DC390/AM53C974 SCSI driver
3358M: Hannes Reinecke <hare@suse.com>
3359L: linux-scsi@vger.kernel.org
3360S: Maintained
3361F: drivers/scsi/am53c974.c
3362
3363DC395x SCSI driver
3364M: Oliver Neukum <oliver@neukum.org>
3365M: Ali Akcaagac <aliakc@web.de>
3366M: Jamie Lenehan <lenehan@twibble.org>
3367L: dc395x@twibble.org
3368W: http://twibble.org/dist/dc395x/
3369W: http://lists.twibble.org/mailman/listinfo/dc395x/
3370S: Maintained
3371F: Documentation/scsi/dc395x.txt
3372F: drivers/scsi/dc395x.*
3373
3374DCCP PROTOCOL
3375M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3376L: dccp@vger.kernel.org
3377W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3378S: Maintained
3379F: include/linux/dccp.h
3380F: include/uapi/linux/dccp.h
3381F: include/linux/tfrc.h
3382F: net/dccp/
3383
3384DECnet NETWORK LAYER
3385W: http://linux-decnet.sourceforge.net
3386L: linux-decnet-user@lists.sourceforge.net
3387S: Orphan
3388F: Documentation/networking/decnet.txt
3389F: net/decnet/
3390
3391DECSTATION PLATFORM SUPPORT
3392M: "Maciej W. Rozycki" <macro@linux-mips.org>
3393L: linux-mips@linux-mips.org
3394W: http://www.linux-mips.org/wiki/DECstation
3395S: Maintained
3396F: arch/mips/dec/
3397F: arch/mips/include/asm/dec/
3398F: arch/mips/include/asm/mach-dec/
3399
3400DEFXX FDDI NETWORK DRIVER
3401M: "Maciej W. Rozycki" <macro@linux-mips.org>
3402S: Maintained
3403F: drivers/net/fddi/defxx.*
3404
3405DELL LAPTOP DRIVER
3406M: Matthew Garrett <mjg59@srcf.ucam.org>
3407M: Pali Rohár <pali.rohar@gmail.com>
3408L: platform-driver-x86@vger.kernel.org
3409S: Maintained
3410F: drivers/platform/x86/dell-laptop.c
3411
3412DELL LAPTOP RBTN DRIVER
3413M: Pali Rohár <pali.rohar@gmail.com>
3414S: Maintained
3415F: drivers/platform/x86/dell-rbtn.*
3416
3417DELL LAPTOP FREEFALL DRIVER
3418M: Pali Rohár <pali.rohar@gmail.com>
3419S: Maintained
3420F: drivers/platform/x86/dell-smo8800.c
3421
3422DELL LAPTOP SMM DRIVER
3423M: Pali Rohár <pali.rohar@gmail.com>
3424S: Maintained
3425F: drivers/hwmon/dell-smm-hwmon.c
3426F: include/uapi/linux/i8k.h
3427
3428DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3429M: Doug Warzecha <Douglas_Warzecha@dell.com>
3430S: Maintained
3431F: Documentation/dcdbas.txt
3432F: drivers/firmware/dcdbas.*
3433
3434DELL WMI EXTRAS DRIVER
3435M: Matthew Garrett <mjg59@srcf.ucam.org>
3436M: Pali Rohár <pali.rohar@gmail.com>
3437S: Maintained
3438F: drivers/platform/x86/dell-wmi.c
3439
3440DESIGNWARE USB2 DRD IP DRIVER
3441M: John Youn <johnyoun@synopsys.com>
3442L: linux-usb@vger.kernel.org
3443T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3444S: Maintained
3445F: drivers/usb/dwc2/
3446
3447DESIGNWARE USB3 DRD IP DRIVER
3448M: Felipe Balbi <balbi@ti.com>
3449L: linux-usb@vger.kernel.org
3450L: linux-omap@vger.kernel.org
3451T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3452S: Maintained
3453F: drivers/usb/dwc3/
3454
3455DEVICE COREDUMP (DEV_COREDUMP)
3456M: Johannes Berg <johannes@sipsolutions.net>
3457L: linux-kernel@vger.kernel.org
3458S: Maintained
3459F: drivers/base/devcoredump.c
3460F: include/linux/devcoredump.h
3461
3462DEVICE FREQUENCY (DEVFREQ)
3463M: MyungJoo Ham <myungjoo.ham@samsung.com>
3464M: Kyungmin Park <kyungmin.park@samsung.com>
3465L: linux-pm@vger.kernel.org
3466T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3467S: Maintained
3468F: drivers/devfreq/
3469F: include/linux/devfreq.h
3470F: Documentation/devicetree/bindings/devfreq/
3471
3472DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3473M: Chanwoo Choi <cw00.choi@samsung.com>
3474L: linux-pm@vger.kernel.org
3475T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3476S: Supported
3477F: drivers/devfreq/event/
3478F: drivers/devfreq/devfreq-event.c
3479F: include/linux/devfreq-event.h
3480F: Documentation/devicetree/bindings/devfreq/event/
3481
3482DEVICE NUMBER REGISTRY
3483M: Torben Mathiasen <device@lanana.org>
3484W: http://lanana.org/docs/device-list/index.html
3485S: Maintained
3486
3487DEVICE-MAPPER (LVM)
3488M: Alasdair Kergon <agk@redhat.com>
3489M: Mike Snitzer <snitzer@redhat.com>
3490M: dm-devel@redhat.com
3491L: dm-devel@redhat.com
3492W: http://sources.redhat.com/dm
3493Q: http://patchwork.kernel.org/project/dm-devel/list/
3494T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3495T: quilt http://people.redhat.com/agk/patches/linux/editing/
3496S: Maintained
3497F: Documentation/device-mapper/
3498F: drivers/md/dm*
3499F: drivers/md/persistent-data/
3500F: include/linux/device-mapper.h
3501F: include/linux/dm-*.h
3502F: include/uapi/linux/dm-*.h
3503
3504DIALOG SEMICONDUCTOR DRIVERS
3505M: Support Opensource <support.opensource@diasemi.com>
3506W: http://www.dialog-semiconductor.com/products
3507S: Supported
3508F: Documentation/hwmon/da90??
3509F: Documentation/devicetree/bindings/sound/da[79]*.txt
3510F: drivers/gpio/gpio-da90??.c
3511F: drivers/hwmon/da90??-hwmon.c
3512F: drivers/iio/adc/da91??-*.c
3513F: drivers/input/misc/da90??_onkey.c
3514F: drivers/input/touchscreen/da9052_tsi.c
3515F: drivers/leds/leds-da90??.c
3516F: drivers/mfd/da903x.c
3517F: drivers/mfd/da90??-*.c
3518F: drivers/mfd/da91??-*.c
3519F: drivers/power/da9052-battery.c
3520F: drivers/power/da91??-*.c
3521F: drivers/regulator/da903x.c
3522F: drivers/regulator/da9???-regulator.[ch]
3523F: drivers/rtc/rtc-da90??.c
3524F: drivers/video/backlight/da90??_bl.c
3525F: drivers/watchdog/da90??_wdt.c
3526F: include/linux/mfd/da903x.h
3527F: include/linux/mfd/da9052/
3528F: include/linux/mfd/da9055/
3529F: include/linux/mfd/da9063/
3530F: include/linux/mfd/da9150/
3531F: include/sound/da[79]*.h
3532F: sound/soc/codecs/da[79]*.[ch]
3533
3534DIGI NEO AND CLASSIC PCI PRODUCTS
3535M: Lidza Louina <lidza.louina@gmail.com>
3536M: Mark Hounschell <markh@compro.net>
3537L: driverdev-devel@linuxdriverproject.org
3538S: Maintained
3539F: drivers/staging/dgnc/
3540
3541DIGI EPCA PCI PRODUCTS
3542M: Lidza Louina <lidza.louina@gmail.com>
3543M: Daeseok Youn <daeseok.youn@gmail.com>
3544L: driverdev-devel@linuxdriverproject.org
3545S: Maintained
3546F: drivers/staging/dgap/
3547
3548DIOLAN U2C-12 I2C DRIVER
3549M: Guenter Roeck <linux@roeck-us.net>
3550L: linux-i2c@vger.kernel.org
3551S: Maintained
3552F: drivers/i2c/busses/i2c-diolan-u2c.c
3553
3554DIRECT ACCESS (DAX)
3555M: Matthew Wilcox <willy@linux.intel.com>
3556L: linux-fsdevel@vger.kernel.org
3557S: Supported
3558F: fs/dax.c
3559
3560DIRECTORY NOTIFICATION (DNOTIFY)
3561M: Eric Paris <eparis@parisplace.org>
3562S: Maintained
3563F: Documentation/filesystems/dnotify.txt
3564F: fs/notify/dnotify/
3565F: include/linux/dnotify.h
3566
3567DISK GEOMETRY AND PARTITION HANDLING
3568M: Andries Brouwer <aeb@cwi.nl>
3569W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3570W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3571W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3572S: Maintained
3573
3574DISKQUOTA
3575M: Jan Kara <jack@suse.com>
3576S: Maintained
3577F: Documentation/filesystems/quota.txt
3578F: fs/quota/
3579F: include/linux/quota*.h
3580F: include/uapi/linux/quota*.h
3581
3582DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3583M: Bernie Thompson <bernie@plugable.com>
3584L: linux-fbdev@vger.kernel.org
3585S: Maintained
3586W: http://plugable.com/category/projects/udlfb/
3587F: drivers/video/fbdev/udlfb.c
3588F: include/video/udlfb.h
3589F: Documentation/fb/udlfb.txt
3590
3591DISTRIBUTED LOCK MANAGER (DLM)
3592M: Christine Caulfield <ccaulfie@redhat.com>
3593M: David Teigland <teigland@redhat.com>
3594L: cluster-devel@redhat.com
3595W: http://sources.redhat.com/cluster/
3596T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3597S: Supported
3598F: fs/dlm/
3599
3600DMA BUFFER SHARING FRAMEWORK
3601M: Sumit Semwal <sumit.semwal@linaro.org>
3602S: Maintained
3603L: linux-media@vger.kernel.org
3604L: dri-devel@lists.freedesktop.org
3605L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3606F: drivers/dma-buf/
3607F: include/linux/dma-buf*
3608F: include/linux/reservation.h
3609F: include/linux/*fence.h
3610F: Documentation/dma-buf-sharing.txt
3611T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3612
3613DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3614M: Vinod Koul <vinod.koul@intel.com>
3615L: dmaengine@vger.kernel.org
3616Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3617S: Maintained
3618F: drivers/dma/
3619F: include/linux/dmaengine.h
3620F: Documentation/dmaengine/
3621T: git git://git.infradead.org/users/vkoul/slave-dma.git
3622
3623DME1737 HARDWARE MONITOR DRIVER
3624M: Juerg Haefliger <juergh@gmail.com>
3625L: lm-sensors@lm-sensors.org
3626S: Maintained
3627F: Documentation/hwmon/dme1737
3628F: drivers/hwmon/dme1737.c
3629
3630DMI/SMBIOS SUPPORT
3631M: Jean Delvare <jdelvare@suse.com>
3632S: Maintained
3633T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3634F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3635F: drivers/firmware/dmi-id.c
3636F: drivers/firmware/dmi_scan.c
3637F: include/linux/dmi.h
3638
3639DOCUMENTATION
3640M: Jonathan Corbet <corbet@lwn.net>
3641L: linux-doc@vger.kernel.org
3642S: Maintained
3643F: Documentation/
3644F: scripts/docproc.c
3645F: scripts/kernel-doc*
3646X: Documentation/ABI/
3647X: Documentation/devicetree/
3648X: Documentation/acpi
3649X: Documentation/power
3650X: Documentation/spi
3651X: Documentation/DocBook/media
3652T: git git://git.lwn.net/linux.git docs-next
3653
3654DOUBLETALK DRIVER
3655M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3656L: blinux-list@redhat.com
3657S: Maintained
3658F: drivers/char/dtlk.c
3659F: include/linux/dtlk.h
3660
3661DPT_I2O SCSI RAID DRIVER
3662M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3663L: linux-scsi@vger.kernel.org
3664W: http://www.adaptec.com/
3665S: Maintained
3666F: drivers/scsi/dpt*
3667F: drivers/scsi/dpt/
3668
3669DRBD DRIVER
3670M: Philipp Reisner <philipp.reisner@linbit.com>
3671M: Lars Ellenberg <lars.ellenberg@linbit.com>
3672L: drbd-dev@lists.linbit.com
3673W: http://www.drbd.org
3674T: git git://git.linbit.com/linux-drbd.git
3675T: git git://git.linbit.com/drbd-8.4.git
3676S: Supported
3677F: drivers/block/drbd/
3678F: lib/lru_cache.c
3679F: Documentation/blockdev/drbd/
3680
3681DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3682M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3683T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3684S: Supported
3685F: Documentation/kobject.txt
3686F: drivers/base/
3687F: fs/debugfs/
3688F: fs/kernfs/
3689F: fs/sysfs/
3690F: include/linux/debugfs.h
3691F: include/linux/kobj*
3692F: lib/kobj*
3693
3694DRM DRIVERS
3695M: David Airlie <airlied@linux.ie>
3696L: dri-devel@lists.freedesktop.org
3697T: git git://people.freedesktop.org/~airlied/linux
3698S: Maintained
3699F: drivers/gpu/drm/
3700F: drivers/gpu/vga/
3701F: include/drm/
3702F: include/uapi/drm/
3703
3704RADEON DRM DRIVERS
3705M: Alex Deucher <alexander.deucher@amd.com>
3706M: Christian König <christian.koenig@amd.com>
3707L: dri-devel@lists.freedesktop.org
3708T: git git://people.freedesktop.org/~agd5f/linux
3709S: Supported
3710F: drivers/gpu/drm/radeon/
3711F: include/uapi/drm/radeon*
3712
3713DRM PANEL DRIVERS
3714M: Thierry Reding <thierry.reding@gmail.com>
3715L: dri-devel@lists.freedesktop.org
3716T: git git://anongit.freedesktop.org/tegra/linux.git
3717S: Maintained
3718F: drivers/gpu/drm/drm_panel.c
3719F: drivers/gpu/drm/panel/
3720F: include/drm/drm_panel.h
3721F: Documentation/devicetree/bindings/display/panel/
3722
3723INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3724M: Daniel Vetter <daniel.vetter@intel.com>
3725M: Jani Nikula <jani.nikula@linux.intel.com>
3726L: intel-gfx@lists.freedesktop.org
3727L: dri-devel@lists.freedesktop.org
3728W: https://01.org/linuxgraphics/
3729Q: http://patchwork.freedesktop.org/project/intel-gfx/
3730T: git git://anongit.freedesktop.org/drm-intel
3731S: Supported
3732F: drivers/gpu/drm/i915/
3733F: include/drm/i915*
3734F: include/uapi/drm/i915*
3735
3736DRM DRIVERS FOR ATMEL HLCDC
3737M: Boris Brezillon <boris.brezillon@free-electrons.com>
3738L: dri-devel@lists.freedesktop.org
3739S: Supported
3740F: drivers/gpu/drm/atmel-hlcdc/
3741F: Documentation/devicetree/bindings/drm/atmel/
3742
3743DRM DRIVERS FOR EXYNOS
3744M: Inki Dae <inki.dae@samsung.com>
3745M: Joonyoung Shim <jy0922.shim@samsung.com>
3746M: Seung-Woo Kim <sw0312.kim@samsung.com>
3747M: Kyungmin Park <kyungmin.park@samsung.com>
3748L: dri-devel@lists.freedesktop.org
3749T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3750S: Supported
3751F: drivers/gpu/drm/exynos/
3752F: include/drm/exynos*
3753F: include/uapi/drm/exynos*
3754
3755DRM DRIVERS FOR FREESCALE DCU
3756M: Jianwei Wang <jianwei.wang.chn@gmail.com>
3757M: Alison Wang <alison.wang@freescale.com>
3758L: dri-devel@lists.freedesktop.org
3759S: Supported
3760F: drivers/gpu/drm/fsl-dcu/
3761F: Documentation/devicetree/bindings/display/fsl,dcu.txt
3762F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3763
3764DRM DRIVERS FOR FREESCALE IMX
3765M: Philipp Zabel <p.zabel@pengutronix.de>
3766L: dri-devel@lists.freedesktop.org
3767S: Maintained
3768F: drivers/gpu/drm/imx/
3769F: drivers/gpu/ipu-v3/
3770F: Documentation/devicetree/bindings/display/imx/
3771
3772DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3773M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3774L: dri-devel@lists.freedesktop.org
3775T: git git://github.com/patjak/drm-gma500
3776S: Maintained
3777F: drivers/gpu/drm/gma500
3778F: include/drm/gma500*
3779
3780DRM DRIVERS FOR NVIDIA TEGRA
3781M: Thierry Reding <thierry.reding@gmail.com>
3782M: Terje Bergström <tbergstrom@nvidia.com>
3783L: dri-devel@lists.freedesktop.org
3784L: linux-tegra@vger.kernel.org
3785T: git git://anongit.freedesktop.org/tegra/linux.git
3786S: Supported
3787F: drivers/gpu/drm/tegra/
3788F: drivers/gpu/host1x/
3789F: include/linux/host1x.h
3790F: include/uapi/drm/tegra_drm.h
3791F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3792
3793DRM DRIVERS FOR RENESAS
3794M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3795L: dri-devel@lists.freedesktop.org
3796L: linux-renesas-soc@vger.kernel.org
3797T: git git://people.freedesktop.org/~airlied/linux
3798S: Supported
3799F: drivers/gpu/drm/rcar-du/
3800F: drivers/gpu/drm/shmobile/
3801F: include/linux/platform_data/shmob_drm.h
3802
3803DRM DRIVERS FOR ROCKCHIP
3804M: Mark Yao <mark.yao@rock-chips.com>
3805L: dri-devel@lists.freedesktop.org
3806S: Maintained
3807F: drivers/gpu/drm/rockchip/
3808F: Documentation/devicetree/bindings/display/rockchip*
3809
3810DRM DRIVERS FOR STI
3811M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3812M: Vincent Abriou <vincent.abriou@st.com>
3813L: dri-devel@lists.freedesktop.org
3814T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3815S: Maintained
3816F: drivers/gpu/drm/sti
3817F: Documentation/devicetree/bindings/display/st,stih4xx.txt
3818
3819DRM DRIVERS FOR VIVANTE GPU IP
3820M: Lucas Stach <l.stach@pengutronix.de>
3821R: Russell King <linux+etnaviv@arm.linux.org.uk>
3822R: Christian Gmeiner <christian.gmeiner@gmail.com>
3823L: dri-devel@lists.freedesktop.org
3824S: Maintained
3825F: drivers/gpu/drm/etnaviv
3826F: Documentation/devicetree/bindings/display/etnaviv
3827
3828DSBR100 USB FM RADIO DRIVER
3829M: Alexey Klimov <klimov.linux@gmail.com>
3830L: linux-media@vger.kernel.org
3831T: git git://linuxtv.org/media_tree.git
3832S: Maintained
3833F: drivers/media/radio/dsbr100.c
3834
3835DSCC4 DRIVER
3836M: Francois Romieu <romieu@fr.zoreil.com>
3837L: netdev@vger.kernel.org
3838S: Maintained
3839F: drivers/net/wan/dscc4.c
3840
3841DT3155 MEDIA DRIVER
3842M: Hans Verkuil <hverkuil@xs4all.nl>
3843L: linux-media@vger.kernel.org
3844T: git git://linuxtv.org/media_tree.git
3845W: https://linuxtv.org
3846S: Odd Fixes
3847F: drivers/media/pci/dt3155/
3848
3849DVB_USB_AF9015 MEDIA DRIVER
3850M: Antti Palosaari <crope@iki.fi>
3851L: linux-media@vger.kernel.org
3852W: https://linuxtv.org
3853W: http://palosaari.fi/linux/
3854Q: http://patchwork.linuxtv.org/project/linux-media/list/
3855T: git git://linuxtv.org/anttip/media_tree.git
3856S: Maintained
3857F: drivers/media/usb/dvb-usb-v2/af9015*
3858
3859DVB_USB_AF9035 MEDIA DRIVER
3860M: Antti Palosaari <crope@iki.fi>
3861L: linux-media@vger.kernel.org
3862W: https://linuxtv.org
3863W: http://palosaari.fi/linux/
3864Q: http://patchwork.linuxtv.org/project/linux-media/list/
3865T: git git://linuxtv.org/anttip/media_tree.git
3866S: Maintained
3867F: drivers/media/usb/dvb-usb-v2/af9035*
3868
3869DVB_USB_ANYSEE MEDIA DRIVER
3870M: Antti Palosaari <crope@iki.fi>
3871L: linux-media@vger.kernel.org
3872W: https://linuxtv.org
3873W: http://palosaari.fi/linux/
3874Q: http://patchwork.linuxtv.org/project/linux-media/list/
3875T: git git://linuxtv.org/anttip/media_tree.git
3876S: Maintained
3877F: drivers/media/usb/dvb-usb-v2/anysee*
3878
3879DVB_USB_AU6610 MEDIA DRIVER
3880M: Antti Palosaari <crope@iki.fi>
3881L: linux-media@vger.kernel.org
3882W: https://linuxtv.org
3883W: http://palosaari.fi/linux/
3884Q: http://patchwork.linuxtv.org/project/linux-media/list/
3885T: git git://linuxtv.org/anttip/media_tree.git
3886S: Maintained
3887F: drivers/media/usb/dvb-usb-v2/au6610*
3888
3889DVB_USB_CE6230 MEDIA DRIVER
3890M: Antti Palosaari <crope@iki.fi>
3891L: linux-media@vger.kernel.org
3892W: https://linuxtv.org
3893W: http://palosaari.fi/linux/
3894Q: http://patchwork.linuxtv.org/project/linux-media/list/
3895T: git git://linuxtv.org/anttip/media_tree.git
3896S: Maintained
3897F: drivers/media/usb/dvb-usb-v2/ce6230*
3898
3899DVB_USB_CXUSB MEDIA DRIVER
3900M: Michael Krufky <mkrufky@linuxtv.org>
3901L: linux-media@vger.kernel.org
3902W: https://linuxtv.org
3903W: http://github.com/mkrufky
3904Q: http://patchwork.linuxtv.org/project/linux-media/list/
3905T: git git://linuxtv.org/media_tree.git
3906S: Maintained
3907F: drivers/media/usb/dvb-usb/cxusb*
3908
3909DVB_USB_EC168 MEDIA DRIVER
3910M: Antti Palosaari <crope@iki.fi>
3911L: linux-media@vger.kernel.org
3912W: https://linuxtv.org
3913W: http://palosaari.fi/linux/
3914Q: http://patchwork.linuxtv.org/project/linux-media/list/
3915T: git git://linuxtv.org/anttip/media_tree.git
3916S: Maintained
3917F: drivers/media/usb/dvb-usb-v2/ec168*
3918
3919DVB_USB_GL861 MEDIA DRIVER
3920M: Antti Palosaari <crope@iki.fi>
3921L: linux-media@vger.kernel.org
3922W: https://linuxtv.org
3923Q: http://patchwork.linuxtv.org/project/linux-media/list/
3924T: git git://linuxtv.org/anttip/media_tree.git
3925S: Maintained
3926F: drivers/media/usb/dvb-usb-v2/gl861*
3927
3928DVB_USB_MXL111SF MEDIA DRIVER
3929M: Michael Krufky <mkrufky@linuxtv.org>
3930L: linux-media@vger.kernel.org
3931W: https://linuxtv.org
3932W: http://github.com/mkrufky
3933Q: http://patchwork.linuxtv.org/project/linux-media/list/
3934T: git git://linuxtv.org/mkrufky/mxl111sf.git
3935S: Maintained
3936F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3937
3938DVB_USB_RTL28XXU MEDIA DRIVER
3939M: Antti Palosaari <crope@iki.fi>
3940L: linux-media@vger.kernel.org
3941W: https://linuxtv.org
3942W: http://palosaari.fi/linux/
3943Q: http://patchwork.linuxtv.org/project/linux-media/list/
3944T: git git://linuxtv.org/anttip/media_tree.git
3945S: Maintained
3946F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3947
3948DVB_USB_V2 MEDIA DRIVER
3949M: Antti Palosaari <crope@iki.fi>
3950L: linux-media@vger.kernel.org
3951W: https://linuxtv.org
3952W: http://palosaari.fi/linux/
3953Q: http://patchwork.linuxtv.org/project/linux-media/list/
3954T: git git://linuxtv.org/anttip/media_tree.git
3955S: Maintained
3956F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3957F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3958
3959DYNAMIC DEBUG
3960M: Jason Baron <jbaron@akamai.com>
3961S: Maintained
3962F: lib/dynamic_debug.c
3963F: include/linux/dynamic_debug.h
3964
3965DZ DECSTATION DZ11 SERIAL DRIVER
3966M: "Maciej W. Rozycki" <macro@linux-mips.org>
3967S: Maintained
3968F: drivers/tty/serial/dz.*
3969
3970E3X0 POWER BUTTON DRIVER
3971M: Moritz Fischer <moritz.fischer@ettus.com>
3972L: usrp-users@lists.ettus.com
3973W: http://www.ettus.com
3974S: Supported
3975F: drivers/input/misc/e3x0-button.c
3976F: Documentation/devicetree/bindings/input/e3x0-button.txt
3977
3978E4000 MEDIA DRIVER
3979M: Antti Palosaari <crope@iki.fi>
3980L: linux-media@vger.kernel.org
3981W: https://linuxtv.org
3982W: http://palosaari.fi/linux/
3983Q: http://patchwork.linuxtv.org/project/linux-media/list/
3984T: git git://linuxtv.org/anttip/media_tree.git
3985S: Maintained
3986F: drivers/media/tuners/e4000*
3987
3988EATA ISA/EISA/PCI SCSI DRIVER
3989M: Dario Ballabio <ballabio_dario@emc.com>
3990L: linux-scsi@vger.kernel.org
3991S: Maintained
3992F: drivers/scsi/eata.c
3993
3994EC100 MEDIA DRIVER
3995M: Antti Palosaari <crope@iki.fi>
3996L: linux-media@vger.kernel.org
3997W: https://linuxtv.org
3998W: http://palosaari.fi/linux/
3999Q: http://patchwork.linuxtv.org/project/linux-media/list/
4000T: git git://linuxtv.org/anttip/media_tree.git
4001S: Maintained
4002F: drivers/media/dvb-frontends/ec100*
4003
4004ECRYPT FILE SYSTEM
4005M: Tyler Hicks <tyhicks@canonical.com>
4006L: ecryptfs@vger.kernel.org
4007W: http://ecryptfs.org
4008W: https://launchpad.net/ecryptfs
4009T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4010S: Supported
4011F: Documentation/filesystems/ecryptfs.txt
4012F: fs/ecryptfs/
4013
4014EDAC-CORE
4015M: Doug Thompson <dougthompson@xmission.com>
4016M: Borislav Petkov <bp@alien8.de>
4017M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4018L: linux-edac@vger.kernel.org
4019T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4020T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4021S: Supported
4022F: Documentation/edac.txt
4023F: drivers/edac/
4024F: include/linux/edac.h
4025
4026EDAC-AMD64
4027M: Doug Thompson <dougthompson@xmission.com>
4028M: Borislav Petkov <bp@alien8.de>
4029L: linux-edac@vger.kernel.org
4030S: Maintained
4031F: drivers/edac/amd64_edac*
4032
4033EDAC-CALXEDA
4034M: Doug Thompson <dougthompson@xmission.com>
4035M: Robert Richter <rric@kernel.org>
4036L: linux-edac@vger.kernel.org
4037S: Maintained
4038F: drivers/edac/highbank*
4039
4040EDAC-CAVIUM
4041M: Ralf Baechle <ralf@linux-mips.org>
4042M: David Daney <david.daney@cavium.com>
4043L: linux-edac@vger.kernel.org
4044L: linux-mips@linux-mips.org
4045S: Supported
4046F: drivers/edac/octeon_edac*
4047
4048EDAC-E752X
4049M: Mark Gross <mark.gross@intel.com>
4050M: Doug Thompson <dougthompson@xmission.com>
4051L: linux-edac@vger.kernel.org
4052S: Maintained
4053F: drivers/edac/e752x_edac.c
4054
4055EDAC-E7XXX
4056M: Doug Thompson <dougthompson@xmission.com>
4057L: linux-edac@vger.kernel.org
4058S: Maintained
4059F: drivers/edac/e7xxx_edac.c
4060
4061EDAC-GHES
4062M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4063L: linux-edac@vger.kernel.org
4064S: Maintained
4065F: drivers/edac/ghes_edac.c
4066
4067EDAC-I82443BXGX
4068M: Tim Small <tim@buttersideup.com>
4069L: linux-edac@vger.kernel.org
4070S: Maintained
4071F: drivers/edac/i82443bxgx_edac.c
4072
4073EDAC-I3000
4074M: Jason Uhlenkott <juhlenko@akamai.com>
4075L: linux-edac@vger.kernel.org
4076S: Maintained
4077F: drivers/edac/i3000_edac.c
4078
4079EDAC-I5000
4080M: Doug Thompson <dougthompson@xmission.com>
4081L: linux-edac@vger.kernel.org
4082S: Maintained
4083F: drivers/edac/i5000_edac.c
4084
4085EDAC-I5400
4086M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4087L: linux-edac@vger.kernel.org
4088S: Maintained
4089F: drivers/edac/i5400_edac.c
4090
4091EDAC-I7300
4092M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4093L: linux-edac@vger.kernel.org
4094S: Maintained
4095F: drivers/edac/i7300_edac.c
4096
4097EDAC-I7CORE
4098M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4099L: linux-edac@vger.kernel.org
4100S: Maintained
4101F: drivers/edac/i7core_edac.c
4102
4103EDAC-I82975X
4104M: Ranganathan Desikan <ravi@jetztechnologies.com>
4105M: "Arvind R." <arvino55@gmail.com>
4106L: linux-edac@vger.kernel.org
4107S: Maintained
4108F: drivers/edac/i82975x_edac.c
4109
4110EDAC-IE31200
4111M: Jason Baron <jbaron@akamai.com>
4112L: linux-edac@vger.kernel.org
4113S: Maintained
4114F: drivers/edac/ie31200_edac.c
4115
4116EDAC-MPC85XX
4117M: Johannes Thumshirn <morbidrsa@gmail.com>
4118L: linux-edac@vger.kernel.org
4119S: Maintained
4120F: drivers/edac/mpc85xx_edac.[ch]
4121
4122EDAC-PASEMI
4123M: Egor Martovetsky <egor@pasemi.com>
4124L: linux-edac@vger.kernel.org
4125S: Maintained
4126F: drivers/edac/pasemi_edac.c
4127
4128EDAC-R82600
4129M: Tim Small <tim@buttersideup.com>
4130L: linux-edac@vger.kernel.org
4131S: Maintained
4132F: drivers/edac/r82600_edac.c
4133
4134EDAC-SBRIDGE
4135M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4136L: linux-edac@vger.kernel.org
4137S: Maintained
4138F: drivers/edac/sb_edac.c
4139
4140EDAC-XGENE
4141APPLIED MICRO (APM) X-GENE SOC EDAC
4142M: Loc Ho <lho@apm.com>
4143S: Supported
4144F: drivers/edac/xgene_edac.c
4145F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4146
4147EDIROL UA-101/UA-1000 DRIVER
4148M: Clemens Ladisch <clemens@ladisch.de>
4149L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4150T: git git://git.alsa-project.org/alsa-kernel.git
4151S: Maintained
4152F: sound/usb/misc/ua101.c
4153
4154EXTENSIBLE FIRMWARE INTERFACE (EFI)
4155M: Matt Fleming <matt@codeblueprint.co.uk>
4156L: linux-efi@vger.kernel.org
4157T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4158S: Maintained
4159F: Documentation/efi-stub.txt
4160F: arch/ia64/kernel/efi.c
4161F: arch/x86/boot/compressed/eboot.[ch]
4162F: arch/x86/include/asm/efi.h
4163F: arch/x86/platform/efi/*
4164F: drivers/firmware/efi/*
4165F: include/linux/efi*.h
4166
4167EFI VARIABLE FILESYSTEM
4168M: Matthew Garrett <matthew.garrett@nebula.com>
4169M: Jeremy Kerr <jk@ozlabs.org>
4170M: Matt Fleming <matt@codeblueprint.co.uk>
4171T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4172L: linux-efi@vger.kernel.org
4173S: Maintained
4174F: fs/efivarfs/
4175
4176EFIFB FRAMEBUFFER DRIVER
4177L: linux-fbdev@vger.kernel.org
4178M: Peter Jones <pjones@redhat.com>
4179S: Maintained
4180F: drivers/video/fbdev/efifb.c
4181
4182EFS FILESYSTEM
4183W: http://aeschi.ch.eu.org/efs/
4184S: Orphan
4185F: fs/efs/
4186
4187EHCA (IBM GX bus InfiniBand adapter) DRIVER
4188M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4189M: Christoph Raisch <raisch@de.ibm.com>
4190L: linux-rdma@vger.kernel.org
4191S: Supported
4192F: drivers/infiniband/hw/ehca/
4193
4194EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4195M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4196L: netdev@vger.kernel.org
4197S: Maintained
4198F: drivers/net/ethernet/ibm/ehea/
4199
4200EM28XX VIDEO4LINUX DRIVER
4201M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4202L: linux-media@vger.kernel.org
4203W: https://linuxtv.org
4204T: git git://linuxtv.org/media_tree.git
4205S: Maintained
4206F: drivers/media/usb/em28xx/
4207
4208EMBEDDED LINUX
4209M: Paul Gortmaker <paul.gortmaker@windriver.com>
4210M: Matt Mackall <mpm@selenic.com>
4211M: David Woodhouse <dwmw2@infradead.org>
4212L: linux-embedded@vger.kernel.org
4213S: Maintained
4214
4215EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4216M: James Smart <james.smart@avagotech.com>
4217M: Dick Kennedy <dick.kennedy@avagotech.com>
4218L: linux-scsi@vger.kernel.org
4219W: http://www.avagotech.com
4220S: Supported
4221F: drivers/scsi/lpfc/
4222
4223ENE CB710 FLASH CARD READER DRIVER
4224M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4225S: Maintained
4226F: drivers/misc/cb710/
4227F: drivers/mmc/host/cb710-mmc.*
4228F: include/linux/cb710.h
4229
4230ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4231M: Maxim Levitsky <maximlevitsky@gmail.com>
4232S: Maintained
4233F: drivers/media/rc/ene_ir.*
4234
4235ENHANCED ERROR HANDLING (EEH)
4236M: Gavin Shan <shangw@linux.vnet.ibm.com>
4237L: linuxppc-dev@lists.ozlabs.org
4238S: Supported
4239F: Documentation/powerpc/eeh-pci-error-recovery.txt
4240F: arch/powerpc/kernel/eeh*.c
4241
4242EPSON S1D13XXX FRAMEBUFFER DRIVER
4243M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4244S: Maintained
4245T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4246F: drivers/video/fbdev/s1d13xxxfb.c
4247F: include/video/s1d13xxxfb.h
4248
4249ET131X NETWORK DRIVER
4250M: Mark Einon <mark.einon@gmail.com>
4251S: Odd Fixes
4252F: drivers/net/ethernet/agere/
4253
4254ETHERNET BRIDGE
4255M: Stephen Hemminger <stephen@networkplumber.org>
4256L: bridge@lists.linux-foundation.org
4257L: netdev@vger.kernel.org
4258W: http://www.linuxfoundation.org/en/Net:Bridge
4259S: Maintained
4260F: include/linux/netfilter_bridge/
4261F: net/bridge/
4262
4263ETHERNET PHY LIBRARY
4264M: Florian Fainelli <f.fainelli@gmail.com>
4265L: netdev@vger.kernel.org
4266S: Maintained
4267F: include/linux/phy.h
4268F: include/linux/phy_fixed.h
4269F: drivers/net/phy/
4270F: Documentation/networking/phy.txt
4271F: drivers/of/of_mdio.c
4272F: drivers/of/of_net.c
4273
4274EXT2 FILE SYSTEM
4275M: Jan Kara <jack@suse.com>
4276L: linux-ext4@vger.kernel.org
4277S: Maintained
4278F: Documentation/filesystems/ext2.txt
4279F: fs/ext2/
4280F: include/linux/ext2*
4281
4282EXT4 FILE SYSTEM
4283M: "Theodore Ts'o" <tytso@mit.edu>
4284M: Andreas Dilger <adilger.kernel@dilger.ca>
4285L: linux-ext4@vger.kernel.org
4286W: http://ext4.wiki.kernel.org
4287Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4288T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4289S: Maintained
4290F: Documentation/filesystems/ext4.txt
4291F: fs/ext4/
4292
4293Extended Verification Module (EVM)
4294M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4295L: linux-ima-devel@lists.sourceforge.net
4296L: linux-security-module@vger.kernel.org
4297S: Supported
4298F: security/integrity/evm/
4299
4300EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4301M: MyungJoo Ham <myungjoo.ham@samsung.com>
4302M: Chanwoo Choi <cw00.choi@samsung.com>
4303L: linux-kernel@vger.kernel.org
4304T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4305S: Maintained
4306F: drivers/extcon/
4307F: include/linux/extcon/
4308F: include/linux/extcon.h
4309F: Documentation/extcon/
4310F: Documentation/devicetree/bindings/extcon/
4311
4312EXYNOS DP DRIVER
4313M: Jingoo Han <jingoohan1@gmail.com>
4314L: dri-devel@lists.freedesktop.org
4315S: Maintained
4316F: drivers/gpu/drm/exynos/exynos_dp*
4317
4318EXYNOS MIPI DISPLAY DRIVERS
4319M: Inki Dae <inki.dae@samsung.com>
4320M: Donghwa Lee <dh09.lee@samsung.com>
4321M: Kyungmin Park <kyungmin.park@samsung.com>
4322L: linux-fbdev@vger.kernel.org
4323S: Maintained
4324F: drivers/video/fbdev/exynos/exynos_mipi*
4325F: include/video/exynos_mipi*
4326
4327F71805F HARDWARE MONITORING DRIVER
4328M: Jean Delvare <jdelvare@suse.com>
4329L: lm-sensors@lm-sensors.org
4330S: Maintained
4331F: Documentation/hwmon/f71805f
4332F: drivers/hwmon/f71805f.c
4333
4334FC0011 TUNER DRIVER
4335M: Michael Buesch <m@bues.ch>
4336L: linux-media@vger.kernel.org
4337S: Maintained
4338F: drivers/media/tuners/fc0011.h
4339F: drivers/media/tuners/fc0011.c
4340
4341FC2580 MEDIA DRIVER
4342M: Antti Palosaari <crope@iki.fi>
4343L: linux-media@vger.kernel.org
4344W: https://linuxtv.org
4345W: http://palosaari.fi/linux/
4346Q: http://patchwork.linuxtv.org/project/linux-media/list/
4347T: git git://linuxtv.org/anttip/media_tree.git
4348S: Maintained
4349F: drivers/media/tuners/fc2580*
4350
4351FANOTIFY
4352M: Eric Paris <eparis@redhat.com>
4353S: Maintained
4354F: fs/notify/fanotify/
4355F: include/linux/fanotify.h
4356F: include/uapi/linux/fanotify.h
4357
4358FARSYNC SYNCHRONOUS DRIVER
4359M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4360W: http://www.farsite.co.uk/
4361S: Supported
4362F: drivers/net/wan/farsync.*
4363
4364FAULT INJECTION SUPPORT
4365M: Akinobu Mita <akinobu.mita@gmail.com>
4366S: Supported
4367F: Documentation/fault-injection/
4368F: lib/fault-inject.c
4369
4370FBTFT Framebuffer drivers
4371M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4372M: Noralf Trønnes <noralf@tronnes.org>
4373S: Maintained
4374F: drivers/staging/fbtft/
4375
4376FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4377M: Vasu Dev <vasu.dev@intel.com>
4378L: fcoe-devel@open-fcoe.org
4379W: www.Open-FCoE.org
4380S: Supported
4381F: drivers/scsi/libfc/
4382F: drivers/scsi/fcoe/
4383F: include/scsi/fc/
4384F: include/scsi/libfc.h
4385F: include/scsi/libfcoe.h
4386F: include/uapi/scsi/fc/
4387
4388FILE LOCKING (flock() and fcntl()/lockf())
4389M: Jeff Layton <jlayton@poochiereds.net>
4390M: "J. Bruce Fields" <bfields@fieldses.org>
4391L: linux-fsdevel@vger.kernel.org
4392S: Maintained
4393F: include/linux/fcntl.h
4394F: include/linux/fs.h
4395F: include/uapi/linux/fcntl.h
4396F: include/uapi/linux/fs.h
4397F: fs/fcntl.c
4398F: fs/locks.c
4399
4400FILESYSTEMS (VFS and infrastructure)
4401M: Alexander Viro <viro@zeniv.linux.org.uk>
4402L: linux-fsdevel@vger.kernel.org
4403S: Maintained
4404F: fs/*
4405
4406FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4407M: Riku Voipio <riku.voipio@iki.fi>
4408L: lm-sensors@lm-sensors.org
4409S: Maintained
4410F: drivers/hwmon/f75375s.c
4411F: include/linux/f75375s.h
4412
4413FIREWIRE AUDIO DRIVERS
4414M: Clemens Ladisch <clemens@ladisch.de>
4415L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4416T: git git://git.alsa-project.org/alsa-kernel.git
4417S: Maintained
4418F: sound/firewire/
4419
4420FIREWIRE MEDIA DRIVERS (firedtv)
4421M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4422L: linux-media@vger.kernel.org
4423L: linux1394-devel@lists.sourceforge.net
4424T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4425S: Maintained
4426F: drivers/media/firewire/
4427
4428FIREWIRE SBP-2 TARGET
4429M: Chris Boot <bootc@bootc.net>
4430L: linux-scsi@vger.kernel.org
4431L: target-devel@vger.kernel.org
4432L: linux1394-devel@lists.sourceforge.net
4433T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4434S: Maintained
4435F: drivers/target/sbp/
4436
4437FIREWIRE SUBSYSTEM
4438M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4439L: linux1394-devel@lists.sourceforge.net
4440W: http://ieee1394.wiki.kernel.org/
4441T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4442S: Maintained
4443F: drivers/firewire/
4444F: include/linux/firewire.h
4445F: include/uapi/linux/firewire*.h
4446F: tools/firewire/
4447
4448FIRMWARE LOADER (request_firmware)
4449M: Ming Lei <ming.lei@canonical.com>
4450L: linux-kernel@vger.kernel.org
4451S: Maintained
4452F: Documentation/firmware_class/
4453F: drivers/base/firmware*.c
4454F: include/linux/firmware.h
4455
4456FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4457M: Joshua Morris <josh.h.morris@us.ibm.com>
4458M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4459S: Maintained
4460F: drivers/block/rsxx/
4461
4462FLOPPY DRIVER
4463M: Jiri Kosina <jikos@kernel.org>
4464T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4465S: Odd fixes
4466F: drivers/block/floppy.c
4467
4468FMC SUBSYSTEM
4469M: Alessandro Rubini <rubini@gnudd.com>
4470W: http://www.ohwr.org/projects/fmc-bus
4471S: Supported
4472F: drivers/fmc/
4473F: include/linux/fmc*.h
4474F: include/linux/ipmi-fru.h
4475K: fmc_d.*register
4476
4477FPGA MANAGER FRAMEWORK
4478M: Alan Tull <atull@opensource.altera.com>
4479R: Moritz Fischer <moritz.fischer@ettus.com>
4480S: Maintained
4481F: drivers/fpga/
4482F: include/linux/fpga/fpga-mgr.h
4483W: http://www.rocketboards.org
4484
4485FPU EMULATOR
4486M: Bill Metzenthen <billm@melbpc.org.au>
4487W: http://floatingpoint.sourceforge.net/emulator/index.html
4488S: Maintained
4489F: arch/x86/math-emu/
4490
4491FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4492L: netdev@vger.kernel.org
4493S: Orphan
4494F: drivers/net/wan/dlci.c
4495F: drivers/net/wan/sdla.c
4496
4497FRAMEBUFFER LAYER
4498M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4499M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4500L: linux-fbdev@vger.kernel.org
4501W: http://linux-fbdev.sourceforge.net/
4502Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4503T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4504S: Maintained
4505F: Documentation/fb/
4506F: drivers/video/
4507F: include/video/
4508F: include/linux/fb.h
4509F: include/uapi/video/
4510F: include/uapi/linux/fb.h
4511
4512FREESCALE DIU FRAMEBUFFER DRIVER
4513M: Timur Tabi <timur@tabi.org>
4514L: linux-fbdev@vger.kernel.org
4515S: Maintained
4516F: drivers/video/fbdev/fsl-diu-fb.*
4517
4518FREESCALE DMA DRIVER
4519M: Li Yang <leoli@freescale.com>
4520M: Zhang Wei <zw@zh-kernel.org>
4521L: linuxppc-dev@lists.ozlabs.org
4522S: Maintained
4523F: drivers/dma/fsldma.*
4524
4525FREESCALE I2C CPM DRIVER
4526M: Jochen Friedrich <jochen@scram.de>
4527L: linuxppc-dev@lists.ozlabs.org
4528L: linux-i2c@vger.kernel.org
4529S: Maintained
4530F: drivers/i2c/busses/i2c-cpm.c
4531
4532FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4533M: Sascha Hauer <kernel@pengutronix.de>
4534L: linux-fbdev@vger.kernel.org
4535L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4536S: Maintained
4537F: include/linux/platform_data/video-imxfb.h
4538F: drivers/video/fbdev/imxfb.c
4539
4540FREESCALE QUAD SPI DRIVER
4541M: Han Xu <han.xu@freescale.com>
4542L: linux-mtd@lists.infradead.org
4543S: Maintained
4544F: drivers/mtd/spi-nor/fsl-quadspi.c
4545
4546FREESCALE SOC FS_ENET DRIVER
4547M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4548M: Vitaly Bordug <vbordug@ru.mvista.com>
4549L: linuxppc-dev@lists.ozlabs.org
4550L: netdev@vger.kernel.org
4551S: Maintained
4552F: drivers/net/ethernet/freescale/fs_enet/
4553F: include/linux/fs_enet_pd.h
4554
4555FREESCALE QUICC ENGINE LIBRARY
4556L: linuxppc-dev@lists.ozlabs.org
4557S: Orphan
4558F: drivers/soc/fsl/qe/
4559F: include/soc/fsl/*qe*.h
4560F: include/soc/fsl/*ucc*.h
4561
4562FREESCALE USB PERIPHERAL DRIVERS
4563M: Li Yang <leoli@freescale.com>
4564L: linux-usb@vger.kernel.org
4565L: linuxppc-dev@lists.ozlabs.org
4566S: Maintained
4567F: drivers/usb/gadget/udc/fsl*
4568
4569FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4570M: Li Yang <leoli@freescale.com>
4571L: netdev@vger.kernel.org
4572L: linuxppc-dev@lists.ozlabs.org
4573S: Maintained
4574F: drivers/net/ethernet/freescale/ucc_geth*
4575
4576FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4577M: Claudiu Manoil <claudiu.manoil@freescale.com>
4578L: netdev@vger.kernel.org
4579S: Maintained
4580F: drivers/net/ethernet/freescale/gianfar*
4581X: drivers/net/ethernet/freescale/gianfar_ptp.c
4582F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4583
4584FREESCALE QUICC ENGINE UCC UART DRIVER
4585M: Timur Tabi <timur@tabi.org>
4586L: linuxppc-dev@lists.ozlabs.org
4587S: Maintained
4588F: drivers/tty/serial/ucc_uart.c
4589
4590FREESCALE SOC SOUND DRIVERS
4591M: Timur Tabi <timur@tabi.org>
4592M: Nicolin Chen <nicoleotsuka@gmail.com>
4593M: Xiubo Li <Xiubo.Lee@gmail.com>
4594L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4595L: linuxppc-dev@lists.ozlabs.org
4596S: Maintained
4597F: sound/soc/fsl/fsl*
4598F: sound/soc/fsl/imx*
4599F: sound/soc/fsl/mpc8610_hpcd.c
4600
4601FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4602M: "J. German Rivera" <German.Rivera@freescale.com>
4603L: linux-kernel@vger.kernel.org
4604S: Maintained
4605F: drivers/staging/fsl-mc/
4606
4607FREEVXFS FILESYSTEM
4608M: Christoph Hellwig <hch@infradead.org>
4609W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4610S: Maintained
4611F: fs/freevxfs/
4612
4613FREEZER
4614M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4615M: Pavel Machek <pavel@ucw.cz>
4616L: linux-pm@vger.kernel.org
4617S: Supported
4618F: Documentation/power/freezing-of-tasks.txt
4619F: include/linux/freezer.h
4620F: kernel/freezer.c
4621
4622FRONTSWAP API
4623M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4624L: linux-kernel@vger.kernel.org
4625S: Maintained
4626F: mm/frontswap.c
4627F: include/linux/frontswap.h
4628
4629FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4630M: David Howells <dhowells@redhat.com>
4631L: linux-cachefs@redhat.com (moderated for non-subscribers)
4632S: Supported
4633F: Documentation/filesystems/caching/
4634F: fs/fscache/
4635F: include/linux/fscache*.h
4636
4637F2FS FILE SYSTEM
4638M: Jaegeuk Kim <jaegeuk@kernel.org>
4639M: Changman Lee <cm224.lee@samsung.com>
4640R: Chao Yu <chao2.yu@samsung.com>
4641L: linux-f2fs-devel@lists.sourceforge.net
4642W: http://en.wikipedia.org/wiki/F2FS
4643T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4644S: Maintained
4645F: Documentation/filesystems/f2fs.txt
4646F: Documentation/ABI/testing/sysfs-fs-f2fs
4647F: fs/f2fs/
4648F: include/linux/f2fs_fs.h
4649F: include/trace/events/f2fs.h
4650
4651FUJITSU FR-V (FRV) PORT
4652S: Orphan
4653F: arch/frv/
4654
4655FUJITSU LAPTOP EXTRAS
4656M: Jonathan Woithe <jwoithe@just42.net>
4657L: platform-driver-x86@vger.kernel.org
4658S: Maintained
4659F: drivers/platform/x86/fujitsu-laptop.c
4660
4661FUJITSU M-5MO LS CAMERA ISP DRIVER
4662M: Kyungmin Park <kyungmin.park@samsung.com>
4663M: Heungjun Kim <riverful.kim@samsung.com>
4664L: linux-media@vger.kernel.org
4665S: Maintained
4666F: drivers/media/i2c/m5mols/
4667F: include/media/i2c/m5mols.h
4668
4669FUJITSU TABLET EXTRAS
4670M: Robert Gerlach <khnz@gmx.de>
4671L: platform-driver-x86@vger.kernel.org
4672S: Maintained
4673F: drivers/platform/x86/fujitsu-tablet.c
4674
4675FUSE: FILESYSTEM IN USERSPACE
4676M: Miklos Szeredi <miklos@szeredi.hu>
4677L: fuse-devel@lists.sourceforge.net
4678W: http://fuse.sourceforge.net/
4679T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4680S: Maintained
4681F: fs/fuse/
4682F: include/uapi/linux/fuse.h
4683F: Documentation/filesystems/fuse.txt
4684
4685FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4686M: Rik Faith <faith@cs.unc.edu>
4687L: linux-scsi@vger.kernel.org
4688S: Odd Fixes (e.g., new signatures)
4689F: drivers/scsi/fdomain.*
4690
4691GCOV BASED KERNEL PROFILING
4692M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4693S: Maintained
4694F: kernel/gcov/
4695F: Documentation/gcov.txt
4696
4697GDT SCSI DISK ARRAY CONTROLLER DRIVER
4698M: Achim Leubner <achim_leubner@adaptec.com>
4699L: linux-scsi@vger.kernel.org
4700W: http://www.icp-vortex.com/
4701S: Supported
4702F: drivers/scsi/gdt*
4703
4704GDB KERNEL DEBUGGING HELPER SCRIPTS
4705M: Jan Kiszka <jan.kiszka@siemens.com>
4706S: Supported
4707F: scripts/gdb/
4708
4709GEMTEK FM RADIO RECEIVER DRIVER
4710M: Hans Verkuil <hverkuil@xs4all.nl>
4711L: linux-media@vger.kernel.org
4712T: git git://linuxtv.org/media_tree.git
4713W: https://linuxtv.org
4714S: Maintained
4715F: drivers/media/radio/radio-gemtek*
4716
4717GENERIC GPIO I2C DRIVER
4718M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4719S: Supported
4720F: drivers/i2c/busses/i2c-gpio.c
4721F: include/linux/i2c-gpio.h
4722
4723GENERIC GPIO I2C MULTIPLEXER DRIVER
4724M: Peter Korsgaard <peter.korsgaard@barco.com>
4725L: linux-i2c@vger.kernel.org
4726S: Supported
4727F: drivers/i2c/muxes/i2c-mux-gpio.c
4728F: include/linux/i2c-mux-gpio.h
4729F: Documentation/i2c/muxes/i2c-mux-gpio
4730
4731GENERIC HDLC (WAN) DRIVERS
4732M: Krzysztof Halasa <khc@pm.waw.pl>
4733W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4734S: Maintained
4735F: drivers/net/wan/c101.c
4736F: drivers/net/wan/hd6457*
4737F: drivers/net/wan/hdlc*
4738F: drivers/net/wan/n2.c
4739F: drivers/net/wan/pc300too.c
4740F: drivers/net/wan/pci200syn.c
4741F: drivers/net/wan/wanxl*
4742
4743GENERIC INCLUDE/ASM HEADER FILES
4744M: Arnd Bergmann <arnd@arndb.de>
4745L: linux-arch@vger.kernel.org
4746T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4747S: Maintained
4748F: include/asm-generic/
4749F: include/uapi/asm-generic/
4750
4751GENERIC PHY FRAMEWORK
4752M: Kishon Vijay Abraham I <kishon@ti.com>
4753L: linux-kernel@vger.kernel.org
4754T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4755S: Supported
4756F: drivers/phy/
4757F: include/linux/phy/
4758
4759GENERIC PM DOMAINS
4760M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4761M: Kevin Hilman <khilman@kernel.org>
4762M: Ulf Hansson <ulf.hansson@linaro.org>
4763L: linux-pm@vger.kernel.org
4764S: Supported
4765F: drivers/base/power/domain*.c
4766F: include/linux/pm_domain.h
4767
4768GENERIC UIO DRIVER FOR PCI DEVICES
4769M: "Michael S. Tsirkin" <mst@redhat.com>
4770L: kvm@vger.kernel.org
4771S: Supported
4772F: drivers/uio/uio_pci_generic.c
4773
4774GET_MAINTAINER SCRIPT
4775M: Joe Perches <joe@perches.com>
4776S: Maintained
4777F: scripts/get_maintainer.pl
4778
4779GFS2 FILE SYSTEM
4780M: Steven Whitehouse <swhiteho@redhat.com>
4781M: Bob Peterson <rpeterso@redhat.com>
4782L: cluster-devel@redhat.com
4783W: http://sources.redhat.com/cluster/
4784T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4785S: Supported
4786F: Documentation/filesystems/gfs2*.txt
4787F: fs/gfs2/
4788F: include/uapi/linux/gfs2_ondisk.h
4789
4790GIGASET ISDN DRIVERS
4791M: Paul Bolle <pebolle@tiscali.nl>
4792L: gigaset307x-common@lists.sourceforge.net
4793W: http://gigaset307x.sourceforge.net/
4794S: Odd Fixes
4795F: Documentation/isdn/README.gigaset
4796F: drivers/isdn/gigaset/
4797F: include/uapi/linux/gigaset_dev.h
4798
4799GO7007 MPEG CODEC
4800M: Hans Verkuil <hans.verkuil@cisco.com>
4801L: linux-media@vger.kernel.org
4802S: Maintained
4803F: drivers/media/usb/go7007/
4804
4805GOODIX TOUCHSCREEN
4806M: Bastien Nocera <hadess@hadess.net>
4807L: linux-input@vger.kernel.org
4808S: Maintained
4809F: drivers/input/touchscreen/goodix.c
4810
4811GPIO SUBSYSTEM
4812M: Linus Walleij <linus.walleij@linaro.org>
4813M: Alexandre Courbot <gnurou@gmail.com>
4814L: linux-gpio@vger.kernel.org
4815T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4816S: Maintained
4817F: Documentation/gpio/
4818F: drivers/gpio/
4819F: include/linux/gpio/
4820F: include/linux/gpio.h
4821F: include/asm-generic/gpio.h
4822F: include/uapi/linux/gpio.h
4823F: tools/gpio/
4824
4825GRE DEMULTIPLEXER DRIVER
4826M: Dmitry Kozlov <xeb@mail.ru>
4827L: netdev@vger.kernel.org
4828S: Maintained
4829F: net/ipv4/gre_demux.c
4830F: net/ipv4/gre_offload.c
4831F: include/net/gre.h
4832
4833GRETH 10/100/1G Ethernet MAC device driver
4834M: Kristoffer Glembo <kristoffer@gaisler.com>
4835L: netdev@vger.kernel.org
4836S: Maintained
4837F: drivers/net/ethernet/aeroflex/
4838
4839GSPCA FINEPIX SUBDRIVER
4840M: Frank Zago <frank@zago.net>
4841L: linux-media@vger.kernel.org
4842T: git git://linuxtv.org/media_tree.git
4843S: Maintained
4844F: drivers/media/usb/gspca/finepix.c
4845
4846GSPCA GL860 SUBDRIVER
4847M: Olivier Lorin <o.lorin@laposte.net>
4848L: linux-media@vger.kernel.org
4849T: git git://linuxtv.org/media_tree.git
4850S: Maintained
4851F: drivers/media/usb/gspca/gl860/
4852
4853GSPCA M5602 SUBDRIVER
4854M: Erik Andren <erik.andren@gmail.com>
4855L: linux-media@vger.kernel.org
4856T: git git://linuxtv.org/media_tree.git
4857S: Maintained
4858F: drivers/media/usb/gspca/m5602/
4859
4860GSPCA PAC207 SONIXB SUBDRIVER
4861M: Hans de Goede <hdegoede@redhat.com>
4862L: linux-media@vger.kernel.org
4863T: git git://linuxtv.org/media_tree.git
4864S: Maintained
4865F: drivers/media/usb/gspca/pac207.c
4866
4867GSPCA SN9C20X SUBDRIVER
4868M: Brian Johnson <brijohn@gmail.com>
4869L: linux-media@vger.kernel.org
4870T: git git://linuxtv.org/media_tree.git
4871S: Maintained
4872F: drivers/media/usb/gspca/sn9c20x.c
4873
4874GSPCA T613 SUBDRIVER
4875M: Leandro Costantino <lcostantino@gmail.com>
4876L: linux-media@vger.kernel.org
4877T: git git://linuxtv.org/media_tree.git
4878S: Maintained
4879F: drivers/media/usb/gspca/t613.c
4880
4881GSPCA USB WEBCAM DRIVER
4882M: Hans de Goede <hdegoede@redhat.com>
4883L: linux-media@vger.kernel.org
4884T: git git://linuxtv.org/media_tree.git
4885S: Maintained
4886F: drivers/media/usb/gspca/
4887
4888GUID PARTITION TABLE (GPT)
4889M: Davidlohr Bueso <dave@stgolabs.net>
4890L: linux-efi@vger.kernel.org
4891S: Maintained
4892F: block/partitions/efi.*
4893
4894STK1160 USB VIDEO CAPTURE DRIVER
4895M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4896L: linux-media@vger.kernel.org
4897T: git git://linuxtv.org/media_tree.git
4898S: Maintained
4899F: drivers/media/usb/stk1160/
4900
4901H8/300 ARCHITECTURE
4902M: Yoshinori Sato <ysato@users.sourceforge.jp>
4903L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4904W: http://uclinux-h8.sourceforge.jp
4905T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4906S: Maintained
4907F: arch/h8300/
4908F: drivers/clocksource/h8300_*.c
4909F: drivers/clk/h8300/
4910F: drivers/irqchip/irq-renesas-h8*.c
4911
4912HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4913M: Frank Seidel <frank@f-seidel.de>
4914L: platform-driver-x86@vger.kernel.org
4915W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4916S: Maintained
4917F: drivers/platform/x86/hdaps.c
4918
4919HDPVR USB VIDEO ENCODER DRIVER
4920M: Hans Verkuil <hverkuil@xs4all.nl>
4921L: linux-media@vger.kernel.org
4922T: git git://linuxtv.org/media_tree.git
4923W: https://linuxtv.org
4924S: Odd Fixes
4925F: drivers/media/usb/hdpvr/
4926
4927HWPOISON MEMORY FAILURE HANDLING
4928M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4929L: linux-mm@kvack.org
4930S: Maintained
4931F: mm/memory-failure.c
4932F: mm/hwpoison-inject.c
4933
4934HYPERVISOR VIRTUAL CONSOLE DRIVER
4935L: linuxppc-dev@lists.ozlabs.org
4936S: Odd Fixes
4937F: drivers/tty/hvc/
4938
4939HACKRF MEDIA DRIVER
4940M: Antti Palosaari <crope@iki.fi>
4941L: linux-media@vger.kernel.org
4942W: https://linuxtv.org
4943W: http://palosaari.fi/linux/
4944Q: http://patchwork.linuxtv.org/project/linux-media/list/
4945T: git git://linuxtv.org/anttip/media_tree.git
4946S: Maintained
4947F: drivers/media/usb/hackrf/
4948
4949HARDWARE MONITORING
4950M: Jean Delvare <jdelvare@suse.com>
4951M: Guenter Roeck <linux@roeck-us.net>
4952L: lm-sensors@lm-sensors.org
4953W: http://www.lm-sensors.org/
4954T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4955T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4956S: Maintained
4957F: Documentation/hwmon/
4958F: drivers/hwmon/
4959F: include/linux/hwmon*.h
4960
4961HARDWARE RANDOM NUMBER GENERATOR CORE
4962M: Matt Mackall <mpm@selenic.com>
4963M: Herbert Xu <herbert@gondor.apana.org.au>
4964L: linux-crypto@vger.kernel.org
4965S: Odd fixes
4966F: Documentation/hw_random.txt
4967F: drivers/char/hw_random/
4968F: include/linux/hw_random.h
4969
4970HARDWARE SPINLOCK CORE
4971M: Ohad Ben-Cohen <ohad@wizery.com>
4972S: Maintained
4973T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
4974F: Documentation/hwspinlock.txt
4975F: drivers/hwspinlock/hwspinlock_*
4976F: include/linux/hwspinlock.h
4977
4978HARMONY SOUND DRIVER
4979L: linux-parisc@vger.kernel.org
4980S: Maintained
4981F: sound/parisc/harmony.*
4982
4983HD29L2 MEDIA DRIVER
4984M: Antti Palosaari <crope@iki.fi>
4985L: linux-media@vger.kernel.org
4986W: https://linuxtv.org
4987W: http://palosaari.fi/linux/
4988Q: http://patchwork.linuxtv.org/project/linux-media/list/
4989T: git git://linuxtv.org/anttip/media_tree.git
4990S: Maintained
4991F: drivers/media/dvb-frontends/hd29l2*
4992
4993HEWLETT-PACKARD SMART2 RAID DRIVER
4994L: iss_storagedev@hp.com
4995S: Orphan
4996F: Documentation/blockdev/cpqarray.txt
4997F: drivers/block/cpqarray.*
4998
4999HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5000M: Don Brace <don.brace@pmcs.com>
5001L: iss_storagedev@hp.com
5002L: storagedev@pmcs.com
5003L: linux-scsi@vger.kernel.org
5004S: Supported
5005F: Documentation/scsi/hpsa.txt
5006F: drivers/scsi/hpsa*.[ch]
5007F: include/linux/cciss*.h
5008F: include/uapi/linux/cciss*.h
5009
5010HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5011M: Don Brace <don.brace@pmcs.com>
5012L: iss_storagedev@hp.com
5013L: storagedev@pmcs.com
5014L: linux-scsi@vger.kernel.org
5015S: Supported
5016F: Documentation/blockdev/cciss.txt
5017F: drivers/block/cciss*
5018F: include/linux/cciss_ioctl.h
5019F: include/uapi/linux/cciss_ioctl.h
5020
5021HFS FILESYSTEM
5022L: linux-fsdevel@vger.kernel.org
5023S: Orphan
5024F: Documentation/filesystems/hfs.txt
5025F: fs/hfs/
5026
5027HFSPLUS FILESYSTEM
5028L: linux-fsdevel@vger.kernel.org
5029S: Orphan
5030F: Documentation/filesystems/hfsplus.txt
5031F: fs/hfsplus/
5032
5033HGA FRAMEBUFFER DRIVER
5034M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5035L: linux-nvidia@lists.surfsouth.com
5036W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5037S: Maintained
5038F: drivers/video/fbdev/hgafb.c
5039
5040HIBERNATION (aka Software Suspend, aka swsusp)
5041M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5042M: Pavel Machek <pavel@ucw.cz>
5043L: linux-pm@vger.kernel.org
5044S: Supported
5045F: arch/x86/power/
5046F: drivers/base/power/
5047F: kernel/power/
5048F: include/linux/suspend.h
5049F: include/linux/freezer.h
5050F: include/linux/pm.h
5051F: arch/*/include/asm/suspend*.h
5052
5053HID CORE LAYER
5054M: Jiri Kosina <jikos@kernel.org>
5055R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5056L: linux-input@vger.kernel.org
5057T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5058S: Maintained
5059F: drivers/hid/
5060F: include/linux/hid*
5061F: include/uapi/linux/hid*
5062
5063HID SENSOR HUB DRIVERS
5064M: Jiri Kosina <jikos@kernel.org>
5065M: Jonathan Cameron <jic23@kernel.org>
5066M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5067L: linux-input@vger.kernel.org
5068L: linux-iio@vger.kernel.org
5069S: Maintained
5070F: Documentation/hid/hid-sensor*
5071F: drivers/hid/hid-sensor-*
5072F: drivers/iio/*/hid-*
5073F: include/linux/hid-sensor-*
5074
5075HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5076M: Thomas Gleixner <tglx@linutronix.de>
5077L: linux-kernel@vger.kernel.org
5078T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5079S: Maintained
5080F: Documentation/timers/
5081F: kernel/time/hrtimer.c
5082F: kernel/time/clockevents.c
5083F: kernel/time/tick*.*
5084F: kernel/time/timer_*.c
5085F: include/linux/clockchips.h
5086F: include/linux/hrtimer.h
5087
5088HIGH-SPEED SCC DRIVER FOR AX.25
5089L: linux-hams@vger.kernel.org
5090S: Orphan
5091F: drivers/net/hamradio/dmascc.c
5092F: drivers/net/hamradio/scc.c
5093
5094HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5095M: HighPoint Linux Team <linux@highpoint-tech.com>
5096W: http://www.highpoint-tech.com
5097S: Supported
5098F: Documentation/scsi/hptiop.txt
5099F: drivers/scsi/hptiop.c
5100
5101HIPPI
5102M: Jes Sorensen <jes@trained-monkey.org>
5103L: linux-hippi@sunsite.dk
5104S: Maintained
5105F: include/linux/hippidevice.h
5106F: include/uapi/linux/if_hippi.h
5107F: net/802/hippi.c
5108F: drivers/net/hippi/
5109
5110HISILICON SAS Controller
5111M: John Garry <john.garry@huawei.com>
5112W: http://www.hisilicon.com
5113S: Supported
5114F: drivers/scsi/hisi_sas/
5115F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5116
5117HOST AP DRIVER
5118M: Jouni Malinen <j@w1.fi>
5119L: hostap@shmoo.com (subscribers-only)
5120L: linux-wireless@vger.kernel.org
5121W: http://hostap.epitest.fi/
5122S: Maintained
5123F: drivers/net/wireless/intersil/hostap/
5124
5125HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5126L: platform-driver-x86@vger.kernel.org
5127S: Orphan
5128F: drivers/platform/x86/tc1100-wmi.c
5129
5130HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5131M: Jaroslav Kysela <perex@perex.cz>
5132S: Maintained
5133F: drivers/net/ethernet/hp/hp100.*
5134
5135HPET: High Precision Event Timers driver
5136M: Clemens Ladisch <clemens@ladisch.de>
5137S: Maintained
5138F: Documentation/timers/hpet.txt
5139F: drivers/char/hpet.c
5140F: include/linux/hpet.h
5141F: include/uapi/linux/hpet.h
5142
5143HPET: x86
5144S: Orphan
5145F: arch/x86/kernel/hpet.c
5146F: arch/x86/include/asm/hpet.h
5147
5148HPFS FILESYSTEM
5149M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5150W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5151S: Maintained
5152F: fs/hpfs/
5153
5154HSI SUBSYSTEM
5155M: Sebastian Reichel <sre@kernel.org>
5156T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5157S: Maintained
5158F: Documentation/ABI/testing/sysfs-bus-hsi
5159F: Documentation/hsi.txt
5160F: drivers/hsi/
5161F: include/linux/hsi/
5162F: include/uapi/linux/hsi/
5163
5164HSO 3G MODEM DRIVER
5165M: Jan Dumon <j.dumon@option.com>
5166W: http://www.pharscape.org
5167S: Maintained
5168F: drivers/net/usb/hso.c
5169
5170HSR NETWORK PROTOCOL
5171M: Arvid Brodin <arvid.brodin@alten.se>
5172L: netdev@vger.kernel.org
5173S: Maintained
5174F: net/hsr/
5175
5176HTCPEN TOUCHSCREEN DRIVER
5177M: Pau Oliva Fora <pof@eslack.org>
5178L: linux-input@vger.kernel.org
5179S: Maintained
5180F: drivers/input/touchscreen/htcpen.c
5181
5182HUGETLB FILESYSTEM
5183M: Nadia Yvette Chambers <nyc@holomorphy.com>
5184S: Maintained
5185F: fs/hugetlbfs/
5186
5187Hyper-V CORE AND DRIVERS
5188M: "K. Y. Srinivasan" <kys@microsoft.com>
5189M: Haiyang Zhang <haiyangz@microsoft.com>
5190L: devel@linuxdriverproject.org
5191S: Maintained
5192F: arch/x86/include/asm/mshyperv.h
5193F: arch/x86/include/uapi/asm/hyperv.h
5194F: arch/x86/kernel/cpu/mshyperv.c
5195F: drivers/hid/hid-hyperv.c
5196F: drivers/hv/
5197F: drivers/input/serio/hyperv-keyboard.c
5198F: drivers/net/hyperv/
5199F: drivers/scsi/storvsc_drv.c
5200F: drivers/video/fbdev/hyperv_fb.c
5201F: include/linux/hyperv.h
5202F: tools/hv/
5203F: Documentation/ABI/stable/sysfs-bus-vmbus
5204
5205I2C OVER PARALLEL PORT
5206M: Jean Delvare <jdelvare@suse.com>
5207L: linux-i2c@vger.kernel.org
5208S: Maintained
5209F: Documentation/i2c/busses/i2c-parport
5210F: Documentation/i2c/busses/i2c-parport-light
5211F: drivers/i2c/busses/i2c-parport.c
5212F: drivers/i2c/busses/i2c-parport-light.c
5213
5214I2C/SMBUS CONTROLLER DRIVERS FOR PC
5215M: Jean Delvare <jdelvare@suse.com>
5216L: linux-i2c@vger.kernel.org
5217S: Maintained
5218F: Documentation/i2c/busses/i2c-ali1535
5219F: Documentation/i2c/busses/i2c-ali1563
5220F: Documentation/i2c/busses/i2c-ali15x3
5221F: Documentation/i2c/busses/i2c-amd756
5222F: Documentation/i2c/busses/i2c-amd8111
5223F: Documentation/i2c/busses/i2c-i801
5224F: Documentation/i2c/busses/i2c-nforce2
5225F: Documentation/i2c/busses/i2c-piix4
5226F: Documentation/i2c/busses/i2c-sis5595
5227F: Documentation/i2c/busses/i2c-sis630
5228F: Documentation/i2c/busses/i2c-sis96x
5229F: Documentation/i2c/busses/i2c-via
5230F: Documentation/i2c/busses/i2c-viapro
5231F: drivers/i2c/busses/i2c-ali1535.c
5232F: drivers/i2c/busses/i2c-ali1563.c
5233F: drivers/i2c/busses/i2c-ali15x3.c
5234F: drivers/i2c/busses/i2c-amd756.c
5235F: drivers/i2c/busses/i2c-amd756-s4882.c
5236F: drivers/i2c/busses/i2c-amd8111.c
5237F: drivers/i2c/busses/i2c-i801.c
5238F: drivers/i2c/busses/i2c-isch.c
5239F: drivers/i2c/busses/i2c-nforce2.c
5240F: drivers/i2c/busses/i2c-nforce2-s4985.c
5241F: drivers/i2c/busses/i2c-piix4.c
5242F: drivers/i2c/busses/i2c-sis5595.c
5243F: drivers/i2c/busses/i2c-sis630.c
5244F: drivers/i2c/busses/i2c-sis96x.c
5245F: drivers/i2c/busses/i2c-via.c
5246F: drivers/i2c/busses/i2c-viapro.c
5247
5248I2C/SMBUS ISMT DRIVER
5249M: Seth Heasley <seth.heasley@intel.com>
5250M: Neil Horman <nhorman@tuxdriver.com>
5251L: linux-i2c@vger.kernel.org
5252F: drivers/i2c/busses/i2c-ismt.c
5253F: Documentation/i2c/busses/i2c-ismt
5254
5255I2C/SMBUS STUB DRIVER
5256M: Jean Delvare <jdelvare@suse.com>
5257L: linux-i2c@vger.kernel.org
5258S: Maintained
5259F: drivers/i2c/i2c-stub.c
5260
5261I2C SUBSYSTEM
5262M: Wolfram Sang <wsa@the-dreams.de>
5263L: linux-i2c@vger.kernel.org
5264W: https://i2c.wiki.kernel.org/
5265Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5266T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5267S: Maintained
5268F: Documentation/devicetree/bindings/i2c/
5269F: Documentation/i2c/
5270F: drivers/i2c/
5271F: drivers/i2c/*/
5272F: include/linux/i2c.h
5273F: include/linux/i2c-*.h
5274F: include/uapi/linux/i2c.h
5275F: include/uapi/linux/i2c-*.h
5276
5277I2C ACPI SUPPORT
5278M: Mika Westerberg <mika.westerberg@linux.intel.com>
5279L: linux-i2c@vger.kernel.org
5280L: linux-acpi@vger.kernel.org
5281S: Maintained
5282
5283I2C-TAOS-EVM DRIVER
5284M: Jean Delvare <jdelvare@suse.com>
5285L: linux-i2c@vger.kernel.org
5286S: Maintained
5287F: Documentation/i2c/busses/i2c-taos-evm
5288F: drivers/i2c/busses/i2c-taos-evm.c
5289
5290I2C-TINY-USB DRIVER
5291M: Till Harbaum <till@harbaum.org>
5292L: linux-i2c@vger.kernel.org
5293W: http://www.harbaum.org/till/i2c_tiny_usb
5294S: Maintained
5295F: drivers/i2c/busses/i2c-tiny-usb.c
5296
5297i386 BOOT CODE
5298M: "H. Peter Anvin" <hpa@zytor.com>
5299S: Maintained
5300F: arch/x86/boot/
5301
5302i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5303M: "H. Peter Anvin" <hpa@zytor.com>
5304T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5305S: Maintained
5306
5307IA64 (Itanium) PLATFORM
5308M: Tony Luck <tony.luck@intel.com>
5309M: Fenghua Yu <fenghua.yu@intel.com>
5310L: linux-ia64@vger.kernel.org
5311T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5312S: Maintained
5313F: arch/ia64/
5314
5315IBM Power VMX Cryptographic instructions
5316M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5317M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5318L: linux-crypto@vger.kernel.org
5319S: Supported
5320F: drivers/crypto/vmx/Makefile
5321F: drivers/crypto/vmx/Kconfig
5322F: drivers/crypto/vmx/vmx.c
5323F: drivers/crypto/vmx/aes*
5324F: drivers/crypto/vmx/ghash*
5325F: drivers/crypto/vmx/ppc-xlate.pl
5326
5327IBM Power in-Nest Crypto Acceleration
5328M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5329M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5330L: linux-crypto@vger.kernel.org
5331S: Supported
5332F: drivers/crypto/nx/Makefile
5333F: drivers/crypto/nx/Kconfig
5334F: drivers/crypto/nx/nx-aes*
5335F: drivers/crypto/nx/nx-sha*
5336F: drivers/crypto/nx/nx.*
5337F: drivers/crypto/nx/nx_csbcpb.h
5338F: drivers/crypto/nx/nx_debugfs.h
5339
5340IBM Power 842 compression accelerator
5341M: Dan Streetman <ddstreet@ieee.org>
5342S: Supported
5343F: drivers/crypto/nx/Makefile
5344F: drivers/crypto/nx/Kconfig
5345F: drivers/crypto/nx/nx-842*
5346F: include/linux/sw842.h
5347F: crypto/842.c
5348F: lib/842/
5349
5350IBM Power Linux RAID adapter
5351M: Brian King <brking@us.ibm.com>
5352S: Supported
5353F: drivers/scsi/ipr.*
5354
5355IBM Power Virtual Ethernet Device Driver
5356M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5357L: netdev@vger.kernel.org
5358S: Supported
5359F: drivers/net/ethernet/ibm/ibmveth.*
5360
5361IBM Power SRIOV Virtual NIC Device Driver
5362M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5363M: John Allen <jallen@linux.vnet.ibm.com>
5364L: netdev@vger.kernel.org
5365S: Supported
5366F: drivers/net/ethernet/ibm/ibmvnic.*
5367
5368IBM Power Virtual SCSI Device Drivers
5369M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5370L: linux-scsi@vger.kernel.org
5371S: Supported
5372F: drivers/scsi/ibmvscsi/ibmvscsi*
5373F: drivers/scsi/ibmvscsi/viosrp.h
5374
5375IBM Power Virtual FC Device Drivers
5376M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5377L: linux-scsi@vger.kernel.org
5378S: Supported
5379F: drivers/scsi/ibmvscsi/ibmvfc*
5380
5381IBM ServeRAID RAID DRIVER
5382S: Orphan
5383F: drivers/scsi/ips.*
5384
5385ICH LPC AND GPIO DRIVER
5386M: Peter Tyser <ptyser@xes-inc.com>
5387S: Maintained
5388F: drivers/mfd/lpc_ich.c
5389F: drivers/gpio/gpio-ich.c
5390
5391IDE SUBSYSTEM
5392M: "David S. Miller" <davem@davemloft.net>
5393L: linux-ide@vger.kernel.org
5394Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5395T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5396S: Maintained
5397F: Documentation/ide/
5398F: drivers/ide/
5399F: include/linux/ide.h
5400
5401IDEAPAD LAPTOP EXTRAS DRIVER
5402M: Ike Panhc <ike.pan@canonical.com>
5403L: platform-driver-x86@vger.kernel.org
5404W: http://launchpad.net/ideapad-laptop
5405S: Maintained
5406F: drivers/platform/x86/ideapad-laptop.c
5407
5408IDEAPAD LAPTOP SLIDEBAR DRIVER
5409M: Andrey Moiseev <o2g.org.ru@gmail.com>
5410L: linux-input@vger.kernel.org
5411W: https://github.com/o2genum/ideapad-slidebar
5412S: Maintained
5413F: drivers/input/misc/ideapad_slidebar.c
5414
5415IDE/ATAPI DRIVERS
5416M: Borislav Petkov <bp@alien8.de>
5417L: linux-ide@vger.kernel.org
5418S: Maintained
5419F: Documentation/cdrom/ide-cd
5420F: drivers/ide/ide-cd*
5421
5422IDLE-I7300
5423M: Andy Henroid <andrew.d.henroid@intel.com>
5424L: linux-pm@vger.kernel.org
5425S: Supported
5426F: drivers/idle/i7300_idle.c
5427
5428IEEE 802.15.4 SUBSYSTEM
5429M: Alexander Aring <alex.aring@gmail.com>
5430L: linux-wpan@vger.kernel.org
5431W: https://github.com/linux-wpan
5432T: git git://github.com/linux-wpan/linux-wpan-next.git
5433S: Maintained
5434F: net/ieee802154/
5435F: net/mac802154/
5436F: drivers/net/ieee802154/
5437F: include/linux/nl802154.h
5438F: include/linux/ieee802154.h
5439F: include/net/nl802154.h
5440F: include/net/mac802154.h
5441F: include/net/af_ieee802154.h
5442F: include/net/cfg802154.h
5443F: include/net/ieee802154_netdev.h
5444F: Documentation/networking/ieee802154.txt
5445
5446IGORPLUG-USB IR RECEIVER
5447M: Sean Young <sean@mess.org>
5448L: linux-media@vger.kernel.org
5449S: Maintained
5450F: drivers/media/rc/igorplugusb.c
5451
5452IGUANAWORKS USB IR TRANSCEIVER
5453M: Sean Young <sean@mess.org>
5454L: linux-media@vger.kernel.org
5455S: Maintained
5456F: drivers/media/rc/iguanair.c
5457
5458IIO SUBSYSTEM AND DRIVERS
5459M: Jonathan Cameron <jic23@kernel.org>
5460R: Hartmut Knaack <knaack.h@gmx.de>
5461R: Lars-Peter Clausen <lars@metafoo.de>
5462R: Peter Meerwald <pmeerw@pmeerw.net>
5463L: linux-iio@vger.kernel.org
5464S: Maintained
5465F: drivers/iio/
5466F: drivers/staging/iio/
5467F: include/linux/iio/
5468F: tools/iio/
5469
5470IKANOS/ADI EAGLE ADSL USB DRIVER
5471M: Matthieu Castet <castet.matthieu@free.fr>
5472M: Stanislaw Gruszka <stf_xl@wp.pl>
5473S: Maintained
5474F: drivers/usb/atm/ueagle-atm.c
5475
5476INA209 HARDWARE MONITOR DRIVER
5477M: Guenter Roeck <linux@roeck-us.net>
5478L: lm-sensors@lm-sensors.org
5479S: Maintained
5480F: Documentation/hwmon/ina209
5481F: Documentation/devicetree/bindings/i2c/ina209.txt
5482F: drivers/hwmon/ina209.c
5483
5484INA2XX HARDWARE MONITOR DRIVER
5485M: Guenter Roeck <linux@roeck-us.net>
5486L: lm-sensors@lm-sensors.org
5487S: Maintained
5488F: Documentation/hwmon/ina2xx
5489F: drivers/hwmon/ina2xx.c
5490F: include/linux/platform_data/ina2xx.h
5491
5492INDUSTRY PACK SUBSYSTEM (IPACK)
5493M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5494M: Jens Taprogge <jens.taprogge@taprogge.org>
5495M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5496L: industrypack-devel@lists.sourceforge.net
5497W: http://industrypack.sourceforge.net
5498S: Maintained
5499F: drivers/ipack/
5500
5501INGENIC JZ4780 DMA Driver
5502M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5503S: Maintained
5504F: drivers/dma/dma-jz4780.c
5505
5506INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5507M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5508M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5509L: linux-ima-devel@lists.sourceforge.net
5510L: linux-ima-user@lists.sourceforge.net
5511L: linux-security-module@vger.kernel.org
5512T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5513S: Supported
5514F: security/integrity/ima/
5515
5516IMGTEC IR DECODER DRIVER
5517M: James Hogan <james.hogan@imgtec.com>
5518S: Maintained
5519F: drivers/media/rc/img-ir/
5520
5521IMS TWINTURBO FRAMEBUFFER DRIVER
5522L: linux-fbdev@vger.kernel.org
5523S: Orphan
5524F: drivers/video/fbdev/imsttfb.c
5525
5526INFINIBAND SUBSYSTEM
5527M: Doug Ledford <dledford@redhat.com>
5528M: Sean Hefty <sean.hefty@intel.com>
5529M: Hal Rosenstock <hal.rosenstock@gmail.com>
5530L: linux-rdma@vger.kernel.org
5531W: http://www.openfabrics.org/
5532Q: http://patchwork.kernel.org/project/linux-rdma/list/
5533T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5534S: Supported
5535F: Documentation/infiniband/
5536F: drivers/infiniband/
5537F: drivers/staging/rdma/
5538F: include/uapi/linux/if_infiniband.h
5539F: include/uapi/rdma/
5540F: include/rdma/
5541
5542INOTIFY
5543M: John McCutchan <john@johnmccutchan.com>
5544M: Robert Love <rlove@rlove.org>
5545M: Eric Paris <eparis@parisplace.org>
5546S: Maintained
5547F: Documentation/filesystems/inotify.txt
5548F: fs/notify/inotify/
5549F: include/linux/inotify.h
5550F: include/uapi/linux/inotify.h
5551
5552INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5553M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
5554L: linux-input@vger.kernel.org
5555Q: http://patchwork.kernel.org/project/linux-input/list/
5556T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5557S: Maintained
5558F: drivers/input/
5559F: include/linux/input.h
5560F: include/uapi/linux/input.h
5561F: include/linux/input/
5562
5563INPUT MULTITOUCH (MT) PROTOCOL
5564M: Henrik Rydberg <rydberg@bitmath.org>
5565L: linux-input@vger.kernel.org
5566S: Odd fixes
5567F: Documentation/input/multi-touch-protocol.txt
5568F: drivers/input/input-mt.c
5569K: \b(ABS|SYN)_MT_
5570
5571INTEL ASoC BDW/HSW DRIVERS
5572M: Jie Yang <yang.jie@linux.intel.com>
5573L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5574S: Supported
5575F: sound/soc/intel/common/sst-dsp*
5576F: sound/soc/intel/common/sst-firmware.c
5577F: sound/soc/intel/boards/broadwell.c
5578F: sound/soc/intel/haswell/
5579
5580INTEL C600 SERIES SAS CONTROLLER DRIVER
5581M: Intel SCU Linux support <intel-linux-scu@intel.com>
5582M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5583L: linux-scsi@vger.kernel.org
5584T: git git://git.code.sf.net/p/intel-sas/isci
5585S: Supported
5586F: drivers/scsi/isci/
5587
5588INTEL HID EVENT DRIVER
5589M: Alex Hung <alex.hung@canonical.com>
5590L: platform-driver-x86@vger.kernel.org
5591S: Maintained
5592F: drivers/platform/x86/intel-hid.c
5593
5594INTEL IDLE DRIVER
5595M: Len Brown <lenb@kernel.org>
5596L: linux-pm@vger.kernel.org
5597T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5598S: Supported
5599F: drivers/idle/intel_idle.c
5600
5601INTEL PSTATE DRIVER
5602M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5603M: Len Brown <lenb@kernel.org>
5604L: linux-pm@vger.kernel.org
5605S: Supported
5606F: drivers/cpufreq/intel_pstate.c
5607
5608INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5609M: Maik Broemme <mbroemme@plusserver.de>
5610L: linux-fbdev@vger.kernel.org
5611S: Maintained
5612F: Documentation/fb/intelfb.txt
5613F: drivers/video/fbdev/intelfb/
5614
5615INTEL 810/815 FRAMEBUFFER DRIVER
5616M: Antonino Daplas <adaplas@gmail.com>
5617L: linux-fbdev@vger.kernel.org
5618S: Maintained
5619F: drivers/video/fbdev/i810/
5620
5621INTEL MENLOW THERMAL DRIVER
5622M: Sujith Thomas <sujith.thomas@intel.com>
5623L: platform-driver-x86@vger.kernel.org
5624W: https://01.org/linux-acpi
5625S: Supported
5626F: drivers/platform/x86/intel_menlow.c
5627
5628INTEL I/OAT DMA DRIVER
5629M: Dave Jiang <dave.jiang@intel.com>
5630R: Dan Williams <dan.j.williams@intel.com>
5631L: dmaengine@vger.kernel.org
5632Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5633S: Supported
5634F: drivers/dma/ioat*
5635
5636INTEL IOMMU (VT-d)
5637M: David Woodhouse <dwmw2@infradead.org>
5638L: iommu@lists.linux-foundation.org
5639T: git git://git.infradead.org/iommu-2.6.git
5640S: Supported
5641F: drivers/iommu/intel-iommu.c
5642F: include/linux/intel-iommu.h
5643
5644INTEL IOP-ADMA DMA DRIVER
5645R: Dan Williams <dan.j.williams@intel.com>
5646S: Odd fixes
5647F: drivers/dma/iop-adma.c
5648
5649INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5650M: Krzysztof Halasa <khalasa@piap.pl>
5651S: Maintained
5652F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5653F: arch/arm/mach-ixp4xx/include/mach/npe.h
5654F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5655F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5656F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5657F: drivers/net/wan/ixp4xx_hss.c
5658
5659INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5660M: Deepak Saxena <dsaxena@plexity.net>
5661S: Maintained
5662F: drivers/char/hw_random/ixp4xx-rng.c
5663
5664INTEL ETHERNET DRIVERS
5665M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5666R: Jesse Brandeburg <jesse.brandeburg@intel.com>
5667R: Shannon Nelson <shannon.nelson@intel.com>
5668R: Carolyn Wyborny <carolyn.wyborny@intel.com>
5669R: Don Skidmore <donald.c.skidmore@intel.com>
5670R: Bruce Allan <bruce.w.allan@intel.com>
5671R: John Ronciak <john.ronciak@intel.com>
5672R: Mitch Williams <mitch.a.williams@intel.com>
5673L: intel-wired-lan@lists.osuosl.org
5674W: http://www.intel.com/support/feedback.htm
5675W: http://e1000.sourceforge.net/
5676Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5677T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5678T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5679S: Supported
5680F: Documentation/networking/e100.txt
5681F: Documentation/networking/e1000.txt
5682F: Documentation/networking/e1000e.txt
5683F: Documentation/networking/igb.txt
5684F: Documentation/networking/igbvf.txt
5685F: Documentation/networking/ixgb.txt
5686F: Documentation/networking/ixgbe.txt
5687F: Documentation/networking/ixgbevf.txt
5688F: Documentation/networking/i40e.txt
5689F: Documentation/networking/i40evf.txt
5690F: drivers/net/ethernet/intel/
5691F: drivers/net/ethernet/intel/*/
5692
5693INTEL-MID GPIO DRIVER
5694M: David Cohen <david.a.cohen@linux.intel.com>
5695L: linux-gpio@vger.kernel.org
5696S: Maintained
5697F: drivers/gpio/gpio-intel-mid.c
5698
5699INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5700M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5701L: linux-wireless@vger.kernel.org
5702S: Maintained
5703F: Documentation/networking/README.ipw2100
5704F: Documentation/networking/README.ipw2200
5705F: drivers/net/wireless/intel/ipw2x00/
5706
5707INTEL(R) TRACE HUB
5708M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5709S: Supported
5710F: Documentation/trace/intel_th.txt
5711F: drivers/hwtracing/intel_th/
5712
5713INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5714M: Ning Sun <ning.sun@intel.com>
5715L: tboot-devel@lists.sourceforge.net
5716W: http://tboot.sourceforge.net
5717T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5718S: Supported
5719F: Documentation/intel_txt.txt
5720F: include/linux/tboot.h
5721F: arch/x86/kernel/tboot.c
5722
5723INTEL WIRELESS WIMAX CONNECTION 2400
5724M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5725M: linux-wimax@intel.com
5726L: wimax@linuxwimax.org (subscribers-only)
5727S: Supported
5728W: http://linuxwimax.org
5729F: Documentation/wimax/README.i2400m
5730F: drivers/net/wimax/i2400m/
5731F: include/uapi/linux/wimax/i2400m.h
5732
5733INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5734M: Stanislaw Gruszka <sgruszka@redhat.com>
5735L: linux-wireless@vger.kernel.org
5736S: Supported
5737F: drivers/net/wireless/intel/iwlegacy/
5738
5739INTEL WIRELESS WIFI LINK (iwlwifi)
5740M: Johannes Berg <johannes.berg@intel.com>
5741M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5742M: Intel Linux Wireless <linuxwifi@intel.com>
5743L: linux-wireless@vger.kernel.org
5744W: http://intellinuxwireless.org
5745T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5746S: Supported
5747F: drivers/net/wireless/intel/iwlwifi/
5748
5749INTEL MANAGEMENT ENGINE (mei)
5750M: Tomas Winkler <tomas.winkler@intel.com>
5751L: linux-kernel@vger.kernel.org
5752S: Supported
5753F: include/uapi/linux/mei.h
5754F: include/linux/mei_cl_bus.h
5755F: drivers/misc/mei/*
5756F: Documentation/misc-devices/mei/*
5757
5758INTEL MIC DRIVERS (mic)
5759M: Sudeep Dutt <sudeep.dutt@intel.com>
5760M: Ashutosh Dixit <ashutosh.dixit@intel.com>
5761S: Supported
5762W: https://github.com/sudeepdutt/mic
5763W: http://software.intel.com/en-us/mic-developer
5764F: include/linux/mic_bus.h
5765F: include/linux/scif.h
5766F: include/uapi/linux/mic_common.h
5767F: include/uapi/linux/mic_ioctl.h
5768F: include/uapi/linux/scif_ioctl.h
5769F: drivers/misc/mic/
5770F: drivers/dma/mic_x100_dma.c
5771F: drivers/dma/mic_x100_dma.h
5772F: Documentation/mic/
5773
5774INTEL PMC/P-Unit IPC DRIVER
5775M: Zha Qipeng<qipeng.zha@intel.com>
5776L: platform-driver-x86@vger.kernel.org
5777S: Maintained
5778F: drivers/platform/x86/intel_pmc_ipc.c
5779F: drivers/platform/x86/intel_punit_ipc.c
5780F: arch/x86/include/asm/intel_pmc_ipc.h
5781F: arch/x86/include/asm/intel_punit_ipc.h
5782
5783INTEL TELEMETRY DRIVER
5784M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5785L: platform-driver-x86@vger.kernel.org
5786S: Maintained
5787F: arch/x86/include/asm/intel_telemetry.h
5788F: drivers/platform/x86/intel_telemetry*
5789
5790IOC3 ETHERNET DRIVER
5791M: Ralf Baechle <ralf@linux-mips.org>
5792L: linux-mips@linux-mips.org
5793S: Maintained
5794F: drivers/net/ethernet/sgi/ioc3-eth.c
5795
5796IOC3 SERIAL DRIVER
5797M: Pat Gefre <pfg@sgi.com>
5798L: linux-serial@vger.kernel.org
5799S: Maintained
5800F: drivers/tty/serial/ioc3_serial.c
5801
5802IOMMU DRIVERS
5803M: Joerg Roedel <joro@8bytes.org>
5804L: iommu@lists.linux-foundation.org
5805T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5806S: Maintained
5807F: drivers/iommu/
5808
5809IP MASQUERADING
5810M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5811S: Maintained
5812F: net/ipv4/netfilter/ipt_MASQUERADE.c
5813
5814IPATH DRIVER
5815M: Mike Marciniszyn <infinipath@intel.com>
5816L: linux-rdma@vger.kernel.org
5817S: Maintained
5818F: drivers/staging/rdma/ipath/
5819
5820IPMI SUBSYSTEM
5821M: Corey Minyard <minyard@acm.org>
5822L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5823W: http://openipmi.sourceforge.net/
5824S: Supported
5825F: Documentation/IPMI.txt
5826F: drivers/char/ipmi/
5827F: include/linux/ipmi*
5828F: include/uapi/linux/ipmi*
5829
5830QCOM AUDIO (ASoC) DRIVERS
5831M: Patrick Lai <plai@codeaurora.org>
5832M: Banajit Goswami <bgoswami@codeaurora.org>
5833L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5834S: Supported
5835F: sound/soc/qcom/
5836
5837IPS SCSI RAID DRIVER
5838M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5839L: linux-scsi@vger.kernel.org
5840W: http://www.adaptec.com/
5841S: Maintained
5842F: drivers/scsi/ips*
5843
5844IPVS
5845M: Wensong Zhang <wensong@linux-vs.org>
5846M: Simon Horman <horms@verge.net.au>
5847M: Julian Anastasov <ja@ssi.bg>
5848L: netdev@vger.kernel.org
5849L: lvs-devel@vger.kernel.org
5850S: Maintained
5851T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5852T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5853F: Documentation/networking/ipvs-sysctl.txt
5854F: include/net/ip_vs.h
5855F: include/uapi/linux/ip_vs.h
5856F: net/netfilter/ipvs/
5857
5858IPWIRELESS DRIVER
5859M: Jiri Kosina <jikos@kernel.org>
5860M: David Sterba <dsterba@suse.com>
5861S: Odd Fixes
5862F: drivers/tty/ipwireless/
5863
5864IPX NETWORK LAYER
5865M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5866L: netdev@vger.kernel.org
5867S: Maintained
5868F: include/net/ipx.h
5869F: include/uapi/linux/ipx.h
5870F: net/ipx/
5871
5872IRDA SUBSYSTEM
5873M: Samuel Ortiz <samuel@sortiz.org>
5874L: irda-users@lists.sourceforge.net (subscribers-only)
5875L: netdev@vger.kernel.org
5876W: http://irda.sourceforge.net/
5877S: Maintained
5878T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5879F: Documentation/networking/irda.txt
5880F: drivers/net/irda/
5881F: include/net/irda/
5882F: net/irda/
5883
5884IRQ SUBSYSTEM
5885M: Thomas Gleixner <tglx@linutronix.de>
5886L: linux-kernel@vger.kernel.org
5887S: Maintained
5888T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5889F: kernel/irq/
5890
5891IRQCHIP DRIVERS
5892M: Thomas Gleixner <tglx@linutronix.de>
5893M: Jason Cooper <jason@lakedaemon.net>
5894M: Marc Zyngier <marc.zyngier@arm.com>
5895L: linux-kernel@vger.kernel.org
5896S: Maintained
5897T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5898T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5899F: Documentation/devicetree/bindings/interrupt-controller/
5900F: drivers/irqchip/
5901
5902IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5903M: Jiang Liu <jiang.liu@linux.intel.com>
5904M: Marc Zyngier <marc.zyngier@arm.com>
5905S: Maintained
5906T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5907F: Documentation/IRQ-domain.txt
5908F: include/linux/irqdomain.h
5909F: kernel/irq/irqdomain.c
5910F: kernel/irq/msi.c
5911
5912ISAPNP
5913M: Jaroslav Kysela <perex@perex.cz>
5914S: Maintained
5915F: Documentation/isapnp.txt
5916F: drivers/pnp/isapnp/
5917F: include/linux/isapnp.h
5918
5919ISA RADIO MODULE
5920M: Hans Verkuil <hverkuil@xs4all.nl>
5921L: linux-media@vger.kernel.org
5922T: git git://linuxtv.org/media_tree.git
5923W: https://linuxtv.org
5924S: Maintained
5925F: drivers/media/radio/radio-isa*
5926
5927iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5928M: Peter Jones <pjones@redhat.com>
5929M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5930S: Maintained
5931F: drivers/firmware/iscsi_ibft*
5932
5933ISCSI
5934M: Mike Christie <michaelc@cs.wisc.edu>
5935L: open-iscsi@googlegroups.com
5936W: www.open-iscsi.org
5937T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5938S: Maintained
5939F: drivers/scsi/*iscsi*
5940F: include/scsi/*iscsi*
5941
5942ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5943M: Or Gerlitz <ogerlitz@mellanox.com>
5944M: Sagi Grimberg <sagig@mellanox.com>
5945M: Roi Dayan <roid@mellanox.com>
5946L: linux-rdma@vger.kernel.org
5947S: Supported
5948W: http://www.openfabrics.org
5949W: www.open-iscsi.org
5950Q: http://patchwork.kernel.org/project/linux-rdma/list/
5951F: drivers/infiniband/ulp/iser/
5952
5953ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5954M: Sagi Grimberg <sagig@mellanox.com>
5955T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5956L: linux-rdma@vger.kernel.org
5957L: target-devel@vger.kernel.org
5958S: Supported
5959W: http://www.linux-iscsi.org
5960F: drivers/infiniband/ulp/isert
5961
5962ISDN SUBSYSTEM
5963M: Karsten Keil <isdn@linux-pingi.de>
5964L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5965L: netdev@vger.kernel.org
5966W: http://www.isdn4linux.de
5967T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5968S: Maintained
5969F: Documentation/isdn/
5970F: drivers/isdn/
5971F: include/linux/isdn.h
5972F: include/linux/isdn/
5973F: include/uapi/linux/isdn.h
5974F: include/uapi/linux/isdn/
5975
5976ISDN SUBSYSTEM (Eicon active card driver)
5977M: Armin Schindler <mac@melware.de>
5978L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5979W: http://www.melware.de
5980S: Maintained
5981F: drivers/isdn/hardware/eicon/
5982
5983IT87 HARDWARE MONITORING DRIVER
5984M: Jean Delvare <jdelvare@suse.com>
5985L: lm-sensors@lm-sensors.org
5986S: Maintained
5987F: Documentation/hwmon/it87
5988F: drivers/hwmon/it87.c
5989
5990IT913X MEDIA DRIVER
5991M: Antti Palosaari <crope@iki.fi>
5992L: linux-media@vger.kernel.org
5993W: https://linuxtv.org
5994W: http://palosaari.fi/linux/
5995Q: http://patchwork.linuxtv.org/project/linux-media/list/
5996T: git git://linuxtv.org/anttip/media_tree.git
5997S: Maintained
5998F: drivers/media/tuners/it913x*
5999
6000IVTV VIDEO4LINUX DRIVER
6001M: Andy Walls <awalls@md.metrocast.net>
6002L: ivtv-devel@ivtvdriver.org (subscribers-only)
6003L: linux-media@vger.kernel.org
6004T: git git://linuxtv.org/media_tree.git
6005W: http://www.ivtvdriver.org
6006S: Maintained
6007F: Documentation/video4linux/*.ivtv
6008F: drivers/media/pci/ivtv/
6009F: include/uapi/linux/ivtv*
6010
6011IX2505V MEDIA DRIVER
6012M: Malcolm Priestley <tvboxspy@gmail.com>
6013L: linux-media@vger.kernel.org
6014W: https://linuxtv.org
6015Q: http://patchwork.linuxtv.org/project/linux-media/list/
6016S: Maintained
6017F: drivers/media/dvb-frontends/ix2505v*
6018
6019JC42.4 TEMPERATURE SENSOR DRIVER
6020M: Guenter Roeck <linux@roeck-us.net>
6021L: lm-sensors@lm-sensors.org
6022S: Maintained
6023F: drivers/hwmon/jc42.c
6024F: Documentation/hwmon/jc42
6025
6026JFS FILESYSTEM
6027M: Dave Kleikamp <shaggy@kernel.org>
6028L: jfs-discussion@lists.sourceforge.net
6029W: http://jfs.sourceforge.net/
6030T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6031S: Maintained
6032F: Documentation/filesystems/jfs.txt
6033F: fs/jfs/
6034
6035JME NETWORK DRIVER
6036M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6037L: netdev@vger.kernel.org
6038S: Maintained
6039F: drivers/net/ethernet/jme.*
6040
6041JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6042M: David Woodhouse <dwmw2@infradead.org>
6043L: linux-mtd@lists.infradead.org
6044W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6045S: Maintained
6046F: fs/jffs2/
6047F: include/uapi/linux/jffs2.h
6048
6049JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6050M: "Theodore Ts'o" <tytso@mit.edu>
6051M: Jan Kara <jack@suse.com>
6052L: linux-ext4@vger.kernel.org
6053S: Maintained
6054F: fs/jbd2/
6055F: include/linux/jbd2.h
6056
6057JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6058M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6059L: linux-media@vger.kernel.org
6060S: Maintained
6061F: drivers/media/platform/rcar_jpu.c
6062
6063JSM Neo PCI based serial card
6064M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
6065L: linux-serial@vger.kernel.org
6066S: Maintained
6067F: drivers/tty/serial/jsm/
6068
6069K10TEMP HARDWARE MONITORING DRIVER
6070M: Clemens Ladisch <clemens@ladisch.de>
6071L: lm-sensors@lm-sensors.org
6072S: Maintained
6073F: Documentation/hwmon/k10temp
6074F: drivers/hwmon/k10temp.c
6075
6076K8TEMP HARDWARE MONITORING DRIVER
6077M: Rudolf Marek <r.marek@assembler.cz>
6078L: lm-sensors@lm-sensors.org
6079S: Maintained
6080F: Documentation/hwmon/k8temp
6081F: drivers/hwmon/k8temp.c
6082
6083KCONFIG
6084M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6085L: linux-kbuild@vger.kernel.org
6086T: git git://gitorious.org/linux-kconfig/linux-kconfig
6087S: Maintained
6088F: Documentation/kbuild/kconfig-language.txt
6089F: scripts/kconfig/
6090
6091KDUMP
6092M: Vivek Goyal <vgoyal@redhat.com>
6093M: Haren Myneni <hbabu@us.ibm.com>
6094L: kexec@lists.infradead.org
6095W: http://lse.sourceforge.net/kdump/
6096S: Maintained
6097F: Documentation/kdump/
6098
6099KEENE FM RADIO TRANSMITTER DRIVER
6100M: Hans Verkuil <hverkuil@xs4all.nl>
6101L: linux-media@vger.kernel.org
6102T: git git://linuxtv.org/media_tree.git
6103W: https://linuxtv.org
6104S: Maintained
6105F: drivers/media/radio/radio-keene*
6106
6107KERNEL AUTOMOUNTER v4 (AUTOFS4)
6108M: Ian Kent <raven@themaw.net>
6109L: autofs@vger.kernel.org
6110S: Maintained
6111F: fs/autofs4/
6112
6113KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6114M: Michal Marek <mmarek@suse.com>
6115T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6116T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6117L: linux-kbuild@vger.kernel.org
6118S: Maintained
6119F: Documentation/kbuild/
6120F: Makefile
6121F: scripts/Makefile.*
6122F: scripts/basic/
6123F: scripts/mk*
6124F: scripts/package/
6125
6126KERNEL JANITORS
6127L: kernel-janitors@vger.kernel.org
6128W: http://kernelnewbies.org/KernelJanitors
6129S: Odd Fixes
6130
6131KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6132M: "J. Bruce Fields" <bfields@fieldses.org>
6133M: Jeff Layton <jlayton@poochiereds.net>
6134L: linux-nfs@vger.kernel.org
6135W: http://nfs.sourceforge.net/
6136T: git git://linux-nfs.org/~bfields/linux.git
6137S: Supported
6138F: fs/nfsd/
6139F: include/uapi/linux/nfsd/
6140F: fs/lockd/
6141F: fs/nfs_common/
6142F: net/sunrpc/
6143F: include/linux/lockd/
6144F: include/linux/sunrpc/
6145F: include/uapi/linux/sunrpc/
6146
6147KERNEL SELFTEST FRAMEWORK
6148M: Shuah Khan <shuahkh@osg.samsung.com>
6149L: linux-api@vger.kernel.org
6150T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6151S: Maintained
6152F: tools/testing/selftests
6153
6154KERNEL VIRTUAL MACHINE (KVM)
6155M: Gleb Natapov <gleb@kernel.org>
6156M: Paolo Bonzini <pbonzini@redhat.com>
6157L: kvm@vger.kernel.org
6158W: http://www.linux-kvm.org
6159T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6160S: Supported
6161F: Documentation/*/kvm*.txt
6162F: Documentation/virtual/kvm/
6163F: arch/*/kvm/
6164F: arch/x86/kernel/kvm.c
6165F: arch/x86/kernel/kvmclock.c
6166F: arch/*/include/asm/kvm*
6167F: include/linux/kvm*
6168F: include/uapi/linux/kvm*
6169F: virt/kvm/
6170
6171KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6172M: Joerg Roedel <joro@8bytes.org>
6173L: kvm@vger.kernel.org
6174W: http://www.linux-kvm.org/
6175S: Maintained
6176F: arch/x86/include/asm/svm.h
6177F: arch/x86/kvm/svm.c
6178
6179KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6180M: Alexander Graf <agraf@suse.com>
6181L: kvm-ppc@vger.kernel.org
6182W: http://www.linux-kvm.org/
6183T: git git://github.com/agraf/linux-2.6.git
6184S: Supported
6185F: arch/powerpc/include/asm/kvm*
6186F: arch/powerpc/kvm/
6187
6188KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6189M: Christian Borntraeger <borntraeger@de.ibm.com>
6190M: Cornelia Huck <cornelia.huck@de.ibm.com>
6191L: linux-s390@vger.kernel.org
6192W: http://www.ibm.com/developerworks/linux/linux390/
6193T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6194S: Supported
6195F: Documentation/s390/kvm.txt
6196F: arch/s390/include/asm/kvm*
6197F: arch/s390/kvm/
6198
6199KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6200M: Christoffer Dall <christoffer.dall@linaro.org>
6201M: Marc Zyngier <marc.zyngier@arm.com>
6202L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6203L: kvmarm@lists.cs.columbia.edu
6204W: http://systems.cs.columbia.edu/projects/kvm-arm
6205T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6206S: Supported
6207F: arch/arm/include/uapi/asm/kvm*
6208F: arch/arm/include/asm/kvm*
6209F: arch/arm/kvm/
6210F: virt/kvm/arm/
6211F: include/kvm/arm_*
6212
6213KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6214M: Christoffer Dall <christoffer.dall@linaro.org>
6215M: Marc Zyngier <marc.zyngier@arm.com>
6216L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6217L: kvmarm@lists.cs.columbia.edu
6218S: Maintained
6219F: arch/arm64/include/uapi/asm/kvm*
6220F: arch/arm64/include/asm/kvm*
6221F: arch/arm64/kvm/
6222
6223KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6224M: James Hogan <james.hogan@imgtec.com>
6225L: linux-mips@linux-mips.org
6226S: Supported
6227F: arch/mips/include/uapi/asm/kvm*
6228F: arch/mips/include/asm/kvm*
6229F: arch/mips/kvm/
6230
6231KEXEC
6232M: Eric Biederman <ebiederm@xmission.com>
6233W: http://kernel.org/pub/linux/utils/kernel/kexec/
6234L: kexec@lists.infradead.org
6235S: Maintained
6236F: include/linux/kexec.h
6237F: include/uapi/linux/kexec.h
6238F: kernel/kexec.c
6239
6240KEYS/KEYRINGS:
6241M: David Howells <dhowells@redhat.com>
6242L: keyrings@vger.kernel.org
6243S: Maintained
6244F: Documentation/security/keys.txt
6245F: include/linux/key.h
6246F: include/linux/key-type.h
6247F: include/keys/
6248F: security/keys/
6249
6250KEYS-TRUSTED
6251M: David Safford <safford@us.ibm.com>
6252M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6253L: linux-security-module@vger.kernel.org
6254L: keyrings@vger.kernel.org
6255S: Supported
6256F: Documentation/security/keys-trusted-encrypted.txt
6257F: include/keys/trusted-type.h
6258F: security/keys/trusted.c
6259F: security/keys/trusted.h
6260
6261KEYS-ENCRYPTED
6262M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6263M: David Safford <safford@us.ibm.com>
6264L: linux-security-module@vger.kernel.org
6265L: keyrings@vger.kernel.org
6266S: Supported
6267F: Documentation/security/keys-trusted-encrypted.txt
6268F: include/keys/encrypted-type.h
6269F: security/keys/encrypted-keys/
6270
6271KGDB / KDB /debug_core
6272M: Jason Wessel <jason.wessel@windriver.com>
6273W: http://kgdb.wiki.kernel.org/
6274L: kgdb-bugreport@lists.sourceforge.net
6275T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6276S: Maintained
6277F: Documentation/DocBook/kgdb.tmpl
6278F: drivers/misc/kgdbts.c
6279F: drivers/tty/serial/kgdboc.c
6280F: include/linux/kdb.h
6281F: include/linux/kgdb.h
6282F: kernel/debug/
6283
6284KMEMCHECK
6285M: Vegard Nossum <vegardno@ifi.uio.no>
6286M: Pekka Enberg <penberg@kernel.org>
6287S: Maintained
6288F: Documentation/kmemcheck.txt
6289F: arch/x86/include/asm/kmemcheck.h
6290F: arch/x86/mm/kmemcheck/
6291F: include/linux/kmemcheck.h
6292F: mm/kmemcheck.c
6293
6294KMEMLEAK
6295M: Catalin Marinas <catalin.marinas@arm.com>
6296S: Maintained
6297F: Documentation/kmemleak.txt
6298F: include/linux/kmemleak.h
6299F: mm/kmemleak.c
6300F: mm/kmemleak-test.c
6301
6302KPROBES
6303M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6304M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6305M: "David S. Miller" <davem@davemloft.net>
6306M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6307S: Maintained
6308F: Documentation/kprobes.txt
6309F: include/linux/kprobes.h
6310F: kernel/kprobes.c
6311
6312KS0108 LCD CONTROLLER DRIVER
6313M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6314W: http://miguelojeda.es/auxdisplay.htm
6315W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6316S: Maintained
6317F: Documentation/auxdisplay/ks0108
6318F: drivers/auxdisplay/ks0108.c
6319F: include/linux/ks0108.h
6320
6321L3MDEV
6322M: David Ahern <dsa@cumulusnetworks.com>
6323L: netdev@vger.kernel.org
6324S: Maintained
6325F: net/l3mdev
6326F: include/net/l3mdev.h
6327
6328LANTIQ MIPS ARCHITECTURE
6329M: John Crispin <blogic@openwrt.org>
6330L: linux-mips@linux-mips.org
6331S: Maintained
6332F: arch/mips/lantiq
6333
6334LAPB module
6335L: linux-x25@vger.kernel.org
6336S: Orphan
6337F: Documentation/networking/lapb-module.txt
6338F: include/*/lapb.h
6339F: net/lapb/
6340
6341LASI 53c700 driver for PARISC
6342M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6343L: linux-scsi@vger.kernel.org
6344S: Maintained
6345F: Documentation/scsi/53c700.txt
6346F: drivers/scsi/53c700*
6347
6348LED SUBSYSTEM
6349M: Richard Purdie <rpurdie@rpsys.net>
6350M: Jacek Anaszewski <j.anaszewski@samsung.com>
6351L: linux-leds@vger.kernel.org
6352T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6353S: Maintained
6354F: drivers/leds/
6355F: include/linux/leds.h
6356
6357LEGACY EEPROM DRIVER
6358M: Jean Delvare <jdelvare@suse.com>
6359S: Maintained
6360F: Documentation/misc-devices/eeprom
6361F: drivers/misc/eeprom/eeprom.c
6362
6363LEGO USB Tower driver
6364M: Juergen Stuber <starblue@users.sourceforge.net>
6365L: legousb-devel@lists.sourceforge.net
6366W: http://legousb.sourceforge.net/
6367S: Maintained
6368F: drivers/usb/misc/legousbtower.c
6369
6370LG2160 MEDIA DRIVER
6371M: Michael Krufky <mkrufky@linuxtv.org>
6372L: linux-media@vger.kernel.org
6373W: https://linuxtv.org
6374W: http://github.com/mkrufky
6375Q: http://patchwork.linuxtv.org/project/linux-media/list/
6376T: git git://linuxtv.org/mkrufky/tuners.git
6377S: Maintained
6378F: drivers/media/dvb-frontends/lg2160.*
6379
6380LGDT3305 MEDIA DRIVER
6381M: Michael Krufky <mkrufky@linuxtv.org>
6382L: linux-media@vger.kernel.org
6383W: https://linuxtv.org
6384W: http://github.com/mkrufky
6385Q: http://patchwork.linuxtv.org/project/linux-media/list/
6386T: git git://linuxtv.org/mkrufky/tuners.git
6387S: Maintained
6388F: drivers/media/dvb-frontends/lgdt3305.*
6389
6390LGUEST
6391M: Rusty Russell <rusty@rustcorp.com.au>
6392L: lguest@lists.ozlabs.org
6393W: http://lguest.ozlabs.org/
6394S: Odd Fixes
6395F: arch/x86/include/asm/lguest*.h
6396F: arch/x86/lguest/
6397F: drivers/lguest/
6398F: include/linux/lguest*.h
6399F: tools/lguest/
6400
6401LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6402M: Tejun Heo <tj@kernel.org>
6403L: linux-ide@vger.kernel.org
6404T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6405S: Maintained
6406F: drivers/ata/
6407F: include/linux/ata.h
6408F: include/linux/libata.h
6409
6410LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6411M: Viresh Kumar <vireshk@kernel.org>
6412L: linux-ide@vger.kernel.org
6413T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6414S: Maintained
6415F: include/linux/pata_arasan_cf_data.h
6416F: drivers/ata/pata_arasan_cf.c
6417
6418LIBATA PATA DRIVERS
6419M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6420M: Tejun Heo <tj@kernel.org>
6421L: linux-ide@vger.kernel.org
6422T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6423S: Maintained
6424F: drivers/ata/pata_*.c
6425F: drivers/ata/ata_generic.c
6426
6427LIBATA SATA AHCI PLATFORM devices support
6428M: Hans de Goede <hdegoede@redhat.com>
6429M: Tejun Heo <tj@kernel.org>
6430L: linux-ide@vger.kernel.org
6431T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6432S: Maintained
6433F: drivers/ata/ahci_platform.c
6434F: drivers/ata/libahci_platform.c
6435F: include/linux/ahci_platform.h
6436
6437LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6438M: Mikael Pettersson <mikpelinux@gmail.com>
6439L: linux-ide@vger.kernel.org
6440T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6441S: Maintained
6442F: drivers/ata/sata_promise.*
6443
6444LIBLOCKDEP
6445M: Sasha Levin <sasha.levin@oracle.com>
6446S: Maintained
6447F: tools/lib/lockdep/
6448
6449LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6450M: Dan Williams <dan.j.williams@intel.com>
6451L: linux-nvdimm@lists.01.org
6452Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6453T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6454S: Supported
6455F: drivers/nvdimm/*
6456F: include/linux/nd.h
6457F: include/linux/libnvdimm.h
6458F: include/uapi/linux/ndctl.h
6459
6460LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6461M: Ross Zwisler <ross.zwisler@linux.intel.com>
6462L: linux-nvdimm@lists.01.org
6463Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6464S: Supported
6465F: drivers/nvdimm/blk.c
6466F: drivers/nvdimm/region_devs.c
6467F: drivers/acpi/nfit*
6468
6469LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6470M: Vishal Verma <vishal.l.verma@intel.com>
6471L: linux-nvdimm@lists.01.org
6472Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6473S: Supported
6474F: drivers/nvdimm/btt*
6475
6476LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6477M: Ross Zwisler <ross.zwisler@linux.intel.com>
6478L: linux-nvdimm@lists.01.org
6479Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6480S: Supported
6481F: drivers/nvdimm/pmem.c
6482F: include/linux/pmem.h
6483F: arch/*/include/asm/pmem.h
6484
6485LIGHTNVM PLATFORM SUPPORT
6486M: Matias Bjorling <mb@lightnvm.io>
6487W: http://github/OpenChannelSSD
6488L: linux-block@vger.kernel.org
6489S: Maintained
6490F: drivers/lightnvm/
6491F: include/linux/lightnvm.h
6492F: include/uapi/linux/lightnvm.h
6493
6494LINUX FOR IBM pSERIES (RS/6000)
6495M: Paul Mackerras <paulus@au.ibm.com>
6496W: http://www.ibm.com/linux/ltc/projects/ppc
6497S: Supported
6498F: arch/powerpc/boot/rs6000.h
6499
6500LINUX FOR POWERPC (32-BIT AND 64-BIT)
6501M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6502M: Paul Mackerras <paulus@samba.org>
6503M: Michael Ellerman <mpe@ellerman.id.au>
6504W: http://www.penguinppc.org/
6505L: linuxppc-dev@lists.ozlabs.org
6506Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6507T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6508S: Supported
6509F: Documentation/powerpc/
6510F: arch/powerpc/
6511
6512LINUX FOR POWER MACINTOSH
6513M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6514W: http://www.penguinppc.org/
6515L: linuxppc-dev@lists.ozlabs.org
6516S: Maintained
6517F: arch/powerpc/platforms/powermac/
6518F: drivers/macintosh/
6519
6520LINUX FOR POWERPC EMBEDDED MPC5XXX
6521M: Anatolij Gustschin <agust@denx.de>
6522L: linuxppc-dev@lists.ozlabs.org
6523T: git git://git.denx.de/linux-denx-agust.git
6524S: Maintained
6525F: arch/powerpc/platforms/512x/
6526F: arch/powerpc/platforms/52xx/
6527
6528LINUX FOR POWERPC EMBEDDED PPC4XX
6529M: Alistair Popple <alistair@popple.id.au>
6530M: Matt Porter <mporter@kernel.crashing.org>
6531W: http://www.penguinppc.org/
6532L: linuxppc-dev@lists.ozlabs.org
6533S: Maintained
6534F: arch/powerpc/platforms/40x/
6535F: arch/powerpc/platforms/44x/
6536
6537LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6538L: linuxppc-dev@lists.ozlabs.org
6539S: Orphan
6540F: arch/powerpc/*/*virtex*
6541F: arch/powerpc/*/*/*virtex*
6542
6543LINUX FOR POWERPC EMBEDDED PPC8XX
6544M: Vitaly Bordug <vitb@kernel.crashing.org>
6545W: http://www.penguinppc.org/
6546L: linuxppc-dev@lists.ozlabs.org
6547S: Maintained
6548F: arch/powerpc/platforms/8xx/
6549
6550LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6551M: Scott Wood <oss@buserror.net>
6552M: Kumar Gala <galak@kernel.crashing.org>
6553W: http://www.penguinppc.org/
6554L: linuxppc-dev@lists.ozlabs.org
6555T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6556S: Maintained
6557F: arch/powerpc/platforms/83xx/
6558F: arch/powerpc/platforms/85xx/
6559
6560LINUX FOR POWERPC PA SEMI PWRFICIENT
6561M: Olof Johansson <olof@lixom.net>
6562L: linuxppc-dev@lists.ozlabs.org
6563S: Maintained
6564F: arch/powerpc/platforms/pasemi/
6565F: drivers/*/*pasemi*
6566F: drivers/*/*/*pasemi*
6567
6568LINUX SECURITY MODULE (LSM) FRAMEWORK
6569M: Chris Wright <chrisw@sous-sol.org>
6570L: linux-security-module@vger.kernel.org
6571S: Supported
6572
6573LIS3LV02D ACCELEROMETER DRIVER
6574M: Eric Piel <eric.piel@tremplin-utc.net>
6575S: Maintained
6576F: Documentation/misc-devices/lis3lv02d
6577F: drivers/misc/lis3lv02d/
6578F: drivers/platform/x86/hp_accel.c
6579
6580LIVE PATCHING
6581M: Josh Poimboeuf <jpoimboe@redhat.com>
6582M: Seth Jennings <sjenning@redhat.com>
6583M: Jiri Kosina <jikos@kernel.org>
6584M: Vojtech Pavlik <vojtech@suse.com>
6585S: Maintained
6586F: kernel/livepatch/
6587F: include/linux/livepatch.h
6588F: arch/x86/include/asm/livepatch.h
6589F: arch/x86/kernel/livepatch.c
6590F: Documentation/ABI/testing/sysfs-kernel-livepatch
6591F: samples/livepatch/
6592L: live-patching@vger.kernel.org
6593T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6594
6595LLC (802.2)
6596M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6597S: Maintained
6598F: include/linux/llc.h
6599F: include/uapi/linux/llc.h
6600F: include/net/llc*
6601F: net/llc/
6602
6603LM73 HARDWARE MONITOR DRIVER
6604M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6605L: lm-sensors@lm-sensors.org
6606S: Maintained
6607F: drivers/hwmon/lm73.c
6608
6609LM78 HARDWARE MONITOR DRIVER
6610M: Jean Delvare <jdelvare@suse.com>
6611L: lm-sensors@lm-sensors.org
6612S: Maintained
6613F: Documentation/hwmon/lm78
6614F: drivers/hwmon/lm78.c
6615
6616LM83 HARDWARE MONITOR DRIVER
6617M: Jean Delvare <jdelvare@suse.com>
6618L: lm-sensors@lm-sensors.org
6619S: Maintained
6620F: Documentation/hwmon/lm83
6621F: drivers/hwmon/lm83.c
6622
6623LM90 HARDWARE MONITOR DRIVER
6624M: Jean Delvare <jdelvare@suse.com>
6625L: lm-sensors@lm-sensors.org
6626S: Maintained
6627F: Documentation/hwmon/lm90
6628F: Documentation/devicetree/bindings/hwmon/lm90.txt
6629F: drivers/hwmon/lm90.c
6630
6631LM95234 HARDWARE MONITOR DRIVER
6632M: Guenter Roeck <linux@roeck-us.net>
6633L: lm-sensors@lm-sensors.org
6634S: Maintained
6635F: Documentation/hwmon/lm95234
6636F: drivers/hwmon/lm95234.c
6637
6638LME2510 MEDIA DRIVER
6639M: Malcolm Priestley <tvboxspy@gmail.com>
6640L: linux-media@vger.kernel.org
6641W: https://linuxtv.org
6642Q: http://patchwork.linuxtv.org/project/linux-media/list/
6643S: Maintained
6644F: drivers/media/usb/dvb-usb-v2/lmedm04*
6645
6646LOCKDEP AND LOCKSTAT
6647M: Peter Zijlstra <peterz@infradead.org>
6648M: Ingo Molnar <mingo@redhat.com>
6649L: linux-kernel@vger.kernel.org
6650T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6651S: Maintained
6652F: Documentation/locking/lockdep*.txt
6653F: Documentation/locking/lockstat.txt
6654F: include/linux/lockdep.h
6655F: kernel/locking/
6656
6657LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6658M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
6659L: linux-ntfs-dev@lists.sourceforge.net
6660W: http://www.linux-ntfs.org/content/view/19/37/
6661S: Maintained
6662F: Documentation/ldm.txt
6663F: block/partitions/ldm.*
6664
6665LogFS
6666M: Joern Engel <joern@logfs.org>
6667M: Prasad Joshi <prasadjoshi.linux@gmail.com>
6668L: logfs@logfs.org
6669W: logfs.org
6670S: Maintained
6671F: fs/logfs/
6672
6673LPC32XX MACHINE SUPPORT
6674M: Roland Stigge <stigge@antcom.de>
6675L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6676S: Maintained
6677F: arch/arm/mach-lpc32xx/
6678
6679LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6680M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6681M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6682M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6683M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6684L: MPT-FusionLinux.pdl@avagotech.com
6685L: linux-scsi@vger.kernel.org
6686W: http://www.lsilogic.com/support
6687S: Supported
6688F: drivers/message/fusion/
6689F: drivers/scsi/mpt2sas/
6690F: drivers/scsi/mpt3sas/
6691
6692LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6693M: Matthew Wilcox <matthew@wil.cx>
6694L: linux-scsi@vger.kernel.org
6695S: Maintained
6696F: drivers/scsi/sym53c8xx_2/
6697
6698LTC4261 HARDWARE MONITOR DRIVER
6699M: Guenter Roeck <linux@roeck-us.net>
6700L: lm-sensors@lm-sensors.org
6701S: Maintained
6702F: Documentation/hwmon/ltc4261
6703F: drivers/hwmon/ltc4261.c
6704
6705LTP (Linux Test Project)
6706M: Mike Frysinger <vapier@gentoo.org>
6707M: Cyril Hrubis <chrubis@suse.cz>
6708M: Wanlong Gao <wanlong.gao@gmail.com>
6709M: Jan Stancek <jstancek@redhat.com>
6710M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6711M: Alexey Kodanev <alexey.kodanev@oracle.com>
6712L: ltp@lists.linux.it (subscribers-only)
6713W: http://linux-test-project.github.io/
6714T: git git://github.com/linux-test-project/ltp.git
6715S: Maintained
6716
6717M32R ARCHITECTURE
6718W: http://www.linux-m32r.org/
6719S: Orphan
6720F: arch/m32r/
6721
6722M68K ARCHITECTURE
6723M: Geert Uytterhoeven <geert@linux-m68k.org>
6724L: linux-m68k@lists.linux-m68k.org
6725W: http://www.linux-m68k.org/
6726T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6727S: Maintained
6728F: arch/m68k/
6729F: drivers/zorro/
6730
6731M68K ON APPLE MACINTOSH
6732M: Joshua Thompson <funaho@jurai.org>
6733W: http://www.mac.linux-m68k.org/
6734L: linux-m68k@lists.linux-m68k.org
6735S: Maintained
6736F: arch/m68k/mac/
6737
6738M68K ON HP9000/300
6739M: Philip Blundell <philb@gnu.org>
6740W: http://www.tazenda.demon.co.uk/phil/linux-hp
6741S: Maintained
6742F: arch/m68k/hp300/
6743
6744M88DS3103 MEDIA DRIVER
6745M: Antti Palosaari <crope@iki.fi>
6746L: linux-media@vger.kernel.org
6747W: https://linuxtv.org
6748W: http://palosaari.fi/linux/
6749Q: http://patchwork.linuxtv.org/project/linux-media/list/
6750T: git git://linuxtv.org/anttip/media_tree.git
6751S: Maintained
6752F: drivers/media/dvb-frontends/m88ds3103*
6753
6754M88RS2000 MEDIA DRIVER
6755M: Malcolm Priestley <tvboxspy@gmail.com>
6756L: linux-media@vger.kernel.org
6757W: https://linuxtv.org
6758Q: http://patchwork.linuxtv.org/project/linux-media/list/
6759S: Maintained
6760F: drivers/media/dvb-frontends/m88rs2000*
6761
6762MA901 MASTERKIT USB FM RADIO DRIVER
6763M: Alexey Klimov <klimov.linux@gmail.com>
6764L: linux-media@vger.kernel.org
6765T: git git://linuxtv.org/media_tree.git
6766S: Maintained
6767F: drivers/media/radio/radio-ma901.c
6768
6769MAC80211
6770M: Johannes Berg <johannes@sipsolutions.net>
6771L: linux-wireless@vger.kernel.org
6772W: http://wireless.kernel.org/
6773T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6774T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6775S: Maintained
6776F: Documentation/networking/mac80211-injection.txt
6777F: include/net/mac80211.h
6778F: net/mac80211/
6779
6780MACVLAN DRIVER
6781M: Patrick McHardy <kaber@trash.net>
6782L: netdev@vger.kernel.org
6783S: Maintained
6784F: drivers/net/macvlan.c
6785F: include/linux/if_macvlan.h
6786
6787MAILBOX API
6788M: Jassi Brar <jassisinghbrar@gmail.com>
6789L: linux-kernel@vger.kernel.org
6790S: Maintained
6791F: drivers/mailbox/
6792F: include/linux/mailbox_client.h
6793F: include/linux/mailbox_controller.h
6794
6795MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6796M: Michael Kerrisk <mtk.manpages@gmail.com>
6797W: http://www.kernel.org/doc/man-pages
6798L: linux-man@vger.kernel.org
6799S: Maintained
6800
6801MARVELL ARMADA DRM SUPPORT
6802M: Russell King <rmk+kernel@arm.linux.org.uk>
6803S: Maintained
6804F: drivers/gpu/drm/armada/
6805
6806MARVELL 88E6352 DSA support
6807M: Guenter Roeck <linux@roeck-us.net>
6808S: Maintained
6809F: drivers/net/dsa/mv88e6352.c
6810
6811MARVELL CRYPTO DRIVER
6812M: Boris Brezillon <boris.brezillon@free-electrons.com>
6813M: Arnaud Ebalard <arno@natisbad.org>
6814F: drivers/crypto/marvell/
6815S: Maintained
6816L: linux-crypto@vger.kernel.org
6817
6818MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6819M: Mirko Lindner <mlindner@marvell.com>
6820M: Stephen Hemminger <stephen@networkplumber.org>
6821L: netdev@vger.kernel.org
6822S: Maintained
6823F: drivers/net/ethernet/marvell/sk*
6824
6825MARVELL LIBERTAS WIRELESS DRIVER
6826L: libertas-dev@lists.infradead.org
6827S: Orphan
6828F: drivers/net/wireless/marvell/libertas/
6829
6830MARVELL MV643XX ETHERNET DRIVER
6831M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6832L: netdev@vger.kernel.org
6833S: Maintained
6834F: drivers/net/ethernet/marvell/mv643xx_eth.*
6835F: include/linux/mv643xx.h
6836
6837MARVELL MVNETA ETHERNET DRIVER
6838M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6839L: netdev@vger.kernel.org
6840S: Maintained
6841F: drivers/net/ethernet/marvell/mvneta.*
6842
6843MARVELL MWIFIEX WIRELESS DRIVER
6844M: Amitkumar Karwar <akarwar@marvell.com>
6845M: Nishant Sarmukadam <nishants@marvell.com>
6846L: linux-wireless@vger.kernel.org
6847S: Maintained
6848F: drivers/net/wireless/marvell/mwifiex/
6849
6850MARVELL MWL8K WIRELESS DRIVER
6851M: Lennert Buytenhek <buytenh@wantstofly.org>
6852L: linux-wireless@vger.kernel.org
6853S: Odd Fixes
6854F: drivers/net/wireless/marvell/mwl8k.c
6855
6856MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6857M: Nicolas Pitre <nico@fluxnic.net>
6858S: Odd Fixes
6859F: drivers/mmc/host/mvsdio.*
6860
6861MATROX FRAMEBUFFER DRIVER
6862L: linux-fbdev@vger.kernel.org
6863S: Orphan
6864F: drivers/video/fbdev/matrox/matroxfb_*
6865F: include/uapi/linux/matroxfb.h
6866
6867MAX16065 HARDWARE MONITOR DRIVER
6868M: Guenter Roeck <linux@roeck-us.net>
6869L: lm-sensors@lm-sensors.org
6870S: Maintained
6871F: Documentation/hwmon/max16065
6872F: drivers/hwmon/max16065.c
6873
6874MAX20751 HARDWARE MONITOR DRIVER
6875M: Guenter Roeck <linux@roeck-us.net>
6876L: lm-sensors@lm-sensors.org
6877S: Maintained
6878F: Documentation/hwmon/max20751
6879F: drivers/hwmon/max20751.c
6880
6881MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6882M: "Hans J. Koch" <hjk@hansjkoch.de>
6883L: lm-sensors@lm-sensors.org
6884S: Maintained
6885F: Documentation/hwmon/max6650
6886F: drivers/hwmon/max6650.c
6887
6888MAX6697 HARDWARE MONITOR DRIVER
6889M: Guenter Roeck <linux@roeck-us.net>
6890L: lm-sensors@lm-sensors.org
6891S: Maintained
6892F: Documentation/hwmon/max6697
6893F: Documentation/devicetree/bindings/i2c/max6697.txt
6894F: drivers/hwmon/max6697.c
6895F: include/linux/platform_data/max6697.h
6896
6897MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6898M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6899L: linux-pm@vger.kernel.org
6900S: Supported
6901F: drivers/power/max14577_charger.c
6902F: drivers/power/max77693_charger.c
6903
6904MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6905M: Javier Martinez Canillas <javier@osg.samsung.com>
6906L: linux-kernel@vger.kernel.org
6907S: Supported
6908F: drivers/*/*max77802.c
6909F: Documentation/devicetree/bindings/*/*max77802.txt
6910F: include/dt-bindings/*/*max77802.h
6911
6912MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6913M: Chanwoo Choi <cw00.choi@samsung.com>
6914M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6915L: linux-kernel@vger.kernel.org
6916S: Supported
6917F: drivers/*/max14577.c
6918F: drivers/*/max77686.c
6919F: drivers/*/max77693.c
6920F: drivers/extcon/extcon-max14577.c
6921F: drivers/extcon/extcon-max77693.c
6922F: drivers/rtc/rtc-max77686.c
6923F: drivers/clk/clk-max77686.c
6924F: Documentation/devicetree/bindings/mfd/max14577.txt
6925F: Documentation/devicetree/bindings/*/max77686.txt
6926F: Documentation/devicetree/bindings/mfd/max77693.txt
6927F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6928F: include/linux/mfd/max14577*.h
6929F: include/linux/mfd/max77686*.h
6930F: include/linux/mfd/max77693*.h
6931
6932MAXIRADIO FM RADIO RECEIVER DRIVER
6933M: Hans Verkuil <hverkuil@xs4all.nl>
6934L: linux-media@vger.kernel.org
6935T: git git://linuxtv.org/media_tree.git
6936W: https://linuxtv.org
6937S: Maintained
6938F: drivers/media/radio/radio-maxiradio*
6939
6940MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6941M: Peter Rosin <peda@axentia.se>
6942L: linux-iio@vger.kernel.org
6943S: Maintained
6944F: drivers/iio/potentiometer/mcp4531.c
6945
6946MEDIA DRIVERS FOR RENESAS - VSP1
6947M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6948L: linux-media@vger.kernel.org
6949L: linux-renesas-soc@vger.kernel.org
6950T: git git://linuxtv.org/media_tree.git
6951S: Supported
6952F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
6953F: drivers/media/platform/vsp1/
6954
6955MEDIA DRIVERS FOR ASCOT2E
6956M: Sergey Kozlov <serjk@netup.ru>
6957L: linux-media@vger.kernel.org
6958W: https://linuxtv.org
6959W: http://netup.tv/
6960T: git git://linuxtv.org/media_tree.git
6961S: Supported
6962F: drivers/media/dvb-frontends/ascot2e*
6963
6964MEDIA DRIVERS FOR CXD2841ER
6965M: Sergey Kozlov <serjk@netup.ru>
6966L: linux-media@vger.kernel.org
6967W: https://linuxtv.org
6968W: http://netup.tv/
6969T: git git://linuxtv.org/media_tree.git
6970S: Supported
6971F: drivers/media/dvb-frontends/cxd2841er*
6972
6973MEDIA DRIVERS FOR HORUS3A
6974M: Sergey Kozlov <serjk@netup.ru>
6975L: linux-media@vger.kernel.org
6976W: https://linuxtv.org
6977W: http://netup.tv/
6978T: git git://linuxtv.org/media_tree.git
6979S: Supported
6980F: drivers/media/dvb-frontends/horus3a*
6981
6982MEDIA DRIVERS FOR LNBH25
6983M: Sergey Kozlov <serjk@netup.ru>
6984L: linux-media@vger.kernel.org
6985W: https://linuxtv.org
6986W: http://netup.tv/
6987T: git git://linuxtv.org/media_tree.git
6988S: Supported
6989F: drivers/media/dvb-frontends/lnbh25*
6990
6991MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6992M: Sergey Kozlov <serjk@netup.ru>
6993L: linux-media@vger.kernel.org
6994W: https://linuxtv.org
6995W: http://netup.tv/
6996T: git git://linuxtv.org/media_tree.git
6997S: Supported
6998F: drivers/media/pci/netup_unidvb/*
6999
7000MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7001M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7002P: LinuxTV.org Project
7003L: linux-media@vger.kernel.org
7004W: https://linuxtv.org
7005Q: http://patchwork.kernel.org/project/linux-media/list/
7006T: git git://linuxtv.org/media_tree.git
7007S: Maintained
7008F: Documentation/dvb/
7009F: Documentation/video4linux/
7010F: Documentation/DocBook/media/
7011F: drivers/media/
7012F: drivers/staging/media/
7013F: include/linux/platform_data/media/
7014F: include/media/
7015F: include/uapi/linux/dvb/
7016F: include/uapi/linux/videodev2.h
7017F: include/uapi/linux/media.h
7018F: include/uapi/linux/v4l2-*
7019F: include/uapi/linux/meye.h
7020F: include/uapi/linux/ivtv*
7021F: include/uapi/linux/uvcvideo.h
7022
7023MEDIATEK MT7601U WIRELESS LAN DRIVER
7024M: Jakub Kicinski <kubakici@wp.pl>
7025L: linux-wireless@vger.kernel.org
7026S: Maintained
7027F: drivers/net/wireless/mediatek/mt7601u/
7028
7029MEGARAID SCSI/SAS DRIVERS
7030M: Kashyap Desai <kashyap.desai@avagotech.com>
7031M: Sumit Saxena <sumit.saxena@avagotech.com>
7032M: Uday Lingala <uday.lingala@avagotech.com>
7033L: megaraidlinux.pdl@avagotech.com
7034L: linux-scsi@vger.kernel.org
7035W: http://www.lsi.com
7036S: Maintained
7037F: Documentation/scsi/megaraid.txt
7038F: drivers/scsi/megaraid.*
7039F: drivers/scsi/megaraid/
7040
7041MELLANOX ETHERNET DRIVER (mlx4_en)
7042M: Eugenia Emantayev <eugenia@mellanox.com>
7043L: netdev@vger.kernel.org
7044S: Supported
7045W: http://www.mellanox.com
7046Q: http://patchwork.ozlabs.org/project/netdev/list/
7047F: drivers/net/ethernet/mellanox/mlx4/en_*
7048
7049MELLANOX ETHERNET DRIVER (mlx5e)
7050M: Saeed Mahameed <saeedm@mellanox.com>
7051L: netdev@vger.kernel.org
7052S: Supported
7053W: http://www.mellanox.com
7054Q: http://patchwork.ozlabs.org/project/netdev/list/
7055F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7056
7057MELLANOX ETHERNET SWITCH DRIVERS
7058M: Jiri Pirko <jiri@mellanox.com>
7059M: Ido Schimmel <idosch@mellanox.com>
7060L: netdev@vger.kernel.org
7061S: Supported
7062W: http://www.mellanox.com
7063Q: http://patchwork.ozlabs.org/project/netdev/list/
7064F: drivers/net/ethernet/mellanox/mlxsw/
7065
7066MEMBARRIER SUPPORT
7067M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7068M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7069L: linux-kernel@vger.kernel.org
7070S: Supported
7071F: kernel/membarrier.c
7072F: include/uapi/linux/membarrier.h
7073
7074MEMORY MANAGEMENT
7075L: linux-mm@kvack.org
7076W: http://www.linux-mm.org
7077S: Maintained
7078F: include/linux/mm.h
7079F: include/linux/gfp.h
7080F: include/linux/mmzone.h
7081F: include/linux/memory_hotplug.h
7082F: include/linux/vmalloc.h
7083F: mm/
7084
7085MEMORY TECHNOLOGY DEVICES (MTD)
7086M: David Woodhouse <dwmw2@infradead.org>
7087M: Brian Norris <computersforpeace@gmail.com>
7088L: linux-mtd@lists.infradead.org
7089W: http://www.linux-mtd.infradead.org/
7090Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7091T: git git://git.infradead.org/linux-mtd.git
7092T: git git://git.infradead.org/l2-mtd.git
7093S: Maintained
7094F: drivers/mtd/
7095F: include/linux/mtd/
7096F: include/uapi/mtd/
7097
7098MEN A21 WATCHDOG DRIVER
7099M: Johannes Thumshirn <morbidrsa@gmail.com>
7100L: linux-watchdog@vger.kernel.org
7101S: Maintained
7102F: drivers/watchdog/mena21_wdt.c
7103
7104MEN CHAMELEON BUS (mcb)
7105M: Johannes Thumshirn <morbidrsa@gmail.com>
7106S: Maintained
7107F: drivers/mcb/
7108F: include/linux/mcb.h
7109F: Documentation/men-chameleon-bus.txt
7110
7111MEN F21BMC (Board Management Controller)
7112M: Andreas Werner <andreas.werner@men.de>
7113S: Supported
7114F: drivers/mfd/menf21bmc.c
7115F: drivers/watchdog/menf21bmc_wdt.c
7116F: drivers/leds/leds-menf21bmc.c
7117F: drivers/hwmon/menf21bmc_hwmon.c
7118F: Documentation/hwmon/menf21bmc
7119
7120METAG ARCHITECTURE
7121M: James Hogan <james.hogan@imgtec.com>
7122L: linux-metag@vger.kernel.org
7123T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7124S: Odd Fixes
7125F: arch/metag/
7126F: Documentation/metag/
7127F: Documentation/devicetree/bindings/metag/
7128F: Documentation/devicetree/bindings/interrupt-controller/img,*
7129F: drivers/clocksource/metag_generic.c
7130F: drivers/irqchip/irq-metag.c
7131F: drivers/irqchip/irq-metag-ext.c
7132F: drivers/tty/metag_da.c
7133
7134MICROBLAZE ARCHITECTURE
7135M: Michal Simek <monstr@monstr.eu>
7136W: http://www.monstr.eu/fdt/
7137T: git git://git.monstr.eu/linux-2.6-microblaze.git
7138S: Supported
7139F: arch/microblaze/
7140
7141MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7142M: Chen Yu <yu.c.chen@intel.com>
7143L: platform-driver-x86@vger.kernel.org
7144S: Supported
7145F: drivers/platform/x86/surfacepro3_button.c
7146
7147MICROTEK X6 SCANNER
7148M: Oliver Neukum <oliver@neukum.org>
7149S: Maintained
7150F: drivers/usb/image/microtek.*
7151
7152MIPS
7153M: Ralf Baechle <ralf@linux-mips.org>
7154L: linux-mips@linux-mips.org
7155W: http://www.linux-mips.org/
7156T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7157Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7158S: Supported
7159F: Documentation/mips/
7160F: arch/mips/
7161
7162MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7163M: Hans Verkuil <hverkuil@xs4all.nl>
7164L: linux-media@vger.kernel.org
7165T: git git://linuxtv.org/media_tree.git
7166W: https://linuxtv.org
7167S: Odd Fixes
7168F: drivers/media/radio/radio-miropcm20*
7169
7170MELLANOX MLX4 core VPI driver
7171M: Yishai Hadas <yishaih@mellanox.com>
7172L: netdev@vger.kernel.org
7173L: linux-rdma@vger.kernel.org
7174W: http://www.mellanox.com
7175Q: http://patchwork.ozlabs.org/project/netdev/list/
7176S: Supported
7177F: drivers/net/ethernet/mellanox/mlx4/
7178F: include/linux/mlx4/
7179
7180MELLANOX MLX4 IB driver
7181M: Yishai Hadas <yishaih@mellanox.com>
7182L: linux-rdma@vger.kernel.org
7183W: http://www.mellanox.com
7184Q: http://patchwork.kernel.org/project/linux-rdma/list/
7185S: Supported
7186F: drivers/infiniband/hw/mlx4/
7187F: include/linux/mlx4/
7188
7189MELLANOX MLX5 core VPI driver
7190M: Matan Barak <matanb@mellanox.com>
7191M: Leon Romanovsky <leonro@mellanox.com>
7192L: netdev@vger.kernel.org
7193L: linux-rdma@vger.kernel.org
7194W: http://www.mellanox.com
7195Q: http://patchwork.ozlabs.org/project/netdev/list/
7196S: Supported
7197F: drivers/net/ethernet/mellanox/mlx5/core/
7198F: include/linux/mlx5/
7199
7200MELLANOX MLX5 IB driver
7201M: Matan Barak <matanb@mellanox.com>
7202M: Leon Romanovsky <leonro@mellanox.com>
7203L: linux-rdma@vger.kernel.org
7204W: http://www.mellanox.com
7205Q: http://patchwork.kernel.org/project/linux-rdma/list/
7206S: Supported
7207F: drivers/infiniband/hw/mlx5/
7208F: include/linux/mlx5/
7209
7210MELEXIS MLX90614 DRIVER
7211M: Crt Mori <cmo@melexis.com>
7212L: linux-iio@vger.kernel.org
7213W: http://www.melexis.com
7214S: Supported
7215F: drivers/iio/temperature/mlx90614.c
7216
7217MN88472 MEDIA DRIVER
7218M: Antti Palosaari <crope@iki.fi>
7219L: linux-media@vger.kernel.org
7220W: https://linuxtv.org
7221W: http://palosaari.fi/linux/
7222Q: http://patchwork.linuxtv.org/project/linux-media/list/
7223T: git git://linuxtv.org/anttip/media_tree.git
7224S: Maintained
7225F: drivers/staging/media/mn88472/
7226F: drivers/media/dvb-frontends/mn88472.h
7227
7228MN88473 MEDIA DRIVER
7229M: Antti Palosaari <crope@iki.fi>
7230L: linux-media@vger.kernel.org
7231W: https://linuxtv.org
7232W: http://palosaari.fi/linux/
7233Q: http://patchwork.linuxtv.org/project/linux-media/list/
7234T: git git://linuxtv.org/anttip/media_tree.git
7235S: Maintained
7236F: drivers/staging/media/mn88473/
7237F: drivers/media/dvb-frontends/mn88473.h
7238
7239MODULE SUPPORT
7240M: Rusty Russell <rusty@rustcorp.com.au>
7241S: Maintained
7242F: include/linux/module.h
7243F: kernel/module.c
7244
7245MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7246W: http://popies.net/meye/
7247S: Orphan
7248F: Documentation/video4linux/meye.txt
7249F: drivers/media/pci/meye/
7250F: include/uapi/linux/meye.h
7251
7252MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7253M: Jiri Slaby <jirislaby@gmail.com>
7254S: Maintained
7255F: Documentation/serial/moxa-smartio
7256F: drivers/tty/mxser.*
7257
7258MR800 AVERMEDIA USB FM RADIO DRIVER
7259M: Alexey Klimov <klimov.linux@gmail.com>
7260L: linux-media@vger.kernel.org
7261T: git git://linuxtv.org/media_tree.git
7262S: Maintained
7263F: drivers/media/radio/radio-mr800.c
7264
7265MRF24J40 IEEE 802.15.4 RADIO DRIVER
7266M: Alan Ott <alan@signal11.us>
7267L: linux-wpan@vger.kernel.org
7268S: Maintained
7269F: drivers/net/ieee802154/mrf24j40.c
7270F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7271
7272MSI LAPTOP SUPPORT
7273M: "Lee, Chun-Yi" <jlee@suse.com>
7274L: platform-driver-x86@vger.kernel.org
7275S: Maintained
7276F: drivers/platform/x86/msi-laptop.c
7277
7278MSI WMI SUPPORT
7279L: platform-driver-x86@vger.kernel.org
7280S: Orphan
7281F: drivers/platform/x86/msi-wmi.c
7282
7283MSI001 MEDIA DRIVER
7284M: Antti Palosaari <crope@iki.fi>
7285L: linux-media@vger.kernel.org
7286W: https://linuxtv.org
7287W: http://palosaari.fi/linux/
7288Q: http://patchwork.linuxtv.org/project/linux-media/list/
7289T: git git://linuxtv.org/anttip/media_tree.git
7290S: Maintained
7291F: drivers/media/tuners/msi001*
7292
7293MSI2500 MEDIA DRIVER
7294M: Antti Palosaari <crope@iki.fi>
7295L: linux-media@vger.kernel.org
7296W: https://linuxtv.org
7297W: http://palosaari.fi/linux/
7298Q: http://patchwork.linuxtv.org/project/linux-media/list/
7299T: git git://linuxtv.org/anttip/media_tree.git
7300S: Maintained
7301F: drivers/media/usb/msi2500/
7302
7303MSYSTEMS DISKONCHIP G3 MTD DRIVER
7304M: Robert Jarzmik <robert.jarzmik@free.fr>
7305L: linux-mtd@lists.infradead.org
7306S: Maintained
7307F: drivers/mtd/devices/docg3*
7308
7309MT9M032 APTINA SENSOR DRIVER
7310M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7311L: linux-media@vger.kernel.org
7312T: git git://linuxtv.org/media_tree.git
7313S: Maintained
7314F: drivers/media/i2c/mt9m032.c
7315F: include/media/i2c/mt9m032.h
7316
7317MT9P031 APTINA CAMERA SENSOR
7318M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7319L: linux-media@vger.kernel.org
7320T: git git://linuxtv.org/media_tree.git
7321S: Maintained
7322F: drivers/media/i2c/mt9p031.c
7323F: include/media/i2c/mt9p031.h
7324
7325MT9T001 APTINA CAMERA SENSOR
7326M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7327L: linux-media@vger.kernel.org
7328T: git git://linuxtv.org/media_tree.git
7329S: Maintained
7330F: drivers/media/i2c/mt9t001.c
7331F: include/media/i2c/mt9t001.h
7332
7333MT9V032 APTINA CAMERA SENSOR
7334M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7335L: linux-media@vger.kernel.org
7336T: git git://linuxtv.org/media_tree.git
7337S: Maintained
7338F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7339F: drivers/media/i2c/mt9v032.c
7340F: include/media/i2c/mt9v032.h
7341
7342MULTIFUNCTION DEVICES (MFD)
7343M: Lee Jones <lee.jones@linaro.org>
7344T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7345S: Supported
7346F: drivers/mfd/
7347F: include/linux/mfd/
7348
7349MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7350M: Ulf Hansson <ulf.hansson@linaro.org>
7351L: linux-mmc@vger.kernel.org
7352T: git git://git.linaro.org/people/ulf.hansson/mmc.git
7353S: Maintained
7354F: drivers/mmc/
7355F: include/linux/mmc/
7356F: include/uapi/linux/mmc/
7357
7358MULTIMEDIA CARD (MMC) ETC. OVER SPI
7359S: Orphan
7360F: drivers/mmc/host/mmc_spi.c
7361F: include/linux/spi/mmc_spi.h
7362
7363MULTISOUND SOUND DRIVER
7364M: Andrew Veliath <andrewtv@usa.net>
7365S: Maintained
7366F: Documentation/sound/oss/MultiSound
7367F: sound/oss/msnd*
7368
7369MULTITECH MULTIPORT CARD (ISICOM)
7370S: Orphan
7371F: drivers/tty/isicom.c
7372F: include/linux/isicom.h
7373
7374MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7375M: Felipe Balbi <balbi@ti.com>
7376L: linux-usb@vger.kernel.org
7377T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7378S: Maintained
7379F: drivers/usb/musb/
7380
7381MXL5007T MEDIA DRIVER
7382M: Michael Krufky <mkrufky@linuxtv.org>
7383L: linux-media@vger.kernel.org
7384W: https://linuxtv.org
7385W: http://github.com/mkrufky
7386Q: http://patchwork.linuxtv.org/project/linux-media/list/
7387T: git git://linuxtv.org/mkrufky/tuners.git
7388S: Maintained
7389F: drivers/media/tuners/mxl5007t.*
7390
7391MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7392M: Hyong-Youb Kim <hykim@myri.com>
7393L: netdev@vger.kernel.org
7394W: https://www.myricom.com/support/downloads/myri10ge.html
7395S: Supported
7396F: drivers/net/ethernet/myricom/myri10ge/
7397
7398NATSEMI ETHERNET DRIVER (DP8381x)
7399S: Orphan
7400F: drivers/net/ethernet/natsemi/natsemi.c
7401
7402NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7403M: Daniel Mack <zonque@gmail.com>
7404S: Maintained
7405L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7406W: http://www.native-instruments.com
7407F: sound/usb/caiaq/
7408
7409NCP FILESYSTEM
7410M: Petr Vandrovec <petr@vandrovec.name>
7411S: Odd Fixes
7412F: fs/ncpfs/
7413
7414NCR 5380 SCSI DRIVERS
7415M: Finn Thain <fthain@telegraphics.com.au>
7416M: Michael Schmitz <schmitzmic@gmail.com>
7417L: linux-scsi@vger.kernel.org
7418S: Maintained
7419F: Documentation/scsi/g_NCR5380.txt
7420F: drivers/scsi/NCR5380.*
7421F: drivers/scsi/arm/cumana_1.c
7422F: drivers/scsi/arm/oak.c
7423F: drivers/scsi/atari_NCR5380.c
7424F: drivers/scsi/atari_scsi.*
7425F: drivers/scsi/dmx3191d.c
7426F: drivers/scsi/dtc.*
7427F: drivers/scsi/g_NCR5380.*
7428F: drivers/scsi/g_NCR5380_mmio.c
7429F: drivers/scsi/mac_scsi.*
7430F: drivers/scsi/pas16.*
7431F: drivers/scsi/sun3_scsi.*
7432F: drivers/scsi/sun3_scsi_vme.c
7433F: drivers/scsi/t128.*
7434
7435NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7436M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7437L: linux-scsi@vger.kernel.org
7438S: Maintained
7439F: drivers/scsi/NCR_D700.*
7440
7441NCT6775 HARDWARE MONITOR DRIVER
7442M: Guenter Roeck <linux@roeck-us.net>
7443L: lm-sensors@lm-sensors.org
7444S: Maintained
7445F: Documentation/hwmon/nct6775
7446F: drivers/hwmon/nct6775.c
7447
7448NETEFFECT IWARP RNIC DRIVER (IW_NES)
7449M: Faisal Latif <faisal.latif@intel.com>
7450L: linux-rdma@vger.kernel.org
7451W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7452S: Supported
7453F: drivers/infiniband/hw/nes/
7454
7455NETEM NETWORK EMULATOR
7456M: Stephen Hemminger <stephen@networkplumber.org>
7457L: netem@lists.linux-foundation.org
7458S: Maintained
7459F: net/sched/sch_netem.c
7460
7461NETERION 10GbE DRIVERS (s2io/vxge)
7462M: Jon Mason <jdmason@kudzu.us>
7463L: netdev@vger.kernel.org
7464S: Supported
7465F: Documentation/networking/s2io.txt
7466F: Documentation/networking/vxge.txt
7467F: drivers/net/ethernet/neterion/
7468
7469NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7470M: Pablo Neira Ayuso <pablo@netfilter.org>
7471M: Patrick McHardy <kaber@trash.net>
7472M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7473L: netfilter-devel@vger.kernel.org
7474L: coreteam@netfilter.org
7475W: http://www.netfilter.org/
7476W: http://www.iptables.org/
7477Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7478T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7479T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7480S: Supported
7481F: include/linux/netfilter*
7482F: include/linux/netfilter/
7483F: include/net/netfilter/
7484F: include/uapi/linux/netfilter*
7485F: include/uapi/linux/netfilter/
7486F: net/*/netfilter.c
7487F: net/*/netfilter/
7488F: net/netfilter/
7489F: net/bridge/br_netfilter*.c
7490
7491NETLABEL
7492M: Paul Moore <paul@paul-moore.com>
7493W: http://netlabel.sf.net
7494L: netdev@vger.kernel.org
7495S: Maintained
7496F: Documentation/netlabel/
7497F: include/net/netlabel.h
7498F: net/netlabel/
7499
7500NETROM NETWORK LAYER
7501M: Ralf Baechle <ralf@linux-mips.org>
7502L: linux-hams@vger.kernel.org
7503W: http://www.linux-ax25.org/
7504S: Maintained
7505F: include/net/netrom.h
7506F: include/uapi/linux/netrom.h
7507F: net/netrom/
7508
7509NETRONOME ETHERNET DRIVERS
7510M: Jakub Kicinski <jakub.kicinski@netronome.com>
7511M: Rolf Neugebauer <rolf.neugebauer@netronome.com>
7512L: oss-drivers@netronome.com
7513S: Maintained
7514F: drivers/net/ethernet/netronome/
7515
7516NETWORK BLOCK DEVICE (NBD)
7517M: Markus Pargmann <mpa@pengutronix.de>
7518S: Maintained
7519L: nbd-general@lists.sourceforge.net
7520T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
7521F: Documentation/blockdev/nbd.txt
7522F: drivers/block/nbd.c
7523F: include/uapi/linux/nbd.h
7524
7525NETWORK DROP MONITOR
7526M: Neil Horman <nhorman@tuxdriver.com>
7527L: netdev@vger.kernel.org
7528S: Maintained
7529W: https://fedorahosted.org/dropwatch/
7530F: net/core/drop_monitor.c
7531
7532NETWORKING [GENERAL]
7533M: "David S. Miller" <davem@davemloft.net>
7534L: netdev@vger.kernel.org
7535W: http://www.linuxfoundation.org/en/Net
7536Q: http://patchwork.ozlabs.org/project/netdev/list/
7537T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7538T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7539S: Maintained
7540F: net/
7541F: include/net/
7542F: include/linux/in.h
7543F: include/linux/net.h
7544F: include/linux/netdevice.h
7545F: include/uapi/linux/in.h
7546F: include/uapi/linux/net.h
7547F: include/uapi/linux/netdevice.h
7548F: include/uapi/linux/net_namespace.h
7549F: tools/net/
7550F: tools/testing/selftests/net/
7551F: lib/random32.c
7552F: lib/test_bpf.c
7553
7554NETWORKING [IPv4/IPv6]
7555M: "David S. Miller" <davem@davemloft.net>
7556M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7557M: James Morris <jmorris@namei.org>
7558M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7559M: Patrick McHardy <kaber@trash.net>
7560L: netdev@vger.kernel.org
7561T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7562S: Maintained
7563F: net/ipv4/
7564F: net/ipv6/
7565F: include/net/ip*
7566F: arch/x86/net/*
7567
7568NETWORKING [IPSEC]
7569M: Steffen Klassert <steffen.klassert@secunet.com>
7570M: Herbert Xu <herbert@gondor.apana.org.au>
7571M: "David S. Miller" <davem@davemloft.net>
7572L: netdev@vger.kernel.org
7573T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7574T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7575S: Maintained
7576F: net/core/flow.c
7577F: net/xfrm/
7578F: net/key/
7579F: net/ipv4/xfrm*
7580F: net/ipv4/esp4.c
7581F: net/ipv4/ah4.c
7582F: net/ipv4/ipcomp.c
7583F: net/ipv4/ip_vti.c
7584F: net/ipv6/xfrm*
7585F: net/ipv6/esp6.c
7586F: net/ipv6/ah6.c
7587F: net/ipv6/ipcomp6.c
7588F: net/ipv6/ip6_vti.c
7589F: include/uapi/linux/xfrm.h
7590F: include/net/xfrm.h
7591
7592NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7593M: Paul Moore <paul@paul-moore.com>
7594L: netdev@vger.kernel.org
7595S: Maintained
7596
7597NETWORKING [WIRELESS]
7598L: linux-wireless@vger.kernel.org
7599Q: http://patchwork.kernel.org/project/linux-wireless/list/
7600
7601NETWORKING DRIVERS
7602L: netdev@vger.kernel.org
7603W: http://www.linuxfoundation.org/en/Net
7604Q: http://patchwork.ozlabs.org/project/netdev/list/
7605T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7606T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7607S: Odd Fixes
7608F: drivers/net/
7609F: include/linux/if_*
7610F: include/linux/netdevice.h
7611F: include/linux/etherdevice.h
7612F: include/linux/fcdevice.h
7613F: include/linux/fddidevice.h
7614F: include/linux/hippidevice.h
7615F: include/linux/inetdevice.h
7616F: include/uapi/linux/if_*
7617F: include/uapi/linux/netdevice.h
7618
7619NETWORKING DRIVERS (WIRELESS)
7620M: Kalle Valo <kvalo@codeaurora.org>
7621L: linux-wireless@vger.kernel.org
7622Q: http://patchwork.kernel.org/project/linux-wireless/list/
7623T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7624T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7625S: Maintained
7626F: drivers/net/wireless/
7627
7628NETXEN (1/10) GbE SUPPORT
7629M: Manish Chopra <manish.chopra@qlogic.com>
7630M: Sony Chacko <sony.chacko@qlogic.com>
7631M: Rajesh Borundia <rajesh.borundia@qlogic.com>
7632L: netdev@vger.kernel.org
7633W: http://www.qlogic.com
7634S: Supported
7635F: drivers/net/ethernet/qlogic/netxen/
7636
7637NFC SUBSYSTEM
7638M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7639M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7640M: Samuel Ortiz <sameo@linux.intel.com>
7641L: linux-wireless@vger.kernel.org
7642L: linux-nfc@lists.01.org (subscribers-only)
7643S: Supported
7644F: net/nfc/
7645F: include/net/nfc/
7646F: include/uapi/linux/nfc.h
7647F: drivers/nfc/
7648F: include/linux/platform_data/microread.h
7649F: include/linux/platform_data/nfcmrvl.h
7650F: include/linux/platform_data/nxp-nci.h
7651F: include/linux/platform_data/pn544.h
7652F: include/linux/platform_data/st21nfca.h
7653F: include/linux/platform_data/st-nci.h
7654F: Documentation/devicetree/bindings/net/nfc/
7655
7656NFS, SUNRPC, AND LOCKD CLIENTS
7657M: Trond Myklebust <trond.myklebust@primarydata.com>
7658M: Anna Schumaker <anna.schumaker@netapp.com>
7659L: linux-nfs@vger.kernel.org
7660W: http://client.linux-nfs.org
7661T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7662S: Maintained
7663F: fs/lockd/
7664F: fs/nfs/
7665F: fs/nfs_common/
7666F: net/sunrpc/
7667F: include/linux/lockd/
7668F: include/linux/nfs*
7669F: include/linux/sunrpc/
7670F: include/uapi/linux/nfs*
7671F: include/uapi/linux/sunrpc/
7672
7673NILFS2 FILESYSTEM
7674M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7675L: linux-nilfs@vger.kernel.org
7676W: http://nilfs.sourceforge.net/
7677T: git git://github.com/konis/nilfs2.git
7678S: Supported
7679F: Documentation/filesystems/nilfs2.txt
7680F: fs/nilfs2/
7681F: include/linux/nilfs2_fs.h
7682F: include/trace/events/nilfs2.h
7683
7684NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7685M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7686W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7687S: Maintained
7688F: Documentation/scsi/NinjaSCSI.txt
7689F: drivers/scsi/pcmcia/nsp_*
7690
7691NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7692M: GOTO Masanori <gotom@debian.or.jp>
7693M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7694W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7695S: Maintained
7696F: Documentation/scsi/NinjaSCSI.txt
7697F: drivers/scsi/nsp32*
7698
7699NIOS2 ARCHITECTURE
7700M: Ley Foon Tan <lftan@altera.com>
7701L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7702T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7703S: Maintained
7704F: arch/nios2/
7705
7706NOKIA N900 POWER SUPPLY DRIVERS
7707M: Pali Rohár <pali.rohar@gmail.com>
7708S: Maintained
7709F: include/linux/power/bq2415x_charger.h
7710F: include/linux/power/bq27xxx_battery.h
7711F: include/linux/power/isp1704_charger.h
7712F: drivers/power/bq2415x_charger.c
7713F: drivers/power/bq27xxx_battery.c
7714F: drivers/power/isp1704_charger.c
7715F: drivers/power/rx51_battery.c
7716
7717NTB DRIVER CORE
7718M: Jon Mason <jdmason@kudzu.us>
7719M: Dave Jiang <dave.jiang@intel.com>
7720M: Allen Hubbe <Allen.Hubbe@emc.com>
7721L: linux-ntb@googlegroups.com
7722S: Supported
7723W: https://github.com/jonmason/ntb/wiki
7724T: git git://github.com/jonmason/ntb.git
7725F: drivers/ntb/
7726F: drivers/net/ntb_netdev.c
7727F: include/linux/ntb.h
7728F: include/linux/ntb_transport.h
7729
7730NTB INTEL DRIVER
7731M: Jon Mason <jdmason@kudzu.us>
7732M: Dave Jiang <dave.jiang@intel.com>
7733L: linux-ntb@googlegroups.com
7734S: Supported
7735W: https://github.com/jonmason/ntb/wiki
7736T: git git://github.com/jonmason/ntb.git
7737F: drivers/ntb/hw/intel/
7738
7739NTB AMD DRIVER
7740M: Xiangliang Yu <Xiangliang.Yu@amd.com>
7741L: linux-ntb@googlegroups.com
7742S: Supported
7743F: drivers/ntb/hw/amd/
7744
7745NTFS FILESYSTEM
7746M: Anton Altaparmakov <anton@tuxera.com>
7747L: linux-ntfs-dev@lists.sourceforge.net
7748W: http://www.tuxera.com/
7749T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7750S: Supported
7751F: Documentation/filesystems/ntfs.txt
7752F: fs/ntfs/
7753
7754NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7755M: Antonino Daplas <adaplas@gmail.com>
7756L: linux-fbdev@vger.kernel.org
7757S: Maintained
7758F: drivers/video/fbdev/riva/
7759F: drivers/video/fbdev/nvidia/
7760
7761NVM EXPRESS DRIVER
7762M: Keith Busch <keith.busch@intel.com>
7763M: Jens Axboe <axboe@fb.com>
7764L: linux-nvme@lists.infradead.org
7765T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7766W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7767S: Supported
7768F: drivers/nvme/host/
7769F: include/linux/nvme.h
7770
7771NVMEM FRAMEWORK
7772M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7773M: Maxime Ripard <maxime.ripard@free-electrons.com>
7774S: Maintained
7775F: drivers/nvmem/
7776F: Documentation/devicetree/bindings/nvmem/
7777F: include/linux/nvmem-consumer.h
7778F: include/linux/nvmem-provider.h
7779
7780NXP-NCI NFC DRIVER
7781M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7782R: Charles Gorand <charles.gorand@effinnov.com>
7783L: linux-nfc@lists.01.org (moderated for non-subscribers)
7784S: Supported
7785F: drivers/nfc/nxp-nci
7786
7787NXP TDA998X DRM DRIVER
7788M: Russell King <rmk+kernel@arm.linux.org.uk>
7789S: Supported
7790F: drivers/gpu/drm/i2c/tda998x_drv.c
7791F: include/drm/i2c/tda998x.h
7792
7793NXP TFA9879 DRIVER
7794M: Peter Rosin <peda@axentia.se>
7795L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7796S: Maintained
7797F: sound/soc/codecs/tfa9879*
7798
7799OMAP SUPPORT
7800M: Tony Lindgren <tony@atomide.com>
7801L: linux-omap@vger.kernel.org
7802W: http://www.muru.com/linux/omap/
7803W: http://linux.omap.com/
7804Q: http://patchwork.kernel.org/project/linux-omap/list/
7805T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7806S: Maintained
7807F: arch/arm/*omap*/
7808F: arch/arm/configs/omap1_defconfig
7809F: arch/arm/configs/omap2plus_defconfig
7810F: drivers/i2c/busses/i2c-omap.c
7811F: drivers/irqchip/irq-omap-intc.c
7812F: drivers/mfd/*omap*.c
7813F: drivers/mfd/menelaus.c
7814F: drivers/mfd/palmas.c
7815F: drivers/mfd/tps65217.c
7816F: drivers/mfd/tps65218.c
7817F: drivers/mfd/tps65910.c
7818F: drivers/mfd/twl-core.[ch]
7819F: drivers/mfd/twl4030*.c
7820F: drivers/mfd/twl6030*.c
7821F: drivers/mfd/twl6040*.c
7822F: drivers/regulator/palmas-regulator*.c
7823F: drivers/regulator/pbias-regulator.c
7824F: drivers/regulator/tps65217-regulator.c
7825F: drivers/regulator/tps65218-regulator.c
7826F: drivers/regulator/tps65910-regulator.c
7827F: drivers/regulator/twl-regulator.c
7828F: include/linux/i2c-omap.h
7829
7830OMAP DEVICE TREE SUPPORT
7831M: Benoît Cousson <bcousson@baylibre.com>
7832M: Tony Lindgren <tony@atomide.com>
7833L: linux-omap@vger.kernel.org
7834L: devicetree@vger.kernel.org
7835S: Maintained
7836F: arch/arm/boot/dts/*omap*
7837F: arch/arm/boot/dts/*am3*
7838F: arch/arm/boot/dts/*am4*
7839F: arch/arm/boot/dts/*am5*
7840F: arch/arm/boot/dts/*dra7*
7841
7842OMAP CLOCK FRAMEWORK SUPPORT
7843M: Paul Walmsley <paul@pwsan.com>
7844L: linux-omap@vger.kernel.org
7845S: Maintained
7846F: arch/arm/*omap*/*clock*
7847
7848OMAP POWER MANAGEMENT SUPPORT
7849M: Kevin Hilman <khilman@deeprootsystems.com>
7850L: linux-omap@vger.kernel.org
7851S: Maintained
7852F: arch/arm/*omap*/*pm*
7853F: drivers/cpufreq/omap-cpufreq.c
7854
7855OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7856M: Rajendra Nayak <rnayak@ti.com>
7857M: Paul Walmsley <paul@pwsan.com>
7858L: linux-omap@vger.kernel.org
7859S: Maintained
7860F: arch/arm/mach-omap2/prm*
7861
7862OMAP AUDIO SUPPORT
7863M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7864M: Jarkko Nikula <jarkko.nikula@bitmer.com>
7865L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7866L: linux-omap@vger.kernel.org
7867S: Maintained
7868F: sound/soc/omap/
7869
7870OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7871M: Roger Quadros <rogerq@ti.com>
7872M: Tony Lindgren <tony@atomide.com>
7873L: linux-omap@vger.kernel.org
7874S: Maintained
7875F: drivers/memory/omap-gpmc.c
7876F: arch/arm/mach-omap2/*gpmc*
7877
7878OMAP FRAMEBUFFER SUPPORT
7879M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7880L: linux-fbdev@vger.kernel.org
7881L: linux-omap@vger.kernel.org
7882S: Maintained
7883F: drivers/video/fbdev/omap/
7884
7885OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7886M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7887L: linux-omap@vger.kernel.org
7888L: linux-fbdev@vger.kernel.org
7889S: Maintained
7890F: drivers/video/fbdev/omap2/
7891F: Documentation/arm/OMAP/DSS
7892
7893OMAP HARDWARE SPINLOCK SUPPORT
7894M: Ohad Ben-Cohen <ohad@wizery.com>
7895L: linux-omap@vger.kernel.org
7896S: Maintained
7897F: drivers/hwspinlock/omap_hwspinlock.c
7898
7899OMAP MMC SUPPORT
7900M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
7901L: linux-omap@vger.kernel.org
7902S: Maintained
7903F: drivers/mmc/host/omap.c
7904
7905OMAP HS MMC SUPPORT
7906L: linux-mmc@vger.kernel.org
7907L: linux-omap@vger.kernel.org
7908S: Orphan
7909F: drivers/mmc/host/omap_hsmmc.c
7910
7911OMAP RANDOM NUMBER GENERATOR SUPPORT
7912M: Deepak Saxena <dsaxena@plexity.net>
7913S: Maintained
7914F: drivers/char/hw_random/omap-rng.c
7915
7916OMAP HWMOD SUPPORT
7917M: Benoît Cousson <bcousson@baylibre.com>
7918M: Paul Walmsley <paul@pwsan.com>
7919L: linux-omap@vger.kernel.org
7920S: Maintained
7921F: arch/arm/mach-omap2/omap_hwmod.*
7922
7923OMAP HWMOD DATA
7924M: Paul Walmsley <paul@pwsan.com>
7925L: linux-omap@vger.kernel.org
7926S: Maintained
7927F: arch/arm/mach-omap2/omap_hwmod*data*
7928
7929OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7930M: Benoît Cousson <bcousson@baylibre.com>
7931L: linux-omap@vger.kernel.org
7932S: Maintained
7933F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7934
7935OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7936M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7937L: linux-media@vger.kernel.org
7938S: Maintained
7939F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
7940F: drivers/media/platform/omap3isp/
7941F: drivers/staging/media/omap4iss/
7942
7943OMAP USB SUPPORT
7944M: Felipe Balbi <balbi@ti.com>
7945L: linux-usb@vger.kernel.org
7946L: linux-omap@vger.kernel.org
7947T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7948S: Maintained
7949F: drivers/usb/*/*omap*
7950F: arch/arm/*omap*/usb*
7951
7952OMAP GPIO DRIVER
7953M: Grygorii Strashko <grygorii.strashko@ti.com>
7954M: Santosh Shilimkar <ssantosh@kernel.org>
7955M: Kevin Hilman <khilman@deeprootsystems.com>
7956L: linux-omap@vger.kernel.org
7957S: Maintained
7958F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
7959F: drivers/gpio/gpio-omap.c
7960
7961OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7962M: Mark Jackson <mpfj@newflow.co.uk>
7963L: linux-omap@vger.kernel.org
7964S: Maintained
7965F: arch/arm/boot/dts/am335x-nano.dts
7966
7967OMFS FILESYSTEM
7968M: Bob Copeland <me@bobcopeland.com>
7969L: linux-karma-devel@lists.sourceforge.net
7970S: Maintained
7971F: Documentation/filesystems/omfs.txt
7972F: fs/omfs/
7973
7974OMNIKEY CARDMAN 4000 DRIVER
7975M: Harald Welte <laforge@gnumonks.org>
7976S: Maintained
7977F: drivers/char/pcmcia/cm4000_cs.c
7978F: include/linux/cm4000_cs.h
7979F: include/uapi/linux/cm4000_cs.h
7980
7981OMNIKEY CARDMAN 4040 DRIVER
7982M: Harald Welte <laforge@gnumonks.org>
7983S: Maintained
7984F: drivers/char/pcmcia/cm4040_cs.*
7985
7986OMNIVISION OV7670 SENSOR DRIVER
7987M: Jonathan Corbet <corbet@lwn.net>
7988L: linux-media@vger.kernel.org
7989T: git git://linuxtv.org/media_tree.git
7990S: Maintained
7991F: drivers/media/i2c/ov7670.c
7992
7993ONENAND FLASH DRIVER
7994M: Kyungmin Park <kyungmin.park@samsung.com>
7995L: linux-mtd@lists.infradead.org
7996S: Maintained
7997F: drivers/mtd/onenand/
7998F: include/linux/mtd/onenand*.h
7999
8000ONSTREAM SCSI TAPE DRIVER
8001M: Willem Riede <osst@riede.org>
8002L: osst-users@lists.sourceforge.net
8003L: linux-scsi@vger.kernel.org
8004S: Maintained
8005F: Documentation/scsi/osst.txt
8006F: drivers/scsi/osst.*
8007F: drivers/scsi/osst_*.h
8008F: drivers/scsi/st.h
8009
8010OPENCORES I2C BUS DRIVER
8011M: Peter Korsgaard <jacmet@sunsite.dk>
8012L: linux-i2c@vger.kernel.org
8013S: Maintained
8014F: Documentation/i2c/busses/i2c-ocores
8015F: drivers/i2c/busses/i2c-ocores.c
8016
8017OPEN FIRMWARE AND FLATTENED DEVICE TREE
8018M: Rob Herring <robh+dt@kernel.org>
8019M: Frank Rowand <frowand.list@gmail.com>
8020M: Grant Likely <grant.likely@linaro.org>
8021L: devicetree@vger.kernel.org
8022W: http://www.devicetree.org/
8023T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8024S: Maintained
8025F: drivers/of/
8026F: include/linux/of*.h
8027F: scripts/dtc/
8028
8029OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8030M: Rob Herring <robh+dt@kernel.org>
8031M: Pawel Moll <pawel.moll@arm.com>
8032M: Mark Rutland <mark.rutland@arm.com>
8033M: Ian Campbell <ijc+devicetree@hellion.org.uk>
8034M: Kumar Gala <galak@codeaurora.org>
8035L: devicetree@vger.kernel.org
8036T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8037S: Maintained
8038F: Documentation/devicetree/
8039F: arch/*/boot/dts/
8040F: include/dt-bindings/
8041
8042OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8043M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8044L: devicetree@vger.kernel.org
8045S: Maintained
8046F: Documentation/devicetree/dynamic-resolution-notes.txt
8047F: Documentation/devicetree/overlay-notes.txt
8048F: drivers/of/overlay.c
8049F: drivers/of/resolver.c
8050
8051OPENRISC ARCHITECTURE
8052M: Jonas Bonn <jonas@southpole.se>
8053W: http://openrisc.net
8054L: linux@lists.openrisc.net (moderated for non-subscribers)
8055S: Maintained
8056T: git git://openrisc.net/~jonas/linux
8057F: arch/openrisc/
8058
8059OPENVSWITCH
8060M: Pravin Shelar <pshelar@nicira.com>
8061L: netdev@vger.kernel.org
8062L: dev@openvswitch.org
8063W: http://openvswitch.org
8064S: Maintained
8065F: net/openvswitch/
8066F: include/uapi/linux/openvswitch.h
8067
8068OPERATING PERFORMANCE POINTS (OPP)
8069M: Viresh Kumar <vireshk@kernel.org>
8070M: Nishanth Menon <nm@ti.com>
8071M: Stephen Boyd <sboyd@codeaurora.org>
8072L: linux-pm@vger.kernel.org
8073S: Maintained
8074T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8075F: drivers/base/power/opp/
8076F: include/linux/pm_opp.h
8077F: Documentation/power/opp.txt
8078F: Documentation/devicetree/bindings/opp/
8079
8080OPL4 DRIVER
8081M: Clemens Ladisch <clemens@ladisch.de>
8082L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8083T: git git://git.alsa-project.org/alsa-kernel.git
8084S: Maintained
8085F: sound/drivers/opl4/
8086
8087OPROFILE
8088M: Robert Richter <rric@kernel.org>
8089L: oprofile-list@lists.sf.net
8090S: Maintained
8091F: arch/*/include/asm/oprofile*.h
8092F: arch/*/oprofile/
8093F: drivers/oprofile/
8094F: include/linux/oprofile.h
8095
8096ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8097M: Mark Fasheh <mfasheh@suse.com>
8098M: Joel Becker <jlbec@evilplan.org>
8099L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8100W: http://ocfs2.wiki.kernel.org
8101S: Supported
8102F: Documentation/filesystems/ocfs2.txt
8103F: Documentation/filesystems/dlmfs.txt
8104F: fs/ocfs2/
8105
8106ORINOCO DRIVER
8107L: linux-wireless@vger.kernel.org
8108W: http://wireless.kernel.org/en/users/Drivers/orinoco
8109W: http://www.nongnu.org/orinoco/
8110S: Orphan
8111F: drivers/net/wireless/intersil/orinoco/
8112
8113OSD LIBRARY and FILESYSTEM
8114M: Boaz Harrosh <ooo@electrozaur.com>
8115M: Benny Halevy <bhalevy@primarydata.com>
8116L: osd-dev@open-osd.org
8117W: http://open-osd.org
8118T: git git://git.open-osd.org/open-osd.git
8119S: Maintained
8120F: drivers/scsi/osd/
8121F: include/scsi/osd_*
8122F: fs/exofs/
8123
8124OVERLAY FILESYSTEM
8125M: Miklos Szeredi <miklos@szeredi.hu>
8126L: linux-unionfs@vger.kernel.org
8127T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8128S: Supported
8129F: fs/overlayfs/
8130F: Documentation/filesystems/overlayfs.txt
8131
8132P54 WIRELESS DRIVER
8133M: Christian Lamparter <chunkeey@googlemail.com>
8134L: linux-wireless@vger.kernel.org
8135W: http://wireless.kernel.org/en/users/Drivers/p54
8136S: Maintained
8137F: drivers/net/wireless/intersil/p54/
8138
8139PA SEMI ETHERNET DRIVER
8140M: Olof Johansson <olof@lixom.net>
8141L: netdev@vger.kernel.org
8142S: Maintained
8143F: drivers/net/ethernet/pasemi/*
8144
8145PA SEMI SMBUS DRIVER
8146M: Olof Johansson <olof@lixom.net>
8147L: linux-i2c@vger.kernel.org
8148S: Maintained
8149F: drivers/i2c/busses/i2c-pasemi.c
8150
8151PADATA PARALLEL EXECUTION MECHANISM
8152M: Steffen Klassert <steffen.klassert@secunet.com>
8153L: linux-crypto@vger.kernel.org
8154S: Maintained
8155F: kernel/padata.c
8156F: include/linux/padata.h
8157F: Documentation/padata.txt
8158
8159PANASONIC LAPTOP ACPI EXTRAS DRIVER
8160M: Harald Welte <laforge@gnumonks.org>
8161L: platform-driver-x86@vger.kernel.org
8162S: Maintained
8163F: drivers/platform/x86/panasonic-laptop.c
8164
8165PANASONIC MN10300/AM33/AM34 PORT
8166M: David Howells <dhowells@redhat.com>
8167M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8168L: linux-am33-list@redhat.com (moderated for non-subscribers)
8169W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8170S: Maintained
8171F: Documentation/mn10300/
8172F: arch/mn10300/
8173
8174PARALLEL PORT SUBSYSTEM
8175M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8176M: Sudip Mukherjee <sudip@vectorindia.org>
8177L: linux-parport@lists.infradead.org (subscribers-only)
8178S: Maintained
8179F: drivers/parport/
8180F: include/linux/parport*.h
8181F: drivers/char/ppdev.c
8182F: include/uapi/linux/ppdev.h
8183F: Documentation/parport*.txt
8184
8185PARAVIRT_OPS INTERFACE
8186M: Jeremy Fitzhardinge <jeremy@goop.org>
8187M: Chris Wright <chrisw@sous-sol.org>
8188M: Alok Kataria <akataria@vmware.com>
8189M: Rusty Russell <rusty@rustcorp.com.au>
8190L: virtualization@lists.linux-foundation.org
8191S: Supported
8192F: Documentation/virtual/paravirt_ops.txt
8193F: arch/*/kernel/paravirt*
8194F: arch/*/include/asm/paravirt.h
8195
8196PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8197M: Tim Waugh <tim@cyberelk.net>
8198L: linux-parport@lists.infradead.org (subscribers-only)
8199S: Maintained
8200F: Documentation/blockdev/paride.txt
8201F: drivers/block/paride/
8202
8203PARISC ARCHITECTURE
8204M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8205M: Helge Deller <deller@gmx.de>
8206L: linux-parisc@vger.kernel.org
8207W: http://www.parisc-linux.org/
8208Q: http://patchwork.kernel.org/project/linux-parisc/list/
8209T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8210T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8211S: Maintained
8212F: arch/parisc/
8213F: Documentation/parisc/
8214F: drivers/parisc/
8215F: drivers/char/agp/parisc-agp.c
8216F: drivers/input/serio/gscps2.c
8217F: drivers/parport/parport_gsc.*
8218F: drivers/tty/serial/8250/8250_gsc.c
8219F: drivers/video/fbdev/sti*
8220F: drivers/video/console/sti*
8221F: drivers/video/logo/logo_parisc*
8222
8223PC87360 HARDWARE MONITORING DRIVER
8224M: Jim Cromie <jim.cromie@gmail.com>
8225L: lm-sensors@lm-sensors.org
8226S: Maintained
8227F: Documentation/hwmon/pc87360
8228F: drivers/hwmon/pc87360.c
8229
8230PC8736x GPIO DRIVER
8231M: Jim Cromie <jim.cromie@gmail.com>
8232S: Maintained
8233F: drivers/char/pc8736x_gpio.c
8234
8235PC87427 HARDWARE MONITORING DRIVER
8236M: Jean Delvare <jdelvare@suse.com>
8237L: lm-sensors@lm-sensors.org
8238S: Maintained
8239F: Documentation/hwmon/pc87427
8240F: drivers/hwmon/pc87427.c
8241
8242PCA9532 LED DRIVER
8243M: Riku Voipio <riku.voipio@iki.fi>
8244S: Maintained
8245F: drivers/leds/leds-pca9532.c
8246F: include/linux/leds-pca9532.h
8247
8248PCA9541 I2C BUS MASTER SELECTOR DRIVER
8249M: Guenter Roeck <linux@roeck-us.net>
8250L: linux-i2c@vger.kernel.org
8251S: Maintained
8252F: drivers/i2c/muxes/i2c-mux-pca9541.c
8253
8254PCDP - PRIMARY CONSOLE AND DEBUG PORT
8255M: Khalid Aziz <khalid@gonehiking.org>
8256S: Maintained
8257F: drivers/firmware/pcdp.*
8258
8259PCI ERROR RECOVERY
8260M: Linas Vepstas <linasvepstas@gmail.com>
8261L: linux-pci@vger.kernel.org
8262S: Supported
8263F: Documentation/PCI/pci-error-recovery.txt
8264
8265PCI SUBSYSTEM
8266M: Bjorn Helgaas <bhelgaas@google.com>
8267L: linux-pci@vger.kernel.org
8268Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8269T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8270S: Supported
8271F: Documentation/PCI/
8272F: drivers/pci/
8273F: include/linux/pci*
8274F: arch/x86/pci/
8275F: arch/x86/kernel/quirks.c
8276
8277PCI DRIVER FOR ALTERA PCIE IP
8278M: Ley Foon Tan <lftan@altera.com>
8279L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8280L: linux-pci@vger.kernel.org
8281S: Supported
8282F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8283F: drivers/pci/host/pcie-altera.c
8284
8285PCI DRIVER FOR ARM VERSATILE PLATFORM
8286M: Rob Herring <robh@kernel.org>
8287L: linux-pci@vger.kernel.org
8288L: linux-arm-kernel@lists.infradead.org
8289S: Maintained
8290F: Documentation/devicetree/bindings/pci/versatile.txt
8291F: drivers/pci/host/pci-versatile.c
8292
8293PCI DRIVER FOR APPLIEDMICRO XGENE
8294M: Tanmay Inamdar <tinamdar@apm.com>
8295L: linux-pci@vger.kernel.org
8296L: linux-arm-kernel@lists.infradead.org
8297S: Maintained
8298F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8299F: drivers/pci/host/pci-xgene.c
8300
8301PCI DRIVER FOR FREESCALE LAYERSCAPE
8302M: Minghuan Lian <minghuan.Lian@freescale.com>
8303M: Mingkai Hu <mingkai.hu@freescale.com>
8304M: Roy Zang <tie-fei.zang@freescale.com>
8305L: linuxppc-dev@lists.ozlabs.org
8306L: linux-pci@vger.kernel.org
8307L: linux-arm-kernel@lists.infradead.org
8308S: Maintained
8309F: drivers/pci/host/*layerscape*
8310
8311PCI DRIVER FOR IMX6
8312M: Richard Zhu <Richard.Zhu@freescale.com>
8313M: Lucas Stach <l.stach@pengutronix.de>
8314L: linux-pci@vger.kernel.org
8315L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8316S: Maintained
8317F: drivers/pci/host/*imx6*
8318
8319PCI DRIVER FOR TI KEYSTONE
8320M: Murali Karicheri <m-karicheri2@ti.com>
8321L: linux-pci@vger.kernel.org
8322L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8323S: Maintained
8324F: drivers/pci/host/*keystone*
8325
8326PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8327M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8328M: Jason Cooper <jason@lakedaemon.net>
8329L: linux-pci@vger.kernel.org
8330L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8331S: Maintained
8332F: drivers/pci/host/*mvebu*
8333
8334PCI DRIVER FOR NVIDIA TEGRA
8335M: Thierry Reding <thierry.reding@gmail.com>
8336L: linux-tegra@vger.kernel.org
8337L: linux-pci@vger.kernel.org
8338S: Supported
8339F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8340F: drivers/pci/host/pci-tegra.c
8341
8342PCI DRIVER FOR TI DRA7XX
8343M: Kishon Vijay Abraham I <kishon@ti.com>
8344L: linux-omap@vger.kernel.org
8345L: linux-pci@vger.kernel.org
8346S: Supported
8347F: Documentation/devicetree/bindings/pci/ti-pci.txt
8348F: drivers/pci/host/pci-dra7xx.c
8349
8350PCI DRIVER FOR RENESAS R-CAR
8351M: Simon Horman <horms@verge.net.au>
8352L: linux-pci@vger.kernel.org
8353L: linux-renesas-soc@vger.kernel.org
8354S: Maintained
8355F: drivers/pci/host/*rcar*
8356
8357PCI DRIVER FOR SAMSUNG EXYNOS
8358M: Jingoo Han <jingoohan1@gmail.com>
8359L: linux-pci@vger.kernel.org
8360L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8361L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8362S: Maintained
8363F: drivers/pci/host/pci-exynos.c
8364
8365PCI DRIVER FOR SYNOPSIS DESIGNWARE
8366M: Jingoo Han <jingoohan1@gmail.com>
8367M: Pratyush Anand <pratyush.anand@gmail.com>
8368L: linux-pci@vger.kernel.org
8369S: Maintained
8370F: drivers/pci/host/*designware*
8371
8372PCI DRIVER FOR GENERIC OF HOSTS
8373M: Will Deacon <will.deacon@arm.com>
8374L: linux-pci@vger.kernel.org
8375L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8376S: Maintained
8377F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8378F: drivers/pci/host/pci-host-generic.c
8379
8380PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8381M: Keith Busch <keith.busch@intel.com>
8382L: linux-pci@vger.kernel.org
8383S: Supported
8384F: arch/x86/pci/vmd.c
8385
8386PCIE DRIVER FOR ST SPEAR13XX
8387M: Pratyush Anand <pratyush.anand@gmail.com>
8388L: linux-pci@vger.kernel.org
8389S: Maintained
8390F: drivers/pci/host/*spear*
8391
8392PCI MSI DRIVER FOR ALTERA MSI IP
8393M: Ley Foon Tan <lftan@altera.com>
8394L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8395L: linux-pci@vger.kernel.org
8396S: Supported
8397F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8398F: drivers/pci/host/pcie-altera-msi.c
8399
8400PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8401M: Duc Dang <dhdang@apm.com>
8402L: linux-pci@vger.kernel.org
8403L: linux-arm-kernel@lists.infradead.org
8404S: Maintained
8405F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8406F: drivers/pci/host/pci-xgene-msi.c
8407
8408PCIE DRIVER FOR HISILICON
8409M: Zhou Wang <wangzhou1@hisilicon.com>
8410M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
8411L: linux-pci@vger.kernel.org
8412S: Maintained
8413F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8414F: drivers/pci/host/pcie-hisi.c
8415
8416PCIE DRIVER FOR QUALCOMM MSM
8417M: Stanimir Varbanov <svarbanov@mm-sol.com>
8418L: linux-pci@vger.kernel.org
8419L: linux-arm-msm@vger.kernel.org
8420S: Maintained
8421F: drivers/pci/host/*qcom*
8422
8423PCMCIA SUBSYSTEM
8424P: Linux PCMCIA Team
8425L: linux-pcmcia@lists.infradead.org
8426W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8427T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8428S: Maintained
8429F: Documentation/pcmcia/
8430F: drivers/pcmcia/
8431F: include/pcmcia/
8432
8433PCNET32 NETWORK DRIVER
8434M: Don Fry <pcnet32@frontier.com>
8435L: netdev@vger.kernel.org
8436S: Maintained
8437F: drivers/net/ethernet/amd/pcnet32.c
8438
8439PCRYPT PARALLEL CRYPTO ENGINE
8440M: Steffen Klassert <steffen.klassert@secunet.com>
8441L: linux-crypto@vger.kernel.org
8442S: Maintained
8443F: crypto/pcrypt.c
8444F: include/crypto/pcrypt.h
8445
8446PER-CPU MEMORY ALLOCATOR
8447M: Tejun Heo <tj@kernel.org>
8448M: Christoph Lameter <cl@linux-foundation.org>
8449T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8450S: Maintained
8451F: include/linux/percpu*.h
8452F: mm/percpu*.c
8453F: arch/*/include/asm/percpu.h
8454
8455PER-TASK DELAY ACCOUNTING
8456M: Balbir Singh <bsingharora@gmail.com>
8457S: Maintained
8458F: include/linux/delayacct.h
8459F: kernel/delayacct.c
8460
8461PERFORMANCE EVENTS SUBSYSTEM
8462M: Peter Zijlstra <peterz@infradead.org>
8463M: Ingo Molnar <mingo@redhat.com>
8464M: Arnaldo Carvalho de Melo <acme@kernel.org>
8465L: linux-kernel@vger.kernel.org
8466T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8467S: Supported
8468F: kernel/events/*
8469F: include/linux/perf_event.h
8470F: include/uapi/linux/perf_event.h
8471F: arch/*/kernel/perf_event*.c
8472F: arch/*/kernel/*/perf_event*.c
8473F: arch/*/kernel/*/*/perf_event*.c
8474F: arch/*/include/asm/perf_event.h
8475F: arch/*/kernel/perf_callchain.c
8476F: tools/perf/
8477
8478PERSONALITY HANDLING
8479M: Christoph Hellwig <hch@infradead.org>
8480L: linux-abi-devel@lists.sourceforge.net
8481S: Maintained
8482F: include/linux/personality.h
8483F: include/uapi/linux/personality.h
8484
8485PHONET PROTOCOL
8486M: Remi Denis-Courmont <courmisch@gmail.com>
8487S: Supported
8488F: Documentation/networking/phonet.txt
8489F: include/linux/phonet.h
8490F: include/net/phonet/
8491F: include/uapi/linux/phonet.h
8492F: net/phonet/
8493
8494PHRAM MTD DRIVER
8495M: Joern Engel <joern@lazybastard.org>
8496L: linux-mtd@lists.infradead.org
8497S: Maintained
8498F: drivers/mtd/devices/phram.c
8499
8500PICOLCD HID DRIVER
8501M: Bruno Prémont <bonbons@linux-vserver.org>
8502L: linux-input@vger.kernel.org
8503S: Maintained
8504F: drivers/hid/hid-picolcd*
8505
8506PICOXCELL SUPPORT
8507M: Jamie Iles <jamie@jamieiles.com>
8508L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8509T: git git://github.com/jamieiles/linux-2.6-ji.git
8510S: Supported
8511F: arch/arm/boot/dts/picoxcell*
8512F: arch/arm/mach-picoxcell/
8513F: drivers/crypto/picoxcell*
8514
8515PIN CONTROL SUBSYSTEM
8516M: Linus Walleij <linus.walleij@linaro.org>
8517L: linux-gpio@vger.kernel.org
8518T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8519S: Maintained
8520F: drivers/pinctrl/
8521F: include/linux/pinctrl/
8522
8523PIN CONTROLLER - ATMEL AT91
8524M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8525L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8526S: Maintained
8527F: drivers/pinctrl/pinctrl-at91.*
8528
8529PIN CONTROLLER - ATMEL AT91 PIO4
8530M: Ludovic Desroches <ludovic.desroches@atmel.com>
8531L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8532L: linux-gpio@vger.kernel.org
8533S: Supported
8534F: drivers/pinctrl/pinctrl-at91-pio4.*
8535
8536PIN CONTROLLER - INTEL
8537M: Mika Westerberg <mika.westerberg@linux.intel.com>
8538M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
8539S: Maintained
8540F: drivers/pinctrl/intel/
8541
8542PIN CONTROLLER - RENESAS
8543M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8544M: Geert Uytterhoeven <geert+renesas@glider.be>
8545L: linux-renesas-soc@vger.kernel.org
8546S: Maintained
8547F: drivers/pinctrl/sh-pfc/
8548
8549PIN CONTROLLER - SAMSUNG
8550M: Tomasz Figa <tomasz.figa@gmail.com>
8551L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8552L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8553S: Maintained
8554F: drivers/pinctrl/samsung/
8555
8556PIN CONTROLLER - SINGLE
8557M: Tony Lindgren <tony@atomide.com>
8558M: Haojian Zhuang <haojian.zhuang@linaro.org>
8559L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8560L: linux-omap@vger.kernel.org
8561S: Maintained
8562F: drivers/pinctrl/pinctrl-single.c
8563
8564PIN CONTROLLER - ST SPEAR
8565M: Viresh Kumar <vireshk@kernel.org>
8566L: spear-devel@list.st.com
8567L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8568W: http://www.st.com/spear
8569S: Maintained
8570F: drivers/pinctrl/spear/
8571
8572PKTCDVD DRIVER
8573M: Jiri Kosina <jikos@kernel.org>
8574S: Maintained
8575F: drivers/block/pktcdvd.c
8576F: include/linux/pktcdvd.h
8577F: include/uapi/linux/pktcdvd.h
8578
8579PKUNITY SOC DRIVERS
8580M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8581W: http://mprc.pku.edu.cn/~guanxuetao/linux
8582S: Maintained
8583T: git git://github.com/gxt/linux.git
8584F: drivers/input/serio/i8042-unicore32io.h
8585F: drivers/i2c/busses/i2c-puv3.c
8586F: drivers/video/fbdev/fb-puv3.c
8587F: drivers/rtc/rtc-puv3.c
8588
8589PMBUS HARDWARE MONITORING DRIVERS
8590M: Guenter Roeck <linux@roeck-us.net>
8591L: lm-sensors@lm-sensors.org
8592W: http://www.lm-sensors.org/
8593W: http://www.roeck-us.net/linux/drivers/
8594T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8595S: Maintained
8596F: Documentation/hwmon/pmbus
8597F: drivers/hwmon/pmbus/
8598F: include/linux/i2c/pmbus.h
8599
8600PMC SIERRA MaxRAID DRIVER
8601L: linux-scsi@vger.kernel.org
8602W: http://www.pmc-sierra.com/
8603S: Orphan
8604F: drivers/scsi/pmcraid.*
8605
8606PMC SIERRA PM8001 DRIVER
8607M: Jack Wang <jinpu.wang@profitbricks.com>
8608M: lindar_liu@usish.com
8609L: pmchba@pmcs.com
8610L: linux-scsi@vger.kernel.org
8611S: Supported
8612F: drivers/scsi/pm8001/
8613
8614POSIX CLOCKS and TIMERS
8615M: Thomas Gleixner <tglx@linutronix.de>
8616L: linux-kernel@vger.kernel.org
8617T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8618S: Maintained
8619F: fs/timerfd.c
8620F: include/linux/timer*
8621F: kernel/time/*timer*
8622
8623POWER MANAGEMENT CORE
8624M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
8625L: linux-pm@vger.kernel.org
8626T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8627S: Supported
8628F: drivers/base/power/
8629F: include/linux/pm.h
8630F: include/linux/pm_*
8631F: include/linux/powercap.h
8632F: drivers/powercap/
8633
8634POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8635M: Sebastian Reichel <sre@kernel.org>
8636M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8637M: David Woodhouse <dwmw2@infradead.org>
8638L: linux-pm@vger.kernel.org
8639T: git git://git.infradead.org/battery-2.6.git
8640S: Maintained
8641F: include/linux/power_supply.h
8642F: drivers/power/
8643X: drivers/power/avs/
8644
8645POWER STATE COORDINATION INTERFACE (PSCI)
8646M: Mark Rutland <mark.rutland@arm.com>
8647M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8648L: linux-arm-kernel@lists.infradead.org
8649S: Maintained
8650F: drivers/firmware/psci.c
8651F: include/linux/psci.h
8652F: include/uapi/linux/psci.h
8653
8654PNP SUPPORT
8655M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8656S: Maintained
8657F: drivers/pnp/
8658
8659PPP PROTOCOL DRIVERS AND COMPRESSORS
8660M: Paul Mackerras <paulus@samba.org>
8661L: linux-ppp@vger.kernel.org
8662S: Maintained
8663F: drivers/net/ppp/ppp_*
8664
8665PPP OVER ATM (RFC 2364)
8666M: Mitchell Blank Jr <mitch@sfgoth.com>
8667S: Maintained
8668F: net/atm/pppoatm.c
8669F: include/uapi/linux/atmppp.h
8670
8671PPP OVER ETHERNET
8672M: Michal Ostrowski <mostrows@earthlink.net>
8673S: Maintained
8674F: drivers/net/ppp/pppoe.c
8675F: drivers/net/ppp/pppox.c
8676
8677PPP OVER L2TP
8678M: James Chapman <jchapman@katalix.com>
8679S: Maintained
8680F: net/l2tp/l2tp_ppp.c
8681F: include/linux/if_pppol2tp.h
8682F: include/uapi/linux/if_pppol2tp.h
8683
8684PPS SUPPORT
8685M: Rodolfo Giometti <giometti@enneenne.com>
8686W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8687L: linuxpps@ml.enneenne.com (subscribers-only)
8688S: Maintained
8689F: Documentation/pps/
8690F: drivers/pps/
8691F: include/linux/pps*.h
8692
8693PPTP DRIVER
8694M: Dmitry Kozlov <xeb@mail.ru>
8695L: netdev@vger.kernel.org
8696S: Maintained
8697F: drivers/net/ppp/pptp.c
8698W: http://sourceforge.net/projects/accel-pptp
8699
8700PREEMPTIBLE KERNEL
8701M: Robert Love <rml@tech9.net>
8702L: kpreempt-tech@lists.sourceforge.net
8703W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8704S: Supported
8705F: Documentation/preempt-locking.txt
8706F: include/linux/preempt.h
8707
8708PRISM54 WIRELESS DRIVER
8709M: "Luis R. Rodriguez" <mcgrof@gmail.com>
8710L: linux-wireless@vger.kernel.org
8711W: http://wireless.kernel.org/en/users/Drivers/p54
8712S: Obsolete
8713F: drivers/net/wireless/intersil/prism54/
8714
8715PS3 NETWORK SUPPORT
8716M: Geoff Levand <geoff@infradead.org>
8717L: netdev@vger.kernel.org
8718L: linuxppc-dev@lists.ozlabs.org
8719S: Maintained
8720F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
8721
8722PS3 PLATFORM SUPPORT
8723M: Geoff Levand <geoff@infradead.org>
8724L: linuxppc-dev@lists.ozlabs.org
8725S: Maintained
8726F: arch/powerpc/boot/ps3*
8727F: arch/powerpc/include/asm/lv1call.h
8728F: arch/powerpc/include/asm/ps3*.h
8729F: arch/powerpc/platforms/ps3/
8730F: drivers/*/ps3*
8731F: drivers/ps3/
8732F: drivers/rtc/rtc-ps3.c
8733F: drivers/usb/host/*ps3.c
8734F: sound/ppc/snd_ps3*
8735
8736PS3VRAM DRIVER
8737M: Jim Paris <jim@jtan.com>
8738M: Geoff Levand <geoff@infradead.org>
8739L: linuxppc-dev@lists.ozlabs.org
8740S: Maintained
8741F: drivers/block/ps3vram.c
8742
8743PSTORE FILESYSTEM
8744M: Anton Vorontsov <anton@enomsg.org>
8745M: Colin Cross <ccross@android.com>
8746M: Kees Cook <keescook@chromium.org>
8747M: Tony Luck <tony.luck@intel.com>
8748S: Maintained
8749T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8750F: fs/pstore/
8751F: include/linux/pstore*
8752F: drivers/firmware/efi/efi-pstore.c
8753F: drivers/acpi/apei/erst.c
8754
8755PTP HARDWARE CLOCK SUPPORT
8756M: Richard Cochran <richardcochran@gmail.com>
8757L: netdev@vger.kernel.org
8758S: Maintained
8759W: http://linuxptp.sourceforge.net/
8760F: Documentation/ABI/testing/sysfs-ptp
8761F: Documentation/ptp/*
8762F: drivers/net/ethernet/freescale/gianfar_ptp.c
8763F: drivers/net/phy/dp83640*
8764F: drivers/ptp/*
8765F: include/linux/ptp_cl*
8766
8767PTRACE SUPPORT
8768M: Roland McGrath <roland@hack.frob.com>
8769M: Oleg Nesterov <oleg@redhat.com>
8770S: Maintained
8771F: include/asm-generic/syscall.h
8772F: include/linux/ptrace.h
8773F: include/linux/regset.h
8774F: include/linux/tracehook.h
8775F: include/uapi/linux/ptrace.h
8776F: kernel/ptrace.c
8777
8778PVRUSB2 VIDEO4LINUX DRIVER
8779M: Mike Isely <isely@pobox.com>
8780L: pvrusb2@isely.net (subscribers-only)
8781L: linux-media@vger.kernel.org
8782W: http://www.isely.net/pvrusb2/
8783T: git git://linuxtv.org/media_tree.git
8784S: Maintained
8785F: Documentation/video4linux/README.pvrusb2
8786F: drivers/media/usb/pvrusb2/
8787
8788PWC WEBCAM DRIVER
8789M: Hans de Goede <hdegoede@redhat.com>
8790L: linux-media@vger.kernel.org
8791T: git git://linuxtv.org/media_tree.git
8792S: Maintained
8793F: drivers/media/usb/pwc/*
8794
8795PWM FAN DRIVER
8796M: Kamil Debski <k.debski@samsung.com>
8797L: lm-sensors@lm-sensors.org
8798S: Supported
8799F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8800F: Documentation/hwmon/pwm-fan
8801F: drivers/hwmon/pwm-fan.c
8802
8803PWM SUBSYSTEM
8804M: Thierry Reding <thierry.reding@gmail.com>
8805L: linux-pwm@vger.kernel.org
8806S: Maintained
8807T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8808F: Documentation/pwm.txt
8809F: Documentation/devicetree/bindings/pwm/
8810F: include/linux/pwm.h
8811F: drivers/pwm/
8812F: drivers/video/backlight/pwm_bl.c
8813F: include/linux/pwm_backlight.h
8814
8815PXA2xx/PXA3xx SUPPORT
8816M: Daniel Mack <daniel@zonque.org>
8817M: Haojian Zhuang <haojian.zhuang@gmail.com>
8818M: Robert Jarzmik <robert.jarzmik@free.fr>
8819L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8820T: git git://github.com/hzhuang1/linux.git
8821T: git git://github.com/rjarzmik/linux.git
8822S: Maintained
8823F: arch/arm/mach-pxa/
8824F: drivers/dma/pxa*
8825F: drivers/pcmcia/pxa2xx*
8826F: drivers/pinctrl/pxa/
8827F: drivers/spi/spi-pxa2xx*
8828F: drivers/usb/gadget/udc/pxa2*
8829F: include/sound/pxa2xx-lib.h
8830F: sound/arm/pxa*
8831F: sound/soc/pxa/
8832
8833PXA GPIO DRIVER
8834M: Robert Jarzmik <robert.jarzmik@free.fr>
8835L: linux-gpio@vger.kernel.org
8836S: Maintained
8837F: drivers/gpio/gpio-pxa.c
8838
8839PXA3xx NAND FLASH DRIVER
8840M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8841L: linux-mtd@lists.infradead.org
8842S: Maintained
8843F: drivers/mtd/nand/pxa3xx_nand.c
8844
8845MMP SUPPORT
8846M: Eric Miao <eric.y.miao@gmail.com>
8847M: Haojian Zhuang <haojian.zhuang@gmail.com>
8848L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8849T: git git://github.com/hzhuang1/linux.git
8850T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
8851S: Maintained
8852F: arch/arm/mach-mmp/
8853
8854PXA MMCI DRIVER
8855S: Orphan
8856
8857PXA RTC DRIVER
8858M: Robert Jarzmik <robert.jarzmik@free.fr>
8859L: rtc-linux@googlegroups.com
8860S: Maintained
8861
8862QAT DRIVER
8863M: Tadeusz Struk <tadeusz.struk@intel.com>
8864L: qat-linux@intel.com
8865S: Supported
8866F: drivers/crypto/qat/
8867
8868QIB DRIVER
8869M: Mike Marciniszyn <infinipath@intel.com>
8870L: linux-rdma@vger.kernel.org
8871S: Supported
8872F: drivers/infiniband/hw/qib/
8873
8874QLOGIC QLA1280 SCSI DRIVER
8875M: Michael Reed <mdr@sgi.com>
8876L: linux-scsi@vger.kernel.org
8877S: Maintained
8878F: drivers/scsi/qla1280.[ch]
8879
8880QLOGIC QLA2XXX FC-SCSI DRIVER
8881M: qla2xxx-upstream@qlogic.com
8882L: linux-scsi@vger.kernel.org
8883S: Supported
8884F: Documentation/scsi/LICENSE.qla2xxx
8885F: drivers/scsi/qla2xxx/
8886
8887QLOGIC QLA4XXX iSCSI DRIVER
8888M: QLogic-Storage-Upstream@qlogic.com
8889L: linux-scsi@vger.kernel.org
8890S: Supported
8891F: Documentation/scsi/LICENSE.qla4xxx
8892F: drivers/scsi/qla4xxx/
8893
8894QLOGIC QLA3XXX NETWORK DRIVER
8895M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8896M: Ron Mercer <ron.mercer@qlogic.com>
8897M: linux-driver@qlogic.com
8898L: netdev@vger.kernel.org
8899S: Supported
8900F: Documentation/networking/LICENSE.qla3xxx
8901F: drivers/net/ethernet/qlogic/qla3xxx.*
8902
8903QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8904M: Dept-GELinuxNICDev@qlogic.com
8905L: netdev@vger.kernel.org
8906S: Supported
8907F: drivers/net/ethernet/qlogic/qlcnic/
8908
8909QLOGIC QLGE 10Gb ETHERNET DRIVER
8910M: Harish Patil <harish.patil@qlogic.com>
8911M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8912M: Dept-GELinuxNICDev@qlogic.com
8913M: linux-driver@qlogic.com
8914L: netdev@vger.kernel.org
8915S: Supported
8916F: drivers/net/ethernet/qlogic/qlge/
8917
8918QLOGIC QL4xxx ETHERNET DRIVER
8919M: Yuval Mintz <Yuval.Mintz@qlogic.com>
8920M: Ariel Elior <Ariel.Elior@qlogic.com>
8921M: everest-linux-l2@qlogic.com
8922L: netdev@vger.kernel.org
8923S: Supported
8924F: drivers/net/ethernet/qlogic/qed/
8925F: include/linux/qed/
8926F: drivers/net/ethernet/qlogic/qede/
8927
8928QNX4 FILESYSTEM
8929M: Anders Larsen <al@alarsen.net>
8930W: http://www.alarsen.net/linux/qnx4fs/
8931S: Maintained
8932F: fs/qnx4/
8933F: include/uapi/linux/qnx4_fs.h
8934F: include/uapi/linux/qnxtypes.h
8935
8936QT1010 MEDIA DRIVER
8937M: Antti Palosaari <crope@iki.fi>
8938L: linux-media@vger.kernel.org
8939W: https://linuxtv.org
8940W: http://palosaari.fi/linux/
8941Q: http://patchwork.linuxtv.org/project/linux-media/list/
8942T: git git://linuxtv.org/anttip/media_tree.git
8943S: Maintained
8944F: drivers/media/tuners/qt1010*
8945
8946QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8947M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8948L: linux-wireless@vger.kernel.org
8949L: ath9k-devel@lists.ath9k.org
8950W: http://wireless.kernel.org/en/users/Drivers/ath9k
8951S: Supported
8952F: drivers/net/wireless/ath/ath9k/
8953
8954QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8955M: Kalle Valo <kvalo@qca.qualcomm.com>
8956L: ath10k@lists.infradead.org
8957W: http://wireless.kernel.org/en/users/Drivers/ath10k
8958T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
8959S: Supported
8960F: drivers/net/wireless/ath/ath10k/
8961
8962QUALCOMM HEXAGON ARCHITECTURE
8963M: Richard Kuo <rkuo@codeaurora.org>
8964L: linux-hexagon@vger.kernel.org
8965T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
8966S: Supported
8967F: arch/hexagon/
8968
8969QUALCOMM WCN36XX WIRELESS DRIVER
8970M: Eugene Krasnikov <k.eugene.e@gmail.com>
8971L: wcn36xx@lists.infradead.org
8972W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
8973T: git git://github.com/KrasnikovEugene/wcn36xx.git
8974S: Supported
8975F: drivers/net/wireless/ath/wcn36xx/
8976
8977RADOS BLOCK DEVICE (RBD)
8978M: Ilya Dryomov <idryomov@gmail.com>
8979M: Sage Weil <sage@redhat.com>
8980M: Alex Elder <elder@kernel.org>
8981L: ceph-devel@vger.kernel.org
8982W: http://ceph.com/
8983T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8984T: git git://github.com/ceph/ceph-client.git
8985S: Supported
8986F: Documentation/ABI/testing/sysfs-bus-rbd
8987F: drivers/block/rbd.c
8988F: drivers/block/rbd_types.h
8989
8990RADEON FRAMEBUFFER DISPLAY DRIVER
8991M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8992L: linux-fbdev@vger.kernel.org
8993S: Maintained
8994F: drivers/video/fbdev/aty/radeon*
8995F: include/uapi/linux/radeonfb.h
8996
8997RADIOSHARK RADIO DRIVER
8998M: Hans de Goede <hdegoede@redhat.com>
8999L: linux-media@vger.kernel.org
9000T: git git://linuxtv.org/media_tree.git
9001S: Maintained
9002F: drivers/media/radio/radio-shark.c
9003
9004RADIOSHARK2 RADIO DRIVER
9005M: Hans de Goede <hdegoede@redhat.com>
9006L: linux-media@vger.kernel.org
9007T: git git://linuxtv.org/media_tree.git
9008S: Maintained
9009F: drivers/media/radio/radio-shark2.c
9010F: drivers/media/radio/radio-tea5777.c
9011
9012RAGE128 FRAMEBUFFER DISPLAY DRIVER
9013M: Paul Mackerras <paulus@samba.org>
9014L: linux-fbdev@vger.kernel.org
9015S: Maintained
9016F: drivers/video/fbdev/aty/aty128fb.c
9017
9018RALINK MIPS ARCHITECTURE
9019M: John Crispin <blogic@openwrt.org>
9020L: linux-mips@linux-mips.org
9021S: Maintained
9022F: arch/mips/ralink
9023
9024RALINK RT2X00 WIRELESS LAN DRIVER
9025P: rt2x00 project
9026M: Stanislaw Gruszka <sgruszka@redhat.com>
9027M: Helmut Schaa <helmut.schaa@googlemail.com>
9028L: linux-wireless@vger.kernel.org
9029S: Maintained
9030F: drivers/net/wireless/ralink/rt2x00/
9031
9032RAMDISK RAM BLOCK DEVICE DRIVER
9033M: Jens Axboe <axboe@kernel.dk>
9034S: Maintained
9035F: Documentation/blockdev/ramdisk.txt
9036F: drivers/block/brd.c
9037
9038RANDOM NUMBER DRIVER
9039M: "Theodore Ts'o" <tytso@mit.edu>
9040S: Maintained
9041F: drivers/char/random.c
9042
9043RAPIDIO SUBSYSTEM
9044M: Matt Porter <mporter@kernel.crashing.org>
9045M: Alexandre Bounine <alexandre.bounine@idt.com>
9046S: Maintained
9047F: drivers/rapidio/
9048
9049RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9050L: linux-wireless@vger.kernel.org
9051S: Orphan
9052F: drivers/net/wireless/ray*
9053
9054RCUTORTURE MODULE
9055M: Josh Triplett <josh@joshtriplett.org>
9056M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9057L: linux-kernel@vger.kernel.org
9058S: Supported
9059T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9060F: Documentation/RCU/torture.txt
9061F: kernel/rcu/rcutorture.c
9062
9063RCUTORTURE TEST FRAMEWORK
9064M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9065M: Josh Triplett <josh@joshtriplett.org>
9066R: Steven Rostedt <rostedt@goodmis.org>
9067R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9068R: Lai Jiangshan <jiangshanlai@gmail.com>
9069L: linux-kernel@vger.kernel.org
9070S: Supported
9071T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9072F: tools/testing/selftests/rcutorture
9073
9074RDC R-321X SoC
9075M: Florian Fainelli <florian@openwrt.org>
9076S: Maintained
9077
9078RDC R6040 FAST ETHERNET DRIVER
9079M: Florian Fainelli <florian@openwrt.org>
9080L: netdev@vger.kernel.org
9081S: Maintained
9082F: drivers/net/ethernet/rdc/r6040.c
9083
9084RDS - RELIABLE DATAGRAM SOCKETS
9085M: Chien Yen <chien.yen@oracle.com>
9086L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9087S: Supported
9088F: net/rds/
9089
9090READ-COPY UPDATE (RCU)
9091M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9092M: Josh Triplett <josh@joshtriplett.org>
9093R: Steven Rostedt <rostedt@goodmis.org>
9094R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9095R: Lai Jiangshan <jiangshanlai@gmail.com>
9096L: linux-kernel@vger.kernel.org
9097W: http://www.rdrop.com/users/paulmck/RCU/
9098S: Supported
9099T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9100F: Documentation/RCU/
9101X: Documentation/RCU/torture.txt
9102F: include/linux/rcu*
9103X: include/linux/srcu.h
9104F: kernel/rcu/
9105X: kernel/torture.c
9106
9107REAL TIME CLOCK (RTC) SUBSYSTEM
9108M: Alessandro Zummo <a.zummo@towertech.it>
9109M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9110L: rtc-linux@googlegroups.com
9111Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9112T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9113S: Maintained
9114F: Documentation/rtc.txt
9115F: drivers/rtc/
9116F: include/linux/rtc.h
9117F: include/uapi/linux/rtc.h
9118
9119REALTEK AUDIO CODECS
9120M: Bard Liao <bardliao@realtek.com>
9121M: Oder Chiou <oder_chiou@realtek.com>
9122S: Maintained
9123F: sound/soc/codecs/rt*
9124F: include/sound/rt*.h
9125
9126REISERFS FILE SYSTEM
9127L: reiserfs-devel@vger.kernel.org
9128S: Supported
9129F: fs/reiserfs/
9130
9131REGISTER MAP ABSTRACTION
9132M: Mark Brown <broonie@kernel.org>
9133L: linux-kernel@vger.kernel.org
9134T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9135S: Supported
9136F: drivers/base/regmap/
9137F: include/linux/regmap.h
9138
9139REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9140M: Ohad Ben-Cohen <ohad@wizery.com>
9141T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9142S: Maintained
9143F: drivers/remoteproc/
9144F: Documentation/remoteproc.txt
9145F: include/linux/remoteproc.h
9146
9147REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9148M: Ohad Ben-Cohen <ohad@wizery.com>
9149T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9150S: Maintained
9151F: drivers/rpmsg/
9152F: Documentation/rpmsg.txt
9153F: include/linux/rpmsg.h
9154
9155RENESAS ETHERNET DRIVERS
9156R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9157L: netdev@vger.kernel.org
9158L: linux-renesas-soc@vger.kernel.org
9159F: drivers/net/ethernet/renesas/
9160F: include/linux/sh_eth.h
9161
9162RENESAS USB2 PHY DRIVER
9163M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9164L: linux-renesas-soc@vger.kernel.org
9165S: Maintained
9166F: drivers/phy/phy-rcar-gen3-usb2.c
9167
9168RESET CONTROLLER FRAMEWORK
9169M: Philipp Zabel <p.zabel@pengutronix.de>
9170T: git git://git.pengutronix.de/git/pza/linux
9171S: Maintained
9172F: drivers/reset/
9173F: Documentation/devicetree/bindings/reset/
9174F: include/dt-bindings/reset/
9175F: include/linux/reset.h
9176F: include/linux/reset-controller.h
9177
9178RFKILL
9179M: Johannes Berg <johannes@sipsolutions.net>
9180L: linux-wireless@vger.kernel.org
9181W: http://wireless.kernel.org/
9182T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9183T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9184S: Maintained
9185F: Documentation/rfkill.txt
9186F: net/rfkill/
9187
9188RHASHTABLE
9189M: Thomas Graf <tgraf@suug.ch>
9190L: netdev@vger.kernel.org
9191S: Maintained
9192F: lib/rhashtable.c
9193F: include/linux/rhashtable.h
9194
9195RICOH SMARTMEDIA/XD DRIVER
9196M: Maxim Levitsky <maximlevitsky@gmail.com>
9197S: Maintained
9198F: drivers/mtd/nand/r852.c
9199F: drivers/mtd/nand/r852.h
9200
9201RICOH R5C592 MEMORYSTICK DRIVER
9202M: Maxim Levitsky <maximlevitsky@gmail.com>
9203S: Maintained
9204F: drivers/memstick/host/r592.*
9205
9206ROCCAT DRIVERS
9207M: Stefan Achatz <erazor_de@users.sourceforge.net>
9208W: http://sourceforge.net/projects/roccat/
9209S: Maintained
9210F: drivers/hid/hid-roccat*
9211F: include/linux/hid-roccat*
9212F: Documentation/ABI/*/sysfs-driver-hid-roccat*
9213
9214ROCKER DRIVER
9215M: Jiri Pirko <jiri@resnulli.us>
9216M: Scott Feldman <sfeldma@gmail.com>
9217L: netdev@vger.kernel.org
9218S: Supported
9219F: drivers/net/ethernet/rocker/
9220
9221ROCKETPORT DRIVER
9222P: Comtrol Corp.
9223W: http://www.comtrol.com
9224S: Maintained
9225F: Documentation/serial/rocket.txt
9226F: drivers/tty/rocket*
9227
9228ROCKETPORT EXPRESS/INFINITY DRIVER
9229M: Kevin Cernekee <cernekee@gmail.com>
9230L: linux-serial@vger.kernel.org
9231S: Odd Fixes
9232F: drivers/tty/serial/rp2.*
9233
9234ROSE NETWORK LAYER
9235M: Ralf Baechle <ralf@linux-mips.org>
9236L: linux-hams@vger.kernel.org
9237W: http://www.linux-ax25.org/
9238S: Maintained
9239F: include/net/rose.h
9240F: include/uapi/linux/rose.h
9241F: net/rose/
9242
9243RTL2830 MEDIA DRIVER
9244M: Antti Palosaari <crope@iki.fi>
9245L: linux-media@vger.kernel.org
9246W: https://linuxtv.org
9247W: http://palosaari.fi/linux/
9248Q: http://patchwork.linuxtv.org/project/linux-media/list/
9249T: git git://linuxtv.org/anttip/media_tree.git
9250S: Maintained
9251F: drivers/media/dvb-frontends/rtl2830*
9252
9253RTL2832 MEDIA DRIVER
9254M: Antti Palosaari <crope@iki.fi>
9255L: linux-media@vger.kernel.org
9256W: https://linuxtv.org
9257W: http://palosaari.fi/linux/
9258Q: http://patchwork.linuxtv.org/project/linux-media/list/
9259T: git git://linuxtv.org/anttip/media_tree.git
9260S: Maintained
9261F: drivers/media/dvb-frontends/rtl2832*
9262
9263RTL2832_SDR MEDIA DRIVER
9264M: Antti Palosaari <crope@iki.fi>
9265L: linux-media@vger.kernel.org
9266W: https://linuxtv.org
9267W: http://palosaari.fi/linux/
9268Q: http://patchwork.linuxtv.org/project/linux-media/list/
9269T: git git://linuxtv.org/anttip/media_tree.git
9270S: Maintained
9271F: drivers/media/dvb-frontends/rtl2832_sdr*
9272
9273RTL8180 WIRELESS DRIVER
9274L: linux-wireless@vger.kernel.org
9275W: http://wireless.kernel.org/
9276T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9277S: Orphan
9278F: drivers/net/wireless/realtek/rtl818x/rtl8180/
9279
9280RTL8187 WIRELESS DRIVER
9281M: Herton Ronaldo Krzesinski <herton@canonical.com>
9282M: Hin-Tak Leung <htl10@users.sourceforge.net>
9283M: Larry Finger <Larry.Finger@lwfinger.net>
9284L: linux-wireless@vger.kernel.org
9285W: http://wireless.kernel.org/
9286T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9287S: Maintained
9288F: drivers/net/wireless/realtek/rtl818x/rtl8187/
9289
9290RTL8192CE WIRELESS DRIVER
9291M: Larry Finger <Larry.Finger@lwfinger.net>
9292M: Chaoming Li <chaoming_li@realsil.com.cn>
9293L: linux-wireless@vger.kernel.org
9294W: http://wireless.kernel.org/
9295T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9296S: Maintained
9297F: drivers/net/wireless/realtek/rtlwifi/
9298F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9299
9300RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9301M: Jes Sorensen <Jes.Sorensen@redhat.com>
9302L: linux-wireless@vger.kernel.org
9303T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9304S: Maintained
9305F: drivers/net/wireless/realtek/rtl8xxxu/
9306
9307S3 SAVAGE FRAMEBUFFER DRIVER
9308M: Antonino Daplas <adaplas@gmail.com>
9309L: linux-fbdev@vger.kernel.org
9310S: Maintained
9311F: drivers/video/fbdev/savage/
9312
9313S390
9314M: Martin Schwidefsky <schwidefsky@de.ibm.com>
9315M: Heiko Carstens <heiko.carstens@de.ibm.com>
9316L: linux-s390@vger.kernel.org
9317W: http://www.ibm.com/developerworks/linux/linux390/
9318T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9319S: Supported
9320F: arch/s390/
9321F: drivers/s390/
9322F: Documentation/s390/
9323F: Documentation/DocBook/s390*
9324
9325S390 COMMON I/O LAYER
9326M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9327M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9328L: linux-s390@vger.kernel.org
9329W: http://www.ibm.com/developerworks/linux/linux390/
9330S: Supported
9331F: drivers/s390/cio/
9332
9333S390 DASD DRIVER
9334M: Stefan Weinhuber <wein@de.ibm.com>
9335M: Stefan Haberland <stefan.haberland@de.ibm.com>
9336L: linux-s390@vger.kernel.org
9337W: http://www.ibm.com/developerworks/linux/linux390/
9338S: Supported
9339F: drivers/s390/block/dasd*
9340F: block/partitions/ibm.c
9341
9342S390 NETWORK DRIVERS
9343M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9344L: linux-s390@vger.kernel.org
9345W: http://www.ibm.com/developerworks/linux/linux390/
9346S: Supported
9347F: drivers/s390/net/
9348
9349S390 PCI SUBSYSTEM
9350M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9351M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9352L: linux-s390@vger.kernel.org
9353W: http://www.ibm.com/developerworks/linux/linux390/
9354S: Supported
9355F: arch/s390/pci/
9356F: drivers/pci/hotplug/s390_pci_hpc.c
9357
9358S390 ZCRYPT DRIVER
9359M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9360L: linux-s390@vger.kernel.org
9361W: http://www.ibm.com/developerworks/linux/linux390/
9362S: Supported
9363F: drivers/s390/crypto/
9364
9365S390 ZFCP DRIVER
9366M: Steffen Maier <maier@linux.vnet.ibm.com>
9367L: linux-s390@vger.kernel.org
9368W: http://www.ibm.com/developerworks/linux/linux390/
9369S: Supported
9370F: drivers/s390/scsi/zfcp_*
9371
9372S390 IUCV NETWORK LAYER
9373M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9374L: linux-s390@vger.kernel.org
9375W: http://www.ibm.com/developerworks/linux/linux390/
9376S: Supported
9377F: drivers/s390/net/*iucv*
9378F: include/net/iucv/
9379F: net/iucv/
9380
9381S390 IOMMU (PCI)
9382M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9383L: linux-s390@vger.kernel.org
9384W: http://www.ibm.com/developerworks/linux/linux390/
9385S: Supported
9386F: drivers/iommu/s390-iommu.c
9387
9388S3C24XX SD/MMC Driver
9389M: Ben Dooks <ben-linux@fluff.org>
9390L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9391S: Supported
9392F: drivers/mmc/host/s3cmci.*
9393
9394SAA6588 RDS RECEIVER DRIVER
9395M: Hans Verkuil <hverkuil@xs4all.nl>
9396L: linux-media@vger.kernel.org
9397T: git git://linuxtv.org/media_tree.git
9398W: https://linuxtv.org
9399S: Odd Fixes
9400F: drivers/media/i2c/saa6588*
9401
9402SAA7134 VIDEO4LINUX DRIVER
9403M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9404L: linux-media@vger.kernel.org
9405W: https://linuxtv.org
9406T: git git://linuxtv.org/media_tree.git
9407S: Odd fixes
9408F: Documentation/video4linux/*.saa7134
9409F: drivers/media/pci/saa7134/
9410
9411SAA7146 VIDEO4LINUX-2 DRIVER
9412M: Hans Verkuil <hverkuil@xs4all.nl>
9413L: linux-media@vger.kernel.org
9414T: git git://linuxtv.org/media_tree.git
9415S: Maintained
9416F: drivers/media/common/saa7146/
9417F: drivers/media/pci/saa7146/
9418F: include/media/saa7146*
9419
9420SAMSUNG LAPTOP DRIVER
9421M: Corentin Chary <corentin.chary@gmail.com>
9422L: platform-driver-x86@vger.kernel.org
9423S: Maintained
9424F: drivers/platform/x86/samsung-laptop.c
9425
9426SAMSUNG AUDIO (ASoC) DRIVERS
9427M: Sangbeom Kim <sbkim73@samsung.com>
9428L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9429S: Supported
9430F: sound/soc/samsung/
9431
9432SAMSUNG FRAMEBUFFER DRIVER
9433M: Jingoo Han <jingoohan1@gmail.com>
9434L: linux-fbdev@vger.kernel.org
9435S: Maintained
9436F: drivers/video/fbdev/s3c-fb.c
9437
9438SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9439M: Sangbeom Kim <sbkim73@samsung.com>
9440M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9441L: linux-kernel@vger.kernel.org
9442L: linux-samsung-soc@vger.kernel.org
9443S: Supported
9444F: drivers/mfd/sec*.c
9445F: drivers/regulator/s2m*.c
9446F: drivers/regulator/s5m*.c
9447F: drivers/clk/clk-s2mps11.c
9448F: drivers/rtc/rtc-s5m.c
9449F: include/linux/mfd/samsung/
9450F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9451F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9452F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9453F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9454
9455SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9456M: Kyungmin Park <kyungmin.park@samsung.com>
9457M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9458L: linux-media@vger.kernel.org
9459Q: https://patchwork.linuxtv.org/project/linux-media/list/
9460S: Supported
9461F: drivers/media/platform/exynos4-is/
9462
9463SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9464M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9465L: linux-media@vger.kernel.org
9466L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9467S: Maintained
9468F: drivers/media/platform/s3c-camif/
9469F: include/media/drv-intf/s3c_camif.h
9470
9471SAMSUNG S5C73M3 CAMERA DRIVER
9472M: Kyungmin Park <kyungmin.park@samsung.com>
9473M: Andrzej Hajda <a.hajda@samsung.com>
9474L: linux-media@vger.kernel.org
9475S: Supported
9476F: drivers/media/i2c/s5c73m3/*
9477
9478SAMSUNG S5K5BAF CAMERA DRIVER
9479M: Kyungmin Park <kyungmin.park@samsung.com>
9480M: Andrzej Hajda <a.hajda@samsung.com>
9481L: linux-media@vger.kernel.org
9482S: Supported
9483F: drivers/media/i2c/s5k5baf.c
9484
9485SAMSUNG S3FWRN5 NFC DRIVER
9486M: Robert Baldyga <r.baldyga@samsung.com>
9487L: linux-nfc@lists.01.org (moderated for non-subscribers)
9488S: Supported
9489F: drivers/nfc/s3fwrn5
9490
9491SAMSUNG SOC CLOCK DRIVERS
9492M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9493M: Tomasz Figa <tomasz.figa@gmail.com>
9494S: Supported
9495L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9496F: drivers/clk/samsung/
9497
9498SAMSUNG SXGBE DRIVERS
9499M: Byungho An <bh74.an@samsung.com>
9500M: Girish K S <ks.giri@samsung.com>
9501M: Vipul Pandya <vipul.pandya@samsung.com>
9502S: Supported
9503L: netdev@vger.kernel.org
9504F: drivers/net/ethernet/samsung/sxgbe/
9505
9506SAMSUNG THERMAL DRIVER
9507M: Lukasz Majewski <l.majewski@samsung.com>
9508L: linux-pm@vger.kernel.org
9509L: linux-samsung-soc@vger.kernel.org
9510S: Supported
9511T: git https://github.com/lmajewski/linux-samsung-thermal.git
9512F: drivers/thermal/samsung/
9513
9514SAMSUNG USB2 PHY DRIVER
9515M: Kamil Debski <k.debski@samsung.com>
9516L: linux-kernel@vger.kernel.org
9517S: Supported
9518F: Documentation/devicetree/bindings/phy/samsung-phy.txt
9519F: Documentation/phy/samsung-usb2.txt
9520F: drivers/phy/phy-exynos4210-usb2.c
9521F: drivers/phy/phy-exynos4x12-usb2.c
9522F: drivers/phy/phy-exynos5250-usb2.c
9523F: drivers/phy/phy-s5pv210-usb2.c
9524F: drivers/phy/phy-samsung-usb2.c
9525F: drivers/phy/phy-samsung-usb2.h
9526
9527SERIAL DRIVERS
9528M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9529L: linux-serial@vger.kernel.org
9530S: Maintained
9531F: drivers/tty/serial/
9532
9533SYNOPSYS DESIGNWARE DMAC DRIVER
9534M: Viresh Kumar <vireshk@kernel.org>
9535M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9536S: Maintained
9537F: include/linux/dma/dw.h
9538F: include/linux/platform_data/dma-dw.h
9539F: drivers/dma/dw/
9540
9541SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9542M: Lars Persson <lars.persson@axis.com>
9543L: netdev@vger.kernel.org
9544S: Supported
9545F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9546F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9547
9548SYNOPSYS DESIGNWARE I2C DRIVER
9549M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9550M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
9551M: Mika Westerberg <mika.westerberg@linux.intel.com>
9552L: linux-i2c@vger.kernel.org
9553S: Maintained
9554F: drivers/i2c/busses/i2c-designware-*
9555F: include/linux/platform_data/i2c-designware.h
9556
9557SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9558M: Jaehoon Chung <jh80.chung@samsung.com>
9559L: linux-mmc@vger.kernel.org
9560S: Maintained
9561F: include/linux/mmc/dw_mmc.h
9562F: drivers/mmc/host/dw_mmc*
9563
9564SYSTEM TRACE MODULE CLASS
9565M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9566S: Maintained
9567F: Documentation/trace/stm.txt
9568F: drivers/hwtracing/stm/
9569F: include/linux/stm.h
9570F: include/uapi/linux/stm.h
9571
9572THUNDERBOLT DRIVER
9573M: Andreas Noever <andreas.noever@gmail.com>
9574S: Maintained
9575F: drivers/thunderbolt/
9576
9577TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9578M: John Stultz <john.stultz@linaro.org>
9579M: Thomas Gleixner <tglx@linutronix.de>
9580L: linux-kernel@vger.kernel.org
9581T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9582S: Supported
9583F: include/linux/clocksource.h
9584F: include/linux/time.h
9585F: include/linux/timex.h
9586F: include/uapi/linux/time.h
9587F: include/uapi/linux/timex.h
9588F: kernel/time/clocksource.c
9589F: kernel/time/time*.c
9590F: kernel/time/alarmtimer.c
9591F: kernel/time/ntp.c
9592F: tools/testing/selftests/timers/
9593
9594SC1200 WDT DRIVER
9595M: Zwane Mwaikambo <zwanem@gmail.com>
9596S: Maintained
9597F: drivers/watchdog/sc1200wdt.c
9598
9599SCHEDULER
9600M: Ingo Molnar <mingo@redhat.com>
9601M: Peter Zijlstra <peterz@infradead.org>
9602L: linux-kernel@vger.kernel.org
9603T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9604S: Maintained
9605F: kernel/sched/
9606F: include/linux/sched.h
9607F: include/uapi/linux/sched.h
9608F: include/linux/wait.h
9609
9610SCORE ARCHITECTURE
9611M: Chen Liqin <liqin.linux@gmail.com>
9612M: Lennox Wu <lennox.wu@gmail.com>
9613W: http://www.sunplus.com
9614S: Supported
9615F: arch/score/
9616
9617SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9618M: Sudeep Holla <sudeep.holla@arm.com>
9619L: linux-arm-kernel@lists.infradead.org
9620S: Maintained
9621F: Documentation/devicetree/bindings/arm/arm,scpi.txt
9622F: drivers/clk/clk-scpi.c
9623F: drivers/cpufreq/scpi-cpufreq.c
9624F: drivers/firmware/arm_scpi.c
9625F: include/linux/scpi_protocol.h
9626
9627SCSI CDROM DRIVER
9628M: Jens Axboe <axboe@kernel.dk>
9629L: linux-scsi@vger.kernel.org
9630W: http://www.kernel.dk
9631S: Maintained
9632F: drivers/scsi/sr*
9633
9634SCSI RDMA PROTOCOL (SRP) INITIATOR
9635M: Bart Van Assche <bart.vanassche@sandisk.com>
9636L: linux-rdma@vger.kernel.org
9637S: Supported
9638W: http://www.openfabrics.org
9639Q: http://patchwork.kernel.org/project/linux-rdma/list/
9640T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9641F: drivers/infiniband/ulp/srp/
9642F: include/scsi/srp.h
9643
9644SCSI SG DRIVER
9645M: Doug Gilbert <dgilbert@interlog.com>
9646L: linux-scsi@vger.kernel.org
9647W: http://sg.danny.cz/sg
9648S: Maintained
9649F: Documentation/scsi/scsi-generic.txt
9650F: drivers/scsi/sg.c
9651F: include/scsi/sg.h
9652
9653SCSI SUBSYSTEM
9654M: "James E.J. Bottomley" <JBottomley@odin.com>
9655T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9656M: "Martin K. Petersen" <martin.petersen@oracle.com>
9657T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9658L: linux-scsi@vger.kernel.org
9659S: Maintained
9660F: drivers/scsi/
9661F: include/scsi/
9662
9663SCSI TAPE DRIVER
9664M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9665L: linux-scsi@vger.kernel.org
9666S: Maintained
9667F: Documentation/scsi/st.txt
9668F: drivers/scsi/st.*
9669F: drivers/scsi/st_*.h
9670
9671SCTP PROTOCOL
9672M: Vlad Yasevich <vyasevich@gmail.com>
9673M: Neil Horman <nhorman@tuxdriver.com>
9674L: linux-sctp@vger.kernel.org
9675W: http://lksctp.sourceforge.net
9676S: Maintained
9677F: Documentation/networking/sctp.txt
9678F: include/linux/sctp.h
9679F: include/uapi/linux/sctp.h
9680F: include/net/sctp/
9681F: net/sctp/
9682
9683SCx200 CPU SUPPORT
9684M: Jim Cromie <jim.cromie@gmail.com>
9685S: Odd Fixes
9686F: Documentation/i2c/busses/scx200_acb
9687F: arch/x86/platform/scx200/
9688F: drivers/watchdog/scx200_wdt.c
9689F: drivers/i2c/busses/scx200*
9690F: drivers/mtd/maps/scx200_docflash.c
9691F: include/linux/scx200.h
9692
9693SCx200 GPIO DRIVER
9694M: Jim Cromie <jim.cromie@gmail.com>
9695S: Maintained
9696F: drivers/char/scx200_gpio.c
9697F: include/linux/scx200_gpio.h
9698
9699SCx200 HRT CLOCKSOURCE DRIVER
9700M: Jim Cromie <jim.cromie@gmail.com>
9701S: Maintained
9702F: drivers/clocksource/scx200_hrt.c
9703
9704SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9705M: Sascha Sommer <saschasommer@freenet.de>
9706L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9707S: Maintained
9708F: drivers/mmc/host/sdricoh_cs.c
9709
9710SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9711L: linux-mmc@vger.kernel.org
9712S: Orphan
9713F: drivers/mmc/host/sdhci.*
9714F: drivers/mmc/host/sdhci-pltfm.[ch]
9715
9716SECURE COMPUTING
9717M: Kees Cook <keescook@chromium.org>
9718R: Andy Lutomirski <luto@amacapital.net>
9719R: Will Drewry <wad@chromium.org>
9720T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9721S: Supported
9722F: kernel/seccomp.c
9723F: include/uapi/linux/seccomp.h
9724F: include/linux/seccomp.h
9725F: tools/testing/selftests/seccomp/*
9726K: \bsecure_computing
9727K: \bTIF_SECCOMP\b
9728
9729SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9730M: Ben Dooks <ben-linux@fluff.org>
9731M: Jaehoon Chung <jh80.chung@samsung.com>
9732L: linux-mmc@vger.kernel.org
9733S: Maintained
9734F: drivers/mmc/host/sdhci-s3c*
9735
9736SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9737M: Viresh Kumar <vireshk@kernel.org>
9738L: spear-devel@list.st.com
9739L: linux-mmc@vger.kernel.org
9740S: Maintained
9741F: drivers/mmc/host/sdhci-spear.c
9742
9743SECURITY SUBSYSTEM
9744M: James Morris <james.l.morris@oracle.com>
9745M: "Serge E. Hallyn" <serge@hallyn.com>
9746L: linux-security-module@vger.kernel.org (suggested Cc:)
9747T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9748W: http://kernsec.org/
9749S: Supported
9750F: security/
9751
9752SECURITY CONTACT
9753M: Security Officers <security@kernel.org>
9754S: Supported
9755
9756SELINUX SECURITY MODULE
9757M: Paul Moore <paul@paul-moore.com>
9758M: Stephen Smalley <sds@tycho.nsa.gov>
9759M: Eric Paris <eparis@parisplace.org>
9760L: selinux@tycho.nsa.gov (moderated for non-subscribers)
9761W: http://selinuxproject.org
9762T: git git://git.infradead.org/users/pcmoore/selinux
9763S: Supported
9764F: include/linux/selinux*
9765F: security/selinux/
9766F: scripts/selinux/
9767
9768APPARMOR SECURITY MODULE
9769M: John Johansen <john.johansen@canonical.com>
9770L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9771W: apparmor.wiki.kernel.org
9772T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9773S: Supported
9774F: security/apparmor/
9775
9776YAMA SECURITY MODULE
9777M: Kees Cook <keescook@chromium.org>
9778T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9779S: Supported
9780F: security/yama/
9781
9782SENSABLE PHANTOM
9783M: Jiri Slaby <jirislaby@gmail.com>
9784S: Maintained
9785F: drivers/misc/phantom.c
9786F: include/uapi/linux/phantom.h
9787
9788SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9789M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9790M: Ketan Mukadam <ketan.mukadam@avagotech.com>
9791M: John Soni Jose <sony.john@avagotech.com>
9792L: linux-scsi@vger.kernel.org
9793W: http://www.avagotech.com
9794S: Supported
9795F: drivers/scsi/be2iscsi/
9796
9797Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9798M: Sathya Perla <sathya.perla@avagotech.com>
9799M: Ajit Khaparde <ajit.khaparde@avagotech.com>
9800M: Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9801M: Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9802L: netdev@vger.kernel.org
9803W: http://www.emulex.com
9804S: Supported
9805F: drivers/net/ethernet/emulex/benet/
9806
9807EMULEX ONECONNECT ROCE DRIVER
9808M: Selvin Xavier <selvin.xavier@avagotech.com>
9809M: Devesh Sharma <devesh.sharma@avagotech.com>
9810M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9811L: linux-rdma@vger.kernel.org
9812W: http://www.emulex.com
9813S: Supported
9814F: drivers/infiniband/hw/ocrdma/
9815
9816SFC NETWORK DRIVER
9817M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9818M: Shradha Shah <sshah@solarflare.com>
9819L: netdev@vger.kernel.org
9820S: Supported
9821F: drivers/net/ethernet/sfc/
9822
9823SGI GRU DRIVER
9824M: Dimitri Sivanich <sivanich@sgi.com>
9825S: Maintained
9826F: drivers/misc/sgi-gru/
9827
9828SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9829M: Pat Gefre <pfg@sgi.com>
9830L: linux-ia64@vger.kernel.org
9831S: Supported
9832F: Documentation/ia64/serial.txt
9833F: drivers/tty/serial/ioc?_serial.c
9834F: include/linux/ioc?.h
9835
9836SGI XP/XPC/XPNET DRIVER
9837M: Cliff Whickman <cpw@sgi.com>
9838M: Robin Holt <robinmholt@gmail.com>
9839S: Maintained
9840F: drivers/misc/sgi-xp/
9841
9842SI2157 MEDIA DRIVER
9843M: Antti Palosaari <crope@iki.fi>
9844L: linux-media@vger.kernel.org
9845W: https://linuxtv.org
9846W: http://palosaari.fi/linux/
9847Q: http://patchwork.linuxtv.org/project/linux-media/list/
9848T: git git://linuxtv.org/anttip/media_tree.git
9849S: Maintained
9850F: drivers/media/tuners/si2157*
9851
9852SI2168 MEDIA DRIVER
9853M: Antti Palosaari <crope@iki.fi>
9854L: linux-media@vger.kernel.org
9855W: https://linuxtv.org
9856W: http://palosaari.fi/linux/
9857Q: http://patchwork.linuxtv.org/project/linux-media/list/
9858T: git git://linuxtv.org/anttip/media_tree.git
9859S: Maintained
9860F: drivers/media/dvb-frontends/si2168*
9861
9862SI470X FM RADIO RECEIVER I2C DRIVER
9863M: Hans Verkuil <hverkuil@xs4all.nl>
9864L: linux-media@vger.kernel.org
9865T: git git://linuxtv.org/media_tree.git
9866W: https://linuxtv.org
9867S: Odd Fixes
9868F: drivers/media/radio/si470x/radio-si470x-i2c.c
9869
9870SI470X FM RADIO RECEIVER USB DRIVER
9871M: Hans Verkuil <hverkuil@xs4all.nl>
9872L: linux-media@vger.kernel.org
9873T: git git://linuxtv.org/media_tree.git
9874W: https://linuxtv.org
9875S: Maintained
9876F: drivers/media/radio/si470x/radio-si470x-common.c
9877F: drivers/media/radio/si470x/radio-si470x.h
9878F: drivers/media/radio/si470x/radio-si470x-usb.c
9879
9880SI4713 FM RADIO TRANSMITTER I2C DRIVER
9881M: Eduardo Valentin <edubezval@gmail.com>
9882L: linux-media@vger.kernel.org
9883T: git git://linuxtv.org/media_tree.git
9884W: https://linuxtv.org
9885S: Odd Fixes
9886F: drivers/media/radio/si4713/si4713.?
9887
9888SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9889M: Eduardo Valentin <edubezval@gmail.com>
9890L: linux-media@vger.kernel.org
9891T: git git://linuxtv.org/media_tree.git
9892W: https://linuxtv.org
9893S: Odd Fixes
9894F: drivers/media/radio/si4713/radio-platform-si4713.c
9895
9896SI4713 FM RADIO TRANSMITTER USB DRIVER
9897M: Hans Verkuil <hverkuil@xs4all.nl>
9898L: linux-media@vger.kernel.org
9899T: git git://linuxtv.org/media_tree.git
9900W: https://linuxtv.org
9901S: Maintained
9902F: drivers/media/radio/si4713/radio-usb-si4713.c
9903
9904SIANO DVB DRIVER
9905M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9906L: linux-media@vger.kernel.org
9907W: https://linuxtv.org
9908T: git git://linuxtv.org/media_tree.git
9909S: Odd fixes
9910F: drivers/media/common/siano/
9911F: drivers/media/usb/siano/
9912F: drivers/media/usb/siano/
9913F: drivers/media/mmc/siano/
9914
9915SIMPLEFB FB DRIVER
9916M: Hans de Goede <hdegoede@redhat.com>
9917L: linux-fbdev@vger.kernel.org
9918S: Maintained
9919F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
9920F: drivers/video/fbdev/simplefb.c
9921F: include/linux/platform_data/simplefb.h
9922
9923SH_VEU V4L2 MEM2MEM DRIVER
9924L: linux-media@vger.kernel.org
9925S: Orphan
9926F: drivers/media/platform/sh_veu.c
9927
9928SH_VOU V4L2 OUTPUT DRIVER
9929L: linux-media@vger.kernel.org
9930S: Orphan
9931F: drivers/media/platform/sh_vou.c
9932F: include/media/drv-intf/sh_vou.h
9933
9934SIMPLE FIRMWARE INTERFACE (SFI)
9935M: Len Brown <lenb@kernel.org>
9936L: sfi-devel@simplefirmware.org
9937W: http://simplefirmware.org/
9938T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9939S: Supported
9940F: arch/x86/platform/sfi/
9941F: drivers/sfi/
9942F: include/linux/sfi*.h
9943
9944SIMTEC EB110ATX (Chalice CATS)
9945P: Ben Dooks
9946P: Vincent Sanders <vince@simtec.co.uk>
9947M: Simtec Linux Team <linux@simtec.co.uk>
9948W: http://www.simtec.co.uk/products/EB110ATX/
9949S: Supported
9950
9951SIMTEC EB2410ITX (BAST)
9952P: Ben Dooks
9953P: Vincent Sanders <vince@simtec.co.uk>
9954M: Simtec Linux Team <linux@simtec.co.uk>
9955W: http://www.simtec.co.uk/products/EB2410ITX/
9956S: Supported
9957F: arch/arm/mach-s3c24xx/mach-bast.c
9958F: arch/arm/mach-s3c24xx/bast-ide.c
9959F: arch/arm/mach-s3c24xx/bast-irq.c
9960
9961TI DAVINCI MACHINE SUPPORT
9962M: Sekhar Nori <nsekhar@ti.com>
9963M: Kevin Hilman <khilman@deeprootsystems.com>
9964T: git git://gitorious.org/linux-davinci/linux-davinci.git
9965Q: http://patchwork.kernel.org/project/linux-davinci/list/
9966S: Supported
9967F: arch/arm/mach-davinci/
9968F: drivers/i2c/busses/i2c-davinci.c
9969
9970TI DAVINCI SERIES MEDIA DRIVER
9971M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9972L: linux-media@vger.kernel.org
9973W: https://linuxtv.org
9974Q: http://patchwork.linuxtv.org/project/linux-media/list/
9975T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9976S: Maintained
9977F: drivers/media/platform/davinci/
9978F: include/media/davinci/
9979
9980TI AM437X VPFE DRIVER
9981M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9982L: linux-media@vger.kernel.org
9983W: https://linuxtv.org
9984Q: http://patchwork.linuxtv.org/project/linux-media/list/
9985T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9986S: Maintained
9987F: drivers/media/platform/am437x/
9988
9989OV2659 OMNIVISION SENSOR DRIVER
9990M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9991L: linux-media@vger.kernel.org
9992W: https://linuxtv.org
9993Q: http://patchwork.linuxtv.org/project/linux-media/list/
9994T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9995S: Maintained
9996F: drivers/media/i2c/ov2659.c
9997F: include/media/i2c/ov2659.h
9998
9999SILICON MOTION SM712 FRAME BUFFER DRIVER
10000M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10001M: Teddy Wang <teddy.wang@siliconmotion.com>
10002M: Sudip Mukherjee <sudip@vectorindia.org>
10003L: linux-fbdev@vger.kernel.org
10004S: Maintained
10005F: drivers/video/fbdev/sm712*
10006F: Documentation/fb/sm712fb.txt
10007
10008SIS 190 ETHERNET DRIVER
10009M: Francois Romieu <romieu@fr.zoreil.com>
10010L: netdev@vger.kernel.org
10011S: Maintained
10012F: drivers/net/ethernet/sis/sis190.c
10013
10014SIS 900/7016 FAST ETHERNET DRIVER
10015M: Daniele Venzano <venza@brownhat.org>
10016W: http://www.brownhat.org/sis900.html
10017L: netdev@vger.kernel.org
10018S: Maintained
10019F: drivers/net/ethernet/sis/sis900.*
10020
10021SIS FRAMEBUFFER DRIVER
10022M: Thomas Winischhofer <thomas@winischhofer.net>
10023W: http://www.winischhofer.net/linuxsisvga.shtml
10024S: Maintained
10025F: Documentation/fb/sisfb.txt
10026F: drivers/video/fbdev/sis/
10027F: include/video/sisfb.h
10028
10029SIS USB2VGA DRIVER
10030M: Thomas Winischhofer <thomas@winischhofer.net>
10031W: http://www.winischhofer.at/linuxsisusbvga.shtml
10032S: Maintained
10033F: drivers/usb/misc/sisusbvga/
10034
10035SLAB ALLOCATOR
10036M: Christoph Lameter <cl@linux.com>
10037M: Pekka Enberg <penberg@kernel.org>
10038M: David Rientjes <rientjes@google.com>
10039M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10040M: Andrew Morton <akpm@linux-foundation.org>
10041L: linux-mm@kvack.org
10042S: Maintained
10043F: include/linux/sl?b*.h
10044F: mm/sl?b*
10045
10046SLEEPABLE READ-COPY UPDATE (SRCU)
10047M: Lai Jiangshan <jiangshanlai@gmail.com>
10048M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10049M: Josh Triplett <josh@joshtriplett.org>
10050R: Steven Rostedt <rostedt@goodmis.org>
10051R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10052L: linux-kernel@vger.kernel.org
10053W: http://www.rdrop.com/users/paulmck/RCU/
10054S: Supported
10055T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10056F: include/linux/srcu.h
10057F: kernel/rcu/srcu.c
10058
10059SMACK SECURITY MODULE
10060M: Casey Schaufler <casey@schaufler-ca.com>
10061L: linux-security-module@vger.kernel.org
10062W: http://schaufler-ca.com
10063T: git git://git.gitorious.org/smack-next/kernel.git
10064S: Maintained
10065F: Documentation/security/Smack.txt
10066F: security/smack/
10067
10068DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10069M: Kevin Hilman <khilman@kernel.org>
10070M: Nishanth Menon <nm@ti.com>
10071S: Maintained
10072F: drivers/power/avs/
10073F: include/linux/power/smartreflex.h
10074L: linux-pm@vger.kernel.org
10075
10076SMC91x ETHERNET DRIVER
10077M: Nicolas Pitre <nico@fluxnic.net>
10078S: Odd Fixes
10079F: drivers/net/ethernet/smsc/smc91x.*
10080
10081SMIA AND SMIA++ IMAGE SENSOR DRIVER
10082M: Sakari Ailus <sakari.ailus@iki.fi>
10083L: linux-media@vger.kernel.org
10084S: Maintained
10085F: drivers/media/i2c/smiapp/
10086F: include/media/i2c/smiapp.h
10087F: drivers/media/i2c/smiapp-pll.c
10088F: drivers/media/i2c/smiapp-pll.h
10089F: include/uapi/linux/smiapp.h
10090F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10091
10092SMM665 HARDWARE MONITOR DRIVER
10093M: Guenter Roeck <linux@roeck-us.net>
10094L: lm-sensors@lm-sensors.org
10095S: Maintained
10096F: Documentation/hwmon/smm665
10097F: drivers/hwmon/smm665.c
10098
10099SMSC EMC2103 HARDWARE MONITOR DRIVER
10100M: Steve Glendinning <steve.glendinning@shawell.net>
10101L: lm-sensors@lm-sensors.org
10102S: Maintained
10103F: Documentation/hwmon/emc2103
10104F: drivers/hwmon/emc2103.c
10105
10106SMSC SCH5627 HARDWARE MONITOR DRIVER
10107M: Hans de Goede <hdegoede@redhat.com>
10108L: lm-sensors@lm-sensors.org
10109S: Supported
10110F: Documentation/hwmon/sch5627
10111F: drivers/hwmon/sch5627.c
10112
10113SMSC47B397 HARDWARE MONITOR DRIVER
10114M: Jean Delvare <jdelvare@suse.com>
10115L: lm-sensors@lm-sensors.org
10116S: Maintained
10117F: Documentation/hwmon/smsc47b397
10118F: drivers/hwmon/smsc47b397.c
10119
10120SMSC911x ETHERNET DRIVER
10121M: Steve Glendinning <steve.glendinning@shawell.net>
10122L: netdev@vger.kernel.org
10123S: Maintained
10124F: include/linux/smsc911x.h
10125F: drivers/net/ethernet/smsc/smsc911x.*
10126
10127SMSC9420 PCI ETHERNET DRIVER
10128M: Steve Glendinning <steve.glendinning@shawell.net>
10129L: netdev@vger.kernel.org
10130S: Maintained
10131F: drivers/net/ethernet/smsc/smsc9420.*
10132
10133SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10134M: Steve Glendinning <steve.glendinning@shawell.net>
10135L: linux-fbdev@vger.kernel.org
10136S: Maintained
10137F: drivers/video/fbdev/smscufx.c
10138
10139SOC-CAMERA V4L2 SUBSYSTEM
10140M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10141L: linux-media@vger.kernel.org
10142T: git git://linuxtv.org/media_tree.git
10143S: Maintained
10144F: include/media/soc*
10145F: drivers/media/i2c/soc_camera/
10146F: drivers/media/platform/soc_camera/
10147
10148SOEKRIS NET48XX LED SUPPORT
10149M: Chris Boot <bootc@bootc.net>
10150S: Maintained
10151F: drivers/leds/leds-net48xx.c
10152
10153SOFTLOGIC 6x10 MPEG CODEC
10154M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10155M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10156M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
10157M: Ismael Luceno <ismael@iodev.co.uk>
10158L: linux-media@vger.kernel.org
10159S: Supported
10160F: drivers/media/pci/solo6x10/
10161
10162SOFTWARE RAID (Multiple Disks) SUPPORT
10163L: linux-raid@vger.kernel.org
10164T: git git://neil.brown.name/md
10165S: Supported
10166F: drivers/md/
10167F: include/linux/raid/
10168F: include/uapi/linux/raid/
10169
10170SONIC NETWORK DRIVER
10171M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10172L: netdev@vger.kernel.org
10173S: Maintained
10174F: drivers/net/ethernet/natsemi/sonic.*
10175
10176SONICS SILICON BACKPLANE DRIVER (SSB)
10177M: Michael Buesch <m@bues.ch>
10178L: netdev@vger.kernel.org
10179S: Maintained
10180F: drivers/ssb/
10181F: include/linux/ssb/
10182
10183SONY VAIO CONTROL DEVICE DRIVER
10184M: Mattia Dongili <malattia@linux.it>
10185L: platform-driver-x86@vger.kernel.org
10186W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10187S: Maintained
10188F: Documentation/laptops/sony-laptop.txt
10189F: drivers/char/sonypi.c
10190F: drivers/platform/x86/sony-laptop.c
10191F: include/linux/sony-laptop.h
10192
10193SONY MEMORYSTICK CARD SUPPORT
10194M: Alex Dubov <oakad@yahoo.com>
10195W: http://tifmxx.berlios.de/
10196S: Maintained
10197F: drivers/memstick/host/tifm_ms.c
10198
10199SONY MEMORYSTICK STANDARD SUPPORT
10200M: Maxim Levitsky <maximlevitsky@gmail.com>
10201S: Maintained
10202F: drivers/memstick/core/ms_block.*
10203
10204SOUND
10205M: Jaroslav Kysela <perex@perex.cz>
10206M: Takashi Iwai <tiwai@suse.com>
10207L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10208W: http://www.alsa-project.org/
10209T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10210T: git git://git.alsa-project.org/alsa-kernel.git
10211Q: http://patchwork.kernel.org/project/alsa-devel/list/
10212S: Maintained
10213F: Documentation/sound/
10214F: include/sound/
10215F: include/uapi/sound/
10216F: sound/
10217
10218SOUND - COMPRESSED AUDIO
10219M: Vinod Koul <vinod.koul@intel.com>
10220L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10221T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10222S: Supported
10223F: Documentation/sound/alsa/compress_offload.txt
10224F: include/sound/compress_driver.h
10225F: include/uapi/sound/compress_*
10226F: sound/core/compress_offload.c
10227F: sound/soc/soc-compress.c
10228
10229SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10230M: Liam Girdwood <lgirdwood@gmail.com>
10231M: Mark Brown <broonie@kernel.org>
10232T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10233L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10234W: http://alsa-project.org/main/index.php/ASoC
10235S: Supported
10236F: Documentation/sound/alsa/soc/
10237F: sound/soc/
10238F: include/sound/soc*
10239
10240SOUND - DMAENGINE HELPERS
10241M: Lars-Peter Clausen <lars@metafoo.de>
10242S: Supported
10243F: include/sound/dmaengine_pcm.h
10244F: sound/core/pcm_dmaengine.c
10245F: sound/soc/soc-generic-dmaengine-pcm.c
10246
10247SP2 MEDIA DRIVER
10248M: Olli Salonen <olli.salonen@iki.fi>
10249L: linux-media@vger.kernel.org
10250W: https://linuxtv.org
10251Q: http://patchwork.linuxtv.org/project/linux-media/list/
10252S: Maintained
10253F: drivers/media/dvb-frontends/sp2*
10254
10255SPARC + UltraSPARC (sparc/sparc64)
10256M: "David S. Miller" <davem@davemloft.net>
10257L: sparclinux@vger.kernel.org
10258Q: http://patchwork.ozlabs.org/project/sparclinux/list/
10259T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10260T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10261S: Maintained
10262F: arch/sparc/
10263F: drivers/sbus/
10264
10265SPARC SERIAL DRIVERS
10266M: "David S. Miller" <davem@davemloft.net>
10267L: sparclinux@vger.kernel.org
10268T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10269T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10270S: Maintained
10271F: include/linux/sunserialcore.h
10272F: drivers/tty/serial/suncore.c
10273F: drivers/tty/serial/sunhv.c
10274F: drivers/tty/serial/sunsab.c
10275F: drivers/tty/serial/sunsab.h
10276F: drivers/tty/serial/sunsu.c
10277F: drivers/tty/serial/sunzilog.c
10278F: drivers/tty/serial/sunzilog.h
10279
10280SPARSE CHECKER
10281M: "Christopher Li" <sparse@chrisli.org>
10282L: linux-sparse@vger.kernel.org
10283W: https://sparse.wiki.kernel.org/
10284T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10285T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10286S: Maintained
10287F: include/linux/compiler.h
10288
10289SPEAR PLATFORM SUPPORT
10290M: Viresh Kumar <vireshk@kernel.org>
10291M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10292L: spear-devel@list.st.com
10293L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10294W: http://www.st.com/spear
10295S: Maintained
10296F: arch/arm/mach-spear/
10297
10298SPEAR CLOCK FRAMEWORK SUPPORT
10299M: Viresh Kumar <vireshk@kernel.org>
10300L: spear-devel@list.st.com
10301L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10302W: http://www.st.com/spear
10303S: Maintained
10304F: drivers/clk/spear/
10305
10306SPI SUBSYSTEM
10307M: Mark Brown <broonie@kernel.org>
10308L: linux-spi@vger.kernel.org
10309T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10310Q: http://patchwork.kernel.org/project/spi-devel-general/list/
10311S: Maintained
10312F: Documentation/spi/
10313F: drivers/spi/
10314F: include/linux/spi/
10315F: include/uapi/linux/spi/
10316
10317SPIDERNET NETWORK DRIVER for CELL
10318M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10319L: netdev@vger.kernel.org
10320S: Supported
10321F: Documentation/networking/spider_net.txt
10322F: drivers/net/ethernet/toshiba/spider_net*
10323
10324SPU FILE SYSTEM
10325M: Jeremy Kerr <jk@ozlabs.org>
10326L: linuxppc-dev@lists.ozlabs.org
10327W: http://www.ibm.com/developerworks/power/cell/
10328S: Supported
10329F: Documentation/filesystems/spufs.txt
10330F: arch/powerpc/platforms/cell/spufs/
10331
10332SQUASHFS FILE SYSTEM
10333M: Phillip Lougher <phillip@squashfs.org.uk>
10334L: squashfs-devel@lists.sourceforge.net (subscribers-only)
10335W: http://squashfs.org.uk
10336T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10337S: Maintained
10338F: Documentation/filesystems/squashfs.txt
10339F: fs/squashfs/
10340
10341SRM (Alpha) environment access
10342M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
10343S: Maintained
10344F: arch/alpha/kernel/srm_env.c
10345
10346STABLE BRANCH
10347M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10348L: stable@vger.kernel.org
10349S: Supported
10350F: Documentation/stable_kernel_rules.txt
10351
10352STAGING SUBSYSTEM
10353M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10354T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10355L: devel@driverdev.osuosl.org
10356S: Supported
10357F: drivers/staging/
10358
10359STAGING - COMEDI
10360M: Ian Abbott <abbotti@mev.co.uk>
10361M: H Hartley Sweeten <hsweeten@visionengravers.com>
10362S: Odd Fixes
10363F: drivers/staging/comedi/
10364
10365STAGING - FLARION FT1000 DRIVERS
10366M: Marek Belisko <marek.belisko@gmail.com>
10367S: Odd Fixes
10368F: drivers/staging/ft1000/
10369
10370STAGING - INDUSTRIAL IO
10371M: Jonathan Cameron <jic23@kernel.org>
10372L: linux-iio@vger.kernel.org
10373S: Odd Fixes
10374F: drivers/staging/iio/
10375
10376STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10377M: Jarod Wilson <jarod@wilsonet.com>
10378W: http://www.lirc.org/
10379S: Odd Fixes
10380F: drivers/staging/media/lirc/
10381
10382STAGING - LUSTRE PARALLEL FILESYSTEM
10383M: Oleg Drokin <oleg.drokin@intel.com>
10384M: Andreas Dilger <andreas.dilger@intel.com>
10385L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10386W: http://wiki.lustre.org/
10387S: Maintained
10388F: drivers/staging/lustre
10389
10390STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10391M: Marc Dietrich <marvin24@gmx.de>
10392L: ac100@lists.launchpad.net (moderated for non-subscribers)
10393L: linux-tegra@vger.kernel.org
10394S: Maintained
10395F: drivers/staging/nvec/
10396
10397STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10398M: Jens Frederich <jfrederich@gmail.com>
10399M: Daniel Drake <dsd@laptop.org>
10400M: Jon Nettleton <jon.nettleton@gmail.com>
10401W: http://wiki.laptop.org/go/DCON
10402S: Maintained
10403F: drivers/staging/olpc_dcon/
10404
10405STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10406M: Willy Tarreau <willy@meta-x.org>
10407S: Odd Fixes
10408F: drivers/staging/panel/
10409
10410STAGING - REALTEK RTL8712U DRIVERS
10411M: Larry Finger <Larry.Finger@lwfinger.net>
10412M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10413S: Odd Fixes
10414F: drivers/staging/rtl8712/
10415
10416STAGING - REALTEK RTL8723U WIRELESS DRIVER
10417M: Larry Finger <Larry.Finger@lwfinger.net>
10418M: Jes Sorensen <Jes.Sorensen@redhat.com>
10419L: linux-wireless@vger.kernel.org
10420S: Maintained
10421F: drivers/staging/rtl8723au/
10422
10423STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10424M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10425M: Teddy Wang <teddy.wang@siliconmotion.com>
10426M: Sudip Mukherjee <sudip@vectorindia.org>
10427L: linux-fbdev@vger.kernel.org
10428S: Maintained
10429F: drivers/staging/sm750fb/
10430
10431STAGING - SLICOSS
10432M: Lior Dotan <liodot@gmail.com>
10433M: Christopher Harrer <charrer@alacritech.com>
10434S: Odd Fixes
10435F: drivers/staging/slicoss/
10436
10437STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10438M: William Hubbs <w.d.hubbs@gmail.com>
10439M: Chris Brannon <chris@the-brannons.com>
10440M: Kirk Reiser <kirk@reisers.ca>
10441M: Samuel Thibault <samuel.thibault@ens-lyon.org>
10442L: speakup@linux-speakup.org
10443W: http://www.linux-speakup.org/
10444S: Odd Fixes
10445F: drivers/staging/speakup/
10446
10447STAGING - VIA VT665X DRIVERS
10448M: Forest Bond <forest@alittletooquiet.net>
10449S: Odd Fixes
10450F: drivers/staging/vt665?/
10451
10452STAGING - WILC1000 WIFI DRIVER
10453M: Johnny Kim <johnny.kim@atmel.com>
10454M: Austin Shin <austin.shin@atmel.com>
10455M: Chris Park <chris.park@atmel.com>
10456M: Tony Cho <tony.cho@atmel.com>
10457M: Glen Lee <glen.lee@atmel.com>
10458M: Leo Kim <leo.kim@atmel.com>
10459L: linux-wireless@vger.kernel.org
10460S: Supported
10461F: drivers/staging/wilc1000/
10462
10463STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10464M: Arnaud Patard <arnaud.patard@rtp-net.org>
10465S: Odd Fixes
10466F: drivers/staging/xgifb/
10467
10468HFI1 DRIVER
10469M: Mike Marciniszyn <infinipath@intel.com>
10470L: linux-rdma@vger.kernel.org
10471S: Supported
10472F: drivers/staging/rdma/hfi1
10473
10474STARFIRE/DURALAN NETWORK DRIVER
10475M: Ion Badulescu <ionut@badula.org>
10476S: Odd Fixes
10477F: drivers/net/ethernet/adaptec/starfire*
10478
10479SUN3/3X
10480M: Sam Creasey <sammy@sammy.net>
10481W: http://sammy.net/sun3/
10482S: Maintained
10483F: arch/m68k/kernel/*sun3*
10484F: arch/m68k/sun3*/
10485F: arch/m68k/include/asm/sun3*
10486F: drivers/net/ethernet/i825xx/sun3*
10487
10488SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10489M: Hans de Goede <hdegoede@redhat.com>
10490L: linux-input@vger.kernel.org
10491S: Maintained
10492F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10493F: drivers/input/keyboard/sun4i-lradc-keys.c
10494
10495SUNDANCE NETWORK DRIVER
10496M: Denis Kirjanov <kda@linux-powerpc.org>
10497L: netdev@vger.kernel.org
10498S: Maintained
10499F: drivers/net/ethernet/dlink/sundance.c
10500
10501SUPERH
10502M: Yoshinori Sato <ysato@users.sourceforge.jp>
10503M: Rich Felker <dalias@libc.org>
10504L: linux-sh@vger.kernel.org
10505Q: http://patchwork.kernel.org/project/linux-sh/list/
10506S: Maintained
10507F: Documentation/sh/
10508F: arch/sh/
10509F: drivers/sh/
10510
10511SUSPEND TO RAM
10512M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10513M: Len Brown <len.brown@intel.com>
10514M: Pavel Machek <pavel@ucw.cz>
10515L: linux-pm@vger.kernel.org
10516S: Supported
10517F: Documentation/power/
10518F: arch/x86/kernel/acpi/
10519F: drivers/base/power/
10520F: kernel/power/
10521F: include/linux/suspend.h
10522F: include/linux/freezer.h
10523F: include/linux/pm.h
10524
10525SVGA HANDLING
10526M: Martin Mares <mj@ucw.cz>
10527L: linux-video@atrey.karlin.mff.cuni.cz
10528S: Maintained
10529F: Documentation/svga.txt
10530F: arch/x86/boot/video*
10531
10532SWIOTLB SUBSYSTEM
10533M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10534L: linux-kernel@vger.kernel.org
10535T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10536S: Supported
10537F: lib/swiotlb.c
10538F: arch/*/kernel/pci-swiotlb.c
10539F: include/linux/swiotlb.h
10540
10541SWITCHDEV
10542M: Jiri Pirko <jiri@resnulli.us>
10543L: netdev@vger.kernel.org
10544S: Supported
10545F: net/switchdev/
10546F: include/net/switchdev.h
10547
10548SYNOPSYS ARC ARCHITECTURE
10549M: Vineet Gupta <vgupta@synopsys.com>
10550L: linux-snps-arc@lists.infradead.org
10551S: Supported
10552F: arch/arc/
10553F: Documentation/devicetree/bindings/arc/*
10554F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10555F: drivers/tty/serial/arc_uart.c
10556T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10557
10558SYNOPSYS ARC SDP platform support
10559M: Alexey Brodkin <abrodkin@synopsys.com>
10560S: Supported
10561F: arch/arc/plat-axs10x
10562F: arch/arc/boot/dts/ax*
10563F: Documentation/devicetree/bindings/arc/axs10*
10564
10565SYSTEM CONFIGURATION (SYSCON)
10566M: Lee Jones <lee.jones@linaro.org>
10567M: Arnd Bergmann <arnd@arndb.de>
10568T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10569S: Supported
10570F: drivers/mfd/syscon.c
10571
10572SYSV FILESYSTEM
10573M: Christoph Hellwig <hch@infradead.org>
10574S: Maintained
10575F: Documentation/filesystems/sysv-fs.txt
10576F: fs/sysv/
10577F: include/linux/sysv_fs.h
10578
10579TARGET SUBSYSTEM
10580M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10581L: linux-scsi@vger.kernel.org
10582L: target-devel@vger.kernel.org
10583W: http://www.linux-iscsi.org
10584W: http://groups.google.com/group/linux-iscsi-target-dev
10585T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10586S: Supported
10587F: drivers/target/
10588F: include/target/
10589F: Documentation/target/
10590
10591TASKSTATS STATISTICS INTERFACE
10592M: Balbir Singh <bsingharora@gmail.com>
10593S: Maintained
10594F: Documentation/accounting/taskstats*
10595F: include/linux/taskstats*
10596F: kernel/taskstats.c
10597
10598TC CLASSIFIER
10599M: Jamal Hadi Salim <jhs@mojatatu.com>
10600L: netdev@vger.kernel.org
10601S: Maintained
10602F: include/net/pkt_cls.h
10603F: include/uapi/linux/pkt_cls.h
10604F: net/sched/
10605
10606TCP LOW PRIORITY MODULE
10607M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10608M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10609W: http://tcp-lp-mod.sourceforge.net/
10610S: Maintained
10611F: net/ipv4/tcp_lp.c
10612
10613TDA10071 MEDIA DRIVER
10614M: Antti Palosaari <crope@iki.fi>
10615L: linux-media@vger.kernel.org
10616W: https://linuxtv.org
10617W: http://palosaari.fi/linux/
10618Q: http://patchwork.linuxtv.org/project/linux-media/list/
10619T: git git://linuxtv.org/anttip/media_tree.git
10620S: Maintained
10621F: drivers/media/dvb-frontends/tda10071*
10622
10623TDA18212 MEDIA DRIVER
10624M: Antti Palosaari <crope@iki.fi>
10625L: linux-media@vger.kernel.org
10626W: https://linuxtv.org
10627W: http://palosaari.fi/linux/
10628Q: http://patchwork.linuxtv.org/project/linux-media/list/
10629T: git git://linuxtv.org/anttip/media_tree.git
10630S: Maintained
10631F: drivers/media/tuners/tda18212*
10632
10633TDA18218 MEDIA DRIVER
10634M: Antti Palosaari <crope@iki.fi>
10635L: linux-media@vger.kernel.org
10636W: https://linuxtv.org
10637W: http://palosaari.fi/linux/
10638Q: http://patchwork.linuxtv.org/project/linux-media/list/
10639T: git git://linuxtv.org/anttip/media_tree.git
10640S: Maintained
10641F: drivers/media/tuners/tda18218*
10642
10643TDA18271 MEDIA DRIVER
10644M: Michael Krufky <mkrufky@linuxtv.org>
10645L: linux-media@vger.kernel.org
10646W: https://linuxtv.org
10647W: http://github.com/mkrufky
10648Q: http://patchwork.linuxtv.org/project/linux-media/list/
10649T: git git://linuxtv.org/mkrufky/tuners.git
10650S: Maintained
10651F: drivers/media/tuners/tda18271*
10652
10653TDA827x MEDIA DRIVER
10654M: Michael Krufky <mkrufky@linuxtv.org>
10655L: linux-media@vger.kernel.org
10656W: https://linuxtv.org
10657W: http://github.com/mkrufky
10658Q: http://patchwork.linuxtv.org/project/linux-media/list/
10659T: git git://linuxtv.org/mkrufky/tuners.git
10660S: Maintained
10661F: drivers/media/tuners/tda8290.*
10662
10663TDA8290 MEDIA DRIVER
10664M: Michael Krufky <mkrufky@linuxtv.org>
10665L: linux-media@vger.kernel.org
10666W: https://linuxtv.org
10667W: http://github.com/mkrufky
10668Q: http://patchwork.linuxtv.org/project/linux-media/list/
10669T: git git://linuxtv.org/mkrufky/tuners.git
10670S: Maintained
10671F: drivers/media/tuners/tda8290.*
10672
10673TDA9840 MEDIA DRIVER
10674M: Hans Verkuil <hverkuil@xs4all.nl>
10675L: linux-media@vger.kernel.org
10676T: git git://linuxtv.org/media_tree.git
10677W: https://linuxtv.org
10678S: Maintained
10679F: drivers/media/i2c/tda9840*
10680
10681TEA5761 TUNER DRIVER
10682M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10683L: linux-media@vger.kernel.org
10684W: https://linuxtv.org
10685T: git git://linuxtv.org/media_tree.git
10686S: Odd fixes
10687F: drivers/media/tuners/tea5761.*
10688
10689TEA5767 TUNER DRIVER
10690M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10691L: linux-media@vger.kernel.org
10692W: https://linuxtv.org
10693T: git git://linuxtv.org/media_tree.git
10694S: Maintained
10695F: drivers/media/tuners/tea5767.*
10696
10697TEA6415C MEDIA DRIVER
10698M: Hans Verkuil <hverkuil@xs4all.nl>
10699L: linux-media@vger.kernel.org
10700T: git git://linuxtv.org/media_tree.git
10701W: https://linuxtv.org
10702S: Maintained
10703F: drivers/media/i2c/tea6415c*
10704
10705TEA6420 MEDIA DRIVER
10706M: Hans Verkuil <hverkuil@xs4all.nl>
10707L: linux-media@vger.kernel.org
10708T: git git://linuxtv.org/media_tree.git
10709W: https://linuxtv.org
10710S: Maintained
10711F: drivers/media/i2c/tea6420*
10712
10713TEAM DRIVER
10714M: Jiri Pirko <jiri@resnulli.us>
10715L: netdev@vger.kernel.org
10716S: Supported
10717F: drivers/net/team/
10718F: include/linux/if_team.h
10719F: include/uapi/linux/if_team.h
10720
10721TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10722M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10723S: Maintained
10724F: arch/x86/platform/ts5500/
10725
10726TECHNOTREND USB IR RECEIVER
10727M: Sean Young <sean@mess.org>
10728L: linux-media@vger.kernel.org
10729S: Maintained
10730F: drivers/media/rc/ttusbir.c
10731
10732TEGRA ARCHITECTURE SUPPORT
10733M: Stephen Warren <swarren@wwwdotorg.org>
10734M: Thierry Reding <thierry.reding@gmail.com>
10735M: Alexandre Courbot <gnurou@gmail.com>
10736L: linux-tegra@vger.kernel.org
10737Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
10738T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10739S: Supported
10740N: [^a-z]tegra
10741
10742TEGRA CLOCK DRIVER
10743M: Peter De Schrijver <pdeschrijver@nvidia.com>
10744M: Prashant Gaikwad <pgaikwad@nvidia.com>
10745S: Supported
10746F: drivers/clk/tegra/
10747
10748TEGRA DMA DRIVER
10749M: Laxman Dewangan <ldewangan@nvidia.com>
10750S: Supported
10751F: drivers/dma/tegra20-apb-dma.c
10752
10753TEGRA I2C DRIVER
10754M: Laxman Dewangan <ldewangan@nvidia.com>
10755S: Supported
10756F: drivers/i2c/busses/i2c-tegra.c
10757
10758TEGRA IOMMU DRIVERS
10759M: Hiroshi Doyu <hdoyu@nvidia.com>
10760S: Supported
10761F: drivers/iommu/tegra*
10762
10763TEGRA KBC DRIVER
10764M: Rakesh Iyer <riyer@nvidia.com>
10765M: Laxman Dewangan <ldewangan@nvidia.com>
10766S: Supported
10767F: drivers/input/keyboard/tegra-kbc.c
10768
10769TEGRA PWM DRIVER
10770M: Thierry Reding <thierry.reding@gmail.com>
10771S: Supported
10772F: drivers/pwm/pwm-tegra.c
10773
10774TEGRA SERIAL DRIVER
10775M: Laxman Dewangan <ldewangan@nvidia.com>
10776S: Supported
10777F: drivers/tty/serial/serial-tegra.c
10778
10779TEGRA SPI DRIVER
10780M: Laxman Dewangan <ldewangan@nvidia.com>
10781S: Supported
10782F: drivers/spi/spi-tegra*
10783
10784TEHUTI ETHERNET DRIVER
10785M: Andy Gospodarek <andy@greyhouse.net>
10786L: netdev@vger.kernel.org
10787S: Supported
10788F: drivers/net/ethernet/tehuti/*
10789
10790Telecom Clock Driver for MCPL0010
10791M: Mark Gross <mark.gross@intel.com>
10792S: Supported
10793F: drivers/char/tlclk.c
10794
10795TENSILICA XTENSA PORT (xtensa)
10796M: Chris Zankel <chris@zankel.net>
10797M: Max Filippov <jcmvbkbc@gmail.com>
10798L: linux-xtensa@linux-xtensa.org
10799T: git git://github.com/czankel/xtensa-linux.git
10800S: Maintained
10801F: arch/xtensa/
10802F: drivers/irqchip/irq-xtensa-*
10803
10804THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10805M: Hans Verkuil <hverkuil@xs4all.nl>
10806L: linux-media@vger.kernel.org
10807T: git git://linuxtv.org/media_tree.git
10808W: https://linuxtv.org
10809S: Maintained
10810F: drivers/media/radio/radio-raremono.c
10811
10812THERMAL
10813M: Zhang Rui <rui.zhang@intel.com>
10814M: Eduardo Valentin <edubezval@gmail.com>
10815L: linux-pm@vger.kernel.org
10816T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10817T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10818Q: https://patchwork.kernel.org/project/linux-pm/list/
10819S: Supported
10820F: drivers/thermal/
10821F: include/linux/thermal.h
10822F: include/uapi/linux/thermal.h
10823F: include/linux/cpu_cooling.h
10824F: Documentation/devicetree/bindings/thermal/
10825
10826THERMAL/CPU_COOLING
10827M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
10828M: Viresh Kumar <viresh.kumar@linaro.org>
10829M: Javi Merino <javi.merino@arm.com>
10830L: linux-pm@vger.kernel.org
10831S: Supported
10832F: Documentation/thermal/cpu-cooling-api.txt
10833F: drivers/thermal/cpu_cooling.c
10834F: include/linux/cpu_cooling.h
10835
10836THINGM BLINK(1) USB RGB LED DRIVER
10837M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10838S: Maintained
10839F: drivers/hid/hid-thingm.c
10840
10841THINKPAD ACPI EXTRAS DRIVER
10842M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10843L: ibm-acpi-devel@lists.sourceforge.net
10844L: platform-driver-x86@vger.kernel.org
10845W: http://ibm-acpi.sourceforge.net
10846W: http://thinkwiki.org/wiki/Ibm-acpi
10847T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10848S: Maintained
10849F: drivers/platform/x86/thinkpad_acpi.c
10850
10851TI BANDGAP AND THERMAL DRIVER
10852M: Eduardo Valentin <edubezval@gmail.com>
10853L: linux-pm@vger.kernel.org
10854L: linux-omap@vger.kernel.org
10855S: Maintained
10856F: drivers/thermal/ti-soc-thermal/
10857
10858TI CDCE706 CLOCK DRIVER
10859M: Max Filippov <jcmvbkbc@gmail.com>
10860S: Maintained
10861F: drivers/clk/clk-cdce706.c
10862
10863TI CLOCK DRIVER
10864M: Tero Kristo <t-kristo@ti.com>
10865L: linux-omap@vger.kernel.org
10866S: Maintained
10867F: drivers/clk/ti/
10868F: include/linux/clk/ti.h
10869
10870TI FLASH MEDIA INTERFACE DRIVER
10871M: Alex Dubov <oakad@yahoo.com>
10872S: Maintained
10873F: drivers/misc/tifm*
10874F: drivers/mmc/host/tifm_sd.c
10875F: include/linux/tifm.h
10876
10877TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10878M: Santosh Shilimkar <ssantosh@kernel.org>
10879L: linux-kernel@vger.kernel.org
10880L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10881S: Maintained
10882F: drivers/soc/ti/*
10883T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10884
10885
10886TI LM49xxx FAMILY ASoC CODEC DRIVERS
10887M: M R Swami Reddy <mr.swami.reddy@ti.com>
10888M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10889L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10890S: Maintained
10891F: sound/soc/codecs/lm49453*
10892F: sound/soc/codecs/isabelle*
10893
10894TI LP855x BACKLIGHT DRIVER
10895M: Milo Kim <milo.kim@ti.com>
10896S: Maintained
10897F: Documentation/backlight/lp855x-driver.txt
10898F: drivers/video/backlight/lp855x_bl.c
10899F: include/linux/platform_data/lp855x.h
10900
10901TI LP8727 CHARGER DRIVER
10902M: Milo Kim <milo.kim@ti.com>
10903S: Maintained
10904F: drivers/power/lp8727_charger.c
10905F: include/linux/platform_data/lp8727.h
10906
10907TI LP8788 MFD DRIVER
10908M: Milo Kim <milo.kim@ti.com>
10909S: Maintained
10910F: drivers/iio/adc/lp8788_adc.c
10911F: drivers/leds/leds-lp8788.c
10912F: drivers/mfd/lp8788*.c
10913F: drivers/power/lp8788-charger.c
10914F: drivers/regulator/lp8788-*.c
10915F: include/linux/mfd/lp8788*.h
10916
10917TI NETCP ETHERNET DRIVER
10918M: Wingman Kwok <w-kwok2@ti.com>
10919M: Murali Karicheri <m-karicheri2@ti.com>
10920L: netdev@vger.kernel.org
10921S: Maintained
10922F: drivers/net/ethernet/ti/netcp*
10923
10924TI TAS571X FAMILY ASoC CODEC DRIVER
10925M: Kevin Cernekee <cernekee@chromium.org>
10926L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10927S: Odd Fixes
10928F: sound/soc/codecs/tas571x*
10929
10930TI TWL4030 SERIES SOC CODEC DRIVER
10931M: Peter Ujfalusi <peter.ujfalusi@ti.com>
10932L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10933S: Maintained
10934F: sound/soc/codecs/twl4030*
10935
10936TI WILINK WIRELESS DRIVERS
10937L: linux-wireless@vger.kernel.org
10938W: http://wireless.kernel.org/en/users/Drivers/wl12xx
10939W: http://wireless.kernel.org/en/users/Drivers/wl1251
10940T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10941S: Orphan
10942F: drivers/net/wireless/ti/
10943F: include/linux/wl12xx.h
10944
10945TIPC NETWORK LAYER
10946M: Jon Maloy <jon.maloy@ericsson.com>
10947M: Ying Xue <ying.xue@windriver.com>
10948L: netdev@vger.kernel.org (core kernel code)
10949L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10950W: http://tipc.sourceforge.net/
10951S: Maintained
10952F: include/uapi/linux/tipc*.h
10953F: net/tipc/
10954
10955TILE ARCHITECTURE
10956M: Chris Metcalf <cmetcalf@ezchip.com>
10957W: http://www.ezchip.com/scm/
10958T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
10959S: Supported
10960F: arch/tile/
10961F: drivers/char/tile-srom.c
10962F: drivers/edac/tile_edac.c
10963F: drivers/net/ethernet/tile/
10964F: drivers/rtc/rtc-tile.c
10965F: drivers/tty/hvc/hvc_tile.c
10966F: drivers/tty/serial/tilegx.c
10967F: drivers/usb/host/*-tilegx.c
10968F: include/linux/usb/tilegx.h
10969
10970TLAN NETWORK DRIVER
10971M: Samuel Chessman <chessman@tux.org>
10972L: tlan-devel@lists.sourceforge.net (subscribers-only)
10973W: http://sourceforge.net/projects/tlan/
10974S: Maintained
10975F: Documentation/networking/tlan.txt
10976F: drivers/net/ethernet/ti/tlan.*
10977
10978TOMOYO SECURITY MODULE
10979M: Kentaro Takeda <takedakn@nttdata.co.jp>
10980M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10981L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10982L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10983L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10984L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10985W: http://tomoyo.sourceforge.jp/
10986T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10987S: Maintained
10988F: security/tomoyo/
10989
10990TOPSTAR LAPTOP EXTRAS DRIVER
10991M: Herton Ronaldo Krzesinski <herton@canonical.com>
10992L: platform-driver-x86@vger.kernel.org
10993S: Maintained
10994F: drivers/platform/x86/topstar-laptop.c
10995
10996TOSHIBA ACPI EXTRAS DRIVER
10997M: Azael Avalos <coproscefalo@gmail.com>
10998L: platform-driver-x86@vger.kernel.org
10999S: Maintained
11000F: drivers/platform/x86/toshiba_acpi.c
11001
11002TOSHIBA BLUETOOTH DRIVER
11003M: Azael Avalos <coproscefalo@gmail.com>
11004L: platform-driver-x86@vger.kernel.org
11005S: Maintained
11006F: drivers/platform/x86/toshiba_bluetooth.c
11007
11008TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11009M: Azael Avalos <coproscefalo@gmail.com>
11010L: platform-driver-x86@vger.kernel.org
11011S: Maintained
11012F: drivers/platform/x86/toshiba_haps.c
11013
11014TOSHIBA WMI HOTKEYS DRIVER
11015M: Azael Avalos <coproscefalo@gmail.com>
11016L: platform-driver-x86@vger.kernel.org
11017S: Maintained
11018F: drivers/platform/x86/toshiba-wmi.c
11019
11020TOSHIBA SMM DRIVER
11021M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11022W: http://www.buzzard.org.uk/toshiba/
11023S: Maintained
11024F: drivers/char/toshiba.c
11025F: include/linux/toshiba.h
11026F: include/uapi/linux/toshiba.h
11027
11028TOSHIBA TC358743 DRIVER
11029M: Mats Randgaard <matrandg@cisco.com>
11030L: linux-media@vger.kernel.org
11031S: Maintained
11032F: drivers/media/i2c/tc358743*
11033F: include/media/i2c/tc358743.h
11034
11035TMIO MMC DRIVER
11036M: Ian Molton <ian@mnementh.co.uk>
11037L: linux-mmc@vger.kernel.org
11038S: Maintained
11039F: drivers/mmc/host/tmio_mmc*
11040F: drivers/mmc/host/sh_mobile_sdhi.c
11041F: include/linux/mmc/tmio.h
11042F: include/linux/mmc/sh_mobile_sdhi.h
11043
11044TMP401 HARDWARE MONITOR DRIVER
11045M: Guenter Roeck <linux@roeck-us.net>
11046L: lm-sensors@lm-sensors.org
11047S: Maintained
11048F: Documentation/hwmon/tmp401
11049F: drivers/hwmon/tmp401.c
11050
11051TMPFS (SHMEM FILESYSTEM)
11052M: Hugh Dickins <hughd@google.com>
11053L: linux-mm@kvack.org
11054S: Maintained
11055F: include/linux/shmem_fs.h
11056F: mm/shmem.c
11057
11058TM6000 VIDEO4LINUX DRIVER
11059M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11060L: linux-media@vger.kernel.org
11061W: https://linuxtv.org
11062T: git git://linuxtv.org/media_tree.git
11063S: Odd fixes
11064F: drivers/media/usb/tm6000/
11065
11066TW68 VIDEO4LINUX DRIVER
11067M: Hans Verkuil <hverkuil@xs4all.nl>
11068L: linux-media@vger.kernel.org
11069T: git git://linuxtv.org/media_tree.git
11070W: https://linuxtv.org
11071S: Odd Fixes
11072F: drivers/media/pci/tw68/
11073
11074TPM DEVICE DRIVER
11075M: Peter Huewe <peterhuewe@gmx.de>
11076M: Marcel Selhorst <tpmdd@selhorst.net>
11077M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11078R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11079W: http://tpmdd.sourceforge.net
11080L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11081Q: git git://github.com/PeterHuewe/linux-tpmdd.git
11082T: git https://github.com/PeterHuewe/linux-tpmdd
11083S: Maintained
11084F: drivers/char/tpm/
11085
11086TPM IBM_VTPM DEVICE DRIVER
11087M: Ashley Lai <ashleydlai@gmail.com>
11088W: http://tpmdd.sourceforge.net
11089L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11090S: Maintained
11091F: drivers/char/tpm/tpm_ibmvtpm*
11092
11093TRACING
11094M: Steven Rostedt <rostedt@goodmis.org>
11095M: Ingo Molnar <mingo@redhat.com>
11096T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11097S: Maintained
11098F: Documentation/trace/ftrace.txt
11099F: arch/*/*/*/ftrace.h
11100F: arch/*/kernel/ftrace.c
11101F: include/*/ftrace.h
11102F: include/linux/trace*.h
11103F: include/trace/
11104F: kernel/trace/
11105F: tools/testing/selftests/ftrace/
11106
11107TRIVIAL PATCHES
11108M: Jiri Kosina <trivial@kernel.org>
11109T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11110S: Maintained
11111K: ^Subject:.*(?i)trivial
11112
11113TTY LAYER
11114M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11115M: Jiri Slaby <jslaby@suse.com>
11116S: Supported
11117T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11118F: Documentation/serial/
11119F: drivers/tty/
11120F: drivers/tty/serial/serial_core.c
11121F: include/linux/serial_core.h
11122F: include/linux/serial.h
11123F: include/linux/tty.h
11124F: include/uapi/linux/serial_core.h
11125F: include/uapi/linux/serial.h
11126F: include/uapi/linux/tty.h
11127
11128TUA9001 MEDIA DRIVER
11129M: Antti Palosaari <crope@iki.fi>
11130L: linux-media@vger.kernel.org
11131W: https://linuxtv.org
11132W: http://palosaari.fi/linux/
11133Q: http://patchwork.linuxtv.org/project/linux-media/list/
11134T: git git://linuxtv.org/anttip/media_tree.git
11135S: Maintained
11136F: drivers/media/tuners/tua9001*
11137
11138TULIP NETWORK DRIVERS
11139L: netdev@vger.kernel.org
11140L: linux-parisc@vger.kernel.org
11141S: Orphan
11142F: drivers/net/ethernet/dec/tulip/
11143
11144TUN/TAP driver
11145M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
11146W: http://vtun.sourceforge.net/tun
11147S: Maintained
11148F: Documentation/networking/tuntap.txt
11149F: arch/um/os-Linux/drivers/
11150
11151TURBOCHANNEL SUBSYSTEM
11152M: "Maciej W. Rozycki" <macro@linux-mips.org>
11153M: Ralf Baechle <ralf@linux-mips.org>
11154L: linux-mips@linux-mips.org
11155Q: http://patchwork.linux-mips.org/project/linux-mips/list/
11156S: Maintained
11157F: drivers/tc/
11158F: include/linux/tc.h
11159
11160U14-34F SCSI DRIVER
11161M: Dario Ballabio <ballabio_dario@emc.com>
11162L: linux-scsi@vger.kernel.org
11163S: Maintained
11164F: drivers/scsi/u14-34f.c
11165
11166UBI FILE SYSTEM (UBIFS)
11167M: Artem Bityutskiy <dedekind1@gmail.com>
11168M: Adrian Hunter <adrian.hunter@intel.com>
11169L: linux-mtd@lists.infradead.org
11170T: git git://git.infradead.org/ubifs-2.6.git
11171W: http://www.linux-mtd.infradead.org/doc/ubifs.html
11172S: Maintained
11173F: Documentation/filesystems/ubifs.txt
11174F: fs/ubifs/
11175
11176UCLINUX (M68KNOMMU AND COLDFIRE)
11177M: Greg Ungerer <gerg@uclinux.org>
11178W: http://www.uclinux.org/
11179L: linux-m68k@lists.linux-m68k.org
11180L: uclinux-dev@uclinux.org (subscribers-only)
11181T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11182S: Maintained
11183F: arch/m68k/coldfire/
11184F: arch/m68k/68*/
11185F: arch/m68k/*/*_no.*
11186F: arch/m68k/include/asm/*_no.*
11187
11188UDF FILESYSTEM
11189M: Jan Kara <jack@suse.com>
11190S: Maintained
11191F: Documentation/filesystems/udf.txt
11192F: fs/udf/
11193
11194UFS FILESYSTEM
11195M: Evgeniy Dushistov <dushistov@mail.ru>
11196S: Maintained
11197F: Documentation/filesystems/ufs.txt
11198F: fs/ufs/
11199
11200UHID USERSPACE HID IO DRIVER:
11201M: David Herrmann <dh.herrmann@googlemail.com>
11202L: linux-input@vger.kernel.org
11203S: Maintained
11204F: drivers/hid/uhid.c
11205F: include/uapi/linux/uhid.h
11206
11207ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11208L: linux-usb@vger.kernel.org
11209S: Orphan
11210F: drivers/uwb/
11211F: include/linux/uwb.h
11212F: include/linux/uwb/
11213
11214UNICORE32 ARCHITECTURE:
11215M: Guan Xuetao <gxt@mprc.pku.edu.cn>
11216W: http://mprc.pku.edu.cn/~guanxuetao/linux
11217S: Maintained
11218T: git git://github.com/gxt/linux.git
11219F: arch/unicore32/
11220
11221UNIFDEF
11222M: Tony Finch <dot@dotat.at>
11223W: http://dotat.at/prog/unifdef
11224S: Maintained
11225F: scripts/unifdef.c
11226
11227UNIFORM CDROM DRIVER
11228M: Jens Axboe <axboe@kernel.dk>
11229W: http://www.kernel.dk
11230S: Maintained
11231F: Documentation/cdrom/
11232F: drivers/cdrom/cdrom.c
11233F: include/linux/cdrom.h
11234F: include/uapi/linux/cdrom.h
11235
11236UNISYS S-PAR DRIVERS
11237M: Benjamin Romer <benjamin.romer@unisys.com>
11238M: David Kershner <david.kershner@unisys.com>
11239L: sparmaintainer@unisys.com (Unisys internal)
11240S: Supported
11241F: drivers/staging/unisys/
11242
11243UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11244M: Vinayak Holikatti <vinholikatti@gmail.com>
11245L: linux-scsi@vger.kernel.org
11246S: Supported
11247F: Documentation/scsi/ufs.txt
11248F: drivers/scsi/ufs/
11249
11250UNSORTED BLOCK IMAGES (UBI)
11251M: Artem Bityutskiy <dedekind1@gmail.com>
11252M: Richard Weinberger <richard@nod.at>
11253W: http://www.linux-mtd.infradead.org/
11254L: linux-mtd@lists.infradead.org
11255T: git git://git.infradead.org/ubifs-2.6.git
11256S: Supported
11257F: drivers/mtd/ubi/
11258F: include/linux/mtd/ubi.h
11259F: include/uapi/mtd/ubi-user.h
11260
11261USB ACM DRIVER
11262M: Oliver Neukum <oliver@neukum.org>
11263L: linux-usb@vger.kernel.org
11264S: Maintained
11265F: Documentation/usb/acm.txt
11266F: drivers/usb/class/cdc-acm.*
11267
11268USB AR5523 WIRELESS DRIVER
11269M: Pontus Fuchs <pontus.fuchs@gmail.com>
11270L: linux-wireless@vger.kernel.org
11271S: Maintained
11272F: drivers/net/wireless/ath/ar5523/
11273
11274USB ATTACHED SCSI
11275M: Hans de Goede <hdegoede@redhat.com>
11276M: Gerd Hoffmann <kraxel@redhat.com>
11277L: linux-usb@vger.kernel.org
11278L: linux-scsi@vger.kernel.org
11279S: Maintained
11280F: drivers/usb/storage/uas.c
11281
11282USB CDC ETHERNET DRIVER
11283M: Oliver Neukum <oliver@neukum.org>
11284L: linux-usb@vger.kernel.org
11285S: Maintained
11286F: drivers/net/usb/cdc_*.c
11287F: include/uapi/linux/usb/cdc.h
11288
11289USB CHAOSKEY DRIVER
11290M: Keith Packard <keithp@keithp.com>
11291L: linux-usb@vger.kernel.org
11292S: Maintained
11293F: drivers/usb/misc/chaoskey.c
11294
11295USB CYPRESS C67X00 DRIVER
11296M: Peter Korsgaard <jacmet@sunsite.dk>
11297L: linux-usb@vger.kernel.org
11298S: Maintained
11299F: drivers/usb/c67x00/
11300
11301USB DAVICOM DM9601 DRIVER
11302M: Peter Korsgaard <jacmet@sunsite.dk>
11303L: netdev@vger.kernel.org
11304W: http://www.linux-usb.org/usbnet
11305S: Maintained
11306F: drivers/net/usb/dm9601.c
11307
11308USB DIAMOND RIO500 DRIVER
11309M: Cesar Miquel <miquel@df.uba.ar>
11310L: rio500-users@lists.sourceforge.net
11311W: http://rio500.sourceforge.net
11312S: Maintained
11313F: drivers/usb/misc/rio500*
11314
11315USB EHCI DRIVER
11316M: Alan Stern <stern@rowland.harvard.edu>
11317L: linux-usb@vger.kernel.org
11318S: Maintained
11319F: Documentation/usb/ehci.txt
11320F: drivers/usb/host/ehci*
11321
11322USB GADGET/PERIPHERAL SUBSYSTEM
11323M: Felipe Balbi <balbi@ti.com>
11324L: linux-usb@vger.kernel.org
11325W: http://www.linux-usb.org/gadget
11326T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11327S: Maintained
11328F: drivers/usb/gadget/
11329F: include/linux/usb/gadget*
11330
11331USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11332M: Jiri Kosina <jikos@kernel.org>
11333R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
11334L: linux-usb@vger.kernel.org
11335T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11336S: Maintained
11337F: Documentation/hid/hiddev.txt
11338F: drivers/hid/usbhid/
11339
11340USB ISP116X DRIVER
11341M: Olav Kongas <ok@artecdesign.ee>
11342L: linux-usb@vger.kernel.org
11343S: Maintained
11344F: drivers/usb/host/isp116x*
11345F: include/linux/usb/isp116x.h
11346
11347USB MASS STORAGE DRIVER
11348M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11349L: linux-usb@vger.kernel.org
11350L: usb-storage@lists.one-eyed-alien.net
11351S: Maintained
11352W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
11353F: drivers/usb/storage/
11354
11355USB MIDI DRIVER
11356M: Clemens Ladisch <clemens@ladisch.de>
11357L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11358T: git git://git.alsa-project.org/alsa-kernel.git
11359S: Maintained
11360F: sound/usb/midi.*
11361
11362USB NETWORKING DRIVERS
11363L: linux-usb@vger.kernel.org
11364S: Odd Fixes
11365F: drivers/net/usb/
11366
11367USB OHCI DRIVER
11368M: Alan Stern <stern@rowland.harvard.edu>
11369L: linux-usb@vger.kernel.org
11370S: Maintained
11371F: Documentation/usb/ohci.txt
11372F: drivers/usb/host/ohci*
11373
11374USB OTG FSM (Finite State Machine)
11375M: Peter Chen <Peter.Chen@nxp.com>
11376T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11377L: linux-usb@vger.kernel.org
11378S: Maintained
11379F: drivers/usb/common/usb-otg-fsm.c
11380
11381USB OVER IP DRIVER
11382M: Valentina Manea <valentina.manea.m@gmail.com>
11383M: Shuah Khan <shuah.kh@samsung.com>
11384L: linux-usb@vger.kernel.org
11385S: Maintained
11386F: drivers/usb/usbip/
11387F: tools/usb/usbip/
11388
11389USB PEGASUS DRIVER
11390M: Petko Manolov <petkan@nucleusys.com>
11391L: linux-usb@vger.kernel.org
11392L: netdev@vger.kernel.org
11393T: git git://github.com/petkan/pegasus.git
11394W: https://github.com/petkan/pegasus
11395S: Maintained
11396F: drivers/net/usb/pegasus.*
11397
11398USB PHY LAYER
11399M: Felipe Balbi <balbi@ti.com>
11400L: linux-usb@vger.kernel.org
11401T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11402S: Maintained
11403F: drivers/usb/phy/
11404
11405USB PRINTER DRIVER (usblp)
11406M: Pete Zaitcev <zaitcev@redhat.com>
11407L: linux-usb@vger.kernel.org
11408S: Supported
11409F: drivers/usb/class/usblp.c
11410
11411USB QMI WWAN NETWORK DRIVER
11412M: Bjørn Mork <bjorn@mork.no>
11413L: netdev@vger.kernel.org
11414S: Maintained
11415F: Documentation/ABI/testing/sysfs-class-net-qmi
11416F: drivers/net/usb/qmi_wwan.c
11417
11418USB RTL8150 DRIVER
11419M: Petko Manolov <petkan@nucleusys.com>
11420L: linux-usb@vger.kernel.org
11421L: netdev@vger.kernel.org
11422T: git git://github.com/petkan/rtl8150.git
11423W: https://github.com/petkan/rtl8150
11424S: Maintained
11425F: drivers/net/usb/rtl8150.c
11426
11427USB SERIAL SUBSYSTEM
11428M: Johan Hovold <johan@kernel.org>
11429L: linux-usb@vger.kernel.org
11430S: Maintained
11431F: Documentation/usb/usb-serial.txt
11432F: drivers/usb/serial/
11433F: include/linux/usb/serial.h
11434
11435USB SMSC75XX ETHERNET DRIVER
11436M: Steve Glendinning <steve.glendinning@shawell.net>
11437L: netdev@vger.kernel.org
11438S: Maintained
11439F: drivers/net/usb/smsc75xx.*
11440
11441USB SMSC95XX ETHERNET DRIVER
11442M: Steve Glendinning <steve.glendinning@shawell.net>
11443L: netdev@vger.kernel.org
11444S: Maintained
11445F: drivers/net/usb/smsc95xx.*
11446
11447USB SUBSYSTEM
11448M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11449L: linux-usb@vger.kernel.org
11450W: http://www.linux-usb.org
11451T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11452S: Supported
11453F: Documentation/usb/
11454F: drivers/usb/
11455F: include/linux/usb.h
11456F: include/linux/usb/
11457
11458USB UHCI DRIVER
11459M: Alan Stern <stern@rowland.harvard.edu>
11460L: linux-usb@vger.kernel.org
11461S: Maintained
11462F: drivers/usb/host/uhci*
11463
11464USB "USBNET" DRIVER FRAMEWORK
11465M: Oliver Neukum <oneukum@suse.com>
11466L: netdev@vger.kernel.org
11467W: http://www.linux-usb.org/usbnet
11468S: Maintained
11469F: drivers/net/usb/usbnet.c
11470F: include/linux/usb/usbnet.h
11471
11472USB VIDEO CLASS
11473M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11474L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11475L: linux-media@vger.kernel.org
11476T: git git://linuxtv.org/media_tree.git
11477W: http://www.ideasonboard.org/uvc/
11478S: Maintained
11479F: drivers/media/usb/uvc/
11480F: include/uapi/linux/uvcvideo.h
11481
11482USB VISION DRIVER
11483M: Hans Verkuil <hverkuil@xs4all.nl>
11484L: linux-media@vger.kernel.org
11485T: git git://linuxtv.org/media_tree.git
11486W: https://linuxtv.org
11487S: Odd Fixes
11488F: drivers/media/usb/usbvision/
11489
11490USB WEBCAM GADGET
11491M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11492L: linux-usb@vger.kernel.org
11493S: Maintained
11494F: drivers/usb/gadget/function/*uvc*
11495F: drivers/usb/gadget/legacy/webcam.c
11496
11497USB WIRELESS RNDIS DRIVER (rndis_wlan)
11498M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
11499L: linux-wireless@vger.kernel.org
11500S: Maintained
11501F: drivers/net/wireless/rndis_wlan.c
11502
11503USB XHCI DRIVER
11504M: Mathias Nyman <mathias.nyman@intel.com>
11505L: linux-usb@vger.kernel.org
11506S: Supported
11507F: drivers/usb/host/xhci*
11508F: drivers/usb/host/pci-quirks*
11509
11510USB ZD1201 DRIVER
11511L: linux-wireless@vger.kernel.org
11512W: http://linux-lc100020.sourceforge.net
11513S: Orphan
11514F: drivers/net/wireless/zydas/zd1201.*
11515
11516USB ZR364XX DRIVER
11517M: Antoine Jacquet <royale@zerezo.com>
11518L: linux-usb@vger.kernel.org
11519L: linux-media@vger.kernel.org
11520T: git git://linuxtv.org/media_tree.git
11521W: http://royale.zerezo.com/zr364xx/
11522S: Maintained
11523F: Documentation/video4linux/zr364xx.txt
11524F: drivers/media/usb/zr364xx/
11525
11526ULPI BUS
11527M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
11528L: linux-usb@vger.kernel.org
11529S: Maintained
11530F: drivers/usb/common/ulpi.c
11531F: include/linux/ulpi/
11532
11533USER-MODE LINUX (UML)
11534M: Jeff Dike <jdike@addtoit.com>
11535M: Richard Weinberger <richard@nod.at>
11536L: user-mode-linux-devel@lists.sourceforge.net
11537L: user-mode-linux-user@lists.sourceforge.net
11538W: http://user-mode-linux.sourceforge.net
11539T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11540S: Maintained
11541F: Documentation/virtual/uml/
11542F: arch/um/
11543F: arch/x86/um/
11544F: fs/hostfs/
11545F: fs/hppfs/
11546
11547USERSPACE I/O (UIO)
11548M: "Hans J. Koch" <hjk@hansjkoch.de>
11549M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11550S: Maintained
11551T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11552F: Documentation/DocBook/uio-howto.tmpl
11553F: drivers/uio/
11554F: include/linux/uio*.h
11555
11556UTIL-LINUX PACKAGE
11557M: Karel Zak <kzak@redhat.com>
11558L: util-linux@vger.kernel.org
11559W: http://en.wikipedia.org/wiki/Util-linux
11560T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11561S: Maintained
11562
11563UVESAFB DRIVER
11564M: Michal Januszewski <spock@gentoo.org>
11565L: linux-fbdev@vger.kernel.org
11566W: http://dev.gentoo.org/~spock/projects/uvesafb/
11567S: Maintained
11568F: Documentation/fb/uvesafb.txt
11569F: drivers/video/fbdev/uvesafb.*
11570
11571VF610 NAND DRIVER
11572M: Stefan Agner <stefan@agner.ch>
11573L: linux-mtd@lists.infradead.org
11574S: Supported
11575F: drivers/mtd/nand/vf610_nfc.c
11576
11577VFAT/FAT/MSDOS FILESYSTEM
11578M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11579S: Maintained
11580F: Documentation/filesystems/vfat.txt
11581F: fs/fat/
11582
11583VFIO DRIVER
11584M: Alex Williamson <alex.williamson@redhat.com>
11585L: kvm@vger.kernel.org
11586T: git git://github.com/awilliam/linux-vfio.git
11587S: Maintained
11588F: Documentation/vfio.txt
11589F: drivers/vfio/
11590F: include/linux/vfio.h
11591F: include/uapi/linux/vfio.h
11592
11593VFIO PLATFORM DRIVER
11594M: Baptiste Reynal <b.reynal@virtualopensystems.com>
11595L: kvm@vger.kernel.org
11596S: Maintained
11597F: drivers/vfio/platform/
11598
11599VIDEOBUF2 FRAMEWORK
11600M: Pawel Osciak <pawel@osciak.com>
11601M: Marek Szyprowski <m.szyprowski@samsung.com>
11602M: Kyungmin Park <kyungmin.park@samsung.com>
11603L: linux-media@vger.kernel.org
11604S: Maintained
11605F: drivers/media/v4l2-core/videobuf2-*
11606F: include/media/videobuf2-*
11607
11608VIRTUAL SERIO DEVICE DRIVER
11609M: Stephen Chandler Paul <thatslyude@gmail.com>
11610S: Maintained
11611F: drivers/input/serio/userio.c
11612F: include/uapi/linux/userio.h
11613
11614VIRTIO CONSOLE DRIVER
11615M: Amit Shah <amit.shah@redhat.com>
11616L: virtualization@lists.linux-foundation.org
11617S: Maintained
11618F: drivers/char/virtio_console.c
11619F: include/linux/virtio_console.h
11620F: include/uapi/linux/virtio_console.h
11621
11622VIRTIO CORE, NET AND BLOCK DRIVERS
11623M: "Michael S. Tsirkin" <mst@redhat.com>
11624L: virtualization@lists.linux-foundation.org
11625S: Maintained
11626F: drivers/virtio/
11627F: tools/virtio/
11628F: drivers/net/virtio_net.c
11629F: drivers/block/virtio_blk.c
11630F: include/linux/virtio_*.h
11631F: include/uapi/linux/virtio_*.h
11632
11633VIRTIO DRIVERS FOR S390
11634M: Christian Borntraeger <borntraeger@de.ibm.com>
11635M: Cornelia Huck <cornelia.huck@de.ibm.com>
11636L: linux-s390@vger.kernel.org
11637L: virtualization@lists.linux-foundation.org
11638L: kvm@vger.kernel.org
11639S: Supported
11640F: drivers/s390/virtio/
11641
11642VIRTIO GPU DRIVER
11643M: David Airlie <airlied@linux.ie>
11644M: Gerd Hoffmann <kraxel@redhat.com>
11645L: dri-devel@lists.freedesktop.org
11646L: virtualization@lists.linux-foundation.org
11647S: Maintained
11648F: drivers/gpu/drm/virtio/
11649F: include/uapi/linux/virtio_gpu.h
11650
11651VIRTIO HOST (VHOST)
11652M: "Michael S. Tsirkin" <mst@redhat.com>
11653L: kvm@vger.kernel.org
11654L: virtualization@lists.linux-foundation.org
11655L: netdev@vger.kernel.org
11656T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11657S: Maintained
11658F: drivers/vhost/
11659F: include/uapi/linux/vhost.h
11660
11661VIRTIO INPUT DRIVER
11662M: Gerd Hoffmann <kraxel@redhat.com>
11663S: Maintained
11664F: drivers/virtio/virtio_input.c
11665F: include/uapi/linux/virtio_input.h
11666
11667VIA RHINE NETWORK DRIVER
11668S: Orphan
11669F: drivers/net/ethernet/via/via-rhine.c
11670
11671VIA SD/MMC CARD CONTROLLER DRIVER
11672M: Bruce Chang <brucechang@via.com.tw>
11673M: Harald Welte <HaraldWelte@viatech.com>
11674S: Maintained
11675F: drivers/mmc/host/via-sdmmc.c
11676
11677VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11678M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11679L: linux-fbdev@vger.kernel.org
11680S: Maintained
11681F: include/linux/via-core.h
11682F: include/linux/via-gpio.h
11683F: include/linux/via_i2c.h
11684F: drivers/video/fbdev/via/
11685
11686VIA VELOCITY NETWORK DRIVER
11687M: Francois Romieu <romieu@fr.zoreil.com>
11688L: netdev@vger.kernel.org
11689S: Maintained
11690F: drivers/net/ethernet/via/via-velocity.*
11691
11692VIRT LIB
11693M: Alex Williamson <alex.williamson@redhat.com>
11694M: Paolo Bonzini <pbonzini@redhat.com>
11695L: kvm@vger.kernel.org
11696S: Supported
11697F: virt/lib/
11698
11699VIVID VIRTUAL VIDEO DRIVER
11700M: Hans Verkuil <hverkuil@xs4all.nl>
11701L: linux-media@vger.kernel.org
11702T: git git://linuxtv.org/media_tree.git
11703W: https://linuxtv.org
11704S: Maintained
11705F: drivers/media/platform/vivid/*
11706
11707VLAN (802.1Q)
11708M: Patrick McHardy <kaber@trash.net>
11709L: netdev@vger.kernel.org
11710S: Maintained
11711F: drivers/net/macvlan.c
11712F: include/linux/if_*vlan.h
11713F: net/8021q/
11714
11715VLYNQ BUS
11716M: Florian Fainelli <florian@openwrt.org>
11717L: openwrt-devel@lists.openwrt.org (subscribers-only)
11718S: Maintained
11719F: drivers/vlynq/vlynq.c
11720F: include/linux/vlynq.h
11721
11722VME SUBSYSTEM
11723M: Martyn Welch <martyn@welchs.me.uk>
11724M: Manohar Vanga <manohar.vanga@gmail.com>
11725M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11726L: devel@driverdev.osuosl.org
11727S: Maintained
11728T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11729F: Documentation/vme_api.txt
11730F: drivers/staging/vme/
11731F: drivers/vme/
11732F: include/linux/vme*
11733
11734VMWARE HYPERVISOR INTERFACE
11735M: Alok Kataria <akataria@vmware.com>
11736L: virtualization@lists.linux-foundation.org
11737S: Supported
11738F: arch/x86/kernel/cpu/vmware.c
11739
11740VMWARE BALLOON DRIVER
11741M: Xavier Deguillard <xdeguillard@vmware.com>
11742M: Philip Moltmann <moltmann@vmware.com>
11743M: "VMware, Inc." <pv-drivers@vmware.com>
11744L: linux-kernel@vger.kernel.org
11745S: Maintained
11746F: drivers/misc/vmw_balloon.c
11747
11748VMWARE VMMOUSE SUBDRIVER
11749M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11750M: "VMware, Inc." <pv-drivers@vmware.com>
11751L: linux-input@vger.kernel.org
11752S: Maintained
11753F: drivers/input/mouse/vmmouse.c
11754F: drivers/input/mouse/vmmouse.h
11755
11756VMWARE VMXNET3 ETHERNET DRIVER
11757M: Shrikrishna Khare <skhare@vmware.com>
11758M: "VMware, Inc." <pv-drivers@vmware.com>
11759L: netdev@vger.kernel.org
11760S: Maintained
11761F: drivers/net/vmxnet3/
11762
11763VMware PVSCSI driver
11764M: Arvind Kumar <arvindkumar@vmware.com>
11765M: VMware PV-Drivers <pv-drivers@vmware.com>
11766L: linux-scsi@vger.kernel.org
11767S: Maintained
11768F: drivers/scsi/vmw_pvscsi.c
11769F: drivers/scsi/vmw_pvscsi.h
11770
11771VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11772M: Liam Girdwood <lgirdwood@gmail.com>
11773M: Mark Brown <broonie@kernel.org>
11774L: linux-kernel@vger.kernel.org
11775W: http://www.slimlogic.co.uk/?p=48
11776T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11777S: Supported
11778F: drivers/regulator/
11779F: include/linux/regulator/
11780
11781VRF
11782M: David Ahern <dsa@cumulusnetworks.com>
11783M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
11784L: netdev@vger.kernel.org
11785S: Maintained
11786F: drivers/net/vrf.c
11787F: Documentation/networking/vrf.txt
11788
11789VT1211 HARDWARE MONITOR DRIVER
11790M: Juerg Haefliger <juergh@gmail.com>
11791L: lm-sensors@lm-sensors.org
11792S: Maintained
11793F: Documentation/hwmon/vt1211
11794F: drivers/hwmon/vt1211.c
11795
11796VT8231 HARDWARE MONITOR DRIVER
11797M: Roger Lucas <vt8231@hiddenengine.co.uk>
11798L: lm-sensors@lm-sensors.org
11799S: Maintained
11800F: drivers/hwmon/vt8231.c
11801
11802VUB300 USB to SDIO/SD/MMC bridge chip
11803M: Tony Olech <tony.olech@elandigitalsystems.com>
11804L: linux-mmc@vger.kernel.org
11805L: linux-usb@vger.kernel.org
11806S: Supported
11807F: drivers/mmc/host/vub300.c
11808
11809W1 DALLAS'S 1-WIRE BUS
11810M: Evgeniy Polyakov <zbr@ioremap.net>
11811S: Maintained
11812F: Documentation/w1/
11813F: drivers/w1/
11814
11815W83791D HARDWARE MONITORING DRIVER
11816M: Marc Hulsman <m.hulsman@tudelft.nl>
11817L: lm-sensors@lm-sensors.org
11818S: Maintained
11819F: Documentation/hwmon/w83791d
11820F: drivers/hwmon/w83791d.c
11821
11822W83793 HARDWARE MONITORING DRIVER
11823M: Rudolf Marek <r.marek@assembler.cz>
11824L: lm-sensors@lm-sensors.org
11825S: Maintained
11826F: Documentation/hwmon/w83793
11827F: drivers/hwmon/w83793.c
11828
11829W83795 HARDWARE MONITORING DRIVER
11830M: Jean Delvare <jdelvare@suse.com>
11831L: lm-sensors@lm-sensors.org
11832S: Maintained
11833F: drivers/hwmon/w83795.c
11834
11835W83L51xD SD/MMC CARD INTERFACE DRIVER
11836M: Pierre Ossman <pierre@ossman.eu>
11837S: Maintained
11838F: drivers/mmc/host/wbsd.*
11839
11840WACOM PROTOCOL 4 SERIAL TABLETS
11841M: Julian Squires <julian@cipht.net>
11842M: Hans de Goede <hdegoede@redhat.com>
11843L: linux-input@vger.kernel.org
11844S: Maintained
11845F: drivers/input/tablet/wacom_serial4.c
11846
11847WATCHDOG DEVICE DRIVERS
11848M: Wim Van Sebroeck <wim@iguana.be>
11849R: Guenter Roeck <linux@roeck-us.net>
11850L: linux-watchdog@vger.kernel.org
11851W: http://www.linux-watchdog.org/
11852T: git git://www.linux-watchdog.org/linux-watchdog.git
11853S: Maintained
11854F: Documentation/watchdog/
11855F: drivers/watchdog/
11856F: include/linux/watchdog.h
11857F: include/uapi/linux/watchdog.h
11858
11859WD7000 SCSI DRIVER
11860M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
11861L: linux-scsi@vger.kernel.org
11862S: Maintained
11863F: drivers/scsi/wd7000.c
11864
11865WIIMOTE HID DRIVER
11866M: David Herrmann <dh.herrmann@googlemail.com>
11867L: linux-input@vger.kernel.org
11868S: Maintained
11869F: drivers/hid/hid-wiimote*
11870
11871WINBOND CIR DRIVER
11872M: David Härdeman <david@hardeman.nu>
11873S: Maintained
11874F: drivers/media/rc/winbond-cir.c
11875
11876WIMAX STACK
11877M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11878M: linux-wimax@intel.com
11879L: wimax@linuxwimax.org (subscribers-only)
11880S: Supported
11881W: http://linuxwimax.org
11882F: Documentation/wimax/README.wimax
11883F: include/linux/wimax/debug.h
11884F: include/net/wimax.h
11885F: include/uapi/linux/wimax.h
11886F: net/wimax/
11887
11888WISTRON LAPTOP BUTTON DRIVER
11889M: Miloslav Trmac <mitr@volny.cz>
11890S: Maintained
11891F: drivers/input/misc/wistron_btns.c
11892
11893WL3501 WIRELESS PCMCIA CARD DRIVER
11894M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11895L: linux-wireless@vger.kernel.org
11896W: http://oops.ghostprotocols.net:81/blog
11897S: Maintained
11898F: drivers/net/wireless/wl3501*
11899
11900WOLFSON MICROELECTRONICS DRIVERS
11901L: patches@opensource.wolfsonmicro.com
11902T: git https://github.com/CirrusLogic/linux-drivers.git
11903W: https://github.com/CirrusLogic/linux-drivers/wiki
11904S: Supported
11905F: Documentation/hwmon/wm83??
11906F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11907F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11908F: Documentation/devicetree/bindings/mfd/arizona.txt
11909F: arch/arm/mach-s3c64xx/mach-crag6410*
11910F: drivers/clk/clk-wm83*.c
11911F: drivers/extcon/extcon-arizona.c
11912F: drivers/leds/leds-wm83*.c
11913F: drivers/gpio/gpio-*wm*.c
11914F: drivers/gpio/gpio-arizona.c
11915F: drivers/hwmon/wm83??-hwmon.c
11916F: drivers/input/misc/wm831x-on.c
11917F: drivers/input/touchscreen/wm831x-ts.c
11918F: drivers/input/touchscreen/wm97*.c
11919F: drivers/mfd/arizona*
11920F: drivers/mfd/wm*.c
11921F: drivers/mfd/cs47l24*
11922F: drivers/power/wm83*.c
11923F: drivers/rtc/rtc-wm83*.c
11924F: drivers/regulator/wm8*.c
11925F: drivers/video/backlight/wm83*_bl.c
11926F: drivers/watchdog/wm83*_wdt.c
11927F: include/linux/mfd/arizona/
11928F: include/linux/mfd/wm831x/
11929F: include/linux/mfd/wm8350/
11930F: include/linux/mfd/wm8400*
11931F: include/linux/wm97xx.h
11932F: include/sound/wm????.h
11933F: sound/soc/codecs/arizona.?
11934F: sound/soc/codecs/wm*
11935F: sound/soc/codecs/cs47l24*
11936
11937WORKQUEUE
11938M: Tejun Heo <tj@kernel.org>
11939R: Lai Jiangshan <jiangshanlai@gmail.com>
11940T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11941S: Maintained
11942F: include/linux/workqueue.h
11943F: kernel/workqueue.c
11944F: Documentation/workqueue.txt
11945
11946X.25 NETWORK LAYER
11947M: Andrew Hendry <andrew.hendry@gmail.com>
11948L: linux-x25@vger.kernel.org
11949S: Odd Fixes
11950F: Documentation/networking/x25*
11951F: include/net/x25*
11952F: net/x25/
11953
11954X86 ARCHITECTURE (32-BIT AND 64-BIT)
11955M: Thomas Gleixner <tglx@linutronix.de>
11956M: Ingo Molnar <mingo@redhat.com>
11957M: "H. Peter Anvin" <hpa@zytor.com>
11958M: x86@kernel.org
11959L: linux-kernel@vger.kernel.org
11960T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11961S: Maintained
11962F: Documentation/x86/
11963F: arch/x86/
11964
11965X86 PLATFORM DRIVERS
11966M: Darren Hart <dvhart@infradead.org>
11967L: platform-driver-x86@vger.kernel.org
11968T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11969S: Maintained
11970F: drivers/platform/x86/
11971F: drivers/platform/olpc/
11972
11973X86 MCE INFRASTRUCTURE
11974M: Tony Luck <tony.luck@intel.com>
11975M: Borislav Petkov <bp@alien8.de>
11976L: linux-edac@vger.kernel.org
11977S: Maintained
11978F: arch/x86/kernel/cpu/mcheck/*
11979
11980X86 MICROCODE UPDATE SUPPORT
11981M: Borislav Petkov <bp@alien8.de>
11982S: Maintained
11983F: arch/x86/kernel/cpu/microcode/*
11984
11985X86 VDSO
11986M: Andy Lutomirski <luto@amacapital.net>
11987L: linux-kernel@vger.kernel.org
11988T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11989S: Maintained
11990F: arch/x86/entry/vdso/
11991
11992XC2028/3028 TUNER DRIVER
11993M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11994L: linux-media@vger.kernel.org
11995W: https://linuxtv.org
11996T: git git://linuxtv.org/media_tree.git
11997S: Maintained
11998F: drivers/media/tuners/tuner-xc2028.*
11999
12000XEN HYPERVISOR INTERFACE
12001M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12002M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
12003M: David Vrabel <david.vrabel@citrix.com>
12004L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12005T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12006S: Supported
12007F: arch/x86/xen/
12008F: drivers/*/xen-*front.c
12009F: drivers/xen/
12010F: arch/x86/include/asm/xen/
12011F: include/xen/
12012F: include/uapi/xen/
12013
12014XEN HYPERVISOR ARM
12015M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12016L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12017S: Supported
12018F: arch/arm/xen/
12019F: arch/arm/include/asm/xen/
12020
12021XEN HYPERVISOR ARM64
12022M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12023L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12024S: Supported
12025F: arch/arm64/xen/
12026F: arch/arm64/include/asm/xen/
12027
12028XEN NETWORK BACKEND DRIVER
12029M: Ian Campbell <ian.campbell@citrix.com>
12030M: Wei Liu <wei.liu2@citrix.com>
12031L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12032L: netdev@vger.kernel.org
12033S: Supported
12034F: drivers/net/xen-netback/*
12035
12036XEN PCI SUBSYSTEM
12037M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12038L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12039S: Supported
12040F: arch/x86/pci/*xen*
12041F: drivers/pci/*xen*
12042
12043XEN BLOCK SUBSYSTEM
12044M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12045M: Roger Pau Monné <roger.pau@citrix.com>
12046L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12047S: Supported
12048F: drivers/block/xen-blkback/*
12049F: drivers/block/xen*
12050
12051XEN PVSCSI DRIVERS
12052M: Juergen Gross <jgross@suse.com>
12053L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12054L: linux-scsi@vger.kernel.org
12055S: Supported
12056F: drivers/scsi/xen-scsifront.c
12057F: drivers/xen/xen-scsiback.c
12058F: include/xen/interface/io/vscsiif.h
12059
12060XEN SWIOTLB SUBSYSTEM
12061M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12062L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12063S: Supported
12064F: arch/x86/xen/*swiotlb*
12065F: drivers/xen/*swiotlb*
12066
12067XFS FILESYSTEM
12068P: Silicon Graphics Inc
12069M: Dave Chinner <david@fromorbit.com>
12070M: xfs@oss.sgi.com
12071L: xfs@oss.sgi.com
12072W: http://oss.sgi.com/projects/xfs
12073T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12074S: Supported
12075F: Documentation/filesystems/xfs.txt
12076F: fs/xfs/
12077
12078XILINX AXI ETHERNET DRIVER
12079M: Anirudha Sarangi <anirudh@xilinx.com>
12080M: John Linn <John.Linn@xilinx.com>
12081S: Maintained
12082F: drivers/net/ethernet/xilinx/xilinx_axienet*
12083
12084XILINX UARTLITE SERIAL DRIVER
12085M: Peter Korsgaard <jacmet@sunsite.dk>
12086L: linux-serial@vger.kernel.org
12087S: Maintained
12088F: drivers/tty/serial/uartlite.c
12089
12090XILINX VIDEO IP CORES
12091M: Hyun Kwon <hyun.kwon@xilinx.com>
12092M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12093L: linux-media@vger.kernel.org
12094T: git git://linuxtv.org/media_tree.git
12095S: Supported
12096F: Documentation/devicetree/bindings/media/xilinx/
12097F: drivers/media/platform/xilinx/
12098F: include/uapi/linux/xilinx-v4l2-controls.h
12099
12100XILLYBUS DRIVER
12101M: Eli Billauer <eli.billauer@gmail.com>
12102L: linux-kernel@vger.kernel.org
12103S: Supported
12104F: drivers/char/xillybus/
12105
12106XTENSA XTFPGA PLATFORM SUPPORT
12107M: Max Filippov <jcmvbkbc@gmail.com>
12108L: linux-xtensa@linux-xtensa.org
12109S: Maintained
12110F: drivers/spi/spi-xtensa-xtfpga.c
12111F: sound/soc/xtensa/xtfpga-i2s.c
12112
12113YAM DRIVER FOR AX.25
12114M: Jean-Paul Roubelat <jpr@f6fbb.org>
12115L: linux-hams@vger.kernel.org
12116S: Maintained
12117F: drivers/net/hamradio/yam*
12118F: include/linux/yam.h
12119
12120YEALINK PHONE DRIVER
12121M: Henk Vergonet <Henk.Vergonet@gmail.com>
12122L: usbb2k-api-dev@nongnu.org
12123S: Maintained
12124F: Documentation/input/yealink.txt
12125F: drivers/input/misc/yealink.*
12126
12127Z8530 DRIVER FOR AX.25
12128M: Joerg Reuter <jreuter@yaina.de>
12129W: http://yaina.de/jreuter/
12130W: http://www.qsl.net/dl1bke/
12131L: linux-hams@vger.kernel.org
12132S: Maintained
12133F: Documentation/networking/z8530drv.txt
12134F: drivers/net/hamradio/*scc.c
12135F: drivers/net/hamradio/z8530.h
12136
12137ZBUD COMPRESSED PAGE ALLOCATOR
12138M: Seth Jennings <sjennings@variantweb.net>
12139L: linux-mm@kvack.org
12140S: Maintained
12141F: mm/zbud.c
12142F: include/linux/zbud.h
12143
12144ZD1211RW WIRELESS DRIVER
12145M: Daniel Drake <dsd@gentoo.org>
12146M: Ulrich Kunitz <kune@deine-taler.de>
12147W: http://zd1211.ath.cx/wiki/DriverRewrite
12148L: linux-wireless@vger.kernel.org
12149L: zd1211-devs@lists.sourceforge.net (subscribers-only)
12150S: Maintained
12151F: drivers/net/wireless/zydas/zd1211rw/
12152
12153ZPOOL COMPRESSED PAGE STORAGE API
12154M: Dan Streetman <ddstreet@ieee.org>
12155L: linux-mm@kvack.org
12156S: Maintained
12157F: mm/zpool.c
12158F: include/linux/zpool.h
12159
12160ZR36067 VIDEO FOR LINUX DRIVER
12161L: mjpeg-users@lists.sourceforge.net
12162L: linux-media@vger.kernel.org
12163W: http://mjpeg.sourceforge.net/driver-zoran/
12164T: hg https://linuxtv.org/hg/v4l-dvb
12165S: Odd Fixes
12166F: drivers/media/pci/zoran/
12167
12168ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12169M: Minchan Kim <minchan@kernel.org>
12170M: Nitin Gupta <ngupta@vflare.org>
12171R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12172L: linux-kernel@vger.kernel.org
12173S: Maintained
12174F: drivers/block/zram/
12175F: Documentation/blockdev/zram.txt
12176
12177ZS DECSTATION Z85C30 SERIAL DRIVER
12178M: "Maciej W. Rozycki" <macro@linux-mips.org>
12179S: Maintained
12180F: drivers/tty/serial/zs.*
12181
12182ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12183M: Minchan Kim <minchan@kernel.org>
12184M: Nitin Gupta <ngupta@vflare.org>
12185R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12186L: linux-mm@kvack.org
12187S: Maintained
12188F: mm/zsmalloc.c
12189F: include/linux/zsmalloc.h
12190F: Documentation/vm/zsmalloc.txt
12191
12192ZSWAP COMPRESSED SWAP CACHING
12193M: Seth Jennings <sjennings@variantweb.net>
12194L: linux-mm@kvack.org
12195S: Maintained
12196F: mm/zswap.c
12197
12198THE REST
12199M: Linus Torvalds <torvalds@linux-foundation.org>
12200L: linux-kernel@vger.kernel.org
12201Q: http://patchwork.kernel.org/project/LKML/list/
12202T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12203S: Buried alive in reporters
12204F: *
12205F: */