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