MAINTAINERS 141.3 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 45

	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.

46
	PLEASE remember that submissions must be made under the terms
R
Randy Dunlap 已提交
47 48 49 50
	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.
51

L
Linus Torvalds 已提交
52 53 54 55
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.

56 57 58 59 60
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 已提交
61

62
		-----------------------------------
L
Linus Torvalds 已提交
63 64 65 66 67 68 69 70 71 72 73

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
74
T: SCM tree type and location.  Type is one of: git, hg, quilt.
75
S: Status, one of the following:
L
Linus Torvalds 已提交
76 77 78 79 80 81 82 83 84 85 86

	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 已提交
87 88 89 90 91 92 93 94 95 96 97 98 99
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 已提交
100 101 102
3C505 NETWORK DRIVER
P:	Philip Blundell
M:	philb@gnu.org
103
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
104
S:	Maintained
J
Joe Perches 已提交
105
F:	drivers/net/3c505*
L
Linus Torvalds 已提交
106

S
Steffen Klassert 已提交
107 108 109 110 111
3C59X NETWORK DRIVER
P:	Steffen Klassert
M:	klassert@mathematik.tu-chemnitz.de
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
112 113
F:	Documentation/networking/vortex.txt
F:	drivers/net/3c59x.c
S
Steffen Klassert 已提交
114

L
Linus Torvalds 已提交
115 116 117
3CR990 NETWORK DRIVER
P:	David Dillow
M:	dave@thedillows.org
118
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
119
S:	Maintained
J
Joe Perches 已提交
120
F:	drivers/net/typhoon*
L
Linus Torvalds 已提交
121

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

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

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 已提交
143
F:	drivers/scsi/53c700*
L
Linus Torvalds 已提交
144 145 146 147 148 149

6PACK NETWORK DRIVER FOR AX.25
P:	Andreas Koensgen
M:	ajk@iehk.rwth-aachen.de
L:	linux-hams@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
150
F:	drivers/net/hamradio/6pack.c
L
Linus Torvalds 已提交
151 152 153 154

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

8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
L:	linux-serial@vger.kernel.org
W:	http://serial.sourceforge.net
162
S:	Orphan
J
Joe Perches 已提交
163 164
F:	drivers/serial/8250*
F:	include/linux/serial_8250.h
L
Linus Torvalds 已提交
165 166 167 168

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

174
9P FILE SYSTEM
J
Jim Cromie 已提交
175 176 177
P:	Eric Van Hensbergen
M:	ericvh@gmail.com
P:	Ron Minnich
178
M:	rminnich@sandia.gov
J
Jim Cromie 已提交
179 180 181
P:	Latchesar Ionkov
M:	lucho@ionkov.net
L:	v9fs-developer@lists.sourceforge.net
182
W:	http://swik.net/v9fs
183
T:	git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
J
Jim Cromie 已提交
184
S:	Maintained
J
Joe Perches 已提交
185 186
F:	Documentation/filesystems/9p.txt
F:	fs/9p/
187

L
Linus Torvalds 已提交
188 189 190 191 192
A2232 SERIAL BOARD DRIVER
P:	Enver Haase
M:	A2232@gmx.net
L:	linux-m68k@lists.linux-m68k.org
S:	Maintained
J
Joe Perches 已提交
193
F:	drivers/char/ser_a2232*
L
Linus Torvalds 已提交
194

R
Randy Dunlap 已提交
195 196 197 198 199
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 已提交
200
S:	Supported
J
Joe Perches 已提交
201 202
F:	Documentation/scsi/aacraid.txt
F:	drivers/scsi/aacraid/
L
Linus Torvalds 已提交
203

204
ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
205 206 207 208
P:	Hans de Goede
M:	j.w.r.degoede@hhs.nl
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
209
F:	drivers/hwmon/abituguru.c
210

211 212 213 214 215
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 已提交
216
F:	drivers/hwmon/abituguru3.c
217

L
Linus Torvalds 已提交
218 219 220 221 222
ACENIC DRIVER
P:	Jes Sorensen
M:	jes@trained-monkey.org
L:	linux-acenic@sunsite.dk
S:	Maintained
J
Joe Perches 已提交
223
F:	drivers/net/acenic*
L
Linus Torvalds 已提交
224

225 226 227 228 229 230
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 已提交
231
F:	drivers/platform/x86/acer-wmi.c
232

L
Linus Torvalds 已提交
233
ACPI
234
P:	Len Brown
L
Len Brown 已提交
235
M:	lenb@kernel.org
236
L:	linux-acpi@vger.kernel.org
L
Len Brown 已提交
237
W:	http://www.lesswatts.org/projects/acpi/
238
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
L
Len Brown 已提交
239
S:	Supported
J
Joe Perches 已提交
240 241 242
F:	drivers/acpi/
F:	drivers/pnp/pnpacpi/
F:	include/linux/acpi.h
L
Len Brown 已提交
243 244

ACPI BATTERY DRIVERS
245 246
P:	Alexey Starikovskiy
M:	astarikovskiy@suse.de
L
Len Brown 已提交
247
L:	linux-acpi@vger.kernel.org
A
Adrian Bunk 已提交
248
W:	http://www.lesswatts.org/projects/acpi/
L
Len Brown 已提交
249
S:	Supported
J
Joe Perches 已提交
250 251
F:	drivers/acpi/battery.c
F:	drivers/acpi/*sbs*
L
Len Brown 已提交
252 253 254

ACPI EC DRIVER
P:	Alexey Starikovskiy
255
M:	astarikovskiy@suse.de
L
Len Brown 已提交
256
L:	linux-acpi@vger.kernel.org
A
Adrian Bunk 已提交
257
W:	http://www.lesswatts.org/projects/acpi/
L
Len Brown 已提交
258
S:	Supported
J
Joe Perches 已提交
259
F:	drivers/acpi/ec.c
L
Len Brown 已提交
260 261

ACPI FAN DRIVER
262 263
P:	Zhang Rui
M:	rui.zhang@intel.com
L
Len Brown 已提交
264
L:	linux-acpi@vger.kernel.org
A
Adrian Bunk 已提交
265
W:	http://www.lesswatts.org/projects/acpi/
L
Len Brown 已提交
266
S:	Supported
J
Joe Perches 已提交
267
F:	drivers/acpi/fan.c
L
Linus Torvalds 已提交
268

269 270 271
ACPI PCI HOTPLUG DRIVER
P:	Kristen Carlson Accardi
M:	kristen.c.accardi@intel.com
272
L:	linux-pci@vger.kernel.org
L
Len Brown 已提交
273
S:	Supported
J
Joe Perches 已提交
274
F:	drivers/pci/hotplug/acpi*
L
Len Brown 已提交
275 276

ACPI THERMAL 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/*thermal*
283

L
Len Brown 已提交
284
ACPI VIDEO DRIVER
285
P:	Zhang Rui
L
Len Brown 已提交
286
M:	rui.zhang@intel.com
L
Len Brown 已提交
287
L:	linux-acpi@vger.kernel.org
A
Adrian Bunk 已提交
288
W:	http://www.lesswatts.org/projects/acpi/
L
Len Brown 已提交
289
S:	Supported
J
Joe Perches 已提交
290
F:	drivers/acpi/video.c
291

292
ACPI WMI DRIVER
293 294 295 296 297
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 已提交
298
F:	drivers/platform/x86/wmi.c
299

300
AD1889 ALSA SOUND DRIVER
301 302 303 304 305 306 307
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 已提交
308
F:	sound/pci/ad1889.*
309

L
Linus Torvalds 已提交
310 311 312
ADM1025 HARDWARE MONITOR DRIVER
P:	Jean Delvare
M:	khali@linux-fr.org
313
L:	lm-sensors@lm-sensors.org
L
Linus Torvalds 已提交
314
S:	Maintained
J
Joe Perches 已提交
315 316
F:	Documentation/hwmon/adm1025
F:	drivers/hwmon/adm1025.c
L
Linus Torvalds 已提交
317

318 319 320 321 322
ADM1029 HARDWARE MONITOR DRIVER
P:	Corentin Labbe
M:	corentin.labbe@geomatys.fr
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
323
F:	drivers/hwmon/adm1029.c
324

325 326 327 328 329
ADM8211 WIRELESS DRIVER
P:	Michael Wu
M:	flamingice@sourmilk.net
L:	linux-wireless@vger.kernel.org
W:	http://linuxwireless.org/
330
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
331
S:	Maintained
J
Joe Perches 已提交
332
F:	drivers/net/wireless/adm8211.*
333

L
Linus Torvalds 已提交
334 335 336 337
ADT746X FAN DRIVER
P:	Colin Leroy
M:	colin@colino.net
S:	Maintained
J
Joe Perches 已提交
338
F:	drivers/macintosh/therm_adt746x.c
L
Linus Torvalds 已提交
339

340 341 342 343 344
ADVANSYS SCSI DRIVER
P:	Matthew Wilcox
M:	matthew@wil.cx
L:	linux-scsi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
345 346
F:	Documentation/scsi/advansys.txt
F:	drivers/scsi/advansys.c
347

L
Linus Torvalds 已提交
348 349 350 351
AEDSP16 DRIVER
P:	Riccardo Facchetti
M:	fizban@tin.it
S:	Maintained
J
Joe Perches 已提交
352
F:	sound/oss/aedsp16.c
L
Linus Torvalds 已提交
353 354 355 356 357

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

R
Randy Dunlap 已提交
361 362 363 364 365
AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
P:	David Howells
M:	dhowells@redhat.com
L:	linux-afs@lists.infradead.org
S:	Supported
J
Joe Perches 已提交
366 367 368
F:	fs/afs/
F:	include/net/af_rxrpc.h
F:	net/rxrpc/af_rxrpc.c
R
Randy Dunlap 已提交
369

L
Linus Torvalds 已提交
370
AGPGART DRIVER
371 372
P:	David Airlie
M:	airlied@linux.ie
373
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
L
Linus Torvalds 已提交
374
S:	Maintained
J
Joe Perches 已提交
375 376
F:	drivers/char/agp/
F:	include/linux/agp*
L
Linus Torvalds 已提交
377 378 379

AHA152X SCSI DRIVER
P:	Juergen E. Fischer
J
Joe Perches 已提交
380
M:	fischer@norbit.de
L
Linus Torvalds 已提交
381 382
L:	linux-scsi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
383 384
F:	drivers/scsi/aha152x*
F:	drivers/scsi/pcmcia/aha152x*
L
Linus Torvalds 已提交
385

386 387 388 389
AIC7XXX / AIC79XX SCSI DRIVER
P:	Hannes Reinecke
M:	hare@suse.de
L:	linux-scsi@vger.kernel.org
L
Linus Torvalds 已提交
390
S:	Maintained
J
Joe Perches 已提交
391 392
F:	drivers/scsi/aic7xxx/
F:	drivers/scsi/aic7xxx_old/
L
Linus Torvalds 已提交
393

R
Randy Dunlap 已提交
394 395 396 397 398
AIO
P:	Benjamin LaHaise
M:	bcrl@kvack.org
L:	linux-aio@kvack.org
S:	Supported
J
Joe Perches 已提交
399 400
F:	fs/aio.c
F:	include/linux/*aio*.h
R
Randy Dunlap 已提交
401

L
Linus Torvalds 已提交
402 403 404
ALCATEL SPEEDTOUCH USB DRIVER
P:	Duncan Sands
M:	duncan.sands@free.fr
405
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
406 407
W:	http://www.linux-usb.org/SpeedTouch/
S:	Maintained
J
Joe Perches 已提交
408 409
F:	drivers/usb/atm/speedtch.c
F:	drivers/usb/atm/usbatm.c
L
Linus Torvalds 已提交
410

P
Pierre Ossman 已提交
411
ALCHEMY AU1XX0 MMC DRIVER
M
Manuel Lauss 已提交
412 413 414
P:	Manuel Lauss
M:	manuel.lauss@gmail.com
S:	Maintained
J
Joe Perches 已提交
415
F:	drivers/mmc/host/au1xmmc.c
P
Pierre Ossman 已提交
416

417 418
ALI1563 I2C DRIVER
P:	Rudolf Marek
419
M:	r.marek@assembler.cz
J
Jean Delvare 已提交
420
L:	linux-i2c@vger.kernel.org
421
S:	Maintained
J
Joe Perches 已提交
422 423
F:	Documentation/i2c/busses/i2c-ali1563
F:	drivers/i2c/busses/i2c-ali1563.c
424

L
Linus Torvalds 已提交
425 426 427 428 429 430 431
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.
432
L:	linux-alpha@vger.kernel.org
J
Joe Perches 已提交
433
F:	arch/alpha/
L
Linus Torvalds 已提交
434

435 436 437
AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
P:	Thomas Dahlmann
M:	thomas.dahlmann@amd.com
438
L:	linux-geode@lists.infradead.org (moderated for non-subscribers)
439
S:	Supported
J
Joe Perches 已提交
440
F:	drivers/usb/gadget/amd5536udc.*
441

442
AMD GEODE PROCESSOR/CHIPSET SUPPORT
J
Jim Cromie 已提交
443
P:	Jordan Crouse
444
L:	linux-geode@lists.infradead.org (moderated for non-subscribers)
445 446
W:	http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
S:	Supported
J
Joe Perches 已提交
447 448 449 450 451
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
452

453 454 455 456
AMD IOMMU (AMD-VI)
P:	Joerg Roedel
M:	joerg.roedel@amd.com
L:	iommu@lists.linux-foundation.org
457
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
458
S:	Supported
J
Joe Perches 已提交
459 460
F:	arch/x86/kernel/amd_iommu*.c
F:	arch/x86/include/asm/amd_iommu*.h
461

462
AMD MICROCODE UPDATE SUPPORT
J
Joe Perches 已提交
463 464 465 466
P:	Andreas Herrmann
M:	andeas.herrmann3@amd.com
L:	amd64-microcode@amd64.org
S:	Supported
J
Joe Perches 已提交
467
F:	arch/x86/kernel/microcode_amd.c
468

469 470 471 472 473 474
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 已提交
475
F:	drivers/hwmon/ams/
476

477 478 479 480 481
AMSO1100 RNIC DRIVER
P:	Tom Tucker
M:	tom@opengridcomputing.com
P:	Steve Wise
M:	swise@opengridcomputing.com
R
Roland Dreier 已提交
482
L:	general@lists.openfabrics.org
483
S:	Maintained
J
Joe Perches 已提交
484
F:	drivers/infiniband/hw/amso1100/
485

486 487 488 489
AOA (Apple Onboard Audio) ALSA DRIVER
P:	Johannes Berg
M:	johannes@sipsolutions.net
L:	linuxppc-dev@ozlabs.org
T
Takashi Iwai 已提交
490
L:	alsa-devel@alsa-project.org (subscribers-only)
491
S:	Maintained
J
Joe Perches 已提交
492
F:	sound/aoa/
493

L
Linus Torvalds 已提交
494 495 496 497 498 499
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 已提交
500 501
F:	arch/x86/kernel/apm_32.c
F:	include/linux/apm_bios.h
L
Linus Torvalds 已提交
502

503 504 505 506 507
APPLE BCM5974 MULTITOUCH DRIVER
P:	Henrik Rydberg
M:	rydberg@euromail.se
L:	linux-input@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
508
F:	drivers/input/mouse/bcm5974.c
509

510 511 512 513 514
APPLE SMC DRIVER
P:	Nicolas Boichat
M:	nicolas@boichat.ch
L:	mactel-linux-devel@lists.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
515
F:	drivers/hwmon/applesmc.c
516

L
Linus Torvalds 已提交
517 518
APPLETALK NETWORK LAYER
P:	Arnaldo Carvalho de Melo
519
M:	acme@ghostprotocols.net
L
Linus Torvalds 已提交
520
S:	Maintained
J
Joe Perches 已提交
521 522
F:	drivers/net/appletalk/
F:	net/appletalk/
L
Linus Torvalds 已提交
523

524 525 526
APPLETOUCH TOUCHPAD DRIVER
P:	Johannes Berg
M:	johannes@sipsolutions.net
527
L:	linux-input@vger.kernel.org
528
S:	Maintained
J
Joe Perches 已提交
529 530
F:	Documentation/input/appletouch.txt
F:	drivers/input/mouse/appletouch.c
531

532 533 534 535
ARC FRAMEBUFFER DRIVER
P:	Jaya Kumar
M:	jayalk@intworks.biz
S:	Maintained
J
Joe Perches 已提交
536 537
F:	drivers/video/arcfb.c
F:	drivers/video/fb_defio.c
538

L
Linus Torvalds 已提交
539 540 541 542
ARM MFM AND FLOPPY DRIVERS
P:	Ian Molton
M:	spyro@f2s.com
S:	Maintained
J
Joe Perches 已提交
543 544
F:	arch/arm/lib/floppydma.S
F:	arch/arm/include/asm/floppy.h
L
Linus Torvalds 已提交
545

546
ARM PRIMECELL MMCI PL180/1 DRIVER
547
S:	Orphan
J
Joe Perches 已提交
548
F:	drivers/mmc/host/mmci.*
549

550 551 552 553 554
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 已提交
555 556
F:	arch/arm/mach-ixp23xx/
F:	arch/arm/mach-ixp23xx/include/mach/
557 558 559 560 561 562 563

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

564 565 566 567 568 569
ARM/AFEB9260 MACHINE SUPPORT
P:	Sergey Lapin
M:	slapin@ossfans.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

570 571 572 573 574 575
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

576
ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
577 578 579 580 581
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
582

583 584 585 586 587 588 589 590 591 592 593 594
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

595
ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
596 597 598 599 600
P:	Mike Rapoport
M:	mike@compulab.co.il
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

L
Linus Torvalds 已提交
601 602 603 604 605
ARM/CORGI MACHINE SUPPORT
P:	Richard Purdie
M:	rpurdie@rpsys.net
S:	Maintained

606 607 608 609
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)
610
T:	git git://gitorious.org/linux-gemini/mainline.git
611 612
S:	Maintained

613 614 615 616 617 618 619 620 621 622 623
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

624 625 626 627 628 629
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

630 631 632 633 634 635
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

636 637 638 639 640 641
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

642 643 644 645 646 647
ARM/GUMSTIX MACHINE SUPPORT
P:	Steve Sakoman
M:	sakoman@gmail.com
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

648
ARM/HP JORNADA 7XX MACHINE SUPPORT
649 650 651 652
P:	Kristoffer Ericson
M:	kristoffer.ericson@gmail.com
W:	www.jlime.com
S:	Maintained
653

654 655 656
ARM/INTEL IOP32X ARM ARCHITECTURE
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
657 658
P:	Dan Williams
M:	dan.j.williams@intel.com
659
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
660 661 662 663 664 665 666
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
667 668 669 670

ARM/INTEL IOP13XX ARM ARCHITECTURE
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
671 672
P:	Dan Williams
M:	dan.j.williams@intel.com
673
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
674
S:	Supported
675 676 677 678

ARM/INTEL IQ81342EX MACHINE SUPPORT
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
679 680
P:	Dan Williams
M:	dan.j.williams@intel.com
681
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
682
S:	Supported
683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704

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
705 706
P:	Dan Williams
M:	dan.j.williams@intel.com
707
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
708
S:	Supported
709 710 711 712 713 714 715 716 717 718 719 720 721

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

722 723 724 725 726
ARM/MAGICIAN MACHINE SUPPORT
P:	Philipp Zabel
M:	philipp.zabel@gmail.com
S:	Maintained

727 728 729 730 731
ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
P:	Michael Petchkovsky
M:	mkpetch@internode.on.net
S:	Maintained

732
ARM/TOSA MACHINE SUPPORT
733
P:	Dmitry Eremin-Solenikov
734
M:	dbaryshkov@gmail.com
735 736 737 738
P:	Dirk Opfer
M:	dirk@opfer-online.de
S:	Maintained

739
ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
740 741 742 743 744
P:	Marek Vasut
M:	marek.vasut@gmail.com
W:	http://hackndev.com
S:	Maintained

745
ARM/PALMZ72 SUPPORT
J
Joe Perches 已提交
746 747 748 749
P:	Sergey Lapin
M:	slapin@ossfans.org
W:	http://hackndev.com
S:	Maintained
750

L
Linus Torvalds 已提交
751 752 753 754 755 756 757 758 759
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
760
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
L
Linus Torvalds 已提交
761 762 763
W:	http://www.arm.linux.org.uk/
S:	Maintained

764 765 766 767 768 769
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

L
Linus Torvalds 已提交
770 771 772 773 774 775 776 777 778
ARM/SHARK MACHINE SUPPORT
P:	Alexander Schulz
M:	alex@shark-linux.de
W:	http://www.shark-linux.de/shark.html
S:	Maintained

ARM/STRONGARM110 PORT
P:	Russell King
M:	rmk@arm.linux.org.uk
779
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
L
Linus Torvalds 已提交
780 781 782 783 784
W:	http://www.arm.linux.org.uk/
S:	Maintained

ARM/S3C2410 ARM ARCHITECTURE
P:	Ben Dooks
785
M:	ben-linux@fluff.org
786
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
L
Linus Torvalds 已提交
787 788 789 790 791
W:	http://www.fluff.org/ben/linux/
S:	Maintained

ARM/S3C2440 ARM ARCHITECTURE
P:	Ben Dooks
792
M:	ben-linux@fluff.org
793
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
L
Linus Torvalds 已提交
794 795 796
W:	http://www.fluff.org/ben/linux/
S:	Maintained

797 798 799 800 801 802 803 804 805 806 807 808
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

809
ARM/NUVOTON W90X900 ARM ARCHITECTURE
J
Joe Perches 已提交
810 811 812 813 814
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
815

L
Linus Torvalds 已提交
816 817
ARPD SUPPORT
P:	Jonathan Layes
818
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
819
S:	Maintained
J
Joe Perches 已提交
820
F:	net/ipv4/arp.c
L
Linus Torvalds 已提交
821 822

ASUS ACPI EXTRAS DRIVER
L
Len Brown 已提交
823 824
P:	Corentin Chary
M:	corentincj@iksaif.net
L
Linus Torvalds 已提交
825 826 827 828
P:	Karol Kozimor
M:	sziwan@users.sourceforge.net
L:	acpi4asus-user@lists.sourceforge.net
W:	http://sourceforge.net/projects/acpi4asus
L
Len Brown 已提交
829
W:	http://xf.iksaif.net/acpi4asus
C
Corentin Chary 已提交
830
S:	Maintained
J
Joe Perches 已提交
831 832
F:	arch/x86/kernel/acpi/boot.c
F:	drivers/platform/x86/asus_acpi.c
C
Corentin Chary 已提交
833

M
Mark M. Hoffman 已提交
834 835 836 837 838
ASUS ASB100 HARDWARE MONITOR DRIVER
P:	Mark M. Hoffman
M:	mhoffman@lightlink.com
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
839
F:	drivers/hwmon/asb100.c
M
Mark M. Hoffman 已提交
840

C
Corentin Chary 已提交
841 842 843 844
ASUS LAPTOP EXTRAS DRIVER
P:	Corentin Chary
M:	corentincj@iksaif.net
L:	acpi4asus-user@lists.sourceforge.net
L
Linus Torvalds 已提交
845
W:	http://sourceforge.net/projects/acpi4asus
L
Len Brown 已提交
846
W:	http://xf.iksaif.net/acpi4asus
L
Linus Torvalds 已提交
847
S:	Maintained
J
Joe Perches 已提交
848
F:	drivers/platform/x86/asus-laptop.c
L
Linus Torvalds 已提交
849

850
ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
851 852
P:	Dan Williams
M:	dan.j.williams@intel.com
853 854
P:	Maciej Sosnowski
M:	maciej.sosnowski@intel.com
855 856 857
L:	linux-kernel@vger.kernel.org
W:	http://sourceforge.net/projects/xscaleiop
S:	Supported
J
Joe Perches 已提交
858 859 860 861 862
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
863

R
Randy Dunlap 已提交
864
ATA OVER ETHERNET (AOE) DRIVER
L
Linus Torvalds 已提交
865 866 867 868
P:	Ed L. Cashin
M:	ecashin@coraid.com
W:	http://www.coraid.com/support/linux
S:	Supported
J
Joe Perches 已提交
869 870
F:	Documentation/aoe/
F:	drivers/block/aoe/
L
Linus Torvalds 已提交
871

872 873 874 875 876 877
ATHEROS ATH5K WIRELESS DRIVER
P:	Jiri Slaby
M:	jirislaby@gmail.com
P:	Nick Kossifidis
M:	mickflemm@gmail.com
P:	Luis R. Rodriguez
878
M:	lrodriguez@atheros.com
B
Bob Copeland 已提交
879 880
P:	Bob Copeland
M:	me@bobcopeland.com
881 882 883
L:	linux-wireless@vger.kernel.org
L:	ath5k-devel@lists.ath5k.org
S:	Maintained
J
Joe Perches 已提交
884
F:	drivers/net/wireless/ath5k/
885

886 887 888 889 890 891 892 893
ATHEROS ATH9K WIRELESS DRIVER
P:	Luis R. Rodriguez
M:	lrodriguez@atheros.com
P:	Jouni Malinen
M:	jmalinen@atheros.com
L:	linux-wireless@vger.kernel.org
L:	ath9k-devel@lists.ath9k.org
S:	Supported
J
Joe Perches 已提交
894
F:	drivers/net/wireless/ath9k/
895

896 897 898 899 900 901 902 903
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
F:	drivers/net/wireless/ar9170/

904 905 906 907
ATI_REMOTE2 DRIVER
P:	Ville Syrjala
M:	syrjala@sci.fi
S:	Maintained
J
Joe Perches 已提交
908
F:	drivers/input/misc/ati_remote2.c
909

910
ATLX ETHERNET DRIVERS
J
Jay Cliburn 已提交
911 912 913 914
P:	Jay Cliburn
M:	jcliburn@gmail.com
P:	Chris Snook
M:	csnook@redhat.com
915 916
P:	Jie Yang
M:	jie.yang@atheros.com
J
Jay Cliburn 已提交
917 918 919 920
L:	atl1-devel@lists.sourceforge.net
W:	http://sourceforge.net/projects/atl1
W:	http://atl1.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
921
F:	drivers/net/atlx/
J
Jay Cliburn 已提交
922

L
Linus Torvalds 已提交
923 924 925
ATM
P:	Chas Williams
M:	chas@cmf.nrl.navy.mil
926
L:	linux-atm-general@lists.sourceforge.net (subscribers-only)
J
Jiri Slaby 已提交
927
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
928 929
W:	http://linux-atm.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
930 931
F:	drivers/atm/
F:	include/linux/atm*
L
Linus Torvalds 已提交
932

P
Pierre Ossman 已提交
933
ATMEL AT91 MCI DRIVER
P
Pierre Ossman 已提交
934
P:	Nicolas Ferre
935
M:	nicolas.ferre@atmel.com
P
Pierre Ossman 已提交
936 937 938 939
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 已提交
940
F:	drivers/mmc/host/at91_mci.c
P
Pierre Ossman 已提交
941

942 943 944 945 946
ATMEL AT91 / AT32 SERIAL DRIVER
P:	Haavard Skinnemoen
M:	hskinnemoen@atmel.com
L:	linux-kernel@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
947
F:	drivers/serial/atmel_serial.c
948

949 950 951
ATMEL LCDFB DRIVER
P:	Nicolas Ferre
M:	nicolas.ferre@atmel.com
952
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
953
S:	Maintained
J
Joe Perches 已提交
954 955
F:	drivers/video/atmel_lcdfb.c
F:	include/video/atmel_lcdc.h
956

957 958 959 960
ATMEL MACB ETHERNET DRIVER
P:	Haavard Skinnemoen
M:	hskinnemoen@atmel.com
S:	Supported
J
Joe Perches 已提交
961
F:	drivers/net/macb.*
962

963 964 965 966
ATMEL SPI DRIVER
P:	Haavard Skinnemoen
M:	hskinnemoen@atmel.com
S:	Supported
J
Joe Perches 已提交
967
F:	drivers/spi/atmel_spi.*
968

969 970 971 972 973 974
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 已提交
975
F:	drivers/usb/gadget/atmel_usba_udc.*
976

L
Linus Torvalds 已提交
977 978 979
ATMEL WIRELESS DRIVER
P:	Simon Kelley
M:	simon@thekelleys.org.uk
980
L:	linux-wireless@vger.kernel.org
L
Linus Torvalds 已提交
981 982 983
W:	http://www.thekelleys.org.uk/atmel
W:	http://atmelwlandriver.sourceforge.net/
S:	Maintained
J
Joe Perches 已提交
984
F:	drivers/net/wireless/atmel*
L
Linus Torvalds 已提交
985

986
AUDIT SUBSYSTEM
E
Eric Paris 已提交
987 988 989 990
P:	Al Viro
M:	viro@zeniv.linux.org.uk
P:	Eric Paris
M:	eparis@redhat.com
G
Gabriel C 已提交
991
L:	linux-audit@redhat.com (subscribers-only)
992
W:	http://people.redhat.com/sgrubb/audit/
993
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
994
S:	Maintained
J
Joe Perches 已提交
995 996
F:	include/linux/audit.h
F:	kernel/audit*
997

998 999
AUXILIARY DISPLAY DRIVERS
P:	Miguel Ojeda Sandonis
M
Miguel Ojeda 已提交
1000
M:	miguel.ojeda.sandonis@gmail.com
1001
L:	linux-kernel@vger.kernel.org
M
Miguel Ojeda 已提交
1002 1003
W:	http://miguelojeda.es/auxdisplay.htm
W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1004
S:	Maintained
J
Joe Perches 已提交
1005 1006
F:	drivers/auxdisplay/
F:	include/linux/cfag12864b.h
1007

H
Haavard Skinnemoen 已提交
1008 1009 1010 1011 1012 1013 1014
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 已提交
1015
F:	arch/avr32/
H
Haavard Skinnemoen 已提交
1016 1017 1018 1019 1020

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

L
Linus Torvalds 已提交
1023 1024 1025 1026
AX.25 NETWORK LAYER
P:	Ralf Baechle
M:	ralf@linux-mips.org
L:	linux-hams@vger.kernel.org
1027
W:	http://www.linux-ax25.org/
L
Linus Torvalds 已提交
1028
S:	Maintained
J
Joe Perches 已提交
1029 1030 1031
F:	include/linux/ax25.h
F:	include/net/ax25.h
F:	net/ax25/
L
Linus Torvalds 已提交
1032

R
Randy Dunlap 已提交
1033 1034 1035 1036 1037 1038 1039 1040
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 已提交
1041
F:	drivers/net/wireless/b43/
R
Randy Dunlap 已提交
1042 1043 1044 1045 1046 1047 1048 1049 1050

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 已提交
1051
F:	drivers/net/wireless/b43legacy/
R
Randy Dunlap 已提交
1052

R
Richard Purdie 已提交
1053 1054 1055 1056
BACKLIGHT CLASS/SUBSYSTEM
P:	Richard Purdie
M:	rpurdie@rpsys.net
S:	Maintained
J
Joe Perches 已提交
1057 1058
F:	drivers/video/backlight/
F:	include/linux/backlight.h
R
Richard Purdie 已提交
1059

R
Randy Dunlap 已提交
1060 1061 1062 1063 1064 1065
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 已提交
1066
F:	drivers/net/hamradio/baycom*
R
Randy Dunlap 已提交
1067 1068 1069 1070 1071 1072

BEFS FILE SYSTEM
P:	Sergey S. Kostyliov
M:	rathamahata@php4.ru
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
1073 1074
F:	Documentation/filesystems/befs.txt
F:	fs/befs/
R
Randy Dunlap 已提交
1075 1076 1077 1078 1079 1080

BFS FILE SYSTEM
P:	Tigran A. Aivazian
M:	tigran@aivazian.fsnet.co.uk
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
1081 1082 1083
F:	Documentation/filesystems/bfs.txt
F:	fs/bfs/
F:	include/linux/bfs_fs.h
R
Randy Dunlap 已提交
1084

B
Bryan Wu 已提交
1085
BLACKFIN ARCHITECTURE
1086
P:	Bryan Wu
1087
M:	cooloney@kernel.org
1088
L:	uclinux-dist-devel@blackfin.uclinux.org
1089 1090
W:	http://blackfin.uclinux.org
S:	Supported
J
Joe Perches 已提交
1091
F:	arch/blackfin/
1092

1093 1094
BLACKFIN EMAC DRIVER
P:	Bryan Wu
1095
M:	cooloney@kernel.org
1096 1097 1098
L:	uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
W:	http://blackfin.uclinux.org
S:	Supported
J
Joe Perches 已提交
1099
F:	drivers/net/bfin_mac.*
1100

1101 1102 1103 1104 1105 1106
BLACKFIN RTC DRIVER
P:	Mike Frysinger
M:	vapier.adi@gmail.com
L:	uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
W:	http://blackfin.uclinux.org
S:	Supported
J
Joe Perches 已提交
1107
F:	drivers/rtc/rtc-bfin.c
B
Bryan Wu 已提交
1108 1109

BLACKFIN SERIAL DRIVER
1110 1111
P:	Sonic Zhang
M:	sonic.zhang@analog.com
1112 1113 1114
L:	uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
W:	http://blackfin.uclinux.org
S:	Supported
J
Joe Perches 已提交
1115
F:	drivers/serial/bfin_5xx.c
B
Bryan Wu 已提交
1116

1117 1118 1119 1120 1121 1122
BLACKFIN WATCHDOG DRIVER
P:	Mike Frysinger
M:	vapier.adi@gmail.com
L:	uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
W:	http://blackfin.uclinux.org
S:	Supported
J
Joe Perches 已提交
1123
F:	drivers/watchdog/bfin_wdt.c
1124

1125 1126 1127 1128 1129 1130
BLACKFIN I2C TWI DRIVER
P:	Sonic Zhang
M:	sonic.zhang@analog.com
L:	uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
W:	http://blackfin.uclinux.org/
S:	Supported
J
Joe Perches 已提交
1131
F:	drivers/i2c/busses/i2c-bfin-twi.c
1132

L
Linus Torvalds 已提交
1133 1134
BLOCK LAYER
P:	Jens Axboe
1135
M:	axboe@kernel.dk
L
Linus Torvalds 已提交
1136
L:	linux-kernel@vger.kernel.org
1137
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
L
Linus Torvalds 已提交
1138
S:	Maintained
J
Joe Perches 已提交
1139
F:	block/
L
Linus Torvalds 已提交
1140

1141 1142 1143 1144 1145
BLOCK2MTD DRIVER
P:	Joern Engel
M:	joern@lazybastard.org
L:	linux-mtd@lists.infradead.org
S:	Maintained
J
Joe Perches 已提交
1146
F:	drivers/mtd/devices/block2mtd.c
1147

1148
BLUETOOTH DRIVERS
L
Linus Torvalds 已提交
1149 1150
P:	Marcel Holtmann
M:	marcel@holtmann.org
1151
L:	linux-bluetooth@vger.kernel.org
1152
W:	http://www.bluez.org/
L
Linus Torvalds 已提交
1153
S:	Maintained
J
Joe Perches 已提交
1154
F:	drivers/bluetooth/
L
Linus Torvalds 已提交
1155

1156
BLUETOOTH SUBSYSTEM
L
Linus Torvalds 已提交
1157 1158
P:	Marcel Holtmann
M:	marcel@holtmann.org
1159 1160
L:	linux-bluetooth@vger.kernel.org
W:	http://www.bluez.org/
1161
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
L
Linus Torvalds 已提交
1162
S:	Maintained
J
Joe Perches 已提交
1163 1164
F:	net/bluetooth/
F:	include/net/bluetooth/
L
Linus Torvalds 已提交
1165 1166

BONDING DRIVER
J
Jim Cromie 已提交
1167 1168 1169 1170 1171
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 已提交
1172 1173
F:	drivers/net/bonding/
F:	include/linux/if_bonding.h
L
Linus Torvalds 已提交
1174

G
Gary Zambrano 已提交
1175 1176 1177 1178 1179
BROADCOM B44 10/100 ETHERNET DRIVER
P:	Gary Zambrano
M:	zambrano@broadcom.com
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
1180
F:	drivers/net/b44.*
G
Gary Zambrano 已提交
1181

1182 1183 1184 1185 1186
BROADCOM BNX2 GIGABIT ETHERNET DRIVER
P:	Michael Chan
M:	mchan@broadcom.com
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
1187 1188
F:	drivers/net/bnx2.*
F:	drivers/net/bnx2_*
1189

1190
BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1191 1192
P:	Eilon Greenstein
M:	eilong@broadcom.com
1193 1194
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
1195
F:	drivers/net/bnx2x*
1196

1197
BROADCOM TG3 GIGABIT ETHERNET DRIVER
M
Matt Carlson 已提交
1198 1199
P:	Matt Carlson
M:	mcarlson@broadcom.com
1200 1201 1202 1203
P:	Michael Chan
M:	mchan@broadcom.com
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
1204
F:	drivers/net/tg3.*
1205

1206 1207 1208 1209 1210
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 已提交
1211 1212
F:	block/bsg.c
F:	include/linux/bsg.h
1213

M
Michael Buesch 已提交
1214 1215 1216 1217 1218
BT8XXGPIO DRIVER
P:	Michael Buesch
M:	mb@bu3sch.de
W:	http://bu3sch.de/btgpio.php
S:	Maintained
J
Joe Perches 已提交
1219
F:	drivers/gpio/bt8xxgpio.c
M
Michael Buesch 已提交
1220

J
Joe Perches 已提交
1221 1222 1223 1224 1225
BTRFS FILE SYSTEM
P:	Chris Mason
M:	chris.mason@oracle.com
L:	linux-btrfs@vger.kernel.org
W:	http://btrfs.wiki.kernel.org/
1226
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
J
Joe Perches 已提交
1227
S:	Maintained
J
Joe Perches 已提交
1228 1229
F:	Documentation/filesystems/btrfs.txt
F:	fs/btrfs/
J
Joe Perches 已提交
1230

L
Linus Torvalds 已提交
1231
BTTV VIDEO4LINUX DRIVER
1232
P:	Mauro Carvalho Chehab
1233
M:	mchehab@infradead.org
1234
L:	linux-media@vger.kernel.org
1235
W:	http://linuxtv.org
1236
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1237
S:	Maintained
J
Joe Perches 已提交
1238 1239
F:	Documentation/video4linux/bttv/
F:	drivers/media/video/bt8xx/bttv*
L
Linus Torvalds 已提交
1240

1241
CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1242
P:	Jonathan Corbet
1243
M:	corbet@lwn.net
1244
L:	linux-media@vger.kernel.org
1245
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1246
S:	Maintained
J
Joe Perches 已提交
1247 1248
F:	Documentation/video4linux/cafe_ccic
F:	drivers/media/video/cafe_ccic*
1249

1250 1251 1252 1253
CALGARY x86-64 IOMMU
P:	Muli Ben-Yehuda
M:	muli@il.ibm.com
P:	Jon D. Mason
1254
M:	jdmason@kudzu.us
1255 1256 1257
L:	linux-kernel@vger.kernel.org
L:	discuss@x86-64.org
S:	Maintained
J
Joe Perches 已提交
1258 1259 1260 1261
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
1262

R
Randy Dunlap 已提交
1263 1264 1265 1266 1267 1268 1269 1270
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 已提交
1271 1272 1273
F:	drivers/net/can/
F:	include/linux/can/
F:	include/linux/can.h
R
Randy Dunlap 已提交
1274

1275 1276 1277 1278 1279 1280 1281
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 已提交
1282 1283 1284 1285 1286 1287 1288
F:	arch/powerpc/include/asm/cell*.h
F:	arch/powerpc/include/asm/lv1call.h
F:	arch/powerpc/include/asm/ps3*.h
F:	arch/powerpc/include/asm/spu*.h
F:	arch/powerpc/oprofile/*cell*
F:	arch/powerpc/platforms/cell/
F:	arch/powerpc/platforms/ps3/
1289

1290 1291 1292 1293 1294
CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
P:	David Vrabel
M:	david.vrabel@csr.com
L:	linux-usb@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
1295 1296 1297 1298
F:	Documentation/usb/WUSB-Design-overview.txt
F:	Documentation/usb/wusb-cbaf
F:	drivers/usb/wusbcore/
F:	include/linux/usb/wusb*
1299

1300 1301
CFAG12864B LCD DRIVER
P:	Miguel Ojeda Sandonis
M
Miguel Ojeda 已提交
1302
M:	miguel.ojeda.sandonis@gmail.com
1303
L:	linux-kernel@vger.kernel.org
M
Miguel Ojeda 已提交
1304 1305
W:	http://miguelojeda.es/auxdisplay.htm
W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1306
S:	Maintained
J
Joe Perches 已提交
1307 1308
F:	drivers/auxdisplay/cfag12864b.c
F:	include/linux/cfag12864b.h
1309 1310 1311

CFAG12864BFB LCD FRAMEBUFFER DRIVER
P:	Miguel Ojeda Sandonis
M
Miguel Ojeda 已提交
1312
M:	miguel.ojeda.sandonis@gmail.com
1313
L:	linux-kernel@vger.kernel.org
M
Miguel Ojeda 已提交
1314 1315
W:	http://miguelojeda.es/auxdisplay.htm
W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1316
S:	Maintained
J
Joe Perches 已提交
1317 1318
F:	drivers/auxdisplay/cfag12864bfb.c
F:	include/linux/cfag12864b.h
1319

1320 1321 1322 1323 1324
CFG80211 and NL80211
P:	Johannes Berg
M:	johannes@sipsolutions.net
L:	linux-wireless@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
1325 1326 1327 1328
F:	include/linux/nl80211.h
F:	include/net/cfg80211.h
F:	net/wireless/*
X:	net/wireless/wext*
1329

1330 1331
CHECKPATCH
P:	Andy Whitcroft
1332 1333
M:	apw@canonical.com
L:	linux-kernel@vger.kernel.org
1334
S:	Supported
J
Joe Perches 已提交
1335
F:	scripts/checkpatch.pl
1336

R
Randy Dunlap 已提交
1337 1338 1339 1340 1341
CISCO 10G ETHERNET DRIVER
P:	Scott Feldman
M:	scofeldm@cisco.com
P:	Joe Eykholt
M:	jeykholt@cisco.com
1342
S:	Supported
J
Joe Perches 已提交
1343
F:	drivers/net/enic/
1344

1345 1346 1347 1348 1349
CIRRUS LOGIC EP93XX ETHERNET DRIVER
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
1350
F:	drivers/net/arm/ep93xx_eth.c
1351 1352 1353 1354

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

1359 1360 1361 1362 1363
CIRRUS LOGIC CS4270 SOUND DRIVER
P:	Timur Tabi
M:	timur@freescale.com
L:	alsa-devel@alsa-project.org
S:	Supported
J
Joe Perches 已提交
1364 1365
F:	sound/soc/codecs/cs4270*
F:	sound/soc/fsl/mpc8610_hpcd.c
1366

L
Linus Torvalds 已提交
1367 1368 1369 1370 1371 1372
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 已提交
1373 1374
F:	Documentation/input/cs461x.txt
F:	sound/pci/cs46xx/
L
Linus Torvalds 已提交
1375 1376 1377 1378 1379 1380 1381 1382

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 已提交
1383 1384 1385
F:	Documentation/filesystems/coda.txt
F:	fs/coda/
F:	include/linux/coda*.h
L
Linus Torvalds 已提交
1386

R
Randy Dunlap 已提交
1387 1388 1389 1390 1391 1392
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/
1393
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
R
Randy Dunlap 已提交
1394
S:	Supported
J
Joe Perches 已提交
1395 1396
F:	Documentation/filesystems/cifs.txt
F:	fs/cifs/
R
Randy Dunlap 已提交
1397

L
Linus Torvalds 已提交
1398 1399 1400 1401
COMPACTPCI HOTPLUG CORE
P:	Scott Murray
M:	scottm@somanetworks.com
M:	scott@spiteful.org
1402
L:	linux-pci@vger.kernel.org
L
Linus Torvalds 已提交
1403
S:	Supported
J
Joe Perches 已提交
1404
F:	drivers/pci/hotplug/cpci_hotplug*
L
Linus Torvalds 已提交
1405 1406 1407 1408 1409

COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
P:	Scott Murray
M:	scottm@somanetworks.com
M:	scott@spiteful.org
1410
L:	linux-pci@vger.kernel.org
L
Linus Torvalds 已提交
1411
S:	Supported
J
Joe Perches 已提交
1412
F:	drivers/pci/hotplug/cpcihp_zt5550.*
L
Linus Torvalds 已提交
1413 1414 1415 1416 1417

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

1422 1423 1424 1425
COMPAL LAPTOP SUPPORT
P:	Cezary Jackiewicz
M:	cezary.jackiewicz@gmail.com
S:	Maintained
J
Joe Perches 已提交
1426
F:	drivers/platform/x86/compal-laptop.c
1427

L
Linus Torvalds 已提交
1428 1429
COMPUTONE INTELLIPORT MULTIPORT CARD
P:	Michael H. Warfield
1430
M:	mhw@wittsend.com
L
Linus Torvalds 已提交
1431
W:	http://www.wittsend.com/computone.html
1432
S:	Maintained
J
Joe Perches 已提交
1433 1434
F:	Documentation/serial/computone.txt
F:	drivers/char/ip2/
L
Linus Torvalds 已提交
1435

S
Simon Arlott 已提交
1436 1437 1438
CONEXANT ACCESSRUNNER USB DRIVER
P:	Simon Arlott
M:	cxacru@fire.lp0.eu
1439 1440
L:	accessrunner-general@lists.sourceforge.net
W:	http://accessrunner.sourceforge.net/
S
Simon Arlott 已提交
1441
S:	Maintained
J
Joe Perches 已提交
1442
F:	drivers/usb/atm/cxacru.c
S
Simon Arlott 已提交
1443

R
Randy Dunlap 已提交
1444 1445 1446 1447 1448
CONFIGFS
P:	Joel Becker
M:	joel.becker@oracle.com
L:	linux-kernel@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
1449 1450
F:	fs/configfs/
F:	include/linux/configfs.h
R
Randy Dunlap 已提交
1451

1452 1453 1454
CONTROL GROUPS (CGROUPS)
P:	Paul Menage
M:	menage@google.com
1455 1456
P:	Li Zefan
M:	lizf@cn.fujitsu.com
1457 1458
L:	containers@lists.linux-foundation.org
S:	Maintained
J
Joe Perches 已提交
1459 1460
F:	include/linux/cgroup*
F:	kernel/cgroup*
1461

R
Rudolf Marek 已提交
1462 1463 1464 1465 1466
CORETEMP HARDWARE MONITORING DRIVER
P:	Rudolf Marek
M:	r.marek@assembler.cz
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
1467 1468
F:	Documentation/hwmon/coretemp
F:	drivers/hwmon/coretemp.c
R
Rudolf Marek 已提交
1469

L
Linus Torvalds 已提交
1470 1471 1472 1473 1474
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 已提交
1475
F:	drivers/net/wan/cosa*
L
Linus Torvalds 已提交
1476 1477 1478

CPU FREQUENCY DRIVERS
P:	Dave Jones
D
Dave Jones 已提交
1479
M:	davej@redhat.com
1480
L:	cpufreq@vger.kernel.org
L
Linus Torvalds 已提交
1481
W:	http://www.codemonkey.org.uk/projects/cpufreq/
1482
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
L
Linus Torvalds 已提交
1483
S:	Maintained
J
Joe Perches 已提交
1484 1485 1486
F:	arch/x86/kernel/cpu/cpufreq/
F:	drivers/cpufreq/
F:	include/linux/cpufreq.h
L
Linus Torvalds 已提交
1487 1488 1489 1490 1491

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

P
Paul Jackson 已提交
1495
CPUSETS
P
Paul Jackson 已提交
1496 1497
P:	Paul Menage
M:	menage@google.com
P
Paul Jackson 已提交
1498 1499
L:	linux-kernel@vger.kernel.org
W:	http://www.bullopensource.org/cpuset/
1500
W:	http://oss.sgi.com/projects/cpusets/
P
Paul Jackson 已提交
1501
S:	Supported
J
Joe Perches 已提交
1502 1503 1504
F:	Documentation/cgroups/cpusets.txt
F:	include/linux/cpuset.h
F:	kernel/cpuset.c
P
Paul Jackson 已提交
1505

L
Linus Torvalds 已提交
1506
CRAMFS FILESYSTEM
J
Jim Cromie 已提交
1507 1508
W:	http://sourceforge.net/projects/cramfs/
S:	Orphan
J
Joe Perches 已提交
1509 1510
F:	Documentation/filesystems/cramfs.txt
F:	fs/cramfs/
L
Linus Torvalds 已提交
1511 1512 1513 1514

CRIS PORT
P:	Mikael Starvik
M:	starvik@axis.com
1515 1516
P:	Jesper Nilsson
M:	jesper.nilsson@axis.com
L
Linus Torvalds 已提交
1517 1518 1519
L:	dev-etrax@axis.com
W:	http://developer.axis.com
S:	Maintained
J
Joe Perches 已提交
1520
F:	arch/cris/
L
Linus Torvalds 已提交
1521 1522 1523 1524 1525 1526 1527

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
1528
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
L
Linus Torvalds 已提交
1529
S:	Maintained
J
Joe Perches 已提交
1530 1531 1532 1533 1534
F:	Documentation/crypto/
F:	arch/*/crypto/
F:	crypto/
F:	drivers/crypto/
F:	include/crypto/
L
Linus Torvalds 已提交
1535

