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