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