1536 1537 1538 1539 1540 1541
CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
P:	Neil Horman
M:	nhorman@tuxdriver.com
L:	linux-crypto@vger.kernel.org
S:	Maintained

1542 1543 1544 1545
CS5535 Audio ALSA driver
P:	Jaya Kumar
M:	jayakumar.alsa@gmail.com
S:	Maintained
J
Joe Perches 已提交
1546
F:	sound/pci/cs5535audio/
1547

1548
CX18 VIDEO4LINUX DRIVER
J
Joe Perches 已提交
1549 1550 1551 1552
P:	Hans Verkuil
M:	hverkuil@xs4all.nl
P:	Andy Walls
M:	awalls@radix.net
1553 1554
L:	ivtv-devel@ivtvdriver.org
L:	ivtv-users@ivtvdriver.org
1555
L:	linux-media@vger.kernel.org
1556
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1557 1558
W:	http://linuxtv.org
S:	Maintained
J
Joe Perches 已提交
1559 1560
F:	Documentation/video4linux/cx18.txt
F:	drivers/media/video/cx18/
1561

1562 1563 1564 1565 1566 1567
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 已提交
1568
F:	drivers/net/cxgb3/
1569 1570 1571 1572 1573 1574 1575

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 已提交
1576
F:	drivers/infiniband/hw/cxgb3/
1577

L
Linus Torvalds 已提交
1578 1579 1580 1581 1582
CYBERPRO FB DRIVER
P:	Russell King
M:	rmk@arm.linux.org.uk
W:	http://www.arm.linux.org.uk/
S:	Maintained
J
Joe Perches 已提交
1583
F:	drivers/video/cyber2000fb.*
L
Linus Torvalds 已提交
1584 1585 1586

CYCLADES 2X SYNC CARD DRIVER
P:	Arnaldo Carvalho de Melo
1587 1588
M:	acme@ghostprotocols.net
W:	http://oops.ghostprotocols.net:81/blog
L
Linus Torvalds 已提交
1589
S:	Maintained
J
Joe Perches 已提交
1590
F:	drivers/net/wan/cycx*
L
Linus Torvalds 已提交
1591 1592 1593

CYCLADES ASYNC MUX DRIVER
W:	http://www.cyclades.com/
1594
S:	Orphan
J
Joe Perches 已提交
1595 1596
F:	drivers/char/cyclades.c
F:	include/linux/cyclades.h
L
Linus Torvalds 已提交
1597 1598 1599

CYCLADES PC300 DRIVER
W:	http://www.cyclades.com/
1600
S:	Orphan
J
Joe Perches 已提交
1601
F:	drivers/net/wan/pc300*
L
Linus Torvalds 已提交
1602 1603 1604 1605 1606 1607 1608 1609

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 已提交
1610 1611 1612 1613 1614 1615 1616
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 已提交
1617

R
Randy Dunlap 已提交
1618 1619 1620 1621 1622
DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
P:	Tobias Ringstrom
M:	tori@unhappy.mine.nu
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
1623 1624
F:	Documentation/networking/dmfe.txt
F:	drivers/net/tulip/dmfe.c
R
Randy Dunlap 已提交
1625 1626 1627 1628 1629 1630 1631 1632

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 已提交
1633
F:	drivers/scsi/tmscsim.*
R
Randy Dunlap 已提交
1634

L
Linus Torvalds 已提交
1635 1636 1637 1638 1639 1640 1641 1642
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/
1643
L:	dc395x@twibble.org
L
Linus Torvalds 已提交
1644 1645
L:	http://lists.twibble.org/mailman/listinfo/dc395x/
S:	Maintained
J
Joe Perches 已提交
1646 1647
F:	Documentation/scsi/dc395x.txt
F:	drivers/scsi/dc395x.*
L
Linus Torvalds 已提交
1648

1649 1650
DCCP PROTOCOL
P:	Arnaldo Carvalho de Melo
1651
M:	acme@ghostprotocols.net
1652
L:	dccp@vger.kernel.org
1653
W:	http://linux-net.osdl.org/index.php/DCCP
1654
S:	Maintained
J
Joe Perches 已提交
1655 1656 1657
F:	include/linux/dccp.h
F:	include/linux/tfrc.h
F:	net/dccp/
1658

L
Linus Torvalds 已提交
1659
DECnet NETWORK LAYER
1660 1661
P:	Christine Caulfield
M:	christine.caulfield@googlemail.com
L
Linus Torvalds 已提交
1662 1663 1664
W:	http://linux-decnet.sourceforge.net
L:	linux-decnet-user@lists.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
1665 1666
F:	Documentation/networking/decnet.txt
F:	net/decnet/
L
Linus Torvalds 已提交
1667 1668 1669 1670 1671

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

M
Matthew Garrett 已提交
1674 1675 1676 1677
DELL LAPTOP DRIVER
P:	Matthew Garrett
M:	mjg59@srcf.ucam.org
S:	Maintained
J
Joe Perches 已提交
1678
F:	drivers/platform/x86/dell-laptop.c
M
Matthew Garrett 已提交
1679

L
Linus Torvalds 已提交
1680 1681 1682 1683 1684
DELL LAPTOP SMM DRIVER
P:	Massimo Dal Zotto
M:	dz@debian.org
W:	http://www.debian.org/~dz/i8k/
S:	Maintained
J
Joe Perches 已提交
1685 1686
F:	drivers/char/i8k.c
F:	include/linux/i8k.h
L
Linus Torvalds 已提交
1687

1688 1689 1690 1691
DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
P:	Doug Warzecha
M:	Douglas_Warzecha@dell.com
S:	Maintained
J
Joe Perches 已提交
1692 1693
F:	Documentation/dcdbas.txt
F:	drivers/firmware/dcdbas.*
1694

1695 1696 1697 1698 1699
DELL WMI EXTRAS DRIVER
P:	Matthew Garrett
M:	mjg59@srcf.ucam.org
S:	Maintained

L
Linus Torvalds 已提交
1700 1701 1702 1703 1704 1705 1706
DEVICE NUMBER REGISTRY
P:	Torben Mathiasen
M:	device@lanana.org
W:	http://lanana.org/docs/device-list/index.html
L:	linux-kernel@vger.kernel.org
S:	Maintained

R
Randy Dunlap 已提交
1707 1708 1709 1710 1711
DEVICE-MAPPER  (LVM)
P:	Alasdair Kergon
L:	dm-devel@redhat.com
W:	http://sources.redhat.com/dm
S:	Maintained
J
Joe Perches 已提交
1712 1713 1714 1715
F:	Documentation/device-mapper/
F:	drivers/md/dm*
F:	include/linux/device-mapper.h
F:	include/linux/dm-*.h
R
Randy Dunlap 已提交
1716

L
Linus Torvalds 已提交
1717 1718 1719 1720 1721
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 已提交
1722
S:	Orphan
J
Joe Perches 已提交
1723 1724 1725
F:	Documentation/serial/digiepca.txt
F:	drivers/char/epca*
F:	drivers/char/digi*
L
Linus Torvalds 已提交
1726

R
Randy Dunlap 已提交
1727
DIRECTORY NOTIFICATION (DNOTIFY)
L
Linus Torvalds 已提交
1728 1729 1730 1731
P:	Stephen Rothwell
M:	sfr@canb.auug.org.au
L:	linux-kernel@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
1732 1733 1734
F:	Documentation/filesystems/dnotify.txt
F:	fs/notify/dnotify/
F:	include/linux/dnotify.h
L
Linus Torvalds 已提交
1735 1736 1737 1738 1739 1740 1741 1742 1743

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

1744
DISKQUOTA
L
Linus Torvalds 已提交
1745 1746 1747 1748
P:	Jan Kara
M:	jack@suse.cz
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
1749 1750 1751
F:	Documentation/filesystems/quota.txt
F:	fs/quota/
F:	include/linux/quota*.h
L
Linus Torvalds 已提交
1752

R
Randy Dunlap 已提交
1753
DISTRIBUTED LOCK MANAGER (DLM)
1754 1755
P:	Christine Caulfield
M:	ccaulfie@redhat.com
1756 1757
P:	David Teigland
M:	teigland@redhat.com
1758
L:	cluster-devel@redhat.com
1759
W:	http://sources.redhat.com/cluster/
1760
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1761
S:	Supported
J
Joe Perches 已提交
1762
F:	fs/dlm/
1763

1764
DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1765 1766
P:	Maciej Sosnowski
M:	maciej.sosnowski@intel.com
1767 1768
P:	Dan Williams
M:	dan.j.williams@intel.com
1769
L:	linux-kernel@vger.kernel.org
1770
S:	Supported
J
Joe Perches 已提交
1771 1772
F:	drivers/dma/
F:	include/linux/dma*
1773

1774 1775 1776 1777 1778
DME1737 HARDWARE MONITOR DRIVER
P:	Juerg Haefliger
M:	juergh@gmail.com
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
1779 1780
F:	Documentation/hwmon/dme1737
F:	drivers/hwmon/dme1737.c
1781

M
Martin Waitz 已提交
1782
DOCBOOK FOR DOCUMENTATION
R
Randy Dunlap 已提交
1783 1784
P:	Randy Dunlap
M:	rdunlap@xenotime.net
M
Martin Waitz 已提交
1785 1786
S:	Maintained

1787
DOCKING STATION DRIVER
L
Len Brown 已提交
1788 1789
P:	Shaohua Li
M:	shaohua.li@intel.com
1790
L:	linux-acpi@vger.kernel.org
L
Len Brown 已提交
1791
S:	Supported
J
Joe Perches 已提交
1792
F:	drivers/acpi/dock.c
1793

