MAINTAINERS 149.5 KB
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32

	List of maintainers and how to submit kernel changes

Please try to follow the guidelines below.  This will make things
easier on the maintainers.  Not all of these guidelines matter for every
trivial patch so apply some common sense.

1.	Always _test_ your changes, however small, on at least 4 or
	5 people, preferably many more.

2.	Try to release a few ALPHA test versions to the net. Announce
	them onto the kernel channel and await results. This is especially
	important for device drivers, because often that's the only way
	you will find things like the fact version 3 firmware needs
	a magic fix you didn't know about, or some clown changed the
	chips on a board and not its name.  (Don't laugh!  Look at the
	SMC etherpower for that.)

3.	Make sure your changes compile correctly in multiple
	configurations. In particular check that changes work both as a
	module and built into the kernel.

4.	When you are happy with a change make it generally available for
	testing and await feedback.

5.	Make a patch available to the relevant maintainer in the list. Use
	'diff -u' to make the patch easy to merge. Be prepared to get your
	changes sent back with seemingly silly requests about formatting
	and variable names.  These aren't as silly as they seem. One
	job the maintainers (and especially Linus) do is to keep things
	looking the same. Sometimes this means that the clever hack in
	your driver to get around a problem actually needs to become a
33 34 35 36 37
	generalized kernel feature ready for next time.

	PLEASE check your patch with the automated style checker
	(scripts/checkpatch.pl) to catch trival style violations.
	See Documentation/CodingStyle for guidance here.
L
Linus Torvalds 已提交
38

39 40 41 42 43 44
	PLEASE CC: the maintainers and mailing lists that are generated
	by scripts/get_maintainer.pl.  The results returned by the
	script will be best if you have git installed and are making
	your changes in a branch derived from Linus' latest git tree.
	See Documentation/SubmittingPatches for details.

L
Linus Torvalds 已提交
45 46 47 48 49 50 51
	PLEASE try to include any credit lines you want added with the
	patch. It avoids people being missed off by mistake and makes
	it easier to know who wants adding and who doesn't.

	PLEASE document known bugs. If it doesn't work for everything
	or does something very odd once a month document it.

52
	PLEASE remember that submissions must be made under the terms
R
Randy Dunlap 已提交
53 54 55 56
	of the OSDL certificate of contribution and should include a
	Signed-off-by: line.  The current version of this "Developer's
	Certificate of Origin" (DCO) is listed in the file
	Documentation/SubmittingPatches.
57

L
Linus Torvalds 已提交
58 59 60 61
6.	Make sure you have the right to send any changes you make. If you
	do changes at work you may find your employer owns the patch
	not you.

62 63 64 65 66
7.	When sending security related changes or reports to a maintainer
	please Cc: security@kernel.org, especially if the maintainer
	does not respond.

8.	Happy hacking.
L
Linus Torvalds 已提交
67

68
		-----------------------------------
L
Linus Torvalds 已提交
69 70 71 72 73 74 75 76 77 78 79

Maintainers List (try to look for most precise areas first)

Note: For the hard of thinking, this list is meant to remain in alphabetical
order. If you could add yourselves to it in alphabetical order that would be
so much easier [Ed]

P: Person
M: Mail patches to
L: Mailing list that is relevant to this area
W: Web-page with status/info
A
Alan Cox 已提交
80
T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
81
S: Status, one of the following:
L
Linus Torvalds 已提交
82 83 84 85 86 87 88 89 90 91 92

	Supported:	Someone is actually paid to look after this.
	Maintained:	Someone actually looks after it.
	Odd Fixes:	It has a maintainer but they don't have time to do
			much other than throw the odd patch in. See below..
	Orphan:		No current maintainer [but maybe you could take the
			role as you write your new code].
	Obsolete:	Old code. Something tagged obsolete generally means
			it has been replaced by a better system and you
			should be using that.

