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