MAINTAINERS 145.4 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
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
A
Alan Cox 已提交
74
T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
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.

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
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
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
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
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
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
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
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
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 163
M:	alan@lxorguk.ukuu.org.uk
S:	Odd Fixes
164 165
F:	drivers/serial/8250*
F:	include/linux/serial_8250.h
L
Linus Torvalds 已提交
166 167 168 169

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

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

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

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

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

212 213 214 215 216
ABIT UGURU 3 HARDWARE MONITOR DRIVER
P:	Alistair John Strachan
M:	alistair@devzero.co.uk
L:	lm-sensors@lm-sensors.org
S:	Maintained
217
F:	drivers/hwmon/abituguru3.c
218

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

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

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

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

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

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

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

ACPI THERMAL DRIVER
278 279
P:	Zhang Rui
M:	rui.zhang@intel.com
L
Len Brown 已提交
280
L:	linux-acpi@vger.kernel.org
281
W:	http://www.lesswatts.org/projects/acpi/
L
Len Brown 已提交
282
S:	Supported
283
F:	drivers/acpi/*thermal*
284

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

293
ACPI WMI DRIVER
294 295 296 297 298
P:	Carlos Corbacho
M:	carlos@strangeworlds.co.uk
L:	linux-acpi@vger.kernel.org
W:	http://www.lesswatts.org/projects/acpi/
S:	Maintained
299
F:	drivers/platform/x86/wmi.c
300

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

418 419
ALI1563 I2C DRIVER
P:	Rudolf Marek
420
M:	r.marek@assembler.cz
421
L:	linux-i2c@vger.kernel.org
422
S:	Maintained
423 424
F:	Documentation/i2c/busses/i2c-ali1563
F:	drivers/i2c/busses/i2c-ali1563.c
425

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

436 437
AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
P:	Thomas Dahlmann
438
M:	dahlmann.thomas@arcor.de
439
L:	linux-geode@lists.infradead.org (moderated for non-subscribers)
440
S:	Supported
441
F:	drivers/usb/gadget/amd5536udc.*
442

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

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

463
AMD MICROCODE UPDATE SUPPORT
464
P:	Andreas Herrmann
465
M:	andreas.herrmann3@amd.com
466 467
L:	amd64-microcode@amd64.org
S:	Supported
468
F:	arch/x86/kernel/microcode_amd.c
469

470 471 472 473 474 475
AMS (Apple Motion Sensor) DRIVER
P:	Stelian Pop
M:	stelian@popies.net
P:	Michael Hanselmann
M:	linux-kernel@hansmi.ch
S:	Supported
476
F:	drivers/hwmon/ams/
477

478 479 480 481 482
AMSO1100 RNIC DRIVER
P:	Tom Tucker
M:	tom@opengridcomputing.com
P:	Steve Wise
M:	swise@opengridcomputing.com
483
L:	general@lists.openfabrics.org
484
S:	Maintained
485
F:	drivers/infiniband/hw/amso1100/
486

487 488 489 490
AOA (Apple Onboard Audio) ALSA DRIVER
P:	Johannes Berg
M:	johannes@sipsolutions.net
L:	linuxppc-dev@ozlabs.org
491
L:	alsa-devel@alsa-project.org (subscribers-only)
492
S:	Maintained
493
F:	sound/aoa/
494

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

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

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

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

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

533 534 535 536
ARC FRAMEBUFFER DRIVER
P:	Jaya Kumar
M:	jayalk@intworks.biz
S:	Maintained
537 538
F:	drivers/video/arcfb.c
F:	drivers/video/fb_defio.c
539

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

R
Russell King 已提交
547 548 549 550 551 552 553 554
ARM PORT
P:	Russell King
M:	linux@arm.linux.org.uk
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
W:	http://www.arm.linux.org.uk/
S:	Maintained
F:	arch/arm/

555
ARM PRIMECELL MMCI PL180/1 DRIVER
556
S:	Orphan
557
F:	drivers/mmc/host/mmci.*
558

559 560 561 562 563
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
564 565
F:	arch/arm/mach-ixp23xx/
F:	arch/arm/mach-ixp23xx/include/mach/
566 567 568 569 570 571 572

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

573 574 575 576 577 578
ARM/AFEB9260 MACHINE SUPPORT
P:	Sergey Lapin
M:	slapin@ossfans.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

579 580 581 582 583 584
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

585
ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
586 587 588 589 590
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
591

592 593 594 595 596 597 598 599 600 601 602 603
ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

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

R
Russell King 已提交
604 605 606 607 608 609 610
ARM/CLKDEV SUPPORT
P:	Russell King
M:	linux@arm.linux.org.uk
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
F:	arch/arm/common/clkdev.c
F:	arch/arm/include/asm/clkdev.h

611
ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
612 613 614 615 616
P:	Mike Rapoport
M:	mike@compulab.co.il
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

L
Linus Torvalds 已提交
617 618 619 620 621
ARM/CORGI MACHINE SUPPORT
P:	Richard Purdie
M:	rpurdie@rpsys.net
S:	Maintained

622 623 624 625
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)
626
T:	git git://gitorious.org/linux-gemini/mainline.git
627
S:	Maintained
628
F:	arch/arm/mach-gemini/
629

R
Russell King 已提交
630 631 632 633 634 635 636 637 638
ARM/EBSA110 MACHINE SUPPORT
P:	Russell King
M:	linux@arm.linux.org.uk
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
W:	http://www.arm.linux.org.uk/
S:	Maintained
F:	arch/arm/mach-ebsa110/
F:	drivers/net/arm/am79c961a.*

639 640 641 642 643 644 645 646 647 648 649
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

650 651 652 653 654
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
655
F:	arch/arm/mm/*-fa*
656

R
Russell King 已提交
657 658 659 660 661 662 663 664 665
ARM/FOOTBRIDGE ARCHITECTURE
P:	Russell King
M:	linux@arm.linux.org.uk
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
W:	http://www.arm.linux.org.uk/
S:	Maintained
F:	arch/arm/include/asm/hardware/dec21285.h
F:	arch/arm/mach-footbridge/

666 667 668 669 670 671
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

672 673 674 675 676 677
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

678 679 680 681 682 683
ARM/GUMSTIX MACHINE SUPPORT
P:	Steve Sakoman
M:	sakoman@gmail.com
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

684
ARM/HP JORNADA 7XX MACHINE SUPPORT
685 686 687 688
P:	Kristoffer Ericson
M:	kristoffer.ericson@gmail.com
W:	www.jlime.com
S:	Maintained
689

690 691 692
ARM/INTEL IOP32X ARM ARCHITECTURE
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
693 694
P:	Dan Williams
M:	dan.j.williams@intel.com
695
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
696 697 698 699 700 701 702
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
703 704 705 706

ARM/INTEL IOP13XX ARM ARCHITECTURE
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
707 708
P:	Dan Williams
M:	dan.j.williams@intel.com
709
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
710
S:	Supported
711 712 713 714

ARM/INTEL IQ81342EX MACHINE SUPPORT
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
715 716
P:	Dan Williams
M:	dan.j.williams@intel.com
717
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
718
S:	Supported
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740

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
741 742
P:	Dan Williams
M:	dan.j.williams@intel.com
743
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
744
S:	Supported
745 746 747 748 749 750 751 752 753 754 755 756 757

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

758 759 760 761 762
ARM/MAGICIAN MACHINE SUPPORT
P:	Philipp Zabel
M:	philipp.zabel@gmail.com
S:	Maintained

763 764 765 766 767
ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
P:	Michael Petchkovsky
M:	mkpetch@internode.on.net
S:	Maintained

768
ARM/TOSA MACHINE SUPPORT
769
P:	Dmitry Eremin-Solenikov
770
M:	dbaryshkov@gmail.com
771 772 773 774
P:	Dirk Opfer
M:	dirk@opfer-online.de
S:	Maintained

775
ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
776 777 778 779 780
P:	Marek Vasut
M:	marek.vasut@gmail.com
W:	http://hackndev.com
S:	Maintained

781
ARM/PALMZ72 SUPPORT
782 783 784 785
P:	Sergey Lapin
M:	slapin@ossfans.org
W:	http://hackndev.com
S:	Maintained
786

L
Linus Torvalds 已提交
787 788 789 790 791 792 793 794 795
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
796
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
L
Linus Torvalds 已提交
797 798 799
W:	http://www.arm.linux.org.uk/
S:	Maintained

800 801 802 803 804 805
ARM/RADISYS ENP2611 MACHINE SUPPORT
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S:	Maintained

R
Russell King 已提交
806 807 808 809 810 811 812 813 814 815 816 817 818 819 820
ARM/RISCPC ARCHITECTURE
P:	Russell King
M:	linux@arm.linux.org.uk
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
W:	http://www.arm.linux.org.uk/
S:	Maintained
F:	arch/arm/common/time-acorn.c
F:	arch/arm/include/asm/hardware/entry-macro-iomd.S
F:	arch/arm/include/asm/hardware/ioc.h
F:	arch/arm/include/asm/hardware/iomd.h
F:	arch/arm/include/asm/hardware/memc.h
F:	arch/arm/mach-rpc/
F:	drivers/net/arm/ether*
F:	drivers/scsi/arm/

L
Linus Torvalds 已提交
821 822 823 824 825 826 827 828
ARM/SHARK MACHINE SUPPORT
P:	Alexander Schulz
M:	alex@shark-linux.de
W:	http://www.shark-linux.de/shark.html
S:	Maintained

ARM/S3C2410 ARM ARCHITECTURE
P:	Ben Dooks
829
M:	ben-linux@fluff.org
830
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
L
Linus Torvalds 已提交
831 832 833 834 835
W:	http://www.fluff.org/ben/linux/
S:	Maintained

ARM/S3C2440 ARM ARCHITECTURE
P:	Ben Dooks
836
M:	ben-linux@fluff.org
837
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
L
Linus Torvalds 已提交
838 839 840
W:	http://www.fluff.org/ben/linux/
S:	Maintained

841 842 843 844 845 846 847 848 849 850 851 852
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

853
ARM/NUVOTON W90X900 ARM ARCHITECTURE
854 855 856 857 858
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
859

R
Russell King 已提交
860 861 862 863 864 865 866 867
ARM/VFP SUPPORT
P:	Russell King
M:	linux@arm.linux.org.uk
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
W:	http://www.arm.linux.org.uk/
S:	Maintained
F:	arch/arm/vfp/

L
Linus Torvalds 已提交
868 869
ARPD SUPPORT
P:	Jonathan Layes
870
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
871
S:	Maintained
872
F:	net/ipv4/arp.c
L
Linus Torvalds 已提交
873 874

ASUS ACPI EXTRAS DRIVER
875 876
P:	Corentin Chary
M:	corentincj@iksaif.net
L
Linus Torvalds 已提交
877 878 879 880
P:	Karol Kozimor
M:	sziwan@users.sourceforge.net
L:	acpi4asus-user@lists.sourceforge.net
W:	http://sourceforge.net/projects/acpi4asus
881
W:	http://xf.iksaif.net/acpi4asus
882
S:	Maintained
883 884
F:	arch/x86/kernel/acpi/boot.c
F:	drivers/platform/x86/asus_acpi.c
885

M
Mark M. Hoffman 已提交
886 887 888 889 890
ASUS ASB100 HARDWARE MONITOR DRIVER
P:	Mark M. Hoffman
M:	mhoffman@lightlink.com
L:	lm-sensors@lm-sensors.org
S:	Maintained
891
F:	drivers/hwmon/asb100.c
M
Mark M. Hoffman 已提交
892

893 894 895 896
ASUS LAPTOP EXTRAS DRIVER
P:	Corentin Chary
M:	corentincj@iksaif.net
L:	acpi4asus-user@lists.sourceforge.net
L
Linus Torvalds 已提交
897
W:	http://sourceforge.net/projects/acpi4asus
898
W:	http://xf.iksaif.net/acpi4asus
L
Linus Torvalds 已提交
899
S:	Maintained
900
F:	drivers/platform/x86/asus-laptop.c
L
Linus Torvalds 已提交
901

902
ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
903 904
P:	Dan Williams
M:	dan.j.williams@intel.com
905 906
P:	Maciej Sosnowski
M:	maciej.sosnowski@intel.com
907 908 909
L:	linux-kernel@vger.kernel.org
W:	http://sourceforge.net/projects/xscaleiop
S:	Supported
910 911 912 913 914
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
915

916
ATA OVER ETHERNET (AOE) DRIVER
L
Linus Torvalds 已提交
917 918 919 920
P:	Ed L. Cashin
M:	ecashin@coraid.com
W:	http://www.coraid.com/support/linux
S:	Supported
921 922
F:	Documentation/aoe/
F:	drivers/block/aoe/
L
Linus Torvalds 已提交
923

924 925 926 927 928 929
ATHEROS ATH5K WIRELESS DRIVER
P:	Jiri Slaby
M:	jirislaby@gmail.com
P:	Nick Kossifidis
M:	mickflemm@gmail.com
P:	Luis R. Rodriguez
930
M:	lrodriguez@atheros.com
931 932
P:	Bob Copeland
M:	me@bobcopeland.com
933 934 935
L:	linux-wireless@vger.kernel.org
L:	ath5k-devel@lists.ath5k.org
S:	Maintained
936
F:	drivers/net/wireless/ath5k/
937

938 939 940 941 942 943 944 945
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
946
F:	drivers/net/wireless/ath9k/
947

948 949 950 951 952 953 954 955
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/

956 957 958 959
ATI_REMOTE2 DRIVER
P:	Ville Syrjala
M:	syrjala@sci.fi
S:	Maintained
960
F:	drivers/input/misc/ati_remote2.c
961

962
ATLX ETHERNET DRIVERS
963 964 965 966
P:	Jay Cliburn
M:	jcliburn@gmail.com
P:	Chris Snook
M:	csnook@redhat.com
967 968
P:	Jie Yang
M:	jie.yang@atheros.com
969 970 971 972
L:	atl1-devel@lists.sourceforge.net
W:	http://sourceforge.net/projects/atl1
W:	http://atl1.sourceforge.net
S:	Maintained
973
F:	drivers/net/atlx/
974

L
Linus Torvalds 已提交
975 976 977
ATM
P:	Chas Williams
M:	chas@cmf.nrl.navy.mil
978
L:	linux-atm-general@lists.sourceforge.net (subscribers-only)
979
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
980 981
W:	http://linux-atm.sourceforge.net
S:	Maintained
982 983
F:	drivers/atm/
F:	include/linux/atm*
L
Linus Torvalds 已提交
984

985
ATMEL AT91 MCI DRIVER
986
P:	Nicolas Ferre
987
M:	nicolas.ferre@atmel.com
988 989 990 991
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
992
F:	drivers/mmc/host/at91_mci.c
993

994 995 996 997 998
ATMEL AT91 / AT32 SERIAL DRIVER
P:	Haavard Skinnemoen
M:	hskinnemoen@atmel.com
L:	linux-kernel@vger.kernel.org
S:	Supported
999
F:	drivers/serial/atmel_serial.c
1000

1001 1002 1003
ATMEL LCDFB DRIVER
P:	Nicolas Ferre
M:	nicolas.ferre@atmel.com
1004
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1005
S:	Maintained
1006 1007
F:	drivers/video/atmel_lcdfb.c
F:	include/video/atmel_lcdc.h
1008

1009 1010 1011 1012
ATMEL MACB ETHERNET DRIVER
P:	Haavard Skinnemoen
M:	hskinnemoen@atmel.com
S:	Supported
1013
F:	drivers/net/macb.*
1014

1015 1016 1017 1018
ATMEL SPI DRIVER
P:	Haavard Skinnemoen
M:	hskinnemoen@atmel.com
S:	Supported
1019
F:	drivers/spi/atmel_spi.*
1020

1021 1022 1023 1024 1025 1026
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
1027
F:	drivers/usb/gadget/atmel_usba_udc.*
1028

L
Linus Torvalds 已提交
1029 1030 1031
ATMEL WIRELESS DRIVER
P:	Simon Kelley
M:	simon@thekelleys.org.uk
1032
L:	linux-wireless@vger.kernel.org
L
Linus Torvalds 已提交
1033 1034 1035
W:	http://www.thekelleys.org.uk/atmel
W:	http://atmelwlandriver.sourceforge.net/
S:	Maintained
1036
F:	drivers/net/wireless/atmel*
L
Linus Torvalds 已提交
1037

1038
AUDIT SUBSYSTEM
E
Eric Paris 已提交
1039 1040 1041 1042
P:	Al Viro
M:	viro@zeniv.linux.org.uk
P:	Eric Paris
M:	eparis@redhat.com
1043
L:	linux-audit@redhat.com (subscribers-only)
1044
W:	http://people.redhat.com/sgrubb/audit/
1045
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1046
S:	Maintained
1047 1048
F:	include/linux/audit.h
F:	kernel/audit*
1049

1050 1051
AUXILIARY DISPLAY DRIVERS
P:	Miguel Ojeda Sandonis
M
Miguel Ojeda 已提交
1052
M:	miguel.ojeda.sandonis@gmail.com
1053
L:	linux-kernel@vger.kernel.org
M
Miguel Ojeda 已提交
1054 1055
W:	http://miguelojeda.es/auxdisplay.htm
W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1056
S:	Maintained
1057 1058
F:	drivers/auxdisplay/
F:	include/linux/cfag12864b.h
1059

1060 1061 1062 1063 1064 1065 1066
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
1067
F:	arch/avr32/
1068 1069 1070 1071 1072

AVR32/AT32AP MACHINE SUPPORT
P:	Haavard Skinnemoen
M:	hskinnemoen@atmel.com
S:	Supported
1073
F:	arch/avr32/mach-at32ap/
1074

L
Linus Torvalds 已提交
1075 1076 1077 1078
AX.25 NETWORK LAYER
P:	Ralf Baechle
M:	ralf@linux-mips.org
L:	linux-hams@vger.kernel.org
1079
W:	http://www.linux-ax25.org/
L
Linus Torvalds 已提交
1080
S:	Maintained
1081 1082 1083
F:	include/linux/ax25.h
F:	include/net/ax25.h
F:	net/ax25/
L
Linus Torvalds 已提交
1084

R
Randy Dunlap 已提交
1085 1086 1087 1088 1089 1090 1091 1092
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
1093
F:	drivers/net/wireless/b43/
R
Randy Dunlap 已提交
1094 1095 1096 1097 1098 1099 1100 1101 1102

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

1105 1106 1107 1108
BACKLIGHT CLASS/SUBSYSTEM
P:	Richard Purdie
M:	rpurdie@rpsys.net
S:	Maintained
1109 1110
F:	drivers/video/backlight/
F:	include/linux/backlight.h
1111

R
Randy Dunlap 已提交
1112 1113 1114 1115 1116 1117
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
1118
F:	drivers/net/hamradio/baycom*
R
Randy Dunlap 已提交
1119 1120 1121 1122 1123 1124

BEFS FILE SYSTEM
P:	Sergey S. Kostyliov
M:	rathamahata@php4.ru
L:	linux-kernel@vger.kernel.org
S:	Maintained
1125 1126
F:	Documentation/filesystems/befs.txt
F:	fs/befs/
R
Randy Dunlap 已提交
1127 1128 1129 1130 1131 1132

BFS FILE SYSTEM
P:	Tigran A. Aivazian
M:	tigran@aivazian.fsnet.co.uk
L:	linux-kernel@vger.kernel.org
S:	Maintained
1133 1134 1135
F:	Documentation/filesystems/bfs.txt
F:	fs/bfs/
F:	include/linux/bfs_fs.h
R
Randy Dunlap 已提交
1136

B
Bryan Wu 已提交
1137
BLACKFIN ARCHITECTURE
1138 1139
P:	Mike Frysinger
M:	vapier@gentoo.org
1140
L:	uclinux-dist-devel@blackfin.uclinux.org
1141 1142
W:	http://blackfin.uclinux.org
S:	Supported
1143
F:	arch/blackfin/
1144

1145
BLACKFIN EMAC DRIVER
1146 1147
P:	Michael Hennerich
M:	michael.hennerich@analog.com
1148
L:	uclinux-dist-devel@blackfin.uclinux.org
1149 1150
W:	http://blackfin.uclinux.org
S:	Supported
1151
F:	drivers/net/bfin_mac.*
1152

1153 1154 1155
BLACKFIN RTC DRIVER
P:	Mike Frysinger
M:	vapier.adi@gmail.com
1156
L:	uclinux-dist-devel@blackfin.uclinux.org
1157 1158
W:	http://blackfin.uclinux.org
S:	Supported
1159
F:	drivers/rtc/rtc-bfin.c
B
Bryan Wu 已提交
1160 1161

BLACKFIN SERIAL DRIVER
1162 1163
P:	Sonic Zhang
M:	sonic.zhang@analog.com
1164
L:	uclinux-dist-devel@blackfin.uclinux.org
1165 1166
W:	http://blackfin.uclinux.org
S:	Supported
1167
F:	drivers/serial/bfin_5xx.c
B
Bryan Wu 已提交
1168

1169 1170 1171
BLACKFIN WATCHDOG DRIVER
P:	Mike Frysinger
M:	vapier.adi@gmail.com
1172
L:	uclinux-dist-devel@blackfin.uclinux.org
1173 1174
W:	http://blackfin.uclinux.org
S:	Supported
1175
F:	drivers/watchdog/bfin_wdt.c
1176

1177 1178 1179
BLACKFIN I2C TWI DRIVER
P:	Sonic Zhang
M:	sonic.zhang@analog.com
1180
L:	uclinux-dist-devel@blackfin.uclinux.org
1181 1182
W:	http://blackfin.uclinux.org/
S:	Supported
1183
F:	drivers/i2c/busses/i2c-bfin-twi.c
1184

L
Linus Torvalds 已提交
1185 1186
BLOCK LAYER
P:	Jens Axboe
1187
M:	axboe@kernel.dk
L
Linus Torvalds 已提交
1188
L:	linux-kernel@vger.kernel.org
1189
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
L
Linus Torvalds 已提交
1190
S:	Maintained
1191
F:	block/
L
Linus Torvalds 已提交
1192

1193 1194 1195 1196 1197
BLOCK2MTD DRIVER
P:	Joern Engel
M:	joern@lazybastard.org
L:	linux-mtd@lists.infradead.org
S:	Maintained
1198
F:	drivers/mtd/devices/block2mtd.c
1199

1200
BLUETOOTH DRIVERS
L
Linus Torvalds 已提交
1201 1202
P:	Marcel Holtmann
M:	marcel@holtmann.org
1203
L:	linux-bluetooth@vger.kernel.org
1204
W:	http://www.bluez.org/
L
Linus Torvalds 已提交
1205
S:	Maintained
1206
F:	drivers/bluetooth/
L
Linus Torvalds 已提交
1207

1208
BLUETOOTH SUBSYSTEM
L
Linus Torvalds 已提交
1209 1210
P:	Marcel Holtmann
M:	marcel@holtmann.org
1211 1212
L:	linux-bluetooth@vger.kernel.org
W:	http://www.bluez.org/
1213
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
L
Linus Torvalds 已提交
1214
S:	Maintained
1215 1216
F:	net/bluetooth/
F:	include/net/bluetooth/
L
Linus Torvalds 已提交
1217 1218

BONDING DRIVER
J
Jim Cromie 已提交
1219 1220 1221 1222 1223
P:	Jay Vosburgh
M:	fubar@us.ibm.com
L:	bonding-devel@lists.sourceforge.net
W:	http://sourceforge.net/projects/bonding/
S:	Supported
1224 1225
F:	drivers/net/bonding/
F:	include/linux/if_bonding.h
L
Linus Torvalds 已提交
1226

1227 1228 1229 1230 1231
BROADCOM B44 10/100 ETHERNET DRIVER
P:	Gary Zambrano
M:	zambrano@broadcom.com
L:	netdev@vger.kernel.org
S:	Supported
1232
F:	drivers/net/b44.*
1233

1234 1235 1236 1237 1238
BROADCOM BNX2 GIGABIT ETHERNET DRIVER
P:	Michael Chan
M:	mchan@broadcom.com
L:	netdev@vger.kernel.org
S:	Supported
1239 1240
F:	drivers/net/bnx2.*
F:	drivers/net/bnx2_*
1241

1242
BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1243 1244
P:	Eilon Greenstein
M:	eilong@broadcom.com
1245 1246
L:	netdev@vger.kernel.org
S:	Supported
1247
F:	drivers/net/bnx2x*
1248

1249
BROADCOM TG3 GIGABIT ETHERNET DRIVER
1250 1251
P:	Matt Carlson
M:	mcarlson@broadcom.com
1252 1253 1254 1255
P:	Michael Chan
M:	mchan@broadcom.com
L:	netdev@vger.kernel.org
S:	Supported
1256
F:	drivers/net/tg3.*
1257

1258 1259 1260 1261 1262
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
1263 1264
F:	block/bsg.c
F:	include/linux/bsg.h
1265

1266 1267 1268 1269 1270
BT8XXGPIO DRIVER
P:	Michael Buesch
M:	mb@bu3sch.de
W:	http://bu3sch.de/btgpio.php
S:	Maintained
1271
F:	drivers/gpio/bt8xxgpio.c
1272

J
Joe Perches 已提交
1273 1274 1275 1276 1277
BTRFS FILE SYSTEM
P:	Chris Mason
M:	chris.mason@oracle.com
L:	linux-btrfs@vger.kernel.org
W:	http://btrfs.wiki.kernel.org/
1278
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
J
Joe Perches 已提交
1279
S:	Maintained
1280 1281
F:	Documentation/filesystems/btrfs.txt
F:	fs/btrfs/
J
Joe Perches 已提交
1282

L
Linus Torvalds 已提交
1283
BTTV VIDEO4LINUX DRIVER
1284
P:	Mauro Carvalho Chehab
1285
M:	mchehab@infradead.org
1286
L:	linux-media@vger.kernel.org
1287
W:	http://linuxtv.org
1288
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1289
S:	Maintained
1290 1291
F:	Documentation/video4linux/bttv/
F:	drivers/media/video/bt8xx/bttv*
L
Linus Torvalds 已提交
1292

1293 1294 1295 1296 1297 1298 1299 1300
CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
P:	David Howells
M:	dhowells@redhat.com
L:	linux-cachefs@redhat.com
S:	Supported
F:	Documentation/filesystems/caching/cachefiles.txt
F:	fs/cachefiles/

1301
CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1302
P:	Jonathan Corbet
1303
M:	corbet@lwn.net
1304
L:	linux-media@vger.kernel.org
1305
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1306
S:	Maintained
1307 1308
F:	Documentation/video4linux/cafe_ccic
F:	drivers/media/video/cafe_ccic*
1309

1310 1311 1312 1313
CALGARY x86-64 IOMMU
P:	Muli Ben-Yehuda
M:	muli@il.ibm.com
P:	Jon D. Mason
1314
M:	jdmason@kudzu.us
1315 1316 1317
L:	linux-kernel@vger.kernel.org
L:	discuss@x86-64.org
S:	Maintained
1318 1319 1320 1321
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
1322

R
Randy Dunlap 已提交
1323 1324 1325 1326 1327 1328 1329 1330
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
1331 1332 1333
F:	drivers/net/can/
F:	include/linux/can/
F:	include/linux/can.h
R
Randy Dunlap 已提交
1334

1335 1336 1337 1338 1339 1340 1341
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
1342 1343 1344 1345
F:	arch/powerpc/include/asm/cell*.h
F:	arch/powerpc/include/asm/spu*.h
F:	arch/powerpc/oprofile/*cell*
F:	arch/powerpc/platforms/cell/
1346

1347 1348 1349 1350 1351
CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
P:	David Vrabel
M:	david.vrabel@csr.com
L:	linux-usb@vger.kernel.org
S:	Supported
1352 1353 1354 1355
F:	Documentation/usb/WUSB-Design-overview.txt
F:	Documentation/usb/wusb-cbaf
F:	drivers/usb/wusbcore/
F:	include/linux/usb/wusb*
1356

1357 1358
CFAG12864B LCD DRIVER
P:	Miguel Ojeda Sandonis
M
Miguel Ojeda 已提交
1359
M:	miguel.ojeda.sandonis@gmail.com
1360
L:	linux-kernel@vger.kernel.org
M
Miguel Ojeda 已提交
1361 1362
W:	http://miguelojeda.es/auxdisplay.htm
W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1363
S:	Maintained
1364 1365
F:	drivers/auxdisplay/cfag12864b.c
F:	include/linux/cfag12864b.h
1366 1367 1368

CFAG12864BFB LCD FRAMEBUFFER DRIVER
P:	Miguel Ojeda Sandonis
M
Miguel Ojeda 已提交
1369
M:	miguel.ojeda.sandonis@gmail.com
1370
L:	linux-kernel@vger.kernel.org
M
Miguel Ojeda 已提交
1371 1372
W:	http://miguelojeda.es/auxdisplay.htm
W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1373
S:	Maintained
1374 1375
F:	drivers/auxdisplay/cfag12864bfb.c
F:	include/linux/cfag12864b.h
1376

1377 1378 1379 1380 1381
CFG80211 and NL80211
P:	Johannes Berg
M:	johannes@sipsolutions.net
L:	linux-wireless@vger.kernel.org
S:	Maintained
1382 1383 1384 1385
F:	include/linux/nl80211.h
F:	include/net/cfg80211.h
F:	net/wireless/*
X:	net/wireless/wext*
1386

1387 1388
CHECKPATCH
P:	Andy Whitcroft
1389 1390
M:	apw@canonical.com
L:	linux-kernel@vger.kernel.org
1391
S:	Supported
1392
F:	scripts/checkpatch.pl
1393

R
Randy Dunlap 已提交
1394 1395 1396 1397 1398
CISCO 10G ETHERNET DRIVER
P:	Scott Feldman
M:	scofeldm@cisco.com
P:	Joe Eykholt
M:	jeykholt@cisco.com
1399
S:	Supported
1400
F:	drivers/net/enic/
1401

1402 1403 1404 1405 1406
CIRRUS LOGIC EP93XX ETHERNET DRIVER
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	netdev@vger.kernel.org
S:	Maintained
1407
F:	drivers/net/arm/ep93xx_eth.c
1408 1409 1410 1411

CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
1412
L:	linux-usb@vger.kernel.org
1413
S:	Maintained
1414
F:	drivers/usb/host/ohci-ep93xx.c
1415

1416 1417 1418 1419 1420
CIRRUS LOGIC CS4270 SOUND DRIVER
P:	Timur Tabi
M:	timur@freescale.com
L:	alsa-devel@alsa-project.org
S:	Supported
1421
F:	sound/soc/codecs/cs4270*
1422

L
Linus Torvalds 已提交
1423 1424 1425 1426 1427 1428
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
1429 1430
F:	Documentation/input/cs461x.txt
F:	sound/pci/cs46xx/
L
Linus Torvalds 已提交
1431

R
Russell King 已提交
1432 1433 1434 1435 1436
CLK API
P:	Russell King
M:	linux@arm.linux.org.uk
F:	include/linux/clk.h

1437 1438 1439 1440 1441 1442 1443 1444
CISCO FCOE HBA DRIVER
P:	Abhijeet Joglekar
M:	abjoglek@cisco.com
P:	Joe Eykholt
M:	jeykholt@cisco.com
L:	linux-scsi@vger.kernel.org
S:	Supported

L
Linus Torvalds 已提交
1445 1446 1447 1448 1449 1450 1451
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
1452 1453 1454
F:	Documentation/filesystems/coda.txt
F:	fs/coda/
F:	include/linux/coda*.h
L
Linus Torvalds 已提交
1455

R
Randy Dunlap 已提交
1456 1457 1458 1459 1460 1461
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/
1462
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
R
Randy Dunlap 已提交
1463
S:	Supported
1464 1465
F:	Documentation/filesystems/cifs.txt
F:	fs/cifs/
R
Randy Dunlap 已提交
1466

L
Linus Torvalds 已提交
1467 1468 1469 1470
COMPACTPCI HOTPLUG CORE
P:	Scott Murray
M:	scottm@somanetworks.com
M:	scott@spiteful.org
1471
L:	linux-pci@vger.kernel.org
L
Linus Torvalds 已提交
1472
S:	Supported
1473
F:	drivers/pci/hotplug/cpci_hotplug*
L
Linus Torvalds 已提交
1474 1475 1476 1477 1478

COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
P:	Scott Murray
M:	scottm@somanetworks.com
M:	scott@spiteful.org
1479
L:	linux-pci@vger.kernel.org
L
Linus Torvalds 已提交
1480
S:	Supported
1481
F:	drivers/pci/hotplug/cpcihp_zt5550.*
L
Linus Torvalds 已提交
1482 1483 1484 1485 1486

COMPACTPCI HOTPLUG GENERIC DRIVER
P:	Scott Murray
M:	scottm@somanetworks.com
M:	scott@spiteful.org
1487
L:	linux-pci@vger.kernel.org
L
Linus Torvalds 已提交
1488
S:	Supported
1489
F:	drivers/pci/hotplug/cpcihp_generic.c
L
Linus Torvalds 已提交
1490

1491 1492 1493 1494
COMPAL LAPTOP SUPPORT
P:	Cezary Jackiewicz
M:	cezary.jackiewicz@gmail.com
S:	Maintained
1495
F:	drivers/platform/x86/compal-laptop.c
1496

L
Linus Torvalds 已提交
1497 1498
COMPUTONE INTELLIPORT MULTIPORT CARD
P:	Michael H. Warfield
1499
M:	mhw@wittsend.com
L
Linus Torvalds 已提交
1500
W:	http://www.wittsend.com/computone.html
1501
S:	Maintained
1502 1503
F:	Documentation/serial/computone.txt
F:	drivers/char/ip2/
L
Linus Torvalds 已提交
1504

S
Simon Arlott 已提交
1505 1506 1507
CONEXANT ACCESSRUNNER USB DRIVER
P:	Simon Arlott
M:	cxacru@fire.lp0.eu
1508 1509
L:	accessrunner-general@lists.sourceforge.net
W:	http://accessrunner.sourceforge.net/
S
Simon Arlott 已提交
1510
S:	Maintained
1511
F:	drivers/usb/atm/cxacru.c
S
Simon Arlott 已提交
1512

R
Randy Dunlap 已提交
1513 1514 1515 1516 1517
CONFIGFS
P:	Joel Becker
M:	joel.becker@oracle.com
L:	linux-kernel@vger.kernel.org
S:	Supported
1518 1519
F:	fs/configfs/
F:	include/linux/configfs.h
R
Randy Dunlap 已提交
1520

1521 1522 1523
CONTROL GROUPS (CGROUPS)
P:	Paul Menage
M:	menage@google.com
1524 1525
P:	Li Zefan
M:	lizf@cn.fujitsu.com
1526 1527
L:	containers@lists.linux-foundation.org
S:	Maintained
1528 1529
F:	include/linux/cgroup*
F:	kernel/cgroup*
1530

R
Rudolf Marek 已提交
1531 1532 1533 1534 1535
CORETEMP HARDWARE MONITORING DRIVER
P:	Rudolf Marek
M:	r.marek@assembler.cz
L:	lm-sensors@lm-sensors.org
S:	Maintained
1536 1537
F:	Documentation/hwmon/coretemp
F:	drivers/hwmon/coretemp.c
R
Rudolf Marek 已提交
1538

L
Linus Torvalds 已提交
1539 1540 1541 1542 1543
COSA/SRP SYNC SERIAL DRIVER
P:	Jan "Yenya" Kasprzak
M:	kas@fi.muni.cz
W:	http://www.fi.muni.cz/~kas/cosa/
S:	Maintained
1544
F:	drivers/net/wan/cosa*
L
Linus Torvalds 已提交
1545

1546 1547 1548 1549 1550 1551 1552
CPMAC ETHERNET DRIVER
P:	Florian Fainelli
M:	florian@openwrt.org
L:	netdev@vger.kernel.org
S:	Maintained
F:	drivers/net/cpmac.c

L
Linus Torvalds 已提交
1553 1554
CPU FREQUENCY DRIVERS
P:	Dave Jones
D
Dave Jones 已提交
1555
M:	davej@redhat.com
1556
L:	cpufreq@vger.kernel.org
L
Linus Torvalds 已提交
1557
W:	http://www.codemonkey.org.uk/projects/cpufreq/
1558
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
L
Linus Torvalds 已提交
1559
S:	Maintained
1560 1561 1562
F:	arch/x86/kernel/cpu/cpufreq/
F:	drivers/cpufreq/
F:	include/linux/cpufreq.h
L
Linus Torvalds 已提交
1563 1564 1565 1566 1567

CPUID/MSR DRIVER
P:	H. Peter Anvin
M:	hpa@zytor.com
S:	Maintained
1568 1569
F:	arch/x86/kernel/cpuid.c
F:	arch/x86/kernel/msr.c
L
Linus Torvalds 已提交
1570

P
Paul Jackson 已提交
1571
CPUSETS
1572 1573
P:	Paul Menage
M:	menage@google.com
P
Paul Jackson 已提交
1574 1575
L:	linux-kernel@vger.kernel.org
W:	http://www.bullopensource.org/cpuset/
1576
W:	http://oss.sgi.com/projects/cpusets/
P
Paul Jackson 已提交
1577
S:	Supported
1578 1579 1580
F:	Documentation/cgroups/cpusets.txt
F:	include/linux/cpuset.h
F:	kernel/cpuset.c
P
Paul Jackson 已提交
1581

L
Linus Torvalds 已提交
1582
CRAMFS FILESYSTEM
J
Jim Cromie 已提交
1583 1584
W:	http://sourceforge.net/projects/cramfs/
S:	Orphan
1585 1586
F:	Documentation/filesystems/cramfs.txt
F:	fs/cramfs/
L
Linus Torvalds 已提交
1587 1588 1589 1590

CRIS PORT
P:	Mikael Starvik
M:	starvik@axis.com
1591 1592
P:	Jesper Nilsson
M:	jesper.nilsson@axis.com
L
Linus Torvalds 已提交
1593 1594 1595
L:	dev-etrax@axis.com
W:	http://developer.axis.com
S:	Maintained
1596
F:	arch/cris/
L
Linus Torvalds 已提交
1597 1598 1599 1600 1601 1602 1603

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
1604
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
L
Linus Torvalds 已提交
1605
S:	Maintained
1606 1607 1608 1609 1610
F:	Documentation/crypto/
F:	arch/*/crypto/
F:	crypto/
F:	drivers/crypto/
F:	include/crypto/
L
Linus Torvalds 已提交
1611