J
Joe Perches 已提交
93 94 95 96 97 98 99 100 101 102 103 104 105
F: Files and directories with wildcard patterns.
   A trailing slash includes all files and subdirectory files.
	F:	drivers/net/	all files in and below drivers/net
	F:	drivers/net/*	all files in drivers/net, but not below
	F:	*/net/*		all files in "any top level directory"/net
   One pattern per line.  Multiple F: lines acceptable.
X: Files and directories that are NOT maintained, same rules as F:
   Files exclusions are tested before file matches.
   Can be useful for excluding a specific subdirectory, for instance:
	F:	net/
	X:	net/ipv6/
   matches all files in and below net excluding net/ipv6/

L
Linus Torvalds 已提交
106 107 108
3C505 NETWORK DRIVER
P:	Philip Blundell
M:	philb@gnu.org
109
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
110
S:	Maintained
J
Joe Perches 已提交
111
F:	drivers/net/3c505*
L
Linus Torvalds 已提交
112

S
Steffen Klassert 已提交
113 114 115 116 117
3C59X NETWORK DRIVER
P:	Steffen Klassert
M:	klassert@mathematik.tu-chemnitz.de
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
118 119
F:	Documentation/networking/vortex.txt
F:	drivers/net/3c59x.c
S
Steffen Klassert 已提交
120

L
Linus Torvalds 已提交
121 122 123
3CR990 NETWORK DRIVER
P:	David Dillow
M:	dave@thedillows.org
124
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
125
S:	Maintained
J
Joe Perches 已提交
126
F:	drivers/net/typhoon*
L
Linus Torvalds 已提交
127

R
Randy Dunlap 已提交
128
3W-9XXX SATA-RAID CONTROLLER DRIVER
L
Linus Torvalds 已提交
129 130 131 132 133
P:	Adam Radford
M:	linuxraid@amcc.com
L:	linux-scsi@vger.kernel.org
W:	http://www.amcc.com
S:	Supported
J
Joe Perches 已提交
134
F:	drivers/scsi/3w-9xxx*
L
Linus Torvalds 已提交
135

R
Randy Dunlap 已提交
136
3W-XXXX ATA-RAID CONTROLLER DRIVER
L
Linus Torvalds 已提交
137 138 139 140 141
P:	Adam Radford
M:	linuxraid@amcc.com
L:	linux-scsi@vger.kernel.org
W:	http://www.amcc.com
S:	Supported
J
Joe Perches 已提交
142
F:	drivers/scsi/3w-xxxx*
L
Linus Torvalds 已提交
143 144 145 146 147 148

53C700 AND 53C700-66 SCSI DRIVER
P:	James E.J. Bottomley
M:	James.Bottomley@HansenPartnership.com
L:	linux-scsi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
149
F:	drivers/scsi/53c700*
L
Linus Torvalds 已提交
150 151 152

6PACK NETWORK DRIVER FOR AX.25
P:	Andreas Koensgen
153
M:	ajk@comnets.uni-bremen.de
L
Linus Torvalds 已提交
154 155
L:	linux-hams@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
156
F:	drivers/net/hamradio/6pack.c
L
Linus Torvalds 已提交
157 158 159 160

8169 10/100/1000 GIGABIT ETHERNET DRIVER
P:	Francois Romieu
M:	romieu@fr.zoreil.com
161
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
162
S:	Maintained
J
Joe Perches 已提交
163
F:	drivers/net/r8169.c
L
Linus Torvalds 已提交
164 165

8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
166 167
P:	Alan Cox
M:	alan@lxorguk.ukuu.org.uk
L
Linus Torvalds 已提交
168 169
L:	linux-serial@vger.kernel.org
W:	http://serial.sourceforge.net
A
Alan Cox 已提交
170
S:	Odd Fixes
J
Joe Perches 已提交
171 172
F:	drivers/serial/8250*
F:	include/linux/serial_8250.h
L
Linus Torvalds 已提交
173 174 175 176

8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
P:	Paul Gortmaker
M:	p_gortmaker@yahoo.com
177
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
178
S:	Maintained
J
Joe Perches 已提交
179 180
F:	drivers/net/*8390*
F:	drivers/net/ax88796.c
L
Linus Torvalds 已提交
181

182
9P FILE SYSTEM
J
Jim Cromie 已提交
183 184 185
P:	Eric Van Hensbergen
M:	ericvh@gmail.com
P:	Ron Minnich
186
M:	rminnich@sandia.gov
J
Jim Cromie 已提交
187 188 189
P:	Latchesar Ionkov
M:	lucho@ionkov.net
L:	v9fs-developer@lists.sourceforge.net
190
W:	http://swik.net/v9fs
191
T:	git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
J
Jim Cromie 已提交
192
S:	Maintained
J
Joe Perches 已提交
193 194
F:	Documentation/filesystems/9p.txt
F:	fs/9p/
195

L
Linus Torvalds 已提交
196 197 198 199 200
A2232 SERIAL BOARD DRIVER
P:	Enver Haase
M:	A2232@gmx.net
L:	linux-m68k@lists.linux-m68k.org
S:	Maintained
J
Joe Perches 已提交
201
F:	drivers/char/ser_a2232*
L
Linus Torvalds 已提交
202

R
Randy Dunlap 已提交
203 204 205 206 207
AACRAID SCSI RAID DRIVER
P:	Adaptec OEM Raid Solutions
M:	aacraid@adaptec.com
L:	linux-scsi@vger.kernel.org
W:	http://www.adaptec.com/
L
Linus Torvalds 已提交
208
S:	Supported
J
Joe Perches 已提交
209 210
F:	Documentation/scsi/aacraid.txt
F:	drivers/scsi/aacraid/
L
Linus Torvalds 已提交
211

212
ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
213 214 215 216
P:	Hans de Goede
M:	j.w.r.degoede@hhs.nl
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
217
F:	drivers/hwmon/abituguru.c
218

219 220 221 222 223
ABIT UGURU 3 HARDWARE MONITOR DRIVER
P:	Alistair John Strachan
M:	alistair@devzero.co.uk
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
224
F:	drivers/hwmon/abituguru3.c
225

L
Linus Torvalds 已提交
226 227 228 229 230
ACENIC DRIVER
P:	Jes Sorensen
M:	jes@trained-monkey.org
L:	linux-acenic@sunsite.dk
S:	Maintained
J
Joe Perches 已提交
231
F:	drivers/net/acenic*
L
Linus Torvalds 已提交
232

233 234 235 236 237 238 239
ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
P: Peter Feuerer
M: peter@piie.net
W: http://piie.net/?section=acerhdf
S: Maintained
F: drivers/platform/x86/acerhdf.c

240 241 242 243 244 245
ACER WMI LAPTOP EXTRAS
P:	Carlos Corbacho
M:	carlos@strangeworlds.co.uk
L:	aceracpi@googlegroups.com (subscribers-only)
W:	http://code.google.com/p/aceracpi
S:	Maintained
J
Joe Perches 已提交
246
F:	drivers/platform/x86/acer-wmi.c
247

L
Linus Torvalds 已提交
248
ACPI
249
P:	Len Brown
L
Len Brown 已提交
250
M:	lenb@kernel.org
251
L:	linux-acpi@vger.kernel.org
L
Len Brown 已提交
252
W:	http://www.lesswatts.org/projects/acpi/
253
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
L
Len Brown 已提交
254
S:	Supported
J
Joe Perches 已提交
255 256 257
F:	drivers/acpi/
F:	drivers/pnp/pnpacpi/
F:	include/linux/acpi.h
L
Len Brown 已提交
258 259

ACPI BATTERY DRIVERS
260 261
P:	Alexey Starikovskiy
M:	astarikovskiy@suse.de
L
Len Brown 已提交
262
L:	linux-acpi@vger.kernel.org
A
Adrian Bunk 已提交
263
W:	http://www.lesswatts.org/projects/acpi/
L
Len Brown 已提交
264
S:	Supported
J
Joe Perches 已提交
265 266
F:	drivers/acpi/battery.c
F:	drivers/acpi/*sbs*
L
Len Brown 已提交
267 268 269

ACPI EC DRIVER
P:	Alexey Starikovskiy
270
M:	astarikovskiy@suse.de
L
Len Brown 已提交
271
L:	linux-acpi@vger.kernel.org
A
Adrian Bunk 已提交
272
W:	http://www.lesswatts.org/projects/acpi/
L
Len Brown 已提交
273
S:	Supported
J
Joe Perches 已提交
274
F:	drivers/acpi/ec.c
L
Len Brown 已提交
275 276

ACPI FAN DRIVER
277 278
P:	Zhang Rui
M:	rui.zhang@intel.com
L
Len Brown 已提交
279
L:	linux-acpi@vger.kernel.org
A
Adrian Bunk 已提交
280
W:	http://www.lesswatts.org/projects/acpi/
L
Len Brown 已提交
281
S:	Supported
J
Joe Perches 已提交
282
F:	drivers/acpi/fan.c
L
Linus Torvalds 已提交
283

284 285 286
ACPI PCI HOTPLUG DRIVER
P:	Kristen Carlson Accardi
M:	kristen.c.accardi@intel.com
287
L:	linux-pci@vger.kernel.org
L
Len Brown 已提交
288
S:	Supported
J
Joe Perches 已提交
289
F:	drivers/pci/hotplug/acpi*
L
Len Brown 已提交
290

291 292 293 294 295 296 297 298
ACPI PROCESSOR AGGREGATOR DRIVER
P:	Shaohua Li
M:	shaohua.li@intel.com
L:	linux-acpi@vger.kernel.org
W:	http://www.lesswatts.org/projects/acpi/
S:	Supported
F:	drivers/acpi/acpi_pad.c

L
Len Brown 已提交
299
ACPI THERMAL DRIVER
300 301
P:	Zhang Rui
M:	rui.zhang@intel.com
L
Len Brown 已提交
302
L:	linux-acpi@vger.kernel.org
A
Adrian Bunk 已提交
303
W:	http://www.lesswatts.org/projects/acpi/
L
Len Brown 已提交
304
S:	Supported
J
Joe Perches 已提交
305
F:	drivers/acpi/*thermal*
306

L
Len Brown 已提交
307
ACPI VIDEO DRIVER
308
P:	Zhang Rui
L
Len Brown 已提交
309
M:	rui.zhang@intel.com
L
Len Brown 已提交
310
L:	linux-acpi@vger.kernel.org
A
Adrian Bunk 已提交
311
W:	http://www.lesswatts.org/projects/acpi/
L
Len Brown 已提交
312
S:	Supported
J
Joe Perches 已提交
313
F:	drivers/acpi/video.c
314

315
ACPI WMI DRIVER
316 317 318 319 320
P:	Carlos Corbacho
M:	carlos@strangeworlds.co.uk
L:	linux-acpi@vger.kernel.org
W:	http://www.lesswatts.org/projects/acpi/
S:	Maintained
J
Joe Perches 已提交
321
F:	drivers/platform/x86/wmi.c
322

323
AD1889 ALSA SOUND DRIVER
324 325 326 327 328 329 330
P:	Kyle McMartin
M:	kyle@mcmartin.ca
P:	Thibaut Varene
M:	T-Bone@parisc-linux.org
W:	http://wiki.parisc-linux.org/AD1889
L:	linux-parisc@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
331
F:	sound/pci/ad1889.*
332

L
Linus Torvalds 已提交
333 334 335
ADM1025 HARDWARE MONITOR DRIVER
P:	Jean Delvare
M:	khali@linux-fr.org
336
L:	lm-sensors@lm-sensors.org
L
Linus Torvalds 已提交
337
S:	Maintained
J
Joe Perches 已提交
338 339
F:	Documentation/hwmon/adm1025
F:	drivers/hwmon/adm1025.c
L
Linus Torvalds 已提交
340

341 342 343 344 345
ADM1029 HARDWARE MONITOR DRIVER
P:	Corentin Labbe
M:	corentin.labbe@geomatys.fr
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
346
F:	drivers/hwmon/adm1029.c
347

348 349 350 351 352
ADM8211 WIRELESS DRIVER
P:	Michael Wu
M:	flamingice@sourmilk.net
L:	linux-wireless@vger.kernel.org
W:	http://linuxwireless.org/
353
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
354
S:	Maintained
J
Joe Perches 已提交
355
F:	drivers/net/wireless/adm8211.*
356

L
Linus Torvalds 已提交
357 358 359 360
ADT746X FAN DRIVER
P:	Colin Leroy
M:	colin@colino.net
S:	Maintained
J
Joe Perches 已提交
361
F:	drivers/macintosh/therm_adt746x.c
L
Linus Torvalds 已提交
362

363 364 365 366 367
ADVANSYS SCSI DRIVER
P:	Matthew Wilcox
M:	matthew@wil.cx
L:	linux-scsi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
368 369
F:	Documentation/scsi/advansys.txt
F:	drivers/scsi/advansys.c
370

L
Linus Torvalds 已提交
371 372 373 374
AEDSP16 DRIVER
P:	Riccardo Facchetti
M:	fizban@tin.it
S:	Maintained
J
Joe Perches 已提交
375
F:	sound/oss/aedsp16.c
L
Linus Torvalds 已提交
376 377 378 379 380

AFFS FILE SYSTEM
P:	Roman Zippel
M:	zippel@linux-m68k.org
S:	Maintained
J
Joe Perches 已提交
381 382
F:	Documentation/filesystems/affs.txt
F:	fs/affs/
L
Linus Torvalds 已提交
383

R
Randy Dunlap 已提交
384 385 386 387 388
AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
P:	David Howells
M:	dhowells@redhat.com
L:	linux-afs@lists.infradead.org
S:	Supported
J
Joe Perches 已提交
389 390 391
F:	fs/afs/
F:	include/net/af_rxrpc.h
F:	net/rxrpc/af_rxrpc.c
R
Randy Dunlap 已提交
392

L
Linus Torvalds 已提交
393
AGPGART DRIVER
394 395
P:	David Airlie
M:	airlied@linux.ie
396
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
L
Linus Torvalds 已提交
397
S:	Maintained
J
Joe Perches 已提交
398 399
F:	drivers/char/agp/
F:	include/linux/agp*
L
Linus Torvalds 已提交
400 401 402

AHA152X SCSI DRIVER
P:	Juergen E. Fischer
J
Joe Perches 已提交
403
M:	fischer@norbit.de
L
Linus Torvalds 已提交
404 405
L:	linux-scsi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
406 407
F:	drivers/scsi/aha152x*
F:	drivers/scsi/pcmcia/aha152x*
L
Linus Torvalds 已提交
408

409 410 411 412
AIC7XXX / AIC79XX SCSI DRIVER
P:	Hannes Reinecke
M:	hare@suse.de
L:	linux-scsi@vger.kernel.org
L
Linus Torvalds 已提交
413
S:	Maintained
J
Joe Perches 已提交
414 415
F:	drivers/scsi/aic7xxx/
F:	drivers/scsi/aic7xxx_old/
L
Linus Torvalds 已提交
416

R
Randy Dunlap 已提交
417 418 419 420 421
AIO
P:	Benjamin LaHaise
M:	bcrl@kvack.org
L:	linux-aio@kvack.org
S:	Supported
J
Joe Perches 已提交
422 423
F:	fs/aio.c
F:	include/linux/*aio*.h
R
Randy Dunlap 已提交
424

L
Linus Torvalds 已提交
425 426 427
ALCATEL SPEEDTOUCH USB DRIVER
P:	Duncan Sands
M:	duncan.sands@free.fr
428
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
429 430
W:	http://www.linux-usb.org/SpeedTouch/
S:	Maintained
J
Joe Perches 已提交
431 432
F:	drivers/usb/atm/speedtch.c
F:	drivers/usb/atm/usbatm.c
L
Linus Torvalds 已提交
433

P
Pierre Ossman 已提交
434
ALCHEMY AU1XX0 MMC DRIVER
M
Manuel Lauss 已提交
435 436 437
P:	Manuel Lauss
M:	manuel.lauss@gmail.com
S:	Maintained
J
Joe Perches 已提交
438
F:	drivers/mmc/host/au1xmmc.c
P
Pierre Ossman 已提交
439

440 441
ALI1563 I2C DRIVER
P:	Rudolf Marek
442
M:	r.marek@assembler.cz
J
Jean Delvare 已提交
443
L:	linux-i2c@vger.kernel.org
444
S:	Maintained
J
Joe Perches 已提交
445 446
F:	Documentation/i2c/busses/i2c-ali1563
F:	drivers/i2c/busses/i2c-ali1563.c
447

L
Linus Torvalds 已提交
448 449 450 451 452 453 454
ALPHA PORT
P:	Richard Henderson
M:	rth@twiddle.net
S:	Odd Fixes for 2.4; Maintained for 2.6.
P:	Ivan Kokshaysky
M:	ink@jurassic.park.msu.ru
S:	Maintained for 2.4; PCI support for 2.6.
455
L:	linux-alpha@vger.kernel.org
J
Joe Perches 已提交
456
F:	arch/alpha/
L
Linus Torvalds 已提交
457

458 459
AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
P:	Thomas Dahlmann
460
M:	dahlmann.thomas@arcor.de
461
L:	linux-geode@lists.infradead.org (moderated for non-subscribers)
462
S:	Supported
J
Joe Perches 已提交
463
F:	drivers/usb/gadget/amd5536udc.*
464

465
AMD GEODE PROCESSOR/CHIPSET SUPPORT
J
Jim Cromie 已提交
466
P:	Jordan Crouse
467
L:	linux-geode@lists.infradead.org (moderated for non-subscribers)
468 469
W:	http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
S:	Supported
J
Joe Perches 已提交
470 471 472 473 474
F:	arch/x86/kernel/geode_32.c
F:	drivers/char/hw_random/geode-rng.c
F:	drivers/crypto/geode*
F:	drivers/video/geode/
F:	arch/x86/include/asm/geode.h
475

476 477 478 479
AMD IOMMU (AMD-VI)
P:	Joerg Roedel
M:	joerg.roedel@amd.com
L:	iommu@lists.linux-foundation.org
480
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
481
S:	Supported
J
Joe Perches 已提交
482 483
F:	arch/x86/kernel/amd_iommu*.c
F:	arch/x86/include/asm/amd_iommu*.h
484

485
AMD MICROCODE UPDATE SUPPORT
J
Joe Perches 已提交
486
P:	Andreas Herrmann
487
M:	andreas.herrmann3@amd.com
J
Joe Perches 已提交
488 489
L:	amd64-microcode@amd64.org
S:	Supported
J
Joe Perches 已提交
490
F:	arch/x86/kernel/microcode_amd.c
491

492 493 494 495 496 497
AMS (Apple Motion Sensor) DRIVER
P:	Stelian Pop
M:	stelian@popies.net
P:	Michael Hanselmann
M:	linux-kernel@hansmi.ch
S:	Supported
J
Joe Perches 已提交
498
F:	drivers/hwmon/ams/
499

500 501 502 503 504
AMSO1100 RNIC DRIVER
P:	Tom Tucker
M:	tom@opengridcomputing.com
P:	Steve Wise
M:	swise@opengridcomputing.com
R
Roland Dreier 已提交
505
L:	general@lists.openfabrics.org
506
S:	Maintained
J
Joe Perches 已提交
507
F:	drivers/infiniband/hw/amso1100/
508

509 510 511 512
AOA (Apple Onboard Audio) ALSA DRIVER
P:	Johannes Berg
M:	johannes@sipsolutions.net
L:	linuxppc-dev@ozlabs.org
513
L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
514
S:	Maintained
J
Joe Perches 已提交
515
F:	sound/aoa/
516

L
Linus Torvalds 已提交
517 518 519 520 521 522
APM DRIVER
P:	Stephen Rothwell
M:	sfr@canb.auug.org.au
L:	linux-laptop@vger.kernel.org
W:	http://www.canb.auug.org.au/~sfr/
S:	Supported
J
Joe Perches 已提交
523 524
F:	arch/x86/kernel/apm_32.c
F:	include/linux/apm_bios.h
L
Linus Torvalds 已提交
525

526 527 528 529 530
APPLE BCM5974 MULTITOUCH DRIVER
P:	Henrik Rydberg
M:	rydberg@euromail.se
L:	linux-input@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
531
F:	drivers/input/mouse/bcm5974.c
532

533 534 535 536 537
APPLE SMC DRIVER
P:	Nicolas Boichat
M:	nicolas@boichat.ch
L:	mactel-linux-devel@lists.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
538
F:	drivers/hwmon/applesmc.c
539

L
Linus Torvalds 已提交
540 541
APPLETALK NETWORK LAYER
P:	Arnaldo Carvalho de Melo
542
M:	acme@ghostprotocols.net
L
Linus Torvalds 已提交
543
S:	Maintained
J
Joe Perches 已提交
544 545
F:	drivers/net/appletalk/
F:	net/appletalk/
L
Linus Torvalds 已提交
546

547 548 549
APPLETOUCH TOUCHPAD DRIVER
P:	Johannes Berg
M:	johannes@sipsolutions.net
550
L:	linux-input@vger.kernel.org
551
S:	Maintained
J
Joe Perches 已提交
552 553
F:	Documentation/input/appletouch.txt
F:	drivers/input/mouse/appletouch.c
554

555 556 557 558
ARC FRAMEBUFFER DRIVER
P:	Jaya Kumar
M:	jayalk@intworks.biz
S:	Maintained
J
Joe Perches 已提交
559 560
F:	drivers/video/arcfb.c
F:	drivers/video/fb_defio.c
561

L
Linus Torvalds 已提交
562 563 564 565
ARM MFM AND FLOPPY DRIVERS
P:	Ian Molton
M:	spyro@f2s.com
S:	Maintained
J
Joe Perches 已提交
566 567
F:	arch/arm/lib/floppydma.S
F:	arch/arm/include/asm/floppy.h
L
Linus Torvalds 已提交
568

R
Russell King 已提交
569 570 571 572 573 574 575 576
ARM PORT
P:	Russell King
M:	linux@arm.linux.org.uk
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
W:	http://www.arm.linux.org.uk/
S:	Maintained
F:	arch/arm/

577
ARM PRIMECELL MMCI PL180/1 DRIVER
578
S:	Orphan
J
Joe Perches 已提交
579
F:	drivers/mmc/host/mmci.*
580

581 582 583 584 585
ARM/ADI ROADRUNNER MACHINE SUPPORT
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained
J
Joe Perches 已提交
586 587
F:	arch/arm/mach-ixp23xx/
F:	arch/arm/mach-ixp23xx/include/mach/
588 589 590 591 592 593 594

ARM/ADS SPHERE MACHINE SUPPORT
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

595 596 597 598 599 600
ARM/AFEB9260 MACHINE SUPPORT
P:	Sergey Lapin
M:	slapin@ossfans.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

601 602 603 604 605 606
ARM/AJECO 1ARM MACHINE SUPPORT
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

607
ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
608 609 610 611 612
P:	Andrew Victor
M:	linux@maxim.org.za
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
W:	http://maxim.org.za/at91_26.html
S:	Maintained
613

614 615 616 617 618 619 620 621 622 623 624 625
ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

R
Russell King 已提交
626 627 628 629 630 631 632
ARM/CLKDEV SUPPORT
P:	Russell King
M:	linux@arm.linux.org.uk
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
F:	arch/arm/common/clkdev.c
F:	arch/arm/include/asm/clkdev.h

633
ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
634 635 636 637 638
P:	Mike Rapoport
M:	mike@compulab.co.il
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

L
Linus Torvalds 已提交
639 640 641 642 643
ARM/CORGI MACHINE SUPPORT
P:	Richard Purdie
M:	rpurdie@rpsys.net
S:	Maintained

644 645 646 647
ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
P:	Paulius Zaleckas
M:	paulius.zaleckas@teltonika.lt
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
648
T:	git git://gitorious.org/linux-gemini/mainline.git
649
S:	Maintained
650
F:	arch/arm/mach-gemini/
651

R
Russell King 已提交
652 653 654 655 656 657 658 659 660
ARM/EBSA110 MACHINE SUPPORT
P:	Russell King
M:	linux@arm.linux.org.uk
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
W:	http://www.arm.linux.org.uk/
S:	Maintained
F:	arch/arm/mach-ebsa110/
F:	drivers/net/arm/am79c961a.*

661 662 663 664 665 666 667 668 669 670
ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
P:	Daniel Ribeiro
M:	drwyrm@gmail.com
P:	Stefan Schmidt
M:	stefan@openezx.org
P:	Harald Welte
M:	laforge@openezx.org
L:	openezx-devel@lists.openezx.org (subscribers-only)
W:	http://www.openezx.org/
S:	Maintained
671 672
T:	topgit git://git.openezx.org/openezx.git
F:	arch/arm/mach-pxa/ezx.c
673

674 675 676 677 678
ARM/FARADAY FA526 PORT
P:	Paulius Zaleckas
M:	paulius.zaleckas@teltonika.lt
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained
679
F:	arch/arm/mm/*-fa*
680

R
Russell King 已提交
681 682 683 684 685 686 687 688 689
ARM/FOOTBRIDGE ARCHITECTURE
P:	Russell King
M:	linux@arm.linux.org.uk
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
W:	http://www.arm.linux.org.uk/
S:	Maintained
F:	arch/arm/include/asm/hardware/dec21285.h
F:	arch/arm/mach-footbridge/

690 691 692 693 694 695
ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
P:	Sascha Hauer
M:	kernel@pengutronix.de
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

696 697 698 699 700 701
ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

702 703 704 705 706 707
ARM/GUMSTIX MACHINE SUPPORT
P:	Steve Sakoman
M:	sakoman@gmail.com
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

708 709 710 711 712 713 714
ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
P:	Philipp Zabel
M:	philipp.zabel@gmail.com
S:	Maintained
F:	arch/arm/mach-pxa/hx4700.c
F:	arch/arm/mach-pxa/include/mach/hx4700.h

715
ARM/HP JORNADA 7XX MACHINE SUPPORT
716 717 718 719
P:	Kristoffer Ericson
M:	kristoffer.ericson@gmail.com
W:	www.jlime.com
S:	Maintained
720

721 722 723
ARM/INTEL IOP32X ARM ARCHITECTURE
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
724 725
P:	Dan Williams
M:	dan.j.williams@intel.com
726
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
727 728 729 730 731 732 733
S:	Supported

ARM/INTEL IOP33X ARM ARCHITECTURE
P:	Dan Williams
M:	dan.j.williams@intel.com
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Supported
734 735 736 737

ARM/INTEL IOP13XX ARM ARCHITECTURE
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
738 739
P:	Dan Williams
M:	dan.j.williams@intel.com
740
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
741
S:	Supported
742 743 744 745

ARM/INTEL IQ81342EX MACHINE SUPPORT
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
746 747
P:	Dan Williams
M:	dan.j.williams@intel.com
748
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
749
S:	Supported
750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771

ARM/INTEL IXP2000 ARM ARCHITECTURE
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

ARM/INTEL IXDP2850 MACHINE SUPPORT
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

ARM/INTEL IXP23XX ARM ARCHITECTURE
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

ARM/INTEL XSC3 (MANZANO) ARM CORE
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
772 773
P:	Dan Williams
M:	dan.j.williams@intel.com
774
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
775
S:	Supported
776 777 778 779 780 781 782 783 784 785 786 787 788

ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

ARM/LOGICPD PXA270 MACHINE SUPPORT
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

789 790 791 792 793
ARM/MAGICIAN MACHINE SUPPORT
P:	Philipp Zabel
M:	philipp.zabel@gmail.com
S:	Maintained

794 795 796 797 798 799 800
ARM/MIOA701 MACHINE SUPPORT
P:	Robert Jarzmik
M:	robert.jarzmik@free.fr
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
F:	arch/arm/mach-pxa/mioa701.c
S:	Maintained

801 802 803 804 805
ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
P:	Michael Petchkovsky
M:	mkpetch@internode.on.net
S:	Maintained

806 807 808 809 810 811 812
ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
P:	Nelson Castillo
M:	arhuaco@freaks-unidos.net
L:	openmoko-kernel@lists.openmoko.org (subscribers-only)
W:	http://wiki.openmoko.org/wiki/Neo_FreeRunner
S:	Supported

813
ARM/TOSA MACHINE SUPPORT
814
P:	Dmitry Eremin-Solenikov
815
M:	dbaryshkov@gmail.com
816 817 818 819
P:	Dirk Opfer
M:	dirk@opfer-online.de
S:	Maintained

820
ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
821 822 823 824 825
P:	Marek Vasut
M:	marek.vasut@gmail.com
W:	http://hackndev.com
S:	Maintained

826 827 828 829 830 831
ARM/PALM TREO 680 SUPPORT
P:	Tomas Cech
M:	sleep_walker@suse.cz
W:	http://hackndev.com
S:	Maintained

832
ARM/PALMZ72 SUPPORT
J
Joe Perches 已提交
833 834 835 836
P:	Sergey Lapin
M:	slapin@ossfans.org
W:	http://hackndev.com
S:	Maintained
837

L
Linus Torvalds 已提交
838 839 840 841 842 843 844 845 846
ARM/PLEB SUPPORT
P:	Peter Chubb
M:	pleb@gelato.unsw.edu.au
W:	http://www.disy.cse.unsw.edu.au/Hardware/PLEB
S:	Maintained

ARM/PT DIGITAL BOARD PORT
P:	Stefan Eletzhofer
M:	stefan.eletzhofer@eletztrick.de
847
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
L
Linus Torvalds 已提交
848 849 850
W:	http://www.arm.linux.org.uk/
S:	Maintained

851 852 853 854 855 856
ARM/RADISYS ENP2611 MACHINE SUPPORT
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

R
Russell King 已提交
857 858 859 860 861 862 863 864 865 866 867 868 869 870 871
ARM/RISCPC ARCHITECTURE
P:	Russell King
M:	linux@arm.linux.org.uk
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
W:	http://www.arm.linux.org.uk/
S:	Maintained
F:	arch/arm/common/time-acorn.c
F:	arch/arm/include/asm/hardware/entry-macro-iomd.S
F:	arch/arm/include/asm/hardware/ioc.h
F:	arch/arm/include/asm/hardware/iomd.h
F:	arch/arm/include/asm/hardware/memc.h
F:	arch/arm/mach-rpc/
F:	drivers/net/arm/ether*
F:	drivers/scsi/arm/

L
Linus Torvalds 已提交
872 873 874 875 876 877
ARM/SHARK MACHINE SUPPORT
P:	Alexander Schulz
M:	alex@shark-linux.de
W:	http://www.shark-linux.de/shark.html
S:	Maintained

878 879 880 881 882 883 884 885 886
ARM/SAMSUNG ARM ARCHITECTURES
P:	Ben Dooks
M:	ben-linux@fluff.org
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
W:	http://www.fluff.org/ben/linux/
S:	Maintained
F:	arch/arm/plat-s3c/
F:	arch/arm/plat-s3c24xx/

L
Linus Torvalds 已提交
887 888
ARM/S3C2410 ARM ARCHITECTURE
P:	Ben Dooks
889
M:	ben-linux@fluff.org
890
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
L
Linus Torvalds 已提交
891 892
W:	http://www.fluff.org/ben/linux/
S:	Maintained
893
F:	arch/arm/mach-s3c2410/
L
Linus Torvalds 已提交
894 895 896

ARM/S3C2440 ARM ARCHITECTURE
P:	Ben Dooks
897
M:	ben-linux@fluff.org
898
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
L
Linus Torvalds 已提交
899 900
W:	http://www.fluff.org/ben/linux/
S:	Maintained
901
F:	arch/arm/mach-s3c2440/
L
Linus Torvalds 已提交
902

903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933
ARM/S3C2442 ARM ARCHITECTURE
P:	Ben Dooks
M:	ben-linux@fluff.org
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
W:	http://www.fluff.org/ben/linux/
S:	Maintained
F:	arch/arm/mach-s3c2442/

ARM/S3C2443 ARM ARCHITECTURE
P:	Ben Dooks
M:	ben-linux@fluff.org
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
W:	http://www.fluff.org/ben/linux/
S:	Maintained
F:	arch/arm/mach-s3c2443/

ARM/S3C6400 ARM ARCHITECTURE
P:	Ben Dooks
M:	ben-linux@fluff.org
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
W:	http://www.fluff.org/ben/linux/
S:	Maintained
F:	arch/arm/mach-s3c6400/

ARM/S3C6410 ARM ARCHITECTURE
P:	Ben Dooks
M:	ben-linux@fluff.org
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
W:	http://www.fluff.org/ben/linux/
S:	Maintained
F:	arch/arm/mach-s3c6410/
L
Linus Torvalds 已提交
934

935 936 937 938 939 940 941 942 943 944 945 946
ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

ARM/THECUS N2100 MACHINE SUPPORT
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

947
ARM/NUVOTON W90X900 ARM ARCHITECTURE
J
Joe Perches 已提交
948 949 950 951 952
P:	Wan ZongShun
M:	mcuos.com@gmail.com
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
W:	http://www.mcuos.com
S:	Maintained
953

R
Russell King 已提交
954 955 956 957 958 959 960 961
ARM/VFP SUPPORT
P:	Russell King
M:	linux@arm.linux.org.uk
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
W:	http://www.arm.linux.org.uk/
S:	Maintained
F:	arch/arm/vfp/

L
Linus Torvalds 已提交
962 963
ARPD SUPPORT
P:	Jonathan Layes
964
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
965
S:	Maintained
J
Joe Perches 已提交
966
F:	net/ipv4/arp.c
L
Linus Torvalds 已提交
967 968

ASUS ACPI EXTRAS DRIVER
L
Len Brown 已提交
969 970
P:	Corentin Chary
M:	corentincj@iksaif.net
L
Linus Torvalds 已提交
971 972 973
P:	Karol Kozimor
M:	sziwan@users.sourceforge.net
L:	acpi4asus-user@lists.sourceforge.net
974
W:	http://acpi4asus.sf.net
C
Corentin Chary 已提交
975
S:	Maintained
J
Joe Perches 已提交
976 977
F:	arch/x86/kernel/acpi/boot.c
F:	drivers/platform/x86/asus_acpi.c
C
Corentin Chary 已提交
978

M
Mark M. Hoffman 已提交
979 980 981 982 983
ASUS ASB100 HARDWARE MONITOR DRIVER
P:	Mark M. Hoffman
M:	mhoffman@lightlink.com
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
984
F:	drivers/hwmon/asb100.c
M
Mark M. Hoffman 已提交
985

C
Corentin Chary 已提交
986 987 988 989
ASUS LAPTOP EXTRAS DRIVER
P:	Corentin Chary
M:	corentincj@iksaif.net
L:	acpi4asus-user@lists.sourceforge.net
990
W:	http://acpi4asus.sf.net
L
Linus Torvalds 已提交
991
S:	Maintained
J
Joe Perches 已提交
992
F:	drivers/platform/x86/asus-laptop.c
L
Linus Torvalds 已提交
993

994
ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
995 996
P:	Dan Williams
M:	dan.j.williams@intel.com
997 998
P:	Maciej Sosnowski
M:	maciej.sosnowski@intel.com
999 1000
W:	http://sourceforge.net/projects/xscaleiop
S:	Supported
J
Joe Perches 已提交
1001 1002 1003 1004 1005
F:	Documentation/crypto/async-tx-api.txt
F:	crypto/async_tx/
F:	drivers/dma/
F:	include/linux/dmaengine.h
F:	include/linux/async_tx.h
1006

R
Randy Dunlap 已提交
1007
ATA OVER ETHERNET (AOE) DRIVER
L
Linus Torvalds 已提交
1008 1009 1010 1011
P:	Ed L. Cashin
M:	ecashin@coraid.com
W:	http://www.coraid.com/support/linux
S:	Supported
J
Joe Perches 已提交
1012 1013
F:	Documentation/aoe/
F:	drivers/block/aoe/
L
Linus Torvalds 已提交
1014

1015 1016 1017 1018 1019 1020
ATHEROS ATH5K WIRELESS DRIVER
P:	Jiri Slaby
M:	jirislaby@gmail.com
P:	Nick Kossifidis
M:	mickflemm@gmail.com
P:	Luis R. Rodriguez
1021
M:	lrodriguez@atheros.com
B
Bob Copeland 已提交
1022 1023
P:	Bob Copeland
M:	me@bobcopeland.com
1024 1025 1026
L:	linux-wireless@vger.kernel.org
L:	ath5k-devel@lists.ath5k.org
S:	Maintained
1027
F:	drivers/net/wireless/ath/ath5k/
1028

1029 1030 1031 1032 1033
ATHEROS ATH9K WIRELESS DRIVER
P:	Luis R. Rodriguez
M:	lrodriguez@atheros.com
P:	Jouni Malinen
M:	jmalinen@atheros.com
1034 1035 1036 1037 1038 1039
P:	Sujith Manoharan
M:	Sujith.Manoharan@atheros.com
P:	Vasanthakumar Thiagarajan
M:	vasanth@atheros.com
P:	Senthil Balasubramanian
M:	senthilkumar@atheros.com
1040 1041 1042
L:	linux-wireless@vger.kernel.org
L:	ath9k-devel@lists.ath9k.org
S:	Supported
1043
F:	drivers/net/wireless/ath/ath9k/
1044

1045 1046 1047 1048 1049 1050
ATHEROS AR9170 WIRELESS DRIVER
P:	Christian Lamparter
M:	chunkeey@web.de
L:	linux-wireless@vger.kernel.org
W:	http://wireless.kernel.org/en/users/Drivers/ar9170
S:	Maintained
1051
F:	drivers/net/wireless/ath/ar9170/
1052

1053 1054 1055 1056
ATI_REMOTE2 DRIVER
P:	Ville Syrjala
M:	syrjala@sci.fi
S:	Maintained
J
Joe Perches 已提交
1057
F:	drivers/input/misc/ati_remote2.c
1058

1059
ATLX ETHERNET DRIVERS
J
Jay Cliburn 已提交
1060 1061 1062 1063
P:	Jay Cliburn
M:	jcliburn@gmail.com
P:	Chris Snook
M:	csnook@redhat.com
1064 1065
P:	Jie Yang
M:	jie.yang@atheros.com
J
Jay Cliburn 已提交
1066 1067 1068 1069
L:	atl1-devel@lists.sourceforge.net
W:	http://sourceforge.net/projects/atl1
W:	http://atl1.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
1070
F:	drivers/net/atlx/
J
Jay Cliburn 已提交
1071

L
Linus Torvalds 已提交
1072 1073 1074
ATM
P:	Chas Williams
M:	chas@cmf.nrl.navy.mil
1075
L:	linux-atm-general@lists.sourceforge.net (subscribers-only)
J
Jiri Slaby 已提交
1076
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
1077 1078
W:	http://linux-atm.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
1079 1080
F:	drivers/atm/
F:	include/linux/atm*
L
Linus Torvalds 已提交
1081

P
Pierre Ossman 已提交
1082
ATMEL AT91 MCI DRIVER
P
Pierre Ossman 已提交
1083
P:	Nicolas Ferre
1084
M:	nicolas.ferre@atmel.com
P
Pierre Ossman 已提交
1085 1086 1087 1088
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
W:	http://www.atmel.com/products/AT91/
W:	http://www.at91.com/
S:	Maintained
J
Joe Perches 已提交
1089
F:	drivers/mmc/host/at91_mci.c
P
Pierre Ossman 已提交
1090

1091 1092 1093 1094 1095 1096 1097
ATMEL AT91 / AT32 MCI DRIVER
P:	Nicolas Ferre
M:	nicolas.ferre@atmel.com
S:	Maintained
F:	drivers/mmc/host/atmel-mci.c
F:	drivers/mmc/host/atmel-mci-regs.h

1098 1099 1100 1101
ATMEL AT91 / AT32 SERIAL DRIVER
P:	Haavard Skinnemoen
M:	hskinnemoen@atmel.com
S:	Supported
J
Joe Perches 已提交
1102
F:	drivers/serial/atmel_serial.c
1103

1104 1105 1106
ATMEL LCDFB DRIVER
P:	Nicolas Ferre
M:	nicolas.ferre@atmel.com
1107
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1108
S:	Maintained
J
Joe Perches 已提交
1109 1110
F:	drivers/video/atmel_lcdfb.c
F:	include/video/atmel_lcdc.h
1111

1112 1113 1114 1115
ATMEL MACB ETHERNET DRIVER
P:	Haavard Skinnemoen
M:	hskinnemoen@atmel.com
S:	Supported
J
Joe Perches 已提交
1116
F:	drivers/net/macb.*
1117

1118 1119 1120 1121
ATMEL SPI DRIVER
P:	Haavard Skinnemoen
M:	hskinnemoen@atmel.com
S:	Supported
J
Joe Perches 已提交
1122
F:	drivers/spi/atmel_spi.*
1123

1124 1125 1126 1127 1128 1129
ATMEL USBA UDC DRIVER
P:	Haavard Skinnemoen
M:	hskinnemoen@atmel.com
L:	kernel@avr32linux.org
W:	http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
S:	Supported
J
Joe Perches 已提交
1130
F:	drivers/usb/gadget/atmel_usba_udc.*
1131

L
Linus Torvalds 已提交
1132 1133 1134
ATMEL WIRELESS DRIVER
P:	Simon Kelley
M:	simon@thekelleys.org.uk
1135
L:	linux-wireless@vger.kernel.org
L
Linus Torvalds 已提交
1136 1137 1138
W:	http://www.thekelleys.org.uk/atmel
W:	http://atmelwlandriver.sourceforge.net/
S:	Maintained
J
Joe Perches 已提交
1139
F:	drivers/net/wireless/atmel*
L
Linus Torvalds 已提交
1140

1141
AUDIT SUBSYSTEM
E
Eric Paris 已提交
1142 1143 1144 1145
P:	Al Viro
M:	viro@zeniv.linux.org.uk
P:	Eric Paris
M:	eparis@redhat.com
G
Gabriel C 已提交
1146
L:	linux-audit@redhat.com (subscribers-only)
1147
W:	http://people.redhat.com/sgrubb/audit/
1148
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1149
S:	Maintained
J
Joe Perches 已提交
1150 1151
F:	include/linux/audit.h
F:	kernel/audit*
1152

1153 1154
AUXILIARY DISPLAY DRIVERS
P:	Miguel Ojeda Sandonis
M
Miguel Ojeda 已提交
1155 1156 1157
M:	miguel.ojeda.sandonis@gmail.com
W:	http://miguelojeda.es/auxdisplay.htm
W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1158
S:	Maintained
J
Joe Perches 已提交
1159 1160
F:	drivers/auxdisplay/
F:	include/linux/cfag12864b.h
1161

H
Haavard Skinnemoen 已提交
1162 1163 1164 1165 1166 1167 1168
AVR32 ARCHITECTURE
P:	Haavard Skinnemoen
M:	hskinnemoen@atmel.com
W:	http://www.atmel.com/products/AVR32/
W:	http://avr32linux.org/
W:	http://avrfreaks.net/
S:	Supported
J
Joe Perches 已提交
1169
F:	arch/avr32/
H
Haavard Skinnemoen 已提交
1170 1171 1172 1173 1174

AVR32/AT32AP MACHINE SUPPORT
P:	Haavard Skinnemoen
M:	hskinnemoen@atmel.com
S:	Supported
J
Joe Perches 已提交
1175
F:	arch/avr32/mach-at32ap/
H
Haavard Skinnemoen 已提交
1176

L
Linus Torvalds 已提交
1177 1178 1179 1180
AX.25 NETWORK LAYER
P:	Ralf Baechle
M:	ralf@linux-mips.org
L:	linux-hams@vger.kernel.org
1181
W:	http://www.linux-ax25.org/
L
Linus Torvalds 已提交
1182
S:	Maintained
J
Joe Perches 已提交
1183 1184 1185
F:	include/linux/ax25.h
F:	include/net/ax25.h
F:	net/ax25/
L
Linus Torvalds 已提交
1186

R
Randy Dunlap 已提交
1187 1188 1189 1190 1191 1192 1193 1194
B43 WIRELESS DRIVER
P:	Michael Buesch
M:	mb@bu3sch.de
P:	Stefano Brivio
M:	stefano.brivio@polimi.it
L:	linux-wireless@vger.kernel.org
W:	http://linuxwireless.org/en/users/Drivers/b43
S:	Maintained
J
Joe Perches 已提交
1195
F:	drivers/net/wireless/b43/
R
Randy Dunlap 已提交
1196 1197 1198 1199 1200 1201 1202 1203 1204

B43LEGACY WIRELESS DRIVER
P:	Larry Finger
M:	Larry.Finger@lwfinger.net
P:	Stefano Brivio
M:	stefano.brivio@polimi.it
L:	linux-wireless@vger.kernel.org
W:	http://linuxwireless.org/en/users/Drivers/b43
S:	Maintained
J
Joe Perches 已提交
1205
F:	drivers/net/wireless/b43legacy/
R
Randy Dunlap 已提交
1206

R
Richard Purdie 已提交
1207 1208 1209 1210
BACKLIGHT CLASS/SUBSYSTEM
P:	Richard Purdie
M:	rpurdie@rpsys.net
S:	Maintained
J
Joe Perches 已提交
1211 1212
F:	drivers/video/backlight/
F:	include/linux/backlight.h
R
Richard Purdie 已提交
1213

R
Randy Dunlap 已提交
1214 1215 1216 1217 1218 1219
BAYCOM/HDLCDRV DRIVERS FOR AX.25
P:	Thomas Sailer
M:	t.sailer@alumni.ethz.ch
L:	linux-hams@vger.kernel.org
W:	http://www.baycom.org/~tom/ham/ham.html
S:	Maintained
J
Joe Perches 已提交
1220
F:	drivers/net/hamradio/baycom*
R
Randy Dunlap 已提交
1221 1222 1223 1224 1225

BEFS FILE SYSTEM
P:	Sergey S. Kostyliov
M:	rathamahata@php4.ru
S:	Maintained
J
Joe Perches 已提交
1226 1227
F:	Documentation/filesystems/befs.txt
F:	fs/befs/
R
Randy Dunlap 已提交
1228 1229 1230 1231 1232

BFS FILE SYSTEM
P:	Tigran A. Aivazian
M:	tigran@aivazian.fsnet.co.uk
S:	Maintained
J
Joe Perches 已提交
1233 1234 1235
F:	Documentation/filesystems/bfs.txt
F:	fs/bfs/
F:	include/linux/bfs_fs.h
R
Randy Dunlap 已提交
1236

B
Bryan Wu 已提交
1237
BLACKFIN ARCHITECTURE
1238 1239
P:	Mike Frysinger
M:	vapier@gentoo.org
1240
L:	uclinux-dist-devel@blackfin.uclinux.org
1241 1242
W:	http://blackfin.uclinux.org
S:	Supported
J
Joe Perches 已提交
1243
F:	arch/blackfin/
1244

1245
BLACKFIN EMAC DRIVER
1246 1247
P:	Michael Hennerich
M:	michael.hennerich@analog.com
1248
L:	uclinux-dist-devel@blackfin.uclinux.org
1249 1250
W:	http://blackfin.uclinux.org
S:	Supported
J
Joe Perches 已提交
1251
F:	drivers/net/bfin_mac.*
1252

1253 1254 1255
BLACKFIN RTC DRIVER
P:	Mike Frysinger
M:	vapier.adi@gmail.com
1256
L:	uclinux-dist-devel@blackfin.uclinux.org
1257 1258
W:	http://blackfin.uclinux.org
S:	Supported
J
Joe Perches 已提交
1259
F:	drivers/rtc/rtc-bfin.c
B
Bryan Wu 已提交
1260 1261

BLACKFIN SERIAL DRIVER
1262 1263
P:	Sonic Zhang
M:	sonic.zhang@analog.com
1264
L:	uclinux-dist-devel@blackfin.uclinux.org
1265 1266
W:	http://blackfin.uclinux.org
S:	Supported
J
Joe Perches 已提交
1267
F:	drivers/serial/bfin_5xx.c
B
Bryan Wu 已提交
1268

1269 1270 1271
BLACKFIN WATCHDOG DRIVER
P:	Mike Frysinger
M:	vapier.adi@gmail.com
1272
L:	uclinux-dist-devel@blackfin.uclinux.org
1273 1274
W:	http://blackfin.uclinux.org
S:	Supported
J
Joe Perches 已提交
1275
F:	drivers/watchdog/bfin_wdt.c
1276

1277 1278 1279
BLACKFIN I2C TWI DRIVER
P:	Sonic Zhang
M:	sonic.zhang@analog.com
1280
L:	uclinux-dist-devel@blackfin.uclinux.org
1281 1282
W:	http://blackfin.uclinux.org/
S:	Supported
J
Joe Perches 已提交
1283
F:	drivers/i2c/busses/i2c-bfin-twi.c
1284

L
Linus Torvalds 已提交
1285 1286
BLOCK LAYER
P:	Jens Axboe
1287
M:	axboe@kernel.dk
1288
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
L
Linus Torvalds 已提交
1289
S:	Maintained
J
Joe Perches 已提交
1290
F:	block/
L
Linus Torvalds 已提交
1291

1292 1293 1294 1295 1296
BLOCK2MTD DRIVER
P:	Joern Engel
M:	joern@lazybastard.org
L:	linux-mtd@lists.infradead.org
S:	Maintained
J
Joe Perches 已提交
1297
F:	drivers/mtd/devices/block2mtd.c
1298

1299
BLUETOOTH DRIVERS
L
Linus Torvalds 已提交
1300 1301
P:	Marcel Holtmann
M:	marcel@holtmann.org
1302
L:	linux-bluetooth@vger.kernel.org
1303
W:	http://www.bluez.org/
L
Linus Torvalds 已提交
1304
S:	Maintained
J
Joe Perches 已提交
1305
F:	drivers/bluetooth/
L
Linus Torvalds 已提交
1306

1307
BLUETOOTH SUBSYSTEM
L
Linus Torvalds 已提交
1308 1309
P:	Marcel Holtmann
M:	marcel@holtmann.org
1310 1311
L:	linux-bluetooth@vger.kernel.org
W:	http://www.bluez.org/
1312
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
L
Linus Torvalds 已提交
1313
S:	Maintained
J
Joe Perches 已提交
1314 1315
F:	net/bluetooth/
F:	include/net/bluetooth/
L
Linus Torvalds 已提交
1316 1317

BONDING DRIVER
J
Jim Cromie 已提交
1318 1319 1320 1321 1322
P:	Jay Vosburgh
M:	fubar@us.ibm.com
L:	bonding-devel@lists.sourceforge.net
W:	http://sourceforge.net/projects/bonding/
S:	Supported
J
Joe Perches 已提交
1323 1324
F:	drivers/net/bonding/
F:	include/linux/if_bonding.h
L
Linus Torvalds 已提交
1325

G
Gary Zambrano 已提交
1326 1327 1328 1329 1330
BROADCOM B44 10/100 ETHERNET DRIVER
P:	Gary Zambrano
M:	zambrano@broadcom.com
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
1331
F:	drivers/net/b44.*
G
Gary Zambrano 已提交
1332

1333 1334 1335 1336 1337
BROADCOM BNX2 GIGABIT ETHERNET DRIVER
P:	Michael Chan
M:	mchan@broadcom.com
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
1338 1339
F:	drivers/net/bnx2.*
F:	drivers/net/bnx2_*
1340

1341
BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1342 1343
P:	Eilon Greenstein
M:	eilong@broadcom.com
1344 1345
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
1346
F:	drivers/net/bnx2x*
1347

1348
BROADCOM TG3 GIGABIT ETHERNET DRIVER
M
Matt Carlson 已提交
1349 1350
P:	Matt Carlson
M:	mcarlson@broadcom.com
1351 1352 1353 1354
P:	Michael Chan
M:	mchan@broadcom.com
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
1355
F:	drivers/net/tg3.*
1356

1357 1358 1359 1360 1361
BSG (block layer generic sg v4 driver)
P:	FUJITA Tomonori
M:	fujita.tomonori@lab.ntt.co.jp
L:	linux-scsi@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
1362 1363
F:	block/bsg.c
F:	include/linux/bsg.h
1364

M
Michael Buesch 已提交
1365 1366 1367 1368 1369
BT8XXGPIO DRIVER
P:	Michael Buesch
M:	mb@bu3sch.de
W:	http://bu3sch.de/btgpio.php
S:	Maintained
J
Joe Perches 已提交
1370
F:	drivers/gpio/bt8xxgpio.c
M
Michael Buesch 已提交
1371

J
Joe Perches 已提交
1372 1373 1374 1375 1376
BTRFS FILE SYSTEM
P:	Chris Mason
M:	chris.mason@oracle.com
L:	linux-btrfs@vger.kernel.org
W:	http://btrfs.wiki.kernel.org/
1377
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
J
Joe Perches 已提交
1378
S:	Maintained
J
Joe Perches 已提交
1379 1380
F:	Documentation/filesystems/btrfs.txt
F:	fs/btrfs/
J
Joe Perches 已提交
1381

L
Linus Torvalds 已提交
1382
BTTV VIDEO4LINUX DRIVER
1383
P:	Mauro Carvalho Chehab
1384
M:	mchehab@infradead.org
1385
L:	linux-media@vger.kernel.org
1386
W:	http://linuxtv.org
1387
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1388
S:	Maintained
J
Joe Perches 已提交
1389 1390
F:	Documentation/video4linux/bttv/
F:	drivers/media/video/bt8xx/bttv*
L
Linus Torvalds 已提交
1391

1392 1393 1394 1395 1396 1397 1398 1399
CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
P:	David Howells
M:	dhowells@redhat.com
L:	linux-cachefs@redhat.com
S:	Supported
F:	Documentation/filesystems/caching/cachefiles.txt
F:	fs/cachefiles/

1400
CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1401
P:	Jonathan Corbet
1402
M:	corbet@lwn.net
1403
L:	linux-media@vger.kernel.org
1404
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1405
S:	Maintained
J
Joe Perches 已提交
1406 1407
F:	Documentation/video4linux/cafe_ccic
F:	drivers/media/video/cafe_ccic*
1408

1409 1410 1411 1412
CALGARY x86-64 IOMMU
P:	Muli Ben-Yehuda
M:	muli@il.ibm.com
P:	Jon D. Mason
1413
M:	jdmason@kudzu.us
1414 1415
L:	discuss@x86-64.org
S:	Maintained
J
Joe Perches 已提交
1416 1417 1418 1419
F:	arch/x86/kernel/pci-calgary_64.c
F:	arch/x86/kernel/tce_64.c
F:	arch/x86/include/asm/calgary.h
F:	arch/x86/include/asm/tce.h
1420

R
Randy Dunlap 已提交
1421 1422 1423 1424 1425 1426 1427 1428
CAN NETWORK LAYER
P:	Urs Thuermann
M:	urs.thuermann@volkswagen.de
P:	Oliver Hartkopp
M:	oliver.hartkopp@volkswagen.de
L:	socketcan-core@lists.berlios.de (subscribers-only)
W:	http://developer.berlios.de/projects/socketcan/
S:	Maintained
J
Joe Perches 已提交
1429 1430 1431
F:	drivers/net/can/
F:	include/linux/can/
F:	include/linux/can.h
R
Randy Dunlap 已提交
1432

1433 1434 1435 1436 1437 1438 1439
CAN NETWORK DRIVERS
P:	Wolfgang Grandegger
M:	wg@grandegger.com
L:	socketcan-core@lists.berlios.de (subscribers-only)
W:	http://developer.berlios.de/projects/socketcan/
S:	Maintained

1440 1441 1442 1443 1444 1445 1446
CELL BROADBAND ENGINE ARCHITECTURE
P:	Arnd Bergmann
M:	arnd@arndb.de
L:	linuxppc-dev@ozlabs.org
L:	cbe-oss-dev@ozlabs.org
W:	http://www.ibm.com/developerworks/power/cell/
S:	Supported
J
Joe Perches 已提交
1447 1448 1449 1450
F:	arch/powerpc/include/asm/cell*.h
F:	arch/powerpc/include/asm/spu*.h
F:	arch/powerpc/oprofile/*cell*
F:	arch/powerpc/platforms/cell/
1451

1452 1453 1454 1455 1456
CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
P:	David Vrabel
M:	david.vrabel@csr.com
L:	linux-usb@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
1457 1458 1459 1460
F:	Documentation/usb/WUSB-Design-overview.txt
F:	Documentation/usb/wusb-cbaf
F:	drivers/usb/wusbcore/
F:	include/linux/usb/wusb*
1461

1462 1463
CFAG12864B LCD DRIVER
P:	Miguel Ojeda Sandonis
M
Miguel Ojeda 已提交
1464 1465 1466
M:	miguel.ojeda.sandonis@gmail.com
W:	http://miguelojeda.es/auxdisplay.htm
W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1467
S:	Maintained
J
Joe Perches 已提交
1468 1469
F:	drivers/auxdisplay/cfag12864b.c
F:	include/linux/cfag12864b.h
1470 1471 1472

CFAG12864BFB LCD FRAMEBUFFER DRIVER
P:	Miguel Ojeda Sandonis
M
Miguel Ojeda 已提交
1473 1474 1475
M:	miguel.ojeda.sandonis@gmail.com
W:	http://miguelojeda.es/auxdisplay.htm
W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1476
S:	Maintained
J
Joe Perches 已提交
1477 1478
F:	drivers/auxdisplay/cfag12864bfb.c
F:	include/linux/cfag12864b.h
1479

1480 1481 1482 1483 1484
CFG80211 and NL80211
P:	Johannes Berg
M:	johannes@sipsolutions.net
L:	linux-wireless@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
1485 1486 1487 1488
F:	include/linux/nl80211.h
F:	include/net/cfg80211.h
F:	net/wireless/*
X:	net/wireless/wext*
1489

1490 1491
CHECKPATCH
P:	Andy Whitcroft
1492
M:	apw@canonical.com
1493
S:	Supported
J
Joe Perches 已提交
1494
F:	scripts/checkpatch.pl
1495

R
Randy Dunlap 已提交
1496 1497 1498 1499 1500
CISCO 10G ETHERNET DRIVER
P:	Scott Feldman
M:	scofeldm@cisco.com
P:	Joe Eykholt
M:	jeykholt@cisco.com
1501
S:	Supported
J
Joe Perches 已提交
1502
F:	drivers/net/enic/
1503

1504 1505 1506 1507 1508
CIRRUS LOGIC EP93XX ETHERNET DRIVER
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
1509
F:	drivers/net/arm/ep93xx_eth.c
1510 1511 1512 1513

CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
1514
L:	linux-usb@vger.kernel.org
1515
S:	Maintained
J
Joe Perches 已提交
1516
F:	drivers/usb/host/ohci-ep93xx.c
1517

1518 1519 1520
CIRRUS LOGIC CS4270 SOUND DRIVER
P:	Timur Tabi
M:	timur@freescale.com
1521
L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
1522
S:	Supported
J
Joe Perches 已提交
1523
F:	sound/soc/codecs/cs4270*
1524

L
Linus Torvalds 已提交
1525 1526 1527 1528 1529 1530
CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
P:	Cirrus Logic Corporation (kernel 2.2 driver)
M:	Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
P:	Nils Faerber (port to kernel 2.4)
M:	Nils Faerber <nils@kernelconcepts.de>
S:	Maintained
J
Joe Perches 已提交
1531 1532
F:	Documentation/input/cs461x.txt
F:	sound/pci/cs46xx/
L
Linus Torvalds 已提交
1533

R
Russell King 已提交
1534 1535 1536 1537 1538
CLK API
P:	Russell King
M:	linux@arm.linux.org.uk
F:	include/linux/clk.h

1539 1540 1541 1542 1543 1544 1545
CISCO FCOE HBA DRIVER
P:	Abhijeet Joglekar
M:	abjoglek@cisco.com
P:	Joe Eykholt
M:	jeykholt@cisco.com
L:	linux-scsi@vger.kernel.org
S:	Supported
1546
F:	drivers/scsi/fnic/
1547

L
Linus Torvalds 已提交
1548 1549 1550 1551 1552 1553 1554
CODA FILE SYSTEM
P:	Jan Harkes
M:	jaharkes@cs.cmu.edu
M:	coda@cs.cmu.edu
L:	codalist@coda.cs.cmu.edu
W:	http://www.coda.cs.cmu.edu/
S:	Maintained
J
Joe Perches 已提交
1555 1556 1557
F:	Documentation/filesystems/coda.txt
F:	fs/coda/
F:	include/linux/coda*.h
L
Linus Torvalds 已提交
1558

R
Randy Dunlap 已提交
1559 1560 1561 1562 1563 1564
COMMON INTERNET FILE SYSTEM (CIFS)
P:	Steve French
M:	sfrench@samba.org
L:	linux-cifs-client@lists.samba.org
L:	samba-technical@lists.samba.org
W:	http://linux-cifs.samba.org/
1565
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
R
Randy Dunlap 已提交
1566
S:	Supported
J
Joe Perches 已提交
1567 1568
F:	Documentation/filesystems/cifs.txt
F:	fs/cifs/
R
Randy Dunlap 已提交
1569

L
Linus Torvalds 已提交
1570 1571 1572 1573
COMPACTPCI HOTPLUG CORE
P:	Scott Murray
M:	scottm@somanetworks.com
M:	scott@spiteful.org
1574
L:	linux-pci@vger.kernel.org
L
Linus Torvalds 已提交
1575
S:	Supported
J
Joe Perches 已提交
1576
F:	drivers/pci/hotplug/cpci_hotplug*
L
Linus Torvalds 已提交
1577 1578 1579 1580 1581

COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
P:	Scott Murray
M:	scottm@somanetworks.com
M:	scott@spiteful.org
1582
L:	linux-pci@vger.kernel.org
L
Linus Torvalds 已提交
1583
S:	Supported
J
Joe Perches 已提交
1584
F:	drivers/pci/hotplug/cpcihp_zt5550.*
L
Linus Torvalds 已提交
1585 1586 1587 1588 1589

COMPACTPCI HOTPLUG GENERIC DRIVER
P:	Scott Murray
M:	scottm@somanetworks.com
M:	scott@spiteful.org
1590
L:	linux-pci@vger.kernel.org
L
Linus Torvalds 已提交
1591
S:	Supported
J
Joe Perches 已提交
1592
F:	drivers/pci/hotplug/cpcihp_generic.c
L
Linus Torvalds 已提交
1593

1594 1595 1596 1597
COMPAL LAPTOP SUPPORT
P:	Cezary Jackiewicz
M:	cezary.jackiewicz@gmail.com
S:	Maintained
J
Joe Perches 已提交
1598
F:	drivers/platform/x86/compal-laptop.c
1599

L
Linus Torvalds 已提交
1600 1601
COMPUTONE INTELLIPORT MULTIPORT CARD
P:	Michael H. Warfield
1602
M:	mhw@wittsend.com
L
Linus Torvalds 已提交
1603
W:	http://www.wittsend.com/computone.html
1604
S:	Maintained
J
Joe Perches 已提交
1605 1606
F:	Documentation/serial/computone.txt
F:	drivers/char/ip2/
L
Linus Torvalds 已提交
1607

S
Simon Arlott 已提交
1608 1609 1610
CONEXANT ACCESSRUNNER USB DRIVER
P:	Simon Arlott
M:	cxacru@fire.lp0.eu
1611 1612
L:	accessrunner-general@lists.sourceforge.net
W:	http://accessrunner.sourceforge.net/
S
Simon Arlott 已提交
1613
S:	Maintained
J
Joe Perches 已提交
1614
F:	drivers/usb/atm/cxacru.c
S
Simon Arlott 已提交
1615

R
Randy Dunlap 已提交
1616 1617 1618 1619
CONFIGFS
P:	Joel Becker
M:	joel.becker@oracle.com
S:	Supported
J
Joe Perches 已提交
1620 1621
F:	fs/configfs/
F:	include/linux/configfs.h
R
Randy Dunlap 已提交
1622

1623 1624 1625 1626 1627 1628 1629
CONNECTOR
P:	Evgeniy Polyakov
M:	zbr@ioremap.net
L:	netdev@vger.kernel.org
S:	Maintained
F:	drivers/connector/

1630 1631 1632
CONTROL GROUPS (CGROUPS)
P:	Paul Menage
M:	menage@google.com
1633 1634
P:	Li Zefan
M:	lizf@cn.fujitsu.com
1635 1636
L:	containers@lists.linux-foundation.org
S:	Maintained
J
Joe Perches 已提交
1637 1638
F:	include/linux/cgroup*
F:	kernel/cgroup*
1639
F:	mm/*cgroup*
1640

R
Rudolf Marek 已提交
1641 1642 1643 1644 1645
CORETEMP HARDWARE MONITORING DRIVER
P:	Rudolf Marek
M:	r.marek@assembler.cz
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
1646 1647
F:	Documentation/hwmon/coretemp
F:	drivers/hwmon/coretemp.c
R
Rudolf Marek 已提交
1648

L
Linus Torvalds 已提交
1649 1650 1651 1652 1653
COSA/SRP SYNC SERIAL DRIVER
P:	Jan "Yenya" Kasprzak
M:	kas@fi.muni.cz
W:	http://www.fi.muni.cz/~kas/cosa/
S:	Maintained
J
Joe Perches 已提交
1654
F:	drivers/net/wan/cosa*
L
Linus Torvalds 已提交
1655

1656 1657 1658 1659 1660 1661 1662
CPMAC ETHERNET DRIVER
P:	Florian Fainelli
M:	florian@openwrt.org
L:	netdev@vger.kernel.org
S:	Maintained
F:	drivers/net/cpmac.c

L
Linus Torvalds 已提交
1663 1664
CPU FREQUENCY DRIVERS
P:	Dave Jones
D
Dave Jones 已提交
1665
M:	davej@redhat.com
1666
L:	cpufreq@vger.kernel.org
L
Linus Torvalds 已提交
1667
W:	http://www.codemonkey.org.uk/projects/cpufreq/
1668
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
L
Linus Torvalds 已提交
1669
S:	Maintained
J
Joe Perches 已提交
1670 1671 1672
F:	arch/x86/kernel/cpu/cpufreq/
F:	drivers/cpufreq/
F:	include/linux/cpufreq.h
L
Linus Torvalds 已提交
1673 1674 1675 1676 1677

CPUID/MSR DRIVER
P:	H. Peter Anvin
M:	hpa@zytor.com
S:	Maintained
J
Joe Perches 已提交
1678 1679
F:	arch/x86/kernel/cpuid.c
F:	arch/x86/kernel/msr.c
L
Linus Torvalds 已提交
1680

P
Paul Jackson 已提交
1681
CPUSETS
P
Paul Jackson 已提交
1682 1683
P:	Paul Menage
M:	menage@google.com
P
Paul Jackson 已提交
1684
W:	http://www.bullopensource.org/cpuset/
1685
W:	http://oss.sgi.com/projects/cpusets/
P
Paul Jackson 已提交
1686
S:	Supported
J
Joe Perches 已提交
1687 1688 1689
F:	Documentation/cgroups/cpusets.txt
F:	include/linux/cpuset.h
F:	kernel/cpuset.c
P
Paul Jackson 已提交
1690

L
Linus Torvalds 已提交
1691
CRAMFS FILESYSTEM
J
Jim Cromie 已提交
1692 1693
W:	http://sourceforge.net/projects/cramfs/
S:	Orphan
J
Joe Perches 已提交
1694 1695
F:	Documentation/filesystems/cramfs.txt
F:	fs/cramfs/
L
Linus Torvalds 已提交
1696 1697 1698 1699

CRIS PORT
P:	Mikael Starvik
M:	starvik@axis.com
1700 1701
P:	Jesper Nilsson
M:	jesper.nilsson@axis.com
1702
L:	linux-cris-kernel@axis.com
L
Linus Torvalds 已提交
1703 1704
W:	http://developer.axis.com
S:	Maintained
J
Joe Perches 已提交
1705
F:	arch/cris/
L
Linus Torvalds 已提交
1706 1707 1708 1709 1710 1711 1712

CRYPTO API
P:	Herbert Xu
M:	herbert@gondor.apana.org.au
P:	David S. Miller
M:	davem@davemloft.net
L:	linux-crypto@vger.kernel.org
1713
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
L
Linus Torvalds 已提交
1714
S:	Maintained
J
Joe Perches 已提交
1715 1716 1717 1718 1719
F:	Documentation/crypto/
F:	arch/*/crypto/
F:	crypto/
F:	drivers/crypto/
F:	include/crypto/
L
Linus Torvalds 已提交
1720

1721 1722 1723 1724 1725 1726
CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
P:	Neil Horman
M:	nhorman@tuxdriver.com
L:	linux-crypto@vger.kernel.org
S:	Maintained

1727 1728 1729 1730
CS5535 Audio ALSA driver
P:	Jaya Kumar
M:	jayakumar.alsa@gmail.com
S:	Maintained
J
Joe Perches 已提交
1731
F:	sound/pci/cs5535audio/
1732

1733
CX18 VIDEO4LINUX DRIVER
J
Joe Perches 已提交
1734 1735 1736 1737
P:	Hans Verkuil
M:	hverkuil@xs4all.nl
P:	Andy Walls
M:	awalls@radix.net
1738 1739
L:	ivtv-devel@ivtvdriver.org
L:	ivtv-users@ivtvdriver.org
1740
L:	linux-media@vger.kernel.org
1741
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1742 1743
W:	http://linuxtv.org
S:	Maintained
J
Joe Perches 已提交
1744 1745
F:	Documentation/video4linux/cx18.txt
F:	drivers/media/video/cx18/
1746

1747 1748 1749 1750 1751 1752
CXGB3 ETHERNET DRIVER (CXGB3)
P:	Divy Le Ray
M:	divy@chelsio.com
L:	netdev@vger.kernel.org
W:	http://www.chelsio.com
S:	Supported
J
Joe Perches 已提交
1753
F:	drivers/net/cxgb3/
1754 1755 1756 1757 1758 1759 1760

CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
P:	Steve Wise
M:	swise@chelsio.com
L:	general@lists.openfabrics.org
W:	http://www.openfabrics.org
S:	Supported
J
Joe Perches 已提交
1761
F:	drivers/infiniband/hw/cxgb3/
1762

L
Linus Torvalds 已提交
1763 1764
CYBERPRO FB DRIVER
P:	Russell King
R
Russell King 已提交
1765 1766
M:	linux@arm.linux.org.uk
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
L
Linus Torvalds 已提交
1767 1768
W:	http://www.arm.linux.org.uk/
S:	Maintained
J
Joe Perches 已提交
1769
F:	drivers/video/cyber2000fb.*
1770

