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