1612 1613 1614 1615 1616 1617
CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
P:	Neil Horman
M:	nhorman@tuxdriver.com
L:	linux-crypto@vger.kernel.org
S:	Maintained

1618 1619 1620 1621
CS5535 Audio ALSA driver
P:	Jaya Kumar
M:	jayakumar.alsa@gmail.com
S:	Maintained
1622
F:	sound/pci/cs5535audio/
1623

1624
CX18 VIDEO4LINUX DRIVER
1625 1626 1627 1628
P:	Hans Verkuil
M:	hverkuil@xs4all.nl
P:	Andy Walls
M:	awalls@radix.net
1629 1630
L:	ivtv-devel@ivtvdriver.org
L:	ivtv-users@ivtvdriver.org
1631
L:	linux-media@vger.kernel.org
1632
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1633 1634
W:	http://linuxtv.org
S:	Maintained
1635 1636
F:	Documentation/video4linux/cx18.txt
F:	drivers/media/video/cx18/
1637

1638 1639 1640 1641 1642 1643
CXGB3 ETHERNET DRIVER (CXGB3)
P:	Divy Le Ray
M:	divy@chelsio.com
L:	netdev@vger.kernel.org
W:	http://www.chelsio.com
S:	Supported
1644
F:	drivers/net/cxgb3/
1645 1646 1647 1648 1649 1650 1651

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
1652
F:	drivers/infiniband/hw/cxgb3/
1653

L
Linus Torvalds 已提交
1654 1655
CYBERPRO FB DRIVER
P:	Russell King
R
Russell King 已提交
1656 1657
M:	linux@arm.linux.org.uk
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
L
Linus Torvalds 已提交
1658 1659
W:	http://www.arm.linux.org.uk/
S:	Maintained
1660
F:	drivers/video/cyber2000fb.*
1661

L
Linus Torvalds 已提交
1662 1663
CYCLADES 2X SYNC CARD DRIVER
P:	Arnaldo Carvalho de Melo
1664 1665
M:	acme@ghostprotocols.net
W:	http://oops.ghostprotocols.net:81/blog
L
Linus Torvalds 已提交
1666
S:	Maintained
1667
F:	drivers/net/wan/cycx*
L
Linus Torvalds 已提交
1668 1669 1670

CYCLADES ASYNC MUX DRIVER
W:	http://www.cyclades.com/
1671
S:	Orphan
1672 1673
F:	drivers/char/cyclades.c
F:	include/linux/cyclades.h
L
Linus Torvalds 已提交
1674 1675 1676

CYCLADES PC300 DRIVER
W:	http://www.cyclades.com/
1677
S:	Orphan
1678
F:	drivers/net/wan/pc300*
L
Linus Torvalds 已提交
1679 1680 1681 1682 1683 1684 1685 1686

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
1687 1688 1689 1690 1691 1692 1693
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 已提交
1694

R
Randy Dunlap 已提交
1695 1696 1697 1698 1699
DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
P:	Tobias Ringstrom
M:	tori@unhappy.mine.nu
L:	netdev@vger.kernel.org
S:	Maintained
1700 1701
F:	Documentation/networking/dmfe.txt
F:	drivers/net/tulip/dmfe.c
R
Randy Dunlap 已提交
1702 1703 1704 1705 1706 1707 1708 1709

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

L
Linus Torvalds 已提交
1712 1713 1714 1715 1716 1717 1718 1719
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/
1720
L:	dc395x@twibble.org
L
Linus Torvalds 已提交
1721 1722
L:	http://lists.twibble.org/mailman/listinfo/dc395x/
S:	Maintained
1723 1724
F:	Documentation/scsi/dc395x.txt
F:	drivers/scsi/dc395x.*
L
Linus Torvalds 已提交
1725

1726 1727
DCCP PROTOCOL
P:	Arnaldo Carvalho de Melo
1728
M:	acme@ghostprotocols.net
1729
L:	dccp@vger.kernel.org
1730
W:	http://linux-net.osdl.org/index.php/DCCP
1731
S:	Maintained
1732 1733 1734
F:	include/linux/dccp.h
F:	include/linux/tfrc.h
F:	net/dccp/
1735

L
Linus Torvalds 已提交
1736
DECnet NETWORK LAYER
1737 1738
P:	Christine Caulfield
M:	christine.caulfield@googlemail.com
L
Linus Torvalds 已提交
1739 1740 1741
W:	http://linux-decnet.sourceforge.net
L:	linux-decnet-user@lists.sourceforge.net
S:	Maintained
1742 1743
F:	Documentation/networking/decnet.txt
F:	net/decnet/
L
Linus Torvalds 已提交
1744 1745 1746 1747 1748

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

1751 1752 1753 1754
DELL LAPTOP DRIVER
P:	Matthew Garrett
M:	mjg59@srcf.ucam.org
S:	Maintained
1755
F:	drivers/platform/x86/dell-laptop.c
1756

L
Linus Torvalds 已提交
1757 1758 1759 1760 1761
DELL LAPTOP SMM DRIVER
P:	Massimo Dal Zotto
M:	dz@debian.org
W:	http://www.debian.org/~dz/i8k/
S:	Maintained
1762 1763
F:	drivers/char/i8k.c
F:	include/linux/i8k.h
L
Linus Torvalds 已提交
1764

1765 1766 1767 1768
DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
P:	Doug Warzecha
M:	Douglas_Warzecha@dell.com
S:	Maintained
1769 1770
F:	Documentation/dcdbas.txt
F:	drivers/firmware/dcdbas.*
1771

1772 1773 1774 1775 1776
DELL WMI EXTRAS DRIVER
P:	Matthew Garrett
M:	mjg59@srcf.ucam.org
S:	Maintained

L
Linus Torvalds 已提交
1777 1778 1779 1780 1781 1782 1783
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 已提交
1784 1785 1786 1787 1788
DEVICE-MAPPER  (LVM)
P:	Alasdair Kergon
L:	dm-devel@redhat.com
W:	http://sources.redhat.com/dm
S:	Maintained
1789 1790 1791 1792
F:	Documentation/device-mapper/
F:	drivers/md/dm*
F:	include/linux/device-mapper.h
F:	include/linux/dm-*.h
R
Randy Dunlap 已提交
1793

L
Linus Torvalds 已提交
1794 1795 1796 1797 1798
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 已提交
1799
S:	Orphan
1800 1801 1802
F:	Documentation/serial/digiepca.txt
F:	drivers/char/epca*
F:	drivers/char/digi*
L
Linus Torvalds 已提交
1803

1804
DIRECTORY NOTIFICATION (DNOTIFY)
1805 1806
P:	Eric Paris
M:	eparis@parisplace.org
L
Linus Torvalds 已提交
1807
L:	linux-kernel@vger.kernel.org
1808
S:	Maintained
1809 1810 1811
F:	Documentation/filesystems/dnotify.txt
F:	fs/notify/dnotify/
F:	include/linux/dnotify.h
L
Linus Torvalds 已提交
1812 1813 1814 1815 1816 1817 1818 1819 1820

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

1821
DISKQUOTA
L
Linus Torvalds 已提交
1822 1823 1824 1825
P:	Jan Kara
M:	jack@suse.cz
L:	linux-kernel@vger.kernel.org
S:	Maintained
1826 1827 1828
F:	Documentation/filesystems/quota.txt
F:	fs/quota/
F:	include/linux/quota*.h
L
Linus Torvalds 已提交
1829

1830
DISTRIBUTED LOCK MANAGER (DLM)
1831 1832
P:	Christine Caulfield
M:	ccaulfie@redhat.com
1833 1834
P:	David Teigland
M:	teigland@redhat.com
1835
L:	cluster-devel@redhat.com
1836
W:	http://sources.redhat.com/cluster/
1837
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1838
S:	Supported
1839
F:	fs/dlm/
1840

1841
DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1842 1843
P:	Maciej Sosnowski
M:	maciej.sosnowski@intel.com
1844 1845
P:	Dan Williams
M:	dan.j.williams@intel.com
1846
L:	linux-kernel@vger.kernel.org
1847
S:	Supported
1848 1849
F:	drivers/dma/
F:	include/linux/dma*
1850

1851 1852 1853 1854 1855
DME1737 HARDWARE MONITOR DRIVER
P:	Juerg Haefliger
M:	juergh@gmail.com
L:	lm-sensors@lm-sensors.org
S:	Maintained
1856 1857
F:	Documentation/hwmon/dme1737
F:	drivers/hwmon/dme1737.c
1858

1859
DOCBOOK FOR DOCUMENTATION
1860 1861
P:	Randy Dunlap
M:	rdunlap@xenotime.net
1862 1863
S:	Maintained

1864
DOCKING STATION DRIVER
1865 1866
P:	Shaohua Li
M:	shaohua.li@intel.com
1867
L:	linux-acpi@vger.kernel.org
L
Len Brown 已提交
1868
S:	Supported
1869
F:	drivers/acpi/dock.c
1870

1871
DOCUMENTATION
1872 1873 1874 1875
P:	Randy Dunlap
M:	rdunlap@xenotime.net
L:	linux-doc@vger.kernel.org
S:	Maintained
1876
F:	Documentation/
R
Randy Dunlap 已提交
1877

L
Linus Torvalds 已提交
1878 1879 1880 1881 1882
DOUBLETALK DRIVER
P:	James R. Van Zandt
M:	jrv@vanzandt.mv.com
L:	blinux-list@redhat.com
S:	Maintained
1883 1884
F:	drivers/char/dtlk.c
F:	include/linux/dtlk.h
L
Linus Torvalds 已提交
1885

R
Randy Dunlap 已提交
1886 1887 1888 1889 1890 1891
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
1892 1893
F:	drivers/scsi/dpt*
F:	drivers/scsi/dpt/
R
Randy Dunlap 已提交
1894

L
Linus Torvalds 已提交
1895 1896 1897 1898
DRIVER CORE, KOBJECTS, AND SYSFS
P:	Greg Kroah-Hartman
M:	gregkh@suse.de
L:	linux-kernel@vger.kernel.org
1899
T:	quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
L
Linus Torvalds 已提交
1900
S:	Supported
1901
F:	Documentation/kobject.txt
1902
F:	drivers/base/
1903 1904 1905
F:	fs/sysfs/
F:	include/linux/kobj*
F:	lib/kobj*
L
Linus Torvalds 已提交
1906 1907 1908 1909 1910

DRM DRIVERS
P:	David Airlie
M:	airlied@linux.ie
L:	dri-devel@lists.sourceforge.net
1911
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
L
Linus Torvalds 已提交
1912
S:	Maintained
1913
F:	drivers/gpu/drm/
L
Linus Torvalds 已提交
1914 1915

DSCC4 DRIVER
1916 1917 1918
P:	Francois Romieu
M:	romieu@fr.zoreil.com
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
1919
S:	Maintained
1920
F:	drivers/net/wan/dscc4.c
L
Linus Torvalds 已提交
1921

1922 1923 1924 1925
DZ DECSTATION DZ11 SERIAL DRIVER
P:	Maciej W. Rozycki
M:	macro@linux-mips.org
S:	Maintained
1926
F:	drivers/serial/dz.*
1927

L
Linus Torvalds 已提交
1928 1929
EATA-DMA SCSI DRIVER
P:	Michael Neuffer
1930 1931 1932
M:	mike@i-Connect.Net
L:	linux-eata@i-connect.net
L:	linux-scsi@vger.kernel.org
L
Linus Torvalds 已提交
1933
S:	Maintained
1934
F:	drivers/scsi/eata*
L
Linus Torvalds 已提交
1935 1936 1937 1938 1939 1940

EATA ISA/EISA/PCI SCSI DRIVER
P:	Dario Ballabio
M:	ballabio_dario@emc.com
L:	linux-scsi@vger.kernel.org
S:	Maintained
1941
F:	drivers/scsi/eata.c
L
Linus Torvalds 已提交
1942 1943 1944 1945

EATA-PIO SCSI DRIVER
P:	Michael Neuffer
M:	mike@i-Connect.Net
1946 1947
L:	linux-eata@i-connect.net
L:	linux-scsi@vger.kernel.org
L
Linus Torvalds 已提交
1948
S:	Maintained
1949
F:	drivers/scsi/eata_pio.*
L
Linus Torvalds 已提交
1950 1951 1952 1953 1954 1955 1956 1957

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

1961
ECRYPT FILE SYSTEM
1962 1963 1964 1965
P:	Tyler Hicks
M:	tyhicks@linux.vnet.ibm.com
M:	Dustin Kirkland
P:	kirkland@canonical.com
1966 1967
L:	ecryptfs-devel@lists.launchpad.net
W:	https://launchpad.net/ecryptfs
1968
S:	Supported
1969 1970
F:	Documentation/filesystems/ecryptfs.txt
F:	fs/ecryptfs/
1971

1972
EDAC-CORE
1973
P:	Doug Thompson
1974
M:	dougthompson@xmission.com
1975
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1976
W:	bluesmoke.sourceforge.net
1977
S:	Supported
1978 1979 1980
F:	Documentation/edac.txt
F:	drivers/edac/edac_*
F:	include/linux/edac.h
1981

1982 1983 1984 1985 1986 1987 1988 1989 1990 1991
EDAC-AMD64
P:	Doug Thompson
M:	dougthompson@xmission.com
P:	Borislav Petkov
M:	borislav.petkov@amd.com
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
W:	bluesmoke.sourceforge.net
S:	Supported
F:	drivers/edac/amd64_edac*

1992
EDAC-E752X
1993 1994
P:	Mark Gross
M:	mark.gross@intel.com
1995
P:	Doug Thompson
1996
M:	dougthompson@xmission.com
1997
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1998 1999
W:	bluesmoke.sourceforge.net
S:	Maintained
2000
F:	drivers/edac/e752x_edac.c
2001 2002

EDAC-E7XXX
2003
P:	Doug Thompson
2004
M:	dougthompson@xmission.com
2005
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2006 2007
W:	bluesmoke.sourceforge.net
S:	Maintained
2008
F:	drivers/edac/e7xxx_edac.c
2009

2010 2011 2012
EDAC-I82443BXGX
P:	Tim Small
M:	tim@buttersideup.com
2013
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2014 2015
W:	bluesmoke.sourceforge.net
S:	Maintained
2016
F:	drivers/edac/i82443bxgx_edac.c
2017 2018 2019 2020

EDAC-I3000
P:	Jason Uhlenkott
M:	juhlenko@akamai.com
2021
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2022 2023
W:	bluesmoke.sourceforge.net
S:	Maintained
2024
F:	drivers/edac/i3000_edac.c
2025 2026 2027

EDAC-I5000
P:	Doug Thompson
2028
M:	dougthompson@xmission.com
2029
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2030 2031
W:	bluesmoke.sourceforge.net
S:	Maintained
2032
F:	drivers/edac/i5000_edac.c
2033

2034 2035 2036
EDAC-I5400
P:	Mauro Carvalho Chehab
M:	mchehab@redhat.com
2037
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2038 2039
W:	bluesmoke.sourceforge.net
S:	Maintained
2040
F:	drivers/edac/i5400_edac.c
2041

2042 2043 2044 2045 2046
EDAC-I82975X
P:	Ranganathan Desikan
P:	Arvind R.
M:	rdesikan@jetzbroadband.com
M:	arvind@acarlab.com
2047
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2048 2049
W:	bluesmoke.sourceforge.net
S:	Maintained
2050
F:	drivers/edac/i82975x_edac.c
2051 2052 2053 2054

EDAC-PASEMI
P:	Egor Martovetsky
M:	egor@pasemi.com
2055
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2056 2057
W:	bluesmoke.sourceforge.net
S:	Maintained
2058
F:	drivers/edac/pasemi_edac.c
2059

2060 2061 2062
EDAC-R82600
P:	Tim Small
M:	tim@buttersideup.com
2063
L:	bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2064 2065
W:	bluesmoke.sourceforge.net
S:	Maintained
2066
F:	drivers/edac/r82600_edac.c
2067