L
Linus Torvalds 已提交
1771 1772
CYCLADES 2X SYNC CARD DRIVER
P:	Arnaldo Carvalho de Melo
1773 1774
M:	acme@ghostprotocols.net
W:	http://oops.ghostprotocols.net:81/blog
L
Linus Torvalds 已提交
1775
S:	Maintained
J
Joe Perches 已提交
1776
F:	drivers/net/wan/cycx*
L
Linus Torvalds 已提交
1777 1778 1779

CYCLADES ASYNC MUX DRIVER
W:	http://www.cyclades.com/
1780
S:	Orphan
J
Joe Perches 已提交
1781 1782
F:	drivers/char/cyclades.c
F:	include/linux/cyclades.h
L
Linus Torvalds 已提交
1783 1784 1785

CYCLADES PC300 DRIVER
W:	http://www.cyclades.com/
1786
S:	Orphan
J
Joe Perches 已提交
1787
F:	drivers/net/wan/pc300*
L
Linus Torvalds 已提交
1788 1789 1790 1791 1792 1793 1794 1795

DAMA SLAVE for AX.25
P:	Joerg Reuter
M:	jreuter@yaina.de
W:	http://yaina.de/jreuter/
W:	http://www.qsl.net/dl1bke/
L:	linux-hams@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
1796 1797 1798 1799 1800 1801 1802
F:	net/ax25/af_ax25.c
F:	net/ax25/ax25_dev.c
F:	net/ax25/ax25_ds_*
F:	net/ax25/ax25_in.c
F:	net/ax25/ax25_out.c
F:	net/ax25/ax25_timer.c
F:	net/ax25/sysctl_net_ax25.c
L
Linus Torvalds 已提交
1803

R
Randy Dunlap 已提交
1804 1805 1806 1807 1808
DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
P:	Tobias Ringstrom
M:	tori@unhappy.mine.nu
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
1809 1810
F:	Documentation/networking/dmfe.txt
F:	drivers/net/tulip/dmfe.c
R
Randy Dunlap 已提交
1811 1812 1813 1814 1815 1816 1817 1818

DC390/AM53C974 SCSI driver
P:	Kurt Garloff
M:	garloff@suse.de
W:	http://www.garloff.de/kurt/linux/dc390/
P:	Guennadi Liakhovetski
M:	g.liakhovetski@gmx.de
S:	Maintained
J
Joe Perches 已提交
1819
F:	drivers/scsi/tmscsim.*
R
Randy Dunlap 已提交
1820

L
Linus Torvalds 已提交
1821 1822 1823 1824 1825 1826 1827 1828
DC395x SCSI driver
P:	Oliver Neukum
M:	oliver@neukum.name
P:	Ali Akcaagac
M:	aliakc@web.de
P:	Jamie Lenehan
M:	lenehan@twibble.org
W:	http://twibble.org/dist/dc395x/
1829
L:	dc395x@twibble.org
L
Linus Torvalds 已提交
1830 1831
L:	http://lists.twibble.org/mailman/listinfo/dc395x/
S:	Maintained
J
Joe Perches 已提交
1832 1833
F:	Documentation/scsi/dc395x.txt
F:	drivers/scsi/dc395x.*
L
Linus Torvalds 已提交
1834

1835 1836
DCCP PROTOCOL
P:	Arnaldo Carvalho de Melo
1837
M:	acme@ghostprotocols.net
1838
L:	dccp@vger.kernel.org
1839
W:	http://linux-net.osdl.org/index.php/DCCP
1840
S:	Maintained
J
Joe Perches 已提交
1841 1842 1843
F:	include/linux/dccp.h
F:	include/linux/tfrc.h
F:	net/dccp/
1844

L
Linus Torvalds 已提交
1845
DECnet NETWORK LAYER
1846 1847
P:	Christine Caulfield
M:	christine.caulfield@googlemail.com
L
Linus Torvalds 已提交
1848 1849 1850
W:	http://linux-decnet.sourceforge.net
L:	linux-decnet-user@lists.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
1851 1852
F:	Documentation/networking/decnet.txt
F:	net/decnet/
L
Linus Torvalds 已提交
1853 1854 1855 1856 1857

DEFXX FDDI NETWORK DRIVER
P:	Maciej W. Rozycki
M:	macro@linux-mips.org
S:	Maintained
J
Joe Perches 已提交
1858
F:	drivers/net/defxx.*
L
Linus Torvalds 已提交
1859

M
Matthew Garrett 已提交
1860 1861 1862 1863
DELL LAPTOP DRIVER
P:	Matthew Garrett
M:	mjg59@srcf.ucam.org
S:	Maintained
J
Joe Perches 已提交
1864
F:	drivers/platform/x86/dell-laptop.c
M
Matthew Garrett 已提交
1865

L
Linus Torvalds 已提交
1866 1867 1868 1869 1870
DELL LAPTOP SMM DRIVER
P:	Massimo Dal Zotto
M:	dz@debian.org
W:	http://www.debian.org/~dz/i8k/
S:	Maintained
J
Joe Perches 已提交
1871 1872
F:	drivers/char/i8k.c
F:	include/linux/i8k.h
L
Linus Torvalds 已提交
1873

1874 1875 1876 1877
DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
P:	Doug Warzecha
M:	Douglas_Warzecha@dell.com
S:	Maintained
J
Joe Perches 已提交
1878 1879
F:	Documentation/dcdbas.txt
F:	drivers/firmware/dcdbas.*
1880

1881 1882 1883 1884 1885
DELL WMI EXTRAS DRIVER
P:	Matthew Garrett
M:	mjg59@srcf.ucam.org
S:	Maintained

L
Linus Torvalds 已提交
1886 1887 1888 1889 1890 1891
DEVICE NUMBER REGISTRY
P:	Torben Mathiasen
M:	device@lanana.org
W:	http://lanana.org/docs/device-list/index.html
S:	Maintained

R
Randy Dunlap 已提交
1892 1893 1894 1895 1896
DEVICE-MAPPER  (LVM)
P:	Alasdair Kergon
L:	dm-devel@redhat.com
W:	http://sources.redhat.com/dm
S:	Maintained
J
Joe Perches 已提交
1897 1898 1899 1900
F:	Documentation/device-mapper/
F:	drivers/md/dm*
F:	include/linux/device-mapper.h
F:	include/linux/dm-*.h
R
Randy Dunlap 已提交
1901

L
Linus Torvalds 已提交
1902 1903 1904 1905 1906
DIGI INTL. EPCA DRIVER
P:	Digi International, Inc
M:	Eng.Linux@digi.com
L:	Eng.Linux@digi.com
W:	http://www.digi.com
J
Jean Delvare 已提交
1907
S:	Orphan
J
Joe Perches 已提交
1908 1909 1910
F:	Documentation/serial/digiepca.txt
F:	drivers/char/epca*
F:	drivers/char/digi*
L
Linus Torvalds 已提交
1911

R
Randy Dunlap 已提交
1912
DIRECTORY NOTIFICATION (DNOTIFY)
1913 1914 1915
P:	Eric Paris
M:	eparis@parisplace.org
S:	Maintained
J
Joe Perches 已提交
1916 1917 1918
F:	Documentation/filesystems/dnotify.txt
F:	fs/notify/dnotify/
F:	include/linux/dnotify.h
L
Linus Torvalds 已提交
1919 1920 1921 1922 1923 1924 1925 1926 1927

DISK GEOMETRY AND PARTITION HANDLING
P:	Andries Brouwer
M:	aeb@cwi.nl
W:	http://www.win.tue.nl/~aeb/linux/Large-Disk.html
W:	http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
W:	http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
S:	Maintained

1928
DISKQUOTA
L
Linus Torvalds 已提交
1929 1930 1931
P:	Jan Kara
M:	jack@suse.cz
S:	Maintained
J
Joe Perches 已提交
1932 1933 1934
F:	Documentation/filesystems/quota.txt
F:	fs/quota/
F:	include/linux/quota*.h
L
Linus Torvalds 已提交
1935

R
Randy Dunlap 已提交
1936
DISTRIBUTED LOCK MANAGER (DLM)
1937 1938
P:	Christine Caulfield
M:	ccaulfie@redhat.com
1939 1940
P:	David Teigland
M:	teigland@redhat.com
1941
L:	cluster-devel@redhat.com
1942
W:	http://sources.redhat.com/cluster/
1943
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1944
S:	Supported
J
Joe Perches 已提交
1945
F:	fs/dlm/
1946

1947
DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1948 1949
P:	Maciej Sosnowski
M:	maciej.sosnowski@intel.com
1950 1951 1952
P:	Dan Williams
M:	dan.j.williams@intel.com
S:	Supported
J
Joe Perches 已提交
1953 1954
F:	drivers/dma/
F:	include/linux/dma*
1955

1956 1957 1958 1959 1960
DME1737 HARDWARE MONITOR DRIVER
P:	Juerg Haefliger
M:	juergh@gmail.com
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
1961 1962
F:	Documentation/hwmon/dme1737
F:	drivers/hwmon/dme1737.c
1963

M
Martin Waitz 已提交
1964
DOCBOOK FOR DOCUMENTATION
R
Randy Dunlap 已提交
1965 1966
P:	Randy Dunlap
M:	rdunlap@xenotime.net
M
Martin Waitz 已提交
1967 1968
S:	Maintained

1969
DOCKING STATION DRIVER
L
Len Brown 已提交
1970 1971
P:	Shaohua Li
M:	shaohua.li@intel.com
1972
L:	linux-acpi@vger.kernel.org
L
Len Brown 已提交
1973
S:	Supported
J
Joe Perches 已提交
1974
F:	drivers/acpi/dock.c
1975

J
Joe Perches 已提交
1976
DOCUMENTATION
1977 1978 1979 1980
P:	Randy Dunlap
M:	rdunlap@xenotime.net
L:	linux-doc@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
1981
F:	Documentation/
R
Randy Dunlap 已提交
1982

L
Linus Torvalds 已提交
1983 1984 1985 1986 1987
DOUBLETALK DRIVER
P:	James R. Van Zandt
M:	jrv@vanzandt.mv.com
L:	blinux-list@redhat.com
S:	Maintained
J
Joe Perches 已提交
1988 1989
F:	drivers/char/dtlk.c
F:	include/linux/dtlk.h
L
Linus Torvalds 已提交
1990

R
Randy Dunlap 已提交
1991 1992 1993 1994 1995 1996
DPT_I2O SCSI RAID DRIVER
P:	Adaptec OEM Raid Solutions
M:	aacraid@adaptec.com
L:	linux-scsi@vger.kernel.org
W:	http://www.adaptec.com/
S:	Maintained
J
Joe Perches 已提交
1997 1998
F:	drivers/scsi/dpt*
F:	drivers/scsi/dpt/
R
Randy Dunlap 已提交
1999

L
Linus Torvalds 已提交
2000 2001 2002
DRIVER CORE, KOBJECTS, AND SYSFS
P:	Greg Kroah-Hartman
M:	gregkh@suse.de
2003
T:	quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
L
Linus Torvalds 已提交
2004
S:	Supported
J
Joe Perches 已提交
2005
F:	Documentation/kobject.txt
2006
F:	drivers/base/
J
Joe Perches 已提交
2007 2008 2009
F:	fs/sysfs/
F:	include/linux/kobj*
F:	lib/kobj*
L
Linus Torvalds 已提交
2010 2011 2012 2013 2014

DRM DRIVERS
P:	David Airlie
M:	airlied@linux.ie
L:	dri-devel@lists.sourceforge.net
2015
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
L
Linus Torvalds 已提交
2016
S:	Maintained
J
Joe Perches 已提交
2017
F:	drivers/gpu/drm/
L
Linus Torvalds 已提交
2018 2019

DSCC4 DRIVER
2020 2021 2022
P:	Francois Romieu
M:	romieu@fr.zoreil.com
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
2023
S:	Maintained
J
Joe Perches 已提交
2024
F:	drivers/net/wan/dscc4.c
L
Linus Torvalds 已提交
2025

2026 2027 2028 2029
DZ DECSTATION DZ11 SERIAL DRIVER
P:	Maciej W. Rozycki
M:	macro@linux-mips.org
S:	Maintained
J
Joe Perches 已提交
2030
F:	drivers/serial/dz.*
2031

L
Linus Torvalds 已提交
2032 2033
EATA-DMA SCSI DRIVER
P:	Michael Neuffer
J
Joe Perches 已提交
2034 2035 2036
M:	mike@i-Connect.Net
L:	linux-eata@i-connect.net
L:	linux-scsi@vger.kernel.org
L
Linus Torvalds 已提交
2037
S:	Maintained
J
Joe Perches 已提交
2038
F:	drivers/scsi/eata*
L
Linus Torvalds 已提交
2039 2040 2041 2042 2043 2044

EATA ISA/EISA/PCI SCSI DRIVER
P:	Dario Ballabio
M:	ballabio_dario@emc.com
L:	linux-scsi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
2045
F:	drivers/scsi/eata.c
L
Linus Torvalds 已提交
2046 2047 2048 2049

EATA-PIO SCSI DRIVER
P:	Michael Neuffer
M:	mike@i-Connect.Net
J
Joe Perches 已提交
2050 2051
L:	linux-eata@i-connect.net
L:	linux-scsi@vger.kernel.org
L
Linus Torvalds 已提交
2052
S:	Maintained
J
Joe Perches 已提交
2053
F:	drivers/scsi/eata_pio.*
L
Linus Torvalds 已提交
2054 2055 2056 2057 2058 2059 2060 2061

EBTABLES
P:	Bart De Schuymer
M:	bart.de.schuymer@pandora.be
L:	ebtables-user@lists.sourceforge.net
L:	ebtables-devel@lists.sourceforge.net
W:	http://ebtables.sourceforge.net/
S:	Maintained
J
Joe Perches 已提交
2062 2063
F:	include/linux/netfilter_bridge/ebt_*.h
F:	net/bridge/netfilter/ebt*.c
L
Linus Torvalds 已提交
2064

2065
ECRYPT FILE SYSTEM
J
Joe Perches 已提交
2066 2067
P:	Tyler Hicks
M:	tyhicks@linux.vnet.ibm.com
2068 2069
P:	Dustin Kirkland
M:	kirkland@canonical.com
M
Michael Halcrow 已提交
2070 2071
L:	ecryptfs-devel@lists.launchpad.net
W:	https://launchpad.net/ecryptfs
2072
S:	Supported
J
Joe Perches 已提交
2073 2074
F:	Documentation/filesystems/ecryptfs.txt
F:	fs/ecryptfs/
2075

A
Alan Cox 已提交
2076
EDAC-CORE
2077
P:	Doug Thompson
2078
M:	dougthompson@xmission.com
2079
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2080
W:	bluesmoke.sourceforge.net
D
Doug Thompson 已提交
2081
S:	Supported
J
Joe Perches 已提交
2082 2083 2084
F:	Documentation/edac.txt
F:	drivers/edac/edac_*
F:	include/linux/edac.h
2085

2086 2087 2088 2089 2090 2091 2092 2093 2094 2095
EDAC-AMD64
P:	Doug Thompson
M:	dougthompson@xmission.com
P:	Borislav Petkov
M:	borislav.petkov@amd.com
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
W:	bluesmoke.sourceforge.net
S:	Supported
F:	drivers/edac/amd64_edac*

2096
EDAC-E752X
D
Doug Thompson 已提交
2097 2098
P:	Mark Gross
M:	mark.gross@intel.com
2099
P:	Doug Thompson
2100
M:	dougthompson@xmission.com
2101
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2102 2103
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
2104
F:	drivers/edac/e752x_edac.c
2105 2106

EDAC-E7XXX
D
Doug Thompson 已提交
2107
P:	Doug Thompson
2108
M:	dougthompson@xmission.com
2109
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2110 2111
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
2112
F:	drivers/edac/e7xxx_edac.c
2113

2114 2115 2116
EDAC-I82443BXGX
P:	Tim Small
M:	tim@buttersideup.com
2117
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2118 2119
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
2120
F:	drivers/edac/i82443bxgx_edac.c
2121 2122 2123 2124

EDAC-I3000
P:	Jason Uhlenkott
M:	juhlenko@akamai.com
2125
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2126 2127
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
2128
F:	drivers/edac/i3000_edac.c
2129 2130 2131

EDAC-I5000
P:	Doug Thompson
2132
M:	dougthompson@xmission.com
2133
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2134 2135
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
2136
F:	drivers/edac/i5000_edac.c
2137

2138 2139 2140
EDAC-I5400
P:	Mauro Carvalho Chehab
M:	mchehab@redhat.com
2141
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2142 2143
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
2144
F:	drivers/edac/i5400_edac.c
2145

2146 2147
EDAC-I82975X
P:	Ranganathan Desikan
J
Joe Perches 已提交
2148
M:	ravi@jetztechnologies.com
2149
P:	Arvind R.
J
Joe Perches 已提交
2150
M:	arvind@jetztechnologies.com
2151
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2152 2153
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
2154
F:	drivers/edac/i82975x_edac.c
2155 2156 2157 2158

EDAC-PASEMI
P:	Egor Martovetsky
M:	egor@pasemi.com
2159
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2160 2161
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
2162
F:	drivers/edac/pasemi_edac.c
2163

2164 2165 2166
EDAC-R82600
P:	Tim Small
M:	tim@buttersideup.com
2167
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2168 2169
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
2170
F:	drivers/edac/r82600_edac.c
A
Alan Cox 已提交
2171

E
Eric Cooper 已提交
2172 2173 2174 2175
EEEPC LAPTOP EXTRAS DRIVER
P:	Corentin Chary
M:	corentincj@iksaif.net
L:	acpi4asus-user@lists.sourceforge.net
2176
W:	http://acpi4asus.sf.net
E
Eric Cooper 已提交
2177
S:	Maintained
J
Joe Perches 已提交
2178
F:	drivers/platform/x86/eeepc-laptop.c
E
Eric Cooper 已提交
2179

2180 2181 2182
EFS FILESYSTEM
W:	http://aeschi.ch.eu.org/efs/
S:	Orphan
J
Joe Perches 已提交
2183
F:	fs/efs/
2184

2185
EHCA (IBM GX bus InfiniBand adapter) DRIVER
2186 2187 2188 2189
P:	Hoang-Nam Nguyen
M:	hnguyen@de.ibm.com
P:	Christoph Raisch
M:	raisch@de.ibm.com
R
Roland Dreier 已提交
2190
L:	general@lists.openfabrics.org
2191
S:	Supported
J
Joe Perches 已提交
2192
F:	drivers/infiniband/hw/ehca/
2193

2194 2195 2196
EMBEDDED LINUX
P:	Paul Gortmaker
M:	paul.gortmaker@windriver.com
2197 2198
P:	Matt Mackall
M:	mpm@selenic.com
U
Uwe Kleine-König 已提交
2199
P:	David Woodhouse
2200 2201 2202 2203
M:	dwmw2@infradead.org
L:	linux-embedded@vger.kernel.org
S:	Maintained

2204
EMULEX LPFC FC SCSI DRIVER
J
Jim Cromie 已提交
2205 2206 2207 2208 2209
P:	James Smart
M:	james.smart@emulex.com
L:	linux-scsi@vger.kernel.org
W:	http://sourceforge.net/projects/lpfcxxxx
S:	Supported
J
Joe Perches 已提交
2210
F:	drivers/scsi/lpfc/
2211

2212 2213 2214 2215 2216 2217 2218 2219 2220
ENE CB710 FLASH CARD READER DRIVER
P:	Michał Mirosław
M:	mirq-linux@rere.qmqm.pl
L:	linux-kernel@vger.kernel.org
S:	Maintained
F:	drivers/misc/cb710/
F:	drivers/mmc/host/cb710-mmc.*
F:	include/linux/cb710.h

L
Linus Torvalds 已提交
2221 2222
EPSON 1355 FRAMEBUFFER DRIVER
P:	Christopher Hoover
J
Joe Perches 已提交
2223 2224 2225
M:	ch@murgatroid.com
P:	Christopher Hoover
M:	ch@hpl.hp.com
L
Linus Torvalds 已提交
2226
S:	Maintained
J
Joe Perches 已提交
2227
F:	drivers/video/epson1355fb.c
L
Linus Torvalds 已提交
2228

2229 2230 2231 2232
EPSON S1D13XXX FRAMEBUFFER DRIVER
P:	Kristoffer Ericson
M:	kristoffer.ericson@gmail.com
S:	Maintained
J
Joe Perches 已提交
2233 2234
F:	drivers/video/s1d13xxxfb.c
F:	include/video/s1d13xxxfb.h
2235

L
Linus Torvalds 已提交
2236 2237 2238
ETHEREXPRESS-16 NETWORK DRIVER
P:	Philip Blundell
M:	philb@gnu.org
2239
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
2240
S:	Maintained
J
Joe Perches 已提交
2241
F:	drivers/net/eexpress.*
L
Linus Torvalds 已提交
2242 2243 2244

ETHERNET BRIDGE
P:	Stephen Hemminger
2245
M:	shemminger@linux-foundation.org
2246
L:	bridge@lists.linux-foundation.org
A
Adrian Bunk 已提交
2247
W:	http://www.linux-foundation.org/en/Net:Bridge
L
Linus Torvalds 已提交
2248
S:	Maintained
J
Joe Perches 已提交
2249 2250
F:	include/linux/netfilter_bridge/
F:	net/bridge/
L
Linus Torvalds 已提交
2251 2252 2253 2254 2255

ETHERTEAM 16I DRIVER
P:	Mika Kuoppala
M:	miku@iki.fi
S:	Maintained
J
Joe Perches 已提交
2256
F:	drivers/net/eth16i.c
L
Linus Torvalds 已提交
2257 2258

EXT2 FILE SYSTEM
2259
L:	linux-ext4@vger.kernel.org
L
Linus Torvalds 已提交
2260
S:	Maintained
J
Joe Perches 已提交
2261 2262 2263
F:	Documentation/filesystems/ext2.txt
F:	fs/ext2/
F:	include/linux/ext2*
L
Linus Torvalds 已提交
2264 2265

EXT3 FILE SYSTEM
J
Joe Perches 已提交
2266 2267 2268 2269 2270 2271
P:	Stephen Tweedie
M:	sct@redhat.com
P:	Andrew Morton
M:	akpm@linux-foundation.org
P:	Andreas Dilger
M:	adilger@sun.com
2272 2273
L:	linux-ext4@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
2274 2275 2276
F:	Documentation/filesystems/ext3.txt
F:	fs/ext3/
F:	include/linux/ext3*
2277 2278

EXT4 FILE SYSTEM
T
Theodore Ts'o 已提交
2279
P:	Theodore Ts'o
J
Joe Perches 已提交
2280 2281 2282
M:	tytso@mit.edu
P:	Andreas Dilger
M:	adilger@sun.com
2283
L:	linux-ext4@vger.kernel.org
T
Theodore Ts'o 已提交
2284
W:	http://ext4.wiki.kernel.org
L
Linus Torvalds 已提交
2285
S:	Maintained
J
Joe Perches 已提交
2286 2287
F:	Documentation/filesystems/ext4.txt
F:	fs/ext4/
L
Linus Torvalds 已提交
2288

J
Jean Delvare 已提交
2289 2290 2291 2292 2293
F71805F HARDWARE MONITORING DRIVER
P:	Jean Delvare
M:	khali@linux-fr.org
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
2294 2295
F:	Documentation/hwmon/f71805f
F:	drivers/hwmon/f71805f.c
J
Jean Delvare 已提交
2296

L
Linus Torvalds 已提交
2297 2298 2299 2300 2301
FARSYNC SYNCHRONOUS DRIVER
P:	Kevin Curtis
M:	kevin.curtis@farsite.co.uk
W:	http://www.farsite.co.uk/
S:	Supported
J
Joe Perches 已提交
2302
F:	drivers/net/wan/farsync.*
L
Linus Torvalds 已提交
2303

2304 2305 2306 2307
FAULT INJECTION SUPPORT
P:	Akinobu Mita
M:	akinobu.mita@gmail.com
S:	Supported
J
Joe Perches 已提交
2308 2309
F:	Documentation/fault-injection/
F:	lib/fault-inject.c
2310

R
Randy Dunlap 已提交
2311 2312 2313 2314
FILE LOCKING (flock() and fcntl()/lockf())
P:	Matthew Wilcox
M:	matthew@wil.cx
L:	linux-fsdevel@vger.kernel.org
L
Linus Torvalds 已提交
2315
S:	Maintained
J
Joe Perches 已提交
2316 2317 2318 2319
F:	include/linux/fcntl.h
F:	include/linux/fs.h
F:	fs/fcntl.c
F:	fs/locks.c
L
Linus Torvalds 已提交
2320

R
Randy Dunlap 已提交
2321 2322 2323 2324
FILESYSTEMS (VFS and infrastructure)
P:	Alexander Viro
M:	viro@zeniv.linux.org.uk
L:	linux-fsdevel@vger.kernel.org
2325
S:	Maintained
J
Joe Perches 已提交
2326
F:	fs/*
2327

R
Riku Voipio 已提交
2328 2329 2330 2331 2332
FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
P:	Riku Voipio
M:	riku.vipio@iki.fi
L:	lm-sensors@lm-sensors.org
S:	Maintained
2333 2334
F:	drivers/hwmon/f75375s.c
F:	include/linux/f75375s.h
R
Riku Voipio 已提交
2335

J
Joe Perches 已提交
2336 2337 2338 2339 2340
FIREWIRE SUBSYSTEM
P:	Kristian Hoegsberg
M:	krh@redhat.com
P:	Stefan Richter
M:	stefanr@s5r6.in-berlin.de
R
Randy Dunlap 已提交
2341 2342
L:	linux1394-devel@lists.sourceforge.net
W:	http://www.linux1394.org/
2343
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
R
Randy Dunlap 已提交
2344
S:	Maintained
J
Joe Perches 已提交
2345 2346
F:	drivers/firewire/
F:	include/linux/firewire*.h
R
Randy Dunlap 已提交
2347 2348 2349

FIRMWARE LOADER (request_firmware)
S:	Orphan
J
Joe Perches 已提交
2350 2351 2352
F:	Documentation/firmware_class/
F:	drivers/base/firmware*.c
F:	include/linux/firmware.h
R
Randy Dunlap 已提交
2353 2354 2355

FPU EMULATOR
P:	Bill Metzenthen
2356 2357
M:	billm@melbpc.org.au
W:	http://floatingpoint.sourceforge.net/emulator/index.html
R
Randy Dunlap 已提交
2358
S:	Maintained
J
Joe Perches 已提交
2359
F:	arch/x86/math-emu/
R
Randy Dunlap 已提交
2360 2361 2362 2363 2364 2365

FRAME RELAY DLCI/FRAD (Sangoma drivers too)
P:	Mike McLagan
M:	mike.mclagan@linux.org
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
2366 2367
F:	drivers/net/wan/dlci.c
F:	drivers/net/wan/sdla.c
R
Randy Dunlap 已提交
2368 2369 2370 2371

FRAMEBUFFER LAYER
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
W:	http://linux-fbdev.sourceforge.net/
A
Andrew Morton 已提交
2372
S:	Orphan
J
Joe Perches 已提交
2373 2374 2375
F:	Documentation/fb/
F:	drivers/video/fb*
F:	include/linux/fb.h
R
Randy Dunlap 已提交
2376 2377 2378 2379 2380 2381

FREESCALE DMA DRIVER
P:	Li Yang
M:	leoli@freescale.com
P:	Zhang Wei
M:	zw@zh-kernel.org
2382
L:	linuxppc-dev@ozlabs.org
R
Randy Dunlap 已提交
2383
S:	Maintained
J
Joe Perches 已提交
2384
F:	drivers/dma/fsldma.*
R
Randy Dunlap 已提交
2385 2386 2387 2388 2389

FREESCALE I2C CPM DRIVER
P:	Jochen Friedrich
M:	jochen@scram.de
L:	linuxppc-dev@ozlabs.org
J
Jean Delvare 已提交
2390
L:	linux-i2c@vger.kernel.org
2391
S:	Maintained
J
Joe Perches 已提交
2392
F:	drivers/i2c/busses/i2c-cpm.c
2393

2394 2395 2396 2397 2398 2399
FREESCALE IMX / MXC FRAMEBUFFER DRIVER
P:	Sascha Hauer
M:	kernel@pengutronix.de
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained
J
Joe Perches 已提交
2400 2401
F:	arch/arm/plat-mxc/include/mach/imxfb.h
F:	drivers/video/imxfb.c
2402

2403 2404 2405 2406 2407
FREESCALE SOC FS_ENET DRIVER
P:	Pantelis Antoniou
M:	pantelis.antoniou@gmail.com
P:	Vitaly Bordug
M:	vbordug@ru.mvista.com
2408
L:	linuxppc-dev@ozlabs.org
2409 2410
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
2411 2412
F:	drivers/net/fs_enet/
F:	include/linux/fs_enet_pd.h
2413

2414 2415 2416 2417 2418
FREESCALE QUICC ENGINE LIBRARY
P:	Timur Tabi
M:	timur@freescale.com
L:	linuxppc-dev@ozlabs.org
S:	Supported
J
Joe Perches 已提交
2419 2420
F:	arch/powerpc/sysdev/qe_lib/
F:	arch/powerpc/include/asm/*qe.h
2421

2422 2423 2424
FREESCALE HIGHSPEED USB DEVICE DRIVER
P:	Li Yang
M:	leoli@freescale.com
2425
L:	linux-usb@vger.kernel.org
2426
L:	linuxppc-dev@ozlabs.org
2427
S:	Maintained
J
Joe Perches 已提交
2428
F:	drivers/usb/gadget/fsl_usb2_udc.c
2429

2430 2431 2432 2433
FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
P:	Li Yang
M:	leoli@freescale.com
L:	netdev@vger.kernel.org
2434
L:	linuxppc-dev@ozlabs.org
2435
S:	Maintained
J
Joe Perches 已提交
2436
F:	drivers/net/ucc_geth*
2437

2438 2439 2440 2441 2442
FREESCALE QUICC ENGINE UCC UART DRIVER
P:	Timur Tabi
M:	timur@freescale.com
L:	linuxppc-dev@ozlabs.org
S:	Supported
J
Joe Perches 已提交
2443
F:	drivers/serial/ucc_uart.c
2444 2445 2446 2447

FREESCALE SOC SOUND DRIVERS
P:	Timur Tabi
M:	timur@freescale.com
2448
L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
2449 2450
L:	linuxppc-dev@ozlabs.org
S:	Supported
2451 2452
F:	sound/soc/fsl/fsl*
F:	sound/soc/fsl/mpc8610_hpcd.c
2453

L
Linus Torvalds 已提交
2454 2455 2456 2457 2458
FREEVXFS FILESYSTEM
P:	Christoph Hellwig
M:	hch@infradead.org
W:	ftp://ftp.openlinux.org/pub/people/hch/vxfs
S:	Maintained
J
Joe Perches 已提交
2459
F:	fs/freevxfs/
L
Linus Torvalds 已提交
2460

2461 2462
FREEZER
P:	Pavel Machek
2463
M:	pavel@ucw.cz
2464 2465 2466 2467
P:	Rafael J. Wysocki
M:	rjw@sisk.pl
L:	linux-pm@lists.linux-foundation.org
S:	Supported
J
Joe Perches 已提交
2468 2469 2470
F:	Documentation/power/freezing-of-tasks.txt
F:	include/linux/freezer.h
F:	kernel/freezer.c
2471

2472 2473 2474 2475 2476 2477 2478 2479 2480
FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
P:	David Howells
M:	dhowells@redhat.com
L:	linux-cachefs@redhat.com
S:	Supported
F:	Documentation/filesystems/caching/
F:	fs/fscache/
F:	include/linux/fscache*.h

S
Steven Rostedt 已提交
2481 2482
FTRACE
P:	Steven Rostedt
2483
M:	rostedt@goodmis.org
S
Steven Rostedt 已提交
2484
S:	Maintained
2485
F:	Documentation/trace/ftrace.txt
J
Joe Perches 已提交
2486 2487 2488 2489
F:	arch/*/*/*/ftrace.h
F:	arch/*/kernel/ftrace.c
F:	include/*/ftrace.h
F:	kernel/trace/
S
Steven Rostedt 已提交
2490

2491
FUJITSU FR-V (FRV) PORT
L
Linus Torvalds 已提交
2492 2493 2494
P:	David Howells
M:	dhowells@redhat.com
S:	Maintained
J
Joe Perches 已提交
2495
F:	arch/frv/
L
Linus Torvalds 已提交
2496

J
Jonathan Woithe 已提交
2497 2498 2499 2500 2501
FUJITSU LAPTOP EXTRAS
P:	Jonathan Woithe
M:	jwoithe@physics.adelaide.edu.au
L:	linux-acpi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
2502
F:	drivers/platform/x86/fujitsu-laptop.c
J
Jonathan Woithe 已提交
2503

2504 2505 2506 2507 2508 2509
FUSE: FILESYSTEM IN USERSPACE
P:	Miklos Szeredi
M:	miklos@szeredi.hu
L:	fuse-devel@lists.sourceforge.net
W:	http://fuse.sourceforge.net/
S:	Maintained
J
Joe Perches 已提交
2510 2511
F:	fs/fuse/
F:	include/linux/fuse.h
2512

L
Linus Torvalds 已提交
2513 2514 2515 2516
FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
P:	Rik Faith
M:	faith@cs.unc.edu
L:	linux-scsi@vger.kernel.org
J
Jean Delvare 已提交
2517
S:	Odd Fixes (e.g., new signatures)
J
Joe Perches 已提交
2518
F:	drivers/scsi/fdomain.*
L
Linus Torvalds 已提交
2519 2520 2521 2522 2523 2524 2525

GDT SCSI DISK ARRAY CONTROLLER DRIVER
P:	Achim Leubner
M:	achim_leubner@adaptec.com
L:	linux-scsi@vger.kernel.org
W:	http://www.icp-vortex.com/
S:	Supported
J
Joe Perches 已提交
2526
F:	drivers/scsi/gdt*
L
Linus Torvalds 已提交
2527

2528 2529 2530 2531
GENERIC GPIO I2C DRIVER
P:	Haavard Skinnemoen
M:	hskinnemoen@atmel.com
S:	Supported
J
Joe Perches 已提交
2532 2533
F:	drivers/i2c/busses/i2c-gpio.c
F:	include/linux/i2c-gpio.h
2534

2535
GENERIC HDLC (WAN) DRIVERS
L
Linus Torvalds 已提交
2536 2537 2538 2539
P:	Krzysztof Halasa
M:	khc@pm.waw.pl
W:	http://www.kernel.org/pub/linux/utils/net/hdlc/
S:	Maintained
J
Joe Perches 已提交
2540 2541 2542 2543 2544 2545 2546
F:	drivers/net/wan/c101.c
F:	drivers/net/wan/hd6457*
F:	drivers/net/wan/hdlc*
F:	drivers/net/wan/n2.c
F:	drivers/net/wan/pc300too.c
F:	drivers/net/wan/pci200syn.c
F:	drivers/net/wan/wanxl*
L
Linus Torvalds 已提交
2547

2548 2549 2550 2551 2552 2553 2554 2555
GENERIC INCLUDE/ASM HEADER FILES
P:	Arnd Bergmann
M:	arnd@arndb.de
L:	linux-arch@vger.kernel.org
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
S:	Maintained
F:	include/asm-generic

2556 2557 2558
GFS2 FILE SYSTEM
P:	Steven Whitehouse
M:	swhiteho@redhat.com
2559
L:	cluster-devel@redhat.com
2560
W:	http://sources.redhat.com/cluster/
2561 2562
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2563
S:	Supported
J
Joe Perches 已提交
2564 2565 2566
F:	Documentation/filesystems/gfs2*.txt
F:	fs/gfs2/
F:	include/linux/gfs2_ondisk.h
2567

2568 2569 2570 2571 2572 2573 2574 2575
GIGASET ISDN DRIVERS
P:	Hansjoerg Lipp
M:	hjlipp@web.de
P:	Tilman Schmidt
M:	tilman@imap.cc
L:	gigaset307x-common@lists.sourceforge.net
W:	http://gigaset307x.sourceforge.net/
S:	Maintained
J
Joe Perches 已提交
2576 2577 2578
F:	Documentation/isdn/README.gigaset
F:	drivers/isdn/gigaset/
F:	include/linux/gigaset_dev.h
2579

R
Randy Dunlap 已提交
2580
HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2581 2582 2583 2584
P:	Frank Seidel
M:	frank@f-seidel.de
L:	lm-sensors@lm-sensors.org
W:	http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
R
Randy Dunlap 已提交
2585
S:	Maintained
J
Joe Perches 已提交
2586
F:	drivers/hwmon/hdaps.c
R
Randy Dunlap 已提交
2587

M
Michael Ellerman 已提交
2588 2589 2590 2591 2592
HYPERVISOR VIRTUAL CONSOLE DRIVER
L:	linuxppc-dev@ozlabs.org
S:	Odd Fixes
F:	drivers/char/hvc_*

2593 2594 2595
GSPCA FINEPIX SUBDRIVER
P:	Frank Zago
M:	frank@zago.net
2596
L:	linux-media@vger.kernel.org
2597
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2598
S:	Maintained
J
Joe Perches 已提交
2599
F:	drivers/media/video/gspca/finepix.c
2600 2601 2602 2603

GSPCA M5602 SUBDRIVER
P:	Erik Andren
M:	erik.andren@gmail.com
2604
L:	linux-media@vger.kernel.org
2605
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2606
S:	Maintained
J
Joe Perches 已提交
2607
F:	drivers/media/video/gspca/m5602/
2608 2609 2610 2611

GSPCA PAC207 SONIXB SUBDRIVER
P:	Hans de Goede
M:	hdegoede@redhat.com
2612
L:	linux-media@vger.kernel.org
2613
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2614
S:	Maintained
J
Joe Perches 已提交
2615
F:	drivers/media/video/gspca/pac207.c
2616 2617 2618 2619

GSPCA T613 SUBDRIVER
P:	Leandro Costantino
M:	lcostantino@gmail.com
2620
L:	linux-media@vger.kernel.org
2621
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2622
S:	Maintained
J
Joe Perches 已提交
2623
F:	drivers/media/video/gspca/t613.c
2624 2625 2626 2627 2628

GSPCA USB WEBCAM DRIVER
P:	Jean-Francois Moine
M:	moinejf@free.fr
W:	http://moinejf.free.fr
2629
L:	linux-media@vger.kernel.org
2630
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2631
S:	Maintained
J
Joe Perches 已提交
2632
F:	drivers/media/video/gspca/
2633

2634 2635
HARDWARE MONITORING
L:	lm-sensors@lm-sensors.org
2636
W:	http://www.lm-sensors.org/
J
Jean Delvare 已提交
2637
S:	Orphan
J
Joe Perches 已提交
2638
F:	drivers/hwmon/
2639

2640
HARDWARE RANDOM NUMBER GENERATOR CORE
J
Jean Delvare 已提交
2641
S:	Orphan
J
Joe Perches 已提交
2642 2643 2644
F:	Documentation/hw_random.txt
F:	drivers/char/hw_random/
F:	include/linux/hw_random.h
2645

L
Linus Torvalds 已提交
2646 2647
HARMONY SOUND DRIVER
P:	Kyle McMartin
K
Kyle McMartin 已提交
2648
M:	kyle@mcmartin.ca
2649
L:	linux-parisc@vger.kernel.org
L
Linus Torvalds 已提交
2650
S:	Maintained
J
Joe Perches 已提交
2651
F:	sound/parisc/harmony.*
L
Linus Torvalds 已提交
2652 2653 2654 2655 2656 2657

HAYES ESP SERIAL DRIVER
P:	Andrew J. Robinson
M:	arobinso@nyx.net
W:	http://www.nyx.net/~arobinso
S:	Maintained
J
Joe Perches 已提交
2658 2659
F:	Documentation/serial/hayes-esp.txt
F:	drivers/char/esp.c
R
Randy Dunlap 已提交
2660 2661 2662 2663 2664 2665

HEWLETT-PACKARD SMART2 RAID DRIVER
P:	Chirag Kantharia
M:	chirag.kantharia@hp.com
L:	iss_storagedev@hp.com
S:	Maintained
J
Joe Perches 已提交
2666 2667
F:	Documentation/blockdev/cpqarray.txt
F:	drivers/block/cpqarray.*
R
Randy Dunlap 已提交
2668 2669 2670 2671 2672 2673

HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
P:	Mike Miller
M:	mike.miller@hp.com
L:	iss_storagedev@hp.com
S:	Supported
J
Joe Perches 已提交
2674 2675 2676
F:	Documentation/blockdev/cciss.txt
F:	drivers/block/cciss*
F:	include/linux/cciss_ioctl.h
R
Randy Dunlap 已提交
2677

L
Linus Torvalds 已提交
2678 2679 2680 2681
HFS FILESYSTEM
P:	Roman Zippel
M:	zippel@linux-m68k.org
S:	Maintained
J
Joe Perches 已提交
2682 2683
F:	Documentation/filesystems/hfs.txt
F:	fs/hfs/
L
Linus Torvalds 已提交
2684 2685 2686 2687 2688 2689 2690

HGA FRAMEBUFFER DRIVER
P:	Ferenc Bakonyi
M:	fero@drama.obuda.kando.hu
L:	linux-nvidia@lists.surfsouth.com
W:	http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
S:	Maintained
J
Joe Perches 已提交
2691
F:	drivers/video/hgafb.c
L
Linus Torvalds 已提交
2692

2693
HIBERNATION (aka Software Suspend, aka swsusp)
R
Randy Dunlap 已提交
2694
P:	Pavel Machek
P
Pavel Machek 已提交
2695
M:	pavel@ucw.cz
R
Randy Dunlap 已提交
2696 2697 2698 2699
P:	Rafael J. Wysocki
M:	rjw@sisk.pl
L:	linux-pm@lists.linux-foundation.org
S:	Supported
J
Joe Perches 已提交
2700 2701 2702 2703 2704 2705 2706
F:	arch/x86/power/
F:	drivers/base/power/
F:	kernel/power/
F:	include/linux/suspend.h
F:	include/linux/freezer.h
F:	include/linux/pm.h
F:	arch/*/include/asm/suspend*.h
R
Randy Dunlap 已提交
2707

