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