J
Joe Perches 已提交
1794
DOCUMENTATION
1795 1796 1797 1798
P:	Randy Dunlap
M:	rdunlap@xenotime.net
L:	linux-doc@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
1799
F:	Documentation/
R
Randy Dunlap 已提交
1800

L
Linus Torvalds 已提交
1801 1802 1803 1804 1805
DOUBLETALK DRIVER
P:	James R. Van Zandt
M:	jrv@vanzandt.mv.com
L:	blinux-list@redhat.com
S:	Maintained
J
Joe Perches 已提交
1806 1807
F:	drivers/char/dtlk.c
F:	include/linux/dtlk.h
L
Linus Torvalds 已提交
1808

R
Randy Dunlap 已提交
1809 1810 1811 1812 1813 1814
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 已提交
1815 1816
F:	drivers/scsi/dpt*
F:	drivers/scsi/dpt/
R
Randy Dunlap 已提交
1817

L
Linus Torvalds 已提交
1818 1819 1820 1821
DRIVER CORE, KOBJECTS, AND SYSFS
P:	Greg Kroah-Hartman
M:	gregkh@suse.de
L:	linux-kernel@vger.kernel.org
1822
T:	quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
L
Linus Torvalds 已提交
1823
S:	Supported
J
Joe Perches 已提交
1824 1825 1826 1827 1828
F:	Documentation/kobject.txt
F:	drivers/base/core.c
F:	fs/sysfs/
F:	include/linux/kobj*
F:	lib/kobj*
L
Linus Torvalds 已提交
1829 1830 1831 1832 1833

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

DSCC4 DRIVER
1839 1840 1841
P:	Francois Romieu
M:	romieu@fr.zoreil.com
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
1842
S:	Maintained
J
Joe Perches 已提交
1843
F:	drivers/net/wan/dscc4.c
L
Linus Torvalds 已提交
1844

1845 1846 1847 1848
DZ DECSTATION DZ11 SERIAL DRIVER
P:	Maciej W. Rozycki
M:	macro@linux-mips.org
S:	Maintained
J
Joe Perches 已提交
1849
F:	drivers/serial/dz.*
1850

L
Linus Torvalds 已提交
1851 1852
EATA-DMA SCSI DRIVER
P:	Michael Neuffer
J
Joe Perches 已提交
1853 1854 1855
M:	mike@i-Connect.Net
L:	linux-eata@i-connect.net
L:	linux-scsi@vger.kernel.org
L
Linus Torvalds 已提交
1856
S:	Maintained
J
Joe Perches 已提交
1857
F:	drivers/scsi/eata*
L
Linus Torvalds 已提交
1858 1859 1860 1861 1862 1863

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 已提交
1864
F:	drivers/scsi/eata.c
L
Linus Torvalds 已提交
1865 1866 1867 1868

EATA-PIO SCSI DRIVER
P:	Michael Neuffer
M:	mike@i-Connect.Net
J
Joe Perches 已提交
1869 1870
L:	linux-eata@i-connect.net
L:	linux-scsi@vger.kernel.org
L
Linus Torvalds 已提交
1871
S:	Maintained
J
Joe Perches 已提交
1872
F:	drivers/scsi/eata_pio.*
L
Linus Torvalds 已提交
1873 1874 1875 1876 1877 1878 1879 1880

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 已提交
1881 1882
F:	include/linux/netfilter_bridge/ebt_*.h
F:	net/bridge/netfilter/ebt*.c
L
Linus Torvalds 已提交
1883

1884
ECRYPT FILE SYSTEM
J
Joe Perches 已提交
1885 1886 1887 1888
P:	Tyler Hicks
M:	tyhicks@linux.vnet.ibm.com
M:	Dustin Kirkland
P:	kirkland@canonical.com
M
Michael Halcrow 已提交
1889 1890
L:	ecryptfs-devel@lists.launchpad.net
W:	https://launchpad.net/ecryptfs
1891
S:	Supported
J
Joe Perches 已提交
1892 1893
F:	Documentation/filesystems/ecryptfs.txt
F:	fs/ecryptfs/
1894

A
Alan Cox 已提交
1895
EDAC-CORE
1896
P:	Doug Thompson
1897
M:	dougthompson@xmission.com
1898 1899
L:	bluesmoke-devel@lists.sourceforge.net
W:	bluesmoke.sourceforge.net
D
Doug Thompson 已提交
1900
S:	Supported
J
Joe Perches 已提交
1901 1902 1903
F:	Documentation/edac.txt
F:	drivers/edac/edac_*
F:	include/linux/edac.h
1904 1905

EDAC-E752X
D
Doug Thompson 已提交
1906
P:	Mark Gross
1907
P:	Doug Thompson
D
Doug Thompson 已提交
1908
M:	mark.gross@intel.com
1909
M:	dougthompson@xmission.com
1910 1911 1912
L:	bluesmoke-devel@lists.sourceforge.net
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
1913
F:	drivers/edac/e752x_edac.c
1914 1915

EDAC-E7XXX
D
Doug Thompson 已提交
1916
P:	Doug Thompson
1917
M:	dougthompson@xmission.com
1918 1919 1920
L:	bluesmoke-devel@lists.sourceforge.net
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
1921
F:	drivers/edac/e7xxx_edac.c
1922

1923 1924 1925 1926 1927 1928
EDAC-I82443BXGX
P:	Tim Small
M:	tim@buttersideup.com
L:	bluesmoke-devel@lists.sourceforge.net
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
1929
F:	drivers/edac/i82443bxgx_edac.c
1930 1931 1932 1933 1934 1935 1936

EDAC-I3000
P:	Jason Uhlenkott
M:	juhlenko@akamai.com
L:	bluesmoke-devel@lists.sourceforge.net
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
1937
F:	drivers/edac/i3000_edac.c
1938 1939 1940

EDAC-I5000
P:	Doug Thompson
1941 1942 1943 1944
M:	dougthompson@xmission.com
L:	bluesmoke-devel@lists.sourceforge.net
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
1945
F:	drivers/edac/i5000_edac.c
1946

1947 1948 1949 1950 1951 1952
EDAC-I5400
P:	Mauro Carvalho Chehab
M:	mchehab@redhat.com
L:	bluesmoke-devel@lists.sourceforge.net
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
1953
F:	drivers/edac/i5400_edac.c
1954

1955 1956 1957 1958 1959 1960 1961 1962
EDAC-I82975X
P:	Ranganathan Desikan
P:	Arvind R.
M:	rdesikan@jetzbroadband.com
M:	arvind@acarlab.com
L:	bluesmoke-devel@lists.sourceforge.net
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
1963
F:	drivers/edac/i82975x_edac.c
1964 1965 1966 1967

EDAC-PASEMI
P:	Egor Martovetsky
M:	egor@pasemi.com
1968 1969 1970
L:	bluesmoke-devel@lists.sourceforge.net
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
1971
F:	drivers/edac/pasemi_edac.c
1972

1973 1974 1975 1976 1977 1978
EDAC-R82600
P:	Tim Small
M:	tim@buttersideup.com
L:	bluesmoke-devel@lists.sourceforge.net
W:	bluesmoke.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
1979
F:	drivers/edac/r82600_edac.c
A
Alan Cox 已提交
1980

E
Eric Cooper 已提交
1981 1982 1983 1984 1985 1986
EEEPC LAPTOP EXTRAS DRIVER
P:	Corentin Chary
M:	corentincj@iksaif.net
L:	acpi4asus-user@lists.sourceforge.net
W:	http://sourceforge.net/projects/acpi4asus
S:	Maintained
J
Joe Perches 已提交
1987
F:	drivers/platform/x86/eeepc-laptop.c
E
Eric Cooper 已提交
1988

1989 1990 1991
EFS FILESYSTEM
W:	http://aeschi.ch.eu.org/efs/
S:	Orphan
J
Joe Perches 已提交
1992
F:	fs/efs/
1993

1994
EHCA (IBM GX bus InfiniBand adapter) DRIVER
1995 1996 1997 1998
P:	Hoang-Nam Nguyen
M:	hnguyen@de.ibm.com
P:	Christoph Raisch
M:	raisch@de.ibm.com
R
Roland Dreier 已提交
1999
L:	general@lists.openfabrics.org
2000
S:	Supported
J
Joe Perches 已提交
2001
F:	drivers/infiniband/hw/ehca/
2002

2003 2004 2005
EMBEDDED LINUX
P:	Paul Gortmaker
M:	paul.gortmaker@windriver.com
U
Uwe Kleine-König 已提交
2006
P:	David Woodhouse
2007 2008 2009 2010
M:	dwmw2@infradead.org
L:	linux-embedded@vger.kernel.org
S:	Maintained

2011
EMULEX LPFC FC SCSI DRIVER
J
Jim Cromie 已提交
2012 2013 2014 2015 2016
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 已提交
2017
F:	drivers/scsi/lpfc/
2018

L
Linus Torvalds 已提交
2019 2020
EPSON 1355 FRAMEBUFFER DRIVER
P:	Christopher Hoover
J
Joe Perches 已提交
2021 2022 2023
M:	ch@murgatroid.com
P:	Christopher Hoover
M:	ch@hpl.hp.com
L
Linus Torvalds 已提交
2024
S:	Maintained
J
Joe Perches 已提交
2025
F:	drivers/video/epson1355fb.c
L
Linus Torvalds 已提交
2026

2027 2028 2029 2030
EPSON S1D13XXX FRAMEBUFFER DRIVER
P:	Kristoffer Ericson
M:	kristoffer.ericson@gmail.com
S:	Maintained
J
Joe Perches 已提交
2031 2032
F:	drivers/video/s1d13xxxfb.c
F:	include/video/s1d13xxxfb.h
2033

L
Linus Torvalds 已提交
2034 2035 2036
ETHEREXPRESS-16 NETWORK DRIVER
P:	Philip Blundell
M:	philb@gnu.org
2037
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
2038
S:	Maintained
J
Joe Perches 已提交
2039
F:	drivers/net/eexpress.*
L
Linus Torvalds 已提交
2040 2041 2042

ETHERNET BRIDGE
P:	Stephen Hemminger
2043
M:	shemminger@linux-foundation.org
2044
L:	bridge@lists.linux-foundation.org
A
Adrian Bunk 已提交
2045
W:	http://www.linux-foundation.org/en/Net:Bridge
L
Linus Torvalds 已提交
2046
S:	Maintained
J
Joe Perches 已提交
2047 2048
F:	include/linux/netfilter_bridge/
F:	net/bridge/
L
Linus Torvalds 已提交
2049 2050 2051 2052 2053

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

EXT2 FILE SYSTEM
2057
L:	linux-ext4@vger.kernel.org
L
Linus Torvalds 已提交
2058
S:	Maintained
J
Joe Perches 已提交
2059 2060 2061
F:	Documentation/filesystems/ext2.txt
F:	fs/ext2/
F:	include/linux/ext2*
L
Linus Torvalds 已提交
2062 2063

EXT3 FILE SYSTEM
J
Joe Perches 已提交
2064 2065 2066 2067 2068 2069
P:	Stephen Tweedie
M:	sct@redhat.com
P:	Andrew Morton
M:	akpm@linux-foundation.org
P:	Andreas Dilger
M:	adilger@sun.com
2070 2071
L:	linux-ext4@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
2072 2073 2074
F:	Documentation/filesystems/ext3.txt
F:	fs/ext3/
F:	include/linux/ext3*
2075 2076

EXT4 FILE SYSTEM
T
Theodore Ts'o 已提交
2077
P:	Theodore Ts'o
J
Joe Perches 已提交
2078 2079 2080
M:	tytso@mit.edu
P:	Andreas Dilger
M:	adilger@sun.com
2081
L:	linux-ext4@vger.kernel.org
T
Theodore Ts'o 已提交
2082
W:	http://ext4.wiki.kernel.org
L
Linus Torvalds 已提交
2083
S:	Maintained
J
Joe Perches 已提交
2084 2085
F:	Documentation/filesystems/ext4.txt
F:	fs/ext4/
L
Linus Torvalds 已提交
2086

J
Jean Delvare 已提交
2087 2088 2089 2090 2091
F71805F HARDWARE MONITORING DRIVER
P:	Jean Delvare
M:	khali@linux-fr.org
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
2092 2093
F:	Documentation/hwmon/f71805f
F:	drivers/hwmon/f71805f.c
J
Jean Delvare 已提交
2094

L
Linus Torvalds 已提交
2095 2096 2097 2098 2099
FARSYNC SYNCHRONOUS DRIVER
P:	Kevin Curtis
M:	kevin.curtis@farsite.co.uk
W:	http://www.farsite.co.uk/
S:	Supported
J
Joe Perches 已提交
2100
F:	drivers/net/wan/farsync.*
L
Linus Torvalds 已提交
2101

2102 2103 2104 2105
FAULT INJECTION SUPPORT
P:	Akinobu Mita
M:	akinobu.mita@gmail.com
S:	Supported
J
Joe Perches 已提交
2106 2107
F:	Documentation/fault-injection/
F:	lib/fault-inject.c
2108

R
Randy Dunlap 已提交
2109 2110 2111 2112
FILE LOCKING (flock() and fcntl()/lockf())
P:	Matthew Wilcox
M:	matthew@wil.cx
L:	linux-fsdevel@vger.kernel.org
L
Linus Torvalds 已提交
2113
S:	Maintained
J
Joe Perches 已提交
2114 2115 2116 2117
F:	include/linux/fcntl.h
F:	include/linux/fs.h
F:	fs/fcntl.c
F:	fs/locks.c
L
Linus Torvalds 已提交
2118

