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