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