2708 2709 2710
HID CORE LAYER
P:	Jiri Kosina
M:	jkosina@suse.cz
2711
L:	linux-input@vger.kernel.org
2712
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2713
S:	Maintained
J
Joe Perches 已提交
2714 2715
F:	drivers/hid/
F:	include/linux/hid*
2716

2717 2718 2719 2720
HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
P:	Thomas Gleixner
M:	tglx@linutronix.de
S:	Maintained
J
Joe Perches 已提交
2721 2722 2723
F:	Documentation/timers/
F:	kernel/hrtimer.c
F:	include/linux/hrtimer.h
2724

L
Linus Torvalds 已提交
2725 2726 2727 2728 2729 2730
HIGH-SPEED SCC DRIVER FOR AX.25
P:	Klaus Kudielka
M:	klaus.kudielka@ieee.org
L:	linux-hams@vger.kernel.org
W:	http://www.nt.tuwien.ac.at/~kkudielk/Linux/
S:	Maintained
J
Joe Perches 已提交
2731 2732
F:	drivers/net/hamradio/dmascc.c
F:	drivers/net/hamradio/scc.c
L
Linus Torvalds 已提交
2733

2734 2735 2736 2737 2738
HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
P:	HighPoint Linux Team
M:	linux@highpoint-tech.com
W:	http://www.highpoint-tech.com
S:	Supported
J
Joe Perches 已提交
2739 2740
F:	Documentation/scsi/hptiop.txt
F:	drivers/scsi/hptiop.c
2741

L
Linus Torvalds 已提交
2742 2743 2744 2745 2746
HIPPI
P:	Jes Sorensen
M:	jes@trained-monkey.org
L:	linux-hippi@sunsite.dk
S:	Maintained
J
Joe Perches 已提交
2747 2748 2749
F:	include/linux/hippidevice.h
F:	include/linux/if_hippi.h
F:	net/802/hippi.c
L
Linus Torvalds 已提交
2750

J
Jouni Malinen 已提交
2751 2752
HOST AP DRIVER
P:	Jouni Malinen
2753 2754
M:	j@w1.fi
L:	hostap@shmoo.com (subscribers-only)
2755
L:	linux-wireless@vger.kernel.org
J
Jouni Malinen 已提交
2756 2757
W:	http://hostap.epitest.fi/
S:	Maintained
J
Joe Perches 已提交
2758
F:	drivers/net/wireless/hostap/
J
Jouni Malinen 已提交
2759

2760 2761 2762 2763
HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
P:	Carlos Corbacho
M:	carlos@strangeworlds.co.uk
S:	Odd Fixes
J
Joe Perches 已提交
2764
F:	drivers/platform/x86/tc1100-wmi.c
2765

R
Randy Dunlap 已提交
2766 2767 2768 2769
HP100:	Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
P:	Jaroslav Kysela
M:	perex@perex.cz
S:	Maintained
J
Joe Perches 已提交
2770
F:	drivers/net/hp100.*
R
Randy Dunlap 已提交
2771

J
Joe Perches 已提交
2772
HPET:	High Precision Event Timers driver
B
Bob Picco 已提交
2773 2774 2775
P:	Clemens Ladisch
M:	clemens@ladisch.de
S:	Maintained
J
Joe Perches 已提交
2776 2777 2778
F:	Documentation/timers/hpet.txt
F:	drivers/char/hpet.c
F:	include/linux/hpet.h
B
Bob Picco 已提交
2779 2780 2781 2782 2783

HPET:	i386
P:	Venkatesh Pallipadi (Venki)
M:	venkatesh.pallipadi@intel.com
S:	Maintained
J
Joe Perches 已提交
2784 2785
F:	arch/x86/kernel/hpet.c
F:	arch/x86/include/asm/hpet.h
B
Bob Picco 已提交
2786 2787

HPET:	x86_64
A
Andi Kleen 已提交
2788 2789
P:	Vojtech Pavlik
M:	vojtech@suse.cz
B
Bob Picco 已提交
2790 2791
S:	Maintained

J
Joe Perches 已提交
2792
HPET:	ACPI
B
Bob Picco 已提交
2793 2794 2795
P:	Bob Picco
M:	bob.picco@hp.com
S:	Maintained
J
Joe Perches 已提交
2796
F:	drivers/char/hpet.c
B
Bob Picco 已提交
2797

L
Linus Torvalds 已提交
2798 2799 2800 2801 2802
HPFS FILESYSTEM
P:	Mikulas Patocka
M:	mikulas@artax.karlin.mff.cuni.cz
W:	http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
S:	Maintained
J
Joe Perches 已提交
2803
F:	fs/hpfs/
L
Linus Torvalds 已提交
2804

J
Joe Perches 已提交
2805
HSO 3G MODEM DRIVER
2806 2807
P:	Jan Dumon
M:	j.dumon@option.com
2808 2809
W:	http://www.pharscape.org
S:	Maintained
J
Joe Perches 已提交
2810
F:	drivers/net/usb/hso.c
2811

2812 2813 2814 2815 2816
HTCPEN TOUCHSCREEN DRIVER
P:	Pau Oliva Fora
M:	pof@eslack.org
L:	linux-input@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
2817
F:	drivers/input/touchscreen/htcpen.c
2818

L
Linus Torvalds 已提交
2819 2820 2821 2822
HUGETLB FILESYSTEM
P:	William Irwin
M:	wli@holomorphy.com
S:	Maintained
J
Joe Perches 已提交
2823
F:	fs/hugetlbfs/
L
Linus Torvalds 已提交
2824

M
Mark M. Hoffman 已提交
2825 2826 2827
I2C/SMBUS STUB DRIVER
P:	Mark M. Hoffman
M:	mhoffman@lightlink.com
J
Jean Delvare 已提交
2828
L:	linux-i2c@vger.kernel.org
M
Mark M. Hoffman 已提交
2829
S:	Maintained
J
Joe Perches 已提交
2830
F:	drivers/i2c/busses/i2c-stub.c
M
Mark M. Hoffman 已提交
2831

2832
I2C SUBSYSTEM
J
Jean Delvare 已提交
2833
P:	Jean Delvare (PC drivers, core)
L
Linus Torvalds 已提交
2834
M:	khali@linux-fr.org
J
Jean Delvare 已提交
2835 2836
P:	Ben Dooks (embedded platforms)
M:	ben-linux@fluff.org
J
Jean Delvare 已提交
2837
L:	linux-i2c@vger.kernel.org
J
Jean Delvare 已提交
2838 2839
W:	http://i2c.wiki.kernel.org/
T:	quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
L
Linus Torvalds 已提交
2840
S:	Maintained
J
Joe Perches 已提交
2841 2842 2843 2844 2845
F:	Documentation/i2c/
F:	drivers/i2c/
F:	include/linux/i2c.h
F:	include/linux/i2c-dev.h
F:	include/linux/i2c-id.h
L
Linus Torvalds 已提交
2846

T
Till Harbaum 已提交
2847 2848 2849
I2C-TINY-USB DRIVER
P:	Till Harbaum
M:	till@harbaum.org
J
Jean Delvare 已提交
2850
L:	linux-i2c@vger.kernel.org
2851
W:	http://www.harbaum.org/till/i2c_tiny_usb
T
Till Harbaum 已提交
2852
S:	Maintained
J
Joe Perches 已提交
2853
F:	drivers/i2c/busses/i2c-tiny-usb.c
T
Till Harbaum 已提交
2854

L
Linus Torvalds 已提交
2855
i386 BOOT CODE
2856 2857
P:	H. Peter Anvin
M:	hpa@zytor.com
L
Linus Torvalds 已提交
2858
S:	Maintained
J
Joe Perches 已提交
2859
F:	arch/x86/boot/
L
Linus Torvalds 已提交
2860 2861 2862 2863

i386 SETUP CODE / CPU ERRATA WORKAROUNDS
P:	H. Peter Anvin
M:	hpa@zytor.com
2864
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
L
Linus Torvalds 已提交
2865 2866 2867 2868
S:	Maintained

IA64 (Itanium) PLATFORM
P:	Tony Luck
2869
P:	Fenghua Yu
L
Linus Torvalds 已提交
2870
M:	tony.luck@intel.com
2871
M:	fenghua.yu@intel.com
L
Linus Torvalds 已提交
2872 2873
L:	linux-ia64@vger.kernel.org
W:	http://www.ia64-linux.org/
2874
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
L
Linus Torvalds 已提交
2875
S:	Maintained
J
Joe Perches 已提交
2876
F:	arch/ia64/
L
Linus Torvalds 已提交
2877 2878 2879 2880 2881 2882

IBM MCA SCSI SUBSYSTEM DRIVER
P:	Michael Lang
M:	langa2@kph.uni-mainz.de
W:	http://www.uni-mainz.de/~langm000/linux.html
S:	Maintained
J
Joe Perches 已提交
2883
F:	drivers/scsi/ibmmca.c
L
Linus Torvalds 已提交
2884 2885 2886 2887 2888

IBM Power Linux RAID adapter
P:	Brian King
M:	brking@us.ibm.com
S:	Supported
J
Joe Perches 已提交
2889
F:	drivers/scsi/ipr.*
L
Linus Torvalds 已提交
2890 2891 2892 2893 2894 2895

IBM ServeRAID RAID DRIVER
P:	Jack Hammer
P:	Dave Jeffery
M:	ipslinux@adaptec.com
W:	http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2896
S:	Supported
J
Joe Perches 已提交
2897
F:	drivers/scsi/ips.*
L
Linus Torvalds 已提交
2898

2899
IDE SUBSYSTEM
D
David S. Miller 已提交
2900 2901
P:	David S. Miller
M:	davem@davemloft.net
L
Linus Torvalds 已提交
2902
L:	linux-ide@vger.kernel.org
D
David S. Miller 已提交
2903
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
L
Linus Torvalds 已提交
2904
S:	Maintained
J
Joe Perches 已提交
2905 2906 2907
F:	Documentation/ide/
F:	drivers/ide/
F:	include/linux/ide.h
L
Linus Torvalds 已提交
2908

2909
IDE/ATAPI DRIVERS
B
Borislav Petkov 已提交
2910
P:	Borislav Petkov
2911
M:	petkovbb@gmail.com
J
Jens Axboe 已提交
2912
L:	linux-ide@vger.kernel.org
B
Borislav Petkov 已提交
2913
S:	Maintained
J
Joe Perches 已提交
2914 2915
F:	Documentation/cdrom/ide-cd
F:	drivers/ide/ide-cd*
L
Linus Torvalds 已提交
2916

A
Andy Henroid 已提交
2917 2918 2919 2920 2921
IDLE-I7300
P:	Andy Henroid
M:	andrew.d.henroid@intel.com
L:	linux-pm@lists.linux-foundation.org
S:	Supported
J
Joe Perches 已提交
2922
F:	drivers/idle/i7300_idle.c
A
Andy Henroid 已提交
2923

J
Joe Perches 已提交
2924
IEEE 1394 SUBSYSTEM
L
Linus Torvalds 已提交
2925
P:	Ben Collins
2926
M:	ben.collins@ubuntu.com
2927 2928
P:	Stefan Richter
M:	stefanr@s5r6.in-berlin.de
L
Linus Torvalds 已提交
2929 2930
L:	linux1394-devel@lists.sourceforge.net
W:	http://www.linux1394.org/
2931
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
L
Linus Torvalds 已提交
2932
S:	Maintained
J
Joe Perches 已提交
2933
F:	drivers/ieee1394/
L
Linus Torvalds 已提交
2934

J
Joe Perches 已提交
2935
IEEE 1394 RAW I/O DRIVER
L
Linus Torvalds 已提交
2936 2937
P:	Dan Dennedy
M:	dan@dennedy.org
2938 2939
P:	Stefan Richter
M:	stefanr@s5r6.in-berlin.de
L
Linus Torvalds 已提交
2940
L:	linux1394-devel@lists.sourceforge.net
2941
S:	Maintained
J
Joe Perches 已提交
2942
F:	drivers/ieee1394/raw1394*
2943

2944 2945 2946 2947 2948
IEEE 802.15.4 SUBSYSTEM
P:	Dmitry Eremin-Solenikov
M:	dbaryshkov@gmail.com
P:	Sergey Lapin
M:	slapin@ossfans.org
2949
L:	linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2950
W:	http://apps.sourceforge.net/trac/linux-zigbee
2951
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2952 2953
S:	Maintained
F:	net/ieee802154/
2954
F:	drivers/ieee802154/
2955

M
Mimi Zohar 已提交
2956 2957 2958 2959
INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
P:	Mimi Zohar
M:	zohar@us.ibm.com
S:	Supported
J
Joe Perches 已提交
2960
F:	security/integrity/ima/
M
Mimi Zohar 已提交
2961

L
Linus Torvalds 已提交
2962
IMS TWINTURBO FRAMEBUFFER DRIVER
2963
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
P
Paul Mundt 已提交
2964
S:	Orphan
J
Joe Perches 已提交
2965
F:	drivers/video/imsttfb.c
L
Linus Torvalds 已提交
2966 2967 2968

INFINIBAND SUBSYSTEM
P:	Roland Dreier
2969
M:	rolandd@cisco.com
L
Linus Torvalds 已提交
2970
P:	Sean Hefty
2971
M:	sean.hefty@intel.com
L
Linus Torvalds 已提交
2972
P:	Hal Rosenstock
2973
M:	hal.rosenstock@gmail.com
2974
L:	general@lists.openfabrics.org (moderated for non-subscribers)
L
Linus Torvalds 已提交
2975
W:	http://www.openib.org/
2976
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
L
Linus Torvalds 已提交
2977
S:	Supported
J
Joe Perches 已提交
2978 2979 2980
F:	Documentation/infiniband/
F:	drivers/infiniband/
F:	include/linux/if_infiniband.h
L
Linus Torvalds 已提交
2981

R
Robert Love 已提交
2982
INOTIFY
C
Cal Peake 已提交
2983
P:	John McCutchan
2984
M:	john@johnmccutchan.com
C
Cal Peake 已提交
2985
P:	Robert Love
2986
M:	rlove@rlove.org
2987 2988
P:	Eric Paris
M:	eparis@parisplace.org
R
Robert Love 已提交
2989
S:	Maintained
J
Joe Perches 已提交
2990 2991 2992
F:	Documentation/filesystems/inotify.txt
F:	fs/notify/inotify/
F:	include/linux/inotify.h
R
Robert Love 已提交
2993

R
Randy Dunlap 已提交
2994 2995 2996 2997 2998
INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
P:	Dmitry Torokhov
M:	dmitry.torokhov@gmail.com
M:	dtor@mail.ru
L:	linux-input@vger.kernel.org
2999
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
R
Randy Dunlap 已提交
3000
S:	Maintained
J
Joe Perches 已提交
3001
F:	drivers/input/
R
Randy Dunlap 已提交
3002

3003
INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
J
Jim Cromie 已提交
3004 3005
P:	Sylvain Meyer
M:	sylvain.meyer@worldonline.fr
3006
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
J
Jim Cromie 已提交
3007
S:	Maintained
J
Joe Perches 已提交
3008 3009
F:	Documentation/fb/intelfb.txt
F:	drivers/video/intelfb/
3010

L
Linus Torvalds 已提交
3011
INTEL 810/815 FRAMEBUFFER DRIVER
J
Jim Cromie 已提交
3012
P:	Antonino Daplas
3013
M:	adaplas@gmail.com
3014
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
J
Jim Cromie 已提交
3015
S:	Maintained
J
Joe Perches 已提交
3016
F:	drivers/video/i810/
L
Linus Torvalds 已提交
3017

T
Thomas, Sujith 已提交
3018 3019 3020 3021 3022 3023
INTEL MENLOW THERMAL DRIVER
P:	Sujith Thomas
M:	sujith.thomas@intel.com
L:	linux-acpi@vger.kernel.org
W:	http://www.lesswatts.org/projects/acpi/
S:	Supported
J
Joe Perches 已提交
3024
F:	drivers/platform/x86/intel_menlow.c
T
Thomas, Sujith 已提交
3025

L
Linus Torvalds 已提交
3026 3027
INTEL IA32 MICROCODE UPDATE SUPPORT
P:	Tigran Aivazian
T
Tigran Aivazian 已提交
3028
M:	tigran@aivazian.fsnet.co.uk
L
Linus Torvalds 已提交
3029
S:	Maintained
J
Joe Perches 已提交
3030 3031
F:	arch/x86/kernel/microcode_core.c
F:	arch/x86/kernel/microcode_intel.c
L
Linus Torvalds 已提交
3032

3033
INTEL I/OAT DMA DRIVER
3034 3035
P:	Maciej Sosnowski
M:	maciej.sosnowski@intel.com
3036
S:	Supported
J
Joe Perches 已提交
3037
F:	drivers/dma/ioat*
3038

3039 3040 3041 3042
INTEL IOMMU (VT-d)
P:	David Woodhouse
M:	dwmw2@infradead.org
L:	iommu@lists.linux-foundation.org
3043
T:	git git://git.infradead.org/iommu-2.6.git
3044
S:	Supported
J
Joe Perches 已提交
3045 3046
F:	drivers/pci/intel-iommu.c
F:	include/linux/intel-iommu.h
3047

3048 3049 3050 3051
INTEL IOP-ADMA DMA DRIVER
P:	Dan Williams
M:	dan.j.williams@intel.com
S:	Supported
J
Joe Perches 已提交
3052
F:	drivers/dma/iop-adma.c
3053

3054 3055 3056 3057
INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
P:	Krzysztof Halasa
M:	khc@pm.waw.pl
S:	Maintained
J
Joe Perches 已提交
3058 3059 3060 3061 3062 3063
F:	arch/arm/mach-ixp4xx/include/mach/qmgr.h
F:	arch/arm/mach-ixp4xx/include/mach/npe.h
F:	arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
F:	arch/arm/mach-ixp4xx/ixp4xx_npe.c
F:	drivers/net/arm/ixp4xx_eth.c
F:	drivers/net/wan/ixp4xx_hss.c
3064

3065 3066 3067 3068
INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
P:	Deepak Saxena
M:	dsaxena@plexity.net
S:	Maintained
J
Joe Perches 已提交
3069
F:	drivers/char/hw_random/ixp4xx-rng.c
3070

3071 3072 3073 3074 3075
INTEL IXP2000 ETHERNET DRIVER
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3076
F:	drivers/net/ixp2000/
3077

3078
INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
3079 3080
P:	Jeff Kirsher
M:	jeffrey.t.kirsher@intel.com
3081 3082
P:	Jesse Brandeburg
M:	jesse.brandeburg@intel.com
3083 3084
P:	Bruce Allan
M:	bruce.w.allan@intel.com
J
Jeff Kirsher 已提交
3085 3086
P:	PJ Waskiewicz
M:	peter.p.waskiewicz.jr@intel.com
3087 3088
P:	John Ronciak
M:	john.ronciak@intel.com
3089
L:	e1000-devel@lists.sourceforge.net
3090
W:	http://e1000.sourceforge.net/
L
Linus Torvalds 已提交
3091
S:	Supported
J
Joe Perches 已提交
3092 3093 3094 3095 3096 3097
F:	drivers/net/e100.c
F:	drivers/net/e1000/
F:	drivers/net/e1000e/
F:	drivers/net/igb/
F:	drivers/net/ixgb/
F:	drivers/net/ixgbe/
L
Linus Torvalds 已提交
3098

3099
INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3100
P:	Zhu Yi
3101 3102 3103
M:	yi.zhu@intel.com
P:	James Ketrenos
M:	jketreno@linux.intel.com
3104 3105
P:	Reinette Chatre
M:	reinette.chatre@intel.com
3106
L:	linux-wireless@vger.kernel.org
3107
L:	ipw2100-devel@lists.sourceforge.net
3108
W:	http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3109 3110
W:	http://ipw2100.sourceforge.net
S:	Supported
J
Joe Perches 已提交
3111 3112
F:	Documentation/networking/README.ipw2100
F:	drivers/net/wireless/ipw2x00/ipw2100.*
3113 3114

INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3115
P:	Zhu Yi
3116 3117 3118
M:	yi.zhu@intel.com
P:	James Ketrenos
M:	jketreno@linux.intel.com
3119 3120
P:	Reinette Chatre
M:	reinette.chatre@intel.com
3121
L:	linux-wireless@vger.kernel.org
3122
L:	ipw2100-devel@lists.sourceforge.net
3123
W:	http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3124 3125
W:	http://ipw2200.sourceforge.net
S:	Supported
J
Joe Perches 已提交
3126 3127
F:	Documentation/networking/README.ipw2200
F:	drivers/net/wireless/ipw2x00/ipw2200.*
3128

3129 3130 3131 3132 3133 3134 3135
INTEL WIRELESS WIMAX CONNECTION 2400
P:	Inaky Perez-Gonzalez
M:	inaky.perez-gonzalez@intel.com
M:	linux-wimax@intel.com
L:	wimax@linuxwimax.org
S:	Supported
W:	http://linuxwimax.org
J
Joe Perches 已提交
3136 3137 3138
F:	Documentation/wimax/README.i2400m
F:	drivers/net/wimax/i2400m/
F:	include/linux/wimax/i2400m.h
3139

Z
Zhu Yi 已提交
3140 3141 3142
INTEL WIRELESS WIFI LINK (iwlwifi)
P:	Zhu Yi
M:	yi.zhu@intel.com
3143 3144
P:	Reinette Chatre
M:	reinette.chatre@intel.com
Z
Zhu Yi 已提交
3145 3146 3147
L:	linux-wireless@vger.kernel.org
L:	ipw3945-devel@lists.sourceforge.net
W:	http://intellinuxwireless.org
3148
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Z
Zhu Yi 已提交
3149
S:	Supported
J
Joe Perches 已提交
3150
F:	drivers/net/wireless/iwlwifi/
Z
Zhu Yi 已提交
3151

3152
IOC3 ETHERNET DRIVER
L
Linus Torvalds 已提交
3153 3154 3155 3156
P:	Ralf Baechle
M:	ralf@linux-mips.org
L:	linux-mips@linux-mips.org
S:	Maintained
J
Joe Perches 已提交
3157
F:	drivers/net/ioc3-eth.c
L
Linus Torvalds 已提交
3158

3159 3160 3161
IOC3 SERIAL DRIVER
P:	Pat Gefre
M:	pfg@sgi.com
J
Joe Perches 已提交
3162
L:	linux-mips@linux-mips.org
3163
S:	Maintained
J
Joe Perches 已提交
3164
F:	drivers/serial/ioc3_serial.c
3165

3166
IP MASQUERADING
L
Linus Torvalds 已提交
3167 3168 3169
P:	Juanjo Ciarlante
M:	jjciarla@raiz.uncu.edu.ar
S:	Maintained
J
Joe Perches 已提交
3170
F:	net/ipv4/netfilter/ipt_MASQUERADE.c
L
Linus Torvalds 已提交
3171

3172 3173 3174 3175 3176 3177 3178 3179 3180
IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
P:	Francois Romieu
M:	romieu@fr.zoreil.com
P:	Sorbica Shieh
M:	sorbica@icplus.com.tw
P:	Jesse Huang
M:	jesse@icplus.com.tw
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3181
F:	drivers/net/ipg.c
3182

3183
IPATH DRIVER
A
Arthur Jones 已提交
3184
P:	Ralph Campbell
3185 3186 3187
M:	infinipath@qlogic.com
L:	general@lists.openfabrics.org
T:	git git://git.qlogic.com/ipath-linux-2.6
3188
S:	Supported
J
Joe Perches 已提交
3189
F:	drivers/infiniband/hw/ipath/
3190

C
Corey Minyard 已提交
3191 3192 3193 3194 3195 3196
IPMI SUBSYSTEM
P:	Corey Minyard
M:	minyard@acm.org
L:	openipmi-developer@lists.sourceforge.net
W:	http://openipmi.sourceforge.net/
S:	Supported
J
Joe Perches 已提交
3197 3198 3199
F:	Documentation/IPMI.txt
F:	drivers/char/ipmi/
F:	include/linux/ipmi*
C
Corey Minyard 已提交
3200

R
Randy Dunlap 已提交
3201 3202 3203 3204 3205 3206
IPS SCSI RAID DRIVER
P:	Adaptec OEM Raid Solutions
M:	aacraid@adaptec.com
L:	linux-scsi@vger.kernel.org
W:	http://www.adaptec.com/
S:	Maintained
J
Joe Perches 已提交
3207
F:	drivers/scsi/ips*
R
Randy Dunlap 已提交
3208 3209 3210 3211 3212 3213 3214 3215

IPVS
P:	Wensong Zhang
M:	wensong@linux-vs.org
P:	Simon Horman
M:	horms@verge.net.au
P:	Julian Anastasov
M:	ja@ssi.bg
3216
L:	netdev@vger.kernel.org
R
Randy Dunlap 已提交
3217
L:	lvs-devel@vger.kernel.org
L
Linus Torvalds 已提交
3218
S:	Maintained
J
Joe Perches 已提交
3219 3220
F:	Documentation/networking/ipvs-sysctl.txt
F:	net/netfilter/ipvs/
L
Linus Torvalds 已提交
3221

R
Randy Dunlap 已提交
3222
IPWIRELESS DRIVER
3223 3224 3225 3226 3227
P:	Jiri Kosina
M:	jkosina@suse.cz
P:	David Sterba
M:	dsterba@suse.cz
S:	Maintained
3228
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
J
Joe Perches 已提交
3229
F:	drivers/char/pcmcia/ipwireless/
3230

R
Randy Dunlap 已提交
3231 3232 3233 3234 3235
IPX NETWORK LAYER
P:	Arnaldo Carvalho de Melo
M:	acme@ghostprotocols.net
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3236 3237 3238
F:	include/linux/ipx.h
F:	include/net/ipx.h
F:	net/ipx/
R
Randy Dunlap 已提交
3239

L
Linus Torvalds 已提交
3240
IRDA SUBSYSTEM
S
Samuel Ortiz 已提交
3241 3242
P:	Samuel Ortiz
M:	samuel@sortiz.org
3243
L:	irda-users@lists.sourceforge.net (subscribers-only)
L
Linus Torvalds 已提交
3244
W:	http://irda.sourceforge.net/
S
Samuel Ortiz 已提交
3245
S:	Maintained
3246
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
J
Joe Perches 已提交
3247 3248 3249 3250
F:	Documentation/networking/irda.txt
F:	drivers/net/irda/
F:	include/net/irda/
F:	net/irda/
L
Linus Torvalds 已提交
3251

R
Randy Dunlap 已提交
3252 3253 3254 3255
ISAPNP
P:	Jaroslav Kysela
M:	perex@perex.cz
S:	Maintained
J
Joe Perches 已提交
3256 3257 3258
F:	Documentation/isapnp.txt
F:	drivers/pnp/isapnp/
F:	include/linux/isapnp.h
R
Randy Dunlap 已提交
3259

M
Mike Christie 已提交
3260 3261 3262 3263 3264
ISCSI
P:	Mike Christie
M:	michaelc@cs.wisc.edu
L:	open-iscsi@googlegroups.com
W:	www.open-iscsi.org
3265
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
M
Mike Christie 已提交
3266
S:	Maintained
J
Joe Perches 已提交
3267 3268
F:	drivers/scsi/*iscsi*
F:	include/scsi/*iscsi*
M
Mike Christie 已提交
3269

L
Linus Torvalds 已提交
3270 3271
ISDN SUBSYSTEM
P:	Karsten Keil
K
Karsten Keil 已提交
3272
M:	isdn@linux-pingi.de
3273
L:	isdn4linux@listserv.isdn4linux.de (subscribers-only)
L
Linus Torvalds 已提交
3274
W:	http://www.isdn4linux.de
3275
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
L
Linus Torvalds 已提交
3276
S:	Maintained
J
Joe Perches 已提交
3277 3278 3279 3280
F:	Documentation/isdn/
F:	drivers/isdn/
F:	include/linux/isdn.h
F:	include/linux/isdn/
L
Linus Torvalds 已提交
3281 3282 3283 3284

ISDN SUBSYSTEM (Eicon active card driver)
P:	Armin Schindler
M:	mac@melware.de
3285
L:	isdn4linux@listserv.isdn4linux.de (subscribers-only)
L
Linus Torvalds 已提交
3286 3287
W:	http://www.melware.de
S:	Maintained
J
Joe Perches 已提交
3288
F:	drivers/isdn/hardware/eicon/
L
Linus Torvalds 已提交
3289

3290 3291 3292 3293 3294
IVTV VIDEO4LINUX DRIVER
P:	Hans Verkuil
M:	hverkuil@xs4all.nl
L:	ivtv-devel@ivtvdriver.org
L:	ivtv-users@ivtvdriver.org
3295
L:	linux-media@vger.kernel.org
3296
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3297 3298
W:	http://www.ivtvdriver.org
S:	Maintained
J
Joe Perches 已提交
3299 3300 3301
F:	Documentation/video4linux/*.ivtv
F:	drivers/media/video/ivtv/
F:	include/linux/ivtv*
3302

R
Randy Dunlap 已提交
3303 3304
JFS FILESYSTEM
P:	Dave Kleikamp
D
Dave Kleikamp 已提交
3305
M:	shaggy@linux.vnet.ibm.com
R
Randy Dunlap 已提交
3306 3307
L:	jfs-discussion@lists.sourceforge.net
W:	http://jfs.sourceforge.net/
3308
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
D
Dave Kleikamp 已提交
3309
S:	Maintained
J
Joe Perches 已提交
3310 3311
F:	Documentation/filesystems/jfs.txt
F:	fs/jfs/
R
Randy Dunlap 已提交
3312

3313 3314 3315 3316 3317
JME NETWORK DRIVER
P:	Guo-Fu Tseng
M:	cooldavid@cooldavid.org
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3318
F:	drivers/net/jme.*
3319

L
Linus Torvalds 已提交
3320 3321 3322
JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
P:	David Woodhouse
M:	dwmw2@infradead.org
3323 3324
L:	linux-mtd@lists.infradead.org
W:	http://www.linux-mtd.infradead.org/doc/jffs2.html
L
Linus Torvalds 已提交
3325
S:	Maintained
J
Joe Perches 已提交
3326 3327
F:	fs/jffs2/
F:	include/linux/jffs2.h
L
Linus Torvalds 已提交
3328

3329
JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
J
Joe Perches 已提交
3330 3331 3332 3333
P:	Stephen Tweedie
M:	sct@redhat.com
P:	Andrew Morton
M:	akpm@linux-foundation.org
3334
L:	linux-ext4@vger.kernel.org
3335
S:	Maintained
J
Joe Perches 已提交
3336 3337 3338
F:	fs/jbd*/
F:	include/linux/ext*jbd*.h
F:	include/linux/jbd*.h
3339

R
Rudolf Marek 已提交
3340 3341 3342 3343
K8TEMP HARDWARE MONITORING DRIVER
P:	Rudolf Marek
M:	r.marek@assembler.cz
L:	lm-sensors@lm-sensors.org
3344
S:	Maintained
J
Joe Perches 已提交
3345 3346
F:	Documentation/hwmon/k8temp
F:	drivers/hwmon/k8temp.c
3347

L
Linus Torvalds 已提交
3348 3349 3350
KCONFIG
P:	Roman Zippel
M:	zippel@linux-m68k.org
S
Sam Ravnborg 已提交
3351
L:	linux-kbuild@vger.kernel.org
L
Linus Torvalds 已提交
3352
S:	Maintained
J
Joe Perches 已提交
3353 3354
F:	Documentation/kbuild/kconfig-language.txt
F:	scripts/kconfig/
L
Linus Torvalds 已提交
3355

3356 3357
KDUMP
P:	Vivek Goyal
V
Vivek Goyal 已提交
3358
M:	vgoyal@redhat.com
3359 3360
P:	Haren Myneni
M:	hbabu@us.ibm.com
3361
L:	kexec@lists.infradead.org
3362 3363
W:	http://lse.sourceforge.net/kdump/
S:	Maintained
3364
F:	Documentation/kdump/
3365

L
Linus Torvalds 已提交
3366 3367 3368 3369 3370
KERNEL AUTOMOUNTER (AUTOFS)
P:	H. Peter Anvin
M:	hpa@zytor.com
L:	autofs@linux.kernel.org
S:	Odd Fixes
J
Joe Perches 已提交
3371
F:	fs/autofs/
L
Linus Torvalds 已提交
3372 3373 3374 3375 3376 3377

