MAINTAINERS: Assign new maintainers to Mellanox mlx5 core and IB drivers
[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: http://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-IDIO-16 GPIO DRIVER
244M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
245L: linux-gpio@vger.kernel.org
246S: Maintained
247F: drivers/gpio/gpio-104-idio-16.c
248
249ACENIC DRIVER
250M: Jes Sorensen <jes@trained-monkey.org>
251L: linux-acenic@sunsite.dk
252S: Maintained
253F: drivers/net/ethernet/alteon/acenic*
254
255ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
256M: Peter Feuerer <peter@piie.net>
257L: platform-driver-x86@vger.kernel.org
258W: http://piie.net/?section=acerhdf
259S: Maintained
260F: drivers/platform/x86/acerhdf.c
261
262ACER WMI LAPTOP EXTRAS
263M: "Lee, Chun-Yi" <jlee@suse.com>
264L: platform-driver-x86@vger.kernel.org
265S: Maintained
266F: drivers/platform/x86/acer-wmi.c
267
268ACPI
269M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
270M: Len Brown <lenb@kernel.org>
271L: linux-acpi@vger.kernel.org
272W: https://01.org/linux-acpi
273Q: https://patchwork.kernel.org/project/linux-acpi/list/
274T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
275S: Supported
276F: drivers/acpi/
277F: drivers/pnp/pnpacpi/
278F: include/linux/acpi.h
279F: include/acpi/
280F: Documentation/acpi/
281F: Documentation/ABI/testing/sysfs-bus-acpi
282F: drivers/pci/*acpi*
283F: drivers/pci/*/*acpi*
284F: drivers/pci/*/*/*acpi*
285F: tools/power/acpi/
286
287ACPI COMPONENT ARCHITECTURE (ACPICA)
288M: Robert Moore <robert.moore@intel.com>
289M: Lv Zheng <lv.zheng@intel.com>
290M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
291L: linux-acpi@vger.kernel.org
292L: devel@acpica.org
293W: https://acpica.org/
294W: https://github.com/acpica/acpica/
295Q: https://patchwork.kernel.org/project/linux-acpi/list/
296T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
297S: Supported
298F: drivers/acpi/acpica/
299F: include/acpi/
300F: tools/power/acpi/
301
302ACPI FAN DRIVER
303M: Zhang Rui <rui.zhang@intel.com>
304L: linux-acpi@vger.kernel.org
305W: https://01.org/linux-acpi
306S: Supported
307F: drivers/acpi/fan.c
308
309ACPI THERMAL DRIVER
310M: Zhang Rui <rui.zhang@intel.com>
311L: linux-acpi@vger.kernel.org
312W: https://01.org/linux-acpi
313S: Supported
314F: drivers/acpi/*thermal*
315
316ACPI VIDEO DRIVER
317M: Zhang Rui <rui.zhang@intel.com>
318L: linux-acpi@vger.kernel.org
319W: https://01.org/linux-acpi
320S: Supported
321F: drivers/acpi/acpi_video.c
322
323ACPI WMI DRIVER
324L: platform-driver-x86@vger.kernel.org
325S: Orphan
326F: drivers/platform/x86/wmi.c
327
328AD1889 ALSA SOUND DRIVER
329M: Thibaut Varene <T-Bone@parisc-linux.org>
330W: http://wiki.parisc-linux.org/AD1889
331L: linux-parisc@vger.kernel.org
332S: Maintained
333F: sound/pci/ad1889.*
334
335AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
336M: Michael Hennerich <michael.hennerich@analog.com>
337W: http://wiki.analog.com/AD5254
338W: http://ez.analog.com/community/linux-device-drivers
339S: Supported
340F: drivers/misc/ad525x_dpot.c
341
342AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
343M: Michael Hennerich <michael.hennerich@analog.com>
344W: http://wiki.analog.com/AD5398
345W: http://ez.analog.com/community/linux-device-drivers
346S: Supported
347F: drivers/regulator/ad5398.c
348
349AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
350M: Michael Hennerich <michael.hennerich@analog.com>
351W: http://wiki.analog.com/AD7142
352W: http://ez.analog.com/community/linux-device-drivers
353S: Supported
354F: drivers/input/misc/ad714x.c
355
356AD7877 TOUCHSCREEN DRIVER
357M: Michael Hennerich <michael.hennerich@analog.com>
358W: http://wiki.analog.com/AD7877
359W: http://ez.analog.com/community/linux-device-drivers
360S: Supported
361F: drivers/input/touchscreen/ad7877.c
362
363AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
364M: Michael Hennerich <michael.hennerich@analog.com>
365W: http://wiki.analog.com/AD7879
366W: http://ez.analog.com/community/linux-device-drivers
367S: Supported
368F: drivers/input/touchscreen/ad7879.c
369
370ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
371M: Jiri Kosina <jikos@kernel.org>
372S: Maintained
373
374ADM1025 HARDWARE MONITOR DRIVER
375M: Jean Delvare <jdelvare@suse.com>
376L: lm-sensors@lm-sensors.org
377S: Maintained
378F: Documentation/hwmon/adm1025
379F: drivers/hwmon/adm1025.c
380
381ADM1029 HARDWARE MONITOR DRIVER
382M: Corentin Labbe <clabbe.montjoie@gmail.com>
383L: lm-sensors@lm-sensors.org
384S: Maintained
385F: drivers/hwmon/adm1029.c
386
387ADM8211 WIRELESS DRIVER
388L: linux-wireless@vger.kernel.org
389W: http://wireless.kernel.org/
390S: Orphan
391F: drivers/net/wireless/adm8211.*
392
393ADP1653 FLASH CONTROLLER DRIVER
394M: Sakari Ailus <sakari.ailus@iki.fi>
395L: linux-media@vger.kernel.org
396S: Maintained
397F: drivers/media/i2c/adp1653.c
398F: include/media/adp1653.h
399
400ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
401M: Michael Hennerich <michael.hennerich@analog.com>
402W: http://wiki.analog.com/ADP5520
403W: http://ez.analog.com/community/linux-device-drivers
404S: Supported
405F: drivers/mfd/adp5520.c
406F: drivers/video/backlight/adp5520_bl.c
407F: drivers/leds/leds-adp5520.c
408F: drivers/gpio/gpio-adp5520.c
409F: drivers/input/keyboard/adp5520-keys.c
410
411ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
412M: Michael Hennerich <michael.hennerich@analog.com>
413W: http://wiki.analog.com/ADP5588
414W: http://ez.analog.com/community/linux-device-drivers
415S: Supported
416F: drivers/input/keyboard/adp5588-keys.c
417F: drivers/gpio/gpio-adp5588.c
418
419ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
420M: Michael Hennerich <michael.hennerich@analog.com>
421W: http://wiki.analog.com/ADP8860
422W: http://ez.analog.com/community/linux-device-drivers
423S: Supported
424F: drivers/video/backlight/adp8860_bl.c
425
426ADS1015 HARDWARE MONITOR DRIVER
427M: Dirk Eibach <eibach@gdsys.de>
428L: lm-sensors@lm-sensors.org
429S: Maintained
430F: Documentation/hwmon/ads1015
431F: drivers/hwmon/ads1015.c
432F: include/linux/i2c/ads1015.h
433
434ADT746X FAN DRIVER
435M: Colin Leroy <colin@colino.net>
436S: Maintained
437F: drivers/macintosh/therm_adt746x.c
438
439ADT7475 HARDWARE MONITOR DRIVER
440M: Jean Delvare <jdelvare@suse.com>
441L: lm-sensors@lm-sensors.org
442S: Maintained
443F: Documentation/hwmon/adt7475
444F: drivers/hwmon/adt7475.c
445
446ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
447M: Michael Hennerich <michael.hennerich@analog.com>
448W: http://wiki.analog.com/ADXL345
449W: http://ez.analog.com/community/linux-device-drivers
450S: Supported
451F: drivers/input/misc/adxl34x.c
452
453ADVANSYS SCSI DRIVER
454M: Matthew Wilcox <matthew@wil.cx>
455M: Hannes Reinecke <hare@suse.com>
456L: linux-scsi@vger.kernel.org
457S: Maintained
458F: Documentation/scsi/advansys.txt
459F: drivers/scsi/advansys.c
460
461AEDSP16 DRIVER
462M: Riccardo Facchetti <fizban@tin.it>
463S: Maintained
464F: sound/oss/aedsp16.c
465
466AF9013 MEDIA DRIVER
467M: Antti Palosaari <crope@iki.fi>
468L: linux-media@vger.kernel.org
469W: http://linuxtv.org/
470W: http://palosaari.fi/linux/
471Q: http://patchwork.linuxtv.org/project/linux-media/list/
472T: git git://linuxtv.org/anttip/media_tree.git
473S: Maintained
474F: drivers/media/dvb-frontends/af9013*
475
476AF9033 MEDIA DRIVER
477M: Antti Palosaari <crope@iki.fi>
478L: linux-media@vger.kernel.org
479W: http://linuxtv.org/
480W: http://palosaari.fi/linux/
481Q: http://patchwork.linuxtv.org/project/linux-media/list/
482T: git git://linuxtv.org/anttip/media_tree.git
483S: Maintained
484F: drivers/media/dvb-frontends/af9033*
485
486AFFS FILE SYSTEM
487L: linux-fsdevel@vger.kernel.org
488S: Orphan
489F: Documentation/filesystems/affs.txt
490F: fs/affs/
491
492AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
493M: David Howells <dhowells@redhat.com>
494L: linux-afs@lists.infradead.org
495S: Supported
496F: fs/afs/
497F: include/net/af_rxrpc.h
498F: net/rxrpc/af_rxrpc.c
499
500AGPGART DRIVER
501M: David Airlie <airlied@linux.ie>
502T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
503S: Maintained
504F: drivers/char/agp/
505F: include/linux/agp*
506F: include/uapi/linux/agp*
507
508AHA152X SCSI DRIVER
509M: "Juergen E. Fischer" <fischer@norbit.de>
510L: linux-scsi@vger.kernel.org
511S: Maintained
512F: drivers/scsi/aha152x*
513F: drivers/scsi/pcmcia/aha152x*
514
515AIC7XXX / AIC79XX SCSI DRIVER
516M: Hannes Reinecke <hare@suse.com>
517L: linux-scsi@vger.kernel.org
518S: Maintained
519F: drivers/scsi/aic7xxx/
520
521AIMSLAB FM RADIO RECEIVER DRIVER
522M: Hans Verkuil <hverkuil@xs4all.nl>
523L: linux-media@vger.kernel.org
524T: git git://linuxtv.org/media_tree.git
525W: http://linuxtv.org
526S: Maintained
527F: drivers/media/radio/radio-aimslab*
528
529AIO
530M: Benjamin LaHaise <bcrl@kvack.org>
531L: linux-aio@kvack.org
532S: Supported
533F: fs/aio.c
534F: include/linux/*aio*.h
535
536AIRSPY MEDIA DRIVER
537M: Antti Palosaari <crope@iki.fi>
538L: linux-media@vger.kernel.org
539W: http://linuxtv.org/
540W: http://palosaari.fi/linux/
541Q: http://patchwork.linuxtv.org/project/linux-media/list/
542T: git git://linuxtv.org/anttip/media_tree.git
543S: Maintained
544F: drivers/media/usb/airspy/
545
546ALCATEL SPEEDTOUCH USB DRIVER
547M: Duncan Sands <duncan.sands@free.fr>
548L: linux-usb@vger.kernel.org
549W: http://www.linux-usb.org/SpeedTouch/
550S: Maintained
551F: drivers/usb/atm/speedtch.c
552F: drivers/usb/atm/usbatm.c
553
554ALCHEMY AU1XX0 MMC DRIVER
555M: Manuel Lauss <manuel.lauss@gmail.com>
556S: Maintained
557F: drivers/mmc/host/au1xmmc.c
558
559ALI1563 I2C DRIVER
560M: Rudolf Marek <r.marek@assembler.cz>
561L: linux-i2c@vger.kernel.org
562S: Maintained
563F: Documentation/i2c/busses/i2c-ali1563
564F: drivers/i2c/busses/i2c-ali1563.c
565
566ALLWINNER SECURITY SYSTEM
567M: Corentin Labbe <clabbe.montjoie@gmail.com>
568L: linux-crypto@vger.kernel.org
569S: Maintained
570F: drivers/crypto/sunxi-ss/
571
572ALPHA PORT
573M: Richard Henderson <rth@twiddle.net>
574M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
575M: Matt Turner <mattst88@gmail.com>
576S: Odd Fixes
577L: linux-alpha@vger.kernel.org
578F: arch/alpha/
579
580ALTERA MAILBOX DRIVER
581M: Ley Foon Tan <lftan@altera.com>
582L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583S: Maintained
584F: drivers/mailbox/mailbox-altera.c
585
586ALTERA PIO DRIVER
587M: Tien Hock Loh <thloh@altera.com>
588L: linux-gpio@vger.kernel.org
589S: Maintained
590F: drivers/gpio/gpio-altera.c
591
592ALTERA TRIPLE SPEED ETHERNET DRIVER
593M: Vince Bridgers <vbridger@opensource.altera.com>
594L: netdev@vger.kernel.org
595L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
596S: Maintained
597F: drivers/net/ethernet/altera/
598
599ALTERA UART/JTAG UART SERIAL DRIVERS
600M: Tobias Klauser <tklauser@distanz.ch>
601L: linux-serial@vger.kernel.org
602L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
603S: Maintained
604F: drivers/tty/serial/altera_uart.c
605F: drivers/tty/serial/altera_jtaguart.c
606F: include/linux/altera_uart.h
607F: include/linux/altera_jtaguart.h
608
609AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
610M: Tom Lendacky <thomas.lendacky@amd.com>
611L: linux-crypto@vger.kernel.org
612S: Supported
613F: drivers/crypto/ccp/
614F: include/linux/ccp.h
615
616AMD FAM15H PROCESSOR POWER MONITORING DRIVER
617M: Andreas Herrmann <herrmann.der.user@googlemail.com>
618L: lm-sensors@lm-sensors.org
619S: Maintained
620F: Documentation/hwmon/fam15h_power
621F: drivers/hwmon/fam15h_power.c
622
623AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
624L: linux-geode@lists.infradead.org (moderated for non-subscribers)
625S: Orphan
626F: drivers/usb/gadget/udc/amd5536udc.*
627
628AMD GEODE PROCESSOR/CHIPSET SUPPORT
629P: Andres Salomon <dilinger@queued.net>
630L: linux-geode@lists.infradead.org (moderated for non-subscribers)
631W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
632S: Supported
633F: drivers/char/hw_random/geode-rng.c
634F: drivers/crypto/geode*
635F: drivers/video/fbdev/geode/
636F: arch/x86/include/asm/geode.h
637
638AMD IOMMU (AMD-VI)
639M: Joerg Roedel <joro@8bytes.org>
640L: iommu@lists.linux-foundation.org
641T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
642S: Maintained
643F: drivers/iommu/amd_iommu*.[ch]
644F: include/linux/amd-iommu.h
645
646AMD KFD
647M: Oded Gabbay <oded.gabbay@gmail.com>
648L: dri-devel@lists.freedesktop.org
649T: git git://people.freedesktop.org/~gabbayo/linux.git
650S: Supported
651F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
652F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
653F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
654F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
655F: drivers/gpu/drm/amd/amdkfd/
656F: drivers/gpu/drm/amd/include/cik_structs.h
657F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
658F: drivers/gpu/drm/amd/include/vi_structs.h
659F: drivers/gpu/drm/radeon/radeon_kfd.c
660F: drivers/gpu/drm/radeon/radeon_kfd.h
661F: include/uapi/linux/kfd_ioctl.h
662
663AMD XGBE DRIVER
664M: Tom Lendacky <thomas.lendacky@amd.com>
665L: netdev@vger.kernel.org
666S: Supported
667F: drivers/net/ethernet/amd/xgbe/
668
669AMS (Apple Motion Sensor) DRIVER
670M: Michael Hanselmann <linux-kernel@hansmi.ch>
671S: Supported
672F: drivers/macintosh/ams/
673
674AMSO1100 RNIC DRIVER
675M: Tom Tucker <tom@opengridcomputing.com>
676M: Steve Wise <swise@opengridcomputing.com>
677L: linux-rdma@vger.kernel.org
678S: Maintained
679F: drivers/infiniband/hw/amso1100/
680
681ANALOG DEVICES INC AD9389B DRIVER
682M: Hans Verkuil <hans.verkuil@cisco.com>
683L: linux-media@vger.kernel.org
684S: Maintained
685F: drivers/media/i2c/ad9389b*
686
687ANALOG DEVICES INC ADV7180 DRIVER
688M: Lars-Peter Clausen <lars@metafoo.de>
689L: linux-media@vger.kernel.org
690W: http://ez.analog.com/community/linux-device-drivers
691S: Supported
692F: drivers/media/i2c/adv7180.c
693
694ANALOG DEVICES INC ADV7511 DRIVER
695M: Hans Verkuil <hans.verkuil@cisco.com>
696L: linux-media@vger.kernel.org
697S: Maintained
698F: drivers/media/i2c/adv7511*
699
700ANALOG DEVICES INC ADV7604 DRIVER
701M: Hans Verkuil <hans.verkuil@cisco.com>
702L: linux-media@vger.kernel.org
703S: Maintained
704F: drivers/media/i2c/adv7604*
705
706ANALOG DEVICES INC ADV7842 DRIVER
707M: Hans Verkuil <hans.verkuil@cisco.com>
708L: linux-media@vger.kernel.org
709S: Maintained
710F: drivers/media/i2c/adv7842*
711
712ANALOG DEVICES INC ASOC CODEC DRIVERS
713M: Lars-Peter Clausen <lars@metafoo.de>
714L: alsa-devel@alsa-project.org (moderated for non-subscribers)
715W: http://wiki.analog.com/
716W: http://ez.analog.com/community/linux-device-drivers
717S: Supported
718F: sound/soc/codecs/adau*
719F: sound/soc/codecs/adav*
720F: sound/soc/codecs/ad1*
721F: sound/soc/codecs/ad7*
722F: sound/soc/codecs/ssm*
723F: sound/soc/codecs/sigmadsp.*
724
725ANALOG DEVICES INC ASOC DRIVERS
726L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
727L: alsa-devel@alsa-project.org (moderated for non-subscribers)
728W: http://blackfin.uclinux.org/
729S: Supported
730F: sound/soc/blackfin/*
731
732ANALOG DEVICES INC IIO DRIVERS
733M: Lars-Peter Clausen <lars@metafoo.de>
734M: Michael Hennerich <Michael.Hennerich@analog.com>
735W: http://wiki.analog.com/
736W: http://ez.analog.com/community/linux-device-drivers
737S: Supported
738F: drivers/iio/*/ad*
739X: drivers/iio/*/adjd*
740F: drivers/staging/iio/*/ad*
741F: staging/iio/trigger/iio-trig-bfin-timer.c
742
743ANALOG DEVICES INC DMA DRIVERS
744M: Lars-Peter Clausen <lars@metafoo.de>
745W: http://ez.analog.com/community/linux-device-drivers
746S: Supported
747F: drivers/dma/dma-axi-dmac.c
748
749ANDROID DRIVERS
750M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
751M: Arve Hjønnevåg <arve@android.com>
752M: Riley Andrews <riandrews@android.com>
753T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
754L: devel@driverdev.osuosl.org
755S: Supported
756F: drivers/android/
757F: drivers/staging/android/
758
759AOA (Apple Onboard Audio) ALSA DRIVER
760M: Johannes Berg <johannes@sipsolutions.net>
761L: linuxppc-dev@lists.ozlabs.org
762L: alsa-devel@alsa-project.org (moderated for non-subscribers)
763S: Maintained
764F: sound/aoa/
765
766APM DRIVER
767M: Jiri Kosina <jikos@kernel.org>
768S: Odd fixes
769F: arch/x86/kernel/apm_32.c
770F: include/linux/apm_bios.h
771F: include/uapi/linux/apm_bios.h
772F: drivers/char/apm-emulation.c
773
774APPLE BCM5974 MULTITOUCH DRIVER
775M: Henrik Rydberg <rydberg@bitmath.org>
776L: linux-input@vger.kernel.org
777S: Odd fixes
778F: drivers/input/mouse/bcm5974.c
779
780APPLE SMC DRIVER
781M: Henrik Rydberg <rydberg@bitmath.org>
782L: lm-sensors@lm-sensors.org
783S: Odd fixes
784F: drivers/hwmon/applesmc.c
785
786APPLETALK NETWORK LAYER
787M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
788S: Maintained
789F: drivers/net/appletalk/
790F: net/appletalk/
791
792APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
793M: Duc Dang <dhdang@apm.com>
794S: Supported
795F: arch/arm64/boot/dts/apm/
796
797APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
798M: Iyappan Subramanian <isubramanian@apm.com>
799M: Keyur Chudgar <kchudgar@apm.com>
800S: Supported
801F: drivers/net/ethernet/apm/xgene/
802F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
803
804APTINA CAMERA SENSOR PLL
805M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
806L: linux-media@vger.kernel.org
807S: Maintained
808F: drivers/media/i2c/aptina-pll.*
809
810ARC FRAMEBUFFER DRIVER
811M: Jaya Kumar <jayalk@intworks.biz>
812S: Maintained
813F: drivers/video/fbdev/arcfb.c
814F: drivers/video/fbdev/core/fb_defio.c
815
816ARCNET NETWORK LAYER
817M: Michael Grzeschik <m.grzeschik@pengutronix.de>
818L: netdev@vger.kernel.org
819S: Maintained
820F: drivers/net/arcnet/
821F: include/uapi/linux/if_arcnet.h
822
823ARM MFM AND FLOPPY DRIVERS
824M: Ian Molton <spyro@f2s.com>
825S: Maintained
826F: arch/arm/lib/floppydma.S
827F: arch/arm/include/asm/floppy.h
828
829ARM PMU PROFILING AND DEBUGGING
830M: Will Deacon <will.deacon@arm.com>
831R: Mark Rutland <mark.rutland@arm.com>
832S: Maintained
833F: arch/arm*/kernel/perf_*
834F: arch/arm/oprofile/common.c
835F: arch/arm*/kernel/hw_breakpoint.c
836F: arch/arm*/include/asm/hw_breakpoint.h
837F: arch/arm*/include/asm/perf_event.h
838F: drivers/perf/arm_pmu.c
839F: include/linux/perf/arm_pmu.h
840
841ARM PORT
842M: Russell King <linux@arm.linux.org.uk>
843L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
844W: http://www.arm.linux.org.uk/
845S: Maintained
846F: arch/arm/
847
848ARM SUB-ARCHITECTURES
849L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
850S: Maintained
851F: arch/arm/mach-*/
852F: arch/arm/plat-*/
853T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
854
855ARM PRIMECELL AACI PL041 DRIVER
856M: Russell King <linux@arm.linux.org.uk>
857S: Maintained
858F: sound/arm/aaci.*
859
860ARM PRIMECELL CLCD PL110 DRIVER
861M: Russell King <linux@arm.linux.org.uk>
862S: Maintained
863F: drivers/video/fbdev/amba-clcd.*
864
865ARM PRIMECELL KMI PL050 DRIVER
866M: Russell King <linux@arm.linux.org.uk>
867S: Maintained
868F: drivers/input/serio/ambakmi.*
869F: include/linux/amba/kmi.h
870
871ARM PRIMECELL MMCI PL180/1 DRIVER
872M: Russell King <linux@arm.linux.org.uk>
873S: Maintained
874F: drivers/mmc/host/mmci.*
875F: include/linux/amba/mmci.h
876
877ARM PRIMECELL UART PL010 AND PL011 DRIVERS
878M: Russell King <linux@arm.linux.org.uk>
879S: Maintained
880F: drivers/tty/serial/amba-pl01*.c
881F: include/linux/amba/serial.h
882
883ARM PRIMECELL BUS SUPPORT
884M: Russell King <linux@arm.linux.org.uk>
885S: Maintained
886F: drivers/amba/
887F: include/linux/amba/bus.h
888
889ARM/ADS SPHERE MACHINE SUPPORT
890M: Lennert Buytenhek <kernel@wantstofly.org>
891L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892S: Maintained
893
894ARM/AFEB9260 MACHINE SUPPORT
895M: Sergey Lapin <slapin@ossfans.org>
896L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
897S: Maintained
898
899ARM/AJECO 1ARM MACHINE SUPPORT
900M: Lennert Buytenhek <kernel@wantstofly.org>
901L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
902S: Maintained
903
904ARM/Allwinner sunXi SoC support
905M: Maxime Ripard <maxime.ripard@free-electrons.com>
906M: Chen-Yu Tsai <wens@csie.org>
907L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
908S: Maintained
909N: sun[x456789]i
910
911ARM/Allwinner SoC Clock Support
912M: Emilio López <emilio@elopez.com.ar>
913S: Maintained
914F: drivers/clk/sunxi/
915
916ARM/Amlogic MesonX SoC support
917M: Carlo Caione <carlo@caione.org>
918L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919S: Maintained
920F: drivers/media/rc/meson-ir.c
921N: meson[x68]
922
923ARM/Annapurna Labs ALPINE ARCHITECTURE
924M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
925S: Maintained
926F: arch/arm/mach-alpine/
927
928ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
929M: Nicolas Ferre <nicolas.ferre@atmel.com>
930M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
931M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
932L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
933W: http://www.linux4sam.org
934S: Supported
935F: arch/arm/mach-at91/
936F: include/soc/at91/
937F: arch/arm/boot/dts/at91*.dts
938F: arch/arm/boot/dts/at91*.dtsi
939F: arch/arm/boot/dts/sama*.dts
940F: arch/arm/boot/dts/sama*.dtsi
941F: arch/arm/include/debug/at91.S
942
943ARM/ATMEL AT91 Clock Support
944M: Boris Brezillon <boris.brezillon@free-electrons.com>
945S: Maintained
946F: drivers/clk/at91
947
948ARM/CALXEDA HIGHBANK ARCHITECTURE
949M: Rob Herring <robh@kernel.org>
950L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951S: Maintained
952F: arch/arm/mach-highbank/
953
954ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
955M: Krzysztof Halasa <khalasa@piap.pl>
956S: Maintained
957F: arch/arm/mach-cns3xxx/
958
959ARM/CAVIUM THUNDER NETWORK DRIVER
960M: Sunil Goutham <sgoutham@cavium.com>
961M: Robert Richter <rric@kernel.org>
962L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
963S: Supported
964F: drivers/net/ethernet/cavium/thunder/
965
966ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
967M: Alexander Shiyan <shc_work@mail.ru>
968L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969S: Odd Fixes
970N: clps711x
971
972ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
973M: Hartley Sweeten <hsweeten@visionengravers.com>
974M: Ryan Mallon <rmallon@gmail.com>
975L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
976S: Maintained
977F: arch/arm/mach-ep93xx/
978F: arch/arm/mach-ep93xx/include/mach/
979
980ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
981M: Lennert Buytenhek <kernel@wantstofly.org>
982L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983S: Maintained
984
985ARM/CLKDEV SUPPORT
986M: Russell King <linux@arm.linux.org.uk>
987L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
988S: Maintained
989F: arch/arm/include/asm/clkdev.h
990F: drivers/clk/clkdev.c
991
992ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
993M: Mike Rapoport <mike@compulab.co.il>
994L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
995S: Maintained
996
997ARM/CONTEC MICRO9 MACHINE SUPPORT
998M: Hubert Feurstein <hubert.feurstein@contec.at>
999S: Maintained
1000F: arch/arm/mach-ep93xx/micro9.c
1001
1002ARM/CORESIGHT FRAMEWORK AND DRIVERS
1003M: Mathieu Poirier <mathieu.poirier@linaro.org>
1004L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1005S: Maintained
1006F: drivers/hwtracing/coresight/*
1007F: Documentation/trace/coresight.txt
1008F: Documentation/devicetree/bindings/arm/coresight.txt
1009F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1010
1011ARM/CORGI MACHINE SUPPORT
1012M: Richard Purdie <rpurdie@rpsys.net>
1013S: Maintained
1014
1015ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1016M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1017L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1018T: git git://github.com/ulli-kroll/linux.git
1019S: Maintained
1020F: arch/arm/mach-gemini/
1021F: drivers/rtc/rtc-gemini.c
1022
1023ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1024M: Barry Song <baohua@kernel.org>
1025L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1026T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1027S: Maintained
1028F: arch/arm/mach-prima2/
1029F: drivers/clk/sirf/
1030F: drivers/clocksource/timer-prima2.c
1031F: drivers/clocksource/timer-atlas7.c
1032N: [^a-z]sirf
1033
1034ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1035M: Baruch Siach <baruch@tkos.co.il>
1036L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037S: Maintained
1038F: arch/arm/boot/dts/cx92755*
1039N: digicolor
1040
1041ARM/EBSA110 MACHINE SUPPORT
1042M: Russell King <linux@arm.linux.org.uk>
1043L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1044W: http://www.arm.linux.org.uk/
1045S: Maintained
1046F: arch/arm/mach-ebsa110/
1047F: drivers/net/ethernet/amd/am79c961a.*
1048
1049ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1050M: Uwe Kleine-König <kernel@pengutronix.de>
1051L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052S: Maintained
1053N: efm32
1054
1055ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1056M: Daniel Ribeiro <drwyrm@gmail.com>
1057M: Stefan Schmidt <stefan@openezx.org>
1058M: Harald Welte <laforge@openezx.org>
1059L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1060W: http://www.openezx.org/
1061S: Maintained
1062T: topgit git://git.openezx.org/openezx.git
1063F: arch/arm/mach-pxa/ezx.c
1064
1065ARM/FARADAY FA526 PORT
1066M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1067L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068S: Maintained
1069T: git git://git.berlios.de/gemini-board
1070F: arch/arm/mm/*-fa*
1071
1072ARM/FOOTBRIDGE ARCHITECTURE
1073M: Russell King <linux@arm.linux.org.uk>
1074L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1075W: http://www.arm.linux.org.uk/
1076S: Maintained
1077F: arch/arm/include/asm/hardware/dec21285.h
1078F: arch/arm/mach-footbridge/
1079
1080ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1081M: Shawn Guo <shawnguo@kernel.org>
1082M: Sascha Hauer <kernel@pengutronix.de>
1083L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084S: Maintained
1085T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1086F: arch/arm/mach-imx/
1087F: arch/arm/mach-mxs/
1088F: arch/arm/boot/dts/imx*
1089F: arch/arm/configs/imx*_defconfig
1090F: drivers/clk/imx/
1091F: include/soc/imx/
1092
1093ARM/FREESCALE VYBRID ARM ARCHITECTURE
1094M: Shawn Guo <shawnguo@kernel.org>
1095M: Sascha Hauer <kernel@pengutronix.de>
1096R: Stefan Agner <stefan@agner.ch>
1097L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098S: Maintained
1099T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1100F: arch/arm/mach-imx/*vf610*
1101F: arch/arm/boot/dts/vf*
1102
1103ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1104M: Lennert Buytenhek <kernel@wantstofly.org>
1105L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106S: Maintained
1107
1108ARM/GUMSTIX MACHINE SUPPORT
1109M: Steve Sakoman <sakoman@gmail.com>
1110L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111S: Maintained
1112
1113ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1114M: Philipp Zabel <philipp.zabel@gmail.com>
1115M: Paul Parsons <lost.distance@yahoo.com>
1116L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117S: Maintained
1118F: arch/arm/mach-pxa/hx4700.c
1119F: arch/arm/mach-pxa/include/mach/hx4700.h
1120F: sound/soc/pxa/hx4700.c
1121
1122ARM/HISILICON SOC SUPPORT
1123M: Wei Xu <xuwei5@hisilicon.com>
1124L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125W: http://www.hisilicon.com
1126S: Supported
1127T: git git://github.com/hisilicon/linux-hisi.git
1128F: arch/arm/mach-hisi/
1129
1130ARM/HP JORNADA 7XX MACHINE SUPPORT
1131M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1132W: www.jlime.com
1133S: Maintained
1134T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1135F: arch/arm/mach-sa1100/jornada720.c
1136F: arch/arm/mach-sa1100/include/mach/jornada720.h
1137
1138ARM/IGEP MACHINE SUPPORT
1139M: Enric Balletbo i Serra <eballetbo@gmail.com>
1140M: Javier Martinez Canillas <javier@dowhile0.org>
1141L: linux-omap@vger.kernel.org
1142L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143S: Maintained
1144F: arch/arm/boot/dts/omap3-igep*
1145
1146ARM/INCOME PXA270 SUPPORT
1147M: Marek Vasut <marek.vasut@gmail.com>
1148L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149S: Maintained
1150F: arch/arm/mach-pxa/colibri-pxa270-income.c
1151
1152ARM/INTEL IOP32X ARM ARCHITECTURE
1153M: Lennert Buytenhek <kernel@wantstofly.org>
1154L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155S: Maintained
1156
1157ARM/INTEL IOP33X ARM ARCHITECTURE
1158L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159S: Orphan
1160
1161ARM/INTEL IOP13XX ARM ARCHITECTURE
1162M: Lennert Buytenhek <kernel@wantstofly.org>
1163L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164S: Maintained
1165
1166ARM/INTEL IQ81342EX MACHINE SUPPORT
1167M: Lennert Buytenhek <kernel@wantstofly.org>
1168L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1169S: Maintained
1170
1171ARM/INTEL IXDP2850 MACHINE SUPPORT
1172M: Lennert Buytenhek <kernel@wantstofly.org>
1173L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174S: Maintained
1175
1176ARM/INTEL IXP4XX ARM ARCHITECTURE
1177M: Imre Kaloz <kaloz@openwrt.org>
1178M: Krzysztof Halasa <khalasa@piap.pl>
1179L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180S: Maintained
1181F: arch/arm/mach-ixp4xx/
1182
1183ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1184M: Jonathan Cameron <jic23@cam.ac.uk>
1185L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186S: Maintained
1187F: arch/arm/mach-pxa/stargate2.c
1188F: drivers/pcmcia/pxa2xx_stargate2.c
1189
1190ARM/INTEL XSC3 (MANZANO) ARM CORE
1191M: Lennert Buytenhek <kernel@wantstofly.org>
1192L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193S: Maintained
1194
1195ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1196M: Lennert Buytenhek <kernel@wantstofly.org>
1197L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198S: Maintained
1199
1200ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1201M: Santosh Shilimkar <ssantosh@kernel.org>
1202L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203S: Maintained
1204F: arch/arm/mach-keystone/
1205T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1206
1207ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1208M: Santosh Shilimkar <ssantosh@kernel.org>
1209L: linux-kernel@vger.kernel.org
1210S: Maintained
1211F: drivers/clk/keystone/
1212
1213ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1214M: Santosh Shilimkar <ssantosh@kernel.org>
1215L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1216L: linux-kernel@vger.kernel.org
1217S: Maintained
1218F: drivers/clocksource/timer-keystone.c
1219
1220ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1221M: Santosh Shilimkar <ssantosh@kernel.org>
1222L: linux-kernel@vger.kernel.org
1223S: Maintained
1224F: drivers/power/reset/keystone-reset.c
1225
1226ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1227M: Santosh Shilimkar <ssantosh@kernel.org>
1228L: linux-kernel@vger.kernel.org
1229S: Maintained
1230F: drivers/memory/*emif*
1231
1232ARM/LOGICPD PXA270 MACHINE SUPPORT
1233M: Lennert Buytenhek <kernel@wantstofly.org>
1234L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235S: Maintained
1236
1237ARM/LPC18XX ARCHITECTURE
1238M: Joachim Eastwood <manabian@gmail.com>
1239L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240S: Maintained
1241F: arch/arm/boot/dts/lpc43*
1242F: drivers/clk/nxp/clk-lpc18xx*
1243F: drivers/clocksource/time-lpc32xx.c
1244F: drivers/i2c/busses/i2c-lpc2k.c
1245F: drivers/memory/pl172.c
1246F: drivers/mtd/spi-nor/nxp-spifi.c
1247F: drivers/rtc/rtc-lpc24xx.c
1248N: lpc18xx
1249
1250ARM/MAGICIAN MACHINE SUPPORT
1251M: Philipp Zabel <philipp.zabel@gmail.com>
1252S: Maintained
1253
1254ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1255M: Jason Cooper <jason@lakedaemon.net>
1256M: Andrew Lunn <andrew@lunn.ch>
1257M: Gregory Clement <gregory.clement@free-electrons.com>
1258M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1259L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1260S: Maintained
1261F: arch/arm/mach-mvebu/
1262F: drivers/rtc/rtc-armada38x.c
1263F: arch/arm/boot/dts/armada*
1264F: arch/arm/boot/dts/kirkwood*
1265
1266
1267ARM/Marvell Berlin SoC support
1268M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1269L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1270S: Maintained
1271F: arch/arm/mach-berlin/
1272F: arch/arm/boot/dts/berlin*
1273
1274
1275ARM/Marvell Dove/MV78xx0/Orion SOC support
1276M: Jason Cooper <jason@lakedaemon.net>
1277M: Andrew Lunn <andrew@lunn.ch>
1278M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1279M: Gregory Clement <gregory.clement@free-electrons.com>
1280L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281S: Maintained
1282F: arch/arm/mach-dove/
1283F: arch/arm/mach-mv78xx0/
1284F: arch/arm/mach-orion5x/
1285F: arch/arm/plat-orion/
1286F: arch/arm/boot/dts/dove*
1287F: arch/arm/boot/dts/orion5x*
1288
1289
1290ARM/Orion SoC/Technologic Systems TS-78xx platform support
1291M: Alexander Clouter <alex@digriz.org.uk>
1292L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1293W: http://www.digriz.org.uk/ts78xx/kernel
1294S: Maintained
1295F: arch/arm/mach-orion5x/ts78xx-*
1296
1297ARM/Mediatek RTC DRIVER
1298M: Eddie Huang <eddie.huang@mediatek.com>
1299L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1300L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1301S: Maintained
1302F: drivers/rtc/rtc-mt6397.c
1303
1304ARM/Mediatek SoC support
1305M: Matthias Brugger <matthias.bgg@gmail.com>
1306L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1308S: Maintained
1309F: arch/arm/boot/dts/mt6*
1310F: arch/arm/boot/dts/mt8*
1311F: arch/arm/mach-mediatek/
1312N: mtk
1313K: mediatek
1314
1315ARM/Mediatek USB3 PHY DRIVER
1316M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1317L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1318L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1319S: Maintained
1320F: drivers/phy/phy-mt65xx-usb3.c
1321
1322ARM/MICREL KS8695 ARCHITECTURE
1323M: Greg Ungerer <gerg@uclinux.org>
1324L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1325F: arch/arm/mach-ks8695/
1326S: Odd Fixes
1327
1328ARM/MIOA701 MACHINE SUPPORT
1329M: Robert Jarzmik <robert.jarzmik@free.fr>
1330L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1331F: arch/arm/mach-pxa/mioa701.c
1332S: Maintained
1333
1334ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1335M: Michael Petchkovsky <mkpetch@internode.on.net>
1336S: Maintained
1337
1338ARM/NOMADIK ARCHITECTURE
1339M: Alessandro Rubini <rubini@unipv.it>
1340M: Linus Walleij <linus.walleij@linaro.org>
1341L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342S: Maintained
1343F: arch/arm/mach-nomadik/
1344F: drivers/pinctrl/nomadik/
1345F: drivers/i2c/busses/i2c-nomadik.c
1346T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1347
1348ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1349M: Nelson Castillo <arhuaco@freaks-unidos.net>
1350L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1351W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1352S: Supported
1353
1354ARM/TOSA MACHINE SUPPORT
1355M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1356M: Dirk Opfer <dirk@opfer-online.de>
1357S: Maintained
1358
1359ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1360M: Marek Vasut <marek.vasut@gmail.com>
1361L: linux-arm-kernel@lists.infradead.org
1362W: http://hackndev.com
1363S: Maintained
1364F: arch/arm/mach-pxa/include/mach/palmtx.h
1365F: arch/arm/mach-pxa/palmtx.c
1366F: arch/arm/mach-pxa/include/mach/palmt5.h
1367F: arch/arm/mach-pxa/palmt5.c
1368F: arch/arm/mach-pxa/include/mach/palmld.h
1369F: arch/arm/mach-pxa/palmld.c
1370F: arch/arm/mach-pxa/include/mach/palmte2.h
1371F: arch/arm/mach-pxa/palmte2.c
1372F: arch/arm/mach-pxa/include/mach/palmtc.h
1373F: arch/arm/mach-pxa/palmtc.c
1374
1375ARM/PALM TREO SUPPORT
1376M: Tomas Cech <sleep_walker@suse.com>
1377L: linux-arm-kernel@lists.infradead.org
1378W: http://hackndev.com
1379S: Maintained
1380F: arch/arm/mach-pxa/include/mach/palmtreo.h
1381F: arch/arm/mach-pxa/palmtreo.c
1382
1383ARM/PALMZ72 SUPPORT
1384M: Sergey Lapin <slapin@ossfans.org>
1385L: linux-arm-kernel@lists.infradead.org
1386W: http://hackndev.com
1387S: Maintained
1388F: arch/arm/mach-pxa/include/mach/palmz72.h
1389F: arch/arm/mach-pxa/palmz72.c
1390
1391ARM/PLEB SUPPORT
1392M: Peter Chubb <pleb@gelato.unsw.edu.au>
1393W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1394S: Maintained
1395
1396ARM/PT DIGITAL BOARD PORT
1397M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1398L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1399W: http://www.arm.linux.org.uk/
1400S: Maintained
1401
1402ARM/QUALCOMM SUPPORT
1403M: Kumar Gala <galak@codeaurora.org>
1404M: Andy Gross <agross@codeaurora.org>
1405M: David Brown <davidb@codeaurora.org>
1406L: linux-arm-msm@vger.kernel.org
1407L: linux-soc@vger.kernel.org
1408S: Maintained
1409F: arch/arm/mach-qcom/
1410F: drivers/soc/qcom/
1411F: drivers/tty/serial/msm_serial.h
1412F: drivers/tty/serial/msm_serial.c
1413F: drivers/*/pm8???-*
1414F: drivers/mfd/ssbi.c
1415F: drivers/firmware/qcom_scm.c
1416T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1417
1418ARM/RADISYS ENP2611 MACHINE SUPPORT
1419M: Lennert Buytenhek <kernel@wantstofly.org>
1420L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1421S: Maintained
1422
1423ARM/RISCPC ARCHITECTURE
1424M: Russell King <linux@arm.linux.org.uk>
1425L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1426W: http://www.arm.linux.org.uk/
1427S: Maintained
1428F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1429F: arch/arm/include/asm/hardware/ioc.h
1430F: arch/arm/include/asm/hardware/iomd.h
1431F: arch/arm/include/asm/hardware/memc.h
1432F: arch/arm/mach-rpc/
1433F: drivers/net/ethernet/8390/etherh.c
1434F: drivers/net/ethernet/i825xx/ether1*
1435F: drivers/net/ethernet/seeq/ether3*
1436F: drivers/scsi/arm/
1437
1438ARM/Rockchip SoC support
1439M: Heiko Stuebner <heiko@sntech.de>
1440L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1441L: linux-rockchip@lists.infradead.org
1442S: Maintained
1443F: arch/arm/boot/dts/rk3*
1444F: arch/arm/mach-rockchip/
1445F: drivers/clk/rockchip/
1446F: drivers/i2c/busses/i2c-rk3x.c
1447F: drivers/*/*rockchip*
1448F: drivers/*/*/*rockchip*
1449F: sound/soc/rockchip/
1450N: rockchip
1451
1452ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1453M: Kukjin Kim <kgene@kernel.org>
1454M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1455L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1456L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1457S: Maintained
1458F: arch/arm/boot/dts/s3c*
1459F: arch/arm/boot/dts/exynos*
1460F: arch/arm64/boot/dts/exynos/
1461F: arch/arm/plat-samsung/
1462F: arch/arm/mach-s3c24*/
1463F: arch/arm/mach-s3c64xx/
1464F: arch/arm/mach-s5p*/
1465F: arch/arm/mach-exynos*/
1466F: drivers/*/*s3c2410*
1467F: drivers/*/*/*s3c2410*
1468F: drivers/spi/spi-s3c*
1469F: sound/soc/samsung/*
1470F: Documentation/arm/Samsung/
1471F: Documentation/devicetree/bindings/arm/samsung/
1472F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1473F: Documentation/devicetree/bindings/power/pd-samsung.txt
1474N: exynos
1475
1476ARM/SAMSUNG MOBILE MACHINE SUPPORT
1477M: Kyungmin Park <kyungmin.park@samsung.com>
1478L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1479S: Maintained
1480F: arch/arm/mach-s5pv210/
1481
1482ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1483M: Kyungmin Park <kyungmin.park@samsung.com>
1484M: Kamil Debski <k.debski@samsung.com>
1485L: linux-arm-kernel@lists.infradead.org
1486L: linux-media@vger.kernel.org
1487S: Maintained
1488F: drivers/media/platform/s5p-g2d/
1489
1490ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1491M: Kyungmin Park <kyungmin.park@samsung.com>
1492M: Kamil Debski <k.debski@samsung.com>
1493M: Jeongtae Park <jtp.park@samsung.com>
1494L: linux-arm-kernel@lists.infradead.org
1495L: linux-media@vger.kernel.org
1496S: Maintained
1497F: arch/arm/plat-samsung/s5p-dev-mfc.c
1498F: drivers/media/platform/s5p-mfc/
1499
1500ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1501M: Kyungmin Park <kyungmin.park@samsung.com>
1502M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1503L: linux-arm-kernel@lists.infradead.org
1504L: linux-media@vger.kernel.org
1505S: Maintained
1506F: drivers/media/platform/s5p-tv/
1507
1508ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1509M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1510M: Jacek Anaszewski <j.anaszewski@samsung.com>
1511L: linux-arm-kernel@lists.infradead.org
1512L: linux-media@vger.kernel.org
1513S: Maintained
1514F: drivers/media/platform/s5p-jpeg/
1515
1516ARM/SHMOBILE ARM ARCHITECTURE
1517M: Simon Horman <horms@verge.net.au>
1518M: Magnus Damm <magnus.damm@gmail.com>
1519L: linux-sh@vger.kernel.org
1520W: http://oss.renesas.com
1521Q: http://patchwork.kernel.org/project/linux-sh/list/
1522T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1523S: Supported
1524F: arch/arm/boot/dts/emev2*
1525F: arch/arm/boot/dts/r7s*
1526F: arch/arm/boot/dts/r8a*
1527F: arch/arm/boot/dts/sh*
1528F: arch/arm/configs/shmobile_defconfig
1529F: arch/arm/include/debug/renesas-scif.S
1530F: arch/arm/mach-shmobile/
1531F: drivers/sh/
1532
1533ARM/SOCFPGA ARCHITECTURE
1534M: Dinh Nguyen <dinguyen@opensource.altera.com>
1535S: Maintained
1536F: arch/arm/mach-socfpga/
1537F: arch/arm/boot/dts/socfpga*
1538F: arch/arm/configs/socfpga_defconfig
1539W: http://www.rocketboards.org
1540T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1541
1542ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1543M: Dinh Nguyen <dinguyen@opensource.altera.com>
1544S: Maintained
1545F: drivers/clk/socfpga/
1546
1547ARM/SOCFPGA EDAC SUPPORT
1548M: Thor Thayer <tthayer@opensource.altera.com>
1549S: Maintained
1550F: drivers/edac/altera_edac.
1551
1552ARM/STI ARCHITECTURE
1553M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1554M: Maxime Coquelin <maxime.coquelin@st.com>
1555M: Patrice Chotard <patrice.chotard@st.com>
1556L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1557L: kernel@stlinux.com
1558W: http://www.stlinux.com
1559S: Maintained
1560F: arch/arm/mach-sti/
1561F: arch/arm/boot/dts/sti*
1562F: drivers/char/hw_random/st-rng.c
1563F: drivers/clocksource/arm_global_timer.c
1564F: drivers/clocksource/clksrc_st_lpc.c
1565F: drivers/i2c/busses/i2c-st.c
1566F: drivers/media/rc/st_rc.c
1567F: drivers/media/platform/sti/c8sectpfe/
1568F: drivers/mmc/host/sdhci-st.c
1569F: drivers/phy/phy-miphy28lp.c
1570F: drivers/phy/phy-miphy365x.c
1571F: drivers/phy/phy-stih407-usb.c
1572F: drivers/phy/phy-stih41x-usb.c
1573F: drivers/pinctrl/pinctrl-st.c
1574F: drivers/reset/sti/
1575F: drivers/rtc/rtc-st-lpc.c
1576F: drivers/tty/serial/st-asc.c
1577F: drivers/usb/dwc3/dwc3-st.c
1578F: drivers/usb/host/ehci-st.c
1579F: drivers/usb/host/ohci-st.c
1580F: drivers/watchdog/st_lpc_wdt.c
1581F: drivers/ata/ahci_st.c
1582
1583ARM/STM32 ARCHITECTURE
1584M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1585L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1586S: Maintained
1587T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1588N: stm32
1589F: drivers/clocksource/armv7m_systick.c
1590
1591ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1592M: Lennert Buytenhek <kernel@wantstofly.org>
1593L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1594S: Maintained
1595
1596ARM/TETON BGA MACHINE SUPPORT
1597M: "Mark F. Brown" <mark.brown314@gmail.com>
1598L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1599S: Maintained
1600
1601ARM/THECUS N2100 MACHINE SUPPORT
1602M: Lennert Buytenhek <kernel@wantstofly.org>
1603L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1604S: Maintained
1605
1606ARM/NUVOTON W90X900 ARM ARCHITECTURE
1607M: Wan ZongShun <mcuos.com@gmail.com>
1608L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1609W: http://www.mcuos.com
1610S: Maintained
1611F: arch/arm/mach-w90x900/
1612F: drivers/input/keyboard/w90p910_keypad.c
1613F: drivers/input/touchscreen/w90p910_ts.c
1614F: drivers/watchdog/nuc900_wdt.c
1615F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1616F: drivers/mtd/nand/nuc900_nand.c
1617F: drivers/rtc/rtc-nuc900.c
1618F: drivers/spi/spi-nuc900.c
1619F: drivers/usb/host/ehci-w90x900.c
1620F: drivers/video/fbdev/nuc900fb.c
1621
1622ARM/U300 MACHINE SUPPORT
1623M: Linus Walleij <linus.walleij@linaro.org>
1624L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1625S: Supported
1626F: arch/arm/mach-u300/
1627F: drivers/clocksource/timer-u300.c
1628F: drivers/i2c/busses/i2c-stu300.c
1629F: drivers/rtc/rtc-coh901331.c
1630F: drivers/watchdog/coh901327_wdt.c
1631F: drivers/dma/coh901318*
1632F: drivers/mfd/ab3100*
1633F: drivers/rtc/rtc-ab3100.c
1634F: drivers/rtc/rtc-coh901331.c
1635T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1636
1637ARM/UNIPHIER ARCHITECTURE
1638M: Masahiro Yamada <yamada.masahiro@socionext.com>
1639L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1640S: Maintained
1641F: arch/arm/boot/dts/uniphier*
1642F: arch/arm/include/asm/hardware/cache-uniphier.h
1643F: arch/arm/mach-uniphier/
1644F: arch/arm/mm/cache-uniphier.c
1645F: drivers/i2c/busses/i2c-uniphier*
1646F: drivers/pinctrl/uniphier/
1647F: drivers/tty/serial/8250/8250_uniphier.c
1648N: uniphier
1649
1650ARM/Ux500 ARM ARCHITECTURE
1651M: Linus Walleij <linus.walleij@linaro.org>
1652L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1653S: Maintained
1654F: arch/arm/mach-ux500/
1655F: drivers/clocksource/clksrc-dbx500-prcmu.c
1656F: drivers/dma/ste_dma40*
1657F: drivers/hwspinlock/u8500_hsem.c
1658F: drivers/mfd/abx500*
1659F: drivers/mfd/ab8500*
1660F: drivers/mfd/dbx500*
1661F: drivers/mfd/db8500*
1662F: drivers/pinctrl/nomadik/pinctrl-ab*
1663F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1664F: drivers/rtc/rtc-ab8500.c
1665F: drivers/rtc/rtc-pl031.c
1666T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1667
1668ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1669M: Ulf Hansson <ulf.hansson@linaro.org>
1670L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1671T: git git://git.linaro.org/people/ulfh/clk.git
1672S: Maintained
1673F: drivers/clk/ux500/
1674F: include/linux/platform_data/clk-ux500.h
1675
1676ARM/VERSATILE EXPRESS PLATFORM
1677M: Liviu Dudau <liviu.dudau@arm.com>
1678M: Sudeep Holla <sudeep.holla@arm.com>
1679M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1680L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1681S: Maintained
1682F: arch/arm/boot/dts/vexpress*
1683F: arch/arm64/boot/dts/arm/vexpress*
1684F: arch/arm/mach-vexpress/
1685F: */*/vexpress*
1686F: */*/*/vexpress*
1687F: drivers/clk/versatile/clk-vexpress-osc.c
1688F: drivers/clocksource/versatile.c
1689
1690ARM/VFP SUPPORT
1691M: Russell King <linux@arm.linux.org.uk>
1692L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1693W: http://www.arm.linux.org.uk/
1694S: Maintained
1695F: arch/arm/vfp/
1696
1697ARM/VOIPAC PXA270 SUPPORT
1698M: Marek Vasut <marek.vasut@gmail.com>
1699L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1700S: Maintained
1701F: arch/arm/mach-pxa/vpac270.c
1702F: arch/arm/mach-pxa/include/mach/vpac270.h
1703
1704ARM/VT8500 ARM ARCHITECTURE
1705M: Tony Prisk <linux@prisktech.co.nz>
1706L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707S: Maintained
1708F: arch/arm/mach-vt8500/
1709F: drivers/clocksource/vt8500_timer.c
1710F: drivers/i2c/busses/i2c-wmt.c
1711F: drivers/mmc/host/wmt-sdmmc.c
1712F: drivers/pwm/pwm-vt8500.c
1713F: drivers/rtc/rtc-vt8500.c
1714F: drivers/tty/serial/vt8500_serial.c
1715F: drivers/usb/host/ehci-platform.c
1716F: drivers/usb/host/uhci-platform.c
1717F: drivers/video/fbdev/vt8500lcdfb.*
1718F: drivers/video/fbdev/wm8505fb*
1719F: drivers/video/fbdev/wmt_ge_rops.*
1720
1721ARM/ZIPIT Z2 SUPPORT
1722M: Marek Vasut <marek.vasut@gmail.com>
1723L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1724S: Maintained
1725F: arch/arm/mach-pxa/z2.c
1726F: arch/arm/mach-pxa/include/mach/z2.h
1727
1728ARM/ZTE ARCHITECTURE
1729M: Jun Nie <jun.nie@linaro.org>
1730L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1731S: Maintained
1732F: arch/arm/mach-zx/
1733F: drivers/clk/zte/
1734F: Documentation/devicetree/bindings/arm/zte.txt
1735F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1736
1737ARM/ZYNQ ARCHITECTURE
1738M: Michal Simek <michal.simek@xilinx.com>
1739R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1740L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1741W: http://wiki.xilinx.com
1742T: git https://github.com/Xilinx/linux-xlnx.git
1743S: Supported
1744F: arch/arm/mach-zynq/
1745F: drivers/cpuidle/cpuidle-zynq.c
1746F: drivers/block/xsysace.c
1747N: zynq
1748N: xilinx
1749F: drivers/clocksource/cadence_ttc_timer.c
1750F: drivers/i2c/busses/i2c-cadence.c
1751F: drivers/mmc/host/sdhci-of-arasan.c
1752F: drivers/edac/synopsys_edac.c
1753
1754ARM SMMU DRIVERS
1755M: Will Deacon <will.deacon@arm.com>
1756L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1757S: Maintained
1758F: drivers/iommu/arm-smmu.c
1759F: drivers/iommu/arm-smmu-v3.c
1760F: drivers/iommu/io-pgtable-arm.c
1761
1762ARM64 PORT (AARCH64 ARCHITECTURE)
1763M: Catalin Marinas <catalin.marinas@arm.com>
1764M: Will Deacon <will.deacon@arm.com>
1765L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1766S: Maintained
1767F: arch/arm64/
1768F: Documentation/arm64/
1769
1770AS3645A LED FLASH CONTROLLER DRIVER
1771M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1772L: linux-media@vger.kernel.org
1773T: git git://linuxtv.org/media_tree.git
1774S: Maintained
1775F: drivers/media/i2c/as3645a.c
1776F: include/media/as3645a.h
1777
1778ASC7621 HARDWARE MONITOR DRIVER
1779M: George Joseph <george.joseph@fairview5.com>
1780L: lm-sensors@lm-sensors.org
1781S: Maintained
1782F: Documentation/hwmon/asc7621
1783F: drivers/hwmon/asc7621.c
1784
1785ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1786M: Corentin Chary <corentin.chary@gmail.com>
1787L: acpi4asus-user@lists.sourceforge.net
1788L: platform-driver-x86@vger.kernel.org
1789W: http://acpi4asus.sf.net
1790S: Maintained
1791F: drivers/platform/x86/asus*.c
1792F: drivers/platform/x86/eeepc*.c
1793
1794ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1795R: Dan Williams <dan.j.williams@intel.com>
1796W: http://sourceforge.net/projects/xscaleiop
1797S: Odd fixes
1798F: Documentation/crypto/async-tx-api.txt
1799F: crypto/async_tx/
1800F: drivers/dma/
1801F: include/linux/dmaengine.h
1802F: include/linux/async_tx.h
1803
1804AT24 EEPROM DRIVER
1805M: Wolfram Sang <wsa@the-dreams.de>
1806L: linux-i2c@vger.kernel.org
1807S: Maintained
1808F: drivers/misc/eeprom/at24.c
1809F: include/linux/platform_data/at24.h
1810
1811ATA OVER ETHERNET (AOE) DRIVER
1812M: "Ed L. Cashin" <ed.cashin@acm.org>
1813W: http://www.openaoe.org/
1814S: Supported
1815F: Documentation/aoe/
1816F: drivers/block/aoe/
1817
1818ATHEROS 71XX/9XXX GPIO DRIVER
1819M: Alban Bedel <albeu@free.fr>
1820W: https://github.com/AlbanBedel/linux
1821T: git git://github.com/AlbanBedel/linux
1822S: Maintained
1823F: drivers/gpio/gpio-ath79.c
1824F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1825
1826ATHEROS ATH GENERIC UTILITIES
1827M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1828L: linux-wireless@vger.kernel.org
1829S: Supported
1830F: drivers/net/wireless/ath/*
1831
1832ATHEROS ATH5K WIRELESS DRIVER
1833M: Jiri Slaby <jirislaby@gmail.com>
1834M: Nick Kossifidis <mickflemm@gmail.com>
1835M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1836L: linux-wireless@vger.kernel.org
1837W: http://wireless.kernel.org/en/users/Drivers/ath5k
1838S: Maintained
1839F: drivers/net/wireless/ath/ath5k/
1840
1841ATHEROS ATH6KL WIRELESS DRIVER
1842M: Kalle Valo <kvalo@qca.qualcomm.com>
1843L: linux-wireless@vger.kernel.org
1844W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1845T: git git://github.com/kvalo/ath.git
1846S: Supported
1847F: drivers/net/wireless/ath/ath6kl/
1848
1849WILOCITY WIL6210 WIRELESS DRIVER
1850M: Maya Erez <qca_merez@qca.qualcomm.com>
1851L: linux-wireless@vger.kernel.org
1852L: wil6210@qca.qualcomm.com
1853S: Supported
1854W: http://wireless.kernel.org/en/users/Drivers/wil6210
1855F: drivers/net/wireless/ath/wil6210/
1856F: include/uapi/linux/wil6210_uapi.h
1857
1858CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1859M: Christian Lamparter <chunkeey@googlemail.com>
1860L: linux-wireless@vger.kernel.org
1861W: http://wireless.kernel.org/en/users/Drivers/carl9170
1862S: Maintained
1863F: drivers/net/wireless/ath/carl9170/
1864
1865ATK0110 HWMON DRIVER
1866M: Luca Tettamanti <kronos.it@gmail.com>
1867L: lm-sensors@lm-sensors.org
1868S: Maintained
1869F: drivers/hwmon/asus_atk0110.c
1870
1871ATI_REMOTE2 DRIVER
1872M: Ville Syrjala <syrjala@sci.fi>
1873S: Maintained
1874F: drivers/input/misc/ati_remote2.c
1875
1876ATLX ETHERNET DRIVERS
1877M: Jay Cliburn <jcliburn@gmail.com>
1878M: Chris Snook <chris.snook@gmail.com>
1879L: netdev@vger.kernel.org
1880W: http://sourceforge.net/projects/atl1
1881W: http://atl1.sourceforge.net
1882S: Maintained
1883F: drivers/net/ethernet/atheros/
1884
1885ATM
1886M: Chas Williams <3chas3@gmail.com>
1887L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1888L: netdev@vger.kernel.org
1889W: http://linux-atm.sourceforge.net
1890S: Maintained
1891F: drivers/atm/
1892F: include/linux/atm*
1893F: include/uapi/linux/atm*
1894
1895ATMEL AT91 / AT32 MCI DRIVER
1896M: Ludovic Desroches <ludovic.desroches@atmel.com>
1897S: Maintained
1898F: drivers/mmc/host/atmel-mci.c
1899F: drivers/mmc/host/atmel-mci-regs.h
1900
1901ATMEL AT91 / AT32 SERIAL DRIVER
1902M: Nicolas Ferre <nicolas.ferre@atmel.com>
1903S: Supported
1904F: drivers/tty/serial/atmel_serial.c
1905
1906ATMEL Audio ALSA driver
1907M: Nicolas Ferre <nicolas.ferre@atmel.com>
1908L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1909S: Supported
1910F: sound/soc/atmel
1911
1912ATMEL DMA DRIVER
1913M: Nicolas Ferre <nicolas.ferre@atmel.com>
1914L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1915S: Supported
1916F: drivers/dma/at_hdmac.c
1917F: drivers/dma/at_hdmac_regs.h
1918F: include/linux/platform_data/dma-atmel.h
1919
1920ATMEL XDMA DRIVER
1921M: Ludovic Desroches <ludovic.desroches@atmel.com>
1922L: linux-arm-kernel@lists.infradead.org
1923L: dmaengine@vger.kernel.org
1924S: Supported
1925F: drivers/dma/at_xdmac.c
1926
1927ATMEL I2C DRIVER
1928M: Ludovic Desroches <ludovic.desroches@atmel.com>
1929L: linux-i2c@vger.kernel.org
1930S: Supported
1931F: drivers/i2c/busses/i2c-at91.c
1932
1933ATMEL ISI DRIVER
1934M: Ludovic Desroches <ludovic.desroches@atmel.com>
1935L: linux-media@vger.kernel.org
1936S: Supported
1937F: drivers/media/platform/soc_camera/atmel-isi.c
1938F: include/media/atmel-isi.h
1939
1940ATMEL LCDFB DRIVER
1941M: Nicolas Ferre <nicolas.ferre@atmel.com>
1942L: linux-fbdev@vger.kernel.org
1943S: Maintained
1944F: drivers/video/fbdev/atmel_lcdfb.c
1945F: include/video/atmel_lcdc.h
1946
1947ATMEL MACB ETHERNET DRIVER
1948M: Nicolas Ferre <nicolas.ferre@atmel.com>
1949S: Supported
1950F: drivers/net/ethernet/cadence/
1951
1952ATMEL NAND DRIVER
1953M: Wenyou Yang <wenyou.yang@atmel.com>
1954M: Josh Wu <rainyfeeling@outlook.com>
1955L: linux-mtd@lists.infradead.org
1956S: Supported
1957F: drivers/mtd/nand/atmel_nand*
1958
1959ATMEL SDMMC DRIVER
1960M: Ludovic Desroches <ludovic.desroches@atmel.com>
1961L: linux-mmc@vger.kernel.org
1962S: Supported
1963F: drivers/mmc/host/sdhci-of-at91.c
1964
1965ATMEL SPI DRIVER
1966M: Nicolas Ferre <nicolas.ferre@atmel.com>
1967S: Supported
1968F: drivers/spi/spi-atmel.*
1969
1970ATMEL SSC DRIVER
1971M: Nicolas Ferre <nicolas.ferre@atmel.com>
1972L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1973S: Supported
1974F: drivers/misc/atmel-ssc.c
1975F: include/linux/atmel-ssc.h
1976
1977ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1978M: Nicolas Ferre <nicolas.ferre@atmel.com>
1979L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1980S: Supported
1981F: drivers/misc/atmel_tclib.c
1982F: drivers/clocksource/tcb_clksrc.c
1983
1984ATMEL USBA UDC DRIVER
1985M: Nicolas Ferre <nicolas.ferre@atmel.com>
1986L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1987S: Supported
1988F: drivers/usb/gadget/udc/atmel_usba_udc.*
1989
1990ATMEL WIRELESS DRIVER
1991M: Simon Kelley <simon@thekelleys.org.uk>
1992L: linux-wireless@vger.kernel.org
1993W: http://www.thekelleys.org.uk/atmel
1994W: http://atmelwlandriver.sourceforge.net/
1995S: Maintained
1996F: drivers/net/wireless/atmel*
1997
1998ATMEL MAXTOUCH DRIVER
1999M: Nick Dyer <nick.dyer@itdev.co.uk>
2000T: git git://github.com/atmel-maxtouch/linux.git
2001S: Supported
2002F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2003F: drivers/input/touchscreen/atmel_mxt_ts.c
2004F: include/linux/platform_data/atmel_mxt_ts.h
2005
2006ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2007M: Bradley Grove <linuxdrivers@attotech.com>
2008L: linux-scsi@vger.kernel.org
2009W: http://www.attotech.com
2010S: Supported
2011F: drivers/scsi/esas2r
2012
2013ATUSB IEEE 802.15.4 RADIO DRIVER
2014M: Stefan Schmidt <stefan@osg.samsung.com>
2015L: linux-wpan@vger.kernel.org
2016S: Maintained
2017F: drivers/net/ieee802154/atusb.c
2018F: drivers/net/ieee802154/atusb.h
2019F: drivers/net/ieee802154/at86rf230.h
2020
2021AUDIT SUBSYSTEM
2022M: Paul Moore <paul@paul-moore.com>
2023M: Eric Paris <eparis@redhat.com>
2024L: linux-audit@redhat.com (moderated for non-subscribers)
2025W: http://people.redhat.com/sgrubb/audit/
2026T: git git://git.infradead.org/users/pcmoore/audit
2027S: Maintained
2028F: include/linux/audit.h
2029F: include/uapi/linux/audit.h
2030F: kernel/audit*
2031
2032AUXILIARY DISPLAY DRIVERS
2033M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2034W: http://miguelojeda.es/auxdisplay.htm
2035W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2036S: Maintained
2037F: drivers/auxdisplay/
2038F: include/linux/cfag12864b.h
2039
2040AVR32 ARCHITECTURE
2041M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2042M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2043W: http://www.atmel.com/products/AVR32/
2044W: http://mirror.egtvedt.no/avr32linux.org/
2045W: http://avrfreaks.net/
2046S: Maintained
2047F: arch/avr32/
2048
2049AVR32/AT32AP MACHINE SUPPORT
2050M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2051M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2052S: Maintained
2053F: arch/avr32/mach-at32ap/
2054
2055AX.25 NETWORK LAYER
2056M: Ralf Baechle <ralf@linux-mips.org>
2057L: linux-hams@vger.kernel.org
2058W: http://www.linux-ax25.org/
2059S: Maintained
2060F: include/uapi/linux/ax25.h
2061F: include/net/ax25.h
2062F: net/ax25/
2063
2064AZ6007 DVB DRIVER
2065M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2066L: linux-media@vger.kernel.org
2067W: http://linuxtv.org
2068T: git git://linuxtv.org/media_tree.git
2069S: Maintained
2070F: drivers/media/usb/dvb-usb-v2/az6007.c
2071
2072AZTECH FM RADIO RECEIVER DRIVER
2073M: Hans Verkuil <hverkuil@xs4all.nl>
2074L: linux-media@vger.kernel.org
2075T: git git://linuxtv.org/media_tree.git
2076W: http://linuxtv.org
2077S: Maintained
2078F: drivers/media/radio/radio-aztech*
2079
2080B43 WIRELESS DRIVER
2081L: linux-wireless@vger.kernel.org
2082L: b43-dev@lists.infradead.org
2083W: http://wireless.kernel.org/en/users/Drivers/b43
2084S: Odd Fixes
2085F: drivers/net/wireless/b43/
2086
2087B43LEGACY WIRELESS DRIVER
2088M: Larry Finger <Larry.Finger@lwfinger.net>
2089L: linux-wireless@vger.kernel.org
2090L: b43-dev@lists.infradead.org
2091W: http://wireless.kernel.org/en/users/Drivers/b43
2092S: Maintained
2093F: drivers/net/wireless/b43legacy/
2094
2095BACKLIGHT CLASS/SUBSYSTEM
2096M: Jingoo Han <jingoohan1@gmail.com>
2097M: Lee Jones <lee.jones@linaro.org>
2098S: Maintained
2099F: drivers/video/backlight/
2100F: include/linux/backlight.h
2101
2102BATMAN ADVANCED
2103M: Marek Lindner <mareklindner@neomailbox.ch>
2104M: Simon Wunderlich <sw@simonwunderlich.de>
2105M: Antonio Quartulli <antonio@meshcoding.com>
2106L: b.a.t.m.a.n@lists.open-mesh.org
2107W: http://www.open-mesh.org/
2108S: Maintained
2109F: net/batman-adv/
2110
2111BAYCOM/HDLCDRV DRIVERS FOR AX.25
2112M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2113L: linux-hams@vger.kernel.org
2114W: http://www.baycom.org/~tom/ham/ham.html
2115S: Maintained
2116F: drivers/net/hamradio/baycom*
2117
2118BCACHE (BLOCK LAYER CACHE)
2119M: Kent Overstreet <kent.overstreet@gmail.com>
2120L: linux-bcache@vger.kernel.org
2121W: http://bcache.evilpiepirate.org
2122S: Maintained
2123F: drivers/md/bcache/
2124
2125BDISP ST MEDIA DRIVER
2126M: Fabien Dessenne <fabien.dessenne@st.com>
2127L: linux-media@vger.kernel.org
2128T: git git://linuxtv.org/media_tree.git
2129W: http://linuxtv.org
2130S: Supported
2131F: drivers/media/platform/sti/bdisp
2132
2133BEFS FILE SYSTEM
2134S: Orphan
2135F: Documentation/filesystems/befs.txt
2136F: fs/befs/
2137
2138BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2139M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2140L: netdev@vger.kernel.org
2141S: Maintained
2142F: drivers/net/ethernet/ec_bhf.c
2143
2144BFS FILE SYSTEM
2145M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2146S: Maintained
2147F: Documentation/filesystems/bfs.txt
2148F: fs/bfs/
2149F: include/uapi/linux/bfs_fs.h
2150
2151BLACKFIN ARCHITECTURE
2152M: Steven Miao <realmz6@gmail.com>
2153L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2154T: git git://git.code.sf.net/p/adi-linux/code
2155W: http://blackfin.uclinux.org
2156S: Supported
2157F: arch/blackfin/
2158
2159BLACKFIN EMAC DRIVER
2160L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2161W: http://blackfin.uclinux.org
2162S: Supported
2163F: drivers/net/ethernet/adi/
2164
2165BLACKFIN RTC DRIVER
2166L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2167W: http://blackfin.uclinux.org
2168S: Supported
2169F: drivers/rtc/rtc-bfin.c
2170
2171BLACKFIN SDH DRIVER
2172M: Sonic Zhang <sonic.zhang@analog.com>
2173L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2174W: http://blackfin.uclinux.org
2175S: Supported
2176F: drivers/mmc/host/bfin_sdh.c
2177
2178BLACKFIN SERIAL DRIVER
2179M: Sonic Zhang <sonic.zhang@analog.com>
2180L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2181W: http://blackfin.uclinux.org
2182S: Supported
2183F: drivers/tty/serial/bfin_uart.c
2184
2185BLACKFIN WATCHDOG DRIVER
2186L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2187W: http://blackfin.uclinux.org
2188S: Supported
2189F: drivers/watchdog/bfin_wdt.c
2190
2191BLACKFIN I2C TWI DRIVER
2192M: Sonic Zhang <sonic.zhang@analog.com>
2193L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2194W: http://blackfin.uclinux.org/
2195S: Supported
2196F: drivers/i2c/busses/i2c-bfin-twi.c
2197
2198BLACKFIN MEDIA DRIVER
2199M: Scott Jiang <scott.jiang.linux@gmail.com>
2200L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2201W: http://blackfin.uclinux.org/
2202S: Supported
2203F: drivers/media/platform/blackfin/
2204F: drivers/media/i2c/adv7183*
2205F: drivers/media/i2c/vs6624*
2206
2207BLINKM RGB LED DRIVER
2208M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2209S: Maintained
2210F: drivers/leds/leds-blinkm.c
2211
2212BLOCK LAYER
2213M: Jens Axboe <axboe@kernel.dk>
2214L: linux-block@vger.kernel.org
2215T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2216S: Maintained
2217F: block/
2218F: kernel/trace/blktrace.c
2219
2220BLOCK2MTD DRIVER
2221M: Joern Engel <joern@lazybastard.org>
2222L: linux-mtd@lists.infradead.org
2223S: Maintained
2224F: drivers/mtd/devices/block2mtd.c
2225
2226BLUETOOTH DRIVERS
2227M: Marcel Holtmann <marcel@holtmann.org>
2228M: Gustavo Padovan <gustavo@padovan.org>
2229M: Johan Hedberg <johan.hedberg@gmail.com>
2230L: linux-bluetooth@vger.kernel.org
2231W: http://www.bluez.org/
2232T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2233T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2234S: Maintained
2235F: drivers/bluetooth/
2236
2237BLUETOOTH SUBSYSTEM
2238M: Marcel Holtmann <marcel@holtmann.org>
2239M: Gustavo Padovan <gustavo@padovan.org>
2240M: Johan Hedberg <johan.hedberg@gmail.com>
2241L: linux-bluetooth@vger.kernel.org
2242W: http://www.bluez.org/
2243T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2244T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2245S: Maintained
2246F: net/bluetooth/
2247F: include/net/bluetooth/
2248
2249BONDING DRIVER
2250M: Jay Vosburgh <j.vosburgh@gmail.com>
2251M: Veaceslav Falico <vfalico@gmail.com>
2252M: Andy Gospodarek <gospo@cumulusnetworks.com>
2253L: netdev@vger.kernel.org
2254W: http://sourceforge.net/projects/bonding/
2255S: Supported
2256F: drivers/net/bonding/
2257F: include/uapi/linux/if_bonding.h
2258
2259BPF (Safe dynamic programs and tools)
2260M: Alexei Starovoitov <ast@kernel.org>
2261L: netdev@vger.kernel.org
2262L: linux-kernel@vger.kernel.org
2263S: Supported
2264F: kernel/bpf/
2265
2266BROADCOM B44 10/100 ETHERNET DRIVER
2267M: Gary Zambrano <zambrano@broadcom.com>
2268L: netdev@vger.kernel.org
2269S: Supported
2270F: drivers/net/ethernet/broadcom/b44.*
2271
2272BROADCOM GENET ETHERNET DRIVER
2273M: Florian Fainelli <f.fainelli@gmail.com>
2274L: netdev@vger.kernel.org
2275S: Supported
2276F: drivers/net/ethernet/broadcom/genet/
2277
2278BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2279M: Sony Chacko <sony.chacko@qlogic.com>
2280M: Dept-HSGLinuxNICDev@qlogic.com
2281L: netdev@vger.kernel.org
2282S: Supported
2283F: drivers/net/ethernet/broadcom/bnx2.*
2284F: drivers/net/ethernet/broadcom/bnx2_*
2285
2286BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2287M: Ariel Elior <ariel.elior@qlogic.com>
2288L: netdev@vger.kernel.org
2289S: Supported
2290F: drivers/net/ethernet/broadcom/bnx2x/
2291
2292BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2293M: Florian Fainelli <f.fainelli@gmail.com>
2294M: Ray Jui <rjui@broadcom.com>
2295M: Scott Branden <sbranden@broadcom.com>
2296L: bcm-kernel-feedback-list@broadcom.com
2297T: git git://github.com/broadcom/mach-bcm
2298S: Maintained
2299F: arch/arm/mach-bcm/
2300F: arch/arm/boot/dts/bcm113*
2301F: arch/arm/boot/dts/bcm216*
2302F: arch/arm/boot/dts/bcm281*
2303F: arch/arm/configs/bcm_defconfig
2304F: drivers/mmc/host/sdhci-bcm-kona.c
2305F: drivers/clocksource/bcm_kona_timer.c
2306
2307BROADCOM BCM2835 ARM ARCHITECTURE
2308M: Stephen Warren <swarren@wwwdotorg.org>
2309M: Lee Jones <lee@kernel.org>
2310M: Eric Anholt <eric@anholt.net>
2311L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2312L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2313T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2314S: Maintained
2315N: bcm2835
2316
2317BROADCOM BCM33XX MIPS ARCHITECTURE
2318M: Kevin Cernekee <cernekee@gmail.com>
2319L: linux-mips@linux-mips.org
2320S: Maintained
2321F: arch/mips/bcm3384/*
2322F: arch/mips/include/asm/mach-bcm3384/*
2323F: arch/mips/kernel/*bmips*
2324
2325BROADCOM BCM47XX MIPS ARCHITECTURE
2326M: Hauke Mehrtens <hauke@hauke-m.de>
2327M: Rafał Miłecki <zajec5@gmail.com>
2328L: linux-mips@linux-mips.org
2329S: Maintained
2330F: arch/mips/bcm47xx/*
2331F: arch/mips/include/asm/mach-bcm47xx/*
2332
2333BROADCOM BCM5301X ARM ARCHITECTURE
2334M: Hauke Mehrtens <hauke@hauke-m.de>
2335L: linux-arm-kernel@lists.infradead.org
2336S: Maintained
2337F: arch/arm/mach-bcm/bcm_5301x.c
2338F: arch/arm/boot/dts/bcm5301x.dtsi
2339F: arch/arm/boot/dts/bcm470*
2340
2341BROADCOM BCM63XX ARM ARCHITECTURE
2342M: Florian Fainelli <f.fainelli@gmail.com>
2343L: linux-arm-kernel@lists.infradead.org
2344T: git git://github.com/broadcom/arm-bcm63xx.git
2345S: Maintained
2346F: arch/arm/mach-bcm/bcm63xx.c
2347F: arch/arm/include/debug/bcm63xx.S
2348
2349BROADCOM BCM63XX/BCM33XX UDC DRIVER
2350M: Kevin Cernekee <cernekee@gmail.com>
2351L: linux-usb@vger.kernel.org
2352S: Maintained
2353F: drivers/usb/gadget/udc/bcm63xx_udc.*
2354
2355BROADCOM BCM7XXX ARM ARCHITECTURE
2356M: Brian Norris <computersforpeace@gmail.com>
2357M: Gregory Fong <gregory.0xf0@gmail.com>
2358M: Florian Fainelli <f.fainelli@gmail.com>
2359L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2360T: git git://github.com/broadcom/stblinux.git
2361S: Maintained
2362F: arch/arm/mach-bcm/*brcmstb*
2363F: arch/arm/boot/dts/bcm7*.dts*
2364F: drivers/bus/brcmstb_gisb.c
2365N: brcmstb
2366
2367BROADCOM BMIPS MIPS ARCHITECTURE
2368M: Kevin Cernekee <cernekee@gmail.com>
2369M: Florian Fainelli <f.fainelli@gmail.com>
2370L: linux-mips@linux-mips.org
2371T: git git://github.com/broadcom/stblinux.git
2372S: Maintained
2373F: arch/mips/bmips/*
2374F: arch/mips/include/asm/mach-bmips/*
2375F: arch/mips/kernel/*bmips*
2376F: arch/mips/boot/dts/brcm/bcm*.dts*
2377F: drivers/irqchip/irq-bcm7*
2378F: drivers/irqchip/irq-brcmstb*
2379
2380BROADCOM TG3 GIGABIT ETHERNET DRIVER
2381M: Prashant Sreedharan <prashant@broadcom.com>
2382M: Michael Chan <mchan@broadcom.com>
2383L: netdev@vger.kernel.org
2384S: Supported
2385F: drivers/net/ethernet/broadcom/tg3.*
2386
2387BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2388M: Brett Rudley <brudley@broadcom.com>
2389M: Arend van Spriel <arend@broadcom.com>
2390M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2391M: Hante Meuleman <meuleman@broadcom.com>
2392L: linux-wireless@vger.kernel.org
2393L: brcm80211-dev-list@broadcom.com
2394S: Supported
2395F: drivers/net/wireless/brcm80211/
2396
2397BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2398M: QLogic-Storage-Upstream@qlogic.com
2399L: linux-scsi@vger.kernel.org
2400S: Supported
2401F: drivers/scsi/bnx2fc/
2402
2403BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2404M: QLogic-Storage-Upstream@qlogic.com
2405L: linux-scsi@vger.kernel.org
2406S: Supported
2407F: drivers/scsi/bnx2i/
2408
2409BROADCOM IPROC ARM ARCHITECTURE
2410M: Ray Jui <rjui@broadcom.com>
2411M: Scott Branden <sbranden@broadcom.com>
2412M: Jon Mason <jonmason@broadcom.com>
2413L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2414L: bcm-kernel-feedback-list@broadcom.com
2415T: git git://github.com/broadcom/cygnus-linux.git
2416S: Maintained
2417N: iproc
2418N: cygnus
2419N: nsp
2420N: bcm9113*
2421N: bcm9583*
2422N: bcm9585*
2423N: bcm9586*
2424N: bcm988312
2425N: bcm113*
2426N: bcm583*
2427N: bcm585*
2428N: bcm586*
2429N: bcm88312
2430
2431BROADCOM BRCMSTB GPIO DRIVER
2432M: Gregory Fong <gregory.0xf0@gmail.com>
2433L: bcm-kernel-feedback-list@broadcom.com>
2434S: Supported
2435F: drivers/gpio/gpio-brcmstb.c
2436F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2437
2438BROADCOM KONA GPIO DRIVER
2439M: Ray Jui <rjui@broadcom.com>
2440L: bcm-kernel-feedback-list@broadcom.com
2441S: Supported
2442F: drivers/gpio/gpio-bcm-kona.c
2443F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2444
2445BROADCOM NVRAM DRIVER
2446M: Rafał Miłecki <zajec5@gmail.com>
2447L: linux-mips@linux-mips.org
2448S: Maintained
2449F: drivers/firmware/broadcom/*
2450
2451BROADCOM STB NAND FLASH DRIVER
2452M: Brian Norris <computersforpeace@gmail.com>
2453M: Kamal Dasu <kdasu.kdev@gmail.com>
2454L: linux-mtd@lists.infradead.org
2455L: bcm-kernel-feedback-list@broadcom.com
2456S: Maintained
2457F: drivers/mtd/nand/brcmnand/
2458
2459BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2460M: Rafał Miłecki <zajec5@gmail.com>
2461L: linux-wireless@vger.kernel.org
2462S: Maintained
2463F: drivers/bcma/
2464F: include/linux/bcma/
2465
2466BROADCOM SYSTEMPORT ETHERNET DRIVER
2467M: Florian Fainelli <f.fainelli@gmail.com>
2468L: netdev@vger.kernel.org
2469S: Supported
2470F: drivers/net/ethernet/broadcom/bcmsysport.*
2471
2472BROCADE BFA FC SCSI DRIVER
2473M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2474M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2475L: linux-scsi@vger.kernel.org
2476S: Supported
2477F: drivers/scsi/bfa/
2478
2479BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2480M: Rasesh Mody <rasesh.mody@qlogic.com>
2481L: netdev@vger.kernel.org
2482S: Supported
2483F: drivers/net/ethernet/brocade/bna/
2484
2485BSG (block layer generic sg v4 driver)
2486M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2487L: linux-scsi@vger.kernel.org
2488S: Supported
2489F: block/bsg.c
2490F: include/linux/bsg.h
2491F: include/uapi/linux/bsg.h
2492
2493BT87X AUDIO DRIVER
2494M: Clemens Ladisch <clemens@ladisch.de>
2495L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2496T: git git://git.alsa-project.org/alsa-kernel.git
2497S: Maintained
2498F: Documentation/sound/alsa/Bt87x.txt
2499F: sound/pci/bt87x.c
2500
2501BT8XXGPIO DRIVER
2502M: Michael Buesch <m@bues.ch>
2503W: http://bu3sch.de/btgpio.php
2504S: Maintained
2505F: drivers/gpio/gpio-bt8xx.c
2506
2507BTRFS FILE SYSTEM
2508M: Chris Mason <clm@fb.com>
2509M: Josef Bacik <jbacik@fb.com>
2510M: David Sterba <dsterba@suse.com>
2511L: linux-btrfs@vger.kernel.org
2512W: http://btrfs.wiki.kernel.org/
2513Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2514T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2515S: Maintained
2516F: Documentation/filesystems/btrfs.txt
2517F: fs/btrfs/
2518
2519BTTV VIDEO4LINUX DRIVER
2520M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2521L: linux-media@vger.kernel.org
2522W: http://linuxtv.org
2523T: git git://linuxtv.org/media_tree.git
2524S: Odd fixes
2525F: Documentation/video4linux/bttv/
2526F: drivers/media/pci/bt8xx/bttv*
2527
2528BUSLOGIC SCSI DRIVER
2529M: Khalid Aziz <khalid@gonehiking.org>
2530L: linux-scsi@vger.kernel.org
2531S: Maintained
2532F: drivers/scsi/BusLogic.*
2533F: drivers/scsi/FlashPoint.*
2534
2535C-MEDIA CMI8788 DRIVER
2536M: Clemens Ladisch <clemens@ladisch.de>
2537L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2538T: git git://git.alsa-project.org/alsa-kernel.git
2539S: Maintained
2540F: sound/pci/oxygen/
2541
2542C6X ARCHITECTURE
2543M: Mark Salter <msalter@redhat.com>
2544M: Aurelien Jacquiot <a-jacquiot@ti.com>
2545L: linux-c6x-dev@linux-c6x.org
2546W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2547S: Maintained
2548F: arch/c6x/
2549
2550CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2551M: David Howells <dhowells@redhat.com>
2552L: linux-cachefs@redhat.com (moderated for non-subscribers)
2553S: Supported
2554F: Documentation/filesystems/caching/cachefiles.txt
2555F: fs/cachefiles/
2556
2557CADET FM/AM RADIO RECEIVER DRIVER
2558M: Hans Verkuil <hverkuil@xs4all.nl>
2559L: linux-media@vger.kernel.org
2560T: git git://linuxtv.org/media_tree.git
2561W: http://linuxtv.org
2562S: Maintained
2563F: drivers/media/radio/radio-cadet*
2564
2565CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2566M: Jonathan Corbet <corbet@lwn.net>
2567L: linux-media@vger.kernel.org
2568T: git git://linuxtv.org/media_tree.git
2569S: Maintained
2570F: Documentation/video4linux/cafe_ccic
2571F: drivers/media/platform/marvell-ccic/
2572
2573CAIF NETWORK LAYER
2574M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2575L: netdev@vger.kernel.org
2576S: Supported
2577F: Documentation/networking/caif/
2578F: drivers/net/caif/
2579F: include/uapi/linux/caif/
2580F: include/net/caif/
2581F: net/caif/
2582
2583CALGARY x86-64 IOMMU
2584M: Muli Ben-Yehuda <muli@il.ibm.com>
2585M: "Jon D. Mason" <jdmason@kudzu.us>
2586L: discuss@x86-64.org
2587S: Maintained
2588F: arch/x86/kernel/pci-calgary_64.c
2589F: arch/x86/kernel/tce_64.c
2590F: arch/x86/include/asm/calgary.h
2591F: arch/x86/include/asm/tce.h
2592
2593CAN NETWORK LAYER
2594M: Oliver Hartkopp <socketcan@hartkopp.net>
2595M: Marc Kleine-Budde <mkl@pengutronix.de>
2596L: linux-can@vger.kernel.org
2597W: https://github.com/linux-can
2598T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2599T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2600S: Maintained
2601F: Documentation/networking/can.txt
2602F: net/can/
2603F: include/linux/can/core.h
2604F: include/uapi/linux/can.h
2605F: include/uapi/linux/can/bcm.h
2606F: include/uapi/linux/can/raw.h
2607F: include/uapi/linux/can/gw.h
2608
2609CAN NETWORK DRIVERS
2610M: Wolfgang Grandegger <wg@grandegger.com>
2611M: Marc Kleine-Budde <mkl@pengutronix.de>
2612L: linux-can@vger.kernel.org
2613W: https://github.com/linux-can
2614T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2615T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2616S: Maintained
2617F: drivers/net/can/
2618F: include/linux/can/dev.h
2619F: include/linux/can/platform/
2620F: include/uapi/linux/can/error.h
2621F: include/uapi/linux/can/netlink.h
2622
2623CAPABILITIES
2624M: Serge Hallyn <serge.hallyn@canonical.com>
2625L: linux-security-module@vger.kernel.org
2626S: Supported
2627F: include/linux/capability.h
2628F: include/uapi/linux/capability.h
2629F: security/commoncap.c
2630F: kernel/capability.c
2631
2632CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2633M: Kevin Tsai <ktsai@capellamicro.com>
2634S: Maintained
2635F: drivers/iio/light/cm*
2636F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2637
2638CAVIUM LIQUIDIO NETWORK DRIVER
2639M: Derek Chickles <derek.chickles@caviumnetworks.com>
2640M: Satanand Burla <satananda.burla@caviumnetworks.com>
2641M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2642M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2643L: netdev@vger.kernel.org
2644W: http://www.cavium.com
2645S: Supported
2646F: drivers/net/ethernet/cavium/liquidio/
2647
2648CC2520 IEEE-802.15.4 RADIO DRIVER
2649M: Varka Bhadram <varkabhadram@gmail.com>
2650L: linux-wpan@vger.kernel.org
2651S: Maintained
2652F: drivers/net/ieee802154/cc2520.c
2653F: include/linux/spi/cc2520.h
2654F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2655
2656CELL BROADBAND ENGINE ARCHITECTURE
2657M: Arnd Bergmann <arnd@arndb.de>
2658L: linuxppc-dev@lists.ozlabs.org
2659W: http://www.ibm.com/developerworks/power/cell/
2660S: Supported
2661F: arch/powerpc/include/asm/cell*.h
2662F: arch/powerpc/include/asm/spu*.h
2663F: arch/powerpc/include/uapi/asm/spu*.h
2664F: arch/powerpc/oprofile/*cell*
2665F: arch/powerpc/platforms/cell/
2666
2667CEPH COMMON CODE (LIBCEPH)
2668M: Ilya Dryomov <idryomov@gmail.com>
2669M: "Yan, Zheng" <zyan@redhat.com>
2670M: Sage Weil <sage@redhat.com>
2671L: ceph-devel@vger.kernel.org
2672W: http://ceph.com/
2673T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2674T: git git://github.com/ceph/ceph-client.git
2675S: Supported
2676F: net/ceph/
2677F: include/linux/ceph/
2678F: include/linux/crush/
2679
2680CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2681M: "Yan, Zheng" <zyan@redhat.com>
2682M: Sage Weil <sage@redhat.com>
2683M: Ilya Dryomov <idryomov@gmail.com>
2684L: ceph-devel@vger.kernel.org
2685W: http://ceph.com/
2686T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2687T: git git://github.com/ceph/ceph-client.git
2688S: Supported
2689F: Documentation/filesystems/ceph.txt
2690F: fs/ceph/
2691
2692CERTIFICATE HANDLING:
2693M: David Howells <dhowells@redhat.com>
2694M: David Woodhouse <dwmw2@infradead.org>
2695L: keyrings@linux-nfs.org
2696S: Maintained
2697F: Documentation/module-signing.txt
2698F: certs/
2699F: scripts/extract-cert.c
2700
2701CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2702L: linux-usb@vger.kernel.org
2703S: Orphan
2704F: Documentation/usb/WUSB-Design-overview.txt
2705F: Documentation/usb/wusb-cbaf
2706F: drivers/usb/host/hwa-hc.c
2707F: drivers/usb/host/whci/
2708F: drivers/usb/wusbcore/
2709F: include/linux/usb/wusb*
2710
2711CFAG12864B LCD DRIVER
2712M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2713W: http://miguelojeda.es/auxdisplay.htm
2714W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2715S: Maintained
2716F: drivers/auxdisplay/cfag12864b.c
2717F: include/linux/cfag12864b.h
2718
2719CFAG12864BFB LCD FRAMEBUFFER DRIVER
2720M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2721W: http://miguelojeda.es/auxdisplay.htm
2722W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2723S: Maintained
2724F: drivers/auxdisplay/cfag12864bfb.c
2725F: include/linux/cfag12864b.h
2726
2727CFG80211 and NL80211
2728M: Johannes Berg <johannes@sipsolutions.net>
2729L: linux-wireless@vger.kernel.org
2730W: http://wireless.kernel.org/
2731T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2732T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2733S: Maintained
2734F: include/uapi/linux/nl80211.h
2735F: include/net/cfg80211.h
2736F: net/wireless/*
2737X: net/wireless/wext*
2738
2739CHAR and MISC DRIVERS
2740M: Arnd Bergmann <arnd@arndb.de>
2741M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2742T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2743S: Supported
2744F: drivers/char/*
2745F: drivers/misc/*
2746F: include/linux/miscdevice.h
2747
2748CHECKPATCH
2749M: Andy Whitcroft <apw@canonical.com>
2750M: Joe Perches <joe@perches.com>
2751S: Maintained
2752F: scripts/checkpatch.pl
2753
2754CHINESE DOCUMENTATION
2755M: Harry Wei <harryxiyou@gmail.com>
2756L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2757L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2758S: Maintained
2759F: Documentation/zh_CN/
2760
2761CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2762M: Peter Chen <Peter.Chen@freescale.com>
2763T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2764L: linux-usb@vger.kernel.org
2765S: Maintained
2766F: drivers/usb/chipidea/
2767
2768CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2769M: Hans de Goede <hdegoede@redhat.com>
2770L: linux-input@vger.kernel.org
2771S: Maintained
2772F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2773F: drivers/input/touchscreen/chipone_icn8318.c
2774
2775CHROME HARDWARE PLATFORM SUPPORT
2776M: Olof Johansson <olof@lixom.net>
2777S: Maintained
2778F: drivers/platform/chrome/
2779
2780CISCO VIC ETHERNET NIC DRIVER
2781M: Christian Benvenuti <benve@cisco.com>
2782M: Sujith Sankar <ssujith@cisco.com>
2783M: Govindarajulu Varadarajan <_govind@gmx.com>
2784M: Neel Patel <neepatel@cisco.com>
2785S: Supported
2786F: drivers/net/ethernet/cisco/enic/
2787
2788CISCO VIC LOW LATENCY NIC DRIVER
2789M: Christian Benvenuti <benve@cisco.com>
2790M: Dave Goodell <dgoodell@cisco.com>
2791S: Supported
2792F: drivers/infiniband/hw/usnic/
2793
2794CIRRUS LOGIC EP93XX ETHERNET DRIVER
2795M: Hartley Sweeten <hsweeten@visionengravers.com>
2796L: netdev@vger.kernel.org
2797S: Maintained
2798F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2799
2800CIRRUS LOGIC AUDIO CODEC DRIVERS
2801M: Brian Austin <brian.austin@cirrus.com>
2802M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2803L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2804S: Maintained
2805F: sound/soc/codecs/cs*
2806
2807CLEANCACHE API
2808M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2809L: linux-kernel@vger.kernel.org
2810S: Maintained
2811F: mm/cleancache.c
2812F: include/linux/cleancache.h
2813
2814CLK API
2815M: Russell King <linux@arm.linux.org.uk>
2816L: linux-clk@vger.kernel.org
2817S: Maintained
2818F: include/linux/clk.h
2819
2820CLOCKSOURCE, CLOCKEVENT DRIVERS
2821M: Daniel Lezcano <daniel.lezcano@linaro.org>
2822M: Thomas Gleixner <tglx@linutronix.de>
2823L: linux-kernel@vger.kernel.org
2824T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2825S: Supported
2826F: drivers/clocksource
2827
2828CISCO FCOE HBA DRIVER
2829M: Hiral Patel <hiralpat@cisco.com>
2830M: Suma Ramars <sramars@cisco.com>
2831M: Brian Uchino <buchino@cisco.com>
2832L: linux-scsi@vger.kernel.org
2833S: Supported
2834F: drivers/scsi/fnic/
2835
2836CISCO SCSI HBA DRIVER
2837M: Narsimhulu Musini <nmusini@cisco.com>
2838M: Sesidhar Baddela <sebaddel@cisco.com>
2839L: linux-scsi@vger.kernel.org
2840S: Supported
2841F: drivers/scsi/snic/
2842
2843CMPC ACPI DRIVER
2844M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2845M: Daniel Oliveira Nascimento <don@syst.com.br>
2846L: platform-driver-x86@vger.kernel.org
2847S: Supported
2848F: drivers/platform/x86/classmate-laptop.c
2849
2850COBALT MEDIA DRIVER
2851M: Hans Verkuil <hans.verkuil@cisco.com>
2852L: linux-media@vger.kernel.org
2853T: git git://linuxtv.org/media_tree.git
2854W: http://linuxtv.org
2855S: Supported
2856F: drivers/media/pci/cobalt/
2857
2858COCCINELLE/Semantic Patches (SmPL)
2859M: Julia Lawall <Julia.Lawall@lip6.fr>
2860M: Gilles Muller <Gilles.Muller@lip6.fr>
2861M: Nicolas Palix <nicolas.palix@imag.fr>
2862M: Michal Marek <mmarek@suse.com>
2863L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2864T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2865W: http://coccinelle.lip6.fr/
2866S: Supported
2867F: Documentation/coccinelle.txt
2868F: scripts/coccinelle/
2869F: scripts/coccicheck
2870
2871CODA FILE SYSTEM
2872M: Jan Harkes <jaharkes@cs.cmu.edu>
2873M: coda@cs.cmu.edu
2874L: codalist@coda.cs.cmu.edu
2875W: http://www.coda.cs.cmu.edu/
2876S: Maintained
2877F: Documentation/filesystems/coda.txt
2878F: fs/coda/
2879F: include/linux/coda*.h
2880F: include/uapi/linux/coda*.h
2881
2882CODA V4L2 MEM2MEM DRIVER
2883M: Philipp Zabel <p.zabel@pengutronix.de>
2884L: linux-media@vger.kernel.org
2885S: Maintained
2886F: Documentation/devicetree/bindings/media/coda.txt
2887F: drivers/media/platform/coda/
2888
2889COMMON CLK FRAMEWORK
2890M: Michael Turquette <mturquette@baylibre.com>
2891M: Stephen Boyd <sboyd@codeaurora.org>
2892L: linux-clk@vger.kernel.org
2893T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2894S: Maintained
2895F: drivers/clk/
2896X: drivers/clk/clkdev.c
2897F: include/linux/clk-pr*
2898F: include/linux/clk/
2899
2900COMMON INTERNET FILE SYSTEM (CIFS)
2901M: Steve French <sfrench@samba.org>
2902L: linux-cifs@vger.kernel.org
2903L: samba-technical@lists.samba.org (moderated for non-subscribers)
2904W: http://linux-cifs.samba.org/
2905T: git git://git.samba.org/sfrench/cifs-2.6.git
2906S: Supported
2907F: Documentation/filesystems/cifs/
2908F: fs/cifs/
2909
2910COMPACTPCI HOTPLUG CORE
2911M: Scott Murray <scott@spiteful.org>
2912L: linux-pci@vger.kernel.org
2913S: Maintained
2914F: drivers/pci/hotplug/cpci_hotplug*
2915
2916COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2917M: Scott Murray <scott@spiteful.org>
2918L: linux-pci@vger.kernel.org
2919S: Maintained
2920F: drivers/pci/hotplug/cpcihp_zt5550.*
2921
2922COMPACTPCI HOTPLUG GENERIC DRIVER
2923M: Scott Murray <scott@spiteful.org>
2924L: linux-pci@vger.kernel.org
2925S: Maintained
2926F: drivers/pci/hotplug/cpcihp_generic.c
2927
2928COMPAL LAPTOP SUPPORT
2929M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2930L: platform-driver-x86@vger.kernel.org
2931S: Maintained
2932F: drivers/platform/x86/compal-laptop.c
2933
2934CONEXANT ACCESSRUNNER USB DRIVER
2935L: accessrunner-general@lists.sourceforge.net
2936W: http://accessrunner.sourceforge.net/
2937S: Orphan
2938F: drivers/usb/atm/cxacru.c
2939
2940CONFIGFS
2941M: Joel Becker <jlbec@evilplan.org>
2942T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2943S: Supported
2944F: fs/configfs/
2945F: include/linux/configfs.h
2946
2947CONNECTOR
2948M: Evgeniy Polyakov <zbr@ioremap.net>
2949L: netdev@vger.kernel.org
2950S: Maintained
2951F: drivers/connector/
2952
2953CONTROL GROUP (CGROUP)
2954M: Tejun Heo <tj@kernel.org>
2955M: Li Zefan <lizefan@huawei.com>
2956M: Johannes Weiner <hannes@cmpxchg.org>
2957L: cgroups@vger.kernel.org
2958T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2959S: Maintained
2960F: Documentation/cgroups/
2961F: include/linux/cgroup*
2962F: kernel/cgroup*
2963
2964CONTROL GROUP - CPUSET
2965M: Li Zefan <lizefan@huawei.com>
2966L: cgroups@vger.kernel.org
2967W: http://www.bullopensource.org/cpuset/
2968W: http://oss.sgi.com/projects/cpusets/
2969T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2970S: Maintained
2971F: Documentation/cgroups/cpusets.txt
2972F: include/linux/cpuset.h
2973F: kernel/cpuset.c
2974
2975CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2976M: Johannes Weiner <hannes@cmpxchg.org>
2977M: Michal Hocko <mhocko@kernel.org>
2978M: Vladimir Davydov <vdavydov@virtuozzo.com>
2979L: cgroups@vger.kernel.org
2980L: linux-mm@kvack.org
2981S: Maintained
2982F: mm/memcontrol.c
2983F: mm/swap_cgroup.c
2984
2985CORETEMP HARDWARE MONITORING DRIVER
2986M: Fenghua Yu <fenghua.yu@intel.com>
2987L: lm-sensors@lm-sensors.org
2988S: Maintained
2989F: Documentation/hwmon/coretemp
2990F: drivers/hwmon/coretemp.c
2991
2992COSA/SRP SYNC SERIAL DRIVER
2993M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2994W: http://www.fi.muni.cz/~kas/cosa/
2995S: Maintained
2996F: drivers/net/wan/cosa*
2997
2998CPMAC ETHERNET DRIVER
2999M: Florian Fainelli <florian@openwrt.org>
3000L: netdev@vger.kernel.org
3001S: Maintained
3002F: drivers/net/ethernet/ti/cpmac.c
3003
3004CPU FREQUENCY DRIVERS
3005M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3006M: Viresh Kumar <viresh.kumar@linaro.org>
3007L: linux-pm@vger.kernel.org
3008S: Maintained
3009T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3010T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3011F: drivers/cpufreq/
3012F: include/linux/cpufreq.h
3013
3014CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3015M: Viresh Kumar <viresh.kumar@linaro.org>
3016M: Sudeep Holla <sudeep.holla@arm.com>
3017L: linux-pm@vger.kernel.org
3018W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3019S: Maintained
3020F: drivers/cpufreq/arm_big_little.h
3021F: drivers/cpufreq/arm_big_little.c
3022F: drivers/cpufreq/arm_big_little_dt.c
3023
3024CPUIDLE DRIVER - ARM BIG LITTLE
3025M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3026M: Daniel Lezcano <daniel.lezcano@linaro.org>
3027L: linux-pm@vger.kernel.org
3028L: linux-arm-kernel@lists.infradead.org
3029T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3030S: Maintained
3031F: drivers/cpuidle/cpuidle-big_little.c
3032
3033CPUIDLE DRIVER - ARM EXYNOS
3034M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3035M: Daniel Lezcano <daniel.lezcano@linaro.org>
3036M: Kukjin Kim <kgene@kernel.org>
3037L: linux-pm@vger.kernel.org
3038L: linux-samsung-soc@vger.kernel.org
3039S: Supported
3040F: drivers/cpuidle/cpuidle-exynos.c
3041F: arch/arm/mach-exynos/pm.c
3042
3043CPUIDLE DRIVERS
3044M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3045M: Daniel Lezcano <daniel.lezcano@linaro.org>
3046L: linux-pm@vger.kernel.org
3047S: Maintained
3048T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3049F: drivers/cpuidle/*
3050F: include/linux/cpuidle.h
3051
3052CPUID/MSR DRIVER
3053M: "H. Peter Anvin" <hpa@zytor.com>
3054S: Maintained
3055F: arch/x86/kernel/cpuid.c
3056F: arch/x86/kernel/msr.c
3057
3058CPU POWER MONITORING SUBSYSTEM
3059M: Thomas Renninger <trenn@suse.com>
3060L: linux-pm@vger.kernel.org
3061S: Maintained
3062F: tools/power/cpupower/
3063
3064CRAMFS FILESYSTEM
3065W: http://sourceforge.net/projects/cramfs/
3066S: Orphan / Obsolete
3067F: Documentation/filesystems/cramfs.txt
3068F: fs/cramfs/
3069
3070CRIS PORT
3071M: Mikael Starvik <starvik@axis.com>
3072M: Jesper Nilsson <jesper.nilsson@axis.com>
3073L: linux-cris-kernel@axis.com
3074W: http://developer.axis.com
3075S: Maintained
3076F: arch/cris/
3077F: drivers/tty/serial/crisv10.*
3078
3079CRYPTO API
3080M: Herbert Xu <herbert@gondor.apana.org.au>
3081M: "David S. Miller" <davem@davemloft.net>
3082L: linux-crypto@vger.kernel.org
3083T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3084S: Maintained
3085F: Documentation/crypto/
3086F: Documentation/DocBook/crypto-API.tmpl
3087F: arch/*/crypto/
3088F: crypto/
3089F: drivers/crypto/
3090F: include/crypto/
3091
3092CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3093M: Neil Horman <nhorman@tuxdriver.com>
3094L: linux-crypto@vger.kernel.org
3095S: Maintained
3096F: crypto/ansi_cprng.c
3097F: crypto/rng.c
3098
3099CS5535 Audio ALSA driver
3100M: Jaya Kumar <jayakumar.alsa@gmail.com>
3101S: Maintained
3102F: sound/pci/cs5535audio/
3103
3104CW1200 WLAN driver
3105M: Solomon Peachy <pizza@shaftnet.org>
3106S: Maintained
3107F: drivers/net/wireless/cw1200/
3108
3109CX18 VIDEO4LINUX DRIVER
3110M: Andy Walls <awalls@md.metrocast.net>
3111L: ivtv-devel@ivtvdriver.org (subscribers-only)
3112L: linux-media@vger.kernel.org
3113T: git git://linuxtv.org/media_tree.git
3114W: http://linuxtv.org
3115W: http://www.ivtvdriver.org/index.php/Cx18
3116S: Maintained
3117F: Documentation/video4linux/cx18.txt
3118F: drivers/media/pci/cx18/
3119F: include/uapi/linux/ivtv*
3120
3121CX2341X MPEG ENCODER HELPER MODULE
3122M: Hans Verkuil <hverkuil@xs4all.nl>
3123L: linux-media@vger.kernel.org
3124T: git git://linuxtv.org/media_tree.git
3125W: http://linuxtv.org
3126S: Maintained
3127F: drivers/media/common/cx2341x*
3128F: include/media/cx2341x*
3129
3130CX24120 MEDIA DRIVER
3131M: Jemma Denson <jdenson@gmail.com>
3132M: Patrick Boettcher <patrick.boettcher@posteo.de>
3133L: linux-media@vger.kernel.org
3134W: http://linuxtv.org/
3135Q: http://patchwork.linuxtv.org/project/linux-media/list/
3136S: Maintained
3137F: drivers/media/dvb-frontends/cx24120*
3138
3139CX88 VIDEO4LINUX DRIVER
3140M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3141L: linux-media@vger.kernel.org
3142W: http://linuxtv.org
3143T: git git://linuxtv.org/media_tree.git
3144S: Odd fixes
3145F: Documentation/video4linux/cx88/
3146F: drivers/media/pci/cx88/
3147
3148CXD2820R MEDIA DRIVER
3149M: Antti Palosaari <crope@iki.fi>
3150L: linux-media@vger.kernel.org
3151W: http://linuxtv.org/
3152W: http://palosaari.fi/linux/
3153Q: http://patchwork.linuxtv.org/project/linux-media/list/
3154T: git git://linuxtv.org/anttip/media_tree.git
3155S: Maintained
3156F: drivers/media/dvb-frontends/cxd2820r*
3157
3158CXGB3 ETHERNET DRIVER (CXGB3)
3159M: Santosh Raspatur <santosh@chelsio.com>
3160L: netdev@vger.kernel.org
3161W: http://www.chelsio.com
3162S: Supported
3163F: drivers/net/ethernet/chelsio/cxgb3/
3164
3165CXGB3 ISCSI DRIVER (CXGB3I)
3166M: Karen Xie <kxie@chelsio.com>
3167L: linux-scsi@vger.kernel.org
3168W: http://www.chelsio.com
3169S: Supported
3170F: drivers/scsi/cxgbi/cxgb3i
3171
3172CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3173M: Steve Wise <swise@chelsio.com>
3174L: linux-rdma@vger.kernel.org
3175W: http://www.openfabrics.org
3176S: Supported
3177F: drivers/infiniband/hw/cxgb3/
3178
3179CXGB4 ETHERNET DRIVER (CXGB4)
3180M: Hariprasad S <hariprasad@chelsio.com>
3181L: netdev@vger.kernel.org
3182W: http://www.chelsio.com
3183S: Supported
3184F: drivers/net/ethernet/chelsio/cxgb4/
3185
3186CXGB4 ISCSI DRIVER (CXGB4I)
3187M: Karen Xie <kxie@chelsio.com>
3188L: linux-scsi@vger.kernel.org
3189W: http://www.chelsio.com
3190S: Supported
3191F: drivers/scsi/cxgbi/cxgb4i
3192
3193CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3194M: Steve Wise <swise@chelsio.com>
3195L: linux-rdma@vger.kernel.org
3196W: http://www.openfabrics.org
3197S: Supported
3198F: drivers/infiniband/hw/cxgb4/
3199
3200CXGB4VF ETHERNET DRIVER (CXGB4VF)
3201M: Casey Leedom <leedom@chelsio.com>
3202L: netdev@vger.kernel.org
3203W: http://www.chelsio.com
3204S: Supported
3205F: drivers/net/ethernet/chelsio/cxgb4vf/
3206
3207CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3208M: Ian Munsie <imunsie@au1.ibm.com>
3209M: Michael Neuling <mikey@neuling.org>
3210L: linuxppc-dev@lists.ozlabs.org
3211S: Supported
3212F: drivers/misc/cxl/
3213F: include/misc/cxl*
3214F: include/uapi/misc/cxl.h
3215F: Documentation/powerpc/cxl.txt
3216F: Documentation/powerpc/cxl.txt
3217F: Documentation/ABI/testing/sysfs-class-cxl
3218
3219CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3220M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3221M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3222L: linux-scsi@vger.kernel.org
3223S: Supported
3224F: drivers/scsi/cxlflash/
3225F: include/uapi/scsi/cxlflash_ioctls.h
3226F: Documentation/powerpc/cxlflash.txt
3227
3228STMMAC ETHERNET DRIVER
3229M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3230L: netdev@vger.kernel.org
3231W: http://www.stlinux.com
3232S: Supported
3233F: drivers/net/ethernet/stmicro/stmmac/
3234
3235CYBERPRO FB DRIVER
3236M: Russell King <linux@arm.linux.org.uk>
3237L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3238W: http://www.arm.linux.org.uk/
3239S: Maintained
3240F: drivers/video/fbdev/cyber2000fb.*
3241
3242CYCLADES ASYNC MUX DRIVER
3243W: http://www.cyclades.com/
3244S: Orphan
3245F: drivers/tty/cyclades.c
3246F: include/linux/cyclades.h
3247F: include/uapi/linux/cyclades.h
3248
3249CYCLADES PC300 DRIVER
3250W: http://www.cyclades.com/
3251S: Orphan
3252F: drivers/net/wan/pc300*
3253
3254CYPRESS_FIRMWARE MEDIA DRIVER
3255M: Antti Palosaari <crope@iki.fi>
3256L: linux-media@vger.kernel.org
3257W: http://linuxtv.org/
3258W: http://palosaari.fi/linux/
3259Q: http://patchwork.linuxtv.org/project/linux-media/list/
3260T: git git://linuxtv.org/anttip/media_tree.git
3261S: Maintained
3262F: drivers/media/common/cypress_firmware*
3263
3264CYTTSP TOUCHSCREEN DRIVER
3265M: Ferruh Yigit <fery@cypress.com>
3266L: linux-input@vger.kernel.org
3267S: Supported
3268F: drivers/input/touchscreen/cyttsp*
3269F: include/linux/input/cyttsp.h
3270
3271DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3272M: Joshua Kinard <kumba@gentoo.org>
3273S: Maintained
3274F: drivers/rtc/rtc-ds1685.c
3275F: include/linux/rtc/ds1685.h
3276
3277DAMA SLAVE for AX.25
3278M: Joerg Reuter <jreuter@yaina.de>
3279W: http://yaina.de/jreuter/
3280W: http://www.qsl.net/dl1bke/
3281L: linux-hams@vger.kernel.org
3282S: Maintained
3283F: net/ax25/af_ax25.c
3284F: net/ax25/ax25_dev.c
3285F: net/ax25/ax25_ds_*
3286F: net/ax25/ax25_in.c
3287F: net/ax25/ax25_out.c
3288F: net/ax25/ax25_timer.c
3289F: net/ax25/sysctl_net_ax25.c
3290
3291DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3292L: netdev@vger.kernel.org
3293S: Orphan
3294F: Documentation/networking/dmfe.txt
3295F: drivers/net/ethernet/dec/tulip/dmfe.c
3296
3297DC390/AM53C974 SCSI driver
3298M: Hannes Reinecke <hare@suse.com>
3299L: linux-scsi@vger.kernel.org
3300S: Maintained
3301F: drivers/scsi/am53c974.c
3302
3303DC395x SCSI driver
3304M: Oliver Neukum <oliver@neukum.org>
3305M: Ali Akcaagac <aliakc@web.de>
3306M: Jamie Lenehan <lenehan@twibble.org>
3307L: dc395x@twibble.org
3308W: http://twibble.org/dist/dc395x/
3309W: http://lists.twibble.org/mailman/listinfo/dc395x/
3310S: Maintained
3311F: Documentation/scsi/dc395x.txt
3312F: drivers/scsi/dc395x.*
3313
3314DCCP PROTOCOL
3315M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3316L: dccp@vger.kernel.org
3317W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3318S: Maintained
3319F: include/linux/dccp.h
3320F: include/uapi/linux/dccp.h
3321F: include/linux/tfrc.h
3322F: net/dccp/
3323
3324DECnet NETWORK LAYER
3325W: http://linux-decnet.sourceforge.net
3326L: linux-decnet-user@lists.sourceforge.net
3327S: Orphan
3328F: Documentation/networking/decnet.txt
3329F: net/decnet/
3330
3331DECSTATION PLATFORM SUPPORT
3332M: "Maciej W. Rozycki" <macro@linux-mips.org>
3333L: linux-mips@linux-mips.org
3334W: http://www.linux-mips.org/wiki/DECstation
3335S: Maintained
3336F: arch/mips/dec/
3337F: arch/mips/include/asm/dec/
3338F: arch/mips/include/asm/mach-dec/
3339
3340DEFXX FDDI NETWORK DRIVER
3341M: "Maciej W. Rozycki" <macro@linux-mips.org>
3342S: Maintained
3343F: drivers/net/fddi/defxx.*
3344
3345DELL LAPTOP DRIVER
3346M: Matthew Garrett <mjg59@srcf.ucam.org>
3347M: Pali Rohár <pali.rohar@gmail.com>
3348L: platform-driver-x86@vger.kernel.org
3349S: Maintained
3350F: drivers/platform/x86/dell-laptop.c
3351
3352DELL LAPTOP RBTN DRIVER
3353M: Pali Rohár <pali.rohar@gmail.com>
3354S: Maintained
3355F: drivers/platform/x86/dell-rbtn.*
3356
3357DELL LAPTOP FREEFALL DRIVER
3358M: Pali Rohár <pali.rohar@gmail.com>
3359S: Maintained
3360F: drivers/platform/x86/dell-smo8800.c
3361
3362DELL LAPTOP SMM DRIVER
3363M: Pali Rohár <pali.rohar@gmail.com>
3364S: Maintained
3365F: drivers/hwmon/dell-smm-hwmon.c
3366F: include/uapi/linux/i8k.h
3367
3368DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3369M: Doug Warzecha <Douglas_Warzecha@dell.com>
3370S: Maintained
3371F: Documentation/dcdbas.txt
3372F: drivers/firmware/dcdbas.*
3373
3374DELL WMI EXTRAS DRIVER
3375M: Matthew Garrett <mjg59@srcf.ucam.org>
3376M: Pali Rohár <pali.rohar@gmail.com>
3377S: Maintained
3378F: drivers/platform/x86/dell-wmi.c
3379
3380DESIGNWARE USB2 DRD IP DRIVER
3381M: John Youn <johnyoun@synopsys.com>
3382L: linux-usb@vger.kernel.org
3383T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3384S: Maintained
3385F: drivers/usb/dwc2/
3386
3387DESIGNWARE USB3 DRD IP DRIVER
3388M: Felipe Balbi <balbi@ti.com>
3389L: linux-usb@vger.kernel.org
3390L: linux-omap@vger.kernel.org
3391T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3392S: Maintained
3393F: drivers/usb/dwc3/
3394
3395DEVICE COREDUMP (DEV_COREDUMP)
3396M: Johannes Berg <johannes@sipsolutions.net>
3397L: linux-kernel@vger.kernel.org
3398S: Maintained
3399F: drivers/base/devcoredump.c
3400F: include/linux/devcoredump.h
3401
3402DEVICE FREQUENCY (DEVFREQ)
3403M: MyungJoo Ham <myungjoo.ham@samsung.com>
3404M: Kyungmin Park <kyungmin.park@samsung.com>
3405L: linux-pm@vger.kernel.org
3406S: Maintained
3407F: drivers/devfreq/
3408
3409DEVICE NUMBER REGISTRY
3410M: Torben Mathiasen <device@lanana.org>
3411W: http://lanana.org/docs/device-list/index.html
3412S: Maintained
3413
3414DEVICE-MAPPER (LVM)
3415M: Alasdair Kergon <agk@redhat.com>
3416M: Mike Snitzer <snitzer@redhat.com>
3417M: dm-devel@redhat.com
3418L: dm-devel@redhat.com
3419W: http://sources.redhat.com/dm
3420Q: http://patchwork.kernel.org/project/dm-devel/list/
3421T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3422T: quilt http://people.redhat.com/agk/patches/linux/editing/
3423S: Maintained
3424F: Documentation/device-mapper/
3425F: drivers/md/dm*
3426F: drivers/md/persistent-data/
3427F: include/linux/device-mapper.h
3428F: include/linux/dm-*.h
3429F: include/uapi/linux/dm-*.h
3430
3431DIALOG SEMICONDUCTOR DRIVERS
3432M: Support Opensource <support.opensource@diasemi.com>
3433W: http://www.dialog-semiconductor.com/products
3434S: Supported
3435F: Documentation/hwmon/da90??
3436F: Documentation/devicetree/bindings/sound/da[79]*.txt
3437F: drivers/gpio/gpio-da90??.c
3438F: drivers/hwmon/da90??-hwmon.c
3439F: drivers/iio/adc/da91??-*.c
3440F: drivers/input/misc/da90??_onkey.c
3441F: drivers/input/touchscreen/da9052_tsi.c
3442F: drivers/leds/leds-da90??.c
3443F: drivers/mfd/da903x.c
3444F: drivers/mfd/da90??-*.c
3445F: drivers/mfd/da91??-*.c
3446F: drivers/power/da9052-battery.c
3447F: drivers/power/da91??-*.c
3448F: drivers/regulator/da903x.c
3449F: drivers/regulator/da9???-regulator.[ch]
3450F: drivers/rtc/rtc-da90??.c
3451F: drivers/video/backlight/da90??_bl.c
3452F: drivers/watchdog/da90??_wdt.c
3453F: include/linux/mfd/da903x.h
3454F: include/linux/mfd/da9052/
3455F: include/linux/mfd/da9055/
3456F: include/linux/mfd/da9063/
3457F: include/linux/mfd/da9150/
3458F: include/sound/da[79]*.h
3459F: sound/soc/codecs/da[79]*.[ch]
3460
3461DIGI NEO AND CLASSIC PCI PRODUCTS
3462M: Lidza Louina <lidza.louina@gmail.com>
3463M: Mark Hounschell <markh@compro.net>
3464L: driverdev-devel@linuxdriverproject.org
3465S: Maintained
3466F: drivers/staging/dgnc/
3467
3468DIGI EPCA PCI PRODUCTS
3469M: Lidza Louina <lidza.louina@gmail.com>
3470M: Daeseok Youn <daeseok.youn@gmail.com>
3471L: driverdev-devel@linuxdriverproject.org
3472S: Maintained
3473F: drivers/staging/dgap/
3474
3475DIOLAN U2C-12 I2C DRIVER
3476M: Guenter Roeck <linux@roeck-us.net>
3477L: linux-i2c@vger.kernel.org
3478S: Maintained
3479F: drivers/i2c/busses/i2c-diolan-u2c.c
3480
3481DIRECT ACCESS (DAX)
3482M: Matthew Wilcox <willy@linux.intel.com>
3483L: linux-fsdevel@vger.kernel.org
3484S: Supported
3485F: fs/dax.c
3486
3487DIRECTORY NOTIFICATION (DNOTIFY)
3488M: Eric Paris <eparis@parisplace.org>
3489S: Maintained
3490F: Documentation/filesystems/dnotify.txt
3491F: fs/notify/dnotify/
3492F: include/linux/dnotify.h
3493
3494DISK GEOMETRY AND PARTITION HANDLING
3495M: Andries Brouwer <aeb@cwi.nl>
3496W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3497W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3498W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3499S: Maintained
3500
3501DISKQUOTA
3502M: Jan Kara <jack@suse.com>
3503S: Maintained
3504F: Documentation/filesystems/quota.txt
3505F: fs/quota/
3506F: include/linux/quota*.h
3507F: include/uapi/linux/quota*.h
3508
3509DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3510M: Bernie Thompson <bernie@plugable.com>
3511L: linux-fbdev@vger.kernel.org
3512S: Maintained
3513W: http://plugable.com/category/projects/udlfb/
3514F: drivers/video/fbdev/udlfb.c
3515F: include/video/udlfb.h
3516F: Documentation/fb/udlfb.txt
3517
3518DISTRIBUTED LOCK MANAGER (DLM)
3519M: Christine Caulfield <ccaulfie@redhat.com>
3520M: David Teigland <teigland@redhat.com>
3521L: cluster-devel@redhat.com
3522W: http://sources.redhat.com/cluster/
3523T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3524S: Supported
3525F: fs/dlm/
3526
3527DMA BUFFER SHARING FRAMEWORK
3528M: Sumit Semwal <sumit.semwal@linaro.org>
3529S: Maintained
3530L: linux-media@vger.kernel.org
3531L: dri-devel@lists.freedesktop.org
3532L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3533F: drivers/dma-buf/
3534F: include/linux/dma-buf*
3535F: include/linux/reservation.h
3536F: include/linux/*fence.h
3537F: Documentation/dma-buf-sharing.txt
3538T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3539
3540DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3541M: Vinod Koul <vinod.koul@intel.com>
3542L: dmaengine@vger.kernel.org
3543Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3544S: Maintained
3545F: drivers/dma/
3546F: include/linux/dmaengine.h
3547F: Documentation/dmaengine/
3548T: git git://git.infradead.org/users/vkoul/slave-dma.git
3549
3550DME1737 HARDWARE MONITOR DRIVER
3551M: Juerg Haefliger <juergh@gmail.com>
3552L: lm-sensors@lm-sensors.org
3553S: Maintained
3554F: Documentation/hwmon/dme1737
3555F: drivers/hwmon/dme1737.c
3556
3557DMI/SMBIOS SUPPORT
3558M: Jean Delvare <jdelvare@suse.com>
3559S: Maintained
3560T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3561F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3562F: drivers/firmware/dmi-id.c
3563F: drivers/firmware/dmi_scan.c
3564F: include/linux/dmi.h
3565
3566DOCUMENTATION
3567M: Jonathan Corbet <corbet@lwn.net>
3568L: linux-doc@vger.kernel.org
3569S: Maintained
3570F: Documentation/
3571F: scripts/docproc.c
3572F: scripts/kernel-doc*
3573X: Documentation/ABI/
3574X: Documentation/devicetree/
3575X: Documentation/acpi
3576X: Documentation/power
3577X: Documentation/spi
3578X: Documentation/DocBook/media
3579T: git git://git.lwn.net/linux.git docs-next
3580
3581DOUBLETALK DRIVER
3582M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3583L: blinux-list@redhat.com
3584S: Maintained
3585F: drivers/char/dtlk.c
3586F: include/linux/dtlk.h
3587
3588DPT_I2O SCSI RAID DRIVER
3589M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3590L: linux-scsi@vger.kernel.org
3591W: http://www.adaptec.com/
3592S: Maintained
3593F: drivers/scsi/dpt*
3594F: drivers/scsi/dpt/
3595
3596DRBD DRIVER
3597P: Philipp Reisner
3598P: Lars Ellenberg
3599M: drbd-dev@lists.linbit.com
3600L: drbd-user@lists.linbit.com
3601W: http://www.drbd.org
3602T: git git://git.drbd.org/linux-2.6-drbd.git drbd
3603T: git git://git.drbd.org/drbd-8.3.git
3604S: Supported
3605F: drivers/block/drbd/
3606F: lib/lru_cache.c
3607F: Documentation/blockdev/drbd/
3608
3609DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3610M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3611T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3612S: Supported
3613F: Documentation/kobject.txt
3614F: drivers/base/
3615F: fs/debugfs/
3616F: fs/kernfs/
3617F: fs/sysfs/
3618F: include/linux/debugfs.h
3619F: include/linux/kobj*
3620F: lib/kobj*
3621
3622DRM DRIVERS
3623M: David Airlie <airlied@linux.ie>
3624L: dri-devel@lists.freedesktop.org
3625T: git git://people.freedesktop.org/~airlied/linux
3626S: Maintained
3627F: drivers/gpu/drm/
3628F: drivers/gpu/vga/
3629F: include/drm/
3630F: include/uapi/drm/
3631
3632RADEON DRM DRIVERS
3633M: Alex Deucher <alexander.deucher@amd.com>
3634M: Christian König <christian.koenig@amd.com>
3635L: dri-devel@lists.freedesktop.org
3636T: git git://people.freedesktop.org/~agd5f/linux
3637S: Supported
3638F: drivers/gpu/drm/radeon/
3639F: include/uapi/drm/radeon*
3640
3641DRM PANEL DRIVERS
3642M: Thierry Reding <thierry.reding@gmail.com>
3643L: dri-devel@lists.freedesktop.org
3644T: git git://anongit.freedesktop.org/tegra/linux.git
3645S: Maintained
3646F: drivers/gpu/drm/drm_panel.c
3647F: drivers/gpu/drm/panel/
3648F: include/drm/drm_panel.h
3649F: Documentation/devicetree/bindings/display/panel/
3650
3651INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3652M: Daniel Vetter <daniel.vetter@intel.com>
3653M: Jani Nikula <jani.nikula@linux.intel.com>
3654L: intel-gfx@lists.freedesktop.org
3655L: dri-devel@lists.freedesktop.org
3656W: https://01.org/linuxgraphics/
3657Q: http://patchwork.freedesktop.org/project/intel-gfx/
3658T: git git://anongit.freedesktop.org/drm-intel
3659S: Supported
3660F: drivers/gpu/drm/i915/
3661F: include/drm/i915*
3662F: include/uapi/drm/i915*
3663
3664DRM DRIVERS FOR ATMEL HLCDC
3665M: Boris Brezillon <boris.brezillon@free-electrons.com>
3666L: dri-devel@lists.freedesktop.org
3667S: Supported
3668F: drivers/gpu/drm/atmel-hlcdc/
3669F: Documentation/devicetree/bindings/drm/atmel/
3670
3671DRM DRIVERS FOR EXYNOS
3672M: Inki Dae <inki.dae@samsung.com>
3673M: Joonyoung Shim <jy0922.shim@samsung.com>
3674M: Seung-Woo Kim <sw0312.kim@samsung.com>
3675M: Kyungmin Park <kyungmin.park@samsung.com>
3676L: dri-devel@lists.freedesktop.org
3677T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3678S: Supported
3679F: drivers/gpu/drm/exynos/
3680F: include/drm/exynos*
3681F: include/uapi/drm/exynos*
3682
3683DRM DRIVERS FOR FREESCALE DCU
3684M: Jianwei Wang <jianwei.wang.chn@gmail.com>
3685M: Alison Wang <alison.wang@freescale.com>
3686L: dri-devel@lists.freedesktop.org
3687S: Supported
3688F: drivers/gpu/drm/fsl-dcu/
3689F: Documentation/devicetree/bindings/display/fsl,dcu.txt
3690F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3691
3692DRM DRIVERS FOR FREESCALE IMX
3693M: Philipp Zabel <p.zabel@pengutronix.de>
3694L: dri-devel@lists.freedesktop.org
3695S: Maintained
3696F: drivers/gpu/drm/imx/
3697F: drivers/gpu/ipu-v3/
3698F: Documentation/devicetree/bindings/display/imx/
3699
3700DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3701M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3702L: dri-devel@lists.freedesktop.org
3703T: git git://github.com/patjak/drm-gma500
3704S: Maintained
3705F: drivers/gpu/drm/gma500
3706F: include/drm/gma500*
3707
3708DRM DRIVERS FOR NVIDIA TEGRA
3709M: Thierry Reding <thierry.reding@gmail.com>
3710M: Terje Bergström <tbergstrom@nvidia.com>
3711L: dri-devel@lists.freedesktop.org
3712L: linux-tegra@vger.kernel.org
3713T: git git://anongit.freedesktop.org/tegra/linux.git
3714S: Supported
3715F: drivers/gpu/drm/tegra/
3716F: drivers/gpu/host1x/
3717F: include/linux/host1x.h
3718F: include/uapi/drm/tegra_drm.h
3719F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3720
3721DRM DRIVERS FOR RENESAS
3722M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3723L: dri-devel@lists.freedesktop.org
3724L: linux-sh@vger.kernel.org
3725T: git git://people.freedesktop.org/~airlied/linux
3726S: Supported
3727F: drivers/gpu/drm/rcar-du/
3728F: drivers/gpu/drm/shmobile/
3729F: include/linux/platform_data/shmob_drm.h
3730
3731DRM DRIVERS FOR ROCKCHIP
3732M: Mark Yao <mark.yao@rock-chips.com>
3733L: dri-devel@lists.freedesktop.org
3734S: Maintained
3735F: drivers/gpu/drm/rockchip/
3736F: Documentation/devicetree/bindings/display/rockchip*
3737
3738DRM DRIVERS FOR STI
3739M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3740M: Vincent Abriou <vincent.abriou@st.com>
3741L: dri-devel@lists.freedesktop.org
3742T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3743S: Maintained
3744F: drivers/gpu/drm/sti
3745F: Documentation/devicetree/bindings/display/st,stih4xx.txt
3746
3747DSBR100 USB FM RADIO DRIVER
3748M: Alexey Klimov <klimov.linux@gmail.com>
3749L: linux-media@vger.kernel.org
3750T: git git://linuxtv.org/media_tree.git
3751S: Maintained
3752F: drivers/media/radio/dsbr100.c
3753
3754DSCC4 DRIVER
3755M: Francois Romieu <romieu@fr.zoreil.com>
3756L: netdev@vger.kernel.org
3757S: Maintained
3758F: drivers/net/wan/dscc4.c
3759
3760DT3155 MEDIA DRIVER
3761M: Hans Verkuil <hverkuil@xs4all.nl>
3762L: linux-media@vger.kernel.org
3763T: git git://linuxtv.org/media_tree.git
3764W: http://linuxtv.org
3765S: Odd Fixes
3766F: drivers/media/pci/dt3155/
3767
3768DVB_USB_AF9015 MEDIA DRIVER
3769M: Antti Palosaari <crope@iki.fi>
3770L: linux-media@vger.kernel.org
3771W: http://linuxtv.org/
3772W: http://palosaari.fi/linux/
3773Q: http://patchwork.linuxtv.org/project/linux-media/list/
3774T: git git://linuxtv.org/anttip/media_tree.git
3775S: Maintained
3776F: drivers/media/usb/dvb-usb-v2/af9015*
3777
3778DVB_USB_AF9035 MEDIA DRIVER
3779M: Antti Palosaari <crope@iki.fi>
3780L: linux-media@vger.kernel.org
3781W: http://linuxtv.org/
3782W: http://palosaari.fi/linux/
3783Q: http://patchwork.linuxtv.org/project/linux-media/list/
3784T: git git://linuxtv.org/anttip/media_tree.git
3785S: Maintained
3786F: drivers/media/usb/dvb-usb-v2/af9035*
3787
3788DVB_USB_ANYSEE MEDIA DRIVER
3789M: Antti Palosaari <crope@iki.fi>
3790L: linux-media@vger.kernel.org
3791W: http://linuxtv.org/
3792W: http://palosaari.fi/linux/
3793Q: http://patchwork.linuxtv.org/project/linux-media/list/
3794T: git git://linuxtv.org/anttip/media_tree.git
3795S: Maintained
3796F: drivers/media/usb/dvb-usb-v2/anysee*
3797
3798DVB_USB_AU6610 MEDIA DRIVER
3799M: Antti Palosaari <crope@iki.fi>
3800L: linux-media@vger.kernel.org
3801W: http://linuxtv.org/
3802W: http://palosaari.fi/linux/
3803Q: http://patchwork.linuxtv.org/project/linux-media/list/
3804T: git git://linuxtv.org/anttip/media_tree.git
3805S: Maintained
3806F: drivers/media/usb/dvb-usb-v2/au6610*
3807
3808DVB_USB_CE6230 MEDIA DRIVER
3809M: Antti Palosaari <crope@iki.fi>
3810L: linux-media@vger.kernel.org
3811W: http://linuxtv.org/
3812W: http://palosaari.fi/linux/
3813Q: http://patchwork.linuxtv.org/project/linux-media/list/
3814T: git git://linuxtv.org/anttip/media_tree.git
3815S: Maintained
3816F: drivers/media/usb/dvb-usb-v2/ce6230*
3817
3818DVB_USB_CXUSB MEDIA DRIVER
3819M: Michael Krufky <mkrufky@linuxtv.org>
3820L: linux-media@vger.kernel.org
3821W: http://linuxtv.org/
3822W: http://github.com/mkrufky
3823Q: http://patchwork.linuxtv.org/project/linux-media/list/
3824T: git git://linuxtv.org/media_tree.git
3825S: Maintained
3826F: drivers/media/usb/dvb-usb/cxusb*
3827
3828DVB_USB_EC168 MEDIA DRIVER
3829M: Antti Palosaari <crope@iki.fi>
3830L: linux-media@vger.kernel.org
3831W: http://linuxtv.org/
3832W: http://palosaari.fi/linux/
3833Q: http://patchwork.linuxtv.org/project/linux-media/list/
3834T: git git://linuxtv.org/anttip/media_tree.git
3835S: Maintained
3836F: drivers/media/usb/dvb-usb-v2/ec168*
3837
3838DVB_USB_GL861 MEDIA DRIVER
3839M: Antti Palosaari <crope@iki.fi>
3840L: linux-media@vger.kernel.org
3841W: http://linuxtv.org/
3842Q: http://patchwork.linuxtv.org/project/linux-media/list/
3843T: git git://linuxtv.org/anttip/media_tree.git
3844S: Maintained
3845F: drivers/media/usb/dvb-usb-v2/gl861*
3846
3847DVB_USB_MXL111SF MEDIA DRIVER
3848M: Michael Krufky <mkrufky@linuxtv.org>
3849L: linux-media@vger.kernel.org
3850W: http://linuxtv.org/
3851W: http://github.com/mkrufky
3852Q: http://patchwork.linuxtv.org/project/linux-media/list/
3853T: git git://linuxtv.org/mkrufky/mxl111sf.git
3854S: Maintained
3855F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3856
3857DVB_USB_RTL28XXU MEDIA DRIVER
3858M: Antti Palosaari <crope@iki.fi>
3859L: linux-media@vger.kernel.org
3860W: http://linuxtv.org/
3861W: http://palosaari.fi/linux/
3862Q: http://patchwork.linuxtv.org/project/linux-media/list/
3863T: git git://linuxtv.org/anttip/media_tree.git
3864S: Maintained
3865F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3866
3867DVB_USB_V2 MEDIA DRIVER
3868M: Antti Palosaari <crope@iki.fi>
3869L: linux-media@vger.kernel.org
3870W: http://linuxtv.org/
3871W: http://palosaari.fi/linux/
3872Q: http://patchwork.linuxtv.org/project/linux-media/list/
3873T: git git://linuxtv.org/anttip/media_tree.git
3874S: Maintained
3875F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3876F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3877
3878DYNAMIC DEBUG
3879M: Jason Baron <jbaron@akamai.com>
3880S: Maintained
3881F: lib/dynamic_debug.c
3882F: include/linux/dynamic_debug.h
3883
3884DZ DECSTATION DZ11 SERIAL DRIVER
3885M: "Maciej W. Rozycki" <macro@linux-mips.org>
3886S: Maintained
3887F: drivers/tty/serial/dz.*
3888
3889E3X0 POWER BUTTON DRIVER
3890M: Moritz Fischer <moritz.fischer@ettus.com>
3891L: usrp-users@lists.ettus.com
3892W: http://www.ettus.com
3893S: Supported
3894F: drivers/input/misc/e3x0-button.c
3895F: Documentation/devicetree/bindings/input/e3x0-button.txt
3896
3897E4000 MEDIA DRIVER
3898M: Antti Palosaari <crope@iki.fi>
3899L: linux-media@vger.kernel.org
3900W: http://linuxtv.org/
3901W: http://palosaari.fi/linux/
3902Q: http://patchwork.linuxtv.org/project/linux-media/list/
3903T: git git://linuxtv.org/anttip/media_tree.git
3904S: Maintained
3905F: drivers/media/tuners/e4000*
3906
3907EATA ISA/EISA/PCI SCSI DRIVER
3908M: Dario Ballabio <ballabio_dario@emc.com>
3909L: linux-scsi@vger.kernel.org
3910S: Maintained
3911F: drivers/scsi/eata.c
3912
3913EC100 MEDIA DRIVER
3914M: Antti Palosaari <crope@iki.fi>
3915L: linux-media@vger.kernel.org
3916W: http://linuxtv.org/
3917W: http://palosaari.fi/linux/
3918Q: http://patchwork.linuxtv.org/project/linux-media/list/
3919T: git git://linuxtv.org/anttip/media_tree.git
3920S: Maintained
3921F: drivers/media/dvb-frontends/ec100*
3922
3923ECRYPT FILE SYSTEM
3924M: Tyler Hicks <tyhicks@canonical.com>
3925L: ecryptfs@vger.kernel.org
3926W: http://ecryptfs.org
3927W: https://launchpad.net/ecryptfs
3928S: Supported
3929F: Documentation/filesystems/ecryptfs.txt
3930F: fs/ecryptfs/
3931
3932EDAC-CORE
3933M: Doug Thompson <dougthompson@xmission.com>
3934M: Borislav Petkov <bp@alien8.de>
3935M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3936L: linux-edac@vger.kernel.org
3937W: bluesmoke.sourceforge.net
3938T: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3939T: git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3940S: Supported
3941F: Documentation/edac.txt
3942F: drivers/edac/
3943F: include/linux/edac.h
3944
3945EDAC-AMD64
3946M: Doug Thompson <dougthompson@xmission.com>
3947M: Borislav Petkov <bp@alien8.de>
3948L: linux-edac@vger.kernel.org
3949W: bluesmoke.sourceforge.net
3950S: Maintained
3951F: drivers/edac/amd64_edac*
3952
3953EDAC-CALXEDA
3954M: Doug Thompson <dougthompson@xmission.com>
3955M: Robert Richter <rric@kernel.org>
3956L: linux-edac@vger.kernel.org
3957W: bluesmoke.sourceforge.net
3958S: Maintained
3959F: drivers/edac/highbank*
3960
3961EDAC-CAVIUM
3962M: Ralf Baechle <ralf@linux-mips.org>
3963M: David Daney <david.daney@cavium.com>
3964L: linux-edac@vger.kernel.org
3965L: linux-mips@linux-mips.org
3966W: bluesmoke.sourceforge.net
3967S: Supported
3968F: drivers/edac/octeon_edac*
3969
3970EDAC-E752X
3971M: Mark Gross <mark.gross@intel.com>
3972M: Doug Thompson <dougthompson@xmission.com>
3973L: linux-edac@vger.kernel.org
3974W: bluesmoke.sourceforge.net
3975S: Maintained
3976F: drivers/edac/e752x_edac.c
3977
3978EDAC-E7XXX
3979M: Doug Thompson <dougthompson@xmission.com>
3980L: linux-edac@vger.kernel.org
3981W: bluesmoke.sourceforge.net
3982S: Maintained
3983F: drivers/edac/e7xxx_edac.c
3984
3985EDAC-GHES
3986M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3987L: linux-edac@vger.kernel.org
3988W: bluesmoke.sourceforge.net
3989S: Maintained
3990F: drivers/edac/ghes_edac.c
3991
3992EDAC-I82443BXGX
3993M: Tim Small <tim@buttersideup.com>
3994L: linux-edac@vger.kernel.org
3995W: bluesmoke.sourceforge.net
3996S: Maintained
3997F: drivers/edac/i82443bxgx_edac.c
3998
3999EDAC-I3000
4000M: Jason Uhlenkott <juhlenko@akamai.com>
4001L: linux-edac@vger.kernel.org
4002W: bluesmoke.sourceforge.net
4003S: Maintained
4004F: drivers/edac/i3000_edac.c
4005
4006EDAC-I5000
4007M: Doug Thompson <dougthompson@xmission.com>
4008L: linux-edac@vger.kernel.org
4009W: bluesmoke.sourceforge.net
4010S: Maintained
4011F: drivers/edac/i5000_edac.c
4012
4013EDAC-I5400
4014M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4015L: linux-edac@vger.kernel.org
4016W: bluesmoke.sourceforge.net
4017S: Maintained
4018F: drivers/edac/i5400_edac.c
4019
4020EDAC-I7300
4021M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4022L: linux-edac@vger.kernel.org
4023W: bluesmoke.sourceforge.net
4024S: Maintained
4025F: drivers/edac/i7300_edac.c
4026
4027EDAC-I7CORE
4028M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4029L: linux-edac@vger.kernel.org
4030W: bluesmoke.sourceforge.net
4031S: Maintained
4032F: drivers/edac/i7core_edac.c
4033
4034EDAC-I82975X
4035M: Ranganathan Desikan <ravi@jetztechnologies.com>
4036M: "Arvind R." <arvino55@gmail.com>
4037L: linux-edac@vger.kernel.org
4038W: bluesmoke.sourceforge.net
4039S: Maintained
4040F: drivers/edac/i82975x_edac.c
4041
4042EDAC-IE31200
4043M: Jason Baron <jbaron@akamai.com>
4044L: linux-edac@vger.kernel.org
4045W: bluesmoke.sourceforge.net
4046S: Maintained
4047F: drivers/edac/ie31200_edac.c
4048
4049EDAC-MPC85XX
4050M: Johannes Thumshirn <morbidrsa@gmail.com>
4051L: linux-edac@vger.kernel.org
4052W: bluesmoke.sourceforge.net
4053S: Maintained
4054F: drivers/edac/mpc85xx_edac.[ch]
4055
4056EDAC-PASEMI
4057M: Egor Martovetsky <egor@pasemi.com>
4058L: linux-edac@vger.kernel.org
4059W: bluesmoke.sourceforge.net
4060S: Maintained
4061F: drivers/edac/pasemi_edac.c
4062
4063EDAC-R82600
4064M: Tim Small <tim@buttersideup.com>
4065L: linux-edac@vger.kernel.org
4066W: bluesmoke.sourceforge.net
4067S: Maintained
4068F: drivers/edac/r82600_edac.c
4069
4070EDAC-SBRIDGE
4071M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4072L: linux-edac@vger.kernel.org
4073W: bluesmoke.sourceforge.net
4074S: Maintained
4075F: drivers/edac/sb_edac.c
4076
4077EDAC-XGENE
4078APPLIED MICRO (APM) X-GENE SOC EDAC
4079M: Loc Ho <lho@apm.com>
4080S: Supported
4081F: drivers/edac/xgene_edac.c
4082F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4083
4084EDIROL UA-101/UA-1000 DRIVER
4085M: Clemens Ladisch <clemens@ladisch.de>
4086L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4087T: git git://git.alsa-project.org/alsa-kernel.git
4088S: Maintained
4089F: sound/usb/misc/ua101.c
4090
4091EXTENSIBLE FIRMWARE INTERFACE (EFI)
4092M: Matt Fleming <matt@codeblueprint.co.uk>
4093L: linux-efi@vger.kernel.org
4094T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4095S: Maintained
4096F: Documentation/efi-stub.txt
4097F: arch/ia64/kernel/efi.c
4098F: arch/x86/boot/compressed/eboot.[ch]
4099F: arch/x86/include/asm/efi.h
4100F: arch/x86/platform/efi/*
4101F: drivers/firmware/efi/*
4102F: include/linux/efi*.h
4103
4104EFI VARIABLE FILESYSTEM
4105M: Matthew Garrett <matthew.garrett@nebula.com>
4106M: Jeremy Kerr <jk@ozlabs.org>
4107M: Matt Fleming <matt@codeblueprint.co.uk>
4108T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4109L: linux-efi@vger.kernel.org
4110S: Maintained
4111F: fs/efivarfs/
4112
4113EFIFB FRAMEBUFFER DRIVER
4114L: linux-fbdev@vger.kernel.org
4115M: Peter Jones <pjones@redhat.com>
4116S: Maintained
4117F: drivers/video/fbdev/efifb.c
4118
4119EFS FILESYSTEM
4120W: http://aeschi.ch.eu.org/efs/
4121S: Orphan
4122F: fs/efs/
4123
4124EHCA (IBM GX bus InfiniBand adapter) DRIVER
4125M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4126M: Christoph Raisch <raisch@de.ibm.com>
4127L: linux-rdma@vger.kernel.org
4128S: Supported
4129F: drivers/infiniband/hw/ehca/
4130
4131EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4132M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4133L: netdev@vger.kernel.org
4134S: Maintained
4135F: drivers/net/ethernet/ibm/ehea/
4136
4137EM28XX VIDEO4LINUX DRIVER
4138M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4139L: linux-media@vger.kernel.org
4140W: http://linuxtv.org
4141T: git git://linuxtv.org/media_tree.git
4142S: Maintained
4143F: drivers/media/usb/em28xx/
4144
4145EMBEDDED LINUX
4146M: Paul Gortmaker <paul.gortmaker@windriver.com>
4147M: Matt Mackall <mpm@selenic.com>
4148M: David Woodhouse <dwmw2@infradead.org>
4149L: linux-embedded@vger.kernel.org
4150S: Maintained
4151
4152EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4153M: James Smart <james.smart@avagotech.com>
4154M: Dick Kennedy <dick.kennedy@avagotech.com>
4155L: linux-scsi@vger.kernel.org
4156W: http://www.avagotech.com
4157S: Supported
4158F: drivers/scsi/lpfc/
4159
4160ENE CB710 FLASH CARD READER DRIVER
4161M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4162S: Maintained
4163F: drivers/misc/cb710/
4164F: drivers/mmc/host/cb710-mmc.*
4165F: include/linux/cb710.h
4166
4167ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4168M: Maxim Levitsky <maximlevitsky@gmail.com>
4169S: Maintained
4170F: drivers/media/rc/ene_ir.*
4171
4172ENHANCED ERROR HANDLING (EEH)
4173M: Gavin Shan <shangw@linux.vnet.ibm.com>
4174L: linuxppc-dev@lists.ozlabs.org
4175S: Supported
4176F: Documentation/powerpc/eeh-pci-error-recovery.txt
4177F: arch/powerpc/kernel/eeh*.c
4178
4179EPSON S1D13XXX FRAMEBUFFER DRIVER
4180M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4181S: Maintained
4182T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4183F: drivers/video/fbdev/s1d13xxxfb.c
4184F: include/video/s1d13xxxfb.h
4185
4186ET131X NETWORK DRIVER
4187M: Mark Einon <mark.einon@gmail.com>
4188S: Odd Fixes
4189F: drivers/net/ethernet/agere/
4190
4191ETHERNET BRIDGE
4192M: Stephen Hemminger <stephen@networkplumber.org>
4193L: bridge@lists.linux-foundation.org
4194L: netdev@vger.kernel.org
4195W: http://www.linuxfoundation.org/en/Net:Bridge
4196S: Maintained
4197F: include/linux/netfilter_bridge/
4198F: net/bridge/
4199
4200ETHERNET PHY LIBRARY
4201M: Florian Fainelli <f.fainelli@gmail.com>
4202L: netdev@vger.kernel.org
4203S: Maintained
4204F: include/linux/phy.h
4205F: include/linux/phy_fixed.h
4206F: drivers/net/phy/
4207F: Documentation/networking/phy.txt
4208F: drivers/of/of_mdio.c
4209F: drivers/of/of_net.c
4210
4211EXT2 FILE SYSTEM
4212M: Jan Kara <jack@suse.com>
4213L: linux-ext4@vger.kernel.org
4214S: Maintained
4215F: Documentation/filesystems/ext2.txt
4216F: fs/ext2/
4217F: include/linux/ext2*
4218
4219EXT4 FILE SYSTEM
4220M: "Theodore Ts'o" <tytso@mit.edu>
4221M: Andreas Dilger <adilger.kernel@dilger.ca>
4222L: linux-ext4@vger.kernel.org
4223W: http://ext4.wiki.kernel.org
4224Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4225S: Maintained
4226F: Documentation/filesystems/ext4.txt
4227F: fs/ext4/
4228
4229Extended Verification Module (EVM)
4230M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4231L: linux-ima-devel@lists.sourceforge.net
4232L: linux-security-module@vger.kernel.org
4233S: Supported
4234F: security/integrity/evm/
4235
4236EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4237M: MyungJoo Ham <myungjoo.ham@samsung.com>
4238M: Chanwoo Choi <cw00.choi@samsung.com>
4239L: linux-kernel@vger.kernel.org
4240T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4241S: Maintained
4242F: drivers/extcon/
4243F: include/linux/extcon/
4244F: include/linux/extcon.h
4245F: Documentation/extcon/
4246F: Documentation/devicetree/bindings/extcon/
4247
4248EXYNOS DP DRIVER
4249M: Jingoo Han <jingoohan1@gmail.com>
4250L: dri-devel@lists.freedesktop.org
4251S: Maintained
4252F: drivers/gpu/drm/exynos/exynos_dp*
4253
4254EXYNOS MIPI DISPLAY DRIVERS
4255M: Inki Dae <inki.dae@samsung.com>
4256M: Donghwa Lee <dh09.lee@samsung.com>
4257M: Kyungmin Park <kyungmin.park@samsung.com>
4258L: linux-fbdev@vger.kernel.org
4259S: Maintained
4260F: drivers/video/fbdev/exynos/exynos_mipi*
4261F: include/video/exynos_mipi*
4262
4263F71805F HARDWARE MONITORING DRIVER
4264M: Jean Delvare <jdelvare@suse.com>
4265L: lm-sensors@lm-sensors.org
4266S: Maintained
4267F: Documentation/hwmon/f71805f
4268F: drivers/hwmon/f71805f.c
4269
4270FC0011 TUNER DRIVER
4271M: Michael Buesch <m@bues.ch>
4272L: linux-media@vger.kernel.org
4273S: Maintained
4274F: drivers/media/tuners/fc0011.h
4275F: drivers/media/tuners/fc0011.c
4276
4277FC2580 MEDIA DRIVER
4278M: Antti Palosaari <crope@iki.fi>
4279L: linux-media@vger.kernel.org
4280W: http://linuxtv.org/
4281W: http://palosaari.fi/linux/
4282Q: http://patchwork.linuxtv.org/project/linux-media/list/
4283T: git git://linuxtv.org/anttip/media_tree.git
4284S: Maintained
4285F: drivers/media/tuners/fc2580*
4286
4287FANOTIFY
4288M: Eric Paris <eparis@redhat.com>
4289S: Maintained
4290F: fs/notify/fanotify/
4291F: include/linux/fanotify.h
4292F: include/uapi/linux/fanotify.h
4293
4294FARSYNC SYNCHRONOUS DRIVER
4295M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4296W: http://www.farsite.co.uk/
4297S: Supported
4298F: drivers/net/wan/farsync.*
4299
4300FAULT INJECTION SUPPORT
4301M: Akinobu Mita <akinobu.mita@gmail.com>
4302S: Supported
4303F: Documentation/fault-injection/
4304F: lib/fault-inject.c
4305
4306FBTFT Framebuffer drivers
4307M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4308M: Noralf Trønnes <noralf@tronnes.org>
4309S: Maintained
4310F: drivers/staging/fbtft/
4311
4312FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4313M: Vasu Dev <vasu.dev@intel.com>
4314L: fcoe-devel@open-fcoe.org
4315W: www.Open-FCoE.org
4316S: Supported
4317F: drivers/scsi/libfc/
4318F: drivers/scsi/fcoe/
4319F: include/scsi/fc/
4320F: include/scsi/libfc.h
4321F: include/scsi/libfcoe.h
4322F: include/uapi/scsi/fc/
4323
4324FILE LOCKING (flock() and fcntl()/lockf())
4325M: Jeff Layton <jlayton@poochiereds.net>
4326M: "J. Bruce Fields" <bfields@fieldses.org>
4327L: linux-fsdevel@vger.kernel.org
4328S: Maintained
4329F: include/linux/fcntl.h
4330F: include/linux/fs.h
4331F: include/uapi/linux/fcntl.h
4332F: include/uapi/linux/fs.h
4333F: fs/fcntl.c
4334F: fs/locks.c
4335
4336FILESYSTEMS (VFS and infrastructure)
4337M: Alexander Viro <viro@zeniv.linux.org.uk>
4338L: linux-fsdevel@vger.kernel.org
4339S: Maintained
4340F: fs/*
4341
4342FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4343M: Riku Voipio <riku.voipio@iki.fi>
4344L: lm-sensors@lm-sensors.org
4345S: Maintained
4346F: drivers/hwmon/f75375s.c
4347F: include/linux/f75375s.h
4348
4349FIREWIRE AUDIO DRIVERS
4350M: Clemens Ladisch <clemens@ladisch.de>
4351L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4352T: git git://git.alsa-project.org/alsa-kernel.git
4353S: Maintained
4354F: sound/firewire/
4355
4356FIREWIRE MEDIA DRIVERS (firedtv)
4357M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4358L: linux-media@vger.kernel.org
4359L: linux1394-devel@lists.sourceforge.net
4360T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4361S: Maintained
4362F: drivers/media/firewire/
4363
4364FIREWIRE SBP-2 TARGET
4365M: Chris Boot <bootc@bootc.net>
4366L: linux-scsi@vger.kernel.org
4367L: target-devel@vger.kernel.org
4368L: linux1394-devel@lists.sourceforge.net
4369T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4370S: Maintained
4371F: drivers/target/sbp/
4372
4373FIREWIRE SUBSYSTEM
4374M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4375L: linux1394-devel@lists.sourceforge.net
4376W: http://ieee1394.wiki.kernel.org/
4377T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4378S: Maintained
4379F: drivers/firewire/
4380F: include/linux/firewire.h
4381F: include/uapi/linux/firewire*.h
4382F: tools/firewire/
4383
4384FIRMWARE LOADER (request_firmware)
4385M: Ming Lei <ming.lei@canonical.com>
4386L: linux-kernel@vger.kernel.org
4387S: Maintained
4388F: Documentation/firmware_class/
4389F: drivers/base/firmware*.c
4390F: include/linux/firmware.h
4391
4392FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4393M: Joshua Morris <josh.h.morris@us.ibm.com>
4394M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4395S: Maintained
4396F: drivers/block/rsxx/
4397
4398FLOPPY DRIVER
4399M: Jiri Kosina <jikos@kernel.org>
4400T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4401S: Odd fixes
4402F: drivers/block/floppy.c
4403
4404FMC SUBSYSTEM
4405M: Alessandro Rubini <rubini@gnudd.com>
4406W: http://www.ohwr.org/projects/fmc-bus
4407S: Supported
4408F: drivers/fmc/
4409F: include/linux/fmc*.h
4410F: include/linux/ipmi-fru.h
4411K: fmc_d.*register
4412
4413FPGA MANAGER FRAMEWORK
4414M: Alan Tull <atull@opensource.altera.com>
4415R: Moritz Fischer <moritz.fischer@ettus.com>
4416S: Maintained
4417F: drivers/fpga/
4418F: include/linux/fpga/fpga-mgr.h
4419W: http://www.rocketboards.org
4420
4421FPU EMULATOR
4422M: Bill Metzenthen <billm@melbpc.org.au>
4423W: http://floatingpoint.sourceforge.net/emulator/index.html
4424S: Maintained
4425F: arch/x86/math-emu/
4426
4427FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4428L: netdev@vger.kernel.org
4429S: Orphan
4430F: drivers/net/wan/dlci.c
4431F: drivers/net/wan/sdla.c
4432
4433FRAMEBUFFER LAYER
4434M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4435M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4436L: linux-fbdev@vger.kernel.org
4437W: http://linux-fbdev.sourceforge.net/
4438Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4439T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4440S: Maintained
4441F: Documentation/fb/
4442F: drivers/video/
4443F: include/video/
4444F: include/linux/fb.h
4445F: include/uapi/video/
4446F: include/uapi/linux/fb.h
4447
4448FREESCALE DIU FRAMEBUFFER DRIVER
4449M: Timur Tabi <timur@tabi.org>
4450L: linux-fbdev@vger.kernel.org
4451S: Maintained
4452F: drivers/video/fbdev/fsl-diu-fb.*
4453
4454FREESCALE DMA DRIVER
4455M: Li Yang <leoli@freescale.com>
4456M: Zhang Wei <zw@zh-kernel.org>
4457L: linuxppc-dev@lists.ozlabs.org
4458S: Maintained
4459F: drivers/dma/fsldma.*
4460
4461FREESCALE I2C CPM DRIVER
4462M: Jochen Friedrich <jochen@scram.de>
4463L: linuxppc-dev@lists.ozlabs.org
4464L: linux-i2c@vger.kernel.org
4465S: Maintained
4466F: drivers/i2c/busses/i2c-cpm.c
4467
4468FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4469M: Sascha Hauer <kernel@pengutronix.de>
4470L: linux-fbdev@vger.kernel.org
4471L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4472S: Maintained
4473F: include/linux/platform_data/video-imxfb.h
4474F: drivers/video/fbdev/imxfb.c
4475
4476FREESCALE QUAD SPI DRIVER
4477M: Han Xu <han.xu@freescale.com>
4478L: linux-mtd@lists.infradead.org
4479S: Maintained
4480F: drivers/mtd/spi-nor/fsl-quadspi.c
4481
4482FREESCALE SOC FS_ENET DRIVER
4483M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4484M: Vitaly Bordug <vbordug@ru.mvista.com>
4485L: linuxppc-dev@lists.ozlabs.org
4486L: netdev@vger.kernel.org
4487S: Maintained
4488F: drivers/net/ethernet/freescale/fs_enet/
4489F: include/linux/fs_enet_pd.h
4490
4491FREESCALE QUICC ENGINE LIBRARY
4492L: linuxppc-dev@lists.ozlabs.org
4493S: Orphan
4494F: arch/powerpc/sysdev/qe_lib/
4495F: arch/powerpc/include/asm/*qe.h
4496
4497FREESCALE USB PERIPHERAL DRIVERS
4498M: Li Yang <leoli@freescale.com>
4499L: linux-usb@vger.kernel.org
4500L: linuxppc-dev@lists.ozlabs.org
4501S: Maintained
4502F: drivers/usb/gadget/udc/fsl*
4503
4504FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4505M: Li Yang <leoli@freescale.com>
4506L: netdev@vger.kernel.org
4507L: linuxppc-dev@lists.ozlabs.org
4508S: Maintained
4509F: drivers/net/ethernet/freescale/ucc_geth*
4510
4511FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4512M: Claudiu Manoil <claudiu.manoil@freescale.com>
4513L: netdev@vger.kernel.org
4514S: Maintained
4515F: drivers/net/ethernet/freescale/gianfar*
4516X: drivers/net/ethernet/freescale/gianfar_ptp.c
4517F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4518
4519FREESCALE QUICC ENGINE UCC UART DRIVER
4520M: Timur Tabi <timur@tabi.org>
4521L: linuxppc-dev@lists.ozlabs.org
4522S: Maintained
4523F: drivers/tty/serial/ucc_uart.c
4524
4525FREESCALE SOC SOUND DRIVERS
4526M: Timur Tabi <timur@tabi.org>
4527M: Nicolin Chen <nicoleotsuka@gmail.com>
4528M: Xiubo Li <Xiubo.Lee@gmail.com>
4529L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4530L: linuxppc-dev@lists.ozlabs.org
4531S: Maintained
4532F: sound/soc/fsl/fsl*
4533F: sound/soc/fsl/imx*
4534F: sound/soc/fsl/mpc8610_hpcd.c
4535
4536FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4537M: "J. German Rivera" <German.Rivera@freescale.com>
4538L: linux-kernel@vger.kernel.org
4539S: Maintained
4540F: drivers/staging/fsl-mc/
4541
4542FREEVXFS FILESYSTEM
4543M: Christoph Hellwig <hch@infradead.org>
4544W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4545S: Maintained
4546F: fs/freevxfs/
4547
4548FREEZER
4549M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4550M: Pavel Machek <pavel@ucw.cz>
4551L: linux-pm@vger.kernel.org
4552S: Supported
4553F: Documentation/power/freezing-of-tasks.txt
4554F: include/linux/freezer.h
4555F: kernel/freezer.c
4556
4557FRONTSWAP API
4558M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4559L: linux-kernel@vger.kernel.org
4560S: Maintained
4561F: mm/frontswap.c
4562F: include/linux/frontswap.h
4563
4564FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4565M: David Howells <dhowells@redhat.com>
4566L: linux-cachefs@redhat.com (moderated for non-subscribers)
4567S: Supported
4568F: Documentation/filesystems/caching/
4569F: fs/fscache/
4570F: include/linux/fscache*.h
4571
4572F2FS FILE SYSTEM
4573M: Jaegeuk Kim <jaegeuk@kernel.org>
4574M: Changman Lee <cm224.lee@samsung.com>
4575R: Chao Yu <chao2.yu@samsung.com>
4576L: linux-f2fs-devel@lists.sourceforge.net
4577W: http://en.wikipedia.org/wiki/F2FS
4578T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4579S: Maintained
4580F: Documentation/filesystems/f2fs.txt
4581F: Documentation/ABI/testing/sysfs-fs-f2fs
4582F: fs/f2fs/
4583F: include/linux/f2fs_fs.h
4584F: include/trace/events/f2fs.h
4585
4586FUJITSU FR-V (FRV) PORT
4587M: David Howells <dhowells@redhat.com>
4588S: Maintained
4589F: arch/frv/
4590
4591FUJITSU LAPTOP EXTRAS
4592M: Jonathan Woithe <jwoithe@just42.net>
4593L: platform-driver-x86@vger.kernel.org
4594S: Maintained
4595F: drivers/platform/x86/fujitsu-laptop.c
4596
4597FUJITSU M-5MO LS CAMERA ISP DRIVER
4598M: Kyungmin Park <kyungmin.park@samsung.com>
4599M: Heungjun Kim <riverful.kim@samsung.com>
4600L: linux-media@vger.kernel.org
4601S: Maintained
4602F: drivers/media/i2c/m5mols/
4603F: include/media/m5mols.h
4604
4605FUJITSU TABLET EXTRAS
4606M: Robert Gerlach <khnz@gmx.de>
4607L: platform-driver-x86@vger.kernel.org
4608S: Maintained
4609F: drivers/platform/x86/fujitsu-tablet.c
4610
4611FUSE: FILESYSTEM IN USERSPACE
4612M: Miklos Szeredi <miklos@szeredi.hu>
4613L: fuse-devel@lists.sourceforge.net
4614W: http://fuse.sourceforge.net/
4615T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4616S: Maintained
4617F: fs/fuse/
4618F: include/uapi/linux/fuse.h
4619F: Documentation/filesystems/fuse.txt
4620
4621FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4622M: Rik Faith <faith@cs.unc.edu>
4623L: linux-scsi@vger.kernel.org
4624S: Odd Fixes (e.g., new signatures)
4625F: drivers/scsi/fdomain.*
4626
4627GCOV BASED KERNEL PROFILING
4628M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4629S: Maintained
4630F: kernel/gcov/
4631F: Documentation/gcov.txt
4632
4633GDT SCSI DISK ARRAY CONTROLLER DRIVER
4634M: Achim Leubner <achim_leubner@adaptec.com>
4635L: linux-scsi@vger.kernel.org
4636W: http://www.icp-vortex.com/
4637S: Supported
4638F: drivers/scsi/gdt*
4639
4640GDB KERNEL DEBUGGING HELPER SCRIPTS
4641M: Jan Kiszka <jan.kiszka@siemens.com>
4642S: Supported
4643F: scripts/gdb/
4644
4645GEMTEK FM RADIO RECEIVER DRIVER
4646M: Hans Verkuil <hverkuil@xs4all.nl>
4647L: linux-media@vger.kernel.org
4648T: git git://linuxtv.org/media_tree.git
4649W: http://linuxtv.org
4650S: Maintained
4651F: drivers/media/radio/radio-gemtek*
4652
4653GENERIC GPIO I2C DRIVER
4654M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4655S: Supported
4656F: drivers/i2c/busses/i2c-gpio.c
4657F: include/linux/i2c-gpio.h
4658
4659GENERIC GPIO I2C MULTIPLEXER DRIVER
4660M: Peter Korsgaard <peter.korsgaard@barco.com>
4661L: linux-i2c@vger.kernel.org
4662S: Supported
4663F: drivers/i2c/muxes/i2c-mux-gpio.c
4664F: include/linux/i2c-mux-gpio.h
4665F: Documentation/i2c/muxes/i2c-mux-gpio
4666
4667GENERIC HDLC (WAN) DRIVERS
4668M: Krzysztof Halasa <khc@pm.waw.pl>
4669W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4670S: Maintained
4671F: drivers/net/wan/c101.c
4672F: drivers/net/wan/hd6457*
4673F: drivers/net/wan/hdlc*
4674F: drivers/net/wan/n2.c
4675F: drivers/net/wan/pc300too.c
4676F: drivers/net/wan/pci200syn.c
4677F: drivers/net/wan/wanxl*
4678
4679GENERIC INCLUDE/ASM HEADER FILES
4680M: Arnd Bergmann <arnd@arndb.de>
4681L: linux-arch@vger.kernel.org
4682T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4683S: Maintained
4684F: include/asm-generic/
4685F: include/uapi/asm-generic/
4686
4687GENERIC PHY FRAMEWORK
4688M: Kishon Vijay Abraham I <kishon@ti.com>
4689L: linux-kernel@vger.kernel.org
4690T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4691S: Supported
4692F: drivers/phy/
4693F: include/linux/phy/
4694
4695GENERIC PM DOMAINS
4696M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4697M: Kevin Hilman <khilman@kernel.org>
4698M: Ulf Hansson <ulf.hansson@linaro.org>
4699L: linux-pm@vger.kernel.org
4700S: Supported
4701F: drivers/base/power/domain*.c
4702F: include/linux/pm_domain.h
4703
4704GENERIC UIO DRIVER FOR PCI DEVICES
4705M: "Michael S. Tsirkin" <mst@redhat.com>
4706L: kvm@vger.kernel.org
4707S: Supported
4708F: drivers/uio/uio_pci_generic.c
4709
4710GET_MAINTAINER SCRIPT
4711M: Joe Perches <joe@perches.com>
4712S: Maintained
4713F: scripts/get_maintainer.pl
4714
4715GFS2 FILE SYSTEM
4716M: Steven Whitehouse <swhiteho@redhat.com>
4717M: Bob Peterson <rpeterso@redhat.com>
4718L: cluster-devel@redhat.com
4719W: http://sources.redhat.com/cluster/
4720T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4721S: Supported
4722F: Documentation/filesystems/gfs2*.txt
4723F: fs/gfs2/
4724F: include/uapi/linux/gfs2_ondisk.h
4725
4726GIGASET ISDN DRIVERS
4727M: Paul Bolle <pebolle@tiscali.nl>
4728L: gigaset307x-common@lists.sourceforge.net
4729W: http://gigaset307x.sourceforge.net/
4730S: Odd Fixes
4731F: Documentation/isdn/README.gigaset
4732F: drivers/isdn/gigaset/
4733F: include/uapi/linux/gigaset_dev.h
4734
4735GO7007 MPEG CODEC
4736M: Hans Verkuil <hans.verkuil@cisco.com>
4737L: linux-media@vger.kernel.org
4738S: Maintained
4739F: drivers/media/usb/go7007/
4740
4741GOODIX TOUCHSCREEN
4742M: Bastien Nocera <hadess@hadess.net>
4743L: linux-input@vger.kernel.org
4744S: Maintained
4745F: drivers/input/touchscreen/goodix.c
4746
4747GPIO SUBSYSTEM
4748M: Linus Walleij <linus.walleij@linaro.org>
4749M: Alexandre Courbot <gnurou@gmail.com>
4750L: linux-gpio@vger.kernel.org
4751T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4752S: Maintained
4753F: Documentation/gpio/
4754F: drivers/gpio/
4755F: include/linux/gpio/
4756F: include/linux/gpio.h
4757F: include/asm-generic/gpio.h
4758
4759GRE DEMULTIPLEXER DRIVER
4760M: Dmitry Kozlov <xeb@mail.ru>
4761L: netdev@vger.kernel.org
4762S: Maintained
4763F: net/ipv4/gre_demux.c
4764F: net/ipv4/gre_offload.c
4765F: include/net/gre.h
4766
4767GRETH 10/100/1G Ethernet MAC device driver
4768M: Kristoffer Glembo <kristoffer@gaisler.com>
4769L: netdev@vger.kernel.org
4770S: Maintained
4771F: drivers/net/ethernet/aeroflex/
4772
4773GSPCA FINEPIX SUBDRIVER
4774M: Frank Zago <frank@zago.net>
4775L: linux-media@vger.kernel.org
4776T: git git://linuxtv.org/media_tree.git
4777S: Maintained
4778F: drivers/media/usb/gspca/finepix.c
4779
4780GSPCA GL860 SUBDRIVER
4781M: Olivier Lorin <o.lorin@laposte.net>
4782L: linux-media@vger.kernel.org
4783T: git git://linuxtv.org/media_tree.git
4784S: Maintained
4785F: drivers/media/usb/gspca/gl860/
4786
4787GSPCA M5602 SUBDRIVER
4788M: Erik Andren <erik.andren@gmail.com>
4789L: linux-media@vger.kernel.org
4790T: git git://linuxtv.org/media_tree.git
4791S: Maintained
4792F: drivers/media/usb/gspca/m5602/
4793
4794GSPCA PAC207 SONIXB SUBDRIVER
4795M: Hans de Goede <hdegoede@redhat.com>
4796L: linux-media@vger.kernel.org
4797T: git git://linuxtv.org/media_tree.git
4798S: Maintained
4799F: drivers/media/usb/gspca/pac207.c
4800
4801GSPCA SN9C20X SUBDRIVER
4802M: Brian Johnson <brijohn@gmail.com>
4803L: linux-media@vger.kernel.org
4804T: git git://linuxtv.org/media_tree.git
4805S: Maintained
4806F: drivers/media/usb/gspca/sn9c20x.c
4807
4808GSPCA T613 SUBDRIVER
4809M: Leandro Costantino <lcostantino@gmail.com>
4810L: linux-media@vger.kernel.org
4811T: git git://linuxtv.org/media_tree.git
4812S: Maintained
4813F: drivers/media/usb/gspca/t613.c
4814
4815GSPCA USB WEBCAM DRIVER
4816M: Hans de Goede <hdegoede@redhat.com>
4817L: linux-media@vger.kernel.org
4818T: git git://linuxtv.org/media_tree.git
4819S: Maintained
4820F: drivers/media/usb/gspca/
4821
4822GUID PARTITION TABLE (GPT)
4823M: Davidlohr Bueso <dave@stgolabs.net>
4824L: linux-efi@vger.kernel.org
4825S: Maintained
4826F: block/partitions/efi.*
4827
4828STK1160 USB VIDEO CAPTURE DRIVER
4829M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4830L: linux-media@vger.kernel.org
4831T: git git://linuxtv.org/media_tree.git
4832S: Maintained
4833F: drivers/media/usb/stk1160/
4834
4835H8/300 ARCHITECTURE
4836M: Yoshinori Sato <ysato@users.sourceforge.jp>
4837L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4838W: http://uclinux-h8.sourceforge.jp
4839T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4840S: Maintained
4841F: arch/h8300/
4842F: drivers/clocksource/h8300_*.c
4843F: drivers/clk/h8300/
4844F: drivers/irqchip/irq-renesas-h8*.c
4845
4846HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4847M: Frank Seidel <frank@f-seidel.de>
4848L: platform-driver-x86@vger.kernel.org
4849W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4850S: Maintained
4851F: drivers/platform/x86/hdaps.c
4852
4853HDPVR USB VIDEO ENCODER DRIVER
4854M: Hans Verkuil <hverkuil@xs4all.nl>
4855L: linux-media@vger.kernel.org
4856T: git git://linuxtv.org/media_tree.git
4857W: http://linuxtv.org
4858S: Odd Fixes
4859F: drivers/media/usb/hdpvr/
4860
4861HWPOISON MEMORY FAILURE HANDLING
4862M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4863L: linux-mm@kvack.org
4864S: Maintained
4865F: mm/memory-failure.c
4866F: mm/hwpoison-inject.c
4867
4868HYPERVISOR VIRTUAL CONSOLE DRIVER
4869L: linuxppc-dev@lists.ozlabs.org
4870S: Odd Fixes
4871F: drivers/tty/hvc/
4872
4873HACKRF MEDIA DRIVER
4874M: Antti Palosaari <crope@iki.fi>
4875L: linux-media@vger.kernel.org
4876W: http://linuxtv.org/
4877W: http://palosaari.fi/linux/
4878Q: http://patchwork.linuxtv.org/project/linux-media/list/
4879T: git git://linuxtv.org/anttip/media_tree.git
4880S: Maintained
4881F: drivers/media/usb/hackrf/
4882
4883HARDWARE MONITORING
4884M: Jean Delvare <jdelvare@suse.com>
4885M: Guenter Roeck <linux@roeck-us.net>
4886L: lm-sensors@lm-sensors.org
4887W: http://www.lm-sensors.org/
4888T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4889T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4890S: Maintained
4891F: Documentation/hwmon/
4892F: drivers/hwmon/
4893F: include/linux/hwmon*.h
4894
4895HARDWARE RANDOM NUMBER GENERATOR CORE
4896M: Matt Mackall <mpm@selenic.com>
4897M: Herbert Xu <herbert@gondor.apana.org.au>
4898L: linux-crypto@vger.kernel.org
4899S: Odd fixes
4900F: Documentation/hw_random.txt
4901F: drivers/char/hw_random/
4902F: include/linux/hw_random.h
4903
4904HARDWARE SPINLOCK CORE
4905M: Ohad Ben-Cohen <ohad@wizery.com>
4906S: Maintained
4907F: Documentation/hwspinlock.txt
4908F: drivers/hwspinlock/hwspinlock_*
4909F: include/linux/hwspinlock.h
4910
4911HARMONY SOUND DRIVER
4912L: linux-parisc@vger.kernel.org
4913S: Maintained
4914F: sound/parisc/harmony.*
4915
4916HD29L2 MEDIA DRIVER
4917M: Antti Palosaari <crope@iki.fi>
4918L: linux-media@vger.kernel.org
4919W: http://linuxtv.org/
4920W: http://palosaari.fi/linux/
4921Q: http://patchwork.linuxtv.org/project/linux-media/list/
4922T: git git://linuxtv.org/anttip/media_tree.git
4923S: Maintained
4924F: drivers/media/dvb-frontends/hd29l2*
4925
4926HEWLETT-PACKARD SMART2 RAID DRIVER
4927L: iss_storagedev@hp.com
4928S: Orphan
4929F: Documentation/blockdev/cpqarray.txt
4930F: drivers/block/cpqarray.*
4931
4932HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4933M: Don Brace <don.brace@pmcs.com>
4934L: iss_storagedev@hp.com
4935L: storagedev@pmcs.com
4936L: linux-scsi@vger.kernel.org
4937S: Supported
4938F: Documentation/scsi/hpsa.txt
4939F: drivers/scsi/hpsa*.[ch]
4940F: include/linux/cciss*.h
4941F: include/uapi/linux/cciss*.h
4942
4943HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4944M: Don Brace <don.brace@pmcs.com>
4945L: iss_storagedev@hp.com
4946L: storagedev@pmcs.com
4947L: linux-scsi@vger.kernel.org
4948S: Supported
4949F: Documentation/blockdev/cciss.txt
4950F: drivers/block/cciss*
4951F: include/linux/cciss_ioctl.h
4952F: include/uapi/linux/cciss_ioctl.h
4953
4954HFS FILESYSTEM
4955L: linux-fsdevel@vger.kernel.org
4956S: Orphan
4957F: Documentation/filesystems/hfs.txt
4958F: fs/hfs/
4959
4960HFSPLUS FILESYSTEM
4961L: linux-fsdevel@vger.kernel.org
4962S: Orphan
4963F: Documentation/filesystems/hfsplus.txt
4964F: fs/hfsplus/
4965
4966HGA FRAMEBUFFER DRIVER
4967M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4968L: linux-nvidia@lists.surfsouth.com
4969W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4970S: Maintained
4971F: drivers/video/fbdev/hgafb.c
4972
4973HIBERNATION (aka Software Suspend, aka swsusp)
4974M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4975M: Pavel Machek <pavel@ucw.cz>
4976L: linux-pm@vger.kernel.org
4977S: Supported
4978F: arch/x86/power/
4979F: drivers/base/power/
4980F: kernel/power/
4981F: include/linux/suspend.h
4982F: include/linux/freezer.h
4983F: include/linux/pm.h
4984F: arch/*/include/asm/suspend*.h
4985
4986HID CORE LAYER
4987M: Jiri Kosina <jikos@kernel.org>
4988L: linux-input@vger.kernel.org
4989T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4990S: Maintained
4991F: drivers/hid/
4992F: include/linux/hid*
4993F: include/uapi/linux/hid*
4994
4995HID SENSOR HUB DRIVERS
4996M: Jiri Kosina <jikos@kernel.org>
4997M: Jonathan Cameron <jic23@kernel.org>
4998M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4999L: linux-input@vger.kernel.org
5000L: linux-iio@vger.kernel.org
5001S: Maintained
5002F: Documentation/hid/hid-sensor*
5003F: drivers/hid/hid-sensor-*
5004F: drivers/iio/*/hid-*
5005F: include/linux/hid-sensor-*
5006
5007HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5008M: Thomas Gleixner <tglx@linutronix.de>
5009L: linux-kernel@vger.kernel.org
5010T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5011S: Maintained
5012F: Documentation/timers/
5013F: kernel/time/hrtimer.c
5014F: kernel/time/clockevents.c
5015F: kernel/time/tick*.*
5016F: kernel/time/timer_*.c
5017F: include/linux/clockchips.h
5018F: include/linux/hrtimer.h
5019
5020HIGH-SPEED SCC DRIVER FOR AX.25
5021L: linux-hams@vger.kernel.org
5022S: Orphan
5023F: drivers/net/hamradio/dmascc.c
5024F: drivers/net/hamradio/scc.c
5025
5026HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5027M: HighPoint Linux Team <linux@highpoint-tech.com>
5028W: http://www.highpoint-tech.com
5029S: Supported
5030F: Documentation/scsi/hptiop.txt
5031F: drivers/scsi/hptiop.c
5032
5033HIPPI
5034M: Jes Sorensen <jes@trained-monkey.org>
5035L: linux-hippi@sunsite.dk
5036S: Maintained
5037F: include/linux/hippidevice.h
5038F: include/uapi/linux/if_hippi.h
5039F: net/802/hippi.c
5040F: drivers/net/hippi/
5041
5042HOST AP DRIVER
5043M: Jouni Malinen <j@w1.fi>
5044L: hostap@shmoo.com (subscribers-only)
5045L: linux-wireless@vger.kernel.org
5046W: http://hostap.epitest.fi/
5047S: Maintained
5048F: drivers/net/wireless/hostap/
5049
5050HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5051L: platform-driver-x86@vger.kernel.org
5052S: Orphan
5053F: drivers/platform/x86/tc1100-wmi.c
5054
5055HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5056M: Jaroslav Kysela <perex@perex.cz>
5057S: Maintained
5058F: drivers/net/ethernet/hp/hp100.*
5059
5060HPET: High Precision Event Timers driver
5061M: Clemens Ladisch <clemens@ladisch.de>
5062S: Maintained
5063F: Documentation/timers/hpet.txt
5064F: drivers/char/hpet.c
5065F: include/linux/hpet.h
5066F: include/uapi/linux/hpet.h
5067
5068HPET: x86
5069S: Orphan
5070F: arch/x86/kernel/hpet.c
5071F: arch/x86/include/asm/hpet.h
5072
5073HPFS FILESYSTEM
5074M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5075W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5076S: Maintained
5077F: fs/hpfs/
5078
5079HSI SUBSYSTEM
5080M: Sebastian Reichel <sre@kernel.org>
5081T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5082S: Maintained
5083F: Documentation/ABI/testing/sysfs-bus-hsi
5084F: Documentation/hsi.txt
5085F: drivers/hsi/
5086F: include/linux/hsi/
5087F: include/uapi/linux/hsi/
5088
5089HSO 3G MODEM DRIVER
5090M: Jan Dumon <j.dumon@option.com>
5091W: http://www.pharscape.org
5092S: Maintained
5093F: drivers/net/usb/hso.c
5094
5095HSR NETWORK PROTOCOL
5096M: Arvid Brodin <arvid.brodin@alten.se>
5097L: netdev@vger.kernel.org
5098S: Maintained
5099F: net/hsr/
5100
5101HTCPEN TOUCHSCREEN DRIVER
5102M: Pau Oliva Fora <pof@eslack.org>
5103L: linux-input@vger.kernel.org
5104S: Maintained
5105F: drivers/input/touchscreen/htcpen.c
5106
5107HUGETLB FILESYSTEM
5108M: Nadia Yvette Chambers <nyc@holomorphy.com>
5109S: Maintained
5110F: fs/hugetlbfs/
5111
5112Hyper-V CORE AND DRIVERS
5113M: "K. Y. Srinivasan" <kys@microsoft.com>
5114M: Haiyang Zhang <haiyangz@microsoft.com>
5115L: devel@linuxdriverproject.org
5116S: Maintained
5117F: arch/x86/include/asm/mshyperv.h
5118F: arch/x86/include/uapi/asm/hyperv.h
5119F: arch/x86/kernel/cpu/mshyperv.c
5120F: drivers/hid/hid-hyperv.c
5121F: drivers/hv/
5122F: drivers/input/serio/hyperv-keyboard.c
5123F: drivers/net/hyperv/
5124F: drivers/scsi/storvsc_drv.c
5125F: drivers/video/fbdev/hyperv_fb.c
5126F: include/linux/hyperv.h
5127F: tools/hv/
5128F: Documentation/ABI/stable/sysfs-bus-vmbus
5129
5130I2C OVER PARALLEL PORT
5131M: Jean Delvare <jdelvare@suse.com>
5132L: linux-i2c@vger.kernel.org
5133S: Maintained
5134F: Documentation/i2c/busses/i2c-parport
5135F: Documentation/i2c/busses/i2c-parport-light
5136F: drivers/i2c/busses/i2c-parport.c
5137F: drivers/i2c/busses/i2c-parport-light.c
5138
5139I2C/SMBUS CONTROLLER DRIVERS FOR PC
5140M: Jean Delvare <jdelvare@suse.com>
5141L: linux-i2c@vger.kernel.org
5142S: Maintained
5143F: Documentation/i2c/busses/i2c-ali1535
5144F: Documentation/i2c/busses/i2c-ali1563
5145F: Documentation/i2c/busses/i2c-ali15x3
5146F: Documentation/i2c/busses/i2c-amd756
5147F: Documentation/i2c/busses/i2c-amd8111
5148F: Documentation/i2c/busses/i2c-i801
5149F: Documentation/i2c/busses/i2c-nforce2
5150F: Documentation/i2c/busses/i2c-piix4
5151F: Documentation/i2c/busses/i2c-sis5595
5152F: Documentation/i2c/busses/i2c-sis630
5153F: Documentation/i2c/busses/i2c-sis96x
5154F: Documentation/i2c/busses/i2c-via
5155F: Documentation/i2c/busses/i2c-viapro
5156F: drivers/i2c/busses/i2c-ali1535.c
5157F: drivers/i2c/busses/i2c-ali1563.c
5158F: drivers/i2c/busses/i2c-ali15x3.c
5159F: drivers/i2c/busses/i2c-amd756.c
5160F: drivers/i2c/busses/i2c-amd756-s4882.c
5161F: drivers/i2c/busses/i2c-amd8111.c
5162F: drivers/i2c/busses/i2c-i801.c
5163F: drivers/i2c/busses/i2c-isch.c
5164F: drivers/i2c/busses/i2c-nforce2.c
5165F: drivers/i2c/busses/i2c-nforce2-s4985.c
5166F: drivers/i2c/busses/i2c-piix4.c
5167F: drivers/i2c/busses/i2c-sis5595.c
5168F: drivers/i2c/busses/i2c-sis630.c
5169F: drivers/i2c/busses/i2c-sis96x.c
5170F: drivers/i2c/busses/i2c-via.c
5171F: drivers/i2c/busses/i2c-viapro.c
5172
5173I2C/SMBUS ISMT DRIVER
5174M: Seth Heasley <seth.heasley@intel.com>
5175M: Neil Horman <nhorman@tuxdriver.com>
5176L: linux-i2c@vger.kernel.org
5177F: drivers/i2c/busses/i2c-ismt.c
5178F: Documentation/i2c/busses/i2c-ismt
5179
5180I2C/SMBUS STUB DRIVER
5181M: Jean Delvare <jdelvare@suse.com>
5182L: linux-i2c@vger.kernel.org
5183S: Maintained
5184F: drivers/i2c/i2c-stub.c
5185
5186I2C SUBSYSTEM
5187M: Wolfram Sang <wsa@the-dreams.de>
5188L: linux-i2c@vger.kernel.org
5189W: https://i2c.wiki.kernel.org/
5190Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5191T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5192S: Maintained
5193F: Documentation/devicetree/bindings/i2c/
5194F: Documentation/i2c/
5195F: drivers/i2c/
5196F: drivers/i2c/*/
5197F: include/linux/i2c.h
5198F: include/linux/i2c-*.h
5199F: include/uapi/linux/i2c.h
5200F: include/uapi/linux/i2c-*.h
5201
5202I2C ACPI SUPPORT
5203M: Mika Westerberg <mika.westerberg@linux.intel.com>
5204L: linux-i2c@vger.kernel.org
5205L: linux-acpi@vger.kernel.org
5206S: Maintained
5207
5208I2C-TAOS-EVM DRIVER
5209M: Jean Delvare <jdelvare@suse.com>
5210L: linux-i2c@vger.kernel.org
5211S: Maintained
5212F: Documentation/i2c/busses/i2c-taos-evm
5213F: drivers/i2c/busses/i2c-taos-evm.c
5214
5215I2C-TINY-USB DRIVER
5216M: Till Harbaum <till@harbaum.org>
5217L: linux-i2c@vger.kernel.org
5218W: http://www.harbaum.org/till/i2c_tiny_usb
5219S: Maintained
5220F: drivers/i2c/busses/i2c-tiny-usb.c
5221
5222i386 BOOT CODE
5223M: "H. Peter Anvin" <hpa@zytor.com>
5224S: Maintained
5225F: arch/x86/boot/
5226
5227i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5228M: "H. Peter Anvin" <hpa@zytor.com>
5229T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5230S: Maintained
5231
5232IA64 (Itanium) PLATFORM
5233M: Tony Luck <tony.luck@intel.com>
5234M: Fenghua Yu <fenghua.yu@intel.com>
5235L: linux-ia64@vger.kernel.org
5236T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5237S: Maintained
5238F: arch/ia64/
5239
5240IBM Power VMX Cryptographic instructions
5241M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5242M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5243L: linux-crypto@vger.kernel.org
5244S: Supported
5245F: drivers/crypto/vmx/Makefile
5246F: drivers/crypto/vmx/Kconfig
5247F: drivers/crypto/vmx/vmx.c
5248F: drivers/crypto/vmx/aes*
5249F: drivers/crypto/vmx/ghash*
5250F: drivers/crypto/vmx/ppc-xlate.pl
5251
5252IBM Power in-Nest Crypto Acceleration
5253M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5254M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5255L: linux-crypto@vger.kernel.org
5256S: Supported
5257F: drivers/crypto/nx/Makefile
5258F: drivers/crypto/nx/Kconfig
5259F: drivers/crypto/nx/nx-aes*
5260F: drivers/crypto/nx/nx-sha*
5261F: drivers/crypto/nx/nx.*
5262F: drivers/crypto/nx/nx_csbcpb.h
5263F: drivers/crypto/nx/nx_debugfs.h
5264
5265IBM Power 842 compression accelerator
5266M: Dan Streetman <ddstreet@ieee.org>
5267S: Supported
5268F: drivers/crypto/nx/Makefile
5269F: drivers/crypto/nx/Kconfig
5270F: drivers/crypto/nx/nx-842*
5271F: include/linux/sw842.h
5272F: crypto/842.c
5273F: lib/842/
5274
5275IBM Power Linux RAID adapter
5276M: Brian King <brking@us.ibm.com>
5277S: Supported
5278F: drivers/scsi/ipr.*
5279
5280IBM Power Virtual Ethernet Device Driver
5281M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5282L: netdev@vger.kernel.org
5283S: Supported
5284F: drivers/net/ethernet/ibm/ibmveth.*
5285
5286IBM Power Virtual SCSI Device Drivers
5287M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5288L: linux-scsi@vger.kernel.org
5289S: Supported
5290F: drivers/scsi/ibmvscsi/ibmvscsi*
5291F: drivers/scsi/ibmvscsi/viosrp.h
5292
5293IBM Power Virtual FC Device Drivers
5294M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5295L: linux-scsi@vger.kernel.org
5296S: Supported
5297F: drivers/scsi/ibmvscsi/ibmvfc*
5298
5299IBM ServeRAID RAID DRIVER
5300S: Orphan
5301F: drivers/scsi/ips.*
5302
5303ICH LPC AND GPIO DRIVER
5304M: Peter Tyser <ptyser@xes-inc.com>
5305S: Maintained
5306F: drivers/mfd/lpc_ich.c
5307F: drivers/gpio/gpio-ich.c
5308
5309IDE SUBSYSTEM
5310M: "David S. Miller" <davem@davemloft.net>
5311L: linux-ide@vger.kernel.org
5312Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5313T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5314S: Maintained
5315F: Documentation/ide/
5316F: drivers/ide/
5317F: include/linux/ide.h
5318
5319IDEAPAD LAPTOP EXTRAS DRIVER
5320M: Ike Panhc <ike.pan@canonical.com>
5321L: platform-driver-x86@vger.kernel.org
5322W: http://launchpad.net/ideapad-laptop
5323S: Maintained
5324F: drivers/platform/x86/ideapad-laptop.c
5325
5326IDEAPAD LAPTOP SLIDEBAR DRIVER
5327M: Andrey Moiseev <o2g.org.ru@gmail.com>
5328L: linux-input@vger.kernel.org
5329W: https://github.com/o2genum/ideapad-slidebar
5330S: Maintained
5331F: drivers/input/misc/ideapad_slidebar.c
5332
5333IDE/ATAPI DRIVERS
5334M: Borislav Petkov <bp@alien8.de>
5335L: linux-ide@vger.kernel.org
5336S: Maintained
5337F: Documentation/cdrom/ide-cd
5338F: drivers/ide/ide-cd*
5339
5340IDLE-I7300
5341M: Andy Henroid <andrew.d.henroid@intel.com>
5342L: linux-pm@vger.kernel.org
5343S: Supported
5344F: drivers/idle/i7300_idle.c
5345
5346IEEE 802.15.4 SUBSYSTEM
5347M: Alexander Aring <alex.aring@gmail.com>
5348L: linux-wpan@vger.kernel.org
5349W: https://github.com/linux-wpan
5350T: git git://github.com/linux-wpan/linux-wpan-next.git
5351S: Maintained
5352F: net/ieee802154/
5353F: net/mac802154/
5354F: drivers/net/ieee802154/
5355F: include/linux/nl802154.h
5356F: include/linux/ieee802154.h
5357F: include/net/nl802154.h
5358F: include/net/mac802154.h
5359F: include/net/af_ieee802154.h
5360F: include/net/cfg802154.h
5361F: include/net/ieee802154_netdev.h
5362F: Documentation/networking/ieee802154.txt
5363
5364IGORPLUG-USB IR RECEIVER
5365M: Sean Young <sean@mess.org>
5366L: linux-media@vger.kernel.org
5367S: Maintained
5368F: drivers/media/rc/igorplugusb.c
5369
5370IGUANAWORKS USB IR TRANSCEIVER
5371M: Sean Young <sean@mess.org>
5372L: linux-media@vger.kernel.org
5373S: Maintained
5374F: drivers/media/rc/iguanair.c
5375
5376IIO SUBSYSTEM AND DRIVERS
5377M: Jonathan Cameron <jic23@kernel.org>
5378R: Hartmut Knaack <knaack.h@gmx.de>
5379R: Lars-Peter Clausen <lars@metafoo.de>
5380R: Peter Meerwald <pmeerw@pmeerw.net>
5381L: linux-iio@vger.kernel.org
5382S: Maintained
5383F: drivers/iio/
5384F: drivers/staging/iio/
5385F: include/linux/iio/
5386F: tools/iio/
5387
5388IKANOS/ADI EAGLE ADSL USB DRIVER
5389M: Matthieu Castet <castet.matthieu@free.fr>
5390M: Stanislaw Gruszka <stf_xl@wp.pl>
5391S: Maintained
5392F: drivers/usb/atm/ueagle-atm.c
5393
5394INA209 HARDWARE MONITOR DRIVER
5395M: Guenter Roeck <linux@roeck-us.net>
5396L: lm-sensors@lm-sensors.org
5397S: Maintained
5398F: Documentation/hwmon/ina209
5399F: Documentation/devicetree/bindings/i2c/ina209.txt
5400F: drivers/hwmon/ina209.c
5401
5402INA2XX HARDWARE MONITOR DRIVER
5403M: Guenter Roeck <linux@roeck-us.net>
5404L: lm-sensors@lm-sensors.org
5405S: Maintained
5406F: Documentation/hwmon/ina2xx
5407F: drivers/hwmon/ina2xx.c
5408F: include/linux/platform_data/ina2xx.h
5409
5410INDUSTRY PACK SUBSYSTEM (IPACK)
5411M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5412M: Jens Taprogge <jens.taprogge@taprogge.org>
5413M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5414L: industrypack-devel@lists.sourceforge.net
5415W: http://industrypack.sourceforge.net
5416S: Maintained
5417F: drivers/ipack/
5418
5419INGENIC JZ4780 DMA Driver
5420M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5421S: Maintained
5422F: drivers/dma/dma-jz4780.c
5423
5424INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5425M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5426M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5427L: linux-ima-devel@lists.sourceforge.net
5428L: linux-ima-user@lists.sourceforge.net
5429L: linux-security-module@vger.kernel.org
5430S: Supported
5431F: security/integrity/ima/
5432
5433IMGTEC IR DECODER DRIVER
5434M: James Hogan <james.hogan@imgtec.com>
5435S: Maintained
5436F: drivers/media/rc/img-ir/
5437
5438IMS TWINTURBO FRAMEBUFFER DRIVER
5439L: linux-fbdev@vger.kernel.org
5440S: Orphan
5441F: drivers/video/fbdev/imsttfb.c
5442
5443INFINIBAND SUBSYSTEM
5444M: Doug Ledford <dledford@redhat.com>
5445M: Sean Hefty <sean.hefty@intel.com>
5446M: Hal Rosenstock <hal.rosenstock@gmail.com>
5447L: linux-rdma@vger.kernel.org
5448W: http://www.openfabrics.org/
5449Q: http://patchwork.kernel.org/project/linux-rdma/list/
5450T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5451S: Supported
5452F: Documentation/infiniband/
5453F: drivers/infiniband/
5454F: drivers/staging/rdma/
5455F: include/uapi/linux/if_infiniband.h
5456F: include/uapi/rdma/
5457F: include/rdma/
5458
5459INOTIFY
5460M: John McCutchan <john@johnmccutchan.com>
5461M: Robert Love <rlove@rlove.org>
5462M: Eric Paris <eparis@parisplace.org>
5463S: Maintained
5464F: Documentation/filesystems/inotify.txt
5465F: fs/notify/inotify/
5466F: include/linux/inotify.h
5467F: include/uapi/linux/inotify.h
5468
5469INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5470M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
5471L: linux-input@vger.kernel.org
5472Q: http://patchwork.kernel.org/project/linux-input/list/
5473T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5474S: Maintained
5475F: drivers/input/
5476F: include/linux/input.h
5477F: include/uapi/linux/input.h
5478F: include/linux/input/
5479
5480INPUT MULTITOUCH (MT) PROTOCOL
5481M: Henrik Rydberg <rydberg@bitmath.org>
5482L: linux-input@vger.kernel.org
5483S: Odd fixes
5484F: Documentation/input/multi-touch-protocol.txt
5485F: drivers/input/input-mt.c
5486K: \b(ABS|SYN)_MT_
5487
5488INTEL ASoC BDW/HSW DRIVERS
5489M: Jie Yang <yang.jie@linux.intel.com>
5490L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5491S: Supported
5492F: sound/soc/intel/common/sst-dsp*
5493F: sound/soc/intel/common/sst-firmware.c
5494F: sound/soc/intel/boards/broadwell.c
5495F: sound/soc/intel/haswell/
5496
5497INTEL C600 SERIES SAS CONTROLLER DRIVER
5498M: Intel SCU Linux support <intel-linux-scu@intel.com>
5499M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5500L: linux-scsi@vger.kernel.org
5501T: git git://git.code.sf.net/p/intel-sas/isci
5502S: Supported
5503F: drivers/scsi/isci/
5504
5505INTEL IDLE DRIVER
5506M: Len Brown <lenb@kernel.org>
5507L: linux-pm@vger.kernel.org
5508T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5509S: Supported
5510F: drivers/idle/intel_idle.c
5511
5512INTEL PSTATE DRIVER
5513M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5514M: Len Brown <lenb@kernel.org>
5515L: linux-pm@vger.kernel.org
5516S: Supported
5517F: drivers/cpufreq/intel_pstate.c
5518
5519INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5520M: Maik Broemme <mbroemme@plusserver.de>
5521L: linux-fbdev@vger.kernel.org
5522S: Maintained
5523F: Documentation/fb/intelfb.txt
5524F: drivers/video/fbdev/intelfb/
5525
5526INTEL 810/815 FRAMEBUFFER DRIVER
5527M: Antonino Daplas <adaplas@gmail.com>
5528L: linux-fbdev@vger.kernel.org
5529S: Maintained
5530F: drivers/video/fbdev/i810/
5531
5532INTEL MENLOW THERMAL DRIVER
5533M: Sujith Thomas <sujith.thomas@intel.com>
5534L: platform-driver-x86@vger.kernel.org
5535W: https://01.org/linux-acpi
5536S: Supported
5537F: drivers/platform/x86/intel_menlow.c
5538
5539INTEL I/OAT DMA DRIVER
5540M: Dave Jiang <dave.jiang@intel.com>
5541R: Dan Williams <dan.j.williams@intel.com>
5542L: dmaengine@vger.kernel.org
5543Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5544S: Supported
5545F: drivers/dma/ioat*
5546
5547INTEL IOMMU (VT-d)
5548M: David Woodhouse <dwmw2@infradead.org>
5549L: iommu@lists.linux-foundation.org
5550T: git git://git.infradead.org/iommu-2.6.git
5551S: Supported
5552F: drivers/iommu/intel-iommu.c
5553F: include/linux/intel-iommu.h
5554
5555INTEL IOP-ADMA DMA DRIVER
5556R: Dan Williams <dan.j.williams@intel.com>
5557S: Odd fixes
5558F: drivers/dma/iop-adma.c
5559
5560INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5561M: Krzysztof Halasa <khalasa@piap.pl>
5562S: Maintained
5563F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5564F: arch/arm/mach-ixp4xx/include/mach/npe.h
5565F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5566F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5567F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5568F: drivers/net/wan/ixp4xx_hss.c
5569
5570INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5571M: Deepak Saxena <dsaxena@plexity.net>
5572S: Maintained
5573F: drivers/char/hw_random/ixp4xx-rng.c
5574
5575INTEL ETHERNET DRIVERS
5576M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5577R: Jesse Brandeburg <jesse.brandeburg@intel.com>
5578R: Shannon Nelson <shannon.nelson@intel.com>
5579R: Carolyn Wyborny <carolyn.wyborny@intel.com>
5580R: Don Skidmore <donald.c.skidmore@intel.com>
5581R: Bruce Allan <bruce.w.allan@intel.com>
5582R: John Ronciak <john.ronciak@intel.com>
5583R: Mitch Williams <mitch.a.williams@intel.com>
5584L: intel-wired-lan@lists.osuosl.org
5585W: http://www.intel.com/support/feedback.htm
5586W: http://e1000.sourceforge.net/
5587Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5588T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5589T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5590S: Supported
5591F: Documentation/networking/e100.txt
5592F: Documentation/networking/e1000.txt
5593F: Documentation/networking/e1000e.txt
5594F: Documentation/networking/igb.txt
5595F: Documentation/networking/igbvf.txt
5596F: Documentation/networking/ixgb.txt
5597F: Documentation/networking/ixgbe.txt
5598F: Documentation/networking/ixgbevf.txt
5599F: Documentation/networking/i40e.txt
5600F: Documentation/networking/i40evf.txt
5601F: drivers/net/ethernet/intel/
5602F: drivers/net/ethernet/intel/*/
5603
5604INTEL-MID GPIO DRIVER
5605M: David Cohen <david.a.cohen@linux.intel.com>
5606L: linux-gpio@vger.kernel.org
5607S: Maintained
5608F: drivers/gpio/gpio-intel-mid.c
5609
5610INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5611M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5612L: linux-wireless@vger.kernel.org
5613S: Maintained
5614F: Documentation/networking/README.ipw2100
5615F: Documentation/networking/README.ipw2200
5616F: drivers/net/wireless/ipw2x00/
5617
5618INTEL(R) TRACE HUB
5619M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5620S: Supported
5621F: Documentation/trace/intel_th.txt
5622F: drivers/hwtracing/intel_th/
5623
5624INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5625M: Richard L Maliszewski <richard.l.maliszewski@intel.com>
5626M: Gang Wei <gang.wei@intel.com>
5627M: Shane Wang <shane.wang@intel.com>
5628L: tboot-devel@lists.sourceforge.net
5629W: http://tboot.sourceforge.net
5630T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5631S: Supported
5632F: Documentation/intel_txt.txt
5633F: include/linux/tboot.h
5634F: arch/x86/kernel/tboot.c
5635
5636INTEL WIRELESS WIMAX CONNECTION 2400
5637M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5638M: linux-wimax@intel.com
5639L: wimax@linuxwimax.org (subscribers-only)
5640S: Supported
5641W: http://linuxwimax.org
5642F: Documentation/wimax/README.i2400m
5643F: drivers/net/wimax/i2400m/
5644F: include/uapi/linux/wimax/i2400m.h
5645
5646INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5647M: Stanislaw Gruszka <sgruszka@redhat.com>
5648L: linux-wireless@vger.kernel.org
5649S: Supported
5650F: drivers/net/wireless/iwlegacy/
5651
5652INTEL WIRELESS WIFI LINK (iwlwifi)
5653M: Johannes Berg <johannes.berg@intel.com>
5654M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5655M: Intel Linux Wireless <linuxwifi@intel.com>
5656L: linux-wireless@vger.kernel.org
5657W: http://intellinuxwireless.org
5658T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5659S: Supported
5660F: drivers/net/wireless/iwlwifi/
5661
5662INTEL MANAGEMENT ENGINE (mei)
5663M: Tomas Winkler <tomas.winkler@intel.com>
5664L: linux-kernel@vger.kernel.org
5665S: Supported
5666F: include/uapi/linux/mei.h
5667F: include/linux/mei_cl_bus.h
5668F: drivers/misc/mei/*
5669F: Documentation/misc-devices/mei/*
5670
5671INTEL MIC DRIVERS (mic)
5672M: Sudeep Dutt <sudeep.dutt@intel.com>
5673M: Ashutosh Dixit <ashutosh.dixit@intel.com>
5674S: Supported
5675W: https://github.com/sudeepdutt/mic
5676W: http://software.intel.com/en-us/mic-developer
5677F: include/linux/mic_bus.h
5678F: include/linux/scif.h
5679F: include/uapi/linux/mic_common.h
5680F: include/uapi/linux/mic_ioctl.h
5681F include/uapi/linux/scif_ioctl.h
5682F: drivers/misc/mic/
5683F: drivers/dma/mic_x100_dma.c
5684F: drivers/dma/mic_x100_dma.h
5685F Documentation/mic/
5686
5687INTEL PMC IPC DRIVER
5688M: Zha Qipeng<qipeng.zha@intel.com>
5689L: platform-driver-x86@vger.kernel.org
5690S: Maintained
5691F: drivers/platform/x86/intel_pmc_ipc.c
5692F: arch/x86/include/asm/intel_pmc_ipc.h
5693
5694IOC3 ETHERNET DRIVER
5695M: Ralf Baechle <ralf@linux-mips.org>
5696L: linux-mips@linux-mips.org
5697S: Maintained
5698F: drivers/net/ethernet/sgi/ioc3-eth.c
5699
5700IOC3 SERIAL DRIVER
5701M: Pat Gefre <pfg@sgi.com>
5702L: linux-serial@vger.kernel.org
5703S: Maintained
5704F: drivers/tty/serial/ioc3_serial.c
5705
5706IOMMU DRIVERS
5707M: Joerg Roedel <joro@8bytes.org>
5708L: iommu@lists.linux-foundation.org
5709T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5710S: Maintained
5711F: drivers/iommu/
5712
5713IP MASQUERADING
5714M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5715S: Maintained
5716F: net/ipv4/netfilter/ipt_MASQUERADE.c
5717
5718IPATH DRIVER
5719M: Mike Marciniszyn <infinipath@intel.com>
5720L: linux-rdma@vger.kernel.org
5721S: Maintained
5722F: drivers/staging/rdma/ipath/
5723
5724IPMI SUBSYSTEM
5725M: Corey Minyard <minyard@acm.org>
5726L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5727W: http://openipmi.sourceforge.net/
5728S: Supported
5729F: Documentation/IPMI.txt
5730F: drivers/char/ipmi/
5731F: include/linux/ipmi*
5732F: include/uapi/linux/ipmi*
5733
5734QCOM AUDIO (ASoC) DRIVERS
5735M: Patrick Lai <plai@codeaurora.org>
5736M: Banajit Goswami <bgoswami@codeaurora.org>
5737L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5738S: Supported
5739F: sound/soc/qcom/
5740
5741IPS SCSI RAID DRIVER
5742M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5743L: linux-scsi@vger.kernel.org
5744W: http://www.adaptec.com/
5745S: Maintained
5746F: drivers/scsi/ips*
5747
5748IPVS
5749M: Wensong Zhang <wensong@linux-vs.org>
5750M: Simon Horman <horms@verge.net.au>
5751M: Julian Anastasov <ja@ssi.bg>
5752L: netdev@vger.kernel.org
5753L: lvs-devel@vger.kernel.org
5754S: Maintained
5755F: Documentation/networking/ipvs-sysctl.txt
5756F: include/net/ip_vs.h
5757F: include/uapi/linux/ip_vs.h
5758F: net/netfilter/ipvs/
5759
5760IPWIRELESS DRIVER
5761M: Jiri Kosina <jikos@kernel.org>
5762M: David Sterba <dsterba@suse.com>
5763S: Odd Fixes
5764F: drivers/tty/ipwireless/
5765
5766IPX NETWORK LAYER
5767M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5768L: netdev@vger.kernel.org
5769S: Maintained
5770F: include/net/ipx.h
5771F: include/uapi/linux/ipx.h
5772F: net/ipx/
5773
5774IRDA SUBSYSTEM
5775M: Samuel Ortiz <samuel@sortiz.org>
5776L: irda-users@lists.sourceforge.net (subscribers-only)
5777L: netdev@vger.kernel.org
5778W: http://irda.sourceforge.net/
5779S: Maintained
5780T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5781F: Documentation/networking/irda.txt
5782F: drivers/net/irda/
5783F: include/net/irda/
5784F: net/irda/
5785
5786IRQ SUBSYSTEM
5787M: Thomas Gleixner <tglx@linutronix.de>
5788L: linux-kernel@vger.kernel.org
5789S: Maintained
5790T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5791F: kernel/irq/
5792
5793IRQCHIP DRIVERS
5794M: Thomas Gleixner <tglx@linutronix.de>
5795M: Jason Cooper <jason@lakedaemon.net>
5796M: Marc Zyngier <marc.zyngier@arm.com>
5797L: linux-kernel@vger.kernel.org
5798S: Maintained
5799T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5800T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5801F: Documentation/devicetree/bindings/interrupt-controller/
5802F: drivers/irqchip/
5803
5804IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5805M: Jiang Liu <jiang.liu@linux.intel.com>
5806M: Marc Zyngier <marc.zyngier@arm.com>
5807S: Maintained
5808T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5809F: Documentation/IRQ-domain.txt
5810F: include/linux/irqdomain.h
5811F: kernel/irq/irqdomain.c
5812F: kernel/irq/msi.c
5813
5814ISAPNP
5815M: Jaroslav Kysela <perex@perex.cz>
5816S: Maintained
5817F: Documentation/isapnp.txt
5818F: drivers/pnp/isapnp/
5819F: include/linux/isapnp.h
5820
5821ISA RADIO MODULE
5822M: Hans Verkuil <hverkuil@xs4all.nl>
5823L: linux-media@vger.kernel.org
5824T: git git://linuxtv.org/media_tree.git
5825W: http://linuxtv.org
5826S: Maintained
5827F: drivers/media/radio/radio-isa*
5828
5829iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5830M: Peter Jones <pjones@redhat.com>
5831M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5832S: Maintained
5833F: drivers/firmware/iscsi_ibft*
5834
5835ISCSI
5836M: Mike Christie <michaelc@cs.wisc.edu>
5837L: open-iscsi@googlegroups.com
5838W: www.open-iscsi.org
5839T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5840S: Maintained
5841F: drivers/scsi/*iscsi*
5842F: include/scsi/*iscsi*
5843
5844ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5845M: Or Gerlitz <ogerlitz@mellanox.com>
5846M: Sagi Grimberg <sagig@mellanox.com>
5847M: Roi Dayan <roid@mellanox.com>
5848L: linux-rdma@vger.kernel.org
5849S: Supported
5850W: http://www.openfabrics.org
5851W: www.open-iscsi.org
5852Q: http://patchwork.kernel.org/project/linux-rdma/list/
5853F: drivers/infiniband/ulp/iser/
5854
5855ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5856M: Sagi Grimberg <sagig@mellanox.com>
5857T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5858L: linux-rdma@vger.kernel.org
5859L: target-devel@vger.kernel.org
5860S: Supported
5861W: http://www.linux-iscsi.org
5862F: drivers/infiniband/ulp/isert
5863
5864ISDN SUBSYSTEM
5865M: Karsten Keil <isdn@linux-pingi.de>
5866L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5867L: netdev@vger.kernel.org
5868W: http://www.isdn4linux.de
5869T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5870S: Maintained
5871F: Documentation/isdn/
5872F: drivers/isdn/
5873F: include/linux/isdn.h
5874F: include/linux/isdn/
5875F: include/uapi/linux/isdn.h
5876F: include/uapi/linux/isdn/
5877
5878ISDN SUBSYSTEM (Eicon active card driver)
5879M: Armin Schindler <mac@melware.de>
5880L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5881W: http://www.melware.de
5882S: Maintained
5883F: drivers/isdn/hardware/eicon/
5884
5885IT87 HARDWARE MONITORING DRIVER
5886M: Jean Delvare <jdelvare@suse.com>
5887L: lm-sensors@lm-sensors.org
5888S: Maintained
5889F: Documentation/hwmon/it87
5890F: drivers/hwmon/it87.c
5891
5892IT913X MEDIA DRIVER
5893M: Antti Palosaari <crope@iki.fi>
5894L: linux-media@vger.kernel.org
5895W: http://linuxtv.org/
5896W: http://palosaari.fi/linux/
5897Q: http://patchwork.linuxtv.org/project/linux-media/list/
5898T: git git://linuxtv.org/anttip/media_tree.git
5899S: Maintained
5900F: drivers/media/tuners/it913x*
5901
5902IVTV VIDEO4LINUX DRIVER
5903M: Andy Walls <awalls@md.metrocast.net>
5904L: ivtv-devel@ivtvdriver.org (subscribers-only)
5905L: linux-media@vger.kernel.org
5906T: git git://linuxtv.org/media_tree.git
5907W: http://www.ivtvdriver.org
5908S: Maintained
5909F: Documentation/video4linux/*.ivtv
5910F: drivers/media/pci/ivtv/
5911F: include/uapi/linux/ivtv*
5912
5913IX2505V MEDIA DRIVER
5914M: Malcolm Priestley <tvboxspy@gmail.com>
5915L: linux-media@vger.kernel.org
5916W: http://linuxtv.org/
5917Q: http://patchwork.linuxtv.org/project/linux-media/list/
5918S: Maintained
5919F: drivers/media/dvb-frontends/ix2505v*
5920
5921JC42.4 TEMPERATURE SENSOR DRIVER
5922M: Guenter Roeck <linux@roeck-us.net>
5923L: lm-sensors@lm-sensors.org
5924S: Maintained
5925F: drivers/hwmon/jc42.c
5926F: Documentation/hwmon/jc42
5927
5928JFS FILESYSTEM
5929M: Dave Kleikamp <shaggy@kernel.org>
5930L: jfs-discussion@lists.sourceforge.net
5931W: http://jfs.sourceforge.net/
5932T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5933S: Maintained
5934F: Documentation/filesystems/jfs.txt
5935F: fs/jfs/
5936
5937JME NETWORK DRIVER
5938M: Guo-Fu Tseng <cooldavid@cooldavid.org>
5939L: netdev@vger.kernel.org
5940S: Maintained
5941F: drivers/net/ethernet/jme.*
5942
5943JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5944M: David Woodhouse <dwmw2@infradead.org>
5945L: linux-mtd@lists.infradead.org
5946W: http://www.linux-mtd.infradead.org/doc/jffs2.html
5947S: Maintained
5948F: fs/jffs2/
5949F: include/uapi/linux/jffs2.h
5950
5951JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5952M: "Theodore Ts'o" <tytso@mit.edu>
5953M: Jan Kara <jack@suse.com>
5954L: linux-ext4@vger.kernel.org
5955S: Maintained
5956F: fs/jbd2/
5957F: include/linux/jbd2.h
5958
5959JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5960M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5961L: linux-media@vger.kernel.org
5962S: Maintained
5963F: drivers/media/platform/rcar_jpu.c
5964
5965JSM Neo PCI based serial card
5966M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5967L: linux-serial@vger.kernel.org
5968S: Maintained
5969F: drivers/tty/serial/jsm/
5970
5971K10TEMP HARDWARE MONITORING DRIVER
5972M: Clemens Ladisch <clemens@ladisch.de>
5973L: lm-sensors@lm-sensors.org
5974S: Maintained
5975F: Documentation/hwmon/k10temp
5976F: drivers/hwmon/k10temp.c
5977
5978K8TEMP HARDWARE MONITORING DRIVER
5979M: Rudolf Marek <r.marek@assembler.cz>
5980L: lm-sensors@lm-sensors.org
5981S: Maintained
5982F: Documentation/hwmon/k8temp
5983F: drivers/hwmon/k8temp.c
5984
5985KCONFIG
5986M: "Yann E. MORIN" <yann.morin.1998@free.fr>
5987L: linux-kbuild@vger.kernel.org
5988T: git git://gitorious.org/linux-kconfig/linux-kconfig
5989S: Maintained
5990F: Documentation/kbuild/kconfig-language.txt
5991F: scripts/kconfig/
5992
5993KDUMP
5994M: Vivek Goyal <vgoyal@redhat.com>
5995M: Haren Myneni <hbabu@us.ibm.com>
5996L: kexec@lists.infradead.org
5997W: http://lse.sourceforge.net/kdump/
5998S: Maintained
5999F: Documentation/kdump/
6000
6001KEENE FM RADIO TRANSMITTER DRIVER
6002M: Hans Verkuil <hverkuil@xs4all.nl>
6003L: linux-media@vger.kernel.org
6004T: git git://linuxtv.org/media_tree.git
6005W: http://linuxtv.org
6006S: Maintained
6007F: drivers/media/radio/radio-keene*
6008
6009KERNEL AUTOMOUNTER v4 (AUTOFS4)
6010M: Ian Kent <raven@themaw.net>
6011L: autofs@vger.kernel.org
6012S: Maintained
6013F: fs/autofs4/
6014
6015KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6016M: Michal Marek <mmarek@suse.com>
6017T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6018T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6019L: linux-kbuild@vger.kernel.org
6020S: Maintained
6021F: Documentation/kbuild/
6022F: Makefile
6023F: scripts/Makefile.*
6024F: scripts/basic/
6025F: scripts/mk*
6026F: scripts/package/
6027
6028KERNEL JANITORS
6029L: kernel-janitors@vger.kernel.org
6030W: http://kernelnewbies.org/KernelJanitors
6031S: Odd Fixes
6032
6033KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6034M: "J. Bruce Fields" <bfields@fieldses.org>
6035M: Jeff Layton <jlayton@poochiereds.net>
6036L: linux-nfs@vger.kernel.org
6037W: http://nfs.sourceforge.net/
6038S: Supported
6039F: fs/nfsd/
6040F: include/uapi/linux/nfsd/
6041F: fs/lockd/
6042F: fs/nfs_common/
6043F: net/sunrpc/
6044F: include/linux/lockd/
6045F: include/linux/sunrpc/
6046F: include/uapi/linux/sunrpc/
6047
6048KERNEL SELFTEST FRAMEWORK
6049M: Shuah Khan <shuahkh@osg.samsung.com>
6050L: linux-api@vger.kernel.org
6051T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6052S: Maintained
6053F: tools/testing/selftests
6054
6055KERNEL VIRTUAL MACHINE (KVM)
6056M: Gleb Natapov <gleb@kernel.org>
6057M: Paolo Bonzini <pbonzini@redhat.com>
6058L: kvm@vger.kernel.org
6059W: http://www.linux-kvm.org
6060T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6061S: Supported
6062F: Documentation/*/kvm*.txt
6063F: Documentation/virtual/kvm/
6064F: arch/*/kvm/
6065F: arch/x86/kernel/kvm.c
6066F: arch/x86/kernel/kvmclock.c
6067F: arch/*/include/asm/kvm*
6068F: include/linux/kvm*
6069F: include/uapi/linux/kvm*
6070F: virt/kvm/
6071
6072KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6073M: Joerg Roedel <joro@8bytes.org>
6074L: kvm@vger.kernel.org
6075W: http://www.linux-kvm.org/
6076S: Maintained
6077F: arch/x86/include/asm/svm.h
6078F: arch/x86/kvm/svm.c
6079
6080KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6081M: Alexander Graf <agraf@suse.com>
6082L: kvm-ppc@vger.kernel.org
6083W: http://www.linux-kvm.org/
6084T: git git://github.com/agraf/linux-2.6.git
6085S: Supported
6086F: arch/powerpc/include/asm/kvm*
6087F: arch/powerpc/kvm/
6088
6089KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6090M: Christian Borntraeger <borntraeger@de.ibm.com>
6091M: Cornelia Huck <cornelia.huck@de.ibm.com>
6092L: linux-s390@vger.kernel.org
6093W: http://www.ibm.com/developerworks/linux/linux390/
6094S: Supported
6095F: Documentation/s390/kvm.txt
6096F: arch/s390/include/asm/kvm*
6097F: arch/s390/kvm/
6098
6099KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6100M: Christoffer Dall <christoffer.dall@linaro.org>
6101M: Marc Zyngier <marc.zyngier@arm.com>
6102L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6103L: kvmarm@lists.cs.columbia.edu
6104W: http://systems.cs.columbia.edu/projects/kvm-arm
6105S: Supported
6106F: arch/arm/include/uapi/asm/kvm*
6107F: arch/arm/include/asm/kvm*
6108F: arch/arm/kvm/
6109F: virt/kvm/arm/
6110F: include/kvm/arm_*
6111
6112KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6113M: Christoffer Dall <christoffer.dall@linaro.org>
6114M: Marc Zyngier <marc.zyngier@arm.com>
6115L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6116L: kvmarm@lists.cs.columbia.edu
6117S: Maintained
6118F: arch/arm64/include/uapi/asm/kvm*
6119F: arch/arm64/include/asm/kvm*
6120F: arch/arm64/kvm/
6121
6122KEXEC
6123M: Eric Biederman <ebiederm@xmission.com>
6124W: http://kernel.org/pub/linux/utils/kernel/kexec/
6125L: kexec@lists.infradead.org
6126S: Maintained
6127F: include/linux/kexec.h
6128F: include/uapi/linux/kexec.h
6129F: kernel/kexec.c
6130
6131KEYS/KEYRINGS:
6132M: David Howells <dhowells@redhat.com>
6133L: keyrings@vger.kernel.org
6134S: Maintained
6135F: Documentation/security/keys.txt
6136F: include/linux/key.h
6137F: include/linux/key-type.h
6138F: include/keys/
6139F: security/keys/
6140
6141KEYS-TRUSTED
6142M: David Safford <safford@us.ibm.com>
6143M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6144L: linux-security-module@vger.kernel.org
6145L: keyrings@vger.kernel.org
6146S: Supported
6147F: Documentation/security/keys-trusted-encrypted.txt
6148F: include/keys/trusted-type.h
6149F: security/keys/trusted.c
6150F: security/keys/trusted.h
6151
6152KEYS-ENCRYPTED
6153M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6154M: David Safford <safford@us.ibm.com>
6155L: linux-security-module@vger.kernel.org
6156L: keyrings@vger.kernel.org
6157S: Supported
6158F: Documentation/security/keys-trusted-encrypted.txt
6159F: include/keys/encrypted-type.h
6160F: security/keys/encrypted-keys/
6161
6162KGDB / KDB /debug_core
6163M: Jason Wessel <jason.wessel@windriver.com>
6164W: http://kgdb.wiki.kernel.org/
6165L: kgdb-bugreport@lists.sourceforge.net
6166S: Maintained
6167F: Documentation/DocBook/kgdb.tmpl
6168F: drivers/misc/kgdbts.c
6169F: drivers/tty/serial/kgdboc.c
6170F: include/linux/kdb.h
6171F: include/linux/kgdb.h
6172F: kernel/debug/
6173
6174KMEMCHECK
6175M: Vegard Nossum <vegardno@ifi.uio.no>
6176M: Pekka Enberg <penberg@kernel.org>
6177S: Maintained
6178F: Documentation/kmemcheck.txt
6179F: arch/x86/include/asm/kmemcheck.h
6180F: arch/x86/mm/kmemcheck/
6181F: include/linux/kmemcheck.h
6182F: mm/kmemcheck.c
6183
6184KMEMLEAK
6185M: Catalin Marinas <catalin.marinas@arm.com>
6186S: Maintained
6187F: Documentation/kmemleak.txt
6188F: include/linux/kmemleak.h
6189F: mm/kmemleak.c
6190F: mm/kmemleak-test.c
6191
6192KPROBES
6193M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6194M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6195M: "David S. Miller" <davem@davemloft.net>
6196M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6197S: Maintained
6198F: Documentation/kprobes.txt
6199F: include/linux/kprobes.h
6200F: kernel/kprobes.c
6201
6202KS0108 LCD CONTROLLER DRIVER
6203M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6204W: http://miguelojeda.es/auxdisplay.htm
6205W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6206S: Maintained
6207F: Documentation/auxdisplay/ks0108
6208F: drivers/auxdisplay/ks0108.c
6209F: include/linux/ks0108.h
6210
6211L3MDEV
6212M: David Ahern <dsa@cumulusnetworks.com>
6213L: netdev@vger.kernel.org
6214S: Maintained
6215F: net/l3mdev
6216F: include/net/l3mdev.h
6217
6218LAPB module
6219L: linux-x25@vger.kernel.org
6220S: Orphan
6221F: Documentation/networking/lapb-module.txt
6222F: include/*/lapb.h
6223F: net/lapb/
6224
6225LASI 53c700 driver for PARISC
6226M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6227L: linux-scsi@vger.kernel.org
6228S: Maintained
6229F: Documentation/scsi/53c700.txt
6230F: drivers/scsi/53c700*
6231
6232LED SUBSYSTEM
6233M: Richard Purdie <rpurdie@rpsys.net>
6234M: Jacek Anaszewski <j.anaszewski@samsung.com>
6235L: linux-leds@vger.kernel.org
6236T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6237S: Maintained
6238F: drivers/leds/
6239F: include/linux/leds.h
6240
6241LEGACY EEPROM DRIVER
6242M: Jean Delvare <jdelvare@suse.com>
6243S: Maintained
6244F: Documentation/misc-devices/eeprom
6245F: drivers/misc/eeprom/eeprom.c
6246
6247LEGO USB Tower driver
6248M: Juergen Stuber <starblue@users.sourceforge.net>
6249L: legousb-devel@lists.sourceforge.net
6250W: http://legousb.sourceforge.net/
6251S: Maintained
6252F: drivers/usb/misc/legousbtower.c
6253
6254LG2160 MEDIA DRIVER
6255M: Michael Krufky <mkrufky@linuxtv.org>
6256L: linux-media@vger.kernel.org
6257W: http://linuxtv.org/
6258W: http://github.com/mkrufky
6259Q: http://patchwork.linuxtv.org/project/linux-media/list/
6260T: git git://linuxtv.org/mkrufky/tuners.git
6261S: Maintained
6262F: drivers/media/dvb-frontends/lg2160.*
6263
6264LGDT3305 MEDIA DRIVER
6265M: Michael Krufky <mkrufky@linuxtv.org>
6266L: linux-media@vger.kernel.org
6267W: http://linuxtv.org/
6268W: http://github.com/mkrufky
6269Q: http://patchwork.linuxtv.org/project/linux-media/list/
6270T: git git://linuxtv.org/mkrufky/tuners.git
6271S: Maintained
6272F: drivers/media/dvb-frontends/lgdt3305.*
6273
6274LGUEST
6275M: Rusty Russell <rusty@rustcorp.com.au>
6276L: lguest@lists.ozlabs.org
6277W: http://lguest.ozlabs.org/
6278S: Odd Fixes
6279F: arch/x86/include/asm/lguest*.h
6280F: arch/x86/lguest/
6281F: drivers/lguest/
6282F: include/linux/lguest*.h
6283F: tools/lguest/
6284
6285LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6286M: Tejun Heo <tj@kernel.org>
6287L: linux-ide@vger.kernel.org
6288T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6289S: Maintained
6290F: drivers/ata/
6291F: include/linux/ata.h
6292F: include/linux/libata.h
6293
6294LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6295M: Viresh Kumar <vireshk@kernel.org>
6296L: linux-ide@vger.kernel.org
6297T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6298S: Maintained
6299F: include/linux/pata_arasan_cf_data.h
6300F: drivers/ata/pata_arasan_cf.c
6301
6302LIBATA PATA DRIVERS
6303M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6304M: Tejun Heo <tj@kernel.org>
6305L: linux-ide@vger.kernel.org
6306T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6307S: Maintained
6308F: drivers/ata/pata_*.c
6309F: drivers/ata/ata_generic.c
6310
6311LIBATA SATA AHCI PLATFORM devices support
6312M: Hans de Goede <hdegoede@redhat.com>
6313M: Tejun Heo <tj@kernel.org>
6314L: linux-ide@vger.kernel.org
6315T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6316S: Maintained
6317F: drivers/ata/ahci_platform.c
6318F: drivers/ata/libahci_platform.c
6319F: include/linux/ahci_platform.h
6320
6321LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6322M: Mikael Pettersson <mikpelinux@gmail.com>
6323L: linux-ide@vger.kernel.org
6324T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6325S: Maintained
6326F: drivers/ata/sata_promise.*
6327
6328LIBLOCKDEP
6329M: Sasha Levin <sasha.levin@oracle.com>
6330S: Maintained
6331F: tools/lib/lockdep/
6332
6333LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6334M: Dan Williams <dan.j.williams@intel.com>
6335L: linux-nvdimm@lists.01.org
6336Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6337S: Supported
6338F: drivers/nvdimm/*
6339F: include/linux/nd.h
6340F: include/linux/libnvdimm.h
6341F: include/uapi/linux/ndctl.h
6342
6343LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6344M: Ross Zwisler <ross.zwisler@linux.intel.com>
6345L: linux-nvdimm@lists.01.org
6346Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6347S: Supported
6348F: drivers/nvdimm/blk.c
6349F: drivers/nvdimm/region_devs.c
6350F: drivers/acpi/nfit*
6351
6352LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6353M: Vishal Verma <vishal.l.verma@intel.com>
6354L: linux-nvdimm@lists.01.org
6355Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6356S: Supported
6357F: drivers/nvdimm/btt*
6358
6359LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6360M: Ross Zwisler <ross.zwisler@linux.intel.com>
6361L: linux-nvdimm@lists.01.org
6362Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6363S: Supported
6364F: drivers/nvdimm/pmem.c
6365F: include/linux/pmem.h
6366F: arch/*/include/asm/pmem.h
6367
6368LIGHTNVM PLATFORM SUPPORT
6369M: Matias Bjorling <mb@lightnvm.io>
6370W: http://github/OpenChannelSSD
6371L: linux-block@vger.kernel.org
6372S: Maintained
6373F: drivers/lightnvm/
6374F: include/linux/lightnvm.h
6375F: include/uapi/linux/lightnvm.h
6376
6377LINUX FOR IBM pSERIES (RS/6000)
6378M: Paul Mackerras <paulus@au.ibm.com>
6379W: http://www.ibm.com/linux/ltc/projects/ppc
6380S: Supported
6381F: arch/powerpc/boot/rs6000.h
6382
6383LINUX FOR POWERPC (32-BIT AND 64-BIT)
6384M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6385M: Paul Mackerras <paulus@samba.org>
6386M: Michael Ellerman <mpe@ellerman.id.au>
6387W: http://www.penguinppc.org/
6388L: linuxppc-dev@lists.ozlabs.org
6389Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6390T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6391S: Supported
6392F: Documentation/powerpc/
6393F: arch/powerpc/
6394
6395LINUX FOR POWER MACINTOSH
6396M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6397W: http://www.penguinppc.org/
6398L: linuxppc-dev@lists.ozlabs.org
6399S: Maintained
6400F: arch/powerpc/platforms/powermac/
6401F: drivers/macintosh/
6402
6403LINUX FOR POWERPC EMBEDDED MPC5XXX
6404M: Anatolij Gustschin <agust@denx.de>
6405L: linuxppc-dev@lists.ozlabs.org
6406T: git git://git.denx.de/linux-denx-agust.git
6407S: Maintained
6408F: arch/powerpc/platforms/512x/
6409F: arch/powerpc/platforms/52xx/
6410
6411LINUX FOR POWERPC EMBEDDED PPC4XX
6412M: Alistair Popple <alistair@popple.id.au>
6413M: Matt Porter <mporter@kernel.crashing.org>
6414W: http://www.penguinppc.org/
6415L: linuxppc-dev@lists.ozlabs.org
6416S: Maintained
6417F: arch/powerpc/platforms/40x/
6418F: arch/powerpc/platforms/44x/
6419
6420LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6421L: linuxppc-dev@lists.ozlabs.org
6422S: Orphan
6423F: arch/powerpc/*/*virtex*
6424F: arch/powerpc/*/*/*virtex*
6425
6426LINUX FOR POWERPC EMBEDDED PPC8XX
6427M: Vitaly Bordug <vitb@kernel.crashing.org>
6428W: http://www.penguinppc.org/
6429L: linuxppc-dev@lists.ozlabs.org
6430S: Maintained
6431F: arch/powerpc/platforms/8xx/
6432
6433LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6434M: Scott Wood <scottwood@freescale.com>
6435M: Kumar Gala <galak@kernel.crashing.org>
6436W: http://www.penguinppc.org/
6437L: linuxppc-dev@lists.ozlabs.org
6438T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6439S: Maintained
6440F: arch/powerpc/platforms/83xx/
6441F: arch/powerpc/platforms/85xx/
6442
6443LINUX FOR POWERPC PA SEMI PWRFICIENT
6444M: Olof Johansson <olof@lixom.net>
6445L: linuxppc-dev@lists.ozlabs.org
6446S: Maintained
6447F: arch/powerpc/platforms/pasemi/
6448F: drivers/*/*pasemi*
6449F: drivers/*/*/*pasemi*
6450
6451LINUX SECURITY MODULE (LSM) FRAMEWORK
6452M: Chris Wright <chrisw@sous-sol.org>
6453L: linux-security-module@vger.kernel.org
6454S: Supported
6455
6456LIS3LV02D ACCELEROMETER DRIVER
6457M: Eric Piel <eric.piel@tremplin-utc.net>
6458S: Maintained
6459F: Documentation/misc-devices/lis3lv02d
6460F: drivers/misc/lis3lv02d/
6461F: drivers/platform/x86/hp_accel.c
6462
6463LIVE PATCHING
6464M: Josh Poimboeuf <jpoimboe@redhat.com>
6465M: Seth Jennings <sjenning@redhat.com>
6466M: Jiri Kosina <jikos@kernel.org>
6467M: Vojtech Pavlik <vojtech@suse.com>
6468S: Maintained
6469F: kernel/livepatch/
6470F: include/linux/livepatch.h
6471F: arch/x86/include/asm/livepatch.h
6472F: arch/x86/kernel/livepatch.c
6473F: Documentation/ABI/testing/sysfs-kernel-livepatch
6474F: samples/livepatch/
6475L: live-patching@vger.kernel.org
6476T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6477
6478LLC (802.2)
6479M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6480S: Maintained
6481F: include/linux/llc.h
6482F: include/uapi/linux/llc.h
6483F: include/net/llc*
6484F: net/llc/
6485
6486LM73 HARDWARE MONITOR DRIVER
6487M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6488L: lm-sensors@lm-sensors.org
6489S: Maintained
6490F: drivers/hwmon/lm73.c
6491
6492LM78 HARDWARE MONITOR DRIVER
6493M: Jean Delvare <jdelvare@suse.com>
6494L: lm-sensors@lm-sensors.org
6495S: Maintained
6496F: Documentation/hwmon/lm78
6497F: drivers/hwmon/lm78.c
6498
6499LM83 HARDWARE MONITOR DRIVER
6500M: Jean Delvare <jdelvare@suse.com>
6501L: lm-sensors@lm-sensors.org
6502S: Maintained
6503F: Documentation/hwmon/lm83
6504F: drivers/hwmon/lm83.c
6505
6506LM90 HARDWARE MONITOR DRIVER
6507M: Jean Delvare <jdelvare@suse.com>
6508L: lm-sensors@lm-sensors.org
6509S: Maintained
6510F: Documentation/hwmon/lm90
6511F: Documentation/devicetree/bindings/hwmon/lm90.txt
6512F: drivers/hwmon/lm90.c
6513
6514LM95234 HARDWARE MONITOR DRIVER
6515M: Guenter Roeck <linux@roeck-us.net>
6516L: lm-sensors@lm-sensors.org
6517S: Maintained
6518F: Documentation/hwmon/lm95234
6519F: drivers/hwmon/lm95234.c
6520
6521LME2510 MEDIA DRIVER
6522M: Malcolm Priestley <tvboxspy@gmail.com>
6523L: linux-media@vger.kernel.org
6524W: http://linuxtv.org/
6525Q: http://patchwork.linuxtv.org/project/linux-media/list/
6526S: Maintained
6527F: drivers/media/usb/dvb-usb-v2/lmedm04*
6528
6529LOCKDEP AND LOCKSTAT
6530M: Peter Zijlstra <peterz@infradead.org>
6531M: Ingo Molnar <mingo@redhat.com>
6532L: linux-kernel@vger.kernel.org
6533T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6534S: Maintained
6535F: Documentation/locking/lockdep*.txt
6536F: Documentation/locking/lockstat.txt
6537F: include/linux/lockdep.h
6538F: kernel/locking/
6539
6540LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6541M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
6542L: linux-ntfs-dev@lists.sourceforge.net
6543W: http://www.linux-ntfs.org/content/view/19/37/
6544S: Maintained
6545F: Documentation/ldm.txt
6546F: block/partitions/ldm.*
6547
6548LogFS
6549M: Joern Engel <joern@logfs.org>
6550M: Prasad Joshi <prasadjoshi.linux@gmail.com>
6551L: logfs@logfs.org
6552W: logfs.org
6553S: Maintained
6554F: fs/logfs/
6555
6556LPC32XX MACHINE SUPPORT
6557M: Roland Stigge <stigge@antcom.de>
6558L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6559S: Maintained
6560F: arch/arm/mach-lpc32xx/
6561
6562LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6563M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6564M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6565M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6566M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6567L: MPT-FusionLinux.pdl@avagotech.com
6568L: linux-scsi@vger.kernel.org
6569W: http://www.lsilogic.com/support
6570S: Supported
6571F: drivers/message/fusion/
6572F: drivers/scsi/mpt2sas/
6573F: drivers/scsi/mpt3sas/
6574
6575LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6576M: Matthew Wilcox <matthew@wil.cx>
6577L: linux-scsi@vger.kernel.org
6578S: Maintained
6579F: drivers/scsi/sym53c8xx_2/
6580
6581LTC4261 HARDWARE MONITOR DRIVER
6582M: Guenter Roeck <linux@roeck-us.net>
6583L: lm-sensors@lm-sensors.org
6584S: Maintained
6585F: Documentation/hwmon/ltc4261
6586F: drivers/hwmon/ltc4261.c
6587
6588LTP (Linux Test Project)
6589M: Mike Frysinger <vapier@gentoo.org>
6590M: Cyril Hrubis <chrubis@suse.cz>
6591M: Wanlong Gao <wanlong.gao@gmail.com>
6592M: Jan Stancek <jstancek@redhat.com>
6593M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6594M: Alexey Kodanev <alexey.kodanev@oracle.com>
6595L: ltp@lists.linux.it (subscribers-only)
6596W: http://linux-test-project.github.io/
6597T: git git://github.com/linux-test-project/ltp.git
6598S: Maintained
6599
6600M32R ARCHITECTURE
6601W: http://www.linux-m32r.org/
6602S: Orphan
6603F: arch/m32r/
6604
6605M68K ARCHITECTURE
6606M: Geert Uytterhoeven <geert@linux-m68k.org>
6607L: linux-m68k@lists.linux-m68k.org
6608W: http://www.linux-m68k.org/
6609T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6610S: Maintained
6611F: arch/m68k/
6612F: drivers/zorro/
6613
6614M68K ON APPLE MACINTOSH
6615M: Joshua Thompson <funaho@jurai.org>
6616W: http://www.mac.linux-m68k.org/
6617L: linux-m68k@lists.linux-m68k.org
6618S: Maintained
6619F: arch/m68k/mac/
6620
6621M68K ON HP9000/300
6622M: Philip Blundell <philb@gnu.org>
6623W: http://www.tazenda.demon.co.uk/phil/linux-hp
6624S: Maintained
6625F: arch/m68k/hp300/
6626
6627M88DS3103 MEDIA DRIVER
6628M: Antti Palosaari <crope@iki.fi>
6629L: linux-media@vger.kernel.org
6630W: http://linuxtv.org/
6631W: http://palosaari.fi/linux/
6632Q: http://patchwork.linuxtv.org/project/linux-media/list/
6633T: git git://linuxtv.org/anttip/media_tree.git
6634S: Maintained
6635F: drivers/media/dvb-frontends/m88ds3103*
6636
6637M88RS2000 MEDIA DRIVER
6638M: Malcolm Priestley <tvboxspy@gmail.com>
6639L: linux-media@vger.kernel.org
6640W: http://linuxtv.org/
6641Q: http://patchwork.linuxtv.org/project/linux-media/list/
6642S: Maintained
6643F: drivers/media/dvb-frontends/m88rs2000*
6644
6645MA901 MASTERKIT USB FM RADIO DRIVER
6646M: Alexey Klimov <klimov.linux@gmail.com>
6647L: linux-media@vger.kernel.org
6648T: git git://linuxtv.org/media_tree.git
6649S: Maintained
6650F: drivers/media/radio/radio-ma901.c
6651
6652MAC80211
6653M: Johannes Berg <johannes@sipsolutions.net>
6654L: linux-wireless@vger.kernel.org
6655W: http://wireless.kernel.org/
6656T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6657T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6658S: Maintained
6659F: Documentation/networking/mac80211-injection.txt
6660F: include/net/mac80211.h
6661F: net/mac80211/
6662
6663MACVLAN DRIVER
6664M: Patrick McHardy <kaber@trash.net>
6665L: netdev@vger.kernel.org
6666S: Maintained
6667F: drivers/net/macvlan.c
6668F: include/linux/if_macvlan.h
6669
6670MAILBOX API
6671M: Jassi Brar <jassisinghbrar@gmail.com>
6672L: linux-kernel@vger.kernel.org
6673S: Maintained
6674F: drivers/mailbox/
6675F: include/linux/mailbox_client.h
6676F: include/linux/mailbox_controller.h
6677
6678MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6679M: Michael Kerrisk <mtk.manpages@gmail.com>
6680W: http://www.kernel.org/doc/man-pages
6681L: linux-man@vger.kernel.org
6682S: Maintained
6683
6684MARVELL ARMADA DRM SUPPORT
6685M: Russell King <rmk+kernel@arm.linux.org.uk>
6686S: Maintained
6687F: drivers/gpu/drm/armada/
6688
6689MARVELL 88E6352 DSA support
6690M: Guenter Roeck <linux@roeck-us.net>
6691S: Maintained
6692F: drivers/net/dsa/mv88e6352.c
6693
6694MARVELL CRYPTO DRIVER
6695M: Boris Brezillon <boris.brezillon@free-electrons.com>
6696M: Arnaud Ebalard <arno@natisbad.org>
6697F: drivers/crypto/marvell/
6698S: Maintained
6699L: linux-crypto@vger.kernel.org
6700
6701MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6702M: Mirko Lindner <mlindner@marvell.com>
6703M: Stephen Hemminger <stephen@networkplumber.org>
6704L: netdev@vger.kernel.org
6705S: Maintained
6706F: drivers/net/ethernet/marvell/sk*
6707
6708MARVELL LIBERTAS WIRELESS DRIVER
6709L: libertas-dev@lists.infradead.org
6710S: Orphan
6711F: drivers/net/wireless/libertas/
6712
6713MARVELL MV643XX ETHERNET DRIVER
6714M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6715L: netdev@vger.kernel.org
6716S: Maintained
6717F: drivers/net/ethernet/marvell/mv643xx_eth.*
6718F: include/linux/mv643xx.h
6719
6720MARVELL MVNETA ETHERNET DRIVER
6721M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6722L: netdev@vger.kernel.org
6723S: Maintained
6724F: drivers/net/ethernet/marvell/mvneta.*
6725
6726MARVELL MWIFIEX WIRELESS DRIVER
6727M: Amitkumar Karwar <akarwar@marvell.com>
6728M: Nishant Sarmukadam <nishants@marvell.com>
6729L: linux-wireless@vger.kernel.org
6730S: Maintained
6731F: drivers/net/wireless/mwifiex/
6732
6733MARVELL MWL8K WIRELESS DRIVER
6734M: Lennert Buytenhek <buytenh@wantstofly.org>
6735L: linux-wireless@vger.kernel.org
6736S: Odd Fixes
6737F: drivers/net/wireless/mwl8k.c
6738
6739MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6740M: Nicolas Pitre <nico@fluxnic.net>
6741S: Odd Fixes
6742F: drivers/mmc/host/mvsdio.*
6743
6744MATROX FRAMEBUFFER DRIVER
6745L: linux-fbdev@vger.kernel.org
6746S: Orphan
6747F: drivers/video/fbdev/matrox/matroxfb_*
6748F: include/uapi/linux/matroxfb.h
6749
6750MAX16065 HARDWARE MONITOR DRIVER
6751M: Guenter Roeck <linux@roeck-us.net>
6752L: lm-sensors@lm-sensors.org
6753S: Maintained
6754F: Documentation/hwmon/max16065
6755F: drivers/hwmon/max16065.c
6756
6757MAX20751 HARDWARE MONITOR DRIVER
6758M: Guenter Roeck <linux@roeck-us.net>
6759L: lm-sensors@lm-sensors.org
6760S: Maintained
6761F: Documentation/hwmon/max20751
6762F: drivers/hwmon/max20751.c
6763
6764MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6765M: "Hans J. Koch" <hjk@hansjkoch.de>
6766L: lm-sensors@lm-sensors.org
6767S: Maintained
6768F: Documentation/hwmon/max6650
6769F: drivers/hwmon/max6650.c
6770
6771MAX6697 HARDWARE MONITOR DRIVER
6772M: Guenter Roeck <linux@roeck-us.net>
6773L: lm-sensors@lm-sensors.org
6774S: Maintained
6775F: Documentation/hwmon/max6697
6776F: Documentation/devicetree/bindings/i2c/max6697.txt
6777F: drivers/hwmon/max6697.c
6778F: include/linux/platform_data/max6697.h
6779
6780MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6781M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6782L: linux-pm@vger.kernel.org
6783S: Supported
6784F: drivers/power/max14577_charger.c
6785F: drivers/power/max77693_charger.c
6786
6787MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6788M: Javier Martinez Canillas <javier@osg.samsung.com>
6789L: linux-kernel@vger.kernel.org
6790S: Supported
6791F: drivers/*/*max77802.c
6792F: Documentation/devicetree/bindings/*/*max77802.txt
6793F: include/dt-bindings/*/*max77802.h
6794
6795MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6796M: Chanwoo Choi <cw00.choi@samsung.com>
6797M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6798L: linux-kernel@vger.kernel.org
6799S: Supported
6800F: drivers/*/max14577.c
6801F: drivers/*/max77686.c
6802F: drivers/*/max77693.c
6803F: drivers/extcon/extcon-max14577.c
6804F: drivers/extcon/extcon-max77693.c
6805F: drivers/rtc/rtc-max77686.c
6806F: drivers/clk/clk-max77686.c
6807F: Documentation/devicetree/bindings/mfd/max14577.txt
6808F: Documentation/devicetree/bindings/*/max77686.txt
6809F: Documentation/devicetree/bindings/mfd/max77693.txt
6810F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6811F: include/linux/mfd/max14577*.h
6812F: include/linux/mfd/max77686*.h
6813F: include/linux/mfd/max77693*.h
6814
6815MAXIRADIO FM RADIO RECEIVER DRIVER
6816M: Hans Verkuil <hverkuil@xs4all.nl>
6817L: linux-media@vger.kernel.org
6818T: git git://linuxtv.org/media_tree.git
6819W: http://linuxtv.org
6820S: Maintained
6821F: drivers/media/radio/radio-maxiradio*
6822
6823MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6824M: Peter Rosin <peda@axentia.se>
6825L: linux-iio@vger.kernel.org
6826S: Maintained
6827F: drivers/iio/potentiometer/mcp4531.c
6828
6829MEDIA DRIVERS FOR RENESAS - VSP1
6830M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6831L: linux-media@vger.kernel.org
6832L: linux-sh@vger.kernel.org
6833T: git git://linuxtv.org/media_tree.git
6834S: Supported
6835F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
6836F: drivers/media/platform/vsp1/
6837
6838MEDIA DRIVERS FOR ASCOT2E
6839M: Sergey Kozlov <serjk@netup.ru>
6840L: linux-media@vger.kernel.org
6841W: http://linuxtv.org
6842W: http://netup.tv/
6843T: git git://linuxtv.org/media_tree.git
6844S: Supported
6845F: drivers/media/dvb-frontends/ascot2e*
6846
6847MEDIA DRIVERS FOR CXD2841ER
6848M: Sergey Kozlov <serjk@netup.ru>
6849L: linux-media@vger.kernel.org
6850W: http://linuxtv.org/
6851W: http://netup.tv/
6852T: git git://linuxtv.org/media_tree.git
6853S: Supported
6854F: drivers/media/dvb-frontends/cxd2841er*
6855
6856MEDIA DRIVERS FOR HORUS3A
6857M: Sergey Kozlov <serjk@netup.ru>
6858L: linux-media@vger.kernel.org
6859W: http://linuxtv.org/
6860W: http://netup.tv/
6861T: git git://linuxtv.org/media_tree.git
6862S: Supported
6863F: drivers/media/dvb-frontends/horus3a*
6864
6865MEDIA DRIVERS FOR LNBH25
6866M: Sergey Kozlov <serjk@netup.ru>
6867L: linux-media@vger.kernel.org
6868W: http://linuxtv.org/
6869W: http://netup.tv/
6870T: git git://linuxtv.org/media_tree.git
6871S: Supported
6872F: drivers/media/dvb-frontends/lnbh25*
6873
6874MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6875M: Sergey Kozlov <serjk@netup.ru>
6876L: linux-media@vger.kernel.org
6877W: http://linuxtv.org/
6878W: http://netup.tv/
6879T: git git://linuxtv.org/media_tree.git
6880S: Supported
6881F: drivers/media/pci/netup_unidvb/*
6882
6883MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6884M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6885P: LinuxTV.org Project
6886L: linux-media@vger.kernel.org
6887W: http://linuxtv.org
6888Q: http://patchwork.kernel.org/project/linux-media/list/
6889T: git git://linuxtv.org/media_tree.git
6890S: Maintained
6891F: Documentation/dvb/
6892F: Documentation/video4linux/
6893F: Documentation/DocBook/media/
6894F: drivers/media/
6895F: drivers/staging/media/
6896F: include/media/
6897F: include/uapi/linux/dvb/
6898F: include/uapi/linux/videodev2.h
6899F: include/uapi/linux/media.h
6900F: include/uapi/linux/v4l2-*
6901F: include/uapi/linux/meye.h
6902F: include/uapi/linux/ivtv*
6903F: include/uapi/linux/uvcvideo.h
6904
6905MEDIATEK MT7601U WIRELESS LAN DRIVER
6906M: Jakub Kicinski <kubakici@wp.pl>
6907L: linux-wireless@vger.kernel.org
6908S: Maintained
6909F: drivers/net/wireless/mediatek/mt7601u/
6910
6911MEGARAID SCSI/SAS DRIVERS
6912M: Kashyap Desai <kashyap.desai@avagotech.com>
6913M: Sumit Saxena <sumit.saxena@avagotech.com>
6914M: Uday Lingala <uday.lingala@avagotech.com>
6915L: megaraidlinux.pdl@avagotech.com
6916L: linux-scsi@vger.kernel.org
6917W: http://www.lsi.com
6918S: Maintained
6919F: Documentation/scsi/megaraid.txt
6920F: drivers/scsi/megaraid.*
6921F: drivers/scsi/megaraid/
6922
6923MELLANOX ETHERNET DRIVER (mlx4_en)
6924M: Eugenia Emantayev <eugenia@mellanox.com>
6925L: netdev@vger.kernel.org
6926S: Supported
6927W: http://www.mellanox.com
6928Q: http://patchwork.ozlabs.org/project/netdev/list/
6929F: drivers/net/ethernet/mellanox/mlx4/en_*
6930
6931MELLANOX ETHERNET DRIVER (mlx5e)
6932M: Saeed Mahameed <saeedm@mellanox.com>
6933L: netdev@vger.kernel.org
6934S: Supported
6935W: http://www.mellanox.com
6936Q: http://patchwork.ozlabs.org/project/netdev/list/
6937F: drivers/net/ethernet/mellanox/mlx5/core/en_*
6938
6939MELLANOX ETHERNET SWITCH DRIVERS
6940M: Jiri Pirko <jiri@mellanox.com>
6941M: Ido Schimmel <idosch@mellanox.com>
6942L: netdev@vger.kernel.org
6943S: Supported
6944W: http://www.mellanox.com
6945Q: http://patchwork.ozlabs.org/project/netdev/list/
6946F: drivers/net/ethernet/mellanox/mlxsw/
6947
6948MEMBARRIER SUPPORT
6949M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6950M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6951L: linux-kernel@vger.kernel.org
6952S: Supported
6953F: kernel/membarrier.c
6954F: include/uapi/linux/membarrier.h
6955
6956MEMORY MANAGEMENT
6957L: linux-mm@kvack.org
6958W: http://www.linux-mm.org
6959S: Maintained
6960F: include/linux/mm.h
6961F: include/linux/gfp.h
6962F: include/linux/mmzone.h
6963F: include/linux/memory_hotplug.h
6964F: include/linux/vmalloc.h
6965F: mm/
6966
6967MEMORY TECHNOLOGY DEVICES (MTD)
6968M: David Woodhouse <dwmw2@infradead.org>
6969M: Brian Norris <computersforpeace@gmail.com>
6970L: linux-mtd@lists.infradead.org
6971W: http://www.linux-mtd.infradead.org/
6972Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
6973T: git git://git.infradead.org/linux-mtd.git
6974T: git git://git.infradead.org/l2-mtd.git
6975S: Maintained
6976F: drivers/mtd/
6977F: include/linux/mtd/
6978F: include/uapi/mtd/
6979
6980MEN A21 WATCHDOG DRIVER
6981M: Johannes Thumshirn <morbidrsa@gmail.com>
6982L: linux-watchdog@vger.kernel.org
6983S: Maintained
6984F: drivers/watchdog/mena21_wdt.c
6985
6986MEN CHAMELEON BUS (mcb)
6987M: Johannes Thumshirn <morbidrsa@gmail.com>
6988S: Maintained
6989F: drivers/mcb/
6990F: include/linux/mcb.h
6991F: Documentation/men-chameleon-bus.txt
6992
6993MEN F21BMC (Board Management Controller)
6994M: Andreas Werner <andreas.werner@men.de>
6995S: Supported
6996F: drivers/mfd/menf21bmc.c
6997F: drivers/watchdog/menf21bmc_wdt.c
6998F: drivers/leds/leds-menf21bmc.c
6999F: drivers/hwmon/menf21bmc_hwmon.c
7000F: Documentation/hwmon/menf21bmc
7001
7002METAG ARCHITECTURE
7003M: James Hogan <james.hogan@imgtec.com>
7004L: linux-metag@vger.kernel.org
7005S: Odd Fixes
7006F: arch/metag/
7007F: Documentation/metag/
7008F: Documentation/devicetree/bindings/metag/
7009F: Documentation/devicetree/bindings/interrupt-controller/img,*
7010F: drivers/clocksource/metag_generic.c
7011F: drivers/irqchip/irq-metag.c
7012F: drivers/irqchip/irq-metag-ext.c
7013F: drivers/tty/metag_da.c
7014
7015MICROBLAZE ARCHITECTURE
7016M: Michal Simek <monstr@monstr.eu>
7017W: http://www.monstr.eu/fdt/
7018T: git git://git.monstr.eu/linux-2.6-microblaze.git
7019S: Supported
7020F: arch/microblaze/
7021
7022MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7023M: Chen Yu <yu.c.chen@intel.com>
7024L: platform-driver-x86@vger.kernel.org
7025S: Supported
7026F: drivers/platform/x86/surfacepro3_button.c
7027
7028MICROTEK X6 SCANNER
7029M: Oliver Neukum <oliver@neukum.org>
7030S: Maintained
7031F: drivers/usb/image/microtek.*
7032
7033MIPS
7034M: Ralf Baechle <ralf@linux-mips.org>
7035L: linux-mips@linux-mips.org
7036W: http://www.linux-mips.org/
7037T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7038Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7039S: Supported
7040F: Documentation/mips/
7041F: arch/mips/
7042
7043MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7044M: Hans Verkuil <hverkuil@xs4all.nl>
7045L: linux-media@vger.kernel.org
7046T: git git://linuxtv.org/media_tree.git
7047W: http://linuxtv.org
7048S: Odd Fixes
7049F: drivers/media/radio/radio-miropcm20*
7050
7051MELLANOX MLX5 core VPI driver
7052M: Matan Barak <matanb@mellanox.com>
7053M: Leon Romanovsky <leonro@mellanox.com>
7054L: netdev@vger.kernel.org
7055L: linux-rdma@vger.kernel.org
7056W: http://www.mellanox.com
7057Q: http://patchwork.ozlabs.org/project/netdev/list/
7058S: Supported
7059F: drivers/net/ethernet/mellanox/mlx5/core/
7060F: include/linux/mlx5/
7061
7062MELLANOX MLX5 IB driver
7063M: Matan Barak <matanb@mellanox.com>
7064M: Leon Romanovsky <leonro@mellanox.com>
7065L: linux-rdma@vger.kernel.org
7066W: http://www.mellanox.com
7067Q: http://patchwork.kernel.org/project/linux-rdma/list/
7068S: Supported
7069F: drivers/infiniband/hw/mlx5/
7070F: include/linux/mlx5/
7071
7072MELEXIS MLX90614 DRIVER
7073M: Crt Mori <cmo@melexis.com>
7074L: linux-iio@vger.kernel.org
7075W: http://www.melexis.com
7076S: Supported
7077F: drivers/iio/temperature/mlx90614.c
7078
7079MN88472 MEDIA DRIVER
7080M: Antti Palosaari <crope@iki.fi>
7081L: linux-media@vger.kernel.org
7082W: http://linuxtv.org/
7083W: http://palosaari.fi/linux/
7084Q: http://patchwork.linuxtv.org/project/linux-media/list/
7085T: git git://linuxtv.org/anttip/media_tree.git
7086S: Maintained
7087F: drivers/staging/media/mn88472/
7088F: drivers/media/dvb-frontends/mn88472.h
7089
7090MN88473 MEDIA DRIVER
7091M: Antti Palosaari <crope@iki.fi>
7092L: linux-media@vger.kernel.org
7093W: http://linuxtv.org/
7094W: http://palosaari.fi/linux/
7095Q: http://patchwork.linuxtv.org/project/linux-media/list/
7096T: git git://linuxtv.org/anttip/media_tree.git
7097S: Maintained
7098F: drivers/staging/media/mn88473/
7099F: drivers/media/dvb-frontends/mn88473.h
7100
7101MODULE SUPPORT
7102M: Rusty Russell <rusty@rustcorp.com.au>
7103S: Maintained
7104F: include/linux/module.h
7105F: kernel/module.c
7106
7107MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7108W: http://popies.net/meye/
7109S: Orphan
7110F: Documentation/video4linux/meye.txt
7111F: drivers/media/pci/meye/
7112F: include/uapi/linux/meye.h
7113
7114MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7115M: Jiri Slaby <jirislaby@gmail.com>
7116S: Maintained
7117F: Documentation/serial/moxa-smartio
7118F: drivers/tty/mxser.*
7119
7120MR800 AVERMEDIA USB FM RADIO DRIVER
7121M: Alexey Klimov <klimov.linux@gmail.com>
7122L: linux-media@vger.kernel.org
7123T: git git://linuxtv.org/media_tree.git
7124S: Maintained
7125F: drivers/media/radio/radio-mr800.c
7126
7127MRF24J40 IEEE 802.15.4 RADIO DRIVER
7128M: Alan Ott <alan@signal11.us>
7129L: linux-wpan@vger.kernel.org
7130S: Maintained
7131F: drivers/net/ieee802154/mrf24j40.c
7132F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7133
7134MSI LAPTOP SUPPORT
7135M: "Lee, Chun-Yi" <jlee@suse.com>
7136L: platform-driver-x86@vger.kernel.org
7137S: Maintained
7138F: drivers/platform/x86/msi-laptop.c
7139
7140MSI WMI SUPPORT
7141L: platform-driver-x86@vger.kernel.org
7142S: Orphan
7143F: drivers/platform/x86/msi-wmi.c
7144
7145MSI001 MEDIA DRIVER
7146M: Antti Palosaari <crope@iki.fi>
7147L: linux-media@vger.kernel.org
7148W: http://linuxtv.org/
7149W: http://palosaari.fi/linux/
7150Q: http://patchwork.linuxtv.org/project/linux-media/list/
7151T: git git://linuxtv.org/anttip/media_tree.git
7152S: Maintained
7153F: drivers/media/tuners/msi001*
7154
7155MSI2500 MEDIA DRIVER
7156M: Antti Palosaari <crope@iki.fi>
7157L: linux-media@vger.kernel.org
7158W: http://linuxtv.org/
7159W: http://palosaari.fi/linux/
7160Q: http://patchwork.linuxtv.org/project/linux-media/list/
7161T: git git://linuxtv.org/anttip/media_tree.git
7162S: Maintained
7163F: drivers/media/usb/msi2500/
7164
7165MSYSTEMS DISKONCHIP G3 MTD DRIVER
7166M: Robert Jarzmik <robert.jarzmik@free.fr>
7167L: linux-mtd@lists.infradead.org
7168S: Maintained
7169F: drivers/mtd/devices/docg3*
7170
7171MT9M032 APTINA SENSOR DRIVER
7172M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7173L: linux-media@vger.kernel.org
7174T: git git://linuxtv.org/media_tree.git
7175S: Maintained
7176F: drivers/media/i2c/mt9m032.c
7177F: include/media/mt9m032.h
7178
7179MT9P031 APTINA CAMERA SENSOR
7180M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7181L: linux-media@vger.kernel.org
7182T: git git://linuxtv.org/media_tree.git
7183S: Maintained
7184F: drivers/media/i2c/mt9p031.c
7185F: include/media/mt9p031.h
7186
7187MT9T001 APTINA CAMERA SENSOR
7188M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7189L: linux-media@vger.kernel.org
7190T: git git://linuxtv.org/media_tree.git
7191S: Maintained
7192F: drivers/media/i2c/mt9t001.c
7193F: include/media/mt9t001.h
7194
7195MT9V032 APTINA CAMERA SENSOR
7196M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7197L: linux-media@vger.kernel.org
7198T: git git://linuxtv.org/media_tree.git
7199S: Maintained
7200F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7201F: drivers/media/i2c/mt9v032.c
7202F: include/media/mt9v032.h
7203
7204MULTIFUNCTION DEVICES (MFD)
7205M: Lee Jones <lee.jones@linaro.org>
7206T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7207S: Supported
7208F: drivers/mfd/
7209F: include/linux/mfd/
7210
7211MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7212M: Ulf Hansson <ulf.hansson@linaro.org>
7213L: linux-mmc@vger.kernel.org
7214T: git git://git.linaro.org/people/ulf.hansson/mmc.git
7215S: Maintained
7216F: drivers/mmc/
7217F: include/linux/mmc/
7218F: include/uapi/linux/mmc/
7219
7220MULTIMEDIA CARD (MMC) ETC. OVER SPI
7221S: Orphan
7222F: drivers/mmc/host/mmc_spi.c
7223F: include/linux/spi/mmc_spi.h
7224
7225MULTISOUND SOUND DRIVER
7226M: Andrew Veliath <andrewtv@usa.net>
7227S: Maintained
7228F: Documentation/sound/oss/MultiSound
7229F: sound/oss/msnd*
7230
7231MULTITECH MULTIPORT CARD (ISICOM)
7232S: Orphan
7233F: drivers/tty/isicom.c
7234F: include/linux/isicom.h
7235
7236MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7237M: Felipe Balbi <balbi@ti.com>
7238L: linux-usb@vger.kernel.org
7239T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7240S: Maintained
7241F: drivers/usb/musb/
7242
7243MXL5007T MEDIA DRIVER
7244M: Michael Krufky <mkrufky@linuxtv.org>
7245L: linux-media@vger.kernel.org
7246W: http://linuxtv.org/
7247W: http://github.com/mkrufky
7248Q: http://patchwork.linuxtv.org/project/linux-media/list/
7249T: git git://linuxtv.org/mkrufky/tuners.git
7250S: Maintained
7251F: drivers/media/tuners/mxl5007t.*
7252
7253MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7254M: Hyong-Youb Kim <hykim@myri.com>
7255L: netdev@vger.kernel.org
7256W: https://www.myricom.com/support/downloads/myri10ge.html
7257S: Supported
7258F: drivers/net/ethernet/myricom/myri10ge/
7259
7260NATSEMI ETHERNET DRIVER (DP8381x)
7261S: Orphan
7262F: drivers/net/ethernet/natsemi/natsemi.c
7263
7264NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7265M: Daniel Mack <zonque@gmail.com>
7266S: Maintained
7267L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7268W: http://www.native-instruments.com
7269F: sound/usb/caiaq/
7270
7271NCP FILESYSTEM
7272M: Petr Vandrovec <petr@vandrovec.name>
7273S: Odd Fixes
7274F: fs/ncpfs/
7275
7276NCR 5380 SCSI DRIVERS
7277M: Finn Thain <fthain@telegraphics.com.au>
7278M: Michael Schmitz <schmitzmic@gmail.com>
7279L: linux-scsi@vger.kernel.org
7280S: Maintained
7281F: Documentation/scsi/g_NCR5380.txt
7282F: drivers/scsi/NCR5380.*
7283F: drivers/scsi/arm/cumana_1.c
7284F: drivers/scsi/arm/oak.c
7285F: drivers/scsi/atari_NCR5380.c
7286F: drivers/scsi/atari_scsi.*
7287F: drivers/scsi/dmx3191d.c
7288F: drivers/scsi/dtc.*
7289F: drivers/scsi/g_NCR5380.*
7290F: drivers/scsi/g_NCR5380_mmio.c
7291F: drivers/scsi/mac_scsi.*
7292F: drivers/scsi/pas16.*
7293F: drivers/scsi/sun3_scsi.*
7294F: drivers/scsi/sun3_scsi_vme.c
7295F: drivers/scsi/t128.*
7296
7297NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7298M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7299L: linux-scsi@vger.kernel.org
7300S: Maintained
7301F: drivers/scsi/NCR_D700.*
7302
7303NCT6775 HARDWARE MONITOR DRIVER
7304M: Guenter Roeck <linux@roeck-us.net>
7305L: lm-sensors@lm-sensors.org
7306S: Maintained
7307F: Documentation/hwmon/nct6775
7308F: drivers/hwmon/nct6775.c
7309
7310NETEFFECT IWARP RNIC DRIVER (IW_NES)
7311M: Faisal Latif <faisal.latif@intel.com>
7312L: linux-rdma@vger.kernel.org
7313W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7314S: Supported
7315F: drivers/infiniband/hw/nes/
7316
7317NETEM NETWORK EMULATOR
7318M: Stephen Hemminger <stephen@networkplumber.org>
7319L: netem@lists.linux-foundation.org
7320S: Maintained
7321F: net/sched/sch_netem.c
7322
7323NETERION 10GbE DRIVERS (s2io/vxge)
7324M: Jon Mason <jdmason@kudzu.us>
7325L: netdev@vger.kernel.org
7326S: Supported
7327F: Documentation/networking/s2io.txt
7328F: Documentation/networking/vxge.txt
7329F: drivers/net/ethernet/neterion/
7330
7331NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7332M: Pablo Neira Ayuso <pablo@netfilter.org>
7333M: Patrick McHardy <kaber@trash.net>
7334M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7335L: netfilter-devel@vger.kernel.org
7336L: coreteam@netfilter.org
7337W: http://www.netfilter.org/
7338W: http://www.iptables.org/
7339Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7340T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7341T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7342S: Supported
7343F: include/linux/netfilter*
7344F: include/linux/netfilter/
7345F: include/net/netfilter/
7346F: include/uapi/linux/netfilter*
7347F: include/uapi/linux/netfilter/
7348F: net/*/netfilter.c
7349F: net/*/netfilter/
7350F: net/netfilter/
7351F: net/bridge/br_netfilter*.c
7352
7353NETLABEL
7354M: Paul Moore <paul@paul-moore.com>
7355W: http://netlabel.sf.net
7356L: netdev@vger.kernel.org
7357S: Maintained
7358F: Documentation/netlabel/
7359F: include/net/netlabel.h
7360F: net/netlabel/
7361
7362NETROM NETWORK LAYER
7363M: Ralf Baechle <ralf@linux-mips.org>
7364L: linux-hams@vger.kernel.org
7365W: http://www.linux-ax25.org/
7366S: Maintained
7367F: include/net/netrom.h
7368F: include/uapi/linux/netrom.h
7369F: net/netrom/
7370
7371NETWORK BLOCK DEVICE (NBD)
7372M: Markus Pargmann <mpa@pengutronix.de>
7373S: Maintained
7374L: nbd-general@lists.sourceforge.net
7375T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
7376F: Documentation/blockdev/nbd.txt
7377F: drivers/block/nbd.c
7378F: include/uapi/linux/nbd.h
7379
7380NETWORK DROP MONITOR
7381M: Neil Horman <nhorman@tuxdriver.com>
7382L: netdev@vger.kernel.org
7383S: Maintained
7384W: https://fedorahosted.org/dropwatch/
7385F: net/core/drop_monitor.c
7386
7387NETWORKING [GENERAL]
7388M: "David S. Miller" <davem@davemloft.net>
7389L: netdev@vger.kernel.org
7390W: http://www.linuxfoundation.org/en/Net
7391Q: http://patchwork.ozlabs.org/project/netdev/list/
7392T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7393T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7394S: Maintained
7395F: net/
7396F: include/net/
7397F: include/linux/in.h
7398F: include/linux/net.h
7399F: include/linux/netdevice.h
7400F: include/uapi/linux/in.h
7401F: include/uapi/linux/net.h
7402F: include/uapi/linux/netdevice.h
7403F: include/uapi/linux/net_namespace.h
7404F: tools/net/
7405F: tools/testing/selftests/net/
7406F: lib/random32.c
7407F: lib/test_bpf.c
7408
7409NETWORKING [IPv4/IPv6]
7410M: "David S. Miller" <davem@davemloft.net>
7411M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7412M: James Morris <jmorris@namei.org>
7413M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7414M: Patrick McHardy <kaber@trash.net>
7415L: netdev@vger.kernel.org
7416T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7417S: Maintained
7418F: net/ipv4/
7419F: net/ipv6/
7420F: include/net/ip*
7421F: arch/x86/net/*
7422
7423NETWORKING [IPSEC]
7424M: Steffen Klassert <steffen.klassert@secunet.com>
7425M: Herbert Xu <herbert@gondor.apana.org.au>
7426M: "David S. Miller" <davem@davemloft.net>
7427L: netdev@vger.kernel.org
7428T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7429T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7430S: Maintained
7431F: net/core/flow.c
7432F: net/xfrm/
7433F: net/key/
7434F: net/ipv4/xfrm*
7435F: net/ipv4/esp4.c
7436F: net/ipv4/ah4.c
7437F: net/ipv4/ipcomp.c
7438F: net/ipv4/ip_vti.c
7439F: net/ipv6/xfrm*
7440F: net/ipv6/esp6.c
7441F: net/ipv6/ah6.c
7442F: net/ipv6/ipcomp6.c
7443F: net/ipv6/ip6_vti.c
7444F: include/uapi/linux/xfrm.h
7445F: include/net/xfrm.h
7446
7447NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7448M: Paul Moore <paul@paul-moore.com>
7449L: netdev@vger.kernel.org
7450S: Maintained
7451
7452NETWORKING [WIRELESS]
7453L: linux-wireless@vger.kernel.org
7454Q: http://patchwork.kernel.org/project/linux-wireless/list/
7455
7456NETWORKING DRIVERS
7457L: netdev@vger.kernel.org
7458W: http://www.linuxfoundation.org/en/Net
7459Q: http://patchwork.ozlabs.org/project/netdev/list/
7460T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7461T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7462S: Odd Fixes
7463F: drivers/net/
7464F: include/linux/if_*
7465F: include/linux/netdevice.h
7466F: include/linux/etherdevice.h
7467F: include/linux/fcdevice.h
7468F: include/linux/fddidevice.h
7469F: include/linux/hippidevice.h
7470F: include/linux/inetdevice.h
7471F: include/uapi/linux/if_*
7472F: include/uapi/linux/netdevice.h
7473
7474NETWORKING DRIVERS (WIRELESS)
7475M: Kalle Valo <kvalo@codeaurora.org>
7476L: linux-wireless@vger.kernel.org
7477Q: http://patchwork.kernel.org/project/linux-wireless/list/
7478T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7479S: Maintained
7480F: drivers/net/wireless/
7481
7482NETXEN (1/10) GbE SUPPORT
7483M: Manish Chopra <manish.chopra@qlogic.com>
7484M: Sony Chacko <sony.chacko@qlogic.com>
7485M: Rajesh Borundia <rajesh.borundia@qlogic.com>
7486L: netdev@vger.kernel.org
7487W: http://www.qlogic.com
7488S: Supported
7489F: drivers/net/ethernet/qlogic/netxen/
7490
7491NFC SUBSYSTEM
7492M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7493M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7494M: Samuel Ortiz <sameo@linux.intel.com>
7495L: linux-wireless@vger.kernel.org
7496L: linux-nfc@lists.01.org (subscribers-only)
7497S: Supported
7498F: net/nfc/
7499F: include/net/nfc/
7500F: include/uapi/linux/nfc.h
7501F: drivers/nfc/
7502F: include/linux/platform_data/pn544.h
7503F: Documentation/devicetree/bindings/net/nfc/
7504
7505NFS, SUNRPC, AND LOCKD CLIENTS
7506M: Trond Myklebust <trond.myklebust@primarydata.com>
7507M: Anna Schumaker <anna.schumaker@netapp.com>
7508L: linux-nfs@vger.kernel.org
7509W: http://client.linux-nfs.org
7510T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7511S: Maintained
7512F: fs/lockd/
7513F: fs/nfs/
7514F: fs/nfs_common/
7515F: net/sunrpc/
7516F: include/linux/lockd/
7517F: include/linux/nfs*
7518F: include/linux/sunrpc/
7519F: include/uapi/linux/nfs*
7520F: include/uapi/linux/sunrpc/
7521
7522NILFS2 FILESYSTEM
7523M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7524L: linux-nilfs@vger.kernel.org
7525W: http://nilfs.sourceforge.net/
7526T: git git://github.com/konis/nilfs2.git
7527S: Supported
7528F: Documentation/filesystems/nilfs2.txt
7529F: fs/nilfs2/
7530F: include/linux/nilfs2_fs.h
7531F: include/trace/events/nilfs2.h
7532
7533NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7534M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7535W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7536S: Maintained
7537F: Documentation/scsi/NinjaSCSI.txt
7538F: drivers/scsi/pcmcia/nsp_*
7539
7540NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7541M: GOTO Masanori <gotom@debian.or.jp>
7542M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7543W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7544S: Maintained
7545F: Documentation/scsi/NinjaSCSI.txt
7546F: drivers/scsi/nsp32*
7547
7548NIOS2 ARCHITECTURE
7549M: Ley Foon Tan <lftan@altera.com>
7550L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7551T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7552S: Maintained
7553F: arch/nios2/
7554
7555NOKIA N900 POWER SUPPLY DRIVERS
7556M: Pali Rohár <pali.rohar@gmail.com>
7557S: Maintained
7558F: include/linux/power/bq2415x_charger.h
7559F: include/linux/power/bq27xxx_battery.h
7560F: include/linux/power/isp1704_charger.h
7561F: drivers/power/bq2415x_charger.c
7562F: drivers/power/bq27xxx_battery.c
7563F: drivers/power/isp1704_charger.c
7564F: drivers/power/rx51_battery.c
7565
7566NTB DRIVER CORE
7567M: Jon Mason <jdmason@kudzu.us>
7568M: Dave Jiang <dave.jiang@intel.com>
7569M: Allen Hubbe <Allen.Hubbe@emc.com>
7570L: linux-ntb@googlegroups.com
7571S: Supported
7572W: https://github.com/jonmason/ntb/wiki
7573T: git git://github.com/jonmason/ntb.git
7574F: drivers/ntb/
7575F: drivers/net/ntb_netdev.c
7576F: include/linux/ntb.h
7577F: include/linux/ntb_transport.h
7578
7579NTB INTEL DRIVER
7580M: Jon Mason <jdmason@kudzu.us>
7581M: Dave Jiang <dave.jiang@intel.com>
7582L: linux-ntb@googlegroups.com
7583S: Supported
7584W: https://github.com/jonmason/ntb/wiki
7585T: git git://github.com/jonmason/ntb.git
7586F: drivers/ntb/hw/intel/
7587
7588NTFS FILESYSTEM
7589M: Anton Altaparmakov <anton@tuxera.com>
7590L: linux-ntfs-dev@lists.sourceforge.net
7591W: http://www.tuxera.com/
7592T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7593S: Supported
7594F: Documentation/filesystems/ntfs.txt
7595F: fs/ntfs/
7596
7597NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7598M: Antonino Daplas <adaplas@gmail.com>
7599L: linux-fbdev@vger.kernel.org
7600S: Maintained
7601F: drivers/video/fbdev/riva/
7602F: drivers/video/fbdev/nvidia/
7603
7604NVM EXPRESS DRIVER
7605M: Keith Busch <keith.busch@intel.com>
7606M: Jens Axboe <axboe@fb.com>
7607L: linux-nvme@lists.infradead.org
7608T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7609W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7610S: Supported
7611F: drivers/nvme/host/
7612F: include/linux/nvme.h
7613
7614NVMEM FRAMEWORK
7615M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7616M: Maxime Ripard <maxime.ripard@free-electrons.com>
7617S: Maintained
7618F: drivers/nvmem/
7619F: Documentation/devicetree/bindings/nvmem/
7620F: include/linux/nvmem-consumer.h
7621F: include/linux/nvmem-provider.h
7622
7623NXP-NCI NFC DRIVER
7624M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7625R: Charles Gorand <charles.gorand@effinnov.com>
7626L: linux-nfc@lists.01.org (moderated for non-subscribers)
7627S: Supported
7628F: drivers/nfc/nxp-nci
7629
7630NXP TDA998X DRM DRIVER
7631M: Russell King <rmk+kernel@arm.linux.org.uk>
7632S: Supported
7633F: drivers/gpu/drm/i2c/tda998x_drv.c
7634F: include/drm/i2c/tda998x.h
7635
7636NXP TFA9879 DRIVER
7637M: Peter Rosin <peda@axentia.se>
7638L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7639S: Maintained
7640F: sound/soc/codecs/tfa9879*
7641
7642OMAP SUPPORT
7643M: Tony Lindgren <tony@atomide.com>
7644L: linux-omap@vger.kernel.org
7645W: http://www.muru.com/linux/omap/
7646W: http://linux.omap.com/
7647Q: http://patchwork.kernel.org/project/linux-omap/list/
7648T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7649S: Maintained
7650F: arch/arm/*omap*/
7651F: arch/arm/configs/omap1_defconfig
7652F: arch/arm/configs/omap2plus_defconfig
7653F: drivers/i2c/busses/i2c-omap.c
7654F: drivers/irqchip/irq-omap-intc.c
7655F: drivers/mfd/*omap*.c
7656F: drivers/mfd/menelaus.c
7657F: drivers/mfd/palmas.c
7658F: drivers/mfd/tps65217.c
7659F: drivers/mfd/tps65218.c
7660F: drivers/mfd/tps65910.c
7661F: drivers/mfd/twl-core.[ch]
7662F: drivers/mfd/twl4030*.c
7663F: drivers/mfd/twl6030*.c
7664F: drivers/mfd/twl6040*.c
7665F: drivers/regulator/palmas-regulator*.c
7666F: drivers/regulator/pbias-regulator.c
7667F: drivers/regulator/tps65217-regulator.c
7668F: drivers/regulator/tps65218-regulator.c
7669F: drivers/regulator/tps65910-regulator.c
7670F: drivers/regulator/twl-regulator.c
7671F: include/linux/i2c-omap.h
7672
7673OMAP DEVICE TREE SUPPORT
7674M: Benoît Cousson <bcousson@baylibre.com>
7675M: Tony Lindgren <tony@atomide.com>
7676L: linux-omap@vger.kernel.org
7677L: devicetree@vger.kernel.org
7678S: Maintained
7679F: arch/arm/boot/dts/*omap*
7680F: arch/arm/boot/dts/*am3*
7681F: arch/arm/boot/dts/*am4*
7682F: arch/arm/boot/dts/*am5*
7683F: arch/arm/boot/dts/*dra7*
7684
7685OMAP CLOCK FRAMEWORK SUPPORT
7686M: Paul Walmsley <paul@pwsan.com>
7687L: linux-omap@vger.kernel.org
7688S: Maintained
7689F: arch/arm/*omap*/*clock*
7690
7691OMAP POWER MANAGEMENT SUPPORT
7692M: Kevin Hilman <khilman@deeprootsystems.com>
7693L: linux-omap@vger.kernel.org
7694S: Maintained
7695F: arch/arm/*omap*/*pm*
7696F: drivers/cpufreq/omap-cpufreq.c
7697
7698OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7699M: Rajendra Nayak <rnayak@ti.com>
7700M: Paul Walmsley <paul@pwsan.com>
7701L: linux-omap@vger.kernel.org
7702S: Maintained
7703F: arch/arm/mach-omap2/prm*
7704
7705OMAP AUDIO SUPPORT
7706M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7707M: Jarkko Nikula <jarkko.nikula@bitmer.com>
7708L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7709L: linux-omap@vger.kernel.org
7710S: Maintained
7711F: sound/soc/omap/
7712
7713OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7714M: Roger Quadros <rogerq@ti.com>
7715M: Tony Lindgren <tony@atomide.com>
7716L: linux-omap@vger.kernel.org
7717S: Maintained
7718F: drivers/memory/omap-gpmc.c
7719F: arch/arm/mach-omap2/*gpmc*
7720
7721OMAP FRAMEBUFFER SUPPORT
7722M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7723L: linux-fbdev@vger.kernel.org
7724L: linux-omap@vger.kernel.org
7725S: Maintained
7726F: drivers/video/fbdev/omap/
7727
7728OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7729M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7730L: linux-omap@vger.kernel.org
7731L: linux-fbdev@vger.kernel.org
7732S: Maintained
7733F: drivers/video/fbdev/omap2/
7734F: Documentation/arm/OMAP/DSS
7735
7736OMAP HARDWARE SPINLOCK SUPPORT
7737M: Ohad Ben-Cohen <ohad@wizery.com>
7738L: linux-omap@vger.kernel.org
7739S: Maintained
7740F: drivers/hwspinlock/omap_hwspinlock.c
7741
7742OMAP MMC SUPPORT
7743M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
7744L: linux-omap@vger.kernel.org
7745S: Maintained
7746F: drivers/mmc/host/omap.c
7747
7748OMAP HS MMC SUPPORT
7749L: linux-mmc@vger.kernel.org
7750L: linux-omap@vger.kernel.org
7751S: Orphan
7752F: drivers/mmc/host/omap_hsmmc.c
7753
7754OMAP RANDOM NUMBER GENERATOR SUPPORT
7755M: Deepak Saxena <dsaxena@plexity.net>
7756S: Maintained
7757F: drivers/char/hw_random/omap-rng.c
7758
7759OMAP HWMOD SUPPORT
7760M: Benoît Cousson <bcousson@baylibre.com>
7761M: Paul Walmsley <paul@pwsan.com>
7762L: linux-omap@vger.kernel.org
7763S: Maintained
7764F: arch/arm/mach-omap2/omap_hwmod.*
7765
7766OMAP HWMOD DATA
7767M: Paul Walmsley <paul@pwsan.com>
7768L: linux-omap@vger.kernel.org
7769S: Maintained
7770F: arch/arm/mach-omap2/omap_hwmod*data*
7771
7772OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7773M: Benoît Cousson <bcousson@baylibre.com>
7774L: linux-omap@vger.kernel.org
7775S: Maintained
7776F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7777
7778OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7779M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7780L: linux-media@vger.kernel.org
7781S: Maintained
7782F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
7783F: drivers/media/platform/omap3isp/
7784F: drivers/staging/media/omap4iss/
7785
7786OMAP USB SUPPORT
7787M: Felipe Balbi <balbi@ti.com>
7788L: linux-usb@vger.kernel.org
7789L: linux-omap@vger.kernel.org
7790T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7791S: Maintained
7792F: drivers/usb/*/*omap*
7793F: arch/arm/*omap*/usb*
7794
7795OMAP GPIO DRIVER
7796M: Javier Martinez Canillas <javier@dowhile0.org>
7797M: Santosh Shilimkar <ssantosh@kernel.org>
7798M: Kevin Hilman <khilman@deeprootsystems.com>
7799L: linux-omap@vger.kernel.org
7800S: Maintained
7801F: drivers/gpio/gpio-omap.c
7802
7803OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7804M: Mark Jackson <mpfj@newflow.co.uk>
7805L: linux-omap@vger.kernel.org
7806S: Maintained
7807F: arch/arm/boot/dts/am335x-nano.dts
7808
7809OMFS FILESYSTEM
7810M: Bob Copeland <me@bobcopeland.com>
7811L: linux-karma-devel@lists.sourceforge.net
7812S: Maintained
7813F: Documentation/filesystems/omfs.txt
7814F: fs/omfs/
7815
7816OMNIKEY CARDMAN 4000 DRIVER
7817M: Harald Welte <laforge@gnumonks.org>
7818S: Maintained
7819F: drivers/char/pcmcia/cm4000_cs.c
7820F: include/linux/cm4000_cs.h
7821F: include/uapi/linux/cm4000_cs.h
7822
7823OMNIKEY CARDMAN 4040 DRIVER
7824M: Harald Welte <laforge@gnumonks.org>
7825S: Maintained
7826F: drivers/char/pcmcia/cm4040_cs.*
7827
7828OMNIVISION OV7670 SENSOR DRIVER
7829M: Jonathan Corbet <corbet@lwn.net>
7830L: linux-media@vger.kernel.org
7831T: git git://linuxtv.org/media_tree.git
7832S: Maintained
7833F: drivers/media/i2c/ov7670.c
7834
7835ONENAND FLASH DRIVER
7836M: Kyungmin Park <kyungmin.park@samsung.com>
7837L: linux-mtd@lists.infradead.org
7838S: Maintained
7839F: drivers/mtd/onenand/
7840F: include/linux/mtd/onenand*.h
7841
7842ONSTREAM SCSI TAPE DRIVER
7843M: Willem Riede <osst@riede.org>
7844L: osst-users@lists.sourceforge.net
7845L: linux-scsi@vger.kernel.org
7846S: Maintained
7847F: Documentation/scsi/osst.txt
7848F: drivers/scsi/osst.*
7849F: drivers/scsi/osst_*.h
7850F: drivers/scsi/st.h
7851
7852OPENCORES I2C BUS DRIVER
7853M: Peter Korsgaard <jacmet@sunsite.dk>
7854L: linux-i2c@vger.kernel.org
7855S: Maintained
7856F: Documentation/i2c/busses/i2c-ocores
7857F: drivers/i2c/busses/i2c-ocores.c
7858
7859OPEN FIRMWARE AND FLATTENED DEVICE TREE
7860M: Rob Herring <robh+dt@kernel.org>
7861M: Frank Rowand <frowand.list@gmail.com>
7862M: Grant Likely <grant.likely@linaro.org>
7863L: devicetree@vger.kernel.org
7864W: http://www.devicetree.org/
7865T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7866S: Maintained
7867F: drivers/of/
7868F: include/linux/of*.h
7869F: scripts/dtc/
7870
7871OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7872M: Rob Herring <robh+dt@kernel.org>
7873M: Pawel Moll <pawel.moll@arm.com>
7874M: Mark Rutland <mark.rutland@arm.com>
7875M: Ian Campbell <ijc+devicetree@hellion.org.uk>
7876M: Kumar Gala <galak@codeaurora.org>
7877L: devicetree@vger.kernel.org
7878S: Maintained
7879F: Documentation/devicetree/
7880F: arch/*/boot/dts/
7881F: include/dt-bindings/
7882
7883OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7884M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7885L: devicetree@vger.kernel.org
7886S: Maintained
7887F: Documentation/devicetree/dynamic-resolution-notes.txt
7888F: Documentation/devicetree/overlay-notes.txt
7889F: drivers/of/overlay.c
7890F: drivers/of/resolver.c
7891
7892OPENRISC ARCHITECTURE
7893M: Jonas Bonn <jonas@southpole.se>
7894W: http://openrisc.net
7895L: linux@lists.openrisc.net (moderated for non-subscribers)
7896S: Maintained
7897T: git git://openrisc.net/~jonas/linux
7898F: arch/openrisc/
7899
7900OPENVSWITCH
7901M: Pravin Shelar <pshelar@nicira.com>
7902L: netdev@vger.kernel.org
7903L: dev@openvswitch.org
7904W: http://openvswitch.org
7905S: Maintained
7906F: net/openvswitch/
7907F: include/uapi/linux/openvswitch.h
7908
7909OPERATING PERFORMANCE POINTS (OPP)
7910M: Viresh Kumar <vireshk@kernel.org>
7911M: Nishanth Menon <nm@ti.com>
7912M: Stephen Boyd <sboyd@codeaurora.org>
7913L: linux-pm@vger.kernel.org
7914S: Maintained
7915T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
7916F: drivers/base/power/opp/
7917F: include/linux/pm_opp.h
7918F: Documentation/power/opp.txt
7919F: Documentation/devicetree/bindings/opp/
7920
7921OPL4 DRIVER
7922M: Clemens Ladisch <clemens@ladisch.de>
7923L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7924T: git git://git.alsa-project.org/alsa-kernel.git
7925S: Maintained
7926F: sound/drivers/opl4/
7927
7928OPROFILE
7929M: Robert Richter <rric@kernel.org>
7930L: oprofile-list@lists.sf.net
7931S: Maintained
7932F: arch/*/include/asm/oprofile*.h
7933F: arch/*/oprofile/
7934F: drivers/oprofile/
7935F: include/linux/oprofile.h
7936
7937ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7938M: Mark Fasheh <mfasheh@suse.com>
7939M: Joel Becker <jlbec@evilplan.org>
7940L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7941W: http://ocfs2.wiki.kernel.org
7942S: Supported
7943F: Documentation/filesystems/ocfs2.txt
7944F: Documentation/filesystems/dlmfs.txt
7945F: fs/ocfs2/
7946
7947ORINOCO DRIVER
7948L: linux-wireless@vger.kernel.org
7949W: http://wireless.kernel.org/en/users/Drivers/orinoco
7950W: http://www.nongnu.org/orinoco/
7951S: Orphan
7952F: drivers/net/wireless/orinoco/
7953
7954OSD LIBRARY and FILESYSTEM
7955M: Boaz Harrosh <ooo@electrozaur.com>
7956M: Benny Halevy <bhalevy@primarydata.com>
7957L: osd-dev@open-osd.org
7958W: http://open-osd.org
7959T: git git://git.open-osd.org/open-osd.git
7960S: Maintained
7961F: drivers/scsi/osd/
7962F: include/scsi/osd_*
7963F: fs/exofs/
7964
7965OVERLAY FILESYSTEM
7966M: Miklos Szeredi <miklos@szeredi.hu>
7967L: linux-unionfs@vger.kernel.org
7968T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7969S: Supported
7970F: fs/overlayfs/
7971F: Documentation/filesystems/overlayfs.txt
7972
7973P54 WIRELESS DRIVER
7974M: Christian Lamparter <chunkeey@googlemail.com>
7975L: linux-wireless@vger.kernel.org
7976W: http://wireless.kernel.org/en/users/Drivers/p54
7977S: Maintained
7978F: drivers/net/wireless/p54/
7979
7980PA SEMI ETHERNET DRIVER
7981M: Olof Johansson <olof@lixom.net>
7982L: netdev@vger.kernel.org
7983S: Maintained
7984F: drivers/net/ethernet/pasemi/*
7985
7986PA SEMI SMBUS DRIVER
7987M: Olof Johansson <olof@lixom.net>
7988L: linux-i2c@vger.kernel.org
7989S: Maintained
7990F: drivers/i2c/busses/i2c-pasemi.c
7991
7992PADATA PARALLEL EXECUTION MECHANISM
7993M: Steffen Klassert <steffen.klassert@secunet.com>
7994L: linux-crypto@vger.kernel.org
7995S: Maintained
7996F: kernel/padata.c
7997F: include/linux/padata.h
7998F: Documentation/padata.txt
7999
8000PANASONIC LAPTOP ACPI EXTRAS DRIVER
8001M: Harald Welte <laforge@gnumonks.org>
8002L: platform-driver-x86@vger.kernel.org
8003S: Maintained
8004F: drivers/platform/x86/panasonic-laptop.c
8005
8006PANASONIC MN10300/AM33/AM34 PORT
8007M: David Howells <dhowells@redhat.com>
8008M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8009L: linux-am33-list@redhat.com (moderated for non-subscribers)
8010W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8011S: Maintained
8012F: Documentation/mn10300/
8013F: arch/mn10300/
8014
8015PARALLEL PORT SUBSYSTEM
8016M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8017M: Sudip Mukherjee <sudip@vectorindia.org>
8018L: linux-parport@lists.infradead.org (subscribers-only)
8019S: Maintained
8020F: drivers/parport/
8021F: include/linux/parport*.h
8022F: drivers/char/ppdev.c
8023F: include/uapi/linux/ppdev.h
8024F: Documentation/parport*.txt
8025
8026PARAVIRT_OPS INTERFACE
8027M: Jeremy Fitzhardinge <jeremy@goop.org>
8028M: Chris Wright <chrisw@sous-sol.org>
8029M: Alok Kataria <akataria@vmware.com>
8030M: Rusty Russell <rusty@rustcorp.com.au>
8031L: virtualization@lists.linux-foundation.org
8032S: Supported
8033F: Documentation/virtual/paravirt_ops.txt
8034F: arch/*/kernel/paravirt*
8035F: arch/*/include/asm/paravirt.h
8036
8037PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8038M: Tim Waugh <tim@cyberelk.net>
8039L: linux-parport@lists.infradead.org (subscribers-only)
8040S: Maintained
8041F: Documentation/blockdev/paride.txt
8042F: drivers/block/paride/
8043
8044PARISC ARCHITECTURE
8045M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8046M: Helge Deller <deller@gmx.de>
8047L: linux-parisc@vger.kernel.org
8048W: http://www.parisc-linux.org/
8049Q: http://patchwork.kernel.org/project/linux-parisc/list/
8050T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8051T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8052S: Maintained
8053F: arch/parisc/
8054F: Documentation/parisc/
8055F: drivers/parisc/
8056F: drivers/char/agp/parisc-agp.c
8057F: drivers/input/serio/gscps2.c
8058F: drivers/parport/parport_gsc.*
8059F: drivers/tty/serial/8250/8250_gsc.c
8060F: drivers/video/fbdev/sti*
8061F: drivers/video/console/sti*
8062F: drivers/video/logo/logo_parisc*
8063
8064PC87360 HARDWARE MONITORING DRIVER
8065M: Jim Cromie <jim.cromie@gmail.com>
8066L: lm-sensors@lm-sensors.org
8067S: Maintained
8068F: Documentation/hwmon/pc87360
8069F: drivers/hwmon/pc87360.c
8070
8071PC8736x GPIO DRIVER
8072M: Jim Cromie <jim.cromie@gmail.com>
8073S: Maintained
8074F: drivers/char/pc8736x_gpio.c
8075
8076PC87427 HARDWARE MONITORING DRIVER
8077M: Jean Delvare <jdelvare@suse.com>
8078L: lm-sensors@lm-sensors.org
8079S: Maintained
8080F: Documentation/hwmon/pc87427
8081F: drivers/hwmon/pc87427.c
8082
8083PCA9532 LED DRIVER
8084M: Riku Voipio <riku.voipio@iki.fi>
8085S: Maintained
8086F: drivers/leds/leds-pca9532.c
8087F: include/linux/leds-pca9532.h
8088
8089PCA9541 I2C BUS MASTER SELECTOR DRIVER
8090M: Guenter Roeck <linux@roeck-us.net>
8091L: linux-i2c@vger.kernel.org
8092S: Maintained
8093F: drivers/i2c/muxes/i2c-mux-pca9541.c
8094
8095PCDP - PRIMARY CONSOLE AND DEBUG PORT
8096M: Khalid Aziz <khalid@gonehiking.org>
8097S: Maintained
8098F: drivers/firmware/pcdp.*
8099
8100PCI ERROR RECOVERY
8101M: Linas Vepstas <linasvepstas@gmail.com>
8102L: linux-pci@vger.kernel.org
8103S: Supported
8104F: Documentation/PCI/pci-error-recovery.txt
8105
8106PCI SUBSYSTEM
8107M: Bjorn Helgaas <bhelgaas@google.com>
8108L: linux-pci@vger.kernel.org
8109Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8110T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8111S: Supported
8112F: Documentation/PCI/
8113F: drivers/pci/
8114F: include/linux/pci*
8115F: arch/x86/pci/
8116F: arch/x86/kernel/quirks.c
8117
8118PCI DRIVER FOR ALTERA PCIE IP
8119M: Ley Foon Tan <lftan@altera.com>
8120L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8121L: linux-pci@vger.kernel.org
8122S: Supported
8123F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8124F: drivers/pci/host/pcie-altera.c
8125
8126PCI DRIVER FOR ARM VERSATILE PLATFORM
8127M: Rob Herring <robh@kernel.org>
8128L: linux-pci@vger.kernel.org
8129L: linux-arm-kernel@lists.infradead.org
8130S: Maintained
8131F: Documentation/devicetree/bindings/pci/versatile.txt
8132F: drivers/pci/host/pci-versatile.c
8133
8134PCI DRIVER FOR APPLIEDMICRO XGENE
8135M: Tanmay Inamdar <tinamdar@apm.com>
8136L: linux-pci@vger.kernel.org
8137L: linux-arm-kernel@lists.infradead.org
8138S: Maintained
8139F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8140F: drivers/pci/host/pci-xgene.c
8141
8142PCI DRIVER FOR FREESCALE LAYERSCAPE
8143M: Minghuan Lian <minghuan.Lian@freescale.com>
8144M: Mingkai Hu <mingkai.hu@freescale.com>
8145M: Roy Zang <tie-fei.zang@freescale.com>
8146L: linuxppc-dev@lists.ozlabs.org
8147L: linux-pci@vger.kernel.org
8148L: linux-arm-kernel@lists.infradead.org
8149S: Maintained
8150F: drivers/pci/host/*layerscape*
8151
8152PCI DRIVER FOR IMX6
8153M: Richard Zhu <Richard.Zhu@freescale.com>
8154M: Lucas Stach <l.stach@pengutronix.de>
8155L: linux-pci@vger.kernel.org
8156L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8157S: Maintained
8158F: drivers/pci/host/*imx6*
8159
8160PCI DRIVER FOR TI KEYSTONE
8161M: Murali Karicheri <m-karicheri2@ti.com>
8162L: linux-pci@vger.kernel.org
8163L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8164S: Maintained
8165F: drivers/pci/host/*keystone*
8166
8167PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8168M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8169M: Jason Cooper <jason@lakedaemon.net>
8170L: linux-pci@vger.kernel.org
8171L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8172S: Maintained
8173F: drivers/pci/host/*mvebu*
8174
8175PCI DRIVER FOR NVIDIA TEGRA
8176M: Thierry Reding <thierry.reding@gmail.com>
8177L: linux-tegra@vger.kernel.org
8178L: linux-pci@vger.kernel.org
8179S: Supported
8180F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8181F: drivers/pci/host/pci-tegra.c
8182
8183PCI DRIVER FOR TI DRA7XX
8184M: Kishon Vijay Abraham I <kishon@ti.com>
8185L: linux-omap@vger.kernel.org
8186L: linux-pci@vger.kernel.org
8187S: Supported
8188F: Documentation/devicetree/bindings/pci/ti-pci.txt
8189F: drivers/pci/host/pci-dra7xx.c
8190
8191PCI DRIVER FOR RENESAS R-CAR
8192M: Simon Horman <horms@verge.net.au>
8193L: linux-pci@vger.kernel.org
8194L: linux-sh@vger.kernel.org
8195S: Maintained
8196F: drivers/pci/host/*rcar*
8197
8198PCI DRIVER FOR SAMSUNG EXYNOS
8199M: Jingoo Han <jingoohan1@gmail.com>
8200L: linux-pci@vger.kernel.org
8201L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8202L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8203S: Maintained
8204F: drivers/pci/host/pci-exynos.c
8205
8206PCI DRIVER FOR SYNOPSIS DESIGNWARE
8207M: Jingoo Han <jingoohan1@gmail.com>
8208M: Pratyush Anand <pratyush.anand@gmail.com>
8209L: linux-pci@vger.kernel.org
8210S: Maintained
8211F: drivers/pci/host/*designware*
8212
8213PCI DRIVER FOR GENERIC OF HOSTS
8214M: Will Deacon <will.deacon@arm.com>
8215L: linux-pci@vger.kernel.org
8216L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8217S: Maintained
8218F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8219F: drivers/pci/host/pci-host-generic.c
8220
8221PCIE DRIVER FOR ST SPEAR13XX
8222M: Pratyush Anand <pratyush.anand@gmail.com>
8223L: linux-pci@vger.kernel.org
8224S: Maintained
8225F: drivers/pci/host/*spear*
8226
8227PCI MSI DRIVER FOR ALTERA MSI IP
8228M: Ley Foon Tan <lftan@altera.com>
8229L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8230L: linux-pci@vger.kernel.org
8231S: Supported
8232F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8233F: drivers/pci/host/pcie-altera-msi.c
8234
8235PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8236M: Duc Dang <dhdang@apm.com>
8237L: linux-pci@vger.kernel.org
8238L: linux-arm-kernel@lists.infradead.org
8239S: Maintained
8240F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8241F: drivers/pci/host/pci-xgene-msi.c
8242
8243PCIE DRIVER FOR HISILICON
8244M: Zhou Wang <wangzhou1@hisilicon.com>
8245L: linux-pci@vger.kernel.org
8246S: Maintained
8247F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8248F: drivers/pci/host/pcie-hisi.c
8249
8250PCMCIA SUBSYSTEM
8251P: Linux PCMCIA Team
8252L: linux-pcmcia@lists.infradead.org
8253W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8254T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8255S: Maintained
8256F: Documentation/pcmcia/
8257F: drivers/pcmcia/
8258F: include/pcmcia/
8259
8260PCNET32 NETWORK DRIVER
8261M: Don Fry <pcnet32@frontier.com>
8262L: netdev@vger.kernel.org
8263S: Maintained
8264F: drivers/net/ethernet/amd/pcnet32.c
8265
8266PCRYPT PARALLEL CRYPTO ENGINE
8267M: Steffen Klassert <steffen.klassert@secunet.com>
8268L: linux-crypto@vger.kernel.org
8269S: Maintained
8270F: crypto/pcrypt.c
8271F: include/crypto/pcrypt.h
8272
8273PER-CPU MEMORY ALLOCATOR
8274M: Tejun Heo <tj@kernel.org>
8275M: Christoph Lameter <cl@linux-foundation.org>
8276T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8277S: Maintained
8278F: include/linux/percpu*.h
8279F: mm/percpu*.c
8280F: arch/*/include/asm/percpu.h
8281
8282PER-TASK DELAY ACCOUNTING
8283M: Balbir Singh <bsingharora@gmail.com>
8284S: Maintained
8285F: include/linux/delayacct.h
8286F: kernel/delayacct.c
8287
8288PERFORMANCE EVENTS SUBSYSTEM
8289M: Peter Zijlstra <peterz@infradead.org>
8290M: Ingo Molnar <mingo@redhat.com>
8291M: Arnaldo Carvalho de Melo <acme@kernel.org>
8292L: linux-kernel@vger.kernel.org
8293T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8294S: Supported
8295F: kernel/events/*
8296F: include/linux/perf_event.h
8297F: include/uapi/linux/perf_event.h
8298F: arch/*/kernel/perf_event*.c
8299F: arch/*/kernel/*/perf_event*.c
8300F: arch/*/kernel/*/*/perf_event*.c
8301F: arch/*/include/asm/perf_event.h
8302F: arch/*/kernel/perf_callchain.c
8303F: tools/perf/
8304
8305PERSONALITY HANDLING
8306M: Christoph Hellwig <hch@infradead.org>
8307L: linux-abi-devel@lists.sourceforge.net
8308S: Maintained
8309F: include/linux/personality.h
8310F: include/uapi/linux/personality.h
8311
8312PHONET PROTOCOL
8313M: Remi Denis-Courmont <courmisch@gmail.com>
8314S: Supported
8315F: Documentation/networking/phonet.txt
8316F: include/linux/phonet.h
8317F: include/net/phonet/
8318F: include/uapi/linux/phonet.h
8319F: net/phonet/
8320
8321PHRAM MTD DRIVER
8322M: Joern Engel <joern@lazybastard.org>
8323L: linux-mtd@lists.infradead.org
8324S: Maintained
8325F: drivers/mtd/devices/phram.c
8326
8327PICOLCD HID DRIVER
8328M: Bruno Prémont <bonbons@linux-vserver.org>
8329L: linux-input@vger.kernel.org
8330S: Maintained
8331F: drivers/hid/hid-picolcd*
8332
8333PICOXCELL SUPPORT
8334M: Jamie Iles <jamie@jamieiles.com>
8335L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8336T: git git://github.com/jamieiles/linux-2.6-ji.git
8337S: Supported
8338F: arch/arm/boot/dts/picoxcell*
8339F: arch/arm/mach-picoxcell/
8340F: drivers/crypto/picoxcell*
8341
8342PIN CONTROL SUBSYSTEM
8343M: Linus Walleij <linus.walleij@linaro.org>
8344L: linux-gpio@vger.kernel.org
8345T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8346S: Maintained
8347F: drivers/pinctrl/
8348F: include/linux/pinctrl/
8349
8350PIN CONTROLLER - ATMEL AT91
8351M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8352L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8353S: Maintained
8354F: drivers/pinctrl/pinctrl-at91.*
8355
8356PIN CONTROLLER - ATMEL AT91 PIO4
8357M: Ludovic Desroches <ludovic.desroches@atmel.com>
8358L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8359L: linux-gpio@vger.kernel.org
8360S: Supported
8361F: drivers/pinctrl/pinctrl-at91-pio4.*
8362
8363PIN CONTROLLER - INTEL
8364M: Mika Westerberg <mika.westerberg@linux.intel.com>
8365M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
8366S: Maintained
8367F: drivers/pinctrl/intel/
8368
8369PIN CONTROLLER - RENESAS
8370M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8371L: linux-sh@vger.kernel.org
8372S: Maintained
8373F: drivers/pinctrl/sh-pfc/
8374
8375PIN CONTROLLER - SAMSUNG
8376M: Tomasz Figa <tomasz.figa@gmail.com>
8377L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8378L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8379S: Maintained
8380F: drivers/pinctrl/samsung/
8381
8382PIN CONTROLLER - SINGLE
8383M: Tony Lindgren <tony@atomide.com>
8384M: Haojian Zhuang <haojian.zhuang@linaro.org>
8385L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8386L: linux-omap@vger.kernel.org
8387S: Maintained
8388F: drivers/pinctrl/pinctrl-single.c
8389
8390PIN CONTROLLER - ST SPEAR
8391M: Viresh Kumar <vireshk@kernel.org>
8392L: spear-devel@list.st.com
8393L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8394W: http://www.st.com/spear
8395S: Maintained
8396F: drivers/pinctrl/spear/
8397
8398PKTCDVD DRIVER
8399M: Jiri Kosina <jikos@kernel.org>
8400S: Maintained
8401F: drivers/block/pktcdvd.c
8402F: include/linux/pktcdvd.h
8403F: include/uapi/linux/pktcdvd.h
8404
8405PKUNITY SOC DRIVERS
8406M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8407W: http://mprc.pku.edu.cn/~guanxuetao/linux
8408S: Maintained
8409T: git git://github.com/gxt/linux.git
8410F: drivers/input/serio/i8042-unicore32io.h
8411F: drivers/i2c/busses/i2c-puv3.c
8412F: drivers/video/fbdev/fb-puv3.c
8413F: drivers/rtc/rtc-puv3.c
8414
8415PMBUS HARDWARE MONITORING DRIVERS
8416M: Guenter Roeck <linux@roeck-us.net>
8417L: lm-sensors@lm-sensors.org
8418W: http://www.lm-sensors.org/
8419W: http://www.roeck-us.net/linux/drivers/
8420T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8421S: Maintained
8422F: Documentation/hwmon/pmbus
8423F: drivers/hwmon/pmbus/
8424F: include/linux/i2c/pmbus.h
8425
8426PMC SIERRA MaxRAID DRIVER
8427L: linux-scsi@vger.kernel.org
8428W: http://www.pmc-sierra.com/
8429S: Orphan
8430F: drivers/scsi/pmcraid.*
8431
8432PMC SIERRA PM8001 DRIVER
8433M: Jack Wang <jinpu.wang@profitbricks.com>
8434M: lindar_liu@usish.com
8435L: pmchba@pmcs.com
8436L: linux-scsi@vger.kernel.org
8437S: Supported
8438F: drivers/scsi/pm8001/
8439
8440POSIX CLOCKS and TIMERS
8441M: Thomas Gleixner <tglx@linutronix.de>
8442L: linux-kernel@vger.kernel.org
8443T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8444S: Maintained
8445F: fs/timerfd.c
8446F: include/linux/timer*
8447F: kernel/time/*timer*
8448
8449POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8450M: Sebastian Reichel <sre@kernel.org>
8451M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8452M: David Woodhouse <dwmw2@infradead.org>
8453L: linux-pm@vger.kernel.org
8454T: git git://git.infradead.org/battery-2.6.git
8455S: Maintained
8456F: include/linux/power_supply.h
8457F: drivers/power/
8458X: drivers/power/avs/
8459
8460POWER STATE COORDINATION INTERFACE (PSCI)
8461M: Mark Rutland <mark.rutland@arm.com>
8462M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8463L: linux-arm-kernel@lists.infradead.org
8464S: Maintained
8465F: drivers/firmware/psci.c
8466F: include/linux/psci.h
8467F: include/uapi/linux/psci.h
8468
8469PNP SUPPORT
8470M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8471S: Maintained
8472F: drivers/pnp/
8473
8474PPP PROTOCOL DRIVERS AND COMPRESSORS
8475M: Paul Mackerras <paulus@samba.org>
8476L: linux-ppp@vger.kernel.org
8477S: Maintained
8478F: drivers/net/ppp/ppp_*
8479
8480PPP OVER ATM (RFC 2364)
8481M: Mitchell Blank Jr <mitch@sfgoth.com>
8482S: Maintained
8483F: net/atm/pppoatm.c
8484F: include/uapi/linux/atmppp.h
8485
8486PPP OVER ETHERNET
8487M: Michal Ostrowski <mostrows@earthlink.net>
8488S: Maintained
8489F: drivers/net/ppp/pppoe.c
8490F: drivers/net/ppp/pppox.c
8491
8492PPP OVER L2TP
8493M: James Chapman <jchapman@katalix.com>
8494S: Maintained
8495F: net/l2tp/l2tp_ppp.c
8496F: include/linux/if_pppol2tp.h
8497F: include/uapi/linux/if_pppol2tp.h
8498
8499PPS SUPPORT
8500M: Rodolfo Giometti <giometti@enneenne.com>
8501W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8502L: linuxpps@ml.enneenne.com (subscribers-only)
8503S: Maintained
8504F: Documentation/pps/
8505F: drivers/pps/
8506F: include/linux/pps*.h
8507
8508PPTP DRIVER
8509M: Dmitry Kozlov <xeb@mail.ru>
8510L: netdev@vger.kernel.org
8511S: Maintained
8512F: drivers/net/ppp/pptp.c
8513W: http://sourceforge.net/projects/accel-pptp
8514
8515PREEMPTIBLE KERNEL
8516M: Robert Love <rml@tech9.net>
8517L: kpreempt-tech@lists.sourceforge.net
8518W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8519S: Supported
8520F: Documentation/preempt-locking.txt
8521F: include/linux/preempt.h
8522
8523PRISM54 WIRELESS DRIVER
8524M: "Luis R. Rodriguez" <mcgrof@gmail.com>
8525L: linux-wireless@vger.kernel.org
8526W: http://wireless.kernel.org/en/users/Drivers/p54
8527S: Obsolete
8528F: drivers/net/wireless/prism54/
8529
8530PS3 NETWORK SUPPORT
8531M: Geoff Levand <geoff@infradead.org>
8532L: netdev@vger.kernel.org
8533L: linuxppc-dev@lists.ozlabs.org
8534S: Maintained
8535F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
8536
8537PS3 PLATFORM SUPPORT
8538M: Geoff Levand <geoff@infradead.org>
8539L: linuxppc-dev@lists.ozlabs.org
8540S: Maintained
8541F: arch/powerpc/boot/ps3*
8542F: arch/powerpc/include/asm/lv1call.h
8543F: arch/powerpc/include/asm/ps3*.h
8544F: arch/powerpc/platforms/ps3/
8545F: drivers/*/ps3*
8546F: drivers/ps3/
8547F: drivers/rtc/rtc-ps3.c
8548F: drivers/usb/host/*ps3.c
8549F: sound/ppc/snd_ps3*
8550
8551PS3VRAM DRIVER
8552M: Jim Paris <jim@jtan.com>
8553M: Geoff Levand <geoff@infradead.org>
8554L: linuxppc-dev@lists.ozlabs.org
8555S: Maintained
8556F: drivers/block/ps3vram.c
8557
8558PSTORE FILESYSTEM
8559M: Anton Vorontsov <anton@enomsg.org>
8560M: Colin Cross <ccross@android.com>
8561M: Kees Cook <keescook@chromium.org>
8562M: Tony Luck <tony.luck@intel.com>
8563S: Maintained
8564T: git git://git.infradead.org/users/cbou/linux-pstore.git
8565F: fs/pstore/
8566F: include/linux/pstore*
8567F: drivers/firmware/efi/efi-pstore.c
8568F: drivers/acpi/apei/erst.c
8569
8570PTP HARDWARE CLOCK SUPPORT
8571M: Richard Cochran <richardcochran@gmail.com>
8572L: netdev@vger.kernel.org
8573S: Maintained
8574W: http://linuxptp.sourceforge.net/
8575F: Documentation/ABI/testing/sysfs-ptp
8576F: Documentation/ptp/*
8577F: drivers/net/ethernet/freescale/gianfar_ptp.c
8578F: drivers/net/phy/dp83640*
8579F: drivers/ptp/*
8580F: include/linux/ptp_cl*
8581
8582PTRACE SUPPORT
8583M: Roland McGrath <roland@hack.frob.com>
8584M: Oleg Nesterov <oleg@redhat.com>
8585S: Maintained
8586F: include/asm-generic/syscall.h
8587F: include/linux/ptrace.h
8588F: include/linux/regset.h
8589F: include/linux/tracehook.h
8590F: include/uapi/linux/ptrace.h
8591F: kernel/ptrace.c
8592
8593PVRUSB2 VIDEO4LINUX DRIVER
8594M: Mike Isely <isely@pobox.com>
8595L: pvrusb2@isely.net (subscribers-only)
8596L: linux-media@vger.kernel.org
8597W: http://www.isely.net/pvrusb2/
8598T: git git://linuxtv.org/media_tree.git
8599S: Maintained
8600F: Documentation/video4linux/README.pvrusb2
8601F: drivers/media/usb/pvrusb2/
8602
8603PWC WEBCAM DRIVER
8604M: Hans de Goede <hdegoede@redhat.com>
8605L: linux-media@vger.kernel.org
8606T: git git://linuxtv.org/media_tree.git
8607S: Maintained
8608F: drivers/media/usb/pwc/*
8609
8610PWM FAN DRIVER
8611M: Kamil Debski <k.debski@samsung.com>
8612L: lm-sensors@lm-sensors.org
8613S: Supported
8614F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8615F: Documentation/hwmon/pwm-fan
8616F: drivers/hwmon/pwm-fan.c
8617
8618PWM SUBSYSTEM
8619M: Thierry Reding <thierry.reding@gmail.com>
8620L: linux-pwm@vger.kernel.org
8621S: Maintained
8622T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8623F: Documentation/pwm.txt
8624F: Documentation/devicetree/bindings/pwm/
8625F: include/linux/pwm.h
8626F: drivers/pwm/
8627F: drivers/video/backlight/pwm_bl.c
8628F: include/linux/pwm_backlight.h
8629
8630PXA2xx/PXA3xx SUPPORT
8631M: Daniel Mack <daniel@zonque.org>
8632M: Haojian Zhuang <haojian.zhuang@gmail.com>
8633M: Robert Jarzmik <robert.jarzmik@free.fr>
8634L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8635T: git git://github.com/hzhuang1/linux.git
8636T: git git://github.com/rjarzmik/linux.git
8637S: Maintained
8638F: arch/arm/mach-pxa/
8639F: drivers/dma/pxa*
8640F: drivers/pcmcia/pxa2xx*
8641F: drivers/spi/spi-pxa2xx*
8642F: drivers/usb/gadget/udc/pxa2*
8643F: include/sound/pxa2xx-lib.h
8644F: sound/arm/pxa*
8645F: sound/soc/pxa/
8646
8647PXA3xx NAND FLASH DRIVER
8648M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8649L: linux-mtd@lists.infradead.org
8650S: Maintained
8651F: drivers/mtd/nand/pxa3xx_nand.c
8652
8653MMP SUPPORT
8654M: Eric Miao <eric.y.miao@gmail.com>
8655M: Haojian Zhuang <haojian.zhuang@gmail.com>
8656L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8657T: git git://github.com/hzhuang1/linux.git
8658T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
8659S: Maintained
8660F: arch/arm/mach-mmp/
8661
8662PXA MMCI DRIVER
8663S: Orphan
8664
8665PXA RTC DRIVER
8666M: Robert Jarzmik <robert.jarzmik@free.fr>
8667L: rtc-linux@googlegroups.com
8668S: Maintained
8669
8670QAT DRIVER
8671M: Tadeusz Struk <tadeusz.struk@intel.com>
8672L: qat-linux@intel.com
8673S: Supported
8674F: drivers/crypto/qat/
8675
8676QIB DRIVER
8677M: Mike Marciniszyn <infinipath@intel.com>
8678L: linux-rdma@vger.kernel.org
8679S: Supported
8680F: drivers/infiniband/hw/qib/
8681
8682QLOGIC QLA1280 SCSI DRIVER
8683M: Michael Reed <mdr@sgi.com>
8684L: linux-scsi@vger.kernel.org
8685S: Maintained
8686F: drivers/scsi/qla1280.[ch]
8687
8688QLOGIC QLA2XXX FC-SCSI DRIVER
8689M: qla2xxx-upstream@qlogic.com
8690L: linux-scsi@vger.kernel.org
8691S: Supported
8692F: Documentation/scsi/LICENSE.qla2xxx
8693F: drivers/scsi/qla2xxx/
8694
8695QLOGIC QLA4XXX iSCSI DRIVER
8696M: QLogic-Storage-Upstream@qlogic.com
8697L: linux-scsi@vger.kernel.org
8698S: Supported
8699F: Documentation/scsi/LICENSE.qla4xxx
8700F: drivers/scsi/qla4xxx/
8701
8702QLOGIC QLA3XXX NETWORK DRIVER
8703M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8704M: Ron Mercer <ron.mercer@qlogic.com>
8705M: linux-driver@qlogic.com
8706L: netdev@vger.kernel.org
8707S: Supported
8708F: Documentation/networking/LICENSE.qla3xxx
8709F: drivers/net/ethernet/qlogic/qla3xxx.*
8710
8711QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8712M: Dept-GELinuxNICDev@qlogic.com
8713L: netdev@vger.kernel.org
8714S: Supported
8715F: drivers/net/ethernet/qlogic/qlcnic/
8716
8717QLOGIC QLGE 10Gb ETHERNET DRIVER
8718M: Harish Patil <harish.patil@qlogic.com>
8719M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8720M: Dept-GELinuxNICDev@qlogic.com
8721M: linux-driver@qlogic.com
8722L: netdev@vger.kernel.org
8723S: Supported
8724F: drivers/net/ethernet/qlogic/qlge/
8725
8726QLOGIC QL4xxx ETHERNET DRIVER
8727M: Yuval Mintz <Yuval.Mintz@qlogic.com>
8728M: Ariel Elior <Ariel.Elior@qlogic.com>
8729M: everest-linux-l2@qlogic.com
8730L: netdev@vger.kernel.org
8731S: Supported
8732F: drivers/net/ethernet/qlogic/qed/
8733F: include/linux/qed/
8734F: drivers/net/ethernet/qlogic/qede/
8735
8736QNX4 FILESYSTEM
8737M: Anders Larsen <al@alarsen.net>
8738W: http://www.alarsen.net/linux/qnx4fs/
8739S: Maintained
8740F: fs/qnx4/
8741F: include/uapi/linux/qnx4_fs.h
8742F: include/uapi/linux/qnxtypes.h
8743
8744QT1010 MEDIA DRIVER
8745M: Antti Palosaari <crope@iki.fi>
8746L: linux-media@vger.kernel.org
8747W: http://linuxtv.org/
8748W: http://palosaari.fi/linux/
8749Q: http://patchwork.linuxtv.org/project/linux-media/list/
8750T: git git://linuxtv.org/anttip/media_tree.git
8751S: Maintained
8752F: drivers/media/tuners/qt1010*
8753
8754QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8755M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8756L: linux-wireless@vger.kernel.org
8757L: ath9k-devel@lists.ath9k.org
8758W: http://wireless.kernel.org/en/users/Drivers/ath9k
8759S: Supported
8760F: drivers/net/wireless/ath/ath9k/
8761
8762QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8763M: Kalle Valo <kvalo@qca.qualcomm.com>
8764L: ath10k@lists.infradead.org
8765W: http://wireless.kernel.org/en/users/Drivers/ath10k
8766T: git git://github.com/kvalo/ath.git
8767S: Supported
8768F: drivers/net/wireless/ath/ath10k/
8769
8770QUALCOMM HEXAGON ARCHITECTURE
8771M: Richard Kuo <rkuo@codeaurora.org>
8772L: linux-hexagon@vger.kernel.org
8773S: Supported
8774F: arch/hexagon/
8775
8776QUALCOMM WCN36XX WIRELESS DRIVER
8777M: Eugene Krasnikov <k.eugene.e@gmail.com>
8778L: wcn36xx@lists.infradead.org
8779W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
8780T: git git://github.com/KrasnikovEugene/wcn36xx.git
8781S: Supported
8782F: drivers/net/wireless/ath/wcn36xx/
8783
8784RADOS BLOCK DEVICE (RBD)
8785M: Ilya Dryomov <idryomov@gmail.com>
8786M: Sage Weil <sage@redhat.com>
8787M: Alex Elder <elder@kernel.org>
8788L: ceph-devel@vger.kernel.org
8789W: http://ceph.com/
8790T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8791T: git git://github.com/ceph/ceph-client.git
8792S: Supported
8793F: Documentation/ABI/testing/sysfs-bus-rbd
8794F: drivers/block/rbd.c
8795F: drivers/block/rbd_types.h
8796
8797RADEON FRAMEBUFFER DISPLAY DRIVER
8798M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8799L: linux-fbdev@vger.kernel.org
8800S: Maintained
8801F: drivers/video/fbdev/aty/radeon*
8802F: include/uapi/linux/radeonfb.h
8803
8804RADIOSHARK RADIO DRIVER
8805M: Hans de Goede <hdegoede@redhat.com>
8806L: linux-media@vger.kernel.org
8807T: git git://linuxtv.org/media_tree.git
8808S: Maintained
8809F: drivers/media/radio/radio-shark.c
8810
8811RADIOSHARK2 RADIO DRIVER
8812M: Hans de Goede <hdegoede@redhat.com>
8813L: linux-media@vger.kernel.org
8814T: git git://linuxtv.org/media_tree.git
8815S: Maintained
8816F: drivers/media/radio/radio-shark2.c
8817F: drivers/media/radio/radio-tea5777.c
8818
8819RAGE128 FRAMEBUFFER DISPLAY DRIVER
8820M: Paul Mackerras <paulus@samba.org>
8821L: linux-fbdev@vger.kernel.org
8822S: Maintained
8823F: drivers/video/fbdev/aty/aty128fb.c
8824
8825RALINK RT2X00 WIRELESS LAN DRIVER
8826P: rt2x00 project
8827M: Stanislaw Gruszka <sgruszka@redhat.com>
8828M: Helmut Schaa <helmut.schaa@googlemail.com>
8829L: linux-wireless@vger.kernel.org
8830S: Maintained
8831F: drivers/net/wireless/rt2x00/
8832
8833RAMDISK RAM BLOCK DEVICE DRIVER
8834M: Jens Axboe <axboe@kernel.dk>
8835S: Maintained
8836F: Documentation/blockdev/ramdisk.txt
8837F: drivers/block/brd.c
8838
8839RANDOM NUMBER DRIVER
8840M: "Theodore Ts'o" <tytso@mit.edu>
8841S: Maintained
8842F: drivers/char/random.c
8843
8844RAPIDIO SUBSYSTEM
8845M: Matt Porter <mporter@kernel.crashing.org>
8846M: Alexandre Bounine <alexandre.bounine@idt.com>
8847S: Maintained
8848F: drivers/rapidio/
8849
8850RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8851L: linux-wireless@vger.kernel.org
8852S: Orphan
8853F: drivers/net/wireless/ray*
8854
8855RCUTORTURE MODULE
8856M: Josh Triplett <josh@joshtriplett.org>
8857M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8858L: linux-kernel@vger.kernel.org
8859S: Supported
8860T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8861F: Documentation/RCU/torture.txt
8862F: kernel/rcu/rcutorture.c
8863
8864RCUTORTURE TEST FRAMEWORK
8865M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8866M: Josh Triplett <josh@joshtriplett.org>
8867R: Steven Rostedt <rostedt@goodmis.org>
8868R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8869R: Lai Jiangshan <jiangshanlai@gmail.com>
8870L: linux-kernel@vger.kernel.org
8871S: Supported
8872T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8873F: tools/testing/selftests/rcutorture
8874
8875RDC R-321X SoC
8876M: Florian Fainelli <florian@openwrt.org>
8877S: Maintained
8878
8879RDC R6040 FAST ETHERNET DRIVER
8880M: Florian Fainelli <florian@openwrt.org>
8881L: netdev@vger.kernel.org
8882S: Maintained
8883F: drivers/net/ethernet/rdc/r6040.c
8884
8885RDS - RELIABLE DATAGRAM SOCKETS
8886M: Chien Yen <chien.yen@oracle.com>
8887L: rds-devel@oss.oracle.com (moderated for non-subscribers)
8888S: Supported
8889F: net/rds/
8890
8891READ-COPY UPDATE (RCU)
8892M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8893M: Josh Triplett <josh@joshtriplett.org>
8894R: Steven Rostedt <rostedt@goodmis.org>
8895R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8896R: Lai Jiangshan <jiangshanlai@gmail.com>
8897L: linux-kernel@vger.kernel.org
8898W: http://www.rdrop.com/users/paulmck/RCU/
8899S: Supported
8900T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8901F: Documentation/RCU/
8902X: Documentation/RCU/torture.txt
8903F: include/linux/rcu*
8904X: include/linux/srcu.h
8905F: kernel/rcu/
8906X: kernel/torture.c
8907
8908REAL TIME CLOCK (RTC) SUBSYSTEM
8909M: Alessandro Zummo <a.zummo@towertech.it>
8910M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
8911L: rtc-linux@googlegroups.com
8912Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
8913T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8914S: Maintained
8915F: Documentation/rtc.txt
8916F: drivers/rtc/
8917F: include/linux/rtc.h
8918F: include/uapi/linux/rtc.h
8919
8920REALTEK AUDIO CODECS
8921M: Bard Liao <bardliao@realtek.com>
8922M: Oder Chiou <oder_chiou@realtek.com>
8923S: Maintained
8924F: sound/soc/codecs/rt*
8925F: include/sound/rt*.h
8926
8927REISERFS FILE SYSTEM
8928L: reiserfs-devel@vger.kernel.org
8929S: Supported
8930F: fs/reiserfs/
8931
8932REGISTER MAP ABSTRACTION
8933M: Mark Brown <broonie@kernel.org>
8934L: linux-kernel@vger.kernel.org
8935T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8936S: Supported
8937F: drivers/base/regmap/
8938F: include/linux/regmap.h
8939
8940REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8941M: Ohad Ben-Cohen <ohad@wizery.com>
8942T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8943S: Maintained
8944F: drivers/remoteproc/
8945F: Documentation/remoteproc.txt
8946F: include/linux/remoteproc.h
8947
8948REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8949M: Ohad Ben-Cohen <ohad@wizery.com>
8950T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8951S: Maintained
8952F: drivers/rpmsg/
8953F: Documentation/rpmsg.txt
8954F: include/linux/rpmsg.h
8955
8956RENESAS ETHERNET DRIVERS
8957R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
8958L: netdev@vger.kernel.org
8959L: linux-sh@vger.kernel.org
8960F: drivers/net/ethernet/renesas/
8961F: include/linux/sh_eth.h
8962
8963RESET CONTROLLER FRAMEWORK
8964M: Philipp Zabel <p.zabel@pengutronix.de>
8965S: Maintained
8966F: drivers/reset/
8967F: Documentation/devicetree/bindings/reset/
8968F: include/dt-bindings/reset/
8969F: include/linux/reset.h
8970F: include/linux/reset-controller.h
8971
8972RFKILL
8973M: Johannes Berg <johannes@sipsolutions.net>
8974L: linux-wireless@vger.kernel.org
8975W: http://wireless.kernel.org/
8976T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8977T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8978S: Maintained
8979F: Documentation/rfkill.txt
8980F: net/rfkill/
8981
8982RHASHTABLE
8983M: Thomas Graf <tgraf@suug.ch>
8984L: netdev@vger.kernel.org
8985S: Maintained
8986F: lib/rhashtable.c
8987F: include/linux/rhashtable.h
8988
8989RICOH SMARTMEDIA/XD DRIVER
8990M: Maxim Levitsky <maximlevitsky@gmail.com>
8991S: Maintained
8992F: drivers/mtd/nand/r852.c
8993F: drivers/mtd/nand/r852.h
8994
8995RICOH R5C592 MEMORYSTICK DRIVER
8996M: Maxim Levitsky <maximlevitsky@gmail.com>
8997S: Maintained
8998F: drivers/memstick/host/r592.*
8999
9000ROCCAT DRIVERS
9001M: Stefan Achatz <erazor_de@users.sourceforge.net>
9002W: http://sourceforge.net/projects/roccat/
9003S: Maintained
9004F: drivers/hid/hid-roccat*
9005F: include/linux/hid-roccat*
9006F: Documentation/ABI/*/sysfs-driver-hid-roccat*
9007
9008ROCKER DRIVER
9009M: Jiri Pirko <jiri@resnulli.us>
9010M: Scott Feldman <sfeldma@gmail.com>
9011L: netdev@vger.kernel.org
9012S: Supported
9013F: drivers/net/ethernet/rocker/
9014
9015ROCKETPORT DRIVER
9016P: Comtrol Corp.
9017W: http://www.comtrol.com
9018S: Maintained
9019F: Documentation/serial/rocket.txt
9020F: drivers/tty/rocket*
9021
9022ROCKETPORT EXPRESS/INFINITY DRIVER
9023M: Kevin Cernekee <cernekee@gmail.com>
9024L: linux-serial@vger.kernel.org
9025S: Odd Fixes
9026F: drivers/tty/serial/rp2.*
9027
9028ROSE NETWORK LAYER
9029M: Ralf Baechle <ralf@linux-mips.org>
9030L: linux-hams@vger.kernel.org
9031W: http://www.linux-ax25.org/
9032S: Maintained
9033F: include/net/rose.h
9034F: include/uapi/linux/rose.h
9035F: net/rose/
9036
9037RTL2830 MEDIA DRIVER
9038M: Antti Palosaari <crope@iki.fi>
9039L: linux-media@vger.kernel.org
9040W: http://linuxtv.org/
9041W: http://palosaari.fi/linux/
9042Q: http://patchwork.linuxtv.org/project/linux-media/list/
9043T: git git://linuxtv.org/anttip/media_tree.git
9044S: Maintained
9045F: drivers/media/dvb-frontends/rtl2830*
9046
9047RTL2832 MEDIA DRIVER
9048M: Antti Palosaari <crope@iki.fi>
9049L: linux-media@vger.kernel.org
9050W: http://linuxtv.org/
9051W: http://palosaari.fi/linux/
9052Q: http://patchwork.linuxtv.org/project/linux-media/list/
9053T: git git://linuxtv.org/anttip/media_tree.git
9054S: Maintained
9055F: drivers/media/dvb-frontends/rtl2832*
9056
9057RTL2832_SDR MEDIA DRIVER
9058M: Antti Palosaari <crope@iki.fi>
9059L: linux-media@vger.kernel.org
9060W: http://linuxtv.org/
9061W: http://palosaari.fi/linux/
9062Q: http://patchwork.linuxtv.org/project/linux-media/list/
9063T: git git://linuxtv.org/anttip/media_tree.git
9064S: Maintained
9065F: drivers/media/dvb-frontends/rtl2832_sdr*
9066
9067RTL8180 WIRELESS DRIVER
9068L: linux-wireless@vger.kernel.org
9069W: http://wireless.kernel.org/
9070T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9071S: Orphan
9072F: drivers/net/wireless/rtl818x/rtl8180/
9073
9074RTL8187 WIRELESS DRIVER
9075M: Herton Ronaldo Krzesinski <herton@canonical.com>
9076M: Hin-Tak Leung <htl10@users.sourceforge.net>
9077M: Larry Finger <Larry.Finger@lwfinger.net>
9078L: linux-wireless@vger.kernel.org
9079W: http://wireless.kernel.org/
9080T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9081S: Maintained
9082F: drivers/net/wireless/rtl818x/rtl8187/
9083
9084RTL8192CE WIRELESS DRIVER
9085M: Larry Finger <Larry.Finger@lwfinger.net>
9086M: Chaoming Li <chaoming_li@realsil.com.cn>
9087L: linux-wireless@vger.kernel.org
9088W: http://wireless.kernel.org/
9089T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9090S: Maintained
9091F: drivers/net/wireless/rtlwifi/
9092F: drivers/net/wireless/rtlwifi/rtl8192ce/
9093
9094RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9095M: Jes Sorensen <Jes.Sorensen@redhat.com>
9096L: linux-wireless@vger.kernel.org
9097T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9098S: Maintained
9099F: drivers/net/wireless/realtek/rtl8xxxu/
9100
9101S3 SAVAGE FRAMEBUFFER DRIVER
9102M: Antonino Daplas <adaplas@gmail.com>
9103L: linux-fbdev@vger.kernel.org
9104S: Maintained
9105F: drivers/video/fbdev/savage/
9106
9107S390
9108M: Martin Schwidefsky <schwidefsky@de.ibm.com>
9109M: Heiko Carstens <heiko.carstens@de.ibm.com>
9110L: linux-s390@vger.kernel.org
9111W: http://www.ibm.com/developerworks/linux/linux390/
9112S: Supported
9113F: arch/s390/
9114F: drivers/s390/
9115F: Documentation/s390/
9116F: Documentation/DocBook/s390*
9117
9118S390 COMMON I/O LAYER
9119M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9120M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9121L: linux-s390@vger.kernel.org
9122W: http://www.ibm.com/developerworks/linux/linux390/
9123S: Supported
9124F: drivers/s390/cio/
9125
9126S390 DASD DRIVER
9127M: Stefan Weinhuber <wein@de.ibm.com>
9128M: Stefan Haberland <stefan.haberland@de.ibm.com>
9129L: linux-s390@vger.kernel.org
9130W: http://www.ibm.com/developerworks/linux/linux390/
9131S: Supported
9132F: drivers/s390/block/dasd*
9133F: block/partitions/ibm.c
9134
9135S390 NETWORK DRIVERS
9136M: Ursula Braun <ursula.braun@de.ibm.com>
9137L: linux-s390@vger.kernel.org
9138W: http://www.ibm.com/developerworks/linux/linux390/
9139S: Supported
9140F: drivers/s390/net/
9141
9142S390 PCI SUBSYSTEM
9143M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9144M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9145L: linux-s390@vger.kernel.org
9146W: http://www.ibm.com/developerworks/linux/linux390/
9147S: Supported
9148F: arch/s390/pci/
9149F: drivers/pci/hotplug/s390_pci_hpc.c
9150
9151S390 ZCRYPT DRIVER
9152M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9153L: linux-s390@vger.kernel.org
9154W: http://www.ibm.com/developerworks/linux/linux390/
9155S: Supported
9156F: drivers/s390/crypto/
9157
9158S390 ZFCP DRIVER
9159M: Steffen Maier <maier@linux.vnet.ibm.com>
9160L: linux-s390@vger.kernel.org
9161W: http://www.ibm.com/developerworks/linux/linux390/
9162S: Supported
9163F: drivers/s390/scsi/zfcp_*
9164
9165S390 IUCV NETWORK LAYER
9166M: Ursula Braun <ursula.braun@de.ibm.com>
9167L: linux-s390@vger.kernel.org
9168W: http://www.ibm.com/developerworks/linux/linux390/
9169S: Supported
9170F: drivers/s390/net/*iucv*
9171F: include/net/iucv/
9172F: net/iucv/
9173
9174S390 IOMMU (PCI)
9175M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9176L: linux-s390@vger.kernel.org
9177W: http://www.ibm.com/developerworks/linux/linux390/
9178S: Supported
9179F: drivers/iommu/s390-iommu.c
9180
9181S3C24XX SD/MMC Driver
9182M: Ben Dooks <ben-linux@fluff.org>
9183L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9184S: Supported
9185F: drivers/mmc/host/s3cmci.*
9186
9187SAA6588 RDS RECEIVER DRIVER
9188M: Hans Verkuil <hverkuil@xs4all.nl>
9189L: linux-media@vger.kernel.org
9190T: git git://linuxtv.org/media_tree.git
9191W: http://linuxtv.org
9192S: Odd Fixes
9193F: drivers/media/i2c/saa6588*
9194
9195SAA7134 VIDEO4LINUX DRIVER
9196M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9197L: linux-media@vger.kernel.org
9198W: http://linuxtv.org
9199T: git git://linuxtv.org/media_tree.git
9200S: Odd fixes
9201F: Documentation/video4linux/*.saa7134
9202F: drivers/media/pci/saa7134/
9203
9204SAA7146 VIDEO4LINUX-2 DRIVER
9205M: Hans Verkuil <hverkuil@xs4all.nl>
9206L: linux-media@vger.kernel.org
9207T: git git://linuxtv.org/media_tree.git
9208S: Maintained
9209F: drivers/media/common/saa7146/
9210F: drivers/media/pci/saa7146/
9211F: include/media/saa7146*
9212
9213SAMSUNG LAPTOP DRIVER
9214M: Corentin Chary <corentin.chary@gmail.com>
9215L: platform-driver-x86@vger.kernel.org
9216S: Maintained
9217F: drivers/platform/x86/samsung-laptop.c
9218
9219SAMSUNG AUDIO (ASoC) DRIVERS
9220M: Sangbeom Kim <sbkim73@samsung.com>
9221L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9222S: Supported
9223F: sound/soc/samsung/
9224
9225SAMSUNG FRAMEBUFFER DRIVER
9226M: Jingoo Han <jingoohan1@gmail.com>
9227L: linux-fbdev@vger.kernel.org
9228S: Maintained
9229F: drivers/video/fbdev/s3c-fb.c
9230
9231SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9232M: Sangbeom Kim <sbkim73@samsung.com>
9233M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9234L: linux-kernel@vger.kernel.org
9235L: linux-samsung-soc@vger.kernel.org
9236S: Supported
9237F: drivers/mfd/sec*.c
9238F: drivers/regulator/s2m*.c
9239F: drivers/regulator/s5m*.c
9240F: drivers/clk/clk-s2mps11.c
9241F: drivers/rtc/rtc-s5m.c
9242F: include/linux/mfd/samsung/
9243F: Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9244F: Documentation/devicetree/bindings/mfd/s2mp*.txt
9245
9246SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9247M: Kyungmin Park <kyungmin.park@samsung.com>
9248M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9249L: linux-media@vger.kernel.org
9250Q: https://patchwork.linuxtv.org/project/linux-media/list/
9251S: Supported
9252F: drivers/media/platform/exynos4-is/
9253
9254SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9255M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9256L: linux-media@vger.kernel.org
9257L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9258S: Maintained
9259F: drivers/media/platform/s3c-camif/
9260F: include/media/s3c_camif.h
9261
9262SAMSUNG S5C73M3 CAMERA DRIVER
9263M: Kyungmin Park <kyungmin.park@samsung.com>
9264M: Andrzej Hajda <a.hajda@samsung.com>
9265L: linux-media@vger.kernel.org
9266S: Supported
9267F: drivers/media/i2c/s5c73m3/*
9268
9269SAMSUNG S5K5BAF CAMERA DRIVER
9270M: Kyungmin Park <kyungmin.park@samsung.com>
9271M: Andrzej Hajda <a.hajda@samsung.com>
9272L: linux-media@vger.kernel.org
9273S: Supported
9274F: drivers/media/i2c/s5k5baf.c
9275
9276SAMSUNG S3FWRN5 NFC DRIVER
9277M: Robert Baldyga <r.baldyga@samsung.com>
9278L: linux-nfc@lists.01.org (moderated for non-subscribers)
9279S: Supported
9280F: drivers/nfc/s3fwrn5
9281
9282SAMSUNG SOC CLOCK DRIVERS
9283M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9284M: Tomasz Figa <tomasz.figa@gmail.com>
9285S: Supported
9286L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9287F: drivers/clk/samsung/
9288
9289SAMSUNG SXGBE DRIVERS
9290M: Byungho An <bh74.an@samsung.com>
9291M: Girish K S <ks.giri@samsung.com>
9292M: Vipul Pandya <vipul.pandya@samsung.com>
9293S: Supported
9294L: netdev@vger.kernel.org
9295F: drivers/net/ethernet/samsung/sxgbe/
9296
9297SAMSUNG THERMAL DRIVER
9298M: Lukasz Majewski <l.majewski@samsung.com>
9299L: linux-pm@vger.kernel.org
9300L: linux-samsung-soc@vger.kernel.org
9301S: Supported
9302T: https://github.com/lmajewski/linux-samsung-thermal.git
9303F: drivers/thermal/samsung/
9304
9305SAMSUNG USB2 PHY DRIVER
9306M: Kamil Debski <k.debski@samsung.com>
9307L: linux-kernel@vger.kernel.org
9308S: Supported
9309F: Documentation/devicetree/bindings/phy/samsung-phy.txt
9310F: Documentation/phy/samsung-usb2.txt
9311F: drivers/phy/phy-exynos4210-usb2.c
9312F: drivers/phy/phy-exynos4x12-usb2.c
9313F: drivers/phy/phy-exynos5250-usb2.c
9314F: drivers/phy/phy-s5pv210-usb2.c
9315F: drivers/phy/phy-samsung-usb2.c
9316F: drivers/phy/phy-samsung-usb2.h
9317
9318SERIAL DRIVERS
9319M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9320L: linux-serial@vger.kernel.org
9321S: Maintained
9322F: drivers/tty/serial/
9323
9324SYNOPSYS DESIGNWARE DMAC DRIVER
9325M: Viresh Kumar <vireshk@kernel.org>
9326M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9327S: Maintained
9328F: include/linux/dma/dw.h
9329F: include/linux/platform_data/dma-dw.h
9330F: drivers/dma/dw/
9331
9332SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9333M: Lars Persson <lars.persson@axis.com>
9334L: netdev@vger.kernel.org
9335S: Supported
9336F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9337F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9338
9339SYNOPSYS DESIGNWARE I2C DRIVER
9340M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9341M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
9342M: Mika Westerberg <mika.westerberg@linux.intel.com>
9343L: linux-i2c@vger.kernel.org
9344S: Maintained
9345F: drivers/i2c/busses/i2c-designware-*
9346F: include/linux/platform_data/i2c-designware.h
9347
9348SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9349M: Jaehoon Chung <jh80.chung@samsung.com>
9350L: linux-mmc@vger.kernel.org
9351S: Maintained
9352F: include/linux/mmc/dw_mmc.h
9353F: drivers/mmc/host/dw_mmc*
9354
9355SYSTEM TRACE MODULE CLASS
9356M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9357S: Maintained
9358F: Documentation/trace/stm.txt
9359F: drivers/hwtracing/stm/
9360F: include/linux/stm.h
9361F: include/uapi/linux/stm.h
9362
9363THUNDERBOLT DRIVER
9364M: Andreas Noever <andreas.noever@gmail.com>
9365S: Maintained
9366F: drivers/thunderbolt/
9367
9368TIMEKEEPING, CLOCKSOURCE CORE, NTP
9369M: John Stultz <john.stultz@linaro.org>
9370M: Thomas Gleixner <tglx@linutronix.de>
9371L: linux-kernel@vger.kernel.org
9372T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9373S: Supported
9374F: include/linux/clocksource.h
9375F: include/linux/time.h
9376F: include/linux/timex.h
9377F: include/uapi/linux/time.h
9378F: include/uapi/linux/timex.h
9379F: kernel/time/clocksource.c
9380F: kernel/time/time*.c
9381F: kernel/time/ntp.c
9382F: tools/testing/selftests/timers/
9383
9384SC1200 WDT DRIVER
9385M: Zwane Mwaikambo <zwanem@gmail.com>
9386S: Maintained
9387F: drivers/watchdog/sc1200wdt.c
9388
9389SCHEDULER
9390M: Ingo Molnar <mingo@redhat.com>
9391M: Peter Zijlstra <peterz@infradead.org>
9392L: linux-kernel@vger.kernel.org
9393T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9394S: Maintained
9395F: kernel/sched/
9396F: include/linux/sched.h
9397F: include/uapi/linux/sched.h
9398F: include/linux/wait.h
9399
9400SCORE ARCHITECTURE
9401M: Chen Liqin <liqin.linux@gmail.com>
9402M: Lennox Wu <lennox.wu@gmail.com>
9403W: http://www.sunplus.com
9404S: Supported
9405F: arch/score/
9406
9407SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9408M: Sudeep Holla <sudeep.holla@arm.com>
9409L: linux-arm-kernel@lists.infradead.org
9410S: Maintained
9411F: Documentation/devicetree/bindings/arm/arm,scpi.txt
9412F: drivers/clk/clk-scpi.c
9413F: drivers/cpufreq/scpi-cpufreq.c
9414F: drivers/firmware/arm_scpi.c
9415F: include/linux/scpi_protocol.h
9416
9417SCSI CDROM DRIVER
9418M: Jens Axboe <axboe@kernel.dk>
9419L: linux-scsi@vger.kernel.org
9420W: http://www.kernel.dk
9421S: Maintained
9422F: drivers/scsi/sr*
9423
9424SCSI RDMA PROTOCOL (SRP) INITIATOR
9425M: Bart Van Assche <bart.vanassche@sandisk.com>
9426L: linux-rdma@vger.kernel.org
9427S: Supported
9428W: http://www.openfabrics.org
9429Q: http://patchwork.kernel.org/project/linux-rdma/list/
9430T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9431F: drivers/infiniband/ulp/srp/
9432F: include/scsi/srp.h
9433
9434SCSI SG DRIVER
9435M: Doug Gilbert <dgilbert@interlog.com>
9436L: linux-scsi@vger.kernel.org
9437W: http://sg.danny.cz/sg
9438S: Maintained
9439F: Documentation/scsi/scsi-generic.txt
9440F: drivers/scsi/sg.c
9441F: include/scsi/sg.h
9442
9443SCSI SUBSYSTEM
9444M: "James E.J. Bottomley" <JBottomley@odin.com>
9445T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9446M: "Martin K. Petersen" <martin.petersen@oracle.com>
9447T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9448L: linux-scsi@vger.kernel.org
9449S: Maintained
9450F: drivers/scsi/
9451F: include/scsi/
9452
9453SCSI TAPE DRIVER
9454M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9455L: linux-scsi@vger.kernel.org
9456S: Maintained
9457F: Documentation/scsi/st.txt
9458F: drivers/scsi/st.*
9459F: drivers/scsi/st_*.h
9460
9461SCTP PROTOCOL
9462M: Vlad Yasevich <vyasevich@gmail.com>
9463M: Neil Horman <nhorman@tuxdriver.com>
9464L: linux-sctp@vger.kernel.org
9465W: http://lksctp.sourceforge.net
9466S: Maintained
9467F: Documentation/networking/sctp.txt
9468F: include/linux/sctp.h
9469F: include/uapi/linux/sctp.h
9470F: include/net/sctp/
9471F: net/sctp/
9472
9473SCx200 CPU SUPPORT
9474M: Jim Cromie <jim.cromie@gmail.com>
9475S: Odd Fixes
9476F: Documentation/i2c/busses/scx200_acb
9477F: arch/x86/platform/scx200/
9478F: drivers/watchdog/scx200_wdt.c
9479F: drivers/i2c/busses/scx200*
9480F: drivers/mtd/maps/scx200_docflash.c
9481F: include/linux/scx200.h
9482
9483SCx200 GPIO DRIVER
9484M: Jim Cromie <jim.cromie@gmail.com>
9485S: Maintained
9486F: drivers/char/scx200_gpio.c
9487F: include/linux/scx200_gpio.h
9488
9489SCx200 HRT CLOCKSOURCE DRIVER
9490M: Jim Cromie <jim.cromie@gmail.com>
9491S: Maintained
9492F: drivers/clocksource/scx200_hrt.c
9493
9494SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9495M: Sascha Sommer <saschasommer@freenet.de>
9496L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9497S: Maintained
9498F: drivers/mmc/host/sdricoh_cs.c
9499
9500SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9501L: linux-mmc@vger.kernel.org
9502S: Orphan
9503F: drivers/mmc/host/sdhci.*
9504F: drivers/mmc/host/sdhci-pltfm.[ch]
9505
9506SECURE COMPUTING
9507M: Kees Cook <keescook@chromium.org>
9508R: Andy Lutomirski <luto@amacapital.net>
9509R: Will Drewry <wad@chromium.org>
9510T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9511S: Supported
9512F: kernel/seccomp.c
9513F: include/uapi/linux/seccomp.h
9514F: include/linux/seccomp.h
9515F: tools/testing/selftests/seccomp/*
9516K: \bsecure_computing
9517K: \bTIF_SECCOMP\b
9518
9519SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9520M: Ben Dooks <ben-linux@fluff.org>
9521M: Jaehoon Chung <jh80.chung@samsung.com>
9522L: linux-mmc@vger.kernel.org
9523S: Maintained
9524F: drivers/mmc/host/sdhci-s3c*
9525
9526SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9527M: Viresh Kumar <vireshk@kernel.org>
9528L: spear-devel@list.st.com
9529L: linux-mmc@vger.kernel.org
9530S: Maintained
9531F: drivers/mmc/host/sdhci-spear.c
9532
9533SECURITY SUBSYSTEM
9534M: James Morris <james.l.morris@oracle.com>
9535M: "Serge E. Hallyn" <serge@hallyn.com>
9536L: linux-security-module@vger.kernel.org (suggested Cc:)
9537T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9538W: http://kernsec.org/
9539S: Supported
9540F: security/
9541
9542SECURITY CONTACT
9543M: Security Officers <security@kernel.org>
9544S: Supported
9545
9546SELINUX SECURITY MODULE
9547M: Paul Moore <paul@paul-moore.com>
9548M: Stephen Smalley <sds@tycho.nsa.gov>
9549M: Eric Paris <eparis@parisplace.org>
9550L: selinux@tycho.nsa.gov (moderated for non-subscribers)
9551W: http://selinuxproject.org
9552T: git git://git.infradead.org/users/pcmoore/selinux
9553S: Supported
9554F: include/linux/selinux*
9555F: security/selinux/
9556F: scripts/selinux/
9557
9558APPARMOR SECURITY MODULE
9559M: John Johansen <john.johansen@canonical.com>
9560L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9561W: apparmor.wiki.kernel.org
9562T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9563S: Supported
9564F: security/apparmor/
9565
9566YAMA SECURITY MODULE
9567M: Kees Cook <keescook@chromium.org>
9568T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9569S: Supported
9570F: security/yama/
9571
9572SENSABLE PHANTOM
9573M: Jiri Slaby <jirislaby@gmail.com>
9574S: Maintained
9575F: drivers/misc/phantom.c
9576F: include/uapi/linux/phantom.h
9577
9578SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9579M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9580M: Ketan Mukadam <ketan.mukadam@avagotech.com>
9581M: John Soni Jose <sony.john@avagotech.com>
9582L: linux-scsi@vger.kernel.org
9583W: http://www.avagotech.com
9584S: Supported
9585F: drivers/scsi/be2iscsi/
9586
9587Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9588M: Sathya Perla <sathya.perla@avagotech.com>
9589M: Ajit Khaparde <ajit.khaparde@avagotech.com>
9590M: Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9591M: Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9592L: netdev@vger.kernel.org
9593W: http://www.emulex.com
9594S: Supported
9595F: drivers/net/ethernet/emulex/benet/
9596
9597EMULEX ONECONNECT ROCE DRIVER
9598M: Selvin Xavier <selvin.xavier@avagotech.com>
9599M: Devesh Sharma <devesh.sharma@avagotech.com>
9600M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9601L: linux-rdma@vger.kernel.org
9602W: http://www.emulex.com
9603S: Supported
9604F: drivers/infiniband/hw/ocrdma/
9605
9606SFC NETWORK DRIVER
9607M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9608M: Shradha Shah <sshah@solarflare.com>
9609L: netdev@vger.kernel.org
9610S: Supported
9611F: drivers/net/ethernet/sfc/
9612
9613SGI GRU DRIVER
9614M: Dimitri Sivanich <sivanich@sgi.com>
9615S: Maintained
9616F: drivers/misc/sgi-gru/
9617
9618SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9619M: Pat Gefre <pfg@sgi.com>
9620L: linux-ia64@vger.kernel.org
9621S: Supported
9622F: Documentation/ia64/serial.txt
9623F: drivers/tty/serial/ioc?_serial.c
9624F: include/linux/ioc?.h
9625
9626SGI XP/XPC/XPNET DRIVER
9627M: Cliff Whickman <cpw@sgi.com>
9628M: Robin Holt <robinmholt@gmail.com>
9629S: Maintained
9630F: drivers/misc/sgi-xp/
9631
9632SI2157 MEDIA DRIVER
9633M: Antti Palosaari <crope@iki.fi>
9634L: linux-media@vger.kernel.org
9635W: http://linuxtv.org/
9636W: http://palosaari.fi/linux/
9637Q: http://patchwork.linuxtv.org/project/linux-media/list/
9638T: git git://linuxtv.org/anttip/media_tree.git
9639S: Maintained
9640F: drivers/media/tuners/si2157*
9641
9642SI2168 MEDIA DRIVER
9643M: Antti Palosaari <crope@iki.fi>
9644L: linux-media@vger.kernel.org
9645W: http://linuxtv.org/
9646W: http://palosaari.fi/linux/
9647Q: http://patchwork.linuxtv.org/project/linux-media/list/
9648T: git git://linuxtv.org/anttip/media_tree.git
9649S: Maintained
9650F: drivers/media/dvb-frontends/si2168*
9651
9652SI470X FM RADIO RECEIVER I2C DRIVER
9653M: Hans Verkuil <hverkuil@xs4all.nl>
9654L: linux-media@vger.kernel.org
9655T: git git://linuxtv.org/media_tree.git
9656W: http://linuxtv.org
9657S: Odd Fixes
9658F: drivers/media/radio/si470x/radio-si470x-i2c.c
9659
9660SI470X FM RADIO RECEIVER USB DRIVER
9661M: Hans Verkuil <hverkuil@xs4all.nl>
9662L: linux-media@vger.kernel.org
9663T: git git://linuxtv.org/media_tree.git
9664W: http://linuxtv.org
9665S: Maintained
9666F: drivers/media/radio/si470x/radio-si470x-common.c
9667F: drivers/media/radio/si470x/radio-si470x.h
9668F: drivers/media/radio/si470x/radio-si470x-usb.c
9669
9670SI4713 FM RADIO TRANSMITTER I2C DRIVER
9671M: Eduardo Valentin <edubezval@gmail.com>
9672L: linux-media@vger.kernel.org
9673T: git git://linuxtv.org/media_tree.git
9674W: http://linuxtv.org
9675S: Odd Fixes
9676F: drivers/media/radio/si4713/si4713.?
9677
9678SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9679M: Eduardo Valentin <edubezval@gmail.com>
9680L: linux-media@vger.kernel.org
9681T: git git://linuxtv.org/media_tree.git
9682W: http://linuxtv.org
9683S: Odd Fixes
9684F: drivers/media/radio/si4713/radio-platform-si4713.c
9685
9686SI4713 FM RADIO TRANSMITTER USB DRIVER
9687M: Hans Verkuil <hverkuil@xs4all.nl>
9688L: linux-media@vger.kernel.org
9689T: git git://linuxtv.org/media_tree.git
9690W: http://linuxtv.org
9691S: Maintained
9692F: drivers/media/radio/si4713/radio-usb-si4713.c
9693
9694SIANO DVB DRIVER
9695M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9696L: linux-media@vger.kernel.org
9697W: http://linuxtv.org
9698T: git git://linuxtv.org/media_tree.git
9699S: Odd fixes
9700F: drivers/media/common/siano/
9701F: drivers/media/usb/siano/
9702F: drivers/media/usb/siano/
9703F: drivers/media/mmc/siano/
9704
9705SIMPLEFB FB DRIVER
9706M: Hans de Goede <hdegoede@redhat.com>
9707L: linux-fbdev@vger.kernel.org
9708S: Maintained
9709F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
9710F: drivers/video/fbdev/simplefb.c
9711F: include/linux/platform_data/simplefb.h
9712
9713SH_VEU V4L2 MEM2MEM DRIVER
9714L: linux-media@vger.kernel.org
9715S: Orphan
9716F: drivers/media/platform/sh_veu.c
9717
9718SH_VOU V4L2 OUTPUT DRIVER
9719L: linux-media@vger.kernel.org
9720S: Orphan
9721F: drivers/media/platform/sh_vou.c
9722F: include/media/sh_vou.h
9723
9724SIMPLE FIRMWARE INTERFACE (SFI)
9725M: Len Brown <lenb@kernel.org>
9726L: sfi-devel@simplefirmware.org
9727W: http://simplefirmware.org/
9728T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9729S: Supported
9730F: arch/x86/platform/sfi/
9731F: drivers/sfi/
9732F: include/linux/sfi*.h
9733
9734SIMTEC EB110ATX (Chalice CATS)
9735P: Ben Dooks
9736P: Vincent Sanders <vince@simtec.co.uk>
9737M: Simtec Linux Team <linux@simtec.co.uk>
9738W: http://www.simtec.co.uk/products/EB110ATX/
9739S: Supported
9740
9741SIMTEC EB2410ITX (BAST)
9742P: Ben Dooks
9743P: Vincent Sanders <vince@simtec.co.uk>
9744M: Simtec Linux Team <linux@simtec.co.uk>
9745W: http://www.simtec.co.uk/products/EB2410ITX/
9746S: Supported
9747F: arch/arm/mach-s3c24xx/mach-bast.c
9748F: arch/arm/mach-s3c24xx/bast-ide.c
9749F: arch/arm/mach-s3c24xx/bast-irq.c
9750
9751TI DAVINCI MACHINE SUPPORT
9752M: Sekhar Nori <nsekhar@ti.com>
9753M: Kevin Hilman <khilman@deeprootsystems.com>
9754T: git git://gitorious.org/linux-davinci/linux-davinci.git
9755Q: http://patchwork.kernel.org/project/linux-davinci/list/
9756S: Supported
9757F: arch/arm/mach-davinci/
9758F: drivers/i2c/busses/i2c-davinci.c
9759
9760TI DAVINCI SERIES MEDIA DRIVER
9761M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9762L: linux-media@vger.kernel.org
9763W: http://linuxtv.org/
9764Q: http://patchwork.linuxtv.org/project/linux-media/list/
9765T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9766S: Maintained
9767F: drivers/media/platform/davinci/
9768F: include/media/davinci/
9769
9770TI AM437X VPFE DRIVER
9771M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9772L: linux-media@vger.kernel.org
9773W: http://linuxtv.org/
9774Q: http://patchwork.linuxtv.org/project/linux-media/list/
9775T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9776S: Maintained
9777F: drivers/media/platform/am437x/
9778
9779OV2659 OMNIVISION SENSOR DRIVER
9780M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9781L: linux-media@vger.kernel.org
9782W: http://linuxtv.org/
9783Q: http://patchwork.linuxtv.org/project/linux-media/list/
9784T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9785S: Maintained
9786F: drivers/media/i2c/ov2659.c
9787F: include/media/ov2659.h
9788
9789SILICON MOTION SM712 FRAME BUFFER DRIVER
9790M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9791M: Teddy Wang <teddy.wang@siliconmotion.com>
9792M: Sudip Mukherjee <sudip@vectorindia.org>
9793L: linux-fbdev@vger.kernel.org
9794S: Maintained
9795F: drivers/video/fbdev/sm712*
9796F: Documentation/fb/sm712fb.txt
9797
9798SIS 190 ETHERNET DRIVER
9799M: Francois Romieu <romieu@fr.zoreil.com>
9800L: netdev@vger.kernel.org
9801S: Maintained
9802F: drivers/net/ethernet/sis/sis190.c
9803
9804SIS 900/7016 FAST ETHERNET DRIVER
9805M: Daniele Venzano <venza@brownhat.org>
9806W: http://www.brownhat.org/sis900.html
9807L: netdev@vger.kernel.org
9808S: Maintained
9809F: drivers/net/ethernet/sis/sis900.*
9810
9811SIS FRAMEBUFFER DRIVER
9812M: Thomas Winischhofer <thomas@winischhofer.net>
9813W: http://www.winischhofer.net/linuxsisvga.shtml
9814S: Maintained
9815F: Documentation/fb/sisfb.txt
9816F: drivers/video/fbdev/sis/
9817F: include/video/sisfb.h
9818
9819SIS USB2VGA DRIVER
9820M: Thomas Winischhofer <thomas@winischhofer.net>
9821W: http://www.winischhofer.at/linuxsisusbvga.shtml
9822S: Maintained
9823F: drivers/usb/misc/sisusbvga/
9824
9825SLAB ALLOCATOR
9826M: Christoph Lameter <cl@linux.com>
9827M: Pekka Enberg <penberg@kernel.org>
9828M: David Rientjes <rientjes@google.com>
9829M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
9830M: Andrew Morton <akpm@linux-foundation.org>
9831L: linux-mm@kvack.org
9832S: Maintained
9833F: include/linux/sl?b*.h
9834F: mm/sl?b*
9835
9836SLEEPABLE READ-COPY UPDATE (SRCU)
9837M: Lai Jiangshan <jiangshanlai@gmail.com>
9838M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9839M: Josh Triplett <josh@joshtriplett.org>
9840R: Steven Rostedt <rostedt@goodmis.org>
9841R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9842L: linux-kernel@vger.kernel.org
9843W: http://www.rdrop.com/users/paulmck/RCU/
9844S: Supported
9845T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9846F: include/linux/srcu.h
9847F: kernel/rcu/srcu.c
9848
9849SMACK SECURITY MODULE
9850M: Casey Schaufler <casey@schaufler-ca.com>
9851L: linux-security-module@vger.kernel.org
9852W: http://schaufler-ca.com
9853T: git git://git.gitorious.org/smack-next/kernel.git
9854S: Maintained
9855F: Documentation/security/Smack.txt
9856F: security/smack/
9857
9858DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9859M: Kevin Hilman <khilman@kernel.org>
9860M: Nishanth Menon <nm@ti.com>
9861S: Maintained
9862F: drivers/power/avs/
9863F: include/linux/power/smartreflex.h
9864L: linux-pm@vger.kernel.org
9865
9866SMC91x ETHERNET DRIVER
9867M: Nicolas Pitre <nico@fluxnic.net>
9868S: Odd Fixes
9869F: drivers/net/ethernet/smsc/smc91x.*
9870
9871SMIA AND SMIA++ IMAGE SENSOR DRIVER
9872M: Sakari Ailus <sakari.ailus@iki.fi>
9873L: linux-media@vger.kernel.org
9874S: Maintained
9875F: drivers/media/i2c/smiapp/
9876F: include/media/smiapp.h
9877F: drivers/media/i2c/smiapp-pll.c
9878F: drivers/media/i2c/smiapp-pll.h
9879F: include/uapi/linux/smiapp.h
9880F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9881
9882SMM665 HARDWARE MONITOR DRIVER
9883M: Guenter Roeck <linux@roeck-us.net>
9884L: lm-sensors@lm-sensors.org
9885S: Maintained
9886F: Documentation/hwmon/smm665
9887F: drivers/hwmon/smm665.c
9888
9889SMSC EMC2103 HARDWARE MONITOR DRIVER
9890M: Steve Glendinning <steve.glendinning@shawell.net>
9891L: lm-sensors@lm-sensors.org
9892S: Maintained
9893F: Documentation/hwmon/emc2103
9894F: drivers/hwmon/emc2103.c
9895
9896SMSC SCH5627 HARDWARE MONITOR DRIVER
9897M: Hans de Goede <hdegoede@redhat.com>
9898L: lm-sensors@lm-sensors.org
9899S: Supported
9900F: Documentation/hwmon/sch5627
9901F: drivers/hwmon/sch5627.c
9902
9903SMSC47B397 HARDWARE MONITOR DRIVER
9904M: Jean Delvare <jdelvare@suse.com>
9905L: lm-sensors@lm-sensors.org
9906S: Maintained
9907F: Documentation/hwmon/smsc47b397
9908F: drivers/hwmon/smsc47b397.c
9909
9910SMSC911x ETHERNET DRIVER
9911M: Steve Glendinning <steve.glendinning@shawell.net>
9912L: netdev@vger.kernel.org
9913S: Maintained
9914F: include/linux/smsc911x.h
9915F: drivers/net/ethernet/smsc/smsc911x.*
9916
9917SMSC9420 PCI ETHERNET DRIVER
9918M: Steve Glendinning <steve.glendinning@shawell.net>
9919L: netdev@vger.kernel.org
9920S: Maintained
9921F: drivers/net/ethernet/smsc/smsc9420.*
9922
9923SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9924M: Steve Glendinning <steve.glendinning@shawell.net>
9925L: linux-fbdev@vger.kernel.org
9926S: Maintained
9927F: drivers/video/fbdev/smscufx.c
9928
9929SOC-CAMERA V4L2 SUBSYSTEM
9930M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9931L: linux-media@vger.kernel.org
9932T: git git://linuxtv.org/media_tree.git
9933S: Maintained
9934F: include/media/soc*
9935F: drivers/media/i2c/soc_camera/
9936F: drivers/media/platform/soc_camera/
9937
9938SOEKRIS NET48XX LED SUPPORT
9939M: Chris Boot <bootc@bootc.net>
9940S: Maintained
9941F: drivers/leds/leds-net48xx.c
9942
9943SOFTLOGIC 6x10 MPEG CODEC
9944M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9945M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9946M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
9947M: Ismael Luceno <ismael@iodev.co.uk>
9948L: linux-media@vger.kernel.org
9949S: Supported
9950F: drivers/media/pci/solo6x10/
9951
9952SOFTWARE RAID (Multiple Disks) SUPPORT
9953M: Neil Brown <neilb@suse.com>
9954L: linux-raid@vger.kernel.org
9955S: Supported
9956F: drivers/md/
9957F: include/linux/raid/
9958F: include/uapi/linux/raid/
9959
9960SONIC NETWORK DRIVER
9961M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9962L: netdev@vger.kernel.org
9963S: Maintained
9964F: drivers/net/ethernet/natsemi/sonic.*
9965
9966SONICS SILICON BACKPLANE DRIVER (SSB)
9967M: Michael Buesch <m@bues.ch>
9968L: netdev@vger.kernel.org
9969S: Maintained
9970F: drivers/ssb/
9971F: include/linux/ssb/
9972
9973SONY VAIO CONTROL DEVICE DRIVER
9974M: Mattia Dongili <malattia@linux.it>
9975L: platform-driver-x86@vger.kernel.org
9976W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9977S: Maintained
9978F: Documentation/laptops/sony-laptop.txt
9979F: drivers/char/sonypi.c
9980F: drivers/platform/x86/sony-laptop.c
9981F: include/linux/sony-laptop.h
9982
9983SONY MEMORYSTICK CARD SUPPORT
9984M: Alex Dubov <oakad@yahoo.com>
9985W: http://tifmxx.berlios.de/
9986S: Maintained
9987F: drivers/memstick/host/tifm_ms.c
9988
9989SONY MEMORYSTICK STANDARD SUPPORT
9990M: Maxim Levitsky <maximlevitsky@gmail.com>
9991S: Maintained
9992F: drivers/memstick/core/ms_block.*
9993
9994SOUND
9995M: Jaroslav Kysela <perex@perex.cz>
9996M: Takashi Iwai <tiwai@suse.com>
9997L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9998W: http://www.alsa-project.org/
9999T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10000T: git git://git.alsa-project.org/alsa-kernel.git
10001Q: http://patchwork.kernel.org/project/alsa-devel/list/
10002S: Maintained
10003F: Documentation/sound/
10004F: include/sound/
10005F: include/uapi/sound/
10006F: sound/
10007
10008SOUND - COMPRESSED AUDIO
10009M: Vinod Koul <vinod.koul@intel.com>
10010L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10011T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10012S: Supported
10013F: Documentation/sound/alsa/compress_offload.txt
10014F: include/sound/compress_driver.h
10015F: include/uapi/sound/compress_*
10016F: sound/core/compress_offload.c
10017F: sound/soc/soc-compress.c
10018
10019SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10020M: Liam Girdwood <lgirdwood@gmail.com>
10021M: Mark Brown <broonie@kernel.org>
10022T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10023L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10024W: http://alsa-project.org/main/index.php/ASoC
10025S: Supported
10026F: Documentation/sound/alsa/soc/
10027F: sound/soc/
10028F: include/sound/soc*
10029
10030SOUND - DMAENGINE HELPERS
10031M: Lars-Peter Clausen <lars@metafoo.de>
10032S: Supported
10033F: include/sound/dmaengine_pcm.h
10034F: sound/core/pcm_dmaengine.c
10035F: sound/soc/soc-generic-dmaengine-pcm.c
10036
10037SP2 MEDIA DRIVER
10038M: Olli Salonen <olli.salonen@iki.fi>
10039L: linux-media@vger.kernel.org
10040W: http://linuxtv.org/
10041Q: http://patchwork.linuxtv.org/project/linux-media/list/
10042S: Maintained
10043F: drivers/media/dvb-frontends/sp2*
10044
10045SPARC + UltraSPARC (sparc/sparc64)
10046M: "David S. Miller" <davem@davemloft.net>
10047L: sparclinux@vger.kernel.org
10048Q: http://patchwork.ozlabs.org/project/sparclinux/list/
10049T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10050T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10051S: Maintained
10052F: arch/sparc/
10053F: drivers/sbus/
10054
10055SPARC SERIAL DRIVERS
10056M: "David S. Miller" <davem@davemloft.net>
10057L: sparclinux@vger.kernel.org
10058T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10059T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10060S: Maintained
10061F: include/linux/sunserialcore.h
10062F: drivers/tty/serial/suncore.c
10063F: drivers/tty/serial/sunhv.c
10064F: drivers/tty/serial/sunsab.c
10065F: drivers/tty/serial/sunsab.h
10066F: drivers/tty/serial/sunsu.c
10067F: drivers/tty/serial/sunzilog.c
10068F: drivers/tty/serial/sunzilog.h
10069
10070SPARSE CHECKER
10071M: "Christopher Li" <sparse@chrisli.org>
10072L: linux-sparse@vger.kernel.org
10073W: https://sparse.wiki.kernel.org/
10074T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10075T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10076S: Maintained
10077F: include/linux/compiler.h
10078
10079SPEAR PLATFORM SUPPORT
10080M: Viresh Kumar <vireshk@kernel.org>
10081M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10082L: spear-devel@list.st.com
10083L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10084W: http://www.st.com/spear
10085S: Maintained
10086F: arch/arm/mach-spear/
10087
10088SPEAR CLOCK FRAMEWORK SUPPORT
10089M: Viresh Kumar <vireshk@kernel.org>
10090L: spear-devel@list.st.com
10091L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10092W: http://www.st.com/spear
10093S: Maintained
10094F: drivers/clk/spear/
10095
10096SPI SUBSYSTEM
10097M: Mark Brown <broonie@kernel.org>
10098L: linux-spi@vger.kernel.org
10099T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10100Q: http://patchwork.kernel.org/project/spi-devel-general/list/
10101S: Maintained
10102F: Documentation/spi/
10103F: drivers/spi/
10104F: include/linux/spi/
10105F: include/uapi/linux/spi/
10106
10107SPIDERNET NETWORK DRIVER for CELL
10108M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10109L: netdev@vger.kernel.org
10110S: Supported
10111F: Documentation/networking/spider_net.txt
10112F: drivers/net/ethernet/toshiba/spider_net*
10113
10114SPU FILE SYSTEM
10115M: Jeremy Kerr <jk@ozlabs.org>
10116L: linuxppc-dev@lists.ozlabs.org
10117W: http://www.ibm.com/developerworks/power/cell/
10118S: Supported
10119F: Documentation/filesystems/spufs.txt
10120F: arch/powerpc/platforms/cell/spufs/
10121
10122SQUASHFS FILE SYSTEM
10123M: Phillip Lougher <phillip@squashfs.org.uk>
10124L: squashfs-devel@lists.sourceforge.net (subscribers-only)
10125W: http://squashfs.org.uk
10126S: Maintained
10127F: Documentation/filesystems/squashfs.txt
10128F: fs/squashfs/
10129
10130SRM (Alpha) environment access
10131M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
10132S: Maintained
10133F: arch/alpha/kernel/srm_env.c
10134
10135STABLE BRANCH
10136M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10137L: stable@vger.kernel.org
10138S: Supported
10139F: Documentation/stable_kernel_rules.txt
10140
10141STAGING SUBSYSTEM
10142M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10143T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10144L: devel@driverdev.osuosl.org
10145S: Supported
10146F: drivers/staging/
10147
10148STAGING - COMEDI
10149M: Ian Abbott <abbotti@mev.co.uk>
10150M: H Hartley Sweeten <hsweeten@visionengravers.com>
10151S: Odd Fixes
10152F: drivers/staging/comedi/
10153
10154STAGING - FLARION FT1000 DRIVERS
10155M: Marek Belisko <marek.belisko@gmail.com>
10156S: Odd Fixes
10157F: drivers/staging/ft1000/
10158
10159STAGING - INDUSTRIAL IO
10160M: Jonathan Cameron <jic23@kernel.org>
10161L: linux-iio@vger.kernel.org
10162S: Odd Fixes
10163F: drivers/staging/iio/
10164
10165STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10166M: Jarod Wilson <jarod@wilsonet.com>
10167W: http://www.lirc.org/
10168S: Odd Fixes
10169F: drivers/staging/media/lirc/
10170
10171STAGING - LUSTRE PARALLEL FILESYSTEM
10172M: Oleg Drokin <oleg.drokin@intel.com>
10173M: Andreas Dilger <andreas.dilger@intel.com>
10174L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10175W: http://wiki.lustre.org/
10176S: Maintained
10177F: drivers/staging/lustre
10178
10179STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10180M: Marc Dietrich <marvin24@gmx.de>
10181L: ac100@lists.launchpad.net (moderated for non-subscribers)
10182L: linux-tegra@vger.kernel.org
10183S: Maintained
10184F: drivers/staging/nvec/
10185
10186STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10187M: Jens Frederich <jfrederich@gmail.com>
10188M: Daniel Drake <dsd@laptop.org>
10189M: Jon Nettleton <jon.nettleton@gmail.com>
10190W: http://wiki.laptop.org/go/DCON
10191S: Maintained
10192F: drivers/staging/olpc_dcon/
10193
10194STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10195M: Willy Tarreau <willy@meta-x.org>
10196S: Odd Fixes
10197F: drivers/staging/panel/
10198
10199STAGING - REALTEK RTL8712U DRIVERS
10200M: Larry Finger <Larry.Finger@lwfinger.net>
10201M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10202S: Odd Fixes
10203F: drivers/staging/rtl8712/
10204
10205STAGING - REALTEK RTL8723U WIRELESS DRIVER
10206M: Larry Finger <Larry.Finger@lwfinger.net>
10207M: Jes Sorensen <Jes.Sorensen@redhat.com>
10208L: linux-wireless@vger.kernel.org
10209S: Maintained
10210F: drivers/staging/rtl8723au/
10211
10212STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10213M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10214M: Teddy Wang <teddy.wang@siliconmotion.com>
10215M: Sudip Mukherjee <sudip@vectorindia.org>
10216L: linux-fbdev@vger.kernel.org
10217S: Maintained
10218F: drivers/staging/sm750fb/
10219
10220STAGING - SLICOSS
10221M: Lior Dotan <liodot@gmail.com>
10222M: Christopher Harrer <charrer@alacritech.com>
10223S: Odd Fixes
10224F: drivers/staging/slicoss/
10225
10226STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10227M: William Hubbs <w.d.hubbs@gmail.com>
10228M: Chris Brannon <chris@the-brannons.com>
10229M: Kirk Reiser <kirk@reisers.ca>
10230M: Samuel Thibault <samuel.thibault@ens-lyon.org>
10231L: speakup@linux-speakup.org
10232W: http://www.linux-speakup.org/
10233S: Odd Fixes
10234F: drivers/staging/speakup/
10235
10236STAGING - VIA VT665X DRIVERS
10237M: Forest Bond <forest@alittletooquiet.net>
10238S: Odd Fixes
10239F: drivers/staging/vt665?/
10240
10241STAGING - WILC1000 WIFI DRIVER
10242M: Johnny Kim <johnny.kim@atmel.com>
10243M: Austin Shin <austin.shin@atmel.com>
10244M: Chris Park <chris.park@atmel.com>
10245M: Tony Cho <tony.cho@atmel.com>
10246M: Glen Lee <glen.lee@atmel.com>
10247M: Leo Kim <leo.kim@atmel.com>
10248L: linux-wireless@vger.kernel.org
10249S: Supported
10250F: drivers/staging/wilc1000/
10251
10252STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10253M: Arnaud Patard <arnaud.patard@rtp-net.org>
10254S: Odd Fixes
10255F: drivers/staging/xgifb/
10256
10257HFI1 DRIVER
10258M: Mike Marciniszyn <infinipath@intel.com>
10259L: linux-rdma@vger.kernel.org
10260S: Supported
10261F: drivers/staging/rdma/hfi1
10262
10263STARFIRE/DURALAN NETWORK DRIVER
10264M: Ion Badulescu <ionut@badula.org>
10265S: Odd Fixes
10266F: drivers/net/ethernet/adaptec/starfire*
10267
10268SUN3/3X
10269M: Sam Creasey <sammy@sammy.net>
10270W: http://sammy.net/sun3/
10271S: Maintained
10272F: arch/m68k/kernel/*sun3*
10273F: arch/m68k/sun3*/
10274F: arch/m68k/include/asm/sun3*
10275F: drivers/net/ethernet/i825xx/sun3*
10276
10277SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10278M: Hans de Goede <hdegoede@redhat.com>
10279L: linux-input@vger.kernel.org
10280S: Maintained
10281F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10282F: drivers/input/keyboard/sun4i-lradc-keys.c
10283
10284SUNDANCE NETWORK DRIVER
10285M: Denis Kirjanov <kda@linux-powerpc.org>
10286L: netdev@vger.kernel.org
10287S: Maintained
10288F: drivers/net/ethernet/dlink/sundance.c
10289
10290SUPERH
10291L: linux-sh@vger.kernel.org
10292Q: http://patchwork.kernel.org/project/linux-sh/list/
10293S: Orphan
10294F: Documentation/sh/
10295F: arch/sh/
10296F: drivers/sh/
10297
10298SUSPEND TO RAM
10299M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10300M: Len Brown <len.brown@intel.com>
10301M: Pavel Machek <pavel@ucw.cz>
10302L: linux-pm@vger.kernel.org
10303S: Supported
10304F: Documentation/power/
10305F: arch/x86/kernel/acpi/
10306F: drivers/base/power/
10307F: kernel/power/
10308F: include/linux/suspend.h
10309F: include/linux/freezer.h
10310F: include/linux/pm.h
10311
10312SVGA HANDLING
10313M: Martin Mares <mj@ucw.cz>
10314L: linux-video@atrey.karlin.mff.cuni.cz
10315S: Maintained
10316F: Documentation/svga.txt
10317F: arch/x86/boot/video*
10318
10319SWIOTLB SUBSYSTEM
10320M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10321L: linux-kernel@vger.kernel.org
10322S: Supported
10323F: lib/swiotlb.c
10324F: arch/*/kernel/pci-swiotlb.c
10325F: include/linux/swiotlb.h
10326
10327SWITCHDEV
10328M: Jiri Pirko <jiri@resnulli.us>
10329L: netdev@vger.kernel.org
10330S: Supported
10331F: net/switchdev/
10332F: include/net/switchdev.h
10333
10334SYNOPSYS ARC ARCHITECTURE
10335M: Vineet Gupta <vgupta@synopsys.com>
10336L: linux-snps-arc@lists.infradead.org
10337S: Supported
10338F: arch/arc/
10339F: Documentation/devicetree/bindings/arc/*
10340F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10341F: drivers/tty/serial/arc_uart.c
10342T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10343
10344SYNOPSYS ARC SDP platform support
10345M: Alexey Brodkin <abrodkin@synopsys.com>
10346S: Supported
10347F: arch/arc/plat-axs10x
10348F: arch/arc/boot/dts/ax*
10349F: Documentation/devicetree/bindings/arc/axs10*
10350
10351SYSTEM CONFIGURATION (SYSCON)
10352M: Lee Jones <lee.jones@linaro.org>
10353M: Arnd Bergmann <arnd@arndb.de>
10354T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10355S: Supported
10356F: drivers/mfd/syscon.c
10357
10358SYSV FILESYSTEM
10359M: Christoph Hellwig <hch@infradead.org>
10360S: Maintained
10361F: Documentation/filesystems/sysv-fs.txt
10362F: fs/sysv/
10363F: include/linux/sysv_fs.h
10364
10365TARGET SUBSYSTEM
10366M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10367L: linux-scsi@vger.kernel.org
10368L: target-devel@vger.kernel.org
10369W: http://www.linux-iscsi.org
10370W: http://groups.google.com/group/linux-iscsi-target-dev
10371T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10372S: Supported
10373F: drivers/target/
10374F: include/target/
10375F: Documentation/target/
10376
10377TASKSTATS STATISTICS INTERFACE
10378M: Balbir Singh <bsingharora@gmail.com>
10379S: Maintained
10380F: Documentation/accounting/taskstats*
10381F: include/linux/taskstats*
10382F: kernel/taskstats.c
10383
10384TC CLASSIFIER
10385M: Jamal Hadi Salim <jhs@mojatatu.com>
10386L: netdev@vger.kernel.org
10387S: Maintained
10388F: include/net/pkt_cls.h
10389F: include/uapi/linux/pkt_cls.h
10390F: net/sched/
10391
10392TCP LOW PRIORITY MODULE
10393M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10394M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10395W: http://tcp-lp-mod.sourceforge.net/
10396S: Maintained
10397F: net/ipv4/tcp_lp.c
10398
10399TDA10071 MEDIA DRIVER
10400M: Antti Palosaari <crope@iki.fi>
10401L: linux-media@vger.kernel.org
10402W: http://linuxtv.org/
10403W: http://palosaari.fi/linux/
10404Q: http://patchwork.linuxtv.org/project/linux-media/list/
10405T: git git://linuxtv.org/anttip/media_tree.git
10406S: Maintained
10407F: drivers/media/dvb-frontends/tda10071*
10408
10409TDA18212 MEDIA DRIVER
10410M: Antti Palosaari <crope@iki.fi>
10411L: linux-media@vger.kernel.org
10412W: http://linuxtv.org/
10413W: http://palosaari.fi/linux/
10414Q: http://patchwork.linuxtv.org/project/linux-media/list/
10415T: git git://linuxtv.org/anttip/media_tree.git
10416S: Maintained
10417F: drivers/media/tuners/tda18212*
10418
10419TDA18218 MEDIA DRIVER
10420M: Antti Palosaari <crope@iki.fi>
10421L: linux-media@vger.kernel.org
10422W: http://linuxtv.org/
10423W: http://palosaari.fi/linux/
10424Q: http://patchwork.linuxtv.org/project/linux-media/list/
10425T: git git://linuxtv.org/anttip/media_tree.git
10426S: Maintained
10427F: drivers/media/tuners/tda18218*
10428
10429TDA18271 MEDIA DRIVER
10430M: Michael Krufky <mkrufky@linuxtv.org>
10431L: linux-media@vger.kernel.org
10432W: http://linuxtv.org/
10433W: http://github.com/mkrufky
10434Q: http://patchwork.linuxtv.org/project/linux-media/list/
10435T: git git://linuxtv.org/mkrufky/tuners.git
10436S: Maintained
10437F: drivers/media/tuners/tda18271*
10438
10439TDA827x MEDIA DRIVER
10440M: Michael Krufky <mkrufky@linuxtv.org>
10441L: linux-media@vger.kernel.org
10442W: http://linuxtv.org/
10443W: http://github.com/mkrufky
10444Q: http://patchwork.linuxtv.org/project/linux-media/list/
10445T: git git://linuxtv.org/mkrufky/tuners.git
10446S: Maintained
10447F: drivers/media/tuners/tda8290.*
10448
10449TDA8290 MEDIA DRIVER
10450M: Michael Krufky <mkrufky@linuxtv.org>
10451L: linux-media@vger.kernel.org
10452W: http://linuxtv.org/
10453W: http://github.com/mkrufky
10454Q: http://patchwork.linuxtv.org/project/linux-media/list/
10455T: git git://linuxtv.org/mkrufky/tuners.git
10456S: Maintained
10457F: drivers/media/tuners/tda8290.*
10458
10459TDA9840 MEDIA DRIVER
10460M: Hans Verkuil <hverkuil@xs4all.nl>
10461L: linux-media@vger.kernel.org
10462T: git git://linuxtv.org/media_tree.git
10463W: http://linuxtv.org
10464S: Maintained
10465F: drivers/media/i2c/tda9840*
10466
10467TEA5761 TUNER DRIVER
10468M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10469L: linux-media@vger.kernel.org
10470W: http://linuxtv.org
10471T: git git://linuxtv.org/media_tree.git
10472S: Odd fixes
10473F: drivers/media/tuners/tea5761.*
10474
10475TEA5767 TUNER DRIVER
10476M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10477L: linux-media@vger.kernel.org
10478W: http://linuxtv.org
10479T: git git://linuxtv.org/media_tree.git
10480S: Maintained
10481F: drivers/media/tuners/tea5767.*
10482
10483TEA6415C MEDIA DRIVER
10484M: Hans Verkuil <hverkuil@xs4all.nl>
10485L: linux-media@vger.kernel.org
10486T: git git://linuxtv.org/media_tree.git
10487W: http://linuxtv.org
10488S: Maintained
10489F: drivers/media/i2c/tea6415c*
10490
10491TEA6420 MEDIA DRIVER
10492M: Hans Verkuil <hverkuil@xs4all.nl>
10493L: linux-media@vger.kernel.org
10494T: git git://linuxtv.org/media_tree.git
10495W: http://linuxtv.org
10496S: Maintained
10497F: drivers/media/i2c/tea6420*
10498
10499TEAM DRIVER
10500M: Jiri Pirko <jiri@resnulli.us>
10501L: netdev@vger.kernel.org
10502S: Supported
10503F: drivers/net/team/
10504F: include/linux/if_team.h
10505F: include/uapi/linux/if_team.h
10506
10507TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10508M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10509S: Maintained
10510F: arch/x86/platform/ts5500/
10511
10512TECHNOTREND USB IR RECEIVER
10513M: Sean Young <sean@mess.org>
10514L: linux-media@vger.kernel.org
10515S: Maintained
10516F: drivers/media/rc/ttusbir.c
10517
10518TEGRA ARCHITECTURE SUPPORT
10519M: Stephen Warren <swarren@wwwdotorg.org>
10520M: Thierry Reding <thierry.reding@gmail.com>
10521M: Alexandre Courbot <gnurou@gmail.com>
10522L: linux-tegra@vger.kernel.org
10523Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
10524T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10525S: Supported
10526N: [^a-z]tegra
10527
10528TEGRA CLOCK DRIVER
10529M: Peter De Schrijver <pdeschrijver@nvidia.com>
10530M: Prashant Gaikwad <pgaikwad@nvidia.com>
10531S: Supported
10532F: drivers/clk/tegra/
10533
10534TEGRA DMA DRIVER
10535M: Laxman Dewangan <ldewangan@nvidia.com>
10536S: Supported
10537F: drivers/dma/tegra20-apb-dma.c
10538
10539TEGRA I2C DRIVER
10540M: Laxman Dewangan <ldewangan@nvidia.com>
10541S: Supported
10542F: drivers/i2c/busses/i2c-tegra.c
10543
10544TEGRA IOMMU DRIVERS
10545M: Hiroshi Doyu <hdoyu@nvidia.com>
10546S: Supported
10547F: drivers/iommu/tegra*
10548
10549TEGRA KBC DRIVER
10550M: Rakesh Iyer <riyer@nvidia.com>
10551M: Laxman Dewangan <ldewangan@nvidia.com>
10552S: Supported
10553F: drivers/input/keyboard/tegra-kbc.c
10554
10555TEGRA PWM DRIVER
10556M: Thierry Reding <thierry.reding@gmail.com>
10557S: Supported
10558F: drivers/pwm/pwm-tegra.c
10559
10560TEGRA SERIAL DRIVER
10561M: Laxman Dewangan <ldewangan@nvidia.com>
10562S: Supported
10563F: drivers/tty/serial/serial-tegra.c
10564
10565TEGRA SPI DRIVER
10566M: Laxman Dewangan <ldewangan@nvidia.com>
10567S: Supported
10568F: drivers/spi/spi-tegra*
10569
10570TEHUTI ETHERNET DRIVER
10571M: Andy Gospodarek <andy@greyhouse.net>
10572L: netdev@vger.kernel.org
10573S: Supported
10574F: drivers/net/ethernet/tehuti/*
10575
10576Telecom Clock Driver for MCPL0010
10577M: Mark Gross <mark.gross@intel.com>
10578S: Supported
10579F: drivers/char/tlclk.c
10580
10581TENSILICA XTENSA PORT (xtensa)
10582M: Chris Zankel <chris@zankel.net>
10583M: Max Filippov <jcmvbkbc@gmail.com>
10584L: linux-xtensa@linux-xtensa.org
10585S: Maintained
10586F: arch/xtensa/
10587F: drivers/irqchip/irq-xtensa-*
10588
10589THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10590M: Hans Verkuil <hverkuil@xs4all.nl>
10591L: linux-media@vger.kernel.org
10592T: git git://linuxtv.org/media_tree.git
10593W: http://linuxtv.org
10594S: Maintained
10595F: drivers/media/radio/radio-raremono.c
10596
10597THERMAL
10598M: Zhang Rui <rui.zhang@intel.com>
10599M: Eduardo Valentin <edubezval@gmail.com>
10600L: linux-pm@vger.kernel.org
10601T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10602T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10603Q: https://patchwork.kernel.org/project/linux-pm/list/
10604S: Supported
10605F: drivers/thermal/
10606F: include/linux/thermal.h
10607F: include/uapi/linux/thermal.h
10608F: include/linux/cpu_cooling.h
10609F: Documentation/devicetree/bindings/thermal/
10610
10611THERMAL/CPU_COOLING
10612M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
10613M: Viresh Kumar <viresh.kumar@linaro.org>
10614M: Javi Merino <javi.merino@arm.com>
10615L: linux-pm@vger.kernel.org
10616S: Supported
10617F: Documentation/thermal/cpu-cooling-api.txt
10618F: drivers/thermal/cpu_cooling.c
10619F: include/linux/cpu_cooling.h
10620
10621THINGM BLINK(1) USB RGB LED DRIVER
10622M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10623S: Maintained
10624F: drivers/hid/hid-thingm.c
10625
10626THINKPAD ACPI EXTRAS DRIVER
10627M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10628L: ibm-acpi-devel@lists.sourceforge.net
10629L: platform-driver-x86@vger.kernel.org
10630W: http://ibm-acpi.sourceforge.net
10631W: http://thinkwiki.org/wiki/Ibm-acpi
10632T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10633S: Maintained
10634F: drivers/platform/x86/thinkpad_acpi.c
10635
10636TI BANDGAP AND THERMAL DRIVER
10637M: Eduardo Valentin <edubezval@gmail.com>
10638L: linux-pm@vger.kernel.org
10639L: linux-omap@vger.kernel.org
10640S: Maintained
10641F: drivers/thermal/ti-soc-thermal/
10642
10643TI CDCE706 CLOCK DRIVER
10644M: Max Filippov <jcmvbkbc@gmail.com>
10645S: Maintained
10646F: drivers/clk/clk-cdce706.c
10647
10648TI CLOCK DRIVER
10649M: Tero Kristo <t-kristo@ti.com>
10650L: linux-omap@vger.kernel.org
10651S: Maintained
10652F: drivers/clk/ti/
10653F: include/linux/clk/ti.h
10654
10655TI FLASH MEDIA INTERFACE DRIVER
10656M: Alex Dubov <oakad@yahoo.com>
10657S: Maintained
10658F: drivers/misc/tifm*
10659F: drivers/mmc/host/tifm_sd.c
10660F: include/linux/tifm.h
10661
10662TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10663M: Santosh Shilimkar <ssantosh@kernel.org>
10664L: linux-kernel@vger.kernel.org
10665L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10666S: Maintained
10667F: drivers/soc/ti/*
10668T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10669
10670
10671TI LM49xxx FAMILY ASoC CODEC DRIVERS
10672M: M R Swami Reddy <mr.swami.reddy@ti.com>
10673M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10674L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10675S: Maintained
10676F: sound/soc/codecs/lm49453*
10677F: sound/soc/codecs/isabelle*
10678
10679TI LP855x BACKLIGHT DRIVER
10680M: Milo Kim <milo.kim@ti.com>
10681S: Maintained
10682F: Documentation/backlight/lp855x-driver.txt
10683F: drivers/video/backlight/lp855x_bl.c
10684F: include/linux/platform_data/lp855x.h
10685
10686TI LP8727 CHARGER DRIVER
10687M: Milo Kim <milo.kim@ti.com>
10688S: Maintained
10689F: drivers/power/lp8727_charger.c
10690F: include/linux/platform_data/lp8727.h
10691
10692TI LP8788 MFD DRIVER
10693M: Milo Kim <milo.kim@ti.com>
10694S: Maintained
10695F: drivers/iio/adc/lp8788_adc.c
10696F: drivers/leds/leds-lp8788.c
10697F: drivers/mfd/lp8788*.c
10698F: drivers/power/lp8788-charger.c
10699F: drivers/regulator/lp8788-*.c
10700F: include/linux/mfd/lp8788*.h
10701
10702TI NETCP ETHERNET DRIVER
10703M: Wingman Kwok <w-kwok2@ti.com>
10704M: Murali Karicheri <m-karicheri2@ti.com>
10705L: netdev@vger.kernel.org
10706S: Maintained
10707F: drivers/net/ethernet/ti/netcp*
10708
10709TI TAS571X FAMILY ASoC CODEC DRIVER
10710M: Kevin Cernekee <cernekee@chromium.org>
10711L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10712S: Odd Fixes
10713F: sound/soc/codecs/tas571x*
10714
10715TI TWL4030 SERIES SOC CODEC DRIVER
10716M: Peter Ujfalusi <peter.ujfalusi@ti.com>
10717L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10718S: Maintained
10719F: sound/soc/codecs/twl4030*
10720
10721TI WILINK WIRELESS DRIVERS
10722L: linux-wireless@vger.kernel.org
10723W: http://wireless.kernel.org/en/users/Drivers/wl12xx
10724W: http://wireless.kernel.org/en/users/Drivers/wl1251
10725T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10726S: Orphan
10727F: drivers/net/wireless/ti/
10728F: include/linux/wl12xx.h
10729
10730TIPC NETWORK LAYER
10731M: Jon Maloy <jon.maloy@ericsson.com>
10732M: Ying Xue <ying.xue@windriver.com>
10733L: netdev@vger.kernel.org (core kernel code)
10734L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10735W: http://tipc.sourceforge.net/
10736S: Maintained
10737F: include/uapi/linux/tipc*.h
10738F: net/tipc/
10739
10740TILE ARCHITECTURE
10741M: Chris Metcalf <cmetcalf@ezchip.com>
10742W: http://www.ezchip.com/scm/
10743S: Supported
10744F: arch/tile/
10745F: drivers/char/tile-srom.c
10746F: drivers/edac/tile_edac.c
10747F: drivers/net/ethernet/tile/
10748F: drivers/rtc/rtc-tile.c
10749F: drivers/tty/hvc/hvc_tile.c
10750F: drivers/tty/serial/tilegx.c
10751F: drivers/usb/host/*-tilegx.c
10752F: include/linux/usb/tilegx.h
10753
10754TLAN NETWORK DRIVER
10755M: Samuel Chessman <chessman@tux.org>
10756L: tlan-devel@lists.sourceforge.net (subscribers-only)
10757W: http://sourceforge.net/projects/tlan/
10758S: Maintained
10759F: Documentation/networking/tlan.txt
10760F: drivers/net/ethernet/ti/tlan.*
10761
10762TOMOYO SECURITY MODULE
10763M: Kentaro Takeda <takedakn@nttdata.co.jp>
10764M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10765L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10766L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10767L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10768L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10769W: http://tomoyo.sourceforge.jp/
10770T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10771S: Maintained
10772F: security/tomoyo/
10773
10774TOPSTAR LAPTOP EXTRAS DRIVER
10775M: Herton Ronaldo Krzesinski <herton@canonical.com>
10776L: platform-driver-x86@vger.kernel.org
10777S: Maintained
10778F: drivers/platform/x86/topstar-laptop.c
10779
10780TOSHIBA ACPI EXTRAS DRIVER
10781M: Azael Avalos <coproscefalo@gmail.com>
10782L: platform-driver-x86@vger.kernel.org
10783S: Maintained
10784F: drivers/platform/x86/toshiba_acpi.c
10785
10786TOSHIBA BLUETOOTH DRIVER
10787M: Azael Avalos <coproscefalo@gmail.com>
10788L: platform-driver-x86@vger.kernel.org
10789S: Maintained
10790F: drivers/platform/x86/toshiba_bluetooth.c
10791
10792TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10793M: Azael Avalos <coproscefalo@gmail.com>
10794L: platform-driver-x86@vger.kernel.org
10795S: Maintained
10796F: drivers/platform/x86/toshiba_haps.c
10797
10798TOSHIBA WMI HOTKEYS DRIVER
10799M: Azael Avalos <coproscefalo@gmail.com>
10800L: platform-driver-x86@vger.kernel.org
10801S: Maintained
10802F: drivers/platform/x86/toshiba-wmi.c
10803
10804TOSHIBA SMM DRIVER
10805M: Jonathan Buzzard <jonathan@buzzard.org.uk>
10806W: http://www.buzzard.org.uk/toshiba/
10807S: Maintained
10808F: drivers/char/toshiba.c
10809F: include/linux/toshiba.h
10810F: include/uapi/linux/toshiba.h
10811
10812TOSHIBA TC358743 DRIVER
10813M: Mats Randgaard <matrandg@cisco.com>
10814L: linux-media@vger.kernel.org
10815S: Maintained
10816F: drivers/media/i2c/tc358743*
10817F: include/media/tc358743.h
10818
10819TMIO MMC DRIVER
10820M: Ian Molton <ian@mnementh.co.uk>
10821L: linux-mmc@vger.kernel.org
10822S: Maintained
10823F: drivers/mmc/host/tmio_mmc*
10824F: drivers/mmc/host/sh_mobile_sdhi.c
10825F: include/linux/mmc/tmio.h
10826F: include/linux/mmc/sh_mobile_sdhi.h
10827
10828TMP401 HARDWARE MONITOR DRIVER
10829M: Guenter Roeck <linux@roeck-us.net>
10830L: lm-sensors@lm-sensors.org
10831S: Maintained
10832F: Documentation/hwmon/tmp401
10833F: drivers/hwmon/tmp401.c
10834
10835TMPFS (SHMEM FILESYSTEM)
10836M: Hugh Dickins <hughd@google.com>
10837L: linux-mm@kvack.org
10838S: Maintained
10839F: include/linux/shmem_fs.h
10840F: mm/shmem.c
10841
10842TM6000 VIDEO4LINUX DRIVER
10843M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10844L: linux-media@vger.kernel.org
10845W: http://linuxtv.org
10846T: git git://linuxtv.org/media_tree.git
10847S: Odd fixes
10848F: drivers/media/usb/tm6000/
10849
10850TW68 VIDEO4LINUX DRIVER
10851M: Hans Verkuil <hverkuil@xs4all.nl>
10852L: linux-media@vger.kernel.org
10853T: git git://linuxtv.org/media_tree.git
10854W: http://linuxtv.org
10855S: Odd Fixes
10856F: drivers/media/pci/tw68/
10857
10858TPM DEVICE DRIVER
10859M: Peter Huewe <peterhuewe@gmx.de>
10860M: Marcel Selhorst <tpmdd@selhorst.net>
10861M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
10862R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10863W: http://tpmdd.sourceforge.net
10864L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10865Q: git git://github.com/PeterHuewe/linux-tpmdd.git
10866T: https://github.com/PeterHuewe/linux-tpmdd
10867S: Maintained
10868F: drivers/char/tpm/
10869
10870TPM IBM_VTPM DEVICE DRIVER
10871M: Ashley Lai <ashleydlai@gmail.com>
10872W: http://tpmdd.sourceforge.net
10873L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10874S: Maintained
10875F: drivers/char/tpm/tpm_ibmvtpm*
10876
10877TRACING
10878M: Steven Rostedt <rostedt@goodmis.org>
10879M: Ingo Molnar <mingo@redhat.com>
10880T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10881S: Maintained
10882F: Documentation/trace/ftrace.txt
10883F: arch/*/*/*/ftrace.h
10884F: arch/*/kernel/ftrace.c
10885F: include/*/ftrace.h
10886F: include/linux/trace*.h
10887F: include/trace/
10888F: kernel/trace/
10889F: tools/testing/selftests/ftrace/
10890
10891TRIVIAL PATCHES
10892M: Jiri Kosina <trivial@kernel.org>
10893T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10894S: Maintained
10895K: ^Subject:.*(?i)trivial
10896
10897TTY LAYER
10898M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10899M: Jiri Slaby <jslaby@suse.com>
10900S: Supported
10901T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10902F: Documentation/serial/
10903F: drivers/tty/
10904F: drivers/tty/serial/serial_core.c
10905F: include/linux/serial_core.h
10906F: include/linux/serial.h
10907F: include/linux/tty.h
10908F: include/uapi/linux/serial_core.h
10909F: include/uapi/linux/serial.h
10910F: include/uapi/linux/tty.h
10911
10912TUA9001 MEDIA DRIVER
10913M: Antti Palosaari <crope@iki.fi>
10914L: linux-media@vger.kernel.org
10915W: http://linuxtv.org/
10916W: http://palosaari.fi/linux/
10917Q: http://patchwork.linuxtv.org/project/linux-media/list/
10918T: git git://linuxtv.org/anttip/media_tree.git
10919S: Maintained
10920F: drivers/media/tuners/tua9001*
10921
10922TULIP NETWORK DRIVERS
10923L: netdev@vger.kernel.org
10924L: linux-parisc@vger.kernel.org
10925S: Orphan
10926F: drivers/net/ethernet/dec/tulip/
10927
10928TUN/TAP driver
10929M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
10930W: http://vtun.sourceforge.net/tun
10931S: Maintained
10932F: Documentation/networking/tuntap.txt
10933F: arch/um/os-Linux/drivers/
10934
10935TURBOCHANNEL SUBSYSTEM
10936M: "Maciej W. Rozycki" <macro@linux-mips.org>
10937M: Ralf Baechle <ralf@linux-mips.org>
10938L: linux-mips@linux-mips.org
10939Q: http://patchwork.linux-mips.org/project/linux-mips/list/
10940S: Maintained
10941F: drivers/tc/
10942F: include/linux/tc.h
10943
10944U14-34F SCSI DRIVER
10945M: Dario Ballabio <ballabio_dario@emc.com>
10946L: linux-scsi@vger.kernel.org
10947S: Maintained
10948F: drivers/scsi/u14-34f.c
10949
10950UBI FILE SYSTEM (UBIFS)
10951M: Artem Bityutskiy <dedekind1@gmail.com>
10952M: Adrian Hunter <adrian.hunter@intel.com>
10953L: linux-mtd@lists.infradead.org
10954T: git git://git.infradead.org/ubifs-2.6.git
10955W: http://www.linux-mtd.infradead.org/doc/ubifs.html
10956S: Maintained
10957F: Documentation/filesystems/ubifs.txt
10958F: fs/ubifs/
10959
10960UCLINUX (M68KNOMMU AND COLDFIRE)
10961M: Greg Ungerer <gerg@uclinux.org>
10962W: http://www.uclinux.org/
10963L: linux-m68k@lists.linux-m68k.org
10964L: uclinux-dev@uclinux.org (subscribers-only)
10965T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10966S: Maintained
10967F: arch/m68k/coldfire/
10968F: arch/m68k/68*/
10969F: arch/m68k/*/*_no.*
10970F: arch/m68k/include/asm/*_no.*
10971
10972UDF FILESYSTEM
10973M: Jan Kara <jack@suse.com>
10974S: Maintained
10975F: Documentation/filesystems/udf.txt
10976F: fs/udf/
10977
10978UFS FILESYSTEM
10979M: Evgeniy Dushistov <dushistov@mail.ru>
10980S: Maintained
10981F: Documentation/filesystems/ufs.txt
10982F: fs/ufs/
10983
10984UHID USERSPACE HID IO DRIVER:
10985M: David Herrmann <dh.herrmann@googlemail.com>
10986L: linux-input@vger.kernel.org
10987S: Maintained
10988F: drivers/hid/uhid.c
10989F: include/uapi/linux/uhid.h
10990
10991ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10992L: linux-usb@vger.kernel.org
10993S: Orphan
10994F: drivers/uwb/
10995F: include/linux/uwb.h
10996F: include/linux/uwb/
10997
10998UNICORE32 ARCHITECTURE:
10999M: Guan Xuetao <gxt@mprc.pku.edu.cn>
11000W: http://mprc.pku.edu.cn/~guanxuetao/linux
11001S: Maintained
11002T: git git://github.com/gxt/linux.git
11003F: arch/unicore32/
11004
11005UNIFDEF
11006M: Tony Finch <dot@dotat.at>
11007W: http://dotat.at/prog/unifdef
11008S: Maintained
11009F: scripts/unifdef.c
11010
11011UNIFORM CDROM DRIVER
11012M: Jens Axboe <axboe@kernel.dk>
11013W: http://www.kernel.dk
11014S: Maintained
11015F: Documentation/cdrom/
11016F: drivers/cdrom/cdrom.c
11017F: include/linux/cdrom.h
11018F: include/uapi/linux/cdrom.h
11019
11020UNISYS S-PAR DRIVERS
11021M: Benjamin Romer <benjamin.romer@unisys.com>
11022M: David Kershner <david.kershner@unisys.com>
11023L: sparmaintainer@unisys.com (Unisys internal)
11024S: Supported
11025F: drivers/staging/unisys/
11026
11027UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11028M: Vinayak Holikatti <vinholikatti@gmail.com>
11029L: linux-scsi@vger.kernel.org
11030S: Supported
11031F: Documentation/scsi/ufs.txt
11032F: drivers/scsi/ufs/
11033
11034UNSORTED BLOCK IMAGES (UBI)
11035M: Artem Bityutskiy <dedekind1@gmail.com>
11036M: Richard Weinberger <richard@nod.at>
11037W: http://www.linux-mtd.infradead.org/
11038L: linux-mtd@lists.infradead.org
11039T: git git://git.infradead.org/ubifs-2.6.git
11040S: Supported
11041F: drivers/mtd/ubi/
11042F: include/linux/mtd/ubi.h
11043F: include/uapi/mtd/ubi-user.h
11044
11045USB ACM DRIVER
11046M: Oliver Neukum <oliver@neukum.org>
11047L: linux-usb@vger.kernel.org
11048S: Maintained
11049F: Documentation/usb/acm.txt
11050F: drivers/usb/class/cdc-acm.*
11051
11052USB AR5523 WIRELESS DRIVER
11053M: Pontus Fuchs <pontus.fuchs@gmail.com>
11054L: linux-wireless@vger.kernel.org
11055S: Maintained
11056F: drivers/net/wireless/ath/ar5523/
11057
11058USB ATTACHED SCSI
11059M: Hans de Goede <hdegoede@redhat.com>
11060M: Gerd Hoffmann <kraxel@redhat.com>
11061L: linux-usb@vger.kernel.org
11062L: linux-scsi@vger.kernel.org
11063S: Maintained
11064F: drivers/usb/storage/uas.c
11065
11066USB CDC ETHERNET DRIVER
11067M: Oliver Neukum <oliver@neukum.org>
11068L: linux-usb@vger.kernel.org
11069S: Maintained
11070F: drivers/net/usb/cdc_*.c
11071F: include/uapi/linux/usb/cdc.h
11072
11073USB CHAOSKEY DRIVER
11074M: Keith Packard <keithp@keithp.com>
11075L: linux-usb@vger.kernel.org
11076S: Maintained
11077F: drivers/usb/misc/chaoskey.c
11078
11079USB CYPRESS C67X00 DRIVER
11080M: Peter Korsgaard <jacmet@sunsite.dk>
11081L: linux-usb@vger.kernel.org
11082S: Maintained
11083F: drivers/usb/c67x00/
11084
11085USB DAVICOM DM9601 DRIVER
11086M: Peter Korsgaard <jacmet@sunsite.dk>
11087L: netdev@vger.kernel.org
11088W: http://www.linux-usb.org/usbnet
11089S: Maintained
11090F: drivers/net/usb/dm9601.c
11091
11092USB DIAMOND RIO500 DRIVER
11093M: Cesar Miquel <miquel@df.uba.ar>
11094L: rio500-users@lists.sourceforge.net
11095W: http://rio500.sourceforge.net
11096S: Maintained
11097F: drivers/usb/misc/rio500*
11098
11099USB EHCI DRIVER
11100M: Alan Stern <stern@rowland.harvard.edu>
11101L: linux-usb@vger.kernel.org
11102S: Maintained
11103F: Documentation/usb/ehci.txt
11104F: drivers/usb/host/ehci*
11105
11106USB GADGET/PERIPHERAL SUBSYSTEM
11107M: Felipe Balbi <balbi@ti.com>
11108L: linux-usb@vger.kernel.org
11109W: http://www.linux-usb.org/gadget
11110T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11111S: Maintained
11112F: drivers/usb/gadget/
11113F: include/linux/usb/gadget*
11114
11115USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11116M: Jiri Kosina <jikos@kernel.org>
11117L: linux-usb@vger.kernel.org
11118T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11119S: Maintained
11120F: Documentation/hid/hiddev.txt
11121F: drivers/hid/usbhid/
11122
11123USB ISP116X DRIVER
11124M: Olav Kongas <ok@artecdesign.ee>
11125L: linux-usb@vger.kernel.org
11126S: Maintained
11127F: drivers/usb/host/isp116x*
11128F: include/linux/usb/isp116x.h
11129
11130USB MASS STORAGE DRIVER
11131M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11132L: linux-usb@vger.kernel.org
11133L: usb-storage@lists.one-eyed-alien.net
11134S: Maintained
11135W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
11136F: drivers/usb/storage/
11137
11138USB MIDI DRIVER
11139M: Clemens Ladisch <clemens@ladisch.de>
11140L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11141T: git git://git.alsa-project.org/alsa-kernel.git
11142S: Maintained
11143F: sound/usb/midi.*
11144
11145USB NETWORKING DRIVERS
11146L: linux-usb@vger.kernel.org
11147S: Odd Fixes
11148F: drivers/net/usb/
11149
11150USB OHCI DRIVER
11151M: Alan Stern <stern@rowland.harvard.edu>
11152L: linux-usb@vger.kernel.org
11153S: Maintained
11154F: Documentation/usb/ohci.txt
11155F: drivers/usb/host/ohci*
11156
11157USB OTG FSM (Finite State Machine)
11158M: Peter Chen <Peter.Chen@freescale.com>
11159T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11160L: linux-usb@vger.kernel.org
11161S: Maintained
11162F: drivers/usb/common/usb-otg-fsm.c
11163
11164USB OVER IP DRIVER
11165M: Valentina Manea <valentina.manea.m@gmail.com>
11166M: Shuah Khan <shuah.kh@samsung.com>
11167L: linux-usb@vger.kernel.org
11168S: Maintained
11169F: drivers/usb/usbip/
11170F: tools/usb/usbip/
11171
11172USB PEGASUS DRIVER
11173M: Petko Manolov <petkan@nucleusys.com>
11174L: linux-usb@vger.kernel.org
11175L: netdev@vger.kernel.org
11176T: git git://github.com/petkan/pegasus.git
11177W: https://github.com/petkan/pegasus
11178S: Maintained
11179F: drivers/net/usb/pegasus.*
11180
11181USB PHY LAYER
11182M: Felipe Balbi <balbi@ti.com>
11183L: linux-usb@vger.kernel.org
11184T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11185S: Maintained
11186F: drivers/usb/phy/
11187
11188USB PRINTER DRIVER (usblp)
11189M: Pete Zaitcev <zaitcev@redhat.com>
11190L: linux-usb@vger.kernel.org
11191S: Supported
11192F: drivers/usb/class/usblp.c
11193
11194USB RTL8150 DRIVER
11195M: Petko Manolov <petkan@nucleusys.com>
11196L: linux-usb@vger.kernel.org
11197L: netdev@vger.kernel.org
11198T: git git://github.com/petkan/rtl8150.git
11199W: https://github.com/petkan/rtl8150
11200S: Maintained
11201F: drivers/net/usb/rtl8150.c
11202
11203USB SERIAL SUBSYSTEM
11204M: Johan Hovold <johan@kernel.org>
11205L: linux-usb@vger.kernel.org
11206S: Maintained
11207F: Documentation/usb/usb-serial.txt
11208F: drivers/usb/serial/
11209F: include/linux/usb/serial.h
11210
11211USB SMSC75XX ETHERNET DRIVER
11212M: Steve Glendinning <steve.glendinning@shawell.net>
11213L: netdev@vger.kernel.org
11214S: Maintained
11215F: drivers/net/usb/smsc75xx.*
11216
11217USB SMSC95XX ETHERNET DRIVER
11218M: Steve Glendinning <steve.glendinning@shawell.net>
11219L: netdev@vger.kernel.org
11220S: Maintained
11221F: drivers/net/usb/smsc95xx.*
11222
11223USB SUBSYSTEM
11224M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11225L: linux-usb@vger.kernel.org
11226W: http://www.linux-usb.org
11227T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11228S: Supported
11229F: Documentation/usb/
11230F: drivers/usb/
11231F: include/linux/usb.h
11232F: include/linux/usb/
11233
11234USB UHCI DRIVER
11235M: Alan Stern <stern@rowland.harvard.edu>
11236L: linux-usb@vger.kernel.org
11237S: Maintained
11238F: drivers/usb/host/uhci*
11239
11240USB "USBNET" DRIVER FRAMEWORK
11241M: Oliver Neukum <oneukum@suse.com>
11242L: netdev@vger.kernel.org
11243W: http://www.linux-usb.org/usbnet
11244S: Maintained
11245F: drivers/net/usb/usbnet.c
11246F: include/linux/usb/usbnet.h
11247
11248USB VIDEO CLASS
11249M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11250L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11251L: linux-media@vger.kernel.org
11252T: git git://linuxtv.org/media_tree.git
11253W: http://www.ideasonboard.org/uvc/
11254S: Maintained
11255F: drivers/media/usb/uvc/
11256F: include/uapi/linux/uvcvideo.h
11257
11258USB VISION DRIVER
11259M: Hans Verkuil <hverkuil@xs4all.nl>
11260L: linux-media@vger.kernel.org
11261T: git git://linuxtv.org/media_tree.git
11262W: http://linuxtv.org
11263S: Odd Fixes
11264F: drivers/media/usb/usbvision/
11265
11266USB WEBCAM GADGET
11267M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11268L: linux-usb@vger.kernel.org
11269S: Maintained
11270F: drivers/usb/gadget/function/*uvc*
11271F: drivers/usb/gadget/legacy/webcam.c
11272
11273USB WIRELESS RNDIS DRIVER (rndis_wlan)
11274M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
11275L: linux-wireless@vger.kernel.org
11276S: Maintained
11277F: drivers/net/wireless/rndis_wlan.c
11278
11279USB XHCI DRIVER
11280M: Mathias Nyman <mathias.nyman@intel.com>
11281L: linux-usb@vger.kernel.org
11282S: Supported
11283F: drivers/usb/host/xhci*
11284F: drivers/usb/host/pci-quirks*
11285
11286USB ZD1201 DRIVER
11287L: linux-wireless@vger.kernel.org
11288W: http://linux-lc100020.sourceforge.net
11289S: Orphan
11290F: drivers/net/wireless/zd1201.*
11291
11292USB ZR364XX DRIVER
11293M: Antoine Jacquet <royale@zerezo.com>
11294L: linux-usb@vger.kernel.org
11295L: linux-media@vger.kernel.org
11296T: git git://linuxtv.org/media_tree.git
11297W: http://royale.zerezo.com/zr364xx/
11298S: Maintained
11299F: Documentation/video4linux/zr364xx.txt
11300F: drivers/media/usb/zr364xx/
11301
11302ULPI BUS
11303M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
11304L: linux-usb@vger.kernel.org
11305S: Maintained
11306F: drivers/usb/common/ulpi.c
11307F: include/linux/ulpi/
11308
11309USER-MODE LINUX (UML)
11310M: Jeff Dike <jdike@addtoit.com>
11311M: Richard Weinberger <richard@nod.at>
11312L: user-mode-linux-devel@lists.sourceforge.net
11313L: user-mode-linux-user@lists.sourceforge.net
11314W: http://user-mode-linux.sourceforge.net
11315S: Maintained
11316F: Documentation/virtual/uml/
11317F: arch/um/
11318F: arch/x86/um/
11319F: fs/hostfs/
11320F: fs/hppfs/
11321
11322USERSPACE I/O (UIO)
11323M: "Hans J. Koch" <hjk@hansjkoch.de>
11324M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11325S: Maintained
11326T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11327F: Documentation/DocBook/uio-howto.tmpl
11328F: drivers/uio/
11329F: include/linux/uio*.h
11330
11331UTIL-LINUX PACKAGE
11332M: Karel Zak <kzak@redhat.com>
11333L: util-linux@vger.kernel.org
11334W: http://en.wikipedia.org/wiki/Util-linux
11335T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11336S: Maintained
11337
11338UVESAFB DRIVER
11339M: Michal Januszewski <spock@gentoo.org>
11340L: linux-fbdev@vger.kernel.org
11341W: http://dev.gentoo.org/~spock/projects/uvesafb/
11342S: Maintained
11343F: Documentation/fb/uvesafb.txt
11344F: drivers/video/fbdev/uvesafb.*
11345
11346VF610 NAND DRIVER
11347M: Stefan Agner <stefan@agner.ch>
11348L: linux-mtd@lists.infradead.org
11349S: Supported
11350F: drivers/mtd/nand/vf610_nfc.c
11351
11352VFAT/FAT/MSDOS FILESYSTEM
11353M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11354S: Maintained
11355F: Documentation/filesystems/vfat.txt
11356F: fs/fat/
11357
11358VFIO DRIVER
11359M: Alex Williamson <alex.williamson@redhat.com>
11360L: kvm@vger.kernel.org
11361S: Maintained
11362F: Documentation/vfio.txt
11363F: drivers/vfio/
11364F: include/linux/vfio.h
11365F: include/uapi/linux/vfio.h
11366
11367VFIO PLATFORM DRIVER
11368M: Baptiste Reynal <b.reynal@virtualopensystems.com>
11369L: kvm@vger.kernel.org
11370S: Maintained
11371F: drivers/vfio/platform/
11372
11373VIDEOBUF2 FRAMEWORK
11374M: Pawel Osciak <pawel@osciak.com>
11375M: Marek Szyprowski <m.szyprowski@samsung.com>
11376M: Kyungmin Park <kyungmin.park@samsung.com>
11377L: linux-media@vger.kernel.org
11378S: Maintained
11379F: drivers/media/v4l2-core/videobuf2-*
11380F: include/media/videobuf2-*
11381
11382VIRTUAL SERIO DEVICE DRIVER
11383M: Stephen Chandler Paul <thatslyude@gmail.com>
11384S: Maintained
11385F: drivers/input/serio/userio.c
11386F: include/uapi/linux/userio.h
11387
11388VIRTIO CONSOLE DRIVER
11389M: Amit Shah <amit.shah@redhat.com>
11390L: virtualization@lists.linux-foundation.org
11391S: Maintained
11392F: drivers/char/virtio_console.c
11393F: include/linux/virtio_console.h
11394F: include/uapi/linux/virtio_console.h
11395
11396VIRTIO CORE, NET AND BLOCK DRIVERS
11397M: "Michael S. Tsirkin" <mst@redhat.com>
11398L: virtualization@lists.linux-foundation.org
11399S: Maintained
11400F: drivers/virtio/
11401F: tools/virtio/
11402F: drivers/net/virtio_net.c
11403F: drivers/block/virtio_blk.c
11404F: include/linux/virtio_*.h
11405F: include/uapi/linux/virtio_*.h
11406
11407VIRTIO DRIVERS FOR S390
11408M: Christian Borntraeger <borntraeger@de.ibm.com>
11409M: Cornelia Huck <cornelia.huck@de.ibm.com>
11410L: linux-s390@vger.kernel.org
11411L: virtualization@lists.linux-foundation.org
11412L: kvm@vger.kernel.org
11413S: Supported
11414F: drivers/s390/virtio/
11415
11416VIRTIO GPU DRIVER
11417M: David Airlie <airlied@linux.ie>
11418M: Gerd Hoffmann <kraxel@redhat.com>
11419L: dri-devel@lists.freedesktop.org
11420L: virtualization@lists.linux-foundation.org
11421S: Maintained
11422F: drivers/gpu/drm/virtio/
11423F: include/uapi/linux/virtio_gpu.h
11424
11425VIRTIO HOST (VHOST)
11426M: "Michael S. Tsirkin" <mst@redhat.com>
11427L: kvm@vger.kernel.org
11428L: virtualization@lists.linux-foundation.org
11429L: netdev@vger.kernel.org
11430S: Maintained
11431F: drivers/vhost/
11432F: include/uapi/linux/vhost.h
11433
11434VIRTIO INPUT DRIVER
11435M: Gerd Hoffmann <kraxel@redhat.com>
11436S: Maintained
11437F: drivers/virtio/virtio_input.c
11438F: include/uapi/linux/virtio_input.h
11439
11440VIA RHINE NETWORK DRIVER
11441S: Orphan
11442F: drivers/net/ethernet/via/via-rhine.c
11443
11444VIA SD/MMC CARD CONTROLLER DRIVER
11445M: Bruce Chang <brucechang@via.com.tw>
11446M: Harald Welte <HaraldWelte@viatech.com>
11447S: Maintained
11448F: drivers/mmc/host/via-sdmmc.c
11449
11450VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11451M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11452L: linux-fbdev@vger.kernel.org
11453S: Maintained
11454F: include/linux/via-core.h
11455F: include/linux/via-gpio.h
11456F: include/linux/via_i2c.h
11457F: drivers/video/fbdev/via/
11458
11459VIA VELOCITY NETWORK DRIVER
11460M: Francois Romieu <romieu@fr.zoreil.com>
11461L: netdev@vger.kernel.org
11462S: Maintained
11463F: drivers/net/ethernet/via/via-velocity.*
11464
11465VIRT LIB
11466M: Alex Williamson <alex.williamson@redhat.com>
11467M: Paolo Bonzini <pbonzini@redhat.com>
11468L: kvm@vger.kernel.org
11469S: Supported
11470F: virt/lib/
11471
11472VIVID VIRTUAL VIDEO DRIVER
11473M: Hans Verkuil <hverkuil@xs4all.nl>
11474L: linux-media@vger.kernel.org
11475T: git git://linuxtv.org/media_tree.git
11476W: http://linuxtv.org
11477S: Maintained
11478F: drivers/media/platform/vivid/*
11479
11480VLAN (802.1Q)
11481M: Patrick McHardy <kaber@trash.net>
11482L: netdev@vger.kernel.org
11483S: Maintained
11484F: drivers/net/macvlan.c
11485F: include/linux/if_*vlan.h
11486F: net/8021q/
11487
11488VLYNQ BUS
11489M: Florian Fainelli <florian@openwrt.org>
11490L: openwrt-devel@lists.openwrt.org (subscribers-only)
11491S: Maintained
11492F: drivers/vlynq/vlynq.c
11493F: include/linux/vlynq.h
11494
11495VME SUBSYSTEM
11496M: Martyn Welch <martyn@welchs.me.uk>
11497M: Manohar Vanga <manohar.vanga@gmail.com>
11498M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11499L: devel@driverdev.osuosl.org
11500S: Maintained
11501T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11502F: Documentation/vme_api.txt
11503F: drivers/staging/vme/
11504F: drivers/vme/
11505F: include/linux/vme*
11506
11507VMWARE HYPERVISOR INTERFACE
11508M: Alok Kataria <akataria@vmware.com>
11509L: virtualization@lists.linux-foundation.org
11510S: Supported
11511F: arch/x86/kernel/cpu/vmware.c
11512
11513VMWARE BALLOON DRIVER
11514M: Xavier Deguillard <xdeguillard@vmware.com>
11515M: Philip Moltmann <moltmann@vmware.com>
11516M: "VMware, Inc." <pv-drivers@vmware.com>
11517L: linux-kernel@vger.kernel.org
11518S: Maintained
11519F: drivers/misc/vmw_balloon.c
11520
11521VMWARE VMMOUSE SUBDRIVER
11522M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11523M: "VMware, Inc." <pv-drivers@vmware.com>
11524L: linux-input@vger.kernel.org
11525S: Maintained
11526F: drivers/input/mouse/vmmouse.c
11527F: drivers/input/mouse/vmmouse.h
11528
11529VMWARE VMXNET3 ETHERNET DRIVER
11530M: Shrikrishna Khare <skhare@vmware.com>
11531M: "VMware, Inc." <pv-drivers@vmware.com>
11532L: netdev@vger.kernel.org
11533S: Maintained
11534F: drivers/net/vmxnet3/
11535
11536VMware PVSCSI driver
11537M: Arvind Kumar <arvindkumar@vmware.com>
11538M: VMware PV-Drivers <pv-drivers@vmware.com>
11539L: linux-scsi@vger.kernel.org
11540S: Maintained
11541F: drivers/scsi/vmw_pvscsi.c
11542F: drivers/scsi/vmw_pvscsi.h
11543
11544VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11545M: Liam Girdwood <lgirdwood@gmail.com>
11546M: Mark Brown <broonie@kernel.org>
11547L: linux-kernel@vger.kernel.org
11548W: http://www.slimlogic.co.uk/?p=48
11549T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11550S: Supported
11551F: drivers/regulator/
11552F: include/linux/regulator/
11553
11554VRF
11555M: David Ahern <dsa@cumulusnetworks.com>
11556M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
11557L: netdev@vger.kernel.org
11558S: Maintained
11559F: drivers/net/vrf.c
11560F: Documentation/networking/vrf.txt
11561
11562VT1211 HARDWARE MONITOR DRIVER
11563M: Juerg Haefliger <juergh@gmail.com>
11564L: lm-sensors@lm-sensors.org
11565S: Maintained
11566F: Documentation/hwmon/vt1211
11567F: drivers/hwmon/vt1211.c
11568
11569VT8231 HARDWARE MONITOR DRIVER
11570M: Roger Lucas <vt8231@hiddenengine.co.uk>
11571L: lm-sensors@lm-sensors.org
11572S: Maintained
11573F: drivers/hwmon/vt8231.c
11574
11575VUB300 USB to SDIO/SD/MMC bridge chip
11576M: Tony Olech <tony.olech@elandigitalsystems.com>
11577L: linux-mmc@vger.kernel.org
11578L: linux-usb@vger.kernel.org
11579S: Supported
11580F: drivers/mmc/host/vub300.c
11581
11582W1 DALLAS'S 1-WIRE BUS
11583M: Evgeniy Polyakov <zbr@ioremap.net>
11584S: Maintained
11585F: Documentation/w1/
11586F: drivers/w1/
11587
11588W83791D HARDWARE MONITORING DRIVER
11589M: Marc Hulsman <m.hulsman@tudelft.nl>
11590L: lm-sensors@lm-sensors.org
11591S: Maintained
11592F: Documentation/hwmon/w83791d
11593F: drivers/hwmon/w83791d.c
11594
11595W83793 HARDWARE MONITORING DRIVER
11596M: Rudolf Marek <r.marek@assembler.cz>
11597L: lm-sensors@lm-sensors.org
11598S: Maintained
11599F: Documentation/hwmon/w83793
11600F: drivers/hwmon/w83793.c
11601
11602W83795 HARDWARE MONITORING DRIVER
11603M: Jean Delvare <jdelvare@suse.com>
11604L: lm-sensors@lm-sensors.org
11605S: Maintained
11606F: drivers/hwmon/w83795.c
11607
11608W83L51xD SD/MMC CARD INTERFACE DRIVER
11609M: Pierre Ossman <pierre@ossman.eu>
11610S: Maintained
11611F: drivers/mmc/host/wbsd.*
11612
11613WACOM PROTOCOL 4 SERIAL TABLETS
11614M: Julian Squires <julian@cipht.net>
11615M: Hans de Goede <hdegoede@redhat.com>
11616L: linux-input@vger.kernel.org
11617S: Maintained
11618F: drivers/input/tablet/wacom_serial4.c
11619
11620WATCHDOG DEVICE DRIVERS
11621M: Wim Van Sebroeck <wim@iguana.be>
11622L: linux-watchdog@vger.kernel.org
11623W: http://www.linux-watchdog.org/
11624T: git git://www.linux-watchdog.org/linux-watchdog.git
11625S: Maintained
11626F: Documentation/watchdog/
11627F: drivers/watchdog/
11628F: include/linux/watchdog.h
11629F: include/uapi/linux/watchdog.h
11630
11631WD7000 SCSI DRIVER
11632M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
11633L: linux-scsi@vger.kernel.org
11634S: Maintained
11635F: drivers/scsi/wd7000.c
11636
11637WIIMOTE HID DRIVER
11638M: David Herrmann <dh.herrmann@googlemail.com>
11639L: linux-input@vger.kernel.org
11640S: Maintained
11641F: drivers/hid/hid-wiimote*
11642
11643WINBOND CIR DRIVER
11644M: David Härdeman <david@hardeman.nu>
11645S: Maintained
11646F: drivers/media/rc/winbond-cir.c
11647
11648WIMAX STACK
11649M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11650M: linux-wimax@intel.com
11651L: wimax@linuxwimax.org (subscribers-only)
11652S: Supported
11653W: http://linuxwimax.org
11654F: Documentation/wimax/README.wimax
11655F: include/linux/wimax/debug.h
11656F: include/net/wimax.h
11657F: include/uapi/linux/wimax.h
11658F: net/wimax/
11659
11660WISTRON LAPTOP BUTTON DRIVER
11661M: Miloslav Trmac <mitr@volny.cz>
11662S: Maintained
11663F: drivers/input/misc/wistron_btns.c
11664
11665WL3501 WIRELESS PCMCIA CARD DRIVER
11666M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11667L: linux-wireless@vger.kernel.org
11668W: http://oops.ghostprotocols.net:81/blog
11669S: Maintained
11670F: drivers/net/wireless/wl3501*
11671
11672WOLFSON MICROELECTRONICS DRIVERS
11673L: patches@opensource.wolfsonmicro.com
11674T: git https://github.com/CirrusLogic/linux-drivers.git
11675W: https://github.com/CirrusLogic/linux-drivers/wiki
11676S: Supported
11677F: Documentation/hwmon/wm83??
11678F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11679F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11680F: Documentation/devicetree/bindings/mfd/arizona.txt
11681F: arch/arm/mach-s3c64xx/mach-crag6410*
11682F: drivers/clk/clk-wm83*.c
11683F: drivers/extcon/extcon-arizona.c
11684F: drivers/leds/leds-wm83*.c
11685F: drivers/gpio/gpio-*wm*.c
11686F: drivers/gpio/gpio-arizona.c
11687F: drivers/hwmon/wm83??-hwmon.c
11688F: drivers/input/misc/wm831x-on.c
11689F: drivers/input/touchscreen/wm831x-ts.c
11690F: drivers/input/touchscreen/wm97*.c
11691F: drivers/mfd/arizona*
11692F: drivers/mfd/wm*.c
11693F: drivers/power/wm83*.c
11694F: drivers/rtc/rtc-wm83*.c
11695F: drivers/regulator/wm8*.c
11696F: drivers/video/backlight/wm83*_bl.c
11697F: drivers/watchdog/wm83*_wdt.c
11698F: include/linux/mfd/arizona/
11699F: include/linux/mfd/wm831x/
11700F: include/linux/mfd/wm8350/
11701F: include/linux/mfd/wm8400*
11702F: include/linux/wm97xx.h
11703F: include/sound/wm????.h
11704F: sound/soc/codecs/arizona.?
11705F: sound/soc/codecs/wm*
11706
11707WORKQUEUE
11708M: Tejun Heo <tj@kernel.org>
11709R: Lai Jiangshan <jiangshanlai@gmail.com>
11710T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11711S: Maintained
11712F: include/linux/workqueue.h
11713F: kernel/workqueue.c
11714F: Documentation/workqueue.txt
11715
11716X.25 NETWORK LAYER
11717M: Andrew Hendry <andrew.hendry@gmail.com>
11718L: linux-x25@vger.kernel.org
11719S: Odd Fixes
11720F: Documentation/networking/x25*
11721F: include/net/x25*
11722F: net/x25/
11723
11724X86 ARCHITECTURE (32-BIT AND 64-BIT)
11725M: Thomas Gleixner <tglx@linutronix.de>
11726M: Ingo Molnar <mingo@redhat.com>
11727M: "H. Peter Anvin" <hpa@zytor.com>
11728M: x86@kernel.org
11729L: linux-kernel@vger.kernel.org
11730T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11731S: Maintained
11732F: Documentation/x86/
11733F: arch/x86/
11734
11735X86 PLATFORM DRIVERS
11736M: Darren Hart <dvhart@infradead.org>
11737L: platform-driver-x86@vger.kernel.org
11738T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11739S: Maintained
11740F: drivers/platform/x86/
11741F: drivers/platform/olpc/
11742
11743X86 MCE INFRASTRUCTURE
11744M: Tony Luck <tony.luck@intel.com>
11745M: Borislav Petkov <bp@alien8.de>
11746L: linux-edac@vger.kernel.org
11747S: Maintained
11748F: arch/x86/kernel/cpu/mcheck/*
11749
11750X86 MICROCODE UPDATE SUPPORT
11751M: Borislav Petkov <bp@alien8.de>
11752S: Maintained
11753F: arch/x86/kernel/cpu/microcode/*
11754
11755X86 VDSO
11756M: Andy Lutomirski <luto@amacapital.net>
11757L: linux-kernel@vger.kernel.org
11758T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11759S: Maintained
11760F: arch/x86/entry/vdso/
11761
11762XC2028/3028 TUNER DRIVER
11763M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11764L: linux-media@vger.kernel.org
11765W: http://linuxtv.org
11766T: git git://linuxtv.org/media_tree.git
11767S: Maintained
11768F: drivers/media/tuners/tuner-xc2028.*
11769
11770XEN HYPERVISOR INTERFACE
11771M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11772M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
11773M: David Vrabel <david.vrabel@citrix.com>
11774L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11775T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11776S: Supported
11777F: arch/x86/xen/
11778F: drivers/*/xen-*front.c
11779F: drivers/xen/
11780F: arch/x86/include/asm/xen/
11781F: include/xen/
11782F: include/uapi/xen/
11783
11784XEN HYPERVISOR ARM
11785M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11786L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11787S: Supported
11788F: arch/arm/xen/
11789F: arch/arm/include/asm/xen/
11790
11791XEN HYPERVISOR ARM64
11792M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11793L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11794S: Supported
11795F: arch/arm64/xen/
11796F: arch/arm64/include/asm/xen/
11797
11798XEN NETWORK BACKEND DRIVER
11799M: Ian Campbell <ian.campbell@citrix.com>
11800M: Wei Liu <wei.liu2@citrix.com>
11801L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11802L: netdev@vger.kernel.org
11803S: Supported
11804F: drivers/net/xen-netback/*
11805
11806XEN PCI SUBSYSTEM
11807M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11808L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11809S: Supported
11810F: arch/x86/pci/*xen*
11811F: drivers/pci/*xen*
11812
11813XEN BLOCK SUBSYSTEM
11814M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11815M: Roger Pau Monné <roger.pau@citrix.com>
11816L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11817S: Supported
11818F: drivers/block/xen-blkback/*
11819F: drivers/block/xen*
11820
11821XEN PVSCSI DRIVERS
11822M: Juergen Gross <jgross@suse.com>
11823L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11824L: linux-scsi@vger.kernel.org
11825S: Supported
11826F: drivers/scsi/xen-scsifront.c
11827F: drivers/xen/xen-scsiback.c
11828F: include/xen/interface/io/vscsiif.h
11829
11830XEN SWIOTLB SUBSYSTEM
11831M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11832L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11833S: Supported
11834F: arch/x86/xen/*swiotlb*
11835F: drivers/xen/*swiotlb*
11836
11837XFS FILESYSTEM
11838P: Silicon Graphics Inc
11839M: Dave Chinner <david@fromorbit.com>
11840M: xfs@oss.sgi.com
11841L: xfs@oss.sgi.com
11842W: http://oss.sgi.com/projects/xfs
11843T: git git://oss.sgi.com/xfs/xfs.git
11844S: Supported
11845F: Documentation/filesystems/xfs.txt
11846F: fs/xfs/
11847
11848XILINX AXI ETHERNET DRIVER
11849M: Anirudha Sarangi <anirudh@xilinx.com>
11850M: John Linn <John.Linn@xilinx.com>
11851S: Maintained
11852F: drivers/net/ethernet/xilinx/xilinx_axienet*
11853
11854XILINX UARTLITE SERIAL DRIVER
11855M: Peter Korsgaard <jacmet@sunsite.dk>
11856L: linux-serial@vger.kernel.org
11857S: Maintained
11858F: drivers/tty/serial/uartlite.c
11859
11860XILINX VIDEO IP CORES
11861M: Hyun Kwon <hyun.kwon@xilinx.com>
11862M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11863L: linux-media@vger.kernel.org
11864T: git git://linuxtv.org/media_tree.git
11865S: Supported
11866F: Documentation/devicetree/bindings/media/xilinx/
11867F: drivers/media/platform/xilinx/
11868F: include/uapi/linux/xilinx-v4l2-controls.h
11869
11870XILLYBUS DRIVER
11871M: Eli Billauer <eli.billauer@gmail.com>
11872L: linux-kernel@vger.kernel.org
11873S: Supported
11874F: drivers/char/xillybus/
11875
11876XTENSA XTFPGA PLATFORM SUPPORT
11877M: Max Filippov <jcmvbkbc@gmail.com>
11878L: linux-xtensa@linux-xtensa.org
11879S: Maintained
11880F: drivers/spi/spi-xtensa-xtfpga.c
11881F: sound/soc/xtensa/xtfpga-i2s.c
11882
11883YAM DRIVER FOR AX.25
11884M: Jean-Paul Roubelat <jpr@f6fbb.org>
11885L: linux-hams@vger.kernel.org
11886S: Maintained
11887F: drivers/net/hamradio/yam*
11888F: include/linux/yam.h
11889
11890YEALINK PHONE DRIVER
11891M: Henk Vergonet <Henk.Vergonet@gmail.com>
11892L: usbb2k-api-dev@nongnu.org
11893S: Maintained
11894F: Documentation/input/yealink.txt
11895F: drivers/input/misc/yealink.*
11896
11897Z8530 DRIVER FOR AX.25
11898M: Joerg Reuter <jreuter@yaina.de>
11899W: http://yaina.de/jreuter/
11900W: http://www.qsl.net/dl1bke/
11901L: linux-hams@vger.kernel.org
11902S: Maintained
11903F: Documentation/networking/z8530drv.txt
11904F: drivers/net/hamradio/*scc.c
11905F: drivers/net/hamradio/z8530.h
11906
11907ZBUD COMPRESSED PAGE ALLOCATOR
11908M: Seth Jennings <sjennings@variantweb.net>
11909L: linux-mm@kvack.org
11910S: Maintained
11911F: mm/zbud.c
11912F: include/linux/zbud.h
11913
11914ZD1211RW WIRELESS DRIVER
11915M: Daniel Drake <dsd@gentoo.org>
11916M: Ulrich Kunitz <kune@deine-taler.de>
11917W: http://zd1211.ath.cx/wiki/DriverRewrite
11918L: linux-wireless@vger.kernel.org
11919L: zd1211-devs@lists.sourceforge.net (subscribers-only)
11920S: Maintained
11921F: drivers/net/wireless/zd1211rw/
11922
11923ZPOOL COMPRESSED PAGE STORAGE API
11924M: Dan Streetman <ddstreet@ieee.org>
11925L: linux-mm@kvack.org
11926S: Maintained
11927F: mm/zpool.c
11928F: include/linux/zpool.h
11929
11930ZR36067 VIDEO FOR LINUX DRIVER
11931L: mjpeg-users@lists.sourceforge.net
11932L: linux-media@vger.kernel.org
11933W: http://mjpeg.sourceforge.net/driver-zoran/
11934T: hg http://linuxtv.org/hg/v4l-dvb
11935S: Odd Fixes
11936F: drivers/media/pci/zoran/
11937
11938ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11939M: Minchan Kim <minchan@kernel.org>
11940M: Nitin Gupta <ngupta@vflare.org>
11941R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11942L: linux-kernel@vger.kernel.org
11943S: Maintained
11944F: drivers/block/zram/
11945F: Documentation/blockdev/zram.txt
11946
11947ZS DECSTATION Z85C30 SERIAL DRIVER
11948M: "Maciej W. Rozycki" <macro@linux-mips.org>
11949S: Maintained
11950F: drivers/tty/serial/zs.*
11951
11952ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11953M: Minchan Kim <minchan@kernel.org>
11954M: Nitin Gupta <ngupta@vflare.org>
11955R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11956L: linux-mm@kvack.org
11957S: Maintained
11958F: mm/zsmalloc.c
11959F: include/linux/zsmalloc.h
11960F: Documentation/vm/zsmalloc.txt
11961
11962ZSWAP COMPRESSED SWAP CACHING
11963M: Seth Jennings <sjennings@variantweb.net>
11964L: linux-mm@kvack.org
11965S: Maintained
11966F: mm/zswap.c
11967
11968THE REST
11969M: Linus Torvalds <torvalds@linux-foundation.org>
11970L: linux-kernel@vger.kernel.org
11971Q: http://patchwork.kernel.org/project/LKML/list/
11972T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11973S: Buried alive in reporters
11974F: *
11975F: */