2068 2069 2070 2071 2072 2073
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
2074
F:	drivers/platform/x86/eeepc-laptop.c
2075

2076 2077 2078
EFS FILESYSTEM
W:	http://aeschi.ch.eu.org/efs/
S:	Orphan
2079
F:	fs/efs/
2080

2081
EHCA (IBM GX bus InfiniBand adapter) DRIVER
2082 2083 2084 2085
P:	Hoang-Nam Nguyen
M:	hnguyen@de.ibm.com
P:	Christoph Raisch
M:	raisch@de.ibm.com
2086
L:	general@lists.openfabrics.org
2087
S:	Supported
2088
F:	drivers/infiniband/hw/ehca/
2089

2090 2091 2092
EMBEDDED LINUX
P:	Paul Gortmaker
M:	paul.gortmaker@windriver.com
2093 2094
P:	Matt Mackall
M:	mpm@selenic.com
2095
P:	David Woodhouse
2096 2097 2098 2099
M:	dwmw2@infradead.org
L:	linux-embedded@vger.kernel.org
S:	Maintained

2100
EMULEX LPFC FC SCSI DRIVER
J
Jim Cromie 已提交
2101 2102 2103 2104 2105
P:	James Smart
M:	james.smart@emulex.com
L:	linux-scsi@vger.kernel.org
W:	http://sourceforge.net/projects/lpfcxxxx
S:	Supported
2106
F:	drivers/scsi/lpfc/
2107

L
Linus Torvalds 已提交
2108 2109
EPSON 1355 FRAMEBUFFER DRIVER
P:	Christopher Hoover
2110 2111 2112
M:	ch@murgatroid.com
P:	Christopher Hoover
M:	ch@hpl.hp.com
L
Linus Torvalds 已提交
2113
S:	Maintained
2114
F:	drivers/video/epson1355fb.c
L
Linus Torvalds 已提交
2115

2116 2117 2118 2119
EPSON S1D13XXX FRAMEBUFFER DRIVER
P:	Kristoffer Ericson
M:	kristoffer.ericson@gmail.com
S:	Maintained
2120 2121
F:	drivers/video/s1d13xxxfb.c
F:	include/video/s1d13xxxfb.h
2122

L
Linus Torvalds 已提交
2123 2124 2125
ETHEREXPRESS-16 NETWORK DRIVER
P:	Philip Blundell
M:	philb@gnu.org
2126
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
2127
S:	Maintained
2128
F:	drivers/net/eexpress.*
L
Linus Torvalds 已提交
2129 2130 2131

ETHERNET BRIDGE
P:	Stephen Hemminger
2132
M:	shemminger@linux-foundation.org
2133
L:	bridge@lists.linux-foundation.org
A
Adrian Bunk 已提交
2134
W:	http://www.linux-foundation.org/en/Net:Bridge
L
Linus Torvalds 已提交
2135
S:	Maintained
2136 2137
F:	include/linux/netfilter_bridge/
F:	net/bridge/
L
Linus Torvalds 已提交
2138 2139 2140 2141 2142

ETHERTEAM 16I DRIVER
P:	Mika Kuoppala
M:	miku@iki.fi
S:	Maintained
2143
F:	drivers/net/eth16i.c
L
Linus Torvalds 已提交
2144 2145

EXT2 FILE SYSTEM
2146
L:	linux-ext4@vger.kernel.org
L
Linus Torvalds 已提交
2147
S:	Maintained
2148 2149 2150
F:	Documentation/filesystems/ext2.txt
F:	fs/ext2/
F:	include/linux/ext2*
L
Linus Torvalds 已提交
2151 2152

EXT3 FILE SYSTEM
2153 2154 2155 2156 2157 2158
P:	Stephen Tweedie
M:	sct@redhat.com
P:	Andrew Morton
M:	akpm@linux-foundation.org
P:	Andreas Dilger
M:	adilger@sun.com
2159 2160
L:	linux-ext4@vger.kernel.org
S:	Maintained
2161 2162 2163
F:	Documentation/filesystems/ext3.txt
F:	fs/ext3/
F:	include/linux/ext3*
2164 2165

EXT4 FILE SYSTEM
2166
P:	Theodore Ts'o
2167 2168 2169
M:	tytso@mit.edu
P:	Andreas Dilger
M:	adilger@sun.com
2170
L:	linux-ext4@vger.kernel.org
2171
W:	http://ext4.wiki.kernel.org
L
Linus Torvalds 已提交
2172
S:	Maintained
2173 2174
F:	Documentation/filesystems/ext4.txt
F:	fs/ext4/
L
Linus Torvalds 已提交
2175

2176 2177 2178 2179 2180
F71805F HARDWARE MONITORING DRIVER
P:	Jean Delvare
M:	khali@linux-fr.org
L:	lm-sensors@lm-sensors.org
S:	Maintained
2181 2182
F:	Documentation/hwmon/f71805f
F:	drivers/hwmon/f71805f.c
2183

L
Linus Torvalds 已提交
2184 2185 2186 2187 2188
FARSYNC SYNCHRONOUS DRIVER
P:	Kevin Curtis
M:	kevin.curtis@farsite.co.uk
W:	http://www.farsite.co.uk/
S:	Supported
2189
F:	drivers/net/wan/farsync.*
L
Linus Torvalds 已提交
2190

2191 2192 2193 2194
FAULT INJECTION SUPPORT
P:	Akinobu Mita
M:	akinobu.mita@gmail.com
S:	Supported
2195 2196
F:	Documentation/fault-injection/
F:	lib/fault-inject.c
2197

R
Randy Dunlap 已提交
2198 2199 2200 2201
FILE LOCKING (flock() and fcntl()/lockf())
P:	Matthew Wilcox
M:	matthew@wil.cx
L:	linux-fsdevel@vger.kernel.org
L
Linus Torvalds 已提交
2202
S:	Maintained
2203 2204 2205 2206
F:	include/linux/fcntl.h
F:	include/linux/fs.h
F:	fs/fcntl.c
F:	fs/locks.c
L
Linus Torvalds 已提交
2207

R
Randy Dunlap 已提交
2208 2209 2210 2211
FILESYSTEMS (VFS and infrastructure)
P:	Alexander Viro
M:	viro@zeniv.linux.org.uk
L:	linux-fsdevel@vger.kernel.org
2212
S:	Maintained
2213
F:	fs/*
2214

2215 2216 2217 2218 2219
FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
P:	Riku Voipio
M:	riku.vipio@iki.fi
L:	lm-sensors@lm-sensors.org
S:	Maintained
2220 2221
F:	drivers/hwmon/f75375s.c
F:	include/linux/f75375s.h
2222

2223 2224 2225 2226 2227
FIREWIRE SUBSYSTEM
P:	Kristian Hoegsberg
M:	krh@redhat.com
P:	Stefan Richter
M:	stefanr@s5r6.in-berlin.de
R
Randy Dunlap 已提交
2228 2229
L:	linux1394-devel@lists.sourceforge.net
W:	http://www.linux1394.org/
2230
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
R
Randy Dunlap 已提交
2231
S:	Maintained
2232 2233
F:	drivers/firewire/
F:	include/linux/firewire*.h
R
Randy Dunlap 已提交
2234 2235 2236 2237

FIRMWARE LOADER (request_firmware)
L:	linux-kernel@vger.kernel.org
S:	Orphan
2238 2239 2240
F:	Documentation/firmware_class/
F:	drivers/base/firmware*.c
F:	include/linux/firmware.h
R
Randy Dunlap 已提交
2241 2242 2243

FPU EMULATOR
P:	Bill Metzenthen
2244 2245
M:	billm@melbpc.org.au
W:	http://floatingpoint.sourceforge.net/emulator/index.html
R
Randy Dunlap 已提交
2246
S:	Maintained
2247
F:	arch/x86/math-emu/
R
Randy Dunlap 已提交
2248 2249 2250 2251 2252 2253

FRAME RELAY DLCI/FRAD (Sangoma drivers too)
P:	Mike McLagan
M:	mike.mclagan@linux.org
L:	netdev@vger.kernel.org
S:	Maintained
2254 2255
F:	drivers/net/wan/dlci.c
F:	drivers/net/wan/sdla.c
R
Randy Dunlap 已提交
2256 2257 2258 2259 2260 2261 2262

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
2263 2264 2265
F:	Documentation/fb/
F:	drivers/video/fb*
F:	include/linux/fb.h
R
Randy Dunlap 已提交
2266 2267 2268 2269 2270 2271

FREESCALE DMA DRIVER
P:	Li Yang
M:	leoli@freescale.com
P:	Zhang Wei
M:	zw@zh-kernel.org
2272
L:	linuxppc-dev@ozlabs.org
R
Randy Dunlap 已提交
2273 2274
L:	linux-kernel@vger.kernel.org
S:	Maintained
2275
F:	drivers/dma/fsldma.*
R
Randy Dunlap 已提交
2276 2277 2278 2279 2280

FREESCALE I2C CPM DRIVER
P:	Jochen Friedrich
M:	jochen@scram.de
L:	linuxppc-dev@ozlabs.org
2281
L:	linux-i2c@vger.kernel.org
2282
S:	Maintained
2283
F:	drivers/i2c/busses/i2c-cpm.c
2284

2285 2286 2287 2288 2289 2290
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
2291 2292
F:	arch/arm/plat-mxc/include/mach/imxfb.h
F:	drivers/video/imxfb.c
2293

2294 2295 2296 2297 2298
FREESCALE SOC FS_ENET DRIVER
P:	Pantelis Antoniou
M:	pantelis.antoniou@gmail.com
P:	Vitaly Bordug
M:	vbordug@ru.mvista.com
2299
L:	linuxppc-dev@ozlabs.org
2300 2301
L:	netdev@vger.kernel.org
S:	Maintained
2302 2303
F:	drivers/net/fs_enet/
F:	include/linux/fs_enet_pd.h
2304

2305 2306 2307 2308 2309
FREESCALE QUICC ENGINE LIBRARY
P:	Timur Tabi
M:	timur@freescale.com
L:	linuxppc-dev@ozlabs.org
S:	Supported
2310 2311
F:	arch/powerpc/sysdev/qe_lib/
F:	arch/powerpc/include/asm/*qe.h
2312

2313 2314 2315
FREESCALE HIGHSPEED USB DEVICE DRIVER
P:	Li Yang
M:	leoli@freescale.com
2316
L:	linux-usb@vger.kernel.org
2317
L:	linuxppc-dev@ozlabs.org
2318
S:	Maintained
2319
F:	drivers/usb/gadget/fsl_usb2_udc.c
2320

2321 2322 2323 2324
FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
P:	Li Yang
M:	leoli@freescale.com
L:	netdev@vger.kernel.org
2325
L:	linuxppc-dev@ozlabs.org
2326
S:	Maintained
2327
F:	drivers/net/ucc_geth*
2328

2329 2330 2331 2332 2333
FREESCALE QUICC ENGINE UCC UART DRIVER
P:	Timur Tabi
M:	timur@freescale.com
L:	linuxppc-dev@ozlabs.org
S:	Supported
2334
F:	drivers/serial/ucc_uart.c
2335 2336 2337 2338 2339 2340 2341

FREESCALE SOC SOUND DRIVERS
P:	Timur Tabi
M:	timur@freescale.com
L:	alsa-devel@alsa-project.org
L:	linuxppc-dev@ozlabs.org
S:	Supported
2342 2343
F:	sound/soc/fsl/fsl*
F:	sound/soc/fsl/mpc8610_hpcd.c
2344

L
Linus Torvalds 已提交
2345 2346 2347 2348 2349
FREEVXFS FILESYSTEM
P:	Christoph Hellwig
M:	hch@infradead.org
W:	ftp://ftp.openlinux.org/pub/people/hch/vxfs
S:	Maintained
2350
F:	fs/freevxfs/
L
Linus Torvalds 已提交
2351

2352 2353 2354 2355 2356 2357 2358
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
2359 2360 2361
F:	Documentation/power/freezing-of-tasks.txt
F:	include/linux/freezer.h
F:	kernel/freezer.c
2362

2363 2364 2365 2366 2367 2368 2369 2370 2371
FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
P:	David Howells
M:	dhowells@redhat.com
L:	linux-cachefs@redhat.com
S:	Supported
F:	Documentation/filesystems/caching/
F:	fs/fscache/
F:	include/linux/fscache*.h

S
Steven Rostedt 已提交
2372 2373
FTRACE
P:	Steven Rostedt
2374
M:	rostedt@goodmis.org
S
Steven Rostedt 已提交
2375
S:	Maintained
2376 2377 2378 2379 2380
F:	Documentation/ftrace.txt
F:	arch/*/*/*/ftrace.h
F:	arch/*/kernel/ftrace.c
F:	include/*/ftrace.h
F:	kernel/trace/
S
Steven Rostedt 已提交
2381

2382
FUJITSU FR-V (FRV) PORT
L
Linus Torvalds 已提交
2383 2384 2385
P:	David Howells
M:	dhowells@redhat.com
S:	Maintained
2386
F:	arch/frv/
L
Linus Torvalds 已提交
2387

J
Jonathan Woithe 已提交
2388 2389 2390 2391 2392
FUJITSU LAPTOP EXTRAS
P:	Jonathan Woithe
M:	jwoithe@physics.adelaide.edu.au
L:	linux-acpi@vger.kernel.org
S:	Maintained
2393
F:	drivers/platform/x86/fujitsu-laptop.c
J
Jonathan Woithe 已提交
2394

2395 2396 2397 2398 2399 2400
FUSE: FILESYSTEM IN USERSPACE
P:	Miklos Szeredi
M:	miklos@szeredi.hu
L:	fuse-devel@lists.sourceforge.net
W:	http://fuse.sourceforge.net/
S:	Maintained
2401 2402
F:	fs/fuse/
F:	include/linux/fuse.h
2403

L
Linus Torvalds 已提交
2404 2405 2406 2407
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 已提交
2408
S:	Odd Fixes (e.g., new signatures)
2409
F:	drivers/scsi/fdomain.*
L
Linus Torvalds 已提交
2410 2411 2412 2413 2414 2415 2416

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

2419 2420 2421 2422
GENERIC GPIO I2C DRIVER
P:	Haavard Skinnemoen
M:	hskinnemoen@atmel.com
S:	Supported
2423 2424
F:	drivers/i2c/busses/i2c-gpio.c
F:	include/linux/i2c-gpio.h
2425

2426
GENERIC HDLC (WAN) DRIVERS
L
Linus Torvalds 已提交
2427 2428 2429 2430
P:	Krzysztof Halasa
M:	khc@pm.waw.pl
W:	http://www.kernel.org/pub/linux/utils/net/hdlc/
S:	Maintained
2431 2432 2433 2434 2435 2436 2437
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 已提交
2438

2439 2440 2441
GFS2 FILE SYSTEM
P:	Steven Whitehouse
M:	swhiteho@redhat.com
2442
L:	cluster-devel@redhat.com
2443
W:	http://sources.redhat.com/cluster/
2444 2445
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
2446
S:	Supported
2447 2448 2449
F:	Documentation/filesystems/gfs2*.txt
F:	fs/gfs2/
F:	include/linux/gfs2_ondisk.h
2450

2451 2452 2453 2454 2455 2456 2457 2458
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
2459 2460 2461
F:	Documentation/isdn/README.gigaset
F:	drivers/isdn/gigaset/
F:	include/linux/gigaset_dev.h
2462

R
Randy Dunlap 已提交
2463
HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2464 2465 2466 2467
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 已提交
2468
S:	Maintained
2469
F:	drivers/hwmon/hdaps.c
R
Randy Dunlap 已提交
2470

2471 2472 2473 2474 2475 2476
HYPERVISOR VIRTUAL CONSOLE DRIVER
L:	linuxppc-dev@ozlabs.org
L:	linux-kernel@vger.kernel.org
S:	Odd Fixes
F:	drivers/char/hvc_*

2477 2478 2479
GSPCA FINEPIX SUBDRIVER
P:	Frank Zago
M:	frank@zago.net
2480
L:	linux-media@vger.kernel.org
2481
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2482
S:	Maintained
2483
F:	drivers/media/video/gspca/finepix.c
2484 2485 2486 2487

GSPCA M5602 SUBDRIVER
P:	Erik Andren
M:	erik.andren@gmail.com
2488
L:	linux-media@vger.kernel.org
2489
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2490
S:	Maintained
2491
F:	drivers/media/video/gspca/m5602/
2492 2493 2494 2495

GSPCA PAC207 SONIXB SUBDRIVER
P:	Hans de Goede
M:	hdegoede@redhat.com
2496
L:	linux-media@vger.kernel.org
2497
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2498
S:	Maintained
2499
F:	drivers/media/video/gspca/pac207.c
2500 2501 2502 2503

GSPCA T613 SUBDRIVER
P:	Leandro Costantino
M:	lcostantino@gmail.com
2504
L:	linux-media@vger.kernel.org
2505
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2506
S:	Maintained
2507
F:	drivers/media/video/gspca/t613.c
2508 2509 2510 2511 2512

GSPCA USB WEBCAM DRIVER
P:	Jean-Francois Moine
M:	moinejf@free.fr
W:	http://moinejf.free.fr
2513
L:	linux-media@vger.kernel.org
2514
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2515
S:	Maintained
2516
F:	drivers/media/video/gspca/
2517

2518 2519
HARDWARE MONITORING
L:	lm-sensors@lm-sensors.org
2520
W:	http://www.lm-sensors.org/
J
Jean Delvare 已提交
2521
S:	Orphan
2522
F:	drivers/hwmon/
2523

2524
HARDWARE RANDOM NUMBER GENERATOR CORE
J
Jean Delvare 已提交
2525
S:	Orphan
2526 2527 2528
F:	Documentation/hw_random.txt
F:	drivers/char/hw_random/
F:	include/linux/hw_random.h
2529

L
Linus Torvalds 已提交
2530 2531
HARMONY SOUND DRIVER
P:	Kyle McMartin
2532
M:	kyle@mcmartin.ca
2533
L:	linux-parisc@vger.kernel.org
L
Linus Torvalds 已提交
2534
S:	Maintained
2535
F:	sound/parisc/harmony.*
L
Linus Torvalds 已提交
2536 2537 2538 2539 2540 2541 2542

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
2543 2544
F:	Documentation/serial/hayes-esp.txt
F:	drivers/char/esp.c
R
Randy Dunlap 已提交
2545 2546 2547 2548 2549 2550

HEWLETT-PACKARD SMART2 RAID DRIVER
P:	Chirag Kantharia
M:	chirag.kantharia@hp.com
L:	iss_storagedev@hp.com
S:	Maintained
2551 2552
F:	Documentation/blockdev/cpqarray.txt
F:	drivers/block/cpqarray.*
R
Randy Dunlap 已提交
2553 2554 2555 2556 2557 2558

HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
P:	Mike Miller
M:	mike.miller@hp.com
L:	iss_storagedev@hp.com
S:	Supported
2559 2560 2561
F:	Documentation/blockdev/cciss.txt
F:	drivers/block/cciss*
F:	include/linux/cciss_ioctl.h
R
Randy Dunlap 已提交
2562

L
Linus Torvalds 已提交
2563 2564 2565 2566 2567
HFS FILESYSTEM
P:	Roman Zippel
M:	zippel@linux-m68k.org
L:	linux-kernel@vger.kernel.org
S:	Maintained
2568 2569
F:	Documentation/filesystems/hfs.txt
F:	fs/hfs/
L
Linus Torvalds 已提交
2570 2571 2572 2573 2574 2575 2576

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

2579
HIBERNATION (aka Software Suspend, aka swsusp)
R
Randy Dunlap 已提交
2580
P:	Pavel Machek
P
Pavel Machek 已提交
2581
M:	pavel@ucw.cz
R
Randy Dunlap 已提交
2582 2583 2584 2585
P:	Rafael J. Wysocki
M:	rjw@sisk.pl
L:	linux-pm@lists.linux-foundation.org
S:	Supported
2586 2587 2588 2589 2590 2591 2592
F:	arch/x86/power/
F:	drivers/base/power/
F:	kernel/power/
F:	include/linux/suspend.h
F:	include/linux/freezer.h
F:	include/linux/pm.h
F:	arch/*/include/asm/suspend*.h
R
Randy Dunlap 已提交
2593

2594 2595 2596
HID CORE LAYER
P:	Jiri Kosina
M:	jkosina@suse.cz
2597
L:	linux-input@vger.kernel.org
2598
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2599
S:	Maintained
2600 2601
F:	drivers/hid/
F:	include/linux/hid*
2602

2603 2604 2605 2606 2607
HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
P:	Thomas Gleixner
M:	tglx@linutronix.de
L:	linux-kernel@vger.kernel.org
S:	Maintained
2608 2609 2610
F:	Documentation/timers/
F:	kernel/hrtimer.c
F:	include/linux/hrtimer.h
2611

L
Linus Torvalds 已提交
2612 2613 2614 2615 2616 2617
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
2618 2619
F:	drivers/net/hamradio/dmascc.c
F:	drivers/net/hamradio/scc.c
L
Linus Torvalds 已提交
2620

2621 2622 2623 2624 2625
HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
P:	HighPoint Linux Team
M:	linux@highpoint-tech.com
W:	http://www.highpoint-tech.com
S:	Supported
2626 2627
F:	Documentation/scsi/hptiop.txt
F:	drivers/scsi/hptiop.c
2628

L
Linus Torvalds 已提交
2629 2630 2631 2632 2633
HIPPI
P:	Jes Sorensen
M:	jes@trained-monkey.org
L:	linux-hippi@sunsite.dk
S:	Maintained
2634 2635 2636
F:	include/linux/hippidevice.h
F:	include/linux/if_hippi.h
F:	net/802/hippi.c
L
Linus Torvalds 已提交
2637

2638 2639
HOST AP DRIVER
P:	Jouni Malinen
2640 2641
M:	j@w1.fi
L:	hostap@shmoo.com (subscribers-only)
2642
L:	linux-wireless@vger.kernel.org
2643 2644
W:	http://hostap.epitest.fi/
S:	Maintained
2645
F:	drivers/net/wireless/hostap/
2646

2647 2648 2649 2650
HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
P:	Carlos Corbacho
M:	carlos@strangeworlds.co.uk
S:	Odd Fixes
2651
F:	drivers/platform/x86/tc1100-wmi.c
2652

R
Randy Dunlap 已提交
2653 2654 2655 2656
HP100:	Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
P:	Jaroslav Kysela
M:	perex@perex.cz
S:	Maintained
2657
F:	drivers/net/hp100.*
R
Randy Dunlap 已提交
2658

2659
HPET:	High Precision Event Timers driver
B
Bob Picco 已提交
2660 2661 2662
P:	Clemens Ladisch
M:	clemens@ladisch.de
S:	Maintained
2663 2664 2665
F:	Documentation/timers/hpet.txt
F:	drivers/char/hpet.c
F:	include/linux/hpet.h
B
Bob Picco 已提交
2666 2667 2668 2669 2670

HPET:	i386
P:	Venkatesh Pallipadi (Venki)
M:	venkatesh.pallipadi@intel.com
S:	Maintained
2671 2672
F:	arch/x86/kernel/hpet.c
F:	arch/x86/include/asm/hpet.h
B
Bob Picco 已提交
2673 2674

HPET:	x86_64
A
Andi Kleen 已提交
2675 2676
P:	Vojtech Pavlik
M:	vojtech@suse.cz
B
Bob Picco 已提交
2677 2678
S:	Maintained

2679
HPET:	ACPI
B
Bob Picco 已提交
2680 2681 2682
P:	Bob Picco
M:	bob.picco@hp.com
S:	Maintained
2683
F:	drivers/char/hpet.c
B
Bob Picco 已提交
2684

L
Linus Torvalds 已提交
2685 2686 2687 2688 2689
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
2690
F:	fs/hpfs/
L
Linus Torvalds 已提交
2691

2692
HSO 3G MODEM DRIVER
2693 2694
P:	Jan Dumon
M:	j.dumon@option.com
2695 2696
W:	http://www.pharscape.org
S:	Maintained
2697
F:	drivers/net/usb/hso.c
2698

2699 2700 2701 2702 2703
HTCPEN TOUCHSCREEN DRIVER
P:	Pau Oliva Fora
M:	pof@eslack.org
L:	linux-input@vger.kernel.org
S:	Maintained
2704
F:	drivers/input/touchscreen/htcpen.c
2705

L
Linus Torvalds 已提交
2706 2707 2708 2709
HUGETLB FILESYSTEM
P:	William Irwin
M:	wli@holomorphy.com
S:	Maintained
2710
F:	fs/hugetlbfs/
L
Linus Torvalds 已提交
2711

M
Mark M. Hoffman 已提交
2712 2713 2714
I2C/SMBUS STUB DRIVER
P:	Mark M. Hoffman
M:	mhoffman@lightlink.com
2715
L:	linux-i2c@vger.kernel.org
M
Mark M. Hoffman 已提交
2716
S:	Maintained
2717
F:	drivers/i2c/busses/i2c-stub.c
M
Mark M. Hoffman 已提交
2718

2719
I2C SUBSYSTEM
J
Jean Delvare 已提交
2720
P:	Jean Delvare (PC drivers, core)
L
Linus Torvalds 已提交
2721
M:	khali@linux-fr.org
J
Jean Delvare 已提交
2722 2723
P:	Ben Dooks (embedded platforms)
M:	ben-linux@fluff.org
2724
L:	linux-i2c@vger.kernel.org
J
Jean Delvare 已提交
2725 2726
W:	http://i2c.wiki.kernel.org/
T:	quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
L
Linus Torvalds 已提交
2727
S:	Maintained
2728 2729 2730 2731 2732
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 已提交
2733

2734 2735 2736
I2C-TINY-USB DRIVER
P:	Till Harbaum
M:	till@harbaum.org
2737
L:	linux-i2c@vger.kernel.org
2738
W:	http://www.harbaum.org/till/i2c_tiny_usb
2739
S:	Maintained
2740
F:	drivers/i2c/busses/i2c-tiny-usb.c
2741

L
Linus Torvalds 已提交
2742
i386 BOOT CODE
2743 2744
P:	H. Peter Anvin
M:	hpa@zytor.com
L
Linus Torvalds 已提交
2745 2746
L:	Linux-Kernel@vger.kernel.org
S:	Maintained
2747
F:	arch/x86/boot/
L
Linus Torvalds 已提交
2748 2749 2750 2751

i386 SETUP CODE / CPU ERRATA WORKAROUNDS
P:	H. Peter Anvin
M:	hpa@zytor.com
2752
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
L
Linus Torvalds 已提交
2753 2754 2755 2756 2757 2758 2759
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/
2760
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
L
Linus Torvalds 已提交
2761
S:	Maintained
2762
F:	arch/ia64/
L
Linus Torvalds 已提交
2763 2764 2765 2766 2767 2768

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
2769
F:	drivers/scsi/ibmmca.c
L
Linus Torvalds 已提交
2770 2771 2772 2773 2774

IBM Power Linux RAID adapter
P:	Brian King
M:	brking@us.ibm.com
S:	Supported
2775
F:	drivers/scsi/ipr.*
L
Linus Torvalds 已提交
2776 2777 2778 2779 2780 2781

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