R
Randy Dunlap 已提交
2119 2120 2121 2122
FILESYSTEMS (VFS and infrastructure)
P:	Alexander Viro
M:	viro@zeniv.linux.org.uk
L:	linux-fsdevel@vger.kernel.org
2123
S:	Maintained
J
Joe Perches 已提交
2124
F:	fs/*
2125

R
Riku Voipio 已提交
2126 2127 2128 2129 2130 2131
FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
P:	Riku Voipio
M:	riku.vipio@iki.fi
L:	lm-sensors@lm-sensors.org
S:	Maintained

J
Joe Perches 已提交
2132 2133 2134 2135 2136
FIREWIRE SUBSYSTEM
P:	Kristian Hoegsberg
M:	krh@redhat.com
P:	Stefan Richter
M:	stefanr@s5r6.in-berlin.de
R
Randy Dunlap 已提交
2137 2138
L:	linux1394-devel@lists.sourceforge.net
W:	http://www.linux1394.org/
2139
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
R
Randy Dunlap 已提交
2140
S:	Maintained
J
Joe Perches 已提交
2141 2142
F:	drivers/firewire/
F:	include/linux/firewire*.h
R
Randy Dunlap 已提交
2143 2144 2145 2146

FIRMWARE LOADER (request_firmware)
L:	linux-kernel@vger.kernel.org
S:	Orphan
J
Joe Perches 已提交
2147 2148 2149
F:	Documentation/firmware_class/
F:	drivers/base/firmware*.c
F:	include/linux/firmware.h
R
Randy Dunlap 已提交
2150 2151 2152

FPU EMULATOR
P:	Bill Metzenthen
2153 2154
M:	billm@melbpc.org.au
W:	http://floatingpoint.sourceforge.net/emulator/index.html
R
Randy Dunlap 已提交
2155
S:	Maintained
J
Joe Perches 已提交
2156
F:	arch/x86/math-emu/
R
Randy Dunlap 已提交
2157 2158 2159 2160 2161 2162

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 已提交
2163 2164
F:	drivers/net/wan/dlci.c
F:	drivers/net/wan/sdla.c
R
Randy Dunlap 已提交
2165 2166 2167 2168 2169 2170 2171

FRAMEBUFFER LAYER
P:	Antonino Daplas
M:	adaplas@gmail.com
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
W:	http://linux-fbdev.sourceforge.net/
S:	Maintained
J
Joe Perches 已提交
2172 2173 2174
F:	Documentation/fb/
F:	drivers/video/fb*
F:	include/linux/fb.h
R
Randy Dunlap 已提交
2175 2176 2177 2178 2179 2180 2181 2182 2183

FREESCALE DMA DRIVER
P:	Li Yang
M:	leoli@freescale.com
P:	Zhang Wei
M:	zw@zh-kernel.org
L:	linuxppc-embedded@ozlabs.org
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
2184
F:	drivers/dma/fsldma.*
R
Randy Dunlap 已提交
2185 2186 2187 2188 2189

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

2194 2195 2196 2197 2198 2199
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 已提交
2200 2201
F:	arch/arm/plat-mxc/include/mach/imxfb.h
F:	drivers/video/imxfb.c
2202

2203 2204 2205 2206 2207
FREESCALE SOC FS_ENET DRIVER
P:	Pantelis Antoniou
M:	pantelis.antoniou@gmail.com
P:	Vitaly Bordug
M:	vbordug@ru.mvista.com
2208
L:	linuxppc-dev@ozlabs.org
2209 2210
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
2211 2212
F:	drivers/net/fs_enet/
F:	include/linux/fs_enet_pd.h
2213

2214 2215 2216 2217 2218
FREESCALE QUICC ENGINE LIBRARY
P:	Timur Tabi
M:	timur@freescale.com
L:	linuxppc-dev@ozlabs.org
S:	Supported
J
Joe Perches 已提交
2219 2220
F:	arch/powerpc/sysdev/qe_lib/
F:	arch/powerpc/include/asm/*qe.h
2221

2222 2223 2224
FREESCALE HIGHSPEED USB DEVICE DRIVER
P:	Li Yang
M:	leoli@freescale.com
2225
L:	linux-usb@vger.kernel.org
2226
L:	linuxppc-dev@ozlabs.org
2227
S:	Maintained
J
Joe Perches 已提交
2228
F:	drivers/usb/gadget/fsl_usb2_udc.c
2229

2230 2231 2232 2233
FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
P:	Li Yang
M:	leoli@freescale.com
L:	netdev@vger.kernel.org
2234
L:	linuxppc-dev@ozlabs.org
2235
S:	Maintained
J
Joe Perches 已提交
2236
F:	drivers/net/ucc_geth*
2237

2238 2239 2240 2241 2242
FREESCALE QUICC ENGINE UCC UART DRIVER
P:	Timur Tabi
M:	timur@freescale.com
L:	linuxppc-dev@ozlabs.org
S:	Supported
J
Joe Perches 已提交
2243
F:	drivers/serial/ucc_uart.c
2244 2245 2246 2247 2248 2249 2250

FREESCALE SOC SOUND DRIVERS
P:	Timur Tabi
M:	timur@freescale.com
L:	alsa-devel@alsa-project.org
L:	linuxppc-dev@ozlabs.org
S:	Supported
J
Joe Perches 已提交
2251
F:	sound/soc/fsl/
2252

L
Linus Torvalds 已提交
2253 2254 2255 2256 2257
FREEVXFS FILESYSTEM
P:	Christoph Hellwig
M:	hch@infradead.org
W:	ftp://ftp.openlinux.org/pub/people/hch/vxfs
S:	Maintained
J
Joe Perches 已提交
2258
F:	fs/freevxfs/
L
Linus Torvalds 已提交
2259

2260 2261 2262 2263 2264 2265 2266
FREEZER
P:	Pavel Machek
M:	pavel@suse.cz
P:	Rafael J. Wysocki
M:	rjw@sisk.pl
L:	linux-pm@lists.linux-foundation.org
S:	Supported
J
Joe Perches 已提交
2267 2268 2269
F:	Documentation/power/freezing-of-tasks.txt
F:	include/linux/freezer.h
F:	kernel/freezer.c
2270

S
Steven Rostedt 已提交
2271 2272
FTRACE
P:	Steven Rostedt
2273
M:	rostedt@goodmis.org
S
Steven Rostedt 已提交
2274
S:	Maintained
J
Joe Perches 已提交
2275 2276 2277 2278 2279
F:	Documentation/ftrace.txt
F:	arch/*/*/*/ftrace.h
F:	arch/*/kernel/ftrace.c
F:	include/*/ftrace.h
F:	kernel/trace/
S
Steven Rostedt 已提交
2280

2281
FUJITSU FR-V (FRV) PORT
L
Linus Torvalds 已提交
2282 2283 2284
P:	David Howells
M:	dhowells@redhat.com
S:	Maintained
J
Joe Perches 已提交
2285 2286
F:	arch/frv/
F:	include/asm-frv/
L
Linus Torvalds 已提交
2287

J
Jonathan Woithe 已提交
2288 2289 2290 2291 2292
FUJITSU LAPTOP EXTRAS
P:	Jonathan Woithe
M:	jwoithe@physics.adelaide.edu.au
L:	linux-acpi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
2293
F:	drivers/platform/x86/fujitsu-laptop.c
J
Jonathan Woithe 已提交
2294

2295 2296 2297 2298 2299 2300
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 已提交
2301 2302
F:	fs/fuse/
F:	include/linux/fuse.h
2303

L
Linus Torvalds 已提交
2304 2305 2306 2307
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 已提交
2308
S:	Odd Fixes (e.g., new signatures)
J
Joe Perches 已提交
2309
F:	drivers/scsi/fdomain.*
L
Linus Torvalds 已提交
2310 2311 2312 2313 2314 2315 2316

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 已提交
2317
F:	drivers/scsi/gdt*
L
Linus Torvalds 已提交
2318

2319 2320 2321 2322
GENERIC GPIO I2C DRIVER
P:	Haavard Skinnemoen
M:	hskinnemoen@atmel.com
S:	Supported
J
Joe Perches 已提交
2323 2324
F:	drivers/i2c/busses/i2c-gpio.c
F:	include/linux/i2c-gpio.h
2325

2326
GENERIC HDLC (WAN) DRIVERS
L
Linus Torvalds 已提交
2327 2328 2329 2330
P:	Krzysztof Halasa
M:	khc@pm.waw.pl
W:	http://www.kernel.org/pub/linux/utils/net/hdlc/
S:	Maintained
J
Joe Perches 已提交
2331 2332 2333 2334 2335 2336 2337
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 已提交
2338

2339 2340 2341
GFS2 FILE SYSTEM
P:	Steven Whitehouse
M:	swhiteho@redhat.com
2342
L:	cluster-devel@redhat.com
2343
W:	http://sources.redhat.com/cluster/
2344 2345
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
2346
S:	Supported
J
Joe Perches 已提交
2347 2348 2349
F:	Documentation/filesystems/gfs2*.txt
F:	fs/gfs2/
F:	include/linux/gfs2_ondisk.h
2350

2351 2352 2353 2354 2355 2356 2357 2358
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 已提交
2359 2360 2361
F:	Documentation/isdn/README.gigaset
F:	drivers/isdn/gigaset/
F:	include/linux/gigaset_dev.h
2362

R
Randy Dunlap 已提交
2363
HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2364 2365 2366 2367
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 已提交
2368
S:	Maintained
J
Joe Perches 已提交
2369
F:	drivers/hwmon/hdaps.c
R
Randy Dunlap 已提交
2370

M
Michael Ellerman 已提交
2371 2372 2373 2374 2375 2376
HYPERVISOR VIRTUAL CONSOLE DRIVER
L:	linuxppc-dev@ozlabs.org
L:	linux-kernel@vger.kernel.org
S:	Odd Fixes
F:	drivers/char/hvc_*

2377 2378 2379
GSPCA FINEPIX SUBDRIVER
P:	Frank Zago
M:	frank@zago.net
2380
L:	linux-media@vger.kernel.org
2381
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2382
S:	Maintained
J
Joe Perches 已提交
2383
F:	drivers/media/video/gspca/finepix.c
2384 2385 2386 2387

GSPCA M5602 SUBDRIVER
P:	Erik Andren
M:	erik.andren@gmail.com
2388
L:	linux-media@vger.kernel.org
2389
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2390
S:	Maintained
J
Joe Perches 已提交
2391
F:	drivers/media/video/gspca/m5602/
2392 2393 2394 2395

GSPCA PAC207 SONIXB SUBDRIVER
P:	Hans de Goede
M:	hdegoede@redhat.com
2396
L:	linux-media@vger.kernel.org
2397
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2398
S:	Maintained
J
Joe Perches 已提交
2399
F:	drivers/media/video/gspca/pac207.c
2400 2401 2402 2403

GSPCA T613 SUBDRIVER
P:	Leandro Costantino
M:	lcostantino@gmail.com
2404
L:	linux-media@vger.kernel.org
2405
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2406
S:	Maintained
J
Joe Perches 已提交
2407
F:	drivers/media/video/gspca/t613.c
2408 2409 2410 2411 2412

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

2418 2419
HARDWARE MONITORING
L:	lm-sensors@lm-sensors.org
2420
W:	http://www.lm-sensors.org/
J
Jean Delvare 已提交
2421
S:	Orphan
J
Joe Perches 已提交
2422
F:	drivers/hwmon/
2423

2424
HARDWARE RANDOM NUMBER GENERATOR CORE
J
Jean Delvare 已提交
2425
S:	Orphan
J
Joe Perches 已提交
2426 2427 2428
F:	Documentation/hw_random.txt
F:	drivers/char/hw_random/
F:	include/linux/hw_random.h
2429

L
Linus Torvalds 已提交
2430 2431
HARMONY SOUND DRIVER
P:	Kyle McMartin
K
Kyle McMartin 已提交
2432
M:	kyle@mcmartin.ca
2433
L:	linux-parisc@vger.kernel.org
L
Linus Torvalds 已提交
2434
S:	Maintained
J
Joe Perches 已提交
2435
F:	sound/parisc/harmony.*
L
Linus Torvalds 已提交
2436 2437 2438 2439 2440 2441 2442

HAYES ESP SERIAL DRIVER
P:	Andrew J. Robinson
M:	arobinso@nyx.net
L:	linux-kernel@vger.kernel.org
W:	http://www.nyx.net/~arobinso
S:	Maintained
J
Joe Perches 已提交
2443 2444
F:	Documentation/serial/hayes-esp.txt
F:	drivers/char/esp.c
L
Linus Torvalds 已提交
2445

R
Randy Dunlap 已提交
2446 2447 2448 2449 2450
HEWLETT-PACKARD SMART2 RAID DRIVER
P:	Chirag Kantharia
M:	chirag.kantharia@hp.com
L:	iss_storagedev@hp.com
S:	Maintained
J
Joe Perches 已提交
2451 2452
F:	Documentation/blockdev/cpqarray.txt
F:	drivers/block/cpqarray.*
R
Randy Dunlap 已提交
2453 2454 2455 2456 2457 2458

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 已提交
2459 2460 2461
F:	Documentation/blockdev/cciss.txt
F:	drivers/block/cciss*
F:	include/linux/cciss_ioctl.h
R
Randy Dunlap 已提交
2462

L
Linus Torvalds 已提交
2463 2464 2465 2466 2467
HFS FILESYSTEM
P:	Roman Zippel
M:	zippel@linux-m68k.org
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
2468 2469
F:	Documentation/filesystems/hfs.txt
F:	fs/hfs/
L
Linus Torvalds 已提交
2470 2471 2472 2473 2474 2475 2476

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 已提交
2477
F:	drivers/video/hgafb.c
L
Linus Torvalds 已提交
2478

2479
HIBERNATION (aka Software Suspend, aka swsusp)
R
Randy Dunlap 已提交
2480
P:	Pavel Machek
P
Pavel Machek 已提交
2481
M:	pavel@ucw.cz
R
Randy Dunlap 已提交
2482 2483 2484 2485
P:	Rafael J. Wysocki
M:	rjw@sisk.pl
L:	linux-pm@lists.linux-foundation.org
S:	Supported
J
Joe Perches 已提交
2486 2487 2488 2489 2490 2491 2492 2493
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:	include/asm-*/suspend*.h
F:	arch/*/include/asm/suspend*.h
R
Randy Dunlap 已提交
2494

2495 2496 2497
HID CORE LAYER
P:	Jiri Kosina
M:	jkosina@suse.cz
2498
L:	linux-input@vger.kernel.org
2499
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2500
S:	Maintained
J
Joe Perches 已提交
2501 2502
F:	drivers/hid/
F:	include/linux/hid*
2503

2504 2505 2506 2507 2508
HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
P:	Thomas Gleixner
M:	tglx@linutronix.de
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
2509 2510 2511
F:	Documentation/timers/
F:	kernel/hrtimer.c
F:	include/linux/hrtimer.h
2512

L
Linus Torvalds 已提交
2513 2514 2515 2516 2517 2518
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 已提交
2519 2520
F:	drivers/net/hamradio/dmascc.c
F:	drivers/net/hamradio/scc.c
L
Linus Torvalds 已提交
2521

2522 2523 2524 2525 2526
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 已提交
2527 2528
F:	Documentation/scsi/hptiop.txt
F:	drivers/scsi/hptiop.c
2529

L
Linus Torvalds 已提交
2530 2531 2532 2533 2534
HIPPI
P:	Jes Sorensen
M:	jes@trained-monkey.org
L:	linux-hippi@sunsite.dk
S:	Maintained
J
Joe Perches 已提交
2535 2536 2537
F:	include/linux/hippidevice.h
F:	include/linux/if_hippi.h
F:	net/802/hippi.c
L
Linus Torvalds 已提交
2538

J
Jouni Malinen 已提交
2539 2540
HOST AP DRIVER
P:	Jouni Malinen
2541 2542
M:	j@w1.fi
L:	hostap@shmoo.com (subscribers-only)
2543
L:	linux-wireless@vger.kernel.org
J
Jouni Malinen 已提交
2544 2545
W:	http://hostap.epitest.fi/
S:	Maintained
J
Joe Perches 已提交
2546
F:	drivers/net/wireless/hostap/
J
Jouni Malinen 已提交
2547

2548 2549 2550 2551
HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
P:	Carlos Corbacho
M:	carlos@strangeworlds.co.uk
S:	Odd Fixes
J
Joe Perches 已提交
2552
F:	drivers/platform/x86/tc1100-wmi.c
2553

R
Randy Dunlap 已提交
2554 2555 2556 2557
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 已提交
2558
F:	drivers/net/hp100.*
R
Randy Dunlap 已提交
2559

J
Joe Perches 已提交
2560
HPET:	High Precision Event Timers driver
B
Bob Picco 已提交
2561 2562 2563
P:	Clemens Ladisch
M:	clemens@ladisch.de
S:	Maintained
J
Joe Perches 已提交
2564 2565 2566
F:	Documentation/timers/hpet.txt
F:	drivers/char/hpet.c
F:	include/linux/hpet.h
B
Bob Picco 已提交
2567 2568 2569 2570 2571

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

HPET:	x86_64
A
Andi Kleen 已提交
2576 2577
P:	Vojtech Pavlik
M:	vojtech@suse.cz
B
Bob Picco 已提交
2578 2579
S:	Maintained

J
Joe Perches 已提交
2580
HPET:	ACPI
B
Bob Picco 已提交
2581 2582 2583
P:	Bob Picco
M:	bob.picco@hp.com
S:	Maintained
J
Joe Perches 已提交
2584
F:	drivers/char/hpet.c
B
Bob Picco 已提交
2585

L
Linus Torvalds 已提交
2586 2587 2588 2589 2590
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 已提交
2591
F:	fs/hpfs/
L
Linus Torvalds 已提交
2592

J
Joe Perches 已提交
2593
HSO 3G MODEM DRIVER
2594 2595 2596 2597
P:	Denis Joseph Barrow
M:	d.barow@option.com
W:	http://www.pharscape.org
S:	Maintained
J
Joe Perches 已提交
2598
F:	drivers/net/usb/hso.c
2599

2600 2601 2602 2603 2604
HTCPEN TOUCHSCREEN DRIVER
P:	Pau Oliva Fora
M:	pof@eslack.org
L:	linux-input@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
2605
F:	drivers/input/touchscreen/htcpen.c
2606

L
Linus Torvalds 已提交
2607 2608 2609 2610
HUGETLB FILESYSTEM
P:	William Irwin
M:	wli@holomorphy.com
S:	Maintained
J
Joe Perches 已提交
2611
F:	fs/hugetlbfs/
L
Linus Torvalds 已提交
2612

M
Mark M. Hoffman 已提交
2613 2614 2615
I2C/SMBUS STUB DRIVER
P:	Mark M. Hoffman
M:	mhoffman@lightlink.com
J
Jean Delvare 已提交
2616
L:	linux-i2c@vger.kernel.org
M
Mark M. Hoffman 已提交
2617
S:	Maintained
J
Joe Perches 已提交
2618
F:	drivers/i2c/busses/i2c-stub.c
M
Mark M. Hoffman 已提交
2619

2620
I2C SUBSYSTEM
J
Jean Delvare 已提交
2621
P:	Jean Delvare (PC drivers, core)
L
Linus Torvalds 已提交
2622
M:	khali@linux-fr.org
J
Jean Delvare 已提交
2623 2624
P:	Ben Dooks (embedded platforms)
M:	ben-linux@fluff.org
J
Jean Delvare 已提交
2625
L:	linux-i2c@vger.kernel.org
J
Jean Delvare 已提交
2626 2627
W:	http://i2c.wiki.kernel.org/
T:	quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
L
Linus Torvalds 已提交
2628
S:	Maintained
J
Joe Perches 已提交
2629 2630 2631 2632 2633
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 已提交
2634

T
Till Harbaum 已提交
2635 2636 2637
I2C-TINY-USB DRIVER
P:	Till Harbaum
M:	till@harbaum.org
J
Jean Delvare 已提交
2638
L:	linux-i2c@vger.kernel.org
2639
W:	http://www.harbaum.org/till/i2c_tiny_usb
T
Till Harbaum 已提交
2640
S:	Maintained
J
Joe Perches 已提交
2641
F:	drivers/i2c/busses/i2c-tiny-usb.c
T
Till Harbaum 已提交
2642

L
Linus Torvalds 已提交
2643
i386 BOOT CODE
2644 2645
P:	H. Peter Anvin
M:	hpa@zytor.com
L
Linus Torvalds 已提交
2646 2647
L:	Linux-Kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
2648
F:	arch/x86/boot/
L
Linus Torvalds 已提交
2649 2650 2651 2652

i386 SETUP CODE / CPU ERRATA WORKAROUNDS
P:	H. Peter Anvin
M:	hpa@zytor.com
2653
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
L
Linus Torvalds 已提交
2654 2655 2656 2657 2658 2659 2660
S:	Maintained

IA64 (Itanium) PLATFORM
P:	Tony Luck
M:	tony.luck@intel.com
L:	linux-ia64@vger.kernel.org
W:	http://www.ia64-linux.org/
2661
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
L
Linus Torvalds 已提交
2662
S:	Maintained
J
Joe Perches 已提交
2663
F:	arch/ia64/
L
Linus Torvalds 已提交
2664 2665 2666 2667 2668 2669

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 已提交
2670
F:	drivers/scsi/ibmmca.c
L
Linus Torvalds 已提交
2671 2672 2673 2674 2675

IBM Power Linux RAID adapter
P:	Brian King
M:	brking@us.ibm.com
S:	Supported
J
Joe Perches 已提交
2676
F:	drivers/scsi/ipr.*
L
Linus Torvalds 已提交
2677 2678 2679 2680 2681 2682

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

2686
IDE SUBSYSTEM
L
Linus Torvalds 已提交
2687
P:	Bartlomiej Zolnierkiewicz
2688
M:	bzolnier@gmail.com
L
Linus Torvalds 已提交
2689
L:	linux-ide@vger.kernel.org
2690
T:	quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
L
Linus Torvalds 已提交
2691
S:	Maintained
J
Joe Perches 已提交
2692 2693 2694
F:	Documentation/ide/
F:	drivers/ide/
F:	include/linux/ide.h
L
Linus Torvalds 已提交
2695

2696
IDE/ATAPI DRIVERS
B
Borislav Petkov 已提交
2697
P:	Borislav Petkov
2698
M:	petkovbb@gmail.com
J
Jens Axboe 已提交
2699
L:	linux-ide@vger.kernel.org
B
Borislav Petkov 已提交
2700
S:	Maintained
J
Joe Perches 已提交
2701 2702
F:	Documentation/cdrom/ide-cd
F:	drivers/ide/ide-cd*
L
Linus Torvalds 已提交
2703

A
Andy Henroid 已提交
2704 2705 2706 2707 2708
IDLE-I7300
P:	Andy Henroid
M:	andrew.d.henroid@intel.com
L:	linux-pm@lists.linux-foundation.org
S:	Supported
J
Joe Perches 已提交
2709
F:	drivers/idle/i7300_idle.c
A
Andy Henroid 已提交
2710

J
Joe Perches 已提交
2711
IEEE 1394 SUBSYSTEM
L
Linus Torvalds 已提交
2712
P:	Ben Collins
2713
M:	ben.collins@ubuntu.com
2714 2715
P:	Stefan Richter
M:	stefanr@s5r6.in-berlin.de
L
Linus Torvalds 已提交
2716 2717
L:	linux1394-devel@lists.sourceforge.net
W:	http://www.linux1394.org/
2718
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
L
Linus Torvalds 已提交
2719
S:	Maintained
J
Joe Perches 已提交
2720
F:	drivers/ieee1394/
L
Linus Torvalds 已提交
2721

J
Joe Perches 已提交
2722
IEEE 1394 RAW I/O DRIVER
L
Linus Torvalds 已提交
2723 2724
P:	Dan Dennedy
M:	dan@dennedy.org
2725 2726
P:	Stefan Richter
M:	stefanr@s5r6.in-berlin.de
L
Linus Torvalds 已提交
2727
L:	linux1394-devel@lists.sourceforge.net
2728
S:	Maintained
J
Joe Perches 已提交
2729
F:	drivers/ieee1394/raw1394*
2730

M
Mimi Zohar 已提交
2731 2732 2733 2734
INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
P:	Mimi Zohar
M:	zohar@us.ibm.com
S:	Supported
J
Joe Perches 已提交
2735
F:	security/integrity/ima/
M
Mimi Zohar 已提交
2736

L
Linus Torvalds 已提交
2737
IMS TWINTURBO FRAMEBUFFER DRIVER
2738
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
P
Paul Mundt 已提交
2739
S:	Orphan
J
Joe Perches 已提交
2740
F:	drivers/video/imsttfb.c
L
Linus Torvalds 已提交
2741 2742 2743

INFINIBAND SUBSYSTEM
P:	Roland Dreier
2744
M:	rolandd@cisco.com
L
Linus Torvalds 已提交
2745
P:	Sean Hefty
2746
M:	sean.hefty@intel.com
L
Linus Torvalds 已提交
2747
P:	Hal Rosenstock
2748
M:	hal.rosenstock@gmail.com
2749
L:	general@lists.openfabrics.org (moderated for non-subscribers)
L
Linus Torvalds 已提交
2750
W:	http://www.openib.org/
2751
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
L
Linus Torvalds 已提交
2752
S:	Supported
J
Joe Perches 已提交
2753 2754 2755
F:	Documentation/infiniband/
F:	drivers/infiniband/
F:	include/linux/if_infiniband.h
L
Linus Torvalds 已提交
2756

R
Robert Love 已提交
2757
INOTIFY
C
Cal Peake 已提交
2758
P:	John McCutchan
2759
M:	john@johnmccutchan.com
C
Cal Peake 已提交
2760
P:	Robert Love
2761
M:	rlove@rlove.org
R
Robert Love 已提交
2762 2763
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
2764 2765 2766
F:	Documentation/filesystems/inotify.txt
F:	fs/notify/inotify/
F:	include/linux/inotify.h
R
Robert Love 已提交
2767

R
Randy Dunlap 已提交
2768 2769 2770 2771 2772
INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
P:	Dmitry Torokhov
M:	dmitry.torokhov@gmail.com
M:	dtor@mail.ru
L:	linux-input@vger.kernel.org
2773
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
R
Randy Dunlap 已提交
2774
S:	Maintained
J
Joe Perches 已提交
2775
F:	drivers/input/
R
Randy Dunlap 已提交
2776

2777
INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
J
Jim Cromie 已提交
2778 2779
P:	Sylvain Meyer
M:	sylvain.meyer@worldonline.fr
2780
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
J
Jim Cromie 已提交
2781
S:	Maintained
J
Joe Perches 已提交
2782 2783
F:	Documentation/fb/intelfb.txt
F:	drivers/video/intelfb/
2784

L
Linus Torvalds 已提交
2785
INTEL 810/815 FRAMEBUFFER DRIVER
J
Jim Cromie 已提交
2786
P:	Antonino Daplas
2787
M:	adaplas@gmail.com
2788
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
J
Jim Cromie 已提交
2789
S:	Maintained
J
Joe Perches 已提交
2790
F:	drivers/video/i810/
L
Linus Torvalds 已提交
2791

T
Thomas, Sujith 已提交
2792 2793 2794 2795 2796 2797
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 已提交
2798
F:	drivers/platform/x86/intel_menlow.c
T
Thomas, Sujith 已提交
2799

L
Linus Torvalds 已提交
2800 2801
INTEL IA32 MICROCODE UPDATE SUPPORT
P:	Tigran Aivazian
T
Tigran Aivazian 已提交
2802
M:	tigran@aivazian.fsnet.co.uk
L
Linus Torvalds 已提交
2803
S:	Maintained
J
Joe Perches 已提交
2804 2805
F:	arch/x86/kernel/microcode_core.c
F:	arch/x86/kernel/microcode_intel.c
L
Linus Torvalds 已提交
2806

2807
INTEL I/OAT DMA DRIVER
2808 2809
P:	Maciej Sosnowski
M:	maciej.sosnowski@intel.com
2810 2811
L:	linux-kernel@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
2812
F:	drivers/dma/ioat*
2813

2814 2815 2816 2817
INTEL IOMMU (VT-d)
P:	David Woodhouse
M:	dwmw2@infradead.org
L:	iommu@lists.linux-foundation.org
2818
T:	git git://git.infradead.org/iommu-2.6.git
2819
S:	Supported
J
Joe Perches 已提交
2820 2821
F:	drivers/pci/intel-iommu.c
F:	include/linux/intel-iommu.h
2822

2823 2824 2825 2826 2827
INTEL IOP-ADMA DMA DRIVER
P:	Dan Williams
M:	dan.j.williams@intel.com
L:	linux-kernel@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
2828
F:	drivers/dma/iop-adma.c
2829

2830 2831 2832 2833
INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
P:	Krzysztof Halasa
M:	khc@pm.waw.pl
S:	Maintained
J
Joe Perches 已提交
2834 2835 2836 2837 2838 2839
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
2840

2841 2842 2843 2844
INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
P:	Deepak Saxena
M:	dsaxena@plexity.net
S:	Maintained
J
Joe Perches 已提交
2845
F:	drivers/char/hw_random/ixp4xx-rng.c
2846

2847 2848 2849 2850 2851
INTEL IXP2000 ETHERNET DRIVER
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
2852
F:	drivers/net/ixp2000/
2853

2854
INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2855 2856
P:	Jeff Kirsher
M:	jeffrey.t.kirsher@intel.com
2857 2858
P:	Jesse Brandeburg
M:	jesse.brandeburg@intel.com
2859 2860
P:	Bruce Allan
M:	bruce.w.allan@intel.com
J
Jeff Kirsher 已提交
2861 2862
P:	PJ Waskiewicz
M:	peter.p.waskiewicz.jr@intel.com
2863 2864
P:	John Ronciak
M:	john.ronciak@intel.com
2865
L:	e1000-devel@lists.sourceforge.net
2866
W:	http://e1000.sourceforge.net/
L
Linus Torvalds 已提交
2867
S:	Supported
J
Joe Perches 已提交
2868 2869 2870 2871 2872 2873
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 已提交
2874

2875
INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2876
P:	Zhu Yi
2877 2878 2879
M:	yi.zhu@intel.com
P:	James Ketrenos
M:	jketreno@linux.intel.com
2880 2881
P:	Reinette Chatre
M:	reinette.chatre@intel.com
2882
L:	linux-wireless@vger.kernel.org
2883
L:	ipw2100-devel@lists.sourceforge.net
2884
W:	http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2885 2886
W:	http://ipw2100.sourceforge.net
S:	Supported
J
Joe Perches 已提交
2887 2888
F:	Documentation/networking/README.ipw2100
F:	drivers/net/wireless/ipw2x00/ipw2100.*
2889 2890

INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2891
P:	Zhu Yi
2892 2893 2894
M:	yi.zhu@intel.com
P:	James Ketrenos
M:	jketreno@linux.intel.com
2895 2896
P:	Reinette Chatre
M:	reinette.chatre@intel.com
2897
L:	linux-wireless@vger.kernel.org
2898
L:	ipw2100-devel@lists.sourceforge.net
2899
W:	http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2900 2901
W:	http://ipw2200.sourceforge.net
S:	Supported
J
Joe Perches 已提交
2902 2903
F:	Documentation/networking/README.ipw2200
F:	drivers/net/wireless/ipw2x00/ipw2200.*
2904

2905 2906 2907 2908 2909 2910 2911
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 已提交
2912 2913 2914
F:	Documentation/wimax/README.i2400m
F:	drivers/net/wimax/i2400m/
F:	include/linux/wimax/i2400m.h
2915

Z
Zhu Yi 已提交
2916 2917 2918
INTEL WIRELESS WIFI LINK (iwlwifi)
P:	Zhu Yi
M:	yi.zhu@intel.com
2919 2920
P:	Reinette Chatre
M:	reinette.chatre@intel.com
Z
Zhu Yi 已提交
2921 2922 2923
L:	linux-wireless@vger.kernel.org
L:	ipw3945-devel@lists.sourceforge.net
W:	http://intellinuxwireless.org
2924
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Z
Zhu Yi 已提交
2925
S:	Supported
J
Joe Perches 已提交
2926
F:	drivers/net/wireless/iwlwifi/
Z
Zhu Yi 已提交
2927

2928
IOC3 ETHERNET DRIVER
L
Linus Torvalds 已提交
2929 2930 2931 2932
P:	Ralf Baechle
M:	ralf@linux-mips.org
L:	linux-mips@linux-mips.org
S:	Maintained
J
Joe Perches 已提交
2933
F:	drivers/net/ioc3-eth.c
L
Linus Torvalds 已提交
2934

2935 2936 2937
IOC3 SERIAL DRIVER
P:	Pat Gefre
M:	pfg@sgi.com
J
Joe Perches 已提交
2938
L:	linux-mips@linux-mips.org
2939
S:	Maintained
J
Joe Perches 已提交
2940
F:	drivers/serial/ioc3_serial.c
2941

2942
IP MASQUERADING
L
Linus Torvalds 已提交
2943 2944 2945
P:	Juanjo Ciarlante
M:	jjciarla@raiz.uncu.edu.ar
S:	Maintained
J
Joe Perches 已提交
2946
F:	net/ipv4/netfilter/ipt_MASQUERADE.c
L
Linus Torvalds 已提交
2947

2948 2949 2950 2951 2952 2953 2954 2955 2956
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 已提交
2957
F:	drivers/net/ipg.c
2958

2959
IPATH DRIVER
A
Arthur Jones 已提交
2960
P:	Ralph Campbell
2961 2962 2963
M:	infinipath@qlogic.com
L:	general@lists.openfabrics.org
T:	git git://git.qlogic.com/ipath-linux-2.6
2964
S:	Supported
J
Joe Perches 已提交
2965
F:	drivers/infiniband/hw/ipath/
2966

C
Corey Minyard 已提交
2967 2968 2969 2970 2971 2972
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 已提交
2973 2974 2975
F:	Documentation/IPMI.txt
F:	drivers/char/ipmi/
F:	include/linux/ipmi*
C
Corey Minyard 已提交
2976

R
Randy Dunlap 已提交
2977 2978 2979 2980 2981 2982
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 已提交
2983
F:	drivers/scsi/ips*
R
Randy Dunlap 已提交
2984 2985 2986 2987 2988 2989 2990 2991

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

R
Randy Dunlap 已提交
2998
IPWIRELESS DRIVER
2999 3000 3001 3002 3003
P:	Jiri Kosina
M:	jkosina@suse.cz
P:	David Sterba
M:	dsterba@suse.cz
S:	Maintained
3004
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
J
Joe Perches 已提交
3005
F:	drivers/char/pcmcia/ipwireless/
3006

R
Randy Dunlap 已提交
3007 3008 3009 3010 3011
IPX NETWORK LAYER
P:	Arnaldo Carvalho de Melo
M:	acme@ghostprotocols.net
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3012 3013 3014
F:	include/linux/ipx.h
F:	include/net/ipx.h
F:	net/ipx/
R
Randy Dunlap 已提交
3015

L
Linus Torvalds 已提交
3016
IRDA SUBSYSTEM
S
Samuel Ortiz 已提交
3017 3018
P:	Samuel Ortiz
M:	samuel@sortiz.org
3019
L:	irda-users@lists.sourceforge.net (subscribers-only)
L
Linus Torvalds 已提交
3020
W:	http://irda.sourceforge.net/
S
Samuel Ortiz 已提交
3021
S:	Maintained
J
Joe Perches 已提交
3022 3023 3024 3025
F:	Documentation/networking/irda.txt
F:	drivers/net/irda/
F:	include/net/irda/
F:	net/irda/
L
Linus Torvalds 已提交
3026

R
Randy Dunlap 已提交
3027 3028 3029 3030
ISAPNP
P:	Jaroslav Kysela
M:	perex@perex.cz
S:	Maintained
J
Joe Perches 已提交
3031 3032 3033
F:	Documentation/isapnp.txt
F:	drivers/pnp/isapnp/
F:	include/linux/isapnp.h
R
Randy Dunlap 已提交
3034

M
Mike Christie 已提交
3035 3036 3037 3038 3039
ISCSI
P:	Mike Christie
M:	michaelc@cs.wisc.edu
L:	open-iscsi@googlegroups.com
W:	www.open-iscsi.org
3040
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
M
Mike Christie 已提交
3041
S:	Maintained
J
Joe Perches 已提交
3042 3043
F:	drivers/scsi/*iscsi*
F:	include/scsi/*iscsi*
M
Mike Christie 已提交
3044

L
Linus Torvalds 已提交
3045 3046
ISDN SUBSYSTEM
P:	Karsten Keil
K
Karsten Keil 已提交
3047
M:	isdn@linux-pingi.de
3048
L:	isdn4linux@listserv.isdn4linux.de (subscribers-only)
L
Linus Torvalds 已提交
3049
W:	http://www.isdn4linux.de
3050
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
L
Linus Torvalds 已提交
3051
S:	Maintained
J
Joe Perches 已提交
3052 3053 3054 3055
F:	Documentation/isdn/
F:	drivers/isdn/
F:	include/linux/isdn.h
F:	include/linux/isdn/
L
Linus Torvalds 已提交
3056 3057 3058 3059

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

3065 3066 3067 3068 3069
IVTV VIDEO4LINUX DRIVER
P:	Hans Verkuil
M:	hverkuil@xs4all.nl
L:	ivtv-devel@ivtvdriver.org
L:	ivtv-users@ivtvdriver.org
3070
L:	linux-media@vger.kernel.org
3071
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3072 3073
W:	http://www.ivtvdriver.org
S:	Maintained
J
Joe Perches 已提交
3074 3075 3076
F:	Documentation/video4linux/*.ivtv
F:	drivers/media/video/ivtv/
F:	include/linux/ivtv*
3077

R
Randy Dunlap 已提交
3078 3079 3080 3081 3082
JFS FILESYSTEM
P:	Dave Kleikamp
M:	shaggy@austin.ibm.com
L:	jfs-discussion@lists.sourceforge.net
W:	http://jfs.sourceforge.net/
3083
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
R
Randy Dunlap 已提交
3084
S:	Supported
J
Joe Perches 已提交
3085 3086
F:	Documentation/filesystems/jfs.txt
F:	fs/jfs/
R
Randy Dunlap 已提交
3087

3088 3089 3090 3091 3092
JME NETWORK DRIVER
P:	Guo-Fu Tseng
M:	cooldavid@cooldavid.org
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3093
F:	drivers/net/jme.*
3094

L
Linus Torvalds 已提交
3095 3096 3097
JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
P:	David Woodhouse
M:	dwmw2@infradead.org
3098 3099
L:	linux-mtd@lists.infradead.org
W:	http://www.linux-mtd.infradead.org/doc/jffs2.html
L
Linus Torvalds 已提交
3100
S:	Maintained
J
Joe Perches 已提交
3101 3102 3103
F:	fs/jffs2/
F:	include/linux/jffs2.h
F:	include/mtd/jffs2-user.h
L
Linus Torvalds 已提交
3104

3105
JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
J
Joe Perches 已提交
3106 3107 3108 3109
P:	Stephen Tweedie
M:	sct@redhat.com
P:	Andrew Morton
M:	akpm@linux-foundation.org
3110
L:	linux-ext4@vger.kernel.org
3111
S:	Maintained
J
Joe Perches 已提交
3112 3113 3114
F:	fs/jbd*/
F:	include/linux/ext*jbd*.h
F:	include/linux/jbd*.h
3115

R
Rudolf Marek 已提交
3116 3117 3118 3119
K8TEMP HARDWARE MONITORING DRIVER
P:	Rudolf Marek
M:	r.marek@assembler.cz
L:	lm-sensors@lm-sensors.org
3120
S:	Maintained
J
Joe Perches 已提交
3121 3122
F:	Documentation/hwmon/k8temp
F:	drivers/hwmon/k8temp.c
3123

L
Linus Torvalds 已提交
3124 3125 3126
KCONFIG
P:	Roman Zippel
M:	zippel@linux-m68k.org
S
Sam Ravnborg 已提交
3127
L:	linux-kbuild@vger.kernel.org
L
Linus Torvalds 已提交
3128
S:	Maintained
J
Joe Perches 已提交
3129 3130
F:	Documentation/kbuild/kconfig-language.txt
F:	scripts/kconfig/
L
Linus Torvalds 已提交
3131

3132 3133
KDUMP
P:	Vivek Goyal
V
Vivek Goyal 已提交
3134
M:	vgoyal@redhat.com
3135 3136
P:	Haren Myneni
M:	hbabu@us.ibm.com
3137
L:	kexec@lists.infradead.org
3138 3139 3140
L:	linux-kernel@vger.kernel.org
W:	http://lse.sourceforge.net/kdump/
S:	Maintained
J
Joe Perches 已提交
3141
F:	Documentation/kdump
3142

L
Linus Torvalds 已提交
3143 3144 3145 3146 3147
KERNEL AUTOMOUNTER (AUTOFS)
P:	H. Peter Anvin
M:	hpa@zytor.com
L:	autofs@linux.kernel.org
S:	Odd Fixes
J
Joe Perches 已提交
3148
F:	fs/autofs/
L
Linus Torvalds 已提交
3149 3150 3151 3152 3153 3154

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

J
Joe Perches 已提交
3157
KERNEL BUILD
L
Linus Torvalds 已提交
3158 3159
P:	Sam Ravnborg
M:	sam@ravnborg.org
3160 3161
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 已提交
3162
L:	linux-kbuild@vger.kernel.org
3163
S:	Maintained
J
Joe Perches 已提交
3164 3165 3166
F:	Documentation/kbuild/
F:	Makefile
F:	scripts/Makefile.*
L
Linus Torvalds 已提交
3167 3168 3169

KERNEL JANITORS
P:	Several
3170
L:	kernel-janitors@vger.kernel.org
L
Linus Torvalds 已提交
3171 3172 3173
W:	http://www.kerneljanitors.org/
S:	Maintained

3174
KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3175 3176
P:	J. Bruce Fields
M:	bfields@fieldses.org
L
Linus Torvalds 已提交
3177
P:	Neil Brown
3178
M:	neilb@suse.de
3179
L:	linux-nfs@vger.kernel.org
L
Linus Torvalds 已提交
3180
W:	http://nfs.sourceforge.net/
3181
S:	Supported
J
Joe Perches 已提交
3182 3183 3184 3185 3186 3187 3188
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 已提交
3189

A
Avi Kivity 已提交
3190 3191
KERNEL VIRTUAL MACHINE (KVM)
P:	Avi Kivity
3192
M:	avi@redhat.com
3193 3194
L:	kvm@vger.kernel.org
W:	http://kvm.qumranet.com
A
Avi Kivity 已提交
3195
S:	Supported
J
Joe Perches 已提交
3196 3197 3198 3199 3200
F:	Documentation/*/kvm.txt
F:	arch/*/kvm/
F:	arch/*/include/asm/kvm*
F:	include/linux/kvm*
F:	virt/kvm/
A
Avi Kivity 已提交
3201

3202 3203 3204
KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
P:	Joerg Roedel
M:	joerg.roedel@amd.com
3205 3206
L:	kvm@vger.kernel.org
W:	http://kvm.qumranet.com
A
Avi Kivity 已提交
3207
S:	Supported
J
Joe Perches 已提交
3208 3209 3210
F:	arch/x86/include/asm/svm.h
F:	arch/x86/kvm/kvm_svm.h
F:	arch/x86/kvm/svm.c
A
Avi Kivity 已提交
3211

3212 3213 3214
KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
P:	Hollis Blanchard
M:	hollisb@us.ibm.com
3215 3216
L:	kvm-ppc@vger.kernel.org
W:	http://kvm.qumranet.com
3217
S:	Supported
J
Joe Perches 已提交
3218 3219
F:	arch/powerpc/include/asm/kvm*
F:	arch/powerpc/kvm/
3220

3221
KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3222 3223
P:	Xiantao Zhang
M:	xiantao.zhang@intel.com
3224 3225
L:	kvm-ia64@vger.kernel.org
W:	http://kvm.qumranet.com
3226
S:	Supported
J
Joe Perches 已提交
3227 3228 3229
F:	Documentation/ia64/kvm.txt
F:	arch/ia64/include/asm/kvm*
F:	arch/ia64/kvm/
3230

3231 3232 3233 3234 3235 3236 3237 3238 3239
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 已提交
3240 3241 3242
F:	Documentation/s390/kvm.txt
F:	arch/s390/include/asm/kvm*
F:	arch/s390/kvm
3243

3244 3245 3246
KEXEC
P:	Eric Biederman
M:	ebiederm@xmission.com
3247
W:	http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3248
L:	linux-kernel@vger.kernel.org
3249
L:	kexec@lists.infradead.org
3250
S:	Maintained
J
Joe Perches 已提交
3251 3252
F:	include/linux/kexec.h
F:	kernel/kexec.c
3253

J
Jason Wessel 已提交
3254 3255 3256 3257 3258
KGDB
P:	Jason Wessel
M:	jason.wessel@windriver.com
L:	kgdb-bugreport@lists.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
3259 3260 3261 3262 3263
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 已提交
3264

3265 3266 3267 3268 3269
KMEMTRACE
P:	Eduard - Gabriel Munteanu
M:	eduard.munteanu@linux360.ro
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3270 3271 3272
F:	Documentation/vm/kmemtrace.txt
F:	include/trace/kmemtrace.h
F:	kernel/trace/kmemtrace.c
3273

3274 3275 3276 3277 3278 3279 3280
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 已提交
3281 3282
P:	Masami Hiramatsu
M:	mhiramat@redhat.com
3283 3284
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3285 3286 3287
F:	Documentation/kprobes.txt
F:	include/linux/kprobes.h
F:	kernel/kprobes.c
3288

3289 3290
KS0108 LCD CONTROLLER DRIVER
P:	Miguel Ojeda Sandonis
M
Miguel Ojeda 已提交
3291
M:	miguel.ojeda.sandonis@gmail.com
3292
L:	linux-kernel@vger.kernel.org
M
Miguel Ojeda 已提交
3293 3294
W:	http://miguelojeda.es/auxdisplay.htm
W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3295
S:	Maintained
J
Joe Perches 已提交
3296 3297 3298
F:	Documentation/auxdisplay/ks0108
F:	drivers/auxdisplay/ks0108.c
F:	include/linux/ks0108.h
3299

L
Linus Torvalds 已提交
3300 3301
LAPB module
L:	linux-x25@vger.kernel.org
3302
S:	Orphan
J
Joe Perches 已提交
3303 3304 3305
F:	Documentation/networking/lapb-module.txt
F:	include/*/lapb.h
F:	net/lapb/
L
Linus Torvalds 已提交
3306 3307 3308 3309 3310 3311

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 已提交
3312 3313
F:	Documentation/scsi/53c700.txt
F:	drivers/scsi/53c700*
L
Linus Torvalds 已提交
3314