KERNEL AUTOMOUNTER v4 (AUTOFS4)
P:	Ian Kent
M:	raven@themaw.net
L:	autofs@linux.kernel.org
S:	Maintained
J
Joe Perches 已提交
3378
F:	fs/autofs4/
L
Linus Torvalds 已提交
3379

J
Joe Perches 已提交
3380
KERNEL BUILD
L
Linus Torvalds 已提交
3381 3382
P:	Sam Ravnborg
M:	sam@ravnborg.org
3383 3384
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
S
Sam Ravnborg 已提交
3385
L:	linux-kbuild@vger.kernel.org
3386
S:	Maintained
J
Joe Perches 已提交
3387 3388 3389
F:	Documentation/kbuild/
F:	Makefile
F:	scripts/Makefile.*
L
Linus Torvalds 已提交
3390 3391 3392

KERNEL JANITORS
P:	Several
3393
L:	kernel-janitors@vger.kernel.org
L
Linus Torvalds 已提交
3394 3395 3396
W:	http://www.kerneljanitors.org/
S:	Maintained

3397
KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3398 3399
P:	J. Bruce Fields
M:	bfields@fieldses.org
L
Linus Torvalds 已提交
3400
P:	Neil Brown
3401
M:	neilb@suse.de
3402
L:	linux-nfs@vger.kernel.org
L
Linus Torvalds 已提交
3403
W:	http://nfs.sourceforge.net/
3404
S:	Supported
J
Joe Perches 已提交
3405 3406 3407 3408 3409 3410 3411
F:	fs/nfsd/
F:	include/linux/nfsd/
F:	fs/lockd/
F:	fs/nfs_common/
F:	net/sunrpc/
F:	include/linux/lockd/
F:	include/linux/sunrpc/
L
Linus Torvalds 已提交
3412

A
Avi Kivity 已提交
3413 3414
KERNEL VIRTUAL MACHINE (KVM)
P:	Avi Kivity
3415
M:	avi@redhat.com
3416 3417
L:	kvm@vger.kernel.org
W:	http://kvm.qumranet.com
A
Avi Kivity 已提交
3418
S:	Supported
J
Joe Perches 已提交
3419 3420 3421 3422 3423
F:	Documentation/*/kvm.txt
F:	arch/*/kvm/
F:	arch/*/include/asm/kvm*
F:	include/linux/kvm*
F:	virt/kvm/
A
Avi Kivity 已提交
3424

3425 3426 3427
KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
P:	Joerg Roedel
M:	joerg.roedel@amd.com
3428 3429
L:	kvm@vger.kernel.org
W:	http://kvm.qumranet.com
A
Avi Kivity 已提交
3430
S:	Supported
J
Joe Perches 已提交
3431 3432 3433
F:	arch/x86/include/asm/svm.h
F:	arch/x86/kvm/kvm_svm.h
F:	arch/x86/kvm/svm.c
A
Avi Kivity 已提交
3434

3435 3436 3437
KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
P:	Hollis Blanchard
M:	hollisb@us.ibm.com
3438 3439
L:	kvm-ppc@vger.kernel.org
W:	http://kvm.qumranet.com
3440
S:	Supported
J
Joe Perches 已提交
3441 3442
F:	arch/powerpc/include/asm/kvm*
F:	arch/powerpc/kvm/
3443

3444
KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3445 3446
P:	Xiantao Zhang
M:	xiantao.zhang@intel.com
3447 3448
L:	kvm-ia64@vger.kernel.org
W:	http://kvm.qumranet.com
3449
S:	Supported
J
Joe Perches 已提交
3450 3451 3452
F:	Documentation/ia64/kvm.txt
F:	arch/ia64/include/asm/kvm*
F:	arch/ia64/kvm/
3453

3454 3455 3456 3457 3458 3459 3460 3461 3462
KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
P:	Carsten Otte
M:	cotte@de.ibm.com
P:	Christian Borntraeger
M:	borntraeger@de.ibm.com
M:	linux390@de.ibm.com
L:	linux-s390@vger.kernel.org
W:	http://www.ibm.com/developerworks/linux/linux390/
S:	Supported
J
Joe Perches 已提交
3463 3464
F:	Documentation/s390/kvm.txt
F:	arch/s390/include/asm/kvm*
3465
F:	arch/s390/kvm/
3466

3467 3468 3469
KEXEC
P:	Eric Biederman
M:	ebiederm@xmission.com
3470
W:	http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3471
L:	kexec@lists.infradead.org
3472
S:	Maintained
J
Joe Perches 已提交
3473 3474
F:	include/linux/kexec.h
F:	kernel/kexec.c
3475

J
Jason Wessel 已提交
3476 3477 3478 3479 3480
KGDB
P:	Jason Wessel
M:	jason.wessel@windriver.com
L:	kgdb-bugreport@lists.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
3481 3482 3483 3484 3485
F:	Documentation/DocBook/kgdb.tmpl
F:	drivers/misc/kgdbts.c
F:	drivers/serial/kgdboc.c
F:	include/linux/kgdb.h
F:	kernel/kgdb.c
J
Jason Wessel 已提交
3486

3487 3488 3489 3490 3491
KMEMCHECK
P:	Vegard Nossum
M:	vegardno@ifi.uio.no
P	Pekka Enberg
M:	penberg@cs.helsinki.fi
3492 3493 3494
L:	linux-kernel@vger.kernel.org
S:	Maintained

3495 3496 3497 3498 3499 3500 3501 3502 3503 3504
KMEMLEAK
P:	Catalin Marinas
M:	catalin.marinas@arm.com
L:	linux-kernel@vger.kernel.org
S:	Maintained
F:	Documentation/kmemleak.txt
F:	include/linux/kmemleak.h
F:	mm/kmemleak.c
F:	mm/kmemleak-test.c

3505 3506 3507 3508
KMEMTRACE
P:	Eduard - Gabriel Munteanu
M:	eduard.munteanu@linux360.ro
S:	Maintained
3509
F:	Documentation/trace/kmemtrace.txt
3510
F:	include/linux/kmemtrace.h
J
Joe Perches 已提交
3511
F:	kernel/trace/kmemtrace.c
3512

3513 3514 3515 3516 3517 3518 3519
KPROBES
P:	Ananth N Mavinakayanahalli
M:	ananth@in.ibm.com
P:	Anil S Keshavamurthy
M:	anil.s.keshavamurthy@intel.com
P:	David S. Miller
M:	davem@davemloft.net
M
Masami Hiramatsu 已提交
3520 3521
P:	Masami Hiramatsu
M:	mhiramat@redhat.com
3522
S:	Maintained
J
Joe Perches 已提交
3523 3524 3525
F:	Documentation/kprobes.txt
F:	include/linux/kprobes.h
F:	kernel/kprobes.c
3526

3527 3528
KS0108 LCD CONTROLLER DRIVER
P:	Miguel Ojeda Sandonis
M
Miguel Ojeda 已提交
3529 3530 3531
M:	miguel.ojeda.sandonis@gmail.com
W:	http://miguelojeda.es/auxdisplay.htm
W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3532
S:	Maintained
J
Joe Perches 已提交
3533 3534 3535
F:	Documentation/auxdisplay/ks0108
F:	drivers/auxdisplay/ks0108.c
F:	include/linux/ks0108.h
3536

L
Linus Torvalds 已提交
3537 3538
LAPB module
L:	linux-x25@vger.kernel.org
3539
S:	Orphan
J
Joe Perches 已提交
3540 3541 3542
F:	Documentation/networking/lapb-module.txt
F:	include/*/lapb.h
F:	net/lapb/
L
Linus Torvalds 已提交
3543 3544 3545 3546 3547 3548

LASI 53c700 driver for PARISC
P:	James E.J. Bottomley
M:	James.Bottomley@HansenPartnership.com
L:	linux-scsi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3549 3550
F:	Documentation/scsi/53c700.txt
F:	drivers/scsi/53c700*
L
Linus Torvalds 已提交
3551

3552 3553 3554 3555
LED SUBSYSTEM
P:	Richard Purdie
M:	rpurdie@rpsys.net
S:	Maintained
J
Joe Perches 已提交
3556 3557
F:	drivers/leds/
F:	include/linux/leds.h
3558

L
Linus Torvalds 已提交
3559 3560 3561 3562 3563 3564
LEGO USB Tower driver
P:	Juergen Stuber
M:	starblue@users.sourceforge.net
L:	legousb-devel@lists.sourceforge.net
W:	http://legousb.sourceforge.net/
S:	Maintained
J
Joe Perches 已提交
3565
F:	drivers/usb/misc/legousbtower.c
L
Linus Torvalds 已提交
3566

R
Rusty Russell 已提交
3567 3568 3569 3570 3571 3572
LGUEST
P:	Rusty Russell
M:	rusty@rustcorp.com.au
L:	lguest@ozlabs.org
W:	http://lguest.ozlabs.org/
S:	Maintained
J
Joe Perches 已提交
3573 3574 3575 3576 3577
F:	Documentation/lguest/
F:	arch/x86/lguest/
F:	drivers/lguest/
F:	include/linux/lguest*.h
F:	arch/x86/include/asm/lguest*.h
R
Rusty Russell 已提交
3578

L
Linus Torvalds 已提交
3579 3580 3581 3582 3583 3584
LINUX FOR IBM pSERIES (RS/6000)
P:	Paul Mackerras
M:	paulus@au.ibm.com
W:	http://www.ibm.com/linux/ltc/projects/ppc
S:	Supported

P
Paul Mackerras 已提交
3585 3586 3587
LINUX FOR POWERPC (32-BIT AND 64-BIT)
P:	Benjamin Herrenschmidt
M:	benh@kernel.crashing.org
P
Paul Mackerras 已提交
3588 3589
P:	Paul Mackerras
M:	paulus@samba.org
L
Linus Torvalds 已提交
3590 3591
W:	http://www.penguinppc.org/
L:	linuxppc-dev@ozlabs.org
3592
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
L
Linus Torvalds 已提交
3593 3594 3595 3596 3597 3598 3599 3600 3601
S:	Supported

LINUX FOR POWER MACINTOSH
P:	Benjamin Herrenschmidt
M:	benh@kernel.crashing.org
W:	http://www.penguinppc.org/
L:	linuxppc-dev@ozlabs.org
S:	Maintained

3602
LINUX FOR POWERPC EMBEDDED MPC5XXX
3603 3604
P:	Grant Likely
M:	grant.likely@secretlab.ca
L
Linus Torvalds 已提交
3605
L:	linuxppc-dev@ozlabs.org
3606
T:	git git://git.secretlab.ca/git/linux-2.6.git
L
Linus Torvalds 已提交
3607 3608 3609
S:	Maintained

LINUX FOR POWERPC EMBEDDED PPC4XX
3610 3611
P:	Josh Boyer
M:	jwboyer@linux.vnet.ibm.com
L
Linus Torvalds 已提交
3612 3613 3614
P:	Matt Porter
M:	mporter@kernel.crashing.org
W:	http://www.penguinppc.org/
3615
L:	linuxppc-dev@ozlabs.org
3616
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
L
Linus Torvalds 已提交
3617 3618
S:	Maintained

3619 3620 3621
LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
P:	Grant Likely
M:	grant.likely@secretlab.ca
3622
W:	http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3623
L:	linuxppc-dev@ozlabs.org
3624
T:	git git://git.secretlab.ca/git/linux-2.6.git
L
Linus Torvalds 已提交
3625 3626
S:	Maintained

3627
LINUX FOR POWERPC EMBEDDED PPC8XX
3628 3629
P:	Vitaly Bordug
M:	vitb@kernel.crashing.org
3630
P:	Marcelo Tosatti
M
Marcelo Tosatti 已提交
3631
M:	marcelo@kvack.org
3632
W:	http://www.penguinppc.org/
3633
L:	linuxppc-dev@ozlabs.org
3634 3635
S:	Maintained

L
Linus Torvalds 已提交
3636
LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
J
Jim Cromie 已提交
3637 3638 3639
P:	Kumar Gala
M:	galak@kernel.crashing.org
W:	http://www.penguinppc.org/
3640
L:	linuxppc-dev@ozlabs.org
J
Jim Cromie 已提交
3641
S:	Maintained
L
Linus Torvalds 已提交
3642

3643 3644 3645 3646 3647 3648 3649
LINUX FOR POWERPC PA SEMI PWRFICIENT
P:	Olof Johansson
M:	olof@lixom.net
W:	http://www.pasemi.com/
L:	linuxppc-dev@ozlabs.org
S:	Supported

L
Linus Torvalds 已提交
3650 3651
LINUX SECURITY MODULE (LSM) FRAMEWORK
P:	Chris Wright
C
Chris Wright 已提交
3652
M:	chrisw@sous-sol.org
C
Chris Wright 已提交
3653
L:	linux-security-module@vger.kernel.org
3654
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
L
Linus Torvalds 已提交
3655 3656
S:	Supported

R
Randy Dunlap 已提交
3657 3658 3659 3660
LLC (802.2)
P:	Arnaldo Carvalho de Melo
M:	acme@ghostprotocols.net
S:	Maintained
J
Joe Perches 已提交
3661 3662 3663
F:	include/linux/llc.h
F:	include/net/llc*
F:	net/llc/
R
Randy Dunlap 已提交
3664

P
Pavel Machek 已提交
3665 3666 3667 3668
LIS3LV02D ACCELEROMETER DRIVER
P:	Eric Piel
M:	eric.piel@tremplin-utc.net
S:	Maintained
J
Joe Perches 已提交
3669 3670
F:	Documentation/hwmon/lis3lv02d
F:	drivers/hwmon/lis3lv02d.*
P
Pavel Machek 已提交
3671

L
Linus Torvalds 已提交
3672 3673 3674
LM83 HARDWARE MONITOR DRIVER
P:	Jean Delvare
M:	khali@linux-fr.org
3675
L:	lm-sensors@lm-sensors.org
L
Linus Torvalds 已提交
3676
S:	Maintained
J
Joe Perches 已提交
3677 3678
F:	Documentation/hwmon/lm83
F:	drivers/hwmon/lm83.c
L
Linus Torvalds 已提交
3679 3680 3681 3682

LM90 HARDWARE MONITOR DRIVER
P:	Jean Delvare
M:	khali@linux-fr.org
3683
L:	lm-sensors@lm-sensors.org
L
Linus Torvalds 已提交
3684
S:	Maintained
J
Joe Perches 已提交
3685 3686
F:	Documentation/hwmon/lm90
F:	drivers/hwmon/lm90.c
L
Linus Torvalds 已提交
3687

P
Peter Zijlstra 已提交
3688 3689 3690 3691 3692
LOCKDEP AND LOCKSTAT
P:	Peter Zijlstra
M:	peterz@infradead.org
P:	Ingo Molnar
M:	mingo@redhat.com
3693
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
P
Peter Zijlstra 已提交
3694
S:	Maintained
J
Joe Perches 已提交
3695 3696 3697 3698
F:	Documentation/lockdep*.txt
F:	Documentation/lockstat.txt
F:	include/linux/lockdep.h
F:	kernel/lockdep*
P
Peter Zijlstra 已提交
3699

3700
LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
L
Linus Torvalds 已提交
3701 3702
P:	Richard Russon (FlatCap)
M:	ldm@flatcap.org
3703 3704
L:	linux-ntfs-dev@lists.sourceforge.net
W:	http://www.linux-ntfs.org/content/view/19/37/
L
Linus Torvalds 已提交
3705
S:	Maintained
J
Joe Perches 已提交
3706 3707
F:	Documentation/ldm.txt
F:	fs/partitions/ldm.*
L
Linus Torvalds 已提交
3708

3709 3710
LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
P:	Eric Moore
3711 3712
M:	Eric.Moore@lsi.com
M:	support@lsi.com
3713
L:	DL-MPTFusionLinux@lsi.com
3714 3715 3716
L:	linux-scsi@vger.kernel.org
W:	http://www.lsilogic.com/support
S:	Supported
J
Joe Perches 已提交
3717
F:	drivers/message/fusion/
3718

L
Linus Torvalds 已提交
3719 3720 3721 3722 3723
LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
P:	Matthew Wilcox
M:	matthew@wil.cx
L:	linux-scsi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3724
F:	drivers/scsi/sym53c8xx_2/
L
Linus Torvalds 已提交
3725

3726 3727 3728 3729 3730 3731 3732
LTP (Linux Test Project)
P:	Subrata Modak
M:	subrata@linux.vnet.ibm.com
P:	Mike Frysinger
M:	vapier@gentoo.org
L:	ltp-list@lists.sourceforge.net (subscribers-only)
W:	http://ltp.sourceforge.net/
3733
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3734 3735
S:	Maintained

3736 3737 3738 3739 3740 3741 3742
M32R ARCHITECTURE
P:	Hirokazu Takata
M:	takata@linux-m32r.org
L:	linux-m32r@ml.linux-m32r.org
L:	linux-m32r-ja@ml.linux-m32r.org (in Japanese)
W:	http://www.linux-m32r.org/
S:	Maintained
J
Joe Perches 已提交
3743
F:	arch/m32r/
3744

L
Linus Torvalds 已提交
3745 3746 3747 3748 3749 3750 3751
M68K ARCHITECTURE
P:	Geert Uytterhoeven
M:	geert@linux-m68k.org
P:	Roman Zippel
M:	zippel@linux-m68k.org
L:	linux-m68k@lists.linux-m68k.org
W:	http://www.linux-m68k.org/
3752
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
L
Linus Torvalds 已提交
3753
S:	Maintained
J
Joe Perches 已提交
3754
F:	arch/m68k/
J
Joe Perches 已提交
3755
F:	drivers/zorro/
L
Linus Torvalds 已提交
3756 3757 3758 3759 3760

M68K ON APPLE MACINTOSH
P:	Joshua Thompson
M:	funaho@jurai.org
W:	http://www.mac.linux-m68k.org/
F
Finn Thain 已提交
3761
L:	linux-m68k@lists.linux-m68k.org
L
Linus Torvalds 已提交
3762
S:	Maintained
J
Joe Perches 已提交
3763
F:	arch/m68k/mac/
L
Linus Torvalds 已提交
3764 3765 3766 3767 3768 3769

M68K ON HP9000/300
P:	Philip Blundell
M:	philb@gnu.org
W:	http://www.tazenda.demon.co.uk/phil/linux-hp
S:	Maintained
J
Joe Perches 已提交
3770
F:	arch/m68k/hp300/
L
Linus Torvalds 已提交
3771

3772
MAC80211
3773 3774
P:	Johannes Berg
M:	johannes@sipsolutions.net
3775 3776
L:	linux-wireless@vger.kernel.org
W:	http://linuxwireless.org/
3777
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3778
S:	Maintained
J
Joe Perches 已提交
3779 3780 3781
F:	Documentation/networking/mac80211-injection.txt
F:	include/net/mac80211.h
F:	net/mac80211/
3782

3783 3784 3785 3786 3787 3788 3789
MAC80211 PID RATE CONTROL
P:	Stefano Brivio
M:	stefano.brivio@polimi.it
P:	Mattias Nissler
M:	mattias.nissler@gmx.de
L:	linux-wireless@vger.kernel.org
W:	http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3790
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3791
S:	Maintained
J
Joe Perches 已提交
3792
F:	net/mac80211/rc80211_pid*
3793

P
Patrick McHardy 已提交
3794 3795 3796 3797 3798
MACVLAN DRIVER
P:	Patrick McHardy
M:	kaber@trash.net
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3799 3800
F:	drivers/net/macvlan.c
F:	include/linux/if_macvlan.h
P
Patrick McHardy 已提交
3801

3802
MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
J
Jim Cromie 已提交
3803
P:	Michael Kerrisk
3804
M:	mtk.manpages@gmail.com
3805
W:	http://www.kernel.org/doc/man-pages
3806
L:	linux-man@vger.kernel.org
3807
S:	Maintained
3808

3809 3810 3811 3812 3813
MARVELL LIBERTAS WIRELESS DRIVER
P:	Dan Williams
M:	dcbw@redhat.com
L:	libertas-dev@lists.infradead.org
S:	Maintained
J
Joe Perches 已提交
3814
F:	drivers/net/wireless/libertas/
3815

3816
MARVELL MV643XX ETHERNET DRIVER
D
Dale Farnsworth 已提交
3817 3818
P:	Lennert Buytenhek
M:	buytenh@marvell.com
3819
L:	netdev@vger.kernel.org
D
Dale Farnsworth 已提交
3820
S:	Supported
J
Joe Perches 已提交
3821 3822
F:	drivers/net/mv643xx_eth.*
F:	include/linux/mv643xx.h
L
Linus Torvalds 已提交
3823

3824 3825 3826 3827 3828
MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
P:	Nicolas Pitre
M:	nico@cam.org
S:	Maintained

R
Randy Dunlap 已提交
3829 3830 3831 3832 3833 3834 3835 3836
MARVELL YUKON / SYSKONNECT DRIVER
P:	Mirko Lindner
M:	mlindner@syskonnect.de
P:	Ralph Roesler
M:	rroesler@syskonnect.de
W:	http://www.syskonnect.com
S:	Supported

L
Linus Torvalds 已提交
3837 3838 3839
MATROX FRAMEBUFFER DRIVER
P:	Petr Vandrovec
M:	vandrove@vc.cvut.cz
3840
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
L
Linus Torvalds 已提交
3841
S:	Maintained
J
Joe Perches 已提交
3842 3843
F:	drivers/video/matrox/matroxfb_*
F:	include/linux/matroxfb.h
L
Linus Torvalds 已提交
3844

H
Hans-Juergen Koch 已提交
3845 3846 3847 3848 3849
MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
P:	Hans J. Koch
M:	hjk@linutronix.de
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
3850 3851
F:	Documentation/hwmon/max6650
F:	drivers/hwmon/max6650.c
H
Hans-Juergen Koch 已提交
3852

3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866
MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
P:	Mauro Carvalho Chehab
M:	mchehab@infradead.org
P:	LinuxTV.org Project
L:	linux-media@vger.kernel.org
W:	http://linuxtv.org
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
S:	Maintained
F:	Documentation/dvb/
F:	Documentation/video4linux/
F:	drivers/media/
F:	include/media/
F:	include/linux/dvb/
F:	include/linux/videodev*.h
H
Hans-Juergen Koch 已提交
3867

3868
MEGARAID SCSI DRIVERS
J
Jim Cromie 已提交
3869
P:	Neela Syam Kolli
3870
M:	megaraidlinux@lsi.com
J
Jean Delvare 已提交
3871
L:	linux-scsi@vger.kernel.org
J
Jim Cromie 已提交
3872 3873
W:	http://megaraid.lsilogic.com
S:	Maintained
J
Joe Perches 已提交
3874 3875 3876
F:	Documentation/scsi/megaraid.txt
F:	drivers/scsi/megaraid.*
F:	drivers/scsi/megaraid/
3877

3878 3879 3880 3881
MEMORY MANAGEMENT
L:	linux-mm@kvack.org
W:	http://www.linux-mm.org
S:	Maintained
J
Joe Perches 已提交
3882 3883
F:	include/linux/mm.h
F:	mm/
3884

3885 3886 3887 3888 3889 3890 3891 3892 3893
MEMORY RESOURCE CONTROLLER
P:	Balbir Singh
M:	balbir@linux.vnet.ibm.com
P:	Pavel Emelyanov
M:	xemul@openvz.org
P:	KAMEZAWA Hiroyuki
M:	kamezawa.hiroyu@jp.fujitsu.com
L:	linux-mm@kvack.org
S:	Maintained
J
Joe Perches 已提交
3894
F:	mm/memcontrol.c
3895

3896
MEMORY TECHNOLOGY DEVICES (MTD)
L
Linus Torvalds 已提交
3897 3898 3899 3900
P:	David Woodhouse
M:	dwmw2@infradead.org
W:	http://www.linux-mtd.infradead.org/
L:	linux-mtd@lists.infradead.org
3901
T:	git git://git.infradead.org/mtd-2.6.git
L
Linus Torvalds 已提交
3902
S:	Maintained
J
Joe Perches 已提交
3903 3904 3905
F:	drivers/mtd/
F:	include/linux/mtd/
F:	include/mtd/
L
Linus Torvalds 已提交
3906

3907 3908 3909 3910 3911 3912 3913
MICROBLAZE ARCHITECTURE
P:	Michal Simek
M:	monstr@monstr.eu
L:	microblaze-uclinux@itee.uq.edu.au
W:	http://www.monstr.eu/fdt/
T:	git git://git.monstr.eu/linux-2.6-microblaze.git
S:	Supported
3914
F:	arch/microblaze/
L
Linus Torvalds 已提交
3915 3916 3917 3918 3919

MICROTEK X6 SCANNER
P:	Oliver Neukum
M:	oliver@neukum.name
S:	Maintained
J
Joe Perches 已提交
3920
F:	drivers/usb/image/microtek.*
L
Linus Torvalds 已提交
3921 3922 3923 3924

MIPS
P:	Ralf Baechle
M:	ralf@linux-mips.org
3925
W:	http://www.linux-mips.org/
L
Linus Torvalds 已提交
3926
L:	linux-mips@linux-mips.org
3927
T:	git git://git.linux-mips.org/pub/scm/linux.git
3928
S:	Supported
J
Joe Perches 已提交
3929 3930
F:	Documentation/mips/
F:	arch/mips/
L
Linus Torvalds 已提交
3931 3932 3933

MISCELLANEOUS MCA-SUPPORT
P:	James Bottomley
3934
M:	James.Bottomley@HansenPartnership.com
L
Linus Torvalds 已提交
3935
S:	Maintained
J
Joe Perches 已提交
3936 3937 3938 3939
F:	Documentation/ia64/mca.txt
F:	Documentation/mca.txt
F:	drivers/mca/
F:	include/linux/mca*
L
Linus Torvalds 已提交
3940 3941 3942 3943 3944

MODULE SUPPORT
P:	Rusty Russell
M:	rusty@rustcorp.com.au
S:	Maintained
J
Joe Perches 已提交
3945 3946
F:	include/linux/module.h
F:	kernel/module.c
L
Linus Torvalds 已提交
3947 3948 3949 3950 3951 3952

MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
P:	Stelian Pop
M:	stelian@popies.net
W:	http://popies.net/meye/
S:	Maintained
J
Joe Perches 已提交
3953 3954 3955
F:	Documentation/video4linux/meye.txt
F:	drivers/media/video/meye.*
F:	include/linux/meye.h
L
Linus Torvalds 已提交
3956

3957 3958 3959 3960 3961
MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
P:	Pavel Pisa
M:	ppisa@pikron.com
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained
J
Joe Perches 已提交
3962
F:	drivers/mmc/host/imxmmc.*
3963

L
Linus Torvalds 已提交
3964 3965 3966 3967
MOUSE AND MISC DEVICES [GENERAL]
P:	Alessandro Rubini
M:	rubini@ipvvis.unipv.it
S:	Maintained
J
Joe Perches 已提交
3968 3969
F:	drivers/input/mouse/
F:	include/linux/gpio_mouse.h
L
Linus Torvalds 已提交
3970

J
Jiri Slaby 已提交
3971
MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3972 3973 3974
P:	Jiri Slaby
M:	jirislaby@gmail.com
S:	Maintained
J
Joe Perches 已提交
3975 3976
F:	Documentation/serial/moxa-smartio
F:	drivers/char/mxser.*
3977

3978 3979 3980
MSI LAPTOP SUPPORT
P:	Lennart Poettering
M:	mzxreary@0pointer.de
3981
W:	https://tango.0pointer.de/mailman/listinfo/s270-linux
3982 3983
W:	http://0pointer.de/lennart/tchibo.html
S:	Maintained
J
Joe Perches 已提交
3984
F:	drivers/platform/x86/msi-laptop.c
3985

S
Samuel Ortiz 已提交
3986 3987
MULTIFUNCTION DEVICES (MFD)
P:	Samuel Ortiz
S
Samuel Ortiz 已提交
3988
M:	sameo@linux.intel.com
3989
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
S
Samuel Ortiz 已提交
3990
S:	Supported
J
Joe Perches 已提交
3991
F:	drivers/mfd/
S
Samuel Ortiz 已提交
3992

P
Pierre Ossman 已提交
3993
MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
P
Pierre Ossman 已提交
3994
P:	Pierre Ossman
3995
M:	pierre@ossman.eu
P
Pierre Ossman 已提交
3996
S:	Maintained
J
Joe Perches 已提交
3997 3998
F:	drivers/mmc/
F:	include/linux/mmc/
3999

D
David Brownell 已提交
4000 4001 4002
MULTIMEDIA CARD (MMC) ETC. OVER SPI
P:	David Brownell
M:	dbrownell@users.sourceforge.net
J
Jean Delvare 已提交
4003
S:	Odd Fixes
J
Joe Perches 已提交
4004 4005
F:	drivers/mmc/host/mmc_spi.c
F:	include/linux/spi/mmc_spi.h
D
David Brownell 已提交
4006

L
Linus Torvalds 已提交
4007 4008 4009 4010
MULTISOUND SOUND DRIVER
P:	Andrew Veliath
M:	andrewtv@usa.net
S:	Maintained
J
Joe Perches 已提交
4011 4012
F:	Documentation/sound/oss/MultiSound
F:	sound/oss/msnd*
L
Linus Torvalds 已提交
4013

4014 4015 4016 4017
MULTITECH MULTIPORT CARD (ISICOM)
P:	Jiri Slaby
M:	jirislaby@gmail.com
S:	Maintained
J
Joe Perches 已提交
4018 4019
F:	drivers/char/isicom.c
F:	include/linux/isicom.h
4020

F
Felipe Balbi 已提交
4021
MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4022 4023 4024
P:	Felipe Balbi
M:	felipe.balbi@nokia.com
L:	linux-usb@vger.kernel.org
4025
T:	git git://gitorious.org/musb/mainline.git
4026
S:	Maintained
J
Joe Perches 已提交
4027
F:	drivers/usb/musb/
F
Felipe Balbi 已提交
4028

4029 4030 4031 4032 4033 4034 4035 4036
MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
P:	Andrew Gallatin
M:	gallatin@myri.com
P:	Brice Goglin
M:	brice@myri.com
L:	netdev@vger.kernel.org
W:	http://www.myri.com/scs/download-Myri10GE.html
S:	Supported
J
Joe Perches 已提交
4037
F:	drivers/net/myri10ge/
4038

L
Linus Torvalds 已提交
4039
NATSEMI ETHERNET DRIVER (DP8381x)
4040
P:	Tim Hockin
L
Linus Torvalds 已提交
4041 4042
M:	thockin@hockin.org
S:	Maintained
J
Joe Perches 已提交
4043
F:	drivers/net/natsemi.c
L
Linus Torvalds 已提交
4044 4045 4046 4047 4048 4049

NCP FILESYSTEM
P:	Petr Vandrovec
M:	vandrove@vc.cvut.cz
L:	linware@sh.cvut.cz
S:	Maintained
J
Joe Perches 已提交
4050
F:	fs/ncpfs/
L
Linus Torvalds 已提交
4051 4052 4053 4054 4055 4056

NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
P:	James E.J. Bottomley
M:	James.Bottomley@HansenPartnership.com
L:	linux-scsi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4057
F:	drivers/scsi/NCR_D700.*
L
Linus Torvalds 已提交
4058

4059 4060
NETEFFECT IWARP RNIC DRIVER (IW_NES)
P:	Faisal Latif
4061
M:	faisal.latif@intel.com
4062
P:	Chien Tung
4063
M:	chien.tin.tung@intel.com
4064 4065 4066 4067 4068
L:	general@lists.openfabrics.org
W:	http://www.neteffect.com
S:	Supported
F:	drivers/infiniband/hw/nes/

4069 4070
NETEM NETWORK EMULATOR
P:	Stephen Hemminger
4071
M:	shemminger@linux-foundation.org
4072
L:	netem@lists.linux-foundation.org
4073
S:	Maintained
J
Joe Perches 已提交
4074
F:	net/sched/sch_netem.c
4075

4076
NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
4077 4078 4079 4080 4081 4082 4083 4084
P:	Ramkrishna Vepa
M:	ram.vepa@neterion.com
P:	Rastapur Santosh
M:	santosh.rastapur@neterion.com
P:	Sivakumar Subramani
M:	sivakumar.subramani@neterion.com
P:	Sreenivasa Honnur
M:	sreenivasa.honnur@neterion.com
4085 4086
P:	Anil Murthy
M:	anil.murthy@neterion.com
4087
L:	netdev@vger.kernel.org
4088 4089
W:	http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
W:	http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4090
S:	Supported
J
Joe Perches 已提交
4091 4092
F:	Documentation/networking/s2io.txt
F:	drivers/net/s2io*
4093

L
Linus Torvalds 已提交
4094 4095 4096 4097 4098 4099
NETFILTER/IPTABLES/IPCHAINS
P:	Rusty Russell
P:	Marc Boucher
P:	James Morris
P:	Harald Welte
P:	Jozsef Kadlecsik
4100 4101
P:	Patrick McHardy
M:	kaber@trash.net
4102 4103
L:	netfilter-devel@vger.kernel.org
L:	netfilter@vger.kernel.org
4104
L:	coreteam@netfilter.org
L
Linus Torvalds 已提交
4105 4106
W:	http://www.netfilter.org/
W:	http://www.iptables.org/
4107
T:	git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
L
Linus Torvalds 已提交
4108
S:	Supported
J
Joe Perches 已提交
4109 4110 4111 4112 4113 4114
F:	include/linux/netfilter*
F:	include/linux/netfilter/
F:	include/net/netfilter/
F:	net/*/netfilter.c
F:	net/*/netfilter/
F:	net/netfilter/
L
Linus Torvalds 已提交
4115

4116 4117 4118 4119 4120 4121
NETLABEL
P:	Paul Moore
M:	paul.moore@hp.com
W:	http://netlabel.sf.net
L:	netdev@vger.kernel.org
S:	Supported
4122
F:	Documentation/netlabel/
J
Joe Perches 已提交
4123 4124
F:	include/net/netlabel.h
F:	net/netlabel/
4125

L
Linus Torvalds 已提交
4126 4127 4128 4129
NETROM NETWORK LAYER
P:	Ralf Baechle
M:	ralf@linux-mips.org
L:	linux-hams@vger.kernel.org
4130
W:	http://www.linux-ax25.org/
L
Linus Torvalds 已提交
4131
S:	Maintained
J
Joe Perches 已提交
4132 4133 4134
F:	include/linux/netrom.h
F:	include/net/netrom.h
F:	net/netrom/
L
Linus Torvalds 已提交
4135

4136
NETWORK BLOCK DEVICE (NBD)
L
Linus Torvalds 已提交
4137 4138 4139
P:	Paul Clements
M:	Paul.Clements@steeleye.com
S:	Maintained
J
Joe Perches 已提交
4140 4141 4142
F:	Documentation/blockdev/nbd.txt
F:	drivers/block/nbd.c
F:	include/linux/nbd.h
L
Linus Torvalds 已提交
4143 4144

NETWORKING [GENERAL]
B
Ben Hutchings 已提交
4145 4146
P:	David S. Miller
M:	davem@davemloft.net
4147
L:	netdev@vger.kernel.org
4148 4149
W:	http://www.linuxfoundation.org/en/Net
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
L
Linus Torvalds 已提交
4150
S:	Maintained
J
Joe Perches 已提交
4151 4152
F:	net/
F:	include/net/
L
Linus Torvalds 已提交
4153 4154 4155 4156 4157 4158 4159 4160 4161

NETWORKING [IPv4/IPv6]
P:	David S. Miller
M:	davem@davemloft.net
P:	Alexey Kuznetsov
M:	kuznet@ms2.inr.ac.ru
P:	Pekka Savola (ipv6)
M:	pekkas@netcore.fi
P:	James Morris
4162
M:	jmorris@namei.org
L
Linus Torvalds 已提交
4163 4164 4165
P:	Hideaki YOSHIFUJI
M:	yoshfuji@linux-ipv6.org
P:	Patrick McHardy
4166
M:	kaber@trash.net
4167
L:	netdev@vger.kernel.org
4168
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
L
Linus Torvalds 已提交
4169
S:	Maintained
J
Joe Perches 已提交
4170 4171 4172
F:	net/ipv4/
F:	net/ipv6/
F:	include/net/ip*
L
Linus Torvalds 已提交
4173

4174 4175 4176 4177 4178 4179
NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
P:	Paul Moore
M:	paul.moore@hp.com
L:	netdev@vger.kernel.org
S:	Maintained

4180 4181 4182
NETWORKING [WIRELESS]
P:	John W. Linville
M:	linville@tuxdriver.com
4183
L:	linux-wireless@vger.kernel.org
4184
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4185
S:	Maintained
J
Joe Perches 已提交
4186 4187
F:	net/wireless/
F:	include/net/ieee80211*
4188
F:	include/linux/wireless.h
4189

4190 4191 4192 4193 4194 4195 4196
NETWORKING DRIVERS
L:	netdev@vger.kernel.org
W:	http://www.linuxfoundation.org/en/Net
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
S:	Odd Fixes
F:	drivers/net/