2785
IDE SUBSYSTEM
L
Linus Torvalds 已提交
2786
P:	Bartlomiej Zolnierkiewicz
2787
M:	bzolnier@gmail.com
L
Linus Torvalds 已提交
2788
L:	linux-ide@vger.kernel.org
2789
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
L
Linus Torvalds 已提交
2790
S:	Maintained
2791 2792 2793
F:	Documentation/ide/
F:	drivers/ide/
F:	include/linux/ide.h
L
Linus Torvalds 已提交
2794

2795
IDE/ATAPI DRIVERS
2796
P:	Borislav Petkov
2797
M:	petkovbb@gmail.com
J
Jens Axboe 已提交
2798
L:	linux-ide@vger.kernel.org
2799
S:	Maintained
2800 2801
F:	Documentation/cdrom/ide-cd
F:	drivers/ide/ide-cd*
L
Linus Torvalds 已提交
2802

A
Andy Henroid 已提交
2803 2804 2805 2806 2807
IDLE-I7300
P:	Andy Henroid
M:	andrew.d.henroid@intel.com
L:	linux-pm@lists.linux-foundation.org
S:	Supported
2808
F:	drivers/idle/i7300_idle.c
A
Andy Henroid 已提交
2809

2810
IEEE 1394 SUBSYSTEM
L
Linus Torvalds 已提交
2811
P:	Ben Collins
2812
M:	ben.collins@ubuntu.com
2813 2814
P:	Stefan Richter
M:	stefanr@s5r6.in-berlin.de
L
Linus Torvalds 已提交
2815 2816
L:	linux1394-devel@lists.sourceforge.net
W:	http://www.linux1394.org/
2817
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
L
Linus Torvalds 已提交
2818
S:	Maintained
2819
F:	drivers/ieee1394/
L
Linus Torvalds 已提交
2820

2821
IEEE 1394 RAW I/O DRIVER
L
Linus Torvalds 已提交
2822 2823
P:	Dan Dennedy
M:	dan@dennedy.org
2824 2825
P:	Stefan Richter
M:	stefanr@s5r6.in-berlin.de
L
Linus Torvalds 已提交
2826
L:	linux1394-devel@lists.sourceforge.net
2827
S:	Maintained
2828
F:	drivers/ieee1394/raw1394*
2829

2830 2831 2832 2833
INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
P:	Mimi Zohar
M:	zohar@us.ibm.com
S:	Supported
2834
F:	security/integrity/ima/
2835

L
Linus Torvalds 已提交
2836
IMS TWINTURBO FRAMEBUFFER DRIVER
2837
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
P
Paul Mundt 已提交
2838
S:	Orphan
2839
F:	drivers/video/imsttfb.c
L
Linus Torvalds 已提交
2840 2841 2842

INFINIBAND SUBSYSTEM
P:	Roland Dreier
2843
M:	rolandd@cisco.com
L
Linus Torvalds 已提交
2844
P:	Sean Hefty
2845
M:	sean.hefty@intel.com
L
Linus Torvalds 已提交
2846
P:	Hal Rosenstock
2847
M:	hal.rosenstock@gmail.com
2848
L:	general@lists.openfabrics.org (moderated for non-subscribers)
L
Linus Torvalds 已提交
2849
W:	http://www.openib.org/
2850
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
L
Linus Torvalds 已提交
2851
S:	Supported
2852 2853 2854
F:	Documentation/infiniband/
F:	drivers/infiniband/
F:	include/linux/if_infiniband.h
L
Linus Torvalds 已提交
2855

2856
INOTIFY
C
Cal Peake 已提交
2857
P:	John McCutchan
2858
M:	john@johnmccutchan.com
C
Cal Peake 已提交
2859
P:	Robert Love
2860
M:	rlove@rlove.org
2861 2862
P:	Eric Paris
M:	eparis@parisplace.org
2863 2864
L:	linux-kernel@vger.kernel.org
S:	Maintained
2865 2866 2867
F:	Documentation/filesystems/inotify.txt
F:	fs/notify/inotify/
F:	include/linux/inotify.h
2868

R
Randy Dunlap 已提交
2869 2870 2871 2872 2873
INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
P:	Dmitry Torokhov
M:	dmitry.torokhov@gmail.com
M:	dtor@mail.ru
L:	linux-input@vger.kernel.org
2874
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
R
Randy Dunlap 已提交
2875
S:	Maintained
2876
F:	drivers/input/
R
Randy Dunlap 已提交
2877

2878
INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
J
Jim Cromie 已提交
2879 2880
P:	Sylvain Meyer
M:	sylvain.meyer@worldonline.fr
2881
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
J
Jim Cromie 已提交
2882
S:	Maintained
2883 2884
F:	Documentation/fb/intelfb.txt
F:	drivers/video/intelfb/
2885

L
Linus Torvalds 已提交
2886
INTEL 810/815 FRAMEBUFFER DRIVER
J
Jim Cromie 已提交
2887
P:	Antonino Daplas
2888
M:	adaplas@gmail.com
2889
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
J
Jim Cromie 已提交
2890
S:	Maintained
2891
F:	drivers/video/i810/
L
Linus Torvalds 已提交
2892

2893 2894 2895 2896 2897 2898
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
2899
F:	drivers/platform/x86/intel_menlow.c
2900

L
Linus Torvalds 已提交
2901 2902
INTEL IA32 MICROCODE UPDATE SUPPORT
P:	Tigran Aivazian
2903
M:	tigran@aivazian.fsnet.co.uk
L
Linus Torvalds 已提交
2904
S:	Maintained
2905 2906
F:	arch/x86/kernel/microcode_core.c
F:	arch/x86/kernel/microcode_intel.c
L
Linus Torvalds 已提交
2907

2908
INTEL I/OAT DMA DRIVER
2909 2910
P:	Maciej Sosnowski
M:	maciej.sosnowski@intel.com
2911 2912
L:	linux-kernel@vger.kernel.org
S:	Supported
2913
F:	drivers/dma/ioat*
2914

2915 2916 2917 2918
INTEL IOMMU (VT-d)
P:	David Woodhouse
M:	dwmw2@infradead.org
L:	iommu@lists.linux-foundation.org
2919
T:	git git://git.infradead.org/iommu-2.6.git
2920
S:	Supported
2921 2922
F:	drivers/pci/intel-iommu.c
F:	include/linux/intel-iommu.h
2923

2924 2925 2926 2927 2928
INTEL IOP-ADMA DMA DRIVER
P:	Dan Williams
M:	dan.j.williams@intel.com
L:	linux-kernel@vger.kernel.org
S:	Supported
2929
F:	drivers/dma/iop-adma.c
2930

2931 2932 2933 2934
INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
P:	Krzysztof Halasa
M:	khc@pm.waw.pl
S:	Maintained
2935 2936 2937 2938 2939 2940
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
2941

2942 2943 2944 2945
INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
P:	Deepak Saxena
M:	dsaxena@plexity.net
S:	Maintained
2946
F:	drivers/char/hw_random/ixp4xx-rng.c
2947

2948 2949 2950 2951 2952
INTEL IXP2000 ETHERNET DRIVER
P:	Lennert Buytenhek
M:	kernel@wantstofly.org
L:	netdev@vger.kernel.org
S:	Maintained
2953
F:	drivers/net/ixp2000/
2954

2955
INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2956 2957
P:	Jeff Kirsher
M:	jeffrey.t.kirsher@intel.com
2958 2959
P:	Jesse Brandeburg
M:	jesse.brandeburg@intel.com
2960 2961
P:	Bruce Allan
M:	bruce.w.allan@intel.com
J
Jeff Kirsher 已提交
2962 2963
P:	PJ Waskiewicz
M:	peter.p.waskiewicz.jr@intel.com
2964 2965
P:	John Ronciak
M:	john.ronciak@intel.com
2966
L:	e1000-devel@lists.sourceforge.net
2967
W:	http://e1000.sourceforge.net/
L
Linus Torvalds 已提交
2968
S:	Supported
2969 2970 2971 2972 2973 2974
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 已提交
2975

2976
INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2977
P:	Zhu Yi
2978 2979 2980
M:	yi.zhu@intel.com
P:	James Ketrenos
M:	jketreno@linux.intel.com
2981 2982
P:	Reinette Chatre
M:	reinette.chatre@intel.com
2983
L:	linux-wireless@vger.kernel.org
2984
L:	ipw2100-devel@lists.sourceforge.net
2985
W:	http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2986 2987
W:	http://ipw2100.sourceforge.net
S:	Supported
2988 2989
F:	Documentation/networking/README.ipw2100
F:	drivers/net/wireless/ipw2x00/ipw2100.*
2990 2991

INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2992
P:	Zhu Yi
2993 2994 2995
M:	yi.zhu@intel.com
P:	James Ketrenos
M:	jketreno@linux.intel.com
2996 2997
P:	Reinette Chatre
M:	reinette.chatre@intel.com
2998
L:	linux-wireless@vger.kernel.org
2999
L:	ipw2100-devel@lists.sourceforge.net
3000
W:	http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3001 3002
W:	http://ipw2200.sourceforge.net
S:	Supported
3003 3004
F:	Documentation/networking/README.ipw2200
F:	drivers/net/wireless/ipw2x00/ipw2200.*
3005

3006 3007 3008 3009 3010 3011 3012
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
3013 3014 3015
F:	Documentation/wimax/README.i2400m
F:	drivers/net/wimax/i2400m/
F:	include/linux/wimax/i2400m.h
3016

3017 3018 3019
INTEL WIRELESS WIFI LINK (iwlwifi)
P:	Zhu Yi
M:	yi.zhu@intel.com
3020 3021
P:	Reinette Chatre
M:	reinette.chatre@intel.com
3022 3023 3024
L:	linux-wireless@vger.kernel.org
L:	ipw3945-devel@lists.sourceforge.net
W:	http://intellinuxwireless.org
3025
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3026
S:	Supported
3027
F:	drivers/net/wireless/iwlwifi/
3028

3029
IOC3 ETHERNET DRIVER
L
Linus Torvalds 已提交
3030 3031 3032 3033
P:	Ralf Baechle
M:	ralf@linux-mips.org
L:	linux-mips@linux-mips.org
S:	Maintained
3034
F:	drivers/net/ioc3-eth.c
L
Linus Torvalds 已提交
3035

3036 3037 3038
IOC3 SERIAL DRIVER
P:	Pat Gefre
M:	pfg@sgi.com
3039
L:	linux-mips@linux-mips.org
3040
S:	Maintained
3041
F:	drivers/serial/ioc3_serial.c
3042

3043
IP MASQUERADING
L
Linus Torvalds 已提交
3044 3045 3046
P:	Juanjo Ciarlante
M:	jjciarla@raiz.uncu.edu.ar
S:	Maintained
3047
F:	net/ipv4/netfilter/ipt_MASQUERADE.c
L
Linus Torvalds 已提交
3048

3049 3050 3051 3052 3053 3054 3055 3056 3057
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
3058
F:	drivers/net/ipg.c
3059

3060
IPATH DRIVER
3061
P:	Ralph Campbell
3062 3063 3064
M:	infinipath@qlogic.com
L:	general@lists.openfabrics.org
T:	git git://git.qlogic.com/ipath-linux-2.6
3065
S:	Supported
3066
F:	drivers/infiniband/hw/ipath/
3067

C
Corey Minyard 已提交
3068 3069 3070 3071 3072 3073
IPMI SUBSYSTEM
P:	Corey Minyard
M:	minyard@acm.org
L:	openipmi-developer@lists.sourceforge.net
W:	http://openipmi.sourceforge.net/
S:	Supported
3074 3075 3076
F:	Documentation/IPMI.txt
F:	drivers/char/ipmi/
F:	include/linux/ipmi*
C
Corey Minyard 已提交
3077

R
Randy Dunlap 已提交
3078 3079 3080 3081 3082 3083
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
3084
F:	drivers/scsi/ips*
R
Randy Dunlap 已提交
3085 3086 3087 3088 3089 3090 3091 3092

IPVS
P:	Wensong Zhang
M:	wensong@linux-vs.org
P:	Simon Horman
M:	horms@verge.net.au
P:	Julian Anastasov
M:	ja@ssi.bg
3093
L:	netdev@vger.kernel.org
R
Randy Dunlap 已提交
3094
L:	lvs-devel@vger.kernel.org
L
Linus Torvalds 已提交
3095
S:	Maintained
3096 3097
F:	Documentation/networking/ipvs-sysctl.txt
F:	net/netfilter/ipvs/
L
Linus Torvalds 已提交
3098

3099
IPWIRELESS DRIVER
3100 3101 3102 3103 3104
P:	Jiri Kosina
M:	jkosina@suse.cz
P:	David Sterba
M:	dsterba@suse.cz
S:	Maintained
3105
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3106
F:	drivers/char/pcmcia/ipwireless/
3107

R
Randy Dunlap 已提交
3108 3109 3110 3111 3112
IPX NETWORK LAYER
P:	Arnaldo Carvalho de Melo
M:	acme@ghostprotocols.net
L:	netdev@vger.kernel.org
S:	Maintained
3113 3114 3115
F:	include/linux/ipx.h
F:	include/net/ipx.h
F:	net/ipx/
R
Randy Dunlap 已提交
3116

L
Linus Torvalds 已提交
3117
IRDA SUBSYSTEM
S
Samuel Ortiz 已提交
3118 3119
P:	Samuel Ortiz
M:	samuel@sortiz.org
3120
L:	irda-users@lists.sourceforge.net (subscribers-only)
L
Linus Torvalds 已提交
3121
W:	http://irda.sourceforge.net/
S
Samuel Ortiz 已提交
3122
S:	Maintained
3123 3124 3125 3126
F:	Documentation/networking/irda.txt
F:	drivers/net/irda/
F:	include/net/irda/
F:	net/irda/
L
Linus Torvalds 已提交
3127

R
Randy Dunlap 已提交
3128 3129 3130 3131
ISAPNP
P:	Jaroslav Kysela
M:	perex@perex.cz
S:	Maintained
3132 3133 3134
F:	Documentation/isapnp.txt
F:	drivers/pnp/isapnp/
F:	include/linux/isapnp.h
R
Randy Dunlap 已提交
3135

3136 3137 3138 3139 3140
ISCSI
P:	Mike Christie
M:	michaelc@cs.wisc.edu
L:	open-iscsi@googlegroups.com
W:	www.open-iscsi.org
3141
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3142
S:	Maintained
3143 3144
F:	drivers/scsi/*iscsi*
F:	include/scsi/*iscsi*
3145

L
Linus Torvalds 已提交
3146 3147
ISDN SUBSYSTEM
P:	Karsten Keil
K
Karsten Keil 已提交
3148
M:	isdn@linux-pingi.de
3149
L:	isdn4linux@listserv.isdn4linux.de (subscribers-only)
L
Linus Torvalds 已提交
3150
W:	http://www.isdn4linux.de
3151
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
L
Linus Torvalds 已提交
3152
S:	Maintained
3153 3154 3155 3156
F:	Documentation/isdn/
F:	drivers/isdn/
F:	include/linux/isdn.h
F:	include/linux/isdn/
L
Linus Torvalds 已提交
3157 3158 3159 3160

ISDN SUBSYSTEM (Eicon active card driver)
P:	Armin Schindler
M:	mac@melware.de
3161
L:	isdn4linux@listserv.isdn4linux.de (subscribers-only)
L
Linus Torvalds 已提交
3162 3163
W:	http://www.melware.de
S:	Maintained
3164
F:	drivers/isdn/hardware/eicon/
L
Linus Torvalds 已提交
3165

3166 3167 3168 3169 3170
IVTV VIDEO4LINUX DRIVER
P:	Hans Verkuil
M:	hverkuil@xs4all.nl
L:	ivtv-devel@ivtvdriver.org
L:	ivtv-users@ivtvdriver.org
3171
L:	linux-media@vger.kernel.org
3172
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3173 3174
W:	http://www.ivtvdriver.org
S:	Maintained
3175 3176 3177
F:	Documentation/video4linux/*.ivtv
F:	drivers/media/video/ivtv/
F:	include/linux/ivtv*
3178

R
Randy Dunlap 已提交
3179 3180 3181 3182 3183
JFS FILESYSTEM
P:	Dave Kleikamp
M:	shaggy@austin.ibm.com
L:	jfs-discussion@lists.sourceforge.net
W:	http://jfs.sourceforge.net/
3184
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
R
Randy Dunlap 已提交
3185
S:	Supported
3186 3187
F:	Documentation/filesystems/jfs.txt
F:	fs/jfs/
R
Randy Dunlap 已提交
3188

3189 3190 3191 3192 3193
JME NETWORK DRIVER
P:	Guo-Fu Tseng
M:	cooldavid@cooldavid.org
L:	netdev@vger.kernel.org
S:	Maintained
3194
F:	drivers/net/jme.*
3195

L
Linus Torvalds 已提交
3196 3197 3198
JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
P:	David Woodhouse
M:	dwmw2@infradead.org
3199 3200
L:	linux-mtd@lists.infradead.org
W:	http://www.linux-mtd.infradead.org/doc/jffs2.html
L
Linus Torvalds 已提交
3201
S:	Maintained
3202 3203 3204
F:	fs/jffs2/
F:	include/linux/jffs2.h
F:	include/mtd/jffs2-user.h
L
Linus Torvalds 已提交
3205

3206
JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3207 3208 3209 3210
P:	Stephen Tweedie
M:	sct@redhat.com
P:	Andrew Morton
M:	akpm@linux-foundation.org
3211
L:	linux-ext4@vger.kernel.org
3212
S:	Maintained
3213 3214 3215
F:	fs/jbd*/
F:	include/linux/ext*jbd*.h
F:	include/linux/jbd*.h
3216

3217 3218 3219 3220
K8TEMP HARDWARE MONITORING DRIVER
P:	Rudolf Marek
M:	r.marek@assembler.cz
L:	lm-sensors@lm-sensors.org
3221
S:	Maintained
3222 3223
F:	Documentation/hwmon/k8temp
F:	drivers/hwmon/k8temp.c
3224

L
Linus Torvalds 已提交
3225 3226 3227
KCONFIG
P:	Roman Zippel
M:	zippel@linux-m68k.org
3228
L:	linux-kbuild@vger.kernel.org
L
Linus Torvalds 已提交
3229
S:	Maintained
3230 3231
F:	Documentation/kbuild/kconfig-language.txt
F:	scripts/kconfig/
L
Linus Torvalds 已提交
3232

3233 3234
KDUMP
P:	Vivek Goyal
3235
M:	vgoyal@redhat.com
3236 3237
P:	Haren Myneni
M:	hbabu@us.ibm.com
3238
L:	kexec@lists.infradead.org
3239 3240 3241
L:	linux-kernel@vger.kernel.org
W:	http://lse.sourceforge.net/kdump/
S:	Maintained
3242
F:	Documentation/kdump/
3243

L
Linus Torvalds 已提交
3244 3245 3246 3247 3248
KERNEL AUTOMOUNTER (AUTOFS)
P:	H. Peter Anvin
M:	hpa@zytor.com
L:	autofs@linux.kernel.org
S:	Odd Fixes
3249
F:	fs/autofs/
L
Linus Torvalds 已提交
3250 3251 3252 3253 3254 3255

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

3258
KERNEL BUILD
L
Linus Torvalds 已提交
3259 3260
P:	Sam Ravnborg
M:	sam@ravnborg.org
3261 3262
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
3263
L:	linux-kbuild@vger.kernel.org
3264
S:	Maintained
3265 3266 3267
F:	Documentation/kbuild/
F:	Makefile
F:	scripts/Makefile.*
L
Linus Torvalds 已提交
3268 3269 3270

KERNEL JANITORS
P:	Several
3271
L:	kernel-janitors@vger.kernel.org
L
Linus Torvalds 已提交
3272 3273 3274
W:	http://www.kerneljanitors.org/
S:	Maintained

3275
KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3276 3277
P:	J. Bruce Fields
M:	bfields@fieldses.org
L
Linus Torvalds 已提交
3278
P:	Neil Brown
3279
M:	neilb@suse.de
3280
L:	linux-nfs@vger.kernel.org
L
Linus Torvalds 已提交
3281
W:	http://nfs.sourceforge.net/
3282
S:	Supported
3283 3284 3285 3286 3287 3288 3289
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 已提交
3290

3291 3292
KERNEL VIRTUAL MACHINE (KVM)
P:	Avi Kivity
3293
M:	avi@redhat.com
3294 3295
L:	kvm@vger.kernel.org
W:	http://kvm.qumranet.com
3296
S:	Supported
3297 3298 3299 3300 3301
F:	Documentation/*/kvm.txt
F:	arch/*/kvm/
F:	arch/*/include/asm/kvm*
F:	include/linux/kvm*
F:	virt/kvm/
3302

3303 3304 3305
KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
P:	Joerg Roedel
M:	joerg.roedel@amd.com
3306 3307
L:	kvm@vger.kernel.org
W:	http://kvm.qumranet.com
3308
S:	Supported
3309 3310 3311
F:	arch/x86/include/asm/svm.h
F:	arch/x86/kvm/kvm_svm.h
F:	arch/x86/kvm/svm.c
3312

3313 3314 3315
KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
P:	Hollis Blanchard
M:	hollisb@us.ibm.com
3316 3317
L:	kvm-ppc@vger.kernel.org
W:	http://kvm.qumranet.com
3318
S:	Supported
3319 3320
F:	arch/powerpc/include/asm/kvm*
F:	arch/powerpc/kvm/
3321

3322
KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3323 3324
P:	Xiantao Zhang
M:	xiantao.zhang@intel.com
3325 3326
L:	kvm-ia64@vger.kernel.org
W:	http://kvm.qumranet.com
3327
S:	Supported
3328 3329 3330
F:	Documentation/ia64/kvm.txt
F:	arch/ia64/include/asm/kvm*
F:	arch/ia64/kvm/
3331

3332 3333 3334 3335 3336 3337 3338 3339 3340
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
3341 3342
F:	Documentation/s390/kvm.txt
F:	arch/s390/include/asm/kvm*
3343
F:	arch/s390/kvm/
3344

3345 3346 3347
KEXEC
P:	Eric Biederman
M:	ebiederm@xmission.com
3348
W:	http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3349
L:	linux-kernel@vger.kernel.org
3350
L:	kexec@lists.infradead.org
3351
S:	Maintained
3352 3353
F:	include/linux/kexec.h
F:	kernel/kexec.c
3354

J
Jason Wessel 已提交
3355 3356 3357 3358 3359
KGDB
P:	Jason Wessel
M:	jason.wessel@windriver.com
L:	kgdb-bugreport@lists.sourceforge.net
S:	Maintained
3360 3361 3362 3363 3364
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 已提交
3365

3366 3367 3368 3369 3370
KMEMTRACE
P:	Eduard - Gabriel Munteanu
M:	eduard.munteanu@linux360.ro
L:	linux-kernel@vger.kernel.org
S:	Maintained
3371
F:	Documentation/trace/kmemtrace.txt
3372 3373
F:	include/trace/kmemtrace.h
F:	kernel/trace/kmemtrace.c
3374

3375 3376 3377 3378 3379 3380
KMEMLEAK
P:	Catalin Marinas
M:	catalin.marinas@arm.com
L:	linux-kernel@vger.kernel.org
S:	Maintained

3381 3382 3383 3384 3385 3386 3387
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
3388 3389
P:	Masami Hiramatsu
M:	mhiramat@redhat.com
3390 3391
L:	linux-kernel@vger.kernel.org
S:	Maintained
3392 3393 3394
F:	Documentation/kprobes.txt
F:	include/linux/kprobes.h
F:	kernel/kprobes.c
3395

3396 3397
KS0108 LCD CONTROLLER DRIVER
P:	Miguel Ojeda Sandonis
M
Miguel Ojeda 已提交
3398
M:	miguel.ojeda.sandonis@gmail.com
3399
L:	linux-kernel@vger.kernel.org
M
Miguel Ojeda 已提交
3400 3401
W:	http://miguelojeda.es/auxdisplay.htm
W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3402
S:	Maintained
3403 3404 3405
F:	Documentation/auxdisplay/ks0108
F:	drivers/auxdisplay/ks0108.c
F:	include/linux/ks0108.h
3406

L
Linus Torvalds 已提交
3407 3408
LAPB module
L:	linux-x25@vger.kernel.org
3409
S:	Orphan
3410 3411 3412
F:	Documentation/networking/lapb-module.txt
F:	include/*/lapb.h
F:	net/lapb/
L
Linus Torvalds 已提交
3413 3414 3415 3416 3417 3418

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

3422 3423 3424 3425
LED SUBSYSTEM
P:	Richard Purdie
M:	rpurdie@rpsys.net
S:	Maintained
3426 3427
F:	drivers/leds/
F:	include/linux/leds.h
3428

L
Linus Torvalds 已提交
3429 3430 3431 3432 3433 3434
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
3435
F:	drivers/usb/misc/legousbtower.c
L
Linus Torvalds 已提交
3436

3437 3438 3439 3440 3441 3442
LGUEST
P:	Rusty Russell
M:	rusty@rustcorp.com.au
L:	lguest@ozlabs.org
W:	http://lguest.ozlabs.org/
S:	Maintained
3443 3444 3445 3446 3447
F:	Documentation/lguest/
F:	arch/x86/lguest/
F:	drivers/lguest/
F:	include/linux/lguest*.h
F:	arch/x86/include/asm/lguest*.h
3448

L
Linus Torvalds 已提交
3449 3450 3451 3452 3453 3454
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

3455 3456 3457
LINUX FOR POWERPC (32-BIT AND 64-BIT)
P:	Benjamin Herrenschmidt
M:	benh@kernel.crashing.org
3458 3459
P:	Paul Mackerras
M:	paulus@samba.org
L
Linus Torvalds 已提交
3460 3461
W:	http://www.penguinppc.org/
L:	linuxppc-dev@ozlabs.org
3462
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
L
Linus Torvalds 已提交
3463 3464 3465 3466 3467 3468 3469 3470 3471
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

3472
LINUX FOR POWERPC EMBEDDED MPC5XXX
3473 3474
P:	Grant Likely
M:	grant.likely@secretlab.ca
L
Linus Torvalds 已提交
3475
L:	linuxppc-dev@ozlabs.org
3476
T:	git git://git.secretlab.ca/git/linux-2.6.git
L
Linus Torvalds 已提交
3477 3478 3479
S:	Maintained

LINUX FOR POWERPC EMBEDDED PPC4XX
3480 3481
P:	Josh Boyer
M:	jwboyer@linux.vnet.ibm.com
L
Linus Torvalds 已提交
3482 3483 3484
P:	Matt Porter
M:	mporter@kernel.crashing.org
W:	http://www.penguinppc.org/
3485
L:	linuxppc-dev@ozlabs.org
3486
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
L
Linus Torvalds 已提交
3487 3488
S:	Maintained

3489 3490 3491
LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
P:	Grant Likely
M:	grant.likely@secretlab.ca
3492
W:	http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3493
L:	linuxppc-dev@ozlabs.org
3494
T:	git git://git.secretlab.ca/git/linux-2.6.git
L
Linus Torvalds 已提交
3495 3496
S:	Maintained