3315 3316 3317 3318
LED SUBSYSTEM
P:	Richard Purdie
M:	rpurdie@rpsys.net
S:	Maintained
J
Joe Perches 已提交
3319 3320
F:	drivers/leds/
F:	include/linux/leds.h
3321

L
Linus Torvalds 已提交
3322 3323 3324 3325 3326 3327
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 已提交
3328
F:	drivers/usb/misc/legousbtower.c
L
Linus Torvalds 已提交
3329

R
Rusty Russell 已提交
3330 3331 3332 3333 3334 3335
LGUEST
P:	Rusty Russell
M:	rusty@rustcorp.com.au
L:	lguest@ozlabs.org
W:	http://lguest.ozlabs.org/
S:	Maintained
J
Joe Perches 已提交
3336 3337 3338 3339 3340
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 已提交
3341

L
Linus Torvalds 已提交
3342 3343 3344 3345 3346 3347
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 已提交
3348 3349 3350
LINUX FOR POWERPC (32-BIT AND 64-BIT)
P:	Benjamin Herrenschmidt
M:	benh@kernel.crashing.org
P
Paul Mackerras 已提交
3351 3352
P:	Paul Mackerras
M:	paulus@samba.org
L
Linus Torvalds 已提交
3353 3354
W:	http://www.penguinppc.org/
L:	linuxppc-dev@ozlabs.org
3355
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
L
Linus Torvalds 已提交
3356 3357 3358 3359 3360 3361 3362 3363 3364
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

3365
LINUX FOR POWERPC EMBEDDED MPC5XXX
L
Linus Torvalds 已提交
3366 3367
P:	Sylvain Munaut
M:	tnt@246tNt.com
3368 3369
P:	Grant Likely
M:	grant.likely@secretlab.ca
L
Linus Torvalds 已提交
3370 3371 3372 3373
L:	linuxppc-dev@ozlabs.org
S:	Maintained

LINUX FOR POWERPC EMBEDDED PPC4XX
3374 3375
P:	Josh Boyer
M:	jwboyer@linux.vnet.ibm.com
L
Linus Torvalds 已提交
3376 3377 3378
P:	Matt Porter
M:	mporter@kernel.crashing.org
W:	http://www.penguinppc.org/
3379
L:	linuxppc-dev@ozlabs.org
3380
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc.git
L
Linus Torvalds 已提交
3381 3382
S:	Maintained

3383 3384 3385
LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
P:	Grant Likely
M:	grant.likely@secretlab.ca
3386
W:	http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3387
L:	linuxppc-dev@ozlabs.org
L
Linus Torvalds 已提交
3388 3389
S:	Maintained

3390
LINUX FOR POWERPC EMBEDDED PPC8XX
3391 3392
P:	Vitaly Bordug
M:	vitb@kernel.crashing.org
3393
P:	Marcelo Tosatti
M
Marcelo Tosatti 已提交
3394
M:	marcelo@kvack.org
3395
W:	http://www.penguinppc.org/
3396
L:	linuxppc-dev@ozlabs.org
3397 3398
S:	Maintained

L
Linus Torvalds 已提交
3399
LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
J
Jim Cromie 已提交
3400 3401 3402
P:	Kumar Gala
M:	galak@kernel.crashing.org
W:	http://www.penguinppc.org/
3403
L:	linuxppc-dev@ozlabs.org
J
Jim Cromie 已提交
3404
S:	Maintained
L
Linus Torvalds 已提交
3405

3406 3407 3408 3409 3410 3411 3412
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 已提交
3413 3414
LINUX SECURITY MODULE (LSM) FRAMEWORK
P:	Chris Wright
C
Chris Wright 已提交
3415
M:	chrisw@sous-sol.org
C
Chris Wright 已提交
3416
L:	linux-security-module@vger.kernel.org
3417
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
L
Linus Torvalds 已提交
3418 3419
S:	Supported

R
Randy Dunlap 已提交
3420 3421 3422 3423
LLC (802.2)
P:	Arnaldo Carvalho de Melo
M:	acme@ghostprotocols.net
S:	Maintained
J
Joe Perches 已提交
3424 3425 3426
F:	include/linux/llc.h
F:	include/net/llc*
F:	net/llc/
R
Randy Dunlap 已提交
3427

P
Pavel Machek 已提交
3428 3429 3430 3431
LIS3LV02D ACCELEROMETER DRIVER
P:	Eric Piel
M:	eric.piel@tremplin-utc.net
S:	Maintained
J
Joe Perches 已提交
3432 3433
F:	Documentation/hwmon/lis3lv02d
F:	drivers/hwmon/lis3lv02d.*
P
Pavel Machek 已提交
3434

L
Linus Torvalds 已提交
3435 3436 3437
LM83 HARDWARE MONITOR DRIVER
P:	Jean Delvare
M:	khali@linux-fr.org
3438
L:	lm-sensors@lm-sensors.org
L
Linus Torvalds 已提交
3439
S:	Maintained
J
Joe Perches 已提交
3440 3441
F:	Documentation/hwmon/lm83
F:	drivers/hwmon/lm83.c
L
Linus Torvalds 已提交
3442 3443 3444 3445

LM90 HARDWARE MONITOR DRIVER
P:	Jean Delvare
M:	khali@linux-fr.org
3446
L:	lm-sensors@lm-sensors.org
L
Linus Torvalds 已提交
3447
S:	Maintained
J
Joe Perches 已提交
3448 3449
F:	Documentation/hwmon/lm90
F:	drivers/hwmon/lm90.c
L
Linus Torvalds 已提交
3450

P
Peter Zijlstra 已提交
3451 3452 3453 3454 3455 3456
LOCKDEP AND LOCKSTAT
P:	Peter Zijlstra
M:	peterz@infradead.org
P:	Ingo Molnar
M:	mingo@redhat.com
L:	linux-kernel@vger.kernel.org
3457
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
P
Peter Zijlstra 已提交
3458
S:	Maintained
J
Joe Perches 已提交
3459 3460 3461 3462
F:	Documentation/lockdep*.txt
F:	Documentation/lockstat.txt
F:	include/linux/lockdep.h
F:	kernel/lockdep*
P
Peter Zijlstra 已提交
3463

3464
LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
L
Linus Torvalds 已提交
3465 3466
P:	Richard Russon (FlatCap)
M:	ldm@flatcap.org
3467 3468
L:	linux-ntfs-dev@lists.sourceforge.net
W:	http://www.linux-ntfs.org/content/view/19/37/
L
Linus Torvalds 已提交
3469
S:	Maintained
J
Joe Perches 已提交
3470 3471
F:	Documentation/ldm.txt
F:	fs/partitions/ldm.*
L
Linus Torvalds 已提交
3472

3473 3474
LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
P:	Eric Moore
3475 3476
M:	Eric.Moore@lsi.com
M:	support@lsi.com
3477
L:	DL-MPTFusionLinux@lsi.com
3478 3479 3480
L:	linux-scsi@vger.kernel.org
W:	http://www.lsilogic.com/support
S:	Supported
J
Joe Perches 已提交
3481
F:	drivers/message/fusion/
3482

L
Linus Torvalds 已提交
3483 3484 3485 3486 3487
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 已提交
3488
F:	drivers/scsi/sym53c8xx_2/
L
Linus Torvalds 已提交
3489

3490 3491 3492 3493 3494 3495 3496
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/
3497
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3498 3499
S:	Maintained

3500 3501 3502 3503 3504 3505 3506
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 已提交
3507 3508
F:	arch/m32r/
F:	include/asm-m32r/
3509

L
Linus Torvalds 已提交
3510 3511 3512 3513 3514 3515 3516
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/
3517
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
L
Linus Torvalds 已提交
3518
S:	Maintained
J
Joe Perches 已提交
3519
F:	arch/m68k/
L
Linus Torvalds 已提交
3520 3521 3522 3523 3524

M68K ON APPLE MACINTOSH
P:	Joshua Thompson
M:	funaho@jurai.org
W:	http://www.mac.linux-m68k.org/
F
Finn Thain 已提交
3525
L:	linux-m68k@lists.linux-m68k.org
L
Linus Torvalds 已提交
3526 3527 3528 3529 3530 3531 3532
S:	Maintained

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 已提交
3533
F:	arch/m68k/hp300/
L
Linus Torvalds 已提交
3534

3535
MAC80211
3536 3537
P:	Johannes Berg
M:	johannes@sipsolutions.net
3538 3539
L:	linux-wireless@vger.kernel.org
W:	http://linuxwireless.org/
3540
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3541
S:	Maintained
J
Joe Perches 已提交
3542 3543 3544
F:	Documentation/networking/mac80211-injection.txt
F:	include/net/mac80211.h
F:	net/mac80211/
3545

3546 3547 3548 3549 3550 3551 3552
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
3553
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3554
S:	Maintained
J
Joe Perches 已提交
3555
F:	net/mac80211/rc80211_pid*
3556

P
Patrick McHardy 已提交
3557 3558 3559 3560 3561
MACVLAN DRIVER
P:	Patrick McHardy
M:	kaber@trash.net
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3562 3563
F:	drivers/net/macvlan.c
F:	include/linux/if_macvlan.h
P
Patrick McHardy 已提交
3564

3565
MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
J
Jim Cromie 已提交
3566
P:	Michael Kerrisk
3567
M:	mtk.manpages@gmail.com
3568
W:	http://www.kernel.org/doc/man-pages
3569
L:	linux-man@vger.kernel.org
3570
S:	Maintained
3571

3572 3573 3574 3575 3576
MARVELL LIBERTAS WIRELESS DRIVER
P:	Dan Williams
M:	dcbw@redhat.com
L:	libertas-dev@lists.infradead.org
S:	Maintained
J
Joe Perches 已提交
3577
F:	drivers/net/wireless/libertas/
3578

3579
MARVELL MV643XX ETHERNET DRIVER
D
Dale Farnsworth 已提交
3580 3581
P:	Lennert Buytenhek
M:	buytenh@marvell.com
3582
L:	netdev@vger.kernel.org
D
Dale Farnsworth 已提交
3583
S:	Supported
J
Joe Perches 已提交
3584 3585
F:	drivers/net/mv643xx_eth.*
F:	include/linux/mv643xx.h
L
Linus Torvalds 已提交
3586

3587 3588 3589 3590 3591 3592
MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
P:	Nicolas Pitre
M:	nico@cam.org
L:	linux-kernel@vger.kernel.org
S:	Maintained

R
Randy Dunlap 已提交
3593 3594 3595 3596 3597 3598 3599 3600
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 已提交
3601 3602 3603
MATROX FRAMEBUFFER DRIVER
P:	Petr Vandrovec
M:	vandrove@vc.cvut.cz
3604
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
L
Linus Torvalds 已提交
3605
S:	Maintained
J
Joe Perches 已提交
3606 3607
F:	drivers/video/matrox/matroxfb_*
F:	include/linux/matroxfb.h
L
Linus Torvalds 已提交
3608

H
Hans-Juergen Koch 已提交
3609 3610 3611 3612 3613
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 已提交
3614 3615
F:	Documentation/hwmon/max6650
F:	drivers/hwmon/max6650.c
H
Hans-Juergen Koch 已提交
3616

3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631
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

3632
MEGARAID SCSI DRIVERS
J
Jim Cromie 已提交
3633
P:	Neela Syam Kolli
3634
M:	megaraidlinux@lsi.com
J
Jean Delvare 已提交
3635
L:	linux-scsi@vger.kernel.org
J
Jim Cromie 已提交
3636 3637
W:	http://megaraid.lsilogic.com
S:	Maintained
J
Joe Perches 已提交
3638 3639 3640
F:	Documentation/scsi/megaraid.txt
F:	drivers/scsi/megaraid.*
F:	drivers/scsi/megaraid/
3641

3642 3643 3644 3645 3646
MEMORY MANAGEMENT
L:	linux-mm@kvack.org
L:	linux-kernel@vger.kernel.org
W:	http://www.linux-mm.org
S:	Maintained
J
Joe Perches 已提交
3647 3648
F:	include/linux/mm.h
F:	mm/
3649

3650 3651 3652 3653 3654 3655 3656 3657 3658 3659
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
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3660
F:	mm/memcontrol.c
3661

3662
MEMORY TECHNOLOGY DEVICES (MTD)
L
Linus Torvalds 已提交
3663 3664 3665 3666
P:	David Woodhouse
M:	dwmw2@infradead.org
W:	http://www.linux-mtd.infradead.org/
L:	linux-mtd@lists.infradead.org
3667
T:	git git://git.infradead.org/mtd-2.6.git
L
Linus Torvalds 已提交
3668
S:	Maintained
J
Joe Perches 已提交
3669 3670 3671
F:	drivers/mtd/
F:	include/linux/mtd/
F:	include/mtd/
L
Linus Torvalds 已提交
3672 3673 3674 3675 3676

MICROTEK X6 SCANNER
P:	Oliver Neukum
M:	oliver@neukum.name
S:	Maintained
J
Joe Perches 已提交
3677
F:	drivers/usb/image/microtek.*
L
Linus Torvalds 已提交
3678 3679 3680 3681

MIPS
P:	Ralf Baechle
M:	ralf@linux-mips.org
3682
W:	http://www.linux-mips.org/
L
Linus Torvalds 已提交
3683
L:	linux-mips@linux-mips.org
3684
T:	git git://git.linux-mips.org/pub/scm/linux.git
3685
S:	Supported
J
Joe Perches 已提交
3686 3687
F:	Documentation/mips/
F:	arch/mips/
L
Linus Torvalds 已提交
3688 3689 3690

MISCELLANEOUS MCA-SUPPORT
P:	James Bottomley
3691
M:	James.Bottomley@HansenPartnership.com
L
Linus Torvalds 已提交
3692 3693
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3694 3695 3696 3697
F:	Documentation/ia64/mca.txt
F:	Documentation/mca.txt
F:	drivers/mca/
F:	include/linux/mca*
L
Linus Torvalds 已提交
3698 3699 3700 3701 3702 3703

MODULE SUPPORT
P:	Rusty Russell
M:	rusty@rustcorp.com.au
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3704 3705
F:	include/linux/module.h
F:	kernel/module.c
L
Linus Torvalds 已提交
3706 3707 3708 3709 3710 3711

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

3716 3717 3718 3719 3720
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 已提交
3721
F:	drivers/mmc/host/imxmmc.*
3722

L
Linus Torvalds 已提交
3723 3724 3725 3726 3727
MOUSE AND MISC DEVICES [GENERAL]
P:	Alessandro Rubini
M:	rubini@ipvvis.unipv.it
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3728 3729
F:	drivers/input/mouse/
F:	include/linux/gpio_mouse.h
L
Linus Torvalds 已提交
3730

J
Jiri Slaby 已提交
3731
MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3732 3733 3734 3735
P:	Jiri Slaby
M:	jirislaby@gmail.com
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3736 3737
F:	Documentation/serial/moxa-smartio
F:	drivers/char/mxser.*
3738

3739 3740 3741
MSI LAPTOP SUPPORT
P:	Lennart Poettering
M:	mzxreary@0pointer.de
3742
W:	https://tango.0pointer.de/mailman/listinfo/s270-linux
3743 3744
W:	http://0pointer.de/lennart/tchibo.html
S:	Maintained
J
Joe Perches 已提交
3745
F:	drivers/platform/x86/msi-laptop.c
3746

S
Samuel Ortiz 已提交
3747 3748
MULTIFUNCTION DEVICES (MFD)
P:	Samuel Ortiz
S
Samuel Ortiz 已提交
3749
M:	sameo@linux.intel.com
S
Samuel Ortiz 已提交
3750
L:	linux-kernel@vger.kernel.org
3751
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
S
Samuel Ortiz 已提交
3752
S:	Supported
J
Joe Perches 已提交
3753
F:	drivers/mfd/
S
Samuel Ortiz 已提交
3754

P
Pierre Ossman 已提交
3755
MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
P
Pierre Ossman 已提交
3756
P:	Pierre Ossman
3757
M:	pierre@ossman.eu
P
Pierre Ossman 已提交
3758 3759
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3760 3761
F:	drivers/mmc/
F:	include/linux/mmc/
3762

D
David Brownell 已提交
3763 3764 3765 3766
MULTIMEDIA CARD (MMC) ETC. OVER SPI
P:	David Brownell
M:	dbrownell@users.sourceforge.net
L:	linux-kernel@vger.kernel.org
J
Jean Delvare 已提交
3767
S:	Odd Fixes
J
Joe Perches 已提交
3768 3769
F:	drivers/mmc/host/mmc_spi.c
F:	include/linux/spi/mmc_spi.h
D
David Brownell 已提交
3770

L
Linus Torvalds 已提交
3771 3772 3773 3774
MULTISOUND SOUND DRIVER
P:	Andrew Veliath
M:	andrewtv@usa.net
S:	Maintained
J
Joe Perches 已提交
3775 3776
F:	Documentation/sound/oss/MultiSound
F:	sound/oss/msnd*
L
Linus Torvalds 已提交
3777

3778 3779 3780 3781 3782
MULTITECH MULTIPORT CARD (ISICOM)
P:	Jiri Slaby
M:	jirislaby@gmail.com
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
3783 3784
F:	drivers/char/isicom.c
F:	include/linux/isicom.h
3785

F
Felipe Balbi 已提交
3786
MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3787 3788 3789
P:	Felipe Balbi
M:	felipe.balbi@nokia.com
L:	linux-usb@vger.kernel.org
3790
T:	git git://gitorious.org/musb/mainline.git
3791
S:	Maintained
J
Joe Perches 已提交
3792
F:	drivers/usb/musb/
F
Felipe Balbi 已提交
3793

3794 3795 3796 3797 3798 3799 3800 3801
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 已提交
3802
F:	drivers/net/myri10ge/
3803

L
Linus Torvalds 已提交
3804
NATSEMI ETHERNET DRIVER (DP8381x)
3805
P:	Tim Hockin
L
Linus Torvalds 已提交
3806 3807
M:	thockin@hockin.org
S:	Maintained
J
Joe Perches 已提交
3808
F:	drivers/net/natsemi.c
L
Linus Torvalds 已提交
3809 3810 3811 3812 3813 3814

NCP FILESYSTEM
P:	Petr Vandrovec
M:	vandrove@vc.cvut.cz
L:	linware@sh.cvut.cz
S:	Maintained
J
Joe Perches 已提交
3815
F:	fs/ncpfs/
L
Linus Torvalds 已提交
3816 3817 3818 3819 3820 3821

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 已提交
3822
F:	drivers/scsi/NCR_D700.*
L
Linus Torvalds 已提交
3823

3824 3825
NETEFFECT IWARP RNIC DRIVER (IW_NES)
P:	Faisal Latif
3826
M:	faisal.latif@intel.com
3827
P:	Chien Tung
3828
M:	chien.tin.tung@intel.com
3829 3830 3831 3832 3833
L:	general@lists.openfabrics.org
W:	http://www.neteffect.com
S:	Supported
F:	drivers/infiniband/hw/nes/

3834 3835
NETEM NETWORK EMULATOR
P:	Stephen Hemminger
3836
M:	shemminger@linux-foundation.org
3837
L:	netem@lists.linux-foundation.org
3838
S:	Maintained
J
Joe Perches 已提交
3839
F:	net/sched/sch_netem.c
3840

3841
NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3842 3843 3844 3845 3846 3847 3848 3849
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
3850 3851
P:	Anil Murthy
M:	anil.murthy@neterion.com
3852
L:	netdev@vger.kernel.org
3853 3854
W:	http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
W:	http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3855
S:	Supported
J
Joe Perches 已提交
3856 3857
F:	Documentation/networking/s2io.txt
F:	drivers/net/s2io*
3858

L
Linus Torvalds 已提交
3859 3860 3861 3862 3863 3864
NETFILTER/IPTABLES/IPCHAINS
P:	Rusty Russell
P:	Marc Boucher
P:	James Morris
P:	Harald Welte
P:	Jozsef Kadlecsik
3865 3866
P:	Patrick McHardy
M:	kaber@trash.net
3867 3868
L:	netfilter-devel@vger.kernel.org
L:	netfilter@vger.kernel.org
3869
L:	coreteam@netfilter.org
L
Linus Torvalds 已提交
3870 3871 3872
W:	http://www.netfilter.org/
W:	http://www.iptables.org/
S:	Supported
J
Joe Perches 已提交
3873 3874 3875 3876 3877 3878
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 已提交
3879

3880 3881 3882 3883 3884 3885
NETLABEL
P:	Paul Moore
M:	paul.moore@hp.com
W:	http://netlabel.sf.net
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
3886 3887 3888
F:	Documentation/netlabel
F:	include/net/netlabel.h
F:	net/netlabel/
3889

L
Linus Torvalds 已提交
3890 3891 3892 3893
NETROM NETWORK LAYER
P:	Ralf Baechle
M:	ralf@linux-mips.org
L:	linux-hams@vger.kernel.org
3894
W:	http://www.linux-ax25.org/
L
Linus Torvalds 已提交
3895
S:	Maintained
J
Joe Perches 已提交
3896 3897 3898
F:	include/linux/netrom.h
F:	include/net/netrom.h
F:	net/netrom/
L
Linus Torvalds 已提交
3899

3900
NETWORK BLOCK DEVICE (NBD)
L
Linus Torvalds 已提交
3901 3902 3903
P:	Paul Clements
M:	Paul.Clements@steeleye.com
S:	Maintained
J
Joe Perches 已提交
3904 3905 3906
F:	Documentation/blockdev/nbd.txt
F:	drivers/block/nbd.c
F:	include/linux/nbd.h
L
Linus Torvalds 已提交
3907 3908 3909 3910

NETWORK DEVICE DRIVERS
P:	Jeff Garzik
M:	jgarzik@pobox.com
3911
L:	netdev@vger.kernel.org
3912
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
L
Linus Torvalds 已提交
3913
S:	Maintained
J
Joe Perches 已提交
3914
F:	drivers/net/
L
Linus Torvalds 已提交
3915 3916 3917

NETWORKING [GENERAL]
P:	Networking Team
3918 3919
M:	netdev@vger.kernel.org
L:	netdev@vger.kernel.org
3920
W:	http://linux-net.osdl.org/
L
Linus Torvalds 已提交
3921
S:	Maintained
J
Joe Perches 已提交
3922 3923
F:	net/
F:	include/net/
L
Linus Torvalds 已提交
3924 3925 3926 3927 3928 3929 3930 3931 3932

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
3933
M:	jmorris@namei.org
L
Linus Torvalds 已提交
3934 3935 3936
P:	Hideaki YOSHIFUJI
M:	yoshfuji@linux-ipv6.org
P:	Patrick McHardy
3937
M:	kaber@trash.net
3938
L:	netdev@vger.kernel.org
3939
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
L
Linus Torvalds 已提交
3940
S:	Maintained
J
Joe Perches 已提交
3941 3942 3943
F:	net/ipv4/
F:	net/ipv6/
F:	include/net/ip*
L
Linus Torvalds 已提交
3944

3945 3946 3947 3948 3949 3950
NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
P:	Paul Moore
M:	paul.moore@hp.com
L:	netdev@vger.kernel.org
S:	Maintained

3951 3952 3953
NETWORKING [WIRELESS]
P:	John W. Linville
M:	linville@tuxdriver.com
3954
L:	linux-wireless@vger.kernel.org
3955
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3956
S:	Maintained
J
Joe Perches 已提交
3957 3958 3959
F:	net/wireless/
F:	include/net/ieee80211*
F:	include/net/wireless.h
3960

A
Amit S. Kale 已提交
3961
NETXEN (1/10) GbE SUPPORT
3962 3963
P:	Dhananjay Phadke
M:	dhananjay@netxen.com
A
Amit S. Kale 已提交
3964 3965 3966
L:	netdev@vger.kernel.org
W:	http://www.netxen.com
S:	Supported
J
Joe Perches 已提交
3967
F:	drivers/net/netxen/
A
Amit S. Kale 已提交
3968

3969
NFS, SUNRPC, AND LOCKD CLIENTS
L
Linus Torvalds 已提交
3970
P:	Trond Myklebust
3971 3972 3973 3974
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 已提交
3975
S:	Maintained
J
Joe Perches 已提交
3976 3977 3978 3979 3980 3981 3982
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 已提交
3983 3984

NI5010 NETWORK DRIVER
A
Andreas Mohr 已提交
3985 3986 3987 3988
P:	Jan-Pascal van Best
M:	janpascal@vanbest.org
P:	Andreas Mohr
M:	andi@lisas.de
3989
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
3990
S:	Maintained
J
Joe Perches 已提交
3991
F:	drivers/net/ni5010.*
L
Linus Torvalds 已提交
3992

R
Ryusuke Konishi 已提交
3993 3994 3995 3996 3997 3998
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 已提交
3999 4000 4001
F:	Documentation/filesystems/nilfs2.txt
F:	fs/nilfs2/
F:	include/linux/nilfs2_fs.h
R
Ryusuke Konishi 已提交
4002

L
Linus Torvalds 已提交
4003 4004 4005 4006 4007
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 已提交
4008 4009
F:	Documentation/scsi/NinjaSCSI.txt
F:	drivers/scsi/pcmcia/nsp_*
L
Linus Torvalds 已提交
4010 4011 4012 4013 4014 4015 4016 4017

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 已提交
4018 4019
F:	Documentation/scsi/NinjaSCSI.txt
F:	drivers/scsi/nsp32*
L
Linus Torvalds 已提交
4020 4021 4022 4023 4024 4025

NTFS FILESYSTEM
P:	Anton Altaparmakov
M:	aia21@cantab.net
L:	linux-ntfs-dev@lists.sourceforge.net
L:	linux-kernel@vger.kernel.org
A
Adrian Bunk 已提交
4026
W:	http://www.linux-ntfs.org/
4027
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
L
Linus Torvalds 已提交
4028
S:	Maintained
J
Joe Perches 已提交
4029 4030
F:	Documentation/filesystems/ntfs.txt
F:	fs/ntfs/
L
Linus Torvalds 已提交
4031

4032
NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
J
Jim Cromie 已提交
4033
P:	Antonino Daplas
4034
M:	adaplas@gmail.com
4035
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
J
Jim Cromie 已提交
4036
S:	Maintained
J
Joe Perches 已提交
4037 4038
F:	drivers/video/riva/
F:	drivers/video/nvidia/
L
Linus Torvalds 已提交
4039

B
Bob Copeland 已提交
4040 4041 4042 4043 4044
OMFS FILESYSTEM
P:	Bob Copeland
M:	me@bobcopeland.com
L:	linux-karma-devel@lists.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
4045 4046
F:	Documentation/filesystems/omfs.txt
F:	fs/omfs/
B
Bob Copeland 已提交
4047

4048 4049 4050 4051
OMNIKEY CARDMAN 4000 DRIVER
P:	Harald Welte
M:	laforge@gnumonks.org
S:	Maintained
J
Joe Perches 已提交
4052 4053
F:	drivers/char/pcmcia/cm4000_cs.c
F:	include/linux/cm4000_cs.h
4054

4055 4056 4057 4058
OMNIKEY CARDMAN 4040 DRIVER
P:	Harald Welte
M:	laforge@gnumonks.org
S:	Maintained
J
Joe Perches 已提交
4059
F:	drivers/char/pcmcia/cm4040_cs.*
4060

4061
OMNIVISION OV7670 SENSOR DRIVER
4062
P:	Jonathan Corbet
4063
M:	corbet@lwn.net
4064
L:	linux-media@vger.kernel.org
4065
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4066
S:	Maintained
J
Joe Perches 已提交
4067
F:	drivers/media/video/ov7670.c
4068

4069 4070 4071 4072 4073
ONENAND FLASH DRIVER
P:	Kyungmin Park
M:	kyungmin.park@samsung.com
L:	linux-mtd@lists.infradead.org
S:	Maintained
J
Joe Perches 已提交
4074 4075
F:	drivers/mtd/onenand/
F:	include/linux/mtd/onenand*.h
4076

