gpio: add a userspace character device ABI
[linux-2.6-block.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: Documentation/ABI/testing/gpio-cdev
4819F: drivers/gpio/
4820F: include/linux/gpio/
4821F: include/linux/gpio.h
4822F: include/asm-generic/gpio.h
4823F: include/uapi/linux/gpio.h
4824F: tools/gpio/
4825
4826GRE DEMULTIPLEXER DRIVER
4827M: Dmitry Kozlov <xeb@mail.ru>
4828L: netdev@vger.kernel.org
4829S: Maintained
4830F: net/ipv4/gre_demux.c
4831F: net/ipv4/gre_offload.c
4832F: include/net/gre.h
4833
4834GRETH 10/100/1G Ethernet MAC device driver
4835M: Kristoffer Glembo <kristoffer@gaisler.com>
4836L: netdev@vger.kernel.org
4837S: Maintained
4838F: drivers/net/ethernet/aeroflex/
4839
4840GSPCA FINEPIX SUBDRIVER
4841M: Frank Zago <frank@zago.net>
4842L: linux-media@vger.kernel.org
4843T: git git://linuxtv.org/media_tree.git
4844S: Maintained
4845F: drivers/media/usb/gspca/finepix.c
4846
4847GSPCA GL860 SUBDRIVER
4848M: Olivier Lorin <o.lorin@laposte.net>
4849L: linux-media@vger.kernel.org
4850T: git git://linuxtv.org/media_tree.git
4851S: Maintained
4852F: drivers/media/usb/gspca/gl860/
4853
4854GSPCA M5602 SUBDRIVER
4855M: Erik Andren <erik.andren@gmail.com>
4856L: linux-media@vger.kernel.org
4857T: git git://linuxtv.org/media_tree.git
4858S: Maintained
4859F: drivers/media/usb/gspca/m5602/
4860
4861GSPCA PAC207 SONIXB SUBDRIVER
4862M: Hans de Goede <hdegoede@redhat.com>
4863L: linux-media@vger.kernel.org
4864T: git git://linuxtv.org/media_tree.git
4865S: Maintained
4866F: drivers/media/usb/gspca/pac207.c
4867
4868GSPCA SN9C20X SUBDRIVER
4869M: Brian Johnson <brijohn@gmail.com>
4870L: linux-media@vger.kernel.org
4871T: git git://linuxtv.org/media_tree.git
4872S: Maintained
4873F: drivers/media/usb/gspca/sn9c20x.c
4874
4875GSPCA T613 SUBDRIVER
4876M: Leandro Costantino <lcostantino@gmail.com>
4877L: linux-media@vger.kernel.org
4878T: git git://linuxtv.org/media_tree.git
4879S: Maintained
4880F: drivers/media/usb/gspca/t613.c
4881
4882GSPCA USB WEBCAM DRIVER
4883M: Hans de Goede <hdegoede@redhat.com>
4884L: linux-media@vger.kernel.org
4885T: git git://linuxtv.org/media_tree.git
4886S: Maintained
4887F: drivers/media/usb/gspca/
4888
4889GUID PARTITION TABLE (GPT)
4890M: Davidlohr Bueso <dave@stgolabs.net>
4891L: linux-efi@vger.kernel.org
4892S: Maintained
4893F: block/partitions/efi.*
4894
4895STK1160 USB VIDEO CAPTURE DRIVER
4896M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4897L: linux-media@vger.kernel.org
4898T: git git://linuxtv.org/media_tree.git
4899S: Maintained
4900F: drivers/media/usb/stk1160/
4901
4902H8/300 ARCHITECTURE
4903M: Yoshinori Sato <ysato@users.sourceforge.jp>
4904L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4905W: http://uclinux-h8.sourceforge.jp
4906T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4907S: Maintained
4908F: arch/h8300/
4909F: drivers/clocksource/h8300_*.c
4910F: drivers/clk/h8300/
4911F: drivers/irqchip/irq-renesas-h8*.c
4912
4913HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4914M: Frank Seidel <frank@f-seidel.de>
4915L: platform-driver-x86@vger.kernel.org
4916W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4917S: Maintained
4918F: drivers/platform/x86/hdaps.c
4919
4920HDPVR USB VIDEO ENCODER DRIVER
4921M: Hans Verkuil <hverkuil@xs4all.nl>
4922L: linux-media@vger.kernel.org
4923T: git git://linuxtv.org/media_tree.git
4924W: https://linuxtv.org
4925S: Odd Fixes
4926F: drivers/media/usb/hdpvr/
4927
4928HWPOISON MEMORY FAILURE HANDLING
4929M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4930L: linux-mm@kvack.org
4931S: Maintained
4932F: mm/memory-failure.c
4933F: mm/hwpoison-inject.c
4934
4935HYPERVISOR VIRTUAL CONSOLE DRIVER
4936L: linuxppc-dev@lists.ozlabs.org
4937S: Odd Fixes
4938F: drivers/tty/hvc/
4939
4940HACKRF MEDIA DRIVER
4941M: Antti Palosaari <crope@iki.fi>
4942L: linux-media@vger.kernel.org
4943W: https://linuxtv.org
4944W: http://palosaari.fi/linux/
4945Q: http://patchwork.linuxtv.org/project/linux-media/list/
4946T: git git://linuxtv.org/anttip/media_tree.git
4947S: Maintained
4948F: drivers/media/usb/hackrf/
4949
4950HARDWARE MONITORING
4951M: Jean Delvare <jdelvare@suse.com>
4952M: Guenter Roeck <linux@roeck-us.net>
4953L: lm-sensors@lm-sensors.org
4954W: http://www.lm-sensors.org/
4955T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4956T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4957S: Maintained
4958F: Documentation/hwmon/
4959F: drivers/hwmon/
4960F: include/linux/hwmon*.h
4961
4962HARDWARE RANDOM NUMBER GENERATOR CORE
4963M: Matt Mackall <mpm@selenic.com>
4964M: Herbert Xu <herbert@gondor.apana.org.au>
4965L: linux-crypto@vger.kernel.org
4966S: Odd fixes
4967F: Documentation/hw_random.txt
4968F: drivers/char/hw_random/
4969F: include/linux/hw_random.h
4970
4971HARDWARE SPINLOCK CORE
4972M: Ohad Ben-Cohen <ohad@wizery.com>
4973S: Maintained
4974T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
4975F: Documentation/hwspinlock.txt
4976F: drivers/hwspinlock/hwspinlock_*
4977F: include/linux/hwspinlock.h
4978
4979HARMONY SOUND DRIVER
4980L: linux-parisc@vger.kernel.org
4981S: Maintained
4982F: sound/parisc/harmony.*
4983
4984HD29L2 MEDIA DRIVER
4985M: Antti Palosaari <crope@iki.fi>
4986L: linux-media@vger.kernel.org
4987W: https://linuxtv.org
4988W: http://palosaari.fi/linux/
4989Q: http://patchwork.linuxtv.org/project/linux-media/list/
4990T: git git://linuxtv.org/anttip/media_tree.git
4991S: Maintained
4992F: drivers/media/dvb-frontends/hd29l2*
4993
4994HEWLETT-PACKARD SMART2 RAID DRIVER
4995L: iss_storagedev@hp.com
4996S: Orphan
4997F: Documentation/blockdev/cpqarray.txt
4998F: drivers/block/cpqarray.*
4999
5000HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5001M: Don Brace <don.brace@pmcs.com>
5002L: iss_storagedev@hp.com
5003L: storagedev@pmcs.com
5004L: linux-scsi@vger.kernel.org
5005S: Supported
5006F: Documentation/scsi/hpsa.txt
5007F: drivers/scsi/hpsa*.[ch]
5008F: include/linux/cciss*.h
5009F: include/uapi/linux/cciss*.h
5010
5011HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5012M: Don Brace <don.brace@pmcs.com>
5013L: iss_storagedev@hp.com
5014L: storagedev@pmcs.com
5015L: linux-scsi@vger.kernel.org
5016S: Supported
5017F: Documentation/blockdev/cciss.txt
5018F: drivers/block/cciss*
5019F: include/linux/cciss_ioctl.h
5020F: include/uapi/linux/cciss_ioctl.h
5021
5022HFS FILESYSTEM
5023L: linux-fsdevel@vger.kernel.org
5024S: Orphan
5025F: Documentation/filesystems/hfs.txt
5026F: fs/hfs/
5027
5028HFSPLUS FILESYSTEM
5029L: linux-fsdevel@vger.kernel.org
5030S: Orphan
5031F: Documentation/filesystems/hfsplus.txt
5032F: fs/hfsplus/
5033
5034HGA FRAMEBUFFER DRIVER
5035M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5036L: linux-nvidia@lists.surfsouth.com
5037W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5038S: Maintained
5039F: drivers/video/fbdev/hgafb.c
5040
5041HIBERNATION (aka Software Suspend, aka swsusp)
5042M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5043M: Pavel Machek <pavel@ucw.cz>
5044L: linux-pm@vger.kernel.org
5045S: Supported
5046F: arch/x86/power/
5047F: drivers/base/power/
5048F: kernel/power/
5049F: include/linux/suspend.h
5050F: include/linux/freezer.h
5051F: include/linux/pm.h
5052F: arch/*/include/asm/suspend*.h
5053
5054HID CORE LAYER
5055M: Jiri Kosina <jikos@kernel.org>
5056R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5057L: linux-input@vger.kernel.org
5058T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5059S: Maintained
5060F: drivers/hid/
5061F: include/linux/hid*
5062F: include/uapi/linux/hid*
5063
5064HID SENSOR HUB DRIVERS
5065M: Jiri Kosina <jikos@kernel.org>
5066M: Jonathan Cameron <jic23@kernel.org>
5067M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5068L: linux-input@vger.kernel.org
5069L: linux-iio@vger.kernel.org
5070S: Maintained
5071F: Documentation/hid/hid-sensor*
5072F: drivers/hid/hid-sensor-*
5073F: drivers/iio/*/hid-*
5074F: include/linux/hid-sensor-*
5075
5076HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5077M: Thomas Gleixner <tglx@linutronix.de>
5078L: linux-kernel@vger.kernel.org
5079T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5080S: Maintained
5081F: Documentation/timers/
5082F: kernel/time/hrtimer.c
5083F: kernel/time/clockevents.c
5084F: kernel/time/tick*.*
5085F: kernel/time/timer_*.c
5086F: include/linux/clockchips.h
5087F: include/linux/hrtimer.h
5088
5089HIGH-SPEED SCC DRIVER FOR AX.25
5090L: linux-hams@vger.kernel.org
5091S: Orphan
5092F: drivers/net/hamradio/dmascc.c
5093F: drivers/net/hamradio/scc.c
5094
5095HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5096M: HighPoint Linux Team <linux@highpoint-tech.com>
5097W: http://www.highpoint-tech.com
5098S: Supported
5099F: Documentation/scsi/hptiop.txt
5100F: drivers/scsi/hptiop.c
5101
5102HIPPI
5103M: Jes Sorensen <jes@trained-monkey.org>
5104L: linux-hippi@sunsite.dk
5105S: Maintained
5106F: include/linux/hippidevice.h
5107F: include/uapi/linux/if_hippi.h
5108F: net/802/hippi.c
5109F: drivers/net/hippi/
5110
5111HISILICON SAS Controller
5112M: John Garry <john.garry@huawei.com>
5113W: http://www.hisilicon.com
5114S: Supported
5115F: drivers/scsi/hisi_sas/
5116F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5117
5118HOST AP DRIVER
5119M: Jouni Malinen <j@w1.fi>
5120L: hostap@shmoo.com (subscribers-only)
5121L: linux-wireless@vger.kernel.org
5122W: http://hostap.epitest.fi/
5123S: Maintained
5124F: drivers/net/wireless/intersil/hostap/
5125
5126HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5127L: platform-driver-x86@vger.kernel.org
5128S: Orphan
5129F: drivers/platform/x86/tc1100-wmi.c
5130
5131HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5132M: Jaroslav Kysela <perex@perex.cz>
5133S: Maintained
5134F: drivers/net/ethernet/hp/hp100.*
5135
5136HPET: High Precision Event Timers driver
5137M: Clemens Ladisch <clemens@ladisch.de>
5138S: Maintained
5139F: Documentation/timers/hpet.txt
5140F: drivers/char/hpet.c
5141F: include/linux/hpet.h
5142F: include/uapi/linux/hpet.h
5143
5144HPET: x86
5145S: Orphan
5146F: arch/x86/kernel/hpet.c
5147F: arch/x86/include/asm/hpet.h
5148
5149HPFS FILESYSTEM
5150M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5151W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5152S: Maintained
5153F: fs/hpfs/
5154
5155HSI SUBSYSTEM
5156M: Sebastian Reichel <sre@kernel.org>
5157T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5158S: Maintained
5159F: Documentation/ABI/testing/sysfs-bus-hsi
5160F: Documentation/hsi.txt
5161F: drivers/hsi/
5162F: include/linux/hsi/
5163F: include/uapi/linux/hsi/
5164
5165HSO 3G MODEM DRIVER
5166M: Jan Dumon <j.dumon@option.com>
5167W: http://www.pharscape.org
5168S: Maintained
5169F: drivers/net/usb/hso.c
5170
5171HSR NETWORK PROTOCOL
5172M: Arvid Brodin <arvid.brodin@alten.se>
5173L: netdev@vger.kernel.org
5174S: Maintained
5175F: net/hsr/
5176
5177HTCPEN TOUCHSCREEN DRIVER
5178M: Pau Oliva Fora <pof@eslack.org>
5179L: linux-input@vger.kernel.org
5180S: Maintained
5181F: drivers/input/touchscreen/htcpen.c
5182
5183HUGETLB FILESYSTEM
5184M: Nadia Yvette Chambers <nyc@holomorphy.com>
5185S: Maintained
5186F: fs/hugetlbfs/
5187
5188Hyper-V CORE AND DRIVERS
5189M: "K. Y. Srinivasan" <kys@microsoft.com>
5190M: Haiyang Zhang <haiyangz@microsoft.com>
5191L: devel@linuxdriverproject.org
5192S: Maintained
5193F: arch/x86/include/asm/mshyperv.h
5194F: arch/x86/include/uapi/asm/hyperv.h
5195F: arch/x86/kernel/cpu/mshyperv.c
5196F: drivers/hid/hid-hyperv.c
5197F: drivers/hv/
5198F: drivers/input/serio/hyperv-keyboard.c
5199F: drivers/net/hyperv/
5200F: drivers/scsi/storvsc_drv.c
5201F: drivers/video/fbdev/hyperv_fb.c
5202F: include/linux/hyperv.h
5203F: tools/hv/
5204F: Documentation/ABI/stable/sysfs-bus-vmbus
5205
5206I2C OVER PARALLEL PORT
5207M: Jean Delvare <jdelvare@suse.com>
5208L: linux-i2c@vger.kernel.org
5209S: Maintained
5210F: Documentation/i2c/busses/i2c-parport
5211F: Documentation/i2c/busses/i2c-parport-light
5212F: drivers/i2c/busses/i2c-parport.c
5213F: drivers/i2c/busses/i2c-parport-light.c
5214
5215I2C/SMBUS CONTROLLER DRIVERS FOR PC
5216M: Jean Delvare <jdelvare@suse.com>
5217L: linux-i2c@vger.kernel.org
5218S: Maintained
5219F: Documentation/i2c/busses/i2c-ali1535
5220F: Documentation/i2c/busses/i2c-ali1563
5221F: Documentation/i2c/busses/i2c-ali15x3
5222F: Documentation/i2c/busses/i2c-amd756
5223F: Documentation/i2c/busses/i2c-amd8111
5224F: Documentation/i2c/busses/i2c-i801
5225F: Documentation/i2c/busses/i2c-nforce2
5226F: Documentation/i2c/busses/i2c-piix4
5227F: Documentation/i2c/busses/i2c-sis5595
5228F: Documentation/i2c/busses/i2c-sis630
5229F: Documentation/i2c/busses/i2c-sis96x
5230F: Documentation/i2c/busses/i2c-via
5231F: Documentation/i2c/busses/i2c-viapro
5232F: drivers/i2c/busses/i2c-ali1535.c
5233F: drivers/i2c/busses/i2c-ali1563.c
5234F: drivers/i2c/busses/i2c-ali15x3.c
5235F: drivers/i2c/busses/i2c-amd756.c
5236F: drivers/i2c/busses/i2c-amd756-s4882.c
5237F: drivers/i2c/busses/i2c-amd8111.c
5238F: drivers/i2c/busses/i2c-i801.c
5239F: drivers/i2c/busses/i2c-isch.c
5240F: drivers/i2c/busses/i2c-nforce2.c
5241F: drivers/i2c/busses/i2c-nforce2-s4985.c
5242F: drivers/i2c/busses/i2c-piix4.c
5243F: drivers/i2c/busses/i2c-sis5595.c
5244F: drivers/i2c/busses/i2c-sis630.c
5245F: drivers/i2c/busses/i2c-sis96x.c
5246F: drivers/i2c/busses/i2c-via.c
5247F: drivers/i2c/busses/i2c-viapro.c
5248
5249I2C/SMBUS ISMT DRIVER
5250M: Seth Heasley <seth.heasley@intel.com>
5251M: Neil Horman <nhorman@tuxdriver.com>
5252L: linux-i2c@vger.kernel.org
5253F: drivers/i2c/busses/i2c-ismt.c
5254F: Documentation/i2c/busses/i2c-ismt
5255
5256I2C/SMBUS STUB DRIVER
5257M: Jean Delvare <jdelvare@suse.com>
5258L: linux-i2c@vger.kernel.org
5259S: Maintained
5260F: drivers/i2c/i2c-stub.c
5261
5262I2C SUBSYSTEM
5263M: Wolfram Sang <wsa@the-dreams.de>
5264L: linux-i2c@vger.kernel.org
5265W: https://i2c.wiki.kernel.org/
5266Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5267T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5268S: Maintained
5269F: Documentation/devicetree/bindings/i2c/
5270F: Documentation/i2c/
5271F: drivers/i2c/
5272F: drivers/i2c/*/
5273F: include/linux/i2c.h
5274F: include/linux/i2c-*.h
5275F: include/uapi/linux/i2c.h
5276F: include/uapi/linux/i2c-*.h
5277
5278I2C ACPI SUPPORT
5279M: Mika Westerberg <mika.westerberg@linux.intel.com>
5280L: linux-i2c@vger.kernel.org
5281L: linux-acpi@vger.kernel.org
5282S: Maintained
5283
5284I2C-TAOS-EVM DRIVER
5285M: Jean Delvare <jdelvare@suse.com>
5286L: linux-i2c@vger.kernel.org
5287S: Maintained
5288F: Documentation/i2c/busses/i2c-taos-evm
5289F: drivers/i2c/busses/i2c-taos-evm.c
5290
5291I2C-TINY-USB DRIVER
5292M: Till Harbaum <till@harbaum.org>
5293L: linux-i2c@vger.kernel.org
5294W: http://www.harbaum.org/till/i2c_tiny_usb
5295S: Maintained
5296F: drivers/i2c/busses/i2c-tiny-usb.c
5297
5298i386 BOOT CODE
5299M: "H. Peter Anvin" <hpa@zytor.com>
5300S: Maintained
5301F: arch/x86/boot/
5302
5303i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5304M: "H. Peter Anvin" <hpa@zytor.com>
5305T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5306S: Maintained
5307
5308IA64 (Itanium) PLATFORM
5309M: Tony Luck <tony.luck@intel.com>
5310M: Fenghua Yu <fenghua.yu@intel.com>
5311L: linux-ia64@vger.kernel.org
5312T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5313S: Maintained
5314F: arch/ia64/
5315
5316IBM Power VMX Cryptographic instructions
5317M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5318M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5319L: linux-crypto@vger.kernel.org
5320S: Supported
5321F: drivers/crypto/vmx/Makefile
5322F: drivers/crypto/vmx/Kconfig
5323F: drivers/crypto/vmx/vmx.c
5324F: drivers/crypto/vmx/aes*
5325F: drivers/crypto/vmx/ghash*
5326F: drivers/crypto/vmx/ppc-xlate.pl
5327
5328IBM Power in-Nest Crypto Acceleration
5329M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5330M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5331L: linux-crypto@vger.kernel.org
5332S: Supported
5333F: drivers/crypto/nx/Makefile
5334F: drivers/crypto/nx/Kconfig
5335F: drivers/crypto/nx/nx-aes*
5336F: drivers/crypto/nx/nx-sha*
5337F: drivers/crypto/nx/nx.*
5338F: drivers/crypto/nx/nx_csbcpb.h
5339F: drivers/crypto/nx/nx_debugfs.h
5340
5341IBM Power 842 compression accelerator
5342M: Dan Streetman <ddstreet@ieee.org>
5343S: Supported
5344F: drivers/crypto/nx/Makefile
5345F: drivers/crypto/nx/Kconfig
5346F: drivers/crypto/nx/nx-842*
5347F: include/linux/sw842.h
5348F: crypto/842.c
5349F: lib/842/
5350
5351IBM Power Linux RAID adapter
5352M: Brian King <brking@us.ibm.com>
5353S: Supported
5354F: drivers/scsi/ipr.*
5355
5356IBM Power Virtual Ethernet Device Driver
5357M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5358L: netdev@vger.kernel.org
5359S: Supported
5360F: drivers/net/ethernet/ibm/ibmveth.*
5361
5362IBM Power SRIOV Virtual NIC Device Driver
5363M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5364M: John Allen <jallen@linux.vnet.ibm.com>
5365L: netdev@vger.kernel.org
5366S: Supported
5367F: drivers/net/ethernet/ibm/ibmvnic.*
5368
5369IBM Power Virtual SCSI Device Drivers
5370M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5371L: linux-scsi@vger.kernel.org
5372S: Supported
5373F: drivers/scsi/ibmvscsi/ibmvscsi*
5374F: drivers/scsi/ibmvscsi/viosrp.h
5375
5376IBM Power Virtual FC Device Drivers
5377M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5378L: linux-scsi@vger.kernel.org
5379S: Supported
5380F: drivers/scsi/ibmvscsi/ibmvfc*
5381
5382IBM ServeRAID RAID DRIVER
5383S: Orphan
5384F: drivers/scsi/ips.*
5385
5386ICH LPC AND GPIO DRIVER
5387M: Peter Tyser <ptyser@xes-inc.com>
5388S: Maintained
5389F: drivers/mfd/lpc_ich.c
5390F: drivers/gpio/gpio-ich.c
5391
5392IDE SUBSYSTEM
5393M: "David S. Miller" <davem@davemloft.net>
5394L: linux-ide@vger.kernel.org
5395Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5396T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5397S: Maintained
5398F: Documentation/ide/
5399F: drivers/ide/
5400F: include/linux/ide.h
5401
5402IDEAPAD LAPTOP EXTRAS DRIVER
5403M: Ike Panhc <ike.pan@canonical.com>
5404L: platform-driver-x86@vger.kernel.org
5405W: http://launchpad.net/ideapad-laptop
5406S: Maintained
5407F: drivers/platform/x86/ideapad-laptop.c
5408
5409IDEAPAD LAPTOP SLIDEBAR DRIVER
5410M: Andrey Moiseev <o2g.org.ru@gmail.com>
5411L: linux-input@vger.kernel.org
5412W: https://github.com/o2genum/ideapad-slidebar
5413S: Maintained
5414F: drivers/input/misc/ideapad_slidebar.c
5415
5416IDE/ATAPI DRIVERS
5417M: Borislav Petkov <bp@alien8.de>
5418L: linux-ide@vger.kernel.org
5419S: Maintained
5420F: Documentation/cdrom/ide-cd
5421F: drivers/ide/ide-cd*
5422
5423IDLE-I7300
5424M: Andy Henroid <andrew.d.henroid@intel.com>
5425L: linux-pm@vger.kernel.org
5426S: Supported
5427F: drivers/idle/i7300_idle.c
5428
5429IEEE 802.15.4 SUBSYSTEM
5430M: Alexander Aring <alex.aring@gmail.com>
5431L: linux-wpan@vger.kernel.org
5432W: https://github.com/linux-wpan
5433T: git git://github.com/linux-wpan/linux-wpan-next.git
5434S: Maintained
5435F: net/ieee802154/
5436F: net/mac802154/
5437F: drivers/net/ieee802154/
5438F: include/linux/nl802154.h
5439F: include/linux/ieee802154.h
5440F: include/net/nl802154.h
5441F: include/net/mac802154.h
5442F: include/net/af_ieee802154.h
5443F: include/net/cfg802154.h
5444F: include/net/ieee802154_netdev.h
5445F: Documentation/networking/ieee802154.txt
5446
5447IGORPLUG-USB IR RECEIVER
5448M: Sean Young <sean@mess.org>
5449L: linux-media@vger.kernel.org
5450S: Maintained
5451F: drivers/media/rc/igorplugusb.c
5452
5453IGUANAWORKS USB IR TRANSCEIVER
5454M: Sean Young <sean@mess.org>
5455L: linux-media@vger.kernel.org
5456S: Maintained
5457F: drivers/media/rc/iguanair.c
5458
5459IIO SUBSYSTEM AND DRIVERS
5460M: Jonathan Cameron <jic23@kernel.org>
5461R: Hartmut Knaack <knaack.h@gmx.de>
5462R: Lars-Peter Clausen <lars@metafoo.de>
5463R: Peter Meerwald <pmeerw@pmeerw.net>
5464L: linux-iio@vger.kernel.org
5465S: Maintained
5466F: drivers/iio/
5467F: drivers/staging/iio/
5468F: include/linux/iio/
5469F: tools/iio/
5470
5471IKANOS/ADI EAGLE ADSL USB DRIVER
5472M: Matthieu Castet <castet.matthieu@free.fr>
5473M: Stanislaw Gruszka <stf_xl@wp.pl>
5474S: Maintained
5475F: drivers/usb/atm/ueagle-atm.c
5476
5477INA209 HARDWARE MONITOR DRIVER
5478M: Guenter Roeck <linux@roeck-us.net>
5479L: lm-sensors@lm-sensors.org
5480S: Maintained
5481F: Documentation/hwmon/ina209
5482F: Documentation/devicetree/bindings/i2c/ina209.txt
5483F: drivers/hwmon/ina209.c
5484
5485INA2XX HARDWARE MONITOR DRIVER
5486M: Guenter Roeck <linux@roeck-us.net>
5487L: lm-sensors@lm-sensors.org
5488S: Maintained
5489F: Documentation/hwmon/ina2xx
5490F: drivers/hwmon/ina2xx.c
5491F: include/linux/platform_data/ina2xx.h
5492
5493INDUSTRY PACK SUBSYSTEM (IPACK)
5494M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5495M: Jens Taprogge <jens.taprogge@taprogge.org>
5496M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5497L: industrypack-devel@lists.sourceforge.net
5498W: http://industrypack.sourceforge.net
5499S: Maintained
5500F: drivers/ipack/
5501
5502INGENIC JZ4780 DMA Driver
5503M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5504S: Maintained
5505F: drivers/dma/dma-jz4780.c
5506
5507INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5508M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5509M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5510L: linux-ima-devel@lists.sourceforge.net
5511L: linux-ima-user@lists.sourceforge.net
5512L: linux-security-module@vger.kernel.org
5513T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5514S: Supported
5515F: security/integrity/ima/
5516
5517IMGTEC IR DECODER DRIVER
5518M: James Hogan <james.hogan@imgtec.com>
5519S: Maintained
5520F: drivers/media/rc/img-ir/
5521
5522IMS TWINTURBO FRAMEBUFFER DRIVER
5523L: linux-fbdev@vger.kernel.org
5524S: Orphan
5525F: drivers/video/fbdev/imsttfb.c
5526
5527INFINIBAND SUBSYSTEM
5528M: Doug Ledford <dledford@redhat.com>
5529M: Sean Hefty <sean.hefty@intel.com>
5530M: Hal Rosenstock <hal.rosenstock@gmail.com>
5531L: linux-rdma@vger.kernel.org
5532W: http://www.openfabrics.org/
5533Q: http://patchwork.kernel.org/project/linux-rdma/list/
5534T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5535S: Supported
5536F: Documentation/infiniband/
5537F: drivers/infiniband/
5538F: drivers/staging/rdma/
5539F: include/uapi/linux/if_infiniband.h
5540F: include/uapi/rdma/
5541F: include/rdma/
5542
5543INOTIFY
5544M: John McCutchan <john@johnmccutchan.com>
5545M: Robert Love <rlove@rlove.org>
5546M: Eric Paris <eparis@parisplace.org>
5547S: Maintained
5548F: Documentation/filesystems/inotify.txt
5549F: fs/notify/inotify/
5550F: include/linux/inotify.h
5551F: include/uapi/linux/inotify.h
5552
5553INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5554M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
5555L: linux-input@vger.kernel.org
5556Q: http://patchwork.kernel.org/project/linux-input/list/
5557T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5558S: Maintained
5559F: drivers/input/
5560F: include/linux/input.h
5561F: include/uapi/linux/input.h
5562F: include/linux/input/
5563
5564INPUT MULTITOUCH (MT) PROTOCOL
5565M: Henrik Rydberg <rydberg@bitmath.org>
5566L: linux-input@vger.kernel.org
5567S: Odd fixes
5568F: Documentation/input/multi-touch-protocol.txt
5569F: drivers/input/input-mt.c
5570K: \b(ABS|SYN)_MT_
5571
5572INTEL ASoC BDW/HSW DRIVERS
5573M: Jie Yang <yang.jie@linux.intel.com>
5574L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5575S: Supported
5576F: sound/soc/intel/common/sst-dsp*
5577F: sound/soc/intel/common/sst-firmware.c
5578F: sound/soc/intel/boards/broadwell.c
5579F: sound/soc/intel/haswell/
5580
5581INTEL C600 SERIES SAS CONTROLLER DRIVER
5582M: Intel SCU Linux support <intel-linux-scu@intel.com>
5583M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5584L: linux-scsi@vger.kernel.org
5585T: git git://git.code.sf.net/p/intel-sas/isci
5586S: Supported
5587F: drivers/scsi/isci/
5588
5589INTEL HID EVENT DRIVER
5590M: Alex Hung <alex.hung@canonical.com>
5591L: platform-driver-x86@vger.kernel.org
5592S: Maintained
5593F: drivers/platform/x86/intel-hid.c
5594
5595INTEL IDLE DRIVER
5596M: Len Brown <lenb@kernel.org>
5597L: linux-pm@vger.kernel.org
5598T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5599S: Supported
5600F: drivers/idle/intel_idle.c
5601
5602INTEL PSTATE DRIVER
5603M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5604M: Len Brown <lenb@kernel.org>
5605L: linux-pm@vger.kernel.org
5606S: Supported
5607F: drivers/cpufreq/intel_pstate.c
5608
5609INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5610M: Maik Broemme <mbroemme@plusserver.de>
5611L: linux-fbdev@vger.kernel.org
5612S: Maintained
5613F: Documentation/fb/intelfb.txt
5614F: drivers/video/fbdev/intelfb/
5615
5616INTEL 810/815 FRAMEBUFFER DRIVER
5617M: Antonino Daplas <adaplas@gmail.com>
5618L: linux-fbdev@vger.kernel.org
5619S: Maintained
5620F: drivers/video/fbdev/i810/
5621
5622INTEL MENLOW THERMAL DRIVER
5623M: Sujith Thomas <sujith.thomas@intel.com>
5624L: platform-driver-x86@vger.kernel.org
5625W: https://01.org/linux-acpi
5626S: Supported
5627F: drivers/platform/x86/intel_menlow.c
5628
5629INTEL I/OAT DMA DRIVER
5630M: Dave Jiang <dave.jiang@intel.com>
5631R: Dan Williams <dan.j.williams@intel.com>
5632L: dmaengine@vger.kernel.org
5633Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5634S: Supported
5635F: drivers/dma/ioat*
5636
5637INTEL IOMMU (VT-d)
5638M: David Woodhouse <dwmw2@infradead.org>
5639L: iommu@lists.linux-foundation.org
5640T: git git://git.infradead.org/iommu-2.6.git
5641S: Supported
5642F: drivers/iommu/intel-iommu.c
5643F: include/linux/intel-iommu.h
5644
5645INTEL IOP-ADMA DMA DRIVER
5646R: Dan Williams <dan.j.williams@intel.com>
5647S: Odd fixes
5648F: drivers/dma/iop-adma.c
5649
5650INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5651M: Krzysztof Halasa <khalasa@piap.pl>
5652S: Maintained
5653F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5654F: arch/arm/mach-ixp4xx/include/mach/npe.h
5655F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5656F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5657F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5658F: drivers/net/wan/ixp4xx_hss.c
5659
5660INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5661M: Deepak Saxena <dsaxena@plexity.net>
5662S: Maintained
5663F: drivers/char/hw_random/ixp4xx-rng.c
5664
5665INTEL ETHERNET DRIVERS
5666M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5667R: Jesse Brandeburg <jesse.brandeburg@intel.com>
5668R: Shannon Nelson <shannon.nelson@intel.com>
5669R: Carolyn Wyborny <carolyn.wyborny@intel.com>
5670R: Don Skidmore <donald.c.skidmore@intel.com>
5671R: Bruce Allan <bruce.w.allan@intel.com>
5672R: John Ronciak <john.ronciak@intel.com>
5673R: Mitch Williams <mitch.a.williams@intel.com>
5674L: intel-wired-lan@lists.osuosl.org
5675W: http://www.intel.com/support/feedback.htm
5676W: http://e1000.sourceforge.net/
5677Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5678T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5679T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5680S: Supported
5681F: Documentation/networking/e100.txt
5682F: Documentation/networking/e1000.txt
5683F: Documentation/networking/e1000e.txt
5684F: Documentation/networking/igb.txt
5685F: Documentation/networking/igbvf.txt
5686F: Documentation/networking/ixgb.txt
5687F: Documentation/networking/ixgbe.txt
5688F: Documentation/networking/ixgbevf.txt
5689F: Documentation/networking/i40e.txt
5690F: Documentation/networking/i40evf.txt
5691F: drivers/net/ethernet/intel/
5692F: drivers/net/ethernet/intel/*/
5693
5694INTEL-MID GPIO DRIVER
5695M: David Cohen <david.a.cohen@linux.intel.com>
5696L: linux-gpio@vger.kernel.org
5697S: Maintained
5698F: drivers/gpio/gpio-intel-mid.c
5699
5700INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5701M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5702L: linux-wireless@vger.kernel.org
5703S: Maintained
5704F: Documentation/networking/README.ipw2100
5705F: Documentation/networking/README.ipw2200
5706F: drivers/net/wireless/intel/ipw2x00/
5707
5708INTEL(R) TRACE HUB
5709M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5710S: Supported
5711F: Documentation/trace/intel_th.txt
5712F: drivers/hwtracing/intel_th/
5713
5714INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5715M: Ning Sun <ning.sun@intel.com>
5716L: tboot-devel@lists.sourceforge.net
5717W: http://tboot.sourceforge.net
5718T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5719S: Supported
5720F: Documentation/intel_txt.txt
5721F: include/linux/tboot.h
5722F: arch/x86/kernel/tboot.c
5723
5724INTEL WIRELESS WIMAX CONNECTION 2400
5725M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5726M: linux-wimax@intel.com
5727L: wimax@linuxwimax.org (subscribers-only)
5728S: Supported
5729W: http://linuxwimax.org
5730F: Documentation/wimax/README.i2400m
5731F: drivers/net/wimax/i2400m/
5732F: include/uapi/linux/wimax/i2400m.h
5733
5734INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5735M: Stanislaw Gruszka <sgruszka@redhat.com>
5736L: linux-wireless@vger.kernel.org
5737S: Supported
5738F: drivers/net/wireless/intel/iwlegacy/
5739
5740INTEL WIRELESS WIFI LINK (iwlwifi)
5741M: Johannes Berg <johannes.berg@intel.com>
5742M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5743M: Intel Linux Wireless <linuxwifi@intel.com>
5744L: linux-wireless@vger.kernel.org
5745W: http://intellinuxwireless.org
5746T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5747S: Supported
5748F: drivers/net/wireless/intel/iwlwifi/
5749
5750INTEL MANAGEMENT ENGINE (mei)
5751M: Tomas Winkler <tomas.winkler@intel.com>
5752L: linux-kernel@vger.kernel.org
5753S: Supported
5754F: include/uapi/linux/mei.h
5755F: include/linux/mei_cl_bus.h
5756F: drivers/misc/mei/*
5757F: Documentation/misc-devices/mei/*
5758
5759INTEL MIC DRIVERS (mic)
5760M: Sudeep Dutt <sudeep.dutt@intel.com>
5761M: Ashutosh Dixit <ashutosh.dixit@intel.com>
5762S: Supported
5763W: https://github.com/sudeepdutt/mic
5764W: http://software.intel.com/en-us/mic-developer
5765F: include/linux/mic_bus.h
5766F: include/linux/scif.h
5767F: include/uapi/linux/mic_common.h
5768F: include/uapi/linux/mic_ioctl.h
5769F: include/uapi/linux/scif_ioctl.h
5770F: drivers/misc/mic/
5771F: drivers/dma/mic_x100_dma.c
5772F: drivers/dma/mic_x100_dma.h
5773F: Documentation/mic/
5774
5775INTEL PMC/P-Unit IPC DRIVER
5776M: Zha Qipeng<qipeng.zha@intel.com>
5777L: platform-driver-x86@vger.kernel.org
5778S: Maintained
5779F: drivers/platform/x86/intel_pmc_ipc.c
5780F: drivers/platform/x86/intel_punit_ipc.c
5781F: arch/x86/include/asm/intel_pmc_ipc.h
5782F: arch/x86/include/asm/intel_punit_ipc.h
5783
5784INTEL TELEMETRY DRIVER
5785M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5786L: platform-driver-x86@vger.kernel.org
5787S: Maintained
5788F: arch/x86/include/asm/intel_telemetry.h
5789F: drivers/platform/x86/intel_telemetry*
5790
5791IOC3 ETHERNET DRIVER
5792M: Ralf Baechle <ralf@linux-mips.org>
5793L: linux-mips@linux-mips.org
5794S: Maintained
5795F: drivers/net/ethernet/sgi/ioc3-eth.c
5796
5797IOC3 SERIAL DRIVER
5798M: Pat Gefre <pfg@sgi.com>
5799L: linux-serial@vger.kernel.org
5800S: Maintained
5801F: drivers/tty/serial/ioc3_serial.c
5802
5803IOMMU DRIVERS
5804M: Joerg Roedel <joro@8bytes.org>
5805L: iommu@lists.linux-foundation.org
5806T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5807S: Maintained
5808F: drivers/iommu/
5809
5810IP MASQUERADING
5811M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5812S: Maintained
5813F: net/ipv4/netfilter/ipt_MASQUERADE.c
5814
5815IPATH DRIVER
5816M: Mike Marciniszyn <infinipath@intel.com>
5817L: linux-rdma@vger.kernel.org
5818S: Maintained
5819F: drivers/staging/rdma/ipath/
5820
5821IPMI SUBSYSTEM
5822M: Corey Minyard <minyard@acm.org>
5823L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5824W: http://openipmi.sourceforge.net/
5825S: Supported
5826F: Documentation/IPMI.txt
5827F: drivers/char/ipmi/
5828F: include/linux/ipmi*
5829F: include/uapi/linux/ipmi*
5830
5831QCOM AUDIO (ASoC) DRIVERS
5832M: Patrick Lai <plai@codeaurora.org>
5833M: Banajit Goswami <bgoswami@codeaurora.org>
5834L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5835S: Supported
5836F: sound/soc/qcom/
5837
5838IPS SCSI RAID DRIVER
5839M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5840L: linux-scsi@vger.kernel.org
5841W: http://www.adaptec.com/
5842S: Maintained
5843F: drivers/scsi/ips*
5844
5845IPVS
5846M: Wensong Zhang <wensong@linux-vs.org>
5847M: Simon Horman <horms@verge.net.au>
5848M: Julian Anastasov <ja@ssi.bg>
5849L: netdev@vger.kernel.org
5850L: lvs-devel@vger.kernel.org
5851S: Maintained
5852T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5853T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5854F: Documentation/networking/ipvs-sysctl.txt
5855F: include/net/ip_vs.h
5856F: include/uapi/linux/ip_vs.h
5857F: net/netfilter/ipvs/
5858
5859IPWIRELESS DRIVER
5860M: Jiri Kosina <jikos@kernel.org>
5861M: David Sterba <dsterba@suse.com>
5862S: Odd Fixes
5863F: drivers/tty/ipwireless/
5864
5865IPX NETWORK LAYER
5866M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5867L: netdev@vger.kernel.org
5868S: Maintained
5869F: include/net/ipx.h
5870F: include/uapi/linux/ipx.h
5871F: net/ipx/
5872
5873IRDA SUBSYSTEM
5874M: Samuel Ortiz <samuel@sortiz.org>
5875L: irda-users@lists.sourceforge.net (subscribers-only)
5876L: netdev@vger.kernel.org
5877W: http://irda.sourceforge.net/
5878S: Maintained
5879T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5880F: Documentation/networking/irda.txt
5881F: drivers/net/irda/
5882F: include/net/irda/
5883F: net/irda/
5884
5885IRQ SUBSYSTEM
5886M: Thomas Gleixner <tglx@linutronix.de>
5887L: linux-kernel@vger.kernel.org
5888S: Maintained
5889T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5890F: kernel/irq/
5891
5892IRQCHIP DRIVERS
5893M: Thomas Gleixner <tglx@linutronix.de>
5894M: Jason Cooper <jason@lakedaemon.net>
5895M: Marc Zyngier <marc.zyngier@arm.com>
5896L: linux-kernel@vger.kernel.org
5897S: Maintained
5898T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5899T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5900F: Documentation/devicetree/bindings/interrupt-controller/
5901F: drivers/irqchip/
5902
5903IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5904M: Jiang Liu <jiang.liu@linux.intel.com>
5905M: Marc Zyngier <marc.zyngier@arm.com>
5906S: Maintained
5907T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5908F: Documentation/IRQ-domain.txt
5909F: include/linux/irqdomain.h
5910F: kernel/irq/irqdomain.c
5911F: kernel/irq/msi.c
5912
5913ISAPNP
5914M: Jaroslav Kysela <perex@perex.cz>
5915S: Maintained
5916F: Documentation/isapnp.txt
5917F: drivers/pnp/isapnp/
5918F: include/linux/isapnp.h
5919
5920ISA RADIO MODULE
5921M: Hans Verkuil <hverkuil@xs4all.nl>
5922L: linux-media@vger.kernel.org
5923T: git git://linuxtv.org/media_tree.git
5924W: https://linuxtv.org
5925S: Maintained
5926F: drivers/media/radio/radio-isa*
5927
5928iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5929M: Peter Jones <pjones@redhat.com>
5930M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5931S: Maintained
5932F: drivers/firmware/iscsi_ibft*
5933
5934ISCSI
5935M: Mike Christie <michaelc@cs.wisc.edu>
5936L: open-iscsi@googlegroups.com
5937W: www.open-iscsi.org
5938T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5939S: Maintained
5940F: drivers/scsi/*iscsi*
5941F: include/scsi/*iscsi*
5942
5943ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5944M: Or Gerlitz <ogerlitz@mellanox.com>
5945M: Sagi Grimberg <sagig@mellanox.com>
5946M: Roi Dayan <roid@mellanox.com>
5947L: linux-rdma@vger.kernel.org
5948S: Supported
5949W: http://www.openfabrics.org
5950W: www.open-iscsi.org
5951Q: http://patchwork.kernel.org/project/linux-rdma/list/
5952F: drivers/infiniband/ulp/iser/
5953
5954ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5955M: Sagi Grimberg <sagig@mellanox.com>
5956T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5957L: linux-rdma@vger.kernel.org
5958L: target-devel@vger.kernel.org
5959S: Supported
5960W: http://www.linux-iscsi.org
5961F: drivers/infiniband/ulp/isert
5962
5963ISDN SUBSYSTEM
5964M: Karsten Keil <isdn@linux-pingi.de>
5965L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5966L: netdev@vger.kernel.org
5967W: http://www.isdn4linux.de
5968T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5969S: Maintained
5970F: Documentation/isdn/
5971F: drivers/isdn/
5972F: include/linux/isdn.h
5973F: include/linux/isdn/
5974F: include/uapi/linux/isdn.h
5975F: include/uapi/linux/isdn/
5976
5977ISDN SUBSYSTEM (Eicon active card driver)
5978M: Armin Schindler <mac@melware.de>
5979L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5980W: http://www.melware.de
5981S: Maintained
5982F: drivers/isdn/hardware/eicon/
5983
5984IT87 HARDWARE MONITORING DRIVER
5985M: Jean Delvare <jdelvare@suse.com>
5986L: lm-sensors@lm-sensors.org
5987S: Maintained
5988F: Documentation/hwmon/it87
5989F: drivers/hwmon/it87.c
5990
5991IT913X MEDIA DRIVER
5992M: Antti Palosaari <crope@iki.fi>
5993L: linux-media@vger.kernel.org
5994W: https://linuxtv.org
5995W: http://palosaari.fi/linux/
5996Q: http://patchwork.linuxtv.org/project/linux-media/list/
5997T: git git://linuxtv.org/anttip/media_tree.git
5998S: Maintained
5999F: drivers/media/tuners/it913x*
6000
6001IVTV VIDEO4LINUX DRIVER
6002M: Andy Walls <awalls@md.metrocast.net>
6003L: ivtv-devel@ivtvdriver.org (subscribers-only)
6004L: linux-media@vger.kernel.org
6005T: git git://linuxtv.org/media_tree.git
6006W: http://www.ivtvdriver.org
6007S: Maintained
6008F: Documentation/video4linux/*.ivtv
6009F: drivers/media/pci/ivtv/
6010F: include/uapi/linux/ivtv*
6011
6012IX2505V MEDIA DRIVER
6013M: Malcolm Priestley <tvboxspy@gmail.com>
6014L: linux-media@vger.kernel.org
6015W: https://linuxtv.org
6016Q: http://patchwork.linuxtv.org/project/linux-media/list/
6017S: Maintained
6018F: drivers/media/dvb-frontends/ix2505v*
6019
6020JC42.4 TEMPERATURE SENSOR DRIVER
6021M: Guenter Roeck <linux@roeck-us.net>
6022L: lm-sensors@lm-sensors.org
6023S: Maintained
6024F: drivers/hwmon/jc42.c
6025F: Documentation/hwmon/jc42
6026
6027JFS FILESYSTEM
6028M: Dave Kleikamp <shaggy@kernel.org>
6029L: jfs-discussion@lists.sourceforge.net
6030W: http://jfs.sourceforge.net/
6031T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6032S: Maintained
6033F: Documentation/filesystems/jfs.txt
6034F: fs/jfs/
6035
6036JME NETWORK DRIVER
6037M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6038L: netdev@vger.kernel.org
6039S: Maintained
6040F: drivers/net/ethernet/jme.*
6041
6042JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6043M: David Woodhouse <dwmw2@infradead.org>
6044L: linux-mtd@lists.infradead.org
6045W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6046S: Maintained
6047F: fs/jffs2/
6048F: include/uapi/linux/jffs2.h
6049
6050JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6051M: "Theodore Ts'o" <tytso@mit.edu>
6052M: Jan Kara <jack@suse.com>
6053L: linux-ext4@vger.kernel.org
6054S: Maintained
6055F: fs/jbd2/
6056F: include/linux/jbd2.h
6057
6058JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6059M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6060L: linux-media@vger.kernel.org
6061S: Maintained
6062F: drivers/media/platform/rcar_jpu.c
6063
6064JSM Neo PCI based serial card
6065M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
6066L: linux-serial@vger.kernel.org
6067S: Maintained
6068F: drivers/tty/serial/jsm/
6069
6070K10TEMP HARDWARE MONITORING DRIVER
6071M: Clemens Ladisch <clemens@ladisch.de>
6072L: lm-sensors@lm-sensors.org
6073S: Maintained
6074F: Documentation/hwmon/k10temp
6075F: drivers/hwmon/k10temp.c
6076
6077K8TEMP HARDWARE MONITORING DRIVER
6078M: Rudolf Marek <r.marek@assembler.cz>
6079L: lm-sensors@lm-sensors.org
6080S: Maintained
6081F: Documentation/hwmon/k8temp
6082F: drivers/hwmon/k8temp.c
6083
6084KCONFIG
6085M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6086L: linux-kbuild@vger.kernel.org
6087T: git git://gitorious.org/linux-kconfig/linux-kconfig
6088S: Maintained
6089F: Documentation/kbuild/kconfig-language.txt
6090F: scripts/kconfig/
6091
6092KDUMP
6093M: Vivek Goyal <vgoyal@redhat.com>
6094M: Haren Myneni <hbabu@us.ibm.com>
6095L: kexec@lists.infradead.org
6096W: http://lse.sourceforge.net/kdump/
6097S: Maintained
6098F: Documentation/kdump/
6099
6100KEENE FM RADIO TRANSMITTER DRIVER
6101M: Hans Verkuil <hverkuil@xs4all.nl>
6102L: linux-media@vger.kernel.org
6103T: git git://linuxtv.org/media_tree.git
6104W: https://linuxtv.org
6105S: Maintained
6106F: drivers/media/radio/radio-keene*
6107
6108KERNEL AUTOMOUNTER v4 (AUTOFS4)
6109M: Ian Kent <raven@themaw.net>
6110L: autofs@vger.kernel.org
6111S: Maintained
6112F: fs/autofs4/
6113
6114KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6115M: Michal Marek <mmarek@suse.com>
6116T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6117T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6118L: linux-kbuild@vger.kernel.org
6119S: Maintained
6120F: Documentation/kbuild/
6121F: Makefile
6122F: scripts/Makefile.*
6123F: scripts/basic/
6124F: scripts/mk*
6125F: scripts/package/
6126
6127KERNEL JANITORS
6128L: kernel-janitors@vger.kernel.org
6129W: http://kernelnewbies.org/KernelJanitors
6130S: Odd Fixes
6131
6132KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6133M: "J. Bruce Fields" <bfields@fieldses.org>
6134M: Jeff Layton <jlayton@poochiereds.net>
6135L: linux-nfs@vger.kernel.org
6136W: http://nfs.sourceforge.net/
6137T: git git://linux-nfs.org/~bfields/linux.git
6138S: Supported
6139F: fs/nfsd/
6140F: include/uapi/linux/nfsd/
6141F: fs/lockd/
6142F: fs/nfs_common/
6143F: net/sunrpc/
6144F: include/linux/lockd/
6145F: include/linux/sunrpc/
6146F: include/uapi/linux/sunrpc/
6147
6148KERNEL SELFTEST FRAMEWORK
6149M: Shuah Khan <shuahkh@osg.samsung.com>
6150L: linux-api@vger.kernel.org
6151T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6152S: Maintained
6153F: tools/testing/selftests
6154
6155KERNEL VIRTUAL MACHINE (KVM)
6156M: Gleb Natapov <gleb@kernel.org>
6157M: Paolo Bonzini <pbonzini@redhat.com>
6158L: kvm@vger.kernel.org
6159W: http://www.linux-kvm.org
6160T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6161S: Supported
6162F: Documentation/*/kvm*.txt
6163F: Documentation/virtual/kvm/
6164F: arch/*/kvm/
6165F: arch/x86/kernel/kvm.c
6166F: arch/x86/kernel/kvmclock.c
6167F: arch/*/include/asm/kvm*
6168F: include/linux/kvm*
6169F: include/uapi/linux/kvm*
6170F: virt/kvm/
6171
6172KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6173M: Joerg Roedel <joro@8bytes.org>
6174L: kvm@vger.kernel.org
6175W: http://www.linux-kvm.org/
6176S: Maintained
6177F: arch/x86/include/asm/svm.h
6178F: arch/x86/kvm/svm.c
6179
6180KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6181M: Alexander Graf <agraf@suse.com>
6182L: kvm-ppc@vger.kernel.org
6183W: http://www.linux-kvm.org/
6184T: git git://github.com/agraf/linux-2.6.git
6185S: Supported
6186F: arch/powerpc/include/asm/kvm*
6187F: arch/powerpc/kvm/
6188
6189KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6190M: Christian Borntraeger <borntraeger@de.ibm.com>
6191M: Cornelia Huck <cornelia.huck@de.ibm.com>
6192L: linux-s390@vger.kernel.org
6193W: http://www.ibm.com/developerworks/linux/linux390/
6194T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6195S: Supported
6196F: Documentation/s390/kvm.txt
6197F: arch/s390/include/asm/kvm*
6198F: arch/s390/kvm/
6199
6200KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6201M: Christoffer Dall <christoffer.dall@linaro.org>
6202M: Marc Zyngier <marc.zyngier@arm.com>
6203L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6204L: kvmarm@lists.cs.columbia.edu
6205W: http://systems.cs.columbia.edu/projects/kvm-arm
6206T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6207S: Supported
6208F: arch/arm/include/uapi/asm/kvm*
6209F: arch/arm/include/asm/kvm*
6210F: arch/arm/kvm/
6211F: virt/kvm/arm/
6212F: include/kvm/arm_*
6213
6214KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6215M: Christoffer Dall <christoffer.dall@linaro.org>
6216M: Marc Zyngier <marc.zyngier@arm.com>
6217L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6218L: kvmarm@lists.cs.columbia.edu
6219S: Maintained
6220F: arch/arm64/include/uapi/asm/kvm*
6221F: arch/arm64/include/asm/kvm*
6222F: arch/arm64/kvm/
6223
6224KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6225M: James Hogan <james.hogan@imgtec.com>
6226L: linux-mips@linux-mips.org
6227S: Supported
6228F: arch/mips/include/uapi/asm/kvm*
6229F: arch/mips/include/asm/kvm*
6230F: arch/mips/kvm/
6231
6232KEXEC
6233M: Eric Biederman <ebiederm@xmission.com>
6234W: http://kernel.org/pub/linux/utils/kernel/kexec/
6235L: kexec@lists.infradead.org
6236S: Maintained
6237F: include/linux/kexec.h
6238F: include/uapi/linux/kexec.h
6239F: kernel/kexec.c
6240
6241KEYS/KEYRINGS:
6242M: David Howells <dhowells@redhat.com>
6243L: keyrings@vger.kernel.org
6244S: Maintained
6245F: Documentation/security/keys.txt
6246F: include/linux/key.h
6247F: include/linux/key-type.h
6248F: include/keys/
6249F: security/keys/
6250
6251KEYS-TRUSTED
6252M: David Safford <safford@us.ibm.com>
6253M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6254L: linux-security-module@vger.kernel.org
6255L: keyrings@vger.kernel.org
6256S: Supported
6257F: Documentation/security/keys-trusted-encrypted.txt
6258F: include/keys/trusted-type.h
6259F: security/keys/trusted.c
6260F: security/keys/trusted.h
6261
6262KEYS-ENCRYPTED
6263M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6264M: David Safford <safford@us.ibm.com>
6265L: linux-security-module@vger.kernel.org
6266L: keyrings@vger.kernel.org
6267S: Supported
6268F: Documentation/security/keys-trusted-encrypted.txt
6269F: include/keys/encrypted-type.h
6270F: security/keys/encrypted-keys/
6271
6272KGDB / KDB /debug_core
6273M: Jason Wessel <jason.wessel@windriver.com>
6274W: http://kgdb.wiki.kernel.org/
6275L: kgdb-bugreport@lists.sourceforge.net
6276T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6277S: Maintained
6278F: Documentation/DocBook/kgdb.tmpl
6279F: drivers/misc/kgdbts.c
6280F: drivers/tty/serial/kgdboc.c
6281F: include/linux/kdb.h
6282F: include/linux/kgdb.h
6283F: kernel/debug/
6284
6285KMEMCHECK
6286M: Vegard Nossum <vegardno@ifi.uio.no>
6287M: Pekka Enberg <penberg@kernel.org>
6288S: Maintained
6289F: Documentation/kmemcheck.txt
6290F: arch/x86/include/asm/kmemcheck.h
6291F: arch/x86/mm/kmemcheck/
6292F: include/linux/kmemcheck.h
6293F: mm/kmemcheck.c
6294
6295KMEMLEAK
6296M: Catalin Marinas <catalin.marinas@arm.com>
6297S: Maintained
6298F: Documentation/kmemleak.txt
6299F: include/linux/kmemleak.h
6300F: mm/kmemleak.c
6301F: mm/kmemleak-test.c
6302
6303KPROBES
6304M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6305M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6306M: "David S. Miller" <davem@davemloft.net>
6307M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6308S: Maintained
6309F: Documentation/kprobes.txt
6310F: include/linux/kprobes.h
6311F: kernel/kprobes.c
6312
6313KS0108 LCD CONTROLLER DRIVER
6314M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6315W: http://miguelojeda.es/auxdisplay.htm
6316W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6317S: Maintained
6318F: Documentation/auxdisplay/ks0108
6319F: drivers/auxdisplay/ks0108.c
6320F: include/linux/ks0108.h
6321
6322L3MDEV
6323M: David Ahern <dsa@cumulusnetworks.com>
6324L: netdev@vger.kernel.org
6325S: Maintained
6326F: net/l3mdev
6327F: include/net/l3mdev.h
6328
6329LANTIQ MIPS ARCHITECTURE
6330M: John Crispin <blogic@openwrt.org>
6331L: linux-mips@linux-mips.org
6332S: Maintained
6333F: arch/mips/lantiq
6334
6335LAPB module
6336L: linux-x25@vger.kernel.org
6337S: Orphan
6338F: Documentation/networking/lapb-module.txt
6339F: include/*/lapb.h
6340F: net/lapb/
6341
6342LASI 53c700 driver for PARISC
6343M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6344L: linux-scsi@vger.kernel.org
6345S: Maintained
6346F: Documentation/scsi/53c700.txt
6347F: drivers/scsi/53c700*
6348
6349LED SUBSYSTEM
6350M: Richard Purdie <rpurdie@rpsys.net>
6351M: Jacek Anaszewski <j.anaszewski@samsung.com>
6352L: linux-leds@vger.kernel.org
6353T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6354S: Maintained
6355F: drivers/leds/
6356F: include/linux/leds.h
6357
6358LEGACY EEPROM DRIVER
6359M: Jean Delvare <jdelvare@suse.com>
6360S: Maintained
6361F: Documentation/misc-devices/eeprom
6362F: drivers/misc/eeprom/eeprom.c
6363
6364LEGO USB Tower driver
6365M: Juergen Stuber <starblue@users.sourceforge.net>
6366L: legousb-devel@lists.sourceforge.net
6367W: http://legousb.sourceforge.net/
6368S: Maintained
6369F: drivers/usb/misc/legousbtower.c
6370
6371LG2160 MEDIA DRIVER
6372M: Michael Krufky <mkrufky@linuxtv.org>
6373L: linux-media@vger.kernel.org
6374W: https://linuxtv.org
6375W: http://github.com/mkrufky
6376Q: http://patchwork.linuxtv.org/project/linux-media/list/
6377T: git git://linuxtv.org/mkrufky/tuners.git
6378S: Maintained
6379F: drivers/media/dvb-frontends/lg2160.*
6380
6381LGDT3305 MEDIA DRIVER
6382M: Michael Krufky <mkrufky@linuxtv.org>
6383L: linux-media@vger.kernel.org
6384W: https://linuxtv.org
6385W: http://github.com/mkrufky
6386Q: http://patchwork.linuxtv.org/project/linux-media/list/
6387T: git git://linuxtv.org/mkrufky/tuners.git
6388S: Maintained
6389F: drivers/media/dvb-frontends/lgdt3305.*
6390
6391LGUEST
6392M: Rusty Russell <rusty@rustcorp.com.au>
6393L: lguest@lists.ozlabs.org
6394W: http://lguest.ozlabs.org/
6395S: Odd Fixes
6396F: arch/x86/include/asm/lguest*.h
6397F: arch/x86/lguest/
6398F: drivers/lguest/
6399F: include/linux/lguest*.h
6400F: tools/lguest/
6401
6402LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6403M: Tejun Heo <tj@kernel.org>
6404L: linux-ide@vger.kernel.org
6405T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6406S: Maintained
6407F: drivers/ata/
6408F: include/linux/ata.h
6409F: include/linux/libata.h
6410
6411LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6412M: Viresh Kumar <vireshk@kernel.org>
6413L: linux-ide@vger.kernel.org
6414T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6415S: Maintained
6416F: include/linux/pata_arasan_cf_data.h
6417F: drivers/ata/pata_arasan_cf.c
6418
6419LIBATA PATA DRIVERS
6420M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6421M: Tejun Heo <tj@kernel.org>
6422L: linux-ide@vger.kernel.org
6423T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6424S: Maintained
6425F: drivers/ata/pata_*.c
6426F: drivers/ata/ata_generic.c
6427
6428LIBATA SATA AHCI PLATFORM devices support
6429M: Hans de Goede <hdegoede@redhat.com>
6430M: Tejun Heo <tj@kernel.org>
6431L: linux-ide@vger.kernel.org
6432T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6433S: Maintained
6434F: drivers/ata/ahci_platform.c
6435F: drivers/ata/libahci_platform.c
6436F: include/linux/ahci_platform.h
6437
6438LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6439M: Mikael Pettersson <mikpelinux@gmail.com>
6440L: linux-ide@vger.kernel.org
6441T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6442S: Maintained
6443F: drivers/ata/sata_promise.*
6444
6445LIBLOCKDEP
6446M: Sasha Levin <sasha.levin@oracle.com>
6447S: Maintained
6448F: tools/lib/lockdep/
6449
6450LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6451M: Dan Williams <dan.j.williams@intel.com>
6452L: linux-nvdimm@lists.01.org
6453Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6454T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6455S: Supported
6456F: drivers/nvdimm/*
6457F: include/linux/nd.h
6458F: include/linux/libnvdimm.h
6459F: include/uapi/linux/ndctl.h
6460
6461LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6462M: Ross Zwisler <ross.zwisler@linux.intel.com>
6463L: linux-nvdimm@lists.01.org
6464Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6465S: Supported
6466F: drivers/nvdimm/blk.c
6467F: drivers/nvdimm/region_devs.c
6468F: drivers/acpi/nfit*
6469
6470LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6471M: Vishal Verma <vishal.l.verma@intel.com>
6472L: linux-nvdimm@lists.01.org
6473Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6474S: Supported
6475F: drivers/nvdimm/btt*
6476
6477LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6478M: Ross Zwisler <ross.zwisler@linux.intel.com>
6479L: linux-nvdimm@lists.01.org
6480Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6481S: Supported
6482F: drivers/nvdimm/pmem.c
6483F: include/linux/pmem.h
6484F: arch/*/include/asm/pmem.h
6485
6486LIGHTNVM PLATFORM SUPPORT
6487M: Matias Bjorling <mb@lightnvm.io>
6488W: http://github/OpenChannelSSD
6489L: linux-block@vger.kernel.org
6490S: Maintained
6491F: drivers/lightnvm/
6492F: include/linux/lightnvm.h
6493F: include/uapi/linux/lightnvm.h
6494
6495LINUX FOR IBM pSERIES (RS/6000)
6496M: Paul Mackerras <paulus@au.ibm.com>
6497W: http://www.ibm.com/linux/ltc/projects/ppc
6498S: Supported
6499F: arch/powerpc/boot/rs6000.h
6500
6501LINUX FOR POWERPC (32-BIT AND 64-BIT)
6502M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6503M: Paul Mackerras <paulus@samba.org>
6504M: Michael Ellerman <mpe@ellerman.id.au>
6505W: http://www.penguinppc.org/
6506L: linuxppc-dev@lists.ozlabs.org
6507Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6508T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6509S: Supported
6510F: Documentation/powerpc/
6511F: arch/powerpc/
6512
6513LINUX FOR POWER MACINTOSH
6514M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6515W: http://www.penguinppc.org/
6516L: linuxppc-dev@lists.ozlabs.org
6517S: Maintained
6518F: arch/powerpc/platforms/powermac/
6519F: drivers/macintosh/
6520
6521LINUX FOR POWERPC EMBEDDED MPC5XXX
6522M: Anatolij Gustschin <agust@denx.de>
6523L: linuxppc-dev@lists.ozlabs.org
6524T: git git://git.denx.de/linux-denx-agust.git
6525S: Maintained
6526F: arch/powerpc/platforms/512x/
6527F: arch/powerpc/platforms/52xx/
6528
6529LINUX FOR POWERPC EMBEDDED PPC4XX
6530M: Alistair Popple <alistair@popple.id.au>
6531M: Matt Porter <mporter@kernel.crashing.org>
6532W: http://www.penguinppc.org/
6533L: linuxppc-dev@lists.ozlabs.org
6534S: Maintained
6535F: arch/powerpc/platforms/40x/
6536F: arch/powerpc/platforms/44x/
6537
6538LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6539L: linuxppc-dev@lists.ozlabs.org
6540S: Orphan
6541F: arch/powerpc/*/*virtex*
6542F: arch/powerpc/*/*/*virtex*
6543
6544LINUX FOR POWERPC EMBEDDED PPC8XX
6545M: Vitaly Bordug <vitb@kernel.crashing.org>
6546W: http://www.penguinppc.org/
6547L: linuxppc-dev@lists.ozlabs.org
6548S: Maintained
6549F: arch/powerpc/platforms/8xx/
6550
6551LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6552M: Scott Wood <oss@buserror.net>
6553M: Kumar Gala <galak@kernel.crashing.org>
6554W: http://www.penguinppc.org/
6555L: linuxppc-dev@lists.ozlabs.org
6556T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6557S: Maintained
6558F: arch/powerpc/platforms/83xx/
6559F: arch/powerpc/platforms/85xx/
6560
6561LINUX FOR POWERPC PA SEMI PWRFICIENT
6562M: Olof Johansson <olof@lixom.net>
6563L: linuxppc-dev@lists.ozlabs.org
6564S: Maintained
6565F: arch/powerpc/platforms/pasemi/
6566F: drivers/*/*pasemi*
6567F: drivers/*/*/*pasemi*
6568
6569LINUX SECURITY MODULE (LSM) FRAMEWORK
6570M: Chris Wright <chrisw@sous-sol.org>
6571L: linux-security-module@vger.kernel.org
6572S: Supported
6573
6574LIS3LV02D ACCELEROMETER DRIVER
6575M: Eric Piel <eric.piel@tremplin-utc.net>
6576S: Maintained
6577F: Documentation/misc-devices/lis3lv02d
6578F: drivers/misc/lis3lv02d/
6579F: drivers/platform/x86/hp_accel.c
6580
6581LIVE PATCHING
6582M: Josh Poimboeuf <jpoimboe@redhat.com>
6583M: Seth Jennings <sjenning@redhat.com>
6584M: Jiri Kosina <jikos@kernel.org>
6585M: Vojtech Pavlik <vojtech@suse.com>
6586S: Maintained
6587F: kernel/livepatch/
6588F: include/linux/livepatch.h
6589F: arch/x86/include/asm/livepatch.h
6590F: arch/x86/kernel/livepatch.c
6591F: Documentation/ABI/testing/sysfs-kernel-livepatch
6592F: samples/livepatch/
6593L: live-patching@vger.kernel.org
6594T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6595
6596LLC (802.2)
6597M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6598S: Maintained
6599F: include/linux/llc.h
6600F: include/uapi/linux/llc.h
6601F: include/net/llc*
6602F: net/llc/
6603
6604LM73 HARDWARE MONITOR DRIVER
6605M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6606L: lm-sensors@lm-sensors.org
6607S: Maintained
6608F: drivers/hwmon/lm73.c
6609
6610LM78 HARDWARE MONITOR DRIVER
6611M: Jean Delvare <jdelvare@suse.com>
6612L: lm-sensors@lm-sensors.org
6613S: Maintained
6614F: Documentation/hwmon/lm78
6615F: drivers/hwmon/lm78.c
6616
6617LM83 HARDWARE MONITOR DRIVER
6618M: Jean Delvare <jdelvare@suse.com>
6619L: lm-sensors@lm-sensors.org
6620S: Maintained
6621F: Documentation/hwmon/lm83
6622F: drivers/hwmon/lm83.c
6623
6624LM90 HARDWARE MONITOR DRIVER
6625M: Jean Delvare <jdelvare@suse.com>
6626L: lm-sensors@lm-sensors.org
6627S: Maintained
6628F: Documentation/hwmon/lm90
6629F: Documentation/devicetree/bindings/hwmon/lm90.txt
6630F: drivers/hwmon/lm90.c
6631
6632LM95234 HARDWARE MONITOR DRIVER
6633M: Guenter Roeck <linux@roeck-us.net>
6634L: lm-sensors@lm-sensors.org
6635S: Maintained
6636F: Documentation/hwmon/lm95234
6637F: drivers/hwmon/lm95234.c
6638
6639LME2510 MEDIA DRIVER
6640M: Malcolm Priestley <tvboxspy@gmail.com>
6641L: linux-media@vger.kernel.org
6642W: https://linuxtv.org
6643Q: http://patchwork.linuxtv.org/project/linux-media/list/
6644S: Maintained
6645F: drivers/media/usb/dvb-usb-v2/lmedm04*
6646
6647LOCKDEP AND LOCKSTAT
6648M: Peter Zijlstra <peterz@infradead.org>
6649M: Ingo Molnar <mingo@redhat.com>
6650L: linux-kernel@vger.kernel.org
6651T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6652S: Maintained
6653F: Documentation/locking/lockdep*.txt
6654F: Documentation/locking/lockstat.txt
6655F: include/linux/lockdep.h
6656F: kernel/locking/
6657
6658LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6659M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
6660L: linux-ntfs-dev@lists.sourceforge.net
6661W: http://www.linux-ntfs.org/content/view/19/37/
6662S: Maintained
6663F: Documentation/ldm.txt
6664F: block/partitions/ldm.*
6665
6666LogFS
6667M: Joern Engel <joern@logfs.org>
6668M: Prasad Joshi <prasadjoshi.linux@gmail.com>
6669L: logfs@logfs.org
6670W: logfs.org
6671S: Maintained
6672F: fs/logfs/
6673
6674LPC32XX MACHINE SUPPORT
6675M: Roland Stigge <stigge@antcom.de>
6676L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6677S: Maintained
6678F: arch/arm/mach-lpc32xx/
6679
6680LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6681M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6682M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6683M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6684M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6685L: MPT-FusionLinux.pdl@avagotech.com
6686L: linux-scsi@vger.kernel.org
6687W: http://www.lsilogic.com/support
6688S: Supported
6689F: drivers/message/fusion/
6690F: drivers/scsi/mpt2sas/
6691F: drivers/scsi/mpt3sas/
6692
6693LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6694M: Matthew Wilcox <matthew@wil.cx>
6695L: linux-scsi@vger.kernel.org
6696S: Maintained
6697F: drivers/scsi/sym53c8xx_2/
6698
6699LTC4261 HARDWARE MONITOR DRIVER
6700M: Guenter Roeck <linux@roeck-us.net>
6701L: lm-sensors@lm-sensors.org
6702S: Maintained
6703F: Documentation/hwmon/ltc4261
6704F: drivers/hwmon/ltc4261.c
6705
6706LTP (Linux Test Project)
6707M: Mike Frysinger <vapier@gentoo.org>
6708M: Cyril Hrubis <chrubis@suse.cz>
6709M: Wanlong Gao <wanlong.gao@gmail.com>
6710M: Jan Stancek <jstancek@redhat.com>
6711M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6712M: Alexey Kodanev <alexey.kodanev@oracle.com>
6713L: ltp@lists.linux.it (subscribers-only)
6714W: http://linux-test-project.github.io/
6715T: git git://github.com/linux-test-project/ltp.git
6716S: Maintained
6717
6718M32R ARCHITECTURE
6719W: http://www.linux-m32r.org/
6720S: Orphan
6721F: arch/m32r/
6722
6723M68K ARCHITECTURE
6724M: Geert Uytterhoeven <geert@linux-m68k.org>
6725L: linux-m68k@lists.linux-m68k.org
6726W: http://www.linux-m68k.org/
6727T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6728S: Maintained
6729F: arch/m68k/
6730F: drivers/zorro/
6731
6732M68K ON APPLE MACINTOSH
6733M: Joshua Thompson <funaho@jurai.org>
6734W: http://www.mac.linux-m68k.org/
6735L: linux-m68k@lists.linux-m68k.org
6736S: Maintained
6737F: arch/m68k/mac/
6738
6739M68K ON HP9000/300
6740M: Philip Blundell <philb@gnu.org>
6741W: http://www.tazenda.demon.co.uk/phil/linux-hp
6742S: Maintained
6743F: arch/m68k/hp300/
6744
6745M88DS3103 MEDIA DRIVER
6746M: Antti Palosaari <crope@iki.fi>
6747L: linux-media@vger.kernel.org
6748W: https://linuxtv.org
6749W: http://palosaari.fi/linux/
6750Q: http://patchwork.linuxtv.org/project/linux-media/list/
6751T: git git://linuxtv.org/anttip/media_tree.git
6752S: Maintained
6753F: drivers/media/dvb-frontends/m88ds3103*
6754
6755M88RS2000 MEDIA DRIVER
6756M: Malcolm Priestley <tvboxspy@gmail.com>
6757L: linux-media@vger.kernel.org
6758W: https://linuxtv.org
6759Q: http://patchwork.linuxtv.org/project/linux-media/list/
6760S: Maintained
6761F: drivers/media/dvb-frontends/m88rs2000*
6762
6763MA901 MASTERKIT USB FM RADIO DRIVER
6764M: Alexey Klimov <klimov.linux@gmail.com>
6765L: linux-media@vger.kernel.org
6766T: git git://linuxtv.org/media_tree.git
6767S: Maintained
6768F: drivers/media/radio/radio-ma901.c
6769
6770MAC80211
6771M: Johannes Berg <johannes@sipsolutions.net>
6772L: linux-wireless@vger.kernel.org
6773W: http://wireless.kernel.org/
6774T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6775T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6776S: Maintained
6777F: Documentation/networking/mac80211-injection.txt
6778F: include/net/mac80211.h
6779F: net/mac80211/
6780
6781MACVLAN DRIVER
6782M: Patrick McHardy <kaber@trash.net>
6783L: netdev@vger.kernel.org
6784S: Maintained
6785F: drivers/net/macvlan.c
6786F: include/linux/if_macvlan.h
6787
6788MAILBOX API
6789M: Jassi Brar <jassisinghbrar@gmail.com>
6790L: linux-kernel@vger.kernel.org
6791S: Maintained
6792F: drivers/mailbox/
6793F: include/linux/mailbox_client.h
6794F: include/linux/mailbox_controller.h
6795
6796MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6797M: Michael Kerrisk <mtk.manpages@gmail.com>
6798W: http://www.kernel.org/doc/man-pages
6799L: linux-man@vger.kernel.org
6800S: Maintained
6801
6802MARVELL ARMADA DRM SUPPORT
6803M: Russell King <rmk+kernel@arm.linux.org.uk>
6804S: Maintained
6805F: drivers/gpu/drm/armada/
6806
6807MARVELL 88E6352 DSA support
6808M: Guenter Roeck <linux@roeck-us.net>
6809S: Maintained
6810F: drivers/net/dsa/mv88e6352.c
6811
6812MARVELL CRYPTO DRIVER
6813M: Boris Brezillon <boris.brezillon@free-electrons.com>
6814M: Arnaud Ebalard <arno@natisbad.org>
6815F: drivers/crypto/marvell/
6816S: Maintained
6817L: linux-crypto@vger.kernel.org
6818
6819MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6820M: Mirko Lindner <mlindner@marvell.com>
6821M: Stephen Hemminger <stephen@networkplumber.org>
6822L: netdev@vger.kernel.org
6823S: Maintained
6824F: drivers/net/ethernet/marvell/sk*
6825
6826MARVELL LIBERTAS WIRELESS DRIVER
6827L: libertas-dev@lists.infradead.org
6828S: Orphan
6829F: drivers/net/wireless/marvell/libertas/
6830
6831MARVELL MV643XX ETHERNET DRIVER
6832M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6833L: netdev@vger.kernel.org
6834S: Maintained
6835F: drivers/net/ethernet/marvell/mv643xx_eth.*
6836F: include/linux/mv643xx.h
6837
6838MARVELL MVNETA ETHERNET DRIVER
6839M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6840L: netdev@vger.kernel.org
6841S: Maintained
6842F: drivers/net/ethernet/marvell/mvneta.*
6843
6844MARVELL MWIFIEX WIRELESS DRIVER
6845M: Amitkumar Karwar <akarwar@marvell.com>
6846M: Nishant Sarmukadam <nishants@marvell.com>
6847L: linux-wireless@vger.kernel.org
6848S: Maintained
6849F: drivers/net/wireless/marvell/mwifiex/
6850
6851MARVELL MWL8K WIRELESS DRIVER
6852M: Lennert Buytenhek <buytenh@wantstofly.org>
6853L: linux-wireless@vger.kernel.org
6854S: Odd Fixes
6855F: drivers/net/wireless/marvell/mwl8k.c
6856
6857MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6858M: Nicolas Pitre <nico@fluxnic.net>
6859S: Odd Fixes
6860F: drivers/mmc/host/mvsdio.*
6861
6862MATROX FRAMEBUFFER DRIVER
6863L: linux-fbdev@vger.kernel.org
6864S: Orphan
6865F: drivers/video/fbdev/matrox/matroxfb_*
6866F: include/uapi/linux/matroxfb.h
6867
6868MAX16065 HARDWARE MONITOR DRIVER
6869M: Guenter Roeck <linux@roeck-us.net>
6870L: lm-sensors@lm-sensors.org
6871S: Maintained
6872F: Documentation/hwmon/max16065
6873F: drivers/hwmon/max16065.c
6874
6875MAX20751 HARDWARE MONITOR DRIVER
6876M: Guenter Roeck <linux@roeck-us.net>
6877L: lm-sensors@lm-sensors.org
6878S: Maintained
6879F: Documentation/hwmon/max20751
6880F: drivers/hwmon/max20751.c
6881
6882MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6883M: "Hans J. Koch" <hjk@hansjkoch.de>
6884L: lm-sensors@lm-sensors.org
6885S: Maintained
6886F: Documentation/hwmon/max6650
6887F: drivers/hwmon/max6650.c
6888
6889MAX6697 HARDWARE MONITOR DRIVER
6890M: Guenter Roeck <linux@roeck-us.net>
6891L: lm-sensors@lm-sensors.org
6892S: Maintained
6893F: Documentation/hwmon/max6697
6894F: Documentation/devicetree/bindings/i2c/max6697.txt
6895F: drivers/hwmon/max6697.c
6896F: include/linux/platform_data/max6697.h
6897
6898MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6899M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6900L: linux-pm@vger.kernel.org
6901S: Supported
6902F: drivers/power/max14577_charger.c
6903F: drivers/power/max77693_charger.c
6904
6905MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6906M: Javier Martinez Canillas <javier@osg.samsung.com>
6907L: linux-kernel@vger.kernel.org
6908S: Supported
6909F: drivers/*/*max77802.c
6910F: Documentation/devicetree/bindings/*/*max77802.txt
6911F: include/dt-bindings/*/*max77802.h
6912
6913MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6914M: Chanwoo Choi <cw00.choi@samsung.com>
6915M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6916L: linux-kernel@vger.kernel.org
6917S: Supported
6918F: drivers/*/max14577.c
6919F: drivers/*/max77686.c
6920F: drivers/*/max77693.c
6921F: drivers/extcon/extcon-max14577.c
6922F: drivers/extcon/extcon-max77693.c
6923F: drivers/rtc/rtc-max77686.c
6924F: drivers/clk/clk-max77686.c
6925F: Documentation/devicetree/bindings/mfd/max14577.txt
6926F: Documentation/devicetree/bindings/*/max77686.txt
6927F: Documentation/devicetree/bindings/mfd/max77693.txt
6928F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6929F: include/linux/mfd/max14577*.h
6930F: include/linux/mfd/max77686*.h
6931F: include/linux/mfd/max77693*.h
6932
6933MAXIRADIO FM RADIO RECEIVER DRIVER
6934M: Hans Verkuil <hverkuil@xs4all.nl>
6935L: linux-media@vger.kernel.org
6936T: git git://linuxtv.org/media_tree.git
6937W: https://linuxtv.org
6938S: Maintained
6939F: drivers/media/radio/radio-maxiradio*
6940
6941MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6942M: Peter Rosin <peda@axentia.se>
6943L: linux-iio@vger.kernel.org
6944S: Maintained
6945F: drivers/iio/potentiometer/mcp4531.c
6946
6947MEDIA DRIVERS FOR RENESAS - VSP1
6948M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6949L: linux-media@vger.kernel.org
6950L: linux-renesas-soc@vger.kernel.org
6951T: git git://linuxtv.org/media_tree.git
6952S: Supported
6953F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
6954F: drivers/media/platform/vsp1/
6955
6956MEDIA DRIVERS FOR ASCOT2E
6957M: Sergey Kozlov <serjk@netup.ru>
6958L: linux-media@vger.kernel.org
6959W: https://linuxtv.org
6960W: http://netup.tv/
6961T: git git://linuxtv.org/media_tree.git
6962S: Supported
6963F: drivers/media/dvb-frontends/ascot2e*
6964
6965MEDIA DRIVERS FOR CXD2841ER
6966M: Sergey Kozlov <serjk@netup.ru>
6967L: linux-media@vger.kernel.org
6968W: https://linuxtv.org
6969W: http://netup.tv/
6970T: git git://linuxtv.org/media_tree.git
6971S: Supported
6972F: drivers/media/dvb-frontends/cxd2841er*
6973
6974MEDIA DRIVERS FOR HORUS3A
6975M: Sergey Kozlov <serjk@netup.ru>
6976L: linux-media@vger.kernel.org
6977W: https://linuxtv.org
6978W: http://netup.tv/
6979T: git git://linuxtv.org/media_tree.git
6980S: Supported
6981F: drivers/media/dvb-frontends/horus3a*
6982
6983MEDIA DRIVERS FOR LNBH25
6984M: Sergey Kozlov <serjk@netup.ru>
6985L: linux-media@vger.kernel.org
6986W: https://linuxtv.org
6987W: http://netup.tv/
6988T: git git://linuxtv.org/media_tree.git
6989S: Supported
6990F: drivers/media/dvb-frontends/lnbh25*
6991
6992MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6993M: Sergey Kozlov <serjk@netup.ru>
6994L: linux-media@vger.kernel.org
6995W: https://linuxtv.org
6996W: http://netup.tv/
6997T: git git://linuxtv.org/media_tree.git
6998S: Supported
6999F: drivers/media/pci/netup_unidvb/*
7000
7001MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7002M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7003P: LinuxTV.org Project
7004L: linux-media@vger.kernel.org
7005W: https://linuxtv.org
7006Q: http://patchwork.kernel.org/project/linux-media/list/
7007T: git git://linuxtv.org/media_tree.git
7008S: Maintained
7009F: Documentation/dvb/
7010F: Documentation/video4linux/
7011F: Documentation/DocBook/media/
7012F: drivers/media/
7013F: drivers/staging/media/
7014F: include/linux/platform_data/media/
7015F: include/media/
7016F: include/uapi/linux/dvb/
7017F: include/uapi/linux/videodev2.h
7018F: include/uapi/linux/media.h
7019F: include/uapi/linux/v4l2-*
7020F: include/uapi/linux/meye.h
7021F: include/uapi/linux/ivtv*
7022F: include/uapi/linux/uvcvideo.h
7023
7024MEDIATEK MT7601U WIRELESS LAN DRIVER
7025M: Jakub Kicinski <kubakici@wp.pl>
7026L: linux-wireless@vger.kernel.org
7027S: Maintained
7028F: drivers/net/wireless/mediatek/mt7601u/
7029
7030MEGARAID SCSI/SAS DRIVERS
7031M: Kashyap Desai <kashyap.desai@avagotech.com>
7032M: Sumit Saxena <sumit.saxena@avagotech.com>
7033M: Uday Lingala <uday.lingala@avagotech.com>
7034L: megaraidlinux.pdl@avagotech.com
7035L: linux-scsi@vger.kernel.org
7036W: http://www.lsi.com
7037S: Maintained
7038F: Documentation/scsi/megaraid.txt
7039F: drivers/scsi/megaraid.*
7040F: drivers/scsi/megaraid/
7041
7042MELLANOX ETHERNET DRIVER (mlx4_en)
7043M: Eugenia Emantayev <eugenia@mellanox.com>
7044L: netdev@vger.kernel.org
7045S: Supported
7046W: http://www.mellanox.com
7047Q: http://patchwork.ozlabs.org/project/netdev/list/
7048F: drivers/net/ethernet/mellanox/mlx4/en_*
7049
7050MELLANOX ETHERNET DRIVER (mlx5e)
7051M: Saeed Mahameed <saeedm@mellanox.com>
7052L: netdev@vger.kernel.org
7053S: Supported
7054W: http://www.mellanox.com
7055Q: http://patchwork.ozlabs.org/project/netdev/list/
7056F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7057
7058MELLANOX ETHERNET SWITCH DRIVERS
7059M: Jiri Pirko <jiri@mellanox.com>
7060M: Ido Schimmel <idosch@mellanox.com>
7061L: netdev@vger.kernel.org
7062S: Supported
7063W: http://www.mellanox.com
7064Q: http://patchwork.ozlabs.org/project/netdev/list/
7065F: drivers/net/ethernet/mellanox/mlxsw/
7066
7067MEMBARRIER SUPPORT
7068M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7069M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7070L: linux-kernel@vger.kernel.org
7071S: Supported
7072F: kernel/membarrier.c
7073F: include/uapi/linux/membarrier.h
7074
7075MEMORY MANAGEMENT
7076L: linux-mm@kvack.org
7077W: http://www.linux-mm.org
7078S: Maintained
7079F: include/linux/mm.h
7080F: include/linux/gfp.h
7081F: include/linux/mmzone.h
7082F: include/linux/memory_hotplug.h
7083F: include/linux/vmalloc.h
7084F: mm/
7085
7086MEMORY TECHNOLOGY DEVICES (MTD)
7087M: David Woodhouse <dwmw2@infradead.org>
7088M: Brian Norris <computersforpeace@gmail.com>
7089L: linux-mtd@lists.infradead.org
7090W: http://www.linux-mtd.infradead.org/
7091Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7092T: git git://git.infradead.org/linux-mtd.git
7093T: git git://git.infradead.org/l2-mtd.git
7094S: Maintained
7095F: drivers/mtd/
7096F: include/linux/mtd/
7097F: include/uapi/mtd/
7098
7099MEN A21 WATCHDOG DRIVER
7100M: Johannes Thumshirn <morbidrsa@gmail.com>
7101L: linux-watchdog@vger.kernel.org
7102S: Maintained
7103F: drivers/watchdog/mena21_wdt.c
7104
7105MEN CHAMELEON BUS (mcb)
7106M: Johannes Thumshirn <morbidrsa@gmail.com>
7107S: Maintained
7108F: drivers/mcb/
7109F: include/linux/mcb.h
7110F: Documentation/men-chameleon-bus.txt
7111
7112MEN F21BMC (Board Management Controller)
7113M: Andreas Werner <andreas.werner@men.de>
7114S: Supported
7115F: drivers/mfd/menf21bmc.c
7116F: drivers/watchdog/menf21bmc_wdt.c
7117F: drivers/leds/leds-menf21bmc.c
7118F: drivers/hwmon/menf21bmc_hwmon.c
7119F: Documentation/hwmon/menf21bmc
7120
7121METAG ARCHITECTURE
7122M: James Hogan <james.hogan@imgtec.com>
7123L: linux-metag@vger.kernel.org
7124T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7125S: Odd Fixes
7126F: arch/metag/
7127F: Documentation/metag/
7128F: Documentation/devicetree/bindings/metag/
7129F: Documentation/devicetree/bindings/interrupt-controller/img,*
7130F: drivers/clocksource/metag_generic.c
7131F: drivers/irqchip/irq-metag.c
7132F: drivers/irqchip/irq-metag-ext.c
7133F: drivers/tty/metag_da.c
7134
7135MICROBLAZE ARCHITECTURE
7136M: Michal Simek <monstr@monstr.eu>
7137W: http://www.monstr.eu/fdt/
7138T: git git://git.monstr.eu/linux-2.6-microblaze.git
7139S: Supported
7140F: arch/microblaze/
7141
7142MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7143M: Chen Yu <yu.c.chen@intel.com>
7144L: platform-driver-x86@vger.kernel.org
7145S: Supported
7146F: drivers/platform/x86/surfacepro3_button.c
7147
7148MICROTEK X6 SCANNER
7149M: Oliver Neukum <oliver@neukum.org>
7150S: Maintained
7151F: drivers/usb/image/microtek.*
7152
7153MIPS
7154M: Ralf Baechle <ralf@linux-mips.org>
7155L: linux-mips@linux-mips.org
7156W: http://www.linux-mips.org/
7157T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7158Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7159S: Supported
7160F: Documentation/mips/
7161F: arch/mips/
7162
7163MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7164M: Hans Verkuil <hverkuil@xs4all.nl>
7165L: linux-media@vger.kernel.org
7166T: git git://linuxtv.org/media_tree.git
7167W: https://linuxtv.org
7168S: Odd Fixes
7169F: drivers/media/radio/radio-miropcm20*
7170
7171MELLANOX MLX4 core VPI driver
7172M: Yishai Hadas <yishaih@mellanox.com>
7173L: netdev@vger.kernel.org
7174L: linux-rdma@vger.kernel.org
7175W: http://www.mellanox.com
7176Q: http://patchwork.ozlabs.org/project/netdev/list/
7177S: Supported
7178F: drivers/net/ethernet/mellanox/mlx4/
7179F: include/linux/mlx4/
7180
7181MELLANOX MLX4 IB driver
7182M: Yishai Hadas <yishaih@mellanox.com>
7183L: linux-rdma@vger.kernel.org
7184W: http://www.mellanox.com
7185Q: http://patchwork.kernel.org/project/linux-rdma/list/
7186S: Supported
7187F: drivers/infiniband/hw/mlx4/
7188F: include/linux/mlx4/
7189
7190MELLANOX MLX5 core VPI driver
7191M: Matan Barak <matanb@mellanox.com>
7192M: Leon Romanovsky <leonro@mellanox.com>
7193L: netdev@vger.kernel.org
7194L: linux-rdma@vger.kernel.org
7195W: http://www.mellanox.com
7196Q: http://patchwork.ozlabs.org/project/netdev/list/
7197S: Supported
7198F: drivers/net/ethernet/mellanox/mlx5/core/
7199F: include/linux/mlx5/
7200
7201MELLANOX MLX5 IB driver
7202M: Matan Barak <matanb@mellanox.com>
7203M: Leon Romanovsky <leonro@mellanox.com>
7204L: linux-rdma@vger.kernel.org
7205W: http://www.mellanox.com
7206Q: http://patchwork.kernel.org/project/linux-rdma/list/
7207S: Supported
7208F: drivers/infiniband/hw/mlx5/
7209F: include/linux/mlx5/
7210
7211MELEXIS MLX90614 DRIVER
7212M: Crt Mori <cmo@melexis.com>
7213L: linux-iio@vger.kernel.org
7214W: http://www.melexis.com
7215S: Supported
7216F: drivers/iio/temperature/mlx90614.c
7217
7218MN88472 MEDIA DRIVER
7219M: Antti Palosaari <crope@iki.fi>
7220L: linux-media@vger.kernel.org
7221W: https://linuxtv.org
7222W: http://palosaari.fi/linux/
7223Q: http://patchwork.linuxtv.org/project/linux-media/list/
7224T: git git://linuxtv.org/anttip/media_tree.git
7225S: Maintained
7226F: drivers/staging/media/mn88472/
7227F: drivers/media/dvb-frontends/mn88472.h
7228
7229MN88473 MEDIA DRIVER
7230M: Antti Palosaari <crope@iki.fi>
7231L: linux-media@vger.kernel.org
7232W: https://linuxtv.org
7233W: http://palosaari.fi/linux/
7234Q: http://patchwork.linuxtv.org/project/linux-media/list/
7235T: git git://linuxtv.org/anttip/media_tree.git
7236S: Maintained
7237F: drivers/staging/media/mn88473/
7238F: drivers/media/dvb-frontends/mn88473.h
7239
7240MODULE SUPPORT
7241M: Rusty Russell <rusty@rustcorp.com.au>
7242S: Maintained
7243F: include/linux/module.h
7244F: kernel/module.c
7245
7246MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7247W: http://popies.net/meye/
7248S: Orphan
7249F: Documentation/video4linux/meye.txt
7250F: drivers/media/pci/meye/
7251F: include/uapi/linux/meye.h
7252
7253MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7254M: Jiri Slaby <jirislaby@gmail.com>
7255S: Maintained
7256F: Documentation/serial/moxa-smartio
7257F: drivers/tty/mxser.*
7258
7259MR800 AVERMEDIA USB FM RADIO DRIVER
7260M: Alexey Klimov <klimov.linux@gmail.com>
7261L: linux-media@vger.kernel.org
7262T: git git://linuxtv.org/media_tree.git
7263S: Maintained
7264F: drivers/media/radio/radio-mr800.c
7265
7266MRF24J40 IEEE 802.15.4 RADIO DRIVER
7267M: Alan Ott <alan@signal11.us>
7268L: linux-wpan@vger.kernel.org
7269S: Maintained
7270F: drivers/net/ieee802154/mrf24j40.c
7271F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7272
7273MSI LAPTOP SUPPORT
7274M: "Lee, Chun-Yi" <jlee@suse.com>
7275L: platform-driver-x86@vger.kernel.org
7276S: Maintained
7277F: drivers/platform/x86/msi-laptop.c
7278
7279MSI WMI SUPPORT
7280L: platform-driver-x86@vger.kernel.org
7281S: Orphan
7282F: drivers/platform/x86/msi-wmi.c
7283
7284MSI001 MEDIA DRIVER
7285M: Antti Palosaari <crope@iki.fi>
7286L: linux-media@vger.kernel.org
7287W: https://linuxtv.org
7288W: http://palosaari.fi/linux/
7289Q: http://patchwork.linuxtv.org/project/linux-media/list/
7290T: git git://linuxtv.org/anttip/media_tree.git
7291S: Maintained
7292F: drivers/media/tuners/msi001*
7293
7294MSI2500 MEDIA DRIVER
7295M: Antti Palosaari <crope@iki.fi>
7296L: linux-media@vger.kernel.org
7297W: https://linuxtv.org
7298W: http://palosaari.fi/linux/
7299Q: http://patchwork.linuxtv.org/project/linux-media/list/
7300T: git git://linuxtv.org/anttip/media_tree.git
7301S: Maintained
7302F: drivers/media/usb/msi2500/
7303
7304MSYSTEMS DISKONCHIP G3 MTD DRIVER
7305M: Robert Jarzmik <robert.jarzmik@free.fr>
7306L: linux-mtd@lists.infradead.org
7307S: Maintained
7308F: drivers/mtd/devices/docg3*
7309
7310MT9M032 APTINA SENSOR DRIVER
7311M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7312L: linux-media@vger.kernel.org
7313T: git git://linuxtv.org/media_tree.git
7314S: Maintained
7315F: drivers/media/i2c/mt9m032.c
7316F: include/media/i2c/mt9m032.h
7317
7318MT9P031 APTINA CAMERA SENSOR
7319M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7320L: linux-media@vger.kernel.org
7321T: git git://linuxtv.org/media_tree.git
7322S: Maintained
7323F: drivers/media/i2c/mt9p031.c
7324F: include/media/i2c/mt9p031.h
7325
7326MT9T001 APTINA CAMERA SENSOR
7327M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7328L: linux-media@vger.kernel.org
7329T: git git://linuxtv.org/media_tree.git
7330S: Maintained
7331F: drivers/media/i2c/mt9t001.c
7332F: include/media/i2c/mt9t001.h
7333
7334MT9V032 APTINA CAMERA SENSOR
7335M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7336L: linux-media@vger.kernel.org
7337T: git git://linuxtv.org/media_tree.git
7338S: Maintained
7339F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7340F: drivers/media/i2c/mt9v032.c
7341F: include/media/i2c/mt9v032.h
7342
7343MULTIFUNCTION DEVICES (MFD)
7344M: Lee Jones <lee.jones@linaro.org>
7345T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7346S: Supported
7347F: drivers/mfd/
7348F: include/linux/mfd/
7349
7350MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7351M: Ulf Hansson <ulf.hansson@linaro.org>
7352L: linux-mmc@vger.kernel.org
7353T: git git://git.linaro.org/people/ulf.hansson/mmc.git
7354S: Maintained
7355F: drivers/mmc/
7356F: include/linux/mmc/
7357F: include/uapi/linux/mmc/
7358
7359MULTIMEDIA CARD (MMC) ETC. OVER SPI
7360S: Orphan
7361F: drivers/mmc/host/mmc_spi.c
7362F: include/linux/spi/mmc_spi.h
7363
7364MULTISOUND SOUND DRIVER
7365M: Andrew Veliath <andrewtv@usa.net>
7366S: Maintained
7367F: Documentation/sound/oss/MultiSound
7368F: sound/oss/msnd*
7369
7370MULTITECH MULTIPORT CARD (ISICOM)
7371S: Orphan
7372F: drivers/tty/isicom.c
7373F: include/linux/isicom.h
7374
7375MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7376M: Felipe Balbi <balbi@ti.com>
7377L: linux-usb@vger.kernel.org
7378T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7379S: Maintained
7380F: drivers/usb/musb/
7381
7382MXL5007T MEDIA DRIVER
7383M: Michael Krufky <mkrufky@linuxtv.org>
7384L: linux-media@vger.kernel.org
7385W: https://linuxtv.org
7386W: http://github.com/mkrufky
7387Q: http://patchwork.linuxtv.org/project/linux-media/list/
7388T: git git://linuxtv.org/mkrufky/tuners.git
7389S: Maintained
7390F: drivers/media/tuners/mxl5007t.*
7391
7392MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7393M: Hyong-Youb Kim <hykim@myri.com>
7394L: netdev@vger.kernel.org
7395W: https://www.myricom.com/support/downloads/myri10ge.html
7396S: Supported
7397F: drivers/net/ethernet/myricom/myri10ge/
7398
7399NATSEMI ETHERNET DRIVER (DP8381x)
7400S: Orphan
7401F: drivers/net/ethernet/natsemi/natsemi.c
7402
7403NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7404M: Daniel Mack <zonque@gmail.com>
7405S: Maintained
7406L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7407W: http://www.native-instruments.com
7408F: sound/usb/caiaq/
7409
7410NCP FILESYSTEM
7411M: Petr Vandrovec <petr@vandrovec.name>
7412S: Odd Fixes
7413F: fs/ncpfs/
7414
7415NCR 5380 SCSI DRIVERS
7416M: Finn Thain <fthain@telegraphics.com.au>
7417M: Michael Schmitz <schmitzmic@gmail.com>
7418L: linux-scsi@vger.kernel.org
7419S: Maintained
7420F: Documentation/scsi/g_NCR5380.txt
7421F: drivers/scsi/NCR5380.*
7422F: drivers/scsi/arm/cumana_1.c
7423F: drivers/scsi/arm/oak.c
7424F: drivers/scsi/atari_NCR5380.c
7425F: drivers/scsi/atari_scsi.*
7426F: drivers/scsi/dmx3191d.c
7427F: drivers/scsi/dtc.*
7428F: drivers/scsi/g_NCR5380.*
7429F: drivers/scsi/g_NCR5380_mmio.c
7430F: drivers/scsi/mac_scsi.*
7431F: drivers/scsi/pas16.*
7432F: drivers/scsi/sun3_scsi.*
7433F: drivers/scsi/sun3_scsi_vme.c
7434F: drivers/scsi/t128.*
7435
7436NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7437M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7438L: linux-scsi@vger.kernel.org
7439S: Maintained
7440F: drivers/scsi/NCR_D700.*
7441
7442NCT6775 HARDWARE MONITOR DRIVER
7443M: Guenter Roeck <linux@roeck-us.net>
7444L: lm-sensors@lm-sensors.org
7445S: Maintained
7446F: Documentation/hwmon/nct6775
7447F: drivers/hwmon/nct6775.c
7448
7449NETEFFECT IWARP RNIC DRIVER (IW_NES)
7450M: Faisal Latif <faisal.latif@intel.com>
7451L: linux-rdma@vger.kernel.org
7452W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7453S: Supported
7454F: drivers/infiniband/hw/nes/
7455
7456NETEM NETWORK EMULATOR
7457M: Stephen Hemminger <stephen@networkplumber.org>
7458L: netem@lists.linux-foundation.org
7459S: Maintained
7460F: net/sched/sch_netem.c
7461
7462NETERION 10GbE DRIVERS (s2io/vxge)
7463M: Jon Mason <jdmason@kudzu.us>
7464L: netdev@vger.kernel.org
7465S: Supported
7466F: Documentation/networking/s2io.txt
7467F: Documentation/networking/vxge.txt
7468F: drivers/net/ethernet/neterion/
7469
7470NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7471M: Pablo Neira Ayuso <pablo@netfilter.org>
7472M: Patrick McHardy <kaber@trash.net>
7473M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7474L: netfilter-devel@vger.kernel.org
7475L: coreteam@netfilter.org
7476W: http://www.netfilter.org/
7477W: http://www.iptables.org/
7478Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7479T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7480T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7481S: Supported
7482F: include/linux/netfilter*
7483F: include/linux/netfilter/
7484F: include/net/netfilter/
7485F: include/uapi/linux/netfilter*
7486F: include/uapi/linux/netfilter/
7487F: net/*/netfilter.c
7488F: net/*/netfilter/
7489F: net/netfilter/
7490F: net/bridge/br_netfilter*.c
7491
7492NETLABEL
7493M: Paul Moore <paul@paul-moore.com>
7494W: http://netlabel.sf.net
7495L: netdev@vger.kernel.org
7496S: Maintained
7497F: Documentation/netlabel/
7498F: include/net/netlabel.h
7499F: net/netlabel/
7500
7501NETROM NETWORK LAYER
7502M: Ralf Baechle <ralf@linux-mips.org>
7503L: linux-hams@vger.kernel.org
7504W: http://www.linux-ax25.org/
7505S: Maintained
7506F: include/net/netrom.h
7507F: include/uapi/linux/netrom.h
7508F: net/netrom/
7509
7510NETRONOME ETHERNET DRIVERS
7511M: Jakub Kicinski <jakub.kicinski@netronome.com>
7512M: Rolf Neugebauer <rolf.neugebauer@netronome.com>
7513L: oss-drivers@netronome.com
7514S: Maintained
7515F: drivers/net/ethernet/netronome/
7516
7517NETWORK BLOCK DEVICE (NBD)
7518M: Markus Pargmann <mpa@pengutronix.de>
7519S: Maintained
7520L: nbd-general@lists.sourceforge.net
7521T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
7522F: Documentation/blockdev/nbd.txt
7523F: drivers/block/nbd.c
7524F: include/uapi/linux/nbd.h
7525
7526NETWORK DROP MONITOR
7527M: Neil Horman <nhorman@tuxdriver.com>
7528L: netdev@vger.kernel.org
7529S: Maintained
7530W: https://fedorahosted.org/dropwatch/
7531F: net/core/drop_monitor.c
7532
7533NETWORKING [GENERAL]
7534M: "David S. Miller" <davem@davemloft.net>
7535L: netdev@vger.kernel.org
7536W: http://www.linuxfoundation.org/en/Net
7537Q: http://patchwork.ozlabs.org/project/netdev/list/
7538T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7539T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7540S: Maintained
7541F: net/
7542F: include/net/
7543F: include/linux/in.h
7544F: include/linux/net.h
7545F: include/linux/netdevice.h
7546F: include/uapi/linux/in.h
7547F: include/uapi/linux/net.h
7548F: include/uapi/linux/netdevice.h
7549F: include/uapi/linux/net_namespace.h
7550F: tools/net/
7551F: tools/testing/selftests/net/
7552F: lib/random32.c
7553F: lib/test_bpf.c
7554
7555NETWORKING [IPv4/IPv6]
7556M: "David S. Miller" <davem@davemloft.net>
7557M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7558M: James Morris <jmorris@namei.org>
7559M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7560M: Patrick McHardy <kaber@trash.net>
7561L: netdev@vger.kernel.org
7562T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7563S: Maintained
7564F: net/ipv4/
7565F: net/ipv6/
7566F: include/net/ip*
7567F: arch/x86/net/*
7568
7569NETWORKING [IPSEC]
7570M: Steffen Klassert <steffen.klassert@secunet.com>
7571M: Herbert Xu <herbert@gondor.apana.org.au>
7572M: "David S. Miller" <davem@davemloft.net>
7573L: netdev@vger.kernel.org
7574T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7575T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7576S: Maintained
7577F: net/core/flow.c
7578F: net/xfrm/
7579F: net/key/
7580F: net/ipv4/xfrm*
7581F: net/ipv4/esp4.c
7582F: net/ipv4/ah4.c
7583F: net/ipv4/ipcomp.c
7584F: net/ipv4/ip_vti.c
7585F: net/ipv6/xfrm*
7586F: net/ipv6/esp6.c
7587F: net/ipv6/ah6.c
7588F: net/ipv6/ipcomp6.c
7589F: net/ipv6/ip6_vti.c
7590F: include/uapi/linux/xfrm.h
7591F: include/net/xfrm.h
7592
7593NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7594M: Paul Moore <paul@paul-moore.com>
7595L: netdev@vger.kernel.org
7596S: Maintained
7597
7598NETWORKING [WIRELESS]
7599L: linux-wireless@vger.kernel.org
7600Q: http://patchwork.kernel.org/project/linux-wireless/list/
7601
7602NETWORKING DRIVERS
7603L: netdev@vger.kernel.org
7604W: http://www.linuxfoundation.org/en/Net
7605Q: http://patchwork.ozlabs.org/project/netdev/list/
7606T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7607T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7608S: Odd Fixes
7609F: drivers/net/
7610F: include/linux/if_*
7611F: include/linux/netdevice.h
7612F: include/linux/etherdevice.h
7613F: include/linux/fcdevice.h
7614F: include/linux/fddidevice.h
7615F: include/linux/hippidevice.h
7616F: include/linux/inetdevice.h
7617F: include/uapi/linux/if_*
7618F: include/uapi/linux/netdevice.h
7619
7620NETWORKING DRIVERS (WIRELESS)
7621M: Kalle Valo <kvalo@codeaurora.org>
7622L: linux-wireless@vger.kernel.org
7623Q: http://patchwork.kernel.org/project/linux-wireless/list/
7624T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7625T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7626S: Maintained
7627F: drivers/net/wireless/
7628
7629NETXEN (1/10) GbE SUPPORT
7630M: Manish Chopra <manish.chopra@qlogic.com>
7631M: Sony Chacko <sony.chacko@qlogic.com>
7632M: Rajesh Borundia <rajesh.borundia@qlogic.com>
7633L: netdev@vger.kernel.org
7634W: http://www.qlogic.com
7635S: Supported
7636F: drivers/net/ethernet/qlogic/netxen/
7637
7638NFC SUBSYSTEM
7639M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7640M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7641M: Samuel Ortiz <sameo@linux.intel.com>
7642L: linux-wireless@vger.kernel.org
7643L: linux-nfc@lists.01.org (subscribers-only)
7644S: Supported
7645F: net/nfc/
7646F: include/net/nfc/
7647F: include/uapi/linux/nfc.h
7648F: drivers/nfc/
7649F: include/linux/platform_data/microread.h
7650F: include/linux/platform_data/nfcmrvl.h
7651F: include/linux/platform_data/nxp-nci.h
7652F: include/linux/platform_data/pn544.h
7653F: include/linux/platform_data/st21nfca.h
7654F: include/linux/platform_data/st-nci.h
7655F: Documentation/devicetree/bindings/net/nfc/
7656
7657NFS, SUNRPC, AND LOCKD CLIENTS
7658M: Trond Myklebust <trond.myklebust@primarydata.com>
7659M: Anna Schumaker <anna.schumaker@netapp.com>
7660L: linux-nfs@vger.kernel.org
7661W: http://client.linux-nfs.org
7662T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7663S: Maintained
7664F: fs/lockd/
7665F: fs/nfs/
7666F: fs/nfs_common/
7667F: net/sunrpc/
7668F: include/linux/lockd/
7669F: include/linux/nfs*
7670F: include/linux/sunrpc/
7671F: include/uapi/linux/nfs*
7672F: include/uapi/linux/sunrpc/
7673
7674NILFS2 FILESYSTEM
7675M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7676L: linux-nilfs@vger.kernel.org
7677W: http://nilfs.sourceforge.net/
7678T: git git://github.com/konis/nilfs2.git
7679S: Supported
7680F: Documentation/filesystems/nilfs2.txt
7681F: fs/nilfs2/
7682F: include/linux/nilfs2_fs.h
7683F: include/trace/events/nilfs2.h
7684
7685NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7686M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7687W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7688S: Maintained
7689F: Documentation/scsi/NinjaSCSI.txt
7690F: drivers/scsi/pcmcia/nsp_*
7691
7692NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7693M: GOTO Masanori <gotom@debian.or.jp>
7694M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7695W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7696S: Maintained
7697F: Documentation/scsi/NinjaSCSI.txt
7698F: drivers/scsi/nsp32*
7699
7700NIOS2 ARCHITECTURE
7701M: Ley Foon Tan <lftan@altera.com>
7702L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7703T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7704S: Maintained
7705F: arch/nios2/
7706
7707NOKIA N900 POWER SUPPLY DRIVERS
7708M: Pali Rohár <pali.rohar@gmail.com>
7709S: Maintained
7710F: include/linux/power/bq2415x_charger.h
7711F: include/linux/power/bq27xxx_battery.h
7712F: include/linux/power/isp1704_charger.h
7713F: drivers/power/bq2415x_charger.c
7714F: drivers/power/bq27xxx_battery.c
7715F: drivers/power/isp1704_charger.c
7716F: drivers/power/rx51_battery.c
7717
7718NTB DRIVER CORE
7719M: Jon Mason <jdmason@kudzu.us>
7720M: Dave Jiang <dave.jiang@intel.com>
7721M: Allen Hubbe <Allen.Hubbe@emc.com>
7722L: linux-ntb@googlegroups.com
7723S: Supported
7724W: https://github.com/jonmason/ntb/wiki
7725T: git git://github.com/jonmason/ntb.git
7726F: drivers/ntb/
7727F: drivers/net/ntb_netdev.c
7728F: include/linux/ntb.h
7729F: include/linux/ntb_transport.h
7730
7731NTB INTEL DRIVER
7732M: Jon Mason <jdmason@kudzu.us>
7733M: Dave Jiang <dave.jiang@intel.com>
7734L: linux-ntb@googlegroups.com
7735S: Supported
7736W: https://github.com/jonmason/ntb/wiki
7737T: git git://github.com/jonmason/ntb.git
7738F: drivers/ntb/hw/intel/
7739
7740NTB AMD DRIVER
7741M: Xiangliang Yu <Xiangliang.Yu@amd.com>
7742L: linux-ntb@googlegroups.com
7743S: Supported
7744F: drivers/ntb/hw/amd/
7745
7746NTFS FILESYSTEM
7747M: Anton Altaparmakov <anton@tuxera.com>
7748L: linux-ntfs-dev@lists.sourceforge.net
7749W: http://www.tuxera.com/
7750T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7751S: Supported
7752F: Documentation/filesystems/ntfs.txt
7753F: fs/ntfs/
7754
7755NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7756M: Antonino Daplas <adaplas@gmail.com>
7757L: linux-fbdev@vger.kernel.org
7758S: Maintained
7759F: drivers/video/fbdev/riva/
7760F: drivers/video/fbdev/nvidia/
7761
7762NVM EXPRESS DRIVER
7763M: Keith Busch <keith.busch@intel.com>
7764M: Jens Axboe <axboe@fb.com>
7765L: linux-nvme@lists.infradead.org
7766T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7767W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7768S: Supported
7769F: drivers/nvme/host/
7770F: include/linux/nvme.h
7771
7772NVMEM FRAMEWORK
7773M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7774M: Maxime Ripard <maxime.ripard@free-electrons.com>
7775S: Maintained
7776F: drivers/nvmem/
7777F: Documentation/devicetree/bindings/nvmem/
7778F: include/linux/nvmem-consumer.h
7779F: include/linux/nvmem-provider.h
7780
7781NXP-NCI NFC DRIVER
7782M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7783R: Charles Gorand <charles.gorand@effinnov.com>
7784L: linux-nfc@lists.01.org (moderated for non-subscribers)
7785S: Supported
7786F: drivers/nfc/nxp-nci
7787
7788NXP TDA998X DRM DRIVER
7789M: Russell King <rmk+kernel@arm.linux.org.uk>
7790S: Supported
7791F: drivers/gpu/drm/i2c/tda998x_drv.c
7792F: include/drm/i2c/tda998x.h
7793
7794NXP TFA9879 DRIVER
7795M: Peter Rosin <peda@axentia.se>
7796L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7797S: Maintained
7798F: sound/soc/codecs/tfa9879*
7799
7800OMAP SUPPORT
7801M: Tony Lindgren <tony@atomide.com>
7802L: linux-omap@vger.kernel.org
7803W: http://www.muru.com/linux/omap/
7804W: http://linux.omap.com/
7805Q: http://patchwork.kernel.org/project/linux-omap/list/
7806T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7807S: Maintained
7808F: arch/arm/*omap*/
7809F: arch/arm/configs/omap1_defconfig
7810F: arch/arm/configs/omap2plus_defconfig
7811F: drivers/i2c/busses/i2c-omap.c
7812F: drivers/irqchip/irq-omap-intc.c
7813F: drivers/mfd/*omap*.c
7814F: drivers/mfd/menelaus.c
7815F: drivers/mfd/palmas.c
7816F: drivers/mfd/tps65217.c
7817F: drivers/mfd/tps65218.c
7818F: drivers/mfd/tps65910.c
7819F: drivers/mfd/twl-core.[ch]
7820F: drivers/mfd/twl4030*.c
7821F: drivers/mfd/twl6030*.c
7822F: drivers/mfd/twl6040*.c
7823F: drivers/regulator/palmas-regulator*.c
7824F: drivers/regulator/pbias-regulator.c
7825F: drivers/regulator/tps65217-regulator.c
7826F: drivers/regulator/tps65218-regulator.c
7827F: drivers/regulator/tps65910-regulator.c
7828F: drivers/regulator/twl-regulator.c
7829F: include/linux/i2c-omap.h
7830
7831OMAP DEVICE TREE SUPPORT
7832M: Benoît Cousson <bcousson@baylibre.com>
7833M: Tony Lindgren <tony@atomide.com>
7834L: linux-omap@vger.kernel.org
7835L: devicetree@vger.kernel.org
7836S: Maintained
7837F: arch/arm/boot/dts/*omap*
7838F: arch/arm/boot/dts/*am3*
7839F: arch/arm/boot/dts/*am4*
7840F: arch/arm/boot/dts/*am5*
7841F: arch/arm/boot/dts/*dra7*
7842
7843OMAP CLOCK FRAMEWORK SUPPORT
7844M: Paul Walmsley <paul@pwsan.com>
7845L: linux-omap@vger.kernel.org
7846S: Maintained
7847F: arch/arm/*omap*/*clock*
7848
7849OMAP POWER MANAGEMENT SUPPORT
7850M: Kevin Hilman <khilman@deeprootsystems.com>
7851L: linux-omap@vger.kernel.org
7852S: Maintained
7853F: arch/arm/*omap*/*pm*
7854F: drivers/cpufreq/omap-cpufreq.c
7855
7856OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7857M: Rajendra Nayak <rnayak@ti.com>
7858M: Paul Walmsley <paul@pwsan.com>
7859L: linux-omap@vger.kernel.org
7860S: Maintained
7861F: arch/arm/mach-omap2/prm*
7862
7863OMAP AUDIO SUPPORT
7864M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7865M: Jarkko Nikula <jarkko.nikula@bitmer.com>
7866L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7867L: linux-omap@vger.kernel.org
7868S: Maintained
7869F: sound/soc/omap/
7870
7871OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7872M: Roger Quadros <rogerq@ti.com>
7873M: Tony Lindgren <tony@atomide.com>
7874L: linux-omap@vger.kernel.org
7875S: Maintained
7876F: drivers/memory/omap-gpmc.c
7877F: arch/arm/mach-omap2/*gpmc*
7878
7879OMAP FRAMEBUFFER SUPPORT
7880M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7881L: linux-fbdev@vger.kernel.org
7882L: linux-omap@vger.kernel.org
7883S: Maintained
7884F: drivers/video/fbdev/omap/
7885
7886OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7887M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7888L: linux-omap@vger.kernel.org
7889L: linux-fbdev@vger.kernel.org
7890S: Maintained
7891F: drivers/video/fbdev/omap2/
7892F: Documentation/arm/OMAP/DSS
7893
7894OMAP HARDWARE SPINLOCK SUPPORT
7895M: Ohad Ben-Cohen <ohad@wizery.com>
7896L: linux-omap@vger.kernel.org
7897S: Maintained
7898F: drivers/hwspinlock/omap_hwspinlock.c
7899
7900OMAP MMC SUPPORT
7901M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
7902L: linux-omap@vger.kernel.org
7903S: Maintained
7904F: drivers/mmc/host/omap.c
7905
7906OMAP HS MMC SUPPORT
7907L: linux-mmc@vger.kernel.org
7908L: linux-omap@vger.kernel.org
7909S: Orphan
7910F: drivers/mmc/host/omap_hsmmc.c
7911
7912OMAP RANDOM NUMBER GENERATOR SUPPORT
7913M: Deepak Saxena <dsaxena@plexity.net>
7914S: Maintained
7915F: drivers/char/hw_random/omap-rng.c
7916
7917OMAP HWMOD SUPPORT
7918M: Benoît Cousson <bcousson@baylibre.com>
7919M: Paul Walmsley <paul@pwsan.com>
7920L: linux-omap@vger.kernel.org
7921S: Maintained
7922F: arch/arm/mach-omap2/omap_hwmod.*
7923
7924OMAP HWMOD DATA
7925M: Paul Walmsley <paul@pwsan.com>
7926L: linux-omap@vger.kernel.org
7927S: Maintained
7928F: arch/arm/mach-omap2/omap_hwmod*data*
7929
7930OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7931M: Benoît Cousson <bcousson@baylibre.com>
7932L: linux-omap@vger.kernel.org
7933S: Maintained
7934F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7935
7936OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7937M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7938L: linux-media@vger.kernel.org
7939S: Maintained
7940F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
7941F: drivers/media/platform/omap3isp/
7942F: drivers/staging/media/omap4iss/
7943
7944OMAP USB SUPPORT
7945M: Felipe Balbi <balbi@ti.com>
7946L: linux-usb@vger.kernel.org
7947L: linux-omap@vger.kernel.org
7948T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7949S: Maintained
7950F: drivers/usb/*/*omap*
7951F: arch/arm/*omap*/usb*
7952
7953OMAP GPIO DRIVER
7954M: Grygorii Strashko <grygorii.strashko@ti.com>
7955M: Santosh Shilimkar <ssantosh@kernel.org>
7956M: Kevin Hilman <khilman@deeprootsystems.com>
7957L: linux-omap@vger.kernel.org
7958S: Maintained
7959F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
7960F: drivers/gpio/gpio-omap.c
7961
7962OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7963M: Mark Jackson <mpfj@newflow.co.uk>
7964L: linux-omap@vger.kernel.org
7965S: Maintained
7966F: arch/arm/boot/dts/am335x-nano.dts
7967
7968OMFS FILESYSTEM
7969M: Bob Copeland <me@bobcopeland.com>
7970L: linux-karma-devel@lists.sourceforge.net
7971S: Maintained
7972F: Documentation/filesystems/omfs.txt
7973F: fs/omfs/
7974
7975OMNIKEY CARDMAN 4000 DRIVER
7976M: Harald Welte <laforge@gnumonks.org>
7977S: Maintained
7978F: drivers/char/pcmcia/cm4000_cs.c
7979F: include/linux/cm4000_cs.h
7980F: include/uapi/linux/cm4000_cs.h
7981
7982OMNIKEY CARDMAN 4040 DRIVER
7983M: Harald Welte <laforge@gnumonks.org>
7984S: Maintained
7985F: drivers/char/pcmcia/cm4040_cs.*
7986
7987OMNIVISION OV7670 SENSOR DRIVER
7988M: Jonathan Corbet <corbet@lwn.net>
7989L: linux-media@vger.kernel.org
7990T: git git://linuxtv.org/media_tree.git
7991S: Maintained
7992F: drivers/media/i2c/ov7670.c
7993
7994ONENAND FLASH DRIVER
7995M: Kyungmin Park <kyungmin.park@samsung.com>
7996L: linux-mtd@lists.infradead.org
7997S: Maintained
7998F: drivers/mtd/onenand/
7999F: include/linux/mtd/onenand*.h
8000
8001ONSTREAM SCSI TAPE DRIVER
8002M: Willem Riede <osst@riede.org>
8003L: osst-users@lists.sourceforge.net
8004L: linux-scsi@vger.kernel.org
8005S: Maintained
8006F: Documentation/scsi/osst.txt
8007F: drivers/scsi/osst.*
8008F: drivers/scsi/osst_*.h
8009F: drivers/scsi/st.h
8010
8011OPENCORES I2C BUS DRIVER
8012M: Peter Korsgaard <jacmet@sunsite.dk>
8013L: linux-i2c@vger.kernel.org
8014S: Maintained
8015F: Documentation/i2c/busses/i2c-ocores
8016F: drivers/i2c/busses/i2c-ocores.c
8017
8018OPEN FIRMWARE AND FLATTENED DEVICE TREE
8019M: Rob Herring <robh+dt@kernel.org>
8020M: Frank Rowand <frowand.list@gmail.com>
8021M: Grant Likely <grant.likely@linaro.org>
8022L: devicetree@vger.kernel.org
8023W: http://www.devicetree.org/
8024T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8025S: Maintained
8026F: drivers/of/
8027F: include/linux/of*.h
8028F: scripts/dtc/
8029
8030OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8031M: Rob Herring <robh+dt@kernel.org>
8032M: Pawel Moll <pawel.moll@arm.com>
8033M: Mark Rutland <mark.rutland@arm.com>
8034M: Ian Campbell <ijc+devicetree@hellion.org.uk>
8035M: Kumar Gala <galak@codeaurora.org>
8036L: devicetree@vger.kernel.org
8037T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8038S: Maintained
8039F: Documentation/devicetree/
8040F: arch/*/boot/dts/
8041F: include/dt-bindings/
8042
8043OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8044M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8045L: devicetree@vger.kernel.org
8046S: Maintained
8047F: Documentation/devicetree/dynamic-resolution-notes.txt
8048F: Documentation/devicetree/overlay-notes.txt
8049F: drivers/of/overlay.c
8050F: drivers/of/resolver.c
8051
8052OPENRISC ARCHITECTURE
8053M: Jonas Bonn <jonas@southpole.se>
8054W: http://openrisc.net
8055L: linux@lists.openrisc.net (moderated for non-subscribers)
8056S: Maintained
8057T: git git://openrisc.net/~jonas/linux
8058F: arch/openrisc/
8059
8060OPENVSWITCH
8061M: Pravin Shelar <pshelar@nicira.com>
8062L: netdev@vger.kernel.org
8063L: dev@openvswitch.org
8064W: http://openvswitch.org
8065S: Maintained
8066F: net/openvswitch/
8067F: include/uapi/linux/openvswitch.h
8068
8069OPERATING PERFORMANCE POINTS (OPP)
8070M: Viresh Kumar <vireshk@kernel.org>
8071M: Nishanth Menon <nm@ti.com>
8072M: Stephen Boyd <sboyd@codeaurora.org>
8073L: linux-pm@vger.kernel.org
8074S: Maintained
8075T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8076F: drivers/base/power/opp/
8077F: include/linux/pm_opp.h
8078F: Documentation/power/opp.txt
8079F: Documentation/devicetree/bindings/opp/
8080
8081OPL4 DRIVER
8082M: Clemens Ladisch <clemens@ladisch.de>
8083L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8084T: git git://git.alsa-project.org/alsa-kernel.git
8085S: Maintained
8086F: sound/drivers/opl4/
8087
8088OPROFILE
8089M: Robert Richter <rric@kernel.org>
8090L: oprofile-list@lists.sf.net
8091S: Maintained
8092F: arch/*/include/asm/oprofile*.h
8093F: arch/*/oprofile/
8094F: drivers/oprofile/
8095F: include/linux/oprofile.h
8096
8097ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8098M: Mark Fasheh <mfasheh@suse.com>
8099M: Joel Becker <jlbec@evilplan.org>
8100L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8101W: http://ocfs2.wiki.kernel.org
8102S: Supported
8103F: Documentation/filesystems/ocfs2.txt
8104F: Documentation/filesystems/dlmfs.txt
8105F: fs/ocfs2/
8106
8107ORINOCO DRIVER
8108L: linux-wireless@vger.kernel.org
8109W: http://wireless.kernel.org/en/users/Drivers/orinoco
8110W: http://www.nongnu.org/orinoco/
8111S: Orphan
8112F: drivers/net/wireless/intersil/orinoco/
8113
8114OSD LIBRARY and FILESYSTEM
8115M: Boaz Harrosh <ooo@electrozaur.com>
8116M: Benny Halevy <bhalevy@primarydata.com>
8117L: osd-dev@open-osd.org
8118W: http://open-osd.org
8119T: git git://git.open-osd.org/open-osd.git
8120S: Maintained
8121F: drivers/scsi/osd/
8122F: include/scsi/osd_*
8123F: fs/exofs/
8124
8125OVERLAY FILESYSTEM
8126M: Miklos Szeredi <miklos@szeredi.hu>
8127L: linux-unionfs@vger.kernel.org
8128T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8129S: Supported
8130F: fs/overlayfs/
8131F: Documentation/filesystems/overlayfs.txt
8132
8133P54 WIRELESS DRIVER
8134M: Christian Lamparter <chunkeey@googlemail.com>
8135L: linux-wireless@vger.kernel.org
8136W: http://wireless.kernel.org/en/users/Drivers/p54
8137S: Maintained
8138F: drivers/net/wireless/intersil/p54/
8139
8140PA SEMI ETHERNET DRIVER
8141M: Olof Johansson <olof@lixom.net>
8142L: netdev@vger.kernel.org
8143S: Maintained
8144F: drivers/net/ethernet/pasemi/*
8145
8146PA SEMI SMBUS DRIVER
8147M: Olof Johansson <olof@lixom.net>
8148L: linux-i2c@vger.kernel.org
8149S: Maintained
8150F: drivers/i2c/busses/i2c-pasemi.c
8151
8152PADATA PARALLEL EXECUTION MECHANISM
8153M: Steffen Klassert <steffen.klassert@secunet.com>
8154L: linux-crypto@vger.kernel.org
8155S: Maintained
8156F: kernel/padata.c
8157F: include/linux/padata.h
8158F: Documentation/padata.txt
8159
8160PANASONIC LAPTOP ACPI EXTRAS DRIVER
8161M: Harald Welte <laforge@gnumonks.org>
8162L: platform-driver-x86@vger.kernel.org
8163S: Maintained
8164F: drivers/platform/x86/panasonic-laptop.c
8165
8166PANASONIC MN10300/AM33/AM34 PORT
8167M: David Howells <dhowells@redhat.com>
8168M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8169L: linux-am33-list@redhat.com (moderated for non-subscribers)
8170W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8171S: Maintained
8172F: Documentation/mn10300/
8173F: arch/mn10300/
8174
8175PARALLEL PORT SUBSYSTEM
8176M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8177M: Sudip Mukherjee <sudip@vectorindia.org>
8178L: linux-parport@lists.infradead.org (subscribers-only)
8179S: Maintained
8180F: drivers/parport/
8181F: include/linux/parport*.h
8182F: drivers/char/ppdev.c
8183F: include/uapi/linux/ppdev.h
8184F: Documentation/parport*.txt
8185
8186PARAVIRT_OPS INTERFACE
8187M: Jeremy Fitzhardinge <jeremy@goop.org>
8188M: Chris Wright <chrisw@sous-sol.org>
8189M: Alok Kataria <akataria@vmware.com>
8190M: Rusty Russell <rusty@rustcorp.com.au>
8191L: virtualization@lists.linux-foundation.org
8192S: Supported
8193F: Documentation/virtual/paravirt_ops.txt
8194F: arch/*/kernel/paravirt*
8195F: arch/*/include/asm/paravirt.h
8196
8197PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8198M: Tim Waugh <tim@cyberelk.net>
8199L: linux-parport@lists.infradead.org (subscribers-only)
8200S: Maintained
8201F: Documentation/blockdev/paride.txt
8202F: drivers/block/paride/
8203
8204PARISC ARCHITECTURE
8205M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8206M: Helge Deller <deller@gmx.de>
8207L: linux-parisc@vger.kernel.org
8208W: http://www.parisc-linux.org/
8209Q: http://patchwork.kernel.org/project/linux-parisc/list/
8210T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8211T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8212S: Maintained
8213F: arch/parisc/
8214F: Documentation/parisc/
8215F: drivers/parisc/
8216F: drivers/char/agp/parisc-agp.c
8217F: drivers/input/serio/gscps2.c
8218F: drivers/parport/parport_gsc.*
8219F: drivers/tty/serial/8250/8250_gsc.c
8220F: drivers/video/fbdev/sti*
8221F: drivers/video/console/sti*
8222F: drivers/video/logo/logo_parisc*
8223
8224PC87360 HARDWARE MONITORING DRIVER
8225M: Jim Cromie <jim.cromie@gmail.com>
8226L: lm-sensors@lm-sensors.org
8227S: Maintained
8228F: Documentation/hwmon/pc87360
8229F: drivers/hwmon/pc87360.c
8230
8231PC8736x GPIO DRIVER
8232M: Jim Cromie <jim.cromie@gmail.com>
8233S: Maintained
8234F: drivers/char/pc8736x_gpio.c
8235
8236PC87427 HARDWARE MONITORING DRIVER
8237M: Jean Delvare <jdelvare@suse.com>
8238L: lm-sensors@lm-sensors.org
8239S: Maintained
8240F: Documentation/hwmon/pc87427
8241F: drivers/hwmon/pc87427.c
8242
8243PCA9532 LED DRIVER
8244M: Riku Voipio <riku.voipio@iki.fi>
8245S: Maintained
8246F: drivers/leds/leds-pca9532.c
8247F: include/linux/leds-pca9532.h
8248
8249PCA9541 I2C BUS MASTER SELECTOR DRIVER
8250M: Guenter Roeck <linux@roeck-us.net>
8251L: linux-i2c@vger.kernel.org
8252S: Maintained
8253F: drivers/i2c/muxes/i2c-mux-pca9541.c
8254
8255PCDP - PRIMARY CONSOLE AND DEBUG PORT
8256M: Khalid Aziz <khalid@gonehiking.org>
8257S: Maintained
8258F: drivers/firmware/pcdp.*
8259
8260PCI ERROR RECOVERY
8261M: Linas Vepstas <linasvepstas@gmail.com>
8262L: linux-pci@vger.kernel.org
8263S: Supported
8264F: Documentation/PCI/pci-error-recovery.txt
8265
8266PCI SUBSYSTEM
8267M: Bjorn Helgaas <bhelgaas@google.com>
8268L: linux-pci@vger.kernel.org
8269Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8270T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8271S: Supported
8272F: Documentation/PCI/
8273F: drivers/pci/
8274F: include/linux/pci*
8275F: arch/x86/pci/
8276F: arch/x86/kernel/quirks.c
8277
8278PCI DRIVER FOR ALTERA PCIE IP
8279M: Ley Foon Tan <lftan@altera.com>
8280L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8281L: linux-pci@vger.kernel.org
8282S: Supported
8283F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8284F: drivers/pci/host/pcie-altera.c
8285
8286PCI DRIVER FOR ARM VERSATILE PLATFORM
8287M: Rob Herring <robh@kernel.org>
8288L: linux-pci@vger.kernel.org
8289L: linux-arm-kernel@lists.infradead.org
8290S: Maintained
8291F: Documentation/devicetree/bindings/pci/versatile.txt
8292F: drivers/pci/host/pci-versatile.c
8293
8294PCI DRIVER FOR APPLIEDMICRO XGENE
8295M: Tanmay Inamdar <tinamdar@apm.com>
8296L: linux-pci@vger.kernel.org
8297L: linux-arm-kernel@lists.infradead.org
8298S: Maintained
8299F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8300F: drivers/pci/host/pci-xgene.c
8301
8302PCI DRIVER FOR FREESCALE LAYERSCAPE
8303M: Minghuan Lian <minghuan.Lian@freescale.com>
8304M: Mingkai Hu <mingkai.hu@freescale.com>
8305M: Roy Zang <tie-fei.zang@freescale.com>
8306L: linuxppc-dev@lists.ozlabs.org
8307L: linux-pci@vger.kernel.org
8308L: linux-arm-kernel@lists.infradead.org
8309S: Maintained
8310F: drivers/pci/host/*layerscape*
8311
8312PCI DRIVER FOR IMX6
8313M: Richard Zhu <Richard.Zhu@freescale.com>
8314M: Lucas Stach <l.stach@pengutronix.de>
8315L: linux-pci@vger.kernel.org
8316L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8317S: Maintained
8318F: drivers/pci/host/*imx6*
8319
8320PCI DRIVER FOR TI KEYSTONE
8321M: Murali Karicheri <m-karicheri2@ti.com>
8322L: linux-pci@vger.kernel.org
8323L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8324S: Maintained
8325F: drivers/pci/host/*keystone*
8326
8327PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8328M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8329M: Jason Cooper <jason@lakedaemon.net>
8330L: linux-pci@vger.kernel.org
8331L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8332S: Maintained
8333F: drivers/pci/host/*mvebu*
8334
8335PCI DRIVER FOR NVIDIA TEGRA
8336M: Thierry Reding <thierry.reding@gmail.com>
8337L: linux-tegra@vger.kernel.org
8338L: linux-pci@vger.kernel.org
8339S: Supported
8340F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8341F: drivers/pci/host/pci-tegra.c
8342
8343PCI DRIVER FOR TI DRA7XX
8344M: Kishon Vijay Abraham I <kishon@ti.com>
8345L: linux-omap@vger.kernel.org
8346L: linux-pci@vger.kernel.org
8347S: Supported
8348F: Documentation/devicetree/bindings/pci/ti-pci.txt
8349F: drivers/pci/host/pci-dra7xx.c
8350
8351PCI DRIVER FOR RENESAS R-CAR
8352M: Simon Horman <horms@verge.net.au>
8353L: linux-pci@vger.kernel.org
8354L: linux-renesas-soc@vger.kernel.org
8355S: Maintained
8356F: drivers/pci/host/*rcar*
8357
8358PCI DRIVER FOR SAMSUNG EXYNOS
8359M: Jingoo Han <jingoohan1@gmail.com>
8360L: linux-pci@vger.kernel.org
8361L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8362L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8363S: Maintained
8364F: drivers/pci/host/pci-exynos.c
8365
8366PCI DRIVER FOR SYNOPSIS DESIGNWARE
8367M: Jingoo Han <jingoohan1@gmail.com>
8368M: Pratyush Anand <pratyush.anand@gmail.com>
8369L: linux-pci@vger.kernel.org
8370S: Maintained
8371F: drivers/pci/host/*designware*
8372
8373PCI DRIVER FOR GENERIC OF HOSTS
8374M: Will Deacon <will.deacon@arm.com>
8375L: linux-pci@vger.kernel.org
8376L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8377S: Maintained
8378F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8379F: drivers/pci/host/pci-host-generic.c
8380
8381PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8382M: Keith Busch <keith.busch@intel.com>
8383L: linux-pci@vger.kernel.org
8384S: Supported
8385F: arch/x86/pci/vmd.c
8386
8387PCIE DRIVER FOR ST SPEAR13XX
8388M: Pratyush Anand <pratyush.anand@gmail.com>
8389L: linux-pci@vger.kernel.org
8390S: Maintained
8391F: drivers/pci/host/*spear*
8392
8393PCI MSI DRIVER FOR ALTERA MSI IP
8394M: Ley Foon Tan <lftan@altera.com>
8395L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8396L: linux-pci@vger.kernel.org
8397S: Supported
8398F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8399F: drivers/pci/host/pcie-altera-msi.c
8400
8401PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8402M: Duc Dang <dhdang@apm.com>
8403L: linux-pci@vger.kernel.org
8404L: linux-arm-kernel@lists.infradead.org
8405S: Maintained
8406F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8407F: drivers/pci/host/pci-xgene-msi.c
8408
8409PCIE DRIVER FOR HISILICON
8410M: Zhou Wang <wangzhou1@hisilicon.com>
8411M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
8412L: linux-pci@vger.kernel.org
8413S: Maintained
8414F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8415F: drivers/pci/host/pcie-hisi.c
8416
8417PCIE DRIVER FOR QUALCOMM MSM
8418M: Stanimir Varbanov <svarbanov@mm-sol.com>
8419L: linux-pci@vger.kernel.org
8420L: linux-arm-msm@vger.kernel.org
8421S: Maintained
8422F: drivers/pci/host/*qcom*
8423
8424PCMCIA SUBSYSTEM
8425P: Linux PCMCIA Team
8426L: linux-pcmcia@lists.infradead.org
8427W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8428T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8429S: Maintained
8430F: Documentation/pcmcia/
8431F: drivers/pcmcia/
8432F: include/pcmcia/
8433
8434PCNET32 NETWORK DRIVER
8435M: Don Fry <pcnet32@frontier.com>
8436L: netdev@vger.kernel.org
8437S: Maintained
8438F: drivers/net/ethernet/amd/pcnet32.c
8439
8440PCRYPT PARALLEL CRYPTO ENGINE
8441M: Steffen Klassert <steffen.klassert@secunet.com>
8442L: linux-crypto@vger.kernel.org
8443S: Maintained
8444F: crypto/pcrypt.c
8445F: include/crypto/pcrypt.h
8446
8447PER-CPU MEMORY ALLOCATOR
8448M: Tejun Heo <tj@kernel.org>
8449M: Christoph Lameter <cl@linux-foundation.org>
8450T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8451S: Maintained
8452F: include/linux/percpu*.h
8453F: mm/percpu*.c
8454F: arch/*/include/asm/percpu.h
8455
8456PER-TASK DELAY ACCOUNTING
8457M: Balbir Singh <bsingharora@gmail.com>
8458S: Maintained
8459F: include/linux/delayacct.h
8460F: kernel/delayacct.c
8461
8462PERFORMANCE EVENTS SUBSYSTEM
8463M: Peter Zijlstra <peterz@infradead.org>
8464M: Ingo Molnar <mingo@redhat.com>
8465M: Arnaldo Carvalho de Melo <acme@kernel.org>
8466L: linux-kernel@vger.kernel.org
8467T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8468S: Supported
8469F: kernel/events/*
8470F: include/linux/perf_event.h
8471F: include/uapi/linux/perf_event.h
8472F: arch/*/kernel/perf_event*.c
8473F: arch/*/kernel/*/perf_event*.c
8474F: arch/*/kernel/*/*/perf_event*.c
8475F: arch/*/include/asm/perf_event.h
8476F: arch/*/kernel/perf_callchain.c
8477F: tools/perf/
8478
8479PERSONALITY HANDLING
8480M: Christoph Hellwig <hch@infradead.org>
8481L: linux-abi-devel@lists.sourceforge.net
8482S: Maintained
8483F: include/linux/personality.h
8484F: include/uapi/linux/personality.h
8485
8486PHONET PROTOCOL
8487M: Remi Denis-Courmont <courmisch@gmail.com>
8488S: Supported
8489F: Documentation/networking/phonet.txt
8490F: include/linux/phonet.h
8491F: include/net/phonet/
8492F: include/uapi/linux/phonet.h
8493F: net/phonet/
8494
8495PHRAM MTD DRIVER
8496M: Joern Engel <joern@lazybastard.org>
8497L: linux-mtd@lists.infradead.org
8498S: Maintained
8499F: drivers/mtd/devices/phram.c
8500
8501PICOLCD HID DRIVER
8502M: Bruno Prémont <bonbons@linux-vserver.org>
8503L: linux-input@vger.kernel.org
8504S: Maintained
8505F: drivers/hid/hid-picolcd*
8506
8507PICOXCELL SUPPORT
8508M: Jamie Iles <jamie@jamieiles.com>
8509L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8510T: git git://github.com/jamieiles/linux-2.6-ji.git
8511S: Supported
8512F: arch/arm/boot/dts/picoxcell*
8513F: arch/arm/mach-picoxcell/
8514F: drivers/crypto/picoxcell*
8515
8516PIN CONTROL SUBSYSTEM
8517M: Linus Walleij <linus.walleij@linaro.org>
8518L: linux-gpio@vger.kernel.org
8519T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8520S: Maintained
8521F: drivers/pinctrl/
8522F: include/linux/pinctrl/
8523
8524PIN CONTROLLER - ATMEL AT91
8525M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8526L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8527S: Maintained
8528F: drivers/pinctrl/pinctrl-at91.*
8529
8530PIN CONTROLLER - ATMEL AT91 PIO4
8531M: Ludovic Desroches <ludovic.desroches@atmel.com>
8532L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8533L: linux-gpio@vger.kernel.org
8534S: Supported
8535F: drivers/pinctrl/pinctrl-at91-pio4.*
8536
8537PIN CONTROLLER - INTEL
8538M: Mika Westerberg <mika.westerberg@linux.intel.com>
8539M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
8540S: Maintained
8541F: drivers/pinctrl/intel/
8542
8543PIN CONTROLLER - RENESAS
8544M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8545M: Geert Uytterhoeven <geert+renesas@glider.be>
8546L: linux-renesas-soc@vger.kernel.org
8547S: Maintained
8548F: drivers/pinctrl/sh-pfc/
8549
8550PIN CONTROLLER - SAMSUNG
8551M: Tomasz Figa <tomasz.figa@gmail.com>
8552L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8553L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8554S: Maintained
8555F: drivers/pinctrl/samsung/
8556
8557PIN CONTROLLER - SINGLE
8558M: Tony Lindgren <tony@atomide.com>
8559M: Haojian Zhuang <haojian.zhuang@linaro.org>
8560L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8561L: linux-omap@vger.kernel.org
8562S: Maintained
8563F: drivers/pinctrl/pinctrl-single.c
8564
8565PIN CONTROLLER - ST SPEAR
8566M: Viresh Kumar <vireshk@kernel.org>
8567L: spear-devel@list.st.com
8568L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8569W: http://www.st.com/spear
8570S: Maintained
8571F: drivers/pinctrl/spear/
8572
8573PKTCDVD DRIVER
8574M: Jiri Kosina <jikos@kernel.org>
8575S: Maintained
8576F: drivers/block/pktcdvd.c
8577F: include/linux/pktcdvd.h
8578F: include/uapi/linux/pktcdvd.h
8579
8580PKUNITY SOC DRIVERS
8581M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8582W: http://mprc.pku.edu.cn/~guanxuetao/linux
8583S: Maintained
8584T: git git://github.com/gxt/linux.git
8585F: drivers/input/serio/i8042-unicore32io.h
8586F: drivers/i2c/busses/i2c-puv3.c
8587F: drivers/video/fbdev/fb-puv3.c
8588F: drivers/rtc/rtc-puv3.c
8589
8590PMBUS HARDWARE MONITORING DRIVERS
8591M: Guenter Roeck <linux@roeck-us.net>
8592L: lm-sensors@lm-sensors.org
8593W: http://www.lm-sensors.org/
8594W: http://www.roeck-us.net/linux/drivers/
8595T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8596S: Maintained
8597F: Documentation/hwmon/pmbus
8598F: drivers/hwmon/pmbus/
8599F: include/linux/i2c/pmbus.h
8600
8601PMC SIERRA MaxRAID DRIVER
8602L: linux-scsi@vger.kernel.org
8603W: http://www.pmc-sierra.com/
8604S: Orphan
8605F: drivers/scsi/pmcraid.*
8606
8607PMC SIERRA PM8001 DRIVER
8608M: Jack Wang <jinpu.wang@profitbricks.com>
8609M: lindar_liu@usish.com
8610L: pmchba@pmcs.com
8611L: linux-scsi@vger.kernel.org
8612S: Supported
8613F: drivers/scsi/pm8001/
8614
8615POSIX CLOCKS and TIMERS
8616M: Thomas Gleixner <tglx@linutronix.de>
8617L: linux-kernel@vger.kernel.org
8618T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8619S: Maintained
8620F: fs/timerfd.c
8621F: include/linux/timer*
8622F: kernel/time/*timer*
8623
8624POWER MANAGEMENT CORE
8625M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
8626L: linux-pm@vger.kernel.org
8627T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8628S: Supported
8629F: drivers/base/power/
8630F: include/linux/pm.h
8631F: include/linux/pm_*
8632F: include/linux/powercap.h
8633F: drivers/powercap/
8634
8635POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8636M: Sebastian Reichel <sre@kernel.org>
8637M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8638M: David Woodhouse <dwmw2@infradead.org>
8639L: linux-pm@vger.kernel.org
8640T: git git://git.infradead.org/battery-2.6.git
8641S: Maintained
8642F: include/linux/power_supply.h
8643F: drivers/power/
8644X: drivers/power/avs/
8645
8646POWER STATE COORDINATION INTERFACE (PSCI)
8647M: Mark Rutland <mark.rutland@arm.com>
8648M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8649L: linux-arm-kernel@lists.infradead.org
8650S: Maintained
8651F: drivers/firmware/psci.c
8652F: include/linux/psci.h
8653F: include/uapi/linux/psci.h
8654
8655PNP SUPPORT
8656M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8657S: Maintained
8658F: drivers/pnp/
8659
8660PPP PROTOCOL DRIVERS AND COMPRESSORS
8661M: Paul Mackerras <paulus@samba.org>
8662L: linux-ppp@vger.kernel.org
8663S: Maintained
8664F: drivers/net/ppp/ppp_*
8665
8666PPP OVER ATM (RFC 2364)
8667M: Mitchell Blank Jr <mitch@sfgoth.com>
8668S: Maintained
8669F: net/atm/pppoatm.c
8670F: include/uapi/linux/atmppp.h
8671
8672PPP OVER ETHERNET
8673M: Michal Ostrowski <mostrows@earthlink.net>
8674S: Maintained
8675F: drivers/net/ppp/pppoe.c
8676F: drivers/net/ppp/pppox.c
8677
8678PPP OVER L2TP
8679M: James Chapman <jchapman@katalix.com>
8680S: Maintained
8681F: net/l2tp/l2tp_ppp.c
8682F: include/linux/if_pppol2tp.h
8683F: include/uapi/linux/if_pppol2tp.h
8684
8685PPS SUPPORT
8686M: Rodolfo Giometti <giometti@enneenne.com>
8687W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8688L: linuxpps@ml.enneenne.com (subscribers-only)
8689S: Maintained
8690F: Documentation/pps/
8691F: drivers/pps/
8692F: include/linux/pps*.h
8693
8694PPTP DRIVER
8695M: Dmitry Kozlov <xeb@mail.ru>
8696L: netdev@vger.kernel.org
8697S: Maintained
8698F: drivers/net/ppp/pptp.c
8699W: http://sourceforge.net/projects/accel-pptp
8700
8701PREEMPTIBLE KERNEL
8702M: Robert Love <rml@tech9.net>
8703L: kpreempt-tech@lists.sourceforge.net
8704W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8705S: Supported
8706F: Documentation/preempt-locking.txt
8707F: include/linux/preempt.h
8708
8709PRISM54 WIRELESS DRIVER
8710M: "Luis R. Rodriguez" <mcgrof@gmail.com>
8711L: linux-wireless@vger.kernel.org
8712W: http://wireless.kernel.org/en/users/Drivers/p54
8713S: Obsolete
8714F: drivers/net/wireless/intersil/prism54/
8715
8716PS3 NETWORK SUPPORT
8717M: Geoff Levand <geoff@infradead.org>
8718L: netdev@vger.kernel.org
8719L: linuxppc-dev@lists.ozlabs.org
8720S: Maintained
8721F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
8722
8723PS3 PLATFORM SUPPORT
8724M: Geoff Levand <geoff@infradead.org>
8725L: linuxppc-dev@lists.ozlabs.org
8726S: Maintained
8727F: arch/powerpc/boot/ps3*
8728F: arch/powerpc/include/asm/lv1call.h
8729F: arch/powerpc/include/asm/ps3*.h
8730F: arch/powerpc/platforms/ps3/
8731F: drivers/*/ps3*
8732F: drivers/ps3/
8733F: drivers/rtc/rtc-ps3.c
8734F: drivers/usb/host/*ps3.c
8735F: sound/ppc/snd_ps3*
8736
8737PS3VRAM DRIVER
8738M: Jim Paris <jim@jtan.com>
8739M: Geoff Levand <geoff@infradead.org>
8740L: linuxppc-dev@lists.ozlabs.org
8741S: Maintained
8742F: drivers/block/ps3vram.c
8743
8744PSTORE FILESYSTEM
8745M: Anton Vorontsov <anton@enomsg.org>
8746M: Colin Cross <ccross@android.com>
8747M: Kees Cook <keescook@chromium.org>
8748M: Tony Luck <tony.luck@intel.com>
8749S: Maintained
8750T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8751F: fs/pstore/
8752F: include/linux/pstore*
8753F: drivers/firmware/efi/efi-pstore.c
8754F: drivers/acpi/apei/erst.c
8755
8756PTP HARDWARE CLOCK SUPPORT
8757M: Richard Cochran <richardcochran@gmail.com>
8758L: netdev@vger.kernel.org
8759S: Maintained
8760W: http://linuxptp.sourceforge.net/
8761F: Documentation/ABI/testing/sysfs-ptp
8762F: Documentation/ptp/*
8763F: drivers/net/ethernet/freescale/gianfar_ptp.c
8764F: drivers/net/phy/dp83640*
8765F: drivers/ptp/*
8766F: include/linux/ptp_cl*
8767
8768PTRACE SUPPORT
8769M: Roland McGrath <roland@hack.frob.com>
8770M: Oleg Nesterov <oleg@redhat.com>
8771S: Maintained
8772F: include/asm-generic/syscall.h
8773F: include/linux/ptrace.h
8774F: include/linux/regset.h
8775F: include/linux/tracehook.h
8776F: include/uapi/linux/ptrace.h
8777F: kernel/ptrace.c
8778
8779PVRUSB2 VIDEO4LINUX DRIVER
8780M: Mike Isely <isely@pobox.com>
8781L: pvrusb2@isely.net (subscribers-only)
8782L: linux-media@vger.kernel.org
8783W: http://www.isely.net/pvrusb2/
8784T: git git://linuxtv.org/media_tree.git
8785S: Maintained
8786F: Documentation/video4linux/README.pvrusb2
8787F: drivers/media/usb/pvrusb2/
8788
8789PWC WEBCAM DRIVER
8790M: Hans de Goede <hdegoede@redhat.com>
8791L: linux-media@vger.kernel.org
8792T: git git://linuxtv.org/media_tree.git
8793S: Maintained
8794F: drivers/media/usb/pwc/*
8795
8796PWM FAN DRIVER
8797M: Kamil Debski <k.debski@samsung.com>
8798L: lm-sensors@lm-sensors.org
8799S: Supported
8800F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8801F: Documentation/hwmon/pwm-fan
8802F: drivers/hwmon/pwm-fan.c
8803
8804PWM SUBSYSTEM
8805M: Thierry Reding <thierry.reding@gmail.com>
8806L: linux-pwm@vger.kernel.org
8807S: Maintained
8808T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8809F: Documentation/pwm.txt
8810F: Documentation/devicetree/bindings/pwm/
8811F: include/linux/pwm.h
8812F: drivers/pwm/
8813F: drivers/video/backlight/pwm_bl.c
8814F: include/linux/pwm_backlight.h
8815
8816PXA2xx/PXA3xx SUPPORT
8817M: Daniel Mack <daniel@zonque.org>
8818M: Haojian Zhuang <haojian.zhuang@gmail.com>
8819M: Robert Jarzmik <robert.jarzmik@free.fr>
8820L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8821T: git git://github.com/hzhuang1/linux.git
8822T: git git://github.com/rjarzmik/linux.git
8823S: Maintained
8824F: arch/arm/mach-pxa/
8825F: drivers/dma/pxa*
8826F: drivers/pcmcia/pxa2xx*
8827F: drivers/pinctrl/pxa/
8828F: drivers/spi/spi-pxa2xx*
8829F: drivers/usb/gadget/udc/pxa2*
8830F: include/sound/pxa2xx-lib.h
8831F: sound/arm/pxa*
8832F: sound/soc/pxa/
8833
8834PXA GPIO DRIVER
8835M: Robert Jarzmik <robert.jarzmik@free.fr>
8836L: linux-gpio@vger.kernel.org
8837S: Maintained
8838F: drivers/gpio/gpio-pxa.c
8839
8840PXA3xx NAND FLASH DRIVER
8841M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8842L: linux-mtd@lists.infradead.org
8843S: Maintained
8844F: drivers/mtd/nand/pxa3xx_nand.c
8845
8846MMP SUPPORT
8847M: Eric Miao <eric.y.miao@gmail.com>
8848M: Haojian Zhuang <haojian.zhuang@gmail.com>
8849L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8850T: git git://github.com/hzhuang1/linux.git
8851T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
8852S: Maintained
8853F: arch/arm/mach-mmp/
8854
8855PXA MMCI DRIVER
8856S: Orphan
8857
8858PXA RTC DRIVER
8859M: Robert Jarzmik <robert.jarzmik@free.fr>
8860L: rtc-linux@googlegroups.com
8861S: Maintained
8862
8863QAT DRIVER
8864M: Tadeusz Struk <tadeusz.struk@intel.com>
8865L: qat-linux@intel.com
8866S: Supported
8867F: drivers/crypto/qat/
8868
8869QIB DRIVER
8870M: Mike Marciniszyn <infinipath@intel.com>
8871L: linux-rdma@vger.kernel.org
8872S: Supported
8873F: drivers/infiniband/hw/qib/
8874
8875QLOGIC QLA1280 SCSI DRIVER
8876M: Michael Reed <mdr@sgi.com>
8877L: linux-scsi@vger.kernel.org
8878S: Maintained
8879F: drivers/scsi/qla1280.[ch]
8880
8881QLOGIC QLA2XXX FC-SCSI DRIVER
8882M: qla2xxx-upstream@qlogic.com
8883L: linux-scsi@vger.kernel.org
8884S: Supported
8885F: Documentation/scsi/LICENSE.qla2xxx
8886F: drivers/scsi/qla2xxx/
8887
8888QLOGIC QLA4XXX iSCSI DRIVER
8889M: QLogic-Storage-Upstream@qlogic.com
8890L: linux-scsi@vger.kernel.org
8891S: Supported
8892F: Documentation/scsi/LICENSE.qla4xxx
8893F: drivers/scsi/qla4xxx/
8894
8895QLOGIC QLA3XXX NETWORK DRIVER
8896M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8897M: Ron Mercer <ron.mercer@qlogic.com>
8898M: linux-driver@qlogic.com
8899L: netdev@vger.kernel.org
8900S: Supported
8901F: Documentation/networking/LICENSE.qla3xxx
8902F: drivers/net/ethernet/qlogic/qla3xxx.*
8903
8904QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8905M: Dept-GELinuxNICDev@qlogic.com
8906L: netdev@vger.kernel.org
8907S: Supported
8908F: drivers/net/ethernet/qlogic/qlcnic/
8909
8910QLOGIC QLGE 10Gb ETHERNET DRIVER
8911M: Harish Patil <harish.patil@qlogic.com>
8912M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8913M: Dept-GELinuxNICDev@qlogic.com
8914M: linux-driver@qlogic.com
8915L: netdev@vger.kernel.org
8916S: Supported
8917F: drivers/net/ethernet/qlogic/qlge/
8918
8919QLOGIC QL4xxx ETHERNET DRIVER
8920M: Yuval Mintz <Yuval.Mintz@qlogic.com>
8921M: Ariel Elior <Ariel.Elior@qlogic.com>
8922M: everest-linux-l2@qlogic.com
8923L: netdev@vger.kernel.org
8924S: Supported
8925F: drivers/net/ethernet/qlogic/qed/
8926F: include/linux/qed/
8927F: drivers/net/ethernet/qlogic/qede/
8928
8929QNX4 FILESYSTEM
8930M: Anders Larsen <al@alarsen.net>
8931W: http://www.alarsen.net/linux/qnx4fs/
8932S: Maintained
8933F: fs/qnx4/
8934F: include/uapi/linux/qnx4_fs.h
8935F: include/uapi/linux/qnxtypes.h
8936
8937QT1010 MEDIA DRIVER
8938M: Antti Palosaari <crope@iki.fi>
8939L: linux-media@vger.kernel.org
8940W: https://linuxtv.org
8941W: http://palosaari.fi/linux/
8942Q: http://patchwork.linuxtv.org/project/linux-media/list/
8943T: git git://linuxtv.org/anttip/media_tree.git
8944S: Maintained
8945F: drivers/media/tuners/qt1010*
8946
8947QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8948M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8949L: linux-wireless@vger.kernel.org
8950L: ath9k-devel@lists.ath9k.org
8951W: http://wireless.kernel.org/en/users/Drivers/ath9k
8952S: Supported
8953F: drivers/net/wireless/ath/ath9k/
8954
8955QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8956M: Kalle Valo <kvalo@qca.qualcomm.com>
8957L: ath10k@lists.infradead.org
8958W: http://wireless.kernel.org/en/users/Drivers/ath10k
8959T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
8960S: Supported
8961F: drivers/net/wireless/ath/ath10k/
8962
8963QUALCOMM HEXAGON ARCHITECTURE
8964M: Richard Kuo <rkuo@codeaurora.org>
8965L: linux-hexagon@vger.kernel.org
8966T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
8967S: Supported
8968F: arch/hexagon/
8969
8970QUALCOMM WCN36XX WIRELESS DRIVER
8971M: Eugene Krasnikov <k.eugene.e@gmail.com>
8972L: wcn36xx@lists.infradead.org
8973W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
8974T: git git://github.com/KrasnikovEugene/wcn36xx.git
8975S: Supported
8976F: drivers/net/wireless/ath/wcn36xx/
8977
8978RADOS BLOCK DEVICE (RBD)
8979M: Ilya Dryomov <idryomov@gmail.com>
8980M: Sage Weil <sage@redhat.com>
8981M: Alex Elder <elder@kernel.org>
8982L: ceph-devel@vger.kernel.org
8983W: http://ceph.com/
8984T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8985T: git git://github.com/ceph/ceph-client.git
8986S: Supported
8987F: Documentation/ABI/testing/sysfs-bus-rbd
8988F: drivers/block/rbd.c
8989F: drivers/block/rbd_types.h
8990
8991RADEON FRAMEBUFFER DISPLAY DRIVER
8992M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8993L: linux-fbdev@vger.kernel.org
8994S: Maintained
8995F: drivers/video/fbdev/aty/radeon*
8996F: include/uapi/linux/radeonfb.h
8997
8998RADIOSHARK RADIO DRIVER
8999M: Hans de Goede <hdegoede@redhat.com>
9000L: linux-media@vger.kernel.org
9001T: git git://linuxtv.org/media_tree.git
9002S: Maintained
9003F: drivers/media/radio/radio-shark.c
9004
9005RADIOSHARK2 RADIO DRIVER
9006M: Hans de Goede <hdegoede@redhat.com>
9007L: linux-media@vger.kernel.org
9008T: git git://linuxtv.org/media_tree.git
9009S: Maintained
9010F: drivers/media/radio/radio-shark2.c
9011F: drivers/media/radio/radio-tea5777.c
9012
9013RAGE128 FRAMEBUFFER DISPLAY DRIVER
9014M: Paul Mackerras <paulus@samba.org>
9015L: linux-fbdev@vger.kernel.org
9016S: Maintained
9017F: drivers/video/fbdev/aty/aty128fb.c
9018
9019RALINK MIPS ARCHITECTURE
9020M: John Crispin <blogic@openwrt.org>
9021L: linux-mips@linux-mips.org
9022S: Maintained
9023F: arch/mips/ralink
9024
9025RALINK RT2X00 WIRELESS LAN DRIVER
9026P: rt2x00 project
9027M: Stanislaw Gruszka <sgruszka@redhat.com>
9028M: Helmut Schaa <helmut.schaa@googlemail.com>
9029L: linux-wireless@vger.kernel.org
9030S: Maintained
9031F: drivers/net/wireless/ralink/rt2x00/
9032
9033RAMDISK RAM BLOCK DEVICE DRIVER
9034M: Jens Axboe <axboe@kernel.dk>
9035S: Maintained
9036F: Documentation/blockdev/ramdisk.txt
9037F: drivers/block/brd.c
9038
9039RANDOM NUMBER DRIVER
9040M: "Theodore Ts'o" <tytso@mit.edu>
9041S: Maintained
9042F: drivers/char/random.c
9043
9044RAPIDIO SUBSYSTEM
9045M: Matt Porter <mporter@kernel.crashing.org>
9046M: Alexandre Bounine <alexandre.bounine@idt.com>
9047S: Maintained
9048F: drivers/rapidio/
9049
9050RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9051L: linux-wireless@vger.kernel.org
9052S: Orphan
9053F: drivers/net/wireless/ray*
9054
9055RCUTORTURE MODULE
9056M: Josh Triplett <josh@joshtriplett.org>
9057M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9058L: linux-kernel@vger.kernel.org
9059S: Supported
9060T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9061F: Documentation/RCU/torture.txt
9062F: kernel/rcu/rcutorture.c
9063
9064RCUTORTURE TEST FRAMEWORK
9065M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9066M: Josh Triplett <josh@joshtriplett.org>
9067R: Steven Rostedt <rostedt@goodmis.org>
9068R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9069R: Lai Jiangshan <jiangshanlai@gmail.com>
9070L: linux-kernel@vger.kernel.org
9071S: Supported
9072T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9073F: tools/testing/selftests/rcutorture
9074
9075RDC R-321X SoC
9076M: Florian Fainelli <florian@openwrt.org>
9077S: Maintained
9078
9079RDC R6040 FAST ETHERNET DRIVER
9080M: Florian Fainelli <florian@openwrt.org>
9081L: netdev@vger.kernel.org
9082S: Maintained
9083F: drivers/net/ethernet/rdc/r6040.c
9084
9085RDS - RELIABLE DATAGRAM SOCKETS
9086M: Chien Yen <chien.yen@oracle.com>
9087L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9088S: Supported
9089F: net/rds/
9090
9091READ-COPY UPDATE (RCU)
9092M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9093M: Josh Triplett <josh@joshtriplett.org>
9094R: Steven Rostedt <rostedt@goodmis.org>
9095R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9096R: Lai Jiangshan <jiangshanlai@gmail.com>
9097L: linux-kernel@vger.kernel.org
9098W: http://www.rdrop.com/users/paulmck/RCU/
9099S: Supported
9100T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9101F: Documentation/RCU/
9102X: Documentation/RCU/torture.txt
9103F: include/linux/rcu*
9104X: include/linux/srcu.h
9105F: kernel/rcu/
9106X: kernel/torture.c
9107
9108REAL TIME CLOCK (RTC) SUBSYSTEM
9109M: Alessandro Zummo <a.zummo@towertech.it>
9110M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9111L: rtc-linux@googlegroups.com
9112Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9113T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9114S: Maintained
9115F: Documentation/rtc.txt
9116F: drivers/rtc/
9117F: include/linux/rtc.h
9118F: include/uapi/linux/rtc.h
9119
9120REALTEK AUDIO CODECS
9121M: Bard Liao <bardliao@realtek.com>
9122M: Oder Chiou <oder_chiou@realtek.com>
9123S: Maintained
9124F: sound/soc/codecs/rt*
9125F: include/sound/rt*.h
9126
9127REISERFS FILE SYSTEM
9128L: reiserfs-devel@vger.kernel.org
9129S: Supported
9130F: fs/reiserfs/
9131
9132REGISTER MAP ABSTRACTION
9133M: Mark Brown <broonie@kernel.org>
9134L: linux-kernel@vger.kernel.org
9135T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9136S: Supported
9137F: drivers/base/regmap/
9138F: include/linux/regmap.h
9139
9140REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9141M: Ohad Ben-Cohen <ohad@wizery.com>
9142T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9143S: Maintained
9144F: drivers/remoteproc/
9145F: Documentation/remoteproc.txt
9146F: include/linux/remoteproc.h
9147
9148REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9149M: Ohad Ben-Cohen <ohad@wizery.com>
9150T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9151S: Maintained
9152F: drivers/rpmsg/
9153F: Documentation/rpmsg.txt
9154F: include/linux/rpmsg.h
9155
9156RENESAS ETHERNET DRIVERS
9157R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9158L: netdev@vger.kernel.org
9159L: linux-renesas-soc@vger.kernel.org
9160F: drivers/net/ethernet/renesas/
9161F: include/linux/sh_eth.h
9162
9163RENESAS USB2 PHY DRIVER
9164M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9165L: linux-renesas-soc@vger.kernel.org
9166S: Maintained
9167F: drivers/phy/phy-rcar-gen3-usb2.c
9168
9169RESET CONTROLLER FRAMEWORK
9170M: Philipp Zabel <p.zabel@pengutronix.de>
9171T: git git://git.pengutronix.de/git/pza/linux
9172S: Maintained
9173F: drivers/reset/
9174F: Documentation/devicetree/bindings/reset/
9175F: include/dt-bindings/reset/
9176F: include/linux/reset.h
9177F: include/linux/reset-controller.h
9178
9179RFKILL
9180M: Johannes Berg <johannes@sipsolutions.net>
9181L: linux-wireless@vger.kernel.org
9182W: http://wireless.kernel.org/
9183T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9184T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9185S: Maintained
9186F: Documentation/rfkill.txt
9187F: net/rfkill/
9188
9189RHASHTABLE
9190M: Thomas Graf <tgraf@suug.ch>
9191L: netdev@vger.kernel.org
9192S: Maintained
9193F: lib/rhashtable.c
9194F: include/linux/rhashtable.h
9195
9196RICOH SMARTMEDIA/XD DRIVER
9197M: Maxim Levitsky <maximlevitsky@gmail.com>
9198S: Maintained
9199F: drivers/mtd/nand/r852.c
9200F: drivers/mtd/nand/r852.h
9201
9202RICOH R5C592 MEMORYSTICK DRIVER
9203M: Maxim Levitsky <maximlevitsky@gmail.com>
9204S: Maintained
9205F: drivers/memstick/host/r592.*
9206
9207ROCCAT DRIVERS
9208M: Stefan Achatz <erazor_de@users.sourceforge.net>
9209W: http://sourceforge.net/projects/roccat/
9210S: Maintained
9211F: drivers/hid/hid-roccat*
9212F: include/linux/hid-roccat*
9213F: Documentation/ABI/*/sysfs-driver-hid-roccat*
9214
9215ROCKER DRIVER
9216M: Jiri Pirko <jiri@resnulli.us>
9217M: Scott Feldman <sfeldma@gmail.com>
9218L: netdev@vger.kernel.org
9219S: Supported
9220F: drivers/net/ethernet/rocker/
9221
9222ROCKETPORT DRIVER
9223P: Comtrol Corp.
9224W: http://www.comtrol.com
9225S: Maintained
9226F: Documentation/serial/rocket.txt
9227F: drivers/tty/rocket*
9228
9229ROCKETPORT EXPRESS/INFINITY DRIVER
9230M: Kevin Cernekee <cernekee@gmail.com>
9231L: linux-serial@vger.kernel.org
9232S: Odd Fixes
9233F: drivers/tty/serial/rp2.*
9234
9235ROSE NETWORK LAYER
9236M: Ralf Baechle <ralf@linux-mips.org>
9237L: linux-hams@vger.kernel.org
9238W: http://www.linux-ax25.org/
9239S: Maintained
9240F: include/net/rose.h
9241F: include/uapi/linux/rose.h
9242F: net/rose/
9243
9244RTL2830 MEDIA DRIVER
9245M: Antti Palosaari <crope@iki.fi>
9246L: linux-media@vger.kernel.org
9247W: https://linuxtv.org
9248W: http://palosaari.fi/linux/
9249Q: http://patchwork.linuxtv.org/project/linux-media/list/
9250T: git git://linuxtv.org/anttip/media_tree.git
9251S: Maintained
9252F: drivers/media/dvb-frontends/rtl2830*
9253
9254RTL2832 MEDIA DRIVER
9255M: Antti Palosaari <crope@iki.fi>
9256L: linux-media@vger.kernel.org
9257W: https://linuxtv.org
9258W: http://palosaari.fi/linux/
9259Q: http://patchwork.linuxtv.org/project/linux-media/list/
9260T: git git://linuxtv.org/anttip/media_tree.git
9261S: Maintained
9262F: drivers/media/dvb-frontends/rtl2832*
9263
9264RTL2832_SDR MEDIA DRIVER
9265M: Antti Palosaari <crope@iki.fi>
9266L: linux-media@vger.kernel.org
9267W: https://linuxtv.org
9268W: http://palosaari.fi/linux/
9269Q: http://patchwork.linuxtv.org/project/linux-media/list/
9270T: git git://linuxtv.org/anttip/media_tree.git
9271S: Maintained
9272F: drivers/media/dvb-frontends/rtl2832_sdr*
9273
9274RTL8180 WIRELESS DRIVER
9275L: linux-wireless@vger.kernel.org
9276W: http://wireless.kernel.org/
9277T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9278S: Orphan
9279F: drivers/net/wireless/realtek/rtl818x/rtl8180/
9280
9281RTL8187 WIRELESS DRIVER
9282M: Herton Ronaldo Krzesinski <herton@canonical.com>
9283M: Hin-Tak Leung <htl10@users.sourceforge.net>
9284M: Larry Finger <Larry.Finger@lwfinger.net>
9285L: linux-wireless@vger.kernel.org
9286W: http://wireless.kernel.org/
9287T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9288S: Maintained
9289F: drivers/net/wireless/realtek/rtl818x/rtl8187/
9290
9291RTL8192CE WIRELESS DRIVER
9292M: Larry Finger <Larry.Finger@lwfinger.net>
9293M: Chaoming Li <chaoming_li@realsil.com.cn>
9294L: linux-wireless@vger.kernel.org
9295W: http://wireless.kernel.org/
9296T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9297S: Maintained
9298F: drivers/net/wireless/realtek/rtlwifi/
9299F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9300
9301RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9302M: Jes Sorensen <Jes.Sorensen@redhat.com>
9303L: linux-wireless@vger.kernel.org
9304T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9305S: Maintained
9306F: drivers/net/wireless/realtek/rtl8xxxu/
9307
9308S3 SAVAGE FRAMEBUFFER DRIVER
9309M: Antonino Daplas <adaplas@gmail.com>
9310L: linux-fbdev@vger.kernel.org
9311S: Maintained
9312F: drivers/video/fbdev/savage/
9313
9314S390
9315M: Martin Schwidefsky <schwidefsky@de.ibm.com>
9316M: Heiko Carstens <heiko.carstens@de.ibm.com>
9317L: linux-s390@vger.kernel.org
9318W: http://www.ibm.com/developerworks/linux/linux390/
9319T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9320S: Supported
9321F: arch/s390/
9322F: drivers/s390/
9323F: Documentation/s390/
9324F: Documentation/DocBook/s390*
9325
9326S390 COMMON I/O LAYER
9327M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9328M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9329L: linux-s390@vger.kernel.org
9330W: http://www.ibm.com/developerworks/linux/linux390/
9331S: Supported
9332F: drivers/s390/cio/
9333
9334S390 DASD DRIVER
9335M: Stefan Weinhuber <wein@de.ibm.com>
9336M: Stefan Haberland <stefan.haberland@de.ibm.com>
9337L: linux-s390@vger.kernel.org
9338W: http://www.ibm.com/developerworks/linux/linux390/
9339S: Supported
9340F: drivers/s390/block/dasd*
9341F: block/partitions/ibm.c
9342
9343S390 NETWORK DRIVERS
9344M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9345L: linux-s390@vger.kernel.org
9346W: http://www.ibm.com/developerworks/linux/linux390/
9347S: Supported
9348F: drivers/s390/net/
9349
9350S390 PCI SUBSYSTEM
9351M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9352M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9353L: linux-s390@vger.kernel.org
9354W: http://www.ibm.com/developerworks/linux/linux390/
9355S: Supported
9356F: arch/s390/pci/
9357F: drivers/pci/hotplug/s390_pci_hpc.c
9358
9359S390 ZCRYPT DRIVER
9360M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9361L: linux-s390@vger.kernel.org
9362W: http://www.ibm.com/developerworks/linux/linux390/
9363S: Supported
9364F: drivers/s390/crypto/
9365
9366S390 ZFCP DRIVER
9367M: Steffen Maier <maier@linux.vnet.ibm.com>
9368L: linux-s390@vger.kernel.org
9369W: http://www.ibm.com/developerworks/linux/linux390/
9370S: Supported
9371F: drivers/s390/scsi/zfcp_*
9372
9373S390 IUCV NETWORK LAYER
9374M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9375L: linux-s390@vger.kernel.org
9376W: http://www.ibm.com/developerworks/linux/linux390/
9377S: Supported
9378F: drivers/s390/net/*iucv*
9379F: include/net/iucv/
9380F: net/iucv/
9381
9382S390 IOMMU (PCI)
9383M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9384L: linux-s390@vger.kernel.org
9385W: http://www.ibm.com/developerworks/linux/linux390/
9386S: Supported
9387F: drivers/iommu/s390-iommu.c
9388
9389S3C24XX SD/MMC Driver
9390M: Ben Dooks <ben-linux@fluff.org>
9391L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9392S: Supported
9393F: drivers/mmc/host/s3cmci.*
9394
9395SAA6588 RDS RECEIVER DRIVER
9396M: Hans Verkuil <hverkuil@xs4all.nl>
9397L: linux-media@vger.kernel.org
9398T: git git://linuxtv.org/media_tree.git
9399W: https://linuxtv.org
9400S: Odd Fixes
9401F: drivers/media/i2c/saa6588*
9402
9403SAA7134 VIDEO4LINUX DRIVER
9404M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9405L: linux-media@vger.kernel.org
9406W: https://linuxtv.org
9407T: git git://linuxtv.org/media_tree.git
9408S: Odd fixes
9409F: Documentation/video4linux/*.saa7134
9410F: drivers/media/pci/saa7134/
9411
9412SAA7146 VIDEO4LINUX-2 DRIVER
9413M: Hans Verkuil <hverkuil@xs4all.nl>
9414L: linux-media@vger.kernel.org
9415T: git git://linuxtv.org/media_tree.git
9416S: Maintained
9417F: drivers/media/common/saa7146/
9418F: drivers/media/pci/saa7146/
9419F: include/media/saa7146*
9420
9421SAMSUNG LAPTOP DRIVER
9422M: Corentin Chary <corentin.chary@gmail.com>
9423L: platform-driver-x86@vger.kernel.org
9424S: Maintained
9425F: drivers/platform/x86/samsung-laptop.c
9426
9427SAMSUNG AUDIO (ASoC) DRIVERS
9428M: Sangbeom Kim <sbkim73@samsung.com>
9429L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9430S: Supported
9431F: sound/soc/samsung/
9432
9433SAMSUNG FRAMEBUFFER DRIVER
9434M: Jingoo Han <jingoohan1@gmail.com>
9435L: linux-fbdev@vger.kernel.org
9436S: Maintained
9437F: drivers/video/fbdev/s3c-fb.c
9438
9439SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9440M: Sangbeom Kim <sbkim73@samsung.com>
9441M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9442L: linux-kernel@vger.kernel.org
9443L: linux-samsung-soc@vger.kernel.org
9444S: Supported
9445F: drivers/mfd/sec*.c
9446F: drivers/regulator/s2m*.c
9447F: drivers/regulator/s5m*.c
9448F: drivers/clk/clk-s2mps11.c
9449F: drivers/rtc/rtc-s5m.c
9450F: include/linux/mfd/samsung/
9451F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9452F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9453F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9454F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9455
9456SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9457M: Kyungmin Park <kyungmin.park@samsung.com>
9458M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9459L: linux-media@vger.kernel.org
9460Q: https://patchwork.linuxtv.org/project/linux-media/list/
9461S: Supported
9462F: drivers/media/platform/exynos4-is/
9463
9464SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9465M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9466L: linux-media@vger.kernel.org
9467L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9468S: Maintained
9469F: drivers/media/platform/s3c-camif/
9470F: include/media/drv-intf/s3c_camif.h
9471
9472SAMSUNG S5C73M3 CAMERA DRIVER
9473M: Kyungmin Park <kyungmin.park@samsung.com>
9474M: Andrzej Hajda <a.hajda@samsung.com>
9475L: linux-media@vger.kernel.org
9476S: Supported
9477F: drivers/media/i2c/s5c73m3/*
9478
9479SAMSUNG S5K5BAF CAMERA DRIVER
9480M: Kyungmin Park <kyungmin.park@samsung.com>
9481M: Andrzej Hajda <a.hajda@samsung.com>
9482L: linux-media@vger.kernel.org
9483S: Supported
9484F: drivers/media/i2c/s5k5baf.c
9485
9486SAMSUNG S3FWRN5 NFC DRIVER
9487M: Robert Baldyga <r.baldyga@samsung.com>
9488L: linux-nfc@lists.01.org (moderated for non-subscribers)
9489S: Supported
9490F: drivers/nfc/s3fwrn5
9491
9492SAMSUNG SOC CLOCK DRIVERS
9493M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9494M: Tomasz Figa <tomasz.figa@gmail.com>
9495S: Supported
9496L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9497F: drivers/clk/samsung/
9498
9499SAMSUNG SXGBE DRIVERS
9500M: Byungho An <bh74.an@samsung.com>
9501M: Girish K S <ks.giri@samsung.com>
9502M: Vipul Pandya <vipul.pandya@samsung.com>
9503S: Supported
9504L: netdev@vger.kernel.org
9505F: drivers/net/ethernet/samsung/sxgbe/
9506
9507SAMSUNG THERMAL DRIVER
9508M: Lukasz Majewski <l.majewski@samsung.com>
9509L: linux-pm@vger.kernel.org
9510L: linux-samsung-soc@vger.kernel.org
9511S: Supported
9512T: git https://github.com/lmajewski/linux-samsung-thermal.git
9513F: drivers/thermal/samsung/
9514
9515SAMSUNG USB2 PHY DRIVER
9516M: Kamil Debski <k.debski@samsung.com>
9517L: linux-kernel@vger.kernel.org
9518S: Supported
9519F: Documentation/devicetree/bindings/phy/samsung-phy.txt
9520F: Documentation/phy/samsung-usb2.txt
9521F: drivers/phy/phy-exynos4210-usb2.c
9522F: drivers/phy/phy-exynos4x12-usb2.c
9523F: drivers/phy/phy-exynos5250-usb2.c
9524F: drivers/phy/phy-s5pv210-usb2.c
9525F: drivers/phy/phy-samsung-usb2.c
9526F: drivers/phy/phy-samsung-usb2.h
9527
9528SERIAL DRIVERS
9529M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9530L: linux-serial@vger.kernel.org
9531S: Maintained
9532F: drivers/tty/serial/
9533
9534SYNOPSYS DESIGNWARE DMAC DRIVER
9535M: Viresh Kumar <vireshk@kernel.org>
9536M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9537S: Maintained
9538F: include/linux/dma/dw.h
9539F: include/linux/platform_data/dma-dw.h
9540F: drivers/dma/dw/
9541
9542SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9543M: Lars Persson <lars.persson@axis.com>
9544L: netdev@vger.kernel.org
9545S: Supported
9546F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9547F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9548
9549SYNOPSYS DESIGNWARE I2C DRIVER
9550M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9551M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
9552M: Mika Westerberg <mika.westerberg@linux.intel.com>
9553L: linux-i2c@vger.kernel.org
9554S: Maintained
9555F: drivers/i2c/busses/i2c-designware-*
9556F: include/linux/platform_data/i2c-designware.h
9557
9558SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9559M: Jaehoon Chung <jh80.chung@samsung.com>
9560L: linux-mmc@vger.kernel.org
9561S: Maintained
9562F: include/linux/mmc/dw_mmc.h
9563F: drivers/mmc/host/dw_mmc*
9564
9565SYSTEM TRACE MODULE CLASS
9566M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9567S: Maintained
9568F: Documentation/trace/stm.txt
9569F: drivers/hwtracing/stm/
9570F: include/linux/stm.h
9571F: include/uapi/linux/stm.h
9572
9573THUNDERBOLT DRIVER
9574M: Andreas Noever <andreas.noever@gmail.com>
9575S: Maintained
9576F: drivers/thunderbolt/
9577
9578TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9579M: John Stultz <john.stultz@linaro.org>
9580M: Thomas Gleixner <tglx@linutronix.de>
9581L: linux-kernel@vger.kernel.org
9582T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9583S: Supported
9584F: include/linux/clocksource.h
9585F: include/linux/time.h
9586F: include/linux/timex.h
9587F: include/uapi/linux/time.h
9588F: include/uapi/linux/timex.h
9589F: kernel/time/clocksource.c
9590F: kernel/time/time*.c
9591F: kernel/time/alarmtimer.c
9592F: kernel/time/ntp.c
9593F: tools/testing/selftests/timers/
9594
9595SC1200 WDT DRIVER
9596M: Zwane Mwaikambo <zwanem@gmail.com>
9597S: Maintained
9598F: drivers/watchdog/sc1200wdt.c
9599
9600SCHEDULER
9601M: Ingo Molnar <mingo@redhat.com>
9602M: Peter Zijlstra <peterz@infradead.org>
9603L: linux-kernel@vger.kernel.org
9604T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9605S: Maintained
9606F: kernel/sched/
9607F: include/linux/sched.h
9608F: include/uapi/linux/sched.h
9609F: include/linux/wait.h
9610
9611SCORE ARCHITECTURE
9612M: Chen Liqin <liqin.linux@gmail.com>
9613M: Lennox Wu <lennox.wu@gmail.com>
9614W: http://www.sunplus.com
9615S: Supported
9616F: arch/score/
9617
9618SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9619M: Sudeep Holla <sudeep.holla@arm.com>
9620L: linux-arm-kernel@lists.infradead.org
9621S: Maintained
9622F: Documentation/devicetree/bindings/arm/arm,scpi.txt
9623F: drivers/clk/clk-scpi.c
9624F: drivers/cpufreq/scpi-cpufreq.c
9625F: drivers/firmware/arm_scpi.c
9626F: include/linux/scpi_protocol.h
9627
9628SCSI CDROM DRIVER
9629M: Jens Axboe <axboe@kernel.dk>
9630L: linux-scsi@vger.kernel.org
9631W: http://www.kernel.dk
9632S: Maintained
9633F: drivers/scsi/sr*
9634
9635SCSI RDMA PROTOCOL (SRP) INITIATOR
9636M: Bart Van Assche <bart.vanassche@sandisk.com>
9637L: linux-rdma@vger.kernel.org
9638S: Supported
9639W: http://www.openfabrics.org
9640Q: http://patchwork.kernel.org/project/linux-rdma/list/
9641T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9642F: drivers/infiniband/ulp/srp/
9643F: include/scsi/srp.h
9644
9645SCSI SG DRIVER
9646M: Doug Gilbert <dgilbert@interlog.com>
9647L: linux-scsi@vger.kernel.org
9648W: http://sg.danny.cz/sg
9649S: Maintained
9650F: Documentation/scsi/scsi-generic.txt
9651F: drivers/scsi/sg.c
9652F: include/scsi/sg.h
9653
9654SCSI SUBSYSTEM
9655M: "James E.J. Bottomley" <JBottomley@odin.com>
9656T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9657M: "Martin K. Petersen" <martin.petersen@oracle.com>
9658T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9659L: linux-scsi@vger.kernel.org
9660S: Maintained
9661F: drivers/scsi/
9662F: include/scsi/
9663
9664SCSI TAPE DRIVER
9665M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9666L: linux-scsi@vger.kernel.org
9667S: Maintained
9668F: Documentation/scsi/st.txt
9669F: drivers/scsi/st.*
9670F: drivers/scsi/st_*.h
9671
9672SCTP PROTOCOL
9673M: Vlad Yasevich <vyasevich@gmail.com>
9674M: Neil Horman <nhorman@tuxdriver.com>
9675L: linux-sctp@vger.kernel.org
9676W: http://lksctp.sourceforge.net
9677S: Maintained
9678F: Documentation/networking/sctp.txt
9679F: include/linux/sctp.h
9680F: include/uapi/linux/sctp.h
9681F: include/net/sctp/
9682F: net/sctp/
9683
9684SCx200 CPU SUPPORT
9685M: Jim Cromie <jim.cromie@gmail.com>
9686S: Odd Fixes
9687F: Documentation/i2c/busses/scx200_acb
9688F: arch/x86/platform/scx200/
9689F: drivers/watchdog/scx200_wdt.c
9690F: drivers/i2c/busses/scx200*
9691F: drivers/mtd/maps/scx200_docflash.c
9692F: include/linux/scx200.h
9693
9694SCx200 GPIO DRIVER
9695M: Jim Cromie <jim.cromie@gmail.com>
9696S: Maintained
9697F: drivers/char/scx200_gpio.c
9698F: include/linux/scx200_gpio.h
9699
9700SCx200 HRT CLOCKSOURCE DRIVER
9701M: Jim Cromie <jim.cromie@gmail.com>
9702S: Maintained
9703F: drivers/clocksource/scx200_hrt.c
9704
9705SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9706M: Sascha Sommer <saschasommer@freenet.de>
9707L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9708S: Maintained
9709F: drivers/mmc/host/sdricoh_cs.c
9710
9711SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9712L: linux-mmc@vger.kernel.org
9713S: Orphan
9714F: drivers/mmc/host/sdhci.*
9715F: drivers/mmc/host/sdhci-pltfm.[ch]
9716
9717SECURE COMPUTING
9718M: Kees Cook <keescook@chromium.org>
9719R: Andy Lutomirski <luto@amacapital.net>
9720R: Will Drewry <wad@chromium.org>
9721T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9722S: Supported
9723F: kernel/seccomp.c
9724F: include/uapi/linux/seccomp.h
9725F: include/linux/seccomp.h
9726F: tools/testing/selftests/seccomp/*
9727K: \bsecure_computing
9728K: \bTIF_SECCOMP\b
9729
9730SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9731M: Ben Dooks <ben-linux@fluff.org>
9732M: Jaehoon Chung <jh80.chung@samsung.com>
9733L: linux-mmc@vger.kernel.org
9734S: Maintained
9735F: drivers/mmc/host/sdhci-s3c*
9736
9737SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9738M: Viresh Kumar <vireshk@kernel.org>
9739L: spear-devel@list.st.com
9740L: linux-mmc@vger.kernel.org
9741S: Maintained
9742F: drivers/mmc/host/sdhci-spear.c
9743
9744SECURITY SUBSYSTEM
9745M: James Morris <james.l.morris@oracle.com>
9746M: "Serge E. Hallyn" <serge@hallyn.com>
9747L: linux-security-module@vger.kernel.org (suggested Cc:)
9748T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9749W: http://kernsec.org/
9750S: Supported
9751F: security/
9752
9753SECURITY CONTACT
9754M: Security Officers <security@kernel.org>
9755S: Supported
9756
9757SELINUX SECURITY MODULE
9758M: Paul Moore <paul@paul-moore.com>
9759M: Stephen Smalley <sds@tycho.nsa.gov>
9760M: Eric Paris <eparis@parisplace.org>
9761L: selinux@tycho.nsa.gov (moderated for non-subscribers)
9762W: http://selinuxproject.org
9763T: git git://git.infradead.org/users/pcmoore/selinux
9764S: Supported
9765F: include/linux/selinux*
9766F: security/selinux/
9767F: scripts/selinux/
9768
9769APPARMOR SECURITY MODULE
9770M: John Johansen <john.johansen@canonical.com>
9771L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9772W: apparmor.wiki.kernel.org
9773T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9774S: Supported
9775F: security/apparmor/
9776
9777YAMA SECURITY MODULE
9778M: Kees Cook <keescook@chromium.org>
9779T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9780S: Supported
9781F: security/yama/
9782
9783SENSABLE PHANTOM
9784M: Jiri Slaby <jirislaby@gmail.com>
9785S: Maintained
9786F: drivers/misc/phantom.c
9787F: include/uapi/linux/phantom.h
9788
9789SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9790M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9791M: Ketan Mukadam <ketan.mukadam@avagotech.com>
9792M: John Soni Jose <sony.john@avagotech.com>
9793L: linux-scsi@vger.kernel.org
9794W: http://www.avagotech.com
9795S: Supported
9796F: drivers/scsi/be2iscsi/
9797
9798Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9799M: Sathya Perla <sathya.perla@avagotech.com>
9800M: Ajit Khaparde <ajit.khaparde@avagotech.com>
9801M: Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9802M: Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9803L: netdev@vger.kernel.org
9804W: http://www.emulex.com
9805S: Supported
9806F: drivers/net/ethernet/emulex/benet/
9807
9808EMULEX ONECONNECT ROCE DRIVER
9809M: Selvin Xavier <selvin.xavier@avagotech.com>
9810M: Devesh Sharma <devesh.sharma@avagotech.com>
9811M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9812L: linux-rdma@vger.kernel.org
9813W: http://www.emulex.com
9814S: Supported
9815F: drivers/infiniband/hw/ocrdma/
9816
9817SFC NETWORK DRIVER
9818M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9819M: Shradha Shah <sshah@solarflare.com>
9820L: netdev@vger.kernel.org
9821S: Supported
9822F: drivers/net/ethernet/sfc/
9823
9824SGI GRU DRIVER
9825M: Dimitri Sivanich <sivanich@sgi.com>
9826S: Maintained
9827F: drivers/misc/sgi-gru/
9828
9829SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9830M: Pat Gefre <pfg@sgi.com>
9831L: linux-ia64@vger.kernel.org
9832S: Supported
9833F: Documentation/ia64/serial.txt
9834F: drivers/tty/serial/ioc?_serial.c
9835F: include/linux/ioc?.h
9836
9837SGI XP/XPC/XPNET DRIVER
9838M: Cliff Whickman <cpw@sgi.com>
9839M: Robin Holt <robinmholt@gmail.com>
9840S: Maintained
9841F: drivers/misc/sgi-xp/
9842
9843SI2157 MEDIA DRIVER
9844M: Antti Palosaari <crope@iki.fi>
9845L: linux-media@vger.kernel.org
9846W: https://linuxtv.org
9847W: http://palosaari.fi/linux/
9848Q: http://patchwork.linuxtv.org/project/linux-media/list/
9849T: git git://linuxtv.org/anttip/media_tree.git
9850S: Maintained
9851F: drivers/media/tuners/si2157*
9852
9853SI2168 MEDIA DRIVER
9854M: Antti Palosaari <crope@iki.fi>
9855L: linux-media@vger.kernel.org
9856W: https://linuxtv.org
9857W: http://palosaari.fi/linux/
9858Q: http://patchwork.linuxtv.org/project/linux-media/list/
9859T: git git://linuxtv.org/anttip/media_tree.git
9860S: Maintained
9861F: drivers/media/dvb-frontends/si2168*
9862
9863SI470X FM RADIO RECEIVER I2C DRIVER
9864M: Hans Verkuil <hverkuil@xs4all.nl>
9865L: linux-media@vger.kernel.org
9866T: git git://linuxtv.org/media_tree.git
9867W: https://linuxtv.org
9868S: Odd Fixes
9869F: drivers/media/radio/si470x/radio-si470x-i2c.c
9870
9871SI470X FM RADIO RECEIVER USB DRIVER
9872M: Hans Verkuil <hverkuil@xs4all.nl>
9873L: linux-media@vger.kernel.org
9874T: git git://linuxtv.org/media_tree.git
9875W: https://linuxtv.org
9876S: Maintained
9877F: drivers/media/radio/si470x/radio-si470x-common.c
9878F: drivers/media/radio/si470x/radio-si470x.h
9879F: drivers/media/radio/si470x/radio-si470x-usb.c
9880
9881SI4713 FM RADIO TRANSMITTER I2C DRIVER
9882M: Eduardo Valentin <edubezval@gmail.com>
9883L: linux-media@vger.kernel.org
9884T: git git://linuxtv.org/media_tree.git
9885W: https://linuxtv.org
9886S: Odd Fixes
9887F: drivers/media/radio/si4713/si4713.?
9888
9889SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9890M: Eduardo Valentin <edubezval@gmail.com>
9891L: linux-media@vger.kernel.org
9892T: git git://linuxtv.org/media_tree.git
9893W: https://linuxtv.org
9894S: Odd Fixes
9895F: drivers/media/radio/si4713/radio-platform-si4713.c
9896
9897SI4713 FM RADIO TRANSMITTER USB DRIVER
9898M: Hans Verkuil <hverkuil@xs4all.nl>
9899L: linux-media@vger.kernel.org
9900T: git git://linuxtv.org/media_tree.git
9901W: https://linuxtv.org
9902S: Maintained
9903F: drivers/media/radio/si4713/radio-usb-si4713.c
9904
9905SIANO DVB DRIVER
9906M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9907L: linux-media@vger.kernel.org
9908W: https://linuxtv.org
9909T: git git://linuxtv.org/media_tree.git
9910S: Odd fixes
9911F: drivers/media/common/siano/
9912F: drivers/media/usb/siano/
9913F: drivers/media/usb/siano/
9914F: drivers/media/mmc/siano/
9915
9916SIMPLEFB FB DRIVER
9917M: Hans de Goede <hdegoede@redhat.com>
9918L: linux-fbdev@vger.kernel.org
9919S: Maintained
9920F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
9921F: drivers/video/fbdev/simplefb.c
9922F: include/linux/platform_data/simplefb.h
9923
9924SH_VEU V4L2 MEM2MEM DRIVER
9925L: linux-media@vger.kernel.org
9926S: Orphan
9927F: drivers/media/platform/sh_veu.c
9928
9929SH_VOU V4L2 OUTPUT DRIVER
9930L: linux-media@vger.kernel.org
9931S: Orphan
9932F: drivers/media/platform/sh_vou.c
9933F: include/media/drv-intf/sh_vou.h
9934
9935SIMPLE FIRMWARE INTERFACE (SFI)
9936M: Len Brown <lenb@kernel.org>
9937L: sfi-devel@simplefirmware.org
9938W: http://simplefirmware.org/
9939T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9940S: Supported
9941F: arch/x86/platform/sfi/
9942F: drivers/sfi/
9943F: include/linux/sfi*.h
9944
9945SIMTEC EB110ATX (Chalice CATS)
9946P: Ben Dooks
9947P: Vincent Sanders <vince@simtec.co.uk>
9948M: Simtec Linux Team <linux@simtec.co.uk>
9949W: http://www.simtec.co.uk/products/EB110ATX/
9950S: Supported
9951
9952SIMTEC EB2410ITX (BAST)
9953P: Ben Dooks
9954P: Vincent Sanders <vince@simtec.co.uk>
9955M: Simtec Linux Team <linux@simtec.co.uk>
9956W: http://www.simtec.co.uk/products/EB2410ITX/
9957S: Supported
9958F: arch/arm/mach-s3c24xx/mach-bast.c
9959F: arch/arm/mach-s3c24xx/bast-ide.c
9960F: arch/arm/mach-s3c24xx/bast-irq.c
9961
9962TI DAVINCI MACHINE SUPPORT
9963M: Sekhar Nori <nsekhar@ti.com>
9964M: Kevin Hilman <khilman@deeprootsystems.com>
9965T: git git://gitorious.org/linux-davinci/linux-davinci.git
9966Q: http://patchwork.kernel.org/project/linux-davinci/list/
9967S: Supported
9968F: arch/arm/mach-davinci/
9969F: drivers/i2c/busses/i2c-davinci.c
9970
9971TI DAVINCI SERIES MEDIA DRIVER
9972M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9973L: linux-media@vger.kernel.org
9974W: https://linuxtv.org
9975Q: http://patchwork.linuxtv.org/project/linux-media/list/
9976T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9977S: Maintained
9978F: drivers/media/platform/davinci/
9979F: include/media/davinci/
9980
9981TI AM437X VPFE DRIVER
9982M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9983L: linux-media@vger.kernel.org
9984W: https://linuxtv.org
9985Q: http://patchwork.linuxtv.org/project/linux-media/list/
9986T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9987S: Maintained
9988F: drivers/media/platform/am437x/
9989
9990OV2659 OMNIVISION SENSOR DRIVER
9991M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9992L: linux-media@vger.kernel.org
9993W: https://linuxtv.org
9994Q: http://patchwork.linuxtv.org/project/linux-media/list/
9995T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9996S: Maintained
9997F: drivers/media/i2c/ov2659.c
9998F: include/media/i2c/ov2659.h
9999
10000SILICON MOTION SM712 FRAME BUFFER DRIVER
10001M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10002M: Teddy Wang <teddy.wang@siliconmotion.com>
10003M: Sudip Mukherjee <sudip@vectorindia.org>
10004L: linux-fbdev@vger.kernel.org
10005S: Maintained
10006F: drivers/video/fbdev/sm712*
10007F: Documentation/fb/sm712fb.txt
10008
10009SIS 190 ETHERNET DRIVER
10010M: Francois Romieu <romieu@fr.zoreil.com>
10011L: netdev@vger.kernel.org
10012S: Maintained
10013F: drivers/net/ethernet/sis/sis190.c
10014
10015SIS 900/7016 FAST ETHERNET DRIVER
10016M: Daniele Venzano <venza@brownhat.org>
10017W: http://www.brownhat.org/sis900.html
10018L: netdev@vger.kernel.org
10019S: Maintained
10020F: drivers/net/ethernet/sis/sis900.*
10021
10022SIS FRAMEBUFFER DRIVER
10023M: Thomas Winischhofer <thomas@winischhofer.net>
10024W: http://www.winischhofer.net/linuxsisvga.shtml
10025S: Maintained
10026F: Documentation/fb/sisfb.txt
10027F: drivers/video/fbdev/sis/
10028F: include/video/sisfb.h
10029
10030SIS USB2VGA DRIVER
10031M: Thomas Winischhofer <thomas@winischhofer.net>
10032W: http://www.winischhofer.at/linuxsisusbvga.shtml
10033S: Maintained
10034F: drivers/usb/misc/sisusbvga/
10035
10036SLAB ALLOCATOR
10037M: Christoph Lameter <cl@linux.com>
10038M: Pekka Enberg <penberg@kernel.org>
10039M: David Rientjes <rientjes@google.com>
10040M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10041M: Andrew Morton <akpm@linux-foundation.org>
10042L: linux-mm@kvack.org
10043S: Maintained
10044F: include/linux/sl?b*.h
10045F: mm/sl?b*
10046
10047SLEEPABLE READ-COPY UPDATE (SRCU)
10048M: Lai Jiangshan <jiangshanlai@gmail.com>
10049M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10050M: Josh Triplett <josh@joshtriplett.org>
10051R: Steven Rostedt <rostedt@goodmis.org>
10052R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10053L: linux-kernel@vger.kernel.org
10054W: http://www.rdrop.com/users/paulmck/RCU/
10055S: Supported
10056T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10057F: include/linux/srcu.h
10058F: kernel/rcu/srcu.c
10059
10060SMACK SECURITY MODULE
10061M: Casey Schaufler <casey@schaufler-ca.com>
10062L: linux-security-module@vger.kernel.org
10063W: http://schaufler-ca.com
10064T: git git://git.gitorious.org/smack-next/kernel.git
10065S: Maintained
10066F: Documentation/security/Smack.txt
10067F: security/smack/
10068
10069DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10070M: Kevin Hilman <khilman@kernel.org>
10071M: Nishanth Menon <nm@ti.com>
10072S: Maintained
10073F: drivers/power/avs/
10074F: include/linux/power/smartreflex.h
10075L: linux-pm@vger.kernel.org
10076
10077SMC91x ETHERNET DRIVER
10078M: Nicolas Pitre <nico@fluxnic.net>
10079S: Odd Fixes
10080F: drivers/net/ethernet/smsc/smc91x.*
10081
10082SMIA AND SMIA++ IMAGE SENSOR DRIVER
10083M: Sakari Ailus <sakari.ailus@iki.fi>
10084L: linux-media@vger.kernel.org
10085S: Maintained
10086F: drivers/media/i2c/smiapp/
10087F: include/media/i2c/smiapp.h
10088F: drivers/media/i2c/smiapp-pll.c
10089F: drivers/media/i2c/smiapp-pll.h
10090F: include/uapi/linux/smiapp.h
10091F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10092
10093SMM665 HARDWARE MONITOR DRIVER
10094M: Guenter Roeck <linux@roeck-us.net>
10095L: lm-sensors@lm-sensors.org
10096S: Maintained
10097F: Documentation/hwmon/smm665
10098F: drivers/hwmon/smm665.c
10099
10100SMSC EMC2103 HARDWARE MONITOR DRIVER
10101M: Steve Glendinning <steve.glendinning@shawell.net>
10102L: lm-sensors@lm-sensors.org
10103S: Maintained
10104F: Documentation/hwmon/emc2103
10105F: drivers/hwmon/emc2103.c
10106
10107SMSC SCH5627 HARDWARE MONITOR DRIVER
10108M: Hans de Goede <hdegoede@redhat.com>
10109L: lm-sensors@lm-sensors.org
10110S: Supported
10111F: Documentation/hwmon/sch5627
10112F: drivers/hwmon/sch5627.c
10113
10114SMSC47B397 HARDWARE MONITOR DRIVER
10115M: Jean Delvare <jdelvare@suse.com>
10116L: lm-sensors@lm-sensors.org
10117S: Maintained
10118F: Documentation/hwmon/smsc47b397
10119F: drivers/hwmon/smsc47b397.c
10120
10121SMSC911x ETHERNET DRIVER
10122M: Steve Glendinning <steve.glendinning@shawell.net>
10123L: netdev@vger.kernel.org
10124S: Maintained
10125F: include/linux/smsc911x.h
10126F: drivers/net/ethernet/smsc/smsc911x.*
10127
10128SMSC9420 PCI ETHERNET DRIVER
10129M: Steve Glendinning <steve.glendinning@shawell.net>
10130L: netdev@vger.kernel.org
10131S: Maintained
10132F: drivers/net/ethernet/smsc/smsc9420.*
10133
10134SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10135M: Steve Glendinning <steve.glendinning@shawell.net>
10136L: linux-fbdev@vger.kernel.org
10137S: Maintained
10138F: drivers/video/fbdev/smscufx.c
10139
10140SOC-CAMERA V4L2 SUBSYSTEM
10141M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10142L: linux-media@vger.kernel.org
10143T: git git://linuxtv.org/media_tree.git
10144S: Maintained
10145F: include/media/soc*
10146F: drivers/media/i2c/soc_camera/
10147F: drivers/media/platform/soc_camera/
10148
10149SOEKRIS NET48XX LED SUPPORT
10150M: Chris Boot <bootc@bootc.net>
10151S: Maintained
10152F: drivers/leds/leds-net48xx.c
10153
10154SOFTLOGIC 6x10 MPEG CODEC
10155M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10156M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10157M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
10158M: Ismael Luceno <ismael@iodev.co.uk>
10159L: linux-media@vger.kernel.org
10160S: Supported
10161F: drivers/media/pci/solo6x10/
10162
10163SOFTWARE RAID (Multiple Disks) SUPPORT
10164L: linux-raid@vger.kernel.org
10165T: git git://neil.brown.name/md
10166S: Supported
10167F: drivers/md/
10168F: include/linux/raid/
10169F: include/uapi/linux/raid/
10170
10171SONIC NETWORK DRIVER
10172M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10173L: netdev@vger.kernel.org
10174S: Maintained
10175F: drivers/net/ethernet/natsemi/sonic.*
10176
10177SONICS SILICON BACKPLANE DRIVER (SSB)
10178M: Michael Buesch <m@bues.ch>
10179L: netdev@vger.kernel.org
10180S: Maintained
10181F: drivers/ssb/
10182F: include/linux/ssb/
10183
10184SONY VAIO CONTROL DEVICE DRIVER
10185M: Mattia Dongili <malattia@linux.it>
10186L: platform-driver-x86@vger.kernel.org
10187W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10188S: Maintained
10189F: Documentation/laptops/sony-laptop.txt
10190F: drivers/char/sonypi.c
10191F: drivers/platform/x86/sony-laptop.c
10192F: include/linux/sony-laptop.h
10193
10194SONY MEMORYSTICK CARD SUPPORT
10195M: Alex Dubov <oakad@yahoo.com>
10196W: http://tifmxx.berlios.de/
10197S: Maintained
10198F: drivers/memstick/host/tifm_ms.c
10199
10200SONY MEMORYSTICK STANDARD SUPPORT
10201M: Maxim Levitsky <maximlevitsky@gmail.com>
10202S: Maintained
10203F: drivers/memstick/core/ms_block.*
10204
10205SOUND
10206M: Jaroslav Kysela <perex@perex.cz>
10207M: Takashi Iwai <tiwai@suse.com>
10208L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10209W: http://www.alsa-project.org/
10210T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10211T: git git://git.alsa-project.org/alsa-kernel.git
10212Q: http://patchwork.kernel.org/project/alsa-devel/list/
10213S: Maintained
10214F: Documentation/sound/
10215F: include/sound/
10216F: include/uapi/sound/
10217F: sound/
10218
10219SOUND - COMPRESSED AUDIO
10220M: Vinod Koul <vinod.koul@intel.com>
10221L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10222T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10223S: Supported
10224F: Documentation/sound/alsa/compress_offload.txt
10225F: include/sound/compress_driver.h
10226F: include/uapi/sound/compress_*
10227F: sound/core/compress_offload.c
10228F: sound/soc/soc-compress.c
10229
10230SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10231M: Liam Girdwood <lgirdwood@gmail.com>
10232M: Mark Brown <broonie@kernel.org>
10233T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10234L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10235W: http://alsa-project.org/main/index.php/ASoC
10236S: Supported
10237F: Documentation/sound/alsa/soc/
10238F: sound/soc/
10239F: include/sound/soc*
10240
10241SOUND - DMAENGINE HELPERS
10242M: Lars-Peter Clausen <lars@metafoo.de>
10243S: Supported
10244F: include/sound/dmaengine_pcm.h
10245F: sound/core/pcm_dmaengine.c
10246F: sound/soc/soc-generic-dmaengine-pcm.c
10247
10248SP2 MEDIA DRIVER
10249M: Olli Salonen <olli.salonen@iki.fi>
10250L: linux-media@vger.kernel.org
10251W: https://linuxtv.org
10252Q: http://patchwork.linuxtv.org/project/linux-media/list/
10253S: Maintained
10254F: drivers/media/dvb-frontends/sp2*
10255
10256SPARC + UltraSPARC (sparc/sparc64)
10257M: "David S. Miller" <davem@davemloft.net>
10258L: sparclinux@vger.kernel.org
10259Q: http://patchwork.ozlabs.org/project/sparclinux/list/
10260T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10261T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10262S: Maintained
10263F: arch/sparc/
10264F: drivers/sbus/
10265
10266SPARC SERIAL DRIVERS
10267M: "David S. Miller" <davem@davemloft.net>
10268L: sparclinux@vger.kernel.org
10269T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10270T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10271S: Maintained
10272F: include/linux/sunserialcore.h
10273F: drivers/tty/serial/suncore.c
10274F: drivers/tty/serial/sunhv.c
10275F: drivers/tty/serial/sunsab.c
10276F: drivers/tty/serial/sunsab.h
10277F: drivers/tty/serial/sunsu.c
10278F: drivers/tty/serial/sunzilog.c
10279F: drivers/tty/serial/sunzilog.h
10280
10281SPARSE CHECKER
10282M: "Christopher Li" <sparse@chrisli.org>
10283L: linux-sparse@vger.kernel.org
10284W: https://sparse.wiki.kernel.org/
10285T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10286T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10287S: Maintained
10288F: include/linux/compiler.h
10289
10290SPEAR PLATFORM SUPPORT
10291M: Viresh Kumar <vireshk@kernel.org>
10292M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10293L: spear-devel@list.st.com
10294L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10295W: http://www.st.com/spear
10296S: Maintained
10297F: arch/arm/mach-spear/
10298
10299SPEAR CLOCK FRAMEWORK SUPPORT
10300M: Viresh Kumar <vireshk@kernel.org>
10301L: spear-devel@list.st.com
10302L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10303W: http://www.st.com/spear
10304S: Maintained
10305F: drivers/clk/spear/
10306
10307SPI SUBSYSTEM
10308M: Mark Brown <broonie@kernel.org>
10309L: linux-spi@vger.kernel.org
10310T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10311Q: http://patchwork.kernel.org/project/spi-devel-general/list/
10312S: Maintained
10313F: Documentation/spi/
10314F: drivers/spi/
10315F: include/linux/spi/
10316F: include/uapi/linux/spi/
10317
10318SPIDERNET NETWORK DRIVER for CELL
10319M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10320L: netdev@vger.kernel.org
10321S: Supported
10322F: Documentation/networking/spider_net.txt
10323F: drivers/net/ethernet/toshiba/spider_net*
10324
10325SPU FILE SYSTEM
10326M: Jeremy Kerr <jk@ozlabs.org>
10327L: linuxppc-dev@lists.ozlabs.org
10328W: http://www.ibm.com/developerworks/power/cell/
10329S: Supported
10330F: Documentation/filesystems/spufs.txt
10331F: arch/powerpc/platforms/cell/spufs/
10332
10333SQUASHFS FILE SYSTEM
10334M: Phillip Lougher <phillip@squashfs.org.uk>
10335L: squashfs-devel@lists.sourceforge.net (subscribers-only)
10336W: http://squashfs.org.uk
10337T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10338S: Maintained
10339F: Documentation/filesystems/squashfs.txt
10340F: fs/squashfs/
10341
10342SRM (Alpha) environment access
10343M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
10344S: Maintained
10345F: arch/alpha/kernel/srm_env.c
10346
10347STABLE BRANCH
10348M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10349L: stable@vger.kernel.org
10350S: Supported
10351F: Documentation/stable_kernel_rules.txt
10352
10353STAGING SUBSYSTEM
10354M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10355T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10356L: devel@driverdev.osuosl.org
10357S: Supported
10358F: drivers/staging/
10359
10360STAGING - COMEDI
10361M: Ian Abbott <abbotti@mev.co.uk>
10362M: H Hartley Sweeten <hsweeten@visionengravers.com>
10363S: Odd Fixes
10364F: drivers/staging/comedi/
10365
10366STAGING - FLARION FT1000 DRIVERS
10367M: Marek Belisko <marek.belisko@gmail.com>
10368S: Odd Fixes
10369F: drivers/staging/ft1000/
10370
10371STAGING - INDUSTRIAL IO
10372M: Jonathan Cameron <jic23@kernel.org>
10373L: linux-iio@vger.kernel.org
10374S: Odd Fixes
10375F: drivers/staging/iio/
10376
10377STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10378M: Jarod Wilson <jarod@wilsonet.com>
10379W: http://www.lirc.org/
10380S: Odd Fixes
10381F: drivers/staging/media/lirc/
10382
10383STAGING - LUSTRE PARALLEL FILESYSTEM
10384M: Oleg Drokin <oleg.drokin@intel.com>
10385M: Andreas Dilger <andreas.dilger@intel.com>
10386L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10387W: http://wiki.lustre.org/
10388S: Maintained
10389F: drivers/staging/lustre
10390
10391STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10392M: Marc Dietrich <marvin24@gmx.de>
10393L: ac100@lists.launchpad.net (moderated for non-subscribers)
10394L: linux-tegra@vger.kernel.org
10395S: Maintained
10396F: drivers/staging/nvec/
10397
10398STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10399M: Jens Frederich <jfrederich@gmail.com>
10400M: Daniel Drake <dsd@laptop.org>
10401M: Jon Nettleton <jon.nettleton@gmail.com>
10402W: http://wiki.laptop.org/go/DCON
10403S: Maintained
10404F: drivers/staging/olpc_dcon/
10405
10406STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10407M: Willy Tarreau <willy@meta-x.org>
10408S: Odd Fixes
10409F: drivers/staging/panel/
10410
10411STAGING - REALTEK RTL8712U DRIVERS
10412M: Larry Finger <Larry.Finger@lwfinger.net>
10413M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10414S: Odd Fixes
10415F: drivers/staging/rtl8712/
10416
10417STAGING - REALTEK RTL8723U WIRELESS DRIVER
10418M: Larry Finger <Larry.Finger@lwfinger.net>
10419M: Jes Sorensen <Jes.Sorensen@redhat.com>
10420L: linux-wireless@vger.kernel.org
10421S: Maintained
10422F: drivers/staging/rtl8723au/
10423
10424STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10425M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10426M: Teddy Wang <teddy.wang@siliconmotion.com>
10427M: Sudip Mukherjee <sudip@vectorindia.org>
10428L: linux-fbdev@vger.kernel.org
10429S: Maintained
10430F: drivers/staging/sm750fb/
10431
10432STAGING - SLICOSS
10433M: Lior Dotan <liodot@gmail.com>
10434M: Christopher Harrer <charrer@alacritech.com>
10435S: Odd Fixes
10436F: drivers/staging/slicoss/
10437
10438STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10439M: William Hubbs <w.d.hubbs@gmail.com>
10440M: Chris Brannon <chris@the-brannons.com>
10441M: Kirk Reiser <kirk@reisers.ca>
10442M: Samuel Thibault <samuel.thibault@ens-lyon.org>
10443L: speakup@linux-speakup.org
10444W: http://www.linux-speakup.org/
10445S: Odd Fixes
10446F: drivers/staging/speakup/
10447
10448STAGING - VIA VT665X DRIVERS
10449M: Forest Bond <forest@alittletooquiet.net>
10450S: Odd Fixes
10451F: drivers/staging/vt665?/
10452
10453STAGING - WILC1000 WIFI DRIVER
10454M: Johnny Kim <johnny.kim@atmel.com>
10455M: Austin Shin <austin.shin@atmel.com>
10456M: Chris Park <chris.park@atmel.com>
10457M: Tony Cho <tony.cho@atmel.com>
10458M: Glen Lee <glen.lee@atmel.com>
10459M: Leo Kim <leo.kim@atmel.com>
10460L: linux-wireless@vger.kernel.org
10461S: Supported
10462F: drivers/staging/wilc1000/
10463
10464STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10465M: Arnaud Patard <arnaud.patard@rtp-net.org>
10466S: Odd Fixes
10467F: drivers/staging/xgifb/
10468
10469HFI1 DRIVER
10470M: Mike Marciniszyn <infinipath@intel.com>
10471L: linux-rdma@vger.kernel.org
10472S: Supported
10473F: drivers/staging/rdma/hfi1
10474
10475STARFIRE/DURALAN NETWORK DRIVER
10476M: Ion Badulescu <ionut@badula.org>
10477S: Odd Fixes
10478F: drivers/net/ethernet/adaptec/starfire*
10479
10480SUN3/3X
10481M: Sam Creasey <sammy@sammy.net>
10482W: http://sammy.net/sun3/
10483S: Maintained
10484F: arch/m68k/kernel/*sun3*
10485F: arch/m68k/sun3*/
10486F: arch/m68k/include/asm/sun3*
10487F: drivers/net/ethernet/i825xx/sun3*
10488
10489SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10490M: Hans de Goede <hdegoede@redhat.com>
10491L: linux-input@vger.kernel.org
10492S: Maintained
10493F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10494F: drivers/input/keyboard/sun4i-lradc-keys.c
10495
10496SUNDANCE NETWORK DRIVER
10497M: Denis Kirjanov <kda@linux-powerpc.org>
10498L: netdev@vger.kernel.org
10499S: Maintained
10500F: drivers/net/ethernet/dlink/sundance.c
10501
10502SUPERH
10503M: Yoshinori Sato <ysato@users.sourceforge.jp>
10504M: Rich Felker <dalias@libc.org>
10505L: linux-sh@vger.kernel.org
10506Q: http://patchwork.kernel.org/project/linux-sh/list/
10507S: Maintained
10508F: Documentation/sh/
10509F: arch/sh/
10510F: drivers/sh/
10511
10512SUSPEND TO RAM
10513M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10514M: Len Brown <len.brown@intel.com>
10515M: Pavel Machek <pavel@ucw.cz>
10516L: linux-pm@vger.kernel.org
10517S: Supported
10518F: Documentation/power/
10519F: arch/x86/kernel/acpi/
10520F: drivers/base/power/
10521F: kernel/power/
10522F: include/linux/suspend.h
10523F: include/linux/freezer.h
10524F: include/linux/pm.h
10525
10526SVGA HANDLING
10527M: Martin Mares <mj@ucw.cz>
10528L: linux-video@atrey.karlin.mff.cuni.cz
10529S: Maintained
10530F: Documentation/svga.txt
10531F: arch/x86/boot/video*
10532
10533SWIOTLB SUBSYSTEM
10534M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10535L: linux-kernel@vger.kernel.org
10536T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10537S: Supported
10538F: lib/swiotlb.c
10539F: arch/*/kernel/pci-swiotlb.c
10540F: include/linux/swiotlb.h
10541
10542SWITCHDEV
10543M: Jiri Pirko <jiri@resnulli.us>
10544L: netdev@vger.kernel.org
10545S: Supported
10546F: net/switchdev/
10547F: include/net/switchdev.h
10548
10549SYNOPSYS ARC ARCHITECTURE
10550M: Vineet Gupta <vgupta@synopsys.com>
10551L: linux-snps-arc@lists.infradead.org
10552S: Supported
10553F: arch/arc/
10554F: Documentation/devicetree/bindings/arc/*
10555F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10556F: drivers/tty/serial/arc_uart.c
10557T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10558
10559SYNOPSYS ARC SDP platform support
10560M: Alexey Brodkin <abrodkin@synopsys.com>
10561S: Supported
10562F: arch/arc/plat-axs10x
10563F: arch/arc/boot/dts/ax*
10564F: Documentation/devicetree/bindings/arc/axs10*
10565
10566SYSTEM CONFIGURATION (SYSCON)
10567M: Lee Jones <lee.jones@linaro.org>
10568M: Arnd Bergmann <arnd@arndb.de>
10569T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10570S: Supported
10571F: drivers/mfd/syscon.c
10572
10573SYSV FILESYSTEM
10574M: Christoph Hellwig <hch@infradead.org>
10575S: Maintained
10576F: Documentation/filesystems/sysv-fs.txt
10577F: fs/sysv/
10578F: include/linux/sysv_fs.h
10579
10580TARGET SUBSYSTEM
10581M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10582L: linux-scsi@vger.kernel.org
10583L: target-devel@vger.kernel.org
10584W: http://www.linux-iscsi.org
10585W: http://groups.google.com/group/linux-iscsi-target-dev
10586T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10587S: Supported
10588F: drivers/target/
10589F: include/target/
10590F: Documentation/target/
10591
10592TASKSTATS STATISTICS INTERFACE
10593M: Balbir Singh <bsingharora@gmail.com>
10594S: Maintained
10595F: Documentation/accounting/taskstats*
10596F: include/linux/taskstats*
10597F: kernel/taskstats.c
10598
10599TC CLASSIFIER
10600M: Jamal Hadi Salim <jhs@mojatatu.com>
10601L: netdev@vger.kernel.org
10602S: Maintained
10603F: include/net/pkt_cls.h
10604F: include/uapi/linux/pkt_cls.h
10605F: net/sched/
10606
10607TCP LOW PRIORITY MODULE
10608M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10609M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10610W: http://tcp-lp-mod.sourceforge.net/
10611S: Maintained
10612F: net/ipv4/tcp_lp.c
10613
10614TDA10071 MEDIA DRIVER
10615M: Antti Palosaari <crope@iki.fi>
10616L: linux-media@vger.kernel.org
10617W: https://linuxtv.org
10618W: http://palosaari.fi/linux/
10619Q: http://patchwork.linuxtv.org/project/linux-media/list/
10620T: git git://linuxtv.org/anttip/media_tree.git
10621S: Maintained
10622F: drivers/media/dvb-frontends/tda10071*
10623
10624TDA18212 MEDIA DRIVER
10625M: Antti Palosaari <crope@iki.fi>
10626L: linux-media@vger.kernel.org
10627W: https://linuxtv.org
10628W: http://palosaari.fi/linux/
10629Q: http://patchwork.linuxtv.org/project/linux-media/list/
10630T: git git://linuxtv.org/anttip/media_tree.git
10631S: Maintained
10632F: drivers/media/tuners/tda18212*
10633
10634TDA18218 MEDIA DRIVER
10635M: Antti Palosaari <crope@iki.fi>
10636L: linux-media@vger.kernel.org
10637W: https://linuxtv.org
10638W: http://palosaari.fi/linux/
10639Q: http://patchwork.linuxtv.org/project/linux-media/list/
10640T: git git://linuxtv.org/anttip/media_tree.git
10641S: Maintained
10642F: drivers/media/tuners/tda18218*
10643
10644TDA18271 MEDIA DRIVER
10645M: Michael Krufky <mkrufky@linuxtv.org>
10646L: linux-media@vger.kernel.org
10647W: https://linuxtv.org
10648W: http://github.com/mkrufky
10649Q: http://patchwork.linuxtv.org/project/linux-media/list/
10650T: git git://linuxtv.org/mkrufky/tuners.git
10651S: Maintained
10652F: drivers/media/tuners/tda18271*
10653
10654TDA827x MEDIA DRIVER
10655M: Michael Krufky <mkrufky@linuxtv.org>
10656L: linux-media@vger.kernel.org
10657W: https://linuxtv.org
10658W: http://github.com/mkrufky
10659Q: http://patchwork.linuxtv.org/project/linux-media/list/
10660T: git git://linuxtv.org/mkrufky/tuners.git
10661S: Maintained
10662F: drivers/media/tuners/tda8290.*
10663
10664TDA8290 MEDIA DRIVER
10665M: Michael Krufky <mkrufky@linuxtv.org>
10666L: linux-media@vger.kernel.org
10667W: https://linuxtv.org
10668W: http://github.com/mkrufky
10669Q: http://patchwork.linuxtv.org/project/linux-media/list/
10670T: git git://linuxtv.org/mkrufky/tuners.git
10671S: Maintained
10672F: drivers/media/tuners/tda8290.*
10673
10674TDA9840 MEDIA DRIVER
10675M: Hans Verkuil <hverkuil@xs4all.nl>
10676L: linux-media@vger.kernel.org
10677T: git git://linuxtv.org/media_tree.git
10678W: https://linuxtv.org
10679S: Maintained
10680F: drivers/media/i2c/tda9840*
10681
10682TEA5761 TUNER DRIVER
10683M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10684L: linux-media@vger.kernel.org
10685W: https://linuxtv.org
10686T: git git://linuxtv.org/media_tree.git
10687S: Odd fixes
10688F: drivers/media/tuners/tea5761.*
10689
10690TEA5767 TUNER DRIVER
10691M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10692L: linux-media@vger.kernel.org
10693W: https://linuxtv.org
10694T: git git://linuxtv.org/media_tree.git
10695S: Maintained
10696F: drivers/media/tuners/tea5767.*
10697
10698TEA6415C MEDIA DRIVER
10699M: Hans Verkuil <hverkuil@xs4all.nl>
10700L: linux-media@vger.kernel.org
10701T: git git://linuxtv.org/media_tree.git
10702W: https://linuxtv.org
10703S: Maintained
10704F: drivers/media/i2c/tea6415c*
10705
10706TEA6420 MEDIA DRIVER
10707M: Hans Verkuil <hverkuil@xs4all.nl>
10708L: linux-media@vger.kernel.org
10709T: git git://linuxtv.org/media_tree.git
10710W: https://linuxtv.org
10711S: Maintained
10712F: drivers/media/i2c/tea6420*
10713
10714TEAM DRIVER
10715M: Jiri Pirko <jiri@resnulli.us>
10716L: netdev@vger.kernel.org
10717S: Supported
10718F: drivers/net/team/
10719F: include/linux/if_team.h
10720F: include/uapi/linux/if_team.h
10721
10722TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10723M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10724S: Maintained
10725F: arch/x86/platform/ts5500/
10726
10727TECHNOTREND USB IR RECEIVER
10728M: Sean Young <sean@mess.org>
10729L: linux-media@vger.kernel.org
10730S: Maintained
10731F: drivers/media/rc/ttusbir.c
10732
10733TEGRA ARCHITECTURE SUPPORT
10734M: Stephen Warren <swarren@wwwdotorg.org>
10735M: Thierry Reding <thierry.reding@gmail.com>
10736M: Alexandre Courbot <gnurou@gmail.com>
10737L: linux-tegra@vger.kernel.org
10738Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
10739T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10740S: Supported
10741N: [^a-z]tegra
10742
10743TEGRA CLOCK DRIVER
10744M: Peter De Schrijver <pdeschrijver@nvidia.com>
10745M: Prashant Gaikwad <pgaikwad@nvidia.com>
10746S: Supported
10747F: drivers/clk/tegra/
10748
10749TEGRA DMA DRIVER
10750M: Laxman Dewangan <ldewangan@nvidia.com>
10751S: Supported
10752F: drivers/dma/tegra20-apb-dma.c
10753
10754TEGRA I2C DRIVER
10755M: Laxman Dewangan <ldewangan@nvidia.com>
10756S: Supported
10757F: drivers/i2c/busses/i2c-tegra.c
10758
10759TEGRA IOMMU DRIVERS
10760M: Hiroshi Doyu <hdoyu@nvidia.com>
10761S: Supported
10762F: drivers/iommu/tegra*
10763
10764TEGRA KBC DRIVER
10765M: Rakesh Iyer <riyer@nvidia.com>
10766M: Laxman Dewangan <ldewangan@nvidia.com>
10767S: Supported
10768F: drivers/input/keyboard/tegra-kbc.c
10769
10770TEGRA PWM DRIVER
10771M: Thierry Reding <thierry.reding@gmail.com>
10772S: Supported
10773F: drivers/pwm/pwm-tegra.c
10774
10775TEGRA SERIAL DRIVER
10776M: Laxman Dewangan <ldewangan@nvidia.com>
10777S: Supported
10778F: drivers/tty/serial/serial-tegra.c
10779
10780TEGRA SPI DRIVER
10781M: Laxman Dewangan <ldewangan@nvidia.com>
10782S: Supported
10783F: drivers/spi/spi-tegra*
10784
10785TEHUTI ETHERNET DRIVER
10786M: Andy Gospodarek <andy@greyhouse.net>
10787L: netdev@vger.kernel.org
10788S: Supported
10789F: drivers/net/ethernet/tehuti/*
10790
10791Telecom Clock Driver for MCPL0010
10792M: Mark Gross <mark.gross@intel.com>
10793S: Supported
10794F: drivers/char/tlclk.c
10795
10796TENSILICA XTENSA PORT (xtensa)
10797M: Chris Zankel <chris@zankel.net>
10798M: Max Filippov <jcmvbkbc@gmail.com>
10799L: linux-xtensa@linux-xtensa.org
10800T: git git://github.com/czankel/xtensa-linux.git
10801S: Maintained
10802F: arch/xtensa/
10803F: drivers/irqchip/irq-xtensa-*
10804
10805THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10806M: Hans Verkuil <hverkuil@xs4all.nl>
10807L: linux-media@vger.kernel.org
10808T: git git://linuxtv.org/media_tree.git
10809W: https://linuxtv.org
10810S: Maintained
10811F: drivers/media/radio/radio-raremono.c
10812
10813THERMAL
10814M: Zhang Rui <rui.zhang@intel.com>
10815M: Eduardo Valentin <edubezval@gmail.com>
10816L: linux-pm@vger.kernel.org
10817T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10818T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10819Q: https://patchwork.kernel.org/project/linux-pm/list/
10820S: Supported
10821F: drivers/thermal/
10822F: include/linux/thermal.h
10823F: include/uapi/linux/thermal.h
10824F: include/linux/cpu_cooling.h
10825F: Documentation/devicetree/bindings/thermal/
10826
10827THERMAL/CPU_COOLING
10828M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
10829M: Viresh Kumar <viresh.kumar@linaro.org>
10830M: Javi Merino <javi.merino@arm.com>
10831L: linux-pm@vger.kernel.org
10832S: Supported
10833F: Documentation/thermal/cpu-cooling-api.txt
10834F: drivers/thermal/cpu_cooling.c
10835F: include/linux/cpu_cooling.h
10836
10837THINGM BLINK(1) USB RGB LED DRIVER
10838M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10839S: Maintained
10840F: drivers/hid/hid-thingm.c
10841
10842THINKPAD ACPI EXTRAS DRIVER
10843M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10844L: ibm-acpi-devel@lists.sourceforge.net
10845L: platform-driver-x86@vger.kernel.org
10846W: http://ibm-acpi.sourceforge.net
10847W: http://thinkwiki.org/wiki/Ibm-acpi
10848T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10849S: Maintained
10850F: drivers/platform/x86/thinkpad_acpi.c
10851
10852TI BANDGAP AND THERMAL DRIVER
10853M: Eduardo Valentin <edubezval@gmail.com>
10854L: linux-pm@vger.kernel.org
10855L: linux-omap@vger.kernel.org
10856S: Maintained
10857F: drivers/thermal/ti-soc-thermal/
10858
10859TI CDCE706 CLOCK DRIVER
10860M: Max Filippov <jcmvbkbc@gmail.com>
10861S: Maintained
10862F: drivers/clk/clk-cdce706.c
10863
10864TI CLOCK DRIVER
10865M: Tero Kristo <t-kristo@ti.com>
10866L: linux-omap@vger.kernel.org
10867S: Maintained
10868F: drivers/clk/ti/
10869F: include/linux/clk/ti.h
10870
10871TI FLASH MEDIA INTERFACE DRIVER
10872M: Alex Dubov <oakad@yahoo.com>
10873S: Maintained
10874F: drivers/misc/tifm*
10875F: drivers/mmc/host/tifm_sd.c
10876F: include/linux/tifm.h
10877
10878TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10879M: Santosh Shilimkar <ssantosh@kernel.org>
10880L: linux-kernel@vger.kernel.org
10881L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10882S: Maintained
10883F: drivers/soc/ti/*
10884T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10885
10886
10887TI LM49xxx FAMILY ASoC CODEC DRIVERS
10888M: M R Swami Reddy <mr.swami.reddy@ti.com>
10889M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10890L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10891S: Maintained
10892F: sound/soc/codecs/lm49453*
10893F: sound/soc/codecs/isabelle*
10894
10895TI LP855x BACKLIGHT DRIVER
10896M: Milo Kim <milo.kim@ti.com>
10897S: Maintained
10898F: Documentation/backlight/lp855x-driver.txt
10899F: drivers/video/backlight/lp855x_bl.c
10900F: include/linux/platform_data/lp855x.h
10901
10902TI LP8727 CHARGER DRIVER
10903M: Milo Kim <milo.kim@ti.com>
10904S: Maintained
10905F: drivers/power/lp8727_charger.c
10906F: include/linux/platform_data/lp8727.h
10907
10908TI LP8788 MFD DRIVER
10909M: Milo Kim <milo.kim@ti.com>
10910S: Maintained
10911F: drivers/iio/adc/lp8788_adc.c
10912F: drivers/leds/leds-lp8788.c
10913F: drivers/mfd/lp8788*.c
10914F: drivers/power/lp8788-charger.c
10915F: drivers/regulator/lp8788-*.c
10916F: include/linux/mfd/lp8788*.h
10917
10918TI NETCP ETHERNET DRIVER
10919M: Wingman Kwok <w-kwok2@ti.com>
10920M: Murali Karicheri <m-karicheri2@ti.com>
10921L: netdev@vger.kernel.org
10922S: Maintained
10923F: drivers/net/ethernet/ti/netcp*
10924
10925TI TAS571X FAMILY ASoC CODEC DRIVER
10926M: Kevin Cernekee <cernekee@chromium.org>
10927L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10928S: Odd Fixes
10929F: sound/soc/codecs/tas571x*
10930
10931TI TWL4030 SERIES SOC CODEC DRIVER
10932M: Peter Ujfalusi <peter.ujfalusi@ti.com>
10933L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10934S: Maintained
10935F: sound/soc/codecs/twl4030*
10936
10937TI WILINK WIRELESS DRIVERS
10938L: linux-wireless@vger.kernel.org
10939W: http://wireless.kernel.org/en/users/Drivers/wl12xx
10940W: http://wireless.kernel.org/en/users/Drivers/wl1251
10941T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10942S: Orphan
10943F: drivers/net/wireless/ti/
10944F: include/linux/wl12xx.h
10945
10946TIPC NETWORK LAYER
10947M: Jon Maloy <jon.maloy@ericsson.com>
10948M: Ying Xue <ying.xue@windriver.com>
10949L: netdev@vger.kernel.org (core kernel code)
10950L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10951W: http://tipc.sourceforge.net/
10952S: Maintained
10953F: include/uapi/linux/tipc*.h
10954F: net/tipc/
10955
10956TILE ARCHITECTURE
10957M: Chris Metcalf <cmetcalf@ezchip.com>
10958W: http://www.ezchip.com/scm/
10959T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
10960S: Supported
10961F: arch/tile/
10962F: drivers/char/tile-srom.c
10963F: drivers/edac/tile_edac.c
10964F: drivers/net/ethernet/tile/
10965F: drivers/rtc/rtc-tile.c
10966F: drivers/tty/hvc/hvc_tile.c
10967F: drivers/tty/serial/tilegx.c
10968F: drivers/usb/host/*-tilegx.c
10969F: include/linux/usb/tilegx.h
10970
10971TLAN NETWORK DRIVER
10972M: Samuel Chessman <chessman@tux.org>
10973L: tlan-devel@lists.sourceforge.net (subscribers-only)
10974W: http://sourceforge.net/projects/tlan/
10975S: Maintained
10976F: Documentation/networking/tlan.txt
10977F: drivers/net/ethernet/ti/tlan.*
10978
10979TOMOYO SECURITY MODULE
10980M: Kentaro Takeda <takedakn@nttdata.co.jp>
10981M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10982L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10983L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10984L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10985L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10986W: http://tomoyo.sourceforge.jp/
10987T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10988S: Maintained
10989F: security/tomoyo/
10990
10991TOPSTAR LAPTOP EXTRAS DRIVER
10992M: Herton Ronaldo Krzesinski <herton@canonical.com>
10993L: platform-driver-x86@vger.kernel.org
10994S: Maintained
10995F: drivers/platform/x86/topstar-laptop.c
10996
10997TOSHIBA ACPI EXTRAS DRIVER
10998M: Azael Avalos <coproscefalo@gmail.com>
10999L: platform-driver-x86@vger.kernel.org
11000S: Maintained
11001F: drivers/platform/x86/toshiba_acpi.c
11002
11003TOSHIBA BLUETOOTH DRIVER
11004M: Azael Avalos <coproscefalo@gmail.com>
11005L: platform-driver-x86@vger.kernel.org
11006S: Maintained
11007F: drivers/platform/x86/toshiba_bluetooth.c
11008
11009TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11010M: Azael Avalos <coproscefalo@gmail.com>
11011L: platform-driver-x86@vger.kernel.org
11012S: Maintained
11013F: drivers/platform/x86/toshiba_haps.c
11014
11015TOSHIBA WMI HOTKEYS DRIVER
11016M: Azael Avalos <coproscefalo@gmail.com>
11017L: platform-driver-x86@vger.kernel.org
11018S: Maintained
11019F: drivers/platform/x86/toshiba-wmi.c
11020
11021TOSHIBA SMM DRIVER
11022M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11023W: http://www.buzzard.org.uk/toshiba/
11024S: Maintained
11025F: drivers/char/toshiba.c
11026F: include/linux/toshiba.h
11027F: include/uapi/linux/toshiba.h
11028
11029TOSHIBA TC358743 DRIVER
11030M: Mats Randgaard <matrandg@cisco.com>
11031L: linux-media@vger.kernel.org
11032S: Maintained
11033F: drivers/media/i2c/tc358743*
11034F: include/media/i2c/tc358743.h
11035
11036TMIO MMC DRIVER
11037M: Ian Molton <ian@mnementh.co.uk>
11038L: linux-mmc@vger.kernel.org
11039S: Maintained
11040F: drivers/mmc/host/tmio_mmc*
11041F: drivers/mmc/host/sh_mobile_sdhi.c
11042F: include/linux/mmc/tmio.h
11043F: include/linux/mmc/sh_mobile_sdhi.h
11044
11045TMP401 HARDWARE MONITOR DRIVER
11046M: Guenter Roeck <linux@roeck-us.net>
11047L: lm-sensors@lm-sensors.org
11048S: Maintained
11049F: Documentation/hwmon/tmp401
11050F: drivers/hwmon/tmp401.c
11051
11052TMPFS (SHMEM FILESYSTEM)
11053M: Hugh Dickins <hughd@google.com>
11054L: linux-mm@kvack.org
11055S: Maintained
11056F: include/linux/shmem_fs.h
11057F: mm/shmem.c
11058
11059TM6000 VIDEO4LINUX DRIVER
11060M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11061L: linux-media@vger.kernel.org
11062W: https://linuxtv.org
11063T: git git://linuxtv.org/media_tree.git
11064S: Odd fixes
11065F: drivers/media/usb/tm6000/
11066
11067TW68 VIDEO4LINUX DRIVER
11068M: Hans Verkuil <hverkuil@xs4all.nl>
11069L: linux-media@vger.kernel.org
11070T: git git://linuxtv.org/media_tree.git
11071W: https://linuxtv.org
11072S: Odd Fixes
11073F: drivers/media/pci/tw68/
11074
11075TPM DEVICE DRIVER
11076M: Peter Huewe <peterhuewe@gmx.de>
11077M: Marcel Selhorst <tpmdd@selhorst.net>
11078M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11079R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11080W: http://tpmdd.sourceforge.net
11081L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11082Q: git git://github.com/PeterHuewe/linux-tpmdd.git
11083T: git https://github.com/PeterHuewe/linux-tpmdd
11084S: Maintained
11085F: drivers/char/tpm/
11086
11087TPM IBM_VTPM DEVICE DRIVER
11088M: Ashley Lai <ashleydlai@gmail.com>
11089W: http://tpmdd.sourceforge.net
11090L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11091S: Maintained
11092F: drivers/char/tpm/tpm_ibmvtpm*
11093
11094TRACING
11095M: Steven Rostedt <rostedt@goodmis.org>
11096M: Ingo Molnar <mingo@redhat.com>
11097T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11098S: Maintained
11099F: Documentation/trace/ftrace.txt
11100F: arch/*/*/*/ftrace.h
11101F: arch/*/kernel/ftrace.c
11102F: include/*/ftrace.h
11103F: include/linux/trace*.h
11104F: include/trace/
11105F: kernel/trace/
11106F: tools/testing/selftests/ftrace/
11107
11108TRIVIAL PATCHES
11109M: Jiri Kosina <trivial@kernel.org>
11110T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11111S: Maintained
11112K: ^Subject:.*(?i)trivial
11113
11114TTY LAYER
11115M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11116M: Jiri Slaby <jslaby@suse.com>
11117S: Supported
11118T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11119F: Documentation/serial/
11120F: drivers/tty/
11121F: drivers/tty/serial/serial_core.c
11122F: include/linux/serial_core.h
11123F: include/linux/serial.h
11124F: include/linux/tty.h
11125F: include/uapi/linux/serial_core.h
11126F: include/uapi/linux/serial.h
11127F: include/uapi/linux/tty.h
11128
11129TUA9001 MEDIA DRIVER
11130M: Antti Palosaari <crope@iki.fi>
11131L: linux-media@vger.kernel.org
11132W: https://linuxtv.org
11133W: http://palosaari.fi/linux/
11134Q: http://patchwork.linuxtv.org/project/linux-media/list/
11135T: git git://linuxtv.org/anttip/media_tree.git
11136S: Maintained
11137F: drivers/media/tuners/tua9001*
11138
11139TULIP NETWORK DRIVERS
11140L: netdev@vger.kernel.org
11141L: linux-parisc@vger.kernel.org
11142S: Orphan
11143F: drivers/net/ethernet/dec/tulip/
11144
11145TUN/TAP driver
11146M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
11147W: http://vtun.sourceforge.net/tun
11148S: Maintained
11149F: Documentation/networking/tuntap.txt
11150F: arch/um/os-Linux/drivers/
11151
11152TURBOCHANNEL SUBSYSTEM
11153M: "Maciej W. Rozycki" <macro@linux-mips.org>
11154M: Ralf Baechle <ralf@linux-mips.org>
11155L: linux-mips@linux-mips.org
11156Q: http://patchwork.linux-mips.org/project/linux-mips/list/
11157S: Maintained
11158F: drivers/tc/
11159F: include/linux/tc.h
11160
11161U14-34F SCSI DRIVER
11162M: Dario Ballabio <ballabio_dario@emc.com>
11163L: linux-scsi@vger.kernel.org
11164S: Maintained
11165F: drivers/scsi/u14-34f.c
11166
11167UBI FILE SYSTEM (UBIFS)
11168M: Artem Bityutskiy <dedekind1@gmail.com>
11169M: Adrian Hunter <adrian.hunter@intel.com>
11170L: linux-mtd@lists.infradead.org
11171T: git git://git.infradead.org/ubifs-2.6.git
11172W: http://www.linux-mtd.infradead.org/doc/ubifs.html
11173S: Maintained
11174F: Documentation/filesystems/ubifs.txt
11175F: fs/ubifs/
11176
11177UCLINUX (M68KNOMMU AND COLDFIRE)
11178M: Greg Ungerer <gerg@uclinux.org>
11179W: http://www.uclinux.org/
11180L: linux-m68k@lists.linux-m68k.org
11181L: uclinux-dev@uclinux.org (subscribers-only)
11182T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11183S: Maintained
11184F: arch/m68k/coldfire/
11185F: arch/m68k/68*/
11186F: arch/m68k/*/*_no.*
11187F: arch/m68k/include/asm/*_no.*
11188
11189UDF FILESYSTEM
11190M: Jan Kara <jack@suse.com>
11191S: Maintained
11192F: Documentation/filesystems/udf.txt
11193F: fs/udf/
11194
11195UFS FILESYSTEM
11196M: Evgeniy Dushistov <dushistov@mail.ru>
11197S: Maintained
11198F: Documentation/filesystems/ufs.txt
11199F: fs/ufs/
11200
11201UHID USERSPACE HID IO DRIVER:
11202M: David Herrmann <dh.herrmann@googlemail.com>
11203L: linux-input@vger.kernel.org
11204S: Maintained
11205F: drivers/hid/uhid.c
11206F: include/uapi/linux/uhid.h
11207
11208ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11209L: linux-usb@vger.kernel.org
11210S: Orphan
11211F: drivers/uwb/
11212F: include/linux/uwb.h
11213F: include/linux/uwb/
11214
11215UNICORE32 ARCHITECTURE:
11216M: Guan Xuetao <gxt@mprc.pku.edu.cn>
11217W: http://mprc.pku.edu.cn/~guanxuetao/linux
11218S: Maintained
11219T: git git://github.com/gxt/linux.git
11220F: arch/unicore32/
11221
11222UNIFDEF
11223M: Tony Finch <dot@dotat.at>
11224W: http://dotat.at/prog/unifdef
11225S: Maintained
11226F: scripts/unifdef.c
11227
11228UNIFORM CDROM DRIVER
11229M: Jens Axboe <axboe@kernel.dk>
11230W: http://www.kernel.dk
11231S: Maintained
11232F: Documentation/cdrom/
11233F: drivers/cdrom/cdrom.c
11234F: include/linux/cdrom.h
11235F: include/uapi/linux/cdrom.h
11236
11237UNISYS S-PAR DRIVERS
11238M: Benjamin Romer <benjamin.romer@unisys.com>
11239M: David Kershner <david.kershner@unisys.com>
11240L: sparmaintainer@unisys.com (Unisys internal)
11241S: Supported
11242F: drivers/staging/unisys/
11243
11244UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11245M: Vinayak Holikatti <vinholikatti@gmail.com>
11246L: linux-scsi@vger.kernel.org
11247S: Supported
11248F: Documentation/scsi/ufs.txt
11249F: drivers/scsi/ufs/
11250
11251UNSORTED BLOCK IMAGES (UBI)
11252M: Artem Bityutskiy <dedekind1@gmail.com>
11253M: Richard Weinberger <richard@nod.at>
11254W: http://www.linux-mtd.infradead.org/
11255L: linux-mtd@lists.infradead.org
11256T: git git://git.infradead.org/ubifs-2.6.git
11257S: Supported
11258F: drivers/mtd/ubi/
11259F: include/linux/mtd/ubi.h
11260F: include/uapi/mtd/ubi-user.h
11261
11262USB ACM DRIVER
11263M: Oliver Neukum <oliver@neukum.org>
11264L: linux-usb@vger.kernel.org
11265S: Maintained
11266F: Documentation/usb/acm.txt
11267F: drivers/usb/class/cdc-acm.*
11268
11269USB AR5523 WIRELESS DRIVER
11270M: Pontus Fuchs <pontus.fuchs@gmail.com>
11271L: linux-wireless@vger.kernel.org
11272S: Maintained
11273F: drivers/net/wireless/ath/ar5523/
11274
11275USB ATTACHED SCSI
11276M: Hans de Goede <hdegoede@redhat.com>
11277M: Gerd Hoffmann <kraxel@redhat.com>
11278L: linux-usb@vger.kernel.org
11279L: linux-scsi@vger.kernel.org
11280S: Maintained
11281F: drivers/usb/storage/uas.c
11282
11283USB CDC ETHERNET DRIVER
11284M: Oliver Neukum <oliver@neukum.org>
11285L: linux-usb@vger.kernel.org
11286S: Maintained
11287F: drivers/net/usb/cdc_*.c
11288F: include/uapi/linux/usb/cdc.h
11289
11290USB CHAOSKEY DRIVER
11291M: Keith Packard <keithp@keithp.com>
11292L: linux-usb@vger.kernel.org
11293S: Maintained
11294F: drivers/usb/misc/chaoskey.c
11295
11296USB CYPRESS C67X00 DRIVER
11297M: Peter Korsgaard <jacmet@sunsite.dk>
11298L: linux-usb@vger.kernel.org
11299S: Maintained
11300F: drivers/usb/c67x00/
11301
11302USB DAVICOM DM9601 DRIVER
11303M: Peter Korsgaard <jacmet@sunsite.dk>
11304L: netdev@vger.kernel.org
11305W: http://www.linux-usb.org/usbnet
11306S: Maintained
11307F: drivers/net/usb/dm9601.c
11308
11309USB DIAMOND RIO500 DRIVER
11310M: Cesar Miquel <miquel@df.uba.ar>
11311L: rio500-users@lists.sourceforge.net
11312W: http://rio500.sourceforge.net
11313S: Maintained
11314F: drivers/usb/misc/rio500*
11315
11316USB EHCI DRIVER
11317M: Alan Stern <stern@rowland.harvard.edu>
11318L: linux-usb@vger.kernel.org
11319S: Maintained
11320F: Documentation/usb/ehci.txt
11321F: drivers/usb/host/ehci*
11322
11323USB GADGET/PERIPHERAL SUBSYSTEM
11324M: Felipe Balbi <balbi@ti.com>
11325L: linux-usb@vger.kernel.org
11326W: http://www.linux-usb.org/gadget
11327T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11328S: Maintained
11329F: drivers/usb/gadget/
11330F: include/linux/usb/gadget*
11331
11332USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11333M: Jiri Kosina <jikos@kernel.org>
11334R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
11335L: linux-usb@vger.kernel.org
11336T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11337S: Maintained
11338F: Documentation/hid/hiddev.txt
11339F: drivers/hid/usbhid/
11340
11341USB ISP116X DRIVER
11342M: Olav Kongas <ok@artecdesign.ee>
11343L: linux-usb@vger.kernel.org
11344S: Maintained
11345F: drivers/usb/host/isp116x*
11346F: include/linux/usb/isp116x.h
11347
11348USB MASS STORAGE DRIVER
11349M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11350L: linux-usb@vger.kernel.org
11351L: usb-storage@lists.one-eyed-alien.net
11352S: Maintained
11353W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
11354F: drivers/usb/storage/
11355
11356USB MIDI DRIVER
11357M: Clemens Ladisch <clemens@ladisch.de>
11358L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11359T: git git://git.alsa-project.org/alsa-kernel.git
11360S: Maintained
11361F: sound/usb/midi.*
11362
11363USB NETWORKING DRIVERS
11364L: linux-usb@vger.kernel.org
11365S: Odd Fixes
11366F: drivers/net/usb/
11367
11368USB OHCI DRIVER
11369M: Alan Stern <stern@rowland.harvard.edu>
11370L: linux-usb@vger.kernel.org
11371S: Maintained
11372F: Documentation/usb/ohci.txt
11373F: drivers/usb/host/ohci*
11374
11375USB OTG FSM (Finite State Machine)
11376M: Peter Chen <Peter.Chen@nxp.com>
11377T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11378L: linux-usb@vger.kernel.org
11379S: Maintained
11380F: drivers/usb/common/usb-otg-fsm.c
11381
11382USB OVER IP DRIVER
11383M: Valentina Manea <valentina.manea.m@gmail.com>
11384M: Shuah Khan <shuah.kh@samsung.com>
11385L: linux-usb@vger.kernel.org
11386S: Maintained
11387F: drivers/usb/usbip/
11388F: tools/usb/usbip/
11389
11390USB PEGASUS DRIVER
11391M: Petko Manolov <petkan@nucleusys.com>
11392L: linux-usb@vger.kernel.org
11393L: netdev@vger.kernel.org
11394T: git git://github.com/petkan/pegasus.git
11395W: https://github.com/petkan/pegasus
11396S: Maintained
11397F: drivers/net/usb/pegasus.*
11398
11399USB PHY LAYER
11400M: Felipe Balbi <balbi@ti.com>
11401L: linux-usb@vger.kernel.org
11402T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11403S: Maintained
11404F: drivers/usb/phy/
11405
11406USB PRINTER DRIVER (usblp)
11407M: Pete Zaitcev <zaitcev@redhat.com>
11408L: linux-usb@vger.kernel.org
11409S: Supported
11410F: drivers/usb/class/usblp.c
11411
11412USB QMI WWAN NETWORK DRIVER
11413M: Bjørn Mork <bjorn@mork.no>
11414L: netdev@vger.kernel.org
11415S: Maintained
11416F: Documentation/ABI/testing/sysfs-class-net-qmi
11417F: drivers/net/usb/qmi_wwan.c
11418
11419USB RTL8150 DRIVER
11420M: Petko Manolov <petkan@nucleusys.com>
11421L: linux-usb@vger.kernel.org
11422L: netdev@vger.kernel.org
11423T: git git://github.com/petkan/rtl8150.git
11424W: https://github.com/petkan/rtl8150
11425S: Maintained
11426F: drivers/net/usb/rtl8150.c
11427
11428USB SERIAL SUBSYSTEM
11429M: Johan Hovold <johan@kernel.org>
11430L: linux-usb@vger.kernel.org
11431S: Maintained
11432F: Documentation/usb/usb-serial.txt
11433F: drivers/usb/serial/
11434F: include/linux/usb/serial.h
11435
11436USB SMSC75XX ETHERNET DRIVER
11437M: Steve Glendinning <steve.glendinning@shawell.net>
11438L: netdev@vger.kernel.org
11439S: Maintained
11440F: drivers/net/usb/smsc75xx.*
11441
11442USB SMSC95XX ETHERNET DRIVER
11443M: Steve Glendinning <steve.glendinning@shawell.net>
11444L: netdev@vger.kernel.org
11445S: Maintained
11446F: drivers/net/usb/smsc95xx.*
11447
11448USB SUBSYSTEM
11449M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11450L: linux-usb@vger.kernel.org
11451W: http://www.linux-usb.org
11452T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11453S: Supported
11454F: Documentation/usb/
11455F: drivers/usb/
11456F: include/linux/usb.h
11457F: include/linux/usb/
11458
11459USB UHCI DRIVER
11460M: Alan Stern <stern@rowland.harvard.edu>
11461L: linux-usb@vger.kernel.org
11462S: Maintained
11463F: drivers/usb/host/uhci*
11464
11465USB "USBNET" DRIVER FRAMEWORK
11466M: Oliver Neukum <oneukum@suse.com>
11467L: netdev@vger.kernel.org
11468W: http://www.linux-usb.org/usbnet
11469S: Maintained
11470F: drivers/net/usb/usbnet.c
11471F: include/linux/usb/usbnet.h
11472
11473USB VIDEO CLASS
11474M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11475L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11476L: linux-media@vger.kernel.org
11477T: git git://linuxtv.org/media_tree.git
11478W: http://www.ideasonboard.org/uvc/
11479S: Maintained
11480F: drivers/media/usb/uvc/
11481F: include/uapi/linux/uvcvideo.h
11482
11483USB VISION DRIVER
11484M: Hans Verkuil <hverkuil@xs4all.nl>
11485L: linux-media@vger.kernel.org
11486T: git git://linuxtv.org/media_tree.git
11487W: https://linuxtv.org
11488S: Odd Fixes
11489F: drivers/media/usb/usbvision/
11490
11491USB WEBCAM GADGET
11492M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11493L: linux-usb@vger.kernel.org
11494S: Maintained
11495F: drivers/usb/gadget/function/*uvc*
11496F: drivers/usb/gadget/legacy/webcam.c
11497
11498USB WIRELESS RNDIS DRIVER (rndis_wlan)
11499M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
11500L: linux-wireless@vger.kernel.org
11501S: Maintained
11502F: drivers/net/wireless/rndis_wlan.c
11503
11504USB XHCI DRIVER
11505M: Mathias Nyman <mathias.nyman@intel.com>
11506L: linux-usb@vger.kernel.org
11507S: Supported
11508F: drivers/usb/host/xhci*
11509F: drivers/usb/host/pci-quirks*
11510
11511USB ZD1201 DRIVER
11512L: linux-wireless@vger.kernel.org
11513W: http://linux-lc100020.sourceforge.net
11514S: Orphan
11515F: drivers/net/wireless/zydas/zd1201.*
11516
11517USB ZR364XX DRIVER
11518M: Antoine Jacquet <royale@zerezo.com>
11519L: linux-usb@vger.kernel.org
11520L: linux-media@vger.kernel.org
11521T: git git://linuxtv.org/media_tree.git
11522W: http://royale.zerezo.com/zr364xx/
11523S: Maintained
11524F: Documentation/video4linux/zr364xx.txt
11525F: drivers/media/usb/zr364xx/
11526
11527ULPI BUS
11528M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
11529L: linux-usb@vger.kernel.org
11530S: Maintained
11531F: drivers/usb/common/ulpi.c
11532F: include/linux/ulpi/
11533
11534USER-MODE LINUX (UML)
11535M: Jeff Dike <jdike@addtoit.com>
11536M: Richard Weinberger <richard@nod.at>
11537L: user-mode-linux-devel@lists.sourceforge.net
11538L: user-mode-linux-user@lists.sourceforge.net
11539W: http://user-mode-linux.sourceforge.net
11540T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11541S: Maintained
11542F: Documentation/virtual/uml/
11543F: arch/um/
11544F: arch/x86/um/
11545F: fs/hostfs/
11546F: fs/hppfs/
11547
11548USERSPACE I/O (UIO)
11549M: "Hans J. Koch" <hjk@hansjkoch.de>
11550M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11551S: Maintained
11552T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11553F: Documentation/DocBook/uio-howto.tmpl
11554F: drivers/uio/
11555F: include/linux/uio*.h
11556
11557UTIL-LINUX PACKAGE
11558M: Karel Zak <kzak@redhat.com>
11559L: util-linux@vger.kernel.org
11560W: http://en.wikipedia.org/wiki/Util-linux
11561T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11562S: Maintained
11563
11564UVESAFB DRIVER
11565M: Michal Januszewski <spock@gentoo.org>
11566L: linux-fbdev@vger.kernel.org
11567W: http://dev.gentoo.org/~spock/projects/uvesafb/
11568S: Maintained
11569F: Documentation/fb/uvesafb.txt
11570F: drivers/video/fbdev/uvesafb.*
11571
11572VF610 NAND DRIVER
11573M: Stefan Agner <stefan@agner.ch>
11574L: linux-mtd@lists.infradead.org
11575S: Supported
11576F: drivers/mtd/nand/vf610_nfc.c
11577
11578VFAT/FAT/MSDOS FILESYSTEM
11579M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11580S: Maintained
11581F: Documentation/filesystems/vfat.txt
11582F: fs/fat/
11583
11584VFIO DRIVER
11585M: Alex Williamson <alex.williamson@redhat.com>
11586L: kvm@vger.kernel.org
11587T: git git://github.com/awilliam/linux-vfio.git
11588S: Maintained
11589F: Documentation/vfio.txt
11590F: drivers/vfio/
11591F: include/linux/vfio.h
11592F: include/uapi/linux/vfio.h
11593
11594VFIO PLATFORM DRIVER
11595M: Baptiste Reynal <b.reynal@virtualopensystems.com>
11596L: kvm@vger.kernel.org
11597S: Maintained
11598F: drivers/vfio/platform/
11599
11600VIDEOBUF2 FRAMEWORK
11601M: Pawel Osciak <pawel@osciak.com>
11602M: Marek Szyprowski <m.szyprowski@samsung.com>
11603M: Kyungmin Park <kyungmin.park@samsung.com>
11604L: linux-media@vger.kernel.org
11605S: Maintained
11606F: drivers/media/v4l2-core/videobuf2-*
11607F: include/media/videobuf2-*
11608
11609VIRTUAL SERIO DEVICE DRIVER
11610M: Stephen Chandler Paul <thatslyude@gmail.com>
11611S: Maintained
11612F: drivers/input/serio/userio.c
11613F: include/uapi/linux/userio.h
11614
11615VIRTIO CONSOLE DRIVER
11616M: Amit Shah <amit.shah@redhat.com>
11617L: virtualization@lists.linux-foundation.org
11618S: Maintained
11619F: drivers/char/virtio_console.c
11620F: include/linux/virtio_console.h
11621F: include/uapi/linux/virtio_console.h
11622
11623VIRTIO CORE, NET AND BLOCK DRIVERS
11624M: "Michael S. Tsirkin" <mst@redhat.com>
11625L: virtualization@lists.linux-foundation.org
11626S: Maintained
11627F: drivers/virtio/
11628F: tools/virtio/
11629F: drivers/net/virtio_net.c
11630F: drivers/block/virtio_blk.c
11631F: include/linux/virtio_*.h
11632F: include/uapi/linux/virtio_*.h
11633
11634VIRTIO DRIVERS FOR S390
11635M: Christian Borntraeger <borntraeger@de.ibm.com>
11636M: Cornelia Huck <cornelia.huck@de.ibm.com>
11637L: linux-s390@vger.kernel.org
11638L: virtualization@lists.linux-foundation.org
11639L: kvm@vger.kernel.org
11640S: Supported
11641F: drivers/s390/virtio/
11642
11643VIRTIO GPU DRIVER
11644M: David Airlie <airlied@linux.ie>
11645M: Gerd Hoffmann <kraxel@redhat.com>
11646L: dri-devel@lists.freedesktop.org
11647L: virtualization@lists.linux-foundation.org
11648S: Maintained
11649F: drivers/gpu/drm/virtio/
11650F: include/uapi/linux/virtio_gpu.h
11651
11652VIRTIO HOST (VHOST)
11653M: "Michael S. Tsirkin" <mst@redhat.com>
11654L: kvm@vger.kernel.org
11655L: virtualization@lists.linux-foundation.org
11656L: netdev@vger.kernel.org
11657T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11658S: Maintained
11659F: drivers/vhost/
11660F: include/uapi/linux/vhost.h
11661
11662VIRTIO INPUT DRIVER
11663M: Gerd Hoffmann <kraxel@redhat.com>
11664S: Maintained
11665F: drivers/virtio/virtio_input.c
11666F: include/uapi/linux/virtio_input.h
11667
11668VIA RHINE NETWORK DRIVER
11669S: Orphan
11670F: drivers/net/ethernet/via/via-rhine.c
11671
11672VIA SD/MMC CARD CONTROLLER DRIVER
11673M: Bruce Chang <brucechang@via.com.tw>
11674M: Harald Welte <HaraldWelte@viatech.com>
11675S: Maintained
11676F: drivers/mmc/host/via-sdmmc.c
11677
11678VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11679M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11680L: linux-fbdev@vger.kernel.org
11681S: Maintained
11682F: include/linux/via-core.h
11683F: include/linux/via-gpio.h
11684F: include/linux/via_i2c.h
11685F: drivers/video/fbdev/via/
11686
11687VIA VELOCITY NETWORK DRIVER
11688M: Francois Romieu <romieu@fr.zoreil.com>
11689L: netdev@vger.kernel.org
11690S: Maintained
11691F: drivers/net/ethernet/via/via-velocity.*
11692
11693VIRT LIB
11694M: Alex Williamson <alex.williamson@redhat.com>
11695M: Paolo Bonzini <pbonzini@redhat.com>
11696L: kvm@vger.kernel.org
11697S: Supported
11698F: virt/lib/
11699
11700VIVID VIRTUAL VIDEO DRIVER
11701M: Hans Verkuil <hverkuil@xs4all.nl>
11702L: linux-media@vger.kernel.org
11703T: git git://linuxtv.org/media_tree.git
11704W: https://linuxtv.org
11705S: Maintained
11706F: drivers/media/platform/vivid/*
11707
11708VLAN (802.1Q)
11709M: Patrick McHardy <kaber@trash.net>
11710L: netdev@vger.kernel.org
11711S: Maintained
11712F: drivers/net/macvlan.c
11713F: include/linux/if_*vlan.h
11714F: net/8021q/
11715
11716VLYNQ BUS
11717M: Florian Fainelli <florian@openwrt.org>
11718L: openwrt-devel@lists.openwrt.org (subscribers-only)
11719S: Maintained
11720F: drivers/vlynq/vlynq.c
11721F: include/linux/vlynq.h
11722
11723VME SUBSYSTEM
11724M: Martyn Welch <martyn@welchs.me.uk>
11725M: Manohar Vanga <manohar.vanga@gmail.com>
11726M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11727L: devel@driverdev.osuosl.org
11728S: Maintained
11729T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11730F: Documentation/vme_api.txt
11731F: drivers/staging/vme/
11732F: drivers/vme/
11733F: include/linux/vme*
11734
11735VMWARE HYPERVISOR INTERFACE
11736M: Alok Kataria <akataria@vmware.com>
11737L: virtualization@lists.linux-foundation.org
11738S: Supported
11739F: arch/x86/kernel/cpu/vmware.c
11740
11741VMWARE BALLOON DRIVER
11742M: Xavier Deguillard <xdeguillard@vmware.com>
11743M: Philip Moltmann <moltmann@vmware.com>
11744M: "VMware, Inc." <pv-drivers@vmware.com>
11745L: linux-kernel@vger.kernel.org
11746S: Maintained
11747F: drivers/misc/vmw_balloon.c
11748
11749VMWARE VMMOUSE SUBDRIVER
11750M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11751M: "VMware, Inc." <pv-drivers@vmware.com>
11752L: linux-input@vger.kernel.org
11753S: Maintained
11754F: drivers/input/mouse/vmmouse.c
11755F: drivers/input/mouse/vmmouse.h
11756
11757VMWARE VMXNET3 ETHERNET DRIVER
11758M: Shrikrishna Khare <skhare@vmware.com>
11759M: "VMware, Inc." <pv-drivers@vmware.com>
11760L: netdev@vger.kernel.org
11761S: Maintained
11762F: drivers/net/vmxnet3/
11763
11764VMware PVSCSI driver
11765M: Arvind Kumar <arvindkumar@vmware.com>
11766M: VMware PV-Drivers <pv-drivers@vmware.com>
11767L: linux-scsi@vger.kernel.org
11768S: Maintained
11769F: drivers/scsi/vmw_pvscsi.c
11770F: drivers/scsi/vmw_pvscsi.h
11771
11772VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11773M: Liam Girdwood <lgirdwood@gmail.com>
11774M: Mark Brown <broonie@kernel.org>
11775L: linux-kernel@vger.kernel.org
11776W: http://www.slimlogic.co.uk/?p=48
11777T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11778S: Supported
11779F: drivers/regulator/
11780F: include/linux/regulator/
11781
11782VRF
11783M: David Ahern <dsa@cumulusnetworks.com>
11784M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
11785L: netdev@vger.kernel.org
11786S: Maintained
11787F: drivers/net/vrf.c
11788F: Documentation/networking/vrf.txt
11789
11790VT1211 HARDWARE MONITOR DRIVER
11791M: Juerg Haefliger <juergh@gmail.com>
11792L: lm-sensors@lm-sensors.org
11793S: Maintained
11794F: Documentation/hwmon/vt1211
11795F: drivers/hwmon/vt1211.c
11796
11797VT8231 HARDWARE MONITOR DRIVER
11798M: Roger Lucas <vt8231@hiddenengine.co.uk>
11799L: lm-sensors@lm-sensors.org
11800S: Maintained
11801F: drivers/hwmon/vt8231.c
11802
11803VUB300 USB to SDIO/SD/MMC bridge chip
11804M: Tony Olech <tony.olech@elandigitalsystems.com>
11805L: linux-mmc@vger.kernel.org
11806L: linux-usb@vger.kernel.org
11807S: Supported
11808F: drivers/mmc/host/vub300.c
11809
11810W1 DALLAS'S 1-WIRE BUS
11811M: Evgeniy Polyakov <zbr@ioremap.net>
11812S: Maintained
11813F: Documentation/w1/
11814F: drivers/w1/
11815
11816W83791D HARDWARE MONITORING DRIVER
11817M: Marc Hulsman <m.hulsman@tudelft.nl>
11818L: lm-sensors@lm-sensors.org
11819S: Maintained
11820F: Documentation/hwmon/w83791d
11821F: drivers/hwmon/w83791d.c
11822
11823W83793 HARDWARE MONITORING DRIVER
11824M: Rudolf Marek <r.marek@assembler.cz>
11825L: lm-sensors@lm-sensors.org
11826S: Maintained
11827F: Documentation/hwmon/w83793
11828F: drivers/hwmon/w83793.c
11829
11830W83795 HARDWARE MONITORING DRIVER
11831M: Jean Delvare <jdelvare@suse.com>
11832L: lm-sensors@lm-sensors.org
11833S: Maintained
11834F: drivers/hwmon/w83795.c
11835
11836W83L51xD SD/MMC CARD INTERFACE DRIVER
11837M: Pierre Ossman <pierre@ossman.eu>
11838S: Maintained
11839F: drivers/mmc/host/wbsd.*
11840
11841WACOM PROTOCOL 4 SERIAL TABLETS
11842M: Julian Squires <julian@cipht.net>
11843M: Hans de Goede <hdegoede@redhat.com>
11844L: linux-input@vger.kernel.org
11845S: Maintained
11846F: drivers/input/tablet/wacom_serial4.c
11847
11848WATCHDOG DEVICE DRIVERS
11849M: Wim Van Sebroeck <wim@iguana.be>
11850R: Guenter Roeck <linux@roeck-us.net>
11851L: linux-watchdog@vger.kernel.org
11852W: http://www.linux-watchdog.org/
11853T: git git://www.linux-watchdog.org/linux-watchdog.git
11854S: Maintained
11855F: Documentation/watchdog/
11856F: drivers/watchdog/
11857F: include/linux/watchdog.h
11858F: include/uapi/linux/watchdog.h
11859
11860WD7000 SCSI DRIVER
11861M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
11862L: linux-scsi@vger.kernel.org
11863S: Maintained
11864F: drivers/scsi/wd7000.c
11865
11866WIIMOTE HID DRIVER
11867M: David Herrmann <dh.herrmann@googlemail.com>
11868L: linux-input@vger.kernel.org
11869S: Maintained
11870F: drivers/hid/hid-wiimote*
11871
11872WINBOND CIR DRIVER
11873M: David Härdeman <david@hardeman.nu>
11874S: Maintained
11875F: drivers/media/rc/winbond-cir.c
11876
11877WIMAX STACK
11878M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11879M: linux-wimax@intel.com
11880L: wimax@linuxwimax.org (subscribers-only)
11881S: Supported
11882W: http://linuxwimax.org
11883F: Documentation/wimax/README.wimax
11884F: include/linux/wimax/debug.h
11885F: include/net/wimax.h
11886F: include/uapi/linux/wimax.h
11887F: net/wimax/
11888
11889WISTRON LAPTOP BUTTON DRIVER
11890M: Miloslav Trmac <mitr@volny.cz>
11891S: Maintained
11892F: drivers/input/misc/wistron_btns.c
11893
11894WL3501 WIRELESS PCMCIA CARD DRIVER
11895M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11896L: linux-wireless@vger.kernel.org
11897W: http://oops.ghostprotocols.net:81/blog
11898S: Maintained
11899F: drivers/net/wireless/wl3501*
11900
11901WOLFSON MICROELECTRONICS DRIVERS
11902L: patches@opensource.wolfsonmicro.com
11903T: git https://github.com/CirrusLogic/linux-drivers.git
11904W: https://github.com/CirrusLogic/linux-drivers/wiki
11905S: Supported
11906F: Documentation/hwmon/wm83??
11907F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11908F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11909F: Documentation/devicetree/bindings/mfd/arizona.txt
11910F: arch/arm/mach-s3c64xx/mach-crag6410*
11911F: drivers/clk/clk-wm83*.c
11912F: drivers/extcon/extcon-arizona.c
11913F: drivers/leds/leds-wm83*.c
11914F: drivers/gpio/gpio-*wm*.c
11915F: drivers/gpio/gpio-arizona.c
11916F: drivers/hwmon/wm83??-hwmon.c
11917F: drivers/input/misc/wm831x-on.c
11918F: drivers/input/touchscreen/wm831x-ts.c
11919F: drivers/input/touchscreen/wm97*.c
11920F: drivers/mfd/arizona*
11921F: drivers/mfd/wm*.c
11922F: drivers/mfd/cs47l24*
11923F: drivers/power/wm83*.c
11924F: drivers/rtc/rtc-wm83*.c
11925F: drivers/regulator/wm8*.c
11926F: drivers/video/backlight/wm83*_bl.c
11927F: drivers/watchdog/wm83*_wdt.c
11928F: include/linux/mfd/arizona/
11929F: include/linux/mfd/wm831x/
11930F: include/linux/mfd/wm8350/
11931F: include/linux/mfd/wm8400*
11932F: include/linux/wm97xx.h
11933F: include/sound/wm????.h
11934F: sound/soc/codecs/arizona.?
11935F: sound/soc/codecs/wm*
11936F: sound/soc/codecs/cs47l24*
11937
11938WORKQUEUE
11939M: Tejun Heo <tj@kernel.org>
11940R: Lai Jiangshan <jiangshanlai@gmail.com>
11941T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11942S: Maintained
11943F: include/linux/workqueue.h
11944F: kernel/workqueue.c
11945F: Documentation/workqueue.txt
11946
11947X.25 NETWORK LAYER
11948M: Andrew Hendry <andrew.hendry@gmail.com>
11949L: linux-x25@vger.kernel.org
11950S: Odd Fixes
11951F: Documentation/networking/x25*
11952F: include/net/x25*
11953F: net/x25/
11954
11955X86 ARCHITECTURE (32-BIT AND 64-BIT)
11956M: Thomas Gleixner <tglx@linutronix.de>
11957M: Ingo Molnar <mingo@redhat.com>
11958M: "H. Peter Anvin" <hpa@zytor.com>
11959M: x86@kernel.org
11960L: linux-kernel@vger.kernel.org
11961T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11962S: Maintained
11963F: Documentation/x86/
11964F: arch/x86/
11965
11966X86 PLATFORM DRIVERS
11967M: Darren Hart <dvhart@infradead.org>
11968L: platform-driver-x86@vger.kernel.org
11969T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11970S: Maintained
11971F: drivers/platform/x86/
11972F: drivers/platform/olpc/
11973
11974X86 MCE INFRASTRUCTURE
11975M: Tony Luck <tony.luck@intel.com>
11976M: Borislav Petkov <bp@alien8.de>
11977L: linux-edac@vger.kernel.org
11978S: Maintained
11979F: arch/x86/kernel/cpu/mcheck/*
11980
11981X86 MICROCODE UPDATE SUPPORT
11982M: Borislav Petkov <bp@alien8.de>
11983S: Maintained
11984F: arch/x86/kernel/cpu/microcode/*
11985
11986X86 VDSO
11987M: Andy Lutomirski <luto@amacapital.net>
11988L: linux-kernel@vger.kernel.org
11989T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11990S: Maintained
11991F: arch/x86/entry/vdso/
11992
11993XC2028/3028 TUNER DRIVER
11994M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11995L: linux-media@vger.kernel.org
11996W: https://linuxtv.org
11997T: git git://linuxtv.org/media_tree.git
11998S: Maintained
11999F: drivers/media/tuners/tuner-xc2028.*
12000
12001XEN HYPERVISOR INTERFACE
12002M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12003M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
12004M: David Vrabel <david.vrabel@citrix.com>
12005L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12006T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12007S: Supported
12008F: arch/x86/xen/
12009F: drivers/*/xen-*front.c
12010F: drivers/xen/
12011F: arch/x86/include/asm/xen/
12012F: include/xen/
12013F: include/uapi/xen/
12014
12015XEN HYPERVISOR ARM
12016M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12017L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12018S: Supported
12019F: arch/arm/xen/
12020F: arch/arm/include/asm/xen/
12021
12022XEN HYPERVISOR ARM64
12023M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12024L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12025S: Supported
12026F: arch/arm64/xen/
12027F: arch/arm64/include/asm/xen/
12028
12029XEN NETWORK BACKEND DRIVER
12030M: Ian Campbell <ian.campbell@citrix.com>
12031M: Wei Liu <wei.liu2@citrix.com>
12032L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12033L: netdev@vger.kernel.org
12034S: Supported
12035F: drivers/net/xen-netback/*
12036
12037XEN PCI SUBSYSTEM
12038M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12039L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12040S: Supported
12041F: arch/x86/pci/*xen*
12042F: drivers/pci/*xen*
12043
12044XEN BLOCK SUBSYSTEM
12045M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12046M: Roger Pau Monné <roger.pau@citrix.com>
12047L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12048S: Supported
12049F: drivers/block/xen-blkback/*
12050F: drivers/block/xen*
12051
12052XEN PVSCSI DRIVERS
12053M: Juergen Gross <jgross@suse.com>
12054L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12055L: linux-scsi@vger.kernel.org
12056S: Supported
12057F: drivers/scsi/xen-scsifront.c
12058F: drivers/xen/xen-scsiback.c
12059F: include/xen/interface/io/vscsiif.h
12060
12061XEN SWIOTLB SUBSYSTEM
12062M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12063L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12064S: Supported
12065F: arch/x86/xen/*swiotlb*
12066F: drivers/xen/*swiotlb*
12067
12068XFS FILESYSTEM
12069P: Silicon Graphics Inc
12070M: Dave Chinner <david@fromorbit.com>
12071M: xfs@oss.sgi.com
12072L: xfs@oss.sgi.com
12073W: http://oss.sgi.com/projects/xfs
12074T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12075S: Supported
12076F: Documentation/filesystems/xfs.txt
12077F: fs/xfs/
12078
12079XILINX AXI ETHERNET DRIVER
12080M: Anirudha Sarangi <anirudh@xilinx.com>
12081M: John Linn <John.Linn@xilinx.com>
12082S: Maintained
12083F: drivers/net/ethernet/xilinx/xilinx_axienet*
12084
12085XILINX UARTLITE SERIAL DRIVER
12086M: Peter Korsgaard <jacmet@sunsite.dk>
12087L: linux-serial@vger.kernel.org
12088S: Maintained
12089F: drivers/tty/serial/uartlite.c
12090
12091XILINX VIDEO IP CORES
12092M: Hyun Kwon <hyun.kwon@xilinx.com>
12093M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12094L: linux-media@vger.kernel.org
12095T: git git://linuxtv.org/media_tree.git
12096S: Supported
12097F: Documentation/devicetree/bindings/media/xilinx/
12098F: drivers/media/platform/xilinx/
12099F: include/uapi/linux/xilinx-v4l2-controls.h
12100
12101XILLYBUS DRIVER
12102M: Eli Billauer <eli.billauer@gmail.com>
12103L: linux-kernel@vger.kernel.org
12104S: Supported
12105F: drivers/char/xillybus/
12106
12107XTENSA XTFPGA PLATFORM SUPPORT
12108M: Max Filippov <jcmvbkbc@gmail.com>
12109L: linux-xtensa@linux-xtensa.org
12110S: Maintained
12111F: drivers/spi/spi-xtensa-xtfpga.c
12112F: sound/soc/xtensa/xtfpga-i2s.c
12113
12114YAM DRIVER FOR AX.25
12115M: Jean-Paul Roubelat <jpr@f6fbb.org>
12116L: linux-hams@vger.kernel.org
12117S: Maintained
12118F: drivers/net/hamradio/yam*
12119F: include/linux/yam.h
12120
12121YEALINK PHONE DRIVER
12122M: Henk Vergonet <Henk.Vergonet@gmail.com>
12123L: usbb2k-api-dev@nongnu.org
12124S: Maintained
12125F: Documentation/input/yealink.txt
12126F: drivers/input/misc/yealink.*
12127
12128Z8530 DRIVER FOR AX.25
12129M: Joerg Reuter <jreuter@yaina.de>
12130W: http://yaina.de/jreuter/
12131W: http://www.qsl.net/dl1bke/
12132L: linux-hams@vger.kernel.org
12133S: Maintained
12134F: Documentation/networking/z8530drv.txt
12135F: drivers/net/hamradio/*scc.c
12136F: drivers/net/hamradio/z8530.h
12137
12138ZBUD COMPRESSED PAGE ALLOCATOR
12139M: Seth Jennings <sjennings@variantweb.net>
12140L: linux-mm@kvack.org
12141S: Maintained
12142F: mm/zbud.c
12143F: include/linux/zbud.h
12144
12145ZD1211RW WIRELESS DRIVER
12146M: Daniel Drake <dsd@gentoo.org>
12147M: Ulrich Kunitz <kune@deine-taler.de>
12148W: http://zd1211.ath.cx/wiki/DriverRewrite
12149L: linux-wireless@vger.kernel.org
12150L: zd1211-devs@lists.sourceforge.net (subscribers-only)
12151S: Maintained
12152F: drivers/net/wireless/zydas/zd1211rw/
12153
12154ZPOOL COMPRESSED PAGE STORAGE API
12155M: Dan Streetman <ddstreet@ieee.org>
12156L: linux-mm@kvack.org
12157S: Maintained
12158F: mm/zpool.c
12159F: include/linux/zpool.h
12160
12161ZR36067 VIDEO FOR LINUX DRIVER
12162L: mjpeg-users@lists.sourceforge.net
12163L: linux-media@vger.kernel.org
12164W: http://mjpeg.sourceforge.net/driver-zoran/
12165T: hg https://linuxtv.org/hg/v4l-dvb
12166S: Odd Fixes
12167F: drivers/media/pci/zoran/
12168
12169ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12170M: Minchan Kim <minchan@kernel.org>
12171M: Nitin Gupta <ngupta@vflare.org>
12172R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12173L: linux-kernel@vger.kernel.org
12174S: Maintained
12175F: drivers/block/zram/
12176F: Documentation/blockdev/zram.txt
12177
12178ZS DECSTATION Z85C30 SERIAL DRIVER
12179M: "Maciej W. Rozycki" <macro@linux-mips.org>
12180S: Maintained
12181F: drivers/tty/serial/zs.*
12182
12183ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12184M: Minchan Kim <minchan@kernel.org>
12185M: Nitin Gupta <ngupta@vflare.org>
12186R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12187L: linux-mm@kvack.org
12188S: Maintained
12189F: mm/zsmalloc.c
12190F: include/linux/zsmalloc.h
12191F: Documentation/vm/zsmalloc.txt
12192
12193ZSWAP COMPRESSED SWAP CACHING
12194M: Seth Jennings <sjennings@variantweb.net>
12195L: linux-mm@kvack.org
12196S: Maintained
12197F: mm/zswap.c
12198
12199THE REST
12200M: Linus Torvalds <torvalds@linux-foundation.org>
12201L: linux-kernel@vger.kernel.org
12202Q: http://patchwork.kernel.org/project/LKML/list/
12203T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12204S: Buried alive in reporters
12205F: *
12206F: */