3497
LINUX FOR POWERPC EMBEDDED PPC8XX
3498 3499
P:	Vitaly Bordug
M:	vitb@kernel.crashing.org
3500
P:	Marcelo Tosatti
3501
M:	marcelo@kvack.org
3502
W:	http://www.penguinppc.org/
3503
L:	linuxppc-dev@ozlabs.org
3504 3505
S:	Maintained

L
Linus Torvalds 已提交
3506
LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
J
Jim Cromie 已提交
3507 3508 3509
P:	Kumar Gala
M:	galak@kernel.crashing.org
W:	http://www.penguinppc.org/
3510
L:	linuxppc-dev@ozlabs.org
J
Jim Cromie 已提交
3511
S:	Maintained
L
Linus Torvalds 已提交
3512

3513 3514 3515 3516 3517 3518 3519
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 已提交
3520 3521
LINUX SECURITY MODULE (LSM) FRAMEWORK
P:	Chris Wright
3522
M:	chrisw@sous-sol.org
3523
L:	linux-security-module@vger.kernel.org
3524
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
L
Linus Torvalds 已提交
3525 3526
S:	Supported

R
Randy Dunlap 已提交
3527 3528 3529 3530
LLC (802.2)
P:	Arnaldo Carvalho de Melo
M:	acme@ghostprotocols.net
S:	Maintained
3531 3532 3533
F:	include/linux/llc.h
F:	include/net/llc*
F:	net/llc/
R
Randy Dunlap 已提交
3534

3535 3536 3537 3538
LIS3LV02D ACCELEROMETER DRIVER
P:	Eric Piel
M:	eric.piel@tremplin-utc.net
S:	Maintained
3539 3540
F:	Documentation/hwmon/lis3lv02d
F:	drivers/hwmon/lis3lv02d.*
3541

L
Linus Torvalds 已提交
3542 3543 3544
LM83 HARDWARE MONITOR DRIVER
P:	Jean Delvare
M:	khali@linux-fr.org
3545
L:	lm-sensors@lm-sensors.org
L
Linus Torvalds 已提交
3546
S:	Maintained
3547 3548
F:	Documentation/hwmon/lm83
F:	drivers/hwmon/lm83.c
L
Linus Torvalds 已提交
3549 3550 3551 3552

LM90 HARDWARE MONITOR DRIVER
P:	Jean Delvare
M:	khali@linux-fr.org
3553
L:	lm-sensors@lm-sensors.org
L
Linus Torvalds 已提交
3554
S:	Maintained
3555 3556
F:	Documentation/hwmon/lm90
F:	drivers/hwmon/lm90.c
L
Linus Torvalds 已提交
3557

P
Peter Zijlstra 已提交
3558 3559 3560 3561 3562 3563
LOCKDEP AND LOCKSTAT
P:	Peter Zijlstra
M:	peterz@infradead.org
P:	Ingo Molnar
M:	mingo@redhat.com
L:	linux-kernel@vger.kernel.org
3564
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
P
Peter Zijlstra 已提交
3565
S:	Maintained
3566 3567 3568 3569
F:	Documentation/lockdep*.txt
F:	Documentation/lockstat.txt
F:	include/linux/lockdep.h
F:	kernel/lockdep*
P
Peter Zijlstra 已提交
3570

3571
LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
L
Linus Torvalds 已提交
3572 3573
P:	Richard Russon (FlatCap)
M:	ldm@flatcap.org
3574 3575
L:	linux-ntfs-dev@lists.sourceforge.net
W:	http://www.linux-ntfs.org/content/view/19/37/
L
Linus Torvalds 已提交
3576
S:	Maintained
3577 3578
F:	Documentation/ldm.txt
F:	fs/partitions/ldm.*
L
Linus Torvalds 已提交
3579

3580 3581
LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
P:	Eric Moore
3582 3583
M:	Eric.Moore@lsi.com
M:	support@lsi.com
3584
L:	DL-MPTFusionLinux@lsi.com
3585 3586 3587
L:	linux-scsi@vger.kernel.org
W:	http://www.lsilogic.com/support
S:	Supported
3588
F:	drivers/message/fusion/
3589

L
Linus Torvalds 已提交
3590 3591 3592 3593 3594
LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
P:	Matthew Wilcox
M:	matthew@wil.cx
L:	linux-scsi@vger.kernel.org
S:	Maintained
3595
F:	drivers/scsi/sym53c8xx_2/
L
Linus Torvalds 已提交
3596

3597 3598 3599 3600 3601 3602 3603
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/
3604
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3605 3606
S:	Maintained

3607 3608 3609 3610 3611 3612 3613
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
3614 3615
F:	arch/m32r/
F:	include/asm-m32r/
3616

L
Linus Torvalds 已提交
3617 3618 3619 3620 3621 3622 3623
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/
3624
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
L
Linus Torvalds 已提交
3625
S:	Maintained
3626
F:	arch/m68k/
3627
F:	drivers/zorro/
L
Linus Torvalds 已提交
3628 3629 3630 3631 3632

M68K ON APPLE MACINTOSH
P:	Joshua Thompson
M:	funaho@jurai.org
W:	http://www.mac.linux-m68k.org/
3633
L:	linux-m68k@lists.linux-m68k.org
L
Linus Torvalds 已提交
3634
S:	Maintained
3635
F:	arch/m68k/mac/
L
Linus Torvalds 已提交
3636 3637 3638 3639 3640 3641

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

3644
MAC80211
3645 3646
P:	Johannes Berg
M:	johannes@sipsolutions.net
3647 3648
L:	linux-wireless@vger.kernel.org
W:	http://linuxwireless.org/
3649
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3650
S:	Maintained
3651 3652 3653
F:	Documentation/networking/mac80211-injection.txt
F:	include/net/mac80211.h
F:	net/mac80211/
3654

3655 3656 3657 3658 3659 3660 3661
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
3662
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3663
S:	Maintained
3664
F:	net/mac80211/rc80211_pid*
3665

3666 3667 3668 3669 3670
MACVLAN DRIVER
P:	Patrick McHardy
M:	kaber@trash.net
L:	netdev@vger.kernel.org
S:	Maintained
3671 3672
F:	drivers/net/macvlan.c
F:	include/linux/if_macvlan.h
3673

3674
MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
J
Jim Cromie 已提交
3675
P:	Michael Kerrisk
3676
M:	mtk.manpages@gmail.com
3677
W:	http://www.kernel.org/doc/man-pages
3678
L:	linux-man@vger.kernel.org
3679
S:	Maintained
3680

3681 3682 3683 3684 3685
MARVELL LIBERTAS WIRELESS DRIVER
P:	Dan Williams
M:	dcbw@redhat.com
L:	libertas-dev@lists.infradead.org
S:	Maintained
3686
F:	drivers/net/wireless/libertas/
3687

3688
MARVELL MV643XX ETHERNET DRIVER
3689 3690
P:	Lennert Buytenhek
M:	buytenh@marvell.com
3691
L:	netdev@vger.kernel.org
3692
S:	Supported
3693 3694
F:	drivers/net/mv643xx_eth.*
F:	include/linux/mv643xx.h
L
Linus Torvalds 已提交
3695

3696 3697 3698 3699 3700 3701
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 已提交
3702 3703 3704 3705 3706 3707 3708 3709
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 已提交
3710 3711 3712
MATROX FRAMEBUFFER DRIVER
P:	Petr Vandrovec
M:	vandrove@vc.cvut.cz
3713
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
L
Linus Torvalds 已提交
3714
S:	Maintained
3715 3716
F:	drivers/video/matrox/matroxfb_*
F:	include/linux/matroxfb.h
L
Linus Torvalds 已提交
3717

3718 3719 3720 3721 3722
MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
P:	Hans J. Koch
M:	hjk@linutronix.de
L:	lm-sensors@lm-sensors.org
S:	Maintained
3723 3724
F:	Documentation/hwmon/max6650
F:	drivers/hwmon/max6650.c
3725

3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739
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
3740

3741
MEGARAID SCSI DRIVERS
J
Jim Cromie 已提交
3742
P:	Neela Syam Kolli
3743
M:	megaraidlinux@lsi.com
J
Jean Delvare 已提交
3744
L:	linux-scsi@vger.kernel.org
J
Jim Cromie 已提交
3745 3746
W:	http://megaraid.lsilogic.com
S:	Maintained
3747 3748 3749
F:	Documentation/scsi/megaraid.txt
F:	drivers/scsi/megaraid.*
F:	drivers/scsi/megaraid/
3750

3751 3752 3753 3754 3755
MEMORY MANAGEMENT
L:	linux-mm@kvack.org
L:	linux-kernel@vger.kernel.org
W:	http://www.linux-mm.org
S:	Maintained
3756 3757
F:	include/linux/mm.h
F:	mm/
3758

3759 3760 3761 3762 3763 3764 3765 3766 3767 3768
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
3769
F:	mm/memcontrol.c
3770

3771
MEMORY TECHNOLOGY DEVICES (MTD)
L
Linus Torvalds 已提交
3772 3773 3774 3775
P:	David Woodhouse
M:	dwmw2@infradead.org
W:	http://www.linux-mtd.infradead.org/
L:	linux-mtd@lists.infradead.org
3776
T:	git git://git.infradead.org/mtd-2.6.git
L
Linus Torvalds 已提交
3777
S:	Maintained
3778 3779 3780
F:	drivers/mtd/
F:	include/linux/mtd/
F:	include/mtd/
L
Linus Torvalds 已提交
3781

3782 3783 3784 3785 3786 3787 3788
MICROBLAZE ARCHITECTURE
P:	Michal Simek
M:	monstr@monstr.eu
L:	microblaze-uclinux@itee.uq.edu.au
W:	http://www.monstr.eu/fdt/
T:	git git://git.monstr.eu/linux-2.6-microblaze.git
S:	Supported
3789
F:	arch/microblaze/
3790

L
Linus Torvalds 已提交
3791 3792 3793 3794
MICROTEK X6 SCANNER
P:	Oliver Neukum
M:	oliver@neukum.name
S:	Maintained
3795
F:	drivers/usb/image/microtek.*
L
Linus Torvalds 已提交
3796 3797 3798 3799

MIPS
P:	Ralf Baechle
M:	ralf@linux-mips.org
3800
W:	http://www.linux-mips.org/
L
Linus Torvalds 已提交
3801
L:	linux-mips@linux-mips.org
3802
T:	git git://git.linux-mips.org/pub/scm/linux.git
3803
S:	Supported
3804 3805
F:	Documentation/mips/
F:	arch/mips/
L
Linus Torvalds 已提交
3806 3807 3808

MISCELLANEOUS MCA-SUPPORT
P:	James Bottomley
3809
M:	James.Bottomley@HansenPartnership.com
L
Linus Torvalds 已提交
3810 3811
L:	linux-kernel@vger.kernel.org
S:	Maintained
3812 3813 3814 3815
F:	Documentation/ia64/mca.txt
F:	Documentation/mca.txt
F:	drivers/mca/
F:	include/linux/mca*
L
Linus Torvalds 已提交
3816 3817 3818 3819 3820 3821

MODULE SUPPORT
P:	Rusty Russell
M:	rusty@rustcorp.com.au
L:	linux-kernel@vger.kernel.org
S:	Maintained
3822 3823
F:	include/linux/module.h
F:	kernel/module.c
L
Linus Torvalds 已提交
3824 3825 3826 3827 3828 3829

MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
P:	Stelian Pop
M:	stelian@popies.net
W:	http://popies.net/meye/
S:	Maintained
3830 3831 3832
F:	Documentation/video4linux/meye.txt
F:	drivers/media/video/meye.*
F:	include/linux/meye.h
L
Linus Torvalds 已提交
3833

3834 3835 3836 3837 3838
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
3839
F:	drivers/mmc/host/imxmmc.*
3840

L
Linus Torvalds 已提交
3841 3842 3843 3844 3845
MOUSE AND MISC DEVICES [GENERAL]
P:	Alessandro Rubini
M:	rubini@ipvvis.unipv.it
L:	linux-kernel@vger.kernel.org
S:	Maintained
3846 3847
F:	drivers/input/mouse/
F:	include/linux/gpio_mouse.h
L
Linus Torvalds 已提交
3848

J
Jiri Slaby 已提交
3849
MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3850 3851 3852 3853
P:	Jiri Slaby
M:	jirislaby@gmail.com
L:	linux-kernel@vger.kernel.org
S:	Maintained
3854 3855
F:	Documentation/serial/moxa-smartio
F:	drivers/char/mxser.*
3856

3857 3858 3859
MSI LAPTOP SUPPORT
P:	Lennart Poettering
M:	mzxreary@0pointer.de
3860
W:	https://tango.0pointer.de/mailman/listinfo/s270-linux
3861 3862
W:	http://0pointer.de/lennart/tchibo.html
S:	Maintained
3863
F:	drivers/platform/x86/msi-laptop.c
3864

S
Samuel Ortiz 已提交
3865 3866
MULTIFUNCTION DEVICES (MFD)
P:	Samuel Ortiz
S
Samuel Ortiz 已提交
3867
M:	sameo@linux.intel.com
S
Samuel Ortiz 已提交
3868
L:	linux-kernel@vger.kernel.org
3869
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
S
Samuel Ortiz 已提交
3870
S:	Supported
3871
F:	drivers/mfd/
S
Samuel Ortiz 已提交
3872

P
Pierre Ossman 已提交
3873
MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3874
P:	Pierre Ossman
3875
M:	pierre@ossman.eu
3876 3877
L:	linux-kernel@vger.kernel.org
S:	Maintained
3878 3879
F:	drivers/mmc/
F:	include/linux/mmc/
3880

D
David Brownell 已提交
3881 3882 3883 3884
MULTIMEDIA CARD (MMC) ETC. OVER SPI
P:	David Brownell
M:	dbrownell@users.sourceforge.net
L:	linux-kernel@vger.kernel.org
J
Jean Delvare 已提交
3885
S:	Odd Fixes
3886 3887
F:	drivers/mmc/host/mmc_spi.c
F:	include/linux/spi/mmc_spi.h
D
David Brownell 已提交
3888

L
Linus Torvalds 已提交
3889 3890 3891 3892
MULTISOUND SOUND DRIVER
P:	Andrew Veliath
M:	andrewtv@usa.net
S:	Maintained
3893 3894
F:	Documentation/sound/oss/MultiSound
F:	sound/oss/msnd*
L
Linus Torvalds 已提交
3895

3896 3897 3898 3899 3900
MULTITECH MULTIPORT CARD (ISICOM)
P:	Jiri Slaby
M:	jirislaby@gmail.com
L:	linux-kernel@vger.kernel.org
S:	Maintained
3901 3902
F:	drivers/char/isicom.c
F:	include/linux/isicom.h
3903

3904
MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3905 3906 3907
P:	Felipe Balbi
M:	felipe.balbi@nokia.com
L:	linux-usb@vger.kernel.org
3908
T:	git git://gitorious.org/musb/mainline.git
3909
S:	Maintained
3910
F:	drivers/usb/musb/
3911

3912 3913 3914 3915 3916 3917 3918 3919
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
3920
F:	drivers/net/myri10ge/
3921

L
Linus Torvalds 已提交
3922
NATSEMI ETHERNET DRIVER (DP8381x)
3923
P:	Tim Hockin
L
Linus Torvalds 已提交
3924 3925
M:	thockin@hockin.org
S:	Maintained
3926
F:	drivers/net/natsemi.c
L
Linus Torvalds 已提交
3927 3928 3929 3930 3931 3932

NCP FILESYSTEM
P:	Petr Vandrovec
M:	vandrove@vc.cvut.cz
L:	linware@sh.cvut.cz
S:	Maintained
3933
F:	fs/ncpfs/
L
Linus Torvalds 已提交
3934 3935 3936 3937 3938 3939

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

3942 3943
NETEFFECT IWARP RNIC DRIVER (IW_NES)
P:	Faisal Latif
3944
M:	faisal.latif@intel.com
3945
P:	Chien Tung
3946
M:	chien.tin.tung@intel.com
3947 3948 3949 3950 3951
L:	general@lists.openfabrics.org
W:	http://www.neteffect.com
S:	Supported
F:	drivers/infiniband/hw/nes/

3952 3953
NETEM NETWORK EMULATOR
P:	Stephen Hemminger
3954
M:	shemminger@linux-foundation.org
3955
L:	netem@lists.linux-foundation.org
3956
S:	Maintained
3957
F:	net/sched/sch_netem.c
3958

3959
NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3960 3961 3962 3963 3964 3965 3966 3967
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
3968 3969
P:	Anil Murthy
M:	anil.murthy@neterion.com
3970
L:	netdev@vger.kernel.org
3971 3972
W:	http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
W:	http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3973
S:	Supported
3974 3975
F:	Documentation/networking/s2io.txt
F:	drivers/net/s2io*
3976

L
Linus Torvalds 已提交
3977 3978 3979 3980 3981 3982
NETFILTER/IPTABLES/IPCHAINS
P:	Rusty Russell
P:	Marc Boucher
P:	James Morris
P:	Harald Welte
P:	Jozsef Kadlecsik
3983 3984
P:	Patrick McHardy
M:	kaber@trash.net
3985 3986
L:	netfilter-devel@vger.kernel.org
L:	netfilter@vger.kernel.org
3987
L:	coreteam@netfilter.org
L
Linus Torvalds 已提交
3988 3989 3990
W:	http://www.netfilter.org/
W:	http://www.iptables.org/
S:	Supported
3991 3992 3993 3994 3995 3996
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 已提交
3997

3998 3999 4000 4001 4002 4003
NETLABEL
P:	Paul Moore
M:	paul.moore@hp.com
W:	http://netlabel.sf.net
L:	netdev@vger.kernel.org
S:	Supported
4004
F:	Documentation/netlabel/
4005 4006
F:	include/net/netlabel.h
F:	net/netlabel/
4007

L
Linus Torvalds 已提交
4008 4009 4010 4011
NETROM NETWORK LAYER
P:	Ralf Baechle
M:	ralf@linux-mips.org
L:	linux-hams@vger.kernel.org
4012
W:	http://www.linux-ax25.org/
L
Linus Torvalds 已提交
4013
S:	Maintained
4014 4015 4016
F:	include/linux/netrom.h
F:	include/net/netrom.h
F:	net/netrom/
L
Linus Torvalds 已提交
4017

4018
NETWORK BLOCK DEVICE (NBD)
L
Linus Torvalds 已提交
4019 4020 4021
P:	Paul Clements
M:	Paul.Clements@steeleye.com
S:	Maintained
4022 4023 4024
F:	Documentation/blockdev/nbd.txt
F:	drivers/block/nbd.c
F:	include/linux/nbd.h
L
Linus Torvalds 已提交
4025 4026

NETWORKING [GENERAL]
B
Ben Hutchings 已提交
4027 4028
P:	David S. Miller
M:	davem@davemloft.net
4029
L:	netdev@vger.kernel.org
4030 4031
W:	http://www.linuxfoundation.org/en/Net
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
L
Linus Torvalds 已提交
4032
S:	Maintained
4033 4034
F:	net/
F:	include/net/
L
Linus Torvalds 已提交
4035 4036 4037 4038 4039 4040 4041 4042 4043

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
4044
M:	jmorris@namei.org
L
Linus Torvalds 已提交
4045 4046 4047
P:	Hideaki YOSHIFUJI
M:	yoshfuji@linux-ipv6.org
P:	Patrick McHardy
4048
M:	kaber@trash.net
4049
L:	netdev@vger.kernel.org
4050
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
L
Linus Torvalds 已提交
4051
S:	Maintained
4052 4053 4054
F:	net/ipv4/
F:	net/ipv6/
F:	include/net/ip*
L
Linus Torvalds 已提交
4055

4056 4057 4058 4059 4060 4061
NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
P:	Paul Moore
M:	paul.moore@hp.com
L:	netdev@vger.kernel.org
S:	Maintained

4062 4063 4064
NETWORKING [WIRELESS]
P:	John W. Linville
M:	linville@tuxdriver.com
4065
L:	linux-wireless@vger.kernel.org
4066
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4067
S:	Maintained
4068 4069 4070
F:	net/wireless/
F:	include/net/ieee80211*
F:	include/net/wireless.h
4071

4072 4073 4074 4075 4076 4077 4078
NETWORKING DRIVERS
L:	netdev@vger.kernel.org
W:	http://www.linuxfoundation.org/en/Net
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
S:	Odd Fixes
F:	drivers/net/

4079
NETXEN (1/10) GbE SUPPORT
4080 4081
P:	Dhananjay Phadke
M:	dhananjay@netxen.com
4082 4083 4084
L:	netdev@vger.kernel.org
W:	http://www.netxen.com
S:	Supported
4085
F:	drivers/net/netxen/
4086

4087
NFS, SUNRPC, AND LOCKD CLIENTS
L
Linus Torvalds 已提交
4088
P:	Trond Myklebust
4089 4090 4091 4092
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 已提交
4093
S:	Maintained
4094 4095 4096 4097 4098 4099 4100
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 已提交
4101 4102

NI5010 NETWORK DRIVER
4103 4104 4105 4106
P:	Jan-Pascal van Best
M:	janpascal@vanbest.org
P:	Andreas Mohr
M:	andi@lisas.de
4107
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
4108
S:	Maintained
4109
F:	drivers/net/ni5010.*
L
Linus Torvalds 已提交
4110

R
Ryusuke Konishi 已提交
4111 4112 4113 4114 4115 4116
NILFS2 FILESYSTEM
P:	KONISHI Ryusuke
M:	konishi.ryusuke@lab.ntt.co.jp
L:	users@nilfs.org
W:	http://www.nilfs.org/en/
S:	Supported
4117 4118 4119
F:	Documentation/filesystems/nilfs2.txt
F:	fs/nilfs2/
F:	include/linux/nilfs2_fs.h
R
Ryusuke Konishi 已提交
4120

L
Linus Torvalds 已提交
4121 4122 4123 4124 4125
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
4126 4127
F:	Documentation/scsi/NinjaSCSI.txt
F:	drivers/scsi/pcmcia/nsp_*
L
Linus Torvalds 已提交
4128 4129 4130 4131 4132 4133 4134 4135

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
4136 4137
F:	Documentation/scsi/NinjaSCSI.txt
F:	drivers/scsi/nsp32*
L
Linus Torvalds 已提交
4138 4139 4140 4141 4142 4143

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 已提交
4144
W:	http://www.linux-ntfs.org/
4145
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
L
Linus Torvalds 已提交
4146
S:	Maintained
4147 4148
F:	Documentation/filesystems/ntfs.txt
F:	fs/ntfs/
L
Linus Torvalds 已提交
4149

4150
NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
J
Jim Cromie 已提交
4151
P:	Antonino Daplas
4152
M:	adaplas@gmail.com
4153
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
J
Jim Cromie 已提交
4154
S:	Maintained
4155 4156
F:	drivers/video/riva/
F:	drivers/video/nvidia/
L
Linus Torvalds 已提交
4157

4158 4159 4160 4161 4162
OMFS FILESYSTEM
P:	Bob Copeland
M:	me@bobcopeland.com
L:	linux-karma-devel@lists.sourceforge.net
S:	Maintained
4163 4164
F:	Documentation/filesystems/omfs.txt
F:	fs/omfs/
4165

4166 4167 4168 4169
OMNIKEY CARDMAN 4000 DRIVER
P:	Harald Welte
M:	laforge@gnumonks.org
S:	Maintained
4170 4171
F:	drivers/char/pcmcia/cm4000_cs.c
F:	include/linux/cm4000_cs.h
4172

4173 4174 4175 4176
OMNIKEY CARDMAN 4040 DRIVER
P:	Harald Welte
M:	laforge@gnumonks.org
S:	Maintained
4177
F:	drivers/char/pcmcia/cm4040_cs.*
4178

4179
OMNIVISION OV7670 SENSOR DRIVER
4180
P:	Jonathan Corbet
4181
M:	corbet@lwn.net
4182
L:	linux-media@vger.kernel.org
4183
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4184
S:	Maintained
4185
F:	drivers/media/video/ov7670.c
4186

4187 4188 4189 4190 4191
ONENAND FLASH DRIVER
P:	Kyungmin Park
M:	kyungmin.park@samsung.com
L:	linux-mtd@lists.infradead.org
S:	Maintained
4192 4193
F:	drivers/mtd/onenand/
F:	include/linux/mtd/onenand*.h
4194

L
Linus Torvalds 已提交
4195 4196 4197 4198 4199 4200
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
4201 4202
F:	drivers/scsi/osst*
F:	drivers/scsi/st*
L
Linus Torvalds 已提交
4203

R
Randy Dunlap 已提交
4204 4205 4206
OPENCORES I2C BUS DRIVER
P:	Peter Korsgaard
M:	jacmet@sunsite.dk
4207
L:	linux-i2c@vger.kernel.org
R
Randy Dunlap 已提交
4208
S:	Maintained
4209 4210
F:	Documentation/i2c/busses/i2c-ocores
F:	drivers/i2c/busses/i2c-ocores.c
R
Randy Dunlap 已提交
4211

