bnx2x: Add BD support for storage
[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
161
1626PACK NETWORK DRIVER FOR AX.25
163M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
164L: linux-hams@vger.kernel.org
165S: Maintained
166F: drivers/net/hamradio/6pack.c
167
1688169 10/100/1000 GIGABIT ETHERNET DRIVER
169M: Realtek linux nic maintainers <nic_swsd@realtek.com>
170L: netdev@vger.kernel.org
171S: Maintained
172F: drivers/net/ethernet/realtek/r8169.c
173
1748250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176L: linux-serial@vger.kernel.org
177W: http://serial.sourceforge.net
178S: Maintained
179T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180F: drivers/tty/serial/8250*
181F: include/linux/serial_8250.h
182
1838390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184L: netdev@vger.kernel.org
185S: Orphan / Obsolete
186F: drivers/net/ethernet/8390/
187
1889P FILE SYSTEM
189M: Eric Van Hensbergen <ericvh@gmail.com>
190M: Ron Minnich <rminnich@sandia.gov>
191M: Latchesar Ionkov <lucho@ionkov.net>
192L: v9fs-developer@lists.sourceforge.net
193W: http://swik.net/v9fs
194Q: http://patchwork.kernel.org/project/v9fs-devel/list/
195T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196S: Maintained
197F: Documentation/filesystems/9p.txt
198F: fs/9p/
199F: net/9p/
200F: include/net/9p/
201F: include/uapi/linux/virtio_9p.h
202F: include/trace/events/9p.h
203
204
205A8293 MEDIA DRIVER
206M: Antti Palosaari <crope@iki.fi>
207L: linux-media@vger.kernel.org
208W: http://linuxtv.org/
209W: http://palosaari.fi/linux/
210Q: http://patchwork.linuxtv.org/project/linux-media/list/
211T: git git://linuxtv.org/anttip/media_tree.git
212S: Maintained
213F: drivers/media/dvb-frontends/a8293*
214
215AACRAID SCSI RAID DRIVER
216M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217L: linux-scsi@vger.kernel.org
218W: http://www.adaptec.com/
219S: Supported
220F: Documentation/scsi/aacraid.txt
221F: drivers/scsi/aacraid/
222
223ABI/API
224L: linux-api@vger.kernel.org
225F: Documentation/ABI/
226F: include/linux/syscalls.h
227F: include/uapi/
228F: kernel/sys_ni.c
229
230ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231M: Hans de Goede <hdegoede@redhat.com>
232L: lm-sensors@lm-sensors.org
233S: Maintained
234F: drivers/hwmon/abituguru.c
235
236ABIT UGURU 3 HARDWARE MONITOR DRIVER
237M: Alistair John Strachan <alistair@devzero.co.uk>
238L: lm-sensors@lm-sensors.org
239S: Maintained
240F: drivers/hwmon/abituguru3.c
241
242ACENIC DRIVER
243M: Jes Sorensen <jes@trained-monkey.org>
244L: linux-acenic@sunsite.dk
245S: Maintained
246F: drivers/net/ethernet/alteon/acenic*
247
248ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249M: Peter Feuerer <peter@piie.net>
250L: platform-driver-x86@vger.kernel.org
251W: http://piie.net/?section=acerhdf
252S: Maintained
253F: drivers/platform/x86/acerhdf.c
254
255ACER WMI LAPTOP EXTRAS
256M: "Lee, Chun-Yi" <jlee@suse.com>
257L: platform-driver-x86@vger.kernel.org
258S: Maintained
259F: drivers/platform/x86/acer-wmi.c
260
261ACPI
262M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
263M: Len Brown <lenb@kernel.org>
264L: linux-acpi@vger.kernel.org
265W: https://01.org/linux-acpi
266Q: https://patchwork.kernel.org/project/linux-acpi/list/
267T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268S: Supported
269F: drivers/acpi/
270F: drivers/pnp/pnpacpi/
271F: include/linux/acpi.h
272F: include/acpi/
273F: Documentation/acpi/
274F: Documentation/ABI/testing/sysfs-bus-acpi
275F: drivers/pci/*acpi*
276F: drivers/pci/*/*acpi*
277F: drivers/pci/*/*/*acpi*
278F: tools/power/acpi/
279
280ACPI COMPONENT ARCHITECTURE (ACPICA)
281M: Robert Moore <robert.moore@intel.com>
282M: Lv Zheng <lv.zheng@intel.com>
283M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
284L: linux-acpi@vger.kernel.org
285L: devel@acpica.org
286W: https://acpica.org/
287W: https://github.com/acpica/acpica/
288Q: https://patchwork.kernel.org/project/linux-acpi/list/
289T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290S: Supported
291F: drivers/acpi/acpica/
292F: include/acpi/
293F: tools/power/acpi/
294
295ACPI FAN DRIVER
296M: Zhang Rui <rui.zhang@intel.com>
297L: linux-acpi@vger.kernel.org
298W: https://01.org/linux-acpi
299S: Supported
300F: drivers/acpi/fan.c
301
302ACPI THERMAL DRIVER
303M: Zhang Rui <rui.zhang@intel.com>
304L: linux-acpi@vger.kernel.org
305W: https://01.org/linux-acpi
306S: Supported
307F: drivers/acpi/*thermal*
308
309ACPI VIDEO DRIVER
310M: Zhang Rui <rui.zhang@intel.com>
311L: linux-acpi@vger.kernel.org
312W: https://01.org/linux-acpi
313S: Supported
314F: drivers/acpi/video.c
315
316ACPI WMI DRIVER
317L: platform-driver-x86@vger.kernel.org
318S: Orphan
319F: drivers/platform/x86/wmi.c
320
321AD1889 ALSA SOUND DRIVER
322M: Thibaut Varene <T-Bone@parisc-linux.org>
323W: http://wiki.parisc-linux.org/AD1889
324L: linux-parisc@vger.kernel.org
325S: Maintained
326F: sound/pci/ad1889.*
327
328AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329M: Michael Hennerich <michael.hennerich@analog.com>
330W: http://wiki.analog.com/AD5254
331W: http://ez.analog.com/community/linux-device-drivers
332S: Supported
333F: drivers/misc/ad525x_dpot.c
334
335AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336M: Michael Hennerich <michael.hennerich@analog.com>
337W: http://wiki.analog.com/AD5398
338W: http://ez.analog.com/community/linux-device-drivers
339S: Supported
340F: drivers/regulator/ad5398.c
341
342AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343M: Michael Hennerich <michael.hennerich@analog.com>
344W: http://wiki.analog.com/AD7142
345W: http://ez.analog.com/community/linux-device-drivers
346S: Supported
347F: drivers/input/misc/ad714x.c
348
349AD7877 TOUCHSCREEN DRIVER
350M: Michael Hennerich <michael.hennerich@analog.com>
351W: http://wiki.analog.com/AD7877
352W: http://ez.analog.com/community/linux-device-drivers
353S: Supported
354F: drivers/input/touchscreen/ad7877.c
355
356AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357M: Michael Hennerich <michael.hennerich@analog.com>
358W: http://wiki.analog.com/AD7879
359W: http://ez.analog.com/community/linux-device-drivers
360S: Supported
361F: drivers/input/touchscreen/ad7879.c
362
363ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364M: Jiri Kosina <jkosina@suse.com>
365S: Maintained
366
367ADM1025 HARDWARE MONITOR DRIVER
368M: Jean Delvare <jdelvare@suse.com>
369L: lm-sensors@lm-sensors.org
370S: Maintained
371F: Documentation/hwmon/adm1025
372F: drivers/hwmon/adm1025.c
373
374ADM1029 HARDWARE MONITOR DRIVER
375M: Corentin Labbe <clabbe.montjoie@gmail.com>
376L: lm-sensors@lm-sensors.org
377S: Maintained
378F: drivers/hwmon/adm1029.c
379
380ADM8211 WIRELESS DRIVER
381L: linux-wireless@vger.kernel.org
382W: http://wireless.kernel.org/
383S: Orphan
384F: drivers/net/wireless/adm8211.*
385
386ADP1653 FLASH CONTROLLER DRIVER
387M: Sakari Ailus <sakari.ailus@iki.fi>
388L: linux-media@vger.kernel.org
389S: Maintained
390F: drivers/media/i2c/adp1653.c
391F: include/media/adp1653.h
392
393ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394M: Michael Hennerich <michael.hennerich@analog.com>
395W: http://wiki.analog.com/ADP5520
396W: http://ez.analog.com/community/linux-device-drivers
397S: Supported
398F: drivers/mfd/adp5520.c
399F: drivers/video/backlight/adp5520_bl.c
400F: drivers/leds/leds-adp5520.c
401F: drivers/gpio/gpio-adp5520.c
402F: drivers/input/keyboard/adp5520-keys.c
403
404ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405M: Michael Hennerich <michael.hennerich@analog.com>
406W: http://wiki.analog.com/ADP5588
407W: http://ez.analog.com/community/linux-device-drivers
408S: Supported
409F: drivers/input/keyboard/adp5588-keys.c
410F: drivers/gpio/gpio-adp5588.c
411
412ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413M: Michael Hennerich <michael.hennerich@analog.com>
414W: http://wiki.analog.com/ADP8860
415W: http://ez.analog.com/community/linux-device-drivers
416S: Supported
417F: drivers/video/backlight/adp8860_bl.c
418
419ADS1015 HARDWARE MONITOR DRIVER
420M: Dirk Eibach <eibach@gdsys.de>
421L: lm-sensors@lm-sensors.org
422S: Maintained
423F: Documentation/hwmon/ads1015
424F: drivers/hwmon/ads1015.c
425F: include/linux/i2c/ads1015.h
426
427ADT746X FAN DRIVER
428M: Colin Leroy <colin@colino.net>
429S: Maintained
430F: drivers/macintosh/therm_adt746x.c
431
432ADT7475 HARDWARE MONITOR DRIVER
433M: Jean Delvare <jdelvare@suse.com>
434L: lm-sensors@lm-sensors.org
435S: Maintained
436F: Documentation/hwmon/adt7475
437F: drivers/hwmon/adt7475.c
438
439ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440M: Michael Hennerich <michael.hennerich@analog.com>
441W: http://wiki.analog.com/ADXL345
442W: http://ez.analog.com/community/linux-device-drivers
443S: Supported
444F: drivers/input/misc/adxl34x.c
445
446ADVANSYS SCSI DRIVER
447M: Matthew Wilcox <matthew@wil.cx>
448M: Hannes Reinecke <hare@suse.com>
449L: linux-scsi@vger.kernel.org
450S: Maintained
451F: Documentation/scsi/advansys.txt
452F: drivers/scsi/advansys.c
453
454AEDSP16 DRIVER
455M: Riccardo Facchetti <fizban@tin.it>
456S: Maintained
457F: sound/oss/aedsp16.c
458
459AF9013 MEDIA DRIVER
460M: Antti Palosaari <crope@iki.fi>
461L: linux-media@vger.kernel.org
462W: http://linuxtv.org/
463W: http://palosaari.fi/linux/
464Q: http://patchwork.linuxtv.org/project/linux-media/list/
465T: git git://linuxtv.org/anttip/media_tree.git
466S: Maintained
467F: drivers/media/dvb-frontends/af9013*
468
469AF9033 MEDIA DRIVER
470M: Antti Palosaari <crope@iki.fi>
471L: linux-media@vger.kernel.org
472W: http://linuxtv.org/
473W: http://palosaari.fi/linux/
474Q: http://patchwork.linuxtv.org/project/linux-media/list/
475T: git git://linuxtv.org/anttip/media_tree.git
476S: Maintained
477F: drivers/media/dvb-frontends/af9033*
478
479AFFS FILE SYSTEM
480L: linux-fsdevel@vger.kernel.org
481S: Orphan
482F: Documentation/filesystems/affs.txt
483F: fs/affs/
484
485AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
486M: David Howells <dhowells@redhat.com>
487L: linux-afs@lists.infradead.org
488S: Supported
489F: fs/afs/
490F: include/net/af_rxrpc.h
491F: net/rxrpc/af_rxrpc.c
492
493AGPGART DRIVER
494M: David Airlie <airlied@linux.ie>
495T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
496S: Maintained
497F: drivers/char/agp/
498F: include/linux/agp*
499F: include/uapi/linux/agp*
500
501AHA152X SCSI DRIVER
502M: "Juergen E. Fischer" <fischer@norbit.de>
503L: linux-scsi@vger.kernel.org
504S: Maintained
505F: drivers/scsi/aha152x*
506F: drivers/scsi/pcmcia/aha152x*
507
508AIC7XXX / AIC79XX SCSI DRIVER
509M: Hannes Reinecke <hare@suse.com>
510L: linux-scsi@vger.kernel.org
511S: Maintained
512F: drivers/scsi/aic7xxx/
513
514AIMSLAB FM RADIO RECEIVER DRIVER
515M: Hans Verkuil <hverkuil@xs4all.nl>
516L: linux-media@vger.kernel.org
517T: git git://linuxtv.org/media_tree.git
518W: http://linuxtv.org
519S: Maintained
520F: drivers/media/radio/radio-aimslab*
521
522AIO
523M: Benjamin LaHaise <bcrl@kvack.org>
524L: linux-aio@kvack.org
525S: Supported
526F: fs/aio.c
527F: include/linux/*aio*.h
528
529AIRSPY MEDIA DRIVER
530M: Antti Palosaari <crope@iki.fi>
531L: linux-media@vger.kernel.org
532W: http://linuxtv.org/
533W: http://palosaari.fi/linux/
534Q: http://patchwork.linuxtv.org/project/linux-media/list/
535T: git git://linuxtv.org/anttip/media_tree.git
536S: Maintained
537F: drivers/media/usb/airspy/
538
539ALCATEL SPEEDTOUCH USB DRIVER
540M: Duncan Sands <duncan.sands@free.fr>
541L: linux-usb@vger.kernel.org
542W: http://www.linux-usb.org/SpeedTouch/
543S: Maintained
544F: drivers/usb/atm/speedtch.c
545F: drivers/usb/atm/usbatm.c
546
547ALCHEMY AU1XX0 MMC DRIVER
548M: Manuel Lauss <manuel.lauss@gmail.com>
549S: Maintained
550F: drivers/mmc/host/au1xmmc.c
551
552ALI1563 I2C DRIVER
553M: Rudolf Marek <r.marek@assembler.cz>
554L: linux-i2c@vger.kernel.org
555S: Maintained
556F: Documentation/i2c/busses/i2c-ali1563
557F: drivers/i2c/busses/i2c-ali1563.c
558
559ALPHA PORT
560M: Richard Henderson <rth@twiddle.net>
561M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
562M: Matt Turner <mattst88@gmail.com>
563S: Odd Fixes
564L: linux-alpha@vger.kernel.org
565F: arch/alpha/
566
567ALTERA MAILBOX DRIVER
568M: Ley Foon Tan <lftan@altera.com>
569L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
570S: Maintained
571F: drivers/mailbox/mailbox-altera.c
572
573ALTERA PIO DRIVER
574M: Tien Hock Loh <thloh@altera.com>
575L: linux-gpio@vger.kernel.org
576S: Maintained
577F: drivers/gpio/gpio-altera.c
578
579ALTERA TRIPLE SPEED ETHERNET DRIVER
580M: Vince Bridgers <vbridger@opensource.altera.com>
581L: netdev@vger.kernel.org
582L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583S: Maintained
584F: drivers/net/ethernet/altera/
585
586ALTERA UART/JTAG UART SERIAL DRIVERS
587M: Tobias Klauser <tklauser@distanz.ch>
588L: linux-serial@vger.kernel.org
589L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
590S: Maintained
591F: drivers/tty/serial/altera_uart.c
592F: drivers/tty/serial/altera_jtaguart.c
593F: include/linux/altera_uart.h
594F: include/linux/altera_jtaguart.h
595
596AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
597M: Tom Lendacky <thomas.lendacky@amd.com>
598L: linux-crypto@vger.kernel.org
599S: Supported
600F: drivers/crypto/ccp/
601F: include/linux/ccp.h
602
603AMD FAM15H PROCESSOR POWER MONITORING DRIVER
604M: Andreas Herrmann <herrmann.der.user@googlemail.com>
605L: lm-sensors@lm-sensors.org
606S: Maintained
607F: Documentation/hwmon/fam15h_power
608F: drivers/hwmon/fam15h_power.c
609
610AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
611M: Thomas Dahlmann <dahlmann.thomas@arcor.de>
612L: linux-geode@lists.infradead.org (moderated for non-subscribers)
613S: Supported
614F: drivers/usb/gadget/udc/amd5536udc.*
615
616AMD GEODE PROCESSOR/CHIPSET SUPPORT
617P: Andres Salomon <dilinger@queued.net>
618L: linux-geode@lists.infradead.org (moderated for non-subscribers)
619W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
620S: Supported
621F: drivers/char/hw_random/geode-rng.c
622F: drivers/crypto/geode*
623F: drivers/video/fbdev/geode/
624F: arch/x86/include/asm/geode.h
625
626AMD IOMMU (AMD-VI)
627M: Joerg Roedel <joro@8bytes.org>
628L: iommu@lists.linux-foundation.org
629T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
630S: Maintained
631F: drivers/iommu/amd_iommu*.[ch]
632F: include/linux/amd-iommu.h
633
634AMD KFD
635M: Oded Gabbay <oded.gabbay@gmail.com>
636L: dri-devel@lists.freedesktop.org
637T: git git://people.freedesktop.org/~gabbayo/linux.git
638S: Supported
639F: drivers/gpu/drm/amd/amdkfd/
640F: drivers/gpu/drm/amd/include/cik_structs.h
641F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
642F: drivers/gpu/drm/radeon/radeon_kfd.c
643F: drivers/gpu/drm/radeon/radeon_kfd.h
644F: include/uapi/linux/kfd_ioctl.h
645
646AMD MICROCODE UPDATE SUPPORT
647M: Borislav Petkov <bp@alien8.de>
648S: Maintained
649F: arch/x86/kernel/cpu/microcode/amd*
650
651AMD XGBE DRIVER
652M: Tom Lendacky <thomas.lendacky@amd.com>
653L: netdev@vger.kernel.org
654S: Supported
655F: drivers/net/ethernet/amd/xgbe/
656
657AMS (Apple Motion Sensor) DRIVER
658M: Michael Hanselmann <linux-kernel@hansmi.ch>
659S: Supported
660F: drivers/macintosh/ams/
661
662AMSO1100 RNIC DRIVER
663M: Tom Tucker <tom@opengridcomputing.com>
664M: Steve Wise <swise@opengridcomputing.com>
665L: linux-rdma@vger.kernel.org
666S: Maintained
667F: drivers/infiniband/hw/amso1100/
668
669ANALOG DEVICES INC AD9389B DRIVER
670M: Hans Verkuil <hans.verkuil@cisco.com>
671L: linux-media@vger.kernel.org
672S: Maintained
673F: drivers/media/i2c/ad9389b*
674
675ANALOG DEVICES INC ADV7180 DRIVER
676M: Lars-Peter Clausen <lars@metafoo.de>
677L: linux-media@vger.kernel.org
678W: http://ez.analog.com/community/linux-device-drivers
679S: Supported
680F: drivers/media/i2c/adv7180.c
681
682ANALOG DEVICES INC ADV7511 DRIVER
683M: Hans Verkuil <hans.verkuil@cisco.com>
684L: linux-media@vger.kernel.org
685S: Maintained
686F: drivers/media/i2c/adv7511*
687
688ANALOG DEVICES INC ADV7604 DRIVER
689M: Hans Verkuil <hans.verkuil@cisco.com>
690L: linux-media@vger.kernel.org
691S: Maintained
692F: drivers/media/i2c/adv7604*
693
694ANALOG DEVICES INC ADV7842 DRIVER
695M: Hans Verkuil <hans.verkuil@cisco.com>
696L: linux-media@vger.kernel.org
697S: Maintained
698F: drivers/media/i2c/adv7842*
699
700ANALOG DEVICES INC ASOC CODEC DRIVERS
701M: Lars-Peter Clausen <lars@metafoo.de>
702L: alsa-devel@alsa-project.org (moderated for non-subscribers)
703W: http://wiki.analog.com/
704W: http://ez.analog.com/community/linux-device-drivers
705S: Supported
706F: sound/soc/codecs/adau*
707F: sound/soc/codecs/adav*
708F: sound/soc/codecs/ad1*
709F: sound/soc/codecs/ad7*
710F: sound/soc/codecs/ssm*
711F: sound/soc/codecs/sigmadsp.*
712
713ANALOG DEVICES INC ASOC DRIVERS
714L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
715L: alsa-devel@alsa-project.org (moderated for non-subscribers)
716W: http://blackfin.uclinux.org/
717S: Supported
718F: sound/soc/blackfin/*
719
720ANALOG DEVICES INC IIO DRIVERS
721M: Lars-Peter Clausen <lars@metafoo.de>
722M: Michael Hennerich <Michael.Hennerich@analog.com>
723W: http://wiki.analog.com/
724W: http://ez.analog.com/community/linux-device-drivers
725S: Supported
726F: drivers/iio/*/ad*
727X: drivers/iio/*/adjd*
728F: drivers/staging/iio/*/ad*
729F: staging/iio/trigger/iio-trig-bfin-timer.c
730
731ANDROID DRIVERS
732M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
733M: Arve Hjønnevåg <arve@android.com>
734M: Riley Andrews <riandrews@android.com>
735T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
736L: devel@driverdev.osuosl.org
737S: Supported
738F: drivers/android/
739F: drivers/staging/android/
740
741AOA (Apple Onboard Audio) ALSA DRIVER
742M: Johannes Berg <johannes@sipsolutions.net>
743L: linuxppc-dev@lists.ozlabs.org
744L: alsa-devel@alsa-project.org (moderated for non-subscribers)
745S: Maintained
746F: sound/aoa/
747
748APM DRIVER
749M: Jiri Kosina <jkosina@suse.com>
750S: Odd fixes
751F: arch/x86/kernel/apm_32.c
752F: include/linux/apm_bios.h
753F: include/uapi/linux/apm_bios.h
754F: drivers/char/apm-emulation.c
755
756APPLE BCM5974 MULTITOUCH DRIVER
757M: Henrik Rydberg <rydberg@bitmath.org>
758L: linux-input@vger.kernel.org
759S: Odd fixes
760F: drivers/input/mouse/bcm5974.c
761
762APPLE SMC DRIVER
763M: Henrik Rydberg <rydberg@bitmath.org>
764L: lm-sensors@lm-sensors.org
765S: Odd fixes
766F: drivers/hwmon/applesmc.c
767
768APPLETALK NETWORK LAYER
769M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
770S: Maintained
771F: drivers/net/appletalk/
772F: net/appletalk/
773
774APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
775M: Iyappan Subramanian <isubramanian@apm.com>
776M: Keyur Chudgar <kchudgar@apm.com>
777S: Supported
778F: drivers/net/ethernet/apm/xgene/
779F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
780
781APTINA CAMERA SENSOR PLL
782M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
783L: linux-media@vger.kernel.org
784S: Maintained
785F: drivers/media/i2c/aptina-pll.*
786
787ARC FRAMEBUFFER DRIVER
788M: Jaya Kumar <jayalk@intworks.biz>
789S: Maintained
790F: drivers/video/fbdev/arcfb.c
791F: drivers/video/fbdev/core/fb_defio.c
792
793ARM MFM AND FLOPPY DRIVERS
794M: Ian Molton <spyro@f2s.com>
795S: Maintained
796F: arch/arm/lib/floppydma.S
797F: arch/arm/include/asm/floppy.h
798
799ARM PMU PROFILING AND DEBUGGING
800M: Will Deacon <will.deacon@arm.com>
801S: Maintained
802F: arch/arm/kernel/perf_event*
803F: arch/arm/oprofile/common.c
804F: arch/arm/include/asm/pmu.h
805F: arch/arm/kernel/hw_breakpoint.c
806F: arch/arm/include/asm/hw_breakpoint.h
807
808ARM PORT
809M: Russell King <linux@arm.linux.org.uk>
810L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
811W: http://www.arm.linux.org.uk/
812S: Maintained
813F: arch/arm/
814
815ARM SUB-ARCHITECTURES
816L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
817S: Maintained
818F: arch/arm/mach-*/
819F: arch/arm/plat-*/
820T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
821
822ARM PRIMECELL AACI PL041 DRIVER
823M: Russell King <linux@arm.linux.org.uk>
824S: Maintained
825F: sound/arm/aaci.*
826
827ARM PRIMECELL CLCD PL110 DRIVER
828M: Russell King <linux@arm.linux.org.uk>
829S: Maintained
830F: drivers/video/fbdev/amba-clcd.*
831
832ARM PRIMECELL KMI PL050 DRIVER
833M: Russell King <linux@arm.linux.org.uk>
834S: Maintained
835F: drivers/input/serio/ambakmi.*
836F: include/linux/amba/kmi.h
837
838ARM PRIMECELL MMCI PL180/1 DRIVER
839M: Russell King <linux@arm.linux.org.uk>
840S: Maintained
841F: drivers/mmc/host/mmci.*
842F: include/linux/amba/mmci.h
843
844ARM PRIMECELL UART PL010 AND PL011 DRIVERS
845M: Russell King <linux@arm.linux.org.uk>
846S: Maintained
847F: drivers/tty/serial/amba-pl01*.c
848F: include/linux/amba/serial.h
849
850ARM PRIMECELL BUS SUPPORT
851M: Russell King <linux@arm.linux.org.uk>
852S: Maintained
853F: drivers/amba/
854F: include/linux/amba/bus.h
855
856ARM/ADS SPHERE MACHINE SUPPORT
857M: Lennert Buytenhek <kernel@wantstofly.org>
858L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
859S: Maintained
860
861ARM/AFEB9260 MACHINE SUPPORT
862M: Sergey Lapin <slapin@ossfans.org>
863L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
864S: Maintained
865
866ARM/AJECO 1ARM MACHINE SUPPORT
867M: Lennert Buytenhek <kernel@wantstofly.org>
868L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
869S: Maintained
870
871ARM/Allwinner A1X SoC support
872M: Maxime Ripard <maxime.ripard@free-electrons.com>
873L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
874S: Maintained
875N: sun[x4567]i
876
877ARM/Allwinner SoC Clock Support
878M: Emilio López <emilio@elopez.com.ar>
879S: Maintained
880F: drivers/clk/sunxi/
881
882ARM/Amlogic MesonX SoC support
883M: Carlo Caione <carlo@caione.org>
884L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
885S: Maintained
886F: drivers/media/rc/meson-ir.c
887N: meson[x68]
888
889ARM/Annapurna Labs ALPINE ARCHITECTURE
890M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
891S: Maintained
892F: arch/arm/mach-alpine/
893
894ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
895M: Nicolas Ferre <nicolas.ferre@atmel.com>
896M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
897M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
898L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
899W: http://www.linux4sam.org
900S: Supported
901F: arch/arm/mach-at91/
902F: include/soc/at91/
903F: arch/arm/boot/dts/at91*.dts
904F: arch/arm/boot/dts/at91*.dtsi
905F: arch/arm/boot/dts/sama*.dts
906F: arch/arm/boot/dts/sama*.dtsi
907F: arch/arm/include/debug/at91.S
908
909ARM/ATMEL AT91 Clock Support
910M: Boris Brezillon <boris.brezillon@free-electrons.com>
911S: Maintained
912F: drivers/clk/at91
913
914ARM/CALXEDA HIGHBANK ARCHITECTURE
915M: Rob Herring <robh@kernel.org>
916L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
917S: Maintained
918F: arch/arm/mach-highbank/
919
920ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
921M: Krzysztof Halasa <khalasa@piap.pl>
922S: Maintained
923F: arch/arm/mach-cns3xxx/
924
925ARM/CAVIUM THUNDER NETWORK DRIVER
926M: Sunil Goutham <sgoutham@cavium.com>
927M: Robert Richter <rric@kernel.org>
928L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929S: Supported
930F: drivers/net/ethernet/cavium/
931
932ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
933M: Alexander Shiyan <shc_work@mail.ru>
934L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935S: Odd Fixes
936N: clps711x
937
938ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
939M: Hartley Sweeten <hsweeten@visionengravers.com>
940M: Ryan Mallon <rmallon@gmail.com>
941L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942S: Maintained
943F: arch/arm/mach-ep93xx/
944F: arch/arm/mach-ep93xx/include/mach/
945
946ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
947M: Lennert Buytenhek <kernel@wantstofly.org>
948L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949S: Maintained
950
951ARM/CLKDEV SUPPORT
952M: Russell King <linux@arm.linux.org.uk>
953L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
954S: Maintained
955F: arch/arm/include/asm/clkdev.h
956F: drivers/clk/clkdev.c
957
958ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
959M: Mike Rapoport <mike@compulab.co.il>
960L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
961S: Maintained
962
963ARM/CONTEC MICRO9 MACHINE SUPPORT
964M: Hubert Feurstein <hubert.feurstein@contec.at>
965S: Maintained
966F: arch/arm/mach-ep93xx/micro9.c
967
968ARM/CORESIGHT FRAMEWORK AND DRIVERS
969M: Mathieu Poirier <mathieu.poirier@linaro.org>
970L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971S: Maintained
972F: drivers/hwtracing/coresight/*
973F: Documentation/trace/coresight.txt
974F: Documentation/devicetree/bindings/arm/coresight.txt
975F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
976
977ARM/CORGI MACHINE SUPPORT
978M: Richard Purdie <rpurdie@rpsys.net>
979S: Maintained
980
981ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
982M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
983L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
984T: git git://github.com/ulli-kroll/linux.git
985S: Maintained
986F: arch/arm/mach-gemini/
987F: drivers/rtc/rtc-gemini.c
988
989ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
990M: Barry Song <baohua@kernel.org>
991L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
992T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
993S: Maintained
994F: arch/arm/mach-prima2/
995F: drivers/clk/sirf/
996F: drivers/clocksource/timer-prima2.c
997F: drivers/clocksource/timer-atlas7.c
998N: [^a-z]sirf
999
1000ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1001M: Baruch Siach <baruch@tkos.co.il>
1002L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1003S: Maintained
1004F: arch/arm/boot/dts/cx92755*
1005N: digicolor
1006
1007ARM/EBSA110 MACHINE SUPPORT
1008M: Russell King <linux@arm.linux.org.uk>
1009L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1010W: http://www.arm.linux.org.uk/
1011S: Maintained
1012F: arch/arm/mach-ebsa110/
1013F: drivers/net/ethernet/amd/am79c961a.*
1014
1015ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1016M: Uwe Kleine-König <kernel@pengutronix.de>
1017L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1018S: Maintained
1019N: efm32
1020
1021ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1022M: Daniel Ribeiro <drwyrm@gmail.com>
1023M: Stefan Schmidt <stefan@openezx.org>
1024M: Harald Welte <laforge@openezx.org>
1025L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1026W: http://www.openezx.org/
1027S: Maintained
1028T: topgit git://git.openezx.org/openezx.git
1029F: arch/arm/mach-pxa/ezx.c
1030
1031ARM/FARADAY FA526 PORT
1032M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1033L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1034S: Maintained
1035T: git git://git.berlios.de/gemini-board
1036F: arch/arm/mm/*-fa*
1037
1038ARM/FOOTBRIDGE ARCHITECTURE
1039M: Russell King <linux@arm.linux.org.uk>
1040L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041W: http://www.arm.linux.org.uk/
1042S: Maintained
1043F: arch/arm/include/asm/hardware/dec21285.h
1044F: arch/arm/mach-footbridge/
1045
1046ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1047M: Shawn Guo <shawnguo@kernel.org>
1048M: Sascha Hauer <kernel@pengutronix.de>
1049L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1050S: Maintained
1051T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1052F: arch/arm/mach-imx/
1053F: arch/arm/mach-mxs/
1054F: arch/arm/boot/dts/imx*
1055F: arch/arm/configs/imx*_defconfig
1056F: drivers/clk/imx/
1057F: include/soc/imx/
1058
1059ARM/FREESCALE VYBRID ARM ARCHITECTURE
1060M: Shawn Guo <shawnguo@kernel.org>
1061M: Sascha Hauer <kernel@pengutronix.de>
1062R: Stefan Agner <stefan@agner.ch>
1063L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1064S: Maintained
1065T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1066F: arch/arm/mach-imx/*vf610*
1067F: arch/arm/boot/dts/vf*
1068
1069ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1070M: Lennert Buytenhek <kernel@wantstofly.org>
1071L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1072S: Maintained
1073
1074ARM/GUMSTIX MACHINE SUPPORT
1075M: Steve Sakoman <sakoman@gmail.com>
1076L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077S: Maintained
1078
1079ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1080M: Philipp Zabel <philipp.zabel@gmail.com>
1081M: Paul Parsons <lost.distance@yahoo.com>
1082L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1083S: Maintained
1084F: arch/arm/mach-pxa/hx4700.c
1085F: arch/arm/mach-pxa/include/mach/hx4700.h
1086F: sound/soc/pxa/hx4700.c
1087
1088ARM/HISILICON SOC SUPPORT
1089M: Wei Xu <xuwei5@hisilicon.com>
1090L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091W: http://www.hisilicon.com
1092S: Supported
1093T: git git://github.com/hisilicon/linux-hisi.git
1094F: arch/arm/mach-hisi/
1095
1096ARM/HP JORNADA 7XX MACHINE SUPPORT
1097M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1098W: www.jlime.com
1099S: Maintained
1100T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1101F: arch/arm/mach-sa1100/jornada720.c
1102F: arch/arm/mach-sa1100/include/mach/jornada720.h
1103
1104ARM/IGEP MACHINE SUPPORT
1105M: Enric Balletbo i Serra <eballetbo@gmail.com>
1106M: Javier Martinez Canillas <javier@dowhile0.org>
1107L: linux-omap@vger.kernel.org
1108L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109S: Maintained
1110F: arch/arm/boot/dts/omap3-igep*
1111
1112ARM/INCOME PXA270 SUPPORT
1113M: Marek Vasut <marek.vasut@gmail.com>
1114L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115S: Maintained
1116F: arch/arm/mach-pxa/colibri-pxa270-income.c
1117
1118ARM/INTEL IOP32X ARM ARCHITECTURE
1119M: Lennert Buytenhek <kernel@wantstofly.org>
1120L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1121S: Maintained
1122
1123ARM/INTEL IOP33X ARM ARCHITECTURE
1124L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125S: Orphan
1126
1127ARM/INTEL IOP13XX ARM ARCHITECTURE
1128M: Lennert Buytenhek <kernel@wantstofly.org>
1129L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130S: Maintained
1131
1132ARM/INTEL IQ81342EX MACHINE SUPPORT
1133M: Lennert Buytenhek <kernel@wantstofly.org>
1134L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135S: Maintained
1136
1137ARM/INTEL IXDP2850 MACHINE SUPPORT
1138M: Lennert Buytenhek <kernel@wantstofly.org>
1139L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140S: Maintained
1141
1142ARM/INTEL IXP4XX ARM ARCHITECTURE
1143M: Imre Kaloz <kaloz@openwrt.org>
1144M: Krzysztof Halasa <khalasa@piap.pl>
1145L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1146S: Maintained
1147F: arch/arm/mach-ixp4xx/
1148
1149ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1150M: Jonathan Cameron <jic23@cam.ac.uk>
1151L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152S: Maintained
1153F: arch/arm/mach-pxa/stargate2.c
1154F: drivers/pcmcia/pxa2xx_stargate2.c
1155
1156ARM/INTEL XSC3 (MANZANO) ARM CORE
1157M: Lennert Buytenhek <kernel@wantstofly.org>
1158L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159S: Maintained
1160
1161ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1162M: Lennert Buytenhek <kernel@wantstofly.org>
1163L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164S: Maintained
1165
1166ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1167M: Santosh Shilimkar <ssantosh@kernel.org>
1168L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1169S: Maintained
1170F: arch/arm/mach-keystone/
1171T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1172
1173ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1174M: Santosh Shilimkar <ssantosh@kernel.org>
1175L: linux-kernel@vger.kernel.org
1176S: Maintained
1177F: drivers/clk/keystone/
1178
1179ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1180M: Santosh Shilimkar <ssantosh@kernel.org>
1181L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1182L: linux-kernel@vger.kernel.org
1183S: Maintained
1184F: drivers/clocksource/timer-keystone.c
1185
1186ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1187M: Santosh Shilimkar <ssantosh@kernel.org>
1188L: linux-kernel@vger.kernel.org
1189S: Maintained
1190F: drivers/power/reset/keystone-reset.c
1191
1192ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1193M: Santosh Shilimkar <ssantosh@kernel.org>
1194L: linux-kernel@vger.kernel.org
1195S: Maintained
1196F: drivers/memory/*emif*
1197
1198ARM/LOGICPD PXA270 MACHINE SUPPORT
1199M: Lennert Buytenhek <kernel@wantstofly.org>
1200L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1201S: Maintained
1202
1203ARM/LPC18XX ARCHITECTURE
1204M: Joachim Eastwood <manabian@gmail.com>
1205L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1206S: Maintained
1207N: lpc18xx
1208
1209ARM/MAGICIAN MACHINE SUPPORT
1210M: Philipp Zabel <philipp.zabel@gmail.com>
1211S: Maintained
1212
1213ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1214M: Jason Cooper <jason@lakedaemon.net>
1215M: Andrew Lunn <andrew@lunn.ch>
1216M: Gregory Clement <gregory.clement@free-electrons.com>
1217M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1218L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1219S: Maintained
1220F: arch/arm/mach-mvebu/
1221F: drivers/rtc/rtc-armada38x.c
1222F: arch/arm/boot/dts/armada*
1223F: arch/arm/boot/dts/kirkwood*
1224
1225
1226ARM/Marvell Berlin SoC support
1227M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1228L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1229S: Maintained
1230F: arch/arm/mach-berlin/
1231F: arch/arm/boot/dts/berlin*
1232
1233
1234ARM/Marvell Dove/MV78xx0/Orion SOC support
1235M: Jason Cooper <jason@lakedaemon.net>
1236M: Andrew Lunn <andrew@lunn.ch>
1237M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1238M: Gregory Clement <gregory.clement@free-electrons.com>
1239L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240S: Maintained
1241F: arch/arm/mach-dove/
1242F: arch/arm/mach-mv78xx0/
1243F: arch/arm/mach-orion5x/
1244F: arch/arm/plat-orion/
1245F: arch/arm/boot/dts/dove*
1246F: arch/arm/boot/dts/orion5x*
1247
1248
1249ARM/Orion SoC/Technologic Systems TS-78xx platform support
1250M: Alexander Clouter <alex@digriz.org.uk>
1251L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1252W: http://www.digriz.org.uk/ts78xx/kernel
1253S: Maintained
1254F: arch/arm/mach-orion5x/ts78xx-*
1255
1256ARM/Mediatek RTC DRIVER
1257M: Eddie Huang <eddie.huang@mediatek.com>
1258L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1260S: Maintained
1261F: drivers/rtc/rtc-mt6397.c
1262
1263ARM/Mediatek SoC support
1264M: Matthias Brugger <matthias.bgg@gmail.com>
1265L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1266L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1267S: Maintained
1268F: arch/arm/boot/dts/mt6*
1269F: arch/arm/boot/dts/mt8*
1270F: arch/arm/mach-mediatek/
1271N: mtk
1272K: mediatek
1273
1274ARM/MICREL KS8695 ARCHITECTURE
1275M: Greg Ungerer <gerg@uclinux.org>
1276L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1277F: arch/arm/mach-ks8695/
1278S: Odd Fixes
1279
1280ARM/MIOA701 MACHINE SUPPORT
1281M: Robert Jarzmik <robert.jarzmik@free.fr>
1282L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1283F: arch/arm/mach-pxa/mioa701.c
1284S: Maintained
1285
1286ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1287M: Michael Petchkovsky <mkpetch@internode.on.net>
1288S: Maintained
1289
1290ARM/NOMADIK ARCHITECTURE
1291M: Alessandro Rubini <rubini@unipv.it>
1292M: Linus Walleij <linus.walleij@linaro.org>
1293L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1294S: Maintained
1295F: arch/arm/mach-nomadik/
1296F: drivers/pinctrl/nomadik/
1297F: drivers/i2c/busses/i2c-nomadik.c
1298T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1299
1300ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1301M: Nelson Castillo <arhuaco@freaks-unidos.net>
1302L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1303W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1304S: Supported
1305
1306ARM/TOSA MACHINE SUPPORT
1307M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1308M: Dirk Opfer <dirk@opfer-online.de>
1309S: Maintained
1310
1311ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1312M: Marek Vasut <marek.vasut@gmail.com>
1313L: linux-arm-kernel@lists.infradead.org
1314W: http://hackndev.com
1315S: Maintained
1316F: arch/arm/mach-pxa/include/mach/palmtx.h
1317F: arch/arm/mach-pxa/palmtx.c
1318F: arch/arm/mach-pxa/include/mach/palmt5.h
1319F: arch/arm/mach-pxa/palmt5.c
1320F: arch/arm/mach-pxa/include/mach/palmld.h
1321F: arch/arm/mach-pxa/palmld.c
1322F: arch/arm/mach-pxa/include/mach/palmte2.h
1323F: arch/arm/mach-pxa/palmte2.c
1324F: arch/arm/mach-pxa/include/mach/palmtc.h
1325F: arch/arm/mach-pxa/palmtc.c
1326
1327ARM/PALM TREO SUPPORT
1328M: Tomas Cech <sleep_walker@suse.com>
1329L: linux-arm-kernel@lists.infradead.org
1330W: http://hackndev.com
1331S: Maintained
1332F: arch/arm/mach-pxa/include/mach/palmtreo.h
1333F: arch/arm/mach-pxa/palmtreo.c
1334
1335ARM/PALMZ72 SUPPORT
1336M: Sergey Lapin <slapin@ossfans.org>
1337L: linux-arm-kernel@lists.infradead.org
1338W: http://hackndev.com
1339S: Maintained
1340F: arch/arm/mach-pxa/include/mach/palmz72.h
1341F: arch/arm/mach-pxa/palmz72.c
1342
1343ARM/PLEB SUPPORT
1344M: Peter Chubb <pleb@gelato.unsw.edu.au>
1345W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1346S: Maintained
1347
1348ARM/PT DIGITAL BOARD PORT
1349M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1350L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1351W: http://www.arm.linux.org.uk/
1352S: Maintained
1353
1354ARM/QUALCOMM SUPPORT
1355M: Kumar Gala <galak@codeaurora.org>
1356M: Andy Gross <agross@codeaurora.org>
1357M: David Brown <davidb@codeaurora.org>
1358L: linux-arm-msm@vger.kernel.org
1359L: linux-soc@vger.kernel.org
1360S: Maintained
1361F: arch/arm/mach-qcom/
1362F: drivers/soc/qcom/
1363F: drivers/tty/serial/msm_serial.h
1364F: drivers/tty/serial/msm_serial.c
1365F: drivers/*/pm8???-*
1366F: drivers/mfd/ssbi.c
1367F: drivers/firmware/qcom_scm.c
1368T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1369
1370ARM/RADISYS ENP2611 MACHINE SUPPORT
1371M: Lennert Buytenhek <kernel@wantstofly.org>
1372L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1373S: Maintained
1374
1375ARM/RISCPC ARCHITECTURE
1376M: Russell King <linux@arm.linux.org.uk>
1377L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1378W: http://www.arm.linux.org.uk/
1379S: Maintained
1380F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1381F: arch/arm/include/asm/hardware/ioc.h
1382F: arch/arm/include/asm/hardware/iomd.h
1383F: arch/arm/include/asm/hardware/memc.h
1384F: arch/arm/mach-rpc/
1385F: drivers/net/ethernet/8390/etherh.c
1386F: drivers/net/ethernet/i825xx/ether1*
1387F: drivers/net/ethernet/seeq/ether3*
1388F: drivers/scsi/arm/
1389
1390ARM/Rockchip SoC support
1391M: Heiko Stuebner <heiko@sntech.de>
1392L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393L: linux-rockchip@lists.infradead.org
1394S: Maintained
1395F: arch/arm/boot/dts/rk3*
1396F: arch/arm/mach-rockchip/
1397F: drivers/clk/rockchip/
1398F: drivers/i2c/busses/i2c-rk3x.c
1399F: drivers/*/*rockchip*
1400F: drivers/*/*/*rockchip*
1401F: sound/soc/rockchip/
1402N: rockchip
1403
1404ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1405M: Kukjin Kim <kgene@kernel.org>
1406M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1407L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1408L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1409S: Maintained
1410F: arch/arm/boot/dts/s3c*
1411F: arch/arm/boot/dts/exynos*
1412F: arch/arm64/boot/dts/exynos/
1413F: arch/arm/plat-samsung/
1414F: arch/arm/mach-s3c24*/
1415F: arch/arm/mach-s3c64xx/
1416F: arch/arm/mach-s5p*/
1417F: arch/arm/mach-exynos*/
1418F: drivers/*/*s3c2410*
1419F: drivers/*/*/*s3c2410*
1420F: drivers/spi/spi-s3c*
1421F: sound/soc/samsung/*
1422N: exynos
1423
1424ARM/SAMSUNG MOBILE MACHINE SUPPORT
1425M: Kyungmin Park <kyungmin.park@samsung.com>
1426L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427S: Maintained
1428F: arch/arm/mach-s5pv210/
1429
1430ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1431M: Kyungmin Park <kyungmin.park@samsung.com>
1432M: Kamil Debski <k.debski@samsung.com>
1433L: linux-arm-kernel@lists.infradead.org
1434L: linux-media@vger.kernel.org
1435S: Maintained
1436F: drivers/media/platform/s5p-g2d/
1437
1438ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1439M: Kyungmin Park <kyungmin.park@samsung.com>
1440M: Kamil Debski <k.debski@samsung.com>
1441M: Jeongtae Park <jtp.park@samsung.com>
1442L: linux-arm-kernel@lists.infradead.org
1443L: linux-media@vger.kernel.org
1444S: Maintained
1445F: arch/arm/plat-samsung/s5p-dev-mfc.c
1446F: drivers/media/platform/s5p-mfc/
1447
1448ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1449M: Kyungmin Park <kyungmin.park@samsung.com>
1450M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1451L: linux-arm-kernel@lists.infradead.org
1452L: linux-media@vger.kernel.org
1453S: Maintained
1454F: drivers/media/platform/s5p-tv/
1455
1456ARM/SHMOBILE ARM ARCHITECTURE
1457M: Simon Horman <horms@verge.net.au>
1458M: Magnus Damm <magnus.damm@gmail.com>
1459L: linux-sh@vger.kernel.org
1460W: http://oss.renesas.com
1461Q: http://patchwork.kernel.org/project/linux-sh/list/
1462T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1463S: Supported
1464F: arch/arm/boot/dts/emev2*
1465F: arch/arm/boot/dts/r7s*
1466F: arch/arm/boot/dts/r8a*
1467F: arch/arm/boot/dts/sh*
1468F: arch/arm/configs/armadillo800eva_defconfig
1469F: arch/arm/configs/bockw_defconfig
1470F: arch/arm/configs/kzm9g_defconfig
1471F: arch/arm/configs/marzen_defconfig
1472F: arch/arm/configs/shmobile_defconfig
1473F: arch/arm/include/debug/renesas-scif.S
1474F: arch/arm/mach-shmobile/
1475F: drivers/sh/
1476
1477ARM/SOCFPGA ARCHITECTURE
1478M: Dinh Nguyen <dinguyen@opensource.altera.com>
1479S: Maintained
1480F: arch/arm/mach-socfpga/
1481F: arch/arm/boot/dts/socfpga*
1482F: arch/arm/configs/socfpga_defconfig
1483W: http://www.rocketboards.org
1484T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1485
1486ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1487M: Dinh Nguyen <dinguyen@opensource.altera.com>
1488S: Maintained
1489F: drivers/clk/socfpga/
1490
1491ARM/SOCFPGA EDAC SUPPORT
1492M: Thor Thayer <tthayer@opensource.altera.com>
1493S: Maintained
1494F: drivers/edac/altera_edac.
1495
1496ARM/STI ARCHITECTURE
1497M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1498M: Maxime Coquelin <maxime.coquelin@st.com>
1499M: Patrice Chotard <patrice.chotard@st.com>
1500L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1501L: kernel@stlinux.com
1502W: http://www.stlinux.com
1503S: Maintained
1504F: arch/arm/mach-sti/
1505F: arch/arm/boot/dts/sti*
1506F: drivers/clocksource/arm_global_timer.c
1507F: drivers/i2c/busses/i2c-st.c
1508F: drivers/media/rc/st_rc.c
1509F: drivers/mmc/host/sdhci-st.c
1510F: drivers/phy/phy-miphy28lp.c
1511F: drivers/phy/phy-miphy365x.c
1512F: drivers/phy/phy-stih407-usb.c
1513F: drivers/phy/phy-stih41x-usb.c
1514F: drivers/pinctrl/pinctrl-st.c
1515F: drivers/reset/sti/
1516F: drivers/rtc/rtc-st-lpc.c
1517F: drivers/tty/serial/st-asc.c
1518F: drivers/usb/dwc3/dwc3-st.c
1519F: drivers/usb/host/ehci-st.c
1520F: drivers/usb/host/ohci-st.c
1521F: drivers/watchdog/st_lpc_wdt.c
1522F: drivers/ata/ahci_st.c
1523
1524ARM/STM32 ARCHITECTURE
1525M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1526L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1527S: Maintained
1528T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1529N: stm32
1530F: drivers/clocksource/armv7m_systick.c
1531
1532ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1533M: Lennert Buytenhek <kernel@wantstofly.org>
1534L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1535S: Maintained
1536
1537ARM/TETON BGA MACHINE SUPPORT
1538M: "Mark F. Brown" <mark.brown314@gmail.com>
1539L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1540S: Maintained
1541
1542ARM/THECUS N2100 MACHINE SUPPORT
1543M: Lennert Buytenhek <kernel@wantstofly.org>
1544L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1545S: Maintained
1546
1547ARM/NUVOTON W90X900 ARM ARCHITECTURE
1548M: Wan ZongShun <mcuos.com@gmail.com>
1549L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1550W: http://www.mcuos.com
1551S: Maintained
1552F: arch/arm/mach-w90x900/
1553F: drivers/input/keyboard/w90p910_keypad.c
1554F: drivers/input/touchscreen/w90p910_ts.c
1555F: drivers/watchdog/nuc900_wdt.c
1556F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1557F: drivers/mtd/nand/nuc900_nand.c
1558F: drivers/rtc/rtc-nuc900.c
1559F: drivers/spi/spi-nuc900.c
1560F: drivers/usb/host/ehci-w90x900.c
1561F: drivers/video/fbdev/nuc900fb.c
1562
1563ARM/U300 MACHINE SUPPORT
1564M: Linus Walleij <linus.walleij@linaro.org>
1565L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1566S: Supported
1567F: arch/arm/mach-u300/
1568F: drivers/clocksource/timer-u300.c
1569F: drivers/i2c/busses/i2c-stu300.c
1570F: drivers/rtc/rtc-coh901331.c
1571F: drivers/watchdog/coh901327_wdt.c
1572F: drivers/dma/coh901318*
1573F: drivers/mfd/ab3100*
1574F: drivers/rtc/rtc-ab3100.c
1575F: drivers/rtc/rtc-coh901331.c
1576T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1577
1578ARM/UNIPHIER ARCHITECTURE
1579M: Masahiro Yamada <yamada.masahiro@socionext.com>
1580L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1581S: Maintained
1582F: arch/arm/mach-uniphier/
1583N: uniphier
1584
1585ARM/Ux500 ARM ARCHITECTURE
1586M: Linus Walleij <linus.walleij@linaro.org>
1587L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1588S: Maintained
1589F: arch/arm/mach-ux500/
1590F: drivers/clocksource/clksrc-dbx500-prcmu.c
1591F: drivers/dma/ste_dma40*
1592F: drivers/hwspinlock/u8500_hsem.c
1593F: drivers/mfd/abx500*
1594F: drivers/mfd/ab8500*
1595F: drivers/mfd/dbx500*
1596F: drivers/mfd/db8500*
1597F: drivers/pinctrl/nomadik/pinctrl-ab*
1598F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1599F: drivers/rtc/rtc-ab8500.c
1600F: drivers/rtc/rtc-pl031.c
1601T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1602
1603ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1604M: Ulf Hansson <ulf.hansson@linaro.org>
1605L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1606T: git git://git.linaro.org/people/ulfh/clk.git
1607S: Maintained
1608F: drivers/clk/ux500/
1609F: include/linux/platform_data/clk-ux500.h
1610
1611ARM/VERSATILE EXPRESS PLATFORM
1612M: Liviu Dudau <liviu.dudau@arm.com>
1613M: Sudeep Holla <sudeep.holla@arm.com>
1614M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1615L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1616S: Maintained
1617F: arch/arm/boot/dts/vexpress*
1618F: arch/arm64/boot/dts/arm/vexpress*
1619F: arch/arm/mach-vexpress/
1620F: */*/vexpress*
1621F: */*/*/vexpress*
1622F: drivers/clk/versatile/clk-vexpress-osc.c
1623F: drivers/clocksource/versatile.c
1624
1625ARM/VFP SUPPORT
1626M: Russell King <linux@arm.linux.org.uk>
1627L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1628W: http://www.arm.linux.org.uk/
1629S: Maintained
1630F: arch/arm/vfp/
1631
1632ARM/VOIPAC PXA270 SUPPORT
1633M: Marek Vasut <marek.vasut@gmail.com>
1634L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1635S: Maintained
1636F: arch/arm/mach-pxa/vpac270.c
1637F: arch/arm/mach-pxa/include/mach/vpac270.h
1638
1639ARM/VT8500 ARM ARCHITECTURE
1640M: Tony Prisk <linux@prisktech.co.nz>
1641L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1642S: Maintained
1643F: arch/arm/mach-vt8500/
1644F: drivers/clocksource/vt8500_timer.c
1645F: drivers/i2c/busses/i2c-wmt.c
1646F: drivers/mmc/host/wmt-sdmmc.c
1647F: drivers/pwm/pwm-vt8500.c
1648F: drivers/rtc/rtc-vt8500.c
1649F: drivers/tty/serial/vt8500_serial.c
1650F: drivers/usb/host/ehci-platform.c
1651F: drivers/usb/host/uhci-platform.c
1652F: drivers/video/fbdev/vt8500lcdfb.*
1653F: drivers/video/fbdev/wm8505fb*
1654F: drivers/video/fbdev/wmt_ge_rops.*
1655
1656ARM/ZIPIT Z2 SUPPORT
1657M: Marek Vasut <marek.vasut@gmail.com>
1658L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1659S: Maintained
1660F: arch/arm/mach-pxa/z2.c
1661F: arch/arm/mach-pxa/include/mach/z2.h
1662
1663ARM/ZTE ARCHITECTURE
1664M: Jun Nie <jun.nie@linaro.org>
1665L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1666S: Maintained
1667F: arch/arm/mach-zx/
1668F: drivers/clk/zte/
1669F: Documentation/devicetree/bindings/arm/zte.txt
1670F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1671
1672ARM/ZYNQ ARCHITECTURE
1673M: Michal Simek <michal.simek@xilinx.com>
1674R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1675L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1676W: http://wiki.xilinx.com
1677T: git git://git.xilinx.com/linux-xlnx.git
1678S: Supported
1679F: arch/arm/mach-zynq/
1680F: drivers/cpuidle/cpuidle-zynq.c
1681F: drivers/block/xsysace.c
1682N: zynq
1683N: xilinx
1684F: drivers/clocksource/cadence_ttc_timer.c
1685F: drivers/i2c/busses/i2c-cadence.c
1686F: drivers/mmc/host/sdhci-of-arasan.c
1687F: drivers/edac/synopsys_edac.c
1688
1689ARM SMMU DRIVERS
1690M: Will Deacon <will.deacon@arm.com>
1691L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1692S: Maintained
1693F: drivers/iommu/arm-smmu.c
1694F: drivers/iommu/arm-smmu-v3.c
1695F: drivers/iommu/io-pgtable-arm.c
1696
1697ARM64 PORT (AARCH64 ARCHITECTURE)
1698M: Catalin Marinas <catalin.marinas@arm.com>
1699M: Will Deacon <will.deacon@arm.com>
1700L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1701S: Maintained
1702F: arch/arm64/
1703F: Documentation/arm64/
1704
1705AS3645A LED FLASH CONTROLLER DRIVER
1706M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1707L: linux-media@vger.kernel.org
1708T: git git://linuxtv.org/media_tree.git
1709S: Maintained
1710F: drivers/media/i2c/as3645a.c
1711F: include/media/as3645a.h
1712
1713ASC7621 HARDWARE MONITOR DRIVER
1714M: George Joseph <george.joseph@fairview5.com>
1715L: lm-sensors@lm-sensors.org
1716S: Maintained
1717F: Documentation/hwmon/asc7621
1718F: drivers/hwmon/asc7621.c
1719
1720ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1721M: Corentin Chary <corentin.chary@gmail.com>
1722L: acpi4asus-user@lists.sourceforge.net
1723L: platform-driver-x86@vger.kernel.org
1724W: http://acpi4asus.sf.net
1725S: Maintained
1726F: drivers/platform/x86/asus*.c
1727F: drivers/platform/x86/eeepc*.c
1728
1729ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1730R: Dan Williams <dan.j.williams@intel.com>
1731W: http://sourceforge.net/projects/xscaleiop
1732S: Odd fixes
1733F: Documentation/crypto/async-tx-api.txt
1734F: crypto/async_tx/
1735F: drivers/dma/
1736F: include/linux/dmaengine.h
1737F: include/linux/async_tx.h
1738
1739AT24 EEPROM DRIVER
1740M: Wolfram Sang <wsa@the-dreams.de>
1741L: linux-i2c@vger.kernel.org
1742S: Maintained
1743F: drivers/misc/eeprom/at24.c
1744F: include/linux/platform_data/at24.h
1745
1746ATA OVER ETHERNET (AOE) DRIVER
1747M: "Ed L. Cashin" <ed.cashin@acm.org>
1748W: http://www.openaoe.org/
1749S: Supported
1750F: Documentation/aoe/
1751F: drivers/block/aoe/
1752
1753ATHEROS ATH GENERIC UTILITIES
1754M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1755L: linux-wireless@vger.kernel.org
1756S: Supported
1757F: drivers/net/wireless/ath/*
1758
1759ATHEROS ATH5K WIRELESS DRIVER
1760M: Jiri Slaby <jirislaby@gmail.com>
1761M: Nick Kossifidis <mickflemm@gmail.com>
1762M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1763L: linux-wireless@vger.kernel.org
1764W: http://wireless.kernel.org/en/users/Drivers/ath5k
1765S: Maintained
1766F: drivers/net/wireless/ath/ath5k/
1767
1768ATHEROS ATH6KL WIRELESS DRIVER
1769M: Kalle Valo <kvalo@qca.qualcomm.com>
1770L: linux-wireless@vger.kernel.org
1771W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1772T: git git://github.com/kvalo/ath.git
1773S: Supported
1774F: drivers/net/wireless/ath/ath6kl/
1775
1776WILOCITY WIL6210 WIRELESS DRIVER
1777M: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1778L: linux-wireless@vger.kernel.org
1779L: wil6210@qca.qualcomm.com
1780S: Supported
1781W: http://wireless.kernel.org/en/users/Drivers/wil6210
1782F: drivers/net/wireless/ath/wil6210/
1783F: include/uapi/linux/wil6210_uapi.h
1784
1785CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1786M: Christian Lamparter <chunkeey@googlemail.com>
1787L: linux-wireless@vger.kernel.org
1788W: http://wireless.kernel.org/en/users/Drivers/carl9170
1789S: Maintained
1790F: drivers/net/wireless/ath/carl9170/
1791
1792ATK0110 HWMON DRIVER
1793M: Luca Tettamanti <kronos.it@gmail.com>
1794L: lm-sensors@lm-sensors.org
1795S: Maintained
1796F: drivers/hwmon/asus_atk0110.c
1797
1798ATI_REMOTE2 DRIVER
1799M: Ville Syrjala <syrjala@sci.fi>
1800S: Maintained
1801F: drivers/input/misc/ati_remote2.c
1802
1803ATLX ETHERNET DRIVERS
1804M: Jay Cliburn <jcliburn@gmail.com>
1805M: Chris Snook <chris.snook@gmail.com>
1806L: netdev@vger.kernel.org
1807W: http://sourceforge.net/projects/atl1
1808W: http://atl1.sourceforge.net
1809S: Maintained
1810F: drivers/net/ethernet/atheros/
1811
1812ATM
1813M: Chas Williams <3chas3@gmail.com>
1814L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1815L: netdev@vger.kernel.org
1816W: http://linux-atm.sourceforge.net
1817S: Maintained
1818F: drivers/atm/
1819F: include/linux/atm*
1820F: include/uapi/linux/atm*
1821
1822ATMEL AT91 / AT32 MCI DRIVER
1823M: Ludovic Desroches <ludovic.desroches@atmel.com>
1824S: Maintained
1825F: drivers/mmc/host/atmel-mci.c
1826F: drivers/mmc/host/atmel-mci-regs.h
1827
1828ATMEL AT91 / AT32 SERIAL DRIVER
1829M: Nicolas Ferre <nicolas.ferre@atmel.com>
1830S: Supported
1831F: drivers/tty/serial/atmel_serial.c
1832
1833ATMEL Audio ALSA driver
1834M: Nicolas Ferre <nicolas.ferre@atmel.com>
1835L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1836S: Supported
1837F: sound/soc/atmel
1838
1839ATMEL DMA DRIVER
1840M: Nicolas Ferre <nicolas.ferre@atmel.com>
1841L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1842S: Supported
1843F: drivers/dma/at_hdmac.c
1844F: drivers/dma/at_hdmac_regs.h
1845F: include/linux/platform_data/dma-atmel.h
1846
1847ATMEL XDMA DRIVER
1848M: Ludovic Desroches <ludovic.desroches@atmel.com>
1849L: linux-arm-kernel@lists.infradead.org
1850L: dmaengine@vger.kernel.org
1851S: Supported
1852F: drivers/dma/at_xdmac.c
1853
1854ATMEL I2C DRIVER
1855M: Ludovic Desroches <ludovic.desroches@atmel.com>
1856L: linux-i2c@vger.kernel.org
1857S: Supported
1858F: drivers/i2c/busses/i2c-at91.c
1859
1860ATMEL ISI DRIVER
1861M: Josh Wu <josh.wu@atmel.com>
1862L: linux-media@vger.kernel.org
1863S: Supported
1864F: drivers/media/platform/soc_camera/atmel-isi.c
1865F: include/media/atmel-isi.h
1866
1867ATMEL LCDFB DRIVER
1868M: Nicolas Ferre <nicolas.ferre@atmel.com>
1869L: linux-fbdev@vger.kernel.org
1870S: Maintained
1871F: drivers/video/fbdev/atmel_lcdfb.c
1872F: include/video/atmel_lcdc.h
1873
1874ATMEL MACB ETHERNET DRIVER
1875M: Nicolas Ferre <nicolas.ferre@atmel.com>
1876S: Supported
1877F: drivers/net/ethernet/cadence/
1878
1879ATMEL NAND DRIVER
1880M: Josh Wu <josh.wu@atmel.com>
1881L: linux-mtd@lists.infradead.org
1882S: Supported
1883F: drivers/mtd/nand/atmel_nand*
1884
1885ATMEL SPI DRIVER
1886M: Nicolas Ferre <nicolas.ferre@atmel.com>
1887S: Supported
1888F: drivers/spi/spi-atmel.*
1889
1890ATMEL SSC DRIVER
1891M: Nicolas Ferre <nicolas.ferre@atmel.com>
1892L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1893S: Supported
1894F: drivers/misc/atmel-ssc.c
1895F: include/linux/atmel-ssc.h
1896
1897ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1898M: Nicolas Ferre <nicolas.ferre@atmel.com>
1899L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1900S: Supported
1901F: drivers/misc/atmel_tclib.c
1902F: drivers/clocksource/tcb_clksrc.c
1903
1904ATMEL USBA UDC DRIVER
1905M: Nicolas Ferre <nicolas.ferre@atmel.com>
1906L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1907S: Supported
1908F: drivers/usb/gadget/udc/atmel_usba_udc.*
1909
1910ATMEL WIRELESS DRIVER
1911M: Simon Kelley <simon@thekelleys.org.uk>
1912L: linux-wireless@vger.kernel.org
1913W: http://www.thekelleys.org.uk/atmel
1914W: http://atmelwlandriver.sourceforge.net/
1915S: Maintained
1916F: drivers/net/wireless/atmel*
1917
1918ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1919M: Bradley Grove <linuxdrivers@attotech.com>
1920L: linux-scsi@vger.kernel.org
1921W: http://www.attotech.com
1922S: Supported
1923F: drivers/scsi/esas2r
1924
1925ATUSB IEEE 802.15.4 RADIO DRIVER
1926M: Stefan Schmidt <stefan@osg.samsung.com>
1927L: linux-wpan@vger.kernel.org
1928S: Maintained
1929F: drivers/net/ieee802154/atusb.c
1930F: drivers/net/ieee802154/atusb.h
1931F: drivers/net/ieee802154/at86rf230.h
1932
1933AUDIT SUBSYSTEM
1934M: Paul Moore <paul@paul-moore.com>
1935M: Eric Paris <eparis@redhat.com>
1936L: linux-audit@redhat.com (moderated for non-subscribers)
1937W: http://people.redhat.com/sgrubb/audit/
1938T: git git://git.infradead.org/users/pcmoore/audit
1939S: Maintained
1940F: include/linux/audit.h
1941F: include/uapi/linux/audit.h
1942F: kernel/audit*
1943
1944AUXILIARY DISPLAY DRIVERS
1945M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1946W: http://miguelojeda.es/auxdisplay.htm
1947W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1948S: Maintained
1949F: drivers/auxdisplay/
1950F: include/linux/cfag12864b.h
1951
1952AVR32 ARCHITECTURE
1953M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1954M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1955W: http://www.atmel.com/products/AVR32/
1956W: http://mirror.egtvedt.no/avr32linux.org/
1957W: http://avrfreaks.net/
1958S: Maintained
1959F: arch/avr32/
1960
1961AVR32/AT32AP MACHINE SUPPORT
1962M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1963M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1964S: Maintained
1965F: arch/avr32/mach-at32ap/
1966
1967AX.25 NETWORK LAYER
1968M: Ralf Baechle <ralf@linux-mips.org>
1969L: linux-hams@vger.kernel.org
1970W: http://www.linux-ax25.org/
1971S: Maintained
1972F: include/uapi/linux/ax25.h
1973F: include/net/ax25.h
1974F: net/ax25/
1975
1976AZ6007 DVB DRIVER
1977M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1978L: linux-media@vger.kernel.org
1979W: http://linuxtv.org
1980T: git git://linuxtv.org/media_tree.git
1981S: Maintained
1982F: drivers/media/usb/dvb-usb-v2/az6007.c
1983
1984AZTECH FM RADIO RECEIVER DRIVER
1985M: Hans Verkuil <hverkuil@xs4all.nl>
1986L: linux-media@vger.kernel.org
1987T: git git://linuxtv.org/media_tree.git
1988W: http://linuxtv.org
1989S: Maintained
1990F: drivers/media/radio/radio-aztech*
1991
1992B43 WIRELESS DRIVER
1993L: linux-wireless@vger.kernel.org
1994L: b43-dev@lists.infradead.org
1995W: http://wireless.kernel.org/en/users/Drivers/b43
1996S: Odd Fixes
1997F: drivers/net/wireless/b43/
1998
1999B43LEGACY WIRELESS DRIVER
2000M: Larry Finger <Larry.Finger@lwfinger.net>
2001L: linux-wireless@vger.kernel.org
2002L: b43-dev@lists.infradead.org
2003W: http://wireless.kernel.org/en/users/Drivers/b43
2004S: Maintained
2005F: drivers/net/wireless/b43legacy/
2006
2007BACKLIGHT CLASS/SUBSYSTEM
2008M: Jingoo Han <jingoohan1@gmail.com>
2009M: Lee Jones <lee.jones@linaro.org>
2010S: Maintained
2011F: drivers/video/backlight/
2012F: include/linux/backlight.h
2013
2014BATMAN ADVANCED
2015M: Marek Lindner <mareklindner@neomailbox.ch>
2016M: Simon Wunderlich <sw@simonwunderlich.de>
2017M: Antonio Quartulli <antonio@meshcoding.com>
2018L: b.a.t.m.a.n@lists.open-mesh.org
2019W: http://www.open-mesh.org/
2020S: Maintained
2021F: net/batman-adv/
2022
2023BAYCOM/HDLCDRV DRIVERS FOR AX.25
2024M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2025L: linux-hams@vger.kernel.org
2026W: http://www.baycom.org/~tom/ham/ham.html
2027S: Maintained
2028F: drivers/net/hamradio/baycom*
2029
2030BCACHE (BLOCK LAYER CACHE)
2031M: Kent Overstreet <kent.overstreet@gmail.com>
2032L: linux-bcache@vger.kernel.org
2033W: http://bcache.evilpiepirate.org
2034S: Maintained
2035F: drivers/md/bcache/
2036
2037BDISP ST MEDIA DRIVER
2038M: Fabien Dessenne <fabien.dessenne@st.com>
2039L: linux-media@vger.kernel.org
2040T: git git://linuxtv.org/media_tree.git
2041W: http://linuxtv.org
2042S: Supported
2043F: drivers/media/platform/sti/bdisp
2044
2045BEFS FILE SYSTEM
2046S: Orphan
2047F: Documentation/filesystems/befs.txt
2048F: fs/befs/
2049
2050BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2051M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2052L: netdev@vger.kernel.org
2053S: Maintained
2054F: drivers/net/ethernet/ec_bhf.c
2055
2056BFS FILE SYSTEM
2057M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2058S: Maintained
2059F: Documentation/filesystems/bfs.txt
2060F: fs/bfs/
2061F: include/uapi/linux/bfs_fs.h
2062
2063BLACKFIN ARCHITECTURE
2064M: Steven Miao <realmz6@gmail.com>
2065L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2066T: git git://git.code.sf.net/p/adi-linux/code
2067W: http://blackfin.uclinux.org
2068S: Supported
2069F: arch/blackfin/
2070
2071BLACKFIN EMAC DRIVER
2072L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2073W: http://blackfin.uclinux.org
2074S: Supported
2075F: drivers/net/ethernet/adi/
2076
2077BLACKFIN RTC DRIVER
2078L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2079W: http://blackfin.uclinux.org
2080S: Supported
2081F: drivers/rtc/rtc-bfin.c
2082
2083BLACKFIN SDH DRIVER
2084M: Sonic Zhang <sonic.zhang@analog.com>
2085L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2086W: http://blackfin.uclinux.org
2087S: Supported
2088F: drivers/mmc/host/bfin_sdh.c
2089
2090BLACKFIN SERIAL DRIVER
2091M: Sonic Zhang <sonic.zhang@analog.com>
2092L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2093W: http://blackfin.uclinux.org
2094S: Supported
2095F: drivers/tty/serial/bfin_uart.c
2096
2097BLACKFIN WATCHDOG DRIVER
2098L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2099W: http://blackfin.uclinux.org
2100S: Supported
2101F: drivers/watchdog/bfin_wdt.c
2102
2103BLACKFIN I2C TWI DRIVER
2104M: Sonic Zhang <sonic.zhang@analog.com>
2105L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2106W: http://blackfin.uclinux.org/
2107S: Supported
2108F: drivers/i2c/busses/i2c-bfin-twi.c
2109
2110BLACKFIN MEDIA DRIVER
2111M: Scott Jiang <scott.jiang.linux@gmail.com>
2112L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2113W: http://blackfin.uclinux.org/
2114S: Supported
2115F: drivers/media/platform/blackfin/
2116F: drivers/media/i2c/adv7183*
2117F: drivers/media/i2c/vs6624*
2118
2119BLINKM RGB LED DRIVER
2120M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2121S: Maintained
2122F: drivers/leds/leds-blinkm.c
2123
2124BLOCK LAYER
2125M: Jens Axboe <axboe@kernel.dk>
2126T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2127S: Maintained
2128F: block/
2129F: kernel/trace/blktrace.c
2130
2131BLOCK2MTD DRIVER
2132M: Joern Engel <joern@lazybastard.org>
2133L: linux-mtd@lists.infradead.org
2134S: Maintained
2135F: drivers/mtd/devices/block2mtd.c
2136
2137BLUETOOTH DRIVERS
2138M: Marcel Holtmann <marcel@holtmann.org>
2139M: Gustavo Padovan <gustavo@padovan.org>
2140M: Johan Hedberg <johan.hedberg@gmail.com>
2141L: linux-bluetooth@vger.kernel.org
2142W: http://www.bluez.org/
2143T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2144T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2145S: Maintained
2146F: drivers/bluetooth/
2147
2148BLUETOOTH SUBSYSTEM
2149M: Marcel Holtmann <marcel@holtmann.org>
2150M: Gustavo Padovan <gustavo@padovan.org>
2151M: Johan Hedberg <johan.hedberg@gmail.com>
2152L: linux-bluetooth@vger.kernel.org
2153W: http://www.bluez.org/
2154T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2155T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2156S: Maintained
2157F: net/bluetooth/
2158F: include/net/bluetooth/
2159
2160BONDING DRIVER
2161M: Jay Vosburgh <j.vosburgh@gmail.com>
2162M: Veaceslav Falico <vfalico@gmail.com>
2163M: Andy Gospodarek <gospo@cumulusnetworks.com>
2164L: netdev@vger.kernel.org
2165W: http://sourceforge.net/projects/bonding/
2166S: Supported
2167F: drivers/net/bonding/
2168F: include/uapi/linux/if_bonding.h
2169
2170BPF (Safe dynamic programs and tools)
2171M: Alexei Starovoitov <ast@kernel.org>
2172L: netdev@vger.kernel.org
2173L: linux-kernel@vger.kernel.org
2174S: Supported
2175F: kernel/bpf/
2176
2177BROADCOM B44 10/100 ETHERNET DRIVER
2178M: Gary Zambrano <zambrano@broadcom.com>
2179L: netdev@vger.kernel.org
2180S: Supported
2181F: drivers/net/ethernet/broadcom/b44.*
2182
2183BROADCOM GENET ETHERNET DRIVER
2184M: Florian Fainelli <f.fainelli@gmail.com>
2185L: netdev@vger.kernel.org
2186S: Supported
2187F: drivers/net/ethernet/broadcom/genet/
2188
2189BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2190M: Sony Chacko <sony.chacko@qlogic.com>
2191M: Dept-HSGLinuxNICDev@qlogic.com
2192L: netdev@vger.kernel.org
2193S: Supported
2194F: drivers/net/ethernet/broadcom/bnx2.*
2195F: drivers/net/ethernet/broadcom/bnx2_*
2196
2197BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2198M: Ariel Elior <ariel.elior@qlogic.com>
2199L: netdev@vger.kernel.org
2200S: Supported
2201F: drivers/net/ethernet/broadcom/bnx2x/
2202
2203BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2204M: Florian Fainelli <f.fainelli@gmail.com>
2205M: Ray Jui <rjui@broadcom.com>
2206M: Scott Branden <sbranden@broadcom.com>
2207L: bcm-kernel-feedback-list@broadcom.com
2208T: git git://github.com/broadcom/mach-bcm
2209S: Maintained
2210F: arch/arm/mach-bcm/
2211F: arch/arm/boot/dts/bcm113*
2212F: arch/arm/boot/dts/bcm216*
2213F: arch/arm/boot/dts/bcm281*
2214F: arch/arm/configs/bcm_defconfig
2215F: drivers/mmc/host/sdhci-bcm-kona.c
2216F: drivers/clocksource/bcm_kona_timer.c
2217
2218BROADCOM BCM2835 ARM ARCHITECTURE
2219M: Stephen Warren <swarren@wwwdotorg.org>
2220M: Lee Jones <lee@kernel.org>
2221L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2222T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2223S: Maintained
2224N: bcm2835
2225
2226BROADCOM BCM33XX MIPS ARCHITECTURE
2227M: Kevin Cernekee <cernekee@gmail.com>
2228L: linux-mips@linux-mips.org
2229S: Maintained
2230F: arch/mips/bcm3384/*
2231F: arch/mips/include/asm/mach-bcm3384/*
2232F: arch/mips/kernel/*bmips*
2233
2234BROADCOM BCM47XX MIPS ARCHITECTURE
2235M: Hauke Mehrtens <hauke@hauke-m.de>
2236M: Rafał Miłecki <zajec5@gmail.com>
2237L: linux-mips@linux-mips.org
2238S: Maintained
2239F: arch/mips/bcm47xx/*
2240F: arch/mips/include/asm/mach-bcm47xx/*
2241
2242BROADCOM BCM5301X ARM ARCHITECTURE
2243M: Hauke Mehrtens <hauke@hauke-m.de>
2244L: linux-arm-kernel@lists.infradead.org
2245S: Maintained
2246F: arch/arm/mach-bcm/bcm_5301x.c
2247F: arch/arm/boot/dts/bcm5301x.dtsi
2248F: arch/arm/boot/dts/bcm470*
2249
2250BROADCOM BCM63XX ARM ARCHITECTURE
2251M: Florian Fainelli <f.fainelli@gmail.com>
2252L: linux-arm-kernel@lists.infradead.org
2253T: git git://github.com/broadcom/arm-bcm63xx.git
2254S: Maintained
2255F: arch/arm/mach-bcm/bcm63xx.c
2256F: arch/arm/include/debug/bcm63xx.S
2257
2258BROADCOM BCM63XX/BCM33XX UDC DRIVER
2259M: Kevin Cernekee <cernekee@gmail.com>
2260L: linux-usb@vger.kernel.org
2261S: Maintained
2262F: drivers/usb/gadget/udc/bcm63xx_udc.*
2263
2264BROADCOM BCM7XXX ARM ARCHITECTURE
2265M: Brian Norris <computersforpeace@gmail.com>
2266M: Gregory Fong <gregory.0xf0@gmail.com>
2267M: Florian Fainelli <f.fainelli@gmail.com>
2268L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2269T: git git://github.com/broadcom/stblinux.git
2270S: Maintained
2271F: arch/arm/mach-bcm/*brcmstb*
2272F: arch/arm/boot/dts/bcm7*.dts*
2273F: drivers/bus/brcmstb_gisb.c
2274N: brcmstb
2275
2276BROADCOM BMIPS MIPS ARCHITECTURE
2277M: Kevin Cernekee <cernekee@gmail.com>
2278M: Florian Fainelli <f.fainelli@gmail.com>
2279L: linux-mips@linux-mips.org
2280T: git git://github.com/broadcom/stblinux.git
2281S: Maintained
2282F: arch/mips/bmips/*
2283F: arch/mips/include/asm/mach-bmips/*
2284F: arch/mips/kernel/*bmips*
2285F: arch/mips/boot/dts/brcm/bcm*.dts*
2286F: drivers/irqchip/irq-bcm7*
2287F: drivers/irqchip/irq-brcmstb*
2288
2289BROADCOM TG3 GIGABIT ETHERNET DRIVER
2290M: Prashant Sreedharan <prashant@broadcom.com>
2291M: Michael Chan <mchan@broadcom.com>
2292L: netdev@vger.kernel.org
2293S: Supported
2294F: drivers/net/ethernet/broadcom/tg3.*
2295
2296BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2297M: Brett Rudley <brudley@broadcom.com>
2298M: Arend van Spriel <arend@broadcom.com>
2299M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2300M: Hante Meuleman <meuleman@broadcom.com>
2301L: linux-wireless@vger.kernel.org
2302L: brcm80211-dev-list@broadcom.com
2303S: Supported
2304F: drivers/net/wireless/brcm80211/
2305
2306BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2307M: QLogic-Storage-Upstream@qlogic.com
2308L: linux-scsi@vger.kernel.org
2309S: Supported
2310F: drivers/scsi/bnx2fc/
2311
2312BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2313M: QLogic-Storage-Upstream@qlogic.com
2314L: linux-scsi@vger.kernel.org
2315S: Supported
2316F: drivers/scsi/bnx2i/
2317
2318BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2319M: Ray Jui <rjui@broadcom.com>
2320M: Scott Branden <sbranden@broadcom.com>
2321L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2322L: bcm-kernel-feedback-list@broadcom.com
2323T: git git://github.com/broadcom/cygnus-linux.git
2324S: Maintained
2325N: iproc
2326N: cygnus
2327N: bcm9113*
2328N: bcm9583*
2329N: bcm583*
2330N: bcm113*
2331
2332BROADCOM BRCMSTB GPIO DRIVER
2333M: Gregory Fong <gregory.0xf0@gmail.com>
2334L: bcm-kernel-feedback-list@broadcom.com>
2335S: Supported
2336F: drivers/gpio/gpio-brcmstb.c
2337F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2338
2339BROADCOM KONA GPIO DRIVER
2340M: Ray Jui <rjui@broadcom.com>
2341L: bcm-kernel-feedback-list@broadcom.com
2342S: Supported
2343F: drivers/gpio/gpio-bcm-kona.c
2344F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2345
2346BROADCOM NVRAM DRIVER
2347M: Rafał Miłecki <zajec5@gmail.com>
2348L: linux-mips@linux-mips.org
2349S: Maintained
2350F: drivers/firmware/broadcom/*
2351
2352BROADCOM STB NAND FLASH DRIVER
2353M: Brian Norris <computersforpeace@gmail.com>
2354L: linux-mtd@lists.infradead.org
2355S: Maintained
2356F: drivers/mtd/nand/brcmnand/
2357
2358BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2359M: Rafał Miłecki <zajec5@gmail.com>
2360L: linux-wireless@vger.kernel.org
2361S: Maintained
2362F: drivers/bcma/
2363F: include/linux/bcma/
2364
2365BROADCOM SYSTEMPORT ETHERNET DRIVER
2366M: Florian Fainelli <f.fainelli@gmail.com>
2367L: netdev@vger.kernel.org
2368S: Supported
2369F: drivers/net/ethernet/broadcom/bcmsysport.*
2370
2371BROCADE BFA FC SCSI DRIVER
2372M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2373M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2374L: linux-scsi@vger.kernel.org
2375S: Supported
2376F: drivers/scsi/bfa/
2377
2378BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2379M: Rasesh Mody <rasesh.mody@qlogic.com>
2380L: netdev@vger.kernel.org
2381S: Supported
2382F: drivers/net/ethernet/brocade/bna/
2383
2384BSG (block layer generic sg v4 driver)
2385M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2386L: linux-scsi@vger.kernel.org
2387S: Supported
2388F: block/bsg.c
2389F: include/linux/bsg.h
2390F: include/uapi/linux/bsg.h
2391
2392BT87X AUDIO DRIVER
2393M: Clemens Ladisch <clemens@ladisch.de>
2394L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2395T: git git://git.alsa-project.org/alsa-kernel.git
2396S: Maintained
2397F: Documentation/sound/alsa/Bt87x.txt
2398F: sound/pci/bt87x.c
2399
2400BT8XXGPIO DRIVER
2401M: Michael Buesch <m@bues.ch>
2402W: http://bu3sch.de/btgpio.php
2403S: Maintained
2404F: drivers/gpio/gpio-bt8xx.c
2405
2406BTRFS FILE SYSTEM
2407M: Chris Mason <clm@fb.com>
2408M: Josef Bacik <jbacik@fb.com>
2409M: David Sterba <dsterba@suse.com>
2410L: linux-btrfs@vger.kernel.org
2411W: http://btrfs.wiki.kernel.org/
2412Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2413T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2414S: Maintained
2415F: Documentation/filesystems/btrfs.txt
2416F: fs/btrfs/
2417
2418BTTV VIDEO4LINUX DRIVER
2419M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2420L: linux-media@vger.kernel.org
2421W: http://linuxtv.org
2422T: git git://linuxtv.org/media_tree.git
2423S: Odd fixes
2424F: Documentation/video4linux/bttv/
2425F: drivers/media/pci/bt8xx/bttv*
2426
2427BUSLOGIC SCSI DRIVER
2428M: Khalid Aziz <khalid@gonehiking.org>
2429L: linux-scsi@vger.kernel.org
2430S: Maintained
2431F: drivers/scsi/BusLogic.*
2432F: drivers/scsi/FlashPoint.*
2433
2434C-MEDIA CMI8788 DRIVER
2435M: Clemens Ladisch <clemens@ladisch.de>
2436L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2437T: git git://git.alsa-project.org/alsa-kernel.git
2438S: Maintained
2439F: sound/pci/oxygen/
2440
2441C6X ARCHITECTURE
2442M: Mark Salter <msalter@redhat.com>
2443M: Aurelien Jacquiot <a-jacquiot@ti.com>
2444L: linux-c6x-dev@linux-c6x.org
2445W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2446S: Maintained
2447F: arch/c6x/
2448
2449CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2450M: David Howells <dhowells@redhat.com>
2451L: linux-cachefs@redhat.com
2452S: Supported
2453F: Documentation/filesystems/caching/cachefiles.txt
2454F: fs/cachefiles/
2455
2456CADET FM/AM RADIO RECEIVER DRIVER
2457M: Hans Verkuil <hverkuil@xs4all.nl>
2458L: linux-media@vger.kernel.org
2459T: git git://linuxtv.org/media_tree.git
2460W: http://linuxtv.org
2461S: Maintained
2462F: drivers/media/radio/radio-cadet*
2463
2464CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2465M: Jonathan Corbet <corbet@lwn.net>
2466L: linux-media@vger.kernel.org
2467T: git git://linuxtv.org/media_tree.git
2468S: Maintained
2469F: Documentation/video4linux/cafe_ccic
2470F: drivers/media/platform/marvell-ccic/
2471
2472CAIF NETWORK LAYER
2473M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2474L: netdev@vger.kernel.org
2475S: Supported
2476F: Documentation/networking/caif/
2477F: drivers/net/caif/
2478F: include/uapi/linux/caif/
2479F: include/net/caif/
2480F: net/caif/
2481
2482CALGARY x86-64 IOMMU
2483M: Muli Ben-Yehuda <muli@il.ibm.com>
2484M: "Jon D. Mason" <jdmason@kudzu.us>
2485L: discuss@x86-64.org
2486S: Maintained
2487F: arch/x86/kernel/pci-calgary_64.c
2488F: arch/x86/kernel/tce_64.c
2489F: arch/x86/include/asm/calgary.h
2490F: arch/x86/include/asm/tce.h
2491
2492CAN NETWORK LAYER
2493M: Oliver Hartkopp <socketcan@hartkopp.net>
2494M: Marc Kleine-Budde <mkl@pengutronix.de>
2495L: linux-can@vger.kernel.org
2496W: https://github.com/linux-can
2497T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2498T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2499S: Maintained
2500F: Documentation/networking/can.txt
2501F: net/can/
2502F: include/linux/can/core.h
2503F: include/uapi/linux/can.h
2504F: include/uapi/linux/can/bcm.h
2505F: include/uapi/linux/can/raw.h
2506F: include/uapi/linux/can/gw.h
2507
2508CAN NETWORK DRIVERS
2509M: Wolfgang Grandegger <wg@grandegger.com>
2510M: Marc Kleine-Budde <mkl@pengutronix.de>
2511L: linux-can@vger.kernel.org
2512W: https://github.com/linux-can
2513T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2514T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2515S: Maintained
2516F: drivers/net/can/
2517F: include/linux/can/dev.h
2518F: include/linux/can/platform/
2519F: include/uapi/linux/can/error.h
2520F: include/uapi/linux/can/netlink.h
2521
2522CAPABILITIES
2523M: Serge Hallyn <serge.hallyn@canonical.com>
2524L: linux-security-module@vger.kernel.org
2525S: Supported
2526F: include/linux/capability.h
2527F: include/uapi/linux/capability.h
2528F: security/commoncap.c
2529F: kernel/capability.c
2530
2531CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2532M: Kevin Tsai <ktsai@capellamicro.com>
2533S: Maintained
2534F: drivers/iio/light/cm*
2535F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2536
2537CAVIUM LIQUIDIO NETWORK DRIVER
2538M: Derek Chickles <derek.chickles@caviumnetworks.com>
2539M: Satanand Burla <satananda.burla@caviumnetworks.com>
2540M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2541M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2542L: netdev@vger.kernel.org
2543W: http://www.cavium.com
2544S: Supported
2545F: drivers/net/ethernet/cavium/
2546F: drivers/net/ethernet/cavium/liquidio/
2547
2548CC2520 IEEE-802.15.4 RADIO DRIVER
2549M: Varka Bhadram <varkabhadram@gmail.com>
2550L: linux-wpan@vger.kernel.org
2551S: Maintained
2552F: drivers/net/ieee802154/cc2520.c
2553F: include/linux/spi/cc2520.h
2554F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2555
2556CELL BROADBAND ENGINE ARCHITECTURE
2557M: Arnd Bergmann <arnd@arndb.de>
2558L: linuxppc-dev@lists.ozlabs.org
2559W: http://www.ibm.com/developerworks/power/cell/
2560S: Supported
2561F: arch/powerpc/include/asm/cell*.h
2562F: arch/powerpc/include/asm/spu*.h
2563F: arch/powerpc/include/uapi/asm/spu*.h
2564F: arch/powerpc/oprofile/*cell*
2565F: arch/powerpc/platforms/cell/
2566
2567CEPH COMMON CODE (LIBCEPH)
2568M: Ilya Dryomov <idryomov@gmail.com>
2569M: "Yan, Zheng" <zyan@redhat.com>
2570M: Sage Weil <sage@redhat.com>
2571L: ceph-devel@vger.kernel.org
2572W: http://ceph.com/
2573T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2574T: git git://github.com/ceph/ceph-client.git
2575S: Supported
2576F: net/ceph/
2577F: include/linux/ceph/
2578F: include/linux/crush/
2579
2580CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2581M: "Yan, Zheng" <zyan@redhat.com>
2582M: Sage Weil <sage@redhat.com>
2583M: Ilya Dryomov <idryomov@gmail.com>
2584L: ceph-devel@vger.kernel.org
2585W: http://ceph.com/
2586T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2587T: git git://github.com/ceph/ceph-client.git
2588S: Supported
2589F: Documentation/filesystems/ceph.txt
2590F: fs/ceph/
2591
2592CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2593L: linux-usb@vger.kernel.org
2594S: Orphan
2595F: Documentation/usb/WUSB-Design-overview.txt
2596F: Documentation/usb/wusb-cbaf
2597F: drivers/usb/host/hwa-hc.c
2598F: drivers/usb/host/whci/
2599F: drivers/usb/wusbcore/
2600F: include/linux/usb/wusb*
2601
2602CFAG12864B LCD DRIVER
2603M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2604W: http://miguelojeda.es/auxdisplay.htm
2605W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2606S: Maintained
2607F: drivers/auxdisplay/cfag12864b.c
2608F: include/linux/cfag12864b.h
2609
2610CFAG12864BFB LCD FRAMEBUFFER DRIVER
2611M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2612W: http://miguelojeda.es/auxdisplay.htm
2613W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2614S: Maintained
2615F: drivers/auxdisplay/cfag12864bfb.c
2616F: include/linux/cfag12864b.h
2617
2618CFG80211 and NL80211
2619M: Johannes Berg <johannes@sipsolutions.net>
2620L: linux-wireless@vger.kernel.org
2621W: http://wireless.kernel.org/
2622T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2623T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2624S: Maintained
2625F: include/uapi/linux/nl80211.h
2626F: include/net/cfg80211.h
2627F: net/wireless/*
2628X: net/wireless/wext*
2629
2630CHAR and MISC DRIVERS
2631M: Arnd Bergmann <arnd@arndb.de>
2632M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2633T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2634S: Supported
2635F: drivers/char/*
2636F: drivers/misc/*
2637F: include/linux/miscdevice.h
2638
2639CHECKPATCH
2640M: Andy Whitcroft <apw@canonical.com>
2641M: Joe Perches <joe@perches.com>
2642S: Maintained
2643F: scripts/checkpatch.pl
2644
2645CHINESE DOCUMENTATION
2646M: Harry Wei <harryxiyou@gmail.com>
2647L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2648L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2649S: Maintained
2650F: Documentation/zh_CN/
2651
2652CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2653M: Peter Chen <Peter.Chen@freescale.com>
2654T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2655L: linux-usb@vger.kernel.org
2656S: Maintained
2657F: drivers/usb/chipidea/
2658
2659CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2660M: Hans de Goede <hdegoede@redhat.com>
2661L: linux-input@vger.kernel.org
2662S: Maintained
2663F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2664F: drivers/input/touchscreen/chipone_icn8318.c
2665
2666CHROME HARDWARE PLATFORM SUPPORT
2667M: Olof Johansson <olof@lixom.net>
2668S: Maintained
2669F: drivers/platform/chrome/
2670
2671CISCO VIC ETHERNET NIC DRIVER
2672M: Christian Benvenuti <benve@cisco.com>
2673M: Sujith Sankar <ssujith@cisco.com>
2674M: Govindarajulu Varadarajan <_govind@gmx.com>
2675M: Neel Patel <neepatel@cisco.com>
2676S: Supported
2677F: drivers/net/ethernet/cisco/enic/
2678
2679CISCO VIC LOW LATENCY NIC DRIVER
2680M: Upinder Malhi <umalhi@cisco.com>
2681S: Supported
2682F: drivers/infiniband/hw/usnic
2683
2684CIRRUS LOGIC EP93XX ETHERNET DRIVER
2685M: Hartley Sweeten <hsweeten@visionengravers.com>
2686L: netdev@vger.kernel.org
2687S: Maintained
2688F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2689
2690CIRRUS LOGIC AUDIO CODEC DRIVERS
2691M: Brian Austin <brian.austin@cirrus.com>
2692M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2693L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2694S: Maintained
2695F: sound/soc/codecs/cs*
2696
2697CLEANCACHE API
2698M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2699L: linux-kernel@vger.kernel.org
2700S: Maintained
2701F: mm/cleancache.c
2702F: include/linux/cleancache.h
2703
2704CLK API
2705M: Russell King <linux@arm.linux.org.uk>
2706L: linux-clk@vger.kernel.org
2707S: Maintained
2708F: include/linux/clk.h
2709
2710CLOCKSOURCE, CLOCKEVENT DRIVERS
2711M: Daniel Lezcano <daniel.lezcano@linaro.org>
2712M: Thomas Gleixner <tglx@linutronix.de>
2713L: linux-kernel@vger.kernel.org
2714T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2715S: Supported
2716F: drivers/clocksource
2717
2718CISCO FCOE HBA DRIVER
2719M: Hiral Patel <hiralpat@cisco.com>
2720M: Suma Ramars <sramars@cisco.com>
2721M: Brian Uchino <buchino@cisco.com>
2722L: linux-scsi@vger.kernel.org
2723S: Supported
2724F: drivers/scsi/fnic/
2725
2726CISCO SCSI HBA DRIVER
2727M: Narsimhulu Musini <nmusini@cisco.com>
2728M: Sesidhar Baddela <sebaddel@cisco.com>
2729L: linux-scsi@vger.kernel.org
2730S: Supported
2731F: drivers/scsi/snic/
2732
2733CMPC ACPI DRIVER
2734M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2735M: Daniel Oliveira Nascimento <don@syst.com.br>
2736L: platform-driver-x86@vger.kernel.org
2737S: Supported
2738F: drivers/platform/x86/classmate-laptop.c
2739
2740COBALT MEDIA DRIVER
2741M: Hans Verkuil <hans.verkuil@cisco.com>
2742L: linux-media@vger.kernel.org
2743T: git git://linuxtv.org/media_tree.git
2744W: http://linuxtv.org
2745S: Supported
2746F: drivers/media/pci/cobalt/
2747
2748COCCINELLE/Semantic Patches (SmPL)
2749M: Julia Lawall <Julia.Lawall@lip6.fr>
2750M: Gilles Muller <Gilles.Muller@lip6.fr>
2751M: Nicolas Palix <nicolas.palix@imag.fr>
2752M: Michal Marek <mmarek@suse.com>
2753L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2754T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2755W: http://coccinelle.lip6.fr/
2756S: Supported
2757F: Documentation/coccinelle.txt
2758F: scripts/coccinelle/
2759F: scripts/coccicheck
2760
2761CODA FILE SYSTEM
2762M: Jan Harkes <jaharkes@cs.cmu.edu>
2763M: coda@cs.cmu.edu
2764L: codalist@coda.cs.cmu.edu
2765W: http://www.coda.cs.cmu.edu/
2766S: Maintained
2767F: Documentation/filesystems/coda.txt
2768F: fs/coda/
2769F: include/linux/coda*.h
2770F: include/uapi/linux/coda*.h
2771
2772CODA V4L2 MEM2MEM DRIVER
2773M: Philipp Zabel <p.zabel@pengutronix.de>
2774L: linux-media@vger.kernel.org
2775S: Maintained
2776F: Documentation/devicetree/bindings/media/coda.txt
2777F: drivers/media/platform/coda/
2778
2779COMMON CLK FRAMEWORK
2780M: Michael Turquette <mturquette@baylibre.com>
2781M: Stephen Boyd <sboyd@codeaurora.org>
2782L: linux-clk@vger.kernel.org
2783T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2784S: Maintained
2785F: drivers/clk/
2786X: drivers/clk/clkdev.c
2787F: include/linux/clk-pr*
2788F: include/linux/clk/
2789
2790COMMON INTERNET FILE SYSTEM (CIFS)
2791M: Steve French <sfrench@samba.org>
2792L: linux-cifs@vger.kernel.org
2793L: samba-technical@lists.samba.org (moderated for non-subscribers)
2794W: http://linux-cifs.samba.org/
2795T: git git://git.samba.org/sfrench/cifs-2.6.git
2796S: Supported
2797F: Documentation/filesystems/cifs/
2798F: fs/cifs/
2799
2800COMPACTPCI HOTPLUG CORE
2801M: Scott Murray <scott@spiteful.org>
2802L: linux-pci@vger.kernel.org
2803S: Maintained
2804F: drivers/pci/hotplug/cpci_hotplug*
2805
2806COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2807M: Scott Murray <scott@spiteful.org>
2808L: linux-pci@vger.kernel.org
2809S: Maintained
2810F: drivers/pci/hotplug/cpcihp_zt5550.*
2811
2812COMPACTPCI HOTPLUG GENERIC DRIVER
2813M: Scott Murray <scott@spiteful.org>
2814L: linux-pci@vger.kernel.org
2815S: Maintained
2816F: drivers/pci/hotplug/cpcihp_generic.c
2817
2818COMPAL LAPTOP SUPPORT
2819M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2820L: platform-driver-x86@vger.kernel.org
2821S: Maintained
2822F: drivers/platform/x86/compal-laptop.c
2823
2824CONEXANT ACCESSRUNNER USB DRIVER
2825M: Simon Arlott <cxacru@fire.lp0.eu>
2826L: accessrunner-general@lists.sourceforge.net
2827W: http://accessrunner.sourceforge.net/
2828S: Maintained
2829F: drivers/usb/atm/cxacru.c
2830
2831CONFIGFS
2832M: Joel Becker <jlbec@evilplan.org>
2833T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2834S: Supported
2835F: fs/configfs/
2836F: include/linux/configfs.h
2837
2838CONNECTOR
2839M: Evgeniy Polyakov <zbr@ioremap.net>
2840L: netdev@vger.kernel.org
2841S: Maintained
2842F: drivers/connector/
2843
2844CONTROL GROUP (CGROUP)
2845M: Tejun Heo <tj@kernel.org>
2846M: Li Zefan <lizefan@huawei.com>
2847M: Johannes Weiner <hannes@cmpxchg.org>
2848L: cgroups@vger.kernel.org
2849T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2850S: Maintained
2851F: Documentation/cgroups/
2852F: include/linux/cgroup*
2853F: kernel/cgroup*
2854
2855CONTROL GROUP - CPUSET
2856M: Li Zefan <lizefan@huawei.com>
2857L: cgroups@vger.kernel.org
2858W: http://www.bullopensource.org/cpuset/
2859W: http://oss.sgi.com/projects/cpusets/
2860T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2861S: Maintained
2862F: Documentation/cgroups/cpusets.txt
2863F: include/linux/cpuset.h
2864F: kernel/cpuset.c
2865
2866CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2867M: Johannes Weiner <hannes@cmpxchg.org>
2868M: Michal Hocko <mhocko@kernel.org>
2869L: cgroups@vger.kernel.org
2870L: linux-mm@kvack.org
2871S: Maintained
2872F: mm/memcontrol.c
2873F: mm/swap_cgroup.c
2874
2875CORETEMP HARDWARE MONITORING DRIVER
2876M: Fenghua Yu <fenghua.yu@intel.com>
2877L: lm-sensors@lm-sensors.org
2878S: Maintained
2879F: Documentation/hwmon/coretemp
2880F: drivers/hwmon/coretemp.c
2881
2882COSA/SRP SYNC SERIAL DRIVER
2883M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2884W: http://www.fi.muni.cz/~kas/cosa/
2885S: Maintained
2886F: drivers/net/wan/cosa*
2887
2888CPMAC ETHERNET DRIVER
2889M: Florian Fainelli <florian@openwrt.org>
2890L: netdev@vger.kernel.org
2891S: Maintained
2892F: drivers/net/ethernet/ti/cpmac.c
2893
2894CPU FREQUENCY DRIVERS
2895M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
2896M: Viresh Kumar <viresh.kumar@linaro.org>
2897L: linux-pm@vger.kernel.org
2898S: Maintained
2899T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2900T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2901F: drivers/cpufreq/
2902F: include/linux/cpufreq.h
2903
2904CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2905M: Viresh Kumar <viresh.kumar@linaro.org>
2906M: Sudeep Holla <sudeep.holla@arm.com>
2907L: linux-pm@vger.kernel.org
2908W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2909S: Maintained
2910F: drivers/cpufreq/arm_big_little.h
2911F: drivers/cpufreq/arm_big_little.c
2912F: drivers/cpufreq/arm_big_little_dt.c
2913
2914CPUIDLE DRIVER - ARM BIG LITTLE
2915M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2916M: Daniel Lezcano <daniel.lezcano@linaro.org>
2917L: linux-pm@vger.kernel.org
2918L: linux-arm-kernel@lists.infradead.org
2919T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2920S: Maintained
2921F: drivers/cpuidle/cpuidle-big_little.c
2922
2923CPUIDLE DRIVER - ARM EXYNOS
2924M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2925M: Daniel Lezcano <daniel.lezcano@linaro.org>
2926M: Kukjin Kim <kgene@kernel.org>
2927L: linux-pm@vger.kernel.org
2928L: linux-samsung-soc@vger.kernel.org
2929S: Supported
2930F: drivers/cpuidle/cpuidle-exynos.c
2931F: arch/arm/mach-exynos/pm.c
2932
2933CPUIDLE DRIVERS
2934M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
2935M: Daniel Lezcano <daniel.lezcano@linaro.org>
2936L: linux-pm@vger.kernel.org
2937S: Maintained
2938T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2939F: drivers/cpuidle/*
2940F: include/linux/cpuidle.h
2941
2942CPUID/MSR DRIVER
2943M: "H. Peter Anvin" <hpa@zytor.com>
2944S: Maintained
2945F: arch/x86/kernel/cpuid.c
2946F: arch/x86/kernel/msr.c
2947
2948CPU POWER MONITORING SUBSYSTEM
2949M: Thomas Renninger <trenn@suse.com>
2950L: linux-pm@vger.kernel.org
2951S: Maintained
2952F: tools/power/cpupower/
2953
2954CRAMFS FILESYSTEM
2955W: http://sourceforge.net/projects/cramfs/
2956S: Orphan / Obsolete
2957F: Documentation/filesystems/cramfs.txt
2958F: fs/cramfs/
2959
2960CRIS PORT
2961M: Mikael Starvik <starvik@axis.com>
2962M: Jesper Nilsson <jesper.nilsson@axis.com>
2963L: linux-cris-kernel@axis.com
2964W: http://developer.axis.com
2965S: Maintained
2966F: arch/cris/
2967F: drivers/tty/serial/crisv10.*
2968
2969CRYPTO API
2970M: Herbert Xu <herbert@gondor.apana.org.au>
2971M: "David S. Miller" <davem@davemloft.net>
2972L: linux-crypto@vger.kernel.org
2973T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2974S: Maintained
2975F: Documentation/crypto/
2976F: Documentation/DocBook/crypto-API.tmpl
2977F: arch/*/crypto/
2978F: crypto/
2979F: drivers/crypto/
2980F: include/crypto/
2981
2982CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2983M: Neil Horman <nhorman@tuxdriver.com>
2984L: linux-crypto@vger.kernel.org
2985S: Maintained
2986F: crypto/ansi_cprng.c
2987F: crypto/rng.c
2988
2989CS5535 Audio ALSA driver
2990M: Jaya Kumar <jayakumar.alsa@gmail.com>
2991S: Maintained
2992F: sound/pci/cs5535audio/
2993
2994CW1200 WLAN driver
2995M: Solomon Peachy <pizza@shaftnet.org>
2996S: Maintained
2997F: drivers/net/wireless/cw1200/
2998
2999CX18 VIDEO4LINUX DRIVER
3000M: Andy Walls <awalls@md.metrocast.net>
3001L: ivtv-devel@ivtvdriver.org (subscribers-only)
3002L: linux-media@vger.kernel.org
3003T: git git://linuxtv.org/media_tree.git
3004W: http://linuxtv.org
3005W: http://www.ivtvdriver.org/index.php/Cx18
3006S: Maintained
3007F: Documentation/video4linux/cx18.txt
3008F: drivers/media/pci/cx18/
3009F: include/uapi/linux/ivtv*
3010
3011CX2341X MPEG ENCODER HELPER MODULE
3012M: Hans Verkuil <hverkuil@xs4all.nl>
3013L: linux-media@vger.kernel.org
3014T: git git://linuxtv.org/media_tree.git
3015W: http://linuxtv.org
3016S: Maintained
3017F: drivers/media/common/cx2341x*
3018F: include/media/cx2341x*
3019
3020CX24120 MEDIA DRIVER
3021M: Jemma Denson <jdenson@gmail.com>
3022M: Patrick Boettcher <patrick.boettcher@posteo.de>
3023L: linux-media@vger.kernel.org
3024W: http://linuxtv.org/
3025Q: http://patchwork.linuxtv.org/project/linux-media/list/
3026S: Maintained
3027F: drivers/media/dvb-frontends/cx24120*
3028
3029CX88 VIDEO4LINUX DRIVER
3030M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3031L: linux-media@vger.kernel.org
3032W: http://linuxtv.org
3033T: git git://linuxtv.org/media_tree.git
3034S: Odd fixes
3035F: Documentation/video4linux/cx88/
3036F: drivers/media/pci/cx88/
3037
3038CXD2820R MEDIA DRIVER
3039M: Antti Palosaari <crope@iki.fi>
3040L: linux-media@vger.kernel.org
3041W: http://linuxtv.org/
3042W: http://palosaari.fi/linux/
3043Q: http://patchwork.linuxtv.org/project/linux-media/list/
3044T: git git://linuxtv.org/anttip/media_tree.git
3045S: Maintained
3046F: drivers/media/dvb-frontends/cxd2820r*
3047
3048CXGB3 ETHERNET DRIVER (CXGB3)
3049M: Santosh Raspatur <santosh@chelsio.com>
3050L: netdev@vger.kernel.org
3051W: http://www.chelsio.com
3052S: Supported
3053F: drivers/net/ethernet/chelsio/cxgb3/
3054
3055CXGB3 ISCSI DRIVER (CXGB3I)
3056M: Karen Xie <kxie@chelsio.com>
3057L: linux-scsi@vger.kernel.org
3058W: http://www.chelsio.com
3059S: Supported
3060F: drivers/scsi/cxgbi/cxgb3i
3061
3062CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3063M: Steve Wise <swise@chelsio.com>
3064L: linux-rdma@vger.kernel.org
3065W: http://www.openfabrics.org
3066S: Supported
3067F: drivers/infiniband/hw/cxgb3/
3068
3069CXGB4 ETHERNET DRIVER (CXGB4)
3070M: Hariprasad S <hariprasad@chelsio.com>
3071L: netdev@vger.kernel.org
3072W: http://www.chelsio.com
3073S: Supported
3074F: drivers/net/ethernet/chelsio/cxgb4/
3075
3076CXGB4 ISCSI DRIVER (CXGB4I)
3077M: Karen Xie <kxie@chelsio.com>
3078L: linux-scsi@vger.kernel.org
3079W: http://www.chelsio.com
3080S: Supported
3081F: drivers/scsi/cxgbi/cxgb4i
3082
3083CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3084M: Steve Wise <swise@chelsio.com>
3085L: linux-rdma@vger.kernel.org
3086W: http://www.openfabrics.org
3087S: Supported
3088F: drivers/infiniband/hw/cxgb4/
3089
3090CXGB4VF ETHERNET DRIVER (CXGB4VF)
3091M: Casey Leedom <leedom@chelsio.com>
3092L: netdev@vger.kernel.org
3093W: http://www.chelsio.com
3094S: Supported
3095F: drivers/net/ethernet/chelsio/cxgb4vf/
3096
3097CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3098M: Ian Munsie <imunsie@au1.ibm.com>
3099M: Michael Neuling <mikey@neuling.org>
3100L: linuxppc-dev@lists.ozlabs.org
3101S: Supported
3102F: drivers/misc/cxl/
3103F: include/misc/cxl*
3104F: include/uapi/misc/cxl.h
3105F: Documentation/powerpc/cxl.txt
3106F: Documentation/powerpc/cxl.txt
3107F: Documentation/ABI/testing/sysfs-class-cxl
3108
3109STMMAC ETHERNET DRIVER
3110M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3111L: netdev@vger.kernel.org
3112W: http://www.stlinux.com
3113S: Supported
3114F: drivers/net/ethernet/stmicro/stmmac/
3115
3116CYBERPRO FB DRIVER
3117M: Russell King <linux@arm.linux.org.uk>
3118L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3119W: http://www.arm.linux.org.uk/
3120S: Maintained
3121F: drivers/video/fbdev/cyber2000fb.*
3122
3123CYCLADES ASYNC MUX DRIVER
3124W: http://www.cyclades.com/
3125S: Orphan
3126F: drivers/tty/cyclades.c
3127F: include/linux/cyclades.h
3128F: include/uapi/linux/cyclades.h
3129
3130CYCLADES PC300 DRIVER
3131W: http://www.cyclades.com/
3132S: Orphan
3133F: drivers/net/wan/pc300*
3134
3135CYPRESS_FIRMWARE MEDIA DRIVER
3136M: Antti Palosaari <crope@iki.fi>
3137L: linux-media@vger.kernel.org
3138W: http://linuxtv.org/
3139W: http://palosaari.fi/linux/
3140Q: http://patchwork.linuxtv.org/project/linux-media/list/
3141T: git git://linuxtv.org/anttip/media_tree.git
3142S: Maintained
3143F: drivers/media/common/cypress_firmware*
3144
3145CYTTSP TOUCHSCREEN DRIVER
3146M: Ferruh Yigit <fery@cypress.com>
3147L: linux-input@vger.kernel.org
3148S: Supported
3149F: drivers/input/touchscreen/cyttsp*
3150F: include/linux/input/cyttsp.h
3151
3152DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3153M: Joshua Kinard <kumba@gentoo.org>
3154S: Maintained
3155F: drivers/rtc/rtc-ds1685.c
3156F: include/linux/rtc/ds1685.h
3157
3158DAMA SLAVE for AX.25
3159M: Joerg Reuter <jreuter@yaina.de>
3160W: http://yaina.de/jreuter/
3161W: http://www.qsl.net/dl1bke/
3162L: linux-hams@vger.kernel.org
3163S: Maintained
3164F: net/ax25/af_ax25.c
3165F: net/ax25/ax25_dev.c
3166F: net/ax25/ax25_ds_*
3167F: net/ax25/ax25_in.c
3168F: net/ax25/ax25_out.c
3169F: net/ax25/ax25_timer.c
3170F: net/ax25/sysctl_net_ax25.c
3171
3172DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3173L: netdev@vger.kernel.org
3174S: Orphan
3175F: Documentation/networking/dmfe.txt
3176F: drivers/net/ethernet/dec/tulip/dmfe.c
3177
3178DC390/AM53C974 SCSI driver
3179M: Hannes Reinecke <hare@suse.com>
3180L: linux-scsi@vger.kernel.org
3181S: Maintained
3182F: drivers/scsi/am53c974.c
3183
3184DC395x SCSI driver
3185M: Oliver Neukum <oliver@neukum.org>
3186M: Ali Akcaagac <aliakc@web.de>
3187M: Jamie Lenehan <lenehan@twibble.org>
3188L: dc395x@twibble.org
3189W: http://twibble.org/dist/dc395x/
3190W: http://lists.twibble.org/mailman/listinfo/dc395x/
3191S: Maintained
3192F: Documentation/scsi/dc395x.txt
3193F: drivers/scsi/dc395x.*
3194
3195DCCP PROTOCOL
3196M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3197L: dccp@vger.kernel.org
3198W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3199S: Maintained
3200F: include/linux/dccp.h
3201F: include/uapi/linux/dccp.h
3202F: include/linux/tfrc.h
3203F: net/dccp/
3204
3205DECnet NETWORK LAYER
3206W: http://linux-decnet.sourceforge.net
3207L: linux-decnet-user@lists.sourceforge.net
3208S: Orphan
3209F: Documentation/networking/decnet.txt
3210F: net/decnet/
3211
3212DECSTATION PLATFORM SUPPORT
3213M: "Maciej W. Rozycki" <macro@linux-mips.org>
3214L: linux-mips@linux-mips.org
3215W: http://www.linux-mips.org/wiki/DECstation
3216S: Maintained
3217F: arch/mips/dec/
3218F: arch/mips/include/asm/dec/
3219F: arch/mips/include/asm/mach-dec/
3220
3221DEFXX FDDI NETWORK DRIVER
3222M: "Maciej W. Rozycki" <macro@linux-mips.org>
3223S: Maintained
3224F: drivers/net/fddi/defxx.*
3225
3226DELL LAPTOP DRIVER
3227M: Matthew Garrett <mjg59@srcf.ucam.org>
3228M: Pali Rohár <pali.rohar@gmail.com>
3229L: platform-driver-x86@vger.kernel.org
3230S: Maintained
3231F: drivers/platform/x86/dell-laptop.c
3232
3233DELL LAPTOP RBTN DRIVER
3234M: Pali Rohár <pali.rohar@gmail.com>
3235S: Maintained
3236F: drivers/platform/x86/dell-rbtn.*
3237
3238DELL LAPTOP FREEFALL DRIVER
3239M: Pali Rohár <pali.rohar@gmail.com>
3240S: Maintained
3241F: drivers/platform/x86/dell-smo8800.c
3242
3243DELL LAPTOP SMM DRIVER
3244M: Pali Rohár <pali.rohar@gmail.com>
3245S: Maintained
3246F: drivers/hwmon/dell-smm-hwmon.c
3247F: include/uapi/linux/i8k.h
3248
3249DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3250M: Doug Warzecha <Douglas_Warzecha@dell.com>
3251S: Maintained
3252F: Documentation/dcdbas.txt
3253F: drivers/firmware/dcdbas.*
3254
3255DELL WMI EXTRAS DRIVER
3256M: Matthew Garrett <mjg59@srcf.ucam.org>
3257M: Pali Rohár <pali.rohar@gmail.com>
3258S: Maintained
3259F: drivers/platform/x86/dell-wmi.c
3260
3261DESIGNWARE USB2 DRD IP DRIVER
3262M: John Youn <johnyoun@synopsys.com>
3263L: linux-usb@vger.kernel.org
3264T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3265S: Maintained
3266F: drivers/usb/dwc2/
3267
3268DESIGNWARE USB3 DRD IP DRIVER
3269M: Felipe Balbi <balbi@ti.com>
3270L: linux-usb@vger.kernel.org
3271L: linux-omap@vger.kernel.org
3272T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3273S: Maintained
3274F: drivers/usb/dwc3/
3275
3276DEVICE COREDUMP (DEV_COREDUMP)
3277M: Johannes Berg <johannes@sipsolutions.net>
3278L: linux-kernel@vger.kernel.org
3279S: Maintained
3280F: drivers/base/devcoredump.c
3281F: include/linux/devcoredump.h
3282
3283DEVICE FREQUENCY (DEVFREQ)
3284M: MyungJoo Ham <myungjoo.ham@samsung.com>
3285M: Kyungmin Park <kyungmin.park@samsung.com>
3286L: linux-pm@vger.kernel.org
3287S: Maintained
3288F: drivers/devfreq/
3289
3290DEVICE NUMBER REGISTRY
3291M: Torben Mathiasen <device@lanana.org>
3292W: http://lanana.org/docs/device-list/index.html
3293S: Maintained
3294
3295DEVICE-MAPPER (LVM)
3296M: Alasdair Kergon <agk@redhat.com>
3297M: Mike Snitzer <snitzer@redhat.com>
3298M: dm-devel@redhat.com
3299L: dm-devel@redhat.com
3300W: http://sources.redhat.com/dm
3301Q: http://patchwork.kernel.org/project/dm-devel/list/
3302T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3303T: quilt http://people.redhat.com/agk/patches/linux/editing/
3304S: Maintained
3305F: Documentation/device-mapper/
3306F: drivers/md/dm*
3307F: drivers/md/persistent-data/
3308F: include/linux/device-mapper.h
3309F: include/linux/dm-*.h
3310F: include/uapi/linux/dm-*.h
3311
3312DIALOG SEMICONDUCTOR DRIVERS
3313M: Support Opensource <support.opensource@diasemi.com>
3314W: http://www.dialog-semiconductor.com/products
3315S: Supported
3316F: Documentation/hwmon/da90??
3317F: drivers/gpio/gpio-da90??.c
3318F: drivers/hwmon/da90??-hwmon.c
3319F: drivers/iio/adc/da91??-*.c
3320F: drivers/input/misc/da90??_onkey.c
3321F: drivers/input/touchscreen/da9052_tsi.c
3322F: drivers/leds/leds-da90??.c
3323F: drivers/mfd/da903x.c
3324F: drivers/mfd/da90??-*.c
3325F: drivers/mfd/da91??-*.c
3326F: drivers/power/da9052-battery.c
3327F: drivers/power/da91??-*.c
3328F: drivers/regulator/da903x.c
3329F: drivers/regulator/da9???-regulator.[ch]
3330F: drivers/rtc/rtc-da90??.c
3331F: drivers/video/backlight/da90??_bl.c
3332F: drivers/watchdog/da90??_wdt.c
3333F: include/linux/mfd/da903x.h
3334F: include/linux/mfd/da9052/
3335F: include/linux/mfd/da9055/
3336F: include/linux/mfd/da9063/
3337F: include/linux/mfd/da9150/
3338F: include/sound/da[79]*.h
3339F: sound/soc/codecs/da[79]*.[ch]
3340
3341DIGI NEO AND CLASSIC PCI PRODUCTS
3342M: Lidza Louina <lidza.louina@gmail.com>
3343M: Mark Hounschell <markh@compro.net>
3344L: driverdev-devel@linuxdriverproject.org
3345S: Maintained
3346F: drivers/staging/dgnc/
3347
3348DIGI EPCA PCI PRODUCTS
3349M: Lidza Louina <lidza.louina@gmail.com>
3350M: Mark Hounschell <markh@compro.net>
3351M: Daeseok Youn <daeseok.youn@gmail.com>
3352L: driverdev-devel@linuxdriverproject.org
3353S: Maintained
3354F: drivers/staging/dgap/
3355
3356DIOLAN U2C-12 I2C DRIVER
3357M: Guenter Roeck <linux@roeck-us.net>
3358L: linux-i2c@vger.kernel.org
3359S: Maintained
3360F: drivers/i2c/busses/i2c-diolan-u2c.c
3361
3362DIRECT ACCESS (DAX)
3363M: Matthew Wilcox <willy@linux.intel.com>
3364L: linux-fsdevel@vger.kernel.org
3365S: Supported
3366F: fs/dax.c
3367
3368DIRECTORY NOTIFICATION (DNOTIFY)
3369M: Eric Paris <eparis@parisplace.org>
3370S: Maintained
3371F: Documentation/filesystems/dnotify.txt
3372F: fs/notify/dnotify/
3373F: include/linux/dnotify.h
3374
3375DISK GEOMETRY AND PARTITION HANDLING
3376M: Andries Brouwer <aeb@cwi.nl>
3377W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3378W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3379W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3380S: Maintained
3381
3382DISKQUOTA
3383M: Jan Kara <jack@suse.com>
3384S: Maintained
3385F: Documentation/filesystems/quota.txt
3386F: fs/quota/
3387F: include/linux/quota*.h
3388F: include/uapi/linux/quota*.h
3389
3390DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3391M: Bernie Thompson <bernie@plugable.com>
3392L: linux-fbdev@vger.kernel.org
3393S: Maintained
3394W: http://plugable.com/category/projects/udlfb/
3395F: drivers/video/fbdev/udlfb.c
3396F: include/video/udlfb.h
3397F: Documentation/fb/udlfb.txt
3398
3399DISTRIBUTED LOCK MANAGER (DLM)
3400M: Christine Caulfield <ccaulfie@redhat.com>
3401M: David Teigland <teigland@redhat.com>
3402L: cluster-devel@redhat.com
3403W: http://sources.redhat.com/cluster/
3404T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3405S: Supported
3406F: fs/dlm/
3407
3408DMA BUFFER SHARING FRAMEWORK
3409M: Sumit Semwal <sumit.semwal@linaro.org>
3410S: Maintained
3411L: linux-media@vger.kernel.org
3412L: dri-devel@lists.freedesktop.org
3413L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3414F: drivers/dma-buf/
3415F: include/linux/dma-buf*
3416F: include/linux/reservation.h
3417F: include/linux/*fence.h
3418F: Documentation/dma-buf-sharing.txt
3419T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3420
3421DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3422M: Vinod Koul <vinod.koul@intel.com>
3423L: dmaengine@vger.kernel.org
3424Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3425S: Maintained
3426F: drivers/dma/
3427F: include/linux/dmaengine.h
3428F: Documentation/dmaengine/
3429T: git git://git.infradead.org/users/vkoul/slave-dma.git
3430
3431DME1737 HARDWARE MONITOR DRIVER
3432M: Juerg Haefliger <juergh@gmail.com>
3433L: lm-sensors@lm-sensors.org
3434S: Maintained
3435F: Documentation/hwmon/dme1737
3436F: drivers/hwmon/dme1737.c
3437
3438DMI/SMBIOS SUPPORT
3439M: Jean Delvare <jdelvare@suse.com>
3440S: Maintained
3441T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3442F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3443F: drivers/firmware/dmi-id.c
3444F: drivers/firmware/dmi_scan.c
3445F: include/linux/dmi.h
3446
3447DOCUMENTATION
3448M: Jonathan Corbet <corbet@lwn.net>
3449L: linux-doc@vger.kernel.org
3450S: Maintained
3451F: Documentation/
3452X: Documentation/ABI/
3453X: Documentation/devicetree/
3454X: Documentation/acpi
3455X: Documentation/power
3456X: Documentation/spi
3457T: git git://git.lwn.net/linux-2.6.git docs-next
3458
3459DOUBLETALK DRIVER
3460M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3461L: blinux-list@redhat.com
3462S: Maintained
3463F: drivers/char/dtlk.c
3464F: include/linux/dtlk.h
3465
3466DPT_I2O SCSI RAID DRIVER
3467M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3468L: linux-scsi@vger.kernel.org
3469W: http://www.adaptec.com/
3470S: Maintained
3471F: drivers/scsi/dpt*
3472F: drivers/scsi/dpt/
3473
3474DRBD DRIVER
3475P: Philipp Reisner
3476P: Lars Ellenberg
3477M: drbd-dev@lists.linbit.com
3478L: drbd-user@lists.linbit.com
3479W: http://www.drbd.org
3480T: git git://git.drbd.org/linux-2.6-drbd.git drbd
3481T: git git://git.drbd.org/drbd-8.3.git
3482S: Supported
3483F: drivers/block/drbd/
3484F: lib/lru_cache.c
3485F: Documentation/blockdev/drbd/
3486
3487DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3488M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3489T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3490S: Supported
3491F: Documentation/kobject.txt
3492F: drivers/base/
3493F: fs/debugfs/
3494F: fs/kernfs/
3495F: fs/sysfs/
3496F: include/linux/debugfs.h
3497F: include/linux/kobj*
3498F: lib/kobj*
3499
3500DRM DRIVERS
3501M: David Airlie <airlied@linux.ie>
3502L: dri-devel@lists.freedesktop.org
3503T: git git://people.freedesktop.org/~airlied/linux
3504S: Maintained
3505F: drivers/gpu/drm/
3506F: drivers/gpu/vga/
3507F: include/drm/
3508F: include/uapi/drm/
3509
3510RADEON DRM DRIVERS
3511M: Alex Deucher <alexander.deucher@amd.com>
3512M: Christian König <christian.koenig@amd.com>
3513L: dri-devel@lists.freedesktop.org
3514T: git git://people.freedesktop.org/~agd5f/linux
3515S: Supported
3516F: drivers/gpu/drm/radeon/
3517F: include/uapi/drm/radeon*
3518
3519DRM PANEL DRIVERS
3520M: Thierry Reding <thierry.reding@gmail.com>
3521L: dri-devel@lists.freedesktop.org
3522T: git git://anongit.freedesktop.org/tegra/linux.git
3523S: Maintained
3524F: drivers/gpu/drm/drm_panel.c
3525F: drivers/gpu/drm/panel/
3526F: include/drm/drm_panel.h
3527F: Documentation/devicetree/bindings/panel/
3528
3529INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3530M: Daniel Vetter <daniel.vetter@intel.com>
3531M: Jani Nikula <jani.nikula@linux.intel.com>
3532L: intel-gfx@lists.freedesktop.org
3533L: dri-devel@lists.freedesktop.org
3534Q: http://patchwork.freedesktop.org/project/intel-gfx/
3535T: git git://anongit.freedesktop.org/drm-intel
3536S: Supported
3537F: drivers/gpu/drm/i915/
3538F: include/drm/i915*
3539F: include/uapi/drm/i915*
3540
3541DRM DRIVERS FOR EXYNOS
3542M: Inki Dae <inki.dae@samsung.com>
3543M: Joonyoung Shim <jy0922.shim@samsung.com>
3544M: Seung-Woo Kim <sw0312.kim@samsung.com>
3545M: Kyungmin Park <kyungmin.park@samsung.com>
3546L: dri-devel@lists.freedesktop.org
3547T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3548S: Supported
3549F: drivers/gpu/drm/exynos/
3550F: include/drm/exynos*
3551F: include/uapi/drm/exynos*
3552
3553DRM DRIVERS FOR FREESCALE IMX
3554M: Philipp Zabel <p.zabel@pengutronix.de>
3555L: dri-devel@lists.freedesktop.org
3556S: Maintained
3557F: drivers/gpu/drm/imx/
3558F: Documentation/devicetree/bindings/drm/imx/
3559
3560DRM DRIVERS FOR NVIDIA TEGRA
3561M: Thierry Reding <thierry.reding@gmail.com>
3562M: Terje Bergström <tbergstrom@nvidia.com>
3563L: dri-devel@lists.freedesktop.org
3564L: linux-tegra@vger.kernel.org
3565T: git git://anongit.freedesktop.org/tegra/linux.git
3566S: Supported
3567F: drivers/gpu/drm/tegra/
3568F: drivers/gpu/host1x/
3569F: include/linux/host1x.h
3570F: include/uapi/drm/tegra_drm.h
3571F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3572
3573DRM DRIVERS FOR RENESAS
3574M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3575L: dri-devel@lists.freedesktop.org
3576L: linux-sh@vger.kernel.org
3577T: git git://people.freedesktop.org/~airlied/linux
3578S: Supported
3579F: drivers/gpu/drm/rcar-du/
3580F: drivers/gpu/drm/shmobile/
3581F: include/linux/platform_data/shmob_drm.h
3582
3583DRM DRIVERS FOR ROCKCHIP
3584M: Mark Yao <mark.yao@rock-chips.com>
3585L: dri-devel@lists.freedesktop.org
3586S: Maintained
3587F: drivers/gpu/drm/rockchip/
3588F: Documentation/devicetree/bindings/video/rockchip*
3589
3590DSBR100 USB FM RADIO DRIVER
3591M: Alexey Klimov <klimov.linux@gmail.com>
3592L: linux-media@vger.kernel.org
3593T: git git://linuxtv.org/media_tree.git
3594S: Maintained
3595F: drivers/media/radio/dsbr100.c
3596
3597DSCC4 DRIVER
3598M: Francois Romieu <romieu@fr.zoreil.com>
3599L: netdev@vger.kernel.org
3600S: Maintained
3601F: drivers/net/wan/dscc4.c
3602
3603DT3155 MEDIA DRIVER
3604M: Hans Verkuil <hverkuil@xs4all.nl>
3605L: linux-media@vger.kernel.org
3606T: git git://linuxtv.org/media_tree.git
3607W: http://linuxtv.org
3608S: Odd Fixes
3609F: drivers/media/pci/dt3155/
3610
3611DVB_USB_AF9015 MEDIA DRIVER
3612M: Antti Palosaari <crope@iki.fi>
3613L: linux-media@vger.kernel.org
3614W: http://linuxtv.org/
3615W: http://palosaari.fi/linux/
3616Q: http://patchwork.linuxtv.org/project/linux-media/list/
3617T: git git://linuxtv.org/anttip/media_tree.git
3618S: Maintained
3619F: drivers/media/usb/dvb-usb-v2/af9015*
3620
3621DVB_USB_AF9035 MEDIA DRIVER
3622M: Antti Palosaari <crope@iki.fi>
3623L: linux-media@vger.kernel.org
3624W: http://linuxtv.org/
3625W: http://palosaari.fi/linux/
3626Q: http://patchwork.linuxtv.org/project/linux-media/list/
3627T: git git://linuxtv.org/anttip/media_tree.git
3628S: Maintained
3629F: drivers/media/usb/dvb-usb-v2/af9035*
3630
3631DVB_USB_ANYSEE MEDIA DRIVER
3632M: Antti Palosaari <crope@iki.fi>
3633L: linux-media@vger.kernel.org
3634W: http://linuxtv.org/
3635W: http://palosaari.fi/linux/
3636Q: http://patchwork.linuxtv.org/project/linux-media/list/
3637T: git git://linuxtv.org/anttip/media_tree.git
3638S: Maintained
3639F: drivers/media/usb/dvb-usb-v2/anysee*
3640
3641DVB_USB_AU6610 MEDIA DRIVER
3642M: Antti Palosaari <crope@iki.fi>
3643L: linux-media@vger.kernel.org
3644W: http://linuxtv.org/
3645W: http://palosaari.fi/linux/
3646Q: http://patchwork.linuxtv.org/project/linux-media/list/
3647T: git git://linuxtv.org/anttip/media_tree.git
3648S: Maintained
3649F: drivers/media/usb/dvb-usb-v2/au6610*
3650
3651DVB_USB_CE6230 MEDIA DRIVER
3652M: Antti Palosaari <crope@iki.fi>
3653L: linux-media@vger.kernel.org
3654W: http://linuxtv.org/
3655W: http://palosaari.fi/linux/
3656Q: http://patchwork.linuxtv.org/project/linux-media/list/
3657T: git git://linuxtv.org/anttip/media_tree.git
3658S: Maintained
3659F: drivers/media/usb/dvb-usb-v2/ce6230*
3660
3661DVB_USB_CXUSB MEDIA DRIVER
3662M: Michael Krufky <mkrufky@linuxtv.org>
3663L: linux-media@vger.kernel.org
3664W: http://linuxtv.org/
3665W: http://github.com/mkrufky
3666Q: http://patchwork.linuxtv.org/project/linux-media/list/
3667T: git git://linuxtv.org/media_tree.git
3668S: Maintained
3669F: drivers/media/usb/dvb-usb/cxusb*
3670
3671DVB_USB_EC168 MEDIA DRIVER
3672M: Antti Palosaari <crope@iki.fi>
3673L: linux-media@vger.kernel.org
3674W: http://linuxtv.org/
3675W: http://palosaari.fi/linux/
3676Q: http://patchwork.linuxtv.org/project/linux-media/list/
3677T: git git://linuxtv.org/anttip/media_tree.git
3678S: Maintained
3679F: drivers/media/usb/dvb-usb-v2/ec168*
3680
3681DVB_USB_GL861 MEDIA DRIVER
3682M: Antti Palosaari <crope@iki.fi>
3683L: linux-media@vger.kernel.org
3684W: http://linuxtv.org/
3685Q: http://patchwork.linuxtv.org/project/linux-media/list/
3686T: git git://linuxtv.org/anttip/media_tree.git
3687S: Maintained
3688F: drivers/media/usb/dvb-usb-v2/gl861*
3689
3690DVB_USB_MXL111SF MEDIA DRIVER
3691M: Michael Krufky <mkrufky@linuxtv.org>
3692L: linux-media@vger.kernel.org
3693W: http://linuxtv.org/
3694W: http://github.com/mkrufky
3695Q: http://patchwork.linuxtv.org/project/linux-media/list/
3696T: git git://linuxtv.org/mkrufky/mxl111sf.git
3697S: Maintained
3698F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3699
3700DVB_USB_RTL28XXU MEDIA DRIVER
3701M: Antti Palosaari <crope@iki.fi>
3702L: linux-media@vger.kernel.org
3703W: http://linuxtv.org/
3704W: http://palosaari.fi/linux/
3705Q: http://patchwork.linuxtv.org/project/linux-media/list/
3706T: git git://linuxtv.org/anttip/media_tree.git
3707S: Maintained
3708F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3709
3710DVB_USB_V2 MEDIA DRIVER
3711M: Antti Palosaari <crope@iki.fi>
3712L: linux-media@vger.kernel.org
3713W: http://linuxtv.org/
3714W: http://palosaari.fi/linux/
3715Q: http://patchwork.linuxtv.org/project/linux-media/list/
3716T: git git://linuxtv.org/anttip/media_tree.git
3717S: Maintained
3718F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3719F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3720
3721DYNAMIC DEBUG
3722M: Jason Baron <jbaron@akamai.com>
3723S: Maintained
3724F: lib/dynamic_debug.c
3725F: include/linux/dynamic_debug.h
3726
3727DZ DECSTATION DZ11 SERIAL DRIVER
3728M: "Maciej W. Rozycki" <macro@linux-mips.org>
3729S: Maintained
3730F: drivers/tty/serial/dz.*
3731
3732E3X0 POWER BUTTON DRIVER
3733M: Moritz Fischer <moritz.fischer@ettus.com>
3734L: usrp-users@lists.ettus.com
3735W: http://www.ettus.com
3736S: Supported
3737F: drivers/input/misc/e3x0-button.c
3738F: Documentation/devicetree/bindings/input/e3x0-button.txt
3739
3740E4000 MEDIA DRIVER
3741M: Antti Palosaari <crope@iki.fi>
3742L: linux-media@vger.kernel.org
3743W: http://linuxtv.org/
3744W: http://palosaari.fi/linux/
3745Q: http://patchwork.linuxtv.org/project/linux-media/list/
3746T: git git://linuxtv.org/anttip/media_tree.git
3747S: Maintained
3748F: drivers/media/tuners/e4000*
3749
3750EATA ISA/EISA/PCI SCSI DRIVER
3751M: Dario Ballabio <ballabio_dario@emc.com>
3752L: linux-scsi@vger.kernel.org
3753S: Maintained
3754F: drivers/scsi/eata.c
3755
3756EC100 MEDIA DRIVER
3757M: Antti Palosaari <crope@iki.fi>
3758L: linux-media@vger.kernel.org
3759W: http://linuxtv.org/
3760W: http://palosaari.fi/linux/
3761Q: http://patchwork.linuxtv.org/project/linux-media/list/
3762T: git git://linuxtv.org/anttip/media_tree.git
3763S: Maintained
3764F: drivers/media/dvb-frontends/ec100*
3765
3766ECRYPT FILE SYSTEM
3767M: Tyler Hicks <tyhicks@canonical.com>
3768L: ecryptfs@vger.kernel.org
3769W: http://ecryptfs.org
3770W: https://launchpad.net/ecryptfs
3771S: Supported
3772F: Documentation/filesystems/ecryptfs.txt
3773F: fs/ecryptfs/
3774
3775EDAC-CORE
3776M: Doug Thompson <dougthompson@xmission.com>
3777M: Borislav Petkov <bp@alien8.de>
3778M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3779L: linux-edac@vger.kernel.org
3780W: bluesmoke.sourceforge.net
3781T: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3782T: git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3783S: Supported
3784F: Documentation/edac.txt
3785F: drivers/edac/
3786F: include/linux/edac.h
3787
3788EDAC-AMD64
3789M: Doug Thompson <dougthompson@xmission.com>
3790M: Borislav Petkov <bp@alien8.de>
3791L: linux-edac@vger.kernel.org
3792W: bluesmoke.sourceforge.net
3793S: Maintained
3794F: drivers/edac/amd64_edac*
3795
3796EDAC-CALXEDA
3797M: Doug Thompson <dougthompson@xmission.com>
3798M: Robert Richter <rric@kernel.org>
3799L: linux-edac@vger.kernel.org
3800W: bluesmoke.sourceforge.net
3801S: Maintained
3802F: drivers/edac/highbank*
3803
3804EDAC-CAVIUM
3805M: Ralf Baechle <ralf@linux-mips.org>
3806M: David Daney <david.daney@cavium.com>
3807L: linux-edac@vger.kernel.org
3808L: linux-mips@linux-mips.org
3809W: bluesmoke.sourceforge.net
3810S: Supported
3811F: drivers/edac/octeon_edac*
3812
3813EDAC-E752X
3814M: Mark Gross <mark.gross@intel.com>
3815M: Doug Thompson <dougthompson@xmission.com>
3816L: linux-edac@vger.kernel.org
3817W: bluesmoke.sourceforge.net
3818S: Maintained
3819F: drivers/edac/e752x_edac.c
3820
3821EDAC-E7XXX
3822M: Doug Thompson <dougthompson@xmission.com>
3823L: linux-edac@vger.kernel.org
3824W: bluesmoke.sourceforge.net
3825S: Maintained
3826F: drivers/edac/e7xxx_edac.c
3827
3828EDAC-GHES
3829M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3830L: linux-edac@vger.kernel.org
3831W: bluesmoke.sourceforge.net
3832S: Maintained
3833F: drivers/edac/ghes_edac.c
3834
3835EDAC-I82443BXGX
3836M: Tim Small <tim@buttersideup.com>
3837L: linux-edac@vger.kernel.org
3838W: bluesmoke.sourceforge.net
3839S: Maintained
3840F: drivers/edac/i82443bxgx_edac.c
3841
3842EDAC-I3000
3843M: Jason Uhlenkott <juhlenko@akamai.com>
3844L: linux-edac@vger.kernel.org
3845W: bluesmoke.sourceforge.net
3846S: Maintained
3847F: drivers/edac/i3000_edac.c
3848
3849EDAC-I5000
3850M: Doug Thompson <dougthompson@xmission.com>
3851L: linux-edac@vger.kernel.org
3852W: bluesmoke.sourceforge.net
3853S: Maintained
3854F: drivers/edac/i5000_edac.c
3855
3856EDAC-I5400
3857M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3858L: linux-edac@vger.kernel.org
3859W: bluesmoke.sourceforge.net
3860S: Maintained
3861F: drivers/edac/i5400_edac.c
3862
3863EDAC-I7300
3864M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3865L: linux-edac@vger.kernel.org
3866W: bluesmoke.sourceforge.net
3867S: Maintained
3868F: drivers/edac/i7300_edac.c
3869
3870EDAC-I7CORE
3871M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3872L: linux-edac@vger.kernel.org
3873W: bluesmoke.sourceforge.net
3874S: Maintained
3875F: drivers/edac/i7core_edac.c
3876
3877EDAC-I82975X
3878M: Ranganathan Desikan <ravi@jetztechnologies.com>
3879M: "Arvind R." <arvino55@gmail.com>
3880L: linux-edac@vger.kernel.org
3881W: bluesmoke.sourceforge.net
3882S: Maintained
3883F: drivers/edac/i82975x_edac.c
3884
3885EDAC-IE31200
3886M: Jason Baron <jbaron@akamai.com>
3887L: linux-edac@vger.kernel.org
3888W: bluesmoke.sourceforge.net
3889S: Maintained
3890F: drivers/edac/ie31200_edac.c
3891
3892EDAC-MPC85XX
3893M: Johannes Thumshirn <morbidrsa@gmail.com>
3894L: linux-edac@vger.kernel.org
3895W: bluesmoke.sourceforge.net
3896S: Maintained
3897F: drivers/edac/mpc85xx_edac.[ch]
3898
3899EDAC-PASEMI
3900M: Egor Martovetsky <egor@pasemi.com>
3901L: linux-edac@vger.kernel.org
3902W: bluesmoke.sourceforge.net
3903S: Maintained
3904F: drivers/edac/pasemi_edac.c
3905
3906EDAC-R82600
3907M: Tim Small <tim@buttersideup.com>
3908L: linux-edac@vger.kernel.org
3909W: bluesmoke.sourceforge.net
3910S: Maintained
3911F: drivers/edac/r82600_edac.c
3912
3913EDAC-SBRIDGE
3914M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3915L: linux-edac@vger.kernel.org
3916W: bluesmoke.sourceforge.net
3917S: Maintained
3918F: drivers/edac/sb_edac.c
3919
3920EDAC-XGENE
3921APPLIED MICRO (APM) X-GENE SOC EDAC
3922M: Loc Ho <lho@apm.com>
3923S: Supported
3924F: drivers/edac/xgene_edac.c
3925F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3926
3927EDIROL UA-101/UA-1000 DRIVER
3928M: Clemens Ladisch <clemens@ladisch.de>
3929L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3930T: git git://git.alsa-project.org/alsa-kernel.git
3931S: Maintained
3932F: sound/usb/misc/ua101.c
3933
3934EXTENSIBLE FIRMWARE INTERFACE (EFI)
3935M: Matt Fleming <matt.fleming@intel.com>
3936L: linux-efi@vger.kernel.org
3937T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3938S: Maintained
3939F: Documentation/efi-stub.txt
3940F: arch/ia64/kernel/efi.c
3941F: arch/x86/boot/compressed/eboot.[ch]
3942F: arch/x86/include/asm/efi.h
3943F: arch/x86/platform/efi/*
3944F: drivers/firmware/efi/*
3945F: include/linux/efi*.h
3946
3947EFI VARIABLE FILESYSTEM
3948M: Matthew Garrett <matthew.garrett@nebula.com>
3949M: Jeremy Kerr <jk@ozlabs.org>
3950M: Matt Fleming <matt.fleming@intel.com>
3951T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3952L: linux-efi@vger.kernel.org
3953S: Maintained
3954F: fs/efivarfs/
3955
3956EFIFB FRAMEBUFFER DRIVER
3957L: linux-fbdev@vger.kernel.org
3958M: Peter Jones <pjones@redhat.com>
3959S: Maintained
3960F: drivers/video/fbdev/efifb.c
3961
3962EFS FILESYSTEM
3963W: http://aeschi.ch.eu.org/efs/
3964S: Orphan
3965F: fs/efs/
3966
3967EHCA (IBM GX bus InfiniBand adapter) DRIVER
3968M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3969M: Christoph Raisch <raisch@de.ibm.com>
3970L: linux-rdma@vger.kernel.org
3971S: Supported
3972F: drivers/infiniband/hw/ehca/
3973
3974EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3975M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3976L: netdev@vger.kernel.org
3977S: Maintained
3978F: drivers/net/ethernet/ibm/ehea/
3979
3980EM28XX VIDEO4LINUX DRIVER
3981M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3982L: linux-media@vger.kernel.org
3983W: http://linuxtv.org
3984T: git git://linuxtv.org/media_tree.git
3985S: Maintained
3986F: drivers/media/usb/em28xx/
3987
3988EMBEDDED LINUX
3989M: Paul Gortmaker <paul.gortmaker@windriver.com>
3990M: Matt Mackall <mpm@selenic.com>
3991M: David Woodhouse <dwmw2@infradead.org>
3992L: linux-embedded@vger.kernel.org
3993S: Maintained
3994
3995EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
3996M: James Smart <james.smart@avagotech.com>
3997M: Dick Kennedy <dick.kennedy@avagotech.com>
3998L: linux-scsi@vger.kernel.org
3999W: http://www.avagotech.com
4000S: Supported
4001F: drivers/scsi/lpfc/
4002
4003ENE CB710 FLASH CARD READER DRIVER
4004M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4005S: Maintained
4006F: drivers/misc/cb710/
4007F: drivers/mmc/host/cb710-mmc.*
4008F: include/linux/cb710.h
4009
4010ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4011M: Maxim Levitsky <maximlevitsky@gmail.com>
4012S: Maintained
4013F: drivers/media/rc/ene_ir.*
4014
4015ENHANCED ERROR HANDLING (EEH)
4016M: Gavin Shan <shangw@linux.vnet.ibm.com>
4017L: linuxppc-dev@lists.ozlabs.org
4018S: Supported
4019F: Documentation/powerpc/eeh-pci-error-recovery.txt
4020F: arch/powerpc/kernel/eeh*.c
4021
4022EPSON S1D13XXX FRAMEBUFFER DRIVER
4023M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4024S: Maintained
4025T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4026F: drivers/video/fbdev/s1d13xxxfb.c
4027F: include/video/s1d13xxxfb.h
4028
4029ET131X NETWORK DRIVER
4030M: Mark Einon <mark.einon@gmail.com>
4031S: Odd Fixes
4032F: drivers/net/ethernet/agere/
4033
4034ETHERNET BRIDGE
4035M: Stephen Hemminger <stephen@networkplumber.org>
4036L: bridge@lists.linux-foundation.org
4037L: netdev@vger.kernel.org
4038W: http://www.linuxfoundation.org/en/Net:Bridge
4039S: Maintained
4040F: include/linux/netfilter_bridge/
4041F: net/bridge/
4042
4043ETHERNET PHY LIBRARY
4044M: Florian Fainelli <f.fainelli@gmail.com>
4045L: netdev@vger.kernel.org
4046S: Maintained
4047F: include/linux/phy.h
4048F: include/linux/phy_fixed.h
4049F: drivers/net/phy/
4050F: Documentation/networking/phy.txt
4051F: drivers/of/of_mdio.c
4052F: drivers/of/of_net.c
4053
4054EXT2 FILE SYSTEM
4055M: Jan Kara <jack@suse.com>
4056L: linux-ext4@vger.kernel.org
4057S: Maintained
4058F: Documentation/filesystems/ext2.txt
4059F: fs/ext2/
4060F: include/linux/ext2*
4061
4062EXT3 FILE SYSTEM
4063M: Jan Kara <jack@suse.com>
4064M: Andrew Morton <akpm@linux-foundation.org>
4065M: Andreas Dilger <adilger.kernel@dilger.ca>
4066L: linux-ext4@vger.kernel.org
4067S: Maintained
4068F: Documentation/filesystems/ext3.txt
4069F: fs/ext3/
4070
4071EXT4 FILE SYSTEM
4072M: "Theodore Ts'o" <tytso@mit.edu>
4073M: Andreas Dilger <adilger.kernel@dilger.ca>
4074L: linux-ext4@vger.kernel.org
4075W: http://ext4.wiki.kernel.org
4076Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4077S: Maintained
4078F: Documentation/filesystems/ext4.txt
4079F: fs/ext4/
4080
4081Extended Verification Module (EVM)
4082M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4083L: linux-ima-devel@lists.sourceforge.net
4084L: linux-security-module@vger.kernel.org
4085S: Supported
4086F: security/integrity/evm/
4087
4088EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4089M: MyungJoo Ham <myungjoo.ham@samsung.com>
4090M: Chanwoo Choi <cw00.choi@samsung.com>
4091L: linux-kernel@vger.kernel.org
4092T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4093S: Maintained
4094F: drivers/extcon/
4095F: Documentation/extcon/
4096
4097EXYNOS DP DRIVER
4098M: Jingoo Han <jingoohan1@gmail.com>
4099L: dri-devel@lists.freedesktop.org
4100S: Maintained
4101F: drivers/gpu/drm/exynos/exynos_dp*
4102
4103EXYNOS MIPI DISPLAY DRIVERS
4104M: Inki Dae <inki.dae@samsung.com>
4105M: Donghwa Lee <dh09.lee@samsung.com>
4106M: Kyungmin Park <kyungmin.park@samsung.com>
4107L: linux-fbdev@vger.kernel.org
4108S: Maintained
4109F: drivers/video/fbdev/exynos/exynos_mipi*
4110F: include/video/exynos_mipi*
4111
4112F71805F HARDWARE MONITORING DRIVER
4113M: Jean Delvare <jdelvare@suse.com>
4114L: lm-sensors@lm-sensors.org
4115S: Maintained
4116F: Documentation/hwmon/f71805f
4117F: drivers/hwmon/f71805f.c
4118
4119FC0011 TUNER DRIVER
4120M: Michael Buesch <m@bues.ch>
4121L: linux-media@vger.kernel.org
4122S: Maintained
4123F: drivers/media/tuners/fc0011.h
4124F: drivers/media/tuners/fc0011.c
4125
4126FC2580 MEDIA DRIVER
4127M: Antti Palosaari <crope@iki.fi>
4128L: linux-media@vger.kernel.org
4129W: http://linuxtv.org/
4130W: http://palosaari.fi/linux/
4131Q: http://patchwork.linuxtv.org/project/linux-media/list/
4132T: git git://linuxtv.org/anttip/media_tree.git
4133S: Maintained
4134F: drivers/media/tuners/fc2580*
4135
4136FANOTIFY
4137M: Eric Paris <eparis@redhat.com>
4138S: Maintained
4139F: fs/notify/fanotify/
4140F: include/linux/fanotify.h
4141F: include/uapi/linux/fanotify.h
4142
4143FARSYNC SYNCHRONOUS DRIVER
4144M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4145W: http://www.farsite.co.uk/
4146S: Supported
4147F: drivers/net/wan/farsync.*
4148
4149FAULT INJECTION SUPPORT
4150M: Akinobu Mita <akinobu.mita@gmail.com>
4151S: Supported
4152F: Documentation/fault-injection/
4153F: lib/fault-inject.c
4154
4155FBTFT Framebuffer drivers
4156M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4157M: Noralf Trønnes <noralf@tronnes.org>
4158S: Maintained
4159F: drivers/staging/fbtft/
4160
4161FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4162M: Vasu Dev <vasu.dev@intel.com>
4163L: fcoe-devel@open-fcoe.org
4164W: www.Open-FCoE.org
4165S: Supported
4166F: drivers/scsi/libfc/
4167F: drivers/scsi/fcoe/
4168F: include/scsi/fc/
4169F: include/scsi/libfc.h
4170F: include/scsi/libfcoe.h
4171F: include/uapi/scsi/fc/
4172
4173FILE LOCKING (flock() and fcntl()/lockf())
4174M: Jeff Layton <jlayton@poochiereds.net>
4175M: "J. Bruce Fields" <bfields@fieldses.org>
4176L: linux-fsdevel@vger.kernel.org
4177S: Maintained
4178F: include/linux/fcntl.h
4179F: include/linux/fs.h
4180F: include/uapi/linux/fcntl.h
4181F: include/uapi/linux/fs.h
4182F: fs/fcntl.c
4183F: fs/locks.c
4184
4185FILESYSTEMS (VFS and infrastructure)
4186M: Alexander Viro <viro@zeniv.linux.org.uk>
4187L: linux-fsdevel@vger.kernel.org
4188S: Maintained
4189F: fs/*
4190
4191FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4192M: Riku Voipio <riku.voipio@iki.fi>
4193L: lm-sensors@lm-sensors.org
4194S: Maintained
4195F: drivers/hwmon/f75375s.c
4196F: include/linux/f75375s.h
4197
4198FIREWIRE AUDIO DRIVERS
4199M: Clemens Ladisch <clemens@ladisch.de>
4200L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4201T: git git://git.alsa-project.org/alsa-kernel.git
4202S: Maintained
4203F: sound/firewire/
4204
4205FIREWIRE MEDIA DRIVERS (firedtv)
4206M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4207L: linux-media@vger.kernel.org
4208L: linux1394-devel@lists.sourceforge.net
4209T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4210S: Maintained
4211F: drivers/media/firewire/
4212
4213FIREWIRE SBP-2 TARGET
4214M: Chris Boot <bootc@bootc.net>
4215L: linux-scsi@vger.kernel.org
4216L: target-devel@vger.kernel.org
4217L: linux1394-devel@lists.sourceforge.net
4218T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4219S: Maintained
4220F: drivers/target/sbp/
4221
4222FIREWIRE SUBSYSTEM
4223M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4224L: linux1394-devel@lists.sourceforge.net
4225W: http://ieee1394.wiki.kernel.org/
4226T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4227S: Maintained
4228F: drivers/firewire/
4229F: include/linux/firewire.h
4230F: include/uapi/linux/firewire*.h
4231F: tools/firewire/
4232
4233FIRMWARE LOADER (request_firmware)
4234M: Ming Lei <ming.lei@canonical.com>
4235L: linux-kernel@vger.kernel.org
4236S: Maintained
4237F: Documentation/firmware_class/
4238F: drivers/base/firmware*.c
4239F: include/linux/firmware.h
4240
4241FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4242M: Joshua Morris <josh.h.morris@us.ibm.com>
4243M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4244S: Maintained
4245F: drivers/block/rsxx/
4246
4247FLOPPY DRIVER
4248M: Jiri Kosina <jkosina@suse.com>
4249T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4250S: Odd fixes
4251F: drivers/block/floppy.c
4252
4253FMC SUBSYSTEM
4254M: Alessandro Rubini <rubini@gnudd.com>
4255W: http://www.ohwr.org/projects/fmc-bus
4256S: Supported
4257F: drivers/fmc/
4258F: include/linux/fmc*.h
4259F: include/linux/ipmi-fru.h
4260K: fmc_d.*register
4261
4262FPU EMULATOR
4263M: Bill Metzenthen <billm@melbpc.org.au>
4264W: http://floatingpoint.sourceforge.net/emulator/index.html
4265S: Maintained
4266F: arch/x86/math-emu/
4267
4268FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4269L: netdev@vger.kernel.org
4270S: Orphan
4271F: drivers/net/wan/dlci.c
4272F: drivers/net/wan/sdla.c
4273
4274FRAMEBUFFER LAYER
4275M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4276M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4277L: linux-fbdev@vger.kernel.org
4278W: http://linux-fbdev.sourceforge.net/
4279Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4280T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4281S: Maintained
4282F: Documentation/fb/
4283F: Documentation/devicetree/bindings/fb/
4284F: drivers/video/
4285F: include/video/
4286F: include/linux/fb.h
4287F: include/uapi/video/
4288F: include/uapi/linux/fb.h
4289
4290FREESCALE DIU FRAMEBUFFER DRIVER
4291M: Timur Tabi <timur@tabi.org>
4292L: linux-fbdev@vger.kernel.org
4293S: Maintained
4294F: drivers/video/fbdev/fsl-diu-fb.*
4295
4296FREESCALE DMA DRIVER
4297M: Li Yang <leoli@freescale.com>
4298M: Zhang Wei <zw@zh-kernel.org>
4299L: linuxppc-dev@lists.ozlabs.org
4300S: Maintained
4301F: drivers/dma/fsldma.*
4302
4303FREESCALE I2C CPM DRIVER
4304M: Jochen Friedrich <jochen@scram.de>
4305L: linuxppc-dev@lists.ozlabs.org
4306L: linux-i2c@vger.kernel.org
4307S: Maintained
4308F: drivers/i2c/busses/i2c-cpm.c
4309
4310FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4311M: Sascha Hauer <kernel@pengutronix.de>
4312L: linux-fbdev@vger.kernel.org
4313L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4314S: Maintained
4315F: include/linux/platform_data/video-imxfb.h
4316F: drivers/video/fbdev/imxfb.c
4317
4318FREESCALE QUAD SPI DRIVER
4319M: Han Xu <han.xu@freescale.com>
4320L: linux-mtd@lists.infradead.org
4321S: Maintained
4322F: drivers/mtd/spi-nor/fsl-quadspi.c
4323
4324FREESCALE SOC FS_ENET DRIVER
4325M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4326M: Vitaly Bordug <vbordug@ru.mvista.com>
4327L: linuxppc-dev@lists.ozlabs.org
4328L: netdev@vger.kernel.org
4329S: Maintained
4330F: drivers/net/ethernet/freescale/fs_enet/
4331F: include/linux/fs_enet_pd.h
4332
4333FREESCALE QUICC ENGINE LIBRARY
4334L: linuxppc-dev@lists.ozlabs.org
4335S: Orphan
4336F: arch/powerpc/sysdev/qe_lib/
4337F: arch/powerpc/include/asm/*qe.h
4338
4339FREESCALE USB PERIPHERAL DRIVERS
4340M: Li Yang <leoli@freescale.com>
4341L: linux-usb@vger.kernel.org
4342L: linuxppc-dev@lists.ozlabs.org
4343S: Maintained
4344F: drivers/usb/gadget/udc/fsl*
4345
4346FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4347M: Li Yang <leoli@freescale.com>
4348L: netdev@vger.kernel.org
4349L: linuxppc-dev@lists.ozlabs.org
4350S: Maintained
4351F: drivers/net/ethernet/freescale/ucc_geth*
4352
4353FREESCALE QUICC ENGINE UCC UART DRIVER
4354M: Timur Tabi <timur@tabi.org>
4355L: linuxppc-dev@lists.ozlabs.org
4356S: Maintained
4357F: drivers/tty/serial/ucc_uart.c
4358
4359FREESCALE SOC SOUND DRIVERS
4360M: Timur Tabi <timur@tabi.org>
4361M: Nicolin Chen <nicoleotsuka@gmail.com>
4362M: Xiubo Li <Xiubo.Lee@gmail.com>
4363L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4364L: linuxppc-dev@lists.ozlabs.org
4365S: Maintained
4366F: sound/soc/fsl/fsl*
4367F: sound/soc/fsl/imx*
4368F: sound/soc/fsl/mpc8610_hpcd.c
4369
4370FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4371M: "J. German Rivera" <German.Rivera@freescale.com>
4372L: linux-kernel@vger.kernel.org
4373S: Maintained
4374F: drivers/staging/fsl-mc/
4375
4376FREEVXFS FILESYSTEM
4377M: Christoph Hellwig <hch@infradead.org>
4378W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4379S: Maintained
4380F: fs/freevxfs/
4381
4382FREEZER
4383M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4384M: Pavel Machek <pavel@ucw.cz>
4385L: linux-pm@vger.kernel.org
4386S: Supported
4387F: Documentation/power/freezing-of-tasks.txt
4388F: include/linux/freezer.h
4389F: kernel/freezer.c
4390
4391FRONTSWAP API
4392M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4393L: linux-kernel@vger.kernel.org
4394S: Maintained
4395F: mm/frontswap.c
4396F: include/linux/frontswap.h
4397
4398FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4399M: David Howells <dhowells@redhat.com>
4400L: linux-cachefs@redhat.com
4401S: Supported
4402F: Documentation/filesystems/caching/
4403F: fs/fscache/
4404F: include/linux/fscache*.h
4405
4406F2FS FILE SYSTEM
4407M: Jaegeuk Kim <jaegeuk@kernel.org>
4408M: Changman Lee <cm224.lee@samsung.com>
4409L: linux-f2fs-devel@lists.sourceforge.net
4410W: http://en.wikipedia.org/wiki/F2FS
4411T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4412S: Maintained
4413F: Documentation/filesystems/f2fs.txt
4414F: Documentation/ABI/testing/sysfs-fs-f2fs
4415F: fs/f2fs/
4416F: include/linux/f2fs_fs.h
4417
4418FUJITSU FR-V (FRV) PORT
4419M: David Howells <dhowells@redhat.com>
4420S: Maintained
4421F: arch/frv/
4422
4423FUJITSU LAPTOP EXTRAS
4424M: Jonathan Woithe <jwoithe@just42.net>
4425L: platform-driver-x86@vger.kernel.org
4426S: Maintained
4427F: drivers/platform/x86/fujitsu-laptop.c
4428
4429FUJITSU M-5MO LS CAMERA ISP DRIVER
4430M: Kyungmin Park <kyungmin.park@samsung.com>
4431M: Heungjun Kim <riverful.kim@samsung.com>
4432L: linux-media@vger.kernel.org
4433S: Maintained
4434F: drivers/media/i2c/m5mols/
4435F: include/media/m5mols.h
4436
4437FUJITSU TABLET EXTRAS
4438M: Robert Gerlach <khnz@gmx.de>
4439L: platform-driver-x86@vger.kernel.org
4440S: Maintained
4441F: drivers/platform/x86/fujitsu-tablet.c
4442
4443FUSE: FILESYSTEM IN USERSPACE
4444M: Miklos Szeredi <miklos@szeredi.hu>
4445L: fuse-devel@lists.sourceforge.net
4446W: http://fuse.sourceforge.net/
4447T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4448S: Maintained
4449F: fs/fuse/
4450F: include/uapi/linux/fuse.h
4451F: Documentation/filesystems/fuse.txt
4452
4453FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4454M: Rik Faith <faith@cs.unc.edu>
4455L: linux-scsi@vger.kernel.org
4456S: Odd Fixes (e.g., new signatures)
4457F: drivers/scsi/fdomain.*
4458
4459GCOV BASED KERNEL PROFILING
4460M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4461S: Maintained
4462F: kernel/gcov/
4463F: Documentation/gcov.txt
4464
4465GDT SCSI DISK ARRAY CONTROLLER DRIVER
4466M: Achim Leubner <achim_leubner@adaptec.com>
4467L: linux-scsi@vger.kernel.org
4468W: http://www.icp-vortex.com/
4469S: Supported
4470F: drivers/scsi/gdt*
4471
4472GDB KERNEL DEBUGGING HELPER SCRIPTS
4473M: Jan Kiszka <jan.kiszka@siemens.com>
4474S: Supported
4475F: scripts/gdb/
4476
4477GEMTEK FM RADIO RECEIVER DRIVER
4478M: Hans Verkuil <hverkuil@xs4all.nl>
4479L: linux-media@vger.kernel.org
4480T: git git://linuxtv.org/media_tree.git
4481W: http://linuxtv.org
4482S: Maintained
4483F: drivers/media/radio/radio-gemtek*
4484
4485GENERIC GPIO I2C DRIVER
4486M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4487S: Supported
4488F: drivers/i2c/busses/i2c-gpio.c
4489F: include/linux/i2c-gpio.h
4490
4491GENERIC GPIO I2C MULTIPLEXER DRIVER
4492M: Peter Korsgaard <peter.korsgaard@barco.com>
4493L: linux-i2c@vger.kernel.org
4494S: Supported
4495F: drivers/i2c/muxes/i2c-mux-gpio.c
4496F: include/linux/i2c-mux-gpio.h
4497F: Documentation/i2c/muxes/i2c-mux-gpio
4498
4499GENERIC HDLC (WAN) DRIVERS
4500M: Krzysztof Halasa <khc@pm.waw.pl>
4501W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4502S: Maintained
4503F: drivers/net/wan/c101.c
4504F: drivers/net/wan/hd6457*
4505F: drivers/net/wan/hdlc*
4506F: drivers/net/wan/n2.c
4507F: drivers/net/wan/pc300too.c
4508F: drivers/net/wan/pci200syn.c
4509F: drivers/net/wan/wanxl*
4510
4511GENERIC INCLUDE/ASM HEADER FILES
4512M: Arnd Bergmann <arnd@arndb.de>
4513L: linux-arch@vger.kernel.org
4514T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4515S: Maintained
4516F: include/asm-generic/
4517F: include/uapi/asm-generic/
4518
4519GENERIC PHY FRAMEWORK
4520M: Kishon Vijay Abraham I <kishon@ti.com>
4521L: linux-kernel@vger.kernel.org
4522T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4523S: Supported
4524F: drivers/phy/
4525F: include/linux/phy/
4526
4527GENERIC PM DOMAINS
4528M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4529M: Kevin Hilman <khilman@kernel.org>
4530M: Ulf Hansson <ulf.hansson@linaro.org>
4531L: linux-pm@vger.kernel.org
4532S: Supported
4533F: drivers/base/power/domain*.c
4534F: include/linux/pm_domain.h
4535
4536GENERIC UIO DRIVER FOR PCI DEVICES
4537M: "Michael S. Tsirkin" <mst@redhat.com>
4538L: kvm@vger.kernel.org
4539S: Supported
4540F: drivers/uio/uio_pci_generic.c
4541
4542GET_MAINTAINER SCRIPT
4543M: Joe Perches <joe@perches.com>
4544S: Maintained
4545F: scripts/get_maintainer.pl
4546
4547GFS2 FILE SYSTEM
4548M: Steven Whitehouse <swhiteho@redhat.com>
4549M: Bob Peterson <rpeterso@redhat.com>
4550L: cluster-devel@redhat.com
4551W: http://sources.redhat.com/cluster/
4552T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4553S: Supported
4554F: Documentation/filesystems/gfs2*.txt
4555F: fs/gfs2/
4556F: include/uapi/linux/gfs2_ondisk.h
4557
4558GIGASET ISDN DRIVERS
4559M: Paul Bolle <pebolle@tiscali.nl>
4560L: gigaset307x-common@lists.sourceforge.net
4561W: http://gigaset307x.sourceforge.net/
4562S: Odd Fixes
4563F: Documentation/isdn/README.gigaset
4564F: drivers/isdn/gigaset/
4565F: include/uapi/linux/gigaset_dev.h
4566
4567GO7007 MPEG CODEC
4568M: Hans Verkuil <hans.verkuil@cisco.com>
4569L: linux-media@vger.kernel.org
4570S: Maintained
4571F: drivers/media/usb/go7007/
4572
4573GOODIX TOUCHSCREEN
4574M: Bastien Nocera <hadess@hadess.net>
4575L: linux-input@vger.kernel.org
4576S: Maintained
4577F: drivers/input/touchscreen/goodix.c
4578
4579GPIO SUBSYSTEM
4580M: Linus Walleij <linus.walleij@linaro.org>
4581M: Alexandre Courbot <gnurou@gmail.com>
4582L: linux-gpio@vger.kernel.org
4583T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4584S: Maintained
4585F: Documentation/gpio/
4586F: drivers/gpio/
4587F: include/linux/gpio/
4588F: include/linux/gpio.h
4589F: include/asm-generic/gpio.h
4590
4591GRE DEMULTIPLEXER DRIVER
4592M: Dmitry Kozlov <xeb@mail.ru>
4593L: netdev@vger.kernel.org
4594S: Maintained
4595F: net/ipv4/gre_demux.c
4596F: net/ipv4/gre_offload.c
4597F: include/net/gre.h
4598
4599GRETH 10/100/1G Ethernet MAC device driver
4600M: Kristoffer Glembo <kristoffer@gaisler.com>
4601L: netdev@vger.kernel.org
4602S: Maintained
4603F: drivers/net/ethernet/aeroflex/
4604
4605GSPCA FINEPIX SUBDRIVER
4606M: Frank Zago <frank@zago.net>
4607L: linux-media@vger.kernel.org
4608T: git git://linuxtv.org/media_tree.git
4609S: Maintained
4610F: drivers/media/usb/gspca/finepix.c
4611
4612GSPCA GL860 SUBDRIVER
4613M: Olivier Lorin <o.lorin@laposte.net>
4614L: linux-media@vger.kernel.org
4615T: git git://linuxtv.org/media_tree.git
4616S: Maintained
4617F: drivers/media/usb/gspca/gl860/
4618
4619GSPCA M5602 SUBDRIVER
4620M: Erik Andren <erik.andren@gmail.com>
4621L: linux-media@vger.kernel.org
4622T: git git://linuxtv.org/media_tree.git
4623S: Maintained
4624F: drivers/media/usb/gspca/m5602/
4625
4626GSPCA PAC207 SONIXB SUBDRIVER
4627M: Hans de Goede <hdegoede@redhat.com>
4628L: linux-media@vger.kernel.org
4629T: git git://linuxtv.org/media_tree.git
4630S: Maintained
4631F: drivers/media/usb/gspca/pac207.c
4632
4633GSPCA SN9C20X SUBDRIVER
4634M: Brian Johnson <brijohn@gmail.com>
4635L: linux-media@vger.kernel.org
4636T: git git://linuxtv.org/media_tree.git
4637S: Maintained
4638F: drivers/media/usb/gspca/sn9c20x.c
4639
4640GSPCA T613 SUBDRIVER
4641M: Leandro Costantino <lcostantino@gmail.com>
4642L: linux-media@vger.kernel.org
4643T: git git://linuxtv.org/media_tree.git
4644S: Maintained
4645F: drivers/media/usb/gspca/t613.c
4646
4647GSPCA USB WEBCAM DRIVER
4648M: Hans de Goede <hdegoede@redhat.com>
4649L: linux-media@vger.kernel.org
4650T: git git://linuxtv.org/media_tree.git
4651S: Maintained
4652F: drivers/media/usb/gspca/
4653
4654GUID PARTITION TABLE (GPT)
4655M: Davidlohr Bueso <dave@stgolabs.net>
4656L: linux-efi@vger.kernel.org
4657S: Maintained
4658F: block/partitions/efi.*
4659
4660STK1160 USB VIDEO CAPTURE DRIVER
4661M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4662L: linux-media@vger.kernel.org
4663T: git git://linuxtv.org/media_tree.git
4664S: Maintained
4665F: drivers/media/usb/stk1160/
4666
4667H8/300 ARCHITECTURE
4668M: Yoshinori Sato <ysato@users.sourceforge.jp>
4669L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4670W: http://uclinux-h8.sourceforge.jp
4671T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4672S: Maintained
4673F: arch/h8300/
4674F: drivers/clocksource/h8300_*.c
4675F: drivers/clk/h8300/
4676F: drivers/irqchip/irq-renesas-h8*.c
4677
4678HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4679M: Frank Seidel <frank@f-seidel.de>
4680L: platform-driver-x86@vger.kernel.org
4681W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4682S: Maintained
4683F: drivers/platform/x86/hdaps.c
4684
4685HDPVR USB VIDEO ENCODER DRIVER
4686M: Hans Verkuil <hverkuil@xs4all.nl>
4687L: linux-media@vger.kernel.org
4688T: git git://linuxtv.org/media_tree.git
4689W: http://linuxtv.org
4690S: Odd Fixes
4691F: drivers/media/usb/hdpvr/
4692
4693HWPOISON MEMORY FAILURE HANDLING
4694M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4695L: linux-mm@kvack.org
4696S: Maintained
4697F: mm/memory-failure.c
4698F: mm/hwpoison-inject.c
4699
4700HYPERVISOR VIRTUAL CONSOLE DRIVER
4701L: linuxppc-dev@lists.ozlabs.org
4702S: Odd Fixes
4703F: drivers/tty/hvc/
4704
4705HACKRF MEDIA DRIVER
4706M: Antti Palosaari <crope@iki.fi>
4707L: linux-media@vger.kernel.org
4708W: http://linuxtv.org/
4709W: http://palosaari.fi/linux/
4710Q: http://patchwork.linuxtv.org/project/linux-media/list/
4711T: git git://linuxtv.org/anttip/media_tree.git
4712S: Maintained
4713F: drivers/media/usb/hackrf/
4714
4715HARDWARE MONITORING
4716M: Jean Delvare <jdelvare@suse.com>
4717M: Guenter Roeck <linux@roeck-us.net>
4718L: lm-sensors@lm-sensors.org
4719W: http://www.lm-sensors.org/
4720T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4721T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4722S: Maintained
4723F: Documentation/hwmon/
4724F: drivers/hwmon/
4725F: include/linux/hwmon*.h
4726
4727HARDWARE RANDOM NUMBER GENERATOR CORE
4728M: Matt Mackall <mpm@selenic.com>
4729M: Herbert Xu <herbert@gondor.apana.org.au>
4730L: linux-crypto@vger.kernel.org
4731S: Odd fixes
4732F: Documentation/hw_random.txt
4733F: drivers/char/hw_random/
4734F: include/linux/hw_random.h
4735
4736HARDWARE SPINLOCK CORE
4737M: Ohad Ben-Cohen <ohad@wizery.com>
4738S: Maintained
4739F: Documentation/hwspinlock.txt
4740F: drivers/hwspinlock/hwspinlock_*
4741F: include/linux/hwspinlock.h
4742
4743HARMONY SOUND DRIVER
4744L: linux-parisc@vger.kernel.org
4745S: Maintained
4746F: sound/parisc/harmony.*
4747
4748HD29L2 MEDIA DRIVER
4749M: Antti Palosaari <crope@iki.fi>
4750L: linux-media@vger.kernel.org
4751W: http://linuxtv.org/
4752W: http://palosaari.fi/linux/
4753Q: http://patchwork.linuxtv.org/project/linux-media/list/
4754T: git git://linuxtv.org/anttip/media_tree.git
4755S: Maintained
4756F: drivers/media/dvb-frontends/hd29l2*
4757
4758HEWLETT-PACKARD SMART2 RAID DRIVER
4759L: iss_storagedev@hp.com
4760S: Orphan
4761F: Documentation/blockdev/cpqarray.txt
4762F: drivers/block/cpqarray.*
4763
4764HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4765M: Don Brace <don.brace@pmcs.com>
4766L: iss_storagedev@hp.com
4767L: storagedev@pmcs.com
4768L: linux-scsi@vger.kernel.org
4769S: Supported
4770F: Documentation/scsi/hpsa.txt
4771F: drivers/scsi/hpsa*.[ch]
4772F: include/linux/cciss*.h
4773F: include/uapi/linux/cciss*.h
4774
4775HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4776M: Don Brace <don.brace@pmcs.com>
4777L: iss_storagedev@hp.com
4778L: storagedev@pmcs.com
4779L: linux-scsi@vger.kernel.org
4780S: Supported
4781F: Documentation/blockdev/cciss.txt
4782F: drivers/block/cciss*
4783F: include/linux/cciss_ioctl.h
4784F: include/uapi/linux/cciss_ioctl.h
4785
4786HFS FILESYSTEM
4787L: linux-fsdevel@vger.kernel.org
4788S: Orphan
4789F: Documentation/filesystems/hfs.txt
4790F: fs/hfs/
4791
4792HFSPLUS FILESYSTEM
4793L: linux-fsdevel@vger.kernel.org
4794S: Orphan
4795F: Documentation/filesystems/hfsplus.txt
4796F: fs/hfsplus/
4797
4798HGA FRAMEBUFFER DRIVER
4799M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4800L: linux-nvidia@lists.surfsouth.com
4801W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4802S: Maintained
4803F: drivers/video/fbdev/hgafb.c
4804
4805HIBERNATION (aka Software Suspend, aka swsusp)
4806M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4807M: Pavel Machek <pavel@ucw.cz>
4808L: linux-pm@vger.kernel.org
4809S: Supported
4810F: arch/x86/power/
4811F: drivers/base/power/
4812F: kernel/power/
4813F: include/linux/suspend.h
4814F: include/linux/freezer.h
4815F: include/linux/pm.h
4816F: arch/*/include/asm/suspend*.h
4817
4818HID CORE LAYER
4819M: Jiri Kosina <jkosina@suse.com>
4820L: linux-input@vger.kernel.org
4821T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4822S: Maintained
4823F: drivers/hid/
4824F: include/linux/hid*
4825F: include/uapi/linux/hid*
4826
4827HID SENSOR HUB DRIVERS
4828M: Jiri Kosina <jkosina@suse.com>
4829M: Jonathan Cameron <jic23@kernel.org>
4830M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4831L: linux-input@vger.kernel.org
4832L: linux-iio@vger.kernel.org
4833S: Maintained
4834F: Documentation/hid/hid-sensor*
4835F: drivers/hid/hid-sensor-*
4836F: drivers/iio/*/hid-*
4837F: include/linux/hid-sensor-*
4838
4839HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4840M: Thomas Gleixner <tglx@linutronix.de>
4841L: linux-kernel@vger.kernel.org
4842T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4843S: Maintained
4844F: Documentation/timers/
4845F: kernel/time/hrtimer.c
4846F: kernel/time/clockevents.c
4847F: kernel/time/tick*.*
4848F: kernel/time/timer_*.c
4849F: include/linux/clockchips.h
4850F: include/linux/hrtimer.h
4851
4852HIGH-SPEED SCC DRIVER FOR AX.25
4853L: linux-hams@vger.kernel.org
4854S: Orphan
4855F: drivers/net/hamradio/dmascc.c
4856F: drivers/net/hamradio/scc.c
4857
4858HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4859M: HighPoint Linux Team <linux@highpoint-tech.com>
4860W: http://www.highpoint-tech.com
4861S: Supported
4862F: Documentation/scsi/hptiop.txt
4863F: drivers/scsi/hptiop.c
4864
4865HIPPI
4866M: Jes Sorensen <jes@trained-monkey.org>
4867L: linux-hippi@sunsite.dk
4868S: Maintained
4869F: include/linux/hippidevice.h
4870F: include/uapi/linux/if_hippi.h
4871F: net/802/hippi.c
4872F: drivers/net/hippi/
4873
4874HOST AP DRIVER
4875M: Jouni Malinen <j@w1.fi>
4876L: hostap@shmoo.com (subscribers-only)
4877L: linux-wireless@vger.kernel.org
4878W: http://hostap.epitest.fi/
4879S: Maintained
4880F: drivers/net/wireless/hostap/
4881
4882HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4883L: platform-driver-x86@vger.kernel.org
4884S: Orphan
4885F: drivers/platform/x86/tc1100-wmi.c
4886
4887HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4888M: Jaroslav Kysela <perex@perex.cz>
4889S: Maintained
4890F: drivers/net/ethernet/hp/hp100.*
4891
4892HPET: High Precision Event Timers driver
4893M: Clemens Ladisch <clemens@ladisch.de>
4894S: Maintained
4895F: Documentation/timers/hpet.txt
4896F: drivers/char/hpet.c
4897F: include/linux/hpet.h
4898F: include/uapi/linux/hpet.h
4899
4900HPET: x86
4901S: Orphan
4902F: arch/x86/kernel/hpet.c
4903F: arch/x86/include/asm/hpet.h
4904
4905HPFS FILESYSTEM
4906M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4907W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4908S: Maintained
4909F: fs/hpfs/
4910
4911HSI SUBSYSTEM
4912M: Sebastian Reichel <sre@kernel.org>
4913T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4914S: Maintained
4915F: Documentation/ABI/testing/sysfs-bus-hsi
4916F: Documentation/hsi.txt
4917F: drivers/hsi/
4918F: include/linux/hsi/
4919F: include/uapi/linux/hsi/
4920
4921HSO 3G MODEM DRIVER
4922M: Jan Dumon <j.dumon@option.com>
4923W: http://www.pharscape.org
4924S: Maintained
4925F: drivers/net/usb/hso.c
4926
4927HSR NETWORK PROTOCOL
4928M: Arvid Brodin <arvid.brodin@alten.se>
4929L: netdev@vger.kernel.org
4930S: Maintained
4931F: net/hsr/
4932
4933HTCPEN TOUCHSCREEN DRIVER
4934M: Pau Oliva Fora <pof@eslack.org>
4935L: linux-input@vger.kernel.org
4936S: Maintained
4937F: drivers/input/touchscreen/htcpen.c
4938
4939HUGETLB FILESYSTEM
4940M: Nadia Yvette Chambers <nyc@holomorphy.com>
4941S: Maintained
4942F: fs/hugetlbfs/
4943
4944Hyper-V CORE AND DRIVERS
4945M: "K. Y. Srinivasan" <kys@microsoft.com>
4946M: Haiyang Zhang <haiyangz@microsoft.com>
4947L: devel@linuxdriverproject.org
4948S: Maintained
4949F: arch/x86/include/asm/mshyperv.h
4950F: arch/x86/include/uapi/asm/hyperv.h
4951F: arch/x86/kernel/cpu/mshyperv.c
4952F: drivers/hid/hid-hyperv.c
4953F: drivers/hv/
4954F: drivers/input/serio/hyperv-keyboard.c
4955F: drivers/net/hyperv/
4956F: drivers/scsi/storvsc_drv.c
4957F: drivers/video/fbdev/hyperv_fb.c
4958F: include/linux/hyperv.h
4959F: tools/hv/
4960
4961I2C OVER PARALLEL PORT
4962M: Jean Delvare <jdelvare@suse.com>
4963L: linux-i2c@vger.kernel.org
4964S: Maintained
4965F: Documentation/i2c/busses/i2c-parport
4966F: Documentation/i2c/busses/i2c-parport-light
4967F: drivers/i2c/busses/i2c-parport.c
4968F: drivers/i2c/busses/i2c-parport-light.c
4969
4970I2C/SMBUS CONTROLLER DRIVERS FOR PC
4971M: Jean Delvare <jdelvare@suse.com>
4972L: linux-i2c@vger.kernel.org
4973S: Maintained
4974F: Documentation/i2c/busses/i2c-ali1535
4975F: Documentation/i2c/busses/i2c-ali1563
4976F: Documentation/i2c/busses/i2c-ali15x3
4977F: Documentation/i2c/busses/i2c-amd756
4978F: Documentation/i2c/busses/i2c-amd8111
4979F: Documentation/i2c/busses/i2c-i801
4980F: Documentation/i2c/busses/i2c-nforce2
4981F: Documentation/i2c/busses/i2c-piix4
4982F: Documentation/i2c/busses/i2c-sis5595
4983F: Documentation/i2c/busses/i2c-sis630
4984F: Documentation/i2c/busses/i2c-sis96x
4985F: Documentation/i2c/busses/i2c-via
4986F: Documentation/i2c/busses/i2c-viapro
4987F: drivers/i2c/busses/i2c-ali1535.c
4988F: drivers/i2c/busses/i2c-ali1563.c
4989F: drivers/i2c/busses/i2c-ali15x3.c
4990F: drivers/i2c/busses/i2c-amd756.c
4991F: drivers/i2c/busses/i2c-amd756-s4882.c
4992F: drivers/i2c/busses/i2c-amd8111.c
4993F: drivers/i2c/busses/i2c-i801.c
4994F: drivers/i2c/busses/i2c-isch.c
4995F: drivers/i2c/busses/i2c-nforce2.c
4996F: drivers/i2c/busses/i2c-nforce2-s4985.c
4997F: drivers/i2c/busses/i2c-piix4.c
4998F: drivers/i2c/busses/i2c-sis5595.c
4999F: drivers/i2c/busses/i2c-sis630.c
5000F: drivers/i2c/busses/i2c-sis96x.c
5001F: drivers/i2c/busses/i2c-via.c
5002F: drivers/i2c/busses/i2c-viapro.c
5003
5004I2C/SMBUS ISMT DRIVER
5005M: Seth Heasley <seth.heasley@intel.com>
5006M: Neil Horman <nhorman@tuxdriver.com>
5007L: linux-i2c@vger.kernel.org
5008F: drivers/i2c/busses/i2c-ismt.c
5009F: Documentation/i2c/busses/i2c-ismt
5010
5011I2C/SMBUS STUB DRIVER
5012M: Jean Delvare <jdelvare@suse.com>
5013L: linux-i2c@vger.kernel.org
5014S: Maintained
5015F: drivers/i2c/i2c-stub.c
5016
5017I2C SUBSYSTEM
5018M: Wolfram Sang <wsa@the-dreams.de>
5019L: linux-i2c@vger.kernel.org
5020W: https://i2c.wiki.kernel.org/
5021Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5022T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5023S: Maintained
5024F: Documentation/devicetree/bindings/i2c/
5025F: Documentation/i2c/
5026F: drivers/i2c/
5027F: include/linux/i2c.h
5028F: include/linux/i2c-*.h
5029F: include/uapi/linux/i2c.h
5030F: include/uapi/linux/i2c-*.h
5031
5032I2C ACPI SUPPORT
5033M: Mika Westerberg <mika.westerberg@linux.intel.com>
5034L: linux-i2c@vger.kernel.org
5035L: linux-acpi@vger.kernel.org
5036S: Maintained
5037
5038I2C-TAOS-EVM DRIVER
5039M: Jean Delvare <jdelvare@suse.com>
5040L: linux-i2c@vger.kernel.org
5041S: Maintained
5042F: Documentation/i2c/busses/i2c-taos-evm
5043F: drivers/i2c/busses/i2c-taos-evm.c
5044
5045I2C-TINY-USB DRIVER
5046M: Till Harbaum <till@harbaum.org>
5047L: linux-i2c@vger.kernel.org
5048W: http://www.harbaum.org/till/i2c_tiny_usb
5049S: Maintained
5050F: drivers/i2c/busses/i2c-tiny-usb.c
5051
5052i386 BOOT CODE
5053M: "H. Peter Anvin" <hpa@zytor.com>
5054S: Maintained
5055F: arch/x86/boot/
5056
5057i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5058M: "H. Peter Anvin" <hpa@zytor.com>
5059T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5060S: Maintained
5061
5062IA64 (Itanium) PLATFORM
5063M: Tony Luck <tony.luck@intel.com>
5064M: Fenghua Yu <fenghua.yu@intel.com>
5065L: linux-ia64@vger.kernel.org
5066T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5067S: Maintained
5068F: arch/ia64/
5069
5070IBM Power in-Nest Crypto Acceleration
5071M: Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
5072M: Fionnuala Gunter <fin@linux.vnet.ibm.com>
5073L: linux-crypto@vger.kernel.org
5074S: Supported
5075F: drivers/crypto/nx/Makefile
5076F: drivers/crypto/nx/Kconfig
5077F: drivers/crypto/nx/nx-aes*
5078F: drivers/crypto/nx/nx-sha*
5079F: drivers/crypto/nx/nx.*
5080F: drivers/crypto/nx/nx_csbcpb.h
5081F: drivers/crypto/nx/nx_debugfs.h
5082
5083IBM Power 842 compression accelerator
5084M: Dan Streetman <ddstreet@us.ibm.com>
5085S: Supported
5086F: drivers/crypto/nx/Makefile
5087F: drivers/crypto/nx/Kconfig
5088F: drivers/crypto/nx/nx-842*
5089F: include/linux/sw842.h
5090F: crypto/842.c
5091F: lib/842/
5092
5093IBM Power Linux RAID adapter
5094M: Brian King <brking@us.ibm.com>
5095S: Supported
5096F: drivers/scsi/ipr.*
5097
5098IBM Power Virtual Ethernet Device Driver
5099M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5100L: netdev@vger.kernel.org
5101S: Supported
5102F: drivers/net/ethernet/ibm/ibmveth.*
5103
5104IBM Power Virtual SCSI Device Drivers
5105M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5106L: linux-scsi@vger.kernel.org
5107S: Supported
5108F: drivers/scsi/ibmvscsi/ibmvscsi*
5109F: drivers/scsi/ibmvscsi/viosrp.h
5110
5111IBM Power Virtual FC Device Drivers
5112M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5113L: linux-scsi@vger.kernel.org
5114S: Supported
5115F: drivers/scsi/ibmvscsi/ibmvfc*
5116
5117IBM ServeRAID RAID DRIVER
5118S: Orphan
5119F: drivers/scsi/ips.*
5120
5121ICH LPC AND GPIO DRIVER
5122M: Peter Tyser <ptyser@xes-inc.com>
5123S: Maintained
5124F: drivers/mfd/lpc_ich.c
5125F: drivers/gpio/gpio-ich.c
5126
5127IDE SUBSYSTEM
5128M: "David S. Miller" <davem@davemloft.net>
5129L: linux-ide@vger.kernel.org
5130Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5131T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5132S: Maintained
5133F: Documentation/ide/
5134F: drivers/ide/
5135F: include/linux/ide.h
5136
5137IDEAPAD LAPTOP EXTRAS DRIVER
5138M: Ike Panhc <ike.pan@canonical.com>
5139L: platform-driver-x86@vger.kernel.org
5140W: http://launchpad.net/ideapad-laptop
5141S: Maintained
5142F: drivers/platform/x86/ideapad-laptop.c
5143
5144IDEAPAD LAPTOP SLIDEBAR DRIVER
5145M: Andrey Moiseev <o2g.org.ru@gmail.com>
5146L: linux-input@vger.kernel.org
5147W: https://github.com/o2genum/ideapad-slidebar
5148S: Maintained
5149F: drivers/input/misc/ideapad_slidebar.c
5150
5151IDE/ATAPI DRIVERS
5152M: Borislav Petkov <bp@alien8.de>
5153L: linux-ide@vger.kernel.org
5154S: Maintained
5155F: Documentation/cdrom/ide-cd
5156F: drivers/ide/ide-cd*
5157
5158IDLE-I7300
5159M: Andy Henroid <andrew.d.henroid@intel.com>
5160L: linux-pm@vger.kernel.org
5161S: Supported
5162F: drivers/idle/i7300_idle.c
5163
5164IEEE 802.15.4 SUBSYSTEM
5165M: Alexander Aring <alex.aring@gmail.com>
5166L: linux-wpan@vger.kernel.org
5167W: https://github.com/linux-wpan
5168T: git git://github.com/linux-wpan/linux-wpan-next.git
5169S: Maintained
5170F: net/ieee802154/
5171F: net/mac802154/
5172F: drivers/net/ieee802154/
5173F: include/linux/nl802154.h
5174F: include/linux/ieee802154.h
5175F: include/net/nl802154.h
5176F: include/net/mac802154.h
5177F: include/net/af_ieee802154.h
5178F: include/net/cfg802154.h
5179F: include/net/ieee802154_netdev.h
5180F: Documentation/networking/ieee802154.txt
5181
5182IGORPLUG-USB IR RECEIVER
5183M: Sean Young <sean@mess.org>
5184L: linux-media@vger.kernel.org
5185S: Maintained
5186F: drivers/media/rc/igorplugusb.c
5187
5188IGUANAWORKS USB IR TRANSCEIVER
5189M: Sean Young <sean@mess.org>
5190L: linux-media@vger.kernel.org
5191S: Maintained
5192F: drivers/media/rc/iguanair.c
5193
5194IIO SUBSYSTEM AND DRIVERS
5195M: Jonathan Cameron <jic23@kernel.org>
5196R: Hartmut Knaack <knaack.h@gmx.de>
5197R: Lars-Peter Clausen <lars@metafoo.de>
5198R: Peter Meerwald <pmeerw@pmeerw.net>
5199L: linux-iio@vger.kernel.org
5200S: Maintained
5201F: drivers/iio/
5202F: drivers/staging/iio/
5203F: include/linux/iio/
5204F: tools/iio/
5205
5206IKANOS/ADI EAGLE ADSL USB DRIVER
5207M: Matthieu Castet <castet.matthieu@free.fr>
5208M: Stanislaw Gruszka <stf_xl@wp.pl>
5209S: Maintained
5210F: drivers/usb/atm/ueagle-atm.c
5211
5212INA209 HARDWARE MONITOR DRIVER
5213M: Guenter Roeck <linux@roeck-us.net>
5214L: lm-sensors@lm-sensors.org
5215S: Maintained
5216F: Documentation/hwmon/ina209
5217F: Documentation/devicetree/bindings/i2c/ina209.txt
5218F: drivers/hwmon/ina209.c
5219
5220INA2XX HARDWARE MONITOR DRIVER
5221M: Guenter Roeck <linux@roeck-us.net>
5222L: lm-sensors@lm-sensors.org
5223S: Maintained
5224F: Documentation/hwmon/ina2xx
5225F: drivers/hwmon/ina2xx.c
5226F: include/linux/platform_data/ina2xx.h
5227
5228INDUSTRY PACK SUBSYSTEM (IPACK)
5229M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5230M: Jens Taprogge <jens.taprogge@taprogge.org>
5231M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5232L: industrypack-devel@lists.sourceforge.net
5233W: http://industrypack.sourceforge.net
5234S: Maintained
5235F: drivers/ipack/
5236
5237INGENIC JZ4780 DMA Driver
5238M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5239S: Maintained
5240F: drivers/dma/dma-jz4780.c
5241
5242INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5243M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5244M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5245L: linux-ima-devel@lists.sourceforge.net
5246L: linux-ima-user@lists.sourceforge.net
5247L: linux-security-module@vger.kernel.org
5248S: Supported
5249F: security/integrity/ima/
5250
5251IMGTEC IR DECODER DRIVER
5252M: James Hogan <james.hogan@imgtec.com>
5253S: Maintained
5254F: drivers/media/rc/img-ir/
5255
5256IMS TWINTURBO FRAMEBUFFER DRIVER
5257L: linux-fbdev@vger.kernel.org
5258S: Orphan
5259F: drivers/video/fbdev/imsttfb.c
5260
5261INFINIBAND SUBSYSTEM
5262M: Doug Ledford <dledford@redhat.com>
5263M: Sean Hefty <sean.hefty@intel.com>
5264M: Hal Rosenstock <hal.rosenstock@gmail.com>
5265L: linux-rdma@vger.kernel.org
5266W: http://www.openfabrics.org/
5267Q: http://patchwork.kernel.org/project/linux-rdma/list/
5268T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5269S: Supported
5270F: Documentation/infiniband/
5271F: drivers/infiniband/
5272F: include/uapi/linux/if_infiniband.h
5273F: include/uapi/rdma/
5274F: include/rdma/
5275
5276INOTIFY
5277M: John McCutchan <john@johnmccutchan.com>
5278M: Robert Love <rlove@rlove.org>
5279M: Eric Paris <eparis@parisplace.org>
5280S: Maintained
5281F: Documentation/filesystems/inotify.txt
5282F: fs/notify/inotify/
5283F: include/linux/inotify.h
5284F: include/uapi/linux/inotify.h
5285
5286INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5287M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
5288L: linux-input@vger.kernel.org
5289Q: http://patchwork.kernel.org/project/linux-input/list/
5290T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5291S: Maintained
5292F: drivers/input/
5293F: include/linux/input.h
5294F: include/uapi/linux/input.h
5295F: include/linux/input/
5296
5297INPUT MULTITOUCH (MT) PROTOCOL
5298M: Henrik Rydberg <rydberg@bitmath.org>
5299L: linux-input@vger.kernel.org
5300S: Odd fixes
5301F: Documentation/input/multi-touch-protocol.txt
5302F: drivers/input/input-mt.c
5303K: \b(ABS|SYN)_MT_
5304
5305INTEL ASoC BDW/HSW DRIVERS
5306M: Jie Yang <yang.jie@linux.intel.com>
5307L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5308S: Supported
5309F: sound/soc/intel/common/sst-dsp*
5310F: sound/soc/intel/common/sst-firmware.c
5311F: sound/soc/intel/boards/broadwell.c
5312F: sound/soc/intel/haswell/
5313
5314INTEL C600 SERIES SAS CONTROLLER DRIVER
5315M: Intel SCU Linux support <intel-linux-scu@intel.com>
5316M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5317L: linux-scsi@vger.kernel.org
5318T: git git://git.code.sf.net/p/intel-sas/isci
5319S: Supported
5320F: drivers/scsi/isci/
5321
5322INTEL IDLE DRIVER
5323M: Len Brown <lenb@kernel.org>
5324L: linux-pm@vger.kernel.org
5325T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5326S: Supported
5327F: drivers/idle/intel_idle.c
5328
5329INTEL PSTATE DRIVER
5330M: Kristen Carlson Accardi <kristen@linux.intel.com>
5331L: linux-pm@vger.kernel.org
5332S: Supported
5333F: drivers/cpufreq/intel_pstate.c
5334
5335INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5336M: Maik Broemme <mbroemme@plusserver.de>
5337L: linux-fbdev@vger.kernel.org
5338S: Maintained
5339F: Documentation/fb/intelfb.txt
5340F: drivers/video/fbdev/intelfb/
5341
5342INTEL 810/815 FRAMEBUFFER DRIVER
5343M: Antonino Daplas <adaplas@gmail.com>
5344L: linux-fbdev@vger.kernel.org
5345S: Maintained
5346F: drivers/video/fbdev/i810/
5347
5348INTEL MENLOW THERMAL DRIVER
5349M: Sujith Thomas <sujith.thomas@intel.com>
5350L: platform-driver-x86@vger.kernel.org
5351W: https://01.org/linux-acpi
5352S: Supported
5353F: drivers/platform/x86/intel_menlow.c
5354
5355INTEL IA32 MICROCODE UPDATE SUPPORT
5356M: Borislav Petkov <bp@alien8.de>
5357S: Maintained
5358F: arch/x86/kernel/cpu/microcode/core*
5359F: arch/x86/kernel/cpu/microcode/intel*
5360
5361INTEL I/OAT DMA DRIVER
5362M: Dave Jiang <dave.jiang@intel.com>
5363R: Dan Williams <dan.j.williams@intel.com>
5364L: dmaengine@vger.kernel.org
5365Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5366S: Supported
5367F: drivers/dma/ioat*
5368
5369INTEL IOMMU (VT-d)
5370M: David Woodhouse <dwmw2@infradead.org>
5371L: iommu@lists.linux-foundation.org
5372T: git git://git.infradead.org/iommu-2.6.git
5373S: Supported
5374F: drivers/iommu/intel-iommu.c
5375F: include/linux/intel-iommu.h
5376
5377INTEL IOP-ADMA DMA DRIVER
5378R: Dan Williams <dan.j.williams@intel.com>
5379S: Odd fixes
5380F: drivers/dma/iop-adma.c
5381
5382INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5383M: Krzysztof Halasa <khalasa@piap.pl>
5384S: Maintained
5385F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5386F: arch/arm/mach-ixp4xx/include/mach/npe.h
5387F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5388F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5389F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5390F: drivers/net/wan/ixp4xx_hss.c
5391
5392INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5393M: Deepak Saxena <dsaxena@plexity.net>
5394S: Maintained
5395F: drivers/char/hw_random/ixp4xx-rng.c
5396
5397INTEL ETHERNET DRIVERS
5398M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5399R: Jesse Brandeburg <jesse.brandeburg@intel.com>
5400R: Shannon Nelson <shannon.nelson@intel.com>
5401R: Carolyn Wyborny <carolyn.wyborny@intel.com>
5402R: Don Skidmore <donald.c.skidmore@intel.com>
5403R: Matthew Vick <matthew.vick@intel.com>
5404R: John Ronciak <john.ronciak@intel.com>
5405R: Mitch Williams <mitch.a.williams@intel.com>
5406L: intel-wired-lan@lists.osuosl.org
5407W: http://www.intel.com/support/feedback.htm
5408W: http://e1000.sourceforge.net/
5409Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5410T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5411T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5412S: Supported
5413F: Documentation/networking/e100.txt
5414F: Documentation/networking/e1000.txt
5415F: Documentation/networking/e1000e.txt
5416F: Documentation/networking/igb.txt
5417F: Documentation/networking/igbvf.txt
5418F: Documentation/networking/ixgb.txt
5419F: Documentation/networking/ixgbe.txt
5420F: Documentation/networking/ixgbevf.txt
5421F: Documentation/networking/i40e.txt
5422F: Documentation/networking/i40evf.txt
5423F: drivers/net/ethernet/intel/
5424F: drivers/net/ethernet/intel/*/
5425
5426INTEL-MID GPIO DRIVER
5427M: David Cohen <david.a.cohen@linux.intel.com>
5428L: linux-gpio@vger.kernel.org
5429S: Maintained
5430F: drivers/gpio/gpio-intel-mid.c
5431
5432INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5433M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5434L: linux-wireless@vger.kernel.org
5435S: Maintained
5436F: Documentation/networking/README.ipw2100
5437F: Documentation/networking/README.ipw2200
5438F: drivers/net/wireless/ipw2x00/
5439
5440INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5441M: Richard L Maliszewski <richard.l.maliszewski@intel.com>
5442M: Gang Wei <gang.wei@intel.com>
5443M: Shane Wang <shane.wang@intel.com>
5444L: tboot-devel@lists.sourceforge.net
5445W: http://tboot.sourceforge.net
5446T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5447S: Supported
5448F: Documentation/intel_txt.txt
5449F: include/linux/tboot.h
5450F: arch/x86/kernel/tboot.c
5451
5452INTEL WIRELESS WIMAX CONNECTION 2400
5453M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5454M: linux-wimax@intel.com
5455L: wimax@linuxwimax.org (subscribers-only)
5456S: Supported
5457W: http://linuxwimax.org
5458F: Documentation/wimax/README.i2400m
5459F: drivers/net/wimax/i2400m/
5460F: include/uapi/linux/wimax/i2400m.h
5461
5462INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5463M: Stanislaw Gruszka <sgruszka@redhat.com>
5464L: linux-wireless@vger.kernel.org
5465S: Supported
5466F: drivers/net/wireless/iwlegacy/
5467
5468INTEL WIRELESS WIFI LINK (iwlwifi)
5469M: Johannes Berg <johannes.berg@intel.com>
5470M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5471M: Intel Linux Wireless <ilw@linux.intel.com>
5472L: linux-wireless@vger.kernel.org
5473W: http://intellinuxwireless.org
5474T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5475S: Supported
5476F: drivers/net/wireless/iwlwifi/
5477
5478INTEL MANAGEMENT ENGINE (mei)
5479M: Tomas Winkler <tomas.winkler@intel.com>
5480L: linux-kernel@vger.kernel.org
5481S: Supported
5482F: include/uapi/linux/mei.h
5483F: include/linux/mei_cl_bus.h
5484F: drivers/misc/mei/*
5485F: Documentation/misc-devices/mei/*
5486
5487INTEL PMC IPC DRIVER
5488M: Zha Qipeng<qipeng.zha@intel.com>
5489L: platform-driver-x86@vger.kernel.org
5490S: Maintained
5491F: drivers/platform/x86/intel_pmc_ipc.c
5492F: arch/x86/include/asm/intel_pmc_ipc.h
5493
5494IOC3 ETHERNET DRIVER
5495M: Ralf Baechle <ralf@linux-mips.org>
5496L: linux-mips@linux-mips.org
5497S: Maintained
5498F: drivers/net/ethernet/sgi/ioc3-eth.c
5499
5500IOC3 SERIAL DRIVER
5501M: Pat Gefre <pfg@sgi.com>
5502L: linux-serial@vger.kernel.org
5503S: Maintained
5504F: drivers/tty/serial/ioc3_serial.c
5505
5506IOMMU DRIVERS
5507M: Joerg Roedel <joro@8bytes.org>
5508L: iommu@lists.linux-foundation.org
5509T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5510S: Maintained
5511F: drivers/iommu/
5512
5513IP MASQUERADING
5514M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5515S: Maintained
5516F: net/ipv4/netfilter/ipt_MASQUERADE.c
5517
5518IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5519M: Francois Romieu <romieu@fr.zoreil.com>
5520M: Sorbica Shieh <sorbica@icplus.com.tw>
5521L: netdev@vger.kernel.org
5522S: Maintained
5523F: drivers/net/ethernet/icplus/ipg.*
5524
5525IPATH DRIVER
5526M: Mike Marciniszyn <infinipath@intel.com>
5527L: linux-rdma@vger.kernel.org
5528S: Maintained
5529F: drivers/infiniband/hw/ipath/
5530
5531IPMI SUBSYSTEM
5532M: Corey Minyard <minyard@acm.org>
5533L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5534W: http://openipmi.sourceforge.net/
5535S: Supported
5536F: Documentation/IPMI.txt
5537F: drivers/char/ipmi/
5538F: include/linux/ipmi*
5539F: include/uapi/linux/ipmi*
5540
5541QCOM AUDIO (ASoC) DRIVERS
5542M: Patrick Lai <plai@codeaurora.org>
5543M: Banajit Goswami <bgoswami@codeaurora.org>
5544L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5545S: Supported
5546F: sound/soc/qcom/
5547
5548IPS SCSI RAID DRIVER
5549M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5550L: linux-scsi@vger.kernel.org
5551W: http://www.adaptec.com/
5552S: Maintained
5553F: drivers/scsi/ips*
5554
5555IPVS
5556M: Wensong Zhang <wensong@linux-vs.org>
5557M: Simon Horman <horms@verge.net.au>
5558M: Julian Anastasov <ja@ssi.bg>
5559L: netdev@vger.kernel.org
5560L: lvs-devel@vger.kernel.org
5561S: Maintained
5562F: Documentation/networking/ipvs-sysctl.txt
5563F: include/net/ip_vs.h
5564F: include/uapi/linux/ip_vs.h
5565F: net/netfilter/ipvs/
5566
5567IPWIRELESS DRIVER
5568M: Jiri Kosina <jkosina@suse.com>
5569M: David Sterba <dsterba@suse.com>
5570S: Odd Fixes
5571F: drivers/tty/ipwireless/
5572
5573IPX NETWORK LAYER
5574M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5575L: netdev@vger.kernel.org
5576S: Maintained
5577F: include/net/ipx.h
5578F: include/uapi/linux/ipx.h
5579F: net/ipx/
5580
5581IRDA SUBSYSTEM
5582M: Samuel Ortiz <samuel@sortiz.org>
5583L: irda-users@lists.sourceforge.net (subscribers-only)
5584L: netdev@vger.kernel.org
5585W: http://irda.sourceforge.net/
5586S: Maintained
5587T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5588F: Documentation/networking/irda.txt
5589F: drivers/net/irda/
5590F: include/net/irda/
5591F: net/irda/
5592
5593IRQ SUBSYSTEM
5594M: Thomas Gleixner <tglx@linutronix.de>
5595L: linux-kernel@vger.kernel.org
5596S: Maintained
5597T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5598F: kernel/irq/
5599
5600IRQCHIP DRIVERS
5601M: Thomas Gleixner <tglx@linutronix.de>
5602M: Jason Cooper <jason@lakedaemon.net>
5603L: linux-kernel@vger.kernel.org
5604S: Maintained
5605T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5606T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5607F: Documentation/devicetree/bindings/interrupt-controller/
5608F: drivers/irqchip/
5609
5610IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5611M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5612S: Maintained
5613F: Documentation/IRQ-domain.txt
5614F: include/linux/irqdomain.h
5615F: kernel/irq/irqdomain.c
5616
5617ISAPNP
5618M: Jaroslav Kysela <perex@perex.cz>
5619S: Maintained
5620F: Documentation/isapnp.txt
5621F: drivers/pnp/isapnp/
5622F: include/linux/isapnp.h
5623
5624ISA RADIO MODULE
5625M: Hans Verkuil <hverkuil@xs4all.nl>
5626L: linux-media@vger.kernel.org
5627T: git git://linuxtv.org/media_tree.git
5628W: http://linuxtv.org
5629S: Maintained
5630F: drivers/media/radio/radio-isa*
5631
5632iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5633M: Peter Jones <pjones@redhat.com>
5634M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5635S: Maintained
5636F: drivers/firmware/iscsi_ibft*
5637
5638ISCSI
5639M: Mike Christie <michaelc@cs.wisc.edu>
5640L: open-iscsi@googlegroups.com
5641W: www.open-iscsi.org
5642T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5643S: Maintained
5644F: drivers/scsi/*iscsi*
5645F: include/scsi/*iscsi*
5646
5647ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5648M: Or Gerlitz <ogerlitz@mellanox.com>
5649M: Sagi Grimberg <sagig@mellanox.com>
5650M: Roi Dayan <roid@mellanox.com>
5651L: linux-rdma@vger.kernel.org
5652S: Supported
5653W: http://www.openfabrics.org
5654W: www.open-iscsi.org
5655Q: http://patchwork.kernel.org/project/linux-rdma/list/
5656F: drivers/infiniband/ulp/iser/
5657
5658ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5659M: Sagi Grimberg <sagig@mellanox.com>
5660T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5661L: linux-rdma@vger.kernel.org
5662L: target-devel@vger.kernel.org
5663S: Supported
5664W: http://www.linux-iscsi.org
5665F: drivers/infiniband/ulp/isert
5666
5667ISDN SUBSYSTEM
5668M: Karsten Keil <isdn@linux-pingi.de>
5669L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5670L: netdev@vger.kernel.org
5671W: http://www.isdn4linux.de
5672T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5673S: Maintained
5674F: Documentation/isdn/
5675F: drivers/isdn/
5676F: include/linux/isdn.h
5677F: include/linux/isdn/
5678F: include/uapi/linux/isdn.h
5679F: include/uapi/linux/isdn/
5680
5681ISDN SUBSYSTEM (Eicon active card driver)
5682M: Armin Schindler <mac@melware.de>
5683L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5684W: http://www.melware.de
5685S: Maintained
5686F: drivers/isdn/hardware/eicon/
5687
5688IT87 HARDWARE MONITORING DRIVER
5689M: Jean Delvare <jdelvare@suse.com>
5690L: lm-sensors@lm-sensors.org
5691S: Maintained
5692F: Documentation/hwmon/it87
5693F: drivers/hwmon/it87.c
5694
5695IT913X MEDIA DRIVER
5696M: Antti Palosaari <crope@iki.fi>
5697L: linux-media@vger.kernel.org
5698W: http://linuxtv.org/
5699W: http://palosaari.fi/linux/
5700Q: http://patchwork.linuxtv.org/project/linux-media/list/
5701T: git git://linuxtv.org/anttip/media_tree.git
5702S: Maintained
5703F: drivers/media/tuners/it913x*
5704
5705IVTV VIDEO4LINUX DRIVER
5706M: Andy Walls <awalls@md.metrocast.net>
5707L: ivtv-devel@ivtvdriver.org (subscribers-only)
5708L: linux-media@vger.kernel.org
5709T: git git://linuxtv.org/media_tree.git
5710W: http://www.ivtvdriver.org
5711S: Maintained
5712F: Documentation/video4linux/*.ivtv
5713F: drivers/media/pci/ivtv/
5714F: include/uapi/linux/ivtv*
5715
5716IX2505V MEDIA DRIVER
5717M: Malcolm Priestley <tvboxspy@gmail.com>
5718L: linux-media@vger.kernel.org
5719W: http://linuxtv.org/
5720Q: http://patchwork.linuxtv.org/project/linux-media/list/
5721S: Maintained
5722F: drivers/media/dvb-frontends/ix2505v*
5723
5724JC42.4 TEMPERATURE SENSOR DRIVER
5725M: Guenter Roeck <linux@roeck-us.net>
5726L: lm-sensors@lm-sensors.org
5727S: Maintained
5728F: drivers/hwmon/jc42.c
5729F: Documentation/hwmon/jc42
5730
5731JFS FILESYSTEM
5732M: Dave Kleikamp <shaggy@kernel.org>
5733L: jfs-discussion@lists.sourceforge.net
5734W: http://jfs.sourceforge.net/
5735T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5736S: Maintained
5737F: Documentation/filesystems/jfs.txt
5738F: fs/jfs/
5739
5740JME NETWORK DRIVER
5741M: Guo-Fu Tseng <cooldavid@cooldavid.org>
5742L: netdev@vger.kernel.org
5743S: Maintained
5744F: drivers/net/ethernet/jme.*
5745
5746JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5747M: David Woodhouse <dwmw2@infradead.org>
5748L: linux-mtd@lists.infradead.org
5749W: http://www.linux-mtd.infradead.org/doc/jffs2.html
5750S: Maintained
5751F: fs/jffs2/
5752F: include/uapi/linux/jffs2.h
5753
5754JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5755M: Andrew Morton <akpm@linux-foundation.org>
5756M: Jan Kara <jack@suse.com>
5757L: linux-ext4@vger.kernel.org
5758S: Maintained
5759F: fs/jbd/
5760F: include/linux/jbd.h
5761
5762JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5763M: "Theodore Ts'o" <tytso@mit.edu>
5764L: linux-ext4@vger.kernel.org
5765S: Maintained
5766F: fs/jbd2/
5767F: include/linux/jbd2.h
5768
5769JSM Neo PCI based serial card
5770M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5771L: linux-serial@vger.kernel.org
5772S: Maintained
5773F: drivers/tty/serial/jsm/
5774
5775K10TEMP HARDWARE MONITORING DRIVER
5776M: Clemens Ladisch <clemens@ladisch.de>
5777L: lm-sensors@lm-sensors.org
5778S: Maintained
5779F: Documentation/hwmon/k10temp
5780F: drivers/hwmon/k10temp.c
5781
5782K8TEMP HARDWARE MONITORING DRIVER
5783M: Rudolf Marek <r.marek@assembler.cz>
5784L: lm-sensors@lm-sensors.org
5785S: Maintained
5786F: Documentation/hwmon/k8temp
5787F: drivers/hwmon/k8temp.c
5788
5789KCONFIG
5790M: "Yann E. MORIN" <yann.morin.1998@free.fr>
5791L: linux-kbuild@vger.kernel.org
5792T: git git://gitorious.org/linux-kconfig/linux-kconfig
5793S: Maintained
5794F: Documentation/kbuild/kconfig-language.txt
5795F: scripts/kconfig/
5796
5797KDUMP
5798M: Vivek Goyal <vgoyal@redhat.com>
5799M: Haren Myneni <hbabu@us.ibm.com>
5800L: kexec@lists.infradead.org
5801W: http://lse.sourceforge.net/kdump/
5802S: Maintained
5803F: Documentation/kdump/
5804
5805KEENE FM RADIO TRANSMITTER DRIVER
5806M: Hans Verkuil <hverkuil@xs4all.nl>
5807L: linux-media@vger.kernel.org
5808T: git git://linuxtv.org/media_tree.git
5809W: http://linuxtv.org
5810S: Maintained
5811F: drivers/media/radio/radio-keene*
5812
5813KERNEL AUTOMOUNTER v4 (AUTOFS4)
5814M: Ian Kent <raven@themaw.net>
5815L: autofs@vger.kernel.org
5816S: Maintained
5817F: fs/autofs4/
5818
5819KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5820M: Michal Marek <mmarek@suse.com>
5821T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5822T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5823L: linux-kbuild@vger.kernel.org
5824S: Maintained
5825F: Documentation/kbuild/
5826F: Makefile
5827F: scripts/Makefile.*
5828F: scripts/basic/
5829F: scripts/mk*
5830F: scripts/package/
5831
5832KERNEL JANITORS
5833L: kernel-janitors@vger.kernel.org
5834W: http://kernelnewbies.org/KernelJanitors
5835S: Odd Fixes
5836
5837KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5838M: "J. Bruce Fields" <bfields@fieldses.org>
5839L: linux-nfs@vger.kernel.org
5840W: http://nfs.sourceforge.net/
5841S: Supported
5842F: fs/nfsd/
5843F: include/uapi/linux/nfsd/
5844F: fs/lockd/
5845F: fs/nfs_common/
5846F: net/sunrpc/
5847F: include/linux/lockd/
5848F: include/linux/sunrpc/
5849F: include/uapi/linux/sunrpc/
5850
5851KERNEL SELFTEST FRAMEWORK
5852M: Shuah Khan <shuahkh@osg.samsung.com>
5853L: linux-api@vger.kernel.org
5854T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5855S: Maintained
5856F: tools/testing/selftests
5857
5858KERNEL VIRTUAL MACHINE (KVM)
5859M: Gleb Natapov <gleb@kernel.org>
5860M: Paolo Bonzini <pbonzini@redhat.com>
5861L: kvm@vger.kernel.org
5862W: http://www.linux-kvm.org
5863T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5864S: Supported
5865F: Documentation/*/kvm*.txt
5866F: Documentation/virtual/kvm/
5867F: arch/*/kvm/
5868F: arch/x86/kernel/kvm.c
5869F: arch/x86/kernel/kvmclock.c
5870F: arch/*/include/asm/kvm*
5871F: include/linux/kvm*
5872F: include/uapi/linux/kvm*
5873F: virt/kvm/
5874
5875KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5876M: Joerg Roedel <joro@8bytes.org>
5877L: kvm@vger.kernel.org
5878W: http://kvm.qumranet.com
5879S: Maintained
5880F: arch/x86/include/asm/svm.h
5881F: arch/x86/kvm/svm.c
5882
5883KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5884M: Alexander Graf <agraf@suse.com>
5885L: kvm-ppc@vger.kernel.org
5886W: http://kvm.qumranet.com
5887T: git git://github.com/agraf/linux-2.6.git
5888S: Supported
5889F: arch/powerpc/include/asm/kvm*
5890F: arch/powerpc/kvm/
5891
5892KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5893M: Christian Borntraeger <borntraeger@de.ibm.com>
5894M: Cornelia Huck <cornelia.huck@de.ibm.com>
5895M: linux390@de.ibm.com
5896L: linux-s390@vger.kernel.org
5897W: http://www.ibm.com/developerworks/linux/linux390/
5898S: Supported
5899F: Documentation/s390/kvm.txt
5900F: arch/s390/include/asm/kvm*
5901F: arch/s390/kvm/
5902
5903KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5904M: Christoffer Dall <christoffer.dall@linaro.org>
5905M: Marc Zyngier <marc.zyngier@arm.com>
5906L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5907L: kvmarm@lists.cs.columbia.edu
5908W: http://systems.cs.columbia.edu/projects/kvm-arm
5909S: Supported
5910F: arch/arm/include/uapi/asm/kvm*
5911F: arch/arm/include/asm/kvm*
5912F: arch/arm/kvm/
5913F: virt/kvm/arm/
5914F: include/kvm/arm_*
5915
5916KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5917M: Christoffer Dall <christoffer.dall@linaro.org>
5918M: Marc Zyngier <marc.zyngier@arm.com>
5919L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5920L: kvmarm@lists.cs.columbia.edu
5921S: Maintained
5922F: arch/arm64/include/uapi/asm/kvm*
5923F: arch/arm64/include/asm/kvm*
5924F: arch/arm64/kvm/
5925
5926KEXEC
5927M: Eric Biederman <ebiederm@xmission.com>
5928W: http://kernel.org/pub/linux/utils/kernel/kexec/
5929L: kexec@lists.infradead.org
5930S: Maintained
5931F: include/linux/kexec.h
5932F: include/uapi/linux/kexec.h
5933F: kernel/kexec.c
5934
5935KEYS/KEYRINGS:
5936M: David Howells <dhowells@redhat.com>
5937L: keyrings@linux-nfs.org
5938S: Maintained
5939F: Documentation/security/keys.txt
5940F: include/linux/key.h
5941F: include/linux/key-type.h
5942F: include/keys/
5943F: security/keys/
5944
5945KEYS-TRUSTED
5946M: David Safford <safford@us.ibm.com>
5947M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5948L: linux-security-module@vger.kernel.org
5949L: keyrings@linux-nfs.org
5950S: Supported
5951F: Documentation/security/keys-trusted-encrypted.txt
5952F: include/keys/trusted-type.h
5953F: security/keys/trusted.c
5954F: security/keys/trusted.h
5955
5956KEYS-ENCRYPTED
5957M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5958M: David Safford <safford@us.ibm.com>
5959L: linux-security-module@vger.kernel.org
5960L: keyrings@linux-nfs.org
5961S: Supported
5962F: Documentation/security/keys-trusted-encrypted.txt
5963F: include/keys/encrypted-type.h
5964F: security/keys/encrypted-keys/
5965
5966KGDB / KDB /debug_core
5967M: Jason Wessel <jason.wessel@windriver.com>
5968W: http://kgdb.wiki.kernel.org/
5969L: kgdb-bugreport@lists.sourceforge.net
5970S: Maintained
5971F: Documentation/DocBook/kgdb.tmpl
5972F: drivers/misc/kgdbts.c
5973F: drivers/tty/serial/kgdboc.c
5974F: include/linux/kdb.h
5975F: include/linux/kgdb.h
5976F: kernel/debug/
5977
5978KMEMCHECK
5979M: Vegard Nossum <vegardno@ifi.uio.no>
5980M: Pekka Enberg <penberg@kernel.org>
5981S: Maintained
5982F: Documentation/kmemcheck.txt
5983F: arch/x86/include/asm/kmemcheck.h
5984F: arch/x86/mm/kmemcheck/
5985F: include/linux/kmemcheck.h
5986F: mm/kmemcheck.c
5987
5988KMEMLEAK
5989M: Catalin Marinas <catalin.marinas@arm.com>
5990S: Maintained
5991F: Documentation/kmemleak.txt
5992F: include/linux/kmemleak.h
5993F: mm/kmemleak.c
5994F: mm/kmemleak-test.c
5995
5996KPROBES
5997M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5998M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5999M: "David S. Miller" <davem@davemloft.net>
6000M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6001S: Maintained
6002F: Documentation/kprobes.txt
6003F: include/linux/kprobes.h
6004F: kernel/kprobes.c
6005
6006KS0108 LCD CONTROLLER DRIVER
6007M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6008W: http://miguelojeda.es/auxdisplay.htm
6009W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6010S: Maintained
6011F: Documentation/auxdisplay/ks0108
6012F: drivers/auxdisplay/ks0108.c
6013F: include/linux/ks0108.h
6014
6015LAPB module
6016L: linux-x25@vger.kernel.org
6017S: Orphan
6018F: Documentation/networking/lapb-module.txt
6019F: include/*/lapb.h
6020F: net/lapb/
6021
6022LASI 53c700 driver for PARISC
6023M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6024L: linux-scsi@vger.kernel.org
6025S: Maintained
6026F: Documentation/scsi/53c700.txt
6027F: drivers/scsi/53c700*
6028
6029LED SUBSYSTEM
6030M: Bryan Wu <cooloney@gmail.com>
6031M: Richard Purdie <rpurdie@rpsys.net>
6032M: Jacek Anaszewski <j.anaszewski@samsung.com>
6033L: linux-leds@vger.kernel.org
6034T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
6035S: Maintained
6036F: drivers/leds/
6037F: include/linux/leds.h
6038
6039LEGACY EEPROM DRIVER
6040M: Jean Delvare <jdelvare@suse.com>
6041S: Maintained
6042F: Documentation/misc-devices/eeprom
6043F: drivers/misc/eeprom/eeprom.c
6044
6045LEGO USB Tower driver
6046M: Juergen Stuber <starblue@users.sourceforge.net>
6047L: legousb-devel@lists.sourceforge.net
6048W: http://legousb.sourceforge.net/
6049S: Maintained
6050F: drivers/usb/misc/legousbtower.c
6051
6052LG2160 MEDIA DRIVER
6053M: Michael Krufky <mkrufky@linuxtv.org>
6054L: linux-media@vger.kernel.org
6055W: http://linuxtv.org/
6056W: http://github.com/mkrufky
6057Q: http://patchwork.linuxtv.org/project/linux-media/list/
6058T: git git://linuxtv.org/mkrufky/tuners.git
6059S: Maintained
6060F: drivers/media/dvb-frontends/lg2160.*
6061
6062LGDT3305 MEDIA DRIVER
6063M: Michael Krufky <mkrufky@linuxtv.org>
6064L: linux-media@vger.kernel.org
6065W: http://linuxtv.org/
6066W: http://github.com/mkrufky
6067Q: http://patchwork.linuxtv.org/project/linux-media/list/
6068T: git git://linuxtv.org/mkrufky/tuners.git
6069S: Maintained
6070F: drivers/media/dvb-frontends/lgdt3305.*
6071
6072LGUEST
6073M: Rusty Russell <rusty@rustcorp.com.au>
6074L: lguest@lists.ozlabs.org
6075W: http://lguest.ozlabs.org/
6076S: Odd Fixes
6077F: arch/x86/include/asm/lguest*.h
6078F: arch/x86/lguest/
6079F: drivers/lguest/
6080F: include/linux/lguest*.h
6081F: tools/lguest/
6082
6083LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6084M: Tejun Heo <tj@kernel.org>
6085L: linux-ide@vger.kernel.org
6086T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6087S: Maintained
6088F: drivers/ata/
6089F: include/linux/ata.h
6090F: include/linux/libata.h
6091
6092LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6093M: Viresh Kumar <vireshk@kernel.org>
6094L: linux-ide@vger.kernel.org
6095T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6096S: Maintained
6097F: include/linux/pata_arasan_cf_data.h
6098F: drivers/ata/pata_arasan_cf.c
6099
6100LIBATA PATA DRIVERS
6101M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6102M: Tejun Heo <tj@kernel.org>
6103L: linux-ide@vger.kernel.org
6104T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6105S: Maintained
6106F: drivers/ata/pata_*.c
6107F: drivers/ata/ata_generic.c
6108
6109LIBATA SATA AHCI PLATFORM devices support
6110M: Hans de Goede <hdegoede@redhat.com>
6111M: Tejun Heo <tj@kernel.org>
6112L: linux-ide@vger.kernel.org
6113T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6114S: Maintained
6115F: drivers/ata/ahci_platform.c
6116F: drivers/ata/libahci_platform.c
6117F: include/linux/ahci_platform.h
6118
6119LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6120M: Mikael Pettersson <mikpelinux@gmail.com>
6121L: linux-ide@vger.kernel.org
6122T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6123S: Maintained
6124F: drivers/ata/sata_promise.*
6125
6126LIBLOCKDEP
6127M: Sasha Levin <sasha.levin@oracle.com>
6128S: Maintained
6129F: tools/lib/lockdep/
6130
6131LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6132M: Dan Williams <dan.j.williams@intel.com>
6133L: linux-nvdimm@lists.01.org
6134Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6135S: Supported
6136F: drivers/nvdimm/*
6137F: include/linux/nd.h
6138F: include/linux/libnvdimm.h
6139F: include/uapi/linux/ndctl.h
6140
6141LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6142M: Ross Zwisler <ross.zwisler@linux.intel.com>
6143L: linux-nvdimm@lists.01.org
6144Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6145S: Supported
6146F: drivers/nvdimm/blk.c
6147F: drivers/nvdimm/region_devs.c
6148F: drivers/acpi/nfit*
6149
6150LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6151M: Vishal Verma <vishal.l.verma@intel.com>
6152L: linux-nvdimm@lists.01.org
6153Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6154S: Supported
6155F: drivers/nvdimm/btt*
6156
6157LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6158M: Ross Zwisler <ross.zwisler@linux.intel.com>
6159L: linux-nvdimm@lists.01.org
6160Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6161S: Supported
6162F: drivers/nvdimm/pmem.c
6163F: include/linux/pmem.h
6164
6165LINUX FOR IBM pSERIES (RS/6000)
6166M: Paul Mackerras <paulus@au.ibm.com>
6167W: http://www.ibm.com/linux/ltc/projects/ppc
6168S: Supported
6169F: arch/powerpc/boot/rs6000.h
6170
6171LINUX FOR POWERPC (32-BIT AND 64-BIT)
6172M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6173M: Paul Mackerras <paulus@samba.org>
6174M: Michael Ellerman <mpe@ellerman.id.au>
6175W: http://www.penguinppc.org/
6176L: linuxppc-dev@lists.ozlabs.org
6177Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6178T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6179S: Supported
6180F: Documentation/powerpc/
6181F: arch/powerpc/
6182
6183LINUX FOR POWER MACINTOSH
6184M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6185W: http://www.penguinppc.org/
6186L: linuxppc-dev@lists.ozlabs.org
6187S: Maintained
6188F: arch/powerpc/platforms/powermac/
6189F: drivers/macintosh/
6190
6191LINUX FOR POWERPC EMBEDDED MPC5XXX
6192M: Anatolij Gustschin <agust@denx.de>
6193L: linuxppc-dev@lists.ozlabs.org
6194T: git git://git.denx.de/linux-denx-agust.git
6195S: Maintained
6196F: arch/powerpc/platforms/512x/
6197F: arch/powerpc/platforms/52xx/
6198
6199LINUX FOR POWERPC EMBEDDED PPC4XX
6200M: Alistair Popple <alistair@popple.id.au>
6201M: Matt Porter <mporter@kernel.crashing.org>
6202W: http://www.penguinppc.org/
6203L: linuxppc-dev@lists.ozlabs.org
6204S: Maintained
6205F: arch/powerpc/platforms/40x/
6206F: arch/powerpc/platforms/44x/
6207
6208LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6209L: linuxppc-dev@lists.ozlabs.org
6210S: Orphan
6211F: arch/powerpc/*/*virtex*
6212F: arch/powerpc/*/*/*virtex*
6213
6214LINUX FOR POWERPC EMBEDDED PPC8XX
6215M: Vitaly Bordug <vitb@kernel.crashing.org>
6216W: http://www.penguinppc.org/
6217L: linuxppc-dev@lists.ozlabs.org
6218S: Maintained
6219F: arch/powerpc/platforms/8xx/
6220
6221LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6222M: Scott Wood <scottwood@freescale.com>
6223M: Kumar Gala <galak@kernel.crashing.org>
6224W: http://www.penguinppc.org/
6225L: linuxppc-dev@lists.ozlabs.org
6226T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6227S: Maintained
6228F: arch/powerpc/platforms/83xx/
6229F: arch/powerpc/platforms/85xx/
6230
6231LINUX FOR POWERPC PA SEMI PWRFICIENT
6232M: Olof Johansson <olof@lixom.net>
6233L: linuxppc-dev@lists.ozlabs.org
6234S: Maintained
6235F: arch/powerpc/platforms/pasemi/
6236F: drivers/*/*pasemi*
6237F: drivers/*/*/*pasemi*
6238
6239LINUX SECURITY MODULE (LSM) FRAMEWORK
6240M: Chris Wright <chrisw@sous-sol.org>
6241L: linux-security-module@vger.kernel.org
6242S: Supported
6243
6244LIS3LV02D ACCELEROMETER DRIVER
6245M: Eric Piel <eric.piel@tremplin-utc.net>
6246S: Maintained
6247F: Documentation/misc-devices/lis3lv02d
6248F: drivers/misc/lis3lv02d/
6249F: drivers/platform/x86/hp_accel.c
6250
6251LIVE PATCHING
6252M: Josh Poimboeuf <jpoimboe@redhat.com>
6253M: Seth Jennings <sjenning@redhat.com>
6254M: Jiri Kosina <jkosina@suse.com>
6255M: Vojtech Pavlik <vojtech@suse.com>
6256S: Maintained
6257F: kernel/livepatch/
6258F: include/linux/livepatch.h
6259F: arch/x86/include/asm/livepatch.h
6260F: arch/x86/kernel/livepatch.c
6261F: Documentation/ABI/testing/sysfs-kernel-livepatch
6262F: samples/livepatch/
6263L: live-patching@vger.kernel.org
6264T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6265
6266LLC (802.2)
6267M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6268S: Maintained
6269F: include/linux/llc.h
6270F: include/uapi/linux/llc.h
6271F: include/net/llc*
6272F: net/llc/
6273
6274LM73 HARDWARE MONITOR DRIVER
6275M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6276L: lm-sensors@lm-sensors.org
6277S: Maintained
6278F: drivers/hwmon/lm73.c
6279
6280LM78 HARDWARE MONITOR DRIVER
6281M: Jean Delvare <jdelvare@suse.com>
6282L: lm-sensors@lm-sensors.org
6283S: Maintained
6284F: Documentation/hwmon/lm78
6285F: drivers/hwmon/lm78.c
6286
6287LM83 HARDWARE MONITOR DRIVER
6288M: Jean Delvare <jdelvare@suse.com>
6289L: lm-sensors@lm-sensors.org
6290S: Maintained
6291F: Documentation/hwmon/lm83
6292F: drivers/hwmon/lm83.c
6293
6294LM90 HARDWARE MONITOR DRIVER
6295M: Jean Delvare <jdelvare@suse.com>
6296L: lm-sensors@lm-sensors.org
6297S: Maintained
6298F: Documentation/hwmon/lm90
6299F: Documentation/devicetree/bindings/hwmon/lm90.txt
6300F: drivers/hwmon/lm90.c
6301
6302LM95234 HARDWARE MONITOR DRIVER
6303M: Guenter Roeck <linux@roeck-us.net>
6304L: lm-sensors@lm-sensors.org
6305S: Maintained
6306F: Documentation/hwmon/lm95234
6307F: drivers/hwmon/lm95234.c
6308
6309LME2510 MEDIA DRIVER
6310M: Malcolm Priestley <tvboxspy@gmail.com>
6311L: linux-media@vger.kernel.org
6312W: http://linuxtv.org/
6313Q: http://patchwork.linuxtv.org/project/linux-media/list/
6314S: Maintained
6315F: drivers/media/usb/dvb-usb-v2/lmedm04*
6316
6317LOCKDEP AND LOCKSTAT
6318M: Peter Zijlstra <peterz@infradead.org>
6319M: Ingo Molnar <mingo@redhat.com>
6320L: linux-kernel@vger.kernel.org
6321T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6322S: Maintained
6323F: Documentation/locking/lockdep*.txt
6324F: Documentation/locking/lockstat.txt
6325F: include/linux/lockdep.h
6326F: kernel/locking/
6327
6328LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6329M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
6330L: linux-ntfs-dev@lists.sourceforge.net
6331W: http://www.linux-ntfs.org/content/view/19/37/
6332S: Maintained
6333F: Documentation/ldm.txt
6334F: block/partitions/ldm.*
6335
6336LogFS
6337M: Joern Engel <joern@logfs.org>
6338M: Prasad Joshi <prasadjoshi.linux@gmail.com>
6339L: logfs@logfs.org
6340W: logfs.org
6341S: Maintained
6342F: fs/logfs/
6343
6344LPC32XX MACHINE SUPPORT
6345M: Roland Stigge <stigge@antcom.de>
6346L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6347S: Maintained
6348F: arch/arm/mach-lpc32xx/
6349
6350LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6351M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6352M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6353M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6354M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6355L: MPT-FusionLinux.pdl@avagotech.com
6356L: linux-scsi@vger.kernel.org
6357W: http://www.lsilogic.com/support
6358S: Supported
6359F: drivers/message/fusion/
6360F: drivers/scsi/mpt2sas/
6361F: drivers/scsi/mpt3sas/
6362
6363LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6364M: Matthew Wilcox <matthew@wil.cx>
6365L: linux-scsi@vger.kernel.org
6366S: Maintained
6367F: drivers/scsi/sym53c8xx_2/
6368
6369LTC4261 HARDWARE MONITOR DRIVER
6370M: Guenter Roeck <linux@roeck-us.net>
6371L: lm-sensors@lm-sensors.org
6372S: Maintained
6373F: Documentation/hwmon/ltc4261
6374F: drivers/hwmon/ltc4261.c
6375
6376LTP (Linux Test Project)
6377M: Mike Frysinger <vapier@gentoo.org>
6378M: Cyril Hrubis <chrubis@suse.cz>
6379M: Wanlong Gao <gaowanlong@cn.fujitsu.com>
6380M: Jan Stancek <jstancek@redhat.com>
6381M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6382M: Alexey Kodanev <alexey.kodanev@oracle.com>
6383L: ltp-list@lists.sourceforge.net (subscribers-only)
6384W: http://linux-test-project.github.io/
6385T: git git://github.com/linux-test-project/ltp.git
6386S: Maintained
6387
6388M32R ARCHITECTURE
6389W: http://www.linux-m32r.org/
6390S: Orphan
6391F: arch/m32r/
6392
6393M68K ARCHITECTURE
6394M: Geert Uytterhoeven <geert@linux-m68k.org>
6395L: linux-m68k@lists.linux-m68k.org
6396W: http://www.linux-m68k.org/
6397T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6398S: Maintained
6399F: arch/m68k/
6400F: drivers/zorro/
6401
6402M68K ON APPLE MACINTOSH
6403M: Joshua Thompson <funaho@jurai.org>
6404W: http://www.mac.linux-m68k.org/
6405L: linux-m68k@lists.linux-m68k.org
6406S: Maintained
6407F: arch/m68k/mac/
6408
6409M68K ON HP9000/300
6410M: Philip Blundell <philb@gnu.org>
6411W: http://www.tazenda.demon.co.uk/phil/linux-hp
6412S: Maintained
6413F: arch/m68k/hp300/
6414
6415M88DS3103 MEDIA DRIVER
6416M: Antti Palosaari <crope@iki.fi>
6417L: linux-media@vger.kernel.org
6418W: http://linuxtv.org/
6419W: http://palosaari.fi/linux/
6420Q: http://patchwork.linuxtv.org/project/linux-media/list/
6421T: git git://linuxtv.org/anttip/media_tree.git
6422S: Maintained
6423F: drivers/media/dvb-frontends/m88ds3103*
6424
6425M88RS2000 MEDIA DRIVER
6426M: Malcolm Priestley <tvboxspy@gmail.com>
6427L: linux-media@vger.kernel.org
6428W: http://linuxtv.org/
6429Q: http://patchwork.linuxtv.org/project/linux-media/list/
6430S: Maintained
6431F: drivers/media/dvb-frontends/m88rs2000*
6432
6433MA901 MASTERKIT USB FM RADIO DRIVER
6434M: Alexey Klimov <klimov.linux@gmail.com>
6435L: linux-media@vger.kernel.org
6436T: git git://linuxtv.org/media_tree.git
6437S: Maintained
6438F: drivers/media/radio/radio-ma901.c
6439
6440MAC80211
6441M: Johannes Berg <johannes@sipsolutions.net>
6442L: linux-wireless@vger.kernel.org
6443W: http://wireless.kernel.org/
6444T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6445T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6446S: Maintained
6447F: Documentation/networking/mac80211-injection.txt
6448F: include/net/mac80211.h
6449F: net/mac80211/
6450
6451MACVLAN DRIVER
6452M: Patrick McHardy <kaber@trash.net>
6453L: netdev@vger.kernel.org
6454S: Maintained
6455F: drivers/net/macvlan.c
6456F: include/linux/if_macvlan.h
6457
6458MAILBOX API
6459M: Jassi Brar <jassisinghbrar@gmail.com>
6460L: linux-kernel@vger.kernel.org
6461S: Maintained
6462F: drivers/mailbox/
6463F: include/linux/mailbox_client.h
6464F: include/linux/mailbox_controller.h
6465
6466MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6467M: Michael Kerrisk <mtk.manpages@gmail.com>
6468W: http://www.kernel.org/doc/man-pages
6469L: linux-man@vger.kernel.org
6470S: Maintained
6471
6472MARVELL ARMADA DRM SUPPORT
6473M: Russell King <rmk+kernel@arm.linux.org.uk>
6474S: Maintained
6475F: drivers/gpu/drm/armada/
6476
6477MARVELL 88E6352 DSA support
6478M: Guenter Roeck <linux@roeck-us.net>
6479S: Maintained
6480F: drivers/net/dsa/mv88e6352.c
6481
6482MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6483M: Mirko Lindner <mlindner@marvell.com>
6484M: Stephen Hemminger <stephen@networkplumber.org>
6485L: netdev@vger.kernel.org
6486S: Maintained
6487F: drivers/net/ethernet/marvell/sk*
6488
6489MARVELL LIBERTAS WIRELESS DRIVER
6490L: libertas-dev@lists.infradead.org
6491S: Orphan
6492F: drivers/net/wireless/libertas/
6493
6494MARVELL MV643XX ETHERNET DRIVER
6495M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6496L: netdev@vger.kernel.org
6497S: Maintained
6498F: drivers/net/ethernet/marvell/mv643xx_eth.*
6499F: include/linux/mv643xx.h
6500
6501MARVELL MVNETA ETHERNET DRIVER
6502M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6503L: netdev@vger.kernel.org
6504S: Maintained
6505F: drivers/net/ethernet/marvell/mvneta.*
6506
6507MARVELL MWIFIEX WIRELESS DRIVER
6508M: Amitkumar Karwar <akarwar@marvell.com>
6509M: Nishant Sarmukadam <nishants@marvell.com>
6510L: linux-wireless@vger.kernel.org
6511S: Maintained
6512F: drivers/net/wireless/mwifiex/
6513
6514MARVELL MWL8K WIRELESS DRIVER
6515M: Lennert Buytenhek <buytenh@wantstofly.org>
6516L: linux-wireless@vger.kernel.org
6517S: Odd Fixes
6518F: drivers/net/wireless/mwl8k.c
6519
6520MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6521M: Nicolas Pitre <nico@fluxnic.net>
6522S: Odd Fixes
6523F: drivers/mmc/host/mvsdio.*
6524
6525MATROX FRAMEBUFFER DRIVER
6526L: linux-fbdev@vger.kernel.org
6527S: Orphan
6528F: drivers/video/fbdev/matrox/matroxfb_*
6529F: include/uapi/linux/matroxfb.h
6530
6531MAX16065 HARDWARE MONITOR DRIVER
6532M: Guenter Roeck <linux@roeck-us.net>
6533L: lm-sensors@lm-sensors.org
6534S: Maintained
6535F: Documentation/hwmon/max16065
6536F: drivers/hwmon/max16065.c
6537
6538MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6539M: "Hans J. Koch" <hjk@hansjkoch.de>
6540L: lm-sensors@lm-sensors.org
6541S: Maintained
6542F: Documentation/hwmon/max6650
6543F: drivers/hwmon/max6650.c
6544
6545MAX6697 HARDWARE MONITOR DRIVER
6546M: Guenter Roeck <linux@roeck-us.net>
6547L: lm-sensors@lm-sensors.org
6548S: Maintained
6549F: Documentation/hwmon/max6697
6550F: Documentation/devicetree/bindings/i2c/max6697.txt
6551F: drivers/hwmon/max6697.c
6552F: include/linux/platform_data/max6697.h
6553
6554MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6555M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6556L: linux-pm@vger.kernel.org
6557S: Supported
6558F: drivers/power/max14577_charger.c
6559F: drivers/power/max77693_charger.c
6560
6561MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6562M: Chanwoo Choi <cw00.choi@samsung.com>
6563M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6564L: linux-kernel@vger.kernel.org
6565S: Supported
6566F: drivers/*/max14577.c
6567F: drivers/*/max77686.c
6568F: drivers/*/max77693.c
6569F: drivers/extcon/extcon-max14577.c
6570F: drivers/extcon/extcon-max77693.c
6571F: drivers/rtc/rtc-max77686.c
6572F: drivers/clk/clk-max77686.c
6573F: Documentation/devicetree/bindings/mfd/max14577.txt
6574F: Documentation/devicetree/bindings/mfd/max77686.txt
6575F: Documentation/devicetree/bindings/mfd/max77693.txt
6576F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6577F: include/linux/mfd/max14577*.h
6578F: include/linux/mfd/max77686*.h
6579F: include/linux/mfd/max77693*.h
6580
6581MAXIRADIO FM RADIO RECEIVER DRIVER
6582M: Hans Verkuil <hverkuil@xs4all.nl>
6583L: linux-media@vger.kernel.org
6584T: git git://linuxtv.org/media_tree.git
6585W: http://linuxtv.org
6586S: Maintained
6587F: drivers/media/radio/radio-maxiradio*
6588
6589MEDIA DRIVERS FOR RENESAS - VSP1
6590M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6591L: linux-media@vger.kernel.org
6592L: linux-sh@vger.kernel.org
6593T: git git://linuxtv.org/media_tree.git
6594S: Supported
6595F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
6596F: drivers/media/platform/vsp1/
6597
6598MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6599M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6600P: LinuxTV.org Project
6601L: linux-media@vger.kernel.org
6602W: http://linuxtv.org
6603Q: http://patchwork.kernel.org/project/linux-media/list/
6604T: git git://linuxtv.org/media_tree.git
6605S: Maintained
6606F: Documentation/dvb/
6607F: Documentation/video4linux/
6608F: Documentation/DocBook/media/
6609F: drivers/media/
6610F: drivers/staging/media/
6611F: include/media/
6612F: include/uapi/linux/dvb/
6613F: include/uapi/linux/videodev2.h
6614F: include/uapi/linux/media.h
6615F: include/uapi/linux/v4l2-*
6616F: include/uapi/linux/meye.h
6617F: include/uapi/linux/ivtv*
6618F: include/uapi/linux/uvcvideo.h
6619
6620MEDIATEK MT7601U WIRELESS LAN DRIVER
6621M: Jakub Kicinski <kubakici@wp.pl>
6622L: linux-wireless@vger.kernel.org
6623S: Maintained
6624F: drivers/net/wireless/mediatek/mt7601u/
6625
6626MEGARAID SCSI/SAS DRIVERS
6627M: Kashyap Desai <kashyap.desai@avagotech.com>
6628M: Sumit Saxena <sumit.saxena@avagotech.com>
6629M: Uday Lingala <uday.lingala@avagotech.com>
6630L: megaraidlinux.pdl@avagotech.com
6631L: linux-scsi@vger.kernel.org
6632W: http://www.lsi.com
6633S: Maintained
6634F: Documentation/scsi/megaraid.txt
6635F: drivers/scsi/megaraid.*
6636F: drivers/scsi/megaraid/
6637
6638MELLANOX ETHERNET DRIVER (mlx4_en)
6639M: Amir Vadai <amirv@mellanox.com>
6640M: Ido Shamay <idos@mellanox.com>
6641L: netdev@vger.kernel.org
6642S: Supported
6643W: http://www.mellanox.com
6644Q: http://patchwork.ozlabs.org/project/netdev/list/
6645F: drivers/net/ethernet/mellanox/mlx4/en_*
6646
6647MELLANOX ETHERNET SWITCH DRIVERS
6648M: Jiri Pirko <jiri@mellanox.com>
6649M: Ido Schimmel <idosch@mellanox.com>
6650L: netdev@vger.kernel.org
6651S: Supported
6652W: http://www.mellanox.com
6653Q: http://patchwork.ozlabs.org/project/netdev/list/
6654F: drivers/net/ethernet/mellanox/mlxsw/
6655
6656MEMORY MANAGEMENT
6657L: linux-mm@kvack.org
6658W: http://www.linux-mm.org
6659S: Maintained
6660F: include/linux/mm.h
6661F: include/linux/gfp.h
6662F: include/linux/mmzone.h
6663F: include/linux/memory_hotplug.h
6664F: include/linux/vmalloc.h
6665F: mm/
6666
6667MEMORY TECHNOLOGY DEVICES (MTD)
6668M: David Woodhouse <dwmw2@infradead.org>
6669M: Brian Norris <computersforpeace@gmail.com>
6670L: linux-mtd@lists.infradead.org
6671W: http://www.linux-mtd.infradead.org/
6672Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
6673T: git git://git.infradead.org/linux-mtd.git
6674T: git git://git.infradead.org/l2-mtd.git
6675S: Maintained
6676F: drivers/mtd/
6677F: include/linux/mtd/
6678F: include/uapi/mtd/
6679
6680MEN A21 WATCHDOG DRIVER
6681M: Johannes Thumshirn <morbidrsa@gmail.com>
6682L: linux-watchdog@vger.kernel.org
6683S: Maintained
6684F: drivers/watchdog/mena21_wdt.c
6685
6686MEN CHAMELEON BUS (mcb)
6687M: Johannes Thumshirn <morbidrsa@gmail.com>
6688S: Maintained
6689F: drivers/mcb/
6690F: include/linux/mcb.h
6691
6692MEN F21BMC (Board Management Controller)
6693M: Andreas Werner <andreas.werner@men.de>
6694S: Supported
6695F: drivers/mfd/menf21bmc.c
6696F: drivers/watchdog/menf21bmc_wdt.c
6697F: drivers/leds/leds-menf21bmc.c
6698F: drivers/hwmon/menf21bmc_hwmon.c
6699F: Documentation/hwmon/menf21bmc
6700
6701METAG ARCHITECTURE
6702M: James Hogan <james.hogan@imgtec.com>
6703L: linux-metag@vger.kernel.org
6704S: Supported
6705F: arch/metag/
6706F: Documentation/metag/
6707F: Documentation/devicetree/bindings/metag/
6708F: drivers/clocksource/metag_generic.c
6709F: drivers/irqchip/irq-metag.c
6710F: drivers/irqchip/irq-metag-ext.c
6711F: drivers/tty/metag_da.c
6712
6713MICROBLAZE ARCHITECTURE
6714M: Michal Simek <monstr@monstr.eu>
6715W: http://www.monstr.eu/fdt/
6716T: git git://git.monstr.eu/linux-2.6-microblaze.git
6717S: Supported
6718F: arch/microblaze/
6719
6720MICROTEK X6 SCANNER
6721M: Oliver Neukum <oliver@neukum.org>
6722S: Maintained
6723F: drivers/usb/image/microtek.*
6724
6725MIPS
6726M: Ralf Baechle <ralf@linux-mips.org>
6727L: linux-mips@linux-mips.org
6728W: http://www.linux-mips.org/
6729T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
6730Q: http://patchwork.linux-mips.org/project/linux-mips/list/
6731S: Supported
6732F: Documentation/mips/
6733F: arch/mips/
6734
6735MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6736M: Hans Verkuil <hverkuil@xs4all.nl>
6737L: linux-media@vger.kernel.org
6738T: git git://linuxtv.org/media_tree.git
6739W: http://linuxtv.org
6740S: Odd Fixes
6741F: drivers/media/radio/radio-miropcm20*
6742
6743Mellanox MLX5 core VPI driver
6744M: Eli Cohen <eli@mellanox.com>
6745L: netdev@vger.kernel.org
6746L: linux-rdma@vger.kernel.org
6747W: http://www.mellanox.com
6748Q: http://patchwork.ozlabs.org/project/netdev/list/
6749Q: http://patchwork.kernel.org/project/linux-rdma/list/
6750T: git git://openfabrics.org/~eli/connect-ib.git
6751S: Supported
6752F: drivers/net/ethernet/mellanox/mlx5/core/
6753F: include/linux/mlx5/
6754
6755Mellanox MLX5 IB driver
6756M: Eli Cohen <eli@mellanox.com>
6757L: linux-rdma@vger.kernel.org
6758W: http://www.mellanox.com
6759Q: http://patchwork.kernel.org/project/linux-rdma/list/
6760T: git git://openfabrics.org/~eli/connect-ib.git
6761S: Supported
6762F: include/linux/mlx5/
6763F: drivers/infiniband/hw/mlx5/
6764
6765MN88472 MEDIA DRIVER
6766M: Antti Palosaari <crope@iki.fi>
6767L: linux-media@vger.kernel.org
6768W: http://linuxtv.org/
6769W: http://palosaari.fi/linux/
6770Q: http://patchwork.linuxtv.org/project/linux-media/list/
6771T: git git://linuxtv.org/anttip/media_tree.git
6772S: Maintained
6773F: drivers/staging/media/mn88472/
6774F: drivers/media/dvb-frontends/mn88472.h
6775
6776MN88473 MEDIA DRIVER
6777M: Antti Palosaari <crope@iki.fi>
6778L: linux-media@vger.kernel.org
6779W: http://linuxtv.org/
6780W: http://palosaari.fi/linux/
6781Q: http://patchwork.linuxtv.org/project/linux-media/list/
6782T: git git://linuxtv.org/anttip/media_tree.git
6783S: Maintained
6784F: drivers/staging/media/mn88473/
6785F: drivers/media/dvb-frontends/mn88473.h
6786
6787MODULE SUPPORT
6788M: Rusty Russell <rusty@rustcorp.com.au>
6789S: Maintained
6790F: include/linux/module.h
6791F: kernel/module.c
6792
6793MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6794W: http://popies.net/meye/
6795S: Orphan
6796F: Documentation/video4linux/meye.txt
6797F: drivers/media/pci/meye/
6798F: include/uapi/linux/meye.h
6799
6800MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6801M: Jiri Slaby <jirislaby@gmail.com>
6802S: Maintained
6803F: Documentation/serial/moxa-smartio
6804F: drivers/tty/mxser.*
6805
6806MR800 AVERMEDIA USB FM RADIO DRIVER
6807M: Alexey Klimov <klimov.linux@gmail.com>
6808L: linux-media@vger.kernel.org
6809T: git git://linuxtv.org/media_tree.git
6810S: Maintained
6811F: drivers/media/radio/radio-mr800.c
6812
6813MRF24J40 IEEE 802.15.4 RADIO DRIVER
6814M: Alan Ott <alan@signal11.us>
6815L: linux-wpan@vger.kernel.org
6816S: Maintained
6817F: drivers/net/ieee802154/mrf24j40.c
6818
6819MSI LAPTOP SUPPORT
6820M: "Lee, Chun-Yi" <jlee@suse.com>
6821L: platform-driver-x86@vger.kernel.org
6822S: Maintained
6823F: drivers/platform/x86/msi-laptop.c
6824
6825MSI WMI SUPPORT
6826L: platform-driver-x86@vger.kernel.org
6827S: Orphan
6828F: drivers/platform/x86/msi-wmi.c
6829
6830MSI001 MEDIA DRIVER
6831M: Antti Palosaari <crope@iki.fi>
6832L: linux-media@vger.kernel.org
6833W: http://linuxtv.org/
6834W: http://palosaari.fi/linux/
6835Q: http://patchwork.linuxtv.org/project/linux-media/list/
6836T: git git://linuxtv.org/anttip/media_tree.git
6837S: Maintained
6838F: drivers/media/tuners/msi001*
6839
6840MSI2500 MEDIA DRIVER
6841M: Antti Palosaari <crope@iki.fi>
6842L: linux-media@vger.kernel.org
6843W: http://linuxtv.org/
6844W: http://palosaari.fi/linux/
6845Q: http://patchwork.linuxtv.org/project/linux-media/list/
6846T: git git://linuxtv.org/anttip/media_tree.git
6847S: Maintained
6848F: drivers/media/usb/msi2500/
6849
6850MSYSTEMS DISKONCHIP G3 MTD DRIVER
6851M: Robert Jarzmik <robert.jarzmik@free.fr>
6852L: linux-mtd@lists.infradead.org
6853S: Maintained
6854F: drivers/mtd/devices/docg3*
6855
6856MT9M032 APTINA SENSOR DRIVER
6857M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6858L: linux-media@vger.kernel.org
6859T: git git://linuxtv.org/media_tree.git
6860S: Maintained
6861F: drivers/media/i2c/mt9m032.c
6862F: include/media/mt9m032.h
6863
6864MT9P031 APTINA CAMERA SENSOR
6865M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6866L: linux-media@vger.kernel.org
6867T: git git://linuxtv.org/media_tree.git
6868S: Maintained
6869F: drivers/media/i2c/mt9p031.c
6870F: include/media/mt9p031.h
6871
6872MT9T001 APTINA CAMERA SENSOR
6873M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6874L: linux-media@vger.kernel.org
6875T: git git://linuxtv.org/media_tree.git
6876S: Maintained
6877F: drivers/media/i2c/mt9t001.c
6878F: include/media/mt9t001.h
6879
6880MT9V032 APTINA CAMERA SENSOR
6881M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6882L: linux-media@vger.kernel.org
6883T: git git://linuxtv.org/media_tree.git
6884S: Maintained
6885F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6886F: drivers/media/i2c/mt9v032.c
6887F: include/media/mt9v032.h
6888
6889MULTIFUNCTION DEVICES (MFD)
6890M: Samuel Ortiz <sameo@linux.intel.com>
6891M: Lee Jones <lee.jones@linaro.org>
6892T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6893S: Supported
6894F: drivers/mfd/
6895F: include/linux/mfd/
6896
6897MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6898M: Ulf Hansson <ulf.hansson@linaro.org>
6899L: linux-mmc@vger.kernel.org
6900T: git git://git.linaro.org/people/ulf.hansson/mmc.git
6901S: Maintained
6902F: drivers/mmc/
6903F: include/linux/mmc/
6904F: include/uapi/linux/mmc/
6905
6906MULTIMEDIA CARD (MMC) ETC. OVER SPI
6907S: Orphan
6908F: drivers/mmc/host/mmc_spi.c
6909F: include/linux/spi/mmc_spi.h
6910
6911MULTISOUND SOUND DRIVER
6912M: Andrew Veliath <andrewtv@usa.net>
6913S: Maintained
6914F: Documentation/sound/oss/MultiSound
6915F: sound/oss/msnd*
6916
6917MULTITECH MULTIPORT CARD (ISICOM)
6918S: Orphan
6919F: drivers/tty/isicom.c
6920F: include/linux/isicom.h
6921
6922MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6923M: Felipe Balbi <balbi@ti.com>
6924L: linux-usb@vger.kernel.org
6925T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6926S: Maintained
6927F: drivers/usb/musb/
6928
6929MXL5007T MEDIA DRIVER
6930M: Michael Krufky <mkrufky@linuxtv.org>
6931L: linux-media@vger.kernel.org
6932W: http://linuxtv.org/
6933W: http://github.com/mkrufky
6934Q: http://patchwork.linuxtv.org/project/linux-media/list/
6935T: git git://linuxtv.org/mkrufky/tuners.git
6936S: Maintained
6937F: drivers/media/tuners/mxl5007t.*
6938
6939MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6940M: Hyong-Youb Kim <hykim@myri.com>
6941L: netdev@vger.kernel.org
6942W: https://www.myricom.com/support/downloads/myri10ge.html
6943S: Supported
6944F: drivers/net/ethernet/myricom/myri10ge/
6945
6946NATSEMI ETHERNET DRIVER (DP8381x)
6947S: Orphan
6948F: drivers/net/ethernet/natsemi/natsemi.c
6949
6950NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6951M: Daniel Mack <zonque@gmail.com>
6952S: Maintained
6953L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6954W: http://www.native-instruments.com
6955F: sound/usb/caiaq/
6956
6957NCP FILESYSTEM
6958M: Petr Vandrovec <petr@vandrovec.name>
6959S: Odd Fixes
6960F: fs/ncpfs/
6961
6962NCR 5380 SCSI DRIVERS
6963M: Finn Thain <fthain@telegraphics.com.au>
6964M: Michael Schmitz <schmitzmic@gmail.com>
6965L: linux-scsi@vger.kernel.org
6966S: Maintained
6967F: Documentation/scsi/g_NCR5380.txt
6968F: drivers/scsi/NCR5380.*
6969F: drivers/scsi/arm/cumana_1.c
6970F: drivers/scsi/arm/oak.c
6971F: drivers/scsi/atari_NCR5380.c
6972F: drivers/scsi/atari_scsi.*
6973F: drivers/scsi/dmx3191d.c
6974F: drivers/scsi/dtc.*
6975F: drivers/scsi/g_NCR5380.*
6976F: drivers/scsi/g_NCR5380_mmio.c
6977F: drivers/scsi/mac_scsi.*
6978F: drivers/scsi/pas16.*
6979F: drivers/scsi/sun3_scsi.*
6980F: drivers/scsi/sun3_scsi_vme.c
6981F: drivers/scsi/t128.*
6982
6983NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6984M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6985L: linux-scsi@vger.kernel.org
6986S: Maintained
6987F: drivers/scsi/NCR_D700.*
6988
6989NCT6775 HARDWARE MONITOR DRIVER
6990M: Guenter Roeck <linux@roeck-us.net>
6991L: lm-sensors@lm-sensors.org
6992S: Maintained
6993F: Documentation/hwmon/nct6775
6994F: drivers/hwmon/nct6775.c
6995
6996NETEFFECT IWARP RNIC DRIVER (IW_NES)
6997M: Faisal Latif <faisal.latif@intel.com>
6998L: linux-rdma@vger.kernel.org
6999W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7000S: Supported
7001F: drivers/infiniband/hw/nes/
7002
7003NETEM NETWORK EMULATOR
7004M: Stephen Hemminger <stephen@networkplumber.org>
7005L: netem@lists.linux-foundation.org
7006S: Maintained
7007F: net/sched/sch_netem.c
7008
7009NETERION 10GbE DRIVERS (s2io/vxge)
7010M: Jon Mason <jdmason@kudzu.us>
7011L: netdev@vger.kernel.org
7012S: Supported
7013F: Documentation/networking/s2io.txt
7014F: Documentation/networking/vxge.txt
7015F: drivers/net/ethernet/neterion/
7016
7017NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7018M: Pablo Neira Ayuso <pablo@netfilter.org>
7019M: Patrick McHardy <kaber@trash.net>
7020M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7021L: netfilter-devel@vger.kernel.org
7022L: coreteam@netfilter.org
7023W: http://www.netfilter.org/
7024W: http://www.iptables.org/
7025Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7026T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7027T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7028S: Supported
7029F: include/linux/netfilter*
7030F: include/linux/netfilter/
7031F: include/net/netfilter/
7032F: include/uapi/linux/netfilter*
7033F: include/uapi/linux/netfilter/
7034F: net/*/netfilter.c
7035F: net/*/netfilter/
7036F: net/netfilter/
7037F: net/bridge/br_netfilter*.c
7038
7039NETLABEL
7040M: Paul Moore <paul@paul-moore.com>
7041W: http://netlabel.sf.net
7042L: netdev@vger.kernel.org
7043S: Maintained
7044F: Documentation/netlabel/
7045F: include/net/netlabel.h
7046F: net/netlabel/
7047
7048NETROM NETWORK LAYER
7049M: Ralf Baechle <ralf@linux-mips.org>
7050L: linux-hams@vger.kernel.org
7051W: http://www.linux-ax25.org/
7052S: Maintained
7053F: include/net/netrom.h
7054F: include/uapi/linux/netrom.h
7055F: net/netrom/
7056
7057NETWORK BLOCK DEVICE (NBD)
7058M: Markus Pargmann <mpa@pengutronix.de>
7059S: Maintained
7060L: nbd-general@lists.sourceforge.net
7061T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
7062F: Documentation/blockdev/nbd.txt
7063F: drivers/block/nbd.c
7064F: include/uapi/linux/nbd.h
7065
7066NETWORK DROP MONITOR
7067M: Neil Horman <nhorman@tuxdriver.com>
7068L: netdev@vger.kernel.org
7069S: Maintained
7070W: https://fedorahosted.org/dropwatch/
7071F: net/core/drop_monitor.c
7072
7073NETWORKING [GENERAL]
7074M: "David S. Miller" <davem@davemloft.net>
7075L: netdev@vger.kernel.org
7076W: http://www.linuxfoundation.org/en/Net
7077Q: http://patchwork.ozlabs.org/project/netdev/list/
7078T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7079T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7080S: Maintained
7081F: net/
7082F: include/net/
7083F: include/linux/in.h
7084F: include/linux/net.h
7085F: include/linux/netdevice.h
7086F: include/uapi/linux/in.h
7087F: include/uapi/linux/net.h
7088F: include/uapi/linux/netdevice.h
7089F: include/uapi/linux/net_namespace.h
7090F: tools/net/
7091F: tools/testing/selftests/net/
7092F: lib/random32.c
7093F: lib/test_bpf.c
7094
7095NETWORKING [IPv4/IPv6]
7096M: "David S. Miller" <davem@davemloft.net>
7097M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7098M: James Morris <jmorris@namei.org>
7099M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7100M: Patrick McHardy <kaber@trash.net>
7101L: netdev@vger.kernel.org
7102T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7103S: Maintained
7104F: net/ipv4/
7105F: net/ipv6/
7106F: include/net/ip*
7107F: arch/x86/net/*
7108
7109NETWORKING [IPSEC]
7110M: Steffen Klassert <steffen.klassert@secunet.com>
7111M: Herbert Xu <herbert@gondor.apana.org.au>
7112M: "David S. Miller" <davem@davemloft.net>
7113L: netdev@vger.kernel.org
7114T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7115T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7116S: Maintained
7117F: net/core/flow.c
7118F: net/xfrm/
7119F: net/key/
7120F: net/ipv4/xfrm*
7121F: net/ipv4/esp4.c
7122F: net/ipv4/ah4.c
7123F: net/ipv4/ipcomp.c
7124F: net/ipv4/ip_vti.c
7125F: net/ipv6/xfrm*
7126F: net/ipv6/esp6.c
7127F: net/ipv6/ah6.c
7128F: net/ipv6/ipcomp6.c
7129F: net/ipv6/ip6_vti.c
7130F: include/uapi/linux/xfrm.h
7131F: include/net/xfrm.h
7132
7133NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7134M: Paul Moore <paul@paul-moore.com>
7135L: netdev@vger.kernel.org
7136S: Maintained
7137
7138NETWORKING [WIRELESS]
7139L: linux-wireless@vger.kernel.org
7140Q: http://patchwork.kernel.org/project/linux-wireless/list/
7141
7142NETWORKING DRIVERS
7143L: netdev@vger.kernel.org
7144W: http://www.linuxfoundation.org/en/Net
7145Q: http://patchwork.ozlabs.org/project/netdev/list/
7146T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7147T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7148S: Odd Fixes
7149F: drivers/net/
7150F: include/linux/if_*
7151F: include/linux/netdevice.h
7152F: include/linux/arcdevice.h
7153F: include/linux/etherdevice.h
7154F: include/linux/fcdevice.h
7155F: include/linux/fddidevice.h
7156F: include/linux/hippidevice.h
7157F: include/linux/inetdevice.h
7158F: include/uapi/linux/if_*
7159F: include/uapi/linux/netdevice.h
7160
7161NETWORKING DRIVERS (WIRELESS)
7162M: Kalle Valo <kvalo@codeaurora.org>
7163L: linux-wireless@vger.kernel.org
7164Q: http://patchwork.kernel.org/project/linux-wireless/list/
7165T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7166S: Maintained
7167F: drivers/net/wireless/
7168
7169NETXEN (1/10) GbE SUPPORT
7170M: Manish Chopra <manish.chopra@qlogic.com>
7171M: Sony Chacko <sony.chacko@qlogic.com>
7172M: Rajesh Borundia <rajesh.borundia@qlogic.com>
7173L: netdev@vger.kernel.org
7174W: http://www.qlogic.com
7175S: Supported
7176F: drivers/net/ethernet/qlogic/netxen/
7177
7178NFC SUBSYSTEM
7179M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7180M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7181M: Samuel Ortiz <sameo@linux.intel.com>
7182L: linux-wireless@vger.kernel.org
7183L: linux-nfc@lists.01.org (subscribers-only)
7184S: Supported
7185F: net/nfc/
7186F: include/net/nfc/
7187F: include/uapi/linux/nfc.h
7188F: drivers/nfc/
7189F: include/linux/platform_data/pn544.h
7190F: Documentation/devicetree/bindings/net/nfc/
7191
7192NFS, SUNRPC, AND LOCKD CLIENTS
7193M: Trond Myklebust <trond.myklebust@primarydata.com>
7194M: Anna Schumaker <anna.schumaker@netapp.com>
7195L: linux-nfs@vger.kernel.org
7196W: http://client.linux-nfs.org
7197T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7198S: Maintained
7199F: fs/lockd/
7200F: fs/nfs/
7201F: fs/nfs_common/
7202F: net/sunrpc/
7203F: include/linux/lockd/
7204F: include/linux/nfs*
7205F: include/linux/sunrpc/
7206F: include/uapi/linux/nfs*
7207F: include/uapi/linux/sunrpc/
7208
7209NILFS2 FILESYSTEM
7210M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7211L: linux-nilfs@vger.kernel.org
7212W: http://nilfs.sourceforge.net/
7213T: git git://github.com/konis/nilfs2.git
7214S: Supported
7215F: Documentation/filesystems/nilfs2.txt
7216F: fs/nilfs2/
7217F: include/linux/nilfs2_fs.h
7218
7219NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7220M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7221W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7222S: Maintained
7223F: Documentation/scsi/NinjaSCSI.txt
7224F: drivers/scsi/pcmcia/nsp_*
7225
7226NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7227M: GOTO Masanori <gotom@debian.or.jp>
7228M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7229W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7230S: Maintained
7231F: Documentation/scsi/NinjaSCSI.txt
7232F: drivers/scsi/nsp32*
7233
7234NIOS2 ARCHITECTURE
7235M: Ley Foon Tan <lftan@altera.com>
7236L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7237T: git git://git.rocketboards.org/linux-socfpga-next.git
7238S: Maintained
7239F: arch/nios2/
7240
7241NOKIA N900 POWER SUPPLY DRIVERS
7242M: Pali Rohár <pali.rohar@gmail.com>
7243S: Maintained
7244F: include/linux/power/bq2415x_charger.h
7245F: include/linux/power/bq27x00_battery.h
7246F: include/linux/power/isp1704_charger.h
7247F: drivers/power/bq2415x_charger.c
7248F: drivers/power/bq27x00_battery.c
7249F: drivers/power/isp1704_charger.c
7250F: drivers/power/rx51_battery.c
7251
7252NTB DRIVER CORE
7253M: Jon Mason <jdmason@kudzu.us>
7254M: Dave Jiang <dave.jiang@intel.com>
7255M: Allen Hubbe <Allen.Hubbe@emc.com>
7256S: Supported
7257W: https://github.com/jonmason/ntb/wiki
7258T: git git://github.com/jonmason/ntb.git
7259F: drivers/ntb/
7260F: drivers/net/ntb_netdev.c
7261F: include/linux/ntb.h
7262F: include/linux/ntb_transport.h
7263
7264NTB INTEL DRIVER
7265M: Jon Mason <jdmason@kudzu.us>
7266M: Dave Jiang <dave.jiang@intel.com>
7267S: Supported
7268W: https://github.com/jonmason/ntb/wiki
7269T: git git://github.com/jonmason/ntb.git
7270F: drivers/ntb/hw/intel/
7271
7272NTFS FILESYSTEM
7273M: Anton Altaparmakov <anton@tuxera.com>
7274L: linux-ntfs-dev@lists.sourceforge.net
7275W: http://www.tuxera.com/
7276T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7277S: Supported
7278F: Documentation/filesystems/ntfs.txt
7279F: fs/ntfs/
7280
7281NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7282M: Antonino Daplas <adaplas@gmail.com>
7283L: linux-fbdev@vger.kernel.org
7284S: Maintained
7285F: drivers/video/fbdev/riva/
7286F: drivers/video/fbdev/nvidia/
7287
7288NVM EXPRESS DRIVER
7289M: Matthew Wilcox <willy@linux.intel.com>
7290L: linux-nvme@lists.infradead.org
7291T: git git://git.infradead.org/users/willy/linux-nvme.git
7292S: Supported
7293F: drivers/block/nvme*
7294F: include/linux/nvme.h
7295
7296NXP-NCI NFC DRIVER
7297M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7298R: Charles Gorand <charles.gorand@effinnov.com>
7299L: linux-nfc@lists.01.org (moderated for non-subscribers)
7300S: Supported
7301F: drivers/nfc/nxp-nci
7302
7303NXP TDA998X DRM DRIVER
7304M: Russell King <rmk+kernel@arm.linux.org.uk>
7305S: Supported
7306F: drivers/gpu/drm/i2c/tda998x_drv.c
7307F: include/drm/i2c/tda998x.h
7308
7309NXP TFA9879 DRIVER
7310M: Peter Rosin <peda@axentia.se>
7311L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7312S: Maintained
7313F: sound/soc/codecs/tfa9879*
7314
7315OMAP SUPPORT
7316M: Tony Lindgren <tony@atomide.com>
7317L: linux-omap@vger.kernel.org
7318W: http://www.muru.com/linux/omap/
7319W: http://linux.omap.com/
7320Q: http://patchwork.kernel.org/project/linux-omap/list/
7321T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7322S: Maintained
7323F: arch/arm/*omap*/
7324F: arch/arm/configs/omap1_defconfig
7325F: arch/arm/configs/omap2plus_defconfig
7326F: drivers/i2c/busses/i2c-omap.c
7327F: drivers/irqchip/irq-omap-intc.c
7328F: drivers/mfd/*omap*.c
7329F: drivers/mfd/menelaus.c
7330F: drivers/mfd/palmas.c
7331F: drivers/mfd/tps65217.c
7332F: drivers/mfd/tps65218.c
7333F: drivers/mfd/tps65910.c
7334F: drivers/mfd/twl-core.[ch]
7335F: drivers/mfd/twl4030*.c
7336F: drivers/mfd/twl6030*.c
7337F: drivers/mfd/twl6040*.c
7338F: drivers/regulator/palmas-regulator*.c
7339F: drivers/regulator/pbias-regulator.c
7340F: drivers/regulator/tps65217-regulator.c
7341F: drivers/regulator/tps65218-regulator.c
7342F: drivers/regulator/tps65910-regulator.c
7343F: drivers/regulator/twl-regulator.c
7344F: include/linux/i2c-omap.h
7345
7346OMAP DEVICE TREE SUPPORT
7347M: Benoît Cousson <bcousson@baylibre.com>
7348M: Tony Lindgren <tony@atomide.com>
7349L: linux-omap@vger.kernel.org
7350L: devicetree@vger.kernel.org
7351S: Maintained
7352F: arch/arm/boot/dts/*omap*
7353F: arch/arm/boot/dts/*am3*
7354F: arch/arm/boot/dts/*am4*
7355F: arch/arm/boot/dts/*am5*
7356F: arch/arm/boot/dts/*dra7*
7357
7358OMAP CLOCK FRAMEWORK SUPPORT
7359M: Paul Walmsley <paul@pwsan.com>
7360L: linux-omap@vger.kernel.org
7361S: Maintained
7362F: arch/arm/*omap*/*clock*
7363
7364OMAP POWER MANAGEMENT SUPPORT
7365M: Kevin Hilman <khilman@deeprootsystems.com>
7366L: linux-omap@vger.kernel.org
7367S: Maintained
7368F: arch/arm/*omap*/*pm*
7369F: drivers/cpufreq/omap-cpufreq.c
7370
7371OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7372M: Rajendra Nayak <rnayak@ti.com>
7373M: Paul Walmsley <paul@pwsan.com>
7374L: linux-omap@vger.kernel.org
7375S: Maintained
7376F: arch/arm/mach-omap2/prm*
7377
7378OMAP AUDIO SUPPORT
7379M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7380M: Jarkko Nikula <jarkko.nikula@bitmer.com>
7381L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7382L: linux-omap@vger.kernel.org
7383S: Maintained
7384F: sound/soc/omap/
7385
7386OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7387M: Roger Quadros <rogerq@ti.com>
7388M: Tony Lindgren <tony@atomide.com>
7389L: linux-omap@vger.kernel.org
7390S: Maintained
7391F: drivers/memory/omap-gpmc.c
7392F: arch/arm/mach-omap2/*gpmc*
7393
7394OMAP FRAMEBUFFER SUPPORT
7395M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7396L: linux-fbdev@vger.kernel.org
7397L: linux-omap@vger.kernel.org
7398S: Maintained
7399F: drivers/video/fbdev/omap/
7400
7401OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7402M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7403L: linux-omap@vger.kernel.org
7404L: linux-fbdev@vger.kernel.org
7405S: Maintained
7406F: drivers/video/fbdev/omap2/
7407F: Documentation/arm/OMAP/DSS
7408
7409OMAP HARDWARE SPINLOCK SUPPORT
7410M: Ohad Ben-Cohen <ohad@wizery.com>
7411L: linux-omap@vger.kernel.org
7412S: Maintained
7413F: drivers/hwspinlock/omap_hwspinlock.c
7414
7415OMAP MMC SUPPORT
7416M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
7417L: linux-omap@vger.kernel.org
7418S: Maintained
7419F: drivers/mmc/host/omap.c
7420
7421OMAP HS MMC SUPPORT
7422L: linux-mmc@vger.kernel.org
7423L: linux-omap@vger.kernel.org
7424S: Orphan
7425F: drivers/mmc/host/omap_hsmmc.c
7426
7427OMAP RANDOM NUMBER GENERATOR SUPPORT
7428M: Deepak Saxena <dsaxena@plexity.net>
7429S: Maintained
7430F: drivers/char/hw_random/omap-rng.c
7431
7432OMAP HWMOD SUPPORT
7433M: Benoît Cousson <bcousson@baylibre.com>
7434M: Paul Walmsley <paul@pwsan.com>
7435L: linux-omap@vger.kernel.org
7436S: Maintained
7437F: arch/arm/mach-omap2/omap_hwmod.*
7438
7439OMAP HWMOD DATA
7440M: Paul Walmsley <paul@pwsan.com>
7441L: linux-omap@vger.kernel.org
7442S: Maintained
7443F: arch/arm/mach-omap2/omap_hwmod*data*
7444
7445OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7446M: Benoît Cousson <bcousson@baylibre.com>
7447L: linux-omap@vger.kernel.org
7448S: Maintained
7449F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7450
7451OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7452M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7453L: linux-media@vger.kernel.org
7454S: Maintained
7455F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
7456F: drivers/media/platform/omap3isp/
7457F: drivers/staging/media/omap4iss/
7458
7459OMAP USB SUPPORT
7460M: Felipe Balbi <balbi@ti.com>
7461L: linux-usb@vger.kernel.org
7462L: linux-omap@vger.kernel.org
7463T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7464S: Maintained
7465F: drivers/usb/*/*omap*
7466F: arch/arm/*omap*/usb*
7467
7468OMAP GPIO DRIVER
7469M: Javier Martinez Canillas <javier@dowhile0.org>
7470M: Santosh Shilimkar <ssantosh@kernel.org>
7471M: Kevin Hilman <khilman@deeprootsystems.com>
7472L: linux-omap@vger.kernel.org
7473S: Maintained
7474F: drivers/gpio/gpio-omap.c
7475
7476OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7477M: Mark Jackson <mpfj@newflow.co.uk>
7478L: linux-omap@vger.kernel.org
7479S: Maintained
7480F: arch/arm/boot/dts/am335x-nano.dts
7481
7482OMFS FILESYSTEM
7483M: Bob Copeland <me@bobcopeland.com>
7484L: linux-karma-devel@lists.sourceforge.net
7485S: Maintained
7486F: Documentation/filesystems/omfs.txt
7487F: fs/omfs/
7488
7489OMNIKEY CARDMAN 4000 DRIVER
7490M: Harald Welte <laforge@gnumonks.org>
7491S: Maintained
7492F: drivers/char/pcmcia/cm4000_cs.c
7493F: include/linux/cm4000_cs.h
7494F: include/uapi/linux/cm4000_cs.h
7495
7496OMNIKEY CARDMAN 4040 DRIVER
7497M: Harald Welte <laforge@gnumonks.org>
7498S: Maintained
7499F: drivers/char/pcmcia/cm4040_cs.*
7500
7501OMNIVISION OV7670 SENSOR DRIVER
7502M: Jonathan Corbet <corbet@lwn.net>
7503L: linux-media@vger.kernel.org
7504T: git git://linuxtv.org/media_tree.git
7505S: Maintained
7506F: drivers/media/i2c/ov7670.c
7507
7508ONENAND FLASH DRIVER
7509M: Kyungmin Park <kyungmin.park@samsung.com>
7510L: linux-mtd@lists.infradead.org
7511S: Maintained
7512F: drivers/mtd/onenand/
7513F: include/linux/mtd/onenand*.h
7514
7515ONSTREAM SCSI TAPE DRIVER
7516M: Willem Riede <osst@riede.org>
7517L: osst-users@lists.sourceforge.net
7518L: linux-scsi@vger.kernel.org
7519S: Maintained
7520F: Documentation/scsi/osst.txt
7521F: drivers/scsi/osst.*
7522F: drivers/scsi/osst_*.h
7523F: drivers/scsi/st.h
7524
7525OPENCORES I2C BUS DRIVER
7526M: Peter Korsgaard <jacmet@sunsite.dk>
7527L: linux-i2c@vger.kernel.org
7528S: Maintained
7529F: Documentation/i2c/busses/i2c-ocores
7530F: drivers/i2c/busses/i2c-ocores.c
7531
7532OPEN FIRMWARE AND FLATTENED DEVICE TREE
7533M: Grant Likely <grant.likely@linaro.org>
7534M: Rob Herring <robh+dt@kernel.org>
7535L: devicetree@vger.kernel.org
7536W: http://www.devicetree.org/
7537T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7538S: Maintained
7539F: drivers/of/
7540F: include/linux/of*.h
7541F: scripts/dtc/
7542
7543OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7544M: Rob Herring <robh+dt@kernel.org>
7545M: Pawel Moll <pawel.moll@arm.com>
7546M: Mark Rutland <mark.rutland@arm.com>
7547M: Ian Campbell <ijc+devicetree@hellion.org.uk>
7548M: Kumar Gala <galak@codeaurora.org>
7549L: devicetree@vger.kernel.org
7550S: Maintained
7551F: Documentation/devicetree/
7552F: arch/*/boot/dts/
7553F: include/dt-bindings/
7554
7555OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7556M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7557L: devicetree@vger.kernel.org
7558S: Maintained
7559F: Documentation/devicetree/dynamic-resolution-notes.txt
7560F: Documentation/devicetree/overlay-notes.txt
7561F: drivers/of/overlay.c
7562F: drivers/of/resolver.c
7563
7564OPENRISC ARCHITECTURE
7565M: Jonas Bonn <jonas@southpole.se>
7566W: http://openrisc.net
7567L: linux@lists.openrisc.net (moderated for non-subscribers)
7568S: Maintained
7569T: git git://openrisc.net/~jonas/linux
7570F: arch/openrisc/
7571
7572OPENVSWITCH
7573M: Pravin Shelar <pshelar@nicira.com>
7574L: netdev@vger.kernel.org
7575L: dev@openvswitch.org
7576W: http://openvswitch.org
7577S: Maintained
7578F: net/openvswitch/
7579F: include/uapi/linux/openvswitch.h
7580
7581OPL4 DRIVER
7582M: Clemens Ladisch <clemens@ladisch.de>
7583L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7584T: git git://git.alsa-project.org/alsa-kernel.git
7585S: Maintained
7586F: sound/drivers/opl4/
7587
7588OPROFILE
7589M: Robert Richter <rric@kernel.org>
7590L: oprofile-list@lists.sf.net
7591S: Maintained
7592F: arch/*/include/asm/oprofile*.h
7593F: arch/*/oprofile/
7594F: drivers/oprofile/
7595F: include/linux/oprofile.h
7596
7597ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7598M: Mark Fasheh <mfasheh@suse.com>
7599M: Joel Becker <jlbec@evilplan.org>
7600L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7601W: http://ocfs2.wiki.kernel.org
7602S: Supported
7603F: Documentation/filesystems/ocfs2.txt
7604F: Documentation/filesystems/dlmfs.txt
7605F: fs/ocfs2/
7606
7607ORINOCO DRIVER
7608L: linux-wireless@vger.kernel.org
7609W: http://wireless.kernel.org/en/users/Drivers/orinoco
7610W: http://www.nongnu.org/orinoco/
7611S: Orphan
7612F: drivers/net/wireless/orinoco/
7613
7614OSD LIBRARY and FILESYSTEM
7615M: Boaz Harrosh <ooo@electrozaur.com>
7616M: Benny Halevy <bhalevy@primarydata.com>
7617L: osd-dev@open-osd.org
7618W: http://open-osd.org
7619T: git git://git.open-osd.org/open-osd.git
7620S: Maintained
7621F: drivers/scsi/osd/
7622F: include/scsi/osd_*
7623F: fs/exofs/
7624
7625OVERLAY FILESYSTEM
7626M: Miklos Szeredi <miklos@szeredi.hu>
7627L: linux-unionfs@vger.kernel.org
7628T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7629S: Supported
7630F: fs/overlayfs/
7631F: Documentation/filesystems/overlayfs.txt
7632
7633P54 WIRELESS DRIVER
7634M: Christian Lamparter <chunkeey@googlemail.com>
7635L: linux-wireless@vger.kernel.org
7636W: http://wireless.kernel.org/en/users/Drivers/p54
7637S: Maintained
7638F: drivers/net/wireless/p54/
7639
7640PA SEMI ETHERNET DRIVER
7641M: Olof Johansson <olof@lixom.net>
7642L: netdev@vger.kernel.org
7643S: Maintained
7644F: drivers/net/ethernet/pasemi/*
7645
7646PA SEMI SMBUS DRIVER
7647M: Olof Johansson <olof@lixom.net>
7648L: linux-i2c@vger.kernel.org
7649S: Maintained
7650F: drivers/i2c/busses/i2c-pasemi.c
7651
7652PADATA PARALLEL EXECUTION MECHANISM
7653M: Steffen Klassert <steffen.klassert@secunet.com>
7654L: linux-crypto@vger.kernel.org
7655S: Maintained
7656F: kernel/padata.c
7657F: include/linux/padata.h
7658F: Documentation/padata.txt
7659
7660PANASONIC LAPTOP ACPI EXTRAS DRIVER
7661M: Harald Welte <laforge@gnumonks.org>
7662L: platform-driver-x86@vger.kernel.org
7663S: Maintained
7664F: drivers/platform/x86/panasonic-laptop.c
7665
7666PANASONIC MN10300/AM33/AM34 PORT
7667M: David Howells <dhowells@redhat.com>
7668M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7669L: linux-am33-list@redhat.com (moderated for non-subscribers)
7670W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7671S: Maintained
7672F: Documentation/mn10300/
7673F: arch/mn10300/
7674
7675PARALLEL PORT SUBSYSTEM
7676M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7677M: Sudip Mukherjee <sudip@vectorindia.org>
7678L: linux-parport@lists.infradead.org (subscribers-only)
7679S: Maintained
7680F: drivers/parport/
7681F: include/linux/parport*.h
7682F: drivers/char/ppdev.c
7683F: include/uapi/linux/ppdev.h
7684F: Documentation/parport*.txt
7685
7686PARAVIRT_OPS INTERFACE
7687M: Jeremy Fitzhardinge <jeremy@goop.org>
7688M: Chris Wright <chrisw@sous-sol.org>
7689M: Alok Kataria <akataria@vmware.com>
7690M: Rusty Russell <rusty@rustcorp.com.au>
7691L: virtualization@lists.linux-foundation.org
7692S: Supported
7693F: Documentation/virtual/paravirt_ops.txt
7694F: arch/*/kernel/paravirt*
7695F: arch/*/include/asm/paravirt.h
7696
7697PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7698M: Tim Waugh <tim@cyberelk.net>
7699L: linux-parport@lists.infradead.org (subscribers-only)
7700S: Maintained
7701F: Documentation/blockdev/paride.txt
7702F: drivers/block/paride/
7703
7704PARISC ARCHITECTURE
7705M: "James E.J. Bottomley" <jejb@parisc-linux.org>
7706M: Helge Deller <deller@gmx.de>
7707L: linux-parisc@vger.kernel.org
7708W: http://www.parisc-linux.org/
7709Q: http://patchwork.kernel.org/project/linux-parisc/list/
7710T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7711T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7712S: Maintained
7713F: arch/parisc/
7714F: Documentation/parisc/
7715F: drivers/parisc/
7716F: drivers/char/agp/parisc-agp.c
7717F: drivers/input/serio/gscps2.c
7718F: drivers/parport/parport_gsc.*
7719F: drivers/tty/serial/8250/8250_gsc.c
7720F: drivers/video/fbdev/sti*
7721F: drivers/video/console/sti*
7722F: drivers/video/logo/logo_parisc*
7723
7724PC87360 HARDWARE MONITORING DRIVER
7725M: Jim Cromie <jim.cromie@gmail.com>
7726L: lm-sensors@lm-sensors.org
7727S: Maintained
7728F: Documentation/hwmon/pc87360
7729F: drivers/hwmon/pc87360.c
7730
7731PC8736x GPIO DRIVER
7732M: Jim Cromie <jim.cromie@gmail.com>
7733S: Maintained
7734F: drivers/char/pc8736x_gpio.c
7735
7736PC87427 HARDWARE MONITORING DRIVER
7737M: Jean Delvare <jdelvare@suse.com>
7738L: lm-sensors@lm-sensors.org
7739S: Maintained
7740F: Documentation/hwmon/pc87427
7741F: drivers/hwmon/pc87427.c
7742
7743PCA9532 LED DRIVER
7744M: Riku Voipio <riku.voipio@iki.fi>
7745S: Maintained
7746F: drivers/leds/leds-pca9532.c
7747F: include/linux/leds-pca9532.h
7748
7749PCA9541 I2C BUS MASTER SELECTOR DRIVER
7750M: Guenter Roeck <linux@roeck-us.net>
7751L: linux-i2c@vger.kernel.org
7752S: Maintained
7753F: drivers/i2c/muxes/i2c-mux-pca9541.c
7754
7755PCDP - PRIMARY CONSOLE AND DEBUG PORT
7756M: Khalid Aziz <khalid@gonehiking.org>
7757S: Maintained
7758F: drivers/firmware/pcdp.*
7759
7760PCI ERROR RECOVERY
7761M: Linas Vepstas <linasvepstas@gmail.com>
7762L: linux-pci@vger.kernel.org
7763S: Supported
7764F: Documentation/PCI/pci-error-recovery.txt
7765
7766PCI SUBSYSTEM
7767M: Bjorn Helgaas <bhelgaas@google.com>
7768L: linux-pci@vger.kernel.org
7769Q: http://patchwork.ozlabs.org/project/linux-pci/list/
7770T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7771S: Supported
7772F: Documentation/PCI/
7773F: drivers/pci/
7774F: include/linux/pci*
7775F: arch/x86/pci/
7776F: arch/x86/kernel/quirks.c
7777
7778PCI DRIVER FOR ARM VERSATILE PLATFORM
7779M: Rob Herring <robh@kernel.org>
7780L: linux-pci@vger.kernel.org
7781L: linux-arm-kernel@lists.infradead.org
7782S: Maintained
7783F: Documentation/devicetree/bindings/pci/versatile.txt
7784F: drivers/pci/host/pci-versatile.c
7785
7786PCI DRIVER FOR APPLIEDMICRO XGENE
7787M: Tanmay Inamdar <tinamdar@apm.com>
7788L: linux-pci@vger.kernel.org
7789L: linux-arm-kernel@lists.infradead.org
7790S: Maintained
7791F: Documentation/devicetree/bindings/pci/xgene-pci.txt
7792F: drivers/pci/host/pci-xgene.c
7793
7794PCI DRIVER FOR FREESCALE LAYERSCAPE
7795M: Minghuan Lian <minghuan.Lian@freescale.com>
7796M: Mingkai Hu <mingkai.hu@freescale.com>
7797M: Roy Zang <tie-fei.zang@freescale.com>
7798L: linuxppc-dev@lists.ozlabs.org
7799L: linux-pci@vger.kernel.org
7800L: linux-arm-kernel@lists.infradead.org
7801S: Maintained
7802F: drivers/pci/host/*layerscape*
7803
7804PCI DRIVER FOR IMX6
7805M: Richard Zhu <Richard.Zhu@freescale.com>
7806M: Lucas Stach <l.stach@pengutronix.de>
7807L: linux-pci@vger.kernel.org
7808L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7809S: Maintained
7810F: drivers/pci/host/*imx6*
7811
7812PCI DRIVER FOR TI KEYSTONE
7813M: Murali Karicheri <m-karicheri2@ti.com>
7814L: linux-pci@vger.kernel.org
7815L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7816S: Maintained
7817F: drivers/pci/host/*keystone*
7818
7819PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7820M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7821M: Jason Cooper <jason@lakedaemon.net>
7822L: linux-pci@vger.kernel.org
7823L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7824S: Maintained
7825F: drivers/pci/host/*mvebu*
7826
7827PCI DRIVER FOR NVIDIA TEGRA
7828M: Thierry Reding <thierry.reding@gmail.com>
7829L: linux-tegra@vger.kernel.org
7830L: linux-pci@vger.kernel.org
7831S: Supported
7832F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7833F: drivers/pci/host/pci-tegra.c
7834
7835PCI DRIVER FOR TI DRA7XX
7836M: Kishon Vijay Abraham I <kishon@ti.com>
7837L: linux-omap@vger.kernel.org
7838L: linux-pci@vger.kernel.org
7839S: Supported
7840F: Documentation/devicetree/bindings/pci/ti-pci.txt
7841F: drivers/pci/host/pci-dra7xx.c
7842
7843PCI DRIVER FOR RENESAS R-CAR
7844M: Simon Horman <horms@verge.net.au>
7845L: linux-pci@vger.kernel.org
7846L: linux-sh@vger.kernel.org
7847S: Maintained
7848F: drivers/pci/host/*rcar*
7849
7850PCI DRIVER FOR SAMSUNG EXYNOS
7851M: Jingoo Han <jingoohan1@gmail.com>
7852L: linux-pci@vger.kernel.org
7853L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7854L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7855S: Maintained
7856F: drivers/pci/host/pci-exynos.c
7857
7858PCI DRIVER FOR SYNOPSIS DESIGNWARE
7859M: Jingoo Han <jingoohan1@gmail.com>
7860M: Pratyush Anand <pratyush.anand@gmail.com>
7861L: linux-pci@vger.kernel.org
7862S: Maintained
7863F: drivers/pci/host/*designware*
7864
7865PCI DRIVER FOR GENERIC OF HOSTS
7866M: Will Deacon <will.deacon@arm.com>
7867L: linux-pci@vger.kernel.org
7868L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7869S: Maintained
7870F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
7871F: drivers/pci/host/pci-host-generic.c
7872
7873PCIE DRIVER FOR ST SPEAR13XX
7874M: Pratyush Anand <pratyush.anand@gmail.com>
7875L: linux-pci@vger.kernel.org
7876S: Maintained
7877F: drivers/pci/host/*spear*
7878
7879PCI MSI DRIVER FOR APPLIEDMICRO XGENE
7880M: Duc Dang <dhdang@apm.com>
7881L: linux-pci@vger.kernel.org
7882L: linux-arm-kernel@lists.infradead.org
7883S: Maintained
7884F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
7885F: drivers/pci/host/pci-xgene-msi.c
7886
7887PCMCIA SUBSYSTEM
7888P: Linux PCMCIA Team
7889L: linux-pcmcia@lists.infradead.org
7890W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7891T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7892S: Maintained
7893F: Documentation/pcmcia/
7894F: drivers/pcmcia/
7895F: include/pcmcia/
7896
7897PCNET32 NETWORK DRIVER
7898M: Don Fry <pcnet32@frontier.com>
7899L: netdev@vger.kernel.org
7900S: Maintained
7901F: drivers/net/ethernet/amd/pcnet32.c
7902
7903PCRYPT PARALLEL CRYPTO ENGINE
7904M: Steffen Klassert <steffen.klassert@secunet.com>
7905L: linux-crypto@vger.kernel.org
7906S: Maintained
7907F: crypto/pcrypt.c
7908F: include/crypto/pcrypt.h
7909
7910PER-CPU MEMORY ALLOCATOR
7911M: Tejun Heo <tj@kernel.org>
7912M: Christoph Lameter <cl@linux-foundation.org>
7913T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7914S: Maintained
7915F: include/linux/percpu*.h
7916F: mm/percpu*.c
7917F: arch/*/include/asm/percpu.h
7918
7919PER-TASK DELAY ACCOUNTING
7920M: Balbir Singh <bsingharora@gmail.com>
7921S: Maintained
7922F: include/linux/delayacct.h
7923F: kernel/delayacct.c
7924
7925PERFORMANCE EVENTS SUBSYSTEM
7926M: Peter Zijlstra <a.p.zijlstra@chello.nl>
7927M: Ingo Molnar <mingo@redhat.com>
7928M: Arnaldo Carvalho de Melo <acme@kernel.org>
7929L: linux-kernel@vger.kernel.org
7930T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7931S: Supported
7932F: kernel/events/*
7933F: include/linux/perf_event.h
7934F: include/uapi/linux/perf_event.h
7935F: arch/*/kernel/perf_event*.c
7936F: arch/*/kernel/*/perf_event*.c
7937F: arch/*/kernel/*/*/perf_event*.c
7938F: arch/*/include/asm/perf_event.h
7939F: arch/*/kernel/perf_callchain.c
7940F: tools/perf/
7941
7942PERSONALITY HANDLING
7943M: Christoph Hellwig <hch@infradead.org>
7944L: linux-abi-devel@lists.sourceforge.net
7945S: Maintained
7946F: include/linux/personality.h
7947F: include/uapi/linux/personality.h
7948
7949PHONET PROTOCOL
7950M: Remi Denis-Courmont <courmisch@gmail.com>
7951S: Supported
7952F: Documentation/networking/phonet.txt
7953F: include/linux/phonet.h
7954F: include/net/phonet/
7955F: include/uapi/linux/phonet.h
7956F: net/phonet/
7957
7958PHRAM MTD DRIVER
7959M: Joern Engel <joern@lazybastard.org>
7960L: linux-mtd@lists.infradead.org
7961S: Maintained
7962F: drivers/mtd/devices/phram.c
7963
7964PICOLCD HID DRIVER
7965M: Bruno Prémont <bonbons@linux-vserver.org>
7966L: linux-input@vger.kernel.org
7967S: Maintained
7968F: drivers/hid/hid-picolcd*
7969
7970PICOXCELL SUPPORT
7971M: Jamie Iles <jamie@jamieiles.com>
7972L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7973T: git git://github.com/jamieiles/linux-2.6-ji.git
7974S: Supported
7975F: arch/arm/boot/dts/picoxcell*
7976F: arch/arm/mach-picoxcell/
7977F: drivers/crypto/picoxcell*
7978
7979PIN CONTROL SUBSYSTEM
7980M: Linus Walleij <linus.walleij@linaro.org>
7981L: linux-gpio@vger.kernel.org
7982T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7983S: Maintained
7984F: drivers/pinctrl/
7985F: include/linux/pinctrl/
7986
7987PIN CONTROLLER - ATMEL AT91
7988M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7989L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7990S: Maintained
7991F: drivers/pinctrl/pinctrl-at91.*
7992
7993PIN CONTROLLER - INTEL
7994M: Mika Westerberg <mika.westerberg@linux.intel.com>
7995M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
7996S: Maintained
7997F: drivers/pinctrl/intel/
7998
7999PIN CONTROLLER - RENESAS
8000M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8001L: linux-sh@vger.kernel.org
8002S: Maintained
8003F: drivers/pinctrl/sh-pfc/
8004
8005PIN CONTROLLER - SAMSUNG
8006M: Tomasz Figa <tomasz.figa@gmail.com>
8007M: Thomas Abraham <thomas.abraham@linaro.org>
8008L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8009L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8010S: Maintained
8011F: drivers/pinctrl/samsung/
8012
8013PIN CONTROLLER - ST SPEAR
8014M: Viresh Kumar <vireshk@kernel.org>
8015L: spear-devel@list.st.com
8016L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8017W: http://www.st.com/spear
8018S: Maintained
8019F: drivers/pinctrl/spear/
8020
8021PKTCDVD DRIVER
8022M: Jiri Kosina <jkosina@suse.com>
8023S: Maintained
8024F: drivers/block/pktcdvd.c
8025F: include/linux/pktcdvd.h
8026F: include/uapi/linux/pktcdvd.h
8027
8028PKUNITY SOC DRIVERS
8029M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8030W: http://mprc.pku.edu.cn/~guanxuetao/linux
8031S: Maintained
8032T: git git://github.com/gxt/linux.git
8033F: drivers/input/serio/i8042-unicore32io.h
8034F: drivers/i2c/busses/i2c-puv3.c
8035F: drivers/video/fbdev/fb-puv3.c
8036F: drivers/rtc/rtc-puv3.c
8037
8038PMBUS HARDWARE MONITORING DRIVERS
8039M: Guenter Roeck <linux@roeck-us.net>
8040L: lm-sensors@lm-sensors.org
8041W: http://www.lm-sensors.org/
8042W: http://www.roeck-us.net/linux/drivers/
8043T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8044S: Maintained
8045F: Documentation/hwmon/pmbus
8046F: drivers/hwmon/pmbus/
8047F: include/linux/i2c/pmbus.h
8048
8049PMC SIERRA MaxRAID DRIVER
8050M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
8051L: linux-scsi@vger.kernel.org
8052W: http://www.pmc-sierra.com/
8053S: Supported
8054F: drivers/scsi/pmcraid.*
8055
8056PMC SIERRA PM8001 DRIVER
8057M: xjtuwjp@gmail.com
8058M: lindar_liu@usish.com
8059L: pmchba@pmcs.com
8060L: linux-scsi@vger.kernel.org
8061S: Supported
8062F: drivers/scsi/pm8001/
8063
8064POSIX CLOCKS and TIMERS
8065M: Thomas Gleixner <tglx@linutronix.de>
8066L: linux-kernel@vger.kernel.org
8067T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8068S: Maintained
8069F: fs/timerfd.c
8070F: include/linux/timer*
8071F: kernel/time/*timer*
8072
8073POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8074M: Sebastian Reichel <sre@kernel.org>
8075M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8076M: David Woodhouse <dwmw2@infradead.org>
8077L: linux-pm@vger.kernel.org
8078T: git git://git.infradead.org/battery-2.6.git
8079S: Maintained
8080F: include/linux/power_supply.h
8081F: drivers/power/
8082
8083PNP SUPPORT
8084M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8085S: Maintained
8086F: drivers/pnp/
8087
8088PNXxxxx I2C DRIVER
8089M: Vitaly Wool <vitalywool@gmail.com>
8090L: linux-i2c@vger.kernel.org
8091S: Maintained
8092F: drivers/i2c/busses/i2c-pnx.c
8093
8094PPP PROTOCOL DRIVERS AND COMPRESSORS
8095M: Paul Mackerras <paulus@samba.org>
8096L: linux-ppp@vger.kernel.org
8097S: Maintained
8098F: drivers/net/ppp/ppp_*
8099
8100PPP OVER ATM (RFC 2364)
8101M: Mitchell Blank Jr <mitch@sfgoth.com>
8102S: Maintained
8103F: net/atm/pppoatm.c
8104F: include/uapi/linux/atmppp.h
8105
8106PPP OVER ETHERNET
8107M: Michal Ostrowski <mostrows@earthlink.net>
8108S: Maintained
8109F: drivers/net/ppp/pppoe.c
8110F: drivers/net/ppp/pppox.c
8111
8112PPP OVER L2TP
8113M: James Chapman <jchapman@katalix.com>
8114S: Maintained
8115F: net/l2tp/l2tp_ppp.c
8116F: include/linux/if_pppol2tp.h
8117F: include/uapi/linux/if_pppol2tp.h
8118
8119PPS SUPPORT
8120M: Rodolfo Giometti <giometti@enneenne.com>
8121W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8122L: linuxpps@ml.enneenne.com (subscribers-only)
8123S: Maintained
8124F: Documentation/pps/
8125F: drivers/pps/
8126F: include/linux/pps*.h
8127
8128PPTP DRIVER
8129M: Dmitry Kozlov <xeb@mail.ru>
8130L: netdev@vger.kernel.org
8131S: Maintained
8132F: drivers/net/ppp/pptp.c
8133W: http://sourceforge.net/projects/accel-pptp
8134
8135PREEMPTIBLE KERNEL
8136M: Robert Love <rml@tech9.net>
8137L: kpreempt-tech@lists.sourceforge.net
8138W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8139S: Supported
8140F: Documentation/preempt-locking.txt
8141F: include/linux/preempt.h
8142
8143PRISM54 WIRELESS DRIVER
8144M: "Luis R. Rodriguez" <mcgrof@gmail.com>
8145L: linux-wireless@vger.kernel.org
8146W: http://wireless.kernel.org/en/users/Drivers/p54
8147S: Obsolete
8148F: drivers/net/wireless/prism54/
8149
8150PS3 NETWORK SUPPORT
8151M: Geoff Levand <geoff@infradead.org>
8152L: netdev@vger.kernel.org
8153L: linuxppc-dev@lists.ozlabs.org
8154S: Maintained
8155F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
8156
8157PS3 PLATFORM SUPPORT
8158M: Geoff Levand <geoff@infradead.org>
8159L: linuxppc-dev@lists.ozlabs.org
8160S: Maintained
8161F: arch/powerpc/boot/ps3*
8162F: arch/powerpc/include/asm/lv1call.h
8163F: arch/powerpc/include/asm/ps3*.h
8164F: arch/powerpc/platforms/ps3/
8165F: drivers/*/ps3*
8166F: drivers/ps3/
8167F: drivers/rtc/rtc-ps3.c
8168F: drivers/usb/host/*ps3.c
8169F: sound/ppc/snd_ps3*
8170
8171PS3VRAM DRIVER
8172M: Jim Paris <jim@jtan.com>
8173M: Geoff Levand <geoff@infradead.org>
8174L: linuxppc-dev@lists.ozlabs.org
8175S: Maintained
8176F: drivers/block/ps3vram.c
8177
8178PSTORE FILESYSTEM
8179M: Anton Vorontsov <anton@enomsg.org>
8180M: Colin Cross <ccross@android.com>
8181M: Kees Cook <keescook@chromium.org>
8182M: Tony Luck <tony.luck@intel.com>
8183S: Maintained
8184T: git git://git.infradead.org/users/cbou/linux-pstore.git
8185F: fs/pstore/
8186F: include/linux/pstore*
8187F: drivers/firmware/efi/efi-pstore.c
8188F: drivers/acpi/apei/erst.c
8189
8190PTP HARDWARE CLOCK SUPPORT
8191M: Richard Cochran <richardcochran@gmail.com>
8192L: netdev@vger.kernel.org
8193S: Maintained
8194W: http://linuxptp.sourceforge.net/
8195F: Documentation/ABI/testing/sysfs-ptp
8196F: Documentation/ptp/*
8197F: drivers/net/ethernet/freescale/gianfar_ptp.c
8198F: drivers/net/phy/dp83640*
8199F: drivers/ptp/*
8200F: include/linux/ptp_cl*
8201
8202PTRACE SUPPORT
8203M: Roland McGrath <roland@hack.frob.com>
8204M: Oleg Nesterov <oleg@redhat.com>
8205S: Maintained
8206F: include/asm-generic/syscall.h
8207F: include/linux/ptrace.h
8208F: include/linux/regset.h
8209F: include/linux/tracehook.h
8210F: include/uapi/linux/ptrace.h
8211F: kernel/ptrace.c
8212
8213PVRUSB2 VIDEO4LINUX DRIVER
8214M: Mike Isely <isely@pobox.com>
8215L: pvrusb2@isely.net (subscribers-only)
8216L: linux-media@vger.kernel.org
8217W: http://www.isely.net/pvrusb2/
8218T: git git://linuxtv.org/media_tree.git
8219S: Maintained
8220F: Documentation/video4linux/README.pvrusb2
8221F: drivers/media/usb/pvrusb2/
8222
8223PWC WEBCAM DRIVER
8224M: Hans de Goede <hdegoede@redhat.com>
8225L: linux-media@vger.kernel.org
8226T: git git://linuxtv.org/media_tree.git
8227S: Maintained
8228F: drivers/media/usb/pwc/*
8229
8230PWM FAN DRIVER
8231M: Kamil Debski <k.debski@samsung.com>
8232L: lm-sensors@lm-sensors.org
8233S: Supported
8234F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8235F: Documentation/hwmon/pwm-fan
8236F: drivers/hwmon/pwm-fan.c
8237
8238PWM SUBSYSTEM
8239M: Thierry Reding <thierry.reding@gmail.com>
8240L: linux-pwm@vger.kernel.org
8241S: Maintained
8242T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8243F: Documentation/pwm.txt
8244F: Documentation/devicetree/bindings/pwm/
8245F: include/linux/pwm.h
8246F: drivers/pwm/
8247F: drivers/video/backlight/pwm_bl.c
8248F: include/linux/pwm_backlight.h
8249
8250PXA2xx/PXA3xx SUPPORT
8251M: Daniel Mack <daniel@zonque.org>
8252M: Haojian Zhuang <haojian.zhuang@gmail.com>
8253M: Robert Jarzmik <robert.jarzmik@free.fr>
8254L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8255T: git git://github.com/hzhuang1/linux.git
8256T: git git://github.com/rjarzmik/linux.git
8257S: Maintained
8258F: arch/arm/mach-pxa/
8259F: drivers/dma/pxa*
8260F: drivers/pcmcia/pxa2xx*
8261F: drivers/spi/spi-pxa2xx*
8262F: drivers/usb/gadget/udc/pxa2*
8263F: include/sound/pxa2xx-lib.h
8264F: sound/arm/pxa*
8265F: sound/soc/pxa/
8266
8267PXA3xx NAND FLASH DRIVER
8268M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8269L: linux-mtd@lists.infradead.org
8270S: Maintained
8271F: drivers/mtd/nand/pxa3xx_nand.c
8272
8273MMP SUPPORT
8274M: Eric Miao <eric.y.miao@gmail.com>
8275M: Haojian Zhuang <haojian.zhuang@gmail.com>
8276L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8277T: git git://github.com/hzhuang1/linux.git
8278T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
8279S: Maintained
8280F: arch/arm/mach-mmp/
8281
8282PXA MMCI DRIVER
8283S: Orphan
8284
8285PXA RTC DRIVER
8286M: Robert Jarzmik <robert.jarzmik@free.fr>
8287L: rtc-linux@googlegroups.com
8288S: Maintained
8289
8290QAT DRIVER
8291M: Tadeusz Struk <tadeusz.struk@intel.com>
8292L: qat-linux@intel.com
8293S: Supported
8294F: drivers/crypto/qat/
8295
8296QIB DRIVER
8297M: Mike Marciniszyn <infinipath@intel.com>
8298L: linux-rdma@vger.kernel.org
8299S: Supported
8300F: drivers/infiniband/hw/qib/
8301
8302QLOGIC QLA1280 SCSI DRIVER
8303M: Michael Reed <mdr@sgi.com>
8304L: linux-scsi@vger.kernel.org
8305S: Maintained
8306F: drivers/scsi/qla1280.[ch]
8307
8308QLOGIC QLA2XXX FC-SCSI DRIVER
8309M: qla2xxx-upstream@qlogic.com
8310L: linux-scsi@vger.kernel.org
8311S: Supported
8312F: Documentation/scsi/LICENSE.qla2xxx
8313F: drivers/scsi/qla2xxx/
8314
8315QLOGIC QLA4XXX iSCSI DRIVER
8316M: QLogic-Storage-Upstream@qlogic.com
8317L: linux-scsi@vger.kernel.org
8318S: Supported
8319F: Documentation/scsi/LICENSE.qla4xxx
8320F: drivers/scsi/qla4xxx/
8321
8322QLOGIC QLA3XXX NETWORK DRIVER
8323M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8324M: Ron Mercer <ron.mercer@qlogic.com>
8325M: linux-driver@qlogic.com
8326L: netdev@vger.kernel.org
8327S: Supported
8328F: Documentation/networking/LICENSE.qla3xxx
8329F: drivers/net/ethernet/qlogic/qla3xxx.*
8330
8331QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8332M: Shahed Shaikh <shahed.shaikh@qlogic.com>
8333M: Dept-GELinuxNICDev@qlogic.com
8334L: netdev@vger.kernel.org
8335S: Supported
8336F: drivers/net/ethernet/qlogic/qlcnic/
8337
8338QLOGIC QLGE 10Gb ETHERNET DRIVER
8339M: Harish Patil <harish.patil@qlogic.com>
8340M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8341M: Dept-GELinuxNICDev@qlogic.com
8342M: linux-driver@qlogic.com
8343L: netdev@vger.kernel.org
8344S: Supported
8345F: drivers/net/ethernet/qlogic/qlge/
8346
8347QNX4 FILESYSTEM
8348M: Anders Larsen <al@alarsen.net>
8349W: http://www.alarsen.net/linux/qnx4fs/
8350S: Maintained
8351F: fs/qnx4/
8352F: include/uapi/linux/qnx4_fs.h
8353F: include/uapi/linux/qnxtypes.h
8354
8355QT1010 MEDIA DRIVER
8356M: Antti Palosaari <crope@iki.fi>
8357L: linux-media@vger.kernel.org
8358W: http://linuxtv.org/
8359W: http://palosaari.fi/linux/
8360Q: http://patchwork.linuxtv.org/project/linux-media/list/
8361T: git git://linuxtv.org/anttip/media_tree.git
8362S: Maintained
8363F: drivers/media/tuners/qt1010*
8364
8365QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8366M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8367L: linux-wireless@vger.kernel.org
8368L: ath9k-devel@lists.ath9k.org
8369W: http://wireless.kernel.org/en/users/Drivers/ath9k
8370S: Supported
8371F: drivers/net/wireless/ath/ath9k/
8372
8373QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8374M: Kalle Valo <kvalo@qca.qualcomm.com>
8375L: ath10k@lists.infradead.org
8376W: http://wireless.kernel.org/en/users/Drivers/ath10k
8377T: git git://github.com/kvalo/ath.git
8378S: Supported
8379F: drivers/net/wireless/ath/ath10k/
8380
8381QUALCOMM HEXAGON ARCHITECTURE
8382M: Richard Kuo <rkuo@codeaurora.org>
8383L: linux-hexagon@vger.kernel.org
8384S: Supported
8385F: arch/hexagon/
8386
8387QUALCOMM WCN36XX WIRELESS DRIVER
8388M: Eugene Krasnikov <k.eugene.e@gmail.com>
8389L: wcn36xx@lists.infradead.org
8390W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
8391T: git git://github.com/KrasnikovEugene/wcn36xx.git
8392S: Supported
8393F: drivers/net/wireless/ath/wcn36xx/
8394
8395RADOS BLOCK DEVICE (RBD)
8396M: Ilya Dryomov <idryomov@gmail.com>
8397M: Sage Weil <sage@redhat.com>
8398M: Alex Elder <elder@kernel.org>
8399L: ceph-devel@vger.kernel.org
8400W: http://ceph.com/
8401T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8402T: git git://github.com/ceph/ceph-client.git
8403S: Supported
8404F: Documentation/ABI/testing/sysfs-bus-rbd
8405F: drivers/block/rbd.c
8406F: drivers/block/rbd_types.h
8407
8408RADEON FRAMEBUFFER DISPLAY DRIVER
8409M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8410L: linux-fbdev@vger.kernel.org
8411S: Maintained
8412F: drivers/video/fbdev/aty/radeon*
8413F: include/uapi/linux/radeonfb.h
8414
8415RADIOSHARK RADIO DRIVER
8416M: Hans de Goede <hdegoede@redhat.com>
8417L: linux-media@vger.kernel.org
8418T: git git://linuxtv.org/media_tree.git
8419S: Maintained
8420F: drivers/media/radio/radio-shark.c
8421
8422RADIOSHARK2 RADIO DRIVER
8423M: Hans de Goede <hdegoede@redhat.com>
8424L: linux-media@vger.kernel.org
8425T: git git://linuxtv.org/media_tree.git
8426S: Maintained
8427F: drivers/media/radio/radio-shark2.c
8428F: drivers/media/radio/radio-tea5777.c
8429
8430RAGE128 FRAMEBUFFER DISPLAY DRIVER
8431M: Paul Mackerras <paulus@samba.org>
8432L: linux-fbdev@vger.kernel.org
8433S: Maintained
8434F: drivers/video/fbdev/aty/aty128fb.c
8435
8436RALINK RT2X00 WIRELESS LAN DRIVER
8437P: rt2x00 project
8438M: Stanislaw Gruszka <sgruszka@redhat.com>
8439M: Helmut Schaa <helmut.schaa@googlemail.com>
8440L: linux-wireless@vger.kernel.org
8441S: Maintained
8442F: drivers/net/wireless/rt2x00/
8443
8444RAMDISK RAM BLOCK DEVICE DRIVER
8445M: Jens Axboe <axboe@kernel.dk>
8446S: Maintained
8447F: Documentation/blockdev/ramdisk.txt
8448F: drivers/block/brd.c
8449
8450RANDOM NUMBER DRIVER
8451M: "Theodore Ts'o" <tytso@mit.edu>
8452S: Maintained
8453F: drivers/char/random.c
8454
8455RAPIDIO SUBSYSTEM
8456M: Matt Porter <mporter@kernel.crashing.org>
8457M: Alexandre Bounine <alexandre.bounine@idt.com>
8458S: Maintained
8459F: drivers/rapidio/
8460
8461RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8462L: linux-wireless@vger.kernel.org
8463S: Orphan
8464F: drivers/net/wireless/ray*
8465
8466RCUTORTURE MODULE
8467M: Josh Triplett <josh@joshtriplett.org>
8468M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8469L: linux-kernel@vger.kernel.org
8470S: Supported
8471T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8472F: Documentation/RCU/torture.txt
8473F: kernel/rcu/rcutorture.c
8474
8475RCUTORTURE TEST FRAMEWORK
8476M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8477M: Josh Triplett <josh@joshtriplett.org>
8478R: Steven Rostedt <rostedt@goodmis.org>
8479R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8480R: Lai Jiangshan <laijs@cn.fujitsu.com>
8481L: linux-kernel@vger.kernel.org
8482S: Supported
8483T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8484F: tools/testing/selftests/rcutorture
8485
8486RDC R-321X SoC
8487M: Florian Fainelli <florian@openwrt.org>
8488S: Maintained
8489
8490RDC R6040 FAST ETHERNET DRIVER
8491M: Florian Fainelli <florian@openwrt.org>
8492L: netdev@vger.kernel.org
8493S: Maintained
8494F: drivers/net/ethernet/rdc/r6040.c
8495
8496RDS - RELIABLE DATAGRAM SOCKETS
8497M: Chien Yen <chien.yen@oracle.com>
8498L: rds-devel@oss.oracle.com (moderated for non-subscribers)
8499S: Supported
8500F: net/rds/
8501
8502READ-COPY UPDATE (RCU)
8503M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8504M: Josh Triplett <josh@joshtriplett.org>
8505R: Steven Rostedt <rostedt@goodmis.org>
8506R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8507R: Lai Jiangshan <laijs@cn.fujitsu.com>
8508L: linux-kernel@vger.kernel.org
8509W: http://www.rdrop.com/users/paulmck/RCU/
8510S: Supported
8511T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8512F: Documentation/RCU/
8513X: Documentation/RCU/torture.txt
8514F: include/linux/rcu*
8515X: include/linux/srcu.h
8516F: kernel/rcu/
8517X: kernel/torture.c
8518
8519REAL TIME CLOCK (RTC) SUBSYSTEM
8520M: Alessandro Zummo <a.zummo@towertech.it>
8521M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
8522L: rtc-linux@googlegroups.com
8523Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
8524T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8525S: Maintained
8526F: Documentation/rtc.txt
8527F: drivers/rtc/
8528F: include/linux/rtc.h
8529F: include/uapi/linux/rtc.h
8530
8531REALTEK AUDIO CODECS
8532M: Bard Liao <bardliao@realtek.com>
8533M: Oder Chiou <oder_chiou@realtek.com>
8534S: Maintained
8535F: sound/soc/codecs/rt*
8536F: include/sound/rt*.h
8537
8538REISERFS FILE SYSTEM
8539L: reiserfs-devel@vger.kernel.org
8540S: Supported
8541F: fs/reiserfs/
8542
8543REGISTER MAP ABSTRACTION
8544M: Mark Brown <broonie@kernel.org>
8545L: linux-kernel@vger.kernel.org
8546T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8547S: Supported
8548F: drivers/base/regmap/
8549F: include/linux/regmap.h
8550
8551REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8552M: Ohad Ben-Cohen <ohad@wizery.com>
8553T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8554S: Maintained
8555F: drivers/remoteproc/
8556F: Documentation/remoteproc.txt
8557F: include/linux/remoteproc.h
8558
8559REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8560M: Ohad Ben-Cohen <ohad@wizery.com>
8561T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8562S: Maintained
8563F: drivers/rpmsg/
8564F: Documentation/rpmsg.txt
8565F: include/linux/rpmsg.h
8566
8567RESET CONTROLLER FRAMEWORK
8568M: Philipp Zabel <p.zabel@pengutronix.de>
8569S: Maintained
8570F: drivers/reset/
8571F: Documentation/devicetree/bindings/reset/
8572F: include/linux/reset.h
8573F: include/linux/reset-controller.h
8574
8575RFKILL
8576M: Johannes Berg <johannes@sipsolutions.net>
8577L: linux-wireless@vger.kernel.org
8578W: http://wireless.kernel.org/
8579T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8580T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8581S: Maintained
8582F: Documentation/rfkill.txt
8583F: net/rfkill/
8584
8585RHASHTABLE
8586M: Thomas Graf <tgraf@suug.ch>
8587L: netdev@vger.kernel.org
8588S: Maintained
8589F: lib/rhashtable.c
8590F: include/linux/rhashtable.h
8591
8592RICOH SMARTMEDIA/XD DRIVER
8593M: Maxim Levitsky <maximlevitsky@gmail.com>
8594S: Maintained
8595F: drivers/mtd/nand/r852.c
8596F: drivers/mtd/nand/r852.h
8597
8598RICOH R5C592 MEMORYSTICK DRIVER
8599M: Maxim Levitsky <maximlevitsky@gmail.com>
8600S: Maintained
8601F: drivers/memstick/host/r592.*
8602
8603ROCCAT DRIVERS
8604M: Stefan Achatz <erazor_de@users.sourceforge.net>
8605W: http://sourceforge.net/projects/roccat/
8606S: Maintained
8607F: drivers/hid/hid-roccat*
8608F: include/linux/hid-roccat*
8609F: Documentation/ABI/*/sysfs-driver-hid-roccat*
8610
8611ROCKER DRIVER
8612M: Jiri Pirko <jiri@resnulli.us>
8613M: Scott Feldman <sfeldma@gmail.com>
8614L: netdev@vger.kernel.org
8615S: Supported
8616F: drivers/net/ethernet/rocker/
8617
8618ROCKETPORT DRIVER
8619P: Comtrol Corp.
8620W: http://www.comtrol.com
8621S: Maintained
8622F: Documentation/serial/rocket.txt
8623F: drivers/tty/rocket*
8624
8625ROCKETPORT EXPRESS/INFINITY DRIVER
8626M: Kevin Cernekee <cernekee@gmail.com>
8627L: linux-serial@vger.kernel.org
8628S: Odd Fixes
8629F: drivers/tty/serial/rp2.*
8630
8631ROSE NETWORK LAYER
8632M: Ralf Baechle <ralf@linux-mips.org>
8633L: linux-hams@vger.kernel.org
8634W: http://www.linux-ax25.org/
8635S: Maintained
8636F: include/net/rose.h
8637F: include/uapi/linux/rose.h
8638F: net/rose/
8639
8640RTL2830 MEDIA DRIVER
8641M: Antti Palosaari <crope@iki.fi>
8642L: linux-media@vger.kernel.org
8643W: http://linuxtv.org/
8644W: http://palosaari.fi/linux/
8645Q: http://patchwork.linuxtv.org/project/linux-media/list/
8646T: git git://linuxtv.org/anttip/media_tree.git
8647S: Maintained
8648F: drivers/media/dvb-frontends/rtl2830*
8649
8650RTL2832 MEDIA DRIVER
8651M: Antti Palosaari <crope@iki.fi>
8652L: linux-media@vger.kernel.org
8653W: http://linuxtv.org/
8654W: http://palosaari.fi/linux/
8655Q: http://patchwork.linuxtv.org/project/linux-media/list/
8656T: git git://linuxtv.org/anttip/media_tree.git
8657S: Maintained
8658F: drivers/media/dvb-frontends/rtl2832*
8659
8660RTL2832_SDR MEDIA DRIVER
8661M: Antti Palosaari <crope@iki.fi>
8662L: linux-media@vger.kernel.org
8663W: http://linuxtv.org/
8664W: http://palosaari.fi/linux/
8665Q: http://patchwork.linuxtv.org/project/linux-media/list/
8666T: git git://linuxtv.org/anttip/media_tree.git
8667S: Maintained
8668F: drivers/media/dvb-frontends/rtl2832_sdr*
8669
8670RTL8180 WIRELESS DRIVER
8671L: linux-wireless@vger.kernel.org
8672W: http://wireless.kernel.org/
8673T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8674S: Orphan
8675F: drivers/net/wireless/rtl818x/rtl8180/
8676
8677RTL8187 WIRELESS DRIVER
8678M: Herton Ronaldo Krzesinski <herton@canonical.com>
8679M: Hin-Tak Leung <htl10@users.sourceforge.net>
8680M: Larry Finger <Larry.Finger@lwfinger.net>
8681L: linux-wireless@vger.kernel.org
8682W: http://wireless.kernel.org/
8683T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8684S: Maintained
8685F: drivers/net/wireless/rtl818x/rtl8187/
8686
8687RTL8192CE WIRELESS DRIVER
8688M: Larry Finger <Larry.Finger@lwfinger.net>
8689M: Chaoming Li <chaoming_li@realsil.com.cn>
8690L: linux-wireless@vger.kernel.org
8691W: http://wireless.kernel.org/
8692T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8693S: Maintained
8694F: drivers/net/wireless/rtlwifi/
8695F: drivers/net/wireless/rtlwifi/rtl8192ce/
8696
8697S3 SAVAGE FRAMEBUFFER DRIVER
8698M: Antonino Daplas <adaplas@gmail.com>
8699L: linux-fbdev@vger.kernel.org
8700S: Maintained
8701F: drivers/video/fbdev/savage/
8702
8703S390
8704M: Martin Schwidefsky <schwidefsky@de.ibm.com>
8705M: Heiko Carstens <heiko.carstens@de.ibm.com>
8706M: linux390@de.ibm.com
8707L: linux-s390@vger.kernel.org
8708W: http://www.ibm.com/developerworks/linux/linux390/
8709S: Supported
8710F: arch/s390/
8711F: drivers/s390/
8712F: Documentation/s390/
8713F: Documentation/DocBook/s390*
8714
8715S390 COMMON I/O LAYER
8716M: Sebastian Ott <sebott@linux.vnet.ibm.com>
8717M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8718L: linux-s390@vger.kernel.org
8719W: http://www.ibm.com/developerworks/linux/linux390/
8720S: Supported
8721F: drivers/s390/cio/
8722
8723S390 DASD DRIVER
8724M: Stefan Weinhuber <wein@de.ibm.com>
8725M: Stefan Haberland <stefan.haberland@de.ibm.com>
8726L: linux-s390@vger.kernel.org
8727W: http://www.ibm.com/developerworks/linux/linux390/
8728S: Supported
8729F: drivers/s390/block/dasd*
8730F: block/partitions/ibm.c
8731
8732S390 NETWORK DRIVERS
8733M: Ursula Braun <ursula.braun@de.ibm.com>
8734M: linux390@de.ibm.com
8735L: linux-s390@vger.kernel.org
8736W: http://www.ibm.com/developerworks/linux/linux390/
8737S: Supported
8738F: drivers/s390/net/
8739
8740S390 PCI SUBSYSTEM
8741M: Sebastian Ott <sebott@linux.vnet.ibm.com>
8742M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
8743L: linux-s390@vger.kernel.org
8744W: http://www.ibm.com/developerworks/linux/linux390/
8745S: Supported
8746F: arch/s390/pci/
8747F: drivers/pci/hotplug/s390_pci_hpc.c
8748
8749S390 ZCRYPT DRIVER
8750M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8751M: linux390@de.ibm.com
8752L: linux-s390@vger.kernel.org
8753W: http://www.ibm.com/developerworks/linux/linux390/
8754S: Supported
8755F: drivers/s390/crypto/
8756
8757S390 ZFCP DRIVER
8758M: Steffen Maier <maier@linux.vnet.ibm.com>
8759M: linux390@de.ibm.com
8760L: linux-s390@vger.kernel.org
8761W: http://www.ibm.com/developerworks/linux/linux390/
8762S: Supported
8763F: drivers/s390/scsi/zfcp_*
8764
8765S390 IUCV NETWORK LAYER
8766M: Ursula Braun <ursula.braun@de.ibm.com>
8767M: linux390@de.ibm.com
8768L: linux-s390@vger.kernel.org
8769W: http://www.ibm.com/developerworks/linux/linux390/
8770S: Supported
8771F: drivers/s390/net/*iucv*
8772F: include/net/iucv/
8773F: net/iucv/
8774
8775S3C24XX SD/MMC Driver
8776M: Ben Dooks <ben-linux@fluff.org>
8777L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8778S: Supported
8779F: drivers/mmc/host/s3cmci.*
8780
8781SAA6588 RDS RECEIVER DRIVER
8782M: Hans Verkuil <hverkuil@xs4all.nl>
8783L: linux-media@vger.kernel.org
8784T: git git://linuxtv.org/media_tree.git
8785W: http://linuxtv.org
8786S: Odd Fixes
8787F: drivers/media/i2c/saa6588*
8788
8789SAA7134 VIDEO4LINUX DRIVER
8790M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8791L: linux-media@vger.kernel.org
8792W: http://linuxtv.org
8793T: git git://linuxtv.org/media_tree.git
8794S: Odd fixes
8795F: Documentation/video4linux/*.saa7134
8796F: drivers/media/pci/saa7134/
8797
8798SAA7146 VIDEO4LINUX-2 DRIVER
8799M: Hans Verkuil <hverkuil@xs4all.nl>
8800L: linux-media@vger.kernel.org
8801T: git git://linuxtv.org/media_tree.git
8802S: Maintained
8803F: drivers/media/common/saa7146/
8804F: drivers/media/pci/saa7146/
8805F: include/media/saa7146*
8806
8807SAMSUNG LAPTOP DRIVER
8808M: Corentin Chary <corentin.chary@gmail.com>
8809L: platform-driver-x86@vger.kernel.org
8810S: Maintained
8811F: drivers/platform/x86/samsung-laptop.c
8812
8813SAMSUNG AUDIO (ASoC) DRIVERS
8814M: Sangbeom Kim <sbkim73@samsung.com>
8815L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8816S: Supported
8817F: sound/soc/samsung/
8818
8819SAMSUNG FRAMEBUFFER DRIVER
8820M: Jingoo Han <jingoohan1@gmail.com>
8821L: linux-fbdev@vger.kernel.org
8822S: Maintained
8823F: drivers/video/fbdev/s3c-fb.c
8824
8825SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8826M: Sangbeom Kim <sbkim73@samsung.com>
8827M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
8828L: linux-kernel@vger.kernel.org
8829L: linux-samsung-soc@vger.kernel.org
8830S: Supported
8831F: drivers/mfd/sec*.c
8832F: drivers/regulator/s2m*.c
8833F: drivers/regulator/s5m*.c
8834F: drivers/clk/clk-s2mps11.c
8835F: drivers/rtc/rtc-s5m.c
8836F: include/linux/mfd/samsung/
8837F: Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
8838F: Documentation/devicetree/bindings/mfd/s2mp*.txt
8839
8840SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8841M: Kyungmin Park <kyungmin.park@samsung.com>
8842M: Sylwester Nawrocki <s.nawrocki@samsung.com>
8843L: linux-media@vger.kernel.org
8844Q: https://patchwork.linuxtv.org/project/linux-media/list/
8845S: Supported
8846F: drivers/media/platform/exynos4-is/
8847
8848SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8849M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8850L: linux-media@vger.kernel.org
8851L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8852S: Maintained
8853F: drivers/media/platform/s3c-camif/
8854F: include/media/s3c_camif.h
8855
8856SAMSUNG S5C73M3 CAMERA DRIVER
8857M: Kyungmin Park <kyungmin.park@samsung.com>
8858M: Andrzej Hajda <a.hajda@samsung.com>
8859L: linux-media@vger.kernel.org
8860S: Supported
8861F: drivers/media/i2c/s5c73m3/*
8862
8863SAMSUNG S5K5BAF CAMERA DRIVER
8864M: Kyungmin Park <kyungmin.park@samsung.com>
8865M: Andrzej Hajda <a.hajda@samsung.com>
8866L: linux-media@vger.kernel.org
8867S: Supported
8868F: drivers/media/i2c/s5k5baf.c
8869
8870SAMSUNG SOC CLOCK DRIVERS
8871M: Sylwester Nawrocki <s.nawrocki@samsung.com>
8872M: Tomasz Figa <tomasz.figa@gmail.com>
8873S: Supported
8874L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8875F: drivers/clk/samsung/
8876
8877SAMSUNG SXGBE DRIVERS
8878M: Byungho An <bh74.an@samsung.com>
8879M: Girish K S <ks.giri@samsung.com>
8880M: Vipul Pandya <vipul.pandya@samsung.com>
8881S: Supported
8882L: netdev@vger.kernel.org
8883F: drivers/net/ethernet/samsung/sxgbe/
8884
8885SAMSUNG THERMAL DRIVER
8886M: Lukasz Majewski <l.majewski@samsung.com>
8887L: linux-pm@vger.kernel.org
8888L: linux-samsung-soc@vger.kernel.org
8889S: Supported
8890T: https://github.com/lmajewski/linux-samsung-thermal.git
8891F: drivers/thermal/samsung/
8892
8893SAMSUNG USB2 PHY DRIVER
8894M: Kamil Debski <k.debski@samsung.com>
8895L: linux-kernel@vger.kernel.org
8896S: Supported
8897F: Documentation/devicetree/bindings/phy/samsung-phy.txt
8898F: Documentation/phy/samsung-usb2.txt
8899F: drivers/phy/phy-exynos4210-usb2.c
8900F: drivers/phy/phy-exynos4x12-usb2.c
8901F: drivers/phy/phy-exynos5250-usb2.c
8902F: drivers/phy/phy-s5pv210-usb2.c
8903F: drivers/phy/phy-samsung-usb2.c
8904F: drivers/phy/phy-samsung-usb2.h
8905
8906SERIAL DRIVERS
8907M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8908L: linux-serial@vger.kernel.org
8909S: Maintained
8910F: drivers/tty/serial/
8911
8912SYNOPSYS DESIGNWARE DMAC DRIVER
8913M: Viresh Kumar <vireshk@kernel.org>
8914M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8915S: Maintained
8916F: include/linux/dma/dw.h
8917F: include/linux/platform_data/dma-dw.h
8918F: drivers/dma/dw/
8919
8920SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
8921M: Lars Persson <lars.persson@axis.com>
8922L: netdev@vger.kernel.org
8923S: Supported
8924F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
8925F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
8926
8927SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8928M: Seungwon Jeon <tgih.jun@samsung.com>
8929M: Jaehoon Chung <jh80.chung@samsung.com>
8930L: linux-mmc@vger.kernel.org
8931S: Maintained
8932F: include/linux/mmc/dw_mmc.h
8933F: drivers/mmc/host/dw_mmc*
8934
8935THUNDERBOLT DRIVER
8936M: Andreas Noever <andreas.noever@gmail.com>
8937S: Maintained
8938F: drivers/thunderbolt/
8939
8940TIMEKEEPING, CLOCKSOURCE CORE, NTP
8941M: John Stultz <john.stultz@linaro.org>
8942M: Thomas Gleixner <tglx@linutronix.de>
8943L: linux-kernel@vger.kernel.org
8944T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8945S: Supported
8946F: include/linux/clocksource.h
8947F: include/linux/time.h
8948F: include/linux/timex.h
8949F: include/uapi/linux/time.h
8950F: include/uapi/linux/timex.h
8951F: kernel/time/clocksource.c
8952F: kernel/time/time*.c
8953F: kernel/time/ntp.c
8954F: tools/testing/selftests/timers/
8955
8956SC1200 WDT DRIVER
8957M: Zwane Mwaikambo <zwanem@gmail.com>
8958S: Maintained
8959F: drivers/watchdog/sc1200wdt.c
8960
8961SCHEDULER
8962M: Ingo Molnar <mingo@redhat.com>
8963M: Peter Zijlstra <peterz@infradead.org>
8964L: linux-kernel@vger.kernel.org
8965T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8966S: Maintained
8967F: kernel/sched/
8968F: include/linux/sched.h
8969F: include/uapi/linux/sched.h
8970F: include/linux/wait.h
8971
8972SCORE ARCHITECTURE
8973M: Chen Liqin <liqin.linux@gmail.com>
8974M: Lennox Wu <lennox.wu@gmail.com>
8975W: http://www.sunplus.com
8976S: Supported
8977F: arch/score/
8978
8979SCSI CDROM DRIVER
8980M: Jens Axboe <axboe@kernel.dk>
8981L: linux-scsi@vger.kernel.org
8982W: http://www.kernel.dk
8983S: Maintained
8984F: drivers/scsi/sr*
8985
8986SCSI RDMA PROTOCOL (SRP) INITIATOR
8987M: Bart Van Assche <bart.vanassche@sandisk.com>
8988L: linux-rdma@vger.kernel.org
8989S: Supported
8990W: http://www.openfabrics.org
8991Q: http://patchwork.kernel.org/project/linux-rdma/list/
8992T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8993F: drivers/infiniband/ulp/srp/
8994F: include/scsi/srp.h
8995
8996SCSI SG DRIVER
8997M: Doug Gilbert <dgilbert@interlog.com>
8998L: linux-scsi@vger.kernel.org
8999W: http://sg.danny.cz/sg
9000S: Maintained
9001F: Documentation/scsi/scsi-generic.txt
9002F: drivers/scsi/sg.c
9003F: include/scsi/sg.h
9004
9005SCSI SUBSYSTEM
9006M: "James E.J. Bottomley" <JBottomley@odin.com>
9007L: linux-scsi@vger.kernel.org
9008T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9009S: Maintained
9010F: drivers/scsi/
9011F: include/scsi/
9012
9013SCSI TAPE DRIVER
9014M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9015L: linux-scsi@vger.kernel.org
9016S: Maintained
9017F: Documentation/scsi/st.txt
9018F: drivers/scsi/st.*
9019F: drivers/scsi/st_*.h
9020
9021SCTP PROTOCOL
9022M: Vlad Yasevich <vyasevich@gmail.com>
9023M: Neil Horman <nhorman@tuxdriver.com>
9024L: linux-sctp@vger.kernel.org
9025W: http://lksctp.sourceforge.net
9026S: Maintained
9027F: Documentation/networking/sctp.txt
9028F: include/linux/sctp.h
9029F: include/uapi/linux/sctp.h
9030F: include/net/sctp/
9031F: net/sctp/
9032
9033SCx200 CPU SUPPORT
9034M: Jim Cromie <jim.cromie@gmail.com>
9035S: Odd Fixes
9036F: Documentation/i2c/busses/scx200_acb
9037F: arch/x86/platform/scx200/
9038F: drivers/watchdog/scx200_wdt.c
9039F: drivers/i2c/busses/scx200*
9040F: drivers/mtd/maps/scx200_docflash.c
9041F: include/linux/scx200.h
9042
9043SCx200 GPIO DRIVER
9044M: Jim Cromie <jim.cromie@gmail.com>
9045S: Maintained
9046F: drivers/char/scx200_gpio.c
9047F: include/linux/scx200_gpio.h
9048
9049SCx200 HRT CLOCKSOURCE DRIVER
9050M: Jim Cromie <jim.cromie@gmail.com>
9051S: Maintained
9052F: drivers/clocksource/scx200_hrt.c
9053
9054SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9055M: Sascha Sommer <saschasommer@freenet.de>
9056L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9057S: Maintained
9058F: drivers/mmc/host/sdricoh_cs.c
9059
9060SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9061L: linux-mmc@vger.kernel.org
9062S: Orphan
9063F: drivers/mmc/host/sdhci.*
9064F: drivers/mmc/host/sdhci-pltfm.[ch]
9065
9066SECURE COMPUTING
9067M: Kees Cook <keescook@chromium.org>
9068R: Andy Lutomirski <luto@amacapital.net>
9069R: Will Drewry <wad@chromium.org>
9070T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9071S: Supported
9072F: kernel/seccomp.c
9073F: include/uapi/linux/seccomp.h
9074F: include/linux/seccomp.h
9075F: tools/testing/selftests/seccomp/*
9076K: \bsecure_computing
9077K: \bTIF_SECCOMP\b
9078
9079SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9080M: Ben Dooks <ben-linux@fluff.org>
9081M: Jaehoon Chung <jh80.chung@samsung.com>
9082L: linux-mmc@vger.kernel.org
9083S: Maintained
9084F: drivers/mmc/host/sdhci-s3c*
9085
9086SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9087M: Viresh Kumar <vireshk@kernel.org>
9088L: spear-devel@list.st.com
9089L: linux-mmc@vger.kernel.org
9090S: Maintained
9091F: drivers/mmc/host/sdhci-spear.c
9092
9093SECURITY SUBSYSTEM
9094M: James Morris <james.l.morris@oracle.com>
9095M: "Serge E. Hallyn" <serge@hallyn.com>
9096L: linux-security-module@vger.kernel.org (suggested Cc:)
9097T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9098W: http://kernsec.org/
9099S: Supported
9100F: security/
9101
9102SECURITY CONTACT
9103M: Security Officers <security@kernel.org>
9104S: Supported
9105
9106SELINUX SECURITY MODULE
9107M: Paul Moore <paul@paul-moore.com>
9108M: Stephen Smalley <sds@tycho.nsa.gov>
9109M: Eric Paris <eparis@parisplace.org>
9110L: selinux@tycho.nsa.gov (moderated for non-subscribers)
9111W: http://selinuxproject.org
9112T: git git://git.infradead.org/users/pcmoore/selinux
9113S: Supported
9114F: include/linux/selinux*
9115F: security/selinux/
9116F: scripts/selinux/
9117
9118APPARMOR SECURITY MODULE
9119M: John Johansen <john.johansen@canonical.com>
9120L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9121W: apparmor.wiki.kernel.org
9122T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9123S: Supported
9124F: security/apparmor/
9125
9126SENSABLE PHANTOM
9127M: Jiri Slaby <jirislaby@gmail.com>
9128S: Maintained
9129F: drivers/misc/phantom.c
9130F: include/uapi/linux/phantom.h
9131
9132SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9133M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9134M: Minh Tran <minh.tran@avagotech.com>
9135M: John Soni Jose <sony.john-n@avagotech.com>
9136L: linux-scsi@vger.kernel.org
9137W: http://www.avagotech.com
9138S: Supported
9139F: drivers/scsi/be2iscsi/
9140
9141Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9142M: Sathya Perla <sathya.perla@avagotech.com>
9143M: Ajit Khaparde <ajit.khaparde@avagotech.com>
9144M: Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9145M: Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9146L: netdev@vger.kernel.org
9147W: http://www.emulex.com
9148S: Supported
9149F: drivers/net/ethernet/emulex/benet/
9150
9151EMULEX ONECONNECT ROCE DRIVER
9152M: Selvin Xavier <selvin.xavier@avagotech.com>
9153M: Devesh Sharma <devesh.sharma@avagotech.com>
9154M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9155L: linux-rdma@vger.kernel.org
9156W: http://www.emulex.com
9157S: Supported
9158F: drivers/infiniband/hw/ocrdma/
9159
9160SFC NETWORK DRIVER
9161M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9162M: Shradha Shah <sshah@solarflare.com>
9163L: netdev@vger.kernel.org
9164S: Supported
9165F: drivers/net/ethernet/sfc/
9166
9167SGI GRU DRIVER
9168M: Dimitri Sivanich <sivanich@sgi.com>
9169S: Maintained
9170F: drivers/misc/sgi-gru/
9171
9172SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9173M: Pat Gefre <pfg@sgi.com>
9174L: linux-ia64@vger.kernel.org
9175S: Supported
9176F: Documentation/ia64/serial.txt
9177F: drivers/tty/serial/ioc?_serial.c
9178F: include/linux/ioc?.h
9179
9180SGI XP/XPC/XPNET DRIVER
9181M: Cliff Whickman <cpw@sgi.com>
9182M: Robin Holt <robinmholt@gmail.com>
9183S: Maintained
9184F: drivers/misc/sgi-xp/
9185
9186SI2157 MEDIA DRIVER
9187M: Antti Palosaari <crope@iki.fi>
9188L: linux-media@vger.kernel.org
9189W: http://linuxtv.org/
9190W: http://palosaari.fi/linux/
9191Q: http://patchwork.linuxtv.org/project/linux-media/list/
9192T: git git://linuxtv.org/anttip/media_tree.git
9193S: Maintained
9194F: drivers/media/tuners/si2157*
9195
9196SI2168 MEDIA DRIVER
9197M: Antti Palosaari <crope@iki.fi>
9198L: linux-media@vger.kernel.org
9199W: http://linuxtv.org/
9200W: http://palosaari.fi/linux/
9201Q: http://patchwork.linuxtv.org/project/linux-media/list/
9202T: git git://linuxtv.org/anttip/media_tree.git
9203S: Maintained
9204F: drivers/media/dvb-frontends/si2168*
9205
9206SI470X FM RADIO RECEIVER I2C DRIVER
9207M: Hans Verkuil <hverkuil@xs4all.nl>
9208L: linux-media@vger.kernel.org
9209T: git git://linuxtv.org/media_tree.git
9210W: http://linuxtv.org
9211S: Odd Fixes
9212F: drivers/media/radio/si470x/radio-si470x-i2c.c
9213
9214SI470X FM RADIO RECEIVER USB DRIVER
9215M: Hans Verkuil <hverkuil@xs4all.nl>
9216L: linux-media@vger.kernel.org
9217T: git git://linuxtv.org/media_tree.git
9218W: http://linuxtv.org
9219S: Maintained
9220F: drivers/media/radio/si470x/radio-si470x-common.c
9221F: drivers/media/radio/si470x/radio-si470x.h
9222F: drivers/media/radio/si470x/radio-si470x-usb.c
9223
9224SI4713 FM RADIO TRANSMITTER I2C DRIVER
9225M: Eduardo Valentin <edubezval@gmail.com>
9226L: linux-media@vger.kernel.org
9227T: git git://linuxtv.org/media_tree.git
9228W: http://linuxtv.org
9229S: Odd Fixes
9230F: drivers/media/radio/si4713/si4713.?
9231
9232SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9233M: Eduardo Valentin <edubezval@gmail.com>
9234L: linux-media@vger.kernel.org
9235T: git git://linuxtv.org/media_tree.git
9236W: http://linuxtv.org
9237S: Odd Fixes
9238F: drivers/media/radio/si4713/radio-platform-si4713.c
9239
9240SI4713 FM RADIO TRANSMITTER USB DRIVER
9241M: Hans Verkuil <hverkuil@xs4all.nl>
9242L: linux-media@vger.kernel.org
9243T: git git://linuxtv.org/media_tree.git
9244W: http://linuxtv.org
9245S: Maintained
9246F: drivers/media/radio/si4713/radio-usb-si4713.c
9247
9248SIANO DVB DRIVER
9249M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9250L: linux-media@vger.kernel.org
9251W: http://linuxtv.org
9252T: git git://linuxtv.org/media_tree.git
9253S: Odd fixes
9254F: drivers/media/common/siano/
9255F: drivers/media/usb/siano/
9256F: drivers/media/usb/siano/
9257F: drivers/media/mmc/siano/
9258
9259SIMPLEFB FB DRIVER
9260M: Hans de Goede <hdegoede@redhat.com>
9261L: linux-fbdev@vger.kernel.org
9262S: Maintained
9263F: Documentation/devicetree/bindings/video/simple-framebuffer.txt
9264F: drivers/video/fbdev/simplefb.c
9265F: include/linux/platform_data/simplefb.h
9266
9267SH_VEU V4L2 MEM2MEM DRIVER
9268L: linux-media@vger.kernel.org
9269S: Orphan
9270F: drivers/media/platform/sh_veu.c
9271
9272SH_VOU V4L2 OUTPUT DRIVER
9273L: linux-media@vger.kernel.org
9274S: Orphan
9275F: drivers/media/platform/sh_vou.c
9276F: include/media/sh_vou.h
9277
9278SIMPLE FIRMWARE INTERFACE (SFI)
9279M: Len Brown <lenb@kernel.org>
9280L: sfi-devel@simplefirmware.org
9281W: http://simplefirmware.org/
9282T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9283S: Supported
9284F: arch/x86/platform/sfi/
9285F: drivers/sfi/
9286F: include/linux/sfi*.h
9287
9288SIMTEC EB110ATX (Chalice CATS)
9289P: Ben Dooks
9290P: Vincent Sanders <vince@simtec.co.uk>
9291M: Simtec Linux Team <linux@simtec.co.uk>
9292W: http://www.simtec.co.uk/products/EB110ATX/
9293S: Supported
9294
9295SIMTEC EB2410ITX (BAST)
9296P: Ben Dooks
9297P: Vincent Sanders <vince@simtec.co.uk>
9298M: Simtec Linux Team <linux@simtec.co.uk>
9299W: http://www.simtec.co.uk/products/EB2410ITX/
9300S: Supported
9301F: arch/arm/mach-s3c24xx/mach-bast.c
9302F: arch/arm/mach-s3c24xx/bast-ide.c
9303F: arch/arm/mach-s3c24xx/bast-irq.c
9304
9305TI DAVINCI MACHINE SUPPORT
9306M: Sekhar Nori <nsekhar@ti.com>
9307M: Kevin Hilman <khilman@deeprootsystems.com>
9308T: git git://gitorious.org/linux-davinci/linux-davinci.git
9309Q: http://patchwork.kernel.org/project/linux-davinci/list/
9310S: Supported
9311F: arch/arm/mach-davinci/
9312F: drivers/i2c/busses/i2c-davinci.c
9313
9314TI DAVINCI SERIES MEDIA DRIVER
9315M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9316L: linux-media@vger.kernel.org
9317W: http://linuxtv.org/
9318Q: http://patchwork.linuxtv.org/project/linux-media/list/
9319T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9320S: Maintained
9321F: drivers/media/platform/davinci/
9322F: include/media/davinci/
9323
9324TI AM437X VPFE DRIVER
9325M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9326L: linux-media@vger.kernel.org
9327W: http://linuxtv.org/
9328Q: http://patchwork.linuxtv.org/project/linux-media/list/
9329T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9330S: Maintained
9331F: drivers/media/platform/am437x/
9332
9333OV2659 OMNIVISION SENSOR DRIVER
9334M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9335L: linux-media@vger.kernel.org
9336W: http://linuxtv.org/
9337Q: http://patchwork.linuxtv.org/project/linux-media/list/
9338T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9339S: Maintained
9340F: drivers/media/i2c/ov2659.c
9341F: include/media/ov2659.h
9342
9343SIS 190 ETHERNET DRIVER
9344M: Francois Romieu <romieu@fr.zoreil.com>
9345L: netdev@vger.kernel.org
9346S: Maintained
9347F: drivers/net/ethernet/sis/sis190.c
9348
9349SIS 900/7016 FAST ETHERNET DRIVER
9350M: Daniele Venzano <venza@brownhat.org>
9351W: http://www.brownhat.org/sis900.html
9352L: netdev@vger.kernel.org
9353S: Maintained
9354F: drivers/net/ethernet/sis/sis900.*
9355
9356SIS FRAMEBUFFER DRIVER
9357M: Thomas Winischhofer <thomas@winischhofer.net>
9358W: http://www.winischhofer.net/linuxsisvga.shtml
9359S: Maintained
9360F: Documentation/fb/sisfb.txt
9361F: drivers/video/fbdev/sis/
9362F: include/video/sisfb.h
9363
9364SIS USB2VGA DRIVER
9365M: Thomas Winischhofer <thomas@winischhofer.net>
9366W: http://www.winischhofer.at/linuxsisusbvga.shtml
9367S: Maintained
9368F: drivers/usb/misc/sisusbvga/
9369
9370SLAB ALLOCATOR
9371M: Christoph Lameter <cl@linux.com>
9372M: Pekka Enberg <penberg@kernel.org>
9373M: David Rientjes <rientjes@google.com>
9374M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
9375M: Andrew Morton <akpm@linux-foundation.org>
9376L: linux-mm@kvack.org
9377S: Maintained
9378F: include/linux/sl?b*.h
9379F: mm/sl?b*
9380
9381SLEEPABLE READ-COPY UPDATE (SRCU)
9382M: Lai Jiangshan <laijs@cn.fujitsu.com>
9383M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9384M: Josh Triplett <josh@joshtriplett.org>
9385R: Steven Rostedt <rostedt@goodmis.org>
9386R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9387L: linux-kernel@vger.kernel.org
9388W: http://www.rdrop.com/users/paulmck/RCU/
9389S: Supported
9390T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9391F: include/linux/srcu.h
9392F: kernel/rcu/srcu.c
9393
9394SMACK SECURITY MODULE
9395M: Casey Schaufler <casey@schaufler-ca.com>
9396L: linux-security-module@vger.kernel.org
9397W: http://schaufler-ca.com
9398T: git git://git.gitorious.org/smack-next/kernel.git
9399S: Maintained
9400F: Documentation/security/Smack.txt
9401F: security/smack/
9402
9403DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9404M: Kevin Hilman <khilman@kernel.org>
9405M: Nishanth Menon <nm@ti.com>
9406S: Maintained
9407F: drivers/power/avs/
9408F: include/linux/power/smartreflex.h
9409L: linux-pm@vger.kernel.org
9410
9411SMC91x ETHERNET DRIVER
9412M: Nicolas Pitre <nico@fluxnic.net>
9413S: Odd Fixes
9414F: drivers/net/ethernet/smsc/smc91x.*
9415
9416SMIA AND SMIA++ IMAGE SENSOR DRIVER
9417M: Sakari Ailus <sakari.ailus@iki.fi>
9418L: linux-media@vger.kernel.org
9419S: Maintained
9420F: drivers/media/i2c/smiapp/
9421F: include/media/smiapp.h
9422F: drivers/media/i2c/smiapp-pll.c
9423F: drivers/media/i2c/smiapp-pll.h
9424F: include/uapi/linux/smiapp.h
9425F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9426
9427SMM665 HARDWARE MONITOR DRIVER
9428M: Guenter Roeck <linux@roeck-us.net>
9429L: lm-sensors@lm-sensors.org
9430S: Maintained
9431F: Documentation/hwmon/smm665
9432F: drivers/hwmon/smm665.c
9433
9434SMSC EMC2103 HARDWARE MONITOR DRIVER
9435M: Steve Glendinning <steve.glendinning@shawell.net>
9436L: lm-sensors@lm-sensors.org
9437S: Maintained
9438F: Documentation/hwmon/emc2103
9439F: drivers/hwmon/emc2103.c
9440
9441SMSC SCH5627 HARDWARE MONITOR DRIVER
9442M: Hans de Goede <hdegoede@redhat.com>
9443L: lm-sensors@lm-sensors.org
9444S: Supported
9445F: Documentation/hwmon/sch5627
9446F: drivers/hwmon/sch5627.c
9447
9448SMSC47B397 HARDWARE MONITOR DRIVER
9449M: Jean Delvare <jdelvare@suse.com>
9450L: lm-sensors@lm-sensors.org
9451S: Maintained
9452F: Documentation/hwmon/smsc47b397
9453F: drivers/hwmon/smsc47b397.c
9454
9455SMSC911x ETHERNET DRIVER
9456M: Steve Glendinning <steve.glendinning@shawell.net>
9457L: netdev@vger.kernel.org
9458S: Maintained
9459F: include/linux/smsc911x.h
9460F: drivers/net/ethernet/smsc/smsc911x.*
9461
9462SMSC9420 PCI ETHERNET DRIVER
9463M: Steve Glendinning <steve.glendinning@shawell.net>
9464L: netdev@vger.kernel.org
9465S: Maintained
9466F: drivers/net/ethernet/smsc/smsc9420.*
9467
9468SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9469M: Steve Glendinning <steve.glendinning@shawell.net>
9470L: linux-fbdev@vger.kernel.org
9471S: Maintained
9472F: drivers/video/fbdev/smscufx.c
9473
9474SOC-CAMERA V4L2 SUBSYSTEM
9475M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9476L: linux-media@vger.kernel.org
9477T: git git://linuxtv.org/media_tree.git
9478S: Maintained
9479F: include/media/soc*
9480F: drivers/media/i2c/soc_camera/
9481F: drivers/media/platform/soc_camera/
9482
9483SOEKRIS NET48XX LED SUPPORT
9484M: Chris Boot <bootc@bootc.net>
9485S: Maintained
9486F: drivers/leds/leds-net48xx.c
9487
9488SOFTLOGIC 6x10 MPEG CODEC
9489M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9490M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9491M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
9492M: Ismael Luceno <ismael@iodev.co.uk>
9493L: linux-media@vger.kernel.org
9494S: Supported
9495F: drivers/media/pci/solo6x10/
9496
9497SOFTWARE RAID (Multiple Disks) SUPPORT
9498M: Neil Brown <neilb@suse.com>
9499L: linux-raid@vger.kernel.org
9500S: Supported
9501F: drivers/md/
9502F: include/linux/raid/
9503F: include/uapi/linux/raid/
9504
9505SONIC NETWORK DRIVER
9506M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9507L: netdev@vger.kernel.org
9508S: Maintained
9509F: drivers/net/ethernet/natsemi/sonic.*
9510
9511SONICS SILICON BACKPLANE DRIVER (SSB)
9512M: Michael Buesch <m@bues.ch>
9513L: netdev@vger.kernel.org
9514S: Maintained
9515F: drivers/ssb/
9516F: include/linux/ssb/
9517
9518SONY VAIO CONTROL DEVICE DRIVER
9519M: Mattia Dongili <malattia@linux.it>
9520L: platform-driver-x86@vger.kernel.org
9521W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9522S: Maintained
9523F: Documentation/laptops/sony-laptop.txt
9524F: drivers/char/sonypi.c
9525F: drivers/platform/x86/sony-laptop.c
9526F: include/linux/sony-laptop.h
9527
9528SONY MEMORYSTICK CARD SUPPORT
9529M: Alex Dubov <oakad@yahoo.com>
9530W: http://tifmxx.berlios.de/
9531S: Maintained
9532F: drivers/memstick/host/tifm_ms.c
9533
9534SONY MEMORYSTICK STANDARD SUPPORT
9535M: Maxim Levitsky <maximlevitsky@gmail.com>
9536S: Maintained
9537F: drivers/memstick/core/ms_block.*
9538
9539SOUND
9540M: Jaroslav Kysela <perex@perex.cz>
9541M: Takashi Iwai <tiwai@suse.com>
9542L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9543W: http://www.alsa-project.org/
9544T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9545T: git git://git.alsa-project.org/alsa-kernel.git
9546Q: http://patchwork.kernel.org/project/alsa-devel/list/
9547S: Maintained
9548F: Documentation/sound/
9549F: include/sound/
9550F: include/uapi/sound/
9551F: sound/
9552
9553SOUND - COMPRESSED AUDIO
9554M: Vinod Koul <vinod.koul@intel.com>
9555L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9556T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9557S: Supported
9558F: Documentation/sound/alsa/compress_offload.txt
9559F: include/sound/compress_driver.h
9560F: include/uapi/sound/compress_*
9561F: sound/core/compress_offload.c
9562F: sound/soc/soc-compress.c
9563
9564SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9565M: Liam Girdwood <lgirdwood@gmail.com>
9566M: Mark Brown <broonie@kernel.org>
9567T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9568L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9569W: http://alsa-project.org/main/index.php/ASoC
9570S: Supported
9571F: Documentation/sound/alsa/soc/
9572F: sound/soc/
9573F: include/sound/soc*
9574
9575SOUND - DMAENGINE HELPERS
9576M: Lars-Peter Clausen <lars@metafoo.de>
9577S: Supported
9578F: include/sound/dmaengine_pcm.h
9579F: sound/core/pcm_dmaengine.c
9580F: sound/soc/soc-generic-dmaengine-pcm.c
9581
9582SP2 MEDIA DRIVER
9583M: Olli Salonen <olli.salonen@iki.fi>
9584L: linux-media@vger.kernel.org
9585W: http://linuxtv.org/
9586Q: http://patchwork.linuxtv.org/project/linux-media/list/
9587S: Maintained
9588F: drivers/media/dvb-frontends/sp2*
9589
9590SPARC + UltraSPARC (sparc/sparc64)
9591M: "David S. Miller" <davem@davemloft.net>
9592L: sparclinux@vger.kernel.org
9593Q: http://patchwork.ozlabs.org/project/sparclinux/list/
9594T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9595T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9596S: Maintained
9597F: arch/sparc/
9598F: drivers/sbus/
9599
9600SPARC SERIAL DRIVERS
9601M: "David S. Miller" <davem@davemloft.net>
9602L: sparclinux@vger.kernel.org
9603T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9604T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9605S: Maintained
9606F: include/linux/sunserialcore.h
9607F: drivers/tty/serial/suncore.c
9608F: drivers/tty/serial/sunhv.c
9609F: drivers/tty/serial/sunsab.c
9610F: drivers/tty/serial/sunsab.h
9611F: drivers/tty/serial/sunsu.c
9612F: drivers/tty/serial/sunzilog.c
9613F: drivers/tty/serial/sunzilog.h
9614
9615SPARSE CHECKER
9616M: "Christopher Li" <sparse@chrisli.org>
9617L: linux-sparse@vger.kernel.org
9618W: https://sparse.wiki.kernel.org/
9619T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9620T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9621S: Maintained
9622F: include/linux/compiler.h
9623
9624SPEAR PLATFORM SUPPORT
9625M: Viresh Kumar <vireshk@kernel.org>
9626M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9627L: spear-devel@list.st.com
9628L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9629W: http://www.st.com/spear
9630S: Maintained
9631F: arch/arm/mach-spear/
9632
9633SPEAR CLOCK FRAMEWORK SUPPORT
9634M: Viresh Kumar <vireshk@kernel.org>
9635L: spear-devel@list.st.com
9636L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9637W: http://www.st.com/spear
9638S: Maintained
9639F: drivers/clk/spear/
9640
9641SPI SUBSYSTEM
9642M: Mark Brown <broonie@kernel.org>
9643L: linux-spi@vger.kernel.org
9644T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9645Q: http://patchwork.kernel.org/project/spi-devel-general/list/
9646S: Maintained
9647F: Documentation/spi/
9648F: drivers/spi/
9649F: include/linux/spi/
9650F: include/uapi/linux/spi/
9651
9652SPIDERNET NETWORK DRIVER for CELL
9653M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9654L: netdev@vger.kernel.org
9655S: Supported
9656F: Documentation/networking/spider_net.txt
9657F: drivers/net/ethernet/toshiba/spider_net*
9658
9659SPU FILE SYSTEM
9660M: Jeremy Kerr <jk@ozlabs.org>
9661L: linuxppc-dev@lists.ozlabs.org
9662W: http://www.ibm.com/developerworks/power/cell/
9663S: Supported
9664F: Documentation/filesystems/spufs.txt
9665F: arch/powerpc/platforms/cell/spufs/
9666
9667SQUASHFS FILE SYSTEM
9668M: Phillip Lougher <phillip@squashfs.org.uk>
9669L: squashfs-devel@lists.sourceforge.net (subscribers-only)
9670W: http://squashfs.org.uk
9671S: Maintained
9672F: Documentation/filesystems/squashfs.txt
9673F: fs/squashfs/
9674
9675SRM (Alpha) environment access
9676M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
9677S: Maintained
9678F: arch/alpha/kernel/srm_env.c
9679
9680STABLE BRANCH
9681M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9682L: stable@vger.kernel.org
9683S: Supported
9684F: Documentation/stable_kernel_rules.txt
9685
9686STAGING SUBSYSTEM
9687M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9688T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9689L: devel@driverdev.osuosl.org
9690S: Supported
9691F: drivers/staging/
9692
9693STAGING - COMEDI
9694M: Ian Abbott <abbotti@mev.co.uk>
9695M: H Hartley Sweeten <hsweeten@visionengravers.com>
9696S: Odd Fixes
9697F: drivers/staging/comedi/
9698
9699STAGING - FLARION FT1000 DRIVERS
9700M: Marek Belisko <marek.belisko@gmail.com>
9701S: Odd Fixes
9702F: drivers/staging/ft1000/
9703
9704STAGING - INDUSTRIAL IO
9705M: Jonathan Cameron <jic23@kernel.org>
9706L: linux-iio@vger.kernel.org
9707S: Odd Fixes
9708F: drivers/staging/iio/
9709
9710STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9711M: Jarod Wilson <jarod@wilsonet.com>
9712W: http://www.lirc.org/
9713S: Odd Fixes
9714F: drivers/staging/media/lirc/
9715
9716STAGING - LUSTRE PARALLEL FILESYSTEM
9717M: Oleg Drokin <oleg.drokin@intel.com>
9718M: Andreas Dilger <andreas.dilger@intel.com>
9719L: HPDD-discuss@lists.01.org (moderated for non-subscribers)
9720W: http://lustre.opensfs.org/
9721S: Maintained
9722F: drivers/staging/lustre
9723
9724STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9725M: Julian Andres Klode <jak@jak-linux.org>
9726M: Marc Dietrich <marvin24@gmx.de>
9727L: ac100@lists.launchpad.net (moderated for non-subscribers)
9728L: linux-tegra@vger.kernel.org
9729S: Maintained
9730F: drivers/staging/nvec/
9731
9732STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9733M: Jens Frederich <jfrederich@gmail.com>
9734M: Daniel Drake <dsd@laptop.org>
9735M: Jon Nettleton <jon.nettleton@gmail.com>
9736W: http://wiki.laptop.org/go/DCON
9737S: Maintained
9738F: drivers/staging/olpc_dcon/
9739
9740STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9741M: Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9742S: Maintained
9743F: drivers/staging/ozwpan/
9744
9745STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9746M: Willy Tarreau <willy@meta-x.org>
9747S: Odd Fixes
9748F: drivers/staging/panel/
9749
9750STAGING - REALTEK RTL8712U DRIVERS
9751M: Larry Finger <Larry.Finger@lwfinger.net>
9752M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9753S: Odd Fixes
9754F: drivers/staging/rtl8712/
9755
9756STAGING - REALTEK RTL8723U WIRELESS DRIVER
9757M: Larry Finger <Larry.Finger@lwfinger.net>
9758M: Jes Sorensen <Jes.Sorensen@redhat.com>
9759L: linux-wireless@vger.kernel.org
9760S: Maintained
9761F: drivers/staging/rtl8723au/
9762
9763STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
9764M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9765M: Teddy Wang <teddy.wang@siliconmotion.com>
9766M: Sudip Mukherjee <sudip@vectorindia.org>
9767L: linux-fbdev@vger.kernel.org
9768S: Maintained
9769F: drivers/staging/sm7xxfb/
9770
9771STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9772M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9773M: Teddy Wang <teddy.wang@siliconmotion.com>
9774M: Sudip Mukherjee <sudip@vectorindia.org>
9775L: linux-fbdev@vger.kernel.org
9776S: Maintained
9777F: drivers/staging/sm750fb/
9778
9779STAGING - SLICOSS
9780M: Lior Dotan <liodot@gmail.com>
9781M: Christopher Harrer <charrer@alacritech.com>
9782S: Odd Fixes
9783F: drivers/staging/slicoss/
9784
9785STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9786M: William Hubbs <w.d.hubbs@gmail.com>
9787M: Chris Brannon <chris@the-brannons.com>
9788M: Kirk Reiser <kirk@reisers.ca>
9789M: Samuel Thibault <samuel.thibault@ens-lyon.org>
9790L: speakup@linux-speakup.org
9791W: http://www.linux-speakup.org/
9792S: Odd Fixes
9793F: drivers/staging/speakup/
9794
9795STAGING - VIA VT665X DRIVERS
9796M: Forest Bond <forest@alittletooquiet.net>
9797S: Odd Fixes
9798F: drivers/staging/vt665?/
9799
9800STAGING - WILC1000 WIFI DRIVER
9801M: Johnny Kim <johnny.kim@atmel.com>
9802M: Rachel Kim <rachel.kim@atmel.com>
9803M: Dean Lee <dean.lee@atmel.com>
9804M: Chris Park <chris.park@atmel.com>
9805L: linux-wireless@vger.kernel.org
9806S: Supported
9807F: drivers/staging/wilc1000/
9808
9809STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9810M: Arnaud Patard <arnaud.patard@rtp-net.org>
9811S: Odd Fixes
9812F: drivers/staging/xgifb/
9813
9814STARFIRE/DURALAN NETWORK DRIVER
9815M: Ion Badulescu <ionut@badula.org>
9816S: Odd Fixes
9817F: drivers/net/ethernet/adaptec/starfire*
9818
9819SUN3/3X
9820M: Sam Creasey <sammy@sammy.net>
9821W: http://sammy.net/sun3/
9822S: Maintained
9823F: arch/m68k/kernel/*sun3*
9824F: arch/m68k/sun3*/
9825F: arch/m68k/include/asm/sun3*
9826F: drivers/net/ethernet/i825xx/sun3*
9827
9828SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9829M: Hans de Goede <hdegoede@redhat.com>
9830L: linux-input@vger.kernel.org
9831S: Maintained
9832F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9833F: drivers/input/keyboard/sun4i-lradc-keys.c
9834
9835SUNDANCE NETWORK DRIVER
9836M: Denis Kirjanov <kda@linux-powerpc.org>
9837L: netdev@vger.kernel.org
9838S: Maintained
9839F: drivers/net/ethernet/dlink/sundance.c
9840
9841SUPERH
9842L: linux-sh@vger.kernel.org
9843Q: http://patchwork.kernel.org/project/linux-sh/list/
9844S: Orphan
9845F: Documentation/sh/
9846F: arch/sh/
9847F: drivers/sh/
9848
9849SUSPEND TO RAM
9850M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9851M: Len Brown <len.brown@intel.com>
9852M: Pavel Machek <pavel@ucw.cz>
9853L: linux-pm@vger.kernel.org
9854S: Supported
9855F: Documentation/power/
9856F: arch/x86/kernel/acpi/
9857F: drivers/base/power/
9858F: kernel/power/
9859F: include/linux/suspend.h
9860F: include/linux/freezer.h
9861F: include/linux/pm.h
9862
9863SVGA HANDLING
9864M: Martin Mares <mj@ucw.cz>
9865L: linux-video@atrey.karlin.mff.cuni.cz
9866S: Maintained
9867F: Documentation/svga.txt
9868F: arch/x86/boot/video*
9869
9870SWIOTLB SUBSYSTEM
9871M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9872L: linux-kernel@vger.kernel.org
9873S: Supported
9874F: lib/swiotlb.c
9875F: arch/*/kernel/pci-swiotlb.c
9876F: include/linux/swiotlb.h
9877
9878SWITCHDEV
9879M: Jiri Pirko <jiri@resnulli.us>
9880L: netdev@vger.kernel.org
9881S: Supported
9882F: net/switchdev/
9883F: include/net/switchdev.h
9884
9885SYNOPSYS ARC ARCHITECTURE
9886M: Vineet Gupta <vgupta@synopsys.com>
9887S: Supported
9888F: arch/arc/
9889F: Documentation/devicetree/bindings/arc/
9890F: drivers/tty/serial/arc_uart.c
9891
9892SYNOPSYS ARC SDP platform support
9893M: Alexey Brodkin <abrodkin@synopsys.com>
9894S: Supported
9895F: arch/arc/plat-axs10x
9896F: arch/arc/boot/dts/ax*
9897F: Documentation/devicetree/bindings/arc/axs10*
9898
9899SYSTEM CONFIGURATION (SYSCON)
9900M: Lee Jones <lee.jones@linaro.org>
9901M: Arnd Bergmann <arnd@arndb.de>
9902T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9903S: Supported
9904F: drivers/mfd/syscon.c
9905
9906SYSV FILESYSTEM
9907M: Christoph Hellwig <hch@infradead.org>
9908S: Maintained
9909F: Documentation/filesystems/sysv-fs.txt
9910F: fs/sysv/
9911F: include/linux/sysv_fs.h
9912
9913TARGET SUBSYSTEM
9914M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
9915L: linux-scsi@vger.kernel.org
9916L: target-devel@vger.kernel.org
9917W: http://www.linux-iscsi.org
9918W: http://groups.google.com/group/linux-iscsi-target-dev
9919T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9920S: Supported
9921F: drivers/target/
9922F: include/target/
9923F: Documentation/target/
9924
9925TASKSTATS STATISTICS INTERFACE
9926M: Balbir Singh <bsingharora@gmail.com>
9927S: Maintained
9928F: Documentation/accounting/taskstats*
9929F: include/linux/taskstats*
9930F: kernel/taskstats.c
9931
9932TC CLASSIFIER
9933M: Jamal Hadi Salim <jhs@mojatatu.com>
9934L: netdev@vger.kernel.org
9935S: Maintained
9936F: include/net/pkt_cls.h
9937F: include/uapi/linux/pkt_cls.h
9938F: net/sched/
9939
9940TCP LOW PRIORITY MODULE
9941M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9942M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9943W: http://tcp-lp-mod.sourceforge.net/
9944S: Maintained
9945F: net/ipv4/tcp_lp.c
9946
9947TDA10071 MEDIA DRIVER
9948M: Antti Palosaari <crope@iki.fi>
9949L: linux-media@vger.kernel.org
9950W: http://linuxtv.org/
9951W: http://palosaari.fi/linux/
9952Q: http://patchwork.linuxtv.org/project/linux-media/list/
9953T: git git://linuxtv.org/anttip/media_tree.git
9954S: Maintained
9955F: drivers/media/dvb-frontends/tda10071*
9956
9957TDA18212 MEDIA DRIVER
9958M: Antti Palosaari <crope@iki.fi>
9959L: linux-media@vger.kernel.org
9960W: http://linuxtv.org/
9961W: http://palosaari.fi/linux/
9962Q: http://patchwork.linuxtv.org/project/linux-media/list/
9963T: git git://linuxtv.org/anttip/media_tree.git
9964S: Maintained
9965F: drivers/media/tuners/tda18212*
9966
9967TDA18218 MEDIA DRIVER
9968M: Antti Palosaari <crope@iki.fi>
9969L: linux-media@vger.kernel.org
9970W: http://linuxtv.org/
9971W: http://palosaari.fi/linux/
9972Q: http://patchwork.linuxtv.org/project/linux-media/list/
9973T: git git://linuxtv.org/anttip/media_tree.git
9974S: Maintained
9975F: drivers/media/tuners/tda18218*
9976
9977TDA18271 MEDIA DRIVER
9978M: Michael Krufky <mkrufky@linuxtv.org>
9979L: linux-media@vger.kernel.org
9980W: http://linuxtv.org/
9981W: http://github.com/mkrufky
9982Q: http://patchwork.linuxtv.org/project/linux-media/list/
9983T: git git://linuxtv.org/mkrufky/tuners.git
9984S: Maintained
9985F: drivers/media/tuners/tda18271*
9986
9987TDA827x MEDIA DRIVER
9988M: Michael Krufky <mkrufky@linuxtv.org>
9989L: linux-media@vger.kernel.org
9990W: http://linuxtv.org/
9991W: http://github.com/mkrufky
9992Q: http://patchwork.linuxtv.org/project/linux-media/list/
9993T: git git://linuxtv.org/mkrufky/tuners.git
9994S: Maintained
9995F: drivers/media/tuners/tda8290.*
9996
9997TDA8290 MEDIA DRIVER
9998M: Michael Krufky <mkrufky@linuxtv.org>
9999L: linux-media@vger.kernel.org
10000W: http://linuxtv.org/
10001W: http://github.com/mkrufky
10002Q: http://patchwork.linuxtv.org/project/linux-media/list/
10003T: git git://linuxtv.org/mkrufky/tuners.git
10004S: Maintained
10005F: drivers/media/tuners/tda8290.*
10006
10007TDA9840 MEDIA DRIVER
10008M: Hans Verkuil <hverkuil@xs4all.nl>
10009L: linux-media@vger.kernel.org
10010T: git git://linuxtv.org/media_tree.git
10011W: http://linuxtv.org
10012S: Maintained
10013F: drivers/media/i2c/tda9840*
10014
10015TEA5761 TUNER DRIVER
10016M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10017L: linux-media@vger.kernel.org
10018W: http://linuxtv.org
10019T: git git://linuxtv.org/media_tree.git
10020S: Odd fixes
10021F: drivers/media/tuners/tea5761.*
10022
10023TEA5767 TUNER DRIVER
10024M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10025L: linux-media@vger.kernel.org
10026W: http://linuxtv.org
10027T: git git://linuxtv.org/media_tree.git
10028S: Maintained
10029F: drivers/media/tuners/tea5767.*
10030
10031TEA6415C MEDIA DRIVER
10032M: Hans Verkuil <hverkuil@xs4all.nl>
10033L: linux-media@vger.kernel.org
10034T: git git://linuxtv.org/media_tree.git
10035W: http://linuxtv.org
10036S: Maintained
10037F: drivers/media/i2c/tea6415c*
10038
10039TEA6420 MEDIA DRIVER
10040M: Hans Verkuil <hverkuil@xs4all.nl>
10041L: linux-media@vger.kernel.org
10042T: git git://linuxtv.org/media_tree.git
10043W: http://linuxtv.org
10044S: Maintained
10045F: drivers/media/i2c/tea6420*
10046
10047TEAM DRIVER
10048M: Jiri Pirko <jiri@resnulli.us>
10049L: netdev@vger.kernel.org
10050S: Supported
10051F: drivers/net/team/
10052F: include/linux/if_team.h
10053F: include/uapi/linux/if_team.h
10054
10055TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10056M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10057S: Maintained
10058F: arch/x86/platform/ts5500/
10059
10060TECHNOTREND USB IR RECEIVER
10061M: Sean Young <sean@mess.org>
10062L: linux-media@vger.kernel.org
10063S: Maintained
10064F: drivers/media/rc/ttusbir.c
10065
10066TEGRA ARCHITECTURE SUPPORT
10067M: Stephen Warren <swarren@wwwdotorg.org>
10068M: Thierry Reding <thierry.reding@gmail.com>
10069M: Alexandre Courbot <gnurou@gmail.com>
10070L: linux-tegra@vger.kernel.org
10071Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
10072T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10073S: Supported
10074N: [^a-z]tegra
10075
10076TEGRA CLOCK DRIVER
10077M: Peter De Schrijver <pdeschrijver@nvidia.com>
10078M: Prashant Gaikwad <pgaikwad@nvidia.com>
10079S: Supported
10080F: drivers/clk/tegra/
10081
10082TEGRA DMA DRIVER
10083M: Laxman Dewangan <ldewangan@nvidia.com>
10084S: Supported
10085F: drivers/dma/tegra20-apb-dma.c
10086
10087TEGRA I2C DRIVER
10088M: Laxman Dewangan <ldewangan@nvidia.com>
10089S: Supported
10090F: drivers/i2c/busses/i2c-tegra.c
10091
10092TEGRA IOMMU DRIVERS
10093M: Hiroshi Doyu <hdoyu@nvidia.com>
10094S: Supported
10095F: drivers/iommu/tegra*
10096
10097TEGRA KBC DRIVER
10098M: Rakesh Iyer <riyer@nvidia.com>
10099M: Laxman Dewangan <ldewangan@nvidia.com>
10100S: Supported
10101F: drivers/input/keyboard/tegra-kbc.c
10102
10103TEGRA PWM DRIVER
10104M: Thierry Reding <thierry.reding@gmail.com>
10105S: Supported
10106F: drivers/pwm/pwm-tegra.c
10107
10108TEGRA SERIAL DRIVER
10109M: Laxman Dewangan <ldewangan@nvidia.com>
10110S: Supported
10111F: drivers/tty/serial/serial-tegra.c
10112
10113TEGRA SPI DRIVER
10114M: Laxman Dewangan <ldewangan@nvidia.com>
10115S: Supported
10116F: drivers/spi/spi-tegra*
10117
10118TEHUTI ETHERNET DRIVER
10119M: Andy Gospodarek <andy@greyhouse.net>
10120L: netdev@vger.kernel.org
10121S: Supported
10122F: drivers/net/ethernet/tehuti/*
10123
10124Telecom Clock Driver for MCPL0010
10125M: Mark Gross <mark.gross@intel.com>
10126S: Supported
10127F: drivers/char/tlclk.c
10128
10129TENSILICA XTENSA PORT (xtensa)
10130M: Chris Zankel <chris@zankel.net>
10131M: Max Filippov <jcmvbkbc@gmail.com>
10132L: linux-xtensa@linux-xtensa.org
10133S: Maintained
10134F: arch/xtensa/
10135F: drivers/irqchip/irq-xtensa-*
10136
10137THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10138M: Hans Verkuil <hverkuil@xs4all.nl>
10139L: linux-media@vger.kernel.org
10140T: git git://linuxtv.org/media_tree.git
10141W: http://linuxtv.org
10142S: Maintained
10143F: drivers/media/radio/radio-raremono.c
10144
10145THERMAL
10146M: Zhang Rui <rui.zhang@intel.com>
10147M: Eduardo Valentin <edubezval@gmail.com>
10148L: linux-pm@vger.kernel.org
10149T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10150T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10151Q: https://patchwork.kernel.org/project/linux-pm/list/
10152S: Supported
10153F: drivers/thermal/
10154F: include/linux/thermal.h
10155F: include/uapi/linux/thermal.h
10156F: include/linux/cpu_cooling.h
10157F: Documentation/devicetree/bindings/thermal/
10158
10159THINGM BLINK(1) USB RGB LED DRIVER
10160M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10161S: Maintained
10162F: drivers/hid/hid-thingm.c
10163
10164THINKPAD ACPI EXTRAS DRIVER
10165M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10166L: ibm-acpi-devel@lists.sourceforge.net
10167L: platform-driver-x86@vger.kernel.org
10168W: http://ibm-acpi.sourceforge.net
10169W: http://thinkwiki.org/wiki/Ibm-acpi
10170T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10171S: Maintained
10172F: drivers/platform/x86/thinkpad_acpi.c
10173
10174TI BANDGAP AND THERMAL DRIVER
10175M: Eduardo Valentin <edubezval@gmail.com>
10176L: linux-pm@vger.kernel.org
10177L: linux-omap@vger.kernel.org
10178S: Maintained
10179F: drivers/thermal/ti-soc-thermal/
10180
10181TI CDCE706 CLOCK DRIVER
10182M: Max Filippov <jcmvbkbc@gmail.com>
10183S: Maintained
10184F: drivers/clk/clk-cdce706.c
10185
10186TI CLOCK DRIVER
10187M: Tero Kristo <t-kristo@ti.com>
10188L: linux-omap@vger.kernel.org
10189S: Maintained
10190F: drivers/clk/ti/
10191F: include/linux/clk/ti.h
10192
10193TI FLASH MEDIA INTERFACE DRIVER
10194M: Alex Dubov <oakad@yahoo.com>
10195S: Maintained
10196F: drivers/misc/tifm*
10197F: drivers/mmc/host/tifm_sd.c
10198F: include/linux/tifm.h
10199
10200TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10201M: Santosh Shilimkar <ssantosh@kernel.org>
10202L: linux-kernel@vger.kernel.org
10203L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10204S: Maintained
10205F: drivers/soc/ti/*
10206T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10207
10208
10209TI LM49xxx FAMILY ASoC CODEC DRIVERS
10210M: M R Swami Reddy <mr.swami.reddy@ti.com>
10211M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10212L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10213S: Maintained
10214F: sound/soc/codecs/lm49453*
10215F: sound/soc/codecs/isabelle*
10216
10217TI LP855x BACKLIGHT DRIVER
10218M: Milo Kim <milo.kim@ti.com>
10219S: Maintained
10220F: Documentation/backlight/lp855x-driver.txt
10221F: drivers/video/backlight/lp855x_bl.c
10222F: include/linux/platform_data/lp855x.h
10223
10224TI LP8727 CHARGER DRIVER
10225M: Milo Kim <milo.kim@ti.com>
10226S: Maintained
10227F: drivers/power/lp8727_charger.c
10228F: include/linux/platform_data/lp8727.h
10229
10230TI LP8788 MFD DRIVER
10231M: Milo Kim <milo.kim@ti.com>
10232S: Maintained
10233F: drivers/iio/adc/lp8788_adc.c
10234F: drivers/leds/leds-lp8788.c
10235F: drivers/mfd/lp8788*.c
10236F: drivers/power/lp8788-charger.c
10237F: drivers/regulator/lp8788-*.c
10238F: include/linux/mfd/lp8788*.h
10239
10240TI NETCP ETHERNET DRIVER
10241M: Wingman Kwok <w-kwok2@ti.com>
10242M: Murali Karicheri <m-karicheri2@ti.com>
10243L: netdev@vger.kernel.org
10244S: Maintained
10245F: drivers/net/ethernet/ti/netcp*
10246
10247TI TAS571X FAMILY ASoC CODEC DRIVER
10248M: Kevin Cernekee <cernekee@chromium.org>
10249L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10250S: Odd Fixes
10251F: sound/soc/codecs/tas571x*
10252
10253TI TWL4030 SERIES SOC CODEC DRIVER
10254M: Peter Ujfalusi <peter.ujfalusi@ti.com>
10255L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10256S: Maintained
10257F: sound/soc/codecs/twl4030*
10258
10259TI WILINK WIRELESS DRIVERS
10260L: linux-wireless@vger.kernel.org
10261W: http://wireless.kernel.org/en/users/Drivers/wl12xx
10262W: http://wireless.kernel.org/en/users/Drivers/wl1251
10263T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10264S: Orphan
10265F: drivers/net/wireless/ti/
10266F: include/linux/wl12xx.h
10267
10268TIPC NETWORK LAYER
10269M: Jon Maloy <jon.maloy@ericsson.com>
10270M: Ying Xue <ying.xue@windriver.com>
10271L: netdev@vger.kernel.org (core kernel code)
10272L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10273W: http://tipc.sourceforge.net/
10274S: Maintained
10275F: include/uapi/linux/tipc*.h
10276F: net/tipc/
10277
10278TILE ARCHITECTURE
10279M: Chris Metcalf <cmetcalf@ezchip.com>
10280W: http://www.ezchip.com/scm/
10281S: Supported
10282F: arch/tile/
10283F: drivers/char/tile-srom.c
10284F: drivers/edac/tile_edac.c
10285F: drivers/net/ethernet/tile/
10286F: drivers/rtc/rtc-tile.c
10287F: drivers/tty/hvc/hvc_tile.c
10288F: drivers/tty/serial/tilegx.c
10289F: drivers/usb/host/*-tilegx.c
10290F: include/linux/usb/tilegx.h
10291
10292TLAN NETWORK DRIVER
10293M: Samuel Chessman <chessman@tux.org>
10294L: tlan-devel@lists.sourceforge.net (subscribers-only)
10295W: http://sourceforge.net/projects/tlan/
10296S: Maintained
10297F: Documentation/networking/tlan.txt
10298F: drivers/net/ethernet/ti/tlan.*
10299
10300TOMOYO SECURITY MODULE
10301M: Kentaro Takeda <takedakn@nttdata.co.jp>
10302M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10303L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10304L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10305L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10306L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10307W: http://tomoyo.sourceforge.jp/
10308T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10309S: Maintained
10310F: security/tomoyo/
10311
10312TOPSTAR LAPTOP EXTRAS DRIVER
10313M: Herton Ronaldo Krzesinski <herton@canonical.com>
10314L: platform-driver-x86@vger.kernel.org
10315S: Maintained
10316F: drivers/platform/x86/topstar-laptop.c
10317
10318TOSHIBA ACPI EXTRAS DRIVER
10319M: Azael Avalos <coproscefalo@gmail.com>
10320L: platform-driver-x86@vger.kernel.org
10321S: Maintained
10322F: drivers/platform/x86/toshiba_acpi.c
10323
10324TOSHIBA BLUETOOTH DRIVER
10325M: Azael Avalos <coproscefalo@gmail.com>
10326L: platform-driver-x86@vger.kernel.org
10327S: Maintained
10328F: drivers/platform/x86/toshiba_bluetooth.c
10329
10330TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10331M: Azael Avalos <coproscefalo@gmail.com>
10332L: platform-driver-x86@vger.kernel.org
10333S: Maintained
10334F: drivers/platform/x86/toshiba_haps.c
10335
10336TOSHIBA SMM DRIVER
10337M: Jonathan Buzzard <jonathan@buzzard.org.uk>
10338L: tlinux-users@tce.toshiba-dme.co.jp
10339W: http://www.buzzard.org.uk/toshiba/
10340S: Maintained
10341F: drivers/char/toshiba.c
10342F: include/linux/toshiba.h
10343F: include/uapi/linux/toshiba.h
10344
10345TMIO MMC DRIVER
10346M: Ian Molton <ian@mnementh.co.uk>
10347L: linux-mmc@vger.kernel.org
10348S: Maintained
10349F: drivers/mmc/host/tmio_mmc*
10350F: drivers/mmc/host/sh_mobile_sdhi.c
10351F: include/linux/mmc/tmio.h
10352F: include/linux/mmc/sh_mobile_sdhi.h
10353
10354TMP401 HARDWARE MONITOR DRIVER
10355M: Guenter Roeck <linux@roeck-us.net>
10356L: lm-sensors@lm-sensors.org
10357S: Maintained
10358F: Documentation/hwmon/tmp401
10359F: drivers/hwmon/tmp401.c
10360
10361TMPFS (SHMEM FILESYSTEM)
10362M: Hugh Dickins <hughd@google.com>
10363L: linux-mm@kvack.org
10364S: Maintained
10365F: include/linux/shmem_fs.h
10366F: mm/shmem.c
10367
10368TM6000 VIDEO4LINUX DRIVER
10369M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10370L: linux-media@vger.kernel.org
10371W: http://linuxtv.org
10372T: git git://linuxtv.org/media_tree.git
10373S: Odd fixes
10374F: drivers/media/usb/tm6000/
10375
10376TW68 VIDEO4LINUX DRIVER
10377M: Hans Verkuil <hverkuil@xs4all.nl>
10378L: linux-media@vger.kernel.org
10379T: git git://linuxtv.org/media_tree.git
10380W: http://linuxtv.org
10381S: Odd Fixes
10382F: drivers/media/pci/tw68/
10383
10384TPM DEVICE DRIVER
10385M: Peter Huewe <peterhuewe@gmx.de>
10386M: Marcel Selhorst <tpmdd@selhorst.net>
10387R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10388W: http://tpmdd.sourceforge.net
10389L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10390Q: git git://github.com/PeterHuewe/linux-tpmdd.git
10391T: https://github.com/PeterHuewe/linux-tpmdd
10392S: Maintained
10393F: drivers/char/tpm/
10394
10395TPM IBM_VTPM DEVICE DRIVER
10396M: Ashley Lai <ashleydlai@gmail.com>
10397W: http://tpmdd.sourceforge.net
10398L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10399S: Maintained
10400F: drivers/char/tpm/tpm_ibmvtpm*
10401
10402TRACING
10403M: Steven Rostedt <rostedt@goodmis.org>
10404M: Ingo Molnar <mingo@redhat.com>
10405T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10406S: Maintained
10407F: Documentation/trace/ftrace.txt
10408F: arch/*/*/*/ftrace.h
10409F: arch/*/kernel/ftrace.c
10410F: include/*/ftrace.h
10411F: include/linux/trace*.h
10412F: include/trace/
10413F: kernel/trace/
10414F: tools/testing/selftests/ftrace/
10415
10416TRIVIAL PATCHES
10417M: Jiri Kosina <trivial@kernel.org>
10418T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10419S: Maintained
10420K: ^Subject:.*(?i)trivial
10421
10422TTY LAYER
10423M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10424M: Jiri Slaby <jslaby@suse.com>
10425S: Supported
10426T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10427F: Documentation/serial/
10428F: drivers/tty/
10429F: drivers/tty/serial/serial_core.c
10430F: include/linux/serial_core.h
10431F: include/linux/serial.h
10432F: include/linux/tty.h
10433F: include/uapi/linux/serial_core.h
10434F: include/uapi/linux/serial.h
10435F: include/uapi/linux/tty.h
10436
10437TUA9001 MEDIA DRIVER
10438M: Antti Palosaari <crope@iki.fi>
10439L: linux-media@vger.kernel.org
10440W: http://linuxtv.org/
10441W: http://palosaari.fi/linux/
10442Q: http://patchwork.linuxtv.org/project/linux-media/list/
10443T: git git://linuxtv.org/anttip/media_tree.git
10444S: Maintained
10445F: drivers/media/tuners/tua9001*
10446
10447TULIP NETWORK DRIVERS
10448M: Grant Grundler <grundler@parisc-linux.org>
10449L: netdev@vger.kernel.org
10450S: Maintained
10451F: drivers/net/ethernet/dec/tulip/
10452
10453TUN/TAP driver
10454M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
10455W: http://vtun.sourceforge.net/tun
10456S: Maintained
10457F: Documentation/networking/tuntap.txt
10458F: arch/um/os-Linux/drivers/
10459
10460TURBOCHANNEL SUBSYSTEM
10461M: "Maciej W. Rozycki" <macro@linux-mips.org>
10462M: Ralf Baechle <ralf@linux-mips.org>
10463L: linux-mips@linux-mips.org
10464Q: http://patchwork.linux-mips.org/project/linux-mips/list/
10465S: Maintained
10466F: drivers/tc/
10467F: include/linux/tc.h
10468
10469U14-34F SCSI DRIVER
10470M: Dario Ballabio <ballabio_dario@emc.com>
10471L: linux-scsi@vger.kernel.org
10472S: Maintained
10473F: drivers/scsi/u14-34f.c
10474
10475UBI FILE SYSTEM (UBIFS)
10476M: Artem Bityutskiy <dedekind1@gmail.com>
10477M: Adrian Hunter <adrian.hunter@intel.com>
10478L: linux-mtd@lists.infradead.org
10479T: git git://git.infradead.org/ubifs-2.6.git
10480W: http://www.linux-mtd.infradead.org/doc/ubifs.html
10481S: Maintained
10482F: Documentation/filesystems/ubifs.txt
10483F: fs/ubifs/
10484
10485UCLINUX (M68KNOMMU AND COLDFIRE)
10486M: Greg Ungerer <gerg@uclinux.org>
10487W: http://www.uclinux.org/
10488L: linux-m68k@lists.linux-m68k.org
10489L: uclinux-dev@uclinux.org (subscribers-only)
10490T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10491S: Maintained
10492F: arch/m68k/coldfire/
10493F: arch/m68k/68*/
10494F: arch/m68k/*/*_no.*
10495F: arch/m68k/include/asm/*_no.*
10496
10497UDF FILESYSTEM
10498M: Jan Kara <jack@suse.com>
10499S: Maintained
10500F: Documentation/filesystems/udf.txt
10501F: fs/udf/
10502
10503UFS FILESYSTEM
10504M: Evgeniy Dushistov <dushistov@mail.ru>
10505S: Maintained
10506F: Documentation/filesystems/ufs.txt
10507F: fs/ufs/
10508
10509UHID USERSPACE HID IO DRIVER:
10510M: David Herrmann <dh.herrmann@googlemail.com>
10511L: linux-input@vger.kernel.org
10512S: Maintained
10513F: drivers/hid/uhid.c
10514F: include/uapi/linux/uhid.h
10515
10516ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10517L: linux-usb@vger.kernel.org
10518S: Orphan
10519F: drivers/uwb/
10520F: include/linux/uwb.h
10521F: include/linux/uwb/
10522
10523UNICORE32 ARCHITECTURE:
10524M: Guan Xuetao <gxt@mprc.pku.edu.cn>
10525W: http://mprc.pku.edu.cn/~guanxuetao/linux
10526S: Maintained
10527T: git git://github.com/gxt/linux.git
10528F: arch/unicore32/
10529
10530UNIFDEF
10531M: Tony Finch <dot@dotat.at>
10532W: http://dotat.at/prog/unifdef
10533S: Maintained
10534F: scripts/unifdef.c
10535
10536UNIFORM CDROM DRIVER
10537M: Jens Axboe <axboe@kernel.dk>
10538W: http://www.kernel.dk
10539S: Maintained
10540F: Documentation/cdrom/
10541F: drivers/cdrom/cdrom.c
10542F: include/linux/cdrom.h
10543F: include/uapi/linux/cdrom.h
10544
10545UNISYS S-PAR DRIVERS
10546M: Benjamin Romer <benjamin.romer@unisys.com>
10547M: David Kershner <david.kershner@unisys.com>
10548L: sparmaintainer@unisys.com (Unisys internal)
10549S: Supported
10550F: drivers/staging/unisys/
10551
10552UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10553M: Vinayak Holikatti <vinholikatti@gmail.com>
10554L: linux-scsi@vger.kernel.org
10555S: Supported
10556F: Documentation/scsi/ufs.txt
10557F: drivers/scsi/ufs/
10558
10559UNSORTED BLOCK IMAGES (UBI)
10560M: Artem Bityutskiy <dedekind1@gmail.com>
10561M: Richard Weinberger <richard@nod.at>
10562W: http://www.linux-mtd.infradead.org/
10563L: linux-mtd@lists.infradead.org
10564T: git git://git.infradead.org/ubifs-2.6.git
10565S: Supported
10566F: drivers/mtd/ubi/
10567F: include/linux/mtd/ubi.h
10568F: include/uapi/mtd/ubi-user.h
10569
10570USB ACM DRIVER
10571M: Oliver Neukum <oliver@neukum.org>
10572L: linux-usb@vger.kernel.org
10573S: Maintained
10574F: Documentation/usb/acm.txt
10575F: drivers/usb/class/cdc-acm.*
10576
10577USB AR5523 WIRELESS DRIVER
10578M: Pontus Fuchs <pontus.fuchs@gmail.com>
10579L: linux-wireless@vger.kernel.org
10580S: Maintained
10581F: drivers/net/wireless/ath/ar5523/
10582
10583USB ATTACHED SCSI
10584M: Hans de Goede <hdegoede@redhat.com>
10585M: Gerd Hoffmann <kraxel@redhat.com>
10586L: linux-usb@vger.kernel.org
10587L: linux-scsi@vger.kernel.org
10588S: Maintained
10589F: drivers/usb/storage/uas.c
10590
10591USB CDC ETHERNET DRIVER
10592M: Oliver Neukum <oliver@neukum.org>
10593L: linux-usb@vger.kernel.org
10594S: Maintained
10595F: drivers/net/usb/cdc_*.c
10596F: include/uapi/linux/usb/cdc.h
10597
10598USB CHAOSKEY DRIVER
10599M: Keith Packard <keithp@keithp.com>
10600L: linux-usb@vger.kernel.org
10601S: Maintained
10602F: drivers/usb/misc/chaoskey.c
10603
10604USB CYPRESS C67X00 DRIVER
10605M: Peter Korsgaard <jacmet@sunsite.dk>
10606L: linux-usb@vger.kernel.org
10607S: Maintained
10608F: drivers/usb/c67x00/
10609
10610USB DAVICOM DM9601 DRIVER
10611M: Peter Korsgaard <jacmet@sunsite.dk>
10612L: netdev@vger.kernel.org
10613W: http://www.linux-usb.org/usbnet
10614S: Maintained
10615F: drivers/net/usb/dm9601.c
10616
10617USB DIAMOND RIO500 DRIVER
10618M: Cesar Miquel <miquel@df.uba.ar>
10619L: rio500-users@lists.sourceforge.net
10620W: http://rio500.sourceforge.net
10621S: Maintained
10622F: drivers/usb/misc/rio500*
10623
10624USB EHCI DRIVER
10625M: Alan Stern <stern@rowland.harvard.edu>
10626L: linux-usb@vger.kernel.org
10627S: Maintained
10628F: Documentation/usb/ehci.txt
10629F: drivers/usb/host/ehci*
10630
10631USB GADGET/PERIPHERAL SUBSYSTEM
10632M: Felipe Balbi <balbi@ti.com>
10633L: linux-usb@vger.kernel.org
10634W: http://www.linux-usb.org/gadget
10635T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10636S: Maintained
10637F: drivers/usb/gadget/
10638F: include/linux/usb/gadget*
10639
10640USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10641M: Jiri Kosina <jkosina@suse.com>
10642L: linux-usb@vger.kernel.org
10643T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10644S: Maintained
10645F: Documentation/hid/hiddev.txt
10646F: drivers/hid/usbhid/
10647
10648USB ISP116X DRIVER
10649M: Olav Kongas <ok@artecdesign.ee>
10650L: linux-usb@vger.kernel.org
10651S: Maintained
10652F: drivers/usb/host/isp116x*
10653F: include/linux/usb/isp116x.h
10654
10655USB MASS STORAGE DRIVER
10656M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10657L: linux-usb@vger.kernel.org
10658L: usb-storage@lists.one-eyed-alien.net
10659S: Maintained
10660W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
10661F: drivers/usb/storage/
10662
10663USB MIDI DRIVER
10664M: Clemens Ladisch <clemens@ladisch.de>
10665L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10666T: git git://git.alsa-project.org/alsa-kernel.git
10667S: Maintained
10668F: sound/usb/midi.*
10669
10670USB NETWORKING DRIVERS
10671L: linux-usb@vger.kernel.org
10672S: Odd Fixes
10673F: drivers/net/usb/
10674
10675USB OHCI DRIVER
10676M: Alan Stern <stern@rowland.harvard.edu>
10677L: linux-usb@vger.kernel.org
10678S: Maintained
10679F: Documentation/usb/ohci.txt
10680F: drivers/usb/host/ohci*
10681
10682USB OTG FSM (Finite State Machine)
10683M: Peter Chen <Peter.Chen@freescale.com>
10684T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10685L: linux-usb@vger.kernel.org
10686S: Maintained
10687F: drivers/usb/common/usb-otg-fsm.c
10688
10689USB OVER IP DRIVER
10690M: Valentina Manea <valentina.manea.m@gmail.com>
10691M: Shuah Khan <shuah.kh@samsung.com>
10692L: linux-usb@vger.kernel.org
10693S: Maintained
10694F: drivers/usb/usbip/
10695F: tools/usb/usbip/
10696
10697USB PEGASUS DRIVER
10698M: Petko Manolov <petkan@nucleusys.com>
10699L: linux-usb@vger.kernel.org
10700L: netdev@vger.kernel.org
10701T: git git://github.com/petkan/pegasus.git
10702W: https://github.com/petkan/pegasus
10703S: Maintained
10704F: drivers/net/usb/pegasus.*
10705
10706USB PHY LAYER
10707M: Felipe Balbi <balbi@ti.com>
10708L: linux-usb@vger.kernel.org
10709T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10710S: Maintained
10711F: drivers/usb/phy/
10712
10713USB PRINTER DRIVER (usblp)
10714M: Pete Zaitcev <zaitcev@redhat.com>
10715L: linux-usb@vger.kernel.org
10716S: Supported
10717F: drivers/usb/class/usblp.c
10718
10719USB RTL8150 DRIVER
10720M: Petko Manolov <petkan@nucleusys.com>
10721L: linux-usb@vger.kernel.org
10722L: netdev@vger.kernel.org
10723T: git git://github.com/petkan/rtl8150.git
10724W: https://github.com/petkan/rtl8150
10725S: Maintained
10726F: drivers/net/usb/rtl8150.c
10727
10728USB SERIAL SUBSYSTEM
10729M: Johan Hovold <johan@kernel.org>
10730L: linux-usb@vger.kernel.org
10731S: Maintained
10732F: Documentation/usb/usb-serial.txt
10733F: drivers/usb/serial/
10734F: include/linux/usb/serial.h
10735
10736USB SMSC75XX ETHERNET DRIVER
10737M: Steve Glendinning <steve.glendinning@shawell.net>
10738L: netdev@vger.kernel.org
10739S: Maintained
10740F: drivers/net/usb/smsc75xx.*
10741
10742USB SMSC95XX ETHERNET DRIVER
10743M: Steve Glendinning <steve.glendinning@shawell.net>
10744L: netdev@vger.kernel.org
10745S: Maintained
10746F: drivers/net/usb/smsc95xx.*
10747
10748USB SUBSYSTEM
10749M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10750L: linux-usb@vger.kernel.org
10751W: http://www.linux-usb.org
10752T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10753S: Supported
10754F: Documentation/usb/
10755F: drivers/usb/
10756F: include/linux/usb.h
10757F: include/linux/usb/
10758
10759USB UHCI DRIVER
10760M: Alan Stern <stern@rowland.harvard.edu>
10761L: linux-usb@vger.kernel.org
10762S: Maintained
10763F: drivers/usb/host/uhci*
10764
10765USB "USBNET" DRIVER FRAMEWORK
10766M: Oliver Neukum <oneukum@suse.com>
10767L: netdev@vger.kernel.org
10768W: http://www.linux-usb.org/usbnet
10769S: Maintained
10770F: drivers/net/usb/usbnet.c
10771F: include/linux/usb/usbnet.h
10772
10773USB VIDEO CLASS
10774M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10775L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10776L: linux-media@vger.kernel.org
10777T: git git://linuxtv.org/media_tree.git
10778W: http://www.ideasonboard.org/uvc/
10779S: Maintained
10780F: drivers/media/usb/uvc/
10781F: include/uapi/linux/uvcvideo.h
10782
10783USB VISION DRIVER
10784M: Hans Verkuil <hverkuil@xs4all.nl>
10785L: linux-media@vger.kernel.org
10786T: git git://linuxtv.org/media_tree.git
10787W: http://linuxtv.org
10788S: Odd Fixes
10789F: drivers/media/usb/usbvision/
10790
10791USB WEBCAM GADGET
10792M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10793L: linux-usb@vger.kernel.org
10794S: Maintained
10795F: drivers/usb/gadget/function/*uvc*
10796F: drivers/usb/gadget/legacy/webcam.c
10797
10798USB WIRELESS RNDIS DRIVER (rndis_wlan)
10799M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
10800L: linux-wireless@vger.kernel.org
10801S: Maintained
10802F: drivers/net/wireless/rndis_wlan.c
10803
10804USB XHCI DRIVER
10805M: Mathias Nyman <mathias.nyman@intel.com>
10806L: linux-usb@vger.kernel.org
10807S: Supported
10808F: drivers/usb/host/xhci*
10809F: drivers/usb/host/pci-quirks*
10810
10811USB ZD1201 DRIVER
10812L: linux-wireless@vger.kernel.org
10813W: http://linux-lc100020.sourceforge.net
10814S: Orphan
10815F: drivers/net/wireless/zd1201.*
10816
10817USB ZR364XX DRIVER
10818M: Antoine Jacquet <royale@zerezo.com>
10819L: linux-usb@vger.kernel.org
10820L: linux-media@vger.kernel.org
10821T: git git://linuxtv.org/media_tree.git
10822W: http://royale.zerezo.com/zr364xx/
10823S: Maintained
10824F: Documentation/video4linux/zr364xx.txt
10825F: drivers/media/usb/zr364xx/
10826
10827ULPI BUS
10828M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
10829L: linux-usb@vger.kernel.org
10830S: Maintained
10831F: drivers/usb/common/ulpi.c
10832F: include/linux/ulpi/
10833
10834USER-MODE LINUX (UML)
10835M: Jeff Dike <jdike@addtoit.com>
10836M: Richard Weinberger <richard@nod.at>
10837L: user-mode-linux-devel@lists.sourceforge.net
10838L: user-mode-linux-user@lists.sourceforge.net
10839W: http://user-mode-linux.sourceforge.net
10840S: Maintained
10841F: Documentation/virtual/uml/
10842F: arch/um/
10843F: arch/x86/um/
10844F: fs/hostfs/
10845F: fs/hppfs/
10846
10847USERSPACE I/O (UIO)
10848M: "Hans J. Koch" <hjk@hansjkoch.de>
10849M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10850S: Maintained
10851T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10852F: Documentation/DocBook/uio-howto.tmpl
10853F: drivers/uio/
10854F: include/linux/uio*.h
10855
10856UTIL-LINUX PACKAGE
10857M: Karel Zak <kzak@redhat.com>
10858L: util-linux@vger.kernel.org
10859W: http://en.wikipedia.org/wiki/Util-linux
10860T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10861S: Maintained
10862
10863UVESAFB DRIVER
10864M: Michal Januszewski <spock@gentoo.org>
10865L: linux-fbdev@vger.kernel.org
10866W: http://dev.gentoo.org/~spock/projects/uvesafb/
10867S: Maintained
10868F: Documentation/fb/uvesafb.txt
10869F: drivers/video/fbdev/uvesafb.*
10870
10871VFAT/FAT/MSDOS FILESYSTEM
10872M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10873S: Maintained
10874F: Documentation/filesystems/vfat.txt
10875F: fs/fat/
10876
10877VFIO DRIVER
10878M: Alex Williamson <alex.williamson@redhat.com>
10879L: kvm@vger.kernel.org
10880S: Maintained
10881F: Documentation/vfio.txt
10882F: drivers/vfio/
10883F: include/linux/vfio.h
10884F: include/uapi/linux/vfio.h
10885
10886VFIO PLATFORM DRIVER
10887M: Baptiste Reynal <b.reynal@virtualopensystems.com>
10888L: kvm@vger.kernel.org
10889S: Maintained
10890F: drivers/vfio/platform/
10891
10892VIDEOBUF2 FRAMEWORK
10893M: Pawel Osciak <pawel@osciak.com>
10894M: Marek Szyprowski <m.szyprowski@samsung.com>
10895M: Kyungmin Park <kyungmin.park@samsung.com>
10896L: linux-media@vger.kernel.org
10897S: Maintained
10898F: drivers/media/v4l2-core/videobuf2-*
10899F: include/media/videobuf2-*
10900
10901VIRTIO CONSOLE DRIVER
10902M: Amit Shah <amit.shah@redhat.com>
10903L: virtualization@lists.linux-foundation.org
10904S: Maintained
10905F: drivers/char/virtio_console.c
10906F: include/linux/virtio_console.h
10907F: include/uapi/linux/virtio_console.h
10908
10909VIRTIO CORE, NET AND BLOCK DRIVERS
10910M: "Michael S. Tsirkin" <mst@redhat.com>
10911L: virtualization@lists.linux-foundation.org
10912S: Maintained
10913F: drivers/virtio/
10914F: tools/virtio/
10915F: drivers/net/virtio_net.c
10916F: drivers/block/virtio_blk.c
10917F: include/linux/virtio_*.h
10918F: include/uapi/linux/virtio_*.h
10919
10920VIRTIO DRIVERS FOR S390
10921M: Christian Borntraeger <borntraeger@de.ibm.com>
10922M: Cornelia Huck <cornelia.huck@de.ibm.com>
10923L: linux-s390@vger.kernel.org
10924L: virtualization@lists.linux-foundation.org
10925L: kvm@vger.kernel.org
10926S: Supported
10927F: drivers/s390/virtio/
10928
10929VIRTIO GPU DRIVER
10930M: David Airlie <airlied@linux.ie>
10931M: Gerd Hoffmann <kraxel@redhat.com>
10932L: dri-devel@lists.freedesktop.org
10933L: virtualization@lists.linux-foundation.org
10934S: Maintained
10935F: drivers/gpu/drm/virtio/
10936F: include/uapi/linux/virtio_gpu.h
10937
10938VIRTIO HOST (VHOST)
10939M: "Michael S. Tsirkin" <mst@redhat.com>
10940L: kvm@vger.kernel.org
10941L: virtualization@lists.linux-foundation.org
10942L: netdev@vger.kernel.org
10943S: Maintained
10944F: drivers/vhost/
10945F: include/uapi/linux/vhost.h
10946
10947VIRTIO INPUT DRIVER
10948M: Gerd Hoffmann <kraxel@redhat.com>
10949S: Maintained
10950F: drivers/virtio/virtio_input.c
10951F: include/uapi/linux/virtio_input.h
10952
10953VIA RHINE NETWORK DRIVER
10954S: Orphan
10955F: drivers/net/ethernet/via/via-rhine.c
10956
10957VIA SD/MMC CARD CONTROLLER DRIVER
10958M: Bruce Chang <brucechang@via.com.tw>
10959M: Harald Welte <HaraldWelte@viatech.com>
10960S: Maintained
10961F: drivers/mmc/host/via-sdmmc.c
10962
10963VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10964M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10965L: linux-fbdev@vger.kernel.org
10966S: Maintained
10967F: include/linux/via-core.h
10968F: include/linux/via-gpio.h
10969F: include/linux/via_i2c.h
10970F: drivers/video/fbdev/via/
10971
10972VIA VELOCITY NETWORK DRIVER
10973M: Francois Romieu <romieu@fr.zoreil.com>
10974L: netdev@vger.kernel.org
10975S: Maintained
10976F: drivers/net/ethernet/via/via-velocity.*
10977
10978VIVID VIRTUAL VIDEO DRIVER
10979M: Hans Verkuil <hverkuil@xs4all.nl>
10980L: linux-media@vger.kernel.org
10981T: git git://linuxtv.org/media_tree.git
10982W: http://linuxtv.org
10983S: Maintained
10984F: drivers/media/platform/vivid/*
10985
10986VLAN (802.1Q)
10987M: Patrick McHardy <kaber@trash.net>
10988L: netdev@vger.kernel.org
10989S: Maintained
10990F: drivers/net/macvlan.c
10991F: include/linux/if_*vlan.h
10992F: net/8021q/
10993
10994VLYNQ BUS
10995M: Florian Fainelli <florian@openwrt.org>
10996L: openwrt-devel@lists.openwrt.org (subscribers-only)
10997S: Maintained
10998F: drivers/vlynq/vlynq.c
10999F: include/linux/vlynq.h
11000
11001VME SUBSYSTEM
11002M: Martyn Welch <martyn.welch@ge.com>
11003M: Manohar Vanga <manohar.vanga@gmail.com>
11004M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11005L: devel@driverdev.osuosl.org
11006S: Maintained
11007T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11008F: Documentation/vme_api.txt
11009F: drivers/staging/vme/
11010F: drivers/vme/
11011F: include/linux/vme*
11012
11013VMWARE HYPERVISOR INTERFACE
11014M: Alok Kataria <akataria@vmware.com>
11015L: virtualization@lists.linux-foundation.org
11016S: Supported
11017F: arch/x86/kernel/cpu/vmware.c
11018
11019VMWARE BALLOON DRIVER
11020M: Xavier Deguillard <xdeguillard@vmware.com>
11021M: Philip Moltmann <moltmann@vmware.com>
11022M: "VMware, Inc." <pv-drivers@vmware.com>
11023L: linux-kernel@vger.kernel.org
11024S: Maintained
11025F: drivers/misc/vmw_balloon.c
11026
11027VMWARE VMMOUSE SUBDRIVER
11028M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11029M: "VMware, Inc." <pv-drivers@vmware.com>
11030L: linux-input@vger.kernel.org
11031S: Maintained
11032F: drivers/input/mouse/vmmouse.c
11033F: drivers/input/mouse/vmmouse.h
11034
11035VMWARE VMXNET3 ETHERNET DRIVER
11036M: Shreyas Bhatewara <sbhatewara@vmware.com>
11037M: "VMware, Inc." <pv-drivers@vmware.com>
11038L: netdev@vger.kernel.org
11039S: Maintained
11040F: drivers/net/vmxnet3/
11041
11042VMware PVSCSI driver
11043M: Arvind Kumar <arvindkumar@vmware.com>
11044M: VMware PV-Drivers <pv-drivers@vmware.com>
11045L: linux-scsi@vger.kernel.org
11046S: Maintained
11047F: drivers/scsi/vmw_pvscsi.c
11048F: drivers/scsi/vmw_pvscsi.h
11049
11050VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11051M: Liam Girdwood <lgirdwood@gmail.com>
11052M: Mark Brown <broonie@kernel.org>
11053L: linux-kernel@vger.kernel.org
11054W: http://opensource.wolfsonmicro.com/node/15
11055W: http://www.slimlogic.co.uk/?p=48
11056T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11057S: Supported
11058F: drivers/regulator/
11059F: include/linux/regulator/
11060
11061VT1211 HARDWARE MONITOR DRIVER
11062M: Juerg Haefliger <juergh@gmail.com>
11063L: lm-sensors@lm-sensors.org
11064S: Maintained
11065F: Documentation/hwmon/vt1211
11066F: drivers/hwmon/vt1211.c
11067
11068VT8231 HARDWARE MONITOR DRIVER
11069M: Roger Lucas <vt8231@hiddenengine.co.uk>
11070L: lm-sensors@lm-sensors.org
11071S: Maintained
11072F: drivers/hwmon/vt8231.c
11073
11074VUB300 USB to SDIO/SD/MMC bridge chip
11075M: Tony Olech <tony.olech@elandigitalsystems.com>
11076L: linux-mmc@vger.kernel.org
11077L: linux-usb@vger.kernel.org
11078S: Supported
11079F: drivers/mmc/host/vub300.c
11080
11081W1 DALLAS'S 1-WIRE BUS
11082M: Evgeniy Polyakov <zbr@ioremap.net>
11083S: Maintained
11084F: Documentation/w1/
11085F: drivers/w1/
11086
11087W83791D HARDWARE MONITORING DRIVER
11088M: Marc Hulsman <m.hulsman@tudelft.nl>
11089L: lm-sensors@lm-sensors.org
11090S: Maintained
11091F: Documentation/hwmon/w83791d
11092F: drivers/hwmon/w83791d.c
11093
11094W83793 HARDWARE MONITORING DRIVER
11095M: Rudolf Marek <r.marek@assembler.cz>
11096L: lm-sensors@lm-sensors.org
11097S: Maintained
11098F: Documentation/hwmon/w83793
11099F: drivers/hwmon/w83793.c
11100
11101W83795 HARDWARE MONITORING DRIVER
11102M: Jean Delvare <jdelvare@suse.com>
11103L: lm-sensors@lm-sensors.org
11104S: Maintained
11105F: drivers/hwmon/w83795.c
11106
11107W83L51xD SD/MMC CARD INTERFACE DRIVER
11108M: Pierre Ossman <pierre@ossman.eu>
11109S: Maintained
11110F: drivers/mmc/host/wbsd.*
11111
11112WACOM PROTOCOL 4 SERIAL TABLETS
11113M: Julian Squires <julian@cipht.net>
11114M: Hans de Goede <hdegoede@redhat.com>
11115L: linux-input@vger.kernel.org
11116S: Maintained
11117F: drivers/input/tablet/wacom_serial4.c
11118
11119WATCHDOG DEVICE DRIVERS
11120M: Wim Van Sebroeck <wim@iguana.be>
11121L: linux-watchdog@vger.kernel.org
11122W: http://www.linux-watchdog.org/
11123T: git git://www.linux-watchdog.org/linux-watchdog.git
11124S: Maintained
11125F: Documentation/watchdog/
11126F: drivers/watchdog/
11127F: include/linux/watchdog.h
11128F: include/uapi/linux/watchdog.h
11129
11130WD7000 SCSI DRIVER
11131M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
11132L: linux-scsi@vger.kernel.org
11133S: Maintained
11134F: drivers/scsi/wd7000.c
11135
11136WIIMOTE HID DRIVER
11137M: David Herrmann <dh.herrmann@googlemail.com>
11138L: linux-input@vger.kernel.org
11139S: Maintained
11140F: drivers/hid/hid-wiimote*
11141
11142WINBOND CIR DRIVER
11143M: David Härdeman <david@hardeman.nu>
11144S: Maintained
11145F: drivers/media/rc/winbond-cir.c
11146
11147WIMAX STACK
11148M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11149M: linux-wimax@intel.com
11150L: wimax@linuxwimax.org (subscribers-only)
11151S: Supported
11152W: http://linuxwimax.org
11153F: Documentation/wimax/README.wimax
11154F: include/linux/wimax/debug.h
11155F: include/net/wimax.h
11156F: include/uapi/linux/wimax.h
11157F: net/wimax/
11158
11159WISTRON LAPTOP BUTTON DRIVER
11160M: Miloslav Trmac <mitr@volny.cz>
11161S: Maintained
11162F: drivers/input/misc/wistron_btns.c
11163
11164WL3501 WIRELESS PCMCIA CARD DRIVER
11165M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11166L: linux-wireless@vger.kernel.org
11167W: http://oops.ghostprotocols.net:81/blog
11168S: Maintained
11169F: drivers/net/wireless/wl3501*
11170
11171WM97XX TOUCHSCREEN DRIVERS
11172M: Mark Brown <broonie@kernel.org>
11173M: Liam Girdwood <lrg@slimlogic.co.uk>
11174L: linux-input@vger.kernel.org
11175T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
11176W: http://opensource.wolfsonmicro.com/node/7
11177S: Supported
11178F: drivers/input/touchscreen/*wm97*
11179F: include/linux/wm97xx.h
11180
11181WOLFSON MICROELECTRONICS DRIVERS
11182L: patches@opensource.wolfsonmicro.com
11183T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
11184T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
11185W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
11186S: Supported
11187F: Documentation/hwmon/wm83??
11188F: arch/arm/mach-s3c64xx/mach-crag6410*
11189F: drivers/clk/clk-wm83*.c
11190F: drivers/extcon/extcon-arizona.c
11191F: drivers/leds/leds-wm83*.c
11192F: drivers/gpio/gpio-*wm*.c
11193F: drivers/gpio/gpio-arizona.c
11194F: drivers/hwmon/wm83??-hwmon.c
11195F: drivers/input/misc/wm831x-on.c
11196F: drivers/input/touchscreen/wm831x-ts.c
11197F: drivers/input/touchscreen/wm97*.c
11198F: drivers/mfd/arizona*
11199F: drivers/mfd/wm*.c
11200F: drivers/power/wm83*.c
11201F: drivers/rtc/rtc-wm83*.c
11202F: drivers/regulator/wm8*.c
11203F: drivers/video/backlight/wm83*_bl.c
11204F: drivers/watchdog/wm83*_wdt.c
11205F: include/linux/mfd/arizona/
11206F: include/linux/mfd/wm831x/
11207F: include/linux/mfd/wm8350/
11208F: include/linux/mfd/wm8400*
11209F: include/linux/wm97xx.h
11210F: include/sound/wm????.h
11211F: sound/soc/codecs/arizona.?
11212F: sound/soc/codecs/wm*
11213
11214WORKQUEUE
11215M: Tejun Heo <tj@kernel.org>
11216T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11217S: Maintained
11218F: include/linux/workqueue.h
11219F: kernel/workqueue.c
11220F: Documentation/workqueue.txt
11221
11222X.25 NETWORK LAYER
11223M: Andrew Hendry <andrew.hendry@gmail.com>
11224L: linux-x25@vger.kernel.org
11225S: Odd Fixes
11226F: Documentation/networking/x25*
11227F: include/net/x25*
11228F: net/x25/
11229
11230X86 ARCHITECTURE (32-BIT AND 64-BIT)
11231M: Thomas Gleixner <tglx@linutronix.de>
11232M: Ingo Molnar <mingo@redhat.com>
11233M: "H. Peter Anvin" <hpa@zytor.com>
11234M: x86@kernel.org
11235L: linux-kernel@vger.kernel.org
11236T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11237S: Maintained
11238F: Documentation/x86/
11239F: arch/x86/
11240
11241X86 PLATFORM DRIVERS
11242M: Darren Hart <dvhart@infradead.org>
11243L: platform-driver-x86@vger.kernel.org
11244T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11245S: Maintained
11246F: drivers/platform/x86/
11247
11248X86 MCE INFRASTRUCTURE
11249M: Tony Luck <tony.luck@intel.com>
11250M: Borislav Petkov <bp@alien8.de>
11251L: linux-edac@vger.kernel.org
11252S: Maintained
11253F: arch/x86/kernel/cpu/mcheck/*
11254
11255X86 VDSO
11256M: Andy Lutomirski <luto@amacapital.net>
11257L: linux-kernel@vger.kernel.org
11258T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11259S: Maintained
11260F: arch/x86/entry/vdso/
11261
11262XC2028/3028 TUNER DRIVER
11263M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11264L: linux-media@vger.kernel.org
11265W: http://linuxtv.org
11266T: git git://linuxtv.org/media_tree.git
11267S: Maintained
11268F: drivers/media/tuners/tuner-xc2028.*
11269
11270XEN HYPERVISOR INTERFACE
11271M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11272M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
11273M: David Vrabel <david.vrabel@citrix.com>
11274L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11275T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11276S: Supported
11277F: arch/x86/xen/
11278F: drivers/*/xen-*front.c
11279F: drivers/xen/
11280F: arch/x86/include/asm/xen/
11281F: include/xen/
11282F: include/uapi/xen/
11283
11284XEN HYPERVISOR ARM
11285M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11286L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11287S: Supported
11288F: arch/arm/xen/
11289F: arch/arm/include/asm/xen/
11290
11291XEN HYPERVISOR ARM64
11292M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11293L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11294S: Supported
11295F: arch/arm64/xen/
11296F: arch/arm64/include/asm/xen/
11297
11298XEN NETWORK BACKEND DRIVER
11299M: Ian Campbell <ian.campbell@citrix.com>
11300M: Wei Liu <wei.liu2@citrix.com>
11301L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11302L: netdev@vger.kernel.org
11303S: Supported
11304F: drivers/net/xen-netback/*
11305
11306XEN PCI SUBSYSTEM
11307M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11308L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11309S: Supported
11310F: arch/x86/pci/*xen*
11311F: drivers/pci/*xen*
11312
11313XEN BLOCK SUBSYSTEM
11314M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11315M: Roger Pau Monné <roger.pau@citrix.com>
11316L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11317S: Supported
11318F: drivers/block/xen-blkback/*
11319F: drivers/block/xen*
11320
11321XEN PVSCSI DRIVERS
11322M: Juergen Gross <jgross@suse.com>
11323L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11324L: linux-scsi@vger.kernel.org
11325S: Supported
11326F: drivers/scsi/xen-scsifront.c
11327F: drivers/xen/xen-scsiback.c
11328F: include/xen/interface/io/vscsiif.h
11329
11330XEN SWIOTLB SUBSYSTEM
11331M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11332L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11333S: Supported
11334F: arch/x86/xen/*swiotlb*
11335F: drivers/xen/*swiotlb*
11336
11337XFS FILESYSTEM
11338P: Silicon Graphics Inc
11339M: Dave Chinner <david@fromorbit.com>
11340M: xfs@oss.sgi.com
11341L: xfs@oss.sgi.com
11342W: http://oss.sgi.com/projects/xfs
11343T: git git://oss.sgi.com/xfs/xfs.git
11344S: Supported
11345F: Documentation/filesystems/xfs.txt
11346F: fs/xfs/
11347
11348XILINX AXI ETHERNET DRIVER
11349M: Anirudha Sarangi <anirudh@xilinx.com>
11350M: John Linn <John.Linn@xilinx.com>
11351S: Maintained
11352F: drivers/net/ethernet/xilinx/xilinx_axienet*
11353
11354XILINX UARTLITE SERIAL DRIVER
11355M: Peter Korsgaard <jacmet@sunsite.dk>
11356L: linux-serial@vger.kernel.org
11357S: Maintained
11358F: drivers/tty/serial/uartlite.c
11359
11360XILINX VIDEO IP CORES
11361M: Hyun Kwon <hyun.kwon@xilinx.com>
11362M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11363L: linux-media@vger.kernel.org
11364T: git git://linuxtv.org/media_tree.git
11365S: Supported
11366F: Documentation/devicetree/bindings/media/xilinx/
11367F: drivers/media/platform/xilinx/
11368F: include/uapi/linux/xilinx-v4l2-controls.h
11369
11370XILLYBUS DRIVER
11371M: Eli Billauer <eli.billauer@gmail.com>
11372L: linux-kernel@vger.kernel.org
11373S: Supported
11374F: drivers/char/xillybus/
11375
11376XTENSA XTFPGA PLATFORM SUPPORT
11377M: Max Filippov <jcmvbkbc@gmail.com>
11378L: linux-xtensa@linux-xtensa.org
11379S: Maintained
11380F: drivers/spi/spi-xtensa-xtfpga.c
11381F: sound/soc/xtensa/xtfpga-i2s.c
11382
11383YAM DRIVER FOR AX.25
11384M: Jean-Paul Roubelat <jpr@f6fbb.org>
11385L: linux-hams@vger.kernel.org
11386S: Maintained
11387F: drivers/net/hamradio/yam*
11388F: include/linux/yam.h
11389
11390YEALINK PHONE DRIVER
11391M: Henk Vergonet <Henk.Vergonet@gmail.com>
11392L: usbb2k-api-dev@nongnu.org
11393S: Maintained
11394F: Documentation/input/yealink.txt
11395F: drivers/input/misc/yealink.*
11396
11397Z8530 DRIVER FOR AX.25
11398M: Joerg Reuter <jreuter@yaina.de>
11399W: http://yaina.de/jreuter/
11400W: http://www.qsl.net/dl1bke/
11401L: linux-hams@vger.kernel.org
11402S: Maintained
11403F: Documentation/networking/z8530drv.txt
11404F: drivers/net/hamradio/*scc.c
11405F: drivers/net/hamradio/z8530.h
11406
11407ZBUD COMPRESSED PAGE ALLOCATOR
11408M: Seth Jennings <sjennings@variantweb.net>
11409L: linux-mm@kvack.org
11410S: Maintained
11411F: mm/zbud.c
11412F: include/linux/zbud.h
11413
11414ZD1211RW WIRELESS DRIVER
11415M: Daniel Drake <dsd@gentoo.org>
11416M: Ulrich Kunitz <kune@deine-taler.de>
11417W: http://zd1211.ath.cx/wiki/DriverRewrite
11418L: linux-wireless@vger.kernel.org
11419L: zd1211-devs@lists.sourceforge.net (subscribers-only)
11420S: Maintained
11421F: drivers/net/wireless/zd1211rw/
11422
11423ZPOOL COMPRESSED PAGE STORAGE API
11424M: Dan Streetman <ddstreet@ieee.org>
11425L: linux-mm@kvack.org
11426S: Maintained
11427F: mm/zpool.c
11428F: include/linux/zpool.h
11429
11430ZR36067 VIDEO FOR LINUX DRIVER
11431L: mjpeg-users@lists.sourceforge.net
11432L: linux-media@vger.kernel.org
11433W: http://mjpeg.sourceforge.net/driver-zoran/
11434T: hg http://linuxtv.org/hg/v4l-dvb
11435S: Odd Fixes
11436F: drivers/media/pci/zoran/
11437
11438ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11439M: Minchan Kim <minchan@kernel.org>
11440M: Nitin Gupta <ngupta@vflare.org>
11441R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11442L: linux-kernel@vger.kernel.org
11443S: Maintained
11444F: drivers/block/zram/
11445F: Documentation/blockdev/zram.txt
11446
11447ZS DECSTATION Z85C30 SERIAL DRIVER
11448M: "Maciej W. Rozycki" <macro@linux-mips.org>
11449S: Maintained
11450F: drivers/tty/serial/zs.*
11451
11452ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11453M: Minchan Kim <minchan@kernel.org>
11454M: Nitin Gupta <ngupta@vflare.org>
11455L: linux-mm@kvack.org
11456S: Maintained
11457F: mm/zsmalloc.c
11458F: include/linux/zsmalloc.h
11459F: Documentation/vm/zsmalloc.txt
11460
11461ZSWAP COMPRESSED SWAP CACHING
11462M: Seth Jennings <sjennings@variantweb.net>
11463L: linux-mm@kvack.org
11464S: Maintained
11465F: mm/zswap.c
11466
11467THE REST
11468M: Linus Torvalds <torvalds@linux-foundation.org>
11469L: linux-kernel@vger.kernel.org
11470Q: http://patchwork.kernel.org/project/LKML/list/
11471T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11472S: Buried alive in reporters
11473F: *
11474F: */
This page took 0.064916 seconds and 5 git commands to generate.