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