L
Linus Torvalds 已提交
4212
OPROFILE
4213 4214
P:	Robert Richter
M:	robert.richter@amd.com
L
Linus Torvalds 已提交
4215 4216
L:	oprofile-list@lists.sf.net
S:	Maintained
4217 4218 4219
F:	arch/*/oprofile/
F:	drivers/oprofile/
F:	include/linux/oprofile.h
L
Linus Torvalds 已提交
4220

R
Randy Dunlap 已提交
4221 4222 4223 4224 4225 4226 4227
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/
4228
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
R
Randy Dunlap 已提交
4229
S:	Supported
4230 4231 4232
F:	Documentation/filesystems/ocfs2.txt
F:	Documentation/filesystems/dlmfs.txt
F:	fs/ocfs2/
R
Randy Dunlap 已提交
4233

L
Linus Torvalds 已提交
4234 4235 4236 4237 4238
ORINOCO DRIVER
P:	Pavel Roskin
M:	proski@gnu.org
P:	David Gibson
M:	hermes@gibson.dropbear.id.au
4239
L:	linux-wireless@vger.kernel.org
4240 4241 4242
L:	orinoco-users@lists.sourceforge.net
L:	orinoco-devel@lists.sourceforge.net
W:	http://www.nongnu.org/orinoco/
L
Linus Torvalds 已提交
4243
S:	Maintained
4244
F:	drivers/net/wireless/orinoco/
L
Linus Torvalds 已提交
4245

4246 4247 4248 4249 4250 4251 4252
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
4253
T:	git git://git.open-osd.org/open-osd.git
4254 4255
S:	Maintained

R
Randy Dunlap 已提交
4256 4257 4258 4259 4260
P54 WIRELESS DRIVER
P:	Michael Wu
M:	flamingice@sourmilk.net
L:	linux-wireless@vger.kernel.org
W:	http://prism54.org
4261
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
R
Randy Dunlap 已提交
4262
S:	Maintained
4263
F:	drivers/net/wireless/p54/
R
Randy Dunlap 已提交
4264

4265 4266 4267 4268 4269
PA SEMI ETHERNET DRIVER
P:	Olof Johansson
M:	olof@lixom.net
L:	netdev@vger.kernel.org
S:	Maintained
4270
F:	drivers/net/pasemi_mac.*
4271

4272 4273 4274
PA SEMI SMBUS DRIVER
P:	Olof Johansson
M:	olof@lixom.net
4275
L:	linux-i2c@vger.kernel.org
4276
S:	Maintained
4277
F:	drivers/i2c/busses/i2c-pasemi.c
4278

4279 4280 4281 4282
PANASONIC LAPTOP ACPI EXTRAS DRIVER
P:	Harald Welte
M:	laforge@gnumonks.org
S:	Maintained
4283
F:	drivers/platform/x86/panasonic-laptop.c
4284

4285 4286 4287 4288 4289 4290 4291 4292
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
4293 4294
F:	Documentation/mn10300/
F:	arch/mn10300/
4295

L
Linus Torvalds 已提交
4296
PARALLEL PORT SUPPORT
4297
L:	linux-parport@lists.infradead.org (subscribers-only)
4298
S:	Orphan
4299 4300 4301 4302
F:	drivers/parport/
F:	include/linux/parport*.h
F:	drivers/char/ppdev.c
F:	include/linux/ppdev.h
L
Linus Torvalds 已提交
4303

4304 4305 4306 4307 4308
PARAVIRT_OPS INTERFACE
P:	Jeremy Fitzhardinge
M:	jeremy@xensource.com
P:	Chris Wright
M:	chrisw@sous-sol.org
4309 4310
P:	Alok Kataria
M:	akataria@vmware.com
4311 4312 4313 4314 4315
P:	Rusty Russell
M:	rusty@rustcorp.com.au
L:	virtualization@lists.osdl.org
L:	linux-kernel@vger.kernel.org
S:	Supported
4316 4317 4318
F:	Documentation/ia64/paravirt_ops.txt
F:	arch/*/kernel/paravirt*
F:	arch/*/include/asm/paravirt.h
4319

R
Randy Dunlap 已提交
4320 4321 4322 4323 4324 4325
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
4326 4327
F:	Documentation/blockdev/paride.txt
F:	drivers/block/paride/
R
Randy Dunlap 已提交
4328 4329 4330 4331

PARISC ARCHITECTURE
P:	Kyle McMartin
M:	kyle@mcmartin.ca
4332 4333
P:	Helge Deller
M:	deller@gmx.de
R
Randy Dunlap 已提交
4334 4335
L:	linux-parisc@vger.kernel.org
W:	http://www.parisc-linux.org/
4336
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
R
Randy Dunlap 已提交
4337
S:	Maintained
4338 4339
F:	arch/parisc/
F:	drivers/parisc/
R
Randy Dunlap 已提交
4340

4341 4342 4343 4344 4345
PC87360 HARDWARE MONITORING DRIVER
P:	Jim Cromie
M:	jim.cromie@gmail.com
L:	lm-sensors@lm-sensors.org
S:	Maintained
4346 4347
F:	Documentation/hwmon/pc87360
F:	drivers/hwmon/pc87360.c
4348 4349 4350 4351 4352

PC8736x GPIO DRIVER
P:	Jim Cromie
M:	jim.cromie@gmail.com
S:	Maintained
4353
F:	drivers/char/pc8736x_gpio.c
4354

4355 4356 4357 4358
PCA9532 LED DRIVER
P:	Riku Voipio
M:	riku.voipio@iki.fi
S:	Maintained
4359 4360
F:	drivers/leds/leds-pca9532.c
F:	include/linux/leds-pca9532.h
4361

4362 4363 4364 4365
PCI ERROR RECOVERY
P:	Linas Vepstas
M:	linas@austin.ibm.com
L:	linux-kernel@vger.kernel.org
4366
L:	linux-pci@vger.kernel.org
4367
S:	Supported
4368 4369
F:	Documentation/PCI/pci-error-recovery.txt
F:	Documentation/powerpc/eeh-pci-error-recovery.txt
4370

L
Linus Torvalds 已提交
4371
PCI SUBSYSTEM
4372 4373
P:	Jesse Barnes
M:	jbarnes@virtuousgeek.org
L
Linus Torvalds 已提交
4374
L:	linux-kernel@vger.kernel.org
4375
L:	linux-pci@vger.kernel.org
4376
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
L
Linus Torvalds 已提交
4377
S:	Supported
4378 4379 4380
F:	Documentation/PCI/
F:	drivers/pci/
F:	include/linux/pci*
L
Linus Torvalds 已提交
4381

4382 4383 4384
PCIE HOTPLUG DRIVER
P:	Kristen Carlson Accardi
M:	kristen.c.accardi@intel.com
4385
L:	linux-pci@vger.kernel.org
L
Len Brown 已提交
4386
S:	Supported
4387
F:	drivers/pci/pcie/
4388

L
Linus Torvalds 已提交
4389
PCMCIA SUBSYSTEM
4390
P:	Linux PCMCIA Team
4391
L:	linux-pcmcia@lists.infradead.org
4392
W:	http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4393
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4394
S:	Maintained
4395 4396 4397
F:	Documentation/pcmcia/
F:	drivers/pcmcia/
F:	include/pcmcia/
L
Linus Torvalds 已提交
4398 4399

PCNET32 NETWORK DRIVER
P
pcnet32@verizon.net 已提交
4400 4401
P:	Don Fry
M:	pcnet32@verizon.net
4402
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
4403
S:	Maintained
4404
F:	drivers/net/pcnet32.c
L
Linus Torvalds 已提交
4405

4406
PER-TASK DELAY ACCOUNTING
4407 4408
P:	Balbir Singh
M:	balbir@linux.vnet.ibm.com
4409 4410
L:	linux-kernel@vger.kernel.org
S:	Maintained
4411 4412
F:	include/linux/delayacct.h
F:	kernel/delayacct.c
4413

4414 4415 4416 4417 4418 4419 4420 4421 4422 4423
PERFORMANCE COUNTER SUBSYSTEM
P:	Peter Zijlstra
M:	a.p.zijlstra@chello.nl
P:	Paul Mackerras
M:	paulus@samba.org
P:	Ingo Molnar
M:	mingo@elte.hu
L:	linux-kernel@vger.kernel.org
S:	Supported

4424 4425 4426 4427 4428
PERSONALITY HANDLING
P:	Christoph Hellwig
M:	hch@infradead.org
L:	linux-abi-devel@lists.sourceforge.net
S:	Maintained
4429
F:	include/linux/personality.h
4430

L
Linus Torvalds 已提交
4431
PHRAM MTD DRIVER
4432 4433
P:	Joern Engel
M:	joern@lazybastard.org
L
Linus Torvalds 已提交
4434 4435
L:	linux-mtd@lists.infradead.org
S:	Maintained
4436
F:	drivers/mtd/devices/phram.c
L
Linus Torvalds 已提交
4437

4438 4439 4440 4441 4442
PKTCDVD DRIVER
P:	Peter Osterlund
M:	petero2@telia.com
L:	linux-kernel@vger.kernel.org
S:	Maintained
4443 4444
F:	drivers/block/pktcdvd.c
F:	include/linux/pktcdvd.h
4445

L
Linus Torvalds 已提交
4446
POSIX CLOCKS and TIMERS
4447 4448
P:	Thomas Gleixner
M:	tglx@linutronix.de
4449
L:	linux-kernel@vger.kernel.org
L
Linus Torvalds 已提交
4450
S:	Supported
4451 4452 4453
F:	fs/timerfd.c
F:	include/linux/timer*
F:	kernel/*timer*
L
Linus Torvalds 已提交
4454

4455 4456 4457 4458 4459 4460
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
4461
T:	git git://git.infradead.org/battery-2.6.git
4462
S:	Maintained
4463 4464
F:	include/linux/power_supply.h
F:	drivers/power/power_supply*
4465

L
Linus Torvalds 已提交
4466 4467
PNP SUPPORT
P:	Adam Belay
4468 4469 4470
M:	abelay@mit.edu
P:	Bjorn Helgaas
M:	bjorn.helgaas@hp.com
L
Linus Torvalds 已提交
4471
S:	Maintained
4472
F:	drivers/pnp/
L
Linus Torvalds 已提交
4473

4474 4475 4476
PNXxxxx I2C DRIVER
P:	Vitaly Wool
M:	vitalywool@gmail.com
4477
L:	linux-i2c@vger.kernel.org
4478
S:	Maintained
4479
F:	drivers/i2c/busses/i2c-pnx.c
4480

L
Linus Torvalds 已提交
4481 4482 4483 4484 4485
PPP PROTOCOL DRIVERS AND COMPRESSORS
P:	Paul Mackerras
M:	paulus@samba.org
L:	linux-ppp@vger.kernel.org
S:	Maintained
4486
F:	drivers/net/ppp_*
L
Linus Torvalds 已提交
4487 4488 4489 4490 4491

PPP OVER ATM (RFC 2364)
P:	Mitchell Blank Jr
M:	mitch@sfgoth.com
S:	Maintained
4492 4493
F:	net/atm/pppoatm.c
F:	include/linux/atmppp.h
L
Linus Torvalds 已提交
4494 4495 4496

PPP OVER ETHERNET
P:	Michal Ostrowski
4497
M:	mostrows@earthlink.net
L
Linus Torvalds 已提交
4498
S:	Maintained
4499 4500
F:	drivers/net/pppoe.c
F:	drivers/net/pppox.c
L
Linus Torvalds 已提交
4501

4502 4503 4504 4505
PPP OVER L2TP
P:	James Chapman
M:	jchapman@katalix.com
S:	Maintained
4506 4507
F:	drivers/net/pppol2tp.c
F:	include/linux/if_pppol2tp.h
4508

L
Linus Torvalds 已提交
4509 4510 4511 4512 4513 4514 4515
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
4516 4517
F:	Documentation/preempt-locking.txt
F:	include/linux/preempt.h
L
Linus Torvalds 已提交
4518 4519

PRISM54 WIRELESS DRIVER
4520 4521
P:	Luis R. Rodriguez
M:	mcgrof@gmail.com
4522
L:	linux-wireless@vger.kernel.org
L
Linus Torvalds 已提交
4523 4524
W:	http://prism54.org
S:	Maintained
4525
F:	drivers/net/wireless/prism54/
L
Linus Torvalds 已提交
4526 4527 4528 4529 4530 4531 4532

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

4533 4534 4535 4536 4537
PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
P:	Mikael Pettersson
M:	mikpe@it.uu.se
L:	linux-ide@vger.kernel.org
S:	Maintained
4538
F:	drivers/ata/sata_promise.*
4539

4540 4541 4542 4543 4544 4545
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
4546
F:	drivers/net/ps3_gelic_net.*
4547

4548 4549 4550 4551 4552 4553
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
4554 4555 4556 4557 4558 4559
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/
4560
F:	drivers/rtc/rtc-ps3.c
4561
F:	drivers/usb/host/*ps3.c
4562
F:	sound/ppc/snd_ps3*
4563

4564 4565 4566 4567 4568 4569
PS3VRAM DRIVER
P:	Jim Paris
M:	jim@jtan.com
L:	cbe-oss-dev@ozlabs.org
S:	Maintained

4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582
PTRACE SUPPORT
P:	Roland McGrath
M:	roland@redhat.com
P:	Oleg Nesterov
M:	oleg@redhat.com
L:	linux-kernel@vger.kernel.org
S:	Maintained
F:	include/asm-generic/syscall.h
F:	include/linux/ptrace.h
F:	include/linux/regset.h
F:	include/linux/tracehook.h
F:	kernel/ptrace.c

4583 4584 4585
PVRUSB2 VIDEO4LINUX DRIVER
P:	Mike Isely
M:	isely@pobox.com
4586
L:	pvrusb2@isely.net	(subscribers-only)
4587
L:	linux-media@vger.kernel.org
4588
W:	http://www.isely.net/pvrusb2/
4589
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4590
S:	Maintained
4591 4592
F:	Documentation/video4linux/README.pvrusb2
F:	drivers/media/video/pvrusb2/
4593

4594 4595 4596 4597 4598
PXA2xx/PXA3xx SUPPORT
P:	Eric Miao
M:	eric.miao@marvell.com
P:	Russell King
M:	linux@arm.linux.org.uk
4599
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
L
Linus Torvalds 已提交
4600
S:	Maintained
4601 4602 4603 4604 4605 4606
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 已提交
4607

4608 4609 4610 4611 4612 4613
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)
4614
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4615 4616
S:	Supported

4617 4618 4619 4620
PXA910 SUPPORT
P:	Eric Miao
M:	eric.miao@marvell.com
L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
4621
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4622 4623
S:	Supported

4624 4625 4626
PXA MMCI DRIVER
S:	Orphan

4627 4628 4629 4630 4631 4632
PXA RTC DRIVER
P:	Robert Jarzmik
M:	robert.jarzmik@free.fr
L:	rtc-linux@googlegroups.com
S:	Maintained

L
Linus Torvalds 已提交
4633 4634
QLOGIC QLA2XXX FC-SCSI DRIVER
P:	Andrew Vasquez
4635
M:	linux-driver@qlogic.com
L
Linus Torvalds 已提交
4636 4637
L:	linux-scsi@vger.kernel.org
S:	Supported
4638 4639
F:	Documentation/scsi/LICENSE.qla2xxx
F:	drivers/scsi/qla2xxx/
L
Linus Torvalds 已提交
4640

R
Ron Mercer 已提交
4641 4642 4643 4644 4645
QLOGIC QLA3XXX NETWORK DRIVER
P:	Ron Mercer
M:	linux-driver@qlogic.com
L:	netdev@vger.kernel.org
S:	Supported
4646 4647
F:	Documentation/networking/LICENSE.qla3xxx
F:	drivers/net/qla3xxx.*
R
Ron Mercer 已提交
4648

4649 4650 4651 4652 4653 4654
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
4655
F:	drivers/net/qlge/
4656

L
Linus Torvalds 已提交
4657 4658 4659 4660 4661 4662
QNX4 FILESYSTEM
P:	Anders Larsen
M:	al@alarsen.net
L:	linux-kernel@vger.kernel.org
W:	http://www.alarsen.net/linux/qnx4fs/
S:	Maintained
4663
F:	fs/qnx4/
4664 4665
F:	include/linux/qnx4_fs.h
F:	include/linux/qnxtypes.h
L
Linus Torvalds 已提交
4666 4667

RADEON FRAMEBUFFER DISPLAY DRIVER
4668 4669
P:	Benjamin Herrenschmidt
M:	benh@kernel.crashing.org
4670
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
L
Linus Torvalds 已提交
4671
S:	Maintained
4672 4673
F:	drivers/video/aty/radeon*
F:	include/linux/radeonfb.h
L
Linus Torvalds 已提交
4674 4675

RAGE128 FRAMEBUFFER DISPLAY DRIVER
4676 4677
P:	Paul Mackerras
M:	paulus@samba.org
4678
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
L
Linus Torvalds 已提交
4679
S:	Maintained
4680
F:	drivers/video/aty/aty128fb.c
L
Linus Torvalds 已提交
4681

4682
RALINK RT2X00 WIRELESS LAN DRIVER
4683 4684
P:	rt2x00 project
L:	linux-wireless@vger.kernel.org
4685
L:	users@rt2x00.serialmonkey.com
4686 4687
W:	http://rt2x00.serialmonkey.com/
S:	Maintained
4688
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4689 4690
F:	drivers/net/wireless/rt2x00/

N
Nick Piggin 已提交
4691 4692 4693 4694
RAMDISK RAM BLOCK DEVICE DRIVER
P:	Nick Piggin
M:	npiggin@suse.de
S:	Maintained
4695 4696
F:	Documentation/blockdev/ramdisk.txt
F:	drivers/block/brd.c
N
Nick Piggin 已提交
4697

4698 4699 4700 4701
RANDOM NUMBER DRIVER
P:	Matt Mackall
M:	mpm@selenic.com
S:	Maintained
4702
F:	drivers/char/random.c
4703

4704 4705 4706 4707 4708
RAPIDIO SUBSYSTEM
P:	Matt Porter
M:	mporter@kernel.crashing.org
L:	linux-kernel@vger.kernel.org
S:	Maintained
4709
F:	drivers/rapidio/
4710

R
Randy Dunlap 已提交
4711 4712 4713 4714 4715
RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
P:	Corey Thomas
M:	coreythomas@charter.net
L:	linux-wireless@vger.kernel.org
S:	Maintained
4716
F:	drivers/net/wireless/ray*
R
Randy Dunlap 已提交
4717 4718 4719 4720 4721 4722

RCUTORTURE MODULE
P:	Josh Triplett
M:	josh@freedesktop.org
L:	linux-kernel@vger.kernel.org
S:	Maintained
4723 4724
F:	Documentation/RCU/torture.txt
F:	kernel/rcutorture.c
R
Randy Dunlap 已提交
4725

4726 4727
RDC R-321X SoC
P:	Florian Fainelli
4728
M:	florian@openwrt.org
4729 4730 4731
L:	linux-kernel@vger.kernel.org
S:	Maintained

4732 4733
RDC R6040 FAST ETHERNET DRIVER
P:	Florian Fainelli
4734
M:	florian@openwrt.org
4735 4736
L:	netdev@vger.kernel.org
S:	Maintained
4737
F:	drivers/net/r6040.c
4738

A
Andy Grover 已提交
4739 4740 4741 4742 4743
RDS - RELIABLE DATAGRAM SOCKETS
P:	Andy Grover
M:	andy.grover@oracle.com
L:	rds-devel@oss.oracle.com
S:	Supported
4744
F:	net/rds/
A
Andy Grover 已提交
4745

4746 4747 4748 4749 4750 4751
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
4752 4753 4754 4755 4756
F:	Documentation/RCU/rcu.txt
F:	Documentation/RCU/rcuref.txt
F:	include/linux/rcupdate.h
F:	include/linux/srcu.h
F:	kernel/rcupdate.c
4757

L
Linus Torvalds 已提交
4758 4759 4760 4761 4762
REAL TIME CLOCK DRIVER
P:	Paul Gortmaker
M:	p_gortmaker@yahoo.com
L:	linux-kernel@vger.kernel.org
S:	Maintained
4763 4764 4765
F:	Documentation/rtc.txt
F:	drivers/rtc/
F:	include/linux/rtc.h
L
Linus Torvalds 已提交
4766

4767 4768 4769
REAL TIME CLOCK (RTC) SUBSYSTEM
P:	Alessandro Zummo
M:	a.zummo@towertech.it
4770
L:	rtc-linux@googlegroups.com
4771
S:	Maintained
4772 4773 4774
F:	Documentation/rtc.txt
F:	drivers/rtc/
F:	include/linux/rtc.h
4775

L
Linus Torvalds 已提交
4776
REISERFS FILE SYSTEM
4777
L:	reiserfs-devel@vger.kernel.org
L
Linus Torvalds 已提交
4778
S:	Supported
4779
F:	fs/reiserfs/
L
Linus Torvalds 已提交
4780

4781 4782 4783 4784 4785
RFKILL
P:	Ivo van Doorn
M:	IvDoorn@gmail.com
L:	netdev@vger.kernel.org
S:	Maintained
4786 4787
F	Documentation/rfkill.txt
F:	net/rfkill/
4788

R
Randy Dunlap 已提交
4789 4790
RISCOM8 DRIVER
S:	Orphan
4791 4792
F:	Documentation/serial/riscom8.txt
F:	drivers/char/riscom8*
R
Randy Dunlap 已提交
4793

L
Linus Torvalds 已提交
4794 4795 4796 4797
ROCKETPORT DRIVER
P:	Comtrol Corp.
W:	http://www.comtrol.com
S:	Maintained
4798 4799
F:	Documentation/serial/rocket.txt
F:	drivers/char/rocket*
L
Linus Torvalds 已提交
4800 4801 4802 4803 4804

ROSE NETWORK LAYER
P:	Ralf Baechle
M:	ralf@linux-mips.org
L:	linux-hams@vger.kernel.org
4805
W:	http://www.linux-ax25.org/
L
Linus Torvalds 已提交
4806
S:	Maintained
4807 4808 4809
F:	include/linux/rose.h
F:	include/net/rose.h
F:	net/rose/
L
Linus Torvalds 已提交
4810

4811
RTL8180 WIRELESS DRIVER
4812 4813
P:	John W. Linville
M:	linville@tuxdriver.com
4814 4815
L:	linux-wireless@vger.kernel.org
W:	http://linuxwireless.org/
4816
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4817
S:	Maintained
4818
F:	drivers/net/wireless/rtl818*
4819

4820
RTL8187 WIRELESS DRIVER
4821 4822 4823 4824 4825 4826 4827 4828
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/
4829
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4830
S:	Maintained
4831
F:	drivers/net/wireless/rtl818x/rtl8187*
4832

4833
S3 SAVAGE FRAMEBUFFER DRIVER
J
Jim Cromie 已提交
4834
P:	Antonino Daplas
4835
M:	adaplas@gmail.com
4836
L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
J
Jim Cromie 已提交
4837
S:	Maintained
4838
F:	drivers/video/savage/
4839

L
Linus Torvalds 已提交
4840 4841 4842
S390
P:	Martin Schwidefsky
M:	schwidefsky@de.ibm.com
4843 4844
P:	Heiko Carstens
M:	heiko.carstens@de.ibm.com
L
Linus Torvalds 已提交
4845
M:	linux390@de.ibm.com
4846
L:	linux-s390@vger.kernel.org
4847 4848
W:	http://www.ibm.com/developerworks/linux/linux390/
S:	Supported
4849
F:	arch/s390/
4850 4851

S390 NETWORK DRIVERS
4852
P:	Ursula Braun
4853
M:	ursula.braun@de.ibm.com
U
Ursula Braun 已提交
4854 4855
P:	Frank Blaschka
M:	blaschka@linux.vnet.ibm.com
4856
M:	linux390@de.ibm.com
4857
L:	linux-s390@vger.kernel.org
4858 4859
W:	http://www.ibm.com/developerworks/linux/linux390/
S:	Supported
4860
F:	drivers/s390/net/
4861

4862 4863 4864 4865 4866 4867 4868 4869
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
4870
F:	drivers/s390/crypto/
4871

4872
S390 ZFCP DRIVER
4873 4874 4875 4876
P:	Christof Schmitt
M:	christof.schmitt@de.ibm.com
P:	Martin Peschke
M:	mp3@de.ibm.com
4877
M:	linux390@de.ibm.com
4878
L:	linux-s390@vger.kernel.org
4879
W:	http://www.ibm.com/developerworks/linux/linux390/
L
Linus Torvalds 已提交
4880
S:	Supported
4881 4882
F:	Documentation/s390/zfcpdump.txt
F:	drivers/s390/scsi/zfcp_*
L
Linus Torvalds 已提交
4883

4884 4885
S390 IUCV NETWORK LAYER
P:	Ursula Braun
4886
M:	ursula.braun@de.ibm.com
4887 4888 4889 4890
M:	linux390@de.ibm.com
L:	linux-s390@vger.kernel.org
W:	http://www.ibm.com/developerworks/linux/linux390/
S:	Supported
4891 4892 4893
F:	drivers/s390/net/*iucv*
F:	include/net/iucv/
F:	net/iucv/
4894

4895 4896 4897 4898 4899 4900
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
4901
F:	drivers/mmc/host/s3cmci.*
4902

L
Linus Torvalds 已提交
4903 4904 4905
SAA7146 VIDEO4LINUX-2 DRIVER
P:	Michael Hunold
M:	michael@mihu.de
4906
L:	linux-media@vger.kernel.org
4907
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
L
Linus Torvalds 已提交
4908 4909
W:	http://www.mihu.de/linux/saa7146
S:	Maintained
4910 4911 4912
F:	drivers/media/common/saa7146*
F:	drivers/media/video/*7146*
F:	include/media/*7146*
L
Linus Torvalds 已提交
4913 4914 4915

SC1200 WDT DRIVER
P:	Zwane Mwaikambo
4916
M:	zwane@arm.linux.org.uk
L
Linus Torvalds 已提交
4917
S:	Maintained
4918
F:	drivers/watchdog/sc1200wdt.c
L
Linus Torvalds 已提交
4919 4920 4921 4922

SCHEDULER
P:	Ingo Molnar
M:	mingo@elte.hu
4923 4924
P:	Peter Zijlstra
M:	peterz@infradead.org
L
Linus Torvalds 已提交
4925 4926
L:	linux-kernel@vger.kernel.org
S:	Maintained
4927 4928
F:	kernel/sched*
F:	include/linux/sched.h
L
Linus Torvalds 已提交
4929 4930 4931

SCSI CDROM DRIVER
P:	Jens Axboe
4932
M:	axboe@kernel.dk
L
Linus Torvalds 已提交
4933 4934 4935
L:	linux-scsi@vger.kernel.org
W:	http://www.kernel.dk
S:	Maintained
4936
F:	drivers/scsi/sr*
L
Linus Torvalds 已提交
4937 4938 4939 4940 4941 4942 4943

SCSI SG DRIVER
P:	Doug Gilbert
M:	dgilbert@interlog.com
L:	linux-scsi@vger.kernel.org
W:	http://www.torque.net/sg
S:	Maintained
4944 4945
F:	drivers/scsi/sg.c
F:	include/scsi/sg.h
L
Linus Torvalds 已提交
4946 4947 4948

SCSI SUBSYSTEM
P:	James E.J. Bottomley
4949
M:	James.Bottomley@HansenPartnership.com
L
Linus Torvalds 已提交
4950
L:	linux-scsi@vger.kernel.org
4951 4952 4953
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 已提交
4954
S:	Maintained
4955 4956
F:	drivers/scsi/
F:	include/scsi/
L
Linus Torvalds 已提交
4957 4958

SCSI TAPE DRIVER
4959
P:	Kai Mäkisara
L
Linus Torvalds 已提交
4960 4961 4962
M:	Kai.Makisara@kolumbus.fi
L:	linux-scsi@vger.kernel.org
S:	Maintained
4963 4964
F:	Documentation/scsi/st.txt
F:	drivers/scsi/st*
L
Linus Torvalds 已提交
4965 4966

SCTP PROTOCOL
4967 4968
P:	Vlad Yasevich
M:	vladislav.yasevich@hp.com
J
Jim Cromie 已提交
4969 4970
P:	Sridhar Samudrala
M:	sri@us.ibm.com
4971
L:	linux-sctp@vger.kernel.org
4972
W:	http://lksctp.sourceforge.net
J
Jim Cromie 已提交
4973
S:	Supported
4974 4975 4976 4977
F:	Documentation/networking/sctp.txt
F:	include/linux/sctp.h
F:	include/net/sctp/
F:	net/sctp/
L
Linus Torvalds 已提交
4978 4979

SCx200 CPU SUPPORT
4980 4981 4982
P:	Jim Cromie
M:	jim.cromie@gmail.com
S:	Odd Fixes
4983 4984 4985 4986 4987 4988
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
4989 4990 4991 4992 4993

SCx200 GPIO DRIVER
P:	Jim Cromie
M:	jim.cromie@gmail.com
S:	Maintained
4994 4995
F:	drivers/char/scx200_gpio.c
F:	include/linux/scx200_gpio.h
4996 4997 4998 4999 5000

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

5003 5004 5005 5006 5007
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
5008
F:	drivers/mmc/host/sdricoh_cs.c
5009

5010
SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
R
Randy Dunlap 已提交
5011
P:	Pierre Ossman
5012
M:	pierre@ossman.eu
5013
L:	sdhci-devel@lists.ossman.eu
R
Randy Dunlap 已提交
5014 5015
S:	Maintained

5016 5017 5018 5019 5020
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 已提交
5021
S:	Maintained
5022
F:	drivers/mmc/host/sdhci.*
R
Randy Dunlap 已提交
5023

5024 5025 5026 5027 5028
SECURITY SUBSYSTEM
P:	James Morris
M:	jmorris@namei.org
L:	linux-kernel@vger.kernel.org
L:	linux-security-module@vger.kernel.org (suggested Cc:)
5029
T:	git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5030
W:	http://security.wiki.kernel.org/
5031
S:	Supported
5032
F:	security/
5033

L
Linus Torvalds 已提交
5034 5035 5036 5037 5038 5039 5040
SECURITY CONTACT
P:	Security Officers
M:	security@kernel.org
S:	Supported

SELINUX SECURITY MODULE
P:	Stephen Smalley
5041
M:	sds@tycho.nsa.gov
L
Linus Torvalds 已提交
5042
P:	James Morris
5043
M:	jmorris@namei.org
5044 5045
P:	Eric Paris
M:	eparis@parisplace.org
L
Linus Torvalds 已提交
5046
L:	linux-kernel@vger.kernel.org (kernel issues)
5047
L:	selinux@tycho.nsa.gov (subscribers-only, general discussion)
5048
W:	http://selinuxproject.org
5049
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
L
Linus Torvalds 已提交
5050
S:	Supported
5051 5052
F:	include/linux/selinux*
F:	security/selinux/
L
Linus Torvalds 已提交
5053

5054 5055 5056 5057
SENSABLE PHANTOM
P:	Jiri Slaby
M:	jirislaby@gmail.com
S:	Maintained
5058 5059
F:	drivers/misc/phantom.c
F:	include/linux/phantom.h
5060

5061
SERIAL ATA (SATA) SUBSYSTEM
L
Linus Torvalds 已提交
5062 5063 5064
P:	Jeff Garzik
M:	jgarzik@pobox.com
L:	linux-ide@vger.kernel.org
5065
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
L
Linus Torvalds 已提交
5066
S:	Supported
5067 5068 5069
F:	drivers/ata/
F:	include/linux/ata.h
F:	include/linux/libata.h
L
Linus Torvalds 已提交
5070

S
Sathya Perla 已提交
5071 5072 5073
SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
P:	Sathya Perla
M:	sathyap@serverengines.com
5074 5075 5076 5077 5078
P:	Subbu Seetharaman
M:	subbus@serverengines.com
L:	netdev@vger.kernel.org
W:	http://www.serverengines.com
S:	Supported
5079
F:	drivers/net/benet/
S
Sathya Perla 已提交
5080

5081 5082 5083 5084 5085 5086
SFC NETWORK DRIVER
P:	Steve Hodgson
P:	Ben Hutchings
P:	Robert Stonehouse
M:	linux-net-drivers@solarflare.com
S:	Supported
5087
F:	drivers/net/sfc/
5088

R
Randy Dunlap 已提交
5089 5090 5091 5092
SGI GRU DRIVER
P:	Jack Steiner
M:	steiner@sgi.com
S:	Maintained
5093
F:	drivers/misc/sgi-gru/
R
Randy Dunlap 已提交
5094 5095 5096 5097 5098 5099

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

L
Linus Torvalds 已提交
5104 5105 5106 5107 5108 5109
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.
5110
F:	Documentation/sgi-visws.txt
L
Linus Torvalds 已提交
5111

5112
SGI XP/XPC/XPNET DRIVER
5113 5114
P:	Robin Holt
M:	holt@sgi.com
5115
S:	Maintained
5116
F:	drivers/misc/sgi-xp/
5117

R
Randy Dunlap 已提交
5118 5119 5120 5121 5122 5123
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
5124 5125 5126 5127 5128
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 已提交
5129 5130 5131 5132 5133 5134

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

L
Linus Torvalds 已提交
5137 5138 5139 5140 5141 5142
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
5143
F:	arch/arm/mach-ebsa110/
L
Linus Torvalds 已提交
5144 5145 5146 5147 5148 5149 5150

SIMTEC EB2410ITX (BAST)
P:	Ben Dooks
P:	Vincent Sanders
M:	support@simtec.co.uk
W:	http://www.simtec.co.uk/products/EB2410ITX/
S:	Supported
5151 5152 5153
F:	arch/arm/mach-s3c2410/
F:	drivers/*/*s3c2410*
F:	drivers/*/*/*s3c2410*
L
Linus Torvalds 已提交
5154