A
Amit S. Kale 已提交
4197
NETXEN (1/10) GbE SUPPORT
4198 4199
P:	Dhananjay Phadke
M:	dhananjay@netxen.com
A
Amit S. Kale 已提交
4200 4201 4202
L:	netdev@vger.kernel.org
W:	http://www.netxen.com
S:	Supported
J
Joe Perches 已提交
4203
F:	drivers/net/netxen/
A
Amit S. Kale 已提交
4204

4205
NFS, SUNRPC, AND LOCKD CLIENTS
L
Linus Torvalds 已提交
4206
P:	Trond Myklebust
4207 4208 4209 4210
M:	Trond.Myklebust@netapp.com
L:	linux-nfs@vger.kernel.org
W:	http://client.linux-nfs.org
T:	git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
L
Linus Torvalds 已提交
4211
S:	Maintained
J
Joe Perches 已提交
4212 4213 4214 4215 4216 4217 4218
F:	fs/lockd/
F:	fs/nfs/
F:	fs/nfs_common/
F:	net/sunrpc/
F:	include/linux/lockd/
F:	include/linux/nfs*
F:	include/linux/sunrpc/
L
Linus Torvalds 已提交
4219 4220

NI5010 NETWORK DRIVER
A
Andreas Mohr 已提交
4221 4222 4223 4224
P:	Jan-Pascal van Best
M:	janpascal@vanbest.org
P:	Andreas Mohr
M:	andi@lisas.de
4225
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
4226
S:	Maintained
J
Joe Perches 已提交
4227
F:	drivers/net/ni5010.*
L
Linus Torvalds 已提交
4228

R
Ryusuke Konishi 已提交
4229 4230 4231 4232 4233 4234
NILFS2 FILESYSTEM
P:	KONISHI Ryusuke
M:	konishi.ryusuke@lab.ntt.co.jp
L:	users@nilfs.org
W:	http://www.nilfs.org/en/
S:	Supported
J
Joe Perches 已提交
4235 4236 4237
F:	Documentation/filesystems/nilfs2.txt
F:	fs/nilfs2/
F:	include/linux/nilfs2_fs.h
R
Ryusuke Konishi 已提交
4238

L
Linus Torvalds 已提交
4239 4240 4241 4242 4243
NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
P:	YOKOTA Hiroshi
M:	yokota@netlab.is.tsukuba.ac.jp
W:	http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
S:	Maintained
J
Joe Perches 已提交
4244 4245
F:	Documentation/scsi/NinjaSCSI.txt
F:	drivers/scsi/pcmcia/nsp_*
L
Linus Torvalds 已提交
4246 4247 4248 4249 4250 4251 4252 4253

NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
P:	GOTO Masanori
M:	gotom@debian.or.jp
P:	YOKOTA Hiroshi
M:	yokota@netlab.is.tsukuba.ac.jp
W:	http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
S:	Maintained
J
Joe Perches 已提交
4254 4255
F:	Documentation/scsi/NinjaSCSI.txt
F:	drivers/scsi/nsp32*
L
Linus Torvalds 已提交
4256 4257 4258 4259 4260

NTFS FILESYSTEM
P:	Anton Altaparmakov
M:	aia21@cantab.net
L:	linux-ntfs-dev@lists.sourceforge.net
A
Adrian Bunk 已提交
4261
W:	http://www.linux-ntfs.org/
4262
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
L
Linus Torvalds 已提交
4263
S:	Maintained
J
Joe Perches 已提交
4264 4265
F:	Documentation/filesystems/ntfs.txt
F:	fs/ntfs/
L
Linus Torvalds 已提交
4266

4267
NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
J
Jim Cromie 已提交
4268
P:	Antonino Daplas
4269
M:	adaplas@gmail.com
4270
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
J
Jim Cromie 已提交
4271
S:	Maintained
J
Joe Perches 已提交
4272 4273
F:	drivers/video/riva/
F:	drivers/video/nvidia/
L
Linus Torvalds 已提交
4274

4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337
OMAP SUPPORT
P:	Tony Lindgren <tony@atomide.com>
M:	tony@atomide.com
L:	linux-omap@vger.kernel.org
W:	http://www.muru.com/linux/omap/
W:	http://linux.omap.com/
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
S:	Maintained
F:	arch/arm/*omap*

OMAP CLOCK FRAMEWORK SUPPORT
P:	Paul Walmsley
M:	paul@pwsan.com
L:	linux-omap@vger.kernel.org
S:	Maintained
F:	arch/arm/*omap*/*clock*

OMAP POWER MANAGEMENT SUPPORT
P:	Kevin Hilman
M:	khilman@deeprootsystems.com
L:	linux-omap@vger.kernel.org
S:	Maintained
F:	arch/arm/*omap*/*pm*

OMAP AUDIO SUPPORT
P:	Jarkko Nikula
M:	jhnikula@gmail.com
L:	alsa-devel@alsa-project.org (subscribers-only)
L:	linux-omap@vger.kernel.org
S:	Maintained
F:	sound/soc/omap/

OMAP FRAMEBUFFER SUPPORT
P:	Imre Deak
M:	imre.deak@nokia.com
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
L:	linux-omap@vger.kernel.org
S:	Maintained
F:	drivers/video/omap/

OMAP MMC SUPPORT
P:	Jarkko Lavinen
M:	jarkko.lavinen@nokia.com
L:	linux-kernel@vger.kernel.org
L:	linux-omap@vger.kernel.org
S:	Maintained
F:	drivers/mmc/host/*omap*

OMAP RANDOM NUMBER GENERATOR SUPPORT
P:	Deepak Saxena
M:	dsaxena@plexity.net
S:	Maintained
F:	drivers/char/hw_random/omap-rng.c

OMAP USB SUPPORT
P:	Felipe Balbi
M:	felipe.balbi@nokia.com
P:	David Brownell
M:	dbrownell@users.sourceforge.net
L:	linux-usb@vger.kernel.org
L:	linux-omap@vger.kernel.org
S:	Maintained

B
Bob Copeland 已提交
4338 4339 4340 4341 4342
OMFS FILESYSTEM
P:	Bob Copeland
M:	me@bobcopeland.com
L:	linux-karma-devel@lists.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
4343 4344
F:	Documentation/filesystems/omfs.txt
F:	fs/omfs/
B
Bob Copeland 已提交
4345

4346 4347 4348 4349
OMNIKEY CARDMAN 4000 DRIVER
P:	Harald Welte
M:	laforge@gnumonks.org
S:	Maintained
J
Joe Perches 已提交
4350 4351
F:	drivers/char/pcmcia/cm4000_cs.c
F:	include/linux/cm4000_cs.h
4352

4353 4354 4355 4356
OMNIKEY CARDMAN 4040 DRIVER
P:	Harald Welte
M:	laforge@gnumonks.org
S:	Maintained
J
Joe Perches 已提交
4357
F:	drivers/char/pcmcia/cm4040_cs.*
4358

4359
OMNIVISION OV7670 SENSOR DRIVER
4360
P:	Jonathan Corbet
4361
M:	corbet@lwn.net
4362
L:	linux-media@vger.kernel.org
4363
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4364
S:	Maintained
J
Joe Perches 已提交
4365
F:	drivers/media/video/ov7670.c
4366

4367 4368 4369 4370 4371
ONENAND FLASH DRIVER
P:	Kyungmin Park
M:	kyungmin.park@samsung.com
L:	linux-mtd@lists.infradead.org
S:	Maintained
J
Joe Perches 已提交
4372 4373
F:	drivers/mtd/onenand/
F:	include/linux/mtd/onenand*.h
4374

L
Linus Torvalds 已提交
4375 4376 4377 4378 4379 4380
ONSTREAM SCSI TAPE DRIVER
P:	Willem Riede
M:	osst@riede.org
L:	osst-users@lists.sourceforge.net
L:	linux-scsi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4381 4382
F:	drivers/scsi/osst*
F:	drivers/scsi/st*
L
Linus Torvalds 已提交
4383

R
Randy Dunlap 已提交
4384 4385 4386
OPENCORES I2C BUS DRIVER
P:	Peter Korsgaard
M:	jacmet@sunsite.dk
J
Jean Delvare 已提交
4387
L:	linux-i2c@vger.kernel.org
R
Randy Dunlap 已提交
4388
S:	Maintained
J
Joe Perches 已提交
4389 4390
F:	Documentation/i2c/busses/i2c-ocores
F:	drivers/i2c/busses/i2c-ocores.c
R
Randy Dunlap 已提交
4391

L
Linus Torvalds 已提交
4392
OPROFILE
4393 4394
P:	Robert Richter
M:	robert.richter@amd.com
L
Linus Torvalds 已提交
4395 4396
L:	oprofile-list@lists.sf.net
S:	Maintained
J
Joe Perches 已提交
4397 4398 4399
F:	arch/*/oprofile/
F:	drivers/oprofile/
F:	include/linux/oprofile.h
L
Linus Torvalds 已提交
4400

R
Randy Dunlap 已提交
4401 4402 4403 4404 4405 4406 4407
ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
P:	Mark Fasheh
M:	mfasheh@suse.com
P:	Joel Becker
M:	joel.becker@oracle.com
L:	ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
W:	http://oss.oracle.com/projects/ocfs2/
4408
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
R
Randy Dunlap 已提交
4409
S:	Supported
J
Joe Perches 已提交
4410 4411 4412
F:	Documentation/filesystems/ocfs2.txt
F:	Documentation/filesystems/dlmfs.txt
F:	fs/ocfs2/
R
Randy Dunlap 已提交
4413

L
Linus Torvalds 已提交
4414 4415 4416 4417 4418
ORINOCO DRIVER
P:	Pavel Roskin
M:	proski@gnu.org
P:	David Gibson
M:	hermes@gibson.dropbear.id.au
4419
L:	linux-wireless@vger.kernel.org
4420 4421 4422
L:	orinoco-users@lists.sourceforge.net
L:	orinoco-devel@lists.sourceforge.net
W:	http://www.nongnu.org/orinoco/
L
Linus Torvalds 已提交
4423
S:	Maintained
J
Joe Perches 已提交
4424
F:	drivers/net/wireless/orinoco/
L
Linus Torvalds 已提交
4425

4426
OSD LIBRARY and FILESYSTEM
4427 4428 4429 4430 4431 4432
P:	Boaz Harrosh
M:	bharrosh@panasas.com
P:	Benny Halevy
M:	bhalevy@panasas.com
L:	osd-dev@open-osd.org
W:	http://open-osd.org
4433
T:	git git://git.open-osd.org/open-osd.git
4434
S:	Maintained
4435 4436 4437
F:	drivers/scsi/osd/
F:	drivers/include/scsi/osd_*
F:	fs/exofs/
4438

R
Randy Dunlap 已提交
4439 4440 4441 4442 4443
P54 WIRELESS DRIVER
P:	Michael Wu
M:	flamingice@sourmilk.net
L:	linux-wireless@vger.kernel.org
W:	http://prism54.org
4444
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
R
Randy Dunlap 已提交
4445
S:	Maintained
J
Joe Perches 已提交
4446
F:	drivers/net/wireless/p54/
R
Randy Dunlap 已提交
4447

4448 4449 4450 4451 4452
PA SEMI ETHERNET DRIVER
P:	Olof Johansson
M:	olof@lixom.net
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4453
F:	drivers/net/pasemi_mac.*
4454

O
Olof Johansson 已提交
4455 4456 4457
PA SEMI SMBUS DRIVER
P:	Olof Johansson
M:	olof@lixom.net
J
Jean Delvare 已提交
4458
L:	linux-i2c@vger.kernel.org
O
Olof Johansson 已提交
4459
S:	Maintained
J
Joe Perches 已提交
4460
F:	drivers/i2c/busses/i2c-pasemi.c
O
Olof Johansson 已提交
4461

4462 4463 4464 4465
PANASONIC LAPTOP ACPI EXTRAS DRIVER
P:	Harald Welte
M:	laforge@gnumonks.org
S:	Maintained
J
Joe Perches 已提交
4466
F:	drivers/platform/x86/panasonic-laptop.c
4467

4468 4469 4470 4471 4472 4473 4474 4475
PANASONIC MN10300/AM33 PORT
P:	David Howells
M:	dhowells@redhat.com
P:	Koichi Yasutake
M:	yasutake.koichi@jp.panasonic.com
L:	linux-am33-list@redhat.com (moderated for non-subscribers)
W:	ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
S:	Maintained
J
Joe Perches 已提交
4476 4477
F:	Documentation/mn10300/
F:	arch/mn10300/
4478

L
Linus Torvalds 已提交
4479
PARALLEL PORT SUPPORT
4480
L:	linux-parport@lists.infradead.org (subscribers-only)
D
David Brownell 已提交
4481
S:	Orphan
J
Joe Perches 已提交
4482 4483 4484 4485
F:	drivers/parport/
F:	include/linux/parport*.h
F:	drivers/char/ppdev.c
F:	include/linux/ppdev.h
L
Linus Torvalds 已提交
4486

4487 4488 4489 4490 4491
PARAVIRT_OPS INTERFACE
P:	Jeremy Fitzhardinge
M:	jeremy@xensource.com
P:	Chris Wright
M:	chrisw@sous-sol.org
4492 4493
P:	Alok Kataria
M:	akataria@vmware.com
4494 4495 4496 4497
P:	Rusty Russell
M:	rusty@rustcorp.com.au
L:	virtualization@lists.osdl.org
S:	Supported
J
Joe Perches 已提交
4498 4499 4500
F:	Documentation/ia64/paravirt_ops.txt
F:	arch/*/kernel/paravirt*
F:	arch/*/include/asm/paravirt.h
4501

R
Randy Dunlap 已提交
4502 4503 4504 4505 4506 4507
PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
P:	Tim Waugh
M:	tim@cyberelk.net
L:	linux-parport@lists.infradead.org (subscribers-only)
W:	http://www.torque.net/linux-pp.html
S:	Maintained
J
Joe Perches 已提交
4508 4509
F:	Documentation/blockdev/paride.txt
F:	drivers/block/paride/
R
Randy Dunlap 已提交
4510 4511 4512 4513

PARISC ARCHITECTURE
P:	Kyle McMartin
M:	kyle@mcmartin.ca
G
Grant Grundler 已提交
4514 4515
P:	Helge Deller
M:	deller@gmx.de
R
Randy Dunlap 已提交
4516 4517
L:	linux-parisc@vger.kernel.org
W:	http://www.parisc-linux.org/
4518
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
R
Randy Dunlap 已提交
4519
S:	Maintained
J
Joe Perches 已提交
4520 4521
F:	arch/parisc/
F:	drivers/parisc/
R
Randy Dunlap 已提交
4522

4523 4524 4525 4526 4527
PC87360 HARDWARE MONITORING DRIVER
P:	Jim Cromie
M:	jim.cromie@gmail.com
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
4528 4529
F:	Documentation/hwmon/pc87360
F:	drivers/hwmon/pc87360.c
4530 4531 4532 4533 4534

PC8736x GPIO DRIVER
P:	Jim Cromie
M:	jim.cromie@gmail.com
S:	Maintained
J
Joe Perches 已提交
4535
F:	drivers/char/pc8736x_gpio.c
4536

R
Riku Voipio 已提交
4537 4538 4539 4540
PCA9532 LED DRIVER
P:	Riku Voipio
M:	riku.voipio@iki.fi
S:	Maintained
4541 4542
F:	drivers/leds/leds-pca9532.c
F:	include/linux/leds-pca9532.h
R
Riku Voipio 已提交
4543

4544 4545 4546
PCI ERROR RECOVERY
P:	Linas Vepstas
M:	linas@austin.ibm.com
J
Jesse Barnes 已提交
4547
L:	linux-pci@vger.kernel.org
4548
S:	Supported
J
Joe Perches 已提交
4549 4550
F:	Documentation/PCI/pci-error-recovery.txt
F:	Documentation/powerpc/eeh-pci-error-recovery.txt
4551

L
Linus Torvalds 已提交
4552
PCI SUBSYSTEM
4553 4554
P:	Jesse Barnes
M:	jbarnes@virtuousgeek.org
J
Jesse Barnes 已提交
4555
L:	linux-pci@vger.kernel.org
4556
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
L
Linus Torvalds 已提交
4557
S:	Supported
J
Joe Perches 已提交
4558 4559 4560
F:	Documentation/PCI/
F:	drivers/pci/
F:	include/linux/pci*
L
Linus Torvalds 已提交
4561

4562 4563 4564
PCIE HOTPLUG DRIVER
P:	Kristen Carlson Accardi
M:	kristen.c.accardi@intel.com
4565
L:	linux-pci@vger.kernel.org
L
Len Brown 已提交
4566
S:	Supported
J
Joe Perches 已提交
4567
F:	drivers/pci/pcie/
4568

L
Linus Torvalds 已提交
4569
PCMCIA SUBSYSTEM
4570
P:	Linux PCMCIA Team
4571
L:	linux-pcmcia@lists.infradead.org
J
Joe Perches 已提交
4572
W:	http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4573
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4574
S:	Maintained
J
Joe Perches 已提交
4575 4576 4577
F:	Documentation/pcmcia/
F:	drivers/pcmcia/
F:	include/pcmcia/
L
Linus Torvalds 已提交
4578 4579

PCNET32 NETWORK DRIVER
P
pcnet32@verizon.net 已提交
4580 4581
P:	Don Fry
M:	pcnet32@verizon.net
4582
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
4583
S:	Maintained
J
Joe Perches 已提交
4584
F:	drivers/net/pcnet32.c
L
Linus Torvalds 已提交
4585

4586
PER-TASK DELAY ACCOUNTING
4587 4588
P:	Balbir Singh
M:	balbir@linux.vnet.ibm.com
4589
S:	Maintained
J
Joe Perches 已提交
4590 4591
F:	include/linux/delayacct.h
F:	kernel/delayacct.c
4592

4593 4594 4595 4596 4597 4598 4599 4600 4601 4602
PERFORMANCE COUNTER SUBSYSTEM
P:	Peter Zijlstra
M:	a.p.zijlstra@chello.nl
P:	Paul Mackerras
M:	paulus@samba.org
P:	Ingo Molnar
M:	mingo@elte.hu
L:	linux-kernel@vger.kernel.org
S:	Supported

4603 4604 4605 4606 4607
PERSONALITY HANDLING
P:	Christoph Hellwig
M:	hch@infradead.org
L:	linux-abi-devel@lists.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
4608
F:	include/linux/personality.h
4609

L
Linus Torvalds 已提交
4610
PHRAM MTD DRIVER
4611 4612
P:	Joern Engel
M:	joern@lazybastard.org
L
Linus Torvalds 已提交
4613 4614
L:	linux-mtd@lists.infradead.org
S:	Maintained
J
Joe Perches 已提交
4615
F:	drivers/mtd/devices/phram.c
L
Linus Torvalds 已提交
4616

4617 4618 4619 4620
PKTCDVD DRIVER
P:	Peter Osterlund
M:	petero2@telia.com
S:	Maintained
J
Joe Perches 已提交
4621 4622
F:	drivers/block/pktcdvd.c
F:	include/linux/pktcdvd.h
4623

L
Linus Torvalds 已提交
4624
POSIX CLOCKS and TIMERS
4625 4626
P:	Thomas Gleixner
M:	tglx@linutronix.de
L
Linus Torvalds 已提交
4627
S:	Supported
J
Joe Perches 已提交
4628 4629 4630
F:	fs/timerfd.c
F:	include/linux/timer*
F:	kernel/*timer*
L
Linus Torvalds 已提交
4631

4632 4633 4634 4635 4636
POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
P:	Anton Vorontsov
M:	cbou@mail.ru
P:	David Woodhouse
M:	dwmw2@infradead.org
4637
T:	git git://git.infradead.org/battery-2.6.git
4638
S:	Maintained
J
Joe Perches 已提交
4639 4640
F:	include/linux/power_supply.h
F:	drivers/power/power_supply*
4641

L
Linus Torvalds 已提交
4642 4643
PNP SUPPORT
P:	Adam Belay
4644 4645 4646
M:	abelay@mit.edu
P:	Bjorn Helgaas
M:	bjorn.helgaas@hp.com
L
Linus Torvalds 已提交
4647
S:	Maintained
J
Joe Perches 已提交
4648
F:	drivers/pnp/
L
Linus Torvalds 已提交
4649

V
Vitaly Wool 已提交
4650 4651 4652
PNXxxxx I2C DRIVER
P:	Vitaly Wool
M:	vitalywool@gmail.com
J
Jean Delvare 已提交
4653
L:	linux-i2c@vger.kernel.org
V
Vitaly Wool 已提交
4654
S:	Maintained
J
Joe Perches 已提交
4655
F:	drivers/i2c/busses/i2c-pnx.c
V
Vitaly Wool 已提交
4656

L
Linus Torvalds 已提交
4657 4658 4659 4660 4661
PPP PROTOCOL DRIVERS AND COMPRESSORS
P:	Paul Mackerras
M:	paulus@samba.org
L:	linux-ppp@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4662
F:	drivers/net/ppp_*
L
Linus Torvalds 已提交
4663 4664 4665 4666 4667

PPP OVER ATM (RFC 2364)
P:	Mitchell Blank Jr
M:	mitch@sfgoth.com
S:	Maintained
J
Joe Perches 已提交
4668 4669
F:	net/atm/pppoatm.c
F:	include/linux/atmppp.h
L
Linus Torvalds 已提交
4670 4671 4672

PPP OVER ETHERNET
P:	Michal Ostrowski
4673
M:	mostrows@earthlink.net
L
Linus Torvalds 已提交
4674
S:	Maintained
J
Joe Perches 已提交
4675 4676
F:	drivers/net/pppoe.c
F:	drivers/net/pppox.c
L
Linus Torvalds 已提交
4677

J
James Chapman 已提交
4678 4679 4680 4681
PPP OVER L2TP
P:	James Chapman
M:	jchapman@katalix.com
S:	Maintained
J
Joe Perches 已提交
4682 4683
F:	drivers/net/pppol2tp.c
F:	include/linux/if_pppol2tp.h
J
James Chapman 已提交
4684

R
Rodolfo Giometti 已提交
4685 4686 4687 4688 4689 4690 4691
PPS SUPPORT
P:	Rodolfo Giometti
M:	giometti@enneenne.com
W:	http://wiki.enneenne.com/index.php/LinuxPPS_support
L:	linuxpps@ml.enneenne.com (subscribers-only)
S:	Maintained

L
Linus Torvalds 已提交
4692 4693 4694 4695 4696 4697
PREEMPTIBLE KERNEL
P:	Robert Love
M:	rml@tech9.net
L:	kpreempt-tech@lists.sourceforge.net
W:	ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
S:	Supported
J
Joe Perches 已提交
4698 4699
F:	Documentation/preempt-locking.txt
F:	include/linux/preempt.h
L
Linus Torvalds 已提交
4700 4701

PRISM54 WIRELESS DRIVER
L
Luis R. Rodriguez 已提交
4702 4703
P:	Luis R. Rodriguez
M:	mcgrof@gmail.com
4704
L:	linux-wireless@vger.kernel.org
L
Linus Torvalds 已提交
4705 4706
W:	http://prism54.org
S:	Maintained
J
Joe Perches 已提交
4707
F:	drivers/net/wireless/prism54/
L
Linus Torvalds 已提交
4708 4709 4710 4711 4712 4713 4714

PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
P:	Peter Denison
M:	promise@pnd-pc.demon.co.uk
W:	http://www.pnd-pc.demon.co.uk/promise/
S:	Maintained

4715 4716 4717 4718 4719
PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
P:	Mikael Pettersson
M:	mikpe@it.uu.se
L:	linux-ide@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4720
F:	drivers/ata/sata_promise.*
4721

4722
PS3 NETWORK SUPPORT
M
Masakazu Mokuno 已提交
4723 4724
P:	Geoff Levand
M:	geoffrey.levand@am.sony.com
4725 4726 4727
L:	netdev@vger.kernel.org
L:	cbe-oss-dev@ozlabs.org
S:	Supported
J
Joe Perches 已提交
4728
F:	drivers/net/ps3_gelic_net.*
4729

4730 4731 4732 4733 4734 4735
PS3 PLATFORM SUPPORT
P:	Geoff Levand
M:	geoffrey.levand@am.sony.com
L:	linuxppc-dev@ozlabs.org
L:	cbe-oss-dev@ozlabs.org
S:	Supported
J
Joe Perches 已提交
4736 4737 4738 4739 4740 4741
F:	arch/powerpc/boot/ps3*
F:	arch/powerpc/include/asm/lv1call.h
F:	arch/powerpc/include/asm/ps3*.h
F:	arch/powerpc/platforms/ps3/
F:	drivers/*/ps3*
F:	drivers/ps3/
G
Geoff Levand 已提交
4742
F:	drivers/rtc/rtc-ps3.c
J
Joe Perches 已提交
4743
F:	drivers/usb/host/*ps3.c
G
Geoff Levand 已提交
4744
F:	sound/ppc/snd_ps3*
4745

4746 4747 4748 4749 4750 4751
PS3VRAM DRIVER
P:	Jim Paris
M:	jim@jtan.com
L:	cbe-oss-dev@ozlabs.org
S:	Maintained

4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763
PTRACE SUPPORT
P:	Roland McGrath
M:	roland@redhat.com
P:	Oleg Nesterov
M:	oleg@redhat.com
S:	Maintained
F:	include/asm-generic/syscall.h
F:	include/linux/ptrace.h
F:	include/linux/regset.h
F:	include/linux/tracehook.h
F:	kernel/ptrace.c

4764 4765 4766
PVRUSB2 VIDEO4LINUX DRIVER
P:	Mike Isely
M:	isely@pobox.com
4767
L:	pvrusb2@isely.net	(subscribers-only)
4768
L:	linux-media@vger.kernel.org
4769
W:	http://www.isely.net/pvrusb2/
4770
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4771
S:	Maintained
J
Joe Perches 已提交
4772 4773
F:	Documentation/video4linux/README.pvrusb2
F:	drivers/media/video/pvrusb2/
4774

4775 4776
PXA2xx/PXA3xx SUPPORT
P:	Eric Miao
4777
M:	eric.y.miao@gmail.com
4778 4779
P:	Russell King
M:	linux@arm.linux.org.uk
4780
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
L
Linus Torvalds 已提交
4781
S:	Maintained
J
Joe Perches 已提交
4782 4783 4784 4785 4786
F:	arch/arm/mach-pxa/
F:	drivers/pcmcia/pxa2xx*
F:	drivers/spi/pxa2xx*
F:	drivers/usb/gadget/pxa2*
F:	include/sound/pxa2xx-lib.h
4787 4788
F:	sound/arm/pxa*
F:	sound/soc/pxa
L
Linus Torvalds 已提交
4789

4790 4791
PXA168 SUPPORT
P:	Eric Miao
4792
M:	eric.y.miao@gmail.com
4793 4794 4795
P:	Jason Chagas
M:	jason.chagas@marvell.com
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
4796
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4797
S:	Maintained
4798

4799 4800
PXA910 SUPPORT
P:	Eric Miao
4801
M:	eric.y.miao@gmail.com
4802
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
4803
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4804
S:	Maintained
4805

P
Pierre Ossman 已提交
4806 4807 4808
PXA MMCI DRIVER
S:	Orphan

4809 4810 4811 4812 4813 4814
PXA RTC DRIVER
P:	Robert Jarzmik
M:	robert.jarzmik@free.fr
L:	rtc-linux@googlegroups.com
S:	Maintained

L
Linus Torvalds 已提交
4815 4816
QLOGIC QLA2XXX FC-SCSI DRIVER
P:	Andrew Vasquez
4817
M:	linux-driver@qlogic.com
L
Linus Torvalds 已提交
4818 4819
L:	linux-scsi@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
4820 4821
F:	Documentation/scsi/LICENSE.qla2xxx
F:	drivers/scsi/qla2xxx/
L
Linus Torvalds 已提交
4822

R
Ron Mercer 已提交
4823 4824 4825 4826 4827
QLOGIC QLA3XXX NETWORK DRIVER
P:	Ron Mercer
M:	linux-driver@qlogic.com
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
4828 4829
F:	Documentation/networking/LICENSE.qla3xxx
F:	drivers/net/qla3xxx.*
R
Ron Mercer 已提交
4830

4831 4832 4833 4834 4835 4836
QLOGIC QLGE 10Gb ETHERNET DRIVER
P:	Ron Mercer
M:	linux-driver@qlogic.com
M:	ron.mercer@qlogic.com
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
4837
F:	drivers/net/qlge/
4838

L
Linus Torvalds 已提交
4839 4840 4841 4842 4843
QNX4 FILESYSTEM
P:	Anders Larsen
M:	al@alarsen.net
W:	http://www.alarsen.net/linux/qnx4fs/
S:	Maintained
4844
F:	fs/qnx4/
J
Joe Perches 已提交
4845 4846
F:	include/linux/qnx4_fs.h
F:	include/linux/qnxtypes.h
L
Linus Torvalds 已提交
4847 4848

RADEON FRAMEBUFFER DISPLAY DRIVER
4849 4850
P:	Benjamin Herrenschmidt
M:	benh@kernel.crashing.org
4851
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
L
Linus Torvalds 已提交
4852
S:	Maintained
J
Joe Perches 已提交
4853 4854
F:	drivers/video/aty/radeon*
F:	include/linux/radeonfb.h
L
Linus Torvalds 已提交
4855 4856

RAGE128 FRAMEBUFFER DISPLAY DRIVER
4857 4858
P:	Paul Mackerras
M:	paulus@samba.org
4859
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
L
Linus Torvalds 已提交
4860
S:	Maintained
J
Joe Perches 已提交
4861
F:	drivers/video/aty/aty128fb.c
L
Linus Torvalds 已提交
4862

R
Randy Dunlap 已提交
4863
RALINK RT2X00 WIRELESS LAN DRIVER
4864 4865
P:	rt2x00 project
L:	linux-wireless@vger.kernel.org
4866
L:	users@rt2x00.serialmonkey.com
4867 4868
W:	http://rt2x00.serialmonkey.com/
S:	Maintained
4869
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4870 4871
F:	drivers/net/wireless/rt2x00/

N
Nick Piggin 已提交
4872 4873 4874 4875
RAMDISK RAM BLOCK DEVICE DRIVER
P:	Nick Piggin
M:	npiggin@suse.de
S:	Maintained
J
Joe Perches 已提交
4876 4877
F:	Documentation/blockdev/ramdisk.txt
F:	drivers/block/brd.c
N
Nick Piggin 已提交
4878

4879 4880 4881 4882
RANDOM NUMBER DRIVER
P:	Matt Mackall
M:	mpm@selenic.com
S:	Maintained
J
Joe Perches 已提交
4883
F:	drivers/char/random.c
4884

M
Matt Porter 已提交
4885 4886 4887 4888
RAPIDIO SUBSYSTEM
P:	Matt Porter
M:	mporter@kernel.crashing.org
S:	Maintained
J
Joe Perches 已提交
4889
F:	drivers/rapidio/
M
Matt Porter 已提交
4890

R
Randy Dunlap 已提交
4891 4892 4893 4894 4895
RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
P:	Corey Thomas
M:	coreythomas@charter.net
L:	linux-wireless@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4896
F:	drivers/net/wireless/ray*
R
Randy Dunlap 已提交
4897 4898 4899 4900

RCUTORTURE MODULE
P:	Josh Triplett
M:	josh@freedesktop.org
4901 4902
P:	Paul E. McKenney
M:	paulmck@linux.vnet.ibm.com
R
Randy Dunlap 已提交
4903
S:	Maintained
J
Joe Perches 已提交
4904 4905
F:	Documentation/RCU/torture.txt
F:	kernel/rcutorture.c
R
Randy Dunlap 已提交
4906

4907 4908
RDC R-321X SoC
P:	Florian Fainelli
4909
M:	florian@openwrt.org
4910 4911
S:	Maintained

4912 4913
RDC R6040 FAST ETHERNET DRIVER
P:	Florian Fainelli
4914
M:	florian@openwrt.org
4915 4916
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4917
F:	drivers/net/r6040.c
4918

A
Andy Grover 已提交
4919 4920 4921
RDS - RELIABLE DATAGRAM SOCKETS
P:	Andy Grover
M:	andy.grover@oracle.com
4922
L:	rds-devel@oss.oracle.com (moderated for non-subscribers)
A
Andy Grover 已提交
4923
S:	Supported
J
Joe Perches 已提交
4924
F:	net/rds/
A
Andy Grover 已提交
4925

4926 4927 4928
READ-COPY UPDATE (RCU)
P:	Dipankar Sarma
M:	dipankar@in.ibm.com
4929 4930
P:	Paul E. McKenney
M:	paulmck@linux.vnet.ibm.com
4931 4932
W:	http://www.rdrop.com/users/paulmck/rclock/
S:	Supported
J
Joe Perches 已提交
4933 4934 4935 4936 4937
F:	Documentation/RCU/rcu.txt
F:	Documentation/RCU/rcuref.txt
F:	include/linux/rcupdate.h
F:	include/linux/srcu.h
F:	kernel/rcupdate.c
4938

L
Linus Torvalds 已提交
4939 4940 4941 4942
REAL TIME CLOCK DRIVER
P:	Paul Gortmaker
M:	p_gortmaker@yahoo.com
S:	Maintained
J
Joe Perches 已提交
4943 4944 4945
F:	Documentation/rtc.txt
F:	drivers/rtc/
F:	include/linux/rtc.h
L
Linus Torvalds 已提交
4946

A
Alessandro Zummo 已提交
4947 4948 4949
REAL TIME CLOCK (RTC) SUBSYSTEM
P:	Alessandro Zummo
M:	a.zummo@towertech.it
4950
L:	rtc-linux@googlegroups.com
A
Alessandro Zummo 已提交
4951
S:	Maintained
J
Joe Perches 已提交
4952 4953 4954
F:	Documentation/rtc.txt
F:	drivers/rtc/
F:	include/linux/rtc.h
A
Alessandro Zummo 已提交
4955

L
Linus Torvalds 已提交
4956
REISERFS FILE SYSTEM
J
Jeff Mahoney 已提交
4957
L:	reiserfs-devel@vger.kernel.org
L
Linus Torvalds 已提交
4958
S:	Supported
J
Joe Perches 已提交
4959
F:	fs/reiserfs/
L
Linus Torvalds 已提交
4960

I
Ivo van Doorn 已提交
4961
RFKILL
J
Johannes Berg 已提交
4962 4963 4964
P:	Johannes Berg
M:	johannes@sipsolutions.net
L:	linux-wireless@vger.kernel.org
I
Ivo van Doorn 已提交
4965
S:	Maintained
4966 4967
F	Documentation/rfkill.txt
F:	net/rfkill/
I
Ivo van Doorn 已提交
4968

R
Randy Dunlap 已提交
4969 4970
RISCOM8 DRIVER
S:	Orphan
J
Joe Perches 已提交
4971 4972
F:	Documentation/serial/riscom8.txt
F:	drivers/char/riscom8*
R
Randy Dunlap 已提交
4973

L
Linus Torvalds 已提交
4974 4975 4976 4977
ROCKETPORT DRIVER
P:	Comtrol Corp.
W:	http://www.comtrol.com
S:	Maintained
J
Joe Perches 已提交
4978 4979
F:	Documentation/serial/rocket.txt
F:	drivers/char/rocket*
L
Linus Torvalds 已提交
4980 4981 4982 4983 4984

ROSE NETWORK LAYER
P:	Ralf Baechle
M:	ralf@linux-mips.org
L:	linux-hams@vger.kernel.org
4985
W:	http://www.linux-ax25.org/
L
Linus Torvalds 已提交
4986
S:	Maintained
J
Joe Perches 已提交
4987 4988 4989
F:	include/linux/rose.h
F:	include/net/rose.h
F:	net/rose/
L
Linus Torvalds 已提交
4990

L
Larry Finger 已提交
4991
RTL8180 WIRELESS DRIVER
4992 4993
P:	John W. Linville
M:	linville@tuxdriver.com
M
Michael Wu 已提交
4994 4995
L:	linux-wireless@vger.kernel.org
W:	http://linuxwireless.org/
4996
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
M
Michael Wu 已提交
4997
S:	Maintained
J
Joe Perches 已提交
4998
F:	drivers/net/wireless/rtl818*
M
Michael Wu 已提交
4999

L
Larry Finger 已提交
5000
RTL8187 WIRELESS DRIVER
J
Joe Perches 已提交
5001 5002 5003 5004 5005 5006 5007 5008
P:	Herton Ronaldo Krzesinski
M:	herton@mandriva.com.br
P:	Hin-Tak Leung
M:	htl10@users.sourceforge.net
P:	Larry Finger
M:	Larry.Finger@lwfinger.net
L:	linux-wireless@vger.kernel.org
W:	http://linuxwireless.org/
5009
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
J
Joe Perches 已提交
5010
S:	Maintained
J
Joe Perches 已提交
5011
F:	drivers/net/wireless/rtl818x/rtl8187*
L
Larry Finger 已提交
5012

5013
S3 SAVAGE FRAMEBUFFER DRIVER
J
Jim Cromie 已提交
5014
P:	Antonino Daplas
5015
M:	adaplas@gmail.com
5016
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
J
Jim Cromie 已提交
5017
S:	Maintained
J
Joe Perches 已提交
5018
F:	drivers/video/savage/
5019

L
Linus Torvalds 已提交
5020 5021 5022
S390
P:	Martin Schwidefsky
M:	schwidefsky@de.ibm.com
5023 5024
P:	Heiko Carstens
M:	heiko.carstens@de.ibm.com
L
Linus Torvalds 已提交
5025
M:	linux390@de.ibm.com
5026
L:	linux-s390@vger.kernel.org
5027 5028
W:	http://www.ibm.com/developerworks/linux/linux390/
S:	Supported
J
Joe Perches 已提交
5029
F:	arch/s390/
5030 5031

S390 NETWORK DRIVERS
U
Ursula Braun 已提交
5032
P:	Ursula Braun
5033
M:	ursula.braun@de.ibm.com
U
Ursula Braun 已提交
5034 5035
P:	Frank Blaschka
M:	blaschka@linux.vnet.ibm.com
5036
M:	linux390@de.ibm.com
5037
L:	linux-s390@vger.kernel.org
5038 5039
W:	http://www.ibm.com/developerworks/linux/linux390/
S:	Supported
J
Joe Perches 已提交
5040
F:	drivers/s390/net/
5041

5042 5043 5044 5045 5046 5047 5048 5049
S390 ZCRYPT DRIVER
P:	Felix Beck
M:	felix.beck@de.ibm.com
P:	Ralph Wuerthner
M:	ralph.wuerthner@de.ibm.com
M:	linux390@de.ibm.com
L:	linux-s390@vger.kernel.org
S:	Supported
5050
F:	drivers/s390/crypto/
5051

5052
S390 ZFCP DRIVER
S
Swen Schillig 已提交
5053 5054 5055 5056
P:	Christof Schmitt
M:	christof.schmitt@de.ibm.com
P:	Martin Peschke
M:	mp3@de.ibm.com
5057
M:	linux390@de.ibm.com
5058
L:	linux-s390@vger.kernel.org
5059
W:	http://www.ibm.com/developerworks/linux/linux390/
L
Linus Torvalds 已提交
5060
S:	Supported
J
Joe Perches 已提交
5061 5062
F:	Documentation/s390/zfcpdump.txt
F:	drivers/s390/scsi/zfcp_*
L
Linus Torvalds 已提交
5063

U
Ursula Braun 已提交
5064 5065
S390 IUCV NETWORK LAYER
P:	Ursula Braun
5066
M:	ursula.braun@de.ibm.com
U
Ursula Braun 已提交
5067 5068 5069 5070
M:	linux390@de.ibm.com
L:	linux-s390@vger.kernel.org
W:	http://www.ibm.com/developerworks/linux/linux390/
S:	Supported
J
Joe Perches 已提交
5071 5072 5073
F:	drivers/s390/net/*iucv*
F:	include/net/iucv/
F:	net/iucv/
U
Ursula Braun 已提交
5074

B
Ben Dooks 已提交
5075 5076 5077 5078 5079
S3C24XX SD/MMC Driver
P:	Ben Dooks
M:	ben-linux@fluff.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Supported
J
Joe Perches 已提交
5080
F:	drivers/mmc/host/s3cmci.*
B
Ben Dooks 已提交
5081

L
Linus Torvalds 已提交
5082 5083 5084
SAA7146 VIDEO4LINUX-2 DRIVER
P:	Michael Hunold
M:	michael@mihu.de
5085
L:	linux-media@vger.kernel.org
5086
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
L
Linus Torvalds 已提交
5087 5088
W:	http://www.mihu.de/linux/saa7146
S:	Maintained
J
Joe Perches 已提交
5089 5090 5091
F:	drivers/media/common/saa7146*
F:	drivers/media/video/*7146*
F:	include/media/*7146*
L
Linus Torvalds 已提交
5092 5093 5094

SC1200 WDT DRIVER
P:	Zwane Mwaikambo
5095
M:	zwane@arm.linux.org.uk
L
Linus Torvalds 已提交
5096
S:	Maintained
J
Joe Perches 已提交
5097
F:	drivers/watchdog/sc1200wdt.c
L
Linus Torvalds 已提交
5098 5099 5100 5101

SCHEDULER
P:	Ingo Molnar
M:	mingo@elte.hu
I
Ingo Molnar 已提交
5102 5103
P:	Peter Zijlstra
M:	peterz@infradead.org
L
Linus Torvalds 已提交
5104
S:	Maintained
J
Joe Perches 已提交
5105 5106
F:	kernel/sched*
F:	include/linux/sched.h
L
Linus Torvalds 已提交
5107 5108 5109

SCSI CDROM DRIVER
P:	Jens Axboe
5110
M:	axboe@kernel.dk
L
Linus Torvalds 已提交
5111 5112 5113
L:	linux-scsi@vger.kernel.org
W:	http://www.kernel.dk
S:	Maintained
J
Joe Perches 已提交
5114
F:	drivers/scsi/sr*
L
Linus Torvalds 已提交
5115 5116 5117 5118 5119 5120 5121

SCSI SG DRIVER
P:	Doug Gilbert
M:	dgilbert@interlog.com
L:	linux-scsi@vger.kernel.org
W:	http://www.torque.net/sg
S:	Maintained
J
Joe Perches 已提交
5122 5123
F:	drivers/scsi/sg.c
F:	include/scsi/sg.h
L
Linus Torvalds 已提交
5124 5125 5126

SCSI SUBSYSTEM
P:	James E.J. Bottomley
5127
M:	James.Bottomley@HansenPartnership.com
L
Linus Torvalds 已提交
5128
L:	linux-scsi@vger.kernel.org
5129 5130 5131
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
L
Linus Torvalds 已提交
5132
S:	Maintained
J
Joe Perches 已提交
5133 5134
F:	drivers/scsi/
F:	include/scsi/
L
Linus Torvalds 已提交
5135 5136

SCSI TAPE DRIVER
5137
P:	Kai Mäkisara
L
Linus Torvalds 已提交
5138 5139 5140
M:	Kai.Makisara@kolumbus.fi
L:	linux-scsi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5141 5142
F:	Documentation/scsi/st.txt
F:	drivers/scsi/st*
L
Linus Torvalds 已提交
5143 5144

SCTP PROTOCOL
5145 5146
P:	Vlad Yasevich
M:	vladislav.yasevich@hp.com
J
Jim Cromie 已提交
5147 5148
P:	Sridhar Samudrala
M:	sri@us.ibm.com
5149
L:	linux-sctp@vger.kernel.org
5150
W:	http://lksctp.sourceforge.net
J
Jim Cromie 已提交
5151
S:	Supported
J
Joe Perches 已提交
5152 5153 5154 5155
F:	Documentation/networking/sctp.txt
F:	include/linux/sctp.h
F:	include/net/sctp/
F:	net/sctp/
L
Linus Torvalds 已提交
5156 5157

SCx200 CPU SUPPORT
5158 5159 5160
P:	Jim Cromie
M:	jim.cromie@gmail.com
S:	Odd Fixes
J
Joe Perches 已提交
5161 5162 5163 5164 5165 5166
F:	Documentation/i2c/busses/scx200_acb
F:	arch/x86/kernel/scx200_32.c
F:	drivers/watchdog/scx200_wdt.c
F:	drivers/i2c/busses/scx200*
F:	drivers/mtd/maps/scx200_docflash.c
F:	include/linux/scx200.h
5167 5168 5169 5170 5171

SCx200 GPIO DRIVER
P:	Jim Cromie
M:	jim.cromie@gmail.com
S:	Maintained
J
Joe Perches 已提交
5172 5173
F:	drivers/char/scx200_gpio.c
F:	include/linux/scx200_gpio.h
5174 5175 5176 5177 5178

SCx200 HRT CLOCKSOURCE DRIVER
P:	Jim Cromie
M:	jim.cromie@gmail.com
S:	Maintained
J
Joe Perches 已提交
5179
F:	drivers/clocksource/scx200_hrt.c
L
Linus Torvalds 已提交
5180

5181 5182 5183 5184 5185
SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
P:	Sascha Sommer
M:	saschasommer@freenet.de
L:	sdricohcs-devel@lists.sourceforge.net (subscribers-only)
S:	Maintained
J
Joe Perches 已提交
5186
F:	drivers/mmc/host/sdricoh_cs.c
5187

R
Randy Dunlap 已提交
5188
SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
R
Randy Dunlap 已提交
5189
P:	Pierre Ossman
5190
M:	pierre@ossman.eu
P
Pierre Ossman 已提交
5191
L:	sdhci-devel@lists.ossman.eu
R
Randy Dunlap 已提交
5192 5193
S:	Maintained

5194 5195 5196 5197 5198
SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
P:	Anton Vorontsov
M:	avorontsov@ru.mvista.com
L:	linuxppc-dev@ozlabs.org
L:	sdhci-devel@lists.ossman.eu
R
Randy Dunlap 已提交
5199
S:	Maintained
J
Joe Perches 已提交
5200
F:	drivers/mmc/host/sdhci.*
R
Randy Dunlap 已提交
5201

5202 5203 5204 5205 5206 5207 5208
SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
P:	Ben Dooks
M:	ben-linux@fluff.org
L:	sdhci-devel@lists.ossman.eu
S:	Maintained
F:	drivers/mmc/host/sdhci-s3c.c

5209 5210 5211 5212
SECURITY SUBSYSTEM
P:	James Morris
M:	jmorris@namei.org
L:	linux-security-module@vger.kernel.org (suggested Cc:)
5213
T:	git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5214
W:	http://security.wiki.kernel.org/
5215
S:	Supported
J
Joe Perches 已提交
5216
F:	security/
5217

L
Linus Torvalds 已提交
5218 5219 5220 5221 5222 5223 5224
SECURITY CONTACT
P:	Security Officers
M:	security@kernel.org
S:	Supported

SELINUX SECURITY MODULE
P:	Stephen Smalley
5225
M:	sds@tycho.nsa.gov
L
Linus Torvalds 已提交
5226
P:	James Morris
5227
M:	jmorris@namei.org
5228 5229
P:	Eric Paris
M:	eparis@parisplace.org
J
Joe Perches 已提交
5230
L:	selinux@tycho.nsa.gov (subscribers-only, general discussion)
5231
W:	http://selinuxproject.org
5232
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
L
Linus Torvalds 已提交
5233
S:	Supported
J
Joe Perches 已提交
5234 5235
F:	include/linux/selinux*
F:	security/selinux/
L
Linus Torvalds 已提交
5236

J
Jiri Slaby 已提交
5237 5238 5239 5240
SENSABLE PHANTOM
P:	Jiri Slaby
M:	jirislaby@gmail.com
S:	Maintained
J
Joe Perches 已提交
5241 5242
F:	drivers/misc/phantom.c
F:	include/linux/phantom.h
J
Jiri Slaby 已提交
5243

5244
SERIAL ATA (SATA) SUBSYSTEM
L
Linus Torvalds 已提交
5245 5246 5247
P:	Jeff Garzik
M:	jgarzik@pobox.com
L:	linux-ide@vger.kernel.org
5248
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
L
Linus Torvalds 已提交
5249
S:	Supported
5250 5251 5252
F:	drivers/ata/
F:	include/linux/ata.h
F:	include/linux/libata.h
L
Linus Torvalds 已提交
5253

S
Sathya Perla 已提交
5254 5255 5256
SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
P:	Sathya Perla
M:	sathyap@serverengines.com
J
Joe Perches 已提交
5257 5258 5259 5260 5261
P:	Subbu Seetharaman
M:	subbus@serverengines.com
L:	netdev@vger.kernel.org
W:	http://www.serverengines.com
S:	Supported
J
Joe Perches 已提交
5262
F:	drivers/net/benet/
S
Sathya Perla 已提交
5263

5264 5265 5266 5267 5268 5269
SFC NETWORK DRIVER
P:	Steve Hodgson
P:	Ben Hutchings
P:	Robert Stonehouse
M:	linux-net-drivers@solarflare.com
S:	Supported
J
Joe Perches 已提交
5270
F:	drivers/net/sfc/
5271

R
Randy Dunlap 已提交
5272 5273 5274 5275
SGI GRU DRIVER
P:	Jack Steiner
M:	steiner@sgi.com
S:	Maintained
J
Joe Perches 已提交
5276
F:	drivers/misc/sgi-gru/
R
Randy Dunlap 已提交
5277 5278 5279 5280 5281 5282

SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
P:	Pat Gefre
M:	pfg@sgi.com
L:	linux-ia64@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
5283 5284 5285
F:	Documentation/ia64/serial.txt
F:	drivers/serial/ioc?_serial.c
F:	include/linux/ioc?.h
R
Randy Dunlap 已提交
5286

L
Linus Torvalds 已提交
5287 5288 5289 5290 5291 5292
SGI VISUAL WORKSTATION 320 AND 540
P:	Andrey Panin
M:	pazke@donpac.ru
L:	linux-visws-devel@lists.sf.net
W:	http://linux-visws.sf.net
S:	Maintained for 2.6.
J
Joe Perches 已提交
5293
F:	Documentation/sgi-visws.txt
L
Linus Torvalds 已提交
5294

5295
SGI XP/XPC/XPNET DRIVER
5296 5297
P:	Robin Holt
M:	holt@sgi.com
5298
S:	Maintained
J
Joe Perches 已提交
5299
F:	drivers/misc/sgi-xp/
5300

R
Randy Dunlap 已提交
5301 5302 5303 5304 5305 5306
SHARP LH SUPPORT (LH7952X & LH7A40X)
P:	Marc Singer
M:	elf@buici.com
W:	http://projects.buici.com/arm
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
S:	Maintained
J
Joe Perches 已提交
5307 5308 5309 5310 5311
F:	Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
F:	arch/arm/mach-lh7a40x/
F:	drivers/serial/serial_lh7a40x.c
F:	drivers/usb/gadget/lh7a40*
F:	drivers/usb/host/ohci-lh7a40*
R
Randy Dunlap 已提交
5312 5313 5314 5315 5316 5317

SHPC HOTPLUG DRIVER
P:	Kristen Carlson Accardi
M:	kristen.c.accardi@intel.com
L:	linux-pci@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
5318
F:	drivers/pci/hotplug/shpchp*
R
Randy Dunlap 已提交
5319

L
Linus Torvalds 已提交
5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332
SIMTEC EB110ATX (Chalice CATS)
P:	Ben Dooks
P:	Vincent Sanders
M:	support@simtec.co.uk
W:	http://www.simtec.co.uk/products/EB110ATX/
S:	Supported

SIMTEC EB2410ITX (BAST)
P:	Ben Dooks
P:	Vincent Sanders
M:	support@simtec.co.uk
W:	http://www.simtec.co.uk/products/EB2410ITX/
S:	Supported
J
Joe Perches 已提交
5333 5334 5335
F:	arch/arm/mach-s3c2410/
F:	drivers/*/*s3c2410*
F:	drivers/*/*/*s3c2410*
L
Linus Torvalds 已提交
5336