L
Linus Torvalds 已提交
4077 4078 4079 4080 4081 4082
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 已提交
4083 4084
F:	drivers/scsi/osst*
F:	drivers/scsi/st*
L
Linus Torvalds 已提交
4085

R
Randy Dunlap 已提交
4086 4087 4088
OPENCORES I2C BUS DRIVER
P:	Peter Korsgaard
M:	jacmet@sunsite.dk
J
Jean Delvare 已提交
4089
L:	linux-i2c@vger.kernel.org
R
Randy Dunlap 已提交
4090
S:	Maintained
J
Joe Perches 已提交
4091 4092
F:	Documentation/i2c/busses/i2c-ocores
F:	drivers/i2c/busses/i2c-ocores.c
R
Randy Dunlap 已提交
4093

L
Linus Torvalds 已提交
4094
OPROFILE
4095 4096
P:	Robert Richter
M:	robert.richter@amd.com
L
Linus Torvalds 已提交
4097 4098
L:	oprofile-list@lists.sf.net
S:	Maintained
J
Joe Perches 已提交
4099 4100 4101
F:	arch/*/oprofile/
F:	drivers/oprofile/
F:	include/linux/oprofile.h
L
Linus Torvalds 已提交
4102

R
Randy Dunlap 已提交
4103 4104 4105 4106 4107 4108 4109 4110 4111
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/
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
S:	Supported
J
Joe Perches 已提交
4112 4113 4114
F:	Documentation/filesystems/ocfs2.txt
F:	Documentation/filesystems/dlmfs.txt
F:	fs/ocfs2/
R
Randy Dunlap 已提交
4115

L
Linus Torvalds 已提交
4116 4117 4118 4119 4120
ORINOCO DRIVER
P:	Pavel Roskin
M:	proski@gnu.org
P:	David Gibson
M:	hermes@gibson.dropbear.id.au
4121
L:	linux-wireless@vger.kernel.org
4122 4123 4124
L:	orinoco-users@lists.sourceforge.net
L:	orinoco-devel@lists.sourceforge.net
W:	http://www.nongnu.org/orinoco/
L
Linus Torvalds 已提交
4125
S:	Maintained
J
Joe Perches 已提交
4126
F:	drivers/net/wireless/orinoco/
L
Linus Torvalds 已提交
4127

4128 4129 4130 4131 4132 4133 4134
OSD LIBRARY
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
4135
T:	git git://git.open-osd.org/open-osd.git
4136 4137
S:	Maintained

R
Randy Dunlap 已提交
4138 4139 4140 4141 4142
P54 WIRELESS DRIVER
P:	Michael Wu
M:	flamingice@sourmilk.net
L:	linux-wireless@vger.kernel.org
W:	http://prism54.org
4143
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
R
Randy Dunlap 已提交
4144
S:	Maintained
J
Joe Perches 已提交
4145
F:	drivers/net/wireless/p54/
R
Randy Dunlap 已提交
4146

4147 4148 4149 4150 4151
PA SEMI ETHERNET DRIVER
P:	Olof Johansson
M:	olof@lixom.net
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4152
F:	drivers/net/pasemi_mac.*
4153

O
Olof Johansson 已提交
4154 4155 4156
PA SEMI SMBUS DRIVER
P:	Olof Johansson
M:	olof@lixom.net
J
Jean Delvare 已提交
4157
L:	linux-i2c@vger.kernel.org
O
Olof Johansson 已提交
4158
S:	Maintained
J
Joe Perches 已提交
4159
F:	drivers/i2c/busses/i2c-pasemi.c
O
Olof Johansson 已提交
4160

4161 4162 4163 4164
PANASONIC LAPTOP ACPI EXTRAS DRIVER
P:	Harald Welte
M:	laforge@gnumonks.org
S:	Maintained
J
Joe Perches 已提交
4165
F:	drivers/platform/x86/panasonic-laptop.c
4166

4167 4168 4169 4170 4171 4172 4173 4174
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 已提交
4175 4176 4177
F:	Documentation/mn10300/
F:	arch/mn10300/
F:	include/asm-mn10300/
4178

L
Linus Torvalds 已提交
4179
PARALLEL PORT SUPPORT
4180
L:	linux-parport@lists.infradead.org (subscribers-only)
D
David Brownell 已提交
4181
S:	Orphan
J
Joe Perches 已提交
4182 4183 4184 4185
F:	drivers/parport/
F:	include/linux/parport*.h
F:	drivers/char/ppdev.c
F:	include/linux/ppdev.h
L
Linus Torvalds 已提交
4186

4187 4188 4189 4190 4191
PARAVIRT_OPS INTERFACE
P:	Jeremy Fitzhardinge
M:	jeremy@xensource.com
P:	Chris Wright
M:	chrisw@sous-sol.org
4192 4193
P:	Alok Kataria
M:	akataria@vmware.com
4194 4195 4196 4197 4198
P:	Rusty Russell
M:	rusty@rustcorp.com.au
L:	virtualization@lists.osdl.org
L:	linux-kernel@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
4199 4200 4201
F:	Documentation/ia64/paravirt_ops.txt
F:	arch/*/kernel/paravirt*
F:	arch/*/include/asm/paravirt.h
4202

R
Randy Dunlap 已提交
4203 4204 4205 4206 4207 4208
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 已提交
4209 4210
F:	Documentation/blockdev/paride.txt
F:	drivers/block/paride/
R
Randy Dunlap 已提交
4211 4212 4213 4214

PARISC ARCHITECTURE
P:	Kyle McMartin
M:	kyle@mcmartin.ca
G
Grant Grundler 已提交
4215 4216
P:	Helge Deller
M:	deller@gmx.de
R
Randy Dunlap 已提交
4217 4218
L:	linux-parisc@vger.kernel.org
W:	http://www.parisc-linux.org/
4219
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
R
Randy Dunlap 已提交
4220
S:	Maintained
J
Joe Perches 已提交
4221 4222
F:	arch/parisc/
F:	drivers/parisc/
R
Randy Dunlap 已提交
4223

4224 4225 4226 4227 4228
PC87360 HARDWARE MONITORING DRIVER
P:	Jim Cromie
M:	jim.cromie@gmail.com
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
4229 4230
F:	Documentation/hwmon/pc87360
F:	drivers/hwmon/pc87360.c
4231 4232 4233 4234 4235

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

R
Riku Voipio 已提交
4238 4239 4240 4241 4242
PCA9532 LED DRIVER
P:	Riku Voipio
M:	riku.voipio@iki.fi
S:	Maintained

4243 4244 4245 4246
PCI ERROR RECOVERY
P:	Linas Vepstas
M:	linas@austin.ibm.com
L:	linux-kernel@vger.kernel.org
J
Jesse Barnes 已提交
4247
L:	linux-pci@vger.kernel.org
4248
S:	Supported
J
Joe Perches 已提交
4249 4250
F:	Documentation/PCI/pci-error-recovery.txt
F:	Documentation/powerpc/eeh-pci-error-recovery.txt
4251

L
Linus Torvalds 已提交
4252
PCI SUBSYSTEM
4253 4254
P:	Jesse Barnes
M:	jbarnes@virtuousgeek.org
L
Linus Torvalds 已提交
4255
L:	linux-kernel@vger.kernel.org
J
Jesse Barnes 已提交
4256
L:	linux-pci@vger.kernel.org
4257
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
L
Linus Torvalds 已提交
4258
S:	Supported
J
Joe Perches 已提交
4259 4260 4261
F:	Documentation/PCI/
F:	drivers/pci/
F:	include/linux/pci*
L
Linus Torvalds 已提交
4262

4263 4264 4265
PCIE HOTPLUG DRIVER
P:	Kristen Carlson Accardi
M:	kristen.c.accardi@intel.com
4266
L:	linux-pci@vger.kernel.org
L
Len Brown 已提交
4267
S:	Supported
J
Joe Perches 已提交
4268
F:	drivers/pci/pcie/
4269

L
Linus Torvalds 已提交
4270
PCMCIA SUBSYSTEM
4271
P:	Linux PCMCIA Team
4272
L:	linux-pcmcia@lists.infradead.org
J
Joe Perches 已提交
4273
W:	http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4274
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4275
S:	Maintained
J
Joe Perches 已提交
4276 4277 4278
F:	Documentation/pcmcia/
F:	drivers/pcmcia/
F:	include/pcmcia/
L
Linus Torvalds 已提交
4279 4280

PCNET32 NETWORK DRIVER
P
pcnet32@verizon.net 已提交
4281 4282
P:	Don Fry
M:	pcnet32@verizon.net
4283
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
4284
S:	Maintained
J
Joe Perches 已提交
4285
F:	drivers/net/pcnet32.c
L
Linus Torvalds 已提交
4286

4287
PER-TASK DELAY ACCOUNTING
4288 4289
P:	Balbir Singh
M:	balbir@linux.vnet.ibm.com
4290 4291
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4292 4293
F:	include/linux/delayacct.h
F:	kernel/delayacct.c
4294

4295 4296 4297 4298 4299
PERSONALITY HANDLING
P:	Christoph Hellwig
M:	hch@infradead.org
L:	linux-abi-devel@lists.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
4300
F:	include/linux/personality.h
4301

L
Linus Torvalds 已提交
4302
PHRAM MTD DRIVER
4303 4304
P:	Joern Engel
M:	joern@lazybastard.org
L
Linus Torvalds 已提交
4305 4306
L:	linux-mtd@lists.infradead.org
S:	Maintained
J
Joe Perches 已提交
4307
F:	drivers/mtd/devices/phram.c
L
Linus Torvalds 已提交
4308

4309 4310 4311 4312 4313
PKTCDVD DRIVER
P:	Peter Osterlund
M:	petero2@telia.com
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4314 4315
F:	drivers/block/pktcdvd.c
F:	include/linux/pktcdvd.h
4316

L
Linus Torvalds 已提交
4317
POSIX CLOCKS and TIMERS
4318 4319
P:	Thomas Gleixner
M:	tglx@linutronix.de
4320
L:	linux-kernel@vger.kernel.org
L
Linus Torvalds 已提交
4321
S:	Supported
J
Joe Perches 已提交
4322 4323 4324
F:	fs/timerfd.c
F:	include/linux/timer*
F:	kernel/*timer*
L
Linus Torvalds 已提交
4325

4326 4327 4328 4329 4330 4331
POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
P:	Anton Vorontsov
M:	cbou@mail.ru
P:	David Woodhouse
M:	dwmw2@infradead.org
L:	linux-kernel@vger.kernel.org
4332
T:	git git://git.infradead.org/battery-2.6.git
4333
S:	Maintained
J
Joe Perches 已提交
4334 4335
F:	include/linux/power_supply.h
F:	drivers/power/power_supply*
4336

L
Linus Torvalds 已提交
4337 4338
PNP SUPPORT
P:	Adam Belay
4339 4340 4341
M:	abelay@mit.edu
P:	Bjorn Helgaas
M:	bjorn.helgaas@hp.com
L
Linus Torvalds 已提交
4342
S:	Maintained
J
Joe Perches 已提交
4343
F:	drivers/pnp/
L
Linus Torvalds 已提交
4344

V
Vitaly Wool 已提交
4345 4346 4347
PNXxxxx I2C DRIVER
P:	Vitaly Wool
M:	vitalywool@gmail.com
J
Jean Delvare 已提交
4348
L:	linux-i2c@vger.kernel.org
V
Vitaly Wool 已提交
4349
S:	Maintained
J
Joe Perches 已提交
4350
F:	drivers/i2c/busses/i2c-pnx.c
V
Vitaly Wool 已提交
4351

L
Linus Torvalds 已提交
4352 4353 4354 4355 4356
PPP PROTOCOL DRIVERS AND COMPRESSORS
P:	Paul Mackerras
M:	paulus@samba.org
L:	linux-ppp@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4357
F:	drivers/net/ppp_*
L
Linus Torvalds 已提交
4358 4359 4360 4361 4362

PPP OVER ATM (RFC 2364)
P:	Mitchell Blank Jr
M:	mitch@sfgoth.com
S:	Maintained
J
Joe Perches 已提交
4363 4364
F:	net/atm/pppoatm.c
F:	include/linux/atmppp.h
L
Linus Torvalds 已提交
4365 4366 4367

PPP OVER ETHERNET
P:	Michal Ostrowski
4368
M:	mostrows@earthlink.net
L
Linus Torvalds 已提交
4369
S:	Maintained
J
Joe Perches 已提交
4370 4371
F:	drivers/net/pppoe.c
F:	drivers/net/pppox.c
L
Linus Torvalds 已提交
4372

J
James Chapman 已提交
4373 4374 4375 4376
PPP OVER L2TP
P:	James Chapman
M:	jchapman@katalix.com
S:	Maintained
J
Joe Perches 已提交
4377 4378
F:	drivers/net/pppol2tp.c
F:	include/linux/if_pppol2tp.h
J
James Chapman 已提交
4379

L
Linus Torvalds 已提交
4380 4381 4382 4383 4384 4385 4386
PREEMPTIBLE KERNEL
P:	Robert Love
M:	rml@tech9.net
L:	linux-kernel@vger.kernel.org
L:	kpreempt-tech@lists.sourceforge.net
W:	ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
S:	Supported
J
Joe Perches 已提交
4387 4388
F:	Documentation/preempt-locking.txt
F:	include/linux/preempt.h
L
Linus Torvalds 已提交
4389 4390

PRISM54 WIRELESS DRIVER
L
Luis R. Rodriguez 已提交
4391 4392
P:	Luis R. Rodriguez
M:	mcgrof@gmail.com
4393
L:	linux-wireless@vger.kernel.org
L
Linus Torvalds 已提交
4394 4395
W:	http://prism54.org
S:	Maintained
J
Joe Perches 已提交
4396
F:	drivers/net/wireless/prism54/
L
Linus Torvalds 已提交
4397 4398 4399 4400 4401 4402 4403

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

4404 4405 4406 4407 4408
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 已提交
4409
F:	drivers/ata/sata_promise.*
4410

4411 4412 4413 4414 4415 4416
PS3 NETWORK SUPPORT
P:	Masakazu Mokuno
M:	mokuno@sm.sony.co.jp
L:	netdev@vger.kernel.org
L:	cbe-oss-dev@ozlabs.org
S:	Supported
J
Joe Perches 已提交
4417
F:	drivers/net/ps3_gelic_net.*
4418

4419 4420 4421 4422 4423 4424
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 已提交
4425 4426 4427 4428 4429 4430 4431
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/
F:	drivers/usb/host/*ps3.c
4432

4433 4434 4435 4436 4437 4438
PS3VRAM DRIVER
P:	Jim Paris
M:	jim@jtan.com
L:	cbe-oss-dev@ozlabs.org
S:	Maintained

4439 4440 4441
PVRUSB2 VIDEO4LINUX DRIVER
P:	Mike Isely
M:	isely@pobox.com
4442
L:	pvrusb2@isely.net	(subscribers-only)
4443
L:	linux-media@vger.kernel.org
4444
W:	http://www.isely.net/pvrusb2/
4445
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4446
S:	Maintained
J
Joe Perches 已提交
4447 4448
F:	Documentation/video4linux/README.pvrusb2
F:	drivers/media/video/pvrusb2/
4449

4450 4451 4452 4453 4454
PXA2xx/PXA3xx SUPPORT
P:	Eric Miao
M:	eric.miao@marvell.com
P:	Russell King
M:	linux@arm.linux.org.uk
4455
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
L
Linus Torvalds 已提交
4456
S:	Maintained
J
Joe Perches 已提交
4457 4458 4459 4460 4461 4462
F:	arch/arm/mach-pxa/
F:	drivers/pcmcia/pxa2xx*
F:	drivers/spi/pxa2xx*
F:	drivers/usb/gadget/pxa2*
F:	include/sound/pxa2xx-lib.h
F:	sound/soc/pxa/pxa2xx*
L
Linus Torvalds 已提交
4463

4464 4465 4466 4467 4468 4469
PXA168 SUPPORT
P:	Eric Miao
M:	eric.miao@marvell.com
P:	Jason Chagas
M:	jason.chagas@marvell.com
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
4470
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4471 4472
S:	Supported

4473 4474 4475 4476
PXA910 SUPPORT
P:	Eric Miao
M:	eric.miao@marvell.com
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
4477
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4478 4479
S:	Supported

P
Pierre Ossman 已提交
4480 4481 4482
PXA MMCI DRIVER
S:	Orphan

4483 4484 4485 4486 4487 4488
PXA RTC DRIVER
P:	Robert Jarzmik
M:	robert.jarzmik@free.fr
L:	rtc-linux@googlegroups.com
S:	Maintained

L
Linus Torvalds 已提交
4489 4490
QLOGIC QLA2XXX FC-SCSI DRIVER
P:	Andrew Vasquez
4491
M:	linux-driver@qlogic.com
L
Linus Torvalds 已提交
4492 4493
L:	linux-scsi@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
4494 4495
F:	Documentation/scsi/LICENSE.qla2xxx
F:	drivers/scsi/qla2xxx/
L
Linus Torvalds 已提交
4496

R
Ron Mercer 已提交
4497 4498 4499 4500 4501
QLOGIC QLA3XXX NETWORK DRIVER
P:	Ron Mercer
M:	linux-driver@qlogic.com
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
4502 4503
F:	Documentation/networking/LICENSE.qla3xxx
F:	drivers/net/qla3xxx.*
R
Ron Mercer 已提交
4504

4505 4506 4507 4508 4509 4510
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 已提交
4511
F:	drivers/net/qlge/
4512

L
Linus Torvalds 已提交
4513 4514 4515 4516 4517 4518
QNX4 FILESYSTEM
P:	Anders Larsen
M:	al@alarsen.net
L:	linux-kernel@vger.kernel.org
W:	http://www.alarsen.net/linux/qnx4fs/
S:	Maintained
J
Joe Perches 已提交
4519 4520 4521
F:	fs/qnx4
F:	include/linux/qnx4_fs.h
F:	include/linux/qnxtypes.h
L
Linus Torvalds 已提交
4522 4523

RADEON FRAMEBUFFER DISPLAY DRIVER
4524 4525
P:	Benjamin Herrenschmidt
M:	benh@kernel.crashing.org
4526
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
L
Linus Torvalds 已提交
4527
S:	Maintained
J
Joe Perches 已提交
4528 4529
F:	drivers/video/aty/radeon*
F:	include/linux/radeonfb.h
L
Linus Torvalds 已提交
4530 4531

RAGE128 FRAMEBUFFER DISPLAY DRIVER
4532 4533
P:	Paul Mackerras
M:	paulus@samba.org
4534
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
L
Linus Torvalds 已提交
4535
S:	Maintained
J
Joe Perches 已提交
4536
F:	drivers/video/aty/aty128fb.c
L
Linus Torvalds 已提交
4537

R
Randy Dunlap 已提交
4538
RALINK RT2X00 WIRELESS LAN DRIVER
4539 4540
P:	rt2x00 project
L:	linux-wireless@vger.kernel.org
4541
L:	users@rt2x00.serialmonkey.com
4542 4543
W:	http://rt2x00.serialmonkey.com/
S:	Maintained
4544
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4545 4546
F:	drivers/net/wireless/rt2x00/

N
Nick Piggin 已提交
4547 4548 4549 4550
RAMDISK RAM BLOCK DEVICE DRIVER
P:	Nick Piggin
M:	npiggin@suse.de
S:	Maintained
J
Joe Perches 已提交
4551 4552
F:	Documentation/blockdev/ramdisk.txt
F:	drivers/block/brd.c
N
Nick Piggin 已提交
4553

4554 4555 4556 4557
RANDOM NUMBER DRIVER
P:	Matt Mackall
M:	mpm@selenic.com
S:	Maintained
J
Joe Perches 已提交
4558
F:	drivers/char/random.c
4559

M
Matt Porter 已提交
4560 4561 4562 4563 4564
RAPIDIO SUBSYSTEM
P:	Matt Porter
M:	mporter@kernel.crashing.org
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4565
F:	drivers/rapidio/
M
Matt Porter 已提交
4566

R
Randy Dunlap 已提交
4567 4568 4569 4570 4571
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 已提交
4572
F:	drivers/net/wireless/ray*
R
Randy Dunlap 已提交
4573 4574 4575 4576 4577 4578

RCUTORTURE MODULE
P:	Josh Triplett
M:	josh@freedesktop.org
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4579 4580
F:	Documentation/RCU/torture.txt
F:	kernel/rcutorture.c
R
Randy Dunlap 已提交
4581

4582 4583 4584 4585 4586 4587
RDC R-321X SoC
P:	Florian Fainelli
M:	florian.fainelli@telecomint.eu
L:	linux-kernel@vger.kernel.org
S:	Maintained

4588 4589 4590 4591 4592
RDC R6040 FAST ETHERNET DRIVER
P:	Florian Fainelli
M:	florian.fainelli@telecomint.eu
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4593
F:	drivers/net/r6040.c
4594

A
Andy Grover 已提交
4595 4596 4597 4598 4599
RDS - RELIABLE DATAGRAM SOCKETS
P:	Andy Grover
M:	andy.grover@oracle.com
L:	rds-devel@oss.oracle.com
S:	Supported
J
Joe Perches 已提交
4600
F:	net/rds/
A
Andy Grover 已提交
4601

4602 4603 4604 4605 4606 4607
READ-COPY UPDATE (RCU)
P:	Dipankar Sarma
M:	dipankar@in.ibm.com
W:	http://www.rdrop.com/users/paulmck/rclock/
L:	linux-kernel@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
4608 4609 4610 4611 4612
F:	Documentation/RCU/rcu.txt
F:	Documentation/RCU/rcuref.txt
F:	include/linux/rcupdate.h
F:	include/linux/srcu.h
F:	kernel/rcupdate.c
4613

L
Linus Torvalds 已提交
4614 4615 4616 4617 4618
REAL TIME CLOCK DRIVER
P:	Paul Gortmaker
M:	p_gortmaker@yahoo.com
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4619 4620 4621
F:	Documentation/rtc.txt
F:	drivers/rtc/
F:	include/linux/rtc.h
L
Linus Torvalds 已提交
4622

A
Alessandro Zummo 已提交
4623 4624 4625
REAL TIME CLOCK (RTC) SUBSYSTEM
P:	Alessandro Zummo
M:	a.zummo@towertech.it
4626
L:	rtc-linux@googlegroups.com
A
Alessandro Zummo 已提交
4627
S:	Maintained
J
Joe Perches 已提交
4628 4629 4630
F:	Documentation/rtc.txt
F:	drivers/rtc/
F:	include/linux/rtc.h
A
Alessandro Zummo 已提交
4631

L
Linus Torvalds 已提交
4632
REISERFS FILE SYSTEM
J
Jeff Mahoney 已提交
4633
L:	reiserfs-devel@vger.kernel.org
L
Linus Torvalds 已提交
4634
S:	Supported
J
Joe Perches 已提交
4635
F:	fs/reiserfs/
L
Linus Torvalds 已提交
4636

I
Ivo van Doorn 已提交
4637 4638 4639 4640 4641 4642 4643
RFKILL
P:	Ivo van Doorn
M:	IvDoorn@gmail.com
L:	netdev@vger.kernel.org
S:	Maintained
F:	net/rfkill

R
Randy Dunlap 已提交
4644 4645
RISCOM8 DRIVER
S:	Orphan
J
Joe Perches 已提交
4646 4647
F:	Documentation/serial/riscom8.txt
F:	drivers/char/riscom8*
R
Randy Dunlap 已提交
4648

L
Linus Torvalds 已提交
4649 4650 4651 4652
ROCKETPORT DRIVER
P:	Comtrol Corp.
W:	http://www.comtrol.com
S:	Maintained
J
Joe Perches 已提交
4653 4654
F:	Documentation/serial/rocket.txt
F:	drivers/char/rocket*
L
Linus Torvalds 已提交
4655 4656 4657 4658 4659

ROSE NETWORK LAYER
P:	Ralf Baechle
M:	ralf@linux-mips.org
L:	linux-hams@vger.kernel.org
4660
W:	http://www.linux-ax25.org/
L
Linus Torvalds 已提交
4661
S:	Maintained
J
Joe Perches 已提交
4662 4663 4664
F:	include/linux/rose.h
F:	include/net/rose.h
F:	net/rose/
L
Linus Torvalds 已提交
4665

L
Larry Finger 已提交
4666
RTL8180 WIRELESS DRIVER
4667 4668
P:	John W. Linville
M:	linville@tuxdriver.com
M
Michael Wu 已提交
4669 4670
L:	linux-wireless@vger.kernel.org
W:	http://linuxwireless.org/
4671
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
M
Michael Wu 已提交
4672
S:	Maintained
J
Joe Perches 已提交
4673
F:	drivers/net/wireless/rtl818*
M
Michael Wu 已提交
4674

L
Larry Finger 已提交
4675
RTL8187 WIRELESS DRIVER
J
Joe Perches 已提交
4676 4677 4678 4679 4680 4681 4682 4683
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/
4684
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
J
Joe Perches 已提交
4685
S:	Maintained
J
Joe Perches 已提交
4686
F:	drivers/net/wireless/rtl818x/rtl8187*
L
Larry Finger 已提交
4687

4688
S3 SAVAGE FRAMEBUFFER DRIVER
J
Jim Cromie 已提交
4689
P:	Antonino Daplas
4690
M:	adaplas@gmail.com
4691
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
J
Jim Cromie 已提交
4692
S:	Maintained
J
Joe Perches 已提交
4693
F:	drivers/video/savage/
4694

L
Linus Torvalds 已提交
4695 4696 4697
S390
P:	Martin Schwidefsky
M:	schwidefsky@de.ibm.com
4698 4699
P:	Heiko Carstens
M:	heiko.carstens@de.ibm.com
L
Linus Torvalds 已提交
4700
M:	linux390@de.ibm.com
4701
L:	linux-s390@vger.kernel.org
4702 4703
W:	http://www.ibm.com/developerworks/linux/linux390/
S:	Supported
J
Joe Perches 已提交
4704
F:	arch/s390/
4705 4706

S390 NETWORK DRIVERS
U
Ursula Braun 已提交
4707
P:	Ursula Braun
4708
M:	ursula.braun@de.ibm.com
U
Ursula Braun 已提交
4709 4710
P:	Frank Blaschka
M:	blaschka@linux.vnet.ibm.com
4711
M:	linux390@de.ibm.com
4712
L:	linux-s390@vger.kernel.org
4713 4714
W:	http://www.ibm.com/developerworks/linux/linux390/
S:	Supported
J
Joe Perches 已提交
4715
F:	drivers/s390/net/
4716

4717 4718 4719 4720 4721 4722 4723 4724 4725
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

4726
S390 ZFCP DRIVER
S
Swen Schillig 已提交
4727 4728 4729 4730
P:	Christof Schmitt
M:	christof.schmitt@de.ibm.com
P:	Martin Peschke
M:	mp3@de.ibm.com
4731
M:	linux390@de.ibm.com
4732
L:	linux-s390@vger.kernel.org
4733
W:	http://www.ibm.com/developerworks/linux/linux390/
L
Linus Torvalds 已提交
4734
S:	Supported
J
Joe Perches 已提交
4735 4736
F:	Documentation/s390/zfcpdump.txt
F:	drivers/s390/scsi/zfcp_*
L
Linus Torvalds 已提交
4737

U
Ursula Braun 已提交
4738 4739
S390 IUCV NETWORK LAYER
P:	Ursula Braun
4740
M:	ursula.braun@de.ibm.com
U
Ursula Braun 已提交
4741 4742 4743 4744
M:	linux390@de.ibm.com
L:	linux-s390@vger.kernel.org
W:	http://www.ibm.com/developerworks/linux/linux390/
S:	Supported
J
Joe Perches 已提交
4745 4746 4747
F:	drivers/s390/net/*iucv*
F:	include/net/iucv/
F:	net/iucv/
U
Ursula Braun 已提交
4748

B
Ben Dooks 已提交
4749 4750 4751 4752 4753 4754
S3C24XX SD/MMC Driver
P:	Ben Dooks
M:	ben-linux@fluff.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
L:	linux-kernel@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
4755
F:	drivers/mmc/host/s3cmci.*
B
Ben Dooks 已提交
4756

L
Linus Torvalds 已提交
4757 4758 4759
SAA7146 VIDEO4LINUX-2 DRIVER
P:	Michael Hunold
M:	michael@mihu.de
4760
L:	linux-media@vger.kernel.org
4761
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
L
Linus Torvalds 已提交
4762 4763
W:	http://www.mihu.de/linux/saa7146
S:	Maintained
J
Joe Perches 已提交
4764 4765 4766
F:	drivers/media/common/saa7146*
F:	drivers/media/video/*7146*
F:	include/media/*7146*
L
Linus Torvalds 已提交
4767 4768 4769

SC1200 WDT DRIVER
P:	Zwane Mwaikambo
4770
M:	zwane@arm.linux.org.uk
L
Linus Torvalds 已提交
4771
S:	Maintained
J
Joe Perches 已提交
4772
F:	drivers/watchdog/sc1200wdt.c
L
Linus Torvalds 已提交
4773 4774 4775 4776

SCHEDULER
P:	Ingo Molnar
M:	mingo@elte.hu
I
Ingo Molnar 已提交
4777 4778
P:	Peter Zijlstra
M:	peterz@infradead.org
L
Linus Torvalds 已提交
4779 4780
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4781 4782
F:	kernel/sched*
F:	include/linux/sched.h
L
Linus Torvalds 已提交
4783 4784 4785

SCSI CDROM DRIVER
P:	Jens Axboe
4786
M:	axboe@kernel.dk
L
Linus Torvalds 已提交
4787 4788 4789
L:	linux-scsi@vger.kernel.org
W:	http://www.kernel.dk
S:	Maintained
J
Joe Perches 已提交
4790
F:	drivers/scsi/sr*
L
Linus Torvalds 已提交
4791 4792 4793 4794 4795 4796 4797

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 已提交
4798 4799
F:	drivers/scsi/sg.c
F:	include/scsi/sg.h
L
Linus Torvalds 已提交
4800 4801 4802

SCSI SUBSYSTEM
P:	James E.J. Bottomley
4803
M:	James.Bottomley@HansenPartnership.com
L
Linus Torvalds 已提交
4804
L:	linux-scsi@vger.kernel.org
4805 4806 4807
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 已提交
4808
S:	Maintained
J
Joe Perches 已提交
4809 4810
F:	drivers/scsi/
F:	include/scsi/
L
Linus Torvalds 已提交
4811 4812

SCSI TAPE DRIVER
4813
P:	Kai Mäkisara
L
Linus Torvalds 已提交
4814 4815 4816
M:	Kai.Makisara@kolumbus.fi
L:	linux-scsi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
4817 4818
F:	Documentation/scsi/st.txt
F:	drivers/scsi/st*
L
Linus Torvalds 已提交
4819 4820

SCTP PROTOCOL
4821 4822
P:	Vlad Yasevich
M:	vladislav.yasevich@hp.com
J
Jim Cromie 已提交
4823 4824
P:	Sridhar Samudrala
M:	sri@us.ibm.com
4825
L:	linux-sctp@vger.kernel.org
4826
W:	http://lksctp.sourceforge.net
J
Jim Cromie 已提交
4827
S:	Supported
J
Joe Perches 已提交
4828 4829 4830 4831
F:	Documentation/networking/sctp.txt
F:	include/linux/sctp.h
F:	include/net/sctp/
F:	net/sctp/
L
Linus Torvalds 已提交
4832 4833

SCx200 CPU SUPPORT
4834 4835 4836
P:	Jim Cromie
M:	jim.cromie@gmail.com
S:	Odd Fixes
J
Joe Perches 已提交
4837 4838 4839 4840 4841 4842
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
4843 4844 4845 4846 4847

SCx200 GPIO DRIVER
P:	Jim Cromie
M:	jim.cromie@gmail.com
S:	Maintained
J
Joe Perches 已提交
4848 4849
F:	drivers/char/scx200_gpio.c
F:	include/linux/scx200_gpio.h
4850 4851 4852 4853 4854

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

4857 4858 4859 4860 4861
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 已提交
4862
F:	drivers/mmc/host/sdricoh_cs.c
4863

R
Randy Dunlap 已提交
4864
SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
R
Randy Dunlap 已提交
4865
P:	Pierre Ossman
4866
M:	pierre@ossman.eu
P
Pierre Ossman 已提交
4867
L:	sdhci-devel@lists.ossman.eu
R
Randy Dunlap 已提交
4868 4869
S:	Maintained

4870 4871 4872 4873 4874
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 已提交
4875
S:	Maintained
J
Joe Perches 已提交
4876
F:	drivers/mmc/host/sdhci.*
R
Randy Dunlap 已提交
4877

4878 4879 4880 4881 4882
SECURITY SUBSYSTEM
P:	James Morris
M:	jmorris@namei.org
L:	linux-kernel@vger.kernel.org
L:	linux-security-module@vger.kernel.org (suggested Cc:)
4883
T:	git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4884
W:	http://security.wiki.kernel.org/
4885
S:	Supported
J
Joe Perches 已提交
4886
F:	security/
4887

L
Linus Torvalds 已提交
4888 4889 4890 4891 4892 4893 4894
SECURITY CONTACT
P:	Security Officers
M:	security@kernel.org
S:	Supported

SELINUX SECURITY MODULE
P:	Stephen Smalley
4895
M:	sds@tycho.nsa.gov
L
Linus Torvalds 已提交
4896
P:	James Morris
4897
M:	jmorris@namei.org
4898 4899
P:	Eric Paris
M:	eparis@parisplace.org
L
Linus Torvalds 已提交
4900
L:	linux-kernel@vger.kernel.org (kernel issues)
J
Joe Perches 已提交
4901
L:	selinux@tycho.nsa.gov (subscribers-only, general discussion)
4902
W:	http://selinuxproject.org
4903
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
L
Linus Torvalds 已提交
4904
S:	Supported
J
Joe Perches 已提交
4905 4906
F:	include/linux/selinux*
F:	security/selinux/
L
Linus Torvalds 已提交
4907

J
Jiri Slaby 已提交
4908 4909 4910 4911
SENSABLE PHANTOM
P:	Jiri Slaby
M:	jirislaby@gmail.com
S:	Maintained
J
Joe Perches 已提交
4912 4913
F:	drivers/misc/phantom.c
F:	include/linux/phantom.h
J
Jiri Slaby 已提交
4914

4915
SERIAL ATA (SATA) SUBSYSTEM
L
Linus Torvalds 已提交
4916 4917 4918
P:	Jeff Garzik
M:	jgarzik@pobox.com
L:	linux-ide@vger.kernel.org
4919
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
L
Linus Torvalds 已提交
4920 4921
S:	Supported

S
Sathya Perla 已提交
4922 4923 4924
SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
P:	Sathya Perla
M:	sathyap@serverengines.com
J
Joe Perches 已提交
4925 4926 4927 4928 4929
P:	Subbu Seetharaman
M:	subbus@serverengines.com
L:	netdev@vger.kernel.org
W:	http://www.serverengines.com
S:	Supported
J
Joe Perches 已提交
4930
F:	drivers/net/benet/
S
Sathya Perla 已提交
4931

4932 4933 4934 4935 4936 4937
SFC NETWORK DRIVER
P:	Steve Hodgson
P:	Ben Hutchings
P:	Robert Stonehouse
M:	linux-net-drivers@solarflare.com
S:	Supported
J
Joe Perches 已提交
4938
F:	drivers/net/sfc/
4939

R
Randy Dunlap 已提交
4940 4941 4942 4943
SGI GRU DRIVER
P:	Jack Steiner
M:	steiner@sgi.com
S:	Maintained
J
Joe Perches 已提交
4944
F:	drivers/misc/sgi-gru/
R
Randy Dunlap 已提交
4945 4946 4947 4948 4949 4950

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 已提交
4951 4952 4953
F:	Documentation/ia64/serial.txt
F:	drivers/serial/ioc?_serial.c
F:	include/linux/ioc?.h
R
Randy Dunlap 已提交
4954

L
Linus Torvalds 已提交
4955 4956 4957 4958 4959 4960
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 已提交
4961
F:	Documentation/sgi-visws.txt
L
Linus Torvalds 已提交
4962

4963 4964 4965 4966
SGI XP/XPC/XPNET DRIVER
P:	Dean Nelson
M:	dcn@sgi.com
S:	Maintained
J
Joe Perches 已提交
4967
F:	drivers/misc/sgi-xp/
4968

R
Randy Dunlap 已提交
4969 4970 4971 4972 4973 4974
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 已提交
4975 4976 4977 4978 4979
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 已提交
4980 4981 4982 4983 4984 4985

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

L
Linus Torvalds 已提交
4988 4989 4990 4991 4992 4993
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
J
Joe Perches 已提交
4994
F:	arch/arm/mach-ebsa110/
L
Linus Torvalds 已提交
4995 4996 4997 4998 4999 5000 5001

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 已提交
5002 5003 5004
F:	arch/arm/mach-s3c2410/
F:	drivers/*/*s3c2410*
F:	drivers/*/*/*s3c2410*
L
Linus Torvalds 已提交
5005