5155 5156 5157 5158 5159
SIS 190 ETHERNET DRIVER
P:	Francois Romieu
M:	romieu@fr.zoreil.com
L:	netdev@vger.kernel.org
S:	Maintained
5160
F:	drivers/net/sis190.c
5161

L
Linus Torvalds 已提交
5162 5163 5164 5165
SIS 900/7016 FAST ETHERNET DRIVER
P:	Daniele Venzano
M:	venza@brownhat.org
W:	http://www.brownhat.org/sis900.html
5166
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
5167
S:	Maintained
5168
F:	drivers/net/sis900.*
L
Linus Torvalds 已提交
5169

M
Mark M. Hoffman 已提交
5170 5171 5172
SIS 96X I2C/SMBUS DRIVER
P:	Mark M. Hoffman
M:	mhoffman@lightlink.com
5173
L:	linux-i2c@vger.kernel.org
M
Mark M. Hoffman 已提交
5174
S:	Maintained
5175 5176
F:	Documentation/i2c/busses/i2c-sis96x
F:	drivers/i2c/busses/i2c-sis96x.c
M
Mark M. Hoffman 已提交
5177

L
Linus Torvalds 已提交
5178 5179 5180 5181
SIS FRAMEBUFFER DRIVER
P:	Thomas Winischhofer
M:	thomas@winischhofer.net
W:	http://www.winischhofer.net/linuxsisvga.shtml
5182
S:	Maintained
5183 5184 5185
F:	Documentation/fb/sisfb.txt
F:	drivers/video/sis/
F:	include/video/sisfb.h
L
Linus Torvalds 已提交
5186 5187 5188 5189 5190 5191

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

R
Randy Dunlap 已提交
5194 5195 5196 5197 5198
SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
P:	Stephen Hemminger
M:	shemminger@linux-foundation.org
L:	netdev@vger.kernel.org
S:	Maintained
5199 5200
F:	drivers/net/skge.*
F:	drivers/net/sky2.*
R
Randy Dunlap 已提交
5201

5202 5203
SLAB ALLOCATOR
P:	Christoph Lameter
C
Christoph Lameter 已提交
5204
M:	cl@linux-foundation.org
5205 5206
P:	Pekka Enberg
M:	penberg@cs.helsinki.fi
5207 5208
P:	Matt Mackall
M:	mpm@selenic.com
5209 5210
L:	linux-mm@kvack.org
S:	Maintained
5211 5212
F:	include/linux/sl?b*.h
F:	mm/sl?b.c
5213

L
Linus Torvalds 已提交
5214 5215 5216 5217
SMC91x ETHERNET DRIVER
P:	Nicolas Pitre
M:	nico@cam.org
S:	Maintained
5218
F:	drivers/net/smc91x.*
L
Linus Torvalds 已提交
5219

M
Mark M. Hoffman 已提交
5220 5221 5222 5223 5224
SMSC47B397 HARDWARE MONITOR DRIVER
P:	Mark M. Hoffman
M:	mhoffman@lightlink.com
L:	lm-sensors@lm-sensors.org
S:	Maintained
5225 5226
F:	Documentation/hwmon/smsc47b397
F:	drivers/hwmon/smsc47b397.c
M
Mark M. Hoffman 已提交
5227

5228
SMSC911x ETHERNET DRIVER
5229 5230 5231 5232
P:	Steve Glendinning
M:	steve.glendinning@smsc.com
L:	netdev@vger.kernel.org
S:	Supported
5233 5234
F:	include/linux/smsc911x.h
F:	drivers/net/smsc911x.*
5235 5236

SMSC9420 PCI ETHERNET DRIVER
5237 5238 5239 5240
P:	Steve Glendinning
M:	steve.glendinning@smsc.com
L:	netdev@vger.kernel.org
S:	Supported
5241
F:	drivers/net/smsc9420.*
5242

5243 5244 5245 5246
SMX UIO Interface
P:	Ben Nizette
M:	bn@niasdigital.com
S:	Maintained
5247
F:	drivers/uio/uio_smx.c
5248

R
Randy Dunlap 已提交
5249 5250 5251 5252 5253 5254 5255
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
5256
F:	arch/ia64/sn/
R
Randy Dunlap 已提交
5257

5258
SOC-CAMERA V4L2 SUBSYSTEM
5259 5260
P:	Guennadi Liakhovetski
M:	g.liakhovetski@gmx.de
5261
L:	linux-media@vger.kernel.org
5262
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5263
S:	Maintained
5264 5265
F:	include/media/v4l2*
F:	drivers/media/video/v4l2*
5266

R
Randy Dunlap 已提交
5267 5268 5269 5270
SOEKRIS NET48XX LED SUPPORT
P:	Chris Boot
M:	bootc@bootc.net
S:	Maintained
5271
F:	drivers/leds/leds-net48xx.c
R
Randy Dunlap 已提交
5272

L
Linus Torvalds 已提交
5273 5274
SOFTWARE RAID (Multiple Disks) SUPPORT
P:	Neil Brown
5275
M:	neilb@suse.de
L
Linus Torvalds 已提交
5276
L:	linux-raid@vger.kernel.org
5277
S:	Supported
5278 5279
F:	drivers/md/
F:	include/linux/raid/
L
Linus Torvalds 已提交
5280 5281 5282 5283

SONIC NETWORK DRIVER
P:	Thomas Bogendoerfer
M:	tsbogend@alpha.franken.de
5284
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
5285
S:	Maintained
5286
F:	drivers/net/sonic.*
L
Linus Torvalds 已提交
5287

5288 5289 5290 5291 5292
SONICS SILICON BACKPLANE DRIVER (SSB)
P:	Michael Buesch
M:	mb@bu3sch.de
L:	netdev@vger.kernel.org
S:	Maintained
5293 5294
F:	drivers/ssb/
F:	include/linux/ssb/
5295

L
Linus Torvalds 已提交
5296
SONY VAIO CONTROL DEVICE DRIVER
5297 5298
P:	Mattia Dongili
M:	malattia@linux.it
5299 5300
L:	linux-acpi@vger.kernel.org
W:	http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
L
Linus Torvalds 已提交
5301
S:	Maintained
5302 5303 5304 5305
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 已提交
5306

5307 5308 5309 5310 5311 5312
SONY MEMORYSTICK CARD SUPPORT
P:	Alex Dubov
M:	oakad@yahoo.com
L:	linux-kernel@vger.kernel.org
W:	http://tifmxx.berlios.de/
S:	Maintained
5313
F:	drivers/memstick/host/tifm_ms.c
5314

L
Linus Torvalds 已提交
5315 5316
SOUND
P:	Jaroslav Kysela
5317
M:	perex@perex.cz
T
Takashi Iwai 已提交
5318 5319
P:	Takashi Iwai
M:	tiwai@suse.de
5320
L:	alsa-devel@alsa-project.org (subscribers-only)
5321 5322 5323
W:	http://www.alsa-project.org/
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
T:	git git://git.alsa-project.org/alsa-kernel.git
L
Linus Torvalds 已提交
5324
S:	Maintained
5325 5326
F:	Documentation/sound/
F:	include/sound/
5327
F:	sound/
L
Linus Torvalds 已提交
5328

5329
SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5330
P:	Liam Girdwood
5331
M:	lrg@slimlogic.co.uk
5332 5333
P:	Mark Brown
M:	broonie@opensource.wolfsonmicro.com
5334
T:	git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5335
L:	alsa-devel@alsa-project.org (subscribers-only)
5336
W:	http://alsa-project.org/main/index.php/ASoC
5337
S:	Supported
5338
F:	sound/soc/
5339

5340 5341 5342
SPARC + UltraSPARC (sparc/sparc64)
P:	David S. Miller
M:	davem@davemloft.net
L
Linus Torvalds 已提交
5343
L:	sparclinux@vger.kernel.org
5344 5345
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 已提交
5346
S:	Maintained
5347
F:	arch/sparc/
L
Linus Torvalds 已提交
5348 5349 5350 5351

SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
P:	Roger Wolff
M:	R.E.Wolff@BitWizard.nl
5352
L:	linux-kernel@vger.kernel.org
L
Linus Torvalds 已提交
5353
S:	Supported
5354 5355
F:	Documentation/serial/specialix.txt
F:	drivers/char/specialix*
L
Linus Torvalds 已提交
5356

R
Randy Dunlap 已提交
5357 5358 5359 5360 5361
SPI SUBSYSTEM
P:	David Brownell
M:	dbrownell@users.sourceforge.net
L:	spi-devel-general@lists.sourceforge.net
S:	Maintained
5362 5363 5364
F:	Documentation/spi/
F:	drivers/spi/
F:	include/linux/spi/
R
Randy Dunlap 已提交
5365

5366
SPIDERNET NETWORK DRIVER for CELL
5367 5368 5369 5370
P:	Ishizaki Kou
M:	kou.ishizaki@toshiba.co.jp
P:	Jens Osterkamp
M:	jens@de.ibm.com
5371 5372
L:	netdev@vger.kernel.org
S:	Supported
5373 5374
F:	Documentation/networking/spider_net.txt
F:	drivers/net/spider_net*
5375

R
Randy Dunlap 已提交
5376 5377 5378 5379 5380 5381 5382
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
5383 5384
F:	Documentation/filesystems/spufs.txt
F:	arch/powerpc/platforms/cell/spufs/
R
Randy Dunlap 已提交
5385

5386 5387 5388 5389 5390 5391
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
5392 5393
F:	Documentation/filesystems/squashfs.txt
F:	fs/squashfs/
5394

L
Linus Torvalds 已提交
5395 5396 5397 5398 5399
SRM (Alpha) environment access
P:	Jan-Benedict Glaw
M:	jbglaw@lug-owl.de
L:	linux-kernel@vger.kernel.org
S:	Maintained
5400
F:	arch/alpha/kernel/srm_env.c
L
Linus Torvalds 已提交
5401

5402
STABLE BRANCH
R
Randy Dunlap 已提交
5403 5404 5405 5406 5407 5408 5409
P:	Greg Kroah-Hartman
M:	greg@kroah.com
P:	Chris Wright
M:	chrisw@sous-sol.org
L:	stable@kernel.org
S:	Maintained

5410
STAGING SUBSYSTEM
5411 5412 5413 5414 5415
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
5416
F:	drivers/staging/
5417

L
Linus Torvalds 已提交
5418 5419 5420 5421
STARFIRE/DURALAN NETWORK DRIVER
P:	Ion Badulescu
M:	ionut@cs.columbia.edu
S:	Maintained
5422
F:	drivers/net/starfire*
L
Linus Torvalds 已提交
5423 5424 5425

STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
W:	http://mosquitonet.Stanford.EDU/strip.html
J
Jean Delvare 已提交
5426
S:	Orphan
5427 5428
F:	drivers/net/wireless/strip.c
F:	include/linux/if_strip.h
L
Linus Torvalds 已提交
5429 5430 5431 5432 5433 5434

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

R
Randy Dunlap 已提交
5437 5438 5439 5440 5441
SUN3/3X
P:	Sam Creasey
M:	sammy@sammy.net
W:	http://sammy.net/sun3/
S:	Maintained
5442 5443 5444
F:	arch/m68k/kernel/*sun3*
F:	arch/m68k/sun3*/
F:	arch/m68k/include/asm/sun3*
R
Randy Dunlap 已提交
5445

5446
SUPERH
L
Linus Torvalds 已提交
5447 5448
P:	Paul Mundt
M:	lethal@linux-sh.org
5449
L:	linux-sh@vger.kernel.org
L
Linus Torvalds 已提交
5450
W:	http://www.linux-sh.org
5451
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5452
S:	Supported
5453
F:	Documentation/sh/
5454
F:	arch/sh/
5455
F:	drivers/sh/
L
Linus Torvalds 已提交
5456

5457
SUSPEND TO RAM
R
Randy Dunlap 已提交
5458 5459 5460
P:	Len Brown
M:	len.brown@intel.com
P:	Pavel Machek
P
Pavel Machek 已提交
5461
M:	pavel@ucw.cz
R
Randy Dunlap 已提交
5462 5463 5464 5465
P:	Rafael J. Wysocki
M:	rjw@sisk.pl
L:	linux-pm@lists.linux-foundation.org
S:	Supported
5466 5467 5468 5469 5470 5471 5472
F:	Documentation/power/
F:	arch/x86/kernel/acpi/
F:	drivers/base/power/
F:	kernel/power/
F:	include/linux/suspend.h
F:	include/linux/freezer.h
F:	include/linux/pm.h
L
Linus Torvalds 已提交
5473 5474 5475 5476 5477 5478

SVGA HANDLING
P:	Martin Mares
M:	mj@ucw.cz
L:	linux-video@atrey.karlin.mff.cuni.cz
S:	Maintained
5479 5480
F:	Documentation/svga.txt
F:	arch/x86/boot/video*
L
Linus Torvalds 已提交
5481 5482 5483 5484 5485

SYSV FILESYSTEM
P:	Christoph Hellwig
M:	hch@infradead.org
S:	Maintained
5486 5487 5488
F:	Documentation/filesystems/sysv-fs.txt
F:	fs/sysv/
F:	include/linux/sysv_fs.h
L
Linus Torvalds 已提交
5489

A
Alan Cox 已提交
5490
TASKSTATS STATISTICS INTERFACE
5491 5492
P:	Balbir Singh
M:	balbir@linux.vnet.ibm.com
A
Alan Cox 已提交
5493 5494
L:	linux-kernel@vger.kernel.org
S:	Maintained
5495 5496 5497
F:	Documentation/accounting/taskstats*
F:	include/linux/taskstats*
F:	kernel/taskstats.c
A
Alan Cox 已提交
5498

5499 5500 5501 5502 5503
TC CLASSIFIER
P:	Jamal Hadi Salim
M:	hadi@cyberus.ca
L:	netdev@vger.kernel.org
S:	Maintained
5504 5505 5506
F:	include/linux/pkt_cls.h
F:	include/net/pkt_cls.h
F:	net/sched/
5507

5508 5509 5510 5511 5512 5513 5514
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
5515
F:	net/ipv4/tcp_lp.c
5516

5517 5518 5519 5520 5521 5522 5523
TEHUTI ETHERNET DRIVER
P:	Alexander Indenbaum
M:	baum@tehutinetworks.net
P:	Andy Gospodarek
M:	andy@greyhouse.net
L:	netdev@vger.kernel.org
S:	Supported
5524
F:	drivers/net/tehuti*
5525

A
Alan Cox 已提交
5526 5527 5528 5529
Telecom Clock Driver for MCPL0010
P:	Mark Gross
M:	mark.gross@intel.com
S:	Supported
5530
F:	drivers/char/tlclk.c
A
Alan Cox 已提交
5531

5532
TENSILICA XTENSA PORT (xtensa)
A
Alan Cox 已提交
5533 5534 5535
P:	Chris Zankel
M:	chris@zankel.net
S:	Maintained
5536
F:	arch/xtensa/
A
Alan Cox 已提交
5537 5538 5539 5540 5541 5542 5543

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
5544
T:	git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
A
Alan Cox 已提交
5545
S:	Maintained
5546
F:	drivers/platform/x86/thinkpad_acpi.c
A
Alan Cox 已提交
5547

5548
TI FLASH MEDIA INTERFACE DRIVER
5549 5550 5551
P:	Alex Dubov
M:	oakad@yahoo.com
S:	Maintained
5552 5553 5554
F:	drivers/misc/tifm*
F:	drivers/mmc/host/tifm_sd.c
F:	include/linux/tifm.h
5555

5556 5557
TI OMAP MMC INTERFACE DRIVER
P:	Carlos Aguiar, Anderson Briglia and Syed Khasim
5558
M:	linux-omap@vger.kernel.org
5559 5560 5561
W:	http://linux.omap.com
W:	http://www.muru.com/linux/omap/
S:	Maintained
5562
F:	drivers/mmc/host/omap.c
5563

5564 5565 5566 5567
TI OMAP RANDOM NUMBER GENERATOR SUPPORT
P:	Deepak Saxena
M:	dsaxena@plexity.net
S:	Maintained
5568
F:	drivers/char/hw_random/omap-rng.c
5569

5570 5571
TIPC NETWORK LAYER
P:	Per Liden
5572
M:	per.liden@ericsson.com
5573
P:	Jon Maloy
5574
M:	jon.maloy@ericsson.com
5575
P:	Allan Stephens
5576
M:	allan.stephens@windriver.com
5577 5578 5579
L:	tipc-discussion@lists.sourceforge.net
W:	http://tipc.sourceforge.net/
W:	http://tipc.cslab.ericsson.net/
5580
T:	git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5581
S:	Maintained
5582 5583 5584
F:	include/linux/tipc*.h
F:	include/net/tipc/
F:	net/tipc/
5585

L
Linus Torvalds 已提交
5586 5587 5588
TLAN NETWORK DRIVER
P:	Samuel Chessman
M:	chessman@tux.org
5589
L:	tlan-devel@lists.sourceforge.net (subscribers-only)
L
Linus Torvalds 已提交
5590 5591
W:	http://sourceforge.net/projects/tlan/
S:	Maintained
5592 5593
F:	Documentation/networking/tlan.txt
F:	drivers/net/tlan.*
L
Linus Torvalds 已提交
5594

K
Kentaro Takeda 已提交
5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606
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
5607
F:	security/tomoyo/
K
Kentaro Takeda 已提交
5608

L
Linus Torvalds 已提交
5609
TOSHIBA ACPI EXTRAS DRIVER
5610
S:	Orphan
5611
F:	drivers/platform/x86/toshiba_acpi.c
L
Linus Torvalds 已提交
5612 5613 5614 5615 5616 5617 5618

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

P
Pierre Ossman 已提交
5622 5623 5624 5625
TMIO MMC DRIVER
P:	Ian Molton
M:	ian@mnementh.co.uk
S:	Maintained
5626
F:	drivers/mmc/host/tmio_mmc.*
P
Pierre Ossman 已提交
5627

H
Hugh Dickins 已提交
5628 5629 5630 5631 5632 5633 5634 5635
TMPFS (SHMEM FILESYSTEM)
P:	Hugh Dickins
M:	hugh.dickins@tiscali.co.uk
L:	linux-mm@kvack.org
S:	Maintained
F:	include/linux/shmem_fs.h
F:	mm/shmem.c

A
Alan Cox 已提交
5636
TPM DEVICE DRIVER
5637 5638 5639 5640
P:	Debora Velarde
M:	debora@linux.vnet.ibm.com
P:	Rajiv Andrade
M:	srajiv@linux.vnet.ibm.com
A
Alan Cox 已提交
5641 5642
W:	http://tpmdd.sourceforge.net
P:	Marcel Selhorst
5643 5644
M:	m.selhorst@sirrix.com
W:	http://www.sirrix.com
5645
L:	tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
A
Alan Cox 已提交
5646
S:	Maintained
5647
F:	drivers/char/tpm/
A
Alan Cox 已提交
5648

L
Linus Torvalds 已提交
5649
TRIVIAL PATCHES
5650
P:	Jiri Kosina
J
Jim Cromie 已提交
5651 5652
M:	trivial@kernel.org
L:	linux-kernel@vger.kernel.org
5653
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
L
Linus Torvalds 已提交
5654 5655
S:	Maintained

A
Alan Cox 已提交
5656 5657 5658 5659 5660
TTY LAYER
P:	Alan Cox
M:	alan@lxorguk.ukuu.org.uk
L:	linux-kernel@vger.kernel.org
S:	Maintained
A
Alan Cox 已提交
5661
T:	stgit http://zeniv.linux.org.uk/~alan/ttydev/
A
Alan Cox 已提交
5662

G
Grant Grundler 已提交
5663 5664 5665 5666
TULIP NETWORK DRIVERS
P:	Grant Grundler
M:	grundler@parisc-linux.org
P:	Kyle McMartin
5667
M:	kyle@mcmartin.ca
G
Grant Grundler 已提交
5668 5669
L:	netdev@vger.kernel.org
S:	Maintained
5670
F:	drivers/net/tulip/
L
Linus Torvalds 已提交
5671 5672 5673

TUN/TAP driver
P:	Maxim Krasnyansky
5674
M:	maxk@qualcomm.com
L
Linus Torvalds 已提交
5675 5676 5677
L:	vtun@office.satix.net
W:	http://vtun.sourceforge.net/tun
S:	Maintained
5678 5679
F:	Documentation/networking/tuntap.txt
F:	arch/um/os-Linux/drivers/
L
Linus Torvalds 已提交
5680

5681 5682 5683 5684
TURBOCHANNEL SUBSYSTEM
P:	Maciej W. Rozycki
M:	macro@linux-mips.org
S:	Maintained
5685 5686
F:	drivers/tc/
F:	include/linux/tc.h
5687

L
Linus Torvalds 已提交
5688 5689 5690 5691 5692
U14-34F SCSI DRIVER
P:	Dario Ballabio
M:	ballabio_dario@emc.com
L:	linux-scsi@vger.kernel.org
S:	Maintained
5693
F:	drivers/scsi/u14-34f.c
L
Linus Torvalds 已提交
5694

R
Randy Dunlap 已提交
5695 5696 5697 5698 5699 5700
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
5701
T:	git git://git.infradead.org/ubifs-2.6.git
R
Randy Dunlap 已提交
5702 5703
W:	http://www.linux-mtd.infradead.org/doc/ubifs.html
S:	Maintained
5704 5705
F:	Documentation/filesystems/ubifs.txt
F:	fs/ubifs/
R
Randy Dunlap 已提交
5706

5707 5708 5709 5710 5711 5712
UCLINUX (AND M68KNOMMU)
P:	Greg Ungerer
M:	gerg@uclinux.org
W:	http://www.uclinux.org/
L:	uclinux-dev@uclinux.org  (subscribers-only)
S:	Maintained
5713
F:	arch/m68knommu/
5714

5715
UCLINUX FOR RENESAS H8/300 (H8300)
5716 5717 5718 5719 5720
P:	Yoshinori Sato
M:	ysato@users.sourceforge.jp
W:	http://uclinux-h8.sourceforge.jp/
S:	Supported

L
Linus Torvalds 已提交
5721
UDF FILESYSTEM
J
Jan Kara 已提交
5722 5723
P:	Jan Kara
M:	jack@suse.cz
L
Linus Torvalds 已提交
5724 5725
W:	http://linux-udf.sourceforge.net
S:	Maintained
5726 5727
F:	Documentation/filesystems/udf.txt
F:	fs/udf/
L
Linus Torvalds 已提交
5728