5337 5338 5339 5340 5341
SIS 190 ETHERNET DRIVER
P:	Francois Romieu
M:	romieu@fr.zoreil.com
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5342
F:	drivers/net/sis190.c
5343

L
Linus Torvalds 已提交
5344 5345 5346 5347
SIS 900/7016 FAST ETHERNET DRIVER
P:	Daniele Venzano
M:	venza@brownhat.org
W:	http://www.brownhat.org/sis900.html
5348
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
5349
S:	Maintained
J
Joe Perches 已提交
5350
F:	drivers/net/sis900.*
L
Linus Torvalds 已提交
5351

M
Mark M. Hoffman 已提交
5352 5353 5354
SIS 96X I2C/SMBUS DRIVER
P:	Mark M. Hoffman
M:	mhoffman@lightlink.com
J
Jean Delvare 已提交
5355
L:	linux-i2c@vger.kernel.org
M
Mark M. Hoffman 已提交
5356
S:	Maintained
J
Joe Perches 已提交
5357 5358
F:	Documentation/i2c/busses/i2c-sis96x
F:	drivers/i2c/busses/i2c-sis96x.c
M
Mark M. Hoffman 已提交
5359

L
Linus Torvalds 已提交
5360 5361 5362 5363
SIS FRAMEBUFFER DRIVER
P:	Thomas Winischhofer
M:	thomas@winischhofer.net
W:	http://www.winischhofer.net/linuxsisvga.shtml
5364
S:	Maintained
J
Joe Perches 已提交
5365 5366 5367
F:	Documentation/fb/sisfb.txt
F:	drivers/video/sis/
F:	include/video/sisfb.h
L
Linus Torvalds 已提交
5368 5369 5370 5371 5372 5373

SIS USB2VGA DRIVER
P:	Thomas Winischhofer
M:	thomas@winischhofer.net
W:	http://www.winischhofer.at/linuxsisusbvga.shtml
S:	Maintained
J
Joe Perches 已提交
5374
F:	drivers/usb/misc/sisusbvga/
L
Linus Torvalds 已提交
5375

R
Randy Dunlap 已提交
5376 5377 5378 5379 5380
SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
P:	Stephen Hemminger
M:	shemminger@linux-foundation.org
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5381 5382
F:	drivers/net/skge.*
F:	drivers/net/sky2.*
R
Randy Dunlap 已提交
5383

5384 5385
SLAB ALLOCATOR
P:	Christoph Lameter
C
Christoph Lameter 已提交
5386
M:	cl@linux-foundation.org
5387 5388
P:	Pekka Enberg
M:	penberg@cs.helsinki.fi
5389 5390
P:	Matt Mackall
M:	mpm@selenic.com
5391 5392
L:	linux-mm@kvack.org
S:	Maintained
J
Joe Perches 已提交
5393 5394
F:	include/linux/sl?b*.h
F:	mm/sl?b.c
5395

L
Linus Torvalds 已提交
5396 5397 5398 5399
SMC91x ETHERNET DRIVER
P:	Nicolas Pitre
M:	nico@cam.org
S:	Maintained
J
Joe Perches 已提交
5400
F:	drivers/net/smc91x.*
L
Linus Torvalds 已提交
5401

M
Mark M. Hoffman 已提交
5402 5403 5404 5405 5406
SMSC47B397 HARDWARE MONITOR DRIVER
P:	Mark M. Hoffman
M:	mhoffman@lightlink.com
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
5407 5408
F:	Documentation/hwmon/smsc47b397
F:	drivers/hwmon/smsc47b397.c
M
Mark M. Hoffman 已提交
5409

5410
SMSC911x ETHERNET DRIVER
5411 5412 5413 5414
P:	Steve Glendinning
M:	steve.glendinning@smsc.com
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
5415 5416
F:	include/linux/smsc911x.h
F:	drivers/net/smsc911x.*
5417 5418

SMSC9420 PCI ETHERNET DRIVER
5419 5420 5421 5422
P:	Steve Glendinning
M:	steve.glendinning@smsc.com
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
5423
F:	drivers/net/smsc9420.*
5424

5425 5426 5427 5428
SMX UIO Interface
P:	Ben Nizette
M:	bn@niasdigital.com
S:	Maintained
J
Joe Perches 已提交
5429
F:	drivers/uio/uio_smx.c
5430

R
Randy Dunlap 已提交
5431 5432 5433 5434 5435 5436 5437
SN-IA64 (Itanium) SUB-PLATFORM
P:	Jes Sorensen
M:	jes@sgi.com
L:	linux-altix@sgi.com
L:	linux-ia64@vger.kernel.org
W:	http://www.sgi.com/altix
S:	Maintained
J
Joe Perches 已提交
5438
F:	arch/ia64/sn/
R
Randy Dunlap 已提交
5439

5440
SOC-CAMERA V4L2 SUBSYSTEM
5441 5442
P:	Guennadi Liakhovetski
M:	g.liakhovetski@gmx.de
5443
L:	linux-media@vger.kernel.org
5444
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5445
S:	Maintained
J
Joe Perches 已提交
5446 5447
F:	include/media/v4l2*
F:	drivers/media/video/v4l2*
5448

R
Randy Dunlap 已提交
5449 5450 5451 5452
SOEKRIS NET48XX LED SUPPORT
P:	Chris Boot
M:	bootc@bootc.net
S:	Maintained
J
Joe Perches 已提交
5453
F:	drivers/leds/leds-net48xx.c
R
Randy Dunlap 已提交
5454

L
Linus Torvalds 已提交
5455 5456
SOFTWARE RAID (Multiple Disks) SUPPORT
P:	Neil Brown
5457
M:	neilb@suse.de
L
Linus Torvalds 已提交
5458
L:	linux-raid@vger.kernel.org
5459
S:	Supported
J
Joe Perches 已提交
5460 5461
F:	drivers/md/
F:	include/linux/raid/
L
Linus Torvalds 已提交
5462 5463 5464 5465

SONIC NETWORK DRIVER
P:	Thomas Bogendoerfer
M:	tsbogend@alpha.franken.de
5466
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
5467
S:	Maintained
J
Joe Perches 已提交
5468
F:	drivers/net/sonic.*
L
Linus Torvalds 已提交
5469

5470 5471 5472 5473 5474
SONICS SILICON BACKPLANE DRIVER (SSB)
P:	Michael Buesch
M:	mb@bu3sch.de
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5475 5476
F:	drivers/ssb/
F:	include/linux/ssb/
5477

L
Linus Torvalds 已提交
5478
SONY VAIO CONTROL DEVICE DRIVER
M
Mattia Dongili 已提交
5479 5480
P:	Mattia Dongili
M:	malattia@linux.it
5481 5482
L:	linux-acpi@vger.kernel.org
W:	http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
L
Linus Torvalds 已提交
5483
S:	Maintained
J
Joe Perches 已提交
5484 5485 5486 5487
F:	Documentation/laptops/sony-laptop.txt
F:	drivers/char/sonypi.c
F:	drivers/platform/x86/sony-laptop.c
F:	include/linux/sony-laptop.h
L
Linus Torvalds 已提交
5488

5489 5490 5491 5492 5493
SONY MEMORYSTICK CARD SUPPORT
P:	Alex Dubov
M:	oakad@yahoo.com
W:	http://tifmxx.berlios.de/
S:	Maintained
J
Joe Perches 已提交
5494
F:	drivers/memstick/host/tifm_ms.c
5495

L
Linus Torvalds 已提交
5496 5497
SOUND
P:	Jaroslav Kysela
5498
M:	perex@perex.cz
T
Takashi Iwai 已提交
5499 5500
P:	Takashi Iwai
M:	tiwai@suse.de
5501
L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
J
Joe Perches 已提交
5502 5503 5504
W:	http://www.alsa-project.org/
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
T:	git git://git.alsa-project.org/alsa-kernel.git
L
Linus Torvalds 已提交
5505
S:	Maintained
J
Joe Perches 已提交
5506 5507
F:	Documentation/sound/
F:	include/sound/
J
Joe Perches 已提交
5508
F:	sound/
L
Linus Torvalds 已提交
5509

5510
SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5511
P:	Liam Girdwood
5512
M:	lrg@slimlogic.co.uk
5513 5514
P:	Mark Brown
M:	broonie@opensource.wolfsonmicro.com
M
Mark Brown 已提交
5515
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5516
L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
5517
W:	http://alsa-project.org/main/index.php/ASoC
5518
S:	Supported
J
Joe Perches 已提交
5519
F:	sound/soc/
5520
F:	include/sound/soc*
5521

5522 5523 5524
SPARC + UltraSPARC (sparc/sparc64)
P:	David S. Miller
M:	davem@davemloft.net
L
Linus Torvalds 已提交
5525
L:	sparclinux@vger.kernel.org
5526 5527
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
L
Linus Torvalds 已提交
5528
S:	Maintained
J
Joe Perches 已提交
5529
F:	arch/sparc/
L
Linus Torvalds 已提交
5530 5531 5532 5533 5534

SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
P:	Roger Wolff
M:	R.E.Wolff@BitWizard.nl
S:	Supported
J
Joe Perches 已提交
5535 5536
F:	Documentation/serial/specialix.txt
F:	drivers/char/specialix*
L
Linus Torvalds 已提交
5537

R
Randy Dunlap 已提交
5538 5539 5540 5541 5542
SPI SUBSYSTEM
P:	David Brownell
M:	dbrownell@users.sourceforge.net
L:	spi-devel-general@lists.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
5543 5544 5545
F:	Documentation/spi/
F:	drivers/spi/
F:	include/linux/spi/
R
Randy Dunlap 已提交
5546

J
Jim Lewis 已提交
5547
SPIDERNET NETWORK DRIVER for CELL
J
Jens Osterkamp 已提交
5548 5549 5550 5551
P:	Ishizaki Kou
M:	kou.ishizaki@toshiba.co.jp
P:	Jens Osterkamp
M:	jens@de.ibm.com
J
Jim Lewis 已提交
5552 5553
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
5554 5555
F:	Documentation/networking/spider_net.txt
F:	drivers/net/spider_net*
J
Jim Lewis 已提交
5556

R
Randy Dunlap 已提交
5557 5558 5559 5560 5561 5562 5563
SPU FILE SYSTEM
P:	Jeremy Kerr
M:	jk@ozlabs.org
L:	linuxppc-dev@ozlabs.org
L:	cbe-oss-dev@ozlabs.org
W:	http://www.ibm.com/developerworks/power/cell/
S:	Supported
J
Joe Perches 已提交
5564 5565
F:	Documentation/filesystems/spufs.txt
F:	arch/powerpc/platforms/cell/spufs/
R
Randy Dunlap 已提交
5566

P
Phillip Lougher 已提交
5567 5568 5569 5570 5571 5572
SQUASHFS FILE SYSTEM
P:	Phillip Lougher
M:	phillip@lougher.demon.co.uk
L:	squashfs-devel@lists.sourceforge.net (subscribers-only)
W:	http://squashfs.org.uk
S:	Maintained
J
Joe Perches 已提交
5573 5574
F:	Documentation/filesystems/squashfs.txt
F:	fs/squashfs/
P
Phillip Lougher 已提交
5575

L
Linus Torvalds 已提交
5576 5577 5578 5579
SRM (Alpha) environment access
P:	Jan-Benedict Glaw
M:	jbglaw@lug-owl.de
S:	Maintained
J
Joe Perches 已提交
5580
F:	arch/alpha/kernel/srm_env.c
L
Linus Torvalds 已提交
5581

5582
STABLE BRANCH
R
Randy Dunlap 已提交
5583 5584 5585 5586 5587 5588 5589
P:	Greg Kroah-Hartman
M:	greg@kroah.com
P:	Chris Wright
M:	chrisw@sous-sol.org
L:	stable@kernel.org
S:	Maintained

5590
STAGING SUBSYSTEM
5591 5592 5593
P:	Greg Kroah-Hartman
M:	gregkh@suse.de
T:	quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5594
L:	devel@driverdev.osuosl.org
5595
S:	Maintained
J
Joe Perches 已提交
5596
F:	drivers/staging/
5597

L
Linus Torvalds 已提交
5598 5599
STARFIRE/DURALAN NETWORK DRIVER
P:	Ion Badulescu
5600 5601
M:	ionut@badula.org
S:	Odd Fixes
J
Joe Perches 已提交
5602
F:	drivers/net/starfire*
L
Linus Torvalds 已提交
5603 5604

STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
J
Jean Delvare 已提交
5605
S:	Orphan
J
Joe Perches 已提交
5606 5607
F:	drivers/net/wireless/strip.c
F:	include/linux/if_strip.h
L
Linus Torvalds 已提交
5608 5609 5610 5611 5612 5613

STRADIS MPEG-2 DECODER DRIVER
P:	Nathan Laredo
M:	laredo@gnu.org
W:	http://www.stradis.com/
S:	Maintained
J
Joe Perches 已提交
5614
F:	drivers/media/video/stradis.c
L
Linus Torvalds 已提交
5615

R
Randy Dunlap 已提交
5616 5617 5618 5619 5620
SUN3/3X
P:	Sam Creasey
M:	sammy@sammy.net
W:	http://sammy.net/sun3/
S:	Maintained
J
Joe Perches 已提交
5621 5622 5623
F:	arch/m68k/kernel/*sun3*
F:	arch/m68k/sun3*/
F:	arch/m68k/include/asm/sun3*
R
Randy Dunlap 已提交
5624

P
Paul Mundt 已提交
5625
SUPERH
L
Linus Torvalds 已提交
5626 5627
P:	Paul Mundt
M:	lethal@linux-sh.org
P
Paul Mundt 已提交
5628
L:	linux-sh@vger.kernel.org
L
Linus Torvalds 已提交
5629
W:	http://www.linux-sh.org
5630
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5631
S:	Supported
5632
F:	Documentation/sh/
J
Joe Perches 已提交
5633
F:	arch/sh/
5634
F:	drivers/sh/
L
Linus Torvalds 已提交
5635

5636
SUSPEND TO RAM
R
Randy Dunlap 已提交
5637 5638 5639
P:	Len Brown
M:	len.brown@intel.com
P:	Pavel Machek
P
Pavel Machek 已提交
5640
M:	pavel@ucw.cz
R
Randy Dunlap 已提交
5641 5642 5643 5644
P:	Rafael J. Wysocki
M:	rjw@sisk.pl
L:	linux-pm@lists.linux-foundation.org
S:	Supported
J
Joe Perches 已提交
5645 5646 5647 5648 5649 5650 5651
F:	Documentation/power/
F:	arch/x86/kernel/acpi/
F:	drivers/base/power/
F:	kernel/power/
F:	include/linux/suspend.h
F:	include/linux/freezer.h
F:	include/linux/pm.h
L
Linus Torvalds 已提交
5652 5653 5654 5655 5656 5657

SVGA HANDLING
P:	Martin Mares
M:	mj@ucw.cz
L:	linux-video@atrey.karlin.mff.cuni.cz
S:	Maintained
J
Joe Perches 已提交
5658 5659
F:	Documentation/svga.txt
F:	arch/x86/boot/video*
L
Linus Torvalds 已提交
5660 5661 5662 5663 5664

SYSV FILESYSTEM
P:	Christoph Hellwig
M:	hch@infradead.org
S:	Maintained
J
Joe Perches 已提交
5665 5666 5667
F:	Documentation/filesystems/sysv-fs.txt
F:	fs/sysv/
F:	include/linux/sysv_fs.h
L
Linus Torvalds 已提交
5668

A
Alan Cox 已提交
5669
TASKSTATS STATISTICS INTERFACE
5670 5671
P:	Balbir Singh
M:	balbir@linux.vnet.ibm.com
A
Alan Cox 已提交
5672
S:	Maintained
J
Joe Perches 已提交
5673 5674 5675
F:	Documentation/accounting/taskstats*
F:	include/linux/taskstats*
F:	kernel/taskstats.c
A
Alan Cox 已提交
5676

5677 5678 5679 5680 5681
TC CLASSIFIER
P:	Jamal Hadi Salim
M:	hadi@cyberus.ca
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5682 5683 5684
F:	include/linux/pkt_cls.h
F:	include/net/pkt_cls.h
F:	net/sched/
5685

5686 5687 5688 5689 5690 5691 5692
TCP LOW PRIORITY MODULE
P:	Wong Hoi Sing, Edison
M:	hswong3i@gmail.com
P:	Hung Hing Lun, Mike
M:	hlhung3i@gmail.com
W:	http://tcp-lp-mod.sourceforge.net/
S:	Maintained
J
Joe Perches 已提交
5693
F:	net/ipv4/tcp_lp.c
5694

5695 5696 5697 5698 5699 5700 5701
TEHUTI ETHERNET DRIVER
P:	Alexander Indenbaum
M:	baum@tehutinetworks.net
P:	Andy Gospodarek
M:	andy@greyhouse.net
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
5702
F:	drivers/net/tehuti*
5703

A
Alan Cox 已提交
5704 5705 5706 5707
Telecom Clock Driver for MCPL0010
P:	Mark Gross
M:	mark.gross@intel.com
S:	Supported
J
Joe Perches 已提交
5708
F:	drivers/char/tlclk.c
A
Alan Cox 已提交
5709

5710
TENSILICA XTENSA PORT (xtensa)
A
Alan Cox 已提交
5711 5712 5713
P:	Chris Zankel
M:	chris@zankel.net
S:	Maintained
J
Joe Perches 已提交
5714
F:	arch/xtensa/
A
Alan Cox 已提交
5715 5716 5717 5718 5719 5720 5721

THINKPAD ACPI EXTRAS DRIVER
P:	Henrique de Moraes Holschuh
M:	ibm-acpi@hmh.eng.br
L:	ibm-acpi-devel@lists.sourceforge.net
W:	http://ibm-acpi.sourceforge.net
W:	http://thinkwiki.org/wiki/Ibm-acpi
5722
T:	git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
A
Alan Cox 已提交
5723
S:	Maintained
J
Joe Perches 已提交
5724
F:	drivers/platform/x86/thinkpad_acpi.c
A
Alan Cox 已提交
5725

5726
TI FLASH MEDIA INTERFACE DRIVER
5727 5728 5729
P:	Alex Dubov
M:	oakad@yahoo.com
S:	Maintained
J
Joe Perches 已提交
5730 5731 5732
F:	drivers/misc/tifm*
F:	drivers/mmc/host/tifm_sd.c
F:	include/linux/tifm.h
5733

5734 5735 5736 5737 5738 5739 5740
TI TWL4030 SERIES SOC CODEC DRIVER
P:	Peter Ujfalusi
M:	peter.ujfalusi@nokia.com
L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
S:	Maintained
F:	sound/soc/codecs/twl4030*

5741 5742
TIPC NETWORK LAYER
P:	Per Liden
5743
M:	per.liden@ericsson.com
5744
P:	Jon Maloy
5745
M:	jon.maloy@ericsson.com
5746
P:	Allan Stephens
5747
M:	allan.stephens@windriver.com
5748 5749 5750
L:	tipc-discussion@lists.sourceforge.net
W:	http://tipc.sourceforge.net/
W:	http://tipc.cslab.ericsson.net/
5751
T:	git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5752
S:	Maintained
J
Joe Perches 已提交
5753 5754 5755
F:	include/linux/tipc*.h
F:	include/net/tipc/
F:	net/tipc/
5756

L
Linus Torvalds 已提交
5757 5758 5759
TLAN NETWORK DRIVER
P:	Samuel Chessman
M:	chessman@tux.org
5760
L:	tlan-devel@lists.sourceforge.net (subscribers-only)
L
Linus Torvalds 已提交
5761 5762
W:	http://sourceforge.net/projects/tlan/
S:	Maintained
J
Joe Perches 已提交
5763 5764
F:	Documentation/networking/tlan.txt
F:	drivers/net/tlan.*
L
Linus Torvalds 已提交
5765

K
Kentaro Takeda 已提交
5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776
TOMOYO SECURITY MODULE
P:	Kentaro Takeda
M:	takedakn@nttdata.co.jp
P:	Tetsuo Handa
M:	penguin-kernel@I-love.SAKURA.ne.jp
L:	tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
L:	tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
L:	tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
W:	http://tomoyo.sourceforge.jp/
T:	quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
S:	Maintained
J
Joe Perches 已提交
5777
F:	security/tomoyo/
K
Kentaro Takeda 已提交
5778

L
Linus Torvalds 已提交
5779
TOSHIBA ACPI EXTRAS DRIVER
5780
S:	Orphan
J
Joe Perches 已提交
5781
F:	drivers/platform/x86/toshiba_acpi.c
L
Linus Torvalds 已提交
5782 5783 5784 5785 5786 5787 5788

TOSHIBA SMM DRIVER
P:	Jonathan Buzzard
M:	jonathan@buzzard.org.uk
L:	tlinux-users@tce.toshiba-dme.co.jp
W:	http://www.buzzard.org.uk/toshiba/
S:	Maintained
J
Joe Perches 已提交
5789 5790
F:	drivers/char/toshiba.c
F:	include/linux/toshiba.h
L
Linus Torvalds 已提交
5791

P
Pierre Ossman 已提交
5792 5793 5794 5795
TMIO MMC DRIVER
P:	Ian Molton
M:	ian@mnementh.co.uk
S:	Maintained
5796
F:	drivers/mmc/host/tmio_mmc.*
P
Pierre Ossman 已提交
5797

H
Hugh Dickins 已提交
5798 5799 5800 5801 5802 5803 5804 5805
TMPFS (SHMEM FILESYSTEM)
P:	Hugh Dickins
M:	hugh.dickins@tiscali.co.uk
L:	linux-mm@kvack.org
S:	Maintained
F:	include/linux/shmem_fs.h
F:	mm/shmem.c

A
Alan Cox 已提交
5806
TPM DEVICE DRIVER
5807 5808 5809 5810
P:	Debora Velarde
M:	debora@linux.vnet.ibm.com
P:	Rajiv Andrade
M:	srajiv@linux.vnet.ibm.com
A
Alan Cox 已提交
5811 5812
W:	http://tpmdd.sourceforge.net
P:	Marcel Selhorst
5813 5814
M:	m.selhorst@sirrix.com
W:	http://www.sirrix.com
5815
L:	tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
A
Alan Cox 已提交
5816
S:	Maintained
J
Joe Perches 已提交
5817
F:	drivers/char/tpm/
A
Alan Cox 已提交
5818

