mtd: nand: tests: fix regression introduced in mtd_nandectest
[deliverable/linux.git] / MAINTAINERS
... / ...
CommitLineData
1
2
3 List of maintainers and how to submit kernel changes
4
5Please try to follow the guidelines below. This will make things
6easier on the maintainers. Not all of these guidelines matter for every
7trivial patch so apply some common sense.
8
91. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
122. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
203. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
244. When you are happy with a change make it generally available for
25 testing and await feedback.
26
275. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
596. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
637. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
678. Happy hacking.
68
69Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 Q: Patchwork web based patch tracking system site
78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
89 should be using that.
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
99 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
107 F: net/
108 X: net/ipv6/
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
111 patch or file. For instance:
112 K: of_get_profile
113 matches patches or files that contain "of_get_profile"
114 K: \b(printk|pr_(info|err))\b
115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
117 One regex pattern per line. Multiple K: lines acceptable.
118
119Note: For the hard of thinking, this list is meant to remain in alphabetical
120order. If you could add yourselves to it in alphabetical order that would be
121so much easier [Ed]
122
123Maintainers List (try to look for most precise areas first)
124
125 -----------------------------------
126
1273C59X NETWORK DRIVER
128M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129L: netdev@vger.kernel.org
130S: Maintained
131F: Documentation/networking/vortex.txt
132F: drivers/net/ethernet/3com/3c59x.c
133
1343CR990 NETWORK DRIVER
135M: David Dillow <dave@thedillows.org>
136L: netdev@vger.kernel.org
137S: Maintained
138F: drivers/net/ethernet/3com/typhoon*
139
1403WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141M: Adam Radford <linuxraid@lsi.com>
142L: linux-scsi@vger.kernel.org
143W: http://www.lsi.com
144S: Supported
145F: drivers/scsi/3w-*
146
14753C700 AND 53C700-66 SCSI DRIVER
148M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149L: linux-scsi@vger.kernel.org
150S: Maintained
151F: drivers/scsi/53c700*
152
1536LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154M: Alexander Aring <alex.aring@gmail.com>
155M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156L: linux-bluetooth@vger.kernel.org
157L: linux-wpan@vger.kernel.org
158S: Maintained
159F: net/6lowpan/
160F: include/net/6lowpan.h
161F: Documentation/networking/6lowpan.txt
162
1636PACK NETWORK DRIVER FOR AX.25
164M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
165L: linux-hams@vger.kernel.org
166S: Maintained
167F: drivers/net/hamradio/6pack.c
168
1698169 10/100/1000 GIGABIT ETHERNET DRIVER
170M: Realtek linux nic maintainers <nic_swsd@realtek.com>
171L: netdev@vger.kernel.org
172S: Maintained
173F: drivers/net/ethernet/realtek/r8169.c
174
1758250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177L: linux-serial@vger.kernel.org
178W: http://serial.sourceforge.net
179S: Maintained
180T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181F: drivers/tty/serial/8250*
182F: include/linux/serial_8250.h
183
1848390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185L: netdev@vger.kernel.org
186S: Orphan / Obsolete
187F: drivers/net/ethernet/8390/
188
1899P FILE SYSTEM
190M: Eric Van Hensbergen <ericvh@gmail.com>
191M: Ron Minnich <rminnich@sandia.gov>
192M: Latchesar Ionkov <lucho@ionkov.net>
193L: v9fs-developer@lists.sourceforge.net
194W: http://swik.net/v9fs
195Q: http://patchwork.kernel.org/project/v9fs-devel/list/
196T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197S: Maintained
198F: Documentation/filesystems/9p.txt
199F: fs/9p/
200F: net/9p/
201F: include/net/9p/
202F: include/uapi/linux/virtio_9p.h
203F: include/trace/events/9p.h
204
205
206A8293 MEDIA DRIVER
207M: Antti Palosaari <crope@iki.fi>
208L: linux-media@vger.kernel.org
209W: https://linuxtv.org
210W: http://palosaari.fi/linux/
211Q: http://patchwork.linuxtv.org/project/linux-media/list/
212T: git git://linuxtv.org/anttip/media_tree.git
213S: Maintained
214F: drivers/media/dvb-frontends/a8293*
215
216AACRAID SCSI RAID DRIVER
217M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218L: linux-scsi@vger.kernel.org
219W: http://www.adaptec.com/
220S: Supported
221F: Documentation/scsi/aacraid.txt
222F: drivers/scsi/aacraid/
223
224ABI/API
225L: linux-api@vger.kernel.org
226F: Documentation/ABI/
227F: include/linux/syscalls.h
228F: include/uapi/
229F: kernel/sys_ni.c
230
231ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232M: Hans de Goede <hdegoede@redhat.com>
233L: lm-sensors@lm-sensors.org
234S: Maintained
235F: drivers/hwmon/abituguru.c
236
237ABIT UGURU 3 HARDWARE MONITOR DRIVER
238M: Alistair John Strachan <alistair@devzero.co.uk>
239L: lm-sensors@lm-sensors.org
240S: Maintained
241F: drivers/hwmon/abituguru3.c
242
243ACCES 104-IDI-48 GPIO DRIVER
244M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
245L: linux-gpio@vger.kernel.org
246S: Maintained
247F: drivers/gpio/gpio-104-idi-48.c
248
249ACCES 104-IDIO-16 GPIO DRIVER
250M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
251L: linux-gpio@vger.kernel.org
252S: Maintained
253F: drivers/gpio/gpio-104-idio-16.c
254
255ACENIC DRIVER
256M: Jes Sorensen <jes@trained-monkey.org>
257L: linux-acenic@sunsite.dk
258S: Maintained
259F: drivers/net/ethernet/alteon/acenic*
260
261ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
262M: Peter Feuerer <peter@piie.net>
263L: platform-driver-x86@vger.kernel.org
264W: http://piie.net/?section=acerhdf
265S: Maintained
266F: drivers/platform/x86/acerhdf.c
267
268ACER WMI LAPTOP EXTRAS
269M: "Lee, Chun-Yi" <jlee@suse.com>
270L: platform-driver-x86@vger.kernel.org
271S: Maintained
272F: drivers/platform/x86/acer-wmi.c
273
274ACPI
275M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
276M: Len Brown <lenb@kernel.org>
277L: linux-acpi@vger.kernel.org
278W: https://01.org/linux-acpi
279Q: https://patchwork.kernel.org/project/linux-acpi/list/
280T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
281S: Supported
282F: drivers/acpi/
283F: drivers/pnp/pnpacpi/
284F: include/linux/acpi.h
285F: include/acpi/
286F: Documentation/acpi/
287F: Documentation/ABI/testing/sysfs-bus-acpi
288F: drivers/pci/*acpi*
289F: drivers/pci/*/*acpi*
290F: drivers/pci/*/*/*acpi*
291F: tools/power/acpi/
292
293ACPI COMPONENT ARCHITECTURE (ACPICA)
294M: Robert Moore <robert.moore@intel.com>
295M: Lv Zheng <lv.zheng@intel.com>
296M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
297L: linux-acpi@vger.kernel.org
298L: devel@acpica.org
299W: https://acpica.org/
300W: https://github.com/acpica/acpica/
301Q: https://patchwork.kernel.org/project/linux-acpi/list/
302T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
303S: Supported
304F: drivers/acpi/acpica/
305F: include/acpi/
306F: tools/power/acpi/
307
308ACPI FAN DRIVER
309M: Zhang Rui <rui.zhang@intel.com>
310L: linux-acpi@vger.kernel.org
311W: https://01.org/linux-acpi
312S: Supported
313F: drivers/acpi/fan.c
314
315ACPI THERMAL DRIVER
316M: Zhang Rui <rui.zhang@intel.com>
317L: linux-acpi@vger.kernel.org
318W: https://01.org/linux-acpi
319S: Supported
320F: drivers/acpi/*thermal*
321
322ACPI VIDEO DRIVER
323M: Zhang Rui <rui.zhang@intel.com>
324L: linux-acpi@vger.kernel.org
325W: https://01.org/linux-acpi
326S: Supported
327F: drivers/acpi/acpi_video.c
328
329ACPI WMI DRIVER
330L: platform-driver-x86@vger.kernel.org
331S: Orphan
332F: drivers/platform/x86/wmi.c
333
334AD1889 ALSA SOUND DRIVER
335M: Thibaut Varene <T-Bone@parisc-linux.org>
336W: http://wiki.parisc-linux.org/AD1889
337L: linux-parisc@vger.kernel.org
338S: Maintained
339F: sound/pci/ad1889.*
340
341AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
342M: Michael Hennerich <michael.hennerich@analog.com>
343W: http://wiki.analog.com/AD5254
344W: http://ez.analog.com/community/linux-device-drivers
345S: Supported
346F: drivers/misc/ad525x_dpot.c
347
348AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
349M: Michael Hennerich <michael.hennerich@analog.com>
350W: http://wiki.analog.com/AD5398
351W: http://ez.analog.com/community/linux-device-drivers
352S: Supported
353F: drivers/regulator/ad5398.c
354
355AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
356M: Michael Hennerich <michael.hennerich@analog.com>
357W: http://wiki.analog.com/AD7142
358W: http://ez.analog.com/community/linux-device-drivers
359S: Supported
360F: drivers/input/misc/ad714x.c
361
362AD7877 TOUCHSCREEN DRIVER
363M: Michael Hennerich <michael.hennerich@analog.com>
364W: http://wiki.analog.com/AD7877
365W: http://ez.analog.com/community/linux-device-drivers
366S: Supported
367F: drivers/input/touchscreen/ad7877.c
368
369AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
370M: Michael Hennerich <michael.hennerich@analog.com>
371W: http://wiki.analog.com/AD7879
372W: http://ez.analog.com/community/linux-device-drivers
373S: Supported
374F: drivers/input/touchscreen/ad7879.c
375
376ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
377M: Jiri Kosina <jikos@kernel.org>
378S: Maintained
379
380ADF7242 IEEE 802.15.4 RADIO DRIVER
381M: Michael Hennerich <michael.hennerich@analog.com>
382W: https://wiki.analog.com/ADF7242
383W: http://ez.analog.com/community/linux-device-drivers
384L: linux-wpan@vger.kernel.org
385S: Supported
386F: drivers/net/ieee802154/adf7242.c
387F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
388
389ADM1025 HARDWARE MONITOR DRIVER
390M: Jean Delvare <jdelvare@suse.com>
391L: lm-sensors@lm-sensors.org
392S: Maintained
393F: Documentation/hwmon/adm1025
394F: drivers/hwmon/adm1025.c
395
396ADM1029 HARDWARE MONITOR DRIVER
397M: Corentin Labbe <clabbe.montjoie@gmail.com>
398L: lm-sensors@lm-sensors.org
399S: Maintained
400F: drivers/hwmon/adm1029.c
401
402ADM8211 WIRELESS DRIVER
403L: linux-wireless@vger.kernel.org
404W: http://wireless.kernel.org/
405S: Orphan
406F: drivers/net/wireless/admtek/adm8211.*
407
408ADP1653 FLASH CONTROLLER DRIVER
409M: Sakari Ailus <sakari.ailus@iki.fi>
410L: linux-media@vger.kernel.org
411S: Maintained
412F: drivers/media/i2c/adp1653.c
413F: include/media/i2c/adp1653.h
414
415ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
416M: Michael Hennerich <michael.hennerich@analog.com>
417W: http://wiki.analog.com/ADP5520
418W: http://ez.analog.com/community/linux-device-drivers
419S: Supported
420F: drivers/mfd/adp5520.c
421F: drivers/video/backlight/adp5520_bl.c
422F: drivers/leds/leds-adp5520.c
423F: drivers/gpio/gpio-adp5520.c
424F: drivers/input/keyboard/adp5520-keys.c
425
426ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
427M: Michael Hennerich <michael.hennerich@analog.com>
428W: http://wiki.analog.com/ADP5588
429W: http://ez.analog.com/community/linux-device-drivers
430S: Supported
431F: drivers/input/keyboard/adp5588-keys.c
432F: drivers/gpio/gpio-adp5588.c
433
434ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
435M: Michael Hennerich <michael.hennerich@analog.com>
436W: http://wiki.analog.com/ADP8860
437W: http://ez.analog.com/community/linux-device-drivers
438S: Supported
439F: drivers/video/backlight/adp8860_bl.c
440
441ADS1015 HARDWARE MONITOR DRIVER
442M: Dirk Eibach <eibach@gdsys.de>
443L: lm-sensors@lm-sensors.org
444S: Maintained
445F: Documentation/hwmon/ads1015
446F: drivers/hwmon/ads1015.c
447F: include/linux/i2c/ads1015.h
448
449ADT746X FAN DRIVER
450M: Colin Leroy <colin@colino.net>
451S: Maintained
452F: drivers/macintosh/therm_adt746x.c
453
454ADT7475 HARDWARE MONITOR DRIVER
455M: Jean Delvare <jdelvare@suse.com>
456L: lm-sensors@lm-sensors.org
457S: Maintained
458F: Documentation/hwmon/adt7475
459F: drivers/hwmon/adt7475.c
460
461ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
462M: Michael Hennerich <michael.hennerich@analog.com>
463W: http://wiki.analog.com/ADXL345
464W: http://ez.analog.com/community/linux-device-drivers
465S: Supported
466F: drivers/input/misc/adxl34x.c
467
468ADVANSYS SCSI DRIVER
469M: Matthew Wilcox <matthew@wil.cx>
470M: Hannes Reinecke <hare@suse.com>
471L: linux-scsi@vger.kernel.org
472S: Maintained
473F: Documentation/scsi/advansys.txt
474F: drivers/scsi/advansys.c
475
476AEDSP16 DRIVER
477M: Riccardo Facchetti <fizban@tin.it>
478S: Maintained
479F: sound/oss/aedsp16.c
480
481AF9013 MEDIA DRIVER
482M: Antti Palosaari <crope@iki.fi>
483L: linux-media@vger.kernel.org
484W: https://linuxtv.org
485W: http://palosaari.fi/linux/
486Q: http://patchwork.linuxtv.org/project/linux-media/list/
487T: git git://linuxtv.org/anttip/media_tree.git
488S: Maintained
489F: drivers/media/dvb-frontends/af9013*
490
491AF9033 MEDIA DRIVER
492M: Antti Palosaari <crope@iki.fi>
493L: linux-media@vger.kernel.org
494W: https://linuxtv.org
495W: http://palosaari.fi/linux/
496Q: http://patchwork.linuxtv.org/project/linux-media/list/
497T: git git://linuxtv.org/anttip/media_tree.git
498S: Maintained
499F: drivers/media/dvb-frontends/af9033*
500
501AFFS FILE SYSTEM
502L: linux-fsdevel@vger.kernel.org
503S: Orphan
504F: Documentation/filesystems/affs.txt
505F: fs/affs/
506
507AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
508M: David Howells <dhowells@redhat.com>
509L: linux-afs@lists.infradead.org
510S: Supported
511F: fs/afs/
512F: include/net/af_rxrpc.h
513F: net/rxrpc/af_rxrpc.c
514
515AGPGART DRIVER
516M: David Airlie <airlied@linux.ie>
517T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
518S: Maintained
519F: drivers/char/agp/
520F: include/linux/agp*
521F: include/uapi/linux/agp*
522
523AHA152X SCSI DRIVER
524M: "Juergen E. Fischer" <fischer@norbit.de>
525L: linux-scsi@vger.kernel.org
526S: Maintained
527F: drivers/scsi/aha152x*
528F: drivers/scsi/pcmcia/aha152x*
529
530AIC7XXX / AIC79XX SCSI DRIVER
531M: Hannes Reinecke <hare@suse.com>
532L: linux-scsi@vger.kernel.org
533S: Maintained
534F: drivers/scsi/aic7xxx/
535
536AIMSLAB FM RADIO RECEIVER DRIVER
537M: Hans Verkuil <hverkuil@xs4all.nl>
538L: linux-media@vger.kernel.org
539T: git git://linuxtv.org/media_tree.git
540W: https://linuxtv.org
541S: Maintained
542F: drivers/media/radio/radio-aimslab*
543
544AIO
545M: Benjamin LaHaise <bcrl@kvack.org>
546L: linux-aio@kvack.org
547S: Supported
548F: fs/aio.c
549F: include/linux/*aio*.h
550
551AIRSPY MEDIA DRIVER
552M: Antti Palosaari <crope@iki.fi>
553L: linux-media@vger.kernel.org
554W: https://linuxtv.org
555W: http://palosaari.fi/linux/
556Q: http://patchwork.linuxtv.org/project/linux-media/list/
557T: git git://linuxtv.org/anttip/media_tree.git
558S: Maintained
559F: drivers/media/usb/airspy/
560
561ALCATEL SPEEDTOUCH USB DRIVER
562M: Duncan Sands <duncan.sands@free.fr>
563L: linux-usb@vger.kernel.org
564W: http://www.linux-usb.org/SpeedTouch/
565S: Maintained
566F: drivers/usb/atm/speedtch.c
567F: drivers/usb/atm/usbatm.c
568
569ALCHEMY AU1XX0 MMC DRIVER
570M: Manuel Lauss <manuel.lauss@gmail.com>
571S: Maintained
572F: drivers/mmc/host/au1xmmc.c
573
574ALI1563 I2C DRIVER
575M: Rudolf Marek <r.marek@assembler.cz>
576L: linux-i2c@vger.kernel.org
577S: Maintained
578F: Documentation/i2c/busses/i2c-ali1563
579F: drivers/i2c/busses/i2c-ali1563.c
580
581ALLWINNER SECURITY SYSTEM
582M: Corentin Labbe <clabbe.montjoie@gmail.com>
583L: linux-crypto@vger.kernel.org
584S: Maintained
585F: drivers/crypto/sunxi-ss/
586
587ALPHA PORT
588M: Richard Henderson <rth@twiddle.net>
589M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
590M: Matt Turner <mattst88@gmail.com>
591S: Odd Fixes
592L: linux-alpha@vger.kernel.org
593F: arch/alpha/
594
595ALTERA MAILBOX DRIVER
596M: Ley Foon Tan <lftan@altera.com>
597L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
598S: Maintained
599F: drivers/mailbox/mailbox-altera.c
600
601ALTERA PIO DRIVER
602M: Tien Hock Loh <thloh@altera.com>
603L: linux-gpio@vger.kernel.org
604S: Maintained
605F: drivers/gpio/gpio-altera.c
606
607ALTERA TRIPLE SPEED ETHERNET DRIVER
608M: Vince Bridgers <vbridger@opensource.altera.com>
609L: netdev@vger.kernel.org
610L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
611S: Maintained
612F: drivers/net/ethernet/altera/
613
614ALTERA UART/JTAG UART SERIAL DRIVERS
615M: Tobias Klauser <tklauser@distanz.ch>
616L: linux-serial@vger.kernel.org
617L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
618S: Maintained
619F: drivers/tty/serial/altera_uart.c
620F: drivers/tty/serial/altera_jtaguart.c
621F: include/linux/altera_uart.h
622F: include/linux/altera_jtaguart.h
623
624AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
625M: Tom Lendacky <thomas.lendacky@amd.com>
626L: linux-crypto@vger.kernel.org
627S: Supported
628F: drivers/crypto/ccp/
629F: include/linux/ccp.h
630
631AMD FAM15H PROCESSOR POWER MONITORING DRIVER
632M: Huang Rui <ray.huang@amd.com>
633L: lm-sensors@lm-sensors.org
634S: Supported
635F: Documentation/hwmon/fam15h_power
636F: drivers/hwmon/fam15h_power.c
637
638AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
639L: linux-geode@lists.infradead.org (moderated for non-subscribers)
640S: Orphan
641F: drivers/usb/gadget/udc/amd5536udc.*
642
643AMD GEODE PROCESSOR/CHIPSET SUPPORT
644P: Andres Salomon <dilinger@queued.net>
645L: linux-geode@lists.infradead.org (moderated for non-subscribers)
646W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
647S: Supported
648F: drivers/char/hw_random/geode-rng.c
649F: drivers/crypto/geode*
650F: drivers/video/fbdev/geode/
651F: arch/x86/include/asm/geode.h
652
653AMD IOMMU (AMD-VI)
654M: Joerg Roedel <joro@8bytes.org>
655L: iommu@lists.linux-foundation.org
656T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
657S: Maintained
658F: drivers/iommu/amd_iommu*.[ch]
659F: include/linux/amd-iommu.h
660
661AMD KFD
662M: Oded Gabbay <oded.gabbay@gmail.com>
663L: dri-devel@lists.freedesktop.org
664T: git git://people.freedesktop.org/~gabbayo/linux.git
665S: Supported
666F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
667F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
668F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
669F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
670F: drivers/gpu/drm/amd/amdkfd/
671F: drivers/gpu/drm/amd/include/cik_structs.h
672F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
673F: drivers/gpu/drm/amd/include/vi_structs.h
674F: drivers/gpu/drm/radeon/radeon_kfd.c
675F: drivers/gpu/drm/radeon/radeon_kfd.h
676F: include/uapi/linux/kfd_ioctl.h
677
678AMD XGBE DRIVER
679M: Tom Lendacky <thomas.lendacky@amd.com>
680L: netdev@vger.kernel.org
681S: Supported
682F: drivers/net/ethernet/amd/xgbe/
683
684AMS (Apple Motion Sensor) DRIVER
685M: Michael Hanselmann <linux-kernel@hansmi.ch>
686S: Supported
687F: drivers/macintosh/ams/
688
689AMSO1100 RNIC DRIVER
690M: Tom Tucker <tom@opengridcomputing.com>
691M: Steve Wise <swise@opengridcomputing.com>
692L: linux-rdma@vger.kernel.org
693S: Maintained
694F: drivers/infiniband/hw/amso1100/
695
696ANALOG DEVICES INC AD9389B DRIVER
697M: Hans Verkuil <hans.verkuil@cisco.com>
698L: linux-media@vger.kernel.org
699S: Maintained
700F: drivers/media/i2c/ad9389b*
701
702ANALOG DEVICES INC ADV7180 DRIVER
703M: Lars-Peter Clausen <lars@metafoo.de>
704L: linux-media@vger.kernel.org
705W: http://ez.analog.com/community/linux-device-drivers
706S: Supported
707F: drivers/media/i2c/adv7180.c
708
709ANALOG DEVICES INC ADV7511 DRIVER
710M: Hans Verkuil <hans.verkuil@cisco.com>
711L: linux-media@vger.kernel.org
712S: Maintained
713F: drivers/media/i2c/adv7511*
714
715ANALOG DEVICES INC ADV7604 DRIVER
716M: Hans Verkuil <hans.verkuil@cisco.com>
717L: linux-media@vger.kernel.org
718S: Maintained
719F: drivers/media/i2c/adv7604*
720
721ANALOG DEVICES INC ADV7842 DRIVER
722M: Hans Verkuil <hans.verkuil@cisco.com>
723L: linux-media@vger.kernel.org
724S: Maintained
725F: drivers/media/i2c/adv7842*
726
727ANALOG DEVICES INC ASOC CODEC DRIVERS
728M: Lars-Peter Clausen <lars@metafoo.de>
729L: alsa-devel@alsa-project.org (moderated for non-subscribers)
730W: http://wiki.analog.com/
731W: http://ez.analog.com/community/linux-device-drivers
732S: Supported
733F: sound/soc/codecs/adau*
734F: sound/soc/codecs/adav*
735F: sound/soc/codecs/ad1*
736F: sound/soc/codecs/ad7*
737F: sound/soc/codecs/ssm*
738F: sound/soc/codecs/sigmadsp.*
739
740ANALOG DEVICES INC ASOC DRIVERS
741L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
742L: alsa-devel@alsa-project.org (moderated for non-subscribers)
743W: http://blackfin.uclinux.org/
744S: Supported
745F: sound/soc/blackfin/*
746
747ANALOG DEVICES INC IIO DRIVERS
748M: Lars-Peter Clausen <lars@metafoo.de>
749M: Michael Hennerich <Michael.Hennerich@analog.com>
750W: http://wiki.analog.com/
751W: http://ez.analog.com/community/linux-device-drivers
752S: Supported
753F: drivers/iio/*/ad*
754X: drivers/iio/*/adjd*
755F: drivers/staging/iio/*/ad*
756F: staging/iio/trigger/iio-trig-bfin-timer.c
757
758ANALOG DEVICES INC DMA DRIVERS
759M: Lars-Peter Clausen <lars@metafoo.de>
760W: http://ez.analog.com/community/linux-device-drivers
761S: Supported
762F: drivers/dma/dma-axi-dmac.c
763
764ANDROID DRIVERS
765M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
766M: Arve Hjønnevåg <arve@android.com>
767M: Riley Andrews <riandrews@android.com>
768T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
769L: devel@driverdev.osuosl.org
770S: Supported
771F: drivers/android/
772F: drivers/staging/android/
773
774AOA (Apple Onboard Audio) ALSA DRIVER
775M: Johannes Berg <johannes@sipsolutions.net>
776L: linuxppc-dev@lists.ozlabs.org
777L: alsa-devel@alsa-project.org (moderated for non-subscribers)
778S: Maintained
779F: sound/aoa/
780
781APM DRIVER
782M: Jiri Kosina <jikos@kernel.org>
783S: Odd fixes
784T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
785F: arch/x86/kernel/apm_32.c
786F: include/linux/apm_bios.h
787F: include/uapi/linux/apm_bios.h
788F: drivers/char/apm-emulation.c
789
790APPLE BCM5974 MULTITOUCH DRIVER
791M: Henrik Rydberg <rydberg@bitmath.org>
792L: linux-input@vger.kernel.org
793S: Odd fixes
794F: drivers/input/mouse/bcm5974.c
795
796APPLE SMC DRIVER
797M: Henrik Rydberg <rydberg@bitmath.org>
798L: lm-sensors@lm-sensors.org
799S: Odd fixes
800F: drivers/hwmon/applesmc.c
801
802APPLETALK NETWORK LAYER
803M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
804S: Maintained
805F: drivers/net/appletalk/
806F: net/appletalk/
807
808APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
809M: Duc Dang <dhdang@apm.com>
810S: Supported
811F: arch/arm64/boot/dts/apm/
812
813APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
814M: Iyappan Subramanian <isubramanian@apm.com>
815M: Keyur Chudgar <kchudgar@apm.com>
816S: Supported
817F: drivers/net/ethernet/apm/xgene/
818F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
819
820APTINA CAMERA SENSOR PLL
821M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
822L: linux-media@vger.kernel.org
823S: Maintained
824F: drivers/media/i2c/aptina-pll.*
825
826ARC FRAMEBUFFER DRIVER
827M: Jaya Kumar <jayalk@intworks.biz>
828S: Maintained
829F: drivers/video/fbdev/arcfb.c
830F: drivers/video/fbdev/core/fb_defio.c
831
832ARCNET NETWORK LAYER
833M: Michael Grzeschik <m.grzeschik@pengutronix.de>
834L: netdev@vger.kernel.org
835S: Maintained
836F: drivers/net/arcnet/
837F: include/uapi/linux/if_arcnet.h
838
839ARM MFM AND FLOPPY DRIVERS
840M: Ian Molton <spyro@f2s.com>
841S: Maintained
842F: arch/arm/lib/floppydma.S
843F: arch/arm/include/asm/floppy.h
844
845ARM PMU PROFILING AND DEBUGGING
846M: Will Deacon <will.deacon@arm.com>
847R: Mark Rutland <mark.rutland@arm.com>
848S: Maintained
849F: arch/arm*/kernel/perf_*
850F: arch/arm/oprofile/common.c
851F: arch/arm*/kernel/hw_breakpoint.c
852F: arch/arm*/include/asm/hw_breakpoint.h
853F: arch/arm*/include/asm/perf_event.h
854F: drivers/perf/arm_pmu.c
855F: include/linux/perf/arm_pmu.h
856
857ARM PORT
858M: Russell King <linux@arm.linux.org.uk>
859L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
860W: http://www.arm.linux.org.uk/
861S: Maintained
862F: arch/arm/
863
864ARM SUB-ARCHITECTURES
865L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
866S: Maintained
867F: arch/arm/mach-*/
868F: arch/arm/plat-*/
869T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
870
871ARM PRIMECELL AACI PL041 DRIVER
872M: Russell King <linux@arm.linux.org.uk>
873S: Maintained
874F: sound/arm/aaci.*
875
876ARM PRIMECELL CLCD PL110 DRIVER
877M: Russell King <linux@arm.linux.org.uk>
878S: Maintained
879F: drivers/video/fbdev/amba-clcd.*
880
881ARM PRIMECELL KMI PL050 DRIVER
882M: Russell King <linux@arm.linux.org.uk>
883S: Maintained
884F: drivers/input/serio/ambakmi.*
885F: include/linux/amba/kmi.h
886
887ARM PRIMECELL MMCI PL180/1 DRIVER
888M: Russell King <linux@arm.linux.org.uk>
889S: Maintained
890F: drivers/mmc/host/mmci.*
891F: include/linux/amba/mmci.h
892
893ARM PRIMECELL UART PL010 AND PL011 DRIVERS
894M: Russell King <linux@arm.linux.org.uk>
895S: Maintained
896F: drivers/tty/serial/amba-pl01*.c
897F: include/linux/amba/serial.h
898
899ARM PRIMECELL BUS SUPPORT
900M: Russell King <linux@arm.linux.org.uk>
901S: Maintained
902F: drivers/amba/
903F: include/linux/amba/bus.h
904
905ARM/ADS SPHERE MACHINE SUPPORT
906M: Lennert Buytenhek <kernel@wantstofly.org>
907L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
908S: Maintained
909
910ARM/AFEB9260 MACHINE SUPPORT
911M: Sergey Lapin <slapin@ossfans.org>
912L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
913S: Maintained
914
915ARM/AJECO 1ARM MACHINE SUPPORT
916M: Lennert Buytenhek <kernel@wantstofly.org>
917L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
918S: Maintained
919
920ARM/Allwinner sunXi SoC support
921M: Maxime Ripard <maxime.ripard@free-electrons.com>
922M: Chen-Yu Tsai <wens@csie.org>
923L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
924S: Maintained
925N: sun[x456789]i
926
927ARM/Allwinner SoC Clock Support
928M: Emilio López <emilio@elopez.com.ar>
929S: Maintained
930F: drivers/clk/sunxi/
931
932ARM/Amlogic MesonX SoC support
933M: Carlo Caione <carlo@caione.org>
934L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935S: Maintained
936F: drivers/media/rc/meson-ir.c
937N: meson[x68]
938
939ARM/Annapurna Labs ALPINE ARCHITECTURE
940M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
941S: Maintained
942F: arch/arm/mach-alpine/
943
944ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
945M: Nicolas Ferre <nicolas.ferre@atmel.com>
946M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
947M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
948L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949W: http://www.linux4sam.org
950T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
951S: Supported
952F: arch/arm/mach-at91/
953F: include/soc/at91/
954F: arch/arm/boot/dts/at91*.dts
955F: arch/arm/boot/dts/at91*.dtsi
956F: arch/arm/boot/dts/sama*.dts
957F: arch/arm/boot/dts/sama*.dtsi
958F: arch/arm/include/debug/at91.S
959
960ARM/ATMEL AT91 Clock Support
961M: Boris Brezillon <boris.brezillon@free-electrons.com>
962S: Maintained
963F: drivers/clk/at91
964
965ARM/CALXEDA HIGHBANK ARCHITECTURE
966M: Rob Herring <robh@kernel.org>
967L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
968S: Maintained
969F: arch/arm/mach-highbank/
970
971ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
972M: Krzysztof Halasa <khalasa@piap.pl>
973S: Maintained
974F: arch/arm/mach-cns3xxx/
975
976ARM/CAVIUM THUNDER NETWORK DRIVER
977M: Sunil Goutham <sgoutham@cavium.com>
978M: Robert Richter <rric@kernel.org>
979L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980S: Supported
981F: drivers/net/ethernet/cavium/thunder/
982
983ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
984M: Alexander Shiyan <shc_work@mail.ru>
985L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986S: Odd Fixes
987N: clps711x
988
989ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
990M: Hartley Sweeten <hsweeten@visionengravers.com>
991M: Ryan Mallon <rmallon@gmail.com>
992L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993S: Maintained
994F: arch/arm/mach-ep93xx/
995F: arch/arm/mach-ep93xx/include/mach/
996
997ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
998M: Lennert Buytenhek <kernel@wantstofly.org>
999L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000S: Maintained
1001
1002ARM/CLKDEV SUPPORT
1003M: Russell King <linux@arm.linux.org.uk>
1004L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1005S: Maintained
1006F: arch/arm/include/asm/clkdev.h
1007F: drivers/clk/clkdev.c
1008
1009ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1010M: Mike Rapoport <mike@compulab.co.il>
1011L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012S: Maintained
1013
1014ARM/CONTEC MICRO9 MACHINE SUPPORT
1015M: Hubert Feurstein <hubert.feurstein@contec.at>
1016S: Maintained
1017F: arch/arm/mach-ep93xx/micro9.c
1018
1019ARM/CORESIGHT FRAMEWORK AND DRIVERS
1020M: Mathieu Poirier <mathieu.poirier@linaro.org>
1021L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1022S: Maintained
1023F: drivers/hwtracing/coresight/*
1024F: Documentation/trace/coresight.txt
1025F: Documentation/devicetree/bindings/arm/coresight.txt
1026F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1027
1028ARM/CORGI MACHINE SUPPORT
1029M: Richard Purdie <rpurdie@rpsys.net>
1030S: Maintained
1031
1032ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1033M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1034L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035T: git git://github.com/ulli-kroll/linux.git
1036S: Maintained
1037F: arch/arm/mach-gemini/
1038F: drivers/rtc/rtc-gemini.c
1039
1040ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1041M: Barry Song <baohua@kernel.org>
1042L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1043T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1044S: Maintained
1045F: arch/arm/mach-prima2/
1046F: drivers/clk/sirf/
1047F: drivers/clocksource/timer-prima2.c
1048F: drivers/clocksource/timer-atlas7.c
1049N: [^a-z]sirf
1050
1051ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1052M: Baruch Siach <baruch@tkos.co.il>
1053L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054S: Maintained
1055F: arch/arm/boot/dts/cx92755*
1056N: digicolor
1057
1058ARM/EBSA110 MACHINE SUPPORT
1059M: Russell King <linux@arm.linux.org.uk>
1060L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061W: http://www.arm.linux.org.uk/
1062S: Maintained
1063F: arch/arm/mach-ebsa110/
1064F: drivers/net/ethernet/amd/am79c961a.*
1065
1066ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1067M: Uwe Kleine-König <kernel@pengutronix.de>
1068L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069S: Maintained
1070N: efm32
1071
1072ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1073M: Daniel Ribeiro <drwyrm@gmail.com>
1074M: Stefan Schmidt <stefan@openezx.org>
1075M: Harald Welte <laforge@openezx.org>
1076L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1077W: http://www.openezx.org/
1078S: Maintained
1079T: topgit git://git.openezx.org/openezx.git
1080F: arch/arm/mach-pxa/ezx.c
1081
1082ARM/FARADAY FA526 PORT
1083M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1084L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1085S: Maintained
1086T: git git://git.berlios.de/gemini-board
1087F: arch/arm/mm/*-fa*
1088
1089ARM/FOOTBRIDGE ARCHITECTURE
1090M: Russell King <linux@arm.linux.org.uk>
1091L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092W: http://www.arm.linux.org.uk/
1093S: Maintained
1094F: arch/arm/include/asm/hardware/dec21285.h
1095F: arch/arm/mach-footbridge/
1096
1097ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1098M: Shawn Guo <shawnguo@kernel.org>
1099M: Sascha Hauer <kernel@pengutronix.de>
1100L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101S: Maintained
1102T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1103F: arch/arm/mach-imx/
1104F: arch/arm/mach-mxs/
1105F: arch/arm/boot/dts/imx*
1106F: arch/arm/configs/imx*_defconfig
1107F: drivers/clk/imx/
1108F: include/soc/imx/
1109
1110ARM/FREESCALE VYBRID ARM ARCHITECTURE
1111M: Shawn Guo <shawnguo@kernel.org>
1112M: Sascha Hauer <kernel@pengutronix.de>
1113R: Stefan Agner <stefan@agner.ch>
1114L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115S: Maintained
1116T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1117F: arch/arm/mach-imx/*vf610*
1118F: arch/arm/boot/dts/vf*
1119
1120ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1121M: Lennert Buytenhek <kernel@wantstofly.org>
1122L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123S: Maintained
1124
1125ARM/GUMSTIX MACHINE SUPPORT
1126M: Steve Sakoman <sakoman@gmail.com>
1127L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1128S: Maintained
1129
1130ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1131M: Philipp Zabel <philipp.zabel@gmail.com>
1132M: Paul Parsons <lost.distance@yahoo.com>
1133L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1134S: Maintained
1135F: arch/arm/mach-pxa/hx4700.c
1136F: arch/arm/mach-pxa/include/mach/hx4700.h
1137F: sound/soc/pxa/hx4700.c
1138
1139ARM/HISILICON SOC SUPPORT
1140M: Wei Xu <xuwei5@hisilicon.com>
1141L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142W: http://www.hisilicon.com
1143S: Supported
1144T: git git://github.com/hisilicon/linux-hisi.git
1145F: arch/arm/mach-hisi/
1146
1147ARM/HP JORNADA 7XX MACHINE SUPPORT
1148M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1149W: www.jlime.com
1150S: Maintained
1151T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1152F: arch/arm/mach-sa1100/jornada720.c
1153F: arch/arm/mach-sa1100/include/mach/jornada720.h
1154
1155ARM/IGEP MACHINE SUPPORT
1156M: Enric Balletbo i Serra <eballetbo@gmail.com>
1157M: Javier Martinez Canillas <javier@dowhile0.org>
1158L: linux-omap@vger.kernel.org
1159L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160S: Maintained
1161F: arch/arm/boot/dts/omap3-igep*
1162
1163ARM/INCOME PXA270 SUPPORT
1164M: Marek Vasut <marek.vasut@gmail.com>
1165L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166S: Maintained
1167F: arch/arm/mach-pxa/colibri-pxa270-income.c
1168
1169ARM/INTEL IOP32X ARM ARCHITECTURE
1170M: Lennert Buytenhek <kernel@wantstofly.org>
1171L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172S: Maintained
1173
1174ARM/INTEL IOP33X ARM ARCHITECTURE
1175L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1176S: Orphan
1177
1178ARM/INTEL IOP13XX ARM ARCHITECTURE
1179M: Lennert Buytenhek <kernel@wantstofly.org>
1180L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181S: Maintained
1182
1183ARM/INTEL IQ81342EX MACHINE SUPPORT
1184M: Lennert Buytenhek <kernel@wantstofly.org>
1185L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186S: Maintained
1187
1188ARM/INTEL IXDP2850 MACHINE SUPPORT
1189M: Lennert Buytenhek <kernel@wantstofly.org>
1190L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191S: Maintained
1192
1193ARM/INTEL IXP4XX ARM ARCHITECTURE
1194M: Imre Kaloz <kaloz@openwrt.org>
1195M: Krzysztof Halasa <khalasa@piap.pl>
1196L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197S: Maintained
1198F: arch/arm/mach-ixp4xx/
1199
1200ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1201M: Jonathan Cameron <jic23@cam.ac.uk>
1202L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203S: Maintained
1204F: arch/arm/mach-pxa/stargate2.c
1205F: drivers/pcmcia/pxa2xx_stargate2.c
1206
1207ARM/INTEL XSC3 (MANZANO) ARM CORE
1208M: Lennert Buytenhek <kernel@wantstofly.org>
1209L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1210S: Maintained
1211
1212ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1213M: Lennert Buytenhek <kernel@wantstofly.org>
1214L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215S: Maintained
1216
1217ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1218M: Santosh Shilimkar <ssantosh@kernel.org>
1219L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1220S: Maintained
1221F: arch/arm/mach-keystone/
1222T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1223
1224ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1225M: Santosh Shilimkar <ssantosh@kernel.org>
1226L: linux-kernel@vger.kernel.org
1227S: Maintained
1228F: drivers/clk/keystone/
1229
1230ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1231M: Santosh Shilimkar <ssantosh@kernel.org>
1232L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233L: linux-kernel@vger.kernel.org
1234S: Maintained
1235F: drivers/clocksource/timer-keystone.c
1236
1237ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1238M: Santosh Shilimkar <ssantosh@kernel.org>
1239L: linux-kernel@vger.kernel.org
1240S: Maintained
1241F: drivers/power/reset/keystone-reset.c
1242
1243ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1244M: Santosh Shilimkar <ssantosh@kernel.org>
1245L: linux-kernel@vger.kernel.org
1246S: Maintained
1247F: drivers/memory/*emif*
1248
1249ARM/LOGICPD PXA270 MACHINE SUPPORT
1250M: Lennert Buytenhek <kernel@wantstofly.org>
1251L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1252S: Maintained
1253
1254ARM/LPC18XX ARCHITECTURE
1255M: Joachim Eastwood <manabian@gmail.com>
1256L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257S: Maintained
1258F: arch/arm/boot/dts/lpc43*
1259F: drivers/clk/nxp/clk-lpc18xx*
1260F: drivers/clocksource/time-lpc32xx.c
1261F: drivers/i2c/busses/i2c-lpc2k.c
1262F: drivers/memory/pl172.c
1263F: drivers/mtd/spi-nor/nxp-spifi.c
1264F: drivers/rtc/rtc-lpc24xx.c
1265N: lpc18xx
1266
1267ARM/MAGICIAN MACHINE SUPPORT
1268M: Philipp Zabel <philipp.zabel@gmail.com>
1269S: Maintained
1270
1271ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1272M: Jason Cooper <jason@lakedaemon.net>
1273M: Andrew Lunn <andrew@lunn.ch>
1274M: Gregory Clement <gregory.clement@free-electrons.com>
1275M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1276L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1277S: Maintained
1278F: arch/arm/mach-mvebu/
1279F: drivers/rtc/rtc-armada38x.c
1280F: arch/arm/boot/dts/armada*
1281F: arch/arm/boot/dts/kirkwood*
1282
1283
1284ARM/Marvell Berlin SoC support
1285M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1286L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1287S: Maintained
1288F: arch/arm/mach-berlin/
1289F: arch/arm/boot/dts/berlin*
1290
1291
1292ARM/Marvell Dove/MV78xx0/Orion SOC support
1293M: Jason Cooper <jason@lakedaemon.net>
1294M: Andrew Lunn <andrew@lunn.ch>
1295M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1296M: Gregory Clement <gregory.clement@free-electrons.com>
1297L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1298S: Maintained
1299F: arch/arm/mach-dove/
1300F: arch/arm/mach-mv78xx0/
1301F: arch/arm/mach-orion5x/
1302F: arch/arm/plat-orion/
1303F: arch/arm/boot/dts/dove*
1304F: arch/arm/boot/dts/orion5x*
1305
1306
1307ARM/Orion SoC/Technologic Systems TS-78xx platform support
1308M: Alexander Clouter <alex@digriz.org.uk>
1309L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1310W: http://www.digriz.org.uk/ts78xx/kernel
1311S: Maintained
1312F: arch/arm/mach-orion5x/ts78xx-*
1313
1314ARM/Mediatek RTC DRIVER
1315M: Eddie Huang <eddie.huang@mediatek.com>
1316L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1317L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1318S: Maintained
1319F: drivers/rtc/rtc-mt6397.c
1320
1321ARM/Mediatek SoC support
1322M: Matthias Brugger <matthias.bgg@gmail.com>
1323L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1325S: Maintained
1326F: arch/arm/boot/dts/mt6*
1327F: arch/arm/boot/dts/mt8*
1328F: arch/arm/mach-mediatek/
1329N: mtk
1330K: mediatek
1331
1332ARM/Mediatek USB3 PHY DRIVER
1333M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1334L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1336S: Maintained
1337F: drivers/phy/phy-mt65xx-usb3.c
1338
1339ARM/MICREL KS8695 ARCHITECTURE
1340M: Greg Ungerer <gerg@uclinux.org>
1341L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342F: arch/arm/mach-ks8695/
1343S: Odd Fixes
1344
1345ARM/MIOA701 MACHINE SUPPORT
1346M: Robert Jarzmik <robert.jarzmik@free.fr>
1347L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1348F: arch/arm/mach-pxa/mioa701.c
1349S: Maintained
1350
1351ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1352M: Michael Petchkovsky <mkpetch@internode.on.net>
1353S: Maintained
1354
1355ARM/NOMADIK ARCHITECTURE
1356M: Alessandro Rubini <rubini@unipv.it>
1357M: Linus Walleij <linus.walleij@linaro.org>
1358L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1359S: Maintained
1360F: arch/arm/mach-nomadik/
1361F: drivers/pinctrl/nomadik/
1362F: drivers/i2c/busses/i2c-nomadik.c
1363T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1364
1365ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1366M: Nelson Castillo <arhuaco@freaks-unidos.net>
1367L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1368W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1369S: Supported
1370
1371ARM/TOSA MACHINE SUPPORT
1372M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1373M: Dirk Opfer <dirk@opfer-online.de>
1374S: Maintained
1375
1376ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1377M: Marek Vasut <marek.vasut@gmail.com>
1378L: linux-arm-kernel@lists.infradead.org
1379W: http://hackndev.com
1380S: Maintained
1381F: arch/arm/mach-pxa/include/mach/palmtx.h
1382F: arch/arm/mach-pxa/palmtx.c
1383F: arch/arm/mach-pxa/include/mach/palmt5.h
1384F: arch/arm/mach-pxa/palmt5.c
1385F: arch/arm/mach-pxa/include/mach/palmld.h
1386F: arch/arm/mach-pxa/palmld.c
1387F: arch/arm/mach-pxa/include/mach/palmte2.h
1388F: arch/arm/mach-pxa/palmte2.c
1389F: arch/arm/mach-pxa/include/mach/palmtc.h
1390F: arch/arm/mach-pxa/palmtc.c
1391
1392ARM/PALM TREO SUPPORT
1393M: Tomas Cech <sleep_walker@suse.com>
1394L: linux-arm-kernel@lists.infradead.org
1395W: http://hackndev.com
1396S: Maintained
1397F: arch/arm/mach-pxa/include/mach/palmtreo.h
1398F: arch/arm/mach-pxa/palmtreo.c
1399
1400ARM/PALMZ72 SUPPORT
1401M: Sergey Lapin <slapin@ossfans.org>
1402L: linux-arm-kernel@lists.infradead.org
1403W: http://hackndev.com
1404S: Maintained
1405F: arch/arm/mach-pxa/include/mach/palmz72.h
1406F: arch/arm/mach-pxa/palmz72.c
1407
1408ARM/PLEB SUPPORT
1409M: Peter Chubb <pleb@gelato.unsw.edu.au>
1410W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1411S: Maintained
1412
1413ARM/PT DIGITAL BOARD PORT
1414M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1415L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1416W: http://www.arm.linux.org.uk/
1417S: Maintained
1418
1419ARM/QUALCOMM SUPPORT
1420M: Andy Gross <andy.gross@linaro.org>
1421M: David Brown <david.brown@linaro.org>
1422L: linux-arm-msm@vger.kernel.org
1423L: linux-soc@vger.kernel.org
1424S: Maintained
1425F: arch/arm/boot/dts/qcom-*.dts
1426F: arch/arm/boot/dts/qcom-*.dtsi
1427F: arch/arm/mach-qcom/
1428F: drivers/soc/qcom/
1429F: drivers/tty/serial/msm_serial.h
1430F: drivers/tty/serial/msm_serial.c
1431F: drivers/*/pm8???-*
1432F: drivers/mfd/ssbi.c
1433F: drivers/firmware/qcom_scm.c
1434T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1435
1436ARM/RADISYS ENP2611 MACHINE SUPPORT
1437M: Lennert Buytenhek <kernel@wantstofly.org>
1438L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439S: Maintained
1440
1441ARM/RENESAS ARM64 ARCHITECTURE
1442M: Simon Horman <horms@verge.net.au>
1443M: Magnus Damm <magnus.damm@gmail.com>
1444L: linux-sh@vger.kernel.org
1445Q: http://patchwork.kernel.org/project/linux-sh/list/
1446T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1447S: Supported
1448F: arch/arm64/boot/dts/renesas/
1449
1450ARM/RISCPC ARCHITECTURE
1451M: Russell King <linux@arm.linux.org.uk>
1452L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1453W: http://www.arm.linux.org.uk/
1454S: Maintained
1455F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1456F: arch/arm/include/asm/hardware/ioc.h
1457F: arch/arm/include/asm/hardware/iomd.h
1458F: arch/arm/include/asm/hardware/memc.h
1459F: arch/arm/mach-rpc/
1460F: drivers/net/ethernet/8390/etherh.c
1461F: drivers/net/ethernet/i825xx/ether1*
1462F: drivers/net/ethernet/seeq/ether3*
1463F: drivers/scsi/arm/
1464
1465ARM/Rockchip SoC support
1466M: Heiko Stuebner <heiko@sntech.de>
1467L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1468L: linux-rockchip@lists.infradead.org
1469T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1470S: Maintained
1471F: arch/arm/boot/dts/rk3*
1472F: arch/arm/mach-rockchip/
1473F: drivers/clk/rockchip/
1474F: drivers/i2c/busses/i2c-rk3x.c
1475F: drivers/*/*rockchip*
1476F: drivers/*/*/*rockchip*
1477F: sound/soc/rockchip/
1478N: rockchip
1479
1480ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1481M: Kukjin Kim <kgene@kernel.org>
1482M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1483L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1484L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1485S: Maintained
1486F: arch/arm/boot/dts/s3c*
1487F: arch/arm/boot/dts/exynos*
1488F: arch/arm64/boot/dts/exynos/
1489F: arch/arm/plat-samsung/
1490F: arch/arm/mach-s3c24*/
1491F: arch/arm/mach-s3c64xx/
1492F: arch/arm/mach-s5p*/
1493F: arch/arm/mach-exynos*/
1494F: drivers/*/*s3c2410*
1495F: drivers/*/*/*s3c2410*
1496F: drivers/spi/spi-s3c*
1497F: sound/soc/samsung/*
1498F: Documentation/arm/Samsung/
1499F: Documentation/devicetree/bindings/arm/samsung/
1500F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1501F: Documentation/devicetree/bindings/power/pd-samsung.txt
1502N: exynos
1503
1504ARM/SAMSUNG MOBILE MACHINE SUPPORT
1505M: Kyungmin Park <kyungmin.park@samsung.com>
1506L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1507S: Maintained
1508F: arch/arm/mach-s5pv210/
1509
1510ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1511M: Kyungmin Park <kyungmin.park@samsung.com>
1512M: Kamil Debski <k.debski@samsung.com>
1513L: linux-arm-kernel@lists.infradead.org
1514L: linux-media@vger.kernel.org
1515S: Maintained
1516F: drivers/media/platform/s5p-g2d/
1517
1518ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1519M: Kyungmin Park <kyungmin.park@samsung.com>
1520M: Kamil Debski <k.debski@samsung.com>
1521M: Jeongtae Park <jtp.park@samsung.com>
1522L: linux-arm-kernel@lists.infradead.org
1523L: linux-media@vger.kernel.org
1524S: Maintained
1525F: arch/arm/plat-samsung/s5p-dev-mfc.c
1526F: drivers/media/platform/s5p-mfc/
1527
1528ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1529M: Kyungmin Park <kyungmin.park@samsung.com>
1530M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1531L: linux-arm-kernel@lists.infradead.org
1532L: linux-media@vger.kernel.org
1533S: Maintained
1534F: drivers/media/platform/s5p-tv/
1535
1536ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1537M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1538M: Jacek Anaszewski <j.anaszewski@samsung.com>
1539L: linux-arm-kernel@lists.infradead.org
1540L: linux-media@vger.kernel.org
1541S: Maintained
1542F: drivers/media/platform/s5p-jpeg/
1543
1544ARM/SHMOBILE ARM ARCHITECTURE
1545M: Simon Horman <horms@verge.net.au>
1546M: Magnus Damm <magnus.damm@gmail.com>
1547L: linux-renesas-soc@vger.kernel.org
1548Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1549T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1550S: Supported
1551F: arch/arm/boot/dts/emev2*
1552F: arch/arm/boot/dts/r7s*
1553F: arch/arm/boot/dts/r8a*
1554F: arch/arm/boot/dts/sh*
1555F: arch/arm/configs/shmobile_defconfig
1556F: arch/arm/include/debug/renesas-scif.S
1557F: arch/arm/mach-shmobile/
1558F: drivers/sh/
1559
1560ARM/SOCFPGA ARCHITECTURE
1561M: Dinh Nguyen <dinguyen@opensource.altera.com>
1562S: Maintained
1563F: arch/arm/mach-socfpga/
1564F: arch/arm/boot/dts/socfpga*
1565F: arch/arm/configs/socfpga_defconfig
1566W: http://www.rocketboards.org
1567T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1568
1569ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1570M: Dinh Nguyen <dinguyen@opensource.altera.com>
1571S: Maintained
1572F: drivers/clk/socfpga/
1573
1574ARM/SOCFPGA EDAC SUPPORT
1575M: Thor Thayer <tthayer@opensource.altera.com>
1576S: Maintained
1577F: drivers/edac/altera_edac.
1578
1579ARM/STI ARCHITECTURE
1580M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1581M: Maxime Coquelin <maxime.coquelin@st.com>
1582M: Patrice Chotard <patrice.chotard@st.com>
1583L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1584L: kernel@stlinux.com
1585W: http://www.stlinux.com
1586S: Maintained
1587F: arch/arm/mach-sti/
1588F: arch/arm/boot/dts/sti*
1589F: drivers/char/hw_random/st-rng.c
1590F: drivers/clocksource/arm_global_timer.c
1591F: drivers/clocksource/clksrc_st_lpc.c
1592F: drivers/i2c/busses/i2c-st.c
1593F: drivers/media/rc/st_rc.c
1594F: drivers/media/platform/sti/c8sectpfe/
1595F: drivers/mmc/host/sdhci-st.c
1596F: drivers/phy/phy-miphy28lp.c
1597F: drivers/phy/phy-miphy365x.c
1598F: drivers/phy/phy-stih407-usb.c
1599F: drivers/phy/phy-stih41x-usb.c
1600F: drivers/pinctrl/pinctrl-st.c
1601F: drivers/reset/sti/
1602F: drivers/rtc/rtc-st-lpc.c
1603F: drivers/tty/serial/st-asc.c
1604F: drivers/usb/dwc3/dwc3-st.c
1605F: drivers/usb/host/ehci-st.c
1606F: drivers/usb/host/ohci-st.c
1607F: drivers/watchdog/st_lpc_wdt.c
1608F: drivers/ata/ahci_st.c
1609
1610ARM/STM32 ARCHITECTURE
1611M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1612L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1613S: Maintained
1614T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1615N: stm32
1616F: drivers/clocksource/armv7m_systick.c
1617
1618ARM/TANGO ARCHITECTURE
1619M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1620L: linux-arm-kernel@lists.infradead.org
1621S: Maintained
1622F: arch/arm/mach-tango/
1623F: arch/arm/boot/dts/tango*
1624
1625ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1626M: Lennert Buytenhek <kernel@wantstofly.org>
1627L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1628S: Maintained
1629
1630ARM/TETON BGA MACHINE SUPPORT
1631M: "Mark F. Brown" <mark.brown314@gmail.com>
1632L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1633S: Maintained
1634
1635ARM/THECUS N2100 MACHINE SUPPORT
1636M: Lennert Buytenhek <kernel@wantstofly.org>
1637L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638S: Maintained
1639
1640ARM/NUVOTON W90X900 ARM ARCHITECTURE
1641M: Wan ZongShun <mcuos.com@gmail.com>
1642L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1643W: http://www.mcuos.com
1644S: Maintained
1645F: arch/arm/mach-w90x900/
1646F: drivers/input/keyboard/w90p910_keypad.c
1647F: drivers/input/touchscreen/w90p910_ts.c
1648F: drivers/watchdog/nuc900_wdt.c
1649F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1650F: drivers/mtd/nand/nuc900_nand.c
1651F: drivers/rtc/rtc-nuc900.c
1652F: drivers/spi/spi-nuc900.c
1653F: drivers/usb/host/ehci-w90x900.c
1654F: drivers/video/fbdev/nuc900fb.c
1655
1656ARM/U300 MACHINE SUPPORT
1657M: Linus Walleij <linus.walleij@linaro.org>
1658L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1659S: Supported
1660F: arch/arm/mach-u300/
1661F: drivers/clocksource/timer-u300.c
1662F: drivers/i2c/busses/i2c-stu300.c
1663F: drivers/rtc/rtc-coh901331.c
1664F: drivers/watchdog/coh901327_wdt.c
1665F: drivers/dma/coh901318*
1666F: drivers/mfd/ab3100*
1667F: drivers/rtc/rtc-ab3100.c
1668F: drivers/rtc/rtc-coh901331.c
1669T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1670
1671ARM/UNIPHIER ARCHITECTURE
1672M: Masahiro Yamada <yamada.masahiro@socionext.com>
1673L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1674S: Maintained
1675F: arch/arm/boot/dts/uniphier*
1676F: arch/arm/include/asm/hardware/cache-uniphier.h
1677F: arch/arm/mach-uniphier/
1678F: arch/arm/mm/cache-uniphier.c
1679F: arch/arm64/boot/dts/socionext/
1680F: drivers/bus/uniphier-system-bus.c
1681F: drivers/i2c/busses/i2c-uniphier*
1682F: drivers/pinctrl/uniphier/
1683F: drivers/tty/serial/8250/8250_uniphier.c
1684N: uniphier
1685
1686ARM/Ux500 ARM ARCHITECTURE
1687M: Linus Walleij <linus.walleij@linaro.org>
1688L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1689S: Maintained
1690F: arch/arm/mach-ux500/
1691F: drivers/clocksource/clksrc-dbx500-prcmu.c
1692F: drivers/dma/ste_dma40*
1693F: drivers/hwspinlock/u8500_hsem.c
1694F: drivers/mfd/abx500*
1695F: drivers/mfd/ab8500*
1696F: drivers/mfd/dbx500*
1697F: drivers/mfd/db8500*
1698F: drivers/pinctrl/nomadik/pinctrl-ab*
1699F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1700F: drivers/rtc/rtc-ab8500.c
1701F: drivers/rtc/rtc-pl031.c
1702T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1703
1704ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1705M: Ulf Hansson <ulf.hansson@linaro.org>
1706L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707T: git git://git.linaro.org/people/ulfh/clk.git
1708S: Maintained
1709F: drivers/clk/ux500/
1710F: include/linux/platform_data/clk-ux500.h
1711
1712ARM/VERSATILE EXPRESS PLATFORM
1713M: Liviu Dudau <liviu.dudau@arm.com>
1714M: Sudeep Holla <sudeep.holla@arm.com>
1715M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1716L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1717S: Maintained
1718F: arch/arm/boot/dts/vexpress*
1719F: arch/arm64/boot/dts/arm/vexpress*
1720F: arch/arm/mach-vexpress/
1721F: */*/vexpress*
1722F: */*/*/vexpress*
1723F: drivers/clk/versatile/clk-vexpress-osc.c
1724F: drivers/clocksource/versatile.c
1725
1726ARM/VFP SUPPORT
1727M: Russell King <linux@arm.linux.org.uk>
1728L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1729W: http://www.arm.linux.org.uk/
1730S: Maintained
1731F: arch/arm/vfp/
1732
1733ARM/VOIPAC PXA270 SUPPORT
1734M: Marek Vasut <marek.vasut@gmail.com>
1735L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1736S: Maintained
1737F: arch/arm/mach-pxa/vpac270.c
1738F: arch/arm/mach-pxa/include/mach/vpac270.h
1739
1740ARM/VT8500 ARM ARCHITECTURE
1741M: Tony Prisk <linux@prisktech.co.nz>
1742L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1743S: Maintained
1744F: arch/arm/mach-vt8500/
1745F: drivers/clocksource/vt8500_timer.c
1746F: drivers/i2c/busses/i2c-wmt.c
1747F: drivers/mmc/host/wmt-sdmmc.c
1748F: drivers/pwm/pwm-vt8500.c
1749F: drivers/rtc/rtc-vt8500.c
1750F: drivers/tty/serial/vt8500_serial.c
1751F: drivers/usb/host/ehci-platform.c
1752F: drivers/usb/host/uhci-platform.c
1753F: drivers/video/fbdev/vt8500lcdfb.*
1754F: drivers/video/fbdev/wm8505fb*
1755F: drivers/video/fbdev/wmt_ge_rops.*
1756
1757ARM/ZIPIT Z2 SUPPORT
1758M: Marek Vasut <marek.vasut@gmail.com>
1759L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1760S: Maintained
1761F: arch/arm/mach-pxa/z2.c
1762F: arch/arm/mach-pxa/include/mach/z2.h
1763
1764ARM/ZTE ARCHITECTURE
1765M: Jun Nie <jun.nie@linaro.org>
1766L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1767S: Maintained
1768F: arch/arm/mach-zx/
1769F: drivers/clk/zte/
1770F: Documentation/devicetree/bindings/arm/zte.txt
1771F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1772
1773ARM/ZYNQ ARCHITECTURE
1774M: Michal Simek <michal.simek@xilinx.com>
1775R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1776L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1777W: http://wiki.xilinx.com
1778T: git https://github.com/Xilinx/linux-xlnx.git
1779S: Supported
1780F: arch/arm/mach-zynq/
1781F: drivers/cpuidle/cpuidle-zynq.c
1782F: drivers/block/xsysace.c
1783N: zynq
1784N: xilinx
1785F: drivers/clocksource/cadence_ttc_timer.c
1786F: drivers/i2c/busses/i2c-cadence.c
1787F: drivers/mmc/host/sdhci-of-arasan.c
1788F: drivers/edac/synopsys_edac.c
1789
1790ARM SMMU DRIVERS
1791M: Will Deacon <will.deacon@arm.com>
1792L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1793S: Maintained
1794F: drivers/iommu/arm-smmu.c
1795F: drivers/iommu/arm-smmu-v3.c
1796F: drivers/iommu/io-pgtable-arm.c
1797
1798ARM64 PORT (AARCH64 ARCHITECTURE)
1799M: Catalin Marinas <catalin.marinas@arm.com>
1800M: Will Deacon <will.deacon@arm.com>
1801L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1802T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1803S: Maintained
1804F: arch/arm64/
1805F: Documentation/arm64/
1806
1807AS3645A LED FLASH CONTROLLER DRIVER
1808M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1809L: linux-media@vger.kernel.org
1810T: git git://linuxtv.org/media_tree.git
1811S: Maintained
1812F: drivers/media/i2c/as3645a.c
1813F: include/media/i2c/as3645a.h
1814
1815ASC7621 HARDWARE MONITOR DRIVER
1816M: George Joseph <george.joseph@fairview5.com>
1817L: lm-sensors@lm-sensors.org
1818S: Maintained
1819F: Documentation/hwmon/asc7621
1820F: drivers/hwmon/asc7621.c
1821
1822ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1823M: Corentin Chary <corentin.chary@gmail.com>
1824L: acpi4asus-user@lists.sourceforge.net
1825L: platform-driver-x86@vger.kernel.org
1826W: http://acpi4asus.sf.net
1827S: Maintained
1828F: drivers/platform/x86/asus*.c
1829F: drivers/platform/x86/eeepc*.c
1830
1831ASUS WIRELESS RADIO CONTROL DRIVER
1832M: João Paulo Rechi Vita <jprvita@gmail.com>
1833L: platform-driver-x86@vger.kernel.org
1834S: Maintained
1835F: drivers/platform/x86/asus-wireless.c
1836
1837ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1838R: Dan Williams <dan.j.williams@intel.com>
1839W: http://sourceforge.net/projects/xscaleiop
1840S: Odd fixes
1841F: Documentation/crypto/async-tx-api.txt
1842F: crypto/async_tx/
1843F: drivers/dma/
1844F: include/linux/dmaengine.h
1845F: include/linux/async_tx.h
1846
1847AT24 EEPROM DRIVER
1848M: Wolfram Sang <wsa@the-dreams.de>
1849L: linux-i2c@vger.kernel.org
1850S: Maintained
1851F: drivers/misc/eeprom/at24.c
1852F: include/linux/platform_data/at24.h
1853
1854ATA OVER ETHERNET (AOE) DRIVER
1855M: "Ed L. Cashin" <ed.cashin@acm.org>
1856W: http://www.openaoe.org/
1857S: Supported
1858F: Documentation/aoe/
1859F: drivers/block/aoe/
1860
1861ATHEROS 71XX/9XXX GPIO DRIVER
1862M: Alban Bedel <albeu@free.fr>
1863W: https://github.com/AlbanBedel/linux
1864T: git git://github.com/AlbanBedel/linux
1865S: Maintained
1866F: drivers/gpio/gpio-ath79.c
1867F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1868
1869ATHEROS ATH GENERIC UTILITIES
1870M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1871L: linux-wireless@vger.kernel.org
1872S: Supported
1873F: drivers/net/wireless/ath/*
1874
1875ATHEROS ATH5K WIRELESS DRIVER
1876M: Jiri Slaby <jirislaby@gmail.com>
1877M: Nick Kossifidis <mickflemm@gmail.com>
1878M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1879L: linux-wireless@vger.kernel.org
1880W: http://wireless.kernel.org/en/users/Drivers/ath5k
1881S: Maintained
1882F: drivers/net/wireless/ath/ath5k/
1883
1884ATHEROS ATH6KL WIRELESS DRIVER
1885M: Kalle Valo <kvalo@qca.qualcomm.com>
1886L: linux-wireless@vger.kernel.org
1887W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1888T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1889S: Supported
1890F: drivers/net/wireless/ath/ath6kl/
1891
1892WILOCITY WIL6210 WIRELESS DRIVER
1893M: Maya Erez <qca_merez@qca.qualcomm.com>
1894L: linux-wireless@vger.kernel.org
1895L: wil6210@qca.qualcomm.com
1896S: Supported
1897W: http://wireless.kernel.org/en/users/Drivers/wil6210
1898F: drivers/net/wireless/ath/wil6210/
1899F: include/uapi/linux/wil6210_uapi.h
1900
1901CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1902M: Christian Lamparter <chunkeey@googlemail.com>
1903L: linux-wireless@vger.kernel.org
1904W: http://wireless.kernel.org/en/users/Drivers/carl9170
1905S: Maintained
1906F: drivers/net/wireless/ath/carl9170/
1907
1908ATK0110 HWMON DRIVER
1909M: Luca Tettamanti <kronos.it@gmail.com>
1910L: lm-sensors@lm-sensors.org
1911S: Maintained
1912F: drivers/hwmon/asus_atk0110.c
1913
1914ATI_REMOTE2 DRIVER
1915M: Ville Syrjala <syrjala@sci.fi>
1916S: Maintained
1917F: drivers/input/misc/ati_remote2.c
1918
1919ATLX ETHERNET DRIVERS
1920M: Jay Cliburn <jcliburn@gmail.com>
1921M: Chris Snook <chris.snook@gmail.com>
1922L: netdev@vger.kernel.org
1923W: http://sourceforge.net/projects/atl1
1924W: http://atl1.sourceforge.net
1925S: Maintained
1926F: drivers/net/ethernet/atheros/
1927
1928ATM
1929M: Chas Williams <3chas3@gmail.com>
1930L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1931L: netdev@vger.kernel.org
1932W: http://linux-atm.sourceforge.net
1933S: Maintained
1934F: drivers/atm/
1935F: include/linux/atm*
1936F: include/uapi/linux/atm*
1937
1938ATMEL AT91 / AT32 MCI DRIVER
1939M: Ludovic Desroches <ludovic.desroches@atmel.com>
1940S: Maintained
1941F: drivers/mmc/host/atmel-mci.c
1942
1943ATMEL AT91 / AT32 SERIAL DRIVER
1944M: Nicolas Ferre <nicolas.ferre@atmel.com>
1945S: Supported
1946F: drivers/tty/serial/atmel_serial.c
1947
1948ATMEL Audio ALSA driver
1949M: Nicolas Ferre <nicolas.ferre@atmel.com>
1950L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1951S: Supported
1952F: sound/soc/atmel
1953
1954ATMEL DMA DRIVER
1955M: Nicolas Ferre <nicolas.ferre@atmel.com>
1956L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1957S: Supported
1958F: drivers/dma/at_hdmac.c
1959F: drivers/dma/at_hdmac_regs.h
1960F: include/linux/platform_data/dma-atmel.h
1961
1962ATMEL XDMA DRIVER
1963M: Ludovic Desroches <ludovic.desroches@atmel.com>
1964L: linux-arm-kernel@lists.infradead.org
1965L: dmaengine@vger.kernel.org
1966S: Supported
1967F: drivers/dma/at_xdmac.c
1968
1969ATMEL I2C DRIVER
1970M: Ludovic Desroches <ludovic.desroches@atmel.com>
1971L: linux-i2c@vger.kernel.org
1972S: Supported
1973F: drivers/i2c/busses/i2c-at91.c
1974
1975ATMEL ISI DRIVER
1976M: Ludovic Desroches <ludovic.desroches@atmel.com>
1977L: linux-media@vger.kernel.org
1978S: Supported
1979F: drivers/media/platform/soc_camera/atmel-isi.c
1980F: include/media/atmel-isi.h
1981
1982ATMEL LCDFB DRIVER
1983M: Nicolas Ferre <nicolas.ferre@atmel.com>
1984L: linux-fbdev@vger.kernel.org
1985S: Maintained
1986F: drivers/video/fbdev/atmel_lcdfb.c
1987F: include/video/atmel_lcdc.h
1988
1989ATMEL MACB ETHERNET DRIVER
1990M: Nicolas Ferre <nicolas.ferre@atmel.com>
1991S: Supported
1992F: drivers/net/ethernet/cadence/
1993
1994ATMEL NAND DRIVER
1995M: Wenyou Yang <wenyou.yang@atmel.com>
1996M: Josh Wu <rainyfeeling@outlook.com>
1997L: linux-mtd@lists.infradead.org
1998S: Supported
1999F: drivers/mtd/nand/atmel_nand*
2000
2001ATMEL SDMMC DRIVER
2002M: Ludovic Desroches <ludovic.desroches@atmel.com>
2003L: linux-mmc@vger.kernel.org
2004S: Supported
2005F: drivers/mmc/host/sdhci-of-at91.c
2006
2007ATMEL SPI DRIVER
2008M: Nicolas Ferre <nicolas.ferre@atmel.com>
2009S: Supported
2010F: drivers/spi/spi-atmel.*
2011
2012ATMEL SSC DRIVER
2013M: Nicolas Ferre <nicolas.ferre@atmel.com>
2014L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2015S: Supported
2016F: drivers/misc/atmel-ssc.c
2017F: include/linux/atmel-ssc.h
2018
2019ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2020M: Nicolas Ferre <nicolas.ferre@atmel.com>
2021L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2022S: Supported
2023F: drivers/misc/atmel_tclib.c
2024F: drivers/clocksource/tcb_clksrc.c
2025
2026ATMEL USBA UDC DRIVER
2027M: Nicolas Ferre <nicolas.ferre@atmel.com>
2028L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2029S: Supported
2030F: drivers/usb/gadget/udc/atmel_usba_udc.*
2031
2032ATMEL WIRELESS DRIVER
2033M: Simon Kelley <simon@thekelleys.org.uk>
2034L: linux-wireless@vger.kernel.org
2035W: http://www.thekelleys.org.uk/atmel
2036W: http://atmelwlandriver.sourceforge.net/
2037S: Maintained
2038F: drivers/net/wireless/atmel/atmel*
2039
2040ATMEL MAXTOUCH DRIVER
2041M: Nick Dyer <nick.dyer@itdev.co.uk>
2042T: git git://github.com/atmel-maxtouch/linux.git
2043S: Supported
2044F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2045F: drivers/input/touchscreen/atmel_mxt_ts.c
2046F: include/linux/platform_data/atmel_mxt_ts.h
2047
2048ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2049M: Bradley Grove <linuxdrivers@attotech.com>
2050L: linux-scsi@vger.kernel.org
2051W: http://www.attotech.com
2052S: Supported
2053F: drivers/scsi/esas2r
2054
2055ATUSB IEEE 802.15.4 RADIO DRIVER
2056M: Stefan Schmidt <stefan@osg.samsung.com>
2057L: linux-wpan@vger.kernel.org
2058S: Maintained
2059F: drivers/net/ieee802154/atusb.c
2060F: drivers/net/ieee802154/atusb.h
2061F: drivers/net/ieee802154/at86rf230.h
2062
2063AUDIT SUBSYSTEM
2064M: Paul Moore <paul@paul-moore.com>
2065M: Eric Paris <eparis@redhat.com>
2066L: linux-audit@redhat.com (moderated for non-subscribers)
2067W: http://people.redhat.com/sgrubb/audit/
2068T: git git://git.infradead.org/users/pcmoore/audit
2069S: Maintained
2070F: include/linux/audit.h
2071F: include/uapi/linux/audit.h
2072F: kernel/audit*
2073
2074AUXILIARY DISPLAY DRIVERS
2075M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2076W: http://miguelojeda.es/auxdisplay.htm
2077W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2078S: Maintained
2079F: drivers/auxdisplay/
2080F: include/linux/cfag12864b.h
2081
2082AVR32 ARCHITECTURE
2083M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2084M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2085W: http://www.atmel.com/products/AVR32/
2086W: http://mirror.egtvedt.no/avr32linux.org/
2087W: http://avrfreaks.net/
2088S: Maintained
2089F: arch/avr32/
2090
2091AVR32/AT32AP MACHINE SUPPORT
2092M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2093M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2094S: Maintained
2095F: arch/avr32/mach-at32ap/
2096
2097AX.25 NETWORK LAYER
2098M: Ralf Baechle <ralf@linux-mips.org>
2099L: linux-hams@vger.kernel.org
2100W: http://www.linux-ax25.org/
2101S: Maintained
2102F: include/uapi/linux/ax25.h
2103F: include/net/ax25.h
2104F: net/ax25/
2105
2106AZ6007 DVB DRIVER
2107M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2108L: linux-media@vger.kernel.org
2109W: https://linuxtv.org
2110T: git git://linuxtv.org/media_tree.git
2111S: Maintained
2112F: drivers/media/usb/dvb-usb-v2/az6007.c
2113
2114AZTECH FM RADIO RECEIVER DRIVER
2115M: Hans Verkuil <hverkuil@xs4all.nl>
2116L: linux-media@vger.kernel.org
2117T: git git://linuxtv.org/media_tree.git
2118W: https://linuxtv.org
2119S: Maintained
2120F: drivers/media/radio/radio-aztech*
2121
2122B43 WIRELESS DRIVER
2123L: linux-wireless@vger.kernel.org
2124L: b43-dev@lists.infradead.org
2125W: http://wireless.kernel.org/en/users/Drivers/b43
2126S: Odd Fixes
2127F: drivers/net/wireless/broadcom/b43/
2128
2129B43LEGACY WIRELESS DRIVER
2130M: Larry Finger <Larry.Finger@lwfinger.net>
2131L: linux-wireless@vger.kernel.org
2132L: b43-dev@lists.infradead.org
2133W: http://wireless.kernel.org/en/users/Drivers/b43
2134S: Maintained
2135F: drivers/net/wireless/broadcom/b43legacy/
2136
2137BACKLIGHT CLASS/SUBSYSTEM
2138M: Jingoo Han <jingoohan1@gmail.com>
2139M: Lee Jones <lee.jones@linaro.org>
2140T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2141S: Maintained
2142F: drivers/video/backlight/
2143F: include/linux/backlight.h
2144
2145BATMAN ADVANCED
2146M: Marek Lindner <mareklindner@neomailbox.ch>
2147M: Simon Wunderlich <sw@simonwunderlich.de>
2148M: Antonio Quartulli <a@unstable.cc>
2149L: b.a.t.m.a.n@lists.open-mesh.org
2150W: http://www.open-mesh.org/
2151S: Maintained
2152F: net/batman-adv/
2153
2154BAYCOM/HDLCDRV DRIVERS FOR AX.25
2155M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2156L: linux-hams@vger.kernel.org
2157W: http://www.baycom.org/~tom/ham/ham.html
2158S: Maintained
2159F: drivers/net/hamradio/baycom*
2160
2161BCACHE (BLOCK LAYER CACHE)
2162M: Kent Overstreet <kent.overstreet@gmail.com>
2163L: linux-bcache@vger.kernel.org
2164W: http://bcache.evilpiepirate.org
2165S: Maintained
2166F: drivers/md/bcache/
2167
2168BDISP ST MEDIA DRIVER
2169M: Fabien Dessenne <fabien.dessenne@st.com>
2170L: linux-media@vger.kernel.org
2171T: git git://linuxtv.org/media_tree.git
2172W: https://linuxtv.org
2173S: Supported
2174F: drivers/media/platform/sti/bdisp
2175
2176BEFS FILE SYSTEM
2177S: Orphan
2178F: Documentation/filesystems/befs.txt
2179F: fs/befs/
2180
2181BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2182M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2183L: netdev@vger.kernel.org
2184S: Maintained
2185F: drivers/net/ethernet/ec_bhf.c
2186
2187BFS FILE SYSTEM
2188M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2189S: Maintained
2190F: Documentation/filesystems/bfs.txt
2191F: fs/bfs/
2192F: include/uapi/linux/bfs_fs.h
2193
2194BLACKFIN ARCHITECTURE
2195M: Steven Miao <realmz6@gmail.com>
2196L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2197T: git git://git.code.sf.net/p/adi-linux/code
2198W: http://blackfin.uclinux.org
2199S: Supported
2200F: arch/blackfin/
2201
2202BLACKFIN EMAC DRIVER
2203L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2204W: http://blackfin.uclinux.org
2205S: Supported
2206F: drivers/net/ethernet/adi/
2207
2208BLACKFIN RTC DRIVER
2209L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2210W: http://blackfin.uclinux.org
2211S: Supported
2212F: drivers/rtc/rtc-bfin.c
2213
2214BLACKFIN SDH DRIVER
2215M: Sonic Zhang <sonic.zhang@analog.com>
2216L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2217W: http://blackfin.uclinux.org
2218S: Supported
2219F: drivers/mmc/host/bfin_sdh.c
2220
2221BLACKFIN SERIAL DRIVER
2222M: Sonic Zhang <sonic.zhang@analog.com>
2223L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2224W: http://blackfin.uclinux.org
2225S: Supported
2226F: drivers/tty/serial/bfin_uart.c
2227
2228BLACKFIN WATCHDOG DRIVER
2229L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2230W: http://blackfin.uclinux.org
2231S: Supported
2232F: drivers/watchdog/bfin_wdt.c
2233
2234BLACKFIN I2C TWI DRIVER
2235M: Sonic Zhang <sonic.zhang@analog.com>
2236L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2237W: http://blackfin.uclinux.org/
2238S: Supported
2239F: drivers/i2c/busses/i2c-bfin-twi.c
2240
2241BLACKFIN MEDIA DRIVER
2242M: Scott Jiang <scott.jiang.linux@gmail.com>
2243L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2244W: http://blackfin.uclinux.org/
2245S: Supported
2246F: drivers/media/platform/blackfin/
2247F: drivers/media/i2c/adv7183*
2248F: drivers/media/i2c/vs6624*
2249
2250BLINKM RGB LED DRIVER
2251M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2252S: Maintained
2253F: drivers/leds/leds-blinkm.c
2254
2255BLOCK LAYER
2256M: Jens Axboe <axboe@kernel.dk>
2257L: linux-block@vger.kernel.org
2258T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2259S: Maintained
2260F: block/
2261F: kernel/trace/blktrace.c
2262
2263BLOCK2MTD DRIVER
2264M: Joern Engel <joern@lazybastard.org>
2265L: linux-mtd@lists.infradead.org
2266S: Maintained
2267F: drivers/mtd/devices/block2mtd.c
2268
2269BLUETOOTH DRIVERS
2270M: Marcel Holtmann <marcel@holtmann.org>
2271M: Gustavo Padovan <gustavo@padovan.org>
2272M: Johan Hedberg <johan.hedberg@gmail.com>
2273L: linux-bluetooth@vger.kernel.org
2274W: http://www.bluez.org/
2275T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2276T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2277S: Maintained
2278F: drivers/bluetooth/
2279
2280BLUETOOTH SUBSYSTEM
2281M: Marcel Holtmann <marcel@holtmann.org>
2282M: Gustavo Padovan <gustavo@padovan.org>
2283M: Johan Hedberg <johan.hedberg@gmail.com>
2284L: linux-bluetooth@vger.kernel.org
2285W: http://www.bluez.org/
2286T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2287T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2288S: Maintained
2289F: net/bluetooth/
2290F: include/net/bluetooth/
2291
2292BONDING DRIVER
2293M: Jay Vosburgh <j.vosburgh@gmail.com>
2294M: Veaceslav Falico <vfalico@gmail.com>
2295M: Andy Gospodarek <gospo@cumulusnetworks.com>
2296L: netdev@vger.kernel.org
2297W: http://sourceforge.net/projects/bonding/
2298S: Supported
2299F: drivers/net/bonding/
2300F: include/uapi/linux/if_bonding.h
2301
2302BPF (Safe dynamic programs and tools)
2303M: Alexei Starovoitov <ast@kernel.org>
2304L: netdev@vger.kernel.org
2305L: linux-kernel@vger.kernel.org
2306S: Supported
2307F: kernel/bpf/
2308
2309BROADCOM B44 10/100 ETHERNET DRIVER
2310M: Gary Zambrano <zambrano@broadcom.com>
2311L: netdev@vger.kernel.org
2312S: Supported
2313F: drivers/net/ethernet/broadcom/b44.*
2314
2315BROADCOM GENET ETHERNET DRIVER
2316M: Florian Fainelli <f.fainelli@gmail.com>
2317L: netdev@vger.kernel.org
2318S: Supported
2319F: drivers/net/ethernet/broadcom/genet/
2320
2321BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2322M: Sony Chacko <sony.chacko@qlogic.com>
2323M: Dept-HSGLinuxNICDev@qlogic.com
2324L: netdev@vger.kernel.org
2325S: Supported
2326F: drivers/net/ethernet/broadcom/bnx2.*
2327F: drivers/net/ethernet/broadcom/bnx2_*
2328
2329BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2330M: Ariel Elior <ariel.elior@qlogic.com>
2331L: netdev@vger.kernel.org
2332S: Supported
2333F: drivers/net/ethernet/broadcom/bnx2x/
2334
2335BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2336M: Florian Fainelli <f.fainelli@gmail.com>
2337M: Ray Jui <rjui@broadcom.com>
2338M: Scott Branden <sbranden@broadcom.com>
2339L: bcm-kernel-feedback-list@broadcom.com
2340T: git git://github.com/broadcom/mach-bcm
2341S: Maintained
2342F: arch/arm/mach-bcm/
2343F: arch/arm/boot/dts/bcm113*
2344F: arch/arm/boot/dts/bcm216*
2345F: arch/arm/boot/dts/bcm281*
2346F: arch/arm/configs/bcm_defconfig
2347F: drivers/mmc/host/sdhci-bcm-kona.c
2348F: drivers/clocksource/bcm_kona_timer.c
2349
2350BROADCOM BCM2835 ARM ARCHITECTURE
2351M: Stephen Warren <swarren@wwwdotorg.org>
2352M: Lee Jones <lee@kernel.org>
2353M: Eric Anholt <eric@anholt.net>
2354L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2355L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2356T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2357S: Maintained
2358N: bcm2835
2359
2360BROADCOM BCM33XX MIPS ARCHITECTURE
2361M: Kevin Cernekee <cernekee@gmail.com>
2362L: linux-mips@linux-mips.org
2363S: Maintained
2364F: arch/mips/bcm3384/*
2365F: arch/mips/include/asm/mach-bcm3384/*
2366F: arch/mips/kernel/*bmips*
2367
2368BROADCOM BCM47XX MIPS ARCHITECTURE
2369M: Hauke Mehrtens <hauke@hauke-m.de>
2370M: Rafał Miłecki <zajec5@gmail.com>
2371L: linux-mips@linux-mips.org
2372S: Maintained
2373F: arch/mips/bcm47xx/*
2374F: arch/mips/include/asm/mach-bcm47xx/*
2375
2376BROADCOM BCM5301X ARM ARCHITECTURE
2377M: Hauke Mehrtens <hauke@hauke-m.de>
2378L: linux-arm-kernel@lists.infradead.org
2379S: Maintained
2380F: arch/arm/mach-bcm/bcm_5301x.c
2381F: arch/arm/boot/dts/bcm5301x.dtsi
2382F: arch/arm/boot/dts/bcm470*
2383
2384BROADCOM BCM63XX ARM ARCHITECTURE
2385M: Florian Fainelli <f.fainelli@gmail.com>
2386L: linux-arm-kernel@lists.infradead.org
2387T: git git://github.com/broadcom/arm-bcm63xx.git
2388S: Maintained
2389F: arch/arm/mach-bcm/bcm63xx.c
2390F: arch/arm/include/debug/bcm63xx.S
2391
2392BROADCOM BCM63XX/BCM33XX UDC DRIVER
2393M: Kevin Cernekee <cernekee@gmail.com>
2394L: linux-usb@vger.kernel.org
2395S: Maintained
2396F: drivers/usb/gadget/udc/bcm63xx_udc.*
2397
2398BROADCOM BCM7XXX ARM ARCHITECTURE
2399M: Brian Norris <computersforpeace@gmail.com>
2400M: Gregory Fong <gregory.0xf0@gmail.com>
2401M: Florian Fainelli <f.fainelli@gmail.com>
2402L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2403L: bcm-kernel-feedback-list@broadcom.com
2404T: git git://github.com/broadcom/stblinux.git
2405S: Maintained
2406F: arch/arm/mach-bcm/*brcmstb*
2407F: arch/arm/boot/dts/bcm7*.dts*
2408F: drivers/bus/brcmstb_gisb.c
2409N: brcmstb
2410
2411BROADCOM BMIPS MIPS ARCHITECTURE
2412M: Kevin Cernekee <cernekee@gmail.com>
2413M: Florian Fainelli <f.fainelli@gmail.com>
2414L: linux-mips@linux-mips.org
2415T: git git://github.com/broadcom/stblinux.git
2416S: Maintained
2417F: arch/mips/bmips/*
2418F: arch/mips/include/asm/mach-bmips/*
2419F: arch/mips/kernel/*bmips*
2420F: arch/mips/boot/dts/brcm/bcm*.dts*
2421F: drivers/irqchip/irq-bcm7*
2422F: drivers/irqchip/irq-brcmstb*
2423F: include/linux/bcm963xx_nvram.h
2424F: include/linux/bcm963xx_tag.h
2425
2426BROADCOM TG3 GIGABIT ETHERNET DRIVER
2427M: Prashant Sreedharan <prashant@broadcom.com>
2428M: Michael Chan <mchan@broadcom.com>
2429L: netdev@vger.kernel.org
2430S: Supported
2431F: drivers/net/ethernet/broadcom/tg3.*
2432
2433BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2434M: Brett Rudley <brudley@broadcom.com>
2435M: Arend van Spriel <arend@broadcom.com>
2436M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2437M: Hante Meuleman <meuleman@broadcom.com>
2438L: linux-wireless@vger.kernel.org
2439L: brcm80211-dev-list@broadcom.com
2440S: Supported
2441F: drivers/net/wireless/broadcom/brcm80211/
2442
2443BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2444M: QLogic-Storage-Upstream@qlogic.com
2445L: linux-scsi@vger.kernel.org
2446S: Supported
2447F: drivers/scsi/bnx2fc/
2448
2449BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2450M: QLogic-Storage-Upstream@qlogic.com
2451L: linux-scsi@vger.kernel.org
2452S: Supported
2453F: drivers/scsi/bnx2i/
2454
2455BROADCOM IPROC ARM ARCHITECTURE
2456M: Ray Jui <rjui@broadcom.com>
2457M: Scott Branden <sbranden@broadcom.com>
2458M: Jon Mason <jonmason@broadcom.com>
2459L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2460L: bcm-kernel-feedback-list@broadcom.com
2461T: git git://github.com/broadcom/cygnus-linux.git
2462S: Maintained
2463N: iproc
2464N: cygnus
2465N: nsp
2466N: bcm9113*
2467N: bcm9583*
2468N: bcm9585*
2469N: bcm9586*
2470N: bcm988312
2471N: bcm113*
2472N: bcm583*
2473N: bcm585*
2474N: bcm586*
2475N: bcm88312
2476
2477BROADCOM BRCMSTB GPIO DRIVER
2478M: Gregory Fong <gregory.0xf0@gmail.com>
2479L: bcm-kernel-feedback-list@broadcom.com
2480S: Supported
2481F: drivers/gpio/gpio-brcmstb.c
2482F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2483
2484BROADCOM KONA GPIO DRIVER
2485M: Ray Jui <rjui@broadcom.com>
2486L: bcm-kernel-feedback-list@broadcom.com
2487S: Supported
2488F: drivers/gpio/gpio-bcm-kona.c
2489F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2490
2491BROADCOM NVRAM DRIVER
2492M: Rafał Miłecki <zajec5@gmail.com>
2493L: linux-mips@linux-mips.org
2494S: Maintained
2495F: drivers/firmware/broadcom/*
2496
2497BROADCOM STB NAND FLASH DRIVER
2498M: Brian Norris <computersforpeace@gmail.com>
2499M: Kamal Dasu <kdasu.kdev@gmail.com>
2500L: linux-mtd@lists.infradead.org
2501L: bcm-kernel-feedback-list@broadcom.com
2502S: Maintained
2503F: drivers/mtd/nand/brcmnand/
2504
2505BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2506M: Rafał Miłecki <zajec5@gmail.com>
2507L: linux-wireless@vger.kernel.org
2508S: Maintained
2509F: drivers/bcma/
2510F: include/linux/bcma/
2511
2512BROADCOM SYSTEMPORT ETHERNET DRIVER
2513M: Florian Fainelli <f.fainelli@gmail.com>
2514L: netdev@vger.kernel.org
2515S: Supported
2516F: drivers/net/ethernet/broadcom/bcmsysport.*
2517
2518BROCADE BFA FC SCSI DRIVER
2519M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2520M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2521L: linux-scsi@vger.kernel.org
2522S: Supported
2523F: drivers/scsi/bfa/
2524
2525BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2526M: Rasesh Mody <rasesh.mody@qlogic.com>
2527L: netdev@vger.kernel.org
2528S: Supported
2529F: drivers/net/ethernet/brocade/bna/
2530
2531BSG (block layer generic sg v4 driver)
2532M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2533L: linux-scsi@vger.kernel.org
2534S: Supported
2535F: block/bsg.c
2536F: include/linux/bsg.h
2537F: include/uapi/linux/bsg.h
2538
2539BT87X AUDIO DRIVER
2540M: Clemens Ladisch <clemens@ladisch.de>
2541L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2542T: git git://git.alsa-project.org/alsa-kernel.git
2543S: Maintained
2544F: Documentation/sound/alsa/Bt87x.txt
2545F: sound/pci/bt87x.c
2546
2547BT8XXGPIO DRIVER
2548M: Michael Buesch <m@bues.ch>
2549W: http://bu3sch.de/btgpio.php
2550S: Maintained
2551F: drivers/gpio/gpio-bt8xx.c
2552
2553BTRFS FILE SYSTEM
2554M: Chris Mason <clm@fb.com>
2555M: Josef Bacik <jbacik@fb.com>
2556M: David Sterba <dsterba@suse.com>
2557L: linux-btrfs@vger.kernel.org
2558W: http://btrfs.wiki.kernel.org/
2559Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2560T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2561S: Maintained
2562F: Documentation/filesystems/btrfs.txt
2563F: fs/btrfs/
2564
2565BTTV VIDEO4LINUX DRIVER
2566M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2567L: linux-media@vger.kernel.org
2568W: https://linuxtv.org
2569T: git git://linuxtv.org/media_tree.git
2570S: Odd fixes
2571F: Documentation/video4linux/bttv/
2572F: drivers/media/pci/bt8xx/bttv*
2573
2574BUSLOGIC SCSI DRIVER
2575M: Khalid Aziz <khalid@gonehiking.org>
2576L: linux-scsi@vger.kernel.org
2577S: Maintained
2578F: drivers/scsi/BusLogic.*
2579F: drivers/scsi/FlashPoint.*
2580
2581C-MEDIA CMI8788 DRIVER
2582M: Clemens Ladisch <clemens@ladisch.de>
2583L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2584T: git git://git.alsa-project.org/alsa-kernel.git
2585S: Maintained
2586F: sound/pci/oxygen/
2587
2588C6X ARCHITECTURE
2589M: Mark Salter <msalter@redhat.com>
2590M: Aurelien Jacquiot <a-jacquiot@ti.com>
2591L: linux-c6x-dev@linux-c6x.org
2592W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2593S: Maintained
2594F: arch/c6x/
2595
2596CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2597M: David Howells <dhowells@redhat.com>
2598L: linux-cachefs@redhat.com (moderated for non-subscribers)
2599S: Supported
2600F: Documentation/filesystems/caching/cachefiles.txt
2601F: fs/cachefiles/
2602
2603CADET FM/AM RADIO RECEIVER DRIVER
2604M: Hans Verkuil <hverkuil@xs4all.nl>
2605L: linux-media@vger.kernel.org
2606T: git git://linuxtv.org/media_tree.git
2607W: https://linuxtv.org
2608S: Maintained
2609F: drivers/media/radio/radio-cadet*
2610
2611CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2612M: Jonathan Corbet <corbet@lwn.net>
2613L: linux-media@vger.kernel.org
2614T: git git://linuxtv.org/media_tree.git
2615S: Maintained
2616F: Documentation/video4linux/cafe_ccic
2617F: drivers/media/platform/marvell-ccic/
2618
2619CAIF NETWORK LAYER
2620M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2621L: netdev@vger.kernel.org
2622S: Supported
2623F: Documentation/networking/caif/
2624F: drivers/net/caif/
2625F: include/uapi/linux/caif/
2626F: include/net/caif/
2627F: net/caif/
2628
2629CALGARY x86-64 IOMMU
2630M: Muli Ben-Yehuda <muli@il.ibm.com>
2631M: "Jon D. Mason" <jdmason@kudzu.us>
2632L: discuss@x86-64.org
2633S: Maintained
2634F: arch/x86/kernel/pci-calgary_64.c
2635F: arch/x86/kernel/tce_64.c
2636F: arch/x86/include/asm/calgary.h
2637F: arch/x86/include/asm/tce.h
2638
2639CAN NETWORK LAYER
2640M: Oliver Hartkopp <socketcan@hartkopp.net>
2641M: Marc Kleine-Budde <mkl@pengutronix.de>
2642L: linux-can@vger.kernel.org
2643W: https://github.com/linux-can
2644T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2645T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2646S: Maintained
2647F: Documentation/networking/can.txt
2648F: net/can/
2649F: include/linux/can/core.h
2650F: include/uapi/linux/can.h
2651F: include/uapi/linux/can/bcm.h
2652F: include/uapi/linux/can/raw.h
2653F: include/uapi/linux/can/gw.h
2654
2655CAN NETWORK DRIVERS
2656M: Wolfgang Grandegger <wg@grandegger.com>
2657M: Marc Kleine-Budde <mkl@pengutronix.de>
2658L: linux-can@vger.kernel.org
2659W: https://github.com/linux-can
2660T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2661T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2662S: Maintained
2663F: drivers/net/can/
2664F: include/linux/can/dev.h
2665F: include/linux/can/platform/
2666F: include/uapi/linux/can/error.h
2667F: include/uapi/linux/can/netlink.h
2668
2669CAPABILITIES
2670M: Serge Hallyn <serge.hallyn@canonical.com>
2671L: linux-security-module@vger.kernel.org
2672S: Supported
2673F: include/linux/capability.h
2674F: include/uapi/linux/capability.h
2675F: security/commoncap.c
2676F: kernel/capability.c
2677
2678CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2679M: Kevin Tsai <ktsai@capellamicro.com>
2680S: Maintained
2681F: drivers/iio/light/cm*
2682F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2683
2684CAVIUM LIQUIDIO NETWORK DRIVER
2685M: Derek Chickles <derek.chickles@caviumnetworks.com>
2686M: Satanand Burla <satananda.burla@caviumnetworks.com>
2687M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2688M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2689L: netdev@vger.kernel.org
2690W: http://www.cavium.com
2691S: Supported
2692F: drivers/net/ethernet/cavium/liquidio/
2693
2694CC2520 IEEE-802.15.4 RADIO DRIVER
2695M: Varka Bhadram <varkabhadram@gmail.com>
2696L: linux-wpan@vger.kernel.org
2697S: Maintained
2698F: drivers/net/ieee802154/cc2520.c
2699F: include/linux/spi/cc2520.h
2700F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2701
2702CELL BROADBAND ENGINE ARCHITECTURE
2703M: Arnd Bergmann <arnd@arndb.de>
2704L: linuxppc-dev@lists.ozlabs.org
2705W: http://www.ibm.com/developerworks/power/cell/
2706S: Supported
2707F: arch/powerpc/include/asm/cell*.h
2708F: arch/powerpc/include/asm/spu*.h
2709F: arch/powerpc/include/uapi/asm/spu*.h
2710F: arch/powerpc/oprofile/*cell*
2711F: arch/powerpc/platforms/cell/
2712
2713CEPH COMMON CODE (LIBCEPH)
2714M: Ilya Dryomov <idryomov@gmail.com>
2715M: "Yan, Zheng" <zyan@redhat.com>
2716M: Sage Weil <sage@redhat.com>
2717L: ceph-devel@vger.kernel.org
2718W: http://ceph.com/
2719T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2720T: git git://github.com/ceph/ceph-client.git
2721S: Supported
2722F: net/ceph/
2723F: include/linux/ceph/
2724F: include/linux/crush/
2725
2726CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2727M: "Yan, Zheng" <zyan@redhat.com>
2728M: Sage Weil <sage@redhat.com>
2729M: Ilya Dryomov <idryomov@gmail.com>
2730L: ceph-devel@vger.kernel.org
2731W: http://ceph.com/
2732T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2733T: git git://github.com/ceph/ceph-client.git
2734S: Supported
2735F: Documentation/filesystems/ceph.txt
2736F: fs/ceph/
2737
2738CERTIFICATE HANDLING:
2739M: David Howells <dhowells@redhat.com>
2740M: David Woodhouse <dwmw2@infradead.org>
2741L: keyrings@vger.kernel.org
2742S: Maintained
2743F: Documentation/module-signing.txt
2744F: certs/
2745F: scripts/sign-file.c
2746F: scripts/extract-cert.c
2747
2748CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2749L: linux-usb@vger.kernel.org
2750S: Orphan
2751F: Documentation/usb/WUSB-Design-overview.txt
2752F: Documentation/usb/wusb-cbaf
2753F: drivers/usb/host/hwa-hc.c
2754F: drivers/usb/host/whci/
2755F: drivers/usb/wusbcore/
2756F: include/linux/usb/wusb*
2757
2758CFAG12864B LCD DRIVER
2759M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2760W: http://miguelojeda.es/auxdisplay.htm
2761W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2762S: Maintained
2763F: drivers/auxdisplay/cfag12864b.c
2764F: include/linux/cfag12864b.h
2765
2766CFAG12864BFB LCD FRAMEBUFFER DRIVER
2767M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2768W: http://miguelojeda.es/auxdisplay.htm
2769W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2770S: Maintained
2771F: drivers/auxdisplay/cfag12864bfb.c
2772F: include/linux/cfag12864b.h
2773
2774CFG80211 and NL80211
2775M: Johannes Berg <johannes@sipsolutions.net>
2776L: linux-wireless@vger.kernel.org
2777W: http://wireless.kernel.org/
2778T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2779T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2780S: Maintained
2781F: include/uapi/linux/nl80211.h
2782F: include/net/cfg80211.h
2783F: net/wireless/*
2784X: net/wireless/wext*
2785
2786CHAR and MISC DRIVERS
2787M: Arnd Bergmann <arnd@arndb.de>
2788M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2789T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2790S: Supported
2791F: drivers/char/*
2792F: drivers/misc/*
2793F: include/linux/miscdevice.h
2794
2795CHECKPATCH
2796M: Andy Whitcroft <apw@canonical.com>
2797M: Joe Perches <joe@perches.com>
2798S: Maintained
2799F: scripts/checkpatch.pl
2800
2801CHINESE DOCUMENTATION
2802M: Harry Wei <harryxiyou@gmail.com>
2803L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2804L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2805S: Maintained
2806F: Documentation/zh_CN/
2807
2808CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2809M: Peter Chen <Peter.Chen@nxp.com>
2810T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2811L: linux-usb@vger.kernel.org
2812S: Maintained
2813F: drivers/usb/chipidea/
2814
2815CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2816M: Hans de Goede <hdegoede@redhat.com>
2817L: linux-input@vger.kernel.org
2818S: Maintained
2819F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2820F: drivers/input/touchscreen/chipone_icn8318.c
2821
2822CHROME HARDWARE PLATFORM SUPPORT
2823M: Olof Johansson <olof@lixom.net>
2824S: Maintained
2825T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2826F: drivers/platform/chrome/
2827
2828CISCO VIC ETHERNET NIC DRIVER
2829M: Christian Benvenuti <benve@cisco.com>
2830M: Sujith Sankar <ssujith@cisco.com>
2831M: Govindarajulu Varadarajan <_govind@gmx.com>
2832M: Neel Patel <neepatel@cisco.com>
2833S: Supported
2834F: drivers/net/ethernet/cisco/enic/
2835
2836CISCO VIC LOW LATENCY NIC DRIVER
2837M: Christian Benvenuti <benve@cisco.com>
2838M: Dave Goodell <dgoodell@cisco.com>
2839S: Supported
2840F: drivers/infiniband/hw/usnic/
2841
2842CIRRUS LOGIC EP93XX ETHERNET DRIVER
2843M: Hartley Sweeten <hsweeten@visionengravers.com>
2844L: netdev@vger.kernel.org
2845S: Maintained
2846F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2847
2848CIRRUS LOGIC AUDIO CODEC DRIVERS
2849M: Brian Austin <brian.austin@cirrus.com>
2850M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2851L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2852S: Maintained
2853F: sound/soc/codecs/cs*
2854
2855CLEANCACHE API
2856M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2857L: linux-kernel@vger.kernel.org
2858S: Maintained
2859F: mm/cleancache.c
2860F: include/linux/cleancache.h
2861
2862CLK API
2863M: Russell King <linux@arm.linux.org.uk>
2864L: linux-clk@vger.kernel.org
2865S: Maintained
2866F: include/linux/clk.h
2867
2868CLOCKSOURCE, CLOCKEVENT DRIVERS
2869M: Daniel Lezcano <daniel.lezcano@linaro.org>
2870M: Thomas Gleixner <tglx@linutronix.de>
2871L: linux-kernel@vger.kernel.org
2872T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2873S: Supported
2874F: drivers/clocksource
2875
2876CISCO FCOE HBA DRIVER
2877M: Hiral Patel <hiralpat@cisco.com>
2878M: Suma Ramars <sramars@cisco.com>
2879M: Brian Uchino <buchino@cisco.com>
2880L: linux-scsi@vger.kernel.org
2881S: Supported
2882F: drivers/scsi/fnic/
2883
2884CISCO SCSI HBA DRIVER
2885M: Narsimhulu Musini <nmusini@cisco.com>
2886M: Sesidhar Baddela <sebaddel@cisco.com>
2887L: linux-scsi@vger.kernel.org
2888S: Supported
2889F: drivers/scsi/snic/
2890
2891CMPC ACPI DRIVER
2892M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2893M: Daniel Oliveira Nascimento <don@syst.com.br>
2894L: platform-driver-x86@vger.kernel.org
2895S: Supported
2896F: drivers/platform/x86/classmate-laptop.c
2897
2898COBALT MEDIA DRIVER
2899M: Hans Verkuil <hans.verkuil@cisco.com>
2900L: linux-media@vger.kernel.org
2901T: git git://linuxtv.org/media_tree.git
2902W: https://linuxtv.org
2903S: Supported
2904F: drivers/media/pci/cobalt/
2905
2906COCCINELLE/Semantic Patches (SmPL)
2907M: Julia Lawall <Julia.Lawall@lip6.fr>
2908M: Gilles Muller <Gilles.Muller@lip6.fr>
2909M: Nicolas Palix <nicolas.palix@imag.fr>
2910M: Michal Marek <mmarek@suse.com>
2911L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2912T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2913W: http://coccinelle.lip6.fr/
2914S: Supported
2915F: Documentation/coccinelle.txt
2916F: scripts/coccinelle/
2917F: scripts/coccicheck
2918
2919CODA FILE SYSTEM
2920M: Jan Harkes <jaharkes@cs.cmu.edu>
2921M: coda@cs.cmu.edu
2922L: codalist@coda.cs.cmu.edu
2923W: http://www.coda.cs.cmu.edu/
2924S: Maintained
2925F: Documentation/filesystems/coda.txt
2926F: fs/coda/
2927F: include/linux/coda*.h
2928F: include/uapi/linux/coda*.h
2929
2930CODA V4L2 MEM2MEM DRIVER
2931M: Philipp Zabel <p.zabel@pengutronix.de>
2932L: linux-media@vger.kernel.org
2933S: Maintained
2934F: Documentation/devicetree/bindings/media/coda.txt
2935F: drivers/media/platform/coda/
2936
2937COMMON CLK FRAMEWORK
2938M: Michael Turquette <mturquette@baylibre.com>
2939M: Stephen Boyd <sboyd@codeaurora.org>
2940L: linux-clk@vger.kernel.org
2941T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2942S: Maintained
2943F: drivers/clk/
2944X: drivers/clk/clkdev.c
2945F: include/linux/clk-pr*
2946F: include/linux/clk/
2947
2948COMMON INTERNET FILE SYSTEM (CIFS)
2949M: Steve French <sfrench@samba.org>
2950L: linux-cifs@vger.kernel.org
2951L: samba-technical@lists.samba.org (moderated for non-subscribers)
2952W: http://linux-cifs.samba.org/
2953T: git git://git.samba.org/sfrench/cifs-2.6.git
2954S: Supported
2955F: Documentation/filesystems/cifs/
2956F: fs/cifs/
2957
2958COMPACTPCI HOTPLUG CORE
2959M: Scott Murray <scott@spiteful.org>
2960L: linux-pci@vger.kernel.org
2961S: Maintained
2962F: drivers/pci/hotplug/cpci_hotplug*
2963
2964COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2965M: Scott Murray <scott@spiteful.org>
2966L: linux-pci@vger.kernel.org
2967S: Maintained
2968F: drivers/pci/hotplug/cpcihp_zt5550.*
2969
2970COMPACTPCI HOTPLUG GENERIC DRIVER
2971M: Scott Murray <scott@spiteful.org>
2972L: linux-pci@vger.kernel.org
2973S: Maintained
2974F: drivers/pci/hotplug/cpcihp_generic.c
2975
2976COMPAL LAPTOP SUPPORT
2977M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2978L: platform-driver-x86@vger.kernel.org
2979S: Maintained
2980F: drivers/platform/x86/compal-laptop.c
2981
2982CONEXANT ACCESSRUNNER USB DRIVER
2983L: accessrunner-general@lists.sourceforge.net
2984W: http://accessrunner.sourceforge.net/
2985S: Orphan
2986F: drivers/usb/atm/cxacru.c
2987
2988CONFIGFS
2989M: Joel Becker <jlbec@evilplan.org>
2990M: Christoph Hellwig <hch@lst.de>
2991T: git git://git.infradead.org/users/hch/configfs.git
2992S: Supported
2993F: fs/configfs/
2994F: include/linux/configfs.h
2995
2996CONNECTOR
2997M: Evgeniy Polyakov <zbr@ioremap.net>
2998L: netdev@vger.kernel.org
2999S: Maintained
3000F: drivers/connector/
3001
3002CONTROL GROUP (CGROUP)
3003M: Tejun Heo <tj@kernel.org>
3004M: Li Zefan <lizefan@huawei.com>
3005M: Johannes Weiner <hannes@cmpxchg.org>
3006L: cgroups@vger.kernel.org
3007T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3008S: Maintained
3009F: Documentation/cgroups/
3010F: include/linux/cgroup*
3011F: kernel/cgroup*
3012
3013CONTROL GROUP - CPUSET
3014M: Li Zefan <lizefan@huawei.com>
3015L: cgroups@vger.kernel.org
3016W: http://www.bullopensource.org/cpuset/
3017W: http://oss.sgi.com/projects/cpusets/
3018T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3019S: Maintained
3020F: Documentation/cgroups/cpusets.txt
3021F: include/linux/cpuset.h
3022F: kernel/cpuset.c
3023
3024CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3025M: Johannes Weiner <hannes@cmpxchg.org>
3026M: Michal Hocko <mhocko@kernel.org>
3027M: Vladimir Davydov <vdavydov@virtuozzo.com>
3028L: cgroups@vger.kernel.org
3029L: linux-mm@kvack.org
3030S: Maintained
3031F: mm/memcontrol.c
3032F: mm/swap_cgroup.c
3033
3034CORETEMP HARDWARE MONITORING DRIVER
3035M: Fenghua Yu <fenghua.yu@intel.com>
3036L: lm-sensors@lm-sensors.org
3037S: Maintained
3038F: Documentation/hwmon/coretemp
3039F: drivers/hwmon/coretemp.c
3040
3041COSA/SRP SYNC SERIAL DRIVER
3042M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3043W: http://www.fi.muni.cz/~kas/cosa/
3044S: Maintained
3045F: drivers/net/wan/cosa*
3046
3047CPMAC ETHERNET DRIVER
3048M: Florian Fainelli <florian@openwrt.org>
3049L: netdev@vger.kernel.org
3050S: Maintained
3051F: drivers/net/ethernet/ti/cpmac.c
3052
3053CPU FREQUENCY DRIVERS
3054M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3055M: Viresh Kumar <viresh.kumar@linaro.org>
3056L: linux-pm@vger.kernel.org
3057S: Maintained
3058T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3059T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3060F: drivers/cpufreq/
3061F: include/linux/cpufreq.h
3062
3063CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3064M: Viresh Kumar <viresh.kumar@linaro.org>
3065M: Sudeep Holla <sudeep.holla@arm.com>
3066L: linux-pm@vger.kernel.org
3067W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3068S: Maintained
3069F: drivers/cpufreq/arm_big_little.h
3070F: drivers/cpufreq/arm_big_little.c
3071F: drivers/cpufreq/arm_big_little_dt.c
3072
3073CPUIDLE DRIVER - ARM BIG LITTLE
3074M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3075M: Daniel Lezcano <daniel.lezcano@linaro.org>
3076L: linux-pm@vger.kernel.org
3077L: linux-arm-kernel@lists.infradead.org
3078T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3079S: Maintained
3080F: drivers/cpuidle/cpuidle-big_little.c
3081
3082CPUIDLE DRIVER - ARM EXYNOS
3083M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3084M: Daniel Lezcano <daniel.lezcano@linaro.org>
3085M: Kukjin Kim <kgene@kernel.org>
3086L: linux-pm@vger.kernel.org
3087L: linux-samsung-soc@vger.kernel.org
3088S: Supported
3089F: drivers/cpuidle/cpuidle-exynos.c
3090F: arch/arm/mach-exynos/pm.c
3091
3092CPUIDLE DRIVERS
3093M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3094M: Daniel Lezcano <daniel.lezcano@linaro.org>
3095L: linux-pm@vger.kernel.org
3096S: Maintained
3097T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3098F: drivers/cpuidle/*
3099F: include/linux/cpuidle.h
3100
3101CPUID/MSR DRIVER
3102M: "H. Peter Anvin" <hpa@zytor.com>
3103S: Maintained
3104F: arch/x86/kernel/cpuid.c
3105F: arch/x86/kernel/msr.c
3106
3107CPU POWER MONITORING SUBSYSTEM
3108M: Thomas Renninger <trenn@suse.com>
3109L: linux-pm@vger.kernel.org
3110S: Maintained
3111F: tools/power/cpupower/
3112
3113CRAMFS FILESYSTEM
3114W: http://sourceforge.net/projects/cramfs/
3115S: Orphan / Obsolete
3116F: Documentation/filesystems/cramfs.txt
3117F: fs/cramfs/
3118
3119CRIS PORT
3120M: Mikael Starvik <starvik@axis.com>
3121M: Jesper Nilsson <jesper.nilsson@axis.com>
3122L: linux-cris-kernel@axis.com
3123W: http://developer.axis.com
3124T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3125S: Maintained
3126F: arch/cris/
3127F: drivers/tty/serial/crisv10.*
3128
3129CRYPTO API
3130M: Herbert Xu <herbert@gondor.apana.org.au>
3131M: "David S. Miller" <davem@davemloft.net>
3132L: linux-crypto@vger.kernel.org
3133T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3134T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3135S: Maintained
3136F: Documentation/crypto/
3137F: Documentation/DocBook/crypto-API.tmpl
3138F: arch/*/crypto/
3139F: crypto/
3140F: drivers/crypto/
3141F: include/crypto/
3142
3143CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3144M: Neil Horman <nhorman@tuxdriver.com>
3145L: linux-crypto@vger.kernel.org
3146S: Maintained
3147F: crypto/ansi_cprng.c
3148F: crypto/rng.c
3149
3150CS3308 MEDIA DRIVER
3151M: Hans Verkuil <hverkuil@xs4all.nl>
3152L: linux-media@vger.kernel.org
3153T: git git://linuxtv.org/media_tree.git
3154W: http://linuxtv.org
3155S: Odd Fixes
3156F: drivers/media/i2c/cs3308.c
3157F: drivers/media/i2c/cs3308.h
3158
3159CS5535 Audio ALSA driver
3160M: Jaya Kumar <jayakumar.alsa@gmail.com>
3161S: Maintained
3162F: sound/pci/cs5535audio/
3163
3164CW1200 WLAN driver
3165M: Solomon Peachy <pizza@shaftnet.org>
3166S: Maintained
3167F: drivers/net/wireless/st/cw1200/
3168
3169CX18 VIDEO4LINUX DRIVER
3170M: Andy Walls <awalls@md.metrocast.net>
3171L: ivtv-devel@ivtvdriver.org (subscribers-only)
3172L: linux-media@vger.kernel.org
3173T: git git://linuxtv.org/media_tree.git
3174W: https://linuxtv.org
3175W: http://www.ivtvdriver.org/index.php/Cx18
3176S: Maintained
3177F: Documentation/video4linux/cx18.txt
3178F: drivers/media/pci/cx18/
3179F: include/uapi/linux/ivtv*
3180
3181CX2341X MPEG ENCODER HELPER MODULE
3182M: Hans Verkuil <hverkuil@xs4all.nl>
3183L: linux-media@vger.kernel.org
3184T: git git://linuxtv.org/media_tree.git
3185W: https://linuxtv.org
3186S: Maintained
3187F: drivers/media/common/cx2341x*
3188F: include/media/cx2341x*
3189
3190CX24120 MEDIA DRIVER
3191M: Jemma Denson <jdenson@gmail.com>
3192M: Patrick Boettcher <patrick.boettcher@posteo.de>
3193L: linux-media@vger.kernel.org
3194W: https://linuxtv.org
3195Q: http://patchwork.linuxtv.org/project/linux-media/list/
3196S: Maintained
3197F: drivers/media/dvb-frontends/cx24120*
3198
3199CX88 VIDEO4LINUX DRIVER
3200M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3201L: linux-media@vger.kernel.org
3202W: https://linuxtv.org
3203T: git git://linuxtv.org/media_tree.git
3204S: Odd fixes
3205F: Documentation/video4linux/cx88/
3206F: drivers/media/pci/cx88/
3207
3208CXD2820R MEDIA DRIVER
3209M: Antti Palosaari <crope@iki.fi>
3210L: linux-media@vger.kernel.org
3211W: https://linuxtv.org
3212W: http://palosaari.fi/linux/
3213Q: http://patchwork.linuxtv.org/project/linux-media/list/
3214T: git git://linuxtv.org/anttip/media_tree.git
3215S: Maintained
3216F: drivers/media/dvb-frontends/cxd2820r*
3217
3218CXGB3 ETHERNET DRIVER (CXGB3)
3219M: Santosh Raspatur <santosh@chelsio.com>
3220L: netdev@vger.kernel.org
3221W: http://www.chelsio.com
3222S: Supported
3223F: drivers/net/ethernet/chelsio/cxgb3/
3224
3225CXGB3 ISCSI DRIVER (CXGB3I)
3226M: Karen Xie <kxie@chelsio.com>
3227L: linux-scsi@vger.kernel.org
3228W: http://www.chelsio.com
3229S: Supported
3230F: drivers/scsi/cxgbi/cxgb3i
3231
3232CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3233M: Steve Wise <swise@chelsio.com>
3234L: linux-rdma@vger.kernel.org
3235W: http://www.openfabrics.org
3236S: Supported
3237F: drivers/infiniband/hw/cxgb3/
3238
3239CXGB4 ETHERNET DRIVER (CXGB4)
3240M: Hariprasad S <hariprasad@chelsio.com>
3241L: netdev@vger.kernel.org
3242W: http://www.chelsio.com
3243S: Supported
3244F: drivers/net/ethernet/chelsio/cxgb4/
3245
3246CXGB4 ISCSI DRIVER (CXGB4I)
3247M: Karen Xie <kxie@chelsio.com>
3248L: linux-scsi@vger.kernel.org
3249W: http://www.chelsio.com
3250S: Supported
3251F: drivers/scsi/cxgbi/cxgb4i
3252
3253CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3254M: Steve Wise <swise@chelsio.com>
3255L: linux-rdma@vger.kernel.org
3256W: http://www.openfabrics.org
3257S: Supported
3258F: drivers/infiniband/hw/cxgb4/
3259
3260CXGB4VF ETHERNET DRIVER (CXGB4VF)
3261M: Casey Leedom <leedom@chelsio.com>
3262L: netdev@vger.kernel.org
3263W: http://www.chelsio.com
3264S: Supported
3265F: drivers/net/ethernet/chelsio/cxgb4vf/
3266
3267CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3268M: Ian Munsie <imunsie@au1.ibm.com>
3269M: Michael Neuling <mikey@neuling.org>
3270L: linuxppc-dev@lists.ozlabs.org
3271S: Supported
3272F: drivers/misc/cxl/
3273F: include/misc/cxl*
3274F: include/uapi/misc/cxl.h
3275F: Documentation/powerpc/cxl.txt
3276F: Documentation/powerpc/cxl.txt
3277F: Documentation/ABI/testing/sysfs-class-cxl
3278
3279CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3280M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3281M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3282L: linux-scsi@vger.kernel.org
3283S: Supported
3284F: drivers/scsi/cxlflash/
3285F: include/uapi/scsi/cxlflash_ioctls.h
3286F: Documentation/powerpc/cxlflash.txt
3287
3288STMMAC ETHERNET DRIVER
3289M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3290L: netdev@vger.kernel.org
3291W: http://www.stlinux.com
3292S: Supported
3293F: drivers/net/ethernet/stmicro/stmmac/
3294
3295CYBERPRO FB DRIVER
3296M: Russell King <linux@arm.linux.org.uk>
3297L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3298W: http://www.arm.linux.org.uk/
3299S: Maintained
3300F: drivers/video/fbdev/cyber2000fb.*
3301
3302CYCLADES ASYNC MUX DRIVER
3303W: http://www.cyclades.com/
3304S: Orphan
3305F: drivers/tty/cyclades.c
3306F: include/linux/cyclades.h
3307F: include/uapi/linux/cyclades.h
3308
3309CYCLADES PC300 DRIVER
3310W: http://www.cyclades.com/
3311S: Orphan
3312F: drivers/net/wan/pc300*
3313
3314CYPRESS_FIRMWARE MEDIA DRIVER
3315M: Antti Palosaari <crope@iki.fi>
3316L: linux-media@vger.kernel.org
3317W: https://linuxtv.org
3318W: http://palosaari.fi/linux/
3319Q: http://patchwork.linuxtv.org/project/linux-media/list/
3320T: git git://linuxtv.org/anttip/media_tree.git
3321S: Maintained
3322F: drivers/media/common/cypress_firmware*
3323
3324CYTTSP TOUCHSCREEN DRIVER
3325M: Ferruh Yigit <fery@cypress.com>
3326L: linux-input@vger.kernel.org
3327S: Supported
3328F: drivers/input/touchscreen/cyttsp*
3329F: include/linux/input/cyttsp.h
3330
3331DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3332M: Joshua Kinard <kumba@gentoo.org>
3333S: Maintained
3334F: drivers/rtc/rtc-ds1685.c
3335F: include/linux/rtc/ds1685.h
3336
3337DAMA SLAVE for AX.25
3338M: Joerg Reuter <jreuter@yaina.de>
3339W: http://yaina.de/jreuter/
3340W: http://www.qsl.net/dl1bke/
3341L: linux-hams@vger.kernel.org
3342S: Maintained
3343F: net/ax25/af_ax25.c
3344F: net/ax25/ax25_dev.c
3345F: net/ax25/ax25_ds_*
3346F: net/ax25/ax25_in.c
3347F: net/ax25/ax25_out.c
3348F: net/ax25/ax25_timer.c
3349F: net/ax25/sysctl_net_ax25.c
3350
3351DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3352L: netdev@vger.kernel.org
3353S: Orphan
3354F: Documentation/networking/dmfe.txt
3355F: drivers/net/ethernet/dec/tulip/dmfe.c
3356
3357DC390/AM53C974 SCSI driver
3358M: Hannes Reinecke <hare@suse.com>
3359L: linux-scsi@vger.kernel.org
3360S: Maintained
3361F: drivers/scsi/am53c974.c
3362
3363DC395x SCSI driver
3364M: Oliver Neukum <oliver@neukum.org>
3365M: Ali Akcaagac <aliakc@web.de>
3366M: Jamie Lenehan <lenehan@twibble.org>
3367L: dc395x@twibble.org
3368W: http://twibble.org/dist/dc395x/
3369W: http://lists.twibble.org/mailman/listinfo/dc395x/
3370S: Maintained
3371F: Documentation/scsi/dc395x.txt
3372F: drivers/scsi/dc395x.*
3373
3374DCCP PROTOCOL
3375M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3376L: dccp@vger.kernel.org
3377W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3378S: Maintained
3379F: include/linux/dccp.h
3380F: include/uapi/linux/dccp.h
3381F: include/linux/tfrc.h
3382F: net/dccp/
3383
3384DECnet NETWORK LAYER
3385W: http://linux-decnet.sourceforge.net
3386L: linux-decnet-user@lists.sourceforge.net
3387S: Orphan
3388F: Documentation/networking/decnet.txt
3389F: net/decnet/
3390
3391DECSTATION PLATFORM SUPPORT
3392M: "Maciej W. Rozycki" <macro@linux-mips.org>
3393L: linux-mips@linux-mips.org
3394W: http://www.linux-mips.org/wiki/DECstation
3395S: Maintained
3396F: arch/mips/dec/
3397F: arch/mips/include/asm/dec/
3398F: arch/mips/include/asm/mach-dec/
3399
3400DEFXX FDDI NETWORK DRIVER
3401M: "Maciej W. Rozycki" <macro@linux-mips.org>
3402S: Maintained
3403F: drivers/net/fddi/defxx.*
3404
3405DELL LAPTOP DRIVER
3406M: Matthew Garrett <mjg59@srcf.ucam.org>
3407M: Pali Rohár <pali.rohar@gmail.com>
3408L: platform-driver-x86@vger.kernel.org
3409S: Maintained
3410F: drivers/platform/x86/dell-laptop.c
3411
3412DELL LAPTOP RBTN DRIVER
3413M: Pali Rohár <pali.rohar@gmail.com>
3414S: Maintained
3415F: drivers/platform/x86/dell-rbtn.*
3416
3417DELL LAPTOP FREEFALL DRIVER
3418M: Pali Rohár <pali.rohar@gmail.com>
3419S: Maintained
3420F: drivers/platform/x86/dell-smo8800.c
3421
3422DELL LAPTOP SMM DRIVER
3423M: Pali Rohár <pali.rohar@gmail.com>
3424S: Maintained
3425F: drivers/hwmon/dell-smm-hwmon.c
3426F: include/uapi/linux/i8k.h
3427
3428DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3429M: Doug Warzecha <Douglas_Warzecha@dell.com>
3430S: Maintained
3431F: Documentation/dcdbas.txt
3432F: drivers/firmware/dcdbas.*
3433
3434DELL WMI EXTRAS DRIVER
3435M: Matthew Garrett <mjg59@srcf.ucam.org>
3436M: Pali Rohár <pali.rohar@gmail.com>
3437S: Maintained
3438F: drivers/platform/x86/dell-wmi.c
3439
3440DESIGNWARE USB2 DRD IP DRIVER
3441M: John Youn <johnyoun@synopsys.com>
3442L: linux-usb@vger.kernel.org
3443T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3444S: Maintained
3445F: drivers/usb/dwc2/
3446
3447DESIGNWARE USB3 DRD IP DRIVER
3448M: Felipe Balbi <balbi@ti.com>
3449L: linux-usb@vger.kernel.org
3450L: linux-omap@vger.kernel.org
3451T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3452S: Maintained
3453F: drivers/usb/dwc3/
3454
3455DEVICE COREDUMP (DEV_COREDUMP)
3456M: Johannes Berg <johannes@sipsolutions.net>
3457L: linux-kernel@vger.kernel.org
3458S: Maintained
3459F: drivers/base/devcoredump.c
3460F: include/linux/devcoredump.h
3461
3462DEVICE FREQUENCY (DEVFREQ)
3463M: MyungJoo Ham <myungjoo.ham@samsung.com>
3464M: Kyungmin Park <kyungmin.park@samsung.com>
3465L: linux-pm@vger.kernel.org
3466T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3467S: Maintained
3468F: drivers/devfreq/
3469F: include/linux/devfreq.h
3470F: Documentation/devicetree/bindings/devfreq/
3471
3472DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3473M: Chanwoo Choi <cw00.choi@samsung.com>
3474L: linux-pm@vger.kernel.org
3475T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3476S: Supported
3477F: drivers/devfreq/event/
3478F: drivers/devfreq/devfreq-event.c
3479F: include/linux/devfreq-event.h
3480F: Documentation/devicetree/bindings/devfreq/event/
3481
3482DEVICE NUMBER REGISTRY
3483M: Torben Mathiasen <device@lanana.org>
3484W: http://lanana.org/docs/device-list/index.html
3485S: Maintained
3486
3487DEVICE-MAPPER (LVM)
3488M: Alasdair Kergon <agk@redhat.com>
3489M: Mike Snitzer <snitzer@redhat.com>
3490M: dm-devel@redhat.com
3491L: dm-devel@redhat.com
3492W: http://sources.redhat.com/dm
3493Q: http://patchwork.kernel.org/project/dm-devel/list/
3494T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3495T: quilt http://people.redhat.com/agk/patches/linux/editing/
3496S: Maintained
3497F: Documentation/device-mapper/
3498F: drivers/md/dm*
3499F: drivers/md/persistent-data/
3500F: include/linux/device-mapper.h
3501F: include/linux/dm-*.h
3502F: include/uapi/linux/dm-*.h
3503
3504DIALOG SEMICONDUCTOR DRIVERS
3505M: Support Opensource <support.opensource@diasemi.com>
3506W: http://www.dialog-semiconductor.com/products
3507S: Supported
3508F: Documentation/hwmon/da90??
3509F: Documentation/devicetree/bindings/sound/da[79]*.txt
3510F: drivers/gpio/gpio-da90??.c
3511F: drivers/hwmon/da90??-hwmon.c
3512F: drivers/iio/adc/da91??-*.c
3513F: drivers/input/misc/da90??_onkey.c
3514F: drivers/input/touchscreen/da9052_tsi.c
3515F: drivers/leds/leds-da90??.c
3516F: drivers/mfd/da903x.c
3517F: drivers/mfd/da90??-*.c
3518F: drivers/mfd/da91??-*.c
3519F: drivers/power/da9052-battery.c
3520F: drivers/power/da91??-*.c
3521F: drivers/regulator/da903x.c
3522F: drivers/regulator/da9???-regulator.[ch]
3523F: drivers/rtc/rtc-da90??.c
3524F: drivers/video/backlight/da90??_bl.c
3525F: drivers/watchdog/da90??_wdt.c
3526F: include/linux/mfd/da903x.h
3527F: include/linux/mfd/da9052/
3528F: include/linux/mfd/da9055/
3529F: include/linux/mfd/da9063/
3530F: include/linux/mfd/da9150/
3531F: include/sound/da[79]*.h
3532F: sound/soc/codecs/da[79]*.[ch]
3533
3534DIGI NEO AND CLASSIC PCI PRODUCTS
3535M: Lidza Louina <lidza.louina@gmail.com>
3536M: Mark Hounschell <markh@compro.net>
3537L: driverdev-devel@linuxdriverproject.org
3538S: Maintained
3539F: drivers/staging/dgnc/
3540
3541DIGI EPCA PCI PRODUCTS
3542M: Lidza Louina <lidza.louina@gmail.com>
3543M: Daeseok Youn <daeseok.youn@gmail.com>
3544L: driverdev-devel@linuxdriverproject.org
3545S: Maintained
3546F: drivers/staging/dgap/
3547
3548DIOLAN U2C-12 I2C DRIVER
3549M: Guenter Roeck <linux@roeck-us.net>
3550L: linux-i2c@vger.kernel.org
3551S: Maintained
3552F: drivers/i2c/busses/i2c-diolan-u2c.c
3553
3554DIRECT ACCESS (DAX)
3555M: Matthew Wilcox <willy@linux.intel.com>
3556L: linux-fsdevel@vger.kernel.org
3557S: Supported
3558F: fs/dax.c
3559
3560DIRECTORY NOTIFICATION (DNOTIFY)
3561M: Eric Paris <eparis@parisplace.org>
3562S: Maintained
3563F: Documentation/filesystems/dnotify.txt
3564F: fs/notify/dnotify/
3565F: include/linux/dnotify.h
3566
3567DISK GEOMETRY AND PARTITION HANDLING
3568M: Andries Brouwer <aeb@cwi.nl>
3569W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3570W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3571W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3572S: Maintained
3573
3574DISKQUOTA
3575M: Jan Kara <jack@suse.com>
3576S: Maintained
3577F: Documentation/filesystems/quota.txt
3578F: fs/quota/
3579F: include/linux/quota*.h
3580F: include/uapi/linux/quota*.h
3581
3582DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3583M: Bernie Thompson <bernie@plugable.com>
3584L: linux-fbdev@vger.kernel.org
3585S: Maintained
3586W: http://plugable.com/category/projects/udlfb/
3587F: drivers/video/fbdev/udlfb.c
3588F: include/video/udlfb.h
3589F: Documentation/fb/udlfb.txt
3590
3591DISTRIBUTED LOCK MANAGER (DLM)
3592M: Christine Caulfield <ccaulfie@redhat.com>
3593M: David Teigland <teigland@redhat.com>
3594L: cluster-devel@redhat.com
3595W: http://sources.redhat.com/cluster/
3596T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3597S: Supported
3598F: fs/dlm/
3599
3600DMA BUFFER SHARING FRAMEWORK
3601M: Sumit Semwal <sumit.semwal@linaro.org>
3602S: Maintained
3603L: linux-media@vger.kernel.org
3604L: dri-devel@lists.freedesktop.org
3605L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3606F: drivers/dma-buf/
3607F: include/linux/dma-buf*
3608F: include/linux/reservation.h
3609F: include/linux/*fence.h
3610F: Documentation/dma-buf-sharing.txt
3611T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3612
3613DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3614M: Vinod Koul <vinod.koul@intel.com>
3615L: dmaengine@vger.kernel.org
3616Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3617S: Maintained
3618F: drivers/dma/
3619F: include/linux/dmaengine.h
3620F: Documentation/dmaengine/
3621T: git git://git.infradead.org/users/vkoul/slave-dma.git
3622
3623DME1737 HARDWARE MONITOR DRIVER
3624M: Juerg Haefliger <juergh@gmail.com>
3625L: lm-sensors@lm-sensors.org
3626S: Maintained
3627F: Documentation/hwmon/dme1737
3628F: drivers/hwmon/dme1737.c
3629
3630DMI/SMBIOS SUPPORT
3631M: Jean Delvare <jdelvare@suse.com>
3632S: Maintained
3633T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3634F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3635F: drivers/firmware/dmi-id.c
3636F: drivers/firmware/dmi_scan.c
3637F: include/linux/dmi.h
3638
3639DOCUMENTATION
3640M: Jonathan Corbet <corbet@lwn.net>
3641L: linux-doc@vger.kernel.org
3642S: Maintained
3643F: Documentation/
3644F: scripts/docproc.c
3645F: scripts/kernel-doc*
3646X: Documentation/ABI/
3647X: Documentation/devicetree/
3648X: Documentation/acpi
3649X: Documentation/power
3650X: Documentation/spi
3651X: Documentation/DocBook/media
3652T: git git://git.lwn.net/linux.git docs-next
3653
3654DOUBLETALK DRIVER
3655M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3656L: blinux-list@redhat.com
3657S: Maintained
3658F: drivers/char/dtlk.c
3659F: include/linux/dtlk.h
3660
3661DPT_I2O SCSI RAID DRIVER
3662M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3663L: linux-scsi@vger.kernel.org
3664W: http://www.adaptec.com/
3665S: Maintained
3666F: drivers/scsi/dpt*
3667F: drivers/scsi/dpt/
3668
3669DRBD DRIVER
3670M: Philipp Reisner <philipp.reisner@linbit.com>
3671M: Lars Ellenberg <lars.ellenberg@linbit.com>
3672L: drbd-dev@lists.linbit.com
3673W: http://www.drbd.org
3674T: git git://git.linbit.com/linux-drbd.git
3675T: git git://git.linbit.com/drbd-8.4.git
3676S: Supported
3677F: drivers/block/drbd/
3678F: lib/lru_cache.c
3679F: Documentation/blockdev/drbd/
3680
3681DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3682M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3683T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3684S: Supported
3685F: Documentation/kobject.txt
3686F: drivers/base/
3687F: fs/debugfs/
3688F: fs/kernfs/
3689F: fs/sysfs/
3690F: include/linux/debugfs.h
3691F: include/linux/kobj*
3692F: lib/kobj*
3693
3694DRM DRIVERS
3695M: David Airlie <airlied@linux.ie>
3696L: dri-devel@lists.freedesktop.org
3697T: git git://people.freedesktop.org/~airlied/linux
3698S: Maintained
3699F: drivers/gpu/drm/
3700F: drivers/gpu/vga/
3701F: include/drm/
3702F: include/uapi/drm/
3703
3704RADEON DRM DRIVERS
3705M: Alex Deucher <alexander.deucher@amd.com>
3706M: Christian König <christian.koenig@amd.com>
3707L: dri-devel@lists.freedesktop.org
3708T: git git://people.freedesktop.org/~agd5f/linux
3709S: Supported
3710F: drivers/gpu/drm/radeon/
3711F: include/uapi/drm/radeon*
3712
3713DRM PANEL DRIVERS
3714M: Thierry Reding <thierry.reding@gmail.com>
3715L: dri-devel@lists.freedesktop.org
3716T: git git://anongit.freedesktop.org/tegra/linux.git
3717S: Maintained
3718F: drivers/gpu/drm/drm_panel.c
3719F: drivers/gpu/drm/panel/
3720F: include/drm/drm_panel.h
3721F: Documentation/devicetree/bindings/display/panel/
3722
3723INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3724M: Daniel Vetter <daniel.vetter@intel.com>
3725M: Jani Nikula <jani.nikula@linux.intel.com>
3726L: intel-gfx@lists.freedesktop.org
3727L: dri-devel@lists.freedesktop.org
3728W: https://01.org/linuxgraphics/
3729Q: http://patchwork.freedesktop.org/project/intel-gfx/
3730T: git git://anongit.freedesktop.org/drm-intel
3731S: Supported
3732F: drivers/gpu/drm/i915/
3733F: include/drm/i915*
3734F: include/uapi/drm/i915*
3735
3736DRM DRIVERS FOR ATMEL HLCDC
3737M: Boris Brezillon <boris.brezillon@free-electrons.com>
3738L: dri-devel@lists.freedesktop.org
3739S: Supported
3740F: drivers/gpu/drm/atmel-hlcdc/
3741F: Documentation/devicetree/bindings/drm/atmel/
3742
3743DRM DRIVERS FOR EXYNOS
3744M: Inki Dae <inki.dae@samsung.com>
3745M: Joonyoung Shim <jy0922.shim@samsung.com>
3746M: Seung-Woo Kim <sw0312.kim@samsung.com>
3747M: Kyungmin Park <kyungmin.park@samsung.com>
3748L: dri-devel@lists.freedesktop.org
3749T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3750S: Supported
3751F: drivers/gpu/drm/exynos/
3752F: include/drm/exynos*
3753F: include/uapi/drm/exynos*
3754
3755DRM DRIVERS FOR FREESCALE DCU
3756M: Jianwei Wang <jianwei.wang.chn@gmail.com>
3757M: Alison Wang <alison.wang@freescale.com>
3758L: dri-devel@lists.freedesktop.org
3759S: Supported
3760F: drivers/gpu/drm/fsl-dcu/
3761F: Documentation/devicetree/bindings/display/fsl,dcu.txt
3762F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3763
3764DRM DRIVERS FOR FREESCALE IMX
3765M: Philipp Zabel <p.zabel@pengutronix.de>
3766L: dri-devel@lists.freedesktop.org
3767S: Maintained
3768F: drivers/gpu/drm/imx/
3769F: drivers/gpu/ipu-v3/
3770F: Documentation/devicetree/bindings/display/imx/
3771
3772DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3773M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3774L: dri-devel@lists.freedesktop.org
3775T: git git://github.com/patjak/drm-gma500
3776S: Maintained
3777F: drivers/gpu/drm/gma500
3778F: include/drm/gma500*
3779
3780DRM DRIVERS FOR NVIDIA TEGRA
3781M: Thierry Reding <thierry.reding@gmail.com>
3782M: Terje Bergström <tbergstrom@nvidia.com>
3783L: dri-devel@lists.freedesktop.org
3784L: linux-tegra@vger.kernel.org
3785T: git git://anongit.freedesktop.org/tegra/linux.git
3786S: Supported
3787F: drivers/gpu/drm/tegra/
3788F: drivers/gpu/host1x/
3789F: include/linux/host1x.h
3790F: include/uapi/drm/tegra_drm.h
3791F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3792
3793DRM DRIVERS FOR RENESAS
3794M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3795L: dri-devel@lists.freedesktop.org
3796L: linux-renesas-soc@vger.kernel.org
3797T: git git://people.freedesktop.org/~airlied/linux
3798S: Supported
3799F: drivers/gpu/drm/rcar-du/
3800F: drivers/gpu/drm/shmobile/
3801F: include/linux/platform_data/shmob_drm.h
3802
3803DRM DRIVERS FOR ROCKCHIP
3804M: Mark Yao <mark.yao@rock-chips.com>
3805L: dri-devel@lists.freedesktop.org
3806S: Maintained
3807F: drivers/gpu/drm/rockchip/
3808F: Documentation/devicetree/bindings/display/rockchip*
3809
3810DRM DRIVERS FOR STI
3811M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3812M: Vincent Abriou <vincent.abriou@st.com>
3813L: dri-devel@lists.freedesktop.org
3814T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3815S: Maintained
3816F: drivers/gpu/drm/sti
3817F: Documentation/devicetree/bindings/display/st,stih4xx.txt
3818
3819DRM DRIVERS FOR VIVANTE GPU IP
3820M: Lucas Stach <l.stach@pengutronix.de>
3821R: Russell King <linux+etnaviv@arm.linux.org.uk>
3822R: Christian Gmeiner <christian.gmeiner@gmail.com>
3823L: dri-devel@lists.freedesktop.org
3824S: Maintained
3825F: drivers/gpu/drm/etnaviv
3826F: Documentation/devicetree/bindings/display/etnaviv
3827
3828DSBR100 USB FM RADIO DRIVER
3829M: Alexey Klimov <klimov.linux@gmail.com>
3830L: linux-media@vger.kernel.org
3831T: git git://linuxtv.org/media_tree.git
3832S: Maintained
3833F: drivers/media/radio/dsbr100.c
3834
3835DSCC4 DRIVER
3836M: Francois Romieu <romieu@fr.zoreil.com>
3837L: netdev@vger.kernel.org
3838S: Maintained
3839F: drivers/net/wan/dscc4.c
3840
3841DT3155 MEDIA DRIVER
3842M: Hans Verkuil <hverkuil@xs4all.nl>
3843L: linux-media@vger.kernel.org
3844T: git git://linuxtv.org/media_tree.git
3845W: https://linuxtv.org
3846S: Odd Fixes
3847F: drivers/media/pci/dt3155/
3848
3849DVB_USB_AF9015 MEDIA DRIVER
3850M: Antti Palosaari <crope@iki.fi>
3851L: linux-media@vger.kernel.org
3852W: https://linuxtv.org
3853W: http://palosaari.fi/linux/
3854Q: http://patchwork.linuxtv.org/project/linux-media/list/
3855T: git git://linuxtv.org/anttip/media_tree.git
3856S: Maintained
3857F: drivers/media/usb/dvb-usb-v2/af9015*
3858
3859DVB_USB_AF9035 MEDIA DRIVER
3860M: Antti Palosaari <crope@iki.fi>
3861L: linux-media@vger.kernel.org
3862W: https://linuxtv.org
3863W: http://palosaari.fi/linux/
3864Q: http://patchwork.linuxtv.org/project/linux-media/list/
3865T: git git://linuxtv.org/anttip/media_tree.git
3866S: Maintained
3867F: drivers/media/usb/dvb-usb-v2/af9035*
3868
3869DVB_USB_ANYSEE MEDIA DRIVER
3870M: Antti Palosaari <crope@iki.fi>
3871L: linux-media@vger.kernel.org
3872W: https://linuxtv.org
3873W: http://palosaari.fi/linux/
3874Q: http://patchwork.linuxtv.org/project/linux-media/list/
3875T: git git://linuxtv.org/anttip/media_tree.git
3876S: Maintained
3877F: drivers/media/usb/dvb-usb-v2/anysee*
3878
3879DVB_USB_AU6610 MEDIA DRIVER
3880M: Antti Palosaari <crope@iki.fi>
3881L: linux-media@vger.kernel.org
3882W: https://linuxtv.org
3883W: http://palosaari.fi/linux/
3884Q: http://patchwork.linuxtv.org/project/linux-media/list/
3885T: git git://linuxtv.org/anttip/media_tree.git
3886S: Maintained
3887F: drivers/media/usb/dvb-usb-v2/au6610*
3888
3889DVB_USB_CE6230 MEDIA DRIVER
3890M: Antti Palosaari <crope@iki.fi>
3891L: linux-media@vger.kernel.org
3892W: https://linuxtv.org
3893W: http://palosaari.fi/linux/
3894Q: http://patchwork.linuxtv.org/project/linux-media/list/
3895T: git git://linuxtv.org/anttip/media_tree.git
3896S: Maintained
3897F: drivers/media/usb/dvb-usb-v2/ce6230*
3898
3899DVB_USB_CXUSB MEDIA DRIVER
3900M: Michael Krufky <mkrufky@linuxtv.org>
3901L: linux-media@vger.kernel.org
3902W: https://linuxtv.org
3903W: http://github.com/mkrufky
3904Q: http://patchwork.linuxtv.org/project/linux-media/list/
3905T: git git://linuxtv.org/media_tree.git
3906S: Maintained
3907F: drivers/media/usb/dvb-usb/cxusb*
3908
3909DVB_USB_EC168 MEDIA DRIVER
3910M: Antti Palosaari <crope@iki.fi>
3911L: linux-media@vger.kernel.org
3912W: https://linuxtv.org
3913W: http://palosaari.fi/linux/
3914Q: http://patchwork.linuxtv.org/project/linux-media/list/
3915T: git git://linuxtv.org/anttip/media_tree.git
3916S: Maintained
3917F: drivers/media/usb/dvb-usb-v2/ec168*
3918
3919DVB_USB_GL861 MEDIA DRIVER
3920M: Antti Palosaari <crope@iki.fi>
3921L: linux-media@vger.kernel.org
3922W: https://linuxtv.org
3923Q: http://patchwork.linuxtv.org/project/linux-media/list/
3924T: git git://linuxtv.org/anttip/media_tree.git
3925S: Maintained
3926F: drivers/media/usb/dvb-usb-v2/gl861*
3927
3928DVB_USB_MXL111SF MEDIA DRIVER
3929M: Michael Krufky <mkrufky@linuxtv.org>
3930L: linux-media@vger.kernel.org
3931W: https://linuxtv.org
3932W: http://github.com/mkrufky
3933Q: http://patchwork.linuxtv.org/project/linux-media/list/
3934T: git git://linuxtv.org/mkrufky/mxl111sf.git
3935S: Maintained
3936F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3937
3938DVB_USB_RTL28XXU MEDIA DRIVER
3939M: Antti Palosaari <crope@iki.fi>
3940L: linux-media@vger.kernel.org
3941W: https://linuxtv.org
3942W: http://palosaari.fi/linux/
3943Q: http://patchwork.linuxtv.org/project/linux-media/list/
3944T: git git://linuxtv.org/anttip/media_tree.git
3945S: Maintained
3946F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3947
3948DVB_USB_V2 MEDIA DRIVER
3949M: Antti Palosaari <crope@iki.fi>
3950L: linux-media@vger.kernel.org
3951W: https://linuxtv.org
3952W: http://palosaari.fi/linux/
3953Q: http://patchwork.linuxtv.org/project/linux-media/list/
3954T: git git://linuxtv.org/anttip/media_tree.git
3955S: Maintained
3956F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3957F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3958
3959DYNAMIC DEBUG
3960M: Jason Baron <jbaron@akamai.com>
3961S: Maintained
3962F: lib/dynamic_debug.c
3963F: include/linux/dynamic_debug.h
3964
3965DZ DECSTATION DZ11 SERIAL DRIVER
3966M: "Maciej W. Rozycki" <macro@linux-mips.org>
3967S: Maintained
3968F: drivers/tty/serial/dz.*
3969
3970E3X0 POWER BUTTON DRIVER
3971M: Moritz Fischer <moritz.fischer@ettus.com>
3972L: usrp-users@lists.ettus.com
3973W: http://www.ettus.com
3974S: Supported
3975F: drivers/input/misc/e3x0-button.c
3976F: Documentation/devicetree/bindings/input/e3x0-button.txt
3977
3978E4000 MEDIA DRIVER
3979M: Antti Palosaari <crope@iki.fi>
3980L: linux-media@vger.kernel.org
3981W: https://linuxtv.org
3982W: http://palosaari.fi/linux/
3983Q: http://patchwork.linuxtv.org/project/linux-media/list/
3984T: git git://linuxtv.org/anttip/media_tree.git
3985S: Maintained
3986F: drivers/media/tuners/e4000*
3987
3988EATA ISA/EISA/PCI SCSI DRIVER
3989M: Dario Ballabio <ballabio_dario@emc.com>
3990L: linux-scsi@vger.kernel.org
3991S: Maintained
3992F: drivers/scsi/eata.c
3993
3994EC100 MEDIA DRIVER
3995M: Antti Palosaari <crope@iki.fi>
3996L: linux-media@vger.kernel.org
3997W: https://linuxtv.org
3998W: http://palosaari.fi/linux/
3999Q: http://patchwork.linuxtv.org/project/linux-media/list/
4000T: git git://linuxtv.org/anttip/media_tree.git
4001S: Maintained
4002F: drivers/media/dvb-frontends/ec100*
4003
4004ECRYPT FILE SYSTEM
4005M: Tyler Hicks <tyhicks@canonical.com>
4006L: ecryptfs@vger.kernel.org
4007W: http://ecryptfs.org
4008W: https://launchpad.net/ecryptfs
4009T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4010S: Supported
4011F: Documentation/filesystems/ecryptfs.txt
4012F: fs/ecryptfs/
4013
4014EDAC-CORE
4015M: Doug Thompson <dougthompson@xmission.com>
4016M: Borislav Petkov <bp@alien8.de>
4017M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4018L: linux-edac@vger.kernel.org
4019T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4020T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4021S: Supported
4022F: Documentation/edac.txt
4023F: drivers/edac/
4024F: include/linux/edac.h
4025
4026EDAC-AMD64
4027M: Doug Thompson <dougthompson@xmission.com>
4028M: Borislav Petkov <bp@alien8.de>
4029L: linux-edac@vger.kernel.org
4030S: Maintained
4031F: drivers/edac/amd64_edac*
4032
4033EDAC-CALXEDA
4034M: Doug Thompson <dougthompson@xmission.com>
4035M: Robert Richter <rric@kernel.org>
4036L: linux-edac@vger.kernel.org
4037S: Maintained
4038F: drivers/edac/highbank*
4039
4040EDAC-CAVIUM
4041M: Ralf Baechle <ralf@linux-mips.org>
4042M: David Daney <david.daney@cavium.com>
4043L: linux-edac@vger.kernel.org
4044L: linux-mips@linux-mips.org
4045S: Supported
4046F: drivers/edac/octeon_edac*
4047
4048EDAC-E752X
4049M: Mark Gross <mark.gross@intel.com>
4050M: Doug Thompson <dougthompson@xmission.com>
4051L: linux-edac@vger.kernel.org
4052S: Maintained
4053F: drivers/edac/e752x_edac.c
4054
4055EDAC-E7XXX
4056M: Doug Thompson <dougthompson@xmission.com>
4057L: linux-edac@vger.kernel.org
4058S: Maintained
4059F: drivers/edac/e7xxx_edac.c
4060
4061EDAC-GHES
4062M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4063L: linux-edac@vger.kernel.org
4064S: Maintained
4065F: drivers/edac/ghes_edac.c
4066
4067EDAC-I82443BXGX
4068M: Tim Small <tim@buttersideup.com>
4069L: linux-edac@vger.kernel.org
4070S: Maintained
4071F: drivers/edac/i82443bxgx_edac.c
4072
4073EDAC-I3000
4074M: Jason Uhlenkott <juhlenko@akamai.com>
4075L: linux-edac@vger.kernel.org
4076S: Maintained
4077F: drivers/edac/i3000_edac.c
4078
4079EDAC-I5000
4080M: Doug Thompson <dougthompson@xmission.com>
4081L: linux-edac@vger.kernel.org
4082S: Maintained
4083F: drivers/edac/i5000_edac.c
4084
4085EDAC-I5400
4086M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4087L: linux-edac@vger.kernel.org
4088S: Maintained
4089F: drivers/edac/i5400_edac.c
4090
4091EDAC-I7300
4092M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4093L: linux-edac@vger.kernel.org
4094S: Maintained
4095F: drivers/edac/i7300_edac.c
4096
4097EDAC-I7CORE
4098M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4099L: linux-edac@vger.kernel.org
4100S: Maintained
4101F: drivers/edac/i7core_edac.c
4102
4103EDAC-I82975X
4104M: Ranganathan Desikan <ravi@jetztechnologies.com>
4105M: "Arvind R." <arvino55@gmail.com>
4106L: linux-edac@vger.kernel.org
4107S: Maintained
4108F: drivers/edac/i82975x_edac.c
4109
4110EDAC-IE31200
4111M: Jason Baron <jbaron@akamai.com>
4112L: linux-edac@vger.kernel.org
4113S: Maintained
4114F: drivers/edac/ie31200_edac.c
4115
4116EDAC-MPC85XX
4117M: Johannes Thumshirn <morbidrsa@gmail.com>
4118L: linux-edac@vger.kernel.org
4119S: Maintained
4120F: drivers/edac/mpc85xx_edac.[ch]
4121
4122EDAC-PASEMI
4123M: Egor Martovetsky <egor@pasemi.com>
4124L: linux-edac@vger.kernel.org
4125S: Maintained
4126F: drivers/edac/pasemi_edac.c
4127
4128EDAC-R82600
4129M: Tim Small <tim@buttersideup.com>
4130L: linux-edac@vger.kernel.org
4131S: Maintained
4132F: drivers/edac/r82600_edac.c
4133
4134EDAC-SBRIDGE
4135M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4136L: linux-edac@vger.kernel.org
4137S: Maintained
4138F: drivers/edac/sb_edac.c
4139
4140EDAC-XGENE
4141APPLIED MICRO (APM) X-GENE SOC EDAC
4142M: Loc Ho <lho@apm.com>
4143S: Supported
4144F: drivers/edac/xgene_edac.c
4145F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4146
4147EDIROL UA-101/UA-1000 DRIVER
4148M: Clemens Ladisch <clemens@ladisch.de>
4149L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4150T: git git://git.alsa-project.org/alsa-kernel.git
4151S: Maintained
4152F: sound/usb/misc/ua101.c
4153
4154EXTENSIBLE FIRMWARE INTERFACE (EFI)
4155M: Matt Fleming <matt@codeblueprint.co.uk>
4156L: linux-efi@vger.kernel.org
4157T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4158S: Maintained
4159F: Documentation/efi-stub.txt
4160F: arch/ia64/kernel/efi.c
4161F: arch/x86/boot/compressed/eboot.[ch]
4162F: arch/x86/include/asm/efi.h
4163F: arch/x86/platform/efi/*
4164F: drivers/firmware/efi/*
4165F: include/linux/efi*.h
4166
4167EFI VARIABLE FILESYSTEM
4168M: Matthew Garrett <matthew.garrett@nebula.com>
4169M: Jeremy Kerr <jk@ozlabs.org>
4170M: Matt Fleming <matt@codeblueprint.co.uk>
4171T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4172L: linux-efi@vger.kernel.org
4173S: Maintained
4174F: fs/efivarfs/
4175
4176EFIFB FRAMEBUFFER DRIVER
4177L: linux-fbdev@vger.kernel.org
4178M: Peter Jones <pjones@redhat.com>
4179S: Maintained
4180F: drivers/video/fbdev/efifb.c
4181
4182EFS FILESYSTEM
4183W: http://aeschi.ch.eu.org/efs/
4184S: Orphan
4185F: fs/efs/
4186
4187EHCA (IBM GX bus InfiniBand adapter) DRIVER
4188M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4189M: Christoph Raisch <raisch@de.ibm.com>
4190L: linux-rdma@vger.kernel.org
4191S: Supported
4192F: drivers/infiniband/hw/ehca/
4193
4194EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4195M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4196L: netdev@vger.kernel.org
4197S: Maintained
4198F: drivers/net/ethernet/ibm/ehea/
4199
4200EM28XX VIDEO4LINUX DRIVER
4201M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4202L: linux-media@vger.kernel.org
4203W: https://linuxtv.org
4204T: git git://linuxtv.org/media_tree.git
4205S: Maintained
4206F: drivers/media/usb/em28xx/
4207
4208EMBEDDED LINUX
4209M: Paul Gortmaker <paul.gortmaker@windriver.com>
4210M: Matt Mackall <mpm@selenic.com>
4211M: David Woodhouse <dwmw2@infradead.org>
4212L: linux-embedded@vger.kernel.org
4213S: Maintained
4214
4215EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4216M: James Smart <james.smart@avagotech.com>
4217M: Dick Kennedy <dick.kennedy@avagotech.com>
4218L: linux-scsi@vger.kernel.org
4219W: http://www.avagotech.com
4220S: Supported
4221F: drivers/scsi/lpfc/
4222
4223ENE CB710 FLASH CARD READER DRIVER
4224M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4225S: Maintained
4226F: drivers/misc/cb710/
4227F: drivers/mmc/host/cb710-mmc.*
4228F: include/linux/cb710.h
4229
4230ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4231M: Maxim Levitsky <maximlevitsky@gmail.com>
4232S: Maintained
4233F: drivers/media/rc/ene_ir.*
4234
4235ENHANCED ERROR HANDLING (EEH)
4236M: Gavin Shan <shangw@linux.vnet.ibm.com>
4237L: linuxppc-dev@lists.ozlabs.org
4238S: Supported
4239F: Documentation/powerpc/eeh-pci-error-recovery.txt
4240F: arch/powerpc/kernel/eeh*.c
4241
4242EPSON S1D13XXX FRAMEBUFFER DRIVER
4243M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4244S: Maintained
4245T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4246F: drivers/video/fbdev/s1d13xxxfb.c
4247F: include/video/s1d13xxxfb.h
4248
4249ET131X NETWORK DRIVER
4250M: Mark Einon <mark.einon@gmail.com>
4251S: Odd Fixes
4252F: drivers/net/ethernet/agere/
4253
4254ETHERNET BRIDGE
4255M: Stephen Hemminger <stephen@networkplumber.org>
4256L: bridge@lists.linux-foundation.org
4257L: netdev@vger.kernel.org
4258W: http://www.linuxfoundation.org/en/Net:Bridge
4259S: Maintained
4260F: include/linux/netfilter_bridge/
4261F: net/bridge/
4262
4263ETHERNET PHY LIBRARY
4264M: Florian Fainelli <f.fainelli@gmail.com>
4265L: netdev@vger.kernel.org
4266S: Maintained
4267F: include/linux/phy.h
4268F: include/linux/phy_fixed.h
4269F: drivers/net/phy/
4270F: Documentation/networking/phy.txt
4271F: drivers/of/of_mdio.c
4272F: drivers/of/of_net.c
4273
4274EXT2 FILE SYSTEM
4275M: Jan Kara <jack@suse.com>
4276L: linux-ext4@vger.kernel.org
4277S: Maintained
4278F: Documentation/filesystems/ext2.txt
4279F: fs/ext2/
4280F: include/linux/ext2*
4281
4282EXT4 FILE SYSTEM
4283M: "Theodore Ts'o" <tytso@mit.edu>
4284M: Andreas Dilger <adilger.kernel@dilger.ca>
4285L: linux-ext4@vger.kernel.org
4286W: http://ext4.wiki.kernel.org
4287Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4288T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4289S: Maintained
4290F: Documentation/filesystems/ext4.txt
4291F: fs/ext4/
4292
4293Extended Verification Module (EVM)
4294M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4295L: linux-ima-devel@lists.sourceforge.net
4296L: linux-security-module@vger.kernel.org
4297S: Supported
4298F: security/integrity/evm/
4299
4300EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4301M: MyungJoo Ham <myungjoo.ham@samsung.com>
4302M: Chanwoo Choi <cw00.choi@samsung.com>
4303L: linux-kernel@vger.kernel.org
4304T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4305S: Maintained
4306F: drivers/extcon/
4307F: include/linux/extcon/
4308F: include/linux/extcon.h
4309F: Documentation/extcon/
4310F: Documentation/devicetree/bindings/extcon/
4311
4312EXYNOS DP DRIVER
4313M: Jingoo Han <jingoohan1@gmail.com>
4314L: dri-devel@lists.freedesktop.org
4315S: Maintained
4316F: drivers/gpu/drm/exynos/exynos_dp*
4317
4318EXYNOS MIPI DISPLAY DRIVERS
4319M: Inki Dae <inki.dae@samsung.com>
4320M: Donghwa Lee <dh09.lee@samsung.com>
4321M: Kyungmin Park <kyungmin.park@samsung.com>
4322L: linux-fbdev@vger.kernel.org
4323S: Maintained
4324F: drivers/video/fbdev/exynos/exynos_mipi*
4325F: include/video/exynos_mipi*
4326
4327F71805F HARDWARE MONITORING DRIVER
4328M: Jean Delvare <jdelvare@suse.com>
4329L: lm-sensors@lm-sensors.org
4330S: Maintained
4331F: Documentation/hwmon/f71805f
4332F: drivers/hwmon/f71805f.c
4333
4334FC0011 TUNER DRIVER
4335M: Michael Buesch <m@bues.ch>
4336L: linux-media@vger.kernel.org
4337S: Maintained
4338F: drivers/media/tuners/fc0011.h
4339F: drivers/media/tuners/fc0011.c
4340
4341FC2580 MEDIA DRIVER
4342M: Antti Palosaari <crope@iki.fi>
4343L: linux-media@vger.kernel.org
4344W: https://linuxtv.org
4345W: http://palosaari.fi/linux/
4346Q: http://patchwork.linuxtv.org/project/linux-media/list/
4347T: git git://linuxtv.org/anttip/media_tree.git
4348S: Maintained
4349F: drivers/media/tuners/fc2580*
4350
4351FANOTIFY
4352M: Eric Paris <eparis@redhat.com>
4353S: Maintained
4354F: fs/notify/fanotify/
4355F: include/linux/fanotify.h
4356F: include/uapi/linux/fanotify.h
4357
4358FARSYNC SYNCHRONOUS DRIVER
4359M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4360W: http://www.farsite.co.uk/
4361S: Supported
4362F: drivers/net/wan/farsync.*
4363
4364FAULT INJECTION SUPPORT
4365M: Akinobu Mita <akinobu.mita@gmail.com>
4366S: Supported
4367F: Documentation/fault-injection/
4368F: lib/fault-inject.c
4369
4370FBTFT Framebuffer drivers
4371M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4372M: Noralf Trønnes <noralf@tronnes.org>
4373S: Maintained
4374F: drivers/staging/fbtft/
4375
4376FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4377M: Vasu Dev <vasu.dev@intel.com>
4378L: fcoe-devel@open-fcoe.org
4379W: www.Open-FCoE.org
4380S: Supported
4381F: drivers/scsi/libfc/
4382F: drivers/scsi/fcoe/
4383F: include/scsi/fc/
4384F: include/scsi/libfc.h
4385F: include/scsi/libfcoe.h
4386F: include/uapi/scsi/fc/
4387
4388FILE LOCKING (flock() and fcntl()/lockf())
4389M: Jeff Layton <jlayton@poochiereds.net>
4390M: "J. Bruce Fields" <bfields@fieldses.org>
4391L: linux-fsdevel@vger.kernel.org
4392S: Maintained
4393F: include/linux/fcntl.h
4394F: include/linux/fs.h
4395F: include/uapi/linux/fcntl.h
4396F: include/uapi/linux/fs.h
4397F: fs/fcntl.c
4398F: fs/locks.c
4399
4400FILESYSTEMS (VFS and infrastructure)
4401M: Alexander Viro <viro@zeniv.linux.org.uk>
4402L: linux-fsdevel@vger.kernel.org
4403S: Maintained
4404F: fs/*
4405
4406FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4407M: Riku Voipio <riku.voipio@iki.fi>
4408L: lm-sensors@lm-sensors.org
4409S: Maintained
4410F: drivers/hwmon/f75375s.c
4411F: include/linux/f75375s.h
4412
4413FIREWIRE AUDIO DRIVERS
4414M: Clemens Ladisch <clemens@ladisch.de>
4415L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4416T: git git://git.alsa-project.org/alsa-kernel.git
4417S: Maintained
4418F: sound/firewire/
4419
4420FIREWIRE MEDIA DRIVERS (firedtv)
4421M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4422L: linux-media@vger.kernel.org
4423L: linux1394-devel@lists.sourceforge.net
4424T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4425S: Maintained
4426F: drivers/media/firewire/
4427
4428FIREWIRE SBP-2 TARGET
4429M: Chris Boot <bootc@bootc.net>
4430L: linux-scsi@vger.kernel.org
4431L: target-devel@vger.kernel.org
4432L: linux1394-devel@lists.sourceforge.net
4433T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4434S: Maintained
4435F: drivers/target/sbp/
4436
4437FIREWIRE SUBSYSTEM
4438M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4439L: linux1394-devel@lists.sourceforge.net
4440W: http://ieee1394.wiki.kernel.org/
4441T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4442S: Maintained
4443F: drivers/firewire/
4444F: include/linux/firewire.h
4445F: include/uapi/linux/firewire*.h
4446F: tools/firewire/
4447
4448FIRMWARE LOADER (request_firmware)
4449M: Ming Lei <ming.lei@canonical.com>
4450L: linux-kernel@vger.kernel.org
4451S: Maintained
4452F: Documentation/firmware_class/
4453F: drivers/base/firmware*.c
4454F: include/linux/firmware.h
4455
4456FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4457M: Joshua Morris <josh.h.morris@us.ibm.com>
4458M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4459S: Maintained
4460F: drivers/block/rsxx/
4461
4462FLOPPY DRIVER
4463M: Jiri Kosina <jikos@kernel.org>
4464T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4465S: Odd fixes
4466F: drivers/block/floppy.c
4467
4468FMC SUBSYSTEM
4469M: Alessandro Rubini <rubini@gnudd.com>
4470W: http://www.ohwr.org/projects/fmc-bus
4471S: Supported
4472F: drivers/fmc/
4473F: include/linux/fmc*.h
4474F: include/linux/ipmi-fru.h
4475K: fmc_d.*register
4476
4477FPGA MANAGER FRAMEWORK
4478M: Alan Tull <atull@opensource.altera.com>
4479R: Moritz Fischer <moritz.fischer@ettus.com>
4480S: Maintained
4481F: drivers/fpga/
4482F: include/linux/fpga/fpga-mgr.h
4483W: http://www.rocketboards.org
4484
4485FPU EMULATOR
4486M: Bill Metzenthen <billm@melbpc.org.au>
4487W: http://floatingpoint.sourceforge.net/emulator/index.html
4488S: Maintained
4489F: arch/x86/math-emu/
4490
4491FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4492L: netdev@vger.kernel.org
4493S: Orphan
4494F: drivers/net/wan/dlci.c
4495F: drivers/net/wan/sdla.c
4496
4497FRAMEBUFFER LAYER
4498M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4499M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4500L: linux-fbdev@vger.kernel.org
4501W: http://linux-fbdev.sourceforge.net/
4502Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4503T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4504S: Maintained
4505F: Documentation/fb/
4506F: drivers/video/
4507F: include/video/
4508F: include/linux/fb.h
4509F: include/uapi/video/
4510F: include/uapi/linux/fb.h
4511
4512FREESCALE DIU FRAMEBUFFER DRIVER
4513M: Timur Tabi <timur@tabi.org>
4514L: linux-fbdev@vger.kernel.org
4515S: Maintained
4516F: drivers/video/fbdev/fsl-diu-fb.*
4517
4518FREESCALE DMA DRIVER
4519M: Li Yang <leoli@freescale.com>
4520M: Zhang Wei <zw@zh-kernel.org>
4521L: linuxppc-dev@lists.ozlabs.org
4522S: Maintained
4523F: drivers/dma/fsldma.*
4524
4525FREESCALE GPMI NAND DRIVER
4526M: Han Xu <han.xu@nxp.com>
4527L: linux-mtd@lists.infradead.org
4528S: Maintained
4529F: drivers/mtd/nand/gpmi-nand/*
4530
4531FREESCALE I2C CPM DRIVER
4532M: Jochen Friedrich <jochen@scram.de>
4533L: linuxppc-dev@lists.ozlabs.org
4534L: linux-i2c@vger.kernel.org
4535S: Maintained
4536F: drivers/i2c/busses/i2c-cpm.c
4537
4538FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4539M: Sascha Hauer <kernel@pengutronix.de>
4540L: linux-fbdev@vger.kernel.org
4541L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4542S: Maintained
4543F: include/linux/platform_data/video-imxfb.h
4544F: drivers/video/fbdev/imxfb.c
4545
4546FREESCALE QUAD SPI DRIVER
4547M: Han Xu <han.xu@nxp.com>
4548L: linux-mtd@lists.infradead.org
4549S: Maintained
4550F: drivers/mtd/spi-nor/fsl-quadspi.c
4551
4552FREESCALE SOC FS_ENET DRIVER
4553M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4554M: Vitaly Bordug <vbordug@ru.mvista.com>
4555L: linuxppc-dev@lists.ozlabs.org
4556L: netdev@vger.kernel.org
4557S: Maintained
4558F: drivers/net/ethernet/freescale/fs_enet/
4559F: include/linux/fs_enet_pd.h
4560
4561FREESCALE QUICC ENGINE LIBRARY
4562L: linuxppc-dev@lists.ozlabs.org
4563S: Orphan
4564F: drivers/soc/fsl/qe/
4565F: include/soc/fsl/*qe*.h
4566F: include/soc/fsl/*ucc*.h
4567
4568FREESCALE USB PERIPHERAL DRIVERS
4569M: Li Yang <leoli@freescale.com>
4570L: linux-usb@vger.kernel.org
4571L: linuxppc-dev@lists.ozlabs.org
4572S: Maintained
4573F: drivers/usb/gadget/udc/fsl*
4574
4575FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4576M: Li Yang <leoli@freescale.com>
4577L: netdev@vger.kernel.org
4578L: linuxppc-dev@lists.ozlabs.org
4579S: Maintained
4580F: drivers/net/ethernet/freescale/ucc_geth*
4581
4582FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4583M: Claudiu Manoil <claudiu.manoil@freescale.com>
4584L: netdev@vger.kernel.org
4585S: Maintained
4586F: drivers/net/ethernet/freescale/gianfar*
4587X: drivers/net/ethernet/freescale/gianfar_ptp.c
4588F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4589
4590FREESCALE QUICC ENGINE UCC UART DRIVER
4591M: Timur Tabi <timur@tabi.org>
4592L: linuxppc-dev@lists.ozlabs.org
4593S: Maintained
4594F: drivers/tty/serial/ucc_uart.c
4595
4596FREESCALE SOC SOUND DRIVERS
4597M: Timur Tabi <timur@tabi.org>
4598M: Nicolin Chen <nicoleotsuka@gmail.com>
4599M: Xiubo Li <Xiubo.Lee@gmail.com>
4600L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4601L: linuxppc-dev@lists.ozlabs.org
4602S: Maintained
4603F: sound/soc/fsl/fsl*
4604F: sound/soc/fsl/imx*
4605F: sound/soc/fsl/mpc8610_hpcd.c
4606
4607FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4608M: "J. German Rivera" <German.Rivera@freescale.com>
4609L: linux-kernel@vger.kernel.org
4610S: Maintained
4611F: drivers/staging/fsl-mc/
4612
4613FREEVXFS FILESYSTEM
4614M: Christoph Hellwig <hch@infradead.org>
4615W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4616S: Maintained
4617F: fs/freevxfs/
4618
4619FREEZER
4620M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4621M: Pavel Machek <pavel@ucw.cz>
4622L: linux-pm@vger.kernel.org
4623S: Supported
4624F: Documentation/power/freezing-of-tasks.txt
4625F: include/linux/freezer.h
4626F: kernel/freezer.c
4627
4628FRONTSWAP API
4629M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4630L: linux-kernel@vger.kernel.org
4631S: Maintained
4632F: mm/frontswap.c
4633F: include/linux/frontswap.h
4634
4635FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4636M: David Howells <dhowells@redhat.com>
4637L: linux-cachefs@redhat.com (moderated for non-subscribers)
4638S: Supported
4639F: Documentation/filesystems/caching/
4640F: fs/fscache/
4641F: include/linux/fscache*.h
4642
4643F2FS FILE SYSTEM
4644M: Jaegeuk Kim <jaegeuk@kernel.org>
4645M: Changman Lee <cm224.lee@samsung.com>
4646R: Chao Yu <chao2.yu@samsung.com>
4647L: linux-f2fs-devel@lists.sourceforge.net
4648W: http://en.wikipedia.org/wiki/F2FS
4649T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4650S: Maintained
4651F: Documentation/filesystems/f2fs.txt
4652F: Documentation/ABI/testing/sysfs-fs-f2fs
4653F: fs/f2fs/
4654F: include/linux/f2fs_fs.h
4655F: include/trace/events/f2fs.h
4656
4657FUJITSU FR-V (FRV) PORT
4658S: Orphan
4659F: arch/frv/
4660
4661FUJITSU LAPTOP EXTRAS
4662M: Jonathan Woithe <jwoithe@just42.net>
4663L: platform-driver-x86@vger.kernel.org
4664S: Maintained
4665F: drivers/platform/x86/fujitsu-laptop.c
4666
4667FUJITSU M-5MO LS CAMERA ISP DRIVER
4668M: Kyungmin Park <kyungmin.park@samsung.com>
4669M: Heungjun Kim <riverful.kim@samsung.com>
4670L: linux-media@vger.kernel.org
4671S: Maintained
4672F: drivers/media/i2c/m5mols/
4673F: include/media/i2c/m5mols.h
4674
4675FUJITSU TABLET EXTRAS
4676M: Robert Gerlach <khnz@gmx.de>
4677L: platform-driver-x86@vger.kernel.org
4678S: Maintained
4679F: drivers/platform/x86/fujitsu-tablet.c
4680
4681FUSE: FILESYSTEM IN USERSPACE
4682M: Miklos Szeredi <miklos@szeredi.hu>
4683L: fuse-devel@lists.sourceforge.net
4684W: http://fuse.sourceforge.net/
4685T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4686S: Maintained
4687F: fs/fuse/
4688F: include/uapi/linux/fuse.h
4689F: Documentation/filesystems/fuse.txt
4690
4691FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4692M: Rik Faith <faith@cs.unc.edu>
4693L: linux-scsi@vger.kernel.org
4694S: Odd Fixes (e.g., new signatures)
4695F: drivers/scsi/fdomain.*
4696
4697GCOV BASED KERNEL PROFILING
4698M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4699S: Maintained
4700F: kernel/gcov/
4701F: Documentation/gcov.txt
4702
4703GDT SCSI DISK ARRAY CONTROLLER DRIVER
4704M: Achim Leubner <achim_leubner@adaptec.com>
4705L: linux-scsi@vger.kernel.org
4706W: http://www.icp-vortex.com/
4707S: Supported
4708F: drivers/scsi/gdt*
4709
4710GDB KERNEL DEBUGGING HELPER SCRIPTS
4711M: Jan Kiszka <jan.kiszka@siemens.com>
4712S: Supported
4713F: scripts/gdb/
4714
4715GEMTEK FM RADIO RECEIVER DRIVER
4716M: Hans Verkuil <hverkuil@xs4all.nl>
4717L: linux-media@vger.kernel.org
4718T: git git://linuxtv.org/media_tree.git
4719W: https://linuxtv.org
4720S: Maintained
4721F: drivers/media/radio/radio-gemtek*
4722
4723GENERIC GPIO I2C DRIVER
4724M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4725S: Supported
4726F: drivers/i2c/busses/i2c-gpio.c
4727F: include/linux/i2c-gpio.h
4728
4729GENERIC GPIO I2C MULTIPLEXER DRIVER
4730M: Peter Korsgaard <peter.korsgaard@barco.com>
4731L: linux-i2c@vger.kernel.org
4732S: Supported
4733F: drivers/i2c/muxes/i2c-mux-gpio.c
4734F: include/linux/i2c-mux-gpio.h
4735F: Documentation/i2c/muxes/i2c-mux-gpio
4736
4737GENERIC HDLC (WAN) DRIVERS
4738M: Krzysztof Halasa <khc@pm.waw.pl>
4739W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4740S: Maintained
4741F: drivers/net/wan/c101.c
4742F: drivers/net/wan/hd6457*
4743F: drivers/net/wan/hdlc*
4744F: drivers/net/wan/n2.c
4745F: drivers/net/wan/pc300too.c
4746F: drivers/net/wan/pci200syn.c
4747F: drivers/net/wan/wanxl*
4748
4749GENERIC INCLUDE/ASM HEADER FILES
4750M: Arnd Bergmann <arnd@arndb.de>
4751L: linux-arch@vger.kernel.org
4752T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4753S: Maintained
4754F: include/asm-generic/
4755F: include/uapi/asm-generic/
4756
4757GENERIC PHY FRAMEWORK
4758M: Kishon Vijay Abraham I <kishon@ti.com>
4759L: linux-kernel@vger.kernel.org
4760T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4761S: Supported
4762F: drivers/phy/
4763F: include/linux/phy/
4764
4765GENERIC PM DOMAINS
4766M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4767M: Kevin Hilman <khilman@kernel.org>
4768M: Ulf Hansson <ulf.hansson@linaro.org>
4769L: linux-pm@vger.kernel.org
4770S: Supported
4771F: drivers/base/power/domain*.c
4772F: include/linux/pm_domain.h
4773
4774GENERIC UIO DRIVER FOR PCI DEVICES
4775M: "Michael S. Tsirkin" <mst@redhat.com>
4776L: kvm@vger.kernel.org
4777S: Supported
4778F: drivers/uio/uio_pci_generic.c
4779
4780GET_MAINTAINER SCRIPT
4781M: Joe Perches <joe@perches.com>
4782S: Maintained
4783F: scripts/get_maintainer.pl
4784
4785GFS2 FILE SYSTEM
4786M: Steven Whitehouse <swhiteho@redhat.com>
4787M: Bob Peterson <rpeterso@redhat.com>
4788L: cluster-devel@redhat.com
4789W: http://sources.redhat.com/cluster/
4790T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4791S: Supported
4792F: Documentation/filesystems/gfs2*.txt
4793F: fs/gfs2/
4794F: include/uapi/linux/gfs2_ondisk.h
4795
4796GIGASET ISDN DRIVERS
4797M: Paul Bolle <pebolle@tiscali.nl>
4798L: gigaset307x-common@lists.sourceforge.net
4799W: http://gigaset307x.sourceforge.net/
4800S: Odd Fixes
4801F: Documentation/isdn/README.gigaset
4802F: drivers/isdn/gigaset/
4803F: include/uapi/linux/gigaset_dev.h
4804
4805GO7007 MPEG CODEC
4806M: Hans Verkuil <hans.verkuil@cisco.com>
4807L: linux-media@vger.kernel.org
4808S: Maintained
4809F: drivers/media/usb/go7007/
4810
4811GOODIX TOUCHSCREEN
4812M: Bastien Nocera <hadess@hadess.net>
4813L: linux-input@vger.kernel.org
4814S: Maintained
4815F: drivers/input/touchscreen/goodix.c
4816
4817GPIO SUBSYSTEM
4818M: Linus Walleij <linus.walleij@linaro.org>
4819M: Alexandre Courbot <gnurou@gmail.com>
4820L: linux-gpio@vger.kernel.org
4821T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4822S: Maintained
4823F: Documentation/gpio/
4824F: drivers/gpio/
4825F: include/linux/gpio/
4826F: include/linux/gpio.h
4827F: include/asm-generic/gpio.h
4828
4829GRE DEMULTIPLEXER DRIVER
4830M: Dmitry Kozlov <xeb@mail.ru>
4831L: netdev@vger.kernel.org
4832S: Maintained
4833F: net/ipv4/gre_demux.c
4834F: net/ipv4/gre_offload.c
4835F: include/net/gre.h
4836
4837GRETH 10/100/1G Ethernet MAC device driver
4838M: Kristoffer Glembo <kristoffer@gaisler.com>
4839L: netdev@vger.kernel.org
4840S: Maintained
4841F: drivers/net/ethernet/aeroflex/
4842
4843GSPCA FINEPIX SUBDRIVER
4844M: Frank Zago <frank@zago.net>
4845L: linux-media@vger.kernel.org
4846T: git git://linuxtv.org/media_tree.git
4847S: Maintained
4848F: drivers/media/usb/gspca/finepix.c
4849
4850GSPCA GL860 SUBDRIVER
4851M: Olivier Lorin <o.lorin@laposte.net>
4852L: linux-media@vger.kernel.org
4853T: git git://linuxtv.org/media_tree.git
4854S: Maintained
4855F: drivers/media/usb/gspca/gl860/
4856
4857GSPCA M5602 SUBDRIVER
4858M: Erik Andren <erik.andren@gmail.com>
4859L: linux-media@vger.kernel.org
4860T: git git://linuxtv.org/media_tree.git
4861S: Maintained
4862F: drivers/media/usb/gspca/m5602/
4863
4864GSPCA PAC207 SONIXB SUBDRIVER
4865M: Hans de Goede <hdegoede@redhat.com>
4866L: linux-media@vger.kernel.org
4867T: git git://linuxtv.org/media_tree.git
4868S: Maintained
4869F: drivers/media/usb/gspca/pac207.c
4870
4871GSPCA SN9C20X SUBDRIVER
4872M: Brian Johnson <brijohn@gmail.com>
4873L: linux-media@vger.kernel.org
4874T: git git://linuxtv.org/media_tree.git
4875S: Maintained
4876F: drivers/media/usb/gspca/sn9c20x.c
4877
4878GSPCA T613 SUBDRIVER
4879M: Leandro Costantino <lcostantino@gmail.com>
4880L: linux-media@vger.kernel.org
4881T: git git://linuxtv.org/media_tree.git
4882S: Maintained
4883F: drivers/media/usb/gspca/t613.c
4884
4885GSPCA USB WEBCAM DRIVER
4886M: Hans de Goede <hdegoede@redhat.com>
4887L: linux-media@vger.kernel.org
4888T: git git://linuxtv.org/media_tree.git
4889S: Maintained
4890F: drivers/media/usb/gspca/
4891
4892GUID PARTITION TABLE (GPT)
4893M: Davidlohr Bueso <dave@stgolabs.net>
4894L: linux-efi@vger.kernel.org
4895S: Maintained
4896F: block/partitions/efi.*
4897
4898STK1160 USB VIDEO CAPTURE DRIVER
4899M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4900L: linux-media@vger.kernel.org
4901T: git git://linuxtv.org/media_tree.git
4902S: Maintained
4903F: drivers/media/usb/stk1160/
4904
4905H8/300 ARCHITECTURE
4906M: Yoshinori Sato <ysato@users.sourceforge.jp>
4907L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4908W: http://uclinux-h8.sourceforge.jp
4909T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4910S: Maintained
4911F: arch/h8300/
4912F: drivers/clocksource/h8300_*.c
4913F: drivers/clk/h8300/
4914F: drivers/irqchip/irq-renesas-h8*.c
4915
4916HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4917M: Frank Seidel <frank@f-seidel.de>
4918L: platform-driver-x86@vger.kernel.org
4919W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4920S: Maintained
4921F: drivers/platform/x86/hdaps.c
4922
4923HDPVR USB VIDEO ENCODER DRIVER
4924M: Hans Verkuil <hverkuil@xs4all.nl>
4925L: linux-media@vger.kernel.org
4926T: git git://linuxtv.org/media_tree.git
4927W: https://linuxtv.org
4928S: Odd Fixes
4929F: drivers/media/usb/hdpvr/
4930
4931HWPOISON MEMORY FAILURE HANDLING
4932M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4933L: linux-mm@kvack.org
4934S: Maintained
4935F: mm/memory-failure.c
4936F: mm/hwpoison-inject.c
4937
4938HYPERVISOR VIRTUAL CONSOLE DRIVER
4939L: linuxppc-dev@lists.ozlabs.org
4940S: Odd Fixes
4941F: drivers/tty/hvc/
4942
4943HACKRF MEDIA DRIVER
4944M: Antti Palosaari <crope@iki.fi>
4945L: linux-media@vger.kernel.org
4946W: https://linuxtv.org
4947W: http://palosaari.fi/linux/
4948Q: http://patchwork.linuxtv.org/project/linux-media/list/
4949T: git git://linuxtv.org/anttip/media_tree.git
4950S: Maintained
4951F: drivers/media/usb/hackrf/
4952
4953HARDWARE MONITORING
4954M: Jean Delvare <jdelvare@suse.com>
4955M: Guenter Roeck <linux@roeck-us.net>
4956L: lm-sensors@lm-sensors.org
4957W: http://www.lm-sensors.org/
4958T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4959T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4960S: Maintained
4961F: Documentation/hwmon/
4962F: drivers/hwmon/
4963F: include/linux/hwmon*.h
4964
4965HARDWARE RANDOM NUMBER GENERATOR CORE
4966M: Matt Mackall <mpm@selenic.com>
4967M: Herbert Xu <herbert@gondor.apana.org.au>
4968L: linux-crypto@vger.kernel.org
4969S: Odd fixes
4970F: Documentation/hw_random.txt
4971F: drivers/char/hw_random/
4972F: include/linux/hw_random.h
4973
4974HARDWARE SPINLOCK CORE
4975M: Ohad Ben-Cohen <ohad@wizery.com>
4976S: Maintained
4977T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
4978F: Documentation/hwspinlock.txt
4979F: drivers/hwspinlock/hwspinlock_*
4980F: include/linux/hwspinlock.h
4981
4982HARMONY SOUND DRIVER
4983L: linux-parisc@vger.kernel.org
4984S: Maintained
4985F: sound/parisc/harmony.*
4986
4987HD29L2 MEDIA DRIVER
4988M: Antti Palosaari <crope@iki.fi>
4989L: linux-media@vger.kernel.org
4990W: https://linuxtv.org
4991W: http://palosaari.fi/linux/
4992Q: http://patchwork.linuxtv.org/project/linux-media/list/
4993T: git git://linuxtv.org/anttip/media_tree.git
4994S: Maintained
4995F: drivers/media/dvb-frontends/hd29l2*
4996
4997HEWLETT-PACKARD SMART2 RAID DRIVER
4998L: iss_storagedev@hp.com
4999S: Orphan
5000F: Documentation/blockdev/cpqarray.txt
5001F: drivers/block/cpqarray.*
5002
5003HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5004M: Don Brace <don.brace@pmcs.com>
5005L: iss_storagedev@hp.com
5006L: storagedev@pmcs.com
5007L: linux-scsi@vger.kernel.org
5008S: Supported
5009F: Documentation/scsi/hpsa.txt
5010F: drivers/scsi/hpsa*.[ch]
5011F: include/linux/cciss*.h
5012F: include/uapi/linux/cciss*.h
5013
5014HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5015M: Don Brace <don.brace@pmcs.com>
5016L: iss_storagedev@hp.com
5017L: storagedev@pmcs.com
5018L: linux-scsi@vger.kernel.org
5019S: Supported
5020F: Documentation/blockdev/cciss.txt
5021F: drivers/block/cciss*
5022F: include/linux/cciss_ioctl.h
5023F: include/uapi/linux/cciss_ioctl.h
5024
5025HFS FILESYSTEM
5026L: linux-fsdevel@vger.kernel.org
5027S: Orphan
5028F: Documentation/filesystems/hfs.txt
5029F: fs/hfs/
5030
5031HFSPLUS FILESYSTEM
5032L: linux-fsdevel@vger.kernel.org
5033S: Orphan
5034F: Documentation/filesystems/hfsplus.txt
5035F: fs/hfsplus/
5036
5037HGA FRAMEBUFFER DRIVER
5038M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5039L: linux-nvidia@lists.surfsouth.com
5040W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5041S: Maintained
5042F: drivers/video/fbdev/hgafb.c
5043
5044HIBERNATION (aka Software Suspend, aka swsusp)
5045M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5046M: Pavel Machek <pavel@ucw.cz>
5047L: linux-pm@vger.kernel.org
5048S: Supported
5049F: arch/x86/power/
5050F: drivers/base/power/
5051F: kernel/power/
5052F: include/linux/suspend.h
5053F: include/linux/freezer.h
5054F: include/linux/pm.h
5055F: arch/*/include/asm/suspend*.h
5056
5057HID CORE LAYER
5058M: Jiri Kosina <jikos@kernel.org>
5059R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5060L: linux-input@vger.kernel.org
5061T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5062S: Maintained
5063F: drivers/hid/
5064F: include/linux/hid*
5065F: include/uapi/linux/hid*
5066
5067HID SENSOR HUB DRIVERS
5068M: Jiri Kosina <jikos@kernel.org>
5069M: Jonathan Cameron <jic23@kernel.org>
5070M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5071L: linux-input@vger.kernel.org
5072L: linux-iio@vger.kernel.org
5073S: Maintained
5074F: Documentation/hid/hid-sensor*
5075F: drivers/hid/hid-sensor-*
5076F: drivers/iio/*/hid-*
5077F: include/linux/hid-sensor-*
5078
5079HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5080M: Thomas Gleixner <tglx@linutronix.de>
5081L: linux-kernel@vger.kernel.org
5082T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5083S: Maintained
5084F: Documentation/timers/
5085F: kernel/time/hrtimer.c
5086F: kernel/time/clockevents.c
5087F: kernel/time/tick*.*
5088F: kernel/time/timer_*.c
5089F: include/linux/clockchips.h
5090F: include/linux/hrtimer.h
5091
5092HIGH-SPEED SCC DRIVER FOR AX.25
5093L: linux-hams@vger.kernel.org
5094S: Orphan
5095F: drivers/net/hamradio/dmascc.c
5096F: drivers/net/hamradio/scc.c
5097
5098HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5099M: HighPoint Linux Team <linux@highpoint-tech.com>
5100W: http://www.highpoint-tech.com
5101S: Supported
5102F: Documentation/scsi/hptiop.txt
5103F: drivers/scsi/hptiop.c
5104
5105HIPPI
5106M: Jes Sorensen <jes@trained-monkey.org>
5107L: linux-hippi@sunsite.dk
5108S: Maintained
5109F: include/linux/hippidevice.h
5110F: include/uapi/linux/if_hippi.h
5111F: net/802/hippi.c
5112F: drivers/net/hippi/
5113
5114HISILICON SAS Controller
5115M: John Garry <john.garry@huawei.com>
5116W: http://www.hisilicon.com
5117S: Supported
5118F: drivers/scsi/hisi_sas/
5119F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5120
5121HOST AP DRIVER
5122M: Jouni Malinen <j@w1.fi>
5123L: hostap@shmoo.com (subscribers-only)
5124L: linux-wireless@vger.kernel.org
5125W: http://hostap.epitest.fi/
5126S: Maintained
5127F: drivers/net/wireless/intersil/hostap/
5128
5129HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5130L: platform-driver-x86@vger.kernel.org
5131S: Orphan
5132F: drivers/platform/x86/tc1100-wmi.c
5133
5134HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5135M: Jaroslav Kysela <perex@perex.cz>
5136S: Maintained
5137F: drivers/net/ethernet/hp/hp100.*
5138
5139HPET: High Precision Event Timers driver
5140M: Clemens Ladisch <clemens@ladisch.de>
5141S: Maintained
5142F: Documentation/timers/hpet.txt
5143F: drivers/char/hpet.c
5144F: include/linux/hpet.h
5145F: include/uapi/linux/hpet.h
5146
5147HPET: x86
5148S: Orphan
5149F: arch/x86/kernel/hpet.c
5150F: arch/x86/include/asm/hpet.h
5151
5152HPFS FILESYSTEM
5153M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5154W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5155S: Maintained
5156F: fs/hpfs/
5157
5158HSI SUBSYSTEM
5159M: Sebastian Reichel <sre@kernel.org>
5160T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5161S: Maintained
5162F: Documentation/ABI/testing/sysfs-bus-hsi
5163F: Documentation/hsi.txt
5164F: drivers/hsi/
5165F: include/linux/hsi/
5166F: include/uapi/linux/hsi/
5167
5168HSO 3G MODEM DRIVER
5169M: Jan Dumon <j.dumon@option.com>
5170W: http://www.pharscape.org
5171S: Maintained
5172F: drivers/net/usb/hso.c
5173
5174HSR NETWORK PROTOCOL
5175M: Arvid Brodin <arvid.brodin@alten.se>
5176L: netdev@vger.kernel.org
5177S: Maintained
5178F: net/hsr/
5179
5180HTCPEN TOUCHSCREEN DRIVER
5181M: Pau Oliva Fora <pof@eslack.org>
5182L: linux-input@vger.kernel.org
5183S: Maintained
5184F: drivers/input/touchscreen/htcpen.c
5185
5186HUGETLB FILESYSTEM
5187M: Nadia Yvette Chambers <nyc@holomorphy.com>
5188S: Maintained
5189F: fs/hugetlbfs/
5190
5191Hyper-V CORE AND DRIVERS
5192M: "K. Y. Srinivasan" <kys@microsoft.com>
5193M: Haiyang Zhang <haiyangz@microsoft.com>
5194L: devel@linuxdriverproject.org
5195S: Maintained
5196F: arch/x86/include/asm/mshyperv.h
5197F: arch/x86/include/uapi/asm/hyperv.h
5198F: arch/x86/kernel/cpu/mshyperv.c
5199F: drivers/hid/hid-hyperv.c
5200F: drivers/hv/
5201F: drivers/input/serio/hyperv-keyboard.c
5202F: drivers/net/hyperv/
5203F: drivers/scsi/storvsc_drv.c
5204F: drivers/video/fbdev/hyperv_fb.c
5205F: include/linux/hyperv.h
5206F: tools/hv/
5207F: Documentation/ABI/stable/sysfs-bus-vmbus
5208
5209I2C OVER PARALLEL PORT
5210M: Jean Delvare <jdelvare@suse.com>
5211L: linux-i2c@vger.kernel.org
5212S: Maintained
5213F: Documentation/i2c/busses/i2c-parport
5214F: Documentation/i2c/busses/i2c-parport-light
5215F: drivers/i2c/busses/i2c-parport.c
5216F: drivers/i2c/busses/i2c-parport-light.c
5217
5218I2C/SMBUS CONTROLLER DRIVERS FOR PC
5219M: Jean Delvare <jdelvare@suse.com>
5220L: linux-i2c@vger.kernel.org
5221S: Maintained
5222F: Documentation/i2c/busses/i2c-ali1535
5223F: Documentation/i2c/busses/i2c-ali1563
5224F: Documentation/i2c/busses/i2c-ali15x3
5225F: Documentation/i2c/busses/i2c-amd756
5226F: Documentation/i2c/busses/i2c-amd8111
5227F: Documentation/i2c/busses/i2c-i801
5228F: Documentation/i2c/busses/i2c-nforce2
5229F: Documentation/i2c/busses/i2c-piix4
5230F: Documentation/i2c/busses/i2c-sis5595
5231F: Documentation/i2c/busses/i2c-sis630
5232F: Documentation/i2c/busses/i2c-sis96x
5233F: Documentation/i2c/busses/i2c-via
5234F: Documentation/i2c/busses/i2c-viapro
5235F: drivers/i2c/busses/i2c-ali1535.c
5236F: drivers/i2c/busses/i2c-ali1563.c
5237F: drivers/i2c/busses/i2c-ali15x3.c
5238F: drivers/i2c/busses/i2c-amd756.c
5239F: drivers/i2c/busses/i2c-amd756-s4882.c
5240F: drivers/i2c/busses/i2c-amd8111.c
5241F: drivers/i2c/busses/i2c-i801.c
5242F: drivers/i2c/busses/i2c-isch.c
5243F: drivers/i2c/busses/i2c-nforce2.c
5244F: drivers/i2c/busses/i2c-nforce2-s4985.c
5245F: drivers/i2c/busses/i2c-piix4.c
5246F: drivers/i2c/busses/i2c-sis5595.c
5247F: drivers/i2c/busses/i2c-sis630.c
5248F: drivers/i2c/busses/i2c-sis96x.c
5249F: drivers/i2c/busses/i2c-via.c
5250F: drivers/i2c/busses/i2c-viapro.c
5251
5252I2C/SMBUS ISMT DRIVER
5253M: Seth Heasley <seth.heasley@intel.com>
5254M: Neil Horman <nhorman@tuxdriver.com>
5255L: linux-i2c@vger.kernel.org
5256F: drivers/i2c/busses/i2c-ismt.c
5257F: Documentation/i2c/busses/i2c-ismt
5258
5259I2C/SMBUS STUB DRIVER
5260M: Jean Delvare <jdelvare@suse.com>
5261L: linux-i2c@vger.kernel.org
5262S: Maintained
5263F: drivers/i2c/i2c-stub.c
5264
5265I2C SUBSYSTEM
5266M: Wolfram Sang <wsa@the-dreams.de>
5267L: linux-i2c@vger.kernel.org
5268W: https://i2c.wiki.kernel.org/
5269Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5270T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5271S: Maintained
5272F: Documentation/devicetree/bindings/i2c/
5273F: Documentation/i2c/
5274F: drivers/i2c/
5275F: drivers/i2c/*/
5276F: include/linux/i2c.h
5277F: include/linux/i2c-*.h
5278F: include/uapi/linux/i2c.h
5279F: include/uapi/linux/i2c-*.h
5280
5281I2C ACPI SUPPORT
5282M: Mika Westerberg <mika.westerberg@linux.intel.com>
5283L: linux-i2c@vger.kernel.org
5284L: linux-acpi@vger.kernel.org
5285S: Maintained
5286
5287I2C-TAOS-EVM DRIVER
5288M: Jean Delvare <jdelvare@suse.com>
5289L: linux-i2c@vger.kernel.org
5290S: Maintained
5291F: Documentation/i2c/busses/i2c-taos-evm
5292F: drivers/i2c/busses/i2c-taos-evm.c
5293
5294I2C-TINY-USB DRIVER
5295M: Till Harbaum <till@harbaum.org>
5296L: linux-i2c@vger.kernel.org
5297W: http://www.harbaum.org/till/i2c_tiny_usb
5298S: Maintained
5299F: drivers/i2c/busses/i2c-tiny-usb.c
5300
5301i386 BOOT CODE
5302M: "H. Peter Anvin" <hpa@zytor.com>
5303S: Maintained
5304F: arch/x86/boot/
5305
5306i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5307M: "H. Peter Anvin" <hpa@zytor.com>
5308T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5309S: Maintained
5310
5311IA64 (Itanium) PLATFORM
5312M: Tony Luck <tony.luck@intel.com>
5313M: Fenghua Yu <fenghua.yu@intel.com>
5314L: linux-ia64@vger.kernel.org
5315T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5316S: Maintained
5317F: arch/ia64/
5318
5319IBM Power VMX Cryptographic instructions
5320M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5321M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5322L: linux-crypto@vger.kernel.org
5323S: Supported
5324F: drivers/crypto/vmx/Makefile
5325F: drivers/crypto/vmx/Kconfig
5326F: drivers/crypto/vmx/vmx.c
5327F: drivers/crypto/vmx/aes*
5328F: drivers/crypto/vmx/ghash*
5329F: drivers/crypto/vmx/ppc-xlate.pl
5330
5331IBM Power in-Nest Crypto Acceleration
5332M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5333M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5334L: linux-crypto@vger.kernel.org
5335S: Supported
5336F: drivers/crypto/nx/Makefile
5337F: drivers/crypto/nx/Kconfig
5338F: drivers/crypto/nx/nx-aes*
5339F: drivers/crypto/nx/nx-sha*
5340F: drivers/crypto/nx/nx.*
5341F: drivers/crypto/nx/nx_csbcpb.h
5342F: drivers/crypto/nx/nx_debugfs.h
5343
5344IBM Power 842 compression accelerator
5345M: Dan Streetman <ddstreet@ieee.org>
5346S: Supported
5347F: drivers/crypto/nx/Makefile
5348F: drivers/crypto/nx/Kconfig
5349F: drivers/crypto/nx/nx-842*
5350F: include/linux/sw842.h
5351F: crypto/842.c
5352F: lib/842/
5353
5354IBM Power Linux RAID adapter
5355M: Brian King <brking@us.ibm.com>
5356S: Supported
5357F: drivers/scsi/ipr.*
5358
5359IBM Power Virtual Ethernet Device Driver
5360M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5361L: netdev@vger.kernel.org
5362S: Supported
5363F: drivers/net/ethernet/ibm/ibmveth.*
5364
5365IBM Power SRIOV Virtual NIC Device Driver
5366M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5367M: John Allen <jallen@linux.vnet.ibm.com>
5368L: netdev@vger.kernel.org
5369S: Supported
5370F: drivers/net/ethernet/ibm/ibmvnic.*
5371
5372IBM Power Virtual SCSI Device Drivers
5373M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5374L: linux-scsi@vger.kernel.org
5375S: Supported
5376F: drivers/scsi/ibmvscsi/ibmvscsi*
5377F: drivers/scsi/ibmvscsi/viosrp.h
5378
5379IBM Power Virtual FC Device Drivers
5380M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5381L: linux-scsi@vger.kernel.org
5382S: Supported
5383F: drivers/scsi/ibmvscsi/ibmvfc*
5384
5385IBM ServeRAID RAID DRIVER
5386S: Orphan
5387F: drivers/scsi/ips.*
5388
5389ICH LPC AND GPIO DRIVER
5390M: Peter Tyser <ptyser@xes-inc.com>
5391S: Maintained
5392F: drivers/mfd/lpc_ich.c
5393F: drivers/gpio/gpio-ich.c
5394
5395IDE SUBSYSTEM
5396M: "David S. Miller" <davem@davemloft.net>
5397L: linux-ide@vger.kernel.org
5398Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5399T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5400S: Maintained
5401F: Documentation/ide/
5402F: drivers/ide/
5403F: include/linux/ide.h
5404
5405IDEAPAD LAPTOP EXTRAS DRIVER
5406M: Ike Panhc <ike.pan@canonical.com>
5407L: platform-driver-x86@vger.kernel.org
5408W: http://launchpad.net/ideapad-laptop
5409S: Maintained
5410F: drivers/platform/x86/ideapad-laptop.c
5411
5412IDEAPAD LAPTOP SLIDEBAR DRIVER
5413M: Andrey Moiseev <o2g.org.ru@gmail.com>
5414L: linux-input@vger.kernel.org
5415W: https://github.com/o2genum/ideapad-slidebar
5416S: Maintained
5417F: drivers/input/misc/ideapad_slidebar.c
5418
5419IDE/ATAPI DRIVERS
5420M: Borislav Petkov <bp@alien8.de>
5421L: linux-ide@vger.kernel.org
5422S: Maintained
5423F: Documentation/cdrom/ide-cd
5424F: drivers/ide/ide-cd*
5425
5426IDLE-I7300
5427M: Andy Henroid <andrew.d.henroid@intel.com>
5428L: linux-pm@vger.kernel.org
5429S: Supported
5430F: drivers/idle/i7300_idle.c
5431
5432IEEE 802.15.4 SUBSYSTEM
5433M: Alexander Aring <alex.aring@gmail.com>
5434L: linux-wpan@vger.kernel.org
5435W: https://github.com/linux-wpan
5436T: git git://github.com/linux-wpan/linux-wpan-next.git
5437S: Maintained
5438F: net/ieee802154/
5439F: net/mac802154/
5440F: drivers/net/ieee802154/
5441F: include/linux/nl802154.h
5442F: include/linux/ieee802154.h
5443F: include/net/nl802154.h
5444F: include/net/mac802154.h
5445F: include/net/af_ieee802154.h
5446F: include/net/cfg802154.h
5447F: include/net/ieee802154_netdev.h
5448F: Documentation/networking/ieee802154.txt
5449
5450IGORPLUG-USB IR RECEIVER
5451M: Sean Young <sean@mess.org>
5452L: linux-media@vger.kernel.org
5453S: Maintained
5454F: drivers/media/rc/igorplugusb.c
5455
5456IGUANAWORKS USB IR TRANSCEIVER
5457M: Sean Young <sean@mess.org>
5458L: linux-media@vger.kernel.org
5459S: Maintained
5460F: drivers/media/rc/iguanair.c
5461
5462IIO SUBSYSTEM AND DRIVERS
5463M: Jonathan Cameron <jic23@kernel.org>
5464R: Hartmut Knaack <knaack.h@gmx.de>
5465R: Lars-Peter Clausen <lars@metafoo.de>
5466R: Peter Meerwald <pmeerw@pmeerw.net>
5467L: linux-iio@vger.kernel.org
5468S: Maintained
5469F: drivers/iio/
5470F: drivers/staging/iio/
5471F: include/linux/iio/
5472F: tools/iio/
5473
5474IKANOS/ADI EAGLE ADSL USB DRIVER
5475M: Matthieu Castet <castet.matthieu@free.fr>
5476M: Stanislaw Gruszka <stf_xl@wp.pl>
5477S: Maintained
5478F: drivers/usb/atm/ueagle-atm.c
5479
5480INA209 HARDWARE MONITOR DRIVER
5481M: Guenter Roeck <linux@roeck-us.net>
5482L: lm-sensors@lm-sensors.org
5483S: Maintained
5484F: Documentation/hwmon/ina209
5485F: Documentation/devicetree/bindings/i2c/ina209.txt
5486F: drivers/hwmon/ina209.c
5487
5488INA2XX HARDWARE MONITOR DRIVER
5489M: Guenter Roeck <linux@roeck-us.net>
5490L: lm-sensors@lm-sensors.org
5491S: Maintained
5492F: Documentation/hwmon/ina2xx
5493F: drivers/hwmon/ina2xx.c
5494F: include/linux/platform_data/ina2xx.h
5495
5496INDUSTRY PACK SUBSYSTEM (IPACK)
5497M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5498M: Jens Taprogge <jens.taprogge@taprogge.org>
5499M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5500L: industrypack-devel@lists.sourceforge.net
5501W: http://industrypack.sourceforge.net
5502S: Maintained
5503F: drivers/ipack/
5504
5505INGENIC JZ4780 DMA Driver
5506M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5507S: Maintained
5508F: drivers/dma/dma-jz4780.c
5509
5510INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5511M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5512M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5513L: linux-ima-devel@lists.sourceforge.net
5514L: linux-ima-user@lists.sourceforge.net
5515L: linux-security-module@vger.kernel.org
5516T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5517S: Supported
5518F: security/integrity/ima/
5519
5520IMGTEC IR DECODER DRIVER
5521M: James Hogan <james.hogan@imgtec.com>
5522S: Maintained
5523F: drivers/media/rc/img-ir/
5524
5525IMS TWINTURBO FRAMEBUFFER DRIVER
5526L: linux-fbdev@vger.kernel.org
5527S: Orphan
5528F: drivers/video/fbdev/imsttfb.c
5529
5530INFINIBAND SUBSYSTEM
5531M: Doug Ledford <dledford@redhat.com>
5532M: Sean Hefty <sean.hefty@intel.com>
5533M: Hal Rosenstock <hal.rosenstock@gmail.com>
5534L: linux-rdma@vger.kernel.org
5535W: http://www.openfabrics.org/
5536Q: http://patchwork.kernel.org/project/linux-rdma/list/
5537T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5538S: Supported
5539F: Documentation/infiniband/
5540F: drivers/infiniband/
5541F: drivers/staging/rdma/
5542F: include/uapi/linux/if_infiniband.h
5543F: include/uapi/rdma/
5544F: include/rdma/
5545
5546INOTIFY
5547M: John McCutchan <john@johnmccutchan.com>
5548M: Robert Love <rlove@rlove.org>
5549M: Eric Paris <eparis@parisplace.org>
5550S: Maintained
5551F: Documentation/filesystems/inotify.txt
5552F: fs/notify/inotify/
5553F: include/linux/inotify.h
5554F: include/uapi/linux/inotify.h
5555
5556INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5557M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
5558L: linux-input@vger.kernel.org
5559Q: http://patchwork.kernel.org/project/linux-input/list/
5560T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5561S: Maintained
5562F: drivers/input/
5563F: include/linux/input.h
5564F: include/uapi/linux/input.h
5565F: include/linux/input/
5566
5567INPUT MULTITOUCH (MT) PROTOCOL
5568M: Henrik Rydberg <rydberg@bitmath.org>
5569L: linux-input@vger.kernel.org
5570S: Odd fixes
5571F: Documentation/input/multi-touch-protocol.txt
5572F: drivers/input/input-mt.c
5573K: \b(ABS|SYN)_MT_
5574
5575INTEL ASoC BDW/HSW DRIVERS
5576M: Jie Yang <yang.jie@linux.intel.com>
5577L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5578S: Supported
5579F: sound/soc/intel/common/sst-dsp*
5580F: sound/soc/intel/common/sst-firmware.c
5581F: sound/soc/intel/boards/broadwell.c
5582F: sound/soc/intel/haswell/
5583
5584INTEL C600 SERIES SAS CONTROLLER DRIVER
5585M: Intel SCU Linux support <intel-linux-scu@intel.com>
5586M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5587L: linux-scsi@vger.kernel.org
5588T: git git://git.code.sf.net/p/intel-sas/isci
5589S: Supported
5590F: drivers/scsi/isci/
5591
5592INTEL HID EVENT DRIVER
5593M: Alex Hung <alex.hung@canonical.com>
5594L: platform-driver-x86@vger.kernel.org
5595S: Maintained
5596F: drivers/platform/x86/intel-hid.c
5597
5598INTEL IDLE DRIVER
5599M: Len Brown <lenb@kernel.org>
5600L: linux-pm@vger.kernel.org
5601T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5602S: Supported
5603F: drivers/idle/intel_idle.c
5604
5605INTEL PSTATE DRIVER
5606M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5607M: Len Brown <lenb@kernel.org>
5608L: linux-pm@vger.kernel.org
5609S: Supported
5610F: drivers/cpufreq/intel_pstate.c
5611
5612INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5613M: Maik Broemme <mbroemme@plusserver.de>
5614L: linux-fbdev@vger.kernel.org
5615S: Maintained
5616F: Documentation/fb/intelfb.txt
5617F: drivers/video/fbdev/intelfb/
5618
5619INTEL 810/815 FRAMEBUFFER DRIVER
5620M: Antonino Daplas <adaplas@gmail.com>
5621L: linux-fbdev@vger.kernel.org
5622S: Maintained
5623F: drivers/video/fbdev/i810/
5624
5625INTEL MENLOW THERMAL DRIVER
5626M: Sujith Thomas <sujith.thomas@intel.com>
5627L: platform-driver-x86@vger.kernel.org
5628W: https://01.org/linux-acpi
5629S: Supported
5630F: drivers/platform/x86/intel_menlow.c
5631
5632INTEL I/OAT DMA DRIVER
5633M: Dave Jiang <dave.jiang@intel.com>
5634R: Dan Williams <dan.j.williams@intel.com>
5635L: dmaengine@vger.kernel.org
5636Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5637S: Supported
5638F: drivers/dma/ioat*
5639
5640INTEL IOMMU (VT-d)
5641M: David Woodhouse <dwmw2@infradead.org>
5642L: iommu@lists.linux-foundation.org
5643T: git git://git.infradead.org/iommu-2.6.git
5644S: Supported
5645F: drivers/iommu/intel-iommu.c
5646F: include/linux/intel-iommu.h
5647
5648INTEL IOP-ADMA DMA DRIVER
5649R: Dan Williams <dan.j.williams@intel.com>
5650S: Odd fixes
5651F: drivers/dma/iop-adma.c
5652
5653INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5654M: Krzysztof Halasa <khalasa@piap.pl>
5655S: Maintained
5656F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5657F: arch/arm/mach-ixp4xx/include/mach/npe.h
5658F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5659F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5660F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5661F: drivers/net/wan/ixp4xx_hss.c
5662
5663INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5664M: Deepak Saxena <dsaxena@plexity.net>
5665S: Maintained
5666F: drivers/char/hw_random/ixp4xx-rng.c
5667
5668INTEL ETHERNET DRIVERS
5669M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5670R: Jesse Brandeburg <jesse.brandeburg@intel.com>
5671R: Shannon Nelson <shannon.nelson@intel.com>
5672R: Carolyn Wyborny <carolyn.wyborny@intel.com>
5673R: Don Skidmore <donald.c.skidmore@intel.com>
5674R: Bruce Allan <bruce.w.allan@intel.com>
5675R: John Ronciak <john.ronciak@intel.com>
5676R: Mitch Williams <mitch.a.williams@intel.com>
5677L: intel-wired-lan@lists.osuosl.org
5678W: http://www.intel.com/support/feedback.htm
5679W: http://e1000.sourceforge.net/
5680Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5681T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5682T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5683S: Supported
5684F: Documentation/networking/e100.txt
5685F: Documentation/networking/e1000.txt
5686F: Documentation/networking/e1000e.txt
5687F: Documentation/networking/igb.txt
5688F: Documentation/networking/igbvf.txt
5689F: Documentation/networking/ixgb.txt
5690F: Documentation/networking/ixgbe.txt
5691F: Documentation/networking/ixgbevf.txt
5692F: Documentation/networking/i40e.txt
5693F: Documentation/networking/i40evf.txt
5694F: drivers/net/ethernet/intel/
5695F: drivers/net/ethernet/intel/*/
5696
5697INTEL-MID GPIO DRIVER
5698M: David Cohen <david.a.cohen@linux.intel.com>
5699L: linux-gpio@vger.kernel.org
5700S: Maintained
5701F: drivers/gpio/gpio-intel-mid.c
5702
5703INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5704M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5705L: linux-wireless@vger.kernel.org
5706S: Maintained
5707F: Documentation/networking/README.ipw2100
5708F: Documentation/networking/README.ipw2200
5709F: drivers/net/wireless/intel/ipw2x00/
5710
5711INTEL(R) TRACE HUB
5712M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5713S: Supported
5714F: Documentation/trace/intel_th.txt
5715F: drivers/hwtracing/intel_th/
5716
5717INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5718M: Ning Sun <ning.sun@intel.com>
5719L: tboot-devel@lists.sourceforge.net
5720W: http://tboot.sourceforge.net
5721T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5722S: Supported
5723F: Documentation/intel_txt.txt
5724F: include/linux/tboot.h
5725F: arch/x86/kernel/tboot.c
5726
5727INTEL WIRELESS WIMAX CONNECTION 2400
5728M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5729M: linux-wimax@intel.com
5730L: wimax@linuxwimax.org (subscribers-only)
5731S: Supported
5732W: http://linuxwimax.org
5733F: Documentation/wimax/README.i2400m
5734F: drivers/net/wimax/i2400m/
5735F: include/uapi/linux/wimax/i2400m.h
5736
5737INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5738M: Stanislaw Gruszka <sgruszka@redhat.com>
5739L: linux-wireless@vger.kernel.org
5740S: Supported
5741F: drivers/net/wireless/intel/iwlegacy/
5742
5743INTEL WIRELESS WIFI LINK (iwlwifi)
5744M: Johannes Berg <johannes.berg@intel.com>
5745M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5746M: Intel Linux Wireless <linuxwifi@intel.com>
5747L: linux-wireless@vger.kernel.org
5748W: http://intellinuxwireless.org
5749T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5750S: Supported
5751F: drivers/net/wireless/intel/iwlwifi/
5752
5753INTEL MANAGEMENT ENGINE (mei)
5754M: Tomas Winkler <tomas.winkler@intel.com>
5755L: linux-kernel@vger.kernel.org
5756S: Supported
5757F: include/uapi/linux/mei.h
5758F: include/linux/mei_cl_bus.h
5759F: drivers/misc/mei/*
5760F: Documentation/misc-devices/mei/*
5761
5762INTEL MIC DRIVERS (mic)
5763M: Sudeep Dutt <sudeep.dutt@intel.com>
5764M: Ashutosh Dixit <ashutosh.dixit@intel.com>
5765S: Supported
5766W: https://github.com/sudeepdutt/mic
5767W: http://software.intel.com/en-us/mic-developer
5768F: include/linux/mic_bus.h
5769F: include/linux/scif.h
5770F: include/uapi/linux/mic_common.h
5771F: include/uapi/linux/mic_ioctl.h
5772F: include/uapi/linux/scif_ioctl.h
5773F: drivers/misc/mic/
5774F: drivers/dma/mic_x100_dma.c
5775F: drivers/dma/mic_x100_dma.h
5776F: Documentation/mic/
5777
5778INTEL PMC/P-Unit IPC DRIVER
5779M: Zha Qipeng<qipeng.zha@intel.com>
5780L: platform-driver-x86@vger.kernel.org
5781S: Maintained
5782F: drivers/platform/x86/intel_pmc_ipc.c
5783F: drivers/platform/x86/intel_punit_ipc.c
5784F: arch/x86/include/asm/intel_pmc_ipc.h
5785F: arch/x86/include/asm/intel_punit_ipc.h
5786
5787INTEL TELEMETRY DRIVER
5788M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5789L: platform-driver-x86@vger.kernel.org
5790S: Maintained
5791F: arch/x86/include/asm/intel_telemetry.h
5792F: drivers/platform/x86/intel_telemetry*
5793
5794IOC3 ETHERNET DRIVER
5795M: Ralf Baechle <ralf@linux-mips.org>
5796L: linux-mips@linux-mips.org
5797S: Maintained
5798F: drivers/net/ethernet/sgi/ioc3-eth.c
5799
5800IOC3 SERIAL DRIVER
5801M: Pat Gefre <pfg@sgi.com>
5802L: linux-serial@vger.kernel.org
5803S: Maintained
5804F: drivers/tty/serial/ioc3_serial.c
5805
5806IOMMU DRIVERS
5807M: Joerg Roedel <joro@8bytes.org>
5808L: iommu@lists.linux-foundation.org
5809T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5810S: Maintained
5811F: drivers/iommu/
5812
5813IP MASQUERADING
5814M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5815S: Maintained
5816F: net/ipv4/netfilter/ipt_MASQUERADE.c
5817
5818IPATH DRIVER
5819M: Mike Marciniszyn <infinipath@intel.com>
5820L: linux-rdma@vger.kernel.org
5821S: Maintained
5822F: drivers/staging/rdma/ipath/
5823
5824IPMI SUBSYSTEM
5825M: Corey Minyard <minyard@acm.org>
5826L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5827W: http://openipmi.sourceforge.net/
5828S: Supported
5829F: Documentation/IPMI.txt
5830F: drivers/char/ipmi/
5831F: include/linux/ipmi*
5832F: include/uapi/linux/ipmi*
5833
5834QCOM AUDIO (ASoC) DRIVERS
5835M: Patrick Lai <plai@codeaurora.org>
5836M: Banajit Goswami <bgoswami@codeaurora.org>
5837L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5838S: Supported
5839F: sound/soc/qcom/
5840
5841IPS SCSI RAID DRIVER
5842M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5843L: linux-scsi@vger.kernel.org
5844W: http://www.adaptec.com/
5845S: Maintained
5846F: drivers/scsi/ips*
5847
5848IPVS
5849M: Wensong Zhang <wensong@linux-vs.org>
5850M: Simon Horman <horms@verge.net.au>
5851M: Julian Anastasov <ja@ssi.bg>
5852L: netdev@vger.kernel.org
5853L: lvs-devel@vger.kernel.org
5854S: Maintained
5855T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5856T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5857F: Documentation/networking/ipvs-sysctl.txt
5858F: include/net/ip_vs.h
5859F: include/uapi/linux/ip_vs.h
5860F: net/netfilter/ipvs/
5861
5862IPWIRELESS DRIVER
5863M: Jiri Kosina <jikos@kernel.org>
5864M: David Sterba <dsterba@suse.com>
5865S: Odd Fixes
5866F: drivers/tty/ipwireless/
5867
5868IPX NETWORK LAYER
5869M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5870L: netdev@vger.kernel.org
5871S: Maintained
5872F: include/net/ipx.h
5873F: include/uapi/linux/ipx.h
5874F: net/ipx/
5875
5876IRDA SUBSYSTEM
5877M: Samuel Ortiz <samuel@sortiz.org>
5878L: irda-users@lists.sourceforge.net (subscribers-only)
5879L: netdev@vger.kernel.org
5880W: http://irda.sourceforge.net/
5881S: Maintained
5882T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5883F: Documentation/networking/irda.txt
5884F: drivers/net/irda/
5885F: include/net/irda/
5886F: net/irda/
5887
5888IRQ SUBSYSTEM
5889M: Thomas Gleixner <tglx@linutronix.de>
5890L: linux-kernel@vger.kernel.org
5891S: Maintained
5892T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5893F: kernel/irq/
5894
5895IRQCHIP DRIVERS
5896M: Thomas Gleixner <tglx@linutronix.de>
5897M: Jason Cooper <jason@lakedaemon.net>
5898M: Marc Zyngier <marc.zyngier@arm.com>
5899L: linux-kernel@vger.kernel.org
5900S: Maintained
5901T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5902T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5903F: Documentation/devicetree/bindings/interrupt-controller/
5904F: drivers/irqchip/
5905
5906IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5907M: Jiang Liu <jiang.liu@linux.intel.com>
5908M: Marc Zyngier <marc.zyngier@arm.com>
5909S: Maintained
5910T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5911F: Documentation/IRQ-domain.txt
5912F: include/linux/irqdomain.h
5913F: kernel/irq/irqdomain.c
5914F: kernel/irq/msi.c
5915
5916ISAPNP
5917M: Jaroslav Kysela <perex@perex.cz>
5918S: Maintained
5919F: Documentation/isapnp.txt
5920F: drivers/pnp/isapnp/
5921F: include/linux/isapnp.h
5922
5923ISA RADIO MODULE
5924M: Hans Verkuil <hverkuil@xs4all.nl>
5925L: linux-media@vger.kernel.org
5926T: git git://linuxtv.org/media_tree.git
5927W: https://linuxtv.org
5928S: Maintained
5929F: drivers/media/radio/radio-isa*
5930
5931iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5932M: Peter Jones <pjones@redhat.com>
5933M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5934S: Maintained
5935F: drivers/firmware/iscsi_ibft*
5936
5937ISCSI
5938M: Mike Christie <michaelc@cs.wisc.edu>
5939L: open-iscsi@googlegroups.com
5940W: www.open-iscsi.org
5941T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5942S: Maintained
5943F: drivers/scsi/*iscsi*
5944F: include/scsi/*iscsi*
5945
5946ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5947M: Or Gerlitz <ogerlitz@mellanox.com>
5948M: Sagi Grimberg <sagig@mellanox.com>
5949M: Roi Dayan <roid@mellanox.com>
5950L: linux-rdma@vger.kernel.org
5951S: Supported
5952W: http://www.openfabrics.org
5953W: www.open-iscsi.org
5954Q: http://patchwork.kernel.org/project/linux-rdma/list/
5955F: drivers/infiniband/ulp/iser/
5956
5957ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5958M: Sagi Grimberg <sagig@mellanox.com>
5959T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5960L: linux-rdma@vger.kernel.org
5961L: target-devel@vger.kernel.org
5962S: Supported
5963W: http://www.linux-iscsi.org
5964F: drivers/infiniband/ulp/isert
5965
5966ISDN SUBSYSTEM
5967M: Karsten Keil <isdn@linux-pingi.de>
5968L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5969L: netdev@vger.kernel.org
5970W: http://www.isdn4linux.de
5971T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5972S: Maintained
5973F: Documentation/isdn/
5974F: drivers/isdn/
5975F: include/linux/isdn.h
5976F: include/linux/isdn/
5977F: include/uapi/linux/isdn.h
5978F: include/uapi/linux/isdn/
5979
5980ISDN SUBSYSTEM (Eicon active card driver)
5981M: Armin Schindler <mac@melware.de>
5982L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5983W: http://www.melware.de
5984S: Maintained
5985F: drivers/isdn/hardware/eicon/
5986
5987IT87 HARDWARE MONITORING DRIVER
5988M: Jean Delvare <jdelvare@suse.com>
5989L: lm-sensors@lm-sensors.org
5990S: Maintained
5991F: Documentation/hwmon/it87
5992F: drivers/hwmon/it87.c
5993
5994IT913X MEDIA DRIVER
5995M: Antti Palosaari <crope@iki.fi>
5996L: linux-media@vger.kernel.org
5997W: https://linuxtv.org
5998W: http://palosaari.fi/linux/
5999Q: http://patchwork.linuxtv.org/project/linux-media/list/
6000T: git git://linuxtv.org/anttip/media_tree.git
6001S: Maintained
6002F: drivers/media/tuners/it913x*
6003
6004IVTV VIDEO4LINUX DRIVER
6005M: Andy Walls <awalls@md.metrocast.net>
6006L: ivtv-devel@ivtvdriver.org (subscribers-only)
6007L: linux-media@vger.kernel.org
6008T: git git://linuxtv.org/media_tree.git
6009W: http://www.ivtvdriver.org
6010S: Maintained
6011F: Documentation/video4linux/*.ivtv
6012F: drivers/media/pci/ivtv/
6013F: include/uapi/linux/ivtv*
6014
6015IX2505V MEDIA DRIVER
6016M: Malcolm Priestley <tvboxspy@gmail.com>
6017L: linux-media@vger.kernel.org
6018W: https://linuxtv.org
6019Q: http://patchwork.linuxtv.org/project/linux-media/list/
6020S: Maintained
6021F: drivers/media/dvb-frontends/ix2505v*
6022
6023JC42.4 TEMPERATURE SENSOR DRIVER
6024M: Guenter Roeck <linux@roeck-us.net>
6025L: lm-sensors@lm-sensors.org
6026S: Maintained
6027F: drivers/hwmon/jc42.c
6028F: Documentation/hwmon/jc42
6029
6030JFS FILESYSTEM
6031M: Dave Kleikamp <shaggy@kernel.org>
6032L: jfs-discussion@lists.sourceforge.net
6033W: http://jfs.sourceforge.net/
6034T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6035S: Maintained
6036F: Documentation/filesystems/jfs.txt
6037F: fs/jfs/
6038
6039JME NETWORK DRIVER
6040M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6041L: netdev@vger.kernel.org
6042S: Maintained
6043F: drivers/net/ethernet/jme.*
6044
6045JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6046M: David Woodhouse <dwmw2@infradead.org>
6047L: linux-mtd@lists.infradead.org
6048W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6049S: Maintained
6050F: fs/jffs2/
6051F: include/uapi/linux/jffs2.h
6052
6053JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6054M: "Theodore Ts'o" <tytso@mit.edu>
6055M: Jan Kara <jack@suse.com>
6056L: linux-ext4@vger.kernel.org
6057S: Maintained
6058F: fs/jbd2/
6059F: include/linux/jbd2.h
6060
6061JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6062M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6063L: linux-media@vger.kernel.org
6064S: Maintained
6065F: drivers/media/platform/rcar_jpu.c
6066
6067JSM Neo PCI based serial card
6068M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
6069L: linux-serial@vger.kernel.org
6070S: Maintained
6071F: drivers/tty/serial/jsm/
6072
6073K10TEMP HARDWARE MONITORING DRIVER
6074M: Clemens Ladisch <clemens@ladisch.de>
6075L: lm-sensors@lm-sensors.org
6076S: Maintained
6077F: Documentation/hwmon/k10temp
6078F: drivers/hwmon/k10temp.c
6079
6080K8TEMP HARDWARE MONITORING DRIVER
6081M: Rudolf Marek <r.marek@assembler.cz>
6082L: lm-sensors@lm-sensors.org
6083S: Maintained
6084F: Documentation/hwmon/k8temp
6085F: drivers/hwmon/k8temp.c
6086
6087KCONFIG
6088M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6089L: linux-kbuild@vger.kernel.org
6090T: git git://gitorious.org/linux-kconfig/linux-kconfig
6091S: Maintained
6092F: Documentation/kbuild/kconfig-language.txt
6093F: scripts/kconfig/
6094
6095KDUMP
6096M: Vivek Goyal <vgoyal@redhat.com>
6097M: Haren Myneni <hbabu@us.ibm.com>
6098L: kexec@lists.infradead.org
6099W: http://lse.sourceforge.net/kdump/
6100S: Maintained
6101F: Documentation/kdump/
6102
6103KEENE FM RADIO TRANSMITTER DRIVER
6104M: Hans Verkuil <hverkuil@xs4all.nl>
6105L: linux-media@vger.kernel.org
6106T: git git://linuxtv.org/media_tree.git
6107W: https://linuxtv.org
6108S: Maintained
6109F: drivers/media/radio/radio-keene*
6110
6111KERNEL AUTOMOUNTER v4 (AUTOFS4)
6112M: Ian Kent <raven@themaw.net>
6113L: autofs@vger.kernel.org
6114S: Maintained
6115F: fs/autofs4/
6116
6117KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6118M: Michal Marek <mmarek@suse.com>
6119T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6120T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6121L: linux-kbuild@vger.kernel.org
6122S: Maintained
6123F: Documentation/kbuild/
6124F: Makefile
6125F: scripts/Makefile.*
6126F: scripts/basic/
6127F: scripts/mk*
6128F: scripts/package/
6129
6130KERNEL JANITORS
6131L: kernel-janitors@vger.kernel.org
6132W: http://kernelnewbies.org/KernelJanitors
6133S: Odd Fixes
6134
6135KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6136M: "J. Bruce Fields" <bfields@fieldses.org>
6137M: Jeff Layton <jlayton@poochiereds.net>
6138L: linux-nfs@vger.kernel.org
6139W: http://nfs.sourceforge.net/
6140T: git git://linux-nfs.org/~bfields/linux.git
6141S: Supported
6142F: fs/nfsd/
6143F: include/uapi/linux/nfsd/
6144F: fs/lockd/
6145F: fs/nfs_common/
6146F: net/sunrpc/
6147F: include/linux/lockd/
6148F: include/linux/sunrpc/
6149F: include/uapi/linux/sunrpc/
6150
6151KERNEL SELFTEST FRAMEWORK
6152M: Shuah Khan <shuahkh@osg.samsung.com>
6153L: linux-api@vger.kernel.org
6154T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6155S: Maintained
6156F: tools/testing/selftests
6157
6158KERNEL VIRTUAL MACHINE (KVM)
6159M: Gleb Natapov <gleb@kernel.org>
6160M: Paolo Bonzini <pbonzini@redhat.com>
6161L: kvm@vger.kernel.org
6162W: http://www.linux-kvm.org
6163T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6164S: Supported
6165F: Documentation/*/kvm*.txt
6166F: Documentation/virtual/kvm/
6167F: arch/*/kvm/
6168F: arch/x86/kernel/kvm.c
6169F: arch/x86/kernel/kvmclock.c
6170F: arch/*/include/asm/kvm*
6171F: include/linux/kvm*
6172F: include/uapi/linux/kvm*
6173F: virt/kvm/
6174
6175KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6176M: Joerg Roedel <joro@8bytes.org>
6177L: kvm@vger.kernel.org
6178W: http://www.linux-kvm.org/
6179S: Maintained
6180F: arch/x86/include/asm/svm.h
6181F: arch/x86/kvm/svm.c
6182
6183KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6184M: Alexander Graf <agraf@suse.com>
6185L: kvm-ppc@vger.kernel.org
6186W: http://www.linux-kvm.org/
6187T: git git://github.com/agraf/linux-2.6.git
6188S: Supported
6189F: arch/powerpc/include/asm/kvm*
6190F: arch/powerpc/kvm/
6191
6192KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6193M: Christian Borntraeger <borntraeger@de.ibm.com>
6194M: Cornelia Huck <cornelia.huck@de.ibm.com>
6195L: linux-s390@vger.kernel.org
6196W: http://www.ibm.com/developerworks/linux/linux390/
6197T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6198S: Supported
6199F: Documentation/s390/kvm.txt
6200F: arch/s390/include/asm/kvm*
6201F: arch/s390/kvm/
6202
6203KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6204M: Christoffer Dall <christoffer.dall@linaro.org>
6205M: Marc Zyngier <marc.zyngier@arm.com>
6206L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6207L: kvmarm@lists.cs.columbia.edu
6208W: http://systems.cs.columbia.edu/projects/kvm-arm
6209T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6210S: Supported
6211F: arch/arm/include/uapi/asm/kvm*
6212F: arch/arm/include/asm/kvm*
6213F: arch/arm/kvm/
6214F: virt/kvm/arm/
6215F: include/kvm/arm_*
6216
6217KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6218M: Christoffer Dall <christoffer.dall@linaro.org>
6219M: Marc Zyngier <marc.zyngier@arm.com>
6220L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6221L: kvmarm@lists.cs.columbia.edu
6222S: Maintained
6223F: arch/arm64/include/uapi/asm/kvm*
6224F: arch/arm64/include/asm/kvm*
6225F: arch/arm64/kvm/
6226
6227KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6228M: James Hogan <james.hogan@imgtec.com>
6229L: linux-mips@linux-mips.org
6230S: Supported
6231F: arch/mips/include/uapi/asm/kvm*
6232F: arch/mips/include/asm/kvm*
6233F: arch/mips/kvm/
6234
6235KEXEC
6236M: Eric Biederman <ebiederm@xmission.com>
6237W: http://kernel.org/pub/linux/utils/kernel/kexec/
6238L: kexec@lists.infradead.org
6239S: Maintained
6240F: include/linux/kexec.h
6241F: include/uapi/linux/kexec.h
6242F: kernel/kexec.c
6243
6244KEYS/KEYRINGS:
6245M: David Howells <dhowells@redhat.com>
6246L: keyrings@vger.kernel.org
6247S: Maintained
6248F: Documentation/security/keys.txt
6249F: include/linux/key.h
6250F: include/linux/key-type.h
6251F: include/keys/
6252F: security/keys/
6253
6254KEYS-TRUSTED
6255M: David Safford <safford@us.ibm.com>
6256M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6257L: linux-security-module@vger.kernel.org
6258L: keyrings@vger.kernel.org
6259S: Supported
6260F: Documentation/security/keys-trusted-encrypted.txt
6261F: include/keys/trusted-type.h
6262F: security/keys/trusted.c
6263F: security/keys/trusted.h
6264
6265KEYS-ENCRYPTED
6266M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6267M: David Safford <safford@us.ibm.com>
6268L: linux-security-module@vger.kernel.org
6269L: keyrings@vger.kernel.org
6270S: Supported
6271F: Documentation/security/keys-trusted-encrypted.txt
6272F: include/keys/encrypted-type.h
6273F: security/keys/encrypted-keys/
6274
6275KGDB / KDB /debug_core
6276M: Jason Wessel <jason.wessel@windriver.com>
6277W: http://kgdb.wiki.kernel.org/
6278L: kgdb-bugreport@lists.sourceforge.net
6279T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6280S: Maintained
6281F: Documentation/DocBook/kgdb.tmpl
6282F: drivers/misc/kgdbts.c
6283F: drivers/tty/serial/kgdboc.c
6284F: include/linux/kdb.h
6285F: include/linux/kgdb.h
6286F: kernel/debug/
6287
6288KMEMCHECK
6289M: Vegard Nossum <vegardno@ifi.uio.no>
6290M: Pekka Enberg <penberg@kernel.org>
6291S: Maintained
6292F: Documentation/kmemcheck.txt
6293F: arch/x86/include/asm/kmemcheck.h
6294F: arch/x86/mm/kmemcheck/
6295F: include/linux/kmemcheck.h
6296F: mm/kmemcheck.c
6297
6298KMEMLEAK
6299M: Catalin Marinas <catalin.marinas@arm.com>
6300S: Maintained
6301F: Documentation/kmemleak.txt
6302F: include/linux/kmemleak.h
6303F: mm/kmemleak.c
6304F: mm/kmemleak-test.c
6305
6306KPROBES
6307M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6308M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6309M: "David S. Miller" <davem@davemloft.net>
6310M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6311S: Maintained
6312F: Documentation/kprobes.txt
6313F: include/linux/kprobes.h
6314F: kernel/kprobes.c
6315
6316KS0108 LCD CONTROLLER DRIVER
6317M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6318W: http://miguelojeda.es/auxdisplay.htm
6319W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6320S: Maintained
6321F: Documentation/auxdisplay/ks0108
6322F: drivers/auxdisplay/ks0108.c
6323F: include/linux/ks0108.h
6324
6325L3MDEV
6326M: David Ahern <dsa@cumulusnetworks.com>
6327L: netdev@vger.kernel.org
6328S: Maintained
6329F: net/l3mdev
6330F: include/net/l3mdev.h
6331
6332LANTIQ MIPS ARCHITECTURE
6333M: John Crispin <blogic@openwrt.org>
6334L: linux-mips@linux-mips.org
6335S: Maintained
6336F: arch/mips/lantiq
6337
6338LAPB module
6339L: linux-x25@vger.kernel.org
6340S: Orphan
6341F: Documentation/networking/lapb-module.txt
6342F: include/*/lapb.h
6343F: net/lapb/
6344
6345LASI 53c700 driver for PARISC
6346M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6347L: linux-scsi@vger.kernel.org
6348S: Maintained
6349F: Documentation/scsi/53c700.txt
6350F: drivers/scsi/53c700*
6351
6352LED SUBSYSTEM
6353M: Richard Purdie <rpurdie@rpsys.net>
6354M: Jacek Anaszewski <j.anaszewski@samsung.com>
6355L: linux-leds@vger.kernel.org
6356T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6357S: Maintained
6358F: drivers/leds/
6359F: include/linux/leds.h
6360
6361LEGACY EEPROM DRIVER
6362M: Jean Delvare <jdelvare@suse.com>
6363S: Maintained
6364F: Documentation/misc-devices/eeprom
6365F: drivers/misc/eeprom/eeprom.c
6366
6367LEGO USB Tower driver
6368M: Juergen Stuber <starblue@users.sourceforge.net>
6369L: legousb-devel@lists.sourceforge.net
6370W: http://legousb.sourceforge.net/
6371S: Maintained
6372F: drivers/usb/misc/legousbtower.c
6373
6374LG2160 MEDIA DRIVER
6375M: Michael Krufky <mkrufky@linuxtv.org>
6376L: linux-media@vger.kernel.org
6377W: https://linuxtv.org
6378W: http://github.com/mkrufky
6379Q: http://patchwork.linuxtv.org/project/linux-media/list/
6380T: git git://linuxtv.org/mkrufky/tuners.git
6381S: Maintained
6382F: drivers/media/dvb-frontends/lg2160.*
6383
6384LGDT3305 MEDIA DRIVER
6385M: Michael Krufky <mkrufky@linuxtv.org>
6386L: linux-media@vger.kernel.org
6387W: https://linuxtv.org
6388W: http://github.com/mkrufky
6389Q: http://patchwork.linuxtv.org/project/linux-media/list/
6390T: git git://linuxtv.org/mkrufky/tuners.git
6391S: Maintained
6392F: drivers/media/dvb-frontends/lgdt3305.*
6393
6394LGUEST
6395M: Rusty Russell <rusty@rustcorp.com.au>
6396L: lguest@lists.ozlabs.org
6397W: http://lguest.ozlabs.org/
6398S: Odd Fixes
6399F: arch/x86/include/asm/lguest*.h
6400F: arch/x86/lguest/
6401F: drivers/lguest/
6402F: include/linux/lguest*.h
6403F: tools/lguest/
6404
6405LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6406M: Tejun Heo <tj@kernel.org>
6407L: linux-ide@vger.kernel.org
6408T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6409S: Maintained
6410F: drivers/ata/
6411F: include/linux/ata.h
6412F: include/linux/libata.h
6413
6414LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6415M: Viresh Kumar <vireshk@kernel.org>
6416L: linux-ide@vger.kernel.org
6417T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6418S: Maintained
6419F: include/linux/pata_arasan_cf_data.h
6420F: drivers/ata/pata_arasan_cf.c
6421
6422LIBATA PATA DRIVERS
6423M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6424M: Tejun Heo <tj@kernel.org>
6425L: linux-ide@vger.kernel.org
6426T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6427S: Maintained
6428F: drivers/ata/pata_*.c
6429F: drivers/ata/ata_generic.c
6430
6431LIBATA SATA AHCI PLATFORM devices support
6432M: Hans de Goede <hdegoede@redhat.com>
6433M: Tejun Heo <tj@kernel.org>
6434L: linux-ide@vger.kernel.org
6435T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6436S: Maintained
6437F: drivers/ata/ahci_platform.c
6438F: drivers/ata/libahci_platform.c
6439F: include/linux/ahci_platform.h
6440
6441LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6442M: Mikael Pettersson <mikpelinux@gmail.com>
6443L: linux-ide@vger.kernel.org
6444T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6445S: Maintained
6446F: drivers/ata/sata_promise.*
6447
6448LIBLOCKDEP
6449M: Sasha Levin <sasha.levin@oracle.com>
6450S: Maintained
6451F: tools/lib/lockdep/
6452
6453LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6454M: Dan Williams <dan.j.williams@intel.com>
6455L: linux-nvdimm@lists.01.org
6456Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6457T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6458S: Supported
6459F: drivers/nvdimm/*
6460F: include/linux/nd.h
6461F: include/linux/libnvdimm.h
6462F: include/uapi/linux/ndctl.h
6463
6464LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6465M: Ross Zwisler <ross.zwisler@linux.intel.com>
6466L: linux-nvdimm@lists.01.org
6467Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6468S: Supported
6469F: drivers/nvdimm/blk.c
6470F: drivers/nvdimm/region_devs.c
6471F: drivers/acpi/nfit*
6472
6473LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6474M: Vishal Verma <vishal.l.verma@intel.com>
6475L: linux-nvdimm@lists.01.org
6476Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6477S: Supported
6478F: drivers/nvdimm/btt*
6479
6480LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6481M: Ross Zwisler <ross.zwisler@linux.intel.com>
6482L: linux-nvdimm@lists.01.org
6483Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6484S: Supported
6485F: drivers/nvdimm/pmem.c
6486F: include/linux/pmem.h
6487F: arch/*/include/asm/pmem.h
6488
6489LIGHTNVM PLATFORM SUPPORT
6490M: Matias Bjorling <mb@lightnvm.io>
6491W: http://github/OpenChannelSSD
6492L: linux-block@vger.kernel.org
6493S: Maintained
6494F: drivers/lightnvm/
6495F: include/linux/lightnvm.h
6496F: include/uapi/linux/lightnvm.h
6497
6498LINUX FOR IBM pSERIES (RS/6000)
6499M: Paul Mackerras <paulus@au.ibm.com>
6500W: http://www.ibm.com/linux/ltc/projects/ppc
6501S: Supported
6502F: arch/powerpc/boot/rs6000.h
6503
6504LINUX FOR POWERPC (32-BIT AND 64-BIT)
6505M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6506M: Paul Mackerras <paulus@samba.org>
6507M: Michael Ellerman <mpe@ellerman.id.au>
6508W: http://www.penguinppc.org/
6509L: linuxppc-dev@lists.ozlabs.org
6510Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6511T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6512S: Supported
6513F: Documentation/powerpc/
6514F: arch/powerpc/
6515
6516LINUX FOR POWER MACINTOSH
6517M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6518W: http://www.penguinppc.org/
6519L: linuxppc-dev@lists.ozlabs.org
6520S: Maintained
6521F: arch/powerpc/platforms/powermac/
6522F: drivers/macintosh/
6523
6524LINUX FOR POWERPC EMBEDDED MPC5XXX
6525M: Anatolij Gustschin <agust@denx.de>
6526L: linuxppc-dev@lists.ozlabs.org
6527T: git git://git.denx.de/linux-denx-agust.git
6528S: Maintained
6529F: arch/powerpc/platforms/512x/
6530F: arch/powerpc/platforms/52xx/
6531
6532LINUX FOR POWERPC EMBEDDED PPC4XX
6533M: Alistair Popple <alistair@popple.id.au>
6534M: Matt Porter <mporter@kernel.crashing.org>
6535W: http://www.penguinppc.org/
6536L: linuxppc-dev@lists.ozlabs.org
6537S: Maintained
6538F: arch/powerpc/platforms/40x/
6539F: arch/powerpc/platforms/44x/
6540
6541LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6542L: linuxppc-dev@lists.ozlabs.org
6543S: Orphan
6544F: arch/powerpc/*/*virtex*
6545F: arch/powerpc/*/*/*virtex*
6546
6547LINUX FOR POWERPC EMBEDDED PPC8XX
6548M: Vitaly Bordug <vitb@kernel.crashing.org>
6549W: http://www.penguinppc.org/
6550L: linuxppc-dev@lists.ozlabs.org
6551S: Maintained
6552F: arch/powerpc/platforms/8xx/
6553
6554LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6555M: Scott Wood <oss@buserror.net>
6556M: Kumar Gala <galak@kernel.crashing.org>
6557W: http://www.penguinppc.org/
6558L: linuxppc-dev@lists.ozlabs.org
6559T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6560S: Maintained
6561F: arch/powerpc/platforms/83xx/
6562F: arch/powerpc/platforms/85xx/
6563
6564LINUX FOR POWERPC PA SEMI PWRFICIENT
6565M: Olof Johansson <olof@lixom.net>
6566L: linuxppc-dev@lists.ozlabs.org
6567S: Maintained
6568F: arch/powerpc/platforms/pasemi/
6569F: drivers/*/*pasemi*
6570F: drivers/*/*/*pasemi*
6571
6572LINUX SECURITY MODULE (LSM) FRAMEWORK
6573M: Chris Wright <chrisw@sous-sol.org>
6574L: linux-security-module@vger.kernel.org
6575S: Supported
6576
6577LIS3LV02D ACCELEROMETER DRIVER
6578M: Eric Piel <eric.piel@tremplin-utc.net>
6579S: Maintained
6580F: Documentation/misc-devices/lis3lv02d
6581F: drivers/misc/lis3lv02d/
6582F: drivers/platform/x86/hp_accel.c
6583
6584LIVE PATCHING
6585M: Josh Poimboeuf <jpoimboe@redhat.com>
6586M: Seth Jennings <sjenning@redhat.com>
6587M: Jiri Kosina <jikos@kernel.org>
6588M: Vojtech Pavlik <vojtech@suse.com>
6589S: Maintained
6590F: kernel/livepatch/
6591F: include/linux/livepatch.h
6592F: arch/x86/include/asm/livepatch.h
6593F: arch/x86/kernel/livepatch.c
6594F: Documentation/ABI/testing/sysfs-kernel-livepatch
6595F: samples/livepatch/
6596L: live-patching@vger.kernel.org
6597T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6598
6599LLC (802.2)
6600M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6601S: Maintained
6602F: include/linux/llc.h
6603F: include/uapi/linux/llc.h
6604F: include/net/llc*
6605F: net/llc/
6606
6607LM73 HARDWARE MONITOR DRIVER
6608M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6609L: lm-sensors@lm-sensors.org
6610S: Maintained
6611F: drivers/hwmon/lm73.c
6612
6613LM78 HARDWARE MONITOR DRIVER
6614M: Jean Delvare <jdelvare@suse.com>
6615L: lm-sensors@lm-sensors.org
6616S: Maintained
6617F: Documentation/hwmon/lm78
6618F: drivers/hwmon/lm78.c
6619
6620LM83 HARDWARE MONITOR DRIVER
6621M: Jean Delvare <jdelvare@suse.com>
6622L: lm-sensors@lm-sensors.org
6623S: Maintained
6624F: Documentation/hwmon/lm83
6625F: drivers/hwmon/lm83.c
6626
6627LM90 HARDWARE MONITOR DRIVER
6628M: Jean Delvare <jdelvare@suse.com>
6629L: lm-sensors@lm-sensors.org
6630S: Maintained
6631F: Documentation/hwmon/lm90
6632F: Documentation/devicetree/bindings/hwmon/lm90.txt
6633F: drivers/hwmon/lm90.c
6634
6635LM95234 HARDWARE MONITOR DRIVER
6636M: Guenter Roeck <linux@roeck-us.net>
6637L: lm-sensors@lm-sensors.org
6638S: Maintained
6639F: Documentation/hwmon/lm95234
6640F: drivers/hwmon/lm95234.c
6641
6642LME2510 MEDIA DRIVER
6643M: Malcolm Priestley <tvboxspy@gmail.com>
6644L: linux-media@vger.kernel.org
6645W: https://linuxtv.org
6646Q: http://patchwork.linuxtv.org/project/linux-media/list/
6647S: Maintained
6648F: drivers/media/usb/dvb-usb-v2/lmedm04*
6649
6650LOCKDEP AND LOCKSTAT
6651M: Peter Zijlstra <peterz@infradead.org>
6652M: Ingo Molnar <mingo@redhat.com>
6653L: linux-kernel@vger.kernel.org
6654T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6655S: Maintained
6656F: Documentation/locking/lockdep*.txt
6657F: Documentation/locking/lockstat.txt
6658F: include/linux/lockdep.h
6659F: kernel/locking/
6660
6661LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6662M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
6663L: linux-ntfs-dev@lists.sourceforge.net
6664W: http://www.linux-ntfs.org/content/view/19/37/
6665S: Maintained
6666F: Documentation/ldm.txt
6667F: block/partitions/ldm.*
6668
6669LogFS
6670M: Joern Engel <joern@logfs.org>
6671M: Prasad Joshi <prasadjoshi.linux@gmail.com>
6672L: logfs@logfs.org
6673W: logfs.org
6674S: Maintained
6675F: fs/logfs/
6676
6677LPC32XX MACHINE SUPPORT
6678M: Roland Stigge <stigge@antcom.de>
6679L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6680S: Maintained
6681F: arch/arm/mach-lpc32xx/
6682
6683LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6684M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6685M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6686M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6687M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6688L: MPT-FusionLinux.pdl@avagotech.com
6689L: linux-scsi@vger.kernel.org
6690W: http://www.lsilogic.com/support
6691S: Supported
6692F: drivers/message/fusion/
6693F: drivers/scsi/mpt2sas/
6694F: drivers/scsi/mpt3sas/
6695
6696LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6697M: Matthew Wilcox <matthew@wil.cx>
6698L: linux-scsi@vger.kernel.org
6699S: Maintained
6700F: drivers/scsi/sym53c8xx_2/
6701
6702LTC4261 HARDWARE MONITOR DRIVER
6703M: Guenter Roeck <linux@roeck-us.net>
6704L: lm-sensors@lm-sensors.org
6705S: Maintained
6706F: Documentation/hwmon/ltc4261
6707F: drivers/hwmon/ltc4261.c
6708
6709LTP (Linux Test Project)
6710M: Mike Frysinger <vapier@gentoo.org>
6711M: Cyril Hrubis <chrubis@suse.cz>
6712M: Wanlong Gao <wanlong.gao@gmail.com>
6713M: Jan Stancek <jstancek@redhat.com>
6714M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6715M: Alexey Kodanev <alexey.kodanev@oracle.com>
6716L: ltp@lists.linux.it (subscribers-only)
6717W: http://linux-test-project.github.io/
6718T: git git://github.com/linux-test-project/ltp.git
6719S: Maintained
6720
6721M32R ARCHITECTURE
6722W: http://www.linux-m32r.org/
6723S: Orphan
6724F: arch/m32r/
6725
6726M68K ARCHITECTURE
6727M: Geert Uytterhoeven <geert@linux-m68k.org>
6728L: linux-m68k@lists.linux-m68k.org
6729W: http://www.linux-m68k.org/
6730T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6731S: Maintained
6732F: arch/m68k/
6733F: drivers/zorro/
6734
6735M68K ON APPLE MACINTOSH
6736M: Joshua Thompson <funaho@jurai.org>
6737W: http://www.mac.linux-m68k.org/
6738L: linux-m68k@lists.linux-m68k.org
6739S: Maintained
6740F: arch/m68k/mac/
6741
6742M68K ON HP9000/300
6743M: Philip Blundell <philb@gnu.org>
6744W: http://www.tazenda.demon.co.uk/phil/linux-hp
6745S: Maintained
6746F: arch/m68k/hp300/
6747
6748M88DS3103 MEDIA DRIVER
6749M: Antti Palosaari <crope@iki.fi>
6750L: linux-media@vger.kernel.org
6751W: https://linuxtv.org
6752W: http://palosaari.fi/linux/
6753Q: http://patchwork.linuxtv.org/project/linux-media/list/
6754T: git git://linuxtv.org/anttip/media_tree.git
6755S: Maintained
6756F: drivers/media/dvb-frontends/m88ds3103*
6757
6758M88RS2000 MEDIA DRIVER
6759M: Malcolm Priestley <tvboxspy@gmail.com>
6760L: linux-media@vger.kernel.org
6761W: https://linuxtv.org
6762Q: http://patchwork.linuxtv.org/project/linux-media/list/
6763S: Maintained
6764F: drivers/media/dvb-frontends/m88rs2000*
6765
6766MA901 MASTERKIT USB FM RADIO DRIVER
6767M: Alexey Klimov <klimov.linux@gmail.com>
6768L: linux-media@vger.kernel.org
6769T: git git://linuxtv.org/media_tree.git
6770S: Maintained
6771F: drivers/media/radio/radio-ma901.c
6772
6773MAC80211
6774M: Johannes Berg <johannes@sipsolutions.net>
6775L: linux-wireless@vger.kernel.org
6776W: http://wireless.kernel.org/
6777T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6778T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6779S: Maintained
6780F: Documentation/networking/mac80211-injection.txt
6781F: include/net/mac80211.h
6782F: net/mac80211/
6783
6784MACVLAN DRIVER
6785M: Patrick McHardy <kaber@trash.net>
6786L: netdev@vger.kernel.org
6787S: Maintained
6788F: drivers/net/macvlan.c
6789F: include/linux/if_macvlan.h
6790
6791MAILBOX API
6792M: Jassi Brar <jassisinghbrar@gmail.com>
6793L: linux-kernel@vger.kernel.org
6794S: Maintained
6795F: drivers/mailbox/
6796F: include/linux/mailbox_client.h
6797F: include/linux/mailbox_controller.h
6798
6799MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6800M: Michael Kerrisk <mtk.manpages@gmail.com>
6801W: http://www.kernel.org/doc/man-pages
6802L: linux-man@vger.kernel.org
6803S: Maintained
6804
6805MARVELL ARMADA DRM SUPPORT
6806M: Russell King <rmk+kernel@arm.linux.org.uk>
6807S: Maintained
6808F: drivers/gpu/drm/armada/
6809
6810MARVELL 88E6352 DSA support
6811M: Guenter Roeck <linux@roeck-us.net>
6812S: Maintained
6813F: drivers/net/dsa/mv88e6352.c
6814
6815MARVELL CRYPTO DRIVER
6816M: Boris Brezillon <boris.brezillon@free-electrons.com>
6817M: Arnaud Ebalard <arno@natisbad.org>
6818F: drivers/crypto/marvell/
6819S: Maintained
6820L: linux-crypto@vger.kernel.org
6821
6822MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6823M: Mirko Lindner <mlindner@marvell.com>
6824M: Stephen Hemminger <stephen@networkplumber.org>
6825L: netdev@vger.kernel.org
6826S: Maintained
6827F: drivers/net/ethernet/marvell/sk*
6828
6829MARVELL LIBERTAS WIRELESS DRIVER
6830L: libertas-dev@lists.infradead.org
6831S: Orphan
6832F: drivers/net/wireless/marvell/libertas/
6833
6834MARVELL MV643XX ETHERNET DRIVER
6835M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6836L: netdev@vger.kernel.org
6837S: Maintained
6838F: drivers/net/ethernet/marvell/mv643xx_eth.*
6839F: include/linux/mv643xx.h
6840
6841MARVELL MVNETA ETHERNET DRIVER
6842M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6843L: netdev@vger.kernel.org
6844S: Maintained
6845F: drivers/net/ethernet/marvell/mvneta.*
6846
6847MARVELL MWIFIEX WIRELESS DRIVER
6848M: Amitkumar Karwar <akarwar@marvell.com>
6849M: Nishant Sarmukadam <nishants@marvell.com>
6850L: linux-wireless@vger.kernel.org
6851S: Maintained
6852F: drivers/net/wireless/marvell/mwifiex/
6853
6854MARVELL MWL8K WIRELESS DRIVER
6855M: Lennert Buytenhek <buytenh@wantstofly.org>
6856L: linux-wireless@vger.kernel.org
6857S: Odd Fixes
6858F: drivers/net/wireless/marvell/mwl8k.c
6859
6860MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6861M: Nicolas Pitre <nico@fluxnic.net>
6862S: Odd Fixes
6863F: drivers/mmc/host/mvsdio.*
6864
6865MATROX FRAMEBUFFER DRIVER
6866L: linux-fbdev@vger.kernel.org
6867S: Orphan
6868F: drivers/video/fbdev/matrox/matroxfb_*
6869F: include/uapi/linux/matroxfb.h
6870
6871MAX16065 HARDWARE MONITOR DRIVER
6872M: Guenter Roeck <linux@roeck-us.net>
6873L: lm-sensors@lm-sensors.org
6874S: Maintained
6875F: Documentation/hwmon/max16065
6876F: drivers/hwmon/max16065.c
6877
6878MAX20751 HARDWARE MONITOR DRIVER
6879M: Guenter Roeck <linux@roeck-us.net>
6880L: lm-sensors@lm-sensors.org
6881S: Maintained
6882F: Documentation/hwmon/max20751
6883F: drivers/hwmon/max20751.c
6884
6885MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6886M: "Hans J. Koch" <hjk@hansjkoch.de>
6887L: lm-sensors@lm-sensors.org
6888S: Maintained
6889F: Documentation/hwmon/max6650
6890F: drivers/hwmon/max6650.c
6891
6892MAX6697 HARDWARE MONITOR DRIVER
6893M: Guenter Roeck <linux@roeck-us.net>
6894L: lm-sensors@lm-sensors.org
6895S: Maintained
6896F: Documentation/hwmon/max6697
6897F: Documentation/devicetree/bindings/i2c/max6697.txt
6898F: drivers/hwmon/max6697.c
6899F: include/linux/platform_data/max6697.h
6900
6901MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6902M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6903L: linux-pm@vger.kernel.org
6904S: Supported
6905F: drivers/power/max14577_charger.c
6906F: drivers/power/max77693_charger.c
6907
6908MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6909M: Javier Martinez Canillas <javier@osg.samsung.com>
6910L: linux-kernel@vger.kernel.org
6911S: Supported
6912F: drivers/*/*max77802.c
6913F: Documentation/devicetree/bindings/*/*max77802.txt
6914F: include/dt-bindings/*/*max77802.h
6915
6916MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6917M: Chanwoo Choi <cw00.choi@samsung.com>
6918M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6919L: linux-kernel@vger.kernel.org
6920S: Supported
6921F: drivers/*/max14577.c
6922F: drivers/*/max77686.c
6923F: drivers/*/max77693.c
6924F: drivers/extcon/extcon-max14577.c
6925F: drivers/extcon/extcon-max77693.c
6926F: drivers/rtc/rtc-max77686.c
6927F: drivers/clk/clk-max77686.c
6928F: Documentation/devicetree/bindings/mfd/max14577.txt
6929F: Documentation/devicetree/bindings/*/max77686.txt
6930F: Documentation/devicetree/bindings/mfd/max77693.txt
6931F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6932F: include/linux/mfd/max14577*.h
6933F: include/linux/mfd/max77686*.h
6934F: include/linux/mfd/max77693*.h
6935
6936MAXIRADIO FM RADIO RECEIVER DRIVER
6937M: Hans Verkuil <hverkuil@xs4all.nl>
6938L: linux-media@vger.kernel.org
6939T: git git://linuxtv.org/media_tree.git
6940W: https://linuxtv.org
6941S: Maintained
6942F: drivers/media/radio/radio-maxiradio*
6943
6944MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6945M: Peter Rosin <peda@axentia.se>
6946L: linux-iio@vger.kernel.org
6947S: Maintained
6948F: drivers/iio/potentiometer/mcp4531.c
6949
6950MEDIA DRIVERS FOR RENESAS - VSP1
6951M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6952L: linux-media@vger.kernel.org
6953L: linux-renesas-soc@vger.kernel.org
6954T: git git://linuxtv.org/media_tree.git
6955S: Supported
6956F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
6957F: drivers/media/platform/vsp1/
6958
6959MEDIA DRIVERS FOR ASCOT2E
6960M: Sergey Kozlov <serjk@netup.ru>
6961L: linux-media@vger.kernel.org
6962W: https://linuxtv.org
6963W: http://netup.tv/
6964T: git git://linuxtv.org/media_tree.git
6965S: Supported
6966F: drivers/media/dvb-frontends/ascot2e*
6967
6968MEDIA DRIVERS FOR CXD2841ER
6969M: Sergey Kozlov <serjk@netup.ru>
6970L: linux-media@vger.kernel.org
6971W: https://linuxtv.org
6972W: http://netup.tv/
6973T: git git://linuxtv.org/media_tree.git
6974S: Supported
6975F: drivers/media/dvb-frontends/cxd2841er*
6976
6977MEDIA DRIVERS FOR HORUS3A
6978M: Sergey Kozlov <serjk@netup.ru>
6979L: linux-media@vger.kernel.org
6980W: https://linuxtv.org
6981W: http://netup.tv/
6982T: git git://linuxtv.org/media_tree.git
6983S: Supported
6984F: drivers/media/dvb-frontends/horus3a*
6985
6986MEDIA DRIVERS FOR LNBH25
6987M: Sergey Kozlov <serjk@netup.ru>
6988L: linux-media@vger.kernel.org
6989W: https://linuxtv.org
6990W: http://netup.tv/
6991T: git git://linuxtv.org/media_tree.git
6992S: Supported
6993F: drivers/media/dvb-frontends/lnbh25*
6994
6995MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6996M: Sergey Kozlov <serjk@netup.ru>
6997L: linux-media@vger.kernel.org
6998W: https://linuxtv.org
6999W: http://netup.tv/
7000T: git git://linuxtv.org/media_tree.git
7001S: Supported
7002F: drivers/media/pci/netup_unidvb/*
7003
7004MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7005M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7006P: LinuxTV.org Project
7007L: linux-media@vger.kernel.org
7008W: https://linuxtv.org
7009Q: http://patchwork.kernel.org/project/linux-media/list/
7010T: git git://linuxtv.org/media_tree.git
7011S: Maintained
7012F: Documentation/dvb/
7013F: Documentation/video4linux/
7014F: Documentation/DocBook/media/
7015F: drivers/media/
7016F: drivers/staging/media/
7017F: include/linux/platform_data/media/
7018F: include/media/
7019F: include/uapi/linux/dvb/
7020F: include/uapi/linux/videodev2.h
7021F: include/uapi/linux/media.h
7022F: include/uapi/linux/v4l2-*
7023F: include/uapi/linux/meye.h
7024F: include/uapi/linux/ivtv*
7025F: include/uapi/linux/uvcvideo.h
7026
7027MEDIATEK MT7601U WIRELESS LAN DRIVER
7028M: Jakub Kicinski <kubakici@wp.pl>
7029L: linux-wireless@vger.kernel.org
7030S: Maintained
7031F: drivers/net/wireless/mediatek/mt7601u/
7032
7033MEGARAID SCSI/SAS DRIVERS
7034M: Kashyap Desai <kashyap.desai@avagotech.com>
7035M: Sumit Saxena <sumit.saxena@avagotech.com>
7036M: Uday Lingala <uday.lingala@avagotech.com>
7037L: megaraidlinux.pdl@avagotech.com
7038L: linux-scsi@vger.kernel.org
7039W: http://www.lsi.com
7040S: Maintained
7041F: Documentation/scsi/megaraid.txt
7042F: drivers/scsi/megaraid.*
7043F: drivers/scsi/megaraid/
7044
7045MELLANOX ETHERNET DRIVER (mlx4_en)
7046M: Eugenia Emantayev <eugenia@mellanox.com>
7047L: netdev@vger.kernel.org
7048S: Supported
7049W: http://www.mellanox.com
7050Q: http://patchwork.ozlabs.org/project/netdev/list/
7051F: drivers/net/ethernet/mellanox/mlx4/en_*
7052
7053MELLANOX ETHERNET DRIVER (mlx5e)
7054M: Saeed Mahameed <saeedm@mellanox.com>
7055L: netdev@vger.kernel.org
7056S: Supported
7057W: http://www.mellanox.com
7058Q: http://patchwork.ozlabs.org/project/netdev/list/
7059F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7060
7061MELLANOX ETHERNET SWITCH DRIVERS
7062M: Jiri Pirko <jiri@mellanox.com>
7063M: Ido Schimmel <idosch@mellanox.com>
7064L: netdev@vger.kernel.org
7065S: Supported
7066W: http://www.mellanox.com
7067Q: http://patchwork.ozlabs.org/project/netdev/list/
7068F: drivers/net/ethernet/mellanox/mlxsw/
7069
7070MEMBARRIER SUPPORT
7071M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7072M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7073L: linux-kernel@vger.kernel.org
7074S: Supported
7075F: kernel/membarrier.c
7076F: include/uapi/linux/membarrier.h
7077
7078MEMORY MANAGEMENT
7079L: linux-mm@kvack.org
7080W: http://www.linux-mm.org
7081S: Maintained
7082F: include/linux/mm.h
7083F: include/linux/gfp.h
7084F: include/linux/mmzone.h
7085F: include/linux/memory_hotplug.h
7086F: include/linux/vmalloc.h
7087F: mm/
7088
7089MEMORY TECHNOLOGY DEVICES (MTD)
7090M: David Woodhouse <dwmw2@infradead.org>
7091M: Brian Norris <computersforpeace@gmail.com>
7092L: linux-mtd@lists.infradead.org
7093W: http://www.linux-mtd.infradead.org/
7094Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7095T: git git://git.infradead.org/linux-mtd.git
7096T: git git://git.infradead.org/l2-mtd.git
7097S: Maintained
7098F: drivers/mtd/
7099F: include/linux/mtd/
7100F: include/uapi/mtd/
7101
7102MEN A21 WATCHDOG DRIVER
7103M: Johannes Thumshirn <morbidrsa@gmail.com>
7104L: linux-watchdog@vger.kernel.org
7105S: Maintained
7106F: drivers/watchdog/mena21_wdt.c
7107
7108MEN CHAMELEON BUS (mcb)
7109M: Johannes Thumshirn <morbidrsa@gmail.com>
7110S: Maintained
7111F: drivers/mcb/
7112F: include/linux/mcb.h
7113F: Documentation/men-chameleon-bus.txt
7114
7115MEN F21BMC (Board Management Controller)
7116M: Andreas Werner <andreas.werner@men.de>
7117S: Supported
7118F: drivers/mfd/menf21bmc.c
7119F: drivers/watchdog/menf21bmc_wdt.c
7120F: drivers/leds/leds-menf21bmc.c
7121F: drivers/hwmon/menf21bmc_hwmon.c
7122F: Documentation/hwmon/menf21bmc
7123
7124METAG ARCHITECTURE
7125M: James Hogan <james.hogan@imgtec.com>
7126L: linux-metag@vger.kernel.org
7127T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7128S: Odd Fixes
7129F: arch/metag/
7130F: Documentation/metag/
7131F: Documentation/devicetree/bindings/metag/
7132F: Documentation/devicetree/bindings/interrupt-controller/img,*
7133F: drivers/clocksource/metag_generic.c
7134F: drivers/irqchip/irq-metag.c
7135F: drivers/irqchip/irq-metag-ext.c
7136F: drivers/tty/metag_da.c
7137
7138MICROBLAZE ARCHITECTURE
7139M: Michal Simek <monstr@monstr.eu>
7140W: http://www.monstr.eu/fdt/
7141T: git git://git.monstr.eu/linux-2.6-microblaze.git
7142S: Supported
7143F: arch/microblaze/
7144
7145MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7146M: Chen Yu <yu.c.chen@intel.com>
7147L: platform-driver-x86@vger.kernel.org
7148S: Supported
7149F: drivers/platform/x86/surfacepro3_button.c
7150
7151MICROTEK X6 SCANNER
7152M: Oliver Neukum <oliver@neukum.org>
7153S: Maintained
7154F: drivers/usb/image/microtek.*
7155
7156MIPS
7157M: Ralf Baechle <ralf@linux-mips.org>
7158L: linux-mips@linux-mips.org
7159W: http://www.linux-mips.org/
7160T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7161Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7162S: Supported
7163F: Documentation/mips/
7164F: arch/mips/
7165
7166MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7167M: Hans Verkuil <hverkuil@xs4all.nl>
7168L: linux-media@vger.kernel.org
7169T: git git://linuxtv.org/media_tree.git
7170W: https://linuxtv.org
7171S: Odd Fixes
7172F: drivers/media/radio/radio-miropcm20*
7173
7174MELLANOX MLX4 core VPI driver
7175M: Yishai Hadas <yishaih@mellanox.com>
7176L: netdev@vger.kernel.org
7177L: linux-rdma@vger.kernel.org
7178W: http://www.mellanox.com
7179Q: http://patchwork.ozlabs.org/project/netdev/list/
7180S: Supported
7181F: drivers/net/ethernet/mellanox/mlx4/
7182F: include/linux/mlx4/
7183
7184MELLANOX MLX4 IB driver
7185M: Yishai Hadas <yishaih@mellanox.com>
7186L: linux-rdma@vger.kernel.org
7187W: http://www.mellanox.com
7188Q: http://patchwork.kernel.org/project/linux-rdma/list/
7189S: Supported
7190F: drivers/infiniband/hw/mlx4/
7191F: include/linux/mlx4/
7192
7193MELLANOX MLX5 core VPI driver
7194M: Matan Barak <matanb@mellanox.com>
7195M: Leon Romanovsky <leonro@mellanox.com>
7196L: netdev@vger.kernel.org
7197L: linux-rdma@vger.kernel.org
7198W: http://www.mellanox.com
7199Q: http://patchwork.ozlabs.org/project/netdev/list/
7200S: Supported
7201F: drivers/net/ethernet/mellanox/mlx5/core/
7202F: include/linux/mlx5/
7203
7204MELLANOX MLX5 IB driver
7205M: Matan Barak <matanb@mellanox.com>
7206M: Leon Romanovsky <leonro@mellanox.com>
7207L: linux-rdma@vger.kernel.org
7208W: http://www.mellanox.com
7209Q: http://patchwork.kernel.org/project/linux-rdma/list/
7210S: Supported
7211F: drivers/infiniband/hw/mlx5/
7212F: include/linux/mlx5/
7213
7214MELEXIS MLX90614 DRIVER
7215M: Crt Mori <cmo@melexis.com>
7216L: linux-iio@vger.kernel.org
7217W: http://www.melexis.com
7218S: Supported
7219F: drivers/iio/temperature/mlx90614.c
7220
7221MN88472 MEDIA DRIVER
7222M: Antti Palosaari <crope@iki.fi>
7223L: linux-media@vger.kernel.org
7224W: https://linuxtv.org
7225W: http://palosaari.fi/linux/
7226Q: http://patchwork.linuxtv.org/project/linux-media/list/
7227T: git git://linuxtv.org/anttip/media_tree.git
7228S: Maintained
7229F: drivers/staging/media/mn88472/
7230F: drivers/media/dvb-frontends/mn88472.h
7231
7232MN88473 MEDIA DRIVER
7233M: Antti Palosaari <crope@iki.fi>
7234L: linux-media@vger.kernel.org
7235W: https://linuxtv.org
7236W: http://palosaari.fi/linux/
7237Q: http://patchwork.linuxtv.org/project/linux-media/list/
7238T: git git://linuxtv.org/anttip/media_tree.git
7239S: Maintained
7240F: drivers/staging/media/mn88473/
7241F: drivers/media/dvb-frontends/mn88473.h
7242
7243MODULE SUPPORT
7244M: Rusty Russell <rusty@rustcorp.com.au>
7245S: Maintained
7246F: include/linux/module.h
7247F: kernel/module.c
7248
7249MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7250W: http://popies.net/meye/
7251S: Orphan
7252F: Documentation/video4linux/meye.txt
7253F: drivers/media/pci/meye/
7254F: include/uapi/linux/meye.h
7255
7256MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7257M: Jiri Slaby <jirislaby@gmail.com>
7258S: Maintained
7259F: Documentation/serial/moxa-smartio
7260F: drivers/tty/mxser.*
7261
7262MR800 AVERMEDIA USB FM RADIO DRIVER
7263M: Alexey Klimov <klimov.linux@gmail.com>
7264L: linux-media@vger.kernel.org
7265T: git git://linuxtv.org/media_tree.git
7266S: Maintained
7267F: drivers/media/radio/radio-mr800.c
7268
7269MRF24J40 IEEE 802.15.4 RADIO DRIVER
7270M: Alan Ott <alan@signal11.us>
7271L: linux-wpan@vger.kernel.org
7272S: Maintained
7273F: drivers/net/ieee802154/mrf24j40.c
7274F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7275
7276MSI LAPTOP SUPPORT
7277M: "Lee, Chun-Yi" <jlee@suse.com>
7278L: platform-driver-x86@vger.kernel.org
7279S: Maintained
7280F: drivers/platform/x86/msi-laptop.c
7281
7282MSI WMI SUPPORT
7283L: platform-driver-x86@vger.kernel.org
7284S: Orphan
7285F: drivers/platform/x86/msi-wmi.c
7286
7287MSI001 MEDIA DRIVER
7288M: Antti Palosaari <crope@iki.fi>
7289L: linux-media@vger.kernel.org
7290W: https://linuxtv.org
7291W: http://palosaari.fi/linux/
7292Q: http://patchwork.linuxtv.org/project/linux-media/list/
7293T: git git://linuxtv.org/anttip/media_tree.git
7294S: Maintained
7295F: drivers/media/tuners/msi001*
7296
7297MSI2500 MEDIA DRIVER
7298M: Antti Palosaari <crope@iki.fi>
7299L: linux-media@vger.kernel.org
7300W: https://linuxtv.org
7301W: http://palosaari.fi/linux/
7302Q: http://patchwork.linuxtv.org/project/linux-media/list/
7303T: git git://linuxtv.org/anttip/media_tree.git
7304S: Maintained
7305F: drivers/media/usb/msi2500/
7306
7307MSYSTEMS DISKONCHIP G3 MTD DRIVER
7308M: Robert Jarzmik <robert.jarzmik@free.fr>
7309L: linux-mtd@lists.infradead.org
7310S: Maintained
7311F: drivers/mtd/devices/docg3*
7312
7313MT9M032 APTINA SENSOR DRIVER
7314M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7315L: linux-media@vger.kernel.org
7316T: git git://linuxtv.org/media_tree.git
7317S: Maintained
7318F: drivers/media/i2c/mt9m032.c
7319F: include/media/i2c/mt9m032.h
7320
7321MT9P031 APTINA CAMERA SENSOR
7322M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7323L: linux-media@vger.kernel.org
7324T: git git://linuxtv.org/media_tree.git
7325S: Maintained
7326F: drivers/media/i2c/mt9p031.c
7327F: include/media/i2c/mt9p031.h
7328
7329MT9T001 APTINA CAMERA SENSOR
7330M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7331L: linux-media@vger.kernel.org
7332T: git git://linuxtv.org/media_tree.git
7333S: Maintained
7334F: drivers/media/i2c/mt9t001.c
7335F: include/media/i2c/mt9t001.h
7336
7337MT9V032 APTINA CAMERA SENSOR
7338M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7339L: linux-media@vger.kernel.org
7340T: git git://linuxtv.org/media_tree.git
7341S: Maintained
7342F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7343F: drivers/media/i2c/mt9v032.c
7344F: include/media/i2c/mt9v032.h
7345
7346MULTIFUNCTION DEVICES (MFD)
7347M: Lee Jones <lee.jones@linaro.org>
7348T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7349S: Supported
7350F: drivers/mfd/
7351F: include/linux/mfd/
7352
7353MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7354M: Ulf Hansson <ulf.hansson@linaro.org>
7355L: linux-mmc@vger.kernel.org
7356T: git git://git.linaro.org/people/ulf.hansson/mmc.git
7357S: Maintained
7358F: drivers/mmc/
7359F: include/linux/mmc/
7360F: include/uapi/linux/mmc/
7361
7362MULTIMEDIA CARD (MMC) ETC. OVER SPI
7363S: Orphan
7364F: drivers/mmc/host/mmc_spi.c
7365F: include/linux/spi/mmc_spi.h
7366
7367MULTISOUND SOUND DRIVER
7368M: Andrew Veliath <andrewtv@usa.net>
7369S: Maintained
7370F: Documentation/sound/oss/MultiSound
7371F: sound/oss/msnd*
7372
7373MULTITECH MULTIPORT CARD (ISICOM)
7374S: Orphan
7375F: drivers/tty/isicom.c
7376F: include/linux/isicom.h
7377
7378MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7379M: Felipe Balbi <balbi@ti.com>
7380L: linux-usb@vger.kernel.org
7381T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7382S: Maintained
7383F: drivers/usb/musb/
7384
7385MXL5007T MEDIA DRIVER
7386M: Michael Krufky <mkrufky@linuxtv.org>
7387L: linux-media@vger.kernel.org
7388W: https://linuxtv.org
7389W: http://github.com/mkrufky
7390Q: http://patchwork.linuxtv.org/project/linux-media/list/
7391T: git git://linuxtv.org/mkrufky/tuners.git
7392S: Maintained
7393F: drivers/media/tuners/mxl5007t.*
7394
7395MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7396M: Hyong-Youb Kim <hykim@myri.com>
7397L: netdev@vger.kernel.org
7398W: https://www.myricom.com/support/downloads/myri10ge.html
7399S: Supported
7400F: drivers/net/ethernet/myricom/myri10ge/
7401
7402NATSEMI ETHERNET DRIVER (DP8381x)
7403S: Orphan
7404F: drivers/net/ethernet/natsemi/natsemi.c
7405
7406NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7407M: Daniel Mack <zonque@gmail.com>
7408S: Maintained
7409L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7410W: http://www.native-instruments.com
7411F: sound/usb/caiaq/
7412
7413NCP FILESYSTEM
7414M: Petr Vandrovec <petr@vandrovec.name>
7415S: Odd Fixes
7416F: fs/ncpfs/
7417
7418NCR 5380 SCSI DRIVERS
7419M: Finn Thain <fthain@telegraphics.com.au>
7420M: Michael Schmitz <schmitzmic@gmail.com>
7421L: linux-scsi@vger.kernel.org
7422S: Maintained
7423F: Documentation/scsi/g_NCR5380.txt
7424F: drivers/scsi/NCR5380.*
7425F: drivers/scsi/arm/cumana_1.c
7426F: drivers/scsi/arm/oak.c
7427F: drivers/scsi/atari_NCR5380.c
7428F: drivers/scsi/atari_scsi.*
7429F: drivers/scsi/dmx3191d.c
7430F: drivers/scsi/dtc.*
7431F: drivers/scsi/g_NCR5380.*
7432F: drivers/scsi/g_NCR5380_mmio.c
7433F: drivers/scsi/mac_scsi.*
7434F: drivers/scsi/pas16.*
7435F: drivers/scsi/sun3_scsi.*
7436F: drivers/scsi/sun3_scsi_vme.c
7437F: drivers/scsi/t128.*
7438
7439NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7440M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7441L: linux-scsi@vger.kernel.org
7442S: Maintained
7443F: drivers/scsi/NCR_D700.*
7444
7445NCT6775 HARDWARE MONITOR DRIVER
7446M: Guenter Roeck <linux@roeck-us.net>
7447L: lm-sensors@lm-sensors.org
7448S: Maintained
7449F: Documentation/hwmon/nct6775
7450F: drivers/hwmon/nct6775.c
7451
7452NETEFFECT IWARP RNIC DRIVER (IW_NES)
7453M: Faisal Latif <faisal.latif@intel.com>
7454L: linux-rdma@vger.kernel.org
7455W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7456S: Supported
7457F: drivers/infiniband/hw/nes/
7458
7459NETEM NETWORK EMULATOR
7460M: Stephen Hemminger <stephen@networkplumber.org>
7461L: netem@lists.linux-foundation.org
7462S: Maintained
7463F: net/sched/sch_netem.c
7464
7465NETERION 10GbE DRIVERS (s2io/vxge)
7466M: Jon Mason <jdmason@kudzu.us>
7467L: netdev@vger.kernel.org
7468S: Supported
7469F: Documentation/networking/s2io.txt
7470F: Documentation/networking/vxge.txt
7471F: drivers/net/ethernet/neterion/
7472
7473NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7474M: Pablo Neira Ayuso <pablo@netfilter.org>
7475M: Patrick McHardy <kaber@trash.net>
7476M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7477L: netfilter-devel@vger.kernel.org
7478L: coreteam@netfilter.org
7479W: http://www.netfilter.org/
7480W: http://www.iptables.org/
7481Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7482T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7483T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7484S: Supported
7485F: include/linux/netfilter*
7486F: include/linux/netfilter/
7487F: include/net/netfilter/
7488F: include/uapi/linux/netfilter*
7489F: include/uapi/linux/netfilter/
7490F: net/*/netfilter.c
7491F: net/*/netfilter/
7492F: net/netfilter/
7493F: net/bridge/br_netfilter*.c
7494
7495NETLABEL
7496M: Paul Moore <paul@paul-moore.com>
7497W: http://netlabel.sf.net
7498L: netdev@vger.kernel.org
7499S: Maintained
7500F: Documentation/netlabel/
7501F: include/net/netlabel.h
7502F: net/netlabel/
7503
7504NETROM NETWORK LAYER
7505M: Ralf Baechle <ralf@linux-mips.org>
7506L: linux-hams@vger.kernel.org
7507W: http://www.linux-ax25.org/
7508S: Maintained
7509F: include/net/netrom.h
7510F: include/uapi/linux/netrom.h
7511F: net/netrom/
7512
7513NETRONOME ETHERNET DRIVERS
7514M: Jakub Kicinski <jakub.kicinski@netronome.com>
7515M: Rolf Neugebauer <rolf.neugebauer@netronome.com>
7516L: oss-drivers@netronome.com
7517S: Maintained
7518F: drivers/net/ethernet/netronome/
7519
7520NETWORK BLOCK DEVICE (NBD)
7521M: Markus Pargmann <mpa@pengutronix.de>
7522S: Maintained
7523L: nbd-general@lists.sourceforge.net
7524T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
7525F: Documentation/blockdev/nbd.txt
7526F: drivers/block/nbd.c
7527F: include/uapi/linux/nbd.h
7528
7529NETWORK DROP MONITOR
7530M: Neil Horman <nhorman@tuxdriver.com>
7531L: netdev@vger.kernel.org
7532S: Maintained
7533W: https://fedorahosted.org/dropwatch/
7534F: net/core/drop_monitor.c
7535
7536NETWORKING [GENERAL]
7537M: "David S. Miller" <davem@davemloft.net>
7538L: netdev@vger.kernel.org
7539W: http://www.linuxfoundation.org/en/Net
7540Q: http://patchwork.ozlabs.org/project/netdev/list/
7541T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7542T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7543S: Maintained
7544F: net/
7545F: include/net/
7546F: include/linux/in.h
7547F: include/linux/net.h
7548F: include/linux/netdevice.h
7549F: include/uapi/linux/in.h
7550F: include/uapi/linux/net.h
7551F: include/uapi/linux/netdevice.h
7552F: include/uapi/linux/net_namespace.h
7553F: tools/net/
7554F: tools/testing/selftests/net/
7555F: lib/random32.c
7556F: lib/test_bpf.c
7557
7558NETWORKING [IPv4/IPv6]
7559M: "David S. Miller" <davem@davemloft.net>
7560M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7561M: James Morris <jmorris@namei.org>
7562M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7563M: Patrick McHardy <kaber@trash.net>
7564L: netdev@vger.kernel.org
7565T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7566S: Maintained
7567F: net/ipv4/
7568F: net/ipv6/
7569F: include/net/ip*
7570F: arch/x86/net/*
7571
7572NETWORKING [IPSEC]
7573M: Steffen Klassert <steffen.klassert@secunet.com>
7574M: Herbert Xu <herbert@gondor.apana.org.au>
7575M: "David S. Miller" <davem@davemloft.net>
7576L: netdev@vger.kernel.org
7577T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7578T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7579S: Maintained
7580F: net/core/flow.c
7581F: net/xfrm/
7582F: net/key/
7583F: net/ipv4/xfrm*
7584F: net/ipv4/esp4.c
7585F: net/ipv4/ah4.c
7586F: net/ipv4/ipcomp.c
7587F: net/ipv4/ip_vti.c
7588F: net/ipv6/xfrm*
7589F: net/ipv6/esp6.c
7590F: net/ipv6/ah6.c
7591F: net/ipv6/ipcomp6.c
7592F: net/ipv6/ip6_vti.c
7593F: include/uapi/linux/xfrm.h
7594F: include/net/xfrm.h
7595
7596NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7597M: Paul Moore <paul@paul-moore.com>
7598L: netdev@vger.kernel.org
7599S: Maintained
7600
7601NETWORKING [WIRELESS]
7602L: linux-wireless@vger.kernel.org
7603Q: http://patchwork.kernel.org/project/linux-wireless/list/
7604
7605NETWORKING DRIVERS
7606L: netdev@vger.kernel.org
7607W: http://www.linuxfoundation.org/en/Net
7608Q: http://patchwork.ozlabs.org/project/netdev/list/
7609T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7610T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7611S: Odd Fixes
7612F: drivers/net/
7613F: include/linux/if_*
7614F: include/linux/netdevice.h
7615F: include/linux/etherdevice.h
7616F: include/linux/fcdevice.h
7617F: include/linux/fddidevice.h
7618F: include/linux/hippidevice.h
7619F: include/linux/inetdevice.h
7620F: include/uapi/linux/if_*
7621F: include/uapi/linux/netdevice.h
7622
7623NETWORKING DRIVERS (WIRELESS)
7624M: Kalle Valo <kvalo@codeaurora.org>
7625L: linux-wireless@vger.kernel.org
7626Q: http://patchwork.kernel.org/project/linux-wireless/list/
7627T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7628T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7629S: Maintained
7630F: drivers/net/wireless/
7631
7632NETXEN (1/10) GbE SUPPORT
7633M: Manish Chopra <manish.chopra@qlogic.com>
7634M: Sony Chacko <sony.chacko@qlogic.com>
7635M: Rajesh Borundia <rajesh.borundia@qlogic.com>
7636L: netdev@vger.kernel.org
7637W: http://www.qlogic.com
7638S: Supported
7639F: drivers/net/ethernet/qlogic/netxen/
7640
7641NFC SUBSYSTEM
7642M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7643M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7644M: Samuel Ortiz <sameo@linux.intel.com>
7645L: linux-wireless@vger.kernel.org
7646L: linux-nfc@lists.01.org (subscribers-only)
7647S: Supported
7648F: net/nfc/
7649F: include/net/nfc/
7650F: include/uapi/linux/nfc.h
7651F: drivers/nfc/
7652F: include/linux/platform_data/microread.h
7653F: include/linux/platform_data/nfcmrvl.h
7654F: include/linux/platform_data/nxp-nci.h
7655F: include/linux/platform_data/pn544.h
7656F: include/linux/platform_data/st21nfca.h
7657F: include/linux/platform_data/st-nci.h
7658F: Documentation/devicetree/bindings/net/nfc/
7659
7660NFS, SUNRPC, AND LOCKD CLIENTS
7661M: Trond Myklebust <trond.myklebust@primarydata.com>
7662M: Anna Schumaker <anna.schumaker@netapp.com>
7663L: linux-nfs@vger.kernel.org
7664W: http://client.linux-nfs.org
7665T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7666S: Maintained
7667F: fs/lockd/
7668F: fs/nfs/
7669F: fs/nfs_common/
7670F: net/sunrpc/
7671F: include/linux/lockd/
7672F: include/linux/nfs*
7673F: include/linux/sunrpc/
7674F: include/uapi/linux/nfs*
7675F: include/uapi/linux/sunrpc/
7676
7677NILFS2 FILESYSTEM
7678M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7679L: linux-nilfs@vger.kernel.org
7680W: http://nilfs.sourceforge.net/
7681T: git git://github.com/konis/nilfs2.git
7682S: Supported
7683F: Documentation/filesystems/nilfs2.txt
7684F: fs/nilfs2/
7685F: include/linux/nilfs2_fs.h
7686F: include/trace/events/nilfs2.h
7687
7688NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7689M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7690W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7691S: Maintained
7692F: Documentation/scsi/NinjaSCSI.txt
7693F: drivers/scsi/pcmcia/nsp_*
7694
7695NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7696M: GOTO Masanori <gotom@debian.or.jp>
7697M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7698W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7699S: Maintained
7700F: Documentation/scsi/NinjaSCSI.txt
7701F: drivers/scsi/nsp32*
7702
7703NIOS2 ARCHITECTURE
7704M: Ley Foon Tan <lftan@altera.com>
7705L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7706T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7707S: Maintained
7708F: arch/nios2/
7709
7710NOKIA N900 POWER SUPPLY DRIVERS
7711M: Pali Rohár <pali.rohar@gmail.com>
7712S: Maintained
7713F: include/linux/power/bq2415x_charger.h
7714F: include/linux/power/bq27xxx_battery.h
7715F: include/linux/power/isp1704_charger.h
7716F: drivers/power/bq2415x_charger.c
7717F: drivers/power/bq27xxx_battery.c
7718F: drivers/power/isp1704_charger.c
7719F: drivers/power/rx51_battery.c
7720
7721NTB DRIVER CORE
7722M: Jon Mason <jdmason@kudzu.us>
7723M: Dave Jiang <dave.jiang@intel.com>
7724M: Allen Hubbe <Allen.Hubbe@emc.com>
7725L: linux-ntb@googlegroups.com
7726S: Supported
7727W: https://github.com/jonmason/ntb/wiki
7728T: git git://github.com/jonmason/ntb.git
7729F: drivers/ntb/
7730F: drivers/net/ntb_netdev.c
7731F: include/linux/ntb.h
7732F: include/linux/ntb_transport.h
7733
7734NTB INTEL DRIVER
7735M: Jon Mason <jdmason@kudzu.us>
7736M: Dave Jiang <dave.jiang@intel.com>
7737L: linux-ntb@googlegroups.com
7738S: Supported
7739W: https://github.com/jonmason/ntb/wiki
7740T: git git://github.com/jonmason/ntb.git
7741F: drivers/ntb/hw/intel/
7742
7743NTB AMD DRIVER
7744M: Xiangliang Yu <Xiangliang.Yu@amd.com>
7745L: linux-ntb@googlegroups.com
7746S: Supported
7747F: drivers/ntb/hw/amd/
7748
7749NTFS FILESYSTEM
7750M: Anton Altaparmakov <anton@tuxera.com>
7751L: linux-ntfs-dev@lists.sourceforge.net
7752W: http://www.tuxera.com/
7753T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7754S: Supported
7755F: Documentation/filesystems/ntfs.txt
7756F: fs/ntfs/
7757
7758NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7759M: Antonino Daplas <adaplas@gmail.com>
7760L: linux-fbdev@vger.kernel.org
7761S: Maintained
7762F: drivers/video/fbdev/riva/
7763F: drivers/video/fbdev/nvidia/
7764
7765NVM EXPRESS DRIVER
7766M: Keith Busch <keith.busch@intel.com>
7767M: Jens Axboe <axboe@fb.com>
7768L: linux-nvme@lists.infradead.org
7769T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7770W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7771S: Supported
7772F: drivers/nvme/host/
7773F: include/linux/nvme.h
7774
7775NVMEM FRAMEWORK
7776M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7777M: Maxime Ripard <maxime.ripard@free-electrons.com>
7778S: Maintained
7779F: drivers/nvmem/
7780F: Documentation/devicetree/bindings/nvmem/
7781F: include/linux/nvmem-consumer.h
7782F: include/linux/nvmem-provider.h
7783
7784NXP-NCI NFC DRIVER
7785M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7786R: Charles Gorand <charles.gorand@effinnov.com>
7787L: linux-nfc@lists.01.org (moderated for non-subscribers)
7788S: Supported
7789F: drivers/nfc/nxp-nci
7790
7791NXP TDA998X DRM DRIVER
7792M: Russell King <rmk+kernel@arm.linux.org.uk>
7793S: Supported
7794F: drivers/gpu/drm/i2c/tda998x_drv.c
7795F: include/drm/i2c/tda998x.h
7796
7797NXP TFA9879 DRIVER
7798M: Peter Rosin <peda@axentia.se>
7799L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7800S: Maintained
7801F: sound/soc/codecs/tfa9879*
7802
7803OMAP SUPPORT
7804M: Tony Lindgren <tony@atomide.com>
7805L: linux-omap@vger.kernel.org
7806W: http://www.muru.com/linux/omap/
7807W: http://linux.omap.com/
7808Q: http://patchwork.kernel.org/project/linux-omap/list/
7809T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7810S: Maintained
7811F: arch/arm/*omap*/
7812F: arch/arm/configs/omap1_defconfig
7813F: arch/arm/configs/omap2plus_defconfig
7814F: drivers/i2c/busses/i2c-omap.c
7815F: drivers/irqchip/irq-omap-intc.c
7816F: drivers/mfd/*omap*.c
7817F: drivers/mfd/menelaus.c
7818F: drivers/mfd/palmas.c
7819F: drivers/mfd/tps65217.c
7820F: drivers/mfd/tps65218.c
7821F: drivers/mfd/tps65910.c
7822F: drivers/mfd/twl-core.[ch]
7823F: drivers/mfd/twl4030*.c
7824F: drivers/mfd/twl6030*.c
7825F: drivers/mfd/twl6040*.c
7826F: drivers/regulator/palmas-regulator*.c
7827F: drivers/regulator/pbias-regulator.c
7828F: drivers/regulator/tps65217-regulator.c
7829F: drivers/regulator/tps65218-regulator.c
7830F: drivers/regulator/tps65910-regulator.c
7831F: drivers/regulator/twl-regulator.c
7832F: include/linux/i2c-omap.h
7833
7834OMAP DEVICE TREE SUPPORT
7835M: Benoît Cousson <bcousson@baylibre.com>
7836M: Tony Lindgren <tony@atomide.com>
7837L: linux-omap@vger.kernel.org
7838L: devicetree@vger.kernel.org
7839S: Maintained
7840F: arch/arm/boot/dts/*omap*
7841F: arch/arm/boot/dts/*am3*
7842F: arch/arm/boot/dts/*am4*
7843F: arch/arm/boot/dts/*am5*
7844F: arch/arm/boot/dts/*dra7*
7845
7846OMAP CLOCK FRAMEWORK SUPPORT
7847M: Paul Walmsley <paul@pwsan.com>
7848L: linux-omap@vger.kernel.org
7849S: Maintained
7850F: arch/arm/*omap*/*clock*
7851
7852OMAP POWER MANAGEMENT SUPPORT
7853M: Kevin Hilman <khilman@deeprootsystems.com>
7854L: linux-omap@vger.kernel.org
7855S: Maintained
7856F: arch/arm/*omap*/*pm*
7857F: drivers/cpufreq/omap-cpufreq.c
7858
7859OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7860M: Rajendra Nayak <rnayak@ti.com>
7861M: Paul Walmsley <paul@pwsan.com>
7862L: linux-omap@vger.kernel.org
7863S: Maintained
7864F: arch/arm/mach-omap2/prm*
7865
7866OMAP AUDIO SUPPORT
7867M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7868M: Jarkko Nikula <jarkko.nikula@bitmer.com>
7869L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7870L: linux-omap@vger.kernel.org
7871S: Maintained
7872F: sound/soc/omap/
7873
7874OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7875M: Roger Quadros <rogerq@ti.com>
7876M: Tony Lindgren <tony@atomide.com>
7877L: linux-omap@vger.kernel.org
7878S: Maintained
7879F: drivers/memory/omap-gpmc.c
7880F: arch/arm/mach-omap2/*gpmc*
7881
7882OMAP FRAMEBUFFER SUPPORT
7883M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7884L: linux-fbdev@vger.kernel.org
7885L: linux-omap@vger.kernel.org
7886S: Maintained
7887F: drivers/video/fbdev/omap/
7888
7889OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7890M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7891L: linux-omap@vger.kernel.org
7892L: linux-fbdev@vger.kernel.org
7893S: Maintained
7894F: drivers/video/fbdev/omap2/
7895F: Documentation/arm/OMAP/DSS
7896
7897OMAP HARDWARE SPINLOCK SUPPORT
7898M: Ohad Ben-Cohen <ohad@wizery.com>
7899L: linux-omap@vger.kernel.org
7900S: Maintained
7901F: drivers/hwspinlock/omap_hwspinlock.c
7902
7903OMAP MMC SUPPORT
7904M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
7905L: linux-omap@vger.kernel.org
7906S: Maintained
7907F: drivers/mmc/host/omap.c
7908
7909OMAP HS MMC SUPPORT
7910L: linux-mmc@vger.kernel.org
7911L: linux-omap@vger.kernel.org
7912S: Orphan
7913F: drivers/mmc/host/omap_hsmmc.c
7914
7915OMAP RANDOM NUMBER GENERATOR SUPPORT
7916M: Deepak Saxena <dsaxena@plexity.net>
7917S: Maintained
7918F: drivers/char/hw_random/omap-rng.c
7919
7920OMAP HWMOD SUPPORT
7921M: Benoît Cousson <bcousson@baylibre.com>
7922M: Paul Walmsley <paul@pwsan.com>
7923L: linux-omap@vger.kernel.org
7924S: Maintained
7925F: arch/arm/mach-omap2/omap_hwmod.*
7926
7927OMAP HWMOD DATA
7928M: Paul Walmsley <paul@pwsan.com>
7929L: linux-omap@vger.kernel.org
7930S: Maintained
7931F: arch/arm/mach-omap2/omap_hwmod*data*
7932
7933OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7934M: Benoît Cousson <bcousson@baylibre.com>
7935L: linux-omap@vger.kernel.org
7936S: Maintained
7937F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7938
7939OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7940M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7941L: linux-media@vger.kernel.org
7942S: Maintained
7943F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
7944F: drivers/media/platform/omap3isp/
7945F: drivers/staging/media/omap4iss/
7946
7947OMAP USB SUPPORT
7948M: Felipe Balbi <balbi@ti.com>
7949L: linux-usb@vger.kernel.org
7950L: linux-omap@vger.kernel.org
7951T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7952S: Maintained
7953F: drivers/usb/*/*omap*
7954F: arch/arm/*omap*/usb*
7955
7956OMAP GPIO DRIVER
7957M: Grygorii Strashko <grygorii.strashko@ti.com>
7958M: Santosh Shilimkar <ssantosh@kernel.org>
7959M: Kevin Hilman <khilman@deeprootsystems.com>
7960L: linux-omap@vger.kernel.org
7961S: Maintained
7962F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
7963F: drivers/gpio/gpio-omap.c
7964
7965OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7966M: Mark Jackson <mpfj@newflow.co.uk>
7967L: linux-omap@vger.kernel.org
7968S: Maintained
7969F: arch/arm/boot/dts/am335x-nano.dts
7970
7971OMFS FILESYSTEM
7972M: Bob Copeland <me@bobcopeland.com>
7973L: linux-karma-devel@lists.sourceforge.net
7974S: Maintained
7975F: Documentation/filesystems/omfs.txt
7976F: fs/omfs/
7977
7978OMNIKEY CARDMAN 4000 DRIVER
7979M: Harald Welte <laforge@gnumonks.org>
7980S: Maintained
7981F: drivers/char/pcmcia/cm4000_cs.c
7982F: include/linux/cm4000_cs.h
7983F: include/uapi/linux/cm4000_cs.h
7984
7985OMNIKEY CARDMAN 4040 DRIVER
7986M: Harald Welte <laforge@gnumonks.org>
7987S: Maintained
7988F: drivers/char/pcmcia/cm4040_cs.*
7989
7990OMNIVISION OV7670 SENSOR DRIVER
7991M: Jonathan Corbet <corbet@lwn.net>
7992L: linux-media@vger.kernel.org
7993T: git git://linuxtv.org/media_tree.git
7994S: Maintained
7995F: drivers/media/i2c/ov7670.c
7996
7997ONENAND FLASH DRIVER
7998M: Kyungmin Park <kyungmin.park@samsung.com>
7999L: linux-mtd@lists.infradead.org
8000S: Maintained
8001F: drivers/mtd/onenand/
8002F: include/linux/mtd/onenand*.h
8003
8004ONSTREAM SCSI TAPE DRIVER
8005M: Willem Riede <osst@riede.org>
8006L: osst-users@lists.sourceforge.net
8007L: linux-scsi@vger.kernel.org
8008S: Maintained
8009F: Documentation/scsi/osst.txt
8010F: drivers/scsi/osst.*
8011F: drivers/scsi/osst_*.h
8012F: drivers/scsi/st.h
8013
8014OPENCORES I2C BUS DRIVER
8015M: Peter Korsgaard <jacmet@sunsite.dk>
8016L: linux-i2c@vger.kernel.org
8017S: Maintained
8018F: Documentation/i2c/busses/i2c-ocores
8019F: drivers/i2c/busses/i2c-ocores.c
8020
8021OPEN FIRMWARE AND FLATTENED DEVICE TREE
8022M: Rob Herring <robh+dt@kernel.org>
8023M: Frank Rowand <frowand.list@gmail.com>
8024M: Grant Likely <grant.likely@linaro.org>
8025L: devicetree@vger.kernel.org
8026W: http://www.devicetree.org/
8027T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8028S: Maintained
8029F: drivers/of/
8030F: include/linux/of*.h
8031F: scripts/dtc/
8032
8033OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8034M: Rob Herring <robh+dt@kernel.org>
8035M: Pawel Moll <pawel.moll@arm.com>
8036M: Mark Rutland <mark.rutland@arm.com>
8037M: Ian Campbell <ijc+devicetree@hellion.org.uk>
8038M: Kumar Gala <galak@codeaurora.org>
8039L: devicetree@vger.kernel.org
8040T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8041S: Maintained
8042F: Documentation/devicetree/
8043F: arch/*/boot/dts/
8044F: include/dt-bindings/
8045
8046OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8047M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8048L: devicetree@vger.kernel.org
8049S: Maintained
8050F: Documentation/devicetree/dynamic-resolution-notes.txt
8051F: Documentation/devicetree/overlay-notes.txt
8052F: drivers/of/overlay.c
8053F: drivers/of/resolver.c
8054
8055OPENRISC ARCHITECTURE
8056M: Jonas Bonn <jonas@southpole.se>
8057W: http://openrisc.net
8058L: linux@lists.openrisc.net (moderated for non-subscribers)
8059S: Maintained
8060T: git git://openrisc.net/~jonas/linux
8061F: arch/openrisc/
8062
8063OPENVSWITCH
8064M: Pravin Shelar <pshelar@nicira.com>
8065L: netdev@vger.kernel.org
8066L: dev@openvswitch.org
8067W: http://openvswitch.org
8068S: Maintained
8069F: net/openvswitch/
8070F: include/uapi/linux/openvswitch.h
8071
8072OPERATING PERFORMANCE POINTS (OPP)
8073M: Viresh Kumar <vireshk@kernel.org>
8074M: Nishanth Menon <nm@ti.com>
8075M: Stephen Boyd <sboyd@codeaurora.org>
8076L: linux-pm@vger.kernel.org
8077S: Maintained
8078T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8079F: drivers/base/power/opp/
8080F: include/linux/pm_opp.h
8081F: Documentation/power/opp.txt
8082F: Documentation/devicetree/bindings/opp/
8083
8084OPL4 DRIVER
8085M: Clemens Ladisch <clemens@ladisch.de>
8086L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8087T: git git://git.alsa-project.org/alsa-kernel.git
8088S: Maintained
8089F: sound/drivers/opl4/
8090
8091OPROFILE
8092M: Robert Richter <rric@kernel.org>
8093L: oprofile-list@lists.sf.net
8094S: Maintained
8095F: arch/*/include/asm/oprofile*.h
8096F: arch/*/oprofile/
8097F: drivers/oprofile/
8098F: include/linux/oprofile.h
8099
8100ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8101M: Mark Fasheh <mfasheh@suse.com>
8102M: Joel Becker <jlbec@evilplan.org>
8103L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8104W: http://ocfs2.wiki.kernel.org
8105S: Supported
8106F: Documentation/filesystems/ocfs2.txt
8107F: Documentation/filesystems/dlmfs.txt
8108F: fs/ocfs2/
8109
8110ORINOCO DRIVER
8111L: linux-wireless@vger.kernel.org
8112W: http://wireless.kernel.org/en/users/Drivers/orinoco
8113W: http://www.nongnu.org/orinoco/
8114S: Orphan
8115F: drivers/net/wireless/intersil/orinoco/
8116
8117OSD LIBRARY and FILESYSTEM
8118M: Boaz Harrosh <ooo@electrozaur.com>
8119M: Benny Halevy <bhalevy@primarydata.com>
8120L: osd-dev@open-osd.org
8121W: http://open-osd.org
8122T: git git://git.open-osd.org/open-osd.git
8123S: Maintained
8124F: drivers/scsi/osd/
8125F: include/scsi/osd_*
8126F: fs/exofs/
8127
8128OVERLAY FILESYSTEM
8129M: Miklos Szeredi <miklos@szeredi.hu>
8130L: linux-unionfs@vger.kernel.org
8131T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8132S: Supported
8133F: fs/overlayfs/
8134F: Documentation/filesystems/overlayfs.txt
8135
8136P54 WIRELESS DRIVER
8137M: Christian Lamparter <chunkeey@googlemail.com>
8138L: linux-wireless@vger.kernel.org
8139W: http://wireless.kernel.org/en/users/Drivers/p54
8140S: Maintained
8141F: drivers/net/wireless/intersil/p54/
8142
8143PA SEMI ETHERNET DRIVER
8144M: Olof Johansson <olof@lixom.net>
8145L: netdev@vger.kernel.org
8146S: Maintained
8147F: drivers/net/ethernet/pasemi/*
8148
8149PA SEMI SMBUS DRIVER
8150M: Olof Johansson <olof@lixom.net>
8151L: linux-i2c@vger.kernel.org
8152S: Maintained
8153F: drivers/i2c/busses/i2c-pasemi.c
8154
8155PADATA PARALLEL EXECUTION MECHANISM
8156M: Steffen Klassert <steffen.klassert@secunet.com>
8157L: linux-crypto@vger.kernel.org
8158S: Maintained
8159F: kernel/padata.c
8160F: include/linux/padata.h
8161F: Documentation/padata.txt
8162
8163PANASONIC LAPTOP ACPI EXTRAS DRIVER
8164M: Harald Welte <laforge@gnumonks.org>
8165L: platform-driver-x86@vger.kernel.org
8166S: Maintained
8167F: drivers/platform/x86/panasonic-laptop.c
8168
8169PANASONIC MN10300/AM33/AM34 PORT
8170M: David Howells <dhowells@redhat.com>
8171M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8172L: linux-am33-list@redhat.com (moderated for non-subscribers)
8173W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8174S: Maintained
8175F: Documentation/mn10300/
8176F: arch/mn10300/
8177
8178PARALLEL PORT SUBSYSTEM
8179M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8180M: Sudip Mukherjee <sudip@vectorindia.org>
8181L: linux-parport@lists.infradead.org (subscribers-only)
8182S: Maintained
8183F: drivers/parport/
8184F: include/linux/parport*.h
8185F: drivers/char/ppdev.c
8186F: include/uapi/linux/ppdev.h
8187F: Documentation/parport*.txt
8188
8189PARAVIRT_OPS INTERFACE
8190M: Jeremy Fitzhardinge <jeremy@goop.org>
8191M: Chris Wright <chrisw@sous-sol.org>
8192M: Alok Kataria <akataria@vmware.com>
8193M: Rusty Russell <rusty@rustcorp.com.au>
8194L: virtualization@lists.linux-foundation.org
8195S: Supported
8196F: Documentation/virtual/paravirt_ops.txt
8197F: arch/*/kernel/paravirt*
8198F: arch/*/include/asm/paravirt.h
8199
8200PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8201M: Tim Waugh <tim@cyberelk.net>
8202L: linux-parport@lists.infradead.org (subscribers-only)
8203S: Maintained
8204F: Documentation/blockdev/paride.txt
8205F: drivers/block/paride/
8206
8207PARISC ARCHITECTURE
8208M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8209M: Helge Deller <deller@gmx.de>
8210L: linux-parisc@vger.kernel.org
8211W: http://www.parisc-linux.org/
8212Q: http://patchwork.kernel.org/project/linux-parisc/list/
8213T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8214T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8215S: Maintained
8216F: arch/parisc/
8217F: Documentation/parisc/
8218F: drivers/parisc/
8219F: drivers/char/agp/parisc-agp.c
8220F: drivers/input/serio/gscps2.c
8221F: drivers/parport/parport_gsc.*
8222F: drivers/tty/serial/8250/8250_gsc.c
8223F: drivers/video/fbdev/sti*
8224F: drivers/video/console/sti*
8225F: drivers/video/logo/logo_parisc*
8226
8227PC87360 HARDWARE MONITORING DRIVER
8228M: Jim Cromie <jim.cromie@gmail.com>
8229L: lm-sensors@lm-sensors.org
8230S: Maintained
8231F: Documentation/hwmon/pc87360
8232F: drivers/hwmon/pc87360.c
8233
8234PC8736x GPIO DRIVER
8235M: Jim Cromie <jim.cromie@gmail.com>
8236S: Maintained
8237F: drivers/char/pc8736x_gpio.c
8238
8239PC87427 HARDWARE MONITORING DRIVER
8240M: Jean Delvare <jdelvare@suse.com>
8241L: lm-sensors@lm-sensors.org
8242S: Maintained
8243F: Documentation/hwmon/pc87427
8244F: drivers/hwmon/pc87427.c
8245
8246PCA9532 LED DRIVER
8247M: Riku Voipio <riku.voipio@iki.fi>
8248S: Maintained
8249F: drivers/leds/leds-pca9532.c
8250F: include/linux/leds-pca9532.h
8251
8252PCA9541 I2C BUS MASTER SELECTOR DRIVER
8253M: Guenter Roeck <linux@roeck-us.net>
8254L: linux-i2c@vger.kernel.org
8255S: Maintained
8256F: drivers/i2c/muxes/i2c-mux-pca9541.c
8257
8258PCDP - PRIMARY CONSOLE AND DEBUG PORT
8259M: Khalid Aziz <khalid@gonehiking.org>
8260S: Maintained
8261F: drivers/firmware/pcdp.*
8262
8263PCI ERROR RECOVERY
8264M: Linas Vepstas <linasvepstas@gmail.com>
8265L: linux-pci@vger.kernel.org
8266S: Supported
8267F: Documentation/PCI/pci-error-recovery.txt
8268
8269PCI SUBSYSTEM
8270M: Bjorn Helgaas <bhelgaas@google.com>
8271L: linux-pci@vger.kernel.org
8272Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8273T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8274S: Supported
8275F: Documentation/PCI/
8276F: drivers/pci/
8277F: include/linux/pci*
8278F: arch/x86/pci/
8279F: arch/x86/kernel/quirks.c
8280
8281PCI DRIVER FOR ALTERA PCIE IP
8282M: Ley Foon Tan <lftan@altera.com>
8283L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8284L: linux-pci@vger.kernel.org
8285S: Supported
8286F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8287F: drivers/pci/host/pcie-altera.c
8288
8289PCI DRIVER FOR ARM VERSATILE PLATFORM
8290M: Rob Herring <robh@kernel.org>
8291L: linux-pci@vger.kernel.org
8292L: linux-arm-kernel@lists.infradead.org
8293S: Maintained
8294F: Documentation/devicetree/bindings/pci/versatile.txt
8295F: drivers/pci/host/pci-versatile.c
8296
8297PCI DRIVER FOR APPLIEDMICRO XGENE
8298M: Tanmay Inamdar <tinamdar@apm.com>
8299L: linux-pci@vger.kernel.org
8300L: linux-arm-kernel@lists.infradead.org
8301S: Maintained
8302F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8303F: drivers/pci/host/pci-xgene.c
8304
8305PCI DRIVER FOR FREESCALE LAYERSCAPE
8306M: Minghuan Lian <minghuan.Lian@freescale.com>
8307M: Mingkai Hu <mingkai.hu@freescale.com>
8308M: Roy Zang <tie-fei.zang@freescale.com>
8309L: linuxppc-dev@lists.ozlabs.org
8310L: linux-pci@vger.kernel.org
8311L: linux-arm-kernel@lists.infradead.org
8312S: Maintained
8313F: drivers/pci/host/*layerscape*
8314
8315PCI DRIVER FOR IMX6
8316M: Richard Zhu <Richard.Zhu@freescale.com>
8317M: Lucas Stach <l.stach@pengutronix.de>
8318L: linux-pci@vger.kernel.org
8319L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8320S: Maintained
8321F: drivers/pci/host/*imx6*
8322
8323PCI DRIVER FOR TI KEYSTONE
8324M: Murali Karicheri <m-karicheri2@ti.com>
8325L: linux-pci@vger.kernel.org
8326L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8327S: Maintained
8328F: drivers/pci/host/*keystone*
8329
8330PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8331M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8332M: Jason Cooper <jason@lakedaemon.net>
8333L: linux-pci@vger.kernel.org
8334L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8335S: Maintained
8336F: drivers/pci/host/*mvebu*
8337
8338PCI DRIVER FOR NVIDIA TEGRA
8339M: Thierry Reding <thierry.reding@gmail.com>
8340L: linux-tegra@vger.kernel.org
8341L: linux-pci@vger.kernel.org
8342S: Supported
8343F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8344F: drivers/pci/host/pci-tegra.c
8345
8346PCI DRIVER FOR TI DRA7XX
8347M: Kishon Vijay Abraham I <kishon@ti.com>
8348L: linux-omap@vger.kernel.org
8349L: linux-pci@vger.kernel.org
8350S: Supported
8351F: Documentation/devicetree/bindings/pci/ti-pci.txt
8352F: drivers/pci/host/pci-dra7xx.c
8353
8354PCI DRIVER FOR RENESAS R-CAR
8355M: Simon Horman <horms@verge.net.au>
8356L: linux-pci@vger.kernel.org
8357L: linux-renesas-soc@vger.kernel.org
8358S: Maintained
8359F: drivers/pci/host/*rcar*
8360
8361PCI DRIVER FOR SAMSUNG EXYNOS
8362M: Jingoo Han <jingoohan1@gmail.com>
8363L: linux-pci@vger.kernel.org
8364L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8365L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8366S: Maintained
8367F: drivers/pci/host/pci-exynos.c
8368
8369PCI DRIVER FOR SYNOPSIS DESIGNWARE
8370M: Jingoo Han <jingoohan1@gmail.com>
8371M: Pratyush Anand <pratyush.anand@gmail.com>
8372L: linux-pci@vger.kernel.org
8373S: Maintained
8374F: drivers/pci/host/*designware*
8375
8376PCI DRIVER FOR GENERIC OF HOSTS
8377M: Will Deacon <will.deacon@arm.com>
8378L: linux-pci@vger.kernel.org
8379L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8380S: Maintained
8381F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8382F: drivers/pci/host/pci-host-generic.c
8383
8384PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8385M: Keith Busch <keith.busch@intel.com>
8386L: linux-pci@vger.kernel.org
8387S: Supported
8388F: arch/x86/pci/vmd.c
8389
8390PCIE DRIVER FOR ST SPEAR13XX
8391M: Pratyush Anand <pratyush.anand@gmail.com>
8392L: linux-pci@vger.kernel.org
8393S: Maintained
8394F: drivers/pci/host/*spear*
8395
8396PCI MSI DRIVER FOR ALTERA MSI IP
8397M: Ley Foon Tan <lftan@altera.com>
8398L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8399L: linux-pci@vger.kernel.org
8400S: Supported
8401F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8402F: drivers/pci/host/pcie-altera-msi.c
8403
8404PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8405M: Duc Dang <dhdang@apm.com>
8406L: linux-pci@vger.kernel.org
8407L: linux-arm-kernel@lists.infradead.org
8408S: Maintained
8409F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8410F: drivers/pci/host/pci-xgene-msi.c
8411
8412PCIE DRIVER FOR HISILICON
8413M: Zhou Wang <wangzhou1@hisilicon.com>
8414M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
8415L: linux-pci@vger.kernel.org
8416S: Maintained
8417F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8418F: drivers/pci/host/pcie-hisi.c
8419
8420PCIE DRIVER FOR QUALCOMM MSM
8421M: Stanimir Varbanov <svarbanov@mm-sol.com>
8422L: linux-pci@vger.kernel.org
8423L: linux-arm-msm@vger.kernel.org
8424S: Maintained
8425F: drivers/pci/host/*qcom*
8426
8427PCMCIA SUBSYSTEM
8428P: Linux PCMCIA Team
8429L: linux-pcmcia@lists.infradead.org
8430W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8431T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8432S: Maintained
8433F: Documentation/pcmcia/
8434F: drivers/pcmcia/
8435F: include/pcmcia/
8436
8437PCNET32 NETWORK DRIVER
8438M: Don Fry <pcnet32@frontier.com>
8439L: netdev@vger.kernel.org
8440S: Maintained
8441F: drivers/net/ethernet/amd/pcnet32.c
8442
8443PCRYPT PARALLEL CRYPTO ENGINE
8444M: Steffen Klassert <steffen.klassert@secunet.com>
8445L: linux-crypto@vger.kernel.org
8446S: Maintained
8447F: crypto/pcrypt.c
8448F: include/crypto/pcrypt.h
8449
8450PER-CPU MEMORY ALLOCATOR
8451M: Tejun Heo <tj@kernel.org>
8452M: Christoph Lameter <cl@linux-foundation.org>
8453T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8454S: Maintained
8455F: include/linux/percpu*.h
8456F: mm/percpu*.c
8457F: arch/*/include/asm/percpu.h
8458
8459PER-TASK DELAY ACCOUNTING
8460M: Balbir Singh <bsingharora@gmail.com>
8461S: Maintained
8462F: include/linux/delayacct.h
8463F: kernel/delayacct.c
8464
8465PERFORMANCE EVENTS SUBSYSTEM
8466M: Peter Zijlstra <peterz@infradead.org>
8467M: Ingo Molnar <mingo@redhat.com>
8468M: Arnaldo Carvalho de Melo <acme@kernel.org>
8469L: linux-kernel@vger.kernel.org
8470T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8471S: Supported
8472F: kernel/events/*
8473F: include/linux/perf_event.h
8474F: include/uapi/linux/perf_event.h
8475F: arch/*/kernel/perf_event*.c
8476F: arch/*/kernel/*/perf_event*.c
8477F: arch/*/kernel/*/*/perf_event*.c
8478F: arch/*/include/asm/perf_event.h
8479F: arch/*/kernel/perf_callchain.c
8480F: tools/perf/
8481
8482PERSONALITY HANDLING
8483M: Christoph Hellwig <hch@infradead.org>
8484L: linux-abi-devel@lists.sourceforge.net
8485S: Maintained
8486F: include/linux/personality.h
8487F: include/uapi/linux/personality.h
8488
8489PHONET PROTOCOL
8490M: Remi Denis-Courmont <courmisch@gmail.com>
8491S: Supported
8492F: Documentation/networking/phonet.txt
8493F: include/linux/phonet.h
8494F: include/net/phonet/
8495F: include/uapi/linux/phonet.h
8496F: net/phonet/
8497
8498PHRAM MTD DRIVER
8499M: Joern Engel <joern@lazybastard.org>
8500L: linux-mtd@lists.infradead.org
8501S: Maintained
8502F: drivers/mtd/devices/phram.c
8503
8504PICOLCD HID DRIVER
8505M: Bruno Prémont <bonbons@linux-vserver.org>
8506L: linux-input@vger.kernel.org
8507S: Maintained
8508F: drivers/hid/hid-picolcd*
8509
8510PICOXCELL SUPPORT
8511M: Jamie Iles <jamie@jamieiles.com>
8512L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8513T: git git://github.com/jamieiles/linux-2.6-ji.git
8514S: Supported
8515F: arch/arm/boot/dts/picoxcell*
8516F: arch/arm/mach-picoxcell/
8517F: drivers/crypto/picoxcell*
8518
8519PIN CONTROL SUBSYSTEM
8520M: Linus Walleij <linus.walleij@linaro.org>
8521L: linux-gpio@vger.kernel.org
8522T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8523S: Maintained
8524F: drivers/pinctrl/
8525F: include/linux/pinctrl/
8526
8527PIN CONTROLLER - ATMEL AT91
8528M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8529L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8530S: Maintained
8531F: drivers/pinctrl/pinctrl-at91.*
8532
8533PIN CONTROLLER - ATMEL AT91 PIO4
8534M: Ludovic Desroches <ludovic.desroches@atmel.com>
8535L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8536L: linux-gpio@vger.kernel.org
8537S: Supported
8538F: drivers/pinctrl/pinctrl-at91-pio4.*
8539
8540PIN CONTROLLER - INTEL
8541M: Mika Westerberg <mika.westerberg@linux.intel.com>
8542M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
8543S: Maintained
8544F: drivers/pinctrl/intel/
8545
8546PIN CONTROLLER - RENESAS
8547M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8548M: Geert Uytterhoeven <geert+renesas@glider.be>
8549L: linux-renesas-soc@vger.kernel.org
8550S: Maintained
8551F: drivers/pinctrl/sh-pfc/
8552
8553PIN CONTROLLER - SAMSUNG
8554M: Tomasz Figa <tomasz.figa@gmail.com>
8555L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8556L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8557S: Maintained
8558F: drivers/pinctrl/samsung/
8559
8560PIN CONTROLLER - SINGLE
8561M: Tony Lindgren <tony@atomide.com>
8562M: Haojian Zhuang <haojian.zhuang@linaro.org>
8563L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8564L: linux-omap@vger.kernel.org
8565S: Maintained
8566F: drivers/pinctrl/pinctrl-single.c
8567
8568PIN CONTROLLER - ST SPEAR
8569M: Viresh Kumar <vireshk@kernel.org>
8570L: spear-devel@list.st.com
8571L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8572W: http://www.st.com/spear
8573S: Maintained
8574F: drivers/pinctrl/spear/
8575
8576PKTCDVD DRIVER
8577M: Jiri Kosina <jikos@kernel.org>
8578S: Maintained
8579F: drivers/block/pktcdvd.c
8580F: include/linux/pktcdvd.h
8581F: include/uapi/linux/pktcdvd.h
8582
8583PKUNITY SOC DRIVERS
8584M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8585W: http://mprc.pku.edu.cn/~guanxuetao/linux
8586S: Maintained
8587T: git git://github.com/gxt/linux.git
8588F: drivers/input/serio/i8042-unicore32io.h
8589F: drivers/i2c/busses/i2c-puv3.c
8590F: drivers/video/fbdev/fb-puv3.c
8591F: drivers/rtc/rtc-puv3.c
8592
8593PMBUS HARDWARE MONITORING DRIVERS
8594M: Guenter Roeck <linux@roeck-us.net>
8595L: lm-sensors@lm-sensors.org
8596W: http://www.lm-sensors.org/
8597W: http://www.roeck-us.net/linux/drivers/
8598T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8599S: Maintained
8600F: Documentation/hwmon/pmbus
8601F: drivers/hwmon/pmbus/
8602F: include/linux/i2c/pmbus.h
8603
8604PMC SIERRA MaxRAID DRIVER
8605L: linux-scsi@vger.kernel.org
8606W: http://www.pmc-sierra.com/
8607S: Orphan
8608F: drivers/scsi/pmcraid.*
8609
8610PMC SIERRA PM8001 DRIVER
8611M: Jack Wang <jinpu.wang@profitbricks.com>
8612M: lindar_liu@usish.com
8613L: pmchba@pmcs.com
8614L: linux-scsi@vger.kernel.org
8615S: Supported
8616F: drivers/scsi/pm8001/
8617
8618POSIX CLOCKS and TIMERS
8619M: Thomas Gleixner <tglx@linutronix.de>
8620L: linux-kernel@vger.kernel.org
8621T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8622S: Maintained
8623F: fs/timerfd.c
8624F: include/linux/timer*
8625F: kernel/time/*timer*
8626
8627POWER MANAGEMENT CORE
8628M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
8629L: linux-pm@vger.kernel.org
8630T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8631S: Supported
8632F: drivers/base/power/
8633F: include/linux/pm.h
8634F: include/linux/pm_*
8635F: include/linux/powercap.h
8636F: drivers/powercap/
8637
8638POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8639M: Sebastian Reichel <sre@kernel.org>
8640M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8641M: David Woodhouse <dwmw2@infradead.org>
8642L: linux-pm@vger.kernel.org
8643T: git git://git.infradead.org/battery-2.6.git
8644S: Maintained
8645F: include/linux/power_supply.h
8646F: drivers/power/
8647X: drivers/power/avs/
8648
8649POWER STATE COORDINATION INTERFACE (PSCI)
8650M: Mark Rutland <mark.rutland@arm.com>
8651M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8652L: linux-arm-kernel@lists.infradead.org
8653S: Maintained
8654F: drivers/firmware/psci.c
8655F: include/linux/psci.h
8656F: include/uapi/linux/psci.h
8657
8658PNP SUPPORT
8659M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8660S: Maintained
8661F: drivers/pnp/
8662
8663PPP PROTOCOL DRIVERS AND COMPRESSORS
8664M: Paul Mackerras <paulus@samba.org>
8665L: linux-ppp@vger.kernel.org
8666S: Maintained
8667F: drivers/net/ppp/ppp_*
8668
8669PPP OVER ATM (RFC 2364)
8670M: Mitchell Blank Jr <mitch@sfgoth.com>
8671S: Maintained
8672F: net/atm/pppoatm.c
8673F: include/uapi/linux/atmppp.h
8674
8675PPP OVER ETHERNET
8676M: Michal Ostrowski <mostrows@earthlink.net>
8677S: Maintained
8678F: drivers/net/ppp/pppoe.c
8679F: drivers/net/ppp/pppox.c
8680
8681PPP OVER L2TP
8682M: James Chapman <jchapman@katalix.com>
8683S: Maintained
8684F: net/l2tp/l2tp_ppp.c
8685F: include/linux/if_pppol2tp.h
8686F: include/uapi/linux/if_pppol2tp.h
8687
8688PPS SUPPORT
8689M: Rodolfo Giometti <giometti@enneenne.com>
8690W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8691L: linuxpps@ml.enneenne.com (subscribers-only)
8692S: Maintained
8693F: Documentation/pps/
8694F: drivers/pps/
8695F: include/linux/pps*.h
8696
8697PPTP DRIVER
8698M: Dmitry Kozlov <xeb@mail.ru>
8699L: netdev@vger.kernel.org
8700S: Maintained
8701F: drivers/net/ppp/pptp.c
8702W: http://sourceforge.net/projects/accel-pptp
8703
8704PREEMPTIBLE KERNEL
8705M: Robert Love <rml@tech9.net>
8706L: kpreempt-tech@lists.sourceforge.net
8707W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8708S: Supported
8709F: Documentation/preempt-locking.txt
8710F: include/linux/preempt.h
8711
8712PRISM54 WIRELESS DRIVER
8713M: "Luis R. Rodriguez" <mcgrof@gmail.com>
8714L: linux-wireless@vger.kernel.org
8715W: http://wireless.kernel.org/en/users/Drivers/p54
8716S: Obsolete
8717F: drivers/net/wireless/intersil/prism54/
8718
8719PS3 NETWORK SUPPORT
8720M: Geoff Levand <geoff@infradead.org>
8721L: netdev@vger.kernel.org
8722L: linuxppc-dev@lists.ozlabs.org
8723S: Maintained
8724F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
8725
8726PS3 PLATFORM SUPPORT
8727M: Geoff Levand <geoff@infradead.org>
8728L: linuxppc-dev@lists.ozlabs.org
8729S: Maintained
8730F: arch/powerpc/boot/ps3*
8731F: arch/powerpc/include/asm/lv1call.h
8732F: arch/powerpc/include/asm/ps3*.h
8733F: arch/powerpc/platforms/ps3/
8734F: drivers/*/ps3*
8735F: drivers/ps3/
8736F: drivers/rtc/rtc-ps3.c
8737F: drivers/usb/host/*ps3.c
8738F: sound/ppc/snd_ps3*
8739
8740PS3VRAM DRIVER
8741M: Jim Paris <jim@jtan.com>
8742M: Geoff Levand <geoff@infradead.org>
8743L: linuxppc-dev@lists.ozlabs.org
8744S: Maintained
8745F: drivers/block/ps3vram.c
8746
8747PSTORE FILESYSTEM
8748M: Anton Vorontsov <anton@enomsg.org>
8749M: Colin Cross <ccross@android.com>
8750M: Kees Cook <keescook@chromium.org>
8751M: Tony Luck <tony.luck@intel.com>
8752S: Maintained
8753T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8754F: fs/pstore/
8755F: include/linux/pstore*
8756F: drivers/firmware/efi/efi-pstore.c
8757F: drivers/acpi/apei/erst.c
8758
8759PTP HARDWARE CLOCK SUPPORT
8760M: Richard Cochran <richardcochran@gmail.com>
8761L: netdev@vger.kernel.org
8762S: Maintained
8763W: http://linuxptp.sourceforge.net/
8764F: Documentation/ABI/testing/sysfs-ptp
8765F: Documentation/ptp/*
8766F: drivers/net/ethernet/freescale/gianfar_ptp.c
8767F: drivers/net/phy/dp83640*
8768F: drivers/ptp/*
8769F: include/linux/ptp_cl*
8770
8771PTRACE SUPPORT
8772M: Roland McGrath <roland@hack.frob.com>
8773M: Oleg Nesterov <oleg@redhat.com>
8774S: Maintained
8775F: include/asm-generic/syscall.h
8776F: include/linux/ptrace.h
8777F: include/linux/regset.h
8778F: include/linux/tracehook.h
8779F: include/uapi/linux/ptrace.h
8780F: kernel/ptrace.c
8781
8782PVRUSB2 VIDEO4LINUX DRIVER
8783M: Mike Isely <isely@pobox.com>
8784L: pvrusb2@isely.net (subscribers-only)
8785L: linux-media@vger.kernel.org
8786W: http://www.isely.net/pvrusb2/
8787T: git git://linuxtv.org/media_tree.git
8788S: Maintained
8789F: Documentation/video4linux/README.pvrusb2
8790F: drivers/media/usb/pvrusb2/
8791
8792PWC WEBCAM DRIVER
8793M: Hans de Goede <hdegoede@redhat.com>
8794L: linux-media@vger.kernel.org
8795T: git git://linuxtv.org/media_tree.git
8796S: Maintained
8797F: drivers/media/usb/pwc/*
8798
8799PWM FAN DRIVER
8800M: Kamil Debski <k.debski@samsung.com>
8801L: lm-sensors@lm-sensors.org
8802S: Supported
8803F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8804F: Documentation/hwmon/pwm-fan
8805F: drivers/hwmon/pwm-fan.c
8806
8807PWM SUBSYSTEM
8808M: Thierry Reding <thierry.reding@gmail.com>
8809L: linux-pwm@vger.kernel.org
8810S: Maintained
8811T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8812F: Documentation/pwm.txt
8813F: Documentation/devicetree/bindings/pwm/
8814F: include/linux/pwm.h
8815F: drivers/pwm/
8816F: drivers/video/backlight/pwm_bl.c
8817F: include/linux/pwm_backlight.h
8818
8819PXA2xx/PXA3xx SUPPORT
8820M: Daniel Mack <daniel@zonque.org>
8821M: Haojian Zhuang <haojian.zhuang@gmail.com>
8822M: Robert Jarzmik <robert.jarzmik@free.fr>
8823L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8824T: git git://github.com/hzhuang1/linux.git
8825T: git git://github.com/rjarzmik/linux.git
8826S: Maintained
8827F: arch/arm/mach-pxa/
8828F: drivers/dma/pxa*
8829F: drivers/pcmcia/pxa2xx*
8830F: drivers/pinctrl/pxa/
8831F: drivers/spi/spi-pxa2xx*
8832F: drivers/usb/gadget/udc/pxa2*
8833F: include/sound/pxa2xx-lib.h
8834F: sound/arm/pxa*
8835F: sound/soc/pxa/
8836
8837PXA GPIO DRIVER
8838M: Robert Jarzmik <robert.jarzmik@free.fr>
8839L: linux-gpio@vger.kernel.org
8840S: Maintained
8841F: drivers/gpio/gpio-pxa.c
8842
8843PXA3xx NAND FLASH DRIVER
8844M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8845L: linux-mtd@lists.infradead.org
8846S: Maintained
8847F: drivers/mtd/nand/pxa3xx_nand.c
8848
8849MMP SUPPORT
8850M: Eric Miao <eric.y.miao@gmail.com>
8851M: Haojian Zhuang <haojian.zhuang@gmail.com>
8852L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8853T: git git://github.com/hzhuang1/linux.git
8854T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
8855S: Maintained
8856F: arch/arm/mach-mmp/
8857
8858PXA MMCI DRIVER
8859S: Orphan
8860
8861PXA RTC DRIVER
8862M: Robert Jarzmik <robert.jarzmik@free.fr>
8863L: rtc-linux@googlegroups.com
8864S: Maintained
8865
8866QAT DRIVER
8867M: Tadeusz Struk <tadeusz.struk@intel.com>
8868L: qat-linux@intel.com
8869S: Supported
8870F: drivers/crypto/qat/
8871
8872QIB DRIVER
8873M: Mike Marciniszyn <infinipath@intel.com>
8874L: linux-rdma@vger.kernel.org
8875S: Supported
8876F: drivers/infiniband/hw/qib/
8877
8878QLOGIC QLA1280 SCSI DRIVER
8879M: Michael Reed <mdr@sgi.com>
8880L: linux-scsi@vger.kernel.org
8881S: Maintained
8882F: drivers/scsi/qla1280.[ch]
8883
8884QLOGIC QLA2XXX FC-SCSI DRIVER
8885M: qla2xxx-upstream@qlogic.com
8886L: linux-scsi@vger.kernel.org
8887S: Supported
8888F: Documentation/scsi/LICENSE.qla2xxx
8889F: drivers/scsi/qla2xxx/
8890
8891QLOGIC QLA4XXX iSCSI DRIVER
8892M: QLogic-Storage-Upstream@qlogic.com
8893L: linux-scsi@vger.kernel.org
8894S: Supported
8895F: Documentation/scsi/LICENSE.qla4xxx
8896F: drivers/scsi/qla4xxx/
8897
8898QLOGIC QLA3XXX NETWORK DRIVER
8899M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8900M: Ron Mercer <ron.mercer@qlogic.com>
8901M: linux-driver@qlogic.com
8902L: netdev@vger.kernel.org
8903S: Supported
8904F: Documentation/networking/LICENSE.qla3xxx
8905F: drivers/net/ethernet/qlogic/qla3xxx.*
8906
8907QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8908M: Dept-GELinuxNICDev@qlogic.com
8909L: netdev@vger.kernel.org
8910S: Supported
8911F: drivers/net/ethernet/qlogic/qlcnic/
8912
8913QLOGIC QLGE 10Gb ETHERNET DRIVER
8914M: Harish Patil <harish.patil@qlogic.com>
8915M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8916M: Dept-GELinuxNICDev@qlogic.com
8917M: linux-driver@qlogic.com
8918L: netdev@vger.kernel.org
8919S: Supported
8920F: drivers/net/ethernet/qlogic/qlge/
8921
8922QLOGIC QL4xxx ETHERNET DRIVER
8923M: Yuval Mintz <Yuval.Mintz@qlogic.com>
8924M: Ariel Elior <Ariel.Elior@qlogic.com>
8925M: everest-linux-l2@qlogic.com
8926L: netdev@vger.kernel.org
8927S: Supported
8928F: drivers/net/ethernet/qlogic/qed/
8929F: include/linux/qed/
8930F: drivers/net/ethernet/qlogic/qede/
8931
8932QNX4 FILESYSTEM
8933M: Anders Larsen <al@alarsen.net>
8934W: http://www.alarsen.net/linux/qnx4fs/
8935S: Maintained
8936F: fs/qnx4/
8937F: include/uapi/linux/qnx4_fs.h
8938F: include/uapi/linux/qnxtypes.h
8939
8940QT1010 MEDIA DRIVER
8941M: Antti Palosaari <crope@iki.fi>
8942L: linux-media@vger.kernel.org
8943W: https://linuxtv.org
8944W: http://palosaari.fi/linux/
8945Q: http://patchwork.linuxtv.org/project/linux-media/list/
8946T: git git://linuxtv.org/anttip/media_tree.git
8947S: Maintained
8948F: drivers/media/tuners/qt1010*
8949
8950QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8951M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8952L: linux-wireless@vger.kernel.org
8953L: ath9k-devel@lists.ath9k.org
8954W: http://wireless.kernel.org/en/users/Drivers/ath9k
8955S: Supported
8956F: drivers/net/wireless/ath/ath9k/
8957
8958QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8959M: Kalle Valo <kvalo@qca.qualcomm.com>
8960L: ath10k@lists.infradead.org
8961W: http://wireless.kernel.org/en/users/Drivers/ath10k
8962T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
8963S: Supported
8964F: drivers/net/wireless/ath/ath10k/
8965
8966QUALCOMM HEXAGON ARCHITECTURE
8967M: Richard Kuo <rkuo@codeaurora.org>
8968L: linux-hexagon@vger.kernel.org
8969T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
8970S: Supported
8971F: arch/hexagon/
8972
8973QUALCOMM WCN36XX WIRELESS DRIVER
8974M: Eugene Krasnikov <k.eugene.e@gmail.com>
8975L: wcn36xx@lists.infradead.org
8976W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
8977T: git git://github.com/KrasnikovEugene/wcn36xx.git
8978S: Supported
8979F: drivers/net/wireless/ath/wcn36xx/
8980
8981RADOS BLOCK DEVICE (RBD)
8982M: Ilya Dryomov <idryomov@gmail.com>
8983M: Sage Weil <sage@redhat.com>
8984M: Alex Elder <elder@kernel.org>
8985L: ceph-devel@vger.kernel.org
8986W: http://ceph.com/
8987T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8988T: git git://github.com/ceph/ceph-client.git
8989S: Supported
8990F: Documentation/ABI/testing/sysfs-bus-rbd
8991F: drivers/block/rbd.c
8992F: drivers/block/rbd_types.h
8993
8994RADEON FRAMEBUFFER DISPLAY DRIVER
8995M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8996L: linux-fbdev@vger.kernel.org
8997S: Maintained
8998F: drivers/video/fbdev/aty/radeon*
8999F: include/uapi/linux/radeonfb.h
9000
9001RADIOSHARK RADIO DRIVER
9002M: Hans de Goede <hdegoede@redhat.com>
9003L: linux-media@vger.kernel.org
9004T: git git://linuxtv.org/media_tree.git
9005S: Maintained
9006F: drivers/media/radio/radio-shark.c
9007
9008RADIOSHARK2 RADIO DRIVER
9009M: Hans de Goede <hdegoede@redhat.com>
9010L: linux-media@vger.kernel.org
9011T: git git://linuxtv.org/media_tree.git
9012S: Maintained
9013F: drivers/media/radio/radio-shark2.c
9014F: drivers/media/radio/radio-tea5777.c
9015
9016RAGE128 FRAMEBUFFER DISPLAY DRIVER
9017M: Paul Mackerras <paulus@samba.org>
9018L: linux-fbdev@vger.kernel.org
9019S: Maintained
9020F: drivers/video/fbdev/aty/aty128fb.c
9021
9022RALINK MIPS ARCHITECTURE
9023M: John Crispin <blogic@openwrt.org>
9024L: linux-mips@linux-mips.org
9025S: Maintained
9026F: arch/mips/ralink
9027
9028RALINK RT2X00 WIRELESS LAN DRIVER
9029P: rt2x00 project
9030M: Stanislaw Gruszka <sgruszka@redhat.com>
9031M: Helmut Schaa <helmut.schaa@googlemail.com>
9032L: linux-wireless@vger.kernel.org
9033S: Maintained
9034F: drivers/net/wireless/ralink/rt2x00/
9035
9036RAMDISK RAM BLOCK DEVICE DRIVER
9037M: Jens Axboe <axboe@kernel.dk>
9038S: Maintained
9039F: Documentation/blockdev/ramdisk.txt
9040F: drivers/block/brd.c
9041
9042RANDOM NUMBER DRIVER
9043M: "Theodore Ts'o" <tytso@mit.edu>
9044S: Maintained
9045F: drivers/char/random.c
9046
9047RAPIDIO SUBSYSTEM
9048M: Matt Porter <mporter@kernel.crashing.org>
9049M: Alexandre Bounine <alexandre.bounine@idt.com>
9050S: Maintained
9051F: drivers/rapidio/
9052
9053RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9054L: linux-wireless@vger.kernel.org
9055S: Orphan
9056F: drivers/net/wireless/ray*
9057
9058RCUTORTURE MODULE
9059M: Josh Triplett <josh@joshtriplett.org>
9060M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9061L: linux-kernel@vger.kernel.org
9062S: Supported
9063T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9064F: Documentation/RCU/torture.txt
9065F: kernel/rcu/rcutorture.c
9066
9067RCUTORTURE TEST FRAMEWORK
9068M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9069M: Josh Triplett <josh@joshtriplett.org>
9070R: Steven Rostedt <rostedt@goodmis.org>
9071R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9072R: Lai Jiangshan <jiangshanlai@gmail.com>
9073L: linux-kernel@vger.kernel.org
9074S: Supported
9075T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9076F: tools/testing/selftests/rcutorture
9077
9078RDC R-321X SoC
9079M: Florian Fainelli <florian@openwrt.org>
9080S: Maintained
9081
9082RDC R6040 FAST ETHERNET DRIVER
9083M: Florian Fainelli <florian@openwrt.org>
9084L: netdev@vger.kernel.org
9085S: Maintained
9086F: drivers/net/ethernet/rdc/r6040.c
9087
9088RDS - RELIABLE DATAGRAM SOCKETS
9089M: Chien Yen <chien.yen@oracle.com>
9090L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9091S: Supported
9092F: net/rds/
9093
9094READ-COPY UPDATE (RCU)
9095M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9096M: Josh Triplett <josh@joshtriplett.org>
9097R: Steven Rostedt <rostedt@goodmis.org>
9098R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9099R: Lai Jiangshan <jiangshanlai@gmail.com>
9100L: linux-kernel@vger.kernel.org
9101W: http://www.rdrop.com/users/paulmck/RCU/
9102S: Supported
9103T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9104F: Documentation/RCU/
9105X: Documentation/RCU/torture.txt
9106F: include/linux/rcu*
9107X: include/linux/srcu.h
9108F: kernel/rcu/
9109X: kernel/torture.c
9110
9111REAL TIME CLOCK (RTC) SUBSYSTEM
9112M: Alessandro Zummo <a.zummo@towertech.it>
9113M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9114L: rtc-linux@googlegroups.com
9115Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9116T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9117S: Maintained
9118F: Documentation/rtc.txt
9119F: drivers/rtc/
9120F: include/linux/rtc.h
9121F: include/uapi/linux/rtc.h
9122
9123REALTEK AUDIO CODECS
9124M: Bard Liao <bardliao@realtek.com>
9125M: Oder Chiou <oder_chiou@realtek.com>
9126S: Maintained
9127F: sound/soc/codecs/rt*
9128F: include/sound/rt*.h
9129
9130REISERFS FILE SYSTEM
9131L: reiserfs-devel@vger.kernel.org
9132S: Supported
9133F: fs/reiserfs/
9134
9135REGISTER MAP ABSTRACTION
9136M: Mark Brown <broonie@kernel.org>
9137L: linux-kernel@vger.kernel.org
9138T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9139S: Supported
9140F: drivers/base/regmap/
9141F: include/linux/regmap.h
9142
9143REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9144M: Ohad Ben-Cohen <ohad@wizery.com>
9145T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9146S: Maintained
9147F: drivers/remoteproc/
9148F: Documentation/remoteproc.txt
9149F: include/linux/remoteproc.h
9150
9151REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9152M: Ohad Ben-Cohen <ohad@wizery.com>
9153T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9154S: Maintained
9155F: drivers/rpmsg/
9156F: Documentation/rpmsg.txt
9157F: include/linux/rpmsg.h
9158
9159RENESAS ETHERNET DRIVERS
9160R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9161L: netdev@vger.kernel.org
9162L: linux-renesas-soc@vger.kernel.org
9163F: drivers/net/ethernet/renesas/
9164F: include/linux/sh_eth.h
9165
9166RENESAS USB2 PHY DRIVER
9167M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9168L: linux-renesas-soc@vger.kernel.org
9169S: Maintained
9170F: drivers/phy/phy-rcar-gen3-usb2.c
9171
9172RESET CONTROLLER FRAMEWORK
9173M: Philipp Zabel <p.zabel@pengutronix.de>
9174T: git git://git.pengutronix.de/git/pza/linux
9175S: Maintained
9176F: drivers/reset/
9177F: Documentation/devicetree/bindings/reset/
9178F: include/dt-bindings/reset/
9179F: include/linux/reset.h
9180F: include/linux/reset-controller.h
9181
9182RFKILL
9183M: Johannes Berg <johannes@sipsolutions.net>
9184L: linux-wireless@vger.kernel.org
9185W: http://wireless.kernel.org/
9186T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9187T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9188S: Maintained
9189F: Documentation/rfkill.txt
9190F: net/rfkill/
9191
9192RHASHTABLE
9193M: Thomas Graf <tgraf@suug.ch>
9194L: netdev@vger.kernel.org
9195S: Maintained
9196F: lib/rhashtable.c
9197F: include/linux/rhashtable.h
9198
9199RICOH SMARTMEDIA/XD DRIVER
9200M: Maxim Levitsky <maximlevitsky@gmail.com>
9201S: Maintained
9202F: drivers/mtd/nand/r852.c
9203F: drivers/mtd/nand/r852.h
9204
9205RICOH R5C592 MEMORYSTICK DRIVER
9206M: Maxim Levitsky <maximlevitsky@gmail.com>
9207S: Maintained
9208F: drivers/memstick/host/r592.*
9209
9210ROCCAT DRIVERS
9211M: Stefan Achatz <erazor_de@users.sourceforge.net>
9212W: http://sourceforge.net/projects/roccat/
9213S: Maintained
9214F: drivers/hid/hid-roccat*
9215F: include/linux/hid-roccat*
9216F: Documentation/ABI/*/sysfs-driver-hid-roccat*
9217
9218ROCKER DRIVER
9219M: Jiri Pirko <jiri@resnulli.us>
9220M: Scott Feldman <sfeldma@gmail.com>
9221L: netdev@vger.kernel.org
9222S: Supported
9223F: drivers/net/ethernet/rocker/
9224
9225ROCKETPORT DRIVER
9226P: Comtrol Corp.
9227W: http://www.comtrol.com
9228S: Maintained
9229F: Documentation/serial/rocket.txt
9230F: drivers/tty/rocket*
9231
9232ROCKETPORT EXPRESS/INFINITY DRIVER
9233M: Kevin Cernekee <cernekee@gmail.com>
9234L: linux-serial@vger.kernel.org
9235S: Odd Fixes
9236F: drivers/tty/serial/rp2.*
9237
9238ROSE NETWORK LAYER
9239M: Ralf Baechle <ralf@linux-mips.org>
9240L: linux-hams@vger.kernel.org
9241W: http://www.linux-ax25.org/
9242S: Maintained
9243F: include/net/rose.h
9244F: include/uapi/linux/rose.h
9245F: net/rose/
9246
9247RTL2830 MEDIA DRIVER
9248M: Antti Palosaari <crope@iki.fi>
9249L: linux-media@vger.kernel.org
9250W: https://linuxtv.org
9251W: http://palosaari.fi/linux/
9252Q: http://patchwork.linuxtv.org/project/linux-media/list/
9253T: git git://linuxtv.org/anttip/media_tree.git
9254S: Maintained
9255F: drivers/media/dvb-frontends/rtl2830*
9256
9257RTL2832 MEDIA DRIVER
9258M: Antti Palosaari <crope@iki.fi>
9259L: linux-media@vger.kernel.org
9260W: https://linuxtv.org
9261W: http://palosaari.fi/linux/
9262Q: http://patchwork.linuxtv.org/project/linux-media/list/
9263T: git git://linuxtv.org/anttip/media_tree.git
9264S: Maintained
9265F: drivers/media/dvb-frontends/rtl2832*
9266
9267RTL2832_SDR MEDIA DRIVER
9268M: Antti Palosaari <crope@iki.fi>
9269L: linux-media@vger.kernel.org
9270W: https://linuxtv.org
9271W: http://palosaari.fi/linux/
9272Q: http://patchwork.linuxtv.org/project/linux-media/list/
9273T: git git://linuxtv.org/anttip/media_tree.git
9274S: Maintained
9275F: drivers/media/dvb-frontends/rtl2832_sdr*
9276
9277RTL8180 WIRELESS DRIVER
9278L: linux-wireless@vger.kernel.org
9279W: http://wireless.kernel.org/
9280T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9281S: Orphan
9282F: drivers/net/wireless/realtek/rtl818x/rtl8180/
9283
9284RTL8187 WIRELESS DRIVER
9285M: Herton Ronaldo Krzesinski <herton@canonical.com>
9286M: Hin-Tak Leung <htl10@users.sourceforge.net>
9287M: Larry Finger <Larry.Finger@lwfinger.net>
9288L: linux-wireless@vger.kernel.org
9289W: http://wireless.kernel.org/
9290T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9291S: Maintained
9292F: drivers/net/wireless/realtek/rtl818x/rtl8187/
9293
9294RTL8192CE WIRELESS DRIVER
9295M: Larry Finger <Larry.Finger@lwfinger.net>
9296M: Chaoming Li <chaoming_li@realsil.com.cn>
9297L: linux-wireless@vger.kernel.org
9298W: http://wireless.kernel.org/
9299T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9300S: Maintained
9301F: drivers/net/wireless/realtek/rtlwifi/
9302F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9303
9304RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9305M: Jes Sorensen <Jes.Sorensen@redhat.com>
9306L: linux-wireless@vger.kernel.org
9307T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9308S: Maintained
9309F: drivers/net/wireless/realtek/rtl8xxxu/
9310
9311S3 SAVAGE FRAMEBUFFER DRIVER
9312M: Antonino Daplas <adaplas@gmail.com>
9313L: linux-fbdev@vger.kernel.org
9314S: Maintained
9315F: drivers/video/fbdev/savage/
9316
9317S390
9318M: Martin Schwidefsky <schwidefsky@de.ibm.com>
9319M: Heiko Carstens <heiko.carstens@de.ibm.com>
9320L: linux-s390@vger.kernel.org
9321W: http://www.ibm.com/developerworks/linux/linux390/
9322T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9323S: Supported
9324F: arch/s390/
9325F: drivers/s390/
9326F: Documentation/s390/
9327F: Documentation/DocBook/s390*
9328
9329S390 COMMON I/O LAYER
9330M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9331M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9332L: linux-s390@vger.kernel.org
9333W: http://www.ibm.com/developerworks/linux/linux390/
9334S: Supported
9335F: drivers/s390/cio/
9336
9337S390 DASD DRIVER
9338M: Stefan Weinhuber <wein@de.ibm.com>
9339M: Stefan Haberland <stefan.haberland@de.ibm.com>
9340L: linux-s390@vger.kernel.org
9341W: http://www.ibm.com/developerworks/linux/linux390/
9342S: Supported
9343F: drivers/s390/block/dasd*
9344F: block/partitions/ibm.c
9345
9346S390 NETWORK DRIVERS
9347M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9348L: linux-s390@vger.kernel.org
9349W: http://www.ibm.com/developerworks/linux/linux390/
9350S: Supported
9351F: drivers/s390/net/
9352
9353S390 PCI SUBSYSTEM
9354M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9355M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9356L: linux-s390@vger.kernel.org
9357W: http://www.ibm.com/developerworks/linux/linux390/
9358S: Supported
9359F: arch/s390/pci/
9360F: drivers/pci/hotplug/s390_pci_hpc.c
9361
9362S390 ZCRYPT DRIVER
9363M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9364L: linux-s390@vger.kernel.org
9365W: http://www.ibm.com/developerworks/linux/linux390/
9366S: Supported
9367F: drivers/s390/crypto/
9368
9369S390 ZFCP DRIVER
9370M: Steffen Maier <maier@linux.vnet.ibm.com>
9371L: linux-s390@vger.kernel.org
9372W: http://www.ibm.com/developerworks/linux/linux390/
9373S: Supported
9374F: drivers/s390/scsi/zfcp_*
9375
9376S390 IUCV NETWORK LAYER
9377M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9378L: linux-s390@vger.kernel.org
9379W: http://www.ibm.com/developerworks/linux/linux390/
9380S: Supported
9381F: drivers/s390/net/*iucv*
9382F: include/net/iucv/
9383F: net/iucv/
9384
9385S390 IOMMU (PCI)
9386M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9387L: linux-s390@vger.kernel.org
9388W: http://www.ibm.com/developerworks/linux/linux390/
9389S: Supported
9390F: drivers/iommu/s390-iommu.c
9391
9392S3C24XX SD/MMC Driver
9393M: Ben Dooks <ben-linux@fluff.org>
9394L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9395S: Supported
9396F: drivers/mmc/host/s3cmci.*
9397
9398SAA6588 RDS RECEIVER DRIVER
9399M: Hans Verkuil <hverkuil@xs4all.nl>
9400L: linux-media@vger.kernel.org
9401T: git git://linuxtv.org/media_tree.git
9402W: https://linuxtv.org
9403S: Odd Fixes
9404F: drivers/media/i2c/saa6588*
9405
9406SAA7134 VIDEO4LINUX DRIVER
9407M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9408L: linux-media@vger.kernel.org
9409W: https://linuxtv.org
9410T: git git://linuxtv.org/media_tree.git
9411S: Odd fixes
9412F: Documentation/video4linux/*.saa7134
9413F: drivers/media/pci/saa7134/
9414
9415SAA7146 VIDEO4LINUX-2 DRIVER
9416M: Hans Verkuil <hverkuil@xs4all.nl>
9417L: linux-media@vger.kernel.org
9418T: git git://linuxtv.org/media_tree.git
9419S: Maintained
9420F: drivers/media/common/saa7146/
9421F: drivers/media/pci/saa7146/
9422F: include/media/saa7146*
9423
9424SAMSUNG LAPTOP DRIVER
9425M: Corentin Chary <corentin.chary@gmail.com>
9426L: platform-driver-x86@vger.kernel.org
9427S: Maintained
9428F: drivers/platform/x86/samsung-laptop.c
9429
9430SAMSUNG AUDIO (ASoC) DRIVERS
9431M: Sangbeom Kim <sbkim73@samsung.com>
9432L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9433S: Supported
9434F: sound/soc/samsung/
9435
9436SAMSUNG FRAMEBUFFER DRIVER
9437M: Jingoo Han <jingoohan1@gmail.com>
9438L: linux-fbdev@vger.kernel.org
9439S: Maintained
9440F: drivers/video/fbdev/s3c-fb.c
9441
9442SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9443M: Sangbeom Kim <sbkim73@samsung.com>
9444M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9445L: linux-kernel@vger.kernel.org
9446L: linux-samsung-soc@vger.kernel.org
9447S: Supported
9448F: drivers/mfd/sec*.c
9449F: drivers/regulator/s2m*.c
9450F: drivers/regulator/s5m*.c
9451F: drivers/clk/clk-s2mps11.c
9452F: drivers/rtc/rtc-s5m.c
9453F: include/linux/mfd/samsung/
9454F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9455F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9456F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9457F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9458
9459SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9460M: Kyungmin Park <kyungmin.park@samsung.com>
9461M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9462L: linux-media@vger.kernel.org
9463Q: https://patchwork.linuxtv.org/project/linux-media/list/
9464S: Supported
9465F: drivers/media/platform/exynos4-is/
9466
9467SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9468M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9469L: linux-media@vger.kernel.org
9470L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9471S: Maintained
9472F: drivers/media/platform/s3c-camif/
9473F: include/media/drv-intf/s3c_camif.h
9474
9475SAMSUNG S5C73M3 CAMERA DRIVER
9476M: Kyungmin Park <kyungmin.park@samsung.com>
9477M: Andrzej Hajda <a.hajda@samsung.com>
9478L: linux-media@vger.kernel.org
9479S: Supported
9480F: drivers/media/i2c/s5c73m3/*
9481
9482SAMSUNG S5K5BAF CAMERA DRIVER
9483M: Kyungmin Park <kyungmin.park@samsung.com>
9484M: Andrzej Hajda <a.hajda@samsung.com>
9485L: linux-media@vger.kernel.org
9486S: Supported
9487F: drivers/media/i2c/s5k5baf.c
9488
9489SAMSUNG S3FWRN5 NFC DRIVER
9490M: Robert Baldyga <r.baldyga@samsung.com>
9491L: linux-nfc@lists.01.org (moderated for non-subscribers)
9492S: Supported
9493F: drivers/nfc/s3fwrn5
9494
9495SAMSUNG SOC CLOCK DRIVERS
9496M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9497M: Tomasz Figa <tomasz.figa@gmail.com>
9498S: Supported
9499L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9500F: drivers/clk/samsung/
9501
9502SAMSUNG SXGBE DRIVERS
9503M: Byungho An <bh74.an@samsung.com>
9504M: Girish K S <ks.giri@samsung.com>
9505M: Vipul Pandya <vipul.pandya@samsung.com>
9506S: Supported
9507L: netdev@vger.kernel.org
9508F: drivers/net/ethernet/samsung/sxgbe/
9509
9510SAMSUNG THERMAL DRIVER
9511M: Lukasz Majewski <l.majewski@samsung.com>
9512L: linux-pm@vger.kernel.org
9513L: linux-samsung-soc@vger.kernel.org
9514S: Supported
9515T: git https://github.com/lmajewski/linux-samsung-thermal.git
9516F: drivers/thermal/samsung/
9517
9518SAMSUNG USB2 PHY DRIVER
9519M: Kamil Debski <k.debski@samsung.com>
9520L: linux-kernel@vger.kernel.org
9521S: Supported
9522F: Documentation/devicetree/bindings/phy/samsung-phy.txt
9523F: Documentation/phy/samsung-usb2.txt
9524F: drivers/phy/phy-exynos4210-usb2.c
9525F: drivers/phy/phy-exynos4x12-usb2.c
9526F: drivers/phy/phy-exynos5250-usb2.c
9527F: drivers/phy/phy-s5pv210-usb2.c
9528F: drivers/phy/phy-samsung-usb2.c
9529F: drivers/phy/phy-samsung-usb2.h
9530
9531SERIAL DRIVERS
9532M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9533L: linux-serial@vger.kernel.org
9534S: Maintained
9535F: drivers/tty/serial/
9536
9537SYNOPSYS DESIGNWARE DMAC DRIVER
9538M: Viresh Kumar <vireshk@kernel.org>
9539M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9540S: Maintained
9541F: include/linux/dma/dw.h
9542F: include/linux/platform_data/dma-dw.h
9543F: drivers/dma/dw/
9544
9545SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9546M: Lars Persson <lars.persson@axis.com>
9547L: netdev@vger.kernel.org
9548S: Supported
9549F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9550F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9551
9552SYNOPSYS DESIGNWARE I2C DRIVER
9553M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9554M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
9555M: Mika Westerberg <mika.westerberg@linux.intel.com>
9556L: linux-i2c@vger.kernel.org
9557S: Maintained
9558F: drivers/i2c/busses/i2c-designware-*
9559F: include/linux/platform_data/i2c-designware.h
9560
9561SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9562M: Jaehoon Chung <jh80.chung@samsung.com>
9563L: linux-mmc@vger.kernel.org
9564S: Maintained
9565F: include/linux/mmc/dw_mmc.h
9566F: drivers/mmc/host/dw_mmc*
9567
9568SYSTEM TRACE MODULE CLASS
9569M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9570S: Maintained
9571F: Documentation/trace/stm.txt
9572F: drivers/hwtracing/stm/
9573F: include/linux/stm.h
9574F: include/uapi/linux/stm.h
9575
9576THUNDERBOLT DRIVER
9577M: Andreas Noever <andreas.noever@gmail.com>
9578S: Maintained
9579F: drivers/thunderbolt/
9580
9581TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9582M: John Stultz <john.stultz@linaro.org>
9583M: Thomas Gleixner <tglx@linutronix.de>
9584L: linux-kernel@vger.kernel.org
9585T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9586S: Supported
9587F: include/linux/clocksource.h
9588F: include/linux/time.h
9589F: include/linux/timex.h
9590F: include/uapi/linux/time.h
9591F: include/uapi/linux/timex.h
9592F: kernel/time/clocksource.c
9593F: kernel/time/time*.c
9594F: kernel/time/alarmtimer.c
9595F: kernel/time/ntp.c
9596F: tools/testing/selftests/timers/
9597
9598SC1200 WDT DRIVER
9599M: Zwane Mwaikambo <zwanem@gmail.com>
9600S: Maintained
9601F: drivers/watchdog/sc1200wdt.c
9602
9603SCHEDULER
9604M: Ingo Molnar <mingo@redhat.com>
9605M: Peter Zijlstra <peterz@infradead.org>
9606L: linux-kernel@vger.kernel.org
9607T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9608S: Maintained
9609F: kernel/sched/
9610F: include/linux/sched.h
9611F: include/uapi/linux/sched.h
9612F: include/linux/wait.h
9613
9614SCORE ARCHITECTURE
9615M: Chen Liqin <liqin.linux@gmail.com>
9616M: Lennox Wu <lennox.wu@gmail.com>
9617W: http://www.sunplus.com
9618S: Supported
9619F: arch/score/
9620
9621SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9622M: Sudeep Holla <sudeep.holla@arm.com>
9623L: linux-arm-kernel@lists.infradead.org
9624S: Maintained
9625F: Documentation/devicetree/bindings/arm/arm,scpi.txt
9626F: drivers/clk/clk-scpi.c
9627F: drivers/cpufreq/scpi-cpufreq.c
9628F: drivers/firmware/arm_scpi.c
9629F: include/linux/scpi_protocol.h
9630
9631SCSI CDROM DRIVER
9632M: Jens Axboe <axboe@kernel.dk>
9633L: linux-scsi@vger.kernel.org
9634W: http://www.kernel.dk
9635S: Maintained
9636F: drivers/scsi/sr*
9637
9638SCSI RDMA PROTOCOL (SRP) INITIATOR
9639M: Bart Van Assche <bart.vanassche@sandisk.com>
9640L: linux-rdma@vger.kernel.org
9641S: Supported
9642W: http://www.openfabrics.org
9643Q: http://patchwork.kernel.org/project/linux-rdma/list/
9644T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9645F: drivers/infiniband/ulp/srp/
9646F: include/scsi/srp.h
9647
9648SCSI SG DRIVER
9649M: Doug Gilbert <dgilbert@interlog.com>
9650L: linux-scsi@vger.kernel.org
9651W: http://sg.danny.cz/sg
9652S: Maintained
9653F: Documentation/scsi/scsi-generic.txt
9654F: drivers/scsi/sg.c
9655F: include/scsi/sg.h
9656
9657SCSI SUBSYSTEM
9658M: "James E.J. Bottomley" <JBottomley@odin.com>
9659T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9660M: "Martin K. Petersen" <martin.petersen@oracle.com>
9661T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9662L: linux-scsi@vger.kernel.org
9663S: Maintained
9664F: drivers/scsi/
9665F: include/scsi/
9666
9667SCSI TAPE DRIVER
9668M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9669L: linux-scsi@vger.kernel.org
9670S: Maintained
9671F: Documentation/scsi/st.txt
9672F: drivers/scsi/st.*
9673F: drivers/scsi/st_*.h
9674
9675SCTP PROTOCOL
9676M: Vlad Yasevich <vyasevich@gmail.com>
9677M: Neil Horman <nhorman@tuxdriver.com>
9678L: linux-sctp@vger.kernel.org
9679W: http://lksctp.sourceforge.net
9680S: Maintained
9681F: Documentation/networking/sctp.txt
9682F: include/linux/sctp.h
9683F: include/uapi/linux/sctp.h
9684F: include/net/sctp/
9685F: net/sctp/
9686
9687SCx200 CPU SUPPORT
9688M: Jim Cromie <jim.cromie@gmail.com>
9689S: Odd Fixes
9690F: Documentation/i2c/busses/scx200_acb
9691F: arch/x86/platform/scx200/
9692F: drivers/watchdog/scx200_wdt.c
9693F: drivers/i2c/busses/scx200*
9694F: drivers/mtd/maps/scx200_docflash.c
9695F: include/linux/scx200.h
9696
9697SCx200 GPIO DRIVER
9698M: Jim Cromie <jim.cromie@gmail.com>
9699S: Maintained
9700F: drivers/char/scx200_gpio.c
9701F: include/linux/scx200_gpio.h
9702
9703SCx200 HRT CLOCKSOURCE DRIVER
9704M: Jim Cromie <jim.cromie@gmail.com>
9705S: Maintained
9706F: drivers/clocksource/scx200_hrt.c
9707
9708SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9709M: Sascha Sommer <saschasommer@freenet.de>
9710L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9711S: Maintained
9712F: drivers/mmc/host/sdricoh_cs.c
9713
9714SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9715L: linux-mmc@vger.kernel.org
9716S: Orphan
9717F: drivers/mmc/host/sdhci.*
9718F: drivers/mmc/host/sdhci-pltfm.[ch]
9719
9720SECURE COMPUTING
9721M: Kees Cook <keescook@chromium.org>
9722R: Andy Lutomirski <luto@amacapital.net>
9723R: Will Drewry <wad@chromium.org>
9724T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9725S: Supported
9726F: kernel/seccomp.c
9727F: include/uapi/linux/seccomp.h
9728F: include/linux/seccomp.h
9729F: tools/testing/selftests/seccomp/*
9730K: \bsecure_computing
9731K: \bTIF_SECCOMP\b
9732
9733SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9734M: Ben Dooks <ben-linux@fluff.org>
9735M: Jaehoon Chung <jh80.chung@samsung.com>
9736L: linux-mmc@vger.kernel.org
9737S: Maintained
9738F: drivers/mmc/host/sdhci-s3c*
9739
9740SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9741M: Viresh Kumar <vireshk@kernel.org>
9742L: spear-devel@list.st.com
9743L: linux-mmc@vger.kernel.org
9744S: Maintained
9745F: drivers/mmc/host/sdhci-spear.c
9746
9747SECURITY SUBSYSTEM
9748M: James Morris <james.l.morris@oracle.com>
9749M: "Serge E. Hallyn" <serge@hallyn.com>
9750L: linux-security-module@vger.kernel.org (suggested Cc:)
9751T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9752W: http://kernsec.org/
9753S: Supported
9754F: security/
9755
9756SECURITY CONTACT
9757M: Security Officers <security@kernel.org>
9758S: Supported
9759
9760SELINUX SECURITY MODULE
9761M: Paul Moore <paul@paul-moore.com>
9762M: Stephen Smalley <sds@tycho.nsa.gov>
9763M: Eric Paris <eparis@parisplace.org>
9764L: selinux@tycho.nsa.gov (moderated for non-subscribers)
9765W: http://selinuxproject.org
9766T: git git://git.infradead.org/users/pcmoore/selinux
9767S: Supported
9768F: include/linux/selinux*
9769F: security/selinux/
9770F: scripts/selinux/
9771
9772APPARMOR SECURITY MODULE
9773M: John Johansen <john.johansen@canonical.com>
9774L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9775W: apparmor.wiki.kernel.org
9776T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9777S: Supported
9778F: security/apparmor/
9779
9780YAMA SECURITY MODULE
9781M: Kees Cook <keescook@chromium.org>
9782T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9783S: Supported
9784F: security/yama/
9785
9786SENSABLE PHANTOM
9787M: Jiri Slaby <jirislaby@gmail.com>
9788S: Maintained
9789F: drivers/misc/phantom.c
9790F: include/uapi/linux/phantom.h
9791
9792SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9793M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9794M: Ketan Mukadam <ketan.mukadam@avagotech.com>
9795M: John Soni Jose <sony.john@avagotech.com>
9796L: linux-scsi@vger.kernel.org
9797W: http://www.avagotech.com
9798S: Supported
9799F: drivers/scsi/be2iscsi/
9800
9801Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9802M: Sathya Perla <sathya.perla@avagotech.com>
9803M: Ajit Khaparde <ajit.khaparde@avagotech.com>
9804M: Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9805M: Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9806L: netdev@vger.kernel.org
9807W: http://www.emulex.com
9808S: Supported
9809F: drivers/net/ethernet/emulex/benet/
9810
9811EMULEX ONECONNECT ROCE DRIVER
9812M: Selvin Xavier <selvin.xavier@avagotech.com>
9813M: Devesh Sharma <devesh.sharma@avagotech.com>
9814M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9815L: linux-rdma@vger.kernel.org
9816W: http://www.emulex.com
9817S: Supported
9818F: drivers/infiniband/hw/ocrdma/
9819
9820SFC NETWORK DRIVER
9821M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9822M: Shradha Shah <sshah@solarflare.com>
9823L: netdev@vger.kernel.org
9824S: Supported
9825F: drivers/net/ethernet/sfc/
9826
9827SGI GRU DRIVER
9828M: Dimitri Sivanich <sivanich@sgi.com>
9829S: Maintained
9830F: drivers/misc/sgi-gru/
9831
9832SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9833M: Pat Gefre <pfg@sgi.com>
9834L: linux-ia64@vger.kernel.org
9835S: Supported
9836F: Documentation/ia64/serial.txt
9837F: drivers/tty/serial/ioc?_serial.c
9838F: include/linux/ioc?.h
9839
9840SGI XP/XPC/XPNET DRIVER
9841M: Cliff Whickman <cpw@sgi.com>
9842M: Robin Holt <robinmholt@gmail.com>
9843S: Maintained
9844F: drivers/misc/sgi-xp/
9845
9846SI2157 MEDIA DRIVER
9847M: Antti Palosaari <crope@iki.fi>
9848L: linux-media@vger.kernel.org
9849W: https://linuxtv.org
9850W: http://palosaari.fi/linux/
9851Q: http://patchwork.linuxtv.org/project/linux-media/list/
9852T: git git://linuxtv.org/anttip/media_tree.git
9853S: Maintained
9854F: drivers/media/tuners/si2157*
9855
9856SI2168 MEDIA DRIVER
9857M: Antti Palosaari <crope@iki.fi>
9858L: linux-media@vger.kernel.org
9859W: https://linuxtv.org
9860W: http://palosaari.fi/linux/
9861Q: http://patchwork.linuxtv.org/project/linux-media/list/
9862T: git git://linuxtv.org/anttip/media_tree.git
9863S: Maintained
9864F: drivers/media/dvb-frontends/si2168*
9865
9866SI470X FM RADIO RECEIVER I2C DRIVER
9867M: Hans Verkuil <hverkuil@xs4all.nl>
9868L: linux-media@vger.kernel.org
9869T: git git://linuxtv.org/media_tree.git
9870W: https://linuxtv.org
9871S: Odd Fixes
9872F: drivers/media/radio/si470x/radio-si470x-i2c.c
9873
9874SI470X FM RADIO RECEIVER USB DRIVER
9875M: Hans Verkuil <hverkuil@xs4all.nl>
9876L: linux-media@vger.kernel.org
9877T: git git://linuxtv.org/media_tree.git
9878W: https://linuxtv.org
9879S: Maintained
9880F: drivers/media/radio/si470x/radio-si470x-common.c
9881F: drivers/media/radio/si470x/radio-si470x.h
9882F: drivers/media/radio/si470x/radio-si470x-usb.c
9883
9884SI4713 FM RADIO TRANSMITTER I2C DRIVER
9885M: Eduardo Valentin <edubezval@gmail.com>
9886L: linux-media@vger.kernel.org
9887T: git git://linuxtv.org/media_tree.git
9888W: https://linuxtv.org
9889S: Odd Fixes
9890F: drivers/media/radio/si4713/si4713.?
9891
9892SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9893M: Eduardo Valentin <edubezval@gmail.com>
9894L: linux-media@vger.kernel.org
9895T: git git://linuxtv.org/media_tree.git
9896W: https://linuxtv.org
9897S: Odd Fixes
9898F: drivers/media/radio/si4713/radio-platform-si4713.c
9899
9900SI4713 FM RADIO TRANSMITTER USB DRIVER
9901M: Hans Verkuil <hverkuil@xs4all.nl>
9902L: linux-media@vger.kernel.org
9903T: git git://linuxtv.org/media_tree.git
9904W: https://linuxtv.org
9905S: Maintained
9906F: drivers/media/radio/si4713/radio-usb-si4713.c
9907
9908SIANO DVB DRIVER
9909M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9910L: linux-media@vger.kernel.org
9911W: https://linuxtv.org
9912T: git git://linuxtv.org/media_tree.git
9913S: Odd fixes
9914F: drivers/media/common/siano/
9915F: drivers/media/usb/siano/
9916F: drivers/media/usb/siano/
9917F: drivers/media/mmc/siano/
9918
9919SIMPLEFB FB DRIVER
9920M: Hans de Goede <hdegoede@redhat.com>
9921L: linux-fbdev@vger.kernel.org
9922S: Maintained
9923F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
9924F: drivers/video/fbdev/simplefb.c
9925F: include/linux/platform_data/simplefb.h
9926
9927SH_VEU V4L2 MEM2MEM DRIVER
9928L: linux-media@vger.kernel.org
9929S: Orphan
9930F: drivers/media/platform/sh_veu.c
9931
9932SH_VOU V4L2 OUTPUT DRIVER
9933L: linux-media@vger.kernel.org
9934S: Orphan
9935F: drivers/media/platform/sh_vou.c
9936F: include/media/drv-intf/sh_vou.h
9937
9938SIMPLE FIRMWARE INTERFACE (SFI)
9939M: Len Brown <lenb@kernel.org>
9940L: sfi-devel@simplefirmware.org
9941W: http://simplefirmware.org/
9942T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9943S: Supported
9944F: arch/x86/platform/sfi/
9945F: drivers/sfi/
9946F: include/linux/sfi*.h
9947
9948SIMTEC EB110ATX (Chalice CATS)
9949P: Ben Dooks
9950P: Vincent Sanders <vince@simtec.co.uk>
9951M: Simtec Linux Team <linux@simtec.co.uk>
9952W: http://www.simtec.co.uk/products/EB110ATX/
9953S: Supported
9954
9955SIMTEC EB2410ITX (BAST)
9956P: Ben Dooks
9957P: Vincent Sanders <vince@simtec.co.uk>
9958M: Simtec Linux Team <linux@simtec.co.uk>
9959W: http://www.simtec.co.uk/products/EB2410ITX/
9960S: Supported
9961F: arch/arm/mach-s3c24xx/mach-bast.c
9962F: arch/arm/mach-s3c24xx/bast-ide.c
9963F: arch/arm/mach-s3c24xx/bast-irq.c
9964
9965TI DAVINCI MACHINE SUPPORT
9966M: Sekhar Nori <nsekhar@ti.com>
9967M: Kevin Hilman <khilman@deeprootsystems.com>
9968T: git git://gitorious.org/linux-davinci/linux-davinci.git
9969Q: http://patchwork.kernel.org/project/linux-davinci/list/
9970S: Supported
9971F: arch/arm/mach-davinci/
9972F: drivers/i2c/busses/i2c-davinci.c
9973
9974TI DAVINCI SERIES MEDIA DRIVER
9975M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9976L: linux-media@vger.kernel.org
9977W: https://linuxtv.org
9978Q: http://patchwork.linuxtv.org/project/linux-media/list/
9979T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9980S: Maintained
9981F: drivers/media/platform/davinci/
9982F: include/media/davinci/
9983
9984TI AM437X VPFE DRIVER
9985M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9986L: linux-media@vger.kernel.org
9987W: https://linuxtv.org
9988Q: http://patchwork.linuxtv.org/project/linux-media/list/
9989T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9990S: Maintained
9991F: drivers/media/platform/am437x/
9992
9993OV2659 OMNIVISION SENSOR DRIVER
9994M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9995L: linux-media@vger.kernel.org
9996W: https://linuxtv.org
9997Q: http://patchwork.linuxtv.org/project/linux-media/list/
9998T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9999S: Maintained
10000F: drivers/media/i2c/ov2659.c
10001F: include/media/i2c/ov2659.h
10002
10003SILICON MOTION SM712 FRAME BUFFER DRIVER
10004M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10005M: Teddy Wang <teddy.wang@siliconmotion.com>
10006M: Sudip Mukherjee <sudip@vectorindia.org>
10007L: linux-fbdev@vger.kernel.org
10008S: Maintained
10009F: drivers/video/fbdev/sm712*
10010F: Documentation/fb/sm712fb.txt
10011
10012SIS 190 ETHERNET DRIVER
10013M: Francois Romieu <romieu@fr.zoreil.com>
10014L: netdev@vger.kernel.org
10015S: Maintained
10016F: drivers/net/ethernet/sis/sis190.c
10017
10018SIS 900/7016 FAST ETHERNET DRIVER
10019M: Daniele Venzano <venza@brownhat.org>
10020W: http://www.brownhat.org/sis900.html
10021L: netdev@vger.kernel.org
10022S: Maintained
10023F: drivers/net/ethernet/sis/sis900.*
10024
10025SIS FRAMEBUFFER DRIVER
10026M: Thomas Winischhofer <thomas@winischhofer.net>
10027W: http://www.winischhofer.net/linuxsisvga.shtml
10028S: Maintained
10029F: Documentation/fb/sisfb.txt
10030F: drivers/video/fbdev/sis/
10031F: include/video/sisfb.h
10032
10033SIS USB2VGA DRIVER
10034M: Thomas Winischhofer <thomas@winischhofer.net>
10035W: http://www.winischhofer.at/linuxsisusbvga.shtml
10036S: Maintained
10037F: drivers/usb/misc/sisusbvga/
10038
10039SLAB ALLOCATOR
10040M: Christoph Lameter <cl@linux.com>
10041M: Pekka Enberg <penberg@kernel.org>
10042M: David Rientjes <rientjes@google.com>
10043M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10044M: Andrew Morton <akpm@linux-foundation.org>
10045L: linux-mm@kvack.org
10046S: Maintained
10047F: include/linux/sl?b*.h
10048F: mm/sl?b*
10049
10050SLEEPABLE READ-COPY UPDATE (SRCU)
10051M: Lai Jiangshan <jiangshanlai@gmail.com>
10052M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10053M: Josh Triplett <josh@joshtriplett.org>
10054R: Steven Rostedt <rostedt@goodmis.org>
10055R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10056L: linux-kernel@vger.kernel.org
10057W: http://www.rdrop.com/users/paulmck/RCU/
10058S: Supported
10059T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10060F: include/linux/srcu.h
10061F: kernel/rcu/srcu.c
10062
10063SMACK SECURITY MODULE
10064M: Casey Schaufler <casey@schaufler-ca.com>
10065L: linux-security-module@vger.kernel.org
10066W: http://schaufler-ca.com
10067T: git git://git.gitorious.org/smack-next/kernel.git
10068S: Maintained
10069F: Documentation/security/Smack.txt
10070F: security/smack/
10071
10072DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10073M: Kevin Hilman <khilman@kernel.org>
10074M: Nishanth Menon <nm@ti.com>
10075S: Maintained
10076F: drivers/power/avs/
10077F: include/linux/power/smartreflex.h
10078L: linux-pm@vger.kernel.org
10079
10080SMC91x ETHERNET DRIVER
10081M: Nicolas Pitre <nico@fluxnic.net>
10082S: Odd Fixes
10083F: drivers/net/ethernet/smsc/smc91x.*
10084
10085SMIA AND SMIA++ IMAGE SENSOR DRIVER
10086M: Sakari Ailus <sakari.ailus@iki.fi>
10087L: linux-media@vger.kernel.org
10088S: Maintained
10089F: drivers/media/i2c/smiapp/
10090F: include/media/i2c/smiapp.h
10091F: drivers/media/i2c/smiapp-pll.c
10092F: drivers/media/i2c/smiapp-pll.h
10093F: include/uapi/linux/smiapp.h
10094F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10095
10096SMM665 HARDWARE MONITOR DRIVER
10097M: Guenter Roeck <linux@roeck-us.net>
10098L: lm-sensors@lm-sensors.org
10099S: Maintained
10100F: Documentation/hwmon/smm665
10101F: drivers/hwmon/smm665.c
10102
10103SMSC EMC2103 HARDWARE MONITOR DRIVER
10104M: Steve Glendinning <steve.glendinning@shawell.net>
10105L: lm-sensors@lm-sensors.org
10106S: Maintained
10107F: Documentation/hwmon/emc2103
10108F: drivers/hwmon/emc2103.c
10109
10110SMSC SCH5627 HARDWARE MONITOR DRIVER
10111M: Hans de Goede <hdegoede@redhat.com>
10112L: lm-sensors@lm-sensors.org
10113S: Supported
10114F: Documentation/hwmon/sch5627
10115F: drivers/hwmon/sch5627.c
10116
10117SMSC47B397 HARDWARE MONITOR DRIVER
10118M: Jean Delvare <jdelvare@suse.com>
10119L: lm-sensors@lm-sensors.org
10120S: Maintained
10121F: Documentation/hwmon/smsc47b397
10122F: drivers/hwmon/smsc47b397.c
10123
10124SMSC911x ETHERNET DRIVER
10125M: Steve Glendinning <steve.glendinning@shawell.net>
10126L: netdev@vger.kernel.org
10127S: Maintained
10128F: include/linux/smsc911x.h
10129F: drivers/net/ethernet/smsc/smsc911x.*
10130
10131SMSC9420 PCI ETHERNET DRIVER
10132M: Steve Glendinning <steve.glendinning@shawell.net>
10133L: netdev@vger.kernel.org
10134S: Maintained
10135F: drivers/net/ethernet/smsc/smsc9420.*
10136
10137SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10138M: Steve Glendinning <steve.glendinning@shawell.net>
10139L: linux-fbdev@vger.kernel.org
10140S: Maintained
10141F: drivers/video/fbdev/smscufx.c
10142
10143SOC-CAMERA V4L2 SUBSYSTEM
10144M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10145L: linux-media@vger.kernel.org
10146T: git git://linuxtv.org/media_tree.git
10147S: Maintained
10148F: include/media/soc*
10149F: drivers/media/i2c/soc_camera/
10150F: drivers/media/platform/soc_camera/
10151
10152SOEKRIS NET48XX LED SUPPORT
10153M: Chris Boot <bootc@bootc.net>
10154S: Maintained
10155F: drivers/leds/leds-net48xx.c
10156
10157SOFTLOGIC 6x10 MPEG CODEC
10158M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10159M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10160M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
10161M: Ismael Luceno <ismael@iodev.co.uk>
10162L: linux-media@vger.kernel.org
10163S: Supported
10164F: drivers/media/pci/solo6x10/
10165
10166SOFTWARE RAID (Multiple Disks) SUPPORT
10167L: linux-raid@vger.kernel.org
10168T: git git://neil.brown.name/md
10169S: Supported
10170F: drivers/md/
10171F: include/linux/raid/
10172F: include/uapi/linux/raid/
10173
10174SONIC NETWORK DRIVER
10175M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10176L: netdev@vger.kernel.org
10177S: Maintained
10178F: drivers/net/ethernet/natsemi/sonic.*
10179
10180SONICS SILICON BACKPLANE DRIVER (SSB)
10181M: Michael Buesch <m@bues.ch>
10182L: netdev@vger.kernel.org
10183S: Maintained
10184F: drivers/ssb/
10185F: include/linux/ssb/
10186
10187SONY VAIO CONTROL DEVICE DRIVER
10188M: Mattia Dongili <malattia@linux.it>
10189L: platform-driver-x86@vger.kernel.org
10190W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10191S: Maintained
10192F: Documentation/laptops/sony-laptop.txt
10193F: drivers/char/sonypi.c
10194F: drivers/platform/x86/sony-laptop.c
10195F: include/linux/sony-laptop.h
10196
10197SONY MEMORYSTICK CARD SUPPORT
10198M: Alex Dubov <oakad@yahoo.com>
10199W: http://tifmxx.berlios.de/
10200S: Maintained
10201F: drivers/memstick/host/tifm_ms.c
10202
10203SONY MEMORYSTICK STANDARD SUPPORT
10204M: Maxim Levitsky <maximlevitsky@gmail.com>
10205S: Maintained
10206F: drivers/memstick/core/ms_block.*
10207
10208SOUND
10209M: Jaroslav Kysela <perex@perex.cz>
10210M: Takashi Iwai <tiwai@suse.com>
10211L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10212W: http://www.alsa-project.org/
10213T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10214T: git git://git.alsa-project.org/alsa-kernel.git
10215Q: http://patchwork.kernel.org/project/alsa-devel/list/
10216S: Maintained
10217F: Documentation/sound/
10218F: include/sound/
10219F: include/uapi/sound/
10220F: sound/
10221
10222SOUND - COMPRESSED AUDIO
10223M: Vinod Koul <vinod.koul@intel.com>
10224L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10225T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10226S: Supported
10227F: Documentation/sound/alsa/compress_offload.txt
10228F: include/sound/compress_driver.h
10229F: include/uapi/sound/compress_*
10230F: sound/core/compress_offload.c
10231F: sound/soc/soc-compress.c
10232
10233SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10234M: Liam Girdwood <lgirdwood@gmail.com>
10235M: Mark Brown <broonie@kernel.org>
10236T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10237L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10238W: http://alsa-project.org/main/index.php/ASoC
10239S: Supported
10240F: Documentation/sound/alsa/soc/
10241F: sound/soc/
10242F: include/sound/soc*
10243
10244SOUND - DMAENGINE HELPERS
10245M: Lars-Peter Clausen <lars@metafoo.de>
10246S: Supported
10247F: include/sound/dmaengine_pcm.h
10248F: sound/core/pcm_dmaengine.c
10249F: sound/soc/soc-generic-dmaengine-pcm.c
10250
10251SP2 MEDIA DRIVER
10252M: Olli Salonen <olli.salonen@iki.fi>
10253L: linux-media@vger.kernel.org
10254W: https://linuxtv.org
10255Q: http://patchwork.linuxtv.org/project/linux-media/list/
10256S: Maintained
10257F: drivers/media/dvb-frontends/sp2*
10258
10259SPARC + UltraSPARC (sparc/sparc64)
10260M: "David S. Miller" <davem@davemloft.net>
10261L: sparclinux@vger.kernel.org
10262Q: http://patchwork.ozlabs.org/project/sparclinux/list/
10263T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10264T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10265S: Maintained
10266F: arch/sparc/
10267F: drivers/sbus/
10268
10269SPARC SERIAL DRIVERS
10270M: "David S. Miller" <davem@davemloft.net>
10271L: sparclinux@vger.kernel.org
10272T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10273T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10274S: Maintained
10275F: include/linux/sunserialcore.h
10276F: drivers/tty/serial/suncore.c
10277F: drivers/tty/serial/sunhv.c
10278F: drivers/tty/serial/sunsab.c
10279F: drivers/tty/serial/sunsab.h
10280F: drivers/tty/serial/sunsu.c
10281F: drivers/tty/serial/sunzilog.c
10282F: drivers/tty/serial/sunzilog.h
10283
10284SPARSE CHECKER
10285M: "Christopher Li" <sparse@chrisli.org>
10286L: linux-sparse@vger.kernel.org
10287W: https://sparse.wiki.kernel.org/
10288T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10289T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10290S: Maintained
10291F: include/linux/compiler.h
10292
10293SPEAR PLATFORM SUPPORT
10294M: Viresh Kumar <vireshk@kernel.org>
10295M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10296L: spear-devel@list.st.com
10297L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10298W: http://www.st.com/spear
10299S: Maintained
10300F: arch/arm/mach-spear/
10301
10302SPEAR CLOCK FRAMEWORK SUPPORT
10303M: Viresh Kumar <vireshk@kernel.org>
10304L: spear-devel@list.st.com
10305L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10306W: http://www.st.com/spear
10307S: Maintained
10308F: drivers/clk/spear/
10309
10310SPI SUBSYSTEM
10311M: Mark Brown <broonie@kernel.org>
10312L: linux-spi@vger.kernel.org
10313T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10314Q: http://patchwork.kernel.org/project/spi-devel-general/list/
10315S: Maintained
10316F: Documentation/spi/
10317F: drivers/spi/
10318F: include/linux/spi/
10319F: include/uapi/linux/spi/
10320
10321SPIDERNET NETWORK DRIVER for CELL
10322M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10323L: netdev@vger.kernel.org
10324S: Supported
10325F: Documentation/networking/spider_net.txt
10326F: drivers/net/ethernet/toshiba/spider_net*
10327
10328SPU FILE SYSTEM
10329M: Jeremy Kerr <jk@ozlabs.org>
10330L: linuxppc-dev@lists.ozlabs.org
10331W: http://www.ibm.com/developerworks/power/cell/
10332S: Supported
10333F: Documentation/filesystems/spufs.txt
10334F: arch/powerpc/platforms/cell/spufs/
10335
10336SQUASHFS FILE SYSTEM
10337M: Phillip Lougher <phillip@squashfs.org.uk>
10338L: squashfs-devel@lists.sourceforge.net (subscribers-only)
10339W: http://squashfs.org.uk
10340T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10341S: Maintained
10342F: Documentation/filesystems/squashfs.txt
10343F: fs/squashfs/
10344
10345SRM (Alpha) environment access
10346M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
10347S: Maintained
10348F: arch/alpha/kernel/srm_env.c
10349
10350STABLE BRANCH
10351M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10352L: stable@vger.kernel.org
10353S: Supported
10354F: Documentation/stable_kernel_rules.txt
10355
10356STAGING SUBSYSTEM
10357M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10358T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10359L: devel@driverdev.osuosl.org
10360S: Supported
10361F: drivers/staging/
10362
10363STAGING - COMEDI
10364M: Ian Abbott <abbotti@mev.co.uk>
10365M: H Hartley Sweeten <hsweeten@visionengravers.com>
10366S: Odd Fixes
10367F: drivers/staging/comedi/
10368
10369STAGING - FLARION FT1000 DRIVERS
10370M: Marek Belisko <marek.belisko@gmail.com>
10371S: Odd Fixes
10372F: drivers/staging/ft1000/
10373
10374STAGING - INDUSTRIAL IO
10375M: Jonathan Cameron <jic23@kernel.org>
10376L: linux-iio@vger.kernel.org
10377S: Odd Fixes
10378F: drivers/staging/iio/
10379
10380STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10381M: Jarod Wilson <jarod@wilsonet.com>
10382W: http://www.lirc.org/
10383S: Odd Fixes
10384F: drivers/staging/media/lirc/
10385
10386STAGING - LUSTRE PARALLEL FILESYSTEM
10387M: Oleg Drokin <oleg.drokin@intel.com>
10388M: Andreas Dilger <andreas.dilger@intel.com>
10389L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10390W: http://wiki.lustre.org/
10391S: Maintained
10392F: drivers/staging/lustre
10393
10394STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10395M: Marc Dietrich <marvin24@gmx.de>
10396L: ac100@lists.launchpad.net (moderated for non-subscribers)
10397L: linux-tegra@vger.kernel.org
10398S: Maintained
10399F: drivers/staging/nvec/
10400
10401STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10402M: Jens Frederich <jfrederich@gmail.com>
10403M: Daniel Drake <dsd@laptop.org>
10404M: Jon Nettleton <jon.nettleton@gmail.com>
10405W: http://wiki.laptop.org/go/DCON
10406S: Maintained
10407F: drivers/staging/olpc_dcon/
10408
10409STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10410M: Willy Tarreau <willy@meta-x.org>
10411S: Odd Fixes
10412F: drivers/staging/panel/
10413
10414STAGING - REALTEK RTL8712U DRIVERS
10415M: Larry Finger <Larry.Finger@lwfinger.net>
10416M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10417S: Odd Fixes
10418F: drivers/staging/rtl8712/
10419
10420STAGING - REALTEK RTL8723U WIRELESS DRIVER
10421M: Larry Finger <Larry.Finger@lwfinger.net>
10422M: Jes Sorensen <Jes.Sorensen@redhat.com>
10423L: linux-wireless@vger.kernel.org
10424S: Maintained
10425F: drivers/staging/rtl8723au/
10426
10427STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10428M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10429M: Teddy Wang <teddy.wang@siliconmotion.com>
10430M: Sudip Mukherjee <sudip@vectorindia.org>
10431L: linux-fbdev@vger.kernel.org
10432S: Maintained
10433F: drivers/staging/sm750fb/
10434
10435STAGING - SLICOSS
10436M: Lior Dotan <liodot@gmail.com>
10437M: Christopher Harrer <charrer@alacritech.com>
10438S: Odd Fixes
10439F: drivers/staging/slicoss/
10440
10441STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10442M: William Hubbs <w.d.hubbs@gmail.com>
10443M: Chris Brannon <chris@the-brannons.com>
10444M: Kirk Reiser <kirk@reisers.ca>
10445M: Samuel Thibault <samuel.thibault@ens-lyon.org>
10446L: speakup@linux-speakup.org
10447W: http://www.linux-speakup.org/
10448S: Odd Fixes
10449F: drivers/staging/speakup/
10450
10451STAGING - VIA VT665X DRIVERS
10452M: Forest Bond <forest@alittletooquiet.net>
10453S: Odd Fixes
10454F: drivers/staging/vt665?/
10455
10456STAGING - WILC1000 WIFI DRIVER
10457M: Johnny Kim <johnny.kim@atmel.com>
10458M: Austin Shin <austin.shin@atmel.com>
10459M: Chris Park <chris.park@atmel.com>
10460M: Tony Cho <tony.cho@atmel.com>
10461M: Glen Lee <glen.lee@atmel.com>
10462M: Leo Kim <leo.kim@atmel.com>
10463L: linux-wireless@vger.kernel.org
10464S: Supported
10465F: drivers/staging/wilc1000/
10466
10467STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10468M: Arnaud Patard <arnaud.patard@rtp-net.org>
10469S: Odd Fixes
10470F: drivers/staging/xgifb/
10471
10472HFI1 DRIVER
10473M: Mike Marciniszyn <infinipath@intel.com>
10474L: linux-rdma@vger.kernel.org
10475S: Supported
10476F: drivers/staging/rdma/hfi1
10477
10478STARFIRE/DURALAN NETWORK DRIVER
10479M: Ion Badulescu <ionut@badula.org>
10480S: Odd Fixes
10481F: drivers/net/ethernet/adaptec/starfire*
10482
10483SUN3/3X
10484M: Sam Creasey <sammy@sammy.net>
10485W: http://sammy.net/sun3/
10486S: Maintained
10487F: arch/m68k/kernel/*sun3*
10488F: arch/m68k/sun3*/
10489F: arch/m68k/include/asm/sun3*
10490F: drivers/net/ethernet/i825xx/sun3*
10491
10492SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10493M: Hans de Goede <hdegoede@redhat.com>
10494L: linux-input@vger.kernel.org
10495S: Maintained
10496F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10497F: drivers/input/keyboard/sun4i-lradc-keys.c
10498
10499SUNDANCE NETWORK DRIVER
10500M: Denis Kirjanov <kda@linux-powerpc.org>
10501L: netdev@vger.kernel.org
10502S: Maintained
10503F: drivers/net/ethernet/dlink/sundance.c
10504
10505SUPERH
10506M: Yoshinori Sato <ysato@users.sourceforge.jp>
10507M: Rich Felker <dalias@libc.org>
10508L: linux-sh@vger.kernel.org
10509Q: http://patchwork.kernel.org/project/linux-sh/list/
10510S: Maintained
10511F: Documentation/sh/
10512F: arch/sh/
10513F: drivers/sh/
10514
10515SUSPEND TO RAM
10516M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10517M: Len Brown <len.brown@intel.com>
10518M: Pavel Machek <pavel@ucw.cz>
10519L: linux-pm@vger.kernel.org
10520S: Supported
10521F: Documentation/power/
10522F: arch/x86/kernel/acpi/
10523F: drivers/base/power/
10524F: kernel/power/
10525F: include/linux/suspend.h
10526F: include/linux/freezer.h
10527F: include/linux/pm.h
10528
10529SVGA HANDLING
10530M: Martin Mares <mj@ucw.cz>
10531L: linux-video@atrey.karlin.mff.cuni.cz
10532S: Maintained
10533F: Documentation/svga.txt
10534F: arch/x86/boot/video*
10535
10536SWIOTLB SUBSYSTEM
10537M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10538L: linux-kernel@vger.kernel.org
10539T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10540S: Supported
10541F: lib/swiotlb.c
10542F: arch/*/kernel/pci-swiotlb.c
10543F: include/linux/swiotlb.h
10544
10545SWITCHDEV
10546M: Jiri Pirko <jiri@resnulli.us>
10547L: netdev@vger.kernel.org
10548S: Supported
10549F: net/switchdev/
10550F: include/net/switchdev.h
10551
10552SYNOPSYS ARC ARCHITECTURE
10553M: Vineet Gupta <vgupta@synopsys.com>
10554L: linux-snps-arc@lists.infradead.org
10555S: Supported
10556F: arch/arc/
10557F: Documentation/devicetree/bindings/arc/*
10558F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10559F: drivers/tty/serial/arc_uart.c
10560T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10561
10562SYNOPSYS ARC SDP platform support
10563M: Alexey Brodkin <abrodkin@synopsys.com>
10564S: Supported
10565F: arch/arc/plat-axs10x
10566F: arch/arc/boot/dts/ax*
10567F: Documentation/devicetree/bindings/arc/axs10*
10568
10569SYSTEM CONFIGURATION (SYSCON)
10570M: Lee Jones <lee.jones@linaro.org>
10571M: Arnd Bergmann <arnd@arndb.de>
10572T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10573S: Supported
10574F: drivers/mfd/syscon.c
10575
10576SYSV FILESYSTEM
10577M: Christoph Hellwig <hch@infradead.org>
10578S: Maintained
10579F: Documentation/filesystems/sysv-fs.txt
10580F: fs/sysv/
10581F: include/linux/sysv_fs.h
10582
10583TARGET SUBSYSTEM
10584M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10585L: linux-scsi@vger.kernel.org
10586L: target-devel@vger.kernel.org
10587W: http://www.linux-iscsi.org
10588W: http://groups.google.com/group/linux-iscsi-target-dev
10589T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10590S: Supported
10591F: drivers/target/
10592F: include/target/
10593F: Documentation/target/
10594
10595TASKSTATS STATISTICS INTERFACE
10596M: Balbir Singh <bsingharora@gmail.com>
10597S: Maintained
10598F: Documentation/accounting/taskstats*
10599F: include/linux/taskstats*
10600F: kernel/taskstats.c
10601
10602TC CLASSIFIER
10603M: Jamal Hadi Salim <jhs@mojatatu.com>
10604L: netdev@vger.kernel.org
10605S: Maintained
10606F: include/net/pkt_cls.h
10607F: include/uapi/linux/pkt_cls.h
10608F: net/sched/
10609
10610TCP LOW PRIORITY MODULE
10611M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10612M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10613W: http://tcp-lp-mod.sourceforge.net/
10614S: Maintained
10615F: net/ipv4/tcp_lp.c
10616
10617TDA10071 MEDIA DRIVER
10618M: Antti Palosaari <crope@iki.fi>
10619L: linux-media@vger.kernel.org
10620W: https://linuxtv.org
10621W: http://palosaari.fi/linux/
10622Q: http://patchwork.linuxtv.org/project/linux-media/list/
10623T: git git://linuxtv.org/anttip/media_tree.git
10624S: Maintained
10625F: drivers/media/dvb-frontends/tda10071*
10626
10627TDA18212 MEDIA DRIVER
10628M: Antti Palosaari <crope@iki.fi>
10629L: linux-media@vger.kernel.org
10630W: https://linuxtv.org
10631W: http://palosaari.fi/linux/
10632Q: http://patchwork.linuxtv.org/project/linux-media/list/
10633T: git git://linuxtv.org/anttip/media_tree.git
10634S: Maintained
10635F: drivers/media/tuners/tda18212*
10636
10637TDA18218 MEDIA DRIVER
10638M: Antti Palosaari <crope@iki.fi>
10639L: linux-media@vger.kernel.org
10640W: https://linuxtv.org
10641W: http://palosaari.fi/linux/
10642Q: http://patchwork.linuxtv.org/project/linux-media/list/
10643T: git git://linuxtv.org/anttip/media_tree.git
10644S: Maintained
10645F: drivers/media/tuners/tda18218*
10646
10647TDA18271 MEDIA DRIVER
10648M: Michael Krufky <mkrufky@linuxtv.org>
10649L: linux-media@vger.kernel.org
10650W: https://linuxtv.org
10651W: http://github.com/mkrufky
10652Q: http://patchwork.linuxtv.org/project/linux-media/list/
10653T: git git://linuxtv.org/mkrufky/tuners.git
10654S: Maintained
10655F: drivers/media/tuners/tda18271*
10656
10657TDA827x MEDIA DRIVER
10658M: Michael Krufky <mkrufky@linuxtv.org>
10659L: linux-media@vger.kernel.org
10660W: https://linuxtv.org
10661W: http://github.com/mkrufky
10662Q: http://patchwork.linuxtv.org/project/linux-media/list/
10663T: git git://linuxtv.org/mkrufky/tuners.git
10664S: Maintained
10665F: drivers/media/tuners/tda8290.*
10666
10667TDA8290 MEDIA DRIVER
10668M: Michael Krufky <mkrufky@linuxtv.org>
10669L: linux-media@vger.kernel.org
10670W: https://linuxtv.org
10671W: http://github.com/mkrufky
10672Q: http://patchwork.linuxtv.org/project/linux-media/list/
10673T: git git://linuxtv.org/mkrufky/tuners.git
10674S: Maintained
10675F: drivers/media/tuners/tda8290.*
10676
10677TDA9840 MEDIA DRIVER
10678M: Hans Verkuil <hverkuil@xs4all.nl>
10679L: linux-media@vger.kernel.org
10680T: git git://linuxtv.org/media_tree.git
10681W: https://linuxtv.org
10682S: Maintained
10683F: drivers/media/i2c/tda9840*
10684
10685TEA5761 TUNER DRIVER
10686M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10687L: linux-media@vger.kernel.org
10688W: https://linuxtv.org
10689T: git git://linuxtv.org/media_tree.git
10690S: Odd fixes
10691F: drivers/media/tuners/tea5761.*
10692
10693TEA5767 TUNER DRIVER
10694M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10695L: linux-media@vger.kernel.org
10696W: https://linuxtv.org
10697T: git git://linuxtv.org/media_tree.git
10698S: Maintained
10699F: drivers/media/tuners/tea5767.*
10700
10701TEA6415C MEDIA DRIVER
10702M: Hans Verkuil <hverkuil@xs4all.nl>
10703L: linux-media@vger.kernel.org
10704T: git git://linuxtv.org/media_tree.git
10705W: https://linuxtv.org
10706S: Maintained
10707F: drivers/media/i2c/tea6415c*
10708
10709TEA6420 MEDIA DRIVER
10710M: Hans Verkuil <hverkuil@xs4all.nl>
10711L: linux-media@vger.kernel.org
10712T: git git://linuxtv.org/media_tree.git
10713W: https://linuxtv.org
10714S: Maintained
10715F: drivers/media/i2c/tea6420*
10716
10717TEAM DRIVER
10718M: Jiri Pirko <jiri@resnulli.us>
10719L: netdev@vger.kernel.org
10720S: Supported
10721F: drivers/net/team/
10722F: include/linux/if_team.h
10723F: include/uapi/linux/if_team.h
10724
10725TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10726M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10727S: Maintained
10728F: arch/x86/platform/ts5500/
10729
10730TECHNOTREND USB IR RECEIVER
10731M: Sean Young <sean@mess.org>
10732L: linux-media@vger.kernel.org
10733S: Maintained
10734F: drivers/media/rc/ttusbir.c
10735
10736TEGRA ARCHITECTURE SUPPORT
10737M: Stephen Warren <swarren@wwwdotorg.org>
10738M: Thierry Reding <thierry.reding@gmail.com>
10739M: Alexandre Courbot <gnurou@gmail.com>
10740L: linux-tegra@vger.kernel.org
10741Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
10742T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10743S: Supported
10744N: [^a-z]tegra
10745
10746TEGRA CLOCK DRIVER
10747M: Peter De Schrijver <pdeschrijver@nvidia.com>
10748M: Prashant Gaikwad <pgaikwad@nvidia.com>
10749S: Supported
10750F: drivers/clk/tegra/
10751
10752TEGRA DMA DRIVER
10753M: Laxman Dewangan <ldewangan@nvidia.com>
10754S: Supported
10755F: drivers/dma/tegra20-apb-dma.c
10756
10757TEGRA I2C DRIVER
10758M: Laxman Dewangan <ldewangan@nvidia.com>
10759S: Supported
10760F: drivers/i2c/busses/i2c-tegra.c
10761
10762TEGRA IOMMU DRIVERS
10763M: Hiroshi Doyu <hdoyu@nvidia.com>
10764S: Supported
10765F: drivers/iommu/tegra*
10766
10767TEGRA KBC DRIVER
10768M: Rakesh Iyer <riyer@nvidia.com>
10769M: Laxman Dewangan <ldewangan@nvidia.com>
10770S: Supported
10771F: drivers/input/keyboard/tegra-kbc.c
10772
10773TEGRA PWM DRIVER
10774M: Thierry Reding <thierry.reding@gmail.com>
10775S: Supported
10776F: drivers/pwm/pwm-tegra.c
10777
10778TEGRA SERIAL DRIVER
10779M: Laxman Dewangan <ldewangan@nvidia.com>
10780S: Supported
10781F: drivers/tty/serial/serial-tegra.c
10782
10783TEGRA SPI DRIVER
10784M: Laxman Dewangan <ldewangan@nvidia.com>
10785S: Supported
10786F: drivers/spi/spi-tegra*
10787
10788TEHUTI ETHERNET DRIVER
10789M: Andy Gospodarek <andy@greyhouse.net>
10790L: netdev@vger.kernel.org
10791S: Supported
10792F: drivers/net/ethernet/tehuti/*
10793
10794Telecom Clock Driver for MCPL0010
10795M: Mark Gross <mark.gross@intel.com>
10796S: Supported
10797F: drivers/char/tlclk.c
10798
10799TENSILICA XTENSA PORT (xtensa)
10800M: Chris Zankel <chris@zankel.net>
10801M: Max Filippov <jcmvbkbc@gmail.com>
10802L: linux-xtensa@linux-xtensa.org
10803T: git git://github.com/czankel/xtensa-linux.git
10804S: Maintained
10805F: arch/xtensa/
10806F: drivers/irqchip/irq-xtensa-*
10807
10808THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10809M: Hans Verkuil <hverkuil@xs4all.nl>
10810L: linux-media@vger.kernel.org
10811T: git git://linuxtv.org/media_tree.git
10812W: https://linuxtv.org
10813S: Maintained
10814F: drivers/media/radio/radio-raremono.c
10815
10816THERMAL
10817M: Zhang Rui <rui.zhang@intel.com>
10818M: Eduardo Valentin <edubezval@gmail.com>
10819L: linux-pm@vger.kernel.org
10820T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10821T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10822Q: https://patchwork.kernel.org/project/linux-pm/list/
10823S: Supported
10824F: drivers/thermal/
10825F: include/linux/thermal.h
10826F: include/uapi/linux/thermal.h
10827F: include/linux/cpu_cooling.h
10828F: Documentation/devicetree/bindings/thermal/
10829
10830THERMAL/CPU_COOLING
10831M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
10832M: Viresh Kumar <viresh.kumar@linaro.org>
10833M: Javi Merino <javi.merino@arm.com>
10834L: linux-pm@vger.kernel.org
10835S: Supported
10836F: Documentation/thermal/cpu-cooling-api.txt
10837F: drivers/thermal/cpu_cooling.c
10838F: include/linux/cpu_cooling.h
10839
10840THINGM BLINK(1) USB RGB LED DRIVER
10841M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10842S: Maintained
10843F: drivers/hid/hid-thingm.c
10844
10845THINKPAD ACPI EXTRAS DRIVER
10846M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10847L: ibm-acpi-devel@lists.sourceforge.net
10848L: platform-driver-x86@vger.kernel.org
10849W: http://ibm-acpi.sourceforge.net
10850W: http://thinkwiki.org/wiki/Ibm-acpi
10851T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10852S: Maintained
10853F: drivers/platform/x86/thinkpad_acpi.c
10854
10855TI BANDGAP AND THERMAL DRIVER
10856M: Eduardo Valentin <edubezval@gmail.com>
10857L: linux-pm@vger.kernel.org
10858L: linux-omap@vger.kernel.org
10859S: Maintained
10860F: drivers/thermal/ti-soc-thermal/
10861
10862TI CDCE706 CLOCK DRIVER
10863M: Max Filippov <jcmvbkbc@gmail.com>
10864S: Maintained
10865F: drivers/clk/clk-cdce706.c
10866
10867TI CLOCK DRIVER
10868M: Tero Kristo <t-kristo@ti.com>
10869L: linux-omap@vger.kernel.org
10870S: Maintained
10871F: drivers/clk/ti/
10872F: include/linux/clk/ti.h
10873
10874TI FLASH MEDIA INTERFACE DRIVER
10875M: Alex Dubov <oakad@yahoo.com>
10876S: Maintained
10877F: drivers/misc/tifm*
10878F: drivers/mmc/host/tifm_sd.c
10879F: include/linux/tifm.h
10880
10881TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10882M: Santosh Shilimkar <ssantosh@kernel.org>
10883L: linux-kernel@vger.kernel.org
10884L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10885S: Maintained
10886F: drivers/soc/ti/*
10887T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10888
10889
10890TI LM49xxx FAMILY ASoC CODEC DRIVERS
10891M: M R Swami Reddy <mr.swami.reddy@ti.com>
10892M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10893L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10894S: Maintained
10895F: sound/soc/codecs/lm49453*
10896F: sound/soc/codecs/isabelle*
10897
10898TI LP855x BACKLIGHT DRIVER
10899M: Milo Kim <milo.kim@ti.com>
10900S: Maintained
10901F: Documentation/backlight/lp855x-driver.txt
10902F: drivers/video/backlight/lp855x_bl.c
10903F: include/linux/platform_data/lp855x.h
10904
10905TI LP8727 CHARGER DRIVER
10906M: Milo Kim <milo.kim@ti.com>
10907S: Maintained
10908F: drivers/power/lp8727_charger.c
10909F: include/linux/platform_data/lp8727.h
10910
10911TI LP8788 MFD DRIVER
10912M: Milo Kim <milo.kim@ti.com>
10913S: Maintained
10914F: drivers/iio/adc/lp8788_adc.c
10915F: drivers/leds/leds-lp8788.c
10916F: drivers/mfd/lp8788*.c
10917F: drivers/power/lp8788-charger.c
10918F: drivers/regulator/lp8788-*.c
10919F: include/linux/mfd/lp8788*.h
10920
10921TI NETCP ETHERNET DRIVER
10922M: Wingman Kwok <w-kwok2@ti.com>
10923M: Murali Karicheri <m-karicheri2@ti.com>
10924L: netdev@vger.kernel.org
10925S: Maintained
10926F: drivers/net/ethernet/ti/netcp*
10927
10928TI TAS571X FAMILY ASoC CODEC DRIVER
10929M: Kevin Cernekee <cernekee@chromium.org>
10930L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10931S: Odd Fixes
10932F: sound/soc/codecs/tas571x*
10933
10934TI TWL4030 SERIES SOC CODEC DRIVER
10935M: Peter Ujfalusi <peter.ujfalusi@ti.com>
10936L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10937S: Maintained
10938F: sound/soc/codecs/twl4030*
10939
10940TI WILINK WIRELESS DRIVERS
10941L: linux-wireless@vger.kernel.org
10942W: http://wireless.kernel.org/en/users/Drivers/wl12xx
10943W: http://wireless.kernel.org/en/users/Drivers/wl1251
10944T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10945S: Orphan
10946F: drivers/net/wireless/ti/
10947F: include/linux/wl12xx.h
10948
10949TIPC NETWORK LAYER
10950M: Jon Maloy <jon.maloy@ericsson.com>
10951M: Ying Xue <ying.xue@windriver.com>
10952L: netdev@vger.kernel.org (core kernel code)
10953L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10954W: http://tipc.sourceforge.net/
10955S: Maintained
10956F: include/uapi/linux/tipc*.h
10957F: net/tipc/
10958
10959TILE ARCHITECTURE
10960M: Chris Metcalf <cmetcalf@ezchip.com>
10961W: http://www.ezchip.com/scm/
10962T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
10963S: Supported
10964F: arch/tile/
10965F: drivers/char/tile-srom.c
10966F: drivers/edac/tile_edac.c
10967F: drivers/net/ethernet/tile/
10968F: drivers/rtc/rtc-tile.c
10969F: drivers/tty/hvc/hvc_tile.c
10970F: drivers/tty/serial/tilegx.c
10971F: drivers/usb/host/*-tilegx.c
10972F: include/linux/usb/tilegx.h
10973
10974TLAN NETWORK DRIVER
10975M: Samuel Chessman <chessman@tux.org>
10976L: tlan-devel@lists.sourceforge.net (subscribers-only)
10977W: http://sourceforge.net/projects/tlan/
10978S: Maintained
10979F: Documentation/networking/tlan.txt
10980F: drivers/net/ethernet/ti/tlan.*
10981
10982TOMOYO SECURITY MODULE
10983M: Kentaro Takeda <takedakn@nttdata.co.jp>
10984M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10985L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10986L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10987L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10988L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10989W: http://tomoyo.sourceforge.jp/
10990T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10991S: Maintained
10992F: security/tomoyo/
10993
10994TOPSTAR LAPTOP EXTRAS DRIVER
10995M: Herton Ronaldo Krzesinski <herton@canonical.com>
10996L: platform-driver-x86@vger.kernel.org
10997S: Maintained
10998F: drivers/platform/x86/topstar-laptop.c
10999
11000TOSHIBA ACPI EXTRAS DRIVER
11001M: Azael Avalos <coproscefalo@gmail.com>
11002L: platform-driver-x86@vger.kernel.org
11003S: Maintained
11004F: drivers/platform/x86/toshiba_acpi.c
11005
11006TOSHIBA BLUETOOTH DRIVER
11007M: Azael Avalos <coproscefalo@gmail.com>
11008L: platform-driver-x86@vger.kernel.org
11009S: Maintained
11010F: drivers/platform/x86/toshiba_bluetooth.c
11011
11012TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11013M: Azael Avalos <coproscefalo@gmail.com>
11014L: platform-driver-x86@vger.kernel.org
11015S: Maintained
11016F: drivers/platform/x86/toshiba_haps.c
11017
11018TOSHIBA WMI HOTKEYS DRIVER
11019M: Azael Avalos <coproscefalo@gmail.com>
11020L: platform-driver-x86@vger.kernel.org
11021S: Maintained
11022F: drivers/platform/x86/toshiba-wmi.c
11023
11024TOSHIBA SMM DRIVER
11025M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11026W: http://www.buzzard.org.uk/toshiba/
11027S: Maintained
11028F: drivers/char/toshiba.c
11029F: include/linux/toshiba.h
11030F: include/uapi/linux/toshiba.h
11031
11032TOSHIBA TC358743 DRIVER
11033M: Mats Randgaard <matrandg@cisco.com>
11034L: linux-media@vger.kernel.org
11035S: Maintained
11036F: drivers/media/i2c/tc358743*
11037F: include/media/i2c/tc358743.h
11038
11039TMIO MMC DRIVER
11040M: Ian Molton <ian@mnementh.co.uk>
11041L: linux-mmc@vger.kernel.org
11042S: Maintained
11043F: drivers/mmc/host/tmio_mmc*
11044F: drivers/mmc/host/sh_mobile_sdhi.c
11045F: include/linux/mmc/tmio.h
11046F: include/linux/mmc/sh_mobile_sdhi.h
11047
11048TMP401 HARDWARE MONITOR DRIVER
11049M: Guenter Roeck <linux@roeck-us.net>
11050L: lm-sensors@lm-sensors.org
11051S: Maintained
11052F: Documentation/hwmon/tmp401
11053F: drivers/hwmon/tmp401.c
11054
11055TMPFS (SHMEM FILESYSTEM)
11056M: Hugh Dickins <hughd@google.com>
11057L: linux-mm@kvack.org
11058S: Maintained
11059F: include/linux/shmem_fs.h
11060F: mm/shmem.c
11061
11062TM6000 VIDEO4LINUX DRIVER
11063M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11064L: linux-media@vger.kernel.org
11065W: https://linuxtv.org
11066T: git git://linuxtv.org/media_tree.git
11067S: Odd fixes
11068F: drivers/media/usb/tm6000/
11069
11070TW68 VIDEO4LINUX DRIVER
11071M: Hans Verkuil <hverkuil@xs4all.nl>
11072L: linux-media@vger.kernel.org
11073T: git git://linuxtv.org/media_tree.git
11074W: https://linuxtv.org
11075S: Odd Fixes
11076F: drivers/media/pci/tw68/
11077
11078TPM DEVICE DRIVER
11079M: Peter Huewe <peterhuewe@gmx.de>
11080M: Marcel Selhorst <tpmdd@selhorst.net>
11081M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11082R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11083W: http://tpmdd.sourceforge.net
11084L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11085Q: git git://github.com/PeterHuewe/linux-tpmdd.git
11086T: git https://github.com/PeterHuewe/linux-tpmdd
11087S: Maintained
11088F: drivers/char/tpm/
11089
11090TPM IBM_VTPM DEVICE DRIVER
11091M: Ashley Lai <ashleydlai@gmail.com>
11092W: http://tpmdd.sourceforge.net
11093L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11094S: Maintained
11095F: drivers/char/tpm/tpm_ibmvtpm*
11096
11097TRACING
11098M: Steven Rostedt <rostedt@goodmis.org>
11099M: Ingo Molnar <mingo@redhat.com>
11100T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11101S: Maintained
11102F: Documentation/trace/ftrace.txt
11103F: arch/*/*/*/ftrace.h
11104F: arch/*/kernel/ftrace.c
11105F: include/*/ftrace.h
11106F: include/linux/trace*.h
11107F: include/trace/
11108F: kernel/trace/
11109F: tools/testing/selftests/ftrace/
11110
11111TRIVIAL PATCHES
11112M: Jiri Kosina <trivial@kernel.org>
11113T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11114S: Maintained
11115K: ^Subject:.*(?i)trivial
11116
11117TTY LAYER
11118M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11119M: Jiri Slaby <jslaby@suse.com>
11120S: Supported
11121T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11122F: Documentation/serial/
11123F: drivers/tty/
11124F: drivers/tty/serial/serial_core.c
11125F: include/linux/serial_core.h
11126F: include/linux/serial.h
11127F: include/linux/tty.h
11128F: include/uapi/linux/serial_core.h
11129F: include/uapi/linux/serial.h
11130F: include/uapi/linux/tty.h
11131
11132TUA9001 MEDIA DRIVER
11133M: Antti Palosaari <crope@iki.fi>
11134L: linux-media@vger.kernel.org
11135W: https://linuxtv.org
11136W: http://palosaari.fi/linux/
11137Q: http://patchwork.linuxtv.org/project/linux-media/list/
11138T: git git://linuxtv.org/anttip/media_tree.git
11139S: Maintained
11140F: drivers/media/tuners/tua9001*
11141
11142TULIP NETWORK DRIVERS
11143L: netdev@vger.kernel.org
11144L: linux-parisc@vger.kernel.org
11145S: Orphan
11146F: drivers/net/ethernet/dec/tulip/
11147
11148TUN/TAP driver
11149M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
11150W: http://vtun.sourceforge.net/tun
11151S: Maintained
11152F: Documentation/networking/tuntap.txt
11153F: arch/um/os-Linux/drivers/
11154
11155TURBOCHANNEL SUBSYSTEM
11156M: "Maciej W. Rozycki" <macro@linux-mips.org>
11157M: Ralf Baechle <ralf@linux-mips.org>
11158L: linux-mips@linux-mips.org
11159Q: http://patchwork.linux-mips.org/project/linux-mips/list/
11160S: Maintained
11161F: drivers/tc/
11162F: include/linux/tc.h
11163
11164U14-34F SCSI DRIVER
11165M: Dario Ballabio <ballabio_dario@emc.com>
11166L: linux-scsi@vger.kernel.org
11167S: Maintained
11168F: drivers/scsi/u14-34f.c
11169
11170UBI FILE SYSTEM (UBIFS)
11171M: Artem Bityutskiy <dedekind1@gmail.com>
11172M: Adrian Hunter <adrian.hunter@intel.com>
11173L: linux-mtd@lists.infradead.org
11174T: git git://git.infradead.org/ubifs-2.6.git
11175W: http://www.linux-mtd.infradead.org/doc/ubifs.html
11176S: Maintained
11177F: Documentation/filesystems/ubifs.txt
11178F: fs/ubifs/
11179
11180UCLINUX (M68KNOMMU AND COLDFIRE)
11181M: Greg Ungerer <gerg@uclinux.org>
11182W: http://www.uclinux.org/
11183L: linux-m68k@lists.linux-m68k.org
11184L: uclinux-dev@uclinux.org (subscribers-only)
11185T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11186S: Maintained
11187F: arch/m68k/coldfire/
11188F: arch/m68k/68*/
11189F: arch/m68k/*/*_no.*
11190F: arch/m68k/include/asm/*_no.*
11191
11192UDF FILESYSTEM
11193M: Jan Kara <jack@suse.com>
11194S: Maintained
11195F: Documentation/filesystems/udf.txt
11196F: fs/udf/
11197
11198UFS FILESYSTEM
11199M: Evgeniy Dushistov <dushistov@mail.ru>
11200S: Maintained
11201F: Documentation/filesystems/ufs.txt
11202F: fs/ufs/
11203
11204UHID USERSPACE HID IO DRIVER:
11205M: David Herrmann <dh.herrmann@googlemail.com>
11206L: linux-input@vger.kernel.org
11207S: Maintained
11208F: drivers/hid/uhid.c
11209F: include/uapi/linux/uhid.h
11210
11211ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11212L: linux-usb@vger.kernel.org
11213S: Orphan
11214F: drivers/uwb/
11215F: include/linux/uwb.h
11216F: include/linux/uwb/
11217
11218UNICORE32 ARCHITECTURE:
11219M: Guan Xuetao <gxt@mprc.pku.edu.cn>
11220W: http://mprc.pku.edu.cn/~guanxuetao/linux
11221S: Maintained
11222T: git git://github.com/gxt/linux.git
11223F: arch/unicore32/
11224
11225UNIFDEF
11226M: Tony Finch <dot@dotat.at>
11227W: http://dotat.at/prog/unifdef
11228S: Maintained
11229F: scripts/unifdef.c
11230
11231UNIFORM CDROM DRIVER
11232M: Jens Axboe <axboe@kernel.dk>
11233W: http://www.kernel.dk
11234S: Maintained
11235F: Documentation/cdrom/
11236F: drivers/cdrom/cdrom.c
11237F: include/linux/cdrom.h
11238F: include/uapi/linux/cdrom.h
11239
11240UNISYS S-PAR DRIVERS
11241M: Benjamin Romer <benjamin.romer@unisys.com>
11242M: David Kershner <david.kershner@unisys.com>
11243L: sparmaintainer@unisys.com (Unisys internal)
11244S: Supported
11245F: drivers/staging/unisys/
11246
11247UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11248M: Vinayak Holikatti <vinholikatti@gmail.com>
11249L: linux-scsi@vger.kernel.org
11250S: Supported
11251F: Documentation/scsi/ufs.txt
11252F: drivers/scsi/ufs/
11253
11254UNSORTED BLOCK IMAGES (UBI)
11255M: Artem Bityutskiy <dedekind1@gmail.com>
11256M: Richard Weinberger <richard@nod.at>
11257W: http://www.linux-mtd.infradead.org/
11258L: linux-mtd@lists.infradead.org
11259T: git git://git.infradead.org/ubifs-2.6.git
11260S: Supported
11261F: drivers/mtd/ubi/
11262F: include/linux/mtd/ubi.h
11263F: include/uapi/mtd/ubi-user.h
11264
11265USB ACM DRIVER
11266M: Oliver Neukum <oliver@neukum.org>
11267L: linux-usb@vger.kernel.org
11268S: Maintained
11269F: Documentation/usb/acm.txt
11270F: drivers/usb/class/cdc-acm.*
11271
11272USB AR5523 WIRELESS DRIVER
11273M: Pontus Fuchs <pontus.fuchs@gmail.com>
11274L: linux-wireless@vger.kernel.org
11275S: Maintained
11276F: drivers/net/wireless/ath/ar5523/
11277
11278USB ATTACHED SCSI
11279M: Hans de Goede <hdegoede@redhat.com>
11280M: Gerd Hoffmann <kraxel@redhat.com>
11281L: linux-usb@vger.kernel.org
11282L: linux-scsi@vger.kernel.org
11283S: Maintained
11284F: drivers/usb/storage/uas.c
11285
11286USB CDC ETHERNET DRIVER
11287M: Oliver Neukum <oliver@neukum.org>
11288L: linux-usb@vger.kernel.org
11289S: Maintained
11290F: drivers/net/usb/cdc_*.c
11291F: include/uapi/linux/usb/cdc.h
11292
11293USB CHAOSKEY DRIVER
11294M: Keith Packard <keithp@keithp.com>
11295L: linux-usb@vger.kernel.org
11296S: Maintained
11297F: drivers/usb/misc/chaoskey.c
11298
11299USB CYPRESS C67X00 DRIVER
11300M: Peter Korsgaard <jacmet@sunsite.dk>
11301L: linux-usb@vger.kernel.org
11302S: Maintained
11303F: drivers/usb/c67x00/
11304
11305USB DAVICOM DM9601 DRIVER
11306M: Peter Korsgaard <jacmet@sunsite.dk>
11307L: netdev@vger.kernel.org
11308W: http://www.linux-usb.org/usbnet
11309S: Maintained
11310F: drivers/net/usb/dm9601.c
11311
11312USB DIAMOND RIO500 DRIVER
11313M: Cesar Miquel <miquel@df.uba.ar>
11314L: rio500-users@lists.sourceforge.net
11315W: http://rio500.sourceforge.net
11316S: Maintained
11317F: drivers/usb/misc/rio500*
11318
11319USB EHCI DRIVER
11320M: Alan Stern <stern@rowland.harvard.edu>
11321L: linux-usb@vger.kernel.org
11322S: Maintained
11323F: Documentation/usb/ehci.txt
11324F: drivers/usb/host/ehci*
11325
11326USB GADGET/PERIPHERAL SUBSYSTEM
11327M: Felipe Balbi <balbi@ti.com>
11328L: linux-usb@vger.kernel.org
11329W: http://www.linux-usb.org/gadget
11330T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11331S: Maintained
11332F: drivers/usb/gadget/
11333F: include/linux/usb/gadget*
11334
11335USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11336M: Jiri Kosina <jikos@kernel.org>
11337R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
11338L: linux-usb@vger.kernel.org
11339T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11340S: Maintained
11341F: Documentation/hid/hiddev.txt
11342F: drivers/hid/usbhid/
11343
11344USB ISP116X DRIVER
11345M: Olav Kongas <ok@artecdesign.ee>
11346L: linux-usb@vger.kernel.org
11347S: Maintained
11348F: drivers/usb/host/isp116x*
11349F: include/linux/usb/isp116x.h
11350
11351USB MASS STORAGE DRIVER
11352M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11353L: linux-usb@vger.kernel.org
11354L: usb-storage@lists.one-eyed-alien.net
11355S: Maintained
11356W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
11357F: drivers/usb/storage/
11358
11359USB MIDI DRIVER
11360M: Clemens Ladisch <clemens@ladisch.de>
11361L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11362T: git git://git.alsa-project.org/alsa-kernel.git
11363S: Maintained
11364F: sound/usb/midi.*
11365
11366USB NETWORKING DRIVERS
11367L: linux-usb@vger.kernel.org
11368S: Odd Fixes
11369F: drivers/net/usb/
11370
11371USB OHCI DRIVER
11372M: Alan Stern <stern@rowland.harvard.edu>
11373L: linux-usb@vger.kernel.org
11374S: Maintained
11375F: Documentation/usb/ohci.txt
11376F: drivers/usb/host/ohci*
11377
11378USB OTG FSM (Finite State Machine)
11379M: Peter Chen <Peter.Chen@nxp.com>
11380T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11381L: linux-usb@vger.kernel.org
11382S: Maintained
11383F: drivers/usb/common/usb-otg-fsm.c
11384
11385USB OVER IP DRIVER
11386M: Valentina Manea <valentina.manea.m@gmail.com>
11387M: Shuah Khan <shuah.kh@samsung.com>
11388L: linux-usb@vger.kernel.org
11389S: Maintained
11390F: drivers/usb/usbip/
11391F: tools/usb/usbip/
11392
11393USB PEGASUS DRIVER
11394M: Petko Manolov <petkan@nucleusys.com>
11395L: linux-usb@vger.kernel.org
11396L: netdev@vger.kernel.org
11397T: git git://github.com/petkan/pegasus.git
11398W: https://github.com/petkan/pegasus
11399S: Maintained
11400F: drivers/net/usb/pegasus.*
11401
11402USB PHY LAYER
11403M: Felipe Balbi <balbi@ti.com>
11404L: linux-usb@vger.kernel.org
11405T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11406S: Maintained
11407F: drivers/usb/phy/
11408
11409USB PRINTER DRIVER (usblp)
11410M: Pete Zaitcev <zaitcev@redhat.com>
11411L: linux-usb@vger.kernel.org
11412S: Supported
11413F: drivers/usb/class/usblp.c
11414
11415USB QMI WWAN NETWORK DRIVER
11416M: Bjørn Mork <bjorn@mork.no>
11417L: netdev@vger.kernel.org
11418S: Maintained
11419F: Documentation/ABI/testing/sysfs-class-net-qmi
11420F: drivers/net/usb/qmi_wwan.c
11421
11422USB RTL8150 DRIVER
11423M: Petko Manolov <petkan@nucleusys.com>
11424L: linux-usb@vger.kernel.org
11425L: netdev@vger.kernel.org
11426T: git git://github.com/petkan/rtl8150.git
11427W: https://github.com/petkan/rtl8150
11428S: Maintained
11429F: drivers/net/usb/rtl8150.c
11430
11431USB SERIAL SUBSYSTEM
11432M: Johan Hovold <johan@kernel.org>
11433L: linux-usb@vger.kernel.org
11434S: Maintained
11435F: Documentation/usb/usb-serial.txt
11436F: drivers/usb/serial/
11437F: include/linux/usb/serial.h
11438
11439USB SMSC75XX ETHERNET DRIVER
11440M: Steve Glendinning <steve.glendinning@shawell.net>
11441L: netdev@vger.kernel.org
11442S: Maintained
11443F: drivers/net/usb/smsc75xx.*
11444
11445USB SMSC95XX ETHERNET DRIVER
11446M: Steve Glendinning <steve.glendinning@shawell.net>
11447L: netdev@vger.kernel.org
11448S: Maintained
11449F: drivers/net/usb/smsc95xx.*
11450
11451USB SUBSYSTEM
11452M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11453L: linux-usb@vger.kernel.org
11454W: http://www.linux-usb.org
11455T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11456S: Supported
11457F: Documentation/usb/
11458F: drivers/usb/
11459F: include/linux/usb.h
11460F: include/linux/usb/
11461
11462USB UHCI DRIVER
11463M: Alan Stern <stern@rowland.harvard.edu>
11464L: linux-usb@vger.kernel.org
11465S: Maintained
11466F: drivers/usb/host/uhci*
11467
11468USB "USBNET" DRIVER FRAMEWORK
11469M: Oliver Neukum <oneukum@suse.com>
11470L: netdev@vger.kernel.org
11471W: http://www.linux-usb.org/usbnet
11472S: Maintained
11473F: drivers/net/usb/usbnet.c
11474F: include/linux/usb/usbnet.h
11475
11476USB VIDEO CLASS
11477M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11478L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11479L: linux-media@vger.kernel.org
11480T: git git://linuxtv.org/media_tree.git
11481W: http://www.ideasonboard.org/uvc/
11482S: Maintained
11483F: drivers/media/usb/uvc/
11484F: include/uapi/linux/uvcvideo.h
11485
11486USB VISION DRIVER
11487M: Hans Verkuil <hverkuil@xs4all.nl>
11488L: linux-media@vger.kernel.org
11489T: git git://linuxtv.org/media_tree.git
11490W: https://linuxtv.org
11491S: Odd Fixes
11492F: drivers/media/usb/usbvision/
11493
11494USB WEBCAM GADGET
11495M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11496L: linux-usb@vger.kernel.org
11497S: Maintained
11498F: drivers/usb/gadget/function/*uvc*
11499F: drivers/usb/gadget/legacy/webcam.c
11500
11501USB WIRELESS RNDIS DRIVER (rndis_wlan)
11502M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
11503L: linux-wireless@vger.kernel.org
11504S: Maintained
11505F: drivers/net/wireless/rndis_wlan.c
11506
11507USB XHCI DRIVER
11508M: Mathias Nyman <mathias.nyman@intel.com>
11509L: linux-usb@vger.kernel.org
11510S: Supported
11511F: drivers/usb/host/xhci*
11512F: drivers/usb/host/pci-quirks*
11513
11514USB ZD1201 DRIVER
11515L: linux-wireless@vger.kernel.org
11516W: http://linux-lc100020.sourceforge.net
11517S: Orphan
11518F: drivers/net/wireless/zydas/zd1201.*
11519
11520USB ZR364XX DRIVER
11521M: Antoine Jacquet <royale@zerezo.com>
11522L: linux-usb@vger.kernel.org
11523L: linux-media@vger.kernel.org
11524T: git git://linuxtv.org/media_tree.git
11525W: http://royale.zerezo.com/zr364xx/
11526S: Maintained
11527F: Documentation/video4linux/zr364xx.txt
11528F: drivers/media/usb/zr364xx/
11529
11530ULPI BUS
11531M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
11532L: linux-usb@vger.kernel.org
11533S: Maintained
11534F: drivers/usb/common/ulpi.c
11535F: include/linux/ulpi/
11536
11537USER-MODE LINUX (UML)
11538M: Jeff Dike <jdike@addtoit.com>
11539M: Richard Weinberger <richard@nod.at>
11540L: user-mode-linux-devel@lists.sourceforge.net
11541L: user-mode-linux-user@lists.sourceforge.net
11542W: http://user-mode-linux.sourceforge.net
11543T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11544S: Maintained
11545F: Documentation/virtual/uml/
11546F: arch/um/
11547F: arch/x86/um/
11548F: fs/hostfs/
11549F: fs/hppfs/
11550
11551USERSPACE I/O (UIO)
11552M: "Hans J. Koch" <hjk@hansjkoch.de>
11553M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11554S: Maintained
11555T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11556F: Documentation/DocBook/uio-howto.tmpl
11557F: drivers/uio/
11558F: include/linux/uio*.h
11559
11560UTIL-LINUX PACKAGE
11561M: Karel Zak <kzak@redhat.com>
11562L: util-linux@vger.kernel.org
11563W: http://en.wikipedia.org/wiki/Util-linux
11564T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11565S: Maintained
11566
11567UVESAFB DRIVER
11568M: Michal Januszewski <spock@gentoo.org>
11569L: linux-fbdev@vger.kernel.org
11570W: http://dev.gentoo.org/~spock/projects/uvesafb/
11571S: Maintained
11572F: Documentation/fb/uvesafb.txt
11573F: drivers/video/fbdev/uvesafb.*
11574
11575VF610 NAND DRIVER
11576M: Stefan Agner <stefan@agner.ch>
11577L: linux-mtd@lists.infradead.org
11578S: Supported
11579F: drivers/mtd/nand/vf610_nfc.c
11580
11581VFAT/FAT/MSDOS FILESYSTEM
11582M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11583S: Maintained
11584F: Documentation/filesystems/vfat.txt
11585F: fs/fat/
11586
11587VFIO DRIVER
11588M: Alex Williamson <alex.williamson@redhat.com>
11589L: kvm@vger.kernel.org
11590T: git git://github.com/awilliam/linux-vfio.git
11591S: Maintained
11592F: Documentation/vfio.txt
11593F: drivers/vfio/
11594F: include/linux/vfio.h
11595F: include/uapi/linux/vfio.h
11596
11597VFIO PLATFORM DRIVER
11598M: Baptiste Reynal <b.reynal@virtualopensystems.com>
11599L: kvm@vger.kernel.org
11600S: Maintained
11601F: drivers/vfio/platform/
11602
11603VIDEOBUF2 FRAMEWORK
11604M: Pawel Osciak <pawel@osciak.com>
11605M: Marek Szyprowski <m.szyprowski@samsung.com>
11606M: Kyungmin Park <kyungmin.park@samsung.com>
11607L: linux-media@vger.kernel.org
11608S: Maintained
11609F: drivers/media/v4l2-core/videobuf2-*
11610F: include/media/videobuf2-*
11611
11612VIRTUAL SERIO DEVICE DRIVER
11613M: Stephen Chandler Paul <thatslyude@gmail.com>
11614S: Maintained
11615F: drivers/input/serio/userio.c
11616F: include/uapi/linux/userio.h
11617
11618VIRTIO CONSOLE DRIVER
11619M: Amit Shah <amit.shah@redhat.com>
11620L: virtualization@lists.linux-foundation.org
11621S: Maintained
11622F: drivers/char/virtio_console.c
11623F: include/linux/virtio_console.h
11624F: include/uapi/linux/virtio_console.h
11625
11626VIRTIO CORE, NET AND BLOCK DRIVERS
11627M: "Michael S. Tsirkin" <mst@redhat.com>
11628L: virtualization@lists.linux-foundation.org
11629S: Maintained
11630F: drivers/virtio/
11631F: tools/virtio/
11632F: drivers/net/virtio_net.c
11633F: drivers/block/virtio_blk.c
11634F: include/linux/virtio_*.h
11635F: include/uapi/linux/virtio_*.h
11636
11637VIRTIO DRIVERS FOR S390
11638M: Christian Borntraeger <borntraeger@de.ibm.com>
11639M: Cornelia Huck <cornelia.huck@de.ibm.com>
11640L: linux-s390@vger.kernel.org
11641L: virtualization@lists.linux-foundation.org
11642L: kvm@vger.kernel.org
11643S: Supported
11644F: drivers/s390/virtio/
11645
11646VIRTIO GPU DRIVER
11647M: David Airlie <airlied@linux.ie>
11648M: Gerd Hoffmann <kraxel@redhat.com>
11649L: dri-devel@lists.freedesktop.org
11650L: virtualization@lists.linux-foundation.org
11651S: Maintained
11652F: drivers/gpu/drm/virtio/
11653F: include/uapi/linux/virtio_gpu.h
11654
11655VIRTIO HOST (VHOST)
11656M: "Michael S. Tsirkin" <mst@redhat.com>
11657L: kvm@vger.kernel.org
11658L: virtualization@lists.linux-foundation.org
11659L: netdev@vger.kernel.org
11660T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11661S: Maintained
11662F: drivers/vhost/
11663F: include/uapi/linux/vhost.h
11664
11665VIRTIO INPUT DRIVER
11666M: Gerd Hoffmann <kraxel@redhat.com>
11667S: Maintained
11668F: drivers/virtio/virtio_input.c
11669F: include/uapi/linux/virtio_input.h
11670
11671VIA RHINE NETWORK DRIVER
11672S: Orphan
11673F: drivers/net/ethernet/via/via-rhine.c
11674
11675VIA SD/MMC CARD CONTROLLER DRIVER
11676M: Bruce Chang <brucechang@via.com.tw>
11677M: Harald Welte <HaraldWelte@viatech.com>
11678S: Maintained
11679F: drivers/mmc/host/via-sdmmc.c
11680
11681VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11682M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11683L: linux-fbdev@vger.kernel.org
11684S: Maintained
11685F: include/linux/via-core.h
11686F: include/linux/via-gpio.h
11687F: include/linux/via_i2c.h
11688F: drivers/video/fbdev/via/
11689
11690VIA VELOCITY NETWORK DRIVER
11691M: Francois Romieu <romieu@fr.zoreil.com>
11692L: netdev@vger.kernel.org
11693S: Maintained
11694F: drivers/net/ethernet/via/via-velocity.*
11695
11696VIRT LIB
11697M: Alex Williamson <alex.williamson@redhat.com>
11698M: Paolo Bonzini <pbonzini@redhat.com>
11699L: kvm@vger.kernel.org
11700S: Supported
11701F: virt/lib/
11702
11703VIVID VIRTUAL VIDEO DRIVER
11704M: Hans Verkuil <hverkuil@xs4all.nl>
11705L: linux-media@vger.kernel.org
11706T: git git://linuxtv.org/media_tree.git
11707W: https://linuxtv.org
11708S: Maintained
11709F: drivers/media/platform/vivid/*
11710
11711VLAN (802.1Q)
11712M: Patrick McHardy <kaber@trash.net>
11713L: netdev@vger.kernel.org
11714S: Maintained
11715F: drivers/net/macvlan.c
11716F: include/linux/if_*vlan.h
11717F: net/8021q/
11718
11719VLYNQ BUS
11720M: Florian Fainelli <florian@openwrt.org>
11721L: openwrt-devel@lists.openwrt.org (subscribers-only)
11722S: Maintained
11723F: drivers/vlynq/vlynq.c
11724F: include/linux/vlynq.h
11725
11726VME SUBSYSTEM
11727M: Martyn Welch <martyn@welchs.me.uk>
11728M: Manohar Vanga <manohar.vanga@gmail.com>
11729M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11730L: devel@driverdev.osuosl.org
11731S: Maintained
11732T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11733F: Documentation/vme_api.txt
11734F: drivers/staging/vme/
11735F: drivers/vme/
11736F: include/linux/vme*
11737
11738VMWARE HYPERVISOR INTERFACE
11739M: Alok Kataria <akataria@vmware.com>
11740L: virtualization@lists.linux-foundation.org
11741S: Supported
11742F: arch/x86/kernel/cpu/vmware.c
11743
11744VMWARE BALLOON DRIVER
11745M: Xavier Deguillard <xdeguillard@vmware.com>
11746M: Philip Moltmann <moltmann@vmware.com>
11747M: "VMware, Inc." <pv-drivers@vmware.com>
11748L: linux-kernel@vger.kernel.org
11749S: Maintained
11750F: drivers/misc/vmw_balloon.c
11751
11752VMWARE VMMOUSE SUBDRIVER
11753M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11754M: "VMware, Inc." <pv-drivers@vmware.com>
11755L: linux-input@vger.kernel.org
11756S: Maintained
11757F: drivers/input/mouse/vmmouse.c
11758F: drivers/input/mouse/vmmouse.h
11759
11760VMWARE VMXNET3 ETHERNET DRIVER
11761M: Shrikrishna Khare <skhare@vmware.com>
11762M: "VMware, Inc." <pv-drivers@vmware.com>
11763L: netdev@vger.kernel.org
11764S: Maintained
11765F: drivers/net/vmxnet3/
11766
11767VMware PVSCSI driver
11768M: Arvind Kumar <arvindkumar@vmware.com>
11769M: VMware PV-Drivers <pv-drivers@vmware.com>
11770L: linux-scsi@vger.kernel.org
11771S: Maintained
11772F: drivers/scsi/vmw_pvscsi.c
11773F: drivers/scsi/vmw_pvscsi.h
11774
11775VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11776M: Liam Girdwood <lgirdwood@gmail.com>
11777M: Mark Brown <broonie@kernel.org>
11778L: linux-kernel@vger.kernel.org
11779W: http://www.slimlogic.co.uk/?p=48
11780T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11781S: Supported
11782F: drivers/regulator/
11783F: include/linux/regulator/
11784
11785VRF
11786M: David Ahern <dsa@cumulusnetworks.com>
11787M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
11788L: netdev@vger.kernel.org
11789S: Maintained
11790F: drivers/net/vrf.c
11791F: Documentation/networking/vrf.txt
11792
11793VT1211 HARDWARE MONITOR DRIVER
11794M: Juerg Haefliger <juergh@gmail.com>
11795L: lm-sensors@lm-sensors.org
11796S: Maintained
11797F: Documentation/hwmon/vt1211
11798F: drivers/hwmon/vt1211.c
11799
11800VT8231 HARDWARE MONITOR DRIVER
11801M: Roger Lucas <vt8231@hiddenengine.co.uk>
11802L: lm-sensors@lm-sensors.org
11803S: Maintained
11804F: drivers/hwmon/vt8231.c
11805
11806VUB300 USB to SDIO/SD/MMC bridge chip
11807M: Tony Olech <tony.olech@elandigitalsystems.com>
11808L: linux-mmc@vger.kernel.org
11809L: linux-usb@vger.kernel.org
11810S: Supported
11811F: drivers/mmc/host/vub300.c
11812
11813W1 DALLAS'S 1-WIRE BUS
11814M: Evgeniy Polyakov <zbr@ioremap.net>
11815S: Maintained
11816F: Documentation/w1/
11817F: drivers/w1/
11818
11819W83791D HARDWARE MONITORING DRIVER
11820M: Marc Hulsman <m.hulsman@tudelft.nl>
11821L: lm-sensors@lm-sensors.org
11822S: Maintained
11823F: Documentation/hwmon/w83791d
11824F: drivers/hwmon/w83791d.c
11825
11826W83793 HARDWARE MONITORING DRIVER
11827M: Rudolf Marek <r.marek@assembler.cz>
11828L: lm-sensors@lm-sensors.org
11829S: Maintained
11830F: Documentation/hwmon/w83793
11831F: drivers/hwmon/w83793.c
11832
11833W83795 HARDWARE MONITORING DRIVER
11834M: Jean Delvare <jdelvare@suse.com>
11835L: lm-sensors@lm-sensors.org
11836S: Maintained
11837F: drivers/hwmon/w83795.c
11838
11839W83L51xD SD/MMC CARD INTERFACE DRIVER
11840M: Pierre Ossman <pierre@ossman.eu>
11841S: Maintained
11842F: drivers/mmc/host/wbsd.*
11843
11844WACOM PROTOCOL 4 SERIAL TABLETS
11845M: Julian Squires <julian@cipht.net>
11846M: Hans de Goede <hdegoede@redhat.com>
11847L: linux-input@vger.kernel.org
11848S: Maintained
11849F: drivers/input/tablet/wacom_serial4.c
11850
11851WATCHDOG DEVICE DRIVERS
11852M: Wim Van Sebroeck <wim@iguana.be>
11853R: Guenter Roeck <linux@roeck-us.net>
11854L: linux-watchdog@vger.kernel.org
11855W: http://www.linux-watchdog.org/
11856T: git git://www.linux-watchdog.org/linux-watchdog.git
11857S: Maintained
11858F: Documentation/watchdog/
11859F: drivers/watchdog/
11860F: include/linux/watchdog.h
11861F: include/uapi/linux/watchdog.h
11862
11863WD7000 SCSI DRIVER
11864M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
11865L: linux-scsi@vger.kernel.org
11866S: Maintained
11867F: drivers/scsi/wd7000.c
11868
11869WIIMOTE HID DRIVER
11870M: David Herrmann <dh.herrmann@googlemail.com>
11871L: linux-input@vger.kernel.org
11872S: Maintained
11873F: drivers/hid/hid-wiimote*
11874
11875WINBOND CIR DRIVER
11876M: David Härdeman <david@hardeman.nu>
11877S: Maintained
11878F: drivers/media/rc/winbond-cir.c
11879
11880WIMAX STACK
11881M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11882M: linux-wimax@intel.com
11883L: wimax@linuxwimax.org (subscribers-only)
11884S: Supported
11885W: http://linuxwimax.org
11886F: Documentation/wimax/README.wimax
11887F: include/linux/wimax/debug.h
11888F: include/net/wimax.h
11889F: include/uapi/linux/wimax.h
11890F: net/wimax/
11891
11892WISTRON LAPTOP BUTTON DRIVER
11893M: Miloslav Trmac <mitr@volny.cz>
11894S: Maintained
11895F: drivers/input/misc/wistron_btns.c
11896
11897WL3501 WIRELESS PCMCIA CARD DRIVER
11898M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11899L: linux-wireless@vger.kernel.org
11900W: http://oops.ghostprotocols.net:81/blog
11901S: Maintained
11902F: drivers/net/wireless/wl3501*
11903
11904WOLFSON MICROELECTRONICS DRIVERS
11905L: patches@opensource.wolfsonmicro.com
11906T: git https://github.com/CirrusLogic/linux-drivers.git
11907W: https://github.com/CirrusLogic/linux-drivers/wiki
11908S: Supported
11909F: Documentation/hwmon/wm83??
11910F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11911F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11912F: Documentation/devicetree/bindings/mfd/arizona.txt
11913F: arch/arm/mach-s3c64xx/mach-crag6410*
11914F: drivers/clk/clk-wm83*.c
11915F: drivers/extcon/extcon-arizona.c
11916F: drivers/leds/leds-wm83*.c
11917F: drivers/gpio/gpio-*wm*.c
11918F: drivers/gpio/gpio-arizona.c
11919F: drivers/hwmon/wm83??-hwmon.c
11920F: drivers/input/misc/wm831x-on.c
11921F: drivers/input/touchscreen/wm831x-ts.c
11922F: drivers/input/touchscreen/wm97*.c
11923F: drivers/mfd/arizona*
11924F: drivers/mfd/wm*.c
11925F: drivers/mfd/cs47l24*
11926F: drivers/power/wm83*.c
11927F: drivers/rtc/rtc-wm83*.c
11928F: drivers/regulator/wm8*.c
11929F: drivers/video/backlight/wm83*_bl.c
11930F: drivers/watchdog/wm83*_wdt.c
11931F: include/linux/mfd/arizona/
11932F: include/linux/mfd/wm831x/
11933F: include/linux/mfd/wm8350/
11934F: include/linux/mfd/wm8400*
11935F: include/linux/wm97xx.h
11936F: include/sound/wm????.h
11937F: sound/soc/codecs/arizona.?
11938F: sound/soc/codecs/wm*
11939F: sound/soc/codecs/cs47l24*
11940
11941WORKQUEUE
11942M: Tejun Heo <tj@kernel.org>
11943R: Lai Jiangshan <jiangshanlai@gmail.com>
11944T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11945S: Maintained
11946F: include/linux/workqueue.h
11947F: kernel/workqueue.c
11948F: Documentation/workqueue.txt
11949
11950X.25 NETWORK LAYER
11951M: Andrew Hendry <andrew.hendry@gmail.com>
11952L: linux-x25@vger.kernel.org
11953S: Odd Fixes
11954F: Documentation/networking/x25*
11955F: include/net/x25*
11956F: net/x25/
11957
11958X86 ARCHITECTURE (32-BIT AND 64-BIT)
11959M: Thomas Gleixner <tglx@linutronix.de>
11960M: Ingo Molnar <mingo@redhat.com>
11961M: "H. Peter Anvin" <hpa@zytor.com>
11962M: x86@kernel.org
11963L: linux-kernel@vger.kernel.org
11964T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11965S: Maintained
11966F: Documentation/x86/
11967F: arch/x86/
11968
11969X86 PLATFORM DRIVERS
11970M: Darren Hart <dvhart@infradead.org>
11971L: platform-driver-x86@vger.kernel.org
11972T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11973S: Maintained
11974F: drivers/platform/x86/
11975F: drivers/platform/olpc/
11976
11977X86 MCE INFRASTRUCTURE
11978M: Tony Luck <tony.luck@intel.com>
11979M: Borislav Petkov <bp@alien8.de>
11980L: linux-edac@vger.kernel.org
11981S: Maintained
11982F: arch/x86/kernel/cpu/mcheck/*
11983
11984X86 MICROCODE UPDATE SUPPORT
11985M: Borislav Petkov <bp@alien8.de>
11986S: Maintained
11987F: arch/x86/kernel/cpu/microcode/*
11988
11989X86 VDSO
11990M: Andy Lutomirski <luto@amacapital.net>
11991L: linux-kernel@vger.kernel.org
11992T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11993S: Maintained
11994F: arch/x86/entry/vdso/
11995
11996XC2028/3028 TUNER DRIVER
11997M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11998L: linux-media@vger.kernel.org
11999W: https://linuxtv.org
12000T: git git://linuxtv.org/media_tree.git
12001S: Maintained
12002F: drivers/media/tuners/tuner-xc2028.*
12003
12004XEN HYPERVISOR INTERFACE
12005M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12006M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
12007M: David Vrabel <david.vrabel@citrix.com>
12008L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12009T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12010S: Supported
12011F: arch/x86/xen/
12012F: drivers/*/xen-*front.c
12013F: drivers/xen/
12014F: arch/x86/include/asm/xen/
12015F: include/xen/
12016F: include/uapi/xen/
12017
12018XEN HYPERVISOR ARM
12019M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12020L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12021S: Supported
12022F: arch/arm/xen/
12023F: arch/arm/include/asm/xen/
12024
12025XEN HYPERVISOR ARM64
12026M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12027L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12028S: Supported
12029F: arch/arm64/xen/
12030F: arch/arm64/include/asm/xen/
12031
12032XEN NETWORK BACKEND DRIVER
12033M: Ian Campbell <ian.campbell@citrix.com>
12034M: Wei Liu <wei.liu2@citrix.com>
12035L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12036L: netdev@vger.kernel.org
12037S: Supported
12038F: drivers/net/xen-netback/*
12039
12040XEN PCI SUBSYSTEM
12041M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12042L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12043S: Supported
12044F: arch/x86/pci/*xen*
12045F: drivers/pci/*xen*
12046
12047XEN BLOCK SUBSYSTEM
12048M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12049M: Roger Pau Monné <roger.pau@citrix.com>
12050L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12051S: Supported
12052F: drivers/block/xen-blkback/*
12053F: drivers/block/xen*
12054
12055XEN PVSCSI DRIVERS
12056M: Juergen Gross <jgross@suse.com>
12057L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12058L: linux-scsi@vger.kernel.org
12059S: Supported
12060F: drivers/scsi/xen-scsifront.c
12061F: drivers/xen/xen-scsiback.c
12062F: include/xen/interface/io/vscsiif.h
12063
12064XEN SWIOTLB SUBSYSTEM
12065M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12066L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12067S: Supported
12068F: arch/x86/xen/*swiotlb*
12069F: drivers/xen/*swiotlb*
12070
12071XFS FILESYSTEM
12072P: Silicon Graphics Inc
12073M: Dave Chinner <david@fromorbit.com>
12074M: xfs@oss.sgi.com
12075L: xfs@oss.sgi.com
12076W: http://oss.sgi.com/projects/xfs
12077T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12078S: Supported
12079F: Documentation/filesystems/xfs.txt
12080F: fs/xfs/
12081
12082XILINX AXI ETHERNET DRIVER
12083M: Anirudha Sarangi <anirudh@xilinx.com>
12084M: John Linn <John.Linn@xilinx.com>
12085S: Maintained
12086F: drivers/net/ethernet/xilinx/xilinx_axienet*
12087
12088XILINX UARTLITE SERIAL DRIVER
12089M: Peter Korsgaard <jacmet@sunsite.dk>
12090L: linux-serial@vger.kernel.org
12091S: Maintained
12092F: drivers/tty/serial/uartlite.c
12093
12094XILINX VIDEO IP CORES
12095M: Hyun Kwon <hyun.kwon@xilinx.com>
12096M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12097L: linux-media@vger.kernel.org
12098T: git git://linuxtv.org/media_tree.git
12099S: Supported
12100F: Documentation/devicetree/bindings/media/xilinx/
12101F: drivers/media/platform/xilinx/
12102F: include/uapi/linux/xilinx-v4l2-controls.h
12103
12104XILLYBUS DRIVER
12105M: Eli Billauer <eli.billauer@gmail.com>
12106L: linux-kernel@vger.kernel.org
12107S: Supported
12108F: drivers/char/xillybus/
12109
12110XTENSA XTFPGA PLATFORM SUPPORT
12111M: Max Filippov <jcmvbkbc@gmail.com>
12112L: linux-xtensa@linux-xtensa.org
12113S: Maintained
12114F: drivers/spi/spi-xtensa-xtfpga.c
12115F: sound/soc/xtensa/xtfpga-i2s.c
12116
12117YAM DRIVER FOR AX.25
12118M: Jean-Paul Roubelat <jpr@f6fbb.org>
12119L: linux-hams@vger.kernel.org
12120S: Maintained
12121F: drivers/net/hamradio/yam*
12122F: include/linux/yam.h
12123
12124YEALINK PHONE DRIVER
12125M: Henk Vergonet <Henk.Vergonet@gmail.com>
12126L: usbb2k-api-dev@nongnu.org
12127S: Maintained
12128F: Documentation/input/yealink.txt
12129F: drivers/input/misc/yealink.*
12130
12131Z8530 DRIVER FOR AX.25
12132M: Joerg Reuter <jreuter@yaina.de>
12133W: http://yaina.de/jreuter/
12134W: http://www.qsl.net/dl1bke/
12135L: linux-hams@vger.kernel.org
12136S: Maintained
12137F: Documentation/networking/z8530drv.txt
12138F: drivers/net/hamradio/*scc.c
12139F: drivers/net/hamradio/z8530.h
12140
12141ZBUD COMPRESSED PAGE ALLOCATOR
12142M: Seth Jennings <sjennings@variantweb.net>
12143L: linux-mm@kvack.org
12144S: Maintained
12145F: mm/zbud.c
12146F: include/linux/zbud.h
12147
12148ZD1211RW WIRELESS DRIVER
12149M: Daniel Drake <dsd@gentoo.org>
12150M: Ulrich Kunitz <kune@deine-taler.de>
12151W: http://zd1211.ath.cx/wiki/DriverRewrite
12152L: linux-wireless@vger.kernel.org
12153L: zd1211-devs@lists.sourceforge.net (subscribers-only)
12154S: Maintained
12155F: drivers/net/wireless/zydas/zd1211rw/
12156
12157ZPOOL COMPRESSED PAGE STORAGE API
12158M: Dan Streetman <ddstreet@ieee.org>
12159L: linux-mm@kvack.org
12160S: Maintained
12161F: mm/zpool.c
12162F: include/linux/zpool.h
12163
12164ZR36067 VIDEO FOR LINUX DRIVER
12165L: mjpeg-users@lists.sourceforge.net
12166L: linux-media@vger.kernel.org
12167W: http://mjpeg.sourceforge.net/driver-zoran/
12168T: hg https://linuxtv.org/hg/v4l-dvb
12169S: Odd Fixes
12170F: drivers/media/pci/zoran/
12171
12172ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12173M: Minchan Kim <minchan@kernel.org>
12174M: Nitin Gupta <ngupta@vflare.org>
12175R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12176L: linux-kernel@vger.kernel.org
12177S: Maintained
12178F: drivers/block/zram/
12179F: Documentation/blockdev/zram.txt
12180
12181ZS DECSTATION Z85C30 SERIAL DRIVER
12182M: "Maciej W. Rozycki" <macro@linux-mips.org>
12183S: Maintained
12184F: drivers/tty/serial/zs.*
12185
12186ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12187M: Minchan Kim <minchan@kernel.org>
12188M: Nitin Gupta <ngupta@vflare.org>
12189R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12190L: linux-mm@kvack.org
12191S: Maintained
12192F: mm/zsmalloc.c
12193F: include/linux/zsmalloc.h
12194F: Documentation/vm/zsmalloc.txt
12195
12196ZSWAP COMPRESSED SWAP CACHING
12197M: Seth Jennings <sjennings@variantweb.net>
12198L: linux-mm@kvack.org
12199S: Maintained
12200F: mm/zswap.c
12201
12202THE REST
12203M: Linus Torvalds <torvalds@linux-foundation.org>
12204L: linux-kernel@vger.kernel.org
12205Q: http://patchwork.kernel.org/project/LKML/list/
12206T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12207S: Buried alive in reporters
12208F: *
12209F: */
This page took 0.069941 seconds and 5 git commands to generate.