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