L
Linus Torvalds 已提交
5819
TRIVIAL PATCHES
J
Jiri Kosina 已提交
5820
P:	Jiri Kosina
J
Jim Cromie 已提交
5821
M:	trivial@kernel.org
5822
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
L
Linus Torvalds 已提交
5823 5824
S:	Maintained

A
Alan Cox 已提交
5825 5826 5827 5828
TTY LAYER
P:	Alan Cox
M:	alan@lxorguk.ukuu.org.uk
S:	Maintained
A
Alan Cox 已提交
5829
T:	stgit http://zeniv.linux.org.uk/~alan/ttydev/
5830 5831 5832 5833 5834
F:	drivers/char/tty_*
F:	drivers/serial/serial_core.c
F:	include/linux/serial_core.h
F:	include/linux/serial.h
F:	include/linux/tty.h
A
Alan Cox 已提交
5835

G
Grant Grundler 已提交
5836 5837 5838 5839
TULIP NETWORK DRIVERS
P:	Grant Grundler
M:	grundler@parisc-linux.org
P:	Kyle McMartin
K
Kyle McMartin 已提交
5840
M:	kyle@mcmartin.ca
G
Grant Grundler 已提交
5841 5842
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5843
F:	drivers/net/tulip/
L
Linus Torvalds 已提交
5844 5845 5846

TUN/TAP driver
P:	Maxim Krasnyansky
5847
M:	maxk@qualcomm.com
L
Linus Torvalds 已提交
5848 5849 5850
L:	vtun@office.satix.net
W:	http://vtun.sourceforge.net/tun
S:	Maintained
J
Joe Perches 已提交
5851 5852
F:	Documentation/networking/tuntap.txt
F:	arch/um/os-Linux/drivers/
L
Linus Torvalds 已提交
5853

5854 5855 5856 5857
TURBOCHANNEL SUBSYSTEM
P:	Maciej W. Rozycki
M:	macro@linux-mips.org
S:	Maintained
J
Joe Perches 已提交
5858 5859
F:	drivers/tc/
F:	include/linux/tc.h
5860

L
Linus Torvalds 已提交
5861 5862 5863 5864 5865
U14-34F SCSI DRIVER
P:	Dario Ballabio
M:	ballabio_dario@emc.com
L:	linux-scsi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5866
F:	drivers/scsi/u14-34f.c
L
Linus Torvalds 已提交
5867

R
Randy Dunlap 已提交
5868 5869 5870 5871
UBI FILE SYSTEM (UBIFS)
P:	Artem Bityutskiy
M:	dedekind@infradead.org
P:	Adrian Hunter
5872
M:	adrian.hunter@nokia.com
R
Randy Dunlap 已提交
5873
L:	linux-mtd@lists.infradead.org
5874
T:	git git://git.infradead.org/ubifs-2.6.git
R
Randy Dunlap 已提交
5875 5876
W:	http://www.linux-mtd.infradead.org/doc/ubifs.html
S:	Maintained
J
Joe Perches 已提交
5877 5878
F:	Documentation/filesystems/ubifs.txt
F:	fs/ubifs/
R
Randy Dunlap 已提交
5879

5880 5881 5882 5883 5884 5885
UCLINUX (AND M68KNOMMU)
P:	Greg Ungerer
M:	gerg@uclinux.org
W:	http://www.uclinux.org/
L:	uclinux-dev@uclinux.org  (subscribers-only)
S:	Maintained
J
Joe Perches 已提交
5886
F:	arch/m68knommu/
5887

5888
UCLINUX FOR RENESAS H8/300 (H8300)
5889 5890 5891 5892 5893
P:	Yoshinori Sato
M:	ysato@users.sourceforge.jp
W:	http://uclinux-h8.sourceforge.jp/
S:	Supported

L
Linus Torvalds 已提交
5894
UDF FILESYSTEM
J
Jan Kara 已提交
5895 5896
P:	Jan Kara
M:	jack@suse.cz
L
Linus Torvalds 已提交
5897 5898
W:	http://linux-udf.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
5899 5900
F:	Documentation/filesystems/udf.txt
F:	fs/udf/
L
Linus Torvalds 已提交
5901

5902 5903 5904 5905
UFS FILESYSTEM
P:	Evgeniy Dushistov
M:	dushistov@mail.ru
S:	Maintained
J
Joe Perches 已提交
5906 5907
F:	Documentation/filesystems/ufs.txt
F:	fs/ufs/
5908

5909 5910 5911 5912 5913
ULTRA-WIDEBAND (UWB) SUBSYSTEM:
P:	David Vrabel
M:	david.vrabel@csr.com
L:	linux-usb@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
5914 5915 5916
F:	drivers/uwb/*
F:	include/linux/uwb.h
F:	include/linux/uwb/
5917

L
Linus Torvalds 已提交
5918 5919
UNIFORM CDROM DRIVER
P:	Jens Axboe
5920
M:	axboe@kernel.dk
L
Linus Torvalds 已提交
5921 5922
W:	http://www.kernel.dk
S:	Maintained
J
Joe Perches 已提交
5923 5924 5925
F:	Documentation/cdrom/
F:	drivers/cdrom/cdrom.c
F:	include/linux/cdrom.h
L
Linus Torvalds 已提交
5926

R
Randy Dunlap 已提交
5927 5928 5929 5930 5931
UNSORTED BLOCK IMAGES (UBI)
P:	Artem Bityutskiy
M:	dedekind@infradead.org
W:	http://www.linux-mtd.infradead.org/
L:	linux-mtd@lists.infradead.org
5932
T:	git git://git.infradead.org/ubi-2.6.git
R
Randy Dunlap 已提交
5933
S:	Maintained
5934
F:	drivers/mtd/ubi/
J
Joe Perches 已提交
5935 5936
F:	include/linux/mtd/ubi.h
F:	include/mtd/ubi-user.h
R
Randy Dunlap 已提交
5937

L
Linus Torvalds 已提交
5938 5939 5940
USB ACM DRIVER
P:	Oliver Neukum
M:	oliver@neukum.name
5941
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5942
S:	Maintained
J
Joe Perches 已提交
5943 5944
F:	Documentation/usb/acm.txt
F:	drivers/usb/class/cdc-acm.*
L
Linus Torvalds 已提交
5945 5946 5947 5948

USB BLOCK DRIVER (UB ub)
P:	Pete Zaitcev
M:	zaitcev@redhat.com
5949
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5950
S:	Supported
J
Joe Perches 已提交
5951
F:	drivers/block/ub.c
L
Linus Torvalds 已提交
5952 5953 5954 5955

USB CDC ETHERNET DRIVER
P:	Greg Kroah-Hartman
M:	greg@kroah.com
5956
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5957 5958
S:	Maintained
W:	http://www.kroah.com/linux-usb/
J
Joe Perches 已提交
5959 5960
F:	drivers/net/usb/cdc_*.c
F:	include/linux/usb/cdc.h
L
Linus Torvalds 已提交
5961

5962 5963 5964 5965 5966
USB CYPRESS C67X00 DRIVER
P:	Peter Korsgaard
M:	jacmet@sunsite.dk
L:	linux-usb@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5967
F:	drivers/usb/c67x00/
5968

5969 5970 5971
USB DAVICOM DM9601 DRIVER
P:	Peter Korsgaard
M:	jacmet@sunsite.dk
5972
L:	netdev@vger.kernel.org
5973 5974
W:	http://www.linux-usb.org/usbnet
S:	Maintained
J
Joe Perches 已提交
5975
F:	drivers/net/usb/dm9601.c
5976

5977 5978 5979 5980 5981 5982
USB DIAMOND RIO500 DRIVER
P:	Cesar Miquel
M:	miquel@df.uba.ar
L:	rio500-users@lists.sourceforge.net
W:	http://rio500.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
5983
F:	drivers/usb/misc/rio500*
5984

L
Linus Torvalds 已提交
5985 5986 5987
USB EHCI DRIVER
P:	David Brownell
M:	dbrownell@users.sourceforge.net
5988
L:	linux-usb@vger.kernel.org
5989
S:	Odd Fixes
J
Joe Perches 已提交
5990 5991
F:	Documentation/usb/ehci.txt
F:	drivers/usb/host/ehci*
L
Linus Torvalds 已提交
5992

5993 5994 5995
USB ET61X[12]51 DRIVER
P:	Luca Risolia
M:	luca.risolia@studio.unibo.it
5996
L:	linux-usb@vger.kernel.org
5997
L:	linux-media@vger.kernel.org
5998
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5999 6000
W:	http://www.linux-projects.org
S:	Maintained
J
Joe Perches 已提交
6001
F:	drivers/media/video/et61x251/
6002

D
David Brownell 已提交
6003 6004 6005
USB GADGET/PERIPHERAL SUBSYSTEM
P:	David Brownell
M:	dbrownell@users.sourceforge.net
6006
L:	linux-usb@vger.kernel.org
D
David Brownell 已提交
6007 6008
W:	http://www.linux-usb.org/gadget
S:	Maintained
J
Joe Perches 已提交
6009 6010
F:	drivers/usb/gadget/
F:	include/linux/usb/gadget*
D
David Brownell 已提交
6011

6012
USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6013 6014
P:	Jiri Kosina
M:	jkosina@suse.cz
6015
L:	linux-usb@vger.kernel.org
6016
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
L
Linus Torvalds 已提交
6017
S:	Maintained
J
Joe Perches 已提交
6018 6019
F:	Documentation/usb/hiddev.txt
F:	drivers/hid/usbhid/
L
Linus Torvalds 已提交
6020

O
Olav Kongas 已提交
6021 6022 6023
USB ISP116X DRIVER
P:	Olav Kongas
M:	ok@artecdesign.ee
6024
L:	linux-usb@vger.kernel.org
O
Olav Kongas 已提交
6025
S:	Maintained
J
Joe Perches 已提交
6026 6027
F:	drivers/usb/host/isp116x*
F:	include/linux/usb/isp116x.h
O
Olav Kongas 已提交
6028

L
Linus Torvalds 已提交
6029 6030 6031
USB KAWASAKI LSI DRIVER
P:	Oliver Neukum
M:	oliver@neukum.name
6032
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
6033
S:	Maintained
J
Joe Perches 已提交
6034
F:	drivers/usb/serial/kl5kusb105.*
L
Linus Torvalds 已提交
6035 6036 6037 6038

USB MASS STORAGE DRIVER
P:	Matthew Dharm
M:	mdharm-usb@one-eyed-alien.net
6039
L:	linux-usb@vger.kernel.org
6040
L:	usb-storage@lists.one-eyed-alien.net
L
Linus Torvalds 已提交
6041 6042
S:	Maintained
W:	http://www.one-eyed-alien.net/~mdharm/linux-usb/
J
Joe Perches 已提交
6043
F:	drivers/usb/storage/
L
Linus Torvalds 已提交
6044 6045

USB OHCI DRIVER
6046 6047
P:	David Brownell
M:	dbrownell@users.sourceforge.net
6048
L:	linux-usb@vger.kernel.org
6049
S:	Odd Fixes
J
Joe Perches 已提交
6050 6051
F:	Documentation/usb/ohci.txt
F:	drivers/usb/host/ohci*
L
Linus Torvalds 已提交
6052

6053 6054 6055
USB OPTION-CARD DRIVER
P:	Matthias Urlichs
M:	smurf@smurf.noris.de
6056
L:	linux-usb@vger.kernel.org
6057
S:	Maintained
J
Joe Perches 已提交
6058
F:	drivers/usb/serial/option.c
6059

L
Linus Torvalds 已提交
6060 6061 6062
USB OV511 DRIVER
P:	Mark McClelland
M:	mmcclell@bigfoot.com
6063
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
6064 6065
W:	http://alpha.dyndns.org/ov511/
S:	Maintained
J
Joe Perches 已提交
6066
F:	drivers/media/video/ov511.*
L
Linus Torvalds 已提交
6067 6068 6069 6070

USB PEGASUS DRIVER
P:	Petko Manolov
M:	petkan@users.sourceforge.net
6071
L:	linux-usb@vger.kernel.org
6072
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
6073 6074
W:	http://pegasus2.sourceforge.net/
S:	Maintained
J
Joe Perches 已提交
6075
F:	drivers/net/usb/pegasus.*
L
Linus Torvalds 已提交
6076

P
Pete Zaitcev 已提交
6077 6078 6079
USB PRINTER DRIVER (usblp)
P:	Pete Zaitcev
M:	zaitcev@redhat.com
6080
L:	linux-usb@vger.kernel.org
P
Pete Zaitcev 已提交
6081
S:	Supported
J
Joe Perches 已提交
6082
F:	drivers/usb/class/usblp.c
L
Linus Torvalds 已提交
6083 6084 6085 6086

USB RTL8150 DRIVER
P:	Petko Manolov
M:	petkan@users.sourceforge.net
6087
L:	linux-usb@vger.kernel.org
6088
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
6089 6090
W:	http://pegasus2.sourceforge.net/
S:	Maintained
J
Joe Perches 已提交
6091
F:	drivers/net/usb/rtl8150.c
L
Linus Torvalds 已提交
6092 6093 6094 6095

USB SE401 DRIVER
P:	Jeroen Vreeken
M:	pe1rxq@amsat.org
6096
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
6097 6098
W:	http://www.chello.nl/~j.vreeken/se401/
S:	Maintained
J
Joe Perches 已提交
6099 6100
F:	Documentation/video4linux/se401.txt
F:	drivers/media/video/se401.*
L
Linus Torvalds 已提交
6101

A
Alan Cox 已提交
6102 6103 6104
USB SERIAL BELKIN F5U103 DRIVER
P:	William Greathouse
M:	wgreathouse@smva.com
6105
L:	linux-usb@vger.kernel.org
A
Alan Cox 已提交
6106
S:	Maintained
J
Joe Perches 已提交
6107
F:	drivers/usb/serial/belkin_sa.*
A
Alan Cox 已提交
6108 6109 6110 6111

USB SERIAL CYPRESS M8 DRIVER
P:	Lonnie Mendez
M:	dignome@gmail.com
6112
L:	linux-usb@vger.kernel.org
A
Alan Cox 已提交
6113 6114 6115
S:	Maintained
W:	http://geocities.com/i0xox0i
W:	http://firstlight.net/cvs
J
Joe Perches 已提交
6116
F:	drivers/usb/serial/cypress_m8.*
A
Alan Cox 已提交
6117

L
Linus Torvalds 已提交
6118 6119 6120 6121 6122
USB SERIAL CYBERJACK DRIVER
P:	Matthias Bruestle and Harald Welte
M:	support@reiner-sct.com
W:	http://www.reiner-sct.de/support/treiber_cyberjack.php
S:	Maintained
J
Joe Perches 已提交
6123
F:	drivers/usb/serial/cyberjack.c
L
Linus Torvalds 已提交
6124 6125 6126 6127 6128

USB SERIAL DIGI ACCELEPORT DRIVER
P:	Peter Berger and Al Borchers
M:	pberger@brimson.com
M:	alborchers@steinerpoint.com
6129
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
6130
S:	Maintained
J
Joe Perches 已提交
6131
F:	drivers/usb/serial/digi_acceleport.c
L
Linus Torvalds 已提交
6132 6133 6134 6135

USB SERIAL DRIVER
P:	Greg Kroah-Hartman
M:	gregkh@suse.de
6136
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
6137
S:	Supported
J
Joe Perches 已提交
6138 6139 6140 6141
F:	Documentation/usb/usb-serial.txt
F:	drivers/usb/serial/generic.c
F:	drivers/usb/serial/usb-serial.c
F:	include/linux/usb/serial.h
L
Linus Torvalds 已提交
6142 6143 6144 6145

USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
P:	Gary Brubaker
M:	xavyer@ix.netcom.com
6146
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
6147
S:	Maintained
J
Joe Perches 已提交
6148
F:	drivers/usb/serial/empeg.c
L
Linus Torvalds 已提交
6149 6150 6151 6152

USB SERIAL KEYSPAN DRIVER
P:	Greg Kroah-Hartman
M:	greg@kroah.com
6153
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
6154 6155
W:	http://www.kroah.com/linux/
S:	Maintained
J
Joe Perches 已提交
6156
F:	drivers/usb/serial/*keyspan*
L
Linus Torvalds 已提交
6157 6158

USB SERIAL WHITEHEAT DRIVER
6159 6160
P:	Support Department
M:	support@connecttech.com
6161
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
6162 6163
W:	http://www.connecttech.com
S:	Supported
J
Joe Perches 已提交
6164
F:	drivers/usb/serial/whiteheat*
L
Linus Torvalds 已提交
6165

6166 6167 6168 6169 6170
USB SMSC95XX ETHERNET DRIVER
P:	Steve Glendinning
M:	steve.glendinning@smsc.com
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
6171
F:	drivers/net/usb/smsc95xx.*
6172

6173
USB SN9C1xx DRIVER
L
Linus Torvalds 已提交
6174 6175
P:	Luca Risolia
M:	luca.risolia@studio.unibo.it
6176
L:	linux-usb@vger.kernel.org
6177
L:	linux-media@vger.kernel.org
6178
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
L
Linus Torvalds 已提交
6179 6180
W:	http://www.linux-projects.org
S:	Maintained
J
Joe Perches 已提交
6181 6182
F:	Documentation/video4linux/sn9c102.txt
F:	drivers/media/video/sn9c102/
L
Linus Torvalds 已提交
6183 6184 6185 6186

USB SUBSYSTEM
P:	Greg Kroah-Hartman
M:	gregkh@suse.de
6187
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
6188
W:	http://www.linux-usb.org
6189
T:	quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
L
Linus Torvalds 已提交
6190
S:	Supported
J
Joe Perches 已提交
6191 6192 6193 6194 6195
F:	Documentation/usb/
F:	drivers/net/usb/
F:	drivers/usb/
F:	include/linux/usb.h
F:	include/linux/usb/
L
Linus Torvalds 已提交
6196 6197 6198 6199

USB UHCI DRIVER
P:	Alan Stern
M:	stern@rowland.harvard.edu
6200
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
6201
S:	Maintained
J
Joe Perches 已提交
6202
F:	drivers/usb/host/uhci*
L
Linus Torvalds 已提交
6203

D
David Brownell 已提交
6204
USB "USBNET" DRIVER FRAMEWORK
L
Linus Torvalds 已提交
6205 6206
P:	David Brownell
M:	dbrownell@users.sourceforge.net
6207
L:	netdev@vger.kernel.org
D
David Brownell 已提交
6208
W:	http://www.linux-usb.org/usbnet
L
Linus Torvalds 已提交
6209
S:	Maintained
J
Joe Perches 已提交
6210 6211
F:	drivers/net/usb/usbnet.c
F:	include/linux/usb/usbnet.h
L
Linus Torvalds 已提交
6212

6213 6214 6215
USB VIDEO CLASS
P:	Laurent Pinchart
M:	laurent.pinchart@skynet.be
6216
L:	linux-uvc-devel@lists.berlios.de (subscribers-only)
6217
L:	linux-media@vger.kernel.org
6218
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6219 6220
W:	http://linux-uvc.berlios.de
S:	Maintained
J
Joe Perches 已提交
6221
F:	drivers/media/video/uvc/
6222

L
Linus Torvalds 已提交
6223 6224 6225
USB W996[87]CF DRIVER
P:	Luca Risolia
M:	luca.risolia@studio.unibo.it
6226
L:	linux-usb@vger.kernel.org
6227
L:	linux-media@vger.kernel.org
6228
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
L
Linus Torvalds 已提交
6229 6230
W:	http://www.linux-projects.org
S:	Maintained
J
Joe Perches 已提交
6231 6232
F:	Documentation/video4linux/w9968cf.txt
F:	drivers/media/video/w996*
L
Linus Torvalds 已提交
6233

6234 6235 6236 6237 6238
USB WIRELESS RNDIS DRIVER (rndis_wlan)
P:	Jussi Kivilinna
M:	jussi.kivilinna@mbnet.fi
L:	linux-wireless@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
6239
F:	drivers/net/wireless/rndis_wlan.c
6240

6241 6242 6243 6244 6245 6246
USB XHCI DRIVER
P:	Sarah Sharp
M:	sarah.a.sharp@intel.com
L:	linux-usb@vger.kernel.org
S:	Supported

6247 6248 6249
USB ZC0301 DRIVER
P:	Luca Risolia
M:	luca.risolia@studio.unibo.it
6250
L:	linux-usb@vger.kernel.org
6251
L:	linux-media@vger.kernel.org
6252
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6253 6254
W:	http://www.linux-projects.org
S:	Maintained
J
Joe Perches 已提交
6255 6256
F:	Documentation/video4linux/zc0301.txt
F:	drivers/media/video/zc0301/
6257

L
Linus Torvalds 已提交
6258 6259 6260
USB ZD1201 DRIVER
P:	Jeroen Vreeken
M:	pe1rxq@amsat.org
6261
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
6262 6263
W:	http://linux-lc100020.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
6264
F:	drivers/net/wireless/zd1201.*
L
Linus Torvalds 已提交
6265

6266 6267 6268
USB ZR364XX DRIVER
P:	Antoine Jacquet
M:	royale@zerezo.com
6269
L:	linux-usb@vger.kernel.org
6270
L:	linux-media@vger.kernel.org
6271
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6272 6273
W:	http://royale.zerezo.com/zr364xx/
S:	Maintained
J
Joe Perches 已提交
6274 6275
F:	Documentation/video4linux/zr364xx.txt
F:	drivers/media/video/zr364xx.c
6276

R
Randy Dunlap 已提交
6277
USER-MODE LINUX (UML)
L
Linus Torvalds 已提交
6278
P:	Jeff Dike
J
Joe Perches 已提交
6279
M:	jdike@addtoit.com
L
Linus Torvalds 已提交
6280 6281 6282 6283
L:	user-mode-linux-devel@lists.sourceforge.net
L:	user-mode-linux-user@lists.sourceforge.net
W:	http://user-mode-linux.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
6284 6285 6286 6287
F:	Documentation/uml/
F:	arch/um/
F:	fs/hostfs/
F:	fs/hppfs/
6288

6289 6290 6291 6292 6293 6294
USERSPACE I/O (UIO)
P:	Hans J. Koch
M:	hjk@linutronix.de
P:	Greg Kroah-Hartman
M:	gregkh@suse.de
S:	Maintained
J
Joe Perches 已提交
6295 6296 6297
F:	Documentation/DocBook/uio-howto.tmpl
F:	drivers/uio/
F:	include/linux/uio*.h
6298

6299 6300 6301 6302 6303
UTIL-LINUX-NG PACKAGE
P:	Karel Zak
M:	kzak@redhat.com
L:	util-linux-ng@vger.kernel.org
W:	http://kernel.org/~kzak/util-linux-ng/
6304
T:	git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6305 6306
S:	Maintained

6307 6308 6309 6310 6311 6312
UVESAFB DRIVER
P:	Michal Januszewski
M:	spock@gentoo.org
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
W:	http://dev.gentoo.org/~spock/projects/uvesafb/
S:	Maintained
J
Joe Perches 已提交
6313 6314
F:	Documentation/fb/uvesafb.txt
F:	drivers/video/uvesafb.*
6315

6316
VFAT/FAT/MSDOS FILESYSTEM
L
Linus Torvalds 已提交
6317 6318 6319
P:	OGAWA Hirofumi
M:	hirofumi@mail.parknet.co.jp
S:	Maintained
J
Joe Perches 已提交
6320 6321
F:	Documentation/filesystems/vfat.txt
F:	fs/fat/
L
Linus Torvalds 已提交
6322 6323 6324 6325 6326

VIA RHINE NETWORK DRIVER
P:	Roger Luethi
M:	rl@hellgate.ch
S:	Maintained
J
Joe Perches 已提交
6327
F:	drivers/net/via-rhine.c
L
Linus Torvalds 已提交
6328

J
Jean Delvare 已提交
6329 6330 6331
VIAPRO SMBUS DRIVER
P:	Jean Delvare
M:	khali@linux-fr.org
J
Jean Delvare 已提交
6332
L:	linux-i2c@vger.kernel.org
J
Jean Delvare 已提交
6333
S:	Maintained
J
Joe Perches 已提交
6334 6335
F:	Documentation/i2c/busses/i2c-viapro
F:	drivers/i2c/busses/i2c-viapro.c
J
Jean Delvare 已提交
6336

6337 6338 6339 6340 6341 6342 6343 6344
VIA SD/MMC CARD CONTROLLER DRIVER
P:	Joseph Chan
M:	JosephChan@via.com.tw
P:	Harald Welte
M:	HaraldWelte@viatech.com
S:	Maintained
F:	drivers/mmc/host/via-sdmmc.c

J
Joseph Chan 已提交
6345 6346 6347 6348 6349 6350 6351
VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
P:	Joseph Chan
M:	JosephChan@via.com.tw
P:	Scott Fang
M:	ScottFang@viatech.com.cn
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
S:	Maintained
J
Joe Perches 已提交
6352
F:	drivers/video/via/
J
Joseph Chan 已提交
6353

6354 6355 6356 6357 6358
VIA VELOCITY NETWORK DRIVER
P:	Francois Romieu
M:	romieu@fr.zoreil.com
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
6359
F:	drivers/net/via-velocity.*
L
Linus Torvalds 已提交
6360

P
Patrick McHardy 已提交
6361 6362 6363 6364 6365
VLAN (802.1Q)
P:	Patrick McHardy
M:	kaber@trash.net
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
6366 6367 6368
F:	drivers/net/macvlan.c
F:	include/linux/if_*vlan.h
F:	net/8021q/
P
Patrick McHardy 已提交
6369

6370 6371 6372 6373 6374 6375 6376 6377
VLYNQ BUS
P:	Florian Fainelli
M:	florian@openwrt.org
L:	openwrt-devel@lists.openwrt.org
S:	Maintained
F:	drivers/vlynq/vlynq.c
F:	include/linux/vlynq.h

6378 6379
VOLTAGE AND CURRENT REGULATOR FRAMEWORK
P:	Liam Girdwood
6380
M:	lrg@slimlogic.co.uk
6381 6382 6383
P:	Mark Brown
M:	broonie@opensource.wolfsonmicro.com
W:	http://opensource.wolfsonmicro.com/node/15
6384
W:	http://www.slimlogic.co.uk/?p=48
6385
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6386
S:	Supported
J
Joe Perches 已提交
6387 6388
F:	drivers/regulator/
F:	include/linux/regulator/
6389

6390 6391 6392 6393 6394
VT1211 HARDWARE MONITOR DRIVER
P:	Juerg Haefliger
M:	juergh@gmail.com
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
6395 6396
F:	Documentation/hwmon/vt1211
F:	drivers/hwmon/vt1211.c
6397

R
Roger Lucas 已提交
6398 6399
VT8231 HARDWARE MONITOR DRIVER
P:	Roger Lucas
6400
M:	vt8231@hiddenengine.co.uk
R
Roger Lucas 已提交
6401 6402
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
6403
F:	drivers/hwmon/vt8231.c
R
Roger Lucas 已提交
6404

L
Linus Torvalds 已提交
6405 6406 6407 6408
W1 DALLAS'S 1-WIRE BUS
P:	Evgeniy Polyakov
M:	johnpol@2ka.mipt.ru
S:	Maintained
J
Joe Perches 已提交
6409 6410
F:	Documentation/w1/
F:	drivers/w1/
L
Linus Torvalds 已提交
6411

6412
W83791D HARDWARE MONITORING DRIVER
M
Marc Hulsman 已提交
6413 6414
P:	Marc Hulsman
M:	m.hulsman@tudelft.nl
6415
L:	lm-sensors@lm-sensors.org
M
Marc Hulsman 已提交
6416
S:	Maintained
J
Joe Perches 已提交
6417 6418
F:	Documentation/hwmon/w83791d
F:	drivers/hwmon/w83791d.c
6419

6420 6421 6422 6423 6424
W83793 HARDWARE MONITORING DRIVER
P:	Rudolf Marek
M:	r.marek@assembler.cz
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
6425 6426
F:	Documentation/hwmon/w83793
F:	drivers/hwmon/w83793.c
6427

L
Linus Torvalds 已提交
6428 6429
W83L51xD SD/MMC CARD INTERFACE DRIVER
P:	Pierre Ossman
6430
M:	pierre@ossman.eu
L
Linus Torvalds 已提交
6431
S:	Maintained
J
Joe Perches 已提交
6432
F:	drivers/mmc/host/wbsd.*
L
Linus Torvalds 已提交
6433

6434 6435 6436
WATCHDOG DEVICE DRIVERS
P:	Wim Van Sebroeck
M:	wim@iguana.be
6437
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6438
S:	Maintained
J
Joe Perches 已提交
6439 6440 6441
F:	Documentation/watchdog/
F:	drivers/watchdog/
F:	include/linux/watchdog.h
6442

L
Linus Torvalds 已提交
6443 6444 6445
WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
P:	Jean Tourrilhes
M:	jt@hpl.hp.com
6446
L:	linux-wireless@vger.kernel.org
L
Linus Torvalds 已提交
6447 6448
W:	http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
S:	Maintained
J
Joe Perches 已提交
6449 6450
F:	Documentation/networking/wavelan.txt
F:	drivers/net/wireless/wavelan*
L
Linus Torvalds 已提交
6451 6452 6453 6454 6455 6456

WD7000 SCSI DRIVER
P:	Miroslav Zagorac
M:	zaga@fly.cc.fer.hr
L:	linux-scsi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
6457
F:	drivers/scsi/wd7000.c
L
Linus Torvalds 已提交
6458

6459 6460 6461 6462 6463 6464 6465 6466
WIMAX STACK
P:	Inaky Perez-Gonzalez
M:	inaky.perez-gonzalez@intel.com
M:	linux-wimax@intel.com
L:	wimax@linuxwimax.org
S:	Supported
W:	http://linuxwimax.org

6467 6468 6469 6470
WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
P:	David Vrabel
M:	david.vrabel@csr.com
S:	Maintained
J
Joe Perches 已提交
6471 6472
F:	include/linux/wlp.h
F:	drivers/uwb/wlp/
6473

D
Dmitry Torokhov 已提交
6474 6475 6476 6477
WISTRON LAPTOP BUTTON DRIVER
P:	Miloslav Trmac
M:	mitr@volny.cz
S:	Maintained
J
Joe Perches 已提交
6478
F:	drivers/input/misc/wistron_btns.c
D
Dmitry Torokhov 已提交
6479

L
Linus Torvalds 已提交
6480 6481
WL3501 WIRELESS PCMCIA CARD DRIVER
P:	Arnaldo Carvalho de Melo
6482
M:	acme@ghostprotocols.net
6483
L:	linux-wireless@vger.kernel.org
6484
W:	http://oops.ghostprotocols.net:81/blog
L
Linus Torvalds 已提交
6485
S:	Maintained
J
Joe Perches 已提交
6486
F:	drivers/net/wireless/wl3501*
L
Linus Torvalds 已提交
6487

6488 6489 6490 6491
WM97XX TOUCHSCREEN DRIVERS
P:	Mark Brown
M:	broonie@opensource.wolfsonmicro.com
P:	Liam Girdwood
6492
M:	lrg@slimlogic.co.uk
6493 6494 6495 6496
L:	linux-input@vger.kernel.org
T:	git git://opensource.wolfsonmicro.com/linux-2.6-touch
W:	http://opensource.wolfsonmicro.com/node/7
S:	Supported
J
Joe Perches 已提交
6497 6498
F:	drivers/input/touchscreen/*wm97*
F:	include/linux/wm97xx.h
6499

L
Linus Torvalds 已提交
6500 6501 6502 6503 6504
X.25 NETWORK LAYER
P:	Henner Eisen
M:	eis@baty.hanse.de
L:	linux-x25@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
6505 6506 6507
F:	Documentation/networking/x25*
F:	include/net/x25*
F:	net/x25/
L
Linus Torvalds 已提交
6508

R
Randy Dunlap 已提交
6509 6510 6511 6512 6513 6514 6515
X86 ARCHITECTURE (32-BIT AND 64-BIT)
P:	Thomas Gleixner
M:	tglx@linutronix.de
P:	Ingo Molnar
M:	mingo@redhat.com
P:	H. Peter Anvin
M:	hpa@zytor.com
6516
M:	x86@kernel.org
6517
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
R
Randy Dunlap 已提交
6518
S:	Maintained
J
Joe Perches 已提交
6519 6520
F:	Documentation/x86/
F:	arch/x86/
R
Randy Dunlap 已提交
6521

6522 6523 6524 6525 6526 6527 6528 6529
XEN HYPERVISOR INTERFACE
P:	Jeremy Fitzhardinge
M:	jeremy@xensource.com
P:	Chris Wright
M:	chrisw@sous-sol.org
L:	virtualization@lists.osdl.org
L:	xen-devel@lists.xensource.com
S:	Supported
J
Joe Perches 已提交
6530 6531 6532 6533 6534
F:	arch/x86/xen/
F:	drivers/*/xen-*front.c
F:	drivers/xen/
F:	arch/x86/include/asm/xen/
F:	include/xen/
6535

L
Linus Torvalds 已提交
6536 6537
XFS FILESYSTEM
P:	Silicon Graphics Inc
F
Felix Blyakher 已提交
6538 6539
P:	Felix Blyakher
M:	felixb@sgi.com
L
Linus Torvalds 已提交
6540
M:	xfs-masters@oss.sgi.com
6541
L:	xfs@oss.sgi.com
L
Linus Torvalds 已提交
6542
W:	http://oss.sgi.com/projects/xfs
6543
T:	git git://oss.sgi.com/xfs/xfs.git
L
Linus Torvalds 已提交
6544
S:	Supported
J
Joe Perches 已提交
6545 6546
F:	Documentation/filesystems/xfs.txt
F:	fs/xfs/
L
Linus Torvalds 已提交
6547

6548 6549 6550 6551 6552
XILINX SYSTEMACE DRIVER
P:	Grant Likely
M:	grant.likely@secretlab.ca
W:	http://www.secretlab.ca/
S:	Maintained
J
Joe Perches 已提交
6553
F:	drivers/block/xsysace.c
6554

P
Peter Korsgaard 已提交
6555 6556 6557 6558 6559
XILINX UARTLITE SERIAL DRIVER
P:	Peter Korsgaard
M:	jacmet@sunsite.dk
L:	linux-serial@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
6560
F:	drivers/serial/uartlite.c
P
Peter Korsgaard 已提交
6561

L
Linus Torvalds 已提交
6562 6563 6564 6565 6566
YAM DRIVER FOR AX.25
P:	Jean-Paul Roubelat
M:	jpr@f6fbb.org
L:	linux-hams@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
6567 6568
F:	drivers/net/hamradio/yam*
F:	include/linux/yam.h
L
Linus Torvalds 已提交
6569

6570 6571 6572 6573 6574
YEALINK PHONE DRIVER
P:	Henk Vergonet
M:	Henk.Vergonet@gmail.com
L:	usbb2k-api-dev@nongnu.org
S:	Maintained
J
Joe Perches 已提交
6575 6576
F:	Documentation/input/yealink.txt
F:	drivers/input/misc/yealink.*
6577

L
Linus Torvalds 已提交
6578 6579 6580 6581 6582 6583 6584
Z8530 DRIVER FOR AX.25
P:	Joerg Reuter
M:	jreuter@yaina.de
W:	http://yaina.de/jreuter/
W:	http://www.qsl.net/dl1bke/
L:	linux-hams@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
6585 6586 6587
F:	Documentation/networking/z8530drv.txt
F:	drivers/net/hamradio/*scc.c
F:	drivers/net/hamradio/z8530.h
L
Linus Torvalds 已提交
6588

6589 6590 6591 6592 6593 6594
ZD1211RW WIRELESS DRIVER
P:	Daniel Drake
M:	dsd@gentoo.org
P:	Ulrich Kunitz
M:	kune@deine-taler.de
W:	http://zd1211.ath.cx/wiki/DriverRewrite
6595
L:	linux-wireless@vger.kernel.org
6596 6597
L:	zd1211-devs@lists.sourceforge.net (subscribers-only)
S:	Maintained
J
Joe Perches 已提交
6598
F:	drivers/net/wireless/zd1211rw/
6599

L
Linus Torvalds 已提交
6600 6601
ZR36067 VIDEO FOR LINUX DRIVER
L:	mjpeg-users@lists.sourceforge.net
6602
L:	linux-media@vger.kernel.org
L
Linus Torvalds 已提交
6603
W:	http://mjpeg.sourceforge.net/driver-zoran/
6604 6605
T:	Mercurial http://linuxtv.org/hg/v4l-dvb
S:	Odd Fixes
J
Joe Perches 已提交
6606
F:	drivers/media/video/zoran/
L
Linus Torvalds 已提交
6607

6608 6609 6610 6611
ZS DECSTATION Z85C30 SERIAL DRIVER
P:	Maciej W. Rozycki
M:	macro@linux-mips.org
S:	Maintained
J
Joe Perches 已提交
6612
F:	drivers/serial/zs.*
6613

L
Linus Torvalds 已提交
6614 6615
THE REST
P:	Linus Torvalds
6616 6617
M:	torvalds@linux-foundation.org
L:	linux-kernel@vger.kernel.org
6618
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
L
Linus Torvalds 已提交
6619
S:	Buried alive in reporters
6620 6621
F:	*
F:	*/