5006 5007 5008 5009 5010
SIS 190 ETHERNET DRIVER
P:	Francois Romieu
M:	romieu@fr.zoreil.com
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5011
F:	drivers/net/sis190.c
5012

L
Linus Torvalds 已提交
5013 5014 5015 5016
SIS 900/7016 FAST ETHERNET DRIVER
P:	Daniele Venzano
M:	venza@brownhat.org
W:	http://www.brownhat.org/sis900.html
5017
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
5018
S:	Maintained
J
Joe Perches 已提交
5019
F:	drivers/net/sis900.*
L
Linus Torvalds 已提交
5020

M
Mark M. Hoffman 已提交
5021 5022 5023
SIS 96X I2C/SMBUS DRIVER
P:	Mark M. Hoffman
M:	mhoffman@lightlink.com
J
Jean Delvare 已提交
5024
L:	linux-i2c@vger.kernel.org
M
Mark M. Hoffman 已提交
5025
S:	Maintained
J
Joe Perches 已提交
5026 5027
F:	Documentation/i2c/busses/i2c-sis96x
F:	drivers/i2c/busses/i2c-sis96x.c
M
Mark M. Hoffman 已提交
5028

L
Linus Torvalds 已提交
5029 5030 5031 5032
SIS FRAMEBUFFER DRIVER
P:	Thomas Winischhofer
M:	thomas@winischhofer.net
W:	http://www.winischhofer.net/linuxsisvga.shtml
5033
S:	Maintained
J
Joe Perches 已提交
5034 5035 5036
F:	Documentation/fb/sisfb.txt
F:	drivers/video/sis/
F:	include/video/sisfb.h
L
Linus Torvalds 已提交
5037 5038 5039 5040 5041 5042

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

R
Randy Dunlap 已提交
5045 5046 5047 5048 5049
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 已提交
5050 5051
F:	drivers/net/skge.*
F:	drivers/net/sky2.*
R
Randy Dunlap 已提交
5052

5053 5054
SLAB ALLOCATOR
P:	Christoph Lameter
C
Christoph Lameter 已提交
5055
M:	cl@linux-foundation.org
5056 5057
P:	Pekka Enberg
M:	penberg@cs.helsinki.fi
5058 5059
P:	Matt Mackall
M:	mpm@selenic.com
5060 5061
L:	linux-mm@kvack.org
S:	Maintained
J
Joe Perches 已提交
5062 5063
F:	include/linux/sl?b*.h
F:	mm/sl?b.c
5064

L
Linus Torvalds 已提交
5065 5066 5067 5068
SMC91x ETHERNET DRIVER
P:	Nicolas Pitre
M:	nico@cam.org
S:	Maintained
J
Joe Perches 已提交
5069
F:	drivers/net/smc91x.*
L
Linus Torvalds 已提交
5070

M
Mark M. Hoffman 已提交
5071 5072 5073 5074 5075
SMSC47B397 HARDWARE MONITOR DRIVER
P:	Mark M. Hoffman
M:	mhoffman@lightlink.com
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
5076 5077
F:	Documentation/hwmon/smsc47b397
F:	drivers/hwmon/smsc47b397.c
M
Mark M. Hoffman 已提交
5078

5079
SMSC911x ETHERNET DRIVER
5080 5081 5082 5083
P:	Steve Glendinning
M:	steve.glendinning@smsc.com
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
5084 5085
F:	include/linux/smsc911x.h
F:	drivers/net/smsc911x.*
5086 5087

SMSC9420 PCI ETHERNET DRIVER
5088 5089 5090 5091
P:	Steve Glendinning
M:	steve.glendinning@smsc.com
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
5092
F:	drivers/net/smsc9420.*
5093

5094 5095 5096 5097
SMX UIO Interface
P:	Ben Nizette
M:	bn@niasdigital.com
S:	Maintained
J
Joe Perches 已提交
5098
F:	drivers/uio/uio_smx.c
5099

R
Randy Dunlap 已提交
5100 5101 5102 5103 5104 5105 5106
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 已提交
5107
F:	arch/ia64/sn/
R
Randy Dunlap 已提交
5108

5109
SOC-CAMERA V4L2 SUBSYSTEM
5110 5111
P:	Guennadi Liakhovetski
M:	g.liakhovetski@gmx.de
5112
L:	linux-media@vger.kernel.org
5113
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5114
S:	Maintained
J
Joe Perches 已提交
5115 5116
F:	include/media/v4l2*
F:	drivers/media/video/v4l2*
5117

R
Randy Dunlap 已提交
5118 5119 5120 5121
SOEKRIS NET48XX LED SUPPORT
P:	Chris Boot
M:	bootc@bootc.net
S:	Maintained
J
Joe Perches 已提交
5122
F:	drivers/leds/leds-net48xx.c
R
Randy Dunlap 已提交
5123

L
Linus Torvalds 已提交
5124 5125
SOFTWARE RAID (Multiple Disks) SUPPORT
P:	Neil Brown
5126
M:	neilb@suse.de
L
Linus Torvalds 已提交
5127
L:	linux-raid@vger.kernel.org
5128
S:	Supported
J
Joe Perches 已提交
5129 5130
F:	drivers/md/
F:	include/linux/raid/
L
Linus Torvalds 已提交
5131 5132 5133 5134

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

5139 5140 5141 5142 5143
SONICS SILICON BACKPLANE DRIVER (SSB)
P:	Michael Buesch
M:	mb@bu3sch.de
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5144 5145
F:	drivers/ssb/
F:	include/linux/ssb/
5146

L
Linus Torvalds 已提交
5147
SONY VAIO CONTROL DEVICE DRIVER
M
Mattia Dongili 已提交
5148 5149
P:	Mattia Dongili
M:	malattia@linux.it
5150 5151
L:	linux-acpi@vger.kernel.org
W:	http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
L
Linus Torvalds 已提交
5152
S:	Maintained
J
Joe Perches 已提交
5153 5154 5155 5156
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 已提交
5157

5158 5159 5160 5161 5162 5163
SONY MEMORYSTICK CARD SUPPORT
P:	Alex Dubov
M:	oakad@yahoo.com
L:	linux-kernel@vger.kernel.org
W:	http://tifmxx.berlios.de/
S:	Maintained
J
Joe Perches 已提交
5164
F:	drivers/memstick/host/tifm_ms.c
5165

L
Linus Torvalds 已提交
5166 5167
SOUND
P:	Jaroslav Kysela
5168
M:	perex@perex.cz
T
Takashi Iwai 已提交
5169 5170
P:	Takashi Iwai
M:	tiwai@suse.de
T
Takashi Iwai 已提交
5171
L:	alsa-devel@alsa-project.org (subscribers-only)
L
Linus Torvalds 已提交
5172
S:	Maintained
J
Joe Perches 已提交
5173
F:	sound/
L
Linus Torvalds 已提交
5174

5175
SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5176
P:	Liam Girdwood
5177
M:	lrg@slimlogic.co.uk
5178 5179
P:	Mark Brown
M:	broonie@opensource.wolfsonmicro.com
5180
T:	git git://opensource.wolfsonmicro.com/linux-2.6-asoc
T
Takashi Iwai 已提交
5181
L:	alsa-devel@alsa-project.org (subscribers-only)
5182
W:	http://alsa-project.org/main/index.php/ASoC
5183
S:	Supported
J
Joe Perches 已提交
5184
F:	sound/soc/
5185

5186 5187 5188
SPARC + UltraSPARC (sparc/sparc64)
P:	David S. Miller
M:	davem@davemloft.net
L
Linus Torvalds 已提交
5189
L:	sparclinux@vger.kernel.org
5190 5191
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 已提交
5192
S:	Maintained
J
Joe Perches 已提交
5193
F:	arch/sparc/
L
Linus Torvalds 已提交
5194 5195 5196 5197

SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
P:	Roger Wolff
M:	R.E.Wolff@BitWizard.nl
J
Joe Perches 已提交
5198
L:	linux-kernel@vger.kernel.org
L
Linus Torvalds 已提交
5199
S:	Supported
J
Joe Perches 已提交
5200 5201
F:	Documentation/serial/specialix.txt
F:	drivers/char/specialix*
L
Linus Torvalds 已提交
5202

R
Randy Dunlap 已提交
5203 5204 5205 5206 5207
SPI SUBSYSTEM
P:	David Brownell
M:	dbrownell@users.sourceforge.net
L:	spi-devel-general@lists.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
5208 5209 5210
F:	Documentation/spi/
F:	drivers/spi/
F:	include/linux/spi/
R
Randy Dunlap 已提交
5211

J
Jim Lewis 已提交
5212
SPIDERNET NETWORK DRIVER for CELL
J
Jens Osterkamp 已提交
5213 5214 5215 5216
P:	Ishizaki Kou
M:	kou.ishizaki@toshiba.co.jp
P:	Jens Osterkamp
M:	jens@de.ibm.com
J
Jim Lewis 已提交
5217 5218
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
5219 5220
F:	Documentation/networking/spider_net.txt
F:	drivers/net/spider_net*
J
Jim Lewis 已提交
5221

R
Randy Dunlap 已提交
5222 5223 5224 5225 5226 5227 5228
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 已提交
5229 5230
F:	Documentation/filesystems/spufs.txt
F:	arch/powerpc/platforms/cell/spufs/
R
Randy Dunlap 已提交
5231

P
Phillip Lougher 已提交
5232 5233 5234 5235 5236 5237
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 已提交
5238 5239
F:	Documentation/filesystems/squashfs.txt
F:	fs/squashfs/
P
Phillip Lougher 已提交
5240

L
Linus Torvalds 已提交
5241 5242 5243 5244 5245
SRM (Alpha) environment access
P:	Jan-Benedict Glaw
M:	jbglaw@lug-owl.de
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5246
F:	arch/alpha/kernel/srm_env.c
L
Linus Torvalds 已提交
5247

5248
STABLE BRANCH
R
Randy Dunlap 已提交
5249 5250 5251 5252 5253 5254 5255
P:	Greg Kroah-Hartman
M:	greg@kroah.com
P:	Chris Wright
M:	chrisw@sous-sol.org
L:	stable@kernel.org
S:	Maintained

5256
STAGING SUBSYSTEM
5257 5258 5259 5260 5261
P:	Greg Kroah-Hartman
M:	gregkh@suse.de
L:	linux-kernel@vger.kernel.org
T:	quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
S:	Maintained
J
Joe Perches 已提交
5262
F:	drivers/staging/
5263

L
Linus Torvalds 已提交
5264 5265 5266 5267
STARFIRE/DURALAN NETWORK DRIVER
P:	Ion Badulescu
M:	ionut@cs.columbia.edu
S:	Maintained
J
Joe Perches 已提交
5268
F:	drivers/net/starfire*
L
Linus Torvalds 已提交
5269 5270 5271

STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
W:	http://mosquitonet.Stanford.EDU/strip.html
J
Jean Delvare 已提交
5272
S:	Orphan
J
Joe Perches 已提交
5273 5274
F:	drivers/net/wireless/strip.c
F:	include/linux/if_strip.h
L
Linus Torvalds 已提交
5275 5276 5277 5278 5279 5280

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

R
Randy Dunlap 已提交
5283 5284 5285 5286 5287
SUN3/3X
P:	Sam Creasey
M:	sammy@sammy.net
W:	http://sammy.net/sun3/
S:	Maintained
J
Joe Perches 已提交
5288 5289 5290
F:	arch/m68k/kernel/*sun3*
F:	arch/m68k/sun3*/
F:	arch/m68k/include/asm/sun3*
R
Randy Dunlap 已提交
5291

P
Paul Mundt 已提交
5292
SUPERH
L
Linus Torvalds 已提交
5293 5294
P:	Paul Mundt
M:	lethal@linux-sh.org
P
Paul Mundt 已提交
5295
L:	linux-sh@vger.kernel.org
L
Linus Torvalds 已提交
5296
W:	http://www.linux-sh.org
5297
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5298
S:	Supported
J
Joe Perches 已提交
5299
F:	arch/sh/
L
Linus Torvalds 已提交
5300

5301
SUSPEND TO RAM
R
Randy Dunlap 已提交
5302 5303 5304
P:	Len Brown
M:	len.brown@intel.com
P:	Pavel Machek
P
Pavel Machek 已提交
5305
M:	pavel@ucw.cz
R
Randy Dunlap 已提交
5306 5307 5308 5309
P:	Rafael J. Wysocki
M:	rjw@sisk.pl
L:	linux-pm@lists.linux-foundation.org
S:	Supported
J
Joe Perches 已提交
5310 5311 5312 5313 5314 5315 5316 5317
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
F:	include/asm-*/suspend.h
L
Linus Torvalds 已提交
5318 5319 5320 5321 5322 5323

SVGA HANDLING
P:	Martin Mares
M:	mj@ucw.cz
L:	linux-video@atrey.karlin.mff.cuni.cz
S:	Maintained
J
Joe Perches 已提交
5324 5325
F:	Documentation/svga.txt
F:	arch/x86/boot/video*
L
Linus Torvalds 已提交
5326 5327 5328 5329 5330

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

A
Alan Cox 已提交
5335
TASKSTATS STATISTICS INTERFACE
5336 5337
P:	Balbir Singh
M:	balbir@linux.vnet.ibm.com
A
Alan Cox 已提交
5338 5339
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5340 5341 5342
F:	Documentation/accounting/taskstats*
F:	include/linux/taskstats*
F:	kernel/taskstats.c
A
Alan Cox 已提交
5343

5344 5345 5346 5347 5348
TC CLASSIFIER
P:	Jamal Hadi Salim
M:	hadi@cyberus.ca
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5349 5350 5351
F:	include/linux/pkt_cls.h
F:	include/net/pkt_cls.h
F:	net/sched/
5352

5353 5354 5355 5356 5357 5358 5359
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 已提交
5360
F:	net/ipv4/tcp_lp.c
5361

5362 5363 5364 5365 5366 5367 5368
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 已提交
5369
F:	drivers/net/tehuti*
5370

A
Alan Cox 已提交
5371 5372 5373 5374
Telecom Clock Driver for MCPL0010
P:	Mark Gross
M:	mark.gross@intel.com
S:	Supported
J
Joe Perches 已提交
5375
F:	drivers/char/tlclk.c
A
Alan Cox 已提交
5376

5377
TENSILICA XTENSA PORT (xtensa)
A
Alan Cox 已提交
5378 5379 5380
P:	Chris Zankel
M:	chris@zankel.net
S:	Maintained
J
Joe Perches 已提交
5381
F:	arch/xtensa/
A
Alan Cox 已提交
5382 5383 5384 5385 5386 5387 5388

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
5389
T:	git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
A
Alan Cox 已提交
5390
S:	Maintained
J
Joe Perches 已提交
5391
F:	drivers/platform/x86/thinkpad_acpi.c
A
Alan Cox 已提交
5392

5393
TI FLASH MEDIA INTERFACE DRIVER
5394 5395 5396
P:	Alex Dubov
M:	oakad@yahoo.com
S:	Maintained
J
Joe Perches 已提交
5397 5398 5399
F:	drivers/misc/tifm*
F:	drivers/mmc/host/tifm_sd.c
F:	include/linux/tifm.h
5400

5401 5402
TI OMAP MMC INTERFACE DRIVER
P:	Carlos Aguiar, Anderson Briglia and Syed Khasim
5403
M:	linux-omap@vger.kernel.org
5404 5405 5406
W:	http://linux.omap.com
W:	http://www.muru.com/linux/omap/
S:	Maintained
J
Joe Perches 已提交
5407
F:	drivers/mmc/host/omap.c
5408

5409 5410 5411 5412
TI OMAP RANDOM NUMBER GENERATOR SUPPORT
P:	Deepak Saxena
M:	dsaxena@plexity.net
S:	Maintained
J
Joe Perches 已提交
5413
F:	drivers/char/hw_random/omap-rng.c
5414

5415 5416
TIPC NETWORK LAYER
P:	Per Liden
5417
M:	per.liden@ericsson.com
5418
P:	Jon Maloy
5419
M:	jon.maloy@ericsson.com
5420
P:	Allan Stephens
5421
M:	allan.stephens@windriver.com
5422 5423 5424
L:	tipc-discussion@lists.sourceforge.net
W:	http://tipc.sourceforge.net/
W:	http://tipc.cslab.ericsson.net/
5425
T:	git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5426
S:	Maintained
J
Joe Perches 已提交
5427 5428 5429
F:	include/linux/tipc*.h
F:	include/net/tipc/
F:	net/tipc/
5430

L
Linus Torvalds 已提交
5431 5432 5433
TLAN NETWORK DRIVER
P:	Samuel Chessman
M:	chessman@tux.org
5434
L:	tlan-devel@lists.sourceforge.net (subscribers-only)
L
Linus Torvalds 已提交
5435 5436
W:	http://sourceforge.net/projects/tlan/
S:	Maintained
J
Joe Perches 已提交
5437 5438
F:	Documentation/networking/tlan.txt
F:	drivers/net/tlan.*
L
Linus Torvalds 已提交
5439

K
Kentaro Takeda 已提交
5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451
TOMOYO SECURITY MODULE
P:	Kentaro Takeda
M:	takedakn@nttdata.co.jp
P:	Tetsuo Handa
M:	penguin-kernel@I-love.SAKURA.ne.jp
L:	linux-kernel@vger.kernel.org (kernel issues)
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 已提交
5452
F:	security/tomoyo/
K
Kentaro Takeda 已提交
5453

L
Linus Torvalds 已提交
5454
TOSHIBA ACPI EXTRAS DRIVER
5455
S:	Orphan
J
Joe Perches 已提交
5456
F:	drivers/platform/x86/toshiba_acpi.c
L
Linus Torvalds 已提交
5457 5458 5459 5460 5461 5462 5463

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 已提交
5464 5465
F:	drivers/char/toshiba.c
F:	include/linux/toshiba.h
L
Linus Torvalds 已提交
5466

P
Pierre Ossman 已提交
5467 5468 5469 5470 5471
TMIO MMC DRIVER
P:	Ian Molton
M:	ian@mnementh.co.uk
S:	Maintained

A
Alan Cox 已提交
5472
TPM DEVICE DRIVER
5473 5474 5475 5476
P:	Debora Velarde
M:	debora@linux.vnet.ibm.com
P:	Rajiv Andrade
M:	srajiv@linux.vnet.ibm.com
A
Alan Cox 已提交
5477 5478
W:	http://tpmdd.sourceforge.net
P:	Marcel Selhorst
5479 5480
M:	m.selhorst@sirrix.com
W:	http://www.sirrix.com
5481
L:	tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
A
Alan Cox 已提交
5482
S:	Maintained
J
Joe Perches 已提交
5483
F:	drivers/char/tpm/
A
Alan Cox 已提交
5484

L
Linus Torvalds 已提交
5485
TRIVIAL PATCHES
J
Jiri Kosina 已提交
5486
P:	Jiri Kosina
J
Jim Cromie 已提交
5487 5488
M:	trivial@kernel.org
L:	linux-kernel@vger.kernel.org
5489
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
L
Linus Torvalds 已提交
5490 5491
S:	Maintained

A
Alan Cox 已提交
5492 5493 5494 5495 5496 5497
TTY LAYER
P:	Alan Cox
M:	alan@lxorguk.ukuu.org.uk
L:	linux-kernel@vger.kernel.org
S:	Maintained

G
Grant Grundler 已提交
5498 5499 5500 5501
TULIP NETWORK DRIVERS
P:	Grant Grundler
M:	grundler@parisc-linux.org
P:	Kyle McMartin
K
Kyle McMartin 已提交
5502
M:	kyle@mcmartin.ca
G
Grant Grundler 已提交
5503 5504
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5505
F:	drivers/net/tulip/
L
Linus Torvalds 已提交
5506 5507 5508

TUN/TAP driver
P:	Maxim Krasnyansky
5509
M:	maxk@qualcomm.com
L
Linus Torvalds 已提交
5510 5511 5512
L:	vtun@office.satix.net
W:	http://vtun.sourceforge.net/tun
S:	Maintained
J
Joe Perches 已提交
5513 5514
F:	Documentation/networking/tuntap.txt
F:	arch/um/os-Linux/drivers/
L
Linus Torvalds 已提交
5515

5516 5517 5518 5519
TURBOCHANNEL SUBSYSTEM
P:	Maciej W. Rozycki
M:	macro@linux-mips.org
S:	Maintained
J
Joe Perches 已提交
5520 5521
F:	drivers/tc/
F:	include/linux/tc.h
5522

L
Linus Torvalds 已提交
5523 5524 5525 5526 5527
U14-34F SCSI DRIVER
P:	Dario Ballabio
M:	ballabio_dario@emc.com
L:	linux-scsi@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5528
F:	drivers/scsi/u14-34f.c
L
Linus Torvalds 已提交
5529

R
Randy Dunlap 已提交
5530 5531 5532 5533 5534 5535
UBI FILE SYSTEM (UBIFS)
P:	Artem Bityutskiy
M:	dedekind@infradead.org
P:	Adrian Hunter
M:	ext-adrian.hunter@nokia.com
L:	linux-mtd@lists.infradead.org
5536
T:	git git://git.infradead.org/ubifs-2.6.git
R
Randy Dunlap 已提交
5537 5538
W:	http://www.linux-mtd.infradead.org/doc/ubifs.html
S:	Maintained
J
Joe Perches 已提交
5539 5540
F:	Documentation/filesystems/ubifs.txt
F:	fs/ubifs/
R
Randy Dunlap 已提交
5541

5542 5543 5544 5545 5546 5547
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 已提交
5548
F:	arch/m68knommu/
5549 5550 5551 5552 5553 5554 5555

UCLINUX FOR RENESAS H8/300
P:	Yoshinori Sato
M:	ysato@users.sourceforge.jp
W:	http://uclinux-h8.sourceforge.jp/
S:	Supported