5729 5730 5731 5732 5733
UFS FILESYSTEM
P:	Evgeniy Dushistov
M:	dushistov@mail.ru
L:	linux-kernel@vger.kernel.org
S:	Maintained
5734 5735
F:	Documentation/filesystems/ufs.txt
F:	fs/ufs/
5736

5737 5738 5739 5740 5741
ULTRA-WIDEBAND (UWB) SUBSYSTEM:
P:	David Vrabel
M:	david.vrabel@csr.com
L:	linux-usb@vger.kernel.org
S:	Supported
5742 5743 5744
F:	drivers/uwb/*
F:	include/linux/uwb.h
F:	include/linux/uwb/
5745

L
Linus Torvalds 已提交
5746 5747
UNIFORM CDROM DRIVER
P:	Jens Axboe
5748
M:	axboe@kernel.dk
L
Linus Torvalds 已提交
5749 5750 5751
L:	linux-kernel@vger.kernel.org
W:	http://www.kernel.dk
S:	Maintained
5752 5753 5754
F:	Documentation/cdrom/
F:	drivers/cdrom/cdrom.c
F:	include/linux/cdrom.h
L
Linus Torvalds 已提交
5755

R
Randy Dunlap 已提交
5756 5757 5758 5759 5760
UNSORTED BLOCK IMAGES (UBI)
P:	Artem Bityutskiy
M:	dedekind@infradead.org
W:	http://www.linux-mtd.infradead.org/
L:	linux-mtd@lists.infradead.org
5761
T:	git git://git.infradead.org/ubi-2.6.git
R
Randy Dunlap 已提交
5762
S:	Maintained
5763
F:	drivers/mtd/ubi/
5764 5765
F:	include/linux/mtd/ubi.h
F:	include/mtd/ubi-user.h
R
Randy Dunlap 已提交
5766

L
Linus Torvalds 已提交
5767 5768 5769
USB ACM DRIVER
P:	Oliver Neukum
M:	oliver@neukum.name
5770
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5771
S:	Maintained
5772 5773
F:	Documentation/usb/acm.txt
F:	drivers/usb/class/cdc-acm.*
L
Linus Torvalds 已提交
5774 5775 5776 5777 5778

USB BLOCK DRIVER (UB ub)
P:	Pete Zaitcev
M:	zaitcev@redhat.com
L:	linux-kernel@vger.kernel.org
5779
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5780
S:	Supported
5781
F:	drivers/block/ub.c
L
Linus Torvalds 已提交
5782 5783 5784 5785

USB CDC ETHERNET DRIVER
P:	Greg Kroah-Hartman
M:	greg@kroah.com
5786
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5787 5788
S:	Maintained
W:	http://www.kroah.com/linux-usb/
5789 5790
F:	drivers/net/usb/cdc_*.c
F:	include/linux/usb/cdc.h
L
Linus Torvalds 已提交
5791

5792 5793 5794 5795 5796
USB CYPRESS C67X00 DRIVER
P:	Peter Korsgaard
M:	jacmet@sunsite.dk
L:	linux-usb@vger.kernel.org
S:	Maintained
5797
F:	drivers/usb/c67x00/
5798

5799 5800 5801
USB DAVICOM DM9601 DRIVER
P:	Peter Korsgaard
M:	jacmet@sunsite.dk
5802
L:	netdev@vger.kernel.org
5803 5804
W:	http://www.linux-usb.org/usbnet
S:	Maintained
5805
F:	drivers/net/usb/dm9601.c
5806

5807 5808 5809 5810 5811 5812
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
5813
F:	drivers/usb/misc/rio500*
5814

L
Linus Torvalds 已提交
5815 5816 5817
USB EHCI DRIVER
P:	David Brownell
M:	dbrownell@users.sourceforge.net
5818
L:	linux-usb@vger.kernel.org
5819
S:	Odd Fixes
5820 5821
F:	Documentation/usb/ehci.txt
F:	drivers/usb/host/ehci*
L
Linus Torvalds 已提交
5822

5823 5824 5825
USB ET61X[12]51 DRIVER
P:	Luca Risolia
M:	luca.risolia@studio.unibo.it
5826
L:	linux-usb@vger.kernel.org
5827
L:	linux-media@vger.kernel.org
5828
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5829 5830
W:	http://www.linux-projects.org
S:	Maintained
5831
F:	drivers/media/video/et61x251/
5832

5833 5834 5835
USB GADGET/PERIPHERAL SUBSYSTEM
P:	David Brownell
M:	dbrownell@users.sourceforge.net
5836
L:	linux-usb@vger.kernel.org
5837 5838
W:	http://www.linux-usb.org/gadget
S:	Maintained
5839 5840
F:	drivers/usb/gadget/
F:	include/linux/usb/gadget*
5841

5842
USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5843 5844
P:	Jiri Kosina
M:	jkosina@suse.cz
5845
L:	linux-usb@vger.kernel.org
5846
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
L
Linus Torvalds 已提交
5847
S:	Maintained
5848 5849
F:	Documentation/usb/hiddev.txt
F:	drivers/hid/usbhid/
L
Linus Torvalds 已提交
5850

5851 5852 5853
USB ISP116X DRIVER
P:	Olav Kongas
M:	ok@artecdesign.ee
5854
L:	linux-usb@vger.kernel.org
5855
S:	Maintained
5856 5857
F:	drivers/usb/host/isp116x*
F:	include/linux/usb/isp116x.h
5858

L
Linus Torvalds 已提交
5859 5860 5861
USB KAWASAKI LSI DRIVER
P:	Oliver Neukum
M:	oliver@neukum.name
5862
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5863
S:	Maintained
5864
F:	drivers/usb/serial/kl5kusb105.*
L
Linus Torvalds 已提交
5865 5866 5867 5868

USB MASS STORAGE DRIVER
P:	Matthew Dharm
M:	mdharm-usb@one-eyed-alien.net
5869
L:	linux-usb@vger.kernel.org
5870
L:	usb-storage@lists.one-eyed-alien.net
L
Linus Torvalds 已提交
5871 5872
S:	Maintained
W:	http://www.one-eyed-alien.net/~mdharm/linux-usb/
5873
F:	drivers/usb/storage/
L
Linus Torvalds 已提交
5874 5875

USB OHCI DRIVER
5876 5877
P:	David Brownell
M:	dbrownell@users.sourceforge.net
5878
L:	linux-usb@vger.kernel.org
5879
S:	Odd Fixes
5880 5881
F:	Documentation/usb/ohci.txt
F:	drivers/usb/host/ohci*
L
Linus Torvalds 已提交
5882

5883 5884 5885
USB OPTION-CARD DRIVER
P:	Matthias Urlichs
M:	smurf@smurf.noris.de
5886
L:	linux-usb@vger.kernel.org
5887
S:	Maintained
5888
F:	drivers/usb/serial/option.c
5889

L
Linus Torvalds 已提交
5890 5891 5892
USB OV511 DRIVER
P:	Mark McClelland
M:	mmcclell@bigfoot.com
5893
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5894 5895
W:	http://alpha.dyndns.org/ov511/
S:	Maintained
5896
F:	drivers/media/video/ov511.*
L
Linus Torvalds 已提交
5897 5898 5899 5900

USB PEGASUS DRIVER
P:	Petko Manolov
M:	petkan@users.sourceforge.net
5901
L:	linux-usb@vger.kernel.org
5902
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
5903 5904
W:	http://pegasus2.sourceforge.net/
S:	Maintained
5905
F:	drivers/net/usb/pegasus.*
L
Linus Torvalds 已提交
5906

5907 5908 5909
USB PRINTER DRIVER (usblp)
P:	Pete Zaitcev
M:	zaitcev@redhat.com
5910
L:	linux-usb@vger.kernel.org
5911
S:	Supported
5912
F:	drivers/usb/class/usblp.c
L
Linus Torvalds 已提交
5913 5914 5915 5916

USB RTL8150 DRIVER
P:	Petko Manolov
M:	petkan@users.sourceforge.net
5917
L:	linux-usb@vger.kernel.org
5918
L:	netdev@vger.kernel.org
L
Linus Torvalds 已提交
5919 5920
W:	http://pegasus2.sourceforge.net/
S:	Maintained
5921
F:	drivers/net/usb/rtl8150.c
L
Linus Torvalds 已提交
5922 5923 5924 5925

USB SE401 DRIVER
P:	Jeroen Vreeken
M:	pe1rxq@amsat.org
5926
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5927 5928
W:	http://www.chello.nl/~j.vreeken/se401/
S:	Maintained
5929 5930
F:	Documentation/video4linux/se401.txt
F:	drivers/media/video/se401.*
L
Linus Torvalds 已提交
5931

A
Alan Cox 已提交
5932 5933 5934
USB SERIAL BELKIN F5U103 DRIVER
P:	William Greathouse
M:	wgreathouse@smva.com
5935
L:	linux-usb@vger.kernel.org
A
Alan Cox 已提交
5936
S:	Maintained
5937
F:	drivers/usb/serial/belkin_sa.*
A
Alan Cox 已提交
5938 5939 5940 5941

USB SERIAL CYPRESS M8 DRIVER
P:	Lonnie Mendez
M:	dignome@gmail.com
5942
L:	linux-usb@vger.kernel.org
A
Alan Cox 已提交
5943 5944 5945
S:	Maintained
W:	http://geocities.com/i0xox0i
W:	http://firstlight.net/cvs
5946
F:	drivers/usb/serial/cypress_m8.*
A
Alan Cox 已提交
5947

L
Linus Torvalds 已提交
5948 5949 5950 5951 5952
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
5953
F:	drivers/usb/serial/cyberjack.c
L
Linus Torvalds 已提交
5954 5955 5956 5957 5958

USB SERIAL DIGI ACCELEPORT DRIVER
P:	Peter Berger and Al Borchers
M:	pberger@brimson.com
M:	alborchers@steinerpoint.com
5959
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5960
S:	Maintained
5961
F:	drivers/usb/serial/digi_acceleport.c
L
Linus Torvalds 已提交
5962 5963 5964 5965

USB SERIAL DRIVER
P:	Greg Kroah-Hartman
M:	gregkh@suse.de
5966
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5967
S:	Supported
5968 5969 5970 5971
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 已提交
5972 5973 5974 5975

USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
P:	Gary Brubaker
M:	xavyer@ix.netcom.com
5976
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5977
S:	Maintained
5978
F:	drivers/usb/serial/empeg.c
L
Linus Torvalds 已提交
5979 5980 5981 5982

USB SERIAL KEYSPAN DRIVER
P:	Greg Kroah-Hartman
M:	greg@kroah.com
5983
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5984 5985
W:	http://www.kroah.com/linux/
S:	Maintained
5986
F:	drivers/usb/serial/*keyspan*
L
Linus Torvalds 已提交
5987 5988

USB SERIAL WHITEHEAT DRIVER
5989 5990
P:	Support Department
M:	support@connecttech.com
5991
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
5992 5993
W:	http://www.connecttech.com
S:	Supported
5994
F:	drivers/usb/serial/whiteheat*
L
Linus Torvalds 已提交
5995

5996 5997 5998 5999 6000
USB SMSC95XX ETHERNET DRIVER
P:	Steve Glendinning
M:	steve.glendinning@smsc.com
L:	netdev@vger.kernel.org
S:	Supported
6001
F:	drivers/net/usb/smsc95xx.*
6002

6003
USB SN9C1xx DRIVER
L
Linus Torvalds 已提交
6004 6005
P:	Luca Risolia
M:	luca.risolia@studio.unibo.it
6006
L:	linux-usb@vger.kernel.org
6007
L:	linux-media@vger.kernel.org
6008
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
L
Linus Torvalds 已提交
6009 6010
W:	http://www.linux-projects.org
S:	Maintained
6011 6012
F:	Documentation/video4linux/sn9c102.txt
F:	drivers/media/video/sn9c102/
L
Linus Torvalds 已提交
6013 6014 6015 6016

USB SUBSYSTEM
P:	Greg Kroah-Hartman
M:	gregkh@suse.de
6017
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
6018
W:	http://www.linux-usb.org
6019
T:	quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
L
Linus Torvalds 已提交
6020
S:	Supported
6021 6022 6023 6024 6025
F:	Documentation/usb/
F:	drivers/net/usb/
F:	drivers/usb/
F:	include/linux/usb.h
F:	include/linux/usb/
L
Linus Torvalds 已提交
6026 6027 6028 6029

USB UHCI DRIVER
P:	Alan Stern
M:	stern@rowland.harvard.edu
6030
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
6031
S:	Maintained
6032
F:	drivers/usb/host/uhci*
L
Linus Torvalds 已提交
6033

6034
USB "USBNET" DRIVER FRAMEWORK
L
Linus Torvalds 已提交
6035 6036
P:	David Brownell
M:	dbrownell@users.sourceforge.net
6037
L:	netdev@vger.kernel.org
6038
W:	http://www.linux-usb.org/usbnet
L
Linus Torvalds 已提交
6039
S:	Maintained
6040 6041
F:	drivers/net/usb/usbnet.c
F:	include/linux/usb/usbnet.h
L
Linus Torvalds 已提交
6042

6043 6044 6045
USB VIDEO CLASS
P:	Laurent Pinchart
M:	laurent.pinchart@skynet.be
6046
L:	linux-uvc-devel@lists.berlios.de (subscribers-only)
6047
L:	linux-media@vger.kernel.org
6048
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6049 6050
W:	http://linux-uvc.berlios.de
S:	Maintained
6051
F:	drivers/media/video/uvc/
6052

L
Linus Torvalds 已提交
6053 6054 6055
USB W996[87]CF DRIVER
P:	Luca Risolia
M:	luca.risolia@studio.unibo.it
6056
L:	linux-usb@vger.kernel.org
6057
L:	linux-media@vger.kernel.org
6058
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
L
Linus Torvalds 已提交
6059 6060
W:	http://www.linux-projects.org
S:	Maintained
6061 6062
F:	Documentation/video4linux/w9968cf.txt
F:	drivers/media/video/w996*
L
Linus Torvalds 已提交
6063

6064 6065 6066 6067 6068
USB WIRELESS RNDIS DRIVER (rndis_wlan)
P:	Jussi Kivilinna
M:	jussi.kivilinna@mbnet.fi
L:	linux-wireless@vger.kernel.org
S:	Maintained
6069
F:	drivers/net/wireless/rndis_wlan.c
6070

6071 6072 6073
USB ZC0301 DRIVER
P:	Luca Risolia
M:	luca.risolia@studio.unibo.it
6074
L:	linux-usb@vger.kernel.org
6075
L:	linux-media@vger.kernel.org
6076
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6077 6078
W:	http://www.linux-projects.org
S:	Maintained
6079 6080
F:	Documentation/video4linux/zc0301.txt
F:	drivers/media/video/zc0301/
6081

L
Linus Torvalds 已提交
6082 6083 6084
USB ZD1201 DRIVER
P:	Jeroen Vreeken
M:	pe1rxq@amsat.org
6085
L:	linux-usb@vger.kernel.org
L
Linus Torvalds 已提交
6086 6087
W:	http://linux-lc100020.sourceforge.net
S:	Maintained
6088
F:	drivers/net/wireless/zd1201.*
L
Linus Torvalds 已提交
6089

6090 6091 6092
USB ZR364XX DRIVER
P:	Antoine Jacquet
M:	royale@zerezo.com
6093
L:	linux-usb@vger.kernel.org
6094
L:	linux-media@vger.kernel.org
6095
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6096 6097
W:	http://royale.zerezo.com/zr364xx/
S:	Maintained
6098 6099
F:	Documentation/video4linux/zr364xx.txt
F:	drivers/media/video/zr364xx.c
6100

6101
USER-MODE LINUX (UML)
L
Linus Torvalds 已提交
6102
P:	Jeff Dike
6103
M:	jdike@addtoit.com
L
Linus Torvalds 已提交
6104 6105 6106 6107
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
6108 6109 6110 6111
F:	Documentation/uml/
F:	arch/um/
F:	fs/hostfs/
F:	fs/hppfs/
6112

6113 6114 6115 6116 6117 6118 6119
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
6120 6121 6122
F:	Documentation/DocBook/uio-howto.tmpl
F:	drivers/uio/
F:	include/linux/uio*.h
6123

6124 6125 6126 6127 6128
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/
6129
T:	git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6130 6131
S:	Maintained

6132 6133 6134 6135 6136 6137
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
6138 6139
F:	Documentation/fb/uvesafb.txt
F:	drivers/video/uvesafb.*
6140

6141
VFAT/FAT/MSDOS FILESYSTEM
L
Linus Torvalds 已提交
6142 6143 6144 6145
P:	OGAWA Hirofumi
M:	hirofumi@mail.parknet.co.jp
L:	linux-kernel@vger.kernel.org
S:	Maintained
6146 6147
F:	Documentation/filesystems/vfat.txt
F:	fs/fat/
L
Linus Torvalds 已提交
6148 6149 6150 6151 6152

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

6155 6156 6157
VIAPRO SMBUS DRIVER
P:	Jean Delvare
M:	khali@linux-fr.org
6158
L:	linux-i2c@vger.kernel.org
6159
S:	Maintained
6160 6161
F:	Documentation/i2c/busses/i2c-viapro
F:	drivers/i2c/busses/i2c-viapro.c
6162

J
Joseph Chan 已提交
6163 6164 6165 6166 6167 6168 6169
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
6170
F:	drivers/video/via/
J
Joseph Chan 已提交
6171

6172 6173 6174 6175 6176
VIA VELOCITY NETWORK DRIVER
P:	Francois Romieu
M:	romieu@fr.zoreil.com
L:	netdev@vger.kernel.org
S:	Maintained
6177
F:	drivers/net/via-velocity.*
L
Linus Torvalds 已提交
6178

6179 6180 6181 6182 6183
VLAN (802.1Q)
P:	Patrick McHardy
M:	kaber@trash.net
L:	netdev@vger.kernel.org
S:	Maintained
6184 6185 6186
F:	drivers/net/macvlan.c
F:	include/linux/if_*vlan.h
F:	net/8021q/
6187

6188 6189
VOLTAGE AND CURRENT REGULATOR FRAMEWORK
P:	Liam Girdwood
6190
M:	lrg@slimlogic.co.uk
6191 6192 6193
P:	Mark Brown
M:	broonie@opensource.wolfsonmicro.com
W:	http://opensource.wolfsonmicro.com/node/15
6194
W:	http://www.slimlogic.co.uk/?p=48
6195
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6196
S:	Supported
6197 6198
F:	drivers/regulator/
F:	include/linux/regulator/
6199

6200 6201 6202 6203 6204
VT1211 HARDWARE MONITOR DRIVER
P:	Juerg Haefliger
M:	juergh@gmail.com
L:	lm-sensors@lm-sensors.org
S:	Maintained
6205 6206
F:	Documentation/hwmon/vt1211
F:	drivers/hwmon/vt1211.c
6207

6208 6209
VT8231 HARDWARE MONITOR DRIVER
P:	Roger Lucas
6210
M:	vt8231@hiddenengine.co.uk
6211 6212
L:	lm-sensors@lm-sensors.org
S:	Maintained
6213
F:	drivers/hwmon/vt8231.c
6214

L
Linus Torvalds 已提交
6215 6216 6217 6218
W1 DALLAS'S 1-WIRE BUS
P:	Evgeniy Polyakov
M:	johnpol@2ka.mipt.ru
S:	Maintained
6219 6220
F:	Documentation/w1/
F:	drivers/w1/
L
Linus Torvalds 已提交
6221

6222
W83791D HARDWARE MONITORING DRIVER
6223 6224
P:	Marc Hulsman
M:	m.hulsman@tudelft.nl
6225
L:	lm-sensors@lm-sensors.org
6226
S:	Maintained
6227 6228
F:	Documentation/hwmon/w83791d
F:	drivers/hwmon/w83791d.c
6229

6230 6231 6232 6233 6234
W83793 HARDWARE MONITORING DRIVER
P:	Rudolf Marek
M:	r.marek@assembler.cz
L:	lm-sensors@lm-sensors.org
S:	Maintained
6235 6236
F:	Documentation/hwmon/w83793
F:	drivers/hwmon/w83793.c
6237

L
Linus Torvalds 已提交
6238 6239
W83L51xD SD/MMC CARD INTERFACE DRIVER
P:	Pierre Ossman
6240
M:	pierre@ossman.eu
6241
L:	linux-kernel@vger.kernel.org
L
Linus Torvalds 已提交
6242
S:	Maintained
6243
F:	drivers/mmc/host/wbsd.*
L
Linus Torvalds 已提交
6244

6245 6246 6247
WATCHDOG DEVICE DRIVERS
P:	Wim Van Sebroeck
M:	wim@iguana.be
6248
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6249
S:	Maintained
6250 6251 6252
F:	Documentation/watchdog/
F:	drivers/watchdog/
F:	include/linux/watchdog.h
6253

L
Linus Torvalds 已提交
6254 6255 6256
WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
P:	Jean Tourrilhes
M:	jt@hpl.hp.com
6257
L:	linux-wireless@vger.kernel.org
L
Linus Torvalds 已提交
6258 6259
W:	http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
S:	Maintained
6260 6261
F:	Documentation/networking/wavelan.txt
F:	drivers/net/wireless/wavelan*
L
Linus Torvalds 已提交
6262 6263 6264 6265 6266 6267

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

6270 6271 6272 6273 6274 6275 6276 6277
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

6278 6279 6280 6281
WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
P:	David Vrabel
M:	david.vrabel@csr.com
S:	Maintained
6282 6283
F:	include/linux/wlp.h
F:	drivers/uwb/wlp/
6284

6285 6286 6287 6288
WISTRON LAPTOP BUTTON DRIVER
P:	Miloslav Trmac
M:	mitr@volny.cz
S:	Maintained
6289
F:	drivers/input/misc/wistron_btns.c
6290

L
Linus Torvalds 已提交
6291 6292
WL3501 WIRELESS PCMCIA CARD DRIVER
P:	Arnaldo Carvalho de Melo
6293
M:	acme@ghostprotocols.net
6294
L:	linux-wireless@vger.kernel.org
6295
W:	http://oops.ghostprotocols.net:81/blog
L
Linus Torvalds 已提交
6296
S:	Maintained
6297
F:	drivers/net/wireless/wl3501*
L
Linus Torvalds 已提交
6298

6299 6300 6301 6302
WM97XX TOUCHSCREEN DRIVERS
P:	Mark Brown
M:	broonie@opensource.wolfsonmicro.com
P:	Liam Girdwood
6303
M:	lrg@slimlogic.co.uk
6304 6305 6306 6307
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
6308 6309
F:	drivers/input/touchscreen/*wm97*
F:	include/linux/wm97xx.h
6310

L
Linus Torvalds 已提交
6311 6312 6313 6314 6315
X.25 NETWORK LAYER
P:	Henner Eisen
M:	eis@baty.hanse.de
L:	linux-x25@vger.kernel.org
S:	Maintained
6316 6317 6318
F:	Documentation/networking/x25*
F:	include/net/x25*
F:	net/x25/
L
Linus Torvalds 已提交
6319

R
Randy Dunlap 已提交
6320 6321 6322 6323 6324 6325 6326
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
6327
M:	x86@kernel.org
R
Randy Dunlap 已提交
6328
L:	linux-kernel@vger.kernel.org
6329
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
R
Randy Dunlap 已提交
6330
S:	Maintained
6331 6332
F:	Documentation/x86/
F:	arch/x86/
R
Randy Dunlap 已提交
6333

6334 6335 6336 6337 6338 6339 6340 6341
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
6342 6343 6344 6345 6346
F:	arch/x86/xen/
F:	drivers/*/xen-*front.c
F:	drivers/xen/
F:	arch/x86/include/asm/xen/
F:	include/xen/
6347

L
Linus Torvalds 已提交
6348 6349
XFS FILESYSTEM
P:	Silicon Graphics Inc
F
Felix Blyakher 已提交
6350 6351
P:	Felix Blyakher
M:	felixb@sgi.com
L
Linus Torvalds 已提交
6352
M:	xfs-masters@oss.sgi.com
6353
L:	xfs@oss.sgi.com
L
Linus Torvalds 已提交
6354
W:	http://oss.sgi.com/projects/xfs
6355
T:	git git://oss.sgi.com/xfs/xfs.git
L
Linus Torvalds 已提交
6356
S:	Supported
6357 6358
F:	Documentation/filesystems/xfs.txt
F:	fs/xfs/
L
Linus Torvalds 已提交
6359

6360 6361 6362 6363 6364 6365
XILINX SYSTEMACE DRIVER
P:	Grant Likely
M:	grant.likely@secretlab.ca
W:	http://www.secretlab.ca/
L:	linux-kernel@vger.kernel.org
S:	Maintained
6366
F:	drivers/block/xsysace.c
6367

6368 6369 6370 6371 6372
XILINX UARTLITE SERIAL DRIVER
P:	Peter Korsgaard
M:	jacmet@sunsite.dk
L:	linux-serial@vger.kernel.org
S:	Maintained
6373
F:	drivers/serial/uartlite.c
6374

L
Linus Torvalds 已提交
6375 6376 6377 6378 6379
YAM DRIVER FOR AX.25
P:	Jean-Paul Roubelat
M:	jpr@f6fbb.org
L:	linux-hams@vger.kernel.org
S:	Maintained
6380 6381
F:	drivers/net/hamradio/yam*
F:	include/linux/yam.h
L
Linus Torvalds 已提交
6382

6383 6384 6385 6386 6387
YEALINK PHONE DRIVER
P:	Henk Vergonet
M:	Henk.Vergonet@gmail.com
L:	usbb2k-api-dev@nongnu.org
S:	Maintained
6388 6389
F:	Documentation/input/yealink.txt
F:	drivers/input/misc/yealink.*
6390

L
Linus Torvalds 已提交
6391 6392 6393 6394 6395 6396 6397
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
6398 6399 6400
F:	Documentation/networking/z8530drv.txt
F:	drivers/net/hamradio/*scc.c
F:	drivers/net/hamradio/z8530.h
L
Linus Torvalds 已提交
6401

6402 6403 6404 6405 6406 6407
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
6408
L:	linux-wireless@vger.kernel.org
6409 6410
L:	zd1211-devs@lists.sourceforge.net (subscribers-only)
S:	Maintained
6411
F:	drivers/net/wireless/zd1211rw/
6412

L
Linus Torvalds 已提交
6413 6414
ZR36067 VIDEO FOR LINUX DRIVER
L:	mjpeg-users@lists.sourceforge.net
6415
L:	linux-media@vger.kernel.org
L
Linus Torvalds 已提交
6416
W:	http://mjpeg.sourceforge.net/driver-zoran/
6417 6418
T:	Mercurial http://linuxtv.org/hg/v4l-dvb
S:	Odd Fixes
6419
F:	drivers/media/video/zoran/
L
Linus Torvalds 已提交
6420

6421 6422 6423 6424
ZS DECSTATION Z85C30 SERIAL DRIVER
P:	Maciej W. Rozycki
M:	macro@linux-mips.org
S:	Maintained
6425
F:	drivers/serial/zs.*
6426

L
Linus Torvalds 已提交
6427 6428
THE REST
P:	Linus Torvalds
6429
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
L
Linus Torvalds 已提交
6430
S:	Buried alive in reporters
新手
引导
客服 返回
顶部