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