L
Linus Torvalds 已提交
5556
UDF FILESYSTEM
J
Jan Kara 已提交
5557 5558
P:	Jan Kara
M:	jack@suse.cz
L
Linus Torvalds 已提交
5559 5560
W:	http://linux-udf.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
5561 5562
F:	Documentation/filesystems/udf.txt
F:	fs/udf/
L
Linus Torvalds 已提交
5563

5564 5565 5566 5567 5568
UFS FILESYSTEM
P:	Evgeniy Dushistov
M:	dushistov@mail.ru
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5569 5570
F:	Documentation/filesystems/ufs.txt
F:	fs/ufs/
5571

5572 5573 5574 5575 5576
ULTRA-WIDEBAND (UWB) SUBSYSTEM:
P:	David Vrabel
M:	david.vrabel@csr.com
L:	linux-usb@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
5577 5578 5579
F:	drivers/uwb/*
F:	include/linux/uwb.h
F:	include/linux/uwb/
5580

L
Linus Torvalds 已提交
5581 5582
UNIFORM CDROM DRIVER
P:	Jens Axboe
5583
M:	axboe@kernel.dk
L
Linus Torvalds 已提交
5584 5585 5586
L:	linux-kernel@vger.kernel.org
W:	http://www.kernel.dk
S:	Maintained
J
Joe Perches 已提交
5587 5588 5589
F:	Documentation/cdrom/
F:	drivers/cdrom/cdrom.c
F:	include/linux/cdrom.h
L
Linus Torvalds 已提交
5590

R
Randy Dunlap 已提交
5591 5592 5593 5594 5595
UNSORTED BLOCK IMAGES (UBI)
P:	Artem Bityutskiy
M:	dedekind@infradead.org
W:	http://www.linux-mtd.infradead.org/
L:	linux-mtd@lists.infradead.org
5596
T:	git git://git.infradead.org/ubi-2.6.git
R
Randy Dunlap 已提交
5597
S:	Maintained
J
Joe Perches 已提交
5598 5599 5600
F:	drivers/mtd/ubi
F:	include/linux/mtd/ubi.h
F:	include/mtd/ubi-user.h
R
Randy Dunlap 已提交
5601

L
Linus Torvalds 已提交
5602 5603 5604
USB ACM DRIVER
P:	Oliver Neukum
M:	oliver@neukum.name
5605
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5606
S:	Maintained
J
Joe Perches 已提交
5607 5608
F:	Documentation/usb/acm.txt
F:	drivers/usb/class/cdc-acm.*
L
Linus Torvalds 已提交
5609 5610 5611 5612 5613

USB BLOCK DRIVER (UB ub)
P:	Pete Zaitcev
M:	zaitcev@redhat.com
L:	linux-kernel@vger.kernel.org
5614
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5615
S:	Supported
J
Joe Perches 已提交
5616
F:	drivers/block/ub.c
L
Linus Torvalds 已提交
5617 5618 5619 5620

USB CDC ETHERNET DRIVER
P:	Greg Kroah-Hartman
M:	greg@kroah.com
5621
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5622 5623
S:	Maintained
W:	http://www.kroah.com/linux-usb/
J
Joe Perches 已提交
5624 5625
F:	drivers/net/usb/cdc_*.c
F:	include/linux/usb/cdc.h
L
Linus Torvalds 已提交
5626

5627 5628 5629 5630 5631
USB CYPRESS C67X00 DRIVER
P:	Peter Korsgaard
M:	jacmet@sunsite.dk
L:	linux-usb@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5632
F:	drivers/usb/c67x00/
5633

5634 5635 5636
USB DAVICOM DM9601 DRIVER
P:	Peter Korsgaard
M:	jacmet@sunsite.dk
5637
L:	netdev@vger.kernel.org
5638 5639
W:	http://www.linux-usb.org/usbnet
S:	Maintained
J
Joe Perches 已提交
5640
F:	drivers/net/usb/dm9601.c
5641

5642 5643 5644 5645 5646 5647
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 已提交
5648
F:	drivers/usb/misc/rio500*
5649

L
Linus Torvalds 已提交
5650 5651 5652
USB EHCI DRIVER
P:	David Brownell
M:	dbrownell@users.sourceforge.net
5653
L:	linux-usb@vger.kernel.org
5654
S:	Odd Fixes
J
Joe Perches 已提交
5655 5656
F:	Documentation/usb/ehci.txt
F:	drivers/usb/host/ehci*
L
Linus Torvalds 已提交
5657

5658 5659 5660
USB ET61X[12]51 DRIVER
P:	Luca Risolia
M:	luca.risolia@studio.unibo.it
5661
L:	linux-usb@vger.kernel.org
5662
L:	linux-media@vger.kernel.org
5663
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5664 5665
W:	http://www.linux-projects.org
S:	Maintained
J
Joe Perches 已提交
5666
F:	drivers/media/video/et61x251/
5667

D
David Brownell 已提交
5668 5669 5670
USB GADGET/PERIPHERAL SUBSYSTEM
P:	David Brownell
M:	dbrownell@users.sourceforge.net
5671
L:	linux-usb@vger.kernel.org
D
David Brownell 已提交
5672 5673
W:	http://www.linux-usb.org/gadget
S:	Maintained
J
Joe Perches 已提交
5674 5675
F:	drivers/usb/gadget/
F:	include/linux/usb/gadget*
D
David Brownell 已提交
5676

5677
USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5678 5679
P:	Jiri Kosina
M:	jkosina@suse.cz
5680
L:	linux-usb@vger.kernel.org
5681
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
L
Linus Torvalds 已提交
5682
S:	Maintained
J
Joe Perches 已提交
5683 5684
F:	Documentation/usb/hiddev.txt
F:	drivers/hid/usbhid/
L
Linus Torvalds 已提交
5685

O
Olav Kongas 已提交
5686 5687 5688
USB ISP116X DRIVER
P:	Olav Kongas
M:	ok@artecdesign.ee
5689
L:	linux-usb@vger.kernel.org
O
Olav Kongas 已提交
5690
S:	Maintained
J
Joe Perches 已提交
5691 5692
F:	drivers/usb/host/isp116x*
F:	include/linux/usb/isp116x.h
O
Olav Kongas 已提交
5693

L
Linus Torvalds 已提交
5694 5695 5696
USB KAWASAKI LSI DRIVER
P:	Oliver Neukum
M:	oliver@neukum.name
5697
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5698
S:	Maintained
J
Joe Perches 已提交
5699
F:	drivers/usb/serial/kl5kusb105.*
L
Linus Torvalds 已提交
5700 5701 5702 5703

USB MASS STORAGE DRIVER
P:	Matthew Dharm
M:	mdharm-usb@one-eyed-alien.net
5704
L:	linux-usb@vger.kernel.org
5705
L:	usb-storage@lists.one-eyed-alien.net
L
Linus Torvalds 已提交
5706 5707
S:	Maintained
W:	http://www.one-eyed-alien.net/~mdharm/linux-usb/
J
Joe Perches 已提交
5708
F:	drivers/usb/storage/
L
Linus Torvalds 已提交
5709 5710

USB OHCI DRIVER
5711 5712
P:	David Brownell
M:	dbrownell@users.sourceforge.net
5713
L:	linux-usb@vger.kernel.org
5714
S:	Odd Fixes
J
Joe Perches 已提交
5715 5716
F:	Documentation/usb/ohci.txt
F:	drivers/usb/host/ohci*
L
Linus Torvalds 已提交
5717

5718 5719 5720
USB OPTION-CARD DRIVER
P:	Matthias Urlichs
M:	smurf@smurf.noris.de
5721
L:	linux-usb@vger.kernel.org
5722
S:	Maintained
J
Joe Perches 已提交
5723
F:	drivers/usb/serial/option.c
5724

L
Linus Torvalds 已提交
5725 5726 5727
USB OV511 DRIVER
P:	Mark McClelland
M:	mmcclell@bigfoot.com
5728
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5729 5730
W:	http://alpha.dyndns.org/ov511/
S:	Maintained
J
Joe Perches 已提交
5731
F:	drivers/media/video/ov511.*
L
Linus Torvalds 已提交
5732 5733 5734 5735

USB PEGASUS DRIVER
P:	Petko Manolov
M:	petkan@users.sourceforge.net
5736
L:	linux-usb@vger.kernel.org
5737
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
5738 5739
W:	http://pegasus2.sourceforge.net/
S:	Maintained
J
Joe Perches 已提交
5740
F:	drivers/net/usb/pegasus.*
L
Linus Torvalds 已提交
5741

P
Pete Zaitcev 已提交
5742 5743 5744
USB PRINTER DRIVER (usblp)
P:	Pete Zaitcev
M:	zaitcev@redhat.com
5745
L:	linux-usb@vger.kernel.org
P
Pete Zaitcev 已提交
5746
S:	Supported
J
Joe Perches 已提交
5747
F:	drivers/usb/class/usblp.c
L
Linus Torvalds 已提交
5748 5749 5750 5751

USB RTL8150 DRIVER
P:	Petko Manolov
M:	petkan@users.sourceforge.net
5752
L:	linux-usb@vger.kernel.org
5753
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
5754 5755
W:	http://pegasus2.sourceforge.net/
S:	Maintained
J
Joe Perches 已提交
5756
F:	drivers/net/usb/rtl8150.c
L
Linus Torvalds 已提交
5757 5758 5759 5760

USB SE401 DRIVER
P:	Jeroen Vreeken
M:	pe1rxq@amsat.org
5761
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5762 5763
W:	http://www.chello.nl/~j.vreeken/se401/
S:	Maintained
J
Joe Perches 已提交
5764 5765
F:	Documentation/video4linux/se401.txt
F:	drivers/media/video/se401.*
L
Linus Torvalds 已提交
5766

A
Alan Cox 已提交
5767 5768 5769
USB SERIAL BELKIN F5U103 DRIVER
P:	William Greathouse
M:	wgreathouse@smva.com
5770
L:	linux-usb@vger.kernel.org
A
Alan Cox 已提交
5771
S:	Maintained
J
Joe Perches 已提交
5772
F:	drivers/usb/serial/belkin_sa.*
A
Alan Cox 已提交
5773 5774 5775 5776

USB SERIAL CYPRESS M8 DRIVER
P:	Lonnie Mendez
M:	dignome@gmail.com
5777
L:	linux-usb@vger.kernel.org
A
Alan Cox 已提交
5778 5779 5780
S:	Maintained
W:	http://geocities.com/i0xox0i
W:	http://firstlight.net/cvs
J
Joe Perches 已提交
5781
F:	drivers/usb/serial/cypress_m8.*
A
Alan Cox 已提交
5782

L
Linus Torvalds 已提交
5783 5784 5785 5786 5787
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 已提交
5788
F:	drivers/usb/serial/cyberjack.c
L
Linus Torvalds 已提交
5789 5790 5791 5792 5793

USB SERIAL DIGI ACCELEPORT DRIVER
P:	Peter Berger and Al Borchers
M:	pberger@brimson.com
M:	alborchers@steinerpoint.com
5794
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5795
S:	Maintained
J
Joe Perches 已提交
5796
F:	drivers/usb/serial/digi_acceleport.c
L
Linus Torvalds 已提交
5797 5798 5799 5800

USB SERIAL DRIVER
P:	Greg Kroah-Hartman
M:	gregkh@suse.de
5801
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5802
S:	Supported
J
Joe Perches 已提交
5803 5804 5805 5806
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 已提交
5807 5808 5809 5810

USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
P:	Gary Brubaker
M:	xavyer@ix.netcom.com
5811
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5812
S:	Maintained
J
Joe Perches 已提交
5813
F:	drivers/usb/serial/empeg.c
L
Linus Torvalds 已提交
5814 5815 5816 5817

USB SERIAL KEYSPAN DRIVER
P:	Greg Kroah-Hartman
M:	greg@kroah.com
5818
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5819 5820
W:	http://www.kroah.com/linux/
S:	Maintained
J
Joe Perches 已提交
5821
F:	drivers/usb/serial/*keyspan*
L
Linus Torvalds 已提交
5822 5823

USB SERIAL WHITEHEAT DRIVER
5824 5825
P:	Support Department
M:	support@connecttech.com
5826
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5827 5828
W:	http://www.connecttech.com
S:	Supported
J
Joe Perches 已提交
5829
F:	drivers/usb/serial/whiteheat*
L
Linus Torvalds 已提交
5830

5831 5832 5833 5834 5835
USB SMSC95XX ETHERNET DRIVER
P:	Steve Glendinning
M:	steve.glendinning@smsc.com
L:	netdev@vger.kernel.org
S:	Supported
J
Joe Perches 已提交
5836
F:	drivers/net/usb/smsc95xx.*
5837

5838
USB SN9C1xx DRIVER
L
Linus Torvalds 已提交
5839 5840
P:	Luca Risolia
M:	luca.risolia@studio.unibo.it
5841
L:	linux-usb@vger.kernel.org
5842
L:	linux-media@vger.kernel.org
5843
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
L
Linus Torvalds 已提交
5844 5845
W:	http://www.linux-projects.org
S:	Maintained
J
Joe Perches 已提交
5846 5847
F:	Documentation/video4linux/sn9c102.txt
F:	drivers/media/video/sn9c102/
L
Linus Torvalds 已提交
5848 5849 5850 5851

USB SUBSYSTEM
P:	Greg Kroah-Hartman
M:	gregkh@suse.de
5852
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5853
W:	http://www.linux-usb.org
5854
T:	quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
L
Linus Torvalds 已提交
5855
S:	Supported
J
Joe Perches 已提交
5856 5857 5858 5859 5860
F:	Documentation/usb/
F:	drivers/net/usb/
F:	drivers/usb/
F:	include/linux/usb.h
F:	include/linux/usb/
L
Linus Torvalds 已提交
5861 5862 5863 5864

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

D
David Brownell 已提交
5869
USB "USBNET" DRIVER FRAMEWORK
L
Linus Torvalds 已提交
5870 5871
P:	David Brownell
M:	dbrownell@users.sourceforge.net
5872
L:	netdev@vger.kernel.org
D
David Brownell 已提交
5873
W:	http://www.linux-usb.org/usbnet
L
Linus Torvalds 已提交
5874
S:	Maintained
J
Joe Perches 已提交
5875 5876
F:	drivers/net/usb/usbnet.c
F:	include/linux/usb/usbnet.h
L
Linus Torvalds 已提交
5877

5878 5879 5880
USB VIDEO CLASS
P:	Laurent Pinchart
M:	laurent.pinchart@skynet.be
5881
L:	linux-uvc-devel@lists.berlios.de (subscribers-only)
5882
L:	linux-media@vger.kernel.org
5883
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5884 5885
W:	http://linux-uvc.berlios.de
S:	Maintained
J
Joe Perches 已提交
5886
F:	drivers/media/video/uvc/
5887

L
Linus Torvalds 已提交
5888 5889 5890
USB W996[87]CF DRIVER
P:	Luca Risolia
M:	luca.risolia@studio.unibo.it
5891
L:	linux-usb@vger.kernel.org
5892
L:	linux-media@vger.kernel.org
5893
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
L
Linus Torvalds 已提交
5894 5895
W:	http://www.linux-projects.org
S:	Maintained
J
Joe Perches 已提交
5896 5897
F:	Documentation/video4linux/w9968cf.txt
F:	drivers/media/video/w996*
L
Linus Torvalds 已提交
5898

5899 5900 5901 5902 5903
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 已提交
5904
F:	drivers/net/wireless/rndis_wlan.c
5905

5906 5907 5908
USB ZC0301 DRIVER
P:	Luca Risolia
M:	luca.risolia@studio.unibo.it
5909
L:	linux-usb@vger.kernel.org
5910
L:	linux-media@vger.kernel.org
5911
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5912 5913
W:	http://www.linux-projects.org
S:	Maintained
J
Joe Perches 已提交
5914 5915
F:	Documentation/video4linux/zc0301.txt
F:	drivers/media/video/zc0301/
5916

L
Linus Torvalds 已提交
5917 5918 5919
USB ZD1201 DRIVER
P:	Jeroen Vreeken
M:	pe1rxq@amsat.org
5920
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5921 5922
W:	http://linux-lc100020.sourceforge.net
S:	Maintained
J
Joe Perches 已提交
5923
F:	drivers/net/wireless/zd1201.*
L
Linus Torvalds 已提交
5924

5925 5926 5927
USB ZR364XX DRIVER
P:	Antoine Jacquet
M:	royale@zerezo.com
5928
L:	linux-usb@vger.kernel.org
5929
L:	linux-media@vger.kernel.org
5930
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5931 5932
W:	http://royale.zerezo.com/zr364xx/
S:	Maintained
J
Joe Perches 已提交
5933 5934
F:	Documentation/video4linux/zr364xx.txt
F:	drivers/media/video/zr364xx.c
5935

R
Randy Dunlap 已提交
5936
USER-MODE LINUX (UML)
L
Linus Torvalds 已提交
5937
P:	Jeff Dike
J
Joe Perches 已提交
5938
M:	jdike@addtoit.com
L
Linus Torvalds 已提交
5939 5940 5941 5942
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 已提交
5943 5944 5945 5946
F:	Documentation/uml/
F:	arch/um/
F:	fs/hostfs/
F:	fs/hppfs/
5947

5948 5949 5950 5951 5952 5953 5954
USERSPACE I/O (UIO)
P:	Hans J. Koch
M:	hjk@linutronix.de
P:	Greg Kroah-Hartman
M:	gregkh@suse.de
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5955 5956 5957
F:	Documentation/DocBook/uio-howto.tmpl
F:	drivers/uio/
F:	include/linux/uio*.h
5958

5959 5960 5961 5962 5963
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/
5964
T:	git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5965 5966
S:	Maintained

5967 5968 5969 5970 5971 5972
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 已提交
5973 5974
F:	Documentation/fb/uvesafb.txt
F:	drivers/video/uvesafb.*
5975

5976
VFAT/FAT/MSDOS FILESYSTEM
L
Linus Torvalds 已提交
5977 5978 5979 5980
P:	OGAWA Hirofumi
M:	hirofumi@mail.parknet.co.jp
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
5981 5982
F:	Documentation/filesystems/vfat.txt
F:	fs/fat/
L
Linus Torvalds 已提交
5983 5984 5985 5986 5987

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

J
Jean Delvare 已提交
5990 5991 5992
VIAPRO SMBUS DRIVER
P:	Jean Delvare
M:	khali@linux-fr.org
J
Jean Delvare 已提交
5993
L:	linux-i2c@vger.kernel.org
J
Jean Delvare 已提交
5994
S:	Maintained
J
Joe Perches 已提交
5995 5996
F:	Documentation/i2c/busses/i2c-viapro
F:	drivers/i2c/busses/i2c-viapro.c
J
Jean Delvare 已提交
5997

J
Joseph Chan 已提交
5998 5999 6000 6001 6002 6003 6004
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 已提交
6005
F:	drivers/video/via/
J
Joseph Chan 已提交
6006

6007 6008 6009 6010 6011
VIA VELOCITY NETWORK DRIVER
P:	Francois Romieu
M:	romieu@fr.zoreil.com
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
6012
F:	drivers/net/via-velocity.*
6013

P
Patrick McHardy 已提交
6014 6015 6016 6017 6018
VLAN (802.1Q)
P:	Patrick McHardy
M:	kaber@trash.net
L:	netdev@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
6019 6020 6021
F:	drivers/net/macvlan.c
F:	include/linux/if_*vlan.h
F:	net/8021q/
P
Patrick McHardy 已提交
6022

6023 6024
VOLTAGE AND CURRENT REGULATOR FRAMEWORK
P:	Liam Girdwood
6025
M:	lrg@slimlogic.co.uk
6026 6027 6028
P:	Mark Brown
M:	broonie@opensource.wolfsonmicro.com
W:	http://opensource.wolfsonmicro.com/node/15
6029
W:	http://www.slimlogic.co.uk/?p=48
6030
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6031
S:	Supported
J
Joe Perches 已提交
6032 6033
F:	drivers/regulator/
F:	include/linux/regulator/
6034

6035 6036 6037 6038 6039
VT1211 HARDWARE MONITOR DRIVER
P:	Juerg Haefliger
M:	juergh@gmail.com
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
6040 6041
F:	Documentation/hwmon/vt1211
F:	drivers/hwmon/vt1211.c
6042

R
Roger Lucas 已提交
6043 6044
VT8231 HARDWARE MONITOR DRIVER
P:	Roger Lucas
6045
M:	vt8231@hiddenengine.co.uk
R
Roger Lucas 已提交
6046 6047
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
6048
F:	drivers/hwmon/vt8231.c
R
Roger Lucas 已提交
6049

L
Linus Torvalds 已提交
6050 6051 6052 6053
W1 DALLAS'S 1-WIRE BUS
P:	Evgeniy Polyakov
M:	johnpol@2ka.mipt.ru
S:	Maintained
J
Joe Perches 已提交
6054 6055
F:	Documentation/w1/
F:	drivers/w1/
L
Linus Torvalds 已提交
6056

6057
W83791D HARDWARE MONITORING DRIVER
M
Marc Hulsman 已提交
6058 6059
P:	Marc Hulsman
M:	m.hulsman@tudelft.nl
6060
L:	lm-sensors@lm-sensors.org
M
Marc Hulsman 已提交
6061
S:	Maintained
J
Joe Perches 已提交
6062 6063
F:	Documentation/hwmon/w83791d
F:	drivers/hwmon/w83791d.c
6064

6065 6066 6067 6068 6069
W83793 HARDWARE MONITORING DRIVER
P:	Rudolf Marek
M:	r.marek@assembler.cz
L:	lm-sensors@lm-sensors.org
S:	Maintained
J
Joe Perches 已提交
6070 6071
F:	Documentation/hwmon/w83793
F:	drivers/hwmon/w83793.c
6072

L
Linus Torvalds 已提交
6073 6074
W83L51xD SD/MMC CARD INTERFACE DRIVER
P:	Pierre Ossman
6075
M:	pierre@ossman.eu
P
Pierre Ossman 已提交
6076
L:	linux-kernel@vger.kernel.org
L
Linus Torvalds 已提交
6077
S:	Maintained
J
Joe Perches 已提交
6078
F:	drivers/mmc/host/wbsd.*
L
Linus Torvalds 已提交
6079

6080 6081 6082
WATCHDOG DEVICE DRIVERS
P:	Wim Van Sebroeck
M:	wim@iguana.be
6083
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6084
S:	Maintained
J
Joe Perches 已提交
6085 6086 6087
F:	Documentation/watchdog/
F:	drivers/watchdog/
F:	include/linux/watchdog.h
6088

L
Linus Torvalds 已提交
6089 6090 6091
WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
P:	Jean Tourrilhes
M:	jt@hpl.hp.com
6092
L:	linux-wireless@vger.kernel.org
L
Linus Torvalds 已提交
6093 6094
W:	http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
S:	Maintained
J
Joe Perches 已提交
6095 6096
F:	Documentation/networking/wavelan.txt
F:	drivers/net/wireless/wavelan*
L
Linus Torvalds 已提交
6097 6098 6099 6100 6101 6102

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

6105 6106 6107 6108 6109 6110 6111 6112
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

6113 6114 6115 6116
WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
P:	David Vrabel
M:	david.vrabel@csr.com
S:	Maintained
J
Joe Perches 已提交
6117 6118
F:	include/linux/wlp.h
F:	drivers/uwb/wlp/
6119

D
Dmitry Torokhov 已提交
6120 6121 6122 6123
WISTRON LAPTOP BUTTON DRIVER
P:	Miloslav Trmac
M:	mitr@volny.cz
S:	Maintained
J
Joe Perches 已提交
6124
F:	drivers/input/misc/wistron_btns.c
D
Dmitry Torokhov 已提交
6125

L
Linus Torvalds 已提交
6126 6127
WL3501 WIRELESS PCMCIA CARD DRIVER
P:	Arnaldo Carvalho de Melo
6128
M:	acme@ghostprotocols.net
6129
L:	linux-wireless@vger.kernel.org
6130
W:	http://oops.ghostprotocols.net:81/blog
L
Linus Torvalds 已提交
6131
S:	Maintained
J
Joe Perches 已提交
6132
F:	drivers/net/wireless/wl3501*
L
Linus Torvalds 已提交
6133

6134 6135 6136 6137
WM97XX TOUCHSCREEN DRIVERS
P:	Mark Brown
M:	broonie@opensource.wolfsonmicro.com
P:	Liam Girdwood
6138
M:	lrg@slimlogic.co.uk
6139 6140 6141 6142
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 已提交
6143 6144
F:	drivers/input/touchscreen/*wm97*
F:	include/linux/wm97xx.h
6145

L
Linus Torvalds 已提交
6146 6147 6148 6149 6150
X.25 NETWORK LAYER
P:	Henner Eisen
M:	eis@baty.hanse.de
L:	linux-x25@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
6151 6152 6153
F:	Documentation/networking/x25*
F:	include/net/x25*
F:	net/x25/
L
Linus Torvalds 已提交
6154

R
Randy Dunlap 已提交
6155 6156 6157 6158 6159 6160 6161
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
6162
M:	x86@kernel.org
R
Randy Dunlap 已提交
6163
L:	linux-kernel@vger.kernel.org
6164
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
R
Randy Dunlap 已提交
6165
S:	Maintained
J
Joe Perches 已提交
6166 6167
F:	Documentation/x86/
F:	arch/x86/
R
Randy Dunlap 已提交
6168

6169 6170 6171 6172 6173 6174 6175 6176
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 已提交
6177 6178 6179 6180 6181
F:	arch/x86/xen/
F:	drivers/*/xen-*front.c
F:	drivers/xen/
F:	arch/x86/include/asm/xen/
F:	include/xen/
6182

L
Linus Torvalds 已提交
6183 6184
XFS FILESYSTEM
P:	Silicon Graphics Inc
F
Felix Blyakher 已提交
6185 6186
P:	Felix Blyakher
M:	felixb@sgi.com
L
Linus Torvalds 已提交
6187
M:	xfs-masters@oss.sgi.com
6188
L:	xfs@oss.sgi.com
L
Linus Torvalds 已提交
6189
W:	http://oss.sgi.com/projects/xfs
6190
T:	git git://oss.sgi.com/xfs/xfs.git
L
Linus Torvalds 已提交
6191
S:	Supported
J
Joe Perches 已提交
6192 6193
F:	Documentation/filesystems/xfs.txt
F:	fs/xfs/
L
Linus Torvalds 已提交
6194

6195 6196 6197 6198 6199 6200
XILINX SYSTEMACE DRIVER
P:	Grant Likely
M:	grant.likely@secretlab.ca
W:	http://www.secretlab.ca/
L:	linux-kernel@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
6201
F:	drivers/block/xsysace.c
6202

P
Peter Korsgaard 已提交
6203 6204 6205 6206 6207
XILINX UARTLITE SERIAL DRIVER
P:	Peter Korsgaard
M:	jacmet@sunsite.dk
L:	linux-serial@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
6208
F:	drivers/serial/uartlite.c
P
Peter Korsgaard 已提交
6209

L
Linus Torvalds 已提交
6210 6211 6212 6213 6214
YAM DRIVER FOR AX.25
P:	Jean-Paul Roubelat
M:	jpr@f6fbb.org
L:	linux-hams@vger.kernel.org
S:	Maintained
J
Joe Perches 已提交
6215 6216
F:	drivers/net/hamradio/yam*
F:	include/linux/yam.h
L
Linus Torvalds 已提交
6217

6218 6219 6220 6221 6222
YEALINK PHONE DRIVER
P:	Henk Vergonet
M:	Henk.Vergonet@gmail.com
L:	usbb2k-api-dev@nongnu.org
S:	Maintained
J
Joe Perches 已提交
6223 6224
F:	Documentation/input/yealink.txt
F:	drivers/input/misc/yealink.*
6225

L
Linus Torvalds 已提交
6226 6227 6228 6229 6230 6231 6232
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 已提交
6233 6234 6235
F:	Documentation/networking/z8530drv.txt
F:	drivers/net/hamradio/*scc.c
F:	drivers/net/hamradio/z8530.h
L
Linus Torvalds 已提交
6236

6237 6238 6239 6240 6241 6242
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
6243
L:	linux-wireless@vger.kernel.org
6244 6245
L:	zd1211-devs@lists.sourceforge.net (subscribers-only)
S:	Maintained
J
Joe Perches 已提交
6246
F:	drivers/net/wireless/zd1211rw/
6247

L
Linus Torvalds 已提交
6248 6249
ZR36067 VIDEO FOR LINUX DRIVER
L:	mjpeg-users@lists.sourceforge.net
6250
L:	linux-media@vger.kernel.org
L
Linus Torvalds 已提交
6251
W:	http://mjpeg.sourceforge.net/driver-zoran/
6252 6253
T:	Mercurial http://linuxtv.org/hg/v4l-dvb
S:	Odd Fixes
J
Joe Perches 已提交
6254
F:	drivers/media/video/zoran/
L
Linus Torvalds 已提交
6255

6256 6257 6258 6259
ZS DECSTATION Z85C30 SERIAL DRIVER
P:	Maciej W. Rozycki
M:	macro@linux-mips.org
S:	Maintained
J
Joe Perches 已提交
6260
F:	drivers/serial/zs.*
6261

L
Linus Torvalds 已提交
6262 6263
THE REST
P:	Linus Torvalds
6264
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
L
Linus Torvalds 已提交
6265
S:	Buried alive in reporters