]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame_incremental - MAINTAINERS
asus-wmi: drop to_platform_driver macro
[mirror_ubuntu-artful-kernel.git] / MAINTAINERS
... / ...
CommitLineData
1
2
3 List of maintainers and how to submit kernel changes
4
5Please try to follow the guidelines below. This will make things
6easier on the maintainers. Not all of these guidelines matter for every
7trivial patch so apply some common sense.
8
91. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
122. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
203. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
244. When you are happy with a change make it generally available for
25 testing and await feedback.
26
275. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
596. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
637. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
678. Happy hacking.
68
69Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 Q: Patchwork web based patch tracking system site
78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
89 should be using that.
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
99 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
107 F: net/
108 X: net/ipv6/
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
111 patch or file. For instance:
112 K: of_get_profile
113 matches patches or files that contain "of_get_profile"
114 K: \b(printk|pr_(info|err))\b
115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
117 One regex pattern per line. Multiple K: lines acceptable.
118
119Note: For the hard of thinking, this list is meant to remain in alphabetical
120order. If you could add yourselves to it in alphabetical order that would be
121so much easier [Ed]
122
123Maintainers List (try to look for most precise areas first)
124
125 -----------------------------------
126
1273C59X NETWORK DRIVER
128M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129L: netdev@vger.kernel.org
130S: Maintained
131F: Documentation/networking/vortex.txt
132F: drivers/net/ethernet/3com/3c59x.c
133
1343CR990 NETWORK DRIVER
135M: David Dillow <dave@thedillows.org>
136L: netdev@vger.kernel.org
137S: Maintained
138F: drivers/net/ethernet/3com/typhoon*
139
1403WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141M: Adam Radford <linuxraid@lsi.com>
142L: linux-scsi@vger.kernel.org
143W: http://www.lsi.com
144S: Supported
145F: drivers/scsi/3w-*
146
14753C700 AND 53C700-66 SCSI DRIVER
148M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149L: linux-scsi@vger.kernel.org
150S: Maintained
151F: drivers/scsi/53c700*
152
1536LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154M: Alexander Aring <alex.aring@gmail.com>
155M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156L: linux-bluetooth@vger.kernel.org
157L: linux-wpan@vger.kernel.org
158S: Maintained
159F: net/6lowpan/
160F: include/net/6lowpan.h
161F: Documentation/networking/6lowpan.txt
162
1636PACK NETWORK DRIVER FOR AX.25
164M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
165L: linux-hams@vger.kernel.org
166S: Maintained
167F: drivers/net/hamradio/6pack.c
168
1698169 10/100/1000 GIGABIT ETHERNET DRIVER
170M: Realtek linux nic maintainers <nic_swsd@realtek.com>
171L: netdev@vger.kernel.org
172S: Maintained
173F: drivers/net/ethernet/realtek/r8169.c
174
1758250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177L: linux-serial@vger.kernel.org
178W: http://serial.sourceforge.net
179S: Maintained
180T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181F: drivers/tty/serial/8250*
182F: include/linux/serial_8250.h
183
1848390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185L: netdev@vger.kernel.org
186S: Orphan / Obsolete
187F: drivers/net/ethernet/8390/
188
1899P FILE SYSTEM
190M: Eric Van Hensbergen <ericvh@gmail.com>
191M: Ron Minnich <rminnich@sandia.gov>
192M: Latchesar Ionkov <lucho@ionkov.net>
193L: v9fs-developer@lists.sourceforge.net
194W: http://swik.net/v9fs
195Q: http://patchwork.kernel.org/project/v9fs-devel/list/
196T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197S: Maintained
198F: Documentation/filesystems/9p.txt
199F: fs/9p/
200F: net/9p/
201F: include/net/9p/
202F: include/uapi/linux/virtio_9p.h
203F: include/trace/events/9p.h
204
205
206A8293 MEDIA DRIVER
207M: Antti Palosaari <crope@iki.fi>
208L: linux-media@vger.kernel.org
209W: 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/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: Vladimir Kondratiev <qca_vkondrat@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: Josh Wu <josh.wu@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: Josh Wu <josh.wu@atmel.com>
1954L: linux-mtd@lists.infradead.org
1955S: Supported
1956F: drivers/mtd/nand/atmel_nand*
1957
1958ATMEL SDMMC DRIVER
1959M: Ludovic Desroches <ludovic.desroches@atmel.com>
1960L: linux-mmc@vger.kernel.org
1961S: Supported
1962F: drivers/mmc/host/sdhci-of-at91.c
1963
1964ATMEL SPI DRIVER
1965M: Nicolas Ferre <nicolas.ferre@atmel.com>
1966S: Supported
1967F: drivers/spi/spi-atmel.*
1968
1969ATMEL SSC DRIVER
1970M: Nicolas Ferre <nicolas.ferre@atmel.com>
1971L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1972S: Supported
1973F: drivers/misc/atmel-ssc.c
1974F: include/linux/atmel-ssc.h
1975
1976ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1977M: Nicolas Ferre <nicolas.ferre@atmel.com>
1978L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1979S: Supported
1980F: drivers/misc/atmel_tclib.c
1981F: drivers/clocksource/tcb_clksrc.c
1982
1983ATMEL USBA UDC DRIVER
1984M: Nicolas Ferre <nicolas.ferre@atmel.com>
1985L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1986S: Supported
1987F: drivers/usb/gadget/udc/atmel_usba_udc.*
1988
1989ATMEL WIRELESS DRIVER
1990M: Simon Kelley <simon@thekelleys.org.uk>
1991L: linux-wireless@vger.kernel.org
1992W: http://www.thekelleys.org.uk/atmel
1993W: http://atmelwlandriver.sourceforge.net/
1994S: Maintained
1995F: drivers/net/wireless/atmel*
1996
1997ATMEL MAXTOUCH DRIVER
1998M: Nick Dyer <nick.dyer@itdev.co.uk>
1999T: git git://github.com/atmel-maxtouch/linux.git
2000S: Supported
2001F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2002F: drivers/input/touchscreen/atmel_mxt_ts.c
2003F: include/linux/platform_data/atmel_mxt_ts.h
2004
2005ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2006M: Bradley Grove <linuxdrivers@attotech.com>
2007L: linux-scsi@vger.kernel.org
2008W: http://www.attotech.com
2009S: Supported
2010F: drivers/scsi/esas2r
2011
2012ATUSB IEEE 802.15.4 RADIO DRIVER
2013M: Stefan Schmidt <stefan@osg.samsung.com>
2014L: linux-wpan@vger.kernel.org
2015S: Maintained
2016F: drivers/net/ieee802154/atusb.c
2017F: drivers/net/ieee802154/atusb.h
2018F: drivers/net/ieee802154/at86rf230.h
2019
2020AUDIT SUBSYSTEM
2021M: Paul Moore <paul@paul-moore.com>
2022M: Eric Paris <eparis@redhat.com>
2023L: linux-audit@redhat.com (moderated for non-subscribers)
2024W: http://people.redhat.com/sgrubb/audit/
2025T: git git://git.infradead.org/users/pcmoore/audit
2026S: Maintained
2027F: include/linux/audit.h
2028F: include/uapi/linux/audit.h
2029F: kernel/audit*
2030
2031AUXILIARY DISPLAY DRIVERS
2032M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2033W: http://miguelojeda.es/auxdisplay.htm
2034W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2035S: Maintained
2036F: drivers/auxdisplay/
2037F: include/linux/cfag12864b.h
2038
2039AVR32 ARCHITECTURE
2040M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2041M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2042W: http://www.atmel.com/products/AVR32/
2043W: http://mirror.egtvedt.no/avr32linux.org/
2044W: http://avrfreaks.net/
2045S: Maintained
2046F: arch/avr32/
2047
2048AVR32/AT32AP MACHINE SUPPORT
2049M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2050M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2051S: Maintained
2052F: arch/avr32/mach-at32ap/
2053
2054AX.25 NETWORK LAYER
2055M: Ralf Baechle <ralf@linux-mips.org>
2056L: linux-hams@vger.kernel.org
2057W: http://www.linux-ax25.org/
2058S: Maintained
2059F: include/uapi/linux/ax25.h
2060F: include/net/ax25.h
2061F: net/ax25/
2062
2063AZ6007 DVB DRIVER
2064M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2065L: linux-media@vger.kernel.org
2066W: http://linuxtv.org
2067T: git git://linuxtv.org/media_tree.git
2068S: Maintained
2069F: drivers/media/usb/dvb-usb-v2/az6007.c
2070
2071AZTECH FM RADIO RECEIVER DRIVER
2072M: Hans Verkuil <hverkuil@xs4all.nl>
2073L: linux-media@vger.kernel.org
2074T: git git://linuxtv.org/media_tree.git
2075W: http://linuxtv.org
2076S: Maintained
2077F: drivers/media/radio/radio-aztech*
2078
2079B43 WIRELESS DRIVER
2080L: linux-wireless@vger.kernel.org
2081L: b43-dev@lists.infradead.org
2082W: http://wireless.kernel.org/en/users/Drivers/b43
2083S: Odd Fixes
2084F: drivers/net/wireless/b43/
2085
2086B43LEGACY WIRELESS DRIVER
2087M: Larry Finger <Larry.Finger@lwfinger.net>
2088L: linux-wireless@vger.kernel.org
2089L: b43-dev@lists.infradead.org
2090W: http://wireless.kernel.org/en/users/Drivers/b43
2091S: Maintained
2092F: drivers/net/wireless/b43legacy/
2093
2094BACKLIGHT CLASS/SUBSYSTEM
2095M: Jingoo Han <jingoohan1@gmail.com>
2096M: Lee Jones <lee.jones@linaro.org>
2097S: Maintained
2098F: drivers/video/backlight/
2099F: include/linux/backlight.h
2100
2101BATMAN ADVANCED
2102M: Marek Lindner <mareklindner@neomailbox.ch>
2103M: Simon Wunderlich <sw@simonwunderlich.de>
2104M: Antonio Quartulli <antonio@meshcoding.com>
2105L: b.a.t.m.a.n@lists.open-mesh.org
2106W: http://www.open-mesh.org/
2107S: Maintained
2108F: net/batman-adv/
2109
2110BAYCOM/HDLCDRV DRIVERS FOR AX.25
2111M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2112L: linux-hams@vger.kernel.org
2113W: http://www.baycom.org/~tom/ham/ham.html
2114S: Maintained
2115F: drivers/net/hamradio/baycom*
2116
2117BCACHE (BLOCK LAYER CACHE)
2118M: Kent Overstreet <kent.overstreet@gmail.com>
2119L: linux-bcache@vger.kernel.org
2120W: http://bcache.evilpiepirate.org
2121S: Maintained
2122F: drivers/md/bcache/
2123
2124BDISP ST MEDIA DRIVER
2125M: Fabien Dessenne <fabien.dessenne@st.com>
2126L: linux-media@vger.kernel.org
2127T: git git://linuxtv.org/media_tree.git
2128W: http://linuxtv.org
2129S: Supported
2130F: drivers/media/platform/sti/bdisp
2131
2132BEFS FILE SYSTEM
2133S: Orphan
2134F: Documentation/filesystems/befs.txt
2135F: fs/befs/
2136
2137BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2138M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2139L: netdev@vger.kernel.org
2140S: Maintained
2141F: drivers/net/ethernet/ec_bhf.c
2142
2143BFS FILE SYSTEM
2144M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2145S: Maintained
2146F: Documentation/filesystems/bfs.txt
2147F: fs/bfs/
2148F: include/uapi/linux/bfs_fs.h
2149
2150BLACKFIN ARCHITECTURE
2151M: Steven Miao <realmz6@gmail.com>
2152L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2153T: git git://git.code.sf.net/p/adi-linux/code
2154W: http://blackfin.uclinux.org
2155S: Supported
2156F: arch/blackfin/
2157
2158BLACKFIN EMAC DRIVER
2159L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2160W: http://blackfin.uclinux.org
2161S: Supported
2162F: drivers/net/ethernet/adi/
2163
2164BLACKFIN RTC DRIVER
2165L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2166W: http://blackfin.uclinux.org
2167S: Supported
2168F: drivers/rtc/rtc-bfin.c
2169
2170BLACKFIN SDH DRIVER
2171M: Sonic Zhang <sonic.zhang@analog.com>
2172L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2173W: http://blackfin.uclinux.org
2174S: Supported
2175F: drivers/mmc/host/bfin_sdh.c
2176
2177BLACKFIN SERIAL DRIVER
2178M: Sonic Zhang <sonic.zhang@analog.com>
2179L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2180W: http://blackfin.uclinux.org
2181S: Supported
2182F: drivers/tty/serial/bfin_uart.c
2183
2184BLACKFIN WATCHDOG DRIVER
2185L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2186W: http://blackfin.uclinux.org
2187S: Supported
2188F: drivers/watchdog/bfin_wdt.c
2189
2190BLACKFIN I2C TWI DRIVER
2191M: Sonic Zhang <sonic.zhang@analog.com>
2192L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2193W: http://blackfin.uclinux.org/
2194S: Supported
2195F: drivers/i2c/busses/i2c-bfin-twi.c
2196
2197BLACKFIN MEDIA DRIVER
2198M: Scott Jiang <scott.jiang.linux@gmail.com>
2199L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2200W: http://blackfin.uclinux.org/
2201S: Supported
2202F: drivers/media/platform/blackfin/
2203F: drivers/media/i2c/adv7183*
2204F: drivers/media/i2c/vs6624*
2205
2206BLINKM RGB LED DRIVER
2207M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2208S: Maintained
2209F: drivers/leds/leds-blinkm.c
2210
2211BLOCK LAYER
2212M: Jens Axboe <axboe@kernel.dk>
2213L: linux-block@vger.kernel.org
2214T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2215S: Maintained
2216F: block/
2217F: kernel/trace/blktrace.c
2218
2219BLOCK2MTD DRIVER
2220M: Joern Engel <joern@lazybastard.org>
2221L: linux-mtd@lists.infradead.org
2222S: Maintained
2223F: drivers/mtd/devices/block2mtd.c
2224
2225BLUETOOTH DRIVERS
2226M: Marcel Holtmann <marcel@holtmann.org>
2227M: Gustavo Padovan <gustavo@padovan.org>
2228M: Johan Hedberg <johan.hedberg@gmail.com>
2229L: linux-bluetooth@vger.kernel.org
2230W: http://www.bluez.org/
2231T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2232T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2233S: Maintained
2234F: drivers/bluetooth/
2235
2236BLUETOOTH SUBSYSTEM
2237M: Marcel Holtmann <marcel@holtmann.org>
2238M: Gustavo Padovan <gustavo@padovan.org>
2239M: Johan Hedberg <johan.hedberg@gmail.com>
2240L: linux-bluetooth@vger.kernel.org
2241W: http://www.bluez.org/
2242T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2243T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2244S: Maintained
2245F: net/bluetooth/
2246F: include/net/bluetooth/
2247
2248BONDING DRIVER
2249M: Jay Vosburgh <j.vosburgh@gmail.com>
2250M: Veaceslav Falico <vfalico@gmail.com>
2251M: Andy Gospodarek <gospo@cumulusnetworks.com>
2252L: netdev@vger.kernel.org
2253W: http://sourceforge.net/projects/bonding/
2254S: Supported
2255F: drivers/net/bonding/
2256F: include/uapi/linux/if_bonding.h
2257
2258BPF (Safe dynamic programs and tools)
2259M: Alexei Starovoitov <ast@kernel.org>
2260L: netdev@vger.kernel.org
2261L: linux-kernel@vger.kernel.org
2262S: Supported
2263F: kernel/bpf/
2264
2265BROADCOM B44 10/100 ETHERNET DRIVER
2266M: Gary Zambrano <zambrano@broadcom.com>
2267L: netdev@vger.kernel.org
2268S: Supported
2269F: drivers/net/ethernet/broadcom/b44.*
2270
2271BROADCOM GENET ETHERNET DRIVER
2272M: Florian Fainelli <f.fainelli@gmail.com>
2273L: netdev@vger.kernel.org
2274S: Supported
2275F: drivers/net/ethernet/broadcom/genet/
2276
2277BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2278M: Sony Chacko <sony.chacko@qlogic.com>
2279M: Dept-HSGLinuxNICDev@qlogic.com
2280L: netdev@vger.kernel.org
2281S: Supported
2282F: drivers/net/ethernet/broadcom/bnx2.*
2283F: drivers/net/ethernet/broadcom/bnx2_*
2284
2285BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2286M: Ariel Elior <ariel.elior@qlogic.com>
2287L: netdev@vger.kernel.org
2288S: Supported
2289F: drivers/net/ethernet/broadcom/bnx2x/
2290
2291BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2292M: Florian Fainelli <f.fainelli@gmail.com>
2293M: Ray Jui <rjui@broadcom.com>
2294M: Scott Branden <sbranden@broadcom.com>
2295L: bcm-kernel-feedback-list@broadcom.com
2296T: git git://github.com/broadcom/mach-bcm
2297S: Maintained
2298F: arch/arm/mach-bcm/
2299F: arch/arm/boot/dts/bcm113*
2300F: arch/arm/boot/dts/bcm216*
2301F: arch/arm/boot/dts/bcm281*
2302F: arch/arm/configs/bcm_defconfig
2303F: drivers/mmc/host/sdhci-bcm-kona.c
2304F: drivers/clocksource/bcm_kona_timer.c
2305
2306BROADCOM BCM2835 ARM ARCHITECTURE
2307M: Stephen Warren <swarren@wwwdotorg.org>
2308M: Lee Jones <lee@kernel.org>
2309M: Eric Anholt <eric@anholt.net>
2310L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2311L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2312T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2313S: Maintained
2314N: bcm2835
2315
2316BROADCOM BCM33XX MIPS ARCHITECTURE
2317M: Kevin Cernekee <cernekee@gmail.com>
2318L: linux-mips@linux-mips.org
2319S: Maintained
2320F: arch/mips/bcm3384/*
2321F: arch/mips/include/asm/mach-bcm3384/*
2322F: arch/mips/kernel/*bmips*
2323
2324BROADCOM BCM47XX MIPS ARCHITECTURE
2325M: Hauke Mehrtens <hauke@hauke-m.de>
2326M: Rafał Miłecki <zajec5@gmail.com>
2327L: linux-mips@linux-mips.org
2328S: Maintained
2329F: arch/mips/bcm47xx/*
2330F: arch/mips/include/asm/mach-bcm47xx/*
2331
2332BROADCOM BCM5301X ARM ARCHITECTURE
2333M: Hauke Mehrtens <hauke@hauke-m.de>
2334L: linux-arm-kernel@lists.infradead.org
2335S: Maintained
2336F: arch/arm/mach-bcm/bcm_5301x.c
2337F: arch/arm/boot/dts/bcm5301x.dtsi
2338F: arch/arm/boot/dts/bcm470*
2339
2340BROADCOM BCM63XX ARM ARCHITECTURE
2341M: Florian Fainelli <f.fainelli@gmail.com>
2342L: linux-arm-kernel@lists.infradead.org
2343T: git git://github.com/broadcom/arm-bcm63xx.git
2344S: Maintained
2345F: arch/arm/mach-bcm/bcm63xx.c
2346F: arch/arm/include/debug/bcm63xx.S
2347
2348BROADCOM BCM63XX/BCM33XX UDC DRIVER
2349M: Kevin Cernekee <cernekee@gmail.com>
2350L: linux-usb@vger.kernel.org
2351S: Maintained
2352F: drivers/usb/gadget/udc/bcm63xx_udc.*
2353
2354BROADCOM BCM7XXX ARM ARCHITECTURE
2355M: Brian Norris <computersforpeace@gmail.com>
2356M: Gregory Fong <gregory.0xf0@gmail.com>
2357M: Florian Fainelli <f.fainelli@gmail.com>
2358L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2359T: git git://github.com/broadcom/stblinux.git
2360S: Maintained
2361F: arch/arm/mach-bcm/*brcmstb*
2362F: arch/arm/boot/dts/bcm7*.dts*
2363F: drivers/bus/brcmstb_gisb.c
2364N: brcmstb
2365
2366BROADCOM BMIPS MIPS ARCHITECTURE
2367M: Kevin Cernekee <cernekee@gmail.com>
2368M: Florian Fainelli <f.fainelli@gmail.com>
2369L: linux-mips@linux-mips.org
2370T: git git://github.com/broadcom/stblinux.git
2371S: Maintained
2372F: arch/mips/bmips/*
2373F: arch/mips/include/asm/mach-bmips/*
2374F: arch/mips/kernel/*bmips*
2375F: arch/mips/boot/dts/brcm/bcm*.dts*
2376F: drivers/irqchip/irq-bcm7*
2377F: drivers/irqchip/irq-brcmstb*
2378
2379BROADCOM TG3 GIGABIT ETHERNET DRIVER
2380M: Prashant Sreedharan <prashant@broadcom.com>
2381M: Michael Chan <mchan@broadcom.com>
2382L: netdev@vger.kernel.org
2383S: Supported
2384F: drivers/net/ethernet/broadcom/tg3.*
2385
2386BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2387M: Brett Rudley <brudley@broadcom.com>
2388M: Arend van Spriel <arend@broadcom.com>
2389M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2390M: Hante Meuleman <meuleman@broadcom.com>
2391L: linux-wireless@vger.kernel.org
2392L: brcm80211-dev-list@broadcom.com
2393S: Supported
2394F: drivers/net/wireless/brcm80211/
2395
2396BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2397M: QLogic-Storage-Upstream@qlogic.com
2398L: linux-scsi@vger.kernel.org
2399S: Supported
2400F: drivers/scsi/bnx2fc/
2401
2402BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2403M: QLogic-Storage-Upstream@qlogic.com
2404L: linux-scsi@vger.kernel.org
2405S: Supported
2406F: drivers/scsi/bnx2i/
2407
2408BROADCOM IPROC ARM ARCHITECTURE
2409M: Ray Jui <rjui@broadcom.com>
2410M: Scott Branden <sbranden@broadcom.com>
2411M: Jon Mason <jonmason@broadcom.com>
2412L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2413L: bcm-kernel-feedback-list@broadcom.com
2414T: git git://github.com/broadcom/cygnus-linux.git
2415S: Maintained
2416N: iproc
2417N: cygnus
2418N: nsp
2419N: bcm9113*
2420N: bcm9583*
2421N: bcm9585*
2422N: bcm9586*
2423N: bcm988312
2424N: bcm113*
2425N: bcm583*
2426N: bcm585*
2427N: bcm586*
2428N: bcm88312
2429
2430BROADCOM BRCMSTB GPIO DRIVER
2431M: Gregory Fong <gregory.0xf0@gmail.com>
2432L: bcm-kernel-feedback-list@broadcom.com>
2433S: Supported
2434F: drivers/gpio/gpio-brcmstb.c
2435F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2436
2437BROADCOM KONA GPIO DRIVER
2438M: Ray Jui <rjui@broadcom.com>
2439L: bcm-kernel-feedback-list@broadcom.com
2440S: Supported
2441F: drivers/gpio/gpio-bcm-kona.c
2442F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2443
2444BROADCOM NVRAM DRIVER
2445M: Rafał Miłecki <zajec5@gmail.com>
2446L: linux-mips@linux-mips.org
2447S: Maintained
2448F: drivers/firmware/broadcom/*
2449
2450BROADCOM STB NAND FLASH DRIVER
2451M: Brian Norris <computersforpeace@gmail.com>
2452L: linux-mtd@lists.infradead.org
2453S: Maintained
2454F: drivers/mtd/nand/brcmnand/
2455
2456BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2457M: Rafał Miłecki <zajec5@gmail.com>
2458L: linux-wireless@vger.kernel.org
2459S: Maintained
2460F: drivers/bcma/
2461F: include/linux/bcma/
2462
2463BROADCOM SYSTEMPORT ETHERNET DRIVER
2464M: Florian Fainelli <f.fainelli@gmail.com>
2465L: netdev@vger.kernel.org
2466S: Supported
2467F: drivers/net/ethernet/broadcom/bcmsysport.*
2468
2469BROCADE BFA FC SCSI DRIVER
2470M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2471M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2472L: linux-scsi@vger.kernel.org
2473S: Supported
2474F: drivers/scsi/bfa/
2475
2476BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2477M: Rasesh Mody <rasesh.mody@qlogic.com>
2478L: netdev@vger.kernel.org
2479S: Supported
2480F: drivers/net/ethernet/brocade/bna/
2481
2482BSG (block layer generic sg v4 driver)
2483M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2484L: linux-scsi@vger.kernel.org
2485S: Supported
2486F: block/bsg.c
2487F: include/linux/bsg.h
2488F: include/uapi/linux/bsg.h
2489
2490BT87X AUDIO DRIVER
2491M: Clemens Ladisch <clemens@ladisch.de>
2492L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2493T: git git://git.alsa-project.org/alsa-kernel.git
2494S: Maintained
2495F: Documentation/sound/alsa/Bt87x.txt
2496F: sound/pci/bt87x.c
2497
2498BT8XXGPIO DRIVER
2499M: Michael Buesch <m@bues.ch>
2500W: http://bu3sch.de/btgpio.php
2501S: Maintained
2502F: drivers/gpio/gpio-bt8xx.c
2503
2504BTRFS FILE SYSTEM
2505M: Chris Mason <clm@fb.com>
2506M: Josef Bacik <jbacik@fb.com>
2507M: David Sterba <dsterba@suse.com>
2508L: linux-btrfs@vger.kernel.org
2509W: http://btrfs.wiki.kernel.org/
2510Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2511T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2512S: Maintained
2513F: Documentation/filesystems/btrfs.txt
2514F: fs/btrfs/
2515
2516BTTV VIDEO4LINUX DRIVER
2517M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2518L: linux-media@vger.kernel.org
2519W: http://linuxtv.org
2520T: git git://linuxtv.org/media_tree.git
2521S: Odd fixes
2522F: Documentation/video4linux/bttv/
2523F: drivers/media/pci/bt8xx/bttv*
2524
2525BUSLOGIC SCSI DRIVER
2526M: Khalid Aziz <khalid@gonehiking.org>
2527L: linux-scsi@vger.kernel.org
2528S: Maintained
2529F: drivers/scsi/BusLogic.*
2530F: drivers/scsi/FlashPoint.*
2531
2532C-MEDIA CMI8788 DRIVER
2533M: Clemens Ladisch <clemens@ladisch.de>
2534L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2535T: git git://git.alsa-project.org/alsa-kernel.git
2536S: Maintained
2537F: sound/pci/oxygen/
2538
2539C6X ARCHITECTURE
2540M: Mark Salter <msalter@redhat.com>
2541M: Aurelien Jacquiot <a-jacquiot@ti.com>
2542L: linux-c6x-dev@linux-c6x.org
2543W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2544S: Maintained
2545F: arch/c6x/
2546
2547CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2548M: David Howells <dhowells@redhat.com>
2549L: linux-cachefs@redhat.com
2550S: Supported
2551F: Documentation/filesystems/caching/cachefiles.txt
2552F: fs/cachefiles/
2553
2554CADET FM/AM RADIO RECEIVER DRIVER
2555M: Hans Verkuil <hverkuil@xs4all.nl>
2556L: linux-media@vger.kernel.org
2557T: git git://linuxtv.org/media_tree.git
2558W: http://linuxtv.org
2559S: Maintained
2560F: drivers/media/radio/radio-cadet*
2561
2562CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2563M: Jonathan Corbet <corbet@lwn.net>
2564L: linux-media@vger.kernel.org
2565T: git git://linuxtv.org/media_tree.git
2566S: Maintained
2567F: Documentation/video4linux/cafe_ccic
2568F: drivers/media/platform/marvell-ccic/
2569
2570CAIF NETWORK LAYER
2571M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2572L: netdev@vger.kernel.org
2573S: Supported
2574F: Documentation/networking/caif/
2575F: drivers/net/caif/
2576F: include/uapi/linux/caif/
2577F: include/net/caif/
2578F: net/caif/
2579
2580CALGARY x86-64 IOMMU
2581M: Muli Ben-Yehuda <muli@il.ibm.com>
2582M: "Jon D. Mason" <jdmason@kudzu.us>
2583L: discuss@x86-64.org
2584S: Maintained
2585F: arch/x86/kernel/pci-calgary_64.c
2586F: arch/x86/kernel/tce_64.c
2587F: arch/x86/include/asm/calgary.h
2588F: arch/x86/include/asm/tce.h
2589
2590CAN NETWORK LAYER
2591M: Oliver Hartkopp <socketcan@hartkopp.net>
2592M: Marc Kleine-Budde <mkl@pengutronix.de>
2593L: linux-can@vger.kernel.org
2594W: https://github.com/linux-can
2595T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2596T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2597S: Maintained
2598F: Documentation/networking/can.txt
2599F: net/can/
2600F: include/linux/can/core.h
2601F: include/uapi/linux/can.h
2602F: include/uapi/linux/can/bcm.h
2603F: include/uapi/linux/can/raw.h
2604F: include/uapi/linux/can/gw.h
2605
2606CAN NETWORK DRIVERS
2607M: Wolfgang Grandegger <wg@grandegger.com>
2608M: Marc Kleine-Budde <mkl@pengutronix.de>
2609L: linux-can@vger.kernel.org
2610W: https://github.com/linux-can
2611T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2612T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2613S: Maintained
2614F: drivers/net/can/
2615F: include/linux/can/dev.h
2616F: include/linux/can/platform/
2617F: include/uapi/linux/can/error.h
2618F: include/uapi/linux/can/netlink.h
2619
2620CAPABILITIES
2621M: Serge Hallyn <serge.hallyn@canonical.com>
2622L: linux-security-module@vger.kernel.org
2623S: Supported
2624F: include/linux/capability.h
2625F: include/uapi/linux/capability.h
2626F: security/commoncap.c
2627F: kernel/capability.c
2628
2629CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2630M: Kevin Tsai <ktsai@capellamicro.com>
2631S: Maintained
2632F: drivers/iio/light/cm*
2633F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2634
2635CAVIUM LIQUIDIO NETWORK DRIVER
2636M: Derek Chickles <derek.chickles@caviumnetworks.com>
2637M: Satanand Burla <satananda.burla@caviumnetworks.com>
2638M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2639M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2640L: netdev@vger.kernel.org
2641W: http://www.cavium.com
2642S: Supported
2643F: drivers/net/ethernet/cavium/liquidio/
2644
2645CC2520 IEEE-802.15.4 RADIO DRIVER
2646M: Varka Bhadram <varkabhadram@gmail.com>
2647L: linux-wpan@vger.kernel.org
2648S: Maintained
2649F: drivers/net/ieee802154/cc2520.c
2650F: include/linux/spi/cc2520.h
2651F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2652
2653CELL BROADBAND ENGINE ARCHITECTURE
2654M: Arnd Bergmann <arnd@arndb.de>
2655L: linuxppc-dev@lists.ozlabs.org
2656W: http://www.ibm.com/developerworks/power/cell/
2657S: Supported
2658F: arch/powerpc/include/asm/cell*.h
2659F: arch/powerpc/include/asm/spu*.h
2660F: arch/powerpc/include/uapi/asm/spu*.h
2661F: arch/powerpc/oprofile/*cell*
2662F: arch/powerpc/platforms/cell/
2663
2664CEPH COMMON CODE (LIBCEPH)
2665M: Ilya Dryomov <idryomov@gmail.com>
2666M: "Yan, Zheng" <zyan@redhat.com>
2667M: Sage Weil <sage@redhat.com>
2668L: ceph-devel@vger.kernel.org
2669W: http://ceph.com/
2670T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2671T: git git://github.com/ceph/ceph-client.git
2672S: Supported
2673F: net/ceph/
2674F: include/linux/ceph/
2675F: include/linux/crush/
2676
2677CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2678M: "Yan, Zheng" <zyan@redhat.com>
2679M: Sage Weil <sage@redhat.com>
2680M: Ilya Dryomov <idryomov@gmail.com>
2681L: ceph-devel@vger.kernel.org
2682W: http://ceph.com/
2683T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2684T: git git://github.com/ceph/ceph-client.git
2685S: Supported
2686F: Documentation/filesystems/ceph.txt
2687F: fs/ceph/
2688
2689CERTIFICATE HANDLING:
2690M: David Howells <dhowells@redhat.com>
2691M: David Woodhouse <dwmw2@infradead.org>
2692L: keyrings@linux-nfs.org
2693S: Maintained
2694F: Documentation/module-signing.txt
2695F: certs/
2696F: scripts/extract-cert.c
2697
2698CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2699L: linux-usb@vger.kernel.org
2700S: Orphan
2701F: Documentation/usb/WUSB-Design-overview.txt
2702F: Documentation/usb/wusb-cbaf
2703F: drivers/usb/host/hwa-hc.c
2704F: drivers/usb/host/whci/
2705F: drivers/usb/wusbcore/
2706F: include/linux/usb/wusb*
2707
2708CFAG12864B LCD DRIVER
2709M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2710W: http://miguelojeda.es/auxdisplay.htm
2711W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2712S: Maintained
2713F: drivers/auxdisplay/cfag12864b.c
2714F: include/linux/cfag12864b.h
2715
2716CFAG12864BFB LCD FRAMEBUFFER DRIVER
2717M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2718W: http://miguelojeda.es/auxdisplay.htm
2719W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2720S: Maintained
2721F: drivers/auxdisplay/cfag12864bfb.c
2722F: include/linux/cfag12864b.h
2723
2724CFG80211 and NL80211
2725M: Johannes Berg <johannes@sipsolutions.net>
2726L: linux-wireless@vger.kernel.org
2727W: http://wireless.kernel.org/
2728T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2729T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2730S: Maintained
2731F: include/uapi/linux/nl80211.h
2732F: include/net/cfg80211.h
2733F: net/wireless/*
2734X: net/wireless/wext*
2735
2736CHAR and MISC DRIVERS
2737M: Arnd Bergmann <arnd@arndb.de>
2738M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2739T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2740S: Supported
2741F: drivers/char/*
2742F: drivers/misc/*
2743F: include/linux/miscdevice.h
2744
2745CHECKPATCH
2746M: Andy Whitcroft <apw@canonical.com>
2747M: Joe Perches <joe@perches.com>
2748S: Maintained
2749F: scripts/checkpatch.pl
2750
2751CHINESE DOCUMENTATION
2752M: Harry Wei <harryxiyou@gmail.com>
2753L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2754L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2755S: Maintained
2756F: Documentation/zh_CN/
2757
2758CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2759M: Peter Chen <Peter.Chen@freescale.com>
2760T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2761L: linux-usb@vger.kernel.org
2762S: Maintained
2763F: drivers/usb/chipidea/
2764
2765CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2766M: Hans de Goede <hdegoede@redhat.com>
2767L: linux-input@vger.kernel.org
2768S: Maintained
2769F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2770F: drivers/input/touchscreen/chipone_icn8318.c
2771
2772CHROME HARDWARE PLATFORM SUPPORT
2773M: Olof Johansson <olof@lixom.net>
2774S: Maintained
2775F: drivers/platform/chrome/
2776
2777CISCO VIC ETHERNET NIC DRIVER
2778M: Christian Benvenuti <benve@cisco.com>
2779M: Sujith Sankar <ssujith@cisco.com>
2780M: Govindarajulu Varadarajan <_govind@gmx.com>
2781M: Neel Patel <neepatel@cisco.com>
2782S: Supported
2783F: drivers/net/ethernet/cisco/enic/
2784
2785CISCO VIC LOW LATENCY NIC DRIVER
2786M: Christian Benvenuti <benve@cisco.com>
2787M: Dave Goodell <dgoodell@cisco.com>
2788S: Supported
2789F: drivers/infiniband/hw/usnic/
2790
2791CIRRUS LOGIC EP93XX ETHERNET DRIVER
2792M: Hartley Sweeten <hsweeten@visionengravers.com>
2793L: netdev@vger.kernel.org
2794S: Maintained
2795F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2796
2797CIRRUS LOGIC AUDIO CODEC DRIVERS
2798M: Brian Austin <brian.austin@cirrus.com>
2799M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2800L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2801S: Maintained
2802F: sound/soc/codecs/cs*
2803
2804CLEANCACHE API
2805M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2806L: linux-kernel@vger.kernel.org
2807S: Maintained
2808F: mm/cleancache.c
2809F: include/linux/cleancache.h
2810
2811CLK API
2812M: Russell King <linux@arm.linux.org.uk>
2813L: linux-clk@vger.kernel.org
2814S: Maintained
2815F: include/linux/clk.h
2816
2817CLOCKSOURCE, CLOCKEVENT DRIVERS
2818M: Daniel Lezcano <daniel.lezcano@linaro.org>
2819M: Thomas Gleixner <tglx@linutronix.de>
2820L: linux-kernel@vger.kernel.org
2821T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2822S: Supported
2823F: drivers/clocksource
2824
2825CISCO FCOE HBA DRIVER
2826M: Hiral Patel <hiralpat@cisco.com>
2827M: Suma Ramars <sramars@cisco.com>
2828M: Brian Uchino <buchino@cisco.com>
2829L: linux-scsi@vger.kernel.org
2830S: Supported
2831F: drivers/scsi/fnic/
2832
2833CISCO SCSI HBA DRIVER
2834M: Narsimhulu Musini <nmusini@cisco.com>
2835M: Sesidhar Baddela <sebaddel@cisco.com>
2836L: linux-scsi@vger.kernel.org
2837S: Supported
2838F: drivers/scsi/snic/
2839
2840CMPC ACPI DRIVER
2841M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2842M: Daniel Oliveira Nascimento <don@syst.com.br>
2843L: platform-driver-x86@vger.kernel.org
2844S: Supported
2845F: drivers/platform/x86/classmate-laptop.c
2846
2847COBALT MEDIA DRIVER
2848M: Hans Verkuil <hans.verkuil@cisco.com>
2849L: linux-media@vger.kernel.org
2850T: git git://linuxtv.org/media_tree.git
2851W: http://linuxtv.org
2852S: Supported
2853F: drivers/media/pci/cobalt/
2854
2855COCCINELLE/Semantic Patches (SmPL)
2856M: Julia Lawall <Julia.Lawall@lip6.fr>
2857M: Gilles Muller <Gilles.Muller@lip6.fr>
2858M: Nicolas Palix <nicolas.palix@imag.fr>
2859M: Michal Marek <mmarek@suse.com>
2860L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2861T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2862W: http://coccinelle.lip6.fr/
2863S: Supported
2864F: Documentation/coccinelle.txt
2865F: scripts/coccinelle/
2866F: scripts/coccicheck
2867
2868CODA FILE SYSTEM
2869M: Jan Harkes <jaharkes@cs.cmu.edu>
2870M: coda@cs.cmu.edu
2871L: codalist@coda.cs.cmu.edu
2872W: http://www.coda.cs.cmu.edu/
2873S: Maintained
2874F: Documentation/filesystems/coda.txt
2875F: fs/coda/
2876F: include/linux/coda*.h
2877F: include/uapi/linux/coda*.h
2878
2879CODA V4L2 MEM2MEM DRIVER
2880M: Philipp Zabel <p.zabel@pengutronix.de>
2881L: linux-media@vger.kernel.org
2882S: Maintained
2883F: Documentation/devicetree/bindings/media/coda.txt
2884F: drivers/media/platform/coda/
2885
2886COMMON CLK FRAMEWORK
2887M: Michael Turquette <mturquette@baylibre.com>
2888M: Stephen Boyd <sboyd@codeaurora.org>
2889L: linux-clk@vger.kernel.org
2890T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2891S: Maintained
2892F: drivers/clk/
2893X: drivers/clk/clkdev.c
2894F: include/linux/clk-pr*
2895F: include/linux/clk/
2896
2897COMMON INTERNET FILE SYSTEM (CIFS)
2898M: Steve French <sfrench@samba.org>
2899L: linux-cifs@vger.kernel.org
2900L: samba-technical@lists.samba.org (moderated for non-subscribers)
2901W: http://linux-cifs.samba.org/
2902T: git git://git.samba.org/sfrench/cifs-2.6.git
2903S: Supported
2904F: Documentation/filesystems/cifs/
2905F: fs/cifs/
2906
2907COMPACTPCI HOTPLUG CORE
2908M: Scott Murray <scott@spiteful.org>
2909L: linux-pci@vger.kernel.org
2910S: Maintained
2911F: drivers/pci/hotplug/cpci_hotplug*
2912
2913COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2914M: Scott Murray <scott@spiteful.org>
2915L: linux-pci@vger.kernel.org
2916S: Maintained
2917F: drivers/pci/hotplug/cpcihp_zt5550.*
2918
2919COMPACTPCI HOTPLUG GENERIC DRIVER
2920M: Scott Murray <scott@spiteful.org>
2921L: linux-pci@vger.kernel.org
2922S: Maintained
2923F: drivers/pci/hotplug/cpcihp_generic.c
2924
2925COMPAL LAPTOP SUPPORT
2926M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2927L: platform-driver-x86@vger.kernel.org
2928S: Maintained
2929F: drivers/platform/x86/compal-laptop.c
2930
2931CONEXANT ACCESSRUNNER USB DRIVER
2932M: Simon Arlott <cxacru@fire.lp0.eu>
2933L: accessrunner-general@lists.sourceforge.net
2934W: http://accessrunner.sourceforge.net/
2935S: Maintained
2936F: drivers/usb/atm/cxacru.c
2937
2938CONFIGFS
2939M: Joel Becker <jlbec@evilplan.org>
2940T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2941S: Supported
2942F: fs/configfs/
2943F: include/linux/configfs.h
2944
2945CONNECTOR
2946M: Evgeniy Polyakov <zbr@ioremap.net>
2947L: netdev@vger.kernel.org
2948S: Maintained
2949F: drivers/connector/
2950
2951CONTROL GROUP (CGROUP)
2952M: Tejun Heo <tj@kernel.org>
2953M: Li Zefan <lizefan@huawei.com>
2954M: Johannes Weiner <hannes@cmpxchg.org>
2955L: cgroups@vger.kernel.org
2956T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2957S: Maintained
2958F: Documentation/cgroups/
2959F: include/linux/cgroup*
2960F: kernel/cgroup*
2961
2962CONTROL GROUP - CPUSET
2963M: Li Zefan <lizefan@huawei.com>
2964L: cgroups@vger.kernel.org
2965W: http://www.bullopensource.org/cpuset/
2966W: http://oss.sgi.com/projects/cpusets/
2967T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2968S: Maintained
2969F: Documentation/cgroups/cpusets.txt
2970F: include/linux/cpuset.h
2971F: kernel/cpuset.c
2972
2973CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2974M: Johannes Weiner <hannes@cmpxchg.org>
2975M: Michal Hocko <mhocko@kernel.org>
2976L: cgroups@vger.kernel.org
2977L: linux-mm@kvack.org
2978S: Maintained
2979F: mm/memcontrol.c
2980F: mm/swap_cgroup.c
2981
2982CORETEMP HARDWARE MONITORING DRIVER
2983M: Fenghua Yu <fenghua.yu@intel.com>
2984L: lm-sensors@lm-sensors.org
2985S: Maintained
2986F: Documentation/hwmon/coretemp
2987F: drivers/hwmon/coretemp.c
2988
2989COSA/SRP SYNC SERIAL DRIVER
2990M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2991W: http://www.fi.muni.cz/~kas/cosa/
2992S: Maintained
2993F: drivers/net/wan/cosa*
2994
2995CPMAC ETHERNET DRIVER
2996M: Florian Fainelli <florian@openwrt.org>
2997L: netdev@vger.kernel.org
2998S: Maintained
2999F: drivers/net/ethernet/ti/cpmac.c
3000
3001CPU FREQUENCY DRIVERS
3002M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3003M: Viresh Kumar <viresh.kumar@linaro.org>
3004L: linux-pm@vger.kernel.org
3005S: Maintained
3006T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3007T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3008F: drivers/cpufreq/
3009F: include/linux/cpufreq.h
3010
3011CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3012M: Viresh Kumar <viresh.kumar@linaro.org>
3013M: Sudeep Holla <sudeep.holla@arm.com>
3014L: linux-pm@vger.kernel.org
3015W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3016S: Maintained
3017F: drivers/cpufreq/arm_big_little.h
3018F: drivers/cpufreq/arm_big_little.c
3019F: drivers/cpufreq/arm_big_little_dt.c
3020
3021CPUIDLE DRIVER - ARM BIG LITTLE
3022M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3023M: Daniel Lezcano <daniel.lezcano@linaro.org>
3024L: linux-pm@vger.kernel.org
3025L: linux-arm-kernel@lists.infradead.org
3026T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3027S: Maintained
3028F: drivers/cpuidle/cpuidle-big_little.c
3029
3030CPUIDLE DRIVER - ARM EXYNOS
3031M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3032M: Daniel Lezcano <daniel.lezcano@linaro.org>
3033M: Kukjin Kim <kgene@kernel.org>
3034L: linux-pm@vger.kernel.org
3035L: linux-samsung-soc@vger.kernel.org
3036S: Supported
3037F: drivers/cpuidle/cpuidle-exynos.c
3038F: arch/arm/mach-exynos/pm.c
3039
3040CPUIDLE DRIVERS
3041M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3042M: Daniel Lezcano <daniel.lezcano@linaro.org>
3043L: linux-pm@vger.kernel.org
3044S: Maintained
3045T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3046F: drivers/cpuidle/*
3047F: include/linux/cpuidle.h
3048
3049CPUID/MSR DRIVER
3050M: "H. Peter Anvin" <hpa@zytor.com>
3051S: Maintained
3052F: arch/x86/kernel/cpuid.c
3053F: arch/x86/kernel/msr.c
3054
3055CPU POWER MONITORING SUBSYSTEM
3056M: Thomas Renninger <trenn@suse.com>
3057L: linux-pm@vger.kernel.org
3058S: Maintained
3059F: tools/power/cpupower/
3060
3061CRAMFS FILESYSTEM
3062W: http://sourceforge.net/projects/cramfs/
3063S: Orphan / Obsolete
3064F: Documentation/filesystems/cramfs.txt
3065F: fs/cramfs/
3066
3067CRIS PORT
3068M: Mikael Starvik <starvik@axis.com>
3069M: Jesper Nilsson <jesper.nilsson@axis.com>
3070L: linux-cris-kernel@axis.com
3071W: http://developer.axis.com
3072S: Maintained
3073F: arch/cris/
3074F: drivers/tty/serial/crisv10.*
3075
3076CRYPTO API
3077M: Herbert Xu <herbert@gondor.apana.org.au>
3078M: "David S. Miller" <davem@davemloft.net>
3079L: linux-crypto@vger.kernel.org
3080T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3081S: Maintained
3082F: Documentation/crypto/
3083F: Documentation/DocBook/crypto-API.tmpl
3084F: arch/*/crypto/
3085F: crypto/
3086F: drivers/crypto/
3087F: include/crypto/
3088
3089CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3090M: Neil Horman <nhorman@tuxdriver.com>
3091L: linux-crypto@vger.kernel.org
3092S: Maintained
3093F: crypto/ansi_cprng.c
3094F: crypto/rng.c
3095
3096CS5535 Audio ALSA driver
3097M: Jaya Kumar <jayakumar.alsa@gmail.com>
3098S: Maintained
3099F: sound/pci/cs5535audio/
3100
3101CW1200 WLAN driver
3102M: Solomon Peachy <pizza@shaftnet.org>
3103S: Maintained
3104F: drivers/net/wireless/cw1200/
3105
3106CX18 VIDEO4LINUX DRIVER
3107M: Andy Walls <awalls@md.metrocast.net>
3108L: ivtv-devel@ivtvdriver.org (subscribers-only)
3109L: linux-media@vger.kernel.org
3110T: git git://linuxtv.org/media_tree.git
3111W: http://linuxtv.org
3112W: http://www.ivtvdriver.org/index.php/Cx18
3113S: Maintained
3114F: Documentation/video4linux/cx18.txt
3115F: drivers/media/pci/cx18/
3116F: include/uapi/linux/ivtv*
3117
3118CX2341X MPEG ENCODER HELPER MODULE
3119M: Hans Verkuil <hverkuil@xs4all.nl>
3120L: linux-media@vger.kernel.org
3121T: git git://linuxtv.org/media_tree.git
3122W: http://linuxtv.org
3123S: Maintained
3124F: drivers/media/common/cx2341x*
3125F: include/media/cx2341x*
3126
3127CX24120 MEDIA DRIVER
3128M: Jemma Denson <jdenson@gmail.com>
3129M: Patrick Boettcher <patrick.boettcher@posteo.de>
3130L: linux-media@vger.kernel.org
3131W: http://linuxtv.org/
3132Q: http://patchwork.linuxtv.org/project/linux-media/list/
3133S: Maintained
3134F: drivers/media/dvb-frontends/cx24120*
3135
3136CX88 VIDEO4LINUX DRIVER
3137M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3138L: linux-media@vger.kernel.org
3139W: http://linuxtv.org
3140T: git git://linuxtv.org/media_tree.git
3141S: Odd fixes
3142F: Documentation/video4linux/cx88/
3143F: drivers/media/pci/cx88/
3144
3145CXD2820R MEDIA DRIVER
3146M: Antti Palosaari <crope@iki.fi>
3147L: linux-media@vger.kernel.org
3148W: http://linuxtv.org/
3149W: http://palosaari.fi/linux/
3150Q: http://patchwork.linuxtv.org/project/linux-media/list/
3151T: git git://linuxtv.org/anttip/media_tree.git
3152S: Maintained
3153F: drivers/media/dvb-frontends/cxd2820r*
3154
3155CXGB3 ETHERNET DRIVER (CXGB3)
3156M: Santosh Raspatur <santosh@chelsio.com>
3157L: netdev@vger.kernel.org
3158W: http://www.chelsio.com
3159S: Supported
3160F: drivers/net/ethernet/chelsio/cxgb3/
3161
3162CXGB3 ISCSI DRIVER (CXGB3I)
3163M: Karen Xie <kxie@chelsio.com>
3164L: linux-scsi@vger.kernel.org
3165W: http://www.chelsio.com
3166S: Supported
3167F: drivers/scsi/cxgbi/cxgb3i
3168
3169CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3170M: Steve Wise <swise@chelsio.com>
3171L: linux-rdma@vger.kernel.org
3172W: http://www.openfabrics.org
3173S: Supported
3174F: drivers/infiniband/hw/cxgb3/
3175
3176CXGB4 ETHERNET DRIVER (CXGB4)
3177M: Hariprasad S <hariprasad@chelsio.com>
3178L: netdev@vger.kernel.org
3179W: http://www.chelsio.com
3180S: Supported
3181F: drivers/net/ethernet/chelsio/cxgb4/
3182
3183CXGB4 ISCSI DRIVER (CXGB4I)
3184M: Karen Xie <kxie@chelsio.com>
3185L: linux-scsi@vger.kernel.org
3186W: http://www.chelsio.com
3187S: Supported
3188F: drivers/scsi/cxgbi/cxgb4i
3189
3190CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3191M: Steve Wise <swise@chelsio.com>
3192L: linux-rdma@vger.kernel.org
3193W: http://www.openfabrics.org
3194S: Supported
3195F: drivers/infiniband/hw/cxgb4/
3196
3197CXGB4VF ETHERNET DRIVER (CXGB4VF)
3198M: Casey Leedom <leedom@chelsio.com>
3199L: netdev@vger.kernel.org
3200W: http://www.chelsio.com
3201S: Supported
3202F: drivers/net/ethernet/chelsio/cxgb4vf/
3203
3204CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3205M: Ian Munsie <imunsie@au1.ibm.com>
3206M: Michael Neuling <mikey@neuling.org>
3207L: linuxppc-dev@lists.ozlabs.org
3208S: Supported
3209F: drivers/misc/cxl/
3210F: include/misc/cxl*
3211F: include/uapi/misc/cxl.h
3212F: Documentation/powerpc/cxl.txt
3213F: Documentation/powerpc/cxl.txt
3214F: Documentation/ABI/testing/sysfs-class-cxl
3215
3216CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3217M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3218M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3219L: linux-scsi@vger.kernel.org
3220S: Supported
3221F: drivers/scsi/cxlflash/
3222F: include/uapi/scsi/cxlflash_ioctls.h
3223F: Documentation/powerpc/cxlflash.txt
3224
3225STMMAC ETHERNET DRIVER
3226M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3227L: netdev@vger.kernel.org
3228W: http://www.stlinux.com
3229S: Supported
3230F: drivers/net/ethernet/stmicro/stmmac/
3231
3232CYBERPRO FB DRIVER
3233M: Russell King <linux@arm.linux.org.uk>
3234L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3235W: http://www.arm.linux.org.uk/
3236S: Maintained
3237F: drivers/video/fbdev/cyber2000fb.*
3238
3239CYCLADES ASYNC MUX DRIVER
3240W: http://www.cyclades.com/
3241S: Orphan
3242F: drivers/tty/cyclades.c
3243F: include/linux/cyclades.h
3244F: include/uapi/linux/cyclades.h
3245
3246CYCLADES PC300 DRIVER
3247W: http://www.cyclades.com/
3248S: Orphan
3249F: drivers/net/wan/pc300*
3250
3251CYPRESS_FIRMWARE MEDIA DRIVER
3252M: Antti Palosaari <crope@iki.fi>
3253L: linux-media@vger.kernel.org
3254W: http://linuxtv.org/
3255W: http://palosaari.fi/linux/
3256Q: http://patchwork.linuxtv.org/project/linux-media/list/
3257T: git git://linuxtv.org/anttip/media_tree.git
3258S: Maintained
3259F: drivers/media/common/cypress_firmware*
3260
3261CYTTSP TOUCHSCREEN DRIVER
3262M: Ferruh Yigit <fery@cypress.com>
3263L: linux-input@vger.kernel.org
3264S: Supported
3265F: drivers/input/touchscreen/cyttsp*
3266F: include/linux/input/cyttsp.h
3267
3268DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3269M: Joshua Kinard <kumba@gentoo.org>
3270S: Maintained
3271F: drivers/rtc/rtc-ds1685.c
3272F: include/linux/rtc/ds1685.h
3273
3274DAMA SLAVE for AX.25
3275M: Joerg Reuter <jreuter@yaina.de>
3276W: http://yaina.de/jreuter/
3277W: http://www.qsl.net/dl1bke/
3278L: linux-hams@vger.kernel.org
3279S: Maintained
3280F: net/ax25/af_ax25.c
3281F: net/ax25/ax25_dev.c
3282F: net/ax25/ax25_ds_*
3283F: net/ax25/ax25_in.c
3284F: net/ax25/ax25_out.c
3285F: net/ax25/ax25_timer.c
3286F: net/ax25/sysctl_net_ax25.c
3287
3288DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3289L: netdev@vger.kernel.org
3290S: Orphan
3291F: Documentation/networking/dmfe.txt
3292F: drivers/net/ethernet/dec/tulip/dmfe.c
3293
3294DC390/AM53C974 SCSI driver
3295M: Hannes Reinecke <hare@suse.com>
3296L: linux-scsi@vger.kernel.org
3297S: Maintained
3298F: drivers/scsi/am53c974.c
3299
3300DC395x SCSI driver
3301M: Oliver Neukum <oliver@neukum.org>
3302M: Ali Akcaagac <aliakc@web.de>
3303M: Jamie Lenehan <lenehan@twibble.org>
3304L: dc395x@twibble.org
3305W: http://twibble.org/dist/dc395x/
3306W: http://lists.twibble.org/mailman/listinfo/dc395x/
3307S: Maintained
3308F: Documentation/scsi/dc395x.txt
3309F: drivers/scsi/dc395x.*
3310
3311DCCP PROTOCOL
3312M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3313L: dccp@vger.kernel.org
3314W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3315S: Maintained
3316F: include/linux/dccp.h
3317F: include/uapi/linux/dccp.h
3318F: include/linux/tfrc.h
3319F: net/dccp/
3320
3321DECnet NETWORK LAYER
3322W: http://linux-decnet.sourceforge.net
3323L: linux-decnet-user@lists.sourceforge.net
3324S: Orphan
3325F: Documentation/networking/decnet.txt
3326F: net/decnet/
3327
3328DECSTATION PLATFORM SUPPORT
3329M: "Maciej W. Rozycki" <macro@linux-mips.org>
3330L: linux-mips@linux-mips.org
3331W: http://www.linux-mips.org/wiki/DECstation
3332S: Maintained
3333F: arch/mips/dec/
3334F: arch/mips/include/asm/dec/
3335F: arch/mips/include/asm/mach-dec/
3336
3337DEFXX FDDI NETWORK DRIVER
3338M: "Maciej W. Rozycki" <macro@linux-mips.org>
3339S: Maintained
3340F: drivers/net/fddi/defxx.*
3341
3342DELL LAPTOP DRIVER
3343M: Matthew Garrett <mjg59@srcf.ucam.org>
3344M: Pali Rohár <pali.rohar@gmail.com>
3345L: platform-driver-x86@vger.kernel.org
3346S: Maintained
3347F: drivers/platform/x86/dell-laptop.c
3348
3349DELL LAPTOP RBTN DRIVER
3350M: Pali Rohár <pali.rohar@gmail.com>
3351S: Maintained
3352F: drivers/platform/x86/dell-rbtn.*
3353
3354DELL LAPTOP FREEFALL DRIVER
3355M: Pali Rohár <pali.rohar@gmail.com>
3356S: Maintained
3357F: drivers/platform/x86/dell-smo8800.c
3358
3359DELL LAPTOP SMM DRIVER
3360M: Pali Rohár <pali.rohar@gmail.com>
3361S: Maintained
3362F: drivers/hwmon/dell-smm-hwmon.c
3363F: include/uapi/linux/i8k.h
3364
3365DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3366M: Doug Warzecha <Douglas_Warzecha@dell.com>
3367S: Maintained
3368F: Documentation/dcdbas.txt
3369F: drivers/firmware/dcdbas.*
3370
3371DELL WMI EXTRAS DRIVER
3372M: Matthew Garrett <mjg59@srcf.ucam.org>
3373M: Pali Rohár <pali.rohar@gmail.com>
3374S: Maintained
3375F: drivers/platform/x86/dell-wmi.c
3376
3377DESIGNWARE USB2 DRD IP DRIVER
3378M: John Youn <johnyoun@synopsys.com>
3379L: linux-usb@vger.kernel.org
3380T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3381S: Maintained
3382F: drivers/usb/dwc2/
3383
3384DESIGNWARE USB3 DRD IP DRIVER
3385M: Felipe Balbi <balbi@ti.com>
3386L: linux-usb@vger.kernel.org
3387L: linux-omap@vger.kernel.org
3388T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3389S: Maintained
3390F: drivers/usb/dwc3/
3391
3392DEVICE COREDUMP (DEV_COREDUMP)
3393M: Johannes Berg <johannes@sipsolutions.net>
3394L: linux-kernel@vger.kernel.org
3395S: Maintained
3396F: drivers/base/devcoredump.c
3397F: include/linux/devcoredump.h
3398
3399DEVICE FREQUENCY (DEVFREQ)
3400M: MyungJoo Ham <myungjoo.ham@samsung.com>
3401M: Kyungmin Park <kyungmin.park@samsung.com>
3402L: linux-pm@vger.kernel.org
3403S: Maintained
3404F: drivers/devfreq/
3405
3406DEVICE NUMBER REGISTRY
3407M: Torben Mathiasen <device@lanana.org>
3408W: http://lanana.org/docs/device-list/index.html
3409S: Maintained
3410
3411DEVICE-MAPPER (LVM)
3412M: Alasdair Kergon <agk@redhat.com>
3413M: Mike Snitzer <snitzer@redhat.com>
3414M: dm-devel@redhat.com
3415L: dm-devel@redhat.com
3416W: http://sources.redhat.com/dm
3417Q: http://patchwork.kernel.org/project/dm-devel/list/
3418T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3419T: quilt http://people.redhat.com/agk/patches/linux/editing/
3420S: Maintained
3421F: Documentation/device-mapper/
3422F: drivers/md/dm*
3423F: drivers/md/persistent-data/
3424F: include/linux/device-mapper.h
3425F: include/linux/dm-*.h
3426F: include/uapi/linux/dm-*.h
3427
3428DIALOG SEMICONDUCTOR DRIVERS
3429M: Support Opensource <support.opensource@diasemi.com>
3430W: http://www.dialog-semiconductor.com/products
3431S: Supported
3432F: Documentation/hwmon/da90??
3433F: Documentation/devicetree/bindings/sound/da[79]*.txt
3434F: drivers/gpio/gpio-da90??.c
3435F: drivers/hwmon/da90??-hwmon.c
3436F: drivers/iio/adc/da91??-*.c
3437F: drivers/input/misc/da90??_onkey.c
3438F: drivers/input/touchscreen/da9052_tsi.c
3439F: drivers/leds/leds-da90??.c
3440F: drivers/mfd/da903x.c
3441F: drivers/mfd/da90??-*.c
3442F: drivers/mfd/da91??-*.c
3443F: drivers/power/da9052-battery.c
3444F: drivers/power/da91??-*.c
3445F: drivers/regulator/da903x.c
3446F: drivers/regulator/da9???-regulator.[ch]
3447F: drivers/rtc/rtc-da90??.c
3448F: drivers/video/backlight/da90??_bl.c
3449F: drivers/watchdog/da90??_wdt.c
3450F: include/linux/mfd/da903x.h
3451F: include/linux/mfd/da9052/
3452F: include/linux/mfd/da9055/
3453F: include/linux/mfd/da9063/
3454F: include/linux/mfd/da9150/
3455F: include/sound/da[79]*.h
3456F: sound/soc/codecs/da[79]*.[ch]
3457
3458DIGI NEO AND CLASSIC PCI PRODUCTS
3459M: Lidza Louina <lidza.louina@gmail.com>
3460M: Mark Hounschell <markh@compro.net>
3461L: driverdev-devel@linuxdriverproject.org
3462S: Maintained
3463F: drivers/staging/dgnc/
3464
3465DIGI EPCA PCI PRODUCTS
3466M: Lidza Louina <lidza.louina@gmail.com>
3467M: Daeseok Youn <daeseok.youn@gmail.com>
3468L: driverdev-devel@linuxdriverproject.org
3469S: Maintained
3470F: drivers/staging/dgap/
3471
3472DIOLAN U2C-12 I2C DRIVER
3473M: Guenter Roeck <linux@roeck-us.net>
3474L: linux-i2c@vger.kernel.org
3475S: Maintained
3476F: drivers/i2c/busses/i2c-diolan-u2c.c
3477
3478DIRECT ACCESS (DAX)
3479M: Matthew Wilcox <willy@linux.intel.com>
3480L: linux-fsdevel@vger.kernel.org
3481S: Supported
3482F: fs/dax.c
3483
3484DIRECTORY NOTIFICATION (DNOTIFY)
3485M: Eric Paris <eparis@parisplace.org>
3486S: Maintained
3487F: Documentation/filesystems/dnotify.txt
3488F: fs/notify/dnotify/
3489F: include/linux/dnotify.h
3490
3491DISK GEOMETRY AND PARTITION HANDLING
3492M: Andries Brouwer <aeb@cwi.nl>
3493W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3494W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3495W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3496S: Maintained
3497
3498DISKQUOTA
3499M: Jan Kara <jack@suse.com>
3500S: Maintained
3501F: Documentation/filesystems/quota.txt
3502F: fs/quota/
3503F: include/linux/quota*.h
3504F: include/uapi/linux/quota*.h
3505
3506DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3507M: Bernie Thompson <bernie@plugable.com>
3508L: linux-fbdev@vger.kernel.org
3509S: Maintained
3510W: http://plugable.com/category/projects/udlfb/
3511F: drivers/video/fbdev/udlfb.c
3512F: include/video/udlfb.h
3513F: Documentation/fb/udlfb.txt
3514
3515DISTRIBUTED LOCK MANAGER (DLM)
3516M: Christine Caulfield <ccaulfie@redhat.com>
3517M: David Teigland <teigland@redhat.com>
3518L: cluster-devel@redhat.com
3519W: http://sources.redhat.com/cluster/
3520T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3521S: Supported
3522F: fs/dlm/
3523
3524DMA BUFFER SHARING FRAMEWORK
3525M: Sumit Semwal <sumit.semwal@linaro.org>
3526S: Maintained
3527L: linux-media@vger.kernel.org
3528L: dri-devel@lists.freedesktop.org
3529L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3530F: drivers/dma-buf/
3531F: include/linux/dma-buf*
3532F: include/linux/reservation.h
3533F: include/linux/*fence.h
3534F: Documentation/dma-buf-sharing.txt
3535T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3536
3537DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3538M: Vinod Koul <vinod.koul@intel.com>
3539L: dmaengine@vger.kernel.org
3540Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3541S: Maintained
3542F: drivers/dma/
3543F: include/linux/dmaengine.h
3544F: Documentation/dmaengine/
3545T: git git://git.infradead.org/users/vkoul/slave-dma.git
3546
3547DME1737 HARDWARE MONITOR DRIVER
3548M: Juerg Haefliger <juergh@gmail.com>
3549L: lm-sensors@lm-sensors.org
3550S: Maintained
3551F: Documentation/hwmon/dme1737
3552F: drivers/hwmon/dme1737.c
3553
3554DMI/SMBIOS SUPPORT
3555M: Jean Delvare <jdelvare@suse.com>
3556S: Maintained
3557T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3558F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3559F: drivers/firmware/dmi-id.c
3560F: drivers/firmware/dmi_scan.c
3561F: include/linux/dmi.h
3562
3563DOCUMENTATION
3564M: Jonathan Corbet <corbet@lwn.net>
3565L: linux-doc@vger.kernel.org
3566S: Maintained
3567F: Documentation/
3568F: scripts/docproc.c
3569F: scripts/kernel-doc*
3570X: Documentation/ABI/
3571X: Documentation/devicetree/
3572X: Documentation/acpi
3573X: Documentation/power
3574X: Documentation/spi
3575X: Documentation/DocBook/media
3576T: git git://git.lwn.net/linux.git docs-next
3577
3578DOUBLETALK DRIVER
3579M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3580L: blinux-list@redhat.com
3581S: Maintained
3582F: drivers/char/dtlk.c
3583F: include/linux/dtlk.h
3584
3585DPT_I2O SCSI RAID DRIVER
3586M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3587L: linux-scsi@vger.kernel.org
3588W: http://www.adaptec.com/
3589S: Maintained
3590F: drivers/scsi/dpt*
3591F: drivers/scsi/dpt/
3592
3593DRBD DRIVER
3594P: Philipp Reisner
3595P: Lars Ellenberg
3596M: drbd-dev@lists.linbit.com
3597L: drbd-user@lists.linbit.com
3598W: http://www.drbd.org
3599T: git git://git.drbd.org/linux-2.6-drbd.git drbd
3600T: git git://git.drbd.org/drbd-8.3.git
3601S: Supported
3602F: drivers/block/drbd/
3603F: lib/lru_cache.c
3604F: Documentation/blockdev/drbd/
3605
3606DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3607M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3608T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3609S: Supported
3610F: Documentation/kobject.txt
3611F: drivers/base/
3612F: fs/debugfs/
3613F: fs/kernfs/
3614F: fs/sysfs/
3615F: include/linux/debugfs.h
3616F: include/linux/kobj*
3617F: lib/kobj*
3618
3619DRM DRIVERS
3620M: David Airlie <airlied@linux.ie>
3621L: dri-devel@lists.freedesktop.org
3622T: git git://people.freedesktop.org/~airlied/linux
3623S: Maintained
3624F: drivers/gpu/drm/
3625F: drivers/gpu/vga/
3626F: include/drm/
3627F: include/uapi/drm/
3628
3629RADEON DRM DRIVERS
3630M: Alex Deucher <alexander.deucher@amd.com>
3631M: Christian König <christian.koenig@amd.com>
3632L: dri-devel@lists.freedesktop.org
3633T: git git://people.freedesktop.org/~agd5f/linux
3634S: Supported
3635F: drivers/gpu/drm/radeon/
3636F: include/uapi/drm/radeon*
3637
3638DRM PANEL DRIVERS
3639M: Thierry Reding <thierry.reding@gmail.com>
3640L: dri-devel@lists.freedesktop.org
3641T: git git://anongit.freedesktop.org/tegra/linux.git
3642S: Maintained
3643F: drivers/gpu/drm/drm_panel.c
3644F: drivers/gpu/drm/panel/
3645F: include/drm/drm_panel.h
3646F: Documentation/devicetree/bindings/display/panel/
3647
3648INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3649M: Daniel Vetter <daniel.vetter@intel.com>
3650M: Jani Nikula <jani.nikula@linux.intel.com>
3651L: intel-gfx@lists.freedesktop.org
3652L: dri-devel@lists.freedesktop.org
3653W: https://01.org/linuxgraphics/
3654Q: http://patchwork.freedesktop.org/project/intel-gfx/
3655T: git git://anongit.freedesktop.org/drm-intel
3656S: Supported
3657F: drivers/gpu/drm/i915/
3658F: include/drm/i915*
3659F: include/uapi/drm/i915*
3660
3661DRM DRIVERS FOR ATMEL HLCDC
3662M: Boris Brezillon <boris.brezillon@free-electrons.com>
3663L: dri-devel@lists.freedesktop.org
3664S: Supported
3665F: drivers/gpu/drm/atmel-hlcdc/
3666F: Documentation/devicetree/bindings/drm/atmel/
3667
3668DRM DRIVERS FOR EXYNOS
3669M: Inki Dae <inki.dae@samsung.com>
3670M: Joonyoung Shim <jy0922.shim@samsung.com>
3671M: Seung-Woo Kim <sw0312.kim@samsung.com>
3672M: Kyungmin Park <kyungmin.park@samsung.com>
3673L: dri-devel@lists.freedesktop.org
3674T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3675S: Supported
3676F: drivers/gpu/drm/exynos/
3677F: include/drm/exynos*
3678F: include/uapi/drm/exynos*
3679
3680DRM DRIVERS FOR FREESCALE DCU
3681M: Jianwei Wang <jianwei.wang.chn@gmail.com>
3682M: Alison Wang <alison.wang@freescale.com>
3683L: dri-devel@lists.freedesktop.org
3684S: Supported
3685F: drivers/gpu/drm/fsl-dcu/
3686F: Documentation/devicetree/bindings/display/fsl,dcu.txt
3687F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3688
3689DRM DRIVERS FOR FREESCALE IMX
3690M: Philipp Zabel <p.zabel@pengutronix.de>
3691L: dri-devel@lists.freedesktop.org
3692S: Maintained
3693F: drivers/gpu/drm/imx/
3694F: drivers/gpu/ipu-v3/
3695F: Documentation/devicetree/bindings/display/imx/
3696
3697DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3698M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3699L: dri-devel@lists.freedesktop.org
3700T: git git://github.com/patjak/drm-gma500
3701S: Maintained
3702F: drivers/gpu/drm/gma500
3703F: include/drm/gma500*
3704
3705DRM DRIVERS FOR NVIDIA TEGRA
3706M: Thierry Reding <thierry.reding@gmail.com>
3707M: Terje Bergström <tbergstrom@nvidia.com>
3708L: dri-devel@lists.freedesktop.org
3709L: linux-tegra@vger.kernel.org
3710T: git git://anongit.freedesktop.org/tegra/linux.git
3711S: Supported
3712F: drivers/gpu/drm/tegra/
3713F: drivers/gpu/host1x/
3714F: include/linux/host1x.h
3715F: include/uapi/drm/tegra_drm.h
3716F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3717
3718DRM DRIVERS FOR RENESAS
3719M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3720L: dri-devel@lists.freedesktop.org
3721L: linux-sh@vger.kernel.org
3722T: git git://people.freedesktop.org/~airlied/linux
3723S: Supported
3724F: drivers/gpu/drm/rcar-du/
3725F: drivers/gpu/drm/shmobile/
3726F: include/linux/platform_data/shmob_drm.h
3727
3728DRM DRIVERS FOR ROCKCHIP
3729M: Mark Yao <mark.yao@rock-chips.com>
3730L: dri-devel@lists.freedesktop.org
3731S: Maintained
3732F: drivers/gpu/drm/rockchip/
3733F: Documentation/devicetree/bindings/display/rockchip*
3734
3735DRM DRIVERS FOR STI
3736M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3737M: Vincent Abriou <vincent.abriou@st.com>
3738L: dri-devel@lists.freedesktop.org
3739T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3740S: Maintained
3741F: drivers/gpu/drm/sti
3742F: Documentation/devicetree/bindings/display/st,stih4xx.txt
3743
3744DSBR100 USB FM RADIO DRIVER
3745M: Alexey Klimov <klimov.linux@gmail.com>
3746L: linux-media@vger.kernel.org
3747T: git git://linuxtv.org/media_tree.git
3748S: Maintained
3749F: drivers/media/radio/dsbr100.c
3750
3751DSCC4 DRIVER
3752M: Francois Romieu <romieu@fr.zoreil.com>
3753L: netdev@vger.kernel.org
3754S: Maintained
3755F: drivers/net/wan/dscc4.c
3756
3757DT3155 MEDIA DRIVER
3758M: Hans Verkuil <hverkuil@xs4all.nl>
3759L: linux-media@vger.kernel.org
3760T: git git://linuxtv.org/media_tree.git
3761W: http://linuxtv.org
3762S: Odd Fixes
3763F: drivers/media/pci/dt3155/
3764
3765DVB_USB_AF9015 MEDIA DRIVER
3766M: Antti Palosaari <crope@iki.fi>
3767L: linux-media@vger.kernel.org
3768W: http://linuxtv.org/
3769W: http://palosaari.fi/linux/
3770Q: http://patchwork.linuxtv.org/project/linux-media/list/
3771T: git git://linuxtv.org/anttip/media_tree.git
3772S: Maintained
3773F: drivers/media/usb/dvb-usb-v2/af9015*
3774
3775DVB_USB_AF9035 MEDIA DRIVER
3776M: Antti Palosaari <crope@iki.fi>
3777L: linux-media@vger.kernel.org
3778W: http://linuxtv.org/
3779W: http://palosaari.fi/linux/
3780Q: http://patchwork.linuxtv.org/project/linux-media/list/
3781T: git git://linuxtv.org/anttip/media_tree.git
3782S: Maintained
3783F: drivers/media/usb/dvb-usb-v2/af9035*
3784
3785DVB_USB_ANYSEE MEDIA DRIVER
3786M: Antti Palosaari <crope@iki.fi>
3787L: linux-media@vger.kernel.org
3788W: http://linuxtv.org/
3789W: http://palosaari.fi/linux/
3790Q: http://patchwork.linuxtv.org/project/linux-media/list/
3791T: git git://linuxtv.org/anttip/media_tree.git
3792S: Maintained
3793F: drivers/media/usb/dvb-usb-v2/anysee*
3794
3795DVB_USB_AU6610 MEDIA DRIVER
3796M: Antti Palosaari <crope@iki.fi>
3797L: linux-media@vger.kernel.org
3798W: http://linuxtv.org/
3799W: http://palosaari.fi/linux/
3800Q: http://patchwork.linuxtv.org/project/linux-media/list/
3801T: git git://linuxtv.org/anttip/media_tree.git
3802S: Maintained
3803F: drivers/media/usb/dvb-usb-v2/au6610*
3804
3805DVB_USB_CE6230 MEDIA DRIVER
3806M: Antti Palosaari <crope@iki.fi>
3807L: linux-media@vger.kernel.org
3808W: http://linuxtv.org/
3809W: http://palosaari.fi/linux/
3810Q: http://patchwork.linuxtv.org/project/linux-media/list/
3811T: git git://linuxtv.org/anttip/media_tree.git
3812S: Maintained
3813F: drivers/media/usb/dvb-usb-v2/ce6230*
3814
3815DVB_USB_CXUSB MEDIA DRIVER
3816M: Michael Krufky <mkrufky@linuxtv.org>
3817L: linux-media@vger.kernel.org
3818W: http://linuxtv.org/
3819W: http://github.com/mkrufky
3820Q: http://patchwork.linuxtv.org/project/linux-media/list/
3821T: git git://linuxtv.org/media_tree.git
3822S: Maintained
3823F: drivers/media/usb/dvb-usb/cxusb*
3824
3825DVB_USB_EC168 MEDIA DRIVER
3826M: Antti Palosaari <crope@iki.fi>
3827L: linux-media@vger.kernel.org
3828W: http://linuxtv.org/
3829W: http://palosaari.fi/linux/
3830Q: http://patchwork.linuxtv.org/project/linux-media/list/
3831T: git git://linuxtv.org/anttip/media_tree.git
3832S: Maintained
3833F: drivers/media/usb/dvb-usb-v2/ec168*
3834
3835DVB_USB_GL861 MEDIA DRIVER
3836M: Antti Palosaari <crope@iki.fi>
3837L: linux-media@vger.kernel.org
3838W: http://linuxtv.org/
3839Q: http://patchwork.linuxtv.org/project/linux-media/list/
3840T: git git://linuxtv.org/anttip/media_tree.git
3841S: Maintained
3842F: drivers/media/usb/dvb-usb-v2/gl861*
3843
3844DVB_USB_MXL111SF MEDIA DRIVER
3845M: Michael Krufky <mkrufky@linuxtv.org>
3846L: linux-media@vger.kernel.org
3847W: http://linuxtv.org/
3848W: http://github.com/mkrufky
3849Q: http://patchwork.linuxtv.org/project/linux-media/list/
3850T: git git://linuxtv.org/mkrufky/mxl111sf.git
3851S: Maintained
3852F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3853
3854DVB_USB_RTL28XXU MEDIA DRIVER
3855M: Antti Palosaari <crope@iki.fi>
3856L: linux-media@vger.kernel.org
3857W: http://linuxtv.org/
3858W: http://palosaari.fi/linux/
3859Q: http://patchwork.linuxtv.org/project/linux-media/list/
3860T: git git://linuxtv.org/anttip/media_tree.git
3861S: Maintained
3862F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3863
3864DVB_USB_V2 MEDIA DRIVER
3865M: Antti Palosaari <crope@iki.fi>
3866L: linux-media@vger.kernel.org
3867W: http://linuxtv.org/
3868W: http://palosaari.fi/linux/
3869Q: http://patchwork.linuxtv.org/project/linux-media/list/
3870T: git git://linuxtv.org/anttip/media_tree.git
3871S: Maintained
3872F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3873F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3874
3875DYNAMIC DEBUG
3876M: Jason Baron <jbaron@akamai.com>
3877S: Maintained
3878F: lib/dynamic_debug.c
3879F: include/linux/dynamic_debug.h
3880
3881DZ DECSTATION DZ11 SERIAL DRIVER
3882M: "Maciej W. Rozycki" <macro@linux-mips.org>
3883S: Maintained
3884F: drivers/tty/serial/dz.*
3885
3886E3X0 POWER BUTTON DRIVER
3887M: Moritz Fischer <moritz.fischer@ettus.com>
3888L: usrp-users@lists.ettus.com
3889W: http://www.ettus.com
3890S: Supported
3891F: drivers/input/misc/e3x0-button.c
3892F: Documentation/devicetree/bindings/input/e3x0-button.txt
3893
3894E4000 MEDIA DRIVER
3895M: Antti Palosaari <crope@iki.fi>
3896L: linux-media@vger.kernel.org
3897W: http://linuxtv.org/
3898W: http://palosaari.fi/linux/
3899Q: http://patchwork.linuxtv.org/project/linux-media/list/
3900T: git git://linuxtv.org/anttip/media_tree.git
3901S: Maintained
3902F: drivers/media/tuners/e4000*
3903
3904EATA ISA/EISA/PCI SCSI DRIVER
3905M: Dario Ballabio <ballabio_dario@emc.com>
3906L: linux-scsi@vger.kernel.org
3907S: Maintained
3908F: drivers/scsi/eata.c
3909
3910EC100 MEDIA DRIVER
3911M: Antti Palosaari <crope@iki.fi>
3912L: linux-media@vger.kernel.org
3913W: http://linuxtv.org/
3914W: http://palosaari.fi/linux/
3915Q: http://patchwork.linuxtv.org/project/linux-media/list/
3916T: git git://linuxtv.org/anttip/media_tree.git
3917S: Maintained
3918F: drivers/media/dvb-frontends/ec100*
3919
3920ECRYPT FILE SYSTEM
3921M: Tyler Hicks <tyhicks@canonical.com>
3922L: ecryptfs@vger.kernel.org
3923W: http://ecryptfs.org
3924W: https://launchpad.net/ecryptfs
3925S: Supported
3926F: Documentation/filesystems/ecryptfs.txt
3927F: fs/ecryptfs/
3928
3929EDAC-CORE
3930M: Doug Thompson <dougthompson@xmission.com>
3931M: Borislav Petkov <bp@alien8.de>
3932M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3933L: linux-edac@vger.kernel.org
3934W: bluesmoke.sourceforge.net
3935T: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3936T: git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3937S: Supported
3938F: Documentation/edac.txt
3939F: drivers/edac/
3940F: include/linux/edac.h
3941
3942EDAC-AMD64
3943M: Doug Thompson <dougthompson@xmission.com>
3944M: Borislav Petkov <bp@alien8.de>
3945L: linux-edac@vger.kernel.org
3946W: bluesmoke.sourceforge.net
3947S: Maintained
3948F: drivers/edac/amd64_edac*
3949
3950EDAC-CALXEDA
3951M: Doug Thompson <dougthompson@xmission.com>
3952M: Robert Richter <rric@kernel.org>
3953L: linux-edac@vger.kernel.org
3954W: bluesmoke.sourceforge.net
3955S: Maintained
3956F: drivers/edac/highbank*
3957
3958EDAC-CAVIUM
3959M: Ralf Baechle <ralf@linux-mips.org>
3960M: David Daney <david.daney@cavium.com>
3961L: linux-edac@vger.kernel.org
3962L: linux-mips@linux-mips.org
3963W: bluesmoke.sourceforge.net
3964S: Supported
3965F: drivers/edac/octeon_edac*
3966
3967EDAC-E752X
3968M: Mark Gross <mark.gross@intel.com>
3969M: Doug Thompson <dougthompson@xmission.com>
3970L: linux-edac@vger.kernel.org
3971W: bluesmoke.sourceforge.net
3972S: Maintained
3973F: drivers/edac/e752x_edac.c
3974
3975EDAC-E7XXX
3976M: Doug Thompson <dougthompson@xmission.com>
3977L: linux-edac@vger.kernel.org
3978W: bluesmoke.sourceforge.net
3979S: Maintained
3980F: drivers/edac/e7xxx_edac.c
3981
3982EDAC-GHES
3983M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3984L: linux-edac@vger.kernel.org
3985W: bluesmoke.sourceforge.net
3986S: Maintained
3987F: drivers/edac/ghes_edac.c
3988
3989EDAC-I82443BXGX
3990M: Tim Small <tim@buttersideup.com>
3991L: linux-edac@vger.kernel.org
3992W: bluesmoke.sourceforge.net
3993S: Maintained
3994F: drivers/edac/i82443bxgx_edac.c
3995
3996EDAC-I3000
3997M: Jason Uhlenkott <juhlenko@akamai.com>
3998L: linux-edac@vger.kernel.org
3999W: bluesmoke.sourceforge.net
4000S: Maintained
4001F: drivers/edac/i3000_edac.c
4002
4003EDAC-I5000
4004M: Doug Thompson <dougthompson@xmission.com>
4005L: linux-edac@vger.kernel.org
4006W: bluesmoke.sourceforge.net
4007S: Maintained
4008F: drivers/edac/i5000_edac.c
4009
4010EDAC-I5400
4011M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4012L: linux-edac@vger.kernel.org
4013W: bluesmoke.sourceforge.net
4014S: Maintained
4015F: drivers/edac/i5400_edac.c
4016
4017EDAC-I7300
4018M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4019L: linux-edac@vger.kernel.org
4020W: bluesmoke.sourceforge.net
4021S: Maintained
4022F: drivers/edac/i7300_edac.c
4023
4024EDAC-I7CORE
4025M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4026L: linux-edac@vger.kernel.org
4027W: bluesmoke.sourceforge.net
4028S: Maintained
4029F: drivers/edac/i7core_edac.c
4030
4031EDAC-I82975X
4032M: Ranganathan Desikan <ravi@jetztechnologies.com>
4033M: "Arvind R." <arvino55@gmail.com>
4034L: linux-edac@vger.kernel.org
4035W: bluesmoke.sourceforge.net
4036S: Maintained
4037F: drivers/edac/i82975x_edac.c
4038
4039EDAC-IE31200
4040M: Jason Baron <jbaron@akamai.com>
4041L: linux-edac@vger.kernel.org
4042W: bluesmoke.sourceforge.net
4043S: Maintained
4044F: drivers/edac/ie31200_edac.c
4045
4046EDAC-MPC85XX
4047M: Johannes Thumshirn <morbidrsa@gmail.com>
4048L: linux-edac@vger.kernel.org
4049W: bluesmoke.sourceforge.net
4050S: Maintained
4051F: drivers/edac/mpc85xx_edac.[ch]
4052
4053EDAC-PASEMI
4054M: Egor Martovetsky <egor@pasemi.com>
4055L: linux-edac@vger.kernel.org
4056W: bluesmoke.sourceforge.net
4057S: Maintained
4058F: drivers/edac/pasemi_edac.c
4059
4060EDAC-R82600
4061M: Tim Small <tim@buttersideup.com>
4062L: linux-edac@vger.kernel.org
4063W: bluesmoke.sourceforge.net
4064S: Maintained
4065F: drivers/edac/r82600_edac.c
4066
4067EDAC-SBRIDGE
4068M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4069L: linux-edac@vger.kernel.org
4070W: bluesmoke.sourceforge.net
4071S: Maintained
4072F: drivers/edac/sb_edac.c
4073
4074EDAC-XGENE
4075APPLIED MICRO (APM) X-GENE SOC EDAC
4076M: Loc Ho <lho@apm.com>
4077S: Supported
4078F: drivers/edac/xgene_edac.c
4079F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4080
4081EDIROL UA-101/UA-1000 DRIVER
4082M: Clemens Ladisch <clemens@ladisch.de>
4083L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4084T: git git://git.alsa-project.org/alsa-kernel.git
4085S: Maintained
4086F: sound/usb/misc/ua101.c
4087
4088EXTENSIBLE FIRMWARE INTERFACE (EFI)
4089M: Matt Fleming <matt@codeblueprint.co.uk>
4090L: linux-efi@vger.kernel.org
4091T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4092S: Maintained
4093F: Documentation/efi-stub.txt
4094F: arch/ia64/kernel/efi.c
4095F: arch/x86/boot/compressed/eboot.[ch]
4096F: arch/x86/include/asm/efi.h
4097F: arch/x86/platform/efi/*
4098F: drivers/firmware/efi/*
4099F: include/linux/efi*.h
4100
4101EFI VARIABLE FILESYSTEM
4102M: Matthew Garrett <matthew.garrett@nebula.com>
4103M: Jeremy Kerr <jk@ozlabs.org>
4104M: Matt Fleming <matt@codeblueprint.co.uk>
4105T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4106L: linux-efi@vger.kernel.org
4107S: Maintained
4108F: fs/efivarfs/
4109
4110EFIFB FRAMEBUFFER DRIVER
4111L: linux-fbdev@vger.kernel.org
4112M: Peter Jones <pjones@redhat.com>
4113S: Maintained
4114F: drivers/video/fbdev/efifb.c
4115
4116EFS FILESYSTEM
4117W: http://aeschi.ch.eu.org/efs/
4118S: Orphan
4119F: fs/efs/
4120
4121EHCA (IBM GX bus InfiniBand adapter) DRIVER
4122M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4123M: Christoph Raisch <raisch@de.ibm.com>
4124L: linux-rdma@vger.kernel.org
4125S: Supported
4126F: drivers/infiniband/hw/ehca/
4127
4128EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4129M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4130L: netdev@vger.kernel.org
4131S: Maintained
4132F: drivers/net/ethernet/ibm/ehea/
4133
4134EM28XX VIDEO4LINUX DRIVER
4135M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4136L: linux-media@vger.kernel.org
4137W: http://linuxtv.org
4138T: git git://linuxtv.org/media_tree.git
4139S: Maintained
4140F: drivers/media/usb/em28xx/
4141
4142EMBEDDED LINUX
4143M: Paul Gortmaker <paul.gortmaker@windriver.com>
4144M: Matt Mackall <mpm@selenic.com>
4145M: David Woodhouse <dwmw2@infradead.org>
4146L: linux-embedded@vger.kernel.org
4147S: Maintained
4148
4149EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4150M: James Smart <james.smart@avagotech.com>
4151M: Dick Kennedy <dick.kennedy@avagotech.com>
4152L: linux-scsi@vger.kernel.org
4153W: http://www.avagotech.com
4154S: Supported
4155F: drivers/scsi/lpfc/
4156
4157ENE CB710 FLASH CARD READER DRIVER
4158M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4159S: Maintained
4160F: drivers/misc/cb710/
4161F: drivers/mmc/host/cb710-mmc.*
4162F: include/linux/cb710.h
4163
4164ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4165M: Maxim Levitsky <maximlevitsky@gmail.com>
4166S: Maintained
4167F: drivers/media/rc/ene_ir.*
4168
4169ENHANCED ERROR HANDLING (EEH)
4170M: Gavin Shan <shangw@linux.vnet.ibm.com>
4171L: linuxppc-dev@lists.ozlabs.org
4172S: Supported
4173F: Documentation/powerpc/eeh-pci-error-recovery.txt
4174F: arch/powerpc/kernel/eeh*.c
4175
4176EPSON S1D13XXX FRAMEBUFFER DRIVER
4177M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4178S: Maintained
4179T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4180F: drivers/video/fbdev/s1d13xxxfb.c
4181F: include/video/s1d13xxxfb.h
4182
4183ET131X NETWORK DRIVER
4184M: Mark Einon <mark.einon@gmail.com>
4185S: Odd Fixes
4186F: drivers/net/ethernet/agere/
4187
4188ETHERNET BRIDGE
4189M: Stephen Hemminger <stephen@networkplumber.org>
4190L: bridge@lists.linux-foundation.org
4191L: netdev@vger.kernel.org
4192W: http://www.linuxfoundation.org/en/Net:Bridge
4193S: Maintained
4194F: include/linux/netfilter_bridge/
4195F: net/bridge/
4196
4197ETHERNET PHY LIBRARY
4198M: Florian Fainelli <f.fainelli@gmail.com>
4199L: netdev@vger.kernel.org
4200S: Maintained
4201F: include/linux/phy.h
4202F: include/linux/phy_fixed.h
4203F: drivers/net/phy/
4204F: Documentation/networking/phy.txt
4205F: drivers/of/of_mdio.c
4206F: drivers/of/of_net.c
4207
4208EXT2 FILE SYSTEM
4209M: Jan Kara <jack@suse.com>
4210L: linux-ext4@vger.kernel.org
4211S: Maintained
4212F: Documentation/filesystems/ext2.txt
4213F: fs/ext2/
4214F: include/linux/ext2*
4215
4216EXT4 FILE SYSTEM
4217M: "Theodore Ts'o" <tytso@mit.edu>
4218M: Andreas Dilger <adilger.kernel@dilger.ca>
4219L: linux-ext4@vger.kernel.org
4220W: http://ext4.wiki.kernel.org
4221Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4222S: Maintained
4223F: Documentation/filesystems/ext4.txt
4224F: fs/ext4/
4225
4226Extended Verification Module (EVM)
4227M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4228L: linux-ima-devel@lists.sourceforge.net
4229L: linux-security-module@vger.kernel.org
4230S: Supported
4231F: security/integrity/evm/
4232
4233EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4234M: MyungJoo Ham <myungjoo.ham@samsung.com>
4235M: Chanwoo Choi <cw00.choi@samsung.com>
4236L: linux-kernel@vger.kernel.org
4237T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4238S: Maintained
4239F: drivers/extcon/
4240F: include/linux/extcon/
4241F: include/linux/extcon.h
4242F: Documentation/extcon/
4243F: Documentation/devicetree/bindings/extcon/
4244
4245EXYNOS DP DRIVER
4246M: Jingoo Han <jingoohan1@gmail.com>
4247L: dri-devel@lists.freedesktop.org
4248S: Maintained
4249F: drivers/gpu/drm/exynos/exynos_dp*
4250
4251EXYNOS MIPI DISPLAY DRIVERS
4252M: Inki Dae <inki.dae@samsung.com>
4253M: Donghwa Lee <dh09.lee@samsung.com>
4254M: Kyungmin Park <kyungmin.park@samsung.com>
4255L: linux-fbdev@vger.kernel.org
4256S: Maintained
4257F: drivers/video/fbdev/exynos/exynos_mipi*
4258F: include/video/exynos_mipi*
4259
4260F71805F HARDWARE MONITORING DRIVER
4261M: Jean Delvare <jdelvare@suse.com>
4262L: lm-sensors@lm-sensors.org
4263S: Maintained
4264F: Documentation/hwmon/f71805f
4265F: drivers/hwmon/f71805f.c
4266
4267FC0011 TUNER DRIVER
4268M: Michael Buesch <m@bues.ch>
4269L: linux-media@vger.kernel.org
4270S: Maintained
4271F: drivers/media/tuners/fc0011.h
4272F: drivers/media/tuners/fc0011.c
4273
4274FC2580 MEDIA DRIVER
4275M: Antti Palosaari <crope@iki.fi>
4276L: linux-media@vger.kernel.org
4277W: http://linuxtv.org/
4278W: http://palosaari.fi/linux/
4279Q: http://patchwork.linuxtv.org/project/linux-media/list/
4280T: git git://linuxtv.org/anttip/media_tree.git
4281S: Maintained
4282F: drivers/media/tuners/fc2580*
4283
4284FANOTIFY
4285M: Eric Paris <eparis@redhat.com>
4286S: Maintained
4287F: fs/notify/fanotify/
4288F: include/linux/fanotify.h
4289F: include/uapi/linux/fanotify.h
4290
4291FARSYNC SYNCHRONOUS DRIVER
4292M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4293W: http://www.farsite.co.uk/
4294S: Supported
4295F: drivers/net/wan/farsync.*
4296
4297FAULT INJECTION SUPPORT
4298M: Akinobu Mita <akinobu.mita@gmail.com>
4299S: Supported
4300F: Documentation/fault-injection/
4301F: lib/fault-inject.c
4302
4303FBTFT Framebuffer drivers
4304M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4305M: Noralf Trønnes <noralf@tronnes.org>
4306S: Maintained
4307F: drivers/staging/fbtft/
4308
4309FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4310M: Vasu Dev <vasu.dev@intel.com>
4311L: fcoe-devel@open-fcoe.org
4312W: www.Open-FCoE.org
4313S: Supported
4314F: drivers/scsi/libfc/
4315F: drivers/scsi/fcoe/
4316F: include/scsi/fc/
4317F: include/scsi/libfc.h
4318F: include/scsi/libfcoe.h
4319F: include/uapi/scsi/fc/
4320
4321FILE LOCKING (flock() and fcntl()/lockf())
4322M: Jeff Layton <jlayton@poochiereds.net>
4323M: "J. Bruce Fields" <bfields@fieldses.org>
4324L: linux-fsdevel@vger.kernel.org
4325S: Maintained
4326F: include/linux/fcntl.h
4327F: include/linux/fs.h
4328F: include/uapi/linux/fcntl.h
4329F: include/uapi/linux/fs.h
4330F: fs/fcntl.c
4331F: fs/locks.c
4332
4333FILESYSTEMS (VFS and infrastructure)
4334M: Alexander Viro <viro@zeniv.linux.org.uk>
4335L: linux-fsdevel@vger.kernel.org
4336S: Maintained
4337F: fs/*
4338
4339FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4340M: Riku Voipio <riku.voipio@iki.fi>
4341L: lm-sensors@lm-sensors.org
4342S: Maintained
4343F: drivers/hwmon/f75375s.c
4344F: include/linux/f75375s.h
4345
4346FIREWIRE AUDIO DRIVERS
4347M: Clemens Ladisch <clemens@ladisch.de>
4348L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4349T: git git://git.alsa-project.org/alsa-kernel.git
4350S: Maintained
4351F: sound/firewire/
4352
4353FIREWIRE MEDIA DRIVERS (firedtv)
4354M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4355L: linux-media@vger.kernel.org
4356L: linux1394-devel@lists.sourceforge.net
4357T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4358S: Maintained
4359F: drivers/media/firewire/
4360
4361FIREWIRE SBP-2 TARGET
4362M: Chris Boot <bootc@bootc.net>
4363L: linux-scsi@vger.kernel.org
4364L: target-devel@vger.kernel.org
4365L: linux1394-devel@lists.sourceforge.net
4366T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4367S: Maintained
4368F: drivers/target/sbp/
4369
4370FIREWIRE SUBSYSTEM
4371M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4372L: linux1394-devel@lists.sourceforge.net
4373W: http://ieee1394.wiki.kernel.org/
4374T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4375S: Maintained
4376F: drivers/firewire/
4377F: include/linux/firewire.h
4378F: include/uapi/linux/firewire*.h
4379F: tools/firewire/
4380
4381FIRMWARE LOADER (request_firmware)
4382M: Ming Lei <ming.lei@canonical.com>
4383L: linux-kernel@vger.kernel.org
4384S: Maintained
4385F: Documentation/firmware_class/
4386F: drivers/base/firmware*.c
4387F: include/linux/firmware.h
4388
4389FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4390M: Joshua Morris <josh.h.morris@us.ibm.com>
4391M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4392S: Maintained
4393F: drivers/block/rsxx/
4394
4395FLOPPY DRIVER
4396M: Jiri Kosina <jikos@kernel.org>
4397T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4398S: Odd fixes
4399F: drivers/block/floppy.c
4400
4401FMC SUBSYSTEM
4402M: Alessandro Rubini <rubini@gnudd.com>
4403W: http://www.ohwr.org/projects/fmc-bus
4404S: Supported
4405F: drivers/fmc/
4406F: include/linux/fmc*.h
4407F: include/linux/ipmi-fru.h
4408K: fmc_d.*register
4409
4410FPGA MANAGER FRAMEWORK
4411M: Alan Tull <atull@opensource.altera.com>
4412S: Maintained
4413F: drivers/fpga/
4414F: include/linux/fpga/fpga-mgr.h
4415W: http://www.rocketboards.org
4416
4417FPU EMULATOR
4418M: Bill Metzenthen <billm@melbpc.org.au>
4419W: http://floatingpoint.sourceforge.net/emulator/index.html
4420S: Maintained
4421F: arch/x86/math-emu/
4422
4423FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4424L: netdev@vger.kernel.org
4425S: Orphan
4426F: drivers/net/wan/dlci.c
4427F: drivers/net/wan/sdla.c
4428
4429FRAMEBUFFER LAYER
4430M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4431M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4432L: linux-fbdev@vger.kernel.org
4433W: http://linux-fbdev.sourceforge.net/
4434Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4435T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4436S: Maintained
4437F: Documentation/fb/
4438F: drivers/video/
4439F: include/video/
4440F: include/linux/fb.h
4441F: include/uapi/video/
4442F: include/uapi/linux/fb.h
4443
4444FREESCALE DIU FRAMEBUFFER DRIVER
4445M: Timur Tabi <timur@tabi.org>
4446L: linux-fbdev@vger.kernel.org
4447S: Maintained
4448F: drivers/video/fbdev/fsl-diu-fb.*
4449
4450FREESCALE DMA DRIVER
4451M: Li Yang <leoli@freescale.com>
4452M: Zhang Wei <zw@zh-kernel.org>
4453L: linuxppc-dev@lists.ozlabs.org
4454S: Maintained
4455F: drivers/dma/fsldma.*
4456
4457FREESCALE I2C CPM DRIVER
4458M: Jochen Friedrich <jochen@scram.de>
4459L: linuxppc-dev@lists.ozlabs.org
4460L: linux-i2c@vger.kernel.org
4461S: Maintained
4462F: drivers/i2c/busses/i2c-cpm.c
4463
4464FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4465M: Sascha Hauer <kernel@pengutronix.de>
4466L: linux-fbdev@vger.kernel.org
4467L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4468S: Maintained
4469F: include/linux/platform_data/video-imxfb.h
4470F: drivers/video/fbdev/imxfb.c
4471
4472FREESCALE QUAD SPI DRIVER
4473M: Han Xu <han.xu@freescale.com>
4474L: linux-mtd@lists.infradead.org
4475S: Maintained
4476F: drivers/mtd/spi-nor/fsl-quadspi.c
4477
4478FREESCALE SOC FS_ENET DRIVER
4479M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4480M: Vitaly Bordug <vbordug@ru.mvista.com>
4481L: linuxppc-dev@lists.ozlabs.org
4482L: netdev@vger.kernel.org
4483S: Maintained
4484F: drivers/net/ethernet/freescale/fs_enet/
4485F: include/linux/fs_enet_pd.h
4486
4487FREESCALE QUICC ENGINE LIBRARY
4488L: linuxppc-dev@lists.ozlabs.org
4489S: Orphan
4490F: arch/powerpc/sysdev/qe_lib/
4491F: arch/powerpc/include/asm/*qe.h
4492
4493FREESCALE USB PERIPHERAL DRIVERS
4494M: Li Yang <leoli@freescale.com>
4495L: linux-usb@vger.kernel.org
4496L: linuxppc-dev@lists.ozlabs.org
4497S: Maintained
4498F: drivers/usb/gadget/udc/fsl*
4499
4500FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4501M: Li Yang <leoli@freescale.com>
4502L: netdev@vger.kernel.org
4503L: linuxppc-dev@lists.ozlabs.org
4504S: Maintained
4505F: drivers/net/ethernet/freescale/ucc_geth*
4506
4507FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4508M: Claudiu Manoil <claudiu.manoil@freescale.com>
4509L: netdev@vger.kernel.org
4510S: Maintained
4511F: drivers/net/ethernet/freescale/gianfar*
4512X: drivers/net/ethernet/freescale/gianfar_ptp.c
4513F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4514
4515FREESCALE QUICC ENGINE UCC UART DRIVER
4516M: Timur Tabi <timur@tabi.org>
4517L: linuxppc-dev@lists.ozlabs.org
4518S: Maintained
4519F: drivers/tty/serial/ucc_uart.c
4520
4521FREESCALE SOC SOUND DRIVERS
4522M: Timur Tabi <timur@tabi.org>
4523M: Nicolin Chen <nicoleotsuka@gmail.com>
4524M: Xiubo Li <Xiubo.Lee@gmail.com>
4525L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4526L: linuxppc-dev@lists.ozlabs.org
4527S: Maintained
4528F: sound/soc/fsl/fsl*
4529F: sound/soc/fsl/imx*
4530F: sound/soc/fsl/mpc8610_hpcd.c
4531
4532FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4533M: "J. German Rivera" <German.Rivera@freescale.com>
4534L: linux-kernel@vger.kernel.org
4535S: Maintained
4536F: drivers/staging/fsl-mc/
4537
4538FREEVXFS FILESYSTEM
4539M: Christoph Hellwig <hch@infradead.org>
4540W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4541S: Maintained
4542F: fs/freevxfs/
4543
4544FREEZER
4545M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4546M: Pavel Machek <pavel@ucw.cz>
4547L: linux-pm@vger.kernel.org
4548S: Supported
4549F: Documentation/power/freezing-of-tasks.txt
4550F: include/linux/freezer.h
4551F: kernel/freezer.c
4552
4553FRONTSWAP API
4554M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4555L: linux-kernel@vger.kernel.org
4556S: Maintained
4557F: mm/frontswap.c
4558F: include/linux/frontswap.h
4559
4560FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4561M: David Howells <dhowells@redhat.com>
4562L: linux-cachefs@redhat.com
4563S: Supported
4564F: Documentation/filesystems/caching/
4565F: fs/fscache/
4566F: include/linux/fscache*.h
4567
4568F2FS FILE SYSTEM
4569M: Jaegeuk Kim <jaegeuk@kernel.org>
4570M: Changman Lee <cm224.lee@samsung.com>
4571R: Chao Yu <chao2.yu@samsung.com>
4572L: linux-f2fs-devel@lists.sourceforge.net
4573W: http://en.wikipedia.org/wiki/F2FS
4574T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4575S: Maintained
4576F: Documentation/filesystems/f2fs.txt
4577F: Documentation/ABI/testing/sysfs-fs-f2fs
4578F: fs/f2fs/
4579F: include/linux/f2fs_fs.h
4580F: include/trace/events/f2fs.h
4581
4582FUJITSU FR-V (FRV) PORT
4583M: David Howells <dhowells@redhat.com>
4584S: Maintained
4585F: arch/frv/
4586
4587FUJITSU LAPTOP EXTRAS
4588M: Jonathan Woithe <jwoithe@just42.net>
4589L: platform-driver-x86@vger.kernel.org
4590S: Maintained
4591F: drivers/platform/x86/fujitsu-laptop.c
4592
4593FUJITSU M-5MO LS CAMERA ISP DRIVER
4594M: Kyungmin Park <kyungmin.park@samsung.com>
4595M: Heungjun Kim <riverful.kim@samsung.com>
4596L: linux-media@vger.kernel.org
4597S: Maintained
4598F: drivers/media/i2c/m5mols/
4599F: include/media/m5mols.h
4600
4601FUJITSU TABLET EXTRAS
4602M: Robert Gerlach <khnz@gmx.de>
4603L: platform-driver-x86@vger.kernel.org
4604S: Maintained
4605F: drivers/platform/x86/fujitsu-tablet.c
4606
4607FUSE: FILESYSTEM IN USERSPACE
4608M: Miklos Szeredi <miklos@szeredi.hu>
4609L: fuse-devel@lists.sourceforge.net
4610W: http://fuse.sourceforge.net/
4611T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4612S: Maintained
4613F: fs/fuse/
4614F: include/uapi/linux/fuse.h
4615F: Documentation/filesystems/fuse.txt
4616
4617FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4618M: Rik Faith <faith@cs.unc.edu>
4619L: linux-scsi@vger.kernel.org
4620S: Odd Fixes (e.g., new signatures)
4621F: drivers/scsi/fdomain.*
4622
4623GCOV BASED KERNEL PROFILING
4624M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4625S: Maintained
4626F: kernel/gcov/
4627F: Documentation/gcov.txt
4628
4629GDT SCSI DISK ARRAY CONTROLLER DRIVER
4630M: Achim Leubner <achim_leubner@adaptec.com>
4631L: linux-scsi@vger.kernel.org
4632W: http://www.icp-vortex.com/
4633S: Supported
4634F: drivers/scsi/gdt*
4635
4636GDB KERNEL DEBUGGING HELPER SCRIPTS
4637M: Jan Kiszka <jan.kiszka@siemens.com>
4638S: Supported
4639F: scripts/gdb/
4640
4641GEMTEK FM RADIO RECEIVER DRIVER
4642M: Hans Verkuil <hverkuil@xs4all.nl>
4643L: linux-media@vger.kernel.org
4644T: git git://linuxtv.org/media_tree.git
4645W: http://linuxtv.org
4646S: Maintained
4647F: drivers/media/radio/radio-gemtek*
4648
4649GENERIC GPIO I2C DRIVER
4650M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4651S: Supported
4652F: drivers/i2c/busses/i2c-gpio.c
4653F: include/linux/i2c-gpio.h
4654
4655GENERIC GPIO I2C MULTIPLEXER DRIVER
4656M: Peter Korsgaard <peter.korsgaard@barco.com>
4657L: linux-i2c@vger.kernel.org
4658S: Supported
4659F: drivers/i2c/muxes/i2c-mux-gpio.c
4660F: include/linux/i2c-mux-gpio.h
4661F: Documentation/i2c/muxes/i2c-mux-gpio
4662
4663GENERIC HDLC (WAN) DRIVERS
4664M: Krzysztof Halasa <khc@pm.waw.pl>
4665W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4666S: Maintained
4667F: drivers/net/wan/c101.c
4668F: drivers/net/wan/hd6457*
4669F: drivers/net/wan/hdlc*
4670F: drivers/net/wan/n2.c
4671F: drivers/net/wan/pc300too.c
4672F: drivers/net/wan/pci200syn.c
4673F: drivers/net/wan/wanxl*
4674
4675GENERIC INCLUDE/ASM HEADER FILES
4676M: Arnd Bergmann <arnd@arndb.de>
4677L: linux-arch@vger.kernel.org
4678T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4679S: Maintained
4680F: include/asm-generic/
4681F: include/uapi/asm-generic/
4682
4683GENERIC PHY FRAMEWORK
4684M: Kishon Vijay Abraham I <kishon@ti.com>
4685L: linux-kernel@vger.kernel.org
4686T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4687S: Supported
4688F: drivers/phy/
4689F: include/linux/phy/
4690
4691GENERIC PM DOMAINS
4692M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4693M: Kevin Hilman <khilman@kernel.org>
4694M: Ulf Hansson <ulf.hansson@linaro.org>
4695L: linux-pm@vger.kernel.org
4696S: Supported
4697F: drivers/base/power/domain*.c
4698F: include/linux/pm_domain.h
4699
4700GENERIC UIO DRIVER FOR PCI DEVICES
4701M: "Michael S. Tsirkin" <mst@redhat.com>
4702L: kvm@vger.kernel.org
4703S: Supported
4704F: drivers/uio/uio_pci_generic.c
4705
4706GET_MAINTAINER SCRIPT
4707M: Joe Perches <joe@perches.com>
4708S: Maintained
4709F: scripts/get_maintainer.pl
4710
4711GFS2 FILE SYSTEM
4712M: Steven Whitehouse <swhiteho@redhat.com>
4713M: Bob Peterson <rpeterso@redhat.com>
4714L: cluster-devel@redhat.com
4715W: http://sources.redhat.com/cluster/
4716T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4717S: Supported
4718F: Documentation/filesystems/gfs2*.txt
4719F: fs/gfs2/
4720F: include/uapi/linux/gfs2_ondisk.h
4721
4722GIGASET ISDN DRIVERS
4723M: Paul Bolle <pebolle@tiscali.nl>
4724L: gigaset307x-common@lists.sourceforge.net
4725W: http://gigaset307x.sourceforge.net/
4726S: Odd Fixes
4727F: Documentation/isdn/README.gigaset
4728F: drivers/isdn/gigaset/
4729F: include/uapi/linux/gigaset_dev.h
4730
4731GO7007 MPEG CODEC
4732M: Hans Verkuil <hans.verkuil@cisco.com>
4733L: linux-media@vger.kernel.org
4734S: Maintained
4735F: drivers/media/usb/go7007/
4736
4737GOODIX TOUCHSCREEN
4738M: Bastien Nocera <hadess@hadess.net>
4739L: linux-input@vger.kernel.org
4740S: Maintained
4741F: drivers/input/touchscreen/goodix.c
4742
4743GPIO SUBSYSTEM
4744M: Linus Walleij <linus.walleij@linaro.org>
4745M: Alexandre Courbot <gnurou@gmail.com>
4746L: linux-gpio@vger.kernel.org
4747T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4748S: Maintained
4749F: Documentation/gpio/
4750F: drivers/gpio/
4751F: include/linux/gpio/
4752F: include/linux/gpio.h
4753F: include/asm-generic/gpio.h
4754
4755GRE DEMULTIPLEXER DRIVER
4756M: Dmitry Kozlov <xeb@mail.ru>
4757L: netdev@vger.kernel.org
4758S: Maintained
4759F: net/ipv4/gre_demux.c
4760F: net/ipv4/gre_offload.c
4761F: include/net/gre.h
4762
4763GRETH 10/100/1G Ethernet MAC device driver
4764M: Kristoffer Glembo <kristoffer@gaisler.com>
4765L: netdev@vger.kernel.org
4766S: Maintained
4767F: drivers/net/ethernet/aeroflex/
4768
4769GSPCA FINEPIX SUBDRIVER
4770M: Frank Zago <frank@zago.net>
4771L: linux-media@vger.kernel.org
4772T: git git://linuxtv.org/media_tree.git
4773S: Maintained
4774F: drivers/media/usb/gspca/finepix.c
4775
4776GSPCA GL860 SUBDRIVER
4777M: Olivier Lorin <o.lorin@laposte.net>
4778L: linux-media@vger.kernel.org
4779T: git git://linuxtv.org/media_tree.git
4780S: Maintained
4781F: drivers/media/usb/gspca/gl860/
4782
4783GSPCA M5602 SUBDRIVER
4784M: Erik Andren <erik.andren@gmail.com>
4785L: linux-media@vger.kernel.org
4786T: git git://linuxtv.org/media_tree.git
4787S: Maintained
4788F: drivers/media/usb/gspca/m5602/
4789
4790GSPCA PAC207 SONIXB SUBDRIVER
4791M: Hans de Goede <hdegoede@redhat.com>
4792L: linux-media@vger.kernel.org
4793T: git git://linuxtv.org/media_tree.git
4794S: Maintained
4795F: drivers/media/usb/gspca/pac207.c
4796
4797GSPCA SN9C20X SUBDRIVER
4798M: Brian Johnson <brijohn@gmail.com>
4799L: linux-media@vger.kernel.org
4800T: git git://linuxtv.org/media_tree.git
4801S: Maintained
4802F: drivers/media/usb/gspca/sn9c20x.c
4803
4804GSPCA T613 SUBDRIVER
4805M: Leandro Costantino <lcostantino@gmail.com>
4806L: linux-media@vger.kernel.org
4807T: git git://linuxtv.org/media_tree.git
4808S: Maintained
4809F: drivers/media/usb/gspca/t613.c
4810
4811GSPCA USB WEBCAM DRIVER
4812M: Hans de Goede <hdegoede@redhat.com>
4813L: linux-media@vger.kernel.org
4814T: git git://linuxtv.org/media_tree.git
4815S: Maintained
4816F: drivers/media/usb/gspca/
4817
4818GUID PARTITION TABLE (GPT)
4819M: Davidlohr Bueso <dave@stgolabs.net>
4820L: linux-efi@vger.kernel.org
4821S: Maintained
4822F: block/partitions/efi.*
4823
4824STK1160 USB VIDEO CAPTURE DRIVER
4825M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4826L: linux-media@vger.kernel.org
4827T: git git://linuxtv.org/media_tree.git
4828S: Maintained
4829F: drivers/media/usb/stk1160/
4830
4831H8/300 ARCHITECTURE
4832M: Yoshinori Sato <ysato@users.sourceforge.jp>
4833L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4834W: http://uclinux-h8.sourceforge.jp
4835T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4836S: Maintained
4837F: arch/h8300/
4838F: drivers/clocksource/h8300_*.c
4839F: drivers/clk/h8300/
4840F: drivers/irqchip/irq-renesas-h8*.c
4841
4842HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4843M: Frank Seidel <frank@f-seidel.de>
4844L: platform-driver-x86@vger.kernel.org
4845W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4846S: Maintained
4847F: drivers/platform/x86/hdaps.c
4848
4849HDPVR USB VIDEO ENCODER DRIVER
4850M: Hans Verkuil <hverkuil@xs4all.nl>
4851L: linux-media@vger.kernel.org
4852T: git git://linuxtv.org/media_tree.git
4853W: http://linuxtv.org
4854S: Odd Fixes
4855F: drivers/media/usb/hdpvr/
4856
4857HWPOISON MEMORY FAILURE HANDLING
4858M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4859L: linux-mm@kvack.org
4860S: Maintained
4861F: mm/memory-failure.c
4862F: mm/hwpoison-inject.c
4863
4864HYPERVISOR VIRTUAL CONSOLE DRIVER
4865L: linuxppc-dev@lists.ozlabs.org
4866S: Odd Fixes
4867F: drivers/tty/hvc/
4868
4869HACKRF MEDIA DRIVER
4870M: Antti Palosaari <crope@iki.fi>
4871L: linux-media@vger.kernel.org
4872W: http://linuxtv.org/
4873W: http://palosaari.fi/linux/
4874Q: http://patchwork.linuxtv.org/project/linux-media/list/
4875T: git git://linuxtv.org/anttip/media_tree.git
4876S: Maintained
4877F: drivers/media/usb/hackrf/
4878
4879HARDWARE MONITORING
4880M: Jean Delvare <jdelvare@suse.com>
4881M: Guenter Roeck <linux@roeck-us.net>
4882L: lm-sensors@lm-sensors.org
4883W: http://www.lm-sensors.org/
4884T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4885T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4886S: Maintained
4887F: Documentation/hwmon/
4888F: drivers/hwmon/
4889F: include/linux/hwmon*.h
4890
4891HARDWARE RANDOM NUMBER GENERATOR CORE
4892M: Matt Mackall <mpm@selenic.com>
4893M: Herbert Xu <herbert@gondor.apana.org.au>
4894L: linux-crypto@vger.kernel.org
4895S: Odd fixes
4896F: Documentation/hw_random.txt
4897F: drivers/char/hw_random/
4898F: include/linux/hw_random.h
4899
4900HARDWARE SPINLOCK CORE
4901M: Ohad Ben-Cohen <ohad@wizery.com>
4902S: Maintained
4903F: Documentation/hwspinlock.txt
4904F: drivers/hwspinlock/hwspinlock_*
4905F: include/linux/hwspinlock.h
4906
4907HARMONY SOUND DRIVER
4908L: linux-parisc@vger.kernel.org
4909S: Maintained
4910F: sound/parisc/harmony.*
4911
4912HD29L2 MEDIA DRIVER
4913M: Antti Palosaari <crope@iki.fi>
4914L: linux-media@vger.kernel.org
4915W: http://linuxtv.org/
4916W: http://palosaari.fi/linux/
4917Q: http://patchwork.linuxtv.org/project/linux-media/list/
4918T: git git://linuxtv.org/anttip/media_tree.git
4919S: Maintained
4920F: drivers/media/dvb-frontends/hd29l2*
4921
4922HEWLETT-PACKARD SMART2 RAID DRIVER
4923L: iss_storagedev@hp.com
4924S: Orphan
4925F: Documentation/blockdev/cpqarray.txt
4926F: drivers/block/cpqarray.*
4927
4928HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4929M: Don Brace <don.brace@pmcs.com>
4930L: iss_storagedev@hp.com
4931L: storagedev@pmcs.com
4932L: linux-scsi@vger.kernel.org
4933S: Supported
4934F: Documentation/scsi/hpsa.txt
4935F: drivers/scsi/hpsa*.[ch]
4936F: include/linux/cciss*.h
4937F: include/uapi/linux/cciss*.h
4938
4939HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4940M: Don Brace <don.brace@pmcs.com>
4941L: iss_storagedev@hp.com
4942L: storagedev@pmcs.com
4943L: linux-scsi@vger.kernel.org
4944S: Supported
4945F: Documentation/blockdev/cciss.txt
4946F: drivers/block/cciss*
4947F: include/linux/cciss_ioctl.h
4948F: include/uapi/linux/cciss_ioctl.h
4949
4950HFS FILESYSTEM
4951L: linux-fsdevel@vger.kernel.org
4952S: Orphan
4953F: Documentation/filesystems/hfs.txt
4954F: fs/hfs/
4955
4956HFSPLUS FILESYSTEM
4957L: linux-fsdevel@vger.kernel.org
4958S: Orphan
4959F: Documentation/filesystems/hfsplus.txt
4960F: fs/hfsplus/
4961
4962HGA FRAMEBUFFER DRIVER
4963M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4964L: linux-nvidia@lists.surfsouth.com
4965W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4966S: Maintained
4967F: drivers/video/fbdev/hgafb.c
4968
4969HIBERNATION (aka Software Suspend, aka swsusp)
4970M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4971M: Pavel Machek <pavel@ucw.cz>
4972L: linux-pm@vger.kernel.org
4973S: Supported
4974F: arch/x86/power/
4975F: drivers/base/power/
4976F: kernel/power/
4977F: include/linux/suspend.h
4978F: include/linux/freezer.h
4979F: include/linux/pm.h
4980F: arch/*/include/asm/suspend*.h
4981
4982HID CORE LAYER
4983M: Jiri Kosina <jikos@kernel.org>
4984L: linux-input@vger.kernel.org
4985T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4986S: Maintained
4987F: drivers/hid/
4988F: include/linux/hid*
4989F: include/uapi/linux/hid*
4990
4991HID SENSOR HUB DRIVERS
4992M: Jiri Kosina <jikos@kernel.org>
4993M: Jonathan Cameron <jic23@kernel.org>
4994M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4995L: linux-input@vger.kernel.org
4996L: linux-iio@vger.kernel.org
4997S: Maintained
4998F: Documentation/hid/hid-sensor*
4999F: drivers/hid/hid-sensor-*
5000F: drivers/iio/*/hid-*
5001F: include/linux/hid-sensor-*
5002
5003HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5004M: Thomas Gleixner <tglx@linutronix.de>
5005L: linux-kernel@vger.kernel.org
5006T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5007S: Maintained
5008F: Documentation/timers/
5009F: kernel/time/hrtimer.c
5010F: kernel/time/clockevents.c
5011F: kernel/time/tick*.*
5012F: kernel/time/timer_*.c
5013F: include/linux/clockchips.h
5014F: include/linux/hrtimer.h
5015
5016HIGH-SPEED SCC DRIVER FOR AX.25
5017L: linux-hams@vger.kernel.org
5018S: Orphan
5019F: drivers/net/hamradio/dmascc.c
5020F: drivers/net/hamradio/scc.c
5021
5022HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5023M: HighPoint Linux Team <linux@highpoint-tech.com>
5024W: http://www.highpoint-tech.com
5025S: Supported
5026F: Documentation/scsi/hptiop.txt
5027F: drivers/scsi/hptiop.c
5028
5029HIPPI
5030M: Jes Sorensen <jes@trained-monkey.org>
5031L: linux-hippi@sunsite.dk
5032S: Maintained
5033F: include/linux/hippidevice.h
5034F: include/uapi/linux/if_hippi.h
5035F: net/802/hippi.c
5036F: drivers/net/hippi/
5037
5038HOST AP DRIVER
5039M: Jouni Malinen <j@w1.fi>
5040L: hostap@shmoo.com (subscribers-only)
5041L: linux-wireless@vger.kernel.org
5042W: http://hostap.epitest.fi/
5043S: Maintained
5044F: drivers/net/wireless/hostap/
5045
5046HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5047L: platform-driver-x86@vger.kernel.org
5048S: Orphan
5049F: drivers/platform/x86/tc1100-wmi.c
5050
5051HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5052M: Jaroslav Kysela <perex@perex.cz>
5053S: Maintained
5054F: drivers/net/ethernet/hp/hp100.*
5055
5056HPET: High Precision Event Timers driver
5057M: Clemens Ladisch <clemens@ladisch.de>
5058S: Maintained
5059F: Documentation/timers/hpet.txt
5060F: drivers/char/hpet.c
5061F: include/linux/hpet.h
5062F: include/uapi/linux/hpet.h
5063
5064HPET: x86
5065S: Orphan
5066F: arch/x86/kernel/hpet.c
5067F: arch/x86/include/asm/hpet.h
5068
5069HPFS FILESYSTEM
5070M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5071W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5072S: Maintained
5073F: fs/hpfs/
5074
5075HSI SUBSYSTEM
5076M: Sebastian Reichel <sre@kernel.org>
5077T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5078S: Maintained
5079F: Documentation/ABI/testing/sysfs-bus-hsi
5080F: Documentation/hsi.txt
5081F: drivers/hsi/
5082F: include/linux/hsi/
5083F: include/uapi/linux/hsi/
5084
5085HSO 3G MODEM DRIVER
5086M: Jan Dumon <j.dumon@option.com>
5087W: http://www.pharscape.org
5088S: Maintained
5089F: drivers/net/usb/hso.c
5090
5091HSR NETWORK PROTOCOL
5092M: Arvid Brodin <arvid.brodin@alten.se>
5093L: netdev@vger.kernel.org
5094S: Maintained
5095F: net/hsr/
5096
5097HTCPEN TOUCHSCREEN DRIVER
5098M: Pau Oliva Fora <pof@eslack.org>
5099L: linux-input@vger.kernel.org
5100S: Maintained
5101F: drivers/input/touchscreen/htcpen.c
5102
5103HUGETLB FILESYSTEM
5104M: Nadia Yvette Chambers <nyc@holomorphy.com>
5105S: Maintained
5106F: fs/hugetlbfs/
5107
5108Hyper-V CORE AND DRIVERS
5109M: "K. Y. Srinivasan" <kys@microsoft.com>
5110M: Haiyang Zhang <haiyangz@microsoft.com>
5111L: devel@linuxdriverproject.org
5112S: Maintained
5113F: arch/x86/include/asm/mshyperv.h
5114F: arch/x86/include/uapi/asm/hyperv.h
5115F: arch/x86/kernel/cpu/mshyperv.c
5116F: drivers/hid/hid-hyperv.c
5117F: drivers/hv/
5118F: drivers/input/serio/hyperv-keyboard.c
5119F: drivers/net/hyperv/
5120F: drivers/scsi/storvsc_drv.c
5121F: drivers/video/fbdev/hyperv_fb.c
5122F: include/linux/hyperv.h
5123F: tools/hv/
5124F: Documentation/ABI/stable/sysfs-bus-vmbus
5125
5126I2C OVER PARALLEL PORT
5127M: Jean Delvare <jdelvare@suse.com>
5128L: linux-i2c@vger.kernel.org
5129S: Maintained
5130F: Documentation/i2c/busses/i2c-parport
5131F: Documentation/i2c/busses/i2c-parport-light
5132F: drivers/i2c/busses/i2c-parport.c
5133F: drivers/i2c/busses/i2c-parport-light.c
5134
5135I2C/SMBUS CONTROLLER DRIVERS FOR PC
5136M: Jean Delvare <jdelvare@suse.com>
5137L: linux-i2c@vger.kernel.org
5138S: Maintained
5139F: Documentation/i2c/busses/i2c-ali1535
5140F: Documentation/i2c/busses/i2c-ali1563
5141F: Documentation/i2c/busses/i2c-ali15x3
5142F: Documentation/i2c/busses/i2c-amd756
5143F: Documentation/i2c/busses/i2c-amd8111
5144F: Documentation/i2c/busses/i2c-i801
5145F: Documentation/i2c/busses/i2c-nforce2
5146F: Documentation/i2c/busses/i2c-piix4
5147F: Documentation/i2c/busses/i2c-sis5595
5148F: Documentation/i2c/busses/i2c-sis630
5149F: Documentation/i2c/busses/i2c-sis96x
5150F: Documentation/i2c/busses/i2c-via
5151F: Documentation/i2c/busses/i2c-viapro
5152F: drivers/i2c/busses/i2c-ali1535.c
5153F: drivers/i2c/busses/i2c-ali1563.c
5154F: drivers/i2c/busses/i2c-ali15x3.c
5155F: drivers/i2c/busses/i2c-amd756.c
5156F: drivers/i2c/busses/i2c-amd756-s4882.c
5157F: drivers/i2c/busses/i2c-amd8111.c
5158F: drivers/i2c/busses/i2c-i801.c
5159F: drivers/i2c/busses/i2c-isch.c
5160F: drivers/i2c/busses/i2c-nforce2.c
5161F: drivers/i2c/busses/i2c-nforce2-s4985.c
5162F: drivers/i2c/busses/i2c-piix4.c
5163F: drivers/i2c/busses/i2c-sis5595.c
5164F: drivers/i2c/busses/i2c-sis630.c
5165F: drivers/i2c/busses/i2c-sis96x.c
5166F: drivers/i2c/busses/i2c-via.c
5167F: drivers/i2c/busses/i2c-viapro.c
5168
5169I2C/SMBUS ISMT DRIVER
5170M: Seth Heasley <seth.heasley@intel.com>
5171M: Neil Horman <nhorman@tuxdriver.com>
5172L: linux-i2c@vger.kernel.org
5173F: drivers/i2c/busses/i2c-ismt.c
5174F: Documentation/i2c/busses/i2c-ismt
5175
5176I2C/SMBUS STUB DRIVER
5177M: Jean Delvare <jdelvare@suse.com>
5178L: linux-i2c@vger.kernel.org
5179S: Maintained
5180F: drivers/i2c/i2c-stub.c
5181
5182I2C SUBSYSTEM
5183M: Wolfram Sang <wsa@the-dreams.de>
5184L: linux-i2c@vger.kernel.org
5185W: https://i2c.wiki.kernel.org/
5186Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5187T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5188S: Maintained
5189F: Documentation/devicetree/bindings/i2c/
5190F: Documentation/i2c/
5191F: drivers/i2c/
5192F: drivers/i2c/*/
5193F: include/linux/i2c.h
5194F: include/linux/i2c-*.h
5195F: include/uapi/linux/i2c.h
5196F: include/uapi/linux/i2c-*.h
5197
5198I2C ACPI SUPPORT
5199M: Mika Westerberg <mika.westerberg@linux.intel.com>
5200L: linux-i2c@vger.kernel.org
5201L: linux-acpi@vger.kernel.org
5202S: Maintained
5203
5204I2C-TAOS-EVM DRIVER
5205M: Jean Delvare <jdelvare@suse.com>
5206L: linux-i2c@vger.kernel.org
5207S: Maintained
5208F: Documentation/i2c/busses/i2c-taos-evm
5209F: drivers/i2c/busses/i2c-taos-evm.c
5210
5211I2C-TINY-USB DRIVER
5212M: Till Harbaum <till@harbaum.org>
5213L: linux-i2c@vger.kernel.org
5214W: http://www.harbaum.org/till/i2c_tiny_usb
5215S: Maintained
5216F: drivers/i2c/busses/i2c-tiny-usb.c
5217
5218i386 BOOT CODE
5219M: "H. Peter Anvin" <hpa@zytor.com>
5220S: Maintained
5221F: arch/x86/boot/
5222
5223i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5224M: "H. Peter Anvin" <hpa@zytor.com>
5225T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5226S: Maintained
5227
5228IA64 (Itanium) PLATFORM
5229M: Tony Luck <tony.luck@intel.com>
5230M: Fenghua Yu <fenghua.yu@intel.com>
5231L: linux-ia64@vger.kernel.org
5232T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5233S: Maintained
5234F: arch/ia64/
5235
5236IBM Power VMX Cryptographic instructions
5237M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5238M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5239L: linux-crypto@vger.kernel.org
5240S: Supported
5241F: drivers/crypto/vmx/Makefile
5242F: drivers/crypto/vmx/Kconfig
5243F: drivers/crypto/vmx/vmx.c
5244F: drivers/crypto/vmx/aes*
5245F: drivers/crypto/vmx/ghash*
5246F: drivers/crypto/vmx/ppc-xlate.pl
5247
5248IBM Power in-Nest Crypto Acceleration
5249M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5250M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5251L: linux-crypto@vger.kernel.org
5252S: Supported
5253F: drivers/crypto/nx/Makefile
5254F: drivers/crypto/nx/Kconfig
5255F: drivers/crypto/nx/nx-aes*
5256F: drivers/crypto/nx/nx-sha*
5257F: drivers/crypto/nx/nx.*
5258F: drivers/crypto/nx/nx_csbcpb.h
5259F: drivers/crypto/nx/nx_debugfs.h
5260
5261IBM Power 842 compression accelerator
5262M: Dan Streetman <ddstreet@ieee.org>
5263S: Supported
5264F: drivers/crypto/nx/Makefile
5265F: drivers/crypto/nx/Kconfig
5266F: drivers/crypto/nx/nx-842*
5267F: include/linux/sw842.h
5268F: crypto/842.c
5269F: lib/842/
5270
5271IBM Power Linux RAID adapter
5272M: Brian King <brking@us.ibm.com>
5273S: Supported
5274F: drivers/scsi/ipr.*
5275
5276IBM Power Virtual Ethernet Device Driver
5277M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5278L: netdev@vger.kernel.org
5279S: Supported
5280F: drivers/net/ethernet/ibm/ibmveth.*
5281
5282IBM Power Virtual SCSI Device Drivers
5283M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5284L: linux-scsi@vger.kernel.org
5285S: Supported
5286F: drivers/scsi/ibmvscsi/ibmvscsi*
5287F: drivers/scsi/ibmvscsi/viosrp.h
5288
5289IBM Power Virtual FC Device Drivers
5290M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5291L: linux-scsi@vger.kernel.org
5292S: Supported
5293F: drivers/scsi/ibmvscsi/ibmvfc*
5294
5295IBM ServeRAID RAID DRIVER
5296S: Orphan
5297F: drivers/scsi/ips.*
5298
5299ICH LPC AND GPIO DRIVER
5300M: Peter Tyser <ptyser@xes-inc.com>
5301S: Maintained
5302F: drivers/mfd/lpc_ich.c
5303F: drivers/gpio/gpio-ich.c
5304
5305IDE SUBSYSTEM
5306M: "David S. Miller" <davem@davemloft.net>
5307L: linux-ide@vger.kernel.org
5308Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5309T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5310S: Maintained
5311F: Documentation/ide/
5312F: drivers/ide/
5313F: include/linux/ide.h
5314
5315IDEAPAD LAPTOP EXTRAS DRIVER
5316M: Ike Panhc <ike.pan@canonical.com>
5317L: platform-driver-x86@vger.kernel.org
5318W: http://launchpad.net/ideapad-laptop
5319S: Maintained
5320F: drivers/platform/x86/ideapad-laptop.c
5321
5322IDEAPAD LAPTOP SLIDEBAR DRIVER
5323M: Andrey Moiseev <o2g.org.ru@gmail.com>
5324L: linux-input@vger.kernel.org
5325W: https://github.com/o2genum/ideapad-slidebar
5326S: Maintained
5327F: drivers/input/misc/ideapad_slidebar.c
5328
5329IDE/ATAPI DRIVERS
5330M: Borislav Petkov <bp@alien8.de>
5331L: linux-ide@vger.kernel.org
5332S: Maintained
5333F: Documentation/cdrom/ide-cd
5334F: drivers/ide/ide-cd*
5335
5336IDLE-I7300
5337M: Andy Henroid <andrew.d.henroid@intel.com>
5338L: linux-pm@vger.kernel.org
5339S: Supported
5340F: drivers/idle/i7300_idle.c
5341
5342IEEE 802.15.4 SUBSYSTEM
5343M: Alexander Aring <alex.aring@gmail.com>
5344L: linux-wpan@vger.kernel.org
5345W: https://github.com/linux-wpan
5346T: git git://github.com/linux-wpan/linux-wpan-next.git
5347S: Maintained
5348F: net/ieee802154/
5349F: net/mac802154/
5350F: drivers/net/ieee802154/
5351F: include/linux/nl802154.h
5352F: include/linux/ieee802154.h
5353F: include/net/nl802154.h
5354F: include/net/mac802154.h
5355F: include/net/af_ieee802154.h
5356F: include/net/cfg802154.h
5357F: include/net/ieee802154_netdev.h
5358F: Documentation/networking/ieee802154.txt
5359
5360IGORPLUG-USB IR RECEIVER
5361M: Sean Young <sean@mess.org>
5362L: linux-media@vger.kernel.org
5363S: Maintained
5364F: drivers/media/rc/igorplugusb.c
5365
5366IGUANAWORKS USB IR TRANSCEIVER
5367M: Sean Young <sean@mess.org>
5368L: linux-media@vger.kernel.org
5369S: Maintained
5370F: drivers/media/rc/iguanair.c
5371
5372IIO SUBSYSTEM AND DRIVERS
5373M: Jonathan Cameron <jic23@kernel.org>
5374R: Hartmut Knaack <knaack.h@gmx.de>
5375R: Lars-Peter Clausen <lars@metafoo.de>
5376R: Peter Meerwald <pmeerw@pmeerw.net>
5377L: linux-iio@vger.kernel.org
5378S: Maintained
5379F: drivers/iio/
5380F: drivers/staging/iio/
5381F: include/linux/iio/
5382F: tools/iio/
5383
5384IKANOS/ADI EAGLE ADSL USB DRIVER
5385M: Matthieu Castet <castet.matthieu@free.fr>
5386M: Stanislaw Gruszka <stf_xl@wp.pl>
5387S: Maintained
5388F: drivers/usb/atm/ueagle-atm.c
5389
5390INA209 HARDWARE MONITOR DRIVER
5391M: Guenter Roeck <linux@roeck-us.net>
5392L: lm-sensors@lm-sensors.org
5393S: Maintained
5394F: Documentation/hwmon/ina209
5395F: Documentation/devicetree/bindings/i2c/ina209.txt
5396F: drivers/hwmon/ina209.c
5397
5398INA2XX HARDWARE MONITOR DRIVER
5399M: Guenter Roeck <linux@roeck-us.net>
5400L: lm-sensors@lm-sensors.org
5401S: Maintained
5402F: Documentation/hwmon/ina2xx
5403F: drivers/hwmon/ina2xx.c
5404F: include/linux/platform_data/ina2xx.h
5405
5406INDUSTRY PACK SUBSYSTEM (IPACK)
5407M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5408M: Jens Taprogge <jens.taprogge@taprogge.org>
5409M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5410L: industrypack-devel@lists.sourceforge.net
5411W: http://industrypack.sourceforge.net
5412S: Maintained
5413F: drivers/ipack/
5414
5415INGENIC JZ4780 DMA Driver
5416M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5417S: Maintained
5418F: drivers/dma/dma-jz4780.c
5419
5420INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5421M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5422M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5423L: linux-ima-devel@lists.sourceforge.net
5424L: linux-ima-user@lists.sourceforge.net
5425L: linux-security-module@vger.kernel.org
5426S: Supported
5427F: security/integrity/ima/
5428
5429IMGTEC IR DECODER DRIVER
5430M: James Hogan <james.hogan@imgtec.com>
5431S: Maintained
5432F: drivers/media/rc/img-ir/
5433
5434IMS TWINTURBO FRAMEBUFFER DRIVER
5435L: linux-fbdev@vger.kernel.org
5436S: Orphan
5437F: drivers/video/fbdev/imsttfb.c
5438
5439INFINIBAND SUBSYSTEM
5440M: Doug Ledford <dledford@redhat.com>
5441M: Sean Hefty <sean.hefty@intel.com>
5442M: Hal Rosenstock <hal.rosenstock@gmail.com>
5443L: linux-rdma@vger.kernel.org
5444W: http://www.openfabrics.org/
5445Q: http://patchwork.kernel.org/project/linux-rdma/list/
5446T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5447S: Supported
5448F: Documentation/infiniband/
5449F: drivers/infiniband/
5450F: drivers/staging/rdma/
5451F: include/uapi/linux/if_infiniband.h
5452F: include/uapi/rdma/
5453F: include/rdma/
5454
5455INOTIFY
5456M: John McCutchan <john@johnmccutchan.com>
5457M: Robert Love <rlove@rlove.org>
5458M: Eric Paris <eparis@parisplace.org>
5459S: Maintained
5460F: Documentation/filesystems/inotify.txt
5461F: fs/notify/inotify/
5462F: include/linux/inotify.h
5463F: include/uapi/linux/inotify.h
5464
5465INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5466M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
5467L: linux-input@vger.kernel.org
5468Q: http://patchwork.kernel.org/project/linux-input/list/
5469T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5470S: Maintained
5471F: drivers/input/
5472F: include/linux/input.h
5473F: include/uapi/linux/input.h
5474F: include/linux/input/
5475
5476INPUT MULTITOUCH (MT) PROTOCOL
5477M: Henrik Rydberg <rydberg@bitmath.org>
5478L: linux-input@vger.kernel.org
5479S: Odd fixes
5480F: Documentation/input/multi-touch-protocol.txt
5481F: drivers/input/input-mt.c
5482K: \b(ABS|SYN)_MT_
5483
5484INTEL ASoC BDW/HSW DRIVERS
5485M: Jie Yang <yang.jie@linux.intel.com>
5486L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5487S: Supported
5488F: sound/soc/intel/common/sst-dsp*
5489F: sound/soc/intel/common/sst-firmware.c
5490F: sound/soc/intel/boards/broadwell.c
5491F: sound/soc/intel/haswell/
5492
5493INTEL C600 SERIES SAS CONTROLLER DRIVER
5494M: Intel SCU Linux support <intel-linux-scu@intel.com>
5495M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5496L: linux-scsi@vger.kernel.org
5497T: git git://git.code.sf.net/p/intel-sas/isci
5498S: Supported
5499F: drivers/scsi/isci/
5500
5501INTEL HID EVENT DRIVER
5502M: Alex Hung <alex.hung@canonical.com>
5503L: platform-driver-x86@vger.kernel.org
5504S: Maintained
5505F: drivers/platform/x86/intel-hid.c
5506
5507INTEL IDLE DRIVER
5508M: Len Brown <lenb@kernel.org>
5509L: linux-pm@vger.kernel.org
5510T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5511S: Supported
5512F: drivers/idle/intel_idle.c
5513
5514INTEL PSTATE DRIVER
5515M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5516M: Len Brown <lenb@kernel.org>
5517L: linux-pm@vger.kernel.org
5518S: Supported
5519F: drivers/cpufreq/intel_pstate.c
5520
5521INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5522M: Maik Broemme <mbroemme@plusserver.de>
5523L: linux-fbdev@vger.kernel.org
5524S: Maintained
5525F: Documentation/fb/intelfb.txt
5526F: drivers/video/fbdev/intelfb/
5527
5528INTEL 810/815 FRAMEBUFFER DRIVER
5529M: Antonino Daplas <adaplas@gmail.com>
5530L: linux-fbdev@vger.kernel.org
5531S: Maintained
5532F: drivers/video/fbdev/i810/
5533
5534INTEL MENLOW THERMAL DRIVER
5535M: Sujith Thomas <sujith.thomas@intel.com>
5536L: platform-driver-x86@vger.kernel.org
5537W: https://01.org/linux-acpi
5538S: Supported
5539F: drivers/platform/x86/intel_menlow.c
5540
5541INTEL I/OAT DMA DRIVER
5542M: Dave Jiang <dave.jiang@intel.com>
5543R: Dan Williams <dan.j.williams@intel.com>
5544L: dmaengine@vger.kernel.org
5545Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5546S: Supported
5547F: drivers/dma/ioat*
5548
5549INTEL IOMMU (VT-d)
5550M: David Woodhouse <dwmw2@infradead.org>
5551L: iommu@lists.linux-foundation.org
5552T: git git://git.infradead.org/iommu-2.6.git
5553S: Supported
5554F: drivers/iommu/intel-iommu.c
5555F: include/linux/intel-iommu.h
5556
5557INTEL IOP-ADMA DMA DRIVER
5558R: Dan Williams <dan.j.williams@intel.com>
5559S: Odd fixes
5560F: drivers/dma/iop-adma.c
5561
5562INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5563M: Krzysztof Halasa <khalasa@piap.pl>
5564S: Maintained
5565F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5566F: arch/arm/mach-ixp4xx/include/mach/npe.h
5567F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5568F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5569F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5570F: drivers/net/wan/ixp4xx_hss.c
5571
5572INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5573M: Deepak Saxena <dsaxena@plexity.net>
5574S: Maintained
5575F: drivers/char/hw_random/ixp4xx-rng.c
5576
5577INTEL ETHERNET DRIVERS
5578M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5579R: Jesse Brandeburg <jesse.brandeburg@intel.com>
5580R: Shannon Nelson <shannon.nelson@intel.com>
5581R: Carolyn Wyborny <carolyn.wyborny@intel.com>
5582R: Don Skidmore <donald.c.skidmore@intel.com>
5583R: Matthew Vick <matthew.vick@intel.com>
5584R: John Ronciak <john.ronciak@intel.com>
5585R: Mitch Williams <mitch.a.williams@intel.com>
5586L: intel-wired-lan@lists.osuosl.org
5587W: http://www.intel.com/support/feedback.htm
5588W: http://e1000.sourceforge.net/
5589Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5590T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5591T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5592S: Supported
5593F: Documentation/networking/e100.txt
5594F: Documentation/networking/e1000.txt
5595F: Documentation/networking/e1000e.txt
5596F: Documentation/networking/igb.txt
5597F: Documentation/networking/igbvf.txt
5598F: Documentation/networking/ixgb.txt
5599F: Documentation/networking/ixgbe.txt
5600F: Documentation/networking/ixgbevf.txt
5601F: Documentation/networking/i40e.txt
5602F: Documentation/networking/i40evf.txt
5603F: drivers/net/ethernet/intel/
5604F: drivers/net/ethernet/intel/*/
5605
5606INTEL-MID GPIO DRIVER
5607M: David Cohen <david.a.cohen@linux.intel.com>
5608L: linux-gpio@vger.kernel.org
5609S: Maintained
5610F: drivers/gpio/gpio-intel-mid.c
5611
5612INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5613M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5614L: linux-wireless@vger.kernel.org
5615S: Maintained
5616F: Documentation/networking/README.ipw2100
5617F: Documentation/networking/README.ipw2200
5618F: drivers/net/wireless/ipw2x00/
5619
5620INTEL(R) TRACE HUB
5621M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5622S: Supported
5623F: Documentation/trace/intel_th.txt
5624F: drivers/hwtracing/intel_th/
5625
5626INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5627M: Richard L Maliszewski <richard.l.maliszewski@intel.com>
5628M: Gang Wei <gang.wei@intel.com>
5629M: Shane Wang <shane.wang@intel.com>
5630L: tboot-devel@lists.sourceforge.net
5631W: http://tboot.sourceforge.net
5632T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5633S: Supported
5634F: Documentation/intel_txt.txt
5635F: include/linux/tboot.h
5636F: arch/x86/kernel/tboot.c
5637
5638INTEL WIRELESS WIMAX CONNECTION 2400
5639M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5640M: linux-wimax@intel.com
5641L: wimax@linuxwimax.org (subscribers-only)
5642S: Supported
5643W: http://linuxwimax.org
5644F: Documentation/wimax/README.i2400m
5645F: drivers/net/wimax/i2400m/
5646F: include/uapi/linux/wimax/i2400m.h
5647
5648INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5649M: Stanislaw Gruszka <sgruszka@redhat.com>
5650L: linux-wireless@vger.kernel.org
5651S: Supported
5652F: drivers/net/wireless/iwlegacy/
5653
5654INTEL WIRELESS WIFI LINK (iwlwifi)
5655M: Johannes Berg <johannes.berg@intel.com>
5656M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5657M: Intel Linux Wireless <linuxwifi@intel.com>
5658L: linux-wireless@vger.kernel.org
5659W: http://intellinuxwireless.org
5660T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5661S: Supported
5662F: drivers/net/wireless/iwlwifi/
5663
5664INTEL MANAGEMENT ENGINE (mei)
5665M: Tomas Winkler <tomas.winkler@intel.com>
5666L: linux-kernel@vger.kernel.org
5667S: Supported
5668F: include/uapi/linux/mei.h
5669F: include/linux/mei_cl_bus.h
5670F: drivers/misc/mei/*
5671F: Documentation/misc-devices/mei/*
5672
5673INTEL MIC DRIVERS (mic)
5674M: Sudeep Dutt <sudeep.dutt@intel.com>
5675M: Ashutosh Dixit <ashutosh.dixit@intel.com>
5676S: Supported
5677W: https://github.com/sudeepdutt/mic
5678W: http://software.intel.com/en-us/mic-developer
5679F: include/linux/mic_bus.h
5680F: include/linux/scif.h
5681F: include/uapi/linux/mic_common.h
5682F: include/uapi/linux/mic_ioctl.h
5683F include/uapi/linux/scif_ioctl.h
5684F: drivers/misc/mic/
5685F: drivers/dma/mic_x100_dma.c
5686F: drivers/dma/mic_x100_dma.h
5687F Documentation/mic/
5688
5689INTEL PMC/P-Unit IPC DRIVER
5690M: Zha Qipeng<qipeng.zha@intel.com>
5691L: platform-driver-x86@vger.kernel.org
5692S: Maintained
5693F: drivers/platform/x86/intel_pmc_ipc.c
5694F: drivers/platform/x86/intel_punit_ipc.c
5695F: arch/x86/include/asm/intel_pmc_ipc.h
5696F: arch/x86/include/asm/intel_punit_ipc.h
5697
5698IOC3 ETHERNET DRIVER
5699M: Ralf Baechle <ralf@linux-mips.org>
5700L: linux-mips@linux-mips.org
5701S: Maintained
5702F: drivers/net/ethernet/sgi/ioc3-eth.c
5703
5704IOC3 SERIAL DRIVER
5705M: Pat Gefre <pfg@sgi.com>
5706L: linux-serial@vger.kernel.org
5707S: Maintained
5708F: drivers/tty/serial/ioc3_serial.c
5709
5710IOMMU DRIVERS
5711M: Joerg Roedel <joro@8bytes.org>
5712L: iommu@lists.linux-foundation.org
5713T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5714S: Maintained
5715F: drivers/iommu/
5716
5717IP MASQUERADING
5718M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5719S: Maintained
5720F: net/ipv4/netfilter/ipt_MASQUERADE.c
5721
5722IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5723M: Francois Romieu <romieu@fr.zoreil.com>
5724M: Sorbica Shieh <sorbica@icplus.com.tw>
5725L: netdev@vger.kernel.org
5726S: Maintained
5727F: drivers/net/ethernet/icplus/ipg.*
5728
5729IPATH DRIVER
5730M: Mike Marciniszyn <infinipath@intel.com>
5731L: linux-rdma@vger.kernel.org
5732S: Maintained
5733F: drivers/staging/rdma/ipath/
5734
5735IPMI SUBSYSTEM
5736M: Corey Minyard <minyard@acm.org>
5737L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5738W: http://openipmi.sourceforge.net/
5739S: Supported
5740F: Documentation/IPMI.txt
5741F: drivers/char/ipmi/
5742F: include/linux/ipmi*
5743F: include/uapi/linux/ipmi*
5744
5745QCOM AUDIO (ASoC) DRIVERS
5746M: Patrick Lai <plai@codeaurora.org>
5747M: Banajit Goswami <bgoswami@codeaurora.org>
5748L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5749S: Supported
5750F: sound/soc/qcom/
5751
5752IPS SCSI RAID DRIVER
5753M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5754L: linux-scsi@vger.kernel.org
5755W: http://www.adaptec.com/
5756S: Maintained
5757F: drivers/scsi/ips*
5758
5759IPVS
5760M: Wensong Zhang <wensong@linux-vs.org>
5761M: Simon Horman <horms@verge.net.au>
5762M: Julian Anastasov <ja@ssi.bg>
5763L: netdev@vger.kernel.org
5764L: lvs-devel@vger.kernel.org
5765S: Maintained
5766F: Documentation/networking/ipvs-sysctl.txt
5767F: include/net/ip_vs.h
5768F: include/uapi/linux/ip_vs.h
5769F: net/netfilter/ipvs/
5770
5771IPWIRELESS DRIVER
5772M: Jiri Kosina <jikos@kernel.org>
5773M: David Sterba <dsterba@suse.com>
5774S: Odd Fixes
5775F: drivers/tty/ipwireless/
5776
5777IPX NETWORK LAYER
5778M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5779L: netdev@vger.kernel.org
5780S: Maintained
5781F: include/net/ipx.h
5782F: include/uapi/linux/ipx.h
5783F: net/ipx/
5784
5785IRDA SUBSYSTEM
5786M: Samuel Ortiz <samuel@sortiz.org>
5787L: irda-users@lists.sourceforge.net (subscribers-only)
5788L: netdev@vger.kernel.org
5789W: http://irda.sourceforge.net/
5790S: Maintained
5791T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5792F: Documentation/networking/irda.txt
5793F: drivers/net/irda/
5794F: include/net/irda/
5795F: net/irda/
5796
5797IRQ SUBSYSTEM
5798M: Thomas Gleixner <tglx@linutronix.de>
5799L: linux-kernel@vger.kernel.org
5800S: Maintained
5801T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5802F: kernel/irq/
5803
5804IRQCHIP DRIVERS
5805M: Thomas Gleixner <tglx@linutronix.de>
5806M: Jason Cooper <jason@lakedaemon.net>
5807M: Marc Zyngier <marc.zyngier@arm.com>
5808L: linux-kernel@vger.kernel.org
5809S: Maintained
5810T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5811T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5812F: Documentation/devicetree/bindings/interrupt-controller/
5813F: drivers/irqchip/
5814
5815IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5816M: Jiang Liu <jiang.liu@linux.intel.com>
5817M: Marc Zyngier <marc.zyngier@arm.com>
5818S: Maintained
5819T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5820F: Documentation/IRQ-domain.txt
5821F: include/linux/irqdomain.h
5822F: kernel/irq/irqdomain.c
5823F: kernel/irq/msi.c
5824
5825ISAPNP
5826M: Jaroslav Kysela <perex@perex.cz>
5827S: Maintained
5828F: Documentation/isapnp.txt
5829F: drivers/pnp/isapnp/
5830F: include/linux/isapnp.h
5831
5832ISA RADIO MODULE
5833M: Hans Verkuil <hverkuil@xs4all.nl>
5834L: linux-media@vger.kernel.org
5835T: git git://linuxtv.org/media_tree.git
5836W: http://linuxtv.org
5837S: Maintained
5838F: drivers/media/radio/radio-isa*
5839
5840iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5841M: Peter Jones <pjones@redhat.com>
5842M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5843S: Maintained
5844F: drivers/firmware/iscsi_ibft*
5845
5846ISCSI
5847M: Mike Christie <michaelc@cs.wisc.edu>
5848L: open-iscsi@googlegroups.com
5849W: www.open-iscsi.org
5850T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5851S: Maintained
5852F: drivers/scsi/*iscsi*
5853F: include/scsi/*iscsi*
5854
5855ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5856M: Or Gerlitz <ogerlitz@mellanox.com>
5857M: Sagi Grimberg <sagig@mellanox.com>
5858M: Roi Dayan <roid@mellanox.com>
5859L: linux-rdma@vger.kernel.org
5860S: Supported
5861W: http://www.openfabrics.org
5862W: www.open-iscsi.org
5863Q: http://patchwork.kernel.org/project/linux-rdma/list/
5864F: drivers/infiniband/ulp/iser/
5865
5866ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5867M: Sagi Grimberg <sagig@mellanox.com>
5868T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5869L: linux-rdma@vger.kernel.org
5870L: target-devel@vger.kernel.org
5871S: Supported
5872W: http://www.linux-iscsi.org
5873F: drivers/infiniband/ulp/isert
5874
5875ISDN SUBSYSTEM
5876M: Karsten Keil <isdn@linux-pingi.de>
5877L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5878L: netdev@vger.kernel.org
5879W: http://www.isdn4linux.de
5880T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5881S: Maintained
5882F: Documentation/isdn/
5883F: drivers/isdn/
5884F: include/linux/isdn.h
5885F: include/linux/isdn/
5886F: include/uapi/linux/isdn.h
5887F: include/uapi/linux/isdn/
5888
5889ISDN SUBSYSTEM (Eicon active card driver)
5890M: Armin Schindler <mac@melware.de>
5891L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5892W: http://www.melware.de
5893S: Maintained
5894F: drivers/isdn/hardware/eicon/
5895
5896IT87 HARDWARE MONITORING DRIVER
5897M: Jean Delvare <jdelvare@suse.com>
5898L: lm-sensors@lm-sensors.org
5899S: Maintained
5900F: Documentation/hwmon/it87
5901F: drivers/hwmon/it87.c
5902
5903IT913X MEDIA DRIVER
5904M: Antti Palosaari <crope@iki.fi>
5905L: linux-media@vger.kernel.org
5906W: http://linuxtv.org/
5907W: http://palosaari.fi/linux/
5908Q: http://patchwork.linuxtv.org/project/linux-media/list/
5909T: git git://linuxtv.org/anttip/media_tree.git
5910S: Maintained
5911F: drivers/media/tuners/it913x*
5912
5913IVTV VIDEO4LINUX DRIVER
5914M: Andy Walls <awalls@md.metrocast.net>
5915L: ivtv-devel@ivtvdriver.org (subscribers-only)
5916L: linux-media@vger.kernel.org
5917T: git git://linuxtv.org/media_tree.git
5918W: http://www.ivtvdriver.org
5919S: Maintained
5920F: Documentation/video4linux/*.ivtv
5921F: drivers/media/pci/ivtv/
5922F: include/uapi/linux/ivtv*
5923
5924IX2505V MEDIA DRIVER
5925M: Malcolm Priestley <tvboxspy@gmail.com>
5926L: linux-media@vger.kernel.org
5927W: http://linuxtv.org/
5928Q: http://patchwork.linuxtv.org/project/linux-media/list/
5929S: Maintained
5930F: drivers/media/dvb-frontends/ix2505v*
5931
5932JC42.4 TEMPERATURE SENSOR DRIVER
5933M: Guenter Roeck <linux@roeck-us.net>
5934L: lm-sensors@lm-sensors.org
5935S: Maintained
5936F: drivers/hwmon/jc42.c
5937F: Documentation/hwmon/jc42
5938
5939JFS FILESYSTEM
5940M: Dave Kleikamp <shaggy@kernel.org>
5941L: jfs-discussion@lists.sourceforge.net
5942W: http://jfs.sourceforge.net/
5943T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5944S: Maintained
5945F: Documentation/filesystems/jfs.txt
5946F: fs/jfs/
5947
5948JME NETWORK DRIVER
5949M: Guo-Fu Tseng <cooldavid@cooldavid.org>
5950L: netdev@vger.kernel.org
5951S: Maintained
5952F: drivers/net/ethernet/jme.*
5953
5954JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5955M: David Woodhouse <dwmw2@infradead.org>
5956L: linux-mtd@lists.infradead.org
5957W: http://www.linux-mtd.infradead.org/doc/jffs2.html
5958S: Maintained
5959F: fs/jffs2/
5960F: include/uapi/linux/jffs2.h
5961
5962JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5963M: "Theodore Ts'o" <tytso@mit.edu>
5964M: Jan Kara <jack@suse.com>
5965L: linux-ext4@vger.kernel.org
5966S: Maintained
5967F: fs/jbd2/
5968F: include/linux/jbd2.h
5969
5970JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5971M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5972L: linux-media@vger.kernel.org
5973S: Maintained
5974F: drivers/media/platform/rcar_jpu.c
5975
5976JSM Neo PCI based serial card
5977M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5978L: linux-serial@vger.kernel.org
5979S: Maintained
5980F: drivers/tty/serial/jsm/
5981
5982K10TEMP HARDWARE MONITORING DRIVER
5983M: Clemens Ladisch <clemens@ladisch.de>
5984L: lm-sensors@lm-sensors.org
5985S: Maintained
5986F: Documentation/hwmon/k10temp
5987F: drivers/hwmon/k10temp.c
5988
5989K8TEMP HARDWARE MONITORING DRIVER
5990M: Rudolf Marek <r.marek@assembler.cz>
5991L: lm-sensors@lm-sensors.org
5992S: Maintained
5993F: Documentation/hwmon/k8temp
5994F: drivers/hwmon/k8temp.c
5995
5996KCONFIG
5997M: "Yann E. MORIN" <yann.morin.1998@free.fr>
5998L: linux-kbuild@vger.kernel.org
5999T: git git://gitorious.org/linux-kconfig/linux-kconfig
6000S: Maintained
6001F: Documentation/kbuild/kconfig-language.txt
6002F: scripts/kconfig/
6003
6004KDUMP
6005M: Vivek Goyal <vgoyal@redhat.com>
6006M: Haren Myneni <hbabu@us.ibm.com>
6007L: kexec@lists.infradead.org
6008W: http://lse.sourceforge.net/kdump/
6009S: Maintained
6010F: Documentation/kdump/
6011
6012KEENE FM RADIO TRANSMITTER DRIVER
6013M: Hans Verkuil <hverkuil@xs4all.nl>
6014L: linux-media@vger.kernel.org
6015T: git git://linuxtv.org/media_tree.git
6016W: http://linuxtv.org
6017S: Maintained
6018F: drivers/media/radio/radio-keene*
6019
6020KERNEL AUTOMOUNTER v4 (AUTOFS4)
6021M: Ian Kent <raven@themaw.net>
6022L: autofs@vger.kernel.org
6023S: Maintained
6024F: fs/autofs4/
6025
6026KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6027M: Michal Marek <mmarek@suse.com>
6028T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6029T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6030L: linux-kbuild@vger.kernel.org
6031S: Maintained
6032F: Documentation/kbuild/
6033F: Makefile
6034F: scripts/Makefile.*
6035F: scripts/basic/
6036F: scripts/mk*
6037F: scripts/package/
6038
6039KERNEL JANITORS
6040L: kernel-janitors@vger.kernel.org
6041W: http://kernelnewbies.org/KernelJanitors
6042S: Odd Fixes
6043
6044KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6045M: "J. Bruce Fields" <bfields@fieldses.org>
6046M: Jeff Layton <jlayton@poochiereds.net>
6047L: linux-nfs@vger.kernel.org
6048W: http://nfs.sourceforge.net/
6049S: Supported
6050F: fs/nfsd/
6051F: include/uapi/linux/nfsd/
6052F: fs/lockd/
6053F: fs/nfs_common/
6054F: net/sunrpc/
6055F: include/linux/lockd/
6056F: include/linux/sunrpc/
6057F: include/uapi/linux/sunrpc/
6058
6059KERNEL SELFTEST FRAMEWORK
6060M: Shuah Khan <shuahkh@osg.samsung.com>
6061L: linux-api@vger.kernel.org
6062T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6063S: Maintained
6064F: tools/testing/selftests
6065
6066KERNEL VIRTUAL MACHINE (KVM)
6067M: Gleb Natapov <gleb@kernel.org>
6068M: Paolo Bonzini <pbonzini@redhat.com>
6069L: kvm@vger.kernel.org
6070W: http://www.linux-kvm.org
6071T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6072S: Supported
6073F: Documentation/*/kvm*.txt
6074F: Documentation/virtual/kvm/
6075F: arch/*/kvm/
6076F: arch/x86/kernel/kvm.c
6077F: arch/x86/kernel/kvmclock.c
6078F: arch/*/include/asm/kvm*
6079F: include/linux/kvm*
6080F: include/uapi/linux/kvm*
6081F: virt/kvm/
6082
6083KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6084M: Joerg Roedel <joro@8bytes.org>
6085L: kvm@vger.kernel.org
6086W: http://www.linux-kvm.org/
6087S: Maintained
6088F: arch/x86/include/asm/svm.h
6089F: arch/x86/kvm/svm.c
6090
6091KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6092M: Alexander Graf <agraf@suse.com>
6093L: kvm-ppc@vger.kernel.org
6094W: http://www.linux-kvm.org/
6095T: git git://github.com/agraf/linux-2.6.git
6096S: Supported
6097F: arch/powerpc/include/asm/kvm*
6098F: arch/powerpc/kvm/
6099
6100KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6101M: Christian Borntraeger <borntraeger@de.ibm.com>
6102M: Cornelia Huck <cornelia.huck@de.ibm.com>
6103L: linux-s390@vger.kernel.org
6104W: http://www.ibm.com/developerworks/linux/linux390/
6105S: Supported
6106F: Documentation/s390/kvm.txt
6107F: arch/s390/include/asm/kvm*
6108F: arch/s390/kvm/
6109
6110KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6111M: Christoffer Dall <christoffer.dall@linaro.org>
6112M: Marc Zyngier <marc.zyngier@arm.com>
6113L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6114L: kvmarm@lists.cs.columbia.edu
6115W: http://systems.cs.columbia.edu/projects/kvm-arm
6116S: Supported
6117F: arch/arm/include/uapi/asm/kvm*
6118F: arch/arm/include/asm/kvm*
6119F: arch/arm/kvm/
6120F: virt/kvm/arm/
6121F: include/kvm/arm_*
6122
6123KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6124M: Christoffer Dall <christoffer.dall@linaro.org>
6125M: Marc Zyngier <marc.zyngier@arm.com>
6126L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6127L: kvmarm@lists.cs.columbia.edu
6128S: Maintained
6129F: arch/arm64/include/uapi/asm/kvm*
6130F: arch/arm64/include/asm/kvm*
6131F: arch/arm64/kvm/
6132
6133KEXEC
6134M: Eric Biederman <ebiederm@xmission.com>
6135W: http://kernel.org/pub/linux/utils/kernel/kexec/
6136L: kexec@lists.infradead.org
6137S: Maintained
6138F: include/linux/kexec.h
6139F: include/uapi/linux/kexec.h
6140F: kernel/kexec.c
6141
6142KEYS/KEYRINGS:
6143M: David Howells <dhowells@redhat.com>
6144L: keyrings@vger.kernel.org
6145S: Maintained
6146F: Documentation/security/keys.txt
6147F: include/linux/key.h
6148F: include/linux/key-type.h
6149F: include/keys/
6150F: security/keys/
6151
6152KEYS-TRUSTED
6153M: David Safford <safford@us.ibm.com>
6154M: Mimi Zohar <zohar@linux.vnet.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/trusted-type.h
6160F: security/keys/trusted.c
6161F: security/keys/trusted.h
6162
6163KEYS-ENCRYPTED
6164M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6165M: David Safford <safford@us.ibm.com>
6166L: linux-security-module@vger.kernel.org
6167L: keyrings@vger.kernel.org
6168S: Supported
6169F: Documentation/security/keys-trusted-encrypted.txt
6170F: include/keys/encrypted-type.h
6171F: security/keys/encrypted-keys/
6172
6173KGDB / KDB /debug_core
6174M: Jason Wessel <jason.wessel@windriver.com>
6175W: http://kgdb.wiki.kernel.org/
6176L: kgdb-bugreport@lists.sourceforge.net
6177S: Maintained
6178F: Documentation/DocBook/kgdb.tmpl
6179F: drivers/misc/kgdbts.c
6180F: drivers/tty/serial/kgdboc.c
6181F: include/linux/kdb.h
6182F: include/linux/kgdb.h
6183F: kernel/debug/
6184
6185KMEMCHECK
6186M: Vegard Nossum <vegardno@ifi.uio.no>
6187M: Pekka Enberg <penberg@kernel.org>
6188S: Maintained
6189F: Documentation/kmemcheck.txt
6190F: arch/x86/include/asm/kmemcheck.h
6191F: arch/x86/mm/kmemcheck/
6192F: include/linux/kmemcheck.h
6193F: mm/kmemcheck.c
6194
6195KMEMLEAK
6196M: Catalin Marinas <catalin.marinas@arm.com>
6197S: Maintained
6198F: Documentation/kmemleak.txt
6199F: include/linux/kmemleak.h
6200F: mm/kmemleak.c
6201F: mm/kmemleak-test.c
6202
6203KPROBES
6204M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6205M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6206M: "David S. Miller" <davem@davemloft.net>
6207M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6208S: Maintained
6209F: Documentation/kprobes.txt
6210F: include/linux/kprobes.h
6211F: kernel/kprobes.c
6212
6213KS0108 LCD CONTROLLER DRIVER
6214M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6215W: http://miguelojeda.es/auxdisplay.htm
6216W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6217S: Maintained
6218F: Documentation/auxdisplay/ks0108
6219F: drivers/auxdisplay/ks0108.c
6220F: include/linux/ks0108.h
6221
6222L3MDEV
6223M: David Ahern <dsa@cumulusnetworks.com>
6224L: netdev@vger.kernel.org
6225S: Maintained
6226F: net/l3mdev
6227F: include/net/l3mdev.h
6228
6229LAPB module
6230L: linux-x25@vger.kernel.org
6231S: Orphan
6232F: Documentation/networking/lapb-module.txt
6233F: include/*/lapb.h
6234F: net/lapb/
6235
6236LASI 53c700 driver for PARISC
6237M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6238L: linux-scsi@vger.kernel.org
6239S: Maintained
6240F: Documentation/scsi/53c700.txt
6241F: drivers/scsi/53c700*
6242
6243LED SUBSYSTEM
6244M: Richard Purdie <rpurdie@rpsys.net>
6245M: Jacek Anaszewski <j.anaszewski@samsung.com>
6246L: linux-leds@vger.kernel.org
6247T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6248S: Maintained
6249F: drivers/leds/
6250F: include/linux/leds.h
6251
6252LEGACY EEPROM DRIVER
6253M: Jean Delvare <jdelvare@suse.com>
6254S: Maintained
6255F: Documentation/misc-devices/eeprom
6256F: drivers/misc/eeprom/eeprom.c
6257
6258LEGO USB Tower driver
6259M: Juergen Stuber <starblue@users.sourceforge.net>
6260L: legousb-devel@lists.sourceforge.net
6261W: http://legousb.sourceforge.net/
6262S: Maintained
6263F: drivers/usb/misc/legousbtower.c
6264
6265LG2160 MEDIA DRIVER
6266M: Michael Krufky <mkrufky@linuxtv.org>
6267L: linux-media@vger.kernel.org
6268W: http://linuxtv.org/
6269W: http://github.com/mkrufky
6270Q: http://patchwork.linuxtv.org/project/linux-media/list/
6271T: git git://linuxtv.org/mkrufky/tuners.git
6272S: Maintained
6273F: drivers/media/dvb-frontends/lg2160.*
6274
6275LGDT3305 MEDIA DRIVER
6276M: Michael Krufky <mkrufky@linuxtv.org>
6277L: linux-media@vger.kernel.org
6278W: http://linuxtv.org/
6279W: http://github.com/mkrufky
6280Q: http://patchwork.linuxtv.org/project/linux-media/list/
6281T: git git://linuxtv.org/mkrufky/tuners.git
6282S: Maintained
6283F: drivers/media/dvb-frontends/lgdt3305.*
6284
6285LGUEST
6286M: Rusty Russell <rusty@rustcorp.com.au>
6287L: lguest@lists.ozlabs.org
6288W: http://lguest.ozlabs.org/
6289S: Odd Fixes
6290F: arch/x86/include/asm/lguest*.h
6291F: arch/x86/lguest/
6292F: drivers/lguest/
6293F: include/linux/lguest*.h
6294F: tools/lguest/
6295
6296LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6297M: Tejun Heo <tj@kernel.org>
6298L: linux-ide@vger.kernel.org
6299T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6300S: Maintained
6301F: drivers/ata/
6302F: include/linux/ata.h
6303F: include/linux/libata.h
6304
6305LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6306M: Viresh Kumar <vireshk@kernel.org>
6307L: linux-ide@vger.kernel.org
6308T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6309S: Maintained
6310F: include/linux/pata_arasan_cf_data.h
6311F: drivers/ata/pata_arasan_cf.c
6312
6313LIBATA PATA DRIVERS
6314M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6315M: Tejun Heo <tj@kernel.org>
6316L: linux-ide@vger.kernel.org
6317T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6318S: Maintained
6319F: drivers/ata/pata_*.c
6320F: drivers/ata/ata_generic.c
6321
6322LIBATA SATA AHCI PLATFORM devices support
6323M: Hans de Goede <hdegoede@redhat.com>
6324M: Tejun Heo <tj@kernel.org>
6325L: linux-ide@vger.kernel.org
6326T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6327S: Maintained
6328F: drivers/ata/ahci_platform.c
6329F: drivers/ata/libahci_platform.c
6330F: include/linux/ahci_platform.h
6331
6332LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6333M: Mikael Pettersson <mikpelinux@gmail.com>
6334L: linux-ide@vger.kernel.org
6335T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6336S: Maintained
6337F: drivers/ata/sata_promise.*
6338
6339LIBLOCKDEP
6340M: Sasha Levin <sasha.levin@oracle.com>
6341S: Maintained
6342F: tools/lib/lockdep/
6343
6344LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6345M: Dan Williams <dan.j.williams@intel.com>
6346L: linux-nvdimm@lists.01.org
6347Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6348S: Supported
6349F: drivers/nvdimm/*
6350F: include/linux/nd.h
6351F: include/linux/libnvdimm.h
6352F: include/uapi/linux/ndctl.h
6353
6354LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6355M: Ross Zwisler <ross.zwisler@linux.intel.com>
6356L: linux-nvdimm@lists.01.org
6357Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6358S: Supported
6359F: drivers/nvdimm/blk.c
6360F: drivers/nvdimm/region_devs.c
6361F: drivers/acpi/nfit*
6362
6363LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6364M: Vishal Verma <vishal.l.verma@intel.com>
6365L: linux-nvdimm@lists.01.org
6366Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6367S: Supported
6368F: drivers/nvdimm/btt*
6369
6370LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6371M: Ross Zwisler <ross.zwisler@linux.intel.com>
6372L: linux-nvdimm@lists.01.org
6373Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6374S: Supported
6375F: drivers/nvdimm/pmem.c
6376F: include/linux/pmem.h
6377F: arch/*/include/asm/pmem.h
6378
6379LIGHTNVM PLATFORM SUPPORT
6380M: Matias Bjorling <mb@lightnvm.io>
6381W: http://github/OpenChannelSSD
6382S: Maintained
6383F: drivers/lightnvm/
6384F: include/linux/lightnvm.h
6385F: include/uapi/linux/lightnvm.h
6386
6387LINUX FOR IBM pSERIES (RS/6000)
6388M: Paul Mackerras <paulus@au.ibm.com>
6389W: http://www.ibm.com/linux/ltc/projects/ppc
6390S: Supported
6391F: arch/powerpc/boot/rs6000.h
6392
6393LINUX FOR POWERPC (32-BIT AND 64-BIT)
6394M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6395M: Paul Mackerras <paulus@samba.org>
6396M: Michael Ellerman <mpe@ellerman.id.au>
6397W: http://www.penguinppc.org/
6398L: linuxppc-dev@lists.ozlabs.org
6399Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6400T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6401S: Supported
6402F: Documentation/powerpc/
6403F: arch/powerpc/
6404
6405LINUX FOR POWER MACINTOSH
6406M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6407W: http://www.penguinppc.org/
6408L: linuxppc-dev@lists.ozlabs.org
6409S: Maintained
6410F: arch/powerpc/platforms/powermac/
6411F: drivers/macintosh/
6412
6413LINUX FOR POWERPC EMBEDDED MPC5XXX
6414M: Anatolij Gustschin <agust@denx.de>
6415L: linuxppc-dev@lists.ozlabs.org
6416T: git git://git.denx.de/linux-denx-agust.git
6417S: Maintained
6418F: arch/powerpc/platforms/512x/
6419F: arch/powerpc/platforms/52xx/
6420
6421LINUX FOR POWERPC EMBEDDED PPC4XX
6422M: Alistair Popple <alistair@popple.id.au>
6423M: Matt Porter <mporter@kernel.crashing.org>
6424W: http://www.penguinppc.org/
6425L: linuxppc-dev@lists.ozlabs.org
6426S: Maintained
6427F: arch/powerpc/platforms/40x/
6428F: arch/powerpc/platforms/44x/
6429
6430LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6431L: linuxppc-dev@lists.ozlabs.org
6432S: Orphan
6433F: arch/powerpc/*/*virtex*
6434F: arch/powerpc/*/*/*virtex*
6435
6436LINUX FOR POWERPC EMBEDDED PPC8XX
6437M: Vitaly Bordug <vitb@kernel.crashing.org>
6438W: http://www.penguinppc.org/
6439L: linuxppc-dev@lists.ozlabs.org
6440S: Maintained
6441F: arch/powerpc/platforms/8xx/
6442
6443LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6444M: Scott Wood <scottwood@freescale.com>
6445M: Kumar Gala <galak@kernel.crashing.org>
6446W: http://www.penguinppc.org/
6447L: linuxppc-dev@lists.ozlabs.org
6448T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6449S: Maintained
6450F: arch/powerpc/platforms/83xx/
6451F: arch/powerpc/platforms/85xx/
6452
6453LINUX FOR POWERPC PA SEMI PWRFICIENT
6454M: Olof Johansson <olof@lixom.net>
6455L: linuxppc-dev@lists.ozlabs.org
6456S: Maintained
6457F: arch/powerpc/platforms/pasemi/
6458F: drivers/*/*pasemi*
6459F: drivers/*/*/*pasemi*
6460
6461LINUX SECURITY MODULE (LSM) FRAMEWORK
6462M: Chris Wright <chrisw@sous-sol.org>
6463L: linux-security-module@vger.kernel.org
6464S: Supported
6465
6466LIS3LV02D ACCELEROMETER DRIVER
6467M: Eric Piel <eric.piel@tremplin-utc.net>
6468S: Maintained
6469F: Documentation/misc-devices/lis3lv02d
6470F: drivers/misc/lis3lv02d/
6471F: drivers/platform/x86/hp_accel.c
6472
6473LIVE PATCHING
6474M: Josh Poimboeuf <jpoimboe@redhat.com>
6475M: Seth Jennings <sjenning@redhat.com>
6476M: Jiri Kosina <jikos@kernel.org>
6477M: Vojtech Pavlik <vojtech@suse.com>
6478S: Maintained
6479F: kernel/livepatch/
6480F: include/linux/livepatch.h
6481F: arch/x86/include/asm/livepatch.h
6482F: arch/x86/kernel/livepatch.c
6483F: Documentation/ABI/testing/sysfs-kernel-livepatch
6484F: samples/livepatch/
6485L: live-patching@vger.kernel.org
6486T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6487
6488LLC (802.2)
6489M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6490S: Maintained
6491F: include/linux/llc.h
6492F: include/uapi/linux/llc.h
6493F: include/net/llc*
6494F: net/llc/
6495
6496LM73 HARDWARE MONITOR DRIVER
6497M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6498L: lm-sensors@lm-sensors.org
6499S: Maintained
6500F: drivers/hwmon/lm73.c
6501
6502LM78 HARDWARE MONITOR DRIVER
6503M: Jean Delvare <jdelvare@suse.com>
6504L: lm-sensors@lm-sensors.org
6505S: Maintained
6506F: Documentation/hwmon/lm78
6507F: drivers/hwmon/lm78.c
6508
6509LM83 HARDWARE MONITOR DRIVER
6510M: Jean Delvare <jdelvare@suse.com>
6511L: lm-sensors@lm-sensors.org
6512S: Maintained
6513F: Documentation/hwmon/lm83
6514F: drivers/hwmon/lm83.c
6515
6516LM90 HARDWARE MONITOR DRIVER
6517M: Jean Delvare <jdelvare@suse.com>
6518L: lm-sensors@lm-sensors.org
6519S: Maintained
6520F: Documentation/hwmon/lm90
6521F: Documentation/devicetree/bindings/hwmon/lm90.txt
6522F: drivers/hwmon/lm90.c
6523
6524LM95234 HARDWARE MONITOR DRIVER
6525M: Guenter Roeck <linux@roeck-us.net>
6526L: lm-sensors@lm-sensors.org
6527S: Maintained
6528F: Documentation/hwmon/lm95234
6529F: drivers/hwmon/lm95234.c
6530
6531LME2510 MEDIA DRIVER
6532M: Malcolm Priestley <tvboxspy@gmail.com>
6533L: linux-media@vger.kernel.org
6534W: http://linuxtv.org/
6535Q: http://patchwork.linuxtv.org/project/linux-media/list/
6536S: Maintained
6537F: drivers/media/usb/dvb-usb-v2/lmedm04*
6538
6539LOCKDEP AND LOCKSTAT
6540M: Peter Zijlstra <peterz@infradead.org>
6541M: Ingo Molnar <mingo@redhat.com>
6542L: linux-kernel@vger.kernel.org
6543T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6544S: Maintained
6545F: Documentation/locking/lockdep*.txt
6546F: Documentation/locking/lockstat.txt
6547F: include/linux/lockdep.h
6548F: kernel/locking/
6549
6550LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6551M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
6552L: linux-ntfs-dev@lists.sourceforge.net
6553W: http://www.linux-ntfs.org/content/view/19/37/
6554S: Maintained
6555F: Documentation/ldm.txt
6556F: block/partitions/ldm.*
6557
6558LogFS
6559M: Joern Engel <joern@logfs.org>
6560M: Prasad Joshi <prasadjoshi.linux@gmail.com>
6561L: logfs@logfs.org
6562W: logfs.org
6563S: Maintained
6564F: fs/logfs/
6565
6566LPC32XX MACHINE SUPPORT
6567M: Roland Stigge <stigge@antcom.de>
6568L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6569S: Maintained
6570F: arch/arm/mach-lpc32xx/
6571
6572LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6573M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6574M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6575M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6576M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6577L: MPT-FusionLinux.pdl@avagotech.com
6578L: linux-scsi@vger.kernel.org
6579W: http://www.lsilogic.com/support
6580S: Supported
6581F: drivers/message/fusion/
6582F: drivers/scsi/mpt2sas/
6583F: drivers/scsi/mpt3sas/
6584
6585LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6586M: Matthew Wilcox <matthew@wil.cx>
6587L: linux-scsi@vger.kernel.org
6588S: Maintained
6589F: drivers/scsi/sym53c8xx_2/
6590
6591LTC4261 HARDWARE MONITOR DRIVER
6592M: Guenter Roeck <linux@roeck-us.net>
6593L: lm-sensors@lm-sensors.org
6594S: Maintained
6595F: Documentation/hwmon/ltc4261
6596F: drivers/hwmon/ltc4261.c
6597
6598LTP (Linux Test Project)
6599M: Mike Frysinger <vapier@gentoo.org>
6600M: Cyril Hrubis <chrubis@suse.cz>
6601M: Wanlong Gao <wanlong.gao@gmail.com>
6602M: Jan Stancek <jstancek@redhat.com>
6603M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6604M: Alexey Kodanev <alexey.kodanev@oracle.com>
6605L: ltp@lists.linux.it (subscribers-only)
6606W: http://linux-test-project.github.io/
6607T: git git://github.com/linux-test-project/ltp.git
6608S: Maintained
6609
6610M32R ARCHITECTURE
6611W: http://www.linux-m32r.org/
6612S: Orphan
6613F: arch/m32r/
6614
6615M68K ARCHITECTURE
6616M: Geert Uytterhoeven <geert@linux-m68k.org>
6617L: linux-m68k@lists.linux-m68k.org
6618W: http://www.linux-m68k.org/
6619T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6620S: Maintained
6621F: arch/m68k/
6622F: drivers/zorro/
6623
6624M68K ON APPLE MACINTOSH
6625M: Joshua Thompson <funaho@jurai.org>
6626W: http://www.mac.linux-m68k.org/
6627L: linux-m68k@lists.linux-m68k.org
6628S: Maintained
6629F: arch/m68k/mac/
6630
6631M68K ON HP9000/300
6632M: Philip Blundell <philb@gnu.org>
6633W: http://www.tazenda.demon.co.uk/phil/linux-hp
6634S: Maintained
6635F: arch/m68k/hp300/
6636
6637M88DS3103 MEDIA DRIVER
6638M: Antti Palosaari <crope@iki.fi>
6639L: linux-media@vger.kernel.org
6640W: http://linuxtv.org/
6641W: http://palosaari.fi/linux/
6642Q: http://patchwork.linuxtv.org/project/linux-media/list/
6643T: git git://linuxtv.org/anttip/media_tree.git
6644S: Maintained
6645F: drivers/media/dvb-frontends/m88ds3103*
6646
6647M88RS2000 MEDIA DRIVER
6648M: Malcolm Priestley <tvboxspy@gmail.com>
6649L: linux-media@vger.kernel.org
6650W: http://linuxtv.org/
6651Q: http://patchwork.linuxtv.org/project/linux-media/list/
6652S: Maintained
6653F: drivers/media/dvb-frontends/m88rs2000*
6654
6655MA901 MASTERKIT USB FM RADIO DRIVER
6656M: Alexey Klimov <klimov.linux@gmail.com>
6657L: linux-media@vger.kernel.org
6658T: git git://linuxtv.org/media_tree.git
6659S: Maintained
6660F: drivers/media/radio/radio-ma901.c
6661
6662MAC80211
6663M: Johannes Berg <johannes@sipsolutions.net>
6664L: linux-wireless@vger.kernel.org
6665W: http://wireless.kernel.org/
6666T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6667T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6668S: Maintained
6669F: Documentation/networking/mac80211-injection.txt
6670F: include/net/mac80211.h
6671F: net/mac80211/
6672
6673MACVLAN DRIVER
6674M: Patrick McHardy <kaber@trash.net>
6675L: netdev@vger.kernel.org
6676S: Maintained
6677F: drivers/net/macvlan.c
6678F: include/linux/if_macvlan.h
6679
6680MAILBOX API
6681M: Jassi Brar <jassisinghbrar@gmail.com>
6682L: linux-kernel@vger.kernel.org
6683S: Maintained
6684F: drivers/mailbox/
6685F: include/linux/mailbox_client.h
6686F: include/linux/mailbox_controller.h
6687
6688MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6689M: Michael Kerrisk <mtk.manpages@gmail.com>
6690W: http://www.kernel.org/doc/man-pages
6691L: linux-man@vger.kernel.org
6692S: Maintained
6693
6694MARVELL ARMADA DRM SUPPORT
6695M: Russell King <rmk+kernel@arm.linux.org.uk>
6696S: Maintained
6697F: drivers/gpu/drm/armada/
6698
6699MARVELL 88E6352 DSA support
6700M: Guenter Roeck <linux@roeck-us.net>
6701S: Maintained
6702F: drivers/net/dsa/mv88e6352.c
6703
6704MARVELL CRYPTO DRIVER
6705M: Boris Brezillon <boris.brezillon@free-electrons.com>
6706M: Arnaud Ebalard <arno@natisbad.org>
6707F: drivers/crypto/marvell/
6708S: Maintained
6709L: linux-crypto@vger.kernel.org
6710
6711MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6712M: Mirko Lindner <mlindner@marvell.com>
6713M: Stephen Hemminger <stephen@networkplumber.org>
6714L: netdev@vger.kernel.org
6715S: Maintained
6716F: drivers/net/ethernet/marvell/sk*
6717
6718MARVELL LIBERTAS WIRELESS DRIVER
6719L: libertas-dev@lists.infradead.org
6720S: Orphan
6721F: drivers/net/wireless/libertas/
6722
6723MARVELL MV643XX ETHERNET DRIVER
6724M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6725L: netdev@vger.kernel.org
6726S: Maintained
6727F: drivers/net/ethernet/marvell/mv643xx_eth.*
6728F: include/linux/mv643xx.h
6729
6730MARVELL MVNETA ETHERNET DRIVER
6731M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6732L: netdev@vger.kernel.org
6733S: Maintained
6734F: drivers/net/ethernet/marvell/mvneta.*
6735
6736MARVELL MWIFIEX WIRELESS DRIVER
6737M: Amitkumar Karwar <akarwar@marvell.com>
6738M: Nishant Sarmukadam <nishants@marvell.com>
6739L: linux-wireless@vger.kernel.org
6740S: Maintained
6741F: drivers/net/wireless/mwifiex/
6742
6743MARVELL MWL8K WIRELESS DRIVER
6744M: Lennert Buytenhek <buytenh@wantstofly.org>
6745L: linux-wireless@vger.kernel.org
6746S: Odd Fixes
6747F: drivers/net/wireless/mwl8k.c
6748
6749MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6750M: Nicolas Pitre <nico@fluxnic.net>
6751S: Odd Fixes
6752F: drivers/mmc/host/mvsdio.*
6753
6754MATROX FRAMEBUFFER DRIVER
6755L: linux-fbdev@vger.kernel.org
6756S: Orphan
6757F: drivers/video/fbdev/matrox/matroxfb_*
6758F: include/uapi/linux/matroxfb.h
6759
6760MAX16065 HARDWARE MONITOR DRIVER
6761M: Guenter Roeck <linux@roeck-us.net>
6762L: lm-sensors@lm-sensors.org
6763S: Maintained
6764F: Documentation/hwmon/max16065
6765F: drivers/hwmon/max16065.c
6766
6767MAX20751 HARDWARE MONITOR DRIVER
6768M: Guenter Roeck <linux@roeck-us.net>
6769L: lm-sensors@lm-sensors.org
6770S: Maintained
6771F: Documentation/hwmon/max20751
6772F: drivers/hwmon/max20751.c
6773
6774MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6775M: "Hans J. Koch" <hjk@hansjkoch.de>
6776L: lm-sensors@lm-sensors.org
6777S: Maintained
6778F: Documentation/hwmon/max6650
6779F: drivers/hwmon/max6650.c
6780
6781MAX6697 HARDWARE MONITOR DRIVER
6782M: Guenter Roeck <linux@roeck-us.net>
6783L: lm-sensors@lm-sensors.org
6784S: Maintained
6785F: Documentation/hwmon/max6697
6786F: Documentation/devicetree/bindings/i2c/max6697.txt
6787F: drivers/hwmon/max6697.c
6788F: include/linux/platform_data/max6697.h
6789
6790MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6791M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6792L: linux-pm@vger.kernel.org
6793S: Supported
6794F: drivers/power/max14577_charger.c
6795F: drivers/power/max77693_charger.c
6796
6797MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6798M: Javier Martinez Canillas <javier@osg.samsung.com>
6799L: linux-kernel@vger.kernel.org
6800S: Supported
6801F: drivers/*/*max77802.c
6802F: Documentation/devicetree/bindings/*/*max77802.txt
6803F: include/dt-bindings/*/*max77802.h
6804
6805MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6806M: Chanwoo Choi <cw00.choi@samsung.com>
6807M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6808L: linux-kernel@vger.kernel.org
6809S: Supported
6810F: drivers/*/max14577.c
6811F: drivers/*/max77686.c
6812F: drivers/*/max77693.c
6813F: drivers/extcon/extcon-max14577.c
6814F: drivers/extcon/extcon-max77693.c
6815F: drivers/rtc/rtc-max77686.c
6816F: drivers/clk/clk-max77686.c
6817F: Documentation/devicetree/bindings/mfd/max14577.txt
6818F: Documentation/devicetree/bindings/*/max77686.txt
6819F: Documentation/devicetree/bindings/mfd/max77693.txt
6820F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6821F: include/linux/mfd/max14577*.h
6822F: include/linux/mfd/max77686*.h
6823F: include/linux/mfd/max77693*.h
6824
6825MAXIRADIO FM RADIO RECEIVER DRIVER
6826M: Hans Verkuil <hverkuil@xs4all.nl>
6827L: linux-media@vger.kernel.org
6828T: git git://linuxtv.org/media_tree.git
6829W: http://linuxtv.org
6830S: Maintained
6831F: drivers/media/radio/radio-maxiradio*
6832
6833MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6834M: Peter Rosin <peda@axentia.se>
6835L: linux-iio@vger.kernel.org
6836S: Maintained
6837F: drivers/iio/potentiometer/mcp4531.c
6838
6839MEDIA DRIVERS FOR RENESAS - VSP1
6840M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6841L: linux-media@vger.kernel.org
6842L: linux-sh@vger.kernel.org
6843T: git git://linuxtv.org/media_tree.git
6844S: Supported
6845F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
6846F: drivers/media/platform/vsp1/
6847
6848MEDIA DRIVERS FOR ASCOT2E
6849M: Sergey Kozlov <serjk@netup.ru>
6850L: linux-media@vger.kernel.org
6851W: http://linuxtv.org
6852W: http://netup.tv/
6853T: git git://linuxtv.org/media_tree.git
6854S: Supported
6855F: drivers/media/dvb-frontends/ascot2e*
6856
6857MEDIA DRIVERS FOR CXD2841ER
6858M: Sergey Kozlov <serjk@netup.ru>
6859L: linux-media@vger.kernel.org
6860W: http://linuxtv.org/
6861W: http://netup.tv/
6862T: git git://linuxtv.org/media_tree.git
6863S: Supported
6864F: drivers/media/dvb-frontends/cxd2841er*
6865
6866MEDIA DRIVERS FOR HORUS3A
6867M: Sergey Kozlov <serjk@netup.ru>
6868L: linux-media@vger.kernel.org
6869W: http://linuxtv.org/
6870W: http://netup.tv/
6871T: git git://linuxtv.org/media_tree.git
6872S: Supported
6873F: drivers/media/dvb-frontends/horus3a*
6874
6875MEDIA DRIVERS FOR LNBH25
6876M: Sergey Kozlov <serjk@netup.ru>
6877L: linux-media@vger.kernel.org
6878W: http://linuxtv.org/
6879W: http://netup.tv/
6880T: git git://linuxtv.org/media_tree.git
6881S: Supported
6882F: drivers/media/dvb-frontends/lnbh25*
6883
6884MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6885M: Sergey Kozlov <serjk@netup.ru>
6886L: linux-media@vger.kernel.org
6887W: http://linuxtv.org/
6888W: http://netup.tv/
6889T: git git://linuxtv.org/media_tree.git
6890S: Supported
6891F: drivers/media/pci/netup_unidvb/*
6892
6893MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6894M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6895P: LinuxTV.org Project
6896L: linux-media@vger.kernel.org
6897W: http://linuxtv.org
6898Q: http://patchwork.kernel.org/project/linux-media/list/
6899T: git git://linuxtv.org/media_tree.git
6900S: Maintained
6901F: Documentation/dvb/
6902F: Documentation/video4linux/
6903F: Documentation/DocBook/media/
6904F: drivers/media/
6905F: drivers/staging/media/
6906F: include/media/
6907F: include/uapi/linux/dvb/
6908F: include/uapi/linux/videodev2.h
6909F: include/uapi/linux/media.h
6910F: include/uapi/linux/v4l2-*
6911F: include/uapi/linux/meye.h
6912F: include/uapi/linux/ivtv*
6913F: include/uapi/linux/uvcvideo.h
6914
6915MEDIATEK MT7601U WIRELESS LAN DRIVER
6916M: Jakub Kicinski <kubakici@wp.pl>
6917L: linux-wireless@vger.kernel.org
6918S: Maintained
6919F: drivers/net/wireless/mediatek/mt7601u/
6920
6921MEGARAID SCSI/SAS DRIVERS
6922M: Kashyap Desai <kashyap.desai@avagotech.com>
6923M: Sumit Saxena <sumit.saxena@avagotech.com>
6924M: Uday Lingala <uday.lingala@avagotech.com>
6925L: megaraidlinux.pdl@avagotech.com
6926L: linux-scsi@vger.kernel.org
6927W: http://www.lsi.com
6928S: Maintained
6929F: Documentation/scsi/megaraid.txt
6930F: drivers/scsi/megaraid.*
6931F: drivers/scsi/megaraid/
6932
6933MELLANOX ETHERNET DRIVER (mlx4_en)
6934M: Amir Vadai <amirv@mellanox.com>
6935L: netdev@vger.kernel.org
6936S: Supported
6937W: http://www.mellanox.com
6938Q: http://patchwork.ozlabs.org/project/netdev/list/
6939F: drivers/net/ethernet/mellanox/mlx4/en_*
6940
6941MELLANOX ETHERNET SWITCH DRIVERS
6942M: Jiri Pirko <jiri@mellanox.com>
6943M: Ido Schimmel <idosch@mellanox.com>
6944L: netdev@vger.kernel.org
6945S: Supported
6946W: http://www.mellanox.com
6947Q: http://patchwork.ozlabs.org/project/netdev/list/
6948F: drivers/net/ethernet/mellanox/mlxsw/
6949
6950MEMBARRIER SUPPORT
6951M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6952M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6953L: linux-kernel@vger.kernel.org
6954S: Supported
6955F: kernel/membarrier.c
6956F: include/uapi/linux/membarrier.h
6957
6958MEMORY MANAGEMENT
6959L: linux-mm@kvack.org
6960W: http://www.linux-mm.org
6961S: Maintained
6962F: include/linux/mm.h
6963F: include/linux/gfp.h
6964F: include/linux/mmzone.h
6965F: include/linux/memory_hotplug.h
6966F: include/linux/vmalloc.h
6967F: mm/
6968
6969MEMORY TECHNOLOGY DEVICES (MTD)
6970M: David Woodhouse <dwmw2@infradead.org>
6971M: Brian Norris <computersforpeace@gmail.com>
6972L: linux-mtd@lists.infradead.org
6973W: http://www.linux-mtd.infradead.org/
6974Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
6975T: git git://git.infradead.org/linux-mtd.git
6976T: git git://git.infradead.org/l2-mtd.git
6977S: Maintained
6978F: drivers/mtd/
6979F: include/linux/mtd/
6980F: include/uapi/mtd/
6981
6982MEN A21 WATCHDOG DRIVER
6983M: Johannes Thumshirn <morbidrsa@gmail.com>
6984L: linux-watchdog@vger.kernel.org
6985S: Maintained
6986F: drivers/watchdog/mena21_wdt.c
6987
6988MEN CHAMELEON BUS (mcb)
6989M: Johannes Thumshirn <morbidrsa@gmail.com>
6990S: Maintained
6991F: drivers/mcb/
6992F: include/linux/mcb.h
6993F: Documentation/men-chameleon-bus.txt
6994
6995MEN F21BMC (Board Management Controller)
6996M: Andreas Werner <andreas.werner@men.de>
6997S: Supported
6998F: drivers/mfd/menf21bmc.c
6999F: drivers/watchdog/menf21bmc_wdt.c
7000F: drivers/leds/leds-menf21bmc.c
7001F: drivers/hwmon/menf21bmc_hwmon.c
7002F: Documentation/hwmon/menf21bmc
7003
7004METAG ARCHITECTURE
7005M: James Hogan <james.hogan@imgtec.com>
7006L: linux-metag@vger.kernel.org
7007S: Odd Fixes
7008F: arch/metag/
7009F: Documentation/metag/
7010F: Documentation/devicetree/bindings/metag/
7011F: Documentation/devicetree/bindings/interrupt-controller/img,*
7012F: drivers/clocksource/metag_generic.c
7013F: drivers/irqchip/irq-metag.c
7014F: drivers/irqchip/irq-metag-ext.c
7015F: drivers/tty/metag_da.c
7016
7017MICROBLAZE ARCHITECTURE
7018M: Michal Simek <monstr@monstr.eu>
7019W: http://www.monstr.eu/fdt/
7020T: git git://git.monstr.eu/linux-2.6-microblaze.git
7021S: Supported
7022F: arch/microblaze/
7023
7024MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7025M: Chen Yu <yu.c.chen@intel.com>
7026L: platform-driver-x86@vger.kernel.org
7027S: Supported
7028F: drivers/platform/x86/surfacepro3_button.c
7029
7030MICROTEK X6 SCANNER
7031M: Oliver Neukum <oliver@neukum.org>
7032S: Maintained
7033F: drivers/usb/image/microtek.*
7034
7035MIPS
7036M: Ralf Baechle <ralf@linux-mips.org>
7037L: linux-mips@linux-mips.org
7038W: http://www.linux-mips.org/
7039T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7040Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7041S: Supported
7042F: Documentation/mips/
7043F: arch/mips/
7044
7045MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7046M: Hans Verkuil <hverkuil@xs4all.nl>
7047L: linux-media@vger.kernel.org
7048T: git git://linuxtv.org/media_tree.git
7049W: http://linuxtv.org
7050S: Odd Fixes
7051F: drivers/media/radio/radio-miropcm20*
7052
7053Mellanox MLX5 core VPI driver
7054M: Eli Cohen <eli@mellanox.com>
7055L: netdev@vger.kernel.org
7056L: linux-rdma@vger.kernel.org
7057W: http://www.mellanox.com
7058Q: http://patchwork.ozlabs.org/project/netdev/list/
7059Q: http://patchwork.kernel.org/project/linux-rdma/list/
7060T: git git://openfabrics.org/~eli/connect-ib.git
7061S: Supported
7062F: drivers/net/ethernet/mellanox/mlx5/core/
7063F: include/linux/mlx5/
7064
7065Mellanox MLX5 IB driver
7066M: Eli Cohen <eli@mellanox.com>
7067L: linux-rdma@vger.kernel.org
7068W: http://www.mellanox.com
7069Q: http://patchwork.kernel.org/project/linux-rdma/list/
7070T: git git://openfabrics.org/~eli/connect-ib.git
7071S: Supported
7072F: include/linux/mlx5/
7073F: drivers/infiniband/hw/mlx5/
7074
7075MELEXIS MLX90614 DRIVER
7076M: Crt Mori <cmo@melexis.com>
7077L: linux-iio@vger.kernel.org
7078W: http://www.melexis.com
7079S: Supported
7080F: drivers/iio/temperature/mlx90614.c
7081
7082MN88472 MEDIA DRIVER
7083M: Antti Palosaari <crope@iki.fi>
7084L: linux-media@vger.kernel.org
7085W: http://linuxtv.org/
7086W: http://palosaari.fi/linux/
7087Q: http://patchwork.linuxtv.org/project/linux-media/list/
7088T: git git://linuxtv.org/anttip/media_tree.git
7089S: Maintained
7090F: drivers/staging/media/mn88472/
7091F: drivers/media/dvb-frontends/mn88472.h
7092
7093MN88473 MEDIA DRIVER
7094M: Antti Palosaari <crope@iki.fi>
7095L: linux-media@vger.kernel.org
7096W: http://linuxtv.org/
7097W: http://palosaari.fi/linux/
7098Q: http://patchwork.linuxtv.org/project/linux-media/list/
7099T: git git://linuxtv.org/anttip/media_tree.git
7100S: Maintained
7101F: drivers/staging/media/mn88473/
7102F: drivers/media/dvb-frontends/mn88473.h
7103
7104MODULE SUPPORT
7105M: Rusty Russell <rusty@rustcorp.com.au>
7106S: Maintained
7107F: include/linux/module.h
7108F: kernel/module.c
7109
7110MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7111W: http://popies.net/meye/
7112S: Orphan
7113F: Documentation/video4linux/meye.txt
7114F: drivers/media/pci/meye/
7115F: include/uapi/linux/meye.h
7116
7117MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7118M: Jiri Slaby <jirislaby@gmail.com>
7119S: Maintained
7120F: Documentation/serial/moxa-smartio
7121F: drivers/tty/mxser.*
7122
7123MR800 AVERMEDIA USB FM RADIO DRIVER
7124M: Alexey Klimov <klimov.linux@gmail.com>
7125L: linux-media@vger.kernel.org
7126T: git git://linuxtv.org/media_tree.git
7127S: Maintained
7128F: drivers/media/radio/radio-mr800.c
7129
7130MRF24J40 IEEE 802.15.4 RADIO DRIVER
7131M: Alan Ott <alan@signal11.us>
7132L: linux-wpan@vger.kernel.org
7133S: Maintained
7134F: drivers/net/ieee802154/mrf24j40.c
7135F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7136
7137MSI LAPTOP SUPPORT
7138M: "Lee, Chun-Yi" <jlee@suse.com>
7139L: platform-driver-x86@vger.kernel.org
7140S: Maintained
7141F: drivers/platform/x86/msi-laptop.c
7142
7143MSI WMI SUPPORT
7144L: platform-driver-x86@vger.kernel.org
7145S: Orphan
7146F: drivers/platform/x86/msi-wmi.c
7147
7148MSI001 MEDIA DRIVER
7149M: Antti Palosaari <crope@iki.fi>
7150L: linux-media@vger.kernel.org
7151W: http://linuxtv.org/
7152W: http://palosaari.fi/linux/
7153Q: http://patchwork.linuxtv.org/project/linux-media/list/
7154T: git git://linuxtv.org/anttip/media_tree.git
7155S: Maintained
7156F: drivers/media/tuners/msi001*
7157
7158MSI2500 MEDIA DRIVER
7159M: Antti Palosaari <crope@iki.fi>
7160L: linux-media@vger.kernel.org
7161W: http://linuxtv.org/
7162W: http://palosaari.fi/linux/
7163Q: http://patchwork.linuxtv.org/project/linux-media/list/
7164T: git git://linuxtv.org/anttip/media_tree.git
7165S: Maintained
7166F: drivers/media/usb/msi2500/
7167
7168MSYSTEMS DISKONCHIP G3 MTD DRIVER
7169M: Robert Jarzmik <robert.jarzmik@free.fr>
7170L: linux-mtd@lists.infradead.org
7171S: Maintained
7172F: drivers/mtd/devices/docg3*
7173
7174MT9M032 APTINA SENSOR DRIVER
7175M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7176L: linux-media@vger.kernel.org
7177T: git git://linuxtv.org/media_tree.git
7178S: Maintained
7179F: drivers/media/i2c/mt9m032.c
7180F: include/media/mt9m032.h
7181
7182MT9P031 APTINA CAMERA SENSOR
7183M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7184L: linux-media@vger.kernel.org
7185T: git git://linuxtv.org/media_tree.git
7186S: Maintained
7187F: drivers/media/i2c/mt9p031.c
7188F: include/media/mt9p031.h
7189
7190MT9T001 APTINA CAMERA SENSOR
7191M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7192L: linux-media@vger.kernel.org
7193T: git git://linuxtv.org/media_tree.git
7194S: Maintained
7195F: drivers/media/i2c/mt9t001.c
7196F: include/media/mt9t001.h
7197
7198MT9V032 APTINA CAMERA SENSOR
7199M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7200L: linux-media@vger.kernel.org
7201T: git git://linuxtv.org/media_tree.git
7202S: Maintained
7203F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7204F: drivers/media/i2c/mt9v032.c
7205F: include/media/mt9v032.h
7206
7207MULTIFUNCTION DEVICES (MFD)
7208M: Lee Jones <lee.jones@linaro.org>
7209T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7210S: Supported
7211F: drivers/mfd/
7212F: include/linux/mfd/
7213
7214MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7215M: Ulf Hansson <ulf.hansson@linaro.org>
7216L: linux-mmc@vger.kernel.org
7217T: git git://git.linaro.org/people/ulf.hansson/mmc.git
7218S: Maintained
7219F: drivers/mmc/
7220F: include/linux/mmc/
7221F: include/uapi/linux/mmc/
7222
7223MULTIMEDIA CARD (MMC) ETC. OVER SPI
7224S: Orphan
7225F: drivers/mmc/host/mmc_spi.c
7226F: include/linux/spi/mmc_spi.h
7227
7228MULTISOUND SOUND DRIVER
7229M: Andrew Veliath <andrewtv@usa.net>
7230S: Maintained
7231F: Documentation/sound/oss/MultiSound
7232F: sound/oss/msnd*
7233
7234MULTITECH MULTIPORT CARD (ISICOM)
7235S: Orphan
7236F: drivers/tty/isicom.c
7237F: include/linux/isicom.h
7238
7239MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7240M: Felipe Balbi <balbi@ti.com>
7241L: linux-usb@vger.kernel.org
7242T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7243S: Maintained
7244F: drivers/usb/musb/
7245
7246MXL5007T MEDIA DRIVER
7247M: Michael Krufky <mkrufky@linuxtv.org>
7248L: linux-media@vger.kernel.org
7249W: http://linuxtv.org/
7250W: http://github.com/mkrufky
7251Q: http://patchwork.linuxtv.org/project/linux-media/list/
7252T: git git://linuxtv.org/mkrufky/tuners.git
7253S: Maintained
7254F: drivers/media/tuners/mxl5007t.*
7255
7256MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7257M: Hyong-Youb Kim <hykim@myri.com>
7258L: netdev@vger.kernel.org
7259W: https://www.myricom.com/support/downloads/myri10ge.html
7260S: Supported
7261F: drivers/net/ethernet/myricom/myri10ge/
7262
7263NATSEMI ETHERNET DRIVER (DP8381x)
7264S: Orphan
7265F: drivers/net/ethernet/natsemi/natsemi.c
7266
7267NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7268M: Daniel Mack <zonque@gmail.com>
7269S: Maintained
7270L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7271W: http://www.native-instruments.com
7272F: sound/usb/caiaq/
7273
7274NCP FILESYSTEM
7275M: Petr Vandrovec <petr@vandrovec.name>
7276S: Odd Fixes
7277F: fs/ncpfs/
7278
7279NCR 5380 SCSI DRIVERS
7280M: Finn Thain <fthain@telegraphics.com.au>
7281M: Michael Schmitz <schmitzmic@gmail.com>
7282L: linux-scsi@vger.kernel.org
7283S: Maintained
7284F: Documentation/scsi/g_NCR5380.txt
7285F: drivers/scsi/NCR5380.*
7286F: drivers/scsi/arm/cumana_1.c
7287F: drivers/scsi/arm/oak.c
7288F: drivers/scsi/atari_NCR5380.c
7289F: drivers/scsi/atari_scsi.*
7290F: drivers/scsi/dmx3191d.c
7291F: drivers/scsi/dtc.*
7292F: drivers/scsi/g_NCR5380.*
7293F: drivers/scsi/g_NCR5380_mmio.c
7294F: drivers/scsi/mac_scsi.*
7295F: drivers/scsi/pas16.*
7296F: drivers/scsi/sun3_scsi.*
7297F: drivers/scsi/sun3_scsi_vme.c
7298F: drivers/scsi/t128.*
7299
7300NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7301M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7302L: linux-scsi@vger.kernel.org
7303S: Maintained
7304F: drivers/scsi/NCR_D700.*
7305
7306NCT6775 HARDWARE MONITOR DRIVER
7307M: Guenter Roeck <linux@roeck-us.net>
7308L: lm-sensors@lm-sensors.org
7309S: Maintained
7310F: Documentation/hwmon/nct6775
7311F: drivers/hwmon/nct6775.c
7312
7313NETEFFECT IWARP RNIC DRIVER (IW_NES)
7314M: Faisal Latif <faisal.latif@intel.com>
7315L: linux-rdma@vger.kernel.org
7316W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7317S: Supported
7318F: drivers/infiniband/hw/nes/
7319
7320NETEM NETWORK EMULATOR
7321M: Stephen Hemminger <stephen@networkplumber.org>
7322L: netem@lists.linux-foundation.org
7323S: Maintained
7324F: net/sched/sch_netem.c
7325
7326NETERION 10GbE DRIVERS (s2io/vxge)
7327M: Jon Mason <jdmason@kudzu.us>
7328L: netdev@vger.kernel.org
7329S: Supported
7330F: Documentation/networking/s2io.txt
7331F: Documentation/networking/vxge.txt
7332F: drivers/net/ethernet/neterion/
7333
7334NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7335M: Pablo Neira Ayuso <pablo@netfilter.org>
7336M: Patrick McHardy <kaber@trash.net>
7337M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7338L: netfilter-devel@vger.kernel.org
7339L: coreteam@netfilter.org
7340W: http://www.netfilter.org/
7341W: http://www.iptables.org/
7342Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7343T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7344T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7345S: Supported
7346F: include/linux/netfilter*
7347F: include/linux/netfilter/
7348F: include/net/netfilter/
7349F: include/uapi/linux/netfilter*
7350F: include/uapi/linux/netfilter/
7351F: net/*/netfilter.c
7352F: net/*/netfilter/
7353F: net/netfilter/
7354F: net/bridge/br_netfilter*.c
7355
7356NETLABEL
7357M: Paul Moore <paul@paul-moore.com>
7358W: http://netlabel.sf.net
7359L: netdev@vger.kernel.org
7360S: Maintained
7361F: Documentation/netlabel/
7362F: include/net/netlabel.h
7363F: net/netlabel/
7364
7365NETROM NETWORK LAYER
7366M: Ralf Baechle <ralf@linux-mips.org>
7367L: linux-hams@vger.kernel.org
7368W: http://www.linux-ax25.org/
7369S: Maintained
7370F: include/net/netrom.h
7371F: include/uapi/linux/netrom.h
7372F: net/netrom/
7373
7374NETWORK BLOCK DEVICE (NBD)
7375M: Markus Pargmann <mpa@pengutronix.de>
7376S: Maintained
7377L: nbd-general@lists.sourceforge.net
7378T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
7379F: Documentation/blockdev/nbd.txt
7380F: drivers/block/nbd.c
7381F: include/uapi/linux/nbd.h
7382
7383NETWORK DROP MONITOR
7384M: Neil Horman <nhorman@tuxdriver.com>
7385L: netdev@vger.kernel.org
7386S: Maintained
7387W: https://fedorahosted.org/dropwatch/
7388F: net/core/drop_monitor.c
7389
7390NETWORKING [GENERAL]
7391M: "David S. Miller" <davem@davemloft.net>
7392L: netdev@vger.kernel.org
7393W: http://www.linuxfoundation.org/en/Net
7394Q: http://patchwork.ozlabs.org/project/netdev/list/
7395T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7396T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7397S: Maintained
7398F: net/
7399F: include/net/
7400F: include/linux/in.h
7401F: include/linux/net.h
7402F: include/linux/netdevice.h
7403F: include/uapi/linux/in.h
7404F: include/uapi/linux/net.h
7405F: include/uapi/linux/netdevice.h
7406F: include/uapi/linux/net_namespace.h
7407F: tools/net/
7408F: tools/testing/selftests/net/
7409F: lib/random32.c
7410F: lib/test_bpf.c
7411
7412NETWORKING [IPv4/IPv6]
7413M: "David S. Miller" <davem@davemloft.net>
7414M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7415M: James Morris <jmorris@namei.org>
7416M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7417M: Patrick McHardy <kaber@trash.net>
7418L: netdev@vger.kernel.org
7419T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7420S: Maintained
7421F: net/ipv4/
7422F: net/ipv6/
7423F: include/net/ip*
7424F: arch/x86/net/*
7425
7426NETWORKING [IPSEC]
7427M: Steffen Klassert <steffen.klassert@secunet.com>
7428M: Herbert Xu <herbert@gondor.apana.org.au>
7429M: "David S. Miller" <davem@davemloft.net>
7430L: netdev@vger.kernel.org
7431T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7432T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7433S: Maintained
7434F: net/core/flow.c
7435F: net/xfrm/
7436F: net/key/
7437F: net/ipv4/xfrm*
7438F: net/ipv4/esp4.c
7439F: net/ipv4/ah4.c
7440F: net/ipv4/ipcomp.c
7441F: net/ipv4/ip_vti.c
7442F: net/ipv6/xfrm*
7443F: net/ipv6/esp6.c
7444F: net/ipv6/ah6.c
7445F: net/ipv6/ipcomp6.c
7446F: net/ipv6/ip6_vti.c
7447F: include/uapi/linux/xfrm.h
7448F: include/net/xfrm.h
7449
7450NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7451M: Paul Moore <paul@paul-moore.com>
7452L: netdev@vger.kernel.org
7453S: Maintained
7454
7455NETWORKING [WIRELESS]
7456L: linux-wireless@vger.kernel.org
7457Q: http://patchwork.kernel.org/project/linux-wireless/list/
7458
7459NETWORKING DRIVERS
7460L: netdev@vger.kernel.org
7461W: http://www.linuxfoundation.org/en/Net
7462Q: http://patchwork.ozlabs.org/project/netdev/list/
7463T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7464T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7465S: Odd Fixes
7466F: drivers/net/
7467F: include/linux/if_*
7468F: include/linux/netdevice.h
7469F: include/linux/etherdevice.h
7470F: include/linux/fcdevice.h
7471F: include/linux/fddidevice.h
7472F: include/linux/hippidevice.h
7473F: include/linux/inetdevice.h
7474F: include/uapi/linux/if_*
7475F: include/uapi/linux/netdevice.h
7476
7477NETWORKING DRIVERS (WIRELESS)
7478M: Kalle Valo <kvalo@codeaurora.org>
7479L: linux-wireless@vger.kernel.org
7480Q: http://patchwork.kernel.org/project/linux-wireless/list/
7481T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7482S: Maintained
7483F: drivers/net/wireless/
7484
7485NETXEN (1/10) GbE SUPPORT
7486M: Manish Chopra <manish.chopra@qlogic.com>
7487M: Sony Chacko <sony.chacko@qlogic.com>
7488M: Rajesh Borundia <rajesh.borundia@qlogic.com>
7489L: netdev@vger.kernel.org
7490W: http://www.qlogic.com
7491S: Supported
7492F: drivers/net/ethernet/qlogic/netxen/
7493
7494NFC SUBSYSTEM
7495M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7496M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7497M: Samuel Ortiz <sameo@linux.intel.com>
7498L: linux-wireless@vger.kernel.org
7499L: linux-nfc@lists.01.org (subscribers-only)
7500S: Supported
7501F: net/nfc/
7502F: include/net/nfc/
7503F: include/uapi/linux/nfc.h
7504F: drivers/nfc/
7505F: include/linux/platform_data/pn544.h
7506F: Documentation/devicetree/bindings/net/nfc/
7507
7508NFS, SUNRPC, AND LOCKD CLIENTS
7509M: Trond Myklebust <trond.myklebust@primarydata.com>
7510M: Anna Schumaker <anna.schumaker@netapp.com>
7511L: linux-nfs@vger.kernel.org
7512W: http://client.linux-nfs.org
7513T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7514S: Maintained
7515F: fs/lockd/
7516F: fs/nfs/
7517F: fs/nfs_common/
7518F: net/sunrpc/
7519F: include/linux/lockd/
7520F: include/linux/nfs*
7521F: include/linux/sunrpc/
7522F: include/uapi/linux/nfs*
7523F: include/uapi/linux/sunrpc/
7524
7525NILFS2 FILESYSTEM
7526M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7527L: linux-nilfs@vger.kernel.org
7528W: http://nilfs.sourceforge.net/
7529T: git git://github.com/konis/nilfs2.git
7530S: Supported
7531F: Documentation/filesystems/nilfs2.txt
7532F: fs/nilfs2/
7533F: include/linux/nilfs2_fs.h
7534F: include/trace/events/nilfs2.h
7535
7536NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7537M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7538W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7539S: Maintained
7540F: Documentation/scsi/NinjaSCSI.txt
7541F: drivers/scsi/pcmcia/nsp_*
7542
7543NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7544M: GOTO Masanori <gotom@debian.or.jp>
7545M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7546W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7547S: Maintained
7548F: Documentation/scsi/NinjaSCSI.txt
7549F: drivers/scsi/nsp32*
7550
7551NIOS2 ARCHITECTURE
7552M: Ley Foon Tan <lftan@altera.com>
7553L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7554T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7555S: Maintained
7556F: arch/nios2/
7557
7558NOKIA N900 POWER SUPPLY DRIVERS
7559M: Pali Rohár <pali.rohar@gmail.com>
7560S: Maintained
7561F: include/linux/power/bq2415x_charger.h
7562F: include/linux/power/bq27xxx_battery.h
7563F: include/linux/power/isp1704_charger.h
7564F: drivers/power/bq2415x_charger.c
7565F: drivers/power/bq27xxx_battery.c
7566F: drivers/power/isp1704_charger.c
7567F: drivers/power/rx51_battery.c
7568
7569NTB DRIVER CORE
7570M: Jon Mason <jdmason@kudzu.us>
7571M: Dave Jiang <dave.jiang@intel.com>
7572M: Allen Hubbe <Allen.Hubbe@emc.com>
7573L: linux-ntb@googlegroups.com
7574S: Supported
7575W: https://github.com/jonmason/ntb/wiki
7576T: git git://github.com/jonmason/ntb.git
7577F: drivers/ntb/
7578F: drivers/net/ntb_netdev.c
7579F: include/linux/ntb.h
7580F: include/linux/ntb_transport.h
7581
7582NTB INTEL DRIVER
7583M: Jon Mason <jdmason@kudzu.us>
7584M: Dave Jiang <dave.jiang@intel.com>
7585L: linux-ntb@googlegroups.com
7586S: Supported
7587W: https://github.com/jonmason/ntb/wiki
7588T: git git://github.com/jonmason/ntb.git
7589F: drivers/ntb/hw/intel/
7590
7591NTFS FILESYSTEM
7592M: Anton Altaparmakov <anton@tuxera.com>
7593L: linux-ntfs-dev@lists.sourceforge.net
7594W: http://www.tuxera.com/
7595T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7596S: Supported
7597F: Documentation/filesystems/ntfs.txt
7598F: fs/ntfs/
7599
7600NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7601M: Antonino Daplas <adaplas@gmail.com>
7602L: linux-fbdev@vger.kernel.org
7603S: Maintained
7604F: drivers/video/fbdev/riva/
7605F: drivers/video/fbdev/nvidia/
7606
7607NVM EXPRESS DRIVER
7608M: Keith Busch <keith.busch@intel.com>
7609M: Jens Axboe <axboe@fb.com>
7610L: linux-nvme@lists.infradead.org
7611T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7612W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7613S: Supported
7614F: drivers/nvme/host/
7615F: include/linux/nvme.h
7616
7617NVMEM FRAMEWORK
7618M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7619M: Maxime Ripard <maxime.ripard@free-electrons.com>
7620S: Maintained
7621F: drivers/nvmem/
7622F: Documentation/devicetree/bindings/nvmem/
7623F: include/linux/nvmem-consumer.h
7624F: include/linux/nvmem-provider.h
7625
7626NXP-NCI NFC DRIVER
7627M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7628R: Charles Gorand <charles.gorand@effinnov.com>
7629L: linux-nfc@lists.01.org (moderated for non-subscribers)
7630S: Supported
7631F: drivers/nfc/nxp-nci
7632
7633NXP TDA998X DRM DRIVER
7634M: Russell King <rmk+kernel@arm.linux.org.uk>
7635S: Supported
7636F: drivers/gpu/drm/i2c/tda998x_drv.c
7637F: include/drm/i2c/tda998x.h
7638
7639NXP TFA9879 DRIVER
7640M: Peter Rosin <peda@axentia.se>
7641L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7642S: Maintained
7643F: sound/soc/codecs/tfa9879*
7644
7645OMAP SUPPORT
7646M: Tony Lindgren <tony@atomide.com>
7647L: linux-omap@vger.kernel.org
7648W: http://www.muru.com/linux/omap/
7649W: http://linux.omap.com/
7650Q: http://patchwork.kernel.org/project/linux-omap/list/
7651T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7652S: Maintained
7653F: arch/arm/*omap*/
7654F: arch/arm/configs/omap1_defconfig
7655F: arch/arm/configs/omap2plus_defconfig
7656F: drivers/i2c/busses/i2c-omap.c
7657F: drivers/irqchip/irq-omap-intc.c
7658F: drivers/mfd/*omap*.c
7659F: drivers/mfd/menelaus.c
7660F: drivers/mfd/palmas.c
7661F: drivers/mfd/tps65217.c
7662F: drivers/mfd/tps65218.c
7663F: drivers/mfd/tps65910.c
7664F: drivers/mfd/twl-core.[ch]
7665F: drivers/mfd/twl4030*.c
7666F: drivers/mfd/twl6030*.c
7667F: drivers/mfd/twl6040*.c
7668F: drivers/regulator/palmas-regulator*.c
7669F: drivers/regulator/pbias-regulator.c
7670F: drivers/regulator/tps65217-regulator.c
7671F: drivers/regulator/tps65218-regulator.c
7672F: drivers/regulator/tps65910-regulator.c
7673F: drivers/regulator/twl-regulator.c
7674F: include/linux/i2c-omap.h
7675
7676OMAP DEVICE TREE SUPPORT
7677M: Benoît Cousson <bcousson@baylibre.com>
7678M: Tony Lindgren <tony@atomide.com>
7679L: linux-omap@vger.kernel.org
7680L: devicetree@vger.kernel.org
7681S: Maintained
7682F: arch/arm/boot/dts/*omap*
7683F: arch/arm/boot/dts/*am3*
7684F: arch/arm/boot/dts/*am4*
7685F: arch/arm/boot/dts/*am5*
7686F: arch/arm/boot/dts/*dra7*
7687
7688OMAP CLOCK FRAMEWORK SUPPORT
7689M: Paul Walmsley <paul@pwsan.com>
7690L: linux-omap@vger.kernel.org
7691S: Maintained
7692F: arch/arm/*omap*/*clock*
7693
7694OMAP POWER MANAGEMENT SUPPORT
7695M: Kevin Hilman <khilman@deeprootsystems.com>
7696L: linux-omap@vger.kernel.org
7697S: Maintained
7698F: arch/arm/*omap*/*pm*
7699F: drivers/cpufreq/omap-cpufreq.c
7700
7701OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7702M: Rajendra Nayak <rnayak@ti.com>
7703M: Paul Walmsley <paul@pwsan.com>
7704L: linux-omap@vger.kernel.org
7705S: Maintained
7706F: arch/arm/mach-omap2/prm*
7707
7708OMAP AUDIO SUPPORT
7709M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7710M: Jarkko Nikula <jarkko.nikula@bitmer.com>
7711L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7712L: linux-omap@vger.kernel.org
7713S: Maintained
7714F: sound/soc/omap/
7715
7716OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7717M: Roger Quadros <rogerq@ti.com>
7718M: Tony Lindgren <tony@atomide.com>
7719L: linux-omap@vger.kernel.org
7720S: Maintained
7721F: drivers/memory/omap-gpmc.c
7722F: arch/arm/mach-omap2/*gpmc*
7723
7724OMAP FRAMEBUFFER SUPPORT
7725M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7726L: linux-fbdev@vger.kernel.org
7727L: linux-omap@vger.kernel.org
7728S: Maintained
7729F: drivers/video/fbdev/omap/
7730
7731OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7732M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7733L: linux-omap@vger.kernel.org
7734L: linux-fbdev@vger.kernel.org
7735S: Maintained
7736F: drivers/video/fbdev/omap2/
7737F: Documentation/arm/OMAP/DSS
7738
7739OMAP HARDWARE SPINLOCK SUPPORT
7740M: Ohad Ben-Cohen <ohad@wizery.com>
7741L: linux-omap@vger.kernel.org
7742S: Maintained
7743F: drivers/hwspinlock/omap_hwspinlock.c
7744
7745OMAP MMC SUPPORT
7746M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
7747L: linux-omap@vger.kernel.org
7748S: Maintained
7749F: drivers/mmc/host/omap.c
7750
7751OMAP HS MMC SUPPORT
7752L: linux-mmc@vger.kernel.org
7753L: linux-omap@vger.kernel.org
7754S: Orphan
7755F: drivers/mmc/host/omap_hsmmc.c
7756
7757OMAP RANDOM NUMBER GENERATOR SUPPORT
7758M: Deepak Saxena <dsaxena@plexity.net>
7759S: Maintained
7760F: drivers/char/hw_random/omap-rng.c
7761
7762OMAP HWMOD SUPPORT
7763M: Benoît Cousson <bcousson@baylibre.com>
7764M: Paul Walmsley <paul@pwsan.com>
7765L: linux-omap@vger.kernel.org
7766S: Maintained
7767F: arch/arm/mach-omap2/omap_hwmod.*
7768
7769OMAP HWMOD DATA
7770M: Paul Walmsley <paul@pwsan.com>
7771L: linux-omap@vger.kernel.org
7772S: Maintained
7773F: arch/arm/mach-omap2/omap_hwmod*data*
7774
7775OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7776M: Benoît Cousson <bcousson@baylibre.com>
7777L: linux-omap@vger.kernel.org
7778S: Maintained
7779F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7780
7781OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7782M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7783L: linux-media@vger.kernel.org
7784S: Maintained
7785F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
7786F: drivers/media/platform/omap3isp/
7787F: drivers/staging/media/omap4iss/
7788
7789OMAP USB SUPPORT
7790M: Felipe Balbi <balbi@ti.com>
7791L: linux-usb@vger.kernel.org
7792L: linux-omap@vger.kernel.org
7793T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7794S: Maintained
7795F: drivers/usb/*/*omap*
7796F: arch/arm/*omap*/usb*
7797
7798OMAP GPIO DRIVER
7799M: Javier Martinez Canillas <javier@dowhile0.org>
7800M: Santosh Shilimkar <ssantosh@kernel.org>
7801M: Kevin Hilman <khilman@deeprootsystems.com>
7802L: linux-omap@vger.kernel.org
7803S: Maintained
7804F: drivers/gpio/gpio-omap.c
7805
7806OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7807M: Mark Jackson <mpfj@newflow.co.uk>
7808L: linux-omap@vger.kernel.org
7809S: Maintained
7810F: arch/arm/boot/dts/am335x-nano.dts
7811
7812OMFS FILESYSTEM
7813M: Bob Copeland <me@bobcopeland.com>
7814L: linux-karma-devel@lists.sourceforge.net
7815S: Maintained
7816F: Documentation/filesystems/omfs.txt
7817F: fs/omfs/
7818
7819OMNIKEY CARDMAN 4000 DRIVER
7820M: Harald Welte <laforge@gnumonks.org>
7821S: Maintained
7822F: drivers/char/pcmcia/cm4000_cs.c
7823F: include/linux/cm4000_cs.h
7824F: include/uapi/linux/cm4000_cs.h
7825
7826OMNIKEY CARDMAN 4040 DRIVER
7827M: Harald Welte <laforge@gnumonks.org>
7828S: Maintained
7829F: drivers/char/pcmcia/cm4040_cs.*
7830
7831OMNIVISION OV7670 SENSOR DRIVER
7832M: Jonathan Corbet <corbet@lwn.net>
7833L: linux-media@vger.kernel.org
7834T: git git://linuxtv.org/media_tree.git
7835S: Maintained
7836F: drivers/media/i2c/ov7670.c
7837
7838ONENAND FLASH DRIVER
7839M: Kyungmin Park <kyungmin.park@samsung.com>
7840L: linux-mtd@lists.infradead.org
7841S: Maintained
7842F: drivers/mtd/onenand/
7843F: include/linux/mtd/onenand*.h
7844
7845ONSTREAM SCSI TAPE DRIVER
7846M: Willem Riede <osst@riede.org>
7847L: osst-users@lists.sourceforge.net
7848L: linux-scsi@vger.kernel.org
7849S: Maintained
7850F: Documentation/scsi/osst.txt
7851F: drivers/scsi/osst.*
7852F: drivers/scsi/osst_*.h
7853F: drivers/scsi/st.h
7854
7855OPENCORES I2C BUS DRIVER
7856M: Peter Korsgaard <jacmet@sunsite.dk>
7857L: linux-i2c@vger.kernel.org
7858S: Maintained
7859F: Documentation/i2c/busses/i2c-ocores
7860F: drivers/i2c/busses/i2c-ocores.c
7861
7862OPEN FIRMWARE AND FLATTENED DEVICE TREE
7863M: Rob Herring <robh+dt@kernel.org>
7864M: Frank Rowand <frowand.list@gmail.com>
7865M: Grant Likely <grant.likely@linaro.org>
7866L: devicetree@vger.kernel.org
7867W: http://www.devicetree.org/
7868T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7869S: Maintained
7870F: drivers/of/
7871F: include/linux/of*.h
7872F: scripts/dtc/
7873
7874OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7875M: Rob Herring <robh+dt@kernel.org>
7876M: Pawel Moll <pawel.moll@arm.com>
7877M: Mark Rutland <mark.rutland@arm.com>
7878M: Ian Campbell <ijc+devicetree@hellion.org.uk>
7879M: Kumar Gala <galak@codeaurora.org>
7880L: devicetree@vger.kernel.org
7881S: Maintained
7882F: Documentation/devicetree/
7883F: arch/*/boot/dts/
7884F: include/dt-bindings/
7885
7886OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7887M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7888L: devicetree@vger.kernel.org
7889S: Maintained
7890F: Documentation/devicetree/dynamic-resolution-notes.txt
7891F: Documentation/devicetree/overlay-notes.txt
7892F: drivers/of/overlay.c
7893F: drivers/of/resolver.c
7894
7895OPENRISC ARCHITECTURE
7896M: Jonas Bonn <jonas@southpole.se>
7897W: http://openrisc.net
7898L: linux@lists.openrisc.net (moderated for non-subscribers)
7899S: Maintained
7900T: git git://openrisc.net/~jonas/linux
7901F: arch/openrisc/
7902
7903OPENVSWITCH
7904M: Pravin Shelar <pshelar@nicira.com>
7905L: netdev@vger.kernel.org
7906L: dev@openvswitch.org
7907W: http://openvswitch.org
7908S: Maintained
7909F: net/openvswitch/
7910F: include/uapi/linux/openvswitch.h
7911
7912OPL4 DRIVER
7913M: Clemens Ladisch <clemens@ladisch.de>
7914L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7915T: git git://git.alsa-project.org/alsa-kernel.git
7916S: Maintained
7917F: sound/drivers/opl4/
7918
7919OPROFILE
7920M: Robert Richter <rric@kernel.org>
7921L: oprofile-list@lists.sf.net
7922S: Maintained
7923F: arch/*/include/asm/oprofile*.h
7924F: arch/*/oprofile/
7925F: drivers/oprofile/
7926F: include/linux/oprofile.h
7927
7928ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7929M: Mark Fasheh <mfasheh@suse.com>
7930M: Joel Becker <jlbec@evilplan.org>
7931L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7932W: http://ocfs2.wiki.kernel.org
7933S: Supported
7934F: Documentation/filesystems/ocfs2.txt
7935F: Documentation/filesystems/dlmfs.txt
7936F: fs/ocfs2/
7937
7938ORINOCO DRIVER
7939L: linux-wireless@vger.kernel.org
7940W: http://wireless.kernel.org/en/users/Drivers/orinoco
7941W: http://www.nongnu.org/orinoco/
7942S: Orphan
7943F: drivers/net/wireless/orinoco/
7944
7945OSD LIBRARY and FILESYSTEM
7946M: Boaz Harrosh <ooo@electrozaur.com>
7947M: Benny Halevy <bhalevy@primarydata.com>
7948L: osd-dev@open-osd.org
7949W: http://open-osd.org
7950T: git git://git.open-osd.org/open-osd.git
7951S: Maintained
7952F: drivers/scsi/osd/
7953F: include/scsi/osd_*
7954F: fs/exofs/
7955
7956OVERLAY FILESYSTEM
7957M: Miklos Szeredi <miklos@szeredi.hu>
7958L: linux-unionfs@vger.kernel.org
7959T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7960S: Supported
7961F: fs/overlayfs/
7962F: Documentation/filesystems/overlayfs.txt
7963
7964P54 WIRELESS DRIVER
7965M: Christian Lamparter <chunkeey@googlemail.com>
7966L: linux-wireless@vger.kernel.org
7967W: http://wireless.kernel.org/en/users/Drivers/p54
7968S: Maintained
7969F: drivers/net/wireless/p54/
7970
7971PA SEMI ETHERNET DRIVER
7972M: Olof Johansson <olof@lixom.net>
7973L: netdev@vger.kernel.org
7974S: Maintained
7975F: drivers/net/ethernet/pasemi/*
7976
7977PA SEMI SMBUS DRIVER
7978M: Olof Johansson <olof@lixom.net>
7979L: linux-i2c@vger.kernel.org
7980S: Maintained
7981F: drivers/i2c/busses/i2c-pasemi.c
7982
7983PADATA PARALLEL EXECUTION MECHANISM
7984M: Steffen Klassert <steffen.klassert@secunet.com>
7985L: linux-crypto@vger.kernel.org
7986S: Maintained
7987F: kernel/padata.c
7988F: include/linux/padata.h
7989F: Documentation/padata.txt
7990
7991PANASONIC LAPTOP ACPI EXTRAS DRIVER
7992M: Harald Welte <laforge@gnumonks.org>
7993L: platform-driver-x86@vger.kernel.org
7994S: Maintained
7995F: drivers/platform/x86/panasonic-laptop.c
7996
7997PANASONIC MN10300/AM33/AM34 PORT
7998M: David Howells <dhowells@redhat.com>
7999M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8000L: linux-am33-list@redhat.com (moderated for non-subscribers)
8001W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8002S: Maintained
8003F: Documentation/mn10300/
8004F: arch/mn10300/
8005
8006PARALLEL PORT SUBSYSTEM
8007M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8008M: Sudip Mukherjee <sudip@vectorindia.org>
8009L: linux-parport@lists.infradead.org (subscribers-only)
8010S: Maintained
8011F: drivers/parport/
8012F: include/linux/parport*.h
8013F: drivers/char/ppdev.c
8014F: include/uapi/linux/ppdev.h
8015F: Documentation/parport*.txt
8016
8017PARAVIRT_OPS INTERFACE
8018M: Jeremy Fitzhardinge <jeremy@goop.org>
8019M: Chris Wright <chrisw@sous-sol.org>
8020M: Alok Kataria <akataria@vmware.com>
8021M: Rusty Russell <rusty@rustcorp.com.au>
8022L: virtualization@lists.linux-foundation.org
8023S: Supported
8024F: Documentation/virtual/paravirt_ops.txt
8025F: arch/*/kernel/paravirt*
8026F: arch/*/include/asm/paravirt.h
8027
8028PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8029M: Tim Waugh <tim@cyberelk.net>
8030L: linux-parport@lists.infradead.org (subscribers-only)
8031S: Maintained
8032F: Documentation/blockdev/paride.txt
8033F: drivers/block/paride/
8034
8035PARISC ARCHITECTURE
8036M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8037M: Helge Deller <deller@gmx.de>
8038L: linux-parisc@vger.kernel.org
8039W: http://www.parisc-linux.org/
8040Q: http://patchwork.kernel.org/project/linux-parisc/list/
8041T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8042T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8043S: Maintained
8044F: arch/parisc/
8045F: Documentation/parisc/
8046F: drivers/parisc/
8047F: drivers/char/agp/parisc-agp.c
8048F: drivers/input/serio/gscps2.c
8049F: drivers/parport/parport_gsc.*
8050F: drivers/tty/serial/8250/8250_gsc.c
8051F: drivers/video/fbdev/sti*
8052F: drivers/video/console/sti*
8053F: drivers/video/logo/logo_parisc*
8054
8055PC87360 HARDWARE MONITORING DRIVER
8056M: Jim Cromie <jim.cromie@gmail.com>
8057L: lm-sensors@lm-sensors.org
8058S: Maintained
8059F: Documentation/hwmon/pc87360
8060F: drivers/hwmon/pc87360.c
8061
8062PC8736x GPIO DRIVER
8063M: Jim Cromie <jim.cromie@gmail.com>
8064S: Maintained
8065F: drivers/char/pc8736x_gpio.c
8066
8067PC87427 HARDWARE MONITORING DRIVER
8068M: Jean Delvare <jdelvare@suse.com>
8069L: lm-sensors@lm-sensors.org
8070S: Maintained
8071F: Documentation/hwmon/pc87427
8072F: drivers/hwmon/pc87427.c
8073
8074PCA9532 LED DRIVER
8075M: Riku Voipio <riku.voipio@iki.fi>
8076S: Maintained
8077F: drivers/leds/leds-pca9532.c
8078F: include/linux/leds-pca9532.h
8079
8080PCA9541 I2C BUS MASTER SELECTOR DRIVER
8081M: Guenter Roeck <linux@roeck-us.net>
8082L: linux-i2c@vger.kernel.org
8083S: Maintained
8084F: drivers/i2c/muxes/i2c-mux-pca9541.c
8085
8086PCDP - PRIMARY CONSOLE AND DEBUG PORT
8087M: Khalid Aziz <khalid@gonehiking.org>
8088S: Maintained
8089F: drivers/firmware/pcdp.*
8090
8091PCI ERROR RECOVERY
8092M: Linas Vepstas <linasvepstas@gmail.com>
8093L: linux-pci@vger.kernel.org
8094S: Supported
8095F: Documentation/PCI/pci-error-recovery.txt
8096
8097PCI SUBSYSTEM
8098M: Bjorn Helgaas <bhelgaas@google.com>
8099L: linux-pci@vger.kernel.org
8100Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8101T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8102S: Supported
8103F: Documentation/PCI/
8104F: drivers/pci/
8105F: include/linux/pci*
8106F: arch/x86/pci/
8107F: arch/x86/kernel/quirks.c
8108
8109PCI DRIVER FOR ALTERA PCIE IP
8110M: Ley Foon Tan <lftan@altera.com>
8111L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8112L: linux-pci@vger.kernel.org
8113S: Supported
8114F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8115F: drivers/pci/host/pcie-altera.c
8116
8117PCI DRIVER FOR ARM VERSATILE PLATFORM
8118M: Rob Herring <robh@kernel.org>
8119L: linux-pci@vger.kernel.org
8120L: linux-arm-kernel@lists.infradead.org
8121S: Maintained
8122F: Documentation/devicetree/bindings/pci/versatile.txt
8123F: drivers/pci/host/pci-versatile.c
8124
8125PCI DRIVER FOR APPLIEDMICRO XGENE
8126M: Tanmay Inamdar <tinamdar@apm.com>
8127L: linux-pci@vger.kernel.org
8128L: linux-arm-kernel@lists.infradead.org
8129S: Maintained
8130F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8131F: drivers/pci/host/pci-xgene.c
8132
8133PCI DRIVER FOR FREESCALE LAYERSCAPE
8134M: Minghuan Lian <minghuan.Lian@freescale.com>
8135M: Mingkai Hu <mingkai.hu@freescale.com>
8136M: Roy Zang <tie-fei.zang@freescale.com>
8137L: linuxppc-dev@lists.ozlabs.org
8138L: linux-pci@vger.kernel.org
8139L: linux-arm-kernel@lists.infradead.org
8140S: Maintained
8141F: drivers/pci/host/*layerscape*
8142
8143PCI DRIVER FOR IMX6
8144M: Richard Zhu <Richard.Zhu@freescale.com>
8145M: Lucas Stach <l.stach@pengutronix.de>
8146L: linux-pci@vger.kernel.org
8147L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8148S: Maintained
8149F: drivers/pci/host/*imx6*
8150
8151PCI DRIVER FOR TI KEYSTONE
8152M: Murali Karicheri <m-karicheri2@ti.com>
8153L: linux-pci@vger.kernel.org
8154L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8155S: Maintained
8156F: drivers/pci/host/*keystone*
8157
8158PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8159M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8160M: Jason Cooper <jason@lakedaemon.net>
8161L: linux-pci@vger.kernel.org
8162L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8163S: Maintained
8164F: drivers/pci/host/*mvebu*
8165
8166PCI DRIVER FOR NVIDIA TEGRA
8167M: Thierry Reding <thierry.reding@gmail.com>
8168L: linux-tegra@vger.kernel.org
8169L: linux-pci@vger.kernel.org
8170S: Supported
8171F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8172F: drivers/pci/host/pci-tegra.c
8173
8174PCI DRIVER FOR TI DRA7XX
8175M: Kishon Vijay Abraham I <kishon@ti.com>
8176L: linux-omap@vger.kernel.org
8177L: linux-pci@vger.kernel.org
8178S: Supported
8179F: Documentation/devicetree/bindings/pci/ti-pci.txt
8180F: drivers/pci/host/pci-dra7xx.c
8181
8182PCI DRIVER FOR RENESAS R-CAR
8183M: Simon Horman <horms@verge.net.au>
8184L: linux-pci@vger.kernel.org
8185L: linux-sh@vger.kernel.org
8186S: Maintained
8187F: drivers/pci/host/*rcar*
8188
8189PCI DRIVER FOR SAMSUNG EXYNOS
8190M: Jingoo Han <jingoohan1@gmail.com>
8191L: linux-pci@vger.kernel.org
8192L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8193L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8194S: Maintained
8195F: drivers/pci/host/pci-exynos.c
8196
8197PCI DRIVER FOR SYNOPSIS DESIGNWARE
8198M: Jingoo Han <jingoohan1@gmail.com>
8199M: Pratyush Anand <pratyush.anand@gmail.com>
8200L: linux-pci@vger.kernel.org
8201S: Maintained
8202F: drivers/pci/host/*designware*
8203
8204PCI DRIVER FOR GENERIC OF HOSTS
8205M: Will Deacon <will.deacon@arm.com>
8206L: linux-pci@vger.kernel.org
8207L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8208S: Maintained
8209F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8210F: drivers/pci/host/pci-host-generic.c
8211
8212PCIE DRIVER FOR ST SPEAR13XX
8213M: Pratyush Anand <pratyush.anand@gmail.com>
8214L: linux-pci@vger.kernel.org
8215S: Maintained
8216F: drivers/pci/host/*spear*
8217
8218PCI MSI DRIVER FOR ALTERA MSI IP
8219M: Ley Foon Tan <lftan@altera.com>
8220L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8221L: linux-pci@vger.kernel.org
8222S: Supported
8223F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8224F: drivers/pci/host/pcie-altera-msi.c
8225
8226PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8227M: Duc Dang <dhdang@apm.com>
8228L: linux-pci@vger.kernel.org
8229L: linux-arm-kernel@lists.infradead.org
8230S: Maintained
8231F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8232F: drivers/pci/host/pci-xgene-msi.c
8233
8234PCIE DRIVER FOR HISILICON
8235M: Zhou Wang <wangzhou1@hisilicon.com>
8236L: linux-pci@vger.kernel.org
8237S: Maintained
8238F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8239F: drivers/pci/host/pcie-hisi.c
8240
8241PCMCIA SUBSYSTEM
8242P: Linux PCMCIA Team
8243L: linux-pcmcia@lists.infradead.org
8244W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8245T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8246S: Maintained
8247F: Documentation/pcmcia/
8248F: drivers/pcmcia/
8249F: include/pcmcia/
8250
8251PCNET32 NETWORK DRIVER
8252M: Don Fry <pcnet32@frontier.com>
8253L: netdev@vger.kernel.org
8254S: Maintained
8255F: drivers/net/ethernet/amd/pcnet32.c
8256
8257PCRYPT PARALLEL CRYPTO ENGINE
8258M: Steffen Klassert <steffen.klassert@secunet.com>
8259L: linux-crypto@vger.kernel.org
8260S: Maintained
8261F: crypto/pcrypt.c
8262F: include/crypto/pcrypt.h
8263
8264PER-CPU MEMORY ALLOCATOR
8265M: Tejun Heo <tj@kernel.org>
8266M: Christoph Lameter <cl@linux-foundation.org>
8267T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8268S: Maintained
8269F: include/linux/percpu*.h
8270F: mm/percpu*.c
8271F: arch/*/include/asm/percpu.h
8272
8273PER-TASK DELAY ACCOUNTING
8274M: Balbir Singh <bsingharora@gmail.com>
8275S: Maintained
8276F: include/linux/delayacct.h
8277F: kernel/delayacct.c
8278
8279PERFORMANCE EVENTS SUBSYSTEM
8280M: Peter Zijlstra <a.p.zijlstra@chello.nl>
8281M: Ingo Molnar <mingo@redhat.com>
8282M: Arnaldo Carvalho de Melo <acme@kernel.org>
8283L: linux-kernel@vger.kernel.org
8284T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8285S: Supported
8286F: kernel/events/*
8287F: include/linux/perf_event.h
8288F: include/uapi/linux/perf_event.h
8289F: arch/*/kernel/perf_event*.c
8290F: arch/*/kernel/*/perf_event*.c
8291F: arch/*/kernel/*/*/perf_event*.c
8292F: arch/*/include/asm/perf_event.h
8293F: arch/*/kernel/perf_callchain.c
8294F: tools/perf/
8295
8296PERSONALITY HANDLING
8297M: Christoph Hellwig <hch@infradead.org>
8298L: linux-abi-devel@lists.sourceforge.net
8299S: Maintained
8300F: include/linux/personality.h
8301F: include/uapi/linux/personality.h
8302
8303PHONET PROTOCOL
8304M: Remi Denis-Courmont <courmisch@gmail.com>
8305S: Supported
8306F: Documentation/networking/phonet.txt
8307F: include/linux/phonet.h
8308F: include/net/phonet/
8309F: include/uapi/linux/phonet.h
8310F: net/phonet/
8311
8312PHRAM MTD DRIVER
8313M: Joern Engel <joern@lazybastard.org>
8314L: linux-mtd@lists.infradead.org
8315S: Maintained
8316F: drivers/mtd/devices/phram.c
8317
8318PICOLCD HID DRIVER
8319M: Bruno Prémont <bonbons@linux-vserver.org>
8320L: linux-input@vger.kernel.org
8321S: Maintained
8322F: drivers/hid/hid-picolcd*
8323
8324PICOXCELL SUPPORT
8325M: Jamie Iles <jamie@jamieiles.com>
8326L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8327T: git git://github.com/jamieiles/linux-2.6-ji.git
8328S: Supported
8329F: arch/arm/boot/dts/picoxcell*
8330F: arch/arm/mach-picoxcell/
8331F: drivers/crypto/picoxcell*
8332
8333PIN CONTROL SUBSYSTEM
8334M: Linus Walleij <linus.walleij@linaro.org>
8335L: linux-gpio@vger.kernel.org
8336T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8337S: Maintained
8338F: drivers/pinctrl/
8339F: include/linux/pinctrl/
8340
8341PIN CONTROLLER - ATMEL AT91
8342M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8343L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8344S: Maintained
8345F: drivers/pinctrl/pinctrl-at91.*
8346
8347PIN CONTROLLER - ATMEL AT91 PIO4
8348M: Ludovic Desroches <ludovic.desroches@atmel.com>
8349L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8350L: linux-gpio@vger.kernel.org
8351S: Supported
8352F: drivers/pinctrl/pinctrl-at91-pio4.*
8353
8354PIN CONTROLLER - INTEL
8355M: Mika Westerberg <mika.westerberg@linux.intel.com>
8356M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
8357S: Maintained
8358F: drivers/pinctrl/intel/
8359
8360PIN CONTROLLER - RENESAS
8361M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8362L: linux-sh@vger.kernel.org
8363S: Maintained
8364F: drivers/pinctrl/sh-pfc/
8365
8366PIN CONTROLLER - SAMSUNG
8367M: Tomasz Figa <tomasz.figa@gmail.com>
8368L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8369L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8370S: Maintained
8371F: drivers/pinctrl/samsung/
8372
8373PIN CONTROLLER - ST SPEAR
8374M: Viresh Kumar <vireshk@kernel.org>
8375L: spear-devel@list.st.com
8376L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8377W: http://www.st.com/spear
8378S: Maintained
8379F: drivers/pinctrl/spear/
8380
8381PKTCDVD DRIVER
8382M: Jiri Kosina <jikos@kernel.org>
8383S: Maintained
8384F: drivers/block/pktcdvd.c
8385F: include/linux/pktcdvd.h
8386F: include/uapi/linux/pktcdvd.h
8387
8388PKUNITY SOC DRIVERS
8389M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8390W: http://mprc.pku.edu.cn/~guanxuetao/linux
8391S: Maintained
8392T: git git://github.com/gxt/linux.git
8393F: drivers/input/serio/i8042-unicore32io.h
8394F: drivers/i2c/busses/i2c-puv3.c
8395F: drivers/video/fbdev/fb-puv3.c
8396F: drivers/rtc/rtc-puv3.c
8397
8398PMBUS HARDWARE MONITORING DRIVERS
8399M: Guenter Roeck <linux@roeck-us.net>
8400L: lm-sensors@lm-sensors.org
8401W: http://www.lm-sensors.org/
8402W: http://www.roeck-us.net/linux/drivers/
8403T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8404S: Maintained
8405F: Documentation/hwmon/pmbus
8406F: drivers/hwmon/pmbus/
8407F: include/linux/i2c/pmbus.h
8408
8409PMC SIERRA MaxRAID DRIVER
8410L: linux-scsi@vger.kernel.org
8411W: http://www.pmc-sierra.com/
8412S: Orphan
8413F: drivers/scsi/pmcraid.*
8414
8415PMC SIERRA PM8001 DRIVER
8416M: Jack Wang <jinpu.wang@profitbricks.com>
8417M: lindar_liu@usish.com
8418L: pmchba@pmcs.com
8419L: linux-scsi@vger.kernel.org
8420S: Supported
8421F: drivers/scsi/pm8001/
8422
8423POSIX CLOCKS and TIMERS
8424M: Thomas Gleixner <tglx@linutronix.de>
8425L: linux-kernel@vger.kernel.org
8426T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8427S: Maintained
8428F: fs/timerfd.c
8429F: include/linux/timer*
8430F: kernel/time/*timer*
8431
8432POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8433M: Sebastian Reichel <sre@kernel.org>
8434M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8435M: David Woodhouse <dwmw2@infradead.org>
8436L: linux-pm@vger.kernel.org
8437T: git git://git.infradead.org/battery-2.6.git
8438S: Maintained
8439F: include/linux/power_supply.h
8440F: drivers/power/
8441X: drivers/power/avs/
8442
8443POWER STATE COORDINATION INTERFACE (PSCI)
8444M: Mark Rutland <mark.rutland@arm.com>
8445M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8446L: linux-arm-kernel@lists.infradead.org
8447S: Maintained
8448F: drivers/firmware/psci.c
8449F: include/linux/psci.h
8450F: include/uapi/linux/psci.h
8451
8452PNP SUPPORT
8453M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8454S: Maintained
8455F: drivers/pnp/
8456
8457PPP PROTOCOL DRIVERS AND COMPRESSORS
8458M: Paul Mackerras <paulus@samba.org>
8459L: linux-ppp@vger.kernel.org
8460S: Maintained
8461F: drivers/net/ppp/ppp_*
8462
8463PPP OVER ATM (RFC 2364)
8464M: Mitchell Blank Jr <mitch@sfgoth.com>
8465S: Maintained
8466F: net/atm/pppoatm.c
8467F: include/uapi/linux/atmppp.h
8468
8469PPP OVER ETHERNET
8470M: Michal Ostrowski <mostrows@earthlink.net>
8471S: Maintained
8472F: drivers/net/ppp/pppoe.c
8473F: drivers/net/ppp/pppox.c
8474
8475PPP OVER L2TP
8476M: James Chapman <jchapman@katalix.com>
8477S: Maintained
8478F: net/l2tp/l2tp_ppp.c
8479F: include/linux/if_pppol2tp.h
8480F: include/uapi/linux/if_pppol2tp.h
8481
8482PPS SUPPORT
8483M: Rodolfo Giometti <giometti@enneenne.com>
8484W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8485L: linuxpps@ml.enneenne.com (subscribers-only)
8486S: Maintained
8487F: Documentation/pps/
8488F: drivers/pps/
8489F: include/linux/pps*.h
8490
8491PPTP DRIVER
8492M: Dmitry Kozlov <xeb@mail.ru>
8493L: netdev@vger.kernel.org
8494S: Maintained
8495F: drivers/net/ppp/pptp.c
8496W: http://sourceforge.net/projects/accel-pptp
8497
8498PREEMPTIBLE KERNEL
8499M: Robert Love <rml@tech9.net>
8500L: kpreempt-tech@lists.sourceforge.net
8501W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8502S: Supported
8503F: Documentation/preempt-locking.txt
8504F: include/linux/preempt.h
8505
8506PRISM54 WIRELESS DRIVER
8507M: "Luis R. Rodriguez" <mcgrof@gmail.com>
8508L: linux-wireless@vger.kernel.org
8509W: http://wireless.kernel.org/en/users/Drivers/p54
8510S: Obsolete
8511F: drivers/net/wireless/prism54/
8512
8513PS3 NETWORK SUPPORT
8514M: Geoff Levand <geoff@infradead.org>
8515L: netdev@vger.kernel.org
8516L: linuxppc-dev@lists.ozlabs.org
8517S: Maintained
8518F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
8519
8520PS3 PLATFORM SUPPORT
8521M: Geoff Levand <geoff@infradead.org>
8522L: linuxppc-dev@lists.ozlabs.org
8523S: Maintained
8524F: arch/powerpc/boot/ps3*
8525F: arch/powerpc/include/asm/lv1call.h
8526F: arch/powerpc/include/asm/ps3*.h
8527F: arch/powerpc/platforms/ps3/
8528F: drivers/*/ps3*
8529F: drivers/ps3/
8530F: drivers/rtc/rtc-ps3.c
8531F: drivers/usb/host/*ps3.c
8532F: sound/ppc/snd_ps3*
8533
8534PS3VRAM DRIVER
8535M: Jim Paris <jim@jtan.com>
8536M: Geoff Levand <geoff@infradead.org>
8537L: linuxppc-dev@lists.ozlabs.org
8538S: Maintained
8539F: drivers/block/ps3vram.c
8540
8541PSTORE FILESYSTEM
8542M: Anton Vorontsov <anton@enomsg.org>
8543M: Colin Cross <ccross@android.com>
8544M: Kees Cook <keescook@chromium.org>
8545M: Tony Luck <tony.luck@intel.com>
8546S: Maintained
8547T: git git://git.infradead.org/users/cbou/linux-pstore.git
8548F: fs/pstore/
8549F: include/linux/pstore*
8550F: drivers/firmware/efi/efi-pstore.c
8551F: drivers/acpi/apei/erst.c
8552
8553PTP HARDWARE CLOCK SUPPORT
8554M: Richard Cochran <richardcochran@gmail.com>
8555L: netdev@vger.kernel.org
8556S: Maintained
8557W: http://linuxptp.sourceforge.net/
8558F: Documentation/ABI/testing/sysfs-ptp
8559F: Documentation/ptp/*
8560F: drivers/net/ethernet/freescale/gianfar_ptp.c
8561F: drivers/net/phy/dp83640*
8562F: drivers/ptp/*
8563F: include/linux/ptp_cl*
8564
8565PTRACE SUPPORT
8566M: Roland McGrath <roland@hack.frob.com>
8567M: Oleg Nesterov <oleg@redhat.com>
8568S: Maintained
8569F: include/asm-generic/syscall.h
8570F: include/linux/ptrace.h
8571F: include/linux/regset.h
8572F: include/linux/tracehook.h
8573F: include/uapi/linux/ptrace.h
8574F: kernel/ptrace.c
8575
8576PVRUSB2 VIDEO4LINUX DRIVER
8577M: Mike Isely <isely@pobox.com>
8578L: pvrusb2@isely.net (subscribers-only)
8579L: linux-media@vger.kernel.org
8580W: http://www.isely.net/pvrusb2/
8581T: git git://linuxtv.org/media_tree.git
8582S: Maintained
8583F: Documentation/video4linux/README.pvrusb2
8584F: drivers/media/usb/pvrusb2/
8585
8586PWC WEBCAM DRIVER
8587M: Hans de Goede <hdegoede@redhat.com>
8588L: linux-media@vger.kernel.org
8589T: git git://linuxtv.org/media_tree.git
8590S: Maintained
8591F: drivers/media/usb/pwc/*
8592
8593PWM FAN DRIVER
8594M: Kamil Debski <k.debski@samsung.com>
8595L: lm-sensors@lm-sensors.org
8596S: Supported
8597F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8598F: Documentation/hwmon/pwm-fan
8599F: drivers/hwmon/pwm-fan.c
8600
8601PWM SUBSYSTEM
8602M: Thierry Reding <thierry.reding@gmail.com>
8603L: linux-pwm@vger.kernel.org
8604S: Maintained
8605T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8606F: Documentation/pwm.txt
8607F: Documentation/devicetree/bindings/pwm/
8608F: include/linux/pwm.h
8609F: drivers/pwm/
8610F: drivers/video/backlight/pwm_bl.c
8611F: include/linux/pwm_backlight.h
8612
8613PXA2xx/PXA3xx SUPPORT
8614M: Daniel Mack <daniel@zonque.org>
8615M: Haojian Zhuang <haojian.zhuang@gmail.com>
8616M: Robert Jarzmik <robert.jarzmik@free.fr>
8617L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8618T: git git://github.com/hzhuang1/linux.git
8619T: git git://github.com/rjarzmik/linux.git
8620S: Maintained
8621F: arch/arm/mach-pxa/
8622F: drivers/dma/pxa*
8623F: drivers/pcmcia/pxa2xx*
8624F: drivers/spi/spi-pxa2xx*
8625F: drivers/usb/gadget/udc/pxa2*
8626F: include/sound/pxa2xx-lib.h
8627F: sound/arm/pxa*
8628F: sound/soc/pxa/
8629
8630PXA3xx NAND FLASH DRIVER
8631M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8632L: linux-mtd@lists.infradead.org
8633S: Maintained
8634F: drivers/mtd/nand/pxa3xx_nand.c
8635
8636MMP SUPPORT
8637M: Eric Miao <eric.y.miao@gmail.com>
8638M: Haojian Zhuang <haojian.zhuang@gmail.com>
8639L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8640T: git git://github.com/hzhuang1/linux.git
8641T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
8642S: Maintained
8643F: arch/arm/mach-mmp/
8644
8645PXA MMCI DRIVER
8646S: Orphan
8647
8648PXA RTC DRIVER
8649M: Robert Jarzmik <robert.jarzmik@free.fr>
8650L: rtc-linux@googlegroups.com
8651S: Maintained
8652
8653QAT DRIVER
8654M: Tadeusz Struk <tadeusz.struk@intel.com>
8655L: qat-linux@intel.com
8656S: Supported
8657F: drivers/crypto/qat/
8658
8659QIB DRIVER
8660M: Mike Marciniszyn <infinipath@intel.com>
8661L: linux-rdma@vger.kernel.org
8662S: Supported
8663F: drivers/infiniband/hw/qib/
8664
8665QLOGIC QLA1280 SCSI DRIVER
8666M: Michael Reed <mdr@sgi.com>
8667L: linux-scsi@vger.kernel.org
8668S: Maintained
8669F: drivers/scsi/qla1280.[ch]
8670
8671QLOGIC QLA2XXX FC-SCSI DRIVER
8672M: qla2xxx-upstream@qlogic.com
8673L: linux-scsi@vger.kernel.org
8674S: Supported
8675F: Documentation/scsi/LICENSE.qla2xxx
8676F: drivers/scsi/qla2xxx/
8677
8678QLOGIC QLA4XXX iSCSI DRIVER
8679M: QLogic-Storage-Upstream@qlogic.com
8680L: linux-scsi@vger.kernel.org
8681S: Supported
8682F: Documentation/scsi/LICENSE.qla4xxx
8683F: drivers/scsi/qla4xxx/
8684
8685QLOGIC QLA3XXX NETWORK DRIVER
8686M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8687M: Ron Mercer <ron.mercer@qlogic.com>
8688M: linux-driver@qlogic.com
8689L: netdev@vger.kernel.org
8690S: Supported
8691F: Documentation/networking/LICENSE.qla3xxx
8692F: drivers/net/ethernet/qlogic/qla3xxx.*
8693
8694QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8695M: Dept-GELinuxNICDev@qlogic.com
8696L: netdev@vger.kernel.org
8697S: Supported
8698F: drivers/net/ethernet/qlogic/qlcnic/
8699
8700QLOGIC QLGE 10Gb ETHERNET DRIVER
8701M: Harish Patil <harish.patil@qlogic.com>
8702M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8703M: Dept-GELinuxNICDev@qlogic.com
8704M: linux-driver@qlogic.com
8705L: netdev@vger.kernel.org
8706S: Supported
8707F: drivers/net/ethernet/qlogic/qlge/
8708
8709QLOGIC QL4xxx ETHERNET DRIVER
8710M: Yuval Mintz <Yuval.Mintz@qlogic.com>
8711M: Ariel Elior <Ariel.Elior@qlogic.com>
8712M: everest-linux-l2@qlogic.com
8713L: netdev@vger.kernel.org
8714S: Supported
8715F: drivers/net/ethernet/qlogic/qed/
8716F: include/linux/qed/
8717F: drivers/net/ethernet/qlogic/qede/
8718
8719QNX4 FILESYSTEM
8720M: Anders Larsen <al@alarsen.net>
8721W: http://www.alarsen.net/linux/qnx4fs/
8722S: Maintained
8723F: fs/qnx4/
8724F: include/uapi/linux/qnx4_fs.h
8725F: include/uapi/linux/qnxtypes.h
8726
8727QT1010 MEDIA DRIVER
8728M: Antti Palosaari <crope@iki.fi>
8729L: linux-media@vger.kernel.org
8730W: http://linuxtv.org/
8731W: http://palosaari.fi/linux/
8732Q: http://patchwork.linuxtv.org/project/linux-media/list/
8733T: git git://linuxtv.org/anttip/media_tree.git
8734S: Maintained
8735F: drivers/media/tuners/qt1010*
8736
8737QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8738M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8739L: linux-wireless@vger.kernel.org
8740L: ath9k-devel@lists.ath9k.org
8741W: http://wireless.kernel.org/en/users/Drivers/ath9k
8742S: Supported
8743F: drivers/net/wireless/ath/ath9k/
8744
8745QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8746M: Kalle Valo <kvalo@qca.qualcomm.com>
8747L: ath10k@lists.infradead.org
8748W: http://wireless.kernel.org/en/users/Drivers/ath10k
8749T: git git://github.com/kvalo/ath.git
8750S: Supported
8751F: drivers/net/wireless/ath/ath10k/
8752
8753QUALCOMM HEXAGON ARCHITECTURE
8754M: Richard Kuo <rkuo@codeaurora.org>
8755L: linux-hexagon@vger.kernel.org
8756S: Supported
8757F: arch/hexagon/
8758
8759QUALCOMM WCN36XX WIRELESS DRIVER
8760M: Eugene Krasnikov <k.eugene.e@gmail.com>
8761L: wcn36xx@lists.infradead.org
8762W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
8763T: git git://github.com/KrasnikovEugene/wcn36xx.git
8764S: Supported
8765F: drivers/net/wireless/ath/wcn36xx/
8766
8767RADOS BLOCK DEVICE (RBD)
8768M: Ilya Dryomov <idryomov@gmail.com>
8769M: Sage Weil <sage@redhat.com>
8770M: Alex Elder <elder@kernel.org>
8771L: ceph-devel@vger.kernel.org
8772W: http://ceph.com/
8773T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8774T: git git://github.com/ceph/ceph-client.git
8775S: Supported
8776F: Documentation/ABI/testing/sysfs-bus-rbd
8777F: drivers/block/rbd.c
8778F: drivers/block/rbd_types.h
8779
8780RADEON FRAMEBUFFER DISPLAY DRIVER
8781M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8782L: linux-fbdev@vger.kernel.org
8783S: Maintained
8784F: drivers/video/fbdev/aty/radeon*
8785F: include/uapi/linux/radeonfb.h
8786
8787RADIOSHARK RADIO DRIVER
8788M: Hans de Goede <hdegoede@redhat.com>
8789L: linux-media@vger.kernel.org
8790T: git git://linuxtv.org/media_tree.git
8791S: Maintained
8792F: drivers/media/radio/radio-shark.c
8793
8794RADIOSHARK2 RADIO DRIVER
8795M: Hans de Goede <hdegoede@redhat.com>
8796L: linux-media@vger.kernel.org
8797T: git git://linuxtv.org/media_tree.git
8798S: Maintained
8799F: drivers/media/radio/radio-shark2.c
8800F: drivers/media/radio/radio-tea5777.c
8801
8802RAGE128 FRAMEBUFFER DISPLAY DRIVER
8803M: Paul Mackerras <paulus@samba.org>
8804L: linux-fbdev@vger.kernel.org
8805S: Maintained
8806F: drivers/video/fbdev/aty/aty128fb.c
8807
8808RALINK RT2X00 WIRELESS LAN DRIVER
8809P: rt2x00 project
8810M: Stanislaw Gruszka <sgruszka@redhat.com>
8811M: Helmut Schaa <helmut.schaa@googlemail.com>
8812L: linux-wireless@vger.kernel.org
8813S: Maintained
8814F: drivers/net/wireless/rt2x00/
8815
8816RAMDISK RAM BLOCK DEVICE DRIVER
8817M: Jens Axboe <axboe@kernel.dk>
8818S: Maintained
8819F: Documentation/blockdev/ramdisk.txt
8820F: drivers/block/brd.c
8821
8822RANDOM NUMBER DRIVER
8823M: "Theodore Ts'o" <tytso@mit.edu>
8824S: Maintained
8825F: drivers/char/random.c
8826
8827RAPIDIO SUBSYSTEM
8828M: Matt Porter <mporter@kernel.crashing.org>
8829M: Alexandre Bounine <alexandre.bounine@idt.com>
8830S: Maintained
8831F: drivers/rapidio/
8832
8833RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8834L: linux-wireless@vger.kernel.org
8835S: Orphan
8836F: drivers/net/wireless/ray*
8837
8838RCUTORTURE MODULE
8839M: Josh Triplett <josh@joshtriplett.org>
8840M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8841L: linux-kernel@vger.kernel.org
8842S: Supported
8843T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8844F: Documentation/RCU/torture.txt
8845F: kernel/rcu/rcutorture.c
8846
8847RCUTORTURE TEST FRAMEWORK
8848M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8849M: Josh Triplett <josh@joshtriplett.org>
8850R: Steven Rostedt <rostedt@goodmis.org>
8851R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8852R: Lai Jiangshan <jiangshanlai@gmail.com>
8853L: linux-kernel@vger.kernel.org
8854S: Supported
8855T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8856F: tools/testing/selftests/rcutorture
8857
8858RDC R-321X SoC
8859M: Florian Fainelli <florian@openwrt.org>
8860S: Maintained
8861
8862RDC R6040 FAST ETHERNET DRIVER
8863M: Florian Fainelli <florian@openwrt.org>
8864L: netdev@vger.kernel.org
8865S: Maintained
8866F: drivers/net/ethernet/rdc/r6040.c
8867
8868RDS - RELIABLE DATAGRAM SOCKETS
8869M: Chien Yen <chien.yen@oracle.com>
8870L: rds-devel@oss.oracle.com (moderated for non-subscribers)
8871S: Supported
8872F: net/rds/
8873
8874READ-COPY UPDATE (RCU)
8875M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8876M: Josh Triplett <josh@joshtriplett.org>
8877R: Steven Rostedt <rostedt@goodmis.org>
8878R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8879R: Lai Jiangshan <jiangshanlai@gmail.com>
8880L: linux-kernel@vger.kernel.org
8881W: http://www.rdrop.com/users/paulmck/RCU/
8882S: Supported
8883T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8884F: Documentation/RCU/
8885X: Documentation/RCU/torture.txt
8886F: include/linux/rcu*
8887X: include/linux/srcu.h
8888F: kernel/rcu/
8889X: kernel/torture.c
8890
8891REAL TIME CLOCK (RTC) SUBSYSTEM
8892M: Alessandro Zummo <a.zummo@towertech.it>
8893M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
8894L: rtc-linux@googlegroups.com
8895Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
8896T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8897S: Maintained
8898F: Documentation/rtc.txt
8899F: drivers/rtc/
8900F: include/linux/rtc.h
8901F: include/uapi/linux/rtc.h
8902
8903REALTEK AUDIO CODECS
8904M: Bard Liao <bardliao@realtek.com>
8905M: Oder Chiou <oder_chiou@realtek.com>
8906S: Maintained
8907F: sound/soc/codecs/rt*
8908F: include/sound/rt*.h
8909
8910REISERFS FILE SYSTEM
8911L: reiserfs-devel@vger.kernel.org
8912S: Supported
8913F: fs/reiserfs/
8914
8915REGISTER MAP ABSTRACTION
8916M: Mark Brown <broonie@kernel.org>
8917L: linux-kernel@vger.kernel.org
8918T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8919S: Supported
8920F: drivers/base/regmap/
8921F: include/linux/regmap.h
8922
8923REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8924M: Ohad Ben-Cohen <ohad@wizery.com>
8925T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8926S: Maintained
8927F: drivers/remoteproc/
8928F: Documentation/remoteproc.txt
8929F: include/linux/remoteproc.h
8930
8931REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8932M: Ohad Ben-Cohen <ohad@wizery.com>
8933T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8934S: Maintained
8935F: drivers/rpmsg/
8936F: Documentation/rpmsg.txt
8937F: include/linux/rpmsg.h
8938
8939RESET CONTROLLER FRAMEWORK
8940M: Philipp Zabel <p.zabel@pengutronix.de>
8941S: Maintained
8942F: drivers/reset/
8943F: Documentation/devicetree/bindings/reset/
8944F: include/dt-bindings/reset/
8945F: include/linux/reset.h
8946F: include/linux/reset-controller.h
8947
8948RFKILL
8949M: Johannes Berg <johannes@sipsolutions.net>
8950L: linux-wireless@vger.kernel.org
8951W: http://wireless.kernel.org/
8952T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8953T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8954S: Maintained
8955F: Documentation/rfkill.txt
8956F: net/rfkill/
8957
8958RHASHTABLE
8959M: Thomas Graf <tgraf@suug.ch>
8960L: netdev@vger.kernel.org
8961S: Maintained
8962F: lib/rhashtable.c
8963F: include/linux/rhashtable.h
8964
8965RICOH SMARTMEDIA/XD DRIVER
8966M: Maxim Levitsky <maximlevitsky@gmail.com>
8967S: Maintained
8968F: drivers/mtd/nand/r852.c
8969F: drivers/mtd/nand/r852.h
8970
8971RICOH R5C592 MEMORYSTICK DRIVER
8972M: Maxim Levitsky <maximlevitsky@gmail.com>
8973S: Maintained
8974F: drivers/memstick/host/r592.*
8975
8976ROCCAT DRIVERS
8977M: Stefan Achatz <erazor_de@users.sourceforge.net>
8978W: http://sourceforge.net/projects/roccat/
8979S: Maintained
8980F: drivers/hid/hid-roccat*
8981F: include/linux/hid-roccat*
8982F: Documentation/ABI/*/sysfs-driver-hid-roccat*
8983
8984ROCKER DRIVER
8985M: Jiri Pirko <jiri@resnulli.us>
8986M: Scott Feldman <sfeldma@gmail.com>
8987L: netdev@vger.kernel.org
8988S: Supported
8989F: drivers/net/ethernet/rocker/
8990
8991ROCKETPORT DRIVER
8992P: Comtrol Corp.
8993W: http://www.comtrol.com
8994S: Maintained
8995F: Documentation/serial/rocket.txt
8996F: drivers/tty/rocket*
8997
8998ROCKETPORT EXPRESS/INFINITY DRIVER
8999M: Kevin Cernekee <cernekee@gmail.com>
9000L: linux-serial@vger.kernel.org
9001S: Odd Fixes
9002F: drivers/tty/serial/rp2.*
9003
9004ROSE NETWORK LAYER
9005M: Ralf Baechle <ralf@linux-mips.org>
9006L: linux-hams@vger.kernel.org
9007W: http://www.linux-ax25.org/
9008S: Maintained
9009F: include/net/rose.h
9010F: include/uapi/linux/rose.h
9011F: net/rose/
9012
9013RTL2830 MEDIA DRIVER
9014M: Antti Palosaari <crope@iki.fi>
9015L: linux-media@vger.kernel.org
9016W: http://linuxtv.org/
9017W: http://palosaari.fi/linux/
9018Q: http://patchwork.linuxtv.org/project/linux-media/list/
9019T: git git://linuxtv.org/anttip/media_tree.git
9020S: Maintained
9021F: drivers/media/dvb-frontends/rtl2830*
9022
9023RTL2832 MEDIA DRIVER
9024M: Antti Palosaari <crope@iki.fi>
9025L: linux-media@vger.kernel.org
9026W: http://linuxtv.org/
9027W: http://palosaari.fi/linux/
9028Q: http://patchwork.linuxtv.org/project/linux-media/list/
9029T: git git://linuxtv.org/anttip/media_tree.git
9030S: Maintained
9031F: drivers/media/dvb-frontends/rtl2832*
9032
9033RTL2832_SDR MEDIA DRIVER
9034M: Antti Palosaari <crope@iki.fi>
9035L: linux-media@vger.kernel.org
9036W: http://linuxtv.org/
9037W: http://palosaari.fi/linux/
9038Q: http://patchwork.linuxtv.org/project/linux-media/list/
9039T: git git://linuxtv.org/anttip/media_tree.git
9040S: Maintained
9041F: drivers/media/dvb-frontends/rtl2832_sdr*
9042
9043RTL8180 WIRELESS DRIVER
9044L: linux-wireless@vger.kernel.org
9045W: http://wireless.kernel.org/
9046T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9047S: Orphan
9048F: drivers/net/wireless/rtl818x/rtl8180/
9049
9050RTL8187 WIRELESS DRIVER
9051M: Herton Ronaldo Krzesinski <herton@canonical.com>
9052M: Hin-Tak Leung <htl10@users.sourceforge.net>
9053M: Larry Finger <Larry.Finger@lwfinger.net>
9054L: linux-wireless@vger.kernel.org
9055W: http://wireless.kernel.org/
9056T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9057S: Maintained
9058F: drivers/net/wireless/rtl818x/rtl8187/
9059
9060RTL8192CE WIRELESS DRIVER
9061M: Larry Finger <Larry.Finger@lwfinger.net>
9062M: Chaoming Li <chaoming_li@realsil.com.cn>
9063L: linux-wireless@vger.kernel.org
9064W: http://wireless.kernel.org/
9065T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9066S: Maintained
9067F: drivers/net/wireless/rtlwifi/
9068F: drivers/net/wireless/rtlwifi/rtl8192ce/
9069
9070RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9071M: Jes Sorensen <Jes.Sorensen@redhat.com>
9072L: linux-wireless@vger.kernel.org
9073T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9074S: Maintained
9075F: drivers/net/wireless/realtek/rtl8xxxu/
9076
9077S3 SAVAGE FRAMEBUFFER DRIVER
9078M: Antonino Daplas <adaplas@gmail.com>
9079L: linux-fbdev@vger.kernel.org
9080S: Maintained
9081F: drivers/video/fbdev/savage/
9082
9083S390
9084M: Martin Schwidefsky <schwidefsky@de.ibm.com>
9085M: Heiko Carstens <heiko.carstens@de.ibm.com>
9086L: linux-s390@vger.kernel.org
9087W: http://www.ibm.com/developerworks/linux/linux390/
9088S: Supported
9089F: arch/s390/
9090F: drivers/s390/
9091F: Documentation/s390/
9092F: Documentation/DocBook/s390*
9093
9094S390 COMMON I/O LAYER
9095M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9096M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9097L: linux-s390@vger.kernel.org
9098W: http://www.ibm.com/developerworks/linux/linux390/
9099S: Supported
9100F: drivers/s390/cio/
9101
9102S390 DASD DRIVER
9103M: Stefan Weinhuber <wein@de.ibm.com>
9104M: Stefan Haberland <stefan.haberland@de.ibm.com>
9105L: linux-s390@vger.kernel.org
9106W: http://www.ibm.com/developerworks/linux/linux390/
9107S: Supported
9108F: drivers/s390/block/dasd*
9109F: block/partitions/ibm.c
9110
9111S390 NETWORK DRIVERS
9112M: Ursula Braun <ursula.braun@de.ibm.com>
9113L: linux-s390@vger.kernel.org
9114W: http://www.ibm.com/developerworks/linux/linux390/
9115S: Supported
9116F: drivers/s390/net/
9117
9118S390 PCI SUBSYSTEM
9119M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9120M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9121L: linux-s390@vger.kernel.org
9122W: http://www.ibm.com/developerworks/linux/linux390/
9123S: Supported
9124F: arch/s390/pci/
9125F: drivers/pci/hotplug/s390_pci_hpc.c
9126
9127S390 ZCRYPT DRIVER
9128M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9129L: linux-s390@vger.kernel.org
9130W: http://www.ibm.com/developerworks/linux/linux390/
9131S: Supported
9132F: drivers/s390/crypto/
9133
9134S390 ZFCP DRIVER
9135M: Steffen Maier <maier@linux.vnet.ibm.com>
9136L: linux-s390@vger.kernel.org
9137W: http://www.ibm.com/developerworks/linux/linux390/
9138S: Supported
9139F: drivers/s390/scsi/zfcp_*
9140
9141S390 IUCV NETWORK LAYER
9142M: Ursula Braun <ursula.braun@de.ibm.com>
9143L: linux-s390@vger.kernel.org
9144W: http://www.ibm.com/developerworks/linux/linux390/
9145S: Supported
9146F: drivers/s390/net/*iucv*
9147F: include/net/iucv/
9148F: net/iucv/
9149
9150S390 IOMMU (PCI)
9151M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9152L: linux-s390@vger.kernel.org
9153W: http://www.ibm.com/developerworks/linux/linux390/
9154S: Supported
9155F: drivers/iommu/s390-iommu.c
9156
9157S3C24XX SD/MMC Driver
9158M: Ben Dooks <ben-linux@fluff.org>
9159L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9160S: Supported
9161F: drivers/mmc/host/s3cmci.*
9162
9163SAA6588 RDS RECEIVER DRIVER
9164M: Hans Verkuil <hverkuil@xs4all.nl>
9165L: linux-media@vger.kernel.org
9166T: git git://linuxtv.org/media_tree.git
9167W: http://linuxtv.org
9168S: Odd Fixes
9169F: drivers/media/i2c/saa6588*
9170
9171SAA7134 VIDEO4LINUX DRIVER
9172M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9173L: linux-media@vger.kernel.org
9174W: http://linuxtv.org
9175T: git git://linuxtv.org/media_tree.git
9176S: Odd fixes
9177F: Documentation/video4linux/*.saa7134
9178F: drivers/media/pci/saa7134/
9179
9180SAA7146 VIDEO4LINUX-2 DRIVER
9181M: Hans Verkuil <hverkuil@xs4all.nl>
9182L: linux-media@vger.kernel.org
9183T: git git://linuxtv.org/media_tree.git
9184S: Maintained
9185F: drivers/media/common/saa7146/
9186F: drivers/media/pci/saa7146/
9187F: include/media/saa7146*
9188
9189SAMSUNG LAPTOP DRIVER
9190M: Corentin Chary <corentin.chary@gmail.com>
9191L: platform-driver-x86@vger.kernel.org
9192S: Maintained
9193F: drivers/platform/x86/samsung-laptop.c
9194
9195SAMSUNG AUDIO (ASoC) DRIVERS
9196M: Sangbeom Kim <sbkim73@samsung.com>
9197L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9198S: Supported
9199F: sound/soc/samsung/
9200
9201SAMSUNG FRAMEBUFFER DRIVER
9202M: Jingoo Han <jingoohan1@gmail.com>
9203L: linux-fbdev@vger.kernel.org
9204S: Maintained
9205F: drivers/video/fbdev/s3c-fb.c
9206
9207SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9208M: Sangbeom Kim <sbkim73@samsung.com>
9209M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9210L: linux-kernel@vger.kernel.org
9211L: linux-samsung-soc@vger.kernel.org
9212S: Supported
9213F: drivers/mfd/sec*.c
9214F: drivers/regulator/s2m*.c
9215F: drivers/regulator/s5m*.c
9216F: drivers/clk/clk-s2mps11.c
9217F: drivers/rtc/rtc-s5m.c
9218F: include/linux/mfd/samsung/
9219F: Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9220F: Documentation/devicetree/bindings/mfd/s2mp*.txt
9221
9222SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9223M: Kyungmin Park <kyungmin.park@samsung.com>
9224M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9225L: linux-media@vger.kernel.org
9226Q: https://patchwork.linuxtv.org/project/linux-media/list/
9227S: Supported
9228F: drivers/media/platform/exynos4-is/
9229
9230SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9231M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9232L: linux-media@vger.kernel.org
9233L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9234S: Maintained
9235F: drivers/media/platform/s3c-camif/
9236F: include/media/s3c_camif.h
9237
9238SAMSUNG S5C73M3 CAMERA DRIVER
9239M: Kyungmin Park <kyungmin.park@samsung.com>
9240M: Andrzej Hajda <a.hajda@samsung.com>
9241L: linux-media@vger.kernel.org
9242S: Supported
9243F: drivers/media/i2c/s5c73m3/*
9244
9245SAMSUNG S5K5BAF CAMERA DRIVER
9246M: Kyungmin Park <kyungmin.park@samsung.com>
9247M: Andrzej Hajda <a.hajda@samsung.com>
9248L: linux-media@vger.kernel.org
9249S: Supported
9250F: drivers/media/i2c/s5k5baf.c
9251
9252SAMSUNG S3FWRN5 NFC DRIVER
9253M: Robert Baldyga <r.baldyga@samsung.com>
9254L: linux-nfc@lists.01.org (moderated for non-subscribers)
9255S: Supported
9256F: drivers/nfc/s3fwrn5
9257
9258SAMSUNG SOC CLOCK DRIVERS
9259M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9260M: Tomasz Figa <tomasz.figa@gmail.com>
9261S: Supported
9262L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9263F: drivers/clk/samsung/
9264
9265SAMSUNG SXGBE DRIVERS
9266M: Byungho An <bh74.an@samsung.com>
9267M: Girish K S <ks.giri@samsung.com>
9268M: Vipul Pandya <vipul.pandya@samsung.com>
9269S: Supported
9270L: netdev@vger.kernel.org
9271F: drivers/net/ethernet/samsung/sxgbe/
9272
9273SAMSUNG THERMAL DRIVER
9274M: Lukasz Majewski <l.majewski@samsung.com>
9275L: linux-pm@vger.kernel.org
9276L: linux-samsung-soc@vger.kernel.org
9277S: Supported
9278T: https://github.com/lmajewski/linux-samsung-thermal.git
9279F: drivers/thermal/samsung/
9280
9281SAMSUNG USB2 PHY DRIVER
9282M: Kamil Debski <k.debski@samsung.com>
9283L: linux-kernel@vger.kernel.org
9284S: Supported
9285F: Documentation/devicetree/bindings/phy/samsung-phy.txt
9286F: Documentation/phy/samsung-usb2.txt
9287F: drivers/phy/phy-exynos4210-usb2.c
9288F: drivers/phy/phy-exynos4x12-usb2.c
9289F: drivers/phy/phy-exynos5250-usb2.c
9290F: drivers/phy/phy-s5pv210-usb2.c
9291F: drivers/phy/phy-samsung-usb2.c
9292F: drivers/phy/phy-samsung-usb2.h
9293
9294SERIAL DRIVERS
9295M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9296L: linux-serial@vger.kernel.org
9297S: Maintained
9298F: drivers/tty/serial/
9299
9300SYNOPSYS DESIGNWARE DMAC DRIVER
9301M: Viresh Kumar <vireshk@kernel.org>
9302M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9303S: Maintained
9304F: include/linux/dma/dw.h
9305F: include/linux/platform_data/dma-dw.h
9306F: drivers/dma/dw/
9307
9308SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9309M: Lars Persson <lars.persson@axis.com>
9310L: netdev@vger.kernel.org
9311S: Supported
9312F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9313F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9314
9315SYNOPSYS DESIGNWARE I2C DRIVER
9316M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9317M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
9318M: Mika Westerberg <mika.westerberg@linux.intel.com>
9319L: linux-i2c@vger.kernel.org
9320S: Maintained
9321F: drivers/i2c/busses/i2c-designware-*
9322F: include/linux/platform_data/i2c-designware.h
9323
9324SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9325M: Seungwon Jeon <tgih.jun@samsung.com>
9326M: Jaehoon Chung <jh80.chung@samsung.com>
9327L: linux-mmc@vger.kernel.org
9328S: Maintained
9329F: include/linux/mmc/dw_mmc.h
9330F: drivers/mmc/host/dw_mmc*
9331
9332SYSTEM TRACE MODULE CLASS
9333M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9334S: Maintained
9335F: Documentation/trace/stm.txt
9336F: drivers/hwtracing/stm/
9337F: include/linux/stm.h
9338F: include/uapi/linux/stm.h
9339
9340THUNDERBOLT DRIVER
9341M: Andreas Noever <andreas.noever@gmail.com>
9342S: Maintained
9343F: drivers/thunderbolt/
9344
9345TIMEKEEPING, CLOCKSOURCE CORE, NTP
9346M: John Stultz <john.stultz@linaro.org>
9347M: Thomas Gleixner <tglx@linutronix.de>
9348L: linux-kernel@vger.kernel.org
9349T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9350S: Supported
9351F: include/linux/clocksource.h
9352F: include/linux/time.h
9353F: include/linux/timex.h
9354F: include/uapi/linux/time.h
9355F: include/uapi/linux/timex.h
9356F: kernel/time/clocksource.c
9357F: kernel/time/time*.c
9358F: kernel/time/ntp.c
9359F: tools/testing/selftests/timers/
9360
9361SC1200 WDT DRIVER
9362M: Zwane Mwaikambo <zwanem@gmail.com>
9363S: Maintained
9364F: drivers/watchdog/sc1200wdt.c
9365
9366SCHEDULER
9367M: Ingo Molnar <mingo@redhat.com>
9368M: Peter Zijlstra <peterz@infradead.org>
9369L: linux-kernel@vger.kernel.org
9370T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9371S: Maintained
9372F: kernel/sched/
9373F: include/linux/sched.h
9374F: include/uapi/linux/sched.h
9375F: include/linux/wait.h
9376
9377SCORE ARCHITECTURE
9378M: Chen Liqin <liqin.linux@gmail.com>
9379M: Lennox Wu <lennox.wu@gmail.com>
9380W: http://www.sunplus.com
9381S: Supported
9382F: arch/score/
9383
9384SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9385M: Sudeep Holla <sudeep.holla@arm.com>
9386L: linux-arm-kernel@lists.infradead.org
9387S: Maintained
9388F: Documentation/devicetree/bindings/arm/arm,scpi.txt
9389F: drivers/clk/clk-scpi.c
9390F: drivers/cpufreq/scpi-cpufreq.c
9391F: drivers/firmware/arm_scpi.c
9392F: include/linux/scpi_protocol.h
9393
9394SCSI CDROM DRIVER
9395M: Jens Axboe <axboe@kernel.dk>
9396L: linux-scsi@vger.kernel.org
9397W: http://www.kernel.dk
9398S: Maintained
9399F: drivers/scsi/sr*
9400
9401SCSI RDMA PROTOCOL (SRP) INITIATOR
9402M: Bart Van Assche <bart.vanassche@sandisk.com>
9403L: linux-rdma@vger.kernel.org
9404S: Supported
9405W: http://www.openfabrics.org
9406Q: http://patchwork.kernel.org/project/linux-rdma/list/
9407T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9408F: drivers/infiniband/ulp/srp/
9409F: include/scsi/srp.h
9410
9411SCSI SG DRIVER
9412M: Doug Gilbert <dgilbert@interlog.com>
9413L: linux-scsi@vger.kernel.org
9414W: http://sg.danny.cz/sg
9415S: Maintained
9416F: Documentation/scsi/scsi-generic.txt
9417F: drivers/scsi/sg.c
9418F: include/scsi/sg.h
9419
9420SCSI SUBSYSTEM
9421M: "James E.J. Bottomley" <JBottomley@odin.com>
9422L: linux-scsi@vger.kernel.org
9423T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9424S: Maintained
9425F: drivers/scsi/
9426F: include/scsi/
9427
9428SCSI TAPE DRIVER
9429M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9430L: linux-scsi@vger.kernel.org
9431S: Maintained
9432F: Documentation/scsi/st.txt
9433F: drivers/scsi/st.*
9434F: drivers/scsi/st_*.h
9435
9436SCTP PROTOCOL
9437M: Vlad Yasevich <vyasevich@gmail.com>
9438M: Neil Horman <nhorman@tuxdriver.com>
9439L: linux-sctp@vger.kernel.org
9440W: http://lksctp.sourceforge.net
9441S: Maintained
9442F: Documentation/networking/sctp.txt
9443F: include/linux/sctp.h
9444F: include/uapi/linux/sctp.h
9445F: include/net/sctp/
9446F: net/sctp/
9447
9448SCx200 CPU SUPPORT
9449M: Jim Cromie <jim.cromie@gmail.com>
9450S: Odd Fixes
9451F: Documentation/i2c/busses/scx200_acb
9452F: arch/x86/platform/scx200/
9453F: drivers/watchdog/scx200_wdt.c
9454F: drivers/i2c/busses/scx200*
9455F: drivers/mtd/maps/scx200_docflash.c
9456F: include/linux/scx200.h
9457
9458SCx200 GPIO DRIVER
9459M: Jim Cromie <jim.cromie@gmail.com>
9460S: Maintained
9461F: drivers/char/scx200_gpio.c
9462F: include/linux/scx200_gpio.h
9463
9464SCx200 HRT CLOCKSOURCE DRIVER
9465M: Jim Cromie <jim.cromie@gmail.com>
9466S: Maintained
9467F: drivers/clocksource/scx200_hrt.c
9468
9469SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9470M: Sascha Sommer <saschasommer@freenet.de>
9471L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9472S: Maintained
9473F: drivers/mmc/host/sdricoh_cs.c
9474
9475SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9476L: linux-mmc@vger.kernel.org
9477S: Orphan
9478F: drivers/mmc/host/sdhci.*
9479F: drivers/mmc/host/sdhci-pltfm.[ch]
9480
9481SECURE COMPUTING
9482M: Kees Cook <keescook@chromium.org>
9483R: Andy Lutomirski <luto@amacapital.net>
9484R: Will Drewry <wad@chromium.org>
9485T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9486S: Supported
9487F: kernel/seccomp.c
9488F: include/uapi/linux/seccomp.h
9489F: include/linux/seccomp.h
9490F: tools/testing/selftests/seccomp/*
9491K: \bsecure_computing
9492K: \bTIF_SECCOMP\b
9493
9494SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9495M: Ben Dooks <ben-linux@fluff.org>
9496M: Jaehoon Chung <jh80.chung@samsung.com>
9497L: linux-mmc@vger.kernel.org
9498S: Maintained
9499F: drivers/mmc/host/sdhci-s3c*
9500
9501SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9502M: Viresh Kumar <vireshk@kernel.org>
9503L: spear-devel@list.st.com
9504L: linux-mmc@vger.kernel.org
9505S: Maintained
9506F: drivers/mmc/host/sdhci-spear.c
9507
9508SECURITY SUBSYSTEM
9509M: James Morris <james.l.morris@oracle.com>
9510M: "Serge E. Hallyn" <serge@hallyn.com>
9511L: linux-security-module@vger.kernel.org (suggested Cc:)
9512T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9513W: http://kernsec.org/
9514S: Supported
9515F: security/
9516
9517SECURITY CONTACT
9518M: Security Officers <security@kernel.org>
9519S: Supported
9520
9521SELINUX SECURITY MODULE
9522M: Paul Moore <paul@paul-moore.com>
9523M: Stephen Smalley <sds@tycho.nsa.gov>
9524M: Eric Paris <eparis@parisplace.org>
9525L: selinux@tycho.nsa.gov (moderated for non-subscribers)
9526W: http://selinuxproject.org
9527T: git git://git.infradead.org/users/pcmoore/selinux
9528S: Supported
9529F: include/linux/selinux*
9530F: security/selinux/
9531F: scripts/selinux/
9532
9533APPARMOR SECURITY MODULE
9534M: John Johansen <john.johansen@canonical.com>
9535L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9536W: apparmor.wiki.kernel.org
9537T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9538S: Supported
9539F: security/apparmor/
9540
9541YAMA SECURITY MODULE
9542M: Kees Cook <keescook@chromium.org>
9543T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9544S: Supported
9545F: security/yama/
9546
9547SENSABLE PHANTOM
9548M: Jiri Slaby <jirislaby@gmail.com>
9549S: Maintained
9550F: drivers/misc/phantom.c
9551F: include/uapi/linux/phantom.h
9552
9553SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9554M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9555M: Ketan Mukadam <ketan.mukadam@avagotech.com>
9556M: John Soni Jose <sony.john@avagotech.com>
9557L: linux-scsi@vger.kernel.org
9558W: http://www.avagotech.com
9559S: Supported
9560F: drivers/scsi/be2iscsi/
9561
9562Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9563M: Sathya Perla <sathya.perla@avagotech.com>
9564M: Ajit Khaparde <ajit.khaparde@avagotech.com>
9565M: Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9566M: Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9567L: netdev@vger.kernel.org
9568W: http://www.emulex.com
9569S: Supported
9570F: drivers/net/ethernet/emulex/benet/
9571
9572EMULEX ONECONNECT ROCE DRIVER
9573M: Selvin Xavier <selvin.xavier@avagotech.com>
9574M: Devesh Sharma <devesh.sharma@avagotech.com>
9575M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9576L: linux-rdma@vger.kernel.org
9577W: http://www.emulex.com
9578S: Supported
9579F: drivers/infiniband/hw/ocrdma/
9580
9581SFC NETWORK DRIVER
9582M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9583M: Shradha Shah <sshah@solarflare.com>
9584L: netdev@vger.kernel.org
9585S: Supported
9586F: drivers/net/ethernet/sfc/
9587
9588SGI GRU DRIVER
9589M: Dimitri Sivanich <sivanich@sgi.com>
9590S: Maintained
9591F: drivers/misc/sgi-gru/
9592
9593SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9594M: Pat Gefre <pfg@sgi.com>
9595L: linux-ia64@vger.kernel.org
9596S: Supported
9597F: Documentation/ia64/serial.txt
9598F: drivers/tty/serial/ioc?_serial.c
9599F: include/linux/ioc?.h
9600
9601SGI XP/XPC/XPNET DRIVER
9602M: Cliff Whickman <cpw@sgi.com>
9603M: Robin Holt <robinmholt@gmail.com>
9604S: Maintained
9605F: drivers/misc/sgi-xp/
9606
9607SI2157 MEDIA DRIVER
9608M: Antti Palosaari <crope@iki.fi>
9609L: linux-media@vger.kernel.org
9610W: http://linuxtv.org/
9611W: http://palosaari.fi/linux/
9612Q: http://patchwork.linuxtv.org/project/linux-media/list/
9613T: git git://linuxtv.org/anttip/media_tree.git
9614S: Maintained
9615F: drivers/media/tuners/si2157*
9616
9617SI2168 MEDIA DRIVER
9618M: Antti Palosaari <crope@iki.fi>
9619L: linux-media@vger.kernel.org
9620W: http://linuxtv.org/
9621W: http://palosaari.fi/linux/
9622Q: http://patchwork.linuxtv.org/project/linux-media/list/
9623T: git git://linuxtv.org/anttip/media_tree.git
9624S: Maintained
9625F: drivers/media/dvb-frontends/si2168*
9626
9627SI470X FM RADIO RECEIVER I2C DRIVER
9628M: Hans Verkuil <hverkuil@xs4all.nl>
9629L: linux-media@vger.kernel.org
9630T: git git://linuxtv.org/media_tree.git
9631W: http://linuxtv.org
9632S: Odd Fixes
9633F: drivers/media/radio/si470x/radio-si470x-i2c.c
9634
9635SI470X FM RADIO RECEIVER USB DRIVER
9636M: Hans Verkuil <hverkuil@xs4all.nl>
9637L: linux-media@vger.kernel.org
9638T: git git://linuxtv.org/media_tree.git
9639W: http://linuxtv.org
9640S: Maintained
9641F: drivers/media/radio/si470x/radio-si470x-common.c
9642F: drivers/media/radio/si470x/radio-si470x.h
9643F: drivers/media/radio/si470x/radio-si470x-usb.c
9644
9645SI4713 FM RADIO TRANSMITTER I2C DRIVER
9646M: Eduardo Valentin <edubezval@gmail.com>
9647L: linux-media@vger.kernel.org
9648T: git git://linuxtv.org/media_tree.git
9649W: http://linuxtv.org
9650S: Odd Fixes
9651F: drivers/media/radio/si4713/si4713.?
9652
9653SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9654M: Eduardo Valentin <edubezval@gmail.com>
9655L: linux-media@vger.kernel.org
9656T: git git://linuxtv.org/media_tree.git
9657W: http://linuxtv.org
9658S: Odd Fixes
9659F: drivers/media/radio/si4713/radio-platform-si4713.c
9660
9661SI4713 FM RADIO TRANSMITTER USB DRIVER
9662M: Hans Verkuil <hverkuil@xs4all.nl>
9663L: linux-media@vger.kernel.org
9664T: git git://linuxtv.org/media_tree.git
9665W: http://linuxtv.org
9666S: Maintained
9667F: drivers/media/radio/si4713/radio-usb-si4713.c
9668
9669SIANO DVB DRIVER
9670M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9671L: linux-media@vger.kernel.org
9672W: http://linuxtv.org
9673T: git git://linuxtv.org/media_tree.git
9674S: Odd fixes
9675F: drivers/media/common/siano/
9676F: drivers/media/usb/siano/
9677F: drivers/media/usb/siano/
9678F: drivers/media/mmc/siano/
9679
9680SIMPLEFB FB DRIVER
9681M: Hans de Goede <hdegoede@redhat.com>
9682L: linux-fbdev@vger.kernel.org
9683S: Maintained
9684F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
9685F: drivers/video/fbdev/simplefb.c
9686F: include/linux/platform_data/simplefb.h
9687
9688SH_VEU V4L2 MEM2MEM DRIVER
9689L: linux-media@vger.kernel.org
9690S: Orphan
9691F: drivers/media/platform/sh_veu.c
9692
9693SH_VOU V4L2 OUTPUT DRIVER
9694L: linux-media@vger.kernel.org
9695S: Orphan
9696F: drivers/media/platform/sh_vou.c
9697F: include/media/sh_vou.h
9698
9699SIMPLE FIRMWARE INTERFACE (SFI)
9700M: Len Brown <lenb@kernel.org>
9701L: sfi-devel@simplefirmware.org
9702W: http://simplefirmware.org/
9703T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9704S: Supported
9705F: arch/x86/platform/sfi/
9706F: drivers/sfi/
9707F: include/linux/sfi*.h
9708
9709SIMTEC EB110ATX (Chalice CATS)
9710P: Ben Dooks
9711P: Vincent Sanders <vince@simtec.co.uk>
9712M: Simtec Linux Team <linux@simtec.co.uk>
9713W: http://www.simtec.co.uk/products/EB110ATX/
9714S: Supported
9715
9716SIMTEC EB2410ITX (BAST)
9717P: Ben Dooks
9718P: Vincent Sanders <vince@simtec.co.uk>
9719M: Simtec Linux Team <linux@simtec.co.uk>
9720W: http://www.simtec.co.uk/products/EB2410ITX/
9721S: Supported
9722F: arch/arm/mach-s3c24xx/mach-bast.c
9723F: arch/arm/mach-s3c24xx/bast-ide.c
9724F: arch/arm/mach-s3c24xx/bast-irq.c
9725
9726TI DAVINCI MACHINE SUPPORT
9727M: Sekhar Nori <nsekhar@ti.com>
9728M: Kevin Hilman <khilman@deeprootsystems.com>
9729T: git git://gitorious.org/linux-davinci/linux-davinci.git
9730Q: http://patchwork.kernel.org/project/linux-davinci/list/
9731S: Supported
9732F: arch/arm/mach-davinci/
9733F: drivers/i2c/busses/i2c-davinci.c
9734
9735TI DAVINCI SERIES MEDIA DRIVER
9736M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9737L: linux-media@vger.kernel.org
9738W: http://linuxtv.org/
9739Q: http://patchwork.linuxtv.org/project/linux-media/list/
9740T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9741S: Maintained
9742F: drivers/media/platform/davinci/
9743F: include/media/davinci/
9744
9745TI AM437X VPFE DRIVER
9746M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9747L: linux-media@vger.kernel.org
9748W: http://linuxtv.org/
9749Q: http://patchwork.linuxtv.org/project/linux-media/list/
9750T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9751S: Maintained
9752F: drivers/media/platform/am437x/
9753
9754OV2659 OMNIVISION SENSOR DRIVER
9755M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9756L: linux-media@vger.kernel.org
9757W: http://linuxtv.org/
9758Q: http://patchwork.linuxtv.org/project/linux-media/list/
9759T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9760S: Maintained
9761F: drivers/media/i2c/ov2659.c
9762F: include/media/ov2659.h
9763
9764SILICON MOTION SM712 FRAME BUFFER DRIVER
9765M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9766M: Teddy Wang <teddy.wang@siliconmotion.com>
9767M: Sudip Mukherjee <sudip@vectorindia.org>
9768L: linux-fbdev@vger.kernel.org
9769S: Maintained
9770F: drivers/video/fbdev/sm712*
9771F: Documentation/fb/sm712fb.txt
9772
9773SIS 190 ETHERNET DRIVER
9774M: Francois Romieu <romieu@fr.zoreil.com>
9775L: netdev@vger.kernel.org
9776S: Maintained
9777F: drivers/net/ethernet/sis/sis190.c
9778
9779SIS 900/7016 FAST ETHERNET DRIVER
9780M: Daniele Venzano <venza@brownhat.org>
9781W: http://www.brownhat.org/sis900.html
9782L: netdev@vger.kernel.org
9783S: Maintained
9784F: drivers/net/ethernet/sis/sis900.*
9785
9786SIS FRAMEBUFFER DRIVER
9787M: Thomas Winischhofer <thomas@winischhofer.net>
9788W: http://www.winischhofer.net/linuxsisvga.shtml
9789S: Maintained
9790F: Documentation/fb/sisfb.txt
9791F: drivers/video/fbdev/sis/
9792F: include/video/sisfb.h
9793
9794SIS USB2VGA DRIVER
9795M: Thomas Winischhofer <thomas@winischhofer.net>
9796W: http://www.winischhofer.at/linuxsisusbvga.shtml
9797S: Maintained
9798F: drivers/usb/misc/sisusbvga/
9799
9800SLAB ALLOCATOR
9801M: Christoph Lameter <cl@linux.com>
9802M: Pekka Enberg <penberg@kernel.org>
9803M: David Rientjes <rientjes@google.com>
9804M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
9805M: Andrew Morton <akpm@linux-foundation.org>
9806L: linux-mm@kvack.org
9807S: Maintained
9808F: include/linux/sl?b*.h
9809F: mm/sl?b*
9810
9811SLEEPABLE READ-COPY UPDATE (SRCU)
9812M: Lai Jiangshan <jiangshanlai@gmail.com>
9813M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9814M: Josh Triplett <josh@joshtriplett.org>
9815R: Steven Rostedt <rostedt@goodmis.org>
9816R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9817L: linux-kernel@vger.kernel.org
9818W: http://www.rdrop.com/users/paulmck/RCU/
9819S: Supported
9820T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9821F: include/linux/srcu.h
9822F: kernel/rcu/srcu.c
9823
9824SMACK SECURITY MODULE
9825M: Casey Schaufler <casey@schaufler-ca.com>
9826L: linux-security-module@vger.kernel.org
9827W: http://schaufler-ca.com
9828T: git git://git.gitorious.org/smack-next/kernel.git
9829S: Maintained
9830F: Documentation/security/Smack.txt
9831F: security/smack/
9832
9833DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9834M: Kevin Hilman <khilman@kernel.org>
9835M: Nishanth Menon <nm@ti.com>
9836S: Maintained
9837F: drivers/power/avs/
9838F: include/linux/power/smartreflex.h
9839L: linux-pm@vger.kernel.org
9840
9841SMC91x ETHERNET DRIVER
9842M: Nicolas Pitre <nico@fluxnic.net>
9843S: Odd Fixes
9844F: drivers/net/ethernet/smsc/smc91x.*
9845
9846SMIA AND SMIA++ IMAGE SENSOR DRIVER
9847M: Sakari Ailus <sakari.ailus@iki.fi>
9848L: linux-media@vger.kernel.org
9849S: Maintained
9850F: drivers/media/i2c/smiapp/
9851F: include/media/smiapp.h
9852F: drivers/media/i2c/smiapp-pll.c
9853F: drivers/media/i2c/smiapp-pll.h
9854F: include/uapi/linux/smiapp.h
9855F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9856
9857SMM665 HARDWARE MONITOR DRIVER
9858M: Guenter Roeck <linux@roeck-us.net>
9859L: lm-sensors@lm-sensors.org
9860S: Maintained
9861F: Documentation/hwmon/smm665
9862F: drivers/hwmon/smm665.c
9863
9864SMSC EMC2103 HARDWARE MONITOR DRIVER
9865M: Steve Glendinning <steve.glendinning@shawell.net>
9866L: lm-sensors@lm-sensors.org
9867S: Maintained
9868F: Documentation/hwmon/emc2103
9869F: drivers/hwmon/emc2103.c
9870
9871SMSC SCH5627 HARDWARE MONITOR DRIVER
9872M: Hans de Goede <hdegoede@redhat.com>
9873L: lm-sensors@lm-sensors.org
9874S: Supported
9875F: Documentation/hwmon/sch5627
9876F: drivers/hwmon/sch5627.c
9877
9878SMSC47B397 HARDWARE MONITOR DRIVER
9879M: Jean Delvare <jdelvare@suse.com>
9880L: lm-sensors@lm-sensors.org
9881S: Maintained
9882F: Documentation/hwmon/smsc47b397
9883F: drivers/hwmon/smsc47b397.c
9884
9885SMSC911x ETHERNET DRIVER
9886M: Steve Glendinning <steve.glendinning@shawell.net>
9887L: netdev@vger.kernel.org
9888S: Maintained
9889F: include/linux/smsc911x.h
9890F: drivers/net/ethernet/smsc/smsc911x.*
9891
9892SMSC9420 PCI ETHERNET DRIVER
9893M: Steve Glendinning <steve.glendinning@shawell.net>
9894L: netdev@vger.kernel.org
9895S: Maintained
9896F: drivers/net/ethernet/smsc/smsc9420.*
9897
9898SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9899M: Steve Glendinning <steve.glendinning@shawell.net>
9900L: linux-fbdev@vger.kernel.org
9901S: Maintained
9902F: drivers/video/fbdev/smscufx.c
9903
9904SOC-CAMERA V4L2 SUBSYSTEM
9905M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9906L: linux-media@vger.kernel.org
9907T: git git://linuxtv.org/media_tree.git
9908S: Maintained
9909F: include/media/soc*
9910F: drivers/media/i2c/soc_camera/
9911F: drivers/media/platform/soc_camera/
9912
9913SOEKRIS NET48XX LED SUPPORT
9914M: Chris Boot <bootc@bootc.net>
9915S: Maintained
9916F: drivers/leds/leds-net48xx.c
9917
9918SOFTLOGIC 6x10 MPEG CODEC
9919M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9920M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9921M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
9922M: Ismael Luceno <ismael@iodev.co.uk>
9923L: linux-media@vger.kernel.org
9924S: Supported
9925F: drivers/media/pci/solo6x10/
9926
9927SOFTWARE RAID (Multiple Disks) SUPPORT
9928M: Neil Brown <neilb@suse.com>
9929L: linux-raid@vger.kernel.org
9930S: Supported
9931F: drivers/md/
9932F: include/linux/raid/
9933F: include/uapi/linux/raid/
9934
9935SONIC NETWORK DRIVER
9936M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9937L: netdev@vger.kernel.org
9938S: Maintained
9939F: drivers/net/ethernet/natsemi/sonic.*
9940
9941SONICS SILICON BACKPLANE DRIVER (SSB)
9942M: Michael Buesch <m@bues.ch>
9943L: netdev@vger.kernel.org
9944S: Maintained
9945F: drivers/ssb/
9946F: include/linux/ssb/
9947
9948SONY VAIO CONTROL DEVICE DRIVER
9949M: Mattia Dongili <malattia@linux.it>
9950L: platform-driver-x86@vger.kernel.org
9951W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9952S: Maintained
9953F: Documentation/laptops/sony-laptop.txt
9954F: drivers/char/sonypi.c
9955F: drivers/platform/x86/sony-laptop.c
9956F: include/linux/sony-laptop.h
9957
9958SONY MEMORYSTICK CARD SUPPORT
9959M: Alex Dubov <oakad@yahoo.com>
9960W: http://tifmxx.berlios.de/
9961S: Maintained
9962F: drivers/memstick/host/tifm_ms.c
9963
9964SONY MEMORYSTICK STANDARD SUPPORT
9965M: Maxim Levitsky <maximlevitsky@gmail.com>
9966S: Maintained
9967F: drivers/memstick/core/ms_block.*
9968
9969SOUND
9970M: Jaroslav Kysela <perex@perex.cz>
9971M: Takashi Iwai <tiwai@suse.com>
9972L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9973W: http://www.alsa-project.org/
9974T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9975T: git git://git.alsa-project.org/alsa-kernel.git
9976Q: http://patchwork.kernel.org/project/alsa-devel/list/
9977S: Maintained
9978F: Documentation/sound/
9979F: include/sound/
9980F: include/uapi/sound/
9981F: sound/
9982
9983SOUND - COMPRESSED AUDIO
9984M: Vinod Koul <vinod.koul@intel.com>
9985L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9986T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9987S: Supported
9988F: Documentation/sound/alsa/compress_offload.txt
9989F: include/sound/compress_driver.h
9990F: include/uapi/sound/compress_*
9991F: sound/core/compress_offload.c
9992F: sound/soc/soc-compress.c
9993
9994SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9995M: Liam Girdwood <lgirdwood@gmail.com>
9996M: Mark Brown <broonie@kernel.org>
9997T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9998L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9999W: http://alsa-project.org/main/index.php/ASoC
10000S: Supported
10001F: Documentation/sound/alsa/soc/
10002F: sound/soc/
10003F: include/sound/soc*
10004
10005SOUND - DMAENGINE HELPERS
10006M: Lars-Peter Clausen <lars@metafoo.de>
10007S: Supported
10008F: include/sound/dmaengine_pcm.h
10009F: sound/core/pcm_dmaengine.c
10010F: sound/soc/soc-generic-dmaengine-pcm.c
10011
10012SP2 MEDIA DRIVER
10013M: Olli Salonen <olli.salonen@iki.fi>
10014L: linux-media@vger.kernel.org
10015W: http://linuxtv.org/
10016Q: http://patchwork.linuxtv.org/project/linux-media/list/
10017S: Maintained
10018F: drivers/media/dvb-frontends/sp2*
10019
10020SPARC + UltraSPARC (sparc/sparc64)
10021M: "David S. Miller" <davem@davemloft.net>
10022L: sparclinux@vger.kernel.org
10023Q: http://patchwork.ozlabs.org/project/sparclinux/list/
10024T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10025T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10026S: Maintained
10027F: arch/sparc/
10028F: drivers/sbus/
10029
10030SPARC SERIAL DRIVERS
10031M: "David S. Miller" <davem@davemloft.net>
10032L: sparclinux@vger.kernel.org
10033T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10034T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10035S: Maintained
10036F: include/linux/sunserialcore.h
10037F: drivers/tty/serial/suncore.c
10038F: drivers/tty/serial/sunhv.c
10039F: drivers/tty/serial/sunsab.c
10040F: drivers/tty/serial/sunsab.h
10041F: drivers/tty/serial/sunsu.c
10042F: drivers/tty/serial/sunzilog.c
10043F: drivers/tty/serial/sunzilog.h
10044
10045SPARSE CHECKER
10046M: "Christopher Li" <sparse@chrisli.org>
10047L: linux-sparse@vger.kernel.org
10048W: https://sparse.wiki.kernel.org/
10049T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10050T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10051S: Maintained
10052F: include/linux/compiler.h
10053
10054SPEAR PLATFORM SUPPORT
10055M: Viresh Kumar <vireshk@kernel.org>
10056M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10057L: spear-devel@list.st.com
10058L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10059W: http://www.st.com/spear
10060S: Maintained
10061F: arch/arm/mach-spear/
10062
10063SPEAR CLOCK FRAMEWORK SUPPORT
10064M: Viresh Kumar <vireshk@kernel.org>
10065L: spear-devel@list.st.com
10066L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10067W: http://www.st.com/spear
10068S: Maintained
10069F: drivers/clk/spear/
10070
10071SPI SUBSYSTEM
10072M: Mark Brown <broonie@kernel.org>
10073L: linux-spi@vger.kernel.org
10074T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10075Q: http://patchwork.kernel.org/project/spi-devel-general/list/
10076S: Maintained
10077F: Documentation/spi/
10078F: drivers/spi/
10079F: include/linux/spi/
10080F: include/uapi/linux/spi/
10081
10082SPIDERNET NETWORK DRIVER for CELL
10083M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10084L: netdev@vger.kernel.org
10085S: Supported
10086F: Documentation/networking/spider_net.txt
10087F: drivers/net/ethernet/toshiba/spider_net*
10088
10089SPU FILE SYSTEM
10090M: Jeremy Kerr <jk@ozlabs.org>
10091L: linuxppc-dev@lists.ozlabs.org
10092W: http://www.ibm.com/developerworks/power/cell/
10093S: Supported
10094F: Documentation/filesystems/spufs.txt
10095F: arch/powerpc/platforms/cell/spufs/
10096
10097SQUASHFS FILE SYSTEM
10098M: Phillip Lougher <phillip@squashfs.org.uk>
10099L: squashfs-devel@lists.sourceforge.net (subscribers-only)
10100W: http://squashfs.org.uk
10101S: Maintained
10102F: Documentation/filesystems/squashfs.txt
10103F: fs/squashfs/
10104
10105SRM (Alpha) environment access
10106M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
10107S: Maintained
10108F: arch/alpha/kernel/srm_env.c
10109
10110STABLE BRANCH
10111M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10112L: stable@vger.kernel.org
10113S: Supported
10114F: Documentation/stable_kernel_rules.txt
10115
10116STAGING SUBSYSTEM
10117M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10118T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10119L: devel@driverdev.osuosl.org
10120S: Supported
10121F: drivers/staging/
10122
10123STAGING - COMEDI
10124M: Ian Abbott <abbotti@mev.co.uk>
10125M: H Hartley Sweeten <hsweeten@visionengravers.com>
10126S: Odd Fixes
10127F: drivers/staging/comedi/
10128
10129STAGING - FLARION FT1000 DRIVERS
10130M: Marek Belisko <marek.belisko@gmail.com>
10131S: Odd Fixes
10132F: drivers/staging/ft1000/
10133
10134STAGING - INDUSTRIAL IO
10135M: Jonathan Cameron <jic23@kernel.org>
10136L: linux-iio@vger.kernel.org
10137S: Odd Fixes
10138F: drivers/staging/iio/
10139
10140STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10141M: Jarod Wilson <jarod@wilsonet.com>
10142W: http://www.lirc.org/
10143S: Odd Fixes
10144F: drivers/staging/media/lirc/
10145
10146STAGING - LUSTRE PARALLEL FILESYSTEM
10147M: Oleg Drokin <oleg.drokin@intel.com>
10148M: Andreas Dilger <andreas.dilger@intel.com>
10149L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10150W: http://wiki.lustre.org/
10151S: Maintained
10152F: drivers/staging/lustre
10153
10154STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10155M: Marc Dietrich <marvin24@gmx.de>
10156L: ac100@lists.launchpad.net (moderated for non-subscribers)
10157L: linux-tegra@vger.kernel.org
10158S: Maintained
10159F: drivers/staging/nvec/
10160
10161STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10162M: Jens Frederich <jfrederich@gmail.com>
10163M: Daniel Drake <dsd@laptop.org>
10164M: Jon Nettleton <jon.nettleton@gmail.com>
10165W: http://wiki.laptop.org/go/DCON
10166S: Maintained
10167F: drivers/staging/olpc_dcon/
10168
10169STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10170M: Willy Tarreau <willy@meta-x.org>
10171S: Odd Fixes
10172F: drivers/staging/panel/
10173
10174STAGING - REALTEK RTL8712U DRIVERS
10175M: Larry Finger <Larry.Finger@lwfinger.net>
10176M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10177S: Odd Fixes
10178F: drivers/staging/rtl8712/
10179
10180STAGING - REALTEK RTL8723U WIRELESS DRIVER
10181M: Larry Finger <Larry.Finger@lwfinger.net>
10182M: Jes Sorensen <Jes.Sorensen@redhat.com>
10183L: linux-wireless@vger.kernel.org
10184S: Maintained
10185F: drivers/staging/rtl8723au/
10186
10187STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10188M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10189M: Teddy Wang <teddy.wang@siliconmotion.com>
10190M: Sudip Mukherjee <sudip@vectorindia.org>
10191L: linux-fbdev@vger.kernel.org
10192S: Maintained
10193F: drivers/staging/sm750fb/
10194
10195STAGING - SLICOSS
10196M: Lior Dotan <liodot@gmail.com>
10197M: Christopher Harrer <charrer@alacritech.com>
10198S: Odd Fixes
10199F: drivers/staging/slicoss/
10200
10201STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10202M: William Hubbs <w.d.hubbs@gmail.com>
10203M: Chris Brannon <chris@the-brannons.com>
10204M: Kirk Reiser <kirk@reisers.ca>
10205M: Samuel Thibault <samuel.thibault@ens-lyon.org>
10206L: speakup@linux-speakup.org
10207W: http://www.linux-speakup.org/
10208S: Odd Fixes
10209F: drivers/staging/speakup/
10210
10211STAGING - VIA VT665X DRIVERS
10212M: Forest Bond <forest@alittletooquiet.net>
10213S: Odd Fixes
10214F: drivers/staging/vt665?/
10215
10216STAGING - WILC1000 WIFI DRIVER
10217M: Johnny Kim <johnny.kim@atmel.com>
10218M: Austin Shin <austin.shin@atmel.com>
10219M: Chris Park <chris.park@atmel.com>
10220M: Tony Cho <tony.cho@atmel.com>
10221M: Glen Lee <glen.lee@atmel.com>
10222M: Leo Kim <leo.kim@atmel.com>
10223L: linux-wireless@vger.kernel.org
10224S: Supported
10225F: drivers/staging/wilc1000/
10226
10227STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10228M: Arnaud Patard <arnaud.patard@rtp-net.org>
10229S: Odd Fixes
10230F: drivers/staging/xgifb/
10231
10232HFI1 DRIVER
10233M: Mike Marciniszyn <infinipath@intel.com>
10234L: linux-rdma@vger.kernel.org
10235S: Supported
10236F: drivers/staging/rdma/hfi1
10237
10238STARFIRE/DURALAN NETWORK DRIVER
10239M: Ion Badulescu <ionut@badula.org>
10240S: Odd Fixes
10241F: drivers/net/ethernet/adaptec/starfire*
10242
10243SUN3/3X
10244M: Sam Creasey <sammy@sammy.net>
10245W: http://sammy.net/sun3/
10246S: Maintained
10247F: arch/m68k/kernel/*sun3*
10248F: arch/m68k/sun3*/
10249F: arch/m68k/include/asm/sun3*
10250F: drivers/net/ethernet/i825xx/sun3*
10251
10252SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10253M: Hans de Goede <hdegoede@redhat.com>
10254L: linux-input@vger.kernel.org
10255S: Maintained
10256F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10257F: drivers/input/keyboard/sun4i-lradc-keys.c
10258
10259SUNDANCE NETWORK DRIVER
10260M: Denis Kirjanov <kda@linux-powerpc.org>
10261L: netdev@vger.kernel.org
10262S: Maintained
10263F: drivers/net/ethernet/dlink/sundance.c
10264
10265SUPERH
10266L: linux-sh@vger.kernel.org
10267Q: http://patchwork.kernel.org/project/linux-sh/list/
10268S: Orphan
10269F: Documentation/sh/
10270F: arch/sh/
10271F: drivers/sh/
10272
10273SUSPEND TO RAM
10274M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10275M: Len Brown <len.brown@intel.com>
10276M: Pavel Machek <pavel@ucw.cz>
10277L: linux-pm@vger.kernel.org
10278S: Supported
10279F: Documentation/power/
10280F: arch/x86/kernel/acpi/
10281F: drivers/base/power/
10282F: kernel/power/
10283F: include/linux/suspend.h
10284F: include/linux/freezer.h
10285F: include/linux/pm.h
10286
10287SVGA HANDLING
10288M: Martin Mares <mj@ucw.cz>
10289L: linux-video@atrey.karlin.mff.cuni.cz
10290S: Maintained
10291F: Documentation/svga.txt
10292F: arch/x86/boot/video*
10293
10294SWIOTLB SUBSYSTEM
10295M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10296L: linux-kernel@vger.kernel.org
10297S: Supported
10298F: lib/swiotlb.c
10299F: arch/*/kernel/pci-swiotlb.c
10300F: include/linux/swiotlb.h
10301
10302SWITCHDEV
10303M: Jiri Pirko <jiri@resnulli.us>
10304L: netdev@vger.kernel.org
10305S: Supported
10306F: net/switchdev/
10307F: include/net/switchdev.h
10308
10309SYNOPSYS ARC ARCHITECTURE
10310M: Vineet Gupta <vgupta@synopsys.com>
10311L: linux-snps-arc@lists.infradead.org
10312S: Supported
10313F: arch/arc/
10314F: Documentation/devicetree/bindings/arc/*
10315F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10316F: drivers/tty/serial/arc_uart.c
10317T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10318
10319SYNOPSYS ARC SDP platform support
10320M: Alexey Brodkin <abrodkin@synopsys.com>
10321S: Supported
10322F: arch/arc/plat-axs10x
10323F: arch/arc/boot/dts/ax*
10324F: Documentation/devicetree/bindings/arc/axs10*
10325
10326SYSTEM CONFIGURATION (SYSCON)
10327M: Lee Jones <lee.jones@linaro.org>
10328M: Arnd Bergmann <arnd@arndb.de>
10329T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10330S: Supported
10331F: drivers/mfd/syscon.c
10332
10333SYSV FILESYSTEM
10334M: Christoph Hellwig <hch@infradead.org>
10335S: Maintained
10336F: Documentation/filesystems/sysv-fs.txt
10337F: fs/sysv/
10338F: include/linux/sysv_fs.h
10339
10340TARGET SUBSYSTEM
10341M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10342L: linux-scsi@vger.kernel.org
10343L: target-devel@vger.kernel.org
10344W: http://www.linux-iscsi.org
10345W: http://groups.google.com/group/linux-iscsi-target-dev
10346T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10347S: Supported
10348F: drivers/target/
10349F: include/target/
10350F: Documentation/target/
10351
10352TASKSTATS STATISTICS INTERFACE
10353M: Balbir Singh <bsingharora@gmail.com>
10354S: Maintained
10355F: Documentation/accounting/taskstats*
10356F: include/linux/taskstats*
10357F: kernel/taskstats.c
10358
10359TC CLASSIFIER
10360M: Jamal Hadi Salim <jhs@mojatatu.com>
10361L: netdev@vger.kernel.org
10362S: Maintained
10363F: include/net/pkt_cls.h
10364F: include/uapi/linux/pkt_cls.h
10365F: net/sched/
10366
10367TCP LOW PRIORITY MODULE
10368M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10369M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10370W: http://tcp-lp-mod.sourceforge.net/
10371S: Maintained
10372F: net/ipv4/tcp_lp.c
10373
10374TDA10071 MEDIA DRIVER
10375M: Antti Palosaari <crope@iki.fi>
10376L: linux-media@vger.kernel.org
10377W: http://linuxtv.org/
10378W: http://palosaari.fi/linux/
10379Q: http://patchwork.linuxtv.org/project/linux-media/list/
10380T: git git://linuxtv.org/anttip/media_tree.git
10381S: Maintained
10382F: drivers/media/dvb-frontends/tda10071*
10383
10384TDA18212 MEDIA DRIVER
10385M: Antti Palosaari <crope@iki.fi>
10386L: linux-media@vger.kernel.org
10387W: http://linuxtv.org/
10388W: http://palosaari.fi/linux/
10389Q: http://patchwork.linuxtv.org/project/linux-media/list/
10390T: git git://linuxtv.org/anttip/media_tree.git
10391S: Maintained
10392F: drivers/media/tuners/tda18212*
10393
10394TDA18218 MEDIA DRIVER
10395M: Antti Palosaari <crope@iki.fi>
10396L: linux-media@vger.kernel.org
10397W: http://linuxtv.org/
10398W: http://palosaari.fi/linux/
10399Q: http://patchwork.linuxtv.org/project/linux-media/list/
10400T: git git://linuxtv.org/anttip/media_tree.git
10401S: Maintained
10402F: drivers/media/tuners/tda18218*
10403
10404TDA18271 MEDIA DRIVER
10405M: Michael Krufky <mkrufky@linuxtv.org>
10406L: linux-media@vger.kernel.org
10407W: http://linuxtv.org/
10408W: http://github.com/mkrufky
10409Q: http://patchwork.linuxtv.org/project/linux-media/list/
10410T: git git://linuxtv.org/mkrufky/tuners.git
10411S: Maintained
10412F: drivers/media/tuners/tda18271*
10413
10414TDA827x MEDIA DRIVER
10415M: Michael Krufky <mkrufky@linuxtv.org>
10416L: linux-media@vger.kernel.org
10417W: http://linuxtv.org/
10418W: http://github.com/mkrufky
10419Q: http://patchwork.linuxtv.org/project/linux-media/list/
10420T: git git://linuxtv.org/mkrufky/tuners.git
10421S: Maintained
10422F: drivers/media/tuners/tda8290.*
10423
10424TDA8290 MEDIA DRIVER
10425M: Michael Krufky <mkrufky@linuxtv.org>
10426L: linux-media@vger.kernel.org
10427W: http://linuxtv.org/
10428W: http://github.com/mkrufky
10429Q: http://patchwork.linuxtv.org/project/linux-media/list/
10430T: git git://linuxtv.org/mkrufky/tuners.git
10431S: Maintained
10432F: drivers/media/tuners/tda8290.*
10433
10434TDA9840 MEDIA DRIVER
10435M: Hans Verkuil <hverkuil@xs4all.nl>
10436L: linux-media@vger.kernel.org
10437T: git git://linuxtv.org/media_tree.git
10438W: http://linuxtv.org
10439S: Maintained
10440F: drivers/media/i2c/tda9840*
10441
10442TEA5761 TUNER DRIVER
10443M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10444L: linux-media@vger.kernel.org
10445W: http://linuxtv.org
10446T: git git://linuxtv.org/media_tree.git
10447S: Odd fixes
10448F: drivers/media/tuners/tea5761.*
10449
10450TEA5767 TUNER DRIVER
10451M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10452L: linux-media@vger.kernel.org
10453W: http://linuxtv.org
10454T: git git://linuxtv.org/media_tree.git
10455S: Maintained
10456F: drivers/media/tuners/tea5767.*
10457
10458TEA6415C MEDIA DRIVER
10459M: Hans Verkuil <hverkuil@xs4all.nl>
10460L: linux-media@vger.kernel.org
10461T: git git://linuxtv.org/media_tree.git
10462W: http://linuxtv.org
10463S: Maintained
10464F: drivers/media/i2c/tea6415c*
10465
10466TEA6420 MEDIA DRIVER
10467M: Hans Verkuil <hverkuil@xs4all.nl>
10468L: linux-media@vger.kernel.org
10469T: git git://linuxtv.org/media_tree.git
10470W: http://linuxtv.org
10471S: Maintained
10472F: drivers/media/i2c/tea6420*
10473
10474TEAM DRIVER
10475M: Jiri Pirko <jiri@resnulli.us>
10476L: netdev@vger.kernel.org
10477S: Supported
10478F: drivers/net/team/
10479F: include/linux/if_team.h
10480F: include/uapi/linux/if_team.h
10481
10482TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10483M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10484S: Maintained
10485F: arch/x86/platform/ts5500/
10486
10487TECHNOTREND USB IR RECEIVER
10488M: Sean Young <sean@mess.org>
10489L: linux-media@vger.kernel.org
10490S: Maintained
10491F: drivers/media/rc/ttusbir.c
10492
10493TEGRA ARCHITECTURE SUPPORT
10494M: Stephen Warren <swarren@wwwdotorg.org>
10495M: Thierry Reding <thierry.reding@gmail.com>
10496M: Alexandre Courbot <gnurou@gmail.com>
10497L: linux-tegra@vger.kernel.org
10498Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
10499T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10500S: Supported
10501N: [^a-z]tegra
10502
10503TEGRA CLOCK DRIVER
10504M: Peter De Schrijver <pdeschrijver@nvidia.com>
10505M: Prashant Gaikwad <pgaikwad@nvidia.com>
10506S: Supported
10507F: drivers/clk/tegra/
10508
10509TEGRA DMA DRIVER
10510M: Laxman Dewangan <ldewangan@nvidia.com>
10511S: Supported
10512F: drivers/dma/tegra20-apb-dma.c
10513
10514TEGRA I2C DRIVER
10515M: Laxman Dewangan <ldewangan@nvidia.com>
10516S: Supported
10517F: drivers/i2c/busses/i2c-tegra.c
10518
10519TEGRA IOMMU DRIVERS
10520M: Hiroshi Doyu <hdoyu@nvidia.com>
10521S: Supported
10522F: drivers/iommu/tegra*
10523
10524TEGRA KBC DRIVER
10525M: Rakesh Iyer <riyer@nvidia.com>
10526M: Laxman Dewangan <ldewangan@nvidia.com>
10527S: Supported
10528F: drivers/input/keyboard/tegra-kbc.c
10529
10530TEGRA PWM DRIVER
10531M: Thierry Reding <thierry.reding@gmail.com>
10532S: Supported
10533F: drivers/pwm/pwm-tegra.c
10534
10535TEGRA SERIAL DRIVER
10536M: Laxman Dewangan <ldewangan@nvidia.com>
10537S: Supported
10538F: drivers/tty/serial/serial-tegra.c
10539
10540TEGRA SPI DRIVER
10541M: Laxman Dewangan <ldewangan@nvidia.com>
10542S: Supported
10543F: drivers/spi/spi-tegra*
10544
10545TEHUTI ETHERNET DRIVER
10546M: Andy Gospodarek <andy@greyhouse.net>
10547L: netdev@vger.kernel.org
10548S: Supported
10549F: drivers/net/ethernet/tehuti/*
10550
10551Telecom Clock Driver for MCPL0010
10552M: Mark Gross <mark.gross@intel.com>
10553S: Supported
10554F: drivers/char/tlclk.c
10555
10556TENSILICA XTENSA PORT (xtensa)
10557M: Chris Zankel <chris@zankel.net>
10558M: Max Filippov <jcmvbkbc@gmail.com>
10559L: linux-xtensa@linux-xtensa.org
10560S: Maintained
10561F: arch/xtensa/
10562F: drivers/irqchip/irq-xtensa-*
10563
10564THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10565M: Hans Verkuil <hverkuil@xs4all.nl>
10566L: linux-media@vger.kernel.org
10567T: git git://linuxtv.org/media_tree.git
10568W: http://linuxtv.org
10569S: Maintained
10570F: drivers/media/radio/radio-raremono.c
10571
10572THERMAL
10573M: Zhang Rui <rui.zhang@intel.com>
10574M: Eduardo Valentin <edubezval@gmail.com>
10575L: linux-pm@vger.kernel.org
10576T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10577T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10578Q: https://patchwork.kernel.org/project/linux-pm/list/
10579S: Supported
10580F: drivers/thermal/
10581F: include/linux/thermal.h
10582F: include/uapi/linux/thermal.h
10583F: include/linux/cpu_cooling.h
10584F: Documentation/devicetree/bindings/thermal/
10585
10586THERMAL/CPU_COOLING
10587M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
10588M: Viresh Kumar <viresh.kumar@linaro.org>
10589M: Javi Merino <javi.merino@arm.com>
10590L: linux-pm@vger.kernel.org
10591S: Supported
10592F: Documentation/thermal/cpu-cooling-api.txt
10593F: drivers/thermal/cpu_cooling.c
10594F: include/linux/cpu_cooling.h
10595
10596THINGM BLINK(1) USB RGB LED DRIVER
10597M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10598S: Maintained
10599F: drivers/hid/hid-thingm.c
10600
10601THINKPAD ACPI EXTRAS DRIVER
10602M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10603L: ibm-acpi-devel@lists.sourceforge.net
10604L: platform-driver-x86@vger.kernel.org
10605W: http://ibm-acpi.sourceforge.net
10606W: http://thinkwiki.org/wiki/Ibm-acpi
10607T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10608S: Maintained
10609F: drivers/platform/x86/thinkpad_acpi.c
10610
10611TI BANDGAP AND THERMAL DRIVER
10612M: Eduardo Valentin <edubezval@gmail.com>
10613L: linux-pm@vger.kernel.org
10614L: linux-omap@vger.kernel.org
10615S: Maintained
10616F: drivers/thermal/ti-soc-thermal/
10617
10618TI CDCE706 CLOCK DRIVER
10619M: Max Filippov <jcmvbkbc@gmail.com>
10620S: Maintained
10621F: drivers/clk/clk-cdce706.c
10622
10623TI CLOCK DRIVER
10624M: Tero Kristo <t-kristo@ti.com>
10625L: linux-omap@vger.kernel.org
10626S: Maintained
10627F: drivers/clk/ti/
10628F: include/linux/clk/ti.h
10629
10630TI FLASH MEDIA INTERFACE DRIVER
10631M: Alex Dubov <oakad@yahoo.com>
10632S: Maintained
10633F: drivers/misc/tifm*
10634F: drivers/mmc/host/tifm_sd.c
10635F: include/linux/tifm.h
10636
10637TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10638M: Santosh Shilimkar <ssantosh@kernel.org>
10639L: linux-kernel@vger.kernel.org
10640L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10641S: Maintained
10642F: drivers/soc/ti/*
10643T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10644
10645
10646TI LM49xxx FAMILY ASoC CODEC DRIVERS
10647M: M R Swami Reddy <mr.swami.reddy@ti.com>
10648M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10649L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10650S: Maintained
10651F: sound/soc/codecs/lm49453*
10652F: sound/soc/codecs/isabelle*
10653
10654TI LP855x BACKLIGHT DRIVER
10655M: Milo Kim <milo.kim@ti.com>
10656S: Maintained
10657F: Documentation/backlight/lp855x-driver.txt
10658F: drivers/video/backlight/lp855x_bl.c
10659F: include/linux/platform_data/lp855x.h
10660
10661TI LP8727 CHARGER DRIVER
10662M: Milo Kim <milo.kim@ti.com>
10663S: Maintained
10664F: drivers/power/lp8727_charger.c
10665F: include/linux/platform_data/lp8727.h
10666
10667TI LP8788 MFD DRIVER
10668M: Milo Kim <milo.kim@ti.com>
10669S: Maintained
10670F: drivers/iio/adc/lp8788_adc.c
10671F: drivers/leds/leds-lp8788.c
10672F: drivers/mfd/lp8788*.c
10673F: drivers/power/lp8788-charger.c
10674F: drivers/regulator/lp8788-*.c
10675F: include/linux/mfd/lp8788*.h
10676
10677TI NETCP ETHERNET DRIVER
10678M: Wingman Kwok <w-kwok2@ti.com>
10679M: Murali Karicheri <m-karicheri2@ti.com>
10680L: netdev@vger.kernel.org
10681S: Maintained
10682F: drivers/net/ethernet/ti/netcp*
10683
10684TI TAS571X FAMILY ASoC CODEC DRIVER
10685M: Kevin Cernekee <cernekee@chromium.org>
10686L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10687S: Odd Fixes
10688F: sound/soc/codecs/tas571x*
10689
10690TI TWL4030 SERIES SOC CODEC DRIVER
10691M: Peter Ujfalusi <peter.ujfalusi@ti.com>
10692L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10693S: Maintained
10694F: sound/soc/codecs/twl4030*
10695
10696TI WILINK WIRELESS DRIVERS
10697L: linux-wireless@vger.kernel.org
10698W: http://wireless.kernel.org/en/users/Drivers/wl12xx
10699W: http://wireless.kernel.org/en/users/Drivers/wl1251
10700T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10701S: Orphan
10702F: drivers/net/wireless/ti/
10703F: include/linux/wl12xx.h
10704
10705TIPC NETWORK LAYER
10706M: Jon Maloy <jon.maloy@ericsson.com>
10707M: Ying Xue <ying.xue@windriver.com>
10708L: netdev@vger.kernel.org (core kernel code)
10709L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10710W: http://tipc.sourceforge.net/
10711S: Maintained
10712F: include/uapi/linux/tipc*.h
10713F: net/tipc/
10714
10715TILE ARCHITECTURE
10716M: Chris Metcalf <cmetcalf@ezchip.com>
10717W: http://www.ezchip.com/scm/
10718S: Supported
10719F: arch/tile/
10720F: drivers/char/tile-srom.c
10721F: drivers/edac/tile_edac.c
10722F: drivers/net/ethernet/tile/
10723F: drivers/rtc/rtc-tile.c
10724F: drivers/tty/hvc/hvc_tile.c
10725F: drivers/tty/serial/tilegx.c
10726F: drivers/usb/host/*-tilegx.c
10727F: include/linux/usb/tilegx.h
10728
10729TLAN NETWORK DRIVER
10730M: Samuel Chessman <chessman@tux.org>
10731L: tlan-devel@lists.sourceforge.net (subscribers-only)
10732W: http://sourceforge.net/projects/tlan/
10733S: Maintained
10734F: Documentation/networking/tlan.txt
10735F: drivers/net/ethernet/ti/tlan.*
10736
10737TOMOYO SECURITY MODULE
10738M: Kentaro Takeda <takedakn@nttdata.co.jp>
10739M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10740L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10741L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10742L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10743L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10744W: http://tomoyo.sourceforge.jp/
10745T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10746S: Maintained
10747F: security/tomoyo/
10748
10749TOPSTAR LAPTOP EXTRAS DRIVER
10750M: Herton Ronaldo Krzesinski <herton@canonical.com>
10751L: platform-driver-x86@vger.kernel.org
10752S: Maintained
10753F: drivers/platform/x86/topstar-laptop.c
10754
10755TOSHIBA ACPI EXTRAS DRIVER
10756M: Azael Avalos <coproscefalo@gmail.com>
10757L: platform-driver-x86@vger.kernel.org
10758S: Maintained
10759F: drivers/platform/x86/toshiba_acpi.c
10760
10761TOSHIBA BLUETOOTH DRIVER
10762M: Azael Avalos <coproscefalo@gmail.com>
10763L: platform-driver-x86@vger.kernel.org
10764S: Maintained
10765F: drivers/platform/x86/toshiba_bluetooth.c
10766
10767TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10768M: Azael Avalos <coproscefalo@gmail.com>
10769L: platform-driver-x86@vger.kernel.org
10770S: Maintained
10771F: drivers/platform/x86/toshiba_haps.c
10772
10773TOSHIBA WMI HOTKEYS DRIVER
10774M: Azael Avalos <coproscefalo@gmail.com>
10775L: platform-driver-x86@vger.kernel.org
10776S: Maintained
10777F: drivers/platform/x86/toshiba-wmi.c
10778
10779TOSHIBA SMM DRIVER
10780M: Jonathan Buzzard <jonathan@buzzard.org.uk>
10781W: http://www.buzzard.org.uk/toshiba/
10782S: Maintained
10783F: drivers/char/toshiba.c
10784F: include/linux/toshiba.h
10785F: include/uapi/linux/toshiba.h
10786
10787TOSHIBA TC358743 DRIVER
10788M: Mats Randgaard <matrandg@cisco.com>
10789L: linux-media@vger.kernel.org
10790S: Maintained
10791F: drivers/media/i2c/tc358743*
10792F: include/media/tc358743.h
10793
10794TMIO MMC DRIVER
10795M: Ian Molton <ian@mnementh.co.uk>
10796L: linux-mmc@vger.kernel.org
10797S: Maintained
10798F: drivers/mmc/host/tmio_mmc*
10799F: drivers/mmc/host/sh_mobile_sdhi.c
10800F: include/linux/mmc/tmio.h
10801F: include/linux/mmc/sh_mobile_sdhi.h
10802
10803TMP401 HARDWARE MONITOR DRIVER
10804M: Guenter Roeck <linux@roeck-us.net>
10805L: lm-sensors@lm-sensors.org
10806S: Maintained
10807F: Documentation/hwmon/tmp401
10808F: drivers/hwmon/tmp401.c
10809
10810TMPFS (SHMEM FILESYSTEM)
10811M: Hugh Dickins <hughd@google.com>
10812L: linux-mm@kvack.org
10813S: Maintained
10814F: include/linux/shmem_fs.h
10815F: mm/shmem.c
10816
10817TM6000 VIDEO4LINUX DRIVER
10818M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10819L: linux-media@vger.kernel.org
10820W: http://linuxtv.org
10821T: git git://linuxtv.org/media_tree.git
10822S: Odd fixes
10823F: drivers/media/usb/tm6000/
10824
10825TW68 VIDEO4LINUX DRIVER
10826M: Hans Verkuil <hverkuil@xs4all.nl>
10827L: linux-media@vger.kernel.org
10828T: git git://linuxtv.org/media_tree.git
10829W: http://linuxtv.org
10830S: Odd Fixes
10831F: drivers/media/pci/tw68/
10832
10833TPM DEVICE DRIVER
10834M: Peter Huewe <peterhuewe@gmx.de>
10835M: Marcel Selhorst <tpmdd@selhorst.net>
10836M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
10837R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10838W: http://tpmdd.sourceforge.net
10839L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10840Q: git git://github.com/PeterHuewe/linux-tpmdd.git
10841T: https://github.com/PeterHuewe/linux-tpmdd
10842S: Maintained
10843F: drivers/char/tpm/
10844
10845TPM IBM_VTPM DEVICE DRIVER
10846M: Ashley Lai <ashleydlai@gmail.com>
10847W: http://tpmdd.sourceforge.net
10848L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10849S: Maintained
10850F: drivers/char/tpm/tpm_ibmvtpm*
10851
10852TRACING
10853M: Steven Rostedt <rostedt@goodmis.org>
10854M: Ingo Molnar <mingo@redhat.com>
10855T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10856S: Maintained
10857F: Documentation/trace/ftrace.txt
10858F: arch/*/*/*/ftrace.h
10859F: arch/*/kernel/ftrace.c
10860F: include/*/ftrace.h
10861F: include/linux/trace*.h
10862F: include/trace/
10863F: kernel/trace/
10864F: tools/testing/selftests/ftrace/
10865
10866TRIVIAL PATCHES
10867M: Jiri Kosina <trivial@kernel.org>
10868T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10869S: Maintained
10870K: ^Subject:.*(?i)trivial
10871
10872TTY LAYER
10873M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10874M: Jiri Slaby <jslaby@suse.com>
10875S: Supported
10876T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10877F: Documentation/serial/
10878F: drivers/tty/
10879F: drivers/tty/serial/serial_core.c
10880F: include/linux/serial_core.h
10881F: include/linux/serial.h
10882F: include/linux/tty.h
10883F: include/uapi/linux/serial_core.h
10884F: include/uapi/linux/serial.h
10885F: include/uapi/linux/tty.h
10886
10887TUA9001 MEDIA DRIVER
10888M: Antti Palosaari <crope@iki.fi>
10889L: linux-media@vger.kernel.org
10890W: http://linuxtv.org/
10891W: http://palosaari.fi/linux/
10892Q: http://patchwork.linuxtv.org/project/linux-media/list/
10893T: git git://linuxtv.org/anttip/media_tree.git
10894S: Maintained
10895F: drivers/media/tuners/tua9001*
10896
10897TULIP NETWORK DRIVERS
10898M: Grant Grundler <grundler@parisc-linux.org>
10899L: netdev@vger.kernel.org
10900S: Maintained
10901F: drivers/net/ethernet/dec/tulip/
10902
10903TUN/TAP driver
10904M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
10905W: http://vtun.sourceforge.net/tun
10906S: Maintained
10907F: Documentation/networking/tuntap.txt
10908F: arch/um/os-Linux/drivers/
10909
10910TURBOCHANNEL SUBSYSTEM
10911M: "Maciej W. Rozycki" <macro@linux-mips.org>
10912M: Ralf Baechle <ralf@linux-mips.org>
10913L: linux-mips@linux-mips.org
10914Q: http://patchwork.linux-mips.org/project/linux-mips/list/
10915S: Maintained
10916F: drivers/tc/
10917F: include/linux/tc.h
10918
10919U14-34F SCSI DRIVER
10920M: Dario Ballabio <ballabio_dario@emc.com>
10921L: linux-scsi@vger.kernel.org
10922S: Maintained
10923F: drivers/scsi/u14-34f.c
10924
10925UBI FILE SYSTEM (UBIFS)
10926M: Artem Bityutskiy <dedekind1@gmail.com>
10927M: Adrian Hunter <adrian.hunter@intel.com>
10928L: linux-mtd@lists.infradead.org
10929T: git git://git.infradead.org/ubifs-2.6.git
10930W: http://www.linux-mtd.infradead.org/doc/ubifs.html
10931S: Maintained
10932F: Documentation/filesystems/ubifs.txt
10933F: fs/ubifs/
10934
10935UCLINUX (M68KNOMMU AND COLDFIRE)
10936M: Greg Ungerer <gerg@uclinux.org>
10937W: http://www.uclinux.org/
10938L: linux-m68k@lists.linux-m68k.org
10939L: uclinux-dev@uclinux.org (subscribers-only)
10940T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10941S: Maintained
10942F: arch/m68k/coldfire/
10943F: arch/m68k/68*/
10944F: arch/m68k/*/*_no.*
10945F: arch/m68k/include/asm/*_no.*
10946
10947UDF FILESYSTEM
10948M: Jan Kara <jack@suse.com>
10949S: Maintained
10950F: Documentation/filesystems/udf.txt
10951F: fs/udf/
10952
10953UFS FILESYSTEM
10954M: Evgeniy Dushistov <dushistov@mail.ru>
10955S: Maintained
10956F: Documentation/filesystems/ufs.txt
10957F: fs/ufs/
10958
10959UHID USERSPACE HID IO DRIVER:
10960M: David Herrmann <dh.herrmann@googlemail.com>
10961L: linux-input@vger.kernel.org
10962S: Maintained
10963F: drivers/hid/uhid.c
10964F: include/uapi/linux/uhid.h
10965
10966ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10967L: linux-usb@vger.kernel.org
10968S: Orphan
10969F: drivers/uwb/
10970F: include/linux/uwb.h
10971F: include/linux/uwb/
10972
10973UNICORE32 ARCHITECTURE:
10974M: Guan Xuetao <gxt@mprc.pku.edu.cn>
10975W: http://mprc.pku.edu.cn/~guanxuetao/linux
10976S: Maintained
10977T: git git://github.com/gxt/linux.git
10978F: arch/unicore32/
10979
10980UNIFDEF
10981M: Tony Finch <dot@dotat.at>
10982W: http://dotat.at/prog/unifdef
10983S: Maintained
10984F: scripts/unifdef.c
10985
10986UNIFORM CDROM DRIVER
10987M: Jens Axboe <axboe@kernel.dk>
10988W: http://www.kernel.dk
10989S: Maintained
10990F: Documentation/cdrom/
10991F: drivers/cdrom/cdrom.c
10992F: include/linux/cdrom.h
10993F: include/uapi/linux/cdrom.h
10994
10995UNISYS S-PAR DRIVERS
10996M: Benjamin Romer <benjamin.romer@unisys.com>
10997M: David Kershner <david.kershner@unisys.com>
10998L: sparmaintainer@unisys.com (Unisys internal)
10999S: Supported
11000F: drivers/staging/unisys/
11001
11002UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11003M: Vinayak Holikatti <vinholikatti@gmail.com>
11004L: linux-scsi@vger.kernel.org
11005S: Supported
11006F: Documentation/scsi/ufs.txt
11007F: drivers/scsi/ufs/
11008
11009UNSORTED BLOCK IMAGES (UBI)
11010M: Artem Bityutskiy <dedekind1@gmail.com>
11011M: Richard Weinberger <richard@nod.at>
11012W: http://www.linux-mtd.infradead.org/
11013L: linux-mtd@lists.infradead.org
11014T: git git://git.infradead.org/ubifs-2.6.git
11015S: Supported
11016F: drivers/mtd/ubi/
11017F: include/linux/mtd/ubi.h
11018F: include/uapi/mtd/ubi-user.h
11019
11020USB ACM DRIVER
11021M: Oliver Neukum <oliver@neukum.org>
11022L: linux-usb@vger.kernel.org
11023S: Maintained
11024F: Documentation/usb/acm.txt
11025F: drivers/usb/class/cdc-acm.*
11026
11027USB AR5523 WIRELESS DRIVER
11028M: Pontus Fuchs <pontus.fuchs@gmail.com>
11029L: linux-wireless@vger.kernel.org
11030S: Maintained
11031F: drivers/net/wireless/ath/ar5523/
11032
11033USB ATTACHED SCSI
11034M: Hans de Goede <hdegoede@redhat.com>
11035M: Gerd Hoffmann <kraxel@redhat.com>
11036L: linux-usb@vger.kernel.org
11037L: linux-scsi@vger.kernel.org
11038S: Maintained
11039F: drivers/usb/storage/uas.c
11040
11041USB CDC ETHERNET DRIVER
11042M: Oliver Neukum <oliver@neukum.org>
11043L: linux-usb@vger.kernel.org
11044S: Maintained
11045F: drivers/net/usb/cdc_*.c
11046F: include/uapi/linux/usb/cdc.h
11047
11048USB CHAOSKEY DRIVER
11049M: Keith Packard <keithp@keithp.com>
11050L: linux-usb@vger.kernel.org
11051S: Maintained
11052F: drivers/usb/misc/chaoskey.c
11053
11054USB CYPRESS C67X00 DRIVER
11055M: Peter Korsgaard <jacmet@sunsite.dk>
11056L: linux-usb@vger.kernel.org
11057S: Maintained
11058F: drivers/usb/c67x00/
11059
11060USB DAVICOM DM9601 DRIVER
11061M: Peter Korsgaard <jacmet@sunsite.dk>
11062L: netdev@vger.kernel.org
11063W: http://www.linux-usb.org/usbnet
11064S: Maintained
11065F: drivers/net/usb/dm9601.c
11066
11067USB DIAMOND RIO500 DRIVER
11068M: Cesar Miquel <miquel@df.uba.ar>
11069L: rio500-users@lists.sourceforge.net
11070W: http://rio500.sourceforge.net
11071S: Maintained
11072F: drivers/usb/misc/rio500*
11073
11074USB EHCI DRIVER
11075M: Alan Stern <stern@rowland.harvard.edu>
11076L: linux-usb@vger.kernel.org
11077S: Maintained
11078F: Documentation/usb/ehci.txt
11079F: drivers/usb/host/ehci*
11080
11081USB GADGET/PERIPHERAL SUBSYSTEM
11082M: Felipe Balbi <balbi@ti.com>
11083L: linux-usb@vger.kernel.org
11084W: http://www.linux-usb.org/gadget
11085T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11086S: Maintained
11087F: drivers/usb/gadget/
11088F: include/linux/usb/gadget*
11089
11090USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11091M: Jiri Kosina <jikos@kernel.org>
11092L: linux-usb@vger.kernel.org
11093T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11094S: Maintained
11095F: Documentation/hid/hiddev.txt
11096F: drivers/hid/usbhid/
11097
11098USB ISP116X DRIVER
11099M: Olav Kongas <ok@artecdesign.ee>
11100L: linux-usb@vger.kernel.org
11101S: Maintained
11102F: drivers/usb/host/isp116x*
11103F: include/linux/usb/isp116x.h
11104
11105USB MASS STORAGE DRIVER
11106M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11107L: linux-usb@vger.kernel.org
11108L: usb-storage@lists.one-eyed-alien.net
11109S: Maintained
11110W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
11111F: drivers/usb/storage/
11112
11113USB MIDI DRIVER
11114M: Clemens Ladisch <clemens@ladisch.de>
11115L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11116T: git git://git.alsa-project.org/alsa-kernel.git
11117S: Maintained
11118F: sound/usb/midi.*
11119
11120USB NETWORKING DRIVERS
11121L: linux-usb@vger.kernel.org
11122S: Odd Fixes
11123F: drivers/net/usb/
11124
11125USB OHCI DRIVER
11126M: Alan Stern <stern@rowland.harvard.edu>
11127L: linux-usb@vger.kernel.org
11128S: Maintained
11129F: Documentation/usb/ohci.txt
11130F: drivers/usb/host/ohci*
11131
11132USB OTG FSM (Finite State Machine)
11133M: Peter Chen <Peter.Chen@freescale.com>
11134T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11135L: linux-usb@vger.kernel.org
11136S: Maintained
11137F: drivers/usb/common/usb-otg-fsm.c
11138
11139USB OVER IP DRIVER
11140M: Valentina Manea <valentina.manea.m@gmail.com>
11141M: Shuah Khan <shuah.kh@samsung.com>
11142L: linux-usb@vger.kernel.org
11143S: Maintained
11144F: drivers/usb/usbip/
11145F: tools/usb/usbip/
11146
11147USB PEGASUS DRIVER
11148M: Petko Manolov <petkan@nucleusys.com>
11149L: linux-usb@vger.kernel.org
11150L: netdev@vger.kernel.org
11151T: git git://github.com/petkan/pegasus.git
11152W: https://github.com/petkan/pegasus
11153S: Maintained
11154F: drivers/net/usb/pegasus.*
11155
11156USB PHY LAYER
11157M: Felipe Balbi <balbi@ti.com>
11158L: linux-usb@vger.kernel.org
11159T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11160S: Maintained
11161F: drivers/usb/phy/
11162
11163USB PRINTER DRIVER (usblp)
11164M: Pete Zaitcev <zaitcev@redhat.com>
11165L: linux-usb@vger.kernel.org
11166S: Supported
11167F: drivers/usb/class/usblp.c
11168
11169USB RTL8150 DRIVER
11170M: Petko Manolov <petkan@nucleusys.com>
11171L: linux-usb@vger.kernel.org
11172L: netdev@vger.kernel.org
11173T: git git://github.com/petkan/rtl8150.git
11174W: https://github.com/petkan/rtl8150
11175S: Maintained
11176F: drivers/net/usb/rtl8150.c
11177
11178USB SERIAL SUBSYSTEM
11179M: Johan Hovold <johan@kernel.org>
11180L: linux-usb@vger.kernel.org
11181S: Maintained
11182F: Documentation/usb/usb-serial.txt
11183F: drivers/usb/serial/
11184F: include/linux/usb/serial.h
11185
11186USB SMSC75XX ETHERNET DRIVER
11187M: Steve Glendinning <steve.glendinning@shawell.net>
11188L: netdev@vger.kernel.org
11189S: Maintained
11190F: drivers/net/usb/smsc75xx.*
11191
11192USB SMSC95XX ETHERNET DRIVER
11193M: Steve Glendinning <steve.glendinning@shawell.net>
11194L: netdev@vger.kernel.org
11195S: Maintained
11196F: drivers/net/usb/smsc95xx.*
11197
11198USB SUBSYSTEM
11199M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11200L: linux-usb@vger.kernel.org
11201W: http://www.linux-usb.org
11202T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11203S: Supported
11204F: Documentation/usb/
11205F: drivers/usb/
11206F: include/linux/usb.h
11207F: include/linux/usb/
11208
11209USB UHCI DRIVER
11210M: Alan Stern <stern@rowland.harvard.edu>
11211L: linux-usb@vger.kernel.org
11212S: Maintained
11213F: drivers/usb/host/uhci*
11214
11215USB "USBNET" DRIVER FRAMEWORK
11216M: Oliver Neukum <oneukum@suse.com>
11217L: netdev@vger.kernel.org
11218W: http://www.linux-usb.org/usbnet
11219S: Maintained
11220F: drivers/net/usb/usbnet.c
11221F: include/linux/usb/usbnet.h
11222
11223USB VIDEO CLASS
11224M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11225L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11226L: linux-media@vger.kernel.org
11227T: git git://linuxtv.org/media_tree.git
11228W: http://www.ideasonboard.org/uvc/
11229S: Maintained
11230F: drivers/media/usb/uvc/
11231F: include/uapi/linux/uvcvideo.h
11232
11233USB VISION DRIVER
11234M: Hans Verkuil <hverkuil@xs4all.nl>
11235L: linux-media@vger.kernel.org
11236T: git git://linuxtv.org/media_tree.git
11237W: http://linuxtv.org
11238S: Odd Fixes
11239F: drivers/media/usb/usbvision/
11240
11241USB WEBCAM GADGET
11242M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11243L: linux-usb@vger.kernel.org
11244S: Maintained
11245F: drivers/usb/gadget/function/*uvc*
11246F: drivers/usb/gadget/legacy/webcam.c
11247
11248USB WIRELESS RNDIS DRIVER (rndis_wlan)
11249M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
11250L: linux-wireless@vger.kernel.org
11251S: Maintained
11252F: drivers/net/wireless/rndis_wlan.c
11253
11254USB XHCI DRIVER
11255M: Mathias Nyman <mathias.nyman@intel.com>
11256L: linux-usb@vger.kernel.org
11257S: Supported
11258F: drivers/usb/host/xhci*
11259F: drivers/usb/host/pci-quirks*
11260
11261USB ZD1201 DRIVER
11262L: linux-wireless@vger.kernel.org
11263W: http://linux-lc100020.sourceforge.net
11264S: Orphan
11265F: drivers/net/wireless/zd1201.*
11266
11267USB ZR364XX DRIVER
11268M: Antoine Jacquet <royale@zerezo.com>
11269L: linux-usb@vger.kernel.org
11270L: linux-media@vger.kernel.org
11271T: git git://linuxtv.org/media_tree.git
11272W: http://royale.zerezo.com/zr364xx/
11273S: Maintained
11274F: Documentation/video4linux/zr364xx.txt
11275F: drivers/media/usb/zr364xx/
11276
11277ULPI BUS
11278M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
11279L: linux-usb@vger.kernel.org
11280S: Maintained
11281F: drivers/usb/common/ulpi.c
11282F: include/linux/ulpi/
11283
11284USER-MODE LINUX (UML)
11285M: Jeff Dike <jdike@addtoit.com>
11286M: Richard Weinberger <richard@nod.at>
11287L: user-mode-linux-devel@lists.sourceforge.net
11288L: user-mode-linux-user@lists.sourceforge.net
11289W: http://user-mode-linux.sourceforge.net
11290S: Maintained
11291F: Documentation/virtual/uml/
11292F: arch/um/
11293F: arch/x86/um/
11294F: fs/hostfs/
11295F: fs/hppfs/
11296
11297USERSPACE I/O (UIO)
11298M: "Hans J. Koch" <hjk@hansjkoch.de>
11299M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11300S: Maintained
11301T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11302F: Documentation/DocBook/uio-howto.tmpl
11303F: drivers/uio/
11304F: include/linux/uio*.h
11305
11306UTIL-LINUX PACKAGE
11307M: Karel Zak <kzak@redhat.com>
11308L: util-linux@vger.kernel.org
11309W: http://en.wikipedia.org/wiki/Util-linux
11310T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11311S: Maintained
11312
11313UVESAFB DRIVER
11314M: Michal Januszewski <spock@gentoo.org>
11315L: linux-fbdev@vger.kernel.org
11316W: http://dev.gentoo.org/~spock/projects/uvesafb/
11317S: Maintained
11318F: Documentation/fb/uvesafb.txt
11319F: drivers/video/fbdev/uvesafb.*
11320
11321VF610 NAND DRIVER
11322M: Stefan Agner <stefan@agner.ch>
11323L: linux-mtd@lists.infradead.org
11324S: Supported
11325F: drivers/mtd/nand/vf610_nfc.c
11326
11327VFAT/FAT/MSDOS FILESYSTEM
11328M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11329S: Maintained
11330F: Documentation/filesystems/vfat.txt
11331F: fs/fat/
11332
11333VFIO DRIVER
11334M: Alex Williamson <alex.williamson@redhat.com>
11335L: kvm@vger.kernel.org
11336S: Maintained
11337F: Documentation/vfio.txt
11338F: drivers/vfio/
11339F: include/linux/vfio.h
11340F: include/uapi/linux/vfio.h
11341
11342VFIO PLATFORM DRIVER
11343M: Baptiste Reynal <b.reynal@virtualopensystems.com>
11344L: kvm@vger.kernel.org
11345S: Maintained
11346F: drivers/vfio/platform/
11347
11348VIDEOBUF2 FRAMEWORK
11349M: Pawel Osciak <pawel@osciak.com>
11350M: Marek Szyprowski <m.szyprowski@samsung.com>
11351M: Kyungmin Park <kyungmin.park@samsung.com>
11352L: linux-media@vger.kernel.org
11353S: Maintained
11354F: drivers/media/v4l2-core/videobuf2-*
11355F: include/media/videobuf2-*
11356
11357VIRTUAL SERIO DEVICE DRIVER
11358M: Stephen Chandler Paul <thatslyude@gmail.com>
11359S: Maintained
11360F: drivers/input/serio/userio.c
11361F: include/uapi/linux/userio.h
11362
11363VIRTIO CONSOLE DRIVER
11364M: Amit Shah <amit.shah@redhat.com>
11365L: virtualization@lists.linux-foundation.org
11366S: Maintained
11367F: drivers/char/virtio_console.c
11368F: include/linux/virtio_console.h
11369F: include/uapi/linux/virtio_console.h
11370
11371VIRTIO CORE, NET AND BLOCK DRIVERS
11372M: "Michael S. Tsirkin" <mst@redhat.com>
11373L: virtualization@lists.linux-foundation.org
11374S: Maintained
11375F: drivers/virtio/
11376F: tools/virtio/
11377F: drivers/net/virtio_net.c
11378F: drivers/block/virtio_blk.c
11379F: include/linux/virtio_*.h
11380F: include/uapi/linux/virtio_*.h
11381
11382VIRTIO DRIVERS FOR S390
11383M: Christian Borntraeger <borntraeger@de.ibm.com>
11384M: Cornelia Huck <cornelia.huck@de.ibm.com>
11385L: linux-s390@vger.kernel.org
11386L: virtualization@lists.linux-foundation.org
11387L: kvm@vger.kernel.org
11388S: Supported
11389F: drivers/s390/virtio/
11390
11391VIRTIO GPU DRIVER
11392M: David Airlie <airlied@linux.ie>
11393M: Gerd Hoffmann <kraxel@redhat.com>
11394L: dri-devel@lists.freedesktop.org
11395L: virtualization@lists.linux-foundation.org
11396S: Maintained
11397F: drivers/gpu/drm/virtio/
11398F: include/uapi/linux/virtio_gpu.h
11399
11400VIRTIO HOST (VHOST)
11401M: "Michael S. Tsirkin" <mst@redhat.com>
11402L: kvm@vger.kernel.org
11403L: virtualization@lists.linux-foundation.org
11404L: netdev@vger.kernel.org
11405S: Maintained
11406F: drivers/vhost/
11407F: include/uapi/linux/vhost.h
11408
11409VIRTIO INPUT DRIVER
11410M: Gerd Hoffmann <kraxel@redhat.com>
11411S: Maintained
11412F: drivers/virtio/virtio_input.c
11413F: include/uapi/linux/virtio_input.h
11414
11415VIA RHINE NETWORK DRIVER
11416S: Orphan
11417F: drivers/net/ethernet/via/via-rhine.c
11418
11419VIA SD/MMC CARD CONTROLLER DRIVER
11420M: Bruce Chang <brucechang@via.com.tw>
11421M: Harald Welte <HaraldWelte@viatech.com>
11422S: Maintained
11423F: drivers/mmc/host/via-sdmmc.c
11424
11425VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11426M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11427L: linux-fbdev@vger.kernel.org
11428S: Maintained
11429F: include/linux/via-core.h
11430F: include/linux/via-gpio.h
11431F: include/linux/via_i2c.h
11432F: drivers/video/fbdev/via/
11433
11434VIA VELOCITY NETWORK DRIVER
11435M: Francois Romieu <romieu@fr.zoreil.com>
11436L: netdev@vger.kernel.org
11437S: Maintained
11438F: drivers/net/ethernet/via/via-velocity.*
11439
11440VIRT LIB
11441M: Alex Williamson <alex.williamson@redhat.com>
11442M: Paolo Bonzini <pbonzini@redhat.com>
11443L: kvm@vger.kernel.org
11444S: Supported
11445F: virt/lib/
11446
11447VIVID VIRTUAL VIDEO DRIVER
11448M: Hans Verkuil <hverkuil@xs4all.nl>
11449L: linux-media@vger.kernel.org
11450T: git git://linuxtv.org/media_tree.git
11451W: http://linuxtv.org
11452S: Maintained
11453F: drivers/media/platform/vivid/*
11454
11455VLAN (802.1Q)
11456M: Patrick McHardy <kaber@trash.net>
11457L: netdev@vger.kernel.org
11458S: Maintained
11459F: drivers/net/macvlan.c
11460F: include/linux/if_*vlan.h
11461F: net/8021q/
11462
11463VLYNQ BUS
11464M: Florian Fainelli <florian@openwrt.org>
11465L: openwrt-devel@lists.openwrt.org (subscribers-only)
11466S: Maintained
11467F: drivers/vlynq/vlynq.c
11468F: include/linux/vlynq.h
11469
11470VME SUBSYSTEM
11471M: Martyn Welch <martyn@welchs.me.uk>
11472M: Manohar Vanga <manohar.vanga@gmail.com>
11473M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11474L: devel@driverdev.osuosl.org
11475S: Maintained
11476T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11477F: Documentation/vme_api.txt
11478F: drivers/staging/vme/
11479F: drivers/vme/
11480F: include/linux/vme*
11481
11482VMWARE HYPERVISOR INTERFACE
11483M: Alok Kataria <akataria@vmware.com>
11484L: virtualization@lists.linux-foundation.org
11485S: Supported
11486F: arch/x86/kernel/cpu/vmware.c
11487
11488VMWARE BALLOON DRIVER
11489M: Xavier Deguillard <xdeguillard@vmware.com>
11490M: Philip Moltmann <moltmann@vmware.com>
11491M: "VMware, Inc." <pv-drivers@vmware.com>
11492L: linux-kernel@vger.kernel.org
11493S: Maintained
11494F: drivers/misc/vmw_balloon.c
11495
11496VMWARE VMMOUSE SUBDRIVER
11497M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11498M: "VMware, Inc." <pv-drivers@vmware.com>
11499L: linux-input@vger.kernel.org
11500S: Maintained
11501F: drivers/input/mouse/vmmouse.c
11502F: drivers/input/mouse/vmmouse.h
11503
11504VMWARE VMXNET3 ETHERNET DRIVER
11505M: Shrikrishna Khare <skhare@vmware.com>
11506M: "VMware, Inc." <pv-drivers@vmware.com>
11507L: netdev@vger.kernel.org
11508S: Maintained
11509F: drivers/net/vmxnet3/
11510
11511VMware PVSCSI driver
11512M: Arvind Kumar <arvindkumar@vmware.com>
11513M: VMware PV-Drivers <pv-drivers@vmware.com>
11514L: linux-scsi@vger.kernel.org
11515S: Maintained
11516F: drivers/scsi/vmw_pvscsi.c
11517F: drivers/scsi/vmw_pvscsi.h
11518
11519VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11520M: Liam Girdwood <lgirdwood@gmail.com>
11521M: Mark Brown <broonie@kernel.org>
11522L: linux-kernel@vger.kernel.org
11523W: http://www.slimlogic.co.uk/?p=48
11524T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11525S: Supported
11526F: drivers/regulator/
11527F: include/linux/regulator/
11528
11529VRF
11530M: David Ahern <dsa@cumulusnetworks.com>
11531M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
11532L: netdev@vger.kernel.org
11533S: Maintained
11534F: drivers/net/vrf.c
11535F: Documentation/networking/vrf.txt
11536
11537VT1211 HARDWARE MONITOR DRIVER
11538M: Juerg Haefliger <juergh@gmail.com>
11539L: lm-sensors@lm-sensors.org
11540S: Maintained
11541F: Documentation/hwmon/vt1211
11542F: drivers/hwmon/vt1211.c
11543
11544VT8231 HARDWARE MONITOR DRIVER
11545M: Roger Lucas <vt8231@hiddenengine.co.uk>
11546L: lm-sensors@lm-sensors.org
11547S: Maintained
11548F: drivers/hwmon/vt8231.c
11549
11550VUB300 USB to SDIO/SD/MMC bridge chip
11551M: Tony Olech <tony.olech@elandigitalsystems.com>
11552L: linux-mmc@vger.kernel.org
11553L: linux-usb@vger.kernel.org
11554S: Supported
11555F: drivers/mmc/host/vub300.c
11556
11557W1 DALLAS'S 1-WIRE BUS
11558M: Evgeniy Polyakov <zbr@ioremap.net>
11559S: Maintained
11560F: Documentation/w1/
11561F: drivers/w1/
11562
11563W83791D HARDWARE MONITORING DRIVER
11564M: Marc Hulsman <m.hulsman@tudelft.nl>
11565L: lm-sensors@lm-sensors.org
11566S: Maintained
11567F: Documentation/hwmon/w83791d
11568F: drivers/hwmon/w83791d.c
11569
11570W83793 HARDWARE MONITORING DRIVER
11571M: Rudolf Marek <r.marek@assembler.cz>
11572L: lm-sensors@lm-sensors.org
11573S: Maintained
11574F: Documentation/hwmon/w83793
11575F: drivers/hwmon/w83793.c
11576
11577W83795 HARDWARE MONITORING DRIVER
11578M: Jean Delvare <jdelvare@suse.com>
11579L: lm-sensors@lm-sensors.org
11580S: Maintained
11581F: drivers/hwmon/w83795.c
11582
11583W83L51xD SD/MMC CARD INTERFACE DRIVER
11584M: Pierre Ossman <pierre@ossman.eu>
11585S: Maintained
11586F: drivers/mmc/host/wbsd.*
11587
11588WACOM PROTOCOL 4 SERIAL TABLETS
11589M: Julian Squires <julian@cipht.net>
11590M: Hans de Goede <hdegoede@redhat.com>
11591L: linux-input@vger.kernel.org
11592S: Maintained
11593F: drivers/input/tablet/wacom_serial4.c
11594
11595WATCHDOG DEVICE DRIVERS
11596M: Wim Van Sebroeck <wim@iguana.be>
11597L: linux-watchdog@vger.kernel.org
11598W: http://www.linux-watchdog.org/
11599T: git git://www.linux-watchdog.org/linux-watchdog.git
11600S: Maintained
11601F: Documentation/watchdog/
11602F: drivers/watchdog/
11603F: include/linux/watchdog.h
11604F: include/uapi/linux/watchdog.h
11605
11606WD7000 SCSI DRIVER
11607M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
11608L: linux-scsi@vger.kernel.org
11609S: Maintained
11610F: drivers/scsi/wd7000.c
11611
11612WIIMOTE HID DRIVER
11613M: David Herrmann <dh.herrmann@googlemail.com>
11614L: linux-input@vger.kernel.org
11615S: Maintained
11616F: drivers/hid/hid-wiimote*
11617
11618WINBOND CIR DRIVER
11619M: David Härdeman <david@hardeman.nu>
11620S: Maintained
11621F: drivers/media/rc/winbond-cir.c
11622
11623WIMAX STACK
11624M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11625M: linux-wimax@intel.com
11626L: wimax@linuxwimax.org (subscribers-only)
11627S: Supported
11628W: http://linuxwimax.org
11629F: Documentation/wimax/README.wimax
11630F: include/linux/wimax/debug.h
11631F: include/net/wimax.h
11632F: include/uapi/linux/wimax.h
11633F: net/wimax/
11634
11635WISTRON LAPTOP BUTTON DRIVER
11636M: Miloslav Trmac <mitr@volny.cz>
11637S: Maintained
11638F: drivers/input/misc/wistron_btns.c
11639
11640WL3501 WIRELESS PCMCIA CARD DRIVER
11641M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11642L: linux-wireless@vger.kernel.org
11643W: http://oops.ghostprotocols.net:81/blog
11644S: Maintained
11645F: drivers/net/wireless/wl3501*
11646
11647WOLFSON MICROELECTRONICS DRIVERS
11648L: patches@opensource.wolfsonmicro.com
11649T: git https://github.com/CirrusLogic/linux-drivers.git
11650W: https://github.com/CirrusLogic/linux-drivers/wiki
11651S: Supported
11652F: Documentation/hwmon/wm83??
11653F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11654F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11655F: Documentation/devicetree/bindings/mfd/arizona.txt
11656F: arch/arm/mach-s3c64xx/mach-crag6410*
11657F: drivers/clk/clk-wm83*.c
11658F: drivers/extcon/extcon-arizona.c
11659F: drivers/leds/leds-wm83*.c
11660F: drivers/gpio/gpio-*wm*.c
11661F: drivers/gpio/gpio-arizona.c
11662F: drivers/hwmon/wm83??-hwmon.c
11663F: drivers/input/misc/wm831x-on.c
11664F: drivers/input/touchscreen/wm831x-ts.c
11665F: drivers/input/touchscreen/wm97*.c
11666F: drivers/mfd/arizona*
11667F: drivers/mfd/wm*.c
11668F: drivers/power/wm83*.c
11669F: drivers/rtc/rtc-wm83*.c
11670F: drivers/regulator/wm8*.c
11671F: drivers/video/backlight/wm83*_bl.c
11672F: drivers/watchdog/wm83*_wdt.c
11673F: include/linux/mfd/arizona/
11674F: include/linux/mfd/wm831x/
11675F: include/linux/mfd/wm8350/
11676F: include/linux/mfd/wm8400*
11677F: include/linux/wm97xx.h
11678F: include/sound/wm????.h
11679F: sound/soc/codecs/arizona.?
11680F: sound/soc/codecs/wm*
11681
11682WORKQUEUE
11683M: Tejun Heo <tj@kernel.org>
11684R: Lai Jiangshan <jiangshanlai@gmail.com>
11685T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11686S: Maintained
11687F: include/linux/workqueue.h
11688F: kernel/workqueue.c
11689F: Documentation/workqueue.txt
11690
11691X.25 NETWORK LAYER
11692M: Andrew Hendry <andrew.hendry@gmail.com>
11693L: linux-x25@vger.kernel.org
11694S: Odd Fixes
11695F: Documentation/networking/x25*
11696F: include/net/x25*
11697F: net/x25/
11698
11699X86 ARCHITECTURE (32-BIT AND 64-BIT)
11700M: Thomas Gleixner <tglx@linutronix.de>
11701M: Ingo Molnar <mingo@redhat.com>
11702M: "H. Peter Anvin" <hpa@zytor.com>
11703M: x86@kernel.org
11704L: linux-kernel@vger.kernel.org
11705T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11706S: Maintained
11707F: Documentation/x86/
11708F: arch/x86/
11709
11710X86 PLATFORM DRIVERS
11711M: Darren Hart <dvhart@infradead.org>
11712L: platform-driver-x86@vger.kernel.org
11713T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11714S: Maintained
11715F: drivers/platform/x86/
11716F: drivers/platform/olpc/
11717
11718X86 MCE INFRASTRUCTURE
11719M: Tony Luck <tony.luck@intel.com>
11720M: Borislav Petkov <bp@alien8.de>
11721L: linux-edac@vger.kernel.org
11722S: Maintained
11723F: arch/x86/kernel/cpu/mcheck/*
11724
11725X86 MICROCODE UPDATE SUPPORT
11726M: Borislav Petkov <bp@alien8.de>
11727S: Maintained
11728F: arch/x86/kernel/cpu/microcode/*
11729
11730X86 VDSO
11731M: Andy Lutomirski <luto@amacapital.net>
11732L: linux-kernel@vger.kernel.org
11733T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11734S: Maintained
11735F: arch/x86/entry/vdso/
11736
11737XC2028/3028 TUNER DRIVER
11738M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11739L: linux-media@vger.kernel.org
11740W: http://linuxtv.org
11741T: git git://linuxtv.org/media_tree.git
11742S: Maintained
11743F: drivers/media/tuners/tuner-xc2028.*
11744
11745XEN HYPERVISOR INTERFACE
11746M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11747M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
11748M: David Vrabel <david.vrabel@citrix.com>
11749L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11750T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11751S: Supported
11752F: arch/x86/xen/
11753F: drivers/*/xen-*front.c
11754F: drivers/xen/
11755F: arch/x86/include/asm/xen/
11756F: include/xen/
11757F: include/uapi/xen/
11758
11759XEN HYPERVISOR ARM
11760M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11761L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11762S: Supported
11763F: arch/arm/xen/
11764F: arch/arm/include/asm/xen/
11765
11766XEN HYPERVISOR ARM64
11767M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11768L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11769S: Supported
11770F: arch/arm64/xen/
11771F: arch/arm64/include/asm/xen/
11772
11773XEN NETWORK BACKEND DRIVER
11774M: Ian Campbell <ian.campbell@citrix.com>
11775M: Wei Liu <wei.liu2@citrix.com>
11776L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11777L: netdev@vger.kernel.org
11778S: Supported
11779F: drivers/net/xen-netback/*
11780
11781XEN PCI SUBSYSTEM
11782M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11783L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11784S: Supported
11785F: arch/x86/pci/*xen*
11786F: drivers/pci/*xen*
11787
11788XEN BLOCK SUBSYSTEM
11789M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11790M: Roger Pau Monné <roger.pau@citrix.com>
11791L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11792S: Supported
11793F: drivers/block/xen-blkback/*
11794F: drivers/block/xen*
11795
11796XEN PVSCSI DRIVERS
11797M: Juergen Gross <jgross@suse.com>
11798L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11799L: linux-scsi@vger.kernel.org
11800S: Supported
11801F: drivers/scsi/xen-scsifront.c
11802F: drivers/xen/xen-scsiback.c
11803F: include/xen/interface/io/vscsiif.h
11804
11805XEN SWIOTLB SUBSYSTEM
11806M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11807L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11808S: Supported
11809F: arch/x86/xen/*swiotlb*
11810F: drivers/xen/*swiotlb*
11811
11812XFS FILESYSTEM
11813P: Silicon Graphics Inc
11814M: Dave Chinner <david@fromorbit.com>
11815M: xfs@oss.sgi.com
11816L: xfs@oss.sgi.com
11817W: http://oss.sgi.com/projects/xfs
11818T: git git://oss.sgi.com/xfs/xfs.git
11819S: Supported
11820F: Documentation/filesystems/xfs.txt
11821F: fs/xfs/
11822
11823XILINX AXI ETHERNET DRIVER
11824M: Anirudha Sarangi <anirudh@xilinx.com>
11825M: John Linn <John.Linn@xilinx.com>
11826S: Maintained
11827F: drivers/net/ethernet/xilinx/xilinx_axienet*
11828
11829XILINX UARTLITE SERIAL DRIVER
11830M: Peter Korsgaard <jacmet@sunsite.dk>
11831L: linux-serial@vger.kernel.org
11832S: Maintained
11833F: drivers/tty/serial/uartlite.c
11834
11835XILINX VIDEO IP CORES
11836M: Hyun Kwon <hyun.kwon@xilinx.com>
11837M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11838L: linux-media@vger.kernel.org
11839T: git git://linuxtv.org/media_tree.git
11840S: Supported
11841F: Documentation/devicetree/bindings/media/xilinx/
11842F: drivers/media/platform/xilinx/
11843F: include/uapi/linux/xilinx-v4l2-controls.h
11844
11845XILLYBUS DRIVER
11846M: Eli Billauer <eli.billauer@gmail.com>
11847L: linux-kernel@vger.kernel.org
11848S: Supported
11849F: drivers/char/xillybus/
11850
11851XTENSA XTFPGA PLATFORM SUPPORT
11852M: Max Filippov <jcmvbkbc@gmail.com>
11853L: linux-xtensa@linux-xtensa.org
11854S: Maintained
11855F: drivers/spi/spi-xtensa-xtfpga.c
11856F: sound/soc/xtensa/xtfpga-i2s.c
11857
11858YAM DRIVER FOR AX.25
11859M: Jean-Paul Roubelat <jpr@f6fbb.org>
11860L: linux-hams@vger.kernel.org
11861S: Maintained
11862F: drivers/net/hamradio/yam*
11863F: include/linux/yam.h
11864
11865YEALINK PHONE DRIVER
11866M: Henk Vergonet <Henk.Vergonet@gmail.com>
11867L: usbb2k-api-dev@nongnu.org
11868S: Maintained
11869F: Documentation/input/yealink.txt
11870F: drivers/input/misc/yealink.*
11871
11872Z8530 DRIVER FOR AX.25
11873M: Joerg Reuter <jreuter@yaina.de>
11874W: http://yaina.de/jreuter/
11875W: http://www.qsl.net/dl1bke/
11876L: linux-hams@vger.kernel.org
11877S: Maintained
11878F: Documentation/networking/z8530drv.txt
11879F: drivers/net/hamradio/*scc.c
11880F: drivers/net/hamradio/z8530.h
11881
11882ZBUD COMPRESSED PAGE ALLOCATOR
11883M: Seth Jennings <sjennings@variantweb.net>
11884L: linux-mm@kvack.org
11885S: Maintained
11886F: mm/zbud.c
11887F: include/linux/zbud.h
11888
11889ZD1211RW WIRELESS DRIVER
11890M: Daniel Drake <dsd@gentoo.org>
11891M: Ulrich Kunitz <kune@deine-taler.de>
11892W: http://zd1211.ath.cx/wiki/DriverRewrite
11893L: linux-wireless@vger.kernel.org
11894L: zd1211-devs@lists.sourceforge.net (subscribers-only)
11895S: Maintained
11896F: drivers/net/wireless/zd1211rw/
11897
11898ZPOOL COMPRESSED PAGE STORAGE API
11899M: Dan Streetman <ddstreet@ieee.org>
11900L: linux-mm@kvack.org
11901S: Maintained
11902F: mm/zpool.c
11903F: include/linux/zpool.h
11904
11905ZR36067 VIDEO FOR LINUX DRIVER
11906L: mjpeg-users@lists.sourceforge.net
11907L: linux-media@vger.kernel.org
11908W: http://mjpeg.sourceforge.net/driver-zoran/
11909T: hg http://linuxtv.org/hg/v4l-dvb
11910S: Odd Fixes
11911F: drivers/media/pci/zoran/
11912
11913ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11914M: Minchan Kim <minchan@kernel.org>
11915M: Nitin Gupta <ngupta@vflare.org>
11916R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11917L: linux-kernel@vger.kernel.org
11918S: Maintained
11919F: drivers/block/zram/
11920F: Documentation/blockdev/zram.txt
11921
11922ZS DECSTATION Z85C30 SERIAL DRIVER
11923M: "Maciej W. Rozycki" <macro@linux-mips.org>
11924S: Maintained
11925F: drivers/tty/serial/zs.*
11926
11927ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11928M: Minchan Kim <minchan@kernel.org>
11929M: Nitin Gupta <ngupta@vflare.org>
11930R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11931L: linux-mm@kvack.org
11932S: Maintained
11933F: mm/zsmalloc.c
11934F: include/linux/zsmalloc.h
11935F: Documentation/vm/zsmalloc.txt
11936
11937ZSWAP COMPRESSED SWAP CACHING
11938M: Seth Jennings <sjennings@variantweb.net>
11939L: linux-mm@kvack.org
11940S: Maintained
11941F: mm/zswap.c
11942
11943THE REST
11944M: Linus Torvalds <torvalds@linux-foundation.org>
11945L: linux-kernel@vger.kernel.org
11946Q: http://patchwork.kernel.org/project/LKML/list/
11947T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11948S: Buried alive in reporters
11949F: *
11950F: */