]> Git Repo - linux.git/blame - MAINTAINERS
regmap: fix possible memory corruption in regmap_bulk_read()
[linux.git] / MAINTAINERS
CommitLineData
1da177e4 1
cc8f9b99 2
1da177e4
LT
3 List of maintainers and how to submit kernel changes
4
5Please try to follow the guidelines below. This will make things
6easier on the maintainers. Not all of these guidelines matter for every
7trivial patch so apply some common sense.
8
91. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
122. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
203. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
244. When you are happy with a change make it generally available for
25 testing and await feedback.
26
275. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
0a920b5b
AW
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trival style violations.
38 See Documentation/CodingStyle for guidance here.
1da177e4 39
f70f873b
JP
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
1da177e4
LT
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
c9ee133b 53 PLEASE remember that submissions must be made under the terms
4500371e
RD
54 of the OSDL certificate of contribution and should include a
55 Signed-off-by: line. The current version of this "Developer's
56 Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
c9ee133b 58
1da177e4
LT
596. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
c9ee133b
AC
637. When sending security related changes or reports to a maintainer
64 please Cc: [email protected], especially if the maintainer
65 does not respond.
66
678. Happy hacking.
1da177e4 68
c7c4fb18
JP
69Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 L: Mailing list that is relevant to this area
74 W: Web-page with status/info
8a6e2535 75 Q: Patchwork web based patch tracking system site
b153da60 76 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit, topgit.
c7c4fb18
JP
77 S: Status, one of the following:
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87 F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance:
96 F: net/
97 X: net/ipv6/
98 matches all files in and below net excluding net/ipv6/
99 K: Keyword perl extended regex pattern to match content in a
100 patch or file. For instance:
101 K: of_get_profile
102 matches patches or files that contain "of_get_profile"
103 K: \b(printk|pr_(info|err))\b
104 matches patches or files that contain one or more of the words
105 printk, pr_info or pr_err
106 One regex pattern per line. Multiple K: lines acceptable.
1da177e4
LT
107
108Note: For the hard of thinking, this list is meant to remain in alphabetical
109order. If you could add yourselves to it in alphabetical order that would be
110so much easier [Ed]
111
c7c4fb18 112Maintainers List (try to look for most precise areas first)
1da177e4 113
c7c4fb18 114 -----------------------------------
679655da 115
1da177e4 1163C505 NETWORK DRIVER
8b58be88 117M: Philip Blundell <[email protected]>
979b6c13 118L: [email protected]
1da177e4 119S: Maintained
11597885 120F: drivers/net/ethernet/i825xx/3c505*
1da177e4 121
a6d89915 1223C59X NETWORK DRIVER
8b58be88 123M: Steffen Klassert <[email protected]>
a6d89915
SK
124L: [email protected]
125S: Maintained
679655da 126F: Documentation/networking/vortex.txt
ca7a8e85 127F: drivers/net/ethernet/3com/3c59x.c
a6d89915 128
1da177e4 1293CR990 NETWORK DRIVER
8b58be88 130M: David Dillow <[email protected]>
979b6c13 131L: [email protected]
1da177e4 132S: Maintained
ca7a8e85 133F: drivers/net/ethernet/3com/typhoon*
1da177e4 134
c4de0ceb
AR
1353WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
136M: Adam Radford <[email protected]>
1da177e4 137L: [email protected]
c4de0ceb 138W: http://www.lsi.com
1da177e4 139S: Supported
c4de0ceb 140F: drivers/scsi/3w-*
1da177e4
LT
141
14253C700 AND 53C700-66 SCSI DRIVER
8b58be88 143M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
144L: [email protected]
145S: Maintained
679655da 146F: drivers/scsi/53c700*
1da177e4
LT
147
1486PACK NETWORK DRIVER FOR AX.25
8b58be88 149M: Andreas Koensgen <[email protected]>
1da177e4
LT
150L: [email protected]
151S: Maintained
679655da 152F: drivers/net/hamradio/6pack.c
1da177e4 153
1da177e4 1548169 10/100/1000 GIGABIT ETHERNET DRIVER
c8a75b34 155M: Realtek linux nic maintainers <[email protected]>
8b58be88 156M: Francois Romieu <[email protected]>
979b6c13 157L: [email protected]
1da177e4 158S: Maintained
a8fe65b8 159F: drivers/net/ethernet/realtek/r8169.c
1da177e4
LT
160
1618250/16?50 (AND CLONE UARTS) SERIAL DRIVER
879a5a00 162M: Greg Kroah-Hartman <[email protected]>
1da177e4
LT
163L: [email protected]
164W: http://serial.sourceforge.net
8ee16a1b 165S: Maintained
08deed1e 166T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
df621252 167F: drivers/tty/serial/8250*
679655da 168F: include/linux/serial_8250.h
1da177e4
LT
169
1708390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
979b6c13 171L: [email protected]
0cf445ce 172S: Orphan / Obsolete
644570b8 173F: drivers/net/ethernet/8390/
1da177e4 174
67543e50 1759P FILE SYSTEM
8b58be88
JP
176M: Eric Van Hensbergen <[email protected]>
177M: Ron Minnich <[email protected]>
178M: Latchesar Ionkov <[email protected]>
ce00f85c 179L: [email protected]
27a2a5ff 180W: http://swik.net/v9fs
8a6e2535 181Q: http://patchwork.kernel.org/project/v9fs-devel/list/
eeba444a 182T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
ce00f85c 183S: Maintained
679655da
JP
184F: Documentation/filesystems/9p.txt
185F: fs/9p/
67543e50 186
e2d1d6c0 187AACRAID SCSI RAID DRIVER
8b58be88 188M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
189L: [email protected]
190W: http://www.adaptec.com/
1da177e4 191S: Supported
679655da
JP
192F: Documentation/scsi/aacraid.txt
193F: drivers/scsi/aacraid/
1da177e4 194
249e3c85 195ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
93d0cc58 196M: Hans de Goede <[email protected]>
f2b84bbc
HG
197L: [email protected]
198S: Maintained
679655da 199F: drivers/hwmon/abituguru.c
f2b84bbc 200
249e3c85 201ABIT UGURU 3 HARDWARE MONITOR DRIVER
8b58be88 202M: Alistair John Strachan <[email protected]>
249e3c85
AJS
203L: [email protected]
204S: Maintained
679655da 205F: drivers/hwmon/abituguru3.c
249e3c85 206
1da177e4 207ACENIC DRIVER
8b58be88 208M: Jes Sorensen <[email protected]>
1da177e4
LT
209L: [email protected]
210S: Maintained
531c4f89 211F: drivers/net/ethernet/alteon/acenic*
1da177e4 212
e86435eb 213ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
8b58be88 214M: Peter Feuerer <[email protected]>
d0944853 215L: [email protected]
4fc26e36
JP
216W: http://piie.net/?section=acerhdf
217S: Maintained
218F: drivers/platform/x86/acerhdf.c
e86435eb 219
745a5d21 220ACER WMI LAPTOP EXTRAS
d9269a71 221M: Joey Lee <[email protected]>
d0944853 222L: [email protected]
745a5d21 223S: Maintained
679655da 224F: drivers/platform/x86/acer-wmi.c
745a5d21 225
1da177e4 226ACPI
8b58be88 227M: Len Brown <[email protected]>
6968e50c 228L: [email protected]
38e09d83 229W: http://www.lesswatts.org/projects/acpi/
8a6e2535 230Q: http://patchwork.kernel.org/project/linux-acpi/list/
aaef292a 231T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
8b59a454 232S: Supported
679655da
JP
233F: drivers/acpi/
234F: drivers/pnp/pnpacpi/
235F: include/linux/acpi.h
43368e74 236F: include/acpi/
8b59a454 237
8b59a454 238ACPI FAN DRIVER
8b58be88 239M: Zhang Rui <[email protected]>
8b59a454 240L: [email protected]
0638bc8d 241W: http://www.lesswatts.org/projects/acpi/
8b59a454 242S: Supported
679655da 243F: drivers/acpi/fan.c
1da177e4 244
8e0af514 245ACPI PROCESSOR AGGREGATOR DRIVER
5e5027bd 246M: Shaohua Li <[email protected]>
8e0af514
SL
247L: [email protected]
248W: http://www.lesswatts.org/projects/acpi/
249S: Supported
250F: drivers/acpi/acpi_pad.c
251
8b59a454 252ACPI THERMAL DRIVER
8b58be88 253M: Zhang Rui <[email protected]>
8b59a454 254L: [email protected]
0638bc8d 255W: http://www.lesswatts.org/projects/acpi/
8b59a454 256S: Supported
679655da 257F: drivers/acpi/*thermal*
998be20f 258
359acec8 259ACPI VIDEO DRIVER
8b58be88 260M: Zhang Rui <[email protected]>
8b59a454 261L: [email protected]
0638bc8d 262W: http://www.lesswatts.org/projects/acpi/
8b59a454 263S: Supported
679655da 264F: drivers/acpi/video.c
998be20f 265
bff431e4 266ACPI WMI DRIVER
d0944853 267L: [email protected]
5b927259 268S: Orphan
679655da 269F: drivers/platform/x86/wmi.c
bff431e4 270
2f39d519 271AD1889 ALSA SOUND DRIVER
8b58be88 272M: Thibaut Varene <[email protected]>
795fb7e7
JD
273W: http://wiki.parisc-linux.org/AD1889
274L: [email protected]
275S: Maintained
679655da 276F: sound/pci/ad1889.*
2f39d519 277
527a1a83
MH
278AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
279M: Michael Hennerich <[email protected]>
f8bd42b8 280L: [email protected]
a3f531ac 281W: http://wiki.analog.com/AD5254
527a1a83
MH
282S: Supported
283F: drivers/misc/ad525x_dpot.c
284
285AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
286M: Michael Hennerich <[email protected]>
f8bd42b8 287L: [email protected]
a3f531ac 288W: http://wiki.analog.com/AD5398
527a1a83
MH
289S: Supported
290F: drivers/regulator/ad5398.c
291
292AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
293M: Michael Hennerich <[email protected]>
f8bd42b8 294L: [email protected]
a3f531ac 295W: http://wiki.analog.com/AD7142
527a1a83
MH
296S: Supported
297F: drivers/input/misc/ad714x.c
298
299AD7877 TOUCHSCREEN DRIVER
300M: Michael Hennerich <[email protected]>
f8bd42b8 301L: [email protected]
a3f531ac 302W: http://wiki.analog.com/AD7877
527a1a83
MH
303S: Supported
304F: drivers/input/touchscreen/ad7877.c
305
306AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
307M: Michael Hennerich <[email protected]>
f8bd42b8 308L: [email protected]
a3f531ac 309W: http://wiki.analog.com/AD7879
527a1a83
MH
310S: Supported
311F: drivers/input/touchscreen/ad7879.c
312
1330b0dc
JK
313ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
314M: Jiri Kosina <[email protected]>
315S: Maintained
316
1da177e4 317ADM1025 HARDWARE MONITOR DRIVER
8b58be88 318M: Jean Delvare <[email protected]>
cc0b07ed 319L: [email protected]
1da177e4 320S: Maintained
679655da
JP
321F: Documentation/hwmon/adm1025
322F: drivers/hwmon/adm1025.c
1da177e4 323
cae2caae 324ADM1029 HARDWARE MONITOR DRIVER
8b58be88 325M: Corentin Labbe <[email protected]>
cae2caae
CL
326L: [email protected]
327S: Maintained
679655da 328F: drivers/hwmon/adm1029.c
cae2caae 329
cc0b88cf 330ADM8211 WIRELESS DRIVER
cc0b88cf
MW
331L: [email protected]
332W: http://linuxwireless.org/
e71bcbd0 333S: Orphan
679655da 334F: drivers/net/wireless/adm8211.*
cc0b88cf 335
527a1a83
MH
336ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
337M: Michael Hennerich <[email protected]>
f8bd42b8 338L: [email protected]
a3f531ac 339W: http://wiki.analog.com/ADP5520
527a1a83
MH
340S: Supported
341F: drivers/mfd/adp5520.c
342F: drivers/video/backlight/adp5520_bl.c
45b4e0d5 343F: drivers/leds/leds-adp5520.c
77278d50 344F: drivers/gpio/gpio-adp5520.c
527a1a83
MH
345F: drivers/input/keyboard/adp5520-keys.c
346
347ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
348M: Michael Hennerich <[email protected]>
f8bd42b8 349L: [email protected]
a3f531ac 350W: http://wiki.analog.com/ADP5588
527a1a83
MH
351S: Supported
352F: drivers/input/keyboard/adp5588-keys.c
77278d50 353F: drivers/gpio/gpio-adp5588.c
527a1a83
MH
354
355ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
356M: Michael Hennerich <[email protected]>
f8bd42b8 357L: [email protected]
a3f531ac 358W: http://wiki.analog.com/ADP8860
527a1a83
MH
359S: Supported
360F: drivers/video/backlight/adp8860_bl.c
361
8c22a8f5
DE
362ADS1015 HARDWARE MONITOR DRIVER
363M: Dirk Eibach <[email protected]>
364L: [email protected]
365S: Maintained
366F: Documentation/hwmon/ads1015
367F: drivers/hwmon/ads1015.c
368F: include/linux/i2c/ads1015.h
369
1da177e4 370ADT746X FAN DRIVER
8b58be88 371M: Colin Leroy <[email protected]>
1da177e4 372S: Maintained
679655da 373F: drivers/macintosh/therm_adt746x.c
1da177e4 374
b058b859
JD
375ADT7475 HARDWARE MONITOR DRIVER
376M: Jean Delvare <[email protected]>
377L: [email protected]
378S: Maintained
379F: Documentation/hwmon/adt7475
380F: drivers/hwmon/adt7475.c
381
527a1a83
MH
382ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
383M: Michael Hennerich <[email protected]>
f8bd42b8 384L: [email protected]
a3f531ac 385W: http://wiki.analog.com/ADXL345
527a1a83
MH
386S: Supported
387F: drivers/input/misc/adxl34x.c
388
8c6af9e1 389ADVANSYS SCSI DRIVER
8b58be88 390M: Matthew Wilcox <[email protected]>
8c6af9e1
MW
391L: [email protected]
392S: Maintained
679655da
JP
393F: Documentation/scsi/advansys.txt
394F: drivers/scsi/advansys.c
8c6af9e1 395
1da177e4 396AEDSP16 DRIVER
8b58be88 397M: Riccardo Facchetti <[email protected]>
1da177e4 398S: Maintained
679655da 399F: sound/oss/aedsp16.c
1da177e4
LT
400
401AFFS FILE SYSTEM
6cf515e1
GU
402L: [email protected]
403S: Orphan
679655da
JP
404F: Documentation/filesystems/affs.txt
405F: fs/affs/
1da177e4 406
e2d1d6c0 407AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
8b58be88 408M: David Howells <[email protected]>
e2d1d6c0
RD
409L: [email protected]
410S: Supported
679655da
JP
411F: fs/afs/
412F: include/net/af_rxrpc.h
413F: net/rxrpc/af_rxrpc.c
e2d1d6c0 414
1da177e4 415AGPGART DRIVER
8b58be88 416M: David Airlie <[email protected]>
54e5881d 417T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4 418S: Maintained
679655da
JP
419F: drivers/char/agp/
420F: include/linux/agp*
1da177e4
LT
421
422AHA152X SCSI DRIVER
8b58be88 423M: "Juergen E. Fischer" <[email protected]>
1da177e4
LT
424L: [email protected]
425S: Maintained
679655da
JP
426F: drivers/scsi/aha152x*
427F: drivers/scsi/pcmcia/aha152x*
1da177e4 428
64624d4f 429AIC7XXX / AIC79XX SCSI DRIVER
8b58be88 430M: Hannes Reinecke <[email protected]>
64624d4f 431L: [email protected]
1da177e4 432S: Maintained
679655da
JP
433F: drivers/scsi/aic7xxx/
434F: drivers/scsi/aic7xxx_old/
1da177e4 435
e2d1d6c0 436AIO
8b58be88 437M: Benjamin LaHaise <[email protected]>
e2d1d6c0
RD
438L: [email protected]
439S: Supported
679655da
JP
440F: fs/aio.c
441F: include/linux/*aio*.h
e2d1d6c0 442
1da177e4 443ALCATEL SPEEDTOUCH USB DRIVER
8b58be88 444M: Duncan Sands <[email protected]>
6372594a 445L: [email protected]
1da177e4
LT
446W: http://www.linux-usb.org/SpeedTouch/
447S: Maintained
679655da
JP
448F: drivers/usb/atm/speedtch.c
449F: drivers/usb/atm/usbatm.c
1da177e4 450
272f133a 451ALCHEMY AU1XX0 MMC DRIVER
8b58be88 452M: Manuel Lauss <[email protected]>
08fcb720 453S: Maintained
679655da 454F: drivers/mmc/host/au1xmmc.c
272f133a 455
4a4e5787 456ALI1563 I2C DRIVER
8b58be88 457M: Rudolf Marek <[email protected]>
846557d3 458L: [email protected]
4a4e5787 459S: Maintained
679655da
JP
460F: Documentation/i2c/busses/i2c-ali1563
461F: drivers/i2c/busses/i2c-ali1563.c
4a4e5787 462
1da177e4 463ALPHA PORT
8b58be88 464M: Richard Henderson <[email protected]>
8b58be88 465M: Ivan Kokshaysky <[email protected]>
abd4d609 466M: Matt Turner <[email protected]>
c89f4f9a 467S: Odd Fixes
a9406699 468L: [email protected]
679655da 469F: arch/alpha/
1da177e4 470
adf9251f
TK
471ALTERA UART/JTAG UART SERIAL DRIVERS
472M: Tobias Klauser <[email protected]>
473L: [email protected]
474L: [email protected] (moderated for non-subscribers)
475S: Maintained
476F: drivers/tty/serial/altera_uart.c
477F: drivers/tty/serial/altera_jtaguart.c
478F: include/linux/altera_uart.h
479F: include/linux/altera_jtaguart.h
480
512d1027
AH
481AMD FAM15H PROCESSOR POWER MONITORING DRIVER
482M: Andreas Herrmann <[email protected]>
483L: [email protected]
484S: Maintained
485F: Documentation/hwmon/fam15h_power
486F: drivers/hwmon/fam15h_power.c
487
167a675a 488AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
8b58be88 489M: Thomas Dahlmann <[email protected]>
67d76710 490L: [email protected] (moderated for non-subscribers)
167a675a 491S: Supported
679655da 492F: drivers/usb/gadget/amd5536udc.*
167a675a 493
f90b8116 494AMD GEODE PROCESSOR/CHIPSET SUPPORT
69006096 495P: Andres Salomon <[email protected]>
67d76710 496L: [email protected] (moderated for non-subscribers)
f90b8116
JC
497W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
498S: Supported
679655da
JP
499F: drivers/char/hw_random/geode-rng.c
500F: drivers/crypto/geode*
501F: drivers/video/geode/
502F: arch/x86/include/asm/geode.h
f90b8116 503
919ee7dd 504AMD IOMMU (AMD-VI)
8b58be88 505M: Joerg Roedel <[email protected]>
919ee7dd 506L: [email protected]
525b233c 507T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
919ee7dd 508S: Supported
b2c16391
JP
509F: drivers/iommu/amd_iommu*.[ch]
510F: include/linux/amd-iommu.h
919ee7dd 511
e7f5b309 512AMD MICROCODE UPDATE SUPPORT
8b58be88 513M: Andreas Herrmann <[email protected]>
7d2c86b5
JP
514L: [email protected]
515S: Supported
679655da 516F: arch/x86/kernel/microcode_amd.c
e7f5b309 517
284f42b6 518AMS (Apple Motion Sensor) DRIVER
8b58be88 519M: Michael Hanselmann <[email protected]>
284f42b6 520S: Supported
bd5f47ec 521F: drivers/macintosh/ams/
284f42b6 522
f94b533d 523AMSO1100 RNIC DRIVER
8b58be88
JP
524M: Tom Tucker <[email protected]>
525M: Steve Wise <[email protected]>
e6cc0fd1 526L: [email protected]
f94b533d 527S: Maintained
679655da 528F: drivers/infiniband/hw/amso1100/
f94b533d 529
527a1a83 530ANALOG DEVICES INC ASOC CODEC DRIVERS
535bd16f 531M: Lars-Peter Clausen <[email protected]>
f8bd42b8 532L: [email protected]
4bdef3bd 533L: [email protected] (moderated for non-subscribers)
a3f531ac 534W: http://wiki.analog.com/
4bdef3bd 535S: Supported
39c9d199 536F: sound/soc/codecs/adau*
cc52688a 537F: sound/soc/codecs/adav*
4bdef3bd 538F: sound/soc/codecs/ad1*
4bdef3bd 539F: sound/soc/codecs/ssm*
40216ce7 540F: sound/soc/codecs/sigmadsp.*
4bdef3bd 541
527a1a83
MH
542ANALOG DEVICES INC ASOC DRIVERS
543L: [email protected]
544L: [email protected] (moderated for non-subscribers)
545W: http://blackfin.uclinux.org/
546S: Supported
547F: sound/soc/blackfin/*
548
42269063 549AOA (Apple Onboard Audio) ALSA DRIVER
8b58be88 550M: Johannes Berg <[email protected]>
a4724ed6 551L: [email protected]
93711660 552L: [email protected] (moderated for non-subscribers)
42269063 553S: Maintained
679655da 554F: sound/aoa/
42269063 555
1da177e4 556APM DRIVER
81024fc4
JK
557M: Jiri Kosina <[email protected]>
558S: Odd fixes
679655da
JP
559F: arch/x86/kernel/apm_32.c
560F: include/linux/apm_bios.h
81024fc4 561F: drivers/char/apm-emulation.c
1da177e4 562
bd7aa4b2 563APPLE BCM5974 MULTITOUCH DRIVER
8b58be88 564M: Henrik Rydberg <[email protected]>
bd7aa4b2
HR
565L: [email protected]
566S: Maintained
679655da 567F: drivers/input/mouse/bcm5974.c
bd7aa4b2 568
6f2fad74 569APPLE SMC DRIVER
d618540f
HR
570M: Henrik Rydberg <[email protected]>
571L: [email protected]
6f2fad74 572S: Maintained
679655da 573F: drivers/hwmon/applesmc.c
6f2fad74 574
1da177e4 575APPLETALK NETWORK LAYER
8b58be88 576M: Arnaldo Carvalho de Melo <[email protected]>
1da177e4 577S: Maintained
679655da
JP
578F: drivers/net/appletalk/
579F: net/appletalk/
1da177e4 580
a480167b
VK
581ARASAN COMPACT FLASH PATA CONTROLLER
582M: Viresh Kumar <[email protected]>
583L: [email protected]
584S: Maintained
585F: include/linux/pata_arasan_cf_data.h
586F: drivers/ata/pata_arasan_cf.c
587
1154ea7d 588ARC FRAMEBUFFER DRIVER
8b58be88 589M: Jaya Kumar <[email protected]>
1154ea7d 590S: Maintained
679655da
JP
591F: drivers/video/arcfb.c
592F: drivers/video/fb_defio.c
1154ea7d 593
1da177e4 594ARM MFM AND FLOPPY DRIVERS
8b58be88 595M: Ian Molton <[email protected]>
1da177e4 596S: Maintained
679655da
JP
597F: arch/arm/lib/floppydma.S
598F: arch/arm/include/asm/floppy.h
1da177e4 599
6f96521f
WD
600ARM PMU PROFILING AND DEBUGGING
601M: Will Deacon <[email protected]>
602S: Maintained
603F: arch/arm/kernel/perf_event*
604F: arch/arm/oprofile/common.c
605F: arch/arm/kernel/pmu.c
606F: arch/arm/include/asm/pmu.h
607F: arch/arm/kernel/hw_breakpoint.c
608F: arch/arm/include/asm/hw_breakpoint.h
609
d4275354 610ARM PORT
8b58be88 611M: Russell King <[email protected]>
efc03ecb 612L: [email protected] (moderated for non-subscribers)
d4275354
RK
613W: http://www.arm.linux.org.uk/
614S: Maintained
615F: arch/arm/
616
cefbf4ea
RK
617ARM PRIMECELL AACI PL041 DRIVER
618M: Russell King <[email protected]>
619S: Maintained
620F: sound/arm/aaci.*
621
622ARM PRIMECELL CLCD PL110 DRIVER
623M: Russell King <[email protected]>
624S: Maintained
625F: drivers/video/amba-clcd.*
626
627ARM PRIMECELL KMI PL050 DRIVER
628M: Russell King <[email protected]>
629S: Maintained
630F: drivers/input/serio/ambakmi.*
631F: include/linux/amba/kmi.h
632
2761f5c2 633ARM PRIMECELL MMCI PL180/1 DRIVER
6d79947a 634S: Orphan
679655da 635F: drivers/mmc/host/mmci.*
2761f5c2 636
cefbf4ea
RK
637ARM PRIMECELL BUS SUPPORT
638M: Russell King <[email protected]>
639S: Maintained
640F: drivers/amba/
641F: include/linux/amba/bus.h
642
2b7a52a4 643ARM/ADI ROADRUNNER MACHINE SUPPORT
8b58be88 644M: Lennert Buytenhek <[email protected]>
efc03ecb 645L: [email protected] (moderated for non-subscribers)
2b7a52a4 646S: Maintained
679655da
JP
647F: arch/arm/mach-ixp23xx/
648F: arch/arm/mach-ixp23xx/include/mach/
2b7a52a4
LB
649
650ARM/ADS SPHERE MACHINE SUPPORT
8b58be88 651M: Lennert Buytenhek <[email protected]>
efc03ecb 652L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
653S: Maintained
654
9c784f95 655ARM/AFEB9260 MACHINE SUPPORT
8b58be88 656M: Sergey Lapin <[email protected]>
efc03ecb 657L: [email protected] (moderated for non-subscribers)
9c784f95
SL
658S: Maintained
659
2b7a52a4 660ARM/AJECO 1ARM MACHINE SUPPORT
8b58be88 661M: Lennert Buytenhek <[email protected]>
efc03ecb 662L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
663S: Maintained
664
c1fc8675 665ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
8b58be88 666M: Andrew Victor <[email protected]>
c1fc8675
NF
667M: Nicolas Ferre <[email protected]>
668M: Jean-Christophe Plagniol-Villard <[email protected]>
efc03ecb 669L: [email protected] (moderated for non-subscribers)
795fb7e7 670W: http://maxim.org.za/at91_26.html
c1fc8675
NF
671W: http://www.linux4sam.org
672S: Supported
673F: arch/arm/mach-at91/
d4a89c7d 674
57a473f2 675ARM/BCMRING ARM ARCHITECTURE
d6db4667 676M: Jiandong Zheng <[email protected]>
ddd559b1 677M: Scott Branden <[email protected]>
efc03ecb 678L: [email protected] (moderated for non-subscribers)
57a473f2
LC
679S: Maintained
680F: arch/arm/mach-bcmring
681
682ARM/BCMRING MTD NAND DRIVER
d6db4667 683M: Jiandong Zheng <[email protected]>
ddd559b1 684M: Scott Branden <[email protected]>
57a473f2
LC
685L: [email protected]
686S: Maintained
687F: drivers/mtd/nand/bcm_umi_nand.c
688F: drivers/mtd/nand/bcm_umi_bch.c
57a473f2
LC
689F: drivers/mtd/nand/nand_bcm_umi.h
690
986cf2e9
RH
691ARM/CALXEDA HIGHBANK ARCHITECTURE
692M: Rob Herring <[email protected]>
693L: [email protected] (moderated for non-subscribers)
694S: Maintained
695F: arch/arm/mach-highbank/
696
d94f944e
AV
697ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
698M: Anton Vorontsov <[email protected]>
699S: Maintained
700F: arch/arm/mach-cns3xxx/
701T: git git://git.infradead.org/users/cbou/linux-cns3xxx.git
702
2b7a52a4 703ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
ddd559b1 704M: Hartley Sweeten <[email protected]>
1c5454ee 705M: Ryan Mallon <[email protected]>
efc03ecb 706L: [email protected] (moderated for non-subscribers)
2b7a52a4 707S: Maintained
d19d3667
HS
708F: arch/arm/mach-ep93xx/
709F: arch/arm/mach-ep93xx/include/mach/
2b7a52a4
LB
710
711ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
8b58be88 712M: Lennert Buytenhek <[email protected]>
efc03ecb 713L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
714S: Maintained
715
d4275354 716ARM/CLKDEV SUPPORT
8b58be88 717M: Russell King <[email protected]>
efc03ecb 718L: [email protected] (moderated for non-subscribers)
37417046 719S: Maintained
d4275354 720F: arch/arm/include/asm/clkdev.h
4fa2651d 721F: drivers/clk/clkdev.c
d4275354 722
d48134e7 723ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
8b58be88 724M: Mike Rapoport <[email protected]>
efc03ecb 725L: [email protected] (moderated for non-subscribers)
a9da4f7e
RK
726S: Maintained
727
94150095
HF
728ARM/CONTEC MICRO9 MACHINE SUPPORT
729M: Hubert Feurstein <[email protected]>
730S: Maintained
731F: arch/arm/mach-ep93xx/micro9.c
732
1da177e4 733ARM/CORGI MACHINE SUPPORT
8b58be88 734M: Richard Purdie <[email protected]>
1da177e4
LT
735S: Maintained
736
881a95f9 737ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
162500b3 738M: Hans Ulli Kroll <[email protected]>
efc03ecb 739L: [email protected] (moderated for non-subscribers)
162500b3
HUK
740T: git git://git.berlios.de/gemini-board
741S: Maintained
f49afbb5 742F: arch/arm/mach-gemini/
881a95f9 743
a990cbd8
BS
744ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
745M: Barry Song <[email protected]>
746L: [email protected] (moderated for non-subscribers)
747S: Maintained
748F: arch/arm/mach-prima2/
ca21a146 749F: drivers/dma/sirf-dma*
a990cbd8 750
d4275354 751ARM/EBSA110 MACHINE SUPPORT
8b58be88 752M: Russell King <[email protected]>
efc03ecb 753L: [email protected] (moderated for non-subscribers)
d4275354
RK
754W: http://www.arm.linux.org.uk/
755S: Maintained
756F: arch/arm/mach-ebsa110/
b955f6ca 757F: drivers/net/ethernet/amd/am79c961a.*
d4275354 758
a9da4f7e 759ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
8b58be88
JP
760M: Daniel Ribeiro <[email protected]>
761M: Stefan Schmidt <[email protected]>
762M: Harald Welte <[email protected]>
d66f1886 763L: [email protected] (moderated for non-subscribers)
a9da4f7e
RK
764W: http://www.openezx.org/
765S: Maintained
cafc2265
SS
766T: topgit git://git.openezx.org/openezx.git
767F: arch/arm/mach-pxa/ezx.c
a9da4f7e 768
6a915af9 769ARM/FARADAY FA526 PORT
162500b3 770M: Hans Ulli Kroll <[email protected]>
efc03ecb 771L: [email protected] (moderated for non-subscribers)
162500b3 772S: Maintained
1fa7e547 773T: git git://git.berlios.de/gemini-board
f49afbb5 774F: arch/arm/mm/*-fa*
6a915af9 775
d4275354 776ARM/FOOTBRIDGE ARCHITECTURE
8b58be88 777M: Russell King <[email protected]>
efc03ecb 778L: [email protected] (moderated for non-subscribers)
d4275354
RK
779W: http://www.arm.linux.org.uk/
780S: Maintained
781F: arch/arm/include/asm/hardware/dec21285.h
782F: arch/arm/mach-footbridge/
783
86183a5f 784ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
8b58be88 785M: Sascha Hauer <[email protected]>
efc03ecb 786L: [email protected] (moderated for non-subscribers)
86183a5f 787S: Maintained
1fa7e547 788T: git git://git.pengutronix.de/git/imx/linux-2.6.git
adf79292 789F: arch/arm/mach-imx/
b16533d3 790F: arch/arm/plat-mxc/
86183a5f 791
8bcb9765
SG
792ARM/FREESCALE IMX6
793M: Shawn Guo <[email protected]>
794L: [email protected] (moderated for non-subscribers)
795S: Maintained
796T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
797F: arch/arm/mach-imx/*imx6*
798
a9866a09
SG
799ARM/FREESCALE MXS ARM ARCHITECTURE
800M: Shawn Guo <[email protected]>
801L: [email protected] (moderated for non-subscribers)
802S: Maintained
803T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
804F: arch/arm/mach-mxs/
805
2b7a52a4 806ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
8b58be88 807M: Lennert Buytenhek <[email protected]>
efc03ecb 808L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
809S: Maintained
810
90b8fc34 811ARM/GUMSTIX MACHINE SUPPORT
8b58be88 812M: Steve Sakoman <[email protected]>
efc03ecb 813L: [email protected] (moderated for non-subscribers)
90b8fc34
JK
814S: Maintained
815
ef47d5f0 816ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
8b58be88 817M: Philipp Zabel <[email protected]>
12a93f32
PZ
818M: Paul Parsons <[email protected]>
819L: [email protected] (moderated for non-subscribers)
ef47d5f0
PZ
820S: Maintained
821F: arch/arm/mach-pxa/hx4700.c
822F: arch/arm/mach-pxa/include/mach/hx4700.h
12a93f32 823F: sound/soc/pxa/hx4700.c
ef47d5f0 824
21f37bc3 825ARM/HP JORNADA 7XX MACHINE SUPPORT
8b58be88 826M: Kristoffer Ericson <[email protected]>
795fb7e7
JD
827W: www.jlime.com
828S: Maintained
084bad91
KE
829T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
830F: arch/arm/mach-sa1100/jornada720.c
831F: arch/arm/mach-sa1100/include/mach/jornada720.h
21f37bc3 832
403d2971
MV
833ARM/INCOME PXA270 SUPPORT
834M: Marek Vasut <[email protected]>
835L: [email protected] (moderated for non-subscribers)
836S: Maintained
ec154082 837F: arch/arm/mach-pxa/colibri-pxa270-income.c
403d2971 838
2b7a52a4 839ARM/INTEL IOP32X ARM ARCHITECTURE
8b58be88
JP
840M: Lennert Buytenhek <[email protected]>
841M: Dan Williams <[email protected]>
efc03ecb 842L: [email protected] (moderated for non-subscribers)
f00f510a 843S: Maintained
e2bdb176
DW
844
845ARM/INTEL IOP33X ARM ARCHITECTURE
8b58be88 846M: Dan Williams <[email protected]>
efc03ecb 847L: [email protected] (moderated for non-subscribers)
f00f510a 848S: Maintained
2b7a52a4
LB
849
850ARM/INTEL IOP13XX ARM ARCHITECTURE
8b58be88
JP
851M: Lennert Buytenhek <[email protected]>
852M: Dan Williams <[email protected]>
efc03ecb 853L: [email protected] (moderated for non-subscribers)
f00f510a 854S: Maintained
2b7a52a4
LB
855
856ARM/INTEL IQ81342EX MACHINE SUPPORT
8b58be88
JP
857M: Lennert Buytenhek <[email protected]>
858M: Dan Williams <[email protected]>
efc03ecb 859L: [email protected] (moderated for non-subscribers)
f00f510a 860S: Maintained
2b7a52a4
LB
861
862ARM/INTEL IXP2000 ARM ARCHITECTURE
8b58be88 863M: Lennert Buytenhek <[email protected]>
efc03ecb 864L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
865S: Maintained
866
867ARM/INTEL IXDP2850 MACHINE SUPPORT
8b58be88 868M: Lennert Buytenhek <[email protected]>
efc03ecb 869L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
870S: Maintained
871
872ARM/INTEL IXP23XX ARM ARCHITECTURE
8b58be88 873M: Lennert Buytenhek <[email protected]>
efc03ecb 874L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
875S: Maintained
876
dfdd8cc9
KH
877ARM/INTEL IXP4XX ARM ARCHITECTURE
878M: Imre Kaloz <[email protected]>
879M: Krzysztof Halasa <[email protected]>
baea7b94 880L: [email protected] (moderated for non-subscribers)
dfdd8cc9
KH
881S: Maintained
882F: arch/arm/mach-ixp4xx/
883
838553c5 884ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
7f49a7f7
JC
885M: Jonathan Cameron <[email protected]>
886L: [email protected] (moderated for non-subscribers)
887S: Maintained
888F: arch/arm/mach-pxa/stargate2.c
889F: drivers/pcmcia/pxa2xx_stargate2.c
890
2b7a52a4 891ARM/INTEL XSC3 (MANZANO) ARM CORE
8b58be88
JP
892M: Lennert Buytenhek <[email protected]>
893M: Dan Williams <[email protected]>
efc03ecb 894L: [email protected] (moderated for non-subscribers)
f00f510a 895S: Maintained
2b7a52a4
LB
896
897ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
8b58be88 898M: Lennert Buytenhek <[email protected]>
efc03ecb 899L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
900S: Maintained
901
902ARM/LOGICPD PXA270 MACHINE SUPPORT
8b58be88 903M: Lennert Buytenhek <[email protected]>
efc03ecb 904L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
905S: Maintained
906
3b886171 907ARM/MAGICIAN MACHINE SUPPORT
8b58be88 908M: Philipp Zabel <[email protected]>
3b886171
PZ
909S: Maintained
910
54a246ff 911ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
18e2842b
NP
912M: Lennert Buytenhek <[email protected]>
913M: Nicolas Pitre <[email protected]>
efc03ecb 914L: [email protected] (moderated for non-subscribers)
18e2842b 915S: Odd Fixes
54a246ff
NP
916F: arch/arm/mach-kirkwood/
917F: arch/arm/mach-mv78xx0/
918F: arch/arm/mach-orion5x/
919F: arch/arm/plat-orion/
3b886171 920
d69ac131
AC
921ARM/Orion SoC/Technologic Systems TS-78xx platform support
922M: Alexander Clouter <[email protected]>
923L: [email protected] (moderated for non-subscribers)
924W: http://www.digriz.org.uk/ts78xx/kernel
925S: Maintained
926F: arch/arm/mach-orion5x/ts78xx-*
927
d78ff0a5 928ARM/MIOA701 MACHINE SUPPORT
8b58be88 929M: Robert Jarzmik <[email protected]>
efc03ecb 930L: [email protected] (moderated for non-subscribers)
d78ff0a5
RJ
931F: arch/arm/mach-pxa/mioa701.c
932S: Maintained
933
9624dfe6 934ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
8b58be88 935M: Michael Petchkovsky <[email protected]>
9624dfe6
KE
936S: Maintained
937
e0ee9851 938ARM/NOMADIK ARCHITECTURE
28b8e8d4 939M: Alessandro Rubini <[email protected]>
87572880 940M: Linus Walleij <[email protected]>
28b8e8d4
JP
941M: STEricsson <[email protected]>
942L: [email protected] (moderated for non-subscribers)
943S: Maintained
944F: arch/arm/mach-nomadik/
945F: arch/arm/plat-nomadik/
87572880
LW
946F: drivers/i2c/busses/i2c-nomadik.c
947T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
e0ee9851 948
9d76295a 949ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
8b58be88 950M: Nelson Castillo <[email protected]>
9d76295a
AG
951L: [email protected] (subscribers-only)
952W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
953S: Supported
954
0c19d21e
DW
955ARM/QUALCOMM MSM MACHINE SUPPORT
956M: David Brown <[email protected]>
b4c9bfab 957M: Daniel Walker <[email protected]>
0c19d21e 958M: Bryan Huntsman <[email protected]>
c68af41d 959L: [email protected]
0c19d21e
DW
960F: arch/arm/mach-msm/
961F: drivers/video/msm/
962F: drivers/mmc/host/msm_sdcc.c
963F: drivers/mmc/host/msm_sdcc.h
df621252
GKH
964F: drivers/tty/serial/msm_serial.h
965F: drivers/tty/serial/msm_serial.c
8a5700cd 966F: drivers/platform/msm/
ea91db52
AD
967F: drivers/*/pm8???-*
968F: include/linux/mfd/pm8xxx/
8cd5c866 969T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
0c19d21e
DW
970S: Maintained
971
8459c159 972ARM/TOSA MACHINE SUPPORT
8b58be88
JP
973M: Dmitry Eremin-Solenikov <[email protected]>
974M: Dirk Opfer <[email protected]>
8459c159
DO
975S: Maintained
976
5d783a2d 977ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
933d35f0 978M: Marek Vasut <[email protected]>
75280787 979L: [email protected]
b5e4ad57
MV
980W: http://hackndev.com
981S: Maintained
933d35f0
JP
982F: arch/arm/mach-pxa/include/mach/palmtx.h
983F: arch/arm/mach-pxa/palmtx.c
984F: arch/arm/mach-pxa/include/mach/palmt5.h
985F: arch/arm/mach-pxa/palmt5.c
986F: arch/arm/mach-pxa/include/mach/palmld.h
987F: arch/arm/mach-pxa/palmld.c
988F: arch/arm/mach-pxa/include/mach/palmte2.h
989F: arch/arm/mach-pxa/palmte2.c
990F: arch/arm/mach-pxa/include/mach/palmtc.h
991F: arch/arm/mach-pxa/palmtc.c
b5e4ad57 992
b57fe924 993ARM/PALM TREO SUPPORT
8b58be88 994M: Tomas Cech <[email protected]>
75280787 995L: [email protected]
90af5811
TSC
996W: http://hackndev.com
997S: Maintained
b57fe924
JP
998F: arch/arm/mach-pxa/include/mach/palmtreo.h
999F: arch/arm/mach-pxa/palmtreo.c
90af5811 1000
c49e1e63 1001ARM/PALMZ72 SUPPORT
8b58be88 1002M: Sergey Lapin <[email protected]>
75280787 1003L: [email protected]
7d2c86b5
JP
1004W: http://hackndev.com
1005S: Maintained
933d35f0
JP
1006F: arch/arm/mach-pxa/include/mach/palmz72.h
1007F: arch/arm/mach-pxa/palmz72.c
c49e1e63 1008
1da177e4 1009ARM/PLEB SUPPORT
8b58be88 1010M: Peter Chubb <[email protected]>
1da177e4
LT
1011W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1012S: Maintained
1013
1014ARM/PT DIGITAL BOARD PORT
8b58be88 1015M: Stefan Eletzhofer <[email protected]>
efc03ecb 1016L: [email protected] (moderated for non-subscribers)
1da177e4
LT
1017W: http://www.arm.linux.org.uk/
1018S: Maintained
1019
2b7a52a4 1020ARM/RADISYS ENP2611 MACHINE SUPPORT
8b58be88 1021M: Lennert Buytenhek <[email protected]>
efc03ecb 1022L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1023S: Maintained
1024
d4275354 1025ARM/RISCPC ARCHITECTURE
8b58be88 1026M: Russell King <[email protected]>
efc03ecb 1027L: [email protected] (moderated for non-subscribers)
d4275354
RK
1028W: http://www.arm.linux.org.uk/
1029S: Maintained
1030F: arch/arm/common/time-acorn.c
1031F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1032F: arch/arm/include/asm/hardware/ioc.h
1033F: arch/arm/include/asm/hardware/iomd.h
1034F: arch/arm/include/asm/hardware/memc.h
1035F: arch/arm/mach-rpc/
1a6422f6 1036F: drivers/net/ethernet/8390/etherh.c
9e13fbf7
JK
1037F: drivers/net/ethernet/i825xx/ether1*
1038F: drivers/net/ethernet/seeq/ether3*
d4275354
RK
1039F: drivers/scsi/arm/
1040
1da177e4 1041ARM/SHARK MACHINE SUPPORT
8b58be88 1042M: Alexander Schulz <[email protected]>
1da177e4
LT
1043W: http://www.shark-linux.de/shark.html
1044S: Maintained
1045
b21477f9 1046ARM/SAMSUNG ARM ARCHITECTURES
8b58be88 1047M: Ben Dooks <[email protected]>
482ce512 1048M: Kukjin Kim <[email protected]>
efc03ecb 1049L: [email protected] (moderated for non-subscribers)
7a549d78 1050L: [email protected] (moderated for non-subscribers)
b21477f9
BD
1051W: http://www.fluff.org/ben/linux/
1052S: Maintained
482ce512 1053F: arch/arm/plat-samsung/
b21477f9 1054F: arch/arm/plat-s3c24xx/
482ce512 1055F: arch/arm/plat-s5p/
769bbb63
HS
1056F: arch/arm/mach-s3c24*/
1057F: arch/arm/mach-s3c64xx/
eb2ffcaf
BD
1058F: drivers/*/*s3c2410*
1059F: drivers/*/*/*s3c2410*
40c76662
MB
1060F: drivers/spi/spi-s3c*
1061F: sound/soc/samsung/*
1da177e4 1062
0dcecae2 1063ARM/S5P EXYNOS ARM ARCHITECTURES
f556cb07
KK
1064M: Kukjin Kim <[email protected]>
1065L: [email protected] (moderated for non-subscribers)
1066L: [email protected] (moderated for non-subscribers)
1067S: Maintained
1068F: arch/arm/mach-s5p*/
0dcecae2 1069F: arch/arm/mach-exynos*/
f556cb07 1070
10ffa964
KP
1071ARM/SAMSUNG MOBILE MACHINE SUPPORT
1072M: Kyungmin Park <[email protected]>
1073L: [email protected] (moderated for non-subscribers)
1074S: Maintained
1075F: arch/arm/mach-s5pv210/mach-aquila.c
1076F: arch/arm/mach-s5pv210/mach-goni.c
38f1b4c5
JP
1077F: arch/arm/mach-exynos/mach-universal_c210.c
1078F: arch/arm/mach-exynos/mach-nuri.c
10ffa964 1079
aaac7d9e
KP
1080ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1081M: Kyungmin Park <[email protected]>
1082M: Sylwester Nawrocki <[email protected]>
1083L: [email protected]
1084L: [email protected]
1085S: Maintained
1086F: arch/arm/plat-s5p/dev-fimc*
1087F: arch/arm/plat-samsung/include/plat/*fimc*
1088F: drivers/media/video/s5p-fimc/
1089
e6a476fd
MS
1090ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1091M: Kyungmin Park <[email protected]>
1092M: Kamil Debski <[email protected]>
60659dd4 1093M: Jeongtae Park <[email protected]>
e6a476fd
MS
1094L: [email protected]
1095L: [email protected]
1096S: Maintained
1097F: arch/arm/plat-s5p/dev-mfc.c
1098F: drivers/media/video/s5p-mfc/
1099
1100ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1101M: Kyungmin Park <[email protected]>
1102M: Tomasz Stanislawski <[email protected]>
1103L: [email protected]
1104L: [email protected]
1105S: Maintained
e6a476fd
MS
1106F: drivers/media/video/s5p-tv/
1107
d48d38e8
PM
1108ARM/SHMOBILE ARM ARCHITECTURE
1109M: Paul Mundt <[email protected]>
1110M: Magnus Damm <[email protected]>
1111L: [email protected]
d48d38e8 1112W: http://oss.renesas.com
bbff48f5 1113Q: http://patchwork.kernel.org/project/linux-sh/list/
d22c0e50 1114T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
d48d38e8
PM
1115S: Supported
1116F: arch/arm/mach-shmobile/
1117F: drivers/sh/
1118
2b7a52a4 1119ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
8b58be88 1120M: Lennert Buytenhek <[email protected]>
efc03ecb 1121L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1122S: Maintained
1123
1bbd7089 1124ARM/TETON BGA MACHINE SUPPORT
706e69d6 1125M: "Mark F. Brown" <[email protected]>
1bbd7089
MB
1126L: [email protected] (moderated for non-subscribers)
1127S: Maintained
1128
2b7a52a4 1129ARM/THECUS N2100 MACHINE SUPPORT
8b58be88 1130M: Lennert Buytenhek <[email protected]>
efc03ecb 1131L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1132S: Maintained
1133
98ad6e3b 1134ARM/NUVOTON W90X900 ARM ARCHITECTURE
8b58be88 1135M: Wan ZongShun <[email protected]>
efc03ecb 1136L: [email protected] (moderated for non-subscribers)
7d2c86b5
JP
1137W: http://www.mcuos.com
1138S: Maintained
4e89e8f6 1139F: arch/arm/mach-w90x900/
4e89e8f6
WZ
1140F: drivers/input/keyboard/w90p910_keypad.c
1141F: drivers/input/touchscreen/w90p910_ts.c
1142F: drivers/watchdog/nuc900_wdt.c
679ec0ef 1143F: drivers/net/ethernet/nuvoton/w90p910_ether.c
5351684f 1144F: drivers/mtd/nand/nuc900_nand.c
4e89e8f6 1145F: drivers/rtc/rtc-nuc900.c
9df92e6c 1146F: drivers/spi/spi-nuc900.c
4e89e8f6
WZ
1147F: drivers/usb/host/ehci-w90x900.c
1148F: drivers/video/nuc900fb.c
98ad6e3b 1149
54274d71
LW
1150ARM/U300 MACHINE SUPPORT
1151M: Linus Walleij <[email protected]>
1152L: [email protected] (moderated for non-subscribers)
1153S: Supported
1154F: arch/arm/mach-u300/
1155F: drivers/i2c/busses/i2c-stu300.c
1156F: drivers/rtc/rtc-coh901331.c
1157F: drivers/watchdog/coh901327_wdt.c
1158F: drivers/dma/coh901318*
87572880
LW
1159F: drivers/mfd/ab3100*
1160F: drivers/rtc/rtc-ab3100.c
1161F: drivers/rtc/rtc-coh901331.c
1162T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
54274d71 1163
87572880 1164ARM/Ux500 ARM ARCHITECTURE
870725d9 1165M: Srinidhi Kasagar <[email protected]>
87572880 1166M: Linus Walleij <[email protected]>
870725d9
SK
1167L: [email protected] (moderated for non-subscribers)
1168S: Maintained
1169F: arch/arm/mach-ux500/
87572880 1170F: drivers/dma/ste_dma40*
87572880
LW
1171F: drivers/mfd/abx500*
1172F: drivers/mfd/ab8500*
1173F: drivers/mfd/stmpe*
1174F: drivers/rtc/rtc-ab8500.c
1175T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
870725d9 1176
d4275354 1177ARM/VFP SUPPORT
8b58be88 1178M: Russell King <[email protected]>
efc03ecb 1179L: [email protected] (moderated for non-subscribers)
d4275354
RK
1180W: http://www.arm.linux.org.uk/
1181S: Maintained
1182F: arch/arm/vfp/
1183
e66b6d8e
MV
1184ARM/VOIPAC PXA270 SUPPORT
1185M: Marek Vasut <[email protected]>
1186L: [email protected] (moderated for non-subscribers)
1187S: Maintained
1188F: arch/arm/mach-pxa/vpac270.c
e0cca11b 1189F: arch/arm/mach-pxa/include/mach/vpac270.h
e66b6d8e
MV
1190
1191ARM/ZIPIT Z2 SUPPORT
1192M: Marek Vasut <[email protected]>
1193L: [email protected] (moderated for non-subscribers)
1194S: Maintained
1195F: arch/arm/mach-pxa/z2.c
6ab2a855 1196F: arch/arm/mach-pxa/include/mach/z2.h
e66b6d8e 1197
d58de038
GJ
1198ASC7621 HARDWARE MONITOR DRIVER
1199M: George Joseph <[email protected]>
1200L: [email protected]
1201S: Maintained
1202F: Documentation/hwmon/asc7621
1203F: drivers/hwmon/asc7621.c
1204
b229ece9 1205ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
8b58be88 1206M: Corentin Chary <[email protected]>
1da177e4 1207L: [email protected]
d0944853 1208L: [email protected]
76593d6f 1209W: http://acpi4asus.sf.net
85091b71 1210S: Maintained
b229ece9
CC
1211F: drivers/platform/x86/asus*.c
1212F: drivers/platform/x86/eeepc*.c
85091b71 1213
6ea884db 1214ASUS ASB100 HARDWARE MONITOR DRIVER
8b58be88 1215M: "Mark M. Hoffman" <[email protected]>
6ea884db
MH
1216L: [email protected]
1217S: Maintained
679655da 1218F: drivers/hwmon/asb100.c
6ea884db 1219
953a6479 1220ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
8b58be88 1221M: Dan Williams <[email protected]>
b3e5f263
DW
1222W: http://sourceforge.net/projects/xscaleiop
1223S: Supported
679655da
JP
1224F: Documentation/crypto/async-tx-api.txt
1225F: crypto/async_tx/
1226F: drivers/dma/
1227F: include/linux/dmaengine.h
1228F: include/linux/async_tx.h
b3e5f263 1229
a1867d36
WS
1230AT24 EEPROM DRIVER
1231M: Wolfram Sang <[email protected]>
1232L: [email protected]
1233S: Maintained
1234F: drivers/misc/eeprom/at24.c
1235F: include/linux/i2c/at24.h
1236
e7839f25 1237ATA OVER ETHERNET (AOE) DRIVER
8b58be88 1238M: "Ed L. Cashin" <[email protected]>
1da177e4
LT
1239W: http://www.coraid.com/support/linux
1240S: Supported
679655da
JP
1241F: Documentation/aoe/
1242F: drivers/block/aoe/
1da177e4 1243
9a10a870 1244ATHEROS ATH GENERIC UTILITIES
fe8e0844 1245M: "Luis R. Rodriguez" <[email protected]>
9a10a870
JP
1246L: [email protected]
1247S: Supported
1248F: drivers/net/wireless/ath/*
1249
fa1c114f 1250ATHEROS ATH5K WIRELESS DRIVER
8b58be88
JP
1251M: Jiri Slaby <[email protected]>
1252M: Nick Kossifidis <[email protected]>
fe8e0844 1253M: "Luis R. Rodriguez" <[email protected]>
fa1c114f
JS
1254L: [email protected]
1255L: [email protected]
72c706b7 1256W: http://wireless.kernel.org/en/users/Drivers/ath5k
fa1c114f 1257S: Maintained
fa451753 1258F: drivers/net/wireless/ath/ath5k/
fa1c114f 1259
12e62d6f
KV
1260ATHEROS ATH6KL WIRELESS DRIVER
1261M: Kalle Valo <[email protected]>
1262L: [email protected]
1263W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1264T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath6kl.git
1265S: Supported
1266F: drivers/net/wireless/ath/ath6kl/
1267
f078f209 1268ATHEROS ATH9K WIRELESS DRIVER
fe8e0844
LR
1269M: "Luis R. Rodriguez" <[email protected]>
1270M: Jouni Malinen <[email protected]>
1271M: Vasanthakumar Thiagarajan <[email protected]>
1272M: Senthil Balasubramanian <[email protected]>
f078f209
LR
1273L: [email protected]
1274L: [email protected]
72c706b7 1275W: http://wireless.kernel.org/en/users/Drivers/ath9k
f078f209 1276S: Supported
fa451753 1277F: drivers/net/wireless/ath/ath9k/
f078f209 1278
1d7e1e6b
CL
1279CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1280M: Christian Lamparter <[email protected]>
1281L: [email protected]
1282W: http://wireless.kernel.org/en/users/Drivers/carl9170
1283S: Maintained
1284F: drivers/net/wireless/ath/carl9170/
1285
2c2a6172
LT
1286ATK0110 HWMON DRIVER
1287M: Luca Tettamanti <[email protected]>
1288L: [email protected]
1289S: Maintained
1290F: drivers/hwmon/asus_atk0110.c
1291
6f69a6d7 1292ATI_REMOTE2 DRIVER
8b58be88 1293M: Ville Syrjala <[email protected]>
6f69a6d7 1294S: Maintained
679655da 1295F: drivers/input/misc/ati_remote2.c
6f69a6d7 1296
7ae115b4 1297ATLX ETHERNET DRIVERS
8b58be88 1298M: Jay Cliburn <[email protected]>
cb2f33e9 1299M: Chris Snook <[email protected]>
e443e383 1300L: [email protected]
8d5ca6ec
JC
1301W: http://sourceforge.net/projects/atl1
1302W: http://atl1.sourceforge.net
1303S: Maintained
2b133ad6 1304F: drivers/net/ethernet/atheros/
8d5ca6ec 1305
1da177e4 1306ATM
8b58be88 1307M: Chas Williams <[email protected]>
476604de 1308L: [email protected] (moderated for non-subscribers)
44ae98b5 1309L: [email protected]
1da177e4
LT
1310W: http://linux-atm.sourceforge.net
1311S: Maintained
679655da
JP
1312F: drivers/atm/
1313F: include/linux/atm*
1da177e4 1314
272f133a 1315ATMEL AT91 MCI DRIVER
24e1511f 1316M: Ludovic Desroches <[email protected]>
efc03ecb 1317L: [email protected] (moderated for non-subscribers)
81764fa9
PO
1318W: http://www.atmel.com/products/AT91/
1319W: http://www.at91.com/
1320S: Maintained
679655da 1321F: drivers/mmc/host/at91_mci.c
272f133a 1322
04ac2f46 1323ATMEL AT91 / AT32 MCI DRIVER
24e1511f 1324M: Ludovic Desroches <[email protected]>
04ac2f46
NF
1325S: Maintained
1326F: drivers/mmc/host/atmel-mci.c
1327F: drivers/mmc/host/atmel-mci-regs.h
1328
a1cfac48 1329ATMEL AT91 / AT32 SERIAL DRIVER
a02875a6 1330M: Nicolas Ferre <[email protected]>
a1cfac48 1331S: Supported
df621252 1332F: drivers/tty/serial/atmel_serial.c
a1cfac48 1333
8f4c79ce 1334ATMEL LCDFB DRIVER
8b58be88 1335M: Nicolas Ferre <[email protected]>
c69f677c 1336L: [email protected]
8f4c79ce 1337S: Maintained
679655da
JP
1338F: drivers/video/atmel_lcdfb.c
1339F: include/video/atmel_lcdc.h
8f4c79ce 1340
89e5785f 1341ATMEL MACB ETHERNET DRIVER
a02875a6 1342M: Nicolas Ferre <[email protected]>
89e5785f 1343S: Supported
9f2f381f 1344F: drivers/net/ethernet/cadence/
89e5785f 1345
754ce4f2 1346ATMEL SPI DRIVER
a02875a6 1347M: Nicolas Ferre <[email protected]>
754ce4f2 1348S: Supported
9df92e6c 1349F: drivers/spi/spi-atmel.*
754ce4f2 1350
914a3f3b 1351ATMEL USBA UDC DRIVER
a02875a6
NF
1352M: Nicolas Ferre <[email protected]>
1353L: [email protected] (moderated for non-subscribers)
914a3f3b
HS
1354W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1355S: Supported
679655da 1356F: drivers/usb/gadget/atmel_usba_udc.*
914a3f3b 1357
1da177e4 1358ATMEL WIRELESS DRIVER
8b58be88 1359M: Simon Kelley <[email protected]>
724c6b35 1360L: [email protected]
1da177e4
LT
1361W: http://www.thekelleys.org.uk/atmel
1362W: http://atmelwlandriver.sourceforge.net/
1363S: Maintained
679655da 1364F: drivers/net/wireless/atmel*
1da177e4 1365
a92b7b80 1366AUDIT SUBSYSTEM
8b58be88
JP
1367M: Al Viro <[email protected]>
1368M: Eric Paris <[email protected]>
b9a06207 1369L: [email protected] (subscribers-only)
ad3f9a22 1370W: http://people.redhat.com/sgrubb/audit/
54e5881d 1371T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
a92b7b80 1372S: Maintained
679655da
JP
1373F: include/linux/audit.h
1374F: kernel/audit*
a92b7b80 1375
70e84049 1376AUXILIARY DISPLAY DRIVERS
8b58be88 1377M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
1378W: http://miguelojeda.es/auxdisplay.htm
1379W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 1380S: Maintained
679655da
JP
1381F: drivers/auxdisplay/
1382F: include/linux/cfag12864b.h
70e84049 1383
5f97f7f9 1384AVR32 ARCHITECTURE
e336f61f
HCE
1385M: Haavard Skinnemoen <[email protected]>
1386M: Hans-Christian Egtvedt <[email protected]>
5f97f7f9
HS
1387W: http://www.atmel.com/products/AVR32/
1388W: http://avr32linux.org/
1389W: http://avrfreaks.net/
e336f61f 1390S: Maintained
679655da 1391F: arch/avr32/
5f97f7f9
HS
1392
1393AVR32/AT32AP MACHINE SUPPORT
e336f61f
HCE
1394M: Haavard Skinnemoen <[email protected]>
1395M: Hans-Christian Egtvedt <[email protected]>
1396S: Maintained
679655da 1397F: arch/avr32/mach-at32ap/
5f97f7f9 1398
1da177e4 1399AX.25 NETWORK LAYER
8b58be88 1400M: Ralf Baechle <[email protected]>
1da177e4 1401L: [email protected]
d34cb28a 1402W: http://www.linux-ax25.org/
1da177e4 1403S: Maintained
679655da
JP
1404F: include/linux/ax25.h
1405F: include/net/ax25.h
1406F: net/ax25/
1da177e4 1407
e2d1d6c0 1408B43 WIRELESS DRIVER
8b58be88 1409M: Stefano Brivio <[email protected]>
e2d1d6c0 1410L: [email protected]
ed072f9e 1411L: [email protected]
e2d1d6c0
RD
1412W: http://linuxwireless.org/en/users/Drivers/b43
1413S: Maintained
679655da 1414F: drivers/net/wireless/b43/
e2d1d6c0
RD
1415
1416B43LEGACY WIRELESS DRIVER
8b58be88
JP
1417M: Larry Finger <[email protected]>
1418M: Stefano Brivio <[email protected]>
e2d1d6c0 1419L: [email protected]
ed072f9e 1420L: [email protected]
e2d1d6c0
RD
1421W: http://linuxwireless.org/en/users/Drivers/b43
1422S: Maintained
679655da 1423F: drivers/net/wireless/b43legacy/
e2d1d6c0 1424
300abeb5 1425BACKLIGHT CLASS/SUBSYSTEM
8b58be88 1426M: Richard Purdie <[email protected]>
300abeb5 1427S: Maintained
679655da
JP
1428F: drivers/video/backlight/
1429F: include/linux/backlight.h
300abeb5 1430
c6c8fea2
SE
1431BATMAN ADVANCED
1432M: Marek Lindner <[email protected]>
1433M: Simon Wunderlich <[email protected]>
c6c8fea2
SE
1434L: [email protected]
1435W: http://www.open-mesh.org/
1436S: Maintained
1437F: net/batman-adv/
1438
e2d1d6c0 1439BAYCOM/HDLCDRV DRIVERS FOR AX.25
8b58be88 1440M: Thomas Sailer <[email protected]>
e2d1d6c0
RD
1441L: [email protected]
1442W: http://www.baycom.org/~tom/ham/ham.html
1443S: Maintained
679655da 1444F: drivers/net/hamradio/baycom*
e2d1d6c0
RD
1445
1446BEFS FILE SYSTEM
55817d3d 1447S: Orphan
679655da
JP
1448F: Documentation/filesystems/befs.txt
1449F: fs/befs/
e2d1d6c0
RD
1450
1451BFS FILE SYSTEM
8b58be88 1452M: "Tigran A. Aivazian" <[email protected]>
e2d1d6c0 1453S: Maintained
679655da
JP
1454F: Documentation/filesystems/bfs.txt
1455F: fs/bfs/
1456F: include/linux/bfs_fs.h
e2d1d6c0 1457
1394f032 1458BLACKFIN ARCHITECTURE
8b58be88 1459M: Mike Frysinger <[email protected]>
5b93e13f 1460L: [email protected]
e3b2d3f3
BW
1461W: http://blackfin.uclinux.org
1462S: Supported
679655da 1463F: arch/blackfin/
566da5b2 1464
e190d6b1 1465BLACKFIN EMAC DRIVER
49afa609 1466L: [email protected]
e190d6b1
BW
1467W: http://blackfin.uclinux.org
1468S: Supported
7b35f033 1469F: drivers/net/ethernet/adi/
e190d6b1 1470
566da5b2 1471BLACKFIN RTC DRIVER
8b58be88 1472M: Mike Frysinger <[email protected]>
49afa609 1473L: [email protected]
566da5b2
MF
1474W: http://blackfin.uclinux.org
1475S: Supported
679655da 1476F: drivers/rtc/rtc-bfin.c
1394f032 1477
936ed49a
MF
1478BLACKFIN SDH DRIVER
1479M: Cliff Cai <[email protected]>
1480L: [email protected]
1481W: http://blackfin.uclinux.org
1482S: Supported
1483F: drivers/mmc/host/bfin_sdh.c
1484
1394f032 1485BLACKFIN SERIAL DRIVER
8b58be88 1486M: Sonic Zhang <[email protected]>
49afa609 1487L: [email protected]
e3b2d3f3
BW
1488W: http://blackfin.uclinux.org
1489S: Supported
8460241e 1490F: drivers/tty/serial/bfin_uart.c
1394f032 1491
1e6d320f 1492BLACKFIN WATCHDOG DRIVER
8b58be88 1493M: Mike Frysinger <[email protected]>
49afa609 1494L: [email protected]
1e6d320f
BW
1495W: http://blackfin.uclinux.org
1496S: Supported
679655da 1497F: drivers/watchdog/bfin_wdt.c
1e6d320f 1498
d24ecfcc 1499BLACKFIN I2C TWI DRIVER
8b58be88 1500M: Sonic Zhang <[email protected]>
49afa609 1501L: [email protected]
d24ecfcc
BW
1502W: http://blackfin.uclinux.org/
1503S: Supported
679655da 1504F: drivers/i2c/busses/i2c-bfin-twi.c
d24ecfcc 1505
1da177e4 1506BLOCK LAYER
8b58be88 1507M: Jens Axboe <[email protected]>
08deed1e 1508T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1da177e4 1509S: Maintained
679655da 1510F: block/
1da177e4 1511
2b54aaef 1512BLOCK2MTD DRIVER
8b58be88 1513M: Joern Engel <[email protected]>
2b54aaef
JE
1514L: [email protected]
1515S: Maintained
679655da 1516F: drivers/mtd/devices/block2mtd.c
2b54aaef 1517
63fbd24e 1518BLUETOOTH DRIVERS
8b58be88 1519M: Marcel Holtmann <[email protected]>
960d4d1b 1520M: Gustavo Padovan <[email protected]>
eb491eca 1521M: Johan Hedberg <[email protected]>
781c2844 1522L: [email protected]
63fbd24e 1523W: http://www.bluez.org/
22e7a424
MH
1524T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1525T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1da177e4 1526S: Maintained
679655da 1527F: drivers/bluetooth/
1da177e4 1528
63fbd24e 1529BLUETOOTH SUBSYSTEM
8b58be88 1530M: Marcel Holtmann <[email protected]>
960d4d1b 1531M: Gustavo Padovan <[email protected]>
eb491eca 1532M: Johan Hedberg <[email protected]>
63fbd24e
MH
1533L: [email protected]
1534W: http://www.bluez.org/
22e7a424
MH
1535T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1536T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1da177e4 1537S: Maintained
679655da
JP
1538F: net/bluetooth/
1539F: include/net/bluetooth/
1da177e4
LT
1540
1541BONDING DRIVER
8b58be88 1542M: Jay Vosburgh <[email protected]>
4cd72c6e 1543M: Andy Gospodarek <[email protected]>
a6c36ee6 1544L: [email protected]
ce00f85c
JC
1545W: http://sourceforge.net/projects/bonding/
1546S: Supported
679655da
JP
1547F: drivers/net/bonding/
1548F: include/linux/if_bonding.h
1da177e4 1549
39105890 1550BROADCOM B44 10/100 ETHERNET DRIVER
8b58be88 1551M: Gary Zambrano <[email protected]>
39105890
GZ
1552L: [email protected]
1553S: Supported
adfc5217 1554F: drivers/net/ethernet/broadcom/b44.*
39105890 1555
948c51e6 1556BROADCOM BNX2 GIGABIT ETHERNET DRIVER
8b58be88 1557M: Michael Chan <[email protected]>
948c51e6
MC
1558L: [email protected]
1559S: Supported
adfc5217
JK
1560F: drivers/net/ethernet/broadcom/bnx2.*
1561F: drivers/net/ethernet/broadcom/bnx2_*
948c51e6 1562
4d9d2cb0 1563BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
8b58be88 1564M: Eilon Greenstein <[email protected]>
4d9d2cb0
ET
1565L: [email protected]
1566S: Supported
adfc5217 1567F: drivers/net/ethernet/broadcom/bnx2x/
4d9d2cb0 1568
948c51e6 1569BROADCOM TG3 GIGABIT ETHERNET DRIVER
8b58be88
JP
1570M: Matt Carlson <[email protected]>
1571M: Michael Chan <[email protected]>
948c51e6
MC
1572L: [email protected]
1573S: Supported
adfc5217 1574F: drivers/net/ethernet/broadcom/tg3.*
948c51e6 1575
a9533e7e
HP
1576BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1577M: Brett Rudley <[email protected]>
818c07b8
HP
1578M: Roland Vossen <[email protected]>
1579M: Arend van Spriel <[email protected]>
85d63686
RV
1580M: Franky (Zhenhui) Lin <[email protected]>
1581M: Kan Yan <[email protected]>
a9533e7e
HP
1582L: [email protected]
1583S: Supported
f62ebdd5 1584F: drivers/net/wireless/brcm80211/
a9533e7e 1585
9958d6f9
BPG
1586BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1587M: Bhanu Prakash Gollapudi <[email protected]>
1588L: [email protected]
1589S: Supported
1590F: drivers/scsi/bnx2fc/
1591
c9678d86
RM
1592BROADCOM SPECIFIC AMBA DRIVER (BCMA)
1593M: RafaÅ‚ MiÅ‚ecki <[email protected]>
1594L: [email protected]
1595S: Maintained
1596F: drivers/bcma/
1597F: include/linux/bcma/
1598
7725ccfd 1599BROCADE BFA FC SCSI DRIVER
455518e7
JP
1600M: Jing Huang <[email protected]>
1601L: [email protected]
1602S: Supported
1603F: drivers/scsi/bfa/
7725ccfd 1604
8b230ed8
RM
1605BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1606M: Rasesh Mody <[email protected]>
8b230ed8
RM
1607L: [email protected]
1608S: Supported
f844a0ea 1609F: drivers/net/ethernet/brocade/bna/
8b230ed8 1610
5cdf7f76 1611BSG (block layer generic sg v4 driver)
8b58be88 1612M: FUJITA Tomonori <[email protected]>
5cdf7f76
JA
1613L: [email protected]
1614S: Supported
679655da
JP
1615F: block/bsg.c
1616F: include/linux/bsg.h
5cdf7f76 1617
af39917d
CL
1618BT87X AUDIO DRIVER
1619M: Clemens Ladisch <[email protected]>
1620L: [email protected] (moderated for non-subscribers)
1621T: git git://git.alsa-project.org/alsa-kernel.git
1622S: Maintained
1623F: Documentation/sound/alsa/Bt87x.txt
1624F: sound/pci/bt87x.c
1625
ff1d5c2f 1626BT8XXGPIO DRIVER
eb032b98 1627M: Michael Buesch <[email protected]>
ff1d5c2f
MB
1628W: http://bu3sch.de/btgpio.php
1629S: Maintained
72dbb705 1630F: drivers/gpio/gpio-bt8xx.c
ff1d5c2f 1631
eb1eb04f 1632BTRFS FILE SYSTEM
8b58be88 1633M: Chris Mason <[email protected]>
eb1eb04f
JP
1634L: [email protected]
1635W: http://btrfs.wiki.kernel.org/
8a6e2535 1636Q: http://patchwork.kernel.org/project/linux-btrfs/list/
54e5881d 1637T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
eb1eb04f 1638S: Maintained
679655da
JP
1639F: Documentation/filesystems/btrfs.txt
1640F: fs/btrfs/
eb1eb04f 1641
1da177e4 1642BTTV VIDEO4LINUX DRIVER
8b58be88 1643M: Mauro Carvalho Chehab <[email protected]>
661263b5 1644L: [email protected]
96b6aba0 1645W: http://linuxtv.org
08deed1e 1646T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
96b6aba0 1647S: Maintained
679655da
JP
1648F: Documentation/video4linux/bttv/
1649F: drivers/media/video/bt8xx/bttv*
1da177e4 1650
af39917d
CL
1651C-MEDIA CMI8788 DRIVER
1652M: Clemens Ladisch <[email protected]>
1653L: [email protected] (moderated for non-subscribers)
1654T: git git://git.alsa-project.org/alsa-kernel.git
1655S: Maintained
1656F: sound/pci/oxygen/
1657
2141355f
MS
1658C6X ARCHITECTURE
1659M: Mark Salter <[email protected]>
1660M: Aurelien Jacquiot <[email protected]>
1661L: [email protected]
1662W: http://www.linux-c6x.org/wiki/index.php/Main_Page
1663S: Maintained
1664F: arch/c6x/
1665
a5432f5a 1666CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
8b58be88 1667M: David Howells <[email protected]>
a5432f5a
DH
1668L: [email protected]
1669S: Supported
1670F: Documentation/filesystems/caching/cachefiles.txt
1671F: fs/cachefiles/
1672
77d5140f 1673CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
8b58be88 1674M: Jonathan Corbet <[email protected]>
661263b5 1675L: [email protected]
08deed1e 1676T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
77d5140f 1677S: Maintained
679655da 1678F: Documentation/video4linux/cafe_ccic
25b8d2b4 1679F: drivers/media/video/marvell-ccic/
77d5140f 1680
201b6bab
JP
1681CAIF NETWORK LAYER
1682M: Sjur Braendeland <[email protected]>
1683L: [email protected]
1684S: Supported
1685F: Documentation/networking/caif/
1686F: drivers/net/caif/
1687F: include/linux/caif/
1688F: include/net/caif/
1689F: net/caif/
1690
77dac90f 1691CALGARY x86-64 IOMMU
8b58be88
JP
1692M: Muli Ben-Yehuda <[email protected]>
1693M: "Jon D. Mason" <[email protected]>
77dac90f
MBY
1694L: [email protected]
1695S: Maintained
679655da
JP
1696F: arch/x86/kernel/pci-calgary_64.c
1697F: arch/x86/kernel/tce_64.c
1698F: arch/x86/include/asm/calgary.h
1699F: arch/x86/include/asm/tce.h
77dac90f 1700
e2d1d6c0 1701CAN NETWORK LAYER
8d15d386 1702M: Oliver Hartkopp <[email protected]>
1caa60b6 1703L: [email protected]
ec78213a 1704W: http://gitorious.org/linux-can
405cc273 1705T: git git://gitorious.org/linux-can/linux-can-next.git
e2d1d6c0 1706S: Maintained
8d15d386 1707F: net/can/
679655da 1708F: include/linux/can.h
8d15d386
OH
1709F: include/linux/can/core.h
1710F: include/linux/can/bcm.h
1711F: include/linux/can/raw.h
c49b82da 1712F: include/linux/can/gw.h
e2d1d6c0 1713
4261a204 1714CAN NETWORK DRIVERS
8b58be88 1715M: Wolfgang Grandegger <[email protected]>
ec78213a 1716M: Marc Kleine-Budde <[email protected]>
1caa60b6 1717L: [email protected]
ec78213a 1718W: http://gitorious.org/linux-can
405cc273 1719T: git git://gitorious.org/linux-can/linux-can-next.git
4261a204 1720S: Maintained
8d15d386
OH
1721F: drivers/net/can/
1722F: include/linux/can/dev.h
1723F: include/linux/can/error.h
1724F: include/linux/can/netlink.h
1725F: include/linux/can/platform/
4261a204 1726
95d16c72
JM
1727CAPABILITIES
1728M: Serge Hallyn <[email protected]>
1729L: [email protected]
1730S: Supported
1731F: include/linux/capability.h
1732F: security/capability.c
1733F: security/commoncap.c
1734
b8154542 1735CELL BROADBAND ENGINE ARCHITECTURE
8b58be88 1736M: Arnd Bergmann <[email protected]>
a4724ed6
SR
1737L: [email protected]
1738L: [email protected]
b8154542
AB
1739W: http://www.ibm.com/developerworks/power/cell/
1740S: Supported
679655da 1741F: arch/powerpc/include/asm/cell*.h
679655da
JP
1742F: arch/powerpc/include/asm/spu*.h
1743F: arch/powerpc/oprofile/*cell*
1744F: arch/powerpc/platforms/cell/
b8154542 1745
9030aaf9
SW
1746CEPH DISTRIBUTED FILE SYSTEM CLIENT
1747M: Sage Weil <[email protected]>
82593f87 1748L: [email protected]
9030aaf9 1749W: http://ceph.newdream.net/
fb99f881 1750T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9030aaf9
SW
1751S: Supported
1752F: Documentation/filesystems/ceph.txt
1753F: fs/ceph
3d14c5d2
YS
1754F: net/ceph
1755F: include/linux/ceph
9030aaf9 1756
18332a80 1757CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
18332a80 1758L: [email protected]
10c6c9c9 1759S: Orphan
679655da
JP
1760F: Documentation/usb/WUSB-Design-overview.txt
1761F: Documentation/usb/wusb-cbaf
355ffe69
DV
1762F: drivers/usb/host/hwa-hc.c
1763F: drivers/usb/host/whci/
679655da
JP
1764F: drivers/usb/wusbcore/
1765F: include/linux/usb/wusb*
18332a80 1766
70e84049 1767CFAG12864B LCD DRIVER
8b58be88 1768M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
1769W: http://miguelojeda.es/auxdisplay.htm
1770W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 1771S: Maintained
679655da
JP
1772F: drivers/auxdisplay/cfag12864b.c
1773F: include/linux/cfag12864b.h
70e84049
MOS
1774
1775CFAG12864BFB LCD FRAMEBUFFER DRIVER
8b58be88 1776M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
1777W: http://miguelojeda.es/auxdisplay.htm
1778W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 1779S: Maintained
679655da
JP
1780F: drivers/auxdisplay/cfag12864bfb.c
1781F: include/linux/cfag12864b.h
70e84049 1782
704232c2 1783CFG80211 and NL80211
8b58be88 1784M: Johannes Berg <[email protected]>
704232c2
JB
1785L: [email protected]
1786S: Maintained
679655da
JP
1787F: include/linux/nl80211.h
1788F: include/net/cfg80211.h
1789F: net/wireless/*
1790X: net/wireless/wext*
704232c2 1791
46e64261
GKH
1792CHAR and MISC DRIVERS
1793M: Arnd Bergmann <[email protected]>
879a5a00 1794M: Greg Kroah-Hartman <[email protected]>
46e64261 1795T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
879a5a00 1796S: Supported
46e64261
GKH
1797F: drivers/char/*
1798F: drivers/misc/*
1799
0a920b5b 1800CHECKPATCH
8b58be88 1801M: Andy Whitcroft <[email protected]>
0a920b5b 1802S: Supported
679655da 1803F: scripts/checkpatch.pl
0a920b5b 1804
f8407f26
HW
1805CHINESE DOCUMENTATION
1806M: Harry Wei <[email protected]>
1807L: [email protected]
1808L: [email protected] (moderated for non-subscribers)
1809S: Maintained
1810F: Documentation/zh_CN/
1811
641cb85e 1812CISCO VIC ETHERNET NIC DRIVER
2360d2e8 1813M: Christian Benvenuti <[email protected]>
641cb85e 1814M: Roopa Prabhu <[email protected]>
5c6652f5
NP
1815M: Neel Patel <[email protected]>
1816M: Nishank Trivedi <[email protected]>
7063fbf2 1817S: Supported
a6a5580c 1818F: drivers/net/ethernet/cisco/enic/
7063fbf2 1819
2b7a52a4 1820CIRRUS LOGIC EP93XX ETHERNET DRIVER
5587912f 1821M: Hartley Sweeten <[email protected]>
2b7a52a4
LB
1822L: [email protected]
1823S: Maintained
57d0b7a0 1824F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2b7a52a4 1825
2b7a52a4 1826CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
8b58be88 1827M: Lennert Buytenhek <[email protected]>
6372594a 1828L: [email protected]
2b7a52a4 1829S: Maintained
679655da 1830F: drivers/usb/host/ohci-ep93xx.c
2b7a52a4 1831
d9e9d82c 1832CIRRUS LOGIC CS4270 SOUND DRIVER
8b58be88 1833M: Timur Tabi <[email protected]>
93711660 1834L: [email protected] (moderated for non-subscribers)
d9e9d82c 1835S: Supported
679655da 1836F: sound/soc/codecs/cs4270*
d9e9d82c 1837
94574d9a
KRW
1838CLEANCACHE API
1839M: Konrad Rzeszutek Wilk <[email protected]>
1840L: [email protected]
1841S: Maintained
1842F: mm/cleancache.c
1843F: include/linux/cleancache.h
1844
d4275354 1845CLK API
8b58be88 1846M: Russell King <[email protected]>
37417046 1847S: Maintained
d4275354
RK
1848F: include/linux/clk.h
1849
5df6d737 1850CISCO FCOE HBA DRIVER
8b58be88 1851M: Abhijeet Joglekar <[email protected]>
d7e01dc6
AJ
1852M: Venkata Siva Vijayendra Bhamidipati <[email protected]>
1853M: Brian Uchino <[email protected]>
5df6d737
AJ
1854L: [email protected]
1855S: Supported
2a99921a 1856F: drivers/scsi/fnic/
5df6d737 1857
529aa8cb
TLSC
1858CMPC ACPI DRIVER
1859M: Thadeu Lima de Souza Cascardo <[email protected]>
1860M: Daniel Oliveira Nascimento <[email protected]>
d0944853 1861L: [email protected]
529aa8cb
TLSC
1862S: Supported
1863F: drivers/platform/x86/classmate-laptop.c
1864
74425eee
NP
1865COCCINELLE/Semantic Patches (SmPL)
1866M: Julia Lawall <[email protected]>
1867M: Gilles Muller <[email protected]>
af78f217 1868M: Nicolas Palix <[email protected]>
74425eee
NP
1869L: [email protected] (moderated for non-subscribers)
1870W: http://coccinelle.lip6.fr/
1871S: Supported
1872F: scripts/coccinelle/
1873F: scripts/coccicheck
1874
1da177e4 1875CODA FILE SYSTEM
8b58be88 1876M: Jan Harkes <[email protected]>
1da177e4
LT
1877M: [email protected]
1878L: [email protected]
1879W: http://www.coda.cs.cmu.edu/
1880S: Maintained
679655da
JP
1881F: Documentation/filesystems/coda.txt
1882F: fs/coda/
1883F: include/linux/coda*.h
1da177e4 1884
e2d1d6c0 1885COMMON INTERNET FILE SYSTEM (CIFS)
8b58be88 1886M: Steve French <[email protected]>
51223df6 1887L: [email protected]
d1f28953 1888L: [email protected] (moderated for non-subscribers)
e2d1d6c0 1889W: http://linux-cifs.samba.org/
8a6e2535 1890Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
54e5881d 1891T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
e2d1d6c0 1892S: Supported
679655da
JP
1893F: Documentation/filesystems/cifs.txt
1894F: fs/cifs/
e2d1d6c0 1895
1da177e4 1896COMPACTPCI HOTPLUG CORE
8b58be88 1897M: Scott Murray <[email protected]>
64dab204 1898L: [email protected]
82c4dfc7 1899S: Maintained
679655da 1900F: drivers/pci/hotplug/cpci_hotplug*
1da177e4
LT
1901
1902COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
8b58be88 1903M: Scott Murray <[email protected]>
64dab204 1904L: [email protected]
82c4dfc7 1905S: Maintained
679655da 1906F: drivers/pci/hotplug/cpcihp_zt5550.*
1da177e4
LT
1907
1908COMPACTPCI HOTPLUG GENERIC DRIVER
8b58be88 1909M: Scott Murray <[email protected]>
64dab204 1910L: [email protected]
82c4dfc7 1911S: Maintained
679655da 1912F: drivers/pci/hotplug/cpcihp_generic.c
1da177e4 1913
5411552c 1914COMPAL LAPTOP SUPPORT
8b58be88 1915M: Cezary Jackiewicz <[email protected]>
d0944853 1916L: [email protected]
5411552c 1917S: Maintained
679655da 1918F: drivers/platform/x86/compal-laptop.c
5411552c 1919
949be0f7 1920CONEXANT ACCESSRUNNER USB DRIVER
8b58be88 1921M: Simon Arlott <[email protected]>
9ae5e3bc
SA
1922L: [email protected]
1923W: http://accessrunner.sourceforge.net/
949be0f7 1924S: Maintained
679655da 1925F: drivers/usb/atm/cxacru.c
949be0f7 1926
e2d1d6c0 1927CONFIGFS
d6351db2
JB
1928M: Joel Becker <[email protected]>
1929T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
e2d1d6c0 1930S: Supported
679655da
JP
1931F: fs/configfs/
1932F: include/linux/configfs.h
e2d1d6c0 1933
acb9c1b2 1934CONNECTOR
8b58be88 1935M: Evgeniy Polyakov <[email protected]>
acb9c1b2
EP
1936L: [email protected]
1937S: Maintained
1938F: drivers/connector/
1939
fb3a0fb6 1940CONTROL GROUPS (CGROUPS)
860ca0e6 1941M: Tejun Heo <[email protected]>
ad50c159 1942M: Li Zefan <[email protected]>
fb3a0fb6 1943L: [email protected]
12340313 1944L: [email protected]
860ca0e6 1945T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
fb3a0fb6 1946S: Maintained
679655da
JP
1947F: include/linux/cgroup*
1948F: kernel/cgroup*
8ca739e3 1949F: mm/*cgroup*
fb3a0fb6 1950
bebe4678 1951CORETEMP HARDWARE MONITORING DRIVER
96859129 1952M: Fenghua Yu <[email protected]>
bebe4678
RM
1953L: [email protected]
1954S: Maintained
679655da
JP
1955F: Documentation/hwmon/coretemp
1956F: drivers/hwmon/coretemp.c
bebe4678 1957
1da177e4 1958COSA/SRP SYNC SERIAL DRIVER
8b58be88 1959M: Jan "Yenya" Kasprzak <[email protected]>
1da177e4
LT
1960W: http://www.fi.muni.cz/~kas/cosa/
1961S: Maintained
679655da 1962F: drivers/net/wan/cosa*
1da177e4 1963
4371ee35 1964CPMAC ETHERNET DRIVER
8b58be88 1965M: Florian Fainelli <[email protected]>
4371ee35
FF
1966L: [email protected]
1967S: Maintained
b544dbac 1968F: drivers/net/ethernet/ti/cpmac.c
4371ee35 1969
1da177e4 1970CPU FREQUENCY DRIVERS
bc5f65d4 1971L: [email protected]
1da177e4 1972S: Maintained
679655da
JP
1973F: drivers/cpufreq/
1974F: include/linux/cpufreq.h
1da177e4
LT
1975
1976CPUID/MSR DRIVER
8b58be88 1977M: "H. Peter Anvin" <[email protected]>
1da177e4 1978S: Maintained
679655da
JP
1979F: arch/x86/kernel/cpuid.c
1980F: arch/x86/kernel/msr.c
1da177e4 1981
7fe2f639
DB
1982CPU POWER MONITORING SUBSYSTEM
1983M: Dominik Brodowski <[email protected]>
1984M: Thomas Renninger <[email protected]>
1985S: Maintained
1986F: tools/power/cpupower
1987
ed90fb4a 1988CPUSETS
47331231 1989M: Paul Menage <[email protected]>
ed90fb4a 1990W: http://www.bullopensource.org/cpuset/
551e172a 1991W: http://oss.sgi.com/projects/cpusets/
ed90fb4a 1992S: Supported
679655da
JP
1993F: Documentation/cgroups/cpusets.txt
1994F: include/linux/cpuset.h
1995F: kernel/cpuset.c
ed90fb4a 1996
1da177e4 1997CRAMFS FILESYSTEM
ce00f85c
JC
1998W: http://sourceforge.net/projects/cramfs/
1999S: Orphan
679655da
JP
2000F: Documentation/filesystems/cramfs.txt
2001F: fs/cramfs/
1da177e4
LT
2002
2003CRIS PORT
8b58be88
JP
2004M: Mikael Starvik <[email protected]>
2005M: Jesper Nilsson <[email protected]>
9937ac0c 2006L: [email protected]
1da177e4
LT
2007W: http://developer.axis.com
2008S: Maintained
679655da 2009F: arch/cris/
df621252 2010F: drivers/tty/serial/crisv10.*
1da177e4
LT
2011
2012CRYPTO API
8b58be88
JP
2013M: Herbert Xu <[email protected]>
2014M: "David S. Miller" <[email protected]>
1da177e4 2015L: [email protected]
54e5881d 2016T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1da177e4 2017S: Maintained
679655da
JP
2018F: Documentation/crypto/
2019F: arch/*/crypto/
2020F: crypto/
2021F: drivers/crypto/
2022F: include/crypto/
1da177e4 2023
5b07bd57 2024CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
8b58be88 2025M: Neil Horman <[email protected]>
5b07bd57
NH
2026L: [email protected]
2027S: Maintained
51a2228a
JP
2028F: crypto/ansi_cprng.c
2029F: crypto/rng.c
5b07bd57 2030
9b4ffa48 2031CS5535 Audio ALSA driver
8b58be88 2032M: Jaya Kumar <[email protected]>
9b4ffa48 2033S: Maintained
679655da 2034F: sound/pci/cs5535audio/
9b4ffa48 2035
6d8425b1 2036CX18 VIDEO4LINUX DRIVER
6afdeaf8 2037M: Andy Walls <[email protected]>
c4240509 2038L: [email protected] (moderated for non-subscribers)
661263b5 2039L: [email protected]
08deed1e 2040T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6d8425b1 2041W: http://linuxtv.org
30e10993 2042W: http://www.ivtvdriver.org/index.php/Cx18
6d8425b1 2043S: Maintained
679655da
JP
2044F: Documentation/video4linux/cx18.txt
2045F: drivers/media/video/cx18/
6d8425b1 2046
e5ec3789 2047CXGB3 ETHERNET DRIVER (CXGB3)
8b58be88 2048M: Divy Le Ray <[email protected]>
e5ec3789
SW
2049L: [email protected]
2050W: http://www.chelsio.com
2051S: Supported
f7917c00 2052F: drivers/net/ethernet/chelsio/cxgb3/
e5ec3789
SW
2053
2054CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
8b58be88 2055M: Steve Wise <[email protected]>
e6cc0fd1 2056L: [email protected]
e5ec3789
SW
2057W: http://www.openfabrics.org
2058S: Supported
679655da 2059F: drivers/infiniband/hw/cxgb3/
e5ec3789 2060
be4c9bad
RD
2061CXGB4 ETHERNET DRIVER (CXGB4)
2062M: Dimitris Michailidis <[email protected]>
2063L: [email protected]
2064W: http://www.chelsio.com
2065S: Supported
f7917c00 2066F: drivers/net/ethernet/chelsio/cxgb4/
be4c9bad
RD
2067
2068CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2069M: Steve Wise <[email protected]>
2070L: [email protected]
2071W: http://www.openfabrics.org
2072S: Supported
2073F: drivers/infiniband/hw/cxgb4/
2074
5c20a5c7
CL
2075CXGB4VF ETHERNET DRIVER (CXGB4VF)
2076M: Casey Leedom <[email protected]>
2077L: [email protected]
2078W: http://www.chelsio.com
2079S: Supported
f7917c00 2080F: drivers/net/ethernet/chelsio/cxgb4vf/
5c20a5c7 2081
b52b97a3
GC
2082STMMAC ETHERNET DRIVER
2083M: Giuseppe Cavallaro <[email protected]>
2084L: [email protected]
2085W: http://www.stlinux.com
2086S: Supported
7ac6653a 2087F: drivers/net/ethernet/stmicro/stmmac/
b52b97a3 2088
1da177e4 2089CYBERPRO FB DRIVER
8b58be88 2090M: Russell King <[email protected]>
efc03ecb 2091L: [email protected] (moderated for non-subscribers)
1da177e4
LT
2092W: http://www.arm.linux.org.uk/
2093S: Maintained
679655da 2094F: drivers/video/cyber2000fb.*
9fa68eae 2095
1da177e4 2096CYCLADES 2X SYNC CARD DRIVER
8b58be88 2097M: Arnaldo Carvalho de Melo <[email protected]>
926554c4 2098W: http://oops.ghostprotocols.net:81/blog
1da177e4 2099S: Maintained
679655da 2100F: drivers/net/wan/cycx*
1da177e4
LT
2101
2102CYCLADES ASYNC MUX DRIVER
1da177e4 2103W: http://www.cyclades.com/
d459883e 2104S: Orphan
c897401b 2105F: drivers/tty/cyclades.c
679655da 2106F: include/linux/cyclades.h
1da177e4
LT
2107
2108CYCLADES PC300 DRIVER
1da177e4 2109W: http://www.cyclades.com/
d459883e 2110S: Orphan
679655da 2111F: drivers/net/wan/pc300*
1da177e4 2112
e3ae3525
JMC
2113CYTTSP TOUCHSCREEN DRIVER
2114M: Javier Martinez Canillas <[email protected]>
2115L: [email protected]
2116S: Maintained
2117F: drivers/input/touchscreen/cyttsp*
2118F: include/linux/input/cyttsp.h
2119
1da177e4 2120DAMA SLAVE for AX.25
8b58be88 2121M: Joerg Reuter <[email protected]>
1da177e4
LT
2122W: http://yaina.de/jreuter/
2123W: http://www.qsl.net/dl1bke/
2124L: [email protected]
2125S: Maintained
679655da
JP
2126F: net/ax25/af_ax25.c
2127F: net/ax25/ax25_dev.c
2128F: net/ax25/ax25_ds_*
2129F: net/ax25/ax25_in.c
2130F: net/ax25/ax25_out.c
2131F: net/ax25/ax25_timer.c
2132F: net/ax25/sysctl_net_ax25.c
1da177e4 2133
e2d1d6c0 2134DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
e2d1d6c0 2135L: [email protected]
5ff77428 2136S: Orphan
679655da 2137F: Documentation/networking/dmfe.txt
0f04e2aa 2138F: drivers/net/ethernet/dec/tulip/dmfe.c
e2d1d6c0
RD
2139
2140DC390/AM53C974 SCSI driver
8b58be88 2141M: Kurt Garloff <[email protected]>
e2d1d6c0 2142W: http://www.garloff.de/kurt/linux/dc390/
8b58be88 2143M: Guennadi Liakhovetski <[email protected]>
e2d1d6c0 2144S: Maintained
679655da 2145F: drivers/scsi/tmscsim.*
e2d1d6c0 2146
1da177e4 2147DC395x SCSI driver
8b58be88
JP
2148M: Oliver Neukum <[email protected]>
2149M: Ali Akcaagac <[email protected]>
2150M: Jamie Lenehan <[email protected]>
1da177e4 2151W: http://twibble.org/dist/dc395x/
f5df5881 2152L: [email protected]
1da177e4
LT
2153L: http://lists.twibble.org/mailman/listinfo/dc395x/
2154S: Maintained
679655da
JP
2155F: Documentation/scsi/dc395x.txt
2156F: drivers/scsi/dc395x.*
1da177e4 2157
eb8edb08 2158DCCP PROTOCOL
a89d030e 2159M: Gerrit Renker <[email protected]>
eb8edb08 2160L: [email protected]
c996d8b9 2161W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
eb8edb08 2162S: Maintained
679655da
JP
2163F: include/linux/dccp.h
2164F: include/linux/tfrc.h
2165F: net/dccp/
eb8edb08 2166
1da177e4 2167DECnet NETWORK LAYER
1da177e4
LT
2168W: http://linux-decnet.sourceforge.net
2169L: [email protected]
f546444d 2170S: Orphan
679655da
JP
2171F: Documentation/networking/decnet.txt
2172F: net/decnet/
1da177e4
LT
2173
2174DEFXX FDDI NETWORK DRIVER
8b58be88 2175M: "Maciej W. Rozycki" <[email protected]>
1da177e4 2176S: Maintained
33f810b2 2177F: drivers/net/fddi/defxx.*
1da177e4 2178
ad8f07cc 2179DELL LAPTOP DRIVER
8b58be88 2180M: Matthew Garrett <[email protected]>
d0944853 2181L: [email protected]
ad8f07cc 2182S: Maintained
679655da 2183F: drivers/platform/x86/dell-laptop.c
ad8f07cc 2184
1da177e4 2185DELL LAPTOP SMM DRIVER
8b58be88 2186M: Massimo Dal Zotto <[email protected]>
1da177e4
LT
2187W: http://www.debian.org/~dz/i8k/
2188S: Maintained
679655da
JP
2189F: drivers/char/i8k.c
2190F: include/linux/i8k.h
1da177e4 2191
90563ec4 2192DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
8b58be88 2193M: Doug Warzecha <[email protected]>
90563ec4 2194S: Maintained
679655da
JP
2195F: Documentation/dcdbas.txt
2196F: drivers/firmware/dcdbas.*
90563ec4 2197
0b3f6109 2198DELL WMI EXTRAS DRIVER
8b58be88 2199M: Matthew Garrett <[email protected]>
0b3f6109 2200S: Maintained
36b3a96f 2201F: drivers/platform/x86/dell-wmi.c
0b3f6109 2202
94ab23dd
FB
2203DESIGNWARE USB3 DRD IP DRIVER
2204M: Felipe Balbi <[email protected]>
2205L: [email protected]
2206L: [email protected]
2207T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2208S: Maintained
2209F: drivers/usb/dwc3/
2210
89d07767
KP
2211DEVICE FREQUENCY (DEVFREQ)
2212M: MyungJoo Ham <[email protected]>
2213M: Kyungmin Park <[email protected]>
2214L: [email protected]
2215S: Maintained
2216F: drivers/devfreq/
2217
1da177e4 2218DEVICE NUMBER REGISTRY
8b58be88 2219M: Torben Mathiasen <[email protected]>
1da177e4 2220W: http://lanana.org/docs/device-list/index.html
1da177e4
LT
2221S: Maintained
2222
e2d1d6c0 2223DEVICE-MAPPER (LVM)
854ecaad
AK
2224M: Alasdair Kergon <[email protected]>
2225M: [email protected]
e2d1d6c0
RD
2226L: [email protected]
2227W: http://sources.redhat.com/dm
8a6e2535 2228Q: http://patchwork.kernel.org/project/dm-devel/list/
854ecaad 2229T: quilt http://people.redhat.com/agk/patches/linux/editing/
e2d1d6c0 2230S: Maintained
679655da
JP
2231F: Documentation/device-mapper/
2232F: drivers/md/dm*
854ecaad 2233F: drivers/md/persistent-data/
679655da
JP
2234F: include/linux/device-mapper.h
2235F: include/linux/dm-*.h
e2d1d6c0 2236
335d7c58
GR
2237DIOLAN U2C-12 I2C DRIVER
2238M: Guenter Roeck <[email protected]>
2239L: [email protected]
2240S: Maintained
2241F: drivers/i2c/busses/i2c-diolan-u2c.c
2242
e7839f25 2243DIRECTORY NOTIFICATION (DNOTIFY)
8b58be88 2244M: Eric Paris <[email protected]>
3c5119c0 2245S: Maintained
679655da
JP
2246F: Documentation/filesystems/dnotify.txt
2247F: fs/notify/dnotify/
2248F: include/linux/dnotify.h
1da177e4
LT
2249
2250DISK GEOMETRY AND PARTITION HANDLING
8b58be88 2251M: Andries Brouwer <[email protected]>
1da177e4
LT
2252W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2253W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2254W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2255S: Maintained
2256
4480f15b 2257DISKQUOTA
8b58be88 2258M: Jan Kara <[email protected]>
1da177e4 2259S: Maintained
679655da
JP
2260F: Documentation/filesystems/quota.txt
2261F: fs/quota/
2262F: include/linux/quota*.h
1da177e4 2263
702686ad
BT
2264DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
2265M: Bernie Thompson <[email protected]>
2266L: [email protected]
2267S: Maintained
2268W: http://plugable.com/category/projects/udlfb/
2269F: drivers/video/udlfb.c
2270F: include/video/udlfb.h
2271F: Documentation/fb/udlfb.txt
2272
e7839f25 2273DISTRIBUTED LOCK MANAGER (DLM)
8b58be88
JP
2274M: Christine Caulfield <[email protected]>
2275M: David Teigland <[email protected]>
a4644184 2276L: [email protected]
5be7b50f 2277W: http://sources.redhat.com/cluster/
54e5881d 2278T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
5be7b50f 2279S: Supported
679655da 2280F: fs/dlm/
5be7b50f 2281
53b6b3e0
SS
2282DMA BUFFER SHARING FRAMEWORK
2283M: Sumit Semwal <[email protected]>
2284S: Maintained
2285L: [email protected]
2286L: [email protected]
2287L: [email protected]
2288F: drivers/base/dma-buf*
2289F: include/linux/dma-buf*
2290F: Documentation/dma-buf-sharing.txt
2291T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2292
b3e5f263 2293DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4abed0af 2294M: Vinod Koul <[email protected]>
8b58be88 2295M: Dan Williams <[email protected]>
b3e5f263 2296S: Supported
679655da
JP
2297F: drivers/dma/
2298F: include/linux/dma*
5dbd05d4
VK
2299T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2300T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
248a9dc3 2301
b825037d 2302DME1737 HARDWARE MONITOR DRIVER
8b58be88 2303M: Juerg Haefliger <[email protected]>
b825037d
JH
2304L: [email protected]
2305S: Maintained
679655da
JP
2306F: Documentation/hwmon/dme1737
2307F: drivers/hwmon/dme1737.c
b825037d 2308
ba483d57 2309DOCBOOK FOR DOCUMENTATION
8b58be88 2310M: Randy Dunlap <[email protected]>
ba483d57 2311S: Maintained
5d3efe07 2312F: scripts/kernel-doc
ba483d57 2313
5b9c9bf6 2314DOCKING STATION DRIVER
8b58be88 2315M: Shaohua Li <[email protected]>
5b9c9bf6 2316L: [email protected]
8b59a454 2317S: Supported
679655da 2318F: drivers/acpi/dock.c
5b9c9bf6 2319
7d2c86b5 2320DOCUMENTATION
5191d566 2321M: Rob Landley <[email protected]>
795fb7e7 2322L: [email protected]
5191d566 2323T: TBD
795fb7e7 2324S: Maintained
679655da 2325F: Documentation/
abbaeff3 2326
1da177e4 2327DOUBLETALK DRIVER
8b58be88 2328M: "James R. Van Zandt" <[email protected]>
1da177e4
LT
2329L: [email protected]
2330S: Maintained
679655da
JP
2331F: drivers/char/dtlk.c
2332F: include/linux/dtlk.h
1da177e4 2333
e2d1d6c0 2334DPT_I2O SCSI RAID DRIVER
8b58be88 2335M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
2336L: [email protected]
2337W: http://www.adaptec.com/
2338S: Maintained
679655da
JP
2339F: drivers/scsi/dpt*
2340F: drivers/scsi/dpt/
e2d1d6c0 2341
b411b363 2342DRBD DRIVER
28b8e8d4
JP
2343P: Philipp Reisner
2344P: Lars Ellenberg
2345M: [email protected]
2346L: [email protected]
2347W: http://www.drbd.org
2348T: git git://git.drbd.org/linux-2.6-drbd.git drbd
2349T: git git://git.drbd.org/drbd-8.3.git
2350S: Supported
2351F: drivers/block/drbd/
2352F: lib/lru_cache.c
2353F: Documentation/blockdev/drbd/
b411b363 2354
87544653 2355DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
879a5a00 2356M: Greg Kroah-Hartman <[email protected]>
08deed1e 2357T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
1da177e4 2358S: Supported
679655da 2359F: Documentation/kobject.txt
7cfc51b9 2360F: drivers/base/
679655da 2361F: fs/sysfs/
87544653 2362F: fs/debugfs/
679655da 2363F: include/linux/kobj*
87544653 2364F: include/linux/debugfs.h
679655da 2365F: lib/kobj*
1da177e4
LT
2366
2367DRM DRIVERS
8b58be88 2368M: David Airlie <[email protected]>
4c6a3999 2369L: [email protected]
54e5881d 2370T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4 2371S: Maintained
679655da 2372F: drivers/gpu/drm/
850e9411 2373F: include/drm/
1da177e4 2374
8daf7473 2375INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
704df8d6 2376M: Keith Packard <[email protected]>
cc840f77 2377L: [email protected] (subscribers-only)
8daf7473 2378L: [email protected]
08deed1e 2379T: git git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux.git
8daf7473
CW
2380S: Supported
2381F: drivers/gpu/drm/i915
2382F: include/drm/i915*
2383
398a6d4a
KP
2384DRM DRIVERS FOR EXYNOS
2385M: Inki Dae <[email protected]>
f1501303
ID
2386M: Joonyoung Shim <[email protected]>
2387M: Seung-Woo Kim <[email protected]>
2388M: Kyungmin Park <[email protected]>
398a6d4a
KP
2389L: [email protected]
2390S: Supported
2391F: drivers/gpu/drm/exynos
2392F: include/drm/exynos*
2393
1da177e4 2394DSCC4 DRIVER
8b58be88 2395M: Francois Romieu <[email protected]>
01f20734 2396L: [email protected]
1da177e4 2397S: Maintained
679655da 2398F: drivers/net/wan/dscc4.c
1da177e4 2399
ac0ac38f
JB
2400DYNAMIC DEBUG
2401M: Jason Baron <[email protected]>
2402S: Maintained
2403F: lib/dynamic_debug.c
2404F: include/linux/dynamic_debug.h
2405
789c7048 2406DZ DECSTATION DZ11 SERIAL DRIVER
8b58be88 2407M: "Maciej W. Rozycki" <[email protected]>
789c7048 2408S: Maintained
df621252 2409F: drivers/tty/serial/dz.*
789c7048 2410
1da177e4 2411EATA-DMA SCSI DRIVER
8b58be88 2412M: Michael Neuffer <[email protected]>
7d2c86b5
JP
2413L: [email protected]
2414L: [email protected]
1da177e4 2415S: Maintained
679655da 2416F: drivers/scsi/eata*
1da177e4
LT
2417
2418EATA ISA/EISA/PCI SCSI DRIVER
8b58be88 2419M: Dario Ballabio <[email protected]>
1da177e4
LT
2420L: [email protected]
2421S: Maintained
679655da 2422F: drivers/scsi/eata.c
1da177e4
LT
2423
2424EATA-PIO SCSI DRIVER
8b58be88 2425M: Michael Neuffer <[email protected]>
7d2c86b5
JP
2426L: [email protected]
2427L: [email protected]
1da177e4 2428S: Maintained
679655da 2429F: drivers/scsi/eata_pio.*
1da177e4
LT
2430
2431EBTABLES
8b58be88 2432M: Bart De Schuymer <[email protected]>
d3ab6fde 2433L: [email protected]
1da177e4
LT
2434W: http://ebtables.sourceforge.net/
2435S: Maintained
679655da
JP
2436F: include/linux/netfilter_bridge/ebt_*.h
2437F: net/bridge/netfilter/ebt*.c
1da177e4 2438
237fead6 2439ECRYPT FILE SYSTEM
0de9adf2 2440M: Tyler Hicks <[email protected]>
14094198 2441M: Dustin Kirkland <[email protected]>
a058bfbb 2442L: [email protected]
6dc7516e 2443W: https://launchpad.net/ecryptfs
237fead6 2444S: Supported
679655da
JP
2445F: Documentation/filesystems/ecryptfs.txt
2446F: fs/ecryptfs/
237fead6 2447
da9bb1d2 2448EDAC-CORE
8b58be88 2449M: Doug Thompson <[email protected]>
91445c72 2450L: [email protected]
0e438e3f 2451W: bluesmoke.sourceforge.net
8c2a6a40 2452S: Supported
679655da 2453F: Documentation/edac.txt
91445c72 2454F: drivers/edac/
679655da 2455F: include/linux/edac.h
0e438e3f 2456
c476c23b 2457EDAC-AMD64
8b58be88
JP
2458M: Doug Thompson <[email protected]>
2459M: Borislav Petkov <[email protected]>
91445c72 2460L: [email protected]
c476c23b
BP
2461W: bluesmoke.sourceforge.net
2462S: Supported
2463F: drivers/edac/amd64_edac*
2464
0e438e3f 2465EDAC-E752X
8b58be88
JP
2466M: Mark Gross <[email protected]>
2467M: Doug Thompson <[email protected]>
91445c72 2468L: [email protected]
0e438e3f
DP
2469W: bluesmoke.sourceforge.net
2470S: Maintained
679655da 2471F: drivers/edac/e752x_edac.c
0e438e3f
DP
2472
2473EDAC-E7XXX
8b58be88 2474M: Doug Thompson <[email protected]>
91445c72 2475L: [email protected]
0e438e3f
DP
2476W: bluesmoke.sourceforge.net
2477S: Maintained
679655da 2478F: drivers/edac/e7xxx_edac.c
0e438e3f 2479
6bc78404 2480EDAC-I82443BXGX
8b58be88 2481M: Tim Small <[email protected]>
91445c72 2482L: [email protected]
6bc78404
DT
2483W: bluesmoke.sourceforge.net
2484S: Maintained
679655da 2485F: drivers/edac/i82443bxgx_edac.c
6bc78404
DT
2486
2487EDAC-I3000
8b58be88 2488M: Jason Uhlenkott <[email protected]>
91445c72 2489L: [email protected]
6bc78404
DT
2490W: bluesmoke.sourceforge.net
2491S: Maintained
679655da 2492F: drivers/edac/i3000_edac.c
6bc78404
DT
2493
2494EDAC-I5000
8b58be88 2495M: Doug Thompson <[email protected]>
91445c72 2496L: [email protected]
ba9a5918
DT
2497W: bluesmoke.sourceforge.net
2498S: Maintained
679655da 2499F: drivers/edac/i5000_edac.c
ba9a5918 2500
44c12cb2 2501EDAC-I5400
8b58be88 2502M: Mauro Carvalho Chehab <[email protected]>
67c89316 2503L: [email protected]
44c12cb2
MCC
2504W: bluesmoke.sourceforge.net
2505S: Maintained
679655da 2506F: drivers/edac/i5400_edac.c
44c12cb2 2507
3c9c92b6
MCC
2508EDAC-I7300
2509M: Mauro Carvalho Chehab <[email protected]>
2510L: [email protected]
2511W: bluesmoke.sourceforge.net
2512S: Maintained
2513F: drivers/edac/i7300_edac.c
2514
67c89316
MCC
2515EDAC-I7CORE
2516M: Mauro Carvalho Chehab <[email protected]>
2517L: [email protected]
2518W: bluesmoke.sourceforge.net
2519S: Maintained
70aff0ce 2520F: drivers/edac/i7core_edac.c
67c89316 2521
ba9a5918 2522EDAC-I82975X
8b58be88 2523M: Ranganathan Desikan <[email protected]>
25527885 2524M: "Arvind R." <[email protected]>
91445c72 2525L: [email protected]
ba9a5918
DT
2526W: bluesmoke.sourceforge.net
2527S: Maintained
679655da 2528F: drivers/edac/i82975x_edac.c
ba9a5918
DT
2529
2530EDAC-PASEMI
8b58be88 2531M: Egor Martovetsky <[email protected]>
91445c72 2532L: [email protected]
6bc78404
DT
2533W: bluesmoke.sourceforge.net
2534S: Maintained
679655da 2535F: drivers/edac/pasemi_edac.c
6bc78404 2536
0e438e3f 2537EDAC-R82600
8b58be88 2538M: Tim Small <[email protected]>
91445c72 2539L: [email protected]
0e438e3f
DP
2540W: bluesmoke.sourceforge.net
2541S: Maintained
679655da 2542F: drivers/edac/r82600_edac.c
da9bb1d2 2543
4d096ca7
MCC
2544EDAC-SBRIDGE
2545M: Mauro Carvalho Chehab <[email protected]>
2546L: [email protected]
2547W: bluesmoke.sourceforge.net
2548S: Maintained
2549F: drivers/edac/sb_edac.c
2550
af39917d
CL
2551EDIROL UA-101/UA-1000 DRIVER
2552M: Clemens Ladisch <[email protected]>
2553L: [email protected] (moderated for non-subscribers)
2554T: git git://git.alsa-project.org/alsa-kernel.git
2555S: Maintained
2556F: sound/usb/misc/ua101.c
2557
85a00d9b
PJ
2558EFIFB FRAMEBUFFER DRIVER
2559L: [email protected]
2560M: Peter Jones <[email protected]>
2561S: Maintained
2562F: drivers/video/efifb.c
2563
0bee8d28
JT
2564EFS FILESYSTEM
2565W: http://aeschi.ch.eu.org/efs/
2566S: Orphan
679655da 2567F: fs/efs/
0bee8d28 2568
4480f15b 2569EHCA (IBM GX bus InfiniBand adapter) DRIVER
8b58be88
JP
2570M: Hoang-Nam Nguyen <[email protected]>
2571M: Christoph Raisch <[email protected]>
e6cc0fd1 2572L: [email protected]
fab97220 2573S: Supported
679655da 2574F: drivers/infiniband/hw/ehca/
fab97220 2575
aa8a9e25 2576EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
34b1901a 2577M: Thadeu Lima de Souza Cascardo <[email protected]>
aa8a9e25
BL
2578L: [email protected]
2579S: Maintained
9aa32835 2580F: drivers/net/ethernet/ibm/ehea/
aa8a9e25 2581
3e3a7d66 2582EMBEDDED LINUX
8b58be88
JP
2583M: Paul Gortmaker <[email protected]>
2584M: Matt Mackall <[email protected]>
2585M: David Woodhouse <[email protected]>
3e3a7d66
DW
2586L: [email protected]
2587S: Maintained
2588
3a1c1d44 2589EMULEX LPFC FC SCSI DRIVER
8b58be88 2590M: James Smart <[email protected]>
ce00f85c
JC
2591L: [email protected]
2592W: http://sourceforge.net/projects/lpfcxxxx
2593S: Supported
679655da 2594F: drivers/scsi/lpfc/
3a1c1d44 2595
5f5bac82 2596ENE CB710 FLASH CARD READER DRIVER
8b58be88 2597M: MichaÅ‚ MirosÅ‚aw <[email protected]>
5f5bac82
MM
2598S: Maintained
2599F: drivers/misc/cb710/
2600F: drivers/mmc/host/cb710-mmc.*
2601F: include/linux/cb710.h
2602
931e39a1
ML
2603ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2604M: Maxim Levitsky <[email protected]>
2605S: Maintained
2a837449 2606F: drivers/media/rc/ene_ir.*
931e39a1 2607
1da177e4 2608EPSON 1355 FRAMEBUFFER DRIVER
8b58be88
JP
2609M: Christopher Hoover <[email protected]>
2610M: Christopher Hoover <[email protected]>
1da177e4 2611S: Maintained
679655da 2612F: drivers/video/epson1355fb.c
1da177e4 2613
d5ca9006 2614EPSON S1D13XXX FRAMEBUFFER DRIVER
8b58be88 2615M: Kristoffer Ericson <[email protected]>
d5ca9006 2616S: Maintained
084bad91 2617T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
679655da
JP
2618F: drivers/video/s1d13xxxfb.c
2619F: include/video/s1d13xxxfb.h
d5ca9006 2620
1da177e4 2621ETHEREXPRESS-16 NETWORK DRIVER
8b58be88 2622M: Philip Blundell <[email protected]>
979b6c13 2623L: [email protected]
1da177e4 2624S: Maintained
11597885 2625F: drivers/net/ethernet/i825xx/eexpress.*
1da177e4
LT
2626
2627ETHERNET BRIDGE
377a4673 2628M: Stephen Hemminger <[email protected]>
f318a63b 2629L: [email protected]
4c325313 2630L: [email protected]
c996d8b9 2631W: http://www.linuxfoundation.org/en/Net:Bridge
1da177e4 2632S: Maintained
679655da
JP
2633F: include/linux/netfilter_bridge/
2634F: net/bridge/
1da177e4
LT
2635
2636ETHERTEAM 16I DRIVER
8b58be88 2637M: Mika Kuoppala <[email protected]>
1da177e4 2638S: Maintained
5346ebf6 2639F: drivers/net/ethernet/fujitsu/eth16i.c
1da177e4
LT
2640
2641EXT2 FILE SYSTEM
01971952 2642M: Jan Kara <[email protected]>
72be2ccf 2643L: [email protected]
1da177e4 2644S: Maintained
679655da
JP
2645F: Documentation/filesystems/ext2.txt
2646F: fs/ext2/
2647F: include/linux/ext2*
1da177e4
LT
2648
2649EXT3 FILE SYSTEM
01971952 2650M: Jan Kara <[email protected]>
8b58be88 2651M: Andrew Morton <[email protected]>
3c373a5f 2652M: Andreas Dilger <[email protected]>
72be2ccf
EM
2653L: [email protected]
2654S: Maintained
679655da
JP
2655F: Documentation/filesystems/ext3.txt
2656F: fs/ext3/
2657F: include/linux/ext3*
72be2ccf
EM
2658
2659EXT4 FILE SYSTEM
8b58be88 2660M: "Theodore Ts'o" <[email protected]>
3c373a5f 2661M: Andreas Dilger <[email protected]>
72be2ccf 2662L: [email protected]
08a225f1 2663W: http://ext4.wiki.kernel.org
8a6e2535 2664Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
1da177e4 2665S: Maintained
679655da
JP
2666F: Documentation/filesystems/ext4.txt
2667F: fs/ext4/
1da177e4 2668
c5532b09
MZ
2669Extended Verification Module (EVM)
2670M: Mimi Zohar <[email protected]>
2671S: Supported
2672F: security/integrity/evm/
2673
0a79951a
JH
2674EXYNOS DP DRIVER
2675M: Jingoo Han <[email protected]>
2676L: [email protected]
2677S: Maintained
2678F: drivers/video/exynos/exynos_dp*
2679
33ad3912
DL
2680EXYNOS MIPI DISPLAY DRIVERS
2681M: Inki Dae <[email protected]>
2682M: Donghwa Lee <[email protected]>
2683M: Kyungmin Park <[email protected]>
2684L: [email protected]
2685S: Maintained
2686F: drivers/video/exynos/exynos_mipi*
2687F: include/video/exynos_mipi*
2688
e53004e2 2689F71805F HARDWARE MONITORING DRIVER
8b58be88 2690M: Jean Delvare <[email protected]>
e53004e2
JD
2691L: [email protected]
2692S: Maintained
679655da
JP
2693F: Documentation/hwmon/f71805f
2694F: drivers/hwmon/f71805f.c
e53004e2 2695
88b2dbdb
EP
2696FANOTIFY
2697M: Eric Paris <[email protected]>
2698S: Maintained
2699F: fs/notify/fanotify/
2700F: include/linux/fanotify.h
2701
1da177e4 2702FARSYNC SYNCHRONOUS DRIVER
8b58be88 2703M: Kevin Curtis <[email protected]>
1da177e4
LT
2704W: http://www.farsite.co.uk/
2705S: Supported
679655da 2706F: drivers/net/wan/farsync.*
1da177e4 2707
c5408b88 2708FAULT INJECTION SUPPORT
8b58be88 2709M: Akinobu Mita <[email protected]>
c5408b88 2710S: Supported
679655da
JP
2711F: Documentation/fault-injection/
2712F: lib/fault-inject.c
c5408b88 2713
cae727db
RL
2714FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2715M: Robert Love <[email protected]>
2716L: [email protected]
2717W: www.Open-FCoE.org
2718S: Supported
2719F: drivers/scsi/libfc/
2720F: drivers/scsi/fcoe/
2721F: include/scsi/fc/
2722F: include/scsi/libfc.h
2723F: include/scsi/libfcoe.h
2724
e2d1d6c0 2725FILE LOCKING (flock() and fcntl()/lockf())
8b58be88 2726M: Matthew Wilcox <[email protected]>
e2d1d6c0 2727L: [email protected]
1da177e4 2728S: Maintained
679655da
JP
2729F: include/linux/fcntl.h
2730F: include/linux/fs.h
2731F: fs/fcntl.c
2732F: fs/locks.c
1da177e4 2733
e2d1d6c0 2734FILESYSTEMS (VFS and infrastructure)
8b58be88 2735M: Alexander Viro <[email protected]>
e2d1d6c0 2736L: [email protected]
173acc7c 2737S: Maintained
679655da 2738F: fs/*
173acc7c 2739
b26e0ed4 2740FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
05576a1e 2741M: Riku Voipio <[email protected]>
b26e0ed4
RV
2742L: [email protected]
2743S: Maintained
d5ca6918
JP
2744F: drivers/hwmon/f75375s.c
2745F: include/linux/f75375s.h
b26e0ed4 2746
a331b0c3
CL
2747FIREWIRE AUDIO DRIVERS
2748M: Clemens Ladisch <[email protected]>
2749L: [email protected] (moderated for non-subscribers)
2750T: git git://git.alsa-project.org/alsa-kernel.git
2751S: Maintained
2752F: sound/firewire/
2753
7d2c86b5 2754FIREWIRE SUBSYSTEM
8b58be88 2755M: Stefan Richter <[email protected]>
e2d1d6c0 2756L: [email protected]
958a29cb 2757W: http://ieee1394.wiki.kernel.org/
2ca526bf 2758T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
e2d1d6c0 2759S: Maintained
679655da
JP
2760F: drivers/firewire/
2761F: include/linux/firewire*.h
9f6d3c4b 2762F: tools/firewire/
e2d1d6c0
RD
2763
2764FIRMWARE LOADER (request_firmware)
e2d1d6c0 2765S: Orphan
679655da
JP
2766F: Documentation/firmware_class/
2767F: drivers/base/firmware*.c
2768F: include/linux/firmware.h
e2d1d6c0
RD
2769
2770FPU EMULATOR
8b58be88 2771M: Bill Metzenthen <[email protected]>
e769980f 2772W: http://floatingpoint.sourceforge.net/emulator/index.html
e2d1d6c0 2773S: Maintained
679655da 2774F: arch/x86/math-emu/
e2d1d6c0
RD
2775
2776FRAME RELAY DLCI/FRAD (Sangoma drivers too)
e2d1d6c0 2777L: [email protected]
c173bfac 2778S: Orphan
679655da
JP
2779F: drivers/net/wan/dlci.c
2780F: drivers/net/wan/sdla.c
e2d1d6c0
RD
2781
2782FRAMEBUFFER LAYER
f9557a44 2783M: Florian Tobias Schandinat <[email protected]>
c69f677c 2784L: [email protected]
e2d1d6c0 2785W: http://linux-fbdev.sourceforge.net/
b22fe37b 2786Q: http://patchwork.kernel.org/project/linux-fbdev/list/
f9557a44 2787T: git git://github.com/schandinat/linux-2.6.git fbdev-next
56be1416 2788S: Maintained
679655da 2789F: Documentation/fb/
d958c62c 2790F: Documentation/devicetree/bindings/fb/
b22fe37b
PM
2791F: drivers/video/
2792F: include/video/
679655da 2793F: include/linux/fb.h
e2d1d6c0
RD
2794
2795FREESCALE DMA DRIVER
8b58be88
JP
2796M: Li Yang <[email protected]>
2797M: Zhang Wei <[email protected]>
a4724ed6 2798L: [email protected]
e2d1d6c0 2799S: Maintained
679655da 2800F: drivers/dma/fsldma.*
e2d1d6c0
RD
2801
2802FREESCALE I2C CPM DRIVER
8b58be88 2803M: Jochen Friedrich <[email protected]>
a4724ed6 2804L: [email protected]
846557d3 2805L: [email protected]
0d2b405a 2806S: Maintained
679655da 2807F: drivers/i2c/busses/i2c-cpm.c
0d2b405a 2808
60e8c5ab 2809FREESCALE IMX / MXC FRAMEBUFFER DRIVER
8b58be88 2810M: Sascha Hauer <[email protected]>
c69f677c 2811L: [email protected]
efc03ecb 2812L: [email protected] (moderated for non-subscribers)
60e8c5ab 2813S: Maintained
679655da
JP
2814F: arch/arm/plat-mxc/include/mach/imxfb.h
2815F: drivers/video/imxfb.c
60e8c5ab 2816
4689a6b1 2817FREESCALE SOC FS_ENET DRIVER
8b58be88
JP
2818M: Pantelis Antoniou <[email protected]>
2819M: Vitaly Bordug <[email protected]>
a4724ed6 2820L: [email protected]
4689a6b1
PA
2821L: [email protected]
2822S: Maintained
ec21e2ec 2823F: drivers/net/ethernet/freescale/fs_enet/
679655da 2824F: include/linux/fs_enet_pd.h
4689a6b1 2825
d9e9d82c 2826FREESCALE QUICC ENGINE LIBRARY
8b58be88 2827M: Timur Tabi <[email protected]>
a4724ed6 2828L: [email protected]
d9e9d82c 2829S: Supported
679655da
JP
2830F: arch/powerpc/sysdev/qe_lib/
2831F: arch/powerpc/include/asm/*qe.h
d9e9d82c 2832
b55ef929 2833FREESCALE USB PERIPHERAL DRIVERS
8b58be88 2834M: Li Yang <[email protected]>
6372594a 2835L: [email protected]
a4724ed6 2836L: [email protected]
a7205b30 2837S: Maintained
5429c731 2838F: drivers/usb/gadget/fsl*
a7205b30 2839
beaf53bf 2840FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
8b58be88 2841M: Li Yang <[email protected]>
beaf53bf 2842L: [email protected]
a4724ed6 2843L: [email protected]
beaf53bf 2844S: Maintained
ec21e2ec 2845F: drivers/net/ethernet/freescale/ucc_geth*
beaf53bf 2846
d9e9d82c 2847FREESCALE QUICC ENGINE UCC UART DRIVER
8b58be88 2848M: Timur Tabi <[email protected]>
a4724ed6 2849L: [email protected]
d9e9d82c 2850S: Supported
df621252 2851F: drivers/tty/serial/ucc_uart.c
d9e9d82c
TT
2852
2853FREESCALE SOC SOUND DRIVERS
8b58be88 2854M: Timur Tabi <[email protected]>
93711660 2855L: [email protected] (moderated for non-subscribers)
a4724ed6 2856L: [email protected]
d9e9d82c 2857S: Supported
69aefcea
JP
2858F: sound/soc/fsl/fsl*
2859F: sound/soc/fsl/mpc8610_hpcd.c
d9e9d82c 2860
1da177e4 2861FREEVXFS FILESYSTEM
8b58be88 2862M: Christoph Hellwig <[email protected]>
1da177e4
LT
2863W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2864S: Maintained
679655da 2865F: fs/freevxfs/
1da177e4 2866
71038f52 2867FREEZER
8b58be88
JP
2868M: Pavel Machek <[email protected]>
2869M: "Rafael J. Wysocki" <[email protected]>
bf1c138e 2870L: [email protected]
71038f52 2871S: Supported
679655da
JP
2872F: Documentation/power/freezing-of-tasks.txt
2873F: include/linux/freezer.h
2874F: kernel/freezer.c
71038f52 2875
a5432f5a 2876FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
8b58be88 2877M: David Howells <[email protected]>
a5432f5a
DH
2878L: [email protected]
2879S: Supported
2880F: Documentation/filesystems/caching/
2881F: fs/fscache/
2882F: include/linux/fscache*.h
2883
5ab7ffea 2884FUJITSU FR-V (FRV) PORT
8b58be88 2885M: David Howells <[email protected]>
1da177e4 2886S: Maintained
679655da 2887F: arch/frv/
1da177e4 2888
20b93734 2889FUJITSU LAPTOP EXTRAS
8b58be88 2890M: Jonathan Woithe <[email protected]>
d0944853 2891L: [email protected]
20b93734 2892S: Maintained
679655da 2893F: drivers/platform/x86/fujitsu-laptop.c
20b93734 2894
4da621b6
HK
2895FUJITSU M-5MO LS CAMERA ISP DRIVER
2896M: Kyungmin Park <[email protected]>
2897M: Heungjun Kim <[email protected]>
2898L: [email protected]
2899S: Maintained
2900F: drivers/media/video/m5mols/
2901F: include/media/m5mols.h
2902
2d24c490
RG
2903FUJITSU TABLET EXTRAS
2904M: Robert Gerlach <[email protected]>
2905L: [email protected]
2906S: Maintained
2907F: drivers/platform/x86/fujitsu-tablet.c
2908
04578f17 2909FUSE: FILESYSTEM IN USERSPACE
8b58be88 2910M: Miklos Szeredi <[email protected]>
04578f17
MS
2911L: [email protected]
2912W: http://fuse.sourceforge.net/
2913S: Maintained
679655da
JP
2914F: fs/fuse/
2915F: include/linux/fuse.h
04578f17 2916
1da177e4 2917FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
8b58be88 2918M: Rik Faith <[email protected]>
1da177e4 2919L: [email protected]
baaea1dc 2920S: Odd Fixes (e.g., new signatures)
679655da 2921F: drivers/scsi/fdomain.*
1da177e4
LT
2922
2923GDT SCSI DISK ARRAY CONTROLLER DRIVER
8b58be88 2924M: Achim Leubner <[email protected]>
1da177e4
LT
2925L: [email protected]
2926W: http://www.icp-vortex.com/
2927S: Supported
679655da 2928F: drivers/scsi/gdt*
1da177e4 2929
1c23af90 2930GENERIC GPIO I2C DRIVER
880b0e26 2931M: Haavard Skinnemoen <[email protected]>
1c23af90 2932S: Supported
679655da
JP
2933F: drivers/i2c/busses/i2c-gpio.c
2934F: include/linux/i2c-gpio.h
1c23af90 2935
92ed1a76
PK
2936GENERIC GPIO I2C MULTIPLEXER DRIVER
2937M: Peter Korsgaard <[email protected]>
2938L: [email protected]
2939S: Supported
2940F: drivers/i2c/muxes/gpio-i2cmux.c
2941F: include/linux/gpio-i2cmux.h
2942F: Documentation/i2c/muxes/gpio-i2cmux
2943
9251ce95 2944GENERIC HDLC (WAN) DRIVERS
8b58be88 2945M: Krzysztof Halasa <[email protected]>
1da177e4
LT
2946W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2947S: Maintained
679655da
JP
2948F: drivers/net/wan/c101.c
2949F: drivers/net/wan/hd6457*
2950F: drivers/net/wan/hdlc*
2951F: drivers/net/wan/n2.c
2952F: drivers/net/wan/pc300too.c
2953F: drivers/net/wan/pci200syn.c
2954F: drivers/net/wan/wanxl*
1da177e4 2955
1527aab6 2956GENERIC INCLUDE/ASM HEADER FILES
8b58be88 2957M: Arnd Bergmann <[email protected]>
1527aab6
AB
2958L: [email protected]
2959T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2960S: Maintained
2961F: include/asm-generic
2962
ccb86a69 2963GENERIC UIO DRIVER FOR PCI DEVICES
bda2562c 2964M: "Michael S. Tsirkin" <[email protected]>
ccb86a69 2965L: [email protected]
ccb86a69
MT
2966S: Supported
2967F: drivers/uio/uio_pci_generic.c
2968
5be7b50f 2969GFS2 FILE SYSTEM
8b58be88 2970M: Steven Whitehouse <[email protected]>
a4644184 2971L: [email protected]
5be7b50f 2972W: http://sources.redhat.com/cluster/
08deed1e
JP
2973T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
2974T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
5be7b50f 2975S: Supported
679655da
JP
2976F: Documentation/filesystems/gfs2*.txt
2977F: fs/gfs2/
2978F: include/linux/gfs2_ondisk.h
5be7b50f 2979
0a34eb8f 2980GIGASET ISDN DRIVERS
8b58be88
JP
2981M: Hansjoerg Lipp <[email protected]>
2982M: Tilman Schmidt <[email protected]>
0a34eb8f
HL
2983L: [email protected]
2984W: http://gigaset307x.sourceforge.net/
2985S: Maintained
679655da
JP
2986F: Documentation/isdn/README.gigaset
2987F: drivers/isdn/gigaset/
2988F: include/linux/gigaset_dev.h
0a34eb8f 2989
a0dc00b4
GL
2990GPIO SUBSYSTEM
2991M: Grant Likely <[email protected]>
3e009396 2992M: Linus Walleij <[email protected]>
a0dc00b4
GL
2993S: Maintained
2994T: git git://git.secretlab.ca/git/linux-2.6.git
98909cf0 2995F: Documentation/gpio.txt
a0dc00b4
GL
2996F: drivers/gpio/
2997F: include/linux/gpio*
2998
71a6d0af
HW
2999GRE DEMULTIPLEXER DRIVER
3000M: Dmitry Kozlov <[email protected]>
3001L: [email protected]
3002S: Maintained
3003F: net/ipv4/gre.c
3004F: include/net/gre.h
3005
d4c41139
KG
3006GRETH 10/100/1G Ethernet MAC device driver
3007M: Kristoffer Glembo <[email protected]>
3008L: [email protected]
3009S: Maintained
a31a96ad 3010F: drivers/net/ethernet/aeroflex/
d4c41139 3011
e8deeae2 3012GSPCA FINEPIX SUBDRIVER
8b58be88 3013M: Frank Zago <[email protected]>
661263b5 3014L: [email protected]
08deed1e 3015T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
e8deeae2 3016S: Maintained
679655da 3017F: drivers/media/video/gspca/finepix.c
e8deeae2 3018
4b3fa3c4
OL
3019GSPCA GL860 SUBDRIVER
3020M: Olivier Lorin <[email protected]>
3021L: [email protected]
08deed1e 3022T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4b3fa3c4
OL
3023S: Maintained
3024F: drivers/media/video/gspca/gl860/
3025
e8deeae2 3026GSPCA M5602 SUBDRIVER
8b58be88 3027M: Erik Andren <[email protected]>
661263b5 3028L: [email protected]
08deed1e 3029T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
e8deeae2 3030S: Maintained
679655da 3031F: drivers/media/video/gspca/m5602/
e8deeae2
JFM
3032
3033GSPCA PAC207 SONIXB SUBDRIVER
8b58be88 3034M: Hans de Goede <[email protected]>
661263b5 3035L: [email protected]
08deed1e 3036T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
e8deeae2 3037S: Maintained
679655da 3038F: drivers/media/video/gspca/pac207.c
e8deeae2 3039
261982f1 3040GSPCA SN9C20X SUBDRIVER
d95c5b0b 3041M: Brian Johnson <[email protected]>
261982f1 3042L: [email protected]
08deed1e 3043T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
261982f1
BJ
3044S: Maintained
3045F: drivers/media/video/gspca/sn9c20x.c
3046
e8deeae2 3047GSPCA T613 SUBDRIVER
8b58be88 3048M: Leandro Costantino <[email protected]>
661263b5 3049L: [email protected]
08deed1e 3050T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
e8deeae2 3051S: Maintained
679655da 3052F: drivers/media/video/gspca/t613.c
e8deeae2
JFM
3053
3054GSPCA USB WEBCAM DRIVER
8b58be88 3055M: Jean-Francois Moine <[email protected]>
e8deeae2 3056W: http://moinejf.free.fr
661263b5 3057L: [email protected]
08deed1e 3058T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
e8deeae2 3059S: Maintained
679655da 3060F: drivers/media/video/gspca/
e8deeae2 3061
71a6d0af
HW
3062HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3063M: Frank Seidel <[email protected]>
3064L: [email protected]
3065W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3066S: Maintained
3067F: drivers/platform/x86/hdaps.c
3068
3069HWPOISON MEMORY FAILURE HANDLING
3070M: Andi Kleen <[email protected]>
3071L: [email protected]
3072T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3073S: Maintained
3074F: mm/memory-failure.c
3075F: mm/hwpoison-inject.c
3076
3077HYPERVISOR VIRTUAL CONSOLE DRIVER
3078L: [email protected]
3079S: Odd Fixes
3080F: drivers/tty/hvc/
3081
5b543965 3082HARDWARE MONITORING
9e012c1a
JD
3083M: Jean Delvare <[email protected]>
3084M: Guenter Roeck <[email protected]>
5b543965 3085L: [email protected]
595142e0 3086W: http://www.lm-sensors.org/
9e012c1a 3087T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
885374e3 3088T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9e012c1a 3089S: Maintained
047f4ec2 3090F: Documentation/hwmon/
679655da 3091F: drivers/hwmon/
047f4ec2 3092F: include/linux/hwmon*.h
5b543965 3093
844dd05f 3094HARDWARE RANDOM NUMBER GENERATOR CORE
c0d0787b
JP
3095M: Matt Mackall <[email protected]>
3096M: Herbert Xu <[email protected]>
3097S: Odd fixes
679655da
JP
3098F: Documentation/hw_random.txt
3099F: drivers/char/hw_random/
3100F: include/linux/hw_random.h
844dd05f 3101
8b37fcfc
OBC
3102HARDWARE SPINLOCK CORE
3103M: Ohad Ben-Cohen <[email protected]>
3104S: Maintained
3105F: Documentation/hwspinlock.txt
3106F: drivers/hwspinlock/hwspinlock_*
3107F: include/linux/hwspinlock.h
3108
1da177e4 3109HARMONY SOUND DRIVER
ac6aecbf 3110L: [email protected]
1da177e4 3111S: Maintained
679655da 3112F: sound/parisc/harmony.*
1da177e4 3113
e2d1d6c0 3114HEWLETT-PACKARD SMART2 RAID DRIVER
8b58be88 3115M: Chirag Kantharia <[email protected]>
e2d1d6c0
RD
3116L: [email protected]
3117S: Maintained
679655da
JP
3118F: Documentation/blockdev/cpqarray.txt
3119F: drivers/block/cpqarray.*
e2d1d6c0 3120
9257aa49 3121HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
706e69d6 3122M: "Stephen M. Cameron" <[email protected]>
9257aa49
SC
3123L: [email protected]
3124S: Supported
3125F: Documentation/scsi/hpsa.txt
3126F: drivers/scsi/hpsa*.[ch]
3127F: include/linux/cciss*.h
3128
e2d1d6c0 3129HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
8b58be88 3130M: Mike Miller <[email protected]>
e2d1d6c0
RD
3131L: [email protected]
3132S: Supported
679655da
JP
3133F: Documentation/blockdev/cciss.txt
3134F: drivers/block/cciss*
3135F: include/linux/cciss_ioctl.h
e2d1d6c0 3136
1da177e4 3137HFS FILESYSTEM
6cf515e1
GU
3138L: [email protected]
3139S: Orphan
679655da
JP
3140F: Documentation/filesystems/hfs.txt
3141F: fs/hfs/
1da177e4
LT
3142
3143HGA FRAMEBUFFER DRIVER
8b58be88 3144M: Ferenc Bakonyi <[email protected]>
1da177e4
LT
3145L: [email protected]
3146W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3147S: Maintained
679655da 3148F: drivers/video/hgafb.c
1da177e4 3149
4480f15b 3150HIBERNATION (aka Software Suspend, aka swsusp)
8b58be88
JP
3151M: Pavel Machek <[email protected]>
3152M: "Rafael J. Wysocki" <[email protected]>
bf1c138e 3153L: [email protected]
e2d1d6c0 3154S: Supported
679655da
JP
3155F: arch/x86/power/
3156F: drivers/base/power/
3157F: kernel/power/
3158F: include/linux/suspend.h
3159F: include/linux/freezer.h
3160F: include/linux/pm.h
679655da 3161F: arch/*/include/asm/suspend*.h
e2d1d6c0 3162
4ef4caad 3163HID CORE LAYER
8b58be88 3164M: Jiri Kosina <[email protected]>
eb76c5c0 3165L: [email protected]
54e5881d 3166T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4ef4caad 3167S: Maintained
679655da
JP
3168F: drivers/hid/
3169F: include/linux/hid*
4ef4caad 3170
38bed542 3171HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
8b58be88 3172M: Thomas Gleixner <[email protected]>
75fc2d37 3173T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
38bed542 3174S: Maintained
679655da
JP
3175F: Documentation/timers/
3176F: kernel/hrtimer.c
88606e80
TG
3177F: kernel/time/clockevents.c
3178F: kernel/time/tick*.*
3179F: kernel/time/timer_*.c
05ed8490 3180F: include/linux/clockchips.h
679655da 3181F: include/linux/hrtimer.h
38bed542 3182
1da177e4 3183HIGH-SPEED SCC DRIVER FOR AX.25
8b58be88 3184M: Klaus Kudielka <[email protected]>
1da177e4
LT
3185L: [email protected]
3186W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
3187S: Maintained
679655da
JP
3188F: drivers/net/hamradio/dmascc.c
3189F: drivers/net/hamradio/scc.c
1da177e4 3190
ede1e6f8 3191HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
8b58be88 3192M: HighPoint Linux Team <[email protected]>
ede1e6f8
HLT
3193W: http://www.highpoint-tech.com
3194S: Supported
679655da
JP
3195F: Documentation/scsi/hptiop.txt
3196F: drivers/scsi/hptiop.c
ede1e6f8 3197
1da177e4 3198HIPPI
8b58be88 3199M: Jes Sorensen <[email protected]>
1da177e4
LT
3200L: [email protected]
3201S: Maintained
679655da
JP
3202F: include/linux/hippidevice.h
3203F: include/linux/if_hippi.h
3204F: net/802/hippi.c
ff5a3b50 3205F: drivers/net/hippi/
1da177e4 3206
ff1d2767 3207HOST AP DRIVER
8b58be88 3208M: Jouni Malinen <[email protected]>
85d32e7b 3209L: [email protected] (subscribers-only)
724c6b35 3210L: [email protected]
ff1d2767
JM
3211W: http://hostap.epitest.fi/
3212S: Maintained
679655da 3213F: drivers/net/wireless/hostap/
ff1d2767 3214
dd8cd779 3215HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
d0944853 3216L: [email protected]
95c70215 3217S: Orphan
679655da 3218F: drivers/platform/x86/tc1100-wmi.c
dd8cd779 3219
e2d1d6c0 3220HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
8b58be88 3221M: Jaroslav Kysela <[email protected]>
e2d1d6c0 3222S: Maintained
7e25d724 3223F: drivers/net/ethernet/hp/hp100.*
e2d1d6c0 3224
7d2c86b5 3225HPET: High Precision Event Timers driver
8b58be88 3226M: Clemens Ladisch <[email protected]>
b9b0332f 3227S: Maintained
679655da
JP
3228F: Documentation/timers/hpet.txt
3229F: drivers/char/hpet.c
3230F: include/linux/hpet.h
b9b0332f 3231
e07b5d79 3232HPET: x86
9c5fb19a 3233M: "Venkatesh Pallipadi (Venki)" <[email protected]>
b9b0332f 3234S: Maintained
679655da
JP
3235F: arch/x86/kernel/hpet.c
3236F: arch/x86/include/asm/hpet.h
b9b0332f 3237
1da177e4 3238HPFS FILESYSTEM
8b58be88 3239M: Mikulas Patocka <[email protected]>
1da177e4
LT
3240W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3241S: Maintained
679655da 3242F: fs/hpfs/
1da177e4 3243
7d2c86b5 3244HSO 3G MODEM DRIVER
8b58be88 3245M: Jan Dumon <[email protected]>
11cd29b0
DJB
3246W: http://www.pharscape.org
3247S: Maintained
679655da 3248F: drivers/net/usb/hso.c
11cd29b0 3249
5a18c343 3250HTCPEN TOUCHSCREEN DRIVER
8b58be88 3251M: Pau Oliva Fora <[email protected]>
5a18c343
POF
3252L: [email protected]
3253S: Maintained
679655da 3254F: drivers/input/touchscreen/htcpen.c
5a18c343 3255
1da177e4 3256HUGETLB FILESYSTEM
8b58be88 3257M: William Irwin <[email protected]>
1da177e4 3258S: Maintained
679655da 3259F: fs/hugetlbfs/
1da177e4 3260
05183189
S
3261Hyper-V CORE AND DRIVERS
3262M: K. Y. Srinivasan <[email protected]>
3263M: Haiyang Zhang <[email protected]>
3264L: [email protected]
3265S: Maintained
3266F: drivers/hv/
3267F: drivers/hid/hid-hyperv.c
3268F: drivers/net/hyperv/
3269F: drivers/staging/hv/
3270
6ea884db 3271I2C/SMBUS STUB DRIVER
8b58be88 3272M: "Mark M. Hoffman" <[email protected]>
846557d3 3273L: [email protected]
6ea884db 3274S: Maintained
679655da 3275F: drivers/i2c/busses/i2c-stub.c
6ea884db 3276
5b543965 3277I2C SUBSYSTEM
8b58be88
JP
3278M: "Jean Delvare (PC drivers, core)" <[email protected]>
3279M: "Ben Dooks (embedded platforms)" <[email protected]>
d7a5e245 3280M: "Wolfram Sang (embedded platforms)" <[email protected]>
846557d3 3281L: [email protected]
a01064a9
JD
3282W: http://i2c.wiki.kernel.org/
3283T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
0e533008 3284T: git git://git.fluff.org/bjdooks/linux.git
1da177e4 3285S: Maintained
679655da
JP
3286F: Documentation/i2c/
3287F: drivers/i2c/
3288F: include/linux/i2c.h
03b70d62 3289F: include/linux/i2c-*.h
1da177e4 3290
e8c76eed 3291I2C-TINY-USB DRIVER
8b58be88 3292M: Till Harbaum <[email protected]>
846557d3 3293L: [email protected]
932d1872 3294W: http://www.harbaum.org/till/i2c_tiny_usb
e8c76eed 3295S: Maintained
679655da 3296F: drivers/i2c/busses/i2c-tiny-usb.c
e8c76eed 3297
1da177e4 3298i386 BOOT CODE
8b58be88 3299M: "H. Peter Anvin" <[email protected]>
1da177e4 3300S: Maintained
679655da 3301F: arch/x86/boot/
1da177e4
LT
3302
3303i386 SETUP CODE / CPU ERRATA WORKAROUNDS
8b58be88 3304M: "H. Peter Anvin" <[email protected]>
54e5881d 3305T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1da177e4
LT
3306S: Maintained
3307
1da177e4 3308IA64 (Itanium) PLATFORM
8b58be88
JP
3309M: Tony Luck <[email protected]>
3310M: Fenghua Yu <[email protected]>
1da177e4 3311L: [email protected]
6b1c70b1 3312T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
1da177e4 3313S: Maintained
679655da 3314F: arch/ia64/
1da177e4 3315
1da177e4 3316IBM MCA SCSI SUBSYSTEM DRIVER
8b58be88 3317M: Michael Lang <[email protected]>
1da177e4
LT
3318W: http://www.uni-mainz.de/~langm000/linux.html
3319S: Maintained
679655da 3320F: drivers/scsi/ibmmca.c
1da177e4
LT
3321
3322IBM Power Linux RAID adapter
8b58be88 3323M: Brian King <[email protected]>
1da177e4 3324S: Supported
679655da 3325F: drivers/scsi/ipr.*
1da177e4 3326
9d348af4
SL
3327IBM Power Virtual Ethernet Device Driver
3328M: Santiago Leon <[email protected]>
3329L: [email protected]
3330S: Supported
9aa32835 3331F: drivers/net/ethernet/ibm/ibmveth.*
9d348af4 3332
1da177e4
LT
3333IBM ServeRAID RAID DRIVER
3334P: Jack Hammer
8b58be88 3335M: Dave Jeffery <[email protected]>
1da177e4 3336W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
b7eee616 3337S: Supported
679655da 3338F: drivers/scsi/ips.*
1da177e4 3339
1e7106fc 3340IDE SUBSYSTEM
8b58be88 3341M: "David S. Miller" <[email protected]>
1da177e4 3342L: [email protected]
8a6e2535 3343Q: http://patchwork.ozlabs.org/project/linux-ide/list/
08deed1e 3344T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
1da177e4 3345S: Maintained
679655da
JP
3346F: Documentation/ide/
3347F: drivers/ide/
3348F: include/linux/ide.h
1da177e4 3349
6cb8c13d
IP
3350IDEAPAD LAPTOP EXTRAS DRIVER
3351M: Ike Panhc <[email protected]>
3352L: [email protected]
3353W: http://launchpad.net/ideapad-laptop
3354S: Maintained
3355F: drivers/platform/x86/ideapad-laptop.c
3356
0f861e8c 3357IDE/ATAPI DRIVERS
8b58be88 3358M: Borislav Petkov <[email protected]>
9c5b0ce4 3359L: [email protected]
c404c199 3360S: Maintained
679655da
JP
3361F: Documentation/cdrom/ide-cd
3362F: drivers/ide/ide-cd*
1da177e4 3363
27471fdb 3364IDLE-I7300
8b58be88 3365M: Andy Henroid <[email protected]>
bf1c138e 3366L: [email protected]
27471fdb 3367S: Supported
679655da 3368F: drivers/idle/i7300_idle.c
27471fdb 3369
02cf2286 3370IEEE 802.15.4 SUBSYSTEM
8b58be88
JP
3371M: Dmitry Eremin-Solenikov <[email protected]>
3372M: Sergey Lapin <[email protected]>
e0af6062 3373L: [email protected] (moderated for non-subscribers)
02cf2286 3374W: http://apps.sourceforge.net/trac/linux-zigbee
a060330e 3375T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
02cf2286
SL
3376S: Maintained
3377F: net/ieee802154/
a26c4463 3378F: drivers/ieee802154/
02cf2286 3379
9545f86e
AP
3380IIO SUBSYSTEM AND DRIVERS
3381M: Jonathan Cameron <[email protected]>
3382L: [email protected]
3383S: Maintained
3384F: drivers/staging/iio/
3385
65519263
SG
3386IKANOS/ADI EAGLE ADSL USB DRIVER
3387M: Matthieu Castet <[email protected]>
3388M: Stanislaw Gruszka <[email protected]>
3389S: Maintained
3390F: drivers/usb/atm/ueagle-atm.c
3391
aa7168f4 3392INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
8b58be88 3393M: Mimi Zohar <[email protected]>
aa7168f4 3394S: Supported
679655da 3395F: security/integrity/ima/
aa7168f4 3396
1da177e4 3397IMS TWINTURBO FRAMEBUFFER DRIVER
c69f677c 3398L: [email protected]
843393d3 3399S: Orphan
679655da 3400F: drivers/video/imsttfb.c
1da177e4
LT
3401
3402INFINIBAND SUBSYSTEM
db9fd848 3403M: Roland Dreier <[email protected]>
8b58be88
JP
3404M: Sean Hefty <[email protected]>
3405M: Hal Rosenstock <[email protected]>
e6cc0fd1 3406L: [email protected]
605841f5 3407W: http://www.openfabrics.org/
8a6e2535 3408Q: http://patchwork.kernel.org/project/linux-rdma/list/
54e5881d 3409T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
1da177e4 3410S: Supported
679655da
JP
3411F: Documentation/infiniband/
3412F: drivers/infiniband/
3413F: include/linux/if_infiniband.h
1da177e4 3414
c9f04f58 3415INOTIFY
8b58be88
JP
3416M: John McCutchan <[email protected]>
3417M: Robert Love <[email protected]>
3418M: Eric Paris <[email protected]>
c9f04f58 3419S: Maintained
679655da
JP
3420F: Documentation/filesystems/inotify.txt
3421F: fs/notify/inotify/
3422F: include/linux/inotify.h
c9f04f58 3423
e2d1d6c0 3424INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
8b58be88
JP
3425M: Dmitry Torokhov <[email protected]>
3426M: Dmitry Torokhov <[email protected]>
e2d1d6c0 3427L: [email protected]
8a6e2535 3428Q: http://patchwork.kernel.org/project/linux-input/list/
54e5881d 3429T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
e2d1d6c0 3430S: Maintained
679655da 3431F: drivers/input/
e2d1d6c0 3432
3267a87f
HR
3433INPUT MULTITOUCH (MT) PROTOCOL
3434M: Henrik Rydberg <[email protected]>
3435L: [email protected]
7f9c2454 3436T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3267a87f
HR
3437S: Maintained
3438F: Documentation/input/multi-touch-protocol.txt
7f9c2454 3439F: drivers/input/input-mt.c
3267a87f
HR
3440K: \b(ABS|SYN)_MT_
3441
4ac13e17
DJ
3442INTEL C600 SERIES SAS CONTROLLER DRIVER
3443M: Intel SCU Linux support <[email protected]>
3444M: Dan Williams <[email protected]>
3445M: Dave Jiang <[email protected]>
3446M: Ed Nadolski <[email protected]>
3447L: [email protected]
3448T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isci.git
3449S: Maintained
3450F: drivers/scsi/isci/
3451F: firmware/isci/
3452
26717172
LB
3453INTEL IDLE DRIVER
3454M: Len Brown <[email protected]>
bf1c138e 3455L: [email protected]
08deed1e 3456T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
26717172
LB
3457S: Supported
3458F: drivers/idle/intel_idle.c
3459
9eb8ef74 3460INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
55a23c4a 3461M: Maik Broemme <[email protected]>
c69f677c 3462L: [email protected]
ce00f85c 3463S: Maintained
679655da
JP
3464F: Documentation/fb/intelfb.txt
3465F: drivers/video/intelfb/
9eb8ef74 3466
1da177e4 3467INTEL 810/815 FRAMEBUFFER DRIVER
8b58be88 3468M: Antonino Daplas <[email protected]>
c69f677c 3469L: [email protected]
ce00f85c 3470S: Maintained
679655da 3471F: drivers/video/i810/
1da177e4 3472
f4a9bc4c 3473INTEL MENLOW THERMAL DRIVER
8b58be88 3474M: Sujith Thomas <[email protected]>
d0944853 3475L: [email protected]
f4a9bc4c
TS
3476W: http://www.lesswatts.org/projects/acpi/
3477S: Supported
679655da 3478F: drivers/platform/x86/intel_menlow.c
f4a9bc4c 3479
1da177e4 3480INTEL IA32 MICROCODE UPDATE SUPPORT
8b58be88 3481M: Tigran Aivazian <[email protected]>
1da177e4 3482S: Maintained
679655da
JP
3483F: arch/x86/kernel/microcode_core.c
3484F: arch/x86/kernel/microcode_intel.c
1da177e4 3485
248a9dc3 3486INTEL I/OAT DMA DRIVER
9fe3b691 3487M: Dan Williams <[email protected]>
248a9dc3 3488S: Supported
679655da 3489F: drivers/dma/ioat*
248a9dc3 3490
6c8909b4 3491INTEL IOMMU (VT-d)
8b58be88 3492M: David Woodhouse <[email protected]>
6c8909b4 3493L: [email protected]
54e5881d 3494T: git git://git.infradead.org/iommu-2.6.git
6c8909b4 3495S: Supported
3fb39615 3496F: drivers/iommu/intel-iommu.c
679655da 3497F: include/linux/intel-iommu.h
6c8909b4 3498
b3e5f263 3499INTEL IOP-ADMA DMA DRIVER
8b58be88 3500M: Dan Williams <[email protected]>
f00f510a 3501S: Maintained
679655da 3502F: drivers/dma/iop-adma.c
b3e5f263 3503
9251ce95 3504INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
8b58be88 3505M: Krzysztof Halasa <[email protected]>
9251ce95 3506S: Maintained
679655da
JP
3507F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
3508F: arch/arm/mach-ixp4xx/include/mach/npe.h
3509F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3510F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
b47da977 3511F: drivers/net/ethernet/xscale/ixp4xx_eth.c
679655da 3512F: drivers/net/wan/ixp4xx_hss.c
9251ce95 3513
844dd05f 3514INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
8b58be88 3515M: Deepak Saxena <[email protected]>
844dd05f 3516S: Maintained
679655da 3517F: drivers/char/hw_random/ixp4xx-rng.c
844dd05f 3518
2b7a52a4 3519INTEL IXP2000 ETHERNET DRIVER
8b58be88 3520M: Lennert Buytenhek <[email protected]>
2b7a52a4
LB
3521L: [email protected]
3522S: Maintained
b47da977 3523F: drivers/net/ethernet/xscale/ixp2000/
2b7a52a4 3524
0d164401 3525INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
8b58be88
JP
3526M: Jeff Kirsher <[email protected]>
3527M: Jesse Brandeburg <[email protected]>
3528M: Bruce Allan <[email protected]>
0d164401
JK
3529M: Carolyn Wyborny <[email protected]>
3530M: Don Skidmore <[email protected]>
3531M: Greg Rose <[email protected]>
dee1ad47 3532M: Peter P Waskiewicz Jr <[email protected]>
0d164401 3533M: Alex Duyck <[email protected]>
8b58be88 3534M: John Ronciak <[email protected]>
dcd01faf 3535L: [email protected]
d94e6fed 3536W: http://e1000.sourceforge.net/
dee1ad47
JK
3537T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
3538T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
1da177e4 3539S: Supported
0d164401
JK
3540F: Documentation/networking/e100.txt
3541F: Documentation/networking/e1000.txt
3542F: Documentation/networking/e1000e.txt
3543F: Documentation/networking/igb.txt
3544F: Documentation/networking/igbvf.txt
3545F: Documentation/networking/ixgb.txt
3546F: Documentation/networking/ixgbe.txt
3547F: Documentation/networking/ixgbevf.txt
dee1ad47 3548F: drivers/net/ethernet/intel/
1da177e4 3549
6dccf9c5
LB
3550INTEL MRST PMU DRIVER
3551M: Len Brown <[email protected]>
bf1c138e 3552L: [email protected]
6dccf9c5
LB
3553S: Supported
3554F: arch/x86/platform/mrst/pmu.*
3555
ca907a90
SY
3556INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
3557M: Stanislav Yakovlev <[email protected]>
724c6b35 3558L: [email protected]
ca907a90 3559S: Maintained
679655da 3560F: Documentation/networking/README.ipw2100
679655da 3561F: Documentation/networking/README.ipw2200
ca907a90 3562F: drivers/net/wireless/ipw2x00/
826d2abe 3563
4bd96a7a
SW
3564INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3565M: Joseph Cihula <[email protected]>
3566M: Shane Wang <[email protected]>
3567L: [email protected]
3568W: http://tboot.sourceforge.net
3569T: Mercurial http://www.bughost.org/repos.hg/tboot.hg
3570S: Supported
3571F: Documentation/intel_txt.txt
3572F: include/linux/tboot.h
3573F: arch/x86/kernel/tboot.c
3574
8a70da82 3575INTEL WIRELESS WIMAX CONNECTION 2400
8b58be88 3576M: Inaky Perez-Gonzalez <[email protected]>
8a70da82
IPG
3577M: [email protected]
3578L: [email protected]
3579S: Supported
3580W: http://linuxwimax.org
679655da
JP
3581F: Documentation/wimax/README.i2400m
3582F: drivers/net/wimax/i2400m/
3583F: include/linux/wimax/i2400m.h
8a70da82 3584
1c0ce89c
SG
3585INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
3586M: Stanislaw Gruszka <[email protected]>
efa3144e 3587L: [email protected]
1c0ce89c 3588S: Supported
efa3144e
WYG
3589F: drivers/net/wireless/iwlegacy/
3590
b481de9c 3591INTEL WIRELESS WIFI LINK (iwlwifi)
15fae50a 3592M: Johannes Berg <[email protected]>
9edc71b7 3593M: Wey-Yi Guy <[email protected]>
a0bf797f 3594M: Intel Linux Wireless <[email protected]>
b481de9c 3595L: [email protected]
b481de9c 3596W: http://intellinuxwireless.org
b62ff718 3597T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
b481de9c 3598S: Supported
679655da 3599F: drivers/net/wireless/iwlwifi/
b481de9c 3600
f6cd53c6
SO
3601INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3602M: Samuel Ortiz <[email protected]>
f6cd53c6
SO
3603M: Intel Linux Wireless <[email protected]>
3604L: [email protected]
3605S: Supported
3606W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3607F: drivers/net/wireless/iwmc3200wifi/
3608
cb109a0e 3609IOC3 ETHERNET DRIVER
8b58be88 3610M: Ralf Baechle <[email protected]>
1da177e4
LT
3611L: [email protected]
3612S: Maintained
8862bf1e 3613F: drivers/net/ethernet/sgi/ioc3-eth.c
1da177e4 3614
cb109a0e 3615IOC3 SERIAL DRIVER
8b58be88 3616M: Pat Gefre <[email protected]>
d39e0721 3617L: [email protected]
cb109a0e 3618S: Maintained
df621252 3619F: drivers/tty/serial/ioc3_serial.c
cb109a0e 3620
4480f15b 3621IP MASQUERADING
8b58be88 3622M: Juanjo Ciarlante <[email protected]>
1da177e4 3623S: Maintained
679655da 3624F: net/ipv4/netfilter/ipt_MASQUERADE.c
1da177e4 3625
1202d6ff 3626IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
8b58be88
JP
3627M: Francois Romieu <[email protected]>
3628M: Sorbica Shieh <[email protected]>
1202d6ff
FR
3629L: [email protected]
3630S: Maintained
7443713a 3631F: drivers/net/ethernet/icplus/ipg.*
1202d6ff 3632
4480f15b 3633IPATH DRIVER
52a09a04 3634M: Mike Marciniszyn <[email protected]>
e6cc0fd1 3635L: [email protected]
52a09a04 3636S: Maintained
679655da 3637F: drivers/infiniband/hw/ipath/
77d8798b 3638
4409ebe9 3639IPMI SUBSYSTEM
8b58be88 3640M: Corey Minyard <[email protected]>
b0c90653 3641L: [email protected] (moderated for non-subscribers)
4409ebe9
CM
3642W: http://openipmi.sourceforge.net/
3643S: Supported
679655da
JP
3644F: Documentation/IPMI.txt
3645F: drivers/char/ipmi/
3646F: include/linux/ipmi*
4409ebe9 3647
e2d1d6c0 3648IPS SCSI RAID DRIVER
8b58be88 3649M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
3650L: [email protected]
3651W: http://www.adaptec.com/
3652S: Maintained
679655da 3653F: drivers/scsi/ips*
e2d1d6c0
RD
3654
3655IPVS
8b58be88
JP
3656M: Wensong Zhang <[email protected]>
3657M: Simon Horman <[email protected]>
3658M: Julian Anastasov <[email protected]>
979b6c13 3659L: [email protected]
e2d1d6c0 3660L: [email protected]
1da177e4 3661S: Maintained
679655da 3662F: Documentation/networking/ipvs-sysctl.txt
b61d4a71
HE
3663F: include/net/ip_vs.h
3664F: include/linux/ip_vs.h
679655da 3665F: net/netfilter/ipvs/
1da177e4 3666
e7839f25 3667IPWIRELESS DRIVER
8b58be88
JP
3668M: Jiri Kosina <[email protected]>
3669M: David Sterba <[email protected]>
92094aa0 3670S: Odd Fixes
282361a0 3671F: drivers/tty/ipwireless/
099dc4fb 3672
e2d1d6c0 3673IPX NETWORK LAYER
8b58be88 3674M: Arnaldo Carvalho de Melo <[email protected]>
e2d1d6c0
RD
3675L: [email protected]
3676S: Maintained
679655da
JP
3677F: include/linux/ipx.h
3678F: include/net/ipx.h
3679F: net/ipx/
e2d1d6c0 3680
1da177e4 3681IRDA SUBSYSTEM
8b58be88 3682M: Samuel Ortiz <[email protected]>
a2ac953d 3683L: [email protected] (subscribers-only)
ced649ea 3684L: [email protected]
1da177e4 3685W: http://irda.sourceforge.net/
f353976d 3686S: Maintained
e0057975 3687T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
679655da
JP
3688F: Documentation/networking/irda.txt
3689F: drivers/net/irda/
3690F: include/net/irda/
3691F: net/irda/
1da177e4 3692
a800c7cc
TG
3693IRQ SUBSYSTEM
3694M: Thomas Gleixner <[email protected]>
3695S: Maintained
75fc2d37 3696T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
a800c7cc
TG
3697F: kernel/irq/
3698
7ab3a837
GL
3699IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
3700M: Benjamin Herrenschmidt <[email protected]>
3701M: Grant Likely <[email protected]>
3702T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
3703S: Maintained
3704F: Documentation/IRQ-domain.txt
3705F: include/linux/irqdomain.h
3706F: kernel/irq/irqdomain.c
3707
e2d1d6c0 3708ISAPNP
8b58be88 3709M: Jaroslav Kysela <[email protected]>
e2d1d6c0 3710S: Maintained
679655da
JP
3711F: Documentation/isapnp.txt
3712F: drivers/pnp/isapnp/
3713F: include/linux/isapnp.h
e2d1d6c0 3714
71a6d0af
HW
3715iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
3716M: Peter Jones <[email protected]>
3717M: Konrad Rzeszutek Wilk <[email protected]>
3718S: Maintained
3719F: drivers/firmware/iscsi_ibft*
3720
14816b1e 3721ISCSI
8b58be88 3722M: Mike Christie <[email protected]>
14816b1e
MC
3723L: [email protected]
3724W: www.open-iscsi.org
54e5881d 3725T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
14816b1e 3726S: Maintained
679655da
JP
3727F: drivers/scsi/*iscsi*
3728F: include/scsi/*iscsi*
14816b1e 3729
1da177e4 3730ISDN SUBSYSTEM
8b58be88 3731M: Karsten Keil <[email protected]>
d5d52273 3732L: [email protected] (subscribers-only)
3da0ae62 3733L: [email protected]
1da177e4 3734W: http://www.isdn4linux.de
54e5881d 3735T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
1da177e4 3736S: Maintained
679655da
JP
3737F: Documentation/isdn/
3738F: drivers/isdn/
3739F: include/linux/isdn.h
3740F: include/linux/isdn/
1da177e4
LT
3741
3742ISDN SUBSYSTEM (Eicon active card driver)
8b58be88 3743M: Armin Schindler <[email protected]>
d5d52273 3744L: [email protected] (subscribers-only)
1da177e4
LT
3745W: http://www.melware.de
3746S: Maintained
679655da 3747F: drivers/isdn/hardware/eicon/
1da177e4 3748
d624870f
JD
3749IT87 HARDWARE MONITORING DRIVER
3750M: Jean Delvare <[email protected]>
3751L: [email protected]
3752S: Maintained
3753F: Documentation/hwmon/it87
3754F: drivers/hwmon/it87.c
3755
91821ff3 3756IVTV VIDEO4LINUX DRIVER
6afdeaf8 3757M: Andy Walls <[email protected]>
c4240509 3758L: [email protected] (moderated for non-subscribers)
661263b5 3759L: [email protected]
08deed1e 3760T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
91821ff3
HV
3761W: http://www.ivtvdriver.org
3762S: Maintained
679655da
JP
3763F: Documentation/video4linux/*.ivtv
3764F: drivers/media/video/ivtv/
3765F: include/linux/ivtv*
91821ff3 3766
4453d736
GR
3767JC42.4 TEMPERATURE SENSOR DRIVER
3768M: Guenter Roeck <[email protected]>
3769L: [email protected]
3770S: Maintained
3771F: drivers/hwmon/jc42.c
3772F: Documentation/hwmon/jc42
3773
e2d1d6c0 3774JFS FILESYSTEM
3256f80f 3775M: Dave Kleikamp <[email protected]>
e2d1d6c0
RD
3776L: [email protected]
3777W: http://jfs.sourceforge.net/
54e5881d 3778T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
8f8f0134 3779S: Maintained
679655da
JP
3780F: Documentation/filesystems/jfs.txt
3781F: fs/jfs/
e2d1d6c0 3782
95252236 3783JME NETWORK DRIVER
8b58be88 3784M: Guo-Fu Tseng <[email protected]>
95252236
GFT
3785L: [email protected]
3786S: Maintained
63d24a0e 3787F: drivers/net/ethernet/jme.*
95252236 3788
1da177e4 3789JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
8b58be88 3790M: David Woodhouse <[email protected]>
6d85d066
DW
3791L: [email protected]
3792W: http://www.linux-mtd.infradead.org/doc/jffs2.html
1da177e4 3793S: Maintained
679655da
JP
3794F: fs/jffs2/
3795F: include/linux/jffs2.h
1da177e4 3796
de456d37 3797JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
8b58be88 3798M: Andrew Morton <[email protected]>
19003c18 3799M: Jan Kara <[email protected]>
72be2ccf 3800L: [email protected]
ae0718f8 3801S: Maintained
d183e11a
TT
3802F: fs/jbd/
3803F: include/linux/ext3_jbd.h
3804F: include/linux/jbd.h
3805
3806JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
3807M: "Theodore Ts'o" <[email protected]>
3808L: [email protected]
3809S: Maintained
3810F: fs/jbd2/
3811F: include/linux/jbd2.h
ae0718f8 3812
fd8b6cb4 3813JSM Neo PCI based serial card
52b3bfc6 3814M: Lucas Tavares <[email protected]>
fd8b6cb4
BL
3815L: [email protected]
3816S: Maintained
df621252 3817F: drivers/tty/serial/jsm/
ae0718f8 3818
af39917d
CL
3819K10TEMP HARDWARE MONITORING DRIVER
3820M: Clemens Ladisch <[email protected]>
3821L: [email protected]
3822S: Maintained
3823F: Documentation/hwmon/k10temp
3824F: drivers/hwmon/k10temp.c
3825
4660cb35 3826K8TEMP HARDWARE MONITORING DRIVER
8b58be88 3827M: Rudolf Marek <[email protected]>
4660cb35 3828L: [email protected]
ae0718f8 3829S: Maintained
679655da
JP
3830F: Documentation/hwmon/k8temp
3831F: drivers/hwmon/k8temp.c
ae0718f8 3832
1da177e4 3833KCONFIG
76ce94a3 3834M: Michal Marek <[email protected]>
347d12d7 3835L: [email protected]
76ce94a3 3836S: Odd Fixes
679655da
JP
3837F: Documentation/kbuild/kconfig-language.txt
3838F: scripts/kconfig/
1da177e4 3839
ea6c2089 3840KDUMP
8b58be88
JP
3841M: Vivek Goyal <[email protected]>
3842M: Haren Myneni <[email protected]>
34633993 3843L: [email protected]
ea6c2089
VG
3844W: http://lse.sourceforge.net/kdump/
3845S: Maintained
80811493 3846F: Documentation/kdump/
ea6c2089 3847
1da177e4 3848KERNEL AUTOMOUNTER v4 (AUTOFS4)
8b58be88 3849M: Ian Kent <[email protected]>
f694fc97 3850L: [email protected]
1da177e4 3851S: Maintained
679655da 3852F: fs/autofs4/
1da177e4 3853
70fb7ba6 3854KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5ce45962 3855M: Michal Marek <[email protected]>
08deed1e
JP
3856T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
3857T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
347d12d7 3858L: [email protected]
5ce45962 3859S: Maintained
679655da
JP
3860F: Documentation/kbuild/
3861F: Makefile
3862F: scripts/Makefile.*
70fb7ba6
MM
3863F: scripts/basic/
3864F: scripts/mk*
3865F: scripts/package/
1da177e4
LT
3866
3867KERNEL JANITORS
c3000e03 3868L: [email protected]
10466f5a 3869W: http://kernelnewbies.org/KernelJanitors
ee709b0c 3870S: Odd Fixes
1da177e4 3871
e8b43555 3872KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
8b58be88 3873M: "J. Bruce Fields" <[email protected]>
16141c02 3874L: [email protected]
1da177e4 3875W: http://nfs.sourceforge.net/
98fac23f 3876S: Supported
679655da
JP
3877F: fs/nfsd/
3878F: include/linux/nfsd/
3879F: fs/lockd/
3880F: fs/nfs_common/
3881F: net/sunrpc/
3882F: include/linux/lockd/
3883F: include/linux/sunrpc/
1da177e4 3884
426d62e2 3885KERNEL VIRTUAL MACHINE (KVM)
8b58be88 3886M: Avi Kivity <[email protected]>
8e616fc8 3887M: Marcelo Tosatti <[email protected]>
1fc9d2bf
AK
3888L: [email protected]
3889W: http://kvm.qumranet.com
426d62e2 3890S: Supported
679655da
JP
3891F: Documentation/*/kvm.txt
3892F: arch/*/kvm/
3893F: arch/*/include/asm/kvm*
3894F: include/linux/kvm*
3895F: virt/kvm/
426d62e2 3896
ad8003d3 3897KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
8b58be88 3898M: Joerg Roedel <[email protected]>
1fc9d2bf
AK
3899L: [email protected]
3900W: http://kvm.qumranet.com
426d62e2 3901S: Supported
679655da 3902F: arch/x86/include/asm/svm.h
679655da 3903F: arch/x86/kvm/svm.c
426d62e2 3904
513014b7 3905KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
ddf0289d 3906M: Alexander Graf <[email protected]>
1fc9d2bf
AK
3907L: [email protected]
3908W: http://kvm.qumranet.com
513014b7 3909S: Supported
679655da
JP
3910F: arch/powerpc/include/asm/kvm*
3911F: arch/powerpc/kvm/
513014b7 3912
1fc9d2bf 3913KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
8b58be88 3914M: Xiantao Zhang <[email protected]>
1fc9d2bf
AK
3915L: [email protected]
3916W: http://kvm.qumranet.com
920ed9f1 3917S: Supported
679655da
JP
3918F: Documentation/ia64/kvm.txt
3919F: arch/ia64/include/asm/kvm*
3920F: arch/ia64/kvm/
920ed9f1 3921
85f8fffe 3922KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
8b58be88
JP
3923M: Carsten Otte <[email protected]>
3924M: Christian Borntraeger <[email protected]>
85f8fffe
CB
3925M: [email protected]
3926L: [email protected]
3927W: http://www.ibm.com/developerworks/linux/linux390/
3928S: Supported
679655da
JP
3929F: Documentation/s390/kvm.txt
3930F: arch/s390/include/asm/kvm*
80811493 3931F: arch/s390/kvm/
a968cd3e 3932F: drivers/s390/kvm/
85f8fffe 3933
dc009d92 3934KEXEC
8b58be88 3935M: Eric Biederman <[email protected]>
2f327dad 3936W: http://kernel.org/pub/linux/utils/kernel/kexec/
34633993 3937L: [email protected]
dc009d92 3938S: Maintained
679655da
JP
3939F: include/linux/kexec.h
3940F: kernel/kexec.c
dc009d92 3941
e971461f
DH
3942KEYS/KEYRINGS:
3943M: David Howells <[email protected]>
3944L: [email protected]
3945S: Maintained
d410fa4e 3946F: Documentation/security/keys.txt
e971461f
DH
3947F: include/linux/key.h
3948F: include/linux/key-type.h
3949F: include/keys/
3950F: security/keys/
3951
7f3c68be
MZ
3952KEYS-TRUSTED
3953M: David Safford <[email protected]>
3954M: Mimi Zohar <[email protected]>
3955L: [email protected]
3956L: [email protected]
3957S: Supported
d410fa4e 3958F: Documentation/security/keys-trusted-encrypted.txt
7f3c68be
MZ
3959F: include/keys/trusted-type.h
3960F: security/keys/trusted.c
3961F: security/keys/trusted.h
3962
3963KEYS-ENCRYPTED
3964M: Mimi Zohar <[email protected]>
3965M: David Safford <[email protected]>
3966L: [email protected]
3967L: [email protected]
3968S: Supported
d410fa4e 3969F: Documentation/security/keys-trusted-encrypted.txt
7f3c68be 3970F: include/keys/encrypted-type.h
19c90aa6 3971F: security/keys/encrypted-keys/
7f3c68be 3972
5b778dad 3973KGDB / KDB /debug_core
8b58be88 3974M: Jason Wessel <[email protected]>
4063eb5f 3975W: http://kgdb.wiki.kernel.org/
e3e2aaf7
JW
3976L: [email protected]
3977S: Maintained
679655da
JP
3978F: Documentation/DocBook/kgdb.tmpl
3979F: drivers/misc/kgdbts.c
df621252 3980F: drivers/tty/serial/kgdboc.c
5b778dad 3981F: include/linux/kdb.h
679655da 3982F: include/linux/kgdb.h
4063eb5f 3983F: kernel/debug/
e3e2aaf7 3984
456db8cc 3985KMEMCHECK
8b58be88 3986M: Vegard Nossum <[email protected]>
2ed1c525 3987M: Pekka Enberg <[email protected]>
b9ce08c0 3988S: Maintained
410d7a97
JP
3989F: Documentation/kmemcheck.txt
3990F: arch/x86/include/asm/kmemcheck.h
3991F: arch/x86/mm/kmemcheck/
3992F: include/linux/kmemcheck.h
3993F: mm/kmemcheck.c
b9ce08c0 3994
c3bb4d24 3995KMEMLEAK
8b58be88 3996M: Catalin Marinas <[email protected]>
c3bb4d24
CM
3997S: Maintained
3998F: Documentation/kmemleak.txt
3999F: include/linux/kmemleak.h
4000F: mm/kmemleak.c
4001F: mm/kmemleak-test.c
4002
89559a61 4003KPROBES
8b58be88
JP
4004M: Ananth N Mavinakayanahalli <[email protected]>
4005M: Anil S Keshavamurthy <[email protected]>
4006M: "David S. Miller" <[email protected]>
97c29e74 4007M: Masami Hiramatsu <[email protected]>
89559a61 4008S: Maintained
679655da
JP
4009F: Documentation/kprobes.txt
4010F: include/linux/kprobes.h
4011F: kernel/kprobes.c
89559a61 4012
70e84049 4013KS0108 LCD CONTROLLER DRIVER
8b58be88 4014M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
4015W: http://miguelojeda.es/auxdisplay.htm
4016W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 4017S: Maintained
679655da
JP
4018F: Documentation/auxdisplay/ks0108
4019F: drivers/auxdisplay/ks0108.c
4020F: include/linux/ks0108.h
70e84049 4021
1da177e4 4022LAPB module
1da177e4 4023L: [email protected]
bf9915cc 4024S: Orphan
679655da
JP
4025F: Documentation/networking/lapb-module.txt
4026F: include/*/lapb.h
4027F: net/lapb/
1da177e4
LT
4028
4029LASI 53c700 driver for PARISC
8b58be88 4030M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
4031L: [email protected]
4032S: Maintained
679655da
JP
4033F: Documentation/scsi/53c700.txt
4034F: drivers/scsi/53c700*
1da177e4 4035
263de9b5 4036LED SUBSYSTEM
8b58be88 4037M: Richard Purdie <[email protected]>
263de9b5 4038S: Maintained
679655da
JP
4039F: drivers/leds/
4040F: include/linux/leds.h
263de9b5 4041
b0461a44
JD
4042LEGACY EEPROM DRIVER
4043M: Jean Delvare <[email protected]>
4044S: Maintained
4045F: Documentation/misc-devices/eeprom
4046F: drivers/misc/eeprom/eeprom.c
4047
1da177e4 4048LEGO USB Tower driver
8b58be88 4049M: Juergen Stuber <[email protected]>
1da177e4
LT
4050L: [email protected]
4051W: http://legousb.sourceforge.net/
4052S: Maintained
679655da 4053F: drivers/usb/misc/legousbtower.c
1da177e4 4054
568a17ff 4055LGUEST
8b58be88 4056M: Rusty Russell <[email protected]>
a4724ed6 4057L: [email protected]
568a17ff 4058W: http://lguest.ozlabs.org/
72e91863 4059S: Odd Fixes
070f420b 4060F: arch/x86/include/asm/lguest*.h
679655da
JP
4061F: arch/x86/lguest/
4062F: drivers/lguest/
4063F: include/linux/lguest*.h
070f420b 4064F: tools/lguest/
568a17ff 4065
1da177e4 4066LINUX FOR IBM pSERIES (RS/6000)
8b58be88 4067M: Paul Mackerras <[email protected]>
1da177e4
LT
4068W: http://www.ibm.com/linux/ltc/projects/ppc
4069S: Supported
11c34c7d 4070F: arch/powerpc/boot/rs6000.h
1da177e4 4071
852bb9f5 4072LINUX FOR POWERPC (32-BIT AND 64-BIT)
8b58be88
JP
4073M: Benjamin Herrenschmidt <[email protected]>
4074M: Paul Mackerras <[email protected]>
1da177e4 4075W: http://www.penguinppc.org/
a4724ed6 4076L: [email protected]
8a6e2535 4077Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
54e5881d 4078T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
1da177e4 4079S: Supported
11c34c7d
JP
4080F: Documentation/powerpc/
4081F: arch/powerpc/
1da177e4
LT
4082
4083LINUX FOR POWER MACINTOSH
8b58be88 4084M: Benjamin Herrenschmidt <[email protected]>
1da177e4 4085W: http://www.penguinppc.org/
a4724ed6 4086L: [email protected]
1da177e4 4087S: Maintained
11c34c7d
JP
4088F: arch/powerpc/platforms/powermac/
4089F: drivers/macintosh/
1da177e4 4090
77a76369 4091LINUX FOR POWERPC EMBEDDED MPC5XXX
a149507b 4092M: Anatolij Gustschin <[email protected]>
a4724ed6 4093L: [email protected]
a149507b 4094T: git git://git.denx.de/linux-2.6-agust.git
1da177e4 4095S: Maintained
11c34c7d
JP
4096F: arch/powerpc/platforms/512x/
4097F: arch/powerpc/platforms/52xx/
1da177e4
LT
4098
4099LINUX FOR POWERPC EMBEDDED PPC4XX
3052091c 4100M: Josh Boyer <[email protected]>
8b58be88 4101M: Matt Porter <[email protected]>
1da177e4 4102W: http://www.penguinppc.org/
a4724ed6 4103L: [email protected]
645609c0 4104T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
1da177e4 4105S: Maintained
11c34c7d
JP
4106F: arch/powerpc/platforms/40x/
4107F: arch/powerpc/platforms/44x/
1da177e4 4108
260c02a9 4109LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
8b58be88 4110M: Grant Likely <[email protected]>
f210d43c 4111W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
a4724ed6 4112L: [email protected]
9d37a90f 4113T: git git://git.secretlab.ca/git/linux-2.6.git
1da177e4 4114S: Maintained
11c34c7d
JP
4115F: arch/powerpc/*/*virtex*
4116F: arch/powerpc/*/*/*virtex*
1da177e4 4117
e93adf1e 4118LINUX FOR POWERPC EMBEDDED PPC8XX
8b58be88
JP
4119M: Vitaly Bordug <[email protected]>
4120M: Marcelo Tosatti <[email protected]>
e93adf1e 4121W: http://www.penguinppc.org/
a4724ed6 4122L: [email protected]
e93adf1e 4123S: Maintained
a2b1f7c8 4124F: arch/powerpc/platforms/8xx/
e93adf1e 4125
1da177e4 4126LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
8b58be88 4127M: Kumar Gala <[email protected]>
ce00f85c 4128W: http://www.penguinppc.org/
a4724ed6 4129L: [email protected]
ce00f85c 4130S: Maintained
11c34c7d 4131F: arch/powerpc/platforms/83xx/
4c8f581d 4132F: arch/powerpc/platforms/85xx/
1da177e4 4133
ab06ff3a 4134LINUX FOR POWERPC PA SEMI PWRFICIENT
8b58be88 4135M: Olof Johansson <[email protected]>
a4724ed6 4136L: [email protected]
92e19709 4137S: Maintained
11c34c7d
JP
4138F: arch/powerpc/platforms/pasemi/
4139F: drivers/*/*pasemi*
4140F: drivers/*/*/*pasemi*
ab06ff3a 4141
1da177e4 4142LINUX SECURITY MODULE (LSM) FRAMEWORK
8b58be88 4143M: Chris Wright <[email protected]>
1a4520be 4144L: [email protected]
1da177e4
LT
4145S: Supported
4146
a23ce6da
HW
4147LIS3LV02D ACCELEROMETER DRIVER
4148M: Eric Piel <[email protected]>
4149S: Maintained
ff606677
JD
4150F: Documentation/misc-devices/lis3lv02d
4151F: drivers/misc/lis3lv02d/
bd35665f 4152F: drivers/platform/x86/hp_accel.c
a23ce6da 4153
e2d1d6c0 4154LLC (802.2)
8b58be88 4155M: Arnaldo Carvalho de Melo <[email protected]>
e2d1d6c0 4156S: Maintained
679655da
JP
4157F: include/linux/llc.h
4158F: include/net/llc*
4159F: net/llc/
e2d1d6c0 4160
4e233cbe
AD
4161LM73 HARDWARE MONITOR DRIVER
4162M: Guillaume Ligneul <[email protected]>
4163L: [email protected]
4164S: Maintained
4165F: drivers/hwmon/lm73.c
4166
156e2d1a
JD
4167LM78 HARDWARE MONITOR DRIVER
4168M: Jean Delvare <[email protected]>
4169L: [email protected]
4170S: Maintained
4171F: Documentation/hwmon/lm78
4172F: drivers/hwmon/lm78.c
4173
1da177e4 4174LM83 HARDWARE MONITOR DRIVER
8b58be88 4175M: Jean Delvare <[email protected]>
cc0b07ed 4176L: [email protected]
1da177e4 4177S: Maintained
679655da
JP
4178F: Documentation/hwmon/lm83
4179F: drivers/hwmon/lm83.c
1da177e4
LT
4180
4181LM90 HARDWARE MONITOR DRIVER
8b58be88 4182M: Jean Delvare <[email protected]>
cc0b07ed 4183L: [email protected]
1da177e4 4184S: Maintained
679655da
JP
4185F: Documentation/hwmon/lm90
4186F: drivers/hwmon/lm90.c
1da177e4 4187
512e67f9 4188LOCKDEP AND LOCKSTAT
8b58be88
JP
4189M: Peter Zijlstra <[email protected]>
4190M: Ingo Molnar <[email protected]>
75fc2d37 4191T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
512e67f9 4192S: Maintained
679655da
JP
4193F: Documentation/lockdep*.txt
4194F: Documentation/lockstat.txt
4195F: include/linux/lockdep.h
4196F: kernel/lockdep*
512e67f9 4197
dde33348 4198LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
8b58be88 4199M: "Richard Russon (FlatCap)" <[email protected]>
dde33348
AA
4200L: [email protected]
4201W: http://www.linux-ntfs.org/content/view/19/37/
1da177e4 4202S: Maintained
679655da 4203F: Documentation/ldm.txt
20d16fef 4204F: block/partitions/ldm.*
1da177e4 4205
ef6ada3d
JE
4206LogFS
4207M: Joern Engel <[email protected]>
756ccb3c 4208M: Prasad Joshi <[email protected]>
ef6ada3d
JE
4209L: [email protected]
4210W: logfs.org
4211S: Maintained
4212F: fs/logfs/
4213
c87e34ef 4214LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
8b58be88 4215M: Eric Moore <[email protected]>
d8a82d7b 4216M: [email protected]
cec744fb 4217L: [email protected]
c87e34ef
MED
4218L: [email protected]
4219W: http://www.lsilogic.com/support
4220S: Supported
679655da 4221F: drivers/message/fusion/
c87e34ef 4222
1da177e4 4223LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
8b58be88 4224M: Matthew Wilcox <[email protected]>
1da177e4
LT
4225L: [email protected]
4226S: Maintained
679655da 4227F: drivers/scsi/sym53c8xx_2/
1da177e4 4228
e5f5c99a
GR
4229LTC4261 HARDWARE MONITOR DRIVER
4230M: Guenter Roeck <[email protected]>
4231L: [email protected]
4232S: Maintained
4233F: Documentation/hwmon/ltc4261
4234F: drivers/hwmon/ltc4261.c
4235
81365c31 4236LTP (Linux Test Project)
7d1ae8a8 4237M: Shubham Goyal <[email protected]>
28b8e8d4 4238M: Mike Frysinger <[email protected]>
7d1ae8a8
WG
4239M: Cyril Hrubis <[email protected]>
4240M: Caspar Zhang <[email protected]>
4241M: Wanlong Gao <[email protected]>
81365c31
MF
4242L: [email protected] (subscribers-only)
4243W: http://ltp.sourceforge.net/
7d1ae8a8 4244T: git git://github.com/linux-test-project/ltp.git
a5fe2475 4245T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
81365c31
MF
4246S: Maintained
4247
c12a54b3 4248M32R ARCHITECTURE
8b58be88 4249M: Hirokazu Takata <[email protected]>
0d89e54c 4250L: [email protected] (moderated for non-subscribers)
c12a54b3
HT
4251L: [email protected] (in Japanese)
4252W: http://www.linux-m32r.org/
4253S: Maintained
679655da 4254F: arch/m32r/
c12a54b3 4255
1da177e4 4256M68K ARCHITECTURE
8b58be88 4257M: Geert Uytterhoeven <[email protected]>
1da177e4
LT
4258L: [email protected]
4259W: http://www.linux-m68k.org/
54e5881d 4260T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
1da177e4 4261S: Maintained
679655da 4262F: arch/m68k/
9db35182 4263F: drivers/zorro/
1da177e4
LT
4264
4265M68K ON APPLE MACINTOSH
8b58be88 4266M: Joshua Thompson <[email protected]>
1da177e4 4267W: http://www.mac.linux-m68k.org/
9bb9f222 4268L: [email protected]
1da177e4 4269S: Maintained
9db35182 4270F: arch/m68k/mac/
1da177e4
LT
4271
4272M68K ON HP9000/300
8b58be88 4273M: Philip Blundell <[email protected]>
1da177e4
LT
4274W: http://www.tazenda.demon.co.uk/phil/linux-hp
4275S: Maintained
679655da 4276F: arch/m68k/hp300/
1da177e4 4277
64a327a7 4278MAC80211
8b58be88 4279M: Johannes Berg <[email protected]>
64a327a7
JB
4280L: [email protected]
4281W: http://linuxwireless.org/
08deed1e 4282T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
64a327a7 4283S: Maintained
679655da
JP
4284F: Documentation/networking/mac80211-injection.txt
4285F: include/net/mac80211.h
4286F: net/mac80211/
64a327a7 4287
1036d864 4288MAC80211 PID RATE CONTROL
8b58be88
JP
4289M: Stefano Brivio <[email protected]>
4290M: Mattias Nissler <[email protected]>
1036d864
SB
4291L: [email protected]
4292W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
08deed1e 4293T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
1036d864 4294S: Maintained
679655da 4295F: net/mac80211/rc80211_pid*
1036d864 4296
b863ceb7 4297MACVLAN DRIVER
8b58be88 4298M: Patrick McHardy <[email protected]>
b863ceb7
PM
4299L: [email protected]
4300S: Maintained
679655da
JP
4301F: drivers/net/macvlan.c
4302F: include/linux/if_macvlan.h
b863ceb7 4303
faf1668c 4304MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8b58be88 4305M: Michael Kerrisk <[email protected]>
795fb7e7 4306W: http://www.kernel.org/doc/man-pages
bd7ebec6 4307L: [email protected]
1b53dc74 4308S: Maintained
faf1668c 4309
44c14c1d 4310MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
4311M: Mirko Lindner <[email protected]>
4312M: Stephen Hemminger <[email protected]>
4313L: [email protected]
4314S: Maintained
4315F: drivers/net/ethernet/marvell/sk*
4316
74cda169 4317MARVELL LIBERTAS WIRELESS DRIVER
8b58be88 4318M: Dan Williams <[email protected]>
74cda169
SB
4319L: [email protected]
4320S: Maintained
679655da 4321F: drivers/net/wireless/libertas/
74cda169 4322
b60d6975 4323MARVELL MV643XX ETHERNET DRIVER
f5ca8502 4324M: Lennert Buytenhek <[email protected]>
979b6c13 4325L: [email protected]
f5ca8502 4326S: Maintained
527a6266 4327F: drivers/net/ethernet/marvell/mv643xx_eth.*
679655da 4328F: include/linux/mv643xx.h
1da177e4 4329
fcad584d
BZ
4330MARVELL MWIFIEX WIRELESS DRIVER
4331M: Bing Zhao <[email protected]>
4332L: [email protected]
4333S: Maintained
4334F: drivers/net/wireless/mwifiex/
4335
a2c3f656 4336MARVELL MWL8K WIRELESS DRIVER
a040d532 4337M: Lennert Buytenhek <[email protected]>
a2c3f656 4338L: [email protected]
16345910 4339S: Odd Fixes
a2c3f656
LB
4340F: drivers/net/wireless/mwl8k.c
4341
2a69567b 4342MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
2f82af08 4343M: Nicolas Pitre <[email protected]>
18e2842b 4344S: Odd Fixes
1fa7e547 4345F: drivers/mmc/host/mvsdio.*
2a69567b 4346
1da177e4 4347MATROX FRAMEBUFFER DRIVER
c69f677c 4348L: [email protected]
52653199 4349S: Orphan
679655da
JP
4350F: drivers/video/matrox/matroxfb_*
4351F: include/linux/matroxfb.h
1da177e4 4352
d20620de 4353MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6a534c9d 4354M: "Hans J. Koch" <[email protected]>
d20620de
HJK
4355L: [email protected]
4356S: Maintained
679655da
JP
4357F: Documentation/hwmon/max6650
4358F: drivers/hwmon/max6650.c
d20620de 4359
127c49ae 4360MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8b58be88 4361M: Mauro Carvalho Chehab <[email protected]>
127c49ae
JP
4362P: LinuxTV.org Project
4363L: [email protected]
4364W: http://linuxtv.org
8a6e2535 4365Q: http://patchwork.kernel.org/project/linux-media/list/
08deed1e 4366T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
127c49ae
JP
4367S: Maintained
4368F: Documentation/dvb/
4369F: Documentation/video4linux/
ffe06198 4370F: Documentation/DocBook/media/
127c49ae 4371F: drivers/media/
ffe06198 4372F: drivers/staging/media/
127c49ae
JP
4373F: include/media/
4374F: include/linux/dvb/
4375F: include/linux/videodev*.h
d20620de 4376
757e0108 4377MEGARAID SCSI DRIVERS
8b58be88 4378M: Neela Syam Kolli <[email protected]>
baaea1dc 4379L: [email protected]
ce00f85c
JC
4380W: http://megaraid.lsilogic.com
4381S: Maintained
679655da
JP
4382F: Documentation/scsi/megaraid.txt
4383F: drivers/scsi/megaraid.*
4384F: drivers/scsi/megaraid/
757e0108 4385
70ea91f1
SR
4386MEMORY MANAGEMENT
4387L: [email protected]
70ea91f1
SR
4388W: http://www.linux-mm.org
4389S: Maintained
679655da
JP
4390F: include/linux/mm.h
4391F: mm/
70ea91f1 4392
938a9204 4393MEMORY RESOURCE CONTROLLER
c193c82f
KH
4394M: Johannes Weiner <[email protected]>
4395M: Michal Hocko <[email protected]>
185e595f 4396M: Balbir Singh <[email protected]>
8b58be88 4397M: KAMEZAWA Hiroyuki <[email protected]>
12340313 4398L: [email protected]
938a9204 4399L: [email protected]
938a9204 4400S: Maintained
679655da 4401F: mm/memcontrol.c
4e4c941c 4402F: mm/page_cgroup.c
938a9204 4403
f4e9ce66 4404MEMORY TECHNOLOGY DEVICES (MTD)
8b58be88 4405M: David Woodhouse <[email protected]>
1da177e4 4406L: [email protected]
8a6e2535
JP
4407W: http://www.linux-mtd.infradead.org/
4408Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
f4e9ce66 4409T: git git://git.infradead.org/mtd-2.6.git
1da177e4 4410S: Maintained
679655da
JP
4411F: drivers/mtd/
4412F: include/linux/mtd/
4413F: include/mtd/
1da177e4 4414
c6375b0a 4415MICROBLAZE ARCHITECTURE
8b58be88 4416M: Michal Simek <[email protected]>
f3cb0e31 4417L: [email protected] (moderated for non-subscribers)
c6375b0a
MS
4418W: http://www.monstr.eu/fdt/
4419T: git git://git.monstr.eu/linux-2.6-microblaze.git
4420S: Supported
0a8c7914 4421F: arch/microblaze/
1da177e4 4422
8631d86f
JP
4423MICROCHANNEL ARCHITECTURE (MCA)
4424M: James Bottomley <[email protected]>
4425S: Maintained
4426F: Documentation/mca.txt
4427F: drivers/mca/
4428F: include/linux/mca*
4429
1da177e4 4430MICROTEK X6 SCANNER
8b58be88 4431M: Oliver Neukum <[email protected]>
1da177e4 4432S: Maintained
679655da 4433F: drivers/usb/image/microtek.*
1da177e4
LT
4434
4435MIPS
8b58be88 4436M: Ralf Baechle <[email protected]>
1da177e4 4437L: [email protected]
6097050d 4438W: http://www.linux-mips.org/
b05e988e 4439T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
6097050d 4440Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7425b340 4441S: Supported
679655da
JP
4442F: Documentation/mips/
4443F: arch/mips/
1da177e4 4444
1da177e4 4445MODULE SUPPORT
8b58be88 4446M: Rusty Russell <[email protected]>
1da177e4 4447S: Maintained
679655da
JP
4448F: include/linux/module.h
4449F: kernel/module.c
1da177e4
LT
4450
4451MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1da177e4 4452W: http://popies.net/meye/
b7788e13 4453S: Orphan
679655da
JP
4454F: Documentation/video4linux/meye.txt
4455F: drivers/media/video/meye.*
4456F: include/linux/meye.h
1da177e4 4457
c58ff04a 4458MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
8b58be88 4459M: Pavel Pisa <[email protected]>
efc03ecb 4460L: [email protected] (moderated for non-subscribers)
c58ff04a 4461S: Maintained
679655da 4462F: drivers/mmc/host/imxmmc.*
c58ff04a 4463
1da177e4 4464MOUSE AND MISC DEVICES [GENERAL]
8b58be88 4465M: Alessandro Rubini <[email protected]>
1da177e4 4466S: Maintained
679655da
JP
4467F: drivers/input/mouse/
4468F: include/linux/gpio_mouse.h
1da177e4 4469
b9705b60 4470MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8b58be88 4471M: Jiri Slaby <[email protected]>
d735410a 4472S: Maintained
679655da 4473F: Documentation/serial/moxa-smartio
c897401b 4474F: drivers/tty/mxser.*
d735410a 4475
8c4c731a 4476MSI LAPTOP SUPPORT
706e69d6 4477M: "Lee, Chun-Yi" <[email protected]>
d0944853 4478L: [email protected]
8c4c731a 4479S: Maintained
679655da 4480F: drivers/platform/x86/msi-laptop.c
8c4c731a 4481
0f1006b1
AA
4482MSI WMI SUPPORT
4483M: Anisse Astier <[email protected]>
d0944853 4484L: [email protected]
0f1006b1
AA
4485S: Supported
4486F: drivers/platform/x86/msi-wmi.c
4487
4e0d13cb 4488MULTIFUNCTION DEVICES (MFD)
8b58be88 4489M: Samuel Ortiz <[email protected]>
54e5881d 4490T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4e0d13cb 4491S: Supported
679655da 4492F: drivers/mfd/
4e0d13cb 4493
5c4e6f13 4494MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
245feaa6 4495M: Chris Ball <[email protected]>
b2503a94 4496L: [email protected]
245feaa6
CB
4497T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4498S: Maintained
679655da
JP
4499F: drivers/mmc/
4500F: include/linux/mmc/
baca2da4 4501
15a0580c 4502MULTIMEDIA CARD (MMC) ETC. OVER SPI
22b174f8 4503S: Orphan
679655da
JP
4504F: drivers/mmc/host/mmc_spi.c
4505F: include/linux/spi/mmc_spi.h
15a0580c 4506
1da177e4 4507MULTISOUND SOUND DRIVER
8b58be88 4508M: Andrew Veliath <[email protected]>
1da177e4 4509S: Maintained
679655da
JP
4510F: Documentation/sound/oss/MultiSound
4511F: sound/oss/msnd*
1da177e4 4512
d735410a 4513MULTITECH MULTIPORT CARD (ISICOM)
d86b3001 4514S: Orphan
c897401b 4515F: drivers/tty/isicom.c
679655da 4516F: include/linux/isicom.h
d735410a 4517
550a7375 4518MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
f299470a 4519M: Felipe Balbi <[email protected]>
795fb7e7 4520L: [email protected]
43b416e5 4521T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
795fb7e7 4522S: Maintained
679655da 4523F: drivers/usb/musb/
550a7375 4524
2d3cf588 4525MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
1049f641 4526M: Jon Mason <[email protected]>
8b58be88 4527M: Andrew Gallatin <[email protected]>
2d3cf588
BG
4528L: [email protected]
4529W: http://www.myri.com/scs/download-Myri10GE.html
4530S: Supported
93f7848b 4531F: drivers/net/ethernet/myricom/myri10ge/
2d3cf588 4532
1da177e4 4533NATSEMI ETHERNET DRIVER (DP8381x)
09d208ec 4534S: Orphan
d9fb9f38 4535F: drivers/net/ethernet/natsemi/natsemi.c
1da177e4 4536
23dc05a3
DM
4537NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
4538M: Daniel Mack <[email protected]>
4539S: Maintained
4540L: [email protected]
4541W: http://www.native-instruments.com
4542F: sound/usb/caiaq/
4543
1da177e4 4544NCP FILESYSTEM
52653199
PV
4545M: Petr Vandrovec <[email protected]>
4546S: Odd Fixes
679655da 4547F: fs/ncpfs/
1da177e4
LT
4548
4549NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8b58be88 4550M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
4551L: [email protected]
4552S: Maintained
679655da 4553F: drivers/scsi/NCR_D700.*
1da177e4 4554
3c2d774c 4555NETEFFECT IWARP RNIC DRIVER (IW_NES)
8b58be88 4556M: Faisal Latif <[email protected]>
e6cc0fd1 4557L: [email protected]
e3d33cb1 4558W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
3c2d774c
GS
4559S: Supported
4560F: drivers/infiniband/hw/nes/
4561
be2f2e84 4562NETEM NETWORK EMULATOR
377a4673 4563M: Stephen Hemminger <[email protected]>
f318a63b 4564L: [email protected]
be2f2e84 4565S: Maintained
679655da 4566F: net/sched/sch_netem.c
be2f2e84 4567
b2f5a051 4568NETERION 10GbE DRIVERS (s2io/vxge)
e3806882 4569M: Jon Mason <[email protected]>
4a58448b 4570L: [email protected]
b136d1cb
RV
4571W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4572W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4a58448b 4573S: Supported
679655da 4574F: Documentation/networking/s2io.txt
b2f5a051 4575F: Documentation/networking/vxge.txt
86387e1a 4576F: drivers/net/ethernet/neterion/
4a58448b 4577
1da177e4 4578NETFILTER/IPTABLES/IPCHAINS
1da177e4
LT
4579P: Harald Welte
4580P: Jozsef Kadlecsik
0e05e192 4581M: Pablo Neira Ayuso <[email protected]>
8b58be88 4582M: Patrick McHardy <[email protected]>
1a03b81d
PM
4583L: [email protected]
4584L: [email protected]
82b98543 4585L: [email protected]
1da177e4
LT
4586W: http://www.netfilter.org/
4587W: http://www.iptables.org/
768b1031
PM
4588T: git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-2.6.git
4589T: git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next-2.6.git
1da177e4 4590S: Supported
679655da
JP
4591F: include/linux/netfilter*
4592F: include/linux/netfilter/
4593F: include/net/netfilter/
4594F: net/*/netfilter.c
4595F: net/*/netfilter/
4596F: net/netfilter/
1da177e4 4597
4cc67735 4598NETLABEL
87a0874c 4599M: Paul Moore <[email protected]>
4cc67735
PM
4600W: http://netlabel.sf.net
4601L: [email protected]
87a0874c 4602S: Maintained
80811493 4603F: Documentation/netlabel/
679655da
JP
4604F: include/net/netlabel.h
4605F: net/netlabel/
4cc67735 4606
1da177e4 4607NETROM NETWORK LAYER
8b58be88 4608M: Ralf Baechle <[email protected]>
1da177e4 4609L: [email protected]
d34cb28a 4610W: http://www.linux-ax25.org/
1da177e4 4611S: Maintained
679655da
JP
4612F: include/linux/netrom.h
4613F: include/net/netrom.h
4614F: net/netrom/
1da177e4 4615
5ddb88c0 4616NETWORK BLOCK DEVICE (NBD)
8b58be88 4617M: Paul Clements <[email protected]>
1da177e4 4618S: Maintained
679655da
JP
4619F: Documentation/blockdev/nbd.txt
4620F: drivers/block/nbd.c
4621F: include/linux/nbd.h
1da177e4 4622
6e43650c
NH
4623NETWORK DROP MONITOR
4624M: Neil Horman <[email protected]>
4625L: [email protected]
4626S: Maintained
4627W: https://fedorahosted.org/dropwatch/
4628F: net/core/drop_monitor.c
4629
1da177e4 4630NETWORKING [GENERAL]
8b58be88 4631M: "David S. Miller" <[email protected]>
979b6c13 4632L: [email protected]
b1e8fd54 4633W: http://www.linuxfoundation.org/en/Net
d1f6803a 4634W: http://patchwork.ozlabs.org/project/netdev/list/
814fd609
NP
4635T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4636T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
1da177e4 4637S: Maintained
679655da
JP
4638F: net/
4639F: include/net/
018d21ed
JP
4640F: include/linux/in.h
4641F: include/linux/net.h
4642F: include/linux/netdevice.h
1da177e4
LT
4643
4644NETWORKING [IPv4/IPv6]
8b58be88
JP
4645M: "David S. Miller" <[email protected]>
4646M: Alexey Kuznetsov <[email protected]>
8b58be88
JP
4647M: James Morris <[email protected]>
4648M: Hideaki YOSHIFUJI <[email protected]>
4649M: Patrick McHardy <[email protected]>
979b6c13 4650L: [email protected]
08deed1e 4651T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
1da177e4 4652S: Maintained
679655da
JP
4653F: net/ipv4/
4654F: net/ipv6/
4655F: include/net/ip*
0a14842f 4656F: arch/x86/net/*
1da177e4 4657
10e2ff1c 4658NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
87a0874c 4659M: Paul Moore <[email protected]>
10e2ff1c
JM
4660L: [email protected]
4661S: Maintained
4662
29f8f632 4663NETWORKING [WIRELESS]
8b58be88 4664M: "John W. Linville" <[email protected]>
2cb4abd1 4665L: [email protected]
8a6e2535 4666Q: http://patchwork.kernel.org/project/linux-wireless/list/
08deed1e 4667T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
29f8f632 4668S: Maintained
34b921cf
JP
4669F: net/mac80211/
4670F: net/rfkill/
679655da
JP
4671F: net/wireless/
4672F: include/net/ieee80211*
cc8b4a2b 4673F: include/linux/wireless.h
c984e24d 4674F: include/net/iw_handler.h
34b921cf 4675F: drivers/net/wireless/
29f8f632 4676
788873ac
JP
4677NETWORKING DRIVERS
4678L: [email protected]
4679W: http://www.linuxfoundation.org/en/Net
08deed1e
JP
4680T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4681T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
788873ac
JP
4682S: Odd Fixes
4683F: drivers/net/
018d21ed
JP
4684F: include/linux/if_*
4685F: include/linux/*device.h
788873ac 4686
3d396eb1 4687NETXEN (1/10) GbE SUPPORT
83c07dde
AKS
4688M: Sony Chacko <[email protected]>
4689M: Rajesh Borundia <[email protected]>
3d396eb1 4690L: [email protected]
9c2b5bde 4691W: http://www.qlogic.com
3d396eb1 4692S: Supported
aa43c215 4693F: drivers/net/ethernet/qlogic/netxen/
3d396eb1 4694
6423d30f
AAJ
4695NFC SUBSYSTEM
4696M: Lauro Ramos Venancio <[email protected]>
4697M: Aloisio Almeida Jr <[email protected]>
4698M: Samuel Ortiz <[email protected]>
4699L: [email protected]
4700S: Maintained
4701F: net/nfc/
4702F: include/linux/nfc.h
55eb94f9 4703F: include/net/nfc/
6423d30f 4704F: drivers/nfc/
3d396eb1 4705
e8b43555 4706NFS, SUNRPC, AND LOCKD CLIENTS
8b58be88 4707M: Trond Myklebust <[email protected]>
78f58153
TM
4708L: [email protected]
4709W: http://client.linux-nfs.org
4710T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
1da177e4 4711S: Maintained
679655da
JP
4712F: fs/lockd/
4713F: fs/nfs/
4714F: fs/nfs_common/
4715F: net/sunrpc/
4716F: include/linux/lockd/
4717F: include/linux/nfs*
4718F: include/linux/sunrpc/
1da177e4
LT
4719
4720NI5010 NETWORK DRIVER
8b58be88
JP
4721M: Jan-Pascal van Best <[email protected]>
4722M: Andreas Mohr <[email protected]>
979b6c13 4723L: [email protected]
1da177e4 4724S: Maintained
8efc9125 4725F: drivers/net/ethernet/racal/ni5010.*
1da177e4 4726
85ef9cea 4727NILFS2 FILESYSTEM
8b58be88 4728M: KONISHI Ryusuke <[email protected]>
6aff43f8 4729L: [email protected]
85ef9cea 4730W: http://www.nilfs.org/en/
af1761f2 4731T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
85ef9cea 4732S: Supported
679655da
JP
4733F: Documentation/filesystems/nilfs2.txt
4734F: fs/nilfs2/
4735F: include/linux/nilfs2_fs.h
85ef9cea 4736
1da177e4 4737NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8b58be88 4738M: YOKOTA Hiroshi <[email protected]>
1da177e4
LT
4739W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4740S: Maintained
679655da
JP
4741F: Documentation/scsi/NinjaSCSI.txt
4742F: drivers/scsi/pcmcia/nsp_*
1da177e4
LT
4743
4744NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8b58be88
JP
4745M: GOTO Masanori <[email protected]>
4746M: YOKOTA Hiroshi <[email protected]>
1da177e4
LT
4747W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4748S: Maintained
679655da
JP
4749F: Documentation/scsi/NinjaSCSI.txt
4750F: drivers/scsi/nsp32*
1da177e4 4751
1da177e4 4752NTFS FILESYSTEM
2818ef50 4753M: Anton Altaparmakov <[email protected]>
1da177e4 4754L: [email protected]
2818ef50 4755W: http://www.tuxera.com/
e6f4dee7 4756T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
2818ef50 4757S: Supported
679655da
JP
4758F: Documentation/filesystems/ntfs.txt
4759F: fs/ntfs/
1da177e4 4760
9eb8ef74 4761NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8b58be88 4762M: Antonino Daplas <[email protected]>
c69f677c 4763L: [email protected]
ce00f85c 4764S: Maintained
679655da
JP
4765F: drivers/video/riva/
4766F: drivers/video/nvidia/
1da177e4 4767
f5525786 4768OMAP SUPPORT
0e24bdd4 4769M: Tony Lindgren <[email protected]>
f5525786
TL
4770L: [email protected]
4771W: http://www.muru.com/linux/omap/
4772W: http://linux.omap.com/
8a6e2535 4773Q: http://patchwork.kernel.org/project/linux-omap/list/
30bd0129 4774T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
f5525786 4775S: Maintained
4e04d5a3 4776F: arch/arm/*omap*/
046d0a37
JD
4777F: drivers/i2c/busses/i2c-omap.c
4778F: include/linux/i2c-omap.h
f5525786
TL
4779
4780OMAP CLOCK FRAMEWORK SUPPORT
8b58be88 4781M: Paul Walmsley <[email protected]>
f5525786
TL
4782L: [email protected]
4783S: Maintained
4784F: arch/arm/*omap*/*clock*
4785
4786OMAP POWER MANAGEMENT SUPPORT
126f7e29 4787M: Kevin Hilman <[email protected]>
f5525786
TL
4788L: [email protected]
4789S: Maintained
4790F: arch/arm/*omap*/*pm*
4791
692ab1f3
PW
4792OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
4793M: Rajendra Nayak <[email protected]>
4794M: Paul Walmsley <[email protected]>
4795L: [email protected]
4796S: Maintained
4797F: arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
4798F: arch/arm/mach-omap2/powerdomain44xx.c
4799F: arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
4800F: arch/arm/mach-omap2/clockdomain44xx.c
4801
f5525786 4802OMAP AUDIO SUPPORT
6c284903 4803M: Peter Ujfalusi <[email protected]>
7ec41ee5 4804M: Jarkko Nikula <[email protected]>
f5525786
TL
4805L: [email protected] (subscribers-only)
4806L: [email protected]
4807S: Maintained
4808F: sound/soc/omap/
4809
4810OMAP FRAMEBUFFER SUPPORT
830e6384 4811M: Tomi Valkeinen <[email protected]>
c69f677c 4812L: [email protected]
f5525786
TL
4813L: [email protected]
4814S: Maintained
4815F: drivers/video/omap/
4816
676eec0d 4817OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
830e6384 4818M: Tomi Valkeinen <[email protected]>
178ff4c9 4819L: [email protected]
676eec0d 4820L: [email protected]
178ff4c9 4821S: Maintained
676eec0d 4822F: drivers/video/omap2/
178ff4c9
TV
4823F: Documentation/arm/OMAP/DSS
4824
8b37fcfc
OBC
4825OMAP HARDWARE SPINLOCK SUPPORT
4826M: Ohad Ben-Cohen <[email protected]>
4827L: [email protected]
4828S: Maintained
4829F: drivers/hwspinlock/omap_hwspinlock.c
4830F: arch/arm/mach-omap2/hwspinlock.c
4831
f5525786 4832OMAP MMC SUPPORT
8b58be88 4833M: Jarkko Lavinen <[email protected]>
f5525786
TL
4834L: [email protected]
4835S: Maintained
653f41b5
MC
4836F: drivers/mmc/host/omap.c
4837
4838OMAP HS MMC SUPPORT
653f41b5 4839L: [email protected]
0500f10c 4840S: Orphan
653f41b5 4841F: drivers/mmc/host/omap_hsmmc.c
f5525786
TL
4842
4843OMAP RANDOM NUMBER GENERATOR SUPPORT
8b58be88 4844M: Deepak Saxena <[email protected]>
f5525786
TL
4845S: Maintained
4846F: drivers/char/hw_random/omap-rng.c
4847
f400c82e
PW
4848OMAP HWMOD SUPPORT
4849M: Benoît Cousson <[email protected]>
4850M: Paul Walmsley <[email protected]>
4851L: [email protected]
4852S: Maintained
4853F: arch/arm/mach-omap2/omap_hwmod.c
4854F: arch/arm/plat-omap/include/plat/omap_hwmod.h
4855
4856OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4857M: Benoît Cousson <[email protected]>
4858L: [email protected]
4859S: Maintained
4860F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4861
7e8970e1
LP
4862OMAP IMAGE SIGNAL PROCESSOR (ISP)
4863M: Laurent Pinchart <[email protected]>
4864L: [email protected]
4865S: Maintained
4866F: drivers/media/video/omap3isp/*
4867
f5525786 4868OMAP USB SUPPORT
f299470a 4869M: Felipe Balbi <[email protected]>
f5525786
TL
4870L: [email protected]
4871L: [email protected]
43b416e5 4872T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
f5525786 4873S: Maintained
a16fbd65
JP
4874F: drivers/usb/*/*omap*
4875F: arch/arm/*omap*/usb*
f5525786 4876
0ad122d9 4877OMFS FILESYSTEM
8b58be88 4878M: Bob Copeland <[email protected]>
0ad122d9
BC
4879L: [email protected]
4880S: Maintained
679655da
JP
4881F: Documentation/filesystems/omfs.txt
4882F: fs/omfs/
0ad122d9 4883
c1986ee9 4884OMNIKEY CARDMAN 4000 DRIVER
8b58be88 4885M: Harald Welte <[email protected]>
c1986ee9 4886S: Maintained
679655da
JP
4887F: drivers/char/pcmcia/cm4000_cs.c
4888F: include/linux/cm4000_cs.h
c1986ee9 4889
77c44ab1 4890OMNIKEY CARDMAN 4040 DRIVER
8b58be88 4891M: Harald Welte <[email protected]>
77c44ab1 4892S: Maintained
679655da 4893F: drivers/char/pcmcia/cm4040_cs.*
77c44ab1 4894
77d5140f 4895OMNIVISION OV7670 SENSOR DRIVER
8b58be88 4896M: Jonathan Corbet <[email protected]>
661263b5 4897L: [email protected]
08deed1e 4898T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
77d5140f 4899S: Maintained
679655da 4900F: drivers/media/video/ov7670.c
77d5140f 4901
431bca73 4902ONENAND FLASH DRIVER
8b58be88 4903M: Kyungmin Park <[email protected]>
431bca73
TG
4904L: [email protected]
4905S: Maintained
679655da
JP
4906F: drivers/mtd/onenand/
4907F: include/linux/mtd/onenand*.h
431bca73 4908
1da177e4 4909ONSTREAM SCSI TAPE DRIVER
8b58be88 4910M: Willem Riede <[email protected]>
1da177e4
LT
4911L: [email protected]
4912L: [email protected]
4913S: Maintained
679655da
JP
4914F: drivers/scsi/osst*
4915F: drivers/scsi/st*
1da177e4 4916
e2d1d6c0 4917OPENCORES I2C BUS DRIVER
8b58be88 4918M: Peter Korsgaard <[email protected]>
846557d3 4919L: [email protected]
e2d1d6c0 4920S: Maintained
679655da
JP
4921F: Documentation/i2c/busses/i2c-ocores
4922F: drivers/i2c/busses/i2c-ocores.c
e2d1d6c0 4923
860c44c1
GL
4924OPEN FIRMWARE AND FLATTENED DEVICE TREE
4925M: Grant Likely <[email protected]>
f910b831 4926M: Rob Herring <[email protected]>
78bba987 4927L: [email protected] (moderated for non-subscribers)
860c44c1 4928W: http://fdt.secretlab.ca
3bbf9b9b 4929T: git git://git.secretlab.ca/git/linux-2.6.git
860c44c1 4930S: Maintained
f910b831 4931F: Documentation/devicetree
860c44c1
GL
4932F: drivers/of
4933F: include/linux/of*.h
4934K: of_get_property
d945fa0d 4935K: of_match_table
860c44c1 4936
19f9d392
JB
4937OPENRISC ARCHITECTURE
4938M: Jonas Bonn <[email protected]>
4939W: http://openrisc.net
eab7c1c0 4940L: [email protected] (moderated for non-subscribers)
19f9d392
JB
4941S: Maintained
4942T: git git://openrisc.net/~jonas/linux
4943F: arch/openrisc
4944
ccb1352e
JG
4945OPENVSWITCH
4946M: Jesse Gross <[email protected]>
4947L: [email protected]
4948W: http://openvswitch.org
4949T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
4950S: Maintained
4951F: net/openvswitch/
4952
af39917d
CL
4953OPL4 DRIVER
4954M: Clemens Ladisch <[email protected]>
4955L: [email protected] (moderated for non-subscribers)
4956T: git git://git.alsa-project.org/alsa-kernel.git
4957S: Maintained
4958F: sound/drivers/opl4/
4959
1da177e4 4960OPROFILE
8b58be88 4961M: Robert Richter <[email protected]>
1da177e4
LT
4962L: [email protected]
4963S: Maintained
81c4a8a6 4964F: arch/*/include/asm/oprofile*.h
679655da
JP
4965F: arch/*/oprofile/
4966F: drivers/oprofile/
4967F: include/linux/oprofile.h
1da177e4 4968
e2d1d6c0 4969ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8b58be88 4970M: Mark Fasheh <[email protected]>
d6351db2 4971M: Joel Becker <[email protected]>
e2d1d6c0
RD
4972L: [email protected] (moderated for non-subscribers)
4973W: http://oss.oracle.com/projects/ocfs2/
2191aeba 4974T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
e2d1d6c0 4975S: Supported
679655da
JP
4976F: Documentation/filesystems/ocfs2.txt
4977F: Documentation/filesystems/dlmfs.txt
4978F: fs/ocfs2/
e2d1d6c0 4979
1da177e4 4980ORINOCO DRIVER
724c6b35 4981L: [email protected]
3a59babb 4982W: http://linuxwireless.org/en/users/Drivers/orinoco
ecffdde6 4983W: http://www.nongnu.org/orinoco/
3a59babb 4984S: Orphan
679655da 4985F: drivers/net/wireless/orinoco/
1da177e4 4986
42c55aa8 4987OSD LIBRARY and FILESYSTEM
8b58be88 4988M: Boaz Harrosh <[email protected]>
df4e33ad 4989M: Benny Halevy <[email protected]>
68274794
BH
4990L: [email protected]
4991W: http://open-osd.org
54e5881d 4992T: git git://git.open-osd.org/open-osd.git
68274794 4993S: Maintained
42c55aa8 4994F: drivers/scsi/osd/
6b6f0b6c 4995F: include/scsi/osd_*
42c55aa8 4996F: fs/exofs/
68274794 4997
e2d1d6c0 4998P54 WIRELESS DRIVER
084cb0fe 4999M: Christian Lamparter <[email protected]>
e2d1d6c0 5000L: [email protected]
084cb0fe 5001W: http://wireless.kernel.org/en/users/Drivers/p54
e2d1d6c0 5002S: Maintained
679655da 5003F: drivers/net/wireless/p54/
e2d1d6c0 5004
f5cd7872 5005PA SEMI ETHERNET DRIVER
8b58be88 5006M: Olof Johansson <[email protected]>
f5cd7872
OJ
5007L: [email protected]
5008S: Maintained
ded19add 5009F: drivers/net/ethernet/pasemi/*
f5cd7872 5010
beb58aa3 5011PA SEMI SMBUS DRIVER
8b58be88 5012M: Olof Johansson <[email protected]>
846557d3 5013L: [email protected]
beb58aa3 5014S: Maintained
679655da 5015F: drivers/i2c/busses/i2c-pasemi.c
beb58aa3 5016
48fc267e
SK
5017PADATA PARALLEL EXECUTION MECHANISM
5018M: Steffen Klassert <[email protected]>
48fc267e
SK
5019L: [email protected]
5020S: Maintained
5021F: kernel/padata.c
5022F: include/linux/padata.h
5023F: Documentation/padata.txt
5024
709ee531 5025PANASONIC LAPTOP ACPI EXTRAS DRIVER
8b58be88 5026M: Harald Welte <[email protected]>
d0944853 5027L: [email protected]
709ee531 5028S: Maintained
679655da 5029F: drivers/platform/x86/panasonic-laptop.c
709ee531 5030
368dd5ac 5031PANASONIC MN10300/AM33/AM34 PORT
8b58be88
JP
5032M: David Howells <[email protected]>
5033M: Koichi Yasutake <[email protected]>
4fa97181
DH
5034L: [email protected] (moderated for non-subscribers)
5035W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
5036S: Maintained
679655da
JP
5037F: Documentation/mn10300/
5038F: arch/mn10300/
4fa97181 5039
1da177e4 5040PARALLEL PORT SUPPORT
3dd1a329 5041L: [email protected] (subscribers-only)
5fdc2abe 5042S: Orphan
679655da
JP
5043F: drivers/parport/
5044F: include/linux/parport*.h
5045F: drivers/char/ppdev.c
5046F: include/linux/ppdev.h
1da177e4 5047
4cdf6bc2 5048PARAVIRT_OPS INTERFACE
d633180c 5049M: Jeremy Fitzhardinge <[email protected]>
8b58be88
JP
5050M: Chris Wright <[email protected]>
5051M: Alok Kataria <[email protected]>
5052M: Rusty Russell <[email protected]>
c996d8b9 5053L: [email protected]
4cdf6bc2 5054S: Supported
679655da
JP
5055F: Documentation/ia64/paravirt_ops.txt
5056F: arch/*/kernel/paravirt*
5057F: arch/*/include/asm/paravirt.h
4cdf6bc2 5058
e2d1d6c0 5059PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8b58be88 5060M: Tim Waugh <[email protected]>
e2d1d6c0
RD
5061L: [email protected] (subscribers-only)
5062W: http://www.torque.net/linux-pp.html
5063S: Maintained
679655da
JP
5064F: Documentation/blockdev/paride.txt
5065F: drivers/block/paride/
e2d1d6c0
RD
5066
5067PARISC ARCHITECTURE
b8828770 5068M: "James E.J. Bottomley" <[email protected]>
b38a03b8 5069M: Helge Deller <[email protected]>
e2d1d6c0
RD
5070L: [email protected]
5071W: http://www.parisc-linux.org/
8a6e2535 5072Q: http://patchwork.kernel.org/project/linux-parisc/list/
08deed1e 5073T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
e2d1d6c0 5074S: Maintained
679655da
JP
5075F: arch/parisc/
5076F: drivers/parisc/
e2d1d6c0 5077
1662d32c 5078PC87360 HARDWARE MONITORING DRIVER
8b58be88 5079M: Jim Cromie <[email protected]>
1662d32c
JC
5080L: [email protected]
5081S: Maintained
679655da
JP
5082F: Documentation/hwmon/pc87360
5083F: drivers/hwmon/pc87360.c
1662d32c
JC
5084
5085PC8736x GPIO DRIVER
8b58be88 5086M: Jim Cromie <[email protected]>
1662d32c 5087S: Maintained
679655da 5088F: drivers/char/pc8736x_gpio.c
1662d32c 5089
1ad107fd
JD
5090PC87427 HARDWARE MONITORING DRIVER
5091M: Jean Delvare <[email protected]>
5092L: [email protected]
5093S: Maintained
5094F: Documentation/hwmon/pc87427
5095F: drivers/hwmon/pc87427.c
5096
b26e0ed4 5097PCA9532 LED DRIVER
8b58be88 5098M: Riku Voipio <[email protected]>
b26e0ed4 5099S: Maintained
d5ca6918
JP
5100F: drivers/leds/leds-pca9532.c
5101F: include/linux/leds-pca9532.h
b26e0ed4 5102
5ce914a8
GR
5103PCA9541 I2C BUS MASTER SELECTOR DRIVER
5104M: Guenter Roeck <[email protected]>
5105L: [email protected]
5106S: Maintained
5107F: drivers/i2c/muxes/pca9541.c
5108
a1867d36
WS
5109PCA9564/PCA9665 I2C BUS DRIVER
5110M: Wolfram Sang <[email protected]>
5111L: [email protected]
5112S: Maintained
5113F: drivers/i2c/algos/i2c-algo-pca.c
5114F: drivers/i2c/busses/i2c-pca-*
5115F: include/linux/i2c-algo-pca.h
5116F: include/linux/i2c-pca-platform.h
5117
3971dae5
KA
5118PCDP - PRIMARY CONSOLE AND DEBUG PORT
5119M: Khalid Aziz <[email protected]>
5120S: Maintained
5121F: drivers/firmware/pcdp.*
5122
065c6359 5123PCI ERROR RECOVERY
03535ab5 5124M: Linas Vepstas <[email protected]>
c1f69db7 5125L: [email protected]
065c6359 5126S: Supported
679655da
JP
5127F: Documentation/PCI/pci-error-recovery.txt
5128F: Documentation/powerpc/eeh-pci-error-recovery.txt
065c6359 5129
1da177e4 5130PCI SUBSYSTEM
5ac3a6d2 5131M: Bjorn Helgaas <[email protected]>
2905474d 5132L: [email protected]
8a6e2535 5133Q: http://patchwork.kernel.org/project/linux-pci/list/
08deed1e 5134T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci.git
1da177e4 5135S: Supported
679655da
JP
5136F: Documentation/PCI/
5137F: drivers/pci/
5138F: include/linux/pci*
1da177e4 5139
be3652b8 5140PCI HOTPLUG
1488d515 5141M: Bjorn Helgaas <[email protected]>
64dab204 5142L: [email protected]
8b59a454 5143S: Supported
be3652b8 5144F: drivers/pci/hotplug
8cf4c195 5145
1da177e4 5146PCMCIA SUBSYSTEM
4230dfc9 5147P: Linux PCMCIA Team
f5df5881 5148L: [email protected]
6650e0a5 5149W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
54e5881d 5150T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4230dfc9 5151S: Maintained
679655da
JP
5152F: Documentation/pcmcia/
5153F: drivers/pcmcia/
5154F: include/pcmcia/
1da177e4
LT
5155
5156PCNET32 NETWORK DRIVER
227fb925 5157M: Don Fry <[email protected]>
979b6c13 5158L: [email protected]
1da177e4 5159S: Maintained
b955f6ca 5160F: drivers/net/ethernet/amd/pcnet32.c
1da177e4 5161
48fc267e
SK
5162PCRYPT PARALLEL CRYPTO ENGINE
5163M: Steffen Klassert <[email protected]>
5164L: [email protected]
5165S: Maintained
5166F: crypto/pcrypt.c
5167F: include/crypto/pcrypt.h
5168
e72df0b8
TH
5169PER-CPU MEMORY ALLOCATOR
5170M: Tejun Heo <[email protected]>
5171M: Christoph Lameter <[email protected]>
e72df0b8
TH
5172T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
5173S: Maintained
5174F: include/linux/percpu*.h
5175F: mm/percpu*.c
5176F: arch/*/include/asm/percpu.h
5177
ad4ecbcb 5178PER-TASK DELAY ACCOUNTING
185e595f 5179M: Balbir Singh <[email protected]>
ad4ecbcb 5180S: Maintained
679655da
JP
5181F: include/linux/delayacct.h
5182F: kernel/delayacct.c
ad4ecbcb 5183
57c0c15b 5184PERFORMANCE EVENTS SUBSYSTEM
8b58be88
JP
5185M: Peter Zijlstra <[email protected]>
5186M: Paul Mackerras <[email protected]>
dd9b238c 5187M: Ingo Molnar <[email protected]>
4aafd3f7 5188M: Arnaldo Carvalho de Melo <[email protected]>
75fc2d37 5189T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6c0b3244 5190S: Supported
d53e8365 5191F: kernel/events/*
a003236c 5192F: include/linux/perf_event.h
141c4296
RR
5193F: arch/*/kernel/perf_event*.c
5194F: arch/*/kernel/*/perf_event*.c
5195F: arch/*/kernel/*/*/perf_event*.c
a003236c 5196F: arch/*/include/asm/perf_event.h
141c4296 5197F: arch/*/lib/perf_event*.c
a003236c
VL
5198F: arch/*/kernel/perf_callchain.c
5199F: tools/perf/
6c0b3244 5200
dd49d0f5 5201PERSONALITY HANDLING
8b58be88 5202M: Christoph Hellwig <[email protected]>
dd49d0f5
JC
5203L: [email protected]
5204S: Maintained
679655da 5205F: include/linux/personality.h
dd49d0f5 5206
838e7a03
RDC
5207PHONET PROTOCOL
5208M: Remi Denis-Courmont <[email protected]>
5209S: Supported
5210F: Documentation/networking/phonet.txt
5211F: include/linux/phonet.h
5212F: include/net/phonet/
5213F: net/phonet/
5214
1da177e4 5215PHRAM MTD DRIVER
8b58be88 5216M: Joern Engel <[email protected]>
1da177e4
LT
5217L: [email protected]
5218S: Maintained
679655da 5219F: drivers/mtd/devices/phram.c
1da177e4 5220
a53bfa07
JI
5221PICOXCELL SUPPORT
5222M: Jamie Iles <[email protected]>
5223L: [email protected] (moderated for non-subscribers)
5224T: git git://github.com/jamieiles/linux-2.6-ji.git
5225S: Supported
5226F: arch/arm/mach-picoxcell
5227F: drivers/*/picoxcell*
5228F: drivers/*/*/picoxcell*
5229
2744e8af
LW
5230PIN CONTROL SUBSYSTEM
5231M: Linus Walleij <[email protected]>
5232S: Maintained
07f29ba6 5233F: drivers/pinctrl/
2744e8af 5234
249a6771 5235PKTCDVD DRIVER
8b58be88 5236M: Peter Osterlund <[email protected]>
249a6771 5237S: Maintained
679655da
JP
5238F: drivers/block/pktcdvd.c
5239F: include/linux/pktcdvd.h
249a6771 5240
b31d8273
G
5241PKUNITY SOC DRIVERS
5242M: Guan Xuetao <[email protected]>
5243W: http://mprc.pku.edu.cn/~guanxuetao/linux
5244S: Maintained
5245T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5246F: drivers/input/serio/i8042-unicore32io.h
d10e4a66 5247F: drivers/i2c/busses/i2c-puv3.c
ce443ab5 5248F: drivers/video/fb-puv3.c
2809e80b 5249F: drivers/rtc/rtc-puv3.c
b31d8273 5250
9d2ecfb7
GR
5251PMBUS HARDWARE MONITORING DRIVERS
5252M: Guenter Roeck <[email protected]>
5253L: [email protected]
5254W: http://www.lm-sensors.org/
5255W: http://www.roeck-us.net/linux/drivers/
5256T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5257S: Maintained
5258F: Documentation/hwmon/pmbus
5259F: drivers/hwmon/pmbus/
5260F: include/linux/i2c/pmbus.h
5261
89a36810 5262PMC SIERRA MaxRAID DRIVER
076cfaae 5263M: Anil Ravindranath <[email protected]>
89a36810
AR
5264L: [email protected]
5265W: http://www.pmc-sierra.com/
5266S: Supported
5267F: drivers/scsi/pmcraid.*
5268
dbf9bfe6 5269PMC SIERRA PM8001 DRIVER
5270M: [email protected]
5271M: [email protected]
5272L: [email protected]
5273S: Supported
5274F: drivers/scsi/pm8001/
5275
1da177e4 5276POSIX CLOCKS and TIMERS
8b58be88 5277M: Thomas Gleixner <[email protected]>
75fc2d37 5278T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
1da177e4 5279S: Supported
679655da
JP
5280F: fs/timerfd.c
5281F: include/linux/timer*
5282F: kernel/*timer*
1da177e4 5283
3be86148 5284POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8b58be88
JP
5285M: Anton Vorontsov <[email protected]>
5286M: David Woodhouse <[email protected]>
54e5881d 5287T: git git://git.infradead.org/battery-2.6.git
3be86148 5288S: Maintained
679655da
JP
5289F: include/linux/power_supply.h
5290F: drivers/power/power_supply*
3be86148 5291
1da177e4 5292PNP SUPPORT
8b58be88 5293M: Adam Belay <[email protected]>
c2d197e8 5294M: Bjorn Helgaas <[email protected]>
1da177e4 5295S: Maintained
679655da 5296F: drivers/pnp/
1da177e4 5297
999445d4 5298PNXxxxx I2C DRIVER
8b58be88 5299M: Vitaly Wool <[email protected]>
846557d3 5300L: [email protected]
999445d4 5301S: Maintained
679655da 5302F: drivers/i2c/busses/i2c-pnx.c
999445d4 5303
1da177e4 5304PPP PROTOCOL DRIVERS AND COMPRESSORS
8b58be88 5305M: Paul Mackerras <[email protected]>
1da177e4
LT
5306L: [email protected]
5307S: Maintained
224cf5ad 5308F: drivers/net/ppp/ppp_*
1da177e4
LT
5309
5310PPP OVER ATM (RFC 2364)
8b58be88 5311M: Mitchell Blank Jr <[email protected]>
1da177e4 5312S: Maintained
679655da
JP
5313F: net/atm/pppoatm.c
5314F: include/linux/atmppp.h
1da177e4
LT
5315
5316PPP OVER ETHERNET
8b58be88 5317M: Michal Ostrowski <[email protected]>
1da177e4 5318S: Maintained
224cf5ad
JK
5319F: drivers/net/ppp/pppoe.c
5320F: drivers/net/ppp/pppox.c
1da177e4 5321
a6d2370b 5322PPP OVER L2TP
8b58be88 5323M: James Chapman <[email protected]>
a6d2370b 5324S: Maintained
90ca28d1 5325F: net/l2tp/l2tp_ppp.c
679655da 5326F: include/linux/if_pppol2tp.h
a6d2370b 5327
eae9d2ba 5328PPS SUPPORT
8b58be88 5329M: Rodolfo Giometti <[email protected]>
eae9d2ba
RG
5330W: http://wiki.enneenne.com/index.php/LinuxPPS_support
5331L: [email protected] (subscribers-only)
5332S: Maintained
cabaaf41
JP
5333F: Documentation/pps/
5334F: drivers/pps/
5335F: include/linux/pps*.h
eae9d2ba 5336
71a6d0af
HW
5337PPTP DRIVER
5338M: Dmitry Kozlov <[email protected]>
5339L: [email protected]
5340S: Maintained
224cf5ad 5341F: drivers/net/ppp/pptp.c
71a6d0af
HW
5342W: http://sourceforge.net/projects/accel-pptp
5343
1da177e4 5344PREEMPTIBLE KERNEL
8b58be88 5345M: Robert Love <[email protected]>
1da177e4
LT
5346L: [email protected]
5347W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5348S: Supported
679655da
JP
5349F: Documentation/preempt-locking.txt
5350F: include/linux/preempt.h
1da177e4
LT
5351
5352PRISM54 WIRELESS DRIVER
8b58be88 5353M: "Luis R. Rodriguez" <[email protected]>
724c6b35 5354L: [email protected]
9ef80804 5355W: http://wireless.kernel.org/en/users/Drivers/p54
1d89cae1 5356S: Obsolete
679655da 5357F: drivers/net/wireless/prism54/
1da177e4 5358
b3277dfa 5359PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
8b58be88 5360M: Mikael Pettersson <[email protected]>
b3277dfa
MP
5361L: [email protected]
5362S: Maintained
679655da 5363F: drivers/ata/sata_promise.*
b3277dfa 5364
02c18891 5365PS3 NETWORK SUPPORT
b809b9ca 5366M: Geoff Levand <[email protected]>
02c18891 5367L: [email protected]
a4724ed6 5368L: [email protected]
b809b9ca 5369S: Maintained
8df158ac 5370F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
02c18891 5371
f58a9d17 5372PS3 PLATFORM SUPPORT
b809b9ca 5373M: Geoff Levand <[email protected]>
a4724ed6
SR
5374L: [email protected]
5375L: [email protected]
b809b9ca 5376S: Maintained
679655da
JP
5377F: arch/powerpc/boot/ps3*
5378F: arch/powerpc/include/asm/lv1call.h
5379F: arch/powerpc/include/asm/ps3*.h
5380F: arch/powerpc/platforms/ps3/
5381F: drivers/*/ps3*
5382F: drivers/ps3/
fec629b8 5383F: drivers/rtc/rtc-ps3.c
679655da 5384F: drivers/usb/host/*ps3.c
fec629b8 5385F: sound/ppc/snd_ps3*
f58a9d17 5386
cffb4add 5387PS3VRAM DRIVER
8b58be88 5388M: Jim Paris <[email protected]>
a4724ed6 5389L: [email protected]
cffb4add 5390S: Maintained
8a3977cb 5391F: drivers/block/ps3vram.c
cffb4add 5392
7fbc415d
RC
5393PTP HARDWARE CLOCK SUPPORT
5394M: Richard Cochran <[email protected]>
5395S: Maintained
5396W: http://linuxptp.sourceforge.net/
5397F: Documentation/ABI/testing/sysfs-ptp
5398F: Documentation/ptp/*
5399F: drivers/net/gianfar_ptp.c
5400F: drivers/net/phy/dp83640*
5401F: drivers/ptp/*
5402F: include/linux/ptp_cl*
5403
cf94a4d1 5404PTRACE SUPPORT
8b58be88
JP
5405M: Roland McGrath <[email protected]>
5406M: Oleg Nesterov <[email protected]>
cf94a4d1
CH
5407S: Maintained
5408F: include/asm-generic/syscall.h
5409F: include/linux/ptrace.h
5410F: include/linux/regset.h
5411F: include/linux/tracehook.h
5412F: kernel/ptrace.c
5413
8320204a 5414PVRUSB2 VIDEO4LINUX DRIVER
8b58be88 5415M: Mike Isely <[email protected]>
16e9495d 5416L: [email protected] (subscribers-only)
661263b5 5417L: [email protected]
8320204a 5418W: http://www.isely.net/pvrusb2/
08deed1e 5419T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
8320204a 5420S: Maintained
679655da
JP
5421F: Documentation/video4linux/README.pvrusb2
5422F: drivers/media/video/pvrusb2/
8320204a 5423
30ec261e 5424PXA2xx/PXA3xx SUPPORT
8b58be88
JP
5425M: Eric Miao <[email protected]>
5426M: Russell King <[email protected]>
a323f664 5427M: Haojian Zhuang <[email protected]>
efc03ecb 5428L: [email protected] (moderated for non-subscribers)
3f640c61
HZ
5429T: git git://github.com/hzhuang1/linux.git
5430T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
1da177e4 5431S: Maintained
679655da
JP
5432F: arch/arm/mach-pxa/
5433F: drivers/pcmcia/pxa2xx*
9df92e6c 5434F: drivers/spi/spi-pxa2xx*
679655da
JP
5435F: drivers/usb/gadget/pxa2*
5436F: include/sound/pxa2xx-lib.h
bec4c99e
MB
5437F: sound/arm/pxa*
5438F: sound/soc/pxa
1da177e4 5439
3f640c61 5440MMP SUPPORT
8b58be88 5441M: Eric Miao <[email protected]>
a323f664 5442M: Haojian Zhuang <[email protected]>
e8e6cb32 5443L: [email protected] (moderated for non-subscribers)
3f640c61
HZ
5444T: git git://github.com/hzhuang1/linux.git
5445T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
e8e6cb32 5446S: Maintained
3f640c61 5447F: arch/arm/mach-mmp/
e8e6cb32 5448
272f133a
PO
5449PXA MMCI DRIVER
5450S: Orphan
5451
57f63bc8 5452PXA RTC DRIVER
8b58be88 5453M: Robert Jarzmik <[email protected]>
57f63bc8
RJ
5454L: [email protected]
5455S: Maintained
5456
52a09a04
MM
5457QIB DRIVER
5458M: Mike Marciniszyn <[email protected]>
5459L: [email protected]
5460S: Supported
5461F: drivers/infiniband/hw/qib/
5462
5e9772b9
JS
5463QLOGIC QLA1280 SCSI DRIVER
5464M: Michael Reed <[email protected]>
5465L: [email protected]
5466S: Maintained
5467F: drivers/scsi/qla1280.[ch]
5468
1da177e4 5469QLOGIC QLA2XXX FC-SCSI DRIVER
8b58be88 5470M: Andrew Vasquez <[email protected]>
95e6a856 5471M: [email protected]
1da177e4
LT
5472L: [email protected]
5473S: Supported
679655da
JP
5474F: Documentation/scsi/LICENSE.qla2xxx
5475F: drivers/scsi/qla2xxx/
1da177e4 5476
883c98fe
RA
5477QLOGIC QLA4XXX iSCSI DRIVER
5478M: Ravi Anand <[email protected]>
5479M: Vikas Chaudhary <[email protected]>
5480M: [email protected]
5481L: [email protected]
5482S: Supported
5483F: drivers/scsi/qla4xxx/
5484
5a4faa87 5485QLOGIC QLA3XXX NETWORK DRIVER
0a955c3a 5486M: Jitendra Kalsaria <[email protected]>
8b58be88 5487M: Ron Mercer <[email protected]>
5a4faa87
RM
5488M: [email protected]
5489L: [email protected]
5490S: Supported
679655da 5491F: Documentation/networking/LICENSE.qla3xxx
aa43c215 5492F: drivers/net/ethernet/qlogic/qla3xxx.*
5a4faa87 5493
0ec00f03 5494QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7b39f90f 5495M: Anirban Chakraborty <[email protected]>
e987716b 5496M: Sony Chacko <[email protected]>
0ec00f03
AKS
5497M: [email protected]
5498L: [email protected]
5499S: Supported
aa43c215 5500F: drivers/net/ethernet/qlogic/qlcnic/
0ec00f03 5501
c4e84bde 5502QLOGIC QLGE 10Gb ETHERNET DRIVER
b2d2ccff 5503M: Anirban Chakraborty <[email protected]>
b997d79a 5504M: Jitendra Kalsaria <[email protected]>
8b58be88 5505M: Ron Mercer <[email protected]>
4cbfbe25 5506M: [email protected]
c4e84bde
RM
5507L: [email protected]
5508S: Supported
aa43c215 5509F: drivers/net/ethernet/qlogic/qlge/
c4e84bde 5510
1da177e4 5511QNX4 FILESYSTEM
8b58be88 5512M: Anders Larsen <[email protected]>
1da177e4
LT
5513W: http://www.alarsen.net/linux/qnx4fs/
5514S: Maintained
80811493 5515F: fs/qnx4/
679655da
JP
5516F: include/linux/qnx4_fs.h
5517F: include/linux/qnxtypes.h
1da177e4 5518
4f4567cf
RK
5519QUALCOMM HEXAGON ARCHITECTURE
5520M: Richard Kuo <[email protected]>
5521L: [email protected]
5522S: Supported
5523F: arch/hexagon/
5524
602adf40
YS
5525RADOS BLOCK DEVICE (RBD)
5526F: include/linux/qnxtypes.h
5527M: Yehuda Sadeh <[email protected]>
5528M: Sage Weil <[email protected]>
5529M: [email protected]
5530S: Supported
5531F: drivers/block/rbd.c
5532F: drivers/block/rbd_types.h
5533
1da177e4 5534RADEON FRAMEBUFFER DISPLAY DRIVER
8b58be88 5535M: Benjamin Herrenschmidt <[email protected]>
c69f677c 5536L: [email protected]
1da177e4 5537S: Maintained
679655da
JP
5538F: drivers/video/aty/radeon*
5539F: include/linux/radeonfb.h
1da177e4
LT
5540
5541RAGE128 FRAMEBUFFER DISPLAY DRIVER
8b58be88 5542M: Paul Mackerras <[email protected]>
c69f677c 5543L: [email protected]
1da177e4 5544S: Maintained
679655da 5545F: drivers/video/aty/aty128fb.c
1da177e4 5546
e7839f25 5547RALINK RT2X00 WIRELESS LAN DRIVER
95ea3627 5548P: rt2x00 project
e1a6542f 5549M: Ivo van Doorn <[email protected]>
4a7bd3ec 5550M: Gertjan van Wingerde <[email protected]>
f198f98e 5551M: Helmut Schaa <[email protected]>
95ea3627 5552L: [email protected]
83fc9c89 5553L: [email protected] (moderated for non-subscribers)
95ea3627
ID
5554W: http://rt2x00.serialmonkey.com/
5555S: Maintained
54e5881d 5556T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
95ea3627
ID
5557F: drivers/net/wireless/rt2x00/
5558
9db5579b 5559RAMDISK RAM BLOCK DEVICE DRIVER
6e575590 5560M: Nick Piggin <[email protected]>
9db5579b 5561S: Maintained
679655da
JP
5562F: Documentation/blockdev/ramdisk.txt
5563F: drivers/block/brd.c
9db5579b 5564
9e95ce27 5565RANDOM NUMBER DRIVER
8b58be88 5566M: Matt Mackall <[email protected]>
9e95ce27 5567S: Maintained
679655da 5568F: drivers/char/random.c
9e95ce27 5569
394b701c 5570RAPIDIO SUBSYSTEM
8b58be88 5571M: Matt Porter <[email protected]>
b8bc1dd3 5572M: Alexandre Bounine <[email protected]>
394b701c 5573S: Maintained
679655da 5574F: drivers/rapidio/
394b701c 5575
e2d1d6c0 5576RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
e2d1d6c0 5577L: [email protected]
f52a5490 5578S: Orphan
679655da 5579F: drivers/net/wireless/ray*
e2d1d6c0
RD
5580
5581RCUTORTURE MODULE
8b58be88
JP
5582M: Josh Triplett <[email protected]>
5583M: "Paul E. McKenney" <[email protected]>
f9094d8e 5584S: Supported
08deed1e 5585T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
679655da
JP
5586F: Documentation/RCU/torture.txt
5587F: kernel/rcutorture.c
e2d1d6c0 5588
c1f766b5 5589RDC R-321X SoC
8b58be88 5590M: Florian Fainelli <[email protected]>
c1f766b5
FF
5591S: Maintained
5592
db17f395 5593RDC R6040 FAST ETHERNET DRIVER
8b58be88 5594M: Florian Fainelli <[email protected]>
db17f395
FF
5595L: [email protected]
5596S: Maintained
58565a35 5597F: drivers/net/ethernet/rdc/r6040.c
db17f395 5598
a09ed661 5599RDS - RELIABLE DATAGRAM SOCKETS
dd1294c4 5600M: Venkat Venkatsubra <[email protected]>
fbb5a558 5601L: [email protected] (moderated for non-subscribers)
a09ed661 5602S: Supported
679655da 5603F: net/rds/
a09ed661 5604
595182bc 5605READ-COPY UPDATE (RCU)
8b58be88
JP
5606M: Dipankar Sarma <[email protected]>
5607M: "Paul E. McKenney" <[email protected]>
595182bc 5608W: http://www.rdrop.com/users/paulmck/rclock/
595182bc 5609S: Supported
08deed1e 5610T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
f9094d8e
PM
5611F: Documentation/RCU/
5612F: include/linux/rcu*
5613F: include/linux/srcu*
5614F: kernel/rcu*
5615F: kernel/srcu*
5616X: kernel/rcutorture.c
595182bc 5617
0c86edc0 5618REAL TIME CLOCK (RTC) SUBSYSTEM
8b58be88 5619M: Alessandro Zummo <[email protected]>
76465493 5620L: [email protected]
8a6e2535 5621Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
0c86edc0 5622S: Maintained
679655da
JP
5623F: Documentation/rtc.txt
5624F: drivers/rtc/
5625F: include/linux/rtc.h
0c86edc0 5626
1da177e4 5627REISERFS FILE SYSTEM
76c4e5ea 5628L: [email protected]
1da177e4 5629S: Supported
679655da 5630F: fs/reiserfs/
1da177e4 5631
b83a313b
MB
5632REGISTER MAP ABSTRACTION
5633M: Mark Brown <[email protected]>
5634T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
5635S: Supported
5636F: drivers/base/regmap/
5637F: include/linux/regmap.h
5638
400e64df
OBC
5639REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
5640M: Ohad Ben-Cohen <[email protected]>
5641S: Maintained
5642F: drivers/remoteproc/
5643F: Documentation/remoteproc.txt
6fc26488 5644F: include/linux/remoteproc.h
400e64df 5645
e0897645 5646RFKILL
8b58be88 5647M: Johannes Berg <[email protected]>
19d337df 5648L: [email protected]
e0897645 5649S: Maintained
505c9247 5650F: Documentation/rfkill.txt
80811493 5651F: net/rfkill/
e0897645 5652
67e054e9
ML
5653RICOH SMARTMEDIA/XD DRIVER
5654M: Maxim Levitsky <[email protected]>
5655S: Maintained
21c26f50
JP
5656F: drivers/mtd/nand/r852.c
5657F: drivers/mtd/nand/r852.h
67e054e9 5658
92634125
ML
5659RICOH R5C592 MEMORYSTICK DRIVER
5660M: Maxim Levitsky <[email protected]>
5661S: Maintained
5662F: drivers/memstick/host/r592.*
5663
1da177e4
LT
5664ROCKETPORT DRIVER
5665P: Comtrol Corp.
1da177e4
LT
5666W: http://www.comtrol.com
5667S: Maintained
679655da 5668F: Documentation/serial/rocket.txt
c897401b 5669F: drivers/tty/rocket*
1da177e4
LT
5670
5671ROSE NETWORK LAYER
8b58be88 5672M: Ralf Baechle <[email protected]>
1da177e4 5673L: [email protected]
d34cb28a 5674W: http://www.linux-ax25.org/
1da177e4 5675S: Maintained
679655da
JP
5676F: include/linux/rose.h
5677F: include/net/rose.h
5678F: net/rose/
1da177e4 5679
59840488 5680RTL8180 WIRELESS DRIVER
8b58be88 5681M: "John W. Linville" <[email protected]>
605bebe2
MW
5682L: [email protected]
5683W: http://linuxwireless.org/
54e5881d 5684T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
605bebe2 5685S: Maintained
3cfeb0c3 5686F: drivers/net/wireless/rtl818x/rtl8180/
605bebe2 5687
59840488 5688RTL8187 WIRELESS DRIVER
9f0939bf 5689M: Herton Ronaldo Krzesinski <[email protected]>
8b58be88
JP
5690M: Hin-Tak Leung <[email protected]>
5691M: Larry Finger <[email protected]>
7d2c86b5
JP
5692L: [email protected]
5693W: http://linuxwireless.org/
54e5881d 5694T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7d2c86b5 5695S: Maintained
3cfeb0c3 5696F: drivers/net/wireless/rtl818x/rtl8187/
59840488 5697
3cf0c8ad
LF
5698RTL8192CE WIRELESS DRIVER
5699M: Larry Finger <[email protected]>
5700M: Chaoming Li <[email protected]>
5701L: [email protected]
5702W: http://linuxwireless.org/
5703T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5704S: Maintained
5705F: drivers/net/wireless/rtlwifi/
f0b3e4b7 5706F: drivers/net/wireless/rtlwifi/rtl8192ce/
59840488 5707
9eb8ef74 5708S3 SAVAGE FRAMEBUFFER DRIVER
8b58be88 5709M: Antonino Daplas <[email protected]>
c69f677c 5710L: [email protected]
ce00f85c 5711S: Maintained
679655da 5712F: drivers/video/savage/
9eb8ef74 5713
1da177e4 5714S390
8b58be88
JP
5715M: Martin Schwidefsky <[email protected]>
5716M: Heiko Carstens <[email protected]>
1da177e4 5717M: [email protected]
d58140cc 5718L: [email protected]
5238da45
HC
5719W: http://www.ibm.com/developerworks/linux/linux390/
5720S: Supported
679655da 5721F: arch/s390/
a968cd3e 5722F: drivers/s390/
20d16fef 5723F: block/partitions/ibm.c
3bfe6858
JN
5724F: Documentation/s390/
5725F: Documentation/DocBook/s390*
5238da45
HC
5726
5727S390 NETWORK DRIVERS
8b58be88
JP
5728M: Ursula Braun <[email protected]>
5729M: Frank Blaschka <[email protected]>
5238da45 5730M: [email protected]
d58140cc 5731L: [email protected]
5238da45
HC
5732W: http://www.ibm.com/developerworks/linux/linux390/
5733S: Supported
679655da 5734F: drivers/s390/net/
5238da45 5735
feed9b62 5736S390 ZCRYPT DRIVER
51120c2c 5737M: Holger Dengler <[email protected]>
feed9b62
FB
5738M: [email protected]
5739L: [email protected]
a968cd3e 5740W: http://www.ibm.com/developerworks/linux/linux390/
feed9b62 5741S: Supported
d5ca6918 5742F: drivers/s390/crypto/
feed9b62 5743
5238da45 5744S390 ZFCP DRIVER
d38e19d0 5745M: Steffen Maier <[email protected]>
5238da45 5746M: [email protected]
d58140cc 5747L: [email protected]
5238da45 5748W: http://www.ibm.com/developerworks/linux/linux390/
1da177e4 5749S: Supported
679655da 5750F: drivers/s390/scsi/zfcp_*
1da177e4 5751
dd96df2c 5752S390 IUCV NETWORK LAYER
8b58be88 5753M: Ursula Braun <[email protected]>
dd96df2c
UB
5754M: [email protected]
5755L: [email protected]
5756W: http://www.ibm.com/developerworks/linux/linux390/
5757S: Supported
679655da
JP
5758F: drivers/s390/net/*iucv*
5759F: include/net/iucv/
5760F: net/iucv/
dd96df2c 5761
4dde7f75 5762S3C24XX SD/MMC Driver
8b58be88 5763M: Ben Dooks <[email protected]>
efc03ecb 5764L: [email protected] (moderated for non-subscribers)
4dde7f75 5765S: Supported
679655da 5766F: drivers/mmc/host/s3cmci.*
4dde7f75 5767
1da177e4 5768SAA7146 VIDEO4LINUX-2 DRIVER
8b58be88 5769M: Michael Hunold <[email protected]>
661263b5 5770L: [email protected]
08deed1e 5771T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
1da177e4
LT
5772W: http://www.mihu.de/linux/saa7146
5773S: Maintained
679655da
JP
5774F: drivers/media/common/saa7146*
5775F: drivers/media/video/*7146*
5776F: include/media/*7146*
1da177e4 5777
92304a40
CC
5778SAMSUNG LAPTOP DRIVER
5779M: Corentin Chary <[email protected]>
5780L: [email protected]
5781S: Maintained
5782F: drivers/platform/x86/samsung-laptop.c
5783
4a109cc0 5784SAMSUNG AUDIO (ASoC) DRIVERS
250b6851 5785M: Sangbeom Kim <[email protected]>
4a109cc0
MB
5786L: [email protected] (moderated for non-subscribers)
5787S: Supported
7a939419 5788F: sound/soc/samsung
4a109cc0 5789
0d89a28b
JH
5790SAMSUNG FRAMEBUFFER DRIVER
5791M: Jingoo Han <[email protected]>
5792L: [email protected]
5793S: Maintained
5794F: drivers/video/s3c-fb.c
5795
ca749e2a
AC
5796SERIAL DRIVERS
5797M: Alan Cox <[email protected]>
5798L: [email protected]
5799S: Maintained
5800F: drivers/tty/serial
5801
aecb7b64
VK
5802SYNOPSYS DESIGNWARE DMAC DRIVER
5803M: Viresh Kumar <[email protected]>
5804S: Maintained
5805F: include/linux/dw_dmac.h
5806F: drivers/dma/dw_dmac_regs.h
5807F: drivers/dma/dw_dmac.c
5808
88606e80
TG
5809TIMEKEEPING, NTP
5810M: John Stultz <[email protected]>
5811M: Thomas Gleixner <[email protected]>
75fc2d37 5812T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
88606e80
TG
5813S: Supported
5814F: include/linux/clocksource.h
5815F: include/linux/time.h
5816F: include/linux/timex.h
88606e80
TG
5817F: kernel/time/clocksource.c
5818F: kernel/time/time*.c
5819F: kernel/time/ntp.c
bbe7b8be 5820F: drivers/clocksource
88606e80 5821
5b3f03f0 5822TLG2300 VIDEO4LINUX-2 DRIVER
d2fa2187
JP
5823M: Huang Shijie <[email protected]>
5824M: Kang Yong <[email protected]>
5825M: Zhang Xiaobing <[email protected]>
5b3f03f0
HS
5826S: Supported
5827F: drivers/media/video/tlg2300
5828
1da177e4 5829SC1200 WDT DRIVER
8b58be88 5830M: Zwane Mwaikambo <[email protected]>
1da177e4 5831S: Maintained
679655da 5832F: drivers/watchdog/sc1200wdt.c
1da177e4
LT
5833
5834SCHEDULER
dd9b238c 5835M: Ingo Molnar <[email protected]>
8b58be88 5836M: Peter Zijlstra <[email protected]>
75fc2d37 5837T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
1da177e4 5838S: Maintained
679655da
JP
5839F: kernel/sched*
5840F: include/linux/sched.h
1da177e4 5841
6bcf6737 5842SCORE ARCHITECTURE
a2681a75
JP
5843M: Chen Liqin <[email protected]>
5844M: Lennox Wu <[email protected]>
6bcf6737
CL
5845W: http://www.sunplusct.com
5846S: Supported
a2681a75 5847F: arch/score/
6bcf6737 5848
1da177e4 5849SCSI CDROM DRIVER
8b58be88 5850M: Jens Axboe <[email protected]>
1da177e4
LT
5851L: [email protected]
5852W: http://www.kernel.dk
5853S: Maintained
679655da 5854F: drivers/scsi/sr*
1da177e4 5855
fb50a83d
RD
5856SCSI RDMA PROTOCOL (SRP) INITIATOR
5857M: David Dillow <[email protected]>
5858L: [email protected]
5859S: Supported
5860W: http://www.openfabrics.org
5861Q: http://patchwork.kernel.org/project/linux-rdma/list/
5862T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5863F: drivers/infiniband/ulp/srp/
5864F: include/scsi/srp.h
5865
1da177e4 5866SCSI SG DRIVER
8b58be88 5867M: Doug Gilbert <[email protected]>
1da177e4
LT
5868L: [email protected]
5869W: http://www.torque.net/sg
5870S: Maintained
679655da
JP
5871F: drivers/scsi/sg.c
5872F: include/scsi/sg.h
1da177e4
LT
5873
5874SCSI SUBSYSTEM
c95286d8 5875M: "James E.J. Bottomley" <[email protected]>
1da177e4 5876L: [email protected]
54e5881d
JP
5877T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5878T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5879T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
1da177e4 5880S: Maintained
679655da
JP
5881F: drivers/scsi/
5882F: include/scsi/
1da177e4
LT
5883
5884SCSI TAPE DRIVER
8b58be88 5885M: Kai Mäkisara <[email protected]>
1da177e4
LT
5886L: [email protected]
5887S: Maintained
679655da
JP
5888F: Documentation/scsi/st.txt
5889F: drivers/scsi/st*
1da177e4
LT
5890
5891SCTP PROTOCOL
8b6efb75 5892M: Vlad Yasevich <[email protected]>
8b58be88 5893M: Sridhar Samudrala <[email protected]>
1a418796 5894L: [email protected]
5f85813c 5895W: http://lksctp.sourceforge.net
8b6efb75 5896S: Maintained
679655da
JP
5897F: Documentation/networking/sctp.txt
5898F: include/linux/sctp.h
5899F: include/net/sctp/
5900F: net/sctp/
1da177e4
LT
5901
5902SCx200 CPU SUPPORT
8b58be88 5903M: Jim Cromie <[email protected]>
1662d32c 5904S: Odd Fixes
679655da 5905F: Documentation/i2c/busses/scx200_acb
390889b6 5906F: arch/x86/platform/scx200/
679655da
JP
5907F: drivers/watchdog/scx200_wdt.c
5908F: drivers/i2c/busses/scx200*
5909F: drivers/mtd/maps/scx200_docflash.c
5910F: include/linux/scx200.h
1662d32c
JC
5911
5912SCx200 GPIO DRIVER
8b58be88 5913M: Jim Cromie <[email protected]>
1662d32c 5914S: Maintained
679655da
JP
5915F: drivers/char/scx200_gpio.c
5916F: include/linux/scx200_gpio.h
1662d32c
JC
5917
5918SCx200 HRT CLOCKSOURCE DRIVER
8b58be88 5919M: Jim Cromie <[email protected]>
1662d32c 5920S: Maintained
679655da 5921F: drivers/clocksource/scx200_hrt.c
1da177e4 5922
6a36913a 5923SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8b58be88 5924M: Sascha Sommer <[email protected]>
6a36913a
SS
5925L: [email protected] (subscribers-only)
5926S: Maintained
679655da 5927F: drivers/mmc/host/sdricoh_cs.c
6a36913a 5928
e7839f25 5929SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
245feaa6 5930M: Chris Ball <[email protected]>
7a241d6e 5931L: [email protected]
245feaa6
CB
5932T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5933S: Maintained
7a241d6e 5934F: drivers/mmc/host/sdhci.*
d4a45787 5935F: drivers/mmc/host/sdhci-pltfm.[ch]
e2d1d6c0 5936
3085e9c1 5937SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8b58be88 5938M: Anton Vorontsov <[email protected]>
a4724ed6 5939L: [email protected]
7a241d6e 5940L: [email protected]
e2d1d6c0 5941S: Maintained
d4a45787 5942F: drivers/mmc/host/sdhci-pltfm.[ch]
e2d1d6c0 5943
0d1bb41a 5944SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8b58be88 5945M: Ben Dooks <[email protected]>
7a241d6e 5946L: [email protected]
0d1bb41a
BD
5947S: Maintained
5948F: drivers/mmc/host/sdhci-s3c.c
5949
c63b3cba
VK
5950SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5951M: Viresh Kumar <[email protected]>
fbfa0748 5952L: [email protected]
c63b3cba
VK
5953L: [email protected]
5954S: Maintained
5955F: drivers/mmc/host/sdhci-spear.c
5956
8711cca2 5957SECURITY SUBSYSTEM
9b45c0d2 5958M: James Morris <[email protected]>
8711cca2 5959L: [email protected] (suggested Cc:)
89879a7e 5960T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
c8334dc8 5961W: http://security.wiki.kernel.org/
8711cca2 5962S: Supported
7d2c86b5 5963F: security/
8711cca2 5964
1da177e4 5965SECURITY CONTACT
8b58be88 5966M: Security Officers <[email protected]>
1da177e4
LT
5967S: Supported
5968
5969SELINUX SECURITY MODULE
8b58be88 5970M: Stephen Smalley <[email protected]>
9b45c0d2 5971M: James Morris <[email protected]>
8b58be88 5972M: Eric Paris <[email protected]>
7d2c86b5 5973L: [email protected] (subscribers-only, general discussion)
f058925b 5974W: http://selinuxproject.org
6bde95ce 5975T: git git://git.infradead.org/users/eparis/selinux.git
1da177e4 5976S: Supported
679655da
JP
5977F: include/linux/selinux*
5978F: security/selinux/
6bde95ce 5979F: scripts/selinux/
1da177e4 5980
c1c124e9
JJ
5981APPARMOR SECURITY MODULE
5982M: John Johansen <[email protected]>
5983L: [email protected] (subscribers-only, general discussion)
5984W: apparmor.wiki.kernel.org
5985T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5986S: Supported
5987F: security/apparmor/
5988
cef2cf07 5989SENSABLE PHANTOM
8b58be88 5990M: Jiri Slaby <[email protected]>
cef2cf07 5991S: Maintained
679655da
JP
5992F: drivers/misc/phantom.c
5993F: include/linux/phantom.h
cef2cf07 5994
4480f15b 5995SERIAL ATA (SATA) SUBSYSTEM
8b58be88 5996M: Jeff Garzik <[email protected]>
1da177e4 5997L: [email protected]
54e5881d 5998T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
1da177e4 5999S: Supported
d5ca6918
JP
6000F: drivers/ata/
6001F: include/linux/ata.h
6002F: include/linux/libata.h
1da177e4 6003
6733b39a 6004SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
0ca43cc0 6005M: Jayamohan Kallickal <[email protected]>
3387f656 6006L: [email protected]
0ca43cc0 6007W: http://www.emulex.com
3387f656
JP
6008S: Supported
6009F: drivers/scsi/be2iscsi/
6733b39a 6010
6b7c5b94 6011SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
fea3af67
AK
6012M: Sathya Perla <[email protected]>
6013M: Subbu Seetharaman <[email protected]>
6014M: Ajit Khaparde <[email protected]>
7d2c86b5 6015L: [email protected]
fea3af67 6016W: http://www.emulex.com
7d2c86b5 6017S: Supported
9aebddd1 6018F: drivers/net/ethernet/emulex/benet/
6b7c5b94 6019
8ceee660 6020SFC NETWORK DRIVER
c06f51ea 6021M: Solarflare linux maintainers <[email protected]>
c06f51ea
JP
6022M: Ben Hutchings <[email protected]>
6023L: [email protected]
8ceee660 6024S: Supported
874aeea5 6025F: drivers/net/ethernet/sfc/
8ceee660 6026
e2d1d6c0 6027SGI GRU DRIVER
8b58be88 6028M: Jack Steiner <[email protected]>
e2d1d6c0 6029S: Maintained
679655da 6030F: drivers/misc/sgi-gru/
e2d1d6c0
RD
6031
6032SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8b58be88 6033M: Pat Gefre <[email protected]>
e2d1d6c0
RD
6034L: [email protected]
6035S: Supported
679655da 6036F: Documentation/ia64/serial.txt
df621252 6037F: drivers/tty/serial/ioc?_serial.c
679655da 6038F: include/linux/ioc?.h
e2d1d6c0 6039
1da177e4 6040SGI VISUAL WORKSTATION 320 AND 540
8b58be88 6041M: Andrey Panin <[email protected]>
1da177e4
LT
6042L: [email protected]
6043W: http://linux-visws.sf.net
6044S: Maintained for 2.6.
679655da 6045F: Documentation/sgi-visws.txt
1da177e4 6046
75312619 6047SGI XP/XPC/XPNET DRIVER
8b58be88 6048M: Robin Holt <[email protected]>
75312619 6049S: Maintained
679655da 6050F: drivers/misc/sgi-xp/
75312619 6051
6349d997 6052SIMPLE FIRMWARE INTERFACE (SFI)
2bf822d7 6053M: Len Brown <[email protected]>
6349d997
LB
6054L: [email protected]
6055W: http://simplefirmware.org/
6056T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
e2d1d6c0 6057S: Supported
943fc810 6058F: arch/x86/platform/sfi/
6349d997
LB
6059F: drivers/sfi/
6060F: include/linux/sfi*.h
e2d1d6c0 6061
1da177e4
LT
6062SIMTEC EB110ATX (Chalice CATS)
6063P: Ben Dooks
b16957c6
BD
6064P: Vincent Sanders <[email protected]>
6065M: Simtec Linux Team <[email protected]>
1da177e4
LT
6066W: http://www.simtec.co.uk/products/EB110ATX/
6067S: Supported
6068
6069SIMTEC EB2410ITX (BAST)
6070P: Ben Dooks
b16957c6
BD
6071P: Vincent Sanders <[email protected]>
6072M: Simtec Linux Team <[email protected]>
1da177e4
LT
6073W: http://www.simtec.co.uk/products/EB2410ITX/
6074S: Supported
58322038
BD
6075F: arch/arm/mach-s3c2410/mach-bast.c
6076F: arch/arm/mach-s3c2410/bast-ide.c
6077F: arch/arm/mach-s3c2410/bast-irq.c
1da177e4 6078
4c5adde7 6079TI DAVINCI MACHINE SUPPORT
3ba789c0
KH
6080M: Sekhar Nori <[email protected]>
6081M: Kevin Hilman <[email protected]>
f296ed78 6082L: [email protected] (moderated for non-subscribers)
c9f46a85 6083T: git git://gitorious.org/linux-davinci/linux-davinci.git
8a6e2535 6084Q: http://patchwork.kernel.org/project/linux-davinci/list/
4c5adde7
KH
6085S: Supported
6086F: arch/arm/mach-davinci
046d0a37 6087F: drivers/i2c/busses/i2c-davinci.c
4c5adde7 6088
92aab3c0 6089SIS 190 ETHERNET DRIVER
8b58be88 6090M: Francois Romieu <[email protected]>
92aab3c0
FR
6091L: [email protected]
6092S: Maintained
8c7de408 6093F: drivers/net/ethernet/sis/sis190.c
92aab3c0 6094
1da177e4 6095SIS 900/7016 FAST ETHERNET DRIVER
8b58be88 6096M: Daniele Venzano <[email protected]>
1da177e4 6097W: http://www.brownhat.org/sis900.html
979b6c13 6098L: [email protected]
1da177e4 6099S: Maintained
8c7de408 6100F: drivers/net/ethernet/sis/sis900.*
1da177e4 6101
6ea884db 6102SIS 96X I2C/SMBUS DRIVER
8b58be88 6103M: "Mark M. Hoffman" <[email protected]>
846557d3 6104L: [email protected]
6ea884db 6105S: Maintained
679655da
JP
6106F: Documentation/i2c/busses/i2c-sis96x
6107F: drivers/i2c/busses/i2c-sis96x.c
6ea884db 6108
1da177e4 6109SIS FRAMEBUFFER DRIVER
8b58be88 6110M: Thomas Winischhofer <[email protected]>
1da177e4 6111W: http://www.winischhofer.net/linuxsisvga.shtml
b7eee616 6112S: Maintained
679655da
JP
6113F: Documentation/fb/sisfb.txt
6114F: drivers/video/sis/
6115F: include/video/sisfb.h
1da177e4
LT
6116
6117SIS USB2VGA DRIVER
8b58be88 6118M: Thomas Winischhofer <[email protected]>
1da177e4
LT
6119W: http://www.winischhofer.at/linuxsisusbvga.shtml
6120S: Maintained
679655da 6121F: drivers/usb/misc/sisusbvga/
1da177e4 6122
415ad26d 6123SLAB ALLOCATOR
8b58be88 6124M: Christoph Lameter <[email protected]>
2ed1c525 6125M: Pekka Enberg <[email protected]>
8b58be88 6126M: Matt Mackall <[email protected]>
415ad26d
CL
6127L: [email protected]
6128S: Maintained
679655da
JP
6129F: include/linux/sl?b*.h
6130F: mm/sl?b.c
415ad26d 6131
1da177e4 6132SMC91x ETHERNET DRIVER
2f82af08 6133M: Nicolas Pitre <[email protected]>
18e2842b 6134S: Odd Fixes
ae150435 6135F: drivers/net/ethernet/smsc/smc91x.*
1da177e4 6136
920fa1ff
GR
6137SMM665 HARDWARE MONITOR DRIVER
6138M: Guenter Roeck <[email protected]>
6139L: [email protected]
6140S: Maintained
6141F: Documentation/hwmon/smm665
6142F: drivers/hwmon/smm665.c
6143
9df7305b
SG
6144SMSC EMC2103 HARDWARE MONITOR DRIVER
6145M: Steve Glendinning <[email protected]>
6146L: [email protected]
6147S: Supported
6148F: Documentation/hwmon/emc2103
6149F: drivers/hwmon/emc2103.c
6150
a98d506c
HG
6151SMSC SCH5627 HARDWARE MONITOR DRIVER
6152M: Hans de Goede <[email protected]>
6153L: [email protected]
6154S: Supported
6155F: Documentation/hwmon/sch5627
6156F: drivers/hwmon/sch5627.c
6157
6ea884db 6158SMSC47B397 HARDWARE MONITOR DRIVER
8b58be88 6159M: "Mark M. Hoffman" <[email protected]>
6ea884db
MH
6160L: [email protected]
6161S: Maintained
679655da
JP
6162F: Documentation/hwmon/smsc47b397
6163F: drivers/hwmon/smsc47b397.c
6ea884db 6164
fd9abb3d 6165SMSC911x ETHERNET DRIVER
8b58be88 6166M: Steve Glendinning <[email protected]>
2cb37728
SG
6167L: [email protected]
6168S: Supported
679655da 6169F: include/linux/smsc911x.h
ae150435 6170F: drivers/net/ethernet/smsc/smsc911x.*
2cb37728
SG
6171
6172SMSC9420 PCI ETHERNET DRIVER
8b58be88 6173M: Steve Glendinning <[email protected]>
fd9abb3d
SG
6174L: [email protected]
6175S: Supported
ae150435 6176F: drivers/net/ethernet/smsc/smsc9420.*
fd9abb3d 6177
3c8a63e2
SG
6178SMSC UFX6000 and UFX7000 USB to VGA DRIVER
6179M: Steve Glendinning <[email protected]>
6180L: [email protected]
6181S: Supported
6182F: drivers/video/smscufx.c
6183
e2d1d6c0 6184SN-IA64 (Itanium) SUB-PLATFORM
8b58be88 6185M: Jes Sorensen <[email protected]>
e2d1d6c0
RD
6186L: [email protected]
6187L: [email protected]
6188W: http://www.sgi.com/altix
6189S: Maintained
679655da 6190F: arch/ia64/sn/
e2d1d6c0 6191
668acf32 6192SOC-CAMERA V4L2 SUBSYSTEM
8b58be88 6193M: Guennadi Liakhovetski <[email protected]>
661263b5 6194L: [email protected]
08deed1e 6195T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
795fb7e7 6196S: Maintained
679655da
JP
6197F: include/media/v4l2*
6198F: drivers/media/video/v4l2*
668acf32 6199
e2d1d6c0 6200SOEKRIS NET48XX LED SUPPORT
8b58be88 6201M: Chris Boot <[email protected]>
e2d1d6c0 6202S: Maintained
679655da 6203F: drivers/leds/leds-net48xx.c
e2d1d6c0 6204
1da177e4 6205SOFTWARE RAID (Multiple Disks) SUPPORT
8b58be88 6206M: Neil Brown <[email protected]>
1da177e4 6207L: [email protected]
524418bb 6208S: Supported
679655da
JP
6209F: drivers/md/
6210F: include/linux/raid/
1da177e4 6211
1da177e4 6212SONIC NETWORK DRIVER
8b58be88 6213M: Thomas Bogendoerfer <[email protected]>
979b6c13 6214L: [email protected]
1da177e4 6215S: Maintained
d9fb9f38 6216F: drivers/net/ethernet/natsemi/sonic.*
1da177e4 6217
61e115a5 6218SONICS SILICON BACKPLANE DRIVER (SSB)
eb032b98 6219M: Michael Buesch <[email protected]>
61e115a5
MB
6220L: [email protected]
6221S: Maintained
679655da
JP
6222F: drivers/ssb/
6223F: include/linux/ssb/
61e115a5 6224
1da177e4 6225SONY VAIO CONTROL DEVICE DRIVER
8b58be88 6226M: Mattia Dongili <[email protected]>
d0944853 6227L: [email protected]
5b18167d 6228W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1da177e4 6229S: Maintained
679655da
JP
6230F: Documentation/laptops/sony-laptop.txt
6231F: drivers/char/sonypi.c
6232F: drivers/platform/x86/sony-laptop.c
6233F: include/linux/sony-laptop.h
1da177e4 6234
baf8532a 6235SONY MEMORYSTICK CARD SUPPORT
8b58be88 6236M: Alex Dubov <[email protected]>
baf8532a
AD
6237W: http://tifmxx.berlios.de/
6238S: Maintained
679655da 6239F: drivers/memstick/host/tifm_ms.c
baf8532a 6240
1da177e4 6241SOUND
8b58be88
JP
6242M: Jaroslav Kysela <[email protected]>
6243M: Takashi Iwai <[email protected]>
93711660 6244L: [email protected] (moderated for non-subscribers)
3126a179 6245W: http://www.alsa-project.org/
dde7ad8d 6246T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
3126a179 6247T: git git://git.alsa-project.org/alsa-kernel.git
1da177e4 6248S: Maintained
3126a179
JP
6249F: Documentation/sound/
6250F: include/sound/
679655da 6251F: sound/
1da177e4 6252
bd903bde 6253SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
63405ce8 6254M: Liam Girdwood <[email protected]>
8b58be88 6255M: Mark Brown <[email protected]>
86f14df8 6256T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
93711660 6257L: [email protected] (moderated for non-subscribers)
b0b8daf7 6258W: http://alsa-project.org/main/index.php/ASoC
eb1a6af3 6259S: Supported
679655da 6260F: sound/soc/
e6e55122 6261F: include/sound/soc*
eb1a6af3 6262
473321fc 6263SPARC + UltraSPARC (sparc/sparc64)
8b58be88 6264M: "David S. Miller" <[email protected]>
1da177e4 6265L: [email protected]
8a6e2535 6266Q: http://patchwork.ozlabs.org/project/sparclinux/list/
08deed1e
JP
6267T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6268T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
1da177e4 6269S: Maintained
679655da 6270F: arch/sparc/
7765b8bb 6271F: drivers/sbus/
1da177e4 6272
6404fcca
DM
6273SPARC SERIAL DRIVERS
6274M: "David S. Miller" <[email protected]>
6275L: [email protected]
08deed1e
JP
6276T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6277T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6404fcca 6278S: Maintained
6816383a 6279F: include/linux/sunserialcore.h
df621252 6280F: drivers/tty/serial/suncore.c
df621252
GKH
6281F: drivers/tty/serial/sunhv.c
6282F: drivers/tty/serial/sunsab.c
6283F: drivers/tty/serial/sunsab.h
6284F: drivers/tty/serial/sunsu.c
6285F: drivers/tty/serial/sunzilog.c
6286F: drivers/tty/serial/sunzilog.h
6404fcca 6287
389325b4
CL
6288SPARSE CHECKER
6289M: "Christopher Li" <[email protected]>
6290L: [email protected]
6291W: https://sparse.wiki.kernel.org/
6292T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
6293T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
6294S: Maintained
6295F: include/linux/compiler.h
6296
fc0c195a
VK
6297SPEAR PLATFORM SUPPORT
6298M: Viresh Kumar <[email protected]>
fbfa0748
VK
6299L: [email protected]
6300L: [email protected] (moderated for non-subscribers)
fc0c195a
VK
6301W: http://www.st.com/spear
6302S: Maintained
6303F: arch/arm/plat-spear/
6304
6305SPEAR3XX MACHINE SUPPORT
6306M: Viresh Kumar <[email protected]>
fbfa0748
VK
6307L: [email protected]
6308L: [email protected] (moderated for non-subscribers)
fc0c195a
VK
6309W: http://www.st.com/spear
6310S: Maintained
6311F: arch/arm/mach-spear3xx/
6312
6313SPEAR6XX MACHINE SUPPORT
6314M: Rajeev Kumar <[email protected]>
fbfa0748
VK
6315L: [email protected]
6316L: [email protected] (moderated for non-subscribers)
fc0c195a
VK
6317W: http://www.st.com/spear
6318S: Maintained
6319F: arch/arm/mach-spear6xx/
6320
6321SPEAR CLOCK FRAMEWORK SUPPORT
6322M: Viresh Kumar <[email protected]>
fbfa0748
VK
6323L: [email protected]
6324L: [email protected] (moderated for non-subscribers)
fc0c195a
VK
6325W: http://www.st.com/spear
6326S: Maintained
6327F: arch/arm/mach-spear*/clock.c
fc0c195a 6328F: arch/arm/plat-spear/clock.c
83823b72 6329F: arch/arm/plat-spear/include/plat/clock.h
fc0c195a
VK
6330
6331SPEAR PAD MULTIPLEXING SUPPORT
6332M: Viresh Kumar <[email protected]>
fbfa0748
VK
6333L: [email protected]
6334L: [email protected] (moderated for non-subscribers)
fc0c195a
VK
6335W: http://www.st.com/spear
6336S: Maintained
6337F: arch/arm/plat-spear/include/plat/padmux.h
6338F: arch/arm/plat-spear/padmux.c
6339F: arch/arm/mach-spear*/spear*xx.c
6340F: arch/arm/mach-spear*/include/mach/generic.h
6341F: arch/arm/mach-spear3xx/spear3*0.c
6342F: arch/arm/mach-spear3xx/spear3*0_evb.c
6343F: arch/arm/mach-spear6xx/spear600.c
6344F: arch/arm/mach-spear6xx/spear600_evb.c
6345
e2d1d6c0 6346SPI SUBSYSTEM
d33c861e 6347M: Grant Likely <[email protected]>
e2d1d6c0 6348L: [email protected]
8a6e2535 6349Q: http://patchwork.kernel.org/project/spi-devel-general/list/
3bbf9b9b 6350T: git git://git.secretlab.ca/git/linux-2.6.git
e2d1d6c0 6351S: Maintained
679655da
JP
6352F: Documentation/spi/
6353F: drivers/spi/
6354F: include/linux/spi/
e2d1d6c0 6355
2752e401 6356SPIDERNET NETWORK DRIVER for CELL
8b58be88
JP
6357M: Ishizaki Kou <[email protected]>
6358M: Jens Osterkamp <[email protected]>
2752e401
JL
6359L: [email protected]
6360S: Supported
679655da 6361F: Documentation/networking/spider_net.txt
8df158ac 6362F: drivers/net/ethernet/toshiba/spider_net*
2752e401 6363
e2d1d6c0 6364SPU FILE SYSTEM
8b58be88 6365M: Jeremy Kerr <[email protected]>
a4724ed6
SR
6366L: [email protected]
6367L: [email protected]
e2d1d6c0
RD
6368W: http://www.ibm.com/developerworks/power/cell/
6369S: Supported
679655da
JP
6370F: Documentation/filesystems/spufs.txt
6371F: arch/powerpc/platforms/cell/spufs/
e2d1d6c0 6372
fc555841 6373SQUASHFS FILE SYSTEM
d7f2ff67 6374M: Phillip Lougher <[email protected]>
fc555841
PL
6375L: [email protected] (subscribers-only)
6376W: http://squashfs.org.uk
6377S: Maintained
679655da
JP
6378F: Documentation/filesystems/squashfs.txt
6379F: fs/squashfs/
fc555841 6380
1da177e4 6381SRM (Alpha) environment access
8b58be88 6382M: Jan-Benedict Glaw <[email protected]>
1da177e4 6383S: Maintained
679655da 6384F: arch/alpha/kernel/srm_env.c
1da177e4 6385
26e9a397 6386STABLE BRANCH
879a5a00 6387M: Greg Kroah-Hartman <[email protected]>
bc7a2f3a 6388L: [email protected]
879a5a00 6389S: Supported
e2d1d6c0 6390
26e9a397 6391STAGING SUBSYSTEM
879a5a00 6392M: Greg Kroah-Hartman <[email protected]>
630081fd 6393T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
1c6ccf62 6394L: [email protected]
879a5a00 6395S: Supported
679655da 6396F: drivers/staging/
dbc6c2cc 6397
c8c8b105
JP
6398STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
6399M: Henk de Groot <[email protected]>
6400S: Odd Fixes
6401F: drivers/staging/wlags49_h2/
6402F: drivers/staging/wlags49_h25/
6403
c9555159
JP
6404STAGING - ASUS OLED
6405M: Jakub Schmidtke <[email protected]>
6406S: Odd Fixes
6407F: drivers/staging/asus_oled/
6408
ebd3d010
JP
6409STAGING - COMEDI
6410M: Ian Abbott <[email protected]>
6411M: Mori Hess <[email protected]>
6412S: Odd Fixes
6413F: drivers/staging/comedi/
6414
8ca572c9
JP
6415STAGING - CRYSTAL HD VIDEO DECODER
6416M: Naren Sankar <[email protected]>
6417M: Jarod Wilson <[email protected]>
6418M: Scott Davilla <[email protected]>
6419M: Manu Abraham <[email protected]>
6420S: Odd Fixes
6421F: drivers/staging/crystalhd/
6422
0f16ffc4
JP
6423STAGING - ECHO CANCELLER
6424M: Steve Underwood <[email protected]>
6425M: David Rowe <[email protected]>
6426S: Odd Fixes
6427F: drivers/staging/echo/
6428
8dc2bbe7
ME
6429STAGING - ET131X NETWORK DRIVER
6430M: Mark Einon <[email protected]>
6431S: Odd Fixes
6432F: drivers/staging/et131x/
6433
a0138163
JP
6434STAGING - FLARION FT1000 DRIVERS
6435M: Marek Belisko <[email protected]>
6436S: Odd Fixes
6437F: drivers/staging/ft1000/
6438
ec3fab92
JP
6439STAGING - FRONTIER TRANZPORT AND ALPHATRACK
6440M: David Täht <[email protected]>
6441S: Odd Fixes
6442F: drivers/staging/frontier/
6443
6c1bb424
JP
6444STAGING - INDUSTRIAL IO
6445M: Jonathan Cameron <[email protected]>
a0138163 6446L: [email protected]
6c1bb424
JP
6447S: Odd Fixes
6448F: drivers/staging/iio/
6449
a0138163
JP
6450STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
6451M: Jarod Wilson <[email protected]>
6452W: http://www.lirc.org/
6453S: Odd Fixes
b2b0186d 6454F: drivers/staging/media/lirc/
a0138163 6455
7c6b6c71 6456STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
b8125382 6457M: Julian Andres Klode <[email protected]>
7c6b6c71
MD
6458M: Marc Dietrich <[email protected]>
6459L: [email protected] (moderated for non-subscribers)
6460S: Maintained
6461F: drivers/staging/nvec/
6462
a0138163
JP
6463STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
6464M: Andres Salomon <[email protected]>
6465M: Chris Ball <[email protected]>
6466M: Jon Nettleton <[email protected]>
6467W: http://wiki.laptop.org/go/DCON
6468S: Odd Fixes
6469F: drivers/staging/olpc_dcon/
6470
94cfdd15 6471STAGING - OZMO DEVICES USB OVER WIFI DRIVER
678b7c17 6472M: Rupesh Gujare <[email protected]>
94cfdd15
CK
6473M: Chris Kelly <[email protected]>
6474S: Maintained
6475F: drivers/staging/ozwpan/
6476
a0138163 6477STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
29e7017b
JP
6478M: Willy Tarreau <[email protected]>
6479S: Odd Fixes
6480F: drivers/staging/panel/
6481
a0138163
JP
6482STAGING - REALTEK RTL8712U DRIVERS
6483M: Larry Finger <[email protected]>
6484M: Florian Schilhabel <[email protected]>.
6485S: Odd Fixes
6486F: drivers/staging/rtl8712/
6487
9629fa86
JP
6488STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
6489M: Teddy Wang <[email protected]>
6490S: Odd Fixes
6491F: drivers/staging/sm7xx/
6492
a0138163
JP
6493STAGING - SOFTLOGIC 6x10 MPEG CODEC
6494M: Ben Collins <[email protected]>
6495S: Odd Fixes
b2b0186d 6496F: drivers/staging/media/solo6x10/
a0138163
JP
6497
6498STAGING - SPEAKUP CONSOLE SPEECH DRIVER
6499M: William Hubbs <[email protected]>
6500M: Chris Brannon <[email protected]>
6501M: Kirk Reiser <[email protected]>
6502M: Samuel Thibault <[email protected]>
6503L: [email protected]
6504W: http://www.linux-speakup.org/
6505S: Odd Fixes
6506F: drivers/staging/speakup/
6507
6508STAGING - TI DSP BRIDGE DRIVERS
6509M: Omar Ramirez Luna <[email protected]>
6510S: Odd Fixes
6511F: drivers/staging/tidspbridge/
6512
a0138163
JP
6513STAGING - USB ENE SM/MS CARD READER DRIVER
6514M: Al Cho <[email protected]>
6515S: Odd Fixes
6516F: drivers/staging/keucr/
6517
b3e871ce
JP
6518STAGING - VIA VT665X DRIVERS
6519M: Forest Bond <[email protected]>
6520S: Odd Fixes
6521F: drivers/staging/vt665?/
6522
81a9a526
JP
6523STAGING - WINBOND IS89C35 WLAN USB DRIVER
6524M: Pavel Machek <[email protected]>
6525S: Odd Fixes
6526F: drivers/staging/winbond/
6527
709bcb07 6528STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
3e39e66e 6529M: Arnaud Patard <[email protected]>
709bcb07
JP
6530S: Odd Fixes
6531F: drivers/staging/xgifb/
6532
1da177e4 6533STARFIRE/DURALAN NETWORK DRIVER
8b58be88 6534M: Ion Badulescu <[email protected]>
b4f90189 6535S: Odd Fixes
9bba23b0 6536F: drivers/net/ethernet/adaptec/starfire*
1da177e4 6537
e2d1d6c0 6538SUN3/3X
8b58be88 6539M: Sam Creasey <[email protected]>
e2d1d6c0
RD
6540W: http://sammy.net/sun3/
6541S: Maintained
679655da
JP
6542F: arch/m68k/kernel/*sun3*
6543F: arch/m68k/sun3*/
6544F: arch/m68k/include/asm/sun3*
e689cf4a 6545F: drivers/net/ethernet/i825xx/sun3*
e2d1d6c0 6546
2cbb12a4 6547SUPERH
8b58be88 6548M: Paul Mundt <[email protected]>
2cbb12a4 6549L: [email protected]
1da177e4 6550W: http://www.linux-sh.org
8a6e2535 6551Q: http://patchwork.kernel.org/project/linux-sh/list/
bea27827 6552T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
5c806b20 6553S: Supported
066069e1 6554F: Documentation/sh/
679655da 6555F: arch/sh/
066069e1 6556F: drivers/sh/
1da177e4 6557
4480f15b 6558SUSPEND TO RAM
8b58be88
JP
6559M: Len Brown <[email protected]>
6560M: Pavel Machek <[email protected]>
6561M: "Rafael J. Wysocki" <[email protected]>
bf1c138e 6562L: [email protected]
e2d1d6c0 6563S: Supported
679655da
JP
6564F: Documentation/power/
6565F: arch/x86/kernel/acpi/
6566F: drivers/base/power/
6567F: kernel/power/
6568F: include/linux/suspend.h
6569F: include/linux/freezer.h
6570F: include/linux/pm.h
1da177e4
LT
6571
6572SVGA HANDLING
8b58be88 6573M: Martin Mares <[email protected]>
1da177e4
LT
6574L: [email protected]
6575S: Maintained
679655da
JP
6576F: Documentation/svga.txt
6577F: arch/x86/boot/video*
1da177e4
LT
6578
6579SYSV FILESYSTEM
8b58be88 6580M: Christoph Hellwig <[email protected]>
1da177e4 6581S: Maintained
679655da
JP
6582F: Documentation/filesystems/sysv-fs.txt
6583F: fs/sysv/
6584F: include/linux/sysv_fs.h
1da177e4 6585
86cfa7fc
NB
6586TARGET SUBSYSTEM
6587M: Nicholas A. Bellinger <[email protected]>
6588L: [email protected]
b9f5edc2 6589L: [email protected]
86cfa7fc
NB
6590L: http://groups.google.com/group/linux-iscsi-target-dev
6591W: http://www.linux-iscsi.org
08deed1e 6592T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
86cfa7fc
NB
6593S: Supported
6594F: drivers/target/
6595F: include/target/
6596F: Documentation/target/
6597
4e68852d 6598TASKSTATS STATISTICS INTERFACE
185e595f 6599M: Balbir Singh <[email protected]>
4e68852d 6600S: Maintained
679655da
JP
6601F: Documentation/accounting/taskstats*
6602F: include/linux/taskstats*
6603F: kernel/taskstats.c
4e68852d 6604
781b456a 6605TC CLASSIFIER
8b58be88 6606M: Jamal Hadi Salim <[email protected]>
781b456a
SH
6607L: [email protected]
6608S: Maintained
679655da
JP
6609F: include/linux/pkt_cls.h
6610F: include/net/pkt_cls.h
6611F: net/sched/
781b456a 6612
5067f08a 6613TCP LOW PRIORITY MODULE
8b58be88
JP
6614M: "Wong Hoi Sing, Edison" <[email protected]>
6615M: "Hung Hing Lun, Mike" <[email protected]>
5067f08a
WHSE
6616W: http://tcp-lp-mod.sourceforge.net/
6617S: Maintained
679655da 6618F: net/ipv4/tcp_lp.c
5067f08a 6619
3d249d4c
JP
6620TEAM DRIVER
6621M: Jiri Pirko <[email protected]>
6622L: [email protected]
6623S: Supported
6624F: drivers/net/team/
6625F: include/linux/if_team.h
6626
84b9414b
EG
6627TEGRA SUPPORT
6628M: Colin Cross <[email protected]>
84b9414b 6629M: Olof Johansson <[email protected]>
243d58ec 6630M: Stephen Warren <[email protected]>
84b9414b 6631L: [email protected]
fd117cd1
OJ
6632Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
6633T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
84b9414b
EG
6634S: Supported
6635F: arch/arm/mach-tegra
6636
1a348ccc 6637TEHUTI ETHERNET DRIVER
8b58be88 6638M: Andy Gospodarek <[email protected]>
1a348ccc
AG
6639L: [email protected]
6640S: Supported
ef7f5429 6641F: drivers/net/ethernet/tehuti/*
1a348ccc 6642
4e68852d 6643Telecom Clock Driver for MCPL0010
8b58be88 6644M: Mark Gross <[email protected]>
4e68852d 6645S: Supported
679655da 6646F: drivers/char/tlclk.c
4e68852d 6647
4480f15b 6648TENSILICA XTENSA PORT (xtensa)
8b58be88 6649M: Chris Zankel <[email protected]>
4e68852d 6650S: Maintained
679655da 6651F: arch/xtensa/
4e68852d
AC
6652
6653THINKPAD ACPI EXTRAS DRIVER
8b58be88 6654M: Henrique de Moraes Holschuh <[email protected]>
4e68852d 6655L: [email protected]
d0944853 6656L: [email protected]
4e68852d
AC
6657W: http://ibm-acpi.sourceforge.net
6658W: http://thinkwiki.org/wiki/Ibm-acpi
54e5881d 6659T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4e68852d 6660S: Maintained
679655da 6661F: drivers/platform/x86/thinkpad_acpi.c
4e68852d 6662
4020f2d7 6663TI FLASH MEDIA INTERFACE DRIVER
8b58be88 6664M: Alex Dubov <[email protected]>
795fb7e7 6665S: Maintained
679655da
JP
6666F: drivers/misc/tifm*
6667F: drivers/mmc/host/tifm_sd.c
6668F: include/linux/tifm.h
4020f2d7 6669
dd5e8e6b 6670TI TWL4030 SERIES SOC CODEC DRIVER
3be79d13 6671M: Peter Ujfalusi <[email protected]>
dd5e8e6b
PU
6672L: [email protected] (moderated for non-subscribers)
6673S: Maintained
6674F: sound/soc/codecs/twl4030*
6675
e86eaa3a 6676TIPC NETWORK LAYER
8b58be88
JP
6677M: Jon Maloy <[email protected]>
6678M: Allan Stephens <[email protected]>
633d2bde
AS
6679L: [email protected] (core kernel code)
6680L: [email protected] (user apps, general discussion)
e86eaa3a 6681W: http://tipc.sourceforge.net/
e86eaa3a 6682S: Maintained
679655da 6683F: include/linux/tipc*.h
679655da 6684F: net/tipc/
e86eaa3a 6685
867e359b
CM
6686TILE ARCHITECTURE
6687M: Chris Metcalf <[email protected]>
6688W: http://www.tilera.com/scm/
6689S: Supported
6690F: arch/tile/
a2e6093c 6691F: drivers/tty/hvc/hvc_tile.c
cdd80bd4 6692F: drivers/net/ethernet/tile/
5c770755 6693F: drivers/edac/tile_edac.c
867e359b 6694
1da177e4 6695TLAN NETWORK DRIVER
8b58be88 6696M: Samuel Chessman <[email protected]>
88c07dde 6697L: [email protected] (subscribers-only)
1da177e4
LT
6698W: http://sourceforge.net/projects/tlan/
6699S: Maintained
679655da 6700F: Documentation/networking/tlan.txt
b544dbac 6701F: drivers/net/ethernet/ti/tlan.*
1da177e4 6702
d74db3b2 6703TOMOYO SECURITY MODULE
8b58be88
JP
6704M: Kentaro Takeda <[email protected]>
6705M: Tetsuo Handa <[email protected]>
d03a5d88
TH
6706L: [email protected] (subscribers-only, for developers in English)
6707L: [email protected] (subscribers-only, for users in English)
d74db3b2
KT
6708L: [email protected] (subscribers-only, for developers in Japanese)
6709L: [email protected] (subscribers-only, for users in Japanese)
6710W: http://tomoyo.sourceforge.jp/
843d183c 6711T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
d74db3b2 6712S: Maintained
679655da 6713F: security/tomoyo/
d74db3b2 6714
9caeb532 6715TOPSTAR LAPTOP EXTRAS DRIVER
9f0939bf 6716M: Herton Ronaldo Krzesinski <[email protected]>
d0944853 6717L: [email protected]
9caeb532
HRK
6718S: Maintained
6719F: drivers/platform/x86/topstar-laptop.c
6720
1da177e4 6721TOSHIBA ACPI EXTRAS DRIVER
d0944853 6722L: [email protected]
15065531 6723S: Orphan
679655da 6724F: drivers/platform/x86/toshiba_acpi.c
1da177e4
LT
6725
6726TOSHIBA SMM DRIVER
8b58be88 6727M: Jonathan Buzzard <[email protected]>
1da177e4
LT
6728L: [email protected]
6729W: http://www.buzzard.org.uk/toshiba/
6730S: Maintained
679655da
JP
6731F: drivers/char/toshiba.c
6732F: include/linux/toshiba.h
1da177e4 6733
d719f900 6734TMIO MMC DRIVER
d1057c40 6735M: Guennadi Liakhovetski <[email protected]>
8b58be88 6736M: Ian Molton <[email protected]>
d1057c40 6737L: [email protected]
d719f900 6738S: Maintained
d1057c40
GL
6739F: drivers/mmc/host/tmio_mmc*
6740F: drivers/mmc/host/sh_mobile_sdhi.c
6741F: include/linux/mmc/tmio.h
6742F: include/linux/mmc/sh_mobile_sdhi.h
d719f900 6743
98f32602 6744TMPFS (SHMEM FILESYSTEM)
bfcc6e2e 6745M: Hugh Dickins <[email protected]>
98f32602
HD
6746L: [email protected]
6747S: Maintained
6748F: include/linux/shmem_fs.h
6749F: mm/shmem.c
6750
4e68852d 6751TPM DEVICE DRIVER
8b58be88
JP
6752M: Debora Velarde <[email protected]>
6753M: Rajiv Andrade <[email protected]>
4e68852d 6754W: http://tpmdd.sourceforge.net
8b58be88 6755M: Marcel Selhorst <[email protected]>
7dcce133 6756W: http://www.sirrix.com
63a10dfd 6757L: [email protected] (moderated for non-subscribers)
4e68852d 6758S: Maintained
679655da 6759F: drivers/char/tpm/
4e68852d 6760
d6f005a1
JP
6761TRACING
6762M: Steven Rostedt <[email protected]>
6763M: Frederic Weisbecker <[email protected]>
6764M: Ingo Molnar <[email protected]>
75fc2d37 6765T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
d6f005a1
JP
6766S: Maintained
6767F: Documentation/trace/ftrace.txt
6768F: arch/*/*/*/ftrace.h
6769F: arch/*/kernel/ftrace.c
6770F: include/*/ftrace.h
6771F: include/linux/trace*.h
6772F: include/trace/
6773F: kernel/trace/
6774
1da177e4 6775TRIVIAL PATCHES
8b58be88 6776M: Jiri Kosina <[email protected]>
54e5881d 6777T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
1da177e4 6778S: Maintained
86ef925f 6779K: ^Subject:.*(?i)trivial
1da177e4 6780
4e68852d 6781TTY LAYER
879a5a00
GK
6782M: Greg Kroah-Hartman <[email protected]>
6783S: Supported
08deed1e 6784T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
8dd5d2f1 6785F: drivers/tty/
df621252 6786F: drivers/tty/serial/serial_core.c
e3288775
AC
6787F: include/linux/serial_core.h
6788F: include/linux/serial.h
6789F: include/linux/tty.h
4e68852d 6790
740db6d7 6791TULIP NETWORK DRIVERS
8b58be88 6792M: Grant Grundler <[email protected]>
740db6d7
GG
6793L: [email protected]
6794S: Maintained
0f04e2aa 6795F: drivers/net/ethernet/dec/tulip/
1da177e4
LT
6796
6797TUN/TAP driver
8b58be88 6798M: Maxim Krasnyansky <[email protected]>
1da177e4
LT
6799L: [email protected]
6800W: http://vtun.sourceforge.net/tun
6801S: Maintained
679655da
JP
6802F: Documentation/networking/tuntap.txt
6803F: arch/um/os-Linux/drivers/
1da177e4 6804
b454cc66 6805TURBOCHANNEL SUBSYSTEM
8b58be88 6806M: "Maciej W. Rozycki" <[email protected]>
b454cc66 6807S: Maintained
679655da
JP
6808F: drivers/tc/
6809F: include/linux/tc.h
b454cc66 6810
1da177e4 6811U14-34F SCSI DRIVER
8b58be88 6812M: Dario Ballabio <[email protected]>
1da177e4
LT
6813L: [email protected]
6814S: Maintained
679655da 6815F: drivers/scsi/u14-34f.c
1da177e4 6816
e2d1d6c0 6817UBI FILE SYSTEM (UBIFS)
949cb623 6818M: Artem Bityutskiy <[email protected]>
cc8f9b99 6819M: Adrian Hunter <[email protected]>
e2d1d6c0 6820L: [email protected]
e2966cbe 6821T: git git://git.infradead.org/ubifs-2.6.git
e2d1d6c0
RD
6822W: http://www.linux-mtd.infradead.org/doc/ubifs.html
6823S: Maintained
679655da
JP
6824F: Documentation/filesystems/ubifs.txt
6825F: fs/ubifs/
e2d1d6c0 6826
cc2020e6 6827UCLINUX (AND M68KNOMMU)
8b58be88 6828M: Greg Ungerer <[email protected]>
cc2020e6
AC
6829W: http://www.uclinux.org/
6830L: [email protected] (subscribers-only)
6831S: Maintained
61bc02bb
JP
6832F: arch/m68k/*/*_no.*
6833F: arch/m68k/include/asm/*_no.*
cc2020e6 6834
14fadca7 6835UCLINUX FOR RENESAS H8/300 (H8300)
8b58be88 6836M: Yoshinori Sato <[email protected]>
cc2020e6
AC
6837W: http://uclinux-h8.sourceforge.jp/
6838S: Supported
a7e4fd93
JP
6839F: arch/h8300/
6840F: drivers/ide/ide-h8300.c
644570b8 6841F: drivers/net/ethernet/8390/ne-h8300.c
cc2020e6 6842
1da177e4 6843UDF FILESYSTEM
8b58be88 6844M: Jan Kara <[email protected]>
1da177e4 6845S: Maintained
679655da
JP
6846F: Documentation/filesystems/udf.txt
6847F: fs/udf/
1da177e4 6848
cc2020e6 6849UFS FILESYSTEM
8b58be88 6850M: Evgeniy Dushistov <[email protected]>
cc2020e6 6851S: Maintained
679655da
JP
6852F: Documentation/filesystems/ufs.txt
6853F: fs/ufs/
cc2020e6 6854
18332a80 6855ULTRA-WIDEBAND (UWB) SUBSYSTEM:
18332a80 6856L: [email protected]
10c6c9c9 6857S: Orphan
355ffe69 6858F: drivers/uwb/
679655da
JP
6859F: include/linux/uwb.h
6860F: include/linux/uwb/
18332a80 6861
b31d8273
G
6862UNICORE32 ARCHITECTURE:
6863M: Guan Xuetao <[email protected]>
6864W: http://mprc.pku.edu.cn/~guanxuetao/linux
6865S: Maintained
6866T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6867F: arch/unicore32/
6868
d8379ab1
TF
6869UNIFDEF
6870M: Tony Finch <[email protected]>
6871W: http://dotat.at/prog/unifdef
6872S: Maintained
6873F: scripts/unifdef.c
6874
1da177e4 6875UNIFORM CDROM DRIVER
8b58be88 6876M: Jens Axboe <[email protected]>
1da177e4
LT
6877W: http://www.kernel.dk
6878S: Maintained
679655da
JP
6879F: Documentation/cdrom/
6880F: drivers/cdrom/cdrom.c
6881F: include/linux/cdrom.h
1da177e4 6882
e2d1d6c0 6883UNSORTED BLOCK IMAGES (UBI)
949cb623 6884M: Artem Bityutskiy <[email protected]>
e2d1d6c0
RD
6885W: http://www.linux-mtd.infradead.org/
6886L: [email protected]
e2966cbe 6887T: git git://git.infradead.org/ubi-2.6.git
e2d1d6c0 6888S: Maintained
80811493 6889F: drivers/mtd/ubi/
679655da
JP
6890F: include/linux/mtd/ubi.h
6891F: include/mtd/ubi-user.h
e2d1d6c0 6892
1da177e4 6893USB ACM DRIVER
8b58be88 6894M: Oliver Neukum <[email protected]>
6372594a 6895L: [email protected]
1da177e4 6896S: Maintained
679655da
JP
6897F: Documentation/usb/acm.txt
6898F: drivers/usb/class/cdc-acm.*
1da177e4 6899
115bb1ff
MW
6900USB ATTACHED SCSI
6901M: Matthew Wilcox <[email protected]>
6902M: Sarah Sharp <[email protected]>
6903L: [email protected]
6904L: [email protected]
6905S: Supported
6906F: drivers/usb/storage/uas.c
6907
1da177e4 6908USB BLOCK DRIVER (UB ub)
8b58be88 6909M: Pete Zaitcev <[email protected]>
795fb7e7 6910L: [email protected]
1da177e4 6911S: Supported
679655da 6912F: drivers/block/ub.c
1da177e4 6913
1da177e4 6914USB CDC ETHERNET DRIVER
f0348d44 6915M: Oliver Neukum <[email protected]>
795fb7e7 6916L: [email protected]
1da177e4 6917S: Maintained
679655da
JP
6918F: drivers/net/usb/cdc_*.c
6919F: include/linux/usb/cdc.h
1da177e4 6920
b02b371e 6921USB CYPRESS C67X00 DRIVER
8b58be88 6922M: Peter Korsgaard <[email protected]>
b02b371e
PK
6923L: [email protected]
6924S: Maintained
679655da 6925F: drivers/usb/c67x00/
b02b371e 6926
d0374f4f 6927USB DAVICOM DM9601 DRIVER
8b58be88 6928M: Peter Korsgaard <[email protected]>
043600a6 6929L: [email protected]
d0374f4f
PK
6930W: http://www.linux-usb.org/usbnet
6931S: Maintained
679655da 6932F: drivers/net/usb/dm9601.c
d0374f4f 6933
cc2020e6 6934USB DIAMOND RIO500 DRIVER
8b58be88 6935M: Cesar Miquel <[email protected]>
cc2020e6
AC
6936L: [email protected]
6937W: http://rio500.sourceforge.net
6938S: Maintained
679655da 6939F: drivers/usb/misc/rio500*
cc2020e6 6940
1da177e4 6941USB EHCI DRIVER
578333ab 6942M: Alan Stern <[email protected]>
795fb7e7 6943L: [email protected]
578333ab 6944S: Maintained
679655da
JP
6945F: Documentation/usb/ehci.txt
6946F: drivers/usb/host/ehci*
1da177e4 6947
7ce08c93 6948USB ET61X[12]51 DRIVER
8b58be88 6949M: Luca Risolia <[email protected]>
795fb7e7 6950L: [email protected]
661263b5 6951L: [email protected]
08deed1e 6952T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7ce08c93
LR
6953W: http://www.linux-projects.org
6954S: Maintained
679655da 6955F: drivers/media/video/et61x251/
7ce08c93 6956
69ae9e3e 6957USB GADGET/PERIPHERAL SUBSYSTEM
d6d0f665 6958M: Felipe Balbi <[email protected]>
795fb7e7 6959L: [email protected]
69ae9e3e 6960W: http://www.linux-usb.org/gadget
d6d0f665
FB
6961T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6962S: Maintained
679655da
JP
6963F: drivers/usb/gadget/
6964F: include/linux/usb/gadget*
69ae9e3e 6965
2dea64b4 6966USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
8b58be88 6967M: Jiri Kosina <[email protected]>
795fb7e7 6968L: [email protected]
54e5881d 6969T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
1da177e4 6970S: Maintained
c2f01971 6971F: Documentation/hid/hiddev.txt
679655da 6972F: drivers/hid/usbhid/
1da177e4 6973
857aab34 6974USB/IP DRIVERS
6975M: Matt Mooney <[email protected]>
6976L: [email protected]
6977S: Maintained
6978F: drivers/staging/usbip/
6979
959eea21 6980USB ISP116X DRIVER
8b58be88 6981M: Olav Kongas <[email protected]>
795fb7e7 6982L: [email protected]
959eea21 6983S: Maintained
679655da
JP
6984F: drivers/usb/host/isp116x*
6985F: include/linux/usb/isp116x.h
959eea21 6986
1da177e4 6987USB KAWASAKI LSI DRIVER
8b58be88 6988M: Oliver Neukum <[email protected]>
795fb7e7 6989L: [email protected]
1da177e4 6990S: Maintained
679655da 6991F: drivers/usb/serial/kl5kusb105.*
1da177e4
LT
6992
6993USB MASS STORAGE DRIVER
8b58be88 6994M: Matthew Dharm <[email protected]>
795fb7e7 6995L: [email protected]
8836aeb8 6996L: [email protected]
1da177e4
LT
6997S: Maintained
6998W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
679655da 6999F: drivers/usb/storage/
1da177e4 7000
af39917d
CL
7001USB MIDI DRIVER
7002M: Clemens Ladisch <[email protected]>
7003L: [email protected] (moderated for non-subscribers)
7004T: git git://git.alsa-project.org/alsa-kernel.git
7005S: Maintained
7006F: sound/usb/midi.*
7007
1da177e4 7008USB OHCI DRIVER
578333ab 7009M: Alan Stern <[email protected]>
795fb7e7 7010L: [email protected]
578333ab 7011S: Maintained
679655da
JP
7012F: Documentation/usb/ohci.txt
7013F: drivers/usb/host/ohci*
1da177e4 7014
ba460e48 7015USB OPTION-CARD DRIVER
8b58be88 7016M: Matthias Urlichs <[email protected]>
795fb7e7 7017L: [email protected]
ba460e48 7018S: Maintained
679655da 7019F: drivers/usb/serial/option.c
ba460e48 7020
1da177e4 7021USB PEGASUS DRIVER
8b58be88 7022M: Petko Manolov <[email protected]>
795fb7e7 7023L: [email protected]
043600a6 7024L: [email protected]
1da177e4
LT
7025W: http://pegasus2.sourceforge.net/
7026S: Maintained
679655da 7027F: drivers/net/usb/pegasus.*
1da177e4 7028
73e4fb3f 7029USB PRINTER DRIVER (usblp)
8b58be88 7030M: Pete Zaitcev <[email protected]>
795fb7e7 7031L: [email protected]
73e4fb3f 7032S: Supported
679655da 7033F: drivers/usb/class/usblp.c
1da177e4
LT
7034
7035USB RTL8150 DRIVER
8b58be88 7036M: Petko Manolov <[email protected]>
795fb7e7 7037L: [email protected]
043600a6 7038L: [email protected]
1da177e4
LT
7039W: http://pegasus2.sourceforge.net/
7040S: Maintained
679655da 7041F: drivers/net/usb/rtl8150.c
1da177e4 7042
4e68852d 7043USB SERIAL BELKIN F5U103 DRIVER
8b58be88 7044M: William Greathouse <[email protected]>
795fb7e7 7045L: [email protected]
4e68852d 7046S: Maintained
679655da 7047F: drivers/usb/serial/belkin_sa.*
4e68852d
AC
7048
7049USB SERIAL CYPRESS M8 DRIVER
8b58be88 7050M: Lonnie Mendez <[email protected]>
795fb7e7 7051L: [email protected]
4e68852d
AC
7052S: Maintained
7053W: http://geocities.com/i0xox0i
7054W: http://firstlight.net/cvs
679655da 7055F: drivers/usb/serial/cypress_m8.*
4e68852d 7056
1da177e4 7057USB SERIAL CYBERJACK DRIVER
8b58be88 7058M: Matthias Bruestle and Harald Welte <[email protected]>
1da177e4
LT
7059W: http://www.reiner-sct.de/support/treiber_cyberjack.php
7060S: Maintained
679655da 7061F: drivers/usb/serial/cyberjack.c
1da177e4
LT
7062
7063USB SERIAL DIGI ACCELEPORT DRIVER
8b58be88
JP
7064M: Peter Berger <[email protected]>
7065M: Al Borchers <[email protected]>
795fb7e7 7066L: [email protected]
1da177e4 7067S: Maintained
679655da 7068F: drivers/usb/serial/digi_acceleport.c
1da177e4
LT
7069
7070USB SERIAL DRIVER
879a5a00 7071M: Greg Kroah-Hartman <[email protected]>
795fb7e7 7072L: [email protected]
1da177e4 7073S: Supported
679655da
JP
7074F: Documentation/usb/usb-serial.txt
7075F: drivers/usb/serial/generic.c
7076F: drivers/usb/serial/usb-serial.c
7077F: include/linux/usb/serial.h
1da177e4 7078
1da177e4 7079USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
8b58be88 7080M: Gary Brubaker <[email protected]>
795fb7e7 7081L: [email protected]
1da177e4 7082S: Maintained
679655da 7083F: drivers/usb/serial/empeg.c
1da177e4
LT
7084
7085USB SERIAL KEYSPAN DRIVER
879a5a00 7086M: Greg Kroah-Hartman <[email protected]>
795fb7e7 7087L: [email protected]
1da177e4 7088S: Maintained
679655da 7089F: drivers/usb/serial/*keyspan*
1da177e4
LT
7090
7091USB SERIAL WHITEHEAT DRIVER
8b58be88 7092M: Support Department <[email protected]>
795fb7e7 7093L: [email protected]
1da177e4
LT
7094W: http://www.connecttech.com
7095S: Supported
679655da 7096F: drivers/usb/serial/whiteheat*
1da177e4 7097
2f7ca802 7098USB SMSC95XX ETHERNET DRIVER
8b58be88 7099M: Steve Glendinning <[email protected]>
2f7ca802
SG
7100L: [email protected]
7101S: Supported
679655da 7102F: drivers/net/usb/smsc95xx.*
2f7ca802 7103
f423b9a8 7104USB SN9C1xx DRIVER
8b58be88 7105M: Luca Risolia <[email protected]>
795fb7e7 7106L: [email protected]
661263b5 7107L: [email protected]
08deed1e 7108T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
1da177e4
LT
7109W: http://www.linux-projects.org
7110S: Maintained
679655da
JP
7111F: Documentation/video4linux/sn9c102.txt
7112F: drivers/media/video/sn9c102/
1da177e4
LT
7113
7114USB SUBSYSTEM
879a5a00 7115M: Greg Kroah-Hartman <[email protected]>
795fb7e7 7116L: [email protected]
1da177e4 7117W: http://www.linux-usb.org
08deed1e 7118T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
1da177e4 7119S: Supported
679655da
JP
7120F: Documentation/usb/
7121F: drivers/net/usb/
7122F: drivers/usb/
7123F: include/linux/usb.h
7124F: include/linux/usb/
1da177e4
LT
7125
7126USB UHCI DRIVER
8b58be88 7127M: Alan Stern <[email protected]>
795fb7e7 7128L: [email protected]
1da177e4 7129S: Maintained
679655da 7130F: drivers/usb/host/uhci*
1da177e4 7131
69ae9e3e 7132USB "USBNET" DRIVER FRAMEWORK
686f13bb 7133M: Oliver Neukum <[email protected]>
043600a6 7134L: [email protected]
69ae9e3e 7135W: http://www.linux-usb.org/usbnet
1da177e4 7136S: Maintained
679655da
JP
7137F: drivers/net/usb/usbnet.c
7138F: include/linux/usb/usbnet.h
1da177e4 7139
c0efd232 7140USB VIDEO CLASS
c53ac071 7141M: Laurent Pinchart <[email protected]>
a67534a7 7142L: [email protected] (subscribers-only)
661263b5 7143L: [email protected]
08deed1e 7144T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
57c6d2e9 7145W: http://www.ideasonboard.org/uvc/
c0efd232 7146S: Maintained
679655da 7147F: drivers/media/video/uvc/
c0efd232 7148
1da177e4 7149USB W996[87]CF DRIVER
8b58be88 7150M: Luca Risolia <[email protected]>
795fb7e7 7151L: [email protected]
661263b5 7152L: [email protected]
08deed1e 7153T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
1da177e4
LT
7154W: http://www.linux-projects.org
7155S: Maintained
679655da
JP
7156F: Documentation/video4linux/w9968cf.txt
7157F: drivers/media/video/w996*
1da177e4 7158
bf164cc0 7159USB WIRELESS RNDIS DRIVER (rndis_wlan)
8b58be88 7160M: Jussi Kivilinna <[email protected]>
bf164cc0
JK
7161L: [email protected]
7162S: Maintained
679655da 7163F: drivers/net/wireless/rndis_wlan.c
bf164cc0 7164
eb6bab13 7165USB XHCI DRIVER
36d0344c 7166M: Sarah Sharp <[email protected]>
eb6bab13
SS
7167L: [email protected]
7168S: Supported
36d0344c
SS
7169F: drivers/usb/host/xhci*
7170F: drivers/usb/host/pci-quirks*
eb6bab13 7171
1da177e4 7172USB ZD1201 DRIVER
4086b9ca 7173L: [email protected]
1da177e4 7174W: http://linux-lc100020.sourceforge.net
4086b9ca 7175S: Orphan
679655da 7176F: drivers/net/wireless/zd1201.*
1da177e4 7177
b7eee616 7178USB ZR364XX DRIVER
8b58be88 7179M: Antoine Jacquet <[email protected]>
795fb7e7 7180L: [email protected]
661263b5 7181L: [email protected]
08deed1e 7182T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
b7eee616
AJ
7183W: http://royale.zerezo.com/zr364xx/
7184S: Maintained
679655da
JP
7185F: Documentation/video4linux/zr364xx.txt
7186F: drivers/media/video/zr364xx.c
b7eee616 7187
e7839f25 7188USER-MODE LINUX (UML)
8b58be88 7189M: Jeff Dike <[email protected]>
b15194b7 7190M: Richard Weinberger <[email protected]>
1da177e4
LT
7191L: [email protected]
7192L: [email protected]
7193W: http://user-mode-linux.sourceforge.net
7194S: Maintained
61516587 7195F: Documentation/virtual/uml/
679655da
JP
7196F: arch/um/
7197F: fs/hostfs/
7198F: fs/hppfs/
b7eee616 7199
e5f114e9 7200USERSPACE I/O (UIO)
6a534c9d 7201M: "Hans J. Koch" <[email protected]>
879a5a00 7202M: Greg Kroah-Hartman <[email protected]>
e5f114e9 7203S: Maintained
679655da
JP
7204F: Documentation/DocBook/uio-howto.tmpl
7205F: drivers/uio/
7206F: include/linux/uio*.h
e5f114e9 7207
f899b0ad 7208UTIL-LINUX-NG PACKAGE
8b58be88 7209M: Karel Zak <[email protected]>
f899b0ad
KZ
7210L: [email protected]
7211W: http://kernel.org/~kzak/util-linux-ng/
54e5881d 7212T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
f899b0ad
KZ
7213S: Maintained
7214
c1fd1c07 7215UVESAFB DRIVER
8b58be88 7216M: Michal Januszewski <[email protected]>
c69f677c 7217L: [email protected]
c1fd1c07
MJ
7218W: http://dev.gentoo.org/~spock/projects/uvesafb/
7219S: Maintained
679655da
JP
7220F: Documentation/fb/uvesafb.txt
7221F: drivers/video/uvesafb.*
c1fd1c07 7222
4480f15b 7223VFAT/FAT/MSDOS FILESYSTEM
8b58be88 7224M: OGAWA Hirofumi <[email protected]>
1da177e4 7225S: Maintained
679655da
JP
7226F: Documentation/filesystems/vfat.txt
7227F: fs/fat/
1da177e4 7228
9e6f3438
PO
7229VIDEOBUF2 FRAMEWORK
7230M: Pawel Osciak <[email protected]>
7231M: Marek Szyprowski <[email protected]>
e76e4706 7232M: Kyungmin Park <[email protected]>
9e6f3438
PO
7233L: [email protected]
7234S: Maintained
7235F: drivers/media/video/videobuf2-*
7236F: include/media/videobuf2-*
7237
9a82446b
AS
7238VIRTIO CONSOLE DRIVER
7239M: Amit Shah <[email protected]>
7240L: [email protected]
7241S: Maintained
7242F: drivers/char/virtio_console.c
7243F: include/linux/virtio_console.h
7244
2426ec8f
MT
7245VIRTIO CORE, NET AND BLOCK DRIVERS
7246M: Rusty Russell <[email protected]>
7247M: "Michael S. Tsirkin" <[email protected]>
7248L: [email protected]
7249S: Maintained
7250F: drivers/virtio/
7251F: drivers/net/virtio_net.c
7252F: drivers/block/virtio_blk.c
7253F: include/linux/virtio_*.h
7254
3a4d5c94
MT
7255VIRTIO HOST (VHOST)
7256M: "Michael S. Tsirkin" <[email protected]>
7257L: [email protected]
c996d8b9 7258L: [email protected]
3a4d5c94
MT
7259L: [email protected]
7260S: Maintained
7261F: drivers/vhost/
7262F: include/linux/vhost.h
7263
1da177e4 7264VIA RHINE NETWORK DRIVER
8b58be88 7265M: Roger Luethi <[email protected]>
1da177e4 7266S: Maintained
f2148a47 7267F: drivers/net/ethernet/via/via-rhine.c
1da177e4 7268
32c0a520 7269VIAPRO SMBUS DRIVER
8b58be88 7270M: Jean Delvare <[email protected]>
846557d3 7271L: [email protected]
32c0a520 7272S: Maintained
679655da
JP
7273F: Documentation/i2c/busses/i2c-viapro
7274F: drivers/i2c/busses/i2c-viapro.c
32c0a520 7275
f0bf7f61 7276VIA SD/MMC CARD CONTROLLER DRIVER
558bbb2f 7277M: Bruce Chang <[email protected]>
8b58be88 7278M: Harald Welte <[email protected]>
f0bf7f61
HW
7279S: Maintained
7280F: drivers/mmc/host/via-sdmmc.c
7281
69e4a7c2 7282VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
c7babebd 7283M: Florian Tobias Schandinat <[email protected]>
c69f677c 7284L: [email protected]
69e4a7c2 7285S: Maintained
c7babebd
FTS
7286F: include/linux/via-core.h
7287F: include/linux/via-gpio.h
7288F: include/linux/via_i2c.h
679655da 7289F: drivers/video/via/
69e4a7c2 7290
01f20734 7291VIA VELOCITY NETWORK DRIVER
8b58be88 7292M: Francois Romieu <[email protected]>
01f20734
FR
7293L: [email protected]
7294S: Maintained
f2148a47 7295F: drivers/net/ethernet/via/via-velocity.*
1da177e4 7296
be7f8273 7297VLAN (802.1Q)
8b58be88 7298M: Patrick McHardy <[email protected]>
be7f8273
PM
7299L: [email protected]
7300S: Maintained
679655da
JP
7301F: drivers/net/macvlan.c
7302F: include/linux/if_*vlan.h
7303F: net/8021q/
be7f8273 7304
55e331cf 7305VLYNQ BUS
8b58be88 7306M: Florian Fainelli <[email protected]>
8578d7af 7307L: [email protected] (subscribers-only)
55e331cf
FF
7308S: Maintained
7309F: drivers/vlynq/vlynq.c
7310F: include/linux/vlynq.h
7311
d1a890fa 7312VMWARE VMXNET3 ETHERNET DRIVER
65c8bb5b
JP
7313M: Shreyas Bhatewara <[email protected]>
7314M: "VMware, Inc." <[email protected]>
7315L: [email protected]
7316S: Maintained
7317F: drivers/net/vmxnet3/
d1a890fa 7318
851b1642 7319VMware PVSCSI driver
f2d7e40e 7320M: Arvind Kumar <[email protected]>
851b1642
AK
7321M: VMware PV-Drivers <[email protected]>
7322L: [email protected]
7323S: Maintained
7324F: drivers/scsi/vmw_pvscsi.c
7325F: drivers/scsi/vmw_pvscsi.h
7326
e53e86c7 7327VOLTAGE AND CURRENT REGULATOR FRAMEWORK
63405ce8 7328M: Liam Girdwood <[email protected]>
8b58be88 7329M: Mark Brown <[email protected]>
e53e86c7 7330W: http://opensource.wolfsonmicro.com/node/15
1dd68f01 7331W: http://www.slimlogic.co.uk/?p=48
08deed1e 7332T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
e53e86c7 7333S: Supported
679655da
JP
7334F: drivers/regulator/
7335F: include/linux/regulator/
e53e86c7 7336
ab41319e 7337VT1211 HARDWARE MONITOR DRIVER
8b58be88 7338M: Juerg Haefliger <[email protected]>
ab41319e
JH
7339L: [email protected]
7340S: Maintained
679655da
JP
7341F: Documentation/hwmon/vt1211
7342F: drivers/hwmon/vt1211.c
ab41319e 7343
1de9e371 7344VT8231 HARDWARE MONITOR DRIVER
8b58be88 7345M: Roger Lucas <[email protected]>
1de9e371
RL
7346L: [email protected]
7347S: Maintained
679655da 7348F: drivers/hwmon/vt8231.c
1de9e371 7349
88095e7b
TO
7350VUB300 USB to SDIO/SD/MMC bridge chip
7351M: Tony Olech <[email protected]>
7352L: [email protected]
7353L: [email protected]
7354S: Supported
7355F: drivers/mmc/host/vub300.c
7356
1da177e4 7357W1 DALLAS'S 1-WIRE BUS
a8018766 7358M: Evgeniy Polyakov <[email protected]>
1da177e4 7359S: Maintained
679655da
JP
7360F: Documentation/w1/
7361F: drivers/w1/
1da177e4 7362
13927079 7363W83791D HARDWARE MONITORING DRIVER
8b58be88 7364M: Marc Hulsman <[email protected]>
13927079 7365L: [email protected]
25845c22 7366S: Maintained
679655da
JP
7367F: Documentation/hwmon/w83791d
7368F: drivers/hwmon/w83791d.c
13927079 7369
61db011d 7370W83793 HARDWARE MONITORING DRIVER
8b58be88 7371M: Rudolf Marek <[email protected]>
61db011d
RM
7372L: [email protected]
7373S: Maintained
679655da
JP
7374F: Documentation/hwmon/w83793
7375F: drivers/hwmon/w83793.c
61db011d 7376
e3760b43
JD
7377W83795 HARDWARE MONITORING DRIVER
7378M: Jean Delvare <[email protected]>
7379L: [email protected]
7380S: Maintained
7381F: drivers/hwmon/w83795.c
7382
1da177e4 7383W83L51xD SD/MMC CARD INTERFACE DRIVER
8b58be88 7384M: Pierre Ossman <[email protected]>
1da177e4 7385S: Maintained
679655da 7386F: drivers/mmc/host/wbsd.*
1da177e4 7387
3527761c 7388WATCHDOG DEVICE DRIVERS
8b58be88 7389M: Wim Van Sebroeck <[email protected]>
230a5cef
WVS
7390L: [email protected]
7391W: http://www.linux-watchdog.org/
f599aaf0 7392T: git git://www.linux-watchdog.org/linux-watchdog.git
3527761c 7393S: Maintained
679655da
JP
7394F: Documentation/watchdog/
7395F: drivers/watchdog/
7396F: include/linux/watchdog.h
3527761c 7397
1da177e4 7398WD7000 SCSI DRIVER
8b58be88 7399M: Miroslav Zagorac <[email protected]>
1da177e4
LT
7400L: [email protected]
7401S: Maintained
679655da 7402F: drivers/scsi/wd7000.c
1da177e4 7403
b22e00f3
DR
7404WIIMOTE HID DRIVER
7405M: David Herrmann <[email protected]>
7406L: [email protected]
7407S: Maintained
7408F: drivers/hid/hid-wiimote*
7409
e258b80e 7410WINBOND CIR DRIVER
364e9e18 7411M: David Härdeman <[email protected]>
e258b80e 7412S: Maintained
116ab806 7413F: drivers/media/rc/winbond-cir.c
e258b80e 7414
8a70da82 7415WIMAX STACK
8b58be88 7416M: Inaky Perez-Gonzalez <[email protected]>
8a70da82
IPG
7417M: [email protected]
7418L: [email protected]
7419S: Supported
7420W: http://linuxwimax.org
315987dc
JP
7421F: Documentation/wimax/README.wimax
7422F: include/linux/wimax.h
7423F: include/linux/wimax/debug.h
7424F: include/net/wimax.h
7425F: net/wimax/
8a70da82 7426
5fc14680 7427WISTRON LAPTOP BUTTON DRIVER
8b58be88 7428M: Miloslav Trmac <[email protected]>
5fc14680 7429S: Maintained
679655da 7430F: drivers/input/misc/wistron_btns.c
5fc14680 7431
834da346 7432WL1251 WIRELESS DRIVER
f9ab38ba 7433M: Luciano Coelho <[email protected]>
834da346 7434L: [email protected]
f9ab38ba 7435W: http://wireless.kernel.org/en/users/Drivers/wl1251
834da346
KV
7436T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7437S: Maintained
cc2858c9 7438F: drivers/net/wireless/wl1251/*
5e68ff65
LC
7439
7440WL1271 WIRELESS DRIVER
a29091ec 7441M: Luciano Coelho <[email protected]>
5e68ff65 7442L: [email protected]
a29091ec 7443W: http://wireless.kernel.org/en/users/Drivers/wl12xx
381bd10a 7444T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
5e68ff65 7445S: Maintained
a29091ec 7446F: drivers/net/wireless/wl12xx/
c1f9a095 7447F: include/linux/wl12xx.h
834da346 7448
1da177e4 7449WL3501 WIRELESS PCMCIA CARD DRIVER
8b58be88 7450M: Arnaldo Carvalho de Melo <[email protected]>
724c6b35 7451L: [email protected]
926554c4 7452W: http://oops.ghostprotocols.net:81/blog
1da177e4 7453S: Maintained
679655da 7454F: drivers/net/wireless/wl3501*
1da177e4 7455
febf1dff 7456WM97XX TOUCHSCREEN DRIVERS
8b58be88
JP
7457M: Mark Brown <[email protected]>
7458M: Liam Girdwood <[email protected]>
febf1dff
MB
7459L: [email protected]
7460T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
7461W: http://opensource.wolfsonmicro.com/node/7
7462S: Supported
679655da
JP
7463F: drivers/input/touchscreen/*wm97*
7464F: include/linux/wm97xx.h
febf1dff 7465
055bcbcb 7466WOLFSON MICROELECTRONICS DRIVERS
27480ccc 7467M: Mark Brown <[email protected]>
fef95164 7468L: [email protected]
cf8eda3e 7469T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
b75ea16a 7470T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
cf8eda3e 7471W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
b75ea16a 7472S: Supported
3768f0b1 7473F: Documentation/hwmon/wm83??
af1c5386 7474F: arch/arm/mach-s3c64xx/mach-crag6410*
b75ea16a 7475F: drivers/leds/leds-wm83*.c
d22b0869 7476F: drivers/hwmon/wm83??-hwmon.c
59ec6da2
MB
7477F: drivers/input/misc/wm831x-on.c
7478F: drivers/input/touchscreen/wm831x-ts.c
7479F: drivers/input/touchscreen/wm97*.c
b75ea16a
MB
7480F: drivers/mfd/wm8*.c
7481F: drivers/power/wm83*.c
7482F: drivers/rtc/rtc-wm83*.c
7483F: drivers/regulator/wm8*.c
3860e6c4 7484F: drivers/video/backlight/wm83*_bl.c
b75ea16a 7485F: drivers/watchdog/wm83*_wdt.c
3860e6c4 7486F: include/linux/mfd/wm831x/
b75ea16a 7487F: include/linux/mfd/wm8350/
3768f0b1 7488F: include/linux/mfd/wm8400*
59ec6da2 7489F: include/linux/wm97xx.h
055bcbcb
MB
7490F: include/sound/wm????.h
7491F: sound/soc/codecs/wm*
b75ea16a 7492
3e6cd7a4
TH
7493WORKQUEUE
7494M: Tejun Heo <[email protected]>
3e6cd7a4
TH
7495T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
7496S: Maintained
7497F: include/linux/workqueue.h
7498F: kernel/workqueue.c
7499F: Documentation/workqueue.txt
7500
1da177e4 7501X.25 NETWORK LAYER
8bf28059 7502M: Andrew Hendry <[email protected]>
1da177e4 7503L: [email protected]
8bf28059 7504S: Odd Fixes
679655da
JP
7505F: Documentation/networking/x25*
7506F: include/net/x25*
7507F: net/x25/
1da177e4 7508
e2d1d6c0 7509X86 ARCHITECTURE (32-BIT AND 64-BIT)
8b58be88
JP
7510M: Thomas Gleixner <[email protected]>
7511M: Ingo Molnar <[email protected]>
7512M: "H. Peter Anvin" <[email protected]>
bcde563c 7513M: [email protected]
75fc2d37 7514T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
e2d1d6c0 7515S: Maintained
679655da
JP
7516F: Documentation/x86/
7517F: arch/x86/
e2d1d6c0 7518
d0944853
MG
7519X86 PLATFORM DRIVERS
7520M: Matthew Garrett <[email protected]>
7521L: [email protected]
28b8e8d4 7522T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
d0944853
MG
7523S: Maintained
7524F: drivers/platform/x86
7525
c1f5c54b
IM
7526X86 MCE INFRASTRUCTURE
7527M: Tony Luck <[email protected]>
7528M: Borislav Petkov <[email protected]>
7529L: [email protected]
7530S: Maintained
7531F: arch/x86/kernel/cpu/mcheck/*
7532
c4468085 7533XEN HYPERVISOR INTERFACE
c4468085 7534M: Konrad Rzeszutek Wilk <[email protected]>
d633180c 7535M: Jeremy Fitzhardinge <[email protected]>
c4468085
IC
7536L: [email protected] (moderated for non-subscribers)
7537L: [email protected]
7538S: Supported
7539F: arch/x86/xen/
7540F: drivers/*/xen-*front.c
7541F: drivers/xen/
7542F: arch/x86/include/asm/xen/
7543F: include/xen/
7544
9b57e1a7
IC
7545XEN NETWORK BACKEND DRIVER
7546M: Ian Campbell <[email protected]>
7547L: [email protected] (moderated for non-subscribers)
7548L: [email protected]
7549S: Supported
7550F: drivers/net/xen-netback/*
7551
c5f8e29d
KRW
7552XEN PCI SUBSYSTEM
7553M: Konrad Rzeszutek Wilk <[email protected]>
b74831e6 7554L: [email protected] (moderated for non-subscribers)
c5f8e29d
KRW
7555S: Supported
7556F: arch/x86/pci/*xen*
7557F: drivers/pci/*xen*
7558
7559XEN SWIOTLB SUBSYSTEM
7560M: Konrad Rzeszutek Wilk <[email protected]>
b74831e6 7561L: [email protected] (moderated for non-subscribers)
c5f8e29d
KRW
7562S: Supported
7563F: arch/x86/xen/*swiotlb*
7564F: drivers/xen/*swiotlb*
7565
1da177e4
LT
7566XFS FILESYSTEM
7567P: Silicon Graphics Inc
c8891329
AE
7568M: Ben Myers <[email protected]>
7569M: Alex Elder <[email protected]>
1da177e4 7570M: [email protected]
d7ede1aa 7571L: [email protected]
1da177e4 7572W: http://oss.sgi.com/projects/xfs
54e5881d 7573T: git git://oss.sgi.com/xfs/xfs.git
1da177e4 7574S: Supported
679655da
JP
7575F: Documentation/filesystems/xfs.txt
7576F: fs/xfs/
1da177e4 7577
8a3b7a25 7578XILINX AXI ETHERNET DRIVER
59a54f30
MS
7579M: Anirudha Sarangi <[email protected]>
7580M: John Linn <[email protected]>
8a3b7a25
DB
7581S: Maintained
7582F: drivers/net/ethernet/xilinx/xilinx_axienet*
7583
c9d3d8ec 7584XILINX SYSTEMACE DRIVER
8b58be88 7585M: Grant Likely <[email protected]>
c9d3d8ec 7586W: http://www.secretlab.ca/
c9d3d8ec 7587S: Maintained
679655da 7588F: drivers/block/xsysace.c
c9d3d8ec 7589
238b8721 7590XILINX UARTLITE SERIAL DRIVER
8b58be88 7591M: Peter Korsgaard <[email protected]>
238b8721
PK
7592L: [email protected]
7593S: Maintained
df621252 7594F: drivers/tty/serial/uartlite.c
238b8721 7595
1da177e4 7596YAM DRIVER FOR AX.25
8b58be88 7597M: Jean-Paul Roubelat <[email protected]>
1da177e4
LT
7598L: [email protected]
7599S: Maintained
679655da
JP
7600F: drivers/net/hamradio/yam*
7601F: include/linux/yam.h
1da177e4 7602
af64a5eb 7603YEALINK PHONE DRIVER
8b58be88 7604M: Henk Vergonet <[email protected]>
af64a5eb
HV
7605L: [email protected]
7606S: Maintained
679655da
JP
7607F: Documentation/input/yealink.txt
7608F: drivers/input/misc/yealink.*
af64a5eb 7609
1da177e4 7610Z8530 DRIVER FOR AX.25
8b58be88 7611M: Joerg Reuter <[email protected]>
1da177e4
LT
7612W: http://yaina.de/jreuter/
7613W: http://www.qsl.net/dl1bke/
7614L: [email protected]
7615S: Maintained
679655da
JP
7616F: Documentation/networking/z8530drv.txt
7617F: drivers/net/hamradio/*scc.c
7618F: drivers/net/hamradio/z8530.h
1da177e4 7619
7c0c3afb 7620ZD1211RW WIRELESS DRIVER
8b58be88
JP
7621M: Daniel Drake <[email protected]>
7622M: Ulrich Kunitz <[email protected]>
7c0c3afb 7623W: http://zd1211.ath.cx/wiki/DriverRewrite
724c6b35 7624L: [email protected]
7c0c3afb
DD
7625L: [email protected] (subscribers-only)
7626S: Maintained
679655da 7627F: drivers/net/wireless/zd1211rw/
7c0c3afb 7628
1da177e4 7629ZR36067 VIDEO FOR LINUX DRIVER
1da177e4 7630L: [email protected]
f63145e2 7631L: [email protected]
1da177e4 7632W: http://mjpeg.sourceforge.net/driver-zoran/
f63145e2
TP
7633T: Mercurial http://linuxtv.org/hg/v4l-dvb
7634S: Odd Fixes
679655da 7635F: drivers/media/video/zoran/
1da177e4 7636
8b4a4080 7637ZS DECSTATION Z85C30 SERIAL DRIVER
8b58be88 7638M: "Maciej W. Rozycki" <[email protected]>
8b4a4080 7639S: Maintained
df621252 7640F: drivers/tty/serial/zs.*
8b4a4080 7641
1da177e4 7642THE REST
8b58be88 7643M: Linus Torvalds <[email protected]>
34d03cc1 7644L: [email protected]
8a6e2535 7645Q: http://patchwork.kernel.org/project/LKML/list/
d16adea3 7646T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
1da177e4 7647S: Buried alive in reporters
34d03cc1
JP
7648F: *
7649F: */
This page took 4.972097 seconds and 4 git commands to generate.